diff --git a/docker/Dockerfile b/docker/Dockerfile
new file mode 100644
index 0000000000000000000000000000000000000000..bdf4684d3c44d35b149a7e35f208440a7d5fa48f
--- /dev/null
+++ b/docker/Dockerfile
@@ -0,0 +1,50 @@
+# Use the official Ubuntu 20.04 base image
+FROM ubuntu:20.04
+
+# Set environment variables to non-interactive to prevent prompts during installation
+ENV DEBIAN_FRONTEND=noninteractive
+
+# Update the package list and install required tools
+RUN apt-get update && apt-get install -y \
+    locales \
+    curl \
+    gnupg2 \
+    lsb-release \
+    && locale-gen en_US.UTF-8
+
+# Set locale
+ENV LANG=en_US.UTF-8
+ENV LC_ALL=en_US.UTF-8
+
+# Add the ROS repository
+RUN curl -sSL http://packages.ros.org/ros.key | apt-key add - && \
+    sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
+
+# Update and install ROS Noetic
+RUN apt-get update && apt-get install -y \
+    ros-noetic-ros-base \
+    && apt-get clean
+
+# Initialize ROS environment
+RUN echo "source /opt/ros/noetic/setup.bash" >> ~/.bashrc
+
+# Install additional tools
+RUN apt-get update && apt-get install -y \
+    python3-rosdep \
+    python3-rosinstall \
+    python3-rosinstall-generator \
+    python3-wstool \
+    build-essential
+
+# Initialize rosdep
+RUN rosdep init && rosdep update
+
+# Create an entrypoint to source ROS and run roscore
+COPY entrypoint.sh /entrypoint.sh
+RUN chmod +x /entrypoint.sh
+
+# Expose ROS default ports
+EXPOSE 11311
+
+# Set the entrypoint
+ENTRYPOINT ["/entrypoint.sh"]
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh
new file mode 100755
index 0000000000000000000000000000000000000000..082a4cc9cb371059d81539b5a693fb5673b427fa
--- /dev/null
+++ b/docker/entrypoint.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+# Source ROS setup
+source /opt/ros/noetic/setup.bash
+# Start roscore
+exec roscore
diff --git a/docker/manual.md b/docker/manual.md
new file mode 100644
index 0000000000000000000000000000000000000000..4b3ea7ad4c211d8c5c4d5e29bd16fb9beff0baa2
--- /dev/null
+++ b/docker/manual.md
@@ -0,0 +1,3 @@
+Build: docker build -t ros-noetic .
+
+Run: docker run --rm -it --network=host ros-noetic
diff --git a/models/model-full-flatted.net b/models/full/model-full-flatted.net
similarity index 100%
rename from models/model-full-flatted.net
rename to models/full/model-full-flatted.net
diff --git a/models/model-full.pnml b/models/full/model-full.pnml
similarity index 100%
rename from models/model-full.pnml
rename to models/full/model-full.pnml
diff --git a/models/model-top-flatted-red.net b/models/model-top-flatted-red.net
new file mode 100644
index 0000000000000000000000000000000000000000..0a016445a42a33ae1c7ee4e95af2153f46517355
--- /dev/null
+++ b/models/model-top-flatted-red.net
@@ -0,0 +1,141 @@
+# from 103 place(s), 86 transition(s), 277 arc(s)
+# R4  |- agglomerated 14 place(s)
+# .   |- removed 14 identity transition(s)
+# R4  |- agglomerated 2 place(s)
+# .   |- removed 2 identity transition(s)
+# R1b |- removed 4 redundant place(s)
+# R4l |- agglomerated 2 place(s)
+# .   |- removed 4 identity transition(s)
+# R1  |- removed 2 constant or duplicated place(s)
+# R4  |- agglomerated 2 place(s)
+# .   |- removed 2 identity transition(s)
+# R1b |- removed 1 redundant place(s)
+# R4l |- agglomerated 1 place(s)
+# .   |- removed 2 identity transition(s)
+# R1  |- removed 1 constant or duplicated place(s)
+# R4  |- agglomerated 1 place(s)
+# .   |- removed 1 identity transition(s)
+# R1b |- removed 1 redundant place(s)
+# left 72 place(s), 61 transition(s), 203 arc(s)
+# 0.014s
+
+# a-prefix = a
+
+# generated equations
+# A |- a1 = {DispatcherInputPlace-LeftCellTopic-0} + {ChannelConnectorPlace-LeftCellTopic}
+# A |- a2 = {DispatcherInputPlace-RightCellTopic-0} + {ChannelConnectorPlace-RightCellTopic}
+# A |- a3 = {DispatcherInputPlace-UITopic-0} + {ChannelConnectorPlace-UITopic}
+# A |- a4 = FeedbackDone + FeedbackIn
+# A |- a5 = {L-ObjectPlaced} + {L-ObjectPicked}
+# A |- a6 = {R-ObjectPlaced} + {R-ObjectPicked}
+# A |- a7 = {ServiceClientCallPlace-endControlService-0} + {ServiceClientCallConnectPlace-endControlService-0}
+# A |- a8 = {ServiceClientCallPlace-endControlService-1} + {ServiceClientCallConnectPlace-endControlService-1}
+# A |- a9 = {ServiceClientCallPlace-getControlService-0} + {ServiceClientCallConnectPlace-getControlService-0}
+# A |- a10 = {ServiceClientCallPlace-getControlService-1} + {ServiceClientCallConnectPlace-getControlService-1}
+# A |- a11 = {ServiceClientRespConnectPlace-endControlService-0} + {ServiceClientRespPlace-endControlService-0}
+# A |- a12 = {ServiceClientRespConnectPlace-endControlService-1} + {ServiceClientRespPlace-endControlService-1}
+# A |- a13 = {ServiceClientRespConnectPlace-getControlService-0} + {ServiceClientRespPlace-getControlService-0}
+# A |- a14 = {ServiceClientRespConnectPlace-getControlService-1} + {ServiceClientRespPlace-getControlService-1}
+# A |- a15 = a5 + {L-Ready}
+# A |- a16 = a6 + {R-Ready}
+# R |- {InputSignalTruePlace-Blue} = {PD-0-SortBlue}
+# R |- {InputSignalTruePlace-Green} = {PD-0-SortGreen}
+# R |- {ServiceCallMultiActivePlace-endControlService-0} = {EndControlIn-INSTANCE-0} + {EndControlOut-INSTANCE-0}
+# R |- {ServiceCallMultiActivePlace-getControlService-1} = {ServiceCallMultiFlagPlace-getControlService-1-0} + {ServiceCallMultiFlagPlace-getControlService-1-1}
+# A |- a17 = {InputSignalFalsePlace-Blue} + {PD-0-SortBlue}
+# A |- a18 = {InputSignalFalsePlace-Green} + {PD-0-SortGreen}
+# R |- a17 = 1
+# R |- a18 = 1
+# A |- a19 = BlueOut + ObjectPoolBlue
+# A |- a20 = GreenOut + ObjectPoolGreen
+# R |- {InputSignalTruePlace-Red} = {PD-0-SortRed}
+# A |- a21 = {InputSignalFalsePlace-Red} + {PD-0-SortRed}
+# R |- a21 = 1
+# A |- a22 = RedOut + ObjectPoolRed
+# R |- {ServiceCallMultiActivePlace-endControlService-1} = {EndControlIn-INSTANCE-1} + {EndControlOut-INSTANCE-1}
+
+net ModelTop
+tr {CallbackInputTransition-LeftCellTopic-0-0} {CallbackCapacityPlace-LeftCellTopic-0-0} {CallbackInputPlace-LeftCellTopic-0-0}  -> {CallbackConnectorPlace-LeftCellTopic-0-0} 
+tr {CallbackInputTransition-RightCellTopic-0-0} {CallbackCapacityPlace-RightCellTopic-0-0} {CallbackInputPlace-RightCellTopic-0-0}  -> {CallbackConnectorPlace-RightCellTopic-0-0} 
+tr {CallbackInputTransition-UITopic-0-0} {CallbackCapacityPlace-UITopic-0-0} {CallbackInputPlace-UITopic-0-0}  -> {CallbackConnectorPlace-UITopic-0-0} 
+tr {CallbackOutputTransition-LeftCellTopic-0-0} {CallbackConnectorPlace-LeftCellTopic-0-0}  -> {CallbackCapacityPlace-LeftCellTopic-0-0} {L-AwaitingControl} 
+tr {CallbackOutputTransition-RightCellTopic-0-0} {CallbackConnectorPlace-RightCellTopic-0-0}  -> {CallbackCapacityPlace-RightCellTopic-0-0} {R-AwaitingControl} 
+tr {CallbackOutputTransition-UITopic-0-0} {CallbackConnectorPlace-UITopic-0-0}  -> {CallbackCapacityPlace-UITopic-0-0} a4 
+tr {CallbackOverflowTransition-LeftCellTopic-0-0} {CallbackConnectorPlace-LeftCellTopic-0-0}*10 {CallbackInputPlace-LeftCellTopic-0-0}  -> {CallbackConnectorPlace-LeftCellTopic-0-0}*10 
+tr {CallbackOverflowTransition-RightCellTopic-0-0} {CallbackConnectorPlace-RightCellTopic-0-0}*10 {CallbackInputPlace-RightCellTopic-0-0}  -> {CallbackConnectorPlace-RightCellTopic-0-0}*10 
+tr {CallbackOverflowTransition-UITopic-0-0} {CallbackConnectorPlace-UITopic-0-0}*10 {CallbackInputPlace-UITopic-0-0}  -> {CallbackConnectorPlace-UITopic-0-0}*10 
+tr {DispatcherInputTransition-LeftCellTopic-0} a1 {DispatcherCapacityPlace-LeftCellTopic-0}  -> {DispatcherConnectorPlace-LeftCellTopic-0} 
+tr {DispatcherInputTransition-RightCellTopic-0} a2 {DispatcherCapacityPlace-RightCellTopic-0}  -> {DispatcherConnectorPlace-RightCellTopic-0} 
+tr {DispatcherInputTransition-UITopic-0} a3 {DispatcherCapacityPlace-UITopic-0}  -> {DispatcherConnectorPlace-UITopic-0} 
+tr {DispatcherOutputTransition-LeftCellTopic-0} {DispatcherConnectorPlace-LeftCellTopic-0}  -> {CallbackInputPlace-LeftCellTopic-0-0} {DispatcherCapacityPlace-LeftCellTopic-0} 
+tr {DispatcherOutputTransition-RightCellTopic-0} {DispatcherConnectorPlace-RightCellTopic-0}  -> {CallbackInputPlace-RightCellTopic-0-0} {DispatcherCapacityPlace-RightCellTopic-0} 
+tr {DispatcherOutputTransition-UITopic-0} {DispatcherConnectorPlace-UITopic-0}  -> {CallbackInputPlace-UITopic-0-0} {DispatcherCapacityPlace-UITopic-0} 
+tr {DispatcherOverflowTransition-LeftCellTopic-0} a1 {DispatcherConnectorPlace-LeftCellTopic-0}*16  -> {DispatcherConnectorPlace-LeftCellTopic-0}*16 
+tr {DispatcherOverflowTransition-RightCellTopic-0} a2 {DispatcherConnectorPlace-RightCellTopic-0}*16  -> {DispatcherConnectorPlace-RightCellTopic-0}*16 
+tr {DispatcherOverflowTransition-UITopic-0} a3 {DispatcherConnectorPlace-UITopic-0}*16  -> {DispatcherConnectorPlace-UITopic-0}*16 
+tr {End-INSTANCE-0} {EndControlIn-INSTANCE-0}  -> {EndControlOut-INSTANCE-0} GetShared 
+tr {End-INSTANCE-1} {EndControlIn-INSTANCE-1}  -> {EndControlOut-INSTANCE-1} GetShared 
+tr {Get-INSTANCE-0} {GetControlIn-INSTANCE-0} GetShared  -> {GetControlOut-INSTANCE-0} 
+tr {Get-INSTANCE-1} {GetControlIn-INSTANCE-1} GetShared  -> {GetControlOut-INSTANCE-1} 
+tr {PublisherInputTransition-LeftCellTopic-0} a22 {PublisherCapacityPlace-LeftCellTopic-0}  -> {PublisherConnectorPlace-LeftCellTopic-0} 
+tr {PublisherInputTransition-LeftCellTopic-1} a19 {PublisherCapacityPlace-LeftCellTopic-1}  -> {PublisherConnectorPlace-LeftCellTopic-1} 
+tr {PublisherInputTransition-RightCellTopic-0} a20 {PublisherCapacityPlace-RightCellTopic-0}  -> {PublisherConnectorPlace-RightCellTopic-0} 
+tr {PublisherInputTransition-UITopic-0} {L-Done} {PublisherCapacityPlace-UITopic-0}  -> {PublisherConnectorPlace-UITopic-0} 
+tr {PublisherInputTransition-UITopic-1} {PublisherCapacityPlace-UITopic-1} {R-Done}  -> {PublisherConnectorPlace-UITopic-1} 
+tr {PublisherOutputTransition-LeftCellTopic-0} {PublisherConnectorPlace-LeftCellTopic-0}  -> a1 {PublisherCapacityPlace-LeftCellTopic-0} 
+tr {PublisherOutputTransition-LeftCellTopic-1} {PublisherConnectorPlace-LeftCellTopic-1}  -> a1 {PublisherCapacityPlace-LeftCellTopic-1} 
+tr {PublisherOutputTransition-RightCellTopic-0} {PublisherConnectorPlace-RightCellTopic-0}  -> a2 {PublisherCapacityPlace-RightCellTopic-0} 
+tr {PublisherOutputTransition-UITopic-0} {PublisherConnectorPlace-UITopic-0}  -> a3 {PublisherCapacityPlace-UITopic-0} 
+tr {PublisherOutputTransition-UITopic-1} {PublisherConnectorPlace-UITopic-1}  -> a3 {PublisherCapacityPlace-UITopic-1} 
+tr {PublisherOverflowTransition-LeftCellTopic-0} a22 {PublisherConnectorPlace-LeftCellTopic-0}*10  -> {PublisherConnectorPlace-LeftCellTopic-0}*10 
+tr {PublisherOverflowTransition-LeftCellTopic-1} a19 {PublisherConnectorPlace-LeftCellTopic-1}*10  -> {PublisherConnectorPlace-LeftCellTopic-1}*10 
+tr {PublisherOverflowTransition-RightCellTopic-0} a20 {PublisherConnectorPlace-RightCellTopic-0}*10  -> {PublisherConnectorPlace-RightCellTopic-0}*10 
+tr {PublisherOverflowTransition-UITopic-0} {L-Done} {PublisherConnectorPlace-UITopic-0}*10  -> {PublisherConnectorPlace-UITopic-0}*10 
+tr {PublisherOverflowTransition-UITopic-1} {PublisherConnectorPlace-UITopic-1}*10 {R-Done}  -> {PublisherConnectorPlace-UITopic-1}*10 
+tr {ServiceCallMultiEntryTransition-endControlService-0-0} {ServiceCallMultiInactivePlace-endControlService-0} a7  -> {EndControlIn-INSTANCE-0} {ServiceCallMultiFlagPlace-endControlService-0-0} 
+tr {ServiceCallMultiEntryTransition-endControlService-0-1} {ServiceCallMultiInactivePlace-endControlService-0} a8  -> {EndControlIn-INSTANCE-0} {ServiceCallMultiFlagPlace-endControlService-0-1} 
+tr {ServiceCallMultiEntryTransition-endControlService-1-0} {ServiceCallMultiInactivePlace-endControlService-1} a7  -> {EndControlIn-INSTANCE-1} {ServiceCallMultiFlagPlace-endControlService-1-0} 
+tr {ServiceCallMultiEntryTransition-endControlService-1-1} {ServiceCallMultiInactivePlace-endControlService-1} a8  -> {EndControlIn-INSTANCE-1} {ServiceCallMultiFlagPlace-endControlService-1-1} 
+tr {ServiceCallMultiEntryTransition-getControlService-0-0} {ServiceCallMultiInactivePlace-getControlService-0} a9  -> {GetControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-0} 
+tr {ServiceCallMultiEntryTransition-getControlService-0-1} {ServiceCallMultiInactivePlace-getControlService-0} a10  -> {GetControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-1} 
+tr {ServiceCallMultiEntryTransition-getControlService-1-0} {ServiceCallMultiInactivePlace-getControlService-1} a9  -> {GetControlIn-INSTANCE-1} {ServiceCallMultiFlagPlace-getControlService-1-0} 
+tr {ServiceCallMultiEntryTransition-getControlService-1-1} {ServiceCallMultiInactivePlace-getControlService-1} a10  -> {GetControlIn-INSTANCE-1} {ServiceCallMultiFlagPlace-getControlService-1-1} 
+tr {ServiceCallMultiExitTransition-endControlService-0-0} {EndControlOut-INSTANCE-0} {ServiceCallMultiFlagPlace-endControlService-0-0}  -> {ServiceCallMultiInactivePlace-endControlService-0} a11 
+tr {ServiceCallMultiExitTransition-endControlService-0-1} {EndControlOut-INSTANCE-0} {ServiceCallMultiFlagPlace-endControlService-0-1}  -> {ServiceCallMultiInactivePlace-endControlService-0} a12 
+tr {ServiceCallMultiExitTransition-endControlService-1-0} {EndControlOut-INSTANCE-1} {ServiceCallMultiFlagPlace-endControlService-1-0}  -> {ServiceCallMultiInactivePlace-endControlService-1} a11 
+tr {ServiceCallMultiExitTransition-endControlService-1-1} {EndControlOut-INSTANCE-1} {ServiceCallMultiFlagPlace-endControlService-1-1}  -> {ServiceCallMultiInactivePlace-endControlService-1} a12 
+tr {ServiceCallMultiExitTransition-getControlService-0-0} {GetControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-0}  -> {ServiceCallMultiInactivePlace-getControlService-0} a13 
+tr {ServiceCallMultiExitTransition-getControlService-0-1} {GetControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-1}  -> {ServiceCallMultiInactivePlace-getControlService-0} a14 
+tr {ServiceCallMultiExitTransition-getControlService-1-0} {GetControlOut-INSTANCE-1} {ServiceCallMultiFlagPlace-getControlService-1-0}  -> {ServiceCallMultiInactivePlace-getControlService-1} a13 
+tr {ServiceCallMultiExitTransition-getControlService-1-1} {GetControlOut-INSTANCE-1} {ServiceCallMultiFlagPlace-getControlService-1-1}  -> {ServiceCallMultiInactivePlace-getControlService-1} a14 
+tr {ServiceClientCallConnectTransition-endControlService-0} a15 {ServiceTogglePlace-endControlService-0}  -> a7 
+tr {ServiceClientCallConnectTransition-endControlService-1} a16 {ServiceTogglePlace-endControlService-1}  -> a8 
+tr {ServiceClientCallConnectTransition-getControlService-0} {L-AwaitingControl} {ServiceTogglePlace-getControlService-0}  -> a9 
+tr {ServiceClientCallConnectTransition-getControlService-1} {R-AwaitingControl} {ServiceTogglePlace-getControlService-1}  -> a10 
+tr {ServiceClientRespConnectTransition-endControlService-0} a11  -> {L-Done} {ServiceTogglePlace-endControlService-0} 
+tr {ServiceClientRespConnectTransition-endControlService-1} a12  -> {R-Done} {ServiceTogglePlace-endControlService-1} 
+tr {ServiceClientRespConnectTransition-getControlService-0} a13  -> a15 {ServiceTogglePlace-getControlService-0} 
+tr {ServiceClientRespConnectTransition-getControlService-1} a14  -> a16 {ServiceTogglePlace-getControlService-1} 
+pl {CallbackCapacityPlace-LeftCellTopic-0-0} (10)
+pl {CallbackCapacityPlace-RightCellTopic-0-0} (10)
+pl {CallbackCapacityPlace-UITopic-0-0} (10)
+pl {DispatcherCapacityPlace-LeftCellTopic-0} (16)
+pl {DispatcherCapacityPlace-RightCellTopic-0} (16)
+pl {DispatcherCapacityPlace-UITopic-0} (16)
+pl GetShared (1)
+pl a19 (1)
+pl a20 (1)
+pl a22 (1)
+pl {PublisherCapacityPlace-LeftCellTopic-0} (10)
+pl {PublisherCapacityPlace-LeftCellTopic-1} (10)
+pl {PublisherCapacityPlace-RightCellTopic-0} (10)
+pl {PublisherCapacityPlace-UITopic-0} (10)
+pl {PublisherCapacityPlace-UITopic-1} (10)
+pl {ServiceCallMultiInactivePlace-endControlService-0} (1)
+pl {ServiceCallMultiInactivePlace-endControlService-1} (1)
+pl {ServiceCallMultiInactivePlace-getControlService-0} (1)
+pl {ServiceCallMultiInactivePlace-getControlService-1} (1)
+pl {ServiceTogglePlace-endControlService-0} (1)
+pl {ServiceTogglePlace-endControlService-1} (1)
+pl {ServiceTogglePlace-getControlService-0} (1)
+pl {ServiceTogglePlace-getControlService-1} (1)
diff --git a/models/task-1/model-top-flatted.net b/models/model-top-flatted.net
similarity index 100%
rename from models/task-1/model-top-flatted.net
rename to models/model-top-flatted.net
diff --git a/models/model-top-no-inh.net b/models/model-top-no-inh.net
new file mode 100644
index 0000000000000000000000000000000000000000..8149f91168d37c2da63af2a71dc6af64111598ad
--- /dev/null
+++ b/models/model-top-no-inh.net
@@ -0,0 +1,113 @@
+net ModelTop
+tr {CallbackInputTransition-LeftCellTopic-0-0} {CallbackCapacityPlace-LeftCellTopic-0-0} {CallbackInputPlace-LeftCellTopic-0-0} -> {CallbackConnectorPlace-LeftCellTopic-0-0} 
+tr {CallbackInputTransition-RightCellTopic-0-0} {CallbackCapacityPlace-RightCellTopic-0-0} {CallbackInputPlace-RightCellTopic-0-0} -> {CallbackConnectorPlace-RightCellTopic-0-0} 
+tr {CallbackInputTransition-UITopic-0-0} {CallbackCapacityPlace-UITopic-0-0} {CallbackInputPlace-UITopic-0-0} -> {CallbackConnectorPlace-UITopic-0-0} 
+tr {CallbackOutputTransition-LeftCellTopic-0-0} {CallbackConnectorPlace-LeftCellTopic-0-0} -> {CallbackCapacityPlace-LeftCellTopic-0-0} {L-AwaitingControl} 
+tr {CallbackOutputTransition-RightCellTopic-0-0} {CallbackConnectorPlace-RightCellTopic-0-0} -> {CallbackCapacityPlace-RightCellTopic-0-0} {R-AwaitingControl} 
+tr {CallbackOutputTransition-UITopic-0-0} {CallbackConnectorPlace-UITopic-0-0} -> {CallbackCapacityPlace-UITopic-0-0} FeedbackIn 
+tr {CallbackOverflowTransition-LeftCellTopic-0-0} {CallbackConnectorPlace-LeftCellTopic-0-0}*10 {CallbackInputPlace-LeftCellTopic-0-0} -> {CallbackConnectorPlace-LeftCellTopic-0-0}*10 
+tr {CallbackOverflowTransition-RightCellTopic-0-0} {CallbackConnectorPlace-RightCellTopic-0-0}*10 {CallbackInputPlace-RightCellTopic-0-0} -> {CallbackConnectorPlace-RightCellTopic-0-0}*10 
+tr {CallbackOverflowTransition-UITopic-0-0} {CallbackConnectorPlace-UITopic-0-0}*10 {CallbackInputPlace-UITopic-0-0} -> {CallbackConnectorPlace-UITopic-0-0}*10 
+tr {ChannelConnectorTransition-LeftCellTopic} {ChannelConnectorPlace-LeftCellTopic} -> {DispatcherInputPlace-LeftCellTopic-0} 
+tr {ChannelConnectorTransition-RightCellTopic} {ChannelConnectorPlace-RightCellTopic} -> {DispatcherInputPlace-RightCellTopic-0} 
+tr {ChannelConnectorTransition-UITopic} {ChannelConnectorPlace-UITopic} -> {DispatcherInputPlace-UITopic-0} 
+tr {DispatcherInputTransition-LeftCellTopic-0} {DispatcherCapacityPlace-LeftCellTopic-0} {DispatcherInputPlace-LeftCellTopic-0} -> {DispatcherConnectorPlace-LeftCellTopic-0} 
+tr {DispatcherInputTransition-RightCellTopic-0} {DispatcherCapacityPlace-RightCellTopic-0} {DispatcherInputPlace-RightCellTopic-0} -> {DispatcherConnectorPlace-RightCellTopic-0} 
+tr {DispatcherInputTransition-UITopic-0} {DispatcherCapacityPlace-UITopic-0} {DispatcherInputPlace-UITopic-0} -> {DispatcherConnectorPlace-UITopic-0} 
+tr {DispatcherOutputTransition-LeftCellTopic-0} {DispatcherConnectorPlace-LeftCellTopic-0} -> {CallbackInputPlace-LeftCellTopic-0-0} {DispatcherCapacityPlace-LeftCellTopic-0} 
+tr {DispatcherOutputTransition-RightCellTopic-0} {DispatcherConnectorPlace-RightCellTopic-0} -> {CallbackInputPlace-RightCellTopic-0-0} {DispatcherCapacityPlace-RightCellTopic-0} 
+tr {DispatcherOutputTransition-UITopic-0} {DispatcherConnectorPlace-UITopic-0} -> {CallbackInputPlace-UITopic-0-0} {DispatcherCapacityPlace-UITopic-0} 
+tr {DispatcherOverflowTransition-LeftCellTopic-0} {DispatcherConnectorPlace-LeftCellTopic-0}*16 {DispatcherInputPlace-LeftCellTopic-0} -> {DispatcherConnectorPlace-LeftCellTopic-0}*16 
+tr {DispatcherOverflowTransition-RightCellTopic-0} {DispatcherConnectorPlace-RightCellTopic-0}*16 {DispatcherInputPlace-RightCellTopic-0} -> {DispatcherConnectorPlace-RightCellTopic-0}*16 
+tr {DispatcherOverflowTransition-UITopic-0} {DispatcherConnectorPlace-UITopic-0}*16 {DispatcherInputPlace-UITopic-0} -> {DispatcherConnectorPlace-UITopic-0}*16 
+tr {End-INSTANCE-0} {EndControlIn-INSTANCE-0} -> {EndControlOut-INSTANCE-0} GetShared 
+tr {End-INSTANCE-1} {EndControlIn-INSTANCE-1} -> GetShared {EndControlOut-INSTANCE-1} 
+tr {Get-INSTANCE-0} GetShared {GetControlIn-INSTANCE-0} -> {GetControlOut-INSTANCE-0} 
+tr {Get-INSTANCE-1} GetShared {GetControlIn-INSTANCE-1} -> {GetControlOut-INSTANCE-1} 
+tr {InputSignalToFalseTransition-Blue} {PD-0-SortBlue} {InputSignalTruePlace-Blue} -> {InputSignalFalsePlace-Blue} 
+tr {InputSignalToFalseTransition-Green} {InputSignalTruePlace-Green} {PD-0-SortGreen} -> {InputSignalFalsePlace-Green} 
+tr {InputSignalToFalseTransition-Red} {InputSignalTruePlace-Red} {PD-0-SortRed} -> {InputSignalFalsePlace-Red} 
+tr {InputSignalToTrueTransition-Blue} {InputSignalFalsePlace-Blue} -> {PD-0-SortBlue} {InputSignalTruePlace-Blue} 
+tr {InputSignalToTrueTransition-Green} {InputSignalFalsePlace-Green} -> {InputSignalTruePlace-Green} {PD-0-SortGreen} 
+tr {InputSignalToTrueTransition-Red} {InputSignalFalsePlace-Red} -> {InputSignalTruePlace-Red} {PD-0-SortRed} 
+tr {L-Pick} {L-Ready} -> {L-ObjectPicked} 
+tr {L-Place} {L-ObjectPicked} -> {L-ObjectPlaced} 
+tr {PublisherInputTransition-LeftCellTopic-0} {PublisherCapacityPlace-LeftCellTopic-0} RedOut -> {PublisherConnectorPlace-LeftCellTopic-0} 
+tr {PublisherInputTransition-LeftCellTopic-1} BlueOut {PublisherCapacityPlace-LeftCellTopic-1} -> {PublisherConnectorPlace-LeftCellTopic-1} 
+tr {PublisherInputTransition-RightCellTopic-0} GreenOut {PublisherCapacityPlace-RightCellTopic-0} -> {PublisherConnectorPlace-RightCellTopic-0} 
+tr {PublisherInputTransition-UITopic-0} {L-Done} {PublisherCapacityPlace-UITopic-0} -> {PublisherConnectorPlace-UITopic-0} 
+tr {PublisherInputTransition-UITopic-1} {PublisherCapacityPlace-UITopic-1} {R-Done} -> {PublisherConnectorPlace-UITopic-1} 
+tr {PublisherOutputTransition-LeftCellTopic-0} {PublisherConnectorPlace-LeftCellTopic-0} -> {ChannelConnectorPlace-LeftCellTopic} {PublisherCapacityPlace-LeftCellTopic-0} 
+tr {PublisherOutputTransition-LeftCellTopic-1} {PublisherConnectorPlace-LeftCellTopic-1} -> {ChannelConnectorPlace-LeftCellTopic} {PublisherCapacityPlace-LeftCellTopic-1} 
+tr {PublisherOutputTransition-RightCellTopic-0} {PublisherConnectorPlace-RightCellTopic-0} -> {ChannelConnectorPlace-RightCellTopic} {PublisherCapacityPlace-RightCellTopic-0} 
+tr {PublisherOutputTransition-UITopic-0} {PublisherConnectorPlace-UITopic-0} -> {ChannelConnectorPlace-UITopic} {PublisherCapacityPlace-UITopic-0} 
+tr {PublisherOutputTransition-UITopic-1} {PublisherConnectorPlace-UITopic-1} -> {ChannelConnectorPlace-UITopic} {PublisherCapacityPlace-UITopic-1} 
+tr {PublisherOverflowTransition-LeftCellTopic-0} {PublisherConnectorPlace-LeftCellTopic-0}*10 RedOut -> {PublisherConnectorPlace-LeftCellTopic-0}*10 
+tr {PublisherOverflowTransition-LeftCellTopic-1} BlueOut {PublisherConnectorPlace-LeftCellTopic-1}*10 -> {PublisherConnectorPlace-LeftCellTopic-1}*10 
+tr {PublisherOverflowTransition-RightCellTopic-0} GreenOut {PublisherConnectorPlace-RightCellTopic-0}*10 -> {PublisherConnectorPlace-RightCellTopic-0}*10 
+tr {PublisherOverflowTransition-UITopic-0} {L-Done} {PublisherConnectorPlace-UITopic-0}*10 -> {PublisherConnectorPlace-UITopic-0}*10 
+tr {PublisherOverflowTransition-UITopic-1} {PublisherConnectorPlace-UITopic-1}*10 {R-Done} -> {PublisherConnectorPlace-UITopic-1}*10 
+tr {R-Pick} {R-Ready} -> {R-ObjectPicked} 
+tr {R-Place} {R-ObjectPicked} -> {R-ObjectPlaced} 
+tr {ServiceCallMultiEntryTransition-endControlService-0-0} {ServiceClientCallPlace-endControlService-0} {ServiceCallMultiInactivePlace-endControlService-0} -> {EndControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-0} 
+tr {ServiceCallMultiEntryTransition-endControlService-0-1} {ServiceCallMultiInactivePlace-endControlService-0} {ServiceClientCallPlace-endControlService-1} -> {EndControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-1} 
+tr {ServiceCallMultiEntryTransition-endControlService-1-0} {ServiceClientCallPlace-endControlService-0} {ServiceCallMultiInactivePlace-endControlService-1} -> {EndControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-endControlService-1} {ServiceCallMultiFlagPlace-endControlService-1-0} 
+tr {ServiceCallMultiEntryTransition-endControlService-1-1} {ServiceClientCallPlace-endControlService-1} {ServiceCallMultiInactivePlace-endControlService-1} -> {EndControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-endControlService-1} {ServiceCallMultiFlagPlace-endControlService-1-1} 
+tr {ServiceCallMultiEntryTransition-getControlService-0-0} {ServiceClientCallPlace-getControlService-0} {ServiceCallMultiInactivePlace-getControlService-0} -> {GetControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-0} 
+tr {ServiceCallMultiEntryTransition-getControlService-0-1} {ServiceCallMultiInactivePlace-getControlService-0} {ServiceClientCallPlace-getControlService-1} -> {GetControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-1} 
+tr {ServiceCallMultiEntryTransition-getControlService-1-0} {ServiceClientCallPlace-getControlService-0} {ServiceCallMultiInactivePlace-getControlService-1} -> {GetControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-0} 
+tr {ServiceCallMultiEntryTransition-getControlService-1-1} {ServiceClientCallPlace-getControlService-1} {ServiceCallMultiInactivePlace-getControlService-1} -> {GetControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-1} 
+tr {ServiceCallMultiExitTransition-endControlService-0-0} {EndControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-0} -> {ServiceCallMultiInactivePlace-endControlService-0} {ServiceClientRespPlace-endControlService-0} 
+tr {ServiceCallMultiExitTransition-endControlService-0-1} {EndControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-1} -> {ServiceCallMultiInactivePlace-endControlService-0} {ServiceClientRespPlace-endControlService-1} 
+tr {ServiceCallMultiExitTransition-endControlService-1-0} {EndControlOut-INSTANCE-1} {ServiceCallMultiActivePlace-endControlService-1} {ServiceCallMultiFlagPlace-endControlService-1-0} -> {ServiceCallMultiInactivePlace-endControlService-1} {ServiceClientRespPlace-endControlService-0} 
+tr {ServiceCallMultiExitTransition-endControlService-1-1} {EndControlOut-INSTANCE-1} {ServiceCallMultiActivePlace-endControlService-1} {ServiceCallMultiFlagPlace-endControlService-1-1} -> {ServiceCallMultiInactivePlace-endControlService-1} {ServiceClientRespPlace-endControlService-1} 
+tr {ServiceCallMultiExitTransition-getControlService-0-0} {GetControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-0} -> {ServiceCallMultiInactivePlace-getControlService-0} {ServiceClientRespPlace-getControlService-0} 
+tr {ServiceCallMultiExitTransition-getControlService-0-1} {GetControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-1} -> {ServiceCallMultiInactivePlace-getControlService-0} {ServiceClientRespPlace-getControlService-1} 
+tr {ServiceCallMultiExitTransition-getControlService-1-0} {GetControlOut-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-0} -> {ServiceCallMultiInactivePlace-getControlService-1} {ServiceClientRespPlace-getControlService-0} 
+tr {ServiceCallMultiExitTransition-getControlService-1-1} {GetControlOut-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-1} -> {ServiceCallMultiInactivePlace-getControlService-1} {ServiceClientRespPlace-getControlService-1} 
+tr {ServiceClientCallConnectTransition-endControlService-0} {L-ObjectPlaced} {ServiceTogglePlace-endControlService-0} -> {ServiceClientCallConnectPlace-endControlService-0} 
+tr {ServiceClientCallConnectTransition-endControlService-1} {R-ObjectPlaced} {ServiceTogglePlace-endControlService-1} -> {ServiceClientCallConnectPlace-endControlService-1} 
+tr {ServiceClientCallConnectTransition-getControlService-0} {L-AwaitingControl} {ServiceTogglePlace-getControlService-0} -> {ServiceClientCallConnectPlace-getControlService-0} 
+tr {ServiceClientCallConnectTransition-getControlService-1} {R-AwaitingControl} {ServiceTogglePlace-getControlService-1} -> {ServiceClientCallConnectPlace-getControlService-1} 
+tr {ServiceClientCallTransition-endControlService-0} {ServiceClientCallConnectPlace-endControlService-0} -> {ServiceClientCallPlace-endControlService-0} 
+tr {ServiceClientCallTransition-endControlService-1} {ServiceClientCallConnectPlace-endControlService-1} -> {ServiceClientCallPlace-endControlService-1} 
+tr {ServiceClientCallTransition-getControlService-0} {ServiceClientCallConnectPlace-getControlService-0} -> {ServiceClientCallPlace-getControlService-0} 
+tr {ServiceClientCallTransition-getControlService-1} {ServiceClientCallConnectPlace-getControlService-1} -> {ServiceClientCallPlace-getControlService-1} 
+tr {ServiceClientRespConnectTransition-endControlService-0} {ServiceClientRespConnectPlace-endControlService-0} -> {L-Done} {ServiceTogglePlace-endControlService-0} 
+tr {ServiceClientRespConnectTransition-endControlService-1} {ServiceClientRespConnectPlace-endControlService-1} -> {R-Done} {ServiceTogglePlace-endControlService-1} 
+tr {ServiceClientRespConnectTransition-getControlService-0} {ServiceClientRespConnectPlace-getControlService-0} -> {L-Ready} {ServiceTogglePlace-getControlService-0} 
+tr {ServiceClientRespConnectTransition-getControlService-1} {ServiceClientRespConnectPlace-getControlService-1} -> {R-Ready} {ServiceTogglePlace-getControlService-1} 
+tr {ServiceClientRespTransition-endControlService-0} {ServiceClientRespPlace-endControlService-0} -> {ServiceClientRespConnectPlace-endControlService-0} 
+tr {ServiceClientRespTransition-endControlService-1} {ServiceClientRespPlace-endControlService-1} -> {ServiceClientRespConnectPlace-endControlService-1} 
+tr {ServiceClientRespTransition-getControlService-0} {ServiceClientRespPlace-getControlService-0} -> {ServiceClientRespConnectPlace-getControlService-0} 
+tr {ServiceClientRespTransition-getControlService-1} {ServiceClientRespPlace-getControlService-1} -> {ServiceClientRespConnectPlace-getControlService-1} 
+tr ShowFeedback FeedbackIn -> FeedbackDone 
+tr SortBlue {PD-0-SortBlue} ObjectPoolBlue -> BlueOut {PD-0-SortBlue} 
+tr SortGreen {PD-0-SortGreen} ObjectPoolGreen -> GreenOut {PD-0-SortGreen} 
+tr SortRed {PD-0-SortRed} ObjectPoolRed -> {PD-0-SortRed} RedOut 
+pl {CallbackCapacityPlace-LeftCellTopic-0-0} (10)
+pl {CallbackCapacityPlace-RightCellTopic-0-0} (10)
+pl {CallbackCapacityPlace-UITopic-0-0} (10)
+pl {DispatcherCapacityPlace-LeftCellTopic-0} (16)
+pl {DispatcherCapacityPlace-RightCellTopic-0} (16)
+pl {DispatcherCapacityPlace-UITopic-0} (16)
+pl GetShared (1)
+pl {InputSignalFalsePlace-Blue} (1)
+pl {InputSignalFalsePlace-Green} (1)
+pl {InputSignalFalsePlace-Red} (1)
+pl ObjectPoolBlue (1)
+pl ObjectPoolGreen (1)
+pl ObjectPoolRed (1)
+pl {PublisherCapacityPlace-LeftCellTopic-0} (10)
+pl {PublisherCapacityPlace-LeftCellTopic-1} (10)
+pl {PublisherCapacityPlace-RightCellTopic-0} (10)
+pl {PublisherCapacityPlace-UITopic-0} (10)
+pl {PublisherCapacityPlace-UITopic-1} (10)
+pl {ServiceCallMultiInactivePlace-endControlService-0} (1)
+pl {ServiceCallMultiInactivePlace-endControlService-1} (1)
+pl {ServiceCallMultiInactivePlace-getControlService-0} (1)
+pl {ServiceCallMultiInactivePlace-getControlService-1} (1)
+pl {ServiceTogglePlace-endControlService-0} (1)
+pl {ServiceTogglePlace-endControlService-1} (1)
+pl {ServiceTogglePlace-getControlService-0} (1)
+pl {ServiceTogglePlace-getControlService-1} (1)
diff --git a/models/model-top-overflow-flatted.net b/models/model-top-overflow-flatted.net
new file mode 100644
index 0000000000000000000000000000000000000000..085156da8b3dec4dffda9b13a2e109c01e00cef8
--- /dev/null
+++ b/models/model-top-overflow-flatted.net
@@ -0,0 +1,113 @@
+net ModelTop
+tr {CallbackInputTransition-LeftCellTopic-0-0} {CallbackCapacityPlace-LeftCellTopic-0-0} {CallbackInputPlace-LeftCellTopic-0-0} -> {CallbackConnectorPlace-LeftCellTopic-0-0} 
+tr {CallbackInputTransition-RightCellTopic-0-0} {CallbackCapacityPlace-RightCellTopic-0-0} {CallbackInputPlace-RightCellTopic-0-0} -> {CallbackConnectorPlace-RightCellTopic-0-0} 
+tr {CallbackInputTransition-UITopic-0-0} {CallbackCapacityPlace-UITopic-0-0} {CallbackInputPlace-UITopic-0-0} -> {CallbackConnectorPlace-UITopic-0-0} 
+tr {CallbackOutputTransition-LeftCellTopic-0-0} {CallbackConnectorPlace-LeftCellTopic-0-0} -> {CallbackCapacityPlace-LeftCellTopic-0-0} {L-AwaitingControl} 
+tr {CallbackOutputTransition-RightCellTopic-0-0} {CallbackConnectorPlace-RightCellTopic-0-0} -> {CallbackCapacityPlace-RightCellTopic-0-0} {R-AwaitingControl} 
+tr {CallbackOutputTransition-UITopic-0-0} {CallbackConnectorPlace-UITopic-0-0} -> {CallbackCapacityPlace-UITopic-0-0} FeedbackIn 
+tr {CallbackOverflowTransition-LeftCellTopic-0-0} {CallbackCapacityPlace-LeftCellTopic-0-0}?-1 {CallbackInputPlace-LeftCellTopic-0-0} ->
+tr {CallbackOverflowTransition-RightCellTopic-0-0} {CallbackCapacityPlace-RightCellTopic-0-0}?-1 {CallbackInputPlace-RightCellTopic-0-0} ->
+tr {CallbackOverflowTransition-UITopic-0-0} {CallbackCapacityPlace-UITopic-0-0}?-1 {CallbackInputPlace-UITopic-0-0} ->
+tr {ChannelConnectorTransition-LeftCellTopic} {ChannelConnectorPlace-LeftCellTopic} -> {DispatcherInputPlace-LeftCellTopic-0} 
+tr {ChannelConnectorTransition-RightCellTopic} {ChannelConnectorPlace-RightCellTopic} -> {DispatcherInputPlace-RightCellTopic-0} 
+tr {ChannelConnectorTransition-UITopic} {ChannelConnectorPlace-UITopic} -> {DispatcherInputPlace-UITopic-0} 
+tr {DispatcherInputTransition-LeftCellTopic-0} {DispatcherCapacityPlace-LeftCellTopic-0} {DispatcherInputPlace-LeftCellTopic-0} -> {DispatcherConnectorPlace-LeftCellTopic-0} 
+tr {DispatcherInputTransition-RightCellTopic-0} {DispatcherCapacityPlace-RightCellTopic-0} {DispatcherInputPlace-RightCellTopic-0} -> {DispatcherConnectorPlace-RightCellTopic-0} 
+tr {DispatcherInputTransition-UITopic-0} {DispatcherCapacityPlace-UITopic-0} {DispatcherInputPlace-UITopic-0} -> {DispatcherConnectorPlace-UITopic-0} 
+tr {DispatcherOutputTransition-LeftCellTopic-0} {DispatcherConnectorPlace-LeftCellTopic-0} -> {CallbackInputPlace-LeftCellTopic-0-0} {DispatcherCapacityPlace-LeftCellTopic-0} 
+tr {DispatcherOutputTransition-RightCellTopic-0} {DispatcherConnectorPlace-RightCellTopic-0} -> {CallbackInputPlace-RightCellTopic-0-0} {DispatcherCapacityPlace-RightCellTopic-0} 
+tr {DispatcherOutputTransition-UITopic-0} {DispatcherConnectorPlace-UITopic-0} -> {CallbackInputPlace-UITopic-0-0} {DispatcherCapacityPlace-UITopic-0} 
+tr {DispatcherOverflowTransition-LeftCellTopic-0} {DispatcherCapacityPlace-LeftCellTopic-0}?-1 {DispatcherInputPlace-LeftCellTopic-0} ->
+tr {DispatcherOverflowTransition-RightCellTopic-0} {DispatcherCapacityPlace-RightCellTopic-0}?-1 {DispatcherInputPlace-RightCellTopic-0} ->
+tr {DispatcherOverflowTransition-UITopic-0} {DispatcherCapacityPlace-UITopic-0}?-1 {DispatcherInputPlace-UITopic-0} ->
+tr {End-INSTANCE-0} {EndControlIn-INSTANCE-0} -> GetShared {EndControlOut-INSTANCE-0} 
+tr {End-INSTANCE-1} {EndControlIn-INSTANCE-1} -> GetShared {EndControlOut-INSTANCE-1} 
+tr {Get-INSTANCE-0} GetShared {GetControlIn-INSTANCE-0} -> {GetControlOut-INSTANCE-0} 
+tr {Get-INSTANCE-1} GetShared {GetControlIn-INSTANCE-1} -> {GetControlOut-INSTANCE-1} 
+tr {InputSignalToFalseTransition-Blue} {InputSignalTruePlace-Blue} {PD-0-SortBlue} -> {InputSignalFalsePlace-Blue} 
+tr {InputSignalToFalseTransition-Green} {InputSignalTruePlace-Green} {PD-0-SortGreen} -> {InputSignalFalsePlace-Green} 
+tr {InputSignalToFalseTransition-Red} {InputSignalTruePlace-Red} {PD-0-SortRed} -> {InputSignalFalsePlace-Red} 
+tr {InputSignalToTrueTransition-Blue} {InputSignalFalsePlace-Blue} -> {InputSignalTruePlace-Blue} {PD-0-SortBlue} 
+tr {InputSignalToTrueTransition-Green} {InputSignalFalsePlace-Green} -> {InputSignalTruePlace-Green} {PD-0-SortGreen} 
+tr {InputSignalToTrueTransition-Red} {InputSignalFalsePlace-Red} -> {InputSignalTruePlace-Red} {PD-0-SortRed} 
+tr {L-Pick} {L-Ready} -> {L-ObjectPicked} 
+tr {L-Place} {L-ObjectPicked} -> {L-ObjectPlaced} 
+tr {PublisherInputTransition-LeftCellTopic-0} {PublisherCapacityPlace-LeftCellTopic-0} RedOut -> {PublisherConnectorPlace-LeftCellTopic-0} 
+tr {PublisherInputTransition-LeftCellTopic-1} BlueOut {PublisherCapacityPlace-LeftCellTopic-1} -> {PublisherConnectorPlace-LeftCellTopic-1} 
+tr {PublisherInputTransition-RightCellTopic-0} GreenOut {PublisherCapacityPlace-RightCellTopic-0} -> {PublisherConnectorPlace-RightCellTopic-0} 
+tr {PublisherInputTransition-UITopic-0} {L-Done} {PublisherCapacityPlace-UITopic-0} -> {PublisherConnectorPlace-UITopic-0} 
+tr {PublisherInputTransition-UITopic-1} {PublisherCapacityPlace-UITopic-1} {R-Done} -> {PublisherConnectorPlace-UITopic-1} 
+tr {PublisherOutputTransition-LeftCellTopic-0} {PublisherConnectorPlace-LeftCellTopic-0} -> {ChannelConnectorPlace-LeftCellTopic} {PublisherCapacityPlace-LeftCellTopic-0} 
+tr {PublisherOutputTransition-LeftCellTopic-1} {PublisherConnectorPlace-LeftCellTopic-1} -> {ChannelConnectorPlace-LeftCellTopic} {PublisherCapacityPlace-LeftCellTopic-1} 
+tr {PublisherOutputTransition-RightCellTopic-0} {PublisherConnectorPlace-RightCellTopic-0} -> {ChannelConnectorPlace-RightCellTopic} {PublisherCapacityPlace-RightCellTopic-0} 
+tr {PublisherOutputTransition-UITopic-0} {PublisherConnectorPlace-UITopic-0} -> {ChannelConnectorPlace-UITopic} {PublisherCapacityPlace-UITopic-0} 
+tr {PublisherOutputTransition-UITopic-1} {PublisherConnectorPlace-UITopic-1} -> {ChannelConnectorPlace-UITopic} {PublisherCapacityPlace-UITopic-1} 
+tr {PublisherOverflowTransition-LeftCellTopic-0} {PublisherCapacityPlace-LeftCellTopic-0}?-1 RedOut ->
+tr {PublisherOverflowTransition-LeftCellTopic-1} BlueOut {PublisherCapacityPlace-LeftCellTopic-1}?-1 ->
+tr {PublisherOverflowTransition-RightCellTopic-0} GreenOut {PublisherCapacityPlace-RightCellTopic-0}?-1 ->
+tr {PublisherOverflowTransition-UITopic-0} {L-Done} {PublisherCapacityPlace-UITopic-0}?-1 ->
+tr {PublisherOverflowTransition-UITopic-1} {PublisherCapacityPlace-UITopic-1}?-1 {R-Done} ->
+tr {R-Pick} {R-Ready} -> {R-ObjectPicked} 
+tr {R-Place} {R-ObjectPicked} -> {R-ObjectPlaced} 
+tr {ServiceCallMultiEntryTransition-endControlService-0-0} {ServiceClientCallPlace-endControlService-0} {ServiceCallMultiInactivePlace-endControlService-0} -> {EndControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-0} 
+tr {ServiceCallMultiEntryTransition-endControlService-0-1} {ServiceCallMultiInactivePlace-endControlService-0} {ServiceClientCallPlace-endControlService-1} -> {EndControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-1} 
+tr {ServiceCallMultiEntryTransition-endControlService-1-0} {ServiceClientCallPlace-endControlService-0} {ServiceCallMultiInactivePlace-endControlService-1} -> {EndControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-endControlService-1} {ServiceCallMultiFlagPlace-endControlService-1-0} 
+tr {ServiceCallMultiEntryTransition-endControlService-1-1} {ServiceClientCallPlace-endControlService-1} {ServiceCallMultiInactivePlace-endControlService-1} -> {EndControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-endControlService-1} {ServiceCallMultiFlagPlace-endControlService-1-1} 
+tr {ServiceCallMultiEntryTransition-getControlService-0-0} {ServiceClientCallPlace-getControlService-0} {ServiceCallMultiInactivePlace-getControlService-0} -> {GetControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-0} 
+tr {ServiceCallMultiEntryTransition-getControlService-0-1} {ServiceCallMultiInactivePlace-getControlService-0} {ServiceClientCallPlace-getControlService-1} -> {GetControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-1} 
+tr {ServiceCallMultiEntryTransition-getControlService-1-0} {ServiceClientCallPlace-getControlService-0} {ServiceCallMultiInactivePlace-getControlService-1} -> {GetControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-0} 
+tr {ServiceCallMultiEntryTransition-getControlService-1-1} {ServiceClientCallPlace-getControlService-1} {ServiceCallMultiInactivePlace-getControlService-1} -> {GetControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-1} 
+tr {ServiceCallMultiExitTransition-endControlService-0-0} {EndControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-0} -> {ServiceCallMultiInactivePlace-endControlService-0} {ServiceClientRespPlace-endControlService-0} 
+tr {ServiceCallMultiExitTransition-endControlService-0-1} {EndControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-1} -> {ServiceCallMultiInactivePlace-endControlService-0} {ServiceClientRespPlace-endControlService-1} 
+tr {ServiceCallMultiExitTransition-endControlService-1-0} {EndControlOut-INSTANCE-1} {ServiceCallMultiActivePlace-endControlService-1} {ServiceCallMultiFlagPlace-endControlService-1-0} -> {ServiceCallMultiInactivePlace-endControlService-1} {ServiceClientRespPlace-endControlService-0} 
+tr {ServiceCallMultiExitTransition-endControlService-1-1} {EndControlOut-INSTANCE-1} {ServiceCallMultiActivePlace-endControlService-1} {ServiceCallMultiFlagPlace-endControlService-1-1} -> {ServiceCallMultiInactivePlace-endControlService-1} {ServiceClientRespPlace-endControlService-1} 
+tr {ServiceCallMultiExitTransition-getControlService-0-0} {GetControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-0} -> {ServiceCallMultiInactivePlace-getControlService-0} {ServiceClientRespPlace-getControlService-0} 
+tr {ServiceCallMultiExitTransition-getControlService-0-1} {GetControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-1} -> {ServiceCallMultiInactivePlace-getControlService-0} {ServiceClientRespPlace-getControlService-1} 
+tr {ServiceCallMultiExitTransition-getControlService-1-0} {GetControlOut-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-0} -> {ServiceCallMultiInactivePlace-getControlService-1} {ServiceClientRespPlace-getControlService-0} 
+tr {ServiceCallMultiExitTransition-getControlService-1-1} {GetControlOut-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-1} -> {ServiceCallMultiInactivePlace-getControlService-1} {ServiceClientRespPlace-getControlService-1} 
+tr {ServiceClientCallConnectTransition-endControlService-0} {L-ObjectPlaced} {ServiceTogglePlace-endControlService-0} -> {ServiceClientCallConnectPlace-endControlService-0} 
+tr {ServiceClientCallConnectTransition-endControlService-1} {R-ObjectPlaced} {ServiceTogglePlace-endControlService-1} -> {ServiceClientCallConnectPlace-endControlService-1} 
+tr {ServiceClientCallConnectTransition-getControlService-0} {L-AwaitingControl} {ServiceTogglePlace-getControlService-0} -> {ServiceClientCallConnectPlace-getControlService-0} 
+tr {ServiceClientCallConnectTransition-getControlService-1} {R-AwaitingControl} {ServiceTogglePlace-getControlService-1} -> {ServiceClientCallConnectPlace-getControlService-1} 
+tr {ServiceClientCallTransition-endControlService-0} {ServiceClientCallConnectPlace-endControlService-0} -> {ServiceClientCallPlace-endControlService-0} 
+tr {ServiceClientCallTransition-endControlService-1} {ServiceClientCallConnectPlace-endControlService-1} -> {ServiceClientCallPlace-endControlService-1} 
+tr {ServiceClientCallTransition-getControlService-0} {ServiceClientCallConnectPlace-getControlService-0} -> {ServiceClientCallPlace-getControlService-0} 
+tr {ServiceClientCallTransition-getControlService-1} {ServiceClientCallConnectPlace-getControlService-1} -> {ServiceClientCallPlace-getControlService-1} 
+tr {ServiceClientRespConnectTransition-endControlService-0} {ServiceClientRespConnectPlace-endControlService-0} -> {L-Done} {ServiceTogglePlace-endControlService-0} 
+tr {ServiceClientRespConnectTransition-endControlService-1} {ServiceClientRespConnectPlace-endControlService-1} -> {R-Done} {ServiceTogglePlace-endControlService-1} 
+tr {ServiceClientRespConnectTransition-getControlService-0} {ServiceClientRespConnectPlace-getControlService-0} -> {L-Ready} {ServiceTogglePlace-getControlService-0} 
+tr {ServiceClientRespConnectTransition-getControlService-1} {ServiceClientRespConnectPlace-getControlService-1} -> {R-Ready} {ServiceTogglePlace-getControlService-1} 
+tr {ServiceClientRespTransition-endControlService-0} {ServiceClientRespPlace-endControlService-0} -> {ServiceClientRespConnectPlace-endControlService-0} 
+tr {ServiceClientRespTransition-endControlService-1} {ServiceClientRespPlace-endControlService-1} -> {ServiceClientRespConnectPlace-endControlService-1} 
+tr {ServiceClientRespTransition-getControlService-0} {ServiceClientRespPlace-getControlService-0} -> {ServiceClientRespConnectPlace-getControlService-0} 
+tr {ServiceClientRespTransition-getControlService-1} {ServiceClientRespPlace-getControlService-1} -> {ServiceClientRespConnectPlace-getControlService-1} 
+tr ShowFeedback FeedbackIn -> FeedbackDone 
+tr SortBlue {PD-0-SortBlue} ObjectPoolBlue -> BlueOut {PD-0-SortBlue} 
+tr SortGreen {PD-0-SortGreen} ObjectPoolGreen -> GreenOut {PD-0-SortGreen} 
+tr SortRed {PD-0-SortRed} ObjectPoolRed -> {PD-0-SortRed} RedOut 
+pl {CallbackCapacityPlace-LeftCellTopic-0-0} (1)
+pl {CallbackCapacityPlace-RightCellTopic-0-0} (10)
+pl {CallbackCapacityPlace-UITopic-0-0} (10)
+pl {DispatcherCapacityPlace-LeftCellTopic-0} (16)
+pl {DispatcherCapacityPlace-RightCellTopic-0} (16)
+pl {DispatcherCapacityPlace-UITopic-0} (16)
+pl GetShared (1)
+pl {InputSignalFalsePlace-Blue} (1)
+pl {InputSignalFalsePlace-Green} (1)
+pl {InputSignalFalsePlace-Red} (1)
+pl ObjectPoolBlue (1)
+pl ObjectPoolGreen (1)
+pl ObjectPoolRed (1)
+pl {PublisherCapacityPlace-LeftCellTopic-0} (10)
+pl {PublisherCapacityPlace-LeftCellTopic-1} (10)
+pl {PublisherCapacityPlace-RightCellTopic-0} (10)
+pl {PublisherCapacityPlace-UITopic-0} (10)
+pl {PublisherCapacityPlace-UITopic-1} (10)
+pl {ServiceCallMultiInactivePlace-endControlService-0} (1)
+pl {ServiceCallMultiInactivePlace-endControlService-1} (1)
+pl {ServiceCallMultiInactivePlace-getControlService-0} (1)
+pl {ServiceCallMultiInactivePlace-getControlService-1} (1)
+pl {ServiceTogglePlace-endControlService-0} (1)
+pl {ServiceTogglePlace-endControlService-1} (1)
+pl {ServiceTogglePlace-getControlService-0} (1)
+pl {ServiceTogglePlace-getControlService-1} (1)
diff --git a/models/model-top-overflow.pnml b/models/model-top-overflow.pnml
new file mode 100644
index 0000000000000000000000000000000000000000..a5871ca994338982dc616851f314755c78fabd92
--- /dev/null
+++ b/models/model-top-overflow.pnml
@@ -0,0 +1,622 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
+    <net id="ModelTop" type="http://www.pnml.org/version-2009/grammar/ptnet">
+        <name>
+            <text>ModelTop</text>
+        </name>
+        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+            <inputsignals>
+                <inputsignal>
+                    <inputsignalID>Red</inputsignalID>
+                    <initialvalue>false</initialvalue>
+                </inputsignal>
+                <inputsignal>
+                    <inputsignalID>Blue</inputsignalID>
+                    <initialvalue>false</initialvalue>
+                </inputsignal>
+                <inputsignal>
+                    <inputsignalID>Green</inputsignalID>
+                    <initialvalue>false</initialvalue>
+                </inputsignal>
+            </inputsignals>
+        </toolspecific>
+        <page id="top">
+            <page id="SelectorPage">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>nodePage</type>
+                </toolspecific>
+                <place id="ObjectPoolRed">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorRed</subnet>
+                        <balloonMarking>
+                            <tokens>
+                                <token>{"color" : "green", "name" : "green1", "pickSuccess" : "false", "placeSuccess" : "false",
+                                        "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
+                            </tokens>
+                        </balloonMarking>
+                    </toolspecific>
+                    <initialMarking>
+                        <text>1</text>
+                    </initialMarking>
+                    <name>
+                        <text>ObjectPoolRed</text>
+                    </name>
+                </place>
+                <place id="ObjectPoolBlue">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorBlue</subnet>
+                        <balloonMarking>
+                            <tokens>
+                                <token>{"color" : "blue", "name" : "blue1", "pickSuccess" : "false", "placeSuccess" : "false",
+                                    "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
+                            </tokens>
+                        </balloonMarking>
+                    </toolspecific>
+                    <initialMarking>
+                        <text>1</text>
+                    </initialMarking>
+                    <name>
+                        <text>ObjectPoolBlue</text>
+                    </name>
+                </place>
+                <place id="ObjectPoolGreen">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorGreen</subnet>
+                        <balloonMarking>
+                            <tokens>
+                                <token>{"color" : "red", "name" : "red1", "pickSuccess" : "false", "placeSuccess" : "false",
+                                    "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
+                            </tokens>
+                        </balloonMarking>
+                    </toolspecific>
+                    <initialMarking>
+                        <text>1</text>
+                    </initialMarking>
+                    <name>
+                        <text>ObjectPoolGreen</text>
+                    </name>
+                </place>
+                
+                <transition id="SortRed">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorRed</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause>(Red)</inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>SortRed</text>
+                    </name>
+                </transition>
+                <transition id="SortBlue">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorBlue</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause>(Blue)</inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>SortBlue</text>
+                    </name>
+                </transition>
+                <transition id="SortGreen">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorGreen</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause>(Green)</inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>SortGreen</text>
+                    </name>
+                </transition>
+                
+                <place id="RedOut">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorRed</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>RedOut</text>
+                    </name>
+                </place>
+                <place id="BlueOut">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorBlue</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>BlueOut</text>
+                    </name>
+                </place>
+                <place id="GreenOut">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorGreen</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>GreenOut</text>
+                    </name>
+                </place>
+                
+                <arc id="a1" source="SortRed" target="RedOut">
+                </arc>
+                <arc id="a2" source="SortBlue" target="BlueOut">
+                </arc>
+                <arc id="a3" source="SortGreen" target="GreenOut">
+                </arc>
+                <arc id="a4" source="ObjectPoolRed" target="SortRed">
+                </arc>
+                <arc id="a5" source="ObjectPoolBlue" target="SortBlue">
+                </arc>
+                <arc id="a6" source="ObjectPoolGreen" target="SortGreen">
+                </arc>
+            </page>
+            
+            <transition id="LeftCellTopic">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>topicTransitionType</type>
+                    <topicName>LeftCellTopic</topicName>
+                    <publishers>
+                        <publisher>
+                            <id>RedOut</id>
+                            <limit>10</limit>
+                        </publisher>
+                        <publisher>
+                            <id>BlueOut</id>
+                            <limit>10</limit>
+                        </publisher>
+                    </publishers>
+                    <subscribers>
+                        <subscriber>
+                            <id>L-AwaitingControl</id>
+                            <limit>1</limit>
+                        </subscriber>
+                    </subscribers>
+                </toolspecific>
+                <name>
+                    <text>LeftCellTopic</text>
+                </name>
+            </transition>
+            <transition id="RightCellTopic">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>topicTransitionType</type>
+                    <topicName>RightCellTopic</topicName>
+                    <publishers>
+                        <publisher>
+                            <id>GreenOut</id>
+                            <limit>10</limit>
+                        </publisher>
+                    </publishers>
+                    <subscribers>
+                        <subscriber>
+                            <id>R-AwaitingControl</id>
+                            <limit>10</limit>
+                        </subscriber>
+                    </subscribers>
+                </toolspecific>
+                <name>
+                    <text>RightCellTopic</text>
+                </name>
+            </transition>
+            
+            <transition id="UITopic">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>topicTransitionType</type>
+                    <topicName>UITopic</topicName>
+                    <publishers>
+                        <publisher>
+                            <id>L-Done</id>
+                            <limit>10</limit>
+                        </publisher>
+                        <publisher>
+                            <id>R-Done</id>
+                            <limit>10</limit>
+                        </publisher>
+                    </publishers>
+                    <subscribers>
+                        <subscriber>
+                            <id>FeedbackIn</id>
+                            <limit>10</limit>
+                        </subscriber>
+                    </subscribers>
+                </toolspecific>
+                <name>
+                    <text>UITopic</text>
+                </name>
+            </transition>
+            
+            <page id="LeftControllerPage">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>nodePage</type>
+                </toolspecific>
+                
+                <place id="L-AwaitingControl">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>L-AwaitingControl</text>
+                    </name>
+                </place>
+                <place id="L-Ready">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>L-Ready</text>
+                    </name>
+                </place>
+                <place id="L-ObjectPicked">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>L-ObjectPicked</text>
+                    </name>
+                </place>
+                <place id="L-ObjectPlaced">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>L-ObjectPlaced</text>
+                    </name>
+                </place>
+                <place id="L-Done">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>L-Done</text>
+                    </name>
+                </place>
+				
+				<transition id="L-Pick">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause></inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>L-Pick</text>
+                    </name>
+                </transition>
+				<transition id="L-Place">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause></inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>L-Place</text>
+                    </name>
+                </transition>
+				
+				<arc id="at1" source="L-Ready" target="L-Pick">
+				</arc>
+				<arc id="at2" source="L-Pick" target="L-ObjectPicked">
+                </arc>
+				<arc id="at3" source="L-ObjectPicked" target="L-Place">
+                </arc>
+				<arc id="at4" source="L-Place" target="L-ObjectPlaced">
+                </arc>
+            </page>
+            
+            <page id="RightControllerPage">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>nodePage</type>
+                </toolspecific>
+                
+                <place id="R-AwaitingControl">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>RightController</node>
+                        <subnet>RC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>R-AwaitingControl</text>
+                    </name>
+                </place>
+                <place id="R-Ready">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>RightController</node>
+                        <subnet>RC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>R-Ready</text>
+                    </name>
+                </place>
+                <place id="R-ObjectPicked">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>RightController</node>
+                        <subnet>RC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>R-ObjectPicked</text>
+                    </name>
+                </place>
+                <place id="R-ObjectPlaced">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>RightController</node>
+                        <subnet>RC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>R-ObjectPlaced</text>
+                    </name>
+                </place>
+                <place id="R-Done">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>RightController</node>
+                        <subnet>RC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>R-Done</text>
+                    </name>
+                </place>
+				
+				<transition id="R-Pick">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>RC1</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause></inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>R-Pick</text>
+                    </name>
+                </transition>
+				<transition id="R-Place">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>RC1</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause></inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>R-Place</text>
+                    </name>
+                </transition>
+				
+				<arc id="at5" source="R-Ready" target="R-Pick">
+				</arc>
+				<arc id="at6" source="R-Pick" target="R-ObjectPicked">
+                </arc>
+				<arc id="at7" source="R-ObjectPicked" target="R-Place">
+                </arc>
+				<arc id="at8" source="R-Place" target="R-ObjectPlaced">
+                </arc>
+            </page>
+            
+            <page id="FeedbackPage">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>nodePage</type>
+                </toolspecific>
+                <place id="FeedbackIn">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>Feedback</node>
+                        <subnet>Feedback</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>FeedbackIn</text>
+                    </name>
+                </place>
+                
+                <transition id="ShowFeedback">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>Feedback</node>
+                        <subnet>Feedback</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause></inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>ShowFeedback</text>
+                    </name>
+                </transition>
+                
+                <place id="FeedbackDone">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>Feedback</node>
+                        <subnet>Feedback</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>FeedbackDone</text>
+                    </name>
+                </place>
+                
+                <arc id="a7" source="FeedbackIn" target="ShowFeedback">
+                </arc>
+                <arc id="a8" source="ShowFeedback" target="FeedbackDone">
+                </arc>
+            </page>
+            
+            <page id="SynchronizerPage">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>nodePage</type>
+                </toolspecific>
+                <page id="GetControlService">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <type>serverPrototype</type>
+                        <serviceName>getControlService</serviceName>
+                    </toolspecific>
+                    
+                    <place id="GetControlIn">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>GetControl</subnet>
+                        </toolspecific>
+                        <name>
+                            <text>GetControlIn</text>
+                        </name>
+                    </place>
+                    <place id="GetControlOut">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>GetControl</subnet>
+                        </toolspecific>
+                        <name>
+                            <text>GetControlOut</text>
+                        </name>
+                    </place>
+                    <referencePlace id="GetSharedRef" ref="GetShared">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>GetControl</subnet>
+                        </toolspecific>
+                        <name>
+                            <text>GetSharedRef</text>
+                        </name>
+                    </referencePlace>
+                    <transition id="Get">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>GetControl</subnet>
+                            <type>discreteTransitionType</type>
+                            <inputsignalclause></inputsignalclause>
+                        </toolspecific>
+                        <name>
+                            <text>Get</text>
+                        </name>
+                    </transition>
+                    <arc id="a9" source="GetControlIn" target="Get">
+                    </arc>
+                    <arc id="a10" source="Get" target="GetControlOut">
+                    </arc>
+                    <arc id="a11" source="GetSharedRef" target="Get">
+                    </arc>
+                </page>
+                <page id="EndControlService">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <type>serverPrototype</type>
+                        <serviceName>endControlService</serviceName>
+                    </toolspecific>
+                
+                    <place id="EndControlIn">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>EndControl</subnet>
+                        </toolspecific>
+                        <name>
+                            <text>EndControlIn</text>
+                        </name>
+                    </place>
+                    <place id="EndControlOut">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>EndControl</subnet>
+                        </toolspecific>
+                        <name>
+                            <text>EndControlOut</text>
+                        </name>
+                    </place>
+                    <referencePlace id="GetEndSharedRef" ref="GetShared">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>EndControl</subnet>
+                        </toolspecific>
+                        <name>
+                            <text>GetEndSharedRef</text>
+                        </name>
+                    </referencePlace>
+                    <transition id="End">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>EndControl</subnet>
+                            <type>discreteTransitionType</type>
+                            <inputsignalclause></inputsignalclause>
+                        </toolspecific>
+                        <name>
+                            <text>End</text>
+                        </name>
+                    </transition>
+                    <arc id="a12" source="EndControlIn" target="End">
+                    </arc>
+                    <arc id="a13" source="End" target="EndControlOut">
+                    </arc>
+                    <arc id="a13b" source="End" target="GetEndSharedRef">
+                    </arc>
+                </page>
+                <page id="SharedSpacePage">
+                    <place id="GetShared">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>SharedSync</subnet>
+                            <balloonMarking>
+                            	<tokens>
+                                <token>{ "color":"NONE","name":"NONE","pickSuccess":"false","placeSuccess":"false",
+                                        "humanDetected":"false","sensorData":"NONE","trace":"NONE", "locked" : "true" }
+                                    </token>
+                              </tokens>
+                            </balloonMarking>
+                        </toolspecific>
+                        <initialMarking>
+                            <text>1</text>
+                        </initialMarking>
+                        <name>
+                            <text>GetShared</text>
+                        </name>
+                    </place>
+                </page>
+            </page>
+       
+            <transition id="GetControlServiceCall">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>serviceTransitionType</type>
+                    <serviceName>getControlService</serviceName>
+                    <serverInput>GetControlIn</serverInput>
+                    <serverOutput>GetControlOut</serverOutput>
+                    <serverCapacity>2</serverCapacity>
+                    <channels>
+                        <channel>
+                            <cid>c1</cid>
+                            <request>L-AwaitingControl</request>
+                            <response>L-Ready</response>
+                        </channel>
+                        <channel>
+                            <cid>c2</cid>
+                            <request>R-AwaitingControl</request>
+                            <response>R-Ready</response>
+                        </channel>
+                    </channels>
+                </toolspecific>
+                <name>
+                    <text>GetControlServiceCall</text>
+                </name>
+            </transition>
+            <transition id="EndControlServiceCall">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>serviceTransitionType</type>
+                    <serviceName>endControlService</serviceName>
+                    <serverInput>EndControlIn</serverInput>
+                    <serverOutput>EndControlOut</serverOutput>
+                    <serverCapacity>2</serverCapacity>
+                    <channels>
+                        <channel>
+                            <cid>c3</cid>
+                            <request>L-ObjectPlaced</request>
+                            <response>L-Done</response>
+                        </channel>
+                        <channel>
+                            <cid>c4</cid>
+                            <request>R-ObjectPlaced</request>
+                            <response>R-Done</response>
+                        </channel>
+                    </channels>
+                </toolspecific>
+                <name>
+                    <text>EndControlServiceCall</text>
+                </name>
+            </transition>
+            
+        </page>
+    </net>
+</pnml>
diff --git a/models/task-2/model-blocking-signals-flatted.net b/models/model-top-signal-flatted.net
similarity index 52%
rename from models/task-2/model-blocking-signals-flatted.net
rename to models/model-top-signal-flatted.net
index d41422744c8c758e66b9730d95af732ae306a96d..a5e10841ae6e72afd8dbd9684709f4fcbeb0591d 100644
--- a/models/task-2/model-blocking-signals-flatted.net
+++ b/models/model-top-signal-flatted.net
@@ -1,4 +1,4 @@
-net FullModel
+net ModelTop
 tr {CallbackInputTransition-LeftCellTopic-0-0} {CallbackCapacityPlace-LeftCellTopic-0-0} {CallbackInputPlace-LeftCellTopic-0-0} -> {CallbackConnectorPlace-LeftCellTopic-0-0} 
 tr {CallbackInputTransition-RightCellTopic-0-0} {CallbackCapacityPlace-RightCellTopic-0-0} {CallbackInputPlace-RightCellTopic-0-0} -> {CallbackConnectorPlace-RightCellTopic-0-0} 
 tr {CallbackInputTransition-UITopic-0-0} {CallbackCapacityPlace-UITopic-0-0} {CallbackInputPlace-UITopic-0-0} -> {CallbackConnectorPlace-UITopic-0-0} 
@@ -24,42 +24,14 @@ tr {End-INSTANCE-0} {EndControlIn-INSTANCE-0} -> GetShared {EndControlOut-INSTAN
 tr {End-INSTANCE-1} {EndControlIn-INSTANCE-1} -> GetShared {EndControlOut-INSTANCE-1} 
 tr {Get-INSTANCE-0} GetShared {GetControlIn-INSTANCE-0} -> {GetControlOut-INSTANCE-0} 
 tr {Get-INSTANCE-1} GetShared {GetControlIn-INSTANCE-1} -> {GetControlOut-INSTANCE-1} 
-tr {GetSensorData-INSTANCE-0} {SensorIn-INSTANCE-0} {PD-0-GetSensorData-INSTANCE-0} -> {PD-0-GetSensorData-INSTANCE-0} {SensorInter-INSTANCE-0} 
 tr {InputSignalToFalseTransition-Blue} {PD-0-SortBlue} {InputSignalTruePlace-Blue} -> {InputSignalFalsePlace-Blue} 
-tr {InputSignalToFalseTransition-Green} {InputSignalTruePlace-Green} {PD-0-SortGreen} -> {InputSignalFalsePlace-Green} 
-tr {InputSignalToFalseTransition-PickFail} {PD-0-PickingFail-INSTANCE-1} {InputSignalTruePlace-PickFail} {PD-0-PickingFail-INSTANCE-0} -> {InputSignalFalsePlace-PickFail} 
-tr {InputSignalToFalseTransition-PickSuccess} {InputSignalTruePlace-PickSuccess} {PD-0-PickingSuccess-INSTANCE-0} {PD-0-PickingSuccess-INSTANCE-1} -> {InputSignalFalsePlace-PickSuccess} 
-tr {InputSignalToFalseTransition-PlaceFail} {PD-0-PlacingFail-INSTANCE-0} {InputSignalTruePlace-PlaceFail} {PD-0-PlacingFail-INSTANCE-1} -> {InputSignalFalsePlace-PlaceFail} 
-tr {InputSignalToFalseTransition-PlaceSuccess} {InputSignalTruePlace-PlaceSuccess} {PD-0-PlacingSuccess-INSTANCE-0} {PD-0-PlacingSuccess-INSTANCE-1} -> {InputSignalFalsePlace-PlaceSuccess} 
+tr {InputSignalToFalseTransition-Green} {PD-0-SortGreen} {InputSignalTruePlace-Green} -> {InputSignalFalsePlace-Green} 
 tr {InputSignalToFalseTransition-Red} {PD-1-SortRed} {InputSignalTruePlace-Red} -> {InputSignalFalsePlace-Red} {PD-0-SortRed} 
-tr {InputSignalToFalseTransition-Sensor} {PD-0-GetSensorData-INSTANCE-0} {InputSignalTruePlace-Sensor} -> {InputSignalFalsePlace-Sensor} 
-tr {InputSignalToFalseTransition-Stop} {PD-0-SafeToUnsafe} {InputSignalTruePlace-Stop} -> {InputSignalFalsePlace-Stop} 
 tr {InputSignalToTrueTransition-Blue} {InputSignalFalsePlace-Blue} -> {PD-0-SortBlue} {InputSignalTruePlace-Blue} 
-tr {InputSignalToTrueTransition-Green} {InputSignalFalsePlace-Green} -> {InputSignalTruePlace-Green} {PD-0-SortGreen} 
-tr {InputSignalToTrueTransition-PickFail} {InputSignalFalsePlace-PickFail} -> {PD-0-PickingFail-INSTANCE-1} {InputSignalTruePlace-PickFail} {PD-0-PickingFail-INSTANCE-0} 
-tr {InputSignalToTrueTransition-PickSuccess} {InputSignalFalsePlace-PickSuccess} -> {InputSignalTruePlace-PickSuccess} {PD-0-PickingSuccess-INSTANCE-0} {PD-0-PickingSuccess-INSTANCE-1} 
-tr {InputSignalToTrueTransition-PlaceFail} {InputSignalFalsePlace-PlaceFail} -> {PD-0-PlacingFail-INSTANCE-0} {InputSignalTruePlace-PlaceFail} {PD-0-PlacingFail-INSTANCE-1} 
-tr {InputSignalToTrueTransition-PlaceSuccess} {InputSignalFalsePlace-PlaceSuccess} -> {InputSignalTruePlace-PlaceSuccess} {PD-0-PlacingSuccess-INSTANCE-0} {PD-0-PlacingSuccess-INSTANCE-1} 
+tr {InputSignalToTrueTransition-Green} {InputSignalFalsePlace-Green} -> {PD-0-SortGreen} {InputSignalTruePlace-Green} 
 tr {InputSignalToTrueTransition-Red} {InputSignalFalsePlace-Red} {PD-0-SortRed} -> {PD-1-SortRed} {InputSignalTruePlace-Red} 
-tr {InputSignalToTrueTransition-Sensor} {InputSignalFalsePlace-Sensor} -> {PD-0-GetSensorData-INSTANCE-0} {InputSignalTruePlace-Sensor} 
-tr {InputSignalToTrueTransition-Stop} {InputSignalFalsePlace-Stop} -> {PD-0-SafeToUnsafe} {InputSignalTruePlace-Stop} 
-tr {Pick-INSTANCE-0} Safe {PickInput-INSTANCE-0} -> Safe {Picking-INSTANCE-0} 
-tr {Pick-INSTANCE-1} Safe {PickInput-INSTANCE-1} -> Safe {Picking-INSTANCE-1} 
-tr {PickingAbort-INSTANCE-0} {Picking-INSTANCE-0} Unsafe -> {PickOutput-INSTANCE-0} Unsafe 
-tr {PickingAbort-INSTANCE-1} {Picking-INSTANCE-1} Unsafe -> {PickOutput-INSTANCE-1} Unsafe 
-tr {PickingFail-INSTANCE-0} {PD-0-PickingFail-INSTANCE-0} {Picking-INSTANCE-0} -> {PD-0-PickingFail-INSTANCE-0} {PickOutput-INSTANCE-0} 
-tr {PickingFail-INSTANCE-1} {PD-0-PickingFail-INSTANCE-1} {Picking-INSTANCE-1} -> {PD-0-PickingFail-INSTANCE-1} {PickOutput-INSTANCE-1} 
-tr {PickingSuccess-INSTANCE-0} {PD-0-PickingSuccess-INSTANCE-0} {Picking-INSTANCE-0} -> {PD-0-PickingSuccess-INSTANCE-0} {PickOutput-INSTANCE-0} 
-tr {PickingSuccess-INSTANCE-1} {PD-0-PickingSuccess-INSTANCE-1} {Picking-INSTANCE-1} -> {PD-0-PickingSuccess-INSTANCE-1} {PickOutput-INSTANCE-1} 
-tr {Place-INSTANCE-0} Safe {PlaceInput-INSTANCE-0} -> Safe {Placing-INSTANCE-0} 
-tr {Place-INSTANCE-1} Safe {PlaceInput-INSTANCE-1} -> Safe {Placing-INSTANCE-1} 
-tr {PlacingAbort-INSTANCE-0} Unsafe {Placing-INSTANCE-0} -> Unsafe {PlaceOutput-INSTANCE-0} 
-tr {PlacingAbort-INSTANCE-1} Unsafe {Placing-INSTANCE-1} -> Unsafe {PlaceOutput-INSTANCE-1} 
-tr {PlacingFail-INSTANCE-0} {PD-0-PlacingFail-INSTANCE-0} {Placing-INSTANCE-0} -> {PD-0-PlacingFail-INSTANCE-0} {PlaceOutput-INSTANCE-0} 
-tr {PlacingFail-INSTANCE-1} {PD-0-PlacingFail-INSTANCE-1} {Placing-INSTANCE-1} -> {PD-0-PlacingFail-INSTANCE-1} {PlaceOutput-INSTANCE-1} 
-tr {PlacingSuccess-INSTANCE-0} {PD-0-PlacingSuccess-INSTANCE-0} {Placing-INSTANCE-0} -> {PD-0-PlacingSuccess-INSTANCE-0} {PlaceOutput-INSTANCE-0} 
-tr {PlacingSuccess-INSTANCE-1} {PD-0-PlacingSuccess-INSTANCE-1} {Placing-INSTANCE-1} -> {PD-0-PlacingSuccess-INSTANCE-1} {PlaceOutput-INSTANCE-1} 
-tr {ProcessSensorData-INSTANCE-0} {SensorInter-INSTANCE-0} -> {SensorOut-INSTANCE-0} 
+tr {L-Pick} {L-Ready} -> {L-ObjectPicked} 
+tr {L-Place} {L-ObjectPicked} -> {L-ObjectPlaced} 
 tr {PublisherInputTransition-LeftCellTopic-0} {PublisherCapacityPlace-LeftCellTopic-0} RedOut -> {PublisherConnectorPlace-LeftCellTopic-0} 
 tr {PublisherInputTransition-LeftCellTopic-1} BlueOut {PublisherCapacityPlace-LeftCellTopic-1} -> {PublisherConnectorPlace-LeftCellTopic-1} 
 tr {PublisherInputTransition-RightCellTopic-0} GreenOut {PublisherCapacityPlace-RightCellTopic-0} -> {PublisherConnectorPlace-RightCellTopic-0} 
@@ -75,25 +47,16 @@ tr {PublisherOverflowTransition-LeftCellTopic-1} BlueOut {PublisherCapacityPlace
 tr {PublisherOverflowTransition-RightCellTopic-0} GreenOut {PublisherCapacityPlace-RightCellTopic-0}?-1 ->
 tr {PublisherOverflowTransition-UITopic-0} {L-Done} {PublisherCapacityPlace-UITopic-0}?-1 ->
 tr {PublisherOverflowTransition-UITopic-1} {PublisherCapacityPlace-UITopic-1}?-1 {R-Done} ->
-tr SafeToSensorCall Safe -> SensorCall 
-tr SafeToUnsafe {PD-0-SafeToUnsafe} Safe -> {PD-0-SafeToUnsafe} Unsafe 
+tr {R-Pick} {R-Ready} -> {R-ObjectPicked} 
+tr {R-Place} {R-ObjectPicked} -> {R-ObjectPlaced} 
 tr {ServiceCallMultiEntryTransition-endControlService-0-0} {ServiceCallMultiInactivePlace-endControlService-0} {ServiceClientCallPlace-endControlService-0} -> {EndControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-0} 
 tr {ServiceCallMultiEntryTransition-endControlService-0-1} {ServiceCallMultiInactivePlace-endControlService-0} {ServiceClientCallPlace-endControlService-1} -> {EndControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-1} 
 tr {ServiceCallMultiEntryTransition-endControlService-1-0} {ServiceClientCallPlace-endControlService-0} {ServiceCallMultiInactivePlace-endControlService-1} -> {EndControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-endControlService-1} {ServiceCallMultiFlagPlace-endControlService-1-0} 
 tr {ServiceCallMultiEntryTransition-endControlService-1-1} {ServiceClientCallPlace-endControlService-1} {ServiceCallMultiInactivePlace-endControlService-1} -> {EndControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-endControlService-1} {ServiceCallMultiFlagPlace-endControlService-1-1} 
-tr {ServiceCallMultiEntryTransition-getControlService-0-0} {ServiceClientCallPlace-getControlService-0} {ServiceCallMultiInactivePlace-getControlService-0} -> {GetControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-0} 
+tr {ServiceCallMultiEntryTransition-getControlService-0-0} {ServiceCallMultiInactivePlace-getControlService-0} {ServiceClientCallPlace-getControlService-0} -> {GetControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-0} 
 tr {ServiceCallMultiEntryTransition-getControlService-0-1} {ServiceCallMultiInactivePlace-getControlService-0} {ServiceClientCallPlace-getControlService-1} -> {GetControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-1} 
 tr {ServiceCallMultiEntryTransition-getControlService-1-0} {ServiceClientCallPlace-getControlService-0} {ServiceCallMultiInactivePlace-getControlService-1} -> {GetControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-0} 
 tr {ServiceCallMultiEntryTransition-getControlService-1-1} {ServiceClientCallPlace-getControlService-1} {ServiceCallMultiInactivePlace-getControlService-1} -> {GetControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-1} 
-tr {ServiceCallMultiEntryTransition-pickService-0-0} {ServiceCallMultiInactivePlace-pickService-0} {ServiceClientCallPlace-pickService-0} -> {PickInput-INSTANCE-0} {ServiceCallMultiActivePlace-pickService-0} {ServiceCallMultiFlagPlace-pickService-0-0} 
-tr {ServiceCallMultiEntryTransition-pickService-0-1} {ServiceCallMultiInactivePlace-pickService-0} {ServiceClientCallPlace-pickService-1} -> {PickInput-INSTANCE-0} {ServiceCallMultiActivePlace-pickService-0} {ServiceCallMultiFlagPlace-pickService-0-1} 
-tr {ServiceCallMultiEntryTransition-pickService-1-0} {ServiceClientCallPlace-pickService-0} {ServiceCallMultiInactivePlace-pickService-1} -> {PickInput-INSTANCE-1} {ServiceCallMultiActivePlace-pickService-1} {ServiceCallMultiFlagPlace-pickService-1-0} 
-tr {ServiceCallMultiEntryTransition-pickService-1-1} {ServiceClientCallPlace-pickService-1} {ServiceCallMultiInactivePlace-pickService-1} -> {PickInput-INSTANCE-1} {ServiceCallMultiActivePlace-pickService-1} {ServiceCallMultiFlagPlace-pickService-1-1} 
-tr {ServiceCallMultiEntryTransition-placeService-0-0} {ServiceCallMultiInactivePlace-placeService-0} {ServiceClientCallPlace-placeService-0} -> {PlaceInput-INSTANCE-0} {ServiceCallMultiActivePlace-placeService-0} {ServiceCallMultiFlagPlace-placeService-0-0} 
-tr {ServiceCallMultiEntryTransition-placeService-0-1} {ServiceCallMultiInactivePlace-placeService-0} {ServiceClientCallPlace-placeService-1} -> {PlaceInput-INSTANCE-0} {ServiceCallMultiActivePlace-placeService-0} {ServiceCallMultiFlagPlace-placeService-0-1} 
-tr {ServiceCallMultiEntryTransition-placeService-1-0} {ServiceClientCallPlace-placeService-0} {ServiceCallMultiInactivePlace-placeService-1} -> {PlaceInput-INSTANCE-1} {ServiceCallMultiActivePlace-placeService-1} {ServiceCallMultiFlagPlace-placeService-1-0} 
-tr {ServiceCallMultiEntryTransition-placeService-1-1} {ServiceClientCallPlace-placeService-1} {ServiceCallMultiInactivePlace-placeService-1} -> {PlaceInput-INSTANCE-1} {ServiceCallMultiActivePlace-placeService-1} {ServiceCallMultiFlagPlace-placeService-1-1} 
-tr {ServiceCallMultiEntryTransition-sensorService-0-0} {ServiceClientCallPlace-sensorService-0} {ServiceCallMultiInactivePlace-sensorService-0} -> {SensorIn-INSTANCE-0} {ServiceCallMultiActivePlace-sensorService-0} {ServiceCallMultiFlagPlace-sensorService-0-0} 
 tr {ServiceCallMultiExitTransition-endControlService-0-0} {EndControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-0} -> {ServiceCallMultiInactivePlace-endControlService-0} {ServiceClientRespPlace-endControlService-0} 
 tr {ServiceCallMultiExitTransition-endControlService-0-1} {EndControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-1} -> {ServiceCallMultiInactivePlace-endControlService-0} {ServiceClientRespPlace-endControlService-1} 
 tr {ServiceCallMultiExitTransition-endControlService-1-0} {EndControlOut-INSTANCE-1} {ServiceCallMultiActivePlace-endControlService-1} {ServiceCallMultiFlagPlace-endControlService-1-0} -> {ServiceCallMultiInactivePlace-endControlService-1} {ServiceClientRespPlace-endControlService-0} 
@@ -102,58 +65,26 @@ tr {ServiceCallMultiExitTransition-getControlService-0-0} {GetControlOut-INSTANC
 tr {ServiceCallMultiExitTransition-getControlService-0-1} {GetControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-1} -> {ServiceCallMultiInactivePlace-getControlService-0} {ServiceClientRespPlace-getControlService-1} 
 tr {ServiceCallMultiExitTransition-getControlService-1-0} {GetControlOut-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-0} -> {ServiceCallMultiInactivePlace-getControlService-1} {ServiceClientRespPlace-getControlService-0} 
 tr {ServiceCallMultiExitTransition-getControlService-1-1} {GetControlOut-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-1} -> {ServiceCallMultiInactivePlace-getControlService-1} {ServiceClientRespPlace-getControlService-1} 
-tr {ServiceCallMultiExitTransition-pickService-0-0} {PickOutput-INSTANCE-0} {ServiceCallMultiActivePlace-pickService-0} {ServiceCallMultiFlagPlace-pickService-0-0} -> {ServiceCallMultiInactivePlace-pickService-0} {ServiceClientRespPlace-pickService-0} 
-tr {ServiceCallMultiExitTransition-pickService-0-1} {PickOutput-INSTANCE-0} {ServiceCallMultiActivePlace-pickService-0} {ServiceCallMultiFlagPlace-pickService-0-1} -> {ServiceCallMultiInactivePlace-pickService-0} {ServiceClientRespPlace-pickService-1} 
-tr {ServiceCallMultiExitTransition-pickService-1-0} {PickOutput-INSTANCE-1} {ServiceCallMultiActivePlace-pickService-1} {ServiceCallMultiFlagPlace-pickService-1-0} -> {ServiceCallMultiInactivePlace-pickService-1} {ServiceClientRespPlace-pickService-0} 
-tr {ServiceCallMultiExitTransition-pickService-1-1} {PickOutput-INSTANCE-1} {ServiceCallMultiActivePlace-pickService-1} {ServiceCallMultiFlagPlace-pickService-1-1} -> {ServiceCallMultiInactivePlace-pickService-1} {ServiceClientRespPlace-pickService-1} 
-tr {ServiceCallMultiExitTransition-placeService-0-0} {PlaceOutput-INSTANCE-0} {ServiceCallMultiActivePlace-placeService-0} {ServiceCallMultiFlagPlace-placeService-0-0} -> {ServiceCallMultiInactivePlace-placeService-0} {ServiceClientRespPlace-placeService-0} 
-tr {ServiceCallMultiExitTransition-placeService-0-1} {PlaceOutput-INSTANCE-0} {ServiceCallMultiActivePlace-placeService-0} {ServiceCallMultiFlagPlace-placeService-0-1} -> {ServiceCallMultiInactivePlace-placeService-0} {ServiceClientRespPlace-placeService-1} 
-tr {ServiceCallMultiExitTransition-placeService-1-0} {PlaceOutput-INSTANCE-1} {ServiceCallMultiActivePlace-placeService-1} {ServiceCallMultiFlagPlace-placeService-1-0} -> {ServiceCallMultiInactivePlace-placeService-1} {ServiceClientRespPlace-placeService-0} 
-tr {ServiceCallMultiExitTransition-placeService-1-1} {PlaceOutput-INSTANCE-1} {ServiceCallMultiActivePlace-placeService-1} {ServiceCallMultiFlagPlace-placeService-1-1} -> {ServiceCallMultiInactivePlace-placeService-1} {ServiceClientRespPlace-placeService-1} 
-tr {ServiceCallMultiExitTransition-sensorService-0-0} {SensorOut-INSTANCE-0} {ServiceCallMultiActivePlace-sensorService-0} {ServiceCallMultiFlagPlace-sensorService-0-0} -> {ServiceCallMultiInactivePlace-sensorService-0} {ServiceClientRespPlace-sensorService-0} 
 tr {ServiceClientCallConnectTransition-endControlService-0} {L-ObjectPlaced} {ServiceTogglePlace-endControlService-0} -> {ServiceClientCallConnectPlace-endControlService-0} 
 tr {ServiceClientCallConnectTransition-endControlService-1} {R-ObjectPlaced} {ServiceTogglePlace-endControlService-1} -> {ServiceClientCallConnectPlace-endControlService-1} 
 tr {ServiceClientCallConnectTransition-getControlService-0} {L-AwaitingControl} {ServiceTogglePlace-getControlService-0} -> {ServiceClientCallConnectPlace-getControlService-0} 
 tr {ServiceClientCallConnectTransition-getControlService-1} {R-AwaitingControl} {ServiceTogglePlace-getControlService-1} -> {ServiceClientCallConnectPlace-getControlService-1} 
-tr {ServiceClientCallConnectTransition-pickService-0} {L-Ready} {ServiceTogglePlace-pickService-0} -> {ServiceClientCallConnectPlace-pickService-0} 
-tr {ServiceClientCallConnectTransition-pickService-1} {R-Ready} {ServiceTogglePlace-pickService-1} -> {ServiceClientCallConnectPlace-pickService-1} 
-tr {ServiceClientCallConnectTransition-placeService-0} {L-ObjectPicked} {ServiceTogglePlace-placeService-0} -> {ServiceClientCallConnectPlace-placeService-0} 
-tr {ServiceClientCallConnectTransition-placeService-1} {R-ObjectPicked} {ServiceTogglePlace-placeService-1} -> {ServiceClientCallConnectPlace-placeService-1} 
-tr {ServiceClientCallConnectTransition-sensorService-0} SensorCall {ServiceTogglePlace-sensorService-0} -> {ServiceClientCallConnectPlace-sensorService-0} 
 tr {ServiceClientCallTransition-endControlService-0} {ServiceClientCallConnectPlace-endControlService-0} -> {ServiceClientCallPlace-endControlService-0} 
 tr {ServiceClientCallTransition-endControlService-1} {ServiceClientCallConnectPlace-endControlService-1} -> {ServiceClientCallPlace-endControlService-1} 
 tr {ServiceClientCallTransition-getControlService-0} {ServiceClientCallConnectPlace-getControlService-0} -> {ServiceClientCallPlace-getControlService-0} 
 tr {ServiceClientCallTransition-getControlService-1} {ServiceClientCallConnectPlace-getControlService-1} -> {ServiceClientCallPlace-getControlService-1} 
-tr {ServiceClientCallTransition-pickService-0} {ServiceClientCallConnectPlace-pickService-0} -> {ServiceClientCallPlace-pickService-0} 
-tr {ServiceClientCallTransition-pickService-1} {ServiceClientCallConnectPlace-pickService-1} -> {ServiceClientCallPlace-pickService-1} 
-tr {ServiceClientCallTransition-placeService-0} {ServiceClientCallConnectPlace-placeService-0} -> {ServiceClientCallPlace-placeService-0} 
-tr {ServiceClientCallTransition-placeService-1} {ServiceClientCallConnectPlace-placeService-1} -> {ServiceClientCallPlace-placeService-1} 
-tr {ServiceClientCallTransition-sensorService-0} {ServiceClientCallConnectPlace-sensorService-0} -> {ServiceClientCallPlace-sensorService-0} 
 tr {ServiceClientRespConnectTransition-endControlService-0} {ServiceClientRespConnectPlace-endControlService-0} -> {L-Done} {ServiceTogglePlace-endControlService-0} 
 tr {ServiceClientRespConnectTransition-endControlService-1} {ServiceClientRespConnectPlace-endControlService-1} -> {R-Done} {ServiceTogglePlace-endControlService-1} 
 tr {ServiceClientRespConnectTransition-getControlService-0} {ServiceClientRespConnectPlace-getControlService-0} -> {L-Ready} {ServiceTogglePlace-getControlService-0} 
 tr {ServiceClientRespConnectTransition-getControlService-1} {ServiceClientRespConnectPlace-getControlService-1} -> {R-Ready} {ServiceTogglePlace-getControlService-1} 
-tr {ServiceClientRespConnectTransition-pickService-0} {ServiceClientRespConnectPlace-pickService-0} -> {L-ObjectPicked} {ServiceTogglePlace-pickService-0} 
-tr {ServiceClientRespConnectTransition-pickService-1} {ServiceClientRespConnectPlace-pickService-1} -> {R-ObjectPicked} {ServiceTogglePlace-pickService-1} 
-tr {ServiceClientRespConnectTransition-placeService-0} {ServiceClientRespConnectPlace-placeService-0} -> {L-ObjectPlaced} {ServiceTogglePlace-placeService-0} 
-tr {ServiceClientRespConnectTransition-placeService-1} {ServiceClientRespConnectPlace-placeService-1} -> {R-ObjectPlaced} {ServiceTogglePlace-placeService-1} 
-tr {ServiceClientRespConnectTransition-sensorService-0} {ServiceClientRespConnectPlace-sensorService-0} -> SensorResponse {ServiceTogglePlace-sensorService-0} 
 tr {ServiceClientRespTransition-endControlService-0} {ServiceClientRespPlace-endControlService-0} -> {ServiceClientRespConnectPlace-endControlService-0} 
 tr {ServiceClientRespTransition-endControlService-1} {ServiceClientRespPlace-endControlService-1} -> {ServiceClientRespConnectPlace-endControlService-1} 
 tr {ServiceClientRespTransition-getControlService-0} {ServiceClientRespPlace-getControlService-0} -> {ServiceClientRespConnectPlace-getControlService-0} 
 tr {ServiceClientRespTransition-getControlService-1} {ServiceClientRespPlace-getControlService-1} -> {ServiceClientRespConnectPlace-getControlService-1} 
-tr {ServiceClientRespTransition-pickService-0} {ServiceClientRespPlace-pickService-0} -> {ServiceClientRespConnectPlace-pickService-0} 
-tr {ServiceClientRespTransition-pickService-1} {ServiceClientRespPlace-pickService-1} -> {ServiceClientRespConnectPlace-pickService-1} 
-tr {ServiceClientRespTransition-placeService-0} {ServiceClientRespPlace-placeService-0} -> {ServiceClientRespConnectPlace-placeService-0} 
-tr {ServiceClientRespTransition-placeService-1} {ServiceClientRespPlace-placeService-1} -> {ServiceClientRespConnectPlace-placeService-1} 
-tr {ServiceClientRespTransition-sensorService-0} {ServiceClientRespPlace-sensorService-0} -> {ServiceClientRespConnectPlace-sensorService-0} 
 tr ShowFeedback FeedbackIn -> FeedbackDone 
 tr SortBlue {PD-0-SortBlue} ObjectPoolBlue -> BlueOut {PD-0-SortBlue} 
 tr SortGreen {PD-0-SortGreen} ObjectPoolGreen -> GreenOut {PD-0-SortGreen} 
 tr SortRed {PD-1-SortRed} {PD-0-SortRed} ObjectPoolRed -> {PD-1-SortRed} {PD-0-SortRed} RedOut 
-tr TransitionSafe SensorResponse -> Safe 
-tr TransitionUnsafe SensorResponse -> Unsafe 
-tr UnsafeToSensorCall Unsafe -> SensorCall 
 pl {CallbackCapacityPlace-LeftCellTopic-0-0} (10)
 pl {CallbackCapacityPlace-RightCellTopic-0-0} (10)
 pl {CallbackCapacityPlace-UITopic-0-0} (10)
@@ -163,13 +94,7 @@ pl {DispatcherCapacityPlace-UITopic-0} (16)
 pl GetShared (1)
 pl {InputSignalFalsePlace-Blue} (1)
 pl {InputSignalFalsePlace-Green} (1)
-pl {InputSignalFalsePlace-PickFail} (1)
-pl {InputSignalFalsePlace-PickSuccess} (1)
-pl {InputSignalFalsePlace-PlaceFail} (1)
-pl {InputSignalFalsePlace-PlaceSuccess} (1)
 pl {InputSignalFalsePlace-Red} (1)
-pl {InputSignalFalsePlace-Sensor} (1)
-pl {InputSignalFalsePlace-Stop} (1)
 pl ObjectPoolBlue (1)
 pl ObjectPoolGreen (1)
 pl ObjectPoolRed (1)
@@ -183,18 +108,7 @@ pl {ServiceCallMultiInactivePlace-endControlService-0} (1)
 pl {ServiceCallMultiInactivePlace-endControlService-1} (1)
 pl {ServiceCallMultiInactivePlace-getControlService-0} (1)
 pl {ServiceCallMultiInactivePlace-getControlService-1} (1)
-pl {ServiceCallMultiInactivePlace-pickService-0} (1)
-pl {ServiceCallMultiInactivePlace-pickService-1} (1)
-pl {ServiceCallMultiInactivePlace-placeService-0} (1)
-pl {ServiceCallMultiInactivePlace-placeService-1} (1)
-pl {ServiceCallMultiInactivePlace-sensorService-0} (1)
 pl {ServiceTogglePlace-endControlService-0} (1)
 pl {ServiceTogglePlace-endControlService-1} (1)
 pl {ServiceTogglePlace-getControlService-0} (1)
 pl {ServiceTogglePlace-getControlService-1} (1)
-pl {ServiceTogglePlace-pickService-0} (1)
-pl {ServiceTogglePlace-pickService-1} (1)
-pl {ServiceTogglePlace-placeService-0} (1)
-pl {ServiceTogglePlace-placeService-1} (1)
-pl {ServiceTogglePlace-sensorService-0} (1)
-pl Unsafe (1)
diff --git a/models/model-top-signal.pnml b/models/model-top-signal.pnml
new file mode 100644
index 0000000000000000000000000000000000000000..5d119a21d88c8617b46a94eaff81132ab0afa406
--- /dev/null
+++ b/models/model-top-signal.pnml
@@ -0,0 +1,622 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
+    <net id="ModelTop" type="http://www.pnml.org/version-2009/grammar/ptnet">
+        <name>
+            <text>ModelTop</text>
+        </name>
+        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+            <inputsignals>
+                <inputsignal>
+                    <inputsignalID>Red</inputsignalID>
+                    <initialvalue>false</initialvalue>
+                </inputsignal>
+                <inputsignal>
+                    <inputsignalID>Blue</inputsignalID>
+                    <initialvalue>false</initialvalue>
+                </inputsignal>
+                <inputsignal>
+                    <inputsignalID>Green</inputsignalID>
+                    <initialvalue>false</initialvalue>
+                </inputsignal>
+            </inputsignals>
+        </toolspecific>
+        <page id="top">
+            <page id="SelectorPage">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>nodePage</type>
+                </toolspecific>
+                <place id="ObjectPoolRed">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorRed</subnet>
+                        <balloonMarking>
+                            <tokens>
+                                <token>{"color" : "green", "name" : "green1", "pickSuccess" : "false", "placeSuccess" : "false",
+                                        "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
+                            </tokens>
+                        </balloonMarking>
+                    </toolspecific>
+                    <initialMarking>
+                        <text>1</text>
+                    </initialMarking>
+                    <name>
+                        <text>ObjectPoolRed</text>
+                    </name>
+                </place>
+                <place id="ObjectPoolBlue">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorBlue</subnet>
+                        <balloonMarking>
+                            <tokens>
+                                <token>{"color" : "blue", "name" : "blue1", "pickSuccess" : "false", "placeSuccess" : "false",
+                                    "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
+                            </tokens>
+                        </balloonMarking>
+                    </toolspecific>
+                    <initialMarking>
+                        <text>1</text>
+                    </initialMarking>
+                    <name>
+                        <text>ObjectPoolBlue</text>
+                    </name>
+                </place>
+                <place id="ObjectPoolGreen">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorGreen</subnet>
+                        <balloonMarking>
+                            <tokens>
+                                <token>{"color" : "red", "name" : "red1", "pickSuccess" : "false", "placeSuccess" : "false",
+                                    "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
+                            </tokens>
+                        </balloonMarking>
+                    </toolspecific>
+                    <initialMarking>
+                        <text>1</text>
+                    </initialMarking>
+                    <name>
+                        <text>ObjectPoolGreen</text>
+                    </name>
+                </place>
+                
+                <transition id="SortRed">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorRed</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause>(Red) AND (NOT Red)</inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>SortRed</text>
+                    </name>
+                </transition>
+                <transition id="SortBlue">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorBlue</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause>(Blue)</inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>SortBlue</text>
+                    </name>
+                </transition>
+                <transition id="SortGreen">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorGreen</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause>(Green)</inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>SortGreen</text>
+                    </name>
+                </transition>
+                
+                <place id="RedOut">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorRed</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>RedOut</text>
+                    </name>
+                </place>
+                <place id="BlueOut">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorBlue</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>BlueOut</text>
+                    </name>
+                </place>
+                <place id="GreenOut">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>selector</node>
+                        <subnet>selectorGreen</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>GreenOut</text>
+                    </name>
+                </place>
+                
+                <arc id="a1" source="SortRed" target="RedOut">
+                </arc>
+                <arc id="a2" source="SortBlue" target="BlueOut">
+                </arc>
+                <arc id="a3" source="SortGreen" target="GreenOut">
+                </arc>
+                <arc id="a4" source="ObjectPoolRed" target="SortRed">
+                </arc>
+                <arc id="a5" source="ObjectPoolBlue" target="SortBlue">
+                </arc>
+                <arc id="a6" source="ObjectPoolGreen" target="SortGreen">
+                </arc>
+            </page>
+            
+            <transition id="LeftCellTopic">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>topicTransitionType</type>
+                    <topicName>LeftCellTopic</topicName>
+                    <publishers>
+                        <publisher>
+                            <id>RedOut</id>
+                            <limit>10</limit>
+                        </publisher>
+                        <publisher>
+                            <id>BlueOut</id>
+                            <limit>10</limit>
+                        </publisher>
+                    </publishers>
+                    <subscribers>
+                        <subscriber>
+                            <id>L-AwaitingControl</id>
+                            <limit>10</limit>
+                        </subscriber>
+                    </subscribers>
+                </toolspecific>
+                <name>
+                    <text>LeftCellTopic</text>
+                </name>
+            </transition>
+            <transition id="RightCellTopic">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>topicTransitionType</type>
+                    <topicName>RightCellTopic</topicName>
+                    <publishers>
+                        <publisher>
+                            <id>GreenOut</id>
+                            <limit>10</limit>
+                        </publisher>
+                    </publishers>
+                    <subscribers>
+                        <subscriber>
+                            <id>R-AwaitingControl</id>
+                            <limit>10</limit>
+                        </subscriber>
+                    </subscribers>
+                </toolspecific>
+                <name>
+                    <text>RightCellTopic</text>
+                </name>
+            </transition>
+            
+            <transition id="UITopic">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>topicTransitionType</type>
+                    <topicName>UITopic</topicName>
+                    <publishers>
+                        <publisher>
+                            <id>L-Done</id>
+                            <limit>10</limit>
+                        </publisher>
+                        <publisher>
+                            <id>R-Done</id>
+                            <limit>10</limit>
+                        </publisher>
+                    </publishers>
+                    <subscribers>
+                        <subscriber>
+                            <id>FeedbackIn</id>
+                            <limit>10</limit>
+                        </subscriber>
+                    </subscribers>
+                </toolspecific>
+                <name>
+                    <text>UITopic</text>
+                </name>
+            </transition>
+            
+            <page id="LeftControllerPage">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>nodePage</type>
+                </toolspecific>
+                
+                <place id="L-AwaitingControl">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>L-AwaitingControl</text>
+                    </name>
+                </place>
+                <place id="L-Ready">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>L-Ready</text>
+                    </name>
+                </place>
+                <place id="L-ObjectPicked">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>L-ObjectPicked</text>
+                    </name>
+                </place>
+                <place id="L-ObjectPlaced">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>L-ObjectPlaced</text>
+                    </name>
+                </place>
+                <place id="L-Done">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>L-Done</text>
+                    </name>
+                </place>
+				
+				<transition id="L-Pick">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause></inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>L-Pick</text>
+                    </name>
+                </transition>
+				<transition id="L-Place">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>LC1</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause></inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>L-Place</text>
+                    </name>
+                </transition>
+				
+				<arc id="at1" source="L-Ready" target="L-Pick">
+				</arc>
+				<arc id="at2" source="L-Pick" target="L-ObjectPicked">
+                </arc>
+				<arc id="at3" source="L-ObjectPicked" target="L-Place">
+                </arc>
+				<arc id="at4" source="L-Place" target="L-ObjectPlaced">
+                </arc>
+            </page>
+            
+            <page id="RightControllerPage">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>nodePage</type>
+                </toolspecific>
+                
+                <place id="R-AwaitingControl">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>RightController</node>
+                        <subnet>RC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>R-AwaitingControl</text>
+                    </name>
+                </place>
+                <place id="R-Ready">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>RightController</node>
+                        <subnet>RC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>R-Ready</text>
+                    </name>
+                </place>
+                <place id="R-ObjectPicked">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>RightController</node>
+                        <subnet>RC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>R-ObjectPicked</text>
+                    </name>
+                </place>
+                <place id="R-ObjectPlaced">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>RightController</node>
+                        <subnet>RC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>R-ObjectPlaced</text>
+                    </name>
+                </place>
+                <place id="R-Done">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>RightController</node>
+                        <subnet>RC1</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>R-Done</text>
+                    </name>
+                </place>
+				
+				<transition id="R-Pick">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>RC1</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause></inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>R-Pick</text>
+                    </name>
+                </transition>
+				<transition id="R-Place">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>LeftController</node>
+                        <subnet>RC1</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause></inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>R-Place</text>
+                    </name>
+                </transition>
+				
+				<arc id="at5" source="R-Ready" target="R-Pick">
+				</arc>
+				<arc id="at6" source="R-Pick" target="R-ObjectPicked">
+                </arc>
+				<arc id="at7" source="R-ObjectPicked" target="R-Place">
+                </arc>
+				<arc id="at8" source="R-Place" target="R-ObjectPlaced">
+                </arc>
+            </page>
+            
+            <page id="FeedbackPage">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>nodePage</type>
+                </toolspecific>
+                <place id="FeedbackIn">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>Feedback</node>
+                        <subnet>Feedback</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>FeedbackIn</text>
+                    </name>
+                </place>
+                
+                <transition id="ShowFeedback">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>Feedback</node>
+                        <subnet>Feedback</subnet>
+                        <type>discreteTransitionType</type>
+                        <inputsignalclause></inputsignalclause>
+                    </toolspecific>
+                    <name>
+                        <text>ShowFeedback</text>
+                    </name>
+                </transition>
+                
+                <place id="FeedbackDone">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <node>Feedback</node>
+                        <subnet>Feedback</subnet>
+                    </toolspecific>
+                    <name>
+                        <text>FeedbackDone</text>
+                    </name>
+                </place>
+                
+                <arc id="a7" source="FeedbackIn" target="ShowFeedback">
+                </arc>
+                <arc id="a8" source="ShowFeedback" target="FeedbackDone">
+                </arc>
+            </page>
+            
+            <page id="SynchronizerPage">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>nodePage</type>
+                </toolspecific>
+                <page id="GetControlService">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <type>serverPrototype</type>
+                        <serviceName>getControlService</serviceName>
+                    </toolspecific>
+                    
+                    <place id="GetControlIn">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>GetControl</subnet>
+                        </toolspecific>
+                        <name>
+                            <text>GetControlIn</text>
+                        </name>
+                    </place>
+                    <place id="GetControlOut">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>GetControl</subnet>
+                        </toolspecific>
+                        <name>
+                            <text>GetControlOut</text>
+                        </name>
+                    </place>
+                    <referencePlace id="GetSharedRef" ref="GetShared">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>GetControl</subnet>
+                        </toolspecific>
+                        <name>
+                            <text>GetSharedRef</text>
+                        </name>
+                    </referencePlace>
+                    <transition id="Get">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>GetControl</subnet>
+                            <type>discreteTransitionType</type>
+                            <inputsignalclause></inputsignalclause>
+                        </toolspecific>
+                        <name>
+                            <text>Get</text>
+                        </name>
+                    </transition>
+                    <arc id="a9" source="GetControlIn" target="Get">
+                    </arc>
+                    <arc id="a10" source="Get" target="GetControlOut">
+                    </arc>
+                    <arc id="a11" source="GetSharedRef" target="Get">
+                    </arc>
+                </page>
+                <page id="EndControlService">
+                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                        <type>serverPrototype</type>
+                        <serviceName>endControlService</serviceName>
+                    </toolspecific>
+                
+                    <place id="EndControlIn">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>EndControl</subnet>
+                        </toolspecific>
+                        <name>
+                            <text>EndControlIn</text>
+                        </name>
+                    </place>
+                    <place id="EndControlOut">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>EndControl</subnet>
+                        </toolspecific>
+                        <name>
+                            <text>EndControlOut</text>
+                        </name>
+                    </place>
+                    <referencePlace id="GetEndSharedRef" ref="GetShared">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>EndControl</subnet>
+                        </toolspecific>
+                        <name>
+                            <text>GetEndSharedRef</text>
+                        </name>
+                    </referencePlace>
+                    <transition id="End">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>EndControl</subnet>
+                            <type>discreteTransitionType</type>
+                            <inputsignalclause></inputsignalclause>
+                        </toolspecific>
+                        <name>
+                            <text>End</text>
+                        </name>
+                    </transition>
+                    <arc id="a12" source="EndControlIn" target="End">
+                    </arc>
+                    <arc id="a13" source="End" target="EndControlOut">
+                    </arc>
+                    <arc id="a13b" source="End" target="GetEndSharedRef">
+                    </arc>
+                </page>
+                <page id="SharedSpacePage">
+                    <place id="GetShared">
+                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                            <node>Synchronizer</node>
+                            <subnet>SharedSync</subnet>
+                            <balloonMarking>
+                            	<tokens>
+                                <token>{ "color":"NONE","name":"NONE","pickSuccess":"false","placeSuccess":"false",
+                                        "humanDetected":"false","sensorData":"NONE","trace":"NONE", "locked" : "true" }
+                                    </token>
+                              </tokens>
+                            </balloonMarking>
+                        </toolspecific>
+                        <initialMarking>
+                            <text>1</text>
+                        </initialMarking>
+                        <name>
+                            <text>GetShared</text>
+                        </name>
+                    </place>
+                </page>
+            </page>
+       
+            <transition id="GetControlServiceCall">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>serviceTransitionType</type>
+                    <serviceName>getControlService</serviceName>
+                    <serverInput>GetControlIn</serverInput>
+                    <serverOutput>GetControlOut</serverOutput>
+                    <serverCapacity>2</serverCapacity>
+                    <channels>
+                        <channel>
+                            <cid>c1</cid>
+                            <request>L-AwaitingControl</request>
+                            <response>L-Ready</response>
+                        </channel>
+                        <channel>
+                            <cid>c2</cid>
+                            <request>R-AwaitingControl</request>
+                            <response>R-Ready</response>
+                        </channel>
+                    </channels>
+                </toolspecific>
+                <name>
+                    <text>GetControlServiceCall</text>
+                </name>
+            </transition>
+            <transition id="EndControlServiceCall">
+                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
+                    <type>serviceTransitionType</type>
+                    <serviceName>endControlService</serviceName>
+                    <serverInput>EndControlIn</serverInput>
+                    <serverOutput>EndControlOut</serverOutput>
+                    <serverCapacity>2</serverCapacity>
+                    <channels>
+                        <channel>
+                            <cid>c3</cid>
+                            <request>L-ObjectPlaced</request>
+                            <response>L-Done</response>
+                        </channel>
+                        <channel>
+                            <cid>c4</cid>
+                            <request>R-ObjectPlaced</request>
+                            <response>R-Done</response>
+                        </channel>
+                    </channels>
+                </toolspecific>
+                <name>
+                    <text>EndControlServiceCall</text>
+                </name>
+            </transition>
+            
+        </page>
+    </net>
+</pnml>
diff --git a/models/task-1/model-top-task.pnml b/models/model-top-task.pnml
similarity index 100%
rename from models/task-1/model-top-task.pnml
rename to models/model-top-task.pnml
diff --git a/models/task-1/model-top.pnml b/models/model-top.pnml
similarity index 100%
rename from models/task-1/model-top.pnml
rename to models/model-top.pnml
diff --git a/models/task-2/model-blocking-signals.pnml b/models/task-2/model-blocking-signals.pnml
deleted file mode 100644
index 5ea8f7d71569c499741581a57202dacb8537651d..0000000000000000000000000000000000000000
--- a/models/task-2/model-blocking-signals.pnml
+++ /dev/null
@@ -1,1098 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
-    <net id="FullModel" type="http://www.pnml.org/version-2009/grammar/ptnet">
-        <name>
-            <text>FullModel</text>
-        </name>
-        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-            <inputsignals>
-                <inputsignal>
-                    <inputsignalID>Red</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>Blue</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>Green</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>PickSuccess</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>PlaceSuccess</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>PickFail</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>PlaceFail</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>Stop</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>Sensor</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-            </inputsignals>
-        </toolspecific>
-        <page id="top">
-            <page id="SelectorPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                <place id="ObjectPoolRed">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorRed</subnet>
-                        <balloonMarking>
-                            <tokens>
-                                <token>{"color" : "green", "name" : "green1", "pickSuccess" : "false", "placeSuccess" : "false",
-                                        "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
-                            </tokens>
-                        </balloonMarking>
-                    </toolspecific>
-                    <initialMarking>
-                        <text>1</text>
-                    </initialMarking>
-                    <name>
-                        <text>ObjectPoolRed</text>
-                    </name>
-                </place>
-                <place id="ObjectPoolBlue">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorBlue</subnet>
-                        <balloonMarking>
-                            <tokens>
-                                <token>{"color" : "blue", "name" : "blue1", "pickSuccess" : "false", "placeSuccess" : "false",
-                                    "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
-                            </tokens>
-                        </balloonMarking>
-                    </toolspecific>
-                    <initialMarking>
-                        <text>1</text>
-                    </initialMarking>
-                    <name>
-                        <text>ObjectPoolBlue</text>
-                    </name>
-                </place>
-                <place id="ObjectPoolGreen">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorGreen</subnet>
-                        <balloonMarking>
-                            <tokens>
-                                <token>{"color" : "red", "name" : "red1", "pickSuccess" : "false", "placeSuccess" : "false",
-                                    "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
-                            </tokens>
-                        </balloonMarking>
-                    </toolspecific>
-                    <initialMarking>
-                        <text>1</text>
-                    </initialMarking>
-                    <name>
-                        <text>ObjectPoolGreen</text>
-                    </name>
-                </place>
-                
-                <transition id="SortRed">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorRed</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause>(Red) AND (NOT Red)</inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>SortRed</text>
-                    </name>
-                </transition>
-                <transition id="SortBlue">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorBlue</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause>(Blue)</inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>SortBlue</text>
-                    </name>
-                </transition>
-                <transition id="SortGreen">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorGreen</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause>(Green)</inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>SortGreen</text>
-                    </name>
-                </transition>
-                
-                <place id="RedOut">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorRed</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>RedOut</text>
-                    </name>
-                </place>
-                <place id="BlueOut">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorBlue</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>BlueOut</text>
-                    </name>
-                </place>
-                <place id="GreenOut">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorGreen</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>GreenOut</text>
-                    </name>
-                </place>
-                
-                <arc id="a1" source="SortRed" target="RedOut">
-                </arc>
-                <arc id="a2" source="SortBlue" target="BlueOut">
-                </arc>
-                <arc id="a3" source="SortGreen" target="GreenOut">
-                </arc>
-                <arc id="a4" source="ObjectPoolRed" target="SortRed">
-                </arc>
-                <arc id="a5" source="ObjectPoolBlue" target="SortBlue">
-                </arc>
-                <arc id="a6" source="ObjectPoolGreen" target="SortGreen">
-                </arc>
-            </page>
-            
-            <transition id="LeftCellTopic">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>topicTransitionType</type>
-                    <topicName>LeftCellTopic</topicName>
-                    <publishers>
-                        <publisher>
-                            <id>RedOut</id>
-                            <limit>10</limit>
-                        </publisher>
-                        <publisher>
-                            <id>BlueOut</id>
-                            <limit>10</limit>
-                        </publisher>
-                    </publishers>
-                    <subscribers>
-                        <subscriber>
-                            <id>L-AwaitingControl</id>
-                            <limit>10</limit>
-                        </subscriber>
-                    </subscribers>
-                </toolspecific>
-                <name>
-                    <text>LeftCellTopic</text>
-                </name>
-            </transition>
-            <transition id="RightCellTopic">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>topicTransitionType</type>
-                    <topicName>RightCellTopic</topicName>
-                    <publishers>
-                        <publisher>
-                            <id>GreenOut</id>
-                            <limit>10</limit>
-                        </publisher>
-                    </publishers>
-                    <subscribers>
-                        <subscriber>
-                            <id>R-AwaitingControl</id>
-                            <limit>10</limit>
-                        </subscriber>
-                    </subscribers>
-                </toolspecific>
-                <name>
-                    <text>RightCellTopic</text>
-                </name>
-            </transition>
-            
-            <transition id="UITopic">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>topicTransitionType</type>
-                    <topicName>UITopic</topicName>
-                    <publishers>
-                        <publisher>
-                            <id>L-Done</id>
-                            <limit>10</limit>
-                        </publisher>
-                        <publisher>
-                            <id>R-Done</id>
-                            <limit>10</limit>
-                        </publisher>
-                    </publishers>
-                    <subscribers>
-                        <subscriber>
-                            <id>FeedbackIn</id>
-                            <limit>10</limit>
-                        </subscriber>
-                    </subscribers>
-                </toolspecific>
-                <name>
-                    <text>UITopic</text>
-                </name>
-            </transition>
-            
-            <page id="LeftControllerPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                
-                <place id="L-AwaitingControl">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-AwaitingControl</text>
-                    </name>
-                </place>
-                <place id="L-Ready">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-Ready</text>
-                    </name>
-                </place>
-                <place id="L-ObjectPicked">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-ObjectPicked</text>
-                    </name>
-                </place>
-                <place id="L-ObjectPlaced">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-ObjectPlaced</text>
-                    </name>
-                </place>
-                <place id="L-Done">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-Done</text>
-                    </name>
-                </place>
-            </page>
-            
-            <page id="RightControllerPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                
-                <place id="R-AwaitingControl">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>RightController</node>
-                        <subnet>RC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>R-AwaitingControl</text>
-                    </name>
-                </place>
-                <place id="R-Ready">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>RightController</node>
-                        <subnet>RC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>R-Ready</text>
-                    </name>
-                </place>
-                <place id="R-ObjectPicked">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>RightController</node>
-                        <subnet>RC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>R-ObjectPicked</text>
-                    </name>
-                </place>
-                <place id="R-ObjectPlaced">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>RightController</node>
-                        <subnet>RC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>R-ObjectPlaced</text>
-                    </name>
-                </place>
-                <place id="R-Done">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>RightController</node>
-                        <subnet>RC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>R-Done</text>
-                    </name>
-                </place>
-            </page>
-            
-            <page id="FeedbackPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                <place id="FeedbackIn">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>Feedback</node>
-                        <subnet>Feedback</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>FeedbackIn</text>
-                    </name>
-                </place>
-                
-                <transition id="ShowFeedback">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>Feedback</node>
-                        <subnet>Feedback</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause></inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>ShowFeedback</text>
-                    </name>
-                </transition>
-                
-                <place id="FeedbackDone">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>Feedback</node>
-                        <subnet>Feedback</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>FeedbackDone</text>
-                    </name>
-                </place>
-                
-                <arc id="a7" source="FeedbackIn" target="ShowFeedback">
-                </arc>
-                <arc id="a8" source="ShowFeedback" target="FeedbackDone">
-                </arc>
-            </page>
-            
-            <page id="SynchronizerPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                <page id="GetControlService">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <type>serverPrototype</type>
-                        <serviceName>getControlService</serviceName>
-                    </toolspecific>
-                    
-                    <place id="GetControlIn">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>GetControl</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>GetControlIn</text>
-                        </name>
-                    </place>
-                    <place id="GetControlOut">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>GetControl</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>GetControlOut</text>
-                        </name>
-                    </place>
-                    <referencePlace id="GetSharedRef" ref="GetShared">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>GetControl</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>GetSharedRef</text>
-                        </name>
-                    </referencePlace>
-                    <transition id="Get">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>GetControl</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>Get</text>
-                        </name>
-                    </transition>
-                    <arc id="a9" source="GetControlIn" target="Get">
-                    </arc>
-                    <arc id="a10" source="Get" target="GetControlOut">
-                    </arc>
-                    <arc id="a11" source="GetSharedRef" target="Get">
-                    </arc>
-                </page>
-                <page id="EndControlService">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <type>serverPrototype</type>
-                        <serviceName>endControlService</serviceName>
-                    </toolspecific>
-                
-                    <place id="EndControlIn">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>EndControl</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>EndControlIn</text>
-                        </name>
-                    </place>
-                    <place id="EndControlOut">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>EndControl</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>EndControlOut</text>
-                        </name>
-                    </place>
-                    <referencePlace id="GetEndSharedRef" ref="GetShared">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>EndControl</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>GetEndSharedRef</text>
-                        </name>
-                    </referencePlace>
-                    <transition id="End">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>EndControl</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>End</text>
-                        </name>
-                    </transition>
-                    <arc id="a12" source="EndControlIn" target="End">
-                    </arc>
-                    <arc id="a13" source="End" target="EndControlOut">
-                    </arc>
-                    <arc id="a13b" source="End" target="GetEndSharedRef">
-                    </arc>
-                </page>
-                <page id="SharedSpacePage">
-                    <place id="GetShared">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>SharedSync</subnet>
-                            <balloonMarking>
-                            	<tokens>
-                                <token>{ "color":"NONE","name":"NONE","pickSuccess":"false","placeSuccess":"false",
-                                        "humanDetected":"false","sensorData":"NONE","trace":"NONE", "locked" : "true" }
-                                    </token>
-                              </tokens>
-                            </balloonMarking>
-                        </toolspecific>
-                        <initialMarking>
-                            <text>1</text>
-                        </initialMarking>
-                        <name>
-                            <text>GetShared</text>
-                        </name>
-                    </place>
-                </page>
-            </page>
-       
-            <transition id="GetControlServiceCall">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>serviceTransitionType</type>
-                    <serviceName>getControlService</serviceName>
-                    <serverInput>GetControlIn</serverInput>
-                    <serverOutput>GetControlOut</serverOutput>
-                    <serverCapacity>2</serverCapacity>
-                    <channels>
-                        <channel>
-                            <cid>c1</cid>
-                            <request>L-AwaitingControl</request>
-                            <response>L-Ready</response>
-                        </channel>
-                        <channel>
-                            <cid>c2</cid>
-                            <request>R-AwaitingControl</request>
-                            <response>R-Ready</response>
-                        </channel>
-                    </channels>
-                </toolspecific>
-                <name>
-                    <text>GetControlServiceCall</text>
-                </name>
-            </transition>
-            <transition id="EndControlServiceCall">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>serviceTransitionType</type>
-                    <serviceName>endControlService</serviceName>
-                    <serverInput>EndControlIn</serverInput>
-                    <serverOutput>EndControlOut</serverOutput>
-                    <serverCapacity>2</serverCapacity>
-                    <channels>
-                        <channel>
-                            <cid>c3</cid>
-                            <request>L-ObjectPlaced</request>
-                            <response>L-Done</response>
-                        </channel>
-                        <channel>
-                            <cid>c4</cid>
-                            <request>R-ObjectPlaced</request>
-                            <response>R-Done</response>
-                        </channel>
-                    </channels>
-                </toolspecific>
-                <name>
-                    <text>EndControlServiceCall</text>
-                </name>
-            </transition>
-            
-            <transition id="PickServiceCall">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>serviceTransitionType</type>
-                    <serviceName>pickService</serviceName>
-                    <serverInput>PickInput</serverInput>
-                    <serverOutput>PickOutput</serverOutput>
-                    <serverCapacity>2</serverCapacity>
-                    <channels>
-                        <channel>
-                            <cid>c5</cid>
-                            <request>L-Ready</request>
-                            <response>L-ObjectPicked</response>
-                        </channel>
-                        <channel>
-                            <cid>c6</cid>
-                            <request>R-Ready</request>
-                            <response>R-ObjectPicked</response>
-                        </channel>
-                    </channels>
-                </toolspecific>
-                <name>
-                    <text>PickServiceCall</text>
-                </name>
-            </transition>
-            
-            <transition id="PlaceServiceCall">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>serviceTransitionType</type>
-                    <serviceName>placeService</serviceName>
-                    <serverInput>PlaceInput</serverInput>
-                    <serverOutput>PlaceOutput</serverOutput>
-                    <serverCapacity>2</serverCapacity>
-                    <channels>
-                        <channel>
-                            <cid>c7</cid>
-                            <request>L-ObjectPicked</request>
-                            <response>L-ObjectPlaced</response>
-                        </channel>
-                        <channel>
-                            <cid>c8</cid>
-                            <request>R-ObjectPicked</request>
-                            <response>R-ObjectPlaced</response>
-                        </channel>
-                    </channels>
-                </toolspecific>
-                <name>
-                    <text>PlaceServiceCall</text>
-                </name>
-            </transition>
-            
-            <page id="ExecutorPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                
-                <page id="PickService">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <type>serverPrototype</type>
-                        <serviceName>pickService</serviceName>
-                    </toolspecific>
-                    
-                    <place id="PickInput">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PickInput</text>
-                        </name>
-                    </place>
-                    <place id="Picking">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>Picking</text>
-                        </name>
-                    </place>
-                    <place id="PickOutput">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PickOutput</text>
-                        </name>
-                    </place>
-                    
-                    <transition id="Pick">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>Pick</text>
-                        </name>
-                    </transition>
-                    <transition id="PickingFail">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(PickFail)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PickingFail</text>
-                        </name>
-                    </transition>
-                    <transition id="PickingSuccess">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(PickSuccess)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PickingSuccess</text>
-                        </name>
-                    </transition>
-                    <transition id="PickingAbort">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PickingAbort</text>
-                        </name>
-                    </transition>
-                    <referencePlace id="PickSafeRef" ref="Safe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PickSafeRef</text>
-                        </name>
-                    </referencePlace>
-                    <referencePlace id="PickUnsafeRef" ref="Unsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PickUnsafeRef</text>
-                        </name>
-                    </referencePlace>
-                    <arc id="a15" source="PickInput" target="Pick">
-                    </arc>
-                    <arc id="a16" source="Pick" target="PickSafeRef">
-                    </arc>
-                    <arc id="a17" source="PickSafeRef" target="Pick">
-                    </arc>
-                    <arc id="a18" source="Pick" target="Picking">
-                    </arc>
-                    <arc id="a19" source="Picking" target="PickingFail">
-                    </arc>
-                    <arc id="a20" source="Picking" target="PickingSuccess">
-                    </arc>
-                    <arc id="a21" source="Picking" target="PickingAbort">
-                    </arc>
-                    <arc id="a22" source="PickingFail" target="PickOutput">
-                    </arc>
-                    <arc id="a23" source="PickingSuccess" target="PickOutput">
-                    </arc>
-                    <arc id="a24" source="PickingAbort" target="PickOutput">
-                    </arc>
-                    <arc id="a24n1" source="PickingAbort" target="PickUnsafeRef">
-                    </arc>
-                    <arc id="a24n2" source="PickUnsafeRef" target="PickingAbort">
-                    </arc>
-                </page>
-                
-                <page id="PlaceService">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <type>serverPrototype</type>
-                        <serviceName>placeService</serviceName>
-                    </toolspecific>
-                    
-                    <place id="PlaceInput">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceInput</text>
-                        </name>
-                    </place>
-                    <place id="Placing">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>Placing</text>
-                        </name>
-                    </place>
-                    <place id="PlaceOutput">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceOutput</text>
-                        </name>
-                    </place>
-                    
-                    <transition id="Place">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>Place</text>
-                        </name>
-                    </transition>
-                    <transition id="PlacingFail">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(PlaceFail)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PlacingFail</text>
-                        </name>
-                    </transition>
-                    <transition id="PlacingSuccess">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(PlaceSuccess)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PlacingSuccess</text>
-                        </name>
-                    </transition>
-                    <transition id="PlacingAbort">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceingAbort</text>
-                        </name>
-                    </transition>
-                    <referencePlace id="PlaceSafeRef" ref="Safe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceSafeRef</text>
-                        </name>
-                    </referencePlace>
-                    <referencePlace id="PlaceUnsafeRef" ref="Unsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceUnsafeRef</text>
-                        </name>
-                    </referencePlace>
-                    <arc id="a25" source="PlaceInput" target="Place">
-                    </arc>
-                    <arc id="a26" source="Place" target="PlaceSafeRef">
-                    </arc>
-                    <arc id="a27" source="PlaceSafeRef" target="Place">
-                    </arc>
-                    <arc id="a28" source="Place" target="Placing">
-                    </arc>
-                    <arc id="a29" source="Placing" target="PlacingFail">
-                    </arc>
-                    <arc id="a30" source="Placing" target="PlacingSuccess">
-                    </arc>
-                    <arc id="a31" source="Placing" target="PlacingAbort">
-                    </arc>
-                    <arc id="a32" source="PlacingFail" target="PlaceOutput">
-                    </arc>
-                    <arc id="a33" source="PlacingSuccess" target="PlaceOutput">
-                    </arc>
-                    <arc id="a34" source="PlacingAbort" target="PlaceOutput">
-                    </arc>
-                    <arc id="a34n1" source="PlacingAbort" target="PlaceUnsafeRef">
-                    </arc>
-                    <arc id="a34n2" source="PlaceUnsafeRef" target="PlacingAbort">
-                    </arc>
-                </page>
-                
-                <page id="SafetyModel">
-                    <place id="Unsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <balloonMarking>
-                                <tokens>
-                                    <token>{ "color":"NONE","name":"NONE","pickSuccess":"false","placeSuccess":"false",
-                                        "humanDetected":"false","sensorData":"NONE","trace":"-safety", "locked" : "true" }
-                                    </token>
-                                </tokens>
-                            </balloonMarking>
-                        </toolspecific>
-                        <initialMarking>
-                            <text>1</text>
-                        </initialMarking>
-                        <name>
-                            <text>Unsafe</text>
-                        </name>
-                    </place>
-                    <place id="Safe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>Safe</text>
-                        </name>
-                    </place>
-                    <place id="SensorCall">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorCall</text>
-                        </name>
-                    </place>
-                    <place id="SensorResponse">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorResponse</text>
-                        </name>
-                    </place>
-                    
-                    <transition id="UnsafeToSensorCall">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>UnsafeToSensorCall</text>
-                        </name>
-                    </transition>
-                    <transition id="SafeToUnsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(Stop)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>SafeToUnsafe</text>
-                        </name>
-                    </transition>
-                    <transition id="TransitionSafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>TransitionSafe</text>
-                        </name>
-                    </transition>
-                    <transition id="TransitionUnsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>TransitionUnsafe</text>
-                        </name>
-                    </transition>
-                    <transition id="SafeToSensorCall">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>SafeToSensorCall</text>
-                        </name>
-                    </transition>
-                    
-                    <arc id="a49" source="Unsafe" target="UnsafeToSensorCall">
-                    </arc>
-                    <arc id="a50" source="UnsafeToSensorCall" target="SensorCall">
-                    </arc>
-                    <arc id="a51" source="Safe" target="SafeToUnsafe">
-                    </arc>
-                    <arc id="a52" source="SafeToUnsafe" target="Unsafe">
-                    </arc>
-                    <arc id="a53" source="SensorResponse" target="TransitionUnsafe">
-                    </arc>
-                    <arc id="a54" source="TransitionUnsafe" target="Unsafe">
-                    </arc>
-                    <arc id="a55" source="Safe" target="SafeToSensorCall">
-                    </arc>
-                    <arc id="a56" source="SafeToSensorCall" target="SensorCall">
-                    </arc>
-                    <arc id="a57" source="SensorResponse" target="TransitionSafe">
-                    </arc>
-                    <arc id="a58" source="TransitionSafe" target="Safe">
-                    </arc>
-                </page>
-            </page>
-            
-            <transition id="SensorServiceCall">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>serviceTransitionType</type>
-                    <serviceName>sensorService</serviceName>
-                    <serverInput>SensorIn</serverInput>
-                    <serverOutput>SensorOut</serverOutput>
-                    <serverCapacity>1</serverCapacity>
-                    <channels>
-                        <channel>
-                            <cid>c9</cid>
-                            <request>SensorCall</request>
-                            <response>SensorResponse</response>
-                        </channel>
-                    </channels>
-                </toolspecific>
-                <name>
-                    <text>SensorServiceCall</text>
-                </name>
-            </transition>
-        
-            <page id="SensorPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                
-                <page id="SensorService">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <type>serverPrototype</type>
-                        <serviceName>sensorService</serviceName>
-                    </toolspecific>
-                    
-                    <place id="SensorIn">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorIn</text>
-                        </name>
-                    </place>
-                    <place id="SensorInter">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorInter</text>
-                        </name>
-                    </place>
-                    <place id="SensorOut">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorOut</text>
-                        </name>
-                    </place>
-                    <transition id="GetSensorData">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(Sensor)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>GetSensorData</text>
-                        </name>
-                    </transition>
-                    <transition id="ProcessSensorData">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>ProcessSensorData</text>
-                        </name>
-                    </transition>
-                    <arc id="a59" source="SensorIn" target="GetSensorData">
-                    </arc>
-                    <arc id="a60" source="GetSensorData" target="SensorInter">
-                    </arc>
-                    <arc id="a61" source="SensorInter" target="ProcessSensorData">
-                    </arc>
-                    <arc id="a62" source="ProcessSensorData" target="SensorOut">
-                    </arc>
-                </page>
-            </page>
-        </page>
-    </net>
-</pnml>
diff --git a/models/task-2/model-one-robot-flattened.net b/models/task-2/model-one-robot-flattened.net
deleted file mode 100644
index 659c3bc8b9b5e1c6c494457a610a06f5150f20f6..0000000000000000000000000000000000000000
--- a/models/task-2/model-one-robot-flattened.net
+++ /dev/null
@@ -1,144 +0,0 @@
-net FullModel
-tr {CallbackInputTransition-LeftCellTopic-0-0} {CallbackCapacityPlace-LeftCellTopic-0-0} {CallbackInputPlace-LeftCellTopic-0-0} -> {CallbackConnectorPlace-LeftCellTopic-0-0} 
-tr {CallbackInputTransition-UITopic-0-0} {CallbackCapacityPlace-UITopic-0-0} {CallbackInputPlace-UITopic-0-0} -> {CallbackConnectorPlace-UITopic-0-0} 
-tr {CallbackOutputTransition-LeftCellTopic-0-0} {CallbackConnectorPlace-LeftCellTopic-0-0} -> {CallbackCapacityPlace-LeftCellTopic-0-0} {L-AwaitingControl} 
-tr {CallbackOutputTransition-UITopic-0-0} {CallbackConnectorPlace-UITopic-0-0} -> {CallbackCapacityPlace-UITopic-0-0} FeedbackIn 
-tr {CallbackOverflowTransition-LeftCellTopic-0-0} {CallbackCapacityPlace-LeftCellTopic-0-0}?-1 {CallbackInputPlace-LeftCellTopic-0-0} ->
-tr {CallbackOverflowTransition-UITopic-0-0} {CallbackCapacityPlace-UITopic-0-0}?-1 {CallbackInputPlace-UITopic-0-0} ->
-tr {ChannelConnectorTransition-LeftCellTopic} {ChannelConnectorPlace-LeftCellTopic} -> {DispatcherInputPlace-LeftCellTopic-0} 
-tr {ChannelConnectorTransition-UITopic} {ChannelConnectorPlace-UITopic} -> {DispatcherInputPlace-UITopic-0} 
-tr {DispatcherInputTransition-LeftCellTopic-0} {DispatcherCapacityPlace-LeftCellTopic-0} {DispatcherInputPlace-LeftCellTopic-0} -> {DispatcherConnectorPlace-LeftCellTopic-0} 
-tr {DispatcherInputTransition-UITopic-0} {DispatcherCapacityPlace-UITopic-0} {DispatcherInputPlace-UITopic-0} -> {DispatcherConnectorPlace-UITopic-0} 
-tr {DispatcherOutputTransition-LeftCellTopic-0} {DispatcherConnectorPlace-LeftCellTopic-0} -> {CallbackInputPlace-LeftCellTopic-0-0} {DispatcherCapacityPlace-LeftCellTopic-0} 
-tr {DispatcherOutputTransition-UITopic-0} {DispatcherConnectorPlace-UITopic-0} -> {CallbackInputPlace-UITopic-0-0} {DispatcherCapacityPlace-UITopic-0} 
-tr {DispatcherOverflowTransition-LeftCellTopic-0} {DispatcherCapacityPlace-LeftCellTopic-0}?-1 {DispatcherInputPlace-LeftCellTopic-0} ->
-tr {DispatcherOverflowTransition-UITopic-0} {DispatcherCapacityPlace-UITopic-0}?-1 {DispatcherInputPlace-UITopic-0} ->
-tr {End-INSTANCE-0} {EndControlIn-INSTANCE-0} -> GetShared {EndControlOut-INSTANCE-0} 
-tr {End-INSTANCE-1} {EndControlIn-INSTANCE-1} -> GetShared {EndControlOut-INSTANCE-1} 
-tr {Get-INSTANCE-0} GetShared {GetControlIn-INSTANCE-0} -> {GetControlOut-INSTANCE-0} 
-tr {Get-INSTANCE-1} GetShared {GetControlIn-INSTANCE-1} -> {GetControlOut-INSTANCE-1} 
-tr {GetSensorData-INSTANCE-0} {SensorIn-INSTANCE-0} {PD-0-GetSensorData-INSTANCE-0} -> {PD-0-GetSensorData-INSTANCE-0} {SensorInter-INSTANCE-0} 
-tr {InputSignalToFalseTransition-Blue} {PD-0-SortBlue} {InputSignalTruePlace-Blue} -> {InputSignalFalsePlace-Blue} 
-tr {InputSignalToFalseTransition-Green} {InputSignalTruePlace-Green} -> {InputSignalFalsePlace-Green} 
-tr {InputSignalToFalseTransition-PickFail} {InputSignalTruePlace-PickFail} {PD-0-PickingFail-INSTANCE-1} {PD-0-PickingFail-INSTANCE-0} -> {InputSignalFalsePlace-PickFail} 
-tr {InputSignalToFalseTransition-PickSuccess} {PD-0-PickingSuccess-INSTANCE-1} {InputSignalTruePlace-PickSuccess} {PD-0-PickingSuccess-INSTANCE-0} -> {InputSignalFalsePlace-PickSuccess} 
-tr {InputSignalToFalseTransition-PlaceFail} {InputSignalTruePlace-PlaceFail} {PD-0-PlacingFail-INSTANCE-0} {PD-0-PlacingFail-INSTANCE-1} -> {InputSignalFalsePlace-PlaceFail} 
-tr {InputSignalToFalseTransition-PlaceSuccess} {PD-0-PlacingSuccess-INSTANCE-0} {PD-0-PlacingSuccess-INSTANCE-1} {InputSignalTruePlace-PlaceSuccess} -> {InputSignalFalsePlace-PlaceSuccess} 
-tr {InputSignalToFalseTransition-Red} {InputSignalTruePlace-Red} {PD-0-SortRed} -> {InputSignalFalsePlace-Red} 
-tr {InputSignalToFalseTransition-Sensor} {PD-0-GetSensorData-INSTANCE-0} {InputSignalTruePlace-Sensor} -> {InputSignalFalsePlace-Sensor} 
-tr {InputSignalToFalseTransition-Stop} {PD-0-SafeToUnsafe} {InputSignalTruePlace-Stop} -> {InputSignalFalsePlace-Stop} 
-tr {InputSignalToTrueTransition-Blue} {InputSignalFalsePlace-Blue} -> {PD-0-SortBlue} {InputSignalTruePlace-Blue} 
-tr {InputSignalToTrueTransition-Green} {InputSignalFalsePlace-Green} -> {InputSignalTruePlace-Green} 
-tr {InputSignalToTrueTransition-PickFail} {InputSignalFalsePlace-PickFail} -> {InputSignalTruePlace-PickFail} {PD-0-PickingFail-INSTANCE-1} {PD-0-PickingFail-INSTANCE-0} 
-tr {InputSignalToTrueTransition-PickSuccess} {InputSignalFalsePlace-PickSuccess} -> {PD-0-PickingSuccess-INSTANCE-1} {InputSignalTruePlace-PickSuccess} {PD-0-PickingSuccess-INSTANCE-0} 
-tr {InputSignalToTrueTransition-PlaceFail} {InputSignalFalsePlace-PlaceFail} -> {InputSignalTruePlace-PlaceFail} {PD-0-PlacingFail-INSTANCE-0} {PD-0-PlacingFail-INSTANCE-1} 
-tr {InputSignalToTrueTransition-PlaceSuccess} {InputSignalFalsePlace-PlaceSuccess} -> {PD-0-PlacingSuccess-INSTANCE-0} {PD-0-PlacingSuccess-INSTANCE-1} {InputSignalTruePlace-PlaceSuccess} 
-tr {InputSignalToTrueTransition-Red} {InputSignalFalsePlace-Red} -> {InputSignalTruePlace-Red} {PD-0-SortRed} 
-tr {InputSignalToTrueTransition-Sensor} {InputSignalFalsePlace-Sensor} -> {PD-0-GetSensorData-INSTANCE-0} {InputSignalTruePlace-Sensor} 
-tr {InputSignalToTrueTransition-Stop} {InputSignalFalsePlace-Stop} -> {PD-0-SafeToUnsafe} {InputSignalTruePlace-Stop} 
-tr {Pick-INSTANCE-0} Safe {PickInput-INSTANCE-0} -> Safe {Picking-INSTANCE-0} 
-tr {Pick-INSTANCE-1} Safe {PickInput-INSTANCE-1} -> Safe {Picking-INSTANCE-1} 
-tr {PickingAbort-INSTANCE-0} {Picking-INSTANCE-0} Unsafe -> {PickOutput-INSTANCE-0} Unsafe 
-tr {PickingAbort-INSTANCE-1} {Picking-INSTANCE-1} Unsafe -> {PickOutput-INSTANCE-1} Unsafe 
-tr {PickingFail-INSTANCE-0} {PD-0-PickingFail-INSTANCE-0} {Picking-INSTANCE-0} -> {PD-0-PickingFail-INSTANCE-0} {PickOutput-INSTANCE-0} 
-tr {PickingFail-INSTANCE-1} {PD-0-PickingFail-INSTANCE-1} {Picking-INSTANCE-1} -> {PD-0-PickingFail-INSTANCE-1} {PickOutput-INSTANCE-1} 
-tr {PickingSuccess-INSTANCE-0} {PD-0-PickingSuccess-INSTANCE-0} {Picking-INSTANCE-0} -> {PD-0-PickingSuccess-INSTANCE-0} {PickOutput-INSTANCE-0} 
-tr {PickingSuccess-INSTANCE-1} {PD-0-PickingSuccess-INSTANCE-1} {Picking-INSTANCE-1} -> {PD-0-PickingSuccess-INSTANCE-1} {PickOutput-INSTANCE-1} 
-tr {Place-INSTANCE-0} Safe {PlaceInput-INSTANCE-0} -> Safe {Placing-INSTANCE-0} 
-tr {Place-INSTANCE-1} Safe {PlaceInput-INSTANCE-1} -> Safe {Placing-INSTANCE-1} 
-tr {PlacingAbort-INSTANCE-0} Unsafe {Placing-INSTANCE-0} -> Unsafe {PlaceOutput-INSTANCE-0} 
-tr {PlacingAbort-INSTANCE-1} Unsafe {Placing-INSTANCE-1} -> Unsafe {PlaceOutput-INSTANCE-1} 
-tr {PlacingFail-INSTANCE-0} {PD-0-PlacingFail-INSTANCE-0} {Placing-INSTANCE-0} -> {PD-0-PlacingFail-INSTANCE-0} {PlaceOutput-INSTANCE-0} 
-tr {PlacingFail-INSTANCE-1} {PD-0-PlacingFail-INSTANCE-1} {Placing-INSTANCE-1} -> {PD-0-PlacingFail-INSTANCE-1} {PlaceOutput-INSTANCE-1} 
-tr {PlacingSuccess-INSTANCE-0} {PD-0-PlacingSuccess-INSTANCE-0} {Placing-INSTANCE-0} -> {PD-0-PlacingSuccess-INSTANCE-0} {PlaceOutput-INSTANCE-0} 
-tr {PlacingSuccess-INSTANCE-1} {PD-0-PlacingSuccess-INSTANCE-1} {Placing-INSTANCE-1} -> {PD-0-PlacingSuccess-INSTANCE-1} {PlaceOutput-INSTANCE-1} 
-tr {ProcessSensorData-INSTANCE-0} {SensorInter-INSTANCE-0} -> {SensorOut-INSTANCE-0} 
-tr {PublisherInputTransition-LeftCellTopic-0} {PublisherCapacityPlace-LeftCellTopic-0} RedOut -> {PublisherConnectorPlace-LeftCellTopic-0} 
-tr {PublisherInputTransition-LeftCellTopic-1} BlueOut {PublisherCapacityPlace-LeftCellTopic-1} -> {PublisherConnectorPlace-LeftCellTopic-1} 
-tr {PublisherInputTransition-UITopic-0} {L-Done} {PublisherCapacityPlace-UITopic-0} -> {PublisherConnectorPlace-UITopic-0} 
-tr {PublisherOutputTransition-LeftCellTopic-0} {PublisherConnectorPlace-LeftCellTopic-0} -> {ChannelConnectorPlace-LeftCellTopic} {PublisherCapacityPlace-LeftCellTopic-0} 
-tr {PublisherOutputTransition-LeftCellTopic-1} {PublisherConnectorPlace-LeftCellTopic-1} -> {ChannelConnectorPlace-LeftCellTopic} {PublisherCapacityPlace-LeftCellTopic-1} 
-tr {PublisherOutputTransition-UITopic-0} {PublisherConnectorPlace-UITopic-0} -> {ChannelConnectorPlace-UITopic} {PublisherCapacityPlace-UITopic-0} 
-tr {PublisherOverflowTransition-LeftCellTopic-0} {PublisherCapacityPlace-LeftCellTopic-0}?-1 RedOut ->
-tr {PublisherOverflowTransition-LeftCellTopic-1} BlueOut {PublisherCapacityPlace-LeftCellTopic-1}?-1 ->
-tr {PublisherOverflowTransition-UITopic-0} {L-Done} {PublisherCapacityPlace-UITopic-0}?-1 ->
-tr SafeToSensorCall Safe -> SensorCall 
-tr SafeToUnsafe {PD-0-SafeToUnsafe} Safe -> {PD-0-SafeToUnsafe} Unsafe 
-tr {ServiceCallMultiEntryTransition-endControlService-0-0} {ServiceClientCallPlace-endControlService-0} {ServiceCallMultiInactivePlace-endControlService-0} -> {EndControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-0} 
-tr {ServiceCallMultiEntryTransition-endControlService-1-0} {ServiceClientCallPlace-endControlService-0} {ServiceCallMultiInactivePlace-endControlService-1} -> {EndControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-endControlService-1} {ServiceCallMultiFlagPlace-endControlService-1-0} 
-tr {ServiceCallMultiEntryTransition-getControlService-0-0} {ServiceClientCallPlace-getControlService-0} {ServiceCallMultiInactivePlace-getControlService-0} -> {GetControlIn-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-0} 
-tr {ServiceCallMultiEntryTransition-getControlService-1-0} {ServiceClientCallPlace-getControlService-0} {ServiceCallMultiInactivePlace-getControlService-1} -> {GetControlIn-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-0} 
-tr {ServiceCallMultiEntryTransition-pickService-0-0} {ServiceCallMultiInactivePlace-pickService-0} {ServiceClientCallPlace-pickService-0} -> {PickInput-INSTANCE-0} {ServiceCallMultiActivePlace-pickService-0} {ServiceCallMultiFlagPlace-pickService-0-0} 
-tr {ServiceCallMultiEntryTransition-pickService-1-0} {ServiceClientCallPlace-pickService-0} {ServiceCallMultiInactivePlace-pickService-1} -> {PickInput-INSTANCE-1} {ServiceCallMultiActivePlace-pickService-1} {ServiceCallMultiFlagPlace-pickService-1-0} 
-tr {ServiceCallMultiEntryTransition-placeService-0-0} {ServiceClientCallPlace-placeService-0} {ServiceCallMultiInactivePlace-placeService-0} -> {PlaceInput-INSTANCE-0} {ServiceCallMultiActivePlace-placeService-0} {ServiceCallMultiFlagPlace-placeService-0-0} 
-tr {ServiceCallMultiEntryTransition-placeService-1-0} {ServiceClientCallPlace-placeService-0} {ServiceCallMultiInactivePlace-placeService-1} -> {PlaceInput-INSTANCE-1} {ServiceCallMultiActivePlace-placeService-1} {ServiceCallMultiFlagPlace-placeService-1-0} 
-tr {ServiceCallMultiEntryTransition-sensorService-0-0} {ServiceCallMultiInactivePlace-sensorService-0} {ServiceClientCallPlace-sensorService-0} -> {SensorIn-INSTANCE-0} {ServiceCallMultiActivePlace-sensorService-0} {ServiceCallMultiFlagPlace-sensorService-0-0} 
-tr {ServiceCallMultiExitTransition-endControlService-0-0} {EndControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-endControlService-0} {ServiceCallMultiFlagPlace-endControlService-0-0} -> {ServiceCallMultiInactivePlace-endControlService-0} {ServiceClientRespPlace-endControlService-0} 
-tr {ServiceCallMultiExitTransition-endControlService-1-0} {EndControlOut-INSTANCE-1} {ServiceCallMultiActivePlace-endControlService-1} {ServiceCallMultiFlagPlace-endControlService-1-0} -> {ServiceCallMultiInactivePlace-endControlService-1} {ServiceClientRespPlace-endControlService-0} 
-tr {ServiceCallMultiExitTransition-getControlService-0-0} {GetControlOut-INSTANCE-0} {ServiceCallMultiActivePlace-getControlService-0} {ServiceCallMultiFlagPlace-getControlService-0-0} -> {ServiceCallMultiInactivePlace-getControlService-0} {ServiceClientRespPlace-getControlService-0} 
-tr {ServiceCallMultiExitTransition-getControlService-1-0} {GetControlOut-INSTANCE-1} {ServiceCallMultiActivePlace-getControlService-1} {ServiceCallMultiFlagPlace-getControlService-1-0} -> {ServiceCallMultiInactivePlace-getControlService-1} {ServiceClientRespPlace-getControlService-0} 
-tr {ServiceCallMultiExitTransition-pickService-0-0} {PickOutput-INSTANCE-0} {ServiceCallMultiActivePlace-pickService-0} {ServiceCallMultiFlagPlace-pickService-0-0} -> {ServiceCallMultiInactivePlace-pickService-0} {ServiceClientRespPlace-pickService-0} 
-tr {ServiceCallMultiExitTransition-pickService-1-0} {PickOutput-INSTANCE-1} {ServiceCallMultiActivePlace-pickService-1} {ServiceCallMultiFlagPlace-pickService-1-0} -> {ServiceCallMultiInactivePlace-pickService-1} {ServiceClientRespPlace-pickService-0} 
-tr {ServiceCallMultiExitTransition-placeService-0-0} {PlaceOutput-INSTANCE-0} {ServiceCallMultiActivePlace-placeService-0} {ServiceCallMultiFlagPlace-placeService-0-0} -> {ServiceCallMultiInactivePlace-placeService-0} {ServiceClientRespPlace-placeService-0} 
-tr {ServiceCallMultiExitTransition-placeService-1-0} {PlaceOutput-INSTANCE-1} {ServiceCallMultiActivePlace-placeService-1} {ServiceCallMultiFlagPlace-placeService-1-0} -> {ServiceCallMultiInactivePlace-placeService-1} {ServiceClientRespPlace-placeService-0} 
-tr {ServiceCallMultiExitTransition-sensorService-0-0} {SensorOut-INSTANCE-0} {ServiceCallMultiActivePlace-sensorService-0} {ServiceCallMultiFlagPlace-sensorService-0-0} -> {ServiceCallMultiInactivePlace-sensorService-0} {ServiceClientRespPlace-sensorService-0} 
-tr {ServiceClientCallConnectTransition-endControlService-0} {L-ObjectPlaced} {ServiceTogglePlace-endControlService-0} -> {ServiceClientCallConnectPlace-endControlService-0} 
-tr {ServiceClientCallConnectTransition-getControlService-0} {L-AwaitingControl} {ServiceTogglePlace-getControlService-0} -> {ServiceClientCallConnectPlace-getControlService-0} 
-tr {ServiceClientCallConnectTransition-pickService-0} {L-Ready} {ServiceTogglePlace-pickService-0} -> {ServiceClientCallConnectPlace-pickService-0} 
-tr {ServiceClientCallConnectTransition-placeService-0} {L-ObjectPicked} {ServiceTogglePlace-placeService-0} -> {ServiceClientCallConnectPlace-placeService-0} 
-tr {ServiceClientCallConnectTransition-sensorService-0} SensorCall {ServiceTogglePlace-sensorService-0} -> {ServiceClientCallConnectPlace-sensorService-0} 
-tr {ServiceClientCallTransition-endControlService-0} {ServiceClientCallConnectPlace-endControlService-0} -> {ServiceClientCallPlace-endControlService-0} 
-tr {ServiceClientCallTransition-getControlService-0} {ServiceClientCallConnectPlace-getControlService-0} -> {ServiceClientCallPlace-getControlService-0} 
-tr {ServiceClientCallTransition-pickService-0} {ServiceClientCallConnectPlace-pickService-0} -> {ServiceClientCallPlace-pickService-0} 
-tr {ServiceClientCallTransition-placeService-0} {ServiceClientCallConnectPlace-placeService-0} -> {ServiceClientCallPlace-placeService-0} 
-tr {ServiceClientCallTransition-sensorService-0} {ServiceClientCallConnectPlace-sensorService-0} -> {ServiceClientCallPlace-sensorService-0} 
-tr {ServiceClientRespConnectTransition-endControlService-0} {ServiceClientRespConnectPlace-endControlService-0} -> {L-Done} {ServiceTogglePlace-endControlService-0} 
-tr {ServiceClientRespConnectTransition-getControlService-0} {ServiceClientRespConnectPlace-getControlService-0} -> {L-Ready} {ServiceTogglePlace-getControlService-0} 
-tr {ServiceClientRespConnectTransition-pickService-0} {ServiceClientRespConnectPlace-pickService-0} -> {L-ObjectPicked} {ServiceTogglePlace-pickService-0} 
-tr {ServiceClientRespConnectTransition-placeService-0} {ServiceClientRespConnectPlace-placeService-0} -> {L-ObjectPlaced} {ServiceTogglePlace-placeService-0} 
-tr {ServiceClientRespConnectTransition-sensorService-0} {ServiceClientRespConnectPlace-sensorService-0} -> SensorResponse {ServiceTogglePlace-sensorService-0} 
-tr {ServiceClientRespTransition-endControlService-0} {ServiceClientRespPlace-endControlService-0} -> {ServiceClientRespConnectPlace-endControlService-0} 
-tr {ServiceClientRespTransition-getControlService-0} {ServiceClientRespPlace-getControlService-0} -> {ServiceClientRespConnectPlace-getControlService-0} 
-tr {ServiceClientRespTransition-pickService-0} {ServiceClientRespPlace-pickService-0} -> {ServiceClientRespConnectPlace-pickService-0} 
-tr {ServiceClientRespTransition-placeService-0} {ServiceClientRespPlace-placeService-0} -> {ServiceClientRespConnectPlace-placeService-0} 
-tr {ServiceClientRespTransition-sensorService-0} {ServiceClientRespPlace-sensorService-0} -> {ServiceClientRespConnectPlace-sensorService-0} 
-tr ShowFeedback FeedbackIn -> FeedbackDone 
-tr SortBlue {PD-0-SortBlue} ObjectPoolBlue -> BlueOut {PD-0-SortBlue} 
-tr SortRed {PD-0-SortRed} ObjectPoolRed -> {PD-0-SortRed} RedOut 
-tr TransitionSafe SensorResponse -> Safe 
-tr TransitionUnsafe SensorResponse -> Unsafe 
-tr UnsafeToSensorCall Unsafe -> SensorCall 
-pl {CallbackCapacityPlace-LeftCellTopic-0-0} (10)
-pl {CallbackCapacityPlace-UITopic-0-0} (10)
-pl {DispatcherCapacityPlace-LeftCellTopic-0} (16)
-pl {DispatcherCapacityPlace-UITopic-0} (16)
-pl GetShared (1)
-pl {InputSignalFalsePlace-Blue} (1)
-pl {InputSignalFalsePlace-Green} (1)
-pl {InputSignalFalsePlace-PickFail} (1)
-pl {InputSignalFalsePlace-PickSuccess} (1)
-pl {InputSignalFalsePlace-PlaceFail} (1)
-pl {InputSignalFalsePlace-PlaceSuccess} (1)
-pl {InputSignalFalsePlace-Red} (1)
-pl {InputSignalFalsePlace-Sensor} (1)
-pl {InputSignalFalsePlace-Stop} (1)
-pl ObjectPoolBlue (1)
-pl ObjectPoolRed (1)
-pl {PublisherCapacityPlace-LeftCellTopic-0} (10)
-pl {PublisherCapacityPlace-LeftCellTopic-1} (10)
-pl {PublisherCapacityPlace-UITopic-0} (10)
-pl {ServiceCallMultiInactivePlace-endControlService-0} (1)
-pl {ServiceCallMultiInactivePlace-endControlService-1} (1)
-pl {ServiceCallMultiInactivePlace-getControlService-0} (1)
-pl {ServiceCallMultiInactivePlace-getControlService-1} (1)
-pl {ServiceCallMultiInactivePlace-pickService-0} (1)
-pl {ServiceCallMultiInactivePlace-pickService-1} (1)
-pl {ServiceCallMultiInactivePlace-placeService-0} (1)
-pl {ServiceCallMultiInactivePlace-placeService-1} (1)
-pl {ServiceCallMultiInactivePlace-sensorService-0} (1)
-pl {ServiceTogglePlace-endControlService-0} (1)
-pl {ServiceTogglePlace-getControlService-0} (1)
-pl {ServiceTogglePlace-pickService-0} (1)
-pl {ServiceTogglePlace-placeService-0} (1)
-pl {ServiceTogglePlace-sensorService-0} (1)
-pl Unsafe (1)
diff --git a/models/task-2/model-one-robot.pnml b/models/task-2/model-one-robot.pnml
deleted file mode 100644
index 685ea4f11f93de8f3121ee212dfb09a460b7c423..0000000000000000000000000000000000000000
--- a/models/task-2/model-one-robot.pnml
+++ /dev/null
@@ -1,959 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
-    <net id="FullModel" type="http://www.pnml.org/version-2009/grammar/ptnet">
-        <name>
-            <text>FullModel</text>
-        </name>
-        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-            <inputsignals>
-                <inputsignal>
-                    <inputsignalID>Red</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>Blue</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>Green</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>PickSuccess</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>PlaceSuccess</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>PickFail</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>PlaceFail</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>Stop</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>Sensor</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-            </inputsignals>
-        </toolspecific>
-        <page id="top">
-            <page id="SelectorPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                <place id="ObjectPoolRed">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorRed</subnet>
-                        <balloonMarking>
-                            <tokens>
-                                <token>{"color" : "green", "name" : "green1", "pickSuccess" : "false", "placeSuccess" : "false",
-                                        "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
-                            </tokens>
-                        </balloonMarking>
-                    </toolspecific>
-                    <initialMarking>
-                        <text>1</text>
-                    </initialMarking>
-                    <name>
-                        <text>ObjectPoolRed</text>
-                    </name>
-                </place>
-                <place id="ObjectPoolBlue">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorBlue</subnet>
-                        <balloonMarking>
-                            <tokens>
-                                <token>{"color" : "blue", "name" : "blue1", "pickSuccess" : "false", "placeSuccess" : "false",
-                                    "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
-                            </tokens>
-                        </balloonMarking>
-                    </toolspecific>
-                    <initialMarking>
-                        <text>1</text>
-                    </initialMarking>
-                    <name>
-                        <text>ObjectPoolBlue</text>
-                    </name>
-                </place>
-          
-                <transition id="SortRed">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorRed</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause>(Red)</inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>SortRed</text>
-                    </name>
-                </transition>
-                <transition id="SortBlue">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorBlue</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause>(Blue)</inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>SortBlue</text>
-                    </name>
-                </transition>
-                
-                <place id="RedOut">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorRed</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>RedOut</text>
-                    </name>
-                </place>
-                <place id="BlueOut">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorBlue</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>BlueOut</text>
-                    </name>
-                </place>
-                
-                <arc id="a1" source="SortRed" target="RedOut">
-                </arc>
-                <arc id="a2" source="SortBlue" target="BlueOut">
-                </arc>
-                <arc id="a4" source="ObjectPoolRed" target="SortRed">
-                </arc>
-                <arc id="a5" source="ObjectPoolBlue" target="SortBlue">
-                </arc>
-            </page>
-            
-            <transition id="LeftCellTopic">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>topicTransitionType</type>
-                    <topicName>LeftCellTopic</topicName>
-                    <publishers>
-                        <publisher>
-                            <id>RedOut</id>
-                            <limit>10</limit>
-                        </publisher>
-                        <publisher>
-                            <id>BlueOut</id>
-                            <limit>10</limit>
-                        </publisher>
-                    </publishers>
-                    <subscribers>
-                        <subscriber>
-                            <id>L-AwaitingControl</id>
-                            <limit>10</limit>
-                        </subscriber>
-                    </subscribers>
-                </toolspecific>
-                <name>
-                    <text>LeftCellTopic</text>
-                </name>
-            </transition>
-            
-            <transition id="UITopic">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>topicTransitionType</type>
-                    <topicName>UITopic</topicName>
-                    <publishers>
-                        <publisher>
-                            <id>L-Done</id>
-                            <limit>10</limit>
-                        </publisher>
-                    </publishers>
-                    <subscribers>
-                        <subscriber>
-                            <id>FeedbackIn</id>
-                            <limit>10</limit>
-                        </subscriber>
-                    </subscribers>
-                </toolspecific>
-                <name>
-                    <text>UITopic</text>
-                </name>
-            </transition>
-            
-            <page id="LeftControllerPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                
-                <place id="L-AwaitingControl">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-AwaitingControl</text>
-                    </name>
-                </place>
-                <place id="L-Ready">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-Ready</text>
-                    </name>
-                </place>
-                <place id="L-ObjectPicked">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-ObjectPicked</text>
-                    </name>
-                </place>
-                <place id="L-ObjectPlaced">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-ObjectPlaced</text>
-                    </name>
-                </place>
-                <place id="L-Done">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-Done</text>
-                    </name>
-                </place>
-            </page>
-            
-            <page id="FeedbackPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                <place id="FeedbackIn">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>Feedback</node>
-                        <subnet>Feedback</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>FeedbackIn</text>
-                    </name>
-                </place>
-                
-                <transition id="ShowFeedback">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>Feedback</node>
-                        <subnet>Feedback</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause></inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>ShowFeedback</text>
-                    </name>
-                </transition>
-                
-                <place id="FeedbackDone">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>Feedback</node>
-                        <subnet>Feedback</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>FeedbackDone</text>
-                    </name>
-                </place>
-                
-                <arc id="a7" source="FeedbackIn" target="ShowFeedback">
-                </arc>
-                <arc id="a8" source="ShowFeedback" target="FeedbackDone">
-                </arc>
-            </page>
-            
-            <page id="SynchronizerPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                <page id="GetControlService">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <type>serverPrototype</type>
-                        <serviceName>getControlService</serviceName>
-                    </toolspecific>
-                    
-                    <place id="GetControlIn">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>GetControl</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>GetControlIn</text>
-                        </name>
-                    </place>
-                    <place id="GetControlOut">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>GetControl</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>GetControlOut</text>
-                        </name>
-                    </place>
-                    <referencePlace id="GetSharedRef" ref="GetShared">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>GetControl</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>GetSharedRef</text>
-                        </name>
-                    </referencePlace>
-                    <transition id="Get">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>GetControl</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>Get</text>
-                        </name>
-                    </transition>
-                    <arc id="a9" source="GetControlIn" target="Get">
-                    </arc>
-                    <arc id="a10" source="Get" target="GetControlOut">
-                    </arc>
-                    <arc id="a11" source="GetSharedRef" target="Get">
-                    </arc>
-                </page>
-                <page id="EndControlService">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <type>serverPrototype</type>
-                        <serviceName>endControlService</serviceName>
-                    </toolspecific>
-                
-                    <place id="EndControlIn">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>EndControl</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>EndControlIn</text>
-                        </name>
-                    </place>
-                    <place id="EndControlOut">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>EndControl</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>EndControlOut</text>
-                        </name>
-                    </place>
-                    <referencePlace id="GetEndSharedRef" ref="GetShared">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>EndControl</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>GetEndSharedRef</text>
-                        </name>
-                    </referencePlace>
-                    <transition id="End">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>EndControl</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>End</text>
-                        </name>
-                    </transition>
-                    <arc id="a12" source="EndControlIn" target="End">
-                    </arc>
-                    <arc id="a13" source="End" target="EndControlOut">
-                    </arc>
-                    <arc id="a13b" source="End" target="GetEndSharedRef">
-                    </arc>
-                </page>
-                <page id="SharedSpacePage">
-                    <place id="GetShared">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Synchronizer</node>
-                            <subnet>SharedSync</subnet>
-                            <balloonMarking>
-                            	<tokens>
-                                <token>{ "color":"NONE","name":"NONE","pickSuccess":"false","placeSuccess":"false",
-                                        "humanDetected":"false","sensorData":"NONE","trace":"NONE", "locked" : "true" }
-                                    </token>
-                              </tokens>
-                            </balloonMarking>
-                        </toolspecific>
-                        <initialMarking>
-                            <text>1</text>
-                        </initialMarking>
-                        <name>
-                            <text>GetShared</text>
-                        </name>
-                    </place>
-                </page>
-            </page>
-       
-            <transition id="GetControlServiceCall">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>serviceTransitionType</type>
-                    <serviceName>getControlService</serviceName>
-                    <serverInput>GetControlIn</serverInput>
-                    <serverOutput>GetControlOut</serverOutput>
-                    <serverCapacity>2</serverCapacity>
-                    <channels>
-                        <channel>
-                            <cid>c1</cid>
-                            <request>L-AwaitingControl</request>
-                            <response>L-Ready</response>
-                        </channel>
-                    </channels>
-                </toolspecific>
-                <name>
-                    <text>GetControlServiceCall</text>
-                </name>
-            </transition>
-            <transition id="EndControlServiceCall">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>serviceTransitionType</type>
-                    <serviceName>endControlService</serviceName>
-                    <serverInput>EndControlIn</serverInput>
-                    <serverOutput>EndControlOut</serverOutput>
-                    <serverCapacity>2</serverCapacity>
-                    <channels>
-                        <channel>
-                            <cid>c3</cid>
-                            <request>L-ObjectPlaced</request>
-                            <response>L-Done</response>
-                        </channel>
-                    </channels>
-                </toolspecific>
-                <name>
-                    <text>EndControlServiceCall</text>
-                </name>
-            </transition>
-            
-            <transition id="PickServiceCall">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>serviceTransitionType</type>
-                    <serviceName>pickService</serviceName>
-                    <serverInput>PickInput</serverInput>
-                    <serverOutput>PickOutput</serverOutput>
-                    <serverCapacity>2</serverCapacity>
-                    <channels>
-                        <channel>
-                            <cid>c5</cid>
-                            <request>L-Ready</request>
-                            <response>L-ObjectPicked</response>
-                        </channel>
-                    </channels>
-                </toolspecific>
-                <name>
-                    <text>PickServiceCall</text>
-                </name>
-            </transition>
-            
-            <transition id="PlaceServiceCall">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>serviceTransitionType</type>
-                    <serviceName>placeService</serviceName>
-                    <serverInput>PlaceInput</serverInput>
-                    <serverOutput>PlaceOutput</serverOutput>
-                    <serverCapacity>2</serverCapacity>
-                    <channels>
-                        <channel>
-                            <cid>c7</cid>
-                            <request>L-ObjectPicked</request>
-                            <response>L-ObjectPlaced</response>
-                        </channel>
-                    </channels>
-                </toolspecific>
-                <name>
-                    <text>PlaceServiceCall</text>
-                </name>
-            </transition>
-            
-            <page id="ExecutorPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                
-                <page id="PickService">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <type>serverPrototype</type>
-                        <serviceName>pickService</serviceName>
-                    </toolspecific>
-                    
-                    <place id="PickInput">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PickInput</text>
-                        </name>
-                    </place>
-                    <place id="Picking">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>Picking</text>
-                        </name>
-                    </place>
-                    <place id="PickOutput">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PickOutput</text>
-                        </name>
-                    </place>
-                    
-                    <transition id="Pick">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>Pick</text>
-                        </name>
-                    </transition>
-                    <transition id="PickingFail">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(PickFail)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PickingFail</text>
-                        </name>
-                    </transition>
-                    <transition id="PickingSuccess">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(PickSuccess)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PickingSuccess</text>
-                        </name>
-                    </transition>
-                    <transition id="PickingAbort">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PickingAbort</text>
-                        </name>
-                    </transition>
-                    <referencePlace id="PickSafeRef" ref="Safe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PickSafeRef</text>
-                        </name>
-                    </referencePlace>
-                    <referencePlace id="PickUnsafeRef" ref="Unsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PickUnsafeRef</text>
-                        </name>
-                    </referencePlace>
-                    <arc id="a15" source="PickInput" target="Pick">
-                    </arc>
-                    <arc id="a16" source="Pick" target="PickSafeRef">
-                    </arc>
-                    <arc id="a17" source="PickSafeRef" target="Pick">
-                    </arc>
-                    <arc id="a18" source="Pick" target="Picking">
-                    </arc>
-                    <arc id="a19" source="Picking" target="PickingFail">
-                    </arc>
-                    <arc id="a20" source="Picking" target="PickingSuccess">
-                    </arc>
-                    <arc id="a21" source="Picking" target="PickingAbort">
-                    </arc>
-                    <arc id="a22" source="PickingFail" target="PickOutput">
-                    </arc>
-                    <arc id="a23" source="PickingSuccess" target="PickOutput">
-                    </arc>
-                    <arc id="a24" source="PickingAbort" target="PickOutput">
-                    </arc>
-                    <arc id="a24n1" source="PickingAbort" target="PickUnsafeRef">
-                    </arc>
-                    <arc id="a24n2" source="PickUnsafeRef" target="PickingAbort">
-                    </arc>
-                </page>
-                
-                <page id="PlaceService">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <type>serverPrototype</type>
-                        <serviceName>placeService</serviceName>
-                    </toolspecific>
-                    
-                    <place id="PlaceInput">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceInput</text>
-                        </name>
-                    </place>
-                    <place id="Placing">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>Placing</text>
-                        </name>
-                    </place>
-                    <place id="PlaceOutput">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceOutput</text>
-                        </name>
-                    </place>
-                    
-                    <transition id="Place">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>Place</text>
-                        </name>
-                    </transition>
-                    <transition id="PlacingFail">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(PlaceFail)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PlacingFail</text>
-                        </name>
-                    </transition>
-                    <transition id="PlacingSuccess">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(PlaceSuccess)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PlacingSuccess</text>
-                        </name>
-                    </transition>
-                    <transition id="PlacingAbort">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceingAbort</text>
-                        </name>
-                    </transition>
-                    <referencePlace id="PlaceSafeRef" ref="Safe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceSafeRef</text>
-                        </name>
-                    </referencePlace>
-                    <referencePlace id="PlaceUnsafeRef" ref="Unsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceUnsafeRef</text>
-                        </name>
-                    </referencePlace>
-                    <arc id="a25" source="PlaceInput" target="Place">
-                    </arc>
-                    <arc id="a26" source="Place" target="PlaceSafeRef">
-                    </arc>
-                    <arc id="a27" source="PlaceSafeRef" target="Place">
-                    </arc>
-                    <arc id="a28" source="Place" target="Placing">
-                    </arc>
-                    <arc id="a29" source="Placing" target="PlacingFail">
-                    </arc>
-                    <arc id="a30" source="Placing" target="PlacingSuccess">
-                    </arc>
-                    <arc id="a31" source="Placing" target="PlacingAbort">
-                    </arc>
-                    <arc id="a32" source="PlacingFail" target="PlaceOutput">
-                    </arc>
-                    <arc id="a33" source="PlacingSuccess" target="PlaceOutput">
-                    </arc>
-                    <arc id="a34" source="PlacingAbort" target="PlaceOutput">
-                    </arc>
-                    <arc id="a34n1" source="PlacingAbort" target="PlaceUnsafeRef">
-                    </arc>
-                    <arc id="a34n2" source="PlaceUnsafeRef" target="PlacingAbort">
-                    </arc>
-                </page>
-                
-                <page id="SafetyModel">
-                    <place id="Unsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <balloonMarking>
-                                <tokens>
-                                    <token>{ "color":"NONE","name":"NONE","pickSuccess":"false","placeSuccess":"false",
-                                        "humanDetected":"false","sensorData":"NONE","trace":"-safety", "locked" : "true" }
-                                    </token>
-                                </tokens>
-                            </balloonMarking>
-                        </toolspecific>
-                        <initialMarking>
-                            <text>1</text>
-                        </initialMarking>
-                        <name>
-                            <text>Unsafe</text>
-                        </name>
-                    </place>
-                    <place id="Safe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>Safe</text>
-                        </name>
-                    </place>
-                    <place id="SensorCall">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorCall</text>
-                        </name>
-                    </place>
-                    <place id="SensorResponse">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorResponse</text>
-                        </name>
-                    </place>
-                    
-                    <transition id="UnsafeToSensorCall">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>UnsafeToSensorCall</text>
-                        </name>
-                    </transition>
-                    <transition id="SafeToUnsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(Stop)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>SafeToUnsafe</text>
-                        </name>
-                    </transition>
-                    <transition id="TransitionSafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>TransitionSafe</text>
-                        </name>
-                    </transition>
-                    <transition id="TransitionUnsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>TransitionUnsafe</text>
-                        </name>
-                    </transition>
-                    <transition id="SafeToSensorCall">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>SafeToSensorCall</text>
-                        </name>
-                    </transition>
-                    
-                    <arc id="a49" source="Unsafe" target="UnsafeToSensorCall">
-                    </arc>
-                    <arc id="a50" source="UnsafeToSensorCall" target="SensorCall">
-                    </arc>
-                    <arc id="a51" source="Safe" target="SafeToUnsafe">
-                    </arc>
-                    <arc id="a52" source="SafeToUnsafe" target="Unsafe">
-                    </arc>
-                    <arc id="a53" source="SensorResponse" target="TransitionUnsafe">
-                    </arc>
-                    <arc id="a54" source="TransitionUnsafe" target="Unsafe">
-                    </arc>
-                    <arc id="a55" source="Safe" target="SafeToSensorCall">
-                    </arc>
-                    <arc id="a56" source="SafeToSensorCall" target="SensorCall">
-                    </arc>
-                    <arc id="a57" source="SensorResponse" target="TransitionSafe">
-                    </arc>
-                    <arc id="a58" source="TransitionSafe" target="Safe">
-                    </arc>
-                </page>
-            </page>
-            
-            <transition id="SensorServiceCall">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>serviceTransitionType</type>
-                    <serviceName>sensorService</serviceName>
-                    <serverInput>SensorIn</serverInput>
-                    <serverOutput>SensorOut</serverOutput>
-                    <serverCapacity>1</serverCapacity>
-                    <channels>
-                        <channel>
-                            <cid>c9</cid>
-                            <request>SensorCall</request>
-                            <response>SensorResponse</response>
-                        </channel>
-                    </channels>
-                </toolspecific>
-                <name>
-                    <text>SensorServiceCall</text>
-                </name>
-            </transition>
-        
-            <page id="SensorPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                
-                <page id="SensorService">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <type>serverPrototype</type>
-                        <serviceName>sensorService</serviceName>
-                    </toolspecific>
-                    
-                    <place id="SensorIn">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorIn</text>
-                        </name>
-                    </place>
-                    <place id="SensorInter">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorInter</text>
-                        </name>
-                    </place>
-                    <place id="SensorOut">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorOut</text>
-                        </name>
-                    </place>
-                    <transition id="GetSensorData">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(Sensor)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>GetSensorData</text>
-                        </name>
-                    </transition>
-                    <transition id="ProcessSensorData">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>ProcessSensorData</text>
-                        </name>
-                    </transition>
-                    <arc id="a59" source="SensorIn" target="GetSensorData">
-                    </arc>
-                    <arc id="a60" source="GetSensorData" target="SensorInter">
-                    </arc>
-                    <arc id="a61" source="SensorInter" target="ProcessSensorData">
-                    </arc>
-                    <arc id="a62" source="ProcessSensorData" target="SensorOut">
-                    </arc>
-                </page>
-            </page>
-        </page>
-    </net>
-</pnml>
diff --git a/models/task-2/model-without-sync-flatted.net b/models/task-2/model-without-sync-flatted.net
deleted file mode 100644
index 6fc8756fc09634468b0b382b85f106b083d9b190..0000000000000000000000000000000000000000
--- a/models/task-2/model-without-sync-flatted.net
+++ /dev/null
@@ -1,158 +0,0 @@
-net FullModel
-tr {CallbackInputTransition-LeftCellTopic-0-0} {CallbackCapacityPlace-LeftCellTopic-0-0} {CallbackInputPlace-LeftCellTopic-0-0} -> {CallbackConnectorPlace-LeftCellTopic-0-0} 
-tr {CallbackInputTransition-RightCellTopic-0-0} {CallbackCapacityPlace-RightCellTopic-0-0} {CallbackInputPlace-RightCellTopic-0-0} -> {CallbackConnectorPlace-RightCellTopic-0-0} 
-tr {CallbackInputTransition-UITopic-0-0} {CallbackCapacityPlace-UITopic-0-0} {CallbackInputPlace-UITopic-0-0} -> {CallbackConnectorPlace-UITopic-0-0} 
-tr {CallbackOutputTransition-LeftCellTopic-0-0} {CallbackConnectorPlace-LeftCellTopic-0-0} -> {CallbackCapacityPlace-LeftCellTopic-0-0} {L-AwaitingControl} 
-tr {CallbackOutputTransition-RightCellTopic-0-0} {CallbackConnectorPlace-RightCellTopic-0-0} -> {CallbackCapacityPlace-RightCellTopic-0-0} {R-AwaitingControl} 
-tr {CallbackOutputTransition-UITopic-0-0} {CallbackConnectorPlace-UITopic-0-0} -> {CallbackCapacityPlace-UITopic-0-0} FeedbackIn 
-tr {CallbackOverflowTransition-LeftCellTopic-0-0} {CallbackCapacityPlace-LeftCellTopic-0-0}?-1 {CallbackInputPlace-LeftCellTopic-0-0} ->
-tr {CallbackOverflowTransition-RightCellTopic-0-0} {CallbackCapacityPlace-RightCellTopic-0-0}?-1 {CallbackInputPlace-RightCellTopic-0-0} ->
-tr {CallbackOverflowTransition-UITopic-0-0} {CallbackCapacityPlace-UITopic-0-0}?-1 {CallbackInputPlace-UITopic-0-0} ->
-tr {ChannelConnectorTransition-LeftCellTopic} {ChannelConnectorPlace-LeftCellTopic} -> {DispatcherInputPlace-LeftCellTopic-0} 
-tr {ChannelConnectorTransition-RightCellTopic} {ChannelConnectorPlace-RightCellTopic} -> {DispatcherInputPlace-RightCellTopic-0} 
-tr {ChannelConnectorTransition-UITopic} {ChannelConnectorPlace-UITopic} -> {DispatcherInputPlace-UITopic-0} 
-tr {DispatcherInputTransition-LeftCellTopic-0} {DispatcherCapacityPlace-LeftCellTopic-0} {DispatcherInputPlace-LeftCellTopic-0} -> {DispatcherConnectorPlace-LeftCellTopic-0} 
-tr {DispatcherInputTransition-RightCellTopic-0} {DispatcherCapacityPlace-RightCellTopic-0} {DispatcherInputPlace-RightCellTopic-0} -> {DispatcherConnectorPlace-RightCellTopic-0} 
-tr {DispatcherInputTransition-UITopic-0} {DispatcherCapacityPlace-UITopic-0} {DispatcherInputPlace-UITopic-0} -> {DispatcherConnectorPlace-UITopic-0} 
-tr {DispatcherOutputTransition-LeftCellTopic-0} {DispatcherConnectorPlace-LeftCellTopic-0} -> {CallbackInputPlace-LeftCellTopic-0-0} {DispatcherCapacityPlace-LeftCellTopic-0} 
-tr {DispatcherOutputTransition-RightCellTopic-0} {DispatcherConnectorPlace-RightCellTopic-0} -> {CallbackInputPlace-RightCellTopic-0-0} {DispatcherCapacityPlace-RightCellTopic-0} 
-tr {DispatcherOutputTransition-UITopic-0} {DispatcherConnectorPlace-UITopic-0} -> {CallbackInputPlace-UITopic-0-0} {DispatcherCapacityPlace-UITopic-0} 
-tr {DispatcherOverflowTransition-LeftCellTopic-0} {DispatcherCapacityPlace-LeftCellTopic-0}?-1 {DispatcherInputPlace-LeftCellTopic-0} ->
-tr {DispatcherOverflowTransition-RightCellTopic-0} {DispatcherCapacityPlace-RightCellTopic-0}?-1 {DispatcherInputPlace-RightCellTopic-0} ->
-tr {DispatcherOverflowTransition-UITopic-0} {DispatcherCapacityPlace-UITopic-0}?-1 {DispatcherInputPlace-UITopic-0} ->
-tr {GetSensorData-INSTANCE-0} {PD-0-GetSensorData-INSTANCE-0} {SensorIn-INSTANCE-0} -> {PD-0-GetSensorData-INSTANCE-0} {SensorInter-INSTANCE-0} 
-tr {InputSignalToFalseTransition-Blue} {InputSignalTruePlace-Blue} {PD-0-SortBlue} -> {InputSignalFalsePlace-Blue} 
-tr {InputSignalToFalseTransition-Green} {InputSignalTruePlace-Green} {PD-0-SortGreen} -> {InputSignalFalsePlace-Green} 
-tr {InputSignalToFalseTransition-PickFail} {PD-0-PickingFail-INSTANCE-0} {PD-0-PickingFail-INSTANCE-1} {InputSignalTruePlace-PickFail} -> {InputSignalFalsePlace-PickFail} 
-tr {InputSignalToFalseTransition-PickSuccess} {InputSignalTruePlace-PickSuccess} {PD-0-PickingSuccess-INSTANCE-1} {PD-0-PickingSuccess-INSTANCE-0} -> {InputSignalFalsePlace-PickSuccess} 
-tr {InputSignalToFalseTransition-PlaceFail} {InputSignalTruePlace-PlaceFail} {PD-0-PlacingFail-INSTANCE-0} {PD-0-PlacingFail-INSTANCE-1} -> {InputSignalFalsePlace-PlaceFail} 
-tr {InputSignalToFalseTransition-PlaceSuccess} {PD-0-PlacingSuccess-INSTANCE-1} {PD-0-PlacingSuccess-INSTANCE-0} {InputSignalTruePlace-PlaceSuccess} -> {InputSignalFalsePlace-PlaceSuccess} 
-tr {InputSignalToFalseTransition-Red} {InputSignalTruePlace-Red} {PD-0-SortRed} -> {InputSignalFalsePlace-Red} 
-tr {InputSignalToFalseTransition-Sensor} {PD-0-GetSensorData-INSTANCE-0} {InputSignalTruePlace-Sensor} -> {InputSignalFalsePlace-Sensor} 
-tr {InputSignalToFalseTransition-Stop} {PD-0-SafeToUnsafe} {InputSignalTruePlace-Stop} -> {InputSignalFalsePlace-Stop} 
-tr {InputSignalToTrueTransition-Blue} {InputSignalFalsePlace-Blue} -> {InputSignalTruePlace-Blue} {PD-0-SortBlue} 
-tr {InputSignalToTrueTransition-Green} {InputSignalFalsePlace-Green} -> {InputSignalTruePlace-Green} {PD-0-SortGreen} 
-tr {InputSignalToTrueTransition-PickFail} {InputSignalFalsePlace-PickFail} -> {PD-0-PickingFail-INSTANCE-0} {PD-0-PickingFail-INSTANCE-1} {InputSignalTruePlace-PickFail} 
-tr {InputSignalToTrueTransition-PickSuccess} {InputSignalFalsePlace-PickSuccess} -> {InputSignalTruePlace-PickSuccess} {PD-0-PickingSuccess-INSTANCE-1} {PD-0-PickingSuccess-INSTANCE-0} 
-tr {InputSignalToTrueTransition-PlaceFail} {InputSignalFalsePlace-PlaceFail} -> {InputSignalTruePlace-PlaceFail} {PD-0-PlacingFail-INSTANCE-0} {PD-0-PlacingFail-INSTANCE-1} 
-tr {InputSignalToTrueTransition-PlaceSuccess} {InputSignalFalsePlace-PlaceSuccess} -> {PD-0-PlacingSuccess-INSTANCE-1} {PD-0-PlacingSuccess-INSTANCE-0} {InputSignalTruePlace-PlaceSuccess} 
-tr {InputSignalToTrueTransition-Red} {InputSignalFalsePlace-Red} -> {InputSignalTruePlace-Red} {PD-0-SortRed} 
-tr {InputSignalToTrueTransition-Sensor} {InputSignalFalsePlace-Sensor} -> {PD-0-GetSensorData-INSTANCE-0} {InputSignalTruePlace-Sensor} 
-tr {InputSignalToTrueTransition-Stop} {InputSignalFalsePlace-Stop} -> {PD-0-SafeToUnsafe} {InputSignalTruePlace-Stop} 
-tr {L-EndControl-T} {L-ObjectPlaced} -> {L-Done} 
-tr {L-ReqControl-T} {L-AwaitingControl} -> {L-Ready} 
-tr {Pick-INSTANCE-0} Safe {PickInput-INSTANCE-0} -> Safe {Picking-INSTANCE-0} 
-tr {Pick-INSTANCE-1} Safe {PickInput-INSTANCE-1} -> Safe {Picking-INSTANCE-1} 
-tr {PickingAbort-INSTANCE-0} {Picking-INSTANCE-0} Unsafe -> {PickOutput-INSTANCE-0} Unsafe 
-tr {PickingAbort-INSTANCE-1} {Picking-INSTANCE-1} Unsafe -> {PickOutput-INSTANCE-1} Unsafe 
-tr {PickingFail-INSTANCE-0} {PD-0-PickingFail-INSTANCE-0} {Picking-INSTANCE-0} -> {PD-0-PickingFail-INSTANCE-0} {PickOutput-INSTANCE-0} 
-tr {PickingFail-INSTANCE-1} {PD-0-PickingFail-INSTANCE-1} {Picking-INSTANCE-1} -> {PD-0-PickingFail-INSTANCE-1} {PickOutput-INSTANCE-1} 
-tr {PickingSuccess-INSTANCE-0} {PD-0-PickingSuccess-INSTANCE-0} {Picking-INSTANCE-0} -> {PD-0-PickingSuccess-INSTANCE-0} {PickOutput-INSTANCE-0} 
-tr {PickingSuccess-INSTANCE-1} {PD-0-PickingSuccess-INSTANCE-1} {Picking-INSTANCE-1} -> {PD-0-PickingSuccess-INSTANCE-1} {PickOutput-INSTANCE-1} 
-tr {Place-INSTANCE-0} Safe {PlaceInput-INSTANCE-0} -> Safe {Placing-INSTANCE-0} 
-tr {Place-INSTANCE-1} Safe {PlaceInput-INSTANCE-1} -> Safe {Placing-INSTANCE-1} 
-tr {PlacingAbort-INSTANCE-0} Unsafe {Placing-INSTANCE-0} -> Unsafe {PlaceOutput-INSTANCE-0} 
-tr {PlacingAbort-INSTANCE-1} Unsafe {Placing-INSTANCE-1} -> Unsafe {PlaceOutput-INSTANCE-1} 
-tr {PlacingFail-INSTANCE-0} {PD-0-PlacingFail-INSTANCE-0} {Placing-INSTANCE-0} -> {PD-0-PlacingFail-INSTANCE-0} {PlaceOutput-INSTANCE-0} 
-tr {PlacingFail-INSTANCE-1} {PD-0-PlacingFail-INSTANCE-1} {Placing-INSTANCE-1} -> {PD-0-PlacingFail-INSTANCE-1} {PlaceOutput-INSTANCE-1} 
-tr {PlacingSuccess-INSTANCE-0} {PD-0-PlacingSuccess-INSTANCE-0} {Placing-INSTANCE-0} -> {PD-0-PlacingSuccess-INSTANCE-0} {PlaceOutput-INSTANCE-0} 
-tr {PlacingSuccess-INSTANCE-1} {PD-0-PlacingSuccess-INSTANCE-1} {Placing-INSTANCE-1} -> {PD-0-PlacingSuccess-INSTANCE-1} {PlaceOutput-INSTANCE-1} 
-tr {ProcessSensorData-INSTANCE-0} {SensorInter-INSTANCE-0} -> {SensorOut-INSTANCE-0} 
-tr {PublisherInputTransition-LeftCellTopic-0} {PublisherCapacityPlace-LeftCellTopic-0} RedOut -> {PublisherConnectorPlace-LeftCellTopic-0} 
-tr {PublisherInputTransition-LeftCellTopic-1} BlueOut {PublisherCapacityPlace-LeftCellTopic-1} -> {PublisherConnectorPlace-LeftCellTopic-1} 
-tr {PublisherInputTransition-RightCellTopic-0} GreenOut {PublisherCapacityPlace-RightCellTopic-0} -> {PublisherConnectorPlace-RightCellTopic-0} 
-tr {PublisherInputTransition-UITopic-0} {L-Done} {PublisherCapacityPlace-UITopic-0} -> {PublisherConnectorPlace-UITopic-0} 
-tr {PublisherInputTransition-UITopic-1} {PublisherCapacityPlace-UITopic-1} {R-Done} -> {PublisherConnectorPlace-UITopic-1} 
-tr {PublisherOutputTransition-LeftCellTopic-0} {PublisherConnectorPlace-LeftCellTopic-0} -> {ChannelConnectorPlace-LeftCellTopic} {PublisherCapacityPlace-LeftCellTopic-0} 
-tr {PublisherOutputTransition-LeftCellTopic-1} {PublisherConnectorPlace-LeftCellTopic-1} -> {ChannelConnectorPlace-LeftCellTopic} {PublisherCapacityPlace-LeftCellTopic-1} 
-tr {PublisherOutputTransition-RightCellTopic-0} {PublisherConnectorPlace-RightCellTopic-0} -> {ChannelConnectorPlace-RightCellTopic} {PublisherCapacityPlace-RightCellTopic-0} 
-tr {PublisherOutputTransition-UITopic-0} {PublisherConnectorPlace-UITopic-0} -> {ChannelConnectorPlace-UITopic} {PublisherCapacityPlace-UITopic-0} 
-tr {PublisherOutputTransition-UITopic-1} {PublisherConnectorPlace-UITopic-1} -> {ChannelConnectorPlace-UITopic} {PublisherCapacityPlace-UITopic-1} 
-tr {PublisherOverflowTransition-LeftCellTopic-0} {PublisherCapacityPlace-LeftCellTopic-0}?-1 RedOut ->
-tr {PublisherOverflowTransition-LeftCellTopic-1} BlueOut {PublisherCapacityPlace-LeftCellTopic-1}?-1 ->
-tr {PublisherOverflowTransition-RightCellTopic-0} GreenOut {PublisherCapacityPlace-RightCellTopic-0}?-1 ->
-tr {PublisherOverflowTransition-UITopic-0} {L-Done} {PublisherCapacityPlace-UITopic-0}?-1 ->
-tr {PublisherOverflowTransition-UITopic-1} {PublisherCapacityPlace-UITopic-1}?-1 {R-Done} ->
-tr {R-EndControl-T} {R-ObjectPlaced} -> {R-Done} 
-tr {R-ReqControl-T} {R-AwaitingControl} -> {R-Ready} 
-tr SafeToSensorCall Safe -> SensorCall 
-tr SafeToUnsafe {PD-0-SafeToUnsafe} Safe -> {PD-0-SafeToUnsafe} Unsafe 
-tr {ServiceCallMultiEntryTransition-pickService-0-0} {ServiceClientCallPlace-pickService-0} {ServiceCallMultiInactivePlace-pickService-0} -> {PickInput-INSTANCE-0} {ServiceCallMultiActivePlace-pickService-0} {ServiceCallMultiFlagPlace-pickService-0-0} 
-tr {ServiceCallMultiEntryTransition-pickService-0-1} {ServiceCallMultiInactivePlace-pickService-0} {ServiceClientCallPlace-pickService-1} -> {PickInput-INSTANCE-0} {ServiceCallMultiActivePlace-pickService-0} {ServiceCallMultiFlagPlace-pickService-0-1} 
-tr {ServiceCallMultiEntryTransition-pickService-1-0} {ServiceClientCallPlace-pickService-0} {ServiceCallMultiInactivePlace-pickService-1} -> {PickInput-INSTANCE-1} {ServiceCallMultiActivePlace-pickService-1} {ServiceCallMultiFlagPlace-pickService-1-0} 
-tr {ServiceCallMultiEntryTransition-pickService-1-1} {ServiceClientCallPlace-pickService-1} {ServiceCallMultiInactivePlace-pickService-1} -> {PickInput-INSTANCE-1} {ServiceCallMultiActivePlace-pickService-1} {ServiceCallMultiFlagPlace-pickService-1-1} 
-tr {ServiceCallMultiEntryTransition-placeService-0-0} {ServiceClientCallPlace-placeService-0} {ServiceCallMultiInactivePlace-placeService-0} -> {PlaceInput-INSTANCE-0} {ServiceCallMultiActivePlace-placeService-0} {ServiceCallMultiFlagPlace-placeService-0-0} 
-tr {ServiceCallMultiEntryTransition-placeService-0-1} {ServiceCallMultiInactivePlace-placeService-0} {ServiceClientCallPlace-placeService-1} -> {PlaceInput-INSTANCE-0} {ServiceCallMultiActivePlace-placeService-0} {ServiceCallMultiFlagPlace-placeService-0-1} 
-tr {ServiceCallMultiEntryTransition-placeService-1-0} {ServiceClientCallPlace-placeService-0} {ServiceCallMultiInactivePlace-placeService-1} -> {PlaceInput-INSTANCE-1} {ServiceCallMultiActivePlace-placeService-1} {ServiceCallMultiFlagPlace-placeService-1-0} 
-tr {ServiceCallMultiEntryTransition-placeService-1-1} {ServiceClientCallPlace-placeService-1} {ServiceCallMultiInactivePlace-placeService-1} -> {PlaceInput-INSTANCE-1} {ServiceCallMultiActivePlace-placeService-1} {ServiceCallMultiFlagPlace-placeService-1-1} 
-tr {ServiceCallMultiEntryTransition-sensorService-0-0} {ServiceCallMultiInactivePlace-sensorService-0} {ServiceClientCallPlace-sensorService-0} -> {SensorIn-INSTANCE-0} {ServiceCallMultiActivePlace-sensorService-0} {ServiceCallMultiFlagPlace-sensorService-0-0} 
-tr {ServiceCallMultiExitTransition-pickService-0-0} {PickOutput-INSTANCE-0} {ServiceCallMultiActivePlace-pickService-0} {ServiceCallMultiFlagPlace-pickService-0-0} -> {ServiceCallMultiInactivePlace-pickService-0} {ServiceClientRespPlace-pickService-0} 
-tr {ServiceCallMultiExitTransition-pickService-0-1} {PickOutput-INSTANCE-0} {ServiceCallMultiActivePlace-pickService-0} {ServiceCallMultiFlagPlace-pickService-0-1} -> {ServiceCallMultiInactivePlace-pickService-0} {ServiceClientRespPlace-pickService-1} 
-tr {ServiceCallMultiExitTransition-pickService-1-0} {PickOutput-INSTANCE-1} {ServiceCallMultiActivePlace-pickService-1} {ServiceCallMultiFlagPlace-pickService-1-0} -> {ServiceCallMultiInactivePlace-pickService-1} {ServiceClientRespPlace-pickService-0} 
-tr {ServiceCallMultiExitTransition-pickService-1-1} {PickOutput-INSTANCE-1} {ServiceCallMultiActivePlace-pickService-1} {ServiceCallMultiFlagPlace-pickService-1-1} -> {ServiceCallMultiInactivePlace-pickService-1} {ServiceClientRespPlace-pickService-1} 
-tr {ServiceCallMultiExitTransition-placeService-0-0} {PlaceOutput-INSTANCE-0} {ServiceCallMultiActivePlace-placeService-0} {ServiceCallMultiFlagPlace-placeService-0-0} -> {ServiceCallMultiInactivePlace-placeService-0} {ServiceClientRespPlace-placeService-0} 
-tr {ServiceCallMultiExitTransition-placeService-0-1} {PlaceOutput-INSTANCE-0} {ServiceCallMultiActivePlace-placeService-0} {ServiceCallMultiFlagPlace-placeService-0-1} -> {ServiceCallMultiInactivePlace-placeService-0} {ServiceClientRespPlace-placeService-1} 
-tr {ServiceCallMultiExitTransition-placeService-1-0} {PlaceOutput-INSTANCE-1} {ServiceCallMultiActivePlace-placeService-1} {ServiceCallMultiFlagPlace-placeService-1-0} -> {ServiceCallMultiInactivePlace-placeService-1} {ServiceClientRespPlace-placeService-0} 
-tr {ServiceCallMultiExitTransition-placeService-1-1} {PlaceOutput-INSTANCE-1} {ServiceCallMultiActivePlace-placeService-1} {ServiceCallMultiFlagPlace-placeService-1-1} -> {ServiceCallMultiInactivePlace-placeService-1} {ServiceClientRespPlace-placeService-1} 
-tr {ServiceCallMultiExitTransition-sensorService-0-0} {SensorOut-INSTANCE-0} {ServiceCallMultiActivePlace-sensorService-0} {ServiceCallMultiFlagPlace-sensorService-0-0} -> {ServiceCallMultiInactivePlace-sensorService-0} {ServiceClientRespPlace-sensorService-0} 
-tr {ServiceClientCallConnectTransition-pickService-0} {L-Ready} {ServiceTogglePlace-pickService-0} -> {ServiceClientCallConnectPlace-pickService-0} 
-tr {ServiceClientCallConnectTransition-pickService-1} {R-Ready} {ServiceTogglePlace-pickService-1} -> {ServiceClientCallConnectPlace-pickService-1} 
-tr {ServiceClientCallConnectTransition-placeService-0} {L-ObjectPicked} {ServiceTogglePlace-placeService-0} -> {ServiceClientCallConnectPlace-placeService-0} 
-tr {ServiceClientCallConnectTransition-placeService-1} {R-ObjectPicked} {ServiceTogglePlace-placeService-1} -> {ServiceClientCallConnectPlace-placeService-1} 
-tr {ServiceClientCallConnectTransition-sensorService-0} SensorCall {ServiceTogglePlace-sensorService-0} -> {ServiceClientCallConnectPlace-sensorService-0} 
-tr {ServiceClientCallTransition-pickService-0} {ServiceClientCallConnectPlace-pickService-0} -> {ServiceClientCallPlace-pickService-0} 
-tr {ServiceClientCallTransition-pickService-1} {ServiceClientCallConnectPlace-pickService-1} -> {ServiceClientCallPlace-pickService-1} 
-tr {ServiceClientCallTransition-placeService-0} {ServiceClientCallConnectPlace-placeService-0} -> {ServiceClientCallPlace-placeService-0} 
-tr {ServiceClientCallTransition-placeService-1} {ServiceClientCallConnectPlace-placeService-1} -> {ServiceClientCallPlace-placeService-1} 
-tr {ServiceClientCallTransition-sensorService-0} {ServiceClientCallConnectPlace-sensorService-0} -> {ServiceClientCallPlace-sensorService-0} 
-tr {ServiceClientRespConnectTransition-pickService-0} {ServiceClientRespConnectPlace-pickService-0} -> {L-ObjectPicked} {ServiceTogglePlace-pickService-0} 
-tr {ServiceClientRespConnectTransition-pickService-1} {ServiceClientRespConnectPlace-pickService-1} -> {R-ObjectPicked} {ServiceTogglePlace-pickService-1} 
-tr {ServiceClientRespConnectTransition-placeService-0} {ServiceClientRespConnectPlace-placeService-0} -> {L-ObjectPlaced} {ServiceTogglePlace-placeService-0} 
-tr {ServiceClientRespConnectTransition-placeService-1} {ServiceClientRespConnectPlace-placeService-1} -> {R-ObjectPlaced} {ServiceTogglePlace-placeService-1} 
-tr {ServiceClientRespConnectTransition-sensorService-0} {ServiceClientRespConnectPlace-sensorService-0} -> SensorResponse {ServiceTogglePlace-sensorService-0} 
-tr {ServiceClientRespTransition-pickService-0} {ServiceClientRespPlace-pickService-0} -> {ServiceClientRespConnectPlace-pickService-0} 
-tr {ServiceClientRespTransition-pickService-1} {ServiceClientRespPlace-pickService-1} -> {ServiceClientRespConnectPlace-pickService-1} 
-tr {ServiceClientRespTransition-placeService-0} {ServiceClientRespPlace-placeService-0} -> {ServiceClientRespConnectPlace-placeService-0} 
-tr {ServiceClientRespTransition-placeService-1} {ServiceClientRespPlace-placeService-1} -> {ServiceClientRespConnectPlace-placeService-1} 
-tr {ServiceClientRespTransition-sensorService-0} {ServiceClientRespPlace-sensorService-0} -> {ServiceClientRespConnectPlace-sensorService-0} 
-tr ShowFeedback FeedbackIn -> FeedbackDone 
-tr SortBlue {PD-0-SortBlue} ObjectPoolBlue -> BlueOut {PD-0-SortBlue} 
-tr SortGreen {PD-0-SortGreen} ObjectPoolGreen -> GreenOut {PD-0-SortGreen} 
-tr SortRed {PD-0-SortRed} ObjectPoolRed -> {PD-0-SortRed} RedOut 
-tr TransitionSafe SensorResponse -> Safe 
-tr TransitionUnsafe SensorResponse -> Unsafe 
-tr UnsafeToSensorCall Unsafe -> SensorCall 
-pl {CallbackCapacityPlace-LeftCellTopic-0-0} (10)
-pl {CallbackCapacityPlace-RightCellTopic-0-0} (10)
-pl {CallbackCapacityPlace-UITopic-0-0} (10)
-pl {DispatcherCapacityPlace-LeftCellTopic-0} (16)
-pl {DispatcherCapacityPlace-RightCellTopic-0} (16)
-pl {DispatcherCapacityPlace-UITopic-0} (16)
-pl {InputSignalFalsePlace-Blue} (1)
-pl {InputSignalFalsePlace-Green} (1)
-pl {InputSignalFalsePlace-PickFail} (1)
-pl {InputSignalFalsePlace-PickSuccess} (1)
-pl {InputSignalFalsePlace-PlaceFail} (1)
-pl {InputSignalFalsePlace-PlaceSuccess} (1)
-pl {InputSignalFalsePlace-Red} (1)
-pl {InputSignalFalsePlace-Sensor} (1)
-pl {InputSignalFalsePlace-Stop} (1)
-pl ObjectPoolBlue (1)
-pl ObjectPoolGreen (1)
-pl ObjectPoolRed (1)
-pl {PublisherCapacityPlace-LeftCellTopic-0} (10)
-pl {PublisherCapacityPlace-LeftCellTopic-1} (10)
-pl {PublisherCapacityPlace-RightCellTopic-0} (10)
-pl {PublisherCapacityPlace-UITopic-0} (10)
-pl {PublisherCapacityPlace-UITopic-1} (10)
-pl {ServiceCallMultiInactivePlace-pickService-0} (1)
-pl {ServiceCallMultiInactivePlace-pickService-1} (1)
-pl {ServiceCallMultiInactivePlace-placeService-0} (1)
-pl {ServiceCallMultiInactivePlace-placeService-1} (1)
-pl {ServiceCallMultiInactivePlace-sensorService-0} (1)
-pl {ServiceTogglePlace-pickService-0} (1)
-pl {ServiceTogglePlace-pickService-1} (1)
-pl {ServiceTogglePlace-placeService-0} (1)
-pl {ServiceTogglePlace-placeService-1} (1)
-pl {ServiceTogglePlace-sensorService-0} (1)
-pl Unsafe (1)
diff --git a/models/task-2/model-without-sync.pnml b/models/task-2/model-without-sync.pnml
deleted file mode 100644
index 779e16be26caf7d65fca9e87737b407fae333b8a..0000000000000000000000000000000000000000
--- a/models/task-2/model-without-sync.pnml
+++ /dev/null
@@ -1,986 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
-    <net id="FullModel" type="http://www.pnml.org/version-2009/grammar/ptnet">
-        <name>
-            <text>FullModel</text>
-        </name>
-        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-            <inputsignals>
-                <inputsignal>
-                    <inputsignalID>Red</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>Blue</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>Green</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>PickSuccess</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>PlaceSuccess</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>PickFail</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>PlaceFail</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>Stop</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-                <inputsignal>
-                    <inputsignalID>Sensor</inputsignalID>
-                    <initialvalue>false</initialvalue>
-                </inputsignal>
-            </inputsignals>
-        </toolspecific>
-        <page id="top">
-            <page id="SelectorPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                <place id="ObjectPoolRed">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorRed</subnet>
-                        <balloonMarking>
-                            <tokens>
-                                <token>{"color" : "green", "name" : "green1", "pickSuccess" : "false", "placeSuccess" : "false",
-                                        "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
-                            </tokens>
-                        </balloonMarking>
-                    </toolspecific>
-                    <initialMarking>
-                        <text>1</text>
-                    </initialMarking>
-                    <name>
-                        <text>ObjectPoolRed</text>
-                    </name>
-                </place>
-                <place id="ObjectPoolBlue">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorBlue</subnet>
-                        <balloonMarking>
-                            <tokens>
-                                <token>{"color" : "blue", "name" : "blue1", "pickSuccess" : "false", "placeSuccess" : "false",
-                                    "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
-                            </tokens>
-                        </balloonMarking>
-                    </toolspecific>
-                    <initialMarking>
-                        <text>1</text>
-                    </initialMarking>
-                    <name>
-                        <text>ObjectPoolBlue</text>
-                    </name>
-                </place>
-                <place id="ObjectPoolGreen">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorGreen</subnet>
-                        <balloonMarking>
-                            <tokens>
-                                <token>{"color" : "red", "name" : "red1", "pickSuccess" : "false", "placeSuccess" : "false",
-                                    "humanDetected" : "false", "sensorData" : "", "trace" : "", "locked" : "false" } </token>
-                            </tokens>
-                        </balloonMarking>
-                    </toolspecific>
-                    <initialMarking>
-                        <text>1</text>
-                    </initialMarking>
-                    <name>
-                        <text>ObjectPoolGreen</text>
-                    </name>
-                </place>
-                
-                <transition id="SortRed">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorRed</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause>(Red)</inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>SortRed</text>
-                    </name>
-                </transition>
-                <transition id="SortBlue">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorBlue</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause>(Blue)</inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>SortBlue</text>
-                    </name>
-                </transition>
-                <transition id="SortGreen">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorGreen</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause>(Green)</inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>SortGreen</text>
-                    </name>
-                </transition>
-                
-                <place id="RedOut">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorRed</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>RedOut</text>
-                    </name>
-                </place>
-                <place id="BlueOut">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorBlue</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>BlueOut</text>
-                    </name>
-                </place>
-                <place id="GreenOut">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>selector</node>
-                        <subnet>selectorGreen</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>GreenOut</text>
-                    </name>
-                </place>
-                
-                <arc id="a1" source="SortRed" target="RedOut">
-                </arc>
-                <arc id="a2" source="SortBlue" target="BlueOut">
-                </arc>
-                <arc id="a3" source="SortGreen" target="GreenOut">
-                </arc>
-                <arc id="a4" source="ObjectPoolRed" target="SortRed">
-                </arc>
-                <arc id="a5" source="ObjectPoolBlue" target="SortBlue">
-                </arc>
-                <arc id="a6" source="ObjectPoolGreen" target="SortGreen">
-                </arc>
-            </page>
-            
-            <transition id="LeftCellTopic">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>topicTransitionType</type>
-                    <topicName>LeftCellTopic</topicName>
-                    <publishers>
-                        <publisher>
-                            <id>RedOut</id>
-                            <limit>10</limit>
-                        </publisher>
-                        <publisher>
-                            <id>BlueOut</id>
-                            <limit>10</limit>
-                        </publisher>
-                    </publishers>
-                    <subscribers>
-                        <subscriber>
-                            <id>L-AwaitingControl</id>
-                            <limit>10</limit>
-                        </subscriber>
-                    </subscribers>
-                </toolspecific>
-                <name>
-                    <text>LeftCellTopic</text>
-                </name>
-            </transition>
-            <transition id="RightCellTopic">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>topicTransitionType</type>
-                    <topicName>RightCellTopic</topicName>
-                    <publishers>
-                        <publisher>
-                            <id>GreenOut</id>
-                            <limit>10</limit>
-                        </publisher>
-                    </publishers>
-                    <subscribers>
-                        <subscriber>
-                            <id>R-AwaitingControl</id>
-                            <limit>10</limit>
-                        </subscriber>
-                    </subscribers>
-                </toolspecific>
-                <name>
-                    <text>RightCellTopic</text>
-                </name>
-            </transition>
-            
-            <transition id="UITopic">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>topicTransitionType</type>
-                    <topicName>UITopic</topicName>
-                    <publishers>
-                        <publisher>
-                            <id>L-Done</id>
-                            <limit>10</limit>
-                        </publisher>
-                        <publisher>
-                            <id>R-Done</id>
-                            <limit>10</limit>
-                        </publisher>
-                    </publishers>
-                    <subscribers>
-                        <subscriber>
-                            <id>FeedbackIn</id>
-                            <limit>10</limit>
-                        </subscriber>
-                    </subscribers>
-                </toolspecific>
-                <name>
-                    <text>UITopic</text>
-                </name>
-            </transition>
-            
-            <page id="LeftControllerPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                
-                <place id="L-AwaitingControl">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-AwaitingControl</text>
-                    </name>
-                </place>
-                <place id="L-Ready">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-Ready</text>
-                    </name>
-                </place>
-                <place id="L-ObjectPicked">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-ObjectPicked</text>
-                    </name>
-                </place>
-                <place id="L-ObjectPlaced">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-ObjectPlaced</text>
-                    </name>
-                </place>
-                <place id="L-Done">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>L-Done</text>
-                    </name>
-                </place>
-                
-                <transition id="L-ReqControl-T">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause></inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>L-ReqControl-T</text>
-                    </name>
-                </transition>
-                
-                <transition id="L-EndControl-T">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>LeftController</node>
-                        <subnet>LC1</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause></inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>L-EndControl-T</text>
-                    </name>
-                </transition>
-                
-                <arc id="la1" source="L-AwaitingControl" target="L-ReqControl-T">
-                </arc>
-                <arc id="la2" source="L-ReqControl-T" target="L-Ready">
-                </arc>
-                <arc id="la3" source="L-ObjectPlaced" target="L-EndControl-T">
-                </arc>
-                <arc id="la4" source="L-EndControl-T" target="L-Done">
-                </arc>
-            </page>
-            
-            <page id="RightControllerPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                
-                <place id="R-AwaitingControl">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>RightController</node>
-                        <subnet>RC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>R-AwaitingControl</text>
-                    </name>
-                </place>
-                <place id="R-Ready">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>RightController</node>
-                        <subnet>RC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>R-Ready</text>
-                    </name>
-                </place>
-                <place id="R-ObjectPicked">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>RightController</node>
-                        <subnet>RC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>R-ObjectPicked</text>
-                    </name>
-                </place>
-                <place id="R-ObjectPlaced">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>RightController</node>
-                        <subnet>RC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>R-ObjectPlaced</text>
-                    </name>
-                </place>
-                <place id="R-Done">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>RightController</node>
-                        <subnet>RC1</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>R-Done</text>
-                    </name>
-                </place>
-                
-                <transition id="R-ReqControl-T">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>RightController</node>
-                        <subnet>RC1</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause></inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>R-ReqControl-T</text>
-                    </name>
-                </transition>
-                
-                <transition id="R-EndControl-T">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>RightController</node>
-                        <subnet>RC1</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause></inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>R-EndControl-T</text>
-                    </name>
-                </transition>
-                
-                <arc id="ra1" source="R-AwaitingControl" target="R-ReqControl-T">
-                </arc>
-                <arc id="ra2" source="R-ReqControl-T" target="R-Ready">
-                </arc>
-                <arc id="ra3" source="R-ObjectPlaced" target="R-EndControl-T">
-                </arc>
-                <arc id="ra4" source="R-EndControl-T" target="R-Done">
-                </arc>
-            </page>
-            
-            <page id="FeedbackPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                <place id="FeedbackIn">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>Feedback</node>
-                        <subnet>Feedback</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>FeedbackIn</text>
-                    </name>
-                </place>
-                
-                <transition id="ShowFeedback">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>Feedback</node>
-                        <subnet>Feedback</subnet>
-                        <type>discreteTransitionType</type>
-                        <inputsignalclause></inputsignalclause>
-                    </toolspecific>
-                    <name>
-                        <text>ShowFeedback</text>
-                    </name>
-                </transition>
-                
-                <place id="FeedbackDone">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <node>Feedback</node>
-                        <subnet>Feedback</subnet>
-                    </toolspecific>
-                    <name>
-                        <text>FeedbackDone</text>
-                    </name>
-                </place>
-                
-                <arc id="a7" source="FeedbackIn" target="ShowFeedback">
-                </arc>
-                <arc id="a8" source="ShowFeedback" target="FeedbackDone">
-                </arc>
-            </page>
-            
-            <transition id="PickServiceCall">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>serviceTransitionType</type>
-                    <serviceName>pickService</serviceName>
-                    <serverInput>PickInput</serverInput>
-                    <serverOutput>PickOutput</serverOutput>
-                    <serverCapacity>2</serverCapacity>
-                    <channels>
-                        <channel>
-                            <cid>c5</cid>
-                            <request>L-Ready</request>
-                            <response>L-ObjectPicked</response>
-                        </channel>
-                        <channel>
-                            <cid>c6</cid>
-                            <request>R-Ready</request>
-                            <response>R-ObjectPicked</response>
-                        </channel>
-                    </channels>
-                </toolspecific>
-                <name>
-                    <text>PickServiceCall</text>
-                </name>
-            </transition>
-            
-            <transition id="PlaceServiceCall">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>serviceTransitionType</type>
-                    <serviceName>placeService</serviceName>
-                    <serverInput>PlaceInput</serverInput>
-                    <serverOutput>PlaceOutput</serverOutput>
-                    <serverCapacity>2</serverCapacity>
-                    <channels>
-                        <channel>
-                            <cid>c7</cid>
-                            <request>L-ObjectPicked</request>
-                            <response>L-ObjectPlaced</response>
-                        </channel>
-                        <channel>
-                            <cid>c8</cid>
-                            <request>R-ObjectPicked</request>
-                            <response>R-ObjectPlaced</response>
-                        </channel>
-                    </channels>
-                </toolspecific>
-                <name>
-                    <text>PlaceServiceCall</text>
-                </name>
-            </transition>
-            
-            <page id="ExecutorPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                
-                <page id="PickService">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <type>serverPrototype</type>
-                        <serviceName>pickService</serviceName>
-                    </toolspecific>
-                    
-                    <place id="PickInput">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PickInput</text>
-                        </name>
-                    </place>
-                    <place id="Picking">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>Picking</text>
-                        </name>
-                    </place>
-                    <place id="PickOutput">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PickOutput</text>
-                        </name>
-                    </place>
-                    
-                    <transition id="Pick">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>Pick</text>
-                        </name>
-                    </transition>
-                    <transition id="PickingFail">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(PickFail)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PickingFail</text>
-                        </name>
-                    </transition>
-                    <transition id="PickingSuccess">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(PickSuccess)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PickingSuccess</text>
-                        </name>
-                    </transition>
-                    <transition id="PickingAbort">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PickingAbort</text>
-                        </name>
-                    </transition>
-                    <referencePlace id="PickSafeRef" ref="Safe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PickSafeRef</text>
-                        </name>
-                    </referencePlace>
-                    <referencePlace id="PickUnsafeRef" ref="Unsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PickService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PickUnsafeRef</text>
-                        </name>
-                    </referencePlace>
-                    <arc id="a15" source="PickInput" target="Pick">
-                    </arc>
-                    <arc id="a16" source="Pick" target="PickSafeRef">
-                    </arc>
-                    <arc id="a17" source="PickSafeRef" target="Pick">
-                    </arc>
-                    <arc id="a18" source="Pick" target="Picking">
-                    </arc>
-                    <arc id="a19" source="Picking" target="PickingFail">
-                    </arc>
-                    <arc id="a20" source="Picking" target="PickingSuccess">
-                    </arc>
-                    <arc id="a21" source="Picking" target="PickingAbort">
-                    </arc>
-                    <arc id="a22" source="PickingFail" target="PickOutput">
-                    </arc>
-                    <arc id="a23" source="PickingSuccess" target="PickOutput">
-                    </arc>
-                    <arc id="a24" source="PickingAbort" target="PickOutput">
-                    </arc>
-                    <arc id="a24n1" source="PickingAbort" target="PickUnsafeRef">
-                    </arc>
-                    <arc id="a24n2" source="PickUnsafeRef" target="PickingAbort">
-                    </arc>
-                </page>
-                
-                <page id="PlaceService">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <type>serverPrototype</type>
-                        <serviceName>placeService</serviceName>
-                    </toolspecific>
-                    
-                    <place id="PlaceInput">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceInput</text>
-                        </name>
-                    </place>
-                    <place id="Placing">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>Placing</text>
-                        </name>
-                    </place>
-                    <place id="PlaceOutput">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceOutput</text>
-                        </name>
-                    </place>
-                    
-                    <transition id="Place">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>Place</text>
-                        </name>
-                    </transition>
-                    <transition id="PlacingFail">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(PlaceFail)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PlacingFail</text>
-                        </name>
-                    </transition>
-                    <transition id="PlacingSuccess">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(PlaceSuccess)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PlacingSuccess</text>
-                        </name>
-                    </transition>
-                    <transition id="PlacingAbort">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceingAbort</text>
-                        </name>
-                    </transition>
-                    <referencePlace id="PlaceSafeRef" ref="Safe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceSafeRef</text>
-                        </name>
-                    </referencePlace>
-                    <referencePlace id="PlaceUnsafeRef" ref="Unsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>PlaceService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>PlaceUnsafeRef</text>
-                        </name>
-                    </referencePlace>
-                    <arc id="a25" source="PlaceInput" target="Place">
-                    </arc>
-                    <arc id="a26" source="Place" target="PlaceSafeRef">
-                    </arc>
-                    <arc id="a27" source="PlaceSafeRef" target="Place">
-                    </arc>
-                    <arc id="a28" source="Place" target="Placing">
-                    </arc>
-                    <arc id="a29" source="Placing" target="PlacingFail">
-                    </arc>
-                    <arc id="a30" source="Placing" target="PlacingSuccess">
-                    </arc>
-                    <arc id="a31" source="Placing" target="PlacingAbort">
-                    </arc>
-                    <arc id="a32" source="PlacingFail" target="PlaceOutput">
-                    </arc>
-                    <arc id="a33" source="PlacingSuccess" target="PlaceOutput">
-                    </arc>
-                    <arc id="a34" source="PlacingAbort" target="PlaceOutput">
-                    </arc>
-                    <arc id="a34n1" source="PlacingAbort" target="PlaceUnsafeRef">
-                    </arc>
-                    <arc id="a34n2" source="PlaceUnsafeRef" target="PlacingAbort">
-                    </arc>
-                </page>
-                
-                <page id="SafetyModel">
-                    <place id="Unsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <balloonMarking>
-                                <tokens>
-                                    <token>{ "color":"NONE","name":"NONE","pickSuccess":"false","placeSuccess":"false",
-                                        "humanDetected":"false","sensorData":"NONE","trace":"-safety", "locked" : "true" }
-                                    </token>
-                                </tokens>
-                            </balloonMarking>
-                        </toolspecific>
-                        <initialMarking>
-                            <text>1</text>
-                        </initialMarking>
-                        <name>
-                            <text>Unsafe</text>
-                        </name>
-                    </place>
-                    <place id="Safe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>Safe</text>
-                        </name>
-                    </place>
-                    <place id="SensorCall">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorCall</text>
-                        </name>
-                    </place>
-                    <place id="SensorResponse">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorResponse</text>
-                        </name>
-                    </place>
-                    
-                    <transition id="UnsafeToSensorCall">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>UnsafeToSensorCall</text>
-                        </name>
-                    </transition>
-                    <transition id="SafeToUnsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(Stop)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>SafeToUnsafe</text>
-                        </name>
-                    </transition>
-                    <transition id="TransitionSafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>TransitionSafe</text>
-                        </name>
-                    </transition>
-                    <transition id="TransitionUnsafe">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>TransitionUnsafe</text>
-                        </name>
-                    </transition>
-                    <transition id="SafeToSensorCall">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Executor</node>
-                            <subnet>SafetyModel</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>SafeToSensorCall</text>
-                        </name>
-                    </transition>
-                    
-                    <arc id="a49" source="Unsafe" target="UnsafeToSensorCall">
-                    </arc>
-                    <arc id="a50" source="UnsafeToSensorCall" target="SensorCall">
-                    </arc>
-                    <arc id="a51" source="Safe" target="SafeToUnsafe">
-                    </arc>
-                    <arc id="a52" source="SafeToUnsafe" target="Unsafe">
-                    </arc>
-                    <arc id="a53" source="SensorResponse" target="TransitionUnsafe">
-                    </arc>
-                    <arc id="a54" source="TransitionUnsafe" target="Unsafe">
-                    </arc>
-                    <arc id="a55" source="Safe" target="SafeToSensorCall">
-                    </arc>
-                    <arc id="a56" source="SafeToSensorCall" target="SensorCall">
-                    </arc>
-                    <arc id="a57" source="SensorResponse" target="TransitionSafe">
-                    </arc>
-                    <arc id="a58" source="TransitionSafe" target="Safe">
-                    </arc>
-                </page>
-            </page>
-            
-            <transition id="SensorServiceCall">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>serviceTransitionType</type>
-                    <serviceName>sensorService</serviceName>
-                    <serverInput>SensorIn</serverInput>
-                    <serverOutput>SensorOut</serverOutput>
-                    <serverCapacity>1</serverCapacity>
-                    <channels>
-                        <channel>
-                            <cid>c9</cid>
-                            <request>SensorCall</request>
-                            <response>SensorResponse</response>
-                        </channel>
-                    </channels>
-                </toolspecific>
-                <name>
-                    <text>SensorServiceCall</text>
-                </name>
-            </transition>
-        
-            <page id="SensorPage">
-                <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                    <type>nodePage</type>
-                </toolspecific>
-                
-                <page id="SensorService">
-                    <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                        <type>serverPrototype</type>
-                        <serviceName>sensorService</serviceName>
-                    </toolspecific>
-                    
-                    <place id="SensorIn">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorIn</text>
-                        </name>
-                    </place>
-                    <place id="SensorInter">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorInter</text>
-                        </name>
-                    </place>
-                    <place id="SensorOut">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                        </toolspecific>
-                        <name>
-                            <text>SensorOut</text>
-                        </name>
-                    </place>
-                    <transition id="GetSensorData">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause>(Sensor)</inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>GetSensorData</text>
-                        </name>
-                    </transition>
-                    <transition id="ProcessSensorData">
-                        <toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
-                            <node>Sensorics</node>
-                            <subnet>SensorService</subnet>
-                            <type>discreteTransitionType</type>
-                            <inputsignalclause></inputsignalclause>
-                        </toolspecific>
-                        <name>
-                            <text>ProcessSensorData</text>
-                        </name>
-                    </transition>
-                    <arc id="a59" source="SensorIn" target="GetSensorData">
-                    </arc>
-                    <arc id="a60" source="GetSensorData" target="SensorInter">
-                    </arc>
-                    <arc id="a61" source="SensorInter" target="ProcessSensorData">
-                    </arc>
-                    <arc id="a62" source="ProcessSensorData" target="SensorOut">
-                    </arc>
-                </page>
-            </page>
-        </page>
-    </net>
-</pnml>
diff --git a/tools/pnml-relast-flattener-fatjar-0.1.jar b/tools/pnml-relast-flattener-fatjar-0.1.jar
new file mode 100644
index 0000000000000000000000000000000000000000..f7e2fd81ac9da0e9859c224600f8a93df57130cb
Binary files /dev/null and b/tools/pnml-relast-flattener-fatjar-0.1.jar differ
diff --git a/tools/pnml-relast-splitter-fatjar-0.4.jar b/tools/pnml-relast-splitter-fatjar-0.4.jar
new file mode 100644
index 0000000000000000000000000000000000000000..861b846352e72362043256e4d4a828c896da409f
Binary files /dev/null and b/tools/pnml-relast-splitter-fatjar-0.4.jar differ
diff --git a/tools/tina-3.7.0/CHANGES b/tools/tina-3.7.0/CHANGES
new file mode 100644
index 0000000000000000000000000000000000000000..412e0af9dd4a36e60ae342ff8d0304039bb580f3
--- /dev/null
+++ b/tools/tina-3.7.0/CHANGES
@@ -0,0 +1,435 @@
+Changes from 3.0.0 to current:
+-----------------------------
+
+Now summarized on http://www.laas.fr/tina/news.php
+
+
+Changes from 2.10.0 to 3.0.0:
+-----------------------------
+
+In addition to  bug fixes and many improvements  of 2.10.0 tools, Tina
+version 3.0.0 introduces five new tools:
+
+frac -- support  for high-level descriptions in Fiacre:  As of version
+2.9.0, tina supports an extension of Time Petri Nets with data actions
+and  preconditions specified  in C  (see  the description  of the  tts
+format in manual pages).  A higher level notation is now available, in
+a language called Fiacre.  Fiacre  descriptions can be compiled to tts
+descriptions  accepted by  tina by  a dedicated  compiler,  Frac.  The
+Fiacre language and the Frac compiler are described and made available
+in a companion site (http://www.laas.fr/fiacre).
+
+sift: it is a specialization of  the tina tool, it offers less options
+than tina  but implements them  more efficiently; sift is  faster than
+tina and  makes use  of considerably less  space. sift also  allows to
+check reachability properties on the fly.
+
+pathto: a utility  program; given a kripke transition  system in a ktz
+file and  a target state,  pathto computes and  prints a path  to that
+state. pathto  is mostly useful for for  building transition sequences
+leading to counter-example states computed by sift.
+
+play: allows to  simulate net descriptions in all  formats accepted by
+tina.   Its capabilities  are  similar  to those  provided  by the  nd
+stepper except that play may also simulate .tts descriptions.
+
+muse:  (in progress) a  modal mu-calculus  model checker  operating on
+kripke transition systems represented in .ktz format.
+
+Check the  Fiacre pages and the  manual pages in  directories doc/* of
+the distributions for usage details.
+
+
+Changes from 2.9.0 to 2.10.0:
+-----------------------------
+
+The standard tina distribution  now supports the "Stopwatch Time Petri
+nets", formerly  in a specific distribution, introduced in paper:
+
+  B. Berthomieu, D. Lime, O. H. Roux, F. Vernadat,
+  Reachability Problems and Abstract State Spaces for Time Petri Nets
+  with Stopwatches,
+  Journal of Discrete Event Dynamic Systems 17:133-158, 2007.
+
+
+Changes following the support of stopwatches:
+
+- The graphic  editor and  all net formats  support two more  types of
+arc: stopwatch arcs and stopwatch-inhibitor arcs.  These arcs serve to
+stop/resume the clock of their target transition.
+
+- In the  textual .net format, stopwatch  and stopwatch-inhibitor arcs
+are  specified  like  read  and  inhibitor  arcs,  respectively,  just
+replacing symbol "?" by "!", as in e.g.:
+
+            tr t0 [4,5] p1 p2!1 -> p3*3
+            tr t1 [3,w[ p6 p5!-3 -> p8 
+
+The tool tina has two extra flags:
+
+- flag  -grid  n/d specifies  a  grid  size  for overapproximation  of
+temporal domains (default none) in presence of stopwatches.
+
+- flag  -pk   (1|2|3)  specifies  the  format   of  inequality  system
+coefficients   and  constants   in  state   classes  in   presence  of
+stopwatches: 1 means 32 bit (fast but high risks of overflow), 2 means
+64  bits (default),  3  means arbitrary  precision  integers (may  not
+overflow, but computationally expensive).
+
+Support  of  stopwatches   currently  suffers  some  restrictions.  In
+particular:
+
+- Some constructions are not implemented  for SwTPN's yet; tina modes
+  -D/-F/-U/-A are not supported;
+
+- Unbounded static intervals are not supported for SwTPNs in mode -S;
+
+- The  plan tool does not support stopwatch arcs yet,  so the  counter
+  examples computed by the model checker cannot be timed (nor reloaded
+  into the nd stepper if using selt from nd);
+
+Finally, it  should be stressed  than computation of state  classes of
+SwTPN's is not  guaranteed to terminate in general,  unless the net is
+intrinsically bounded  AND some grid  size is specified by  flag -grid
+(check the above papers for details). Also, computing state classes in
+presence of stopwatches can be very slow and space consuming.
+
+
+The other changes include:
+
+- nd:  The nd  editor  now  provides a  toolbar.   The former  graphic
+bindings are still supported (when toolbar is in selection mode).  The
+graphic bindings  have been cleaned  up, specially on MacOS;  they are
+recalled  in the  nd  window on  startup.   Check nd->preferences  for
+options;
+
+- tools:   besides  bug   fixes  and   many  optimizations,   flag  -s
+(boundedness test) of tina now has  two options only: -s 0 removes any
+boundedness  check, -s 1  (default) checks  a necessary  condition for
+unboundedness of the underlying petri net (omitting time constraints).
+-s 1  is cheap but with  a small risk  of non termination; for  a true
+boundedness  check on  untimed  nets,  one should  use  the costly  -C
+option (on untimed nets).
+
+- the pnml parser now handles pages (one page actually);
+
+
+Changes from 2.8.4 to 2.9.0:
+-----------------------------
+
+Besides  many   improvements,  it  introduces   static  priorities:  A
+transition is  firable at  some instant if  no transition  with higher
+priority is  firable at the  same instant.  In absence  of priorities,
+2.9.0  behaves  exactly  like  2.8.4  (in  spite  of  minor  ergonomic
+differences) and is fully upward-compatible.
+
+- Priorities  may be  specified graphically,  by drawing  arcs between
+transitions, from  that with higher  priority, or textually  with "pr"
+declarations  (check doc/formats/net.txt  for details).   The priority
+relation is the transitive closure  of the specified relation, it must
+be irreflexive.  All tools  support priorities, but priorities are not
+meaningfull in  all state space abstractions  (notably in coverability
+graphs (-C)  and state classes (-W)).  The  adequate constructions for
+handling priorities are the reachability graph (mode -R) in absence of
+time constraints and the strong state class graph (or zone graph, mode
+-S) with time constraints.  More constructions will support priorities
+in  the  future  (including  covering  state graphs  (mode  -V)).   By
+default, the state space  abstraction tool selects a construction that
+handles all features present in the net.
+
+- The nd  editor and other  tools have been  improved in an  number of
+ways  favoring robustness, ease  of use  and performances.
+
+
+Changes from 2.8.0 to 2.8.4:
+-----------------------------
+
+Besides bug fixes and many  small improvements, the changes from 2.8.0
+to 2.8.4 essentially concern the tina tool:
+
+- New tina  modes (tina -D/-F/-F1) provides three  variants of Louchka
+Popova's "essential states" construction;
+
+- Constructions  -S,  -A and  -U  have  been  improved for  nets  with
+unbounded firing  intervals: instead of the  "clock domain relaxation"
+defined in our TACAS'03 paper, these constructions now use the simpler
+"normalization" operation proposed by Hadjidj/Boucheneb;
+
+- A variant of  the coverability tree construction (-Cm  n) allows one
+to set a marking threshold for unbounded places (see the man pages for
+details);
+
+Though this is  not documented yet, Tina 2.8.4  also supports (for all
+targets) a  form of "predicate/action" Time Petri  net: predicates and
+actions over  some data  may be associated  with the transitions  of a
+net, written in C. Some tutorial examples are available.
+
+Finally, an experimental version  of Tina is available, called SwTina.
+SwTina supports  an extension of  Time Petri nets with  suspension and
+resumption of transitions, called "Stopwatch Time Petri nets".  Please
+check  the  page   http://www.laas.fr/tina/next.php  for  details  and
+pointers.
+
+
+Changes from 2.7.4 to 2.8.0:
+-----------------------------
+
+tina-2.8.0 brings a number of new features and three new tools, all
+brielfly described below.
+
+PNML support:
+=============
+
+(check doc/formats/pnml.txt for futher information)
+
+Tina 2.8.0 provides a preliminary  support for PNML. PNML support will
+follow evolutions of the PNML  standard. The version of PNML currently
+supported  are  BasicPNML   and  its  extension  (TPNPNML)  informally
+described below. The TPNPNML extends Basic PNML as follows:
+
+- In the "graphics" element of a node, one may add an offset specification
+  interpreted as the position of the node id, relative to the node.
+  e.g.	<offset x=... y=... />
+
+- arcs may have an optional "type" element, one of normal, inhibitor, test;
+  e.g.	<type value="test"/>
+
+- Any transition may have a "delay" element, specifying a time interval in
+  the style of MathML intervals, and optionally some position relative to
+  the transition.
+
+  e.g. (check doc/formats/pnml.txt for other examples) interval [4,9],
+  positionned (-10,0) relative to the transition is specified as follows
+  (note the "closure" attribute in the interval line):
+
+  <delay>
+   <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+    <cn>4</cn>
+    <cn>9</cn>
+   </interval>
+   <graphics>
+    <offset x="-10" y="0" />
+   </graphics>
+  </delay>
+
+The tools tina, struct, and the new plan tool, natively read BasicPNML
+and its above extension. The nd editor may import from, and export to,
+the above  format. The new ndrio  tool can convert  between .pnml .ndr
+and .net formats. PNML support will follow evolutions of the PNML standard.
+
+Generalized inhibitor arcs and test (read) arcs:
+================================================
+
+All tools now support generalized inhibitor arcs and test (read) arcs.
+The .aut and .ndr formats have been extended to support these features
+(check   formats/net.txt   and   formats/ndr.txt   for  up   to   date
+descriptions).  The .pnml TPN format also supports these.
+
+To specify  a test (resp.   inhibitor) arc in  .net or .ndr,  one must
+specify  its weight  and  uses  "?"  (resp.   "-?")   instead of  "*".
+e.g. in  the following line,  p1*3 defines a  normal arc of  weight 3,
+p2?4 a test arc of weight 4, and p3?-2 an inhibitor arc of weight 2.
+
+   tr t1 p1*3 p2?4 p3?-2 -> p4*5
+   tr t2 p2?4 p5 -> p6
+
+In the nd graphic editor, clicking  <3> on an arc allows to select its
+type together with its weight.
+
+NOTE: The boundedness proprety  is undecidable for nets with inhibitor
+arcs. However,  tina still  uses the usual  stopping test  by default,
+that provides  here a sufficient  only condition for  boundedness.  If
+desired, one  one may cancel it  (option -s 0) and  optionnaly use the
+limit flags to enforce termination.
+
+The net scripting language tpn:
+===============================
+
+In  addition to  format .net,  .ndr and  .pnmml, the  tina-2.8.0 tools
+support a  simple scripting language  for building Time Petri  nets by
+composition of  smaller nets.
+
+The  .tpn  format   extends  both  .net  and  .ndr,   its  syntax  and
+interpretation are defined in  file formats/tpn.txt. In short, the tpn
+format allows one to build nets by composing net elements specified in
+.net and/or  .ndr, composition operations  rely upon the .net  or .ndr
+labels. When nd,  tina, or another tool, reads a  .tpn files, the file
+is interpreted on the fly. The composition operations are:
+
+   - merge n : juxtaposition of nets (without fusion)
+   - sync n  : composition by transitions (synchronous)
+   - chain n : composition by places
+   - ren ... : renaming and hiding of labels
+
+The .tpn  format will  probably be extended  in future  versions. Some
+example nets can be found in directory nets/tpn_examples.
+
+New syntax for defining labels in .net:
+=======================================
+
+A mode convenient syntax is provided for declaring place or transition
+labels in .net  files.  That notation will replace  in future releases
+the obsolete "lb" declarations. e.g.
+
+to assign label {TRANS 34} to transition t1, one had to write in 2.7.4:
+
+		tr t1 [3,4[ p1 -> p2
+                lb t1 {TRANS 34}
+	
+In 2.8.0, these two lines are equivalent to:
+
+		tr t1 : {TRANS 34} [3,4[ p1 -> p2
+	
+Changes to the tina tool:
+=========================
+
+In addition to  the support of PNML, and  inhibitor/read arcs, two new
+flags, -lt  and -ls  allows one to  output transition systems  (in any
+output format) labelled by node labels rather than node names. This is
+particularly useful in conjunction with CADP.
+
+Also, performances have been improved for all constructions, specially
+for nets with a large number of transitions.
+
+Changes to the struct tool:
+===========================
+
+Now accepts  net descriptions  in .pnml or  .tpn formats as  well (see
+above).  Structural analysis is performed on nets with their inhibitor
+and read arcs removed.
+
+New tool, selt:
+===============
+
+This new tool is a model checker for a variant of State/Event-LTL with
+integer  state/transition properties.  The  tool operates  on extended
+Kripke transition systems in .ktz format (as built by tina with option
+-k), and model  checks the ktz read against  extended S/E-LTL formula.
+To give an idea, the following  are examples of legal selt commands:
+
+    [] (3*p1 + 4*p2 - p3 >= 7);	         (checks a marking invariant)
+    infix x follows y = [] (y => <> x);  (declares follows)
+    t5 follows (p5 >= 4);		 (a mixed state/trans formula)
+
+Check the  selt man page (doc/man/mann/selt.n)  or in doc/txt/selt.txt
+for a full description.
+
+For  translation of  LTL formula  to  Buchi automata,  selt relies  on
+ltl2ba,   a    tool   developped    by   Didier   Oddoux    at   Liafa
+(http://www.liafa.jussieu.fr/~oddoux).
+
+New tool, ndrio:
+================
+
+This new tool converts between net descriptions in formats .net, .ndr,
+.tpn and  .pnml. When  converting from a  textual format to  a graphic
+one, a drawing  tool may be specified (one  of graphplace, dot, neato,
+circo).
+
+Check   the   ndrio   man   page   (doc/man/mann/ndriot.n)   or   file
+doc/txt/ndrio.txt for a full description.
+
+New tool, plan:
+==============
+
+This  tool  accepts  as  arguments  a net  and  a  firable  transition
+sequence, and, according to other options, produces a characterisation
+of all firing  schedules having this sequence as  support, or a single
+such  firing   schedule.  This  tool  is   particularly  helpful  when
+model-checking  Time Petri nets,  it allows  to transform  the untimed
+counter examples produced by selt into firable firing schedules (times
+firing sequences) loadable into the nd simulator for replay.
+
+---------------------------------------------------------------------------
+
+CHANGES from V2.7.2 to 2.7.4:
+-----------------------------
+
+2.7.4  mainly improves  the  nd editor  and  stepper simulator.  Also,
+installation on Windows is simpler. The changes are:
+
+* [nd]   Now   provides   selection,   with  standard   bindings   and
+Cut/Copy/Paste/Move facilities for node groups.
+
+* [nd]   Several  nets  can   be  merged   into  the   graphic  buffer
+(File->include->...).
+
+* [nd] Nodes in the graphic  buffer can be fused (superpose them, then
+use Button 3);
+
+* [nd]   Generic  facilities   allows  one   to  invoke   his/her  own
+applications from  the tools menu,  provided they operate on  files in
+the formats recognized by nd, check (Tools->how to ...) for details.
+
+Available plugins  for nd using  these features will be  advertized in
+the new Friends page, if desired.
+
+* [nd]  The  stepper  simulator  has  been  much  improved,  in  look,
+behavior, and functions for replaying scenarios
+
+* [tools]  On windows,  the cygwin  library  is no  more needed,  just
+download and run.
+
+* [tools]: A new flag (-wp) controls generation of temporal divergence
+information in lts outputs (check  the man pages for details). The ktz
+format captures that information.
+
+
+---------------------------------------------------------------------------
+
+CHANGES from V2.7.0 to 2.7.2:
+-----------------------------
+
+For Linux/Windows/Solaris, 2.7.2 is  essentially a bug fixes and clean
+up release.  The real novelty is  availability of a  version for MacOS
+X. The changes are:
+
+* [nd+tools] Now available for MacIntoshes  under MacOS X. The MacOS X
+release comes with two versions of the editor, one runs under X11, and
+the  other runs  under  the  native Aqua  graphic  system. Check  file
+INSTALL in the distribution for details.
+
+* [nd]  Now runs  with the  latest,  and much  faster, Tcl/Tk  version
+8.4. To ease installation, the editor  is now deployed as a standalone
+application  only. Problems  with management  of temporary  files have
+been solved.
+
+
+
+---------------------------------------------------------------------------
+
+CHANGES FROM V2.6,. to V2.7.0 :
+-------------------------------
+
+Version 2.7.0  brings major  improvements over previous  releases. The
+major changes are:
+
+* [nd] Includes  a stepper simulator. One  may animate a  Petri net or
+Time Petri net without leaving the editor;
+
+* [tina and struct] Overall  performances improvements due to a change
+of compiler.   
+
+* [tools] Installation  and command line usages are  easier since tina
+and struct are now standalone executables;
+
+* [tina]  Improved algorithmics  for  constructions -S  (SSCG) and  -A
+(ASCG);
+
+* [tina] New modes -M (preserves markings), -E (preserves states), and
+-Vq (checks quasi-liveness);
+
+* [struct] Now  offers a choice  of algorithms for computing  flows or
+semiflows;
+
+
+---------------------------------------------------------------------------
+
+CHANGES FROM V2.0 to V2.6.6:
+---------------------------
+
+(dropped)
+
+
+---------------------------------------------------------------------------
+
diff --git a/tools/tina-3.7.0/INSTALL b/tools/tina-3.7.0/INSTALL
new file mode 100644
index 0000000000000000000000000000000000000000..c0ed8edd45ff8a5567a018694ecb94b131d9786a
--- /dev/null
+++ b/tools/tina-3.7.0/INSTALL
@@ -0,0 +1,92 @@
+Installation instructions for Linux or Solaris.
+
+
+1. prerequisites:
+-----------------
+
+None.
+
+
+2. installing the toolbox:
+--------------------------
+
+Download and  unpack the tina  distribution. This creates  a hierarchy
+rooted  at tina-3.X.Y.   The binaries  are in  subdirectory  bin.  The
+editor  is "nd".
+
+The man pages are in  doc/man/mann, a quick installation in tcsh is e.g.
+	setenv MANPATH <tinadir>/doc/man:$MANPATH
+Directory doc/txt holds text only copies of these.
+
+To  use  the tools  standalone,  you  may wish  to  add  the tina  bin
+directory to the PATH environment variable, and the tina lib directory
+(if any) to  variable LD_LIBRARY_PATH. This is not  required for using
+the tools from  the editor, however.  Alternatively, nd  and the tools
+can  be  moved or  copied  at  some  standard place  (e.g.   /usr/bin)
+provided all the contents of the tina bin directory is moved or copied
+there. Similarly, the libraries could be moved to /usr/lib and the man
+pages to /usr/man/mann.
+
+The nd  graphic editor assumes  a 3-button mouse is  present. Bindings
+for  emulating a  3-button  mouse with  a  2-button mouse  or pad  are
+built-in: the  Middle button is simulated  by Shift-RightButton. Click
+Help->nd help for information on the graphic bindings.
+
+
+3. drawing filters:
+-------------------
+
+Nd can draw nets or  automata from textual descriptions, provided some
+placement filters  are installed.  Nd has builtin  interfaces for four
+filters :  graphplace, dot, neato  and circo. Graphplace and  dot play
+somewhat the  same role  and are suitable  for drawing dags;  neato is
+best suited for drawing graphs  with cycles; circo attempts a circular
+layout.
+
+Graphplace is bundled  with nd. It is a program  by Jos van Eijndhoven
+at Eindhoven University of Technology, available in source form at:
+	ftp://ftp.es.ele.tue.nl/pub/users/jos/graphplace.tar.gz
+
+Filters  dot, neato  and  circo are  part  of the  AT&T graph  drawing
+package  Graphviz.  Graphviz  is  available  precompiled  for  various
+platforms at:
+	http://www.graphviz.org
+
+For convenience,  stripped down versions  of dot, neato and  circo are
+bundled with the tina distributions.  If Graphviz is already installed
+on your system,  then you may wish to delete the  versions in the tina
+bin directory, and make the installed filters reachable from your PATH
+instead.
+
+
+4. bcg support:
+---------------
+
+Format  bcg  is one  of  the formats  supported  by  the CADP  toolbox
+(available at http://www.inrialpes.fr/vasy/cadp).  Bcg support is only
+available on linux and windows versions (please contact us if you need
+bcg support for other targets).  It first requires to properly install
+the CADP  toolset on your machine,  then you must  compile and install
+libbcg.so  (on linux),  or  libbcg.dll (on  windows)  as explained  in
+extras/bcgsupport/README.
+
+
+5. pnml support:
+----------------
+
+As  of 2.8.0,  the  tina tools  support  the PNML  (Petri Nets  Markup
+Language) format as  an alternative to .net or  .ndr. The PNML support
+is still evolving,  check the formats man page  for details about PNML
+support by tina.
+
+
+6. help, feedback:
+------------------
+
+Please report bugs or other problems to the author at bernard@laas.fr.
+All comments/questions are also welcome on the tina-users forum:
+
+	register at url: http://sympa.laas.fr/wws/info/tina-users
+	post at address: tina-users@laas.fr	
+
+Enjoy,
diff --git a/tools/tina-3.7.0/README b/tools/tina-3.7.0/README
new file mode 100644
index 0000000000000000000000000000000000000000..0d91c5ca1f23cd21084283361988c76c919e8288
--- /dev/null
+++ b/tools/tina-3.7.0/README
@@ -0,0 +1,154 @@
+ABOUT TINA :
+------------
+
+Tina (TIme petri Net Analyzer) is  a toolbox for the analysis of Petri
+Nets and Time Petri Nets. The latest version of Tina may be downloaded
+from the web page www.laas.fr/tina, tab Download.
+
+At that time, the toolbox includes:
+
+nd (NetDraw) : Time Petri net and Automata editor.
+~~~~~~~~~~~~~~
+Allows one to create a {Time} Petri nets, in textual or graphical form.
+Interfaced with some of the following tools.
+
+tina : construction of reachability graphs.
+~~~~~~
+Depending upon the  option retained, builds (references at  the end of
+file):
+
+The coverability graph of a Petri net, by the Karp and Miller technique.
+
+The  markings reachability  graph of  a  Petri net  (untimed, or  with
+timing information discarded).
+
+The covering  step graph  of a Petri  net, according to  the technique
+introduced in (6,7), preserving various properties.
+
+The partial marking  graph of a Petri net  according to the persistent
+sets method,  as well as  three experimental variants of  it combining
+persistent sets and covering steps, described in (8).
+
+Various  state space  abstractions for  Time Petri  nets  (state class
+graphs),  following the  techniques introduced  in (1,2),  and further
+refined  in (3,5).   Depending  on option  selected, the  construction
+perserves markings, states, LTL  properties, or CTL* properties of the
+concrete state space of the Time Petri net.
+
+sift: Construction and checking of reachability graphs.
+~~~~~
+Sift is  a specialized version of  tina supporting in  addition on the
+fly verification  of reachability  properties. If offers  less options
+than  tina but  is  typically faster  and  requires considerably  less
+space.
+
+struct :  structural analysis of Petri nets.
+~~~~~~~
+Computes  generator sets  for  semi-flows or  flows  on places  and/or
+transitions  of  a Petri  net.   Also  determines  the invariance  and
+consistency properties.
+
+path : path analysis of Time Petri nets.
+~~~~~~
+Given a  firable sequence of  transitions, this tool computes  all, or
+one of, depending  on options, firing schedule that  has this sequence
+as support.
+
+selt : A State/Event LTL model checker.
+~~~~~~
+This tool checks a Kripke  transition system against S/E-LTL formulas,
+interactively or in batch mode.   Produce counter examples reusable by
+the nd  stepper. For converting  S/E-LTL formula into  Buchi automata,
+selt  relies on  the spin  converter (bundled)  or on  Oddoux/Gastin's
+ltl2ba (www.lsv.fr/~gastin/ltl2ba).
+
+muse: A modal mu-calculus model checker.
+~~~~~
+Model  checks a  Kripke transition  systems against  modal mu-calculus
+formula.  Muse computes the set of states obeying some formula. A path
+to some  state can then be  computed using the pathto  and plan tools,
+and that path replayed on the model using tool play or the nd stepper.
+
+play: Stepper simulator.
+~~~~~
+Allows to simulate interactively and  step by step net descriptions in
+all formats accepted  by tina.  Its capabilities are  similar to those
+of the  nd stepper except that  play may also  simulate nets augmented
+with data processing (in tina tts format).
+
+pathto: Path finder.
+~~~~~~~
+A utility tool computing the path to some state in a  kripke transition system.
+
+ndrio : conversion tool for nets.
+~~~~~~~
+A tool for  converting Petri nets and Time  Petri nets between various
+formats, including tina formats .net, .ndr and .tpn, and .pnml.
+
+ktzio : conversion tool for transition systems.
+~~~~~~~
+A  tool   for  converting  labelled  transition   systems  (or  Kripke
+transition  systems) between various  formats, including  formats .ktz,
+.aut, .bcg, .mec, and textual formats.
+
+frac: Fiacre to tina tts compiler.
+~~~~~
+A companion  tool, not distributed  with the toolbox but  available at
+the companion site "http://projects.laas.fr/fiacre".  Fiacre is a high
+level description language for real time systems; frac compiles Fiacre
+descriptions into Time Petri nets enriched with data processing (in tina
+tts format) that can then be checked with the TINA tools.
+
+
+INSTALLATION:
+------------
+
+Read file INSTALL  for installation notes, 
+man pages in various formats are found in directory doc.
+
+The Tina toolbox is property of LAAS-CNRS, 7, avenue du Colonel Roche,
+31077, Toulouse.   For any comments, bug reports  or specific demands,
+please contact the author at bernard.berthomieu@laas.fr.
+
+The binary distributions  of the Tina toolbox may  be freely installed
+and used.  The software is  distributed "as is", without warranties or
+conditions of any kind.
+
+
+REFERENCES : (please check www.laas.fr/tina, tab papers, for updates)
+------------
+
+(1) B.  Berthomieu, M. Menasche, An Enumerative Approach for Analyzing
+    Time Petri Nets, IFIP Congress 1983, Paris, 1983.
+
+(2) B.   Berthomieu,  M.   Diaz,  Modeling and  verification  of  time
+    dependent  systems using  time Petri  nets.  IEEE  Transactions on
+    Software Engineering, 17(3), 1991.
+
+(3) B. Berthomieu, La m�thode des Classes d'�tats pour l'Analyse des R�seaux
+    Temporels - Mise en Oeuvre, Extension � la multi-sensibilisation.
+    Mod�lisation des Syst�mes R�actifs, MSR'2001, Hermes, 2001.
+
+(4) B.  Berthomieu,  P.-O.  Ribet,  F.  Vernadat,  The  tool  TINA  --
+    Construction  of Abstract  State Spaces  for Petri  Nets  and Time
+    Petri Nets, International Journal of Production Research, Vol. 42,
+    No 4, July 2004.
+
+(5) B. Berthomieu, F. Vernadat, State class constructions for branching
+    analysis of Time Petri nets, TACAS 2003. Springer Verlag LNCS 2619,
+    2003.
+
+(6) F. Vernadat, P. Az�ma, F. Michel, Covering Step Graph, Application
+    and Theory of Petri Nets 96, Springer Verlag LNCS 1091, 1996.
+
+(7) F. Vernadat, F. Michel, Covering Step Graph Preserving Failure Semantics,
+    Application and Theory of Petri Nets 97, Springer-Verlag LNCS 1248, 1997.
+
+(8) P-O. Ribet, F. Vernadat, B. Berthomieu, On Combining the Persistent Set
+    Method with the Covering Step Graph Method, FORTE 2002, Springer Verlag
+    LNCS 2529, 2002.
+
+(9) B.  Berthomieu,   P.-O.  Ribet,  F.  Vernadat,   L'outil  TINA  --
+    Construction d'espaces d'�tats abstraits pour les r�seaux de Petri
+    et r�seaux Temporels, Mod�lisation des Syst�mes R�actifs, MSR'2003,
+    Hermes, 2003.
diff --git a/tools/tina-3.7.0/bin/circo b/tools/tina-3.7.0/bin/circo
new file mode 100755
index 0000000000000000000000000000000000000000..87c1161cf517bc65c3b12a91913c1488140684ae
Binary files /dev/null and b/tools/tina-3.7.0/bin/circo differ
diff --git a/tools/tina-3.7.0/bin/dot b/tools/tina-3.7.0/bin/dot
new file mode 100755
index 0000000000000000000000000000000000000000..87c1161cf517bc65c3b12a91913c1488140684ae
Binary files /dev/null and b/tools/tina-3.7.0/bin/dot differ
diff --git a/tools/tina-3.7.0/bin/graphplace b/tools/tina-3.7.0/bin/graphplace
new file mode 100755
index 0000000000000000000000000000000000000000..f329fd4e7649bd660054ff133480f2211432ba35
Binary files /dev/null and b/tools/tina-3.7.0/bin/graphplace differ
diff --git a/tools/tina-3.7.0/bin/ktzio b/tools/tina-3.7.0/bin/ktzio
new file mode 100755
index 0000000000000000000000000000000000000000..32dc97ca26a7f262f3bbe7940622930e170b85fd
Binary files /dev/null and b/tools/tina-3.7.0/bin/ktzio differ
diff --git a/tools/tina-3.7.0/bin/ltl2nc b/tools/tina-3.7.0/bin/ltl2nc
new file mode 100755
index 0000000000000000000000000000000000000000..393607b74b78a408483220520c89b91c2c52dd7c
Binary files /dev/null and b/tools/tina-3.7.0/bin/ltl2nc differ
diff --git a/tools/tina-3.7.0/bin/mcc b/tools/tina-3.7.0/bin/mcc
new file mode 100755
index 0000000000000000000000000000000000000000..be1241a066ecb9546c342c72648180ac2f9a37e7
Binary files /dev/null and b/tools/tina-3.7.0/bin/mcc differ
diff --git a/tools/tina-3.7.0/bin/muse b/tools/tina-3.7.0/bin/muse
new file mode 100755
index 0000000000000000000000000000000000000000..750d4e6a9cb6dc79164ea4db71723caabfc3b4d7
Binary files /dev/null and b/tools/tina-3.7.0/bin/muse differ
diff --git a/tools/tina-3.7.0/bin/nd b/tools/tina-3.7.0/bin/nd
new file mode 100755
index 0000000000000000000000000000000000000000..fcca4d87f7d0c049e7a8e723037353a4359df608
Binary files /dev/null and b/tools/tina-3.7.0/bin/nd differ
diff --git a/tools/tina-3.7.0/bin/ndrio b/tools/tina-3.7.0/bin/ndrio
new file mode 100755
index 0000000000000000000000000000000000000000..51f4ea58eec9ce8a2d55bb2437982cec1403cdaf
Binary files /dev/null and b/tools/tina-3.7.0/bin/ndrio differ
diff --git a/tools/tina-3.7.0/bin/neato b/tools/tina-3.7.0/bin/neato
new file mode 100755
index 0000000000000000000000000000000000000000..87c1161cf517bc65c3b12a91913c1488140684ae
Binary files /dev/null and b/tools/tina-3.7.0/bin/neato differ
diff --git a/tools/tina-3.7.0/bin/pathto b/tools/tina-3.7.0/bin/pathto
new file mode 100755
index 0000000000000000000000000000000000000000..956f53519543c0a439af7019be24405cf8296236
Binary files /dev/null and b/tools/tina-3.7.0/bin/pathto differ
diff --git a/tools/tina-3.7.0/bin/plan b/tools/tina-3.7.0/bin/plan
new file mode 100755
index 0000000000000000000000000000000000000000..0f0302c0a0d70611ed2df0520d4f438f729feca7
Binary files /dev/null and b/tools/tina-3.7.0/bin/plan differ
diff --git a/tools/tina-3.7.0/bin/play b/tools/tina-3.7.0/bin/play
new file mode 100755
index 0000000000000000000000000000000000000000..350599fcb0796ea2a8e421bf786d6772a84b7246
Binary files /dev/null and b/tools/tina-3.7.0/bin/play differ
diff --git a/tools/tina-3.7.0/bin/plughelp b/tools/tina-3.7.0/bin/plughelp
new file mode 100755
index 0000000000000000000000000000000000000000..285f3f6c5bc07d7a42004a9418eb29c5779d8e63
--- /dev/null
+++ b/tools/tina-3.7.0/bin/plughelp
@@ -0,0 +1,162 @@
+#!/bin/sh
+#
+echo " 
+As of  Version 2.7.4, nd offers  the users the  capability of invoking
+their own  tools from  nd; this file  explains how to  proceed.  These
+tools may be  for instance transformation tools for  nets or automata,
+or  tools for computing  specific information  from nets  or automata.
+This  text is itself  produced by  a tool  interfaced that  way, named
+plughelp.
+
+Plugging a new tool is done in 2 steps:
+---------------------------------------
+
+1. Declare the  tool by adding  a mount command  for the tool  in file
+bin/plugins/ndmount. For  instance, for having access  to the plughelp
+tool in this particular edition mode of nd, we added the line:
+
+ mount PlugHelp {how to add your own tools here} $2 .txt plughelp.tcl
+
+The synopsis of  the mount command is:
+
+    mount name label intype outtype [script]
+
+Where the arguments are:
+
+name: Identifies the tool, must be a legal tcl namespace identifier.
+
+label: The  entry added  into the  nd tool menu  for the  tool. Unless
+entirely alphanumeric, should be enclosed in braces.
+
+intype: The  type of  data expected  by the tool,  one of  .ndr, .net,
+.adr, .aut.  The tool will  be mounted whenever the nd buffer contains
+data of that type.  If your tool can operate on several input types, a
+mount command must be provided for each type.
+
+outtype:  The type  of results  produced by  the tool,  all  types are
+accepted but the  data should be textual.  The  results will appear in
+an nd window that can be  saved or closed.  In addition, if outtype is
+one of the types accepted as  input by nd, the window contents will be
+loadable into nd.  Click in the window for the available choices.
+
+script: If the tool has no  options, the name of the executable is the
+first parameter  (name), and  the tool operates  as a  filter (reading
+data on standard input and returning results on standard output), then
+this parameter may  be omitted.  Otherwise you must  specify a control
+panel  and a  commandline for  the tool,  as explained  in  (2) below.
+Argument  script   is  the   name  of  the   tcl  file   holding  this
+specification.
+
+When started, nd searches  for file bin/plugins/ndmount.  If that file
+exists,  then the  mount commands  it contains  are  evaluated.  Thus,
+modifications of ndmount will be effective at the next call of nd.
+
+If your tina distribution is  shared among several users, and you want
+to plug a private application,  then you should first create a private
+setup file for nd (help->setup,  then save), and append the above line
+to the setup  file created in your home  directory (.ndrc or ndrc.txt,
+depending on platform) instead of the ndmount file.
+
+
+2. Optionally, specify  a control  panel for the  tool, and  a command
+line.  This is done by creating a tcl file defining a namespace fo the
+tool holding  two procedures: controls  and command. At run  time, the
+file    must    reside    in    bin/plugins.   For    instance,    the
+bin/plugins/plughelp.tcl file holds:
+
+  namespace eval PlugHelp {
+
+    proc controls {} {
+        radiobox PlugHelp::flg1 \"first flag\" \"quiet verbose\" \"-q -v\" -v
+        fieldsbox PlugHelp::values \"parameters\" \"first second\" \"0 {}\"
+        radiobox PlugHelp::flg2 \"second flag\" \"slow fast\" \"-O1 -O6\" -O1
+    }
+
+    proc command {} {
+        return \"plughelp $::bin $::intype \\
+	        \$PlugHelp::values(first) \$PlugHelp::flg1 \\
+	        \$PlugHelp::flg2 \$PlugHelp::values(second)\"
+    }
+  }
+
+The name of the namespace MUST  be identical to the first parameter of
+the mount command for the tool.
+
+Procedure controls  offer the  user to set  the options for  the tool.
+Additional Confirmation and Cancel buttons  are provided by nd. If you
+are  fluent in  tcl, you  can  put what  you want  in this  procedure,
+suffice  to know that  all widgets  defined in  the procedure  must be
+packed into a  frame named .z.controls. In most  cases, however, these
+controls  can be easily  specified using  the two  predefined commands
+provided by nd explained below. These are:
+
+radiobox:
+  Defines a group of radiobuttons, typically for choosing the
+  value of an option among several choices.
+  Its synopsis is:	
+    radiobox var label choices values initial
+  where:
+    var is a variable of shape Name::flagname (Name is the namespace);
+    label is a title for the group of radiobuttons;
+    choices is a list of labels identifying the different options;
+    values is the list of corresponding option values;
+    initial is the default value.
+
+fieldsbox:
+  Defines a group of parameter entries.
+  Its synopsis is:    
+    fieldsbox var label tags initials
+  where:
+    var is an array variable of shape Name::aname (Name is the
+	namespace identifier, aname is a tcl array);
+    label is a title for the group of entries;
+    tags is a list of labels identifying nthe individual entries;
+    initials is the list of default values for the entried.
+
+Procedure command returns a suitable  command line for the tool, built
+from the  name of the executable,  possibly prefixed by  its path, and
+from the values  of the options and parameters, as  shown in the above
+example. It is the responsability  of the tool to check consistency of
+parameters and options.
+
+nd will first search for the  executable in the bin directory of tina.
+Unless the  home directory of your  tool is the Path  variable of your
+environment,  you should  put a  copy of  the executavble  in  the bib
+directory of tina.
+
+Finally, nd assumes  by default that tools operate  as filters, taking
+their  input  on standard  input  and  returning  results on  standard
+output. If your tool operates  on file(s) instead, then you must place
+the keywords infile and/or outfile in the command line description, at
+the places where the input  file and/or output file are expected.  For
+invoking the  tool, nd  will create temporary  files if  necessary and
+replace these keywords with their names, with intype and/or outtype as
+extensions.
+
+What information is available to the tools:
+-------------------------------------------
+
+The tool receives  on its standard input, or  through a temporary file
+if made precise  in the command procedure, the  description of the net
+or automaton in the current nd buffer.
+
+The parameters  specified in the  control procedure are passed  to the
+tool  as  specified in  the  command  procedure.  For this  call,  for
+instance, we have:
+
+    first flag = $4
+    second flag = $5
+    first parameter = $3
+    second parameter = $6
+
+In  addition, a  few predefined  variables  may be  useful for  tools.
+These include:
+
+::home contains the path of tina bin directory (where nd resides).
+::intype : contains  the input type of the  tool invoked.
+
+For this call, we have:
+
+    $::home = $1
+    $::intype = $2
+"
diff --git a/tools/tina-3.7.0/bin/plugins/ndmount b/tools/tina-3.7.0/bin/plugins/ndmount
new file mode 100644
index 0000000000000000000000000000000000000000..9590774f76149d149b04cf4fd046dfbbf41e3049
--- /dev/null
+++ b/tools/tina-3.7.0/bin/plugins/ndmount
@@ -0,0 +1,36 @@
+
+# One line per tool, and per input format for which the tool is available.
+# Each line constituted of:
+#
+# mount
+# name	
+#	plugin identifier
+#	if desc.tcl is provided
+#	then must be the name of the namespace declared in desc.tcl
+#	else must be the name of the executable
+# label 
+#	entry label in tool menu
+# input_format
+#	input format, one of .ndr, .net, .adr, .aut
+# output_format
+#	arbitrary, but textual
+# desc.tcl
+#	optional
+#	tcl file specifying the control panel and the command line
+#	if no controls are necessary and the tool operates as a filter
+#	then the file may be omitted. The executable name is then
+#	taken then as the above name.
+
+
+# .ndr tools
+mount PlugHelp {how to add your own tools here} .ndr .txt plughelp.tcl
+
+# .net tools
+mount PlugHelp {how to add your own tools here} .net .txt plughelp.tcl
+
+# .adr tools
+mount PlugHelp {how to add your own tools here} .adr .txt plughelp.tcl
+
+# .aut tools
+mount PlugHelp {how to add your own tools here} .aut .txt plughelp.tcl
+
diff --git a/tools/tina-3.7.0/bin/plugins/plughelp.tcl b/tools/tina-3.7.0/bin/plugins/plughelp.tcl
new file mode 100644
index 0000000000000000000000000000000000000000..83154bfaf6f975068b2279c1a866ad8eb8516454
--- /dev/null
+++ b/tools/tina-3.7.0/bin/plugins/plughelp.tcl
@@ -0,0 +1,16 @@
+
+namespace eval PlugHelp {
+
+    proc controls {} {
+	wm title .z "example flags"
+        radiobox PlugHelp::flg1 "first flag" "quiet verbose" "-q -v" -v
+        fieldsbox PlugHelp::values "parameters" "first second" "0 none"
+        radiobox PlugHelp::flg2 "second flag" "slow fast" "-O1 -O6" -O1
+    }
+
+    proc command {} {
+        return "plughelp [list $::home] $::intype \
+	        [list $PlugHelp::values(first)] $PlugHelp::flg1 \
+	        $PlugHelp::flg2 [list $PlugHelp::values(second)]"
+    }
+}
diff --git a/tools/tina-3.7.0/bin/reduce b/tools/tina-3.7.0/bin/reduce
new file mode 100755
index 0000000000000000000000000000000000000000..98b08ccc9b3ef338f654efb3f5c9648234fa3f04
Binary files /dev/null and b/tools/tina-3.7.0/bin/reduce differ
diff --git a/tools/tina-3.7.0/bin/selt b/tools/tina-3.7.0/bin/selt
new file mode 100755
index 0000000000000000000000000000000000000000..323ab6999c2e6e9db2c212c3c2e5a0ad6977ce96
Binary files /dev/null and b/tools/tina-3.7.0/bin/selt differ
diff --git a/tools/tina-3.7.0/bin/sift b/tools/tina-3.7.0/bin/sift
new file mode 100755
index 0000000000000000000000000000000000000000..eec1b77bbefc57cc0dd35d9aa791a2d5a54d6875
Binary files /dev/null and b/tools/tina-3.7.0/bin/sift differ
diff --git a/tools/tina-3.7.0/bin/struct b/tools/tina-3.7.0/bin/struct
new file mode 100755
index 0000000000000000000000000000000000000000..70b4c2a3599473ccb0bd8ac80e582549b507b6ed
Binary files /dev/null and b/tools/tina-3.7.0/bin/struct differ
diff --git a/tools/tina-3.7.0/bin/tedd b/tools/tina-3.7.0/bin/tedd
new file mode 100755
index 0000000000000000000000000000000000000000..30a5b81b7a5e2b630944fc803bb90139d59671b6
Binary files /dev/null and b/tools/tina-3.7.0/bin/tedd differ
diff --git a/tools/tina-3.7.0/bin/tina b/tools/tina-3.7.0/bin/tina
new file mode 100755
index 0000000000000000000000000000000000000000..59560baf90754e42ff5c14e648fa3232c1d345f1
Binary files /dev/null and b/tools/tina-3.7.0/bin/tina differ
diff --git a/tools/tina-3.7.0/bin/walk b/tools/tina-3.7.0/bin/walk
new file mode 100755
index 0000000000000000000000000000000000000000..6b58f6f98ffe7d6ce0ce1afa4d555f99c34c27a1
Binary files /dev/null and b/tools/tina-3.7.0/bin/walk differ
diff --git a/tools/tina-3.7.0/doc/html/formats.html b/tools/tina-3.7.0/doc/html/formats.html
new file mode 100644
index 0000000000000000000000000000000000000000..b6c54c19964b8a7a46d9a0584ac4bb6b2d289312
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/formats.html
@@ -0,0 +1,768 @@
+<HTML><HEAD>
+<TITLE>Manual Page - formats(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH formats n "Version 3.7.0" "Tina Formats" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>formats (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+formats   - file formats of the Tina Toolbox
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Description</A><BR>
+<A HREF=#2>The &#46;net format</A><BR>
+<A HREF=#3>The &#46;ndr format</A><BR>
+<A HREF=#4>The &#46;tpn format</A><BR>
+<A HREF=#5>The &#46;pnml format</A><BR>
+<A HREF=#6>The &#46;tts format</A><BR>
+<A HREF=#7>The &#46;ktz format</A><BR>
+<A HREF=#8>The &#46;aut format</A><BR>
+<A HREF=#9>The &#46;bcg format</A><BR>
+<A HREF=#10>The &#46;mec format</A><BR>
+<A HREF=#11>The &#46;adr format</A><BR>
+<A HREF=#12>The &#46;ltl format</A><BR>
+<A HREF=#13>The &#46;mmc format</A><BR>
+<A HREF=#14>The &#46;scn format</A><BR>
+<A HREF=#15>Examples</A><BR>
+<A HREF=#16>See Also</A><BR>
+<A HREF=#17>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=18>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+This page describe the formats of files used by the Tina tools.
+<P>
+<!-- .nf -->
+<PRE>
+Time Petri nets formats, input of tina/sift/tedd/struct/plan/play/ndrio/nd:
+<P>
+net.txt  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;net &nbsp;&nbsp;&nbsp;Time Petri nets textual format
+ndr.txt  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;ndr &nbsp;&nbsp;&nbsp;Time Petri nets graphic format
+tpn.txt  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;tpn &nbsp;&nbsp;&nbsp;Time Petri nets script format
+pnml.txt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;pnml &nbsp;&nbsp;Time Petri nets pnml format
+<P>
+Time Transition System format, input of tina/sift/tedd/struct/plan/play
+(not supported by ndrio nor nd):
+<P>
+tts.txt  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;tts &nbsp;&nbsp;&nbsp;Time Transition System format
+<P>
+Transition system formats, output of tina:
+<P>
+aut.txt  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;aut &nbsp;&nbsp;&nbsp;Transition systems textual format (CADP format)
+ktz.txt  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;ktz &nbsp;&nbsp;&nbsp;Kripke transition systems binary format (tina)
+bcg.txt  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;bcg &nbsp;&nbsp;&nbsp;Transition systems binary format (tina for CADP)
+mec.txt  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;mec &nbsp;&nbsp;&nbsp;Kripke transition systems textual format (tina for MEC4)
+<P>
+Other formats:
+<P>
+adr.txt  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;adr &nbsp;&nbsp;&nbsp;Transition systems graphic format (nd)
+ltl.txt  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;ltl &nbsp;&nbsp;&nbsp;SE-LTL model checker commands (selt)
+mmc.txt  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;ltl &nbsp;&nbsp;&nbsp;Mu-calculus model checker commands (muse)
+scn.txt  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;scn &nbsp;&nbsp;&nbsp;Format of firing sequences and firing schedules,
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(selt, plan, play, nd stepper history files)
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .SH The \&.net format -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>The &#46;net format</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+This is the textual description format of Time Petri nets.
+<P>
+A  net is  described  by a  series  of declarations  of places, transitions
+and/or notes, and an  optional naming declaration for the  net. The net
+described is the superposition  of these declarations.  The grammar of
+&#46;net  declarations  is  the   following,  in  which  nonterminals  are
+bracketed by &lt;  ..  &gt;, terminals are in upper  case or quoted.  Spaces,
+carriage return and tabs act as separators.
+<P>
+Optionally,  labels may be  assigned to  places and  transitions. This
+should  be preferably done  within "tr"  and "pl"  declarations rather
+than using separate  "lb" declarations. The later form  ("lb") is kept
+for backward compatibility and might disappear in future releases.
+<P>
+<!-- .B Grammar: -->
+<B>Grammar:</B> <P>
+<!-- .nf -->
+<PRE>
+&#46;net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= (&lt;trdesc&gt;|&lt;pldesc&gt;|&lt;lbdesc&gt;|&lt;prdesc&gt;|&lt;ntdesc&gt;|&lt;netdesc&gt;)*
+netdesc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;net&#146; &lt;net&gt;
+trdesc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;tr&#146; &lt;transition&gt; {":" &lt;label&gt;} {&lt;interval&gt;} {&lt;tinput&gt; -&gt; &lt;toutput&gt;}
+pldesc &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;pl&#146; &lt;place&gt; {":" &lt;label&gt;} {(&lt;marking&gt;)} {&lt;pinput&gt; -&gt; &lt;poutput&gt;}
+ntdesc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;nt&#146; &lt;note&gt; (&#146;0&#146;|&#146;1&#146;) &lt;annotation&gt;
+lbdesc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;lb&#146; [&lt;place&gt;|&lt;transition&gt;] &lt;label&gt;
+prdesc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;pr&#146; (&lt;transition&gt;)+ ("&lt;"|"&gt;") (&lt;transition&gt;)+
+interval &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    &nbsp;&nbsp;&nbsp;&nbsp;::= (&#146;[&#146;|&#146;]&#146;)INT&#146;,&#146;INT(&#146;[&#146;|&#146;]&#146;) | (&#146;[&#146;|&#146;]&#146;)INT&#146;,&#146;w[&#146;
+tinput&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &lt;place&gt;{&lt;arc&gt;}
+toutput&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &lt;place&gt;{&lt;normal_arc&gt;}
+pinput&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &lt;transition&gt;{&lt;normal_arc&gt;}
+poutput&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &lt;transition&gt;{arc}
+arc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &lt;normal_arc&gt; | &lt;test_arc&gt; | &lt;inhibitor_arc&gt; |
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    &lt;stopwatch_arc&gt; | &lt;stopwatch-inhibitor_arc&gt;
+normal_arc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;*&#146;&lt;weight&gt;
+test_arc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;?&#146;&lt;weight&gt;
+inhibitor_arc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;?-&#146;&lt;weight&gt;
+stopwatch_arc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;!&#146;&lt;weight&gt;
+stopwatch-inhibitor_arc&nbsp;::= &#146;!-&#146;&lt;weight&gt;
+weight, marking &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= INT{&#146;K&#146;|&#146;M&#146;|&#146;G&#146;|&#146;T&#146;|&#146;P&#146;|&#146;E&#146;}
+net, place, transition, label, note, annotation ::= ANAME | &#146;{&#146;QNAME&#146;}&#146;
+INT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= unsigned integer
+ANAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= alphanumeric name, see Notes below
+QNAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= arbitrary name, see Notes below
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .B Notes: -->
+<B>Notes:</B> <P>
+Two forms are admitted for net, place and transition names:
+<BR>
+  - ANAME : any non empty string of letters, digits, primes &#146; and underscores _
+<BR>
+  - &#146;{&#146;QNAME&#146;}&#146; : any chain between braces, and in which characters {, }, and \ are prefixed by \
+<P>
+Empty lines and lines beginning with &#146;#&#146; are considered comments.
+<P>
+In any closed temporal interval [eft,lft], one must have eft &lt;= lft.
+<P>
+The letter &#146;K&#146; (resp. &#146;M&#146;, &#146;G&#146;, &#146;T&#146;, &#146;P&#146;, &#146;E&#146;) following a weight or marking multiplies it by 10^3 (resp. 10^6, 10^9, 10^12, 10^15, 10^18).
+<P>
+Weight is optional for normal arcs, but mandatory for test and inhibitor arcs
+<P>
+By default:
+<BR>
+  - transitions have temporal interval [0,w[
+<BR>
+  - normal arcs have weight 1
+<BR>
+  - places have marking 0
+<BR>
+  - places and transitions have the empty label "{}"
+<P>
+When several labels are assigned to some node, only the last assigned is kept.
+<!-- .fi -->
+<P>
+<P>
+<!-- .SH The \&.ndr format -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>The &#46;ndr format</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Format ndr is the format of graphic files produced by the nd editor. A
+net is  described by a  series of declarations of  places, transitions
+and edges, followed  by a net name declaration.   The net described is
+the superposition of these declarations.
+<P>
+<!-- .B Grammar : -->
+<B>Grammar :</B> <P>
+<!-- .nf -->
+<PRE>
+&#46;ndr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= (&lt;trdesc&gt;|&lt;pldesc&gt;)* (&lt;edgedesc&gt;|&lt;prdesc&gt;|&lt;ntdesc&gt;)* &lt;netdesc&gt;
+trdesc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;t&#146; &lt;xpos&gt; &lt;ypos&gt; &lt;transition&gt; &lt;eft&gt; &lt;lft&gt; &lt;anchor&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |  &#146;t&#146; &lt;xpos&gt; &lt;ypos&gt; &lt;transition&gt; &lt;anchor&gt; &lt;eft&gt; &lt;lft&gt; &lt;anchor&gt; &lt;label&gt; &lt;anchor&gt;
+pldesc &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;p&#146; &lt;xpos&gt; &lt;ypos&gt; &lt;place&gt; &lt;marking&gt; &lt;anchor&gt; {&lt;label&gt; &lt;anchor&gt;}
+ntdesc &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;n&#146; &lt;xpos&gt; &lt;ypos&gt; &lt;note&gt; (&#146;0&#146;|&#146;1&#146;) &lt;annotation&gt;
+edgedesc &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;e&#146; &lt;place&gt; &lt;transition&gt; {&lt;arckind&gt;}&lt;weight&gt; &lt;anchor&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |  &#146;e&#146; &lt;place&gt; &lt;ang&gt; &lt;rad&gt; &lt;transition&gt; &lt;ang&gt; &lt;rad&gt; {&lt;arckind&gt;}&lt;weight&gt; &lt;anchor&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |  &#146;e&#146; &lt;transition&gt; &lt;place&gt; &lt;weight&gt; &lt;anchor&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |  &#146;e&#146; &lt;transition&gt; &lt;ang&gt; &lt;rad&gt; &lt;place&gt; &lt;ang&gt; &lt;rad&gt; &lt;weight&gt; &lt;anchor&gt;
+prdesc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;e&#146; &lt;transition&gt; &lt;transition&gt; 1 &lt;anchor&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |  &#146;e&#146; &lt;transition&gt; &lt;ang&gt; &lt;rad&gt; &lt;transition&gt; &lt;ang&gt; &lt;rad&gt; 1 &lt;anchor&gt;
+netdesc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;h&#146; &lt;net&gt; {&lt;nodesize&gt; {&lt;bgcolor&gt;}}
+eft &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= {-}INT
+lft &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= {-}INT | &#146;w&#146;
+weight, marking&nbsp;::= INT{&#146;K&#146;|&#146;M&#146;|&#146;G&#146;|&#146;T&#146;|&#146;P&#146;|&#146;E&#146;}
+arckind&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;?&#146;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     // test (read) arc
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |  &#146;?-&#146;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     // inhibitor
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |  &#146;!&#146;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     // stopwatch
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |  &#146;!-&#146;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     // stopwatch-inhibitor
+xpos, ypos, rad&nbsp;::= FLOAT
+ang&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= UFLOAT
+net, place, transition, label, note, annotation ::= ANAME | &#146;{&#146;QNAME&#146;}&#146;
+anchor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;n&#146; | &#146;nw&#146; | &#146;w&#146; | &#146;sw&#146; | &#146;s&#146; | &#146;se&#146; | &#146;e&#146; | &#146;ne&#146; | &#146;c&#146;
+FLOAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= unsigned float (without exponent)
+UFLOAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= unsigned float between 0 and 1 (without exponent)
+INT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= unsigned integer
+ANAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= see notes below
+QNAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= see notes below
+&lt;nodesize&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;small&#146; | &#146;normal&#146; | &#146;large&#146;
+&lt;bgcolor&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= any tcl-tk color
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .B Notes: -->
+<B>Notes:</B> <P>
+Node declarations must precede edge declarations.
+<P>
+The last declaration must be the netname declaration (h).
+<P>
+Empty lines and lines beginning with &#146;#&#146;are considered comments.
+<P>
+A &#146;-&#146; starting an eft or lft denotes an open interval end.
+<P>
+In any transition declaration, one must have &#145;lft &gt;= &#145;eft or lft = &#146;w&#146;,
+where &#145;e denotes e if e&gt;=0, or (-e)-1 otherwise
+<P>
+If eft = lft, then they may not be both negative (intervals may not be empty).
+<P>
+The letter &#146;K&#146; (resp. &#146;M&#146;, &#146;G&#146;, &#146;T&#146;, &#146;P&#146;, &#146;E&#146;) following a weight or marking multiplies it by 10^3 (resp. 10^6, 10^9, 10^12, 10^15, 10^18).
+<P>
+Two forms are admitted for net, place and transition names:
+<BR>
+  - ANAME : any non empty string of letters, digits, primes &#146; and underscores _
+<BR>
+  - &#146;{&#146;QNAME&#146;}&#146; : any chain between braces, and in which characters {, }, and \ are prefixed by \
+<P>
+<P>
+<!-- .SH The \&.tpn format -->
+</BLOCKQUOTE>
+<A name=4>
+
+     <H3>The &#46;tpn format</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Format .tpn  is a preliminary  script language for building  nets from
+net components specified in &#46;net or &#46;ndr format.
+<P>
+<!-- .B Syntax of tpn files: -->
+<B>Syntax of tpn files:</B> <P>
+<P>
+A &#46;tpn file is constituted of zero or more lines
+<P>
+<!-- .nf -->
+<PRE>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.tpn ::= &lt;tpnline&gt;*
+<!-- .fi -->
+</PRE>
+<P>
+each line is either any line allowed in a &#46;net or &#46;ndr file, or a tpn command:
+<P>
+<!-- .nf -->
+<PRE>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tpnline ::=
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  &lt;trdesc&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(as in &#46;net or &#46;ndr formats)
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &lt;pldesc&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(as in &#46;net or &#46;ndr formats)
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &lt;lbdesc&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(as in &#46;net or &#46;ndr formats)
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &lt;prdesc&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(as in &#46;net or &#46;ndr formats)
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &lt;ntdesc&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(as in &#46;net or &#46;ndr formats)
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &lt;netdesc&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(as in &#46;net or &#46;ndr formats)
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &lt;tpncmd&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tpncmd ::=
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  &#146;new&#146;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &#146;dup&#146; INT
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &#146;load&#146; TPNFILE
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &#146;ren&#146; &lt;renlist&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &#146;merge&#146; INT
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &#146;sync&#146; INT
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &#146;chain&#146; INT
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &#146;source&#146; FILE
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;renlist ::= &lt;labpair&gt; &lt;renlist&gt; | &lt;labpair&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;labpair ::= &lt;label&gt;"/"&lt;label&gt; | "/"&lt;label&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;label ::= a label (as in &#46;net or &#46;ndr formats)
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TPNFILE ::= the name of a &#46;net or &#46;ndr file
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FILE ::= the name of a &#46;net, &#46;ndr, or .tpn file
+<!-- .fi -->
+</PRE>
+<P>
+Note that, syntactically, &#46;net and  &#46;ndr files are .tpn files. The tpn
+format extends both  the &#46;net and &#46;ndr formats, but  it has no graphic
+interpretation at the moment (a future &#46;tdr format might provide that).
+<P>
+<P>
+<!-- .B Interpretation of tpn scripts: -->
+<B>Interpretation of tpn scripts:</B> <P>
+A  tpn  file describes  a  Time  Petri  net, possibly  resulting  from
+composition of several Time Petri nets.
+<P>
+Tpn scripts  are interpreted  as code for  an abstract  stack machine.
+The stack  initially holds  the empty Time  Petri net.  The  result of
+evaluation  of  a tpn  script  is  the net  on  top  of  the stack  at
+completion of interpretation.
+<P>
+The lines  of a tpn file  are interpreted as follows  ("top" means the
+net in topmost position on stack):
+<P>
+<!-- .nf -->
+<PRE>
+new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pushes an empty net on stack
+&#46;net or &#46;ndr line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;extends top with the &#46;net or &#46;ndr declaration
+dup n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pushes on stack n copies of top (default n is 1)
+ren R1 ... Rn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;applies relabelling R1 ... Rn to top
+merge n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;replaces n topmost nets by their concurrent composition
+sync n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;replaces n topmost nets by their synchronization
+chain n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;replaces n topmost nets by their chaining
+source file&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;evaluates commands from file tpnfile
+load tpnfile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pushes the empty net on stack, then sources tpnfile
+<!-- .fi -->
+</PRE>
+<P>
+Notes:
+<P>
+- merge n, sync n, chain n, assign unique names to the nodes of their components;
+<P>
+- synchronization (sync) fuse copies of transitions with same label in all components;
+<P>
+- chaining (chain) is like synchronization, but on places;
+<P>
+- concurrent composition (merge) is simply juxtaposition, preserving labels.
+<BR>
+  It is a derived form that could always be replaced by some combination of
+<BR>
+  relabelling and sync/chain (see examples);
+<P>
+- in a ren specification, all renamings and/or hidings are applied simultaneously;
+<BR>
+  ren x/y means that all nodes labelled by y become labelled by x
+<BR>
+  ren /x means that nodes labelled x become unlabelled (hidden)
+<P>
+- "load tpnfile" is a shorthand for the two lines:
+<!-- .nf -->
+<PRE>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;new
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;source tpnfile
+<!-- .fi -->
+</PRE>
+<P>
+- the file names in source and load instructions are relative to the directory
+<BR>
+  in which resides the script file;
+<P>
+<P>
+<P>
+<P>
+<!-- .SH The \&.pnml format -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>The &#46;pnml format</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+The PNML  format is  still evolving. The  tina tools  currently accept
+BasicPNML   (<A HREF="http://www.informatik.hu-berlin.de/top/pnml/basicPNML.rng">http://www.informatik.hu-berlin.de/top/pnml/basicPNML.rng</A>)
+and an extension of it,  TpnPNML, informally explained below.
+<P>
+TpnPNML extends BasicPNML as follows:
+<P>
+- In the "graphics" element of any node, the following line can be added,
+<BR>
+  that specifies an offset for the node identifier:
+<P>
+   &lt;offset x=... y=... /&gt;
+<P>
+- Any place and transition can have a "label" element, in addition to a
+<BR>
+  name element.
+<P>
+- Any transition can have a "delay" element, encoding a firing interval,
+<BR>
+  and possibly an offset for this interval. The syntax of intervals is
+<BR>
+  taken from MathML (<A HREF="http://www.w3.org/1998/Math/MathM">http://www.w3.org/1998/Math/MathM</A>).
+<P>
+<!-- .nf -->
+<PRE>
+  For instance, an interval [4,9] with offset (-10,0) is specified by:
+<P>
+  &lt;delay&gt;
+   &lt;interval xmlns="<A HREF="http://www.w3.org/1998/Math/MathML">http://www.w3.org/1998/Math/MathML</A>" closure="closed"&gt;
+    &lt;cn&gt;4&lt;/cn&gt;
+    &lt;cn&gt;9&lt;/cn&gt;
+   &lt;/interval&gt;
+   &lt;graphics&gt;
+    &lt;offset x="-10" y="0" /&gt;
+   &lt;/graphics&gt;
+  &lt;/delay&gt;
+<P>
+  The unbounded interval [4,w[ would be specified by:
+<P>
+  &lt;delay&gt;
+   &lt;interval xmlns="<A HREF="http://www.w3.org/1998/Math/MathML">http://www.w3.org/1998/Math/MathML</A>" closure="closed-open"&gt;
+    &lt;cn&gt;4&lt;/cn&gt;
+    &lt;ci&gt;infty&lt;/ci&gt;
+   &lt;/interval&gt;
+  &lt;/delay&gt;
+<P>
+  And interval ]3,5[ by:
+<P>
+  &lt;delay&gt;
+   &lt;interval xmlns="<A HREF="http://www.w3.org/1998/Math/MathML">http://www.w3.org/1998/Math/MathML</A>" closure="open"&gt;
+    &lt;cn&gt;3&lt;/cn&gt;
+    &lt;cn&gt;5&lt;/cn&gt;
+   &lt;/interval&gt;
+  &lt;/delay&gt;
+<!-- .fi -->
+</PRE>
+<P>
+Tools tina, struct and plan accept BasicPNML and TpnPNML natively.
+<P>
+The nd  tool can import or export  nets into TpnPNML. If  the file has
+extension .pnml, then "file-&gt;open" and "file-&gt;save as" can be used for
+this, otherwise use "file-&gt;import" or "file-&gt;export".
+<P>
+The ndrio tool is able to convert &#46;net and &#46;ndr to/from &#46;pnml.
+<P>
+<P>
+<P>
+<!-- .SH The \&.tts format -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>The &#46;tts format</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+As  of 2.9.0,  tina accepts  as input  high level  descriptions called
+"Time Transition Systems" (TTS).  A Time Transition System description
+consists of  a Time  Petri net described  in any format  understood by
+tina (&#46;net, &#46;ndr, &#46;tpn, &#46;pnml) and a shared  library (a &#46;so/&#46;dyn/&#46;dll
+file)  defining   the  data  processing  synchronized   with  the  net
+transitions, together in a directory with extension .tts.
+<P>
+Applied to  a &#46;tts  directory, tina  loads the &#46;net  or &#46;ndr  file (as
+usual), and dynamically links the  library file to get the actions and
+predicates. This file described the API the shared library must obey.
+<P>
+tina sees data values  as keys (integers, not necessarily contiguous),
+through a  "store" function.   The storage functions  may reside  in a
+separate library  or may be  statically linked with the  data library,
+all storage libraries must provide functions:
+<P>
+<!-- .nf -->
+<PRE>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;store : value -&gt; key
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lookup : key -&gt; value
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;init_storage : unit -&gt; unit
+<!-- .fi -->
+</PRE>
+<P>
+The data shared library itself captures:
+<P>
+<!-- .nf -->
+<PRE>
+    an array of transition names for the transitions referred to
+    in the library. The size of the array is returned in the parameter
+    of function transition.
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;transitions : int ref -&gt; string vector
+<P>
+    A function returning the current version of the format (currently 2):
+<P>
+        ttsapiversion : unit -&gt; int
+<P>
+    A function initial returning the initial data state and a
+    function final called after exploration is complete:
+<P>
+       initial : unit -&gt; key
+       final : int -&gt; unit
+<P>
+    for a subset of transitions in transitions, referred to by
+    their index in array transitions, functions:
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pre_i : key -&gt; bool
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;act_i : key -&gt; key
+<P>
+    A function set_exceptions, called by the tts client if wishing to handle
+    tts runtime exceptions itself rather then leaving that task to the
+    tts library (default behavior). Function set_exception returns the array
+    of possible exception messages, its size in the first argument, and, in
+    the second argument, the address of the C variable holding the
+    exception code when some exception is raised. Exception codes are either
+    an exception number in 0..99 or a line number (line) and an exception number
+    (no) encoded into the integer 100*line + no. To handle exceptions,
+    the client must read that variable after each call of pre_i and act_i,
+    and reset it to 0 afterwards:
+   
+    &nbsp;&nbsp;&nbsp;&nbsp;set_exceptions : int ref * pointer ref -&gt; string vector
+<P>
+    An independance predicate for actions.
+    This predicate is used by tina for computing the conflicting relation
+    for partial order methods, and the persistent and newly enabled relations
+    for state class graphs:
+<P>
+        independant : int * int -&gt; bool
+<P>
+    A value printer, used by tina to print data value in some concrete
+    notation when output is "verbose":
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sprint_state: key * string ref -&gt; int
+<P>
+    For kts output, the state (or some abstraction of it) should be
+    available to tina as a record with integer fields. This is done
+    by providing:
+<P>
+    A vector of observation labels, and the number of, by function:
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;obs_names : int ref -&gt; string vector
+<P>
+    A function to retrieve the contents of observables from a value:
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;obs_values : key -&gt; int vector
+<!-- .fi -->
+</PRE>
+<P>
+A first high level description language compiled into this format, called
+Fiacre, should be available by now.
+<P>
+<P>
+<!-- .SH The \&.ktz format -->
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>The &#46;ktz format</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+The ktz format is the binary format for kripke transition system (kts)
+of tina.   That compact format is  the input format of  selt (the tina
+SE-LTL model checker) and other forthcoming tools.
+<P>
+(description to be provided).
+<P>
+<P>
+<!-- .SH The \&.aut format -->
+</BLOCKQUOTE>
+<A name=8>
+
+     <H3>The &#46;aut format</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+The aut format is the lts  description format of the Aldebaran tool of
+the CADP toolset (see the CADP documents).
+<P>
+<!-- .B Notes -->
+<B>Notes</B> <P>
+The  &#46;aut format does not  allow double quotes (")  to appear in
+labels.   In addition  tina  forbids backquotes  (&#145;)  in &#46;aut  labels.
+Backquotes are used by tina to encode sets of properties into single &#46;aut labels.
+<P>
+<!-- .SH The \&.bcg format -->
+</BLOCKQUOTE>
+<A name=9>
+
+     <H3>The &#46;bcg format</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+The bcg format  is the binary lts description format  of the BCG tools
+of the CADP toolset (see the CADP documents).
+<P>
+<!-- .B Notes -->
+<B>Notes</B> <P>
+tina forbids  double quotes (") and  backquotes (&#145;) to  appear in &#46;bcg
+labels. Backquotes are used by tina to encode lists of properties into
+single &#46;bcg  labels; double quotes would  prevent lossless conversions
+to &#46;bcg.
+<P>
+<P>
+<!-- .SH The \&.mec format -->
+</BLOCKQUOTE>
+<A name=10>
+
+     <H3>The &#46;mec format</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+The mec format is the kts description format of the Mec4 model checker.
+<P>
+<!-- .B Notes -->
+<B>Notes</B> <P>
+mec  only allows alphanumeric  labels (a  letter followed  by letters,
+digits or  _) to appear as  state or transition  properties. tina will
+refuse to generate &#46;mec descriptions  if place or transition names are
+not legal mec property identifiers.
+<P>
+<P>
+<!-- .SH The \&.adr format -->
+</BLOCKQUOTE>
+<A name=11>
+
+     <H3>The &#46;adr format</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+It  is the  format of  graphic files  produced by  the nd  editor when
+editing  automata.    An  automaton  is  described  by   a  series  of
+declarations of states and edges, followed by a name declaration.  The
+automaton described is the superposition of these declarations.
+<P>
+<!-- .B Grammar: -->
+<B>Grammar:</B> <P>
+<!-- .nf -->
+<PRE>
+&#46;adr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= (&lt;stdesc&gt;)* (&lt;edgedesc&gt;)* &lt;autdesc&gt;
+stdesc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;s&#146; &lt;xpos&gt; &lt;ypos&gt; &lt;state&gt; {&lt;anchor&gt; &lt;label&gt; &lt;anchor&gt;}
+edgedesc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;e&#146; &lt;state&gt; &lt;state&gt; &lt;label&gt; &lt;anchor&gt;
+edgedesc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |  &#146;e&#146; &lt;state&gt; &lt;ang&gt; &lt;rad&gt; &lt;state&gt; &lt;ang&gt; &lt;rad&gt; &lt;label&gt; &lt;anchor&gt;
+autdesc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;h&#146; &lt;aut&gt; &lt;attr&gt;
+xpos, ypos, rad&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= FLOAT
+ang&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= UFLOAT
+aut, state, label&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= ANAME | &#146;{&#146;QNAME&#146;}&#146;
+anchor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= &#146;n&#146; | &#146;nw&#146; | &#146;w&#146; | &#146;sw&#146; | &#146;s&#146; | &#146;se&#146; | &#146;e&#146; | &#146;ne&#146; | &#146;c&#146;
+FLOAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= integer or float (without exponent)
+UFLOAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= integer or float between 0 and 1 (without exponent)
+INT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= unsigned integer
+ANAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= see notes below
+QNAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= see notes below
+attr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;::= an unspecified number of optional graphic parameters (specifying size, color, etc)
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .B Notes: -->
+<B>Notes:</B> <P>
+State declarations must precede edge declarations.
+<P>
+The last declaration must be the autdesc declaration (h).
+<P>
+Empty lines and lines beginning with &#146;#&#146;are considered comments.
+<P>
+Two forms are admitted for net, place and transition names:
+<BR>
+  - ANAME : any non empty string of letters, digits, primes &#146; and underscores _
+<BR>
+  - &#146;{&#146;QNAME&#146;}&#146; : any chain between braces, and in which characters {, }, and \ are prefixed by \
+<P>
+<P>
+<!-- .SH The \&.ltl format -->
+</BLOCKQUOTE>
+<A name=12>
+
+     <H3>The &#46;ltl format</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+ltl  is  the  format of  files  accepted  as  use  input by  the  selt
+model-checker.  Check the selt manual page for a full description.
+<P>
+<P>
+<!-- .SH The \&.mmc format -->
+</BLOCKQUOTE>
+<A name=13>
+
+     <H3>The &#46;mmc format</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+mmc  is  the  format of  files  accepted  as  use  input by  the muse
+model-checker.  Check the muse manual page for a full description.
+<P>
+<P>
+<!-- .SH The \&.scn format -->
+</BLOCKQUOTE>
+<A name=14>
+
+     <H3>The &#46;scn format</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+The scn format is used by:
+<P>
+<!-- .nf -->
+<PRE>
+- the nd stepper to store/load histories;
+- the selt model checker to save counter examples for replay by the stepper;
+- the plan application, to analyse path timing.
+<!-- .fi -->
+</PRE>
+<P>
+A  &#46;scn file is  a series  of line,  each constituted  of a  series of
+blocks of one  of the following shape (all blocks in  a file have same
+shape) :
+<P>
+<!-- .nf -->
+<PRE>
+       &lt;transition&gt;
+  or:  &lt;transition&gt;@&lt;time&gt;
+  or:  &lt;transition&gt;$&lt;time&gt;
+<P>
+  where &lt;transition&gt; is a transition name (see net.txt)
+  and   &lt;time&gt; is a nonnegative float (without exponent)
+<!-- .fi -->
+</PRE>
+<P>
+Spaces and tabs are considered separators;
+<P>
+Line breaks are  significant, they are interpreted as  marks by the nd
+stepper, and preserved by the plan tool;
+<P>
+Blank lines and and those beginning with "#" are considered comments;
+<P>
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</BLOCKQUOTE>
+<A name=15>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Directory "net" in tina distributions include various example descriptions
+in the above formats.
+<P>
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=16>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n)
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=17>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu, LAAS/CNRS, 2000-2015, <A HREF="mailto:Bernard.Berthomieu@laas.fr.">Bernard.Berthomieu@laas.fr.</A>
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Formats</I></TD> <TD width=33% align=center>formats (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/formats.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/ktzio.html b/tools/tina-3.7.0/doc/html/ktzio.html
new file mode 100644
index 0000000000000000000000000000000000000000..7353d0684507b2ca32f1209c98f763b833796faa
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/ktzio.html
@@ -0,0 +1,340 @@
+<HTML><HEAD>
+<TITLE>Manual Page - ktzio(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH ktzio n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>ktzio (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+ktzio  - conversion tool for transition systems
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Examples</A><BR>
+<A HREF=#5>See Also</A><BR>
+<A HREF=#6>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B ktzio -->
+<B>ktzio</B> [-<I>h</I>elp] [-sp n] [-tp n] [-wp n] [-g] [-tina | -fw] -i file]
+<P>
+<!-- .B ktzio -->
+<B>ktzio</B> [-<I>h</I>elp] [-KTZ | -BCG | -AUT]
+<BR>
+      [-<I>k</I>tz | -bcg |-<I>a</I>ut | -mec | -cwb | -ktj | -txt]
+<BR>
+      [-sp n] [-tp n] [-wp n] [-g] [-tina | -fw] [-bf | -df]
+<BR>
+      [infile] [outfile] [errorfile]
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+ktzio converts kripke transition systems between several formats.
+<P>
+The formats manipulated are the following:
+<P>
+<!-- .nf -->
+<PRE>
+name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;file ext&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;description
+------------------------------------------------------
+ktz             &#46;ktz          tina compact binary format
+bcg             &#46;bcg          CADP compact binary format
+aut             &#46;aut          CADP aldebaran format
+mec             &#46;mec          Mec4 model checker format
+cwb             &#46;cwb          Concurrency Workbench agent format
+json            &#46;ktj          Json format
+textual         &#46;txt          textual descriptions, explained below
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+The conversions currently supported are the following:
+<P>
+<!-- .nf -->
+<PRE>
+from&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;to
+------------------------------------------------------
+ktz&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ktz, aut, mec, cwb, bcg, ktj, textual
+bcg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ktz, textual
+aut&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ktz, textual
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+-<I>h</I>elp
+</TD><TD valign=bottom>
+Recalls options.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Interactive mode: -->
+<B>Interactive mode:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-i infile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Reads a kts from infile and prints its contents interactively, as
+a list of state descriptions.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input format flags: -->
+<B>Input format flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-KTZ | -BCG | -AUT
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies  the format  of the  input transition  system. This  flag is
+necessary when the input transition  system is read on standard input,
+or read from a file that does not bear the expected extension. Default
+is -KTZ.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output format flags: -->
+<B>Output format flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-ktz | -bcg | -aut | -mec | -cwb | -txt
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies the  format of  the output transition  system. This  flag is
+necessary  when the output  transition system  is written  on standard
+output,   or   in  a   file   that   does   not  bear   the   expected
+extension.
+Flag -txt (default) produces a textual description.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Transition system generation options (see the tina page): -->
+<B>Transition system generation options (see the tina page):</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-sp n
+</TD><TD valign=bottom>
+For ktz to ktz/aut/mec/bcg conversions.
+Encoding  of  state  properties  in  output  transition  system  (when
+information is present in the input system).
+<!-- .nf -->
+<PRE>
+-sp 0 : no state properties (default for &#46;aut, &#46;bcg)
+-sp 1 : boolean state properties (default for &#46;mec)
+-sp 2 : weighted state properties (default for &#46;ktz)
+-sp 3 : weighted state properties for all weights
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-tp n
+</TD><TD valign=bottom>
+For ktz to ktz/aut/mec/bcg conversions.
+Encoding of  transition properties  in output transition  system (when
+information is present in the input system):
+<!-- .nf -->
+<PRE>
+-tp 0 : no transition properties
+-tp 1 : boolean transition properties (default for all formats)
+-tp 2 : weighted transition properties (default for &#46;ktz)
+-tp 3 : weighted transition properties for all weights
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-wp n
+</TD><TD valign=bottom>
+For ktz to ktz/aut/mec/bcg conversions.
+Encoding of wait properties in output transition  system (when
+information is present in the input system):
+<!-- .nf -->
+<PRE>
+-wp 0 : no wait properties (default for &#46;aut, &#46;bcg, &#46;mec)
+-wp 1 : preserve wait properties (default for &#46;ktz)
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-g
+</TD><TD valign=bottom>
+For ktz to ktz conversions. Removes liveness information if present.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-tina
+</TD><TD valign=bottom>
+For &#46;aut or &#46;bcg input. Decodes properties assuming they were encoded
+by tina. E.g. if the &#46;aut file was generated by tina with flag -sp 2,
+restores the state properties encoded in the file. If the input file
+was not generated by tina, then the behavior is undefined.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-fw
+</TD><TD valign=bottom>
+This flag is necessary to convert older ktz files capturing unbounded
+property values (such as those resulting from tina -C) into crrent ktz.
+If omitted and the file actually contains unbounded values, then the conversion
+will fail.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-df | -bf
+</TD><TD valign=bottom>
+Tune up flag for bcg to ktz conversions. Default is -df.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input source: -->
+<B>Input source:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+infile
+</TD><TD valign=bottom>
+Where the  kts is  read. The  input format is  determined by  the file
+type, according to the table above. If absent or specified by "-", the
+kts is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output destination: -->
+<B>Output destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+outfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where results are written. The output format is determined by the file
+type, according  to the  table above. If  absent or specified  by "-",
+then results are written on standard output in the format specified by
+the output flag. If both an  outfile and some output flag are present,
+then the format defined by  the output flag supersedes that determined
+by the outfile extension.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Errors destination: -->
+<B>Errors destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+errorfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where error messages are written. By default, errors are printed on standard error.
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+ktzio -i abp.ktz
+ktzio -v abp.ktz
+ktzio abp.ktz abp.aut
+ktzio -AUT - abp.ktz &lt; abp.aut
+ktzio -AUT -ktz &lt; abp.aut &gt; abp.ktz
+ktzio abp.bcg -ktz | ktzio -KTZ - abp.aut
+<!-- .fi -->
+</PRE>
+<P>
+Note: not all targets support  binary data on standard input
+or output.
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu, LAAS/CNRS, 2000-2012, <A HREF="mailto:Bernard.Berthomieu@laas.fr.">Bernard.Berthomieu@laas.fr.</A>
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>ktzio (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/ktzio.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/muse.html b/tools/tina-3.7.0/doc/html/muse.html
new file mode 100644
index 0000000000000000000000000000000000000000..d842c34b3d4b96b68cd0e7df4feac07c547c7b76
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/muse.html
@@ -0,0 +1,590 @@
+<HTML><HEAD>
+<TITLE>Manual Page - muse(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH muse n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>muse (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+selt  - SE-MMC model checker
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Muse Se-mmc Language And Commands</A><BR>
+<A HREF=#5>Examples</A><BR>
+<A HREF=#6>See Also</A><BR>
+<A HREF=#7>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=8>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B muse -->
+<B>muse</B> [-<I>h</I>elp]
+<P>
+<!-- .B muse -->
+<B>muse</B> ktzfile [-f formula | formfile] [-prelude mmcfile]
+<BR>
+     [-q | -v] [-b | -c | -s] [-wp n]
+<BR>
+     [outfile] [errorfile]
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+muse model-checks state-event modal mu-calculus (MMC) formulas on a kripke transition system
+given in ktz format. Muse is a global model checker; the result of a query is a set of states
+or transitions.
+<P>
+If some  formula is specified (by  flag -f or by  providing formfile),
+then  the result  of  evaluation  of  the formula  is  printed
+according to the output mode and verbosity flags, and muse exits.
+<P>
+If  no  formula file is  specified,  then  muse  starts an  interactive
+session, evaluating commands entered by the user on standard input (see
+"muse se-mmc language and commands" below).
+<P>
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+-<I>h</I>elp
+</TD><TD valign=bottom>
+Recalls options.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Ktz input: -->
+<B>Ktz input:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+ktzfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+The kripke transition system on which formula are model-checked, in
+ktz format (extension &#46;ktz).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-wp (0|1|2)
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+This flag removes (0), preserves (1),  or forces at each state (2) the
+temporal divergence  property possibly present in the  kts file (see
+tina&#146;s -wp flag for details).
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B MMC input: -->
+<B>MMC input:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-f formula
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Passes to muse the formula to be verified.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+formfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies a file holding the formulas to be verified. Must have extension &#46;mmc
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-prelude mmcfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies a  file containing muse  commands to be evaluated  on entry,
+before  any formula  provided by  -f, by  formfile,  or interactively.
+This  flag is  useful to  load  SE-MMC libraries.   mmcfile must  have
+extension &#46;mmc.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Verbosity level: -->
+<B>Verbosity level:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-v
+</TD><TD valign=bottom>
+prints banner and evaluation times for MMC commands (default).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-q
+</TD><TD valign=bottom>
+No  banner  nor times  are  printed. This  flag  is  useful for  batch
+operation.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output mode flags: -->
+<B>Output mode flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-b
+</TD><TD valign=bottom>
+When evaluating a state (resp.  event) formula, prints its truth value
+for state (resp. transition) numbered 0.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-c
+</TD><TD valign=bottom>
+When evaluating a state (resp.  event) formula, prints the number of
+states (resp. transitions) satisfying the formula.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-s
+</TD><TD valign=bottom>
+When evaluating a state (resp.  event) formula, prints the set of
+states (resp. transitions) satisfying the formula. States (resp.
+transitions) are numberred in their order of occurrence in the ktz file.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Other flags: -->
+<B>Other flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-S  scnfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+When a  formula evaluates to FALSE,  writes a counter  example in &#46;scn
+format of in file scnfile (creating the file if it does not exist, and
+overwriting  it otherwise).   This flag  is useful  to  replay counter
+examples  in  the  nd  stepper  when  modelchecking  an  existing  ktz
+description and a description of the net the &#46;ktz file describes the
+behavior  of  is available  (see  "interacting  with  the nd  stepper"
+below).
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output destination: -->
+<B>Output destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+outfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where results are written.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Errors destination: -->
+<B>Errors destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+errorfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where error messages are written. By default, errors are printed on standard error.
+<P>
+<P>
+<!-- .SH MUSE SE-MMC LANGUAGE AND COMMANDS -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>MUSE SE-MMC LANGUAGE AND COMMANDS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .SH 1. \f2Lexical matters\f1: -->
+</BLOCKQUOTE>
+<A name=>
+
+     <H3>1. <I>Lexical matters</I>:</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+- A identifier is either:
+<P>
+Any  place   or  transition  identifier   allowed  in  &#46;net   or  &#46;ndr
+descriptions, that  is: any  sequence of letters,  digits, underscores
+"_" and primes  "&#146;", or any sequence of  characters enclosed in braces
+in which "{", "}" (except the outer ones) and "\" are prefixed by "\"
+<P>
+Any sequence of symbols from the list ~ &#145; ! @ # $ % ^ & * - + = : ? |  / &lt; &gt; [ ];
+<P>
+A qualified identifier: an identifier prefixed by S., E. or L.
+<P>
+e.g.   hello, _p4&#146;_, 123, &gt;=&lt;, or {variable x45}, are legal identifiers.
+<P>
+- The commands are: op, infix, prefix, forget, verb, output, source, quit, assert.
+Command names  may not be used  as operator or  variable names.
+<P>
+- When  analyzing  identifiers,  the  scanner  advances  as  right  as
+possible.  So, in a juxtaposition  of identifiers, two symbolic or two
+alphanumeric unbraced identifiers,  or e.g. an alphanumeric identifier
+and a  command name, must  be separated by  a space.  But no  space is
+necessary  between  identifiers  of   different  kinds  or  between  a
+parenthesis (or ";") and an identifier.
+<P>
+- justaposition bind  tighter than infixes and associate  to the left,
+infixes and prefixes associate to the  right. That is, if f is a 3-ary
+operator in functional notation, A,  B, -, are prefixes, and /\, \/,
+are infixes:
+<P>
+<!-- .nf -->
+<PRE>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A p1 =&gt; B - p3 /\ f u v w
+  parses as&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(A p1) =&gt; ((B (- p3)) /\ (f u v wp))
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;f - B p1 (f p0 p1 (p4 /\ p5)) \/ f u v w
+  parses as&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(f (- B p1) (f p0 p1 (p4 /\ p5))) \/ (f u v w)
+<P>
+  and&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;f - B p1 f p0 p1 p4 \/ f u v w
+  parses as &nbsp;&nbsp;&nbsp;&nbsp;(f (- B p1) f p0 p1 p4) \/ (f u v w)
+  which is ill-typed
+<!-- .fi -->
+</PRE>
+<P>
+- infixes  have precedence in  0..5 (see  below). Infixes  with higher
+precedence bind tighter than those with lower precedence.
+<P>
+<P>
+<!-- .SH 2. \f2The initial environment\f1: -->
+</BLOCKQUOTE>
+<A name=>
+
+     <H3>2. <I>The initial environment</I>:</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+It is made up of (pushed in that order):
+<P>
+- The  atomic  state  and  event  propositions. They  have  the  names
+captured in the &#46;ktz file,  i.e. those of the places and transitions
+of the Petri net if the &#46;ktz file was generated by tina.
+<P>
+- Then, the logic and arithmetic primitives, constituted of:
+<P>
+<!-- .nf -->
+<PRE>
+   constants:&nbsp;&nbsp;&nbsp;T (true), F (false),
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;div (temporal divergence property),
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sub (partially defined state or transition)
+<P>
+   prefixes:&nbsp;&nbsp;&nbsp;&nbsp;- (logic negation), ~ (arithmetic negation),
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;modal operators &lt;f&gt;_ and [f]_, for each transition formula f,
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#145; followed by an integer, designating a state or transition by its rank in the ktz input file,
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the MEC4 primitives src, tgt, rsrc, rtgt
+<P>
+   infixes:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&gt; (implies), &lt;=&gt; (equivalent), of precedence 1
+   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/\ (and), \/ (or), of precedence 2
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;=, &gt;=, =, le, lt, ge, gt, of precedence 3
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+, of precedence 4
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*, of precedence 5
+<!-- .fi -->
+</PRE>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+- Then the user defined operators.
+<P>
+Since the syntactic classes of atomic state propositions, atomic event
+propositions, logic primitives,  integer,  and user defined operators,
+overlap,  we must have  some way  of disambiguating  identifiers.  For
+this:
+<P>
+- unqualified identifiers are bound to  the command with than name, if
+any, or otherwise to the last bound user defined operator with that name.
+<P>
+- identifiers  qualified by  S (e.g.  S.p1)  are bound  to the  atomic
+state proposition with that name with the qualifier removed (e.g. p1);
+<P>
+- identifiers  qualified by  E (e.g.  E.t1)  are bound  to the  atomic
+event proposition with that name with the qualifier removed (e.g. t1);
+<P>
+- identifiers  qualified by  L  (e.g.  L./\) are  bound  to the  logic
+primitive with that name with the qualifier removed (e.g. /\);
+<P>
+So, atomic  propositions (found  in the ktz  file) sharing  their name
+with some atomic propositions in a different group (state or event) or
+with some command  (e.g. op), or some logical  primitive (e.g.  -), or
+the name  of which  is an integer  (e.g.  3),  must be referred  to in
+formulas by their qualified form (e.g.  S.op, E.-, or S.3);
+<P>
+<P>
+<!-- .SH 3. \f2Derived forms and fixpoint notation\f1: -->
+</BLOCKQUOTE>
+<A name=>
+
+     <H3>3. <I>Derived forms and fixpoint notation</I>:</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+The modalities of the mu-calculus are derived from the MEC4 primitives,
+as follows. They benefit however of a specific concrete syntax:
+<P>
+   &lt;p&gt;q&nbsp;  stands for   src (p /\ rtgt q)
+<BR>
+   [p]q   stands for   -&lt;p&gt;(-q)
+<P>
+Modal mu-calculus makes use of fixpoint expressions:
+<P>
+- Minimal fixpoint expressions make use of keywords "min" or "mu", followed
+by the bound variable and a bar separating the variable from the body of
+the expression, as in  "min x | p <BLINK>\/</BLINK> &lt;q&gt;x".
+<P>
+- Maximal fixpoints makes use of keywords "max" or "nu".
+<P>
+Note: muse does not perform yet any polarity checks on fixpoint expressions,
+this check is left to the user&#146;s responsability. Hence termination of
+evaluation is not guaranteed (ill-formed expressions may diverge).
+<P>
+(more derived notations to come)
+<P>
+<!-- .SH 4. \f2Fixity\f1: -->
+</BLOCKQUOTE>
+<A name=>
+
+     <H3>4. <I>Fixity</I>:</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Identifiers declared  infix (binary  logic primitives or  user defined
+operators declared by "infix") must be used in infix notation;
+<P>
+Identifiers declared  prefix (unary  logic primitives or  user defined
+operators declared by "prefix") must  be used in prefix notation (in a
+juxtaposition  of  identifiers, prefix  operators  associate with  the
+right expression);
+<P>
+Other operators  or primitives accessed by their  qualified names must
+be used in functional notation.   E.g. if a1, a2, a3 are parenthesized
+expressions, and f has arity 3, then:
+<P>
+<!-- .nf -->
+<PRE>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;a1 /\ a2 and L./\ a1 a2 are legal (and equivalent)
+    but a1 L./\ a2 is ill-typed
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;f - a1 a2 a3 is legal (parses as ((f (- a1)) a2) a3)
+    but f L.- a1 a2 a3 T is ill-typed (parses as (((f L.-) a1) a2) a3)
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .SH 4. \f2Commands and effects\f1: -->
+</BLOCKQUOTE>
+<A name=>
+
+     <H3>4. <I>Commands and effects</I>:</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Commands must terminate with ";".  In formula files, the final ";" may
+be  omitted (EOF  plays that  role). The  effects of  commands  are as
+follows ("exp" is any ltl expression, x, y, f, xi are identifiers):
+<P>
+<!-- .nf -->
+<PRE>
+exp;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;evaluates MMC expression exp;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The result of evaluation of the last expression is always bound
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;to identifier "it";
+<P>
+assert exp "whentrue" "whenfalse";
+       in bool output mode, evaluates exp then prints string whentrue
+       (resp. whenfalse) if exp holds (resp. does not) instead of the
+       default message TRUE (resp. FALSE). Equivalent to exp in other
+       modes.
+<P>
+op f x1 ... xn = exp;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;declares an  operator f  or arity n  (n &gt;=  0), to be  used in
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;functional notation;
+<P>
+infix [n] x f y = exp;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;declares a binary operator f in infix notation. n is an
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;optional integer in 0..5 specifying precedence.
+<P>
+prefix f x = exp;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;declares a unary operator f in prefix notation;
+<P>
+forget f1 ... fn;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removed items names f1 ...  fn from the environment, and their
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fixity information;
+<P>
+source [file | "file"];
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;reads at toplevel the contents of file. The file name is
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;optionally surrounded  by string quotes (this  is necessary if
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the name includes spaces);
+<P>
+verb [true | false | debug];
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;verbosity level. Tne initial  setting follows from the command
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;line flags -v | -q (default -v);
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;true  (default):  prints   the  banner,  prompts,  results  of
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;commands, and evaluation times;
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;false:  just   prints  the   results  of  evaluation   of  LTL
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expressions (useful in batch mode);
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;debug: may print extra information (mainly for developper);
+<P>
+output [bool | card | set];
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;specify   effects   and   results   of  evaluations   of   MMC
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expressions.  The  command  line  flags  -b, -c, -s,
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;specifie the initial setting (default -c);
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If the expression evaluated is a state (resp. transition) expression:
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bool: evaluation returns the truth value (TRUE or FALSE) of the
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expression at state 0 (resp. transition 0);
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;card (default): evaluation returns the number of states (resp. transitions)
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;satisfying the expression;
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set: evaluation returns the set of states (resp. transitions)
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;satisfying the expression;
+<P>
+which exp;
+        Like exp; but overrides the default output option by "set";
+<P>
+card exp;
+        Like exp; but overrides the default output option by "card";
+<P>
+quit&nbsp;&nbsp;&nbsp;&nbsp;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;leaves muse (also ^D on Unix targets).
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<P>
+<!-- .SH 5. \f2Example commands\f1: -->
+</BLOCKQUOTE>
+<A name=>
+
+     <H3>5. <I>Example commands</I>:</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+p1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(eqv. p1 lt 0 <BLINK>\/</BLINK> p gt 0)
+- p1;   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(eqv. p1 = 0)
+p1 /\ p2 &gt;= 2;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(eqv. p1 /\ (p2 &gt;= 2))
+op x &gt; y = x &gt;= y + 1;&nbsp;&nbsp;(declares arithmetic operator &gt;, in infix form)
+p1+p2;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(eqv. p1+p2 &gt;= 0, eqv. p1 \/ p2)
+p1+p2 &gt; p3;
+p1*p2 = 0;
+infix y follows x = [] (x =&gt; &lt;&gt;y);
+      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(declares logical operator "follows:, in infix form)
+(t3 \/ p5) follows (t1 /\ p1&gt;=p2);
+    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(eqv. [] ((t1 /\ (p1&gt;=p2)) =&gt; &lt;&gt; (t3 \/ p5)));
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+muse abp.ktz -b -f "[] (t1 =&gt; &lt;&gt; t3)" -q -b
+muse abp.ktz
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu
+LAAS/CNRS,  2000-2012, <A HREF="mailto:Bernard.Berthomieu@laas.fr">Bernard.Berthomieu@laas.fr</A>
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>muse (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/muse.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/nd.html b/tools/tina-3.7.0/doc/html/nd.html
new file mode 100644
index 0000000000000000000000000000000000000000..60faee9b5dcd991f9a42eb562fd3d5d139cb7f03
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/nd.html
@@ -0,0 +1,160 @@
+<HTML><HEAD>
+<TITLE>Manual Page - nd(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH nd n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>nd (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+nd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  - Time Petri net net editor and Graphic interface for toolbox
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Examples</A><BR>
+<A HREF=#5>See Also</A><BR>
+<A HREF=#6>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B nd  -->
+<B>nd</B> [-<I>h</I>elp]
+[-ag | -at | -ng | -nt]
+[file]
+<P>
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd (netDraw)  embeds editors for graphic and  textual net descriptions
+and  automata  descriptions. Also  provides  graphical interfaces  for
+tools tina and  struct ("tools" button) when editing  a net.  Produces
+files in &#46;net  or &#46;ndr format (for nets) readable by tina and struct,
+or in &#46;aut  or &#46;adr format (for automata),  may import descriptions in
+&#46;pnml (with or without graphics), &#46;tpn (tina&#146;s script language), or
+&#46;ktz (for automata).
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD colspan=2>
+<!-- .B \-\f2h\f1elp Recalls options. -->
+<B>-</B><I>h</I>elp Recalls options. </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-ag | -at | -ng | -nt
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+Selection  of initial  editing mode  if no  file is  loaded.  With -ag
+(resp. -at), edits an automaton  in graphic (resp. textual) form. With
+-ng (resp.  -nt), edits  a Time Petri  net in graphic  (resp. textual)
+form.
+<P>
+The editing mode of nd is determined by:
+<!-- .nf -->
+<PRE>
+- its default value (-ng),
+- superseded by the value saved in the setup file, if any,
+- superseded by the command line argument, if any,
+- superseded  by the  mode determined from  the contents
+of the file loaded, if any.
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+file
+</TD><TD valign=bottom>
+<P>
+The file  being loaded, if it  exist (it must  be in one of  the above
+formats), or a filename in which the item being edited is saved.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Default options: -->
+<B>Default options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+nd -ng buffer.ndr
+<P>
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+nd
+nd exemple.ndr
+nd example.aut
+nd -nt
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu, LAAS/CNRS, 2000-2012, <A HREF="mailto:Bernard.Berthomieu@laas.fr.">Bernard.Berthomieu@laas.fr.</A>
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>nd (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/nd.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/ndrio.html b/tools/tina-3.7.0/doc/html/ndrio.html
new file mode 100644
index 0000000000000000000000000000000000000000..80c4f497b643230c4de2002c30884798e2624e08
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/ndrio.html
@@ -0,0 +1,321 @@
+<HTML><HEAD>
+<TITLE>Manual Page - ndrio(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH ndrio n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>ndrio (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+ndrio  - conversion tool for Petri nets and Time Petri nets
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Examples</A><BR>
+<A HREF=#5>See Also</A><BR>
+<A HREF=#6>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B ndrio -->
+<B>ndrio</B> [-<I>h</I>elp]
+<BR>
+      [-NET | -NDR | -PNML | -TPN]
+<BR>
+      [-net | -ndr | -pnml | -tpn | -pnt | -romeo | -lola | -nupn]
+<BR>
+      [-graphplace | -dot | -neato | -circo | -textify]
+<BR>
+      [-no-nupn] [-ren] [-d] [-rev]
+<BR>
+      [infile] [outfile] [errorfile]
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+ndrio converts Petri nets and Time Petri nets between several, graphic
+or textual, formats. ndrio handles tina labels, delay intervals associated
+with transitions, generalized inhibitor and read (test) arcs, generalized
+stopwatch-inhibitor and stopwatch arcs, and priorities.
+The features not supported by the target format are silently omitted.
+The formats manipulated are the following:
+<P>
+<!-- .nf -->
+<PRE>
+name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;extension       description
+------------------------------------------------------
+net             &#46;net          tina textual format
+ndr             &#46;ndr          tina graphic format (produced by nd)
+tpn             &#46;tpn          tina textual scripts format
+pnml            &#46;pnml         Petri Net Markup Language format
+                                (with or without graphics)
+pnt             &#46;pnt          INA format
+                                (if the net is timed, the intervals
+                                 are saved into a companion &#46;tim file)
+romeo           &#46;romeo        romeo format (without graphics)
+lola            &#46;lola         LoLA format (unstructured)
+nupn            &#46;nupn         CADP nupn format
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+The conversions currently supported are the following:
+<P>
+<!-- .nf -->
+<PRE>
+from&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;to
+------------------------------------------------------
+net             ndr, tpn, pnml, pnt, romeo, lola, nupn
+ndr             net, tpn, pnml, pnt, romeo, lola, nupn
+tpn             net, ndr, pnml, pnt, romeo, lola, nupn
+pnml            net, ndr, tpn, pnml, pnt, romeo, lola, nupn
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+-<I>h</I>elp
+</TD><TD valign=bottom>
+Recalls options.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input format flags: -->
+<B>Input format flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-NET | -NDR | -PNML | -TPN
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. Default is -NET.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output format flags: -->
+<B>Output format flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-net | -ndr | -pnml | -tpn | -pnt | -romeo | -lola | -nupn
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies the  format of the output  net. This flag  is necessary when
+the output net  is written on standard output, or into a file that does
+not bear the expected extension.
+<P>
+Export to romeo and lola is preliminary. The graphic information, if any,
+is currently not exported to romeo. Also, the user should make sure the
+place and transition names used in the input file are legal romeo or
+lola names; ndrio does not attempt to convert them (consider passing options
+-r -d, in addition).
+<P>
+Export to nupn converts pnml format, with or without nupn units descriptions,
+to CADP nupn format. If the input file format is not pnml, or there are no
+unit descriptions in the file, or if option -no-nupn is passed, outputs a file
+in nupn format in which all units are trivial (each contains a single place).
+In all cases, the input net is assumed safe.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Drawing options: -->
+<B>Drawing options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-graphplace | -dot | -neato | -circo
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specify a placement filter for nodes. Necessary when converting from a
+graphics-free format  into &#46;ndr; optional when converting  into &#46;pnml
+(graphics information is only  generated if some filter is specified).
+When  converting  from  a   graphic  format,  the  original  placement
+information is always retained, whatever the tool specified.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Textifying option: -->
+<B>Textifying option:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-textify
+</TD><TD valign=bottom>
+Removes any graphics information from the input file when graphics is
+supported but optional in the output format.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Other flags: -->
+<B>Other flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-no-nupn
+</TD><TD valign=bottom>
+If the input file is in pnml format, forget any nupn units descriptions in it.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-ren | -r
+</TD><TD valign=bottom>
+Renames places and transitions with integers prefixed by "p" and "t", respectively.
+Old names become labels.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-d
+</TD><TD valign=bottom>
+Drops all labels of places and transitions.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-rev
+</TD><TD valign=bottom>
+Reverses the direction of normal edges (inhibitor, read, stopwatch,
+stopwatch-inhibitor and priority edges are unchanged).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input source: -->
+<B>Input source:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+infile
+</TD><TD valign=bottom>
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table above. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output destination: -->
+<B>Output destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+outfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where the net is written. The output format is determined by the file
+type, according  to the  table above. If  absent or specified  by "-",
+then the net is written on standard output in the format specified by
+the output flag. If both an  outfile and some output flag are present,
+then the format defined by  the output flag supersedes that determined
+by the outfile extension.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Errors destination: -->
+<B>Errors destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+errorfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where error messages are written. By default, errors are printed on standard error.
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+ndrio abp.net abp.pnml
+ndrio abp.ndr abp.net
+ndrio -NDR -pnml -neato &lt; abp.ndr &gt; abp.pnml
+ndrio abp.ndr -NET
+ndrio abp.ndr abp.pnt
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), plan(n), struct(n), ktzio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu, with contributions by Florent Peres,
+LAAS/CNRS, 2000-2021, <A HREF="mailto:Bernard.Berthomieu@laas.fr.">Bernard.Berthomieu@laas.fr.</A>
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>ndrio (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/ndrio.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/pathto.html b/tools/tina-3.7.0/doc/html/pathto.html
new file mode 100644
index 0000000000000000000000000000000000000000..6490221bc2817dc7994e01c4ba247103c1d1cffd
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/pathto.html
@@ -0,0 +1,213 @@
+<HTML><HEAD>
+<TITLE>Manual Page - pathto(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH pathto n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>pathto (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+pathto  - compute path to a state in a ktz description
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Examples</A><BR>
+<A HREF=#5>See Also</A><BR>
+<A HREF=#6>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B -->
+<B></B> pathto [-<I>h</I>elp]
+<BR>
+       tgt [-from src]
+<BR>
+       [-p | -t | -s | -l]
+<BR>
+       [infile] [outfile] [errorfile]
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Given a kripke transition system in a ktz file, a target state identified by its rank in the kts file, and a source state (default 0), computes a path in the kts from the source
+to the destination state.
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+-<I>h</I>elp
+</TD><TD valign=bottom>
+Recalls options.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Source and destination states: -->
+<B>Source and destination states:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+tgt
+</TD><TD valign=bottom>
+The target state, identified by its rank in the ktz file.
+<P>
+<!-- .TB -->
+<!-- ignored unsupported tag .TB -->
+-from src
+The source state (default 0), identified by its rank in the ktz file.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output format flags: -->
+<B>Output format flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-p
+</TD><TD valign=bottom>
+Prints path from src to tgt as a series of states (ranks) separated by
+transition (names). This is the default output format.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-t
+</TD><TD valign=bottom>
+Prints path from src to tgt as a series of transition (names). Such sequences
+are conformant to the &#46;scn format expected by plan, play or the nd stepper.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-s
+</TD><TD valign=bottom>
+Prints path from src to tgt as a series of states (ranks).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-l
+</TD><TD valign=bottom>
+Prints the length of a path from src to tgt.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input source: -->
+<B>Input source:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+infile
+</TD><TD valign=bottom>
+A ktz file.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output destination: -->
+<B>Output destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+outfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where the result path or its length is written (default stdin).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Errors destination: -->
+<B>Errors destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+errorfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where error messages are written (default stderr).
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+pathto 4 ifip.ktz
+pathto 8 -from 2 -t abp.ktz
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), play(n), walk(n), reduce(n), formats(n)
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu,
+LAAS/CNRS, 2000-2012, <A HREF="mailto:Bernard.Berthomieu@laas.fr.">Bernard.Berthomieu@laas.fr.</A>
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>pathto (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/pathto.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/plan.html b/tools/tina-3.7.0/doc/html/plan.html
new file mode 100644
index 0000000000000000000000000000000000000000..2d73438b8f4be765942fdf497d23f721869d6ef7
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/plan.html
@@ -0,0 +1,411 @@
+<HTML><HEAD>
+<TITLE>Manual Page - plan(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH plan n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>plan (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+plan - path analysis tool
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Examples</A><BR>
+<A HREF=#5>Notes</A><BR>
+<A HREF=#6>See Also</A><BR>
+<A HREF=#7>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=8>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B plan  -->
+<B>plan</B> [-<I>h</I>elp]
+<BR>
+     [-A(|w|i) | -S(|w|i)]
+<BR>
+     [-t s] [-df | -bf] [-p]
+<BR>
+     [-NET | -NDR | -PNML | -TPN | -TTS]
+<BR>
+     [-v | -q | -s] [-abs | -rel] [-raw | -min | -can]
+<BR>
+     [scninfile] [netinfile] [outfile] [errorfile]
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+From a Time Petri net or  Time Transition System and a firing sequence
+in &#46;scn format, plan  computes an inequation system characterizing all
+the times at which transitions in the sequence may fire, or an example
+firing schedule (also called path).
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+-<I>h</I>elp
+</TD><TD valign=bottom>
+Recalls options.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Operating mode options: -->
+<B>Operating mode options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-A
+</TD><TD valign=bottom>
+Returns  an  inequation  system   characterizing  the  times  at  which
+transition in the input &#46;scn firing sequence may fire.
+If the  input firing sequence is timed, then  times are forgotten.
+Fails if the input firing sequence is not firable.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-S
+</TD><TD valign=bottom>
+Returns a solution of the system computed by -A.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-Aw
+</TD><TD valign=bottom>
+Line breaks  in scnfiles are  significant. Omitting blank  and comment
+lines,  file scnfile  defines a  series  of sequence.  That series  of
+sequence can  always be written s.w,  where w is the  last sequence in
+the series,  and s  is the concatenation  of all sequences  except the
+last.
+<P>
+If subsequence  w is empty, then  -Aw is equivalent  to -A. Otherwise,
+-Aw  assumes that  sequence  s.w^*  is firable  and  returns a  system
+characterizing the times at which transition in sequence s.w may fire,
+with the guarantee that this path leads to a state from which sequence
+w is firable an infinite number of times.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-Sw
+</TD><TD valign=bottom>
+Returns a  solution of  the system computed  by -Aw.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-Ai
+</TD><TD valign=bottom>
+(IN PROGRESS)
+As  -Aw, except  that the  system returned,  if any,
+characterizes infinite  paths: the subsystem  characterizing the times
+of subsequence w is guaranteed to produce stationary paths (with equal
+source and target states).  Such a solution is not garanteed to exist,
+even though sequence w is firable an infinite number of times after s
+(Time Petri nets may exhibit zeno behaviors).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-Si
+</TD><TD valign=bottom>
+(IN PROGRESS)
+Returns a solution  of the system computed by  -Ai.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Path options: -->
+<B>Path options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-abs
+</TD><TD valign=bottom>
+Returns  path system  or path  expressed in  terms of  dates (absolute
+times). Variable  start is  the time at  which the initial  marking is
+established.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-rel
+</TD><TD valign=bottom>
+Returns  path system  or path  expressed in  terms of  delays (relative
+times).
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-raw
+</TD><TD valign=bottom>
+Returns path system "as computed", without any particular post processing.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-can
+</TD><TD valign=bottom>
+Returns path system in which all constraints are tight. All missing constraints,
+if any, are redundant and can be recovered as linear combinations of the existing constraints.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-min
+</TD><TD valign=bottom>
+(IN PROGRESS)
+As -can, except that attempts to return a system without redundant constraints.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output format flags: -->
+<B>Output format flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-v
+</TD><TD valign=bottom>
+verbose output. Prints results in explicit form.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-q
+</TD><TD valign=bottom>
+Prints a summary of results. For -A, and when -can or -min is passed,
+prints the duration of the shortest and longest paths.
+For -S, prints the duration of the path computed.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-s
+</TD><TD valign=bottom>
+Output results in a format loadable into the nd stepper, for replaying it
+(only for mode -S).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Other flags: -->
+<B>Other flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-p
+</TD><TD valign=bottom>
+Disables path analysis (just parses).
+<P>
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input format flags for net: -->
+<B>Input format flags for net:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-NET | -NDR | -PNML | -TPN | -TTS
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in &#46;net or
+&#46;ndr format.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Firing sequence input source: -->
+<B>Firing sequence input source:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+scninfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where the firing  sequence is read. If absent or specified by
+"-", the sequence is read on  standard input.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Net input source: -->
+<B>Net input source:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+netinfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", and
+the firing sequence is not read  on standard input, the net is read on
+standard input in  the format specified by the input  flag. If both an
+infile and some input flag are present, then the format defined by the
+input flag supersedes that determined by the infile extension.
+<P>
+<!-- .nf -->
+<PRE>
+file extension&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;input format
+--------------------------------------------------------------
+&#46;net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;net format
+&#46;ndr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ndr format
+&#46;tpn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tpn format
+&#46;pnml&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pnml format
+&#46;tts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tts format
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output destination: -->
+<B>Output destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+outfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where results are written. The output format is determined by the file
+type, according  to the  table below. If  absent or specified  by "-",
+then the net is written on  standard output in the format specified by
+the output  format flag. If both  an outfile and some  output flag are
+present, then  the format defined  by the output flag  supersedes that
+determined by the outfile extension.
+<P>
+<!-- .nf -->
+<PRE>
+file extension&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;output format
+--------------------------------------------------------------
+&#46;scn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nd stepper format
+any other&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;textual output (default -v style)
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Errors destination: -->
+<B>Errors destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+errorfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where error messages are written. By default, errors are printed on standard error.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Default options: -->
+<B>Default options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+plan -A -v
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+plan -A nets/ifip.scn nets/ifip.ndr
+plan -A nets/ifip.scn nets/ifip.ndr -s
+cat nets/ifip.scn | plan -S - nets/ifip.ndr
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .SH NOTES -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>NOTES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Tool plan is  still in progress.  Options -Aw and -Sw are experimental,
+options -Ai, -Si are not implemented yet.
+<P>
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)k]
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu, LAAS/CNRS, 2000-2012, <A HREF="mailto:Bernard.Berthomieu@laas.fr.">Bernard.Berthomieu@laas.fr.</A>
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>plan (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/plan.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/play.html b/tools/tina-3.7.0/doc/html/play.html
new file mode 100644
index 0000000000000000000000000000000000000000..0dd2188c996854a24b98037281d8361ffc902718
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/play.html
@@ -0,0 +1,414 @@
+<HTML><HEAD>
+<TITLE>Manual Page - play(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH play n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>play (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+play  - Tina stepper simulator
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Play Stepper Interactive Commands</A><BR>
+<A HREF=#5>Examples</A><BR>
+<A HREF=#6>See Also</A><BR>
+<A HREF=#7>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=8>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B play [\-\f2h\f1elp] -->
+<B>play [-</B><I>h</I>elp] <BR>
+     [-NET | -NDR | -TPN | -PNML | -TTS]
+<BR>
+     [-inh] [-tc] [-dt] [-pr] [-sw]
+<BR>
+     [infile] [outfile] [errorfile]
+<P>
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Tool  play allows  to  simulate  net descriptions  in  any of  formats
+&#46;net,  &#46;ndr,  &#46;tpn, &#46;pnml  or  &#46;tts.   Its capabilities  are
+similar to those provided by the  nd stepper except that play may also
+simulate &#46;tts descriptions.
+<P>
+A simulation  is a  series of states  separated by  transitions (delay
+transitions or  discrete transitions). Play  allows one to  build such
+sequences and navigate within, interactively.
+<P>
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+-<I>h</I>elp
+</TD><TD valign=bottom>
+Recalls options.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Verbosity level: -->
+<B>Verbosity level:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-v
+</TD><TD valign=bottom>
+Prints banner, parsing message and prompts for commands (default).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-q
+</TD><TD valign=bottom>
+No banner nor times are printed. This flag is convenient for batch usage of play.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input options: -->
+<B>Input options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-inh
+</TD><TD valign=bottom>
+Forget inhibitor arcs in the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-pr
+</TD><TD valign=bottom>
+Forget priority constraints in the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-tc
+</TD><TD valign=bottom>
+Forget time constraints  in the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-dt
+</TD><TD valign=bottom>
+Forget data processing when reading a tts description.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-sw
+</TD><TD valign=bottom>
+Forget stopwatches in the input net.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input format and source: -->
+<B>Input format and source:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-NET | -NDR | -PNML | -TPN | -TTS
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in .net or
+<!-- .ndr format. -->
+<!-- ignored unsupported tag .ndr -->
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+infile
+</TD><TD valign=bottom>
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+<P>
+<!-- .nf -->
+<PRE>
+file extension&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;input format
+--------------------------------------------------------------
+&#46;net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;net format
+&#46;ndr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ndr format
+&#46;tpn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tpn format
+&#46;pnml&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pnml format
+&#46;tts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tts format
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output destination: -->
+<B>Output destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+outfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where results are written. If absent or specified  by "-",
+results are written on standard output.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Errors destination: -->
+<B>Errors destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+errorfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where error messages are written. If absent or specified  by "-",
+error messages are written on standard error.
+<P>
+<P>
+<P>
+<!-- .SH PLAY STEPPER INTERACTIVE COMMANDS -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>PLAY STEPPER INTERACTIVE COMMANDS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+When  called, play prints  the initial  state of  the input  net, with
+information about  the enabled,  frozen and firable  transitions, then
+waits for commands. These commands are the following.
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B h -->
+<B>h</B> </TD><TD valign=bottom>
+Prints a short summary of available commands.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B f tr -->
+<B>f tr</B> </TD><TD valign=bottom>
+Fires transition with name tr. tr must be among the transitions shown as firable.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B # n -->
+<B># n</B> </TD><TD valign=bottom>
+Fires the n^th transition in the firable list of transitions.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B d k -->
+<B>d k</B> </TD><TD valign=bottom>
+Let delay k elapse from current state, k is an integer of a number in
+floating point notation.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B r n -->
+<B>r n</B> </TD><TD valign=bottom>
+Randomly fire n random steps and print last state reached.
+A step is delay followed by a discrete transition.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B R n -->
+<B>R n</B> </TD><TD valign=bottom>
+Like "r n" except intermediate states are printed.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B m -->
+<B>m</B> </TD><TD valign=bottom>
+Sets a mark on the current state (for commands &lt;&lt; and &gt;&gt; below).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B < [n] -->
+<B>&lt; [n]</B> </TD><TD valign=bottom>
+Undoes [n times] in history the last state transition (delay or discrete). Default n is 1.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B > [n] -->
+<B>&gt; [n]</B> </TD><TD valign=bottom>
+Redoes [n times] in history the next state transition (delay or discrete). Default n is 1.
+Redo n is only possible if at least n state transitions are available in the history,
+that is if some undo have been done before.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B << [n] -->
+<B>&lt;&lt; [n]</B> </TD><TD valign=bottom>
+Jump backward [n times] in history to the previously marked state or the initial state.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B >> [n] -->
+<B>&gt;&gt; [n]</B> </TD><TD valign=bottom>
+Jump forward [n times] in history to the next marked state or the last state.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B |< -->
+<B>|&lt;</B> </TD><TD valign=bottom>
+Jump to the initial state.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B >| -->
+<B>&gt;|</B> </TD><TD valign=bottom>
+Jump to the last state stored.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B . -->
+<B>.</B> </TD><TD valign=bottom>
+Prints the current state.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B l file -->
+<B>l file</B> </TD><TD valign=bottom>
+Load a scenario file in &#46;scn format generated by selt, pathto, plan or play.
+If the input net is timed, then the &#46;scn file must be timed too.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B s file -->
+<B>s file</B> </TD><TD valign=bottom>
+Save the current history as a &#46;scn file. If the input net is timed, then the
+&#46;scn will be timed too.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B k (true|false) -->
+<B>k (true|false)</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Keep history (default) or not when applying commands f, d, r or R. Not keeping
+history permits long simulations that could otherwise exhaust memory.
+Navigation commands (&lt;, &gt;, &lt;&lt;, &gt;&gt;, |&lt;, |&gt;, m) are only available when history
+is kept.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+<!-- .B q or ^D -->
+<B>q or ^D</B> </TD><TD valign=bottom>
+Quit play.
+<P>
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=5>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+play ifip.ndr
+play abp.ndr -q &lt; commands &gt; results
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), walk(n), reduce(n), formats(n)
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu
+LAAS/CNRS,  2000-2012, <A HREF="mailto:Bernard.Berthomieu@laas.fr">Bernard.Berthomieu@laas.fr</A>
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>play (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/play.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/reduce.html b/tools/tina-3.7.0/doc/html/reduce.html
new file mode 100644
index 0000000000000000000000000000000000000000..89c73d89dcef95b4e3415d185006c4fff7ef6f62
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/reduce.html
@@ -0,0 +1,410 @@
+<HTML><HEAD>
+<TITLE>Manual Page - reduce(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH reduce n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>reduce (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+reduce  - Tina reduction tool
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Examples</A><BR>
+<A HREF=#5>See Also</A><BR>
+<A HREF=#6>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B reduce -->
+<B>reduce</B> [-<I>h</I>elp] [-p]
+<BR>
+       [-rg[,start][,redundant][,compact[+]]
+<BR>
+           [,convert][,mg][,4ti2][,transitions]]
+<BR>
+       [-redundant-limit n] [-redundant-time n]
+<BR>
+       [-inv-limit n] [-inv-time n]
+<BR>
+       [-tr[,cluster][,4ti2]]
+<BR>
+       [-semiflow-limit n] [-semiflow-time n]
+<BR>
+       [-nupn-limit n] [-no-nupn]
+<BR>
+       [-v | -q] [-t n]
+<BR>
+       [-NET | -NDR | -TPN | -PNML | -TTS]
+<BR>
+       [-inh] [-tc] [-dt] [-pr] [-sw] [-stats]
+<BR>
+       [infile] [outfile] [errorfile]
+<P>
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Tool reduce includes an implementation of the reduction system presented in papers:
+<P>
+<!-- .nf -->
+<PRE>
+B Berthomieu, D Le Botlan, S Dal Zilio
+International Symposium on Model Checking Software (SPIN), LNCS 10869, pp 65-84, Springer, 2018.
+<P>
+B Berthomieu, D Le Botlan, S Dal Zilio
+International Journal on Software Tools for Technology Transfer 22(2), pp 163-181, Springer, 2020.
+<!-- .fi -->
+</PRE>
+<P>
+To these reductions, reduce adds the capability of clustering safe place invariants
+into a single place, thanks to the tina tools supporting generalized read arcs
+and generalized inhibitor arcs.
+<P>
+The input is a net description in any format supported by the Tina tools
+(&#46;net,  &#46;ndr,  &#46;tpn, &#46;pnml  or  &#46;tts); the output is a net in
+the tina &#46;net format annotated by reduction equations (as comments).
+The input net should not have time constraints, priorities nor special arcs
+(read or inhibitors arcs); the output net may have special arcs.
+<P>
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+-<I>h</I>elp
+</TD><TD valign=bottom>
+Recalls options.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Reduction specification and limits: -->
+<B>Reduction specification and limits:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-rg[,start][,redundant][,compact[+]][,convert][,mg][,4ti2][,transitions]
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Reduction preserving the reachability set (through reduction equations).
+By default (-rg without options), only removes duplicated and constant
+places, and duplicated and identity transitions. The options are:
+<P>
+<!-- .nf -->
+<PRE>
+start:       fire start transitions                   
+redundant:   remove redundant places and redundant transitions (using ILP)                  
+compact[+]:  agglomerate places (two options)        
+convert:     clusters each complementary pair of places into a single place              
+mg:          computes equational descriptions of their reachability set for some special cases of nets
+transitions: keep a copy of each transition (among duplicates)
+4ti2:        use tool 4ti2 for computing redundant places and transitions rather than native algorithms.
+<!-- .fi -->
+</PRE>
+<P>
+The toolset 4ti2 must be installed by the user.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-redundant-limit n
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Limit on the size of nets (|P| or |T|) for application of the redundant option.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-redundant-time n
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Timeout on the computation of redundant places and transitions, if requested.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-inv-limit n
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Limit on the size of nets (|P|) for application of the mg option.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-inv-time n
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Timeout on the computation of equational description for option mg, if requested.
+<P>
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Transformation specification and limits: -->
+<B>Transformation specification and limits:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-tr[,cluster][,4ti2]
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Reduction preserving the reachability set (through transformation relations).
+Currently, the sole transformation provided is cluster.
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   
+<!-- .nf -->
+<PRE>
+cluster:   Clusters safe place invariants into a single place, using an encoding relying on special arcs.
+           The safe invariants are deduced either from the nupn information in the pnml file, of any,
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;      or from the place semiflows of the net, otherwise.
+4ti2:      use tool 4ti2 for computing place semiflows rather than native algorithms.
+<!-- .fi -->
+</PRE>
+<P>
+The toolset 4ti2 must be installed by the user.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-semiflow-limit n
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Limit on the size of nets (|P|) for computation of p-semiflows for the cluster option.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-semiflow-time n
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Timeout on the computation of semiflows for option cluster, if requested.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-nupn-limit n | -no-nupn
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Forget nupn information in input net, if any (-no-nupn), or forget it only if |P| &gt; n (-nupn-limit n).
+<P>
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input options: -->
+<B>Input options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-inh
+</TD><TD valign=bottom>
+Forget inhibitor arcs in the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-pr
+</TD><TD valign=bottom>
+Forget priority constraints in the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-tc
+</TD><TD valign=bottom>
+Forget time constraints in the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-dt
+</TD><TD valign=bottom>
+Forget data processing when reading a tts description.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-sw
+</TD><TD valign=bottom>
+Forget stopwatches in the input net.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input format and source: -->
+<B>Input format and source:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-NET | -NDR | -PNML | -TPN | -TTS
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in .net or
+<!-- .ndr format. -->
+<!-- ignored unsupported tag .ndr -->
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+infile
+</TD><TD valign=bottom>
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+<P>
+<!-- .nf -->
+<PRE>
+file extension&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;input format
+--------------------------------------------------------------
+&#46;net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;net format
+&#46;ndr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ndr format
+&#46;tpn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tpn format
+&#46;pnml&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pnml format
+&#46;tts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tts format
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output format and destination: -->
+<B>Output format and destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-q | -v
+</TD><TD valign=bottom>
+Verbosity level, quiet (-q) or verbose (-v).
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+outfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where results are written. If absent or specified  by "-",
+results are written on standard output.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Errors destination: -->
+<B>Errors destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+errfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where error messages are written. If absent or specified  by "-", error messages are written on standard error.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Other flags: -->
+<B>Other flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-t s
+</TD><TD valign=bottom>
+Limit on total duration of reduction.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-stats
+</TD><TD valign=bottom>
+Print some statistics information, if available.
+<P>
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+reduce -rg,redundant,compact HouseConstruction-PT-00100.pnml
+reduce -rg,redundant,compact+ models/Angiogenesis-PT-20.pnml
+reduce -rg,redundant,compact models/AirplaneLD-PT-0010.pnml
+reduce -rg,start,redundant,compact+ models/IBM319-PT-none.pnml
+reduce -rg,redundant,compact,mg,4ti2 models/CircularTrains-PT-024.pnml
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), formats(n)
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu
+LAAS/CNRS,  2000-2012, <A HREF="mailto:Bernard.Berthomieu@laas.fr">Bernard.Berthomieu@laas.fr</A>
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>reduce (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/reduce.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/selt.html b/tools/tina-3.7.0/doc/html/selt.html
new file mode 100644
index 0000000000000000000000000000000000000000..b718cbd55fbb98c3c6d87ebc3f15eec3683dac5f
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/selt.html
@@ -0,0 +1,689 @@
+<HTML><HEAD>
+<TITLE>Manual Page - selt(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH selt n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>selt (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+selt  - SE-LTL model checker
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Interacting With The Nd Stepper</A><BR>
+<A HREF=#5>Selt Se-ltl Language And Commands</A><BR>
+<A HREF=#6>Examples</A><BR>
+<A HREF=#7>See Also</A><BR>
+<A HREF=#8>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=9>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B selt -->
+<B>selt</B> [-<I>h</I>elp]
+<P>
+<!-- .B selt -->
+<B>selt</B> ktzfile [-f formula | formfile] [-prelude ltlfile]
+<BR>
+     [-ltl2nc | -spin | -ltl2ba | -spot]
+<BR>
+     [-q | -v] [-b | -c | -p | -s | -g] [-S scnfile] [-wp n]
+<BR>
+     [outfile] [errorfile]
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+selt model-checks state-event LTL formulas on a kripke transition system
+given in ktz format.
+<P>
+If some  formula is specified (by  flag -f or by  providing formfile),
+then  the result  of  evaluation  of  the formula  is  printed
+according to the output mode and verbosity flags, and selt exits.
+<P>
+If  no  formula file is  specified,  then  selt  starts an  interactive
+session, evaluating commands entered by the user on standard input (see
+"selt se-ltl language and commands" below).
+<P>
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+-<I>h</I>elp
+</TD><TD valign=bottom>
+Recalls options.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Ktz input: -->
+<B>Ktz input:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+ktzfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+The kripke transition system on which formula are model-checked, in
+ktz format (extension &#46;ktz).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-wp (0|1|2)
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+This flag removes (0), preserves (1),  or forces at each state (2) the
+temporal divergence  property possibly present in the  kts file (see
+tina&#146;s -wp flag for details).
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B LTL input: -->
+<B>LTL input:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-f formula
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Passes to selt the formula to be verified.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+formfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies a file holding the formulas to be verified. Must have extension &#46;ltl
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-prelude ltlfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies a  file containing selt  commands to be evaluated  on entry,
+before  any formula  provided by  -f, by  formfile,  or interactively.
+This  flag is  useful to  load  SE-LTL libraries.   ltlfile must  have
+extension .ltl
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B LTL to Buchi automata converter options: -->
+<B>LTL to Buchi automata converter options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+default  option
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+If none of the following options is passed, selt will use the converter
+the name of which is found in the environment variable LTL2BA, if set,
+or ltl2nc otherwise (ltl2nc is bundled with tina, for all targets).
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-ltl2nc
+</TD><TD valign=bottom>
+Convert  ltl formula  to buchi  automata  using ltl2nc  (ltl to  never
+claim), a stripped down version of spin-6.2.3 only implementing option
+-f.  ltl2nc binaries are bundled with tina distributions.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-spin
+</TD><TD valign=bottom>
+Convert ltl formula to buchi automata using spin (any version).
+spin must be installed at your site from the sources or binaries
+available from (<A HREF="http://spinroot.com">http://spinroot.com</A>).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-ltl2ba
+</TD><TD valign=bottom>
+Convert ltl formula to buchi automata using Oddoux/Gastin ltl2ba.
+Typically yields smaller automata than the above,
+fits most purposes and easy to compile.
+ltl2ba must be installed at your site, from the sources available
+at (<A HREF="http://www.lsv.fr/~gastin/ltl2ba">http://www.lsv.fr/~gastin/ltl2ba</A>). Pre-compiled binaries of
+ltl2ba V1.0 for some targets may be available at
+(<A HREF="http://www.laas.fr/tina/software2.php">http://www.laas.fr/tina/software2.php</A>).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-spot
+</TD><TD valign=bottom>
+Convert ltl formula to buchi automata using ltl2tgba from the SPOT
+model checking library.
+ltl2tgba must be installed at your site, from
+the sources available at (<A HREF="http://spot.lrde.epita.fr">http://spot.lrde.epita.fr</A>).
+This is certainly the fastest converter available, and that yielding
+the smallest automata, but compilation may be challenging on some targets.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Verbosity level: -->
+<B>Verbosity level:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-v
+</TD><TD valign=bottom>
+prints banner and evaluation times for LTL commands (default).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-q
+</TD><TD valign=bottom>
+No  banner  nor times  are  printed. This  flag  is  useful for  batch
+operation.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output mode flags: -->
+<B>Output mode flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-b
+</TD><TD valign=bottom>
+When  evaluating  a formula,  just  prints  its  truth value,  without
+counter example.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-c
+</TD><TD valign=bottom>
+When  a formula  evaluates  to  FALSE, prints  in  addition a  counter
+example in condensed form (default).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-p
+</TD><TD valign=bottom>
+When  a formula  evaluates  to  FALSE, prints  in  addition a  counter
+example in full form.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-s
+</TD><TD valign=bottom>
+When  a formula  evaluates  to  FALSE, prints  in  addition a  counter
+example in the scn formmat of the nd stepper.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-g
+</TD><TD valign=bottom>
+When a formula  evaluates to FALSE, does not  print a counter example,
+but builds the  full graph obtained as the  synchronization of the kts
+and of the  bucchi automaton translating the negation  of the formula,
+instead, in ktz form (to be provided).
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Other flags: -->
+<B>Other flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-S  scnfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+When a  formula evaluates to FALSE,  writes a counter  example in &#46;scn
+format of in file scnfile (creating the file if it does not exist, and
+overwriting  it otherwise).   This flag  is useful  to  replay counter
+examples  in  the  nd  stepper  when  modelchecking  an  existing  ktz
+description and a  description of the net the &#46;ktz file describes the
+behavior  of  is available  (see  "interacting  with  the nd  stepper"
+below).
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output destination: -->
+<B>Output destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+outfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where results are written. The output format is determined by the file
+type, according  to the  table below. If  absent or specified  by "-",
+then results are written on standard output in the format specified by
+the output flag. If both an  outfile and some output flag are present,
+then the format defined by  the output flag supersedes that determined
+by the outfile extension.
+<P>
+<!-- .nf -->
+<PRE>
+file extension&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;output format
+--------------------------------------------------------------
+&#46;scn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nd stepper &#46;scn format
+&#46;ktz&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#46;ktz format
+any other&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;textual output
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Errors destination: -->
+<B>Errors destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+errorfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where error messages are written. By default, errors are printed on standard error.
+<P>
+<P>
+<P>
+<!-- .SH INTERACTING WITH THE ND STEPPER -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>INTERACTING WITH THE ND STEPPER</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+For  model-checking  Petri nets  or  Time  Petri  nets, tool  selt  is
+interfaced with the nd editor of the Tina toolbox.
+<P>
+When  the &#46;ktz  of  the behavior  of  some net  is  not available,  or
+rebuilding  it  is  cheap,  SE-LTL   properties  of  the  net  can  be
+model-checked as  follows: load  the net into  nd, then build  the ktz
+description  of its behavior  (using the  reachability tool,  with the
+default output  mode and  construction), then invoke  the modelchecker
+from the menu  in the ktz window, and finally  select "stepper" in the
+nd tools menu.  Any counter example computed by the model-checker will
+then be loaded automatically into the stepper, for replay.
+<P>
+When the &#46;ktz of the behavior  of some net is available and rebuilding
+it is expensive, then invoke selt with option -S. The file passed with
+-S will always hold the  last counter example built. In parallel, load
+the net description into nd and select "stepper" in the nd tools menu.
+For replaying a counter example, load the &#46;scn file specified with -S.
+<P>
+<P>
+<P>
+<!-- .SH SELT SE-LTL LANGUAGE AND COMMANDS -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>SELT SE-LTL LANGUAGE AND COMMANDS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Selt implements a version of the SE-LTL linear time temporal logic as described in paper:
+<P>
+S.  Chaki, E.  M. Clarke,  J. Ouaknine,  N. Sharygina,  and  N. Sinha,
+"State/Event-based   Software  Model   Checking",   4th  International
+Conference on Integrated Formal  Methods (IFM&#146;04), Springer LNCS 2999,
+pages 128--147, April 2004.
+<P>
+For building  Buchi automata from  LTL files, the recommended  tool is
+ltl2ba (see above option -ltl2ba for details), a tool described in the
+paper:
+<P>
+P. Gastin  and D.  Oddoux, "Fast LTL  to Buchi  Automata Translation",
+13th Conference Computer-Aided  Verification (CAV&#146;2001), Springer LNCS
+2102, pages 53--65, July 2001.
+<P>
+<!-- .SH 1. \f2Lexical matters\f1: -->
+</BLOCKQUOTE>
+<A name=>
+
+     <H3>1. <I>Lexical matters</I>:</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+- A identifier is either:
+<P>
+Any  place   or  transition  identifier  allowed  in &#46;net  or &#46;ndr
+descriptions, that  is: any  sequence of letters,  digits, underscores
+"_" and primes  "&#146;", or any sequence of  characters enclosed in braces
+in which "{", "}" (except the outer ones) and "\" are prefixed by "\"
+<P>
+Any sequence of symbols from the list ~ &#145; ! @ # $ % ^ & * - + = : ? |  /   &lt; &gt; [ ];
+<P>
+A qualified identifier: an identifier prefixed by S., E. or L.
+<P>
+e.g.   hello, _p4&#146;_, 123, &gt;=&lt;, or {variable x45}, are legal identifiers.
+<P>
+- The commands are: op, infix, prefix, forget, verb, output, source, quit, assert.
+Command names  may not be used  as operator or  variable names.
+<P>
+- When  analyzing  identifiers,  the  scanner  advances  as  right  as
+possible.  So, in a juxtaposition  of identifiers, two symbolic or two
+alphanumeric unbraced identifiers,  or e.g. an alphanumeric identifier
+and a  command name, must  be separated by  a space.  But no  space is
+necessary  between  identifiers  of   different  kinds  or  between  a
+parenthesis (or ";") and an identifier.
+<P>
+- justaposition bind  tighter than infixes and associate  to the left,
+infixes and prefixes associate to the  right. That is, if f is a 3-ary
+operator in functional notation, [],  &lt;&gt;, -, are prefixes, and /\, \/,
+are infixes:
+<P>
+<!-- .nf -->
+<PRE>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[] p1 =&gt; &lt;&gt; - p3 /\ f u v w
+  parses as&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;([] p1) =&gt; ((&lt;&gt; (- p3)) /\ (f u v wp))
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;f - &lt;&gt; p1 (f p0 p1 (p4 /\ p5)) \/ f u v w
+  parses as&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(f (- &lt;&gt; p1) (f p0 p1 (p4 /\ p5))) \/ (f u v w)
+<P>
+  and&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;f - &lt;&gt; p1 f p0 p1 p4 \/ f u v w
+  parses as &nbsp;&nbsp;&nbsp;&nbsp;(f (- &lt;&gt; p1) f p0 p1 p4) \/ (f u v w)
+  which is ill-typed
+<!-- .fi -->
+</PRE>
+<P>
+- infixes  have precedence in  0..5 (see  below). Infixes  with higher
+precedence bind tighter than those with lower precedence.
+<P>
+<P>
+<!-- .SH 2. \f2The initial environment\f1: -->
+</BLOCKQUOTE>
+<A name=>
+
+     <H3>2. <I>The initial environment</I>:</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+It is made up of (pushed in that order):
+<P>
+- The  atomic  state  and  event  propositions. They  have  the  names
+captured in the .ktz file,  i.e. those of the places and transitions
+of the Petri net if the &#46;ktz file was generated by tina.
+<P>
+- Then, the logic and arithmetic primitives, constituted of:
+<P>
+<!-- .nf -->
+<PRE>
+   constants:&nbsp;&nbsp;&nbsp;T (true), F (false),
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dead (deadlock property)
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;div (temporal divergence property)
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sub (state is partially known)
+<P>
+   prefixes:&nbsp;&nbsp;&nbsp;&nbsp;[] (always), &lt;&gt; (eventually), () (next),
+   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- (logic negation), ~(arithmetic negation)
+<P>
+   infixes:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;U (until), V (release), of precedence 0
+   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&gt; (implies), &lt;=&gt; (equivalent), of precedence 1
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/\ (and), \/ (or), of precedence 2
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;=, &gt;=, =, le, lt, ge, gt, of precedence 3
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+, of precedence 4
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*, of precedence 5
+<!-- .fi -->
+</PRE>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+- Then the user defined operators.
+<P>
+Since the syntactic classes of atomic state propositions, atomic event
+propositions, logic primitives,  integer,  and user defined operators,
+overlap,  we must have  some way  of disambiguating  identifiers.  For
+this:
+<P>
+- unqualified identifiers are bound to  the command with than name, if
+any, or otherwise to the last pushed environment entry with that name.
+<P>
+- identifiers  qualified by  S (e.g.  S.p1)  are bound  to the  atomic
+state proposition with that name with the qualifier removed (e.g. p1);
+<P>
+- identifiers  qualified by  E (e.g.  E.t1)  are bound  to the  atomic
+event proposition with that name with the qualifier removed (e.g. t1);
+<P>
+- identifiers  qualified by  L  (e.g.  L./\) are  bound  to the  logic
+primitive with that name with the qualifier removed (e.g. /\);
+<P>
+So, atomic  propositions (found  in the ktz  file) sharing  their name
+with some atomic propositions in a different group (state or event) or
+with some command  (e.g. op), or some logical  primitive (e.g.  -), or
+the name  of which  is an integer  (e.g.  3),  must be referred  to in
+formulas by their qualified form (e.g.  S.op, E.-, or S.3);
+<P>
+<P>
+<!-- .SH 3. \f2Fixity\f1: -->
+</BLOCKQUOTE>
+<A name=>
+
+     <H3>3. <I>Fixity</I>:</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Identifiers declared  infix (binary  logic primitives or  user defined
+operators declared by "infix") must be used in infix notation;
+<P>
+Identifiers declared  prefix (unary  logic primitives or  user defined
+operators declared by "prefix") must  be used in prefix notation (in a
+juxtaposition  of  identifiers, prefix  operators  associate with  the
+right expression);
+<P>
+Other operators  or primitives accessed by their  qualified names must
+be used in functional notation.   E.g. if a1, a2, a3 are parenthesized
+expressions, and f has arity 3, then:
+<P>
+<!-- .nf -->
+<PRE>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;a1 /\ a2 and L./\ a1 a2 are legal (and equivalent)
+    but a1 L./\ a2 is ill-typed
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;f - a1 a2 a3 is legal (parses as ((f (- a1)) a2) a3)
+    but f L.- a1 a2 a3 T is ill-typed (parses as (((f L.-) a1) a2) a3)
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .SH 4. \f2Commands and effects\f1: -->
+</BLOCKQUOTE>
+<A name=>
+
+     <H3>4. <I>Commands and effects</I>:</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Commands must terminate with ";".  In formula files, the final ";" may
+be  omitted (EOF  plays that  role). The  effects of  commands  are as
+follows ("exp" is any ltl expression, x, y, f, xi are identifiers):
+<P>
+<!-- .nf -->
+<PRE>
+exp;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;evaluates LTL expression exp;
+<P>
+assert exp "whentrue" "whenfalse";
+       evaluates exp then prints string whentrue (resp. whenfalse) if
+       exp holds (resp. does not) instead of the default message TRUE
+       (resp. FALSE).
+<P>
+op f x1 ... xn = exp;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;declares an  operator f  or arity n  (n &gt;=  0), to be  used in
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;functional notation;
+<P>
+infix [n] x f y = exp;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;declares a binary operator f in infix notation. n is an
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;optional integer in 0..5 specifying precedence.
+<P>
+prefix f x = exp;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;declares a unary operator f in prefix notation;
+<P>
+forget f1 ... fn;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removed items names f1 ...  fn from the environment, and their
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fixity information;
+<P>
+source [file | "file"];
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;reads at toplevel the contents of file. The file name is
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;optionally surrounded  by string quotes (this  is necessary if
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the name includes spaces);
+<P>
+verb [true | false | debug];
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;verbosity level. Tne initial  setting follows from the command
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;line flags -v | -q (default -v);
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;true  (default):  prints   the  banner,  prompts,  results  of
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;commands, and evaluation times;
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;false:  just   prints  the   results  of  evaluation   of  LTL
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expressions (useful in batch mode);
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;debug: may print extra information (mainly for developper);
+<P>
+output [proof | fullproof | quiet | stepper | graph]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;specify   effects   and   results   of  evaluations   of   LTL
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expressions.  The  command  line  flags  -c, -p,  -b,  -s,  -g
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;specifies the initial setting (default -c);
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;proof  (default): evaluations  return  TRUE, or  FALSE with  a
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;counter example in condensed form;
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fullproof: evaluations  return TRUE,  or FALSE with  a counter
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;example in full form (may be very large);
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;quiet: evaluations just return  TRUE or FALSE, without counter
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;examples.
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;stepper: as output fullproof  except the counter example is in
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;stepper format (typically used in batch mode);
+<P>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;graph: not implemented yet
+<P>
+quit&nbsp;&nbsp;&nbsp;&nbsp;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;leaves selt (also ^D on Unix targets).
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .SH 5. \f2Example commands\f1: -->
+</BLOCKQUOTE>
+<A name=>
+
+     <H3>5. <I>Example commands</I>:</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+p1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(eqv. p1 lt 0 <BLINK>\/</BLINK> p gt 0)
+- p1;   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(eqv. p1 = 0)
+p1 /\ p2 &gt;= 2;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(eqv. p1 /\ (p2 &gt;= 2))
+op x &gt; y = x &gt;= y + 1;&nbsp;&nbsp;(declares arithmetic operator &gt;, in infix form)
+p1+p2;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(eqv. p1+p2 &gt;= 0, eqv. p1 \/ p2)
+p1+p2 &gt; p3;
+p1*p2 = 0;
+infix y follows x = [] (x =&gt; &lt;&gt;y); 
+      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(declares logical operator "follows:, in infix form)
+(t3 \/ p5) follows (t1 /\ p1&gt;=p2);
+    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(eqv. [] ((t1 /\ (p1&gt;=p2)) =&gt; &lt;&gt; (t3 \/ p5)));
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+selt abp.ktz -f "[] (t1 =&gt; &lt;&gt; t3)" -q -b
+selt abp.ktz -p
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=8>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu, with contributions by Francois Vernadat, Pierre-Olivier Ribet,
+LAAS/CNRS,  2000-2012, {Bernard.Berthomieu|Francois.Vernadat}@laas.fr.
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>selt (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/selt.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/sift.html b/tools/tina-3.7.0/doc/html/sift.html
new file mode 100644
index 0000000000000000000000000000000000000000..4cc2f0f27f2a2b1619c2fff7e5394b4ed2e593a9
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/sift.html
@@ -0,0 +1,567 @@
+<HTML><HEAD>
+<TITLE>Manual Page - sift(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH sift n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>sift (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+sift - high performance state space explorator and checker
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Examples</A><BR>
+<A HREF=#5>See Also</A><BR>
+<A HREF=#6>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B sift -->
+<B>sift</B> [-<I>h</I>elp] [-p]
+<BR>
+     [-R | -P | -V | -Q |
+<BR>
+      -D | -F | -F1 |
+<BR>
+      -W | -M | -H | -S | -E | -G]
+<BR>
+     [-equal | -incl | -hull]
+<BR>
+     [-f form | -dead] [-c n] [-t s] [-b n]
+<BR>
+     [-q | -k] [-NET | -NDR | -TPN | -PNML | -TTS]
+<BR>
+     [-df | -bf | -rf] [-tree] [-inh] [-tc] [-pr] [-dt] [-stats]
+<BR>
+     [infile] [outfile] [digestfile] [errorfile]
+<P>
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+sift builds  various state space abstractions for  extended Time Petri
+nets.  It  takes as input  descriptions in textual form  (&#46;net, &#46;pnml,
+&#46;tpn formats) or graphical form  (&#46;ndr format of files produced by nd,
+&#46;pnml with graphics), or a  Time Transition System description in &#46;tts
+format.
+<P>
+sift serves similar purposes as  the tina tool, with less options but
+handles large  states spaces much more efficiently.   sift also allows
+to check reachability properties on the fly.
+<P>
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+-<I>h</I>elp
+</TD><TD valign=bottom>
+Recalls options.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Operating mode options: -->
+<B>Operating mode options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-R
+</TD><TD valign=bottom>
+Builds the marking reachability graph of a Petri net (untimed, or with
+temporal information discarded).
+This option forgets time constraints, it sets flag -tc.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-V
+</TD><TD valign=bottom>
+Builds  the Covering  Step  Graph of  a  Petri net,  according to  the
+technique of Vernadat/Azema/Michel. The construction preserves deadlocks.
+This option forgets time constraints and priorities, it sets flags -tc -pr.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-P
+</TD><TD valign=bottom>
+Builds  the partial marking  graph of  a Petri  net, according  to the
+persistent sets technique. The heuristic retained is to minimize local
+branching.
+This option forgets time constraints and priorities, it sets flags -tc and -pr.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-Q
+</TD><TD valign=bottom>
+Builds  the  partial  marking  graph  of  a  Petri  net.  Combine  the
+persistent  sets  (-P)  and   covering  steps  (-V)  methods.
+This option forgets time constraints and priorities, it sets flags -tc and -pr.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-D
+</TD><TD valign=bottom>
+Builds the essential state graph of a Time Petri net, according to the
+technique of Popova. This graph preserves reachability and linear time
+temporal properties. Static intervals  must be closed or unbounded and
+left-closed.   If no  temporal  information is  specified,  or if  all
+transitions bear interval [0,w[, then -D is silently replaced by -R.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-F | -F1
+</TD><TD valign=bottom>
+Builds  the subgraph  of the  state graph  obtained by  firing integer
+delay transitions (unit delays if -F1) and discrete transitions.  This
+graph strictly includes that obtained by -D  and  preserves  the  same
+properties. Static intervals must be closed  or  unbounded  and  left-
+closed. If no temporal information is specified, or if all transitions
+bear interval [0,w[, then -F/-F1 is silently replaced by -R.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-W
+</TD><TD valign=bottom>
+Builds the linear state class graph  of a Time Petri net, according to
+the technique of Berthomieu/Menasche [IFIP1983].  The linear state class
+graph  preserves  marking  reachability  properties  and  linear  time
+temporal properties.   If no temporal information is  specified, or if
+all transitions bear  interval [0,w[, then -W is  silently replaced by
+-R.  This option removes priorities, it sets flag -pr.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-M
+</TD><TD valign=bottom>
+Option -M computes the set of markings of a TPN.
+Option -M is typically faster than -W and yields smaller state space
+abstractions, but it does not preserve firing sequences. ktz files
+created in mode -M only capture markings and the firable transitions
+represented as loop transitions on the markings they are firable from.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-H
+</TD><TD valign=bottom>
+Option -H computes an overapproximation of the set of markings
+of a TPN. It is typically much faster than options -M and -W and produces
+a set of classes with exactly one firing domain associated with each marking.
+Compared to -W, all classes associated with the same marking are merged into
+a single class obained from the dbm-hull of their domains (the smallest
+dbm including all of them). As for mode -M, ktz files created in mode -H
+only capture markings and the firable transitions.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-S
+</TD><TD valign=bottom>
+Builds the  strong state  class graph, according  to the  technique of
+Berthomieu/Vernadat   [TACAS2003].    That   graph   preserves   state
+reachability  properties and  linear time  temporal properties;  it is
+also  compatible  with  priorities.   If no  temporal  information  is
+specified,  or if  all transitions  bear  interval [0,w[,  then -S  is
+silently replaced by -R.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-E
+</TD><TD valign=bottom>
+Option -E computes the set of states of a TPN.
+Option -E is typically faster than -S and yields smaller state space
+abstractions, but it does not preserve firing sequences. ktz files
+created in mode -E only captured markings and the firable transitions,
+represented as loop transitions on the markings they are firable from.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-G
+</TD><TD valign=bottom>
+Option -G computes an overapproximation of the set of states
+of a TPN. It is typically much faster than options -S and -E and produces
+a set of strong classes with exactly one clock domain associated with each marking.
+Compared to -S, all classes associated with the same marking are merged into
+a single class obained from the dbm-hull of their domains (the smallest
+dbm including all of them). As for mode -E, ktz files created in mode -G
+only capture markings and the firable transitions.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-equal
+</TD><TD valign=bottom>
+Identify two state classes when they are equal (default).
+This flag has the effects of -W if no priorities are specified, or of -S otherwise;
+It is ignored if the net is untimed or if some operating mode is simultaneously set.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-incl
+</TD><TD valign=bottom>
+Identify two state classes when one is included in the other.
+This flag has the effects of -M if no priorities are specified, or of -E otherwise;
+It is ignored if the net is untimed or if some operating mode is simultaneously set.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-hull
+</TD><TD valign=bottom>
+Merge all state classes with same marking into their dbm hull.
+This flag has the effects of -H if no priorities are specified, or of -G otherwise;
+It is ignored if the net is untimed or if some operating mode is simultaneously set.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Exploration strategy flags (when meaningful): -->
+<B>Exploration strategy flags (when meaningful):</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-df
+</TD><TD valign=bottom>
+Depth-first exploration order
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-bf
+</TD><TD valign=bottom>
+Breadth-first exploration order (default)
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-rf
+</TD><TD valign=bottom>
+Random exploration order
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-inh
+</TD><TD valign=bottom>
+Removes inhibitor arcs from the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-pr
+</TD><TD valign=bottom>
+Removes priority constraints from the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-tc
+</TD><TD valign=bottom>
+Removes time constraints  from the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-dt
+</TD><TD valign=bottom>
+Forgets data processing when reading a tts description.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Storage strategy flags: -->
+<B>Storage strategy flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-tree
+</TD><TD valign=bottom>
+Do not store states; assume any state computed is new.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Stopping conditions: -->
+<B>Stopping conditions:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+If some of these conditions fail and the output is ktz, then the ktz
+file captures a partial state space including the offending state and
+in which all non fully explored states bear property "sub".
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-c n
+</TD><TD valign=bottom>
+Stop if the number of state enumerated exceeds n; no effects if n=0.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-t n
+</TD><TD valign=bottom>
+Stop if exploration lasts longer than n seconds; no effects if n=0.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-b n
+</TD><TD valign=bottom>
+Stops if the marking of some place exceeds n; no effects if n=0.
+Sift may take advantage of this value for choosing the representation of
+states.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-f form
+</TD><TD valign=bottom>
+Stop if some state does not obey property form; no effects if form=T.
+Formula form is any modality-free formula accepted by the selt model
+checker (check man selt for details). In addition, an atomic proposition
+is provided, "safe" or "L.safe", then asserts that the marking of each place
+does not exceed 1.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-dead
+</TD><TD valign=bottom>
+Stop if some deadlock state is found; shorthand for -f "-L.dead".
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Other flags: -->
+<B>Other flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-p
+</TD><TD valign=bottom>
+Disables state space generation, just parses input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-stats
+</TD><TD valign=bottom>
+Prints progress information on the fly.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input format and source: -->
+<B>Input format and source:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-NET | -NDR | -PNML | -TPN | -TTS
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in .net or
+<!-- .ndr format. -->
+<!-- ignored unsupported tag .ndr -->
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+infile
+</TD><TD valign=bottom>
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+<P>
+<!-- .nf -->
+<PRE>
+file extension&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;input format
+--------------------------------------------------------------
+&#46;net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;net format
+&#46;ndr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ndr format
+&#46;tpn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tpn format
+&#46;pnml&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pnml format
+&#46;tts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tts format
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output format and destination: -->
+<B>Output format and destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-q | -<I>k</I>tz
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies the format of the output. This flag is necessary when
+output is produced on standard output, or written in a file that does not
+bear the expected extension. -q means no output is printed, while
+-k means some output is produced in &#46;ktz proprietary compressed format.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+outfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where results are written. The output format is determined by the file
+type, according  to the  table below. If  absent or specified  by "-",
+then results are written on standard output in the format specified by
+the output format flag. If both an  outfile and some output flag are present,
+then the format defined by  the output flag supersedes that determined
+by the outfile extension.
+<P>
+<!-- .nf -->
+<PRE>
+file extension&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;output format
+--------------------------------------------------------------
+&#46;ktz&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tina binary ktz format
+any other&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;textual output
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Digest destination: -->
+<B>Digest destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+digestfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+In addition to (possibly) its results in ktz form in file outfile, sift
+prints a summary of results in file digestfile (default stdout).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Errors destination: -->
+<B>Errors destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+errorfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where error messages are written. By default, errors are printed on standard error.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Default options: -->
+<B>Default options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+Depend upon the features of the input net:
+<!-- .nf -->
+<PRE>
+If no time constraint:     sift -R -c 0 -t 0 -b 0 -f T -q
+Else, if no priorities:    sift -W -c 0 -t 0 -b 0 -f T -q
+Otherwise:                 sift -S -c 0 -t 0 -b 0 -f T -q
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+sift -f "p1 <BLINK>\/</BLINK> t4" &lt; ifip.ndr
+sift -PNML mynet.xml
+sift -f safe abp.ndr abp.ktz -stats
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu, with contributions by Alexandre Hamez
+LAAS/CNRS,  2000-2012,
+<A HREF="mailto:Bernard.Berthomieu@laas.fr.">Bernard.Berthomieu@laas.fr.</A>
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>sift (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/sift.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/struct.html b/tools/tina-3.7.0/doc/html/struct.html
new file mode 100644
index 0000000000000000000000000000000000000000..4f098d8cdbbe6796d06273ed59dba7df019d8023
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/struct.html
@@ -0,0 +1,307 @@
+<HTML><HEAD>
+<TITLE>Manual Page - struct(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH struct n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>struct (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+struct - Structural analysis tool
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Examples</A><BR>
+<A HREF=#5>See Also</A><BR>
+<A HREF=#6>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B struct  -->
+<B>struct</B> [-<I>h</I>elp]
+<BR>
+       [-S | -F] [-I | -Q] [-P | -T] [-safe]
+<BR>
+       [-32 | -64 | -mp | -dp] [-4ti2]
+<BR>
+       [-v | -q | -j | -j2 | -j3]
+<BR>
+       [-NET | -NDR | -PNML | -TPN | -TTS]
+<BR>
+       [infile] [outfile] [errorfile]
+<P>
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+struct computes  generator sets for  semiflows, or bases of  flows, on
+places and transitions.  It takes  as input descriptions of a Priority
+Time  Petri  net  in  textual  form (&#46;net,  &#46;pnml,  &#46;tpn  formats)  or
+graphical  form (&#46;ndr  format  of  files produced  by  nd, .pnml  with
+graphics), or a Time Transition System description in &#46;tts format.
+<P>
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+-<I>h</I>elp
+</TD><TD valign=bottom>
+Recalls options.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Operating mode options: -->
+<B>Operating mode options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-P | -T
+</TD><TD valign=bottom>
+Computes semiflows or flows for places only (-P) or transitions only (-T).
+In absence of either flag, computes them for both.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-S | -F
+</TD><TD valign=bottom>
+Computes semiflow generator sets (-S) or flow bases (-F). If -S, also
+computes the invariant and consistent properties.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-I | -Q
+</TD><TD valign=bottom>
+Computes  semiflow (resp. flow) basis  such  that   any  semiflow
+(resp. flow)  is a  linear combination with  integer (-I)  or rational
+(-Q) coefficients of those in basis (nongenative if -S, in addition).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-safe
+</TD><TD valign=bottom>
+Evaluates a sufficient condifion for net safeness, using semiflows on places.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-32 | -64 | -mp | -dp
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+precision of arithmetic computations:
+<!-- .nf -->
+<PRE>
+-32: use 32 bit integers;
+-64: use 64 bit integers;
+-mp: use arbitrary precision arithmetics;
+-dp: use default precision.
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-4ti2
+</TD><TD valign=bottom>
+Use the 4ti2 tool (www.4ti2.de) rather than the native implementations for
+computation of flows or semiflows.  This option requires to compile and install
+the 4ti2 tool on your machine. 4ti2 is significantly faster on large nets,
+especially when using option -I.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output format selection : -->
+<B>Output format selection :</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-v
+</TD><TD valign=bottom>
+textual output, prints full results.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-q
+</TD><TD valign=bottom>
+textual output, prints a summary of results.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-j | -j2 | -j3
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+prints [semi]flows in json format, with several levels of detail.
+<!-- .nf -->
+<PRE>
+-j3: most detailled, selt explanatory
+-j2: like -j3 except items names are replaced by indices in lexicograophically ordered list of names
+-j : just prints indices of items with positive coefficients
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input format flags: -->
+<B>Input format flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-NET | -NDR | -PNML | -TPN | -TTS
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in &#46;net or
+&#46;ndr format.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input source: -->
+<B>Input source:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+infile
+</TD><TD valign=bottom>
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+<P>
+<!-- .nf -->
+<PRE>
+file extension&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;input format
+--------------------------------------------------------------
+&#46;net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;net format
+&#46;ndr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ndr format
+&#46;tpn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tpn format
+&#46;pnml&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pnml format
+&#46;tts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tts format
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output destination: -->
+<B>Output destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+outfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where  results are  written.   If  absent or  specified  by "-",  then
+results are written on standard output.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Errors destination: -->
+<B>Errors destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+errorfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where error messages are written. By default, errors are printed on standard error.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Default options are : -->
+<B>Default options are :</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+struct -t 0 -v -S -Q
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+struct &lt; nets/ifip.ndr &gt; ifip.struct
+struct -q nets/ifip.ndr ifip.struct
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), plan(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu, LAAS/CNRS, 2000-2012, <A HREF="mailto:Bernard.Berthomieu@laas.fr.">Bernard.Berthomieu@laas.fr.</A>
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>struct (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/struct.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/tedd.html b/tools/tina-3.7.0/doc/html/tedd.html
new file mode 100644
index 0000000000000000000000000000000000000000..f201436a86ac2bf557c032e8d3202882392cbb1f
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/tedd.html
@@ -0,0 +1,478 @@
+<HTML><HEAD>
+<TITLE>Manual Page - tedd(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH tedd n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>tedd (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+tedd - logic symbolic state space constructop and explorator (development in progress)
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Shell Variables</A><BR>
+<A HREF=#5>Examples</A><BR>
+<A HREF=#6>See Also</A><BR>
+<A HREF=#7>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=8>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B tedd -->
+<B>tedd</B> [-<I>h</I>elp] [-p]
+<BR>
+     [-order-auto |
+<BR>
+      -order-(dfs|scan|bfs|rcm|wrcm|struct|lexical|sliced|
+<BR>
+              random|tpn)[,force][,rev][,flat][,4ti2]]
+<BR>
+     [-sdd-variables n]
+<BR>
+     [-order-force-limits p t] [-order-struct-limits p t]
+<BR>
+     [-order-save file] [-order-load file]
+<BR>
+     [-count-transitions] [-dead-states] [-dead-transitions]
+<BR>
+     [-q | -v] [-NET | -NDR | -TPN | -PNML | -TTS]
+<BR>
+     [-inh] [-tc] [-dt] [-pr] [-stats] [-b n] [-t s]
+<BR>
+     [infile] [outfile] [digestfile] [errorfile]
+<P>
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+tedd computes the state space of a Petri net or of a discrete time Time Petri
+using logic-based symbolic techniques (decision diagrams).
+It  takes as input Petri net descriptions in textual form (&#46;net, &#46;pnml,
+&#46;tpn formats) or graphical form  (&#46;ndr format of files produced by nd,
+&#46;pnml with graphics).
+Priorities, time constraints and Time Transition System descriptions in &#46;tts
+format are not supported yet.
+tedd also allows to compute dead states and dead transitions in the spaces explored.
+<P>
+Note: this preliminary version is a simplified variant of that used with success
+at the Model Checking Contest, with fewer options (no net reductions nor transformations,
+in particular).
+<P>
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+-<I>h</I>elp
+</TD><TD valign=bottom>
+Recalls options.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Variable order options: -->
+<B>Variable order options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-order-auto
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Let tedd decide order of variables using its builtin metric.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-order-&lt;spec&gt;[,force][,rev][,flat][,4ti2]]
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Use specified order, where
+<P>
+<!-- .nf -->
+<PRE>
+spec is either:
+  dfs: order variables as places are found in a dfs preorder traversal of net
+  scan: same but in dfs postorder traversal
+  bfs: same but in bfs traversal
+  rcm: use Reverse Cuthill/McKee ordering
+  wrcm: a variation of rcm taking arc weights into account
+  struct: order making use of p-semiflows
+  lexical: order variables according to place names, lexicographically
+  sliced: a variant of lexical
+  random: order variables randomly
+  tpn: another variant of lexical order, recommended for tpn descriptions.
+force: apply force heuristic to order computed
+rev | reverse: reverse order computed
+flat: flatten order (put all variables in a single hierarchical level)
+4ti2: use 4ti2 instead of native algorithms to compute struct order.
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-sdd-variables n
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Sets to n the max number of varibles at each hierarchical level.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-order-force-limit p t
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Skips force option when computing -order-auto and |P| &gt; p or |T| &gt; t
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-order-struct-limit p t
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Skips struct order when computing -order-auto and |P| &gt; p or |T| &gt; t
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-order-save file
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Saves order computed into a file.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-order-load file
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Loads variable order from file.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Build options: -->
+<B>Build options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-count-transitions
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Compute and print the number of transitions of the state space, if supported by tool.
+By defaut, neither tool computes the transition count as this can be expensive.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-dead-states
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Once the state space is built, compute the dead states (states without successors)
+and prints them.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-dead-transitions
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Once the state space is built, compute the dead transitions (those never fired)
+and prints them.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input options: -->
+<B>Input options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-inh
+</TD><TD valign=bottom>
+Forget inhibitor arcs in the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-pr
+</TD><TD valign=bottom>
+Forget priority constraints in the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-tc
+</TD><TD valign=bottom>
+Forget time constraints in the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-dt
+</TD><TD valign=bottom>
+Forget data processing when reading a tts description.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input format and source: -->
+<B>Input format and source:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-NET | -NDR | -PNML | -TPN | -TTS
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in .net or
+<!-- .ndr format. -->
+<!-- ignored unsupported tag .ndr -->
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+infile
+</TD><TD valign=bottom>
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+<P>
+<!-- .nf -->
+<PRE>
+file extension&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;input format
+--------------------------------------------------------------
+&#46;net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;net format
+&#46;ndr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ndr format
+&#46;tpn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tpn format
+&#46;pnml&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pnml format
+&#46;tts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     tts format
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output format and destination: -->
+<B>Output format and destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-q | -v
+</TD><TD valign=bottom>
+Specifies the format of the output, quiet (-q) or verbose (-v).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+outfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where results are written.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Digest destination: -->
+<B>Digest destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+digestfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+In addition to (possibly) its results in file outfile, tedd may
+prints a summary of results in file digestfile (default stdout).
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Errors destination: -->
+<B>Errors destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+errorfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where error messages are written. By default, errors are printed on standard error.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Other flags: -->
+<B>Other flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-p
+</TD><TD valign=bottom>
+Disables state space generation, just parses input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-po
+</TD><TD valign=bottom>
+Disables state space generation, just parses input net and computes variable order.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-stats
+</TD><TD valign=bottom>
+Prints progress information on the fly, if available.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-b n
+</TD><TD valign=bottom>
+Indicates that the marking of each place cannot exceed n. Tedd does not check it but may
+take advantage of this information for optimizing the state space representation.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-t n
+</TD><TD valign=bottom>
+Stop if computation lasts longer than n seconds; no effects if n=0.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Default options: -->
+<B>Default options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+tedd -q -pr -dt -order-auto
+<P>
+<P>
+<P>
+<!-- .SH SHELL VARIABLES -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>SHELL VARIABLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Several tables used by tedd are statically allocated, including the following, with the default sizes shown:
+<P>
+<!-- .nf -->
+<PRE>
+table&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;default size (items)
+--------------------------------------------------------------
+HOMUTSIZE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10000
+HOMCACHESIZE &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1000000
+HOMCACHETHRESHOLD &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1000000
+REWCACHESIZE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;100000
+REWCACHETHRESHOLD &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1000000
+SDDUTSIZE &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2000000
+SDDCACHESIZE &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1000000
+SDDCACHETHRESHOLD &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1000000
+<!-- .fi -->
+</PRE>
+<P>
+These initial sizes may be changed by defining shell variables named like the tables to be dimensioned,
+with the desired sizes assigned to.
+<P>
+For better performances on nets with large state spaces, it might be wise to augment the default sizes of
+the HOMCACHE, SDDUT and SDDCACHE tables. Three examples size sets follow; the code assigning these sizes
+tp the shell veriables should br added to your startup file or to a file sourced before calling tedd
+(exact syntax depends on the shell im use).:
+<P>
+<!-- .nf -->
+<PRE>
+table&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;medium size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;large size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;very large size
+--------------------------------------------------------------
+HOMCACHESIZE&nbsp;&nbsp;&nbsp;&nbsp;10000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;30000000
+SDDUTSIZE &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;30000000
+SDDCACHESIZE &nbsp;&nbsp;&nbsp;5000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;15000000
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+tedd -tc ifip.ndr
+tedd tpn_examples/milner_scheduler/m100.tpn
+tedd tpn_examples/dining_philosophers/p1000.tpn -dead-states
+<P>
+<P>
+<!-- .SH SEE ALSO -->
+</PRE>
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu, with contributions by Alexandre Hamez (smldd, expatSML libraries),
+LAAS/CNRS,  2010-2021,
+<A HREF="mailto:Bernard.Berthomieu@laas.fr.">Bernard.Berthomieu@laas.fr.</A>
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>tedd (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/tedd.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/tina.html b/tools/tina-3.7.0/doc/html/tina.html
new file mode 100644
index 0000000000000000000000000000000000000000..c41fb8e53858a160c533e1e6fb8756b1a68af640
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/tina.html
@@ -0,0 +1,759 @@
+<HTML><HEAD>
+<TITLE>Manual Page - tina(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH tina n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>tina (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+tina - state space generation tool
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Examples</A><BR>
+<A HREF=#5>See Also</A><BR>
+<A HREF=#6>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B tina -->
+<B>tina</B> [-<I>h</I>elp] [-p]
+<BR>
+     [-C | -Cm n | -R |
+<BR>
+      -V | -Vq | -V(o|f|l) tlist | -P | -Q(|p|b) |
+<BR>
+      -D | -F(|1) |
+<BR>
+      -M(|m) | -E | -W(|m) | -S | -A | -U | -incl | -equal]
+<BR>
+     [-s n] [-c n] [-b n] [-t s] [-m n] [-en n]
+<BR>
+     [-df | -bf ] [-inh] [-tc] [-pr] [-dt] [-sw]
+<BR>
+     [-NET | -NDR | -TPN | -PNML | -TTS]
+<BR>
+     [-v | -q | -aut | -mec | -bcg | -ktz]
+<BR>
+     [-sp n] [-tp n] [-ls] [-lt] [-wp n] [-g] [-d] [-stats]
+<BR>
+     [infile] [outfile] [digestfile] [errorfile]
+<P>
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+tina builds various  state space abstractions for Petri  nets and Time
+Petri nets.  It  takes as input descriptions of  a Priority Time Petri
+net  in textual  form (&#46;net,  &#46;pnml, &#46;tpn  formats) or  graphical form
+(.ndr format of files produced by  nd, &#46;pnml with graphics), or a Time
+Transition System description in .tts format.
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+-<I>h</I>elp
+</TD><TD valign=bottom>
+Recalls options.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Operating mode options: -->
+<B>Operating mode options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-C | -Cm n
+</TD><TD valign=bottom>
+Build the Coverability Graph of a Petri net (untimed, or with temporal
+information discarded).
+-C  implements  a  method  close  to  the  original  Karp  and  Miller
+algorithm.
+-Cm  n  behaves like -C,  except that  it  specifies  a threshold  for
+unbounded places  (-C eqv.  -Cm  0).   With -Cm  k, a place  p becomes
+marked with w in  marking m&#146; if some ancestor marking m  of m&#146; is such
+that: (for any q)(m&#146;(q) &gt;= m(q)) and  m&#146;(p) &gt; m(p) &gt;= k.
+These options remove time constraints, inhibitor arcs and priorities,
+they set flags -tc -inh -pr.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-R
+</TD><TD valign=bottom>
+Builds the marking reachability graph of a Petri net (untimed, or with
+temporal information discarded).
+This option removes time constraints, it sets flag -tc.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-V | -Vq | -Vo tlist | -Vf tlist | -Vl tlist
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+Builds  the Covering  Step  Graph of  a Petri  net,  according to  the
+technique of Vernadat/Azema/Michel.  -V preserves deadlocks. -Vq stops
+as soon  as all transitions  have been fired  or all states  have been
+enumerated;  it   checks  quasi-liveness.   tlist  being   a  list  of
+observable transitions, -Vo  tlist preserves observational equivalence
+wrt transitions in tlist, -Vf tlist preserves failure equivalence, and
+-Vl  tlist   preserves  linear   time  temporal  properties.   If  all
+transitions are observable  then -V(o|f|l) tlist is eqv  to -R.  These
+options remove  time constraints  and priorities,  they set  flags -tc
+-pr.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-P
+</TD><TD valign=bottom>
+Builds  the partial marking  graph of  a Petri  net, according  to the
+persistent sets technique. The heuristic retained is to minimize local
+branching.
+These options remove time constraints and priorities, they set flags -tc and -pr.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-Q | -Qp | -Qb
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Builds  the  partial  marking  graph  of  a  Petri  net.  Combine  the
+persistent  sets  (-P)  and   covering  steps  (-V)  methods.  Several
+heuristics are available:
+-Qp maximizes size of steps;
+-Qb minimizes branching, like -P;
+-Q (recommended) implemnents a trade off between -Qp and -Qb.
+These options remove time constraints and priorities, they set flags -tc -pr.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-D
+</TD><TD valign=bottom>
+Builds the essential state graph of a Time Petri net, according to the
+technique of Popova. This graph preserves reachability and linear time
+temporal properties. Static intervals  must be closed or unbounded and
+left-closed.   If no  temporal  information is  specified,  or if  all
+transitions bear interval [0,w[, then -D is silently replaced by -R.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-F | -F1
+</TD><TD valign=bottom>
+Builds  the subgraph  of the  state graph  obtained by  firing integer
+delay transitions (unit delays if -F1) and discrete transitions.  This
+graph strictly includes that obtained by -D  and  preserves  the  same
+properties. Static intervals must be closed  or  unbounded  and  left-
+closed. If no temporal information is specified, or if all transitions
+bear interval [0,w[, then -F/-F1 is silently replaced by -R.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-W
+</TD><TD valign=bottom>
+Builds the linear state class graph  of a Time Petri net, according to
+the technique  of Berthomieu/Menasche.   The linear state  class graph
+preserves  marking reachability  properties and  linear  time temporal
+properties.   If  no temporal  information  is  specified,  or if  all
+transitions bear interval [0,w[, then -W is silently replaced by -R.
+This option removes priorities, it sets flag -pr.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-Wm
+</TD><TD valign=bottom>
+As   -W,  except   interprets  multi   enabledness   of  transitions.
+Multi-enabled transitions are associated with several delay variables,
+ordered by their creation dates.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-M | -Mm
+</TD><TD valign=bottom>
+As -W or -Wm, except only markings are preserved (firing sequences are not).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-S
+</TD><TD valign=bottom>
+Builds the  strong state class graph  (also called zone  graph by some
+authors) of a Time Petri net.  That graph preserves state reachability
+properties  and  linear  time  temporal properties.   If  no  temporal
+information is  specified, or if all transitions  bear interval [0,w[,
+then -S is silently replaced by -R.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-E
+</TD><TD valign=bottom>
+As -S, except only states are preserved (firing sequences are not).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-A
+</TD><TD valign=bottom>
+Builds the arborescent,  or atomic, state class graph  of a Time Petri
+net.  The arborescent state  class graph preserves liveness properties
+and branching time temporal properties.  If no temporal information is
+specified,  or if  all transitions  bear  interval [0,w[,  then -A  is
+silently replaced by -R.
+This option currently removes priorities, it sets flag -pr.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-U
+</TD><TD valign=bottom>
+An  alternative for  -A,  generally slower,  provided for  pedagogical
+purposes.   Algorithmically,   -A  partition/refines  the   result  of
+construction  -E, while -U  proceeds from  the typically  larger graph
+obtained by -S. The graphs obtained by -A and -U should be bisimilar.
+This option currently removes priorities, it sets flag -pr.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-incl
+</TD><TD valign=bottom>
+Identify two state classes when one is included in the other.
+This flag avoids to specify mode -M or -E when analyzing timed models.
+It is silently ignored if the net is untimed or if some operating mode is
+simultaneously set, otherwise it has the effects of -M if no priorities are
+specified, or of -E otherwise.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-equal
+</TD><TD valign=bottom>
+Identify two state classes when they are equal (default).
+This flag undoes the effects of any preceding -incl flag.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Exploration strategy flags: -->
+<B>Exploration strategy flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-df
+</TD><TD valign=bottom>
+Depth-first exploration (when meaningful)
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-bf
+</TD><TD valign=bottom>
+Breadth-first exploration (default)
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-inh
+</TD><TD valign=bottom>
+Removes inhibitor arcs from the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-pr
+</TD><TD valign=bottom>
+Removes priority constraints from the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-tc
+</TD><TD valign=bottom>
+Removes time constraints  from the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-dt
+</TD><TD valign=bottom>
+Forgets data processing when reading a tts description.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-sw
+</TD><TD valign=bottom>
+Forgets stopwatch and stopwatch-inhibitor arcs from input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Stopping test and limits flags: -->
+<B>Stopping test and limits flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-s n
+</TD><TD valign=bottom>
+Stopping test for the boundedness property.
+<!-- .nf -->
+<PRE>
+-s 0 : None, use limit option(s) to ensure termination
+-s 1 : Checks a sufficient condition for unboundedness
+        of the underlying untimed net (Fast but small risk
+        of undetection).
+With -C, no stopping test is necessary.
+<P>
+With time constaints, inhibitor arcs, stopwatch arcs,
+boundedness is undecidable.
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-c n
+</TD><TD valign=bottom>
+Bound on the number of markings to enumerate (none if n=0).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-b n
+</TD><TD valign=bottom>
+Bound on the marking of each place (none if n=0).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-t n
+</TD><TD valign=bottom>
+Bound on duration of enumeration (none if n=0).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-m n
+</TD><TD valign=bottom>
+Bound on multi-enabledness of transitions (none if n=0).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-en n
+</TD><TD valign=bottom>
+Lower bound on number of enabled transitions (none if n=0). E.g. absence
+of deadlocks is checked on the fly with "-en 1".
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output format selection : -->
+<B>Output format selection :</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-v
+</TD><TD valign=bottom>
+textual output, prints full results
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-q
+</TD><TD valign=bottom>
+textual output, prints a summary of results
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-<I>a</I>ut
+</TD><TD valign=bottom>
+transition  system output  in .aut  format, as  read by Aldebaran.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-mec
+</TD><TD valign=bottom>
+transition system output in .mec format, as read by Mec 4.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-<I>k</I>tz
+</TD><TD valign=bottom>
+transition system output in &#46;ktz proprietary compact format.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-bcg
+</TD><TD valign=bottom>
+transition system output in .bcg compact format, as read by bcg tools.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-ls
+</TD><TD valign=bottom>
+prints labelled state properties
+<P>
+Without option -ls, atomic state properties are bijectively mapped to the net&#146;s place names.
+With -ls, they are mapped to place labels.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-lt
+</TD><TD valign=bottom>
+prints labelled transition properties
+<P>
+Without option -lt, atomic transition properties are bijectively mapped to the net&#146;s transition names.
+With -lt, they are mapped to transition labels.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-sp n
+</TD><TD valign=bottom>
+encoding of state properties for transition system outputs:
+<!-- .nf -->
+<PRE>
+-sp 0 : no state properties (default for .aut, .bcg)
+-sp 1 : boolean state properties (default for .mec)
+-sp 2 : weighted state properties (default for .ktz)
+-sp 3 : weighted state properties for all weights
+<!-- .fi -->
+</PRE>
+<P>
+The &#46;aut and &#46;bcg formats do not natively support state properties. With -sp n,  where n&gt;0, tina encodes them as additional transitions: regular transition properties (labels) are prefixed by  "T.", state  properties (markings) are  introduced as loops on states labelled by the places marked, prefixed by "S.". In  addition, when n&gt;1, place names are suffixed by their marking, separated by "*".  E.g.  if place p3 has 3 tokens in state s, than -sp 1 adds transition (s,"S.&#145;p3&#145;",s), -sp 2 adds  (s,"S.&#145;p3&#145;*3",s), and -sp 3 adds  (s,"S.&#145;p3&#145; S.&#145;p3&#145;*2 S.&#145;p3&#145;*3",s).
+<P>
+The &#46;mec format natively supports unweighted state properties. If -sp 2 or 3 is specified, weighted properties are encoded into boolean properties: e.g. marking  p*3  is represented by state property  p with -sp 1, p_3 with  -sp 2, and properties p, p_2, and p_3, with -sp 3.
+<P>
+The .ktz format natively supports weighted state properties, even for infinite weights (unbounded places). For &#46;ktz, flag values 1 to 3 yield the same result.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-tp n
+</TD><TD valign=bottom>
+encoding of transition properties for transition system outputs:
+<!-- .nf -->
+<PRE>
+-tp 0 : no transition properties
+-tp 1 : boolean transition properties (default for &#46;aut, &#46;bcg, &#46;mec)
+-tp 2 : weighted transition properties (default for &#46;ktz)
+-tp 3 : weighted transition properties for all weights
+<!-- .fi -->
+</PRE>
+<P>
+The &#46;aut and &#46;bcg formats expect a single transition property (or none, represented by "i"). Multiple properties are encoded into a single one, built from the concatenation of their representations.
+<P>
+The .mec format supports unweighted multiple transition properties.
+Weights are appended to the  properties  as explained above for weighted  state  properties.
+<P>
+The &#46;ktz format natively supports weighted transition properties (even for infinite weights). For &#46;ktz, flag values 1 to 3 yield the same result.
+<P>
+Note: All tina constructions except -V  produce  single transition  properties; construction -V produces multiple  transition  properties. No construction  currently produces weighted  transition properties,  but  options -tp 2 and -tp 3 are still  useful  when  combined  with option -lt and transition labelling is surjective.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-wp n
+</TD><TD valign=bottom>
+encoding of wait states for transition system outputs:
+<P>
+<!-- .nf -->
+<PRE>
+-wp 0 : no wait state properties
+-wp 1 : emit wait state properties
+<!-- .fi -->
+</PRE>
+<P>
+In Time Petri nets, it may happen that no transition firable from some state has a finite firing deadline. Knowledge of such "wait" states is important for e.g. LTL model checkers. With -wp 1, an extra "wait" property is emitted for all wait states (thus for all states if the net is untimed or all transitions have interval [0,w[). In all formats, it is represented by an extra transition labelled "*" looping on states having that property.
+<P>
+Default value: -wp 1 if ktz output and at least one transition has an interval different from [0,w[, otherwise -wp 0. This treatment avoids to associate a wait property for all behavior states in untimed nets, for which LTL model checking typically assumes a fairness hypothesis for transition firing. The tina LTL model checker has a flag to restore these properties, if desired.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Other flags: -->
+<B>Other flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-stats
+</TD><TD valign=bottom>
+Prints progress information on the fly.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-g
+</TD><TD valign=bottom>
+Disables liveness analysis (if applicable).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-p
+</TD><TD valign=bottom>
+Disables reachability and liveness analysis (just parses).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-d
+</TD><TD valign=bottom>
+As of 2.9.4, tina prints a five lines digest in digestfile (see below)
+after construction of the specified abstraction.
+Flag -d disables printing and computation of digest (if applicable).
+<P>
+The digest information includes status information for the properties
+of the net (boundedness, liveness, reversibility) and some information
+about the contents of the transition system (ts) built:
+<P>
+<!-- .nf -->
+<PRE>
+count: the number of states/transitions in the ts
+props: the number of atomic states/transitions propositions
+       referred to in the ts. Depending on whether ts is built
+       from names or labels, these are:
+       - the numbers of places/transitions of the net, or
+       - the numbers of distinct place/transition labels
+psets: the number of sets of propositions referred to in the
+       ts. Depending on whether ts is built from names or
+       labels, these are
+       - the numbers of markings/transition steps referred
+          to in the ts, or
+       - the numbers of those distinct after labelling
+dead: the numbers of deadlock states and of unfireable transitions
+live: the numbers of live states and transitions, where
+       - a state is live if it is found in some pending
+          strong connected component of the ts
+       - a transition is live if it fires in all pending
+          strong connected components of the ts
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input format: -->
+<B>Input format:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-NET | -NDR | -PNML | -TPN | -TTS
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in &#46;net or
+&#46;ndr format.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input source: -->
+<B>Input source:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+infile
+</TD><TD valign=bottom>
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+<P>
+<!-- .nf -->
+<PRE>
+file extension&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;input format
+--------------------------------------------------------------
+&#46;net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;net format
+&#46;ndr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ndr format
+&#46;tpn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tpn format
+&#46;pnml&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pnml format
+&#46;tts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tts format
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output destination: -->
+<B>Output destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+outfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where results are written. The output format is determined by the file
+type, according  to the  table below. If  absent or specified  by "-",
+then the net is written on standard output in the format specified by
+the output flag. If both an  outfile and some output flag are present,
+then the format defined by  the output flag supersedes that determined
+by the outfile extension.
+<P>
+<!-- .nf -->
+<PRE>
+file extension&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;output format
+--------------------------------------------------------------
+&#46;ktz&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tina binary ktz format
+&#46;bcg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bcg tools bcg format
+&#46;aut&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;aldebaran aut format
+&#46;mec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mec4 mec format
+any other&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;textual output (default -v style)
+<!-- .fi -->
+</PRE>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Digest destination: -->
+<B>Digest destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+digestfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+As of 2.9.4, tina prints a five lines digest in digestfile (default stdout)
+after construction of the specified abstraction.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Errors destination: -->
+<B>Errors destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+errorfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where error messages are written. By default, errors are printed on standard error.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Default options: -->
+<B>Default options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+Depend upon the features of the input net:
+<!-- .nf -->
+<PRE>
+If no time constraint:     tina -R -s 1 -c 0 -t 0 -b 0 -m 0 -v
+Else, if no priorities:    tina -W -s 1 -c 0 -t 0 -b 0 -m 0 -v
+Otherwise:                 tina -S -s 1 -c 0 -t 0 -b 0 -m 0 -v
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+tina -q  &lt; nets/ifip.ndr
+tina -PNML &lt; mynet.xml
+tina -s 0 nets/abp.net abp.txt
+tina -R -q &lt; nets/ifip.ndr &gt; ifip.log-R
+tina -a nets/ifip.ndr &gt; ifip.aut
+tina -C ../nets/hp.ndr hp.ktz
+tina -R ../nets/ifip.ndr ifip.ktz ifip.digest ifip.error
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+<P>
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu, with contributions by Francois Vernadat,
+Pierre-Olivier Ribet, Florent  Peres,  LAAS/CNRS,  2000-2012,
+{Bernard.Berthomieu|Francois.Vernadat}@laas.fr.
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>tina (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/tina.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/html/walk.html b/tools/tina-3.7.0/doc/html/walk.html
new file mode 100644
index 0000000000000000000000000000000000000000..d469c4483540fbf3f371817110b7fdb717b29171
--- /dev/null
+++ b/tools/tina-3.7.0/doc/html/walk.html
@@ -0,0 +1,445 @@
+<HTML><HEAD>
+<TITLE>Manual Page - walk(n)</TITLE>
+<BODY bgcolor=#F0F0F0 text=#000000 link=#0000ff vlink=#C000C0 alink=#ff0000><A NAME=top></A>
+<!-- .TH walk n "Version 3.7.0" "Tina Tools" -->
+<CENTER>
+<H1><HR><I>Manual Reference Pages &nbsp;-&nbsp;</I><NOBR>walk (n)</NOBR><HR></H1>
+</CENTER>
+<P>
+<!-- .SH NAME -->
+<A name=0>
+
+     <H3>NAME</H3>
+
+</A>
+<BLOCKQUOTE>
+walk  - Tina random walk explorer
+<P>
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+<P>
+<P>
+<!-- .SH SYNOPSIS -->
+</BLOCKQUOTE>
+<A name=contents></A><H3>CONTENTS</H3></A>
+<BLOCKQUOTE>
+<A HREF=#1>Synopsis</A><BR>
+<A HREF=#2>Description</A><BR>
+<A HREF=#3>Options</A><BR>
+<A HREF=#4>Examples</A><BR>
+<A HREF=#5>See Also</A><BR>
+<A HREF=#6>Authors</A><BR>
+</BLOCKQUOTE>
+<A name=7>
+
+     <H3>SYNOPSIS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .B walk -->
+<B>walk</B> [-<I>h</I>elp] [-p]
+<BR>
+     [-R | -P | -V | -Q]
+<BR>
+     [-T[,(min|max|rand)][,(dense|discrete)] | -W | -S]
+<BR>
+     [-f formula | -dead] [-c n] [-t s]
+<BR>
+     [-loop] [-only s] [-favor s] [-avoid s] -never s]
+<BR>
+     [-q | -v] [-NET | -NDR | -TPN | -PNML | -TTS]
+<BR>
+     [-inh] [-tc] [-dt] [-pr] [-sw] [-stats] [-trace] [-b n]
+<BR>
+     [infile] [outfile] [digestfile] [errorfile]
+<P>
+<P>
+<!-- .SH DESCRIPTION -->
+</BLOCKQUOTE>
+<A name=2>
+
+     <H3>DESCRIPTION</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+Tool walk allows  to  simulate  net descriptions  in  any of  formats
+&#46;net,  &#46;ndr,  &#46;tpn, &#46;pnml  or  &#46;tts. Its capabilities include
+those provided by the play tool except that walk is not interactive and
+never stores history. walk is typically much faster than play and provides
+more simulation modes; its primary intent is to quickly find counter examples
+to reachability properties in a random walk over markings, timed state
+markings, or state class markings.
+<P>
+<!-- .SH OPTIONS -->
+</BLOCKQUOTE>
+<A name=3>
+
+     <H3>OPTIONS</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .TP -->
+<TABLE cellpadding=3>
+<TR valign=top><TD width=6% nowrap>
+-<I>h</I>elp
+</TD><TD valign=bottom>
+Recalls options.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Marking paths specification: -->
+<B>Marking paths specification:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+If there are no time constraints in the input net, then a path is a sequence of net markings separated by net transitions or steps (sets of transitions fired simultaneousy).
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-R
+</TD><TD valign=bottom>
+Path transitions are single net transitions.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-P
+</TD><TD valign=bottom>
+The path transitions are firing sequence in the partial marking graph built by the persistent set
+method.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-V
+</TD><TD valign=bottom>
+The path transitions are sequences of steps in the partial marking graph built by the covering steps
+method.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-Q
+</TD><TD valign=bottom>
+The path transitions are sequences of steps in the partial marking graph built by the persistent steps
+method (combining -P and -V construction, see tina papers for details).
+<P>
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Timed state paths specification: -->
+<B>Timed state paths specification:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+If the input net is a Time Petri net with nontrivial time constraints, then a path is either a  series of states separated by  transitions (delay transitions followed by discrete transitions) in the -T construction, or a series of state classes separated by discrete transitions in the -W and -S constructions.
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-T[,(min|max|rand)][,(dense|discrete)]
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Each path transition is a delay followed by a net transition.
+One may specify that delays are the minimum allowed, maximum allowed, or ca be choosen randomly between these.
+The semantics of time is either discrete (integer time instants only0 or dense.
+If the input net is not timed or all transition delays are trivisl ([0,w[), then -T is silently handed as -R.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-W | -S
+</TD><TD valign=bottom>
+States are state classes (-W) or strong state classes (-S). Path transitions are net transitions,
+time delays are abstracted.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Path constraints: -->
+<B>Path constraints:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-loop
+</TD><TD valign=bottom>
+if the current state is a deadlock or terminated due to other path consttaints,
+and it is not a counter example to the property to be checked,
+then the simulation is restarted from the initial marking or state.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-favor s | -avoid s
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Whevener possible along the path, pick transitions in s (-favor s), or not in s (-avoid s).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-only s | never s
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Restrict path to the transitions in s (-only s), or not in s (-never s).
+If not possible, then terminate the path.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Stopping conditions: -->
+<B>Stopping conditions:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+Flags -f and -dead specify formulas that should be invariant. walk stops along a path if some state
+violating the specified formula is found.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-f form
+</TD><TD valign=bottom>
+Stop with result FALSE if some state does not obey property form; no effects if form=T.
+Stops with result OPEN if no counter example was found along the path developped.
+Formula form is any modality-free formula accepted by the selt model checker (check man selt
+for details). In addition, an atomic proposition is provided, "safe" or "L.safe", then asserts
+that the marking of  each  place does not exceed 1.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-dead
+</TD><TD valign=bottom>
+Stop if some deadlock state is found; shorthand for -f "-L.dead".
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-c n
+</TD><TD valign=bottom>
+walk stops with result OPEN if the length of the path taken exceeds n.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-t s
+</TD><TD valign=bottom>
+walk stops with result OPEN if more than s seconds elapsed since walk was called.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input options: -->
+<B>Input options:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-inh
+</TD><TD valign=bottom>
+Forget inhibitor arcs in the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-pr
+</TD><TD valign=bottom>
+Forget priority constraints in the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-tc
+</TD><TD valign=bottom>
+Forget time constraints in the input net.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-dt
+</TD><TD valign=bottom>
+Forget data processing when reading a tts description.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-sw
+</TD><TD valign=bottom>
+Forget stopwatch and stopwatch-inhibitor arcs in the input net.
+<P>
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Input format and source: -->
+<B>Input format and source:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+-NET | -NDR | -PNML | -TPN | -TTS
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in .net or
+<!-- .ndr format. -->
+<!-- ignored unsupported tag .ndr -->
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+infile
+</TD><TD valign=bottom>
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+<P>
+<!-- .nf -->
+<PRE>
+file extension&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;input format
+--------------------------------------------------------------
+&#46;net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;net format
+&#46;ndr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ndr format
+&#46;tpn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tpn format
+&#46;pnml&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pnml format
+&#46;tts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tts format
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Output format and destination: -->
+<B>Output format and destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-q | -v
+</TD><TD valign=bottom>
+Verbosity level, quiet (-q) or verbose (-v).
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+outfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where results are written. If absent or specified  by "-",
+results are written on standard output.
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Digest destination: -->
+<B>Digest destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+digestfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+In addition to (possibly) its results in file outfile, walk may
+prints a summary of results in file digestfile (default stdout).
+<P>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Errors destination: -->
+<B>Errors destination:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+errfile
+</TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+Where error messages are written. If absent or specified  by "-", error messages are written on standard error.
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD colspan=2>
+<!-- .B Other flags: -->
+<B>Other flags:</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-stats
+</TD><TD valign=bottom>
+prints progress information on the fly (path length so far).
+<P>
+<!-- .TP -->
+</TD></TR>
+<TR valign=top><TD width=6% nowrap>
+-trace
+</TD><TD valign=bottom>
+prints path transitions on the fly, prefixed by delays if input is timed.
+<P>
+<P>
+<P>
+<!-- .SH EXAMPLES -->
+</TD></TR>
+<TR></TR></TABLE></BLOCKQUOTE>
+<A name=4>
+
+     <H3>EXAMPLES</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+<!-- .nf -->
+<PRE>
+walk -T,min,dense -f L.safe ../nets/ifip.ndr
+walk -R -dead AirplaneLD-PT-0010.pnml
+walk -W -f -t4 ../nets/ifip.ndr
+walk -W -f -p3 ../nets/ifip.ndr
+<!-- .fi -->
+</PRE>
+<P>
+<P>
+<!-- .SH SEE ALSO -->
+</BLOCKQUOTE>
+<A name=5>
+
+     <H3>SEE ALSO</H3>
+
+</A>
+<BLOCKQUOTE>
+<P>
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), reduce(n), formats(n)
+<P>
+<!-- .SH AUTHORS -->
+</BLOCKQUOTE>
+<A name=6>
+
+     <H3>AUTHORS</H3>
+
+</A>
+<BLOCKQUOTE>
+Bernard Berthomieu
+LAAS/CNRS,  2000-2012, <A HREF="mailto:Bernard.Berthomieu@laas.fr">Bernard.Berthomieu@laas.fr</A>
+<P>
+</BLOCKQUOTE>
+<P><HR>
+<TABLE width=100%><TR> <TD width=33%><I>Tina Tools</I></TD> <TD width=33% align=center>walk (n)</TD> <TD align=right width=33%><I>Version 3.7.0</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.07</A> from src/walk.n using man macros.</FONT>
+</BODY></HTML>
diff --git a/tools/tina-3.7.0/doc/man/mann/formats.n b/tools/tina-3.7.0/doc/man/mann/formats.n
new file mode 100644
index 0000000000000000000000000000000000000000..1712352d56fd3eb85b17500747a873a4f6771020
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/formats.n
@@ -0,0 +1,568 @@
+.TH formats n "Version 3.7.0" "Tina Formats"
+
+.SH NAME
+formats   \- file formats of the Tina Toolbox
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+.SH DESCRIPTION
+
+This page describe the formats of files used by the Tina tools.
+
+.nf
+Time Petri nets formats, input of tina/sift/tedd/struct/plan/play/ndrio/nd:
+
+net.txt  	\&.net 	Time Petri nets textual format
+ndr.txt  	\&.ndr 	Time Petri nets graphic format
+tpn.txt  	\&.tpn 	Time Petri nets script format
+pnml.txt	\&.pnml 	Time Petri nets pnml format
+
+Time Transition System format, input of tina/sift/tedd/struct/plan/play
+(not supported by ndrio nor nd):
+
+tts.txt  	\&.tts 	Time Transition System format
+
+Transition system formats, output of tina:
+
+aut.txt  	\&.aut 	Transition systems textual format (CADP format)
+ktz.txt  	\&.ktz 	Kripke transition systems binary format (tina)
+bcg.txt  	\&.bcg 	Transition systems binary format (tina for CADP)
+mec.txt  	\&.mec 	Kripke transition systems textual format (tina for MEC4)
+
+Other formats:
+
+adr.txt  	\&.adr 	Transition systems graphic format (nd)
+ltl.txt  	\&.ltl 	SE-LTL model checker commands (selt)
+mmc.txt  	\&.ltl 	Mu-calculus model checker commands (muse)
+scn.txt  	\&.scn 	Format of firing sequences and firing schedules,
+			(selt, plan, play, nd stepper history files)
+.fi
+
+
+.SH The \&.net format
+
+This is the textual description format of Time Petri nets.
+
+A  net is  described  by a  series  of declarations  of places, transitions
+and/or notes, and an  optional naming declaration for the  net. The net
+described is the superposition  of these declarations.  The grammar of
+\&.net  declarations  is  the   following,  in  which  nonterminals  are
+bracketed by <  ..  >, terminals are in upper  case or quoted.  Spaces,
+carriage return and tabs act as separators.
+
+Optionally,  labels may be  assigned to  places and  transitions. This
+should  be preferably done  within "tr"  and "pl"  declarations rather
+than using separate  "lb" declarations. The later form  ("lb") is kept
+for backward compatibility and might disappear in future releases.
+
+.B Grammar:
+
+.nf
+\&.net			::= (<trdesc>|<pldesc>|<lbdesc>|<prdesc>|<ntdesc>|<netdesc>)*
+netdesc			::= 'net' <net>
+trdesc			::= 'tr' <transition> {":" <label>} {<interval>} {<tinput> -> <toutput>}
+pldesc 			::= 'pl' <place> {":" <label>} {(<marking>)} {<pinput> -> <poutput>}
+ntdesc			::= 'nt' <note> ('0'|'1') <annotation>
+lbdesc			::= 'lb' [<place>|<transition>] <label>
+prdesc			::= 'pr' (<transition>)+ ("<"|">") (<transition>)+
+interval 		    	::= ('['|']')INT','INT('['|']') | ('['|']')INT','w['
+tinput			::= <place>{<arc>}
+toutput			::= <place>{<normal_arc>}
+pinput			::= <transition>{<normal_arc>}
+poutput			::= <transition>{arc}
+arc			::= <normal_arc> | <test_arc> | <inhibitor_arc> |
+			    <stopwatch_arc> | <stopwatch-inhibitor_arc> 
+normal_arc		::= '*'<weight>
+test_arc		::= '?'<weight>
+inhibitor_arc		::= '?-'<weight>
+stopwatch_arc		::= '!'<weight>
+stopwatch-inhibitor_arc	::= '!-'<weight>
+weight, marking 	::= INT{'K'|'M'|'G'|'T'|'P'|'E'}
+net, place, transition, label, note, annotation ::= ANAME | '{'QNAME'}'
+INT			::= unsigned integer
+ANAME			::= alphanumeric name, see Notes below
+QNAME			::= arbitrary name, see Notes below
+.fi
+
+.B Notes:
+
+Two forms are admitted for net, place and transition names:
+  - ANAME : any non empty string of letters, digits, primes ' and underscores _
+  - '{'QNAME'}' : any chain between braces, and in which characters {, }, and \\ are prefixed by \\
+
+Empty lines and lines beginning with '#' are considered comments.
+
+In any closed temporal interval [eft,lft], one must have eft <= lft.
+
+The letter 'K' (resp. 'M', 'G', 'T', 'P', 'E') following a weight or marking multiplies it by 10^3 (resp. 10^6, 10^9, 10^12, 10^15, 10^18).
+
+Weight is optional for normal arcs, but mandatory for test and inhibitor arcs
+
+By default:
+  - transitions have temporal interval [0,w[
+  - normal arcs have weight 1
+  - places have marking 0
+  - places and transitions have the empty label "{}"
+
+When several labels are assigned to some node, only the last assigned is kept.
+.fi
+
+
+.SH The \&.ndr format
+
+Format ndr is the format of graphic files produced by the nd editor. A
+net is  described by a  series of declarations of  places, transitions
+and edges, followed  by a net name declaration.   The net described is
+the superposition of these declarations.
+
+.B Grammar :
+
+.nf
+\&.ndr		::= (<trdesc>|<pldesc>)* (<edgedesc>|<prdesc>|<ntdesc>)* <netdesc>
+trdesc		::= 't' <xpos> <ypos> <transition> <eft> <lft> <anchor>
+		 |  't' <xpos> <ypos> <transition> <anchor> <eft> <lft> <anchor> <label> <anchor>
+pldesc 		::= 'p' <xpos> <ypos> <place> <marking> <anchor> {<label> <anchor>}
+ntdesc 		::= 'n' <xpos> <ypos> <note> ('0'|'1') <annotation>
+edgedesc 	::= 'e' <place> <transition> {<arckind>}<weight> <anchor>
+		 |  'e' <place> <ang> <rad> <transition> <ang> <rad> {<arckind>}<weight> <anchor>
+		 |  'e' <transition> <place> <weight> <anchor>
+		 |  'e' <transition> <ang> <rad> <place> <ang> <rad> <weight> <anchor>
+prdesc		::= 'e' <transition> <transition> 1 <anchor>
+		 |  'e' <transition> <ang> <rad> <transition> <ang> <rad> 1 <anchor>
+netdesc		::= 'h' <net> {<nodesize> {<bgcolor>}}
+eft 		::= {-}INT
+lft 	 	::= {-}INT | 'w'
+weight, marking	::= INT{'K'|'M'|'G'|'T'|'P'|'E'}
+arckind		::= '?'				     // test (read) arc
+		 |  '?-'			     // inhibitor
+		 |  '!'				     // stopwatch
+		 |  '!-'			     // stopwatch-inhibitor
+xpos, ypos, rad	::= FLOAT
+ang		::= UFLOAT
+net, place, transition, label, note, annotation ::= ANAME | '{'QNAME'}'
+anchor		::= 'n' | 'nw' | 'w' | 'sw' | 's' | 'se' | 'e' | 'ne' | 'c'
+FLOAT		::= unsigned float (without exponent)
+UFLOAT		::= unsigned float between 0 and 1 (without exponent)
+INT		::= unsigned integer
+ANAME		::= see notes below
+QNAME		::= see notes below
+<nodesize>	::= 'small' | 'normal' | 'large'
+<bgcolor>	::= any tcl-tk color
+.fi
+
+.B Notes:
+
+Node declarations must precede edge declarations.
+
+The last declaration must be the netname declaration (h).
+
+Empty lines and lines beginning with '#'are considered comments.
+
+A '-' starting an eft or lft denotes an open interval end. 
+
+In any transition declaration, one must have `lft >= `eft or lft = 'w',
+where `e denotes e if e>=0, or (-e)-1 otherwise
+
+If eft = lft, then they may not be both negative (intervals may not be empty).
+
+The letter 'K' (resp. 'M', 'G', 'T', 'P', 'E') following a weight or marking multiplies it by 10^3 (resp. 10^6, 10^9, 10^12, 10^15, 10^18).
+
+Two forms are admitted for net, place and transition names:
+  - ANAME : any non empty string of letters, digits, primes ' and underscores _
+  - '{'QNAME'}' : any chain between braces, and in which characters {, }, and \\ are prefixed by \\
+
+
+.SH The \&.tpn format
+
+Format .tpn  is a preliminary  script language for building  nets from
+net components specified in \&.net or \&.ndr format.
+
+.B Syntax of tpn files:
+
+
+A \&.tpn file is constituted of zero or more lines
+
+.nf
+	.tpn ::= <tpnline>*
+.fi
+
+each line is either any line allowed in a \&.net or \&.ndr file, or a tpn command:
+
+.nf
+	tpnline ::=
+		  <trdesc>	(as in \&.net or \&.ndr formats)
+		| <pldesc>	(as in \&.net or \&.ndr formats)
+		| <lbdesc>	(as in \&.net or \&.ndr formats)
+		| <prdesc>	(as in \&.net or \&.ndr formats)
+		| <ntdesc>	(as in \&.net or \&.ndr formats)
+		| <netdesc>	(as in \&.net or \&.ndr formats)
+		| <tpncmd>
+	tpncmd ::=
+		  'new'
+		| 'dup' INT
+		| 'load' TPNFILE
+		| 'ren' <renlist>
+		| 'merge' INT
+		| 'sync' INT
+		| 'chain' INT
+		| 'source' FILE
+	renlist ::= <labpair> <renlist> | <labpair>
+	labpair ::= <label>"/"<label> | "/"<label>
+	label ::= a label (as in \&.net or \&.ndr formats)
+	TPNFILE ::= the name of a \&.net or \&.ndr file
+	FILE ::= the name of a \&.net, \&.ndr, or .tpn file
+.fi
+
+Note that, syntactically, \&.net and  \&.ndr files are .tpn files. The tpn
+format extends both  the \&.net and \&.ndr formats, but  it has no graphic
+interpretation at the moment (a future \&.tdr format might provide that).
+
+
+.B Interpretation of tpn scripts:
+
+A  tpn  file describes  a  Time  Petri  net, possibly  resulting  from
+composition of several Time Petri nets.
+
+Tpn scripts  are interpreted  as code for  an abstract  stack machine.
+The stack  initially holds  the empty Time  Petri net.  The  result of
+evaluation  of  a tpn  script  is  the net  on  top  of  the stack  at
+completion of interpretation.
+
+The lines  of a tpn file  are interpreted as follows  ("top" means the
+net in topmost position on stack):
+
+.nf
+new			pushes an empty net on stack
+\&.net or \&.ndr line	extends top with the \&.net or \&.ndr declaration
+dup n			pushes on stack n copies of top (default n is 1)
+ren R1 ... Rn		applies relabelling R1 ... Rn to top
+merge n			replaces n topmost nets by their concurrent composition
+sync n			replaces n topmost nets by their synchronization
+chain n			replaces n topmost nets by their chaining
+source file		evaluates commands from file tpnfile
+load tpnfile		pushes the empty net on stack, then sources tpnfile
+.fi
+
+Notes:
+
+- merge n, sync n, chain n, assign unique names to the nodes of their components;
+
+- synchronization (sync) fuse copies of transitions with same label in all components;
+
+- chaining (chain) is like synchronization, but on places;
+
+- concurrent composition (merge) is simply juxtaposition, preserving labels.
+  It is a derived form that could always be replaced by some combination of
+  relabelling and sync/chain (see examples);
+
+- in a ren specification, all renamings and/or hidings are applied simultaneously;
+  ren x/y means that all nodes labelled by y become labelled by x
+  ren /x means that nodes labelled x become unlabelled (hidden)
+
+- "load tpnfile" is a shorthand for the two lines:
+.nf
+	new
+	source tpnfile
+.fi
+
+- the file names in source and load instructions are relative to the directory
+  in which resides the script file;
+
+
+
+
+.SH The \&.pnml format
+
+The PNML  format is  still evolving. The  tina tools  currently accept
+BasicPNML   (http://www.informatik.hu-berlin.de/top/pnml/basicPNML.rng)
+and an extension of it,  TpnPNML, informally explained below.
+
+TpnPNML extends BasicPNML as follows:
+
+- In the "graphics" element of any node, the following line can be added,
+  that specifies an offset for the node identifier:
+
+   <offset x=... y=... />
+
+- Any place and transition can have a "label" element, in addition to a
+  name element.
+
+- Any transition can have a "delay" element, encoding a firing interval,
+  and possibly an offset for this interval. The syntax of intervals is
+  taken from MathML (http://www.w3.org/1998/Math/MathM).
+
+.nf
+  For instance, an interval [4,9] with offset (-10,0) is specified by:
+
+  <delay>
+   <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+    <cn>4</cn>
+    <cn>9</cn>
+   </interval>
+   <graphics>
+    <offset x="-10" y="0" />
+   </graphics>
+  </delay>
+
+  The unbounded interval [4,w[ would be specified by:
+
+  <delay>
+   <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed-open">
+    <cn>4</cn>
+    <ci>infty</ci>
+   </interval>
+  </delay>
+
+  And interval ]3,5[ by:
+
+  <delay>
+   <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="open">
+    <cn>3</cn>
+    <cn>5</cn>
+   </interval>
+  </delay>
+.fi
+
+Tools tina, struct and plan accept BasicPNML and TpnPNML natively.
+
+The nd  tool can import or export  nets into TpnPNML. If  the file has
+extension .pnml, then "file->open" and "file->save as" can be used for
+this, otherwise use "file->import" or "file->export".
+
+The ndrio tool is able to convert \&.net and \&.ndr to/from \&.pnml.
+
+
+
+.SH The \&.tts format
+
+As  of 2.9.0,  tina accepts  as input  high level  descriptions called
+"Time Transition Systems" (TTS).  A Time Transition System description
+consists of  a Time  Petri net described  in any format  understood by
+tina (\&.net, \&.ndr, \&.tpn, \&.pnml) and a shared  library (a \&.so/\&.dyn/\&.dll
+file)  defining   the  data  processing  synchronized   with  the  net
+transitions, together in a directory with extension .\&tts.
+
+Applied to  a \&.tts  directory, tina  loads the \&.net  or \&.ndr  file (as
+usual), and dynamically links the  library file to get the actions and
+predicates. This file described the API the shared library must obey.
+
+tina sees data values  as keys (integers, not necessarily contiguous),
+through a  "store" function.   The storage functions  may reside  in a
+separate library  or may be  statically linked with the  data library,
+all storage libraries must provide functions:
+
+.nf
+	store : value -> key
+	lookup : key -> value
+	init_storage : unit -> unit
+.fi
+
+The data shared library itself captures:
+
+.nf
+    an array of transition names for the transitions referred to
+    in the library. The size of the array is returned in the parameter
+    of function transition.
+
+	transitions : int ref -> string vector
+
+    A function returning the current version of the format (currently 2):
+
+        ttsapiversion : unit -> int
+
+    A function initial returning the initial data state and a
+    function final called after exploration is complete:
+
+       initial : unit -> key
+       final : int -> unit
+
+    for a subset of transitions in transitions, referred to by
+    their index in array transitions, functions:
+
+	pre_i : key -> bool
+	act_i : key -> key
+
+    A function set_exceptions, called by the tts client if wishing to handle
+    tts runtime exceptions itself rather then leaving that task to the
+    tts library (default behavior). Function set_exception returns the array
+    of possible exception messages, its size in the first argument, and, in
+    the second argument, the address of the C variable holding the
+    exception code when some exception is raised. Exception codes are either
+    an exception number in 0..99 or a line number (line) and an exception number
+    (no) encoded into the integer 100*line + no. To handle exceptions,
+    the client must read that variable after each call of pre_i and act_i,
+    and reset it to 0 afterwards:
+    
+    	set_exceptions : int ref * pointer ref -> string vector
+
+    An independance predicate for actions. 
+    This predicate is used by tina for computing the conflicting relation
+    for partial order methods, and the persistent and newly enabled relations
+    for state class graphs:
+
+        independant : int * int -> bool
+
+    A value printer, used by tina to print data value in some concrete
+    notation when output is "verbose":
+
+	sprint_state: key * string ref -> int
+
+    For kts output, the state (or some abstraction of it) should be 
+    available to tina as a record with integer fields. This is done
+    by providing:
+
+    A vector of observation labels, and the number of, by function:
+
+	obs_names : int ref -> string vector
+
+    A function to retrieve the contents of observables from a value:
+
+	obs_values : key -> int vector
+.fi
+
+A first high level description language compiled into this format, called
+Fiacre, should be available by now.
+
+
+.SH The \&.ktz format
+
+The ktz format is the binary format for kripke transition system (kts)
+of tina.   That compact format is  the input format of  selt (the tina
+SE-LTL model checker) and other forthcoming tools.
+
+(description to be provided).
+
+
+.SH The \&.aut format
+
+The aut format is the lts  description format of the Aldebaran tool of
+the CADP toolset (see the CADP documents).
+
+.B Notes
+
+The  \&.aut format does not  allow double quotes (")  to appear in
+labels.   In addition  tina  forbids backquotes  (`)  in \&.aut  labels.
+Backquotes are used by tina to encode sets of properties into single \&.aut labels.
+
+.SH The \&.bcg format
+
+The bcg format  is the binary lts description format  of the BCG tools
+of the CADP toolset (see the CADP documents).
+
+.B Notes
+
+tina forbids  double quotes (") and  backquotes (`) to  appear in \&.bcg
+labels. Backquotes are used by tina to encode lists of properties into
+single \&.bcg  labels; double quotes would  prevent lossless conversions
+to \&.bcg.
+
+
+.SH The \&.mec format
+
+The mec format is the kts description format of the Mec4 model checker.
+
+.B Notes
+
+mec  only allows alphanumeric  labels (a  letter followed  by letters,
+digits or  _) to appear as  state or transition  properties. tina will
+refuse to generate \&.mec descriptions  if place or transition names are
+not legal mec property identifiers.
+
+
+.SH The \&.adr format
+
+It  is the  format of  graphic files  produced by  the nd  editor when
+editing  automata.    An  automaton  is  described  by   a  series  of
+declarations of states and edges, followed by a name declaration.  The
+automaton described is the superposition of these declarations.
+
+.B Grammar:
+
+.nf
+\&.adr			::= (<stdesc>)* (<edgedesc>)* <autdesc>
+stdesc			::= 's' <xpos> <ypos> <state> {<anchor> <label> <anchor>}
+edgedesc		::= 'e' <state> <state> <label> <anchor>
+edgedesc		 |  'e' <state> <ang> <rad> <state> <ang> <rad> <label> <anchor>
+autdesc			::= 'h' <aut> <attr>
+xpos, ypos, rad		::= FLOAT
+ang			::= UFLOAT
+aut, state, label	::= ANAME | '{'QNAME'}'
+anchor			::= 'n' | 'nw' | 'w' | 'sw' | 's' | 'se' | 'e' | 'ne' | 'c'
+FLOAT			::= integer or float (without exponent)
+UFLOAT			::= integer or float between 0 and 1 (without exponent)
+INT			::= unsigned integer
+ANAME			::= see notes below
+QNAME			::= see notes below
+attr			::= an unspecified number of optional graphic parameters (specifying size, color, etc)
+.fi
+
+.B Notes:
+
+State declarations must precede edge declarations.
+
+The last declaration must be the autdesc declaration (h).
+
+Empty lines and lines beginning with '#'are considered comments.
+
+Two forms are admitted for net, place and transition names:
+  - ANAME : any non empty string of letters, digits, primes ' and underscores _
+  - '{'QNAME'}' : any chain between braces, and in which characters {, }, and \\ are prefixed by \\
+
+
+.SH The \&.ltl format
+
+ltl  is  the  format of  files  accepted  as  use  input by  the  selt
+model-checker.  Check the selt manual page for a full description.
+
+
+.SH The \&.mmc format
+
+mmc  is  the  format of  files  accepted  as  use  input by  the muse
+model-checker.  Check the muse manual page for a full description.
+
+
+.SH The \&.scn format
+
+The scn format is used by:
+
+.nf
+- the nd stepper to store/load histories;
+- the selt model checker to save counter examples for replay by the stepper;
+- the plan application, to analyse path timing.
+.fi
+
+A  \&.scn file is  a series  of line,  each constituted  of a  series of
+blocks of one  of the following shape (all blocks in  a file have same
+shape) :
+
+.nf
+       <transition>
+  or:  <transition>@<time>
+  or:  <transition>$<time>
+
+  where <transition> is a transition name (see net.txt)
+  and   <time> is a nonnegative float (without exponent)
+.fi
+
+Spaces and tabs are considered separators;
+
+Line breaks are  significant, they are interpreted as  marks by the nd
+stepper, and preserved by the plan tool;
+
+Blank lines and and those beginning with "#" are considered comments;
+
+
+
+.SH EXAMPLES
+
+Directory "net" in tina distributions include various example descriptions
+in the above formats.
+
+
+.SH SEE ALSO
+
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n)
+
+.SH AUTHORS
+Bernard Berthomieu, LAAS/CNRS, 2000-2015, Bernard.Berthomieu@laas.fr.
+
diff --git a/tools/tina-3.7.0/doc/man/mann/ktzio.n b/tools/tina-3.7.0/doc/man/mann/ktzio.n
new file mode 100644
index 0000000000000000000000000000000000000000..03c0774ce92bc7ac8fe8c102aae443135def3331
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/ktzio.n
@@ -0,0 +1,194 @@
+.TH ktzio n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+ktzio  \- conversion tool for transition systems
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+.SH SYNOPSIS
+
+.B ktzio
+[\-\f2h\f1elp] [\-sp n] [\-tp n] [\-wp n] [\-g] [\-tina | \-fw] \-i file]
+
+.B ktzio
+[\-\f2h\f1elp] [\-KTZ | \-BCG | \-AUT]
+      [\-\f2k\f1tz | \-bcg |\-\f2a\f1ut | \-mec | \-cwb | \-ktj | \-txt]
+      [\-sp n] [\-tp n] [\-wp n] [\-g] [\-tina | \-fw] [\-bf | \-df]
+      [infile] [outfile] [errorfile]
+
+.SH DESCRIPTION
+
+ktzio converts kripke transition systems between several formats. 
+
+The formats manipulated are the following:
+
+.nf
+name		file ext	description
+------------------------------------------------------
+ktz             \&.ktz          tina compact binary format
+bcg             \&.bcg          CADP compact binary format
+aut             \&.aut          CADP aldebaran format
+mec             \&.mec          Mec4 model checker format
+cwb             \&.cwb          Concurrency Workbench agent format
+json            \&.ktj          Json format
+textual         \&.txt          textual descriptions, explained below
+.fi
+
+
+The conversions currently supported are the following:
+
+.nf
+from		to
+------------------------------------------------------
+ktz		ktz, aut, mec, cwb, bcg, ktj, textual
+bcg		ktz, textual
+aut		ktz, textual
+.fi
+
+.SH OPTIONS
+
+.TP
+\-\f2h\f1elp
+Recalls options.
+
+.TP
+.B Interactive mode:
+
+.TP
+\-i infile
+Reads a kts from infile and prints its contents interactively, as
+a list of state descriptions.
+
+.TP
+.B Input format flags:
+
+.TP
+\-KTZ | -BCG | -AUT
+Specifies  the format  of the  input transition  system. This  flag is
+necessary when the input transition  system is read on standard input,
+or read from a file that does not bear the expected extension. Default
+is -KTZ.
+
+.TP
+.B Output format flags:
+
+.TP
+\-ktz | -bcg | -aut | -mec | -cwb | -txt
+Specifies the  format of  the output transition  system. This  flag is
+necessary  when the output  transition system  is written  on standard
+output,   or   in  a   file   that   does   not  bear   the   expected
+extension.
+Flag -txt (default) produces a textual description.
+
+.TP
+.B Transition system generation options (see the tina page):
+
+.TP
+\-sp n
+For ktz to ktz/aut/mec/bcg conversions.
+Encoding  of  state  properties  in  output  transition  system  (when
+information is present in the input system).
+.nf
+-sp 0 : no state properties (default for \&.aut, \&.bcg)
+-sp 1 : boolean state properties (default for \&.mec)
+-sp 2 : weighted state properties (default for \&.ktz)
+-sp 3 : weighted state properties for all weights
+.fi
+
+.TP
+\-tp n
+For ktz to ktz/aut/mec/bcg conversions.
+Encoding of  transition properties  in output transition  system (when
+information is present in the input system):
+.nf
+-tp 0 : no transition properties
+-tp 1 : boolean transition properties (default for all formats)
+-tp 2 : weighted transition properties (default for \&.ktz)
+-tp 3 : weighted transition properties for all weights
+.fi
+
+.TP
+\-wp n
+For ktz to ktz/aut/mec/bcg conversions.
+Encoding of wait properties in output transition  system (when
+information is present in the input system):
+.nf
+-wp 0 : no wait properties (default for \&.aut, \&.bcg, \&.mec)
+-wp 1 : preserve wait properties (default for \&.ktz)
+.fi
+
+.TP
+\-g
+For ktz to ktz conversions. Removes liveness information if present.
+
+.TP
+\-tina
+For \&.aut or \&.bcg input. Decodes properties assuming they were encoded
+by tina. E.g. if the \&.aut file was generated by tina with flag -sp 2,
+restores the state properties encoded in the file. If the input file
+was not generated by tina, then the behavior is undefined.
+
+.TP
+\-fw
+This flag is necessary to convert older ktz files capturing unbounded
+property values (such as those resulting from tina -C) into crrent ktz.
+If omitted and the file actually contains unbounded values, then the conversion
+will fail.
+
+.TP
+\-df | \-bf
+Tune up flag for bcg to ktz conversions. Default is -df.
+
+.TP
+.B Input source:
+
+.TP
+infile
+Where the  kts is  read. The  input format is  determined by  the file
+type, according to the table above. If absent or specified by "-", the
+kts is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+
+.TP
+.B Output destination:
+
+.TP
+outfile
+Where results are written. The output format is determined by the file
+type, according  to the  table above. If  absent or specified  by "-",
+then results are written on standard output in the format specified by
+the output flag. If both an  outfile and some output flag are present,
+then the format defined by  the output flag supersedes that determined
+by the outfile extension.
+
+.TP
+.B Errors destination:
+
+.TP
+errorfile
+Where error messages are written. By default, errors are printed on standard error.
+
+
+.SH EXAMPLES
+
+.nf
+ktzio -i abp.ktz
+ktzio -v abp.ktz
+ktzio abp.ktz abp.aut
+ktzio -AUT - abp.ktz < abp.aut
+ktzio -AUT -ktz < abp.aut > abp.ktz
+ktzio abp.bcg -ktz | ktzio -KTZ - abp.aut
+.fi
+
+Note: not all targets support  binary data on standard input
+or output.
+
+.SH SEE ALSO
+
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+.SH AUTHORS
+Bernard Berthomieu, LAAS/CNRS, 2000-2012, Bernard.Berthomieu@laas.fr.
+
diff --git a/tools/tina-3.7.0/doc/man/mann/muse.n b/tools/tina-3.7.0/doc/man/mann/muse.n
new file mode 100644
index 0000000000000000000000000000000000000000..de0a326dc8e97a8f12aa38da891742e02f551710
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/muse.n
@@ -0,0 +1,393 @@
+.TH muse n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+selt  \- SE\-MMC model checker
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+.SH SYNOPSIS
+
+.B muse
+[\-\f2h\f1elp] 
+
+.B muse
+ktzfile [\-f formula | formfile] [\-prelude mmcfile]
+     [\-q | \-v] [\-b | \-c | \-s] [\-wp n]
+     [outfile] [errorfile]
+
+.SH DESCRIPTION
+
+muse model-checks state-event modal mu-calculus (MMC) formulas on a kripke transition system
+given in ktz format. Muse is a global model checker; the result of a query is a set of states
+or transitions.
+
+If some  formula is specified (by  flag -f or by  providing formfile),
+then  the result  of  evaluation  of  the formula  is  printed
+according to the output mode and verbosity flags, and muse exits.
+
+If  no  formula file is  specified,  then  muse  starts an  interactive
+session, evaluating commands entered by the user on standard input (see
+"muse se-mmc language and commands" below).
+
+
+.SH OPTIONS
+
+.TP
+\-\f2h\f1elp
+Recalls options.
+
+
+.TP
+.B Ktz input:
+
+.TP
+ktzfile
+The kripke transition system on which formula are model-checked, in
+ktz format (extension \&.ktz).
+
+.TP
+\-wp (0|1|2)
+This flag removes (0), preserves (1),  or forces at each state (2) the
+temporal divergence  property possibly present in the  kts file (see
+tina's -wp flag for details).
+
+
+.TP
+.B MMC input:
+
+.TP
+\-f formula
+Passes to muse the formula to be verified.
+
+.TP
+formfile
+Specifies a file holding the formulas to be verified. Must have extension \&.mmc
+
+.TP
+\-prelude mmcfile
+Specifies a  file containing muse  commands to be evaluated  on entry,
+before  any formula  provided by  -f, by  formfile,  or interactively.
+This  flag is  useful to  load  SE-MMC libraries.   mmcfile must  have
+extension \&.mmc.
+
+
+.TP
+.B Verbosity level:
+
+.TP
+\-v
+prints banner and evaluation times for MMC commands (default).
+
+.TP
+\-q 
+No  banner  nor times  are  printed. This  flag  is  useful for  batch
+operation.
+
+
+.TP
+.B Output mode flags:
+
+.TP
+\-b
+When evaluating a state (resp.  event) formula, prints its truth value
+for state (resp. transition) numbered 0.
+
+.TP
+\-c
+When evaluating a state (resp.  event) formula, prints the number of
+states (resp. transitions) satisfying the formula.
+
+.TP
+\-s
+When evaluating a state (resp.  event) formula, prints the set of
+states (resp. transitions) satisfying the formula. States (resp.
+transitions) are numberred in their order of occurrence in the ktz file.
+
+
+.TP
+.B Other flags:
+
+.TP
+\-S  scnfile
+When a  formula evaluates to FALSE,  writes a counter  example in \&.scn
+format of in file scnfile (creating the file if it does not exist, and
+overwriting  it otherwise).   This flag  is useful  to  replay counter
+examples  in  the  nd  stepper  when  modelchecking  an  existing  ktz
+description and a description of the net the \&.ktz file describes the
+behavior  of  is available  (see  "interacting  with  the nd  stepper"
+below).
+
+
+.TP
+.B Output destination:
+
+.TP
+outfile
+Where results are written.
+
+
+.TP
+.B Errors destination:
+
+.TP
+errorfile
+Where error messages are written. By default, errors are printed on standard error.
+
+
+.SH MUSE SE-MMC LANGUAGE AND COMMANDS
+
+.SH 1. \f2Lexical matters\f1:
+
+- A identifier is either:
+
+Any  place   or  transition  identifier   allowed  in  \&.net   or  \&.ndr
+descriptions, that  is: any  sequence of letters,  digits, underscores
+"_" and primes  "'", or any sequence of  characters enclosed in braces
+in which "{", "}" (except the outer ones) and "\\" are prefixed by "\\"
+
+Any sequence of symbols from the list ~ ` ! @ # $ % ^ & * - + = : ? | \ / < > [ ];
+
+A qualified identifier: an identifier prefixed by S., E. or L.
+
+e.g.   hello, _p4'_, 123, >=<, or {variable x45}, are legal identifiers.
+
+- The commands are: op, infix, prefix, forget, verb, output, source, quit, assert.
+Command names  may not be used  as operator or  variable names.
+
+- When  analyzing  identifiers,  the  scanner  advances  as  right  as
+possible.  So, in a juxtaposition  of identifiers, two symbolic or two
+alphanumeric unbraced identifiers,  or e.g. an alphanumeric identifier
+and a  command name, must  be separated by  a space.  But no  space is
+necessary  between  identifiers  of   different  kinds  or  between  a
+parenthesis (or ";") and an identifier.
+
+- justaposition bind  tighter than infixes and associate  to the left,
+infixes and prefixes associate to the  right. That is, if f is a 3-ary
+operator in functional notation, A,  B, -, are prefixes, and /\\, \\/,
+are infixes:
+
+.nf
+			A p1 => B - p3 /\\ f u v w
+  parses as	(A p1) => ((B (- p3)) /\\ (f u v wp))
+			
+			f - B p1 (f p0 p1 (p4 /\\ p5)) \\/ f u v w
+  parses as	(f (- B p1) (f p0 p1 (p4 /\\ p5))) \\/ (f u v w)
+
+  and		f - B p1 f p0 p1 p4 \\/ f u v w
+  parses as 	(f (- B p1) f p0 p1 p4) \\/ (f u v w)
+  which is ill-typed
+.fi
+
+- infixes  have precedence in  0..5 (see  below). Infixes  with higher
+precedence bind tighter than those with lower precedence.
+
+
+.SH 2. \f2The initial environment\f1:
+
+It is made up of (pushed in that order):
+
+- The  atomic  state  and  event  propositions. They  have  the  names
+captured in the \&.ktz file,  i.e. those of the places and transitions
+of the Petri net if the \&.ktz file was generated by tina.
+
+- Then, the logic and arithmetic primitives, constituted of:
+
+.nf
+   constants:	T (true), F (false),
+		div (temporal divergence property),
+		sub (partially defined state or transition)
+
+   prefixes:	- (logic negation), ~ (arithmetic negation),
+		modal operators <f>_ and [f]_, for each transition formula f,
+		` followed by an integer, designating a state or transition by its rank in the ktz input file,
+		the MEC4 primitives src, tgt, rsrc, rtgt
+
+   infixes:	=> (implies), <=> (equivalent), of precedence 1
+   		/\\ (and), \\/ (or), of precedence 2
+		<=, >=, =, le, lt, ge, gt, of precedence 3
+		+, of precedence 4
+		*, of precedence 5
+.fi
+		
+- Then the user defined operators.
+
+Since the syntactic classes of atomic state propositions, atomic event
+propositions, logic primitives,  integer,  and user defined operators,
+overlap,  we must have  some way  of disambiguating  identifiers.  For
+this:
+
+- unqualified identifiers are bound to  the command with than name, if
+any, or otherwise to the last bound user defined operator with that name.
+
+- identifiers  qualified by  S (e.g.  S.p1)  are bound  to the  atomic
+state proposition with that name with the qualifier removed (e.g. p1);
+
+- identifiers  qualified by  E (e.g.  E.t1)  are bound  to the  atomic
+event proposition with that name with the qualifier removed (e.g. t1);
+
+- identifiers  qualified by  L  (e.g.  L./\\) are  bound  to the  logic
+primitive with that name with the qualifier removed (e.g. /\\);
+
+So, atomic  propositions (found  in the ktz  file) sharing  their name
+with some atomic propositions in a different group (state or event) or
+with some command  (e.g. op), or some logical  primitive (e.g.  -), or
+the name  of which  is an integer  (e.g.  3),  must be referred  to in
+formulas by their qualified form (e.g.  S.op, E.-, or S.3);
+
+
+.SH 3. \f2Derived forms and fixpoint notation\f1:
+
+The modalities of the mu-calculus are derived from the MEC4 primitives,
+as follows. They benefit however of a specific concrete syntax:
+
+   <p>q	  stands for   src (p /\\ rtgt q)
+   [p]q   stands for   -<p>(-q)
+
+Modal mu-calculus makes use of fixpoint expressions:
+
+\- Minimal fixpoint expressions make use of keywords "min" or "mu", followed
+by the bound variable and a bar separating the variable from the body of
+the expression, as in  "min x | p \/ <q>x".
+
+\- Maximal fixpoints makes use of keywords "max" or "nu".
+
+Note: muse does not perform yet any polarity checks on fixpoint expressions,
+this check is left to the user's responsability. Hence termination of
+evaluation is not guaranteed (ill-formed expressions may diverge).
+
+(more derived notations to come)
+
+.SH 4. \f2Fixity\f1:
+
+Identifiers declared  infix (binary  logic primitives or  user defined
+operators declared by "infix") must be used in infix notation;
+
+Identifiers declared  prefix (unary  logic primitives or  user defined
+operators declared by "prefix") must  be used in prefix notation (in a
+juxtaposition  of  identifiers, prefix  operators  associate with  the
+right expression);
+
+Other operators  or primitives accessed by their  qualified names must
+be used in functional notation.   E.g. if a1, a2, a3 are parenthesized
+expressions, and f has arity 3, then:
+
+.nf
+	a1 /\\ a2 and L./\\ a1 a2 are legal (and equivalent)
+    but a1 L./\\ a2 is ill-typed
+
+	f - a1 a2 a3 is legal (parses as ((f (- a1)) a2) a3)
+    but f L.- a1 a2 a3 T is ill-typed (parses as (((f L.-) a1) a2) a3)
+.fi
+
+.SH 4. \f2Commands and effects\f1:
+
+Commands must terminate with ";".  In formula files, the final ";" may
+be  omitted (EOF  plays that  role). The  effects of  commands  are as
+follows ("exp" is any ltl expression, x, y, f, xi are identifiers):
+
+.nf
+exp;
+	evaluates MMC expression exp;
+	The result of evaluation of the last expression is always bound
+	to identifier "it";
+
+assert exp "whentrue" "whenfalse";
+       in bool output mode, evaluates exp then prints string whentrue
+       (resp. whenfalse) if exp holds (resp. does not) instead of the
+       default message TRUE (resp. FALSE). Equivalent to exp in other
+       modes.
+
+op f x1 ... xn = exp;
+	declares an  operator f  or arity n  (n >=  0), to be  used in
+	functional notation;
+
+infix [n] x f y = exp;
+	declares a binary operator f in infix notation. n is an
+	optional integer in 0..5 specifying precedence.
+
+prefix f x = exp;
+	declares a unary operator f in prefix notation;
+
+forget f1 ... fn;
+	Removed items names f1 ...  fn from the environment, and their
+	fixity information;
+
+source [file | "file"];
+	reads at toplevel the contents of file. The file name is
+	optionally surrounded  by string quotes (this  is necessary if
+	the name includes spaces);
+
+verb [true | false | debug];
+	verbosity level. Tne initial  setting follows from the command
+	line flags -v | -q (default -v);
+
+	true  (default):  prints   the  banner,  prompts,  results  of
+	commands, and evaluation times;
+
+	false:  just   prints  the   results  of  evaluation   of  LTL
+	expressions (useful in batch mode);
+
+	debug: may print extra information (mainly for developper);
+
+output [bool | card | set];
+	specify   effects   and   results   of  evaluations   of   MMC
+	expressions.  The  command  line  flags  -b, -c, -s,
+	specifie the initial setting (default -c);
+
+	If the expression evaluated is a state (resp. transition) expression:
+
+	bool: evaluation returns the truth value (TRUE or FALSE) of the
+	expression at state 0 (resp. transition 0);
+
+	card (default): evaluation returns the number of states (resp. transitions)
+	satisfying the expression;
+
+	set: evaluation returns the set of states (resp. transitions)
+	satisfying the expression;
+
+which exp;
+        Like exp; but overrides the default output option by "set";
+
+card exp;
+        Like exp; but overrides the default output option by "card";
+
+quit	
+	leaves muse (also ^D on Unix targets).
+.fi
+
+
+
+.SH 5. \f2Example commands\f1:
+
+.nf
+p1;			(eqv. p1 lt 0 \/ p gt 0)
+- p1;   		(eqv. p1 = 0)
+p1 /\\ p2 >= 2;		(eqv. p1 /\\ (p2 >= 2))
+op x > y = x >= y + 1;	(declares arithmetic operator >, in infix form)
+p1+p2;			(eqv. p1+p2 >= 0, eqv. p1 \\/ p2)
+p1+p2 > p3;
+p1*p2 = 0;
+infix y follows x = [] (x => <>y);
+      		(declares logical operator "follows:, in infix form)
+(t3 \\/ p5) follows (t1 /\\ p1>=p2);
+    		(eqv. [] ((t1 /\\ (p1>=p2)) => <> (t3 \\/ p5)));
+.fi
+
+
+
+.SH EXAMPLES
+
+.nf
+muse abp.ktz -b -f "[] (t1 => <> t3)" -q -b
+muse abp.ktz
+.fi
+
+
+.SH SEE ALSO
+
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+.SH AUTHORS
+Bernard Berthomieu
+LAAS/CNRS,  2000-2012, Bernard.Berthomieu@laas.fr
+
diff --git a/tools/tina-3.7.0/doc/man/mann/nd.n b/tools/tina-3.7.0/doc/man/mann/nd.n
new file mode 100644
index 0000000000000000000000000000000000000000..d4ed03edb1dbb91b37817345b4166eed5fe8cbd5
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/nd.n
@@ -0,0 +1,76 @@
+.TH nd n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+nd	  \- Time Petri net net editor and Graphic interface for toolbox
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+.SH SYNOPSIS
+
+.B nd 
+[\-\f2h\f1elp] 
+[\-ag | \-at | \-ng | \-nt] 
+[file]
+
+
+.SH DESCRIPTION
+
+nd (netDraw)  embeds editors for graphic and  textual net descriptions
+and  automata  descriptions. Also  provides  graphical interfaces  for
+tools tina and  struct ("tools" button) when editing  a net.  Produces
+files in \&.net  or \&.ndr format (for nets) readable by tina and struct,
+or in \&.aut  or \&.adr format (for automata),  may import descriptions in
+\&.pnml (with or without graphics), \&.tpn (tina's script language), or
+\&.ktz (for automata).
+
+.SH OPTIONS
+
+.TP
+.B \-\f2h\f1elp Recalls options.
+
+.TP
+-ag | -at | -ng | -nt
+
+Selection  of initial  editing mode  if no  file is  loaded.  With \-ag
+(resp. \-at), edits an automaton  in graphic (resp. textual) form. With
+\-ng (resp.  \-nt), edits  a Time Petri  net in graphic  (resp. textual)
+form.
+
+The editing mode of nd is determined by:
+.nf
+\- its default value (-ng),
+\- superseded by the value saved in the setup file, if any,
+\- superseded by the command line argument, if any,
+\- superseded  by the  mode determined from  the contents 
+of the file loaded, if any.
+.fi
+
+.TP
+file
+
+The file  being loaded, if it  exist (it must  be in one of  the above
+formats), or a filename in which the item being edited is saved.
+
+.TP
+.B Default options:
+
+nd -ng buffer.ndr
+
+
+
+.SH EXAMPLES
+
+.nf
+nd
+nd exemple.ndr
+nd example.aut
+nd -nt
+.fi
+
+.SH SEE ALSO
+
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+.SH AUTHORS
+Bernard Berthomieu, LAAS/CNRS, 2000-2012, Bernard.Berthomieu@laas.fr.
+
diff --git a/tools/tina-3.7.0/doc/man/mann/ndrio.n b/tools/tina-3.7.0/doc/man/mann/ndrio.n
new file mode 100644
index 0000000000000000000000000000000000000000..0bedad9aad29b062833c44d44b7560c89dee2146
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/ndrio.n
@@ -0,0 +1,182 @@
+.TH ndrio n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+ndrio  \- conversion tool for Petri nets and Time Petri nets
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+.SH SYNOPSIS
+
+.B ndrio
+[\-\f2h\f1elp] 
+      [\-NET | \-NDR | \-PNML | \-TPN]
+      [\-net | \-ndr | \-pnml | \-tpn | \-pnt | \-romeo | \-lola | \-nupn]
+      [\-graphplace | \-dot | \-neato | \-circo | \-textify]
+      [\-no-nupn] [\-ren] [\-d] [\-rev] 
+      [infile] [outfile] [errorfile]
+
+.SH DESCRIPTION
+
+ndrio converts Petri nets and Time Petri nets between several, graphic
+or textual, formats. ndrio handles tina labels, delay intervals associated
+with transitions, generalized inhibitor and read (test) arcs, generalized
+stopwatch-inhibitor and stopwatch arcs, and priorities.
+The features not supported by the target format are silently omitted.
+The formats manipulated are the following:
+
+.nf
+name		extension       description
+------------------------------------------------------
+net             \&.net          tina textual format
+ndr             \&.ndr          tina graphic format (produced by nd)
+tpn             \&.tpn          tina textual scripts format
+pnml            \&.pnml         Petri Net Markup Language format
+                                (with or without graphics)
+pnt             \&.pnt          INA format
+                                (if the net is timed, the intervals
+                                 are saved into a companion \&.tim file)
+romeo           \&.romeo        romeo format (without graphics)
+lola            \&.lola         LoLA format (unstructured)
+nupn            \&.nupn         CADP nupn format
+.fi
+
+
+The conversions currently supported are the following:
+
+.nf
+from		to
+------------------------------------------------------
+net             ndr, tpn, pnml, pnt, romeo, lola, nupn
+ndr             net, tpn, pnml, pnt, romeo, lola, nupn
+tpn             net, ndr, pnml, pnt, romeo, lola, nupn
+pnml            net, ndr, tpn, pnml, pnt, romeo, lola, nupn
+.fi
+
+.SH OPTIONS
+
+.TP
+\-\f2h\f1elp
+Recalls options.
+
+.TP
+.B Input format flags:
+
+.TP
+\-NET | -NDR | -PNML | -TPN
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. Default is -NET.
+
+.TP
+.B Output format flags:
+
+.TP
+\-net | -ndr | -pnml | -tpn | -pnt | -romeo | -lola | -nupn
+Specifies the  format of the output  net. This flag  is necessary when
+the output net  is written on standard output, or into a file that does
+not bear the expected extension.
+
+Export to romeo and lola is preliminary. The graphic information, if any,
+is currently not exported to romeo. Also, the user should make sure the
+place and transition names used in the input file are legal romeo or
+lola names; ndrio does not attempt to convert them (consider passing options
+-r -d, in addition).
+
+Export to nupn converts pnml format, with or without nupn units descriptions,
+to CADP nupn format. If the input file format is not pnml, or there are no
+unit descriptions in the file, or if option -no-nupn is passed, outputs a file
+in nupn format in which all units are trivial (each contains a single place).
+In all cases, the input net is assumed safe.
+
+
+.TP
+.B Drawing options:
+
+.TP
+\-graphplace | -dot | -neato | -circo
+Specify a placement filter for nodes. Necessary when converting from a
+graphics-free format  into \&.ndr; optional when converting  into \&.pnml
+(graphics information is only  generated if some filter is specified).
+When  converting  from  a   graphic  format,  the  original  placement
+information is always retained, whatever the tool specified.
+
+.TP
+.B Textifying option:
+
+.TP
+\-textify
+Removes any graphics information from the input file when graphics is
+supported but optional in the output format.
+
+
+.TP
+.B Other flags:
+
+.TP
+\-no-nupn
+If the input file is in pnml format, forget any nupn units descriptions in it.
+
+.TP
+\-ren | \-r
+Renames places and transitions with integers prefixed by "p" and "t", respectively.
+Old names become labels.
+
+.TP
+\-d
+Drops all labels of places and transitions.
+
+.TP
+\-rev
+Reverses the direction of normal edges (inhibitor, read, stopwatch,
+stopwatch-inhibitor and priority edges are unchanged).
+
+.TP
+.B Input source:
+
+.TP
+infile
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table above. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+
+.TP
+.B Output destination:
+
+.TP
+outfile
+Where the net is written. The output format is determined by the file
+type, according  to the  table above. If  absent or specified  by "-",
+then the net is written on standard output in the format specified by
+the output flag. If both an  outfile and some output flag are present,
+then the format defined by  the output flag supersedes that determined
+by the outfile extension.
+
+.TP
+.B Errors destination:
+
+.TP
+errorfile
+Where error messages are written. By default, errors are printed on standard error.
+
+
+.SH EXAMPLES
+
+.nf
+ndrio abp.net abp.pnml
+ndrio abp.ndr abp.net
+ndrio -NDR -pnml -neato < abp.ndr > abp.pnml
+ndrio abp.ndr -NET
+ndrio abp.ndr abp.pnt
+.fi
+
+.SH SEE ALSO
+
+nd(n), tina(n), plan(n), struct(n), ktzio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+.SH AUTHORS
+Bernard Berthomieu, with contributions by Florent Peres,
+LAAS/CNRS, 2000-2021, Bernard.Berthomieu@laas.fr.
+
diff --git a/tools/tina-3.7.0/doc/man/mann/pathto.n b/tools/tina-3.7.0/doc/man/mann/pathto.n
new file mode 100644
index 0000000000000000000000000000000000000000..03c565a551b90afb9501fe17b719c7a371f04f1a
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/pathto.n
@@ -0,0 +1,97 @@
+.TH pathto n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+pathto  \- compute path to a state in a ktz description
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+.SH SYNOPSIS
+
+.B
+pathto [\-\f2h\f1elp]
+       tgt [\-from src]
+       [\-p | \-t | \-s | \-l]
+       [infile] [outfile] [errorfile]
+
+.SH DESCRIPTION
+
+Given a kripke transition system in a ktz file, a target state identified by its rank in the kts file, and a source state (default 0), computes a path in the kts from the source
+to the destination state.
+
+.SH OPTIONS
+
+.TP
+\-\f2h\f1elp
+Recalls options.
+
+.TP
+.B Source and destination states:
+
+.TP
+tgt
+The target state, identified by its rank in the ktz file.
+
+.TB
+\-from src
+The source state (default 0), identified by its rank in the ktz file.
+
+
+.TP
+.B Output format flags:
+
+.TP
+\-p
+Prints path from src to tgt as a series of states (ranks) separated by
+transition (names). This is the default output format.
+
+.TP
+\-t
+Prints path from src to tgt as a series of transition (names). Such sequences
+are conformant to the \&.scn format expected by plan, play or the nd stepper.
+
+.TP
+\-s
+Prints path from src to tgt as a series of states (ranks).
+
+.TP
+\-l
+Prints the length of a path from src to tgt.
+
+
+.TP
+.B Input source:
+
+.TP
+infile
+A ktz file.
+
+.TP
+.B Output destination:
+
+.TP
+outfile
+Where the result path or its length is written (default stdin).
+
+.TP
+.B Errors destination:
+
+.TP
+errorfile
+Where error messages are written (default stderr).
+
+
+.SH EXAMPLES
+
+.nf
+pathto 4 ifip.ktz
+pathto 8 -from 2 -t abp.ktz
+.fi
+
+.SH SEE ALSO
+
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), play(n), walk(n), reduce(n), formats(n)
+
+.SH AUTHORS
+Bernard Berthomieu,
+LAAS/CNRS, 2000-2012, Bernard.Berthomieu@laas.fr.
+
diff --git a/tools/tina-3.7.0/doc/man/mann/plan.n b/tools/tina-3.7.0/doc/man/mann/plan.n
new file mode 100644
index 0000000000000000000000000000000000000000..62c2fc0a20819cbcc95996b6ce53e10533eec9fc
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/plan.n
@@ -0,0 +1,231 @@
+.TH plan n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+plan - path analysis tool
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+.SH SYNOPSIS
+
+.B plan 
+[\-\f2h\f1elp] 
+     [-A(|w|i) | -S(|w|i)]
+     [-t s] [-df | -bf] [-p]
+     [-NET | -NDR | -PNML | -TPN | -TTS]
+     [-v | -q | -s] [-abs | -rel] [-raw | -min | -can]
+     [scninfile] [netinfile] [outfile] [errorfile]
+
+.SH DESCRIPTION
+
+From a Time Petri net or  Time Transition System and a firing sequence
+in \&.scn format, plan  computes an inequation system characterizing all
+the times at which transitions in the sequence may fire, or an example
+firing schedule (also called path).
+
+.SH OPTIONS
+
+.TP
+\-\f2h\f1elp
+Recalls options.
+
+.TP
+.B Operating mode options:
+
+.TP
+\-A
+Returns  an  inequation  system   characterizing  the  times  at  which
+transition in the input \&.scn firing sequence may fire.
+If the  input firing sequence is timed, then  times are forgotten.
+Fails if the input firing sequence is not firable.
+
+.TP
+\-S
+Returns a solution of the system computed by -A.
+
+.TP
+\-Aw
+Line breaks  in scnfiles are  significant. Omitting blank  and comment
+lines,  file scnfile  defines a  series  of sequence.  That series  of
+sequence can  always be written s.w,  where w is the  last sequence in
+the series,  and s  is the concatenation  of all sequences  except the
+last.
+
+If subsequence  w is empty, then  -Aw is equivalent  to -A. Otherwise,
+-Aw  assumes that  sequence  s.w^*  is firable  and  returns a  system
+characterizing the times at which transition in sequence s.w may fire,
+with the guarantee that this path leads to a state from which sequence
+w is firable an infinite number of times.
+
+.TP
+\-Sw
+Returns a  solution of  the system computed  by -Aw.
+
+
+.TP
+\-Ai
+(IN PROGRESS)
+As  -Aw, except  that the  system returned,  if any,
+characterizes infinite  paths: the subsystem  characterizing the times
+of subsequence w is guaranteed to produce stationary paths (with equal
+source and target states).  Such a solution is not garanteed to exist,
+even though sequence w is firable an infinite number of times after s
+(Time Petri nets may exhibit zeno behaviors).
+
+.TP
+\-Si
+(IN PROGRESS)
+Returns a solution  of the system computed by  -Ai.
+
+
+.TP
+.B Path options:
+
+.TP
+\-abs
+Returns  path system  or path  expressed in  terms of  dates (absolute
+times). Variable  start is  the time at  which the initial  marking is
+established.
+
+.TP
+\-rel
+Returns  path system  or path  expressed in  terms of  delays (relative
+times).
+
+
+.TP
+\-raw
+Returns path system "as computed", without any particular post processing.
+
+.TP
+\-can
+Returns path system in which all constraints are tight. All missing constraints,
+if any, are redundant and can be recovered as linear combinations of the existing constraints.
+
+.TP
+\-min
+(IN PROGRESS)
+As -can, except that attempts to return a system without redundant constraints.
+
+.TP
+.B Output format flags:
+
+.TP
+\-v
+verbose output. Prints results in explicit form.
+
+.TP
+\-q
+Prints a summary of results. For \-A, and when \-can or \-min is passed,
+prints the duration of the shortest and longest paths.
+For \-S, prints the duration of the path computed.
+
+.TP
+\-s
+Output results in a format loadable into the nd stepper, for replaying it
+(only for mode \-S).
+
+.TP
+.B Other flags:
+
+.TP
+\-p
+Disables path analysis (just parses).
+
+
+
+.TP
+.B Input format flags for net:
+
+.TP
+\-NET | -NDR | -PNML | -TPN | -TTS
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in \&.net or
+\&.ndr format.
+
+
+.TP
+.B Firing sequence input source:
+
+.TP
+scninfile
+Where the firing  sequence is read. If absent or specified by
+"-", the sequence is read on  standard input.
+
+.TP
+.B Net input source:
+
+.TP
+netinfile
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", and
+the firing sequence is not read  on standard input, the net is read on
+standard input in  the format specified by the input  flag. If both an
+infile and some input flag are present, then the format defined by the
+input flag supersedes that determined by the infile extension.
+
+.nf
+file extension		input format
+--------------------------------------------------------------
+\&.net			net format
+\&.ndr			ndr format
+\&.tpn			tpn format
+\&.pnml			pnml format
+\&.tts			tts format
+.fi
+
+
+.TP
+.B Output destination:
+
+.TP
+outfile
+Where results are written. The output format is determined by the file
+type, according  to the  table below. If  absent or specified  by "-",
+then the net is written on  standard output in the format specified by
+the output  format flag. If both  an outfile and some  output flag are
+present, then  the format defined  by the output flag  supersedes that
+determined by the outfile extension.
+
+.nf
+file extension		output format
+--------------------------------------------------------------
+\&.scn			nd stepper format
+any other		textual output (default -v style)
+.fi
+
+.TP
+.B Errors destination:
+
+.TP
+errorfile
+Where error messages are written. By default, errors are printed on standard error.
+
+.TP
+.B Default options:
+
+plan -A -v
+
+
+.SH EXAMPLES
+
+.nf
+plan -A nets/ifip.scn nets/ifip.ndr
+plan -A nets/ifip.scn nets/ifip.ndr -s
+cat nets/ifip.scn | plan -S - nets/ifip.ndr
+.fi
+
+
+.SH NOTES
+
+Tool plan is  still in progress.  Options -Aw and -Sw are experimental,
+options -Ai, -Si are not implemented yet.
+
+
+.SH SEE ALSO
+
+nd(n), tina(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)k]
+
+.SH AUTHORS
+Bernard Berthomieu, LAAS/CNRS, 2000-2012, Bernard.Berthomieu@laas.fr.
+
diff --git a/tools/tina-3.7.0/doc/man/mann/play.n b/tools/tina-3.7.0/doc/man/mann/play.n
new file mode 100644
index 0000000000000000000000000000000000000000..241fe02dba38da434fb07d6480224418c4888fe3
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/play.n
@@ -0,0 +1,224 @@
+.TH play n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+play  \- Tina stepper simulator
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+.SH SYNOPSIS
+
+.B play [\-\f2h\f1elp]
+     [\-NET | \-NDR | \-TPN | \-PNML | \-TTS]
+     [\-inh] [\-tc] [\-dt] [\-pr] [\-sw]
+     [infile] [outfile] [errorfile]
+
+
+.SH DESCRIPTION
+
+Tool  play allows  to  simulate  net descriptions  in  any of  formats
+\&.net,  \&.ndr,  \&.tpn, \&.pnml  or  \&.tts.   Its capabilities  are
+similar to those provided by the  nd stepper except that play may also
+simulate \&.tts descriptions.
+
+A simulation  is a  series of states  separated by  transitions (delay
+transitions or  discrete transitions). Play  allows one to  build such
+sequences and navigate within, interactively.
+
+
+.SH OPTIONS
+
+.TP
+\-\f2h\f1elp
+Recalls options.
+
+
+.TP
+.B Verbosity level:
+
+.TP
+\-v
+Prints banner, parsing message and prompts for commands (default).
+
+.TP
+\-q 
+No banner nor times are printed. This flag is convenient for batch usage of play.
+
+.TP
+.B Input options:
+
+.TP
+\-inh
+Forget inhibitor arcs in the input net.
+
+.TP
+\-pr
+Forget priority constraints in the input net.
+
+.TP
+\-tc
+Forget time constraints  in the input net.
+
+.TP
+\-dt
+Forget data processing when reading a tts description.
+
+.TP
+\-sw
+Forget stopwatches in the input net.
+
+
+.TP
+.B Input format and source:
+
+.TP
+\-NET | -NDR | -PNML | -TPN | -TTS
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in .net or
+.ndr format.
+
+.TP
+infile
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+
+.nf
+file extension		input format
+--------------------------------------------------------------
+\&.net			net format
+\&.ndr			ndr format
+\&.tpn			tpn format
+\&.pnml			pnml format
+\&.tts			tts format
+.fi
+
+
+.TP
+.B Output destination:
+
+.TP
+outfile
+Where results are written. If absent or specified  by "-",
+results are written on standard output.
+
+
+.TP
+.B Errors destination:
+
+.TP
+errorfile
+Where error messages are written. If absent or specified  by "-",
+error messages are written on standard error.
+
+
+
+.SH PLAY STEPPER INTERACTIVE COMMANDS
+
+When  called, play prints  the initial  state of  the input  net, with
+information about  the enabled,  frozen and firable  transitions, then
+waits for commands. These commands are the following.
+
+.TP
+.B h
+Prints a short summary of available commands.
+
+.TP
+.B f tr
+Fires transition with name tr. tr must be among the transitions shown as firable.
+
+.TP
+.B # n
+Fires the n^th transition in the firable list of transitions.
+
+.TP
+.B d k
+Let delay k elapse from current state, k is an integer of a number in
+floating point notation.
+
+.TP
+.B r n
+Randomly fire n random steps and print last state reached.
+A step is delay followed by a discrete transition.
+
+.TP
+.B R n
+Like "r n" except intermediate states are printed.
+
+.TP
+.B m
+Sets a mark on the current state (for commands << and >> below).
+
+.TP
+.B < [n]
+Undoes [n times] in history the last state transition (delay or discrete). Default n is 1.
+
+.TP
+.B > [n]
+Redoes [n times] in history the next state transition (delay or discrete). Default n is 1.
+Redo n is only possible if at least n state transitions are available in the history,
+that is if some undo have been done before.
+
+.TP
+.B << [n]
+Jump backward [n times] in history to the previously marked state or the initial state.
+
+.TP
+.B >> [n]
+Jump forward [n times] in history to the next marked state or the last state.
+
+.TP
+.B |<
+Jump to the initial state.
+
+.TP
+.B >|
+Jump to the last state stored.
+
+.TP
+.B .
+Prints the current state.
+
+.TP
+.B l file
+Load a scenario file in \&.scn format generated by selt, pathto, plan or play.
+If the input net is timed, then the \&.scn file must be timed too.
+
+.TP
+.B s file
+Save the current history as a \&.scn file. If the input net is timed, then the
+\&.scn will be timed too.
+
+.TP
+.B k (true|false)
+Keep history (default) or not when applying commands f, d, r or R. Not keeping
+history permits long simulations that could otherwise exhaust memory. 
+Navigation commands (<, >, <<, >>, |<, |>, m) are only available when history
+is kept.
+
+.TP
+.B q or ^D
+Quit play.
+
+
+
+.SH EXAMPLES
+
+.nf
+play ifip.ndr
+play abp.ndr -q < commands > results
+.fi
+
+
+.SH SEE ALSO
+
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), walk(n), reduce(n), formats(n)
+
+.SH AUTHORS
+Bernard Berthomieu
+LAAS/CNRS,  2000-2012, Bernard.Berthomieu@laas.fr
+
diff --git a/tools/tina-3.7.0/doc/man/mann/reduce.n b/tools/tina-3.7.0/doc/man/mann/reduce.n
new file mode 100644
index 0000000000000000000000000000000000000000..aacaaf2c97f7599d01a8e8ba6c9ee545de1b6a29
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/reduce.n
@@ -0,0 +1,232 @@
+.TH reduce n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+reduce  \- Tina reduction tool
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+.SH SYNOPSIS
+
+.B reduce
+[\-\f2h\f1elp] [-p]
+       [-rg[,start][,redundant][,compact[+]]
+           [,convert][,mg][,4ti2][,transitions]]
+       [-redundant-limit n] [-redundant-time n]
+       [-inv-limit n] [-inv-time n]
+       [-tr[,cluster][,4ti2]]
+       [-semiflow-limit n] [-semiflow-time n]
+       [-nupn-limit n] [-no-nupn]
+       [-v | -q] [-t n]
+       [-NET | -NDR | -TPN | -PNML | -TTS]
+       [-inh] [-tc] [-dt] [-pr] [-sw] [-stats]
+       [infile] [outfile] [errorfile]
+
+
+.SH DESCRIPTION
+
+Tool reduce includes an implementation of the reduction system presented in papers:
+
+.nf
+B Berthomieu, D Le Botlan, S Dal Zilio
+International Symposium on Model Checking Software (SPIN), LNCS 10869, pp 65-84, Springer, 2018.
+
+B Berthomieu, D Le Botlan, S Dal Zilio
+International Journal on Software Tools for Technology Transfer 22(2), pp 163-181, Springer, 2020.
+.fi
+
+To these reductions, reduce adds the capability of clustering safe place invariants
+into a single place, thanks to the tina tools supporting generalized read arcs
+and generalized inhibitor arcs.
+
+The input is a net description in any format supported by the Tina tools
+(\&.net,  \&.ndr,  \&.tpn, \&.pnml  or  \&.tts); the output is a net in
+the tina \&.net format annotated by reduction equations (as comments).
+The input net should not have time constraints, priorities nor special arcs
+(read or inhibitors arcs); the output net may have special arcs.
+
+
+.SH OPTIONS
+
+.TP
+\-\f2h\f1elp
+Recalls options.
+
+
+.TP
+.B Reduction specification and limits:
+
+.TP
+\-rg[,start][,redundant][,compact[+]][,convert][,mg][,4ti2][,transitions]
+Reduction preserving the reachability set (through reduction equations).
+By default (-rg without options), only removes duplicated and constant
+places, and duplicated and identity transitions. The options are:
+
+.nf
+start:       fire start transitions                    
+redundant:   remove redundant places and redundant transitions (using ILP)                   
+compact[+]:  agglomerate places (two options)         
+convert:     clusters each complementary pair of places into a single place               
+mg:          computes equational descriptions of their reachability set for some special cases of nets
+transitions: keep a copy of each transition (among duplicates)
+4ti2:        use tool 4ti2 for computing redundant places and transitions rather than native algorithms.
+.fi
+
+The toolset 4ti2 must be installed by the user.
+
+.TP
+\-redundant-limit n
+Limit on the size of nets (|P| or |T|) for application of the redundant option.
+
+.TP
+\-redundant-time n
+Timeout on the computation of redundant places and transitions, if requested.
+
+.TP
+\-inv-limit n
+Limit on the size of nets (|P|) for application of the mg option.
+
+.TP
+\-inv-time n
+Timeout on the computation of equational description for option mg, if requested.
+
+
+
+.TP
+.B Transformation specification and limits:
+
+.TP
+\-tr[,cluster][,4ti2]
+Reduction preserving the reachability set (through transformation relations).
+Currently, the sole transformation provided is cluster.
+	    
+.nf
+cluster:   Clusters safe place invariants into a single place, using an encoding relying on special arcs.
+           The safe invariants are deduced either from the nupn information in the pnml file, of any,
+	      or from the place semiflows of the net, otherwise.
+4ti2:      use tool 4ti2 for computing place semiflows rather than native algorithms.
+.fi
+
+The toolset 4ti2 must be installed by the user.
+
+.TP
+-semiflow-limit n
+Limit on the size of nets (|P|) for computation of p-semiflows for the cluster option.
+
+.TP
+-semiflow-time n
+Timeout on the computation of semiflows for option cluster, if requested.
+
+.TP
+-nupn-limit n | -no-nupn
+Forget nupn information in input net, if any (-no-nupn), or forget it only if |P| > n (-nupn-limit n).
+
+
+
+.TP
+.B Input options:
+
+.TP
+\-inh
+Forget inhibitor arcs in the input net.
+
+.TP
+\-pr
+Forget priority constraints in the input net.
+
+.TP
+\-tc
+Forget time constraints in the input net.
+
+.TP
+\-dt
+Forget data processing when reading a tts description.
+
+.TP
+\-sw
+Forget stopwatches in the input net.
+
+
+.TP
+.B Input format and source:
+
+.TP
+\-NET | -NDR | -PNML | -TPN | -TTS
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in .net or
+.ndr format.
+
+.TP
+infile
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+
+.nf
+file extension		input format
+--------------------------------------------------------------
+\&.net			net format
+\&.ndr			ndr format
+\&.tpn			tpn format
+\&.pnml			pnml format
+\&.tts			tts format
+.fi
+
+
+.TP
+.B Output format and destination:
+
+.TP
+\-q | -v
+Verbosity level, quiet (-q) or verbose (-v).
+
+
+.TP
+outfile
+Where results are written. If absent or specified  by "-",
+results are written on standard output.
+
+
+.TP
+.B Errors destination:
+
+.TP
+errfile
+Where error messages are written. If absent or specified  by "-", error messages are written on standard error.
+
+.TP
+.B Other flags:
+
+.TP
+\-t s
+Limit on total duration of reduction.
+
+.TP
+\-stats
+Print some statistics information, if available.
+
+
+
+.SH EXAMPLES
+
+.nf
+reduce -rg,redundant,compact HouseConstruction-PT-00100.pnml
+reduce -rg,redundant,compact+ models/Angiogenesis-PT-20.pnml
+reduce -rg,redundant,compact models/AirplaneLD-PT-0010.pnml
+reduce -rg,start,redundant,compact+ models/IBM319-PT-none.pnml
+reduce -rg,redundant,compact,mg,4ti2 models/CircularTrains-PT-024.pnml
+.fi
+
+
+.SH SEE ALSO
+
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), formats(n)
+
+.SH AUTHORS
+Bernard Berthomieu
+LAAS/CNRS,  2000-2012, Bernard.Berthomieu@laas.fr
+
diff --git a/tools/tina-3.7.0/doc/man/mann/selt.n b/tools/tina-3.7.0/doc/man/mann/selt.n
new file mode 100644
index 0000000000000000000000000000000000000000..78df2da279c3886c31d22d1378ee2535ad34e219
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/selt.n
@@ -0,0 +1,465 @@
+.TH selt n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+selt  \- SE\-LTL model checker
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+.SH SYNOPSIS
+
+.B selt
+[\-\f2h\f1elp] 
+
+.B selt
+ktzfile [\-f formula | formfile] [\-prelude ltlfile]
+     [\-ltl2nc | \-spin | \-ltl2ba | \-spot]
+     [\-q | \-v] [\-b | \-c | \-p | \-s | \-g] [\-S scnfile] [\-wp n]
+     [outfile] [errorfile]
+
+.SH DESCRIPTION
+
+selt model-checks state-event LTL formulas on a kripke transition system
+given in ktz format.
+
+If some  formula is specified (by  flag -f or by  providing formfile),
+then  the result  of  evaluation  of  the formula  is  printed
+according to the output mode and verbosity flags, and selt exits.
+
+If  no  formula file is  specified,  then  selt  starts an  interactive
+session, evaluating commands entered by the user on standard input (see
+"selt se-ltl language and commands" below).
+
+
+.SH OPTIONS
+
+.TP
+\-\f2h\f1elp
+Recalls options.
+
+
+.TP
+.B Ktz input:
+
+.TP
+ktzfile
+The kripke transition system on which formula are model-checked, in
+ktz format (extension \&.ktz).
+
+.TP
+\-wp (0|1|2)
+This flag removes (0), preserves (1),  or forces at each state (2) the
+temporal divergence  property possibly present in the  kts file (see
+tina's -wp flag for details).
+
+
+.TP
+.B LTL input:
+
+.TP
+\-f formula
+Passes to selt the formula to be verified.
+
+.TP
+formfile
+Specifies a file holding the formulas to be verified. Must have extension \&.ltl
+
+.TP
+\-prelude ltlfile
+Specifies a  file containing selt  commands to be evaluated  on entry,
+before  any formula  provided by  -f, by  formfile,  or interactively.
+This  flag is  useful to  load  SE-LTL libraries.   ltlfile must  have
+extension .ltl
+
+.TP
+.B LTL to Buchi automata converter options:
+
+.TP
+default  option
+If none of the following options is passed, selt will use the converter
+the name of which is found in the environment variable LTL2BA, if set,
+or ltl2nc otherwise (ltl2nc is bundled with tina, for all targets).
+
+
+.TP
+\-ltl2nc
+Convert  ltl formula  to buchi  automata  using ltl2nc  (ltl to  never
+claim), a stripped down version of spin-6.2.3 only implementing option
+-f.  ltl2nc binaries are bundled with tina distributions.
+
+.TP
+\-spin
+Convert ltl formula to buchi automata using spin (any version).
+spin must be installed at your site from the sources or binaries
+available from (http://spinroot.com).
+
+.TP
+\-ltl2ba
+Convert ltl formula to buchi automata using Oddoux/Gastin ltl2ba.
+Typically yields smaller automata than the above,
+fits most purposes and easy to compile.
+ltl2ba must be installed at your site, from the sources available
+at (http://www.lsv.fr/~gastin/ltl2ba). Pre-compiled binaries of
+ltl2ba V1.0 for some targets may be available at
+(http://www.laas.fr/tina/software2.php).
+
+.TP
+\-spot
+Convert ltl formula to buchi automata using ltl2tgba from the SPOT
+model checking library.
+ltl2tgba must be installed at your site, from
+the sources available at (http://spot.lrde.epita.fr).
+This is certainly the fastest converter available, and that yielding
+the smallest automata, but compilation may be challenging on some targets.
+
+.TP
+.B Verbosity level:
+
+.TP
+\-v
+prints banner and evaluation times for LTL commands (default).
+
+.TP
+\-q 
+No  banner  nor times  are  printed. This  flag  is  useful for  batch
+operation.
+
+
+.TP
+.B Output mode flags:
+
+.TP
+\-b
+When  evaluating  a formula,  just  prints  its  truth value,  without
+counter example.
+
+.TP
+\-c
+When  a formula  evaluates  to  FALSE, prints  in  addition a  counter
+example in condensed form (default).
+
+.TP
+\-p
+When  a formula  evaluates  to  FALSE, prints  in  addition a  counter
+example in full form.
+
+.TP
+\-s
+When  a formula  evaluates  to  FALSE, prints  in  addition a  counter
+example in the scn formmat of the nd stepper.
+
+.TP
+\-g
+When a formula  evaluates to FALSE, does not  print a counter example,
+but builds the  full graph obtained as the  synchronization of the kts
+and of the  bucchi automaton translating the negation  of the formula,
+instead, in ktz form (to be provided).
+
+
+.TP
+.B Other flags:
+
+.TP
+\-S  scnfile
+When a  formula evaluates to FALSE,  writes a counter  example in \&.scn
+format of in file scnfile (creating the file if it does not exist, and
+overwriting  it otherwise).   This flag  is useful  to  replay counter
+examples  in  the  nd  stepper  when  modelchecking  an  existing  ktz
+description and a  description of the net the \&.ktz file describes the
+behavior  of  is available  (see  "interacting  with  the nd  stepper"
+below).
+
+
+.TP
+.B Output destination:
+
+.TP
+outfile
+Where results are written. The output format is determined by the file
+type, according  to the  table below. If  absent or specified  by "-",
+then results are written on standard output in the format specified by
+the output flag. If both an  outfile and some output flag are present,
+then the format defined by  the output flag supersedes that determined
+by the outfile extension.
+
+.nf
+file extension		output format
+--------------------------------------------------------------
+\&.scn			nd stepper \&.scn format
+\&.ktz			\&.ktz format
+any other		textual output
+.fi
+
+
+.TP
+.B Errors destination:
+
+.TP
+errorfile
+Where error messages are written. By default, errors are printed on standard error.
+
+
+
+.SH INTERACTING WITH THE ND STEPPER
+
+For  model-checking  Petri nets  or  Time  Petri  nets, tool  selt  is
+interfaced with the nd editor of the Tina toolbox.
+
+When  the \&.ktz  of  the behavior  of  some net  is  not available,  or
+rebuilding  it  is  cheap,  SE-LTL   properties  of  the  net  can  be
+model-checked as  follows: load  the net into  nd, then build  the ktz
+description  of its behavior  (using the  reachability tool,  with the
+default output  mode and  construction), then invoke  the modelchecker
+from the menu  in the ktz window, and finally  select "stepper" in the
+nd tools menu.  Any counter example computed by the model-checker will
+then be loaded automatically into the stepper, for replay.
+
+When the \&.ktz of the behavior  of some net is available and rebuilding
+it is expensive, then invoke selt with option -S. The file passed with
+-S will always hold the  last counter example built. In parallel, load
+the net description into nd and select "stepper" in the nd tools menu.
+For replaying a counter example, load the \&.scn file specified with -S.
+
+
+
+.SH SELT SE-LTL LANGUAGE AND COMMANDS
+
+Selt implements a version of the SE-LTL linear time temporal logic as described in paper:
+
+S.  Chaki, E.  M. Clarke,  J. Ouaknine,  N. Sharygina,  and  N. Sinha,
+"State/Event-based   Software  Model   Checking",   4th  International
+Conference on Integrated Formal  Methods (IFM'04), Springer LNCS 2999,
+pages 128--147, April 2004.
+
+For building  Buchi automata from  LTL files, the recommended  tool is
+ltl2ba (see above option -ltl2ba for details), a tool described in the
+paper:
+
+P. Gastin  and D.  Oddoux, "Fast LTL  to Buchi  Automata Translation",
+13th Conference Computer-Aided  Verification (CAV'2001), Springer LNCS
+2102, pages 53--65, July 2001.
+
+.SH 1. \f2Lexical matters\f1:
+
+- A identifier is either:
+
+Any  place   or  transition  identifier  allowed  in \&.net  or \&.ndr
+descriptions, that  is: any  sequence of letters,  digits, underscores
+"_" and primes  "'", or any sequence of  characters enclosed in braces
+in which "{", "}" (except the outer ones) and "\\" are prefixed by "\\"
+
+Any sequence of symbols from the list ~ ` ! @ # $ % ^ & * - + = : ? | \ /   < > [ ];
+
+A qualified identifier: an identifier prefixed by S., E. or L.
+
+e.g.   hello, _p4'_, 123, >=<, or {variable x45}, are legal identifiers.
+
+- The commands are: op, infix, prefix, forget, verb, output, source, quit, assert.
+Command names  may not be used  as operator or  variable names.
+
+- When  analyzing  identifiers,  the  scanner  advances  as  right  as
+possible.  So, in a juxtaposition  of identifiers, two symbolic or two
+alphanumeric unbraced identifiers,  or e.g. an alphanumeric identifier
+and a  command name, must  be separated by  a space.  But no  space is
+necessary  between  identifiers  of   different  kinds  or  between  a
+parenthesis (or ";") and an identifier.
+
+- justaposition bind  tighter than infixes and associate  to the left,
+infixes and prefixes associate to the  right. That is, if f is a 3-ary
+operator in functional notation, [],  <>, -, are prefixes, and /\\, \\/,
+are infixes:
+
+.nf
+			[] p1 => <> - p3 /\\ f u v w
+  parses as	([] p1) => ((<> (- p3)) /\\ (f u v wp))
+			
+			f - <> p1 (f p0 p1 (p4 /\\ p5)) \\/ f u v w
+  parses as	(f (- <> p1) (f p0 p1 (p4 /\\ p5))) \\/ (f u v w)
+
+  and		f - <> p1 f p0 p1 p4 \\/ f u v w
+  parses as 	(f (- <> p1) f p0 p1 p4) \\/ (f u v w)
+  which is ill-typed
+.fi
+
+- infixes  have precedence in  0..5 (see  below). Infixes  with higher
+precedence bind tighter than those with lower precedence.
+
+
+.SH 2. \f2The initial environment\f1:
+
+It is made up of (pushed in that order):
+
+- The  atomic  state  and  event  propositions. They  have  the  names
+captured in the .ktz file,  i.e. those of the places and transitions
+of the Petri net if the \&.ktz file was generated by tina.
+
+- Then, the logic and arithmetic primitives, constituted of:
+
+.nf
+   constants:	T (true), F (false),
+		dead (deadlock property)
+		div (temporal divergence property)
+		sub (state is partially known)
+
+   prefixes:	[] (always), <> (eventually), () (next),
+   		- (logic negation), ~(arithmetic negation)
+
+   infixes:	U (until), V (release), of precedence 0
+   		=> (implies), <=> (equivalent), of precedence 1
+		/\\ (and), \\/ (or), of precedence 2
+		<=, >=, =, le, lt, ge, gt, of precedence 3
+		+, of precedence 4
+		*, of precedence 5
+.fi
+		
+- Then the user defined operators.
+
+Since the syntactic classes of atomic state propositions, atomic event
+propositions, logic primitives,  integer,  and user defined operators,
+overlap,  we must have  some way  of disambiguating  identifiers.  For
+this:
+
+- unqualified identifiers are bound to  the command with than name, if
+any, or otherwise to the last pushed environment entry with that name.
+
+- identifiers  qualified by  S (e.g.  S.p1)  are bound  to the  atomic
+state proposition with that name with the qualifier removed (e.g. p1);
+
+- identifiers  qualified by  E (e.g.  E.t1)  are bound  to the  atomic
+event proposition with that name with the qualifier removed (e.g. t1);
+
+- identifiers  qualified by  L  (e.g.  L./\\) are  bound  to the  logic
+primitive with that name with the qualifier removed (e.g. /\\);
+
+So, atomic  propositions (found  in the ktz  file) sharing  their name
+with some atomic propositions in a different group (state or event) or
+with some command  (e.g. op), or some logical  primitive (e.g.  -), or
+the name  of which  is an integer  (e.g.  3),  must be referred  to in
+formulas by their qualified form (e.g.  S.op, E.-, or S.3);
+
+
+.SH 3. \f2Fixity\f1:
+
+Identifiers declared  infix (binary  logic primitives or  user defined
+operators declared by "infix") must be used in infix notation;
+
+Identifiers declared  prefix (unary  logic primitives or  user defined
+operators declared by "prefix") must  be used in prefix notation (in a
+juxtaposition  of  identifiers, prefix  operators  associate with  the
+right expression);
+
+Other operators  or primitives accessed by their  qualified names must
+be used in functional notation.   E.g. if a1, a2, a3 are parenthesized
+expressions, and f has arity 3, then:
+
+.nf
+	a1 /\\ a2 and L./\\ a1 a2 are legal (and equivalent)
+    but a1 L./\\ a2 is ill-typed
+
+	f - a1 a2 a3 is legal (parses as ((f (- a1)) a2) a3)
+    but f L.- a1 a2 a3 T is ill-typed (parses as (((f L.-) a1) a2) a3)
+.fi
+
+.SH 4. \f2Commands and effects\f1:
+
+Commands must terminate with ";".  In formula files, the final ";" may
+be  omitted (EOF  plays that  role). The  effects of  commands  are as
+follows ("exp" is any ltl expression, x, y, f, xi are identifiers):
+
+.nf
+exp;
+	evaluates LTL expression exp;
+
+assert exp "whentrue" "whenfalse";
+       evaluates exp then prints string whentrue (resp. whenfalse) if
+       exp holds (resp. does not) instead of the default message TRUE
+       (resp. FALSE).
+
+op f x1 ... xn = exp;
+	declares an  operator f  or arity n  (n >=  0), to be  used in
+	functional notation;
+
+infix [n] x f y = exp;
+	declares a binary operator f in infix notation. n is an
+	optional integer in 0..5 specifying precedence.
+
+prefix f x = exp;
+	declares a unary operator f in prefix notation;
+
+forget f1 ... fn;
+	Removed items names f1 ...  fn from the environment, and their
+	fixity information;
+
+source [file | "file"];
+	reads at toplevel the contents of file. The file name is
+	optionally surrounded  by string quotes (this  is necessary if
+	the name includes spaces);
+
+verb [true | false | debug];
+	verbosity level. Tne initial  setting follows from the command
+	line flags -v | -q (default -v);
+
+	true  (default):  prints   the  banner,  prompts,  results  of
+	commands, and evaluation times;
+
+	false:  just   prints  the   results  of  evaluation   of  LTL
+	expressions (useful in batch mode);
+
+	debug: may print extra information (mainly for developper);
+
+output [proof | fullproof | quiet | stepper | graph]
+	specify   effects   and   results   of  evaluations   of   LTL
+	expressions.  The  command  line  flags  -c, -p,  -b,  -s,  -g
+	specifies the initial setting (default -c);
+
+	proof  (default): evaluations  return  TRUE, or  FALSE with  a
+	counter example in condensed form;
+
+	fullproof: evaluations  return TRUE,  or FALSE with  a counter
+	example in full form (may be very large);
+
+	quiet: evaluations just return  TRUE or FALSE, without counter
+	examples.
+
+	stepper: as output fullproof  except the counter example is in
+	stepper format (typically used in batch mode);
+
+	graph: not implemented yet
+
+quit	
+	leaves selt (also ^D on Unix targets).
+.fi
+
+.SH 5. \f2Example commands\f1:
+
+.nf
+p1;			(eqv. p1 lt 0 \/ p gt 0)
+- p1;   		(eqv. p1 = 0)
+p1 /\\ p2 >= 2;		(eqv. p1 /\\ (p2 >= 2))
+op x > y = x >= y + 1;	(declares arithmetic operator >, in infix form)
+p1+p2;			(eqv. p1+p2 >= 0, eqv. p1 \\/ p2)
+p1+p2 > p3;
+p1*p2 = 0;
+infix y follows x = [] (x => <>y);  
+      		(declares logical operator "follows:, in infix form)
+(t3 \\/ p5) follows (t1 /\\ p1>=p2);
+    		(eqv. [] ((t1 /\\ (p1>=p2)) => <> (t3 \\/ p5)));
+.fi
+
+
+
+.SH EXAMPLES
+
+.nf
+selt abp.ktz -f "[] (t1 => <> t3)" -q -b
+selt abp.ktz -p
+.fi
+
+
+.SH SEE ALSO
+
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+.SH AUTHORS
+Bernard Berthomieu, with contributions by Francois Vernadat, Pierre-Olivier Ribet,
+LAAS/CNRS,  2000-2012, {Bernard.Berthomieu|Francois.Vernadat}@laas.fr.
+
diff --git a/tools/tina-3.7.0/doc/man/mann/sift.n b/tools/tina-3.7.0/doc/man/mann/sift.n
new file mode 100644
index 0000000000000000000000000000000000000000..06e909ec2a25e2fc4fa61adc9ce94256acb893c4
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/sift.n
@@ -0,0 +1,341 @@
+.TH sift n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+sift - high performance state space explorator and checker
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+.SH SYNOPSIS
+
+.B sift
+[\-\f2h\f1elp] [-p]
+     [-R | -P | -V | -Q |
+      -D | -F | -F1 |
+      -W | -M | -H | -S | -E | -G]
+     [-equal | -incl | -hull]
+     [-f form | -dead] [-c n] [-t s] [-b n]
+     [-q | -k] [-NET | -NDR | -TPN | -PNML | -TTS]
+     [-df | -bf | -rf] [-tree] [-inh] [-tc] [-pr] [-dt] [-stats]
+     [infile] [outfile] [digestfile] [errorfile]
+
+ 
+.SH DESCRIPTION
+
+sift builds  various state space abstractions for  extended Time Petri
+nets.  It  takes as input  descriptions in textual form  (\&.net, \&.pnml,
+\&.tpn formats) or graphical form  (\&.ndr format of files produced by nd,
+\&.pnml with graphics), or a  Time Transition System description in \&.tts
+format.
+
+sift serves similar purposes as  the tina tool, with less options but
+handles large  states spaces much more efficiently.   sift also allows
+to check reachability properties on the fly.
+
+
+.SH OPTIONS
+
+.TP
+\-\f2h\f1elp
+Recalls options.
+
+.TP
+.B Operating mode options:
+
+.TP
+\-R
+Builds the marking reachability graph of a Petri net (untimed, or with
+temporal information discarded). 
+This option forgets time constraints, it sets flag -tc.
+
+.TP
+-V
+Builds  the Covering  Step  Graph of  a  Petri net,  according to  the
+technique of Vernadat/Azema/Michel. The construction preserves deadlocks.
+This option forgets time constraints and priorities, it sets flags -tc -pr.
+
+.TP
+\-P
+Builds  the partial marking  graph of  a Petri  net, according  to the
+persistent sets technique. The heuristic retained is to minimize local
+branching.
+This option forgets time constraints and priorities, it sets flags -tc and -pr.
+
+.TP
+\-Q
+Builds  the  partial  marking  graph  of  a  Petri  net.  Combine  the
+persistent  sets  (-P)  and   covering  steps  (-V)  methods.
+This option forgets time constraints and priorities, it sets flags -tc and -pr.
+
+.TP
+\-D
+Builds the essential state graph of a Time Petri net, according to the
+technique of Popova. This graph preserves reachability and linear time
+temporal properties. Static intervals  must be closed or unbounded and
+left-closed.   If no  temporal  information is  specified,  or if  all
+transitions bear interval [0,w[, then -D is silently replaced by -R.
+
+.TP
+\-F | -F1
+Builds  the subgraph  of the  state graph  obtained by  firing integer
+delay transitions (unit delays if -F1) and discrete transitions.  This
+graph strictly includes that obtained by -D  and  preserves  the  same
+properties. Static intervals must be closed  or  unbounded  and  left-
+closed. If no temporal information is specified, or if all transitions
+bear interval [0,w[, then -F/-F1 is silently replaced by -R.
+
+.TP
+\-W
+Builds the linear state class graph  of a Time Petri net, according to
+the technique of Berthomieu/Menasche [IFIP1983].  The linear state class
+graph  preserves  marking  reachability  properties  and  linear  time
+temporal properties.   If no temporal information is  specified, or if
+all transitions bear  interval [0,w[, then -W is  silently replaced by
+-R.  This option removes priorities, it sets flag -pr.
+
+.TP
+\-M
+Option -M computes the set of markings of a TPN.
+Option -M is typically faster than -W and yields smaller state space
+abstractions, but it does not preserve firing sequences. ktz files
+created in mode -M only capture markings and the firable transitions
+represented as loop transitions on the markings they are firable from.
+
+.TP
+\-H
+Option -H computes an overapproximation of the set of markings
+of a TPN. It is typically much faster than options -M and -W and produces
+a set of classes with exactly one firing domain associated with each marking.
+Compared to -W, all classes associated with the same marking are merged into
+a single class obained from the dbm-hull of their domains (the smallest
+dbm including all of them). As for mode -M, ktz files created in mode -H
+only capture markings and the firable transitions.
+
+.TP
+\-S
+Builds the  strong state  class graph, according  to the  technique of
+Berthomieu/Vernadat   [TACAS2003].    That   graph   preserves   state
+reachability  properties and  linear time  temporal properties;  it is
+also  compatible  with  priorities.   If no  temporal  information  is
+specified,  or if  all transitions  bear  interval [0,w[,  then -S  is
+silently replaced by -R.
+
+.TP
+\-E
+Option -E computes the set of states of a TPN.
+Option -E is typically faster than -S and yields smaller state space
+abstractions, but it does not preserve firing sequences. ktz files
+created in mode -E only captured markings and the firable transitions,
+represented as loop transitions on the markings they are firable from.
+
+.TP
+\-G
+Option -G computes an overapproximation of the set of states
+of a TPN. It is typically much faster than options -S and -E and produces
+a set of strong classes with exactly one clock domain associated with each marking.
+Compared to -S, all classes associated with the same marking are merged into
+a single class obained from the dbm-hull of their domains (the smallest
+dbm including all of them). As for mode -E, ktz files created in mode -G
+only capture markings and the firable transitions.
+
+.TP
+\-equal
+Identify two state classes when they are equal (default).
+This flag has the effects of -W if no priorities are specified, or of -S otherwise;
+It is ignored if the net is untimed or if some operating mode is simultaneously set.
+
+.TP
+\-incl
+Identify two state classes when one is included in the other.
+This flag has the effects of -M if no priorities are specified, or of -E otherwise;
+It is ignored if the net is untimed or if some operating mode is simultaneously set.
+
+.TP
+\-hull
+Merge all state classes with same marking into their dbm hull.
+This flag has the effects of -H if no priorities are specified, or of -G otherwise;
+It is ignored if the net is untimed or if some operating mode is simultaneously set.
+
+.TP
+.B Exploration strategy flags (when meaningful):
+
+.TP
+\-df
+Depth-first exploration order
+
+.TP
+\-bf
+Breadth-first exploration order (default)
+
+.TP
+\-rf
+Random exploration order
+
+.TP
+\-inh
+Removes inhibitor arcs from the input net.
+
+.TP
+\-pr
+Removes priority constraints from the input net.
+
+.TP
+\-tc
+Removes time constraints  from the input net.
+
+.TP
+\-dt
+Forgets data processing when reading a tts description.
+
+.TP
+.B Storage strategy flags:
+
+.TP
+\-tree
+Do not store states; assume any state computed is new.
+
+.TP
+.B Stopping conditions:
+
+If some of these conditions fail and the output is ktz, then the ktz
+file captures a partial state space including the offending state and
+in which all non fully explored states bear property "sub".
+
+.TP
+\-c n 
+Stop if the number of state enumerated exceeds n; no effects if n=0.
+
+.TP
+\-t n
+Stop if exploration lasts longer than n seconds; no effects if n=0.
+
+.TP
+\-b n 
+Stops if the marking of some place exceeds n; no effects if n=0.
+Sift may take advantage of this value for choosing the representation of
+states.
+
+.TP
+\-f form
+Stop if some state does not obey property form; no effects if form=T.
+Formula form is any modality-free formula accepted by the selt model
+checker (check man selt for details). In addition, an atomic proposition
+is provided, "safe" or "L.safe", then asserts that the marking of each place
+does not exceed 1.
+
+.TP
+\-dead
+Stop if some deadlock state is found; shorthand for -f "-L.dead".
+
+
+.TP
+.B Other flags:
+
+.TP
+\-p
+Disables state space generation, just parses input net.
+
+.TP
+\-stats
+Prints progress information on the fly.
+
+.TP
+.B Input format and source:
+
+.TP
+\-NET | -NDR | -PNML | -TPN | -TTS
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in .net or
+.ndr format.
+
+.TP
+infile
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+
+.nf
+file extension		input format
+--------------------------------------------------------------
+\&.net			net format
+\&.ndr			ndr format
+\&.tpn			tpn format
+\&.pnml			pnml format
+\&.tts			tts format
+.fi
+
+.TP
+.B Output format and destination:
+
+.TP
+\-q | \-\f2k\f1tz
+Specifies the format of the output. This flag is necessary when
+output is produced on standard output, or written in a file that does not
+bear the expected extension. \-q means no output is printed, while 
+\-k means some output is produced in \&.ktz proprietary compressed format. 
+
+.TP
+outfile
+Where results are written. The output format is determined by the file
+type, according  to the  table below. If  absent or specified  by "-",
+then results are written on standard output in the format specified by
+the output format flag. If both an  outfile and some output flag are present,
+then the format defined by  the output flag supersedes that determined
+by the outfile extension.
+
+.nf
+file extension		output format
+--------------------------------------------------------------
+\&.ktz			tina binary ktz format
+any other		textual output
+.fi
+
+.TP
+.B Digest destination:
+
+.TP
+digestfile
+
+In addition to (possibly) its results in ktz form in file outfile, sift 
+prints a summary of results in file digestfile (default stdout).
+
+.TP
+.B Errors destination:
+
+.TP
+errorfile
+Where error messages are written. By default, errors are printed on standard error.
+
+
+.TP
+.B Default options:
+
+Depend upon the features of the input net:
+.nf
+If no time constraint:     sift -R -c 0 -t 0 -b 0 -f T -q
+Else, if no priorities:    sift -W -c 0 -t 0 -b 0 -f T -q
+Otherwise:                 sift -S -c 0 -t 0 -b 0 -f T -q
+.fi
+
+
+.SH EXAMPLES
+
+.nf
+sift -f "p1 \/ t4" < ifip.ndr
+sift -PNML mynet.xml
+sift -f safe abp.ndr abp.ktz -stats
+.fi
+
+
+.SH SEE ALSO
+
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+.SH AUTHORS
+Bernard Berthomieu, with contributions by Alexandre Hamez
+LAAS/CNRS,  2000-2012,
+Bernard.Berthomieu@laas.fr.
+
diff --git a/tools/tina-3.7.0/doc/man/mann/struct.n b/tools/tina-3.7.0/doc/man/mann/struct.n
new file mode 100644
index 0000000000000000000000000000000000000000..1b05bfc0cd3e170862b02e020ef6cc7b9c5a1937
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/struct.n
@@ -0,0 +1,163 @@
+.TH struct n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+struct \- Structural analysis tool
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+.SH SYNOPSIS
+
+.B struct 
+[\-\f2h\f1elp]
+       [\-S | \-F] [\-I | \-Q] [\-P | \-T] [\-safe]
+       [\-32 | \-64 | \-mp | \-dp] [\-4ti2]
+       [\-v | \-q | \-j | \-j2 | \-j3]
+       [\-NET | \-NDR | \-PNML | \-TPN | \-TTS]
+       [infile] [outfile] [errorfile]
+
+
+.SH DESCRIPTION
+
+struct computes  generator sets for  semiflows, or bases of  flows, on
+places and transitions.  It takes  as input descriptions of a Priority
+Time  Petri  net  in  textual  form (\&.net,  \&.pnml,  \&.tpn  formats)  or
+graphical  form (\&.ndr  format  of  files produced  by  nd, .\&pnml  with
+graphics), or a Time Transition System description in \&.tts format.
+
+
+.SH OPTIONS
+
+.TP
+\-\f2h\f1elp
+Recalls options.
+
+.TP
+.B Operating mode options:
+
+.TP
+\-P | -T
+Computes semiflows or flows for places only (-P) or transitions only (-T).
+In absence of either flag, computes them for both.
+
+.TP
+\-S | -F
+Computes semiflow generator sets (-S) or flow bases (-F). If -S, also
+computes the invariant and consistent properties.
+
+.TP
+\-I | -Q
+Computes  semiflow (resp. flow) basis  such  that   any  semiflow
+(resp. flow)  is a  linear combination with  integer (-I)  or rational
+(-Q) coefficients of those in basis (nongenative if -S, in addition).
+
+.TP
+\-safe
+Evaluates a sufficient condifion for net safeness, using semiflows on places.
+
+.TP
+\-32 | \-64 | \-mp | \-dp
+precision of arithmetic computations:
+.nf
+-32: use 32 bit integers;
+-64: use 64 bit integers;
+-mp: use arbitrary precision arithmetics;
+-dp: use default precision.
+.fi
+
+.TP
+\-4ti2
+Use the 4ti2 tool (www.4ti2.de) rather than the native implementations for
+computation of flows or semiflows.  This option requires to compile and install
+the 4ti2 tool on your machine. 4ti2 is significantly faster on large nets,
+especially when using option -I.
+
+.TP
+.B Output format selection :
+
+.TP
+\-v
+textual output, prints full results.
+
+.TP
+\-q
+textual output, prints a summary of results.
+
+.TP
+\-j | -j2 | -j3
+prints [semi]flows in json format, with several levels of detail.
+.nf
+-j3: most detailled, selt explanatory
+-j2: like -j3 except items names are replaced by indices in lexicograophically ordered list of names
+-j : just prints indices of items with positive coefficients
+.fi
+
+.TP
+.B Input format flags:
+
+.TP
+\-NET | -NDR | -PNML | -TPN | -TTS
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in \&.net or
+\&.ndr format.
+
+.TP
+.B Input source:
+
+.TP
+infile
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+
+.nf
+file extension		input format
+--------------------------------------------------------------
+\&.net			net format
+\&.ndr			ndr format
+\&.tpn			tpn format
+\&.pnml			pnml format
+\&.tts			tts format
+.fi
+
+.TP
+.B Output destination:
+
+.TP
+outfile
+Where  results are  written.   If  absent or  specified  by "-",  then
+results are written on standard output.
+
+
+.TP
+.B Errors destination:
+
+.TP
+errorfile
+Where error messages are written. By default, errors are printed on standard error.
+
+
+.TP
+.B Default options are :
+
+struct -t 0 -v -S -Q
+
+
+.SH EXAMPLES
+
+.nf
+struct < nets/ifip.ndr > ifip.struct
+struct -q nets/ifip.ndr ifip.struct
+.fi
+
+
+.SH SEE ALSO
+
+nd(n), tina(n), plan(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+.SH AUTHORS
+Bernard Berthomieu, LAAS/CNRS, 2000-2012, Bernard.Berthomieu@laas.fr.
+
diff --git a/tools/tina-3.7.0/doc/man/mann/tedd.n b/tools/tina-3.7.0/doc/man/mann/tedd.n
new file mode 100644
index 0000000000000000000000000000000000000000..3b5697aaf476eb54c7a45f6b9754c5ccbbbc7897
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/tedd.n
@@ -0,0 +1,276 @@
+.TH tedd n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+tedd - logic symbolic state space constructop and explorator (development in progress)
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+.SH SYNOPSIS
+
+.B tedd
+[\-\f2h\f1elp] [-p]
+     [-order-auto | 
+      -order-(dfs|scan|bfs|rcm|wrcm|struct|lexical|sliced|
+              random|tpn)[,force][,rev][,flat][,4ti2]]
+     [-sdd-variables n]
+     [-order-force-limits p t] [-order-struct-limits p t]
+     [-order-save file] [-order-load file]
+     [-count-transitions] [-dead-states] [-dead-transitions]
+     [-q | -v] [-NET | -NDR | -TPN | -PNML | -TTS]
+     [-inh] [-tc] [-dt] [-pr] [-stats] [-b n] [-t s]
+     [infile] [outfile] [digestfile] [errorfile]
+
+
+.SH DESCRIPTION
+
+tedd computes the state space of a Petri net or of a discrete time Time Petri
+using logic-based symbolic techniques (decision diagrams). 
+It  takes as input Petri net descriptions in textual form (\&.net, \&.pnml,
+\&.tpn formats) or graphical form  (\&.ndr format of files produced by nd,
+\&.pnml with graphics).
+Priorities, time constraints and Time Transition System descriptions in \&.tts
+format are not supported yet. 
+tedd also allows to compute dead states and dead transitions in the spaces explored.
+
+Note: this preliminary version is a simplified variant of that used with success
+at the Model Checking Contest, with fewer options (no net reductions nor transformations,
+in particular).
+
+
+.SH OPTIONS
+
+.TP
+\-\f2h\f1elp
+Recalls options.
+
+.TP
+.B Variable order options:
+
+.TP
+\-order-auto
+Let tedd decide order of variables using its builtin metric.
+
+.TP
+\-order-<spec>[,force][,rev][,flat][,4ti2]]
+Use specified order, where
+
+.nf
+spec is either:
+  dfs: order variables as places are found in a dfs preorder traversal of net
+  scan: same but in dfs postorder traversal
+  bfs: same but in bfs traversal
+  rcm: use Reverse Cuthill/McKee ordering
+  wrcm: a variation of rcm taking arc weights into account
+  struct: order making use of p-semiflows
+  lexical: order variables according to place names, lexicographically
+  sliced: a variant of lexical
+  random: order variables randomly
+  tpn: another variant of lexical order, recommended for tpn descriptions.
+force: apply force heuristic to order computed
+rev | reverse: reverse order computed
+flat: flatten order (put all variables in a single hierarchical level)
+4ti2: use 4ti2 instead of native algorithms to compute struct order.
+.fi
+
+.TP
+\-sdd-variables n
+Sets to n the max number of varibles at each hierarchical level.
+
+.TP
+\-order-force-limit p t
+Skips force option when computing -order-auto and |P| > p or |T| > t
+
+.TP
+\-order-struct-limit p t
+Skips struct order when computing -order-auto and |P| > p or |T| > t
+
+
+.TP
+\-order-save file
+Saves order computed into a file.
+
+.TP
+\-order-load file
+Loads variable order from file.
+
+.TP
+.B Build options:
+
+.TP
+\-count-transitions
+Compute and print the number of transitions of the state space, if supported by tool.
+By defaut, neither tool computes the transition count as this can be expensive.
+
+.TP
+\-dead-states
+Once the state space is built, compute the dead states (states without successors)
+and prints them.
+
+.TP
+\-dead-transitions
+Once the state space is built, compute the dead transitions (those never fired)
+and prints them.
+
+
+.TP
+.B Input options:
+
+.TP
+\-inh
+Forget inhibitor arcs in the input net.
+
+.TP
+\-pr
+Forget priority constraints in the input net.
+
+.TP
+\-tc
+Forget time constraints in the input net.
+
+.TP
+\-dt
+Forget data processing when reading a tts description.
+
+
+.TP
+.B Input format and source:
+
+.TP
+\-NET | -NDR | -PNML | -TPN | -TTS
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in .net or
+.ndr format.
+
+.TP
+infile
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+
+.nf
+file extension		input format
+--------------------------------------------------------------
+\&.net				net format
+\&.ndr				ndr format
+\&.tpn				tpn format
+\&.pnml			pnml format
+\&.tts			     tts format
+.fi
+
+.TP
+.B Output format and destination:
+
+.TP
+\-q | \-v
+Specifies the format of the output, quiet (-q) or verbose (-v).
+
+.TP
+outfile
+Where results are written.
+
+.TP
+.B Digest destination:
+
+.TP
+digestfile
+In addition to (possibly) its results in file outfile, tedd may 
+prints a summary of results in file digestfile (default stdout).
+
+
+.TP
+.B Errors destination:
+
+.TP
+errorfile
+Where error messages are written. By default, errors are printed on standard error.
+
+
+.TP
+.B Other flags:
+
+.TP
+\-p
+Disables state space generation, just parses input net.
+
+.TP
+\-po
+Disables state space generation, just parses input net and computes variable order.
+
+.TP
+\-stats
+Prints progress information on the fly, if available.
+
+.TP
+\-b n 
+Indicates that the marking of each place cannot exceed n. Tedd does not check it but may
+take advantage of this information for optimizing the state space representation.
+
+.TP
+\-t n
+Stop if computation lasts longer than n seconds; no effects if n=0.
+
+
+.TP
+.B Default options:
+
+tedd -q -pr -dt -order-auto
+
+
+
+.SH SHELL VARIABLES
+
+Several tables used by tedd are statically allocated, including the following, with the default sizes shown:
+
+.nf
+table			default size (items)
+--------------------------------------------------------------
+HOMUTSIZE			10000
+HOMCACHESIZE 		1000000
+HOMCACHETHRESHOLD 	1000000
+REWCACHESIZE		100000
+REWCACHETHRESHOLD 	1000000
+SDDUTSIZE 		2000000
+SDDCACHESIZE 		1000000
+SDDCACHETHRESHOLD 	1000000
+.fi
+
+These initial sizes may be changed by defining shell variables named like the tables to be dimensioned,
+with the desired sizes assigned to.
+
+For better performances on nets with large state spaces, it might be wise to augment the default sizes of
+the HOMCACHE, SDDUT and SDDCACHE tables. Three examples size sets follow; the code assigning these sizes
+tp the shell veriables should br added to your startup file or to a file sourced before calling tedd
+(exact syntax depends on the shell im use).:
+
+.nf
+table		medium size	large size	very large size
+--------------------------------------------------------------
+HOMCACHESIZE	10000000		20000000		30000000
+SDDUTSIZE 	10000000		20000000		30000000
+SDDCACHESIZE 	5000000		10000000		15000000
+.fi
+
+
+
+
+.SH EXAMPLES
+
+.nf
+tedd -tc ifip.ndr
+tedd tpn_examples/milner_scheduler/m100.tpn
+tedd tpn_examples/dining_philosophers/p1000.tpn -dead-states
+
+
+.SH SEE ALSO
+
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+.SH AUTHORS
+Bernard Berthomieu, with contributions by Alexandre Hamez (smldd, expatSML libraries),
+LAAS/CNRS,  2010-2021,
+Bernard.Berthomieu@laas.fr.
+
diff --git a/tools/tina-3.7.0/doc/man/mann/tina.n b/tools/tina-3.7.0/doc/man/mann/tina.n
new file mode 100644
index 0000000000000000000000000000000000000000..baf469632d3cf86b56bee9b704ef51d3a87c1222
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/tina.n
@@ -0,0 +1,480 @@
+.TH tina n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+tina - state space generation tool
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+.SH SYNOPSIS
+
+.B tina
+[\-\f2h\f1elp] [-p]
+     [-C | -Cm n | -R |
+      -V | -Vq | -V(o|f|l) tlist | -P | -Q(|p|b) |
+      -D | -F(|1) |
+      -M(|m) | -E | -W(|m) | -S | -A | -U | -incl | -equal]
+     [-s n] [-c n] [-b n] [-t s] [-m n] [-en n]
+     [-df | -bf ] [-inh] [-tc] [-pr] [-dt] [-sw]
+     [-NET | -NDR | -TPN | -PNML | -TTS]
+     [-v | -q | -aut | -mec | -bcg | -ktz] 
+     [-sp n] [-tp n] [-ls] [-lt] [-wp n] [-g] [-d] [-stats] 
+     [infile] [outfile] [digestfile] [errorfile]
+
+
+.SH DESCRIPTION
+
+tina builds various  state space abstractions for Petri  nets and Time
+Petri nets.  It  takes as input descriptions of  a Priority Time Petri
+net  in textual  form (\&.net,  \&.pnml, \&.tpn  formats) or  graphical form
+(.\&ndr format of files produced by  nd, \&.pnml with graphics), or a Time
+Transition System description in .\&tts format.
+
+.SH OPTIONS
+
+.TP
+\-\f2h\f1elp
+Recalls options.
+
+.TP
+.B Operating mode options:
+
+.TP
+\-C | -Cm n
+Build the Coverability Graph of a Petri net (untimed, or with temporal
+information discarded).
+-C  implements  a  method  close  to  the  original  Karp  and  Miller
+algorithm.
+-Cm  n  behaves like -C,  except that  it  specifies  a threshold  for
+unbounded places  (-C eqv.  -Cm  0).   With -Cm  k, a place  p becomes
+marked with w in  marking m' if some ancestor marking m  of m' is such
+that: (for any q)(m'(q) >= m(q)) and  m'(p) > m(p) >= k.
+These options remove time constraints, inhibitor arcs and priorities,
+they set flags -tc -inh -pr.
+
+.TP
+\-R
+Builds the marking reachability graph of a Petri net (untimed, or with
+temporal information discarded). 
+This option removes time constraints, it sets flag -tc.
+
+.TP
+\-V | -Vq | -Vo tlist | -Vf tlist | -Vl tlist
+
+Builds  the Covering  Step  Graph of  a Petri  net,  according to  the
+technique of Vernadat/Azema/Michel.  -V preserves deadlocks. -Vq stops
+as soon  as all transitions  have been fired  or all states  have been
+enumerated;  it   checks  quasi-liveness.   tlist  being   a  list  of
+observable transitions, -Vo  tlist preserves observational equivalence
+wrt transitions in tlist, -Vf tlist preserves failure equivalence, and
+-Vl  tlist   preserves  linear   time  temporal  properties.   If  all
+transitions are observable  then -V(o|f|l) tlist is eqv  to -R.  These
+options remove  time constraints  and priorities,  they set  flags -tc
+-pr.
+
+.TP
+\-P
+Builds  the partial marking  graph of  a Petri  net, according  to the
+persistent sets technique. The heuristic retained is to minimize local
+branching.
+These options remove time constraints and priorities, they set flags -tc and -pr.
+
+.TP
+\-Q | -Qp | -Qb
+Builds  the  partial  marking  graph  of  a  Petri  net.  Combine  the
+persistent  sets  (-P)  and   covering  steps  (-V)  methods.  Several
+heuristics are available:
+-Qp maximizes size of steps;
+-Qb minimizes branching, like -P;
+-Q (recommended) implemnents a trade off between -Qp and -Qb.
+These options remove time constraints and priorities, they set flags -tc -pr.
+
+.TP
+\-D
+Builds the essential state graph of a Time Petri net, according to the
+technique of Popova. This graph preserves reachability and linear time
+temporal properties. Static intervals  must be closed or unbounded and
+left-closed.   If no  temporal  information is  specified,  or if  all
+transitions bear interval [0,w[, then -D is silently replaced by -R.
+
+.TP
+\-F | -F1
+Builds  the subgraph  of the  state graph  obtained by  firing integer
+delay transitions (unit delays if -F1) and discrete transitions.  This
+graph strictly includes that obtained by -D  and  preserves  the  same
+properties. Static intervals must be closed  or  unbounded  and  left-
+closed. If no temporal information is specified, or if all transitions
+bear interval [0,w[, then -F/-F1 is silently replaced by -R.
+
+.TP
+\-W
+Builds the linear state class graph  of a Time Petri net, according to
+the technique  of Berthomieu/Menasche.   The linear state  class graph
+preserves  marking reachability  properties and  linear  time temporal
+properties.   If  no temporal  information  is  specified,  or if  all
+transitions bear interval [0,w[, then -W is silently replaced by -R.
+This option removes priorities, it sets flag -pr.
+
+.TP
+\-Wm
+As   \-W,  except   interprets  multi   enabledness   of  transitions.
+Multi-enabled transitions are associated with several delay variables,
+ordered by their creation dates.
+
+.TP
+\-M | -Mm
+As -W or -Wm, except only markings are preserved (firing sequences are not).
+
+.TP
+\-S
+Builds the  strong state class graph  (also called zone  graph by some
+authors) of a Time Petri net.  That graph preserves state reachability
+properties  and  linear  time  temporal properties.   If  no  temporal
+information is  specified, or if all transitions  bear interval [0,w[,
+then -S is silently replaced by -R.
+
+.TP
+\-E
+As -S, except only states are preserved (firing sequences are not).
+
+.TP
+\-A
+Builds the arborescent,  or atomic, state class graph  of a Time Petri
+net.  The arborescent state  class graph preserves liveness properties
+and branching time temporal properties.  If no temporal information is
+specified,  or if  all transitions  bear  interval [0,w[,  then -A  is
+silently replaced by -R.
+This option currently removes priorities, it sets flag -pr.
+
+.TP
+\-U
+An  alternative for  -A,  generally slower,  provided for  pedagogical
+purposes.   Algorithmically,   -A  partition/refines  the   result  of
+construction  -E, while -U  proceeds from  the typically  larger graph
+obtained by -S. The graphs obtained by -A and -U should be bisimilar.
+This option currently removes priorities, it sets flag -pr.
+
+.TP
+\-incl
+Identify two state classes when one is included in the other.
+This flag avoids to specify mode -M or -E when analyzing timed models.
+It is silently ignored if the net is untimed or if some operating mode is
+simultaneously set, otherwise it has the effects of -M if no priorities are
+specified, or of -E otherwise.
+
+.TP
+\-equal
+Identify two state classes when they are equal (default).
+This flag undoes the effects of any preceding -incl flag.
+
+.TP
+.B Exploration strategy flags:
+
+.TP
+\-df
+Depth-first exploration (when meaningful)
+
+.TP
+\-bf
+Breadth-first exploration (default)
+
+.TP
+\-inh
+Removes inhibitor arcs from the input net.
+
+.TP
+\-pr
+Removes priority constraints from the input net.
+
+.TP
+\-tc
+Removes time constraints  from the input net.
+
+.TP
+\-dt
+Forgets data processing when reading a tts description.
+
+.TP
+\-sw
+Forgets stopwatch and stopwatch-inhibitor arcs from input net.
+
+.TP
+.B Stopping test and limits flags:
+
+.TP
+\-s n
+Stopping test for the boundedness property.
+.nf
+\-s 0 : None, use limit option(s) to ensure termination
+\-s 1 : Checks a sufficient condition for unboundedness
+        of the underlying untimed net (Fast but small risk
+        of undetection).
+With \-C, no stopping test is necessary.
+
+With time constaints, inhibitor arcs, stopwatch arcs,
+boundedness is undecidable.
+.fi
+
+.TP
+\-c n 
+Bound on the number of markings to enumerate (none if n=0).
+
+.TP
+\-b n 
+Bound on the marking of each place (none if n=0).
+
+.TP
+\-t n
+Bound on duration of enumeration (none if n=0).
+
+.TP
+\-m n
+Bound on multi-enabledness of transitions (none if n=0).
+
+.TP
+\-en n
+Lower bound on number of enabled transitions (none if n=0). E.g. absence
+of deadlocks is checked on the fly with "-en 1".
+
+.TP
+.B Output format selection :
+
+.TP
+\-v
+textual output, prints full results
+
+.TP
+\-q
+textual output, prints a summary of results
+
+.TP
+\-\f2a\f1ut
+transition  system output  in .aut  format, as  read by Aldebaran.
+
+.TP
+\-mec
+transition system output in .mec format, as read by Mec 4.
+
+.TP
+\-\f2k\f1tz
+transition system output in \.ktz proprietary compact format.
+
+.TP
+\-bcg
+transition system output in .bcg compact format, as read by bcg tools.
+
+
+.TP
+\-ls
+prints labelled state properties
+
+Without option -ls, atomic state properties are bijectively mapped to the net's place names. 
+With -ls, they are mapped to place labels.
+
+.TP
+\-lt
+prints labelled transition properties
+
+Without option -lt, atomic transition properties are bijectively mapped to the net's transition names. 
+With -lt, they are mapped to transition labels.
+
+
+.TP
+\-sp n
+encoding of state properties for transition system outputs:
+.nf
+-sp 0 : no state properties (default for .aut, .bcg)
+-sp 1 : boolean state properties (default for .mec)
+-sp 2 : weighted state properties (default for .ktz)
+-sp 3 : weighted state properties for all weights
+.fi
+
+The \&.aut and \&.bcg formats do not natively support state properties. With -sp n,  where n>0, tina encodes them as additional transitions: regular transition properties (labels) are prefixed by  "T.", state  properties (markings) are  introduced as loops on states labelled by the places marked, prefixed by "S.". In  addition, when n>1, place names are suffixed by their marking, separated by "*".  E.g.  if place p3 has 3 tokens in state s, than -sp 1 adds transition (s,"S.`p3`",s), -sp 2 adds  (s,"S.`p3`*3",s), and -sp 3 adds  (s,"S.`p3` S.`p3`*2 S.`p3`*3",s).
+
+The \&.mec format natively supports unweighted state properties. If -sp 2 or 3 is specified, weighted properties are encoded into boolean properties: e.g. marking  p*3  is represented by state property  p with -sp 1, p_3 with  -sp 2, and properties p, p_2, and p_3, with -sp 3.
+
+The .ktz format natively supports weighted state properties, even for infinite weights (unbounded places). For \&.ktz, flag values 1 to 3 yield the same result.
+
+.TP
+\-tp n
+encoding of transition properties for transition system outputs:
+.nf
+-tp 0 : no transition properties
+-tp 1 : boolean transition properties (default for \&.aut, \&.bcg, \&.mec)
+-tp 2 : weighted transition properties (default for \&.ktz)
+-tp 3 : weighted transition properties for all weights
+.fi
+
+The \&.aut and \&.bcg formats expect a single transition property (or none, represented by "i"). Multiple properties are encoded into a single one, built from the concatenation of their representations.
+
+The .\&mec format supports unweighted multiple transition properties.
+Weights are appended to the  properties  as explained above for weighted  state  properties.
+
+The \&.ktz format natively supports weighted transition properties (even for infinite weights). For \&.ktz, flag values 1 to 3 yield the same result.
+
+Note: All tina constructions except -V  produce  single transition  properties; construction -V produces multiple  transition  properties. No construction  currently produces weighted  transition properties,  but  options -tp 2 and -tp 3 are still  useful  when  combined  with option -lt and transition labelling is surjective.
+
+.TP
+\-wp n
+encoding of wait states for transition system outputs:
+
+.nf
+-wp 0 : no wait state properties
+-wp 1 : emit wait state properties
+.fi
+
+In Time Petri nets, it may happen that no transition firable from some state has a finite firing deadline. Knowledge of such "wait" states is important for e.g. LTL model checkers. With -wp 1, an extra "wait" property is emitted for all wait states (thus for all states if the net is untimed or all transitions have interval [0,w[). In all formats, it is represented by an extra transition labelled "*" looping on states having that property.
+
+Default value: -wp 1 if ktz output and at least one transition has an interval different from [0,w[, otherwise -wp 0. This treatment avoids to associate a wait property for all behavior states in untimed nets, for which LTL model checking typically assumes a fairness hypothesis for transition firing. The tina LTL model checker has a flag to restore these properties, if desired.
+
+.TP
+.B Other flags:
+
+.TP
+\-stats
+Prints progress information on the fly.
+
+.TP
+\-g
+Disables liveness analysis (if applicable).
+
+.TP
+\-p
+Disables reachability and liveness analysis (just parses).
+
+.TP
+\-d
+As of 2.9.4, tina prints a five lines digest in digestfile (see below)
+after construction of the specified abstraction.
+Flag -d disables printing and computation of digest (if applicable).
+
+The digest information includes status information for the properties
+of the net (boundedness, liveness, reversibility) and some information
+about the contents of the transition system (ts) built:
+
+.nf
+count: the number of states/transitions in the ts
+props: the number of atomic states/transitions propositions
+       referred to in the ts. Depending on whether ts is built
+       from names or labels, these are:
+       - the numbers of places/transitions of the net, or
+       - the numbers of distinct place/transition labels
+psets: the number of sets of propositions referred to in the
+       ts. Depending on whether ts is built from names or
+       labels, these are
+       - the numbers of markings/transition steps referred
+          to in the ts, or
+       - the numbers of those distinct after labelling
+dead: the numbers of deadlock states and of unfireable transitions
+live: the numbers of live states and transitions, where
+       - a state is live if it is found in some pending
+          strong connected component of the ts
+       - a transition is live if it fires in all pending
+          strong connected components of the ts
+.fi
+
+
+.TP
+.B Input format:
+
+.TP
+\-NET | -NDR | -PNML | -TPN | -TTS
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in \&.net or
+\&.ndr format.
+
+.TP
+.B Input source:
+
+.TP
+infile
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+
+.nf
+file extension		input format
+--------------------------------------------------------------
+\&.net			net format
+\&.ndr			ndr format
+\&.tpn			tpn format
+\&.pnml			pnml format
+\&.tts			tts format
+.fi
+
+.TP
+.B Output destination:
+
+.TP
+outfile
+Where results are written. The output format is determined by the file
+type, according  to the  table below. If  absent or specified  by "-",
+then the net is written on standard output in the format specified by
+the output flag. If both an  outfile and some output flag are present,
+then the format defined by  the output flag supersedes that determined
+by the outfile extension.
+
+.nf
+file extension		output format
+--------------------------------------------------------------
+\&.ktz			tina binary ktz format
+\&.bcg			bcg tools bcg format
+\&.aut			aldebaran aut format
+\&.mec			mec4 mec format
+any other		textual output (default -v style)
+.fi
+
+.TP
+.B Digest destination:
+
+.TP
+digestfile
+
+As of 2.9.4, tina prints a five lines digest in digestfile (default stdout) 
+after construction of the specified abstraction. 
+
+.TP
+.B Errors destination:
+
+.TP
+errorfile
+Where error messages are written. By default, errors are printed on standard error.
+
+
+.TP
+.B Default options:
+
+Depend upon the features of the input net:
+.nf
+If no time constraint:     tina -R -s 1 -c 0 -t 0 -b 0 -m 0 -v
+Else, if no priorities:    tina -W -s 1 -c 0 -t 0 -b 0 -m 0 -v
+Otherwise:                 tina -S -s 1 -c 0 -t 0 -b 0 -m 0 -v
+.fi
+
+
+.SH EXAMPLES
+
+.nf
+tina -q  < nets/ifip.ndr
+tina -PNML < mynet.xml
+tina -s 0 nets/abp.net abp.txt
+tina -R -q < nets/ifip.ndr > ifip.log-R
+tina -a nets/ifip.ndr > ifip.aut
+tina -C ../nets/hp.ndr hp.ktz
+tina -R ../nets/ifip.ndr ifip.ktz ifip.digest ifip.error
+.fi
+
+
+.SH SEE ALSO
+
+nd(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+
+.SH AUTHORS
+Bernard Berthomieu, with contributions by Francois Vernadat,
+Pierre-Olivier Ribet, Florent  Peres,  LAAS/CNRS,  2000-2012,
+{Bernard.Berthomieu|Francois.Vernadat}@laas.fr.
+
diff --git a/tools/tina-3.7.0/doc/man/mann/walk.n b/tools/tina-3.7.0/doc/man/mann/walk.n
new file mode 100644
index 0000000000000000000000000000000000000000..135a7d0d8530d142582d37beee9823b393af7edc
--- /dev/null
+++ b/tools/tina-3.7.0/doc/man/mann/walk.n
@@ -0,0 +1,248 @@
+.TH walk n "Version 3.7.0" "Tina Tools"
+
+.SH NAME
+walk  \- Tina random walk explorer
+
+Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+.SH SYNOPSIS
+
+.B walk
+[\-\f2h\f1elp] [-p]
+     [-R | -P | -V | -Q]
+     [-T[,(min|max|rand)][,(dense|discrete)] | -W | -S]
+     [-f formula | -dead] [-c n] [-t s] 
+     [-loop] [-only s] [-favor s] [-avoid s] -never s]
+     [-q | -v] [-NET | -NDR | -TPN | -PNML | -TTS]
+     [-inh] [-tc] [-dt] [-pr] [-sw] [-stats] [-trace] [-b n]
+     [infile] [outfile] [digestfile] [errorfile]
+
+
+.SH DESCRIPTION
+
+Tool walk allows  to  simulate  net descriptions  in  any of  formats
+\&.net,  \&.ndr,  \&.tpn, \&.pnml  or  \&.tts. Its capabilities include
+those provided by the play tool except that walk is not interactive and
+never stores history. walk is typically much faster than play and provides
+more simulation modes; its primary intent is to quickly find counter examples
+to reachability properties in a random walk over markings, timed state
+markings, or state class markings.
+
+.SH OPTIONS
+
+.TP
+\-\f2h\f1elp
+Recalls options.
+
+
+.TP
+.B Marking paths specification:
+
+.TP
+If there are no time constraints in the input net, then a path is a sequence of net markings separated by net transitions or steps (sets of transitions fired simultaneousy).
+
+.TP
+\-R
+Path transitions are single net transitions.
+
+.TP
+\-P
+The path transitions are firing sequence in the partial marking graph built by the persistent set
+method.
+
+.TP
+\-V
+The path transitions are sequences of steps in the partial marking graph built by the covering steps
+method.
+
+.TP
+\-Q
+The path transitions are sequences of steps in the partial marking graph built by the persistent steps
+method (combining -P and -V construction, see tina papers for details).
+
+
+
+.TP
+.B Timed state paths specification:
+
+.TP
+If the input net is a Time Petri net with nontrivial time constraints, then a path is either a  series of states separated by  transitions (delay transitions followed by discrete transitions) in the -T construction, or a series of state classes separated by discrete transitions in the -W and -S constructions.
+
+.TP
+\-T[,(min|max|rand)][,(dense|discrete)]
+Each path transition is a delay followed by a net transition.
+One may specify that delays are the minimum allowed, maximum allowed, or ca be choosen randomly between these.
+The semantics of time is either discrete (integer time instants only0 or dense.
+If the input net is not timed or all transition delays are trivisl ([0,w[), then -T is silently handed as -R.
+
+.TP
+\-W | -S
+States are state classes (-W) or strong state classes (-S). Path transitions are net transitions,
+time delays are abstracted.
+
+
+.TP
+.B Path constraints:
+
+.TP
+\-loop
+if the current state is a deadlock or terminated due to other path consttaints,
+and it is not a counter example to the property to be checked,
+then the simulation is restarted from the initial marking or state.
+
+.TP
+\-favor s | -avoid s
+Whevener possible along the path, pick transitions in s (-favor s), or not in s (-avoid s).
+
+.TP
+\-only s | never s
+Restrict path to the transitions in s (-only s), or not in s (-never s).
+If not possible, then terminate the path.
+
+
+.TP
+.B Stopping conditions:
+
+Flags -f and -dead specify formulas that should be invariant. walk stops along a path if some state
+violating the specified formula is found.
+
+.TP
+\-f form
+Stop with result FALSE if some state does not obey property form; no effects if form=T.
+Stops with result OPEN if no counter example was found along the path developped.
+Formula form is any modality-free formula accepted by the selt model checker (check man selt
+for details). In addition, an atomic proposition is provided, "safe" or "L.safe", then asserts
+that the marking of  each  place does not exceed 1.
+
+.TP
+\-dead
+Stop if some deadlock state is found; shorthand for -f "-L.dead".
+
+
+.TP
+\-c n
+walk stops with result OPEN if the length of the path taken exceeds n.
+
+
+.TP
+\-t s
+walk stops with result OPEN if more than s seconds elapsed since walk was called.
+
+
+.TP
+.B Input options:
+
+.TP
+\-inh
+Forget inhibitor arcs in the input net.
+
+.TP
+\-pr
+Forget priority constraints in the input net.
+
+.TP
+\-tc
+Forget time constraints in the input net.
+
+.TP
+\-dt
+Forget data processing when reading a tts description.
+
+.TP
+\-sw
+Forget stopwatch and stopwatch-inhibitor arcs in the input net.
+
+
+
+.TP
+.B Input format and source:
+
+.TP
+\-NET | -NDR | -PNML | -TPN | -TTS
+Specifies the format of the input net. This flag is necessary when the
+input net is read on standard input, or read from a file that does not
+bear the expected extension. By default, the net is assumed in .net or
+.ndr format.
+
+.TP
+infile
+Where the  net is  read. The  input format is  determined by  the file
+type, according to the table below. If absent or specified by "-", the
+net is  read on standard  input in the  format specified by  the input
+flag. If  both an  infile and  some input flag  are present,  then the
+format defined  by the  input flag supersedes  that determined  by the
+infile extension.
+
+.nf
+file extension		input format
+--------------------------------------------------------------
+\&.net			net format
+\&.ndr			ndr format
+\&.tpn			tpn format
+\&.pnml			pnml format
+\&.tts			tts format
+.fi
+
+
+.TP
+.B Output format and destination:
+
+.TP
+\-q | -v
+Verbosity level, quiet (-q) or verbose (-v).
+
+
+.TP
+outfile
+Where results are written. If absent or specified  by "-",
+results are written on standard output.
+
+
+.TP
+.B Digest destination:
+
+.TP
+digestfile
+In addition to (possibly) its results in file outfile, walk may 
+prints a summary of results in file digestfile (default stdout).
+
+
+.TP
+.B Errors destination:
+
+.TP
+errfile
+Where error messages are written. If absent or specified  by "-", error messages are written on standard error.
+
+.TP
+.B Other flags:
+
+.TP
+\-stats
+prints progress information on the fly (path length so far).
+
+.TP
+\-trace
+prints path transitions on the fly, prefixed by delays if input is timed.
+
+
+
+.SH EXAMPLES
+
+.nf
+walk -T,min,dense -f L.safe ../nets/ifip.ndr
+walk -R -dead AirplaneLD-PT-0010.pnml
+walk -W -f -t4 ../nets/ifip.ndr
+walk -W -f -p3 ../nets/ifip.ndr
+.fi
+
+
+.SH SEE ALSO
+
+nd(n), tina(n), plan(n), struct(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n), muse(n), pathto(n), play(n), reduce(n), formats(n)
+
+.SH AUTHORS
+Bernard Berthomieu
+LAAS/CNRS,  2000-2012, Bernard.Berthomieu@laas.fr
+
diff --git a/tools/tina-3.7.0/doc/txt/formats.txt b/tools/tina-3.7.0/doc/txt/formats.txt
new file mode 100644
index 0000000000000000000000000000000000000000..107fc786c2466e4a9585b495f0d95d7397299fe8
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/formats.txt
@@ -0,0 +1,570 @@
+formats(n)                                                          formats(n)
+
+
+
+NAME
+       formats   - file formats of the Tina Toolbox
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+DESCRIPTION
+       This page describe the formats of files used by the Tina tools.
+
+       Time Petri nets formats, input of tina/sift/tedd/struct/plan/play/ndrio/nd:
+
+       net.txt   .net      Time Petri nets textual format
+       ndr.txt   .ndr      Time Petri nets graphic format
+       tpn.txt   .tpn      Time Petri nets script format
+       pnml.txt  .pnml     Time Petri nets pnml format
+
+       Time Transition System format, input of tina/sift/tedd/struct/plan/play
+       (not supported by ndrio nor nd):
+
+       tts.txt   .tts      Time Transition System format
+
+       Transition system formats, output of tina:
+
+       aut.txt   .aut      Transition systems textual format (CADP format)
+       ktz.txt   .ktz      Kripke transition systems binary format (tina)
+       bcg.txt   .bcg      Transition systems binary format (tina for CADP)
+       mec.txt   .mec      Kripke transition systems textual format (tina for MEC4)
+
+       Other formats:
+
+       adr.txt   .adr      Transition systems graphic format (nd)
+       ltl.txt   .ltl      SE-LTL model checker commands (selt)
+       mmc.txt   .ltl      Mu-calculus model checker commands (muse)
+       scn.txt   .scn      Format of firing sequences and firing schedules,
+                      (selt, plan, play, nd stepper history files)
+
+
+
+The .net format
+       This is the textual description format of Time Petri nets.
+
+       A  net is  described  by a  series  of declarations  of places, transi-
+       tions and/or notes, and an  optional naming declaration for  the   net.
+       The  net  described  is  the superposition  of these declarations.  The
+       grammar of .net  declarations  is  the   following,  in  which  nonter-
+       minals   are  bracketed  by  <   ..  >, terminals are in upper  case or
+       quoted.  Spaces, carriage return and tabs act as separators.
+
+       Optionally,  labels may be  assigned to  places and  transitions.  This
+       should   be preferably done  within "tr"  and "pl"  declarations rather
+       than using separate  "lb" declarations. The later form  ("lb") is  kept
+       for backward compatibility and might disappear in future releases.
+
+       Grammar:
+
+       .net           ::= (<trdesc>|<pldesc>|<lbdesc>|<prdesc>|<ntdesc>|<netdesc>)*
+       netdesc             ::= 'net' <net>
+       trdesc              ::= 'tr' <transition> {":" <label>} {<interval>} {<tinput> -> <toutput>}
+       pldesc              ::= 'pl' <place> {":" <label>} {(<marking>)} {<pinput> -> <poutput>}
+       ntdesc              ::= 'nt' <note> ('0'|'1') <annotation>
+       lbdesc              ::= 'lb' [<place>|<transition>] <label>
+       prdesc              ::= 'pr' (<transition>)+ ("<"|">") (<transition>)+
+       interval            ::= ('['|']')INT','INT('['|']') | ('['|']')INT','w['
+       tinput              ::= <place>{<arc>}
+       toutput             ::= <place>{<normal_arc>}
+       pinput              ::= <transition>{<normal_arc>}
+       poutput             ::= <transition>{arc}
+       arc            ::= <normal_arc> | <test_arc> | <inhibitor_arc> |
+                          <stopwatch_arc> | <stopwatch-inhibitor_arc>
+       normal_arc          ::= '*'<weight>
+       test_arc       ::= '?'<weight>
+       inhibitor_arc       ::= '?-'<weight>
+       stopwatch_arc       ::= '!'<weight>
+       stopwatch-inhibitor_arc  ::= '!-'<weight>
+       weight, marking     ::= INT{'K'|'M'|'G'|'T'|'P'|'E'}
+       net, place, transition, label, note, annotation ::= ANAME | '{'QNAME'}'
+       INT            ::= unsigned integer
+       ANAME               ::= alphanumeric name, see Notes below
+       QNAME               ::= arbitrary name, see Notes below
+
+       Notes:
+
+       Two forms are admitted for net, place and transition names:
+         -  ANAME  :  any  non  empty  string of letters, digits, primes ' and
+       underscores _
+         - '{'QNAME'}' : any chain between braces, and in which characters  {,
+       }, and \ are prefixed by \
+
+       Empty lines and lines beginning with '#' are considered comments.
+
+       In any closed temporal interval [eft,lft], one must have eft <= lft.
+
+       The  letter  'K'  (resp. 'M', 'G', 'T', 'P', 'E') following a weight or
+       marking multiplies it by 10^3 (resp. 10^6, 10^9, 10^12, 10^15,  10^18).
+
+       Weight  is  optional  for  normal  arcs,  but  mandatory  for  test and
+       inhibitor arcs
+
+       By default:
+         - transitions have temporal interval [0,w[
+         - normal arcs have weight 1
+         - places have marking 0
+         - places and transitions have the empty label "{}"
+
+       When several labels are assigned to some node, only the  last  assigned
+       is kept.
+
+
+
+The .ndr format
+       Format  ndr is the format of graphic files produced by the nd editor. A
+       net is  described by a  series of declarations of  places,  transitions
+       and  edges, followed  by a net name declaration.   The net described is
+       the superposition of these declarations.
+
+       Grammar :
+
+       .ndr      ::= (<trdesc>|<pldesc>)* (<edgedesc>|<prdesc>|<ntdesc>)* <netdesc>
+       trdesc         ::= 't' <xpos> <ypos> <transition> <eft> <lft> <anchor>
+                  |  't' <xpos> <ypos> <transition> <anchor> <eft> <lft> <anchor> <label> <anchor>
+       pldesc         ::= 'p' <xpos> <ypos> <place> <marking> <anchor> {<label> <anchor>}
+       ntdesc         ::= 'n' <xpos> <ypos> <note> ('0'|'1') <annotation>
+       edgedesc  ::= 'e' <place> <transition> {<arckind>}<weight> <anchor>
+                  |  'e' <place> <ang> <rad> <transition> <ang> <rad> {<arckind>}<weight> <anchor>
+                  |  'e' <transition> <place> <weight> <anchor>
+                  |  'e' <transition> <ang> <rad> <place> <ang> <rad> <weight> <anchor>
+       prdesc         ::= 'e' <transition> <transition> 1 <anchor>
+                  |  'e' <transition> <ang> <rad> <transition> <ang> <rad> 1 <anchor>
+       netdesc        ::= 'h' <net> {<nodesize> {<bgcolor>}}
+       eft       ::= {-}INT
+       lft       ::= {-}INT | 'w'
+       weight, marking     ::= INT{'K'|'M'|'G'|'T'|'P'|'E'}
+       arckind        ::= '?'                       // test (read) arc
+                  |  '?-'                 // inhibitor
+                  |  '!'                       // stopwatch
+                  |  '!-'                 // stopwatch-inhibitor
+       xpos, ypos, rad     ::= FLOAT
+       ang       ::= UFLOAT
+       net, place, transition, label, note, annotation ::= ANAME | '{'QNAME'}'
+       anchor         ::= 'n' | 'nw' | 'w' | 'sw' | 's' | 'se' | 'e' | 'ne' | 'c'
+       FLOAT          ::= unsigned float (without exponent)
+       UFLOAT         ::= unsigned float between 0 and 1 (without exponent)
+       INT       ::= unsigned integer
+       ANAME          ::= see notes below
+       QNAME          ::= see notes below
+       <nodesize>     ::= 'small' | 'normal' | 'large'
+       <bgcolor> ::= any tcl-tk color
+
+       Notes:
+
+       Node declarations must precede edge declarations.
+
+       The last declaration must be the netname declaration (h).
+
+       Empty lines and lines beginning with '#'are considered comments.
+
+       A '-' starting an eft or lft denotes an open interval end.
+
+       In any transition declaration, one must have `lft >= `eft or lft = 'w',
+       where `e denotes e if e>=0, or (-e)-1 otherwise
+
+       If  eft = lft, then they may not be both negative (intervals may not be
+       empty).
+
+       The letter 'K' (resp. 'M', 'G', 'T', 'P', 'E') following  a  weight  or
+       marking  multiplies it by 10^3 (resp. 10^6, 10^9, 10^12, 10^15, 10^18).
+
+       Two forms are admitted for net, place and transition names:
+         - ANAME : any non empty string  of  letters,  digits,  primes  '  and
+       underscores _
+         -  '{'QNAME'}' : any chain between braces, and in which characters {,
+       }, and \ are prefixed by \
+
+
+
+The .tpn format
+       Format .tpn  is a preliminary  script language for building  nets  from
+       net components specified in .net or .ndr format.
+
+       Syntax of tpn files:
+
+
+       A .tpn file is constituted of zero or more lines
+
+            .tpn ::= <tpnline>*
+
+       each  line  is either any line allowed in a .net or .ndr file, or a tpn
+       command:
+
+            tpnline ::=
+                   <trdesc>     (as in .net or .ndr formats)
+                 | <pldesc>     (as in .net or .ndr formats)
+                 | <lbdesc>     (as in .net or .ndr formats)
+                 | <prdesc>     (as in .net or .ndr formats)
+                 | <ntdesc>     (as in .net or .ndr formats)
+                 | <netdesc>    (as in .net or .ndr formats)
+                 | <tpncmd>
+            tpncmd ::=
+                   'new'
+                 | 'dup' INT
+                 | 'load' TPNFILE
+                 | 'ren' <renlist>
+                 | 'merge' INT
+                 | 'sync' INT
+                 | 'chain' INT
+                 | 'source' FILE
+            renlist ::= <labpair> <renlist> | <labpair>
+            labpair ::= <label>"/"<label> | "/"<label>
+            label ::= a label (as in .net or .ndr formats)
+            TPNFILE ::= the name of a .net or .ndr file
+            FILE ::= the name of a .net, .ndr, or .tpn file
+
+       Note that, syntactically, .net and  .ndr files are .tpn files. The  tpn
+       format  extends both  the .net and .ndr formats, but  it has no graphic
+       interpretation at the moment (a future .tdr format might provide that).
+
+
+       Interpretation of tpn scripts:
+
+       A   tpn  file describes  a  Time  Petri  net, possibly  resulting  from
+       composition of several Time Petri nets.
+
+       Tpn scripts  are interpreted  as code for  an abstract  stack  machine.
+       The  stack  initially holds  the empty Time  Petri net.  The  result of
+       evaluation  of  a tpn  script  is  the net  on  top  of  the stack   at
+       completion of interpretation.
+
+       The  lines  of a tpn file  are interpreted as follows  ("top" means the
+       net in topmost position on stack):
+
+       new            pushes an empty net on stack
+       .net or .ndr line   extends top with the .net or .ndr declaration
+       dup n               pushes on stack n copies of top (default n is 1)
+       ren R1 ... Rn       applies relabelling R1 ... Rn to top
+       merge n             replaces n topmost nets by their concurrent composition
+       sync n              replaces n topmost nets by their synchronization
+       chain n             replaces n topmost nets by their chaining
+       source file         evaluates commands from file tpnfile
+       load tpnfile        pushes the empty net on stack, then sources tpnfile
+
+       Notes:
+
+       - merge n, sync n, chain n, assign unique names to the nodes  of  their
+       components;
+
+       -  synchronization (sync) fuse copies of transitions with same label in
+       all components;
+
+       - chaining (chain) is like synchronization, but on places;
+
+       - concurrent composition (merge) is  simply  juxtaposition,  preserving
+       labels.
+         It  is  a derived form that could always be replaced by some combina-
+       tion of
+         relabelling and sync/chain (see examples);
+
+       - in a ren specification, all  renamings  and/or  hidings  are  applied
+       simultaneously;
+         ren x/y means that all nodes labelled by y become labelled by x
+         ren /x means that nodes labelled x become unlabelled (hidden)
+
+       - "load tpnfile" is a shorthand for the two lines:
+            new
+            source tpnfile
+
+       -  the  file  names in source and load instructions are relative to the
+       directory
+         in which resides the script file;
+
+
+
+
+
+The .pnml format
+       The PNML  format is  still evolving. The  tina tools  currently  accept
+       BasicPNML   (http://www.informatik.hu-berlin.de/top/pnml/basicPNML.rng)
+       and an extension of it,  TpnPNML, informally explained below.
+
+       TpnPNML extends BasicPNML as follows:
+
+       - In the "graphics" element of any node,  the  following  line  can  be
+       added,
+         that specifies an offset for the node identifier:
+
+          <offset x=... y=... />
+
+       - Any place and transition can have a "label" element, in addition to a
+         name element.
+
+       - Any transition can have a "delay" element, encoding a  firing  inter-
+       val,
+         and possibly an offset for this interval. The syntax of intervals is
+         taken from MathML (http://www.w3.org/1998/Math/MathM).
+
+         For instance, an interval [4,9] with offset (-10,0) is specified by:
+
+         <delay>
+          <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+           <cn>4</cn>
+           <cn>9</cn>
+          </interval>
+          <graphics>
+           <offset x="-10" y="0" />
+          </graphics>
+         </delay>
+
+         The unbounded interval [4,w[ would be specified by:
+
+         <delay>
+          <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed-open">
+           <cn>4</cn>
+           <ci>infty</ci>
+          </interval>
+         </delay>
+
+         And interval ]3,5[ by:
+
+         <delay>
+          <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="open">
+           <cn>3</cn>
+           <cn>5</cn>
+          </interval>
+         </delay>
+
+       Tools tina, struct and plan accept BasicPNML and TpnPNML natively.
+
+       The  nd  tool can import or export  nets into TpnPNML. If  the file has
+       extension .pnml, then "file->open" and "file->save as" can be used  for
+       this, otherwise use "file->import" or "file->export".
+
+       The ndrio tool is able to convert .net and .ndr to/from .pnml.
+
+
+
+
+The .tts format
+       As   of 2.9.0,  tina accepts  as input  high level  descriptions called
+       "Time Transition Systems" (TTS).  A Time Transition System  description
+       consists  of  a Time  Petri net described  in any format  understood by
+       tina (.net, .ndr, .tpn, .pnml) and a shared  library  (a  .so/.dyn/.dll
+       file)   defining   the  data  processing  synchronized   with  the  net
+       transitions, together in a directory with extension .tts.
+
+       Applied to  a .tts  directory, tina  loads the .net  or .ndr  file  (as
+       usual),  and dynamically links the  library file to get the actions and
+       predicates. This file described the API the shared library must obey.
+
+       tina sees data values  as keys (integers, not necessarily  contiguous),
+       through  a  "store" function.   The storage functions  may reside  in a
+       separate library  or may be  statically linked with the  data  library,
+       all storage libraries must provide functions:
+
+            store : value -> key
+            lookup : key -> value
+            init_storage : unit -> unit
+
+       The data shared library itself captures:
+
+           an array of transition names for the transitions referred to
+           in the library. The size of the array is returned in the parameter
+           of function transition.
+
+            transitions : int ref -> string vector
+
+           A function returning the current version of the format (currently 2):
+
+               ttsapiversion : unit -> int
+
+           A function initial returning the initial data state and a
+           function final called after exploration is complete:
+
+              initial : unit -> key
+              final : int -> unit
+
+           for a subset of transitions in transitions, referred to by
+           their index in array transitions, functions:
+
+            pre_i : key -> bool
+            act_i : key -> key
+
+           A function set_exceptions, called by the tts client if wishing to handle
+           tts runtime exceptions itself rather then leaving that task to the
+           tts library (default behavior). Function set_exception returns the array
+           of possible exception messages, its size in the first argument, and, in
+           the second argument, the address of the C variable holding the
+           exception code when some exception is raised. Exception codes are either
+           an exception number in 0..99 or a line number (line) and an exception number
+           (no) encoded into the integer 100*line + no. To handle exceptions,
+           the client must read that variable after each call of pre_i and act_i,
+           and reset it to 0 afterwards:
+
+            set_exceptions : int ref * pointer ref -> string vector
+
+           An independance predicate for actions.
+           This predicate is used by tina for computing the conflicting relation
+           for partial order methods, and the persistent and newly enabled relations
+           for state class graphs:
+
+               independant : int * int -> bool
+
+           A value printer, used by tina to print data value in some concrete
+           notation when output is "verbose":
+
+            sprint_state: key * string ref -> int
+
+           For kts output, the state (or some abstraction of it) should be
+           available to tina as a record with integer fields. This is done
+           by providing:
+
+           A vector of observation labels, and the number of, by function:
+
+            obs_names : int ref -> string vector
+
+           A function to retrieve the contents of observables from a value:
+
+            obs_values : key -> int vector
+
+       A  first  high  level  description  language compiled into this format,
+       called Fiacre, should be available by now.
+
+
+
+The .ktz format
+       The ktz format is the binary format for kripke transition system  (kts)
+       of  tina.   That compact format is  the input format of  selt (the tina
+       SE-LTL model checker) and other forthcoming tools.
+
+       (description to be provided).
+
+
+
+The .aut format
+       The aut format is the lts  description format of the Aldebaran tool  of
+       the CADP toolset (see the CADP documents).
+
+       Notes
+
+       The   .aut  format  does  not   allow  double  quotes (")  to appear in
+       labels.   In addition  tina  forbids backquotes  (`)  in .aut   labels.
+       Backquotes  are  used  by tina to encode sets of properties into single
+       .aut labels.
+
+
+The .bcg format
+       The bcg format  is the binary lts description format  of the BCG  tools
+       of the CADP toolset (see the CADP documents).
+
+       Notes
+
+       tina  forbids  double quotes (") and  backquotes (`) to  appear in .bcg
+       labels. Backquotes are used by tina to encode lists of properties  into
+       single  .bcg  labels; double quotes would  prevent lossless conversions
+       to .bcg.
+
+
+
+The .mec format
+       The mec format is the kts description format of the Mec4 model checker.
+
+       Notes
+
+       mec   only allows alphanumeric  labels (a  letter followed  by letters,
+       digits or  _) to appear as  state or transition  properties. tina  will
+       refuse  to generate .mec descriptions  if place or transition names are
+       not legal mec property identifiers.
+
+
+
+The .adr format
+       It  is the  format of  graphic files  produced by  the nd  editor  when
+       editing   automata.    An  automaton  is  described  by   a  series  of
+       declarations of states and edges, followed by a name declaration.   The
+       automaton described is the superposition of these declarations.
+
+       Grammar:
+
+       .adr           ::= (<stdesc>)* (<edgedesc>)* <autdesc>
+       stdesc              ::= 's' <xpos> <ypos> <state> {<anchor> <label> <anchor>}
+       edgedesc       ::= 'e' <state> <state> <label> <anchor>
+       edgedesc        |  'e' <state> <ang> <rad> <state> <ang> <rad> <label> <anchor>
+       autdesc             ::= 'h' <aut> <attr>
+       xpos, ypos, rad          ::= FLOAT
+       ang            ::= UFLOAT
+       aut, state, label   ::= ANAME | '{'QNAME'}'
+       anchor              ::= 'n' | 'nw' | 'w' | 'sw' | 's' | 'se' | 'e' | 'ne' | 'c'
+       FLOAT               ::= integer or float (without exponent)
+       UFLOAT              ::= integer or float between 0 and 1 (without exponent)
+       INT            ::= unsigned integer
+       ANAME               ::= see notes below
+       QNAME               ::= see notes below
+       attr           ::= an unspecified number of optional graphic parameters (specifying size, color, etc)
+
+       Notes:
+
+       State declarations must precede edge declarations.
+
+       The last declaration must be the autdesc declaration (h).
+
+       Empty lines and lines beginning with '#'are considered comments.
+
+       Two forms are admitted for net, place and transition names:
+         -  ANAME  :  any  non  empty  string of letters, digits, primes ' and
+       underscores _
+         - '{'QNAME'}' : any chain between braces, and in which characters  {,
+       }, and \ are prefixed by \
+
+
+
+The .ltl format
+       ltl   is  the  format of  files  accepted  as  use  input by  the  selt
+       model-checker.  Check the selt manual page for a full description.
+
+
+
+The .mmc format
+       mmc  is  the  format of  files  accepted  as  use  input by   the  muse
+       model-checker.  Check the muse manual page for a full description.
+
+
+
+The .scn format
+       The scn format is used by:
+
+       - the nd stepper to store/load histories;
+       - the selt model checker to save counter examples for replay by the stepper;
+       - the plan application, to analyse path timing.
+
+       A   .scn file is  a series  of line,  each constituted  of a  series of
+       blocks of one  of the following shape (all blocks in  a file have  same
+       shape) :
+
+              <transition>
+         or:  <transition>@<time>
+         or:  <transition>$<time>
+
+         where <transition> is a transition name (see net.txt)
+         and   <time> is a nonnegative float (without exponent)
+
+       Spaces and tabs are considered separators;
+
+       Line  breaks are  significant, they are interpreted as  marks by the nd
+       stepper, and preserved by the plan tool;
+
+       Blank lines and and those beginning with "#" are considered comments;
+
+
+
+
+EXAMPLES
+       Directory "net" in tina distributions include various example  descrip-
+       tions in the above formats.
+
+
+
+SEE ALSO
+       nd(n),   tina(n),  plan(n),  struct(n),  ktzio(n),  ndrio(n),  tedd(n),
+       selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n)
+
+
+AUTHORS
+       Bernard Berthomieu, LAAS/CNRS, 2000-2015, Bernard.Berthomieu@laas.fr.
+
+
+
+
+Tina Formats                     Version 3.7.0                      formats(n)
diff --git a/tools/tina-3.7.0/doc/txt/ktzio.txt b/tools/tina-3.7.0/doc/txt/ktzio.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a9a8e7ce9b082d1942d6a17db74755feb4aa53d8
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/ktzio.txt
@@ -0,0 +1,183 @@
+ktzio(n)                                                              ktzio(n)
+
+
+
+NAME
+       ktzio  - conversion tool for transition systems
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+SYNOPSIS
+       ktzio [-help] [-sp n] [-tp n] [-wp n] [-g] [-tina | -fw] -i file]
+
+       ktzio [-help] [-KTZ | -BCG | -AUT]
+             [-ktz | -bcg |-aut | -mec | -cwb | -ktj | -txt]
+             [-sp n] [-tp n] [-wp n] [-g] [-tina | -fw] [-bf | -df]
+             [infile] [outfile] [errorfile]
+
+
+DESCRIPTION
+       ktzio converts kripke transition systems between several formats.
+
+       The formats manipulated are the following:
+
+       name      file ext  description
+       ------------------------------------------------------
+       ktz             .ktz          tina compact binary format
+       bcg             .bcg          CADP compact binary format
+       aut             .aut          CADP aldebaran format
+       mec             .mec          Mec4 model checker format
+       cwb             .cwb          Concurrency Workbench agent format
+       json            .ktj          Json format
+       textual         .txt          textual descriptions, explained below
+
+
+       The conversions currently supported are the following:
+
+       from      to
+       ------------------------------------------------------
+       ktz       ktz, aut, mec, cwb, bcg, ktj, textual
+       bcg       ktz, textual
+       aut       ktz, textual
+
+
+OPTIONS
+       -help  Recalls options.
+
+
+       Interactive mode:
+
+
+       -i infile
+              Reads  a  kts from infile and prints its contents interactively,
+              as a list of state descriptions.
+
+
+       Input format flags:
+
+
+       -KTZ | -BCG | -AUT
+              Specifies  the format  of the  input  transition   system.  This
+              flag  is  necessary when the input transition  system is read on
+              standard input, or read from a  file  that  does  not  bear  the
+              expected extension. Default is -KTZ.
+
+
+       Output format flags:
+
+
+       -ktz | -bcg | -aut | -mec | -cwb | -txt
+              Specifies  the   format  of  the output transition  system. This
+              flag is necessary  when the output  transition system  is  writ-
+              ten  on standard output,   or   in  a   file   that   does   not
+              bear   the   expected extension.  Flag -txt (default) produces a
+              textual description.
+
+
+       Transition system generation options (see the tina page):
+
+
+       -sp n  For  ktz  to  ktz/aut/mec/bcg  conversions.  Encoding  of  state
+              properties  in  output  transition  system  (when information is
+              present in the input system).
+              -sp 0 : no state properties (default for .aut, .bcg)
+              -sp 1 : boolean state properties (default for .mec)
+              -sp 2 : weighted state properties (default for .ktz)
+              -sp 3 : weighted state properties for all weights
+
+
+       -tp n  For ktz to ktz/aut/mec/bcg conversions.  Encoding of  transition
+              properties  in output transition  system  (when  information  is
+              present in the input system):
+              -tp 0 : no transition properties
+              -tp 1 : boolean transition properties (default for all formats)
+              -tp 2 : weighted transition properties (default for .ktz)
+              -tp 3 : weighted transition properties for all weights
+
+
+       -wp n  For  ktz to ktz/aut/mec/bcg conversions.  Encoding of wait prop-
+              erties in output transition  system (when information is present
+              in the input system):
+              -wp 0 : no wait properties (default for .aut, .bcg, .mec)
+              -wp 1 : preserve wait properties (default for .ktz)
+
+
+       -g     For  ktz  to  ktz  conversions.  Removes liveness information if
+              present.
+
+
+       -tina  For .aut or .bcg input. Decodes properties  assuming  they  were
+              encoded  by  tina.  E.g.  if the .aut file was generated by tina
+              with flag -sp 2, restores the state properties  encoded  in  the
+              file.  If  the  input  file  was not generated by tina, then the
+              behavior is undefined.
+
+
+       -fw    This flag is necessary to  convert  older  ktz  files  capturing
+              unbounded property values (such as those resulting from tina -C)
+              into crrent ktz.  If omitted  and  the  file  actually  contains
+              unbounded values, then the conversion will fail.
+
+
+       -df | -bf
+              Tune up flag for bcg to ktz conversions. Default is -df.
+
+
+       Input source:
+
+
+       infile Where  the   kts  is   read. The  input format is  determined by
+              the file type, according to the table above. If absent or speci-
+              fied  by "-", the kts is  read on standard  input in the  format
+              specified by  the input flag. If   both  an   infile  and   some
+              input flag  are present,  then the format defined  by the  input
+              flag supersedes  that determined  by the infile extension.
+
+
+       Output destination:
+
+
+       outfile
+              Where results are written. The output format  is  determined  by
+              the  file  type,  according   to the  table above. If  absent or
+              specified  by "-", then results are written on  standard  output
+              in  the format specified by the output flag. If both an  outfile
+              and some output flag are present, then  the  format  defined  by
+              the output flag supersedes that determined by the outfile exten-
+              sion.
+
+
+       Errors destination:
+
+
+       errorfile
+              Where error messages are written. By default, errors are printed
+              on standard error.
+
+
+
+EXAMPLES
+       ktzio -i abp.ktz
+       ktzio -v abp.ktz
+       ktzio abp.ktz abp.aut
+       ktzio -AUT - abp.ktz < abp.aut
+       ktzio -AUT -ktz < abp.aut > abp.ktz
+       ktzio abp.bcg -ktz | ktzio -KTZ - abp.aut
+
+       Note: not all targets support  binary data on standard input or output.
+
+
+SEE ALSO
+       nd(n),  tina(n),  plan(n),  struct(n),  ktzio(n),  ndrio(n),   tedd(n),
+       selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), for-
+       mats(n)
+
+
+AUTHORS
+       Bernard Berthomieu, LAAS/CNRS, 2000-2012, Bernard.Berthomieu@laas.fr.
+
+
+
+
+Tina Tools                       Version 3.7.0                        ktzio(n)
diff --git a/tools/tina-3.7.0/doc/txt/muse.txt b/tools/tina-3.7.0/doc/txt/muse.txt
new file mode 100644
index 0000000000000000000000000000000000000000..da054f57c9fd784ea247025f0720cbf893e19075
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/muse.txt
@@ -0,0 +1,385 @@
+muse(n)                                                                muse(n)
+
+
+
+NAME
+       selt  - SE-MMC model checker
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+SYNOPSIS
+       muse [-help]
+
+       muse ktzfile [-f formula | formfile] [-prelude mmcfile]
+            [-q | -v] [-b | -c | -s] [-wp n]
+            [outfile] [errorfile]
+
+
+DESCRIPTION
+       muse  model-checks  state-event  modal  mu-calculus (MMC) formulas on a
+       kripke transition system given in ktz format. Muse is  a  global  model
+       checker; the result of a query is a set of states or transitions.
+
+       If  some  formula is specified (by  flag -f or by  providing formfile),
+       then  the result  of  evaluation  of  the formula  is  printed  accord-
+       ing to the output mode and verbosity flags, and muse exits.
+
+       If  no  formula file is  specified,  then  muse  starts an  interactive
+       session, evaluating commands entered by the user on standard input (see
+       "muse se-mmc language and commands" below).
+
+
+
+OPTIONS
+       -help  Recalls options.
+
+
+
+       Ktz input:
+
+
+       ktzfile
+              The kripke transition system on which formula are model-checked,
+              in ktz format (extension .ktz).
+
+
+       -wp (0|1|2)
+              This flag removes (0), preserves (1),  or forces at  each  state
+              (2)  the  temporal  divergence  property possibly present in the
+              kts file (see tina's -wp flag for details).
+
+
+
+       MMC input:
+
+
+       -f formula
+              Passes to muse the formula to be verified.
+
+
+       formfile
+              Specifies a file holding the formulas to be verified. Must  have
+              extension .mmc
+
+
+       -prelude mmcfile
+              Specifies  a  file containing muse  commands to be evaluated  on
+              entry, before  any formula  provided by  -f, by   formfile,   or
+              interactively.    This    flag   is   useful  to   load   SE-MMC
+              libraries.   mmcfile must  have extension .mmc.
+
+
+
+       Verbosity level:
+
+
+       -v     prints banner and evaluation times for MMC commands (default).
+
+
+       -q     No  banner  nor times  are  printed. This  flag  is  useful  for
+              batch operation.
+
+
+
+       Output mode flags:
+
+
+       -b     When evaluating a state (resp.  event) formula, prints its truth
+              value for state (resp. transition) numbered 0.
+
+
+       -c     When evaluating a state (resp.  event) formula, prints the  num-
+              ber of states (resp. transitions) satisfying the formula.
+
+
+       -s     When  evaluating  a state (resp.  event) formula, prints the set
+              of states (resp. transitions)  satisfying  the  formula.  States
+              (resp.   transitions) are numberred in their order of occurrence
+              in the ktz file.
+
+
+
+       Other flags:
+
+
+       -S  scnfile
+              When a  formula evaluates to FALSE,  writes a  counter   example
+              in  .scn format of in file scnfile (creating the file if it does
+              not exist, and overwriting  it otherwise).   This flag  is  use-
+              ful   to   replay  counter  examples  in  the  nd  stepper  when
+              modelchecking  an  existing  ktz description and  a  description
+              of  the  net the .ktz file describes the behavior  of  is avail-
+              able  (see  "interacting  with  the nd  stepper" below).
+
+
+
+       Output destination:
+
+
+       outfile
+              Where results are written.
+
+
+
+       Errors destination:
+
+
+       errorfile
+              Where error messages are written. By default, errors are printed
+              on standard error.
+
+
+
+MUSE SE-MMC LANGUAGE AND COMMANDS
+1. Lexical matters:
+       - A identifier is either:
+
+       Any   place   or  transition  identifier   allowed  in  .net   or  .ndr
+       descriptions, that  is: any  sequence of letters,  digits,  underscores
+       "_"  and primes  "'", or any sequence of  characters enclosed in braces
+       in which "{", "}" (except the outer ones) and "\" are prefixed by "\"
+
+       Any sequence of symbols from the list ~ ` ! @ # $ % ^ & * - + = :  ?  |
+        / < > [ ];
+
+       A qualified identifier: an identifier prefixed by S., E. or L.
+
+       e.g.    hello,  _p4'_,  123,  >=<, or {variable x45}, are legal identi-
+       fiers.
+
+       - The commands are: op, infix, prefix, forget,  verb,  output,  source,
+       quit, assert.  Command names  may not be used  as operator or  variable
+       names.
+
+       - When  analyzing  identifiers,  the  scanner  advances  as  right   as
+       possible.   So, in a juxtaposition  of identifiers, two symbolic or two
+       alphanumeric unbraced identifiers,  or e.g. an alphanumeric  identifier
+       and  a  command name, must  be separated by  a space.  But no  space is
+       necessary  between  identifiers  of   different  kinds  or  between   a
+       parenthesis (or ";") and an identifier.
+
+       -  justaposition bind  tighter than infixes and associate  to the left,
+       infixes and prefixes associate to the  right. That is, if f is a  3-ary
+       operator  in  functional  notation, A,  B, -, are prefixes, and /\, \/,
+       are infixes:
+
+                      A p1 => B - p3 /\ f u v w
+         parses as    (A p1) => ((B (- p3)) /\ (f u v wp))
+
+                      f - B p1 (f p0 p1 (p4 /\ p5)) \/ f u v w
+         parses as    (f (- B p1) (f p0 p1 (p4 /\ p5))) \/ (f u v w)
+
+         and          f - B p1 f p0 p1 p4 \/ f u v w
+         parses as    (f (- B p1) f p0 p1 p4) \/ (f u v w)
+         which is ill-typed
+
+       - infixes  have precedence in  0..5 (see  below). Infixes  with  higher
+       precedence bind tighter than those with lower precedence.
+
+
+
+2. The initial environment:
+       It is made up of (pushed in that order):
+
+       -  The  atomic  state  and  event  propositions. They  have  the  names
+       captured in the .ktz file,  i.e. those of the places and transitions of
+       the Petri net if the .ktz file was generated by tina.
+
+       - Then, the logic and arithmetic primitives, constituted of:
+
+          constants:  T (true), F (false),
+                 div (temporal divergence property),
+                 sub (partially defined state or transition)
+
+          prefixes:   - (logic negation), ~ (arithmetic negation),
+                 modal operators <f>_ and [f]_, for each transition formula f,
+                 ` followed by an integer, designating a state or transition by its rank in the ktz input file,
+                 the MEC4 primitives src, tgt, rsrc, rtgt
+
+          infixes:    => (implies), <=> (equivalent), of precedence 1
+                 /\ (and), \/ (or), of precedence 2
+                 <=, >=, =, le, lt, ge, gt, of precedence 3
+                 +, of precedence 4
+                 *, of precedence 5
+                  - Then the user defined operators.
+
+       Since  the syntactic classes of atomic state propositions, atomic event
+       propositions, logic primitives,  integer,  and user defined  operators,
+       overlap,   we must have  some way  of disambiguating  identifiers.  For
+       this:
+
+       - unqualified identifiers are bound to  the command with than name,  if
+       any,  or  otherwise  to  the last bound user defined operator with that
+       name.
+
+       - identifiers  qualified by  S (e.g.  S.p1)  are bound  to the   atomic
+       state proposition with that name with the qualifier removed (e.g. p1);
+
+       -  identifiers  qualified by  E (e.g.  E.t1)  are bound  to the  atomic
+       event proposition with that name with the qualifier removed (e.g. t1);
+
+       - identifiers  qualified by  L  (e.g.  L./\) are  bound  to the   logic
+       primitive with that name with the qualifier removed (e.g. /\);
+
+       So,  atomic  propositions (found  in the ktz  file) sharing  their name
+       with some atomic propositions in a different group (state or event)  or
+       with  some command  (e.g. op), or some logical  primitive (e.g.  -), or
+       the name  of which  is an integer  (e.g.  3),  must be referred  to  in
+       formulas by their qualified form (e.g.  S.op, E.-, or S.3);
+
+
+
+3. Derived forms and fixpoint notation:
+       The modalities of the mu-calculus are derived from the MEC4 primitives,
+       as follows. They benefit however of a specific concrete syntax:
+
+          <p>q     stands for   src (p /\ rtgt q)
+          [p]q   stands for   -<p>(-q)
+
+       Modal mu-calculus makes use of fixpoint expressions:
+
+       - Minimal fixpoint expressions make use of keywords "min" or "mu", fol-
+       lowed  by the bound variable and a bar separating the variable from the
+       body of the expression, as in  "min x | p  <q>x".
+
+       - Maximal fixpoints makes use of keywords "max" or "nu".
+
+       Note: muse does not perform yet any polarity checks on fixpoint expres-
+       sions,  this check is left to the user's responsability. Hence termina-
+       tion of  evaluation  is  not  guaranteed  (ill-formed  expressions  may
+       diverge).
+
+       (more derived notations to come)
+
+
+4. Fixity:
+       Identifiers  declared  infix (binary  logic primitives or  user defined
+       operators declared by "infix") must be used in infix notation;
+
+       Identifiers declared  prefix (unary  logic primitives or  user  defined
+       operators  declared by "prefix") must  be used in prefix notation (in a
+       juxtaposition  of  identifiers, prefix  operators  associate with   the
+       right expression);
+
+       Other  operators  or primitives accessed by their  qualified names must
+       be used in functional notation.   E.g. if a1, a2, a3 are  parenthesized
+       expressions, and f has arity 3, then:
+
+            a1 /\ a2 and L./\ a1 a2 are legal (and equivalent)
+           but a1 L./\ a2 is ill-typed
+
+            f - a1 a2 a3 is legal (parses as ((f (- a1)) a2) a3)
+           but f L.- a1 a2 a3 T is ill-typed (parses as (((f L.-) a1) a2) a3)
+
+
+4. Commands and effects:
+       Commands  must terminate with ";".  In formula files, the final ";" may
+       be  omitted (EOF  plays that  role). The  effects of  commands  are  as
+       follows ("exp" is any ltl expression, x, y, f, xi are identifiers):
+
+       exp;
+            evaluates MMC expression exp;
+            The result of evaluation of the last expression is always bound
+            to identifier "it";
+
+       assert exp "whentrue" "whenfalse";
+              in bool output mode, evaluates exp then prints string whentrue
+              (resp. whenfalse) if exp holds (resp. does not) instead of the
+              default message TRUE (resp. FALSE). Equivalent to exp in other
+              modes.
+
+       op f x1 ... xn = exp;
+            declares an  operator f  or arity n  (n >=  0), to be  used in
+            functional notation;
+
+       infix [n] x f y = exp;
+            declares a binary operator f in infix notation. n is an
+            optional integer in 0..5 specifying precedence.
+
+       prefix f x = exp;
+            declares a unary operator f in prefix notation;
+
+       forget f1 ... fn;
+            Removed items names f1 ...  fn from the environment, and their
+            fixity information;
+
+       source [file | "file"];
+            reads at toplevel the contents of file. The file name is
+            optionally surrounded  by string quotes (this  is necessary if
+            the name includes spaces);
+
+       verb [true | false | debug];
+            verbosity level. Tne initial  setting follows from the command
+            line flags -v | -q (default -v);
+
+            true  (default):  prints   the  banner,  prompts,  results  of
+            commands, and evaluation times;
+
+            false:  just   prints  the   results  of  evaluation   of  LTL
+            expressions (useful in batch mode);
+
+            debug: may print extra information (mainly for developper);
+
+       output [bool | card | set];
+            specify   effects   and   results   of  evaluations   of   MMC
+            expressions.  The  command  line  flags  -b, -c, -s,
+            specifie the initial setting (default -c);
+
+            If the expression evaluated is a state (resp. transition) expression:
+
+            bool: evaluation returns the truth value (TRUE or FALSE) of the
+            expression at state 0 (resp. transition 0);
+
+            card (default): evaluation returns the number of states (resp. transitions)
+            satisfying the expression;
+
+            set: evaluation returns the set of states (resp. transitions)
+            satisfying the expression;
+
+       which exp;
+               Like exp; but overrides the default output option by "set";
+
+       card exp;
+               Like exp; but overrides the default output option by "card";
+
+       quit
+            leaves muse (also ^D on Unix targets).
+
+
+
+
+5. Example commands:
+       p1;            (eqv. p1 lt 0  p gt 0)
+       - p1;          (eqv. p1 = 0)
+       p1 /\ p2 >= 2;      (eqv. p1 /\ (p2 >= 2))
+       op x > y = x >= y + 1;   (declares arithmetic operator >, in infix form)
+       p1+p2;              (eqv. p1+p2 >= 0, eqv. p1 \/ p2)
+       p1+p2 > p3;
+       p1*p2 = 0;
+       infix y follows x = [] (x => <>y);
+                      (declares logical operator "follows:, in infix form)
+       (t3 \/ p5) follows (t1 /\ p1>=p2);
+                 (eqv. [] ((t1 /\ (p1>=p2)) => <> (t3 \/ p5)));
+
+
+
+
+EXAMPLES
+       muse abp.ktz -b -f "[] (t1 => <> t3)" -q -b
+       muse abp.ktz
+
+
+
+SEE ALSO
+       nd(n),   tina(n),  plan(n),  struct(n),  ktzio(n),  ndrio(n),  tedd(n),
+       selt(n), sift(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+
+AUTHORS
+       Bernard Berthomieu LAAS/CNRS,  2000-2012, Bernard.Berthomieu@laas.fr
+
+
+
+
+Tina Tools                       Version 3.7.0                         muse(n)
diff --git a/tools/tina-3.7.0/doc/txt/nd.txt b/tools/tina-3.7.0/doc/txt/nd.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3cc865810256aaf7fa9f16b31f97496c5fb8294d
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/nd.txt
@@ -0,0 +1,75 @@
+nd(n)                                                                    nd(n)
+
+
+
+NAME
+       nd     - Time Petri net net editor and Graphic interface for toolbox
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+SYNOPSIS
+       nd [-help] [-ag | -at | -ng | -nt] [file]
+
+
+
+DESCRIPTION
+       nd  (netDraw)  embeds editors for graphic and  textual net descriptions
+       and  automata  descriptions. Also  provides  graphical interfaces   for
+       tools  tina and  struct ("tools" button) when editing  a net.  Produces
+       files in .net  or .ndr format (for nets) readable by tina  and  struct,
+       or  in .aut  or .adr format (for automata),  may import descriptions in
+       .pnml (with or without graphics), .tpn  (tina's  script  language),  or
+       .ktz (for automata).
+
+
+OPTIONS
+       -help Recalls options.
+
+
+       -ag | -at | -ng | -nt
+
+              Selection   of  initial   editing  mode  if no  file is  loaded.
+              With -ag (resp. -at), edits an automaton  in graphic (resp. tex-
+              tual)  form.  With -ng (resp.  -nt), edits  a Time Petri  net in
+              graphic  (resp. textual) form.
+
+              The editing mode of nd is determined by:
+              - its default value (-ng),
+              - superseded by the value saved in the setup file, if any,
+              - superseded by the command line argument, if any,
+              - superseded  by the  mode determined from  the contents
+              of the file loaded, if any.
+
+
+       file    The file  being loaded, if it  exist (it must   be  in  one  of
+              the above formats), or a filename in which the item being edited
+              is saved.
+
+
+       Default options:
+
+              nd -ng buffer.ndr
+
+
+
+
+EXAMPLES
+       nd
+       nd exemple.ndr
+       nd example.aut
+       nd -nt
+
+
+SEE ALSO
+       nd(n),  tina(n),  plan(n),  struct(n),  ktzio(n),  ndrio(n),   tedd(n),
+       selt(n), sift(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+
+AUTHORS
+       Bernard Berthomieu, LAAS/CNRS, 2000-2012, Bernard.Berthomieu@laas.fr.
+
+
+
+
+Tina Tools                       Version 3.7.0                           nd(n)
diff --git a/tools/tina-3.7.0/doc/txt/ndrio.txt b/tools/tina-3.7.0/doc/txt/ndrio.txt
new file mode 100644
index 0000000000000000000000000000000000000000..698fde8be76d974c9ea7c8a8a3b21a1490c312eb
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/ndrio.txt
@@ -0,0 +1,182 @@
+ndrio(n)                                                              ndrio(n)
+
+
+
+NAME
+       ndrio  - conversion tool for Petri nets and Time Petri nets
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+SYNOPSIS
+       ndrio [-help]
+             [-NET | -NDR | -PNML | -TPN]
+             [-net | -ndr | -pnml | -tpn | -pnt | -romeo | -lola | -nupn]
+             [-graphplace | -dot | -neato | -circo | -textify]
+             [-no-nupn] [-ren] [-d] [-rev]
+             [infile] [outfile] [errorfile]
+
+
+DESCRIPTION
+       ndrio  converts Petri nets and Time Petri nets between several, graphic
+       or textual, formats. ndrio handles tina labels, delay intervals associ-
+       ated with transitions, generalized inhibitor and read (test) arcs, gen-
+       eralized stopwatch-inhibitor and stopwatch arcs, and  priorities.   The
+       features  not supported by the target format are silently omitted.  The
+       formats manipulated are the following:
+
+       name      extension       description
+       ------------------------------------------------------
+       net             .net          tina textual format
+       ndr             .ndr          tina graphic format (produced by nd)
+       tpn             .tpn          tina textual scripts format
+       pnml            .pnml         Petri Net Markup Language format
+                                       (with or without graphics)
+       pnt             .pnt          INA format
+                                       (if the net is timed, the intervals
+                                        are saved into a companion .tim file)
+       romeo           .romeo        romeo format (without graphics)
+       lola            .lola         LoLA format (unstructured)
+       nupn            .nupn         CADP nupn format
+
+
+       The conversions currently supported are the following:
+
+       from      to
+       ------------------------------------------------------
+       net             ndr, tpn, pnml, pnt, romeo, lola, nupn
+       ndr             net, tpn, pnml, pnt, romeo, lola, nupn
+       tpn             net, ndr, pnml, pnt, romeo, lola, nupn
+       pnml            net, ndr, tpn, pnml, pnt, romeo, lola, nupn
+
+
+OPTIONS
+       -help  Recalls options.
+
+
+       Input format flags:
+
+
+       -NET | -NDR | -PNML | -TPN
+              Specifies the format of the input net. This  flag  is  necessary
+              when  the  input  net  is read on standard input, or read from a
+              file that does not bear the expected extension. Default is -NET.
+
+
+       Output format flags:
+
+
+       -net | -ndr | -pnml | -tpn | -pnt | -romeo | -lola | -nupn
+              Specifies  the   format of the output  net. This flag  is neces-
+              sary when the output net  is written on standard output, or into
+              a file that does not bear the expected extension.
+
+              Export  to  romeo  and lola is preliminary. The graphic informa-
+              tion, if any, is currently not exported to romeo. Also, the user
+              should  make  sure  the  place  and transition names used in the
+              input file are legal romeo or lola names; ndrio does not attempt
+              to convert them (consider passing options -r -d, in addition).
+
+              Export  to nupn converts pnml format, with or without nupn units
+              descriptions, to CADP nupn format. If the input file  format  is
+              not  pnml,  or there are no unit descriptions in the file, or if
+              option -no-nupn is passed, outputs a  file  in  nupn  format  in
+              which  all units are trivial (each contains a single place).  In
+              all cases, the input net is assumed safe.
+
+
+
+       Drawing options:
+
+
+       -graphplace | -dot | -neato | -circo
+              Specify a placement filter for nodes. Necessary when  converting
+              from a graphics-free format  into .ndr; optional when converting
+              into .pnml (graphics information is only  generated if some fil-
+              ter is specified).  When  converting  from  a   graphic  format,
+              the  original  placement information is always  retained,  what-
+              ever the tool specified.
+
+
+       Textifying option:
+
+
+       -textify
+              Removes any graphics information from the input file when graph-
+              ics is supported but optional in the output format.
+
+
+
+       Other flags:
+
+
+       -no-nupn
+              If the input file is in  pnml  format,  forget  any  nupn  units
+              descriptions in it.
+
+
+       -ren | -r
+              Renames places and transitions with integers prefixed by "p" and
+              "t", respectively.  Old names become labels.
+
+
+       -d     Drops all labels of places and transitions.
+
+
+       -rev   Reverses the direction of normal edges (inhibitor,  read,  stop-
+              watch, stopwatch-inhibitor and priority edges are unchanged).
+
+
+       Input source:
+
+
+       infile Where  the   net  is   read. The  input format is  determined by
+              the file type, according to the table above. If absent or speci-
+              fied  by "-", the net is  read on standard  input in the  format
+              specified by  the input flag. If   both  an   infile  and   some
+              input flag  are present,  then the format defined  by the  input
+              flag supersedes  that determined  by the infile extension.
+
+
+       Output destination:
+
+
+       outfile
+              Where the net is written. The output format is determined by the
+              file  type, according  to the  table above. If  absent or speci-
+              fied  by "-", then the net is written on standard output in  the
+              format  specified  by  the  output flag. If both an  outfile and
+              some output flag are present, then the format  defined  by   the
+              output flag supersedes that determined by the outfile extension.
+
+
+       Errors destination:
+
+
+       errorfile
+              Where error messages are written. By default, errors are printed
+              on standard error.
+
+
+
+EXAMPLES
+       ndrio abp.net abp.pnml
+       ndrio abp.ndr abp.net
+       ndrio -NDR -pnml -neato < abp.ndr > abp.pnml
+       ndrio abp.ndr -NET
+       ndrio abp.ndr abp.pnt
+
+
+SEE ALSO
+       nd(n),   tina(n),   plan(n),  struct(n),  ktzio(n),  tedd(n),  selt(n),
+       sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+
+AUTHORS
+       Bernard Berthomieu, with contributions  by  Florent  Peres,  LAAS/CNRS,
+       2000-2021, Bernard.Berthomieu@laas.fr.
+
+
+
+
+Tina Tools                       Version 3.7.0                        ndrio(n)
diff --git a/tools/tina-3.7.0/doc/txt/pathto.txt b/tools/tina-3.7.0/doc/txt/pathto.txt
new file mode 100644
index 0000000000000000000000000000000000000000..55f3cfeadd91ce88ea1b670c52accd935f21c7b3
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/pathto.txt
@@ -0,0 +1,94 @@
+pathto(n)                                                            pathto(n)
+
+
+
+NAME
+       pathto  - compute path to a state in a ktz description
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+SYNOPSIS
+       pathto [-help]
+              tgt [-from src]
+              [-p | -t | -s | -l]
+              [infile] [outfile] [errorfile]
+
+
+DESCRIPTION
+       Given  a kripke transition system in a ktz file, a target state identi-
+       fied by its rank in the kts file, and a source state (default 0),  com-
+       putes a path in the kts from the source to the destination state.
+
+
+OPTIONS
+       -help  Recalls options.
+
+
+       Source and destination states:
+
+
+       tgt    The target state, identified by its rank in the ktz file.
+
+              -from  src  The source state (default 0), identified by its rank
+              in the ktz file.
+
+
+
+       Output format flags:
+
+
+       -p     Prints path from src to tgt as a series of states (ranks)  sepa-
+              rated  by transition (names). This is the default output format.
+
+
+       -t     Prints path from src to tgt as a series of  transition  (names).
+              Such  sequences  are  conformant  to the .scn format expected by
+              plan, play or the nd stepper.
+
+
+       -s     Prints path from src to tgt as a series of states (ranks).
+
+
+       -l     Prints the length of a path from src to tgt.
+
+
+
+       Input source:
+
+
+       infile A ktz file.
+
+
+       Output destination:
+
+
+       outfile
+              Where the result path or its length is written (default  stdin).
+
+
+       Errors destination:
+
+
+       errorfile
+              Where error messages are written (default stderr).
+
+
+
+EXAMPLES
+       pathto 4 ifip.ktz
+       pathto 8 -from 2 -t abp.ktz
+
+
+SEE ALSO
+       nd(n),   tina(n),  plan(n),  struct(n),  ktzio(n),  ndrio(n),  tedd(n),
+       selt(n), sift(n), muse(n), play(n), walk(n), reduce(n), formats(n)
+
+
+AUTHORS
+       Bernard Berthomieu, LAAS/CNRS, 2000-2012, Bernard.Berthomieu@laas.fr.
+
+
+
+
+Tina Tools                       Version 3.7.0                       pathto(n)
diff --git a/tools/tina-3.7.0/doc/txt/plan.txt b/tools/tina-3.7.0/doc/txt/plan.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6b0ffcede17fc19fd85516e812d3f8d773a20a52
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/plan.txt
@@ -0,0 +1,221 @@
+plan(n)                                                                plan(n)
+
+
+
+NAME
+       plan - path analysis tool
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+SYNOPSIS
+       plan [-help]
+            [-A(|w|i) | -S(|w|i)]
+            [-t s] [-df | -bf] [-p]
+            [-NET | -NDR | -PNML | -TPN | -TTS]
+            [-v | -q | -s] [-abs | -rel] [-raw | -min | -can]
+            [scninfile] [netinfile] [outfile] [errorfile]
+
+
+DESCRIPTION
+       From  a Time Petri net or  Time Transition System and a firing sequence
+       in .scn format, plan  computes an inequation system characterizing  all
+       the  times at which transitions in the sequence may fire, or an example
+       firing schedule (also called path).
+
+
+OPTIONS
+       -help  Recalls options.
+
+
+       Operating mode options:
+
+
+       -A     Returns  an  inequation  system   characterizing  the  times  at
+              which transition in the input .scn firing sequence may fire.  If
+              the  input firing sequence is timed, then  times are  forgotten.
+              Fails if the input firing sequence is not firable.
+
+
+       -S     Returns a solution of the system computed by -A.
+
+
+       -Aw    Line  breaks   in scnfiles are  significant. Omitting blank  and
+              comment lines,  file scnfile  defines a   series   of  sequence.
+              That series  of sequence can  always be written s.w,  where w is
+              the  last sequence in the series,  and s  is  the  concatenation
+              of all sequences  except the last.
+
+              If subsequence  w is empty, then  -Aw is equivalent  to -A. Oth-
+              erwise, -Aw  assumes that   sequence   s.w^*   is  firable   and
+              returns  a   system characterizing the times at which transition
+              in sequence s.w may fire, with  the  guarantee  that  this  path
+              leads  to  a  state from which sequence w is firable an infinite
+              number of times.
+
+
+       -Sw    Returns a  solution of  the system computed  by -Aw.
+
+
+
+       -Ai    (IN PROGRESS) As  -Aw, except  that the   system  returned,   if
+              any,  characterizes infinite  paths: the subsystem  characteriz-
+              ing the times of subsequence w is guaranteed to produce station-
+              ary  paths  (with equal source and target states).  Such a solu-
+              tion is not garanteed  to  exist,  even  though  sequence  w  is
+              firable an infinite number of times after s (Time Petri nets may
+              exhibit zeno behaviors).
+
+
+       -Si    (IN PROGRESS) Returns a solution   of  the  system  computed  by
+              -Ai.
+
+
+
+       Path options:
+
+
+       -abs   Returns   path  system   or  path  expressed in  terms of  dates
+              (absolute times). Variable  start is  the  time  at   which  the
+              initial  marking is established.
+
+
+       -rel   Returns   path  system   or path  expressed in  terms of  delays
+              (relative times).
+
+
+
+       -raw   Returns path system "as computed", without any  particular  post
+              processing.
+
+
+       -can   Returns  path  system  in  which  all constraints are tight. All
+              missing constraints, if any, are redundant and can be  recovered
+              as linear combinations of the existing constraints.
+
+
+       -min   (IN  PROGRESS)  As -can, except that attempts to return a system
+              without redundant constraints.
+
+
+       Output format flags:
+
+
+       -v     verbose output. Prints results in explicit form.
+
+
+       -q     Prints a summary of results. For -A, and when -can  or  -min  is
+              passed,  prints  the duration of the shortest and longest paths.
+              For -S, prints the duration of the path computed.
+
+
+       -s     Output results in a format loadable into  the  nd  stepper,  for
+              replaying it (only for mode -S).
+
+
+       Other flags:
+
+
+       -p     Disables path analysis (just parses).
+
+
+
+
+       Input format flags for net:
+
+
+       -NET | -NDR | -PNML | -TPN | -TTS
+              Specifies  the  format  of the input net. This flag is necessary
+              when the input net is read on standard input,  or  read  from  a
+              file  that does not bear the expected extension. By default, the
+              net is assumed in .net or .ndr format.
+
+
+
+       Firing sequence input source:
+
+
+       scninfile
+              Where the firing  sequence is read. If absent  or  specified  by
+              "-", the sequence is read on  standard input.
+
+
+       Net input source:
+
+
+       netinfile
+              Where  the   net  is   read. The  input format is  determined by
+              the file type, according to the table below. If absent or speci-
+              fied  by  "-",  and the firing sequence is not read  on standard
+              input, the net is read on standard input in  the  format  speci-
+              fied  by  the input  flag. If both an infile and some input flag
+              are present, then the format defined by the  input  flag  super-
+              sedes that determined by the infile extension.
+
+              file extension      input format
+              --------------------------------------------------------------
+              .net           net format
+              .ndr           ndr format
+              .tpn           tpn format
+              .pnml               pnml format
+              .tts           tts format
+
+
+
+       Output destination:
+
+
+       outfile
+              Where  results  are  written. The output format is determined by
+              the file type, according  to the  table  below.  If   absent  or
+              specified   by  "-", then the net is written on  standard output
+              in the format specified by the output  format flag. If both   an
+              outfile  and  some   output  flag  are present, then  the format
+              defined  by the output flag  supersedes that determined  by  the
+              outfile extension.
+
+              file extension      output format
+              --------------------------------------------------------------
+              .scn           nd stepper format
+              any other      textual output (default -v style)
+
+
+       Errors destination:
+
+
+       errorfile
+              Where error messages are written. By default, errors are printed
+              on standard error.
+
+
+       Default options:
+
+              plan -A -v
+
+
+
+EXAMPLES
+       plan -A nets/ifip.scn nets/ifip.ndr
+       plan -A nets/ifip.scn nets/ifip.ndr -s
+       cat nets/ifip.scn | plan -S - nets/ifip.ndr
+
+
+
+NOTES
+       Tool plan is  still in progress.  Options -Aw and -Sw are experimental,
+       options -Ai, -Si are not implemented yet.
+
+
+
+SEE ALSO
+       nd(n),   tina(n),  struct(n),  ktzio(n),  ndrio(n),  tedd(n),  selt(n),
+       sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)k]
+
+
+AUTHORS
+       Bernard Berthomieu, LAAS/CNRS, 2000-2012, Bernard.Berthomieu@laas.fr.
+
+
+
+
+Tina Tools                       Version 3.7.0                         plan(n)
diff --git a/tools/tina-3.7.0/doc/txt/play.txt b/tools/tina-3.7.0/doc/txt/play.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8618dae4fc14824b9ad3d10ae662ff2436408fa0
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/play.txt
@@ -0,0 +1,209 @@
+play(n)                                                                play(n)
+
+
+
+NAME
+       play  - Tina stepper simulator
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+
+SYNOPSIS
+       play [-help]
+            [-NET | -NDR | -TPN | -PNML | -TTS]
+            [-inh] [-tc] [-dt] [-pr] [-sw]
+            [infile] [outfile] [errorfile]
+
+
+
+DESCRIPTION
+       Tool   play allows  to  simulate  net descriptions  in  any of  formats
+       .net,  .ndr,  .tpn, .pnml  or  .tts.   Its capabilities  are similar to
+       those  provided  by  the  nd stepper except that play may also simulate
+       .tts descriptions.
+
+       A simulation  is a  series of states  separated by  transitions  (delay
+       transitions  or  discrete transitions). Play  allows one to  build such
+       sequences and navigate within, interactively.
+
+
+
+OPTIONS
+       -help  Recalls options.
+
+
+
+       Verbosity level:
+
+
+       -v     Prints  banner,  parsing  message  and  prompts   for   commands
+              (default).
+
+
+       -q     No  banner  nor  times  are printed. This flag is convenient for
+              batch usage of play.
+
+
+       Input options:
+
+
+       -inh   Forget inhibitor arcs in the input net.
+
+
+       -pr    Forget priority constraints in the input net.
+
+
+       -tc    Forget time constraints  in the input net.
+
+
+       -dt    Forget data processing when reading a tts description.
+
+
+       -sw    Forget stopwatches in the input net.
+
+
+
+       Input format and source:
+
+
+       -NET | -NDR | -PNML | -TPN | -TTS
+              Specifies the format of the input net. This  flag  is  necessary
+              when  the  input  net  is read on standard input, or read from a
+              file that does not bear the expected extension. By default,  the
+              net is assumed in .net or
+
+
+       infile Where  the   net  is   read. The  input format is  determined by
+              the file type, according to the table below. If absent or speci-
+              fied  by "-", the net is  read on standard  input in the  format
+              specified by  the input flag. If   both  an   infile  and   some
+              input flag  are present,  then the format defined  by the  input
+              flag supersedes  that determined  by the infile extension.
+
+              file extension      input format
+              --------------------------------------------------------------
+              .net           net format
+              .ndr           ndr format
+              .tpn           tpn format
+              .pnml               pnml format
+              .tts           tts format
+
+
+
+       Output destination:
+
+
+       outfile
+              Where results are written.  If  absent  or  specified   by  "-",
+              results are written on standard output.
+
+
+
+       Errors destination:
+
+
+       errorfile
+              Where  error  messages  are  written. If absent or specified  by
+              "-", error messages are written on standard error.
+
+
+
+
+PLAY STEPPER INTERACTIVE COMMANDS
+       When  called, play prints  the initial  state of  the input  net,  with
+       information  about  the enabled,  frozen and firable  transitions, then
+       waits for commands. These commands are the following.
+
+
+       h      Prints a short summary of available commands.
+
+
+       f tr   Fires transition with name tr. tr must be among the  transitions
+              shown as firable.
+
+
+       # n    Fires the n^th transition in the firable list of transitions.
+
+
+       d k    Let delay k elapse from current state, k is an integer of a num-
+              ber in floating point notation.
+
+
+       r n    Randomly fire n random steps and print last  state  reached.   A
+              step is delay followed by a discrete transition.
+
+
+       R n    Like "r n" except intermediate states are printed.
+
+
+       m      Sets a mark on the current state (for commands << and >> below).
+
+
+       < [n]  Undoes [n times] in history the last state transition (delay  or
+              discrete). Default n is 1.
+
+
+       > [n]  Redoes  [n times] in history the next state transition (delay or
+              discrete). Default n is 1.  Redo n is only possible if at  least
+              n  state  transitions  are  available in the history, that is if
+              some undo have been done before.
+
+
+       << [n] Jump backward [n times] in  history  to  the  previously  marked
+              state or the initial state.
+
+
+       >> [n] Jump  forward  [n  times] in history to the next marked state or
+              the last state.
+
+
+       |<     Jump to the initial state.
+
+
+       >|     Jump to the last state stored.
+
+
+       .      Prints the current state.
+
+
+       l file Load a scenario file in .scn format generated by  selt,  pathto,
+              plan  or  play.   If  the input net is timed, then the .scn file
+              must be timed too.
+
+
+       s file Save the current history as a .scn file. If  the  input  net  is
+              timed, then the .scn will be timed too.
+
+
+       k (true|false)
+              Keep  history (default) or not when applying commands f, d, r or
+              R. Not keeping history permits long simulations that could  oth-
+              erwise  exhaust  memory.  Navigation commands (<, >, <<, >>, |<,
+              |>, m) are only available when history is kept.
+
+
+       q or ^D
+              Quit play.
+
+
+
+
+EXAMPLES
+       play ifip.ndr
+       play abp.ndr -q < commands > results
+
+
+
+SEE ALSO
+       nd(n),  tina(n),  plan(n),  struct(n),  ktzio(n),  ndrio(n),   tedd(n),
+       selt(n), sift(n), muse(n), pathto(n), walk(n), reduce(n), formats(n)
+
+
+AUTHORS
+       Bernard Berthomieu LAAS/CNRS,  2000-2012, Bernard.Berthomieu@laas.fr
+
+
+
+
+Tina Tools                       Version 3.7.0                         play(n)
diff --git a/tools/tina-3.7.0/doc/txt/reduce.txt b/tools/tina-3.7.0/doc/txt/reduce.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9f06571d1bd51f7df070f60a9093f526653966a0
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/reduce.txt
@@ -0,0 +1,229 @@
+reduce(n)                                                            reduce(n)
+
+
+
+NAME
+       reduce  - Tina reduction tool
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+
+SYNOPSIS
+       reduce [-help] [-p]
+              [-rg[,start][,redundant][,compact[+]]
+                  [,convert][,mg][,4ti2][,transitions]]
+              [-redundant-limit n] [-redundant-time n]
+              [-inv-limit n] [-inv-time n]
+              [-tr[,cluster][,4ti2]]
+              [-semiflow-limit n] [-semiflow-time n]
+              [-nupn-limit n] [-no-nupn]
+              [-v | -q] [-t n]
+              [-NET | -NDR | -TPN | -PNML | -TTS]
+              [-inh] [-tc] [-dt] [-pr] [-sw] [-stats]
+              [infile] [outfile] [errorfile]
+
+
+
+DESCRIPTION
+       Tool  reduce  includes  an  implementation of the reduction system pre-
+       sented in papers:
+
+       B Berthomieu, D Le Botlan, S Dal Zilio
+       International Symposium on Model Checking Software (SPIN), LNCS 10869, pp 65-84, Springer, 2018.
+
+       B Berthomieu, D Le Botlan, S Dal Zilio
+       International Journal on Software Tools for Technology Transfer 22(2), pp 163-181, Springer, 2020.
+
+       To these reductions, reduce adds  the  capability  of  clustering  safe
+       place invariants into a single place, thanks to the tina tools support-
+       ing generalized read arcs and generalized inhibitor arcs.
+
+       The input is a net description in any  format  supported  by  the  Tina
+       tools (.net,  .ndr,  .tpn, .pnml  or  .tts); the output is a net in the
+       tina .net format annotated by reduction equations (as  comments).   The
+       input net should not have time constraints, priorities nor special arcs
+       (read or inhibitors arcs); the output net may have special arcs.
+
+
+
+OPTIONS
+       -help  Recalls options.
+
+
+
+       Reduction specification and limits:
+
+
+       -rg[,start][,redundant][,compact[+]][,convert][,mg][,4ti2][,transi-
+       tions]
+              Reduction preserving the  reachability  set  (through  reduction
+              equations).   By  default  (-rg  without  options), only removes
+              duplicated and constant  places,  and  duplicated  and  identity
+              transitions. The options are:
+
+              start:       fire start transitions
+              redundant:   remove redundant places and redundant transitions (using ILP)
+              compact[+]:  agglomerate places (two options)
+              convert:     clusters each complementary pair of places into a single place
+              mg:          computes equational descriptions of their reachability set for some special cases of nets
+              transitions: keep a copy of each transition (among duplicates)
+              4ti2:        use tool 4ti2 for computing redundant places and transitions rather than native algorithms.
+
+              The toolset 4ti2 must be installed by the user.
+
+
+       -redundant-limit n
+              Limit  on  the  size of nets (|P| or |T|) for application of the
+              redundant option.
+
+
+       -redundant-time n
+              Timeout on the computation of redundant places and  transitions,
+              if requested.
+
+
+       -inv-limit n
+              Limit  on  the  size  of  nets  (|P|)  for application of the mg
+              option.
+
+
+       -inv-time n
+              Timeout on the computation of equational description for  option
+              mg, if requested.
+
+
+
+
+       Transformation specification and limits:
+
+
+       -tr[,cluster][,4ti2]
+              Reduction  preserving  the reachability set (through transforma-
+              tion relations).  Currently, the sole transformation provided is
+              cluster.
+              cluster:   Clusters safe place invariants into a single place, using an encoding relying on special arcs.
+                         The safe invariants are deduced either from the nupn information in the pnml file, of any,
+                         or from the place semiflows of the net, otherwise.
+              4ti2:      use tool 4ti2 for computing place semiflows rather than native algorithms.
+
+              The toolset 4ti2 must be installed by the user.
+
+
+       -semiflow-limit n
+              Limit  on  the size of nets (|P|) for computation of p-semiflows
+              for the cluster option.
+
+
+       -semiflow-time n
+              Timeout on the computation of semiflows for option  cluster,  if
+              requested.
+
+
+       -nupn-limit n | -no-nupn
+              Forget nupn information in input net, if any (-no-nupn), or for-
+              get it only if |P| > n (-nupn-limit n).
+
+
+
+
+       Input options:
+
+
+       -inh   Forget inhibitor arcs in the input net.
+
+
+       -pr    Forget priority constraints in the input net.
+
+
+       -tc    Forget time constraints in the input net.
+
+
+       -dt    Forget data processing when reading a tts description.
+
+
+       -sw    Forget stopwatches in the input net.
+
+
+
+       Input format and source:
+
+
+       -NET | -NDR | -PNML | -TPN | -TTS
+              Specifies the format of the input net. This  flag  is  necessary
+              when  the  input  net  is read on standard input, or read from a
+              file that does not bear the expected extension. By default,  the
+              net is assumed in .net or
+
+
+       infile Where  the   net  is   read. The  input format is  determined by
+              the file type, according to the table below. If absent or speci-
+              fied  by "-", the net is  read on standard  input in the  format
+              specified by  the input flag. If   both  an   infile  and   some
+              input flag  are present,  then the format defined  by the  input
+              flag supersedes  that determined  by the infile extension.
+
+              file extension      input format
+              --------------------------------------------------------------
+              .net           net format
+              .ndr           ndr format
+              .tpn           tpn format
+              .pnml               pnml format
+              .tts           tts format
+
+
+
+       Output format and destination:
+
+
+       -q | -v
+              Verbosity level, quiet (-q) or verbose (-v).
+
+
+
+       outfile
+              Where results are written.  If  absent  or  specified   by  "-",
+              results are written on standard output.
+
+
+
+       Errors destination:
+
+
+       errfile
+              Where  error  messages  are  written. If absent or specified  by
+              "-", error messages are written on standard error.
+
+
+       Other flags:
+
+
+       -t s   Limit on total duration of reduction.
+
+
+       -stats Print some statistics information, if available.
+
+
+
+
+EXAMPLES
+       reduce -rg,redundant,compact HouseConstruction-PT-00100.pnml
+       reduce -rg,redundant,compact+ models/Angiogenesis-PT-20.pnml
+       reduce -rg,redundant,compact models/AirplaneLD-PT-0010.pnml
+       reduce -rg,start,redundant,compact+ models/IBM319-PT-none.pnml
+       reduce -rg,redundant,compact,mg,4ti2 models/CircularTrains-PT-024.pnml
+
+
+
+SEE ALSO
+       nd(n),  tina(n),  plan(n),  struct(n),  ktzio(n),  ndrio(n),   tedd(n),
+       selt(n), sift(n), muse(n), pathto(n), play(n), walk(n), formats(n)
+
+
+AUTHORS
+       Bernard Berthomieu LAAS/CNRS,  2000-2012, Bernard.Berthomieu@laas.fr
+
+
+
+
+Tina Tools                       Version 3.7.0                       reduce(n)
diff --git a/tools/tina-3.7.0/doc/txt/selt.txt b/tools/tina-3.7.0/doc/txt/selt.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1639d920f43f128d9135e9804f1af0fd3386e2b8
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/selt.txt
@@ -0,0 +1,455 @@
+selt(n)                                                                selt(n)
+
+
+
+NAME
+       selt  - SE-LTL model checker
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+SYNOPSIS
+       selt [-help]
+
+       selt ktzfile [-f formula | formfile] [-prelude ltlfile]
+            [-ltl2nc | -spin | -ltl2ba | -spot]
+            [-q | -v] [-b | -c | -p | -s | -g] [-S scnfile] [-wp n]
+            [outfile] [errorfile]
+
+
+DESCRIPTION
+       selt  model-checks state-event LTL formulas on a kripke transition sys-
+       tem given in ktz format.
+
+       If some  formula is specified (by  flag -f or by  providing  formfile),
+       then   the result  of  evaluation  of  the formula  is  printed accord-
+       ing to the output mode and verbosity flags, and selt exits.
+
+       If  no  formula file is  specified,  then  selt  starts an  interactive
+       session, evaluating commands entered by the user on standard input (see
+       "selt se-ltl language and commands" below).
+
+
+
+OPTIONS
+       -help  Recalls options.
+
+
+
+       Ktz input:
+
+
+       ktzfile
+              The kripke transition system on which formula are model-checked,
+              in ktz format (extension .ktz).
+
+
+       -wp (0|1|2)
+              This  flag  removes (0), preserves (1),  or forces at each state
+              (2) the temporal divergence  property possibly  present  in  the
+              kts file (see tina's -wp flag for details).
+
+
+
+       LTL input:
+
+
+       -f formula
+              Passes to selt the formula to be verified.
+
+
+       formfile
+              Specifies  a file holding the formulas to be verified. Must have
+              extension .ltl
+
+
+       -prelude ltlfile
+              Specifies a  file containing selt  commands to be evaluated   on
+              entry,  before   any formula  provided by  -f, by  formfile,  or
+              interactively.   This   flag  is   useful   to    load    SE-LTL
+              libraries.   ltlfile must  have extension .ltl
+
+
+       LTL to Buchi automata converter options:
+
+
+       default  option
+              If  none  of  the following options is passed, selt will use the
+              converter the name of which is found in the environment variable
+              LTL2BA,  if  set,  or  ltl2nc  otherwise (ltl2nc is bundled with
+              tina, for all targets).
+
+
+
+       -ltl2nc
+              Convert  ltl formula  to buchi  automata  using ltl2nc  (ltl  to
+              never  claim), a stripped down version of spin-6.2.3 only imple-
+              menting option -f.  ltl2nc binaries are bundled with  tina  dis-
+              tributions.
+
+
+       -spin  Convert  ltl formula to buchi automata using spin (any version).
+              spin must be installed at your site from the sources or binaries
+              available from (http://spinroot.com).
+
+
+       -ltl2ba
+              Convert  ltl  formula  to  buchi  automata  using  Oddoux/Gastin
+              ltl2ba.  Typically yields smaller automata than the above,  fits
+              most  purposes and easy to compile.  ltl2ba must be installed at
+              your     site,     from     the     sources     available     at
+              (http://www.lsv.fr/~gastin/ltl2ba).   Pre-compiled  binaries  of
+              ltl2ba   V1.0   for   some   targets   may   be   available   at
+              (http://www.laas.fr/tina/software2.php).
+
+
+       -spot  Convert  ltl  formula  to buchi automata using ltl2tgba from the
+              SPOT model checking library.  ltl2tgba must be installed at your
+              site, from the sources available at (http://spot.lrde.epita.fr).
+              This is certainly the  fastest  converter  available,  and  that
+              yielding the smallest automata, but compilation may be challeng-
+              ing on some targets.
+
+
+       Verbosity level:
+
+
+       -v     prints banner and evaluation times for LTL commands (default).
+
+
+       -q     No  banner  nor times  are  printed. This  flag  is  useful  for
+              batch operation.
+
+
+
+       Output mode flags:
+
+
+       -b     When   evaluating   a  formula,  just  prints  its  truth value,
+              without counter example.
+
+
+       -c     When  a formula  evaluates  to  FALSE, prints   in   addition  a
+              counter example in condensed form (default).
+
+
+       -p     When   a  formula   evaluates  to  FALSE, prints  in  addition a
+              counter example in full form.
+
+
+       -s     When  a formula  evaluates  to  FALSE, prints   in   addition  a
+              counter example in the scn formmat of the nd stepper.
+
+
+       -g     When  a  formula   evaluates to FALSE, does not  print a counter
+              example, but builds the  full graph obtained  as  the   synchro-
+              nization of the kts and of the  bucchi automaton translating the
+              negation  of the formula, instead, in ktz form (to be provided).
+
+
+
+       Other flags:
+
+
+       -S  scnfile
+              When  a   formula evaluates to FALSE,  writes a counter  example
+              in .scn format of in file scnfile (creating the file if it  does
+              not  exist, and overwriting  it otherwise).   This flag  is use-
+              ful  to  replay counter examples  in   the   nd   stepper   when
+              modelchecking   an  existing  ktz description and a  description
+              of the net the .ktz file describes the behavior  of   is  avail-
+              able  (see  "interacting  with  the nd  stepper" below).
+
+
+
+       Output destination:
+
+
+       outfile
+              Where  results  are  written. The output format is determined by
+              the file type, according  to the  table  below.  If   absent  or
+              specified   by  "-", then results are written on standard output
+              in the format specified by the output flag. If both an   outfile
+              and  some  output  flag  are present, then the format defined by
+              the output flag supersedes that determined by the outfile exten-
+              sion.
+
+              file extension      output format
+              --------------------------------------------------------------
+              .scn           nd stepper .scn format
+              .ktz           .ktz format
+              any other      textual output
+
+
+
+       Errors destination:
+
+
+       errorfile
+              Where error messages are written. By default, errors are printed
+              on standard error.
+
+
+
+
+INTERACTING WITH THE ND STEPPER
+       For  model-checking  Petri nets  or  Time  Petri  nets, tool  selt   is
+       interfaced with the nd editor of the Tina toolbox.
+
+       When   the .ktz  of  the behavior  of  some net  is  not available,  or
+       rebuilding  it  is  cheap,  SE-LTL   properties  of  the  net  can   be
+       model-checked  as  follows: load  the net into  nd, then build  the ktz
+       description  of its behavior  (using the  reachability tool,  with  the
+       default  output  mode and  construction), then invoke  the modelchecker
+       from the menu  in the ktz window, and finally  select "stepper" in  the
+       nd  tools menu.  Any counter example computed by the model-checker will
+       then be loaded automatically into the stepper, for replay.
+
+       When the .ktz of the behavior  of some net is available and  rebuilding
+       it  is expensive, then invoke selt with option -S. The file passed with
+       -S will always hold the  last counter example built. In parallel,  load
+       the  net description into nd and select "stepper" in the nd tools menu.
+       For replaying a counter example, load the .scn file specified with  -S.
+
+
+
+
+SELT SE-LTL LANGUAGE AND COMMANDS
+       Selt  implements  a version of the SE-LTL linear time temporal logic as
+       described in paper:
+
+       S.  Chaki, E.  M. Clarke,  J. Ouaknine,  N. Sharygina,  and  N.  Sinha,
+       "State/Event-based    Software  Model   Checking",   4th  International
+       Conference on Integrated Formal  Methods (IFM'04), Springer LNCS  2999,
+       pages 128--147, April 2004.
+
+       For  building  Buchi automata from  LTL files, the recommended  tool is
+       ltl2ba (see above option -ltl2ba for details), a tool described in  the
+       paper:
+
+       P.  Gastin  and D.  Oddoux, "Fast LTL  to Buchi  Automata Translation",
+       13th Conference Computer-Aided  Verification (CAV'2001), Springer  LNCS
+       2102, pages 53--65, July 2001.
+
+
+1. Lexical matters:
+       - A identifier is either:
+
+       Any   place    or   transition   identifier   allowed  in .net  or .ndr
+       descriptions, that  is: any  sequence of letters,  digits,  underscores
+       "_"  and primes  "'", or any sequence of  characters enclosed in braces
+       in which "{", "}" (except the outer ones) and "\" are prefixed by "\"
+
+       Any sequence of symbols from the list ~ ` ! @ # $ % ^ & * - + = :  ?  |
+        /   < > [ ];
+
+       A qualified identifier: an identifier prefixed by S., E. or L.
+
+       e.g.    hello,  _p4'_,  123,  >=<, or {variable x45}, are legal identi-
+       fiers.
+
+       - The commands are: op, infix, prefix, forget,  verb,  output,  source,
+       quit, assert.  Command names  may not be used  as operator or  variable
+       names.
+
+       - When  analyzing  identifiers,  the  scanner  advances  as  right   as
+       possible.   So, in a juxtaposition  of identifiers, two symbolic or two
+       alphanumeric unbraced identifiers,  or e.g. an alphanumeric  identifier
+       and  a  command name, must  be separated by  a space.  But no  space is
+       necessary  between  identifiers  of   different  kinds  or  between   a
+       parenthesis (or ";") and an identifier.
+
+       -  justaposition bind  tighter than infixes and associate  to the left,
+       infixes and prefixes associate to the  right. That is, if f is a  3-ary
+       operator  in functional notation, [],  <>, -, are prefixes, and /\, \/,
+       are infixes:
+
+                      [] p1 => <> - p3 /\ f u v w
+         parses as    ([] p1) => ((<> (- p3)) /\ (f u v wp))
+
+                      f - <> p1 (f p0 p1 (p4 /\ p5)) \/ f u v w
+         parses as    (f (- <> p1) (f p0 p1 (p4 /\ p5))) \/ (f u v w)
+
+         and          f - <> p1 f p0 p1 p4 \/ f u v w
+         parses as    (f (- <> p1) f p0 p1 p4) \/ (f u v w)
+         which is ill-typed
+
+       - infixes  have precedence in  0..5 (see  below). Infixes  with  higher
+       precedence bind tighter than those with lower precedence.
+
+
+
+2. The initial environment:
+       It is made up of (pushed in that order):
+
+       -  The  atomic  state  and  event  propositions. They  have  the  names
+       captured in the .ktz file,  i.e. those of the places and transitions of
+       the Petri net if the .ktz file was generated by tina.
+
+       - Then, the logic and arithmetic primitives, constituted of:
+
+          constants:  T (true), F (false),
+                 dead (deadlock property)
+                 div (temporal divergence property)
+                 sub (state is partially known)
+
+          prefixes:   [] (always), <> (eventually), () (next),
+                 - (logic negation), ~(arithmetic negation)
+
+          infixes:    U (until), V (release), of precedence 0
+                 => (implies), <=> (equivalent), of precedence 1
+                 /\ (and), \/ (or), of precedence 2
+                 <=, >=, =, le, lt, ge, gt, of precedence 3
+                 +, of precedence 4
+                 *, of precedence 5
+                  - Then the user defined operators.
+
+       Since  the syntactic classes of atomic state propositions, atomic event
+       propositions, logic primitives,  integer,  and user defined  operators,
+       overlap,   we must have  some way  of disambiguating  identifiers.  For
+       this:
+
+       - unqualified identifiers are bound to  the command with than name,  if
+       any,  or otherwise to the last pushed environment entry with that name.
+
+       - identifiers  qualified by  S (e.g.  S.p1)  are bound  to the   atomic
+       state proposition with that name with the qualifier removed (e.g. p1);
+
+       -  identifiers  qualified by  E (e.g.  E.t1)  are bound  to the  atomic
+       event proposition with that name with the qualifier removed (e.g. t1);
+
+       - identifiers  qualified by  L  (e.g.  L./\) are  bound  to the   logic
+       primitive with that name with the qualifier removed (e.g. /\);
+
+       So,  atomic  propositions (found  in the ktz  file) sharing  their name
+       with some atomic propositions in a different group (state or event)  or
+       with  some command  (e.g. op), or some logical  primitive (e.g.  -), or
+       the name  of which  is an integer  (e.g.  3),  must be referred  to  in
+       formulas by their qualified form (e.g.  S.op, E.-, or S.3);
+
+
+
+3. Fixity:
+       Identifiers  declared  infix (binary  logic primitives or  user defined
+       operators declared by "infix") must be used in infix notation;
+
+       Identifiers declared  prefix (unary  logic primitives or  user  defined
+       operators  declared by "prefix") must  be used in prefix notation (in a
+       juxtaposition  of  identifiers, prefix  operators  associate with   the
+       right expression);
+
+       Other  operators  or primitives accessed by their  qualified names must
+       be used in functional notation.   E.g. if a1, a2, a3 are  parenthesized
+       expressions, and f has arity 3, then:
+
+            a1 /\ a2 and L./\ a1 a2 are legal (and equivalent)
+           but a1 L./\ a2 is ill-typed
+
+            f - a1 a2 a3 is legal (parses as ((f (- a1)) a2) a3)
+           but f L.- a1 a2 a3 T is ill-typed (parses as (((f L.-) a1) a2) a3)
+
+
+4. Commands and effects:
+       Commands  must terminate with ";".  In formula files, the final ";" may
+       be  omitted (EOF  plays that  role). The  effects of  commands  are  as
+       follows ("exp" is any ltl expression, x, y, f, xi are identifiers):
+
+       exp;
+            evaluates LTL expression exp;
+
+       assert exp "whentrue" "whenfalse";
+              evaluates exp then prints string whentrue (resp. whenfalse) if
+              exp holds (resp. does not) instead of the default message TRUE
+              (resp. FALSE).
+
+       op f x1 ... xn = exp;
+            declares an  operator f  or arity n  (n >=  0), to be  used in
+            functional notation;
+
+       infix [n] x f y = exp;
+            declares a binary operator f in infix notation. n is an
+            optional integer in 0..5 specifying precedence.
+
+       prefix f x = exp;
+            declares a unary operator f in prefix notation;
+
+       forget f1 ... fn;
+            Removed items names f1 ...  fn from the environment, and their
+            fixity information;
+
+       source [file | "file"];
+            reads at toplevel the contents of file. The file name is
+            optionally surrounded  by string quotes (this  is necessary if
+            the name includes spaces);
+
+       verb [true | false | debug];
+            verbosity level. Tne initial  setting follows from the command
+            line flags -v | -q (default -v);
+
+            true  (default):  prints   the  banner,  prompts,  results  of
+            commands, and evaluation times;
+
+            false:  just   prints  the   results  of  evaluation   of  LTL
+            expressions (useful in batch mode);
+
+            debug: may print extra information (mainly for developper);
+
+       output [proof | fullproof | quiet | stepper | graph]
+            specify   effects   and   results   of  evaluations   of   LTL
+            expressions.  The  command  line  flags  -c, -p,  -b,  -s,  -g
+            specifies the initial setting (default -c);
+
+            proof  (default): evaluations  return  TRUE, or  FALSE with  a
+            counter example in condensed form;
+
+            fullproof: evaluations  return TRUE,  or FALSE with  a counter
+            example in full form (may be very large);
+
+            quiet: evaluations just return  TRUE or FALSE, without counter
+            examples.
+
+            stepper: as output fullproof  except the counter example is in
+            stepper format (typically used in batch mode);
+
+            graph: not implemented yet
+
+       quit
+            leaves selt (also ^D on Unix targets).
+
+
+5. Example commands:
+       p1;            (eqv. p1 lt 0  p gt 0)
+       - p1;          (eqv. p1 = 0)
+       p1 /\ p2 >= 2;      (eqv. p1 /\ (p2 >= 2))
+       op x > y = x >= y + 1;   (declares arithmetic operator >, in infix form)
+       p1+p2;              (eqv. p1+p2 >= 0, eqv. p1 \/ p2)
+       p1+p2 > p3;
+       p1*p2 = 0;
+       infix y follows x = [] (x => <>y);
+                      (declares logical operator "follows:, in infix form)
+       (t3 \/ p5) follows (t1 /\ p1>=p2);
+                 (eqv. [] ((t1 /\ (p1>=p2)) => <> (t3 \/ p5)));
+
+
+
+
+EXAMPLES
+       selt abp.ktz -f "[] (t1 => <> t3)" -q -b
+       selt abp.ktz -p
+
+
+
+SEE ALSO
+       nd(n),   tina(n),  plan(n),  struct(n),  ktzio(n),  ndrio(n),  tedd(n),
+       sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+
+AUTHORS
+       Bernard Berthomieu, with contributions by  Francois  Vernadat,  Pierre-
+       Olivier Ribet, LAAS/CNRS,  2000-2012, {Bernard.Berthomieu|Francois.Ver-
+       nadat}@laas.fr.
+
+
+
+
+Tina Tools                       Version 3.7.0                         selt(n)
diff --git a/tools/tina-3.7.0/doc/txt/sift.txt b/tools/tina-3.7.0/doc/txt/sift.txt
new file mode 100644
index 0000000000000000000000000000000000000000..99eaf3ecfd7d30b74afe3e6e5d28bbd49bfc71ab
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/sift.txt
@@ -0,0 +1,329 @@
+sift(n)                                                                sift(n)
+
+
+
+NAME
+       sift - high performance state space explorator and checker
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+SYNOPSIS
+       sift [-help] [-p]
+            [-R | -P | -V | -Q |
+             -D | -F | -F1 |
+             -W | -M | -H | -S | -E | -G]
+            [-equal | -incl | -hull]
+            [-f form | -dead] [-c n] [-t s] [-b n]
+            [-q | -k] [-NET | -NDR | -TPN | -PNML | -TTS]
+            [-df | -bf | -rf] [-tree] [-inh] [-tc] [-pr] [-dt] [-stats]
+            [infile] [outfile] [digestfile] [errorfile]
+
+
+
+DESCRIPTION
+       sift  builds  various state space abstractions for  extended Time Petri
+       nets.  It  takes as input  descriptions in textual form  (.net,  .pnml,
+       .tpn  formats) or graphical form  (.ndr format of files produced by nd,
+       .pnml with graphics), or a  Time Transition System description in  .tts
+       format.
+
+       sift  serves  similar purposes as  the tina tool, with less options but
+       handles large  states spaces much more efficiently.   sift also  allows
+       to check reachability properties on the fly.
+
+
+
+OPTIONS
+       -help  Recalls options.
+
+
+       Operating mode options:
+
+
+       -R     Builds  the  marking reachability graph of a Petri net (untimed,
+              or with temporal information discarded).   This  option  forgets
+              time constraints, it sets flag -tc.
+
+
+       -V     Builds   the  Covering  Step  Graph of  a  Petri net,  according
+              to  the technique  of  Vernadat/Azema/Michel.  The  construction
+              preserves  deadlocks.   This option forgets time constraints and
+              priorities, it sets flags -tc -pr.
+
+
+       -P     Builds  the partial marking  graph of  a Petri   net,  according
+              to  the  persistent sets technique. The heuristic retained is to
+              minimize local branching.  This option forgets time  constraints
+              and priorities, it sets flags -tc and -pr.
+
+
+       -Q     Builds   the   partial  marking  graph  of  a  Petri  net.  Com-
+              bine  the persistent  sets  (-P)  and    covering   steps   (-V)
+              methods.   This  option forgets time constraints and priorities,
+              it sets flags -tc and -pr.
+
+
+       -D     Builds the essential state graph of a Time Petri net,  according
+              to  the  technique  of Popova. This graph preserves reachability
+              and linear time temporal properties. Static intervals   must  be
+              closed or unbounded and left-closed.   If no  temporal  informa-
+              tion is  specified,  or if  all transitions bear interval [0,w[,
+              then -D is silently replaced by -R.
+
+
+       -F | -F1
+              Builds   the  subgraph  of the  state graph  obtained by  firing
+              integer delay transitions (unit  delays  if  -F1)  and  discrete
+              transitions.   This  graph strictly includes that obtained by -D
+              and  preserves  the  same properties. Static intervals  must  be
+              closed   or  unbounded  and  left- closed. If no temporal infor-
+              mation is specified, or if all transitions bear interval  [0,w[,
+              then -F/-F1 is silently replaced by -R.
+
+
+       -W     Builds  the  linear  state  class  graph   of  a Time Petri net,
+              according to the technique  of  Berthomieu/Menasche  [IFIP1983].
+              The  linear  state class graph  preserves  marking  reachability
+              properties  and  linear  time temporal properties.   If no  tem-
+              poral  information  is   specified,  or  if all transitions bear
+              interval [0,w[, then -W  is   silently  replaced  by  -R.   This
+              option removes priorities, it sets flag -pr.
+
+
+       -M     Option  -M  computes the set of markings of a TPN.  Option -M is
+              typically faster than -W and yields smaller state space abstrac-
+              tions, but it does not preserve firing sequences. ktz files cre-
+              ated in mode -M only capture markings and  the  firable  transi-
+              tions  represented  as loop transitions on the markings they are
+              firable from.
+
+
+       -H     Option -H computes an overapproximation of the set  of  markings
+              of a TPN. It is typically much faster than options -M and -W and
+              produces a set of classes with exactly one firing domain associ-
+              ated  with each marking.  Compared to -W, all classes associated
+              with the same marking are merged into  a  single  class  obained
+              from  the  dbm-hull of their domains (the smallest dbm including
+              all of them). As for mode -M, ktz files created in mode -H  only
+              capture markings and the firable transitions.
+
+
+       -S     Builds  the  strong state  class graph, according  to the  tech-
+              nique  of  Berthomieu/Vernadat    [TACAS2003].     That    graph
+              preserves    state  reachability   properties  and   linear time
+              temporal properties;  it is also  compatible  with   priorities.
+              If  no  temporal  information  is specified,  or if  all transi-
+              tions  bear  interval [0,w[,  then -S  is silently  replaced  by
+              -R.
+
+
+       -E     Option  -E  computes  the  set of states of a TPN.  Option -E is
+              typically faster than -S and yields smaller state space abstrac-
+              tions, but it does not preserve firing sequences. ktz files cre-
+              ated in mode -E only captured markings and the  firable  transi-
+              tions,  represented as loop transitions on the markings they are
+              firable from.
+
+
+       -G     Option -G computes an overapproximation of the set of states  of
+              a  TPN.  It  is typically much faster than options -S and -E and
+              produces a set of strong classes with exactly one  clock  domain
+              associated with each marking.  Compared to -S, all classes asso-
+              ciated with the same marking are  merged  into  a  single  class
+              obained  from  the  dbm-hull  of their domains (the smallest dbm
+              including all of them). As for mode -E,  ktz  files  created  in
+              mode -G only capture markings and the firable transitions.
+
+
+       -equal Identify  two state classes when they are equal (default).  This
+              flag has the effects of -W if no priorities are specified, or of
+              -S  otherwise;  It  is  ignored if the net is untimed or if some
+              operating mode is simultaneously set.
+
+
+       -incl  Identify two state classes when one is included  in  the  other.
+              This  flag has the effects of -M if no priorities are specified,
+              or of -E otherwise; It is ignored if the net is  untimed  or  if
+              some operating mode is simultaneously set.
+
+
+       -hull  Merge  all  state classes with same marking into their dbm hull.
+              This flag has the effects of -H if no priorities are  specified,
+              or  of  -G  otherwise; It is ignored if the net is untimed or if
+              some operating mode is simultaneously set.
+
+
+       Exploration strategy flags (when meaningful):
+
+
+       -df    Depth-first exploration order
+
+
+       -bf    Breadth-first exploration order (default)
+
+
+       -rf    Random exploration order
+
+
+       -inh   Removes inhibitor arcs from the input net.
+
+
+       -pr    Removes priority constraints from the input net.
+
+
+       -tc    Removes time constraints  from the input net.
+
+
+       -dt    Forgets data processing when reading a tts description.
+
+
+       Storage strategy flags:
+
+
+       -tree  Do not store states; assume any state computed is new.
+
+
+       Stopping conditions:
+
+              If some of these conditions fail and the output is ktz, then the
+              ktz  file captures a partial state space including the offending
+              state and in which all non fully explored states  bear  property
+              "sub".
+
+
+       -c n   Stop  if the number of state enumerated exceeds n; no effects if
+              n=0.
+
+
+       -t n   Stop if exploration lasts longer than n seconds; no  effects  if
+              n=0.
+
+
+       -b n   Stops if the marking of some place exceeds n; no effects if n=0.
+              Sift may take advantage of this value for choosing the represen-
+              tation of states.
+
+
+       -f form
+              Stop  if  some  state does not obey property form; no effects if
+              form=T.  Formula form is any modality-free formula  accepted  by
+              the  selt  model  checker (check man selt for details). In addi-
+              tion, an atomic proposition is  provided,  "safe"  or  "L.safe",
+              then asserts that the marking of each place does not exceed 1.
+
+
+       -dead  Stop   if  some  deadlock  state  is  found;  shorthand  for  -f
+              "-L.dead".
+
+
+
+       Other flags:
+
+
+       -p     Disables state space generation, just parses input net.
+
+
+       -stats Prints progress information on the fly.
+
+
+       Input format and source:
+
+
+       -NET | -NDR | -PNML | -TPN | -TTS
+              Specifies the format of the input net. This  flag  is  necessary
+              when  the  input  net  is read on standard input, or read from a
+              file that does not bear the expected extension. By default,  the
+              net is assumed in .net or
+
+
+       infile Where  the   net  is   read. The  input format is  determined by
+              the file type, according to the table below. If absent or speci-
+              fied  by "-", the net is  read on standard  input in the  format
+              specified by  the input flag. If   both  an   infile  and   some
+              input flag  are present,  then the format defined  by the  input
+              flag supersedes  that determined  by the infile extension.
+
+              file extension      input format
+              --------------------------------------------------------------
+              .net           net format
+              .ndr           ndr format
+              .tpn           tpn format
+              .pnml               pnml format
+              .tts           tts format
+
+
+       Output format and destination:
+
+
+       -q | -ktz
+              Specifies the format of the output. This flag is necessary  when
+              output is produced on standard output, or written in a file that
+              does not bear the expected extension.  -q  means  no  output  is
+              printed,  while -k means some output is produced in .ktz propri-
+              etary compressed format.
+
+
+       outfile
+              Where results are written. The output format  is  determined  by
+              the  file  type,  according   to the  table below. If  absent or
+              specified  by "-", then results are written on  standard  output
+              in  the  format  specified by the output format flag. If both an
+              outfile and some  output  flag  are  present,  then  the  format
+              defined  by   the  output flag supersedes that determined by the
+              outfile extension.
+
+              file extension      output format
+              --------------------------------------------------------------
+              .ktz           tina binary ktz format
+              any other      textual output
+
+
+       Digest destination:
+
+
+       digestfile
+
+              In addition to (possibly) its results in ktz form in  file  out-
+              file,  sift  prints  a  summary  of  results  in file digestfile
+              (default stdout).
+
+
+       Errors destination:
+
+
+       errorfile
+              Where error messages are written. By default, errors are printed
+              on standard error.
+
+
+
+       Default options:
+
+              Depend upon the features of the input net:
+              If no time constraint:     sift -R -c 0 -t 0 -b 0 -f T -q
+              Else, if no priorities:    sift -W -c 0 -t 0 -b 0 -f T -q
+              Otherwise:                 sift -S -c 0 -t 0 -b 0 -f T -q
+
+
+
+EXAMPLES
+       sift -f "p1  t4" < ifip.ndr
+       sift -PNML mynet.xml
+       sift -f safe abp.ndr abp.ktz -stats
+
+
+
+SEE ALSO
+       nd(n),   tina(n),  plan(n),  struct(n),  ktzio(n),  ndrio(n),  tedd(n),
+       selt(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+
+AUTHORS
+       Bernard Berthomieu, with contributions by  Alexandre  Hamez  LAAS/CNRS,
+       2000-2012, Bernard.Berthomieu@laas.fr.
+
+
+
+
+Tina Tools                       Version 3.7.0                         sift(n)
diff --git a/tools/tina-3.7.0/doc/txt/struct.txt b/tools/tina-3.7.0/doc/txt/struct.txt
new file mode 100644
index 0000000000000000000000000000000000000000..40e472dbe215a509efeb05d8af6452db0b226544
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/struct.txt
@@ -0,0 +1,160 @@
+struct(n)                                                            struct(n)
+
+
+
+NAME
+       struct - Structural analysis tool
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+SYNOPSIS
+       struct [-help]
+              [-S | -F] [-I | -Q] [-P | -T] [-safe]
+              [-32 | -64 | -mp | -dp] [-4ti2]
+              [-v | -q | -j | -j2 | -j3]
+              [-NET | -NDR | -PNML | -TPN | -TTS]
+              [infile] [outfile] [errorfile]
+
+
+
+DESCRIPTION
+       struct  computes  generator sets for  semiflows, or bases of  flows, on
+       places and transitions.  It takes  as input descriptions of a  Priority
+       Time   Petri  net  in  textual  form (.net,  .pnml,  .tpn  formats)  or
+       graphical  form (.ndr  format  of  files produced  by  nd, .pnml   with
+       graphics), or a Time Transition System description in .tts format.
+
+
+
+OPTIONS
+       -help  Recalls options.
+
+
+       Operating mode options:
+
+
+       -P | -T
+              Computes  semiflows or flows for places only (-P) or transitions
+              only (-T).  In absence of either flag, computes them for both.
+
+
+       -S | -F
+              Computes semiflow generator sets (-S) or flow bases (-F). If -S,
+              also computes the invariant and consistent properties.
+
+
+       -I | -Q
+              Computes   semiflow  (resp. flow) basis  such  that   any  semi-
+              flow (resp. flow)  is a  linear combination with   integer  (-I)
+              or  rational (-Q) coefficients of those in basis (nongenative if
+              -S, in addition).
+
+
+       -safe  Evaluates a sufficient condifion for net safeness,  using  semi-
+              flows on places.
+
+
+       -32 | -64 | -mp | -dp
+              precision of arithmetic computations:
+              -32: use 32 bit integers;
+              -64: use 64 bit integers;
+              -mp: use arbitrary precision arithmetics;
+              -dp: use default precision.
+
+
+       -4ti2  Use the 4ti2 tool (www.4ti2.de) rather than the native implemen-
+              tations for computation of  flows  or  semiflows.   This  option
+              requires  to  compile and install the 4ti2 tool on your machine.
+              4ti2 is significantly faster  on  large  nets,  especially  when
+              using option -I.
+
+
+       Output format selection :
+
+
+       -v     textual output, prints full results.
+
+
+       -q     textual output, prints a summary of results.
+
+
+       -j | -j2 | -j3
+              prints  [semi]flows  in  json  format,  with  several  levels of
+              detail.
+              -j3: most detailled, selt explanatory
+              -j2: like -j3 except items names are replaced by indices in lexicograophically ordered list of names
+              -j : just prints indices of items with positive coefficients
+
+
+       Input format flags:
+
+
+       -NET | -NDR | -PNML | -TPN | -TTS
+              Specifies the format of the input net. This  flag  is  necessary
+              when  the  input  net  is read on standard input, or read from a
+              file that does not bear the expected extension. By default,  the
+              net is assumed in .net or .ndr format.
+
+
+       Input source:
+
+
+       infile Where  the   net  is   read. The  input format is  determined by
+              the file type, according to the table below. If absent or speci-
+              fied  by "-", the net is  read on standard  input in the  format
+              specified by  the input flag. If   both  an   infile  and   some
+              input flag  are present,  then the format defined  by the  input
+              flag supersedes  that determined  by the infile extension.
+
+              file extension      input format
+              --------------------------------------------------------------
+              .net           net format
+              .ndr           ndr format
+              .tpn           tpn format
+              .pnml               pnml format
+              .tts           tts format
+
+
+       Output destination:
+
+
+       outfile
+              Where  results are  written.   If  absent or  specified  by "-",
+              then results are written on standard output.
+
+
+
+       Errors destination:
+
+
+       errorfile
+              Where error messages are written. By default, errors are printed
+              on standard error.
+
+
+
+       Default options are :
+
+              struct -t 0 -v -S -Q
+
+
+
+EXAMPLES
+       struct < nets/ifip.ndr > ifip.struct
+       struct -q nets/ifip.ndr ifip.struct
+
+
+
+SEE ALSO
+       nd(n), tina(n), plan(n), ktzio(n), ndrio(n), tedd(n), selt(n), sift(n),
+       muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+
+AUTHORS
+       Bernard Berthomieu, LAAS/CNRS, 2000-2012, Bernard.Berthomieu@laas.fr.
+
+
+
+
+Tina Tools                       Version 3.7.0                       struct(n)
diff --git a/tools/tina-3.7.0/doc/txt/tedd.txt b/tools/tina-3.7.0/doc/txt/tedd.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a70f34fab48fb92a2a9f58519ac53ea29d221a99
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/tedd.txt
@@ -0,0 +1,272 @@
+tedd(n)                                                                tedd(n)
+
+
+
+NAME
+       tedd  - logic symbolic state space constructop and explorator (develop-
+       ment in progress)
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+SYNOPSIS
+       tedd [-help] [-p]
+            [-order-auto |
+             -order-(dfs|scan|bfs|rcm|wrcm|struct|lexical|sliced|
+                     random|tpn)[,force][,rev][,flat][,4ti2]]
+            [-sdd-variables n]
+            [-order-force-limits p t] [-order-struct-limits p t]
+            [-order-save file] [-order-load file]
+            [-count-transitions] [-dead-states] [-dead-transitions]
+            [-q | -v] [-NET | -NDR | -TPN | -PNML | -TTS]
+            [-inh] [-tc] [-dt] [-pr] [-stats] [-b n] [-t s]
+            [infile] [outfile] [digestfile] [errorfile]
+
+
+
+DESCRIPTION
+       tedd computes the state space of a Petri net or of a discrete time Time
+       Petri  using  logic-based  symbolic techniques (decision diagrams).  It
+       takes as input Petri net descriptions in  textual  form  (.net,  .pnml,
+       .tpn  formats) or graphical form  (.ndr format of files produced by nd,
+       .pnml with graphics).  Priorities, time constraints and Time Transition
+       System  descriptions  in  .tts format are not supported yet.  tedd also
+       allows to compute dead  states  and  dead  transitions  in  the  spaces
+       explored.
+
+       Note:  this  preliminary  version  is a simplified variant of that used
+       with success at the Model Checking Contest, with fewer options (no  net
+       reductions nor transformations, in particular).
+
+
+
+OPTIONS
+       -help  Recalls options.
+
+
+       Variable order options:
+
+
+       -order-auto
+              Let tedd decide order of variables using its builtin metric.
+
+
+       -order-<spec>[,force][,rev][,flat][,4ti2]]
+              Use specified order, where
+
+              spec is either:
+                dfs: order variables as places are found in a dfs preorder traversal of net
+                scan: same but in dfs postorder traversal
+                bfs: same but in bfs traversal
+                rcm: use Reverse Cuthill/McKee ordering
+                wrcm: a variation of rcm taking arc weights into account
+                struct: order making use of p-semiflows
+                lexical: order variables according to place names, lexicographically
+                sliced: a variant of lexical
+                random: order variables randomly
+                tpn: another variant of lexical order, recommended for tpn descriptions.
+              force: apply force heuristic to order computed
+              rev | reverse: reverse order computed
+              flat: flatten order (put all variables in a single hierarchical level)
+              4ti2: use 4ti2 instead of native algorithms to compute struct order.
+
+
+       -sdd-variables n
+              Sets to n the max number of varibles at each hierarchical level.
+
+
+       -order-force-limit p t
+              Skips force option when computing -order-auto and |P| > p or |T|
+              > t
+
+
+       -order-struct-limit p t
+              Skips struct order when computing -order-auto and |P| > p or |T|
+              > t
+
+
+
+       -order-save file
+              Saves order computed into a file.
+
+
+       -order-load file
+              Loads variable order from file.
+
+
+       Build options:
+
+
+       -count-transitions
+              Compute and print the number of transitions of the state  space,
+              if  supported  by  tool.   By  defaut, neither tool computes the
+              transition count as this can be expensive.
+
+
+       -dead-states
+              Once the state space is built, compute the dead  states  (states
+              without successors) and prints them.
+
+
+       -dead-transitions
+              Once  the  state  space  is  built, compute the dead transitions
+              (those never fired) and prints them.
+
+
+
+       Input options:
+
+
+       -inh   Forget inhibitor arcs in the input net.
+
+
+       -pr    Forget priority constraints in the input net.
+
+
+       -tc    Forget time constraints in the input net.
+
+
+       -dt    Forget data processing when reading a tts description.
+
+
+
+       Input format and source:
+
+
+       -NET | -NDR | -PNML | -TPN | -TTS
+              Specifies the format of the input net. This  flag  is  necessary
+              when  the  input  net  is read on standard input, or read from a
+              file that does not bear the expected extension. By default,  the
+              net is assumed in .net or
+
+
+       infile Where  the   net  is   read. The  input format is  determined by
+              the file type, according to the table below. If absent or speci-
+              fied  by "-", the net is  read on standard  input in the  format
+              specified by  the input flag. If   both  an   infile  and   some
+              input flag  are present,  then the format defined  by the  input
+              flag supersedes  that determined  by the infile extension.
+
+              file extension      input format
+              --------------------------------------------------------------
+              .net                net format
+              .ndr                ndr format
+              .tpn                tpn format
+              .pnml               pnml format
+              .tts                tts format
+
+
+       Output format and destination:
+
+
+       -q | -v
+              Specifies the format of the output, quiet (-q) or verbose  (-v).
+
+
+       outfile
+              Where results are written.
+
+
+       Digest destination:
+
+
+       digestfile
+              In  addition to (possibly) its results in file outfile, tedd may
+              prints a summary of results in file digestfile (default stdout).
+
+
+
+       Errors destination:
+
+
+       errorfile
+              Where error messages are written. By default, errors are printed
+              on standard error.
+
+
+
+       Other flags:
+
+
+       -p     Disables state space generation, just parses input net.
+
+
+       -po    Disables state space generation, just parses input net and  com-
+              putes variable order.
+
+
+       -stats Prints progress information on the fly, if available.
+
+
+       -b n   Indicates  that  the marking of each place cannot exceed n. Tedd
+              does not check it but may take advantage of this information for
+              optimizing the state space representation.
+
+
+       -t n   Stop  if  computation lasts longer than n seconds; no effects if
+              n=0.
+
+
+
+       Default options:
+
+              tedd -q -pr -dt -order-auto
+
+
+
+
+SHELL VARIABLES
+       Several tables used by tedd are  statically  allocated,  including  the
+       following, with the default sizes shown:
+
+       table               default size (items)
+       --------------------------------------------------------------
+       HOMUTSIZE           10000
+       HOMCACHESIZE        1000000
+       HOMCACHETHRESHOLD   1000000
+       REWCACHESIZE        100000
+       REWCACHETHRESHOLD   1000000
+       SDDUTSIZE           2000000
+       SDDCACHESIZE        1000000
+       SDDCACHETHRESHOLD   1000000
+
+       These  initial  sizes  may be changed by defining shell variables named
+       like the tables to be dimensioned, with the desired sizes assigned  to.
+
+       For  better  performances  on nets with large state spaces, it might be
+       wise to augment the default sizes of the HOMCACHE, SDDUT  and  SDDCACHE
+       tables. Three examples size sets follow; the code assigning these sizes
+       tp the shell veriables should br added to your startup  file  or  to  a
+       file  sourced before calling tedd (exact syntax depends on the shell im
+       use).:
+
+       table          medium size    large size     very large size
+       --------------------------------------------------------------
+       HOMCACHESIZE   10000000       20000000       30000000
+       SDDUTSIZE      10000000       20000000       30000000
+       SDDCACHESIZE   5000000        10000000       15000000
+
+
+
+
+
+EXAMPLES
+       tedd -tc ifip.ndr
+       tedd tpn_examples/milner_scheduler/m100.tpn
+       tedd tpn_examples/dining_philosophers/p1000.tpn -dead-states
+
+
+
+SEE ALSO
+       nd(n),  tina(n),  plan(n),  struct(n),  ktzio(n),  ndrio(n),   selt(n),
+       sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+
+AUTHORS
+       Bernard  Berthomieu,  with  contributions  by  Alexandre  Hamez (smldd,
+       expatSML libraries), LAAS/CNRS,  2010-2021, Bernard.Berthomieu@laas.fr.
+
+
+
+
+Tina Tools                       Version 3.7.0                         tedd(n)
diff --git a/tools/tina-3.7.0/doc/txt/tina.txt b/tools/tina-3.7.0/doc/txt/tina.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7c7743e60befbbbdab2ba248a42a38b65453223b
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/tina.txt
@@ -0,0 +1,479 @@
+tina(n)                                                                tina(n)
+
+
+
+NAME
+       tina - state space generation tool
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+SYNOPSIS
+       tina [-help] [-p]
+            [-C | -Cm n | -R |
+             -V | -Vq | -V(o|f|l) tlist | -P | -Q(|p|b) |
+             -D | -F(|1) |
+             -M(|m) | -E | -W(|m) | -S | -A | -U | -incl | -equal]
+            [-s n] [-c n] [-b n] [-t s] [-m n] [-en n]
+            [-df | -bf ] [-inh] [-tc] [-pr] [-dt] [-sw]
+            [-NET | -NDR | -TPN | -PNML | -TTS]
+            [-v | -q | -aut | -mec | -bcg | -ktz]
+            [-sp n] [-tp n] [-ls] [-lt] [-wp n] [-g] [-d] [-stats]
+            [infile] [outfile] [digestfile] [errorfile]
+
+
+
+DESCRIPTION
+       tina  builds various  state space abstractions for Petri  nets and Time
+       Petri nets.  It  takes as input descriptions of  a Priority Time  Petri
+       net   in textual  form (.net,  .pnml, .tpn  formats) or  graphical form
+       (.ndr format of files produced by  nd, .pnml with graphics), or a  Time
+       Transition System description in .tts format.
+
+
+OPTIONS
+       -help  Recalls options.
+
+
+       Operating mode options:
+
+
+       -C | -Cm n
+              Build  the  Coverability  Graph of a Petri net (untimed, or with
+              temporal information  discarded).   -C   implements   a   method
+              close   to   the  original  Karp  and  Miller algorithm.  -Cm  n
+              behaves like -C,  except that  it  specifies  a  threshold   for
+              unbounded  places   (-C eqv.  -Cm  0).   With -Cm  k, a place  p
+              becomes marked with w in  marking m' if some ancestor marking  m
+              of m' is such that: (for any q)(m'(q) >= m(q)) and  m'(p) > m(p)
+              >= k.  These options remove time constraints, inhibitor arcs and
+              priorities, they set flags -tc -inh -pr.
+
+
+       -R     Builds  the  marking reachability graph of a Petri net (untimed,
+              or with temporal information discarded).   This  option  removes
+              time constraints, it sets flag -tc.
+
+
+       -V | -Vq | -Vo tlist | -Vf tlist | -Vl tlist
+
+              Builds   the  Covering  Step  Graph of  a Petri  net,  according
+              to  the technique of Vernadat/Azema/Michel.  -V preserves  dead-
+              locks.  -Vq  stops  as soon  as all transitions  have been fired
+              or all states  have been enumerated;  it    checks   quasi-live-
+              ness.    tlist   being   a  list  of observable transitions, -Vo
+              tlist preserves observational  equivalence  wrt  transitions  in
+              tlist,  -Vf  tlist preserves failure equivalence, and -Vl  tlist
+              preserves  linear   time  temporal  properties.   If  all  tran-
+              sitions  are  observable   then  -V(o|f|l)  tlist is eqv  to -R.
+              These options remove  time constraints   and  priorities,   they
+              set  flags -tc -pr.
+
+
+       -P     Builds   the  partial marking  graph of  a Petri  net, according
+              to the persistent sets technique. The heuristic retained  is  to
+              minimize local branching.  These options remove time constraints
+              and priorities, they set flags -tc and -pr.
+
+
+       -Q | -Qp | -Qb
+              Builds  the  partial  marking  graph  of  a  Petri   net.   Com-
+              bine   the  persistent   sets  (-P)  and   covering  steps  (-V)
+              methods.  Several heuristics are available: -Qp  maximizes  size
+              of  steps;  -Qb  minimizes  branching, like -P; -Q (recommended)
+              implemnents a trade off between  -Qp  and  -Qb.   These  options
+              remove  time constraints and priorities, they set flags -tc -pr.
+
+
+       -D     Builds the essential state graph of a Time Petri net,  according
+              to  the  technique  of Popova. This graph preserves reachability
+              and linear time temporal properties. Static intervals   must  be
+              closed or unbounded and left-closed.   If no  temporal  informa-
+              tion is  specified,  or if  all transitions bear interval [0,w[,
+              then -D is silently replaced by -R.
+
+
+       -F | -F1
+              Builds   the  subgraph  of the  state graph  obtained by  firing
+              integer delay transitions (unit  delays  if  -F1)  and  discrete
+              transitions.   This  graph strictly includes that obtained by -D
+              and  preserves  the  same properties. Static intervals  must  be
+              closed   or  unbounded  and  left- closed. If no temporal infor-
+              mation is specified, or if all transitions bear interval  [0,w[,
+              then -F/-F1 is silently replaced by -R.
+
+
+       -W     Builds  the  linear  state  class  graph   of  a Time Petri net,
+              according to the technique  of Berthomieu/Menasche.   The linear
+              state   class  graph preserves  marking reachability  properties
+              and  linear  time temporal properties.   If  no temporal  infor-
+              mation   is   specified,   or  if  all transitions bear interval
+              [0,w[, then -W is silently replaced by -R.  This option  removes
+              priorities, it sets flag -pr.
+
+
+       -Wm    As   -W,  except   interprets  multi   enabledness   of  transi-
+              tions.  Multi-enabled transitions are  associated  with  several
+              delay variables, ordered by their creation dates.
+
+
+       -M | -Mm
+              As  -W  or  -Wm,  except  only  markings  are  preserved (firing
+              sequences are not).
+
+
+       -S     Builds the  strong state class graph  (also called  zone   graph
+              by  some  authors)  of  a  Time Petri net.  That graph preserves
+              state reachability properties  and  linear  time  temporal prop-
+              erties.    If  no  temporal information is  specified, or if all
+              transitions  bear interval [0,w[, then -S is  silently  replaced
+              by -R.
+
+
+       -E     As  -S,  except  only states are preserved (firing sequences are
+              not).
+
+
+       -A     Builds the arborescent,  or atomic, state class graph  of a Time
+              Petri  net.   The arborescent state  class graph preserves live-
+              ness properties and branching time temporal properties.   If  no
+              temporal information is specified,  or if  all transitions  bear
+              interval [0,w[,  then -A  is  silently  replaced  by  -R.   This
+              option currently removes priorities, it sets flag -pr.
+
+
+       -U     An  alternative for  -A,  generally slower,  provided for  peda-
+              gogical  purposes.    Algorithmically,    -A   partition/refines
+              the    result  of construction  -E, while -U  proceeds from  the
+              typically  larger graph obtained by -S. The graphs  obtained  by
+              -A  and  -U  should be bisimilar.  This option currently removes
+              priorities, it sets flag -pr.
+
+
+       -incl  Identify two state classes when one is included  in  the  other.
+              This  flag  avoids to specify mode -M or -E when analyzing timed
+              models.  It is silently ignored if the net is untimed or if some
+              operating  mode  is  simultaneously  set,  otherwise  it has the
+              effects of -M if no priorities are specified, or  of  -E  other-
+              wise.
+
+
+       -equal Identify  two state classes when they are equal (default).  This
+              flag undoes the effects of any preceding -incl flag.
+
+
+       Exploration strategy flags:
+
+
+       -df    Depth-first exploration (when meaningful)
+
+
+       -bf    Breadth-first exploration (default)
+
+
+       -inh   Removes inhibitor arcs from the input net.
+
+
+       -pr    Removes priority constraints from the input net.
+
+
+       -tc    Removes time constraints  from the input net.
+
+
+       -dt    Forgets data processing when reading a tts description.
+
+
+       -sw    Forgets stopwatch and stopwatch-inhibitor arcs from input net.
+
+
+       Stopping test and limits flags:
+
+
+       -s n   Stopping test for the boundedness property.
+              -s 0 : None, use limit option(s) to ensure termination
+              -s 1 : Checks a sufficient condition for unboundedness
+                      of the underlying untimed net (Fast but small risk
+                      of undetection).
+              With -C, no stopping test is necessary.
+
+              With time constaints, inhibitor arcs, stopwatch arcs,
+              boundedness is undecidable.
+
+
+       -c n   Bound on the number of markings to enumerate (none if n=0).
+
+
+       -b n   Bound on the marking of each place (none if n=0).
+
+
+       -t n   Bound on duration of enumeration (none if n=0).
+
+
+       -m n   Bound on multi-enabledness of transitions (none if n=0).
+
+
+       -en n  Lower bound on number of enabled transitions (none if n=0). E.g.
+              absence of deadlocks is checked on the fly with "-en 1".
+
+
+       Output format selection :
+
+
+       -v     textual output, prints full results
+
+
+       -q     textual output, prints a summary of results
+
+
+       -aut   transition   system  output   in .aut  format, as  read by Alde-
+              baran.
+
+
+       -mec   transition system output in .mec format, as read by Mec 4.
+
+
+       -ktz   transition system output in .ktz proprietary compact format.
+
+
+       -bcg   transition system output in .bcg compact format, as read by  bcg
+              tools.
+
+
+
+       -ls    prints labelled state properties
+
+              Without  option  -ls,  atomic  state  properties are bijectively
+              mapped to the net's place names.  With -ls, they are  mapped  to
+              place labels.
+
+
+       -lt    prints labelled transition properties
+
+              Without option -lt, atomic transition properties are bijectively
+              mapped to the net's transition names.  With -lt, they are mapped
+              to transition labels.
+
+
+
+       -sp n  encoding of state properties for transition system outputs:
+              -sp 0 : no state properties (default for .aut, .bcg)
+              -sp 1 : boolean state properties (default for .mec)
+              -sp 2 : weighted state properties (default for .ktz)
+              -sp 3 : weighted state properties for all weights
+
+              The  .aut and .bcg formats do not natively support state proper-
+              ties. With -sp n,  where n>0, tina encodes  them  as  additional
+              transitions: regular transition properties (labels) are prefixed
+              by  "T.", state  properties (markings) are  introduced as  loops
+              on  states  labelled  by the places marked, prefixed by "S.". In
+              addition, when n>1, place names are suffixed by  their  marking,
+              separated  by  "*".   E.g.  if place p3 has 3 tokens in state s,
+              than  -sp  1  adds  transition  (s,"S.`p3`",s),   -sp   2   adds
+              (s,"S.`p3`*3",s),   and   -sp   3   adds    (s,"S.`p3`  S.`p3`*2
+              S.`p3`*3",s).
+
+              The .mec format natively supports unweighted  state  properties.
+              If -sp 2 or 3 is specified, weighted properties are encoded into
+              boolean properties: e.g. marking  p*3  is represented  by  state
+              property   p with -sp 1, p_3 with  -sp 2, and properties p, p_2,
+              and p_3, with -sp 3.
+
+              The .ktz format natively  supports  weighted  state  properties,
+              even  for  infinite  weights  (unbounded places). For .ktz, flag
+              values 1 to 3 yield the same result.
+
+
+       -tp n  encoding of transition properties for transition system outputs:
+              -tp 0 : no transition properties
+              -tp 1 : boolean transition properties (default for .aut, .bcg, .mec)
+              -tp 2 : weighted transition properties (default for .ktz)
+              -tp 3 : weighted transition properties for all weights
+
+              The  .aut  and  .bcg formats expect a single transition property
+              (or none, represented by "i"). Multiple properties  are  encoded
+              into  a single one, built from the concatenation of their repre-
+              sentations.
+
+              The .mec format supports unweighted multiple transition  proper-
+              ties.   Weights  are  appended  to the  properties  as explained
+              above for weighted  state  properties.
+
+              The .ktz format natively supports weighted transition properties
+              (even  for infinite weights). For .ktz, flag values 1 to 3 yield
+              the same result.
+
+              Note: All tina constructions except -V  produce  single  transi-
+              tion   properties; construction -V produces multiple  transition
+              properties. No construction  currently produces weighted   tran-
+              sition properties,  but  options -tp 2 and -tp 3 are still  use-
+              ful  when  combined  with option -lt and transition labelling is
+              surjective.
+
+
+       -wp n  encoding of wait states for transition system outputs:
+
+              -wp 0 : no wait state properties
+              -wp 1 : emit wait state properties
+
+              In  Time  Petri  nets,  it may happen that no transition firable
+              from some state has a finite firing deadline. Knowledge of  such
+              "wait" states is important for e.g. LTL model checkers. With -wp
+              1, an extra "wait" property is emitted for all wait states (thus
+              for  all  states  if  the net is untimed or all transitions have
+              interval [0,w[). In all formats, it is represented by  an  extra
+              transition  labelled "*" looping on states having that property.
+
+              Default value: -wp 1 if ktz output and at least  one  transition
+              has  an  interval  different  from  [0,w[, otherwise -wp 0. This
+              treatment avoids to associate a wait property for  all  behavior
+              states  in  untimed nets, for which LTL model checking typically
+              assumes a fairness hypothesis for transition  firing.  The  tina
+              LTL  model  checker  has  a flag to restore these properties, if
+              desired.
+
+
+       Other flags:
+
+
+       -stats Prints progress information on the fly.
+
+
+       -g     Disables liveness analysis (if applicable).
+
+
+       -p     Disables reachability and liveness analysis (just parses).
+
+
+       -d     As of 2.9.4, tina prints a five lines digest in digestfile  (see
+              below) after construction of the specified abstraction.  Flag -d
+              disables printing and computation of digest (if applicable).
+
+              The digest information includes status information for the prop-
+              erties  of  the  net  (boundedness, liveness, reversibility) and
+              some information about the contents  of  the  transition  system
+              (ts) built:
+
+              count: the number of states/transitions in the ts
+              props: the number of atomic states/transitions propositions
+                     referred to in the ts. Depending on whether ts is built
+                     from names or labels, these are:
+                     - the numbers of places/transitions of the net, or
+                     - the numbers of distinct place/transition labels
+              psets: the number of sets of propositions referred to in the
+                     ts. Depending on whether ts is built from names or
+                     labels, these are
+                     - the numbers of markings/transition steps referred
+                        to in the ts, or
+                     - the numbers of those distinct after labelling
+              dead: the numbers of deadlock states and of unfireable transitions
+              live: the numbers of live states and transitions, where
+                     - a state is live if it is found in some pending
+                        strong connected component of the ts
+                     - a transition is live if it fires in all pending
+                        strong connected components of the ts
+
+
+
+       Input format:
+
+
+       -NET | -NDR | -PNML | -TPN | -TTS
+              Specifies  the  format  of the input net. This flag is necessary
+              when the input net is read on standard input,  or  read  from  a
+              file  that does not bear the expected extension. By default, the
+              net is assumed in .net or .ndr format.
+
+
+       Input source:
+
+
+       infile Where the  net is  read. The  input  format  is   determined  by
+              the file type, according to the table below. If absent or speci-
+              fied by "-", the net is  read on standard  input in the   format
+              specified  by   the  input  flag.  If  both an  infile and  some
+              input flag  are present,  then the format defined  by the  input
+              flag supersedes  that determined  by the infile extension.
+
+              file extension      input format
+              --------------------------------------------------------------
+              .net           net format
+              .ndr           ndr format
+              .tpn           tpn format
+              .pnml               pnml format
+              .tts           tts format
+
+
+       Output destination:
+
+
+       outfile
+              Where  results  are  written. The output format is determined by
+              the file type, according  to the  table  below.  If   absent  or
+              specified  by "-", then the net is written on standard output in
+              the format specified by the output flag. If both an  outfile and
+              some  output  flag  are present, then the format defined by  the
+              output flag supersedes that determined by the outfile extension.
+
+              file extension      output format
+              --------------------------------------------------------------
+              .ktz           tina binary ktz format
+              .bcg           bcg tools bcg format
+              .aut           aldebaran aut format
+              .mec           mec4 mec format
+              any other      textual output (default -v style)
+
+
+       Digest destination:
+
+
+       digestfile
+
+              As  of  2.9.4,  tina  prints  a  five lines digest in digestfile
+              (default stdout) after construction of  the  specified  abstrac-
+              tion.
+
+
+       Errors destination:
+
+
+       errorfile
+              Where error messages are written. By default, errors are printed
+              on standard error.
+
+
+
+       Default options:
+
+              Depend upon the features of the input net:
+              If no time constraint:     tina -R -s 1 -c 0 -t 0 -b 0 -m 0 -v
+              Else, if no priorities:    tina -W -s 1 -c 0 -t 0 -b 0 -m 0 -v
+              Otherwise:                 tina -S -s 1 -c 0 -t 0 -b 0 -m 0 -v
+
+
+
+EXAMPLES
+       tina -q  < nets/ifip.ndr
+       tina -PNML < mynet.xml
+       tina -s 0 nets/abp.net abp.txt
+       tina -R -q < nets/ifip.ndr > ifip.log-R
+       tina -a nets/ifip.ndr > ifip.aut
+       tina -C ../nets/hp.ndr hp.ktz
+       tina -R ../nets/ifip.ndr ifip.ktz ifip.digest ifip.error
+
+
+
+SEE ALSO
+       nd(n),  plan(n),  struct(n),  ktzio(n),  ndrio(n),  tedd(n),   selt(n),
+       sift(n), muse(n), pathto(n), play(n), walk(n), reduce(n), formats(n)
+
+
+
+AUTHORS
+       Bernard  Berthomieu,  with  contributions by Francois Vernadat, Pierre-
+       Olivier    Ribet,    Florent     Peres,      LAAS/CNRS,      2000-2012,
+       {Bernard.Berthomieu|Francois.Vernadat}@laas.fr.
+
+
+
+
+Tina Tools                       Version 3.7.0                         tina(n)
diff --git a/tools/tina-3.7.0/doc/txt/walk.txt b/tools/tina-3.7.0/doc/txt/walk.txt
new file mode 100644
index 0000000000000000000000000000000000000000..07df202b5d77b4ff65c2c49cf7b086bb0583e1d5
--- /dev/null
+++ b/tools/tina-3.7.0/doc/txt/walk.txt
@@ -0,0 +1,251 @@
+walk(n)                                                                walk(n)
+
+
+
+NAME
+       walk  - Tina random walk explorer
+
+       Part of Tina Toolbox for analysis of Petri nets and Time Petri nets.
+
+
+
+SYNOPSIS
+       walk [-help] [-p]
+            [-R | -P | -V | -Q]
+            [-T[,(min|max|rand)][,(dense|discrete)] | -W | -S]
+            [-f formula | -dead] [-c n] [-t s]
+            [-loop] [-only s] [-favor s] [-avoid s] -never s]
+            [-q | -v] [-NET | -NDR | -TPN | -PNML | -TTS]
+            [-inh] [-tc] [-dt] [-pr] [-sw] [-stats] [-trace] [-b n]
+            [infile] [outfile] [digestfile] [errorfile]
+
+
+
+DESCRIPTION
+       Tool  walk  allows  to  simulate  net descriptions  in  any of  formats
+       .net,  .ndr,  .tpn, .pnml  or  .tts.  Its  capabilities  include  those
+       provided by the play tool except that walk is not interactive and never
+       stores history. walk is typically much faster than  play  and  provides
+       more  simulation  modes;  its primary intent is to quickly find counter
+       examples to reachability properties in a  random  walk  over  markings,
+       timed state markings, or state class markings.
+
+
+OPTIONS
+       -help  Recalls options.
+
+
+
+       Marking paths specification:
+
+
+       If  there  are  no  time constraints in the input net, then a path is a
+       sequence of net markings separated by net transitions or steps (sets of
+       transitions fired simultaneousy).
+
+
+       -R     Path transitions are single net transitions.
+
+
+       -P     The  path transitions are firing sequence in the partial marking
+              graph built by the persistent set method.
+
+
+       -V     The path transitions are sequences of steps in the partial mark-
+              ing graph built by the covering steps method.
+
+
+       -Q     The path transitions are sequences of steps in the partial mark-
+              ing graph built by the persistent steps method (combining -P and
+              -V construction, see tina papers for details).
+
+
+
+
+       Timed state paths specification:
+
+
+       If  the input net is a Time Petri net with nontrivial time constraints,
+       then a path is either a  series of  states  separated  by   transitions
+       (delay  transitions  followed  by  discrete transitions) in the -T con-
+       struction, or a series of state classes separated by  discrete  transi-
+       tions in the -W and -S constructions.
+
+
+       -T[,(min|max|rand)][,(dense|discrete)]
+              Each  path  transition  is a delay followed by a net transition.
+              One may specify that delays are  the  minimum  allowed,  maximum
+              allowed, or ca be choosen randomly between these.  The semantics
+              of time is either  discrete  (integer  time  instants  only0  or
+              dense.   If  the input net is not timed or all transition delays
+              are trivisl ([0,w[), then -T is silently handed as -R.
+
+
+       -W | -S
+              States are state classes (-W) or strong state classes (-S). Path
+              transitions are net transitions, time delays are abstracted.
+
+
+
+       Path constraints:
+
+
+       -loop  if  the  current  state is a deadlock or terminated due to other
+              path consttaints, and it is not a counter example to  the  prop-
+              erty  to  be  checked, then the simulation is restarted from the
+              initial marking or state.
+
+
+       -favor s | -avoid s
+              Whevener possible along the path, pick transitions in s  (-favor
+              s), or not in s (-avoid s).
+
+
+       -only s | never s
+              Restrict  path  to  the  transitions in s (-only s), or not in s
+              (-never s).  If not possible, then terminate the path.
+
+
+
+       Stopping conditions:
+
+              Flags -f and -dead specify formulas that  should  be  invariant.
+              walk  stops  along  a path if some state violating the specified
+              formula is found.
+
+
+       -f form
+              Stop with result FALSE if some  state  does  not  obey  property
+              form;  no  effects  if  form=T.   Stops  with  result OPEN if no
+              counter example was found along the  path  developped.   Formula
+              form  is  any  modality-free  formula accepted by the selt model
+              checker (check man selt for details).  In  addition,  an  atomic
+              proposition  is  provided, "safe" or "L.safe", then asserts that
+              the marking of  each  place does not exceed 1.
+
+
+       -dead  Stop  if  some  deadlock  state  is  found;  shorthand  for   -f
+              "-L.dead".
+
+
+
+       -c n   walk  stops  with  result  OPEN  if the length of the path taken
+              exceeds n.
+
+
+
+       -t s   walk stops with result OPEN if more than s seconds elapsed since
+              walk was called.
+
+
+
+       Input options:
+
+
+       -inh   Forget inhibitor arcs in the input net.
+
+
+       -pr    Forget priority constraints in the input net.
+
+
+       -tc    Forget time constraints in the input net.
+
+
+       -dt    Forget data processing when reading a tts description.
+
+
+       -sw    Forget  stopwatch and stopwatch-inhibitor arcs in the input net.
+
+
+
+
+       Input format and source:
+
+
+       -NET | -NDR | -PNML | -TPN | -TTS
+              Specifies the format of the input net. This  flag  is  necessary
+              when  the  input  net  is read on standard input, or read from a
+              file that does not bear the expected extension. By default,  the
+              net is assumed in .net or
+
+
+       infile Where  the   net  is   read. The  input format is  determined by
+              the file type, according to the table below. If absent or speci-
+              fied  by "-", the net is  read on standard  input in the  format
+              specified by  the input flag. If   both  an   infile  and   some
+              input flag  are present,  then the format defined  by the  input
+              flag supersedes  that determined  by the infile extension.
+
+              file extension      input format
+              --------------------------------------------------------------
+              .net           net format
+              .ndr           ndr format
+              .tpn           tpn format
+              .pnml               pnml format
+              .tts           tts format
+
+
+
+       Output format and destination:
+
+
+       -q | -v
+              Verbosity level, quiet (-q) or verbose (-v).
+
+
+
+       outfile
+              Where results are written.  If  absent  or  specified   by  "-",
+              results are written on standard output.
+
+
+
+       Digest destination:
+
+
+       digestfile
+              In  addition to (possibly) its results in file outfile, walk may
+              prints a summary of results in file digestfile (default stdout).
+
+
+
+       Errors destination:
+
+
+       errfile
+              Where  error  messages  are  written. If absent or specified  by
+              "-", error messages are written on standard error.
+
+
+       Other flags:
+
+
+       -stats prints progress information on the fly (path length so far).
+
+
+       -trace prints path transitions on the fly, prefixed by delays if  input
+              is timed.
+
+
+
+
+EXAMPLES
+       walk -T,min,dense -f L.safe ../nets/ifip.ndr
+       walk -R -dead AirplaneLD-PT-0010.pnml
+       walk -W -f -t4 ../nets/ifip.ndr
+       walk -W -f -p3 ../nets/ifip.ndr
+
+
+
+SEE ALSO
+       nd(n),   tina(n),  plan(n),  struct(n),  ktzio(n),  ndrio(n),  tedd(n),
+       selt(n), sift(n), muse(n), pathto(n), play(n), reduce(n), formats(n)
+
+
+AUTHORS
+       Bernard Berthomieu LAAS/CNRS,  2000-2012, Bernard.Berthomieu@laas.fr
+
+
+
+
+Tina Tools                       Version 3.7.0                         walk(n)
diff --git a/tools/tina-3.7.0/extras/bcgsupport/Makefile b/tools/tina-3.7.0/extras/bcgsupport/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..9f5021ec2870e0bc7d4342442ab5332a120fa862
--- /dev/null
+++ b/tools/tina-3.7.0/extras/bcgsupport/Makefile
@@ -0,0 +1,27 @@
+# makefile for libbcg
+
+# CADP installation directory, please update:
+CADP=/usr/local/cadp
+
+
+BCGINCL=$(CADP)/incl
+
+ifeq ($(HOSTTYPE),i386-linux)
+# intel linux
+DLLEXT=.so
+BCGLIBS=$(CADP)/bin.iX86
+else
+# windows (mingw)
+DLLEXT=.dll
+BCGLIBS=$(CADP)/bin.win32
+endif
+
+
+build:
+	$(MAKE) bcglib
+
+bcglib: bcg_lib.c
+	rm -f libbcg$(DLLEXT)
+	gcc -O2 -o libbcg$(DLLEXT) bcg_lib.c -shared -s -Wall -I$(BCGINCL) -L$(BCGLIBS) -lBCG_IO -lBCG -lm
+
+
diff --git a/tools/tina-3.7.0/extras/bcgsupport/README b/tools/tina-3.7.0/extras/bcgsupport/README
new file mode 100644
index 0000000000000000000000000000000000000000..eb0ce4833561a5cbc14be26d323faa32de808b04
--- /dev/null
+++ b/tools/tina-3.7.0/extras/bcgsupport/README
@@ -0,0 +1,27 @@
+
+bcg support:
+------------
+
+Format  bcg  is one  of  the formats  supported  by  the CADP  toolbox
+(available at http://www.inrialpes.fr/vasy/cadp).  
+
+Bcg support is only available  on linux and windows (please contact us
+if you need bcg support for other targets).
+
+To enable bcg support:
+
+1. Properly  install the CADP toolset you  your machine.
+
+2. Update variable CADP in Makefile, if needed.
+
+3. Type  make to  build  the interface  library  libbcg.so (linux)  or
+libbcg.dll (windows). This library is  needed by tina for bcg support.
+The Makefile provided assumes gcc and gmake available (on linux).  For
+Windows, it is  assumed to be run from a mingw  shell; please adapt if
+you are using another compiler.
+
+4. Move  libbcg.{so|dll} to  a  suitable place.  For Linux,  libbcg.so
+should be in  one of the directories in  variable LD_LIBRARY_PATH. For
+Windows,  it should  be  enough  to move  libbcg.dll  into tina's  bin
+directory.
+
diff --git a/tools/tina-3.7.0/extras/bcgsupport/bcg_lib.c b/tools/tina-3.7.0/extras/bcgsupport/bcg_lib.c
new file mode 100644
index 0000000000000000000000000000000000000000..d6bbf34c39b7abda8b57c51a2a9b7f05c43790fb
--- /dev/null
+++ b/tools/tina-3.7.0/extras/bcgsupport/bcg_lib.c
@@ -0,0 +1,105 @@
+/* this file should be compiled as a shared library, statically linked
+   with the libbcg.a of CADP */
+
+
+#include "bcg_user.h"
+
+/* reading bcg */
+
+BCG_TYPE_OBJECT_TRANSITION bcg_graph;
+
+int TINA_READ_BCG_OPEN (char* file)
+{
+  BCG_INIT ();
+  BCG_OT_READ_BCG_SURVIVE (BCG_TRUE);
+  BCG_OT_READ_BCG_BEGIN (file, &bcg_graph, 1);
+  
+  if (NULL==bcg_graph) {return 1;} else {return 0;}
+}
+
+BCG_TYPE_NATURAL TINA_READ_NB_STATES ()
+{
+  return BCG_OT_NB_STATES (bcg_graph);
+}
+
+BCG_TYPE_NATURAL TINA_READ_NB_EDGES ()
+{
+  return BCG_OT_NB_EDGES (bcg_graph);
+}
+
+BCG_TYPE_NATURAL TINA_READ_NB_LABELS ()
+{
+  return BCG_OT_NB_LABELS (bcg_graph);
+}
+
+char *TINA_READ_TR_NAME (bcg_label_number)
+     BCG_TYPE_LABEL_NUMBER bcg_label_number;
+{
+  return BCG_OT_LABEL_STRING (bcg_graph, bcg_label_number);
+}
+
+BCG_TYPE_NATURAL TINA_READ_STATE_NB_SUCCS (bcg_s1)
+     bcg_type_state_number bcg_s1;
+{
+  BCG_TYPE_LABEL_NUMBER bcg_label_number;
+  bcg_type_state_number bcg_s2;
+  int count=0;
+
+  BCG_OT_ITERATE_P_LN (bcg_graph, bcg_s1, bcg_label_number, bcg_s2) {
+    count++;
+  }
+  BCG_OT_END_ITERATE;
+  return count;
+}
+
+int TINA_READ_STATE_SUCCS (count,bcg_s1,sbuffer,tbuffer)
+     int count;
+     bcg_type_state_number sbuffer[];
+     BCG_TYPE_LABEL_NUMBER tbuffer[];
+     bcg_type_state_number bcg_s1;
+{
+  BCG_TYPE_LABEL_NUMBER bcg_label_number;
+  bcg_type_state_number bcg_s2;
+  int i=0;
+
+  BCG_OT_ITERATE_P_LN (bcg_graph, bcg_s1, bcg_label_number, bcg_s2) {
+    sbuffer[i]=bcg_s2;
+    tbuffer[i]=bcg_label_number;
+    i++;
+  }
+  BCG_OT_END_ITERATE;
+  return 0;
+}
+    
+int TINA_READ_BCG_CLOSE ()
+{
+  BCG_OT_READ_BCG_END (&bcg_graph);
+  return 0;
+}
+
+
+
+/* writing bcg */
+
+int TINA_WRITE_BCG_OPEN (char* file, int initial, int format, char* creator, int monitor)
+{
+  int res;
+  BCG_INIT ();
+  BCG_IO_WRITE_BCG_SURVIVE (BCG_TRUE);  /* don't exit if file can't be opened */
+  BCG_IO_WRITE_BCG_PARSING (0);         /* don't parse labels */
+  res = BCG_IO_WRITE_BCG_BEGIN (file, initial, format, creator, monitor);
+  return res;
+}
+
+int TINA_WRITE_BCG_EDGE (int from, char* label, int to)
+{
+  BCG_IO_WRITE_BCG_EDGE (from, label, to);
+  return 0;
+}
+
+int TINA_WRITE_BCG_CLOSE (int dummy)
+{
+  BCG_IO_WRITE_BCG_END ();
+  return 0;
+}
+
diff --git a/tools/tina-3.7.0/lib/libgmp.so b/tools/tina-3.7.0/lib/libgmp.so
new file mode 100755
index 0000000000000000000000000000000000000000..94ac5e48fcc1dccc1ef0ef98498eb4f5b65ea8b3
Binary files /dev/null and b/tools/tina-3.7.0/lib/libgmp.so differ
diff --git a/tools/tina-3.7.0/lib/libgmp.so.3 b/tools/tina-3.7.0/lib/libgmp.so.3
new file mode 100755
index 0000000000000000000000000000000000000000..94ac5e48fcc1dccc1ef0ef98498eb4f5b65ea8b3
Binary files /dev/null and b/tools/tina-3.7.0/lib/libgmp.so.3 differ
diff --git a/tools/tina-3.7.0/lib/libpolkag.so b/tools/tina-3.7.0/lib/libpolkag.so
new file mode 100755
index 0000000000000000000000000000000000000000..5b25b0ab429ff366c3c8582fd08ec464007d17ca
Binary files /dev/null and b/tools/tina-3.7.0/lib/libpolkag.so differ
diff --git a/tools/tina-3.7.0/lib/libpolkai.so b/tools/tina-3.7.0/lib/libpolkai.so
new file mode 100755
index 0000000000000000000000000000000000000000..d47f01745eba8accce1e44ba22f1a3d65031cf80
Binary files /dev/null and b/tools/tina-3.7.0/lib/libpolkai.so differ
diff --git a/tools/tina-3.7.0/lib/libpolkal.so b/tools/tina-3.7.0/lib/libpolkal.so
new file mode 100755
index 0000000000000000000000000000000000000000..866f4d456cbb7722a57ce699440c3c26c8abcc33
Binary files /dev/null and b/tools/tina-3.7.0/lib/libpolkal.so differ
diff --git a/tools/tina-3.7.0/nets/abp.adr b/tools/tina-3.7.0/nets/abp.adr
new file mode 100644
index 0000000000000000000000000000000000000000..871f176d8cbbab3f4d25fc5658ecf68407d166ba
--- /dev/null
+++ b/tools/tina-3.7.0/nets/abp.adr
@@ -0,0 +1,41 @@
+s 240.0 230.0 3
+s 40.0 230.0 0
+s 140.0 230.0 1
+s 40.0 330.0 12
+s 140.0 330.0 10
+s 40.0 430.0 13
+s 140.0 430.0 14
+s 140.0 530.0 15
+s 140.0 130.0 2
+s 340.0 230.0 4
+s 240.0 130.0 7
+s 340.0 130.0 5
+s 240.0 30.0 9
+s 240.0 330.0 8
+s 240.0 430.0 11
+s 340.0 330.0 6
+e 0 1 t1 n
+e 1 2 t13 w
+e 1 3 t7 n
+e 2 1 t2 e
+e 3 4 t8 n
+e 4 5 t14 w
+e 4 6 t3 e
+e 5 7 t2 n
+e 6 8 t4 n
+e 7 9 t13 w
+e 7 3 t9 e
+e 8 10 t10 n
+e 8 11 t15 e
+e 9 7 t2 e
+e 10 12 t11 n
+e 11 8 t5 w
+e 12 13 t16 w
+e 12 0 t6 sw
+e 13 14 t5 n
+e 14 10 t12 w
+e 14 15 t15 e
+e 15 14 t5 w
+h abp
+
+
diff --git a/tools/tina-3.7.0/nets/abp.aut b/tools/tina-3.7.0/nets/abp.aut
new file mode 100644
index 0000000000000000000000000000000000000000..62540ca8f8c44fc2a0dd50431ac474d7a22132b1
--- /dev/null
+++ b/tools/tina-3.7.0/nets/abp.aut
@@ -0,0 +1,23 @@
+des(0,22,16)
+(0,"t1",1)
+(1,"t13",2)
+(1,"t7",3)
+(2,"t2",1)
+(3,"t8",4)
+(4,"t14",5)
+(4,"t3",6)
+(5,"t2",7)
+(6,"t4",8)
+(7,"t13",9)
+(7,"t9",3)
+(8,"t10",10)
+(8,"t15",11)
+(9,"t2",7)
+(10,"t11",12)
+(11,"t5",8)
+(12,"t16",13)
+(12,"t6",0)
+(13,"t5",14)
+(14,"t12",10)
+(14,"t15",15)
+(15,"t5",14)
diff --git a/tools/tina-3.7.0/nets/abp.json b/tools/tina-3.7.0/nets/abp.json
new file mode 100644
index 0000000000000000000000000000000000000000..6061d40fb1e53f4653c67db59a31c6c268547b4d
--- /dev/null
+++ b/tools/tina-3.7.0/nets/abp.json
@@ -0,0 +1,634 @@
+{
+    "header": {
+        "edges": 22,
+        "name": "abp",
+        "nodes": 16,
+        "state-nspaces": [
+            {
+                "atoms": [
+                    "scc",
+                    "div"
+                ],
+                "inf": "false",
+                "neg": "false",
+                "nsname": "L",
+                "propsets": 16
+            },
+            {
+                "atoms": [
+                    "p1",
+                    "p10",
+                    "p11",
+                    "p12",
+                    "p2",
+                    "p3",
+                    "p4",
+                    "p5",
+                    "p6",
+                    "p7",
+                    "p8",
+                    "p9"
+                ],
+                "inf": "false",
+                "neg": "false",
+                "nsname": "S",
+                "propsets": 14
+            }
+        ],
+        "trans-nspaces": [
+            {
+                "atoms": [
+                    "t1",
+                    "t10",
+                    "t11",
+                    "t12",
+                    "t13",
+                    "t14",
+                    "t15",
+                    "t16",
+                    "t2",
+                    "t3",
+                    "t4",
+                    "t5",
+                    "t6",
+                    "t7",
+                    "t8",
+                    "t9"
+                ],
+                "inf": "false",
+                "neg": "false",
+                "nsname": "E",
+                "propsets": 16
+            }
+        ]
+    },
+    "label": [
+        "Created Wed Jul 04 11:19:54 2012 by TINA version 3.0.2"
+    ],
+    "states": [
+        {
+            "no": 0,
+            "props": [
+                [
+                    {
+                        "name": "div",
+                        "value": 1
+                    }
+                ],
+                [
+                    {
+                        "name": "p1",
+                        "value": 1
+                    },
+                    {
+                        "name": "p5",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t1",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 1
+                }
+            ]
+        },
+        {
+            "no": 1,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p2",
+                        "value": 1
+                    },
+                    {
+                        "name": "p5",
+                        "value": 1
+                    },
+                    {
+                        "name": "p9",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t13",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 2
+                },
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t7",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 3
+                }
+            ]
+        },
+        {
+            "no": 2,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p2",
+                        "value": 1
+                    },
+                    {
+                        "name": "p5",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t2",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 1
+                }
+            ]
+        },
+        {
+            "no": 3,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p2",
+                        "value": 1
+                    },
+                    {
+                        "name": "p6",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t8",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 4
+                }
+            ]
+        },
+        {
+            "no": 4,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p10",
+                        "value": 1
+                    },
+                    {
+                        "name": "p2",
+                        "value": 1
+                    },
+                    {
+                        "name": "p7",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t14",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 5
+                },
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t3",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 6
+                }
+            ]
+        },
+        {
+            "no": 5,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p2",
+                        "value": 1
+                    },
+                    {
+                        "name": "p7",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t2",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 7
+                }
+            ]
+        },
+        {
+            "no": 6,
+            "props": [
+                [
+                    {
+                        "name": "div",
+                        "value": 1
+                    }
+                ],
+                [
+                    {
+                        "name": "p3",
+                        "value": 1
+                    },
+                    {
+                        "name": "p7",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t4",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 8
+                }
+            ]
+        },
+        {
+            "no": 7,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p2",
+                        "value": 1
+                    },
+                    {
+                        "name": "p7",
+                        "value": 1
+                    },
+                    {
+                        "name": "p9",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t9",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 3
+                },
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t13",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 9
+                }
+            ]
+        },
+        {
+            "no": 8,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p11",
+                        "value": 1
+                    },
+                    {
+                        "name": "p4",
+                        "value": 1
+                    },
+                    {
+                        "name": "p7",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t10",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 10
+                },
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t15",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 11
+                }
+            ]
+        },
+        {
+            "no": 9,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p2",
+                        "value": 1
+                    },
+                    {
+                        "name": "p7",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t2",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 7
+                }
+            ]
+        },
+        {
+            "no": 10,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p4",
+                        "value": 1
+                    },
+                    {
+                        "name": "p8",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t11",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 12
+                }
+            ]
+        },
+        {
+            "no": 11,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p4",
+                        "value": 1
+                    },
+                    {
+                        "name": "p7",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t5",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 8
+                }
+            ]
+        },
+        {
+            "no": 12,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p12",
+                        "value": 1
+                    },
+                    {
+                        "name": "p4",
+                        "value": 1
+                    },
+                    {
+                        "name": "p5",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t6",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 0
+                },
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t16",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 13
+                }
+            ]
+        },
+        {
+            "no": 13,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p4",
+                        "value": 1
+                    },
+                    {
+                        "name": "p5",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t5",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 14
+                }
+            ]
+        },
+        {
+            "no": 14,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p11",
+                        "value": 1
+                    },
+                    {
+                        "name": "p4",
+                        "value": 1
+                    },
+                    {
+                        "name": "p5",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t12",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 10
+                },
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t15",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 15
+                }
+            ]
+        },
+        {
+            "no": 15,
+            "props": [
+                [],
+                [
+                    {
+                        "name": "p4",
+                        "value": 1
+                    },
+                    {
+                        "name": "p5",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "t5",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 14
+                }
+            ]
+        }
+    ]
+}
diff --git a/tools/tina-3.7.0/nets/abp.ktz b/tools/tina-3.7.0/nets/abp.ktz
new file mode 100644
index 0000000000000000000000000000000000000000..e43e5210a69200ae0904d663e5121759295fc402
Binary files /dev/null and b/tools/tina-3.7.0/nets/abp.ktz differ
diff --git a/tools/tina-3.7.0/nets/abp.ndr b/tools/tina-3.7.0/nets/abp.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..efb70928c01c6e7c6b69b13685f935796242f893
--- /dev/null
+++ b/tools/tina-3.7.0/nets/abp.ndr
@@ -0,0 +1,71 @@
+p 100.0 50.0 p1 1 n
+p 100.0 190.0 p2 0 w
+p 100.0 370.0 p3 0 w
+p 100.0 510.0 p4 0 w
+t 100.0 120.0 t1 0 w n
+t 100.0 260.0 t3 0 1 w
+t 100.0 440.0 t4 0 w n
+t 100.0 580.0 t6 0 1 s
+t 460.0 120.0 t7 0 1 n
+p 460.0 190.0 p6 0 e
+t 460.0 260.0 t8 0 2 e
+p 460.0 330.0 p7 0 e
+t 460.0 440.0 t10 0 1 e
+p 460.0 510.0 p8 0 e
+t 460.0 580.0 t11 0 2 e
+p 280.0 120.0 p9 0 n
+t 170.0 190.0 t2 5 6 s
+p 460.0 650.0 p5 1 s
+t 280.0 190.0 t13 0 1 e
+t 390.0 190.0 t9 0 1 n
+p 280.0 260.0 p10 0 n
+t 170.0 510.0 t5 5 6 s
+t 280.0 510.0 t15 0 1 e
+p 280.0 440.0 p11 0 n
+t 390.0 510.0 t12 0 1 n
+p 280.0 580.0 p12 0 n
+t 280.0 330.0 t14 0 1 e
+t 280.0 650.0 t16 0 1 e
+e p1 t1 1 n
+e t1 p2 1 n
+e p2 t3 1 n
+e t3 p3 1 n
+e p3 t4 1 n
+e t4 p4 1 n
+e p4 t6 1 n
+e t1 p9 1 n
+e p9 t7 1 n
+e t7 p6 1 n
+e p6 t8 1 n
+e t8 p7 1 n
+e p7 t10 1 n
+e t10 p8 1 n
+e p8 t11 1 n
+e t11 p5 1 n
+e p2 0.892611643739 32.0156211872 t2 0.607388356261 32.0156211872 1 n
+e t2 0.392611643739 32.0156211872 p2 0.107388356261 32.0156211872 1 n
+e t9 p6 1 n
+e p7 t9 1 n
+e p9 t13 1 n
+e t8 p10 1 n
+e p10 t3 1 n
+e p9 t9 1 n
+e t6 0.5 90.0 p1 0.5 90.0 1 n
+e p5 0.0 90.0 t7 0.0 90.0 1 n
+e p4 0.892611643739 32.0156211872 t5 0.607388356261 32.0156211872 1 n
+e t5 0.392611643739 32.0156211872 p4 0.107388356261 32.0156211872 1 n
+e t4 p11 1 n
+e p11 t10 1 n
+e p11 t15 1 n
+e p5 t12 1 n
+e t12 p8 1 n
+e p11 t12 1 n
+e t11 p12 1 n
+e p12 t6 1 n
+e p10 t14 1 n
+e p12 t16 1 n
+e t2 p9 1 n
+e t5 p11 1 n
+h abp
+
+
diff --git a/tools/tina-3.7.0/nets/abp.net b/tools/tina-3.7.0/nets/abp.net
new file mode 100644
index 0000000000000000000000000000000000000000..c4bdcfae5bbbebb6ee19fd376768caf49f2a7517
--- /dev/null
+++ b/tools/tina-3.7.0/nets/abp.net
@@ -0,0 +1,22 @@
+# Alternating Bit Protocol
+
+net abp
+tr t1 [0,w[ p1  -> p2 p9
+tr t2 [5,6] p2  -> p2 p9
+tr t3 [0,1] p2 p10 -> p3
+tr t4 [0,w[ p3  -> p4 p11
+tr t5 [5,6] p4  -> p4 p11
+tr t6 [0,1] p4 p12 -> p1
+tr t7 [0,1] p5 p9 -> p6
+tr t8 [0,2] p6  -> p7 p10
+tr t9 [0,1] p7 p9 -> p6
+tr t10 [0,1] p7 p11 -> p8
+tr t11 [0,2] p8 -> p5 p12
+tr t12 [0,1] p5 p11 -> p8
+tr t13 [0,1] p9 ->
+tr t14 [0,1] p10 ->
+tr t15 [0,1] p11 ->
+tr t16 [0,1] p12 ->
+pl p1 (1)
+pl p5 (1)
+
diff --git a/tools/tina-3.7.0/nets/annotations_examples/abp.ndr b/tools/tina-3.7.0/nets/annotations_examples/abp.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..8dbb7fe8de75ce91e0d1480d07f639450f03ab77
--- /dev/null
+++ b/tools/tina-3.7.0/nets/annotations_examples/abp.ndr
@@ -0,0 +1,92 @@
+p 195.0 50.0 p1 1 n
+p 195.0 190.0 p2 0 w
+p 195.0 370.0 p3 0 w
+p 195.0 510.0 p4 0 w
+t 195.0 120.0 t1 0 w n
+t 195.0 260.0 t3 0 1 w
+t 195.0 440.0 t4 0 w n
+t 195.0 580.0 t6 0 1 s
+t 560.0 120.0 t7 0 1 n
+p 560.0 190.0 p6 0 e
+t 560.0 260.0 t8 0 2 e
+p 560.0 330.0 p7 0 e
+t 560.0 440.0 t10 0 1 e
+p 560.0 510.0 p8 0 e
+t 560.0 580.0 t11 0 2 e
+p 380.0 120.0 p9 0 n
+t 265.0 190.0 t2 5 6 s
+p 560.0 650.0 p5 1 s
+t 380.0 190.0 t13 0 1 e
+t 490.0 190.0 t9 0 1 n
+p 380.0 260.0 p10 0 n
+t 265.0 510.0 t5 5 6 s
+t 380.0 510.0 t15 0 1 e
+p 380.0 440.0 p11 0 n
+t 490.0 510.0 t12 0 1 n
+p 380.0 580.0 p12 0 n
+t 380.0 330.0 t14 0 1 e
+t 380.0 650.0 t16 0 1 e
+a 710.0 325.0 n4 1 {Receiver\\nprocess}
+a 55.0 190.0 n2 1 {bit 0}
+a 60.0 515.0 n3 1 {bit 1}
+a 20.0 330.0 n1 1 {Sender\\nprocess}
+a 225.0 290.0 n12 1 {rcve ack}
+a 225.0 90.0 n5 1 {send msg}
+a 400.0 295.0 n11 1 {ack lost}
+a 595.0 90.0 n7 1 {msg received}
+a 590.0 290.0 n9 1 {send ack}
+a 520.0 160.0 n8 1 {reject msg}
+a 265.0 160.0 n6 1 {resend msg\\non timeout}
+a 395.0 160.0 n10 1 {msg lost}
+a 225.0 610.0 n13 0 {rcve ack}
+a 225.0 410.0 n14 0 {send msg}
+a 400.0 615.0 n15 0 {ack lost}
+a 595.0 410.0 n16 0 {msg received}
+a 590.0 610.0 n17 0 {send ack}
+a 520.0 480.0 n18 0 {reject msg}
+a 265.0 480.0 n19 0 {resend msg\\non timeout}
+a 395.0 480.0 n20 0 {msg lost}
+a 285.0 765.0 n0 1 {The Alternating Bit Protocol\\nBartlett et al. 1969}
+e t5 p11 1 n
+e t2 p9 1 n
+e p12 t16 1 n
+e p10 t14 1 n
+e p12 t6 1 n
+e t11 p12 1 n
+e p11 t12 1 n
+e t12 p8 1 n
+e p5 t12 1 n
+e p11 t15 1 n
+e p11 t10 1 n
+e t4 p11 1 n
+e t5 0.3939370221 32.29082239 p4 0.1060629779 32.29082239 1 n
+e p4 0.8939370221 32.29082239 t5 0.6060629779 32.29082239 1 n
+e p5 0.0 91.3752122 t7 0.0 91.3752122 1 n
+e t6 0.5 91.37521224 p1 0.5000000002 91.37521224 1 n
+e p9 t9 1 n
+e p10 t3 1 n
+e t8 p10 1 n
+e p9 t13 1 n
+e p7 t9 1 n
+e t9 p6 1 n
+e t2 0.3939370221 32.29082239 p2 0.1060629779 32.29082239 1 n
+e p2 0.8939370221 32.29082239 t2 0.6060629779 32.29082239 1 n
+e t11 p5 1 n
+e p8 t11 1 n
+e t10 p8 1 n
+e p7 t10 1 n
+e t8 p7 1 n
+e p6 t8 1 n
+e t7 p6 1 n
+e p9 t7 1 n
+e t1 p9 1 n
+e p4 t6 1 n
+e t4 p4 1 n
+e p3 t4 1 n
+e t3 p3 1 n
+e p2 t3 1 n
+e t1 p2 1 n
+e p1 t1 1 n
+h abp
+
+
diff --git a/tools/tina-3.7.0/nets/annotations_examples/abp.net b/tools/tina-3.7.0/nets/annotations_examples/abp.net
new file mode 100644
index 0000000000000000000000000000000000000000..a97c725bfc4a04b10e786c84340b1da17b333fb1
--- /dev/null
+++ b/tools/tina-3.7.0/nets/annotations_examples/abp.net
@@ -0,0 +1,41 @@
+tr t1 [0,w[ p1 -> p9 p2
+tr t3 [0,1] p10 p2 -> p3
+tr t4 [0,w[ p3 -> p11 p4
+tr t6 [0,1] p12 p4 -> p1
+tr t7 [0,1] p5 p9 -> p6
+tr t8 [0,2] p6 -> p10 p7
+tr t10 [0,1] p11 p7 -> p8
+tr t11 [0,2] p8 -> p12 p5
+tr t2 [5,6] p2 -> p9 p2
+tr t13 [0,1] p9 ->
+tr t9 [0,1] p9 p7 -> p6
+tr t5 [5,6] p4 -> p11 p4
+tr t15 [0,1] p11 ->
+tr t12 [0,1] p11 p5 -> p8
+tr t14 [0,1] p10 ->
+tr t16 [0,1] p12 ->
+pl p1 (1)
+pl p5 (1)
+nt n4 1 {Receiver\\nprocess}
+nt n2 1 {bit 0}
+nt n3 1 {bit 1}
+nt n1 1 {Sender\\nprocess}
+nt n12 1 {rcve ack}
+nt n5 1 {send msg}
+nt n11 1 {ack lost}
+nt n7 1 {msg received}
+nt n9 1 {send ack}
+nt n8 1 {reject msg}
+nt n6 1 {resend msg\\non timeout}
+nt n10 1 {msg lost}
+nt n0 1 {The Alternating Bit Protocol\\nBartlett et al. 1969}
+nt n13 0 {rcve ack}
+nt n14 0 {send msg}
+nt n15 0 {ack lost}
+nt n16 0 {msg received}
+nt n17 0 {send ack}
+nt n18 0 {reject msg}
+nt n19 0 {resend msg\\non timeout}
+nt n20 0 {msg lost}
+net abp
+
diff --git a/tools/tina-3.7.0/nets/hp.json b/tools/tina-3.7.0/nets/hp.json
new file mode 100644
index 0000000000000000000000000000000000000000..5e094bb66cf8fd10bed67ad3b5bd58cb26c1b8d1
--- /dev/null
+++ b/tools/tina-3.7.0/nets/hp.json
@@ -0,0 +1,478 @@
+{
+    "header": {
+        "edges": 18,
+        "name": "hp",
+        "nodes": 11,
+        "state-nspaces": [
+            {
+                "atoms": [
+                    "A",
+                    "B",
+                    "C",
+                    "D",
+                    "E"
+                ],
+                "inf": "true",
+                "neg": "false",
+                "nsname": "S",
+                "propsets": 11
+            }
+        ],
+        "trans-nspaces": [
+            {
+                "atoms": [
+                    "a",
+                    "b",
+                    "c",
+                    "d"
+                ],
+                "inf": "false",
+                "neg": "false",
+                "nsname": "E",
+                "propsets": 4
+            }
+        ]
+    },
+    "label": [
+        "Created Wed Jul 04 11:19:37 2012 by TINA version 3.0.2"
+    ],
+    "states": [
+        {
+            "no": 0,
+            "props": [
+                [
+                    {
+                        "name": "A",
+                        "value": 1
+                    },
+                    {
+                        "name": "C",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "a",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 1
+                }
+            ]
+        },
+        {
+            "no": 1,
+            "props": [
+                [
+                    {
+                        "name": "A",
+                        "value": 1
+                    },
+                    {
+                        "name": "D",
+                        "value": 1
+                    },
+                    {
+                        "name": "E",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "b",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 2
+                },
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "c",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 3
+                }
+            ]
+        },
+        {
+            "no": 2,
+            "props": [
+                [
+                    {
+                        "name": "A",
+                        "value": 1
+                    },
+                    {
+                        "name": "C",
+                        "value": 1
+                    },
+                    {
+                        "name": "E",
+                        "value": "infinity"
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "a",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 4
+                }
+            ]
+        },
+        {
+            "no": 3,
+            "props": [
+                [
+                    {
+                        "name": "B",
+                        "value": 2
+                    },
+                    {
+                        "name": "D",
+                        "value": 1
+                    },
+                    {
+                        "name": "E",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "b",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 5
+                }
+            ]
+        },
+        {
+            "no": 4,
+            "props": [
+                [
+                    {
+                        "name": "A",
+                        "value": 1
+                    },
+                    {
+                        "name": "D",
+                        "value": 1
+                    },
+                    {
+                        "name": "E",
+                        "value": "infinity"
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "b",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 2
+                },
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "c",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 6
+                }
+            ]
+        },
+        {
+            "no": 5,
+            "props": [
+                [
+                    {
+                        "name": "B",
+                        "value": 2
+                    },
+                    {
+                        "name": "C",
+                        "value": 1
+                    },
+                    {
+                        "name": "E",
+                        "value": 1
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "a",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 6
+                },
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "d",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 7
+                }
+            ]
+        },
+        {
+            "no": 6,
+            "props": [
+                [
+                    {
+                        "name": "B",
+                        "value": 2
+                    },
+                    {
+                        "name": "D",
+                        "value": 1
+                    },
+                    {
+                        "name": "E",
+                        "value": "infinity"
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "b",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 8
+                }
+            ]
+        },
+        {
+            "no": 7,
+            "props": [
+                [
+                    {
+                        "name": "A",
+                        "value": 1
+                    },
+                    {
+                        "name": "B",
+                        "value": "infinity"
+                    },
+                    {
+                        "name": "C",
+                        "value": 1
+                    },
+                    {
+                        "name": "E",
+                        "value": "infinity"
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "a",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 9
+                },
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "d",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 10
+                }
+            ]
+        },
+        {
+            "no": 8,
+            "props": [
+                [
+                    {
+                        "name": "B",
+                        "value": 2
+                    },
+                    {
+                        "name": "C",
+                        "value": 1
+                    },
+                    {
+                        "name": "E",
+                        "value": "infinity"
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "a",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 6
+                },
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "d",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 7
+                }
+            ]
+        },
+        {
+            "no": 9,
+            "props": [
+                [
+                    {
+                        "name": "A",
+                        "value": "infinity"
+                    },
+                    {
+                        "name": "B",
+                        "value": "infinity"
+                    },
+                    {
+                        "name": "D",
+                        "value": 1
+                    },
+                    {
+                        "name": "E",
+                        "value": "infinity"
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "c",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 9
+                },
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "b",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 10
+                }
+            ]
+        },
+        {
+            "no": 10,
+            "props": [
+                [
+                    {
+                        "name": "A",
+                        "value": "infinity"
+                    },
+                    {
+                        "name": "B",
+                        "value": "infinity"
+                    },
+                    {
+                        "name": "C",
+                        "value": 1
+                    },
+                    {
+                        "name": "E",
+                        "value": "infinity"
+                    }
+                ]
+            ],
+            "trans": [
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "a",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 9
+                },
+                {
+                    "props": [
+                        [
+                            {
+                                "name": "d",
+                                "value": 1
+                            }
+                        ]
+                    ],
+                    "target": 10
+                }
+            ]
+        }
+    ]
+}
diff --git a/tools/tina-3.7.0/nets/hp.ktz b/tools/tina-3.7.0/nets/hp.ktz
new file mode 100644
index 0000000000000000000000000000000000000000..97c5e481a362a1c8abdbb8cbc2023bffeb1249a7
Binary files /dev/null and b/tools/tina-3.7.0/nets/hp.ktz differ
diff --git a/tools/tina-3.7.0/nets/hp.ndr b/tools/tina-3.7.0/nets/hp.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..041b7b7f2671ce57a310b1652acdc6ad638101f1
--- /dev/null
+++ b/tools/tina-3.7.0/nets/hp.ndr
@@ -0,0 +1,25 @@
+p 150.0 50.0 D 0 n
+p 150.0 290.0 C 1 s
+t 30.0 170.0 b 0 w n
+t 270.0 170.0 a 0 w n
+t 150.0 110.0 c 0 w n
+t 150.0 230.0 d 0 w n
+p 90.0 170.0 A 1 e
+p 210.0 170.0 B 0 w
+p 350.0 170.0 E 0 n
+e a 0.25 55.0 D 0.0 55.0 1 n
+e D 0.5 55.0 b 0.25 55.0 1 n
+e b 0.75 55.0 C 0.5 55.0 1 n
+e C 0.0 55.0 a 0.75 55.0 1 n
+e D 0.625 28.2842712475 c 0.357388356261 32.0156211872 1 n
+e c 0.142611643739 32.0156211872 D 0.875 28.2842712475 1 n
+e d 0.642611643739 32.0156211872 C 0.375 28.2842712475 1 n
+e C 0.125 28.2842712475 d 0.857388356261 32.0156211872 1 n
+e c 0.0 35.0 B 0.25 35.0 2 e
+e B 0.75 35.0 d 0.0 35.0 1 n
+e d 0.5 35.0 A 0.75 35.0 1 n
+e A 0.25 35.0 c 0.5 35.0 1 n
+e a 0.0 60 E 0.5 60 1 n
+h hp
+
+
diff --git a/tools/tina-3.7.0/nets/ifip.adr b/tools/tina-3.7.0/nets/ifip.adr
new file mode 100644
index 0000000000000000000000000000000000000000..343ee61b5a53bb6f8f314e09bfdc5a39da4e39d3
--- /dev/null
+++ b/tools/tina-3.7.0/nets/ifip.adr
@@ -0,0 +1,44 @@
+s 85.0 125.0 2
+s 230.0 125.0 3
+s 380.0 125.0 4
+s 485.0 220.0 5
+s 30.0 220.0 6
+s 180.0 220.0 7
+s 285.0 310.0 8
+s 335.0 220.0 9
+s 435.0 310.0 10
+s 125.0 310.0 11
+s 230.0 410.0 0
+s 280.0 30.0 1
+e 11 0 t5 n
+e 11 0.3999239628 40.80441153 11 0.5 40 t4 nw
+e 10 0 t2 n
+e 9 0.8816668696 35.64221636 10 0.3798832811 37.16605944 t5 n
+e 9 0.4106880691 41.34005322 9 0.5 40 t4 nw
+e 9 11 t2 n
+e 8 0 t3 n
+e 7 8 t5 n
+e 7 0.4064164791 43.26661531 7 0.529956383 42.75511665 t4 nw
+e 7 11 t3 n
+e 6 0.8032994728 74.5045367 0 0.4550016638 82.87338071 t5 n
+e 6 11 t4 n
+e 5 10 t3 n
+e 5 8 t2 n
+e 4 5 t5 n
+e 4 0.4133750704 44.41846463 4 0.5108347048 44.10215414 t4 nw
+e 4 9 t3 n
+e 4 7 t2 n
+e 3 0.7911021174 54.81788029 10 0.4464410939 85.23865948 t5 n
+e 3 9 t4 n
+e 3 6 t2 n
+e 2 0.7874033558 73.00684899 8 0.4605367608 81.49233093 t5 n
+e 2 7 t4 n
+e 2 6 t3 n
+e 1 0.8012081912 75.89466384 5 0.4417666174 89.90709246 t5 n
+e 1 4 t4 n
+e 1 3 t3 n
+e 1 2 t2 n
+e 0 1 t1 se
+h ifip
+
+
diff --git a/tools/tina-3.7.0/nets/ifip.aut b/tools/tina-3.7.0/nets/ifip.aut
new file mode 100644
index 0000000000000000000000000000000000000000..dbd71d456b5413e2400e2762d9b86c2bf2d4936c
--- /dev/null
+++ b/tools/tina-3.7.0/nets/ifip.aut
@@ -0,0 +1,30 @@
+des(0,29,12)
+(0,"t1",1)
+(1,"t2",2)
+(1,"t3",3)
+(1,"t4",4)
+(1,"t5",5)
+(2,"t3",6)
+(2,"t4",7)
+(2,"t5",8)
+(3,"t2",6)
+(3,"t4",9)
+(3,"t5",10)
+(4,"t2",7)
+(4,"t3",9)
+(4,"t4",4)
+(4,"t5",5)
+(5,"t2",8)
+(5,"t3",10)
+(6,"t4",11)
+(6,"t5",0)
+(7,"t3",11)
+(7,"t4",7)
+(7,"t5",8)
+(8,"t3",0)
+(9,"t2",11)
+(9,"t4",9)
+(9,"t5",10)
+(10,"t2",0)
+(11,"t4",11)
+(11,"t5",0)
diff --git a/tools/tina-3.7.0/nets/ifip.bcg b/tools/tina-3.7.0/nets/ifip.bcg
new file mode 100644
index 0000000000000000000000000000000000000000..d726b2bb986fa014f7121c5c300eec12da398d89
Binary files /dev/null and b/tools/tina-3.7.0/nets/ifip.bcg differ
diff --git a/tools/tina-3.7.0/nets/ifip.ktz b/tools/tina-3.7.0/nets/ifip.ktz
new file mode 100644
index 0000000000000000000000000000000000000000..4a8e4cf67590d74ba181eb293f20c07dced29873
Binary files /dev/null and b/tools/tina-3.7.0/nets/ifip.ktz differ
diff --git a/tools/tina-3.7.0/nets/ifip.ndr b/tools/tina-3.7.0/nets/ifip.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..a389be01c18d0d7b2a5e1d1e499b64f92415abad
--- /dev/null
+++ b/tools/tina-3.7.0/nets/ifip.ndr
@@ -0,0 +1,26 @@
+p 120.0 50.0 p1 1 n
+p 340.0 50.0 p2 2 n
+p 120.0 190.0 p3 0 n
+p 280.0 200.0 p4 0 e
+p 390.0 200.0 p5 0 e
+t 180.0 120.0 t1 4 9 w
+t 280.0 120.0 t2 0 2 e
+t 390.0 120.0 t3 1 3 e
+t 120.0 260.0 t4 0 2 s
+t 60.0 120.0 t5 0 3 w
+e t5 p1 1 n
+e p1 t1 1 n
+e p3 t5 1 n
+e p3 0.628881058409 29.0 t4 0.357388356261 32.0156211872 1 n
+e t4 0.143423651709 30.61045573 p3 0.859887966581 29.8328677804 1 n
+e p2 0.5 58.0 t1 0.17119709363 56.8242905807 2 n
+e t1 0.841581677509 44.1021541424 p4 0.456549315397 51.923019943 1 n
+e p4 t2 1 n
+e t2 p2 1 n
+e t1 0.778624573524 67.082039325 p5 0.592215460534 96.7987603226 1 n
+e p5 t3 1 n
+e t3 p2 1 n
+e t1 p3 1 n
+h ifip
+
+
diff --git a/tools/tina-3.7.0/nets/ifip.net b/tools/tina-3.7.0/nets/ifip.net
new file mode 100644
index 0000000000000000000000000000000000000000..2ec2acf1d402e0782f0c18be03d3e3658c5f9d91
--- /dev/null
+++ b/tools/tina-3.7.0/nets/ifip.net
@@ -0,0 +1,9 @@
+tr t1 [4,9] p2*2 p1 -> p3 p5 p4
+tr t2 [0,2] p4 -> p2
+tr t3 [1,3] p5 -> p2
+tr t4 [0,2] p3 -> p3
+tr t5 [0,3] p3 -> p1
+pl p1 (1)
+pl p2 (2)
+net ifip
+
diff --git a/tools/tina-3.7.0/nets/l6000.aut b/tools/tina-3.7.0/nets/l6000.aut
new file mode 100644
index 0000000000000000000000000000000000000000..8f6da142900e1e59b1aee574ca28b405688e45df
--- /dev/null
+++ b/tools/tina-3.7.0/nets/l6000.aut
@@ -0,0 +1,6001 @@
+des(0,6000,6000)
+(0,"t1",1)
+(1,"t1",2)
+(2,"t1",3)
+(3,"t1",4)
+(4,"t1",5)
+(5,"t1",6)
+(6,"t1",7)
+(7,"t1",8)
+(8,"t1",9)
+(9,"t1",10)
+(10,"t1",11)
+(11,"t1",12)
+(12,"t1",13)
+(13,"t1",14)
+(14,"t1",15)
+(15,"t1",16)
+(16,"t1",17)
+(17,"t1",18)
+(18,"t1",19)
+(19,"t1",20)
+(20,"t1",21)
+(21,"t1",22)
+(22,"t1",23)
+(23,"t1",24)
+(24,"t1",25)
+(25,"t1",26)
+(26,"t1",27)
+(27,"t1",28)
+(28,"t1",29)
+(29,"t1",30)
+(30,"t1",31)
+(31,"t1",32)
+(32,"t1",33)
+(33,"t1",34)
+(34,"t1",35)
+(35,"t1",36)
+(36,"t1",37)
+(37,"t1",38)
+(38,"t1",39)
+(39,"t1",40)
+(40,"t1",41)
+(41,"t1",42)
+(42,"t1",43)
+(43,"t1",44)
+(44,"t1",45)
+(45,"t1",46)
+(46,"t1",47)
+(47,"t1",48)
+(48,"t1",49)
+(49,"t1",50)
+(50,"t1",51)
+(51,"t1",52)
+(52,"t1",53)
+(53,"t1",54)
+(54,"t1",55)
+(55,"t1",56)
+(56,"t1",57)
+(57,"t1",58)
+(58,"t1",59)
+(59,"t1",60)
+(60,"t1",61)
+(61,"t1",62)
+(62,"t1",63)
+(63,"t1",64)
+(64,"t1",65)
+(65,"t1",66)
+(66,"t1",67)
+(67,"t1",68)
+(68,"t1",69)
+(69,"t1",70)
+(70,"t1",71)
+(71,"t1",72)
+(72,"t1",73)
+(73,"t1",74)
+(74,"t1",75)
+(75,"t1",76)
+(76,"t1",77)
+(77,"t1",78)
+(78,"t1",79)
+(79,"t1",80)
+(80,"t1",81)
+(81,"t1",82)
+(82,"t1",83)
+(83,"t1",84)
+(84,"t1",85)
+(85,"t1",86)
+(86,"t1",87)
+(87,"t1",88)
+(88,"t1",89)
+(89,"t1",90)
+(90,"t1",91)
+(91,"t1",92)
+(92,"t1",93)
+(93,"t1",94)
+(94,"t1",95)
+(95,"t1",96)
+(96,"t1",97)
+(97,"t1",98)
+(98,"t1",99)
+(99,"t1",100)
+(100,"t1",101)
+(101,"t1",102)
+(102,"t1",103)
+(103,"t1",104)
+(104,"t1",105)
+(105,"t1",106)
+(106,"t1",107)
+(107,"t1",108)
+(108,"t1",109)
+(109,"t1",110)
+(110,"t1",111)
+(111,"t1",112)
+(112,"t1",113)
+(113,"t1",114)
+(114,"t1",115)
+(115,"t1",116)
+(116,"t1",117)
+(117,"t1",118)
+(118,"t1",119)
+(119,"t1",120)
+(120,"t1",121)
+(121,"t1",122)
+(122,"t1",123)
+(123,"t1",124)
+(124,"t1",125)
+(125,"t1",126)
+(126,"t1",127)
+(127,"t1",128)
+(128,"t1",129)
+(129,"t1",130)
+(130,"t1",131)
+(131,"t1",132)
+(132,"t1",133)
+(133,"t1",134)
+(134,"t1",135)
+(135,"t1",136)
+(136,"t1",137)
+(137,"t1",138)
+(138,"t1",139)
+(139,"t1",140)
+(140,"t1",141)
+(141,"t1",142)
+(142,"t1",143)
+(143,"t1",144)
+(144,"t1",145)
+(145,"t1",146)
+(146,"t1",147)
+(147,"t1",148)
+(148,"t1",149)
+(149,"t1",150)
+(150,"t1",151)
+(151,"t1",152)
+(152,"t1",153)
+(153,"t1",154)
+(154,"t1",155)
+(155,"t1",156)
+(156,"t1",157)
+(157,"t1",158)
+(158,"t1",159)
+(159,"t1",160)
+(160,"t1",161)
+(161,"t1",162)
+(162,"t1",163)
+(163,"t1",164)
+(164,"t1",165)
+(165,"t1",166)
+(166,"t1",167)
+(167,"t1",168)
+(168,"t1",169)
+(169,"t1",170)
+(170,"t1",171)
+(171,"t1",172)
+(172,"t1",173)
+(173,"t1",174)
+(174,"t1",175)
+(175,"t1",176)
+(176,"t1",177)
+(177,"t1",178)
+(178,"t1",179)
+(179,"t1",180)
+(180,"t1",181)
+(181,"t1",182)
+(182,"t1",183)
+(183,"t1",184)
+(184,"t1",185)
+(185,"t1",186)
+(186,"t1",187)
+(187,"t1",188)
+(188,"t1",189)
+(189,"t1",190)
+(190,"t1",191)
+(191,"t1",192)
+(192,"t1",193)
+(193,"t1",194)
+(194,"t1",195)
+(195,"t1",196)
+(196,"t1",197)
+(197,"t1",198)
+(198,"t1",199)
+(199,"t1",200)
+(200,"t1",201)
+(201,"t1",202)
+(202,"t1",203)
+(203,"t1",204)
+(204,"t1",205)
+(205,"t1",206)
+(206,"t1",207)
+(207,"t1",208)
+(208,"t1",209)
+(209,"t1",210)
+(210,"t1",211)
+(211,"t1",212)
+(212,"t1",213)
+(213,"t1",214)
+(214,"t1",215)
+(215,"t1",216)
+(216,"t1",217)
+(217,"t1",218)
+(218,"t1",219)
+(219,"t1",220)
+(220,"t1",221)
+(221,"t1",222)
+(222,"t1",223)
+(223,"t1",224)
+(224,"t1",225)
+(225,"t1",226)
+(226,"t1",227)
+(227,"t1",228)
+(228,"t1",229)
+(229,"t1",230)
+(230,"t1",231)
+(231,"t1",232)
+(232,"t1",233)
+(233,"t1",234)
+(234,"t1",235)
+(235,"t1",236)
+(236,"t1",237)
+(237,"t1",238)
+(238,"t1",239)
+(239,"t1",240)
+(240,"t1",241)
+(241,"t1",242)
+(242,"t1",243)
+(243,"t1",244)
+(244,"t1",245)
+(245,"t1",246)
+(246,"t1",247)
+(247,"t1",248)
+(248,"t1",249)
+(249,"t1",250)
+(250,"t1",251)
+(251,"t1",252)
+(252,"t1",253)
+(253,"t1",254)
+(254,"t1",255)
+(255,"t1",256)
+(256,"t1",257)
+(257,"t1",258)
+(258,"t1",259)
+(259,"t1",260)
+(260,"t1",261)
+(261,"t1",262)
+(262,"t1",263)
+(263,"t1",264)
+(264,"t1",265)
+(265,"t1",266)
+(266,"t1",267)
+(267,"t1",268)
+(268,"t1",269)
+(269,"t1",270)
+(270,"t1",271)
+(271,"t1",272)
+(272,"t1",273)
+(273,"t1",274)
+(274,"t1",275)
+(275,"t1",276)
+(276,"t1",277)
+(277,"t1",278)
+(278,"t1",279)
+(279,"t1",280)
+(280,"t1",281)
+(281,"t1",282)
+(282,"t1",283)
+(283,"t1",284)
+(284,"t1",285)
+(285,"t1",286)
+(286,"t1",287)
+(287,"t1",288)
+(288,"t1",289)
+(289,"t1",290)
+(290,"t1",291)
+(291,"t1",292)
+(292,"t1",293)
+(293,"t1",294)
+(294,"t1",295)
+(295,"t1",296)
+(296,"t1",297)
+(297,"t1",298)
+(298,"t1",299)
+(299,"t1",300)
+(300,"t1",301)
+(301,"t1",302)
+(302,"t1",303)
+(303,"t1",304)
+(304,"t1",305)
+(305,"t1",306)
+(306,"t1",307)
+(307,"t1",308)
+(308,"t1",309)
+(309,"t1",310)
+(310,"t1",311)
+(311,"t1",312)
+(312,"t1",313)
+(313,"t1",314)
+(314,"t1",315)
+(315,"t1",316)
+(316,"t1",317)
+(317,"t1",318)
+(318,"t1",319)
+(319,"t1",320)
+(320,"t1",321)
+(321,"t1",322)
+(322,"t1",323)
+(323,"t1",324)
+(324,"t1",325)
+(325,"t1",326)
+(326,"t1",327)
+(327,"t1",328)
+(328,"t1",329)
+(329,"t1",330)
+(330,"t1",331)
+(331,"t1",332)
+(332,"t1",333)
+(333,"t1",334)
+(334,"t1",335)
+(335,"t1",336)
+(336,"t1",337)
+(337,"t1",338)
+(338,"t1",339)
+(339,"t1",340)
+(340,"t1",341)
+(341,"t1",342)
+(342,"t1",343)
+(343,"t1",344)
+(344,"t1",345)
+(345,"t1",346)
+(346,"t1",347)
+(347,"t1",348)
+(348,"t1",349)
+(349,"t1",350)
+(350,"t1",351)
+(351,"t1",352)
+(352,"t1",353)
+(353,"t1",354)
+(354,"t1",355)
+(355,"t1",356)
+(356,"t1",357)
+(357,"t1",358)
+(358,"t1",359)
+(359,"t1",360)
+(360,"t1",361)
+(361,"t1",362)
+(362,"t1",363)
+(363,"t1",364)
+(364,"t1",365)
+(365,"t1",366)
+(366,"t1",367)
+(367,"t1",368)
+(368,"t1",369)
+(369,"t1",370)
+(370,"t1",371)
+(371,"t1",372)
+(372,"t1",373)
+(373,"t1",374)
+(374,"t1",375)
+(375,"t1",376)
+(376,"t1",377)
+(377,"t1",378)
+(378,"t1",379)
+(379,"t1",380)
+(380,"t1",381)
+(381,"t1",382)
+(382,"t1",383)
+(383,"t1",384)
+(384,"t1",385)
+(385,"t1",386)
+(386,"t1",387)
+(387,"t1",388)
+(388,"t1",389)
+(389,"t1",390)
+(390,"t1",391)
+(391,"t1",392)
+(392,"t1",393)
+(393,"t1",394)
+(394,"t1",395)
+(395,"t1",396)
+(396,"t1",397)
+(397,"t1",398)
+(398,"t1",399)
+(399,"t1",400)
+(400,"t1",401)
+(401,"t1",402)
+(402,"t1",403)
+(403,"t1",404)
+(404,"t1",405)
+(405,"t1",406)
+(406,"t1",407)
+(407,"t1",408)
+(408,"t1",409)
+(409,"t1",410)
+(410,"t1",411)
+(411,"t1",412)
+(412,"t1",413)
+(413,"t1",414)
+(414,"t1",415)
+(415,"t1",416)
+(416,"t1",417)
+(417,"t1",418)
+(418,"t1",419)
+(419,"t1",420)
+(420,"t1",421)
+(421,"t1",422)
+(422,"t1",423)
+(423,"t1",424)
+(424,"t1",425)
+(425,"t1",426)
+(426,"t1",427)
+(427,"t1",428)
+(428,"t1",429)
+(429,"t1",430)
+(430,"t1",431)
+(431,"t1",432)
+(432,"t1",433)
+(433,"t1",434)
+(434,"t1",435)
+(435,"t1",436)
+(436,"t1",437)
+(437,"t1",438)
+(438,"t1",439)
+(439,"t1",440)
+(440,"t1",441)
+(441,"t1",442)
+(442,"t1",443)
+(443,"t1",444)
+(444,"t1",445)
+(445,"t1",446)
+(446,"t1",447)
+(447,"t1",448)
+(448,"t1",449)
+(449,"t1",450)
+(450,"t1",451)
+(451,"t1",452)
+(452,"t1",453)
+(453,"t1",454)
+(454,"t1",455)
+(455,"t1",456)
+(456,"t1",457)
+(457,"t1",458)
+(458,"t1",459)
+(459,"t1",460)
+(460,"t1",461)
+(461,"t1",462)
+(462,"t1",463)
+(463,"t1",464)
+(464,"t1",465)
+(465,"t1",466)
+(466,"t1",467)
+(467,"t1",468)
+(468,"t1",469)
+(469,"t1",470)
+(470,"t1",471)
+(471,"t1",472)
+(472,"t1",473)
+(473,"t1",474)
+(474,"t1",475)
+(475,"t1",476)
+(476,"t1",477)
+(477,"t1",478)
+(478,"t1",479)
+(479,"t1",480)
+(480,"t1",481)
+(481,"t1",482)
+(482,"t1",483)
+(483,"t1",484)
+(484,"t1",485)
+(485,"t1",486)
+(486,"t1",487)
+(487,"t1",488)
+(488,"t1",489)
+(489,"t1",490)
+(490,"t1",491)
+(491,"t1",492)
+(492,"t1",493)
+(493,"t1",494)
+(494,"t1",495)
+(495,"t1",496)
+(496,"t1",497)
+(497,"t1",498)
+(498,"t1",499)
+(499,"t1",500)
+(500,"t1",501)
+(501,"t1",502)
+(502,"t1",503)
+(503,"t1",504)
+(504,"t1",505)
+(505,"t1",506)
+(506,"t1",507)
+(507,"t1",508)
+(508,"t1",509)
+(509,"t1",510)
+(510,"t1",511)
+(511,"t1",512)
+(512,"t1",513)
+(513,"t1",514)
+(514,"t1",515)
+(515,"t1",516)
+(516,"t1",517)
+(517,"t1",518)
+(518,"t1",519)
+(519,"t1",520)
+(520,"t1",521)
+(521,"t1",522)
+(522,"t1",523)
+(523,"t1",524)
+(524,"t1",525)
+(525,"t1",526)
+(526,"t1",527)
+(527,"t1",528)
+(528,"t1",529)
+(529,"t1",530)
+(530,"t1",531)
+(531,"t1",532)
+(532,"t1",533)
+(533,"t1",534)
+(534,"t1",535)
+(535,"t1",536)
+(536,"t1",537)
+(537,"t1",538)
+(538,"t1",539)
+(539,"t1",540)
+(540,"t1",541)
+(541,"t1",542)
+(542,"t1",543)
+(543,"t1",544)
+(544,"t1",545)
+(545,"t1",546)
+(546,"t1",547)
+(547,"t1",548)
+(548,"t1",549)
+(549,"t1",550)
+(550,"t1",551)
+(551,"t1",552)
+(552,"t1",553)
+(553,"t1",554)
+(554,"t1",555)
+(555,"t1",556)
+(556,"t1",557)
+(557,"t1",558)
+(558,"t1",559)
+(559,"t1",560)
+(560,"t1",561)
+(561,"t1",562)
+(562,"t1",563)
+(563,"t1",564)
+(564,"t1",565)
+(565,"t1",566)
+(566,"t1",567)
+(567,"t1",568)
+(568,"t1",569)
+(569,"t1",570)
+(570,"t1",571)
+(571,"t1",572)
+(572,"t1",573)
+(573,"t1",574)
+(574,"t1",575)
+(575,"t1",576)
+(576,"t1",577)
+(577,"t1",578)
+(578,"t1",579)
+(579,"t1",580)
+(580,"t1",581)
+(581,"t1",582)
+(582,"t1",583)
+(583,"t1",584)
+(584,"t1",585)
+(585,"t1",586)
+(586,"t1",587)
+(587,"t1",588)
+(588,"t1",589)
+(589,"t1",590)
+(590,"t1",591)
+(591,"t1",592)
+(592,"t1",593)
+(593,"t1",594)
+(594,"t1",595)
+(595,"t1",596)
+(596,"t1",597)
+(597,"t1",598)
+(598,"t1",599)
+(599,"t1",600)
+(600,"t1",601)
+(601,"t1",602)
+(602,"t1",603)
+(603,"t1",604)
+(604,"t1",605)
+(605,"t1",606)
+(606,"t1",607)
+(607,"t1",608)
+(608,"t1",609)
+(609,"t1",610)
+(610,"t1",611)
+(611,"t1",612)
+(612,"t1",613)
+(613,"t1",614)
+(614,"t1",615)
+(615,"t1",616)
+(616,"t1",617)
+(617,"t1",618)
+(618,"t1",619)
+(619,"t1",620)
+(620,"t1",621)
+(621,"t1",622)
+(622,"t1",623)
+(623,"t1",624)
+(624,"t1",625)
+(625,"t1",626)
+(626,"t1",627)
+(627,"t1",628)
+(628,"t1",629)
+(629,"t1",630)
+(630,"t1",631)
+(631,"t1",632)
+(632,"t1",633)
+(633,"t1",634)
+(634,"t1",635)
+(635,"t1",636)
+(636,"t1",637)
+(637,"t1",638)
+(638,"t1",639)
+(639,"t1",640)
+(640,"t1",641)
+(641,"t1",642)
+(642,"t1",643)
+(643,"t1",644)
+(644,"t1",645)
+(645,"t1",646)
+(646,"t1",647)
+(647,"t1",648)
+(648,"t1",649)
+(649,"t1",650)
+(650,"t1",651)
+(651,"t1",652)
+(652,"t1",653)
+(653,"t1",654)
+(654,"t1",655)
+(655,"t1",656)
+(656,"t1",657)
+(657,"t1",658)
+(658,"t1",659)
+(659,"t1",660)
+(660,"t1",661)
+(661,"t1",662)
+(662,"t1",663)
+(663,"t1",664)
+(664,"t1",665)
+(665,"t1",666)
+(666,"t1",667)
+(667,"t1",668)
+(668,"t1",669)
+(669,"t1",670)
+(670,"t1",671)
+(671,"t1",672)
+(672,"t1",673)
+(673,"t1",674)
+(674,"t1",675)
+(675,"t1",676)
+(676,"t1",677)
+(677,"t1",678)
+(678,"t1",679)
+(679,"t1",680)
+(680,"t1",681)
+(681,"t1",682)
+(682,"t1",683)
+(683,"t1",684)
+(684,"t1",685)
+(685,"t1",686)
+(686,"t1",687)
+(687,"t1",688)
+(688,"t1",689)
+(689,"t1",690)
+(690,"t1",691)
+(691,"t1",692)
+(692,"t1",693)
+(693,"t1",694)
+(694,"t1",695)
+(695,"t1",696)
+(696,"t1",697)
+(697,"t1",698)
+(698,"t1",699)
+(699,"t1",700)
+(700,"t1",701)
+(701,"t1",702)
+(702,"t1",703)
+(703,"t1",704)
+(704,"t1",705)
+(705,"t1",706)
+(706,"t1",707)
+(707,"t1",708)
+(708,"t1",709)
+(709,"t1",710)
+(710,"t1",711)
+(711,"t1",712)
+(712,"t1",713)
+(713,"t1",714)
+(714,"t1",715)
+(715,"t1",716)
+(716,"t1",717)
+(717,"t1",718)
+(718,"t1",719)
+(719,"t1",720)
+(720,"t1",721)
+(721,"t1",722)
+(722,"t1",723)
+(723,"t1",724)
+(724,"t1",725)
+(725,"t1",726)
+(726,"t1",727)
+(727,"t1",728)
+(728,"t1",729)
+(729,"t1",730)
+(730,"t1",731)
+(731,"t1",732)
+(732,"t1",733)
+(733,"t1",734)
+(734,"t1",735)
+(735,"t1",736)
+(736,"t1",737)
+(737,"t1",738)
+(738,"t1",739)
+(739,"t1",740)
+(740,"t1",741)
+(741,"t1",742)
+(742,"t1",743)
+(743,"t1",744)
+(744,"t1",745)
+(745,"t1",746)
+(746,"t1",747)
+(747,"t1",748)
+(748,"t1",749)
+(749,"t1",750)
+(750,"t1",751)
+(751,"t1",752)
+(752,"t1",753)
+(753,"t1",754)
+(754,"t1",755)
+(755,"t1",756)
+(756,"t1",757)
+(757,"t1",758)
+(758,"t1",759)
+(759,"t1",760)
+(760,"t1",761)
+(761,"t1",762)
+(762,"t1",763)
+(763,"t1",764)
+(764,"t1",765)
+(765,"t1",766)
+(766,"t1",767)
+(767,"t1",768)
+(768,"t1",769)
+(769,"t1",770)
+(770,"t1",771)
+(771,"t1",772)
+(772,"t1",773)
+(773,"t1",774)
+(774,"t1",775)
+(775,"t1",776)
+(776,"t1",777)
+(777,"t1",778)
+(778,"t1",779)
+(779,"t1",780)
+(780,"t1",781)
+(781,"t1",782)
+(782,"t1",783)
+(783,"t1",784)
+(784,"t1",785)
+(785,"t1",786)
+(786,"t1",787)
+(787,"t1",788)
+(788,"t1",789)
+(789,"t1",790)
+(790,"t1",791)
+(791,"t1",792)
+(792,"t1",793)
+(793,"t1",794)
+(794,"t1",795)
+(795,"t1",796)
+(796,"t1",797)
+(797,"t1",798)
+(798,"t1",799)
+(799,"t1",800)
+(800,"t1",801)
+(801,"t1",802)
+(802,"t1",803)
+(803,"t1",804)
+(804,"t1",805)
+(805,"t1",806)
+(806,"t1",807)
+(807,"t1",808)
+(808,"t1",809)
+(809,"t1",810)
+(810,"t1",811)
+(811,"t1",812)
+(812,"t1",813)
+(813,"t1",814)
+(814,"t1",815)
+(815,"t1",816)
+(816,"t1",817)
+(817,"t1",818)
+(818,"t1",819)
+(819,"t1",820)
+(820,"t1",821)
+(821,"t1",822)
+(822,"t1",823)
+(823,"t1",824)
+(824,"t1",825)
+(825,"t1",826)
+(826,"t1",827)
+(827,"t1",828)
+(828,"t1",829)
+(829,"t1",830)
+(830,"t1",831)
+(831,"t1",832)
+(832,"t1",833)
+(833,"t1",834)
+(834,"t1",835)
+(835,"t1",836)
+(836,"t1",837)
+(837,"t1",838)
+(838,"t1",839)
+(839,"t1",840)
+(840,"t1",841)
+(841,"t1",842)
+(842,"t1",843)
+(843,"t1",844)
+(844,"t1",845)
+(845,"t1",846)
+(846,"t1",847)
+(847,"t1",848)
+(848,"t1",849)
+(849,"t1",850)
+(850,"t1",851)
+(851,"t1",852)
+(852,"t1",853)
+(853,"t1",854)
+(854,"t1",855)
+(855,"t1",856)
+(856,"t1",857)
+(857,"t1",858)
+(858,"t1",859)
+(859,"t1",860)
+(860,"t1",861)
+(861,"t1",862)
+(862,"t1",863)
+(863,"t1",864)
+(864,"t1",865)
+(865,"t1",866)
+(866,"t1",867)
+(867,"t1",868)
+(868,"t1",869)
+(869,"t1",870)
+(870,"t1",871)
+(871,"t1",872)
+(872,"t1",873)
+(873,"t1",874)
+(874,"t1",875)
+(875,"t1",876)
+(876,"t1",877)
+(877,"t1",878)
+(878,"t1",879)
+(879,"t1",880)
+(880,"t1",881)
+(881,"t1",882)
+(882,"t1",883)
+(883,"t1",884)
+(884,"t1",885)
+(885,"t1",886)
+(886,"t1",887)
+(887,"t1",888)
+(888,"t1",889)
+(889,"t1",890)
+(890,"t1",891)
+(891,"t1",892)
+(892,"t1",893)
+(893,"t1",894)
+(894,"t1",895)
+(895,"t1",896)
+(896,"t1",897)
+(897,"t1",898)
+(898,"t1",899)
+(899,"t1",900)
+(900,"t1",901)
+(901,"t1",902)
+(902,"t1",903)
+(903,"t1",904)
+(904,"t1",905)
+(905,"t1",906)
+(906,"t1",907)
+(907,"t1",908)
+(908,"t1",909)
+(909,"t1",910)
+(910,"t1",911)
+(911,"t1",912)
+(912,"t1",913)
+(913,"t1",914)
+(914,"t1",915)
+(915,"t1",916)
+(916,"t1",917)
+(917,"t1",918)
+(918,"t1",919)
+(919,"t1",920)
+(920,"t1",921)
+(921,"t1",922)
+(922,"t1",923)
+(923,"t1",924)
+(924,"t1",925)
+(925,"t1",926)
+(926,"t1",927)
+(927,"t1",928)
+(928,"t1",929)
+(929,"t1",930)
+(930,"t1",931)
+(931,"t1",932)
+(932,"t1",933)
+(933,"t1",934)
+(934,"t1",935)
+(935,"t1",936)
+(936,"t1",937)
+(937,"t1",938)
+(938,"t1",939)
+(939,"t1",940)
+(940,"t1",941)
+(941,"t1",942)
+(942,"t1",943)
+(943,"t1",944)
+(944,"t1",945)
+(945,"t1",946)
+(946,"t1",947)
+(947,"t1",948)
+(948,"t1",949)
+(949,"t1",950)
+(950,"t1",951)
+(951,"t1",952)
+(952,"t1",953)
+(953,"t1",954)
+(954,"t1",955)
+(955,"t1",956)
+(956,"t1",957)
+(957,"t1",958)
+(958,"t1",959)
+(959,"t1",960)
+(960,"t1",961)
+(961,"t1",962)
+(962,"t1",963)
+(963,"t1",964)
+(964,"t1",965)
+(965,"t1",966)
+(966,"t1",967)
+(967,"t1",968)
+(968,"t1",969)
+(969,"t1",970)
+(970,"t1",971)
+(971,"t1",972)
+(972,"t1",973)
+(973,"t1",974)
+(974,"t1",975)
+(975,"t1",976)
+(976,"t1",977)
+(977,"t1",978)
+(978,"t1",979)
+(979,"t1",980)
+(980,"t1",981)
+(981,"t1",982)
+(982,"t1",983)
+(983,"t1",984)
+(984,"t1",985)
+(985,"t1",986)
+(986,"t1",987)
+(987,"t1",988)
+(988,"t1",989)
+(989,"t1",990)
+(990,"t1",991)
+(991,"t1",992)
+(992,"t1",993)
+(993,"t1",994)
+(994,"t1",995)
+(995,"t1",996)
+(996,"t1",997)
+(997,"t1",998)
+(998,"t1",999)
+(999,"t1",1000)
+(1000,"t2",1001)
+(1001,"t2",1002)
+(1002,"t2",1003)
+(1003,"t2",1004)
+(1004,"t2",1005)
+(1005,"t2",1006)
+(1006,"t2",1007)
+(1007,"t2",1008)
+(1008,"t2",1009)
+(1009,"t2",1010)
+(1010,"t2",1011)
+(1011,"t2",1012)
+(1012,"t2",1013)
+(1013,"t2",1014)
+(1014,"t2",1015)
+(1015,"t2",1016)
+(1016,"t2",1017)
+(1017,"t2",1018)
+(1018,"t2",1019)
+(1019,"t2",1020)
+(1020,"t2",1021)
+(1021,"t2",1022)
+(1022,"t2",1023)
+(1023,"t2",1024)
+(1024,"t2",1025)
+(1025,"t2",1026)
+(1026,"t2",1027)
+(1027,"t2",1028)
+(1028,"t2",1029)
+(1029,"t2",1030)
+(1030,"t2",1031)
+(1031,"t2",1032)
+(1032,"t2",1033)
+(1033,"t2",1034)
+(1034,"t2",1035)
+(1035,"t2",1036)
+(1036,"t2",1037)
+(1037,"t2",1038)
+(1038,"t2",1039)
+(1039,"t2",1040)
+(1040,"t2",1041)
+(1041,"t2",1042)
+(1042,"t2",1043)
+(1043,"t2",1044)
+(1044,"t2",1045)
+(1045,"t2",1046)
+(1046,"t2",1047)
+(1047,"t2",1048)
+(1048,"t2",1049)
+(1049,"t2",1050)
+(1050,"t2",1051)
+(1051,"t2",1052)
+(1052,"t2",1053)
+(1053,"t2",1054)
+(1054,"t2",1055)
+(1055,"t2",1056)
+(1056,"t2",1057)
+(1057,"t2",1058)
+(1058,"t2",1059)
+(1059,"t2",1060)
+(1060,"t2",1061)
+(1061,"t2",1062)
+(1062,"t2",1063)
+(1063,"t2",1064)
+(1064,"t2",1065)
+(1065,"t2",1066)
+(1066,"t2",1067)
+(1067,"t2",1068)
+(1068,"t2",1069)
+(1069,"t2",1070)
+(1070,"t2",1071)
+(1071,"t2",1072)
+(1072,"t2",1073)
+(1073,"t2",1074)
+(1074,"t2",1075)
+(1075,"t2",1076)
+(1076,"t2",1077)
+(1077,"t2",1078)
+(1078,"t2",1079)
+(1079,"t2",1080)
+(1080,"t2",1081)
+(1081,"t2",1082)
+(1082,"t2",1083)
+(1083,"t2",1084)
+(1084,"t2",1085)
+(1085,"t2",1086)
+(1086,"t2",1087)
+(1087,"t2",1088)
+(1088,"t2",1089)
+(1089,"t2",1090)
+(1090,"t2",1091)
+(1091,"t2",1092)
+(1092,"t2",1093)
+(1093,"t2",1094)
+(1094,"t2",1095)
+(1095,"t2",1096)
+(1096,"t2",1097)
+(1097,"t2",1098)
+(1098,"t2",1099)
+(1099,"t2",1100)
+(1100,"t2",1101)
+(1101,"t2",1102)
+(1102,"t2",1103)
+(1103,"t2",1104)
+(1104,"t2",1105)
+(1105,"t2",1106)
+(1106,"t2",1107)
+(1107,"t2",1108)
+(1108,"t2",1109)
+(1109,"t2",1110)
+(1110,"t2",1111)
+(1111,"t2",1112)
+(1112,"t2",1113)
+(1113,"t2",1114)
+(1114,"t2",1115)
+(1115,"t2",1116)
+(1116,"t2",1117)
+(1117,"t2",1118)
+(1118,"t2",1119)
+(1119,"t2",1120)
+(1120,"t2",1121)
+(1121,"t2",1122)
+(1122,"t2",1123)
+(1123,"t2",1124)
+(1124,"t2",1125)
+(1125,"t2",1126)
+(1126,"t2",1127)
+(1127,"t2",1128)
+(1128,"t2",1129)
+(1129,"t2",1130)
+(1130,"t2",1131)
+(1131,"t2",1132)
+(1132,"t2",1133)
+(1133,"t2",1134)
+(1134,"t2",1135)
+(1135,"t2",1136)
+(1136,"t2",1137)
+(1137,"t2",1138)
+(1138,"t2",1139)
+(1139,"t2",1140)
+(1140,"t2",1141)
+(1141,"t2",1142)
+(1142,"t2",1143)
+(1143,"t2",1144)
+(1144,"t2",1145)
+(1145,"t2",1146)
+(1146,"t2",1147)
+(1147,"t2",1148)
+(1148,"t2",1149)
+(1149,"t2",1150)
+(1150,"t2",1151)
+(1151,"t2",1152)
+(1152,"t2",1153)
+(1153,"t2",1154)
+(1154,"t2",1155)
+(1155,"t2",1156)
+(1156,"t2",1157)
+(1157,"t2",1158)
+(1158,"t2",1159)
+(1159,"t2",1160)
+(1160,"t2",1161)
+(1161,"t2",1162)
+(1162,"t2",1163)
+(1163,"t2",1164)
+(1164,"t2",1165)
+(1165,"t2",1166)
+(1166,"t2",1167)
+(1167,"t2",1168)
+(1168,"t2",1169)
+(1169,"t2",1170)
+(1170,"t2",1171)
+(1171,"t2",1172)
+(1172,"t2",1173)
+(1173,"t2",1174)
+(1174,"t2",1175)
+(1175,"t2",1176)
+(1176,"t2",1177)
+(1177,"t2",1178)
+(1178,"t2",1179)
+(1179,"t2",1180)
+(1180,"t2",1181)
+(1181,"t2",1182)
+(1182,"t2",1183)
+(1183,"t2",1184)
+(1184,"t2",1185)
+(1185,"t2",1186)
+(1186,"t2",1187)
+(1187,"t2",1188)
+(1188,"t2",1189)
+(1189,"t2",1190)
+(1190,"t2",1191)
+(1191,"t2",1192)
+(1192,"t2",1193)
+(1193,"t2",1194)
+(1194,"t2",1195)
+(1195,"t2",1196)
+(1196,"t2",1197)
+(1197,"t2",1198)
+(1198,"t2",1199)
+(1199,"t2",1200)
+(1200,"t2",1201)
+(1201,"t2",1202)
+(1202,"t2",1203)
+(1203,"t2",1204)
+(1204,"t2",1205)
+(1205,"t2",1206)
+(1206,"t2",1207)
+(1207,"t2",1208)
+(1208,"t2",1209)
+(1209,"t2",1210)
+(1210,"t2",1211)
+(1211,"t2",1212)
+(1212,"t2",1213)
+(1213,"t2",1214)
+(1214,"t2",1215)
+(1215,"t2",1216)
+(1216,"t2",1217)
+(1217,"t2",1218)
+(1218,"t2",1219)
+(1219,"t2",1220)
+(1220,"t2",1221)
+(1221,"t2",1222)
+(1222,"t2",1223)
+(1223,"t2",1224)
+(1224,"t2",1225)
+(1225,"t2",1226)
+(1226,"t2",1227)
+(1227,"t2",1228)
+(1228,"t2",1229)
+(1229,"t2",1230)
+(1230,"t2",1231)
+(1231,"t2",1232)
+(1232,"t2",1233)
+(1233,"t2",1234)
+(1234,"t2",1235)
+(1235,"t2",1236)
+(1236,"t2",1237)
+(1237,"t2",1238)
+(1238,"t2",1239)
+(1239,"t2",1240)
+(1240,"t2",1241)
+(1241,"t2",1242)
+(1242,"t2",1243)
+(1243,"t2",1244)
+(1244,"t2",1245)
+(1245,"t2",1246)
+(1246,"t2",1247)
+(1247,"t2",1248)
+(1248,"t2",1249)
+(1249,"t2",1250)
+(1250,"t2",1251)
+(1251,"t2",1252)
+(1252,"t2",1253)
+(1253,"t2",1254)
+(1254,"t2",1255)
+(1255,"t2",1256)
+(1256,"t2",1257)
+(1257,"t2",1258)
+(1258,"t2",1259)
+(1259,"t2",1260)
+(1260,"t2",1261)
+(1261,"t2",1262)
+(1262,"t2",1263)
+(1263,"t2",1264)
+(1264,"t2",1265)
+(1265,"t2",1266)
+(1266,"t2",1267)
+(1267,"t2",1268)
+(1268,"t2",1269)
+(1269,"t2",1270)
+(1270,"t2",1271)
+(1271,"t2",1272)
+(1272,"t2",1273)
+(1273,"t2",1274)
+(1274,"t2",1275)
+(1275,"t2",1276)
+(1276,"t2",1277)
+(1277,"t2",1278)
+(1278,"t2",1279)
+(1279,"t2",1280)
+(1280,"t2",1281)
+(1281,"t2",1282)
+(1282,"t2",1283)
+(1283,"t2",1284)
+(1284,"t2",1285)
+(1285,"t2",1286)
+(1286,"t2",1287)
+(1287,"t2",1288)
+(1288,"t2",1289)
+(1289,"t2",1290)
+(1290,"t2",1291)
+(1291,"t2",1292)
+(1292,"t2",1293)
+(1293,"t2",1294)
+(1294,"t2",1295)
+(1295,"t2",1296)
+(1296,"t2",1297)
+(1297,"t2",1298)
+(1298,"t2",1299)
+(1299,"t2",1300)
+(1300,"t2",1301)
+(1301,"t2",1302)
+(1302,"t2",1303)
+(1303,"t2",1304)
+(1304,"t2",1305)
+(1305,"t2",1306)
+(1306,"t2",1307)
+(1307,"t2",1308)
+(1308,"t2",1309)
+(1309,"t2",1310)
+(1310,"t2",1311)
+(1311,"t2",1312)
+(1312,"t2",1313)
+(1313,"t2",1314)
+(1314,"t2",1315)
+(1315,"t2",1316)
+(1316,"t2",1317)
+(1317,"t2",1318)
+(1318,"t2",1319)
+(1319,"t2",1320)
+(1320,"t2",1321)
+(1321,"t2",1322)
+(1322,"t2",1323)
+(1323,"t2",1324)
+(1324,"t2",1325)
+(1325,"t2",1326)
+(1326,"t2",1327)
+(1327,"t2",1328)
+(1328,"t2",1329)
+(1329,"t2",1330)
+(1330,"t2",1331)
+(1331,"t2",1332)
+(1332,"t2",1333)
+(1333,"t2",1334)
+(1334,"t2",1335)
+(1335,"t2",1336)
+(1336,"t2",1337)
+(1337,"t2",1338)
+(1338,"t2",1339)
+(1339,"t2",1340)
+(1340,"t2",1341)
+(1341,"t2",1342)
+(1342,"t2",1343)
+(1343,"t2",1344)
+(1344,"t2",1345)
+(1345,"t2",1346)
+(1346,"t2",1347)
+(1347,"t2",1348)
+(1348,"t2",1349)
+(1349,"t2",1350)
+(1350,"t2",1351)
+(1351,"t2",1352)
+(1352,"t2",1353)
+(1353,"t2",1354)
+(1354,"t2",1355)
+(1355,"t2",1356)
+(1356,"t2",1357)
+(1357,"t2",1358)
+(1358,"t2",1359)
+(1359,"t2",1360)
+(1360,"t2",1361)
+(1361,"t2",1362)
+(1362,"t2",1363)
+(1363,"t2",1364)
+(1364,"t2",1365)
+(1365,"t2",1366)
+(1366,"t2",1367)
+(1367,"t2",1368)
+(1368,"t2",1369)
+(1369,"t2",1370)
+(1370,"t2",1371)
+(1371,"t2",1372)
+(1372,"t2",1373)
+(1373,"t2",1374)
+(1374,"t2",1375)
+(1375,"t2",1376)
+(1376,"t2",1377)
+(1377,"t2",1378)
+(1378,"t2",1379)
+(1379,"t2",1380)
+(1380,"t2",1381)
+(1381,"t2",1382)
+(1382,"t2",1383)
+(1383,"t2",1384)
+(1384,"t2",1385)
+(1385,"t2",1386)
+(1386,"t2",1387)
+(1387,"t2",1388)
+(1388,"t2",1389)
+(1389,"t2",1390)
+(1390,"t2",1391)
+(1391,"t2",1392)
+(1392,"t2",1393)
+(1393,"t2",1394)
+(1394,"t2",1395)
+(1395,"t2",1396)
+(1396,"t2",1397)
+(1397,"t2",1398)
+(1398,"t2",1399)
+(1399,"t2",1400)
+(1400,"t2",1401)
+(1401,"t2",1402)
+(1402,"t2",1403)
+(1403,"t2",1404)
+(1404,"t2",1405)
+(1405,"t2",1406)
+(1406,"t2",1407)
+(1407,"t2",1408)
+(1408,"t2",1409)
+(1409,"t2",1410)
+(1410,"t2",1411)
+(1411,"t2",1412)
+(1412,"t2",1413)
+(1413,"t2",1414)
+(1414,"t2",1415)
+(1415,"t2",1416)
+(1416,"t2",1417)
+(1417,"t2",1418)
+(1418,"t2",1419)
+(1419,"t2",1420)
+(1420,"t2",1421)
+(1421,"t2",1422)
+(1422,"t2",1423)
+(1423,"t2",1424)
+(1424,"t2",1425)
+(1425,"t2",1426)
+(1426,"t2",1427)
+(1427,"t2",1428)
+(1428,"t2",1429)
+(1429,"t2",1430)
+(1430,"t2",1431)
+(1431,"t2",1432)
+(1432,"t2",1433)
+(1433,"t2",1434)
+(1434,"t2",1435)
+(1435,"t2",1436)
+(1436,"t2",1437)
+(1437,"t2",1438)
+(1438,"t2",1439)
+(1439,"t2",1440)
+(1440,"t2",1441)
+(1441,"t2",1442)
+(1442,"t2",1443)
+(1443,"t2",1444)
+(1444,"t2",1445)
+(1445,"t2",1446)
+(1446,"t2",1447)
+(1447,"t2",1448)
+(1448,"t2",1449)
+(1449,"t2",1450)
+(1450,"t2",1451)
+(1451,"t2",1452)
+(1452,"t2",1453)
+(1453,"t2",1454)
+(1454,"t2",1455)
+(1455,"t2",1456)
+(1456,"t2",1457)
+(1457,"t2",1458)
+(1458,"t2",1459)
+(1459,"t2",1460)
+(1460,"t2",1461)
+(1461,"t2",1462)
+(1462,"t2",1463)
+(1463,"t2",1464)
+(1464,"t2",1465)
+(1465,"t2",1466)
+(1466,"t2",1467)
+(1467,"t2",1468)
+(1468,"t2",1469)
+(1469,"t2",1470)
+(1470,"t2",1471)
+(1471,"t2",1472)
+(1472,"t2",1473)
+(1473,"t2",1474)
+(1474,"t2",1475)
+(1475,"t2",1476)
+(1476,"t2",1477)
+(1477,"t2",1478)
+(1478,"t2",1479)
+(1479,"t2",1480)
+(1480,"t2",1481)
+(1481,"t2",1482)
+(1482,"t2",1483)
+(1483,"t2",1484)
+(1484,"t2",1485)
+(1485,"t2",1486)
+(1486,"t2",1487)
+(1487,"t2",1488)
+(1488,"t2",1489)
+(1489,"t2",1490)
+(1490,"t2",1491)
+(1491,"t2",1492)
+(1492,"t2",1493)
+(1493,"t2",1494)
+(1494,"t2",1495)
+(1495,"t2",1496)
+(1496,"t2",1497)
+(1497,"t2",1498)
+(1498,"t2",1499)
+(1499,"t2",1500)
+(1500,"t2",1501)
+(1501,"t2",1502)
+(1502,"t2",1503)
+(1503,"t2",1504)
+(1504,"t2",1505)
+(1505,"t2",1506)
+(1506,"t2",1507)
+(1507,"t2",1508)
+(1508,"t2",1509)
+(1509,"t2",1510)
+(1510,"t2",1511)
+(1511,"t2",1512)
+(1512,"t2",1513)
+(1513,"t2",1514)
+(1514,"t2",1515)
+(1515,"t2",1516)
+(1516,"t2",1517)
+(1517,"t2",1518)
+(1518,"t2",1519)
+(1519,"t2",1520)
+(1520,"t2",1521)
+(1521,"t2",1522)
+(1522,"t2",1523)
+(1523,"t2",1524)
+(1524,"t2",1525)
+(1525,"t2",1526)
+(1526,"t2",1527)
+(1527,"t2",1528)
+(1528,"t2",1529)
+(1529,"t2",1530)
+(1530,"t2",1531)
+(1531,"t2",1532)
+(1532,"t2",1533)
+(1533,"t2",1534)
+(1534,"t2",1535)
+(1535,"t2",1536)
+(1536,"t2",1537)
+(1537,"t2",1538)
+(1538,"t2",1539)
+(1539,"t2",1540)
+(1540,"t2",1541)
+(1541,"t2",1542)
+(1542,"t2",1543)
+(1543,"t2",1544)
+(1544,"t2",1545)
+(1545,"t2",1546)
+(1546,"t2",1547)
+(1547,"t2",1548)
+(1548,"t2",1549)
+(1549,"t2",1550)
+(1550,"t2",1551)
+(1551,"t2",1552)
+(1552,"t2",1553)
+(1553,"t2",1554)
+(1554,"t2",1555)
+(1555,"t2",1556)
+(1556,"t2",1557)
+(1557,"t2",1558)
+(1558,"t2",1559)
+(1559,"t2",1560)
+(1560,"t2",1561)
+(1561,"t2",1562)
+(1562,"t2",1563)
+(1563,"t2",1564)
+(1564,"t2",1565)
+(1565,"t2",1566)
+(1566,"t2",1567)
+(1567,"t2",1568)
+(1568,"t2",1569)
+(1569,"t2",1570)
+(1570,"t2",1571)
+(1571,"t2",1572)
+(1572,"t2",1573)
+(1573,"t2",1574)
+(1574,"t2",1575)
+(1575,"t2",1576)
+(1576,"t2",1577)
+(1577,"t2",1578)
+(1578,"t2",1579)
+(1579,"t2",1580)
+(1580,"t2",1581)
+(1581,"t2",1582)
+(1582,"t2",1583)
+(1583,"t2",1584)
+(1584,"t2",1585)
+(1585,"t2",1586)
+(1586,"t2",1587)
+(1587,"t2",1588)
+(1588,"t2",1589)
+(1589,"t2",1590)
+(1590,"t2",1591)
+(1591,"t2",1592)
+(1592,"t2",1593)
+(1593,"t2",1594)
+(1594,"t2",1595)
+(1595,"t2",1596)
+(1596,"t2",1597)
+(1597,"t2",1598)
+(1598,"t2",1599)
+(1599,"t2",1600)
+(1600,"t2",1601)
+(1601,"t2",1602)
+(1602,"t2",1603)
+(1603,"t2",1604)
+(1604,"t2",1605)
+(1605,"t2",1606)
+(1606,"t2",1607)
+(1607,"t2",1608)
+(1608,"t2",1609)
+(1609,"t2",1610)
+(1610,"t2",1611)
+(1611,"t2",1612)
+(1612,"t2",1613)
+(1613,"t2",1614)
+(1614,"t2",1615)
+(1615,"t2",1616)
+(1616,"t2",1617)
+(1617,"t2",1618)
+(1618,"t2",1619)
+(1619,"t2",1620)
+(1620,"t2",1621)
+(1621,"t2",1622)
+(1622,"t2",1623)
+(1623,"t2",1624)
+(1624,"t2",1625)
+(1625,"t2",1626)
+(1626,"t2",1627)
+(1627,"t2",1628)
+(1628,"t2",1629)
+(1629,"t2",1630)
+(1630,"t2",1631)
+(1631,"t2",1632)
+(1632,"t2",1633)
+(1633,"t2",1634)
+(1634,"t2",1635)
+(1635,"t2",1636)
+(1636,"t2",1637)
+(1637,"t2",1638)
+(1638,"t2",1639)
+(1639,"t2",1640)
+(1640,"t2",1641)
+(1641,"t2",1642)
+(1642,"t2",1643)
+(1643,"t2",1644)
+(1644,"t2",1645)
+(1645,"t2",1646)
+(1646,"t2",1647)
+(1647,"t2",1648)
+(1648,"t2",1649)
+(1649,"t2",1650)
+(1650,"t2",1651)
+(1651,"t2",1652)
+(1652,"t2",1653)
+(1653,"t2",1654)
+(1654,"t2",1655)
+(1655,"t2",1656)
+(1656,"t2",1657)
+(1657,"t2",1658)
+(1658,"t2",1659)
+(1659,"t2",1660)
+(1660,"t2",1661)
+(1661,"t2",1662)
+(1662,"t2",1663)
+(1663,"t2",1664)
+(1664,"t2",1665)
+(1665,"t2",1666)
+(1666,"t2",1667)
+(1667,"t2",1668)
+(1668,"t2",1669)
+(1669,"t2",1670)
+(1670,"t2",1671)
+(1671,"t2",1672)
+(1672,"t2",1673)
+(1673,"t2",1674)
+(1674,"t2",1675)
+(1675,"t2",1676)
+(1676,"t2",1677)
+(1677,"t2",1678)
+(1678,"t2",1679)
+(1679,"t2",1680)
+(1680,"t2",1681)
+(1681,"t2",1682)
+(1682,"t2",1683)
+(1683,"t2",1684)
+(1684,"t2",1685)
+(1685,"t2",1686)
+(1686,"t2",1687)
+(1687,"t2",1688)
+(1688,"t2",1689)
+(1689,"t2",1690)
+(1690,"t2",1691)
+(1691,"t2",1692)
+(1692,"t2",1693)
+(1693,"t2",1694)
+(1694,"t2",1695)
+(1695,"t2",1696)
+(1696,"t2",1697)
+(1697,"t2",1698)
+(1698,"t2",1699)
+(1699,"t2",1700)
+(1700,"t2",1701)
+(1701,"t2",1702)
+(1702,"t2",1703)
+(1703,"t2",1704)
+(1704,"t2",1705)
+(1705,"t2",1706)
+(1706,"t2",1707)
+(1707,"t2",1708)
+(1708,"t2",1709)
+(1709,"t2",1710)
+(1710,"t2",1711)
+(1711,"t2",1712)
+(1712,"t2",1713)
+(1713,"t2",1714)
+(1714,"t2",1715)
+(1715,"t2",1716)
+(1716,"t2",1717)
+(1717,"t2",1718)
+(1718,"t2",1719)
+(1719,"t2",1720)
+(1720,"t2",1721)
+(1721,"t2",1722)
+(1722,"t2",1723)
+(1723,"t2",1724)
+(1724,"t2",1725)
+(1725,"t2",1726)
+(1726,"t2",1727)
+(1727,"t2",1728)
+(1728,"t2",1729)
+(1729,"t2",1730)
+(1730,"t2",1731)
+(1731,"t2",1732)
+(1732,"t2",1733)
+(1733,"t2",1734)
+(1734,"t2",1735)
+(1735,"t2",1736)
+(1736,"t2",1737)
+(1737,"t2",1738)
+(1738,"t2",1739)
+(1739,"t2",1740)
+(1740,"t2",1741)
+(1741,"t2",1742)
+(1742,"t2",1743)
+(1743,"t2",1744)
+(1744,"t2",1745)
+(1745,"t2",1746)
+(1746,"t2",1747)
+(1747,"t2",1748)
+(1748,"t2",1749)
+(1749,"t2",1750)
+(1750,"t2",1751)
+(1751,"t2",1752)
+(1752,"t2",1753)
+(1753,"t2",1754)
+(1754,"t2",1755)
+(1755,"t2",1756)
+(1756,"t2",1757)
+(1757,"t2",1758)
+(1758,"t2",1759)
+(1759,"t2",1760)
+(1760,"t2",1761)
+(1761,"t2",1762)
+(1762,"t2",1763)
+(1763,"t2",1764)
+(1764,"t2",1765)
+(1765,"t2",1766)
+(1766,"t2",1767)
+(1767,"t2",1768)
+(1768,"t2",1769)
+(1769,"t2",1770)
+(1770,"t2",1771)
+(1771,"t2",1772)
+(1772,"t2",1773)
+(1773,"t2",1774)
+(1774,"t2",1775)
+(1775,"t2",1776)
+(1776,"t2",1777)
+(1777,"t2",1778)
+(1778,"t2",1779)
+(1779,"t2",1780)
+(1780,"t2",1781)
+(1781,"t2",1782)
+(1782,"t2",1783)
+(1783,"t2",1784)
+(1784,"t2",1785)
+(1785,"t2",1786)
+(1786,"t2",1787)
+(1787,"t2",1788)
+(1788,"t2",1789)
+(1789,"t2",1790)
+(1790,"t2",1791)
+(1791,"t2",1792)
+(1792,"t2",1793)
+(1793,"t2",1794)
+(1794,"t2",1795)
+(1795,"t2",1796)
+(1796,"t2",1797)
+(1797,"t2",1798)
+(1798,"t2",1799)
+(1799,"t2",1800)
+(1800,"t2",1801)
+(1801,"t2",1802)
+(1802,"t2",1803)
+(1803,"t2",1804)
+(1804,"t2",1805)
+(1805,"t2",1806)
+(1806,"t2",1807)
+(1807,"t2",1808)
+(1808,"t2",1809)
+(1809,"t2",1810)
+(1810,"t2",1811)
+(1811,"t2",1812)
+(1812,"t2",1813)
+(1813,"t2",1814)
+(1814,"t2",1815)
+(1815,"t2",1816)
+(1816,"t2",1817)
+(1817,"t2",1818)
+(1818,"t2",1819)
+(1819,"t2",1820)
+(1820,"t2",1821)
+(1821,"t2",1822)
+(1822,"t2",1823)
+(1823,"t2",1824)
+(1824,"t2",1825)
+(1825,"t2",1826)
+(1826,"t2",1827)
+(1827,"t2",1828)
+(1828,"t2",1829)
+(1829,"t2",1830)
+(1830,"t2",1831)
+(1831,"t2",1832)
+(1832,"t2",1833)
+(1833,"t2",1834)
+(1834,"t2",1835)
+(1835,"t2",1836)
+(1836,"t2",1837)
+(1837,"t2",1838)
+(1838,"t2",1839)
+(1839,"t2",1840)
+(1840,"t2",1841)
+(1841,"t2",1842)
+(1842,"t2",1843)
+(1843,"t2",1844)
+(1844,"t2",1845)
+(1845,"t2",1846)
+(1846,"t2",1847)
+(1847,"t2",1848)
+(1848,"t2",1849)
+(1849,"t2",1850)
+(1850,"t2",1851)
+(1851,"t2",1852)
+(1852,"t2",1853)
+(1853,"t2",1854)
+(1854,"t2",1855)
+(1855,"t2",1856)
+(1856,"t2",1857)
+(1857,"t2",1858)
+(1858,"t2",1859)
+(1859,"t2",1860)
+(1860,"t2",1861)
+(1861,"t2",1862)
+(1862,"t2",1863)
+(1863,"t2",1864)
+(1864,"t2",1865)
+(1865,"t2",1866)
+(1866,"t2",1867)
+(1867,"t2",1868)
+(1868,"t2",1869)
+(1869,"t2",1870)
+(1870,"t2",1871)
+(1871,"t2",1872)
+(1872,"t2",1873)
+(1873,"t2",1874)
+(1874,"t2",1875)
+(1875,"t2",1876)
+(1876,"t2",1877)
+(1877,"t2",1878)
+(1878,"t2",1879)
+(1879,"t2",1880)
+(1880,"t2",1881)
+(1881,"t2",1882)
+(1882,"t2",1883)
+(1883,"t2",1884)
+(1884,"t2",1885)
+(1885,"t2",1886)
+(1886,"t2",1887)
+(1887,"t2",1888)
+(1888,"t2",1889)
+(1889,"t2",1890)
+(1890,"t2",1891)
+(1891,"t2",1892)
+(1892,"t2",1893)
+(1893,"t2",1894)
+(1894,"t2",1895)
+(1895,"t2",1896)
+(1896,"t2",1897)
+(1897,"t2",1898)
+(1898,"t2",1899)
+(1899,"t2",1900)
+(1900,"t2",1901)
+(1901,"t2",1902)
+(1902,"t2",1903)
+(1903,"t2",1904)
+(1904,"t2",1905)
+(1905,"t2",1906)
+(1906,"t2",1907)
+(1907,"t2",1908)
+(1908,"t2",1909)
+(1909,"t2",1910)
+(1910,"t2",1911)
+(1911,"t2",1912)
+(1912,"t2",1913)
+(1913,"t2",1914)
+(1914,"t2",1915)
+(1915,"t2",1916)
+(1916,"t2",1917)
+(1917,"t2",1918)
+(1918,"t2",1919)
+(1919,"t2",1920)
+(1920,"t2",1921)
+(1921,"t2",1922)
+(1922,"t2",1923)
+(1923,"t2",1924)
+(1924,"t2",1925)
+(1925,"t2",1926)
+(1926,"t2",1927)
+(1927,"t2",1928)
+(1928,"t2",1929)
+(1929,"t2",1930)
+(1930,"t2",1931)
+(1931,"t2",1932)
+(1932,"t2",1933)
+(1933,"t2",1934)
+(1934,"t2",1935)
+(1935,"t2",1936)
+(1936,"t2",1937)
+(1937,"t2",1938)
+(1938,"t2",1939)
+(1939,"t2",1940)
+(1940,"t2",1941)
+(1941,"t2",1942)
+(1942,"t2",1943)
+(1943,"t2",1944)
+(1944,"t2",1945)
+(1945,"t2",1946)
+(1946,"t2",1947)
+(1947,"t2",1948)
+(1948,"t2",1949)
+(1949,"t2",1950)
+(1950,"t2",1951)
+(1951,"t2",1952)
+(1952,"t2",1953)
+(1953,"t2",1954)
+(1954,"t2",1955)
+(1955,"t2",1956)
+(1956,"t2",1957)
+(1957,"t2",1958)
+(1958,"t2",1959)
+(1959,"t2",1960)
+(1960,"t2",1961)
+(1961,"t2",1962)
+(1962,"t2",1963)
+(1963,"t2",1964)
+(1964,"t2",1965)
+(1965,"t2",1966)
+(1966,"t2",1967)
+(1967,"t2",1968)
+(1968,"t2",1969)
+(1969,"t2",1970)
+(1970,"t2",1971)
+(1971,"t2",1972)
+(1972,"t2",1973)
+(1973,"t2",1974)
+(1974,"t2",1975)
+(1975,"t2",1976)
+(1976,"t2",1977)
+(1977,"t2",1978)
+(1978,"t2",1979)
+(1979,"t2",1980)
+(1980,"t2",1981)
+(1981,"t2",1982)
+(1982,"t2",1983)
+(1983,"t2",1984)
+(1984,"t2",1985)
+(1985,"t2",1986)
+(1986,"t2",1987)
+(1987,"t2",1988)
+(1988,"t2",1989)
+(1989,"t2",1990)
+(1990,"t2",1991)
+(1991,"t2",1992)
+(1992,"t2",1993)
+(1993,"t2",1994)
+(1994,"t2",1995)
+(1995,"t2",1996)
+(1996,"t2",1997)
+(1997,"t2",1998)
+(1998,"t2",1999)
+(1999,"t2",2000)
+(2000,"t2",2001)
+(2001,"t2",2002)
+(2002,"t2",2003)
+(2003,"t2",2004)
+(2004,"t2",2005)
+(2005,"t2",2006)
+(2006,"t2",2007)
+(2007,"t2",2008)
+(2008,"t2",2009)
+(2009,"t2",2010)
+(2010,"t2",2011)
+(2011,"t2",2012)
+(2012,"t2",2013)
+(2013,"t2",2014)
+(2014,"t2",2015)
+(2015,"t2",2016)
+(2016,"t2",2017)
+(2017,"t2",2018)
+(2018,"t2",2019)
+(2019,"t2",2020)
+(2020,"t2",2021)
+(2021,"t2",2022)
+(2022,"t2",2023)
+(2023,"t2",2024)
+(2024,"t2",2025)
+(2025,"t2",2026)
+(2026,"t2",2027)
+(2027,"t2",2028)
+(2028,"t2",2029)
+(2029,"t2",2030)
+(2030,"t2",2031)
+(2031,"t2",2032)
+(2032,"t2",2033)
+(2033,"t2",2034)
+(2034,"t2",2035)
+(2035,"t2",2036)
+(2036,"t2",2037)
+(2037,"t2",2038)
+(2038,"t2",2039)
+(2039,"t2",2040)
+(2040,"t2",2041)
+(2041,"t2",2042)
+(2042,"t2",2043)
+(2043,"t2",2044)
+(2044,"t2",2045)
+(2045,"t2",2046)
+(2046,"t2",2047)
+(2047,"t2",2048)
+(2048,"t2",2049)
+(2049,"t2",2050)
+(2050,"t2",2051)
+(2051,"t2",2052)
+(2052,"t2",2053)
+(2053,"t2",2054)
+(2054,"t2",2055)
+(2055,"t2",2056)
+(2056,"t2",2057)
+(2057,"t2",2058)
+(2058,"t2",2059)
+(2059,"t2",2060)
+(2060,"t2",2061)
+(2061,"t2",2062)
+(2062,"t2",2063)
+(2063,"t2",2064)
+(2064,"t2",2065)
+(2065,"t2",2066)
+(2066,"t2",2067)
+(2067,"t2",2068)
+(2068,"t2",2069)
+(2069,"t2",2070)
+(2070,"t2",2071)
+(2071,"t2",2072)
+(2072,"t2",2073)
+(2073,"t2",2074)
+(2074,"t2",2075)
+(2075,"t2",2076)
+(2076,"t2",2077)
+(2077,"t2",2078)
+(2078,"t2",2079)
+(2079,"t2",2080)
+(2080,"t2",2081)
+(2081,"t2",2082)
+(2082,"t2",2083)
+(2083,"t2",2084)
+(2084,"t2",2085)
+(2085,"t2",2086)
+(2086,"t2",2087)
+(2087,"t2",2088)
+(2088,"t2",2089)
+(2089,"t2",2090)
+(2090,"t2",2091)
+(2091,"t2",2092)
+(2092,"t2",2093)
+(2093,"t2",2094)
+(2094,"t2",2095)
+(2095,"t2",2096)
+(2096,"t2",2097)
+(2097,"t2",2098)
+(2098,"t2",2099)
+(2099,"t2",2100)
+(2100,"t2",2101)
+(2101,"t2",2102)
+(2102,"t2",2103)
+(2103,"t2",2104)
+(2104,"t2",2105)
+(2105,"t2",2106)
+(2106,"t2",2107)
+(2107,"t2",2108)
+(2108,"t2",2109)
+(2109,"t2",2110)
+(2110,"t2",2111)
+(2111,"t2",2112)
+(2112,"t2",2113)
+(2113,"t2",2114)
+(2114,"t2",2115)
+(2115,"t2",2116)
+(2116,"t2",2117)
+(2117,"t2",2118)
+(2118,"t2",2119)
+(2119,"t2",2120)
+(2120,"t2",2121)
+(2121,"t2",2122)
+(2122,"t2",2123)
+(2123,"t2",2124)
+(2124,"t2",2125)
+(2125,"t2",2126)
+(2126,"t2",2127)
+(2127,"t2",2128)
+(2128,"t2",2129)
+(2129,"t2",2130)
+(2130,"t2",2131)
+(2131,"t2",2132)
+(2132,"t2",2133)
+(2133,"t2",2134)
+(2134,"t2",2135)
+(2135,"t2",2136)
+(2136,"t2",2137)
+(2137,"t2",2138)
+(2138,"t2",2139)
+(2139,"t2",2140)
+(2140,"t2",2141)
+(2141,"t2",2142)
+(2142,"t2",2143)
+(2143,"t2",2144)
+(2144,"t2",2145)
+(2145,"t2",2146)
+(2146,"t2",2147)
+(2147,"t2",2148)
+(2148,"t2",2149)
+(2149,"t2",2150)
+(2150,"t2",2151)
+(2151,"t2",2152)
+(2152,"t2",2153)
+(2153,"t2",2154)
+(2154,"t2",2155)
+(2155,"t2",2156)
+(2156,"t2",2157)
+(2157,"t2",2158)
+(2158,"t2",2159)
+(2159,"t2",2160)
+(2160,"t2",2161)
+(2161,"t2",2162)
+(2162,"t2",2163)
+(2163,"t2",2164)
+(2164,"t2",2165)
+(2165,"t2",2166)
+(2166,"t2",2167)
+(2167,"t2",2168)
+(2168,"t2",2169)
+(2169,"t2",2170)
+(2170,"t2",2171)
+(2171,"t2",2172)
+(2172,"t2",2173)
+(2173,"t2",2174)
+(2174,"t2",2175)
+(2175,"t2",2176)
+(2176,"t2",2177)
+(2177,"t2",2178)
+(2178,"t2",2179)
+(2179,"t2",2180)
+(2180,"t2",2181)
+(2181,"t2",2182)
+(2182,"t2",2183)
+(2183,"t2",2184)
+(2184,"t2",2185)
+(2185,"t2",2186)
+(2186,"t2",2187)
+(2187,"t2",2188)
+(2188,"t2",2189)
+(2189,"t2",2190)
+(2190,"t2",2191)
+(2191,"t2",2192)
+(2192,"t2",2193)
+(2193,"t2",2194)
+(2194,"t2",2195)
+(2195,"t2",2196)
+(2196,"t2",2197)
+(2197,"t2",2198)
+(2198,"t2",2199)
+(2199,"t2",2200)
+(2200,"t2",2201)
+(2201,"t2",2202)
+(2202,"t2",2203)
+(2203,"t2",2204)
+(2204,"t2",2205)
+(2205,"t2",2206)
+(2206,"t2",2207)
+(2207,"t2",2208)
+(2208,"t2",2209)
+(2209,"t2",2210)
+(2210,"t2",2211)
+(2211,"t2",2212)
+(2212,"t2",2213)
+(2213,"t2",2214)
+(2214,"t2",2215)
+(2215,"t2",2216)
+(2216,"t2",2217)
+(2217,"t2",2218)
+(2218,"t2",2219)
+(2219,"t2",2220)
+(2220,"t2",2221)
+(2221,"t2",2222)
+(2222,"t2",2223)
+(2223,"t2",2224)
+(2224,"t2",2225)
+(2225,"t2",2226)
+(2226,"t2",2227)
+(2227,"t2",2228)
+(2228,"t2",2229)
+(2229,"t2",2230)
+(2230,"t2",2231)
+(2231,"t2",2232)
+(2232,"t2",2233)
+(2233,"t2",2234)
+(2234,"t2",2235)
+(2235,"t2",2236)
+(2236,"t2",2237)
+(2237,"t2",2238)
+(2238,"t2",2239)
+(2239,"t2",2240)
+(2240,"t2",2241)
+(2241,"t2",2242)
+(2242,"t2",2243)
+(2243,"t2",2244)
+(2244,"t2",2245)
+(2245,"t2",2246)
+(2246,"t2",2247)
+(2247,"t2",2248)
+(2248,"t2",2249)
+(2249,"t2",2250)
+(2250,"t2",2251)
+(2251,"t2",2252)
+(2252,"t2",2253)
+(2253,"t2",2254)
+(2254,"t2",2255)
+(2255,"t2",2256)
+(2256,"t2",2257)
+(2257,"t2",2258)
+(2258,"t2",2259)
+(2259,"t2",2260)
+(2260,"t2",2261)
+(2261,"t2",2262)
+(2262,"t2",2263)
+(2263,"t2",2264)
+(2264,"t2",2265)
+(2265,"t2",2266)
+(2266,"t2",2267)
+(2267,"t2",2268)
+(2268,"t2",2269)
+(2269,"t2",2270)
+(2270,"t2",2271)
+(2271,"t2",2272)
+(2272,"t2",2273)
+(2273,"t2",2274)
+(2274,"t2",2275)
+(2275,"t2",2276)
+(2276,"t2",2277)
+(2277,"t2",2278)
+(2278,"t2",2279)
+(2279,"t2",2280)
+(2280,"t2",2281)
+(2281,"t2",2282)
+(2282,"t2",2283)
+(2283,"t2",2284)
+(2284,"t2",2285)
+(2285,"t2",2286)
+(2286,"t2",2287)
+(2287,"t2",2288)
+(2288,"t2",2289)
+(2289,"t2",2290)
+(2290,"t2",2291)
+(2291,"t2",2292)
+(2292,"t2",2293)
+(2293,"t2",2294)
+(2294,"t2",2295)
+(2295,"t2",2296)
+(2296,"t2",2297)
+(2297,"t2",2298)
+(2298,"t2",2299)
+(2299,"t2",2300)
+(2300,"t2",2301)
+(2301,"t2",2302)
+(2302,"t2",2303)
+(2303,"t2",2304)
+(2304,"t2",2305)
+(2305,"t2",2306)
+(2306,"t2",2307)
+(2307,"t2",2308)
+(2308,"t2",2309)
+(2309,"t2",2310)
+(2310,"t2",2311)
+(2311,"t2",2312)
+(2312,"t2",2313)
+(2313,"t2",2314)
+(2314,"t2",2315)
+(2315,"t2",2316)
+(2316,"t2",2317)
+(2317,"t2",2318)
+(2318,"t2",2319)
+(2319,"t2",2320)
+(2320,"t2",2321)
+(2321,"t2",2322)
+(2322,"t2",2323)
+(2323,"t2",2324)
+(2324,"t2",2325)
+(2325,"t2",2326)
+(2326,"t2",2327)
+(2327,"t2",2328)
+(2328,"t2",2329)
+(2329,"t2",2330)
+(2330,"t2",2331)
+(2331,"t2",2332)
+(2332,"t2",2333)
+(2333,"t2",2334)
+(2334,"t2",2335)
+(2335,"t2",2336)
+(2336,"t2",2337)
+(2337,"t2",2338)
+(2338,"t2",2339)
+(2339,"t2",2340)
+(2340,"t2",2341)
+(2341,"t2",2342)
+(2342,"t2",2343)
+(2343,"t2",2344)
+(2344,"t2",2345)
+(2345,"t2",2346)
+(2346,"t2",2347)
+(2347,"t2",2348)
+(2348,"t2",2349)
+(2349,"t2",2350)
+(2350,"t2",2351)
+(2351,"t2",2352)
+(2352,"t2",2353)
+(2353,"t2",2354)
+(2354,"t2",2355)
+(2355,"t2",2356)
+(2356,"t2",2357)
+(2357,"t2",2358)
+(2358,"t2",2359)
+(2359,"t2",2360)
+(2360,"t2",2361)
+(2361,"t2",2362)
+(2362,"t2",2363)
+(2363,"t2",2364)
+(2364,"t2",2365)
+(2365,"t2",2366)
+(2366,"t2",2367)
+(2367,"t2",2368)
+(2368,"t2",2369)
+(2369,"t2",2370)
+(2370,"t2",2371)
+(2371,"t2",2372)
+(2372,"t2",2373)
+(2373,"t2",2374)
+(2374,"t2",2375)
+(2375,"t2",2376)
+(2376,"t2",2377)
+(2377,"t2",2378)
+(2378,"t2",2379)
+(2379,"t2",2380)
+(2380,"t2",2381)
+(2381,"t2",2382)
+(2382,"t2",2383)
+(2383,"t2",2384)
+(2384,"t2",2385)
+(2385,"t2",2386)
+(2386,"t2",2387)
+(2387,"t2",2388)
+(2388,"t2",2389)
+(2389,"t2",2390)
+(2390,"t2",2391)
+(2391,"t2",2392)
+(2392,"t2",2393)
+(2393,"t2",2394)
+(2394,"t2",2395)
+(2395,"t2",2396)
+(2396,"t2",2397)
+(2397,"t2",2398)
+(2398,"t2",2399)
+(2399,"t2",2400)
+(2400,"t2",2401)
+(2401,"t2",2402)
+(2402,"t2",2403)
+(2403,"t2",2404)
+(2404,"t2",2405)
+(2405,"t2",2406)
+(2406,"t2",2407)
+(2407,"t2",2408)
+(2408,"t2",2409)
+(2409,"t2",2410)
+(2410,"t2",2411)
+(2411,"t2",2412)
+(2412,"t2",2413)
+(2413,"t2",2414)
+(2414,"t2",2415)
+(2415,"t2",2416)
+(2416,"t2",2417)
+(2417,"t2",2418)
+(2418,"t2",2419)
+(2419,"t2",2420)
+(2420,"t2",2421)
+(2421,"t2",2422)
+(2422,"t2",2423)
+(2423,"t2",2424)
+(2424,"t2",2425)
+(2425,"t2",2426)
+(2426,"t2",2427)
+(2427,"t2",2428)
+(2428,"t2",2429)
+(2429,"t2",2430)
+(2430,"t2",2431)
+(2431,"t2",2432)
+(2432,"t2",2433)
+(2433,"t2",2434)
+(2434,"t2",2435)
+(2435,"t2",2436)
+(2436,"t2",2437)
+(2437,"t2",2438)
+(2438,"t2",2439)
+(2439,"t2",2440)
+(2440,"t2",2441)
+(2441,"t2",2442)
+(2442,"t2",2443)
+(2443,"t2",2444)
+(2444,"t2",2445)
+(2445,"t2",2446)
+(2446,"t2",2447)
+(2447,"t2",2448)
+(2448,"t2",2449)
+(2449,"t2",2450)
+(2450,"t2",2451)
+(2451,"t2",2452)
+(2452,"t2",2453)
+(2453,"t2",2454)
+(2454,"t2",2455)
+(2455,"t2",2456)
+(2456,"t2",2457)
+(2457,"t2",2458)
+(2458,"t2",2459)
+(2459,"t2",2460)
+(2460,"t2",2461)
+(2461,"t2",2462)
+(2462,"t2",2463)
+(2463,"t2",2464)
+(2464,"t2",2465)
+(2465,"t2",2466)
+(2466,"t2",2467)
+(2467,"t2",2468)
+(2468,"t2",2469)
+(2469,"t2",2470)
+(2470,"t2",2471)
+(2471,"t2",2472)
+(2472,"t2",2473)
+(2473,"t2",2474)
+(2474,"t2",2475)
+(2475,"t2",2476)
+(2476,"t2",2477)
+(2477,"t2",2478)
+(2478,"t2",2479)
+(2479,"t2",2480)
+(2480,"t2",2481)
+(2481,"t2",2482)
+(2482,"t2",2483)
+(2483,"t2",2484)
+(2484,"t2",2485)
+(2485,"t2",2486)
+(2486,"t2",2487)
+(2487,"t2",2488)
+(2488,"t2",2489)
+(2489,"t2",2490)
+(2490,"t2",2491)
+(2491,"t2",2492)
+(2492,"t2",2493)
+(2493,"t2",2494)
+(2494,"t2",2495)
+(2495,"t2",2496)
+(2496,"t2",2497)
+(2497,"t2",2498)
+(2498,"t2",2499)
+(2499,"t2",2500)
+(2500,"t2",2501)
+(2501,"t2",2502)
+(2502,"t2",2503)
+(2503,"t2",2504)
+(2504,"t2",2505)
+(2505,"t2",2506)
+(2506,"t2",2507)
+(2507,"t2",2508)
+(2508,"t2",2509)
+(2509,"t2",2510)
+(2510,"t2",2511)
+(2511,"t2",2512)
+(2512,"t2",2513)
+(2513,"t2",2514)
+(2514,"t2",2515)
+(2515,"t2",2516)
+(2516,"t2",2517)
+(2517,"t2",2518)
+(2518,"t2",2519)
+(2519,"t2",2520)
+(2520,"t2",2521)
+(2521,"t2",2522)
+(2522,"t2",2523)
+(2523,"t2",2524)
+(2524,"t2",2525)
+(2525,"t2",2526)
+(2526,"t2",2527)
+(2527,"t2",2528)
+(2528,"t2",2529)
+(2529,"t2",2530)
+(2530,"t2",2531)
+(2531,"t2",2532)
+(2532,"t2",2533)
+(2533,"t2",2534)
+(2534,"t2",2535)
+(2535,"t2",2536)
+(2536,"t2",2537)
+(2537,"t2",2538)
+(2538,"t2",2539)
+(2539,"t2",2540)
+(2540,"t2",2541)
+(2541,"t2",2542)
+(2542,"t2",2543)
+(2543,"t2",2544)
+(2544,"t2",2545)
+(2545,"t2",2546)
+(2546,"t2",2547)
+(2547,"t2",2548)
+(2548,"t2",2549)
+(2549,"t2",2550)
+(2550,"t2",2551)
+(2551,"t2",2552)
+(2552,"t2",2553)
+(2553,"t2",2554)
+(2554,"t2",2555)
+(2555,"t2",2556)
+(2556,"t2",2557)
+(2557,"t2",2558)
+(2558,"t2",2559)
+(2559,"t2",2560)
+(2560,"t2",2561)
+(2561,"t2",2562)
+(2562,"t2",2563)
+(2563,"t2",2564)
+(2564,"t2",2565)
+(2565,"t2",2566)
+(2566,"t2",2567)
+(2567,"t2",2568)
+(2568,"t2",2569)
+(2569,"t2",2570)
+(2570,"t2",2571)
+(2571,"t2",2572)
+(2572,"t2",2573)
+(2573,"t2",2574)
+(2574,"t2",2575)
+(2575,"t2",2576)
+(2576,"t2",2577)
+(2577,"t2",2578)
+(2578,"t2",2579)
+(2579,"t2",2580)
+(2580,"t2",2581)
+(2581,"t2",2582)
+(2582,"t2",2583)
+(2583,"t2",2584)
+(2584,"t2",2585)
+(2585,"t2",2586)
+(2586,"t2",2587)
+(2587,"t2",2588)
+(2588,"t2",2589)
+(2589,"t2",2590)
+(2590,"t2",2591)
+(2591,"t2",2592)
+(2592,"t2",2593)
+(2593,"t2",2594)
+(2594,"t2",2595)
+(2595,"t2",2596)
+(2596,"t2",2597)
+(2597,"t2",2598)
+(2598,"t2",2599)
+(2599,"t2",2600)
+(2600,"t2",2601)
+(2601,"t2",2602)
+(2602,"t2",2603)
+(2603,"t2",2604)
+(2604,"t2",2605)
+(2605,"t2",2606)
+(2606,"t2",2607)
+(2607,"t2",2608)
+(2608,"t2",2609)
+(2609,"t2",2610)
+(2610,"t2",2611)
+(2611,"t2",2612)
+(2612,"t2",2613)
+(2613,"t2",2614)
+(2614,"t2",2615)
+(2615,"t2",2616)
+(2616,"t2",2617)
+(2617,"t2",2618)
+(2618,"t2",2619)
+(2619,"t2",2620)
+(2620,"t2",2621)
+(2621,"t2",2622)
+(2622,"t2",2623)
+(2623,"t2",2624)
+(2624,"t2",2625)
+(2625,"t2",2626)
+(2626,"t2",2627)
+(2627,"t2",2628)
+(2628,"t2",2629)
+(2629,"t2",2630)
+(2630,"t2",2631)
+(2631,"t2",2632)
+(2632,"t2",2633)
+(2633,"t2",2634)
+(2634,"t2",2635)
+(2635,"t2",2636)
+(2636,"t2",2637)
+(2637,"t2",2638)
+(2638,"t2",2639)
+(2639,"t2",2640)
+(2640,"t2",2641)
+(2641,"t2",2642)
+(2642,"t2",2643)
+(2643,"t2",2644)
+(2644,"t2",2645)
+(2645,"t2",2646)
+(2646,"t2",2647)
+(2647,"t2",2648)
+(2648,"t2",2649)
+(2649,"t2",2650)
+(2650,"t2",2651)
+(2651,"t2",2652)
+(2652,"t2",2653)
+(2653,"t2",2654)
+(2654,"t2",2655)
+(2655,"t2",2656)
+(2656,"t2",2657)
+(2657,"t2",2658)
+(2658,"t2",2659)
+(2659,"t2",2660)
+(2660,"t2",2661)
+(2661,"t2",2662)
+(2662,"t2",2663)
+(2663,"t2",2664)
+(2664,"t2",2665)
+(2665,"t2",2666)
+(2666,"t2",2667)
+(2667,"t2",2668)
+(2668,"t2",2669)
+(2669,"t2",2670)
+(2670,"t2",2671)
+(2671,"t2",2672)
+(2672,"t2",2673)
+(2673,"t2",2674)
+(2674,"t2",2675)
+(2675,"t2",2676)
+(2676,"t2",2677)
+(2677,"t2",2678)
+(2678,"t2",2679)
+(2679,"t2",2680)
+(2680,"t2",2681)
+(2681,"t2",2682)
+(2682,"t2",2683)
+(2683,"t2",2684)
+(2684,"t2",2685)
+(2685,"t2",2686)
+(2686,"t2",2687)
+(2687,"t2",2688)
+(2688,"t2",2689)
+(2689,"t2",2690)
+(2690,"t2",2691)
+(2691,"t2",2692)
+(2692,"t2",2693)
+(2693,"t2",2694)
+(2694,"t2",2695)
+(2695,"t2",2696)
+(2696,"t2",2697)
+(2697,"t2",2698)
+(2698,"t2",2699)
+(2699,"t2",2700)
+(2700,"t2",2701)
+(2701,"t2",2702)
+(2702,"t2",2703)
+(2703,"t2",2704)
+(2704,"t2",2705)
+(2705,"t2",2706)
+(2706,"t2",2707)
+(2707,"t2",2708)
+(2708,"t2",2709)
+(2709,"t2",2710)
+(2710,"t2",2711)
+(2711,"t2",2712)
+(2712,"t2",2713)
+(2713,"t2",2714)
+(2714,"t2",2715)
+(2715,"t2",2716)
+(2716,"t2",2717)
+(2717,"t2",2718)
+(2718,"t2",2719)
+(2719,"t2",2720)
+(2720,"t2",2721)
+(2721,"t2",2722)
+(2722,"t2",2723)
+(2723,"t2",2724)
+(2724,"t2",2725)
+(2725,"t2",2726)
+(2726,"t2",2727)
+(2727,"t2",2728)
+(2728,"t2",2729)
+(2729,"t2",2730)
+(2730,"t2",2731)
+(2731,"t2",2732)
+(2732,"t2",2733)
+(2733,"t2",2734)
+(2734,"t2",2735)
+(2735,"t2",2736)
+(2736,"t2",2737)
+(2737,"t2",2738)
+(2738,"t2",2739)
+(2739,"t2",2740)
+(2740,"t2",2741)
+(2741,"t2",2742)
+(2742,"t2",2743)
+(2743,"t2",2744)
+(2744,"t2",2745)
+(2745,"t2",2746)
+(2746,"t2",2747)
+(2747,"t2",2748)
+(2748,"t2",2749)
+(2749,"t2",2750)
+(2750,"t2",2751)
+(2751,"t2",2752)
+(2752,"t2",2753)
+(2753,"t2",2754)
+(2754,"t2",2755)
+(2755,"t2",2756)
+(2756,"t2",2757)
+(2757,"t2",2758)
+(2758,"t2",2759)
+(2759,"t2",2760)
+(2760,"t2",2761)
+(2761,"t2",2762)
+(2762,"t2",2763)
+(2763,"t2",2764)
+(2764,"t2",2765)
+(2765,"t2",2766)
+(2766,"t2",2767)
+(2767,"t2",2768)
+(2768,"t2",2769)
+(2769,"t2",2770)
+(2770,"t2",2771)
+(2771,"t2",2772)
+(2772,"t2",2773)
+(2773,"t2",2774)
+(2774,"t2",2775)
+(2775,"t2",2776)
+(2776,"t2",2777)
+(2777,"t2",2778)
+(2778,"t2",2779)
+(2779,"t2",2780)
+(2780,"t2",2781)
+(2781,"t2",2782)
+(2782,"t2",2783)
+(2783,"t2",2784)
+(2784,"t2",2785)
+(2785,"t2",2786)
+(2786,"t2",2787)
+(2787,"t2",2788)
+(2788,"t2",2789)
+(2789,"t2",2790)
+(2790,"t2",2791)
+(2791,"t2",2792)
+(2792,"t2",2793)
+(2793,"t2",2794)
+(2794,"t2",2795)
+(2795,"t2",2796)
+(2796,"t2",2797)
+(2797,"t2",2798)
+(2798,"t2",2799)
+(2799,"t2",2800)
+(2800,"t2",2801)
+(2801,"t2",2802)
+(2802,"t2",2803)
+(2803,"t2",2804)
+(2804,"t2",2805)
+(2805,"t2",2806)
+(2806,"t2",2807)
+(2807,"t2",2808)
+(2808,"t2",2809)
+(2809,"t2",2810)
+(2810,"t2",2811)
+(2811,"t2",2812)
+(2812,"t2",2813)
+(2813,"t2",2814)
+(2814,"t2",2815)
+(2815,"t2",2816)
+(2816,"t2",2817)
+(2817,"t2",2818)
+(2818,"t2",2819)
+(2819,"t2",2820)
+(2820,"t2",2821)
+(2821,"t2",2822)
+(2822,"t2",2823)
+(2823,"t2",2824)
+(2824,"t2",2825)
+(2825,"t2",2826)
+(2826,"t2",2827)
+(2827,"t2",2828)
+(2828,"t2",2829)
+(2829,"t2",2830)
+(2830,"t2",2831)
+(2831,"t2",2832)
+(2832,"t2",2833)
+(2833,"t2",2834)
+(2834,"t2",2835)
+(2835,"t2",2836)
+(2836,"t2",2837)
+(2837,"t2",2838)
+(2838,"t2",2839)
+(2839,"t2",2840)
+(2840,"t2",2841)
+(2841,"t2",2842)
+(2842,"t2",2843)
+(2843,"t2",2844)
+(2844,"t2",2845)
+(2845,"t2",2846)
+(2846,"t2",2847)
+(2847,"t2",2848)
+(2848,"t2",2849)
+(2849,"t2",2850)
+(2850,"t2",2851)
+(2851,"t2",2852)
+(2852,"t2",2853)
+(2853,"t2",2854)
+(2854,"t2",2855)
+(2855,"t2",2856)
+(2856,"t2",2857)
+(2857,"t2",2858)
+(2858,"t2",2859)
+(2859,"t2",2860)
+(2860,"t2",2861)
+(2861,"t2",2862)
+(2862,"t2",2863)
+(2863,"t2",2864)
+(2864,"t2",2865)
+(2865,"t2",2866)
+(2866,"t2",2867)
+(2867,"t2",2868)
+(2868,"t2",2869)
+(2869,"t2",2870)
+(2870,"t2",2871)
+(2871,"t2",2872)
+(2872,"t2",2873)
+(2873,"t2",2874)
+(2874,"t2",2875)
+(2875,"t2",2876)
+(2876,"t2",2877)
+(2877,"t2",2878)
+(2878,"t2",2879)
+(2879,"t2",2880)
+(2880,"t2",2881)
+(2881,"t2",2882)
+(2882,"t2",2883)
+(2883,"t2",2884)
+(2884,"t2",2885)
+(2885,"t2",2886)
+(2886,"t2",2887)
+(2887,"t2",2888)
+(2888,"t2",2889)
+(2889,"t2",2890)
+(2890,"t2",2891)
+(2891,"t2",2892)
+(2892,"t2",2893)
+(2893,"t2",2894)
+(2894,"t2",2895)
+(2895,"t2",2896)
+(2896,"t2",2897)
+(2897,"t2",2898)
+(2898,"t2",2899)
+(2899,"t2",2900)
+(2900,"t2",2901)
+(2901,"t2",2902)
+(2902,"t2",2903)
+(2903,"t2",2904)
+(2904,"t2",2905)
+(2905,"t2",2906)
+(2906,"t2",2907)
+(2907,"t2",2908)
+(2908,"t2",2909)
+(2909,"t2",2910)
+(2910,"t2",2911)
+(2911,"t2",2912)
+(2912,"t2",2913)
+(2913,"t2",2914)
+(2914,"t2",2915)
+(2915,"t2",2916)
+(2916,"t2",2917)
+(2917,"t2",2918)
+(2918,"t2",2919)
+(2919,"t2",2920)
+(2920,"t2",2921)
+(2921,"t2",2922)
+(2922,"t2",2923)
+(2923,"t2",2924)
+(2924,"t2",2925)
+(2925,"t2",2926)
+(2926,"t2",2927)
+(2927,"t2",2928)
+(2928,"t2",2929)
+(2929,"t2",2930)
+(2930,"t2",2931)
+(2931,"t2",2932)
+(2932,"t2",2933)
+(2933,"t2",2934)
+(2934,"t2",2935)
+(2935,"t2",2936)
+(2936,"t2",2937)
+(2937,"t2",2938)
+(2938,"t2",2939)
+(2939,"t2",2940)
+(2940,"t2",2941)
+(2941,"t2",2942)
+(2942,"t2",2943)
+(2943,"t2",2944)
+(2944,"t2",2945)
+(2945,"t2",2946)
+(2946,"t2",2947)
+(2947,"t2",2948)
+(2948,"t2",2949)
+(2949,"t2",2950)
+(2950,"t2",2951)
+(2951,"t2",2952)
+(2952,"t2",2953)
+(2953,"t2",2954)
+(2954,"t2",2955)
+(2955,"t2",2956)
+(2956,"t2",2957)
+(2957,"t2",2958)
+(2958,"t2",2959)
+(2959,"t2",2960)
+(2960,"t2",2961)
+(2961,"t2",2962)
+(2962,"t2",2963)
+(2963,"t2",2964)
+(2964,"t2",2965)
+(2965,"t2",2966)
+(2966,"t2",2967)
+(2967,"t2",2968)
+(2968,"t2",2969)
+(2969,"t2",2970)
+(2970,"t2",2971)
+(2971,"t2",2972)
+(2972,"t2",2973)
+(2973,"t2",2974)
+(2974,"t2",2975)
+(2975,"t2",2976)
+(2976,"t2",2977)
+(2977,"t2",2978)
+(2978,"t2",2979)
+(2979,"t2",2980)
+(2980,"t2",2981)
+(2981,"t2",2982)
+(2982,"t2",2983)
+(2983,"t2",2984)
+(2984,"t2",2985)
+(2985,"t2",2986)
+(2986,"t2",2987)
+(2987,"t2",2988)
+(2988,"t2",2989)
+(2989,"t2",2990)
+(2990,"t2",2991)
+(2991,"t2",2992)
+(2992,"t2",2993)
+(2993,"t2",2994)
+(2994,"t2",2995)
+(2995,"t2",2996)
+(2996,"t2",2997)
+(2997,"t2",2998)
+(2998,"t2",2999)
+(2999,"t2",3000)
+(3000,"t3",3001)
+(3001,"t3",3002)
+(3002,"t3",3003)
+(3003,"t3",3004)
+(3004,"t3",3005)
+(3005,"t3",3006)
+(3006,"t3",3007)
+(3007,"t3",3008)
+(3008,"t3",3009)
+(3009,"t3",3010)
+(3010,"t3",3011)
+(3011,"t3",3012)
+(3012,"t3",3013)
+(3013,"t3",3014)
+(3014,"t3",3015)
+(3015,"t3",3016)
+(3016,"t3",3017)
+(3017,"t3",3018)
+(3018,"t3",3019)
+(3019,"t3",3020)
+(3020,"t3",3021)
+(3021,"t3",3022)
+(3022,"t3",3023)
+(3023,"t3",3024)
+(3024,"t3",3025)
+(3025,"t3",3026)
+(3026,"t3",3027)
+(3027,"t3",3028)
+(3028,"t3",3029)
+(3029,"t3",3030)
+(3030,"t3",3031)
+(3031,"t3",3032)
+(3032,"t3",3033)
+(3033,"t3",3034)
+(3034,"t3",3035)
+(3035,"t3",3036)
+(3036,"t3",3037)
+(3037,"t3",3038)
+(3038,"t3",3039)
+(3039,"t3",3040)
+(3040,"t3",3041)
+(3041,"t3",3042)
+(3042,"t3",3043)
+(3043,"t3",3044)
+(3044,"t3",3045)
+(3045,"t3",3046)
+(3046,"t3",3047)
+(3047,"t3",3048)
+(3048,"t3",3049)
+(3049,"t3",3050)
+(3050,"t3",3051)
+(3051,"t3",3052)
+(3052,"t3",3053)
+(3053,"t3",3054)
+(3054,"t3",3055)
+(3055,"t3",3056)
+(3056,"t3",3057)
+(3057,"t3",3058)
+(3058,"t3",3059)
+(3059,"t3",3060)
+(3060,"t3",3061)
+(3061,"t3",3062)
+(3062,"t3",3063)
+(3063,"t3",3064)
+(3064,"t3",3065)
+(3065,"t3",3066)
+(3066,"t3",3067)
+(3067,"t3",3068)
+(3068,"t3",3069)
+(3069,"t3",3070)
+(3070,"t3",3071)
+(3071,"t3",3072)
+(3072,"t3",3073)
+(3073,"t3",3074)
+(3074,"t3",3075)
+(3075,"t3",3076)
+(3076,"t3",3077)
+(3077,"t3",3078)
+(3078,"t3",3079)
+(3079,"t3",3080)
+(3080,"t3",3081)
+(3081,"t3",3082)
+(3082,"t3",3083)
+(3083,"t3",3084)
+(3084,"t3",3085)
+(3085,"t3",3086)
+(3086,"t3",3087)
+(3087,"t3",3088)
+(3088,"t3",3089)
+(3089,"t3",3090)
+(3090,"t3",3091)
+(3091,"t3",3092)
+(3092,"t3",3093)
+(3093,"t3",3094)
+(3094,"t3",3095)
+(3095,"t3",3096)
+(3096,"t3",3097)
+(3097,"t3",3098)
+(3098,"t3",3099)
+(3099,"t3",3100)
+(3100,"t3",3101)
+(3101,"t3",3102)
+(3102,"t3",3103)
+(3103,"t3",3104)
+(3104,"t3",3105)
+(3105,"t3",3106)
+(3106,"t3",3107)
+(3107,"t3",3108)
+(3108,"t3",3109)
+(3109,"t3",3110)
+(3110,"t3",3111)
+(3111,"t3",3112)
+(3112,"t3",3113)
+(3113,"t3",3114)
+(3114,"t3",3115)
+(3115,"t3",3116)
+(3116,"t3",3117)
+(3117,"t3",3118)
+(3118,"t3",3119)
+(3119,"t3",3120)
+(3120,"t3",3121)
+(3121,"t3",3122)
+(3122,"t3",3123)
+(3123,"t3",3124)
+(3124,"t3",3125)
+(3125,"t3",3126)
+(3126,"t3",3127)
+(3127,"t3",3128)
+(3128,"t3",3129)
+(3129,"t3",3130)
+(3130,"t3",3131)
+(3131,"t3",3132)
+(3132,"t3",3133)
+(3133,"t3",3134)
+(3134,"t3",3135)
+(3135,"t3",3136)
+(3136,"t3",3137)
+(3137,"t3",3138)
+(3138,"t3",3139)
+(3139,"t3",3140)
+(3140,"t3",3141)
+(3141,"t3",3142)
+(3142,"t3",3143)
+(3143,"t3",3144)
+(3144,"t3",3145)
+(3145,"t3",3146)
+(3146,"t3",3147)
+(3147,"t3",3148)
+(3148,"t3",3149)
+(3149,"t3",3150)
+(3150,"t3",3151)
+(3151,"t3",3152)
+(3152,"t3",3153)
+(3153,"t3",3154)
+(3154,"t3",3155)
+(3155,"t3",3156)
+(3156,"t3",3157)
+(3157,"t3",3158)
+(3158,"t3",3159)
+(3159,"t3",3160)
+(3160,"t3",3161)
+(3161,"t3",3162)
+(3162,"t3",3163)
+(3163,"t3",3164)
+(3164,"t3",3165)
+(3165,"t3",3166)
+(3166,"t3",3167)
+(3167,"t3",3168)
+(3168,"t3",3169)
+(3169,"t3",3170)
+(3170,"t3",3171)
+(3171,"t3",3172)
+(3172,"t3",3173)
+(3173,"t3",3174)
+(3174,"t3",3175)
+(3175,"t3",3176)
+(3176,"t3",3177)
+(3177,"t3",3178)
+(3178,"t3",3179)
+(3179,"t3",3180)
+(3180,"t3",3181)
+(3181,"t3",3182)
+(3182,"t3",3183)
+(3183,"t3",3184)
+(3184,"t3",3185)
+(3185,"t3",3186)
+(3186,"t3",3187)
+(3187,"t3",3188)
+(3188,"t3",3189)
+(3189,"t3",3190)
+(3190,"t3",3191)
+(3191,"t3",3192)
+(3192,"t3",3193)
+(3193,"t3",3194)
+(3194,"t3",3195)
+(3195,"t3",3196)
+(3196,"t3",3197)
+(3197,"t3",3198)
+(3198,"t3",3199)
+(3199,"t3",3200)
+(3200,"t3",3201)
+(3201,"t3",3202)
+(3202,"t3",3203)
+(3203,"t3",3204)
+(3204,"t3",3205)
+(3205,"t3",3206)
+(3206,"t3",3207)
+(3207,"t3",3208)
+(3208,"t3",3209)
+(3209,"t3",3210)
+(3210,"t3",3211)
+(3211,"t3",3212)
+(3212,"t3",3213)
+(3213,"t3",3214)
+(3214,"t3",3215)
+(3215,"t3",3216)
+(3216,"t3",3217)
+(3217,"t3",3218)
+(3218,"t3",3219)
+(3219,"t3",3220)
+(3220,"t3",3221)
+(3221,"t3",3222)
+(3222,"t3",3223)
+(3223,"t3",3224)
+(3224,"t3",3225)
+(3225,"t3",3226)
+(3226,"t3",3227)
+(3227,"t3",3228)
+(3228,"t3",3229)
+(3229,"t3",3230)
+(3230,"t3",3231)
+(3231,"t3",3232)
+(3232,"t3",3233)
+(3233,"t3",3234)
+(3234,"t3",3235)
+(3235,"t3",3236)
+(3236,"t3",3237)
+(3237,"t3",3238)
+(3238,"t3",3239)
+(3239,"t3",3240)
+(3240,"t3",3241)
+(3241,"t3",3242)
+(3242,"t3",3243)
+(3243,"t3",3244)
+(3244,"t3",3245)
+(3245,"t3",3246)
+(3246,"t3",3247)
+(3247,"t3",3248)
+(3248,"t3",3249)
+(3249,"t3",3250)
+(3250,"t3",3251)
+(3251,"t3",3252)
+(3252,"t3",3253)
+(3253,"t3",3254)
+(3254,"t3",3255)
+(3255,"t3",3256)
+(3256,"t3",3257)
+(3257,"t3",3258)
+(3258,"t3",3259)
+(3259,"t3",3260)
+(3260,"t3",3261)
+(3261,"t3",3262)
+(3262,"t3",3263)
+(3263,"t3",3264)
+(3264,"t3",3265)
+(3265,"t3",3266)
+(3266,"t3",3267)
+(3267,"t3",3268)
+(3268,"t3",3269)
+(3269,"t3",3270)
+(3270,"t3",3271)
+(3271,"t3",3272)
+(3272,"t3",3273)
+(3273,"t3",3274)
+(3274,"t3",3275)
+(3275,"t3",3276)
+(3276,"t3",3277)
+(3277,"t3",3278)
+(3278,"t3",3279)
+(3279,"t3",3280)
+(3280,"t3",3281)
+(3281,"t3",3282)
+(3282,"t3",3283)
+(3283,"t3",3284)
+(3284,"t3",3285)
+(3285,"t3",3286)
+(3286,"t3",3287)
+(3287,"t3",3288)
+(3288,"t3",3289)
+(3289,"t3",3290)
+(3290,"t3",3291)
+(3291,"t3",3292)
+(3292,"t3",3293)
+(3293,"t3",3294)
+(3294,"t3",3295)
+(3295,"t3",3296)
+(3296,"t3",3297)
+(3297,"t3",3298)
+(3298,"t3",3299)
+(3299,"t3",3300)
+(3300,"t3",3301)
+(3301,"t3",3302)
+(3302,"t3",3303)
+(3303,"t3",3304)
+(3304,"t3",3305)
+(3305,"t3",3306)
+(3306,"t3",3307)
+(3307,"t3",3308)
+(3308,"t3",3309)
+(3309,"t3",3310)
+(3310,"t3",3311)
+(3311,"t3",3312)
+(3312,"t3",3313)
+(3313,"t3",3314)
+(3314,"t3",3315)
+(3315,"t3",3316)
+(3316,"t3",3317)
+(3317,"t3",3318)
+(3318,"t3",3319)
+(3319,"t3",3320)
+(3320,"t3",3321)
+(3321,"t3",3322)
+(3322,"t3",3323)
+(3323,"t3",3324)
+(3324,"t3",3325)
+(3325,"t3",3326)
+(3326,"t3",3327)
+(3327,"t3",3328)
+(3328,"t3",3329)
+(3329,"t3",3330)
+(3330,"t3",3331)
+(3331,"t3",3332)
+(3332,"t3",3333)
+(3333,"t3",3334)
+(3334,"t3",3335)
+(3335,"t3",3336)
+(3336,"t3",3337)
+(3337,"t3",3338)
+(3338,"t3",3339)
+(3339,"t3",3340)
+(3340,"t3",3341)
+(3341,"t3",3342)
+(3342,"t3",3343)
+(3343,"t3",3344)
+(3344,"t3",3345)
+(3345,"t3",3346)
+(3346,"t3",3347)
+(3347,"t3",3348)
+(3348,"t3",3349)
+(3349,"t3",3350)
+(3350,"t3",3351)
+(3351,"t3",3352)
+(3352,"t3",3353)
+(3353,"t3",3354)
+(3354,"t3",3355)
+(3355,"t3",3356)
+(3356,"t3",3357)
+(3357,"t3",3358)
+(3358,"t3",3359)
+(3359,"t3",3360)
+(3360,"t3",3361)
+(3361,"t3",3362)
+(3362,"t3",3363)
+(3363,"t3",3364)
+(3364,"t3",3365)
+(3365,"t3",3366)
+(3366,"t3",3367)
+(3367,"t3",3368)
+(3368,"t3",3369)
+(3369,"t3",3370)
+(3370,"t3",3371)
+(3371,"t3",3372)
+(3372,"t3",3373)
+(3373,"t3",3374)
+(3374,"t3",3375)
+(3375,"t3",3376)
+(3376,"t3",3377)
+(3377,"t3",3378)
+(3378,"t3",3379)
+(3379,"t3",3380)
+(3380,"t3",3381)
+(3381,"t3",3382)
+(3382,"t3",3383)
+(3383,"t3",3384)
+(3384,"t3",3385)
+(3385,"t3",3386)
+(3386,"t3",3387)
+(3387,"t3",3388)
+(3388,"t3",3389)
+(3389,"t3",3390)
+(3390,"t3",3391)
+(3391,"t3",3392)
+(3392,"t3",3393)
+(3393,"t3",3394)
+(3394,"t3",3395)
+(3395,"t3",3396)
+(3396,"t3",3397)
+(3397,"t3",3398)
+(3398,"t3",3399)
+(3399,"t3",3400)
+(3400,"t3",3401)
+(3401,"t3",3402)
+(3402,"t3",3403)
+(3403,"t3",3404)
+(3404,"t3",3405)
+(3405,"t3",3406)
+(3406,"t3",3407)
+(3407,"t3",3408)
+(3408,"t3",3409)
+(3409,"t3",3410)
+(3410,"t3",3411)
+(3411,"t3",3412)
+(3412,"t3",3413)
+(3413,"t3",3414)
+(3414,"t3",3415)
+(3415,"t3",3416)
+(3416,"t3",3417)
+(3417,"t3",3418)
+(3418,"t3",3419)
+(3419,"t3",3420)
+(3420,"t3",3421)
+(3421,"t3",3422)
+(3422,"t3",3423)
+(3423,"t3",3424)
+(3424,"t3",3425)
+(3425,"t3",3426)
+(3426,"t3",3427)
+(3427,"t3",3428)
+(3428,"t3",3429)
+(3429,"t3",3430)
+(3430,"t3",3431)
+(3431,"t3",3432)
+(3432,"t3",3433)
+(3433,"t3",3434)
+(3434,"t3",3435)
+(3435,"t3",3436)
+(3436,"t3",3437)
+(3437,"t3",3438)
+(3438,"t3",3439)
+(3439,"t3",3440)
+(3440,"t3",3441)
+(3441,"t3",3442)
+(3442,"t3",3443)
+(3443,"t3",3444)
+(3444,"t3",3445)
+(3445,"t3",3446)
+(3446,"t3",3447)
+(3447,"t3",3448)
+(3448,"t3",3449)
+(3449,"t3",3450)
+(3450,"t3",3451)
+(3451,"t3",3452)
+(3452,"t3",3453)
+(3453,"t3",3454)
+(3454,"t3",3455)
+(3455,"t3",3456)
+(3456,"t3",3457)
+(3457,"t3",3458)
+(3458,"t3",3459)
+(3459,"t3",3460)
+(3460,"t3",3461)
+(3461,"t3",3462)
+(3462,"t3",3463)
+(3463,"t3",3464)
+(3464,"t3",3465)
+(3465,"t3",3466)
+(3466,"t3",3467)
+(3467,"t3",3468)
+(3468,"t3",3469)
+(3469,"t3",3470)
+(3470,"t3",3471)
+(3471,"t3",3472)
+(3472,"t3",3473)
+(3473,"t3",3474)
+(3474,"t3",3475)
+(3475,"t3",3476)
+(3476,"t3",3477)
+(3477,"t3",3478)
+(3478,"t3",3479)
+(3479,"t3",3480)
+(3480,"t3",3481)
+(3481,"t3",3482)
+(3482,"t3",3483)
+(3483,"t3",3484)
+(3484,"t3",3485)
+(3485,"t3",3486)
+(3486,"t3",3487)
+(3487,"t3",3488)
+(3488,"t3",3489)
+(3489,"t3",3490)
+(3490,"t3",3491)
+(3491,"t3",3492)
+(3492,"t3",3493)
+(3493,"t3",3494)
+(3494,"t3",3495)
+(3495,"t3",3496)
+(3496,"t3",3497)
+(3497,"t3",3498)
+(3498,"t3",3499)
+(3499,"t3",3500)
+(3500,"t3",3501)
+(3501,"t3",3502)
+(3502,"t3",3503)
+(3503,"t3",3504)
+(3504,"t3",3505)
+(3505,"t3",3506)
+(3506,"t3",3507)
+(3507,"t3",3508)
+(3508,"t3",3509)
+(3509,"t3",3510)
+(3510,"t3",3511)
+(3511,"t3",3512)
+(3512,"t3",3513)
+(3513,"t3",3514)
+(3514,"t3",3515)
+(3515,"t3",3516)
+(3516,"t3",3517)
+(3517,"t3",3518)
+(3518,"t3",3519)
+(3519,"t3",3520)
+(3520,"t3",3521)
+(3521,"t3",3522)
+(3522,"t3",3523)
+(3523,"t3",3524)
+(3524,"t3",3525)
+(3525,"t3",3526)
+(3526,"t3",3527)
+(3527,"t3",3528)
+(3528,"t3",3529)
+(3529,"t3",3530)
+(3530,"t3",3531)
+(3531,"t3",3532)
+(3532,"t3",3533)
+(3533,"t3",3534)
+(3534,"t3",3535)
+(3535,"t3",3536)
+(3536,"t3",3537)
+(3537,"t3",3538)
+(3538,"t3",3539)
+(3539,"t3",3540)
+(3540,"t3",3541)
+(3541,"t3",3542)
+(3542,"t3",3543)
+(3543,"t3",3544)
+(3544,"t3",3545)
+(3545,"t3",3546)
+(3546,"t3",3547)
+(3547,"t3",3548)
+(3548,"t3",3549)
+(3549,"t3",3550)
+(3550,"t3",3551)
+(3551,"t3",3552)
+(3552,"t3",3553)
+(3553,"t3",3554)
+(3554,"t3",3555)
+(3555,"t3",3556)
+(3556,"t3",3557)
+(3557,"t3",3558)
+(3558,"t3",3559)
+(3559,"t3",3560)
+(3560,"t3",3561)
+(3561,"t3",3562)
+(3562,"t3",3563)
+(3563,"t3",3564)
+(3564,"t3",3565)
+(3565,"t3",3566)
+(3566,"t3",3567)
+(3567,"t3",3568)
+(3568,"t3",3569)
+(3569,"t3",3570)
+(3570,"t3",3571)
+(3571,"t3",3572)
+(3572,"t3",3573)
+(3573,"t3",3574)
+(3574,"t3",3575)
+(3575,"t3",3576)
+(3576,"t3",3577)
+(3577,"t3",3578)
+(3578,"t3",3579)
+(3579,"t3",3580)
+(3580,"t3",3581)
+(3581,"t3",3582)
+(3582,"t3",3583)
+(3583,"t3",3584)
+(3584,"t3",3585)
+(3585,"t3",3586)
+(3586,"t3",3587)
+(3587,"t3",3588)
+(3588,"t3",3589)
+(3589,"t3",3590)
+(3590,"t3",3591)
+(3591,"t3",3592)
+(3592,"t3",3593)
+(3593,"t3",3594)
+(3594,"t3",3595)
+(3595,"t3",3596)
+(3596,"t3",3597)
+(3597,"t3",3598)
+(3598,"t3",3599)
+(3599,"t3",3600)
+(3600,"t3",3601)
+(3601,"t3",3602)
+(3602,"t3",3603)
+(3603,"t3",3604)
+(3604,"t3",3605)
+(3605,"t3",3606)
+(3606,"t3",3607)
+(3607,"t3",3608)
+(3608,"t3",3609)
+(3609,"t3",3610)
+(3610,"t3",3611)
+(3611,"t3",3612)
+(3612,"t3",3613)
+(3613,"t3",3614)
+(3614,"t3",3615)
+(3615,"t3",3616)
+(3616,"t3",3617)
+(3617,"t3",3618)
+(3618,"t3",3619)
+(3619,"t3",3620)
+(3620,"t3",3621)
+(3621,"t3",3622)
+(3622,"t3",3623)
+(3623,"t3",3624)
+(3624,"t3",3625)
+(3625,"t3",3626)
+(3626,"t3",3627)
+(3627,"t3",3628)
+(3628,"t3",3629)
+(3629,"t3",3630)
+(3630,"t3",3631)
+(3631,"t3",3632)
+(3632,"t3",3633)
+(3633,"t3",3634)
+(3634,"t3",3635)
+(3635,"t3",3636)
+(3636,"t3",3637)
+(3637,"t3",3638)
+(3638,"t3",3639)
+(3639,"t3",3640)
+(3640,"t3",3641)
+(3641,"t3",3642)
+(3642,"t3",3643)
+(3643,"t3",3644)
+(3644,"t3",3645)
+(3645,"t3",3646)
+(3646,"t3",3647)
+(3647,"t3",3648)
+(3648,"t3",3649)
+(3649,"t3",3650)
+(3650,"t3",3651)
+(3651,"t3",3652)
+(3652,"t3",3653)
+(3653,"t3",3654)
+(3654,"t3",3655)
+(3655,"t3",3656)
+(3656,"t3",3657)
+(3657,"t3",3658)
+(3658,"t3",3659)
+(3659,"t3",3660)
+(3660,"t3",3661)
+(3661,"t3",3662)
+(3662,"t3",3663)
+(3663,"t3",3664)
+(3664,"t3",3665)
+(3665,"t3",3666)
+(3666,"t3",3667)
+(3667,"t3",3668)
+(3668,"t3",3669)
+(3669,"t3",3670)
+(3670,"t3",3671)
+(3671,"t3",3672)
+(3672,"t3",3673)
+(3673,"t3",3674)
+(3674,"t3",3675)
+(3675,"t3",3676)
+(3676,"t3",3677)
+(3677,"t3",3678)
+(3678,"t3",3679)
+(3679,"t3",3680)
+(3680,"t3",3681)
+(3681,"t3",3682)
+(3682,"t3",3683)
+(3683,"t3",3684)
+(3684,"t3",3685)
+(3685,"t3",3686)
+(3686,"t3",3687)
+(3687,"t3",3688)
+(3688,"t3",3689)
+(3689,"t3",3690)
+(3690,"t3",3691)
+(3691,"t3",3692)
+(3692,"t3",3693)
+(3693,"t3",3694)
+(3694,"t3",3695)
+(3695,"t3",3696)
+(3696,"t3",3697)
+(3697,"t3",3698)
+(3698,"t3",3699)
+(3699,"t3",3700)
+(3700,"t3",3701)
+(3701,"t3",3702)
+(3702,"t3",3703)
+(3703,"t3",3704)
+(3704,"t3",3705)
+(3705,"t3",3706)
+(3706,"t3",3707)
+(3707,"t3",3708)
+(3708,"t3",3709)
+(3709,"t3",3710)
+(3710,"t3",3711)
+(3711,"t3",3712)
+(3712,"t3",3713)
+(3713,"t3",3714)
+(3714,"t3",3715)
+(3715,"t3",3716)
+(3716,"t3",3717)
+(3717,"t3",3718)
+(3718,"t3",3719)
+(3719,"t3",3720)
+(3720,"t3",3721)
+(3721,"t3",3722)
+(3722,"t3",3723)
+(3723,"t3",3724)
+(3724,"t3",3725)
+(3725,"t3",3726)
+(3726,"t3",3727)
+(3727,"t3",3728)
+(3728,"t3",3729)
+(3729,"t3",3730)
+(3730,"t3",3731)
+(3731,"t3",3732)
+(3732,"t3",3733)
+(3733,"t3",3734)
+(3734,"t3",3735)
+(3735,"t3",3736)
+(3736,"t3",3737)
+(3737,"t3",3738)
+(3738,"t3",3739)
+(3739,"t3",3740)
+(3740,"t3",3741)
+(3741,"t3",3742)
+(3742,"t3",3743)
+(3743,"t3",3744)
+(3744,"t3",3745)
+(3745,"t3",3746)
+(3746,"t3",3747)
+(3747,"t3",3748)
+(3748,"t3",3749)
+(3749,"t3",3750)
+(3750,"t3",3751)
+(3751,"t3",3752)
+(3752,"t3",3753)
+(3753,"t3",3754)
+(3754,"t3",3755)
+(3755,"t3",3756)
+(3756,"t3",3757)
+(3757,"t3",3758)
+(3758,"t3",3759)
+(3759,"t3",3760)
+(3760,"t3",3761)
+(3761,"t3",3762)
+(3762,"t3",3763)
+(3763,"t3",3764)
+(3764,"t3",3765)
+(3765,"t3",3766)
+(3766,"t3",3767)
+(3767,"t3",3768)
+(3768,"t3",3769)
+(3769,"t3",3770)
+(3770,"t3",3771)
+(3771,"t3",3772)
+(3772,"t3",3773)
+(3773,"t3",3774)
+(3774,"t3",3775)
+(3775,"t3",3776)
+(3776,"t3",3777)
+(3777,"t3",3778)
+(3778,"t3",3779)
+(3779,"t3",3780)
+(3780,"t3",3781)
+(3781,"t3",3782)
+(3782,"t3",3783)
+(3783,"t3",3784)
+(3784,"t3",3785)
+(3785,"t3",3786)
+(3786,"t3",3787)
+(3787,"t3",3788)
+(3788,"t3",3789)
+(3789,"t3",3790)
+(3790,"t3",3791)
+(3791,"t3",3792)
+(3792,"t3",3793)
+(3793,"t3",3794)
+(3794,"t3",3795)
+(3795,"t3",3796)
+(3796,"t3",3797)
+(3797,"t3",3798)
+(3798,"t3",3799)
+(3799,"t3",3800)
+(3800,"t3",3801)
+(3801,"t3",3802)
+(3802,"t3",3803)
+(3803,"t3",3804)
+(3804,"t3",3805)
+(3805,"t3",3806)
+(3806,"t3",3807)
+(3807,"t3",3808)
+(3808,"t3",3809)
+(3809,"t3",3810)
+(3810,"t3",3811)
+(3811,"t3",3812)
+(3812,"t3",3813)
+(3813,"t3",3814)
+(3814,"t3",3815)
+(3815,"t3",3816)
+(3816,"t3",3817)
+(3817,"t3",3818)
+(3818,"t3",3819)
+(3819,"t3",3820)
+(3820,"t3",3821)
+(3821,"t3",3822)
+(3822,"t3",3823)
+(3823,"t3",3824)
+(3824,"t3",3825)
+(3825,"t3",3826)
+(3826,"t3",3827)
+(3827,"t3",3828)
+(3828,"t3",3829)
+(3829,"t3",3830)
+(3830,"t3",3831)
+(3831,"t3",3832)
+(3832,"t3",3833)
+(3833,"t3",3834)
+(3834,"t3",3835)
+(3835,"t3",3836)
+(3836,"t3",3837)
+(3837,"t3",3838)
+(3838,"t3",3839)
+(3839,"t3",3840)
+(3840,"t3",3841)
+(3841,"t3",3842)
+(3842,"t3",3843)
+(3843,"t3",3844)
+(3844,"t3",3845)
+(3845,"t3",3846)
+(3846,"t3",3847)
+(3847,"t3",3848)
+(3848,"t3",3849)
+(3849,"t3",3850)
+(3850,"t3",3851)
+(3851,"t3",3852)
+(3852,"t3",3853)
+(3853,"t3",3854)
+(3854,"t3",3855)
+(3855,"t3",3856)
+(3856,"t3",3857)
+(3857,"t3",3858)
+(3858,"t3",3859)
+(3859,"t3",3860)
+(3860,"t3",3861)
+(3861,"t3",3862)
+(3862,"t3",3863)
+(3863,"t3",3864)
+(3864,"t3",3865)
+(3865,"t3",3866)
+(3866,"t3",3867)
+(3867,"t3",3868)
+(3868,"t3",3869)
+(3869,"t3",3870)
+(3870,"t3",3871)
+(3871,"t3",3872)
+(3872,"t3",3873)
+(3873,"t3",3874)
+(3874,"t3",3875)
+(3875,"t3",3876)
+(3876,"t3",3877)
+(3877,"t3",3878)
+(3878,"t3",3879)
+(3879,"t3",3880)
+(3880,"t3",3881)
+(3881,"t3",3882)
+(3882,"t3",3883)
+(3883,"t3",3884)
+(3884,"t3",3885)
+(3885,"t3",3886)
+(3886,"t3",3887)
+(3887,"t3",3888)
+(3888,"t3",3889)
+(3889,"t3",3890)
+(3890,"t3",3891)
+(3891,"t3",3892)
+(3892,"t3",3893)
+(3893,"t3",3894)
+(3894,"t3",3895)
+(3895,"t3",3896)
+(3896,"t3",3897)
+(3897,"t3",3898)
+(3898,"t3",3899)
+(3899,"t3",3900)
+(3900,"t3",3901)
+(3901,"t3",3902)
+(3902,"t3",3903)
+(3903,"t3",3904)
+(3904,"t3",3905)
+(3905,"t3",3906)
+(3906,"t3",3907)
+(3907,"t3",3908)
+(3908,"t3",3909)
+(3909,"t3",3910)
+(3910,"t3",3911)
+(3911,"t3",3912)
+(3912,"t3",3913)
+(3913,"t3",3914)
+(3914,"t3",3915)
+(3915,"t3",3916)
+(3916,"t3",3917)
+(3917,"t3",3918)
+(3918,"t3",3919)
+(3919,"t3",3920)
+(3920,"t3",3921)
+(3921,"t3",3922)
+(3922,"t3",3923)
+(3923,"t3",3924)
+(3924,"t3",3925)
+(3925,"t3",3926)
+(3926,"t3",3927)
+(3927,"t3",3928)
+(3928,"t3",3929)
+(3929,"t3",3930)
+(3930,"t3",3931)
+(3931,"t3",3932)
+(3932,"t3",3933)
+(3933,"t3",3934)
+(3934,"t3",3935)
+(3935,"t3",3936)
+(3936,"t3",3937)
+(3937,"t3",3938)
+(3938,"t3",3939)
+(3939,"t3",3940)
+(3940,"t3",3941)
+(3941,"t3",3942)
+(3942,"t3",3943)
+(3943,"t3",3944)
+(3944,"t3",3945)
+(3945,"t3",3946)
+(3946,"t3",3947)
+(3947,"t3",3948)
+(3948,"t3",3949)
+(3949,"t3",3950)
+(3950,"t3",3951)
+(3951,"t3",3952)
+(3952,"t3",3953)
+(3953,"t3",3954)
+(3954,"t3",3955)
+(3955,"t3",3956)
+(3956,"t3",3957)
+(3957,"t3",3958)
+(3958,"t3",3959)
+(3959,"t3",3960)
+(3960,"t3",3961)
+(3961,"t3",3962)
+(3962,"t3",3963)
+(3963,"t3",3964)
+(3964,"t3",3965)
+(3965,"t3",3966)
+(3966,"t3",3967)
+(3967,"t3",3968)
+(3968,"t3",3969)
+(3969,"t3",3970)
+(3970,"t3",3971)
+(3971,"t3",3972)
+(3972,"t3",3973)
+(3973,"t3",3974)
+(3974,"t3",3975)
+(3975,"t3",3976)
+(3976,"t3",3977)
+(3977,"t3",3978)
+(3978,"t3",3979)
+(3979,"t3",3980)
+(3980,"t3",3981)
+(3981,"t3",3982)
+(3982,"t3",3983)
+(3983,"t3",3984)
+(3984,"t3",3985)
+(3985,"t3",3986)
+(3986,"t3",3987)
+(3987,"t3",3988)
+(3988,"t3",3989)
+(3989,"t3",3990)
+(3990,"t3",3991)
+(3991,"t3",3992)
+(3992,"t3",3993)
+(3993,"t3",3994)
+(3994,"t3",3995)
+(3995,"t3",3996)
+(3996,"t3",3997)
+(3997,"t3",3998)
+(3998,"t3",3999)
+(3999,"t3",4000)
+(4000,"t3",4001)
+(4001,"t3",4002)
+(4002,"t3",4003)
+(4003,"t3",4004)
+(4004,"t3",4005)
+(4005,"t3",4006)
+(4006,"t3",4007)
+(4007,"t3",4008)
+(4008,"t3",4009)
+(4009,"t3",4010)
+(4010,"t3",4011)
+(4011,"t3",4012)
+(4012,"t3",4013)
+(4013,"t3",4014)
+(4014,"t3",4015)
+(4015,"t3",4016)
+(4016,"t3",4017)
+(4017,"t3",4018)
+(4018,"t3",4019)
+(4019,"t3",4020)
+(4020,"t3",4021)
+(4021,"t3",4022)
+(4022,"t3",4023)
+(4023,"t3",4024)
+(4024,"t3",4025)
+(4025,"t3",4026)
+(4026,"t3",4027)
+(4027,"t3",4028)
+(4028,"t3",4029)
+(4029,"t3",4030)
+(4030,"t3",4031)
+(4031,"t3",4032)
+(4032,"t3",4033)
+(4033,"t3",4034)
+(4034,"t3",4035)
+(4035,"t3",4036)
+(4036,"t3",4037)
+(4037,"t3",4038)
+(4038,"t3",4039)
+(4039,"t3",4040)
+(4040,"t3",4041)
+(4041,"t3",4042)
+(4042,"t3",4043)
+(4043,"t3",4044)
+(4044,"t3",4045)
+(4045,"t3",4046)
+(4046,"t3",4047)
+(4047,"t3",4048)
+(4048,"t3",4049)
+(4049,"t3",4050)
+(4050,"t3",4051)
+(4051,"t3",4052)
+(4052,"t3",4053)
+(4053,"t3",4054)
+(4054,"t3",4055)
+(4055,"t3",4056)
+(4056,"t3",4057)
+(4057,"t3",4058)
+(4058,"t3",4059)
+(4059,"t3",4060)
+(4060,"t3",4061)
+(4061,"t3",4062)
+(4062,"t3",4063)
+(4063,"t3",4064)
+(4064,"t3",4065)
+(4065,"t3",4066)
+(4066,"t3",4067)
+(4067,"t3",4068)
+(4068,"t3",4069)
+(4069,"t3",4070)
+(4070,"t3",4071)
+(4071,"t3",4072)
+(4072,"t3",4073)
+(4073,"t3",4074)
+(4074,"t3",4075)
+(4075,"t3",4076)
+(4076,"t3",4077)
+(4077,"t3",4078)
+(4078,"t3",4079)
+(4079,"t3",4080)
+(4080,"t3",4081)
+(4081,"t3",4082)
+(4082,"t3",4083)
+(4083,"t3",4084)
+(4084,"t3",4085)
+(4085,"t3",4086)
+(4086,"t3",4087)
+(4087,"t3",4088)
+(4088,"t3",4089)
+(4089,"t3",4090)
+(4090,"t3",4091)
+(4091,"t3",4092)
+(4092,"t3",4093)
+(4093,"t3",4094)
+(4094,"t3",4095)
+(4095,"t3",4096)
+(4096,"t3",4097)
+(4097,"t3",4098)
+(4098,"t3",4099)
+(4099,"t3",4100)
+(4100,"t3",4101)
+(4101,"t3",4102)
+(4102,"t3",4103)
+(4103,"t3",4104)
+(4104,"t3",4105)
+(4105,"t3",4106)
+(4106,"t3",4107)
+(4107,"t3",4108)
+(4108,"t3",4109)
+(4109,"t3",4110)
+(4110,"t3",4111)
+(4111,"t3",4112)
+(4112,"t3",4113)
+(4113,"t3",4114)
+(4114,"t3",4115)
+(4115,"t3",4116)
+(4116,"t3",4117)
+(4117,"t3",4118)
+(4118,"t3",4119)
+(4119,"t3",4120)
+(4120,"t3",4121)
+(4121,"t3",4122)
+(4122,"t3",4123)
+(4123,"t3",4124)
+(4124,"t3",4125)
+(4125,"t3",4126)
+(4126,"t3",4127)
+(4127,"t3",4128)
+(4128,"t3",4129)
+(4129,"t3",4130)
+(4130,"t3",4131)
+(4131,"t3",4132)
+(4132,"t3",4133)
+(4133,"t3",4134)
+(4134,"t3",4135)
+(4135,"t3",4136)
+(4136,"t3",4137)
+(4137,"t3",4138)
+(4138,"t3",4139)
+(4139,"t3",4140)
+(4140,"t3",4141)
+(4141,"t3",4142)
+(4142,"t3",4143)
+(4143,"t3",4144)
+(4144,"t3",4145)
+(4145,"t3",4146)
+(4146,"t3",4147)
+(4147,"t3",4148)
+(4148,"t3",4149)
+(4149,"t3",4150)
+(4150,"t3",4151)
+(4151,"t3",4152)
+(4152,"t3",4153)
+(4153,"t3",4154)
+(4154,"t3",4155)
+(4155,"t3",4156)
+(4156,"t3",4157)
+(4157,"t3",4158)
+(4158,"t3",4159)
+(4159,"t3",4160)
+(4160,"t3",4161)
+(4161,"t3",4162)
+(4162,"t3",4163)
+(4163,"t3",4164)
+(4164,"t3",4165)
+(4165,"t3",4166)
+(4166,"t3",4167)
+(4167,"t3",4168)
+(4168,"t3",4169)
+(4169,"t3",4170)
+(4170,"t3",4171)
+(4171,"t3",4172)
+(4172,"t3",4173)
+(4173,"t3",4174)
+(4174,"t3",4175)
+(4175,"t3",4176)
+(4176,"t3",4177)
+(4177,"t3",4178)
+(4178,"t3",4179)
+(4179,"t3",4180)
+(4180,"t3",4181)
+(4181,"t3",4182)
+(4182,"t3",4183)
+(4183,"t3",4184)
+(4184,"t3",4185)
+(4185,"t3",4186)
+(4186,"t3",4187)
+(4187,"t3",4188)
+(4188,"t3",4189)
+(4189,"t3",4190)
+(4190,"t3",4191)
+(4191,"t3",4192)
+(4192,"t3",4193)
+(4193,"t3",4194)
+(4194,"t3",4195)
+(4195,"t3",4196)
+(4196,"t3",4197)
+(4197,"t3",4198)
+(4198,"t3",4199)
+(4199,"t3",4200)
+(4200,"t3",4201)
+(4201,"t3",4202)
+(4202,"t3",4203)
+(4203,"t3",4204)
+(4204,"t3",4205)
+(4205,"t3",4206)
+(4206,"t3",4207)
+(4207,"t3",4208)
+(4208,"t3",4209)
+(4209,"t3",4210)
+(4210,"t3",4211)
+(4211,"t3",4212)
+(4212,"t3",4213)
+(4213,"t3",4214)
+(4214,"t3",4215)
+(4215,"t3",4216)
+(4216,"t3",4217)
+(4217,"t3",4218)
+(4218,"t3",4219)
+(4219,"t3",4220)
+(4220,"t3",4221)
+(4221,"t3",4222)
+(4222,"t3",4223)
+(4223,"t3",4224)
+(4224,"t3",4225)
+(4225,"t3",4226)
+(4226,"t3",4227)
+(4227,"t3",4228)
+(4228,"t3",4229)
+(4229,"t3",4230)
+(4230,"t3",4231)
+(4231,"t3",4232)
+(4232,"t3",4233)
+(4233,"t3",4234)
+(4234,"t3",4235)
+(4235,"t3",4236)
+(4236,"t3",4237)
+(4237,"t3",4238)
+(4238,"t3",4239)
+(4239,"t3",4240)
+(4240,"t3",4241)
+(4241,"t3",4242)
+(4242,"t3",4243)
+(4243,"t3",4244)
+(4244,"t3",4245)
+(4245,"t3",4246)
+(4246,"t3",4247)
+(4247,"t3",4248)
+(4248,"t3",4249)
+(4249,"t3",4250)
+(4250,"t3",4251)
+(4251,"t3",4252)
+(4252,"t3",4253)
+(4253,"t3",4254)
+(4254,"t3",4255)
+(4255,"t3",4256)
+(4256,"t3",4257)
+(4257,"t3",4258)
+(4258,"t3",4259)
+(4259,"t3",4260)
+(4260,"t3",4261)
+(4261,"t3",4262)
+(4262,"t3",4263)
+(4263,"t3",4264)
+(4264,"t3",4265)
+(4265,"t3",4266)
+(4266,"t3",4267)
+(4267,"t3",4268)
+(4268,"t3",4269)
+(4269,"t3",4270)
+(4270,"t3",4271)
+(4271,"t3",4272)
+(4272,"t3",4273)
+(4273,"t3",4274)
+(4274,"t3",4275)
+(4275,"t3",4276)
+(4276,"t3",4277)
+(4277,"t3",4278)
+(4278,"t3",4279)
+(4279,"t3",4280)
+(4280,"t3",4281)
+(4281,"t3",4282)
+(4282,"t3",4283)
+(4283,"t3",4284)
+(4284,"t3",4285)
+(4285,"t3",4286)
+(4286,"t3",4287)
+(4287,"t3",4288)
+(4288,"t3",4289)
+(4289,"t3",4290)
+(4290,"t3",4291)
+(4291,"t3",4292)
+(4292,"t3",4293)
+(4293,"t3",4294)
+(4294,"t3",4295)
+(4295,"t3",4296)
+(4296,"t3",4297)
+(4297,"t3",4298)
+(4298,"t3",4299)
+(4299,"t3",4300)
+(4300,"t3",4301)
+(4301,"t3",4302)
+(4302,"t3",4303)
+(4303,"t3",4304)
+(4304,"t3",4305)
+(4305,"t3",4306)
+(4306,"t3",4307)
+(4307,"t3",4308)
+(4308,"t3",4309)
+(4309,"t3",4310)
+(4310,"t3",4311)
+(4311,"t3",4312)
+(4312,"t3",4313)
+(4313,"t3",4314)
+(4314,"t3",4315)
+(4315,"t3",4316)
+(4316,"t3",4317)
+(4317,"t3",4318)
+(4318,"t3",4319)
+(4319,"t3",4320)
+(4320,"t3",4321)
+(4321,"t3",4322)
+(4322,"t3",4323)
+(4323,"t3",4324)
+(4324,"t3",4325)
+(4325,"t3",4326)
+(4326,"t3",4327)
+(4327,"t3",4328)
+(4328,"t3",4329)
+(4329,"t3",4330)
+(4330,"t3",4331)
+(4331,"t3",4332)
+(4332,"t3",4333)
+(4333,"t3",4334)
+(4334,"t3",4335)
+(4335,"t3",4336)
+(4336,"t3",4337)
+(4337,"t3",4338)
+(4338,"t3",4339)
+(4339,"t3",4340)
+(4340,"t3",4341)
+(4341,"t3",4342)
+(4342,"t3",4343)
+(4343,"t3",4344)
+(4344,"t3",4345)
+(4345,"t3",4346)
+(4346,"t3",4347)
+(4347,"t3",4348)
+(4348,"t3",4349)
+(4349,"t3",4350)
+(4350,"t3",4351)
+(4351,"t3",4352)
+(4352,"t3",4353)
+(4353,"t3",4354)
+(4354,"t3",4355)
+(4355,"t3",4356)
+(4356,"t3",4357)
+(4357,"t3",4358)
+(4358,"t3",4359)
+(4359,"t3",4360)
+(4360,"t3",4361)
+(4361,"t3",4362)
+(4362,"t3",4363)
+(4363,"t3",4364)
+(4364,"t3",4365)
+(4365,"t3",4366)
+(4366,"t3",4367)
+(4367,"t3",4368)
+(4368,"t3",4369)
+(4369,"t3",4370)
+(4370,"t3",4371)
+(4371,"t3",4372)
+(4372,"t3",4373)
+(4373,"t3",4374)
+(4374,"t3",4375)
+(4375,"t3",4376)
+(4376,"t3",4377)
+(4377,"t3",4378)
+(4378,"t3",4379)
+(4379,"t3",4380)
+(4380,"t3",4381)
+(4381,"t3",4382)
+(4382,"t3",4383)
+(4383,"t3",4384)
+(4384,"t3",4385)
+(4385,"t3",4386)
+(4386,"t3",4387)
+(4387,"t3",4388)
+(4388,"t3",4389)
+(4389,"t3",4390)
+(4390,"t3",4391)
+(4391,"t3",4392)
+(4392,"t3",4393)
+(4393,"t3",4394)
+(4394,"t3",4395)
+(4395,"t3",4396)
+(4396,"t3",4397)
+(4397,"t3",4398)
+(4398,"t3",4399)
+(4399,"t3",4400)
+(4400,"t3",4401)
+(4401,"t3",4402)
+(4402,"t3",4403)
+(4403,"t3",4404)
+(4404,"t3",4405)
+(4405,"t3",4406)
+(4406,"t3",4407)
+(4407,"t3",4408)
+(4408,"t3",4409)
+(4409,"t3",4410)
+(4410,"t3",4411)
+(4411,"t3",4412)
+(4412,"t3",4413)
+(4413,"t3",4414)
+(4414,"t3",4415)
+(4415,"t3",4416)
+(4416,"t3",4417)
+(4417,"t3",4418)
+(4418,"t3",4419)
+(4419,"t3",4420)
+(4420,"t3",4421)
+(4421,"t3",4422)
+(4422,"t3",4423)
+(4423,"t3",4424)
+(4424,"t3",4425)
+(4425,"t3",4426)
+(4426,"t3",4427)
+(4427,"t3",4428)
+(4428,"t3",4429)
+(4429,"t3",4430)
+(4430,"t3",4431)
+(4431,"t3",4432)
+(4432,"t3",4433)
+(4433,"t3",4434)
+(4434,"t3",4435)
+(4435,"t3",4436)
+(4436,"t3",4437)
+(4437,"t3",4438)
+(4438,"t3",4439)
+(4439,"t3",4440)
+(4440,"t3",4441)
+(4441,"t3",4442)
+(4442,"t3",4443)
+(4443,"t3",4444)
+(4444,"t3",4445)
+(4445,"t3",4446)
+(4446,"t3",4447)
+(4447,"t3",4448)
+(4448,"t3",4449)
+(4449,"t3",4450)
+(4450,"t3",4451)
+(4451,"t3",4452)
+(4452,"t3",4453)
+(4453,"t3",4454)
+(4454,"t3",4455)
+(4455,"t3",4456)
+(4456,"t3",4457)
+(4457,"t3",4458)
+(4458,"t3",4459)
+(4459,"t3",4460)
+(4460,"t3",4461)
+(4461,"t3",4462)
+(4462,"t3",4463)
+(4463,"t3",4464)
+(4464,"t3",4465)
+(4465,"t3",4466)
+(4466,"t3",4467)
+(4467,"t3",4468)
+(4468,"t3",4469)
+(4469,"t3",4470)
+(4470,"t3",4471)
+(4471,"t3",4472)
+(4472,"t3",4473)
+(4473,"t3",4474)
+(4474,"t3",4475)
+(4475,"t3",4476)
+(4476,"t3",4477)
+(4477,"t3",4478)
+(4478,"t3",4479)
+(4479,"t3",4480)
+(4480,"t3",4481)
+(4481,"t3",4482)
+(4482,"t3",4483)
+(4483,"t3",4484)
+(4484,"t3",4485)
+(4485,"t3",4486)
+(4486,"t3",4487)
+(4487,"t3",4488)
+(4488,"t3",4489)
+(4489,"t3",4490)
+(4490,"t3",4491)
+(4491,"t3",4492)
+(4492,"t3",4493)
+(4493,"t3",4494)
+(4494,"t3",4495)
+(4495,"t3",4496)
+(4496,"t3",4497)
+(4497,"t3",4498)
+(4498,"t3",4499)
+(4499,"t3",4500)
+(4500,"t3",4501)
+(4501,"t3",4502)
+(4502,"t3",4503)
+(4503,"t3",4504)
+(4504,"t3",4505)
+(4505,"t3",4506)
+(4506,"t3",4507)
+(4507,"t3",4508)
+(4508,"t3",4509)
+(4509,"t3",4510)
+(4510,"t3",4511)
+(4511,"t3",4512)
+(4512,"t3",4513)
+(4513,"t3",4514)
+(4514,"t3",4515)
+(4515,"t3",4516)
+(4516,"t3",4517)
+(4517,"t3",4518)
+(4518,"t3",4519)
+(4519,"t3",4520)
+(4520,"t3",4521)
+(4521,"t3",4522)
+(4522,"t3",4523)
+(4523,"t3",4524)
+(4524,"t3",4525)
+(4525,"t3",4526)
+(4526,"t3",4527)
+(4527,"t3",4528)
+(4528,"t3",4529)
+(4529,"t3",4530)
+(4530,"t3",4531)
+(4531,"t3",4532)
+(4532,"t3",4533)
+(4533,"t3",4534)
+(4534,"t3",4535)
+(4535,"t3",4536)
+(4536,"t3",4537)
+(4537,"t3",4538)
+(4538,"t3",4539)
+(4539,"t3",4540)
+(4540,"t3",4541)
+(4541,"t3",4542)
+(4542,"t3",4543)
+(4543,"t3",4544)
+(4544,"t3",4545)
+(4545,"t3",4546)
+(4546,"t3",4547)
+(4547,"t3",4548)
+(4548,"t3",4549)
+(4549,"t3",4550)
+(4550,"t3",4551)
+(4551,"t3",4552)
+(4552,"t3",4553)
+(4553,"t3",4554)
+(4554,"t3",4555)
+(4555,"t3",4556)
+(4556,"t3",4557)
+(4557,"t3",4558)
+(4558,"t3",4559)
+(4559,"t3",4560)
+(4560,"t3",4561)
+(4561,"t3",4562)
+(4562,"t3",4563)
+(4563,"t3",4564)
+(4564,"t3",4565)
+(4565,"t3",4566)
+(4566,"t3",4567)
+(4567,"t3",4568)
+(4568,"t3",4569)
+(4569,"t3",4570)
+(4570,"t3",4571)
+(4571,"t3",4572)
+(4572,"t3",4573)
+(4573,"t3",4574)
+(4574,"t3",4575)
+(4575,"t3",4576)
+(4576,"t3",4577)
+(4577,"t3",4578)
+(4578,"t3",4579)
+(4579,"t3",4580)
+(4580,"t3",4581)
+(4581,"t3",4582)
+(4582,"t3",4583)
+(4583,"t3",4584)
+(4584,"t3",4585)
+(4585,"t3",4586)
+(4586,"t3",4587)
+(4587,"t3",4588)
+(4588,"t3",4589)
+(4589,"t3",4590)
+(4590,"t3",4591)
+(4591,"t3",4592)
+(4592,"t3",4593)
+(4593,"t3",4594)
+(4594,"t3",4595)
+(4595,"t3",4596)
+(4596,"t3",4597)
+(4597,"t3",4598)
+(4598,"t3",4599)
+(4599,"t3",4600)
+(4600,"t3",4601)
+(4601,"t3",4602)
+(4602,"t3",4603)
+(4603,"t3",4604)
+(4604,"t3",4605)
+(4605,"t3",4606)
+(4606,"t3",4607)
+(4607,"t3",4608)
+(4608,"t3",4609)
+(4609,"t3",4610)
+(4610,"t3",4611)
+(4611,"t3",4612)
+(4612,"t3",4613)
+(4613,"t3",4614)
+(4614,"t3",4615)
+(4615,"t3",4616)
+(4616,"t3",4617)
+(4617,"t3",4618)
+(4618,"t3",4619)
+(4619,"t3",4620)
+(4620,"t3",4621)
+(4621,"t3",4622)
+(4622,"t3",4623)
+(4623,"t3",4624)
+(4624,"t3",4625)
+(4625,"t3",4626)
+(4626,"t3",4627)
+(4627,"t3",4628)
+(4628,"t3",4629)
+(4629,"t3",4630)
+(4630,"t3",4631)
+(4631,"t3",4632)
+(4632,"t3",4633)
+(4633,"t3",4634)
+(4634,"t3",4635)
+(4635,"t3",4636)
+(4636,"t3",4637)
+(4637,"t3",4638)
+(4638,"t3",4639)
+(4639,"t3",4640)
+(4640,"t3",4641)
+(4641,"t3",4642)
+(4642,"t3",4643)
+(4643,"t3",4644)
+(4644,"t3",4645)
+(4645,"t3",4646)
+(4646,"t3",4647)
+(4647,"t3",4648)
+(4648,"t3",4649)
+(4649,"t3",4650)
+(4650,"t3",4651)
+(4651,"t3",4652)
+(4652,"t3",4653)
+(4653,"t3",4654)
+(4654,"t3",4655)
+(4655,"t3",4656)
+(4656,"t3",4657)
+(4657,"t3",4658)
+(4658,"t3",4659)
+(4659,"t3",4660)
+(4660,"t3",4661)
+(4661,"t3",4662)
+(4662,"t3",4663)
+(4663,"t3",4664)
+(4664,"t3",4665)
+(4665,"t3",4666)
+(4666,"t3",4667)
+(4667,"t3",4668)
+(4668,"t3",4669)
+(4669,"t3",4670)
+(4670,"t3",4671)
+(4671,"t3",4672)
+(4672,"t3",4673)
+(4673,"t3",4674)
+(4674,"t3",4675)
+(4675,"t3",4676)
+(4676,"t3",4677)
+(4677,"t3",4678)
+(4678,"t3",4679)
+(4679,"t3",4680)
+(4680,"t3",4681)
+(4681,"t3",4682)
+(4682,"t3",4683)
+(4683,"t3",4684)
+(4684,"t3",4685)
+(4685,"t3",4686)
+(4686,"t3",4687)
+(4687,"t3",4688)
+(4688,"t3",4689)
+(4689,"t3",4690)
+(4690,"t3",4691)
+(4691,"t3",4692)
+(4692,"t3",4693)
+(4693,"t3",4694)
+(4694,"t3",4695)
+(4695,"t3",4696)
+(4696,"t3",4697)
+(4697,"t3",4698)
+(4698,"t3",4699)
+(4699,"t3",4700)
+(4700,"t3",4701)
+(4701,"t3",4702)
+(4702,"t3",4703)
+(4703,"t3",4704)
+(4704,"t3",4705)
+(4705,"t3",4706)
+(4706,"t3",4707)
+(4707,"t3",4708)
+(4708,"t3",4709)
+(4709,"t3",4710)
+(4710,"t3",4711)
+(4711,"t3",4712)
+(4712,"t3",4713)
+(4713,"t3",4714)
+(4714,"t3",4715)
+(4715,"t3",4716)
+(4716,"t3",4717)
+(4717,"t3",4718)
+(4718,"t3",4719)
+(4719,"t3",4720)
+(4720,"t3",4721)
+(4721,"t3",4722)
+(4722,"t3",4723)
+(4723,"t3",4724)
+(4724,"t3",4725)
+(4725,"t3",4726)
+(4726,"t3",4727)
+(4727,"t3",4728)
+(4728,"t3",4729)
+(4729,"t3",4730)
+(4730,"t3",4731)
+(4731,"t3",4732)
+(4732,"t3",4733)
+(4733,"t3",4734)
+(4734,"t3",4735)
+(4735,"t3",4736)
+(4736,"t3",4737)
+(4737,"t3",4738)
+(4738,"t3",4739)
+(4739,"t3",4740)
+(4740,"t3",4741)
+(4741,"t3",4742)
+(4742,"t3",4743)
+(4743,"t3",4744)
+(4744,"t3",4745)
+(4745,"t3",4746)
+(4746,"t3",4747)
+(4747,"t3",4748)
+(4748,"t3",4749)
+(4749,"t3",4750)
+(4750,"t3",4751)
+(4751,"t3",4752)
+(4752,"t3",4753)
+(4753,"t3",4754)
+(4754,"t3",4755)
+(4755,"t3",4756)
+(4756,"t3",4757)
+(4757,"t3",4758)
+(4758,"t3",4759)
+(4759,"t3",4760)
+(4760,"t3",4761)
+(4761,"t3",4762)
+(4762,"t3",4763)
+(4763,"t3",4764)
+(4764,"t3",4765)
+(4765,"t3",4766)
+(4766,"t3",4767)
+(4767,"t3",4768)
+(4768,"t3",4769)
+(4769,"t3",4770)
+(4770,"t3",4771)
+(4771,"t3",4772)
+(4772,"t3",4773)
+(4773,"t3",4774)
+(4774,"t3",4775)
+(4775,"t3",4776)
+(4776,"t3",4777)
+(4777,"t3",4778)
+(4778,"t3",4779)
+(4779,"t3",4780)
+(4780,"t3",4781)
+(4781,"t3",4782)
+(4782,"t3",4783)
+(4783,"t3",4784)
+(4784,"t3",4785)
+(4785,"t3",4786)
+(4786,"t3",4787)
+(4787,"t3",4788)
+(4788,"t3",4789)
+(4789,"t3",4790)
+(4790,"t3",4791)
+(4791,"t3",4792)
+(4792,"t3",4793)
+(4793,"t3",4794)
+(4794,"t3",4795)
+(4795,"t3",4796)
+(4796,"t3",4797)
+(4797,"t3",4798)
+(4798,"t3",4799)
+(4799,"t3",4800)
+(4800,"t3",4801)
+(4801,"t3",4802)
+(4802,"t3",4803)
+(4803,"t3",4804)
+(4804,"t3",4805)
+(4805,"t3",4806)
+(4806,"t3",4807)
+(4807,"t3",4808)
+(4808,"t3",4809)
+(4809,"t3",4810)
+(4810,"t3",4811)
+(4811,"t3",4812)
+(4812,"t3",4813)
+(4813,"t3",4814)
+(4814,"t3",4815)
+(4815,"t3",4816)
+(4816,"t3",4817)
+(4817,"t3",4818)
+(4818,"t3",4819)
+(4819,"t3",4820)
+(4820,"t3",4821)
+(4821,"t3",4822)
+(4822,"t3",4823)
+(4823,"t3",4824)
+(4824,"t3",4825)
+(4825,"t3",4826)
+(4826,"t3",4827)
+(4827,"t3",4828)
+(4828,"t3",4829)
+(4829,"t3",4830)
+(4830,"t3",4831)
+(4831,"t3",4832)
+(4832,"t3",4833)
+(4833,"t3",4834)
+(4834,"t3",4835)
+(4835,"t3",4836)
+(4836,"t3",4837)
+(4837,"t3",4838)
+(4838,"t3",4839)
+(4839,"t3",4840)
+(4840,"t3",4841)
+(4841,"t3",4842)
+(4842,"t3",4843)
+(4843,"t3",4844)
+(4844,"t3",4845)
+(4845,"t3",4846)
+(4846,"t3",4847)
+(4847,"t3",4848)
+(4848,"t3",4849)
+(4849,"t3",4850)
+(4850,"t3",4851)
+(4851,"t3",4852)
+(4852,"t3",4853)
+(4853,"t3",4854)
+(4854,"t3",4855)
+(4855,"t3",4856)
+(4856,"t3",4857)
+(4857,"t3",4858)
+(4858,"t3",4859)
+(4859,"t3",4860)
+(4860,"t3",4861)
+(4861,"t3",4862)
+(4862,"t3",4863)
+(4863,"t3",4864)
+(4864,"t3",4865)
+(4865,"t3",4866)
+(4866,"t3",4867)
+(4867,"t3",4868)
+(4868,"t3",4869)
+(4869,"t3",4870)
+(4870,"t3",4871)
+(4871,"t3",4872)
+(4872,"t3",4873)
+(4873,"t3",4874)
+(4874,"t3",4875)
+(4875,"t3",4876)
+(4876,"t3",4877)
+(4877,"t3",4878)
+(4878,"t3",4879)
+(4879,"t3",4880)
+(4880,"t3",4881)
+(4881,"t3",4882)
+(4882,"t3",4883)
+(4883,"t3",4884)
+(4884,"t3",4885)
+(4885,"t3",4886)
+(4886,"t3",4887)
+(4887,"t3",4888)
+(4888,"t3",4889)
+(4889,"t3",4890)
+(4890,"t3",4891)
+(4891,"t3",4892)
+(4892,"t3",4893)
+(4893,"t3",4894)
+(4894,"t3",4895)
+(4895,"t3",4896)
+(4896,"t3",4897)
+(4897,"t3",4898)
+(4898,"t3",4899)
+(4899,"t3",4900)
+(4900,"t3",4901)
+(4901,"t3",4902)
+(4902,"t3",4903)
+(4903,"t3",4904)
+(4904,"t3",4905)
+(4905,"t3",4906)
+(4906,"t3",4907)
+(4907,"t3",4908)
+(4908,"t3",4909)
+(4909,"t3",4910)
+(4910,"t3",4911)
+(4911,"t3",4912)
+(4912,"t3",4913)
+(4913,"t3",4914)
+(4914,"t3",4915)
+(4915,"t3",4916)
+(4916,"t3",4917)
+(4917,"t3",4918)
+(4918,"t3",4919)
+(4919,"t3",4920)
+(4920,"t3",4921)
+(4921,"t3",4922)
+(4922,"t3",4923)
+(4923,"t3",4924)
+(4924,"t3",4925)
+(4925,"t3",4926)
+(4926,"t3",4927)
+(4927,"t3",4928)
+(4928,"t3",4929)
+(4929,"t3",4930)
+(4930,"t3",4931)
+(4931,"t3",4932)
+(4932,"t3",4933)
+(4933,"t3",4934)
+(4934,"t3",4935)
+(4935,"t3",4936)
+(4936,"t3",4937)
+(4937,"t3",4938)
+(4938,"t3",4939)
+(4939,"t3",4940)
+(4940,"t3",4941)
+(4941,"t3",4942)
+(4942,"t3",4943)
+(4943,"t3",4944)
+(4944,"t3",4945)
+(4945,"t3",4946)
+(4946,"t3",4947)
+(4947,"t3",4948)
+(4948,"t3",4949)
+(4949,"t3",4950)
+(4950,"t3",4951)
+(4951,"t3",4952)
+(4952,"t3",4953)
+(4953,"t3",4954)
+(4954,"t3",4955)
+(4955,"t3",4956)
+(4956,"t3",4957)
+(4957,"t3",4958)
+(4958,"t3",4959)
+(4959,"t3",4960)
+(4960,"t3",4961)
+(4961,"t3",4962)
+(4962,"t3",4963)
+(4963,"t3",4964)
+(4964,"t3",4965)
+(4965,"t3",4966)
+(4966,"t3",4967)
+(4967,"t3",4968)
+(4968,"t3",4969)
+(4969,"t3",4970)
+(4970,"t3",4971)
+(4971,"t3",4972)
+(4972,"t3",4973)
+(4973,"t3",4974)
+(4974,"t3",4975)
+(4975,"t3",4976)
+(4976,"t3",4977)
+(4977,"t3",4978)
+(4978,"t3",4979)
+(4979,"t3",4980)
+(4980,"t3",4981)
+(4981,"t3",4982)
+(4982,"t3",4983)
+(4983,"t3",4984)
+(4984,"t3",4985)
+(4985,"t3",4986)
+(4986,"t3",4987)
+(4987,"t3",4988)
+(4988,"t3",4989)
+(4989,"t3",4990)
+(4990,"t3",4991)
+(4991,"t3",4992)
+(4992,"t3",4993)
+(4993,"t3",4994)
+(4994,"t3",4995)
+(4995,"t3",4996)
+(4996,"t3",4997)
+(4997,"t3",4998)
+(4998,"t3",4999)
+(4999,"t3",5000)
+(5000,"t3",5001)
+(5001,"t3",5002)
+(5002,"t3",5003)
+(5003,"t3",5004)
+(5004,"t3",5005)
+(5005,"t3",5006)
+(5006,"t3",5007)
+(5007,"t3",5008)
+(5008,"t3",5009)
+(5009,"t3",5010)
+(5010,"t3",5011)
+(5011,"t3",5012)
+(5012,"t3",5013)
+(5013,"t3",5014)
+(5014,"t3",5015)
+(5015,"t3",5016)
+(5016,"t3",5017)
+(5017,"t3",5018)
+(5018,"t3",5019)
+(5019,"t3",5020)
+(5020,"t3",5021)
+(5021,"t3",5022)
+(5022,"t3",5023)
+(5023,"t3",5024)
+(5024,"t3",5025)
+(5025,"t3",5026)
+(5026,"t3",5027)
+(5027,"t3",5028)
+(5028,"t3",5029)
+(5029,"t3",5030)
+(5030,"t3",5031)
+(5031,"t3",5032)
+(5032,"t3",5033)
+(5033,"t3",5034)
+(5034,"t3",5035)
+(5035,"t3",5036)
+(5036,"t3",5037)
+(5037,"t3",5038)
+(5038,"t3",5039)
+(5039,"t3",5040)
+(5040,"t3",5041)
+(5041,"t3",5042)
+(5042,"t3",5043)
+(5043,"t3",5044)
+(5044,"t3",5045)
+(5045,"t3",5046)
+(5046,"t3",5047)
+(5047,"t3",5048)
+(5048,"t3",5049)
+(5049,"t3",5050)
+(5050,"t3",5051)
+(5051,"t3",5052)
+(5052,"t3",5053)
+(5053,"t3",5054)
+(5054,"t3",5055)
+(5055,"t3",5056)
+(5056,"t3",5057)
+(5057,"t3",5058)
+(5058,"t3",5059)
+(5059,"t3",5060)
+(5060,"t3",5061)
+(5061,"t3",5062)
+(5062,"t3",5063)
+(5063,"t3",5064)
+(5064,"t3",5065)
+(5065,"t3",5066)
+(5066,"t3",5067)
+(5067,"t3",5068)
+(5068,"t3",5069)
+(5069,"t3",5070)
+(5070,"t3",5071)
+(5071,"t3",5072)
+(5072,"t3",5073)
+(5073,"t3",5074)
+(5074,"t3",5075)
+(5075,"t3",5076)
+(5076,"t3",5077)
+(5077,"t3",5078)
+(5078,"t3",5079)
+(5079,"t3",5080)
+(5080,"t3",5081)
+(5081,"t3",5082)
+(5082,"t3",5083)
+(5083,"t3",5084)
+(5084,"t3",5085)
+(5085,"t3",5086)
+(5086,"t3",5087)
+(5087,"t3",5088)
+(5088,"t3",5089)
+(5089,"t3",5090)
+(5090,"t3",5091)
+(5091,"t3",5092)
+(5092,"t3",5093)
+(5093,"t3",5094)
+(5094,"t3",5095)
+(5095,"t3",5096)
+(5096,"t3",5097)
+(5097,"t3",5098)
+(5098,"t3",5099)
+(5099,"t3",5100)
+(5100,"t3",5101)
+(5101,"t3",5102)
+(5102,"t3",5103)
+(5103,"t3",5104)
+(5104,"t3",5105)
+(5105,"t3",5106)
+(5106,"t3",5107)
+(5107,"t3",5108)
+(5108,"t3",5109)
+(5109,"t3",5110)
+(5110,"t3",5111)
+(5111,"t3",5112)
+(5112,"t3",5113)
+(5113,"t3",5114)
+(5114,"t3",5115)
+(5115,"t3",5116)
+(5116,"t3",5117)
+(5117,"t3",5118)
+(5118,"t3",5119)
+(5119,"t3",5120)
+(5120,"t3",5121)
+(5121,"t3",5122)
+(5122,"t3",5123)
+(5123,"t3",5124)
+(5124,"t3",5125)
+(5125,"t3",5126)
+(5126,"t3",5127)
+(5127,"t3",5128)
+(5128,"t3",5129)
+(5129,"t3",5130)
+(5130,"t3",5131)
+(5131,"t3",5132)
+(5132,"t3",5133)
+(5133,"t3",5134)
+(5134,"t3",5135)
+(5135,"t3",5136)
+(5136,"t3",5137)
+(5137,"t3",5138)
+(5138,"t3",5139)
+(5139,"t3",5140)
+(5140,"t3",5141)
+(5141,"t3",5142)
+(5142,"t3",5143)
+(5143,"t3",5144)
+(5144,"t3",5145)
+(5145,"t3",5146)
+(5146,"t3",5147)
+(5147,"t3",5148)
+(5148,"t3",5149)
+(5149,"t3",5150)
+(5150,"t3",5151)
+(5151,"t3",5152)
+(5152,"t3",5153)
+(5153,"t3",5154)
+(5154,"t3",5155)
+(5155,"t3",5156)
+(5156,"t3",5157)
+(5157,"t3",5158)
+(5158,"t3",5159)
+(5159,"t3",5160)
+(5160,"t3",5161)
+(5161,"t3",5162)
+(5162,"t3",5163)
+(5163,"t3",5164)
+(5164,"t3",5165)
+(5165,"t3",5166)
+(5166,"t3",5167)
+(5167,"t3",5168)
+(5168,"t3",5169)
+(5169,"t3",5170)
+(5170,"t3",5171)
+(5171,"t3",5172)
+(5172,"t3",5173)
+(5173,"t3",5174)
+(5174,"t3",5175)
+(5175,"t3",5176)
+(5176,"t3",5177)
+(5177,"t3",5178)
+(5178,"t3",5179)
+(5179,"t3",5180)
+(5180,"t3",5181)
+(5181,"t3",5182)
+(5182,"t3",5183)
+(5183,"t3",5184)
+(5184,"t3",5185)
+(5185,"t3",5186)
+(5186,"t3",5187)
+(5187,"t3",5188)
+(5188,"t3",5189)
+(5189,"t3",5190)
+(5190,"t3",5191)
+(5191,"t3",5192)
+(5192,"t3",5193)
+(5193,"t3",5194)
+(5194,"t3",5195)
+(5195,"t3",5196)
+(5196,"t3",5197)
+(5197,"t3",5198)
+(5198,"t3",5199)
+(5199,"t3",5200)
+(5200,"t3",5201)
+(5201,"t3",5202)
+(5202,"t3",5203)
+(5203,"t3",5204)
+(5204,"t3",5205)
+(5205,"t3",5206)
+(5206,"t3",5207)
+(5207,"t3",5208)
+(5208,"t3",5209)
+(5209,"t3",5210)
+(5210,"t3",5211)
+(5211,"t3",5212)
+(5212,"t3",5213)
+(5213,"t3",5214)
+(5214,"t3",5215)
+(5215,"t3",5216)
+(5216,"t3",5217)
+(5217,"t3",5218)
+(5218,"t3",5219)
+(5219,"t3",5220)
+(5220,"t3",5221)
+(5221,"t3",5222)
+(5222,"t3",5223)
+(5223,"t3",5224)
+(5224,"t3",5225)
+(5225,"t3",5226)
+(5226,"t3",5227)
+(5227,"t3",5228)
+(5228,"t3",5229)
+(5229,"t3",5230)
+(5230,"t3",5231)
+(5231,"t3",5232)
+(5232,"t3",5233)
+(5233,"t3",5234)
+(5234,"t3",5235)
+(5235,"t3",5236)
+(5236,"t3",5237)
+(5237,"t3",5238)
+(5238,"t3",5239)
+(5239,"t3",5240)
+(5240,"t3",5241)
+(5241,"t3",5242)
+(5242,"t3",5243)
+(5243,"t3",5244)
+(5244,"t3",5245)
+(5245,"t3",5246)
+(5246,"t3",5247)
+(5247,"t3",5248)
+(5248,"t3",5249)
+(5249,"t3",5250)
+(5250,"t3",5251)
+(5251,"t3",5252)
+(5252,"t3",5253)
+(5253,"t3",5254)
+(5254,"t3",5255)
+(5255,"t3",5256)
+(5256,"t3",5257)
+(5257,"t3",5258)
+(5258,"t3",5259)
+(5259,"t3",5260)
+(5260,"t3",5261)
+(5261,"t3",5262)
+(5262,"t3",5263)
+(5263,"t3",5264)
+(5264,"t3",5265)
+(5265,"t3",5266)
+(5266,"t3",5267)
+(5267,"t3",5268)
+(5268,"t3",5269)
+(5269,"t3",5270)
+(5270,"t3",5271)
+(5271,"t3",5272)
+(5272,"t3",5273)
+(5273,"t3",5274)
+(5274,"t3",5275)
+(5275,"t3",5276)
+(5276,"t3",5277)
+(5277,"t3",5278)
+(5278,"t3",5279)
+(5279,"t3",5280)
+(5280,"t3",5281)
+(5281,"t3",5282)
+(5282,"t3",5283)
+(5283,"t3",5284)
+(5284,"t3",5285)
+(5285,"t3",5286)
+(5286,"t3",5287)
+(5287,"t3",5288)
+(5288,"t3",5289)
+(5289,"t3",5290)
+(5290,"t3",5291)
+(5291,"t3",5292)
+(5292,"t3",5293)
+(5293,"t3",5294)
+(5294,"t3",5295)
+(5295,"t3",5296)
+(5296,"t3",5297)
+(5297,"t3",5298)
+(5298,"t3",5299)
+(5299,"t3",5300)
+(5300,"t3",5301)
+(5301,"t3",5302)
+(5302,"t3",5303)
+(5303,"t3",5304)
+(5304,"t3",5305)
+(5305,"t3",5306)
+(5306,"t3",5307)
+(5307,"t3",5308)
+(5308,"t3",5309)
+(5309,"t3",5310)
+(5310,"t3",5311)
+(5311,"t3",5312)
+(5312,"t3",5313)
+(5313,"t3",5314)
+(5314,"t3",5315)
+(5315,"t3",5316)
+(5316,"t3",5317)
+(5317,"t3",5318)
+(5318,"t3",5319)
+(5319,"t3",5320)
+(5320,"t3",5321)
+(5321,"t3",5322)
+(5322,"t3",5323)
+(5323,"t3",5324)
+(5324,"t3",5325)
+(5325,"t3",5326)
+(5326,"t3",5327)
+(5327,"t3",5328)
+(5328,"t3",5329)
+(5329,"t3",5330)
+(5330,"t3",5331)
+(5331,"t3",5332)
+(5332,"t3",5333)
+(5333,"t3",5334)
+(5334,"t3",5335)
+(5335,"t3",5336)
+(5336,"t3",5337)
+(5337,"t3",5338)
+(5338,"t3",5339)
+(5339,"t3",5340)
+(5340,"t3",5341)
+(5341,"t3",5342)
+(5342,"t3",5343)
+(5343,"t3",5344)
+(5344,"t3",5345)
+(5345,"t3",5346)
+(5346,"t3",5347)
+(5347,"t3",5348)
+(5348,"t3",5349)
+(5349,"t3",5350)
+(5350,"t3",5351)
+(5351,"t3",5352)
+(5352,"t3",5353)
+(5353,"t3",5354)
+(5354,"t3",5355)
+(5355,"t3",5356)
+(5356,"t3",5357)
+(5357,"t3",5358)
+(5358,"t3",5359)
+(5359,"t3",5360)
+(5360,"t3",5361)
+(5361,"t3",5362)
+(5362,"t3",5363)
+(5363,"t3",5364)
+(5364,"t3",5365)
+(5365,"t3",5366)
+(5366,"t3",5367)
+(5367,"t3",5368)
+(5368,"t3",5369)
+(5369,"t3",5370)
+(5370,"t3",5371)
+(5371,"t3",5372)
+(5372,"t3",5373)
+(5373,"t3",5374)
+(5374,"t3",5375)
+(5375,"t3",5376)
+(5376,"t3",5377)
+(5377,"t3",5378)
+(5378,"t3",5379)
+(5379,"t3",5380)
+(5380,"t3",5381)
+(5381,"t3",5382)
+(5382,"t3",5383)
+(5383,"t3",5384)
+(5384,"t3",5385)
+(5385,"t3",5386)
+(5386,"t3",5387)
+(5387,"t3",5388)
+(5388,"t3",5389)
+(5389,"t3",5390)
+(5390,"t3",5391)
+(5391,"t3",5392)
+(5392,"t3",5393)
+(5393,"t3",5394)
+(5394,"t3",5395)
+(5395,"t3",5396)
+(5396,"t3",5397)
+(5397,"t3",5398)
+(5398,"t3",5399)
+(5399,"t3",5400)
+(5400,"t3",5401)
+(5401,"t3",5402)
+(5402,"t3",5403)
+(5403,"t3",5404)
+(5404,"t3",5405)
+(5405,"t3",5406)
+(5406,"t3",5407)
+(5407,"t3",5408)
+(5408,"t3",5409)
+(5409,"t3",5410)
+(5410,"t3",5411)
+(5411,"t3",5412)
+(5412,"t3",5413)
+(5413,"t3",5414)
+(5414,"t3",5415)
+(5415,"t3",5416)
+(5416,"t3",5417)
+(5417,"t3",5418)
+(5418,"t3",5419)
+(5419,"t3",5420)
+(5420,"t3",5421)
+(5421,"t3",5422)
+(5422,"t3",5423)
+(5423,"t3",5424)
+(5424,"t3",5425)
+(5425,"t3",5426)
+(5426,"t3",5427)
+(5427,"t3",5428)
+(5428,"t3",5429)
+(5429,"t3",5430)
+(5430,"t3",5431)
+(5431,"t3",5432)
+(5432,"t3",5433)
+(5433,"t3",5434)
+(5434,"t3",5435)
+(5435,"t3",5436)
+(5436,"t3",5437)
+(5437,"t3",5438)
+(5438,"t3",5439)
+(5439,"t3",5440)
+(5440,"t3",5441)
+(5441,"t3",5442)
+(5442,"t3",5443)
+(5443,"t3",5444)
+(5444,"t3",5445)
+(5445,"t3",5446)
+(5446,"t3",5447)
+(5447,"t3",5448)
+(5448,"t3",5449)
+(5449,"t3",5450)
+(5450,"t3",5451)
+(5451,"t3",5452)
+(5452,"t3",5453)
+(5453,"t3",5454)
+(5454,"t3",5455)
+(5455,"t3",5456)
+(5456,"t3",5457)
+(5457,"t3",5458)
+(5458,"t3",5459)
+(5459,"t3",5460)
+(5460,"t3",5461)
+(5461,"t3",5462)
+(5462,"t3",5463)
+(5463,"t3",5464)
+(5464,"t3",5465)
+(5465,"t3",5466)
+(5466,"t3",5467)
+(5467,"t3",5468)
+(5468,"t3",5469)
+(5469,"t3",5470)
+(5470,"t3",5471)
+(5471,"t3",5472)
+(5472,"t3",5473)
+(5473,"t3",5474)
+(5474,"t3",5475)
+(5475,"t3",5476)
+(5476,"t3",5477)
+(5477,"t3",5478)
+(5478,"t3",5479)
+(5479,"t3",5480)
+(5480,"t3",5481)
+(5481,"t3",5482)
+(5482,"t3",5483)
+(5483,"t3",5484)
+(5484,"t3",5485)
+(5485,"t3",5486)
+(5486,"t3",5487)
+(5487,"t3",5488)
+(5488,"t3",5489)
+(5489,"t3",5490)
+(5490,"t3",5491)
+(5491,"t3",5492)
+(5492,"t3",5493)
+(5493,"t3",5494)
+(5494,"t3",5495)
+(5495,"t3",5496)
+(5496,"t3",5497)
+(5497,"t3",5498)
+(5498,"t3",5499)
+(5499,"t3",5500)
+(5500,"t3",5501)
+(5501,"t3",5502)
+(5502,"t3",5503)
+(5503,"t3",5504)
+(5504,"t3",5505)
+(5505,"t3",5506)
+(5506,"t3",5507)
+(5507,"t3",5508)
+(5508,"t3",5509)
+(5509,"t3",5510)
+(5510,"t3",5511)
+(5511,"t3",5512)
+(5512,"t3",5513)
+(5513,"t3",5514)
+(5514,"t3",5515)
+(5515,"t3",5516)
+(5516,"t3",5517)
+(5517,"t3",5518)
+(5518,"t3",5519)
+(5519,"t3",5520)
+(5520,"t3",5521)
+(5521,"t3",5522)
+(5522,"t3",5523)
+(5523,"t3",5524)
+(5524,"t3",5525)
+(5525,"t3",5526)
+(5526,"t3",5527)
+(5527,"t3",5528)
+(5528,"t3",5529)
+(5529,"t3",5530)
+(5530,"t3",5531)
+(5531,"t3",5532)
+(5532,"t3",5533)
+(5533,"t3",5534)
+(5534,"t3",5535)
+(5535,"t3",5536)
+(5536,"t3",5537)
+(5537,"t3",5538)
+(5538,"t3",5539)
+(5539,"t3",5540)
+(5540,"t3",5541)
+(5541,"t3",5542)
+(5542,"t3",5543)
+(5543,"t3",5544)
+(5544,"t3",5545)
+(5545,"t3",5546)
+(5546,"t3",5547)
+(5547,"t3",5548)
+(5548,"t3",5549)
+(5549,"t3",5550)
+(5550,"t3",5551)
+(5551,"t3",5552)
+(5552,"t3",5553)
+(5553,"t3",5554)
+(5554,"t3",5555)
+(5555,"t3",5556)
+(5556,"t3",5557)
+(5557,"t3",5558)
+(5558,"t3",5559)
+(5559,"t3",5560)
+(5560,"t3",5561)
+(5561,"t3",5562)
+(5562,"t3",5563)
+(5563,"t3",5564)
+(5564,"t3",5565)
+(5565,"t3",5566)
+(5566,"t3",5567)
+(5567,"t3",5568)
+(5568,"t3",5569)
+(5569,"t3",5570)
+(5570,"t3",5571)
+(5571,"t3",5572)
+(5572,"t3",5573)
+(5573,"t3",5574)
+(5574,"t3",5575)
+(5575,"t3",5576)
+(5576,"t3",5577)
+(5577,"t3",5578)
+(5578,"t3",5579)
+(5579,"t3",5580)
+(5580,"t3",5581)
+(5581,"t3",5582)
+(5582,"t3",5583)
+(5583,"t3",5584)
+(5584,"t3",5585)
+(5585,"t3",5586)
+(5586,"t3",5587)
+(5587,"t3",5588)
+(5588,"t3",5589)
+(5589,"t3",5590)
+(5590,"t3",5591)
+(5591,"t3",5592)
+(5592,"t3",5593)
+(5593,"t3",5594)
+(5594,"t3",5595)
+(5595,"t3",5596)
+(5596,"t3",5597)
+(5597,"t3",5598)
+(5598,"t3",5599)
+(5599,"t3",5600)
+(5600,"t3",5601)
+(5601,"t3",5602)
+(5602,"t3",5603)
+(5603,"t3",5604)
+(5604,"t3",5605)
+(5605,"t3",5606)
+(5606,"t3",5607)
+(5607,"t3",5608)
+(5608,"t3",5609)
+(5609,"t3",5610)
+(5610,"t3",5611)
+(5611,"t3",5612)
+(5612,"t3",5613)
+(5613,"t3",5614)
+(5614,"t3",5615)
+(5615,"t3",5616)
+(5616,"t3",5617)
+(5617,"t3",5618)
+(5618,"t3",5619)
+(5619,"t3",5620)
+(5620,"t3",5621)
+(5621,"t3",5622)
+(5622,"t3",5623)
+(5623,"t3",5624)
+(5624,"t3",5625)
+(5625,"t3",5626)
+(5626,"t3",5627)
+(5627,"t3",5628)
+(5628,"t3",5629)
+(5629,"t3",5630)
+(5630,"t3",5631)
+(5631,"t3",5632)
+(5632,"t3",5633)
+(5633,"t3",5634)
+(5634,"t3",5635)
+(5635,"t3",5636)
+(5636,"t3",5637)
+(5637,"t3",5638)
+(5638,"t3",5639)
+(5639,"t3",5640)
+(5640,"t3",5641)
+(5641,"t3",5642)
+(5642,"t3",5643)
+(5643,"t3",5644)
+(5644,"t3",5645)
+(5645,"t3",5646)
+(5646,"t3",5647)
+(5647,"t3",5648)
+(5648,"t3",5649)
+(5649,"t3",5650)
+(5650,"t3",5651)
+(5651,"t3",5652)
+(5652,"t3",5653)
+(5653,"t3",5654)
+(5654,"t3",5655)
+(5655,"t3",5656)
+(5656,"t3",5657)
+(5657,"t3",5658)
+(5658,"t3",5659)
+(5659,"t3",5660)
+(5660,"t3",5661)
+(5661,"t3",5662)
+(5662,"t3",5663)
+(5663,"t3",5664)
+(5664,"t3",5665)
+(5665,"t3",5666)
+(5666,"t3",5667)
+(5667,"t3",5668)
+(5668,"t3",5669)
+(5669,"t3",5670)
+(5670,"t3",5671)
+(5671,"t3",5672)
+(5672,"t3",5673)
+(5673,"t3",5674)
+(5674,"t3",5675)
+(5675,"t3",5676)
+(5676,"t3",5677)
+(5677,"t3",5678)
+(5678,"t3",5679)
+(5679,"t3",5680)
+(5680,"t3",5681)
+(5681,"t3",5682)
+(5682,"t3",5683)
+(5683,"t3",5684)
+(5684,"t3",5685)
+(5685,"t3",5686)
+(5686,"t3",5687)
+(5687,"t3",5688)
+(5688,"t3",5689)
+(5689,"t3",5690)
+(5690,"t3",5691)
+(5691,"t3",5692)
+(5692,"t3",5693)
+(5693,"t3",5694)
+(5694,"t3",5695)
+(5695,"t3",5696)
+(5696,"t3",5697)
+(5697,"t3",5698)
+(5698,"t3",5699)
+(5699,"t3",5700)
+(5700,"t3",5701)
+(5701,"t3",5702)
+(5702,"t3",5703)
+(5703,"t3",5704)
+(5704,"t3",5705)
+(5705,"t3",5706)
+(5706,"t3",5707)
+(5707,"t3",5708)
+(5708,"t3",5709)
+(5709,"t3",5710)
+(5710,"t3",5711)
+(5711,"t3",5712)
+(5712,"t3",5713)
+(5713,"t3",5714)
+(5714,"t3",5715)
+(5715,"t3",5716)
+(5716,"t3",5717)
+(5717,"t3",5718)
+(5718,"t3",5719)
+(5719,"t3",5720)
+(5720,"t3",5721)
+(5721,"t3",5722)
+(5722,"t3",5723)
+(5723,"t3",5724)
+(5724,"t3",5725)
+(5725,"t3",5726)
+(5726,"t3",5727)
+(5727,"t3",5728)
+(5728,"t3",5729)
+(5729,"t3",5730)
+(5730,"t3",5731)
+(5731,"t3",5732)
+(5732,"t3",5733)
+(5733,"t3",5734)
+(5734,"t3",5735)
+(5735,"t3",5736)
+(5736,"t3",5737)
+(5737,"t3",5738)
+(5738,"t3",5739)
+(5739,"t3",5740)
+(5740,"t3",5741)
+(5741,"t3",5742)
+(5742,"t3",5743)
+(5743,"t3",5744)
+(5744,"t3",5745)
+(5745,"t3",5746)
+(5746,"t3",5747)
+(5747,"t3",5748)
+(5748,"t3",5749)
+(5749,"t3",5750)
+(5750,"t3",5751)
+(5751,"t3",5752)
+(5752,"t3",5753)
+(5753,"t3",5754)
+(5754,"t3",5755)
+(5755,"t3",5756)
+(5756,"t3",5757)
+(5757,"t3",5758)
+(5758,"t3",5759)
+(5759,"t3",5760)
+(5760,"t3",5761)
+(5761,"t3",5762)
+(5762,"t3",5763)
+(5763,"t3",5764)
+(5764,"t3",5765)
+(5765,"t3",5766)
+(5766,"t3",5767)
+(5767,"t3",5768)
+(5768,"t3",5769)
+(5769,"t3",5770)
+(5770,"t3",5771)
+(5771,"t3",5772)
+(5772,"t3",5773)
+(5773,"t3",5774)
+(5774,"t3",5775)
+(5775,"t3",5776)
+(5776,"t3",5777)
+(5777,"t3",5778)
+(5778,"t3",5779)
+(5779,"t3",5780)
+(5780,"t3",5781)
+(5781,"t3",5782)
+(5782,"t3",5783)
+(5783,"t3",5784)
+(5784,"t3",5785)
+(5785,"t3",5786)
+(5786,"t3",5787)
+(5787,"t3",5788)
+(5788,"t3",5789)
+(5789,"t3",5790)
+(5790,"t3",5791)
+(5791,"t3",5792)
+(5792,"t3",5793)
+(5793,"t3",5794)
+(5794,"t3",5795)
+(5795,"t3",5796)
+(5796,"t3",5797)
+(5797,"t3",5798)
+(5798,"t3",5799)
+(5799,"t3",5800)
+(5800,"t3",5801)
+(5801,"t3",5802)
+(5802,"t3",5803)
+(5803,"t3",5804)
+(5804,"t3",5805)
+(5805,"t3",5806)
+(5806,"t3",5807)
+(5807,"t3",5808)
+(5808,"t3",5809)
+(5809,"t3",5810)
+(5810,"t3",5811)
+(5811,"t3",5812)
+(5812,"t3",5813)
+(5813,"t3",5814)
+(5814,"t3",5815)
+(5815,"t3",5816)
+(5816,"t3",5817)
+(5817,"t3",5818)
+(5818,"t3",5819)
+(5819,"t3",5820)
+(5820,"t3",5821)
+(5821,"t3",5822)
+(5822,"t3",5823)
+(5823,"t3",5824)
+(5824,"t3",5825)
+(5825,"t3",5826)
+(5826,"t3",5827)
+(5827,"t3",5828)
+(5828,"t3",5829)
+(5829,"t3",5830)
+(5830,"t3",5831)
+(5831,"t3",5832)
+(5832,"t3",5833)
+(5833,"t3",5834)
+(5834,"t3",5835)
+(5835,"t3",5836)
+(5836,"t3",5837)
+(5837,"t3",5838)
+(5838,"t3",5839)
+(5839,"t3",5840)
+(5840,"t3",5841)
+(5841,"t3",5842)
+(5842,"t3",5843)
+(5843,"t3",5844)
+(5844,"t3",5845)
+(5845,"t3",5846)
+(5846,"t3",5847)
+(5847,"t3",5848)
+(5848,"t3",5849)
+(5849,"t3",5850)
+(5850,"t3",5851)
+(5851,"t3",5852)
+(5852,"t3",5853)
+(5853,"t3",5854)
+(5854,"t3",5855)
+(5855,"t3",5856)
+(5856,"t3",5857)
+(5857,"t3",5858)
+(5858,"t3",5859)
+(5859,"t3",5860)
+(5860,"t3",5861)
+(5861,"t3",5862)
+(5862,"t3",5863)
+(5863,"t3",5864)
+(5864,"t3",5865)
+(5865,"t3",5866)
+(5866,"t3",5867)
+(5867,"t3",5868)
+(5868,"t3",5869)
+(5869,"t3",5870)
+(5870,"t3",5871)
+(5871,"t3",5872)
+(5872,"t3",5873)
+(5873,"t3",5874)
+(5874,"t3",5875)
+(5875,"t3",5876)
+(5876,"t3",5877)
+(5877,"t3",5878)
+(5878,"t3",5879)
+(5879,"t3",5880)
+(5880,"t3",5881)
+(5881,"t3",5882)
+(5882,"t3",5883)
+(5883,"t3",5884)
+(5884,"t3",5885)
+(5885,"t3",5886)
+(5886,"t3",5887)
+(5887,"t3",5888)
+(5888,"t3",5889)
+(5889,"t3",5890)
+(5890,"t3",5891)
+(5891,"t3",5892)
+(5892,"t3",5893)
+(5893,"t3",5894)
+(5894,"t3",5895)
+(5895,"t3",5896)
+(5896,"t3",5897)
+(5897,"t3",5898)
+(5898,"t3",5899)
+(5899,"t3",5900)
+(5900,"t3",5901)
+(5901,"t3",5902)
+(5902,"t3",5903)
+(5903,"t3",5904)
+(5904,"t3",5905)
+(5905,"t3",5906)
+(5906,"t3",5907)
+(5907,"t3",5908)
+(5908,"t3",5909)
+(5909,"t3",5910)
+(5910,"t3",5911)
+(5911,"t3",5912)
+(5912,"t3",5913)
+(5913,"t3",5914)
+(5914,"t3",5915)
+(5915,"t3",5916)
+(5916,"t3",5917)
+(5917,"t3",5918)
+(5918,"t3",5919)
+(5919,"t3",5920)
+(5920,"t3",5921)
+(5921,"t3",5922)
+(5922,"t3",5923)
+(5923,"t3",5924)
+(5924,"t3",5925)
+(5925,"t3",5926)
+(5926,"t3",5927)
+(5927,"t3",5928)
+(5928,"t3",5929)
+(5929,"t3",5930)
+(5930,"t3",5931)
+(5931,"t3",5932)
+(5932,"t3",5933)
+(5933,"t3",5934)
+(5934,"t3",5935)
+(5935,"t3",5936)
+(5936,"t3",5937)
+(5937,"t3",5938)
+(5938,"t3",5939)
+(5939,"t3",5940)
+(5940,"t3",5941)
+(5941,"t3",5942)
+(5942,"t3",5943)
+(5943,"t3",5944)
+(5944,"t3",5945)
+(5945,"t3",5946)
+(5946,"t3",5947)
+(5947,"t3",5948)
+(5948,"t3",5949)
+(5949,"t3",5950)
+(5950,"t3",5951)
+(5951,"t3",5952)
+(5952,"t3",5953)
+(5953,"t3",5954)
+(5954,"t3",5955)
+(5955,"t3",5956)
+(5956,"t3",5957)
+(5957,"t3",5958)
+(5958,"t3",5959)
+(5959,"t3",5960)
+(5960,"t3",5961)
+(5961,"t3",5962)
+(5962,"t3",5963)
+(5963,"t3",5964)
+(5964,"t3",5965)
+(5965,"t3",5966)
+(5966,"t3",5967)
+(5967,"t3",5968)
+(5968,"t3",5969)
+(5969,"t3",5970)
+(5970,"t3",5971)
+(5971,"t3",5972)
+(5972,"t3",5973)
+(5973,"t3",5974)
+(5974,"t3",5975)
+(5975,"t3",5976)
+(5976,"t3",5977)
+(5977,"t3",5978)
+(5978,"t3",5979)
+(5979,"t3",5980)
+(5980,"t3",5981)
+(5981,"t3",5982)
+(5982,"t3",5983)
+(5983,"t3",5984)
+(5984,"t3",5985)
+(5985,"t3",5986)
+(5986,"t3",5987)
+(5987,"t3",5988)
+(5988,"t3",5989)
+(5989,"t3",5990)
+(5990,"t3",5991)
+(5991,"t3",5992)
+(5992,"t3",5993)
+(5993,"t3",5994)
+(5994,"t3",5995)
+(5995,"t3",5996)
+(5996,"t3",5997)
+(5997,"t3",5998)
+(5998,"t3",5999)
+(5999,"t3",0)
diff --git a/tools/tina-3.7.0/nets/l6000.ktz b/tools/tina-3.7.0/nets/l6000.ktz
new file mode 100644
index 0000000000000000000000000000000000000000..1708466b85b50e08c0dbd4a51279b6cbc0afe2e2
Binary files /dev/null and b/tools/tina-3.7.0/nets/l6000.ktz differ
diff --git a/tools/tina-3.7.0/nets/l6000.ndr b/tools/tina-3.7.0/nets/l6000.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..94a2fec3a9b168bd3ef06eec7819f56597a27c76
--- /dev/null
+++ b/tools/tina-3.7.0/nets/l6000.ndr
@@ -0,0 +1,21 @@
+p 180.0 110.0 p1 6K s
+t 180.0 30.0 t1 0 w n
+p 240.0 230.0 p3 2K nw
+p 120.0 230.0 p2 0 ne
+t 310.0 270.0 t3 0 w n
+t 50.0 270.0 t2 0 w n
+e p1 0.336010434811 29.1547594742 t1 0.663989565189 29.1547594742 6K w
+e t1 0.836010434811 29.1547594742 p1 0.163989565189 29.1547594742 6K se
+e t1 0.5 60.0 p2 0.316562469374 98.488578018 3 sw
+e p3 0.176208191175 100.623058987 t1 0.0 50.0 2 ne
+e p2 0.473715771644 30.4138126515 t2 0.176208191175 33.5410196625 3K n
+e p3 0.836010434811 29.1547594742 t3 0.52258361765 35.3553390593 2K sw
+e t3 0.323791808825 33.5410196625 p3 0.0 40.0 2K n
+e t2 0.85241638235 50.0 p3 0.654142991701 97.0824391947 1 n
+e p2 0.846375426476 79.0569415042 t3 0.634351279621 60.207972894 1 n
+e t3 0.189440529205 53.8516480713 p1 0.985571030812 110.453610172 2 n
+e t2 0.968583520906 25.495097568 p2 0.698791808825 31.6227766017 3K s
+e p1 0.508832861444 90.1387818866 t2 0.310559470795 53.8516480713 3 w
+h l6000
+
+
diff --git a/tools/tina-3.7.0/nets/l6000.net b/tools/tina-3.7.0/nets/l6000.net
new file mode 100644
index 0000000000000000000000000000000000000000..315a9bb67263bf3e5b92dfa97d3d18826a67e0ad
--- /dev/null
+++ b/tools/tina-3.7.0/nets/l6000.net
@@ -0,0 +1,7 @@
+tr t1 [0,w[ p1*6K p3*2 -> p1*6K p2*3
+tr t3 [0,w[ p3*2K p2 -> p3*2K p1*2
+tr t2 [0,w[ p2*3K p1*3 -> p3 p2*3K
+pl p1 (6K)
+pl p3 (2K)
+net l6000
+
diff --git a/tools/tina-3.7.0/nets/pnml_examples/abp.pnml b/tools/tina-3.7.0/nets/pnml_examples/abp.pnml
new file mode 100644
index 0000000000000000000000000000000000000000..2b94bcb86d66d24fb9a5a772e1e731757fdad32d
--- /dev/null
+++ b/tools/tina-3.7.0/nets/pnml_examples/abp.pnml
@@ -0,0 +1,548 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
+ <net id="n-60E4-C9A21-0" type ="http://www.laas.fr/tina/tpn">
+  <name>
+   <text>abp</text>
+  </name>
+ <page id="g-60E4-C9A35-1">
+  <place id="p-60E4-C9A3C-2">
+  <name>
+   <text>p1</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+  </name>
+   <initialMarking>
+    <text>1</text>
+   </initialMarking>
+   <graphics>
+    <position x="100" y="50"/>
+   </graphics>
+  </place>
+  <place id="p-60E4-C9A76-3">
+  <name>
+   <text>p10</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="280" y="260"/>
+   </graphics>
+  </place>
+  <place id="p-60E4-C9A8A-4">
+  <name>
+   <text>p11</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="280" y="440"/>
+   </graphics>
+  </place>
+  <place id="p-60E4-C9A94-5">
+  <name>
+   <text>p12</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="280" y="580"/>
+   </graphics>
+  </place>
+  <place id="p-60E4-C9AA4-6">
+  <name>
+   <text>p2</text>
+    <graphics>
+     <offset x="-10" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="100" y="190"/>
+   </graphics>
+  </place>
+  <place id="p-60E4-C9AB4-7">
+  <name>
+   <text>p3</text>
+    <graphics>
+     <offset x="-10" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="100" y="370"/>
+   </graphics>
+  </place>
+  <place id="p-60E4-C9AC4-8">
+  <name>
+   <text>p4</text>
+    <graphics>
+     <offset x="-10" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="100" y="510"/>
+   </graphics>
+  </place>
+  <place id="p-60E4-C9ACE-9">
+  <name>
+   <text>p5</text>
+    <graphics>
+     <offset x="0" y="10" />
+    </graphics>
+  </name>
+   <initialMarking>
+    <text>1</text>
+   </initialMarking>
+   <graphics>
+    <position x="460" y="650"/>
+   </graphics>
+  </place>
+  <place id="p-60E4-C9ADF-10">
+  <name>
+   <text>p6</text>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="460" y="190"/>
+   </graphics>
+  </place>
+  <place id="p-60E4-C9D0E-11">
+  <name>
+   <text>p7</text>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="460" y="330"/>
+   </graphics>
+  </place>
+  <place id="p-60E4-C9D19-12">
+  <name>
+   <text>p8</text>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="460" y="510"/>
+   </graphics>
+  </place>
+  <place id="p-60E4-C9D28-13">
+  <name>
+   <text>p9</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="280" y="120"/>
+   </graphics>
+  </place>
+  <transition id="t-60E4-C9D37-14">
+  <name>
+   <text>t1</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="100" y="120"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9D48-15">
+  <name>
+   <text>t10</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>1</cn>
+    </interval>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="460" y="440"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9D56-16">
+  <name>
+   <text>t11</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>2</cn>
+    </interval>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="460" y="580"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9D67-17">
+  <name>
+   <text>t12</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>1</cn>
+    </interval>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="390" y="510"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9D95-18">
+  <name>
+   <text>t13</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>1</cn>
+    </interval>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="280" y="190"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9DA7-19">
+  <name>
+   <text>t14</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>1</cn>
+    </interval>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="280" y="330"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9DB3-20">
+  <name>
+   <text>t15</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>1</cn>
+    </interval>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="280" y="510"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9DC4-21">
+  <name>
+   <text>t16</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>1</cn>
+    </interval>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="280" y="650"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9DD6-22">
+  <name>
+   <text>t2</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>5</cn>
+     <cn>6</cn>
+    </interval>
+    <graphics>
+     <offset x="0" y="10" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="170" y="190"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9DE8-23">
+  <name>
+   <text>t3</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>1</cn>
+    </interval>
+    <graphics>
+     <offset x="-10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="100" y="260"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9DFA-24">
+  <name>
+   <text>t4</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="100" y="440"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9E04-25">
+  <name>
+   <text>t5</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>5</cn>
+     <cn>6</cn>
+    </interval>
+    <graphics>
+     <offset x="0" y="10" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="170" y="510"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9E15-26">
+  <name>
+   <text>t6</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>1</cn>
+    </interval>
+    <graphics>
+     <offset x="0" y="10" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="100" y="580"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9E28-27">
+  <name>
+   <text>t7</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>1</cn>
+    </interval>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="460" y="120"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9E39-28">
+  <name>
+   <text>t8</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>2</cn>
+    </interval>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="460" y="260"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E4-C9E51-29">
+  <name>
+   <text>t9</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>1</cn>
+    </interval>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="390" y="190"/>
+   </graphics>
+  </transition>
+  <arc id="e-60E4-C9E68-30" source="p-60E4-C9A3C-2" target="t-60E4-C9D37-14">
+  </arc>
+  <arc id="e-60E4-C9E6F-31" source="t-60E4-C9E28-27" target="p-60E4-C9ADF-10">
+  </arc>
+  <arc id="e-60E4-C9E73-32" source="p-60E4-C9ADF-10" target="t-60E4-C9E39-28">
+  </arc>
+  <arc id="e-60E4-C9E76-33" source="t-60E4-C9E39-28" target="p-60E4-C9D0E-11">
+  </arc>
+  <arc id="e-60E4-C9E79-34" source="p-60E4-C9D0E-11" target="t-60E4-C9D48-15">
+  </arc>
+  <arc id="e-60E4-C9E7C-35" source="t-60E4-C9D48-15" target="p-60E4-C9D19-12">
+  </arc>
+  <arc id="e-60E4-C9E85-36" source="p-60E4-C9D19-12" target="t-60E4-C9D56-16">
+  </arc>
+  <arc id="e-60E4-C9E89-37" source="t-60E4-C9D56-16" target="p-60E4-C9ACE-9">
+  </arc>
+  <arc id="e-60E4-C9E8C-38" source="p-60E4-C9AA4-6" target="t-60E4-C9DD6-22">
+   <graphics>
+    <position x="120" y="206" />
+    <position x="150" y="206" />
+   </graphics>  </arc>
+  <arc id="e-60E4-C9EAA-39" source="t-60E4-C9DD6-22" target="p-60E4-C9AA4-6">
+   <graphics>
+    <position x="150" y="174" />
+    <position x="120" y="174" />
+   </graphics>  </arc>
+  <arc id="e-60E4-C9EC0-40" source="t-60E4-C9E51-29" target="p-60E4-C9ADF-10">
+  </arc>
+  <arc id="e-60E4-C9EC4-41" source="t-60E4-C9D37-14" target="p-60E4-C9AA4-6">
+  </arc>
+  <arc id="e-60E4-C9EC7-42" source="p-60E4-C9D0E-11" target="t-60E4-C9E51-29">
+  </arc>
+  <arc id="e-60E4-C9ECA-43" source="p-60E4-C9D28-13" target="t-60E4-C9D95-18">
+  </arc>
+  <arc id="e-60E4-C9ECD-44" source="t-60E4-C9E39-28" target="p-60E4-C9A76-3">
+  </arc>
+  <arc id="e-60E4-C9ED7-45" source="p-60E4-C9A76-3" target="t-60E4-C9DE8-23">
+  </arc>
+  <arc id="e-60E4-C9EDA-46" source="p-60E4-C9D28-13" target="t-60E4-C9E51-29">
+  </arc>
+  <arc id="e-60E4-C9EDD-47" source="t-60E4-C9E15-26" target="p-60E4-C9A3C-2">
+   <graphics>
+    <position x="28" y="580" />
+    <position x="28" y="50" />
+   </graphics>  </arc>
+  <arc id="e-60E4-C9EF3-48" source="p-60E4-C9ACE-9" target="t-60E4-C9E28-27">
+   <graphics>
+    <position x="532" y="650" />
+    <position x="532" y="120" />
+   </graphics>  </arc>
+  <arc id="e-60E4-C9F09-49" source="p-60E4-C9AC4-8" target="t-60E4-C9E04-25">
+   <graphics>
+    <position x="120" y="526" />
+    <position x="150" y="526" />
+   </graphics>  </arc>
+  <arc id="e-60E4-C9F1E-50" source="t-60E4-C9E04-25" target="p-60E4-C9AC4-8">
+   <graphics>
+    <position x="150" y="494" />
+    <position x="120" y="494" />
+   </graphics>  </arc>
+  <arc id="e-60E4-C9F3A-51" source="t-60E4-C9DFA-24" target="p-60E4-C9A8A-4">
+  </arc>
+  <arc id="e-60E4-C9F3E-52" source="p-60E4-C9AA4-6" target="t-60E4-C9DE8-23">
+  </arc>
+  <arc id="e-60E4-C9F41-53" source="p-60E4-C9A8A-4" target="t-60E4-C9D48-15">
+  </arc>
+  <arc id="e-60E4-C9F44-54" source="p-60E4-C9A8A-4" target="t-60E4-C9DB3-20">
+  </arc>
+  <arc id="e-60E4-C9F48-55" source="p-60E4-C9ACE-9" target="t-60E4-C9D67-17">
+  </arc>
+  <arc id="e-60E4-C9F4B-56" source="t-60E4-C9D67-17" target="p-60E4-C9D19-12">
+  </arc>
+  <arc id="e-60E4-C9F4E-57" source="p-60E4-C9A8A-4" target="t-60E4-C9D67-17">
+  </arc>
+  <arc id="e-60E4-C9F51-58" source="t-60E4-C9D56-16" target="p-60E4-C9A94-5">
+  </arc>
+  <arc id="e-60E4-C9F54-59" source="p-60E4-C9A94-5" target="t-60E4-C9E15-26">
+  </arc>
+  <arc id="e-60E4-C9F57-60" source="p-60E4-C9A76-3" target="t-60E4-C9DA7-19">
+  </arc>
+  <arc id="e-60E4-C9F5A-61" source="p-60E4-C9A94-5" target="t-60E4-C9DC4-21">
+  </arc>
+  <arc id="e-60E4-C9F67-62" source="t-60E4-C9DD6-22" target="p-60E4-C9D28-13">
+  </arc>
+  <arc id="e-60E4-C9F71-63" source="t-60E4-C9DE8-23" target="p-60E4-C9AB4-7">
+  </arc>
+  <arc id="e-60E4-C9F74-64" source="t-60E4-C9E04-25" target="p-60E4-C9A8A-4">
+  </arc>
+  <arc id="e-60E4-C9F77-65" source="p-60E4-C9AB4-7" target="t-60E4-C9DFA-24">
+  </arc>
+  <arc id="e-60E4-C9F7A-66" source="t-60E4-C9DFA-24" target="p-60E4-C9AC4-8">
+  </arc>
+  <arc id="e-60E4-C9F7D-67" source="p-60E4-C9AC4-8" target="t-60E4-C9E15-26">
+  </arc>
+  <arc id="e-60E4-C9F80-68" source="t-60E4-C9D37-14" target="p-60E4-C9D28-13">
+  </arc>
+  <arc id="e-60E4-C9F83-69" source="p-60E4-C9D28-13" target="t-60E4-C9E28-27">
+  </arc>
+ </page>
+ </net>
+</pnml>
diff --git a/tools/tina-3.7.0/nets/pnml_examples/hp.pnml b/tools/tina-3.7.0/nets/pnml_examples/hp.pnml
new file mode 100644
index 0000000000000000000000000000000000000000..6aabd04be4c85d449ef8ded163d37b5f0220e61b
--- /dev/null
+++ b/tools/tina-3.7.0/nets/pnml_examples/hp.pnml
@@ -0,0 +1,185 @@
+<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
+ <net id="n-60DE-ACD46-0" type ="http://www.pnml.org/version-2009/grammar/ptnet">
+  <name>
+   <text>hp</text>
+  </name>
+ <page id="g-60DE-ACD58-1">
+  <place id="p-60DE-ACD5F-2">
+  <name>
+   <text>A</text>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+  </name>
+   <initialMarking>
+    <text>1</text>
+   </initialMarking>
+   <graphics>
+    <position x="90" y="170"/>
+   </graphics>
+  </place>
+  <place id="p-60DE-ACD92-3">
+  <name>
+   <text>B</text>
+    <graphics>
+     <offset x="-10" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="210" y="170"/>
+   </graphics>
+  </place>
+  <place id="p-60DE-ACDA6-4">
+  <name>
+   <text>C</text>
+    <graphics>
+     <offset x="0" y="10" />
+    </graphics>
+  </name>
+   <initialMarking>
+    <text>1</text>
+   </initialMarking>
+   <graphics>
+    <position x="150" y="290"/>
+   </graphics>
+  </place>
+  <place id="p-60DE-ACDB6-5">
+  <name>
+   <text>D</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="150" y="50"/>
+   </graphics>
+  </place>
+  <place id="p-60DE-ACDBF-6">
+  <name>
+   <text>E</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="350" y="170"/>
+   </graphics>
+  </place>
+  <transition id="t-60DE-ACDCF-7">
+  <name>
+   <text>a</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="270" y="170"/>
+   </graphics>
+  </transition>
+  <transition id="t-60DE-ACDE1-8">
+  <name>
+   <text>b</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="30" y="170"/>
+   </graphics>
+  </transition>
+  <transition id="t-60DE-ACDF0-9">
+  <name>
+   <text>c</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="150" y="110"/>
+   </graphics>
+  </transition>
+  <transition id="t-60DE-ACDFA-10">
+  <name>
+   <text>d</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="150" y="230"/>
+   </graphics>
+  </transition>
+  <arc id="e-60DE-ACE0D-11" source="t-60DE-ACDCF-7" target="p-60DE-ACDB6-5">
+   <graphics>
+    <position x="270" y="126" />
+    <position x="194" y="50" />
+   </graphics>  </arc>
+  <arc id="e-60DE-ACE2C-12" source="p-60DE-ACD92-3" target="t-60DE-ACDFA-10">
+   <graphics>
+    <position x="210" y="198" />
+    <position x="178" y="230" />
+   </graphics>  </arc>
+  <arc id="e-60DE-ACE44-13" source="t-60DE-ACDFA-10" target="p-60DE-ACD5F-2">
+   <graphics>
+    <position x="122" y="230" />
+    <position x="90" y="198" />
+   </graphics>  </arc>
+  <arc id="e-60DE-ACE5E-14" source="p-60DE-ACD5F-2" target="t-60DE-ACDF0-9">
+   <graphics>
+    <position x="90" y="142" />
+    <position x="122" y="110" />
+   </graphics>  </arc>
+  <arc id="e-60DE-ACE74-15" source="t-60DE-ACDCF-7" target="p-60DE-ACDBF-6">
+   <graphics>
+    <position x="318" y="170" />
+    <position x="302" y="170" />
+   </graphics>  </arc>
+  <arc id="e-60DE-ACE8A-16" source="p-60DE-ACDB6-5" target="t-60DE-ACDE1-8">
+   <graphics>
+    <position x="106" y="50" />
+    <position x="30" y="126" />
+   </graphics>  </arc>
+  <arc id="e-60DE-ACE9F-17" source="t-60DE-ACDE1-8" target="p-60DE-ACDA6-4">
+   <graphics>
+    <position x="30" y="214" />
+    <position x="106" y="290" />
+   </graphics>  </arc>
+  <arc id="e-60DE-ACEB4-18" source="p-60DE-ACDA6-4" target="t-60DE-ACDCF-7">
+   <graphics>
+    <position x="194" y="290" />
+    <position x="270" y="214" />
+   </graphics>  </arc>
+  <arc id="e-60DE-ACECF-19" source="p-60DE-ACDB6-5" target="t-60DE-ACDF0-9">
+   <graphics>
+    <position x="134" y="66" />
+    <position x="134" y="90" />
+   </graphics>  </arc>
+  <arc id="e-60DE-ACEE5-20" source="t-60DE-ACDF0-9" target="p-60DE-ACDB6-5">
+   <graphics>
+    <position x="166" y="90" />
+    <position x="166" y="66" />
+   </graphics>  </arc>
+  <arc id="e-60DE-ACEFB-21" source="t-60DE-ACDFA-10" target="p-60DE-ACDA6-4">
+   <graphics>
+    <position x="134" y="250" />
+    <position x="134" y="274" />
+   </graphics>  </arc>
+  <arc id="e-60DE-AD0F9-22" source="p-60DE-ACDA6-4" target="t-60DE-ACDFA-10">
+   <graphics>
+    <position x="166" y="274" />
+    <position x="166" y="250" />
+   </graphics>  </arc>
+  <arc id="e-60DE-AD110-23" source="t-60DE-ACDF0-9" target="p-60DE-ACD92-3">
+   <inscription>
+    <text>2</text>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+   </inscription>
+   <graphics>
+    <position x="178" y="110" />
+    <position x="210" y="142" />
+   </graphics>  </arc>
+ </page>
+ </net>
+</pnml>
diff --git a/tools/tina-3.7.0/nets/pnml_examples/ifip.pnml b/tools/tina-3.7.0/nets/pnml_examples/ifip.pnml
new file mode 100644
index 0000000000000000000000000000000000000000..b785fd1bd48d26f5ef6543ba966c8801d360ae35
--- /dev/null
+++ b/tools/tina-3.7.0/nets/pnml_examples/ifip.pnml
@@ -0,0 +1,218 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
+ <net id="n-60E2-7904A-0" type ="http://www.laas.fr/tina/tpn">
+  <name>
+   <text>ifip</text>
+  </name>
+ <page id="g-60E2-7905D-1">
+  <place id="p-60E2-79064-2">
+  <name>
+   <text>p1</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+  </name>
+   <initialMarking>
+    <text>1</text>
+   </initialMarking>
+   <graphics>
+    <position x="120" y="50"/>
+   </graphics>
+  </place>
+  <place id="p-60E2-7909D-3">
+  <name>
+   <text>p2</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+  </name>
+   <initialMarking>
+    <text>2</text>
+   </initialMarking>
+   <graphics>
+    <position x="340" y="50"/>
+   </graphics>
+  </place>
+  <place id="p-60E2-790B1-4">
+  <name>
+   <text>p3</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="120" y="190"/>
+   </graphics>
+  </place>
+  <place id="p-60E2-790C1-5">
+  <name>
+   <text>p4</text>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="280" y="200"/>
+   </graphics>
+  </place>
+  <place id="p-60E2-790CC-6">
+  <name>
+   <text>p5</text>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="390" y="200"/>
+   </graphics>
+  </place>
+  <transition id="t-60E2-790E6-7">
+  <name>
+   <text>t1</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>4</cn>
+     <cn>9</cn>
+    </interval>
+    <graphics>
+     <offset x="-10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="180" y="120"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E2-790FB-8">
+  <name>
+   <text>t2</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>2</cn>
+    </interval>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="280" y="120"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E2-7910D-9">
+  <name>
+   <text>t3</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>1</cn>
+     <cn>3</cn>
+    </interval>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="390" y="120"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E2-79119-10">
+  <name>
+   <text>t4</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>2</cn>
+    </interval>
+    <graphics>
+     <offset x="0" y="10" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="120" y="260"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E2-7912B-11">
+  <name>
+   <text>t5</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>3</cn>
+    </interval>
+    <graphics>
+     <offset x="-10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="60" y="120"/>
+   </graphics>
+  </transition>
+  <arc id="e-60E2-79141-12" source="t-60E2-7912B-11" target="p-60E2-79064-2">
+  </arc>
+  <arc id="e-60E2-79148-13" source="t-60E2-790E6-7" target="p-60E2-790CC-6">
+   <graphics>
+    <position x="190" y="173" />
+    <position x="325" y="242" />
+   </graphics>  </arc>
+  <arc id="e-60E2-79165-14" source="p-60E2-790CC-6" target="t-60E2-7910D-9">
+  </arc>
+  <arc id="e-60E2-79168-15" source="t-60E2-7910D-9" target="p-60E2-7909D-3">
+  </arc>
+  <arc id="e-60E2-7916B-16" source="t-60E2-790E6-7" target="p-60E2-790B1-4">
+  </arc>
+  <arc id="e-60E2-7916E-17" source="p-60E2-79064-2" target="t-60E2-790E6-7">
+  </arc>
+  <arc id="e-60E2-79171-18" source="p-60E2-790B1-4" target="t-60E2-7912B-11">
+  </arc>
+  <arc id="e-60E2-7918B-19" source="p-60E2-790B1-4" target="t-60E2-79119-10">
+   <graphics>
+    <position x="104" y="207" />
+    <position x="104" y="240" />
+   </graphics>  </arc>
+  <arc id="e-60E2-791A8-20" source="t-60E2-79119-10" target="p-60E2-790B1-4">
+   <graphics>
+    <position x="135" y="241" />
+    <position x="135" y="208" />
+   </graphics>  </arc>
+  <arc id="e-60E2-791BE-21" source="p-60E2-7909D-3" target="t-60E2-790E6-7">
+   <inscription>
+    <text>2</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+   </inscription>
+   <graphics>
+    <position x="294" y="50" />
+    <position x="202" y="80" />
+   </graphics>  </arc>
+  <arc id="e-60E2-791D5-22" source="t-60E2-790E6-7" target="p-60E2-790C1-5">
+   <graphics>
+    <position x="199" y="150" />
+    <position x="240" y="189" />
+   </graphics>  </arc>
+  <arc id="e-60E2-791ED-23" source="p-60E2-790C1-5" target="t-60E2-790FB-8">
+  </arc>
+  <arc id="e-60E2-791F0-24" source="t-60E2-790FB-8" target="p-60E2-7909D-3">
+  </arc>
+ </page>
+ </net>
+</pnml>
diff --git a/tools/tina-3.7.0/nets/pnml_examples/ifip.xml b/tools/tina-3.7.0/nets/pnml_examples/ifip.xml
new file mode 100644
index 0000000000000000000000000000000000000000..b785fd1bd48d26f5ef6543ba966c8801d360ae35
--- /dev/null
+++ b/tools/tina-3.7.0/nets/pnml_examples/ifip.xml
@@ -0,0 +1,218 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
+ <net id="n-60E2-7904A-0" type ="http://www.laas.fr/tina/tpn">
+  <name>
+   <text>ifip</text>
+  </name>
+ <page id="g-60E2-7905D-1">
+  <place id="p-60E2-79064-2">
+  <name>
+   <text>p1</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+  </name>
+   <initialMarking>
+    <text>1</text>
+   </initialMarking>
+   <graphics>
+    <position x="120" y="50"/>
+   </graphics>
+  </place>
+  <place id="p-60E2-7909D-3">
+  <name>
+   <text>p2</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+  </name>
+   <initialMarking>
+    <text>2</text>
+   </initialMarking>
+   <graphics>
+    <position x="340" y="50"/>
+   </graphics>
+  </place>
+  <place id="p-60E2-790B1-4">
+  <name>
+   <text>p3</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="120" y="190"/>
+   </graphics>
+  </place>
+  <place id="p-60E2-790C1-5">
+  <name>
+   <text>p4</text>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="280" y="200"/>
+   </graphics>
+  </place>
+  <place id="p-60E2-790CC-6">
+  <name>
+   <text>p5</text>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="390" y="200"/>
+   </graphics>
+  </place>
+  <transition id="t-60E2-790E6-7">
+  <name>
+   <text>t1</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>4</cn>
+     <cn>9</cn>
+    </interval>
+    <graphics>
+     <offset x="-10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="180" y="120"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E2-790FB-8">
+  <name>
+   <text>t2</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>2</cn>
+    </interval>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="280" y="120"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E2-7910D-9">
+  <name>
+   <text>t3</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>1</cn>
+     <cn>3</cn>
+    </interval>
+    <graphics>
+     <offset x="10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="390" y="120"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E2-79119-10">
+  <name>
+   <text>t4</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>2</cn>
+    </interval>
+    <graphics>
+     <offset x="0" y="10" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="120" y="260"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E2-7912B-11">
+  <name>
+   <text>t5</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>3</cn>
+    </interval>
+    <graphics>
+     <offset x="-10" y="0" />
+    </graphics>
+   </delay>
+   <graphics>
+    <position x="60" y="120"/>
+   </graphics>
+  </transition>
+  <arc id="e-60E2-79141-12" source="t-60E2-7912B-11" target="p-60E2-79064-2">
+  </arc>
+  <arc id="e-60E2-79148-13" source="t-60E2-790E6-7" target="p-60E2-790CC-6">
+   <graphics>
+    <position x="190" y="173" />
+    <position x="325" y="242" />
+   </graphics>  </arc>
+  <arc id="e-60E2-79165-14" source="p-60E2-790CC-6" target="t-60E2-7910D-9">
+  </arc>
+  <arc id="e-60E2-79168-15" source="t-60E2-7910D-9" target="p-60E2-7909D-3">
+  </arc>
+  <arc id="e-60E2-7916B-16" source="t-60E2-790E6-7" target="p-60E2-790B1-4">
+  </arc>
+  <arc id="e-60E2-7916E-17" source="p-60E2-79064-2" target="t-60E2-790E6-7">
+  </arc>
+  <arc id="e-60E2-79171-18" source="p-60E2-790B1-4" target="t-60E2-7912B-11">
+  </arc>
+  <arc id="e-60E2-7918B-19" source="p-60E2-790B1-4" target="t-60E2-79119-10">
+   <graphics>
+    <position x="104" y="207" />
+    <position x="104" y="240" />
+   </graphics>  </arc>
+  <arc id="e-60E2-791A8-20" source="t-60E2-79119-10" target="p-60E2-790B1-4">
+   <graphics>
+    <position x="135" y="241" />
+    <position x="135" y="208" />
+   </graphics>  </arc>
+  <arc id="e-60E2-791BE-21" source="p-60E2-7909D-3" target="t-60E2-790E6-7">
+   <inscription>
+    <text>2</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+   </inscription>
+   <graphics>
+    <position x="294" y="50" />
+    <position x="202" y="80" />
+   </graphics>  </arc>
+  <arc id="e-60E2-791D5-22" source="t-60E2-790E6-7" target="p-60E2-790C1-5">
+   <graphics>
+    <position x="199" y="150" />
+    <position x="240" y="189" />
+   </graphics>  </arc>
+  <arc id="e-60E2-791ED-23" source="p-60E2-790C1-5" target="t-60E2-790FB-8">
+  </arc>
+  <arc id="e-60E2-791F0-24" source="t-60E2-790FB-8" target="p-60E2-7909D-3">
+  </arc>
+ </page>
+ </net>
+</pnml>
diff --git a/tools/tina-3.7.0/nets/pnml_examples/ifip_t.pnml b/tools/tina-3.7.0/nets/pnml_examples/ifip_t.pnml
new file mode 100644
index 0000000000000000000000000000000000000000..27e12a61298c5381dcbe5b7053bfc25deaf28e8d
--- /dev/null
+++ b/tools/tina-3.7.0/nets/pnml_examples/ifip_t.pnml
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
+ <net id="n-60E1-4B533-0" type ="http://www.laas.fr/tina/tpn">
+  <name>
+   <text>ifip</text>
+  </name>
+ <page id="g-60E1-4B555-1">
+  <place id="p-60E1-4B55C-2">
+  <name>
+   <text>p1</text>
+  </name>
+   <initialMarking>
+    <text>1</text>
+   </initialMarking>
+  </place>
+  <place id="p-60E1-4B573-3">
+  <name>
+   <text>p2</text>
+  </name>
+   <initialMarking>
+    <text>2</text>
+   </initialMarking>
+  </place>
+  <place id="p-60E1-4B57A-4">
+  <name>
+   <text>p3</text>
+  </name>
+  </place>
+  <place id="p-60E1-4B57E-5">
+  <name>
+   <text>p4</text>
+  </name>
+  </place>
+  <place id="p-60E1-4B581-6">
+  <name>
+   <text>p5</text>
+  </name>
+  </place>
+  <transition id="t-60E1-4B584-7">
+  <name>
+   <text>t1</text>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>4</cn>
+     <cn>9</cn>
+    </interval>
+   </delay>
+  </transition>
+  <transition id="t-60E1-4B58B-8">
+  <name>
+   <text>t2</text>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>2</cn>
+    </interval>
+   </delay>
+  </transition>
+  <transition id="t-60E1-4B596-9">
+  <name>
+   <text>t3</text>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>1</cn>
+     <cn>3</cn>
+    </interval>
+   </delay>
+  </transition>
+  <transition id="t-60E1-4B59A-10">
+  <name>
+   <text>t4</text>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>2</cn>
+    </interval>
+   </delay>
+  </transition>
+  <transition id="t-60E1-4B59F-11">
+  <name>
+   <text>t5</text>
+  </name>
+   <delay>
+    <interval xmlns="http://www.w3.org/1998/Math/MathML" closure="closed">
+     <cn>0</cn>
+     <cn>3</cn>
+    </interval>
+   </delay>
+  </transition>
+  <arc id="e-60E1-4B5A8-12" source="p-60E1-4B55C-2" target="t-60E1-4B584-7">
+  </arc>
+  <arc id="e-60E1-4B5AE-13" source="p-60E1-4B57A-4" target="t-60E1-4B59A-10">
+  </arc>
+  <arc id="e-60E1-4B5B1-14" source="t-60E1-4B59A-10" target="p-60E1-4B57A-4">
+  </arc>
+  <arc id="e-60E1-4B5B4-15" source="p-60E1-4B57A-4" target="t-60E1-4B59F-11">
+  </arc>
+  <arc id="e-60E1-4B5B7-16" source="t-60E1-4B59F-11" target="p-60E1-4B55C-2">
+  </arc>
+  <arc id="e-60E1-4B5BF-17" source="p-60E1-4B573-3" target="t-60E1-4B584-7">
+   <inscription>
+    <text>2</text>
+   </inscription>
+  </arc>
+  <arc id="e-60E1-4B5C7-18" source="t-60E1-4B584-7" target="p-60E1-4B57A-4">
+  </arc>
+  <arc id="e-60E1-4B5CA-19" source="t-60E1-4B584-7" target="p-60E1-4B57E-5">
+  </arc>
+  <arc id="e-60E1-4B5CD-20" source="t-60E1-4B584-7" target="p-60E1-4B581-6">
+  </arc>
+  <arc id="e-60E1-4B5D0-21" source="p-60E1-4B57E-5" target="t-60E1-4B58B-8">
+  </arc>
+  <arc id="e-60E1-4B5D3-22" source="t-60E1-4B58B-8" target="p-60E1-4B573-3">
+  </arc>
+  <arc id="e-60E1-4B5D5-23" source="p-60E1-4B581-6" target="t-60E1-4B596-9">
+  </arc>
+  <arc id="e-60E1-4B5D8-24" source="t-60E1-4B596-9" target="p-60E1-4B573-3">
+  </arc>
+ </page>
+ </net>
+</pnml>
diff --git a/tools/tina-3.7.0/nets/pnml_examples/l6000.pnml b/tools/tina-3.7.0/nets/pnml_examples/l6000.pnml
new file mode 100644
index 0000000000000000000000000000000000000000..439570fccfc6433322e51b0689bff9cfde2c2813
--- /dev/null
+++ b/tools/tina-3.7.0/nets/pnml_examples/l6000.pnml
@@ -0,0 +1,201 @@
+<pnml xmlns="http://www.pnml.org/version-2009/grammar/pnml">
+ <net id="n-60E5-326CE-0" type ="http://www.pnml.org/version-2009/grammar/ptnet">
+  <name>
+   <text>l6000</text>
+  </name>
+ <page id="g-60E5-326DF-1">
+  <place id="p-60E5-326E5-2">
+  <name>
+   <text>p1</text>
+    <graphics>
+     <offset x="0" y="10" />
+    </graphics>
+  </name>
+   <initialMarking>
+    <text>6000</text>
+   </initialMarking>
+   <graphics>
+    <position x="180" y="110"/>
+   </graphics>
+  </place>
+  <place id="p-60E5-3271D-3">
+  <name>
+   <text>p2</text>
+    <graphics>
+     <offset x="10" y="-10" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="120" y="230"/>
+   </graphics>
+  </place>
+  <place id="p-60E5-32732-4">
+  <name>
+   <text>p3</text>
+    <graphics>
+     <offset x="-10" y="-10" />
+    </graphics>
+  </name>
+   <initialMarking>
+    <text>2000</text>
+   </initialMarking>
+   <graphics>
+    <position x="240" y="230"/>
+   </graphics>
+  </place>
+  <transition id="t-60E5-3273E-5">
+  <name>
+   <text>t1</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="180" y="30"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E5-32750-6">
+  <name>
+   <text>t2</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="50" y="270"/>
+   </graphics>
+  </transition>
+  <transition id="t-60E5-3275F-7">
+  <name>
+   <text>t3</text>
+    <graphics>
+     <offset x="0" y="0" />
+    </graphics>
+  </name>
+   <graphics>
+    <position x="310" y="270"/>
+   </graphics>
+  </transition>
+  <arc id="e-60E5-3276D-8" source="p-60E5-326E5-2" target="t-60E5-3273E-5">
+   <inscription>
+    <text>6000</text>
+    <graphics>
+     <offset x="-10" y="0" />
+    </graphics>
+   </inscription>
+   <graphics>
+    <position x="168" y="90" />
+    <position x="168" y="50" />
+   </graphics>  </arc>
+  <arc id="e-60E5-32793-9" source="t-60E5-3275F-7" target="p-60E5-326E5-2">
+   <inscription>
+    <text>2</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+   </inscription>
+   <graphics>
+    <position x="326" y="230" />
+    <position x="268" y="118" />
+   </graphics>  </arc>
+  <arc id="e-60E5-327AC-10" source="t-60E5-32750-6" target="p-60E5-3271D-3">
+   <inscription>
+    <text>3000</text>
+    <graphics>
+     <offset x="0" y="10" />
+    </graphics>
+   </inscription>
+   <graphics>
+    <position x="70" y="274" />
+    <position x="112" y="254" />
+   </graphics>  </arc>
+  <arc id="e-60E5-327C4-11" source="p-60E5-326E5-2" target="t-60E5-32750-6">
+   <inscription>
+    <text>3</text>
+    <graphics>
+     <offset x="-10" y="0" />
+    </graphics>
+   </inscription>
+   <graphics>
+    <position x="108" y="114" />
+    <position x="34" y="230" />
+   </graphics>  </arc>
+  <arc id="e-60E5-327DB-12" source="t-60E5-3273E-5" target="p-60E5-326E5-2">
+   <inscription>
+    <text>6000</text>
+    <graphics>
+     <offset x="10" y="10" />
+    </graphics>
+   </inscription>
+   <graphics>
+    <position x="192" y="50" />
+    <position x="192" y="90" />
+   </graphics>  </arc>
+  <arc id="e-60E5-327F3-13" source="t-60E5-3273E-5" target="p-60E5-3271D-3">
+   <inscription>
+    <text>3</text>
+    <graphics>
+     <offset x="-10" y="10" />
+    </graphics>
+   </inscription>
+   <graphics>
+    <position x="132" y="30" />
+    <position x="88" y="158" />
+   </graphics>  </arc>
+  <arc id="e-60E5-32810-14" source="p-60E5-32732-4" target="t-60E5-3273E-5">
+   <inscription>
+    <text>2</text>
+    <graphics>
+     <offset x="10" y="-10" />
+    </graphics>
+   </inscription>
+   <graphics>
+    <position x="276" y="158" />
+    <position x="220" y="30" />
+   </graphics>  </arc>
+  <arc id="e-60E5-32827-15" source="p-60E5-3271D-3" target="t-60E5-32750-6">
+   <inscription>
+    <text>3000</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+   </inscription>
+   <graphics>
+    <position x="96" y="226" />
+    <position x="62" y="246" />
+   </graphics>  </arc>
+  <arc id="e-60E5-3283E-16" source="p-60E5-32732-4" target="t-60E5-3275F-7">
+   <inscription>
+    <text>2000</text>
+    <graphics>
+     <offset x="-10" y="10" />
+    </graphics>
+   </inscription>
+   <graphics>
+    <position x="252" y="250" />
+    <position x="282" y="274" />
+   </graphics>  </arc>
+  <arc id="e-60E5-32A41-17" source="t-60E5-3275F-7" target="p-60E5-32732-4">
+   <inscription>
+    <text>2000</text>
+    <graphics>
+     <offset x="0" y="-10" />
+    </graphics>
+   </inscription>
+   <graphics>
+    <position x="298" y="246" />
+    <position x="272" y="230" />
+   </graphics>  </arc>
+  <arc id="e-60E5-32A59-18" source="t-60E5-32750-6" target="p-60E5-32732-4">
+   <graphics>
+    <position x="74" y="302" />
+    <position x="196" y="294" />
+   </graphics>  </arc>
+  <arc id="e-60E5-32A73-19" source="p-60E5-3271D-3" target="t-60E5-3275F-7">
+   <graphics>
+    <position x="156" y="282" />
+    <position x="278" y="306" />
+   </graphics>  </arc>
+ </page>
+ </net>
+</pnml>
diff --git a/tools/tina-3.7.0/nets/prio_examples/ifip.ndr b/tools/tina-3.7.0/nets/prio_examples/ifip.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..75fc85efc7f7d533e849898cddedc3fca8df7f96
--- /dev/null
+++ b/tools/tina-3.7.0/nets/prio_examples/ifip.ndr
@@ -0,0 +1,27 @@
+p 130.0 50.0 p1 1 n
+p 350.0 50.0 p2 2 n
+p 130.0 190.0 p3 0 n
+p 290.0 200.0 p4 0 e
+p 400.0 200.0 p5 0 e
+t 190.0 120.0 t1 4 9 w
+t 290.0 120.0 t2 0 2 w
+t 400.0 120.0 t3 1 3 e
+t 130.0 260.0 t4 0 2 s
+t 70.0 120.0 t5 0 3 w
+e t2 t3 1 n
+e t1 p3 1 n
+e t3 p2 1 n
+e p5 t3 1 n
+e t1 0.778624573524 67.082039325 p5 0.592215460534 96.7987603226 1 n
+e t2 p2 1 n
+e p4 t2 1 n
+e t1 0.841581677509 44.1021541424 p4 0.456549315397 51.923019943 1 n
+e p2 0.5 58.0 t1 0.17119709363 56.8242905807 2 n
+e t4 0.143423651709 30.61045573 p3 0.859887966581 29.8328677804 1 n
+e p3 0.628881058409 29.0 t4 0.357388356261 32.0156211872 1 n
+e p3 t5 1 n
+e p1 t1 1 n
+e t5 p1 1 n
+h ifip
+
+
diff --git a/tools/tina-3.7.0/nets/prio_examples/ifip.net b/tools/tina-3.7.0/nets/prio_examples/ifip.net
new file mode 100644
index 0000000000000000000000000000000000000000..6e6dc9ffd8cb6253745cd569d75c59a486a34b2f
--- /dev/null
+++ b/tools/tina-3.7.0/nets/prio_examples/ifip.net
@@ -0,0 +1,9 @@
+net ifip
+tr t1 [4,9] p1 p2*2 -> p3 p4 p5 
+tr t2 [0,2] p4 -> p2 
+tr t3 [1,3] p5 -> p2 
+tr t4 [0,2] p3 -> p3 
+tr t5 [0,3] p3 -> p1 
+pl p1 (1)
+pl p2 (2)
+pr t3 < t2
diff --git a/tools/tina-3.7.0/nets/sw_examples/swtpn.ndr b/tools/tina-3.7.0/nets/sw_examples/swtpn.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..3585a7eb213a5ca178941df3e526324e223f2852
--- /dev/null
+++ b/tools/tina-3.7.0/nets/sw_examples/swtpn.ndr
@@ -0,0 +1,17 @@
+t 30.0 90.0 t1 n 1 1 s {} ne
+p 90.0 130.0 p3 1 n
+t 90.0 200.0 t4 w 1 1 s {} ne
+t 150.0 90.0 t3 n 0 1 s {} ne
+p 90.0 50.0 p0 1 n
+t 290.0 90.0 t2 n 1 1 s {} ne
+p 220.0 90.0 p2 0 n
+e p3 t4 !1 n
+e p3 t3 1 n
+e t1 p3 1 n
+e t3 p0 1 n
+e p0 t1 1 n
+e t3 p2 1 n
+e p2 t2 1 n
+h swtpn
+
+
diff --git a/tools/tina-3.7.0/nets/sw_examples/swtpn.net b/tools/tina-3.7.0/nets/sw_examples/swtpn.net
new file mode 100644
index 0000000000000000000000000000000000000000..55a321a6cb5573a31f89525a72967fccf4356c6d
--- /dev/null
+++ b/tools/tina-3.7.0/nets/sw_examples/swtpn.net
@@ -0,0 +1,8 @@
+net swtpn
+tr t1 [1,1] p0 -> p3 
+tr t2 [1,1] p2 ->
+tr t3 [0,1] p3 -> p0 p2 
+tr t4 [1,1] p3!1 ->
+pl p0 (1)
+pl p3 (1)
+
diff --git a/tools/tina-3.7.0/nets/sw_examples/tasks.ndr b/tools/tina-3.7.0/nets/sw_examples/tasks.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..609190363e22a34111ee8963584f1bdaa1d2b36f
--- /dev/null
+++ b/tools/tina-3.7.0/nets/sw_examples/tasks.ndr
@@ -0,0 +1,21 @@
+p 30.0 120.0 p11 1 e
+p 170.0 120.0 p21 1 e
+t 170.0 210.0 t22 18 28 e
+t 310.0 210.0 t32 20 28 e
+t 30.0 210.0 t12 10 20 e
+t 310.0 30.0 t31 150 150 e
+t 170.0 30.0 t21 100 w e
+t 30.0 30.0 t11 50 50 e
+p 310.0 120.0 p31 1 e
+e t11 p11 1 n
+e t21 p21 1 n
+e t31 p31 1 n
+e p31 t32 1 n
+e p11 t12 1 n
+e p21 t22 1 n
+e p11 t22 !-1 n
+e p11 t32 !-1 n
+e p21 t32 !-1 n
+h tasks
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/README b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/README
new file mode 100644
index 0000000000000000000000000000000000000000..63a26eeffb60891bdab747e55c4e4c3fb9c7868c
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/README
@@ -0,0 +1,32 @@
+
+A dining philosophers example in which each philosopher can take both forks in parallel
+
+Contents:
+
+components:
+	basic component, replicated in all models
+
+mkphilo:
+	a tcl script for generating philosopher models in tpn format
+	(usage, e.g.    mkphilo 100 > p100.tpn)
+
+p*.tpn:
+	example models obtained my mksched (recommended for tedd)
+
+p10000.net:
+	see below
+
+philosophers5.ndr:
+	the result of drawing p5.tpn in nd, for understanding the models
+
+----
+
+NOTE: interpreting tpn scripts producing very large nets can be slow.
+For repeated experiments on the same (large) net, it may be convenient to first convert
+the .tpn description into an equivalent .net, using tool ndrio, e.g. 
+
+      ndrio p5000.tpn p5000.net
+      tedd p5000.net
+      tedd -pnmc p5000.net -order-lexical
+      tedd -pnmc p5000.net -order-force
+ 
diff --git a/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/components/philo.ndr b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/components/philo.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..45362a4c95676109cea191b057a1b2f186f1223e
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/components/philo.ndr
@@ -0,0 +1,33 @@
+p 140.0 50.0 {p2-thinks} 1 n
+t 140.0 125.0 t 0 w n
+p 70.0 180.0 p1 0 n
+p 205.0 180.0 p5 0 n
+t 70.0 250.0 t1 c 0 w n tleft w
+p 70.0 330.0 p3 0 s
+p 205.0 330.0 p6 0 s
+t 140.0 405.0 e 0 w n
+p 140.0 485.0 {p4-eats} 0 w
+t 205.0 250.0 t2 0 w n
+t 140.0 560.0 t4 c 0 w n bleft w
+t 465.0 250.0 t3 c 0 w n tright e
+t 465.0 560.0 t0 c 0 w n bright e
+p 335.0 400.0 f 1 n
+e t4 0.0 135.0 {p2-thinks} 0.0 135.0 1 n
+e {p4-eats} t4 1 n
+e t2 p6 1 n
+e p5 t2 1 n
+e t0 f 1 n
+e f t3 1 n
+e t4 f 1 n
+e f t2 1 n
+e e {p4-eats} 1 n
+e p6 e 1 n
+e p3 e 1 n
+e t1 p3 1 n
+e p1 t1 1 n
+e t p5 1 n
+e t p1 1 n
+e {p2-thinks} t 1 n
+h philo
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/mkphilo b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/mkphilo
new file mode 100755
index 0000000000000000000000000000000000000000..9560f17c424643a8217302beb222a0b36518952a
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/mkphilo
@@ -0,0 +1,19 @@
+#!/bin/sh
+# \
+exec tclsh "$0" -- "$@"
+
+# generates n-philosophers
+# usage mkphilo N > philoN.tpn
+
+proc main {} {
+    global argv
+    if {"" == [set n [lindex $argv 1]]} {set n 1}
+    puts "# m0 symmetric"
+    for {set i 0} {$i < $n} {incr i} {
+	puts "load components/philo.ndr"
+	puts "ren a[expr [expr $i - 1] % $n]/tleft b[expr [expr $i - 1] % $n]/bleft a$i/tright b$i/bright"
+    }
+    puts "sync ring $n"
+}
+
+main
diff --git a/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p10.tpn b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p10.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..18ef2ec2b79e9ebf1a4ad2ae4a1d23c0223a5d1c
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p10.tpn
@@ -0,0 +1,22 @@
+# m0 symmetric
+load components/philo.ndr
+ren a9/tleft b9/bleft a0/tright b0/bright
+load components/philo.ndr
+ren a0/tleft b0/bleft a1/tright b1/bright
+load components/philo.ndr
+ren a1/tleft b1/bleft a2/tright b2/bright
+load components/philo.ndr
+ren a2/tleft b2/bleft a3/tright b3/bright
+load components/philo.ndr
+ren a3/tleft b3/bleft a4/tright b4/bright
+load components/philo.ndr
+ren a4/tleft b4/bleft a5/tright b5/bright
+load components/philo.ndr
+ren a5/tleft b5/bleft a6/tright b6/bright
+load components/philo.ndr
+ren a6/tleft b6/bleft a7/tright b7/bright
+load components/philo.ndr
+ren a7/tleft b7/bleft a8/tright b8/bright
+load components/philo.ndr
+ren a8/tleft b8/bleft a9/tright b9/bright
+sync ring 10
diff --git a/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p100.tpn b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p100.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..99ccb19c8de331842085851586430f7d0efa90d7
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p100.tpn
@@ -0,0 +1,202 @@
+# m0 symmetric
+load components/philo.ndr
+ren a99/tleft b99/bleft a0/tright b0/bright
+load components/philo.ndr
+ren a0/tleft b0/bleft a1/tright b1/bright
+load components/philo.ndr
+ren a1/tleft b1/bleft a2/tright b2/bright
+load components/philo.ndr
+ren a2/tleft b2/bleft a3/tright b3/bright
+load components/philo.ndr
+ren a3/tleft b3/bleft a4/tright b4/bright
+load components/philo.ndr
+ren a4/tleft b4/bleft a5/tright b5/bright
+load components/philo.ndr
+ren a5/tleft b5/bleft a6/tright b6/bright
+load components/philo.ndr
+ren a6/tleft b6/bleft a7/tright b7/bright
+load components/philo.ndr
+ren a7/tleft b7/bleft a8/tright b8/bright
+load components/philo.ndr
+ren a8/tleft b8/bleft a9/tright b9/bright
+load components/philo.ndr
+ren a9/tleft b9/bleft a10/tright b10/bright
+load components/philo.ndr
+ren a10/tleft b10/bleft a11/tright b11/bright
+load components/philo.ndr
+ren a11/tleft b11/bleft a12/tright b12/bright
+load components/philo.ndr
+ren a12/tleft b12/bleft a13/tright b13/bright
+load components/philo.ndr
+ren a13/tleft b13/bleft a14/tright b14/bright
+load components/philo.ndr
+ren a14/tleft b14/bleft a15/tright b15/bright
+load components/philo.ndr
+ren a15/tleft b15/bleft a16/tright b16/bright
+load components/philo.ndr
+ren a16/tleft b16/bleft a17/tright b17/bright
+load components/philo.ndr
+ren a17/tleft b17/bleft a18/tright b18/bright
+load components/philo.ndr
+ren a18/tleft b18/bleft a19/tright b19/bright
+load components/philo.ndr
+ren a19/tleft b19/bleft a20/tright b20/bright
+load components/philo.ndr
+ren a20/tleft b20/bleft a21/tright b21/bright
+load components/philo.ndr
+ren a21/tleft b21/bleft a22/tright b22/bright
+load components/philo.ndr
+ren a22/tleft b22/bleft a23/tright b23/bright
+load components/philo.ndr
+ren a23/tleft b23/bleft a24/tright b24/bright
+load components/philo.ndr
+ren a24/tleft b24/bleft a25/tright b25/bright
+load components/philo.ndr
+ren a25/tleft b25/bleft a26/tright b26/bright
+load components/philo.ndr
+ren a26/tleft b26/bleft a27/tright b27/bright
+load components/philo.ndr
+ren a27/tleft b27/bleft a28/tright b28/bright
+load components/philo.ndr
+ren a28/tleft b28/bleft a29/tright b29/bright
+load components/philo.ndr
+ren a29/tleft b29/bleft a30/tright b30/bright
+load components/philo.ndr
+ren a30/tleft b30/bleft a31/tright b31/bright
+load components/philo.ndr
+ren a31/tleft b31/bleft a32/tright b32/bright
+load components/philo.ndr
+ren a32/tleft b32/bleft a33/tright b33/bright
+load components/philo.ndr
+ren a33/tleft b33/bleft a34/tright b34/bright
+load components/philo.ndr
+ren a34/tleft b34/bleft a35/tright b35/bright
+load components/philo.ndr
+ren a35/tleft b35/bleft a36/tright b36/bright
+load components/philo.ndr
+ren a36/tleft b36/bleft a37/tright b37/bright
+load components/philo.ndr
+ren a37/tleft b37/bleft a38/tright b38/bright
+load components/philo.ndr
+ren a38/tleft b38/bleft a39/tright b39/bright
+load components/philo.ndr
+ren a39/tleft b39/bleft a40/tright b40/bright
+load components/philo.ndr
+ren a40/tleft b40/bleft a41/tright b41/bright
+load components/philo.ndr
+ren a41/tleft b41/bleft a42/tright b42/bright
+load components/philo.ndr
+ren a42/tleft b42/bleft a43/tright b43/bright
+load components/philo.ndr
+ren a43/tleft b43/bleft a44/tright b44/bright
+load components/philo.ndr
+ren a44/tleft b44/bleft a45/tright b45/bright
+load components/philo.ndr
+ren a45/tleft b45/bleft a46/tright b46/bright
+load components/philo.ndr
+ren a46/tleft b46/bleft a47/tright b47/bright
+load components/philo.ndr
+ren a47/tleft b47/bleft a48/tright b48/bright
+load components/philo.ndr
+ren a48/tleft b48/bleft a49/tright b49/bright
+load components/philo.ndr
+ren a49/tleft b49/bleft a50/tright b50/bright
+load components/philo.ndr
+ren a50/tleft b50/bleft a51/tright b51/bright
+load components/philo.ndr
+ren a51/tleft b51/bleft a52/tright b52/bright
+load components/philo.ndr
+ren a52/tleft b52/bleft a53/tright b53/bright
+load components/philo.ndr
+ren a53/tleft b53/bleft a54/tright b54/bright
+load components/philo.ndr
+ren a54/tleft b54/bleft a55/tright b55/bright
+load components/philo.ndr
+ren a55/tleft b55/bleft a56/tright b56/bright
+load components/philo.ndr
+ren a56/tleft b56/bleft a57/tright b57/bright
+load components/philo.ndr
+ren a57/tleft b57/bleft a58/tright b58/bright
+load components/philo.ndr
+ren a58/tleft b58/bleft a59/tright b59/bright
+load components/philo.ndr
+ren a59/tleft b59/bleft a60/tright b60/bright
+load components/philo.ndr
+ren a60/tleft b60/bleft a61/tright b61/bright
+load components/philo.ndr
+ren a61/tleft b61/bleft a62/tright b62/bright
+load components/philo.ndr
+ren a62/tleft b62/bleft a63/tright b63/bright
+load components/philo.ndr
+ren a63/tleft b63/bleft a64/tright b64/bright
+load components/philo.ndr
+ren a64/tleft b64/bleft a65/tright b65/bright
+load components/philo.ndr
+ren a65/tleft b65/bleft a66/tright b66/bright
+load components/philo.ndr
+ren a66/tleft b66/bleft a67/tright b67/bright
+load components/philo.ndr
+ren a67/tleft b67/bleft a68/tright b68/bright
+load components/philo.ndr
+ren a68/tleft b68/bleft a69/tright b69/bright
+load components/philo.ndr
+ren a69/tleft b69/bleft a70/tright b70/bright
+load components/philo.ndr
+ren a70/tleft b70/bleft a71/tright b71/bright
+load components/philo.ndr
+ren a71/tleft b71/bleft a72/tright b72/bright
+load components/philo.ndr
+ren a72/tleft b72/bleft a73/tright b73/bright
+load components/philo.ndr
+ren a73/tleft b73/bleft a74/tright b74/bright
+load components/philo.ndr
+ren a74/tleft b74/bleft a75/tright b75/bright
+load components/philo.ndr
+ren a75/tleft b75/bleft a76/tright b76/bright
+load components/philo.ndr
+ren a76/tleft b76/bleft a77/tright b77/bright
+load components/philo.ndr
+ren a77/tleft b77/bleft a78/tright b78/bright
+load components/philo.ndr
+ren a78/tleft b78/bleft a79/tright b79/bright
+load components/philo.ndr
+ren a79/tleft b79/bleft a80/tright b80/bright
+load components/philo.ndr
+ren a80/tleft b80/bleft a81/tright b81/bright
+load components/philo.ndr
+ren a81/tleft b81/bleft a82/tright b82/bright
+load components/philo.ndr
+ren a82/tleft b82/bleft a83/tright b83/bright
+load components/philo.ndr
+ren a83/tleft b83/bleft a84/tright b84/bright
+load components/philo.ndr
+ren a84/tleft b84/bleft a85/tright b85/bright
+load components/philo.ndr
+ren a85/tleft b85/bleft a86/tright b86/bright
+load components/philo.ndr
+ren a86/tleft b86/bleft a87/tright b87/bright
+load components/philo.ndr
+ren a87/tleft b87/bleft a88/tright b88/bright
+load components/philo.ndr
+ren a88/tleft b88/bleft a89/tright b89/bright
+load components/philo.ndr
+ren a89/tleft b89/bleft a90/tright b90/bright
+load components/philo.ndr
+ren a90/tleft b90/bleft a91/tright b91/bright
+load components/philo.ndr
+ren a91/tleft b91/bleft a92/tright b92/bright
+load components/philo.ndr
+ren a92/tleft b92/bleft a93/tright b93/bright
+load components/philo.ndr
+ren a93/tleft b93/bleft a94/tright b94/bright
+load components/philo.ndr
+ren a94/tleft b94/bleft a95/tright b95/bright
+load components/philo.ndr
+ren a95/tleft b95/bleft a96/tright b96/bright
+load components/philo.ndr
+ren a96/tleft b96/bleft a97/tright b97/bright
+load components/philo.ndr
+ren a97/tleft b97/bleft a98/tright b98/bright
+load components/philo.ndr
+ren a98/tleft b98/bleft a99/tright b99/bright
+sync ring 100
diff --git a/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p1000.tpn b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p1000.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..d6e6b9d42b4ad6e2a62a443fd1e1bc72ccdb005b
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p1000.tpn
@@ -0,0 +1,2002 @@
+# m0 symmetric
+load components/philo.ndr
+ren a999/tleft b999/bleft a0/tright b0/bright
+load components/philo.ndr
+ren a0/tleft b0/bleft a1/tright b1/bright
+load components/philo.ndr
+ren a1/tleft b1/bleft a2/tright b2/bright
+load components/philo.ndr
+ren a2/tleft b2/bleft a3/tright b3/bright
+load components/philo.ndr
+ren a3/tleft b3/bleft a4/tright b4/bright
+load components/philo.ndr
+ren a4/tleft b4/bleft a5/tright b5/bright
+load components/philo.ndr
+ren a5/tleft b5/bleft a6/tright b6/bright
+load components/philo.ndr
+ren a6/tleft b6/bleft a7/tright b7/bright
+load components/philo.ndr
+ren a7/tleft b7/bleft a8/tright b8/bright
+load components/philo.ndr
+ren a8/tleft b8/bleft a9/tright b9/bright
+load components/philo.ndr
+ren a9/tleft b9/bleft a10/tright b10/bright
+load components/philo.ndr
+ren a10/tleft b10/bleft a11/tright b11/bright
+load components/philo.ndr
+ren a11/tleft b11/bleft a12/tright b12/bright
+load components/philo.ndr
+ren a12/tleft b12/bleft a13/tright b13/bright
+load components/philo.ndr
+ren a13/tleft b13/bleft a14/tright b14/bright
+load components/philo.ndr
+ren a14/tleft b14/bleft a15/tright b15/bright
+load components/philo.ndr
+ren a15/tleft b15/bleft a16/tright b16/bright
+load components/philo.ndr
+ren a16/tleft b16/bleft a17/tright b17/bright
+load components/philo.ndr
+ren a17/tleft b17/bleft a18/tright b18/bright
+load components/philo.ndr
+ren a18/tleft b18/bleft a19/tright b19/bright
+load components/philo.ndr
+ren a19/tleft b19/bleft a20/tright b20/bright
+load components/philo.ndr
+ren a20/tleft b20/bleft a21/tright b21/bright
+load components/philo.ndr
+ren a21/tleft b21/bleft a22/tright b22/bright
+load components/philo.ndr
+ren a22/tleft b22/bleft a23/tright b23/bright
+load components/philo.ndr
+ren a23/tleft b23/bleft a24/tright b24/bright
+load components/philo.ndr
+ren a24/tleft b24/bleft a25/tright b25/bright
+load components/philo.ndr
+ren a25/tleft b25/bleft a26/tright b26/bright
+load components/philo.ndr
+ren a26/tleft b26/bleft a27/tright b27/bright
+load components/philo.ndr
+ren a27/tleft b27/bleft a28/tright b28/bright
+load components/philo.ndr
+ren a28/tleft b28/bleft a29/tright b29/bright
+load components/philo.ndr
+ren a29/tleft b29/bleft a30/tright b30/bright
+load components/philo.ndr
+ren a30/tleft b30/bleft a31/tright b31/bright
+load components/philo.ndr
+ren a31/tleft b31/bleft a32/tright b32/bright
+load components/philo.ndr
+ren a32/tleft b32/bleft a33/tright b33/bright
+load components/philo.ndr
+ren a33/tleft b33/bleft a34/tright b34/bright
+load components/philo.ndr
+ren a34/tleft b34/bleft a35/tright b35/bright
+load components/philo.ndr
+ren a35/tleft b35/bleft a36/tright b36/bright
+load components/philo.ndr
+ren a36/tleft b36/bleft a37/tright b37/bright
+load components/philo.ndr
+ren a37/tleft b37/bleft a38/tright b38/bright
+load components/philo.ndr
+ren a38/tleft b38/bleft a39/tright b39/bright
+load components/philo.ndr
+ren a39/tleft b39/bleft a40/tright b40/bright
+load components/philo.ndr
+ren a40/tleft b40/bleft a41/tright b41/bright
+load components/philo.ndr
+ren a41/tleft b41/bleft a42/tright b42/bright
+load components/philo.ndr
+ren a42/tleft b42/bleft a43/tright b43/bright
+load components/philo.ndr
+ren a43/tleft b43/bleft a44/tright b44/bright
+load components/philo.ndr
+ren a44/tleft b44/bleft a45/tright b45/bright
+load components/philo.ndr
+ren a45/tleft b45/bleft a46/tright b46/bright
+load components/philo.ndr
+ren a46/tleft b46/bleft a47/tright b47/bright
+load components/philo.ndr
+ren a47/tleft b47/bleft a48/tright b48/bright
+load components/philo.ndr
+ren a48/tleft b48/bleft a49/tright b49/bright
+load components/philo.ndr
+ren a49/tleft b49/bleft a50/tright b50/bright
+load components/philo.ndr
+ren a50/tleft b50/bleft a51/tright b51/bright
+load components/philo.ndr
+ren a51/tleft b51/bleft a52/tright b52/bright
+load components/philo.ndr
+ren a52/tleft b52/bleft a53/tright b53/bright
+load components/philo.ndr
+ren a53/tleft b53/bleft a54/tright b54/bright
+load components/philo.ndr
+ren a54/tleft b54/bleft a55/tright b55/bright
+load components/philo.ndr
+ren a55/tleft b55/bleft a56/tright b56/bright
+load components/philo.ndr
+ren a56/tleft b56/bleft a57/tright b57/bright
+load components/philo.ndr
+ren a57/tleft b57/bleft a58/tright b58/bright
+load components/philo.ndr
+ren a58/tleft b58/bleft a59/tright b59/bright
+load components/philo.ndr
+ren a59/tleft b59/bleft a60/tright b60/bright
+load components/philo.ndr
+ren a60/tleft b60/bleft a61/tright b61/bright
+load components/philo.ndr
+ren a61/tleft b61/bleft a62/tright b62/bright
+load components/philo.ndr
+ren a62/tleft b62/bleft a63/tright b63/bright
+load components/philo.ndr
+ren a63/tleft b63/bleft a64/tright b64/bright
+load components/philo.ndr
+ren a64/tleft b64/bleft a65/tright b65/bright
+load components/philo.ndr
+ren a65/tleft b65/bleft a66/tright b66/bright
+load components/philo.ndr
+ren a66/tleft b66/bleft a67/tright b67/bright
+load components/philo.ndr
+ren a67/tleft b67/bleft a68/tright b68/bright
+load components/philo.ndr
+ren a68/tleft b68/bleft a69/tright b69/bright
+load components/philo.ndr
+ren a69/tleft b69/bleft a70/tright b70/bright
+load components/philo.ndr
+ren a70/tleft b70/bleft a71/tright b71/bright
+load components/philo.ndr
+ren a71/tleft b71/bleft a72/tright b72/bright
+load components/philo.ndr
+ren a72/tleft b72/bleft a73/tright b73/bright
+load components/philo.ndr
+ren a73/tleft b73/bleft a74/tright b74/bright
+load components/philo.ndr
+ren a74/tleft b74/bleft a75/tright b75/bright
+load components/philo.ndr
+ren a75/tleft b75/bleft a76/tright b76/bright
+load components/philo.ndr
+ren a76/tleft b76/bleft a77/tright b77/bright
+load components/philo.ndr
+ren a77/tleft b77/bleft a78/tright b78/bright
+load components/philo.ndr
+ren a78/tleft b78/bleft a79/tright b79/bright
+load components/philo.ndr
+ren a79/tleft b79/bleft a80/tright b80/bright
+load components/philo.ndr
+ren a80/tleft b80/bleft a81/tright b81/bright
+load components/philo.ndr
+ren a81/tleft b81/bleft a82/tright b82/bright
+load components/philo.ndr
+ren a82/tleft b82/bleft a83/tright b83/bright
+load components/philo.ndr
+ren a83/tleft b83/bleft a84/tright b84/bright
+load components/philo.ndr
+ren a84/tleft b84/bleft a85/tright b85/bright
+load components/philo.ndr
+ren a85/tleft b85/bleft a86/tright b86/bright
+load components/philo.ndr
+ren a86/tleft b86/bleft a87/tright b87/bright
+load components/philo.ndr
+ren a87/tleft b87/bleft a88/tright b88/bright
+load components/philo.ndr
+ren a88/tleft b88/bleft a89/tright b89/bright
+load components/philo.ndr
+ren a89/tleft b89/bleft a90/tright b90/bright
+load components/philo.ndr
+ren a90/tleft b90/bleft a91/tright b91/bright
+load components/philo.ndr
+ren a91/tleft b91/bleft a92/tright b92/bright
+load components/philo.ndr
+ren a92/tleft b92/bleft a93/tright b93/bright
+load components/philo.ndr
+ren a93/tleft b93/bleft a94/tright b94/bright
+load components/philo.ndr
+ren a94/tleft b94/bleft a95/tright b95/bright
+load components/philo.ndr
+ren a95/tleft b95/bleft a96/tright b96/bright
+load components/philo.ndr
+ren a96/tleft b96/bleft a97/tright b97/bright
+load components/philo.ndr
+ren a97/tleft b97/bleft a98/tright b98/bright
+load components/philo.ndr
+ren a98/tleft b98/bleft a99/tright b99/bright
+load components/philo.ndr
+ren a99/tleft b99/bleft a100/tright b100/bright
+load components/philo.ndr
+ren a100/tleft b100/bleft a101/tright b101/bright
+load components/philo.ndr
+ren a101/tleft b101/bleft a102/tright b102/bright
+load components/philo.ndr
+ren a102/tleft b102/bleft a103/tright b103/bright
+load components/philo.ndr
+ren a103/tleft b103/bleft a104/tright b104/bright
+load components/philo.ndr
+ren a104/tleft b104/bleft a105/tright b105/bright
+load components/philo.ndr
+ren a105/tleft b105/bleft a106/tright b106/bright
+load components/philo.ndr
+ren a106/tleft b106/bleft a107/tright b107/bright
+load components/philo.ndr
+ren a107/tleft b107/bleft a108/tright b108/bright
+load components/philo.ndr
+ren a108/tleft b108/bleft a109/tright b109/bright
+load components/philo.ndr
+ren a109/tleft b109/bleft a110/tright b110/bright
+load components/philo.ndr
+ren a110/tleft b110/bleft a111/tright b111/bright
+load components/philo.ndr
+ren a111/tleft b111/bleft a112/tright b112/bright
+load components/philo.ndr
+ren a112/tleft b112/bleft a113/tright b113/bright
+load components/philo.ndr
+ren a113/tleft b113/bleft a114/tright b114/bright
+load components/philo.ndr
+ren a114/tleft b114/bleft a115/tright b115/bright
+load components/philo.ndr
+ren a115/tleft b115/bleft a116/tright b116/bright
+load components/philo.ndr
+ren a116/tleft b116/bleft a117/tright b117/bright
+load components/philo.ndr
+ren a117/tleft b117/bleft a118/tright b118/bright
+load components/philo.ndr
+ren a118/tleft b118/bleft a119/tright b119/bright
+load components/philo.ndr
+ren a119/tleft b119/bleft a120/tright b120/bright
+load components/philo.ndr
+ren a120/tleft b120/bleft a121/tright b121/bright
+load components/philo.ndr
+ren a121/tleft b121/bleft a122/tright b122/bright
+load components/philo.ndr
+ren a122/tleft b122/bleft a123/tright b123/bright
+load components/philo.ndr
+ren a123/tleft b123/bleft a124/tright b124/bright
+load components/philo.ndr
+ren a124/tleft b124/bleft a125/tright b125/bright
+load components/philo.ndr
+ren a125/tleft b125/bleft a126/tright b126/bright
+load components/philo.ndr
+ren a126/tleft b126/bleft a127/tright b127/bright
+load components/philo.ndr
+ren a127/tleft b127/bleft a128/tright b128/bright
+load components/philo.ndr
+ren a128/tleft b128/bleft a129/tright b129/bright
+load components/philo.ndr
+ren a129/tleft b129/bleft a130/tright b130/bright
+load components/philo.ndr
+ren a130/tleft b130/bleft a131/tright b131/bright
+load components/philo.ndr
+ren a131/tleft b131/bleft a132/tright b132/bright
+load components/philo.ndr
+ren a132/tleft b132/bleft a133/tright b133/bright
+load components/philo.ndr
+ren a133/tleft b133/bleft a134/tright b134/bright
+load components/philo.ndr
+ren a134/tleft b134/bleft a135/tright b135/bright
+load components/philo.ndr
+ren a135/tleft b135/bleft a136/tright b136/bright
+load components/philo.ndr
+ren a136/tleft b136/bleft a137/tright b137/bright
+load components/philo.ndr
+ren a137/tleft b137/bleft a138/tright b138/bright
+load components/philo.ndr
+ren a138/tleft b138/bleft a139/tright b139/bright
+load components/philo.ndr
+ren a139/tleft b139/bleft a140/tright b140/bright
+load components/philo.ndr
+ren a140/tleft b140/bleft a141/tright b141/bright
+load components/philo.ndr
+ren a141/tleft b141/bleft a142/tright b142/bright
+load components/philo.ndr
+ren a142/tleft b142/bleft a143/tright b143/bright
+load components/philo.ndr
+ren a143/tleft b143/bleft a144/tright b144/bright
+load components/philo.ndr
+ren a144/tleft b144/bleft a145/tright b145/bright
+load components/philo.ndr
+ren a145/tleft b145/bleft a146/tright b146/bright
+load components/philo.ndr
+ren a146/tleft b146/bleft a147/tright b147/bright
+load components/philo.ndr
+ren a147/tleft b147/bleft a148/tright b148/bright
+load components/philo.ndr
+ren a148/tleft b148/bleft a149/tright b149/bright
+load components/philo.ndr
+ren a149/tleft b149/bleft a150/tright b150/bright
+load components/philo.ndr
+ren a150/tleft b150/bleft a151/tright b151/bright
+load components/philo.ndr
+ren a151/tleft b151/bleft a152/tright b152/bright
+load components/philo.ndr
+ren a152/tleft b152/bleft a153/tright b153/bright
+load components/philo.ndr
+ren a153/tleft b153/bleft a154/tright b154/bright
+load components/philo.ndr
+ren a154/tleft b154/bleft a155/tright b155/bright
+load components/philo.ndr
+ren a155/tleft b155/bleft a156/tright b156/bright
+load components/philo.ndr
+ren a156/tleft b156/bleft a157/tright b157/bright
+load components/philo.ndr
+ren a157/tleft b157/bleft a158/tright b158/bright
+load components/philo.ndr
+ren a158/tleft b158/bleft a159/tright b159/bright
+load components/philo.ndr
+ren a159/tleft b159/bleft a160/tright b160/bright
+load components/philo.ndr
+ren a160/tleft b160/bleft a161/tright b161/bright
+load components/philo.ndr
+ren a161/tleft b161/bleft a162/tright b162/bright
+load components/philo.ndr
+ren a162/tleft b162/bleft a163/tright b163/bright
+load components/philo.ndr
+ren a163/tleft b163/bleft a164/tright b164/bright
+load components/philo.ndr
+ren a164/tleft b164/bleft a165/tright b165/bright
+load components/philo.ndr
+ren a165/tleft b165/bleft a166/tright b166/bright
+load components/philo.ndr
+ren a166/tleft b166/bleft a167/tright b167/bright
+load components/philo.ndr
+ren a167/tleft b167/bleft a168/tright b168/bright
+load components/philo.ndr
+ren a168/tleft b168/bleft a169/tright b169/bright
+load components/philo.ndr
+ren a169/tleft b169/bleft a170/tright b170/bright
+load components/philo.ndr
+ren a170/tleft b170/bleft a171/tright b171/bright
+load components/philo.ndr
+ren a171/tleft b171/bleft a172/tright b172/bright
+load components/philo.ndr
+ren a172/tleft b172/bleft a173/tright b173/bright
+load components/philo.ndr
+ren a173/tleft b173/bleft a174/tright b174/bright
+load components/philo.ndr
+ren a174/tleft b174/bleft a175/tright b175/bright
+load components/philo.ndr
+ren a175/tleft b175/bleft a176/tright b176/bright
+load components/philo.ndr
+ren a176/tleft b176/bleft a177/tright b177/bright
+load components/philo.ndr
+ren a177/tleft b177/bleft a178/tright b178/bright
+load components/philo.ndr
+ren a178/tleft b178/bleft a179/tright b179/bright
+load components/philo.ndr
+ren a179/tleft b179/bleft a180/tright b180/bright
+load components/philo.ndr
+ren a180/tleft b180/bleft a181/tright b181/bright
+load components/philo.ndr
+ren a181/tleft b181/bleft a182/tright b182/bright
+load components/philo.ndr
+ren a182/tleft b182/bleft a183/tright b183/bright
+load components/philo.ndr
+ren a183/tleft b183/bleft a184/tright b184/bright
+load components/philo.ndr
+ren a184/tleft b184/bleft a185/tright b185/bright
+load components/philo.ndr
+ren a185/tleft b185/bleft a186/tright b186/bright
+load components/philo.ndr
+ren a186/tleft b186/bleft a187/tright b187/bright
+load components/philo.ndr
+ren a187/tleft b187/bleft a188/tright b188/bright
+load components/philo.ndr
+ren a188/tleft b188/bleft a189/tright b189/bright
+load components/philo.ndr
+ren a189/tleft b189/bleft a190/tright b190/bright
+load components/philo.ndr
+ren a190/tleft b190/bleft a191/tright b191/bright
+load components/philo.ndr
+ren a191/tleft b191/bleft a192/tright b192/bright
+load components/philo.ndr
+ren a192/tleft b192/bleft a193/tright b193/bright
+load components/philo.ndr
+ren a193/tleft b193/bleft a194/tright b194/bright
+load components/philo.ndr
+ren a194/tleft b194/bleft a195/tright b195/bright
+load components/philo.ndr
+ren a195/tleft b195/bleft a196/tright b196/bright
+load components/philo.ndr
+ren a196/tleft b196/bleft a197/tright b197/bright
+load components/philo.ndr
+ren a197/tleft b197/bleft a198/tright b198/bright
+load components/philo.ndr
+ren a198/tleft b198/bleft a199/tright b199/bright
+load components/philo.ndr
+ren a199/tleft b199/bleft a200/tright b200/bright
+load components/philo.ndr
+ren a200/tleft b200/bleft a201/tright b201/bright
+load components/philo.ndr
+ren a201/tleft b201/bleft a202/tright b202/bright
+load components/philo.ndr
+ren a202/tleft b202/bleft a203/tright b203/bright
+load components/philo.ndr
+ren a203/tleft b203/bleft a204/tright b204/bright
+load components/philo.ndr
+ren a204/tleft b204/bleft a205/tright b205/bright
+load components/philo.ndr
+ren a205/tleft b205/bleft a206/tright b206/bright
+load components/philo.ndr
+ren a206/tleft b206/bleft a207/tright b207/bright
+load components/philo.ndr
+ren a207/tleft b207/bleft a208/tright b208/bright
+load components/philo.ndr
+ren a208/tleft b208/bleft a209/tright b209/bright
+load components/philo.ndr
+ren a209/tleft b209/bleft a210/tright b210/bright
+load components/philo.ndr
+ren a210/tleft b210/bleft a211/tright b211/bright
+load components/philo.ndr
+ren a211/tleft b211/bleft a212/tright b212/bright
+load components/philo.ndr
+ren a212/tleft b212/bleft a213/tright b213/bright
+load components/philo.ndr
+ren a213/tleft b213/bleft a214/tright b214/bright
+load components/philo.ndr
+ren a214/tleft b214/bleft a215/tright b215/bright
+load components/philo.ndr
+ren a215/tleft b215/bleft a216/tright b216/bright
+load components/philo.ndr
+ren a216/tleft b216/bleft a217/tright b217/bright
+load components/philo.ndr
+ren a217/tleft b217/bleft a218/tright b218/bright
+load components/philo.ndr
+ren a218/tleft b218/bleft a219/tright b219/bright
+load components/philo.ndr
+ren a219/tleft b219/bleft a220/tright b220/bright
+load components/philo.ndr
+ren a220/tleft b220/bleft a221/tright b221/bright
+load components/philo.ndr
+ren a221/tleft b221/bleft a222/tright b222/bright
+load components/philo.ndr
+ren a222/tleft b222/bleft a223/tright b223/bright
+load components/philo.ndr
+ren a223/tleft b223/bleft a224/tright b224/bright
+load components/philo.ndr
+ren a224/tleft b224/bleft a225/tright b225/bright
+load components/philo.ndr
+ren a225/tleft b225/bleft a226/tright b226/bright
+load components/philo.ndr
+ren a226/tleft b226/bleft a227/tright b227/bright
+load components/philo.ndr
+ren a227/tleft b227/bleft a228/tright b228/bright
+load components/philo.ndr
+ren a228/tleft b228/bleft a229/tright b229/bright
+load components/philo.ndr
+ren a229/tleft b229/bleft a230/tright b230/bright
+load components/philo.ndr
+ren a230/tleft b230/bleft a231/tright b231/bright
+load components/philo.ndr
+ren a231/tleft b231/bleft a232/tright b232/bright
+load components/philo.ndr
+ren a232/tleft b232/bleft a233/tright b233/bright
+load components/philo.ndr
+ren a233/tleft b233/bleft a234/tright b234/bright
+load components/philo.ndr
+ren a234/tleft b234/bleft a235/tright b235/bright
+load components/philo.ndr
+ren a235/tleft b235/bleft a236/tright b236/bright
+load components/philo.ndr
+ren a236/tleft b236/bleft a237/tright b237/bright
+load components/philo.ndr
+ren a237/tleft b237/bleft a238/tright b238/bright
+load components/philo.ndr
+ren a238/tleft b238/bleft a239/tright b239/bright
+load components/philo.ndr
+ren a239/tleft b239/bleft a240/tright b240/bright
+load components/philo.ndr
+ren a240/tleft b240/bleft a241/tright b241/bright
+load components/philo.ndr
+ren a241/tleft b241/bleft a242/tright b242/bright
+load components/philo.ndr
+ren a242/tleft b242/bleft a243/tright b243/bright
+load components/philo.ndr
+ren a243/tleft b243/bleft a244/tright b244/bright
+load components/philo.ndr
+ren a244/tleft b244/bleft a245/tright b245/bright
+load components/philo.ndr
+ren a245/tleft b245/bleft a246/tright b246/bright
+load components/philo.ndr
+ren a246/tleft b246/bleft a247/tright b247/bright
+load components/philo.ndr
+ren a247/tleft b247/bleft a248/tright b248/bright
+load components/philo.ndr
+ren a248/tleft b248/bleft a249/tright b249/bright
+load components/philo.ndr
+ren a249/tleft b249/bleft a250/tright b250/bright
+load components/philo.ndr
+ren a250/tleft b250/bleft a251/tright b251/bright
+load components/philo.ndr
+ren a251/tleft b251/bleft a252/tright b252/bright
+load components/philo.ndr
+ren a252/tleft b252/bleft a253/tright b253/bright
+load components/philo.ndr
+ren a253/tleft b253/bleft a254/tright b254/bright
+load components/philo.ndr
+ren a254/tleft b254/bleft a255/tright b255/bright
+load components/philo.ndr
+ren a255/tleft b255/bleft a256/tright b256/bright
+load components/philo.ndr
+ren a256/tleft b256/bleft a257/tright b257/bright
+load components/philo.ndr
+ren a257/tleft b257/bleft a258/tright b258/bright
+load components/philo.ndr
+ren a258/tleft b258/bleft a259/tright b259/bright
+load components/philo.ndr
+ren a259/tleft b259/bleft a260/tright b260/bright
+load components/philo.ndr
+ren a260/tleft b260/bleft a261/tright b261/bright
+load components/philo.ndr
+ren a261/tleft b261/bleft a262/tright b262/bright
+load components/philo.ndr
+ren a262/tleft b262/bleft a263/tright b263/bright
+load components/philo.ndr
+ren a263/tleft b263/bleft a264/tright b264/bright
+load components/philo.ndr
+ren a264/tleft b264/bleft a265/tright b265/bright
+load components/philo.ndr
+ren a265/tleft b265/bleft a266/tright b266/bright
+load components/philo.ndr
+ren a266/tleft b266/bleft a267/tright b267/bright
+load components/philo.ndr
+ren a267/tleft b267/bleft a268/tright b268/bright
+load components/philo.ndr
+ren a268/tleft b268/bleft a269/tright b269/bright
+load components/philo.ndr
+ren a269/tleft b269/bleft a270/tright b270/bright
+load components/philo.ndr
+ren a270/tleft b270/bleft a271/tright b271/bright
+load components/philo.ndr
+ren a271/tleft b271/bleft a272/tright b272/bright
+load components/philo.ndr
+ren a272/tleft b272/bleft a273/tright b273/bright
+load components/philo.ndr
+ren a273/tleft b273/bleft a274/tright b274/bright
+load components/philo.ndr
+ren a274/tleft b274/bleft a275/tright b275/bright
+load components/philo.ndr
+ren a275/tleft b275/bleft a276/tright b276/bright
+load components/philo.ndr
+ren a276/tleft b276/bleft a277/tright b277/bright
+load components/philo.ndr
+ren a277/tleft b277/bleft a278/tright b278/bright
+load components/philo.ndr
+ren a278/tleft b278/bleft a279/tright b279/bright
+load components/philo.ndr
+ren a279/tleft b279/bleft a280/tright b280/bright
+load components/philo.ndr
+ren a280/tleft b280/bleft a281/tright b281/bright
+load components/philo.ndr
+ren a281/tleft b281/bleft a282/tright b282/bright
+load components/philo.ndr
+ren a282/tleft b282/bleft a283/tright b283/bright
+load components/philo.ndr
+ren a283/tleft b283/bleft a284/tright b284/bright
+load components/philo.ndr
+ren a284/tleft b284/bleft a285/tright b285/bright
+load components/philo.ndr
+ren a285/tleft b285/bleft a286/tright b286/bright
+load components/philo.ndr
+ren a286/tleft b286/bleft a287/tright b287/bright
+load components/philo.ndr
+ren a287/tleft b287/bleft a288/tright b288/bright
+load components/philo.ndr
+ren a288/tleft b288/bleft a289/tright b289/bright
+load components/philo.ndr
+ren a289/tleft b289/bleft a290/tright b290/bright
+load components/philo.ndr
+ren a290/tleft b290/bleft a291/tright b291/bright
+load components/philo.ndr
+ren a291/tleft b291/bleft a292/tright b292/bright
+load components/philo.ndr
+ren a292/tleft b292/bleft a293/tright b293/bright
+load components/philo.ndr
+ren a293/tleft b293/bleft a294/tright b294/bright
+load components/philo.ndr
+ren a294/tleft b294/bleft a295/tright b295/bright
+load components/philo.ndr
+ren a295/tleft b295/bleft a296/tright b296/bright
+load components/philo.ndr
+ren a296/tleft b296/bleft a297/tright b297/bright
+load components/philo.ndr
+ren a297/tleft b297/bleft a298/tright b298/bright
+load components/philo.ndr
+ren a298/tleft b298/bleft a299/tright b299/bright
+load components/philo.ndr
+ren a299/tleft b299/bleft a300/tright b300/bright
+load components/philo.ndr
+ren a300/tleft b300/bleft a301/tright b301/bright
+load components/philo.ndr
+ren a301/tleft b301/bleft a302/tright b302/bright
+load components/philo.ndr
+ren a302/tleft b302/bleft a303/tright b303/bright
+load components/philo.ndr
+ren a303/tleft b303/bleft a304/tright b304/bright
+load components/philo.ndr
+ren a304/tleft b304/bleft a305/tright b305/bright
+load components/philo.ndr
+ren a305/tleft b305/bleft a306/tright b306/bright
+load components/philo.ndr
+ren a306/tleft b306/bleft a307/tright b307/bright
+load components/philo.ndr
+ren a307/tleft b307/bleft a308/tright b308/bright
+load components/philo.ndr
+ren a308/tleft b308/bleft a309/tright b309/bright
+load components/philo.ndr
+ren a309/tleft b309/bleft a310/tright b310/bright
+load components/philo.ndr
+ren a310/tleft b310/bleft a311/tright b311/bright
+load components/philo.ndr
+ren a311/tleft b311/bleft a312/tright b312/bright
+load components/philo.ndr
+ren a312/tleft b312/bleft a313/tright b313/bright
+load components/philo.ndr
+ren a313/tleft b313/bleft a314/tright b314/bright
+load components/philo.ndr
+ren a314/tleft b314/bleft a315/tright b315/bright
+load components/philo.ndr
+ren a315/tleft b315/bleft a316/tright b316/bright
+load components/philo.ndr
+ren a316/tleft b316/bleft a317/tright b317/bright
+load components/philo.ndr
+ren a317/tleft b317/bleft a318/tright b318/bright
+load components/philo.ndr
+ren a318/tleft b318/bleft a319/tright b319/bright
+load components/philo.ndr
+ren a319/tleft b319/bleft a320/tright b320/bright
+load components/philo.ndr
+ren a320/tleft b320/bleft a321/tright b321/bright
+load components/philo.ndr
+ren a321/tleft b321/bleft a322/tright b322/bright
+load components/philo.ndr
+ren a322/tleft b322/bleft a323/tright b323/bright
+load components/philo.ndr
+ren a323/tleft b323/bleft a324/tright b324/bright
+load components/philo.ndr
+ren a324/tleft b324/bleft a325/tright b325/bright
+load components/philo.ndr
+ren a325/tleft b325/bleft a326/tright b326/bright
+load components/philo.ndr
+ren a326/tleft b326/bleft a327/tright b327/bright
+load components/philo.ndr
+ren a327/tleft b327/bleft a328/tright b328/bright
+load components/philo.ndr
+ren a328/tleft b328/bleft a329/tright b329/bright
+load components/philo.ndr
+ren a329/tleft b329/bleft a330/tright b330/bright
+load components/philo.ndr
+ren a330/tleft b330/bleft a331/tright b331/bright
+load components/philo.ndr
+ren a331/tleft b331/bleft a332/tright b332/bright
+load components/philo.ndr
+ren a332/tleft b332/bleft a333/tright b333/bright
+load components/philo.ndr
+ren a333/tleft b333/bleft a334/tright b334/bright
+load components/philo.ndr
+ren a334/tleft b334/bleft a335/tright b335/bright
+load components/philo.ndr
+ren a335/tleft b335/bleft a336/tright b336/bright
+load components/philo.ndr
+ren a336/tleft b336/bleft a337/tright b337/bright
+load components/philo.ndr
+ren a337/tleft b337/bleft a338/tright b338/bright
+load components/philo.ndr
+ren a338/tleft b338/bleft a339/tright b339/bright
+load components/philo.ndr
+ren a339/tleft b339/bleft a340/tright b340/bright
+load components/philo.ndr
+ren a340/tleft b340/bleft a341/tright b341/bright
+load components/philo.ndr
+ren a341/tleft b341/bleft a342/tright b342/bright
+load components/philo.ndr
+ren a342/tleft b342/bleft a343/tright b343/bright
+load components/philo.ndr
+ren a343/tleft b343/bleft a344/tright b344/bright
+load components/philo.ndr
+ren a344/tleft b344/bleft a345/tright b345/bright
+load components/philo.ndr
+ren a345/tleft b345/bleft a346/tright b346/bright
+load components/philo.ndr
+ren a346/tleft b346/bleft a347/tright b347/bright
+load components/philo.ndr
+ren a347/tleft b347/bleft a348/tright b348/bright
+load components/philo.ndr
+ren a348/tleft b348/bleft a349/tright b349/bright
+load components/philo.ndr
+ren a349/tleft b349/bleft a350/tright b350/bright
+load components/philo.ndr
+ren a350/tleft b350/bleft a351/tright b351/bright
+load components/philo.ndr
+ren a351/tleft b351/bleft a352/tright b352/bright
+load components/philo.ndr
+ren a352/tleft b352/bleft a353/tright b353/bright
+load components/philo.ndr
+ren a353/tleft b353/bleft a354/tright b354/bright
+load components/philo.ndr
+ren a354/tleft b354/bleft a355/tright b355/bright
+load components/philo.ndr
+ren a355/tleft b355/bleft a356/tright b356/bright
+load components/philo.ndr
+ren a356/tleft b356/bleft a357/tright b357/bright
+load components/philo.ndr
+ren a357/tleft b357/bleft a358/tright b358/bright
+load components/philo.ndr
+ren a358/tleft b358/bleft a359/tright b359/bright
+load components/philo.ndr
+ren a359/tleft b359/bleft a360/tright b360/bright
+load components/philo.ndr
+ren a360/tleft b360/bleft a361/tright b361/bright
+load components/philo.ndr
+ren a361/tleft b361/bleft a362/tright b362/bright
+load components/philo.ndr
+ren a362/tleft b362/bleft a363/tright b363/bright
+load components/philo.ndr
+ren a363/tleft b363/bleft a364/tright b364/bright
+load components/philo.ndr
+ren a364/tleft b364/bleft a365/tright b365/bright
+load components/philo.ndr
+ren a365/tleft b365/bleft a366/tright b366/bright
+load components/philo.ndr
+ren a366/tleft b366/bleft a367/tright b367/bright
+load components/philo.ndr
+ren a367/tleft b367/bleft a368/tright b368/bright
+load components/philo.ndr
+ren a368/tleft b368/bleft a369/tright b369/bright
+load components/philo.ndr
+ren a369/tleft b369/bleft a370/tright b370/bright
+load components/philo.ndr
+ren a370/tleft b370/bleft a371/tright b371/bright
+load components/philo.ndr
+ren a371/tleft b371/bleft a372/tright b372/bright
+load components/philo.ndr
+ren a372/tleft b372/bleft a373/tright b373/bright
+load components/philo.ndr
+ren a373/tleft b373/bleft a374/tright b374/bright
+load components/philo.ndr
+ren a374/tleft b374/bleft a375/tright b375/bright
+load components/philo.ndr
+ren a375/tleft b375/bleft a376/tright b376/bright
+load components/philo.ndr
+ren a376/tleft b376/bleft a377/tright b377/bright
+load components/philo.ndr
+ren a377/tleft b377/bleft a378/tright b378/bright
+load components/philo.ndr
+ren a378/tleft b378/bleft a379/tright b379/bright
+load components/philo.ndr
+ren a379/tleft b379/bleft a380/tright b380/bright
+load components/philo.ndr
+ren a380/tleft b380/bleft a381/tright b381/bright
+load components/philo.ndr
+ren a381/tleft b381/bleft a382/tright b382/bright
+load components/philo.ndr
+ren a382/tleft b382/bleft a383/tright b383/bright
+load components/philo.ndr
+ren a383/tleft b383/bleft a384/tright b384/bright
+load components/philo.ndr
+ren a384/tleft b384/bleft a385/tright b385/bright
+load components/philo.ndr
+ren a385/tleft b385/bleft a386/tright b386/bright
+load components/philo.ndr
+ren a386/tleft b386/bleft a387/tright b387/bright
+load components/philo.ndr
+ren a387/tleft b387/bleft a388/tright b388/bright
+load components/philo.ndr
+ren a388/tleft b388/bleft a389/tright b389/bright
+load components/philo.ndr
+ren a389/tleft b389/bleft a390/tright b390/bright
+load components/philo.ndr
+ren a390/tleft b390/bleft a391/tright b391/bright
+load components/philo.ndr
+ren a391/tleft b391/bleft a392/tright b392/bright
+load components/philo.ndr
+ren a392/tleft b392/bleft a393/tright b393/bright
+load components/philo.ndr
+ren a393/tleft b393/bleft a394/tright b394/bright
+load components/philo.ndr
+ren a394/tleft b394/bleft a395/tright b395/bright
+load components/philo.ndr
+ren a395/tleft b395/bleft a396/tright b396/bright
+load components/philo.ndr
+ren a396/tleft b396/bleft a397/tright b397/bright
+load components/philo.ndr
+ren a397/tleft b397/bleft a398/tright b398/bright
+load components/philo.ndr
+ren a398/tleft b398/bleft a399/tright b399/bright
+load components/philo.ndr
+ren a399/tleft b399/bleft a400/tright b400/bright
+load components/philo.ndr
+ren a400/tleft b400/bleft a401/tright b401/bright
+load components/philo.ndr
+ren a401/tleft b401/bleft a402/tright b402/bright
+load components/philo.ndr
+ren a402/tleft b402/bleft a403/tright b403/bright
+load components/philo.ndr
+ren a403/tleft b403/bleft a404/tright b404/bright
+load components/philo.ndr
+ren a404/tleft b404/bleft a405/tright b405/bright
+load components/philo.ndr
+ren a405/tleft b405/bleft a406/tright b406/bright
+load components/philo.ndr
+ren a406/tleft b406/bleft a407/tright b407/bright
+load components/philo.ndr
+ren a407/tleft b407/bleft a408/tright b408/bright
+load components/philo.ndr
+ren a408/tleft b408/bleft a409/tright b409/bright
+load components/philo.ndr
+ren a409/tleft b409/bleft a410/tright b410/bright
+load components/philo.ndr
+ren a410/tleft b410/bleft a411/tright b411/bright
+load components/philo.ndr
+ren a411/tleft b411/bleft a412/tright b412/bright
+load components/philo.ndr
+ren a412/tleft b412/bleft a413/tright b413/bright
+load components/philo.ndr
+ren a413/tleft b413/bleft a414/tright b414/bright
+load components/philo.ndr
+ren a414/tleft b414/bleft a415/tright b415/bright
+load components/philo.ndr
+ren a415/tleft b415/bleft a416/tright b416/bright
+load components/philo.ndr
+ren a416/tleft b416/bleft a417/tright b417/bright
+load components/philo.ndr
+ren a417/tleft b417/bleft a418/tright b418/bright
+load components/philo.ndr
+ren a418/tleft b418/bleft a419/tright b419/bright
+load components/philo.ndr
+ren a419/tleft b419/bleft a420/tright b420/bright
+load components/philo.ndr
+ren a420/tleft b420/bleft a421/tright b421/bright
+load components/philo.ndr
+ren a421/tleft b421/bleft a422/tright b422/bright
+load components/philo.ndr
+ren a422/tleft b422/bleft a423/tright b423/bright
+load components/philo.ndr
+ren a423/tleft b423/bleft a424/tright b424/bright
+load components/philo.ndr
+ren a424/tleft b424/bleft a425/tright b425/bright
+load components/philo.ndr
+ren a425/tleft b425/bleft a426/tright b426/bright
+load components/philo.ndr
+ren a426/tleft b426/bleft a427/tright b427/bright
+load components/philo.ndr
+ren a427/tleft b427/bleft a428/tright b428/bright
+load components/philo.ndr
+ren a428/tleft b428/bleft a429/tright b429/bright
+load components/philo.ndr
+ren a429/tleft b429/bleft a430/tright b430/bright
+load components/philo.ndr
+ren a430/tleft b430/bleft a431/tright b431/bright
+load components/philo.ndr
+ren a431/tleft b431/bleft a432/tright b432/bright
+load components/philo.ndr
+ren a432/tleft b432/bleft a433/tright b433/bright
+load components/philo.ndr
+ren a433/tleft b433/bleft a434/tright b434/bright
+load components/philo.ndr
+ren a434/tleft b434/bleft a435/tright b435/bright
+load components/philo.ndr
+ren a435/tleft b435/bleft a436/tright b436/bright
+load components/philo.ndr
+ren a436/tleft b436/bleft a437/tright b437/bright
+load components/philo.ndr
+ren a437/tleft b437/bleft a438/tright b438/bright
+load components/philo.ndr
+ren a438/tleft b438/bleft a439/tright b439/bright
+load components/philo.ndr
+ren a439/tleft b439/bleft a440/tright b440/bright
+load components/philo.ndr
+ren a440/tleft b440/bleft a441/tright b441/bright
+load components/philo.ndr
+ren a441/tleft b441/bleft a442/tright b442/bright
+load components/philo.ndr
+ren a442/tleft b442/bleft a443/tright b443/bright
+load components/philo.ndr
+ren a443/tleft b443/bleft a444/tright b444/bright
+load components/philo.ndr
+ren a444/tleft b444/bleft a445/tright b445/bright
+load components/philo.ndr
+ren a445/tleft b445/bleft a446/tright b446/bright
+load components/philo.ndr
+ren a446/tleft b446/bleft a447/tright b447/bright
+load components/philo.ndr
+ren a447/tleft b447/bleft a448/tright b448/bright
+load components/philo.ndr
+ren a448/tleft b448/bleft a449/tright b449/bright
+load components/philo.ndr
+ren a449/tleft b449/bleft a450/tright b450/bright
+load components/philo.ndr
+ren a450/tleft b450/bleft a451/tright b451/bright
+load components/philo.ndr
+ren a451/tleft b451/bleft a452/tright b452/bright
+load components/philo.ndr
+ren a452/tleft b452/bleft a453/tright b453/bright
+load components/philo.ndr
+ren a453/tleft b453/bleft a454/tright b454/bright
+load components/philo.ndr
+ren a454/tleft b454/bleft a455/tright b455/bright
+load components/philo.ndr
+ren a455/tleft b455/bleft a456/tright b456/bright
+load components/philo.ndr
+ren a456/tleft b456/bleft a457/tright b457/bright
+load components/philo.ndr
+ren a457/tleft b457/bleft a458/tright b458/bright
+load components/philo.ndr
+ren a458/tleft b458/bleft a459/tright b459/bright
+load components/philo.ndr
+ren a459/tleft b459/bleft a460/tright b460/bright
+load components/philo.ndr
+ren a460/tleft b460/bleft a461/tright b461/bright
+load components/philo.ndr
+ren a461/tleft b461/bleft a462/tright b462/bright
+load components/philo.ndr
+ren a462/tleft b462/bleft a463/tright b463/bright
+load components/philo.ndr
+ren a463/tleft b463/bleft a464/tright b464/bright
+load components/philo.ndr
+ren a464/tleft b464/bleft a465/tright b465/bright
+load components/philo.ndr
+ren a465/tleft b465/bleft a466/tright b466/bright
+load components/philo.ndr
+ren a466/tleft b466/bleft a467/tright b467/bright
+load components/philo.ndr
+ren a467/tleft b467/bleft a468/tright b468/bright
+load components/philo.ndr
+ren a468/tleft b468/bleft a469/tright b469/bright
+load components/philo.ndr
+ren a469/tleft b469/bleft a470/tright b470/bright
+load components/philo.ndr
+ren a470/tleft b470/bleft a471/tright b471/bright
+load components/philo.ndr
+ren a471/tleft b471/bleft a472/tright b472/bright
+load components/philo.ndr
+ren a472/tleft b472/bleft a473/tright b473/bright
+load components/philo.ndr
+ren a473/tleft b473/bleft a474/tright b474/bright
+load components/philo.ndr
+ren a474/tleft b474/bleft a475/tright b475/bright
+load components/philo.ndr
+ren a475/tleft b475/bleft a476/tright b476/bright
+load components/philo.ndr
+ren a476/tleft b476/bleft a477/tright b477/bright
+load components/philo.ndr
+ren a477/tleft b477/bleft a478/tright b478/bright
+load components/philo.ndr
+ren a478/tleft b478/bleft a479/tright b479/bright
+load components/philo.ndr
+ren a479/tleft b479/bleft a480/tright b480/bright
+load components/philo.ndr
+ren a480/tleft b480/bleft a481/tright b481/bright
+load components/philo.ndr
+ren a481/tleft b481/bleft a482/tright b482/bright
+load components/philo.ndr
+ren a482/tleft b482/bleft a483/tright b483/bright
+load components/philo.ndr
+ren a483/tleft b483/bleft a484/tright b484/bright
+load components/philo.ndr
+ren a484/tleft b484/bleft a485/tright b485/bright
+load components/philo.ndr
+ren a485/tleft b485/bleft a486/tright b486/bright
+load components/philo.ndr
+ren a486/tleft b486/bleft a487/tright b487/bright
+load components/philo.ndr
+ren a487/tleft b487/bleft a488/tright b488/bright
+load components/philo.ndr
+ren a488/tleft b488/bleft a489/tright b489/bright
+load components/philo.ndr
+ren a489/tleft b489/bleft a490/tright b490/bright
+load components/philo.ndr
+ren a490/tleft b490/bleft a491/tright b491/bright
+load components/philo.ndr
+ren a491/tleft b491/bleft a492/tright b492/bright
+load components/philo.ndr
+ren a492/tleft b492/bleft a493/tright b493/bright
+load components/philo.ndr
+ren a493/tleft b493/bleft a494/tright b494/bright
+load components/philo.ndr
+ren a494/tleft b494/bleft a495/tright b495/bright
+load components/philo.ndr
+ren a495/tleft b495/bleft a496/tright b496/bright
+load components/philo.ndr
+ren a496/tleft b496/bleft a497/tright b497/bright
+load components/philo.ndr
+ren a497/tleft b497/bleft a498/tright b498/bright
+load components/philo.ndr
+ren a498/tleft b498/bleft a499/tright b499/bright
+load components/philo.ndr
+ren a499/tleft b499/bleft a500/tright b500/bright
+load components/philo.ndr
+ren a500/tleft b500/bleft a501/tright b501/bright
+load components/philo.ndr
+ren a501/tleft b501/bleft a502/tright b502/bright
+load components/philo.ndr
+ren a502/tleft b502/bleft a503/tright b503/bright
+load components/philo.ndr
+ren a503/tleft b503/bleft a504/tright b504/bright
+load components/philo.ndr
+ren a504/tleft b504/bleft a505/tright b505/bright
+load components/philo.ndr
+ren a505/tleft b505/bleft a506/tright b506/bright
+load components/philo.ndr
+ren a506/tleft b506/bleft a507/tright b507/bright
+load components/philo.ndr
+ren a507/tleft b507/bleft a508/tright b508/bright
+load components/philo.ndr
+ren a508/tleft b508/bleft a509/tright b509/bright
+load components/philo.ndr
+ren a509/tleft b509/bleft a510/tright b510/bright
+load components/philo.ndr
+ren a510/tleft b510/bleft a511/tright b511/bright
+load components/philo.ndr
+ren a511/tleft b511/bleft a512/tright b512/bright
+load components/philo.ndr
+ren a512/tleft b512/bleft a513/tright b513/bright
+load components/philo.ndr
+ren a513/tleft b513/bleft a514/tright b514/bright
+load components/philo.ndr
+ren a514/tleft b514/bleft a515/tright b515/bright
+load components/philo.ndr
+ren a515/tleft b515/bleft a516/tright b516/bright
+load components/philo.ndr
+ren a516/tleft b516/bleft a517/tright b517/bright
+load components/philo.ndr
+ren a517/tleft b517/bleft a518/tright b518/bright
+load components/philo.ndr
+ren a518/tleft b518/bleft a519/tright b519/bright
+load components/philo.ndr
+ren a519/tleft b519/bleft a520/tright b520/bright
+load components/philo.ndr
+ren a520/tleft b520/bleft a521/tright b521/bright
+load components/philo.ndr
+ren a521/tleft b521/bleft a522/tright b522/bright
+load components/philo.ndr
+ren a522/tleft b522/bleft a523/tright b523/bright
+load components/philo.ndr
+ren a523/tleft b523/bleft a524/tright b524/bright
+load components/philo.ndr
+ren a524/tleft b524/bleft a525/tright b525/bright
+load components/philo.ndr
+ren a525/tleft b525/bleft a526/tright b526/bright
+load components/philo.ndr
+ren a526/tleft b526/bleft a527/tright b527/bright
+load components/philo.ndr
+ren a527/tleft b527/bleft a528/tright b528/bright
+load components/philo.ndr
+ren a528/tleft b528/bleft a529/tright b529/bright
+load components/philo.ndr
+ren a529/tleft b529/bleft a530/tright b530/bright
+load components/philo.ndr
+ren a530/tleft b530/bleft a531/tright b531/bright
+load components/philo.ndr
+ren a531/tleft b531/bleft a532/tright b532/bright
+load components/philo.ndr
+ren a532/tleft b532/bleft a533/tright b533/bright
+load components/philo.ndr
+ren a533/tleft b533/bleft a534/tright b534/bright
+load components/philo.ndr
+ren a534/tleft b534/bleft a535/tright b535/bright
+load components/philo.ndr
+ren a535/tleft b535/bleft a536/tright b536/bright
+load components/philo.ndr
+ren a536/tleft b536/bleft a537/tright b537/bright
+load components/philo.ndr
+ren a537/tleft b537/bleft a538/tright b538/bright
+load components/philo.ndr
+ren a538/tleft b538/bleft a539/tright b539/bright
+load components/philo.ndr
+ren a539/tleft b539/bleft a540/tright b540/bright
+load components/philo.ndr
+ren a540/tleft b540/bleft a541/tright b541/bright
+load components/philo.ndr
+ren a541/tleft b541/bleft a542/tright b542/bright
+load components/philo.ndr
+ren a542/tleft b542/bleft a543/tright b543/bright
+load components/philo.ndr
+ren a543/tleft b543/bleft a544/tright b544/bright
+load components/philo.ndr
+ren a544/tleft b544/bleft a545/tright b545/bright
+load components/philo.ndr
+ren a545/tleft b545/bleft a546/tright b546/bright
+load components/philo.ndr
+ren a546/tleft b546/bleft a547/tright b547/bright
+load components/philo.ndr
+ren a547/tleft b547/bleft a548/tright b548/bright
+load components/philo.ndr
+ren a548/tleft b548/bleft a549/tright b549/bright
+load components/philo.ndr
+ren a549/tleft b549/bleft a550/tright b550/bright
+load components/philo.ndr
+ren a550/tleft b550/bleft a551/tright b551/bright
+load components/philo.ndr
+ren a551/tleft b551/bleft a552/tright b552/bright
+load components/philo.ndr
+ren a552/tleft b552/bleft a553/tright b553/bright
+load components/philo.ndr
+ren a553/tleft b553/bleft a554/tright b554/bright
+load components/philo.ndr
+ren a554/tleft b554/bleft a555/tright b555/bright
+load components/philo.ndr
+ren a555/tleft b555/bleft a556/tright b556/bright
+load components/philo.ndr
+ren a556/tleft b556/bleft a557/tright b557/bright
+load components/philo.ndr
+ren a557/tleft b557/bleft a558/tright b558/bright
+load components/philo.ndr
+ren a558/tleft b558/bleft a559/tright b559/bright
+load components/philo.ndr
+ren a559/tleft b559/bleft a560/tright b560/bright
+load components/philo.ndr
+ren a560/tleft b560/bleft a561/tright b561/bright
+load components/philo.ndr
+ren a561/tleft b561/bleft a562/tright b562/bright
+load components/philo.ndr
+ren a562/tleft b562/bleft a563/tright b563/bright
+load components/philo.ndr
+ren a563/tleft b563/bleft a564/tright b564/bright
+load components/philo.ndr
+ren a564/tleft b564/bleft a565/tright b565/bright
+load components/philo.ndr
+ren a565/tleft b565/bleft a566/tright b566/bright
+load components/philo.ndr
+ren a566/tleft b566/bleft a567/tright b567/bright
+load components/philo.ndr
+ren a567/tleft b567/bleft a568/tright b568/bright
+load components/philo.ndr
+ren a568/tleft b568/bleft a569/tright b569/bright
+load components/philo.ndr
+ren a569/tleft b569/bleft a570/tright b570/bright
+load components/philo.ndr
+ren a570/tleft b570/bleft a571/tright b571/bright
+load components/philo.ndr
+ren a571/tleft b571/bleft a572/tright b572/bright
+load components/philo.ndr
+ren a572/tleft b572/bleft a573/tright b573/bright
+load components/philo.ndr
+ren a573/tleft b573/bleft a574/tright b574/bright
+load components/philo.ndr
+ren a574/tleft b574/bleft a575/tright b575/bright
+load components/philo.ndr
+ren a575/tleft b575/bleft a576/tright b576/bright
+load components/philo.ndr
+ren a576/tleft b576/bleft a577/tright b577/bright
+load components/philo.ndr
+ren a577/tleft b577/bleft a578/tright b578/bright
+load components/philo.ndr
+ren a578/tleft b578/bleft a579/tright b579/bright
+load components/philo.ndr
+ren a579/tleft b579/bleft a580/tright b580/bright
+load components/philo.ndr
+ren a580/tleft b580/bleft a581/tright b581/bright
+load components/philo.ndr
+ren a581/tleft b581/bleft a582/tright b582/bright
+load components/philo.ndr
+ren a582/tleft b582/bleft a583/tright b583/bright
+load components/philo.ndr
+ren a583/tleft b583/bleft a584/tright b584/bright
+load components/philo.ndr
+ren a584/tleft b584/bleft a585/tright b585/bright
+load components/philo.ndr
+ren a585/tleft b585/bleft a586/tright b586/bright
+load components/philo.ndr
+ren a586/tleft b586/bleft a587/tright b587/bright
+load components/philo.ndr
+ren a587/tleft b587/bleft a588/tright b588/bright
+load components/philo.ndr
+ren a588/tleft b588/bleft a589/tright b589/bright
+load components/philo.ndr
+ren a589/tleft b589/bleft a590/tright b590/bright
+load components/philo.ndr
+ren a590/tleft b590/bleft a591/tright b591/bright
+load components/philo.ndr
+ren a591/tleft b591/bleft a592/tright b592/bright
+load components/philo.ndr
+ren a592/tleft b592/bleft a593/tright b593/bright
+load components/philo.ndr
+ren a593/tleft b593/bleft a594/tright b594/bright
+load components/philo.ndr
+ren a594/tleft b594/bleft a595/tright b595/bright
+load components/philo.ndr
+ren a595/tleft b595/bleft a596/tright b596/bright
+load components/philo.ndr
+ren a596/tleft b596/bleft a597/tright b597/bright
+load components/philo.ndr
+ren a597/tleft b597/bleft a598/tright b598/bright
+load components/philo.ndr
+ren a598/tleft b598/bleft a599/tright b599/bright
+load components/philo.ndr
+ren a599/tleft b599/bleft a600/tright b600/bright
+load components/philo.ndr
+ren a600/tleft b600/bleft a601/tright b601/bright
+load components/philo.ndr
+ren a601/tleft b601/bleft a602/tright b602/bright
+load components/philo.ndr
+ren a602/tleft b602/bleft a603/tright b603/bright
+load components/philo.ndr
+ren a603/tleft b603/bleft a604/tright b604/bright
+load components/philo.ndr
+ren a604/tleft b604/bleft a605/tright b605/bright
+load components/philo.ndr
+ren a605/tleft b605/bleft a606/tright b606/bright
+load components/philo.ndr
+ren a606/tleft b606/bleft a607/tright b607/bright
+load components/philo.ndr
+ren a607/tleft b607/bleft a608/tright b608/bright
+load components/philo.ndr
+ren a608/tleft b608/bleft a609/tright b609/bright
+load components/philo.ndr
+ren a609/tleft b609/bleft a610/tright b610/bright
+load components/philo.ndr
+ren a610/tleft b610/bleft a611/tright b611/bright
+load components/philo.ndr
+ren a611/tleft b611/bleft a612/tright b612/bright
+load components/philo.ndr
+ren a612/tleft b612/bleft a613/tright b613/bright
+load components/philo.ndr
+ren a613/tleft b613/bleft a614/tright b614/bright
+load components/philo.ndr
+ren a614/tleft b614/bleft a615/tright b615/bright
+load components/philo.ndr
+ren a615/tleft b615/bleft a616/tright b616/bright
+load components/philo.ndr
+ren a616/tleft b616/bleft a617/tright b617/bright
+load components/philo.ndr
+ren a617/tleft b617/bleft a618/tright b618/bright
+load components/philo.ndr
+ren a618/tleft b618/bleft a619/tright b619/bright
+load components/philo.ndr
+ren a619/tleft b619/bleft a620/tright b620/bright
+load components/philo.ndr
+ren a620/tleft b620/bleft a621/tright b621/bright
+load components/philo.ndr
+ren a621/tleft b621/bleft a622/tright b622/bright
+load components/philo.ndr
+ren a622/tleft b622/bleft a623/tright b623/bright
+load components/philo.ndr
+ren a623/tleft b623/bleft a624/tright b624/bright
+load components/philo.ndr
+ren a624/tleft b624/bleft a625/tright b625/bright
+load components/philo.ndr
+ren a625/tleft b625/bleft a626/tright b626/bright
+load components/philo.ndr
+ren a626/tleft b626/bleft a627/tright b627/bright
+load components/philo.ndr
+ren a627/tleft b627/bleft a628/tright b628/bright
+load components/philo.ndr
+ren a628/tleft b628/bleft a629/tright b629/bright
+load components/philo.ndr
+ren a629/tleft b629/bleft a630/tright b630/bright
+load components/philo.ndr
+ren a630/tleft b630/bleft a631/tright b631/bright
+load components/philo.ndr
+ren a631/tleft b631/bleft a632/tright b632/bright
+load components/philo.ndr
+ren a632/tleft b632/bleft a633/tright b633/bright
+load components/philo.ndr
+ren a633/tleft b633/bleft a634/tright b634/bright
+load components/philo.ndr
+ren a634/tleft b634/bleft a635/tright b635/bright
+load components/philo.ndr
+ren a635/tleft b635/bleft a636/tright b636/bright
+load components/philo.ndr
+ren a636/tleft b636/bleft a637/tright b637/bright
+load components/philo.ndr
+ren a637/tleft b637/bleft a638/tright b638/bright
+load components/philo.ndr
+ren a638/tleft b638/bleft a639/tright b639/bright
+load components/philo.ndr
+ren a639/tleft b639/bleft a640/tright b640/bright
+load components/philo.ndr
+ren a640/tleft b640/bleft a641/tright b641/bright
+load components/philo.ndr
+ren a641/tleft b641/bleft a642/tright b642/bright
+load components/philo.ndr
+ren a642/tleft b642/bleft a643/tright b643/bright
+load components/philo.ndr
+ren a643/tleft b643/bleft a644/tright b644/bright
+load components/philo.ndr
+ren a644/tleft b644/bleft a645/tright b645/bright
+load components/philo.ndr
+ren a645/tleft b645/bleft a646/tright b646/bright
+load components/philo.ndr
+ren a646/tleft b646/bleft a647/tright b647/bright
+load components/philo.ndr
+ren a647/tleft b647/bleft a648/tright b648/bright
+load components/philo.ndr
+ren a648/tleft b648/bleft a649/tright b649/bright
+load components/philo.ndr
+ren a649/tleft b649/bleft a650/tright b650/bright
+load components/philo.ndr
+ren a650/tleft b650/bleft a651/tright b651/bright
+load components/philo.ndr
+ren a651/tleft b651/bleft a652/tright b652/bright
+load components/philo.ndr
+ren a652/tleft b652/bleft a653/tright b653/bright
+load components/philo.ndr
+ren a653/tleft b653/bleft a654/tright b654/bright
+load components/philo.ndr
+ren a654/tleft b654/bleft a655/tright b655/bright
+load components/philo.ndr
+ren a655/tleft b655/bleft a656/tright b656/bright
+load components/philo.ndr
+ren a656/tleft b656/bleft a657/tright b657/bright
+load components/philo.ndr
+ren a657/tleft b657/bleft a658/tright b658/bright
+load components/philo.ndr
+ren a658/tleft b658/bleft a659/tright b659/bright
+load components/philo.ndr
+ren a659/tleft b659/bleft a660/tright b660/bright
+load components/philo.ndr
+ren a660/tleft b660/bleft a661/tright b661/bright
+load components/philo.ndr
+ren a661/tleft b661/bleft a662/tright b662/bright
+load components/philo.ndr
+ren a662/tleft b662/bleft a663/tright b663/bright
+load components/philo.ndr
+ren a663/tleft b663/bleft a664/tright b664/bright
+load components/philo.ndr
+ren a664/tleft b664/bleft a665/tright b665/bright
+load components/philo.ndr
+ren a665/tleft b665/bleft a666/tright b666/bright
+load components/philo.ndr
+ren a666/tleft b666/bleft a667/tright b667/bright
+load components/philo.ndr
+ren a667/tleft b667/bleft a668/tright b668/bright
+load components/philo.ndr
+ren a668/tleft b668/bleft a669/tright b669/bright
+load components/philo.ndr
+ren a669/tleft b669/bleft a670/tright b670/bright
+load components/philo.ndr
+ren a670/tleft b670/bleft a671/tright b671/bright
+load components/philo.ndr
+ren a671/tleft b671/bleft a672/tright b672/bright
+load components/philo.ndr
+ren a672/tleft b672/bleft a673/tright b673/bright
+load components/philo.ndr
+ren a673/tleft b673/bleft a674/tright b674/bright
+load components/philo.ndr
+ren a674/tleft b674/bleft a675/tright b675/bright
+load components/philo.ndr
+ren a675/tleft b675/bleft a676/tright b676/bright
+load components/philo.ndr
+ren a676/tleft b676/bleft a677/tright b677/bright
+load components/philo.ndr
+ren a677/tleft b677/bleft a678/tright b678/bright
+load components/philo.ndr
+ren a678/tleft b678/bleft a679/tright b679/bright
+load components/philo.ndr
+ren a679/tleft b679/bleft a680/tright b680/bright
+load components/philo.ndr
+ren a680/tleft b680/bleft a681/tright b681/bright
+load components/philo.ndr
+ren a681/tleft b681/bleft a682/tright b682/bright
+load components/philo.ndr
+ren a682/tleft b682/bleft a683/tright b683/bright
+load components/philo.ndr
+ren a683/tleft b683/bleft a684/tright b684/bright
+load components/philo.ndr
+ren a684/tleft b684/bleft a685/tright b685/bright
+load components/philo.ndr
+ren a685/tleft b685/bleft a686/tright b686/bright
+load components/philo.ndr
+ren a686/tleft b686/bleft a687/tright b687/bright
+load components/philo.ndr
+ren a687/tleft b687/bleft a688/tright b688/bright
+load components/philo.ndr
+ren a688/tleft b688/bleft a689/tright b689/bright
+load components/philo.ndr
+ren a689/tleft b689/bleft a690/tright b690/bright
+load components/philo.ndr
+ren a690/tleft b690/bleft a691/tright b691/bright
+load components/philo.ndr
+ren a691/tleft b691/bleft a692/tright b692/bright
+load components/philo.ndr
+ren a692/tleft b692/bleft a693/tright b693/bright
+load components/philo.ndr
+ren a693/tleft b693/bleft a694/tright b694/bright
+load components/philo.ndr
+ren a694/tleft b694/bleft a695/tright b695/bright
+load components/philo.ndr
+ren a695/tleft b695/bleft a696/tright b696/bright
+load components/philo.ndr
+ren a696/tleft b696/bleft a697/tright b697/bright
+load components/philo.ndr
+ren a697/tleft b697/bleft a698/tright b698/bright
+load components/philo.ndr
+ren a698/tleft b698/bleft a699/tright b699/bright
+load components/philo.ndr
+ren a699/tleft b699/bleft a700/tright b700/bright
+load components/philo.ndr
+ren a700/tleft b700/bleft a701/tright b701/bright
+load components/philo.ndr
+ren a701/tleft b701/bleft a702/tright b702/bright
+load components/philo.ndr
+ren a702/tleft b702/bleft a703/tright b703/bright
+load components/philo.ndr
+ren a703/tleft b703/bleft a704/tright b704/bright
+load components/philo.ndr
+ren a704/tleft b704/bleft a705/tright b705/bright
+load components/philo.ndr
+ren a705/tleft b705/bleft a706/tright b706/bright
+load components/philo.ndr
+ren a706/tleft b706/bleft a707/tright b707/bright
+load components/philo.ndr
+ren a707/tleft b707/bleft a708/tright b708/bright
+load components/philo.ndr
+ren a708/tleft b708/bleft a709/tright b709/bright
+load components/philo.ndr
+ren a709/tleft b709/bleft a710/tright b710/bright
+load components/philo.ndr
+ren a710/tleft b710/bleft a711/tright b711/bright
+load components/philo.ndr
+ren a711/tleft b711/bleft a712/tright b712/bright
+load components/philo.ndr
+ren a712/tleft b712/bleft a713/tright b713/bright
+load components/philo.ndr
+ren a713/tleft b713/bleft a714/tright b714/bright
+load components/philo.ndr
+ren a714/tleft b714/bleft a715/tright b715/bright
+load components/philo.ndr
+ren a715/tleft b715/bleft a716/tright b716/bright
+load components/philo.ndr
+ren a716/tleft b716/bleft a717/tright b717/bright
+load components/philo.ndr
+ren a717/tleft b717/bleft a718/tright b718/bright
+load components/philo.ndr
+ren a718/tleft b718/bleft a719/tright b719/bright
+load components/philo.ndr
+ren a719/tleft b719/bleft a720/tright b720/bright
+load components/philo.ndr
+ren a720/tleft b720/bleft a721/tright b721/bright
+load components/philo.ndr
+ren a721/tleft b721/bleft a722/tright b722/bright
+load components/philo.ndr
+ren a722/tleft b722/bleft a723/tright b723/bright
+load components/philo.ndr
+ren a723/tleft b723/bleft a724/tright b724/bright
+load components/philo.ndr
+ren a724/tleft b724/bleft a725/tright b725/bright
+load components/philo.ndr
+ren a725/tleft b725/bleft a726/tright b726/bright
+load components/philo.ndr
+ren a726/tleft b726/bleft a727/tright b727/bright
+load components/philo.ndr
+ren a727/tleft b727/bleft a728/tright b728/bright
+load components/philo.ndr
+ren a728/tleft b728/bleft a729/tright b729/bright
+load components/philo.ndr
+ren a729/tleft b729/bleft a730/tright b730/bright
+load components/philo.ndr
+ren a730/tleft b730/bleft a731/tright b731/bright
+load components/philo.ndr
+ren a731/tleft b731/bleft a732/tright b732/bright
+load components/philo.ndr
+ren a732/tleft b732/bleft a733/tright b733/bright
+load components/philo.ndr
+ren a733/tleft b733/bleft a734/tright b734/bright
+load components/philo.ndr
+ren a734/tleft b734/bleft a735/tright b735/bright
+load components/philo.ndr
+ren a735/tleft b735/bleft a736/tright b736/bright
+load components/philo.ndr
+ren a736/tleft b736/bleft a737/tright b737/bright
+load components/philo.ndr
+ren a737/tleft b737/bleft a738/tright b738/bright
+load components/philo.ndr
+ren a738/tleft b738/bleft a739/tright b739/bright
+load components/philo.ndr
+ren a739/tleft b739/bleft a740/tright b740/bright
+load components/philo.ndr
+ren a740/tleft b740/bleft a741/tright b741/bright
+load components/philo.ndr
+ren a741/tleft b741/bleft a742/tright b742/bright
+load components/philo.ndr
+ren a742/tleft b742/bleft a743/tright b743/bright
+load components/philo.ndr
+ren a743/tleft b743/bleft a744/tright b744/bright
+load components/philo.ndr
+ren a744/tleft b744/bleft a745/tright b745/bright
+load components/philo.ndr
+ren a745/tleft b745/bleft a746/tright b746/bright
+load components/philo.ndr
+ren a746/tleft b746/bleft a747/tright b747/bright
+load components/philo.ndr
+ren a747/tleft b747/bleft a748/tright b748/bright
+load components/philo.ndr
+ren a748/tleft b748/bleft a749/tright b749/bright
+load components/philo.ndr
+ren a749/tleft b749/bleft a750/tright b750/bright
+load components/philo.ndr
+ren a750/tleft b750/bleft a751/tright b751/bright
+load components/philo.ndr
+ren a751/tleft b751/bleft a752/tright b752/bright
+load components/philo.ndr
+ren a752/tleft b752/bleft a753/tright b753/bright
+load components/philo.ndr
+ren a753/tleft b753/bleft a754/tright b754/bright
+load components/philo.ndr
+ren a754/tleft b754/bleft a755/tright b755/bright
+load components/philo.ndr
+ren a755/tleft b755/bleft a756/tright b756/bright
+load components/philo.ndr
+ren a756/tleft b756/bleft a757/tright b757/bright
+load components/philo.ndr
+ren a757/tleft b757/bleft a758/tright b758/bright
+load components/philo.ndr
+ren a758/tleft b758/bleft a759/tright b759/bright
+load components/philo.ndr
+ren a759/tleft b759/bleft a760/tright b760/bright
+load components/philo.ndr
+ren a760/tleft b760/bleft a761/tright b761/bright
+load components/philo.ndr
+ren a761/tleft b761/bleft a762/tright b762/bright
+load components/philo.ndr
+ren a762/tleft b762/bleft a763/tright b763/bright
+load components/philo.ndr
+ren a763/tleft b763/bleft a764/tright b764/bright
+load components/philo.ndr
+ren a764/tleft b764/bleft a765/tright b765/bright
+load components/philo.ndr
+ren a765/tleft b765/bleft a766/tright b766/bright
+load components/philo.ndr
+ren a766/tleft b766/bleft a767/tright b767/bright
+load components/philo.ndr
+ren a767/tleft b767/bleft a768/tright b768/bright
+load components/philo.ndr
+ren a768/tleft b768/bleft a769/tright b769/bright
+load components/philo.ndr
+ren a769/tleft b769/bleft a770/tright b770/bright
+load components/philo.ndr
+ren a770/tleft b770/bleft a771/tright b771/bright
+load components/philo.ndr
+ren a771/tleft b771/bleft a772/tright b772/bright
+load components/philo.ndr
+ren a772/tleft b772/bleft a773/tright b773/bright
+load components/philo.ndr
+ren a773/tleft b773/bleft a774/tright b774/bright
+load components/philo.ndr
+ren a774/tleft b774/bleft a775/tright b775/bright
+load components/philo.ndr
+ren a775/tleft b775/bleft a776/tright b776/bright
+load components/philo.ndr
+ren a776/tleft b776/bleft a777/tright b777/bright
+load components/philo.ndr
+ren a777/tleft b777/bleft a778/tright b778/bright
+load components/philo.ndr
+ren a778/tleft b778/bleft a779/tright b779/bright
+load components/philo.ndr
+ren a779/tleft b779/bleft a780/tright b780/bright
+load components/philo.ndr
+ren a780/tleft b780/bleft a781/tright b781/bright
+load components/philo.ndr
+ren a781/tleft b781/bleft a782/tright b782/bright
+load components/philo.ndr
+ren a782/tleft b782/bleft a783/tright b783/bright
+load components/philo.ndr
+ren a783/tleft b783/bleft a784/tright b784/bright
+load components/philo.ndr
+ren a784/tleft b784/bleft a785/tright b785/bright
+load components/philo.ndr
+ren a785/tleft b785/bleft a786/tright b786/bright
+load components/philo.ndr
+ren a786/tleft b786/bleft a787/tright b787/bright
+load components/philo.ndr
+ren a787/tleft b787/bleft a788/tright b788/bright
+load components/philo.ndr
+ren a788/tleft b788/bleft a789/tright b789/bright
+load components/philo.ndr
+ren a789/tleft b789/bleft a790/tright b790/bright
+load components/philo.ndr
+ren a790/tleft b790/bleft a791/tright b791/bright
+load components/philo.ndr
+ren a791/tleft b791/bleft a792/tright b792/bright
+load components/philo.ndr
+ren a792/tleft b792/bleft a793/tright b793/bright
+load components/philo.ndr
+ren a793/tleft b793/bleft a794/tright b794/bright
+load components/philo.ndr
+ren a794/tleft b794/bleft a795/tright b795/bright
+load components/philo.ndr
+ren a795/tleft b795/bleft a796/tright b796/bright
+load components/philo.ndr
+ren a796/tleft b796/bleft a797/tright b797/bright
+load components/philo.ndr
+ren a797/tleft b797/bleft a798/tright b798/bright
+load components/philo.ndr
+ren a798/tleft b798/bleft a799/tright b799/bright
+load components/philo.ndr
+ren a799/tleft b799/bleft a800/tright b800/bright
+load components/philo.ndr
+ren a800/tleft b800/bleft a801/tright b801/bright
+load components/philo.ndr
+ren a801/tleft b801/bleft a802/tright b802/bright
+load components/philo.ndr
+ren a802/tleft b802/bleft a803/tright b803/bright
+load components/philo.ndr
+ren a803/tleft b803/bleft a804/tright b804/bright
+load components/philo.ndr
+ren a804/tleft b804/bleft a805/tright b805/bright
+load components/philo.ndr
+ren a805/tleft b805/bleft a806/tright b806/bright
+load components/philo.ndr
+ren a806/tleft b806/bleft a807/tright b807/bright
+load components/philo.ndr
+ren a807/tleft b807/bleft a808/tright b808/bright
+load components/philo.ndr
+ren a808/tleft b808/bleft a809/tright b809/bright
+load components/philo.ndr
+ren a809/tleft b809/bleft a810/tright b810/bright
+load components/philo.ndr
+ren a810/tleft b810/bleft a811/tright b811/bright
+load components/philo.ndr
+ren a811/tleft b811/bleft a812/tright b812/bright
+load components/philo.ndr
+ren a812/tleft b812/bleft a813/tright b813/bright
+load components/philo.ndr
+ren a813/tleft b813/bleft a814/tright b814/bright
+load components/philo.ndr
+ren a814/tleft b814/bleft a815/tright b815/bright
+load components/philo.ndr
+ren a815/tleft b815/bleft a816/tright b816/bright
+load components/philo.ndr
+ren a816/tleft b816/bleft a817/tright b817/bright
+load components/philo.ndr
+ren a817/tleft b817/bleft a818/tright b818/bright
+load components/philo.ndr
+ren a818/tleft b818/bleft a819/tright b819/bright
+load components/philo.ndr
+ren a819/tleft b819/bleft a820/tright b820/bright
+load components/philo.ndr
+ren a820/tleft b820/bleft a821/tright b821/bright
+load components/philo.ndr
+ren a821/tleft b821/bleft a822/tright b822/bright
+load components/philo.ndr
+ren a822/tleft b822/bleft a823/tright b823/bright
+load components/philo.ndr
+ren a823/tleft b823/bleft a824/tright b824/bright
+load components/philo.ndr
+ren a824/tleft b824/bleft a825/tright b825/bright
+load components/philo.ndr
+ren a825/tleft b825/bleft a826/tright b826/bright
+load components/philo.ndr
+ren a826/tleft b826/bleft a827/tright b827/bright
+load components/philo.ndr
+ren a827/tleft b827/bleft a828/tright b828/bright
+load components/philo.ndr
+ren a828/tleft b828/bleft a829/tright b829/bright
+load components/philo.ndr
+ren a829/tleft b829/bleft a830/tright b830/bright
+load components/philo.ndr
+ren a830/tleft b830/bleft a831/tright b831/bright
+load components/philo.ndr
+ren a831/tleft b831/bleft a832/tright b832/bright
+load components/philo.ndr
+ren a832/tleft b832/bleft a833/tright b833/bright
+load components/philo.ndr
+ren a833/tleft b833/bleft a834/tright b834/bright
+load components/philo.ndr
+ren a834/tleft b834/bleft a835/tright b835/bright
+load components/philo.ndr
+ren a835/tleft b835/bleft a836/tright b836/bright
+load components/philo.ndr
+ren a836/tleft b836/bleft a837/tright b837/bright
+load components/philo.ndr
+ren a837/tleft b837/bleft a838/tright b838/bright
+load components/philo.ndr
+ren a838/tleft b838/bleft a839/tright b839/bright
+load components/philo.ndr
+ren a839/tleft b839/bleft a840/tright b840/bright
+load components/philo.ndr
+ren a840/tleft b840/bleft a841/tright b841/bright
+load components/philo.ndr
+ren a841/tleft b841/bleft a842/tright b842/bright
+load components/philo.ndr
+ren a842/tleft b842/bleft a843/tright b843/bright
+load components/philo.ndr
+ren a843/tleft b843/bleft a844/tright b844/bright
+load components/philo.ndr
+ren a844/tleft b844/bleft a845/tright b845/bright
+load components/philo.ndr
+ren a845/tleft b845/bleft a846/tright b846/bright
+load components/philo.ndr
+ren a846/tleft b846/bleft a847/tright b847/bright
+load components/philo.ndr
+ren a847/tleft b847/bleft a848/tright b848/bright
+load components/philo.ndr
+ren a848/tleft b848/bleft a849/tright b849/bright
+load components/philo.ndr
+ren a849/tleft b849/bleft a850/tright b850/bright
+load components/philo.ndr
+ren a850/tleft b850/bleft a851/tright b851/bright
+load components/philo.ndr
+ren a851/tleft b851/bleft a852/tright b852/bright
+load components/philo.ndr
+ren a852/tleft b852/bleft a853/tright b853/bright
+load components/philo.ndr
+ren a853/tleft b853/bleft a854/tright b854/bright
+load components/philo.ndr
+ren a854/tleft b854/bleft a855/tright b855/bright
+load components/philo.ndr
+ren a855/tleft b855/bleft a856/tright b856/bright
+load components/philo.ndr
+ren a856/tleft b856/bleft a857/tright b857/bright
+load components/philo.ndr
+ren a857/tleft b857/bleft a858/tright b858/bright
+load components/philo.ndr
+ren a858/tleft b858/bleft a859/tright b859/bright
+load components/philo.ndr
+ren a859/tleft b859/bleft a860/tright b860/bright
+load components/philo.ndr
+ren a860/tleft b860/bleft a861/tright b861/bright
+load components/philo.ndr
+ren a861/tleft b861/bleft a862/tright b862/bright
+load components/philo.ndr
+ren a862/tleft b862/bleft a863/tright b863/bright
+load components/philo.ndr
+ren a863/tleft b863/bleft a864/tright b864/bright
+load components/philo.ndr
+ren a864/tleft b864/bleft a865/tright b865/bright
+load components/philo.ndr
+ren a865/tleft b865/bleft a866/tright b866/bright
+load components/philo.ndr
+ren a866/tleft b866/bleft a867/tright b867/bright
+load components/philo.ndr
+ren a867/tleft b867/bleft a868/tright b868/bright
+load components/philo.ndr
+ren a868/tleft b868/bleft a869/tright b869/bright
+load components/philo.ndr
+ren a869/tleft b869/bleft a870/tright b870/bright
+load components/philo.ndr
+ren a870/tleft b870/bleft a871/tright b871/bright
+load components/philo.ndr
+ren a871/tleft b871/bleft a872/tright b872/bright
+load components/philo.ndr
+ren a872/tleft b872/bleft a873/tright b873/bright
+load components/philo.ndr
+ren a873/tleft b873/bleft a874/tright b874/bright
+load components/philo.ndr
+ren a874/tleft b874/bleft a875/tright b875/bright
+load components/philo.ndr
+ren a875/tleft b875/bleft a876/tright b876/bright
+load components/philo.ndr
+ren a876/tleft b876/bleft a877/tright b877/bright
+load components/philo.ndr
+ren a877/tleft b877/bleft a878/tright b878/bright
+load components/philo.ndr
+ren a878/tleft b878/bleft a879/tright b879/bright
+load components/philo.ndr
+ren a879/tleft b879/bleft a880/tright b880/bright
+load components/philo.ndr
+ren a880/tleft b880/bleft a881/tright b881/bright
+load components/philo.ndr
+ren a881/tleft b881/bleft a882/tright b882/bright
+load components/philo.ndr
+ren a882/tleft b882/bleft a883/tright b883/bright
+load components/philo.ndr
+ren a883/tleft b883/bleft a884/tright b884/bright
+load components/philo.ndr
+ren a884/tleft b884/bleft a885/tright b885/bright
+load components/philo.ndr
+ren a885/tleft b885/bleft a886/tright b886/bright
+load components/philo.ndr
+ren a886/tleft b886/bleft a887/tright b887/bright
+load components/philo.ndr
+ren a887/tleft b887/bleft a888/tright b888/bright
+load components/philo.ndr
+ren a888/tleft b888/bleft a889/tright b889/bright
+load components/philo.ndr
+ren a889/tleft b889/bleft a890/tright b890/bright
+load components/philo.ndr
+ren a890/tleft b890/bleft a891/tright b891/bright
+load components/philo.ndr
+ren a891/tleft b891/bleft a892/tright b892/bright
+load components/philo.ndr
+ren a892/tleft b892/bleft a893/tright b893/bright
+load components/philo.ndr
+ren a893/tleft b893/bleft a894/tright b894/bright
+load components/philo.ndr
+ren a894/tleft b894/bleft a895/tright b895/bright
+load components/philo.ndr
+ren a895/tleft b895/bleft a896/tright b896/bright
+load components/philo.ndr
+ren a896/tleft b896/bleft a897/tright b897/bright
+load components/philo.ndr
+ren a897/tleft b897/bleft a898/tright b898/bright
+load components/philo.ndr
+ren a898/tleft b898/bleft a899/tright b899/bright
+load components/philo.ndr
+ren a899/tleft b899/bleft a900/tright b900/bright
+load components/philo.ndr
+ren a900/tleft b900/bleft a901/tright b901/bright
+load components/philo.ndr
+ren a901/tleft b901/bleft a902/tright b902/bright
+load components/philo.ndr
+ren a902/tleft b902/bleft a903/tright b903/bright
+load components/philo.ndr
+ren a903/tleft b903/bleft a904/tright b904/bright
+load components/philo.ndr
+ren a904/tleft b904/bleft a905/tright b905/bright
+load components/philo.ndr
+ren a905/tleft b905/bleft a906/tright b906/bright
+load components/philo.ndr
+ren a906/tleft b906/bleft a907/tright b907/bright
+load components/philo.ndr
+ren a907/tleft b907/bleft a908/tright b908/bright
+load components/philo.ndr
+ren a908/tleft b908/bleft a909/tright b909/bright
+load components/philo.ndr
+ren a909/tleft b909/bleft a910/tright b910/bright
+load components/philo.ndr
+ren a910/tleft b910/bleft a911/tright b911/bright
+load components/philo.ndr
+ren a911/tleft b911/bleft a912/tright b912/bright
+load components/philo.ndr
+ren a912/tleft b912/bleft a913/tright b913/bright
+load components/philo.ndr
+ren a913/tleft b913/bleft a914/tright b914/bright
+load components/philo.ndr
+ren a914/tleft b914/bleft a915/tright b915/bright
+load components/philo.ndr
+ren a915/tleft b915/bleft a916/tright b916/bright
+load components/philo.ndr
+ren a916/tleft b916/bleft a917/tright b917/bright
+load components/philo.ndr
+ren a917/tleft b917/bleft a918/tright b918/bright
+load components/philo.ndr
+ren a918/tleft b918/bleft a919/tright b919/bright
+load components/philo.ndr
+ren a919/tleft b919/bleft a920/tright b920/bright
+load components/philo.ndr
+ren a920/tleft b920/bleft a921/tright b921/bright
+load components/philo.ndr
+ren a921/tleft b921/bleft a922/tright b922/bright
+load components/philo.ndr
+ren a922/tleft b922/bleft a923/tright b923/bright
+load components/philo.ndr
+ren a923/tleft b923/bleft a924/tright b924/bright
+load components/philo.ndr
+ren a924/tleft b924/bleft a925/tright b925/bright
+load components/philo.ndr
+ren a925/tleft b925/bleft a926/tright b926/bright
+load components/philo.ndr
+ren a926/tleft b926/bleft a927/tright b927/bright
+load components/philo.ndr
+ren a927/tleft b927/bleft a928/tright b928/bright
+load components/philo.ndr
+ren a928/tleft b928/bleft a929/tright b929/bright
+load components/philo.ndr
+ren a929/tleft b929/bleft a930/tright b930/bright
+load components/philo.ndr
+ren a930/tleft b930/bleft a931/tright b931/bright
+load components/philo.ndr
+ren a931/tleft b931/bleft a932/tright b932/bright
+load components/philo.ndr
+ren a932/tleft b932/bleft a933/tright b933/bright
+load components/philo.ndr
+ren a933/tleft b933/bleft a934/tright b934/bright
+load components/philo.ndr
+ren a934/tleft b934/bleft a935/tright b935/bright
+load components/philo.ndr
+ren a935/tleft b935/bleft a936/tright b936/bright
+load components/philo.ndr
+ren a936/tleft b936/bleft a937/tright b937/bright
+load components/philo.ndr
+ren a937/tleft b937/bleft a938/tright b938/bright
+load components/philo.ndr
+ren a938/tleft b938/bleft a939/tright b939/bright
+load components/philo.ndr
+ren a939/tleft b939/bleft a940/tright b940/bright
+load components/philo.ndr
+ren a940/tleft b940/bleft a941/tright b941/bright
+load components/philo.ndr
+ren a941/tleft b941/bleft a942/tright b942/bright
+load components/philo.ndr
+ren a942/tleft b942/bleft a943/tright b943/bright
+load components/philo.ndr
+ren a943/tleft b943/bleft a944/tright b944/bright
+load components/philo.ndr
+ren a944/tleft b944/bleft a945/tright b945/bright
+load components/philo.ndr
+ren a945/tleft b945/bleft a946/tright b946/bright
+load components/philo.ndr
+ren a946/tleft b946/bleft a947/tright b947/bright
+load components/philo.ndr
+ren a947/tleft b947/bleft a948/tright b948/bright
+load components/philo.ndr
+ren a948/tleft b948/bleft a949/tright b949/bright
+load components/philo.ndr
+ren a949/tleft b949/bleft a950/tright b950/bright
+load components/philo.ndr
+ren a950/tleft b950/bleft a951/tright b951/bright
+load components/philo.ndr
+ren a951/tleft b951/bleft a952/tright b952/bright
+load components/philo.ndr
+ren a952/tleft b952/bleft a953/tright b953/bright
+load components/philo.ndr
+ren a953/tleft b953/bleft a954/tright b954/bright
+load components/philo.ndr
+ren a954/tleft b954/bleft a955/tright b955/bright
+load components/philo.ndr
+ren a955/tleft b955/bleft a956/tright b956/bright
+load components/philo.ndr
+ren a956/tleft b956/bleft a957/tright b957/bright
+load components/philo.ndr
+ren a957/tleft b957/bleft a958/tright b958/bright
+load components/philo.ndr
+ren a958/tleft b958/bleft a959/tright b959/bright
+load components/philo.ndr
+ren a959/tleft b959/bleft a960/tright b960/bright
+load components/philo.ndr
+ren a960/tleft b960/bleft a961/tright b961/bright
+load components/philo.ndr
+ren a961/tleft b961/bleft a962/tright b962/bright
+load components/philo.ndr
+ren a962/tleft b962/bleft a963/tright b963/bright
+load components/philo.ndr
+ren a963/tleft b963/bleft a964/tright b964/bright
+load components/philo.ndr
+ren a964/tleft b964/bleft a965/tright b965/bright
+load components/philo.ndr
+ren a965/tleft b965/bleft a966/tright b966/bright
+load components/philo.ndr
+ren a966/tleft b966/bleft a967/tright b967/bright
+load components/philo.ndr
+ren a967/tleft b967/bleft a968/tright b968/bright
+load components/philo.ndr
+ren a968/tleft b968/bleft a969/tright b969/bright
+load components/philo.ndr
+ren a969/tleft b969/bleft a970/tright b970/bright
+load components/philo.ndr
+ren a970/tleft b970/bleft a971/tright b971/bright
+load components/philo.ndr
+ren a971/tleft b971/bleft a972/tright b972/bright
+load components/philo.ndr
+ren a972/tleft b972/bleft a973/tright b973/bright
+load components/philo.ndr
+ren a973/tleft b973/bleft a974/tright b974/bright
+load components/philo.ndr
+ren a974/tleft b974/bleft a975/tright b975/bright
+load components/philo.ndr
+ren a975/tleft b975/bleft a976/tright b976/bright
+load components/philo.ndr
+ren a976/tleft b976/bleft a977/tright b977/bright
+load components/philo.ndr
+ren a977/tleft b977/bleft a978/tright b978/bright
+load components/philo.ndr
+ren a978/tleft b978/bleft a979/tright b979/bright
+load components/philo.ndr
+ren a979/tleft b979/bleft a980/tright b980/bright
+load components/philo.ndr
+ren a980/tleft b980/bleft a981/tright b981/bright
+load components/philo.ndr
+ren a981/tleft b981/bleft a982/tright b982/bright
+load components/philo.ndr
+ren a982/tleft b982/bleft a983/tright b983/bright
+load components/philo.ndr
+ren a983/tleft b983/bleft a984/tright b984/bright
+load components/philo.ndr
+ren a984/tleft b984/bleft a985/tright b985/bright
+load components/philo.ndr
+ren a985/tleft b985/bleft a986/tright b986/bright
+load components/philo.ndr
+ren a986/tleft b986/bleft a987/tright b987/bright
+load components/philo.ndr
+ren a987/tleft b987/bleft a988/tright b988/bright
+load components/philo.ndr
+ren a988/tleft b988/bleft a989/tright b989/bright
+load components/philo.ndr
+ren a989/tleft b989/bleft a990/tright b990/bright
+load components/philo.ndr
+ren a990/tleft b990/bleft a991/tright b991/bright
+load components/philo.ndr
+ren a991/tleft b991/bleft a992/tright b992/bright
+load components/philo.ndr
+ren a992/tleft b992/bleft a993/tright b993/bright
+load components/philo.ndr
+ren a993/tleft b993/bleft a994/tright b994/bright
+load components/philo.ndr
+ren a994/tleft b994/bleft a995/tright b995/bright
+load components/philo.ndr
+ren a995/tleft b995/bleft a996/tright b996/bright
+load components/philo.ndr
+ren a996/tleft b996/bleft a997/tright b997/bright
+load components/philo.ndr
+ren a997/tleft b997/bleft a998/tright b998/bright
+load components/philo.ndr
+ren a998/tleft b998/bleft a999/tright b999/bright
+sync ring 1000
diff --git a/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p10000.net b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p10000.net
new file mode 100644
index 0000000000000000000000000000000000000000..0aa20695e82601b18b3843b047dc84914d1d72da
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p10000.net
@@ -0,0 +1,70001 @@
+net {(00001.philo | 00002.philo | 00003.philo | 00004.philo | 00005.philo | 00006.philo | 00007.philo | 00008.philo | 00009.philo | 00010.philo | 00011.philo | 00012.philo | 00013.philo | 00014.philo | 00015.philo | 00016.philo | 00017.philo | 00018.philo | 00019.philo | 00020.philo | 00021.philo | 00022.philo | 00023.philo | 00024.philo | 00025.philo | 00026.philo | 00027.philo | 00028.philo | 00029.philo | 00030.philo | 00031.philo | 00032.philo | 00033.philo | 00034.philo | 00035.philo | 00036.philo | 00037.philo | 00038.philo | 00039.philo | 00040.philo | 00041.philo | 00042.philo | 00043.philo | 00044.philo | 00045.philo | 00046.philo | 00047.philo | 00048.philo | 00049.philo | 00050.philo | 00051.philo | 00052.philo | 00053.philo | 00054.philo | 00055.philo | 00056.philo | 00057.philo | 00058.philo | 00059.philo | 00060.philo | 00061.philo | 00062.philo | 00063.philo | 00064.philo | 00065.philo | 00066.philo | 00067.philo | 00068.philo | 00069.philo | 00070.philo | 00071.philo | 00072.philo | 00073.philo | 00074.philo | 00075.philo | 00076.philo | 00077.philo | 00078.philo | 00079.philo | 00080.philo | 00081.philo | 00082.philo | 00083.philo | 00084.philo | 00085.philo | 00086.philo | 00087.philo | 00088.philo | 00089.philo | 00090.philo | 00091.philo | 00092.philo | 00093.philo | 00094.philo | 00095.philo | 00096.philo | 00097.philo | 00098.philo | 00099.philo | 00100.philo | 00101.philo | 00102.philo | 00103.philo | 00104.philo | 00105.philo | 00106.philo | 00107.philo | 00108.philo | 00109.philo | 00110.philo | 00111.philo | 00112.philo | 00113.philo | 00114.philo | 00115.philo | 00116.philo | 00117.philo | 00118.philo | 00119.philo | 00120.philo | 00121.philo | 00122.philo | 00123.philo | 00124.philo | 00125.philo | 00126.philo | 00127.philo | 00128.philo | 00129.philo | 00130.philo | 00131.philo | 00132.philo | 00133.philo | 00134.philo | 00135.philo | 00136.philo | 00137.philo | 00138.philo | 00139.philo | 00140.philo | 00141.philo | 00142.philo | 00143.philo | 00144.philo | 00145.philo | 00146.philo | 00147.philo | 00148.philo | 00149.philo | 00150.philo | 00151.philo | 00152.philo | 00153.philo | 00154.philo | 00155.philo | 00156.philo | 00157.philo | 00158.philo | 00159.philo | 00160.philo | 00161.philo | 00162.philo | 00163.philo | 00164.philo | 00165.philo | 00166.philo | 00167.philo | 00168.philo | 00169.philo | 00170.philo | 00171.philo | 00172.philo | 00173.philo | 00174.philo | 00175.philo | 00176.philo | 00177.philo | 00178.philo | 00179.philo | 00180.philo | 00181.philo | 00182.philo | 00183.philo | 00184.philo | 00185.philo | 00186.philo | 00187.philo | 00188.philo | 00189.philo | 00190.philo | 00191.philo | 00192.philo | 00193.philo | 00194.philo | 00195.philo | 00196.philo | 00197.philo | 00198.philo | 00199.philo | 00200.philo | 00201.philo | 00202.philo | 00203.philo | 00204.philo | 00205.philo | 00206.philo | 00207.philo | 00208.philo | 00209.philo | 00210.philo | 00211.philo | 00212.philo | 00213.philo | 00214.philo | 00215.philo | 00216.philo | 00217.philo | 00218.philo | 00219.philo | 00220.philo | 00221.philo | 00222.philo | 00223.philo | 00224.philo | 00225.philo | 00226.philo | 00227.philo | 00228.philo | 00229.philo | 00230.philo | 00231.philo | 00232.philo | 00233.philo | 00234.philo | 00235.philo | 00236.philo | 00237.philo | 00238.philo | 00239.philo | 00240.philo | 00241.philo | 00242.philo | 00243.philo | 00244.philo | 00245.philo | 00246.philo | 00247.philo | 00248.philo | 00249.philo | 00250.philo | 00251.philo | 00252.philo | 00253.philo | 00254.philo | 00255.philo | 00256.philo | 00257.philo | 00258.philo | 00259.philo | 00260.philo | 00261.philo | 00262.philo | 00263.philo | 00264.philo | 00265.philo | 00266.philo | 00267.philo | 00268.philo | 00269.philo | 00270.philo | 00271.philo | 00272.philo | 00273.philo | 00274.philo | 00275.philo | 00276.philo | 00277.philo | 00278.philo | 00279.philo | 00280.philo | 00281.philo | 00282.philo | 00283.philo | 00284.philo | 00285.philo | 00286.philo | 00287.philo | 00288.philo | 00289.philo | 00290.philo | 00291.philo | 00292.philo | 00293.philo | 00294.philo | 00295.philo | 00296.philo | 00297.philo | 00298.philo | 00299.philo | 00300.philo | 00301.philo | 00302.philo | 00303.philo | 00304.philo | 00305.philo | 00306.philo | 00307.philo | 00308.philo | 00309.philo | 00310.philo | 00311.philo | 00312.philo | 00313.philo | 00314.philo | 00315.philo | 00316.philo | 00317.philo | 00318.philo | 00319.philo | 00320.philo | 00321.philo | 00322.philo | 00323.philo | 00324.philo | 00325.philo | 00326.philo | 00327.philo | 00328.philo | 00329.philo | 00330.philo | 00331.philo | 00332.philo | 00333.philo | 00334.philo | 00335.philo | 00336.philo | 00337.philo | 00338.philo | 00339.philo | 00340.philo | 00341.philo | 00342.philo | 00343.philo | 00344.philo | 00345.philo | 00346.philo | 00347.philo | 00348.philo | 00349.philo | 00350.philo | 00351.philo | 00352.philo | 00353.philo | 00354.philo | 00355.philo | 00356.philo | 00357.philo | 00358.philo | 00359.philo | 00360.philo | 00361.philo | 00362.philo | 00363.philo | 00364.philo | 00365.philo | 00366.philo | 00367.philo | 00368.philo | 00369.philo | 00370.philo | 00371.philo | 00372.philo | 00373.philo | 00374.philo | 00375.philo | 00376.philo | 00377.philo | 00378.philo | 00379.philo | 00380.philo | 00381.philo | 00382.philo | 00383.philo | 00384.philo | 00385.philo | 00386.philo | 00387.philo | 00388.philo | 00389.philo | 00390.philo | 00391.philo | 00392.philo | 00393.philo | 00394.philo | 00395.philo | 00396.philo | 00397.philo | 00398.philo | 00399.philo | 00400.philo | 00401.philo | 00402.philo | 00403.philo | 00404.philo | 00405.philo | 00406.philo | 00407.philo | 00408.philo | 00409.philo | 00410.philo | 00411.philo | 00412.philo | 00413.philo | 00414.philo | 00415.philo | 00416.philo | 00417.philo | 00418.philo | 00419.philo | 00420.philo | 00421.philo | 00422.philo | 00423.philo | 00424.philo | 00425.philo | 00426.philo | 00427.philo | 00428.philo | 00429.philo | 00430.philo | 00431.philo | 00432.philo | 00433.philo | 00434.philo | 00435.philo | 00436.philo | 00437.philo | 00438.philo | 00439.philo | 00440.philo | 00441.philo | 00442.philo | 00443.philo | 00444.philo | 00445.philo | 00446.philo | 00447.philo | 00448.philo | 00449.philo | 00450.philo | 00451.philo | 00452.philo | 00453.philo | 00454.philo | 00455.philo | 00456.philo | 00457.philo | 00458.philo | 00459.philo | 00460.philo | 00461.philo | 00462.philo | 00463.philo | 00464.philo | 00465.philo | 00466.philo | 00467.philo | 00468.philo | 00469.philo | 00470.philo | 00471.philo | 00472.philo | 00473.philo | 00474.philo | 00475.philo | 00476.philo | 00477.philo | 00478.philo | 00479.philo | 00480.philo | 00481.philo | 00482.philo | 00483.philo | 00484.philo | 00485.philo | 00486.philo | 00487.philo | 00488.philo | 00489.philo | 00490.philo | 00491.philo | 00492.philo | 00493.philo | 00494.philo | 00495.philo | 00496.philo | 00497.philo | 00498.philo | 00499.philo | 00500.philo | 00501.philo | 00502.philo | 00503.philo | 00504.philo | 00505.philo | 00506.philo | 00507.philo | 00508.philo | 00509.philo | 00510.philo | 00511.philo | 00512.philo | 00513.philo | 00514.philo | 00515.philo | 00516.philo | 00517.philo | 00518.philo | 00519.philo | 00520.philo | 00521.philo | 00522.philo | 00523.philo | 00524.philo | 00525.philo | 00526.philo | 00527.philo | 00528.philo | 00529.philo | 00530.philo | 00531.philo | 00532.philo | 00533.philo | 00534.philo | 00535.philo | 00536.philo | 00537.philo | 00538.philo | 00539.philo | 00540.philo | 00541.philo | 00542.philo | 00543.philo | 00544.philo | 00545.philo | 00546.philo | 00547.philo | 00548.philo | 00549.philo | 00550.philo | 00551.philo | 00552.philo | 00553.philo | 00554.philo | 00555.philo | 00556.philo | 00557.philo | 00558.philo | 00559.philo | 00560.philo | 00561.philo | 00562.philo | 00563.philo | 00564.philo | 00565.philo | 00566.philo | 00567.philo | 00568.philo | 00569.philo | 00570.philo | 00571.philo | 00572.philo | 00573.philo | 00574.philo | 00575.philo | 00576.philo | 00577.philo | 00578.philo | 00579.philo | 00580.philo | 00581.philo | 00582.philo | 00583.philo | 00584.philo | 00585.philo | 00586.philo | 00587.philo | 00588.philo | 00589.philo | 00590.philo | 00591.philo | 00592.philo | 00593.philo | 00594.philo | 00595.philo | 00596.philo | 00597.philo | 00598.philo | 00599.philo | 00600.philo | 00601.philo | 00602.philo | 00603.philo | 00604.philo | 00605.philo | 00606.philo | 00607.philo | 00608.philo | 00609.philo | 00610.philo | 00611.philo | 00612.philo | 00613.philo | 00614.philo | 00615.philo | 00616.philo | 00617.philo | 00618.philo | 00619.philo | 00620.philo | 00621.philo | 00622.philo | 00623.philo | 00624.philo | 00625.philo | 00626.philo | 00627.philo | 00628.philo | 00629.philo | 00630.philo | 00631.philo | 00632.philo | 00633.philo | 00634.philo | 00635.philo | 00636.philo | 00637.philo | 00638.philo | 00639.philo | 00640.philo | 00641.philo | 00642.philo | 00643.philo | 00644.philo | 00645.philo | 00646.philo | 00647.philo | 00648.philo | 00649.philo | 00650.philo | 00651.philo | 00652.philo | 00653.philo | 00654.philo | 00655.philo | 00656.philo | 00657.philo | 00658.philo | 00659.philo | 00660.philo | 00661.philo | 00662.philo | 00663.philo | 00664.philo | 00665.philo | 00666.philo | 00667.philo | 00668.philo | 00669.philo | 00670.philo | 00671.philo | 00672.philo | 00673.philo | 00674.philo | 00675.philo | 00676.philo | 00677.philo | 00678.philo | 00679.philo | 00680.philo | 00681.philo | 00682.philo | 00683.philo | 00684.philo | 00685.philo | 00686.philo | 00687.philo | 00688.philo | 00689.philo | 00690.philo | 00691.philo | 00692.philo | 00693.philo | 00694.philo | 00695.philo | 00696.philo | 00697.philo | 00698.philo | 00699.philo | 00700.philo | 00701.philo | 00702.philo | 00703.philo | 00704.philo | 00705.philo | 00706.philo | 00707.philo | 00708.philo | 00709.philo | 00710.philo | 00711.philo | 00712.philo | 00713.philo | 00714.philo | 00715.philo | 00716.philo | 00717.philo | 00718.philo | 00719.philo | 00720.philo | 00721.philo | 00722.philo | 00723.philo | 00724.philo | 00725.philo | 00726.philo | 00727.philo | 00728.philo | 00729.philo | 00730.philo | 00731.philo | 00732.philo | 00733.philo | 00734.philo | 00735.philo | 00736.philo | 00737.philo | 00738.philo | 00739.philo | 00740.philo | 00741.philo | 00742.philo | 00743.philo | 00744.philo | 00745.philo | 00746.philo | 00747.philo | 00748.philo | 00749.philo | 00750.philo | 00751.philo | 00752.philo | 00753.philo | 00754.philo | 00755.philo | 00756.philo | 00757.philo | 00758.philo | 00759.philo | 00760.philo | 00761.philo | 00762.philo | 00763.philo | 00764.philo | 00765.philo | 00766.philo | 00767.philo | 00768.philo | 00769.philo | 00770.philo | 00771.philo | 00772.philo | 00773.philo | 00774.philo | 00775.philo | 00776.philo | 00777.philo | 00778.philo | 00779.philo | 00780.philo | 00781.philo | 00782.philo | 00783.philo | 00784.philo | 00785.philo | 00786.philo | 00787.philo | 00788.philo | 00789.philo | 00790.philo | 00791.philo | 00792.philo | 00793.philo | 00794.philo | 00795.philo | 00796.philo | 00797.philo | 00798.philo | 00799.philo | 00800.philo | 00801.philo | 00802.philo | 00803.philo | 00804.philo | 00805.philo | 00806.philo | 00807.philo | 00808.philo | 00809.philo | 00810.philo | 00811.philo | 00812.philo | 00813.philo | 00814.philo | 00815.philo | 00816.philo | 00817.philo | 00818.philo | 00819.philo | 00820.philo | 00821.philo | 00822.philo | 00823.philo | 00824.philo | 00825.philo | 00826.philo | 00827.philo | 00828.philo | 00829.philo | 00830.philo | 00831.philo | 00832.philo | 00833.philo | 00834.philo | 00835.philo | 00836.philo | 00837.philo | 00838.philo | 00839.philo | 00840.philo | 00841.philo | 00842.philo | 00843.philo | 00844.philo | 00845.philo | 00846.philo | 00847.philo | 00848.philo | 00849.philo | 00850.philo | 00851.philo | 00852.philo | 00853.philo | 00854.philo | 00855.philo | 00856.philo | 00857.philo | 00858.philo | 00859.philo | 00860.philo | 00861.philo | 00862.philo | 00863.philo | 00864.philo | 00865.philo | 00866.philo | 00867.philo | 00868.philo | 00869.philo | 00870.philo | 00871.philo | 00872.philo | 00873.philo | 00874.philo | 00875.philo | 00876.philo | 00877.philo | 00878.philo | 00879.philo | 00880.philo | 00881.philo | 00882.philo | 00883.philo | 00884.philo | 00885.philo | 00886.philo | 00887.philo | 00888.philo | 00889.philo | 00890.philo | 00891.philo | 00892.philo | 00893.philo | 00894.philo | 00895.philo | 00896.philo | 00897.philo | 00898.philo | 00899.philo | 00900.philo | 00901.philo | 00902.philo | 00903.philo | 00904.philo | 00905.philo | 00906.philo | 00907.philo | 00908.philo | 00909.philo | 00910.philo | 00911.philo | 00912.philo | 00913.philo | 00914.philo | 00915.philo | 00916.philo | 00917.philo | 00918.philo | 00919.philo | 00920.philo | 00921.philo | 00922.philo | 00923.philo | 00924.philo | 00925.philo | 00926.philo | 00927.philo | 00928.philo | 00929.philo | 00930.philo | 00931.philo | 00932.philo | 00933.philo | 00934.philo | 00935.philo | 00936.philo | 00937.philo | 00938.philo | 00939.philo | 00940.philo | 00941.philo | 00942.philo | 00943.philo | 00944.philo | 00945.philo | 00946.philo | 00947.philo | 00948.philo | 00949.philo | 00950.philo | 00951.philo | 00952.philo | 00953.philo | 00954.philo | 00955.philo | 00956.philo | 00957.philo | 00958.philo | 00959.philo | 00960.philo | 00961.philo | 00962.philo | 00963.philo | 00964.philo | 00965.philo | 00966.philo | 00967.philo | 00968.philo | 00969.philo | 00970.philo | 00971.philo | 00972.philo | 00973.philo | 00974.philo | 00975.philo | 00976.philo | 00977.philo | 00978.philo | 00979.philo | 00980.philo | 00981.philo | 00982.philo | 00983.philo | 00984.philo | 00985.philo | 00986.philo | 00987.philo | 00988.philo | 00989.philo | 00990.philo | 00991.philo | 00992.philo | 00993.philo | 00994.philo | 00995.philo | 00996.philo | 00997.philo | 00998.philo | 00999.philo | 01000.philo | 01001.philo | 01002.philo | 01003.philo | 01004.philo | 01005.philo | 01006.philo | 01007.philo | 01008.philo | 01009.philo | 01010.philo | 01011.philo | 01012.philo | 01013.philo | 01014.philo | 01015.philo | 01016.philo | 01017.philo | 01018.philo | 01019.philo | 01020.philo | 01021.philo | 01022.philo | 01023.philo | 01024.philo | 01025.philo | 01026.philo | 01027.philo | 01028.philo | 01029.philo | 01030.philo | 01031.philo | 01032.philo | 01033.philo | 01034.philo | 01035.philo | 01036.philo | 01037.philo | 01038.philo | 01039.philo | 01040.philo | 01041.philo | 01042.philo | 01043.philo | 01044.philo | 01045.philo | 01046.philo | 01047.philo | 01048.philo | 01049.philo | 01050.philo | 01051.philo | 01052.philo | 01053.philo | 01054.philo | 01055.philo | 01056.philo | 01057.philo | 01058.philo | 01059.philo | 01060.philo | 01061.philo | 01062.philo | 01063.philo | 01064.philo | 01065.philo | 01066.philo | 01067.philo | 01068.philo | 01069.philo | 01070.philo | 01071.philo | 01072.philo | 01073.philo | 01074.philo | 01075.philo | 01076.philo | 01077.philo | 01078.philo | 01079.philo | 01080.philo | 01081.philo | 01082.philo | 01083.philo | 01084.philo | 01085.philo | 01086.philo | 01087.philo | 01088.philo | 01089.philo | 01090.philo | 01091.philo | 01092.philo | 01093.philo | 01094.philo | 01095.philo | 01096.philo | 01097.philo | 01098.philo | 01099.philo | 01100.philo | 01101.philo | 01102.philo | 01103.philo | 01104.philo | 01105.philo | 01106.philo | 01107.philo | 01108.philo | 01109.philo | 01110.philo | 01111.philo | 01112.philo | 01113.philo | 01114.philo | 01115.philo | 01116.philo | 01117.philo | 01118.philo | 01119.philo | 01120.philo | 01121.philo | 01122.philo | 01123.philo | 01124.philo | 01125.philo | 01126.philo | 01127.philo | 01128.philo | 01129.philo | 01130.philo | 01131.philo | 01132.philo | 01133.philo | 01134.philo | 01135.philo | 01136.philo | 01137.philo | 01138.philo | 01139.philo | 01140.philo | 01141.philo | 01142.philo | 01143.philo | 01144.philo | 01145.philo | 01146.philo | 01147.philo | 01148.philo | 01149.philo | 01150.philo | 01151.philo | 01152.philo | 01153.philo | 01154.philo | 01155.philo | 01156.philo | 01157.philo | 01158.philo | 01159.philo | 01160.philo | 01161.philo | 01162.philo | 01163.philo | 01164.philo | 01165.philo | 01166.philo | 01167.philo | 01168.philo | 01169.philo | 01170.philo | 01171.philo | 01172.philo | 01173.philo | 01174.philo | 01175.philo | 01176.philo | 01177.philo | 01178.philo | 01179.philo | 01180.philo | 01181.philo | 01182.philo | 01183.philo | 01184.philo | 01185.philo | 01186.philo | 01187.philo | 01188.philo | 01189.philo | 01190.philo | 01191.philo | 01192.philo | 01193.philo | 01194.philo | 01195.philo | 01196.philo | 01197.philo | 01198.philo | 01199.philo | 01200.philo | 01201.philo | 01202.philo | 01203.philo | 01204.philo | 01205.philo | 01206.philo | 01207.philo | 01208.philo | 01209.philo | 01210.philo | 01211.philo | 01212.philo | 01213.philo | 01214.philo | 01215.philo | 01216.philo | 01217.philo | 01218.philo | 01219.philo | 01220.philo | 01221.philo | 01222.philo | 01223.philo | 01224.philo | 01225.philo | 01226.philo | 01227.philo | 01228.philo | 01229.philo | 01230.philo | 01231.philo | 01232.philo | 01233.philo | 01234.philo | 01235.philo | 01236.philo | 01237.philo | 01238.philo | 01239.philo | 01240.philo | 01241.philo | 01242.philo | 01243.philo | 01244.philo | 01245.philo | 01246.philo | 01247.philo | 01248.philo | 01249.philo | 01250.philo | 01251.philo | 01252.philo | 01253.philo | 01254.philo | 01255.philo | 01256.philo | 01257.philo | 01258.philo | 01259.philo | 01260.philo | 01261.philo | 01262.philo | 01263.philo | 01264.philo | 01265.philo | 01266.philo | 01267.philo | 01268.philo | 01269.philo | 01270.philo | 01271.philo | 01272.philo | 01273.philo | 01274.philo | 01275.philo | 01276.philo | 01277.philo | 01278.philo | 01279.philo | 01280.philo | 01281.philo | 01282.philo | 01283.philo | 01284.philo | 01285.philo | 01286.philo | 01287.philo | 01288.philo | 01289.philo | 01290.philo | 01291.philo | 01292.philo | 01293.philo | 01294.philo | 01295.philo | 01296.philo | 01297.philo | 01298.philo | 01299.philo | 01300.philo | 01301.philo | 01302.philo | 01303.philo | 01304.philo | 01305.philo | 01306.philo | 01307.philo | 01308.philo | 01309.philo | 01310.philo | 01311.philo | 01312.philo | 01313.philo | 01314.philo | 01315.philo | 01316.philo | 01317.philo | 01318.philo | 01319.philo | 01320.philo | 01321.philo | 01322.philo | 01323.philo | 01324.philo | 01325.philo | 01326.philo | 01327.philo | 01328.philo | 01329.philo | 01330.philo | 01331.philo | 01332.philo | 01333.philo | 01334.philo | 01335.philo | 01336.philo | 01337.philo | 01338.philo | 01339.philo | 01340.philo | 01341.philo | 01342.philo | 01343.philo | 01344.philo | 01345.philo | 01346.philo | 01347.philo | 01348.philo | 01349.philo | 01350.philo | 01351.philo | 01352.philo | 01353.philo | 01354.philo | 01355.philo | 01356.philo | 01357.philo | 01358.philo | 01359.philo | 01360.philo | 01361.philo | 01362.philo | 01363.philo | 01364.philo | 01365.philo | 01366.philo | 01367.philo | 01368.philo | 01369.philo | 01370.philo | 01371.philo | 01372.philo | 01373.philo | 01374.philo | 01375.philo | 01376.philo | 01377.philo | 01378.philo | 01379.philo | 01380.philo | 01381.philo | 01382.philo | 01383.philo | 01384.philo | 01385.philo | 01386.philo | 01387.philo | 01388.philo | 01389.philo | 01390.philo | 01391.philo | 01392.philo | 01393.philo | 01394.philo | 01395.philo | 01396.philo | 01397.philo | 01398.philo | 01399.philo | 01400.philo | 01401.philo | 01402.philo | 01403.philo | 01404.philo | 01405.philo | 01406.philo | 01407.philo | 01408.philo | 01409.philo | 01410.philo | 01411.philo | 01412.philo | 01413.philo | 01414.philo | 01415.philo | 01416.philo | 01417.philo | 01418.philo | 01419.philo | 01420.philo | 01421.philo | 01422.philo | 01423.philo | 01424.philo | 01425.philo | 01426.philo | 01427.philo | 01428.philo | 01429.philo | 01430.philo | 01431.philo | 01432.philo | 01433.philo | 01434.philo | 01435.philo | 01436.philo | 01437.philo | 01438.philo | 01439.philo | 01440.philo | 01441.philo | 01442.philo | 01443.philo | 01444.philo | 01445.philo | 01446.philo | 01447.philo | 01448.philo | 01449.philo | 01450.philo | 01451.philo | 01452.philo | 01453.philo | 01454.philo | 01455.philo | 01456.philo | 01457.philo | 01458.philo | 01459.philo | 01460.philo | 01461.philo | 01462.philo | 01463.philo | 01464.philo | 01465.philo | 01466.philo | 01467.philo | 01468.philo | 01469.philo | 01470.philo | 01471.philo | 01472.philo | 01473.philo | 01474.philo | 01475.philo | 01476.philo | 01477.philo | 01478.philo | 01479.philo | 01480.philo | 01481.philo | 01482.philo | 01483.philo | 01484.philo | 01485.philo | 01486.philo | 01487.philo | 01488.philo | 01489.philo | 01490.philo | 01491.philo | 01492.philo | 01493.philo | 01494.philo | 01495.philo | 01496.philo | 01497.philo | 01498.philo | 01499.philo | 01500.philo | 01501.philo | 01502.philo | 01503.philo | 01504.philo | 01505.philo | 01506.philo | 01507.philo | 01508.philo | 01509.philo | 01510.philo | 01511.philo | 01512.philo | 01513.philo | 01514.philo | 01515.philo | 01516.philo | 01517.philo | 01518.philo | 01519.philo | 01520.philo | 01521.philo | 01522.philo | 01523.philo | 01524.philo | 01525.philo | 01526.philo | 01527.philo | 01528.philo | 01529.philo | 01530.philo | 01531.philo | 01532.philo | 01533.philo | 01534.philo | 01535.philo | 01536.philo | 01537.philo | 01538.philo | 01539.philo | 01540.philo | 01541.philo | 01542.philo | 01543.philo | 01544.philo | 01545.philo | 01546.philo | 01547.philo | 01548.philo | 01549.philo | 01550.philo | 01551.philo | 01552.philo | 01553.philo | 01554.philo | 01555.philo | 01556.philo | 01557.philo | 01558.philo | 01559.philo | 01560.philo | 01561.philo | 01562.philo | 01563.philo | 01564.philo | 01565.philo | 01566.philo | 01567.philo | 01568.philo | 01569.philo | 01570.philo | 01571.philo | 01572.philo | 01573.philo | 01574.philo | 01575.philo | 01576.philo | 01577.philo | 01578.philo | 01579.philo | 01580.philo | 01581.philo | 01582.philo | 01583.philo | 01584.philo | 01585.philo | 01586.philo | 01587.philo | 01588.philo | 01589.philo | 01590.philo | 01591.philo | 01592.philo | 01593.philo | 01594.philo | 01595.philo | 01596.philo | 01597.philo | 01598.philo | 01599.philo | 01600.philo | 01601.philo | 01602.philo | 01603.philo | 01604.philo | 01605.philo | 01606.philo | 01607.philo | 01608.philo | 01609.philo | 01610.philo | 01611.philo | 01612.philo | 01613.philo | 01614.philo | 01615.philo | 01616.philo | 01617.philo | 01618.philo | 01619.philo | 01620.philo | 01621.philo | 01622.philo | 01623.philo | 01624.philo | 01625.philo | 01626.philo | 01627.philo | 01628.philo | 01629.philo | 01630.philo | 01631.philo | 01632.philo | 01633.philo | 01634.philo | 01635.philo | 01636.philo | 01637.philo | 01638.philo | 01639.philo | 01640.philo | 01641.philo | 01642.philo | 01643.philo | 01644.philo | 01645.philo | 01646.philo | 01647.philo | 01648.philo | 01649.philo | 01650.philo | 01651.philo | 01652.philo | 01653.philo | 01654.philo | 01655.philo | 01656.philo | 01657.philo | 01658.philo | 01659.philo | 01660.philo | 01661.philo | 01662.philo | 01663.philo | 01664.philo | 01665.philo | 01666.philo | 01667.philo | 01668.philo | 01669.philo | 01670.philo | 01671.philo | 01672.philo | 01673.philo | 01674.philo | 01675.philo | 01676.philo | 01677.philo | 01678.philo | 01679.philo | 01680.philo | 01681.philo | 01682.philo | 01683.philo | 01684.philo | 01685.philo | 01686.philo | 01687.philo | 01688.philo | 01689.philo | 01690.philo | 01691.philo | 01692.philo | 01693.philo | 01694.philo | 01695.philo | 01696.philo | 01697.philo | 01698.philo | 01699.philo | 01700.philo | 01701.philo | 01702.philo | 01703.philo | 01704.philo | 01705.philo | 01706.philo | 01707.philo | 01708.philo | 01709.philo | 01710.philo | 01711.philo | 01712.philo | 01713.philo | 01714.philo | 01715.philo | 01716.philo | 01717.philo | 01718.philo | 01719.philo | 01720.philo | 01721.philo | 01722.philo | 01723.philo | 01724.philo | 01725.philo | 01726.philo | 01727.philo | 01728.philo | 01729.philo | 01730.philo | 01731.philo | 01732.philo | 01733.philo | 01734.philo | 01735.philo | 01736.philo | 01737.philo | 01738.philo | 01739.philo | 01740.philo | 01741.philo | 01742.philo | 01743.philo | 01744.philo | 01745.philo | 01746.philo | 01747.philo | 01748.philo | 01749.philo | 01750.philo | 01751.philo | 01752.philo | 01753.philo | 01754.philo | 01755.philo | 01756.philo | 01757.philo | 01758.philo | 01759.philo | 01760.philo | 01761.philo | 01762.philo | 01763.philo | 01764.philo | 01765.philo | 01766.philo | 01767.philo | 01768.philo | 01769.philo | 01770.philo | 01771.philo | 01772.philo | 01773.philo | 01774.philo | 01775.philo | 01776.philo | 01777.philo | 01778.philo | 01779.philo | 01780.philo | 01781.philo | 01782.philo | 01783.philo | 01784.philo | 01785.philo | 01786.philo | 01787.philo | 01788.philo | 01789.philo | 01790.philo | 01791.philo | 01792.philo | 01793.philo | 01794.philo | 01795.philo | 01796.philo | 01797.philo | 01798.philo | 01799.philo | 01800.philo | 01801.philo | 01802.philo | 01803.philo | 01804.philo | 01805.philo | 01806.philo | 01807.philo | 01808.philo | 01809.philo | 01810.philo | 01811.philo | 01812.philo | 01813.philo | 01814.philo | 01815.philo | 01816.philo | 01817.philo | 01818.philo | 01819.philo | 01820.philo | 01821.philo | 01822.philo | 01823.philo | 01824.philo | 01825.philo | 01826.philo | 01827.philo | 01828.philo | 01829.philo | 01830.philo | 01831.philo | 01832.philo | 01833.philo | 01834.philo | 01835.philo | 01836.philo | 01837.philo | 01838.philo | 01839.philo | 01840.philo | 01841.philo | 01842.philo | 01843.philo | 01844.philo | 01845.philo | 01846.philo | 01847.philo | 01848.philo | 01849.philo | 01850.philo | 01851.philo | 01852.philo | 01853.philo | 01854.philo | 01855.philo | 01856.philo | 01857.philo | 01858.philo | 01859.philo | 01860.philo | 01861.philo | 01862.philo | 01863.philo | 01864.philo | 01865.philo | 01866.philo | 01867.philo | 01868.philo | 01869.philo | 01870.philo | 01871.philo | 01872.philo | 01873.philo | 01874.philo | 01875.philo | 01876.philo | 01877.philo | 01878.philo | 01879.philo | 01880.philo | 01881.philo | 01882.philo | 01883.philo | 01884.philo | 01885.philo | 01886.philo | 01887.philo | 01888.philo | 01889.philo | 01890.philo | 01891.philo | 01892.philo | 01893.philo | 01894.philo | 01895.philo | 01896.philo | 01897.philo | 01898.philo | 01899.philo | 01900.philo | 01901.philo | 01902.philo | 01903.philo | 01904.philo | 01905.philo | 01906.philo | 01907.philo | 01908.philo | 01909.philo | 01910.philo | 01911.philo | 01912.philo | 01913.philo | 01914.philo | 01915.philo | 01916.philo | 01917.philo | 01918.philo | 01919.philo | 01920.philo | 01921.philo | 01922.philo | 01923.philo | 01924.philo | 01925.philo | 01926.philo | 01927.philo | 01928.philo | 01929.philo | 01930.philo | 01931.philo | 01932.philo | 01933.philo | 01934.philo | 01935.philo | 01936.philo | 01937.philo | 01938.philo | 01939.philo | 01940.philo | 01941.philo | 01942.philo | 01943.philo | 01944.philo | 01945.philo | 01946.philo | 01947.philo | 01948.philo | 01949.philo | 01950.philo | 01951.philo | 01952.philo | 01953.philo | 01954.philo | 01955.philo | 01956.philo | 01957.philo | 01958.philo | 01959.philo | 01960.philo | 01961.philo | 01962.philo | 01963.philo | 01964.philo | 01965.philo | 01966.philo | 01967.philo | 01968.philo | 01969.philo | 01970.philo | 01971.philo | 01972.philo | 01973.philo | 01974.philo | 01975.philo | 01976.philo | 01977.philo | 01978.philo | 01979.philo | 01980.philo | 01981.philo | 01982.philo | 01983.philo | 01984.philo | 01985.philo | 01986.philo | 01987.philo | 01988.philo | 01989.philo | 01990.philo | 01991.philo | 01992.philo | 01993.philo | 01994.philo | 01995.philo | 01996.philo | 01997.philo | 01998.philo | 01999.philo | 02000.philo | 02001.philo | 02002.philo | 02003.philo | 02004.philo | 02005.philo | 02006.philo | 02007.philo | 02008.philo | 02009.philo | 02010.philo | 02011.philo | 02012.philo | 02013.philo | 02014.philo | 02015.philo | 02016.philo | 02017.philo | 02018.philo | 02019.philo | 02020.philo | 02021.philo | 02022.philo | 02023.philo | 02024.philo | 02025.philo | 02026.philo | 02027.philo | 02028.philo | 02029.philo | 02030.philo | 02031.philo | 02032.philo | 02033.philo | 02034.philo | 02035.philo | 02036.philo | 02037.philo | 02038.philo | 02039.philo | 02040.philo | 02041.philo | 02042.philo | 02043.philo | 02044.philo | 02045.philo | 02046.philo | 02047.philo | 02048.philo | 02049.philo | 02050.philo | 02051.philo | 02052.philo | 02053.philo | 02054.philo | 02055.philo | 02056.philo | 02057.philo | 02058.philo | 02059.philo | 02060.philo | 02061.philo | 02062.philo | 02063.philo | 02064.philo | 02065.philo | 02066.philo | 02067.philo | 02068.philo | 02069.philo | 02070.philo | 02071.philo | 02072.philo | 02073.philo | 02074.philo | 02075.philo | 02076.philo | 02077.philo | 02078.philo | 02079.philo | 02080.philo | 02081.philo | 02082.philo | 02083.philo | 02084.philo | 02085.philo | 02086.philo | 02087.philo | 02088.philo | 02089.philo | 02090.philo | 02091.philo | 02092.philo | 02093.philo | 02094.philo | 02095.philo | 02096.philo | 02097.philo | 02098.philo | 02099.philo | 02100.philo | 02101.philo | 02102.philo | 02103.philo | 02104.philo | 02105.philo | 02106.philo | 02107.philo | 02108.philo | 02109.philo | 02110.philo | 02111.philo | 02112.philo | 02113.philo | 02114.philo | 02115.philo | 02116.philo | 02117.philo | 02118.philo | 02119.philo | 02120.philo | 02121.philo | 02122.philo | 02123.philo | 02124.philo | 02125.philo | 02126.philo | 02127.philo | 02128.philo | 02129.philo | 02130.philo | 02131.philo | 02132.philo | 02133.philo | 02134.philo | 02135.philo | 02136.philo | 02137.philo | 02138.philo | 02139.philo | 02140.philo | 02141.philo | 02142.philo | 02143.philo | 02144.philo | 02145.philo | 02146.philo | 02147.philo | 02148.philo | 02149.philo | 02150.philo | 02151.philo | 02152.philo | 02153.philo | 02154.philo | 02155.philo | 02156.philo | 02157.philo | 02158.philo | 02159.philo | 02160.philo | 02161.philo | 02162.philo | 02163.philo | 02164.philo | 02165.philo | 02166.philo | 02167.philo | 02168.philo | 02169.philo | 02170.philo | 02171.philo | 02172.philo | 02173.philo | 02174.philo | 02175.philo | 02176.philo | 02177.philo | 02178.philo | 02179.philo | 02180.philo | 02181.philo | 02182.philo | 02183.philo | 02184.philo | 02185.philo | 02186.philo | 02187.philo | 02188.philo | 02189.philo | 02190.philo | 02191.philo | 02192.philo | 02193.philo | 02194.philo | 02195.philo | 02196.philo | 02197.philo | 02198.philo | 02199.philo | 02200.philo | 02201.philo | 02202.philo | 02203.philo | 02204.philo | 02205.philo | 02206.philo | 02207.philo | 02208.philo | 02209.philo | 02210.philo | 02211.philo | 02212.philo | 02213.philo | 02214.philo | 02215.philo | 02216.philo | 02217.philo | 02218.philo | 02219.philo | 02220.philo | 02221.philo | 02222.philo | 02223.philo | 02224.philo | 02225.philo | 02226.philo | 02227.philo | 02228.philo | 02229.philo | 02230.philo | 02231.philo | 02232.philo | 02233.philo | 02234.philo | 02235.philo | 02236.philo | 02237.philo | 02238.philo | 02239.philo | 02240.philo | 02241.philo | 02242.philo | 02243.philo | 02244.philo | 02245.philo | 02246.philo | 02247.philo | 02248.philo | 02249.philo | 02250.philo | 02251.philo | 02252.philo | 02253.philo | 02254.philo | 02255.philo | 02256.philo | 02257.philo | 02258.philo | 02259.philo | 02260.philo | 02261.philo | 02262.philo | 02263.philo | 02264.philo | 02265.philo | 02266.philo | 02267.philo | 02268.philo | 02269.philo | 02270.philo | 02271.philo | 02272.philo | 02273.philo | 02274.philo | 02275.philo | 02276.philo | 02277.philo | 02278.philo | 02279.philo | 02280.philo | 02281.philo | 02282.philo | 02283.philo | 02284.philo | 02285.philo | 02286.philo | 02287.philo | 02288.philo | 02289.philo | 02290.philo | 02291.philo | 02292.philo | 02293.philo | 02294.philo | 02295.philo | 02296.philo | 02297.philo | 02298.philo | 02299.philo | 02300.philo | 02301.philo | 02302.philo | 02303.philo | 02304.philo | 02305.philo | 02306.philo | 02307.philo | 02308.philo | 02309.philo | 02310.philo | 02311.philo | 02312.philo | 02313.philo | 02314.philo | 02315.philo | 02316.philo | 02317.philo | 02318.philo | 02319.philo | 02320.philo | 02321.philo | 02322.philo | 02323.philo | 02324.philo | 02325.philo | 02326.philo | 02327.philo | 02328.philo | 02329.philo | 02330.philo | 02331.philo | 02332.philo | 02333.philo | 02334.philo | 02335.philo | 02336.philo | 02337.philo | 02338.philo | 02339.philo | 02340.philo | 02341.philo | 02342.philo | 02343.philo | 02344.philo | 02345.philo | 02346.philo | 02347.philo | 02348.philo | 02349.philo | 02350.philo | 02351.philo | 02352.philo | 02353.philo | 02354.philo | 02355.philo | 02356.philo | 02357.philo | 02358.philo | 02359.philo | 02360.philo | 02361.philo | 02362.philo | 02363.philo | 02364.philo | 02365.philo | 02366.philo | 02367.philo | 02368.philo | 02369.philo | 02370.philo | 02371.philo | 02372.philo | 02373.philo | 02374.philo | 02375.philo | 02376.philo | 02377.philo | 02378.philo | 02379.philo | 02380.philo | 02381.philo | 02382.philo | 02383.philo | 02384.philo | 02385.philo | 02386.philo | 02387.philo | 02388.philo | 02389.philo | 02390.philo | 02391.philo | 02392.philo | 02393.philo | 02394.philo | 02395.philo | 02396.philo | 02397.philo | 02398.philo | 02399.philo | 02400.philo | 02401.philo | 02402.philo | 02403.philo | 02404.philo | 02405.philo | 02406.philo | 02407.philo | 02408.philo | 02409.philo | 02410.philo | 02411.philo | 02412.philo | 02413.philo | 02414.philo | 02415.philo | 02416.philo | 02417.philo | 02418.philo | 02419.philo | 02420.philo | 02421.philo | 02422.philo | 02423.philo | 02424.philo | 02425.philo | 02426.philo | 02427.philo | 02428.philo | 02429.philo | 02430.philo | 02431.philo | 02432.philo | 02433.philo | 02434.philo | 02435.philo | 02436.philo | 02437.philo | 02438.philo | 02439.philo | 02440.philo | 02441.philo | 02442.philo | 02443.philo | 02444.philo | 02445.philo | 02446.philo | 02447.philo | 02448.philo | 02449.philo | 02450.philo | 02451.philo | 02452.philo | 02453.philo | 02454.philo | 02455.philo | 02456.philo | 02457.philo | 02458.philo | 02459.philo | 02460.philo | 02461.philo | 02462.philo | 02463.philo | 02464.philo | 02465.philo | 02466.philo | 02467.philo | 02468.philo | 02469.philo | 02470.philo | 02471.philo | 02472.philo | 02473.philo | 02474.philo | 02475.philo | 02476.philo | 02477.philo | 02478.philo | 02479.philo | 02480.philo | 02481.philo | 02482.philo | 02483.philo | 02484.philo | 02485.philo | 02486.philo | 02487.philo | 02488.philo | 02489.philo | 02490.philo | 02491.philo | 02492.philo | 02493.philo | 02494.philo | 02495.philo | 02496.philo | 02497.philo | 02498.philo | 02499.philo | 02500.philo | 02501.philo | 02502.philo | 02503.philo | 02504.philo | 02505.philo | 02506.philo | 02507.philo | 02508.philo | 02509.philo | 02510.philo | 02511.philo | 02512.philo | 02513.philo | 02514.philo | 02515.philo | 02516.philo | 02517.philo | 02518.philo | 02519.philo | 02520.philo | 02521.philo | 02522.philo | 02523.philo | 02524.philo | 02525.philo | 02526.philo | 02527.philo | 02528.philo | 02529.philo | 02530.philo | 02531.philo | 02532.philo | 02533.philo | 02534.philo | 02535.philo | 02536.philo | 02537.philo | 02538.philo | 02539.philo | 02540.philo | 02541.philo | 02542.philo | 02543.philo | 02544.philo | 02545.philo | 02546.philo | 02547.philo | 02548.philo | 02549.philo | 02550.philo | 02551.philo | 02552.philo | 02553.philo | 02554.philo | 02555.philo | 02556.philo | 02557.philo | 02558.philo | 02559.philo | 02560.philo | 02561.philo | 02562.philo | 02563.philo | 02564.philo | 02565.philo | 02566.philo | 02567.philo | 02568.philo | 02569.philo | 02570.philo | 02571.philo | 02572.philo | 02573.philo | 02574.philo | 02575.philo | 02576.philo | 02577.philo | 02578.philo | 02579.philo | 02580.philo | 02581.philo | 02582.philo | 02583.philo | 02584.philo | 02585.philo | 02586.philo | 02587.philo | 02588.philo | 02589.philo | 02590.philo | 02591.philo | 02592.philo | 02593.philo | 02594.philo | 02595.philo | 02596.philo | 02597.philo | 02598.philo | 02599.philo | 02600.philo | 02601.philo | 02602.philo | 02603.philo | 02604.philo | 02605.philo | 02606.philo | 02607.philo | 02608.philo | 02609.philo | 02610.philo | 02611.philo | 02612.philo | 02613.philo | 02614.philo | 02615.philo | 02616.philo | 02617.philo | 02618.philo | 02619.philo | 02620.philo | 02621.philo | 02622.philo | 02623.philo | 02624.philo | 02625.philo | 02626.philo | 02627.philo | 02628.philo | 02629.philo | 02630.philo | 02631.philo | 02632.philo | 02633.philo | 02634.philo | 02635.philo | 02636.philo | 02637.philo | 02638.philo | 02639.philo | 02640.philo | 02641.philo | 02642.philo | 02643.philo | 02644.philo | 02645.philo | 02646.philo | 02647.philo | 02648.philo | 02649.philo | 02650.philo | 02651.philo | 02652.philo | 02653.philo | 02654.philo | 02655.philo | 02656.philo | 02657.philo | 02658.philo | 02659.philo | 02660.philo | 02661.philo | 02662.philo | 02663.philo | 02664.philo | 02665.philo | 02666.philo | 02667.philo | 02668.philo | 02669.philo | 02670.philo | 02671.philo | 02672.philo | 02673.philo | 02674.philo | 02675.philo | 02676.philo | 02677.philo | 02678.philo | 02679.philo | 02680.philo | 02681.philo | 02682.philo | 02683.philo | 02684.philo | 02685.philo | 02686.philo | 02687.philo | 02688.philo | 02689.philo | 02690.philo | 02691.philo | 02692.philo | 02693.philo | 02694.philo | 02695.philo | 02696.philo | 02697.philo | 02698.philo | 02699.philo | 02700.philo | 02701.philo | 02702.philo | 02703.philo | 02704.philo | 02705.philo | 02706.philo | 02707.philo | 02708.philo | 02709.philo | 02710.philo | 02711.philo | 02712.philo | 02713.philo | 02714.philo | 02715.philo | 02716.philo | 02717.philo | 02718.philo | 02719.philo | 02720.philo | 02721.philo | 02722.philo | 02723.philo | 02724.philo | 02725.philo | 02726.philo | 02727.philo | 02728.philo | 02729.philo | 02730.philo | 02731.philo | 02732.philo | 02733.philo | 02734.philo | 02735.philo | 02736.philo | 02737.philo | 02738.philo | 02739.philo | 02740.philo | 02741.philo | 02742.philo | 02743.philo | 02744.philo | 02745.philo | 02746.philo | 02747.philo | 02748.philo | 02749.philo | 02750.philo | 02751.philo | 02752.philo | 02753.philo | 02754.philo | 02755.philo | 02756.philo | 02757.philo | 02758.philo | 02759.philo | 02760.philo | 02761.philo | 02762.philo | 02763.philo | 02764.philo | 02765.philo | 02766.philo | 02767.philo | 02768.philo | 02769.philo | 02770.philo | 02771.philo | 02772.philo | 02773.philo | 02774.philo | 02775.philo | 02776.philo | 02777.philo | 02778.philo | 02779.philo | 02780.philo | 02781.philo | 02782.philo | 02783.philo | 02784.philo | 02785.philo | 02786.philo | 02787.philo | 02788.philo | 02789.philo | 02790.philo | 02791.philo | 02792.philo | 02793.philo | 02794.philo | 02795.philo | 02796.philo | 02797.philo | 02798.philo | 02799.philo | 02800.philo | 02801.philo | 02802.philo | 02803.philo | 02804.philo | 02805.philo | 02806.philo | 02807.philo | 02808.philo | 02809.philo | 02810.philo | 02811.philo | 02812.philo | 02813.philo | 02814.philo | 02815.philo | 02816.philo | 02817.philo | 02818.philo | 02819.philo | 02820.philo | 02821.philo | 02822.philo | 02823.philo | 02824.philo | 02825.philo | 02826.philo | 02827.philo | 02828.philo | 02829.philo | 02830.philo | 02831.philo | 02832.philo | 02833.philo | 02834.philo | 02835.philo | 02836.philo | 02837.philo | 02838.philo | 02839.philo | 02840.philo | 02841.philo | 02842.philo | 02843.philo | 02844.philo | 02845.philo | 02846.philo | 02847.philo | 02848.philo | 02849.philo | 02850.philo | 02851.philo | 02852.philo | 02853.philo | 02854.philo | 02855.philo | 02856.philo | 02857.philo | 02858.philo | 02859.philo | 02860.philo | 02861.philo | 02862.philo | 02863.philo | 02864.philo | 02865.philo | 02866.philo | 02867.philo | 02868.philo | 02869.philo | 02870.philo | 02871.philo | 02872.philo | 02873.philo | 02874.philo | 02875.philo | 02876.philo | 02877.philo | 02878.philo | 02879.philo | 02880.philo | 02881.philo | 02882.philo | 02883.philo | 02884.philo | 02885.philo | 02886.philo | 02887.philo | 02888.philo | 02889.philo | 02890.philo | 02891.philo | 02892.philo | 02893.philo | 02894.philo | 02895.philo | 02896.philo | 02897.philo | 02898.philo | 02899.philo | 02900.philo | 02901.philo | 02902.philo | 02903.philo | 02904.philo | 02905.philo | 02906.philo | 02907.philo | 02908.philo | 02909.philo | 02910.philo | 02911.philo | 02912.philo | 02913.philo | 02914.philo | 02915.philo | 02916.philo | 02917.philo | 02918.philo | 02919.philo | 02920.philo | 02921.philo | 02922.philo | 02923.philo | 02924.philo | 02925.philo | 02926.philo | 02927.philo | 02928.philo | 02929.philo | 02930.philo | 02931.philo | 02932.philo | 02933.philo | 02934.philo | 02935.philo | 02936.philo | 02937.philo | 02938.philo | 02939.philo | 02940.philo | 02941.philo | 02942.philo | 02943.philo | 02944.philo | 02945.philo | 02946.philo | 02947.philo | 02948.philo | 02949.philo | 02950.philo | 02951.philo | 02952.philo | 02953.philo | 02954.philo | 02955.philo | 02956.philo | 02957.philo | 02958.philo | 02959.philo | 02960.philo | 02961.philo | 02962.philo | 02963.philo | 02964.philo | 02965.philo | 02966.philo | 02967.philo | 02968.philo | 02969.philo | 02970.philo | 02971.philo | 02972.philo | 02973.philo | 02974.philo | 02975.philo | 02976.philo | 02977.philo | 02978.philo | 02979.philo | 02980.philo | 02981.philo | 02982.philo | 02983.philo | 02984.philo | 02985.philo | 02986.philo | 02987.philo | 02988.philo | 02989.philo | 02990.philo | 02991.philo | 02992.philo | 02993.philo | 02994.philo | 02995.philo | 02996.philo | 02997.philo | 02998.philo | 02999.philo | 03000.philo | 03001.philo | 03002.philo | 03003.philo | 03004.philo | 03005.philo | 03006.philo | 03007.philo | 03008.philo | 03009.philo | 03010.philo | 03011.philo | 03012.philo | 03013.philo | 03014.philo | 03015.philo | 03016.philo | 03017.philo | 03018.philo | 03019.philo | 03020.philo | 03021.philo | 03022.philo | 03023.philo | 03024.philo | 03025.philo | 03026.philo | 03027.philo | 03028.philo | 03029.philo | 03030.philo | 03031.philo | 03032.philo | 03033.philo | 03034.philo | 03035.philo | 03036.philo | 03037.philo | 03038.philo | 03039.philo | 03040.philo | 03041.philo | 03042.philo | 03043.philo | 03044.philo | 03045.philo | 03046.philo | 03047.philo | 03048.philo | 03049.philo | 03050.philo | 03051.philo | 03052.philo | 03053.philo | 03054.philo | 03055.philo | 03056.philo | 03057.philo | 03058.philo | 03059.philo | 03060.philo | 03061.philo | 03062.philo | 03063.philo | 03064.philo | 03065.philo | 03066.philo | 03067.philo | 03068.philo | 03069.philo | 03070.philo | 03071.philo | 03072.philo | 03073.philo | 03074.philo | 03075.philo | 03076.philo | 03077.philo | 03078.philo | 03079.philo | 03080.philo | 03081.philo | 03082.philo | 03083.philo | 03084.philo | 03085.philo | 03086.philo | 03087.philo | 03088.philo | 03089.philo | 03090.philo | 03091.philo | 03092.philo | 03093.philo | 03094.philo | 03095.philo | 03096.philo | 03097.philo | 03098.philo | 03099.philo | 03100.philo | 03101.philo | 03102.philo | 03103.philo | 03104.philo | 03105.philo | 03106.philo | 03107.philo | 03108.philo | 03109.philo | 03110.philo | 03111.philo | 03112.philo | 03113.philo | 03114.philo | 03115.philo | 03116.philo | 03117.philo | 03118.philo | 03119.philo | 03120.philo | 03121.philo | 03122.philo | 03123.philo | 03124.philo | 03125.philo | 03126.philo | 03127.philo | 03128.philo | 03129.philo | 03130.philo | 03131.philo | 03132.philo | 03133.philo | 03134.philo | 03135.philo | 03136.philo | 03137.philo | 03138.philo | 03139.philo | 03140.philo | 03141.philo | 03142.philo | 03143.philo | 03144.philo | 03145.philo | 03146.philo | 03147.philo | 03148.philo | 03149.philo | 03150.philo | 03151.philo | 03152.philo | 03153.philo | 03154.philo | 03155.philo | 03156.philo | 03157.philo | 03158.philo | 03159.philo | 03160.philo | 03161.philo | 03162.philo | 03163.philo | 03164.philo | 03165.philo | 03166.philo | 03167.philo | 03168.philo | 03169.philo | 03170.philo | 03171.philo | 03172.philo | 03173.philo | 03174.philo | 03175.philo | 03176.philo | 03177.philo | 03178.philo | 03179.philo | 03180.philo | 03181.philo | 03182.philo | 03183.philo | 03184.philo | 03185.philo | 03186.philo | 03187.philo | 03188.philo | 03189.philo | 03190.philo | 03191.philo | 03192.philo | 03193.philo | 03194.philo | 03195.philo | 03196.philo | 03197.philo | 03198.philo | 03199.philo | 03200.philo | 03201.philo | 03202.philo | 03203.philo | 03204.philo | 03205.philo | 03206.philo | 03207.philo | 03208.philo | 03209.philo | 03210.philo | 03211.philo | 03212.philo | 03213.philo | 03214.philo | 03215.philo | 03216.philo | 03217.philo | 03218.philo | 03219.philo | 03220.philo | 03221.philo | 03222.philo | 03223.philo | 03224.philo | 03225.philo | 03226.philo | 03227.philo | 03228.philo | 03229.philo | 03230.philo | 03231.philo | 03232.philo | 03233.philo | 03234.philo | 03235.philo | 03236.philo | 03237.philo | 03238.philo | 03239.philo | 03240.philo | 03241.philo | 03242.philo | 03243.philo | 03244.philo | 03245.philo | 03246.philo | 03247.philo | 03248.philo | 03249.philo | 03250.philo | 03251.philo | 03252.philo | 03253.philo | 03254.philo | 03255.philo | 03256.philo | 03257.philo | 03258.philo | 03259.philo | 03260.philo | 03261.philo | 03262.philo | 03263.philo | 03264.philo | 03265.philo | 03266.philo | 03267.philo | 03268.philo | 03269.philo | 03270.philo | 03271.philo | 03272.philo | 03273.philo | 03274.philo | 03275.philo | 03276.philo | 03277.philo | 03278.philo | 03279.philo | 03280.philo | 03281.philo | 03282.philo | 03283.philo | 03284.philo | 03285.philo | 03286.philo | 03287.philo | 03288.philo | 03289.philo | 03290.philo | 03291.philo | 03292.philo | 03293.philo | 03294.philo | 03295.philo | 03296.philo | 03297.philo | 03298.philo | 03299.philo | 03300.philo | 03301.philo | 03302.philo | 03303.philo | 03304.philo | 03305.philo | 03306.philo | 03307.philo | 03308.philo | 03309.philo | 03310.philo | 03311.philo | 03312.philo | 03313.philo | 03314.philo | 03315.philo | 03316.philo | 03317.philo | 03318.philo | 03319.philo | 03320.philo | 03321.philo | 03322.philo | 03323.philo | 03324.philo | 03325.philo | 03326.philo | 03327.philo | 03328.philo | 03329.philo | 03330.philo | 03331.philo | 03332.philo | 03333.philo | 03334.philo | 03335.philo | 03336.philo | 03337.philo | 03338.philo | 03339.philo | 03340.philo | 03341.philo | 03342.philo | 03343.philo | 03344.philo | 03345.philo | 03346.philo | 03347.philo | 03348.philo | 03349.philo | 03350.philo | 03351.philo | 03352.philo | 03353.philo | 03354.philo | 03355.philo | 03356.philo | 03357.philo | 03358.philo | 03359.philo | 03360.philo | 03361.philo | 03362.philo | 03363.philo | 03364.philo | 03365.philo | 03366.philo | 03367.philo | 03368.philo | 03369.philo | 03370.philo | 03371.philo | 03372.philo | 03373.philo | 03374.philo | 03375.philo | 03376.philo | 03377.philo | 03378.philo | 03379.philo | 03380.philo | 03381.philo | 03382.philo | 03383.philo | 03384.philo | 03385.philo | 03386.philo | 03387.philo | 03388.philo | 03389.philo | 03390.philo | 03391.philo | 03392.philo | 03393.philo | 03394.philo | 03395.philo | 03396.philo | 03397.philo | 03398.philo | 03399.philo | 03400.philo | 03401.philo | 03402.philo | 03403.philo | 03404.philo | 03405.philo | 03406.philo | 03407.philo | 03408.philo | 03409.philo | 03410.philo | 03411.philo | 03412.philo | 03413.philo | 03414.philo | 03415.philo | 03416.philo | 03417.philo | 03418.philo | 03419.philo | 03420.philo | 03421.philo | 03422.philo | 03423.philo | 03424.philo | 03425.philo | 03426.philo | 03427.philo | 03428.philo | 03429.philo | 03430.philo | 03431.philo | 03432.philo | 03433.philo | 03434.philo | 03435.philo | 03436.philo | 03437.philo | 03438.philo | 03439.philo | 03440.philo | 03441.philo | 03442.philo | 03443.philo | 03444.philo | 03445.philo | 03446.philo | 03447.philo | 03448.philo | 03449.philo | 03450.philo | 03451.philo | 03452.philo | 03453.philo | 03454.philo | 03455.philo | 03456.philo | 03457.philo | 03458.philo | 03459.philo | 03460.philo | 03461.philo | 03462.philo | 03463.philo | 03464.philo | 03465.philo | 03466.philo | 03467.philo | 03468.philo | 03469.philo | 03470.philo | 03471.philo | 03472.philo | 03473.philo | 03474.philo | 03475.philo | 03476.philo | 03477.philo | 03478.philo | 03479.philo | 03480.philo | 03481.philo | 03482.philo | 03483.philo | 03484.philo | 03485.philo | 03486.philo | 03487.philo | 03488.philo | 03489.philo | 03490.philo | 03491.philo | 03492.philo | 03493.philo | 03494.philo | 03495.philo | 03496.philo | 03497.philo | 03498.philo | 03499.philo | 03500.philo | 03501.philo | 03502.philo | 03503.philo | 03504.philo | 03505.philo | 03506.philo | 03507.philo | 03508.philo | 03509.philo | 03510.philo | 03511.philo | 03512.philo | 03513.philo | 03514.philo | 03515.philo | 03516.philo | 03517.philo | 03518.philo | 03519.philo | 03520.philo | 03521.philo | 03522.philo | 03523.philo | 03524.philo | 03525.philo | 03526.philo | 03527.philo | 03528.philo | 03529.philo | 03530.philo | 03531.philo | 03532.philo | 03533.philo | 03534.philo | 03535.philo | 03536.philo | 03537.philo | 03538.philo | 03539.philo | 03540.philo | 03541.philo | 03542.philo | 03543.philo | 03544.philo | 03545.philo | 03546.philo | 03547.philo | 03548.philo | 03549.philo | 03550.philo | 03551.philo | 03552.philo | 03553.philo | 03554.philo | 03555.philo | 03556.philo | 03557.philo | 03558.philo | 03559.philo | 03560.philo | 03561.philo | 03562.philo | 03563.philo | 03564.philo | 03565.philo | 03566.philo | 03567.philo | 03568.philo | 03569.philo | 03570.philo | 03571.philo | 03572.philo | 03573.philo | 03574.philo | 03575.philo | 03576.philo | 03577.philo | 03578.philo | 03579.philo | 03580.philo | 03581.philo | 03582.philo | 03583.philo | 03584.philo | 03585.philo | 03586.philo | 03587.philo | 03588.philo | 03589.philo | 03590.philo | 03591.philo | 03592.philo | 03593.philo | 03594.philo | 03595.philo | 03596.philo | 03597.philo | 03598.philo | 03599.philo | 03600.philo | 03601.philo | 03602.philo | 03603.philo | 03604.philo | 03605.philo | 03606.philo | 03607.philo | 03608.philo | 03609.philo | 03610.philo | 03611.philo | 03612.philo | 03613.philo | 03614.philo | 03615.philo | 03616.philo | 03617.philo | 03618.philo | 03619.philo | 03620.philo | 03621.philo | 03622.philo | 03623.philo | 03624.philo | 03625.philo | 03626.philo | 03627.philo | 03628.philo | 03629.philo | 03630.philo | 03631.philo | 03632.philo | 03633.philo | 03634.philo | 03635.philo | 03636.philo | 03637.philo | 03638.philo | 03639.philo | 03640.philo | 03641.philo | 03642.philo | 03643.philo | 03644.philo | 03645.philo | 03646.philo | 03647.philo | 03648.philo | 03649.philo | 03650.philo | 03651.philo | 03652.philo | 03653.philo | 03654.philo | 03655.philo | 03656.philo | 03657.philo | 03658.philo | 03659.philo | 03660.philo | 03661.philo | 03662.philo | 03663.philo | 03664.philo | 03665.philo | 03666.philo | 03667.philo | 03668.philo | 03669.philo | 03670.philo | 03671.philo | 03672.philo | 03673.philo | 03674.philo | 03675.philo | 03676.philo | 03677.philo | 03678.philo | 03679.philo | 03680.philo | 03681.philo | 03682.philo | 03683.philo | 03684.philo | 03685.philo | 03686.philo | 03687.philo | 03688.philo | 03689.philo | 03690.philo | 03691.philo | 03692.philo | 03693.philo | 03694.philo | 03695.philo | 03696.philo | 03697.philo | 03698.philo | 03699.philo | 03700.philo | 03701.philo | 03702.philo | 03703.philo | 03704.philo | 03705.philo | 03706.philo | 03707.philo | 03708.philo | 03709.philo | 03710.philo | 03711.philo | 03712.philo | 03713.philo | 03714.philo | 03715.philo | 03716.philo | 03717.philo | 03718.philo | 03719.philo | 03720.philo | 03721.philo | 03722.philo | 03723.philo | 03724.philo | 03725.philo | 03726.philo | 03727.philo | 03728.philo | 03729.philo | 03730.philo | 03731.philo | 03732.philo | 03733.philo | 03734.philo | 03735.philo | 03736.philo | 03737.philo | 03738.philo | 03739.philo | 03740.philo | 03741.philo | 03742.philo | 03743.philo | 03744.philo | 03745.philo | 03746.philo | 03747.philo | 03748.philo | 03749.philo | 03750.philo | 03751.philo | 03752.philo | 03753.philo | 03754.philo | 03755.philo | 03756.philo | 03757.philo | 03758.philo | 03759.philo | 03760.philo | 03761.philo | 03762.philo | 03763.philo | 03764.philo | 03765.philo | 03766.philo | 03767.philo | 03768.philo | 03769.philo | 03770.philo | 03771.philo | 03772.philo | 03773.philo | 03774.philo | 03775.philo | 03776.philo | 03777.philo | 03778.philo | 03779.philo | 03780.philo | 03781.philo | 03782.philo | 03783.philo | 03784.philo | 03785.philo | 03786.philo | 03787.philo | 03788.philo | 03789.philo | 03790.philo | 03791.philo | 03792.philo | 03793.philo | 03794.philo | 03795.philo | 03796.philo | 03797.philo | 03798.philo | 03799.philo | 03800.philo | 03801.philo | 03802.philo | 03803.philo | 03804.philo | 03805.philo | 03806.philo | 03807.philo | 03808.philo | 03809.philo | 03810.philo | 03811.philo | 03812.philo | 03813.philo | 03814.philo | 03815.philo | 03816.philo | 03817.philo | 03818.philo | 03819.philo | 03820.philo | 03821.philo | 03822.philo | 03823.philo | 03824.philo | 03825.philo | 03826.philo | 03827.philo | 03828.philo | 03829.philo | 03830.philo | 03831.philo | 03832.philo | 03833.philo | 03834.philo | 03835.philo | 03836.philo | 03837.philo | 03838.philo | 03839.philo | 03840.philo | 03841.philo | 03842.philo | 03843.philo | 03844.philo | 03845.philo | 03846.philo | 03847.philo | 03848.philo | 03849.philo | 03850.philo | 03851.philo | 03852.philo | 03853.philo | 03854.philo | 03855.philo | 03856.philo | 03857.philo | 03858.philo | 03859.philo | 03860.philo | 03861.philo | 03862.philo | 03863.philo | 03864.philo | 03865.philo | 03866.philo | 03867.philo | 03868.philo | 03869.philo | 03870.philo | 03871.philo | 03872.philo | 03873.philo | 03874.philo | 03875.philo | 03876.philo | 03877.philo | 03878.philo | 03879.philo | 03880.philo | 03881.philo | 03882.philo | 03883.philo | 03884.philo | 03885.philo | 03886.philo | 03887.philo | 03888.philo | 03889.philo | 03890.philo | 03891.philo | 03892.philo | 03893.philo | 03894.philo | 03895.philo | 03896.philo | 03897.philo | 03898.philo | 03899.philo | 03900.philo | 03901.philo | 03902.philo | 03903.philo | 03904.philo | 03905.philo | 03906.philo | 03907.philo | 03908.philo | 03909.philo | 03910.philo | 03911.philo | 03912.philo | 03913.philo | 03914.philo | 03915.philo | 03916.philo | 03917.philo | 03918.philo | 03919.philo | 03920.philo | 03921.philo | 03922.philo | 03923.philo | 03924.philo | 03925.philo | 03926.philo | 03927.philo | 03928.philo | 03929.philo | 03930.philo | 03931.philo | 03932.philo | 03933.philo | 03934.philo | 03935.philo | 03936.philo | 03937.philo | 03938.philo | 03939.philo | 03940.philo | 03941.philo | 03942.philo | 03943.philo | 03944.philo | 03945.philo | 03946.philo | 03947.philo | 03948.philo | 03949.philo | 03950.philo | 03951.philo | 03952.philo | 03953.philo | 03954.philo | 03955.philo | 03956.philo | 03957.philo | 03958.philo | 03959.philo | 03960.philo | 03961.philo | 03962.philo | 03963.philo | 03964.philo | 03965.philo | 03966.philo | 03967.philo | 03968.philo | 03969.philo | 03970.philo | 03971.philo | 03972.philo | 03973.philo | 03974.philo | 03975.philo | 03976.philo | 03977.philo | 03978.philo | 03979.philo | 03980.philo | 03981.philo | 03982.philo | 03983.philo | 03984.philo | 03985.philo | 03986.philo | 03987.philo | 03988.philo | 03989.philo | 03990.philo | 03991.philo | 03992.philo | 03993.philo | 03994.philo | 03995.philo | 03996.philo | 03997.philo | 03998.philo | 03999.philo | 04000.philo | 04001.philo | 04002.philo | 04003.philo | 04004.philo | 04005.philo | 04006.philo | 04007.philo | 04008.philo | 04009.philo | 04010.philo | 04011.philo | 04012.philo | 04013.philo | 04014.philo | 04015.philo | 04016.philo | 04017.philo | 04018.philo | 04019.philo | 04020.philo | 04021.philo | 04022.philo | 04023.philo | 04024.philo | 04025.philo | 04026.philo | 04027.philo | 04028.philo | 04029.philo | 04030.philo | 04031.philo | 04032.philo | 04033.philo | 04034.philo | 04035.philo | 04036.philo | 04037.philo | 04038.philo | 04039.philo | 04040.philo | 04041.philo | 04042.philo | 04043.philo | 04044.philo | 04045.philo | 04046.philo | 04047.philo | 04048.philo | 04049.philo | 04050.philo | 04051.philo | 04052.philo | 04053.philo | 04054.philo | 04055.philo | 04056.philo | 04057.philo | 04058.philo | 04059.philo | 04060.philo | 04061.philo | 04062.philo | 04063.philo | 04064.philo | 04065.philo | 04066.philo | 04067.philo | 04068.philo | 04069.philo | 04070.philo | 04071.philo | 04072.philo | 04073.philo | 04074.philo | 04075.philo | 04076.philo | 04077.philo | 04078.philo | 04079.philo | 04080.philo | 04081.philo | 04082.philo | 04083.philo | 04084.philo | 04085.philo | 04086.philo | 04087.philo | 04088.philo | 04089.philo | 04090.philo | 04091.philo | 04092.philo | 04093.philo | 04094.philo | 04095.philo | 04096.philo | 04097.philo | 04098.philo | 04099.philo | 04100.philo | 04101.philo | 04102.philo | 04103.philo | 04104.philo | 04105.philo | 04106.philo | 04107.philo | 04108.philo | 04109.philo | 04110.philo | 04111.philo | 04112.philo | 04113.philo | 04114.philo | 04115.philo | 04116.philo | 04117.philo | 04118.philo | 04119.philo | 04120.philo | 04121.philo | 04122.philo | 04123.philo | 04124.philo | 04125.philo | 04126.philo | 04127.philo | 04128.philo | 04129.philo | 04130.philo | 04131.philo | 04132.philo | 04133.philo | 04134.philo | 04135.philo | 04136.philo | 04137.philo | 04138.philo | 04139.philo | 04140.philo | 04141.philo | 04142.philo | 04143.philo | 04144.philo | 04145.philo | 04146.philo | 04147.philo | 04148.philo | 04149.philo | 04150.philo | 04151.philo | 04152.philo | 04153.philo | 04154.philo | 04155.philo | 04156.philo | 04157.philo | 04158.philo | 04159.philo | 04160.philo | 04161.philo | 04162.philo | 04163.philo | 04164.philo | 04165.philo | 04166.philo | 04167.philo | 04168.philo | 04169.philo | 04170.philo | 04171.philo | 04172.philo | 04173.philo | 04174.philo | 04175.philo | 04176.philo | 04177.philo | 04178.philo | 04179.philo | 04180.philo | 04181.philo | 04182.philo | 04183.philo | 04184.philo | 04185.philo | 04186.philo | 04187.philo | 04188.philo | 04189.philo | 04190.philo | 04191.philo | 04192.philo | 04193.philo | 04194.philo | 04195.philo | 04196.philo | 04197.philo | 04198.philo | 04199.philo | 04200.philo | 04201.philo | 04202.philo | 04203.philo | 04204.philo | 04205.philo | 04206.philo | 04207.philo | 04208.philo | 04209.philo | 04210.philo | 04211.philo | 04212.philo | 04213.philo | 04214.philo | 04215.philo | 04216.philo | 04217.philo | 04218.philo | 04219.philo | 04220.philo | 04221.philo | 04222.philo | 04223.philo | 04224.philo | 04225.philo | 04226.philo | 04227.philo | 04228.philo | 04229.philo | 04230.philo | 04231.philo | 04232.philo | 04233.philo | 04234.philo | 04235.philo | 04236.philo | 04237.philo | 04238.philo | 04239.philo | 04240.philo | 04241.philo | 04242.philo | 04243.philo | 04244.philo | 04245.philo | 04246.philo | 04247.philo | 04248.philo | 04249.philo | 04250.philo | 04251.philo | 04252.philo | 04253.philo | 04254.philo | 04255.philo | 04256.philo | 04257.philo | 04258.philo | 04259.philo | 04260.philo | 04261.philo | 04262.philo | 04263.philo | 04264.philo | 04265.philo | 04266.philo | 04267.philo | 04268.philo | 04269.philo | 04270.philo | 04271.philo | 04272.philo | 04273.philo | 04274.philo | 04275.philo | 04276.philo | 04277.philo | 04278.philo | 04279.philo | 04280.philo | 04281.philo | 04282.philo | 04283.philo | 04284.philo | 04285.philo | 04286.philo | 04287.philo | 04288.philo | 04289.philo | 04290.philo | 04291.philo | 04292.philo | 04293.philo | 04294.philo | 04295.philo | 04296.philo | 04297.philo | 04298.philo | 04299.philo | 04300.philo | 04301.philo | 04302.philo | 04303.philo | 04304.philo | 04305.philo | 04306.philo | 04307.philo | 04308.philo | 04309.philo | 04310.philo | 04311.philo | 04312.philo | 04313.philo | 04314.philo | 04315.philo | 04316.philo | 04317.philo | 04318.philo | 04319.philo | 04320.philo | 04321.philo | 04322.philo | 04323.philo | 04324.philo | 04325.philo | 04326.philo | 04327.philo | 04328.philo | 04329.philo | 04330.philo | 04331.philo | 04332.philo | 04333.philo | 04334.philo | 04335.philo | 04336.philo | 04337.philo | 04338.philo | 04339.philo | 04340.philo | 04341.philo | 04342.philo | 04343.philo | 04344.philo | 04345.philo | 04346.philo | 04347.philo | 04348.philo | 04349.philo | 04350.philo | 04351.philo | 04352.philo | 04353.philo | 04354.philo | 04355.philo | 04356.philo | 04357.philo | 04358.philo | 04359.philo | 04360.philo | 04361.philo | 04362.philo | 04363.philo | 04364.philo | 04365.philo | 04366.philo | 04367.philo | 04368.philo | 04369.philo | 04370.philo | 04371.philo | 04372.philo | 04373.philo | 04374.philo | 04375.philo | 04376.philo | 04377.philo | 04378.philo | 04379.philo | 04380.philo | 04381.philo | 04382.philo | 04383.philo | 04384.philo | 04385.philo | 04386.philo | 04387.philo | 04388.philo | 04389.philo | 04390.philo | 04391.philo | 04392.philo | 04393.philo | 04394.philo | 04395.philo | 04396.philo | 04397.philo | 04398.philo | 04399.philo | 04400.philo | 04401.philo | 04402.philo | 04403.philo | 04404.philo | 04405.philo | 04406.philo | 04407.philo | 04408.philo | 04409.philo | 04410.philo | 04411.philo | 04412.philo | 04413.philo | 04414.philo | 04415.philo | 04416.philo | 04417.philo | 04418.philo | 04419.philo | 04420.philo | 04421.philo | 04422.philo | 04423.philo | 04424.philo | 04425.philo | 04426.philo | 04427.philo | 04428.philo | 04429.philo | 04430.philo | 04431.philo | 04432.philo | 04433.philo | 04434.philo | 04435.philo | 04436.philo | 04437.philo | 04438.philo | 04439.philo | 04440.philo | 04441.philo | 04442.philo | 04443.philo | 04444.philo | 04445.philo | 04446.philo | 04447.philo | 04448.philo | 04449.philo | 04450.philo | 04451.philo | 04452.philo | 04453.philo | 04454.philo | 04455.philo | 04456.philo | 04457.philo | 04458.philo | 04459.philo | 04460.philo | 04461.philo | 04462.philo | 04463.philo | 04464.philo | 04465.philo | 04466.philo | 04467.philo | 04468.philo | 04469.philo | 04470.philo | 04471.philo | 04472.philo | 04473.philo | 04474.philo | 04475.philo | 04476.philo | 04477.philo | 04478.philo | 04479.philo | 04480.philo | 04481.philo | 04482.philo | 04483.philo | 04484.philo | 04485.philo | 04486.philo | 04487.philo | 04488.philo | 04489.philo | 04490.philo | 04491.philo | 04492.philo | 04493.philo | 04494.philo | 04495.philo | 04496.philo | 04497.philo | 04498.philo | 04499.philo | 04500.philo | 04501.philo | 04502.philo | 04503.philo | 04504.philo | 04505.philo | 04506.philo | 04507.philo | 04508.philo | 04509.philo | 04510.philo | 04511.philo | 04512.philo | 04513.philo | 04514.philo | 04515.philo | 04516.philo | 04517.philo | 04518.philo | 04519.philo | 04520.philo | 04521.philo | 04522.philo | 04523.philo | 04524.philo | 04525.philo | 04526.philo | 04527.philo | 04528.philo | 04529.philo | 04530.philo | 04531.philo | 04532.philo | 04533.philo | 04534.philo | 04535.philo | 04536.philo | 04537.philo | 04538.philo | 04539.philo | 04540.philo | 04541.philo | 04542.philo | 04543.philo | 04544.philo | 04545.philo | 04546.philo | 04547.philo | 04548.philo | 04549.philo | 04550.philo | 04551.philo | 04552.philo | 04553.philo | 04554.philo | 04555.philo | 04556.philo | 04557.philo | 04558.philo | 04559.philo | 04560.philo | 04561.philo | 04562.philo | 04563.philo | 04564.philo | 04565.philo | 04566.philo | 04567.philo | 04568.philo | 04569.philo | 04570.philo | 04571.philo | 04572.philo | 04573.philo | 04574.philo | 04575.philo | 04576.philo | 04577.philo | 04578.philo | 04579.philo | 04580.philo | 04581.philo | 04582.philo | 04583.philo | 04584.philo | 04585.philo | 04586.philo | 04587.philo | 04588.philo | 04589.philo | 04590.philo | 04591.philo | 04592.philo | 04593.philo | 04594.philo | 04595.philo | 04596.philo | 04597.philo | 04598.philo | 04599.philo | 04600.philo | 04601.philo | 04602.philo | 04603.philo | 04604.philo | 04605.philo | 04606.philo | 04607.philo | 04608.philo | 04609.philo | 04610.philo | 04611.philo | 04612.philo | 04613.philo | 04614.philo | 04615.philo | 04616.philo | 04617.philo | 04618.philo | 04619.philo | 04620.philo | 04621.philo | 04622.philo | 04623.philo | 04624.philo | 04625.philo | 04626.philo | 04627.philo | 04628.philo | 04629.philo | 04630.philo | 04631.philo | 04632.philo | 04633.philo | 04634.philo | 04635.philo | 04636.philo | 04637.philo | 04638.philo | 04639.philo | 04640.philo | 04641.philo | 04642.philo | 04643.philo | 04644.philo | 04645.philo | 04646.philo | 04647.philo | 04648.philo | 04649.philo | 04650.philo | 04651.philo | 04652.philo | 04653.philo | 04654.philo | 04655.philo | 04656.philo | 04657.philo | 04658.philo | 04659.philo | 04660.philo | 04661.philo | 04662.philo | 04663.philo | 04664.philo | 04665.philo | 04666.philo | 04667.philo | 04668.philo | 04669.philo | 04670.philo | 04671.philo | 04672.philo | 04673.philo | 04674.philo | 04675.philo | 04676.philo | 04677.philo | 04678.philo | 04679.philo | 04680.philo | 04681.philo | 04682.philo | 04683.philo | 04684.philo | 04685.philo | 04686.philo | 04687.philo | 04688.philo | 04689.philo | 04690.philo | 04691.philo | 04692.philo | 04693.philo | 04694.philo | 04695.philo | 04696.philo | 04697.philo | 04698.philo | 04699.philo | 04700.philo | 04701.philo | 04702.philo | 04703.philo | 04704.philo | 04705.philo | 04706.philo | 04707.philo | 04708.philo | 04709.philo | 04710.philo | 04711.philo | 04712.philo | 04713.philo | 04714.philo | 04715.philo | 04716.philo | 04717.philo | 04718.philo | 04719.philo | 04720.philo | 04721.philo | 04722.philo | 04723.philo | 04724.philo | 04725.philo | 04726.philo | 04727.philo | 04728.philo | 04729.philo | 04730.philo | 04731.philo | 04732.philo | 04733.philo | 04734.philo | 04735.philo | 04736.philo | 04737.philo | 04738.philo | 04739.philo | 04740.philo | 04741.philo | 04742.philo | 04743.philo | 04744.philo | 04745.philo | 04746.philo | 04747.philo | 04748.philo | 04749.philo | 04750.philo | 04751.philo | 04752.philo | 04753.philo | 04754.philo | 04755.philo | 04756.philo | 04757.philo | 04758.philo | 04759.philo | 04760.philo | 04761.philo | 04762.philo | 04763.philo | 04764.philo | 04765.philo | 04766.philo | 04767.philo | 04768.philo | 04769.philo | 04770.philo | 04771.philo | 04772.philo | 04773.philo | 04774.philo | 04775.philo | 04776.philo | 04777.philo | 04778.philo | 04779.philo | 04780.philo | 04781.philo | 04782.philo | 04783.philo | 04784.philo | 04785.philo | 04786.philo | 04787.philo | 04788.philo | 04789.philo | 04790.philo | 04791.philo | 04792.philo | 04793.philo | 04794.philo | 04795.philo | 04796.philo | 04797.philo | 04798.philo | 04799.philo | 04800.philo | 04801.philo | 04802.philo | 04803.philo | 04804.philo | 04805.philo | 04806.philo | 04807.philo | 04808.philo | 04809.philo | 04810.philo | 04811.philo | 04812.philo | 04813.philo | 04814.philo | 04815.philo | 04816.philo | 04817.philo | 04818.philo | 04819.philo | 04820.philo | 04821.philo | 04822.philo | 04823.philo | 04824.philo | 04825.philo | 04826.philo | 04827.philo | 04828.philo | 04829.philo | 04830.philo | 04831.philo | 04832.philo | 04833.philo | 04834.philo | 04835.philo | 04836.philo | 04837.philo | 04838.philo | 04839.philo | 04840.philo | 04841.philo | 04842.philo | 04843.philo | 04844.philo | 04845.philo | 04846.philo | 04847.philo | 04848.philo | 04849.philo | 04850.philo | 04851.philo | 04852.philo | 04853.philo | 04854.philo | 04855.philo | 04856.philo | 04857.philo | 04858.philo | 04859.philo | 04860.philo | 04861.philo | 04862.philo | 04863.philo | 04864.philo | 04865.philo | 04866.philo | 04867.philo | 04868.philo | 04869.philo | 04870.philo | 04871.philo | 04872.philo | 04873.philo | 04874.philo | 04875.philo | 04876.philo | 04877.philo | 04878.philo | 04879.philo | 04880.philo | 04881.philo | 04882.philo | 04883.philo | 04884.philo | 04885.philo | 04886.philo | 04887.philo | 04888.philo | 04889.philo | 04890.philo | 04891.philo | 04892.philo | 04893.philo | 04894.philo | 04895.philo | 04896.philo | 04897.philo | 04898.philo | 04899.philo | 04900.philo | 04901.philo | 04902.philo | 04903.philo | 04904.philo | 04905.philo | 04906.philo | 04907.philo | 04908.philo | 04909.philo | 04910.philo | 04911.philo | 04912.philo | 04913.philo | 04914.philo | 04915.philo | 04916.philo | 04917.philo | 04918.philo | 04919.philo | 04920.philo | 04921.philo | 04922.philo | 04923.philo | 04924.philo | 04925.philo | 04926.philo | 04927.philo | 04928.philo | 04929.philo | 04930.philo | 04931.philo | 04932.philo | 04933.philo | 04934.philo | 04935.philo | 04936.philo | 04937.philo | 04938.philo | 04939.philo | 04940.philo | 04941.philo | 04942.philo | 04943.philo | 04944.philo | 04945.philo | 04946.philo | 04947.philo | 04948.philo | 04949.philo | 04950.philo | 04951.philo | 04952.philo | 04953.philo | 04954.philo | 04955.philo | 04956.philo | 04957.philo | 04958.philo | 04959.philo | 04960.philo | 04961.philo | 04962.philo | 04963.philo | 04964.philo | 04965.philo | 04966.philo | 04967.philo | 04968.philo | 04969.philo | 04970.philo | 04971.philo | 04972.philo | 04973.philo | 04974.philo | 04975.philo | 04976.philo | 04977.philo | 04978.philo | 04979.philo | 04980.philo | 04981.philo | 04982.philo | 04983.philo | 04984.philo | 04985.philo | 04986.philo | 04987.philo | 04988.philo | 04989.philo | 04990.philo | 04991.philo | 04992.philo | 04993.philo | 04994.philo | 04995.philo | 04996.philo | 04997.philo | 04998.philo | 04999.philo | 05000.philo | 05001.philo | 05002.philo | 05003.philo | 05004.philo | 05005.philo | 05006.philo | 05007.philo | 05008.philo | 05009.philo | 05010.philo | 05011.philo | 05012.philo | 05013.philo | 05014.philo | 05015.philo | 05016.philo | 05017.philo | 05018.philo | 05019.philo | 05020.philo | 05021.philo | 05022.philo | 05023.philo | 05024.philo | 05025.philo | 05026.philo | 05027.philo | 05028.philo | 05029.philo | 05030.philo | 05031.philo | 05032.philo | 05033.philo | 05034.philo | 05035.philo | 05036.philo | 05037.philo | 05038.philo | 05039.philo | 05040.philo | 05041.philo | 05042.philo | 05043.philo | 05044.philo | 05045.philo | 05046.philo | 05047.philo | 05048.philo | 05049.philo | 05050.philo | 05051.philo | 05052.philo | 05053.philo | 05054.philo | 05055.philo | 05056.philo | 05057.philo | 05058.philo | 05059.philo | 05060.philo | 05061.philo | 05062.philo | 05063.philo | 05064.philo | 05065.philo | 05066.philo | 05067.philo | 05068.philo | 05069.philo | 05070.philo | 05071.philo | 05072.philo | 05073.philo | 05074.philo | 05075.philo | 05076.philo | 05077.philo | 05078.philo | 05079.philo | 05080.philo | 05081.philo | 05082.philo | 05083.philo | 05084.philo | 05085.philo | 05086.philo | 05087.philo | 05088.philo | 05089.philo | 05090.philo | 05091.philo | 05092.philo | 05093.philo | 05094.philo | 05095.philo | 05096.philo | 05097.philo | 05098.philo | 05099.philo | 05100.philo | 05101.philo | 05102.philo | 05103.philo | 05104.philo | 05105.philo | 05106.philo | 05107.philo | 05108.philo | 05109.philo | 05110.philo | 05111.philo | 05112.philo | 05113.philo | 05114.philo | 05115.philo | 05116.philo | 05117.philo | 05118.philo | 05119.philo | 05120.philo | 05121.philo | 05122.philo | 05123.philo | 05124.philo | 05125.philo | 05126.philo | 05127.philo | 05128.philo | 05129.philo | 05130.philo | 05131.philo | 05132.philo | 05133.philo | 05134.philo | 05135.philo | 05136.philo | 05137.philo | 05138.philo | 05139.philo | 05140.philo | 05141.philo | 05142.philo | 05143.philo | 05144.philo | 05145.philo | 05146.philo | 05147.philo | 05148.philo | 05149.philo | 05150.philo | 05151.philo | 05152.philo | 05153.philo | 05154.philo | 05155.philo | 05156.philo | 05157.philo | 05158.philo | 05159.philo | 05160.philo | 05161.philo | 05162.philo | 05163.philo | 05164.philo | 05165.philo | 05166.philo | 05167.philo | 05168.philo | 05169.philo | 05170.philo | 05171.philo | 05172.philo | 05173.philo | 05174.philo | 05175.philo | 05176.philo | 05177.philo | 05178.philo | 05179.philo | 05180.philo | 05181.philo | 05182.philo | 05183.philo | 05184.philo | 05185.philo | 05186.philo | 05187.philo | 05188.philo | 05189.philo | 05190.philo | 05191.philo | 05192.philo | 05193.philo | 05194.philo | 05195.philo | 05196.philo | 05197.philo | 05198.philo | 05199.philo | 05200.philo | 05201.philo | 05202.philo | 05203.philo | 05204.philo | 05205.philo | 05206.philo | 05207.philo | 05208.philo | 05209.philo | 05210.philo | 05211.philo | 05212.philo | 05213.philo | 05214.philo | 05215.philo | 05216.philo | 05217.philo | 05218.philo | 05219.philo | 05220.philo | 05221.philo | 05222.philo | 05223.philo | 05224.philo | 05225.philo | 05226.philo | 05227.philo | 05228.philo | 05229.philo | 05230.philo | 05231.philo | 05232.philo | 05233.philo | 05234.philo | 05235.philo | 05236.philo | 05237.philo | 05238.philo | 05239.philo | 05240.philo | 05241.philo | 05242.philo | 05243.philo | 05244.philo | 05245.philo | 05246.philo | 05247.philo | 05248.philo | 05249.philo | 05250.philo | 05251.philo | 05252.philo | 05253.philo | 05254.philo | 05255.philo | 05256.philo | 05257.philo | 05258.philo | 05259.philo | 05260.philo | 05261.philo | 05262.philo | 05263.philo | 05264.philo | 05265.philo | 05266.philo | 05267.philo | 05268.philo | 05269.philo | 05270.philo | 05271.philo | 05272.philo | 05273.philo | 05274.philo | 05275.philo | 05276.philo | 05277.philo | 05278.philo | 05279.philo | 05280.philo | 05281.philo | 05282.philo | 05283.philo | 05284.philo | 05285.philo | 05286.philo | 05287.philo | 05288.philo | 05289.philo | 05290.philo | 05291.philo | 05292.philo | 05293.philo | 05294.philo | 05295.philo | 05296.philo | 05297.philo | 05298.philo | 05299.philo | 05300.philo | 05301.philo | 05302.philo | 05303.philo | 05304.philo | 05305.philo | 05306.philo | 05307.philo | 05308.philo | 05309.philo | 05310.philo | 05311.philo | 05312.philo | 05313.philo | 05314.philo | 05315.philo | 05316.philo | 05317.philo | 05318.philo | 05319.philo | 05320.philo | 05321.philo | 05322.philo | 05323.philo | 05324.philo | 05325.philo | 05326.philo | 05327.philo | 05328.philo | 05329.philo | 05330.philo | 05331.philo | 05332.philo | 05333.philo | 05334.philo | 05335.philo | 05336.philo | 05337.philo | 05338.philo | 05339.philo | 05340.philo | 05341.philo | 05342.philo | 05343.philo | 05344.philo | 05345.philo | 05346.philo | 05347.philo | 05348.philo | 05349.philo | 05350.philo | 05351.philo | 05352.philo | 05353.philo | 05354.philo | 05355.philo | 05356.philo | 05357.philo | 05358.philo | 05359.philo | 05360.philo | 05361.philo | 05362.philo | 05363.philo | 05364.philo | 05365.philo | 05366.philo | 05367.philo | 05368.philo | 05369.philo | 05370.philo | 05371.philo | 05372.philo | 05373.philo | 05374.philo | 05375.philo | 05376.philo | 05377.philo | 05378.philo | 05379.philo | 05380.philo | 05381.philo | 05382.philo | 05383.philo | 05384.philo | 05385.philo | 05386.philo | 05387.philo | 05388.philo | 05389.philo | 05390.philo | 05391.philo | 05392.philo | 05393.philo | 05394.philo | 05395.philo | 05396.philo | 05397.philo | 05398.philo | 05399.philo | 05400.philo | 05401.philo | 05402.philo | 05403.philo | 05404.philo | 05405.philo | 05406.philo | 05407.philo | 05408.philo | 05409.philo | 05410.philo | 05411.philo | 05412.philo | 05413.philo | 05414.philo | 05415.philo | 05416.philo | 05417.philo | 05418.philo | 05419.philo | 05420.philo | 05421.philo | 05422.philo | 05423.philo | 05424.philo | 05425.philo | 05426.philo | 05427.philo | 05428.philo | 05429.philo | 05430.philo | 05431.philo | 05432.philo | 05433.philo | 05434.philo | 05435.philo | 05436.philo | 05437.philo | 05438.philo | 05439.philo | 05440.philo | 05441.philo | 05442.philo | 05443.philo | 05444.philo | 05445.philo | 05446.philo | 05447.philo | 05448.philo | 05449.philo | 05450.philo | 05451.philo | 05452.philo | 05453.philo | 05454.philo | 05455.philo | 05456.philo | 05457.philo | 05458.philo | 05459.philo | 05460.philo | 05461.philo | 05462.philo | 05463.philo | 05464.philo | 05465.philo | 05466.philo | 05467.philo | 05468.philo | 05469.philo | 05470.philo | 05471.philo | 05472.philo | 05473.philo | 05474.philo | 05475.philo | 05476.philo | 05477.philo | 05478.philo | 05479.philo | 05480.philo | 05481.philo | 05482.philo | 05483.philo | 05484.philo | 05485.philo | 05486.philo | 05487.philo | 05488.philo | 05489.philo | 05490.philo | 05491.philo | 05492.philo | 05493.philo | 05494.philo | 05495.philo | 05496.philo | 05497.philo | 05498.philo | 05499.philo | 05500.philo | 05501.philo | 05502.philo | 05503.philo | 05504.philo | 05505.philo | 05506.philo | 05507.philo | 05508.philo | 05509.philo | 05510.philo | 05511.philo | 05512.philo | 05513.philo | 05514.philo | 05515.philo | 05516.philo | 05517.philo | 05518.philo | 05519.philo | 05520.philo | 05521.philo | 05522.philo | 05523.philo | 05524.philo | 05525.philo | 05526.philo | 05527.philo | 05528.philo | 05529.philo | 05530.philo | 05531.philo | 05532.philo | 05533.philo | 05534.philo | 05535.philo | 05536.philo | 05537.philo | 05538.philo | 05539.philo | 05540.philo | 05541.philo | 05542.philo | 05543.philo | 05544.philo | 05545.philo | 05546.philo | 05547.philo | 05548.philo | 05549.philo | 05550.philo | 05551.philo | 05552.philo | 05553.philo | 05554.philo | 05555.philo | 05556.philo | 05557.philo | 05558.philo | 05559.philo | 05560.philo | 05561.philo | 05562.philo | 05563.philo | 05564.philo | 05565.philo | 05566.philo | 05567.philo | 05568.philo | 05569.philo | 05570.philo | 05571.philo | 05572.philo | 05573.philo | 05574.philo | 05575.philo | 05576.philo | 05577.philo | 05578.philo | 05579.philo | 05580.philo | 05581.philo | 05582.philo | 05583.philo | 05584.philo | 05585.philo | 05586.philo | 05587.philo | 05588.philo | 05589.philo | 05590.philo | 05591.philo | 05592.philo | 05593.philo | 05594.philo | 05595.philo | 05596.philo | 05597.philo | 05598.philo | 05599.philo | 05600.philo | 05601.philo | 05602.philo | 05603.philo | 05604.philo | 05605.philo | 05606.philo | 05607.philo | 05608.philo | 05609.philo | 05610.philo | 05611.philo | 05612.philo | 05613.philo | 05614.philo | 05615.philo | 05616.philo | 05617.philo | 05618.philo | 05619.philo | 05620.philo | 05621.philo | 05622.philo | 05623.philo | 05624.philo | 05625.philo | 05626.philo | 05627.philo | 05628.philo | 05629.philo | 05630.philo | 05631.philo | 05632.philo | 05633.philo | 05634.philo | 05635.philo | 05636.philo | 05637.philo | 05638.philo | 05639.philo | 05640.philo | 05641.philo | 05642.philo | 05643.philo | 05644.philo | 05645.philo | 05646.philo | 05647.philo | 05648.philo | 05649.philo | 05650.philo | 05651.philo | 05652.philo | 05653.philo | 05654.philo | 05655.philo | 05656.philo | 05657.philo | 05658.philo | 05659.philo | 05660.philo | 05661.philo | 05662.philo | 05663.philo | 05664.philo | 05665.philo | 05666.philo | 05667.philo | 05668.philo | 05669.philo | 05670.philo | 05671.philo | 05672.philo | 05673.philo | 05674.philo | 05675.philo | 05676.philo | 05677.philo | 05678.philo | 05679.philo | 05680.philo | 05681.philo | 05682.philo | 05683.philo | 05684.philo | 05685.philo | 05686.philo | 05687.philo | 05688.philo | 05689.philo | 05690.philo | 05691.philo | 05692.philo | 05693.philo | 05694.philo | 05695.philo | 05696.philo | 05697.philo | 05698.philo | 05699.philo | 05700.philo | 05701.philo | 05702.philo | 05703.philo | 05704.philo | 05705.philo | 05706.philo | 05707.philo | 05708.philo | 05709.philo | 05710.philo | 05711.philo | 05712.philo | 05713.philo | 05714.philo | 05715.philo | 05716.philo | 05717.philo | 05718.philo | 05719.philo | 05720.philo | 05721.philo | 05722.philo | 05723.philo | 05724.philo | 05725.philo | 05726.philo | 05727.philo | 05728.philo | 05729.philo | 05730.philo | 05731.philo | 05732.philo | 05733.philo | 05734.philo | 05735.philo | 05736.philo | 05737.philo | 05738.philo | 05739.philo | 05740.philo | 05741.philo | 05742.philo | 05743.philo | 05744.philo | 05745.philo | 05746.philo | 05747.philo | 05748.philo | 05749.philo | 05750.philo | 05751.philo | 05752.philo | 05753.philo | 05754.philo | 05755.philo | 05756.philo | 05757.philo | 05758.philo | 05759.philo | 05760.philo | 05761.philo | 05762.philo | 05763.philo | 05764.philo | 05765.philo | 05766.philo | 05767.philo | 05768.philo | 05769.philo | 05770.philo | 05771.philo | 05772.philo | 05773.philo | 05774.philo | 05775.philo | 05776.philo | 05777.philo | 05778.philo | 05779.philo | 05780.philo | 05781.philo | 05782.philo | 05783.philo | 05784.philo | 05785.philo | 05786.philo | 05787.philo | 05788.philo | 05789.philo | 05790.philo | 05791.philo | 05792.philo | 05793.philo | 05794.philo | 05795.philo | 05796.philo | 05797.philo | 05798.philo | 05799.philo | 05800.philo | 05801.philo | 05802.philo | 05803.philo | 05804.philo | 05805.philo | 05806.philo | 05807.philo | 05808.philo | 05809.philo | 05810.philo | 05811.philo | 05812.philo | 05813.philo | 05814.philo | 05815.philo | 05816.philo | 05817.philo | 05818.philo | 05819.philo | 05820.philo | 05821.philo | 05822.philo | 05823.philo | 05824.philo | 05825.philo | 05826.philo | 05827.philo | 05828.philo | 05829.philo | 05830.philo | 05831.philo | 05832.philo | 05833.philo | 05834.philo | 05835.philo | 05836.philo | 05837.philo | 05838.philo | 05839.philo | 05840.philo | 05841.philo | 05842.philo | 05843.philo | 05844.philo | 05845.philo | 05846.philo | 05847.philo | 05848.philo | 05849.philo | 05850.philo | 05851.philo | 05852.philo | 05853.philo | 05854.philo | 05855.philo | 05856.philo | 05857.philo | 05858.philo | 05859.philo | 05860.philo | 05861.philo | 05862.philo | 05863.philo | 05864.philo | 05865.philo | 05866.philo | 05867.philo | 05868.philo | 05869.philo | 05870.philo | 05871.philo | 05872.philo | 05873.philo | 05874.philo | 05875.philo | 05876.philo | 05877.philo | 05878.philo | 05879.philo | 05880.philo | 05881.philo | 05882.philo | 05883.philo | 05884.philo | 05885.philo | 05886.philo | 05887.philo | 05888.philo | 05889.philo | 05890.philo | 05891.philo | 05892.philo | 05893.philo | 05894.philo | 05895.philo | 05896.philo | 05897.philo | 05898.philo | 05899.philo | 05900.philo | 05901.philo | 05902.philo | 05903.philo | 05904.philo | 05905.philo | 05906.philo | 05907.philo | 05908.philo | 05909.philo | 05910.philo | 05911.philo | 05912.philo | 05913.philo | 05914.philo | 05915.philo | 05916.philo | 05917.philo | 05918.philo | 05919.philo | 05920.philo | 05921.philo | 05922.philo | 05923.philo | 05924.philo | 05925.philo | 05926.philo | 05927.philo | 05928.philo | 05929.philo | 05930.philo | 05931.philo | 05932.philo | 05933.philo | 05934.philo | 05935.philo | 05936.philo | 05937.philo | 05938.philo | 05939.philo | 05940.philo | 05941.philo | 05942.philo | 05943.philo | 05944.philo | 05945.philo | 05946.philo | 05947.philo | 05948.philo | 05949.philo | 05950.philo | 05951.philo | 05952.philo | 05953.philo | 05954.philo | 05955.philo | 05956.philo | 05957.philo | 05958.philo | 05959.philo | 05960.philo | 05961.philo | 05962.philo | 05963.philo | 05964.philo | 05965.philo | 05966.philo | 05967.philo | 05968.philo | 05969.philo | 05970.philo | 05971.philo | 05972.philo | 05973.philo | 05974.philo | 05975.philo | 05976.philo | 05977.philo | 05978.philo | 05979.philo | 05980.philo | 05981.philo | 05982.philo | 05983.philo | 05984.philo | 05985.philo | 05986.philo | 05987.philo | 05988.philo | 05989.philo | 05990.philo | 05991.philo | 05992.philo | 05993.philo | 05994.philo | 05995.philo | 05996.philo | 05997.philo | 05998.philo | 05999.philo | 06000.philo | 06001.philo | 06002.philo | 06003.philo | 06004.philo | 06005.philo | 06006.philo | 06007.philo | 06008.philo | 06009.philo | 06010.philo | 06011.philo | 06012.philo | 06013.philo | 06014.philo | 06015.philo | 06016.philo | 06017.philo | 06018.philo | 06019.philo | 06020.philo | 06021.philo | 06022.philo | 06023.philo | 06024.philo | 06025.philo | 06026.philo | 06027.philo | 06028.philo | 06029.philo | 06030.philo | 06031.philo | 06032.philo | 06033.philo | 06034.philo | 06035.philo | 06036.philo | 06037.philo | 06038.philo | 06039.philo | 06040.philo | 06041.philo | 06042.philo | 06043.philo | 06044.philo | 06045.philo | 06046.philo | 06047.philo | 06048.philo | 06049.philo | 06050.philo | 06051.philo | 06052.philo | 06053.philo | 06054.philo | 06055.philo | 06056.philo | 06057.philo | 06058.philo | 06059.philo | 06060.philo | 06061.philo | 06062.philo | 06063.philo | 06064.philo | 06065.philo | 06066.philo | 06067.philo | 06068.philo | 06069.philo | 06070.philo | 06071.philo | 06072.philo | 06073.philo | 06074.philo | 06075.philo | 06076.philo | 06077.philo | 06078.philo | 06079.philo | 06080.philo | 06081.philo | 06082.philo | 06083.philo | 06084.philo | 06085.philo | 06086.philo | 06087.philo | 06088.philo | 06089.philo | 06090.philo | 06091.philo | 06092.philo | 06093.philo | 06094.philo | 06095.philo | 06096.philo | 06097.philo | 06098.philo | 06099.philo | 06100.philo | 06101.philo | 06102.philo | 06103.philo | 06104.philo | 06105.philo | 06106.philo | 06107.philo | 06108.philo | 06109.philo | 06110.philo | 06111.philo | 06112.philo | 06113.philo | 06114.philo | 06115.philo | 06116.philo | 06117.philo | 06118.philo | 06119.philo | 06120.philo | 06121.philo | 06122.philo | 06123.philo | 06124.philo | 06125.philo | 06126.philo | 06127.philo | 06128.philo | 06129.philo | 06130.philo | 06131.philo | 06132.philo | 06133.philo | 06134.philo | 06135.philo | 06136.philo | 06137.philo | 06138.philo | 06139.philo | 06140.philo | 06141.philo | 06142.philo | 06143.philo | 06144.philo | 06145.philo | 06146.philo | 06147.philo | 06148.philo | 06149.philo | 06150.philo | 06151.philo | 06152.philo | 06153.philo | 06154.philo | 06155.philo | 06156.philo | 06157.philo | 06158.philo | 06159.philo | 06160.philo | 06161.philo | 06162.philo | 06163.philo | 06164.philo | 06165.philo | 06166.philo | 06167.philo | 06168.philo | 06169.philo | 06170.philo | 06171.philo | 06172.philo | 06173.philo | 06174.philo | 06175.philo | 06176.philo | 06177.philo | 06178.philo | 06179.philo | 06180.philo | 06181.philo | 06182.philo | 06183.philo | 06184.philo | 06185.philo | 06186.philo | 06187.philo | 06188.philo | 06189.philo | 06190.philo | 06191.philo | 06192.philo | 06193.philo | 06194.philo | 06195.philo | 06196.philo | 06197.philo | 06198.philo | 06199.philo | 06200.philo | 06201.philo | 06202.philo | 06203.philo | 06204.philo | 06205.philo | 06206.philo | 06207.philo | 06208.philo | 06209.philo | 06210.philo | 06211.philo | 06212.philo | 06213.philo | 06214.philo | 06215.philo | 06216.philo | 06217.philo | 06218.philo | 06219.philo | 06220.philo | 06221.philo | 06222.philo | 06223.philo | 06224.philo | 06225.philo | 06226.philo | 06227.philo | 06228.philo | 06229.philo | 06230.philo | 06231.philo | 06232.philo | 06233.philo | 06234.philo | 06235.philo | 06236.philo | 06237.philo | 06238.philo | 06239.philo | 06240.philo | 06241.philo | 06242.philo | 06243.philo | 06244.philo | 06245.philo | 06246.philo | 06247.philo | 06248.philo | 06249.philo | 06250.philo | 06251.philo | 06252.philo | 06253.philo | 06254.philo | 06255.philo | 06256.philo | 06257.philo | 06258.philo | 06259.philo | 06260.philo | 06261.philo | 06262.philo | 06263.philo | 06264.philo | 06265.philo | 06266.philo | 06267.philo | 06268.philo | 06269.philo | 06270.philo | 06271.philo | 06272.philo | 06273.philo | 06274.philo | 06275.philo | 06276.philo | 06277.philo | 06278.philo | 06279.philo | 06280.philo | 06281.philo | 06282.philo | 06283.philo | 06284.philo | 06285.philo | 06286.philo | 06287.philo | 06288.philo | 06289.philo | 06290.philo | 06291.philo | 06292.philo | 06293.philo | 06294.philo | 06295.philo | 06296.philo | 06297.philo | 06298.philo | 06299.philo | 06300.philo | 06301.philo | 06302.philo | 06303.philo | 06304.philo | 06305.philo | 06306.philo | 06307.philo | 06308.philo | 06309.philo | 06310.philo | 06311.philo | 06312.philo | 06313.philo | 06314.philo | 06315.philo | 06316.philo | 06317.philo | 06318.philo | 06319.philo | 06320.philo | 06321.philo | 06322.philo | 06323.philo | 06324.philo | 06325.philo | 06326.philo | 06327.philo | 06328.philo | 06329.philo | 06330.philo | 06331.philo | 06332.philo | 06333.philo | 06334.philo | 06335.philo | 06336.philo | 06337.philo | 06338.philo | 06339.philo | 06340.philo | 06341.philo | 06342.philo | 06343.philo | 06344.philo | 06345.philo | 06346.philo | 06347.philo | 06348.philo | 06349.philo | 06350.philo | 06351.philo | 06352.philo | 06353.philo | 06354.philo | 06355.philo | 06356.philo | 06357.philo | 06358.philo | 06359.philo | 06360.philo | 06361.philo | 06362.philo | 06363.philo | 06364.philo | 06365.philo | 06366.philo | 06367.philo | 06368.philo | 06369.philo | 06370.philo | 06371.philo | 06372.philo | 06373.philo | 06374.philo | 06375.philo | 06376.philo | 06377.philo | 06378.philo | 06379.philo | 06380.philo | 06381.philo | 06382.philo | 06383.philo | 06384.philo | 06385.philo | 06386.philo | 06387.philo | 06388.philo | 06389.philo | 06390.philo | 06391.philo | 06392.philo | 06393.philo | 06394.philo | 06395.philo | 06396.philo | 06397.philo | 06398.philo | 06399.philo | 06400.philo | 06401.philo | 06402.philo | 06403.philo | 06404.philo | 06405.philo | 06406.philo | 06407.philo | 06408.philo | 06409.philo | 06410.philo | 06411.philo | 06412.philo | 06413.philo | 06414.philo | 06415.philo | 06416.philo | 06417.philo | 06418.philo | 06419.philo | 06420.philo | 06421.philo | 06422.philo | 06423.philo | 06424.philo | 06425.philo | 06426.philo | 06427.philo | 06428.philo | 06429.philo | 06430.philo | 06431.philo | 06432.philo | 06433.philo | 06434.philo | 06435.philo | 06436.philo | 06437.philo | 06438.philo | 06439.philo | 06440.philo | 06441.philo | 06442.philo | 06443.philo | 06444.philo | 06445.philo | 06446.philo | 06447.philo | 06448.philo | 06449.philo | 06450.philo | 06451.philo | 06452.philo | 06453.philo | 06454.philo | 06455.philo | 06456.philo | 06457.philo | 06458.philo | 06459.philo | 06460.philo | 06461.philo | 06462.philo | 06463.philo | 06464.philo | 06465.philo | 06466.philo | 06467.philo | 06468.philo | 06469.philo | 06470.philo | 06471.philo | 06472.philo | 06473.philo | 06474.philo | 06475.philo | 06476.philo | 06477.philo | 06478.philo | 06479.philo | 06480.philo | 06481.philo | 06482.philo | 06483.philo | 06484.philo | 06485.philo | 06486.philo | 06487.philo | 06488.philo | 06489.philo | 06490.philo | 06491.philo | 06492.philo | 06493.philo | 06494.philo | 06495.philo | 06496.philo | 06497.philo | 06498.philo | 06499.philo | 06500.philo | 06501.philo | 06502.philo | 06503.philo | 06504.philo | 06505.philo | 06506.philo | 06507.philo | 06508.philo | 06509.philo | 06510.philo | 06511.philo | 06512.philo | 06513.philo | 06514.philo | 06515.philo | 06516.philo | 06517.philo | 06518.philo | 06519.philo | 06520.philo | 06521.philo | 06522.philo | 06523.philo | 06524.philo | 06525.philo | 06526.philo | 06527.philo | 06528.philo | 06529.philo | 06530.philo | 06531.philo | 06532.philo | 06533.philo | 06534.philo | 06535.philo | 06536.philo | 06537.philo | 06538.philo | 06539.philo | 06540.philo | 06541.philo | 06542.philo | 06543.philo | 06544.philo | 06545.philo | 06546.philo | 06547.philo | 06548.philo | 06549.philo | 06550.philo | 06551.philo | 06552.philo | 06553.philo | 06554.philo | 06555.philo | 06556.philo | 06557.philo | 06558.philo | 06559.philo | 06560.philo | 06561.philo | 06562.philo | 06563.philo | 06564.philo | 06565.philo | 06566.philo | 06567.philo | 06568.philo | 06569.philo | 06570.philo | 06571.philo | 06572.philo | 06573.philo | 06574.philo | 06575.philo | 06576.philo | 06577.philo | 06578.philo | 06579.philo | 06580.philo | 06581.philo | 06582.philo | 06583.philo | 06584.philo | 06585.philo | 06586.philo | 06587.philo | 06588.philo | 06589.philo | 06590.philo | 06591.philo | 06592.philo | 06593.philo | 06594.philo | 06595.philo | 06596.philo | 06597.philo | 06598.philo | 06599.philo | 06600.philo | 06601.philo | 06602.philo | 06603.philo | 06604.philo | 06605.philo | 06606.philo | 06607.philo | 06608.philo | 06609.philo | 06610.philo | 06611.philo | 06612.philo | 06613.philo | 06614.philo | 06615.philo | 06616.philo | 06617.philo | 06618.philo | 06619.philo | 06620.philo | 06621.philo | 06622.philo | 06623.philo | 06624.philo | 06625.philo | 06626.philo | 06627.philo | 06628.philo | 06629.philo | 06630.philo | 06631.philo | 06632.philo | 06633.philo | 06634.philo | 06635.philo | 06636.philo | 06637.philo | 06638.philo | 06639.philo | 06640.philo | 06641.philo | 06642.philo | 06643.philo | 06644.philo | 06645.philo | 06646.philo | 06647.philo | 06648.philo | 06649.philo | 06650.philo | 06651.philo | 06652.philo | 06653.philo | 06654.philo | 06655.philo | 06656.philo | 06657.philo | 06658.philo | 06659.philo | 06660.philo | 06661.philo | 06662.philo | 06663.philo | 06664.philo | 06665.philo | 06666.philo | 06667.philo | 06668.philo | 06669.philo | 06670.philo | 06671.philo | 06672.philo | 06673.philo | 06674.philo | 06675.philo | 06676.philo | 06677.philo | 06678.philo | 06679.philo | 06680.philo | 06681.philo | 06682.philo | 06683.philo | 06684.philo | 06685.philo | 06686.philo | 06687.philo | 06688.philo | 06689.philo | 06690.philo | 06691.philo | 06692.philo | 06693.philo | 06694.philo | 06695.philo | 06696.philo | 06697.philo | 06698.philo | 06699.philo | 06700.philo | 06701.philo | 06702.philo | 06703.philo | 06704.philo | 06705.philo | 06706.philo | 06707.philo | 06708.philo | 06709.philo | 06710.philo | 06711.philo | 06712.philo | 06713.philo | 06714.philo | 06715.philo | 06716.philo | 06717.philo | 06718.philo | 06719.philo | 06720.philo | 06721.philo | 06722.philo | 06723.philo | 06724.philo | 06725.philo | 06726.philo | 06727.philo | 06728.philo | 06729.philo | 06730.philo | 06731.philo | 06732.philo | 06733.philo | 06734.philo | 06735.philo | 06736.philo | 06737.philo | 06738.philo | 06739.philo | 06740.philo | 06741.philo | 06742.philo | 06743.philo | 06744.philo | 06745.philo | 06746.philo | 06747.philo | 06748.philo | 06749.philo | 06750.philo | 06751.philo | 06752.philo | 06753.philo | 06754.philo | 06755.philo | 06756.philo | 06757.philo | 06758.philo | 06759.philo | 06760.philo | 06761.philo | 06762.philo | 06763.philo | 06764.philo | 06765.philo | 06766.philo | 06767.philo | 06768.philo | 06769.philo | 06770.philo | 06771.philo | 06772.philo | 06773.philo | 06774.philo | 06775.philo | 06776.philo | 06777.philo | 06778.philo | 06779.philo | 06780.philo | 06781.philo | 06782.philo | 06783.philo | 06784.philo | 06785.philo | 06786.philo | 06787.philo | 06788.philo | 06789.philo | 06790.philo | 06791.philo | 06792.philo | 06793.philo | 06794.philo | 06795.philo | 06796.philo | 06797.philo | 06798.philo | 06799.philo | 06800.philo | 06801.philo | 06802.philo | 06803.philo | 06804.philo | 06805.philo | 06806.philo | 06807.philo | 06808.philo | 06809.philo | 06810.philo | 06811.philo | 06812.philo | 06813.philo | 06814.philo | 06815.philo | 06816.philo | 06817.philo | 06818.philo | 06819.philo | 06820.philo | 06821.philo | 06822.philo | 06823.philo | 06824.philo | 06825.philo | 06826.philo | 06827.philo | 06828.philo | 06829.philo | 06830.philo | 06831.philo | 06832.philo | 06833.philo | 06834.philo | 06835.philo | 06836.philo | 06837.philo | 06838.philo | 06839.philo | 06840.philo | 06841.philo | 06842.philo | 06843.philo | 06844.philo | 06845.philo | 06846.philo | 06847.philo | 06848.philo | 06849.philo | 06850.philo | 06851.philo | 06852.philo | 06853.philo | 06854.philo | 06855.philo | 06856.philo | 06857.philo | 06858.philo | 06859.philo | 06860.philo | 06861.philo | 06862.philo | 06863.philo | 06864.philo | 06865.philo | 06866.philo | 06867.philo | 06868.philo | 06869.philo | 06870.philo | 06871.philo | 06872.philo | 06873.philo | 06874.philo | 06875.philo | 06876.philo | 06877.philo | 06878.philo | 06879.philo | 06880.philo | 06881.philo | 06882.philo | 06883.philo | 06884.philo | 06885.philo | 06886.philo | 06887.philo | 06888.philo | 06889.philo | 06890.philo | 06891.philo | 06892.philo | 06893.philo | 06894.philo | 06895.philo | 06896.philo | 06897.philo | 06898.philo | 06899.philo | 06900.philo | 06901.philo | 06902.philo | 06903.philo | 06904.philo | 06905.philo | 06906.philo | 06907.philo | 06908.philo | 06909.philo | 06910.philo | 06911.philo | 06912.philo | 06913.philo | 06914.philo | 06915.philo | 06916.philo | 06917.philo | 06918.philo | 06919.philo | 06920.philo | 06921.philo | 06922.philo | 06923.philo | 06924.philo | 06925.philo | 06926.philo | 06927.philo | 06928.philo | 06929.philo | 06930.philo | 06931.philo | 06932.philo | 06933.philo | 06934.philo | 06935.philo | 06936.philo | 06937.philo | 06938.philo | 06939.philo | 06940.philo | 06941.philo | 06942.philo | 06943.philo | 06944.philo | 06945.philo | 06946.philo | 06947.philo | 06948.philo | 06949.philo | 06950.philo | 06951.philo | 06952.philo | 06953.philo | 06954.philo | 06955.philo | 06956.philo | 06957.philo | 06958.philo | 06959.philo | 06960.philo | 06961.philo | 06962.philo | 06963.philo | 06964.philo | 06965.philo | 06966.philo | 06967.philo | 06968.philo | 06969.philo | 06970.philo | 06971.philo | 06972.philo | 06973.philo | 06974.philo | 06975.philo | 06976.philo | 06977.philo | 06978.philo | 06979.philo | 06980.philo | 06981.philo | 06982.philo | 06983.philo | 06984.philo | 06985.philo | 06986.philo | 06987.philo | 06988.philo | 06989.philo | 06990.philo | 06991.philo | 06992.philo | 06993.philo | 06994.philo | 06995.philo | 06996.philo | 06997.philo | 06998.philo | 06999.philo | 07000.philo | 07001.philo | 07002.philo | 07003.philo | 07004.philo | 07005.philo | 07006.philo | 07007.philo | 07008.philo | 07009.philo | 07010.philo | 07011.philo | 07012.philo | 07013.philo | 07014.philo | 07015.philo | 07016.philo | 07017.philo | 07018.philo | 07019.philo | 07020.philo | 07021.philo | 07022.philo | 07023.philo | 07024.philo | 07025.philo | 07026.philo | 07027.philo | 07028.philo | 07029.philo | 07030.philo | 07031.philo | 07032.philo | 07033.philo | 07034.philo | 07035.philo | 07036.philo | 07037.philo | 07038.philo | 07039.philo | 07040.philo | 07041.philo | 07042.philo | 07043.philo | 07044.philo | 07045.philo | 07046.philo | 07047.philo | 07048.philo | 07049.philo | 07050.philo | 07051.philo | 07052.philo | 07053.philo | 07054.philo | 07055.philo | 07056.philo | 07057.philo | 07058.philo | 07059.philo | 07060.philo | 07061.philo | 07062.philo | 07063.philo | 07064.philo | 07065.philo | 07066.philo | 07067.philo | 07068.philo | 07069.philo | 07070.philo | 07071.philo | 07072.philo | 07073.philo | 07074.philo | 07075.philo | 07076.philo | 07077.philo | 07078.philo | 07079.philo | 07080.philo | 07081.philo | 07082.philo | 07083.philo | 07084.philo | 07085.philo | 07086.philo | 07087.philo | 07088.philo | 07089.philo | 07090.philo | 07091.philo | 07092.philo | 07093.philo | 07094.philo | 07095.philo | 07096.philo | 07097.philo | 07098.philo | 07099.philo | 07100.philo | 07101.philo | 07102.philo | 07103.philo | 07104.philo | 07105.philo | 07106.philo | 07107.philo | 07108.philo | 07109.philo | 07110.philo | 07111.philo | 07112.philo | 07113.philo | 07114.philo | 07115.philo | 07116.philo | 07117.philo | 07118.philo | 07119.philo | 07120.philo | 07121.philo | 07122.philo | 07123.philo | 07124.philo | 07125.philo | 07126.philo | 07127.philo | 07128.philo | 07129.philo | 07130.philo | 07131.philo | 07132.philo | 07133.philo | 07134.philo | 07135.philo | 07136.philo | 07137.philo | 07138.philo | 07139.philo | 07140.philo | 07141.philo | 07142.philo | 07143.philo | 07144.philo | 07145.philo | 07146.philo | 07147.philo | 07148.philo | 07149.philo | 07150.philo | 07151.philo | 07152.philo | 07153.philo | 07154.philo | 07155.philo | 07156.philo | 07157.philo | 07158.philo | 07159.philo | 07160.philo | 07161.philo | 07162.philo | 07163.philo | 07164.philo | 07165.philo | 07166.philo | 07167.philo | 07168.philo | 07169.philo | 07170.philo | 07171.philo | 07172.philo | 07173.philo | 07174.philo | 07175.philo | 07176.philo | 07177.philo | 07178.philo | 07179.philo | 07180.philo | 07181.philo | 07182.philo | 07183.philo | 07184.philo | 07185.philo | 07186.philo | 07187.philo | 07188.philo | 07189.philo | 07190.philo | 07191.philo | 07192.philo | 07193.philo | 07194.philo | 07195.philo | 07196.philo | 07197.philo | 07198.philo | 07199.philo | 07200.philo | 07201.philo | 07202.philo | 07203.philo | 07204.philo | 07205.philo | 07206.philo | 07207.philo | 07208.philo | 07209.philo | 07210.philo | 07211.philo | 07212.philo | 07213.philo | 07214.philo | 07215.philo | 07216.philo | 07217.philo | 07218.philo | 07219.philo | 07220.philo | 07221.philo | 07222.philo | 07223.philo | 07224.philo | 07225.philo | 07226.philo | 07227.philo | 07228.philo | 07229.philo | 07230.philo | 07231.philo | 07232.philo | 07233.philo | 07234.philo | 07235.philo | 07236.philo | 07237.philo | 07238.philo | 07239.philo | 07240.philo | 07241.philo | 07242.philo | 07243.philo | 07244.philo | 07245.philo | 07246.philo | 07247.philo | 07248.philo | 07249.philo | 07250.philo | 07251.philo | 07252.philo | 07253.philo | 07254.philo | 07255.philo | 07256.philo | 07257.philo | 07258.philo | 07259.philo | 07260.philo | 07261.philo | 07262.philo | 07263.philo | 07264.philo | 07265.philo | 07266.philo | 07267.philo | 07268.philo | 07269.philo | 07270.philo | 07271.philo | 07272.philo | 07273.philo | 07274.philo | 07275.philo | 07276.philo | 07277.philo | 07278.philo | 07279.philo | 07280.philo | 07281.philo | 07282.philo | 07283.philo | 07284.philo | 07285.philo | 07286.philo | 07287.philo | 07288.philo | 07289.philo | 07290.philo | 07291.philo | 07292.philo | 07293.philo | 07294.philo | 07295.philo | 07296.philo | 07297.philo | 07298.philo | 07299.philo | 07300.philo | 07301.philo | 07302.philo | 07303.philo | 07304.philo | 07305.philo | 07306.philo | 07307.philo | 07308.philo | 07309.philo | 07310.philo | 07311.philo | 07312.philo | 07313.philo | 07314.philo | 07315.philo | 07316.philo | 07317.philo | 07318.philo | 07319.philo | 07320.philo | 07321.philo | 07322.philo | 07323.philo | 07324.philo | 07325.philo | 07326.philo | 07327.philo | 07328.philo | 07329.philo | 07330.philo | 07331.philo | 07332.philo | 07333.philo | 07334.philo | 07335.philo | 07336.philo | 07337.philo | 07338.philo | 07339.philo | 07340.philo | 07341.philo | 07342.philo | 07343.philo | 07344.philo | 07345.philo | 07346.philo | 07347.philo | 07348.philo | 07349.philo | 07350.philo | 07351.philo | 07352.philo | 07353.philo | 07354.philo | 07355.philo | 07356.philo | 07357.philo | 07358.philo | 07359.philo | 07360.philo | 07361.philo | 07362.philo | 07363.philo | 07364.philo | 07365.philo | 07366.philo | 07367.philo | 07368.philo | 07369.philo | 07370.philo | 07371.philo | 07372.philo | 07373.philo | 07374.philo | 07375.philo | 07376.philo | 07377.philo | 07378.philo | 07379.philo | 07380.philo | 07381.philo | 07382.philo | 07383.philo | 07384.philo | 07385.philo | 07386.philo | 07387.philo | 07388.philo | 07389.philo | 07390.philo | 07391.philo | 07392.philo | 07393.philo | 07394.philo | 07395.philo | 07396.philo | 07397.philo | 07398.philo | 07399.philo | 07400.philo | 07401.philo | 07402.philo | 07403.philo | 07404.philo | 07405.philo | 07406.philo | 07407.philo | 07408.philo | 07409.philo | 07410.philo | 07411.philo | 07412.philo | 07413.philo | 07414.philo | 07415.philo | 07416.philo | 07417.philo | 07418.philo | 07419.philo | 07420.philo | 07421.philo | 07422.philo | 07423.philo | 07424.philo | 07425.philo | 07426.philo | 07427.philo | 07428.philo | 07429.philo | 07430.philo | 07431.philo | 07432.philo | 07433.philo | 07434.philo | 07435.philo | 07436.philo | 07437.philo | 07438.philo | 07439.philo | 07440.philo | 07441.philo | 07442.philo | 07443.philo | 07444.philo | 07445.philo | 07446.philo | 07447.philo | 07448.philo | 07449.philo | 07450.philo | 07451.philo | 07452.philo | 07453.philo | 07454.philo | 07455.philo | 07456.philo | 07457.philo | 07458.philo | 07459.philo | 07460.philo | 07461.philo | 07462.philo | 07463.philo | 07464.philo | 07465.philo | 07466.philo | 07467.philo | 07468.philo | 07469.philo | 07470.philo | 07471.philo | 07472.philo | 07473.philo | 07474.philo | 07475.philo | 07476.philo | 07477.philo | 07478.philo | 07479.philo | 07480.philo | 07481.philo | 07482.philo | 07483.philo | 07484.philo | 07485.philo | 07486.philo | 07487.philo | 07488.philo | 07489.philo | 07490.philo | 07491.philo | 07492.philo | 07493.philo | 07494.philo | 07495.philo | 07496.philo | 07497.philo | 07498.philo | 07499.philo | 07500.philo | 07501.philo | 07502.philo | 07503.philo | 07504.philo | 07505.philo | 07506.philo | 07507.philo | 07508.philo | 07509.philo | 07510.philo | 07511.philo | 07512.philo | 07513.philo | 07514.philo | 07515.philo | 07516.philo | 07517.philo | 07518.philo | 07519.philo | 07520.philo | 07521.philo | 07522.philo | 07523.philo | 07524.philo | 07525.philo | 07526.philo | 07527.philo | 07528.philo | 07529.philo | 07530.philo | 07531.philo | 07532.philo | 07533.philo | 07534.philo | 07535.philo | 07536.philo | 07537.philo | 07538.philo | 07539.philo | 07540.philo | 07541.philo | 07542.philo | 07543.philo | 07544.philo | 07545.philo | 07546.philo | 07547.philo | 07548.philo | 07549.philo | 07550.philo | 07551.philo | 07552.philo | 07553.philo | 07554.philo | 07555.philo | 07556.philo | 07557.philo | 07558.philo | 07559.philo | 07560.philo | 07561.philo | 07562.philo | 07563.philo | 07564.philo | 07565.philo | 07566.philo | 07567.philo | 07568.philo | 07569.philo | 07570.philo | 07571.philo | 07572.philo | 07573.philo | 07574.philo | 07575.philo | 07576.philo | 07577.philo | 07578.philo | 07579.philo | 07580.philo | 07581.philo | 07582.philo | 07583.philo | 07584.philo | 07585.philo | 07586.philo | 07587.philo | 07588.philo | 07589.philo | 07590.philo | 07591.philo | 07592.philo | 07593.philo | 07594.philo | 07595.philo | 07596.philo | 07597.philo | 07598.philo | 07599.philo | 07600.philo | 07601.philo | 07602.philo | 07603.philo | 07604.philo | 07605.philo | 07606.philo | 07607.philo | 07608.philo | 07609.philo | 07610.philo | 07611.philo | 07612.philo | 07613.philo | 07614.philo | 07615.philo | 07616.philo | 07617.philo | 07618.philo | 07619.philo | 07620.philo | 07621.philo | 07622.philo | 07623.philo | 07624.philo | 07625.philo | 07626.philo | 07627.philo | 07628.philo | 07629.philo | 07630.philo | 07631.philo | 07632.philo | 07633.philo | 07634.philo | 07635.philo | 07636.philo | 07637.philo | 07638.philo | 07639.philo | 07640.philo | 07641.philo | 07642.philo | 07643.philo | 07644.philo | 07645.philo | 07646.philo | 07647.philo | 07648.philo | 07649.philo | 07650.philo | 07651.philo | 07652.philo | 07653.philo | 07654.philo | 07655.philo | 07656.philo | 07657.philo | 07658.philo | 07659.philo | 07660.philo | 07661.philo | 07662.philo | 07663.philo | 07664.philo | 07665.philo | 07666.philo | 07667.philo | 07668.philo | 07669.philo | 07670.philo | 07671.philo | 07672.philo | 07673.philo | 07674.philo | 07675.philo | 07676.philo | 07677.philo | 07678.philo | 07679.philo | 07680.philo | 07681.philo | 07682.philo | 07683.philo | 07684.philo | 07685.philo | 07686.philo | 07687.philo | 07688.philo | 07689.philo | 07690.philo | 07691.philo | 07692.philo | 07693.philo | 07694.philo | 07695.philo | 07696.philo | 07697.philo | 07698.philo | 07699.philo | 07700.philo | 07701.philo | 07702.philo | 07703.philo | 07704.philo | 07705.philo | 07706.philo | 07707.philo | 07708.philo | 07709.philo | 07710.philo | 07711.philo | 07712.philo | 07713.philo | 07714.philo | 07715.philo | 07716.philo | 07717.philo | 07718.philo | 07719.philo | 07720.philo | 07721.philo | 07722.philo | 07723.philo | 07724.philo | 07725.philo | 07726.philo | 07727.philo | 07728.philo | 07729.philo | 07730.philo | 07731.philo | 07732.philo | 07733.philo | 07734.philo | 07735.philo | 07736.philo | 07737.philo | 07738.philo | 07739.philo | 07740.philo | 07741.philo | 07742.philo | 07743.philo | 07744.philo | 07745.philo | 07746.philo | 07747.philo | 07748.philo | 07749.philo | 07750.philo | 07751.philo | 07752.philo | 07753.philo | 07754.philo | 07755.philo | 07756.philo | 07757.philo | 07758.philo | 07759.philo | 07760.philo | 07761.philo | 07762.philo | 07763.philo | 07764.philo | 07765.philo | 07766.philo | 07767.philo | 07768.philo | 07769.philo | 07770.philo | 07771.philo | 07772.philo | 07773.philo | 07774.philo | 07775.philo | 07776.philo | 07777.philo | 07778.philo | 07779.philo | 07780.philo | 07781.philo | 07782.philo | 07783.philo | 07784.philo | 07785.philo | 07786.philo | 07787.philo | 07788.philo | 07789.philo | 07790.philo | 07791.philo | 07792.philo | 07793.philo | 07794.philo | 07795.philo | 07796.philo | 07797.philo | 07798.philo | 07799.philo | 07800.philo | 07801.philo | 07802.philo | 07803.philo | 07804.philo | 07805.philo | 07806.philo | 07807.philo | 07808.philo | 07809.philo | 07810.philo | 07811.philo | 07812.philo | 07813.philo | 07814.philo | 07815.philo | 07816.philo | 07817.philo | 07818.philo | 07819.philo | 07820.philo | 07821.philo | 07822.philo | 07823.philo | 07824.philo | 07825.philo | 07826.philo | 07827.philo | 07828.philo | 07829.philo | 07830.philo | 07831.philo | 07832.philo | 07833.philo | 07834.philo | 07835.philo | 07836.philo | 07837.philo | 07838.philo | 07839.philo | 07840.philo | 07841.philo | 07842.philo | 07843.philo | 07844.philo | 07845.philo | 07846.philo | 07847.philo | 07848.philo | 07849.philo | 07850.philo | 07851.philo | 07852.philo | 07853.philo | 07854.philo | 07855.philo | 07856.philo | 07857.philo | 07858.philo | 07859.philo | 07860.philo | 07861.philo | 07862.philo | 07863.philo | 07864.philo | 07865.philo | 07866.philo | 07867.philo | 07868.philo | 07869.philo | 07870.philo | 07871.philo | 07872.philo | 07873.philo | 07874.philo | 07875.philo | 07876.philo | 07877.philo | 07878.philo | 07879.philo | 07880.philo | 07881.philo | 07882.philo | 07883.philo | 07884.philo | 07885.philo | 07886.philo | 07887.philo | 07888.philo | 07889.philo | 07890.philo | 07891.philo | 07892.philo | 07893.philo | 07894.philo | 07895.philo | 07896.philo | 07897.philo | 07898.philo | 07899.philo | 07900.philo | 07901.philo | 07902.philo | 07903.philo | 07904.philo | 07905.philo | 07906.philo | 07907.philo | 07908.philo | 07909.philo | 07910.philo | 07911.philo | 07912.philo | 07913.philo | 07914.philo | 07915.philo | 07916.philo | 07917.philo | 07918.philo | 07919.philo | 07920.philo | 07921.philo | 07922.philo | 07923.philo | 07924.philo | 07925.philo | 07926.philo | 07927.philo | 07928.philo | 07929.philo | 07930.philo | 07931.philo | 07932.philo | 07933.philo | 07934.philo | 07935.philo | 07936.philo | 07937.philo | 07938.philo | 07939.philo | 07940.philo | 07941.philo | 07942.philo | 07943.philo | 07944.philo | 07945.philo | 07946.philo | 07947.philo | 07948.philo | 07949.philo | 07950.philo | 07951.philo | 07952.philo | 07953.philo | 07954.philo | 07955.philo | 07956.philo | 07957.philo | 07958.philo | 07959.philo | 07960.philo | 07961.philo | 07962.philo | 07963.philo | 07964.philo | 07965.philo | 07966.philo | 07967.philo | 07968.philo | 07969.philo | 07970.philo | 07971.philo | 07972.philo | 07973.philo | 07974.philo | 07975.philo | 07976.philo | 07977.philo | 07978.philo | 07979.philo | 07980.philo | 07981.philo | 07982.philo | 07983.philo | 07984.philo | 07985.philo | 07986.philo | 07987.philo | 07988.philo | 07989.philo | 07990.philo | 07991.philo | 07992.philo | 07993.philo | 07994.philo | 07995.philo | 07996.philo | 07997.philo | 07998.philo | 07999.philo | 08000.philo | 08001.philo | 08002.philo | 08003.philo | 08004.philo | 08005.philo | 08006.philo | 08007.philo | 08008.philo | 08009.philo | 08010.philo | 08011.philo | 08012.philo | 08013.philo | 08014.philo | 08015.philo | 08016.philo | 08017.philo | 08018.philo | 08019.philo | 08020.philo | 08021.philo | 08022.philo | 08023.philo | 08024.philo | 08025.philo | 08026.philo | 08027.philo | 08028.philo | 08029.philo | 08030.philo | 08031.philo | 08032.philo | 08033.philo | 08034.philo | 08035.philo | 08036.philo | 08037.philo | 08038.philo | 08039.philo | 08040.philo | 08041.philo | 08042.philo | 08043.philo | 08044.philo | 08045.philo | 08046.philo | 08047.philo | 08048.philo | 08049.philo | 08050.philo | 08051.philo | 08052.philo | 08053.philo | 08054.philo | 08055.philo | 08056.philo | 08057.philo | 08058.philo | 08059.philo | 08060.philo | 08061.philo | 08062.philo | 08063.philo | 08064.philo | 08065.philo | 08066.philo | 08067.philo | 08068.philo | 08069.philo | 08070.philo | 08071.philo | 08072.philo | 08073.philo | 08074.philo | 08075.philo | 08076.philo | 08077.philo | 08078.philo | 08079.philo | 08080.philo | 08081.philo | 08082.philo | 08083.philo | 08084.philo | 08085.philo | 08086.philo | 08087.philo | 08088.philo | 08089.philo | 08090.philo | 08091.philo | 08092.philo | 08093.philo | 08094.philo | 08095.philo | 08096.philo | 08097.philo | 08098.philo | 08099.philo | 08100.philo | 08101.philo | 08102.philo | 08103.philo | 08104.philo | 08105.philo | 08106.philo | 08107.philo | 08108.philo | 08109.philo | 08110.philo | 08111.philo | 08112.philo | 08113.philo | 08114.philo | 08115.philo | 08116.philo | 08117.philo | 08118.philo | 08119.philo | 08120.philo | 08121.philo | 08122.philo | 08123.philo | 08124.philo | 08125.philo | 08126.philo | 08127.philo | 08128.philo | 08129.philo | 08130.philo | 08131.philo | 08132.philo | 08133.philo | 08134.philo | 08135.philo | 08136.philo | 08137.philo | 08138.philo | 08139.philo | 08140.philo | 08141.philo | 08142.philo | 08143.philo | 08144.philo | 08145.philo | 08146.philo | 08147.philo | 08148.philo | 08149.philo | 08150.philo | 08151.philo | 08152.philo | 08153.philo | 08154.philo | 08155.philo | 08156.philo | 08157.philo | 08158.philo | 08159.philo | 08160.philo | 08161.philo | 08162.philo | 08163.philo | 08164.philo | 08165.philo | 08166.philo | 08167.philo | 08168.philo | 08169.philo | 08170.philo | 08171.philo | 08172.philo | 08173.philo | 08174.philo | 08175.philo | 08176.philo | 08177.philo | 08178.philo | 08179.philo | 08180.philo | 08181.philo | 08182.philo | 08183.philo | 08184.philo | 08185.philo | 08186.philo | 08187.philo | 08188.philo | 08189.philo | 08190.philo | 08191.philo | 08192.philo | 08193.philo | 08194.philo | 08195.philo | 08196.philo | 08197.philo | 08198.philo | 08199.philo | 08200.philo | 08201.philo | 08202.philo | 08203.philo | 08204.philo | 08205.philo | 08206.philo | 08207.philo | 08208.philo | 08209.philo | 08210.philo | 08211.philo | 08212.philo | 08213.philo | 08214.philo | 08215.philo | 08216.philo | 08217.philo | 08218.philo | 08219.philo | 08220.philo | 08221.philo | 08222.philo | 08223.philo | 08224.philo | 08225.philo | 08226.philo | 08227.philo | 08228.philo | 08229.philo | 08230.philo | 08231.philo | 08232.philo | 08233.philo | 08234.philo | 08235.philo | 08236.philo | 08237.philo | 08238.philo | 08239.philo | 08240.philo | 08241.philo | 08242.philo | 08243.philo | 08244.philo | 08245.philo | 08246.philo | 08247.philo | 08248.philo | 08249.philo | 08250.philo | 08251.philo | 08252.philo | 08253.philo | 08254.philo | 08255.philo | 08256.philo | 08257.philo | 08258.philo | 08259.philo | 08260.philo | 08261.philo | 08262.philo | 08263.philo | 08264.philo | 08265.philo | 08266.philo | 08267.philo | 08268.philo | 08269.philo | 08270.philo | 08271.philo | 08272.philo | 08273.philo | 08274.philo | 08275.philo | 08276.philo | 08277.philo | 08278.philo | 08279.philo | 08280.philo | 08281.philo | 08282.philo | 08283.philo | 08284.philo | 08285.philo | 08286.philo | 08287.philo | 08288.philo | 08289.philo | 08290.philo | 08291.philo | 08292.philo | 08293.philo | 08294.philo | 08295.philo | 08296.philo | 08297.philo | 08298.philo | 08299.philo | 08300.philo | 08301.philo | 08302.philo | 08303.philo | 08304.philo | 08305.philo | 08306.philo | 08307.philo | 08308.philo | 08309.philo | 08310.philo | 08311.philo | 08312.philo | 08313.philo | 08314.philo | 08315.philo | 08316.philo | 08317.philo | 08318.philo | 08319.philo | 08320.philo | 08321.philo | 08322.philo | 08323.philo | 08324.philo | 08325.philo | 08326.philo | 08327.philo | 08328.philo | 08329.philo | 08330.philo | 08331.philo | 08332.philo | 08333.philo | 08334.philo | 08335.philo | 08336.philo | 08337.philo | 08338.philo | 08339.philo | 08340.philo | 08341.philo | 08342.philo | 08343.philo | 08344.philo | 08345.philo | 08346.philo | 08347.philo | 08348.philo | 08349.philo | 08350.philo | 08351.philo | 08352.philo | 08353.philo | 08354.philo | 08355.philo | 08356.philo | 08357.philo | 08358.philo | 08359.philo | 08360.philo | 08361.philo | 08362.philo | 08363.philo | 08364.philo | 08365.philo | 08366.philo | 08367.philo | 08368.philo | 08369.philo | 08370.philo | 08371.philo | 08372.philo | 08373.philo | 08374.philo | 08375.philo | 08376.philo | 08377.philo | 08378.philo | 08379.philo | 08380.philo | 08381.philo | 08382.philo | 08383.philo | 08384.philo | 08385.philo | 08386.philo | 08387.philo | 08388.philo | 08389.philo | 08390.philo | 08391.philo | 08392.philo | 08393.philo | 08394.philo | 08395.philo | 08396.philo | 08397.philo | 08398.philo | 08399.philo | 08400.philo | 08401.philo | 08402.philo | 08403.philo | 08404.philo | 08405.philo | 08406.philo | 08407.philo | 08408.philo | 08409.philo | 08410.philo | 08411.philo | 08412.philo | 08413.philo | 08414.philo | 08415.philo | 08416.philo | 08417.philo | 08418.philo | 08419.philo | 08420.philo | 08421.philo | 08422.philo | 08423.philo | 08424.philo | 08425.philo | 08426.philo | 08427.philo | 08428.philo | 08429.philo | 08430.philo | 08431.philo | 08432.philo | 08433.philo | 08434.philo | 08435.philo | 08436.philo | 08437.philo | 08438.philo | 08439.philo | 08440.philo | 08441.philo | 08442.philo | 08443.philo | 08444.philo | 08445.philo | 08446.philo | 08447.philo | 08448.philo | 08449.philo | 08450.philo | 08451.philo | 08452.philo | 08453.philo | 08454.philo | 08455.philo | 08456.philo | 08457.philo | 08458.philo | 08459.philo | 08460.philo | 08461.philo | 08462.philo | 08463.philo | 08464.philo | 08465.philo | 08466.philo | 08467.philo | 08468.philo | 08469.philo | 08470.philo | 08471.philo | 08472.philo | 08473.philo | 08474.philo | 08475.philo | 08476.philo | 08477.philo | 08478.philo | 08479.philo | 08480.philo | 08481.philo | 08482.philo | 08483.philo | 08484.philo | 08485.philo | 08486.philo | 08487.philo | 08488.philo | 08489.philo | 08490.philo | 08491.philo | 08492.philo | 08493.philo | 08494.philo | 08495.philo | 08496.philo | 08497.philo | 08498.philo | 08499.philo | 08500.philo | 08501.philo | 08502.philo | 08503.philo | 08504.philo | 08505.philo | 08506.philo | 08507.philo | 08508.philo | 08509.philo | 08510.philo | 08511.philo | 08512.philo | 08513.philo | 08514.philo | 08515.philo | 08516.philo | 08517.philo | 08518.philo | 08519.philo | 08520.philo | 08521.philo | 08522.philo | 08523.philo | 08524.philo | 08525.philo | 08526.philo | 08527.philo | 08528.philo | 08529.philo | 08530.philo | 08531.philo | 08532.philo | 08533.philo | 08534.philo | 08535.philo | 08536.philo | 08537.philo | 08538.philo | 08539.philo | 08540.philo | 08541.philo | 08542.philo | 08543.philo | 08544.philo | 08545.philo | 08546.philo | 08547.philo | 08548.philo | 08549.philo | 08550.philo | 08551.philo | 08552.philo | 08553.philo | 08554.philo | 08555.philo | 08556.philo | 08557.philo | 08558.philo | 08559.philo | 08560.philo | 08561.philo | 08562.philo | 08563.philo | 08564.philo | 08565.philo | 08566.philo | 08567.philo | 08568.philo | 08569.philo | 08570.philo | 08571.philo | 08572.philo | 08573.philo | 08574.philo | 08575.philo | 08576.philo | 08577.philo | 08578.philo | 08579.philo | 08580.philo | 08581.philo | 08582.philo | 08583.philo | 08584.philo | 08585.philo | 08586.philo | 08587.philo | 08588.philo | 08589.philo | 08590.philo | 08591.philo | 08592.philo | 08593.philo | 08594.philo | 08595.philo | 08596.philo | 08597.philo | 08598.philo | 08599.philo | 08600.philo | 08601.philo | 08602.philo | 08603.philo | 08604.philo | 08605.philo | 08606.philo | 08607.philo | 08608.philo | 08609.philo | 08610.philo | 08611.philo | 08612.philo | 08613.philo | 08614.philo | 08615.philo | 08616.philo | 08617.philo | 08618.philo | 08619.philo | 08620.philo | 08621.philo | 08622.philo | 08623.philo | 08624.philo | 08625.philo | 08626.philo | 08627.philo | 08628.philo | 08629.philo | 08630.philo | 08631.philo | 08632.philo | 08633.philo | 08634.philo | 08635.philo | 08636.philo | 08637.philo | 08638.philo | 08639.philo | 08640.philo | 08641.philo | 08642.philo | 08643.philo | 08644.philo | 08645.philo | 08646.philo | 08647.philo | 08648.philo | 08649.philo | 08650.philo | 08651.philo | 08652.philo | 08653.philo | 08654.philo | 08655.philo | 08656.philo | 08657.philo | 08658.philo | 08659.philo | 08660.philo | 08661.philo | 08662.philo | 08663.philo | 08664.philo | 08665.philo | 08666.philo | 08667.philo | 08668.philo | 08669.philo | 08670.philo | 08671.philo | 08672.philo | 08673.philo | 08674.philo | 08675.philo | 08676.philo | 08677.philo | 08678.philo | 08679.philo | 08680.philo | 08681.philo | 08682.philo | 08683.philo | 08684.philo | 08685.philo | 08686.philo | 08687.philo | 08688.philo | 08689.philo | 08690.philo | 08691.philo | 08692.philo | 08693.philo | 08694.philo | 08695.philo | 08696.philo | 08697.philo | 08698.philo | 08699.philo | 08700.philo | 08701.philo | 08702.philo | 08703.philo | 08704.philo | 08705.philo | 08706.philo | 08707.philo | 08708.philo | 08709.philo | 08710.philo | 08711.philo | 08712.philo | 08713.philo | 08714.philo | 08715.philo | 08716.philo | 08717.philo | 08718.philo | 08719.philo | 08720.philo | 08721.philo | 08722.philo | 08723.philo | 08724.philo | 08725.philo | 08726.philo | 08727.philo | 08728.philo | 08729.philo | 08730.philo | 08731.philo | 08732.philo | 08733.philo | 08734.philo | 08735.philo | 08736.philo | 08737.philo | 08738.philo | 08739.philo | 08740.philo | 08741.philo | 08742.philo | 08743.philo | 08744.philo | 08745.philo | 08746.philo | 08747.philo | 08748.philo | 08749.philo | 08750.philo | 08751.philo | 08752.philo | 08753.philo | 08754.philo | 08755.philo | 08756.philo | 08757.philo | 08758.philo | 08759.philo | 08760.philo | 08761.philo | 08762.philo | 08763.philo | 08764.philo | 08765.philo | 08766.philo | 08767.philo | 08768.philo | 08769.philo | 08770.philo | 08771.philo | 08772.philo | 08773.philo | 08774.philo | 08775.philo | 08776.philo | 08777.philo | 08778.philo | 08779.philo | 08780.philo | 08781.philo | 08782.philo | 08783.philo | 08784.philo | 08785.philo | 08786.philo | 08787.philo | 08788.philo | 08789.philo | 08790.philo | 08791.philo | 08792.philo | 08793.philo | 08794.philo | 08795.philo | 08796.philo | 08797.philo | 08798.philo | 08799.philo | 08800.philo | 08801.philo | 08802.philo | 08803.philo | 08804.philo | 08805.philo | 08806.philo | 08807.philo | 08808.philo | 08809.philo | 08810.philo | 08811.philo | 08812.philo | 08813.philo | 08814.philo | 08815.philo | 08816.philo | 08817.philo | 08818.philo | 08819.philo | 08820.philo | 08821.philo | 08822.philo | 08823.philo | 08824.philo | 08825.philo | 08826.philo | 08827.philo | 08828.philo | 08829.philo | 08830.philo | 08831.philo | 08832.philo | 08833.philo | 08834.philo | 08835.philo | 08836.philo | 08837.philo | 08838.philo | 08839.philo | 08840.philo | 08841.philo | 08842.philo | 08843.philo | 08844.philo | 08845.philo | 08846.philo | 08847.philo | 08848.philo | 08849.philo | 08850.philo | 08851.philo | 08852.philo | 08853.philo | 08854.philo | 08855.philo | 08856.philo | 08857.philo | 08858.philo | 08859.philo | 08860.philo | 08861.philo | 08862.philo | 08863.philo | 08864.philo | 08865.philo | 08866.philo | 08867.philo | 08868.philo | 08869.philo | 08870.philo | 08871.philo | 08872.philo | 08873.philo | 08874.philo | 08875.philo | 08876.philo | 08877.philo | 08878.philo | 08879.philo | 08880.philo | 08881.philo | 08882.philo | 08883.philo | 08884.philo | 08885.philo | 08886.philo | 08887.philo | 08888.philo | 08889.philo | 08890.philo | 08891.philo | 08892.philo | 08893.philo | 08894.philo | 08895.philo | 08896.philo | 08897.philo | 08898.philo | 08899.philo | 08900.philo | 08901.philo | 08902.philo | 08903.philo | 08904.philo | 08905.philo | 08906.philo | 08907.philo | 08908.philo | 08909.philo | 08910.philo | 08911.philo | 08912.philo | 08913.philo | 08914.philo | 08915.philo | 08916.philo | 08917.philo | 08918.philo | 08919.philo | 08920.philo | 08921.philo | 08922.philo | 08923.philo | 08924.philo | 08925.philo | 08926.philo | 08927.philo | 08928.philo | 08929.philo | 08930.philo | 08931.philo | 08932.philo | 08933.philo | 08934.philo | 08935.philo | 08936.philo | 08937.philo | 08938.philo | 08939.philo | 08940.philo | 08941.philo | 08942.philo | 08943.philo | 08944.philo | 08945.philo | 08946.philo | 08947.philo | 08948.philo | 08949.philo | 08950.philo | 08951.philo | 08952.philo | 08953.philo | 08954.philo | 08955.philo | 08956.philo | 08957.philo | 08958.philo | 08959.philo | 08960.philo | 08961.philo | 08962.philo | 08963.philo | 08964.philo | 08965.philo | 08966.philo | 08967.philo | 08968.philo | 08969.philo | 08970.philo | 08971.philo | 08972.philo | 08973.philo | 08974.philo | 08975.philo | 08976.philo | 08977.philo | 08978.philo | 08979.philo | 08980.philo | 08981.philo | 08982.philo | 08983.philo | 08984.philo | 08985.philo | 08986.philo | 08987.philo | 08988.philo | 08989.philo | 08990.philo | 08991.philo | 08992.philo | 08993.philo | 08994.philo | 08995.philo | 08996.philo | 08997.philo | 08998.philo | 08999.philo | 09000.philo | 09001.philo | 09002.philo | 09003.philo | 09004.philo | 09005.philo | 09006.philo | 09007.philo | 09008.philo | 09009.philo | 09010.philo | 09011.philo | 09012.philo | 09013.philo | 09014.philo | 09015.philo | 09016.philo | 09017.philo | 09018.philo | 09019.philo | 09020.philo | 09021.philo | 09022.philo | 09023.philo | 09024.philo | 09025.philo | 09026.philo | 09027.philo | 09028.philo | 09029.philo | 09030.philo | 09031.philo | 09032.philo | 09033.philo | 09034.philo | 09035.philo | 09036.philo | 09037.philo | 09038.philo | 09039.philo | 09040.philo | 09041.philo | 09042.philo | 09043.philo | 09044.philo | 09045.philo | 09046.philo | 09047.philo | 09048.philo | 09049.philo | 09050.philo | 09051.philo | 09052.philo | 09053.philo | 09054.philo | 09055.philo | 09056.philo | 09057.philo | 09058.philo | 09059.philo | 09060.philo | 09061.philo | 09062.philo | 09063.philo | 09064.philo | 09065.philo | 09066.philo | 09067.philo | 09068.philo | 09069.philo | 09070.philo | 09071.philo | 09072.philo | 09073.philo | 09074.philo | 09075.philo | 09076.philo | 09077.philo | 09078.philo | 09079.philo | 09080.philo | 09081.philo | 09082.philo | 09083.philo | 09084.philo | 09085.philo | 09086.philo | 09087.philo | 09088.philo | 09089.philo | 09090.philo | 09091.philo | 09092.philo | 09093.philo | 09094.philo | 09095.philo | 09096.philo | 09097.philo | 09098.philo | 09099.philo | 09100.philo | 09101.philo | 09102.philo | 09103.philo | 09104.philo | 09105.philo | 09106.philo | 09107.philo | 09108.philo | 09109.philo | 09110.philo | 09111.philo | 09112.philo | 09113.philo | 09114.philo | 09115.philo | 09116.philo | 09117.philo | 09118.philo | 09119.philo | 09120.philo | 09121.philo | 09122.philo | 09123.philo | 09124.philo | 09125.philo | 09126.philo | 09127.philo | 09128.philo | 09129.philo | 09130.philo | 09131.philo | 09132.philo | 09133.philo | 09134.philo | 09135.philo | 09136.philo | 09137.philo | 09138.philo | 09139.philo | 09140.philo | 09141.philo | 09142.philo | 09143.philo | 09144.philo | 09145.philo | 09146.philo | 09147.philo | 09148.philo | 09149.philo | 09150.philo | 09151.philo | 09152.philo | 09153.philo | 09154.philo | 09155.philo | 09156.philo | 09157.philo | 09158.philo | 09159.philo | 09160.philo | 09161.philo | 09162.philo | 09163.philo | 09164.philo | 09165.philo | 09166.philo | 09167.philo | 09168.philo | 09169.philo | 09170.philo | 09171.philo | 09172.philo | 09173.philo | 09174.philo | 09175.philo | 09176.philo | 09177.philo | 09178.philo | 09179.philo | 09180.philo | 09181.philo | 09182.philo | 09183.philo | 09184.philo | 09185.philo | 09186.philo | 09187.philo | 09188.philo | 09189.philo | 09190.philo | 09191.philo | 09192.philo | 09193.philo | 09194.philo | 09195.philo | 09196.philo | 09197.philo | 09198.philo | 09199.philo | 09200.philo | 09201.philo | 09202.philo | 09203.philo | 09204.philo | 09205.philo | 09206.philo | 09207.philo | 09208.philo | 09209.philo | 09210.philo | 09211.philo | 09212.philo | 09213.philo | 09214.philo | 09215.philo | 09216.philo | 09217.philo | 09218.philo | 09219.philo | 09220.philo | 09221.philo | 09222.philo | 09223.philo | 09224.philo | 09225.philo | 09226.philo | 09227.philo | 09228.philo | 09229.philo | 09230.philo | 09231.philo | 09232.philo | 09233.philo | 09234.philo | 09235.philo | 09236.philo | 09237.philo | 09238.philo | 09239.philo | 09240.philo | 09241.philo | 09242.philo | 09243.philo | 09244.philo | 09245.philo | 09246.philo | 09247.philo | 09248.philo | 09249.philo | 09250.philo | 09251.philo | 09252.philo | 09253.philo | 09254.philo | 09255.philo | 09256.philo | 09257.philo | 09258.philo | 09259.philo | 09260.philo | 09261.philo | 09262.philo | 09263.philo | 09264.philo | 09265.philo | 09266.philo | 09267.philo | 09268.philo | 09269.philo | 09270.philo | 09271.philo | 09272.philo | 09273.philo | 09274.philo | 09275.philo | 09276.philo | 09277.philo | 09278.philo | 09279.philo | 09280.philo | 09281.philo | 09282.philo | 09283.philo | 09284.philo | 09285.philo | 09286.philo | 09287.philo | 09288.philo | 09289.philo | 09290.philo | 09291.philo | 09292.philo | 09293.philo | 09294.philo | 09295.philo | 09296.philo | 09297.philo | 09298.philo | 09299.philo | 09300.philo | 09301.philo | 09302.philo | 09303.philo | 09304.philo | 09305.philo | 09306.philo | 09307.philo | 09308.philo | 09309.philo | 09310.philo | 09311.philo | 09312.philo | 09313.philo | 09314.philo | 09315.philo | 09316.philo | 09317.philo | 09318.philo | 09319.philo | 09320.philo | 09321.philo | 09322.philo | 09323.philo | 09324.philo | 09325.philo | 09326.philo | 09327.philo | 09328.philo | 09329.philo | 09330.philo | 09331.philo | 09332.philo | 09333.philo | 09334.philo | 09335.philo | 09336.philo | 09337.philo | 09338.philo | 09339.philo | 09340.philo | 09341.philo | 09342.philo | 09343.philo | 09344.philo | 09345.philo | 09346.philo | 09347.philo | 09348.philo | 09349.philo | 09350.philo | 09351.philo | 09352.philo | 09353.philo | 09354.philo | 09355.philo | 09356.philo | 09357.philo | 09358.philo | 09359.philo | 09360.philo | 09361.philo | 09362.philo | 09363.philo | 09364.philo | 09365.philo | 09366.philo | 09367.philo | 09368.philo | 09369.philo | 09370.philo | 09371.philo | 09372.philo | 09373.philo | 09374.philo | 09375.philo | 09376.philo | 09377.philo | 09378.philo | 09379.philo | 09380.philo | 09381.philo | 09382.philo | 09383.philo | 09384.philo | 09385.philo | 09386.philo | 09387.philo | 09388.philo | 09389.philo | 09390.philo | 09391.philo | 09392.philo | 09393.philo | 09394.philo | 09395.philo | 09396.philo | 09397.philo | 09398.philo | 09399.philo | 09400.philo | 09401.philo | 09402.philo | 09403.philo | 09404.philo | 09405.philo | 09406.philo | 09407.philo | 09408.philo | 09409.philo | 09410.philo | 09411.philo | 09412.philo | 09413.philo | 09414.philo | 09415.philo | 09416.philo | 09417.philo | 09418.philo | 09419.philo | 09420.philo | 09421.philo | 09422.philo | 09423.philo | 09424.philo | 09425.philo | 09426.philo | 09427.philo | 09428.philo | 09429.philo | 09430.philo | 09431.philo | 09432.philo | 09433.philo | 09434.philo | 09435.philo | 09436.philo | 09437.philo | 09438.philo | 09439.philo | 09440.philo | 09441.philo | 09442.philo | 09443.philo | 09444.philo | 09445.philo | 09446.philo | 09447.philo | 09448.philo | 09449.philo | 09450.philo | 09451.philo | 09452.philo | 09453.philo | 09454.philo | 09455.philo | 09456.philo | 09457.philo | 09458.philo | 09459.philo | 09460.philo | 09461.philo | 09462.philo | 09463.philo | 09464.philo | 09465.philo | 09466.philo | 09467.philo | 09468.philo | 09469.philo | 09470.philo | 09471.philo | 09472.philo | 09473.philo | 09474.philo | 09475.philo | 09476.philo | 09477.philo | 09478.philo | 09479.philo | 09480.philo | 09481.philo | 09482.philo | 09483.philo | 09484.philo | 09485.philo | 09486.philo | 09487.philo | 09488.philo | 09489.philo | 09490.philo | 09491.philo | 09492.philo | 09493.philo | 09494.philo | 09495.philo | 09496.philo | 09497.philo | 09498.philo | 09499.philo | 09500.philo | 09501.philo | 09502.philo | 09503.philo | 09504.philo | 09505.philo | 09506.philo | 09507.philo | 09508.philo | 09509.philo | 09510.philo | 09511.philo | 09512.philo | 09513.philo | 09514.philo | 09515.philo | 09516.philo | 09517.philo | 09518.philo | 09519.philo | 09520.philo | 09521.philo | 09522.philo | 09523.philo | 09524.philo | 09525.philo | 09526.philo | 09527.philo | 09528.philo | 09529.philo | 09530.philo | 09531.philo | 09532.philo | 09533.philo | 09534.philo | 09535.philo | 09536.philo | 09537.philo | 09538.philo | 09539.philo | 09540.philo | 09541.philo | 09542.philo | 09543.philo | 09544.philo | 09545.philo | 09546.philo | 09547.philo | 09548.philo | 09549.philo | 09550.philo | 09551.philo | 09552.philo | 09553.philo | 09554.philo | 09555.philo | 09556.philo | 09557.philo | 09558.philo | 09559.philo | 09560.philo | 09561.philo | 09562.philo | 09563.philo | 09564.philo | 09565.philo | 09566.philo | 09567.philo | 09568.philo | 09569.philo | 09570.philo | 09571.philo | 09572.philo | 09573.philo | 09574.philo | 09575.philo | 09576.philo | 09577.philo | 09578.philo | 09579.philo | 09580.philo | 09581.philo | 09582.philo | 09583.philo | 09584.philo | 09585.philo | 09586.philo | 09587.philo | 09588.philo | 09589.philo | 09590.philo | 09591.philo | 09592.philo | 09593.philo | 09594.philo | 09595.philo | 09596.philo | 09597.philo | 09598.philo | 09599.philo | 09600.philo | 09601.philo | 09602.philo | 09603.philo | 09604.philo | 09605.philo | 09606.philo | 09607.philo | 09608.philo | 09609.philo | 09610.philo | 09611.philo | 09612.philo | 09613.philo | 09614.philo | 09615.philo | 09616.philo | 09617.philo | 09618.philo | 09619.philo | 09620.philo | 09621.philo | 09622.philo | 09623.philo | 09624.philo | 09625.philo | 09626.philo | 09627.philo | 09628.philo | 09629.philo | 09630.philo | 09631.philo | 09632.philo | 09633.philo | 09634.philo | 09635.philo | 09636.philo | 09637.philo | 09638.philo | 09639.philo | 09640.philo | 09641.philo | 09642.philo | 09643.philo | 09644.philo | 09645.philo | 09646.philo | 09647.philo | 09648.philo | 09649.philo | 09650.philo | 09651.philo | 09652.philo | 09653.philo | 09654.philo | 09655.philo | 09656.philo | 09657.philo | 09658.philo | 09659.philo | 09660.philo | 09661.philo | 09662.philo | 09663.philo | 09664.philo | 09665.philo | 09666.philo | 09667.philo | 09668.philo | 09669.philo | 09670.philo | 09671.philo | 09672.philo | 09673.philo | 09674.philo | 09675.philo | 09676.philo | 09677.philo | 09678.philo | 09679.philo | 09680.philo | 09681.philo | 09682.philo | 09683.philo | 09684.philo | 09685.philo | 09686.philo | 09687.philo | 09688.philo | 09689.philo | 09690.philo | 09691.philo | 09692.philo | 09693.philo | 09694.philo | 09695.philo | 09696.philo | 09697.philo | 09698.philo | 09699.philo | 09700.philo | 09701.philo | 09702.philo | 09703.philo | 09704.philo | 09705.philo | 09706.philo | 09707.philo | 09708.philo | 09709.philo | 09710.philo | 09711.philo | 09712.philo | 09713.philo | 09714.philo | 09715.philo | 09716.philo | 09717.philo | 09718.philo | 09719.philo | 09720.philo | 09721.philo | 09722.philo | 09723.philo | 09724.philo | 09725.philo | 09726.philo | 09727.philo | 09728.philo | 09729.philo | 09730.philo | 09731.philo | 09732.philo | 09733.philo | 09734.philo | 09735.philo | 09736.philo | 09737.philo | 09738.philo | 09739.philo | 09740.philo | 09741.philo | 09742.philo | 09743.philo | 09744.philo | 09745.philo | 09746.philo | 09747.philo | 09748.philo | 09749.philo | 09750.philo | 09751.philo | 09752.philo | 09753.philo | 09754.philo | 09755.philo | 09756.philo | 09757.philo | 09758.philo | 09759.philo | 09760.philo | 09761.philo | 09762.philo | 09763.philo | 09764.philo | 09765.philo | 09766.philo | 09767.philo | 09768.philo | 09769.philo | 09770.philo | 09771.philo | 09772.philo | 09773.philo | 09774.philo | 09775.philo | 09776.philo | 09777.philo | 09778.philo | 09779.philo | 09780.philo | 09781.philo | 09782.philo | 09783.philo | 09784.philo | 09785.philo | 09786.philo | 09787.philo | 09788.philo | 09789.philo | 09790.philo | 09791.philo | 09792.philo | 09793.philo | 09794.philo | 09795.philo | 09796.philo | 09797.philo | 09798.philo | 09799.philo | 09800.philo | 09801.philo | 09802.philo | 09803.philo | 09804.philo | 09805.philo | 09806.philo | 09807.philo | 09808.philo | 09809.philo | 09810.philo | 09811.philo | 09812.philo | 09813.philo | 09814.philo | 09815.philo | 09816.philo | 09817.philo | 09818.philo | 09819.philo | 09820.philo | 09821.philo | 09822.philo | 09823.philo | 09824.philo | 09825.philo | 09826.philo | 09827.philo | 09828.philo | 09829.philo | 09830.philo | 09831.philo | 09832.philo | 09833.philo | 09834.philo | 09835.philo | 09836.philo | 09837.philo | 09838.philo | 09839.philo | 09840.philo | 09841.philo | 09842.philo | 09843.philo | 09844.philo | 09845.philo | 09846.philo | 09847.philo | 09848.philo | 09849.philo | 09850.philo | 09851.philo | 09852.philo | 09853.philo | 09854.philo | 09855.philo | 09856.philo | 09857.philo | 09858.philo | 09859.philo | 09860.philo | 09861.philo | 09862.philo | 09863.philo | 09864.philo | 09865.philo | 09866.philo | 09867.philo | 09868.philo | 09869.philo | 09870.philo | 09871.philo | 09872.philo | 09873.philo | 09874.philo | 09875.philo | 09876.philo | 09877.philo | 09878.philo | 09879.philo | 09880.philo | 09881.philo | 09882.philo | 09883.philo | 09884.philo | 09885.philo | 09886.philo | 09887.philo | 09888.philo | 09889.philo | 09890.philo | 09891.philo | 09892.philo | 09893.philo | 09894.philo | 09895.philo | 09896.philo | 09897.philo | 09898.philo | 09899.philo | 09900.philo | 09901.philo | 09902.philo | 09903.philo | 09904.philo | 09905.philo | 09906.philo | 09907.philo | 09908.philo | 09909.philo | 09910.philo | 09911.philo | 09912.philo | 09913.philo | 09914.philo | 09915.philo | 09916.philo | 09917.philo | 09918.philo | 09919.philo | 09920.philo | 09921.philo | 09922.philo | 09923.philo | 09924.philo | 09925.philo | 09926.philo | 09927.philo | 09928.philo | 09929.philo | 09930.philo | 09931.philo | 09932.philo | 09933.philo | 09934.philo | 09935.philo | 09936.philo | 09937.philo | 09938.philo | 09939.philo | 09940.philo | 09941.philo | 09942.philo | 09943.philo | 09944.philo | 09945.philo | 09946.philo | 09947.philo | 09948.philo | 09949.philo | 09950.philo | 09951.philo | 09952.philo | 09953.philo | 09954.philo | 09955.philo | 09956.philo | 09957.philo | 09958.philo | 09959.philo | 09960.philo | 09961.philo | 09962.philo | 09963.philo | 09964.philo | 09965.philo | 09966.philo | 09967.philo | 09968.philo | 09969.philo | 09970.philo | 09971.philo | 09972.philo | 09973.philo | 09974.philo | 09975.philo | 09976.philo | 09977.philo | 09978.philo | 09979.philo | 09980.philo | 09981.philo | 09982.philo | 09983.philo | 09984.philo | 09985.philo | 09986.philo | 09987.philo | 09988.philo | 09989.philo | 09990.philo | 09991.philo | 09992.philo | 09993.philo | 09994.philo | 09995.philo | 09996.philo | 09997.philo | 09998.philo | 09999.philo | 10000.philo)}
+tr {00001.e} {00001.p6} {00001.p3} -> {00001.p4-eats} 
+tr {00001.t} {00001.p2-thinks} -> {00001.p1} {00001.p5} 
+tr {00001.t0|00002.t4} : b0 {00002.p4-eats} -> {00001.f} {00002.f} {00002.p2-thinks} 
+tr {00001.t2} {00001.f} {00001.p5} -> {00001.p6} 
+tr {00001.t3|00002.t1} : a0 {00001.f} {00002.p1} -> {00002.p3} 
+tr {00002.e} {00002.p6} {00002.p3} -> {00002.p4-eats} 
+tr {00002.t} {00002.p2-thinks} -> {00002.p1} {00002.p5} 
+tr {00002.t0|00003.t4} : b1 {00003.p4-eats} -> {00002.f} {00003.f} {00003.p2-thinks} 
+tr {00002.t2} {00002.f} {00002.p5} -> {00002.p6} 
+tr {00002.t3|00003.t1} : a1 {00002.f} {00003.p1} -> {00003.p3} 
+tr {00003.e} {00003.p6} {00003.p3} -> {00003.p4-eats} 
+tr {00003.t} {00003.p2-thinks} -> {00003.p1} {00003.p5} 
+tr {00003.t0|00004.t4} : b2 {00004.p4-eats} -> {00003.f} {00004.f} {00004.p2-thinks} 
+tr {00003.t2} {00003.f} {00003.p5} -> {00003.p6} 
+tr {00003.t3|00004.t1} : a2 {00003.f} {00004.p1} -> {00004.p3} 
+tr {00004.e} {00004.p6} {00004.p3} -> {00004.p4-eats} 
+tr {00004.t} {00004.p2-thinks} -> {00004.p1} {00004.p5} 
+tr {00004.t0|00005.t4} : b3 {00005.p4-eats} -> {00004.f} {00005.f} {00005.p2-thinks} 
+tr {00004.t2} {00004.f} {00004.p5} -> {00004.p6} 
+tr {00004.t3|00005.t1} : a3 {00004.f} {00005.p1} -> {00005.p3} 
+tr {00005.e} {00005.p6} {00005.p3} -> {00005.p4-eats} 
+tr {00005.t} {00005.p2-thinks} -> {00005.p1} {00005.p5} 
+tr {00005.t0|00006.t4} : b4 {00006.p4-eats} -> {00005.f} {00006.f} {00006.p2-thinks} 
+tr {00005.t2} {00005.f} {00005.p5} -> {00005.p6} 
+tr {00005.t3|00006.t1} : a4 {00005.f} {00006.p1} -> {00006.p3} 
+tr {00006.e} {00006.p6} {00006.p3} -> {00006.p4-eats} 
+tr {00006.t} {00006.p2-thinks} -> {00006.p1} {00006.p5} 
+tr {00006.t0|00007.t4} : b5 {00007.p4-eats} -> {00006.f} {00007.f} {00007.p2-thinks} 
+tr {00006.t2} {00006.f} {00006.p5} -> {00006.p6} 
+tr {00006.t3|00007.t1} : a5 {00006.f} {00007.p1} -> {00007.p3} 
+tr {00007.e} {00007.p6} {00007.p3} -> {00007.p4-eats} 
+tr {00007.t} {00007.p2-thinks} -> {00007.p1} {00007.p5} 
+tr {00007.t0|00008.t4} : b6 {00008.p4-eats} -> {00007.f} {00008.f} {00008.p2-thinks} 
+tr {00007.t2} {00007.f} {00007.p5} -> {00007.p6} 
+tr {00007.t3|00008.t1} : a6 {00007.f} {00008.p1} -> {00008.p3} 
+tr {00008.e} {00008.p6} {00008.p3} -> {00008.p4-eats} 
+tr {00008.t} {00008.p2-thinks} -> {00008.p1} {00008.p5} 
+tr {00008.t0|00009.t4} : b7 {00009.p4-eats} -> {00008.f} {00009.f} {00009.p2-thinks} 
+tr {00008.t2} {00008.f} {00008.p5} -> {00008.p6} 
+tr {00008.t3|00009.t1} : a7 {00008.f} {00009.p1} -> {00009.p3} 
+tr {00009.e} {00009.p6} {00009.p3} -> {00009.p4-eats} 
+tr {00009.t} {00009.p2-thinks} -> {00009.p1} {00009.p5} 
+tr {00009.t0|00010.t4} : b8 {00010.p4-eats} -> {00009.f} {00010.f} {00010.p2-thinks} 
+tr {00009.t2} {00009.f} {00009.p5} -> {00009.p6} 
+tr {00009.t3|00010.t1} : a8 {00009.f} {00010.p1} -> {00010.p3} 
+tr {00010.e} {00010.p6} {00010.p3} -> {00010.p4-eats} 
+tr {00010.t} {00010.p2-thinks} -> {00010.p1} {00010.p5} 
+tr {00010.t0|00011.t4} : b9 {00011.p4-eats} -> {00010.f} {00011.f} {00011.p2-thinks} 
+tr {00010.t2} {00010.f} {00010.p5} -> {00010.p6} 
+tr {00010.t3|00011.t1} : a9 {00010.f} {00011.p1} -> {00011.p3} 
+tr {00011.e} {00011.p6} {00011.p3} -> {00011.p4-eats} 
+tr {00011.t} {00011.p2-thinks} -> {00011.p1} {00011.p5} 
+tr {00011.t0|00012.t4} : b10 {00012.p4-eats} -> {00011.f} {00012.f} {00012.p2-thinks} 
+tr {00011.t2} {00011.f} {00011.p5} -> {00011.p6} 
+tr {00011.t3|00012.t1} : a10 {00011.f} {00012.p1} -> {00012.p3} 
+tr {00012.e} {00012.p6} {00012.p3} -> {00012.p4-eats} 
+tr {00012.t} {00012.p2-thinks} -> {00012.p1} {00012.p5} 
+tr {00012.t0|00013.t4} : b11 {00013.p4-eats} -> {00012.f} {00013.f} {00013.p2-thinks} 
+tr {00012.t2} {00012.f} {00012.p5} -> {00012.p6} 
+tr {00012.t3|00013.t1} : a11 {00012.f} {00013.p1} -> {00013.p3} 
+tr {00013.e} {00013.p6} {00013.p3} -> {00013.p4-eats} 
+tr {00013.t} {00013.p2-thinks} -> {00013.p1} {00013.p5} 
+tr {00013.t0|00014.t4} : b12 {00014.p4-eats} -> {00013.f} {00014.f} {00014.p2-thinks} 
+tr {00013.t2} {00013.f} {00013.p5} -> {00013.p6} 
+tr {00013.t3|00014.t1} : a12 {00013.f} {00014.p1} -> {00014.p3} 
+tr {00014.e} {00014.p6} {00014.p3} -> {00014.p4-eats} 
+tr {00014.t} {00014.p2-thinks} -> {00014.p1} {00014.p5} 
+tr {00014.t0|00015.t4} : b13 {00015.p4-eats} -> {00014.f} {00015.f} {00015.p2-thinks} 
+tr {00014.t2} {00014.f} {00014.p5} -> {00014.p6} 
+tr {00014.t3|00015.t1} : a13 {00014.f} {00015.p1} -> {00015.p3} 
+tr {00015.e} {00015.p6} {00015.p3} -> {00015.p4-eats} 
+tr {00015.t} {00015.p2-thinks} -> {00015.p1} {00015.p5} 
+tr {00015.t0|00016.t4} : b14 {00016.p4-eats} -> {00015.f} {00016.f} {00016.p2-thinks} 
+tr {00015.t2} {00015.f} {00015.p5} -> {00015.p6} 
+tr {00015.t3|00016.t1} : a14 {00015.f} {00016.p1} -> {00016.p3} 
+tr {00016.e} {00016.p6} {00016.p3} -> {00016.p4-eats} 
+tr {00016.t} {00016.p2-thinks} -> {00016.p1} {00016.p5} 
+tr {00016.t0|00017.t4} : b15 {00017.p4-eats} -> {00016.f} {00017.f} {00017.p2-thinks} 
+tr {00016.t2} {00016.f} {00016.p5} -> {00016.p6} 
+tr {00016.t3|00017.t1} : a15 {00016.f} {00017.p1} -> {00017.p3} 
+tr {00017.e} {00017.p6} {00017.p3} -> {00017.p4-eats} 
+tr {00017.t} {00017.p2-thinks} -> {00017.p1} {00017.p5} 
+tr {00017.t0|00018.t4} : b16 {00018.p4-eats} -> {00017.f} {00018.f} {00018.p2-thinks} 
+tr {00017.t2} {00017.f} {00017.p5} -> {00017.p6} 
+tr {00017.t3|00018.t1} : a16 {00017.f} {00018.p1} -> {00018.p3} 
+tr {00018.e} {00018.p6} {00018.p3} -> {00018.p4-eats} 
+tr {00018.t} {00018.p2-thinks} -> {00018.p1} {00018.p5} 
+tr {00018.t0|00019.t4} : b17 {00019.p4-eats} -> {00018.f} {00019.f} {00019.p2-thinks} 
+tr {00018.t2} {00018.f} {00018.p5} -> {00018.p6} 
+tr {00018.t3|00019.t1} : a17 {00018.f} {00019.p1} -> {00019.p3} 
+tr {00019.e} {00019.p6} {00019.p3} -> {00019.p4-eats} 
+tr {00019.t} {00019.p2-thinks} -> {00019.p1} {00019.p5} 
+tr {00019.t0|00020.t4} : b18 {00020.p4-eats} -> {00019.f} {00020.f} {00020.p2-thinks} 
+tr {00019.t2} {00019.f} {00019.p5} -> {00019.p6} 
+tr {00019.t3|00020.t1} : a18 {00019.f} {00020.p1} -> {00020.p3} 
+tr {00020.e} {00020.p6} {00020.p3} -> {00020.p4-eats} 
+tr {00020.t} {00020.p2-thinks} -> {00020.p1} {00020.p5} 
+tr {00020.t0|00021.t4} : b19 {00021.p4-eats} -> {00020.f} {00021.f} {00021.p2-thinks} 
+tr {00020.t2} {00020.f} {00020.p5} -> {00020.p6} 
+tr {00020.t3|00021.t1} : a19 {00020.f} {00021.p1} -> {00021.p3} 
+tr {00021.e} {00021.p6} {00021.p3} -> {00021.p4-eats} 
+tr {00021.t} {00021.p2-thinks} -> {00021.p1} {00021.p5} 
+tr {00021.t0|00022.t4} : b20 {00022.p4-eats} -> {00021.f} {00022.f} {00022.p2-thinks} 
+tr {00021.t2} {00021.f} {00021.p5} -> {00021.p6} 
+tr {00021.t3|00022.t1} : a20 {00021.f} {00022.p1} -> {00022.p3} 
+tr {00022.e} {00022.p6} {00022.p3} -> {00022.p4-eats} 
+tr {00022.t} {00022.p2-thinks} -> {00022.p1} {00022.p5} 
+tr {00022.t0|00023.t4} : b21 {00023.p4-eats} -> {00022.f} {00023.f} {00023.p2-thinks} 
+tr {00022.t2} {00022.f} {00022.p5} -> {00022.p6} 
+tr {00022.t3|00023.t1} : a21 {00022.f} {00023.p1} -> {00023.p3} 
+tr {00023.e} {00023.p6} {00023.p3} -> {00023.p4-eats} 
+tr {00023.t} {00023.p2-thinks} -> {00023.p1} {00023.p5} 
+tr {00023.t0|00024.t4} : b22 {00024.p4-eats} -> {00023.f} {00024.f} {00024.p2-thinks} 
+tr {00023.t2} {00023.f} {00023.p5} -> {00023.p6} 
+tr {00023.t3|00024.t1} : a22 {00023.f} {00024.p1} -> {00024.p3} 
+tr {00024.e} {00024.p6} {00024.p3} -> {00024.p4-eats} 
+tr {00024.t} {00024.p2-thinks} -> {00024.p1} {00024.p5} 
+tr {00024.t0|00025.t4} : b23 {00025.p4-eats} -> {00024.f} {00025.f} {00025.p2-thinks} 
+tr {00024.t2} {00024.f} {00024.p5} -> {00024.p6} 
+tr {00024.t3|00025.t1} : a23 {00024.f} {00025.p1} -> {00025.p3} 
+tr {00025.e} {00025.p6} {00025.p3} -> {00025.p4-eats} 
+tr {00025.t} {00025.p2-thinks} -> {00025.p1} {00025.p5} 
+tr {00025.t0|00026.t4} : b24 {00026.p4-eats} -> {00025.f} {00026.f} {00026.p2-thinks} 
+tr {00025.t2} {00025.f} {00025.p5} -> {00025.p6} 
+tr {00025.t3|00026.t1} : a24 {00025.f} {00026.p1} -> {00026.p3} 
+tr {00026.e} {00026.p6} {00026.p3} -> {00026.p4-eats} 
+tr {00026.t} {00026.p2-thinks} -> {00026.p1} {00026.p5} 
+tr {00026.t0|00027.t4} : b25 {00027.p4-eats} -> {00026.f} {00027.f} {00027.p2-thinks} 
+tr {00026.t2} {00026.f} {00026.p5} -> {00026.p6} 
+tr {00026.t3|00027.t1} : a25 {00026.f} {00027.p1} -> {00027.p3} 
+tr {00027.e} {00027.p6} {00027.p3} -> {00027.p4-eats} 
+tr {00027.t} {00027.p2-thinks} -> {00027.p1} {00027.p5} 
+tr {00027.t0|00028.t4} : b26 {00028.p4-eats} -> {00027.f} {00028.f} {00028.p2-thinks} 
+tr {00027.t2} {00027.f} {00027.p5} -> {00027.p6} 
+tr {00027.t3|00028.t1} : a26 {00027.f} {00028.p1} -> {00028.p3} 
+tr {00028.e} {00028.p6} {00028.p3} -> {00028.p4-eats} 
+tr {00028.t} {00028.p2-thinks} -> {00028.p1} {00028.p5} 
+tr {00028.t0|00029.t4} : b27 {00029.p4-eats} -> {00028.f} {00029.f} {00029.p2-thinks} 
+tr {00028.t2} {00028.f} {00028.p5} -> {00028.p6} 
+tr {00028.t3|00029.t1} : a27 {00028.f} {00029.p1} -> {00029.p3} 
+tr {00029.e} {00029.p6} {00029.p3} -> {00029.p4-eats} 
+tr {00029.t} {00029.p2-thinks} -> {00029.p1} {00029.p5} 
+tr {00029.t0|00030.t4} : b28 {00030.p4-eats} -> {00029.f} {00030.f} {00030.p2-thinks} 
+tr {00029.t2} {00029.f} {00029.p5} -> {00029.p6} 
+tr {00029.t3|00030.t1} : a28 {00029.f} {00030.p1} -> {00030.p3} 
+tr {00030.e} {00030.p6} {00030.p3} -> {00030.p4-eats} 
+tr {00030.t} {00030.p2-thinks} -> {00030.p1} {00030.p5} 
+tr {00030.t0|00031.t4} : b29 {00031.p4-eats} -> {00030.f} {00031.f} {00031.p2-thinks} 
+tr {00030.t2} {00030.f} {00030.p5} -> {00030.p6} 
+tr {00030.t3|00031.t1} : a29 {00030.f} {00031.p1} -> {00031.p3} 
+tr {00031.e} {00031.p6} {00031.p3} -> {00031.p4-eats} 
+tr {00031.t} {00031.p2-thinks} -> {00031.p1} {00031.p5} 
+tr {00031.t0|00032.t4} : b30 {00032.p4-eats} -> {00031.f} {00032.f} {00032.p2-thinks} 
+tr {00031.t2} {00031.f} {00031.p5} -> {00031.p6} 
+tr {00031.t3|00032.t1} : a30 {00031.f} {00032.p1} -> {00032.p3} 
+tr {00032.e} {00032.p6} {00032.p3} -> {00032.p4-eats} 
+tr {00032.t} {00032.p2-thinks} -> {00032.p1} {00032.p5} 
+tr {00032.t0|00033.t4} : b31 {00033.p4-eats} -> {00032.f} {00033.f} {00033.p2-thinks} 
+tr {00032.t2} {00032.f} {00032.p5} -> {00032.p6} 
+tr {00032.t3|00033.t1} : a31 {00032.f} {00033.p1} -> {00033.p3} 
+tr {00033.e} {00033.p6} {00033.p3} -> {00033.p4-eats} 
+tr {00033.t} {00033.p2-thinks} -> {00033.p1} {00033.p5} 
+tr {00033.t0|00034.t4} : b32 {00034.p4-eats} -> {00033.f} {00034.f} {00034.p2-thinks} 
+tr {00033.t2} {00033.f} {00033.p5} -> {00033.p6} 
+tr {00033.t3|00034.t1} : a32 {00033.f} {00034.p1} -> {00034.p3} 
+tr {00034.e} {00034.p6} {00034.p3} -> {00034.p4-eats} 
+tr {00034.t} {00034.p2-thinks} -> {00034.p1} {00034.p5} 
+tr {00034.t0|00035.t4} : b33 {00035.p4-eats} -> {00034.f} {00035.f} {00035.p2-thinks} 
+tr {00034.t2} {00034.f} {00034.p5} -> {00034.p6} 
+tr {00034.t3|00035.t1} : a33 {00034.f} {00035.p1} -> {00035.p3} 
+tr {00035.e} {00035.p6} {00035.p3} -> {00035.p4-eats} 
+tr {00035.t} {00035.p2-thinks} -> {00035.p1} {00035.p5} 
+tr {00035.t0|00036.t4} : b34 {00036.p4-eats} -> {00035.f} {00036.f} {00036.p2-thinks} 
+tr {00035.t2} {00035.f} {00035.p5} -> {00035.p6} 
+tr {00035.t3|00036.t1} : a34 {00035.f} {00036.p1} -> {00036.p3} 
+tr {00036.e} {00036.p6} {00036.p3} -> {00036.p4-eats} 
+tr {00036.t} {00036.p2-thinks} -> {00036.p1} {00036.p5} 
+tr {00036.t0|00037.t4} : b35 {00037.p4-eats} -> {00036.f} {00037.f} {00037.p2-thinks} 
+tr {00036.t2} {00036.f} {00036.p5} -> {00036.p6} 
+tr {00036.t3|00037.t1} : a35 {00036.f} {00037.p1} -> {00037.p3} 
+tr {00037.e} {00037.p6} {00037.p3} -> {00037.p4-eats} 
+tr {00037.t} {00037.p2-thinks} -> {00037.p1} {00037.p5} 
+tr {00037.t0|00038.t4} : b36 {00038.p4-eats} -> {00037.f} {00038.f} {00038.p2-thinks} 
+tr {00037.t2} {00037.f} {00037.p5} -> {00037.p6} 
+tr {00037.t3|00038.t1} : a36 {00037.f} {00038.p1} -> {00038.p3} 
+tr {00038.e} {00038.p6} {00038.p3} -> {00038.p4-eats} 
+tr {00038.t} {00038.p2-thinks} -> {00038.p1} {00038.p5} 
+tr {00038.t0|00039.t4} : b37 {00039.p4-eats} -> {00038.f} {00039.f} {00039.p2-thinks} 
+tr {00038.t2} {00038.f} {00038.p5} -> {00038.p6} 
+tr {00038.t3|00039.t1} : a37 {00038.f} {00039.p1} -> {00039.p3} 
+tr {00039.e} {00039.p6} {00039.p3} -> {00039.p4-eats} 
+tr {00039.t} {00039.p2-thinks} -> {00039.p1} {00039.p5} 
+tr {00039.t0|00040.t4} : b38 {00040.p4-eats} -> {00039.f} {00040.f} {00040.p2-thinks} 
+tr {00039.t2} {00039.f} {00039.p5} -> {00039.p6} 
+tr {00039.t3|00040.t1} : a38 {00039.f} {00040.p1} -> {00040.p3} 
+tr {00040.e} {00040.p6} {00040.p3} -> {00040.p4-eats} 
+tr {00040.t} {00040.p2-thinks} -> {00040.p1} {00040.p5} 
+tr {00040.t0|00041.t4} : b39 {00041.p4-eats} -> {00040.f} {00041.f} {00041.p2-thinks} 
+tr {00040.t2} {00040.f} {00040.p5} -> {00040.p6} 
+tr {00040.t3|00041.t1} : a39 {00040.f} {00041.p1} -> {00041.p3} 
+tr {00041.e} {00041.p6} {00041.p3} -> {00041.p4-eats} 
+tr {00041.t} {00041.p2-thinks} -> {00041.p1} {00041.p5} 
+tr {00041.t0|00042.t4} : b40 {00042.p4-eats} -> {00041.f} {00042.f} {00042.p2-thinks} 
+tr {00041.t2} {00041.f} {00041.p5} -> {00041.p6} 
+tr {00041.t3|00042.t1} : a40 {00041.f} {00042.p1} -> {00042.p3} 
+tr {00042.e} {00042.p6} {00042.p3} -> {00042.p4-eats} 
+tr {00042.t} {00042.p2-thinks} -> {00042.p1} {00042.p5} 
+tr {00042.t0|00043.t4} : b41 {00043.p4-eats} -> {00042.f} {00043.f} {00043.p2-thinks} 
+tr {00042.t2} {00042.f} {00042.p5} -> {00042.p6} 
+tr {00042.t3|00043.t1} : a41 {00042.f} {00043.p1} -> {00043.p3} 
+tr {00043.e} {00043.p6} {00043.p3} -> {00043.p4-eats} 
+tr {00043.t} {00043.p2-thinks} -> {00043.p1} {00043.p5} 
+tr {00043.t0|00044.t4} : b42 {00044.p4-eats} -> {00043.f} {00044.f} {00044.p2-thinks} 
+tr {00043.t2} {00043.f} {00043.p5} -> {00043.p6} 
+tr {00043.t3|00044.t1} : a42 {00043.f} {00044.p1} -> {00044.p3} 
+tr {00044.e} {00044.p6} {00044.p3} -> {00044.p4-eats} 
+tr {00044.t} {00044.p2-thinks} -> {00044.p1} {00044.p5} 
+tr {00044.t0|00045.t4} : b43 {00045.p4-eats} -> {00044.f} {00045.f} {00045.p2-thinks} 
+tr {00044.t2} {00044.f} {00044.p5} -> {00044.p6} 
+tr {00044.t3|00045.t1} : a43 {00044.f} {00045.p1} -> {00045.p3} 
+tr {00045.e} {00045.p6} {00045.p3} -> {00045.p4-eats} 
+tr {00045.t} {00045.p2-thinks} -> {00045.p1} {00045.p5} 
+tr {00045.t0|00046.t4} : b44 {00046.p4-eats} -> {00045.f} {00046.f} {00046.p2-thinks} 
+tr {00045.t2} {00045.f} {00045.p5} -> {00045.p6} 
+tr {00045.t3|00046.t1} : a44 {00045.f} {00046.p1} -> {00046.p3} 
+tr {00046.e} {00046.p6} {00046.p3} -> {00046.p4-eats} 
+tr {00046.t} {00046.p2-thinks} -> {00046.p1} {00046.p5} 
+tr {00046.t0|00047.t4} : b45 {00047.p4-eats} -> {00046.f} {00047.f} {00047.p2-thinks} 
+tr {00046.t2} {00046.f} {00046.p5} -> {00046.p6} 
+tr {00046.t3|00047.t1} : a45 {00046.f} {00047.p1} -> {00047.p3} 
+tr {00047.e} {00047.p6} {00047.p3} -> {00047.p4-eats} 
+tr {00047.t} {00047.p2-thinks} -> {00047.p1} {00047.p5} 
+tr {00047.t0|00048.t4} : b46 {00048.p4-eats} -> {00047.f} {00048.f} {00048.p2-thinks} 
+tr {00047.t2} {00047.f} {00047.p5} -> {00047.p6} 
+tr {00047.t3|00048.t1} : a46 {00047.f} {00048.p1} -> {00048.p3} 
+tr {00048.e} {00048.p6} {00048.p3} -> {00048.p4-eats} 
+tr {00048.t} {00048.p2-thinks} -> {00048.p1} {00048.p5} 
+tr {00048.t0|00049.t4} : b47 {00049.p4-eats} -> {00048.f} {00049.f} {00049.p2-thinks} 
+tr {00048.t2} {00048.f} {00048.p5} -> {00048.p6} 
+tr {00048.t3|00049.t1} : a47 {00048.f} {00049.p1} -> {00049.p3} 
+tr {00049.e} {00049.p6} {00049.p3} -> {00049.p4-eats} 
+tr {00049.t} {00049.p2-thinks} -> {00049.p1} {00049.p5} 
+tr {00049.t0|00050.t4} : b48 {00050.p4-eats} -> {00049.f} {00050.f} {00050.p2-thinks} 
+tr {00049.t2} {00049.f} {00049.p5} -> {00049.p6} 
+tr {00049.t3|00050.t1} : a48 {00049.f} {00050.p1} -> {00050.p3} 
+tr {00050.e} {00050.p6} {00050.p3} -> {00050.p4-eats} 
+tr {00050.t} {00050.p2-thinks} -> {00050.p1} {00050.p5} 
+tr {00050.t0|00051.t4} : b49 {00051.p4-eats} -> {00050.f} {00051.f} {00051.p2-thinks} 
+tr {00050.t2} {00050.f} {00050.p5} -> {00050.p6} 
+tr {00050.t3|00051.t1} : a49 {00050.f} {00051.p1} -> {00051.p3} 
+tr {00051.e} {00051.p6} {00051.p3} -> {00051.p4-eats} 
+tr {00051.t} {00051.p2-thinks} -> {00051.p1} {00051.p5} 
+tr {00051.t0|00052.t4} : b50 {00052.p4-eats} -> {00051.f} {00052.f} {00052.p2-thinks} 
+tr {00051.t2} {00051.f} {00051.p5} -> {00051.p6} 
+tr {00051.t3|00052.t1} : a50 {00051.f} {00052.p1} -> {00052.p3} 
+tr {00052.e} {00052.p6} {00052.p3} -> {00052.p4-eats} 
+tr {00052.t} {00052.p2-thinks} -> {00052.p1} {00052.p5} 
+tr {00052.t0|00053.t4} : b51 {00053.p4-eats} -> {00052.f} {00053.f} {00053.p2-thinks} 
+tr {00052.t2} {00052.f} {00052.p5} -> {00052.p6} 
+tr {00052.t3|00053.t1} : a51 {00052.f} {00053.p1} -> {00053.p3} 
+tr {00053.e} {00053.p6} {00053.p3} -> {00053.p4-eats} 
+tr {00053.t} {00053.p2-thinks} -> {00053.p1} {00053.p5} 
+tr {00053.t0|00054.t4} : b52 {00054.p4-eats} -> {00053.f} {00054.f} {00054.p2-thinks} 
+tr {00053.t2} {00053.f} {00053.p5} -> {00053.p6} 
+tr {00053.t3|00054.t1} : a52 {00053.f} {00054.p1} -> {00054.p3} 
+tr {00054.e} {00054.p6} {00054.p3} -> {00054.p4-eats} 
+tr {00054.t} {00054.p2-thinks} -> {00054.p1} {00054.p5} 
+tr {00054.t0|00055.t4} : b53 {00055.p4-eats} -> {00054.f} {00055.f} {00055.p2-thinks} 
+tr {00054.t2} {00054.f} {00054.p5} -> {00054.p6} 
+tr {00054.t3|00055.t1} : a53 {00054.f} {00055.p1} -> {00055.p3} 
+tr {00055.e} {00055.p6} {00055.p3} -> {00055.p4-eats} 
+tr {00055.t} {00055.p2-thinks} -> {00055.p1} {00055.p5} 
+tr {00055.t0|00056.t4} : b54 {00056.p4-eats} -> {00055.f} {00056.f} {00056.p2-thinks} 
+tr {00055.t2} {00055.f} {00055.p5} -> {00055.p6} 
+tr {00055.t3|00056.t1} : a54 {00055.f} {00056.p1} -> {00056.p3} 
+tr {00056.e} {00056.p6} {00056.p3} -> {00056.p4-eats} 
+tr {00056.t} {00056.p2-thinks} -> {00056.p1} {00056.p5} 
+tr {00056.t0|00057.t4} : b55 {00057.p4-eats} -> {00056.f} {00057.f} {00057.p2-thinks} 
+tr {00056.t2} {00056.f} {00056.p5} -> {00056.p6} 
+tr {00056.t3|00057.t1} : a55 {00056.f} {00057.p1} -> {00057.p3} 
+tr {00057.e} {00057.p6} {00057.p3} -> {00057.p4-eats} 
+tr {00057.t} {00057.p2-thinks} -> {00057.p1} {00057.p5} 
+tr {00057.t0|00058.t4} : b56 {00058.p4-eats} -> {00057.f} {00058.f} {00058.p2-thinks} 
+tr {00057.t2} {00057.f} {00057.p5} -> {00057.p6} 
+tr {00057.t3|00058.t1} : a56 {00057.f} {00058.p1} -> {00058.p3} 
+tr {00058.e} {00058.p6} {00058.p3} -> {00058.p4-eats} 
+tr {00058.t} {00058.p2-thinks} -> {00058.p1} {00058.p5} 
+tr {00058.t0|00059.t4} : b57 {00059.p4-eats} -> {00058.f} {00059.f} {00059.p2-thinks} 
+tr {00058.t2} {00058.f} {00058.p5} -> {00058.p6} 
+tr {00058.t3|00059.t1} : a57 {00058.f} {00059.p1} -> {00059.p3} 
+tr {00059.e} {00059.p6} {00059.p3} -> {00059.p4-eats} 
+tr {00059.t} {00059.p2-thinks} -> {00059.p1} {00059.p5} 
+tr {00059.t0|00060.t4} : b58 {00060.p4-eats} -> {00059.f} {00060.f} {00060.p2-thinks} 
+tr {00059.t2} {00059.f} {00059.p5} -> {00059.p6} 
+tr {00059.t3|00060.t1} : a58 {00059.f} {00060.p1} -> {00060.p3} 
+tr {00060.e} {00060.p6} {00060.p3} -> {00060.p4-eats} 
+tr {00060.t} {00060.p2-thinks} -> {00060.p1} {00060.p5} 
+tr {00060.t0|00061.t4} : b59 {00061.p4-eats} -> {00060.f} {00061.f} {00061.p2-thinks} 
+tr {00060.t2} {00060.f} {00060.p5} -> {00060.p6} 
+tr {00060.t3|00061.t1} : a59 {00060.f} {00061.p1} -> {00061.p3} 
+tr {00061.e} {00061.p6} {00061.p3} -> {00061.p4-eats} 
+tr {00061.t} {00061.p2-thinks} -> {00061.p1} {00061.p5} 
+tr {00061.t0|00062.t4} : b60 {00062.p4-eats} -> {00061.f} {00062.f} {00062.p2-thinks} 
+tr {00061.t2} {00061.f} {00061.p5} -> {00061.p6} 
+tr {00061.t3|00062.t1} : a60 {00061.f} {00062.p1} -> {00062.p3} 
+tr {00062.e} {00062.p6} {00062.p3} -> {00062.p4-eats} 
+tr {00062.t} {00062.p2-thinks} -> {00062.p1} {00062.p5} 
+tr {00062.t0|00063.t4} : b61 {00063.p4-eats} -> {00062.f} {00063.f} {00063.p2-thinks} 
+tr {00062.t2} {00062.f} {00062.p5} -> {00062.p6} 
+tr {00062.t3|00063.t1} : a61 {00062.f} {00063.p1} -> {00063.p3} 
+tr {00063.e} {00063.p6} {00063.p3} -> {00063.p4-eats} 
+tr {00063.t} {00063.p2-thinks} -> {00063.p1} {00063.p5} 
+tr {00063.t0|00064.t4} : b62 {00064.p4-eats} -> {00063.f} {00064.f} {00064.p2-thinks} 
+tr {00063.t2} {00063.f} {00063.p5} -> {00063.p6} 
+tr {00063.t3|00064.t1} : a62 {00063.f} {00064.p1} -> {00064.p3} 
+tr {00064.e} {00064.p6} {00064.p3} -> {00064.p4-eats} 
+tr {00064.t} {00064.p2-thinks} -> {00064.p1} {00064.p5} 
+tr {00064.t0|00065.t4} : b63 {00065.p4-eats} -> {00064.f} {00065.f} {00065.p2-thinks} 
+tr {00064.t2} {00064.f} {00064.p5} -> {00064.p6} 
+tr {00064.t3|00065.t1} : a63 {00064.f} {00065.p1} -> {00065.p3} 
+tr {00065.e} {00065.p6} {00065.p3} -> {00065.p4-eats} 
+tr {00065.t} {00065.p2-thinks} -> {00065.p1} {00065.p5} 
+tr {00065.t0|00066.t4} : b64 {00066.p4-eats} -> {00065.f} {00066.f} {00066.p2-thinks} 
+tr {00065.t2} {00065.f} {00065.p5} -> {00065.p6} 
+tr {00065.t3|00066.t1} : a64 {00065.f} {00066.p1} -> {00066.p3} 
+tr {00066.e} {00066.p6} {00066.p3} -> {00066.p4-eats} 
+tr {00066.t} {00066.p2-thinks} -> {00066.p1} {00066.p5} 
+tr {00066.t0|00067.t4} : b65 {00067.p4-eats} -> {00066.f} {00067.f} {00067.p2-thinks} 
+tr {00066.t2} {00066.f} {00066.p5} -> {00066.p6} 
+tr {00066.t3|00067.t1} : a65 {00066.f} {00067.p1} -> {00067.p3} 
+tr {00067.e} {00067.p6} {00067.p3} -> {00067.p4-eats} 
+tr {00067.t} {00067.p2-thinks} -> {00067.p1} {00067.p5} 
+tr {00067.t0|00068.t4} : b66 {00068.p4-eats} -> {00067.f} {00068.f} {00068.p2-thinks} 
+tr {00067.t2} {00067.f} {00067.p5} -> {00067.p6} 
+tr {00067.t3|00068.t1} : a66 {00067.f} {00068.p1} -> {00068.p3} 
+tr {00068.e} {00068.p6} {00068.p3} -> {00068.p4-eats} 
+tr {00068.t} {00068.p2-thinks} -> {00068.p1} {00068.p5} 
+tr {00068.t0|00069.t4} : b67 {00069.p4-eats} -> {00068.f} {00069.f} {00069.p2-thinks} 
+tr {00068.t2} {00068.f} {00068.p5} -> {00068.p6} 
+tr {00068.t3|00069.t1} : a67 {00068.f} {00069.p1} -> {00069.p3} 
+tr {00069.e} {00069.p6} {00069.p3} -> {00069.p4-eats} 
+tr {00069.t} {00069.p2-thinks} -> {00069.p1} {00069.p5} 
+tr {00069.t0|00070.t4} : b68 {00070.p4-eats} -> {00069.f} {00070.f} {00070.p2-thinks} 
+tr {00069.t2} {00069.f} {00069.p5} -> {00069.p6} 
+tr {00069.t3|00070.t1} : a68 {00069.f} {00070.p1} -> {00070.p3} 
+tr {00070.e} {00070.p6} {00070.p3} -> {00070.p4-eats} 
+tr {00070.t} {00070.p2-thinks} -> {00070.p1} {00070.p5} 
+tr {00070.t0|00071.t4} : b69 {00071.p4-eats} -> {00070.f} {00071.f} {00071.p2-thinks} 
+tr {00070.t2} {00070.f} {00070.p5} -> {00070.p6} 
+tr {00070.t3|00071.t1} : a69 {00070.f} {00071.p1} -> {00071.p3} 
+tr {00071.e} {00071.p6} {00071.p3} -> {00071.p4-eats} 
+tr {00071.t} {00071.p2-thinks} -> {00071.p1} {00071.p5} 
+tr {00071.t0|00072.t4} : b70 {00072.p4-eats} -> {00071.f} {00072.f} {00072.p2-thinks} 
+tr {00071.t2} {00071.f} {00071.p5} -> {00071.p6} 
+tr {00071.t3|00072.t1} : a70 {00071.f} {00072.p1} -> {00072.p3} 
+tr {00072.e} {00072.p6} {00072.p3} -> {00072.p4-eats} 
+tr {00072.t} {00072.p2-thinks} -> {00072.p1} {00072.p5} 
+tr {00072.t0|00073.t4} : b71 {00073.p4-eats} -> {00072.f} {00073.f} {00073.p2-thinks} 
+tr {00072.t2} {00072.f} {00072.p5} -> {00072.p6} 
+tr {00072.t3|00073.t1} : a71 {00072.f} {00073.p1} -> {00073.p3} 
+tr {00073.e} {00073.p6} {00073.p3} -> {00073.p4-eats} 
+tr {00073.t} {00073.p2-thinks} -> {00073.p1} {00073.p5} 
+tr {00073.t0|00074.t4} : b72 {00074.p4-eats} -> {00073.f} {00074.f} {00074.p2-thinks} 
+tr {00073.t2} {00073.f} {00073.p5} -> {00073.p6} 
+tr {00073.t3|00074.t1} : a72 {00073.f} {00074.p1} -> {00074.p3} 
+tr {00074.e} {00074.p6} {00074.p3} -> {00074.p4-eats} 
+tr {00074.t} {00074.p2-thinks} -> {00074.p1} {00074.p5} 
+tr {00074.t0|00075.t4} : b73 {00075.p4-eats} -> {00074.f} {00075.f} {00075.p2-thinks} 
+tr {00074.t2} {00074.f} {00074.p5} -> {00074.p6} 
+tr {00074.t3|00075.t1} : a73 {00074.f} {00075.p1} -> {00075.p3} 
+tr {00075.e} {00075.p6} {00075.p3} -> {00075.p4-eats} 
+tr {00075.t} {00075.p2-thinks} -> {00075.p1} {00075.p5} 
+tr {00075.t0|00076.t4} : b74 {00076.p4-eats} -> {00075.f} {00076.f} {00076.p2-thinks} 
+tr {00075.t2} {00075.f} {00075.p5} -> {00075.p6} 
+tr {00075.t3|00076.t1} : a74 {00075.f} {00076.p1} -> {00076.p3} 
+tr {00076.e} {00076.p6} {00076.p3} -> {00076.p4-eats} 
+tr {00076.t} {00076.p2-thinks} -> {00076.p1} {00076.p5} 
+tr {00076.t0|00077.t4} : b75 {00077.p4-eats} -> {00076.f} {00077.f} {00077.p2-thinks} 
+tr {00076.t2} {00076.f} {00076.p5} -> {00076.p6} 
+tr {00076.t3|00077.t1} : a75 {00076.f} {00077.p1} -> {00077.p3} 
+tr {00077.e} {00077.p6} {00077.p3} -> {00077.p4-eats} 
+tr {00077.t} {00077.p2-thinks} -> {00077.p1} {00077.p5} 
+tr {00077.t0|00078.t4} : b76 {00078.p4-eats} -> {00077.f} {00078.f} {00078.p2-thinks} 
+tr {00077.t2} {00077.f} {00077.p5} -> {00077.p6} 
+tr {00077.t3|00078.t1} : a76 {00077.f} {00078.p1} -> {00078.p3} 
+tr {00078.e} {00078.p6} {00078.p3} -> {00078.p4-eats} 
+tr {00078.t} {00078.p2-thinks} -> {00078.p1} {00078.p5} 
+tr {00078.t0|00079.t4} : b77 {00079.p4-eats} -> {00078.f} {00079.f} {00079.p2-thinks} 
+tr {00078.t2} {00078.f} {00078.p5} -> {00078.p6} 
+tr {00078.t3|00079.t1} : a77 {00078.f} {00079.p1} -> {00079.p3} 
+tr {00079.e} {00079.p6} {00079.p3} -> {00079.p4-eats} 
+tr {00079.t} {00079.p2-thinks} -> {00079.p1} {00079.p5} 
+tr {00079.t0|00080.t4} : b78 {00080.p4-eats} -> {00079.f} {00080.f} {00080.p2-thinks} 
+tr {00079.t2} {00079.f} {00079.p5} -> {00079.p6} 
+tr {00079.t3|00080.t1} : a78 {00079.f} {00080.p1} -> {00080.p3} 
+tr {00080.e} {00080.p6} {00080.p3} -> {00080.p4-eats} 
+tr {00080.t} {00080.p2-thinks} -> {00080.p1} {00080.p5} 
+tr {00080.t0|00081.t4} : b79 {00081.p4-eats} -> {00080.f} {00081.f} {00081.p2-thinks} 
+tr {00080.t2} {00080.f} {00080.p5} -> {00080.p6} 
+tr {00080.t3|00081.t1} : a79 {00080.f} {00081.p1} -> {00081.p3} 
+tr {00081.e} {00081.p6} {00081.p3} -> {00081.p4-eats} 
+tr {00081.t} {00081.p2-thinks} -> {00081.p1} {00081.p5} 
+tr {00081.t0|00082.t4} : b80 {00082.p4-eats} -> {00081.f} {00082.f} {00082.p2-thinks} 
+tr {00081.t2} {00081.f} {00081.p5} -> {00081.p6} 
+tr {00081.t3|00082.t1} : a80 {00081.f} {00082.p1} -> {00082.p3} 
+tr {00082.e} {00082.p6} {00082.p3} -> {00082.p4-eats} 
+tr {00082.t} {00082.p2-thinks} -> {00082.p1} {00082.p5} 
+tr {00082.t0|00083.t4} : b81 {00083.p4-eats} -> {00082.f} {00083.f} {00083.p2-thinks} 
+tr {00082.t2} {00082.f} {00082.p5} -> {00082.p6} 
+tr {00082.t3|00083.t1} : a81 {00082.f} {00083.p1} -> {00083.p3} 
+tr {00083.e} {00083.p6} {00083.p3} -> {00083.p4-eats} 
+tr {00083.t} {00083.p2-thinks} -> {00083.p1} {00083.p5} 
+tr {00083.t0|00084.t4} : b82 {00084.p4-eats} -> {00083.f} {00084.f} {00084.p2-thinks} 
+tr {00083.t2} {00083.f} {00083.p5} -> {00083.p6} 
+tr {00083.t3|00084.t1} : a82 {00083.f} {00084.p1} -> {00084.p3} 
+tr {00084.e} {00084.p6} {00084.p3} -> {00084.p4-eats} 
+tr {00084.t} {00084.p2-thinks} -> {00084.p1} {00084.p5} 
+tr {00084.t0|00085.t4} : b83 {00085.p4-eats} -> {00084.f} {00085.f} {00085.p2-thinks} 
+tr {00084.t2} {00084.f} {00084.p5} -> {00084.p6} 
+tr {00084.t3|00085.t1} : a83 {00084.f} {00085.p1} -> {00085.p3} 
+tr {00085.e} {00085.p6} {00085.p3} -> {00085.p4-eats} 
+tr {00085.t} {00085.p2-thinks} -> {00085.p1} {00085.p5} 
+tr {00085.t0|00086.t4} : b84 {00086.p4-eats} -> {00085.f} {00086.f} {00086.p2-thinks} 
+tr {00085.t2} {00085.f} {00085.p5} -> {00085.p6} 
+tr {00085.t3|00086.t1} : a84 {00085.f} {00086.p1} -> {00086.p3} 
+tr {00086.e} {00086.p6} {00086.p3} -> {00086.p4-eats} 
+tr {00086.t} {00086.p2-thinks} -> {00086.p1} {00086.p5} 
+tr {00086.t0|00087.t4} : b85 {00087.p4-eats} -> {00086.f} {00087.f} {00087.p2-thinks} 
+tr {00086.t2} {00086.f} {00086.p5} -> {00086.p6} 
+tr {00086.t3|00087.t1} : a85 {00086.f} {00087.p1} -> {00087.p3} 
+tr {00087.e} {00087.p6} {00087.p3} -> {00087.p4-eats} 
+tr {00087.t} {00087.p2-thinks} -> {00087.p1} {00087.p5} 
+tr {00087.t0|00088.t4} : b86 {00088.p4-eats} -> {00087.f} {00088.f} {00088.p2-thinks} 
+tr {00087.t2} {00087.f} {00087.p5} -> {00087.p6} 
+tr {00087.t3|00088.t1} : a86 {00087.f} {00088.p1} -> {00088.p3} 
+tr {00088.e} {00088.p6} {00088.p3} -> {00088.p4-eats} 
+tr {00088.t} {00088.p2-thinks} -> {00088.p1} {00088.p5} 
+tr {00088.t0|00089.t4} : b87 {00089.p4-eats} -> {00088.f} {00089.f} {00089.p2-thinks} 
+tr {00088.t2} {00088.f} {00088.p5} -> {00088.p6} 
+tr {00088.t3|00089.t1} : a87 {00088.f} {00089.p1} -> {00089.p3} 
+tr {00089.e} {00089.p6} {00089.p3} -> {00089.p4-eats} 
+tr {00089.t} {00089.p2-thinks} -> {00089.p1} {00089.p5} 
+tr {00089.t0|00090.t4} : b88 {00090.p4-eats} -> {00089.f} {00090.f} {00090.p2-thinks} 
+tr {00089.t2} {00089.f} {00089.p5} -> {00089.p6} 
+tr {00089.t3|00090.t1} : a88 {00089.f} {00090.p1} -> {00090.p3} 
+tr {00090.e} {00090.p6} {00090.p3} -> {00090.p4-eats} 
+tr {00090.t} {00090.p2-thinks} -> {00090.p1} {00090.p5} 
+tr {00090.t0|00091.t4} : b89 {00091.p4-eats} -> {00090.f} {00091.f} {00091.p2-thinks} 
+tr {00090.t2} {00090.f} {00090.p5} -> {00090.p6} 
+tr {00090.t3|00091.t1} : a89 {00090.f} {00091.p1} -> {00091.p3} 
+tr {00091.e} {00091.p6} {00091.p3} -> {00091.p4-eats} 
+tr {00091.t} {00091.p2-thinks} -> {00091.p1} {00091.p5} 
+tr {00091.t0|00092.t4} : b90 {00092.p4-eats} -> {00091.f} {00092.f} {00092.p2-thinks} 
+tr {00091.t2} {00091.f} {00091.p5} -> {00091.p6} 
+tr {00091.t3|00092.t1} : a90 {00091.f} {00092.p1} -> {00092.p3} 
+tr {00092.e} {00092.p6} {00092.p3} -> {00092.p4-eats} 
+tr {00092.t} {00092.p2-thinks} -> {00092.p1} {00092.p5} 
+tr {00092.t0|00093.t4} : b91 {00093.p4-eats} -> {00092.f} {00093.f} {00093.p2-thinks} 
+tr {00092.t2} {00092.f} {00092.p5} -> {00092.p6} 
+tr {00092.t3|00093.t1} : a91 {00092.f} {00093.p1} -> {00093.p3} 
+tr {00093.e} {00093.p6} {00093.p3} -> {00093.p4-eats} 
+tr {00093.t} {00093.p2-thinks} -> {00093.p1} {00093.p5} 
+tr {00093.t0|00094.t4} : b92 {00094.p4-eats} -> {00093.f} {00094.f} {00094.p2-thinks} 
+tr {00093.t2} {00093.f} {00093.p5} -> {00093.p6} 
+tr {00093.t3|00094.t1} : a92 {00093.f} {00094.p1} -> {00094.p3} 
+tr {00094.e} {00094.p6} {00094.p3} -> {00094.p4-eats} 
+tr {00094.t} {00094.p2-thinks} -> {00094.p1} {00094.p5} 
+tr {00094.t0|00095.t4} : b93 {00095.p4-eats} -> {00094.f} {00095.f} {00095.p2-thinks} 
+tr {00094.t2} {00094.f} {00094.p5} -> {00094.p6} 
+tr {00094.t3|00095.t1} : a93 {00094.f} {00095.p1} -> {00095.p3} 
+tr {00095.e} {00095.p6} {00095.p3} -> {00095.p4-eats} 
+tr {00095.t} {00095.p2-thinks} -> {00095.p1} {00095.p5} 
+tr {00095.t0|00096.t4} : b94 {00096.p4-eats} -> {00095.f} {00096.f} {00096.p2-thinks} 
+tr {00095.t2} {00095.f} {00095.p5} -> {00095.p6} 
+tr {00095.t3|00096.t1} : a94 {00095.f} {00096.p1} -> {00096.p3} 
+tr {00096.e} {00096.p6} {00096.p3} -> {00096.p4-eats} 
+tr {00096.t} {00096.p2-thinks} -> {00096.p1} {00096.p5} 
+tr {00096.t0|00097.t4} : b95 {00097.p4-eats} -> {00096.f} {00097.f} {00097.p2-thinks} 
+tr {00096.t2} {00096.f} {00096.p5} -> {00096.p6} 
+tr {00096.t3|00097.t1} : a95 {00096.f} {00097.p1} -> {00097.p3} 
+tr {00097.e} {00097.p6} {00097.p3} -> {00097.p4-eats} 
+tr {00097.t} {00097.p2-thinks} -> {00097.p1} {00097.p5} 
+tr {00097.t0|00098.t4} : b96 {00098.p4-eats} -> {00097.f} {00098.f} {00098.p2-thinks} 
+tr {00097.t2} {00097.f} {00097.p5} -> {00097.p6} 
+tr {00097.t3|00098.t1} : a96 {00097.f} {00098.p1} -> {00098.p3} 
+tr {00098.e} {00098.p6} {00098.p3} -> {00098.p4-eats} 
+tr {00098.t} {00098.p2-thinks} -> {00098.p1} {00098.p5} 
+tr {00098.t0|00099.t4} : b97 {00099.p4-eats} -> {00098.f} {00099.f} {00099.p2-thinks} 
+tr {00098.t2} {00098.f} {00098.p5} -> {00098.p6} 
+tr {00098.t3|00099.t1} : a97 {00098.f} {00099.p1} -> {00099.p3} 
+tr {00099.e} {00099.p6} {00099.p3} -> {00099.p4-eats} 
+tr {00099.t} {00099.p2-thinks} -> {00099.p1} {00099.p5} 
+tr {00099.t0|00100.t4} : b98 {00100.p4-eats} -> {00099.f} {00100.f} {00100.p2-thinks} 
+tr {00099.t2} {00099.f} {00099.p5} -> {00099.p6} 
+tr {00099.t3|00100.t1} : a98 {00099.f} {00100.p1} -> {00100.p3} 
+tr {00100.e} {00100.p6} {00100.p3} -> {00100.p4-eats} 
+tr {00100.t} {00100.p2-thinks} -> {00100.p1} {00100.p5} 
+tr {00100.t0|00101.t4} : b99 {00101.p4-eats} -> {00100.f} {00101.f} {00101.p2-thinks} 
+tr {00100.t2} {00100.f} {00100.p5} -> {00100.p6} 
+tr {00100.t3|00101.t1} : a99 {00100.f} {00101.p1} -> {00101.p3} 
+tr {00101.e} {00101.p6} {00101.p3} -> {00101.p4-eats} 
+tr {00101.t} {00101.p2-thinks} -> {00101.p1} {00101.p5} 
+tr {00101.t0|00102.t4} : b100 {00102.p4-eats} -> {00101.f} {00102.f} {00102.p2-thinks} 
+tr {00101.t2} {00101.f} {00101.p5} -> {00101.p6} 
+tr {00101.t3|00102.t1} : a100 {00101.f} {00102.p1} -> {00102.p3} 
+tr {00102.e} {00102.p6} {00102.p3} -> {00102.p4-eats} 
+tr {00102.t} {00102.p2-thinks} -> {00102.p1} {00102.p5} 
+tr {00102.t0|00103.t4} : b101 {00103.p4-eats} -> {00102.f} {00103.f} {00103.p2-thinks} 
+tr {00102.t2} {00102.f} {00102.p5} -> {00102.p6} 
+tr {00102.t3|00103.t1} : a101 {00102.f} {00103.p1} -> {00103.p3} 
+tr {00103.e} {00103.p6} {00103.p3} -> {00103.p4-eats} 
+tr {00103.t} {00103.p2-thinks} -> {00103.p1} {00103.p5} 
+tr {00103.t0|00104.t4} : b102 {00104.p4-eats} -> {00103.f} {00104.f} {00104.p2-thinks} 
+tr {00103.t2} {00103.f} {00103.p5} -> {00103.p6} 
+tr {00103.t3|00104.t1} : a102 {00103.f} {00104.p1} -> {00104.p3} 
+tr {00104.e} {00104.p6} {00104.p3} -> {00104.p4-eats} 
+tr {00104.t} {00104.p2-thinks} -> {00104.p1} {00104.p5} 
+tr {00104.t0|00105.t4} : b103 {00105.p4-eats} -> {00104.f} {00105.f} {00105.p2-thinks} 
+tr {00104.t2} {00104.f} {00104.p5} -> {00104.p6} 
+tr {00104.t3|00105.t1} : a103 {00104.f} {00105.p1} -> {00105.p3} 
+tr {00105.e} {00105.p6} {00105.p3} -> {00105.p4-eats} 
+tr {00105.t} {00105.p2-thinks} -> {00105.p1} {00105.p5} 
+tr {00105.t0|00106.t4} : b104 {00106.p4-eats} -> {00105.f} {00106.f} {00106.p2-thinks} 
+tr {00105.t2} {00105.f} {00105.p5} -> {00105.p6} 
+tr {00105.t3|00106.t1} : a104 {00105.f} {00106.p1} -> {00106.p3} 
+tr {00106.e} {00106.p6} {00106.p3} -> {00106.p4-eats} 
+tr {00106.t} {00106.p2-thinks} -> {00106.p1} {00106.p5} 
+tr {00106.t0|00107.t4} : b105 {00107.p4-eats} -> {00106.f} {00107.f} {00107.p2-thinks} 
+tr {00106.t2} {00106.f} {00106.p5} -> {00106.p6} 
+tr {00106.t3|00107.t1} : a105 {00106.f} {00107.p1} -> {00107.p3} 
+tr {00107.e} {00107.p6} {00107.p3} -> {00107.p4-eats} 
+tr {00107.t} {00107.p2-thinks} -> {00107.p1} {00107.p5} 
+tr {00107.t0|00108.t4} : b106 {00108.p4-eats} -> {00107.f} {00108.f} {00108.p2-thinks} 
+tr {00107.t2} {00107.f} {00107.p5} -> {00107.p6} 
+tr {00107.t3|00108.t1} : a106 {00107.f} {00108.p1} -> {00108.p3} 
+tr {00108.e} {00108.p6} {00108.p3} -> {00108.p4-eats} 
+tr {00108.t} {00108.p2-thinks} -> {00108.p1} {00108.p5} 
+tr {00108.t0|00109.t4} : b107 {00109.p4-eats} -> {00108.f} {00109.f} {00109.p2-thinks} 
+tr {00108.t2} {00108.f} {00108.p5} -> {00108.p6} 
+tr {00108.t3|00109.t1} : a107 {00108.f} {00109.p1} -> {00109.p3} 
+tr {00109.e} {00109.p6} {00109.p3} -> {00109.p4-eats} 
+tr {00109.t} {00109.p2-thinks} -> {00109.p1} {00109.p5} 
+tr {00109.t0|00110.t4} : b108 {00110.p4-eats} -> {00109.f} {00110.f} {00110.p2-thinks} 
+tr {00109.t2} {00109.f} {00109.p5} -> {00109.p6} 
+tr {00109.t3|00110.t1} : a108 {00109.f} {00110.p1} -> {00110.p3} 
+tr {00110.e} {00110.p6} {00110.p3} -> {00110.p4-eats} 
+tr {00110.t} {00110.p2-thinks} -> {00110.p1} {00110.p5} 
+tr {00110.t0|00111.t4} : b109 {00111.p4-eats} -> {00110.f} {00111.f} {00111.p2-thinks} 
+tr {00110.t2} {00110.f} {00110.p5} -> {00110.p6} 
+tr {00110.t3|00111.t1} : a109 {00110.f} {00111.p1} -> {00111.p3} 
+tr {00111.e} {00111.p6} {00111.p3} -> {00111.p4-eats} 
+tr {00111.t} {00111.p2-thinks} -> {00111.p1} {00111.p5} 
+tr {00111.t0|00112.t4} : b110 {00112.p4-eats} -> {00111.f} {00112.f} {00112.p2-thinks} 
+tr {00111.t2} {00111.f} {00111.p5} -> {00111.p6} 
+tr {00111.t3|00112.t1} : a110 {00111.f} {00112.p1} -> {00112.p3} 
+tr {00112.e} {00112.p6} {00112.p3} -> {00112.p4-eats} 
+tr {00112.t} {00112.p2-thinks} -> {00112.p1} {00112.p5} 
+tr {00112.t0|00113.t4} : b111 {00113.p4-eats} -> {00112.f} {00113.f} {00113.p2-thinks} 
+tr {00112.t2} {00112.f} {00112.p5} -> {00112.p6} 
+tr {00112.t3|00113.t1} : a111 {00112.f} {00113.p1} -> {00113.p3} 
+tr {00113.e} {00113.p6} {00113.p3} -> {00113.p4-eats} 
+tr {00113.t} {00113.p2-thinks} -> {00113.p1} {00113.p5} 
+tr {00113.t0|00114.t4} : b112 {00114.p4-eats} -> {00113.f} {00114.f} {00114.p2-thinks} 
+tr {00113.t2} {00113.f} {00113.p5} -> {00113.p6} 
+tr {00113.t3|00114.t1} : a112 {00113.f} {00114.p1} -> {00114.p3} 
+tr {00114.e} {00114.p6} {00114.p3} -> {00114.p4-eats} 
+tr {00114.t} {00114.p2-thinks} -> {00114.p1} {00114.p5} 
+tr {00114.t0|00115.t4} : b113 {00115.p4-eats} -> {00114.f} {00115.f} {00115.p2-thinks} 
+tr {00114.t2} {00114.f} {00114.p5} -> {00114.p6} 
+tr {00114.t3|00115.t1} : a113 {00114.f} {00115.p1} -> {00115.p3} 
+tr {00115.e} {00115.p6} {00115.p3} -> {00115.p4-eats} 
+tr {00115.t} {00115.p2-thinks} -> {00115.p1} {00115.p5} 
+tr {00115.t0|00116.t4} : b114 {00116.p4-eats} -> {00115.f} {00116.f} {00116.p2-thinks} 
+tr {00115.t2} {00115.f} {00115.p5} -> {00115.p6} 
+tr {00115.t3|00116.t1} : a114 {00115.f} {00116.p1} -> {00116.p3} 
+tr {00116.e} {00116.p6} {00116.p3} -> {00116.p4-eats} 
+tr {00116.t} {00116.p2-thinks} -> {00116.p1} {00116.p5} 
+tr {00116.t0|00117.t4} : b115 {00117.p4-eats} -> {00116.f} {00117.f} {00117.p2-thinks} 
+tr {00116.t2} {00116.f} {00116.p5} -> {00116.p6} 
+tr {00116.t3|00117.t1} : a115 {00116.f} {00117.p1} -> {00117.p3} 
+tr {00117.e} {00117.p6} {00117.p3} -> {00117.p4-eats} 
+tr {00117.t} {00117.p2-thinks} -> {00117.p1} {00117.p5} 
+tr {00117.t0|00118.t4} : b116 {00118.p4-eats} -> {00117.f} {00118.f} {00118.p2-thinks} 
+tr {00117.t2} {00117.f} {00117.p5} -> {00117.p6} 
+tr {00117.t3|00118.t1} : a116 {00117.f} {00118.p1} -> {00118.p3} 
+tr {00118.e} {00118.p6} {00118.p3} -> {00118.p4-eats} 
+tr {00118.t} {00118.p2-thinks} -> {00118.p1} {00118.p5} 
+tr {00118.t0|00119.t4} : b117 {00119.p4-eats} -> {00118.f} {00119.f} {00119.p2-thinks} 
+tr {00118.t2} {00118.f} {00118.p5} -> {00118.p6} 
+tr {00118.t3|00119.t1} : a117 {00118.f} {00119.p1} -> {00119.p3} 
+tr {00119.e} {00119.p6} {00119.p3} -> {00119.p4-eats} 
+tr {00119.t} {00119.p2-thinks} -> {00119.p1} {00119.p5} 
+tr {00119.t0|00120.t4} : b118 {00120.p4-eats} -> {00119.f} {00120.f} {00120.p2-thinks} 
+tr {00119.t2} {00119.f} {00119.p5} -> {00119.p6} 
+tr {00119.t3|00120.t1} : a118 {00119.f} {00120.p1} -> {00120.p3} 
+tr {00120.e} {00120.p6} {00120.p3} -> {00120.p4-eats} 
+tr {00120.t} {00120.p2-thinks} -> {00120.p1} {00120.p5} 
+tr {00120.t0|00121.t4} : b119 {00121.p4-eats} -> {00120.f} {00121.f} {00121.p2-thinks} 
+tr {00120.t2} {00120.f} {00120.p5} -> {00120.p6} 
+tr {00120.t3|00121.t1} : a119 {00120.f} {00121.p1} -> {00121.p3} 
+tr {00121.e} {00121.p6} {00121.p3} -> {00121.p4-eats} 
+tr {00121.t} {00121.p2-thinks} -> {00121.p1} {00121.p5} 
+tr {00121.t0|00122.t4} : b120 {00122.p4-eats} -> {00121.f} {00122.f} {00122.p2-thinks} 
+tr {00121.t2} {00121.f} {00121.p5} -> {00121.p6} 
+tr {00121.t3|00122.t1} : a120 {00121.f} {00122.p1} -> {00122.p3} 
+tr {00122.e} {00122.p6} {00122.p3} -> {00122.p4-eats} 
+tr {00122.t} {00122.p2-thinks} -> {00122.p1} {00122.p5} 
+tr {00122.t0|00123.t4} : b121 {00123.p4-eats} -> {00122.f} {00123.f} {00123.p2-thinks} 
+tr {00122.t2} {00122.f} {00122.p5} -> {00122.p6} 
+tr {00122.t3|00123.t1} : a121 {00122.f} {00123.p1} -> {00123.p3} 
+tr {00123.e} {00123.p6} {00123.p3} -> {00123.p4-eats} 
+tr {00123.t} {00123.p2-thinks} -> {00123.p1} {00123.p5} 
+tr {00123.t0|00124.t4} : b122 {00124.p4-eats} -> {00123.f} {00124.f} {00124.p2-thinks} 
+tr {00123.t2} {00123.f} {00123.p5} -> {00123.p6} 
+tr {00123.t3|00124.t1} : a122 {00123.f} {00124.p1} -> {00124.p3} 
+tr {00124.e} {00124.p6} {00124.p3} -> {00124.p4-eats} 
+tr {00124.t} {00124.p2-thinks} -> {00124.p1} {00124.p5} 
+tr {00124.t0|00125.t4} : b123 {00125.p4-eats} -> {00124.f} {00125.f} {00125.p2-thinks} 
+tr {00124.t2} {00124.f} {00124.p5} -> {00124.p6} 
+tr {00124.t3|00125.t1} : a123 {00124.f} {00125.p1} -> {00125.p3} 
+tr {00125.e} {00125.p6} {00125.p3} -> {00125.p4-eats} 
+tr {00125.t} {00125.p2-thinks} -> {00125.p1} {00125.p5} 
+tr {00125.t0|00126.t4} : b124 {00126.p4-eats} -> {00125.f} {00126.f} {00126.p2-thinks} 
+tr {00125.t2} {00125.f} {00125.p5} -> {00125.p6} 
+tr {00125.t3|00126.t1} : a124 {00125.f} {00126.p1} -> {00126.p3} 
+tr {00126.e} {00126.p6} {00126.p3} -> {00126.p4-eats} 
+tr {00126.t} {00126.p2-thinks} -> {00126.p1} {00126.p5} 
+tr {00126.t0|00127.t4} : b125 {00127.p4-eats} -> {00126.f} {00127.f} {00127.p2-thinks} 
+tr {00126.t2} {00126.f} {00126.p5} -> {00126.p6} 
+tr {00126.t3|00127.t1} : a125 {00126.f} {00127.p1} -> {00127.p3} 
+tr {00127.e} {00127.p6} {00127.p3} -> {00127.p4-eats} 
+tr {00127.t} {00127.p2-thinks} -> {00127.p1} {00127.p5} 
+tr {00127.t0|00128.t4} : b126 {00128.p4-eats} -> {00127.f} {00128.f} {00128.p2-thinks} 
+tr {00127.t2} {00127.f} {00127.p5} -> {00127.p6} 
+tr {00127.t3|00128.t1} : a126 {00127.f} {00128.p1} -> {00128.p3} 
+tr {00128.e} {00128.p6} {00128.p3} -> {00128.p4-eats} 
+tr {00128.t} {00128.p2-thinks} -> {00128.p1} {00128.p5} 
+tr {00128.t0|00129.t4} : b127 {00129.p4-eats} -> {00128.f} {00129.f} {00129.p2-thinks} 
+tr {00128.t2} {00128.f} {00128.p5} -> {00128.p6} 
+tr {00128.t3|00129.t1} : a127 {00128.f} {00129.p1} -> {00129.p3} 
+tr {00129.e} {00129.p6} {00129.p3} -> {00129.p4-eats} 
+tr {00129.t} {00129.p2-thinks} -> {00129.p1} {00129.p5} 
+tr {00129.t0|00130.t4} : b128 {00130.p4-eats} -> {00129.f} {00130.f} {00130.p2-thinks} 
+tr {00129.t2} {00129.f} {00129.p5} -> {00129.p6} 
+tr {00129.t3|00130.t1} : a128 {00129.f} {00130.p1} -> {00130.p3} 
+tr {00130.e} {00130.p6} {00130.p3} -> {00130.p4-eats} 
+tr {00130.t} {00130.p2-thinks} -> {00130.p1} {00130.p5} 
+tr {00130.t0|00131.t4} : b129 {00131.p4-eats} -> {00130.f} {00131.f} {00131.p2-thinks} 
+tr {00130.t2} {00130.f} {00130.p5} -> {00130.p6} 
+tr {00130.t3|00131.t1} : a129 {00130.f} {00131.p1} -> {00131.p3} 
+tr {00131.e} {00131.p6} {00131.p3} -> {00131.p4-eats} 
+tr {00131.t} {00131.p2-thinks} -> {00131.p1} {00131.p5} 
+tr {00131.t0|00132.t4} : b130 {00132.p4-eats} -> {00131.f} {00132.f} {00132.p2-thinks} 
+tr {00131.t2} {00131.f} {00131.p5} -> {00131.p6} 
+tr {00131.t3|00132.t1} : a130 {00131.f} {00132.p1} -> {00132.p3} 
+tr {00132.e} {00132.p6} {00132.p3} -> {00132.p4-eats} 
+tr {00132.t} {00132.p2-thinks} -> {00132.p1} {00132.p5} 
+tr {00132.t0|00133.t4} : b131 {00133.p4-eats} -> {00132.f} {00133.f} {00133.p2-thinks} 
+tr {00132.t2} {00132.f} {00132.p5} -> {00132.p6} 
+tr {00132.t3|00133.t1} : a131 {00132.f} {00133.p1} -> {00133.p3} 
+tr {00133.e} {00133.p6} {00133.p3} -> {00133.p4-eats} 
+tr {00133.t} {00133.p2-thinks} -> {00133.p1} {00133.p5} 
+tr {00133.t0|00134.t4} : b132 {00134.p4-eats} -> {00133.f} {00134.f} {00134.p2-thinks} 
+tr {00133.t2} {00133.f} {00133.p5} -> {00133.p6} 
+tr {00133.t3|00134.t1} : a132 {00133.f} {00134.p1} -> {00134.p3} 
+tr {00134.e} {00134.p6} {00134.p3} -> {00134.p4-eats} 
+tr {00134.t} {00134.p2-thinks} -> {00134.p1} {00134.p5} 
+tr {00134.t0|00135.t4} : b133 {00135.p4-eats} -> {00134.f} {00135.f} {00135.p2-thinks} 
+tr {00134.t2} {00134.f} {00134.p5} -> {00134.p6} 
+tr {00134.t3|00135.t1} : a133 {00134.f} {00135.p1} -> {00135.p3} 
+tr {00135.e} {00135.p6} {00135.p3} -> {00135.p4-eats} 
+tr {00135.t} {00135.p2-thinks} -> {00135.p1} {00135.p5} 
+tr {00135.t0|00136.t4} : b134 {00136.p4-eats} -> {00135.f} {00136.f} {00136.p2-thinks} 
+tr {00135.t2} {00135.f} {00135.p5} -> {00135.p6} 
+tr {00135.t3|00136.t1} : a134 {00135.f} {00136.p1} -> {00136.p3} 
+tr {00136.e} {00136.p6} {00136.p3} -> {00136.p4-eats} 
+tr {00136.t} {00136.p2-thinks} -> {00136.p1} {00136.p5} 
+tr {00136.t0|00137.t4} : b135 {00137.p4-eats} -> {00136.f} {00137.f} {00137.p2-thinks} 
+tr {00136.t2} {00136.f} {00136.p5} -> {00136.p6} 
+tr {00136.t3|00137.t1} : a135 {00136.f} {00137.p1} -> {00137.p3} 
+tr {00137.e} {00137.p6} {00137.p3} -> {00137.p4-eats} 
+tr {00137.t} {00137.p2-thinks} -> {00137.p1} {00137.p5} 
+tr {00137.t0|00138.t4} : b136 {00138.p4-eats} -> {00137.f} {00138.f} {00138.p2-thinks} 
+tr {00137.t2} {00137.f} {00137.p5} -> {00137.p6} 
+tr {00137.t3|00138.t1} : a136 {00137.f} {00138.p1} -> {00138.p3} 
+tr {00138.e} {00138.p6} {00138.p3} -> {00138.p4-eats} 
+tr {00138.t} {00138.p2-thinks} -> {00138.p1} {00138.p5} 
+tr {00138.t0|00139.t4} : b137 {00139.p4-eats} -> {00138.f} {00139.f} {00139.p2-thinks} 
+tr {00138.t2} {00138.f} {00138.p5} -> {00138.p6} 
+tr {00138.t3|00139.t1} : a137 {00138.f} {00139.p1} -> {00139.p3} 
+tr {00139.e} {00139.p6} {00139.p3} -> {00139.p4-eats} 
+tr {00139.t} {00139.p2-thinks} -> {00139.p1} {00139.p5} 
+tr {00139.t0|00140.t4} : b138 {00140.p4-eats} -> {00139.f} {00140.f} {00140.p2-thinks} 
+tr {00139.t2} {00139.f} {00139.p5} -> {00139.p6} 
+tr {00139.t3|00140.t1} : a138 {00139.f} {00140.p1} -> {00140.p3} 
+tr {00140.e} {00140.p6} {00140.p3} -> {00140.p4-eats} 
+tr {00140.t} {00140.p2-thinks} -> {00140.p1} {00140.p5} 
+tr {00140.t0|00141.t4} : b139 {00141.p4-eats} -> {00140.f} {00141.f} {00141.p2-thinks} 
+tr {00140.t2} {00140.f} {00140.p5} -> {00140.p6} 
+tr {00140.t3|00141.t1} : a139 {00140.f} {00141.p1} -> {00141.p3} 
+tr {00141.e} {00141.p6} {00141.p3} -> {00141.p4-eats} 
+tr {00141.t} {00141.p2-thinks} -> {00141.p1} {00141.p5} 
+tr {00141.t0|00142.t4} : b140 {00142.p4-eats} -> {00141.f} {00142.f} {00142.p2-thinks} 
+tr {00141.t2} {00141.f} {00141.p5} -> {00141.p6} 
+tr {00141.t3|00142.t1} : a140 {00141.f} {00142.p1} -> {00142.p3} 
+tr {00142.e} {00142.p6} {00142.p3} -> {00142.p4-eats} 
+tr {00142.t} {00142.p2-thinks} -> {00142.p1} {00142.p5} 
+tr {00142.t0|00143.t4} : b141 {00143.p4-eats} -> {00142.f} {00143.f} {00143.p2-thinks} 
+tr {00142.t2} {00142.f} {00142.p5} -> {00142.p6} 
+tr {00142.t3|00143.t1} : a141 {00142.f} {00143.p1} -> {00143.p3} 
+tr {00143.e} {00143.p6} {00143.p3} -> {00143.p4-eats} 
+tr {00143.t} {00143.p2-thinks} -> {00143.p1} {00143.p5} 
+tr {00143.t0|00144.t4} : b142 {00144.p4-eats} -> {00143.f} {00144.f} {00144.p2-thinks} 
+tr {00143.t2} {00143.f} {00143.p5} -> {00143.p6} 
+tr {00143.t3|00144.t1} : a142 {00143.f} {00144.p1} -> {00144.p3} 
+tr {00144.e} {00144.p6} {00144.p3} -> {00144.p4-eats} 
+tr {00144.t} {00144.p2-thinks} -> {00144.p1} {00144.p5} 
+tr {00144.t0|00145.t4} : b143 {00145.p4-eats} -> {00144.f} {00145.f} {00145.p2-thinks} 
+tr {00144.t2} {00144.f} {00144.p5} -> {00144.p6} 
+tr {00144.t3|00145.t1} : a143 {00144.f} {00145.p1} -> {00145.p3} 
+tr {00145.e} {00145.p6} {00145.p3} -> {00145.p4-eats} 
+tr {00145.t} {00145.p2-thinks} -> {00145.p1} {00145.p5} 
+tr {00145.t0|00146.t4} : b144 {00146.p4-eats} -> {00145.f} {00146.f} {00146.p2-thinks} 
+tr {00145.t2} {00145.f} {00145.p5} -> {00145.p6} 
+tr {00145.t3|00146.t1} : a144 {00145.f} {00146.p1} -> {00146.p3} 
+tr {00146.e} {00146.p6} {00146.p3} -> {00146.p4-eats} 
+tr {00146.t} {00146.p2-thinks} -> {00146.p1} {00146.p5} 
+tr {00146.t0|00147.t4} : b145 {00147.p4-eats} -> {00146.f} {00147.f} {00147.p2-thinks} 
+tr {00146.t2} {00146.f} {00146.p5} -> {00146.p6} 
+tr {00146.t3|00147.t1} : a145 {00146.f} {00147.p1} -> {00147.p3} 
+tr {00147.e} {00147.p6} {00147.p3} -> {00147.p4-eats} 
+tr {00147.t} {00147.p2-thinks} -> {00147.p1} {00147.p5} 
+tr {00147.t0|00148.t4} : b146 {00148.p4-eats} -> {00147.f} {00148.f} {00148.p2-thinks} 
+tr {00147.t2} {00147.f} {00147.p5} -> {00147.p6} 
+tr {00147.t3|00148.t1} : a146 {00147.f} {00148.p1} -> {00148.p3} 
+tr {00148.e} {00148.p6} {00148.p3} -> {00148.p4-eats} 
+tr {00148.t} {00148.p2-thinks} -> {00148.p1} {00148.p5} 
+tr {00148.t0|00149.t4} : b147 {00149.p4-eats} -> {00148.f} {00149.f} {00149.p2-thinks} 
+tr {00148.t2} {00148.f} {00148.p5} -> {00148.p6} 
+tr {00148.t3|00149.t1} : a147 {00148.f} {00149.p1} -> {00149.p3} 
+tr {00149.e} {00149.p6} {00149.p3} -> {00149.p4-eats} 
+tr {00149.t} {00149.p2-thinks} -> {00149.p1} {00149.p5} 
+tr {00149.t0|00150.t4} : b148 {00150.p4-eats} -> {00149.f} {00150.f} {00150.p2-thinks} 
+tr {00149.t2} {00149.f} {00149.p5} -> {00149.p6} 
+tr {00149.t3|00150.t1} : a148 {00149.f} {00150.p1} -> {00150.p3} 
+tr {00150.e} {00150.p6} {00150.p3} -> {00150.p4-eats} 
+tr {00150.t} {00150.p2-thinks} -> {00150.p1} {00150.p5} 
+tr {00150.t0|00151.t4} : b149 {00151.p4-eats} -> {00150.f} {00151.f} {00151.p2-thinks} 
+tr {00150.t2} {00150.f} {00150.p5} -> {00150.p6} 
+tr {00150.t3|00151.t1} : a149 {00150.f} {00151.p1} -> {00151.p3} 
+tr {00151.e} {00151.p6} {00151.p3} -> {00151.p4-eats} 
+tr {00151.t} {00151.p2-thinks} -> {00151.p1} {00151.p5} 
+tr {00151.t0|00152.t4} : b150 {00152.p4-eats} -> {00151.f} {00152.f} {00152.p2-thinks} 
+tr {00151.t2} {00151.f} {00151.p5} -> {00151.p6} 
+tr {00151.t3|00152.t1} : a150 {00151.f} {00152.p1} -> {00152.p3} 
+tr {00152.e} {00152.p6} {00152.p3} -> {00152.p4-eats} 
+tr {00152.t} {00152.p2-thinks} -> {00152.p1} {00152.p5} 
+tr {00152.t0|00153.t4} : b151 {00153.p4-eats} -> {00152.f} {00153.f} {00153.p2-thinks} 
+tr {00152.t2} {00152.f} {00152.p5} -> {00152.p6} 
+tr {00152.t3|00153.t1} : a151 {00152.f} {00153.p1} -> {00153.p3} 
+tr {00153.e} {00153.p6} {00153.p3} -> {00153.p4-eats} 
+tr {00153.t} {00153.p2-thinks} -> {00153.p1} {00153.p5} 
+tr {00153.t0|00154.t4} : b152 {00154.p4-eats} -> {00153.f} {00154.f} {00154.p2-thinks} 
+tr {00153.t2} {00153.f} {00153.p5} -> {00153.p6} 
+tr {00153.t3|00154.t1} : a152 {00153.f} {00154.p1} -> {00154.p3} 
+tr {00154.e} {00154.p6} {00154.p3} -> {00154.p4-eats} 
+tr {00154.t} {00154.p2-thinks} -> {00154.p1} {00154.p5} 
+tr {00154.t0|00155.t4} : b153 {00155.p4-eats} -> {00154.f} {00155.f} {00155.p2-thinks} 
+tr {00154.t2} {00154.f} {00154.p5} -> {00154.p6} 
+tr {00154.t3|00155.t1} : a153 {00154.f} {00155.p1} -> {00155.p3} 
+tr {00155.e} {00155.p6} {00155.p3} -> {00155.p4-eats} 
+tr {00155.t} {00155.p2-thinks} -> {00155.p1} {00155.p5} 
+tr {00155.t0|00156.t4} : b154 {00156.p4-eats} -> {00155.f} {00156.f} {00156.p2-thinks} 
+tr {00155.t2} {00155.f} {00155.p5} -> {00155.p6} 
+tr {00155.t3|00156.t1} : a154 {00155.f} {00156.p1} -> {00156.p3} 
+tr {00156.e} {00156.p6} {00156.p3} -> {00156.p4-eats} 
+tr {00156.t} {00156.p2-thinks} -> {00156.p1} {00156.p5} 
+tr {00156.t0|00157.t4} : b155 {00157.p4-eats} -> {00156.f} {00157.f} {00157.p2-thinks} 
+tr {00156.t2} {00156.f} {00156.p5} -> {00156.p6} 
+tr {00156.t3|00157.t1} : a155 {00156.f} {00157.p1} -> {00157.p3} 
+tr {00157.e} {00157.p6} {00157.p3} -> {00157.p4-eats} 
+tr {00157.t} {00157.p2-thinks} -> {00157.p1} {00157.p5} 
+tr {00157.t0|00158.t4} : b156 {00158.p4-eats} -> {00157.f} {00158.f} {00158.p2-thinks} 
+tr {00157.t2} {00157.f} {00157.p5} -> {00157.p6} 
+tr {00157.t3|00158.t1} : a156 {00157.f} {00158.p1} -> {00158.p3} 
+tr {00158.e} {00158.p6} {00158.p3} -> {00158.p4-eats} 
+tr {00158.t} {00158.p2-thinks} -> {00158.p1} {00158.p5} 
+tr {00158.t0|00159.t4} : b157 {00159.p4-eats} -> {00158.f} {00159.f} {00159.p2-thinks} 
+tr {00158.t2} {00158.f} {00158.p5} -> {00158.p6} 
+tr {00158.t3|00159.t1} : a157 {00158.f} {00159.p1} -> {00159.p3} 
+tr {00159.e} {00159.p6} {00159.p3} -> {00159.p4-eats} 
+tr {00159.t} {00159.p2-thinks} -> {00159.p1} {00159.p5} 
+tr {00159.t0|00160.t4} : b158 {00160.p4-eats} -> {00159.f} {00160.f} {00160.p2-thinks} 
+tr {00159.t2} {00159.f} {00159.p5} -> {00159.p6} 
+tr {00159.t3|00160.t1} : a158 {00159.f} {00160.p1} -> {00160.p3} 
+tr {00160.e} {00160.p6} {00160.p3} -> {00160.p4-eats} 
+tr {00160.t} {00160.p2-thinks} -> {00160.p1} {00160.p5} 
+tr {00160.t0|00161.t4} : b159 {00161.p4-eats} -> {00160.f} {00161.f} {00161.p2-thinks} 
+tr {00160.t2} {00160.f} {00160.p5} -> {00160.p6} 
+tr {00160.t3|00161.t1} : a159 {00160.f} {00161.p1} -> {00161.p3} 
+tr {00161.e} {00161.p6} {00161.p3} -> {00161.p4-eats} 
+tr {00161.t} {00161.p2-thinks} -> {00161.p1} {00161.p5} 
+tr {00161.t0|00162.t4} : b160 {00162.p4-eats} -> {00161.f} {00162.f} {00162.p2-thinks} 
+tr {00161.t2} {00161.f} {00161.p5} -> {00161.p6} 
+tr {00161.t3|00162.t1} : a160 {00161.f} {00162.p1} -> {00162.p3} 
+tr {00162.e} {00162.p6} {00162.p3} -> {00162.p4-eats} 
+tr {00162.t} {00162.p2-thinks} -> {00162.p1} {00162.p5} 
+tr {00162.t0|00163.t4} : b161 {00163.p4-eats} -> {00162.f} {00163.f} {00163.p2-thinks} 
+tr {00162.t2} {00162.f} {00162.p5} -> {00162.p6} 
+tr {00162.t3|00163.t1} : a161 {00162.f} {00163.p1} -> {00163.p3} 
+tr {00163.e} {00163.p6} {00163.p3} -> {00163.p4-eats} 
+tr {00163.t} {00163.p2-thinks} -> {00163.p1} {00163.p5} 
+tr {00163.t0|00164.t4} : b162 {00164.p4-eats} -> {00163.f} {00164.f} {00164.p2-thinks} 
+tr {00163.t2} {00163.f} {00163.p5} -> {00163.p6} 
+tr {00163.t3|00164.t1} : a162 {00163.f} {00164.p1} -> {00164.p3} 
+tr {00164.e} {00164.p6} {00164.p3} -> {00164.p4-eats} 
+tr {00164.t} {00164.p2-thinks} -> {00164.p1} {00164.p5} 
+tr {00164.t0|00165.t4} : b163 {00165.p4-eats} -> {00164.f} {00165.f} {00165.p2-thinks} 
+tr {00164.t2} {00164.f} {00164.p5} -> {00164.p6} 
+tr {00164.t3|00165.t1} : a163 {00164.f} {00165.p1} -> {00165.p3} 
+tr {00165.e} {00165.p6} {00165.p3} -> {00165.p4-eats} 
+tr {00165.t} {00165.p2-thinks} -> {00165.p1} {00165.p5} 
+tr {00165.t0|00166.t4} : b164 {00166.p4-eats} -> {00165.f} {00166.f} {00166.p2-thinks} 
+tr {00165.t2} {00165.f} {00165.p5} -> {00165.p6} 
+tr {00165.t3|00166.t1} : a164 {00165.f} {00166.p1} -> {00166.p3} 
+tr {00166.e} {00166.p6} {00166.p3} -> {00166.p4-eats} 
+tr {00166.t} {00166.p2-thinks} -> {00166.p1} {00166.p5} 
+tr {00166.t0|00167.t4} : b165 {00167.p4-eats} -> {00166.f} {00167.f} {00167.p2-thinks} 
+tr {00166.t2} {00166.f} {00166.p5} -> {00166.p6} 
+tr {00166.t3|00167.t1} : a165 {00166.f} {00167.p1} -> {00167.p3} 
+tr {00167.e} {00167.p6} {00167.p3} -> {00167.p4-eats} 
+tr {00167.t} {00167.p2-thinks} -> {00167.p1} {00167.p5} 
+tr {00167.t0|00168.t4} : b166 {00168.p4-eats} -> {00167.f} {00168.f} {00168.p2-thinks} 
+tr {00167.t2} {00167.f} {00167.p5} -> {00167.p6} 
+tr {00167.t3|00168.t1} : a166 {00167.f} {00168.p1} -> {00168.p3} 
+tr {00168.e} {00168.p6} {00168.p3} -> {00168.p4-eats} 
+tr {00168.t} {00168.p2-thinks} -> {00168.p1} {00168.p5} 
+tr {00168.t0|00169.t4} : b167 {00169.p4-eats} -> {00168.f} {00169.f} {00169.p2-thinks} 
+tr {00168.t2} {00168.f} {00168.p5} -> {00168.p6} 
+tr {00168.t3|00169.t1} : a167 {00168.f} {00169.p1} -> {00169.p3} 
+tr {00169.e} {00169.p6} {00169.p3} -> {00169.p4-eats} 
+tr {00169.t} {00169.p2-thinks} -> {00169.p1} {00169.p5} 
+tr {00169.t0|00170.t4} : b168 {00170.p4-eats} -> {00169.f} {00170.f} {00170.p2-thinks} 
+tr {00169.t2} {00169.f} {00169.p5} -> {00169.p6} 
+tr {00169.t3|00170.t1} : a168 {00169.f} {00170.p1} -> {00170.p3} 
+tr {00170.e} {00170.p6} {00170.p3} -> {00170.p4-eats} 
+tr {00170.t} {00170.p2-thinks} -> {00170.p1} {00170.p5} 
+tr {00170.t0|00171.t4} : b169 {00171.p4-eats} -> {00170.f} {00171.f} {00171.p2-thinks} 
+tr {00170.t2} {00170.f} {00170.p5} -> {00170.p6} 
+tr {00170.t3|00171.t1} : a169 {00170.f} {00171.p1} -> {00171.p3} 
+tr {00171.e} {00171.p6} {00171.p3} -> {00171.p4-eats} 
+tr {00171.t} {00171.p2-thinks} -> {00171.p1} {00171.p5} 
+tr {00171.t0|00172.t4} : b170 {00172.p4-eats} -> {00171.f} {00172.f} {00172.p2-thinks} 
+tr {00171.t2} {00171.f} {00171.p5} -> {00171.p6} 
+tr {00171.t3|00172.t1} : a170 {00171.f} {00172.p1} -> {00172.p3} 
+tr {00172.e} {00172.p6} {00172.p3} -> {00172.p4-eats} 
+tr {00172.t} {00172.p2-thinks} -> {00172.p1} {00172.p5} 
+tr {00172.t0|00173.t4} : b171 {00173.p4-eats} -> {00172.f} {00173.f} {00173.p2-thinks} 
+tr {00172.t2} {00172.f} {00172.p5} -> {00172.p6} 
+tr {00172.t3|00173.t1} : a171 {00172.f} {00173.p1} -> {00173.p3} 
+tr {00173.e} {00173.p6} {00173.p3} -> {00173.p4-eats} 
+tr {00173.t} {00173.p2-thinks} -> {00173.p1} {00173.p5} 
+tr {00173.t0|00174.t4} : b172 {00174.p4-eats} -> {00173.f} {00174.f} {00174.p2-thinks} 
+tr {00173.t2} {00173.f} {00173.p5} -> {00173.p6} 
+tr {00173.t3|00174.t1} : a172 {00173.f} {00174.p1} -> {00174.p3} 
+tr {00174.e} {00174.p6} {00174.p3} -> {00174.p4-eats} 
+tr {00174.t} {00174.p2-thinks} -> {00174.p1} {00174.p5} 
+tr {00174.t0|00175.t4} : b173 {00175.p4-eats} -> {00174.f} {00175.f} {00175.p2-thinks} 
+tr {00174.t2} {00174.f} {00174.p5} -> {00174.p6} 
+tr {00174.t3|00175.t1} : a173 {00174.f} {00175.p1} -> {00175.p3} 
+tr {00175.e} {00175.p6} {00175.p3} -> {00175.p4-eats} 
+tr {00175.t} {00175.p2-thinks} -> {00175.p1} {00175.p5} 
+tr {00175.t0|00176.t4} : b174 {00176.p4-eats} -> {00175.f} {00176.f} {00176.p2-thinks} 
+tr {00175.t2} {00175.f} {00175.p5} -> {00175.p6} 
+tr {00175.t3|00176.t1} : a174 {00175.f} {00176.p1} -> {00176.p3} 
+tr {00176.e} {00176.p6} {00176.p3} -> {00176.p4-eats} 
+tr {00176.t} {00176.p2-thinks} -> {00176.p1} {00176.p5} 
+tr {00176.t0|00177.t4} : b175 {00177.p4-eats} -> {00176.f} {00177.f} {00177.p2-thinks} 
+tr {00176.t2} {00176.f} {00176.p5} -> {00176.p6} 
+tr {00176.t3|00177.t1} : a175 {00176.f} {00177.p1} -> {00177.p3} 
+tr {00177.e} {00177.p6} {00177.p3} -> {00177.p4-eats} 
+tr {00177.t} {00177.p2-thinks} -> {00177.p1} {00177.p5} 
+tr {00177.t0|00178.t4} : b176 {00178.p4-eats} -> {00177.f} {00178.f} {00178.p2-thinks} 
+tr {00177.t2} {00177.f} {00177.p5} -> {00177.p6} 
+tr {00177.t3|00178.t1} : a176 {00177.f} {00178.p1} -> {00178.p3} 
+tr {00178.e} {00178.p6} {00178.p3} -> {00178.p4-eats} 
+tr {00178.t} {00178.p2-thinks} -> {00178.p1} {00178.p5} 
+tr {00178.t0|00179.t4} : b177 {00179.p4-eats} -> {00178.f} {00179.f} {00179.p2-thinks} 
+tr {00178.t2} {00178.f} {00178.p5} -> {00178.p6} 
+tr {00178.t3|00179.t1} : a177 {00178.f} {00179.p1} -> {00179.p3} 
+tr {00179.e} {00179.p6} {00179.p3} -> {00179.p4-eats} 
+tr {00179.t} {00179.p2-thinks} -> {00179.p1} {00179.p5} 
+tr {00179.t0|00180.t4} : b178 {00180.p4-eats} -> {00179.f} {00180.f} {00180.p2-thinks} 
+tr {00179.t2} {00179.f} {00179.p5} -> {00179.p6} 
+tr {00179.t3|00180.t1} : a178 {00179.f} {00180.p1} -> {00180.p3} 
+tr {00180.e} {00180.p6} {00180.p3} -> {00180.p4-eats} 
+tr {00180.t} {00180.p2-thinks} -> {00180.p1} {00180.p5} 
+tr {00180.t0|00181.t4} : b179 {00181.p4-eats} -> {00180.f} {00181.f} {00181.p2-thinks} 
+tr {00180.t2} {00180.f} {00180.p5} -> {00180.p6} 
+tr {00180.t3|00181.t1} : a179 {00180.f} {00181.p1} -> {00181.p3} 
+tr {00181.e} {00181.p6} {00181.p3} -> {00181.p4-eats} 
+tr {00181.t} {00181.p2-thinks} -> {00181.p1} {00181.p5} 
+tr {00181.t0|00182.t4} : b180 {00182.p4-eats} -> {00181.f} {00182.f} {00182.p2-thinks} 
+tr {00181.t2} {00181.f} {00181.p5} -> {00181.p6} 
+tr {00181.t3|00182.t1} : a180 {00181.f} {00182.p1} -> {00182.p3} 
+tr {00182.e} {00182.p6} {00182.p3} -> {00182.p4-eats} 
+tr {00182.t} {00182.p2-thinks} -> {00182.p1} {00182.p5} 
+tr {00182.t0|00183.t4} : b181 {00183.p4-eats} -> {00182.f} {00183.f} {00183.p2-thinks} 
+tr {00182.t2} {00182.f} {00182.p5} -> {00182.p6} 
+tr {00182.t3|00183.t1} : a181 {00182.f} {00183.p1} -> {00183.p3} 
+tr {00183.e} {00183.p6} {00183.p3} -> {00183.p4-eats} 
+tr {00183.t} {00183.p2-thinks} -> {00183.p1} {00183.p5} 
+tr {00183.t0|00184.t4} : b182 {00184.p4-eats} -> {00183.f} {00184.f} {00184.p2-thinks} 
+tr {00183.t2} {00183.f} {00183.p5} -> {00183.p6} 
+tr {00183.t3|00184.t1} : a182 {00183.f} {00184.p1} -> {00184.p3} 
+tr {00184.e} {00184.p6} {00184.p3} -> {00184.p4-eats} 
+tr {00184.t} {00184.p2-thinks} -> {00184.p1} {00184.p5} 
+tr {00184.t0|00185.t4} : b183 {00185.p4-eats} -> {00184.f} {00185.f} {00185.p2-thinks} 
+tr {00184.t2} {00184.f} {00184.p5} -> {00184.p6} 
+tr {00184.t3|00185.t1} : a183 {00184.f} {00185.p1} -> {00185.p3} 
+tr {00185.e} {00185.p6} {00185.p3} -> {00185.p4-eats} 
+tr {00185.t} {00185.p2-thinks} -> {00185.p1} {00185.p5} 
+tr {00185.t0|00186.t4} : b184 {00186.p4-eats} -> {00185.f} {00186.f} {00186.p2-thinks} 
+tr {00185.t2} {00185.f} {00185.p5} -> {00185.p6} 
+tr {00185.t3|00186.t1} : a184 {00185.f} {00186.p1} -> {00186.p3} 
+tr {00186.e} {00186.p6} {00186.p3} -> {00186.p4-eats} 
+tr {00186.t} {00186.p2-thinks} -> {00186.p1} {00186.p5} 
+tr {00186.t0|00187.t4} : b185 {00187.p4-eats} -> {00186.f} {00187.f} {00187.p2-thinks} 
+tr {00186.t2} {00186.f} {00186.p5} -> {00186.p6} 
+tr {00186.t3|00187.t1} : a185 {00186.f} {00187.p1} -> {00187.p3} 
+tr {00187.e} {00187.p6} {00187.p3} -> {00187.p4-eats} 
+tr {00187.t} {00187.p2-thinks} -> {00187.p1} {00187.p5} 
+tr {00187.t0|00188.t4} : b186 {00188.p4-eats} -> {00187.f} {00188.f} {00188.p2-thinks} 
+tr {00187.t2} {00187.f} {00187.p5} -> {00187.p6} 
+tr {00187.t3|00188.t1} : a186 {00187.f} {00188.p1} -> {00188.p3} 
+tr {00188.e} {00188.p6} {00188.p3} -> {00188.p4-eats} 
+tr {00188.t} {00188.p2-thinks} -> {00188.p1} {00188.p5} 
+tr {00188.t0|00189.t4} : b187 {00189.p4-eats} -> {00188.f} {00189.f} {00189.p2-thinks} 
+tr {00188.t2} {00188.f} {00188.p5} -> {00188.p6} 
+tr {00188.t3|00189.t1} : a187 {00188.f} {00189.p1} -> {00189.p3} 
+tr {00189.e} {00189.p6} {00189.p3} -> {00189.p4-eats} 
+tr {00189.t} {00189.p2-thinks} -> {00189.p1} {00189.p5} 
+tr {00189.t0|00190.t4} : b188 {00190.p4-eats} -> {00189.f} {00190.f} {00190.p2-thinks} 
+tr {00189.t2} {00189.f} {00189.p5} -> {00189.p6} 
+tr {00189.t3|00190.t1} : a188 {00189.f} {00190.p1} -> {00190.p3} 
+tr {00190.e} {00190.p6} {00190.p3} -> {00190.p4-eats} 
+tr {00190.t} {00190.p2-thinks} -> {00190.p1} {00190.p5} 
+tr {00190.t0|00191.t4} : b189 {00191.p4-eats} -> {00190.f} {00191.f} {00191.p2-thinks} 
+tr {00190.t2} {00190.f} {00190.p5} -> {00190.p6} 
+tr {00190.t3|00191.t1} : a189 {00190.f} {00191.p1} -> {00191.p3} 
+tr {00191.e} {00191.p6} {00191.p3} -> {00191.p4-eats} 
+tr {00191.t} {00191.p2-thinks} -> {00191.p1} {00191.p5} 
+tr {00191.t0|00192.t4} : b190 {00192.p4-eats} -> {00191.f} {00192.f} {00192.p2-thinks} 
+tr {00191.t2} {00191.f} {00191.p5} -> {00191.p6} 
+tr {00191.t3|00192.t1} : a190 {00191.f} {00192.p1} -> {00192.p3} 
+tr {00192.e} {00192.p6} {00192.p3} -> {00192.p4-eats} 
+tr {00192.t} {00192.p2-thinks} -> {00192.p1} {00192.p5} 
+tr {00192.t0|00193.t4} : b191 {00193.p4-eats} -> {00192.f} {00193.f} {00193.p2-thinks} 
+tr {00192.t2} {00192.f} {00192.p5} -> {00192.p6} 
+tr {00192.t3|00193.t1} : a191 {00192.f} {00193.p1} -> {00193.p3} 
+tr {00193.e} {00193.p6} {00193.p3} -> {00193.p4-eats} 
+tr {00193.t} {00193.p2-thinks} -> {00193.p1} {00193.p5} 
+tr {00193.t0|00194.t4} : b192 {00194.p4-eats} -> {00193.f} {00194.f} {00194.p2-thinks} 
+tr {00193.t2} {00193.f} {00193.p5} -> {00193.p6} 
+tr {00193.t3|00194.t1} : a192 {00193.f} {00194.p1} -> {00194.p3} 
+tr {00194.e} {00194.p6} {00194.p3} -> {00194.p4-eats} 
+tr {00194.t} {00194.p2-thinks} -> {00194.p1} {00194.p5} 
+tr {00194.t0|00195.t4} : b193 {00195.p4-eats} -> {00194.f} {00195.f} {00195.p2-thinks} 
+tr {00194.t2} {00194.f} {00194.p5} -> {00194.p6} 
+tr {00194.t3|00195.t1} : a193 {00194.f} {00195.p1} -> {00195.p3} 
+tr {00195.e} {00195.p6} {00195.p3} -> {00195.p4-eats} 
+tr {00195.t} {00195.p2-thinks} -> {00195.p1} {00195.p5} 
+tr {00195.t0|00196.t4} : b194 {00196.p4-eats} -> {00195.f} {00196.f} {00196.p2-thinks} 
+tr {00195.t2} {00195.f} {00195.p5} -> {00195.p6} 
+tr {00195.t3|00196.t1} : a194 {00195.f} {00196.p1} -> {00196.p3} 
+tr {00196.e} {00196.p6} {00196.p3} -> {00196.p4-eats} 
+tr {00196.t} {00196.p2-thinks} -> {00196.p1} {00196.p5} 
+tr {00196.t0|00197.t4} : b195 {00197.p4-eats} -> {00196.f} {00197.f} {00197.p2-thinks} 
+tr {00196.t2} {00196.f} {00196.p5} -> {00196.p6} 
+tr {00196.t3|00197.t1} : a195 {00196.f} {00197.p1} -> {00197.p3} 
+tr {00197.e} {00197.p6} {00197.p3} -> {00197.p4-eats} 
+tr {00197.t} {00197.p2-thinks} -> {00197.p1} {00197.p5} 
+tr {00197.t0|00198.t4} : b196 {00198.p4-eats} -> {00197.f} {00198.f} {00198.p2-thinks} 
+tr {00197.t2} {00197.f} {00197.p5} -> {00197.p6} 
+tr {00197.t3|00198.t1} : a196 {00197.f} {00198.p1} -> {00198.p3} 
+tr {00198.e} {00198.p6} {00198.p3} -> {00198.p4-eats} 
+tr {00198.t} {00198.p2-thinks} -> {00198.p1} {00198.p5} 
+tr {00198.t0|00199.t4} : b197 {00199.p4-eats} -> {00198.f} {00199.f} {00199.p2-thinks} 
+tr {00198.t2} {00198.f} {00198.p5} -> {00198.p6} 
+tr {00198.t3|00199.t1} : a197 {00198.f} {00199.p1} -> {00199.p3} 
+tr {00199.e} {00199.p6} {00199.p3} -> {00199.p4-eats} 
+tr {00199.t} {00199.p2-thinks} -> {00199.p1} {00199.p5} 
+tr {00199.t0|00200.t4} : b198 {00200.p4-eats} -> {00199.f} {00200.f} {00200.p2-thinks} 
+tr {00199.t2} {00199.f} {00199.p5} -> {00199.p6} 
+tr {00199.t3|00200.t1} : a198 {00199.f} {00200.p1} -> {00200.p3} 
+tr {00200.e} {00200.p6} {00200.p3} -> {00200.p4-eats} 
+tr {00200.t} {00200.p2-thinks} -> {00200.p1} {00200.p5} 
+tr {00200.t0|00201.t4} : b199 {00201.p4-eats} -> {00200.f} {00201.f} {00201.p2-thinks} 
+tr {00200.t2} {00200.f} {00200.p5} -> {00200.p6} 
+tr {00200.t3|00201.t1} : a199 {00200.f} {00201.p1} -> {00201.p3} 
+tr {00201.e} {00201.p6} {00201.p3} -> {00201.p4-eats} 
+tr {00201.t} {00201.p2-thinks} -> {00201.p1} {00201.p5} 
+tr {00201.t0|00202.t4} : b200 {00202.p4-eats} -> {00201.f} {00202.f} {00202.p2-thinks} 
+tr {00201.t2} {00201.f} {00201.p5} -> {00201.p6} 
+tr {00201.t3|00202.t1} : a200 {00201.f} {00202.p1} -> {00202.p3} 
+tr {00202.e} {00202.p6} {00202.p3} -> {00202.p4-eats} 
+tr {00202.t} {00202.p2-thinks} -> {00202.p1} {00202.p5} 
+tr {00202.t0|00203.t4} : b201 {00203.p4-eats} -> {00202.f} {00203.f} {00203.p2-thinks} 
+tr {00202.t2} {00202.f} {00202.p5} -> {00202.p6} 
+tr {00202.t3|00203.t1} : a201 {00202.f} {00203.p1} -> {00203.p3} 
+tr {00203.e} {00203.p6} {00203.p3} -> {00203.p4-eats} 
+tr {00203.t} {00203.p2-thinks} -> {00203.p1} {00203.p5} 
+tr {00203.t0|00204.t4} : b202 {00204.p4-eats} -> {00203.f} {00204.f} {00204.p2-thinks} 
+tr {00203.t2} {00203.f} {00203.p5} -> {00203.p6} 
+tr {00203.t3|00204.t1} : a202 {00203.f} {00204.p1} -> {00204.p3} 
+tr {00204.e} {00204.p6} {00204.p3} -> {00204.p4-eats} 
+tr {00204.t} {00204.p2-thinks} -> {00204.p1} {00204.p5} 
+tr {00204.t0|00205.t4} : b203 {00205.p4-eats} -> {00204.f} {00205.f} {00205.p2-thinks} 
+tr {00204.t2} {00204.f} {00204.p5} -> {00204.p6} 
+tr {00204.t3|00205.t1} : a203 {00204.f} {00205.p1} -> {00205.p3} 
+tr {00205.e} {00205.p6} {00205.p3} -> {00205.p4-eats} 
+tr {00205.t} {00205.p2-thinks} -> {00205.p1} {00205.p5} 
+tr {00205.t0|00206.t4} : b204 {00206.p4-eats} -> {00205.f} {00206.f} {00206.p2-thinks} 
+tr {00205.t2} {00205.f} {00205.p5} -> {00205.p6} 
+tr {00205.t3|00206.t1} : a204 {00205.f} {00206.p1} -> {00206.p3} 
+tr {00206.e} {00206.p6} {00206.p3} -> {00206.p4-eats} 
+tr {00206.t} {00206.p2-thinks} -> {00206.p1} {00206.p5} 
+tr {00206.t0|00207.t4} : b205 {00207.p4-eats} -> {00206.f} {00207.f} {00207.p2-thinks} 
+tr {00206.t2} {00206.f} {00206.p5} -> {00206.p6} 
+tr {00206.t3|00207.t1} : a205 {00206.f} {00207.p1} -> {00207.p3} 
+tr {00207.e} {00207.p6} {00207.p3} -> {00207.p4-eats} 
+tr {00207.t} {00207.p2-thinks} -> {00207.p1} {00207.p5} 
+tr {00207.t0|00208.t4} : b206 {00208.p4-eats} -> {00207.f} {00208.f} {00208.p2-thinks} 
+tr {00207.t2} {00207.f} {00207.p5} -> {00207.p6} 
+tr {00207.t3|00208.t1} : a206 {00207.f} {00208.p1} -> {00208.p3} 
+tr {00208.e} {00208.p6} {00208.p3} -> {00208.p4-eats} 
+tr {00208.t} {00208.p2-thinks} -> {00208.p1} {00208.p5} 
+tr {00208.t0|00209.t4} : b207 {00209.p4-eats} -> {00208.f} {00209.f} {00209.p2-thinks} 
+tr {00208.t2} {00208.f} {00208.p5} -> {00208.p6} 
+tr {00208.t3|00209.t1} : a207 {00208.f} {00209.p1} -> {00209.p3} 
+tr {00209.e} {00209.p6} {00209.p3} -> {00209.p4-eats} 
+tr {00209.t} {00209.p2-thinks} -> {00209.p1} {00209.p5} 
+tr {00209.t0|00210.t4} : b208 {00210.p4-eats} -> {00209.f} {00210.f} {00210.p2-thinks} 
+tr {00209.t2} {00209.f} {00209.p5} -> {00209.p6} 
+tr {00209.t3|00210.t1} : a208 {00209.f} {00210.p1} -> {00210.p3} 
+tr {00210.e} {00210.p6} {00210.p3} -> {00210.p4-eats} 
+tr {00210.t} {00210.p2-thinks} -> {00210.p1} {00210.p5} 
+tr {00210.t0|00211.t4} : b209 {00211.p4-eats} -> {00210.f} {00211.f} {00211.p2-thinks} 
+tr {00210.t2} {00210.f} {00210.p5} -> {00210.p6} 
+tr {00210.t3|00211.t1} : a209 {00210.f} {00211.p1} -> {00211.p3} 
+tr {00211.e} {00211.p6} {00211.p3} -> {00211.p4-eats} 
+tr {00211.t} {00211.p2-thinks} -> {00211.p1} {00211.p5} 
+tr {00211.t0|00212.t4} : b210 {00212.p4-eats} -> {00211.f} {00212.f} {00212.p2-thinks} 
+tr {00211.t2} {00211.f} {00211.p5} -> {00211.p6} 
+tr {00211.t3|00212.t1} : a210 {00211.f} {00212.p1} -> {00212.p3} 
+tr {00212.e} {00212.p6} {00212.p3} -> {00212.p4-eats} 
+tr {00212.t} {00212.p2-thinks} -> {00212.p1} {00212.p5} 
+tr {00212.t0|00213.t4} : b211 {00213.p4-eats} -> {00212.f} {00213.f} {00213.p2-thinks} 
+tr {00212.t2} {00212.f} {00212.p5} -> {00212.p6} 
+tr {00212.t3|00213.t1} : a211 {00212.f} {00213.p1} -> {00213.p3} 
+tr {00213.e} {00213.p6} {00213.p3} -> {00213.p4-eats} 
+tr {00213.t} {00213.p2-thinks} -> {00213.p1} {00213.p5} 
+tr {00213.t0|00214.t4} : b212 {00214.p4-eats} -> {00213.f} {00214.f} {00214.p2-thinks} 
+tr {00213.t2} {00213.f} {00213.p5} -> {00213.p6} 
+tr {00213.t3|00214.t1} : a212 {00213.f} {00214.p1} -> {00214.p3} 
+tr {00214.e} {00214.p6} {00214.p3} -> {00214.p4-eats} 
+tr {00214.t} {00214.p2-thinks} -> {00214.p1} {00214.p5} 
+tr {00214.t0|00215.t4} : b213 {00215.p4-eats} -> {00214.f} {00215.f} {00215.p2-thinks} 
+tr {00214.t2} {00214.f} {00214.p5} -> {00214.p6} 
+tr {00214.t3|00215.t1} : a213 {00214.f} {00215.p1} -> {00215.p3} 
+tr {00215.e} {00215.p6} {00215.p3} -> {00215.p4-eats} 
+tr {00215.t} {00215.p2-thinks} -> {00215.p1} {00215.p5} 
+tr {00215.t0|00216.t4} : b214 {00216.p4-eats} -> {00215.f} {00216.f} {00216.p2-thinks} 
+tr {00215.t2} {00215.f} {00215.p5} -> {00215.p6} 
+tr {00215.t3|00216.t1} : a214 {00215.f} {00216.p1} -> {00216.p3} 
+tr {00216.e} {00216.p6} {00216.p3} -> {00216.p4-eats} 
+tr {00216.t} {00216.p2-thinks} -> {00216.p1} {00216.p5} 
+tr {00216.t0|00217.t4} : b215 {00217.p4-eats} -> {00216.f} {00217.f} {00217.p2-thinks} 
+tr {00216.t2} {00216.f} {00216.p5} -> {00216.p6} 
+tr {00216.t3|00217.t1} : a215 {00216.f} {00217.p1} -> {00217.p3} 
+tr {00217.e} {00217.p6} {00217.p3} -> {00217.p4-eats} 
+tr {00217.t} {00217.p2-thinks} -> {00217.p1} {00217.p5} 
+tr {00217.t0|00218.t4} : b216 {00218.p4-eats} -> {00217.f} {00218.f} {00218.p2-thinks} 
+tr {00217.t2} {00217.f} {00217.p5} -> {00217.p6} 
+tr {00217.t3|00218.t1} : a216 {00217.f} {00218.p1} -> {00218.p3} 
+tr {00218.e} {00218.p6} {00218.p3} -> {00218.p4-eats} 
+tr {00218.t} {00218.p2-thinks} -> {00218.p1} {00218.p5} 
+tr {00218.t0|00219.t4} : b217 {00219.p4-eats} -> {00218.f} {00219.f} {00219.p2-thinks} 
+tr {00218.t2} {00218.f} {00218.p5} -> {00218.p6} 
+tr {00218.t3|00219.t1} : a217 {00218.f} {00219.p1} -> {00219.p3} 
+tr {00219.e} {00219.p6} {00219.p3} -> {00219.p4-eats} 
+tr {00219.t} {00219.p2-thinks} -> {00219.p1} {00219.p5} 
+tr {00219.t0|00220.t4} : b218 {00220.p4-eats} -> {00219.f} {00220.f} {00220.p2-thinks} 
+tr {00219.t2} {00219.f} {00219.p5} -> {00219.p6} 
+tr {00219.t3|00220.t1} : a218 {00219.f} {00220.p1} -> {00220.p3} 
+tr {00220.e} {00220.p6} {00220.p3} -> {00220.p4-eats} 
+tr {00220.t} {00220.p2-thinks} -> {00220.p1} {00220.p5} 
+tr {00220.t0|00221.t4} : b219 {00221.p4-eats} -> {00220.f} {00221.f} {00221.p2-thinks} 
+tr {00220.t2} {00220.f} {00220.p5} -> {00220.p6} 
+tr {00220.t3|00221.t1} : a219 {00220.f} {00221.p1} -> {00221.p3} 
+tr {00221.e} {00221.p6} {00221.p3} -> {00221.p4-eats} 
+tr {00221.t} {00221.p2-thinks} -> {00221.p1} {00221.p5} 
+tr {00221.t0|00222.t4} : b220 {00222.p4-eats} -> {00221.f} {00222.f} {00222.p2-thinks} 
+tr {00221.t2} {00221.f} {00221.p5} -> {00221.p6} 
+tr {00221.t3|00222.t1} : a220 {00221.f} {00222.p1} -> {00222.p3} 
+tr {00222.e} {00222.p6} {00222.p3} -> {00222.p4-eats} 
+tr {00222.t} {00222.p2-thinks} -> {00222.p1} {00222.p5} 
+tr {00222.t0|00223.t4} : b221 {00223.p4-eats} -> {00222.f} {00223.f} {00223.p2-thinks} 
+tr {00222.t2} {00222.f} {00222.p5} -> {00222.p6} 
+tr {00222.t3|00223.t1} : a221 {00222.f} {00223.p1} -> {00223.p3} 
+tr {00223.e} {00223.p6} {00223.p3} -> {00223.p4-eats} 
+tr {00223.t} {00223.p2-thinks} -> {00223.p1} {00223.p5} 
+tr {00223.t0|00224.t4} : b222 {00224.p4-eats} -> {00223.f} {00224.f} {00224.p2-thinks} 
+tr {00223.t2} {00223.f} {00223.p5} -> {00223.p6} 
+tr {00223.t3|00224.t1} : a222 {00223.f} {00224.p1} -> {00224.p3} 
+tr {00224.e} {00224.p6} {00224.p3} -> {00224.p4-eats} 
+tr {00224.t} {00224.p2-thinks} -> {00224.p1} {00224.p5} 
+tr {00224.t0|00225.t4} : b223 {00225.p4-eats} -> {00224.f} {00225.f} {00225.p2-thinks} 
+tr {00224.t2} {00224.f} {00224.p5} -> {00224.p6} 
+tr {00224.t3|00225.t1} : a223 {00224.f} {00225.p1} -> {00225.p3} 
+tr {00225.e} {00225.p6} {00225.p3} -> {00225.p4-eats} 
+tr {00225.t} {00225.p2-thinks} -> {00225.p1} {00225.p5} 
+tr {00225.t0|00226.t4} : b224 {00226.p4-eats} -> {00225.f} {00226.f} {00226.p2-thinks} 
+tr {00225.t2} {00225.f} {00225.p5} -> {00225.p6} 
+tr {00225.t3|00226.t1} : a224 {00225.f} {00226.p1} -> {00226.p3} 
+tr {00226.e} {00226.p6} {00226.p3} -> {00226.p4-eats} 
+tr {00226.t} {00226.p2-thinks} -> {00226.p1} {00226.p5} 
+tr {00226.t0|00227.t4} : b225 {00227.p4-eats} -> {00226.f} {00227.f} {00227.p2-thinks} 
+tr {00226.t2} {00226.f} {00226.p5} -> {00226.p6} 
+tr {00226.t3|00227.t1} : a225 {00226.f} {00227.p1} -> {00227.p3} 
+tr {00227.e} {00227.p6} {00227.p3} -> {00227.p4-eats} 
+tr {00227.t} {00227.p2-thinks} -> {00227.p1} {00227.p5} 
+tr {00227.t0|00228.t4} : b226 {00228.p4-eats} -> {00227.f} {00228.f} {00228.p2-thinks} 
+tr {00227.t2} {00227.f} {00227.p5} -> {00227.p6} 
+tr {00227.t3|00228.t1} : a226 {00227.f} {00228.p1} -> {00228.p3} 
+tr {00228.e} {00228.p6} {00228.p3} -> {00228.p4-eats} 
+tr {00228.t} {00228.p2-thinks} -> {00228.p1} {00228.p5} 
+tr {00228.t0|00229.t4} : b227 {00229.p4-eats} -> {00228.f} {00229.f} {00229.p2-thinks} 
+tr {00228.t2} {00228.f} {00228.p5} -> {00228.p6} 
+tr {00228.t3|00229.t1} : a227 {00228.f} {00229.p1} -> {00229.p3} 
+tr {00229.e} {00229.p6} {00229.p3} -> {00229.p4-eats} 
+tr {00229.t} {00229.p2-thinks} -> {00229.p1} {00229.p5} 
+tr {00229.t0|00230.t4} : b228 {00230.p4-eats} -> {00229.f} {00230.f} {00230.p2-thinks} 
+tr {00229.t2} {00229.f} {00229.p5} -> {00229.p6} 
+tr {00229.t3|00230.t1} : a228 {00229.f} {00230.p1} -> {00230.p3} 
+tr {00230.e} {00230.p6} {00230.p3} -> {00230.p4-eats} 
+tr {00230.t} {00230.p2-thinks} -> {00230.p1} {00230.p5} 
+tr {00230.t0|00231.t4} : b229 {00231.p4-eats} -> {00230.f} {00231.f} {00231.p2-thinks} 
+tr {00230.t2} {00230.f} {00230.p5} -> {00230.p6} 
+tr {00230.t3|00231.t1} : a229 {00230.f} {00231.p1} -> {00231.p3} 
+tr {00231.e} {00231.p6} {00231.p3} -> {00231.p4-eats} 
+tr {00231.t} {00231.p2-thinks} -> {00231.p1} {00231.p5} 
+tr {00231.t0|00232.t4} : b230 {00232.p4-eats} -> {00231.f} {00232.f} {00232.p2-thinks} 
+tr {00231.t2} {00231.f} {00231.p5} -> {00231.p6} 
+tr {00231.t3|00232.t1} : a230 {00231.f} {00232.p1} -> {00232.p3} 
+tr {00232.e} {00232.p6} {00232.p3} -> {00232.p4-eats} 
+tr {00232.t} {00232.p2-thinks} -> {00232.p1} {00232.p5} 
+tr {00232.t0|00233.t4} : b231 {00233.p4-eats} -> {00232.f} {00233.f} {00233.p2-thinks} 
+tr {00232.t2} {00232.f} {00232.p5} -> {00232.p6} 
+tr {00232.t3|00233.t1} : a231 {00232.f} {00233.p1} -> {00233.p3} 
+tr {00233.e} {00233.p6} {00233.p3} -> {00233.p4-eats} 
+tr {00233.t} {00233.p2-thinks} -> {00233.p1} {00233.p5} 
+tr {00233.t0|00234.t4} : b232 {00234.p4-eats} -> {00233.f} {00234.f} {00234.p2-thinks} 
+tr {00233.t2} {00233.f} {00233.p5} -> {00233.p6} 
+tr {00233.t3|00234.t1} : a232 {00233.f} {00234.p1} -> {00234.p3} 
+tr {00234.e} {00234.p6} {00234.p3} -> {00234.p4-eats} 
+tr {00234.t} {00234.p2-thinks} -> {00234.p1} {00234.p5} 
+tr {00234.t0|00235.t4} : b233 {00235.p4-eats} -> {00234.f} {00235.f} {00235.p2-thinks} 
+tr {00234.t2} {00234.f} {00234.p5} -> {00234.p6} 
+tr {00234.t3|00235.t1} : a233 {00234.f} {00235.p1} -> {00235.p3} 
+tr {00235.e} {00235.p6} {00235.p3} -> {00235.p4-eats} 
+tr {00235.t} {00235.p2-thinks} -> {00235.p1} {00235.p5} 
+tr {00235.t0|00236.t4} : b234 {00236.p4-eats} -> {00235.f} {00236.f} {00236.p2-thinks} 
+tr {00235.t2} {00235.f} {00235.p5} -> {00235.p6} 
+tr {00235.t3|00236.t1} : a234 {00235.f} {00236.p1} -> {00236.p3} 
+tr {00236.e} {00236.p6} {00236.p3} -> {00236.p4-eats} 
+tr {00236.t} {00236.p2-thinks} -> {00236.p1} {00236.p5} 
+tr {00236.t0|00237.t4} : b235 {00237.p4-eats} -> {00236.f} {00237.f} {00237.p2-thinks} 
+tr {00236.t2} {00236.f} {00236.p5} -> {00236.p6} 
+tr {00236.t3|00237.t1} : a235 {00236.f} {00237.p1} -> {00237.p3} 
+tr {00237.e} {00237.p6} {00237.p3} -> {00237.p4-eats} 
+tr {00237.t} {00237.p2-thinks} -> {00237.p1} {00237.p5} 
+tr {00237.t0|00238.t4} : b236 {00238.p4-eats} -> {00237.f} {00238.f} {00238.p2-thinks} 
+tr {00237.t2} {00237.f} {00237.p5} -> {00237.p6} 
+tr {00237.t3|00238.t1} : a236 {00237.f} {00238.p1} -> {00238.p3} 
+tr {00238.e} {00238.p6} {00238.p3} -> {00238.p4-eats} 
+tr {00238.t} {00238.p2-thinks} -> {00238.p1} {00238.p5} 
+tr {00238.t0|00239.t4} : b237 {00239.p4-eats} -> {00238.f} {00239.f} {00239.p2-thinks} 
+tr {00238.t2} {00238.f} {00238.p5} -> {00238.p6} 
+tr {00238.t3|00239.t1} : a237 {00238.f} {00239.p1} -> {00239.p3} 
+tr {00239.e} {00239.p6} {00239.p3} -> {00239.p4-eats} 
+tr {00239.t} {00239.p2-thinks} -> {00239.p1} {00239.p5} 
+tr {00239.t0|00240.t4} : b238 {00240.p4-eats} -> {00239.f} {00240.f} {00240.p2-thinks} 
+tr {00239.t2} {00239.f} {00239.p5} -> {00239.p6} 
+tr {00239.t3|00240.t1} : a238 {00239.f} {00240.p1} -> {00240.p3} 
+tr {00240.e} {00240.p6} {00240.p3} -> {00240.p4-eats} 
+tr {00240.t} {00240.p2-thinks} -> {00240.p1} {00240.p5} 
+tr {00240.t0|00241.t4} : b239 {00241.p4-eats} -> {00240.f} {00241.f} {00241.p2-thinks} 
+tr {00240.t2} {00240.f} {00240.p5} -> {00240.p6} 
+tr {00240.t3|00241.t1} : a239 {00240.f} {00241.p1} -> {00241.p3} 
+tr {00241.e} {00241.p6} {00241.p3} -> {00241.p4-eats} 
+tr {00241.t} {00241.p2-thinks} -> {00241.p1} {00241.p5} 
+tr {00241.t0|00242.t4} : b240 {00242.p4-eats} -> {00241.f} {00242.f} {00242.p2-thinks} 
+tr {00241.t2} {00241.f} {00241.p5} -> {00241.p6} 
+tr {00241.t3|00242.t1} : a240 {00241.f} {00242.p1} -> {00242.p3} 
+tr {00242.e} {00242.p6} {00242.p3} -> {00242.p4-eats} 
+tr {00242.t} {00242.p2-thinks} -> {00242.p1} {00242.p5} 
+tr {00242.t0|00243.t4} : b241 {00243.p4-eats} -> {00242.f} {00243.f} {00243.p2-thinks} 
+tr {00242.t2} {00242.f} {00242.p5} -> {00242.p6} 
+tr {00242.t3|00243.t1} : a241 {00242.f} {00243.p1} -> {00243.p3} 
+tr {00243.e} {00243.p6} {00243.p3} -> {00243.p4-eats} 
+tr {00243.t} {00243.p2-thinks} -> {00243.p1} {00243.p5} 
+tr {00243.t0|00244.t4} : b242 {00244.p4-eats} -> {00243.f} {00244.f} {00244.p2-thinks} 
+tr {00243.t2} {00243.f} {00243.p5} -> {00243.p6} 
+tr {00243.t3|00244.t1} : a242 {00243.f} {00244.p1} -> {00244.p3} 
+tr {00244.e} {00244.p6} {00244.p3} -> {00244.p4-eats} 
+tr {00244.t} {00244.p2-thinks} -> {00244.p1} {00244.p5} 
+tr {00244.t0|00245.t4} : b243 {00245.p4-eats} -> {00244.f} {00245.f} {00245.p2-thinks} 
+tr {00244.t2} {00244.f} {00244.p5} -> {00244.p6} 
+tr {00244.t3|00245.t1} : a243 {00244.f} {00245.p1} -> {00245.p3} 
+tr {00245.e} {00245.p6} {00245.p3} -> {00245.p4-eats} 
+tr {00245.t} {00245.p2-thinks} -> {00245.p1} {00245.p5} 
+tr {00245.t0|00246.t4} : b244 {00246.p4-eats} -> {00245.f} {00246.f} {00246.p2-thinks} 
+tr {00245.t2} {00245.f} {00245.p5} -> {00245.p6} 
+tr {00245.t3|00246.t1} : a244 {00245.f} {00246.p1} -> {00246.p3} 
+tr {00246.e} {00246.p6} {00246.p3} -> {00246.p4-eats} 
+tr {00246.t} {00246.p2-thinks} -> {00246.p1} {00246.p5} 
+tr {00246.t0|00247.t4} : b245 {00247.p4-eats} -> {00246.f} {00247.f} {00247.p2-thinks} 
+tr {00246.t2} {00246.f} {00246.p5} -> {00246.p6} 
+tr {00246.t3|00247.t1} : a245 {00246.f} {00247.p1} -> {00247.p3} 
+tr {00247.e} {00247.p6} {00247.p3} -> {00247.p4-eats} 
+tr {00247.t} {00247.p2-thinks} -> {00247.p1} {00247.p5} 
+tr {00247.t0|00248.t4} : b246 {00248.p4-eats} -> {00247.f} {00248.f} {00248.p2-thinks} 
+tr {00247.t2} {00247.f} {00247.p5} -> {00247.p6} 
+tr {00247.t3|00248.t1} : a246 {00247.f} {00248.p1} -> {00248.p3} 
+tr {00248.e} {00248.p6} {00248.p3} -> {00248.p4-eats} 
+tr {00248.t} {00248.p2-thinks} -> {00248.p1} {00248.p5} 
+tr {00248.t0|00249.t4} : b247 {00249.p4-eats} -> {00248.f} {00249.f} {00249.p2-thinks} 
+tr {00248.t2} {00248.f} {00248.p5} -> {00248.p6} 
+tr {00248.t3|00249.t1} : a247 {00248.f} {00249.p1} -> {00249.p3} 
+tr {00249.e} {00249.p6} {00249.p3} -> {00249.p4-eats} 
+tr {00249.t} {00249.p2-thinks} -> {00249.p1} {00249.p5} 
+tr {00249.t0|00250.t4} : b248 {00250.p4-eats} -> {00249.f} {00250.f} {00250.p2-thinks} 
+tr {00249.t2} {00249.f} {00249.p5} -> {00249.p6} 
+tr {00249.t3|00250.t1} : a248 {00249.f} {00250.p1} -> {00250.p3} 
+tr {00250.e} {00250.p6} {00250.p3} -> {00250.p4-eats} 
+tr {00250.t} {00250.p2-thinks} -> {00250.p1} {00250.p5} 
+tr {00250.t0|00251.t4} : b249 {00251.p4-eats} -> {00250.f} {00251.f} {00251.p2-thinks} 
+tr {00250.t2} {00250.f} {00250.p5} -> {00250.p6} 
+tr {00250.t3|00251.t1} : a249 {00250.f} {00251.p1} -> {00251.p3} 
+tr {00251.e} {00251.p6} {00251.p3} -> {00251.p4-eats} 
+tr {00251.t} {00251.p2-thinks} -> {00251.p1} {00251.p5} 
+tr {00251.t0|00252.t4} : b250 {00252.p4-eats} -> {00251.f} {00252.f} {00252.p2-thinks} 
+tr {00251.t2} {00251.f} {00251.p5} -> {00251.p6} 
+tr {00251.t3|00252.t1} : a250 {00251.f} {00252.p1} -> {00252.p3} 
+tr {00252.e} {00252.p6} {00252.p3} -> {00252.p4-eats} 
+tr {00252.t} {00252.p2-thinks} -> {00252.p1} {00252.p5} 
+tr {00252.t0|00253.t4} : b251 {00253.p4-eats} -> {00252.f} {00253.f} {00253.p2-thinks} 
+tr {00252.t2} {00252.f} {00252.p5} -> {00252.p6} 
+tr {00252.t3|00253.t1} : a251 {00252.f} {00253.p1} -> {00253.p3} 
+tr {00253.e} {00253.p6} {00253.p3} -> {00253.p4-eats} 
+tr {00253.t} {00253.p2-thinks} -> {00253.p1} {00253.p5} 
+tr {00253.t0|00254.t4} : b252 {00254.p4-eats} -> {00253.f} {00254.f} {00254.p2-thinks} 
+tr {00253.t2} {00253.f} {00253.p5} -> {00253.p6} 
+tr {00253.t3|00254.t1} : a252 {00253.f} {00254.p1} -> {00254.p3} 
+tr {00254.e} {00254.p6} {00254.p3} -> {00254.p4-eats} 
+tr {00254.t} {00254.p2-thinks} -> {00254.p1} {00254.p5} 
+tr {00254.t0|00255.t4} : b253 {00255.p4-eats} -> {00254.f} {00255.f} {00255.p2-thinks} 
+tr {00254.t2} {00254.f} {00254.p5} -> {00254.p6} 
+tr {00254.t3|00255.t1} : a253 {00254.f} {00255.p1} -> {00255.p3} 
+tr {00255.e} {00255.p6} {00255.p3} -> {00255.p4-eats} 
+tr {00255.t} {00255.p2-thinks} -> {00255.p1} {00255.p5} 
+tr {00255.t0|00256.t4} : b254 {00256.p4-eats} -> {00255.f} {00256.f} {00256.p2-thinks} 
+tr {00255.t2} {00255.f} {00255.p5} -> {00255.p6} 
+tr {00255.t3|00256.t1} : a254 {00255.f} {00256.p1} -> {00256.p3} 
+tr {00256.e} {00256.p6} {00256.p3} -> {00256.p4-eats} 
+tr {00256.t} {00256.p2-thinks} -> {00256.p1} {00256.p5} 
+tr {00256.t0|00257.t4} : b255 {00257.p4-eats} -> {00256.f} {00257.f} {00257.p2-thinks} 
+tr {00256.t2} {00256.f} {00256.p5} -> {00256.p6} 
+tr {00256.t3|00257.t1} : a255 {00256.f} {00257.p1} -> {00257.p3} 
+tr {00257.e} {00257.p6} {00257.p3} -> {00257.p4-eats} 
+tr {00257.t} {00257.p2-thinks} -> {00257.p1} {00257.p5} 
+tr {00257.t0|00258.t4} : b256 {00258.p4-eats} -> {00257.f} {00258.f} {00258.p2-thinks} 
+tr {00257.t2} {00257.f} {00257.p5} -> {00257.p6} 
+tr {00257.t3|00258.t1} : a256 {00257.f} {00258.p1} -> {00258.p3} 
+tr {00258.e} {00258.p6} {00258.p3} -> {00258.p4-eats} 
+tr {00258.t} {00258.p2-thinks} -> {00258.p1} {00258.p5} 
+tr {00258.t0|00259.t4} : b257 {00259.p4-eats} -> {00258.f} {00259.f} {00259.p2-thinks} 
+tr {00258.t2} {00258.f} {00258.p5} -> {00258.p6} 
+tr {00258.t3|00259.t1} : a257 {00258.f} {00259.p1} -> {00259.p3} 
+tr {00259.e} {00259.p6} {00259.p3} -> {00259.p4-eats} 
+tr {00259.t} {00259.p2-thinks} -> {00259.p1} {00259.p5} 
+tr {00259.t0|00260.t4} : b258 {00260.p4-eats} -> {00259.f} {00260.f} {00260.p2-thinks} 
+tr {00259.t2} {00259.f} {00259.p5} -> {00259.p6} 
+tr {00259.t3|00260.t1} : a258 {00259.f} {00260.p1} -> {00260.p3} 
+tr {00260.e} {00260.p6} {00260.p3} -> {00260.p4-eats} 
+tr {00260.t} {00260.p2-thinks} -> {00260.p1} {00260.p5} 
+tr {00260.t0|00261.t4} : b259 {00261.p4-eats} -> {00260.f} {00261.f} {00261.p2-thinks} 
+tr {00260.t2} {00260.f} {00260.p5} -> {00260.p6} 
+tr {00260.t3|00261.t1} : a259 {00260.f} {00261.p1} -> {00261.p3} 
+tr {00261.e} {00261.p6} {00261.p3} -> {00261.p4-eats} 
+tr {00261.t} {00261.p2-thinks} -> {00261.p1} {00261.p5} 
+tr {00261.t0|00262.t4} : b260 {00262.p4-eats} -> {00261.f} {00262.f} {00262.p2-thinks} 
+tr {00261.t2} {00261.f} {00261.p5} -> {00261.p6} 
+tr {00261.t3|00262.t1} : a260 {00261.f} {00262.p1} -> {00262.p3} 
+tr {00262.e} {00262.p6} {00262.p3} -> {00262.p4-eats} 
+tr {00262.t} {00262.p2-thinks} -> {00262.p1} {00262.p5} 
+tr {00262.t0|00263.t4} : b261 {00263.p4-eats} -> {00262.f} {00263.f} {00263.p2-thinks} 
+tr {00262.t2} {00262.f} {00262.p5} -> {00262.p6} 
+tr {00262.t3|00263.t1} : a261 {00262.f} {00263.p1} -> {00263.p3} 
+tr {00263.e} {00263.p6} {00263.p3} -> {00263.p4-eats} 
+tr {00263.t} {00263.p2-thinks} -> {00263.p1} {00263.p5} 
+tr {00263.t0|00264.t4} : b262 {00264.p4-eats} -> {00263.f} {00264.f} {00264.p2-thinks} 
+tr {00263.t2} {00263.f} {00263.p5} -> {00263.p6} 
+tr {00263.t3|00264.t1} : a262 {00263.f} {00264.p1} -> {00264.p3} 
+tr {00264.e} {00264.p6} {00264.p3} -> {00264.p4-eats} 
+tr {00264.t} {00264.p2-thinks} -> {00264.p1} {00264.p5} 
+tr {00264.t0|00265.t4} : b263 {00265.p4-eats} -> {00264.f} {00265.f} {00265.p2-thinks} 
+tr {00264.t2} {00264.f} {00264.p5} -> {00264.p6} 
+tr {00264.t3|00265.t1} : a263 {00264.f} {00265.p1} -> {00265.p3} 
+tr {00265.e} {00265.p6} {00265.p3} -> {00265.p4-eats} 
+tr {00265.t} {00265.p2-thinks} -> {00265.p1} {00265.p5} 
+tr {00265.t0|00266.t4} : b264 {00266.p4-eats} -> {00265.f} {00266.f} {00266.p2-thinks} 
+tr {00265.t2} {00265.f} {00265.p5} -> {00265.p6} 
+tr {00265.t3|00266.t1} : a264 {00265.f} {00266.p1} -> {00266.p3} 
+tr {00266.e} {00266.p6} {00266.p3} -> {00266.p4-eats} 
+tr {00266.t} {00266.p2-thinks} -> {00266.p1} {00266.p5} 
+tr {00266.t0|00267.t4} : b265 {00267.p4-eats} -> {00266.f} {00267.f} {00267.p2-thinks} 
+tr {00266.t2} {00266.f} {00266.p5} -> {00266.p6} 
+tr {00266.t3|00267.t1} : a265 {00266.f} {00267.p1} -> {00267.p3} 
+tr {00267.e} {00267.p6} {00267.p3} -> {00267.p4-eats} 
+tr {00267.t} {00267.p2-thinks} -> {00267.p1} {00267.p5} 
+tr {00267.t0|00268.t4} : b266 {00268.p4-eats} -> {00267.f} {00268.f} {00268.p2-thinks} 
+tr {00267.t2} {00267.f} {00267.p5} -> {00267.p6} 
+tr {00267.t3|00268.t1} : a266 {00267.f} {00268.p1} -> {00268.p3} 
+tr {00268.e} {00268.p6} {00268.p3} -> {00268.p4-eats} 
+tr {00268.t} {00268.p2-thinks} -> {00268.p1} {00268.p5} 
+tr {00268.t0|00269.t4} : b267 {00269.p4-eats} -> {00268.f} {00269.f} {00269.p2-thinks} 
+tr {00268.t2} {00268.f} {00268.p5} -> {00268.p6} 
+tr {00268.t3|00269.t1} : a267 {00268.f} {00269.p1} -> {00269.p3} 
+tr {00269.e} {00269.p6} {00269.p3} -> {00269.p4-eats} 
+tr {00269.t} {00269.p2-thinks} -> {00269.p1} {00269.p5} 
+tr {00269.t0|00270.t4} : b268 {00270.p4-eats} -> {00269.f} {00270.f} {00270.p2-thinks} 
+tr {00269.t2} {00269.f} {00269.p5} -> {00269.p6} 
+tr {00269.t3|00270.t1} : a268 {00269.f} {00270.p1} -> {00270.p3} 
+tr {00270.e} {00270.p6} {00270.p3} -> {00270.p4-eats} 
+tr {00270.t} {00270.p2-thinks} -> {00270.p1} {00270.p5} 
+tr {00270.t0|00271.t4} : b269 {00271.p4-eats} -> {00270.f} {00271.f} {00271.p2-thinks} 
+tr {00270.t2} {00270.f} {00270.p5} -> {00270.p6} 
+tr {00270.t3|00271.t1} : a269 {00270.f} {00271.p1} -> {00271.p3} 
+tr {00271.e} {00271.p6} {00271.p3} -> {00271.p4-eats} 
+tr {00271.t} {00271.p2-thinks} -> {00271.p1} {00271.p5} 
+tr {00271.t0|00272.t4} : b270 {00272.p4-eats} -> {00271.f} {00272.f} {00272.p2-thinks} 
+tr {00271.t2} {00271.f} {00271.p5} -> {00271.p6} 
+tr {00271.t3|00272.t1} : a270 {00271.f} {00272.p1} -> {00272.p3} 
+tr {00272.e} {00272.p6} {00272.p3} -> {00272.p4-eats} 
+tr {00272.t} {00272.p2-thinks} -> {00272.p1} {00272.p5} 
+tr {00272.t0|00273.t4} : b271 {00273.p4-eats} -> {00272.f} {00273.f} {00273.p2-thinks} 
+tr {00272.t2} {00272.f} {00272.p5} -> {00272.p6} 
+tr {00272.t3|00273.t1} : a271 {00272.f} {00273.p1} -> {00273.p3} 
+tr {00273.e} {00273.p6} {00273.p3} -> {00273.p4-eats} 
+tr {00273.t} {00273.p2-thinks} -> {00273.p1} {00273.p5} 
+tr {00273.t0|00274.t4} : b272 {00274.p4-eats} -> {00273.f} {00274.f} {00274.p2-thinks} 
+tr {00273.t2} {00273.f} {00273.p5} -> {00273.p6} 
+tr {00273.t3|00274.t1} : a272 {00273.f} {00274.p1} -> {00274.p3} 
+tr {00274.e} {00274.p6} {00274.p3} -> {00274.p4-eats} 
+tr {00274.t} {00274.p2-thinks} -> {00274.p1} {00274.p5} 
+tr {00274.t0|00275.t4} : b273 {00275.p4-eats} -> {00274.f} {00275.f} {00275.p2-thinks} 
+tr {00274.t2} {00274.f} {00274.p5} -> {00274.p6} 
+tr {00274.t3|00275.t1} : a273 {00274.f} {00275.p1} -> {00275.p3} 
+tr {00275.e} {00275.p6} {00275.p3} -> {00275.p4-eats} 
+tr {00275.t} {00275.p2-thinks} -> {00275.p1} {00275.p5} 
+tr {00275.t0|00276.t4} : b274 {00276.p4-eats} -> {00275.f} {00276.f} {00276.p2-thinks} 
+tr {00275.t2} {00275.f} {00275.p5} -> {00275.p6} 
+tr {00275.t3|00276.t1} : a274 {00275.f} {00276.p1} -> {00276.p3} 
+tr {00276.e} {00276.p6} {00276.p3} -> {00276.p4-eats} 
+tr {00276.t} {00276.p2-thinks} -> {00276.p1} {00276.p5} 
+tr {00276.t0|00277.t4} : b275 {00277.p4-eats} -> {00276.f} {00277.f} {00277.p2-thinks} 
+tr {00276.t2} {00276.f} {00276.p5} -> {00276.p6} 
+tr {00276.t3|00277.t1} : a275 {00276.f} {00277.p1} -> {00277.p3} 
+tr {00277.e} {00277.p6} {00277.p3} -> {00277.p4-eats} 
+tr {00277.t} {00277.p2-thinks} -> {00277.p1} {00277.p5} 
+tr {00277.t0|00278.t4} : b276 {00278.p4-eats} -> {00277.f} {00278.f} {00278.p2-thinks} 
+tr {00277.t2} {00277.f} {00277.p5} -> {00277.p6} 
+tr {00277.t3|00278.t1} : a276 {00277.f} {00278.p1} -> {00278.p3} 
+tr {00278.e} {00278.p6} {00278.p3} -> {00278.p4-eats} 
+tr {00278.t} {00278.p2-thinks} -> {00278.p1} {00278.p5} 
+tr {00278.t0|00279.t4} : b277 {00279.p4-eats} -> {00278.f} {00279.f} {00279.p2-thinks} 
+tr {00278.t2} {00278.f} {00278.p5} -> {00278.p6} 
+tr {00278.t3|00279.t1} : a277 {00278.f} {00279.p1} -> {00279.p3} 
+tr {00279.e} {00279.p6} {00279.p3} -> {00279.p4-eats} 
+tr {00279.t} {00279.p2-thinks} -> {00279.p1} {00279.p5} 
+tr {00279.t0|00280.t4} : b278 {00280.p4-eats} -> {00279.f} {00280.f} {00280.p2-thinks} 
+tr {00279.t2} {00279.f} {00279.p5} -> {00279.p6} 
+tr {00279.t3|00280.t1} : a278 {00279.f} {00280.p1} -> {00280.p3} 
+tr {00280.e} {00280.p6} {00280.p3} -> {00280.p4-eats} 
+tr {00280.t} {00280.p2-thinks} -> {00280.p1} {00280.p5} 
+tr {00280.t0|00281.t4} : b279 {00281.p4-eats} -> {00280.f} {00281.f} {00281.p2-thinks} 
+tr {00280.t2} {00280.f} {00280.p5} -> {00280.p6} 
+tr {00280.t3|00281.t1} : a279 {00280.f} {00281.p1} -> {00281.p3} 
+tr {00281.e} {00281.p6} {00281.p3} -> {00281.p4-eats} 
+tr {00281.t} {00281.p2-thinks} -> {00281.p1} {00281.p5} 
+tr {00281.t0|00282.t4} : b280 {00282.p4-eats} -> {00281.f} {00282.f} {00282.p2-thinks} 
+tr {00281.t2} {00281.f} {00281.p5} -> {00281.p6} 
+tr {00281.t3|00282.t1} : a280 {00281.f} {00282.p1} -> {00282.p3} 
+tr {00282.e} {00282.p6} {00282.p3} -> {00282.p4-eats} 
+tr {00282.t} {00282.p2-thinks} -> {00282.p1} {00282.p5} 
+tr {00282.t0|00283.t4} : b281 {00283.p4-eats} -> {00282.f} {00283.f} {00283.p2-thinks} 
+tr {00282.t2} {00282.f} {00282.p5} -> {00282.p6} 
+tr {00282.t3|00283.t1} : a281 {00282.f} {00283.p1} -> {00283.p3} 
+tr {00283.e} {00283.p6} {00283.p3} -> {00283.p4-eats} 
+tr {00283.t} {00283.p2-thinks} -> {00283.p1} {00283.p5} 
+tr {00283.t0|00284.t4} : b282 {00284.p4-eats} -> {00283.f} {00284.f} {00284.p2-thinks} 
+tr {00283.t2} {00283.f} {00283.p5} -> {00283.p6} 
+tr {00283.t3|00284.t1} : a282 {00283.f} {00284.p1} -> {00284.p3} 
+tr {00284.e} {00284.p6} {00284.p3} -> {00284.p4-eats} 
+tr {00284.t} {00284.p2-thinks} -> {00284.p1} {00284.p5} 
+tr {00284.t0|00285.t4} : b283 {00285.p4-eats} -> {00284.f} {00285.f} {00285.p2-thinks} 
+tr {00284.t2} {00284.f} {00284.p5} -> {00284.p6} 
+tr {00284.t3|00285.t1} : a283 {00284.f} {00285.p1} -> {00285.p3} 
+tr {00285.e} {00285.p6} {00285.p3} -> {00285.p4-eats} 
+tr {00285.t} {00285.p2-thinks} -> {00285.p1} {00285.p5} 
+tr {00285.t0|00286.t4} : b284 {00286.p4-eats} -> {00285.f} {00286.f} {00286.p2-thinks} 
+tr {00285.t2} {00285.f} {00285.p5} -> {00285.p6} 
+tr {00285.t3|00286.t1} : a284 {00285.f} {00286.p1} -> {00286.p3} 
+tr {00286.e} {00286.p6} {00286.p3} -> {00286.p4-eats} 
+tr {00286.t} {00286.p2-thinks} -> {00286.p1} {00286.p5} 
+tr {00286.t0|00287.t4} : b285 {00287.p4-eats} -> {00286.f} {00287.f} {00287.p2-thinks} 
+tr {00286.t2} {00286.f} {00286.p5} -> {00286.p6} 
+tr {00286.t3|00287.t1} : a285 {00286.f} {00287.p1} -> {00287.p3} 
+tr {00287.e} {00287.p6} {00287.p3} -> {00287.p4-eats} 
+tr {00287.t} {00287.p2-thinks} -> {00287.p1} {00287.p5} 
+tr {00287.t0|00288.t4} : b286 {00288.p4-eats} -> {00287.f} {00288.f} {00288.p2-thinks} 
+tr {00287.t2} {00287.f} {00287.p5} -> {00287.p6} 
+tr {00287.t3|00288.t1} : a286 {00287.f} {00288.p1} -> {00288.p3} 
+tr {00288.e} {00288.p6} {00288.p3} -> {00288.p4-eats} 
+tr {00288.t} {00288.p2-thinks} -> {00288.p1} {00288.p5} 
+tr {00288.t0|00289.t4} : b287 {00289.p4-eats} -> {00288.f} {00289.f} {00289.p2-thinks} 
+tr {00288.t2} {00288.f} {00288.p5} -> {00288.p6} 
+tr {00288.t3|00289.t1} : a287 {00288.f} {00289.p1} -> {00289.p3} 
+tr {00289.e} {00289.p6} {00289.p3} -> {00289.p4-eats} 
+tr {00289.t} {00289.p2-thinks} -> {00289.p1} {00289.p5} 
+tr {00289.t0|00290.t4} : b288 {00290.p4-eats} -> {00289.f} {00290.f} {00290.p2-thinks} 
+tr {00289.t2} {00289.f} {00289.p5} -> {00289.p6} 
+tr {00289.t3|00290.t1} : a288 {00289.f} {00290.p1} -> {00290.p3} 
+tr {00290.e} {00290.p6} {00290.p3} -> {00290.p4-eats} 
+tr {00290.t} {00290.p2-thinks} -> {00290.p1} {00290.p5} 
+tr {00290.t0|00291.t4} : b289 {00291.p4-eats} -> {00290.f} {00291.f} {00291.p2-thinks} 
+tr {00290.t2} {00290.f} {00290.p5} -> {00290.p6} 
+tr {00290.t3|00291.t1} : a289 {00290.f} {00291.p1} -> {00291.p3} 
+tr {00291.e} {00291.p6} {00291.p3} -> {00291.p4-eats} 
+tr {00291.t} {00291.p2-thinks} -> {00291.p1} {00291.p5} 
+tr {00291.t0|00292.t4} : b290 {00292.p4-eats} -> {00291.f} {00292.f} {00292.p2-thinks} 
+tr {00291.t2} {00291.f} {00291.p5} -> {00291.p6} 
+tr {00291.t3|00292.t1} : a290 {00291.f} {00292.p1} -> {00292.p3} 
+tr {00292.e} {00292.p6} {00292.p3} -> {00292.p4-eats} 
+tr {00292.t} {00292.p2-thinks} -> {00292.p1} {00292.p5} 
+tr {00292.t0|00293.t4} : b291 {00293.p4-eats} -> {00292.f} {00293.f} {00293.p2-thinks} 
+tr {00292.t2} {00292.f} {00292.p5} -> {00292.p6} 
+tr {00292.t3|00293.t1} : a291 {00292.f} {00293.p1} -> {00293.p3} 
+tr {00293.e} {00293.p6} {00293.p3} -> {00293.p4-eats} 
+tr {00293.t} {00293.p2-thinks} -> {00293.p1} {00293.p5} 
+tr {00293.t0|00294.t4} : b292 {00294.p4-eats} -> {00293.f} {00294.f} {00294.p2-thinks} 
+tr {00293.t2} {00293.f} {00293.p5} -> {00293.p6} 
+tr {00293.t3|00294.t1} : a292 {00293.f} {00294.p1} -> {00294.p3} 
+tr {00294.e} {00294.p6} {00294.p3} -> {00294.p4-eats} 
+tr {00294.t} {00294.p2-thinks} -> {00294.p1} {00294.p5} 
+tr {00294.t0|00295.t4} : b293 {00295.p4-eats} -> {00294.f} {00295.f} {00295.p2-thinks} 
+tr {00294.t2} {00294.f} {00294.p5} -> {00294.p6} 
+tr {00294.t3|00295.t1} : a293 {00294.f} {00295.p1} -> {00295.p3} 
+tr {00295.e} {00295.p6} {00295.p3} -> {00295.p4-eats} 
+tr {00295.t} {00295.p2-thinks} -> {00295.p1} {00295.p5} 
+tr {00295.t0|00296.t4} : b294 {00296.p4-eats} -> {00295.f} {00296.f} {00296.p2-thinks} 
+tr {00295.t2} {00295.f} {00295.p5} -> {00295.p6} 
+tr {00295.t3|00296.t1} : a294 {00295.f} {00296.p1} -> {00296.p3} 
+tr {00296.e} {00296.p6} {00296.p3} -> {00296.p4-eats} 
+tr {00296.t} {00296.p2-thinks} -> {00296.p1} {00296.p5} 
+tr {00296.t0|00297.t4} : b295 {00297.p4-eats} -> {00296.f} {00297.f} {00297.p2-thinks} 
+tr {00296.t2} {00296.f} {00296.p5} -> {00296.p6} 
+tr {00296.t3|00297.t1} : a295 {00296.f} {00297.p1} -> {00297.p3} 
+tr {00297.e} {00297.p6} {00297.p3} -> {00297.p4-eats} 
+tr {00297.t} {00297.p2-thinks} -> {00297.p1} {00297.p5} 
+tr {00297.t0|00298.t4} : b296 {00298.p4-eats} -> {00297.f} {00298.f} {00298.p2-thinks} 
+tr {00297.t2} {00297.f} {00297.p5} -> {00297.p6} 
+tr {00297.t3|00298.t1} : a296 {00297.f} {00298.p1} -> {00298.p3} 
+tr {00298.e} {00298.p6} {00298.p3} -> {00298.p4-eats} 
+tr {00298.t} {00298.p2-thinks} -> {00298.p1} {00298.p5} 
+tr {00298.t0|00299.t4} : b297 {00299.p4-eats} -> {00298.f} {00299.f} {00299.p2-thinks} 
+tr {00298.t2} {00298.f} {00298.p5} -> {00298.p6} 
+tr {00298.t3|00299.t1} : a297 {00298.f} {00299.p1} -> {00299.p3} 
+tr {00299.e} {00299.p6} {00299.p3} -> {00299.p4-eats} 
+tr {00299.t} {00299.p2-thinks} -> {00299.p1} {00299.p5} 
+tr {00299.t0|00300.t4} : b298 {00300.p4-eats} -> {00299.f} {00300.f} {00300.p2-thinks} 
+tr {00299.t2} {00299.f} {00299.p5} -> {00299.p6} 
+tr {00299.t3|00300.t1} : a298 {00299.f} {00300.p1} -> {00300.p3} 
+tr {00300.e} {00300.p6} {00300.p3} -> {00300.p4-eats} 
+tr {00300.t} {00300.p2-thinks} -> {00300.p1} {00300.p5} 
+tr {00300.t0|00301.t4} : b299 {00301.p4-eats} -> {00300.f} {00301.f} {00301.p2-thinks} 
+tr {00300.t2} {00300.f} {00300.p5} -> {00300.p6} 
+tr {00300.t3|00301.t1} : a299 {00300.f} {00301.p1} -> {00301.p3} 
+tr {00301.e} {00301.p6} {00301.p3} -> {00301.p4-eats} 
+tr {00301.t} {00301.p2-thinks} -> {00301.p1} {00301.p5} 
+tr {00301.t0|00302.t4} : b300 {00302.p4-eats} -> {00301.f} {00302.f} {00302.p2-thinks} 
+tr {00301.t2} {00301.f} {00301.p5} -> {00301.p6} 
+tr {00301.t3|00302.t1} : a300 {00301.f} {00302.p1} -> {00302.p3} 
+tr {00302.e} {00302.p6} {00302.p3} -> {00302.p4-eats} 
+tr {00302.t} {00302.p2-thinks} -> {00302.p1} {00302.p5} 
+tr {00302.t0|00303.t4} : b301 {00303.p4-eats} -> {00302.f} {00303.f} {00303.p2-thinks} 
+tr {00302.t2} {00302.f} {00302.p5} -> {00302.p6} 
+tr {00302.t3|00303.t1} : a301 {00302.f} {00303.p1} -> {00303.p3} 
+tr {00303.e} {00303.p6} {00303.p3} -> {00303.p4-eats} 
+tr {00303.t} {00303.p2-thinks} -> {00303.p1} {00303.p5} 
+tr {00303.t0|00304.t4} : b302 {00304.p4-eats} -> {00303.f} {00304.f} {00304.p2-thinks} 
+tr {00303.t2} {00303.f} {00303.p5} -> {00303.p6} 
+tr {00303.t3|00304.t1} : a302 {00303.f} {00304.p1} -> {00304.p3} 
+tr {00304.e} {00304.p6} {00304.p3} -> {00304.p4-eats} 
+tr {00304.t} {00304.p2-thinks} -> {00304.p1} {00304.p5} 
+tr {00304.t0|00305.t4} : b303 {00305.p4-eats} -> {00304.f} {00305.f} {00305.p2-thinks} 
+tr {00304.t2} {00304.f} {00304.p5} -> {00304.p6} 
+tr {00304.t3|00305.t1} : a303 {00304.f} {00305.p1} -> {00305.p3} 
+tr {00305.e} {00305.p6} {00305.p3} -> {00305.p4-eats} 
+tr {00305.t} {00305.p2-thinks} -> {00305.p1} {00305.p5} 
+tr {00305.t0|00306.t4} : b304 {00306.p4-eats} -> {00305.f} {00306.f} {00306.p2-thinks} 
+tr {00305.t2} {00305.f} {00305.p5} -> {00305.p6} 
+tr {00305.t3|00306.t1} : a304 {00305.f} {00306.p1} -> {00306.p3} 
+tr {00306.e} {00306.p6} {00306.p3} -> {00306.p4-eats} 
+tr {00306.t} {00306.p2-thinks} -> {00306.p1} {00306.p5} 
+tr {00306.t0|00307.t4} : b305 {00307.p4-eats} -> {00306.f} {00307.f} {00307.p2-thinks} 
+tr {00306.t2} {00306.f} {00306.p5} -> {00306.p6} 
+tr {00306.t3|00307.t1} : a305 {00306.f} {00307.p1} -> {00307.p3} 
+tr {00307.e} {00307.p6} {00307.p3} -> {00307.p4-eats} 
+tr {00307.t} {00307.p2-thinks} -> {00307.p1} {00307.p5} 
+tr {00307.t0|00308.t4} : b306 {00308.p4-eats} -> {00307.f} {00308.f} {00308.p2-thinks} 
+tr {00307.t2} {00307.f} {00307.p5} -> {00307.p6} 
+tr {00307.t3|00308.t1} : a306 {00307.f} {00308.p1} -> {00308.p3} 
+tr {00308.e} {00308.p6} {00308.p3} -> {00308.p4-eats} 
+tr {00308.t} {00308.p2-thinks} -> {00308.p1} {00308.p5} 
+tr {00308.t0|00309.t4} : b307 {00309.p4-eats} -> {00308.f} {00309.f} {00309.p2-thinks} 
+tr {00308.t2} {00308.f} {00308.p5} -> {00308.p6} 
+tr {00308.t3|00309.t1} : a307 {00308.f} {00309.p1} -> {00309.p3} 
+tr {00309.e} {00309.p6} {00309.p3} -> {00309.p4-eats} 
+tr {00309.t} {00309.p2-thinks} -> {00309.p1} {00309.p5} 
+tr {00309.t0|00310.t4} : b308 {00310.p4-eats} -> {00309.f} {00310.f} {00310.p2-thinks} 
+tr {00309.t2} {00309.f} {00309.p5} -> {00309.p6} 
+tr {00309.t3|00310.t1} : a308 {00309.f} {00310.p1} -> {00310.p3} 
+tr {00310.e} {00310.p6} {00310.p3} -> {00310.p4-eats} 
+tr {00310.t} {00310.p2-thinks} -> {00310.p1} {00310.p5} 
+tr {00310.t0|00311.t4} : b309 {00311.p4-eats} -> {00310.f} {00311.f} {00311.p2-thinks} 
+tr {00310.t2} {00310.f} {00310.p5} -> {00310.p6} 
+tr {00310.t3|00311.t1} : a309 {00310.f} {00311.p1} -> {00311.p3} 
+tr {00311.e} {00311.p6} {00311.p3} -> {00311.p4-eats} 
+tr {00311.t} {00311.p2-thinks} -> {00311.p1} {00311.p5} 
+tr {00311.t0|00312.t4} : b310 {00312.p4-eats} -> {00311.f} {00312.f} {00312.p2-thinks} 
+tr {00311.t2} {00311.f} {00311.p5} -> {00311.p6} 
+tr {00311.t3|00312.t1} : a310 {00311.f} {00312.p1} -> {00312.p3} 
+tr {00312.e} {00312.p6} {00312.p3} -> {00312.p4-eats} 
+tr {00312.t} {00312.p2-thinks} -> {00312.p1} {00312.p5} 
+tr {00312.t0|00313.t4} : b311 {00313.p4-eats} -> {00312.f} {00313.f} {00313.p2-thinks} 
+tr {00312.t2} {00312.f} {00312.p5} -> {00312.p6} 
+tr {00312.t3|00313.t1} : a311 {00312.f} {00313.p1} -> {00313.p3} 
+tr {00313.e} {00313.p6} {00313.p3} -> {00313.p4-eats} 
+tr {00313.t} {00313.p2-thinks} -> {00313.p1} {00313.p5} 
+tr {00313.t0|00314.t4} : b312 {00314.p4-eats} -> {00313.f} {00314.f} {00314.p2-thinks} 
+tr {00313.t2} {00313.f} {00313.p5} -> {00313.p6} 
+tr {00313.t3|00314.t1} : a312 {00313.f} {00314.p1} -> {00314.p3} 
+tr {00314.e} {00314.p6} {00314.p3} -> {00314.p4-eats} 
+tr {00314.t} {00314.p2-thinks} -> {00314.p1} {00314.p5} 
+tr {00314.t0|00315.t4} : b313 {00315.p4-eats} -> {00314.f} {00315.f} {00315.p2-thinks} 
+tr {00314.t2} {00314.f} {00314.p5} -> {00314.p6} 
+tr {00314.t3|00315.t1} : a313 {00314.f} {00315.p1} -> {00315.p3} 
+tr {00315.e} {00315.p6} {00315.p3} -> {00315.p4-eats} 
+tr {00315.t} {00315.p2-thinks} -> {00315.p1} {00315.p5} 
+tr {00315.t0|00316.t4} : b314 {00316.p4-eats} -> {00315.f} {00316.f} {00316.p2-thinks} 
+tr {00315.t2} {00315.f} {00315.p5} -> {00315.p6} 
+tr {00315.t3|00316.t1} : a314 {00315.f} {00316.p1} -> {00316.p3} 
+tr {00316.e} {00316.p6} {00316.p3} -> {00316.p4-eats} 
+tr {00316.t} {00316.p2-thinks} -> {00316.p1} {00316.p5} 
+tr {00316.t0|00317.t4} : b315 {00317.p4-eats} -> {00316.f} {00317.f} {00317.p2-thinks} 
+tr {00316.t2} {00316.f} {00316.p5} -> {00316.p6} 
+tr {00316.t3|00317.t1} : a315 {00316.f} {00317.p1} -> {00317.p3} 
+tr {00317.e} {00317.p6} {00317.p3} -> {00317.p4-eats} 
+tr {00317.t} {00317.p2-thinks} -> {00317.p1} {00317.p5} 
+tr {00317.t0|00318.t4} : b316 {00318.p4-eats} -> {00317.f} {00318.f} {00318.p2-thinks} 
+tr {00317.t2} {00317.f} {00317.p5} -> {00317.p6} 
+tr {00317.t3|00318.t1} : a316 {00317.f} {00318.p1} -> {00318.p3} 
+tr {00318.e} {00318.p6} {00318.p3} -> {00318.p4-eats} 
+tr {00318.t} {00318.p2-thinks} -> {00318.p1} {00318.p5} 
+tr {00318.t0|00319.t4} : b317 {00319.p4-eats} -> {00318.f} {00319.f} {00319.p2-thinks} 
+tr {00318.t2} {00318.f} {00318.p5} -> {00318.p6} 
+tr {00318.t3|00319.t1} : a317 {00318.f} {00319.p1} -> {00319.p3} 
+tr {00319.e} {00319.p6} {00319.p3} -> {00319.p4-eats} 
+tr {00319.t} {00319.p2-thinks} -> {00319.p1} {00319.p5} 
+tr {00319.t0|00320.t4} : b318 {00320.p4-eats} -> {00319.f} {00320.f} {00320.p2-thinks} 
+tr {00319.t2} {00319.f} {00319.p5} -> {00319.p6} 
+tr {00319.t3|00320.t1} : a318 {00319.f} {00320.p1} -> {00320.p3} 
+tr {00320.e} {00320.p6} {00320.p3} -> {00320.p4-eats} 
+tr {00320.t} {00320.p2-thinks} -> {00320.p1} {00320.p5} 
+tr {00320.t0|00321.t4} : b319 {00321.p4-eats} -> {00320.f} {00321.f} {00321.p2-thinks} 
+tr {00320.t2} {00320.f} {00320.p5} -> {00320.p6} 
+tr {00320.t3|00321.t1} : a319 {00320.f} {00321.p1} -> {00321.p3} 
+tr {00321.e} {00321.p6} {00321.p3} -> {00321.p4-eats} 
+tr {00321.t} {00321.p2-thinks} -> {00321.p1} {00321.p5} 
+tr {00321.t0|00322.t4} : b320 {00322.p4-eats} -> {00321.f} {00322.f} {00322.p2-thinks} 
+tr {00321.t2} {00321.f} {00321.p5} -> {00321.p6} 
+tr {00321.t3|00322.t1} : a320 {00321.f} {00322.p1} -> {00322.p3} 
+tr {00322.e} {00322.p6} {00322.p3} -> {00322.p4-eats} 
+tr {00322.t} {00322.p2-thinks} -> {00322.p1} {00322.p5} 
+tr {00322.t0|00323.t4} : b321 {00323.p4-eats} -> {00322.f} {00323.f} {00323.p2-thinks} 
+tr {00322.t2} {00322.f} {00322.p5} -> {00322.p6} 
+tr {00322.t3|00323.t1} : a321 {00322.f} {00323.p1} -> {00323.p3} 
+tr {00323.e} {00323.p6} {00323.p3} -> {00323.p4-eats} 
+tr {00323.t} {00323.p2-thinks} -> {00323.p1} {00323.p5} 
+tr {00323.t0|00324.t4} : b322 {00324.p4-eats} -> {00323.f} {00324.f} {00324.p2-thinks} 
+tr {00323.t2} {00323.f} {00323.p5} -> {00323.p6} 
+tr {00323.t3|00324.t1} : a322 {00323.f} {00324.p1} -> {00324.p3} 
+tr {00324.e} {00324.p6} {00324.p3} -> {00324.p4-eats} 
+tr {00324.t} {00324.p2-thinks} -> {00324.p1} {00324.p5} 
+tr {00324.t0|00325.t4} : b323 {00325.p4-eats} -> {00324.f} {00325.f} {00325.p2-thinks} 
+tr {00324.t2} {00324.f} {00324.p5} -> {00324.p6} 
+tr {00324.t3|00325.t1} : a323 {00324.f} {00325.p1} -> {00325.p3} 
+tr {00325.e} {00325.p6} {00325.p3} -> {00325.p4-eats} 
+tr {00325.t} {00325.p2-thinks} -> {00325.p1} {00325.p5} 
+tr {00325.t0|00326.t4} : b324 {00326.p4-eats} -> {00325.f} {00326.f} {00326.p2-thinks} 
+tr {00325.t2} {00325.f} {00325.p5} -> {00325.p6} 
+tr {00325.t3|00326.t1} : a324 {00325.f} {00326.p1} -> {00326.p3} 
+tr {00326.e} {00326.p6} {00326.p3} -> {00326.p4-eats} 
+tr {00326.t} {00326.p2-thinks} -> {00326.p1} {00326.p5} 
+tr {00326.t0|00327.t4} : b325 {00327.p4-eats} -> {00326.f} {00327.f} {00327.p2-thinks} 
+tr {00326.t2} {00326.f} {00326.p5} -> {00326.p6} 
+tr {00326.t3|00327.t1} : a325 {00326.f} {00327.p1} -> {00327.p3} 
+tr {00327.e} {00327.p6} {00327.p3} -> {00327.p4-eats} 
+tr {00327.t} {00327.p2-thinks} -> {00327.p1} {00327.p5} 
+tr {00327.t0|00328.t4} : b326 {00328.p4-eats} -> {00327.f} {00328.f} {00328.p2-thinks} 
+tr {00327.t2} {00327.f} {00327.p5} -> {00327.p6} 
+tr {00327.t3|00328.t1} : a326 {00327.f} {00328.p1} -> {00328.p3} 
+tr {00328.e} {00328.p6} {00328.p3} -> {00328.p4-eats} 
+tr {00328.t} {00328.p2-thinks} -> {00328.p1} {00328.p5} 
+tr {00328.t0|00329.t4} : b327 {00329.p4-eats} -> {00328.f} {00329.f} {00329.p2-thinks} 
+tr {00328.t2} {00328.f} {00328.p5} -> {00328.p6} 
+tr {00328.t3|00329.t1} : a327 {00328.f} {00329.p1} -> {00329.p3} 
+tr {00329.e} {00329.p6} {00329.p3} -> {00329.p4-eats} 
+tr {00329.t} {00329.p2-thinks} -> {00329.p1} {00329.p5} 
+tr {00329.t0|00330.t4} : b328 {00330.p4-eats} -> {00329.f} {00330.f} {00330.p2-thinks} 
+tr {00329.t2} {00329.f} {00329.p5} -> {00329.p6} 
+tr {00329.t3|00330.t1} : a328 {00329.f} {00330.p1} -> {00330.p3} 
+tr {00330.e} {00330.p6} {00330.p3} -> {00330.p4-eats} 
+tr {00330.t} {00330.p2-thinks} -> {00330.p1} {00330.p5} 
+tr {00330.t0|00331.t4} : b329 {00331.p4-eats} -> {00330.f} {00331.f} {00331.p2-thinks} 
+tr {00330.t2} {00330.f} {00330.p5} -> {00330.p6} 
+tr {00330.t3|00331.t1} : a329 {00330.f} {00331.p1} -> {00331.p3} 
+tr {00331.e} {00331.p6} {00331.p3} -> {00331.p4-eats} 
+tr {00331.t} {00331.p2-thinks} -> {00331.p1} {00331.p5} 
+tr {00331.t0|00332.t4} : b330 {00332.p4-eats} -> {00331.f} {00332.f} {00332.p2-thinks} 
+tr {00331.t2} {00331.f} {00331.p5} -> {00331.p6} 
+tr {00331.t3|00332.t1} : a330 {00331.f} {00332.p1} -> {00332.p3} 
+tr {00332.e} {00332.p6} {00332.p3} -> {00332.p4-eats} 
+tr {00332.t} {00332.p2-thinks} -> {00332.p1} {00332.p5} 
+tr {00332.t0|00333.t4} : b331 {00333.p4-eats} -> {00332.f} {00333.f} {00333.p2-thinks} 
+tr {00332.t2} {00332.f} {00332.p5} -> {00332.p6} 
+tr {00332.t3|00333.t1} : a331 {00332.f} {00333.p1} -> {00333.p3} 
+tr {00333.e} {00333.p6} {00333.p3} -> {00333.p4-eats} 
+tr {00333.t} {00333.p2-thinks} -> {00333.p1} {00333.p5} 
+tr {00333.t0|00334.t4} : b332 {00334.p4-eats} -> {00333.f} {00334.f} {00334.p2-thinks} 
+tr {00333.t2} {00333.f} {00333.p5} -> {00333.p6} 
+tr {00333.t3|00334.t1} : a332 {00333.f} {00334.p1} -> {00334.p3} 
+tr {00334.e} {00334.p6} {00334.p3} -> {00334.p4-eats} 
+tr {00334.t} {00334.p2-thinks} -> {00334.p1} {00334.p5} 
+tr {00334.t0|00335.t4} : b333 {00335.p4-eats} -> {00334.f} {00335.f} {00335.p2-thinks} 
+tr {00334.t2} {00334.f} {00334.p5} -> {00334.p6} 
+tr {00334.t3|00335.t1} : a333 {00334.f} {00335.p1} -> {00335.p3} 
+tr {00335.e} {00335.p6} {00335.p3} -> {00335.p4-eats} 
+tr {00335.t} {00335.p2-thinks} -> {00335.p1} {00335.p5} 
+tr {00335.t0|00336.t4} : b334 {00336.p4-eats} -> {00335.f} {00336.f} {00336.p2-thinks} 
+tr {00335.t2} {00335.f} {00335.p5} -> {00335.p6} 
+tr {00335.t3|00336.t1} : a334 {00335.f} {00336.p1} -> {00336.p3} 
+tr {00336.e} {00336.p6} {00336.p3} -> {00336.p4-eats} 
+tr {00336.t} {00336.p2-thinks} -> {00336.p1} {00336.p5} 
+tr {00336.t0|00337.t4} : b335 {00337.p4-eats} -> {00336.f} {00337.f} {00337.p2-thinks} 
+tr {00336.t2} {00336.f} {00336.p5} -> {00336.p6} 
+tr {00336.t3|00337.t1} : a335 {00336.f} {00337.p1} -> {00337.p3} 
+tr {00337.e} {00337.p6} {00337.p3} -> {00337.p4-eats} 
+tr {00337.t} {00337.p2-thinks} -> {00337.p1} {00337.p5} 
+tr {00337.t0|00338.t4} : b336 {00338.p4-eats} -> {00337.f} {00338.f} {00338.p2-thinks} 
+tr {00337.t2} {00337.f} {00337.p5} -> {00337.p6} 
+tr {00337.t3|00338.t1} : a336 {00337.f} {00338.p1} -> {00338.p3} 
+tr {00338.e} {00338.p6} {00338.p3} -> {00338.p4-eats} 
+tr {00338.t} {00338.p2-thinks} -> {00338.p1} {00338.p5} 
+tr {00338.t0|00339.t4} : b337 {00339.p4-eats} -> {00338.f} {00339.f} {00339.p2-thinks} 
+tr {00338.t2} {00338.f} {00338.p5} -> {00338.p6} 
+tr {00338.t3|00339.t1} : a337 {00338.f} {00339.p1} -> {00339.p3} 
+tr {00339.e} {00339.p6} {00339.p3} -> {00339.p4-eats} 
+tr {00339.t} {00339.p2-thinks} -> {00339.p1} {00339.p5} 
+tr {00339.t0|00340.t4} : b338 {00340.p4-eats} -> {00339.f} {00340.f} {00340.p2-thinks} 
+tr {00339.t2} {00339.f} {00339.p5} -> {00339.p6} 
+tr {00339.t3|00340.t1} : a338 {00339.f} {00340.p1} -> {00340.p3} 
+tr {00340.e} {00340.p6} {00340.p3} -> {00340.p4-eats} 
+tr {00340.t} {00340.p2-thinks} -> {00340.p1} {00340.p5} 
+tr {00340.t0|00341.t4} : b339 {00341.p4-eats} -> {00340.f} {00341.f} {00341.p2-thinks} 
+tr {00340.t2} {00340.f} {00340.p5} -> {00340.p6} 
+tr {00340.t3|00341.t1} : a339 {00340.f} {00341.p1} -> {00341.p3} 
+tr {00341.e} {00341.p6} {00341.p3} -> {00341.p4-eats} 
+tr {00341.t} {00341.p2-thinks} -> {00341.p1} {00341.p5} 
+tr {00341.t0|00342.t4} : b340 {00342.p4-eats} -> {00341.f} {00342.f} {00342.p2-thinks} 
+tr {00341.t2} {00341.f} {00341.p5} -> {00341.p6} 
+tr {00341.t3|00342.t1} : a340 {00341.f} {00342.p1} -> {00342.p3} 
+tr {00342.e} {00342.p6} {00342.p3} -> {00342.p4-eats} 
+tr {00342.t} {00342.p2-thinks} -> {00342.p1} {00342.p5} 
+tr {00342.t0|00343.t4} : b341 {00343.p4-eats} -> {00342.f} {00343.f} {00343.p2-thinks} 
+tr {00342.t2} {00342.f} {00342.p5} -> {00342.p6} 
+tr {00342.t3|00343.t1} : a341 {00342.f} {00343.p1} -> {00343.p3} 
+tr {00343.e} {00343.p6} {00343.p3} -> {00343.p4-eats} 
+tr {00343.t} {00343.p2-thinks} -> {00343.p1} {00343.p5} 
+tr {00343.t0|00344.t4} : b342 {00344.p4-eats} -> {00343.f} {00344.f} {00344.p2-thinks} 
+tr {00343.t2} {00343.f} {00343.p5} -> {00343.p6} 
+tr {00343.t3|00344.t1} : a342 {00343.f} {00344.p1} -> {00344.p3} 
+tr {00344.e} {00344.p6} {00344.p3} -> {00344.p4-eats} 
+tr {00344.t} {00344.p2-thinks} -> {00344.p1} {00344.p5} 
+tr {00344.t0|00345.t4} : b343 {00345.p4-eats} -> {00344.f} {00345.f} {00345.p2-thinks} 
+tr {00344.t2} {00344.f} {00344.p5} -> {00344.p6} 
+tr {00344.t3|00345.t1} : a343 {00344.f} {00345.p1} -> {00345.p3} 
+tr {00345.e} {00345.p6} {00345.p3} -> {00345.p4-eats} 
+tr {00345.t} {00345.p2-thinks} -> {00345.p1} {00345.p5} 
+tr {00345.t0|00346.t4} : b344 {00346.p4-eats} -> {00345.f} {00346.f} {00346.p2-thinks} 
+tr {00345.t2} {00345.f} {00345.p5} -> {00345.p6} 
+tr {00345.t3|00346.t1} : a344 {00345.f} {00346.p1} -> {00346.p3} 
+tr {00346.e} {00346.p6} {00346.p3} -> {00346.p4-eats} 
+tr {00346.t} {00346.p2-thinks} -> {00346.p1} {00346.p5} 
+tr {00346.t0|00347.t4} : b345 {00347.p4-eats} -> {00346.f} {00347.f} {00347.p2-thinks} 
+tr {00346.t2} {00346.f} {00346.p5} -> {00346.p6} 
+tr {00346.t3|00347.t1} : a345 {00346.f} {00347.p1} -> {00347.p3} 
+tr {00347.e} {00347.p6} {00347.p3} -> {00347.p4-eats} 
+tr {00347.t} {00347.p2-thinks} -> {00347.p1} {00347.p5} 
+tr {00347.t0|00348.t4} : b346 {00348.p4-eats} -> {00347.f} {00348.f} {00348.p2-thinks} 
+tr {00347.t2} {00347.f} {00347.p5} -> {00347.p6} 
+tr {00347.t3|00348.t1} : a346 {00347.f} {00348.p1} -> {00348.p3} 
+tr {00348.e} {00348.p6} {00348.p3} -> {00348.p4-eats} 
+tr {00348.t} {00348.p2-thinks} -> {00348.p1} {00348.p5} 
+tr {00348.t0|00349.t4} : b347 {00349.p4-eats} -> {00348.f} {00349.f} {00349.p2-thinks} 
+tr {00348.t2} {00348.f} {00348.p5} -> {00348.p6} 
+tr {00348.t3|00349.t1} : a347 {00348.f} {00349.p1} -> {00349.p3} 
+tr {00349.e} {00349.p6} {00349.p3} -> {00349.p4-eats} 
+tr {00349.t} {00349.p2-thinks} -> {00349.p1} {00349.p5} 
+tr {00349.t0|00350.t4} : b348 {00350.p4-eats} -> {00349.f} {00350.f} {00350.p2-thinks} 
+tr {00349.t2} {00349.f} {00349.p5} -> {00349.p6} 
+tr {00349.t3|00350.t1} : a348 {00349.f} {00350.p1} -> {00350.p3} 
+tr {00350.e} {00350.p6} {00350.p3} -> {00350.p4-eats} 
+tr {00350.t} {00350.p2-thinks} -> {00350.p1} {00350.p5} 
+tr {00350.t0|00351.t4} : b349 {00351.p4-eats} -> {00350.f} {00351.f} {00351.p2-thinks} 
+tr {00350.t2} {00350.f} {00350.p5} -> {00350.p6} 
+tr {00350.t3|00351.t1} : a349 {00350.f} {00351.p1} -> {00351.p3} 
+tr {00351.e} {00351.p6} {00351.p3} -> {00351.p4-eats} 
+tr {00351.t} {00351.p2-thinks} -> {00351.p1} {00351.p5} 
+tr {00351.t0|00352.t4} : b350 {00352.p4-eats} -> {00351.f} {00352.f} {00352.p2-thinks} 
+tr {00351.t2} {00351.f} {00351.p5} -> {00351.p6} 
+tr {00351.t3|00352.t1} : a350 {00351.f} {00352.p1} -> {00352.p3} 
+tr {00352.e} {00352.p6} {00352.p3} -> {00352.p4-eats} 
+tr {00352.t} {00352.p2-thinks} -> {00352.p1} {00352.p5} 
+tr {00352.t0|00353.t4} : b351 {00353.p4-eats} -> {00352.f} {00353.f} {00353.p2-thinks} 
+tr {00352.t2} {00352.f} {00352.p5} -> {00352.p6} 
+tr {00352.t3|00353.t1} : a351 {00352.f} {00353.p1} -> {00353.p3} 
+tr {00353.e} {00353.p6} {00353.p3} -> {00353.p4-eats} 
+tr {00353.t} {00353.p2-thinks} -> {00353.p1} {00353.p5} 
+tr {00353.t0|00354.t4} : b352 {00354.p4-eats} -> {00353.f} {00354.f} {00354.p2-thinks} 
+tr {00353.t2} {00353.f} {00353.p5} -> {00353.p6} 
+tr {00353.t3|00354.t1} : a352 {00353.f} {00354.p1} -> {00354.p3} 
+tr {00354.e} {00354.p6} {00354.p3} -> {00354.p4-eats} 
+tr {00354.t} {00354.p2-thinks} -> {00354.p1} {00354.p5} 
+tr {00354.t0|00355.t4} : b353 {00355.p4-eats} -> {00354.f} {00355.f} {00355.p2-thinks} 
+tr {00354.t2} {00354.f} {00354.p5} -> {00354.p6} 
+tr {00354.t3|00355.t1} : a353 {00354.f} {00355.p1} -> {00355.p3} 
+tr {00355.e} {00355.p6} {00355.p3} -> {00355.p4-eats} 
+tr {00355.t} {00355.p2-thinks} -> {00355.p1} {00355.p5} 
+tr {00355.t0|00356.t4} : b354 {00356.p4-eats} -> {00355.f} {00356.f} {00356.p2-thinks} 
+tr {00355.t2} {00355.f} {00355.p5} -> {00355.p6} 
+tr {00355.t3|00356.t1} : a354 {00355.f} {00356.p1} -> {00356.p3} 
+tr {00356.e} {00356.p6} {00356.p3} -> {00356.p4-eats} 
+tr {00356.t} {00356.p2-thinks} -> {00356.p1} {00356.p5} 
+tr {00356.t0|00357.t4} : b355 {00357.p4-eats} -> {00356.f} {00357.f} {00357.p2-thinks} 
+tr {00356.t2} {00356.f} {00356.p5} -> {00356.p6} 
+tr {00356.t3|00357.t1} : a355 {00356.f} {00357.p1} -> {00357.p3} 
+tr {00357.e} {00357.p6} {00357.p3} -> {00357.p4-eats} 
+tr {00357.t} {00357.p2-thinks} -> {00357.p1} {00357.p5} 
+tr {00357.t0|00358.t4} : b356 {00358.p4-eats} -> {00357.f} {00358.f} {00358.p2-thinks} 
+tr {00357.t2} {00357.f} {00357.p5} -> {00357.p6} 
+tr {00357.t3|00358.t1} : a356 {00357.f} {00358.p1} -> {00358.p3} 
+tr {00358.e} {00358.p6} {00358.p3} -> {00358.p4-eats} 
+tr {00358.t} {00358.p2-thinks} -> {00358.p1} {00358.p5} 
+tr {00358.t0|00359.t4} : b357 {00359.p4-eats} -> {00358.f} {00359.f} {00359.p2-thinks} 
+tr {00358.t2} {00358.f} {00358.p5} -> {00358.p6} 
+tr {00358.t3|00359.t1} : a357 {00358.f} {00359.p1} -> {00359.p3} 
+tr {00359.e} {00359.p6} {00359.p3} -> {00359.p4-eats} 
+tr {00359.t} {00359.p2-thinks} -> {00359.p1} {00359.p5} 
+tr {00359.t0|00360.t4} : b358 {00360.p4-eats} -> {00359.f} {00360.f} {00360.p2-thinks} 
+tr {00359.t2} {00359.f} {00359.p5} -> {00359.p6} 
+tr {00359.t3|00360.t1} : a358 {00359.f} {00360.p1} -> {00360.p3} 
+tr {00360.e} {00360.p6} {00360.p3} -> {00360.p4-eats} 
+tr {00360.t} {00360.p2-thinks} -> {00360.p1} {00360.p5} 
+tr {00360.t0|00361.t4} : b359 {00361.p4-eats} -> {00360.f} {00361.f} {00361.p2-thinks} 
+tr {00360.t2} {00360.f} {00360.p5} -> {00360.p6} 
+tr {00360.t3|00361.t1} : a359 {00360.f} {00361.p1} -> {00361.p3} 
+tr {00361.e} {00361.p6} {00361.p3} -> {00361.p4-eats} 
+tr {00361.t} {00361.p2-thinks} -> {00361.p1} {00361.p5} 
+tr {00361.t0|00362.t4} : b360 {00362.p4-eats} -> {00361.f} {00362.f} {00362.p2-thinks} 
+tr {00361.t2} {00361.f} {00361.p5} -> {00361.p6} 
+tr {00361.t3|00362.t1} : a360 {00361.f} {00362.p1} -> {00362.p3} 
+tr {00362.e} {00362.p6} {00362.p3} -> {00362.p4-eats} 
+tr {00362.t} {00362.p2-thinks} -> {00362.p1} {00362.p5} 
+tr {00362.t0|00363.t4} : b361 {00363.p4-eats} -> {00362.f} {00363.f} {00363.p2-thinks} 
+tr {00362.t2} {00362.f} {00362.p5} -> {00362.p6} 
+tr {00362.t3|00363.t1} : a361 {00362.f} {00363.p1} -> {00363.p3} 
+tr {00363.e} {00363.p6} {00363.p3} -> {00363.p4-eats} 
+tr {00363.t} {00363.p2-thinks} -> {00363.p1} {00363.p5} 
+tr {00363.t0|00364.t4} : b362 {00364.p4-eats} -> {00363.f} {00364.f} {00364.p2-thinks} 
+tr {00363.t2} {00363.f} {00363.p5} -> {00363.p6} 
+tr {00363.t3|00364.t1} : a362 {00363.f} {00364.p1} -> {00364.p3} 
+tr {00364.e} {00364.p6} {00364.p3} -> {00364.p4-eats} 
+tr {00364.t} {00364.p2-thinks} -> {00364.p1} {00364.p5} 
+tr {00364.t0|00365.t4} : b363 {00365.p4-eats} -> {00364.f} {00365.f} {00365.p2-thinks} 
+tr {00364.t2} {00364.f} {00364.p5} -> {00364.p6} 
+tr {00364.t3|00365.t1} : a363 {00364.f} {00365.p1} -> {00365.p3} 
+tr {00365.e} {00365.p6} {00365.p3} -> {00365.p4-eats} 
+tr {00365.t} {00365.p2-thinks} -> {00365.p1} {00365.p5} 
+tr {00365.t0|00366.t4} : b364 {00366.p4-eats} -> {00365.f} {00366.f} {00366.p2-thinks} 
+tr {00365.t2} {00365.f} {00365.p5} -> {00365.p6} 
+tr {00365.t3|00366.t1} : a364 {00365.f} {00366.p1} -> {00366.p3} 
+tr {00366.e} {00366.p6} {00366.p3} -> {00366.p4-eats} 
+tr {00366.t} {00366.p2-thinks} -> {00366.p1} {00366.p5} 
+tr {00366.t0|00367.t4} : b365 {00367.p4-eats} -> {00366.f} {00367.f} {00367.p2-thinks} 
+tr {00366.t2} {00366.f} {00366.p5} -> {00366.p6} 
+tr {00366.t3|00367.t1} : a365 {00366.f} {00367.p1} -> {00367.p3} 
+tr {00367.e} {00367.p6} {00367.p3} -> {00367.p4-eats} 
+tr {00367.t} {00367.p2-thinks} -> {00367.p1} {00367.p5} 
+tr {00367.t0|00368.t4} : b366 {00368.p4-eats} -> {00367.f} {00368.f} {00368.p2-thinks} 
+tr {00367.t2} {00367.f} {00367.p5} -> {00367.p6} 
+tr {00367.t3|00368.t1} : a366 {00367.f} {00368.p1} -> {00368.p3} 
+tr {00368.e} {00368.p6} {00368.p3} -> {00368.p4-eats} 
+tr {00368.t} {00368.p2-thinks} -> {00368.p1} {00368.p5} 
+tr {00368.t0|00369.t4} : b367 {00369.p4-eats} -> {00368.f} {00369.f} {00369.p2-thinks} 
+tr {00368.t2} {00368.f} {00368.p5} -> {00368.p6} 
+tr {00368.t3|00369.t1} : a367 {00368.f} {00369.p1} -> {00369.p3} 
+tr {00369.e} {00369.p6} {00369.p3} -> {00369.p4-eats} 
+tr {00369.t} {00369.p2-thinks} -> {00369.p1} {00369.p5} 
+tr {00369.t0|00370.t4} : b368 {00370.p4-eats} -> {00369.f} {00370.f} {00370.p2-thinks} 
+tr {00369.t2} {00369.f} {00369.p5} -> {00369.p6} 
+tr {00369.t3|00370.t1} : a368 {00369.f} {00370.p1} -> {00370.p3} 
+tr {00370.e} {00370.p6} {00370.p3} -> {00370.p4-eats} 
+tr {00370.t} {00370.p2-thinks} -> {00370.p1} {00370.p5} 
+tr {00370.t0|00371.t4} : b369 {00371.p4-eats} -> {00370.f} {00371.f} {00371.p2-thinks} 
+tr {00370.t2} {00370.f} {00370.p5} -> {00370.p6} 
+tr {00370.t3|00371.t1} : a369 {00370.f} {00371.p1} -> {00371.p3} 
+tr {00371.e} {00371.p6} {00371.p3} -> {00371.p4-eats} 
+tr {00371.t} {00371.p2-thinks} -> {00371.p1} {00371.p5} 
+tr {00371.t0|00372.t4} : b370 {00372.p4-eats} -> {00371.f} {00372.f} {00372.p2-thinks} 
+tr {00371.t2} {00371.f} {00371.p5} -> {00371.p6} 
+tr {00371.t3|00372.t1} : a370 {00371.f} {00372.p1} -> {00372.p3} 
+tr {00372.e} {00372.p6} {00372.p3} -> {00372.p4-eats} 
+tr {00372.t} {00372.p2-thinks} -> {00372.p1} {00372.p5} 
+tr {00372.t0|00373.t4} : b371 {00373.p4-eats} -> {00372.f} {00373.f} {00373.p2-thinks} 
+tr {00372.t2} {00372.f} {00372.p5} -> {00372.p6} 
+tr {00372.t3|00373.t1} : a371 {00372.f} {00373.p1} -> {00373.p3} 
+tr {00373.e} {00373.p6} {00373.p3} -> {00373.p4-eats} 
+tr {00373.t} {00373.p2-thinks} -> {00373.p1} {00373.p5} 
+tr {00373.t0|00374.t4} : b372 {00374.p4-eats} -> {00373.f} {00374.f} {00374.p2-thinks} 
+tr {00373.t2} {00373.f} {00373.p5} -> {00373.p6} 
+tr {00373.t3|00374.t1} : a372 {00373.f} {00374.p1} -> {00374.p3} 
+tr {00374.e} {00374.p6} {00374.p3} -> {00374.p4-eats} 
+tr {00374.t} {00374.p2-thinks} -> {00374.p1} {00374.p5} 
+tr {00374.t0|00375.t4} : b373 {00375.p4-eats} -> {00374.f} {00375.f} {00375.p2-thinks} 
+tr {00374.t2} {00374.f} {00374.p5} -> {00374.p6} 
+tr {00374.t3|00375.t1} : a373 {00374.f} {00375.p1} -> {00375.p3} 
+tr {00375.e} {00375.p6} {00375.p3} -> {00375.p4-eats} 
+tr {00375.t} {00375.p2-thinks} -> {00375.p1} {00375.p5} 
+tr {00375.t0|00376.t4} : b374 {00376.p4-eats} -> {00375.f} {00376.f} {00376.p2-thinks} 
+tr {00375.t2} {00375.f} {00375.p5} -> {00375.p6} 
+tr {00375.t3|00376.t1} : a374 {00375.f} {00376.p1} -> {00376.p3} 
+tr {00376.e} {00376.p6} {00376.p3} -> {00376.p4-eats} 
+tr {00376.t} {00376.p2-thinks} -> {00376.p1} {00376.p5} 
+tr {00376.t0|00377.t4} : b375 {00377.p4-eats} -> {00376.f} {00377.f} {00377.p2-thinks} 
+tr {00376.t2} {00376.f} {00376.p5} -> {00376.p6} 
+tr {00376.t3|00377.t1} : a375 {00376.f} {00377.p1} -> {00377.p3} 
+tr {00377.e} {00377.p6} {00377.p3} -> {00377.p4-eats} 
+tr {00377.t} {00377.p2-thinks} -> {00377.p1} {00377.p5} 
+tr {00377.t0|00378.t4} : b376 {00378.p4-eats} -> {00377.f} {00378.f} {00378.p2-thinks} 
+tr {00377.t2} {00377.f} {00377.p5} -> {00377.p6} 
+tr {00377.t3|00378.t1} : a376 {00377.f} {00378.p1} -> {00378.p3} 
+tr {00378.e} {00378.p6} {00378.p3} -> {00378.p4-eats} 
+tr {00378.t} {00378.p2-thinks} -> {00378.p1} {00378.p5} 
+tr {00378.t0|00379.t4} : b377 {00379.p4-eats} -> {00378.f} {00379.f} {00379.p2-thinks} 
+tr {00378.t2} {00378.f} {00378.p5} -> {00378.p6} 
+tr {00378.t3|00379.t1} : a377 {00378.f} {00379.p1} -> {00379.p3} 
+tr {00379.e} {00379.p6} {00379.p3} -> {00379.p4-eats} 
+tr {00379.t} {00379.p2-thinks} -> {00379.p1} {00379.p5} 
+tr {00379.t0|00380.t4} : b378 {00380.p4-eats} -> {00379.f} {00380.f} {00380.p2-thinks} 
+tr {00379.t2} {00379.f} {00379.p5} -> {00379.p6} 
+tr {00379.t3|00380.t1} : a378 {00379.f} {00380.p1} -> {00380.p3} 
+tr {00380.e} {00380.p6} {00380.p3} -> {00380.p4-eats} 
+tr {00380.t} {00380.p2-thinks} -> {00380.p1} {00380.p5} 
+tr {00380.t0|00381.t4} : b379 {00381.p4-eats} -> {00380.f} {00381.f} {00381.p2-thinks} 
+tr {00380.t2} {00380.f} {00380.p5} -> {00380.p6} 
+tr {00380.t3|00381.t1} : a379 {00380.f} {00381.p1} -> {00381.p3} 
+tr {00381.e} {00381.p6} {00381.p3} -> {00381.p4-eats} 
+tr {00381.t} {00381.p2-thinks} -> {00381.p1} {00381.p5} 
+tr {00381.t0|00382.t4} : b380 {00382.p4-eats} -> {00381.f} {00382.f} {00382.p2-thinks} 
+tr {00381.t2} {00381.f} {00381.p5} -> {00381.p6} 
+tr {00381.t3|00382.t1} : a380 {00381.f} {00382.p1} -> {00382.p3} 
+tr {00382.e} {00382.p6} {00382.p3} -> {00382.p4-eats} 
+tr {00382.t} {00382.p2-thinks} -> {00382.p1} {00382.p5} 
+tr {00382.t0|00383.t4} : b381 {00383.p4-eats} -> {00382.f} {00383.f} {00383.p2-thinks} 
+tr {00382.t2} {00382.f} {00382.p5} -> {00382.p6} 
+tr {00382.t3|00383.t1} : a381 {00382.f} {00383.p1} -> {00383.p3} 
+tr {00383.e} {00383.p6} {00383.p3} -> {00383.p4-eats} 
+tr {00383.t} {00383.p2-thinks} -> {00383.p1} {00383.p5} 
+tr {00383.t0|00384.t4} : b382 {00384.p4-eats} -> {00383.f} {00384.f} {00384.p2-thinks} 
+tr {00383.t2} {00383.f} {00383.p5} -> {00383.p6} 
+tr {00383.t3|00384.t1} : a382 {00383.f} {00384.p1} -> {00384.p3} 
+tr {00384.e} {00384.p6} {00384.p3} -> {00384.p4-eats} 
+tr {00384.t} {00384.p2-thinks} -> {00384.p1} {00384.p5} 
+tr {00384.t0|00385.t4} : b383 {00385.p4-eats} -> {00384.f} {00385.f} {00385.p2-thinks} 
+tr {00384.t2} {00384.f} {00384.p5} -> {00384.p6} 
+tr {00384.t3|00385.t1} : a383 {00384.f} {00385.p1} -> {00385.p3} 
+tr {00385.e} {00385.p6} {00385.p3} -> {00385.p4-eats} 
+tr {00385.t} {00385.p2-thinks} -> {00385.p1} {00385.p5} 
+tr {00385.t0|00386.t4} : b384 {00386.p4-eats} -> {00385.f} {00386.f} {00386.p2-thinks} 
+tr {00385.t2} {00385.f} {00385.p5} -> {00385.p6} 
+tr {00385.t3|00386.t1} : a384 {00385.f} {00386.p1} -> {00386.p3} 
+tr {00386.e} {00386.p6} {00386.p3} -> {00386.p4-eats} 
+tr {00386.t} {00386.p2-thinks} -> {00386.p1} {00386.p5} 
+tr {00386.t0|00387.t4} : b385 {00387.p4-eats} -> {00386.f} {00387.f} {00387.p2-thinks} 
+tr {00386.t2} {00386.f} {00386.p5} -> {00386.p6} 
+tr {00386.t3|00387.t1} : a385 {00386.f} {00387.p1} -> {00387.p3} 
+tr {00387.e} {00387.p6} {00387.p3} -> {00387.p4-eats} 
+tr {00387.t} {00387.p2-thinks} -> {00387.p1} {00387.p5} 
+tr {00387.t0|00388.t4} : b386 {00388.p4-eats} -> {00387.f} {00388.f} {00388.p2-thinks} 
+tr {00387.t2} {00387.f} {00387.p5} -> {00387.p6} 
+tr {00387.t3|00388.t1} : a386 {00387.f} {00388.p1} -> {00388.p3} 
+tr {00388.e} {00388.p6} {00388.p3} -> {00388.p4-eats} 
+tr {00388.t} {00388.p2-thinks} -> {00388.p1} {00388.p5} 
+tr {00388.t0|00389.t4} : b387 {00389.p4-eats} -> {00388.f} {00389.f} {00389.p2-thinks} 
+tr {00388.t2} {00388.f} {00388.p5} -> {00388.p6} 
+tr {00388.t3|00389.t1} : a387 {00388.f} {00389.p1} -> {00389.p3} 
+tr {00389.e} {00389.p6} {00389.p3} -> {00389.p4-eats} 
+tr {00389.t} {00389.p2-thinks} -> {00389.p1} {00389.p5} 
+tr {00389.t0|00390.t4} : b388 {00390.p4-eats} -> {00389.f} {00390.f} {00390.p2-thinks} 
+tr {00389.t2} {00389.f} {00389.p5} -> {00389.p6} 
+tr {00389.t3|00390.t1} : a388 {00389.f} {00390.p1} -> {00390.p3} 
+tr {00390.e} {00390.p6} {00390.p3} -> {00390.p4-eats} 
+tr {00390.t} {00390.p2-thinks} -> {00390.p1} {00390.p5} 
+tr {00390.t0|00391.t4} : b389 {00391.p4-eats} -> {00390.f} {00391.f} {00391.p2-thinks} 
+tr {00390.t2} {00390.f} {00390.p5} -> {00390.p6} 
+tr {00390.t3|00391.t1} : a389 {00390.f} {00391.p1} -> {00391.p3} 
+tr {00391.e} {00391.p6} {00391.p3} -> {00391.p4-eats} 
+tr {00391.t} {00391.p2-thinks} -> {00391.p1} {00391.p5} 
+tr {00391.t0|00392.t4} : b390 {00392.p4-eats} -> {00391.f} {00392.f} {00392.p2-thinks} 
+tr {00391.t2} {00391.f} {00391.p5} -> {00391.p6} 
+tr {00391.t3|00392.t1} : a390 {00391.f} {00392.p1} -> {00392.p3} 
+tr {00392.e} {00392.p6} {00392.p3} -> {00392.p4-eats} 
+tr {00392.t} {00392.p2-thinks} -> {00392.p1} {00392.p5} 
+tr {00392.t0|00393.t4} : b391 {00393.p4-eats} -> {00392.f} {00393.f} {00393.p2-thinks} 
+tr {00392.t2} {00392.f} {00392.p5} -> {00392.p6} 
+tr {00392.t3|00393.t1} : a391 {00392.f} {00393.p1} -> {00393.p3} 
+tr {00393.e} {00393.p6} {00393.p3} -> {00393.p4-eats} 
+tr {00393.t} {00393.p2-thinks} -> {00393.p1} {00393.p5} 
+tr {00393.t0|00394.t4} : b392 {00394.p4-eats} -> {00393.f} {00394.f} {00394.p2-thinks} 
+tr {00393.t2} {00393.f} {00393.p5} -> {00393.p6} 
+tr {00393.t3|00394.t1} : a392 {00393.f} {00394.p1} -> {00394.p3} 
+tr {00394.e} {00394.p6} {00394.p3} -> {00394.p4-eats} 
+tr {00394.t} {00394.p2-thinks} -> {00394.p1} {00394.p5} 
+tr {00394.t0|00395.t4} : b393 {00395.p4-eats} -> {00394.f} {00395.f} {00395.p2-thinks} 
+tr {00394.t2} {00394.f} {00394.p5} -> {00394.p6} 
+tr {00394.t3|00395.t1} : a393 {00394.f} {00395.p1} -> {00395.p3} 
+tr {00395.e} {00395.p6} {00395.p3} -> {00395.p4-eats} 
+tr {00395.t} {00395.p2-thinks} -> {00395.p1} {00395.p5} 
+tr {00395.t0|00396.t4} : b394 {00396.p4-eats} -> {00395.f} {00396.f} {00396.p2-thinks} 
+tr {00395.t2} {00395.f} {00395.p5} -> {00395.p6} 
+tr {00395.t3|00396.t1} : a394 {00395.f} {00396.p1} -> {00396.p3} 
+tr {00396.e} {00396.p6} {00396.p3} -> {00396.p4-eats} 
+tr {00396.t} {00396.p2-thinks} -> {00396.p1} {00396.p5} 
+tr {00396.t0|00397.t4} : b395 {00397.p4-eats} -> {00396.f} {00397.f} {00397.p2-thinks} 
+tr {00396.t2} {00396.f} {00396.p5} -> {00396.p6} 
+tr {00396.t3|00397.t1} : a395 {00396.f} {00397.p1} -> {00397.p3} 
+tr {00397.e} {00397.p6} {00397.p3} -> {00397.p4-eats} 
+tr {00397.t} {00397.p2-thinks} -> {00397.p1} {00397.p5} 
+tr {00397.t0|00398.t4} : b396 {00398.p4-eats} -> {00397.f} {00398.f} {00398.p2-thinks} 
+tr {00397.t2} {00397.f} {00397.p5} -> {00397.p6} 
+tr {00397.t3|00398.t1} : a396 {00397.f} {00398.p1} -> {00398.p3} 
+tr {00398.e} {00398.p6} {00398.p3} -> {00398.p4-eats} 
+tr {00398.t} {00398.p2-thinks} -> {00398.p1} {00398.p5} 
+tr {00398.t0|00399.t4} : b397 {00399.p4-eats} -> {00398.f} {00399.f} {00399.p2-thinks} 
+tr {00398.t2} {00398.f} {00398.p5} -> {00398.p6} 
+tr {00398.t3|00399.t1} : a397 {00398.f} {00399.p1} -> {00399.p3} 
+tr {00399.e} {00399.p6} {00399.p3} -> {00399.p4-eats} 
+tr {00399.t} {00399.p2-thinks} -> {00399.p1} {00399.p5} 
+tr {00399.t0|00400.t4} : b398 {00400.p4-eats} -> {00399.f} {00400.f} {00400.p2-thinks} 
+tr {00399.t2} {00399.f} {00399.p5} -> {00399.p6} 
+tr {00399.t3|00400.t1} : a398 {00399.f} {00400.p1} -> {00400.p3} 
+tr {00400.e} {00400.p6} {00400.p3} -> {00400.p4-eats} 
+tr {00400.t} {00400.p2-thinks} -> {00400.p1} {00400.p5} 
+tr {00400.t0|00401.t4} : b399 {00401.p4-eats} -> {00400.f} {00401.f} {00401.p2-thinks} 
+tr {00400.t2} {00400.f} {00400.p5} -> {00400.p6} 
+tr {00400.t3|00401.t1} : a399 {00400.f} {00401.p1} -> {00401.p3} 
+tr {00401.e} {00401.p6} {00401.p3} -> {00401.p4-eats} 
+tr {00401.t} {00401.p2-thinks} -> {00401.p1} {00401.p5} 
+tr {00401.t0|00402.t4} : b400 {00402.p4-eats} -> {00401.f} {00402.f} {00402.p2-thinks} 
+tr {00401.t2} {00401.f} {00401.p5} -> {00401.p6} 
+tr {00401.t3|00402.t1} : a400 {00401.f} {00402.p1} -> {00402.p3} 
+tr {00402.e} {00402.p6} {00402.p3} -> {00402.p4-eats} 
+tr {00402.t} {00402.p2-thinks} -> {00402.p1} {00402.p5} 
+tr {00402.t0|00403.t4} : b401 {00403.p4-eats} -> {00402.f} {00403.f} {00403.p2-thinks} 
+tr {00402.t2} {00402.f} {00402.p5} -> {00402.p6} 
+tr {00402.t3|00403.t1} : a401 {00402.f} {00403.p1} -> {00403.p3} 
+tr {00403.e} {00403.p6} {00403.p3} -> {00403.p4-eats} 
+tr {00403.t} {00403.p2-thinks} -> {00403.p1} {00403.p5} 
+tr {00403.t0|00404.t4} : b402 {00404.p4-eats} -> {00403.f} {00404.f} {00404.p2-thinks} 
+tr {00403.t2} {00403.f} {00403.p5} -> {00403.p6} 
+tr {00403.t3|00404.t1} : a402 {00403.f} {00404.p1} -> {00404.p3} 
+tr {00404.e} {00404.p6} {00404.p3} -> {00404.p4-eats} 
+tr {00404.t} {00404.p2-thinks} -> {00404.p1} {00404.p5} 
+tr {00404.t0|00405.t4} : b403 {00405.p4-eats} -> {00404.f} {00405.f} {00405.p2-thinks} 
+tr {00404.t2} {00404.f} {00404.p5} -> {00404.p6} 
+tr {00404.t3|00405.t1} : a403 {00404.f} {00405.p1} -> {00405.p3} 
+tr {00405.e} {00405.p6} {00405.p3} -> {00405.p4-eats} 
+tr {00405.t} {00405.p2-thinks} -> {00405.p1} {00405.p5} 
+tr {00405.t0|00406.t4} : b404 {00406.p4-eats} -> {00405.f} {00406.f} {00406.p2-thinks} 
+tr {00405.t2} {00405.f} {00405.p5} -> {00405.p6} 
+tr {00405.t3|00406.t1} : a404 {00405.f} {00406.p1} -> {00406.p3} 
+tr {00406.e} {00406.p6} {00406.p3} -> {00406.p4-eats} 
+tr {00406.t} {00406.p2-thinks} -> {00406.p1} {00406.p5} 
+tr {00406.t0|00407.t4} : b405 {00407.p4-eats} -> {00406.f} {00407.f} {00407.p2-thinks} 
+tr {00406.t2} {00406.f} {00406.p5} -> {00406.p6} 
+tr {00406.t3|00407.t1} : a405 {00406.f} {00407.p1} -> {00407.p3} 
+tr {00407.e} {00407.p6} {00407.p3} -> {00407.p4-eats} 
+tr {00407.t} {00407.p2-thinks} -> {00407.p1} {00407.p5} 
+tr {00407.t0|00408.t4} : b406 {00408.p4-eats} -> {00407.f} {00408.f} {00408.p2-thinks} 
+tr {00407.t2} {00407.f} {00407.p5} -> {00407.p6} 
+tr {00407.t3|00408.t1} : a406 {00407.f} {00408.p1} -> {00408.p3} 
+tr {00408.e} {00408.p6} {00408.p3} -> {00408.p4-eats} 
+tr {00408.t} {00408.p2-thinks} -> {00408.p1} {00408.p5} 
+tr {00408.t0|00409.t4} : b407 {00409.p4-eats} -> {00408.f} {00409.f} {00409.p2-thinks} 
+tr {00408.t2} {00408.f} {00408.p5} -> {00408.p6} 
+tr {00408.t3|00409.t1} : a407 {00408.f} {00409.p1} -> {00409.p3} 
+tr {00409.e} {00409.p6} {00409.p3} -> {00409.p4-eats} 
+tr {00409.t} {00409.p2-thinks} -> {00409.p1} {00409.p5} 
+tr {00409.t0|00410.t4} : b408 {00410.p4-eats} -> {00409.f} {00410.f} {00410.p2-thinks} 
+tr {00409.t2} {00409.f} {00409.p5} -> {00409.p6} 
+tr {00409.t3|00410.t1} : a408 {00409.f} {00410.p1} -> {00410.p3} 
+tr {00410.e} {00410.p6} {00410.p3} -> {00410.p4-eats} 
+tr {00410.t} {00410.p2-thinks} -> {00410.p1} {00410.p5} 
+tr {00410.t0|00411.t4} : b409 {00411.p4-eats} -> {00410.f} {00411.f} {00411.p2-thinks} 
+tr {00410.t2} {00410.f} {00410.p5} -> {00410.p6} 
+tr {00410.t3|00411.t1} : a409 {00410.f} {00411.p1} -> {00411.p3} 
+tr {00411.e} {00411.p6} {00411.p3} -> {00411.p4-eats} 
+tr {00411.t} {00411.p2-thinks} -> {00411.p1} {00411.p5} 
+tr {00411.t0|00412.t4} : b410 {00412.p4-eats} -> {00411.f} {00412.f} {00412.p2-thinks} 
+tr {00411.t2} {00411.f} {00411.p5} -> {00411.p6} 
+tr {00411.t3|00412.t1} : a410 {00411.f} {00412.p1} -> {00412.p3} 
+tr {00412.e} {00412.p6} {00412.p3} -> {00412.p4-eats} 
+tr {00412.t} {00412.p2-thinks} -> {00412.p1} {00412.p5} 
+tr {00412.t0|00413.t4} : b411 {00413.p4-eats} -> {00412.f} {00413.f} {00413.p2-thinks} 
+tr {00412.t2} {00412.f} {00412.p5} -> {00412.p6} 
+tr {00412.t3|00413.t1} : a411 {00412.f} {00413.p1} -> {00413.p3} 
+tr {00413.e} {00413.p6} {00413.p3} -> {00413.p4-eats} 
+tr {00413.t} {00413.p2-thinks} -> {00413.p1} {00413.p5} 
+tr {00413.t0|00414.t4} : b412 {00414.p4-eats} -> {00413.f} {00414.f} {00414.p2-thinks} 
+tr {00413.t2} {00413.f} {00413.p5} -> {00413.p6} 
+tr {00413.t3|00414.t1} : a412 {00413.f} {00414.p1} -> {00414.p3} 
+tr {00414.e} {00414.p6} {00414.p3} -> {00414.p4-eats} 
+tr {00414.t} {00414.p2-thinks} -> {00414.p1} {00414.p5} 
+tr {00414.t0|00415.t4} : b413 {00415.p4-eats} -> {00414.f} {00415.f} {00415.p2-thinks} 
+tr {00414.t2} {00414.f} {00414.p5} -> {00414.p6} 
+tr {00414.t3|00415.t1} : a413 {00414.f} {00415.p1} -> {00415.p3} 
+tr {00415.e} {00415.p6} {00415.p3} -> {00415.p4-eats} 
+tr {00415.t} {00415.p2-thinks} -> {00415.p1} {00415.p5} 
+tr {00415.t0|00416.t4} : b414 {00416.p4-eats} -> {00415.f} {00416.f} {00416.p2-thinks} 
+tr {00415.t2} {00415.f} {00415.p5} -> {00415.p6} 
+tr {00415.t3|00416.t1} : a414 {00415.f} {00416.p1} -> {00416.p3} 
+tr {00416.e} {00416.p6} {00416.p3} -> {00416.p4-eats} 
+tr {00416.t} {00416.p2-thinks} -> {00416.p1} {00416.p5} 
+tr {00416.t0|00417.t4} : b415 {00417.p4-eats} -> {00416.f} {00417.f} {00417.p2-thinks} 
+tr {00416.t2} {00416.f} {00416.p5} -> {00416.p6} 
+tr {00416.t3|00417.t1} : a415 {00416.f} {00417.p1} -> {00417.p3} 
+tr {00417.e} {00417.p6} {00417.p3} -> {00417.p4-eats} 
+tr {00417.t} {00417.p2-thinks} -> {00417.p1} {00417.p5} 
+tr {00417.t0|00418.t4} : b416 {00418.p4-eats} -> {00417.f} {00418.f} {00418.p2-thinks} 
+tr {00417.t2} {00417.f} {00417.p5} -> {00417.p6} 
+tr {00417.t3|00418.t1} : a416 {00417.f} {00418.p1} -> {00418.p3} 
+tr {00418.e} {00418.p6} {00418.p3} -> {00418.p4-eats} 
+tr {00418.t} {00418.p2-thinks} -> {00418.p1} {00418.p5} 
+tr {00418.t0|00419.t4} : b417 {00419.p4-eats} -> {00418.f} {00419.f} {00419.p2-thinks} 
+tr {00418.t2} {00418.f} {00418.p5} -> {00418.p6} 
+tr {00418.t3|00419.t1} : a417 {00418.f} {00419.p1} -> {00419.p3} 
+tr {00419.e} {00419.p6} {00419.p3} -> {00419.p4-eats} 
+tr {00419.t} {00419.p2-thinks} -> {00419.p1} {00419.p5} 
+tr {00419.t0|00420.t4} : b418 {00420.p4-eats} -> {00419.f} {00420.f} {00420.p2-thinks} 
+tr {00419.t2} {00419.f} {00419.p5} -> {00419.p6} 
+tr {00419.t3|00420.t1} : a418 {00419.f} {00420.p1} -> {00420.p3} 
+tr {00420.e} {00420.p6} {00420.p3} -> {00420.p4-eats} 
+tr {00420.t} {00420.p2-thinks} -> {00420.p1} {00420.p5} 
+tr {00420.t0|00421.t4} : b419 {00421.p4-eats} -> {00420.f} {00421.f} {00421.p2-thinks} 
+tr {00420.t2} {00420.f} {00420.p5} -> {00420.p6} 
+tr {00420.t3|00421.t1} : a419 {00420.f} {00421.p1} -> {00421.p3} 
+tr {00421.e} {00421.p6} {00421.p3} -> {00421.p4-eats} 
+tr {00421.t} {00421.p2-thinks} -> {00421.p1} {00421.p5} 
+tr {00421.t0|00422.t4} : b420 {00422.p4-eats} -> {00421.f} {00422.f} {00422.p2-thinks} 
+tr {00421.t2} {00421.f} {00421.p5} -> {00421.p6} 
+tr {00421.t3|00422.t1} : a420 {00421.f} {00422.p1} -> {00422.p3} 
+tr {00422.e} {00422.p6} {00422.p3} -> {00422.p4-eats} 
+tr {00422.t} {00422.p2-thinks} -> {00422.p1} {00422.p5} 
+tr {00422.t0|00423.t4} : b421 {00423.p4-eats} -> {00422.f} {00423.f} {00423.p2-thinks} 
+tr {00422.t2} {00422.f} {00422.p5} -> {00422.p6} 
+tr {00422.t3|00423.t1} : a421 {00422.f} {00423.p1} -> {00423.p3} 
+tr {00423.e} {00423.p6} {00423.p3} -> {00423.p4-eats} 
+tr {00423.t} {00423.p2-thinks} -> {00423.p1} {00423.p5} 
+tr {00423.t0|00424.t4} : b422 {00424.p4-eats} -> {00423.f} {00424.f} {00424.p2-thinks} 
+tr {00423.t2} {00423.f} {00423.p5} -> {00423.p6} 
+tr {00423.t3|00424.t1} : a422 {00423.f} {00424.p1} -> {00424.p3} 
+tr {00424.e} {00424.p6} {00424.p3} -> {00424.p4-eats} 
+tr {00424.t} {00424.p2-thinks} -> {00424.p1} {00424.p5} 
+tr {00424.t0|00425.t4} : b423 {00425.p4-eats} -> {00424.f} {00425.f} {00425.p2-thinks} 
+tr {00424.t2} {00424.f} {00424.p5} -> {00424.p6} 
+tr {00424.t3|00425.t1} : a423 {00424.f} {00425.p1} -> {00425.p3} 
+tr {00425.e} {00425.p6} {00425.p3} -> {00425.p4-eats} 
+tr {00425.t} {00425.p2-thinks} -> {00425.p1} {00425.p5} 
+tr {00425.t0|00426.t4} : b424 {00426.p4-eats} -> {00425.f} {00426.f} {00426.p2-thinks} 
+tr {00425.t2} {00425.f} {00425.p5} -> {00425.p6} 
+tr {00425.t3|00426.t1} : a424 {00425.f} {00426.p1} -> {00426.p3} 
+tr {00426.e} {00426.p6} {00426.p3} -> {00426.p4-eats} 
+tr {00426.t} {00426.p2-thinks} -> {00426.p1} {00426.p5} 
+tr {00426.t0|00427.t4} : b425 {00427.p4-eats} -> {00426.f} {00427.f} {00427.p2-thinks} 
+tr {00426.t2} {00426.f} {00426.p5} -> {00426.p6} 
+tr {00426.t3|00427.t1} : a425 {00426.f} {00427.p1} -> {00427.p3} 
+tr {00427.e} {00427.p6} {00427.p3} -> {00427.p4-eats} 
+tr {00427.t} {00427.p2-thinks} -> {00427.p1} {00427.p5} 
+tr {00427.t0|00428.t4} : b426 {00428.p4-eats} -> {00427.f} {00428.f} {00428.p2-thinks} 
+tr {00427.t2} {00427.f} {00427.p5} -> {00427.p6} 
+tr {00427.t3|00428.t1} : a426 {00427.f} {00428.p1} -> {00428.p3} 
+tr {00428.e} {00428.p6} {00428.p3} -> {00428.p4-eats} 
+tr {00428.t} {00428.p2-thinks} -> {00428.p1} {00428.p5} 
+tr {00428.t0|00429.t4} : b427 {00429.p4-eats} -> {00428.f} {00429.f} {00429.p2-thinks} 
+tr {00428.t2} {00428.f} {00428.p5} -> {00428.p6} 
+tr {00428.t3|00429.t1} : a427 {00428.f} {00429.p1} -> {00429.p3} 
+tr {00429.e} {00429.p6} {00429.p3} -> {00429.p4-eats} 
+tr {00429.t} {00429.p2-thinks} -> {00429.p1} {00429.p5} 
+tr {00429.t0|00430.t4} : b428 {00430.p4-eats} -> {00429.f} {00430.f} {00430.p2-thinks} 
+tr {00429.t2} {00429.f} {00429.p5} -> {00429.p6} 
+tr {00429.t3|00430.t1} : a428 {00429.f} {00430.p1} -> {00430.p3} 
+tr {00430.e} {00430.p6} {00430.p3} -> {00430.p4-eats} 
+tr {00430.t} {00430.p2-thinks} -> {00430.p1} {00430.p5} 
+tr {00430.t0|00431.t4} : b429 {00431.p4-eats} -> {00430.f} {00431.f} {00431.p2-thinks} 
+tr {00430.t2} {00430.f} {00430.p5} -> {00430.p6} 
+tr {00430.t3|00431.t1} : a429 {00430.f} {00431.p1} -> {00431.p3} 
+tr {00431.e} {00431.p6} {00431.p3} -> {00431.p4-eats} 
+tr {00431.t} {00431.p2-thinks} -> {00431.p1} {00431.p5} 
+tr {00431.t0|00432.t4} : b430 {00432.p4-eats} -> {00431.f} {00432.f} {00432.p2-thinks} 
+tr {00431.t2} {00431.f} {00431.p5} -> {00431.p6} 
+tr {00431.t3|00432.t1} : a430 {00431.f} {00432.p1} -> {00432.p3} 
+tr {00432.e} {00432.p6} {00432.p3} -> {00432.p4-eats} 
+tr {00432.t} {00432.p2-thinks} -> {00432.p1} {00432.p5} 
+tr {00432.t0|00433.t4} : b431 {00433.p4-eats} -> {00432.f} {00433.f} {00433.p2-thinks} 
+tr {00432.t2} {00432.f} {00432.p5} -> {00432.p6} 
+tr {00432.t3|00433.t1} : a431 {00432.f} {00433.p1} -> {00433.p3} 
+tr {00433.e} {00433.p6} {00433.p3} -> {00433.p4-eats} 
+tr {00433.t} {00433.p2-thinks} -> {00433.p1} {00433.p5} 
+tr {00433.t0|00434.t4} : b432 {00434.p4-eats} -> {00433.f} {00434.f} {00434.p2-thinks} 
+tr {00433.t2} {00433.f} {00433.p5} -> {00433.p6} 
+tr {00433.t3|00434.t1} : a432 {00433.f} {00434.p1} -> {00434.p3} 
+tr {00434.e} {00434.p6} {00434.p3} -> {00434.p4-eats} 
+tr {00434.t} {00434.p2-thinks} -> {00434.p1} {00434.p5} 
+tr {00434.t0|00435.t4} : b433 {00435.p4-eats} -> {00434.f} {00435.f} {00435.p2-thinks} 
+tr {00434.t2} {00434.f} {00434.p5} -> {00434.p6} 
+tr {00434.t3|00435.t1} : a433 {00434.f} {00435.p1} -> {00435.p3} 
+tr {00435.e} {00435.p6} {00435.p3} -> {00435.p4-eats} 
+tr {00435.t} {00435.p2-thinks} -> {00435.p1} {00435.p5} 
+tr {00435.t0|00436.t4} : b434 {00436.p4-eats} -> {00435.f} {00436.f} {00436.p2-thinks} 
+tr {00435.t2} {00435.f} {00435.p5} -> {00435.p6} 
+tr {00435.t3|00436.t1} : a434 {00435.f} {00436.p1} -> {00436.p3} 
+tr {00436.e} {00436.p6} {00436.p3} -> {00436.p4-eats} 
+tr {00436.t} {00436.p2-thinks} -> {00436.p1} {00436.p5} 
+tr {00436.t0|00437.t4} : b435 {00437.p4-eats} -> {00436.f} {00437.f} {00437.p2-thinks} 
+tr {00436.t2} {00436.f} {00436.p5} -> {00436.p6} 
+tr {00436.t3|00437.t1} : a435 {00436.f} {00437.p1} -> {00437.p3} 
+tr {00437.e} {00437.p6} {00437.p3} -> {00437.p4-eats} 
+tr {00437.t} {00437.p2-thinks} -> {00437.p1} {00437.p5} 
+tr {00437.t0|00438.t4} : b436 {00438.p4-eats} -> {00437.f} {00438.f} {00438.p2-thinks} 
+tr {00437.t2} {00437.f} {00437.p5} -> {00437.p6} 
+tr {00437.t3|00438.t1} : a436 {00437.f} {00438.p1} -> {00438.p3} 
+tr {00438.e} {00438.p6} {00438.p3} -> {00438.p4-eats} 
+tr {00438.t} {00438.p2-thinks} -> {00438.p1} {00438.p5} 
+tr {00438.t0|00439.t4} : b437 {00439.p4-eats} -> {00438.f} {00439.f} {00439.p2-thinks} 
+tr {00438.t2} {00438.f} {00438.p5} -> {00438.p6} 
+tr {00438.t3|00439.t1} : a437 {00438.f} {00439.p1} -> {00439.p3} 
+tr {00439.e} {00439.p6} {00439.p3} -> {00439.p4-eats} 
+tr {00439.t} {00439.p2-thinks} -> {00439.p1} {00439.p5} 
+tr {00439.t0|00440.t4} : b438 {00440.p4-eats} -> {00439.f} {00440.f} {00440.p2-thinks} 
+tr {00439.t2} {00439.f} {00439.p5} -> {00439.p6} 
+tr {00439.t3|00440.t1} : a438 {00439.f} {00440.p1} -> {00440.p3} 
+tr {00440.e} {00440.p6} {00440.p3} -> {00440.p4-eats} 
+tr {00440.t} {00440.p2-thinks} -> {00440.p1} {00440.p5} 
+tr {00440.t0|00441.t4} : b439 {00441.p4-eats} -> {00440.f} {00441.f} {00441.p2-thinks} 
+tr {00440.t2} {00440.f} {00440.p5} -> {00440.p6} 
+tr {00440.t3|00441.t1} : a439 {00440.f} {00441.p1} -> {00441.p3} 
+tr {00441.e} {00441.p6} {00441.p3} -> {00441.p4-eats} 
+tr {00441.t} {00441.p2-thinks} -> {00441.p1} {00441.p5} 
+tr {00441.t0|00442.t4} : b440 {00442.p4-eats} -> {00441.f} {00442.f} {00442.p2-thinks} 
+tr {00441.t2} {00441.f} {00441.p5} -> {00441.p6} 
+tr {00441.t3|00442.t1} : a440 {00441.f} {00442.p1} -> {00442.p3} 
+tr {00442.e} {00442.p6} {00442.p3} -> {00442.p4-eats} 
+tr {00442.t} {00442.p2-thinks} -> {00442.p1} {00442.p5} 
+tr {00442.t0|00443.t4} : b441 {00443.p4-eats} -> {00442.f} {00443.f} {00443.p2-thinks} 
+tr {00442.t2} {00442.f} {00442.p5} -> {00442.p6} 
+tr {00442.t3|00443.t1} : a441 {00442.f} {00443.p1} -> {00443.p3} 
+tr {00443.e} {00443.p6} {00443.p3} -> {00443.p4-eats} 
+tr {00443.t} {00443.p2-thinks} -> {00443.p1} {00443.p5} 
+tr {00443.t0|00444.t4} : b442 {00444.p4-eats} -> {00443.f} {00444.f} {00444.p2-thinks} 
+tr {00443.t2} {00443.f} {00443.p5} -> {00443.p6} 
+tr {00443.t3|00444.t1} : a442 {00443.f} {00444.p1} -> {00444.p3} 
+tr {00444.e} {00444.p6} {00444.p3} -> {00444.p4-eats} 
+tr {00444.t} {00444.p2-thinks} -> {00444.p1} {00444.p5} 
+tr {00444.t0|00445.t4} : b443 {00445.p4-eats} -> {00444.f} {00445.f} {00445.p2-thinks} 
+tr {00444.t2} {00444.f} {00444.p5} -> {00444.p6} 
+tr {00444.t3|00445.t1} : a443 {00444.f} {00445.p1} -> {00445.p3} 
+tr {00445.e} {00445.p6} {00445.p3} -> {00445.p4-eats} 
+tr {00445.t} {00445.p2-thinks} -> {00445.p1} {00445.p5} 
+tr {00445.t0|00446.t4} : b444 {00446.p4-eats} -> {00445.f} {00446.f} {00446.p2-thinks} 
+tr {00445.t2} {00445.f} {00445.p5} -> {00445.p6} 
+tr {00445.t3|00446.t1} : a444 {00445.f} {00446.p1} -> {00446.p3} 
+tr {00446.e} {00446.p6} {00446.p3} -> {00446.p4-eats} 
+tr {00446.t} {00446.p2-thinks} -> {00446.p1} {00446.p5} 
+tr {00446.t0|00447.t4} : b445 {00447.p4-eats} -> {00446.f} {00447.f} {00447.p2-thinks} 
+tr {00446.t2} {00446.f} {00446.p5} -> {00446.p6} 
+tr {00446.t3|00447.t1} : a445 {00446.f} {00447.p1} -> {00447.p3} 
+tr {00447.e} {00447.p6} {00447.p3} -> {00447.p4-eats} 
+tr {00447.t} {00447.p2-thinks} -> {00447.p1} {00447.p5} 
+tr {00447.t0|00448.t4} : b446 {00448.p4-eats} -> {00447.f} {00448.f} {00448.p2-thinks} 
+tr {00447.t2} {00447.f} {00447.p5} -> {00447.p6} 
+tr {00447.t3|00448.t1} : a446 {00447.f} {00448.p1} -> {00448.p3} 
+tr {00448.e} {00448.p6} {00448.p3} -> {00448.p4-eats} 
+tr {00448.t} {00448.p2-thinks} -> {00448.p1} {00448.p5} 
+tr {00448.t0|00449.t4} : b447 {00449.p4-eats} -> {00448.f} {00449.f} {00449.p2-thinks} 
+tr {00448.t2} {00448.f} {00448.p5} -> {00448.p6} 
+tr {00448.t3|00449.t1} : a447 {00448.f} {00449.p1} -> {00449.p3} 
+tr {00449.e} {00449.p6} {00449.p3} -> {00449.p4-eats} 
+tr {00449.t} {00449.p2-thinks} -> {00449.p1} {00449.p5} 
+tr {00449.t0|00450.t4} : b448 {00450.p4-eats} -> {00449.f} {00450.f} {00450.p2-thinks} 
+tr {00449.t2} {00449.f} {00449.p5} -> {00449.p6} 
+tr {00449.t3|00450.t1} : a448 {00449.f} {00450.p1} -> {00450.p3} 
+tr {00450.e} {00450.p6} {00450.p3} -> {00450.p4-eats} 
+tr {00450.t} {00450.p2-thinks} -> {00450.p1} {00450.p5} 
+tr {00450.t0|00451.t4} : b449 {00451.p4-eats} -> {00450.f} {00451.f} {00451.p2-thinks} 
+tr {00450.t2} {00450.f} {00450.p5} -> {00450.p6} 
+tr {00450.t3|00451.t1} : a449 {00450.f} {00451.p1} -> {00451.p3} 
+tr {00451.e} {00451.p6} {00451.p3} -> {00451.p4-eats} 
+tr {00451.t} {00451.p2-thinks} -> {00451.p1} {00451.p5} 
+tr {00451.t0|00452.t4} : b450 {00452.p4-eats} -> {00451.f} {00452.f} {00452.p2-thinks} 
+tr {00451.t2} {00451.f} {00451.p5} -> {00451.p6} 
+tr {00451.t3|00452.t1} : a450 {00451.f} {00452.p1} -> {00452.p3} 
+tr {00452.e} {00452.p6} {00452.p3} -> {00452.p4-eats} 
+tr {00452.t} {00452.p2-thinks} -> {00452.p1} {00452.p5} 
+tr {00452.t0|00453.t4} : b451 {00453.p4-eats} -> {00452.f} {00453.f} {00453.p2-thinks} 
+tr {00452.t2} {00452.f} {00452.p5} -> {00452.p6} 
+tr {00452.t3|00453.t1} : a451 {00452.f} {00453.p1} -> {00453.p3} 
+tr {00453.e} {00453.p6} {00453.p3} -> {00453.p4-eats} 
+tr {00453.t} {00453.p2-thinks} -> {00453.p1} {00453.p5} 
+tr {00453.t0|00454.t4} : b452 {00454.p4-eats} -> {00453.f} {00454.f} {00454.p2-thinks} 
+tr {00453.t2} {00453.f} {00453.p5} -> {00453.p6} 
+tr {00453.t3|00454.t1} : a452 {00453.f} {00454.p1} -> {00454.p3} 
+tr {00454.e} {00454.p6} {00454.p3} -> {00454.p4-eats} 
+tr {00454.t} {00454.p2-thinks} -> {00454.p1} {00454.p5} 
+tr {00454.t0|00455.t4} : b453 {00455.p4-eats} -> {00454.f} {00455.f} {00455.p2-thinks} 
+tr {00454.t2} {00454.f} {00454.p5} -> {00454.p6} 
+tr {00454.t3|00455.t1} : a453 {00454.f} {00455.p1} -> {00455.p3} 
+tr {00455.e} {00455.p6} {00455.p3} -> {00455.p4-eats} 
+tr {00455.t} {00455.p2-thinks} -> {00455.p1} {00455.p5} 
+tr {00455.t0|00456.t4} : b454 {00456.p4-eats} -> {00455.f} {00456.f} {00456.p2-thinks} 
+tr {00455.t2} {00455.f} {00455.p5} -> {00455.p6} 
+tr {00455.t3|00456.t1} : a454 {00455.f} {00456.p1} -> {00456.p3} 
+tr {00456.e} {00456.p6} {00456.p3} -> {00456.p4-eats} 
+tr {00456.t} {00456.p2-thinks} -> {00456.p1} {00456.p5} 
+tr {00456.t0|00457.t4} : b455 {00457.p4-eats} -> {00456.f} {00457.f} {00457.p2-thinks} 
+tr {00456.t2} {00456.f} {00456.p5} -> {00456.p6} 
+tr {00456.t3|00457.t1} : a455 {00456.f} {00457.p1} -> {00457.p3} 
+tr {00457.e} {00457.p6} {00457.p3} -> {00457.p4-eats} 
+tr {00457.t} {00457.p2-thinks} -> {00457.p1} {00457.p5} 
+tr {00457.t0|00458.t4} : b456 {00458.p4-eats} -> {00457.f} {00458.f} {00458.p2-thinks} 
+tr {00457.t2} {00457.f} {00457.p5} -> {00457.p6} 
+tr {00457.t3|00458.t1} : a456 {00457.f} {00458.p1} -> {00458.p3} 
+tr {00458.e} {00458.p6} {00458.p3} -> {00458.p4-eats} 
+tr {00458.t} {00458.p2-thinks} -> {00458.p1} {00458.p5} 
+tr {00458.t0|00459.t4} : b457 {00459.p4-eats} -> {00458.f} {00459.f} {00459.p2-thinks} 
+tr {00458.t2} {00458.f} {00458.p5} -> {00458.p6} 
+tr {00458.t3|00459.t1} : a457 {00458.f} {00459.p1} -> {00459.p3} 
+tr {00459.e} {00459.p6} {00459.p3} -> {00459.p4-eats} 
+tr {00459.t} {00459.p2-thinks} -> {00459.p1} {00459.p5} 
+tr {00459.t0|00460.t4} : b458 {00460.p4-eats} -> {00459.f} {00460.f} {00460.p2-thinks} 
+tr {00459.t2} {00459.f} {00459.p5} -> {00459.p6} 
+tr {00459.t3|00460.t1} : a458 {00459.f} {00460.p1} -> {00460.p3} 
+tr {00460.e} {00460.p6} {00460.p3} -> {00460.p4-eats} 
+tr {00460.t} {00460.p2-thinks} -> {00460.p1} {00460.p5} 
+tr {00460.t0|00461.t4} : b459 {00461.p4-eats} -> {00460.f} {00461.f} {00461.p2-thinks} 
+tr {00460.t2} {00460.f} {00460.p5} -> {00460.p6} 
+tr {00460.t3|00461.t1} : a459 {00460.f} {00461.p1} -> {00461.p3} 
+tr {00461.e} {00461.p6} {00461.p3} -> {00461.p4-eats} 
+tr {00461.t} {00461.p2-thinks} -> {00461.p1} {00461.p5} 
+tr {00461.t0|00462.t4} : b460 {00462.p4-eats} -> {00461.f} {00462.f} {00462.p2-thinks} 
+tr {00461.t2} {00461.f} {00461.p5} -> {00461.p6} 
+tr {00461.t3|00462.t1} : a460 {00461.f} {00462.p1} -> {00462.p3} 
+tr {00462.e} {00462.p6} {00462.p3} -> {00462.p4-eats} 
+tr {00462.t} {00462.p2-thinks} -> {00462.p1} {00462.p5} 
+tr {00462.t0|00463.t4} : b461 {00463.p4-eats} -> {00462.f} {00463.f} {00463.p2-thinks} 
+tr {00462.t2} {00462.f} {00462.p5} -> {00462.p6} 
+tr {00462.t3|00463.t1} : a461 {00462.f} {00463.p1} -> {00463.p3} 
+tr {00463.e} {00463.p6} {00463.p3} -> {00463.p4-eats} 
+tr {00463.t} {00463.p2-thinks} -> {00463.p1} {00463.p5} 
+tr {00463.t0|00464.t4} : b462 {00464.p4-eats} -> {00463.f} {00464.f} {00464.p2-thinks} 
+tr {00463.t2} {00463.f} {00463.p5} -> {00463.p6} 
+tr {00463.t3|00464.t1} : a462 {00463.f} {00464.p1} -> {00464.p3} 
+tr {00464.e} {00464.p6} {00464.p3} -> {00464.p4-eats} 
+tr {00464.t} {00464.p2-thinks} -> {00464.p1} {00464.p5} 
+tr {00464.t0|00465.t4} : b463 {00465.p4-eats} -> {00464.f} {00465.f} {00465.p2-thinks} 
+tr {00464.t2} {00464.f} {00464.p5} -> {00464.p6} 
+tr {00464.t3|00465.t1} : a463 {00464.f} {00465.p1} -> {00465.p3} 
+tr {00465.e} {00465.p6} {00465.p3} -> {00465.p4-eats} 
+tr {00465.t} {00465.p2-thinks} -> {00465.p1} {00465.p5} 
+tr {00465.t0|00466.t4} : b464 {00466.p4-eats} -> {00465.f} {00466.f} {00466.p2-thinks} 
+tr {00465.t2} {00465.f} {00465.p5} -> {00465.p6} 
+tr {00465.t3|00466.t1} : a464 {00465.f} {00466.p1} -> {00466.p3} 
+tr {00466.e} {00466.p6} {00466.p3} -> {00466.p4-eats} 
+tr {00466.t} {00466.p2-thinks} -> {00466.p1} {00466.p5} 
+tr {00466.t0|00467.t4} : b465 {00467.p4-eats} -> {00466.f} {00467.f} {00467.p2-thinks} 
+tr {00466.t2} {00466.f} {00466.p5} -> {00466.p6} 
+tr {00466.t3|00467.t1} : a465 {00466.f} {00467.p1} -> {00467.p3} 
+tr {00467.e} {00467.p6} {00467.p3} -> {00467.p4-eats} 
+tr {00467.t} {00467.p2-thinks} -> {00467.p1} {00467.p5} 
+tr {00467.t0|00468.t4} : b466 {00468.p4-eats} -> {00467.f} {00468.f} {00468.p2-thinks} 
+tr {00467.t2} {00467.f} {00467.p5} -> {00467.p6} 
+tr {00467.t3|00468.t1} : a466 {00467.f} {00468.p1} -> {00468.p3} 
+tr {00468.e} {00468.p6} {00468.p3} -> {00468.p4-eats} 
+tr {00468.t} {00468.p2-thinks} -> {00468.p1} {00468.p5} 
+tr {00468.t0|00469.t4} : b467 {00469.p4-eats} -> {00468.f} {00469.f} {00469.p2-thinks} 
+tr {00468.t2} {00468.f} {00468.p5} -> {00468.p6} 
+tr {00468.t3|00469.t1} : a467 {00468.f} {00469.p1} -> {00469.p3} 
+tr {00469.e} {00469.p6} {00469.p3} -> {00469.p4-eats} 
+tr {00469.t} {00469.p2-thinks} -> {00469.p1} {00469.p5} 
+tr {00469.t0|00470.t4} : b468 {00470.p4-eats} -> {00469.f} {00470.f} {00470.p2-thinks} 
+tr {00469.t2} {00469.f} {00469.p5} -> {00469.p6} 
+tr {00469.t3|00470.t1} : a468 {00469.f} {00470.p1} -> {00470.p3} 
+tr {00470.e} {00470.p6} {00470.p3} -> {00470.p4-eats} 
+tr {00470.t} {00470.p2-thinks} -> {00470.p1} {00470.p5} 
+tr {00470.t0|00471.t4} : b469 {00471.p4-eats} -> {00470.f} {00471.f} {00471.p2-thinks} 
+tr {00470.t2} {00470.f} {00470.p5} -> {00470.p6} 
+tr {00470.t3|00471.t1} : a469 {00470.f} {00471.p1} -> {00471.p3} 
+tr {00471.e} {00471.p6} {00471.p3} -> {00471.p4-eats} 
+tr {00471.t} {00471.p2-thinks} -> {00471.p1} {00471.p5} 
+tr {00471.t0|00472.t4} : b470 {00472.p4-eats} -> {00471.f} {00472.f} {00472.p2-thinks} 
+tr {00471.t2} {00471.f} {00471.p5} -> {00471.p6} 
+tr {00471.t3|00472.t1} : a470 {00471.f} {00472.p1} -> {00472.p3} 
+tr {00472.e} {00472.p6} {00472.p3} -> {00472.p4-eats} 
+tr {00472.t} {00472.p2-thinks} -> {00472.p1} {00472.p5} 
+tr {00472.t0|00473.t4} : b471 {00473.p4-eats} -> {00472.f} {00473.f} {00473.p2-thinks} 
+tr {00472.t2} {00472.f} {00472.p5} -> {00472.p6} 
+tr {00472.t3|00473.t1} : a471 {00472.f} {00473.p1} -> {00473.p3} 
+tr {00473.e} {00473.p6} {00473.p3} -> {00473.p4-eats} 
+tr {00473.t} {00473.p2-thinks} -> {00473.p1} {00473.p5} 
+tr {00473.t0|00474.t4} : b472 {00474.p4-eats} -> {00473.f} {00474.f} {00474.p2-thinks} 
+tr {00473.t2} {00473.f} {00473.p5} -> {00473.p6} 
+tr {00473.t3|00474.t1} : a472 {00473.f} {00474.p1} -> {00474.p3} 
+tr {00474.e} {00474.p6} {00474.p3} -> {00474.p4-eats} 
+tr {00474.t} {00474.p2-thinks} -> {00474.p1} {00474.p5} 
+tr {00474.t0|00475.t4} : b473 {00475.p4-eats} -> {00474.f} {00475.f} {00475.p2-thinks} 
+tr {00474.t2} {00474.f} {00474.p5} -> {00474.p6} 
+tr {00474.t3|00475.t1} : a473 {00474.f} {00475.p1} -> {00475.p3} 
+tr {00475.e} {00475.p6} {00475.p3} -> {00475.p4-eats} 
+tr {00475.t} {00475.p2-thinks} -> {00475.p1} {00475.p5} 
+tr {00475.t0|00476.t4} : b474 {00476.p4-eats} -> {00475.f} {00476.f} {00476.p2-thinks} 
+tr {00475.t2} {00475.f} {00475.p5} -> {00475.p6} 
+tr {00475.t3|00476.t1} : a474 {00475.f} {00476.p1} -> {00476.p3} 
+tr {00476.e} {00476.p6} {00476.p3} -> {00476.p4-eats} 
+tr {00476.t} {00476.p2-thinks} -> {00476.p1} {00476.p5} 
+tr {00476.t0|00477.t4} : b475 {00477.p4-eats} -> {00476.f} {00477.f} {00477.p2-thinks} 
+tr {00476.t2} {00476.f} {00476.p5} -> {00476.p6} 
+tr {00476.t3|00477.t1} : a475 {00476.f} {00477.p1} -> {00477.p3} 
+tr {00477.e} {00477.p6} {00477.p3} -> {00477.p4-eats} 
+tr {00477.t} {00477.p2-thinks} -> {00477.p1} {00477.p5} 
+tr {00477.t0|00478.t4} : b476 {00478.p4-eats} -> {00477.f} {00478.f} {00478.p2-thinks} 
+tr {00477.t2} {00477.f} {00477.p5} -> {00477.p6} 
+tr {00477.t3|00478.t1} : a476 {00477.f} {00478.p1} -> {00478.p3} 
+tr {00478.e} {00478.p6} {00478.p3} -> {00478.p4-eats} 
+tr {00478.t} {00478.p2-thinks} -> {00478.p1} {00478.p5} 
+tr {00478.t0|00479.t4} : b477 {00479.p4-eats} -> {00478.f} {00479.f} {00479.p2-thinks} 
+tr {00478.t2} {00478.f} {00478.p5} -> {00478.p6} 
+tr {00478.t3|00479.t1} : a477 {00478.f} {00479.p1} -> {00479.p3} 
+tr {00479.e} {00479.p6} {00479.p3} -> {00479.p4-eats} 
+tr {00479.t} {00479.p2-thinks} -> {00479.p1} {00479.p5} 
+tr {00479.t0|00480.t4} : b478 {00480.p4-eats} -> {00479.f} {00480.f} {00480.p2-thinks} 
+tr {00479.t2} {00479.f} {00479.p5} -> {00479.p6} 
+tr {00479.t3|00480.t1} : a478 {00479.f} {00480.p1} -> {00480.p3} 
+tr {00480.e} {00480.p6} {00480.p3} -> {00480.p4-eats} 
+tr {00480.t} {00480.p2-thinks} -> {00480.p1} {00480.p5} 
+tr {00480.t0|00481.t4} : b479 {00481.p4-eats} -> {00480.f} {00481.f} {00481.p2-thinks} 
+tr {00480.t2} {00480.f} {00480.p5} -> {00480.p6} 
+tr {00480.t3|00481.t1} : a479 {00480.f} {00481.p1} -> {00481.p3} 
+tr {00481.e} {00481.p6} {00481.p3} -> {00481.p4-eats} 
+tr {00481.t} {00481.p2-thinks} -> {00481.p1} {00481.p5} 
+tr {00481.t0|00482.t4} : b480 {00482.p4-eats} -> {00481.f} {00482.f} {00482.p2-thinks} 
+tr {00481.t2} {00481.f} {00481.p5} -> {00481.p6} 
+tr {00481.t3|00482.t1} : a480 {00481.f} {00482.p1} -> {00482.p3} 
+tr {00482.e} {00482.p6} {00482.p3} -> {00482.p4-eats} 
+tr {00482.t} {00482.p2-thinks} -> {00482.p1} {00482.p5} 
+tr {00482.t0|00483.t4} : b481 {00483.p4-eats} -> {00482.f} {00483.f} {00483.p2-thinks} 
+tr {00482.t2} {00482.f} {00482.p5} -> {00482.p6} 
+tr {00482.t3|00483.t1} : a481 {00482.f} {00483.p1} -> {00483.p3} 
+tr {00483.e} {00483.p6} {00483.p3} -> {00483.p4-eats} 
+tr {00483.t} {00483.p2-thinks} -> {00483.p1} {00483.p5} 
+tr {00483.t0|00484.t4} : b482 {00484.p4-eats} -> {00483.f} {00484.f} {00484.p2-thinks} 
+tr {00483.t2} {00483.f} {00483.p5} -> {00483.p6} 
+tr {00483.t3|00484.t1} : a482 {00483.f} {00484.p1} -> {00484.p3} 
+tr {00484.e} {00484.p6} {00484.p3} -> {00484.p4-eats} 
+tr {00484.t} {00484.p2-thinks} -> {00484.p1} {00484.p5} 
+tr {00484.t0|00485.t4} : b483 {00485.p4-eats} -> {00484.f} {00485.f} {00485.p2-thinks} 
+tr {00484.t2} {00484.f} {00484.p5} -> {00484.p6} 
+tr {00484.t3|00485.t1} : a483 {00484.f} {00485.p1} -> {00485.p3} 
+tr {00485.e} {00485.p6} {00485.p3} -> {00485.p4-eats} 
+tr {00485.t} {00485.p2-thinks} -> {00485.p1} {00485.p5} 
+tr {00485.t0|00486.t4} : b484 {00486.p4-eats} -> {00485.f} {00486.f} {00486.p2-thinks} 
+tr {00485.t2} {00485.f} {00485.p5} -> {00485.p6} 
+tr {00485.t3|00486.t1} : a484 {00485.f} {00486.p1} -> {00486.p3} 
+tr {00486.e} {00486.p6} {00486.p3} -> {00486.p4-eats} 
+tr {00486.t} {00486.p2-thinks} -> {00486.p1} {00486.p5} 
+tr {00486.t0|00487.t4} : b485 {00487.p4-eats} -> {00486.f} {00487.f} {00487.p2-thinks} 
+tr {00486.t2} {00486.f} {00486.p5} -> {00486.p6} 
+tr {00486.t3|00487.t1} : a485 {00486.f} {00487.p1} -> {00487.p3} 
+tr {00487.e} {00487.p6} {00487.p3} -> {00487.p4-eats} 
+tr {00487.t} {00487.p2-thinks} -> {00487.p1} {00487.p5} 
+tr {00487.t0|00488.t4} : b486 {00488.p4-eats} -> {00487.f} {00488.f} {00488.p2-thinks} 
+tr {00487.t2} {00487.f} {00487.p5} -> {00487.p6} 
+tr {00487.t3|00488.t1} : a486 {00487.f} {00488.p1} -> {00488.p3} 
+tr {00488.e} {00488.p6} {00488.p3} -> {00488.p4-eats} 
+tr {00488.t} {00488.p2-thinks} -> {00488.p1} {00488.p5} 
+tr {00488.t0|00489.t4} : b487 {00489.p4-eats} -> {00488.f} {00489.f} {00489.p2-thinks} 
+tr {00488.t2} {00488.f} {00488.p5} -> {00488.p6} 
+tr {00488.t3|00489.t1} : a487 {00488.f} {00489.p1} -> {00489.p3} 
+tr {00489.e} {00489.p6} {00489.p3} -> {00489.p4-eats} 
+tr {00489.t} {00489.p2-thinks} -> {00489.p1} {00489.p5} 
+tr {00489.t0|00490.t4} : b488 {00490.p4-eats} -> {00489.f} {00490.f} {00490.p2-thinks} 
+tr {00489.t2} {00489.f} {00489.p5} -> {00489.p6} 
+tr {00489.t3|00490.t1} : a488 {00489.f} {00490.p1} -> {00490.p3} 
+tr {00490.e} {00490.p6} {00490.p3} -> {00490.p4-eats} 
+tr {00490.t} {00490.p2-thinks} -> {00490.p1} {00490.p5} 
+tr {00490.t0|00491.t4} : b489 {00491.p4-eats} -> {00490.f} {00491.f} {00491.p2-thinks} 
+tr {00490.t2} {00490.f} {00490.p5} -> {00490.p6} 
+tr {00490.t3|00491.t1} : a489 {00490.f} {00491.p1} -> {00491.p3} 
+tr {00491.e} {00491.p6} {00491.p3} -> {00491.p4-eats} 
+tr {00491.t} {00491.p2-thinks} -> {00491.p1} {00491.p5} 
+tr {00491.t0|00492.t4} : b490 {00492.p4-eats} -> {00491.f} {00492.f} {00492.p2-thinks} 
+tr {00491.t2} {00491.f} {00491.p5} -> {00491.p6} 
+tr {00491.t3|00492.t1} : a490 {00491.f} {00492.p1} -> {00492.p3} 
+tr {00492.e} {00492.p6} {00492.p3} -> {00492.p4-eats} 
+tr {00492.t} {00492.p2-thinks} -> {00492.p1} {00492.p5} 
+tr {00492.t0|00493.t4} : b491 {00493.p4-eats} -> {00492.f} {00493.f} {00493.p2-thinks} 
+tr {00492.t2} {00492.f} {00492.p5} -> {00492.p6} 
+tr {00492.t3|00493.t1} : a491 {00492.f} {00493.p1} -> {00493.p3} 
+tr {00493.e} {00493.p6} {00493.p3} -> {00493.p4-eats} 
+tr {00493.t} {00493.p2-thinks} -> {00493.p1} {00493.p5} 
+tr {00493.t0|00494.t4} : b492 {00494.p4-eats} -> {00493.f} {00494.f} {00494.p2-thinks} 
+tr {00493.t2} {00493.f} {00493.p5} -> {00493.p6} 
+tr {00493.t3|00494.t1} : a492 {00493.f} {00494.p1} -> {00494.p3} 
+tr {00494.e} {00494.p6} {00494.p3} -> {00494.p4-eats} 
+tr {00494.t} {00494.p2-thinks} -> {00494.p1} {00494.p5} 
+tr {00494.t0|00495.t4} : b493 {00495.p4-eats} -> {00494.f} {00495.f} {00495.p2-thinks} 
+tr {00494.t2} {00494.f} {00494.p5} -> {00494.p6} 
+tr {00494.t3|00495.t1} : a493 {00494.f} {00495.p1} -> {00495.p3} 
+tr {00495.e} {00495.p6} {00495.p3} -> {00495.p4-eats} 
+tr {00495.t} {00495.p2-thinks} -> {00495.p1} {00495.p5} 
+tr {00495.t0|00496.t4} : b494 {00496.p4-eats} -> {00495.f} {00496.f} {00496.p2-thinks} 
+tr {00495.t2} {00495.f} {00495.p5} -> {00495.p6} 
+tr {00495.t3|00496.t1} : a494 {00495.f} {00496.p1} -> {00496.p3} 
+tr {00496.e} {00496.p6} {00496.p3} -> {00496.p4-eats} 
+tr {00496.t} {00496.p2-thinks} -> {00496.p1} {00496.p5} 
+tr {00496.t0|00497.t4} : b495 {00497.p4-eats} -> {00496.f} {00497.f} {00497.p2-thinks} 
+tr {00496.t2} {00496.f} {00496.p5} -> {00496.p6} 
+tr {00496.t3|00497.t1} : a495 {00496.f} {00497.p1} -> {00497.p3} 
+tr {00497.e} {00497.p6} {00497.p3} -> {00497.p4-eats} 
+tr {00497.t} {00497.p2-thinks} -> {00497.p1} {00497.p5} 
+tr {00497.t0|00498.t4} : b496 {00498.p4-eats} -> {00497.f} {00498.f} {00498.p2-thinks} 
+tr {00497.t2} {00497.f} {00497.p5} -> {00497.p6} 
+tr {00497.t3|00498.t1} : a496 {00497.f} {00498.p1} -> {00498.p3} 
+tr {00498.e} {00498.p6} {00498.p3} -> {00498.p4-eats} 
+tr {00498.t} {00498.p2-thinks} -> {00498.p1} {00498.p5} 
+tr {00498.t0|00499.t4} : b497 {00499.p4-eats} -> {00498.f} {00499.f} {00499.p2-thinks} 
+tr {00498.t2} {00498.f} {00498.p5} -> {00498.p6} 
+tr {00498.t3|00499.t1} : a497 {00498.f} {00499.p1} -> {00499.p3} 
+tr {00499.e} {00499.p6} {00499.p3} -> {00499.p4-eats} 
+tr {00499.t} {00499.p2-thinks} -> {00499.p1} {00499.p5} 
+tr {00499.t0|00500.t4} : b498 {00500.p4-eats} -> {00499.f} {00500.f} {00500.p2-thinks} 
+tr {00499.t2} {00499.f} {00499.p5} -> {00499.p6} 
+tr {00499.t3|00500.t1} : a498 {00499.f} {00500.p1} -> {00500.p3} 
+tr {00500.e} {00500.p6} {00500.p3} -> {00500.p4-eats} 
+tr {00500.t} {00500.p2-thinks} -> {00500.p1} {00500.p5} 
+tr {00500.t0|00501.t4} : b499 {00501.p4-eats} -> {00500.f} {00501.f} {00501.p2-thinks} 
+tr {00500.t2} {00500.f} {00500.p5} -> {00500.p6} 
+tr {00500.t3|00501.t1} : a499 {00500.f} {00501.p1} -> {00501.p3} 
+tr {00501.e} {00501.p6} {00501.p3} -> {00501.p4-eats} 
+tr {00501.t} {00501.p2-thinks} -> {00501.p1} {00501.p5} 
+tr {00501.t0|00502.t4} : b500 {00502.p4-eats} -> {00501.f} {00502.f} {00502.p2-thinks} 
+tr {00501.t2} {00501.f} {00501.p5} -> {00501.p6} 
+tr {00501.t3|00502.t1} : a500 {00501.f} {00502.p1} -> {00502.p3} 
+tr {00502.e} {00502.p6} {00502.p3} -> {00502.p4-eats} 
+tr {00502.t} {00502.p2-thinks} -> {00502.p1} {00502.p5} 
+tr {00502.t0|00503.t4} : b501 {00503.p4-eats} -> {00502.f} {00503.f} {00503.p2-thinks} 
+tr {00502.t2} {00502.f} {00502.p5} -> {00502.p6} 
+tr {00502.t3|00503.t1} : a501 {00502.f} {00503.p1} -> {00503.p3} 
+tr {00503.e} {00503.p6} {00503.p3} -> {00503.p4-eats} 
+tr {00503.t} {00503.p2-thinks} -> {00503.p1} {00503.p5} 
+tr {00503.t0|00504.t4} : b502 {00504.p4-eats} -> {00503.f} {00504.f} {00504.p2-thinks} 
+tr {00503.t2} {00503.f} {00503.p5} -> {00503.p6} 
+tr {00503.t3|00504.t1} : a502 {00503.f} {00504.p1} -> {00504.p3} 
+tr {00504.e} {00504.p6} {00504.p3} -> {00504.p4-eats} 
+tr {00504.t} {00504.p2-thinks} -> {00504.p1} {00504.p5} 
+tr {00504.t0|00505.t4} : b503 {00505.p4-eats} -> {00504.f} {00505.f} {00505.p2-thinks} 
+tr {00504.t2} {00504.f} {00504.p5} -> {00504.p6} 
+tr {00504.t3|00505.t1} : a503 {00504.f} {00505.p1} -> {00505.p3} 
+tr {00505.e} {00505.p6} {00505.p3} -> {00505.p4-eats} 
+tr {00505.t} {00505.p2-thinks} -> {00505.p1} {00505.p5} 
+tr {00505.t0|00506.t4} : b504 {00506.p4-eats} -> {00505.f} {00506.f} {00506.p2-thinks} 
+tr {00505.t2} {00505.f} {00505.p5} -> {00505.p6} 
+tr {00505.t3|00506.t1} : a504 {00505.f} {00506.p1} -> {00506.p3} 
+tr {00506.e} {00506.p6} {00506.p3} -> {00506.p4-eats} 
+tr {00506.t} {00506.p2-thinks} -> {00506.p1} {00506.p5} 
+tr {00506.t0|00507.t4} : b505 {00507.p4-eats} -> {00506.f} {00507.f} {00507.p2-thinks} 
+tr {00506.t2} {00506.f} {00506.p5} -> {00506.p6} 
+tr {00506.t3|00507.t1} : a505 {00506.f} {00507.p1} -> {00507.p3} 
+tr {00507.e} {00507.p6} {00507.p3} -> {00507.p4-eats} 
+tr {00507.t} {00507.p2-thinks} -> {00507.p1} {00507.p5} 
+tr {00507.t0|00508.t4} : b506 {00508.p4-eats} -> {00507.f} {00508.f} {00508.p2-thinks} 
+tr {00507.t2} {00507.f} {00507.p5} -> {00507.p6} 
+tr {00507.t3|00508.t1} : a506 {00507.f} {00508.p1} -> {00508.p3} 
+tr {00508.e} {00508.p6} {00508.p3} -> {00508.p4-eats} 
+tr {00508.t} {00508.p2-thinks} -> {00508.p1} {00508.p5} 
+tr {00508.t0|00509.t4} : b507 {00509.p4-eats} -> {00508.f} {00509.f} {00509.p2-thinks} 
+tr {00508.t2} {00508.f} {00508.p5} -> {00508.p6} 
+tr {00508.t3|00509.t1} : a507 {00508.f} {00509.p1} -> {00509.p3} 
+tr {00509.e} {00509.p6} {00509.p3} -> {00509.p4-eats} 
+tr {00509.t} {00509.p2-thinks} -> {00509.p1} {00509.p5} 
+tr {00509.t0|00510.t4} : b508 {00510.p4-eats} -> {00509.f} {00510.f} {00510.p2-thinks} 
+tr {00509.t2} {00509.f} {00509.p5} -> {00509.p6} 
+tr {00509.t3|00510.t1} : a508 {00509.f} {00510.p1} -> {00510.p3} 
+tr {00510.e} {00510.p6} {00510.p3} -> {00510.p4-eats} 
+tr {00510.t} {00510.p2-thinks} -> {00510.p1} {00510.p5} 
+tr {00510.t0|00511.t4} : b509 {00511.p4-eats} -> {00510.f} {00511.f} {00511.p2-thinks} 
+tr {00510.t2} {00510.f} {00510.p5} -> {00510.p6} 
+tr {00510.t3|00511.t1} : a509 {00510.f} {00511.p1} -> {00511.p3} 
+tr {00511.e} {00511.p6} {00511.p3} -> {00511.p4-eats} 
+tr {00511.t} {00511.p2-thinks} -> {00511.p1} {00511.p5} 
+tr {00511.t0|00512.t4} : b510 {00512.p4-eats} -> {00511.f} {00512.f} {00512.p2-thinks} 
+tr {00511.t2} {00511.f} {00511.p5} -> {00511.p6} 
+tr {00511.t3|00512.t1} : a510 {00511.f} {00512.p1} -> {00512.p3} 
+tr {00512.e} {00512.p6} {00512.p3} -> {00512.p4-eats} 
+tr {00512.t} {00512.p2-thinks} -> {00512.p1} {00512.p5} 
+tr {00512.t0|00513.t4} : b511 {00513.p4-eats} -> {00512.f} {00513.f} {00513.p2-thinks} 
+tr {00512.t2} {00512.f} {00512.p5} -> {00512.p6} 
+tr {00512.t3|00513.t1} : a511 {00512.f} {00513.p1} -> {00513.p3} 
+tr {00513.e} {00513.p6} {00513.p3} -> {00513.p4-eats} 
+tr {00513.t} {00513.p2-thinks} -> {00513.p1} {00513.p5} 
+tr {00513.t0|00514.t4} : b512 {00514.p4-eats} -> {00513.f} {00514.f} {00514.p2-thinks} 
+tr {00513.t2} {00513.f} {00513.p5} -> {00513.p6} 
+tr {00513.t3|00514.t1} : a512 {00513.f} {00514.p1} -> {00514.p3} 
+tr {00514.e} {00514.p6} {00514.p3} -> {00514.p4-eats} 
+tr {00514.t} {00514.p2-thinks} -> {00514.p1} {00514.p5} 
+tr {00514.t0|00515.t4} : b513 {00515.p4-eats} -> {00514.f} {00515.f} {00515.p2-thinks} 
+tr {00514.t2} {00514.f} {00514.p5} -> {00514.p6} 
+tr {00514.t3|00515.t1} : a513 {00514.f} {00515.p1} -> {00515.p3} 
+tr {00515.e} {00515.p6} {00515.p3} -> {00515.p4-eats} 
+tr {00515.t} {00515.p2-thinks} -> {00515.p1} {00515.p5} 
+tr {00515.t0|00516.t4} : b514 {00516.p4-eats} -> {00515.f} {00516.f} {00516.p2-thinks} 
+tr {00515.t2} {00515.f} {00515.p5} -> {00515.p6} 
+tr {00515.t3|00516.t1} : a514 {00515.f} {00516.p1} -> {00516.p3} 
+tr {00516.e} {00516.p6} {00516.p3} -> {00516.p4-eats} 
+tr {00516.t} {00516.p2-thinks} -> {00516.p1} {00516.p5} 
+tr {00516.t0|00517.t4} : b515 {00517.p4-eats} -> {00516.f} {00517.f} {00517.p2-thinks} 
+tr {00516.t2} {00516.f} {00516.p5} -> {00516.p6} 
+tr {00516.t3|00517.t1} : a515 {00516.f} {00517.p1} -> {00517.p3} 
+tr {00517.e} {00517.p6} {00517.p3} -> {00517.p4-eats} 
+tr {00517.t} {00517.p2-thinks} -> {00517.p1} {00517.p5} 
+tr {00517.t0|00518.t4} : b516 {00518.p4-eats} -> {00517.f} {00518.f} {00518.p2-thinks} 
+tr {00517.t2} {00517.f} {00517.p5} -> {00517.p6} 
+tr {00517.t3|00518.t1} : a516 {00517.f} {00518.p1} -> {00518.p3} 
+tr {00518.e} {00518.p6} {00518.p3} -> {00518.p4-eats} 
+tr {00518.t} {00518.p2-thinks} -> {00518.p1} {00518.p5} 
+tr {00518.t0|00519.t4} : b517 {00519.p4-eats} -> {00518.f} {00519.f} {00519.p2-thinks} 
+tr {00518.t2} {00518.f} {00518.p5} -> {00518.p6} 
+tr {00518.t3|00519.t1} : a517 {00518.f} {00519.p1} -> {00519.p3} 
+tr {00519.e} {00519.p6} {00519.p3} -> {00519.p4-eats} 
+tr {00519.t} {00519.p2-thinks} -> {00519.p1} {00519.p5} 
+tr {00519.t0|00520.t4} : b518 {00520.p4-eats} -> {00519.f} {00520.f} {00520.p2-thinks} 
+tr {00519.t2} {00519.f} {00519.p5} -> {00519.p6} 
+tr {00519.t3|00520.t1} : a518 {00519.f} {00520.p1} -> {00520.p3} 
+tr {00520.e} {00520.p6} {00520.p3} -> {00520.p4-eats} 
+tr {00520.t} {00520.p2-thinks} -> {00520.p1} {00520.p5} 
+tr {00520.t0|00521.t4} : b519 {00521.p4-eats} -> {00520.f} {00521.f} {00521.p2-thinks} 
+tr {00520.t2} {00520.f} {00520.p5} -> {00520.p6} 
+tr {00520.t3|00521.t1} : a519 {00520.f} {00521.p1} -> {00521.p3} 
+tr {00521.e} {00521.p6} {00521.p3} -> {00521.p4-eats} 
+tr {00521.t} {00521.p2-thinks} -> {00521.p1} {00521.p5} 
+tr {00521.t0|00522.t4} : b520 {00522.p4-eats} -> {00521.f} {00522.f} {00522.p2-thinks} 
+tr {00521.t2} {00521.f} {00521.p5} -> {00521.p6} 
+tr {00521.t3|00522.t1} : a520 {00521.f} {00522.p1} -> {00522.p3} 
+tr {00522.e} {00522.p6} {00522.p3} -> {00522.p4-eats} 
+tr {00522.t} {00522.p2-thinks} -> {00522.p1} {00522.p5} 
+tr {00522.t0|00523.t4} : b521 {00523.p4-eats} -> {00522.f} {00523.f} {00523.p2-thinks} 
+tr {00522.t2} {00522.f} {00522.p5} -> {00522.p6} 
+tr {00522.t3|00523.t1} : a521 {00522.f} {00523.p1} -> {00523.p3} 
+tr {00523.e} {00523.p6} {00523.p3} -> {00523.p4-eats} 
+tr {00523.t} {00523.p2-thinks} -> {00523.p1} {00523.p5} 
+tr {00523.t0|00524.t4} : b522 {00524.p4-eats} -> {00523.f} {00524.f} {00524.p2-thinks} 
+tr {00523.t2} {00523.f} {00523.p5} -> {00523.p6} 
+tr {00523.t3|00524.t1} : a522 {00523.f} {00524.p1} -> {00524.p3} 
+tr {00524.e} {00524.p6} {00524.p3} -> {00524.p4-eats} 
+tr {00524.t} {00524.p2-thinks} -> {00524.p1} {00524.p5} 
+tr {00524.t0|00525.t4} : b523 {00525.p4-eats} -> {00524.f} {00525.f} {00525.p2-thinks} 
+tr {00524.t2} {00524.f} {00524.p5} -> {00524.p6} 
+tr {00524.t3|00525.t1} : a523 {00524.f} {00525.p1} -> {00525.p3} 
+tr {00525.e} {00525.p6} {00525.p3} -> {00525.p4-eats} 
+tr {00525.t} {00525.p2-thinks} -> {00525.p1} {00525.p5} 
+tr {00525.t0|00526.t4} : b524 {00526.p4-eats} -> {00525.f} {00526.f} {00526.p2-thinks} 
+tr {00525.t2} {00525.f} {00525.p5} -> {00525.p6} 
+tr {00525.t3|00526.t1} : a524 {00525.f} {00526.p1} -> {00526.p3} 
+tr {00526.e} {00526.p6} {00526.p3} -> {00526.p4-eats} 
+tr {00526.t} {00526.p2-thinks} -> {00526.p1} {00526.p5} 
+tr {00526.t0|00527.t4} : b525 {00527.p4-eats} -> {00526.f} {00527.f} {00527.p2-thinks} 
+tr {00526.t2} {00526.f} {00526.p5} -> {00526.p6} 
+tr {00526.t3|00527.t1} : a525 {00526.f} {00527.p1} -> {00527.p3} 
+tr {00527.e} {00527.p6} {00527.p3} -> {00527.p4-eats} 
+tr {00527.t} {00527.p2-thinks} -> {00527.p1} {00527.p5} 
+tr {00527.t0|00528.t4} : b526 {00528.p4-eats} -> {00527.f} {00528.f} {00528.p2-thinks} 
+tr {00527.t2} {00527.f} {00527.p5} -> {00527.p6} 
+tr {00527.t3|00528.t1} : a526 {00527.f} {00528.p1} -> {00528.p3} 
+tr {00528.e} {00528.p6} {00528.p3} -> {00528.p4-eats} 
+tr {00528.t} {00528.p2-thinks} -> {00528.p1} {00528.p5} 
+tr {00528.t0|00529.t4} : b527 {00529.p4-eats} -> {00528.f} {00529.f} {00529.p2-thinks} 
+tr {00528.t2} {00528.f} {00528.p5} -> {00528.p6} 
+tr {00528.t3|00529.t1} : a527 {00528.f} {00529.p1} -> {00529.p3} 
+tr {00529.e} {00529.p6} {00529.p3} -> {00529.p4-eats} 
+tr {00529.t} {00529.p2-thinks} -> {00529.p1} {00529.p5} 
+tr {00529.t0|00530.t4} : b528 {00530.p4-eats} -> {00529.f} {00530.f} {00530.p2-thinks} 
+tr {00529.t2} {00529.f} {00529.p5} -> {00529.p6} 
+tr {00529.t3|00530.t1} : a528 {00529.f} {00530.p1} -> {00530.p3} 
+tr {00530.e} {00530.p6} {00530.p3} -> {00530.p4-eats} 
+tr {00530.t} {00530.p2-thinks} -> {00530.p1} {00530.p5} 
+tr {00530.t0|00531.t4} : b529 {00531.p4-eats} -> {00530.f} {00531.f} {00531.p2-thinks} 
+tr {00530.t2} {00530.f} {00530.p5} -> {00530.p6} 
+tr {00530.t3|00531.t1} : a529 {00530.f} {00531.p1} -> {00531.p3} 
+tr {00531.e} {00531.p6} {00531.p3} -> {00531.p4-eats} 
+tr {00531.t} {00531.p2-thinks} -> {00531.p1} {00531.p5} 
+tr {00531.t0|00532.t4} : b530 {00532.p4-eats} -> {00531.f} {00532.f} {00532.p2-thinks} 
+tr {00531.t2} {00531.f} {00531.p5} -> {00531.p6} 
+tr {00531.t3|00532.t1} : a530 {00531.f} {00532.p1} -> {00532.p3} 
+tr {00532.e} {00532.p6} {00532.p3} -> {00532.p4-eats} 
+tr {00532.t} {00532.p2-thinks} -> {00532.p1} {00532.p5} 
+tr {00532.t0|00533.t4} : b531 {00533.p4-eats} -> {00532.f} {00533.f} {00533.p2-thinks} 
+tr {00532.t2} {00532.f} {00532.p5} -> {00532.p6} 
+tr {00532.t3|00533.t1} : a531 {00532.f} {00533.p1} -> {00533.p3} 
+tr {00533.e} {00533.p6} {00533.p3} -> {00533.p4-eats} 
+tr {00533.t} {00533.p2-thinks} -> {00533.p1} {00533.p5} 
+tr {00533.t0|00534.t4} : b532 {00534.p4-eats} -> {00533.f} {00534.f} {00534.p2-thinks} 
+tr {00533.t2} {00533.f} {00533.p5} -> {00533.p6} 
+tr {00533.t3|00534.t1} : a532 {00533.f} {00534.p1} -> {00534.p3} 
+tr {00534.e} {00534.p6} {00534.p3} -> {00534.p4-eats} 
+tr {00534.t} {00534.p2-thinks} -> {00534.p1} {00534.p5} 
+tr {00534.t0|00535.t4} : b533 {00535.p4-eats} -> {00534.f} {00535.f} {00535.p2-thinks} 
+tr {00534.t2} {00534.f} {00534.p5} -> {00534.p6} 
+tr {00534.t3|00535.t1} : a533 {00534.f} {00535.p1} -> {00535.p3} 
+tr {00535.e} {00535.p6} {00535.p3} -> {00535.p4-eats} 
+tr {00535.t} {00535.p2-thinks} -> {00535.p1} {00535.p5} 
+tr {00535.t0|00536.t4} : b534 {00536.p4-eats} -> {00535.f} {00536.f} {00536.p2-thinks} 
+tr {00535.t2} {00535.f} {00535.p5} -> {00535.p6} 
+tr {00535.t3|00536.t1} : a534 {00535.f} {00536.p1} -> {00536.p3} 
+tr {00536.e} {00536.p6} {00536.p3} -> {00536.p4-eats} 
+tr {00536.t} {00536.p2-thinks} -> {00536.p1} {00536.p5} 
+tr {00536.t0|00537.t4} : b535 {00537.p4-eats} -> {00536.f} {00537.f} {00537.p2-thinks} 
+tr {00536.t2} {00536.f} {00536.p5} -> {00536.p6} 
+tr {00536.t3|00537.t1} : a535 {00536.f} {00537.p1} -> {00537.p3} 
+tr {00537.e} {00537.p6} {00537.p3} -> {00537.p4-eats} 
+tr {00537.t} {00537.p2-thinks} -> {00537.p1} {00537.p5} 
+tr {00537.t0|00538.t4} : b536 {00538.p4-eats} -> {00537.f} {00538.f} {00538.p2-thinks} 
+tr {00537.t2} {00537.f} {00537.p5} -> {00537.p6} 
+tr {00537.t3|00538.t1} : a536 {00537.f} {00538.p1} -> {00538.p3} 
+tr {00538.e} {00538.p6} {00538.p3} -> {00538.p4-eats} 
+tr {00538.t} {00538.p2-thinks} -> {00538.p1} {00538.p5} 
+tr {00538.t0|00539.t4} : b537 {00539.p4-eats} -> {00538.f} {00539.f} {00539.p2-thinks} 
+tr {00538.t2} {00538.f} {00538.p5} -> {00538.p6} 
+tr {00538.t3|00539.t1} : a537 {00538.f} {00539.p1} -> {00539.p3} 
+tr {00539.e} {00539.p6} {00539.p3} -> {00539.p4-eats} 
+tr {00539.t} {00539.p2-thinks} -> {00539.p1} {00539.p5} 
+tr {00539.t0|00540.t4} : b538 {00540.p4-eats} -> {00539.f} {00540.f} {00540.p2-thinks} 
+tr {00539.t2} {00539.f} {00539.p5} -> {00539.p6} 
+tr {00539.t3|00540.t1} : a538 {00539.f} {00540.p1} -> {00540.p3} 
+tr {00540.e} {00540.p6} {00540.p3} -> {00540.p4-eats} 
+tr {00540.t} {00540.p2-thinks} -> {00540.p1} {00540.p5} 
+tr {00540.t0|00541.t4} : b539 {00541.p4-eats} -> {00540.f} {00541.f} {00541.p2-thinks} 
+tr {00540.t2} {00540.f} {00540.p5} -> {00540.p6} 
+tr {00540.t3|00541.t1} : a539 {00540.f} {00541.p1} -> {00541.p3} 
+tr {00541.e} {00541.p6} {00541.p3} -> {00541.p4-eats} 
+tr {00541.t} {00541.p2-thinks} -> {00541.p1} {00541.p5} 
+tr {00541.t0|00542.t4} : b540 {00542.p4-eats} -> {00541.f} {00542.f} {00542.p2-thinks} 
+tr {00541.t2} {00541.f} {00541.p5} -> {00541.p6} 
+tr {00541.t3|00542.t1} : a540 {00541.f} {00542.p1} -> {00542.p3} 
+tr {00542.e} {00542.p6} {00542.p3} -> {00542.p4-eats} 
+tr {00542.t} {00542.p2-thinks} -> {00542.p1} {00542.p5} 
+tr {00542.t0|00543.t4} : b541 {00543.p4-eats} -> {00542.f} {00543.f} {00543.p2-thinks} 
+tr {00542.t2} {00542.f} {00542.p5} -> {00542.p6} 
+tr {00542.t3|00543.t1} : a541 {00542.f} {00543.p1} -> {00543.p3} 
+tr {00543.e} {00543.p6} {00543.p3} -> {00543.p4-eats} 
+tr {00543.t} {00543.p2-thinks} -> {00543.p1} {00543.p5} 
+tr {00543.t0|00544.t4} : b542 {00544.p4-eats} -> {00543.f} {00544.f} {00544.p2-thinks} 
+tr {00543.t2} {00543.f} {00543.p5} -> {00543.p6} 
+tr {00543.t3|00544.t1} : a542 {00543.f} {00544.p1} -> {00544.p3} 
+tr {00544.e} {00544.p6} {00544.p3} -> {00544.p4-eats} 
+tr {00544.t} {00544.p2-thinks} -> {00544.p1} {00544.p5} 
+tr {00544.t0|00545.t4} : b543 {00545.p4-eats} -> {00544.f} {00545.f} {00545.p2-thinks} 
+tr {00544.t2} {00544.f} {00544.p5} -> {00544.p6} 
+tr {00544.t3|00545.t1} : a543 {00544.f} {00545.p1} -> {00545.p3} 
+tr {00545.e} {00545.p6} {00545.p3} -> {00545.p4-eats} 
+tr {00545.t} {00545.p2-thinks} -> {00545.p1} {00545.p5} 
+tr {00545.t0|00546.t4} : b544 {00546.p4-eats} -> {00545.f} {00546.f} {00546.p2-thinks} 
+tr {00545.t2} {00545.f} {00545.p5} -> {00545.p6} 
+tr {00545.t3|00546.t1} : a544 {00545.f} {00546.p1} -> {00546.p3} 
+tr {00546.e} {00546.p6} {00546.p3} -> {00546.p4-eats} 
+tr {00546.t} {00546.p2-thinks} -> {00546.p1} {00546.p5} 
+tr {00546.t0|00547.t4} : b545 {00547.p4-eats} -> {00546.f} {00547.f} {00547.p2-thinks} 
+tr {00546.t2} {00546.f} {00546.p5} -> {00546.p6} 
+tr {00546.t3|00547.t1} : a545 {00546.f} {00547.p1} -> {00547.p3} 
+tr {00547.e} {00547.p6} {00547.p3} -> {00547.p4-eats} 
+tr {00547.t} {00547.p2-thinks} -> {00547.p1} {00547.p5} 
+tr {00547.t0|00548.t4} : b546 {00548.p4-eats} -> {00547.f} {00548.f} {00548.p2-thinks} 
+tr {00547.t2} {00547.f} {00547.p5} -> {00547.p6} 
+tr {00547.t3|00548.t1} : a546 {00547.f} {00548.p1} -> {00548.p3} 
+tr {00548.e} {00548.p6} {00548.p3} -> {00548.p4-eats} 
+tr {00548.t} {00548.p2-thinks} -> {00548.p1} {00548.p5} 
+tr {00548.t0|00549.t4} : b547 {00549.p4-eats} -> {00548.f} {00549.f} {00549.p2-thinks} 
+tr {00548.t2} {00548.f} {00548.p5} -> {00548.p6} 
+tr {00548.t3|00549.t1} : a547 {00548.f} {00549.p1} -> {00549.p3} 
+tr {00549.e} {00549.p6} {00549.p3} -> {00549.p4-eats} 
+tr {00549.t} {00549.p2-thinks} -> {00549.p1} {00549.p5} 
+tr {00549.t0|00550.t4} : b548 {00550.p4-eats} -> {00549.f} {00550.f} {00550.p2-thinks} 
+tr {00549.t2} {00549.f} {00549.p5} -> {00549.p6} 
+tr {00549.t3|00550.t1} : a548 {00549.f} {00550.p1} -> {00550.p3} 
+tr {00550.e} {00550.p6} {00550.p3} -> {00550.p4-eats} 
+tr {00550.t} {00550.p2-thinks} -> {00550.p1} {00550.p5} 
+tr {00550.t0|00551.t4} : b549 {00551.p4-eats} -> {00550.f} {00551.f} {00551.p2-thinks} 
+tr {00550.t2} {00550.f} {00550.p5} -> {00550.p6} 
+tr {00550.t3|00551.t1} : a549 {00550.f} {00551.p1} -> {00551.p3} 
+tr {00551.e} {00551.p6} {00551.p3} -> {00551.p4-eats} 
+tr {00551.t} {00551.p2-thinks} -> {00551.p1} {00551.p5} 
+tr {00551.t0|00552.t4} : b550 {00552.p4-eats} -> {00551.f} {00552.f} {00552.p2-thinks} 
+tr {00551.t2} {00551.f} {00551.p5} -> {00551.p6} 
+tr {00551.t3|00552.t1} : a550 {00551.f} {00552.p1} -> {00552.p3} 
+tr {00552.e} {00552.p6} {00552.p3} -> {00552.p4-eats} 
+tr {00552.t} {00552.p2-thinks} -> {00552.p1} {00552.p5} 
+tr {00552.t0|00553.t4} : b551 {00553.p4-eats} -> {00552.f} {00553.f} {00553.p2-thinks} 
+tr {00552.t2} {00552.f} {00552.p5} -> {00552.p6} 
+tr {00552.t3|00553.t1} : a551 {00552.f} {00553.p1} -> {00553.p3} 
+tr {00553.e} {00553.p6} {00553.p3} -> {00553.p4-eats} 
+tr {00553.t} {00553.p2-thinks} -> {00553.p1} {00553.p5} 
+tr {00553.t0|00554.t4} : b552 {00554.p4-eats} -> {00553.f} {00554.f} {00554.p2-thinks} 
+tr {00553.t2} {00553.f} {00553.p5} -> {00553.p6} 
+tr {00553.t3|00554.t1} : a552 {00553.f} {00554.p1} -> {00554.p3} 
+tr {00554.e} {00554.p6} {00554.p3} -> {00554.p4-eats} 
+tr {00554.t} {00554.p2-thinks} -> {00554.p1} {00554.p5} 
+tr {00554.t0|00555.t4} : b553 {00555.p4-eats} -> {00554.f} {00555.f} {00555.p2-thinks} 
+tr {00554.t2} {00554.f} {00554.p5} -> {00554.p6} 
+tr {00554.t3|00555.t1} : a553 {00554.f} {00555.p1} -> {00555.p3} 
+tr {00555.e} {00555.p6} {00555.p3} -> {00555.p4-eats} 
+tr {00555.t} {00555.p2-thinks} -> {00555.p1} {00555.p5} 
+tr {00555.t0|00556.t4} : b554 {00556.p4-eats} -> {00555.f} {00556.f} {00556.p2-thinks} 
+tr {00555.t2} {00555.f} {00555.p5} -> {00555.p6} 
+tr {00555.t3|00556.t1} : a554 {00555.f} {00556.p1} -> {00556.p3} 
+tr {00556.e} {00556.p6} {00556.p3} -> {00556.p4-eats} 
+tr {00556.t} {00556.p2-thinks} -> {00556.p1} {00556.p5} 
+tr {00556.t0|00557.t4} : b555 {00557.p4-eats} -> {00556.f} {00557.f} {00557.p2-thinks} 
+tr {00556.t2} {00556.f} {00556.p5} -> {00556.p6} 
+tr {00556.t3|00557.t1} : a555 {00556.f} {00557.p1} -> {00557.p3} 
+tr {00557.e} {00557.p6} {00557.p3} -> {00557.p4-eats} 
+tr {00557.t} {00557.p2-thinks} -> {00557.p1} {00557.p5} 
+tr {00557.t0|00558.t4} : b556 {00558.p4-eats} -> {00557.f} {00558.f} {00558.p2-thinks} 
+tr {00557.t2} {00557.f} {00557.p5} -> {00557.p6} 
+tr {00557.t3|00558.t1} : a556 {00557.f} {00558.p1} -> {00558.p3} 
+tr {00558.e} {00558.p6} {00558.p3} -> {00558.p4-eats} 
+tr {00558.t} {00558.p2-thinks} -> {00558.p1} {00558.p5} 
+tr {00558.t0|00559.t4} : b557 {00559.p4-eats} -> {00558.f} {00559.f} {00559.p2-thinks} 
+tr {00558.t2} {00558.f} {00558.p5} -> {00558.p6} 
+tr {00558.t3|00559.t1} : a557 {00558.f} {00559.p1} -> {00559.p3} 
+tr {00559.e} {00559.p6} {00559.p3} -> {00559.p4-eats} 
+tr {00559.t} {00559.p2-thinks} -> {00559.p1} {00559.p5} 
+tr {00559.t0|00560.t4} : b558 {00560.p4-eats} -> {00559.f} {00560.f} {00560.p2-thinks} 
+tr {00559.t2} {00559.f} {00559.p5} -> {00559.p6} 
+tr {00559.t3|00560.t1} : a558 {00559.f} {00560.p1} -> {00560.p3} 
+tr {00560.e} {00560.p6} {00560.p3} -> {00560.p4-eats} 
+tr {00560.t} {00560.p2-thinks} -> {00560.p1} {00560.p5} 
+tr {00560.t0|00561.t4} : b559 {00561.p4-eats} -> {00560.f} {00561.f} {00561.p2-thinks} 
+tr {00560.t2} {00560.f} {00560.p5} -> {00560.p6} 
+tr {00560.t3|00561.t1} : a559 {00560.f} {00561.p1} -> {00561.p3} 
+tr {00561.e} {00561.p6} {00561.p3} -> {00561.p4-eats} 
+tr {00561.t} {00561.p2-thinks} -> {00561.p1} {00561.p5} 
+tr {00561.t0|00562.t4} : b560 {00562.p4-eats} -> {00561.f} {00562.f} {00562.p2-thinks} 
+tr {00561.t2} {00561.f} {00561.p5} -> {00561.p6} 
+tr {00561.t3|00562.t1} : a560 {00561.f} {00562.p1} -> {00562.p3} 
+tr {00562.e} {00562.p6} {00562.p3} -> {00562.p4-eats} 
+tr {00562.t} {00562.p2-thinks} -> {00562.p1} {00562.p5} 
+tr {00562.t0|00563.t4} : b561 {00563.p4-eats} -> {00562.f} {00563.f} {00563.p2-thinks} 
+tr {00562.t2} {00562.f} {00562.p5} -> {00562.p6} 
+tr {00562.t3|00563.t1} : a561 {00562.f} {00563.p1} -> {00563.p3} 
+tr {00563.e} {00563.p6} {00563.p3} -> {00563.p4-eats} 
+tr {00563.t} {00563.p2-thinks} -> {00563.p1} {00563.p5} 
+tr {00563.t0|00564.t4} : b562 {00564.p4-eats} -> {00563.f} {00564.f} {00564.p2-thinks} 
+tr {00563.t2} {00563.f} {00563.p5} -> {00563.p6} 
+tr {00563.t3|00564.t1} : a562 {00563.f} {00564.p1} -> {00564.p3} 
+tr {00564.e} {00564.p6} {00564.p3} -> {00564.p4-eats} 
+tr {00564.t} {00564.p2-thinks} -> {00564.p1} {00564.p5} 
+tr {00564.t0|00565.t4} : b563 {00565.p4-eats} -> {00564.f} {00565.f} {00565.p2-thinks} 
+tr {00564.t2} {00564.f} {00564.p5} -> {00564.p6} 
+tr {00564.t3|00565.t1} : a563 {00564.f} {00565.p1} -> {00565.p3} 
+tr {00565.e} {00565.p6} {00565.p3} -> {00565.p4-eats} 
+tr {00565.t} {00565.p2-thinks} -> {00565.p1} {00565.p5} 
+tr {00565.t0|00566.t4} : b564 {00566.p4-eats} -> {00565.f} {00566.f} {00566.p2-thinks} 
+tr {00565.t2} {00565.f} {00565.p5} -> {00565.p6} 
+tr {00565.t3|00566.t1} : a564 {00565.f} {00566.p1} -> {00566.p3} 
+tr {00566.e} {00566.p6} {00566.p3} -> {00566.p4-eats} 
+tr {00566.t} {00566.p2-thinks} -> {00566.p1} {00566.p5} 
+tr {00566.t0|00567.t4} : b565 {00567.p4-eats} -> {00566.f} {00567.f} {00567.p2-thinks} 
+tr {00566.t2} {00566.f} {00566.p5} -> {00566.p6} 
+tr {00566.t3|00567.t1} : a565 {00566.f} {00567.p1} -> {00567.p3} 
+tr {00567.e} {00567.p6} {00567.p3} -> {00567.p4-eats} 
+tr {00567.t} {00567.p2-thinks} -> {00567.p1} {00567.p5} 
+tr {00567.t0|00568.t4} : b566 {00568.p4-eats} -> {00567.f} {00568.f} {00568.p2-thinks} 
+tr {00567.t2} {00567.f} {00567.p5} -> {00567.p6} 
+tr {00567.t3|00568.t1} : a566 {00567.f} {00568.p1} -> {00568.p3} 
+tr {00568.e} {00568.p6} {00568.p3} -> {00568.p4-eats} 
+tr {00568.t} {00568.p2-thinks} -> {00568.p1} {00568.p5} 
+tr {00568.t0|00569.t4} : b567 {00569.p4-eats} -> {00568.f} {00569.f} {00569.p2-thinks} 
+tr {00568.t2} {00568.f} {00568.p5} -> {00568.p6} 
+tr {00568.t3|00569.t1} : a567 {00568.f} {00569.p1} -> {00569.p3} 
+tr {00569.e} {00569.p6} {00569.p3} -> {00569.p4-eats} 
+tr {00569.t} {00569.p2-thinks} -> {00569.p1} {00569.p5} 
+tr {00569.t0|00570.t4} : b568 {00570.p4-eats} -> {00569.f} {00570.f} {00570.p2-thinks} 
+tr {00569.t2} {00569.f} {00569.p5} -> {00569.p6} 
+tr {00569.t3|00570.t1} : a568 {00569.f} {00570.p1} -> {00570.p3} 
+tr {00570.e} {00570.p6} {00570.p3} -> {00570.p4-eats} 
+tr {00570.t} {00570.p2-thinks} -> {00570.p1} {00570.p5} 
+tr {00570.t0|00571.t4} : b569 {00571.p4-eats} -> {00570.f} {00571.f} {00571.p2-thinks} 
+tr {00570.t2} {00570.f} {00570.p5} -> {00570.p6} 
+tr {00570.t3|00571.t1} : a569 {00570.f} {00571.p1} -> {00571.p3} 
+tr {00571.e} {00571.p6} {00571.p3} -> {00571.p4-eats} 
+tr {00571.t} {00571.p2-thinks} -> {00571.p1} {00571.p5} 
+tr {00571.t0|00572.t4} : b570 {00572.p4-eats} -> {00571.f} {00572.f} {00572.p2-thinks} 
+tr {00571.t2} {00571.f} {00571.p5} -> {00571.p6} 
+tr {00571.t3|00572.t1} : a570 {00571.f} {00572.p1} -> {00572.p3} 
+tr {00572.e} {00572.p6} {00572.p3} -> {00572.p4-eats} 
+tr {00572.t} {00572.p2-thinks} -> {00572.p1} {00572.p5} 
+tr {00572.t0|00573.t4} : b571 {00573.p4-eats} -> {00572.f} {00573.f} {00573.p2-thinks} 
+tr {00572.t2} {00572.f} {00572.p5} -> {00572.p6} 
+tr {00572.t3|00573.t1} : a571 {00572.f} {00573.p1} -> {00573.p3} 
+tr {00573.e} {00573.p6} {00573.p3} -> {00573.p4-eats} 
+tr {00573.t} {00573.p2-thinks} -> {00573.p1} {00573.p5} 
+tr {00573.t0|00574.t4} : b572 {00574.p4-eats} -> {00573.f} {00574.f} {00574.p2-thinks} 
+tr {00573.t2} {00573.f} {00573.p5} -> {00573.p6} 
+tr {00573.t3|00574.t1} : a572 {00573.f} {00574.p1} -> {00574.p3} 
+tr {00574.e} {00574.p6} {00574.p3} -> {00574.p4-eats} 
+tr {00574.t} {00574.p2-thinks} -> {00574.p1} {00574.p5} 
+tr {00574.t0|00575.t4} : b573 {00575.p4-eats} -> {00574.f} {00575.f} {00575.p2-thinks} 
+tr {00574.t2} {00574.f} {00574.p5} -> {00574.p6} 
+tr {00574.t3|00575.t1} : a573 {00574.f} {00575.p1} -> {00575.p3} 
+tr {00575.e} {00575.p6} {00575.p3} -> {00575.p4-eats} 
+tr {00575.t} {00575.p2-thinks} -> {00575.p1} {00575.p5} 
+tr {00575.t0|00576.t4} : b574 {00576.p4-eats} -> {00575.f} {00576.f} {00576.p2-thinks} 
+tr {00575.t2} {00575.f} {00575.p5} -> {00575.p6} 
+tr {00575.t3|00576.t1} : a574 {00575.f} {00576.p1} -> {00576.p3} 
+tr {00576.e} {00576.p6} {00576.p3} -> {00576.p4-eats} 
+tr {00576.t} {00576.p2-thinks} -> {00576.p1} {00576.p5} 
+tr {00576.t0|00577.t4} : b575 {00577.p4-eats} -> {00576.f} {00577.f} {00577.p2-thinks} 
+tr {00576.t2} {00576.f} {00576.p5} -> {00576.p6} 
+tr {00576.t3|00577.t1} : a575 {00576.f} {00577.p1} -> {00577.p3} 
+tr {00577.e} {00577.p6} {00577.p3} -> {00577.p4-eats} 
+tr {00577.t} {00577.p2-thinks} -> {00577.p1} {00577.p5} 
+tr {00577.t0|00578.t4} : b576 {00578.p4-eats} -> {00577.f} {00578.f} {00578.p2-thinks} 
+tr {00577.t2} {00577.f} {00577.p5} -> {00577.p6} 
+tr {00577.t3|00578.t1} : a576 {00577.f} {00578.p1} -> {00578.p3} 
+tr {00578.e} {00578.p6} {00578.p3} -> {00578.p4-eats} 
+tr {00578.t} {00578.p2-thinks} -> {00578.p1} {00578.p5} 
+tr {00578.t0|00579.t4} : b577 {00579.p4-eats} -> {00578.f} {00579.f} {00579.p2-thinks} 
+tr {00578.t2} {00578.f} {00578.p5} -> {00578.p6} 
+tr {00578.t3|00579.t1} : a577 {00578.f} {00579.p1} -> {00579.p3} 
+tr {00579.e} {00579.p6} {00579.p3} -> {00579.p4-eats} 
+tr {00579.t} {00579.p2-thinks} -> {00579.p1} {00579.p5} 
+tr {00579.t0|00580.t4} : b578 {00580.p4-eats} -> {00579.f} {00580.f} {00580.p2-thinks} 
+tr {00579.t2} {00579.f} {00579.p5} -> {00579.p6} 
+tr {00579.t3|00580.t1} : a578 {00579.f} {00580.p1} -> {00580.p3} 
+tr {00580.e} {00580.p6} {00580.p3} -> {00580.p4-eats} 
+tr {00580.t} {00580.p2-thinks} -> {00580.p1} {00580.p5} 
+tr {00580.t0|00581.t4} : b579 {00581.p4-eats} -> {00580.f} {00581.f} {00581.p2-thinks} 
+tr {00580.t2} {00580.f} {00580.p5} -> {00580.p6} 
+tr {00580.t3|00581.t1} : a579 {00580.f} {00581.p1} -> {00581.p3} 
+tr {00581.e} {00581.p6} {00581.p3} -> {00581.p4-eats} 
+tr {00581.t} {00581.p2-thinks} -> {00581.p1} {00581.p5} 
+tr {00581.t0|00582.t4} : b580 {00582.p4-eats} -> {00581.f} {00582.f} {00582.p2-thinks} 
+tr {00581.t2} {00581.f} {00581.p5} -> {00581.p6} 
+tr {00581.t3|00582.t1} : a580 {00581.f} {00582.p1} -> {00582.p3} 
+tr {00582.e} {00582.p6} {00582.p3} -> {00582.p4-eats} 
+tr {00582.t} {00582.p2-thinks} -> {00582.p1} {00582.p5} 
+tr {00582.t0|00583.t4} : b581 {00583.p4-eats} -> {00582.f} {00583.f} {00583.p2-thinks} 
+tr {00582.t2} {00582.f} {00582.p5} -> {00582.p6} 
+tr {00582.t3|00583.t1} : a581 {00582.f} {00583.p1} -> {00583.p3} 
+tr {00583.e} {00583.p6} {00583.p3} -> {00583.p4-eats} 
+tr {00583.t} {00583.p2-thinks} -> {00583.p1} {00583.p5} 
+tr {00583.t0|00584.t4} : b582 {00584.p4-eats} -> {00583.f} {00584.f} {00584.p2-thinks} 
+tr {00583.t2} {00583.f} {00583.p5} -> {00583.p6} 
+tr {00583.t3|00584.t1} : a582 {00583.f} {00584.p1} -> {00584.p3} 
+tr {00584.e} {00584.p6} {00584.p3} -> {00584.p4-eats} 
+tr {00584.t} {00584.p2-thinks} -> {00584.p1} {00584.p5} 
+tr {00584.t0|00585.t4} : b583 {00585.p4-eats} -> {00584.f} {00585.f} {00585.p2-thinks} 
+tr {00584.t2} {00584.f} {00584.p5} -> {00584.p6} 
+tr {00584.t3|00585.t1} : a583 {00584.f} {00585.p1} -> {00585.p3} 
+tr {00585.e} {00585.p6} {00585.p3} -> {00585.p4-eats} 
+tr {00585.t} {00585.p2-thinks} -> {00585.p1} {00585.p5} 
+tr {00585.t0|00586.t4} : b584 {00586.p4-eats} -> {00585.f} {00586.f} {00586.p2-thinks} 
+tr {00585.t2} {00585.f} {00585.p5} -> {00585.p6} 
+tr {00585.t3|00586.t1} : a584 {00585.f} {00586.p1} -> {00586.p3} 
+tr {00586.e} {00586.p6} {00586.p3} -> {00586.p4-eats} 
+tr {00586.t} {00586.p2-thinks} -> {00586.p1} {00586.p5} 
+tr {00586.t0|00587.t4} : b585 {00587.p4-eats} -> {00586.f} {00587.f} {00587.p2-thinks} 
+tr {00586.t2} {00586.f} {00586.p5} -> {00586.p6} 
+tr {00586.t3|00587.t1} : a585 {00586.f} {00587.p1} -> {00587.p3} 
+tr {00587.e} {00587.p6} {00587.p3} -> {00587.p4-eats} 
+tr {00587.t} {00587.p2-thinks} -> {00587.p1} {00587.p5} 
+tr {00587.t0|00588.t4} : b586 {00588.p4-eats} -> {00587.f} {00588.f} {00588.p2-thinks} 
+tr {00587.t2} {00587.f} {00587.p5} -> {00587.p6} 
+tr {00587.t3|00588.t1} : a586 {00587.f} {00588.p1} -> {00588.p3} 
+tr {00588.e} {00588.p6} {00588.p3} -> {00588.p4-eats} 
+tr {00588.t} {00588.p2-thinks} -> {00588.p1} {00588.p5} 
+tr {00588.t0|00589.t4} : b587 {00589.p4-eats} -> {00588.f} {00589.f} {00589.p2-thinks} 
+tr {00588.t2} {00588.f} {00588.p5} -> {00588.p6} 
+tr {00588.t3|00589.t1} : a587 {00588.f} {00589.p1} -> {00589.p3} 
+tr {00589.e} {00589.p6} {00589.p3} -> {00589.p4-eats} 
+tr {00589.t} {00589.p2-thinks} -> {00589.p1} {00589.p5} 
+tr {00589.t0|00590.t4} : b588 {00590.p4-eats} -> {00589.f} {00590.f} {00590.p2-thinks} 
+tr {00589.t2} {00589.f} {00589.p5} -> {00589.p6} 
+tr {00589.t3|00590.t1} : a588 {00589.f} {00590.p1} -> {00590.p3} 
+tr {00590.e} {00590.p6} {00590.p3} -> {00590.p4-eats} 
+tr {00590.t} {00590.p2-thinks} -> {00590.p1} {00590.p5} 
+tr {00590.t0|00591.t4} : b589 {00591.p4-eats} -> {00590.f} {00591.f} {00591.p2-thinks} 
+tr {00590.t2} {00590.f} {00590.p5} -> {00590.p6} 
+tr {00590.t3|00591.t1} : a589 {00590.f} {00591.p1} -> {00591.p3} 
+tr {00591.e} {00591.p6} {00591.p3} -> {00591.p4-eats} 
+tr {00591.t} {00591.p2-thinks} -> {00591.p1} {00591.p5} 
+tr {00591.t0|00592.t4} : b590 {00592.p4-eats} -> {00591.f} {00592.f} {00592.p2-thinks} 
+tr {00591.t2} {00591.f} {00591.p5} -> {00591.p6} 
+tr {00591.t3|00592.t1} : a590 {00591.f} {00592.p1} -> {00592.p3} 
+tr {00592.e} {00592.p6} {00592.p3} -> {00592.p4-eats} 
+tr {00592.t} {00592.p2-thinks} -> {00592.p1} {00592.p5} 
+tr {00592.t0|00593.t4} : b591 {00593.p4-eats} -> {00592.f} {00593.f} {00593.p2-thinks} 
+tr {00592.t2} {00592.f} {00592.p5} -> {00592.p6} 
+tr {00592.t3|00593.t1} : a591 {00592.f} {00593.p1} -> {00593.p3} 
+tr {00593.e} {00593.p6} {00593.p3} -> {00593.p4-eats} 
+tr {00593.t} {00593.p2-thinks} -> {00593.p1} {00593.p5} 
+tr {00593.t0|00594.t4} : b592 {00594.p4-eats} -> {00593.f} {00594.f} {00594.p2-thinks} 
+tr {00593.t2} {00593.f} {00593.p5} -> {00593.p6} 
+tr {00593.t3|00594.t1} : a592 {00593.f} {00594.p1} -> {00594.p3} 
+tr {00594.e} {00594.p6} {00594.p3} -> {00594.p4-eats} 
+tr {00594.t} {00594.p2-thinks} -> {00594.p1} {00594.p5} 
+tr {00594.t0|00595.t4} : b593 {00595.p4-eats} -> {00594.f} {00595.f} {00595.p2-thinks} 
+tr {00594.t2} {00594.f} {00594.p5} -> {00594.p6} 
+tr {00594.t3|00595.t1} : a593 {00594.f} {00595.p1} -> {00595.p3} 
+tr {00595.e} {00595.p6} {00595.p3} -> {00595.p4-eats} 
+tr {00595.t} {00595.p2-thinks} -> {00595.p1} {00595.p5} 
+tr {00595.t0|00596.t4} : b594 {00596.p4-eats} -> {00595.f} {00596.f} {00596.p2-thinks} 
+tr {00595.t2} {00595.f} {00595.p5} -> {00595.p6} 
+tr {00595.t3|00596.t1} : a594 {00595.f} {00596.p1} -> {00596.p3} 
+tr {00596.e} {00596.p6} {00596.p3} -> {00596.p4-eats} 
+tr {00596.t} {00596.p2-thinks} -> {00596.p1} {00596.p5} 
+tr {00596.t0|00597.t4} : b595 {00597.p4-eats} -> {00596.f} {00597.f} {00597.p2-thinks} 
+tr {00596.t2} {00596.f} {00596.p5} -> {00596.p6} 
+tr {00596.t3|00597.t1} : a595 {00596.f} {00597.p1} -> {00597.p3} 
+tr {00597.e} {00597.p6} {00597.p3} -> {00597.p4-eats} 
+tr {00597.t} {00597.p2-thinks} -> {00597.p1} {00597.p5} 
+tr {00597.t0|00598.t4} : b596 {00598.p4-eats} -> {00597.f} {00598.f} {00598.p2-thinks} 
+tr {00597.t2} {00597.f} {00597.p5} -> {00597.p6} 
+tr {00597.t3|00598.t1} : a596 {00597.f} {00598.p1} -> {00598.p3} 
+tr {00598.e} {00598.p6} {00598.p3} -> {00598.p4-eats} 
+tr {00598.t} {00598.p2-thinks} -> {00598.p1} {00598.p5} 
+tr {00598.t0|00599.t4} : b597 {00599.p4-eats} -> {00598.f} {00599.f} {00599.p2-thinks} 
+tr {00598.t2} {00598.f} {00598.p5} -> {00598.p6} 
+tr {00598.t3|00599.t1} : a597 {00598.f} {00599.p1} -> {00599.p3} 
+tr {00599.e} {00599.p6} {00599.p3} -> {00599.p4-eats} 
+tr {00599.t} {00599.p2-thinks} -> {00599.p1} {00599.p5} 
+tr {00599.t0|00600.t4} : b598 {00600.p4-eats} -> {00599.f} {00600.f} {00600.p2-thinks} 
+tr {00599.t2} {00599.f} {00599.p5} -> {00599.p6} 
+tr {00599.t3|00600.t1} : a598 {00599.f} {00600.p1} -> {00600.p3} 
+tr {00600.e} {00600.p6} {00600.p3} -> {00600.p4-eats} 
+tr {00600.t} {00600.p2-thinks} -> {00600.p1} {00600.p5} 
+tr {00600.t0|00601.t4} : b599 {00601.p4-eats} -> {00600.f} {00601.f} {00601.p2-thinks} 
+tr {00600.t2} {00600.f} {00600.p5} -> {00600.p6} 
+tr {00600.t3|00601.t1} : a599 {00600.f} {00601.p1} -> {00601.p3} 
+tr {00601.e} {00601.p6} {00601.p3} -> {00601.p4-eats} 
+tr {00601.t} {00601.p2-thinks} -> {00601.p1} {00601.p5} 
+tr {00601.t0|00602.t4} : b600 {00602.p4-eats} -> {00601.f} {00602.f} {00602.p2-thinks} 
+tr {00601.t2} {00601.f} {00601.p5} -> {00601.p6} 
+tr {00601.t3|00602.t1} : a600 {00601.f} {00602.p1} -> {00602.p3} 
+tr {00602.e} {00602.p6} {00602.p3} -> {00602.p4-eats} 
+tr {00602.t} {00602.p2-thinks} -> {00602.p1} {00602.p5} 
+tr {00602.t0|00603.t4} : b601 {00603.p4-eats} -> {00602.f} {00603.f} {00603.p2-thinks} 
+tr {00602.t2} {00602.f} {00602.p5} -> {00602.p6} 
+tr {00602.t3|00603.t1} : a601 {00602.f} {00603.p1} -> {00603.p3} 
+tr {00603.e} {00603.p6} {00603.p3} -> {00603.p4-eats} 
+tr {00603.t} {00603.p2-thinks} -> {00603.p1} {00603.p5} 
+tr {00603.t0|00604.t4} : b602 {00604.p4-eats} -> {00603.f} {00604.f} {00604.p2-thinks} 
+tr {00603.t2} {00603.f} {00603.p5} -> {00603.p6} 
+tr {00603.t3|00604.t1} : a602 {00603.f} {00604.p1} -> {00604.p3} 
+tr {00604.e} {00604.p6} {00604.p3} -> {00604.p4-eats} 
+tr {00604.t} {00604.p2-thinks} -> {00604.p1} {00604.p5} 
+tr {00604.t0|00605.t4} : b603 {00605.p4-eats} -> {00604.f} {00605.f} {00605.p2-thinks} 
+tr {00604.t2} {00604.f} {00604.p5} -> {00604.p6} 
+tr {00604.t3|00605.t1} : a603 {00604.f} {00605.p1} -> {00605.p3} 
+tr {00605.e} {00605.p6} {00605.p3} -> {00605.p4-eats} 
+tr {00605.t} {00605.p2-thinks} -> {00605.p1} {00605.p5} 
+tr {00605.t0|00606.t4} : b604 {00606.p4-eats} -> {00605.f} {00606.f} {00606.p2-thinks} 
+tr {00605.t2} {00605.f} {00605.p5} -> {00605.p6} 
+tr {00605.t3|00606.t1} : a604 {00605.f} {00606.p1} -> {00606.p3} 
+tr {00606.e} {00606.p6} {00606.p3} -> {00606.p4-eats} 
+tr {00606.t} {00606.p2-thinks} -> {00606.p1} {00606.p5} 
+tr {00606.t0|00607.t4} : b605 {00607.p4-eats} -> {00606.f} {00607.f} {00607.p2-thinks} 
+tr {00606.t2} {00606.f} {00606.p5} -> {00606.p6} 
+tr {00606.t3|00607.t1} : a605 {00606.f} {00607.p1} -> {00607.p3} 
+tr {00607.e} {00607.p6} {00607.p3} -> {00607.p4-eats} 
+tr {00607.t} {00607.p2-thinks} -> {00607.p1} {00607.p5} 
+tr {00607.t0|00608.t4} : b606 {00608.p4-eats} -> {00607.f} {00608.f} {00608.p2-thinks} 
+tr {00607.t2} {00607.f} {00607.p5} -> {00607.p6} 
+tr {00607.t3|00608.t1} : a606 {00607.f} {00608.p1} -> {00608.p3} 
+tr {00608.e} {00608.p6} {00608.p3} -> {00608.p4-eats} 
+tr {00608.t} {00608.p2-thinks} -> {00608.p1} {00608.p5} 
+tr {00608.t0|00609.t4} : b607 {00609.p4-eats} -> {00608.f} {00609.f} {00609.p2-thinks} 
+tr {00608.t2} {00608.f} {00608.p5} -> {00608.p6} 
+tr {00608.t3|00609.t1} : a607 {00608.f} {00609.p1} -> {00609.p3} 
+tr {00609.e} {00609.p6} {00609.p3} -> {00609.p4-eats} 
+tr {00609.t} {00609.p2-thinks} -> {00609.p1} {00609.p5} 
+tr {00609.t0|00610.t4} : b608 {00610.p4-eats} -> {00609.f} {00610.f} {00610.p2-thinks} 
+tr {00609.t2} {00609.f} {00609.p5} -> {00609.p6} 
+tr {00609.t3|00610.t1} : a608 {00609.f} {00610.p1} -> {00610.p3} 
+tr {00610.e} {00610.p6} {00610.p3} -> {00610.p4-eats} 
+tr {00610.t} {00610.p2-thinks} -> {00610.p1} {00610.p5} 
+tr {00610.t0|00611.t4} : b609 {00611.p4-eats} -> {00610.f} {00611.f} {00611.p2-thinks} 
+tr {00610.t2} {00610.f} {00610.p5} -> {00610.p6} 
+tr {00610.t3|00611.t1} : a609 {00610.f} {00611.p1} -> {00611.p3} 
+tr {00611.e} {00611.p6} {00611.p3} -> {00611.p4-eats} 
+tr {00611.t} {00611.p2-thinks} -> {00611.p1} {00611.p5} 
+tr {00611.t0|00612.t4} : b610 {00612.p4-eats} -> {00611.f} {00612.f} {00612.p2-thinks} 
+tr {00611.t2} {00611.f} {00611.p5} -> {00611.p6} 
+tr {00611.t3|00612.t1} : a610 {00611.f} {00612.p1} -> {00612.p3} 
+tr {00612.e} {00612.p6} {00612.p3} -> {00612.p4-eats} 
+tr {00612.t} {00612.p2-thinks} -> {00612.p1} {00612.p5} 
+tr {00612.t0|00613.t4} : b611 {00613.p4-eats} -> {00612.f} {00613.f} {00613.p2-thinks} 
+tr {00612.t2} {00612.f} {00612.p5} -> {00612.p6} 
+tr {00612.t3|00613.t1} : a611 {00612.f} {00613.p1} -> {00613.p3} 
+tr {00613.e} {00613.p6} {00613.p3} -> {00613.p4-eats} 
+tr {00613.t} {00613.p2-thinks} -> {00613.p1} {00613.p5} 
+tr {00613.t0|00614.t4} : b612 {00614.p4-eats} -> {00613.f} {00614.f} {00614.p2-thinks} 
+tr {00613.t2} {00613.f} {00613.p5} -> {00613.p6} 
+tr {00613.t3|00614.t1} : a612 {00613.f} {00614.p1} -> {00614.p3} 
+tr {00614.e} {00614.p6} {00614.p3} -> {00614.p4-eats} 
+tr {00614.t} {00614.p2-thinks} -> {00614.p1} {00614.p5} 
+tr {00614.t0|00615.t4} : b613 {00615.p4-eats} -> {00614.f} {00615.f} {00615.p2-thinks} 
+tr {00614.t2} {00614.f} {00614.p5} -> {00614.p6} 
+tr {00614.t3|00615.t1} : a613 {00614.f} {00615.p1} -> {00615.p3} 
+tr {00615.e} {00615.p6} {00615.p3} -> {00615.p4-eats} 
+tr {00615.t} {00615.p2-thinks} -> {00615.p1} {00615.p5} 
+tr {00615.t0|00616.t4} : b614 {00616.p4-eats} -> {00615.f} {00616.f} {00616.p2-thinks} 
+tr {00615.t2} {00615.f} {00615.p5} -> {00615.p6} 
+tr {00615.t3|00616.t1} : a614 {00615.f} {00616.p1} -> {00616.p3} 
+tr {00616.e} {00616.p6} {00616.p3} -> {00616.p4-eats} 
+tr {00616.t} {00616.p2-thinks} -> {00616.p1} {00616.p5} 
+tr {00616.t0|00617.t4} : b615 {00617.p4-eats} -> {00616.f} {00617.f} {00617.p2-thinks} 
+tr {00616.t2} {00616.f} {00616.p5} -> {00616.p6} 
+tr {00616.t3|00617.t1} : a615 {00616.f} {00617.p1} -> {00617.p3} 
+tr {00617.e} {00617.p6} {00617.p3} -> {00617.p4-eats} 
+tr {00617.t} {00617.p2-thinks} -> {00617.p1} {00617.p5} 
+tr {00617.t0|00618.t4} : b616 {00618.p4-eats} -> {00617.f} {00618.f} {00618.p2-thinks} 
+tr {00617.t2} {00617.f} {00617.p5} -> {00617.p6} 
+tr {00617.t3|00618.t1} : a616 {00617.f} {00618.p1} -> {00618.p3} 
+tr {00618.e} {00618.p6} {00618.p3} -> {00618.p4-eats} 
+tr {00618.t} {00618.p2-thinks} -> {00618.p1} {00618.p5} 
+tr {00618.t0|00619.t4} : b617 {00619.p4-eats} -> {00618.f} {00619.f} {00619.p2-thinks} 
+tr {00618.t2} {00618.f} {00618.p5} -> {00618.p6} 
+tr {00618.t3|00619.t1} : a617 {00618.f} {00619.p1} -> {00619.p3} 
+tr {00619.e} {00619.p6} {00619.p3} -> {00619.p4-eats} 
+tr {00619.t} {00619.p2-thinks} -> {00619.p1} {00619.p5} 
+tr {00619.t0|00620.t4} : b618 {00620.p4-eats} -> {00619.f} {00620.f} {00620.p2-thinks} 
+tr {00619.t2} {00619.f} {00619.p5} -> {00619.p6} 
+tr {00619.t3|00620.t1} : a618 {00619.f} {00620.p1} -> {00620.p3} 
+tr {00620.e} {00620.p6} {00620.p3} -> {00620.p4-eats} 
+tr {00620.t} {00620.p2-thinks} -> {00620.p1} {00620.p5} 
+tr {00620.t0|00621.t4} : b619 {00621.p4-eats} -> {00620.f} {00621.f} {00621.p2-thinks} 
+tr {00620.t2} {00620.f} {00620.p5} -> {00620.p6} 
+tr {00620.t3|00621.t1} : a619 {00620.f} {00621.p1} -> {00621.p3} 
+tr {00621.e} {00621.p6} {00621.p3} -> {00621.p4-eats} 
+tr {00621.t} {00621.p2-thinks} -> {00621.p1} {00621.p5} 
+tr {00621.t0|00622.t4} : b620 {00622.p4-eats} -> {00621.f} {00622.f} {00622.p2-thinks} 
+tr {00621.t2} {00621.f} {00621.p5} -> {00621.p6} 
+tr {00621.t3|00622.t1} : a620 {00621.f} {00622.p1} -> {00622.p3} 
+tr {00622.e} {00622.p6} {00622.p3} -> {00622.p4-eats} 
+tr {00622.t} {00622.p2-thinks} -> {00622.p1} {00622.p5} 
+tr {00622.t0|00623.t4} : b621 {00623.p4-eats} -> {00622.f} {00623.f} {00623.p2-thinks} 
+tr {00622.t2} {00622.f} {00622.p5} -> {00622.p6} 
+tr {00622.t3|00623.t1} : a621 {00622.f} {00623.p1} -> {00623.p3} 
+tr {00623.e} {00623.p6} {00623.p3} -> {00623.p4-eats} 
+tr {00623.t} {00623.p2-thinks} -> {00623.p1} {00623.p5} 
+tr {00623.t0|00624.t4} : b622 {00624.p4-eats} -> {00623.f} {00624.f} {00624.p2-thinks} 
+tr {00623.t2} {00623.f} {00623.p5} -> {00623.p6} 
+tr {00623.t3|00624.t1} : a622 {00623.f} {00624.p1} -> {00624.p3} 
+tr {00624.e} {00624.p6} {00624.p3} -> {00624.p4-eats} 
+tr {00624.t} {00624.p2-thinks} -> {00624.p1} {00624.p5} 
+tr {00624.t0|00625.t4} : b623 {00625.p4-eats} -> {00624.f} {00625.f} {00625.p2-thinks} 
+tr {00624.t2} {00624.f} {00624.p5} -> {00624.p6} 
+tr {00624.t3|00625.t1} : a623 {00624.f} {00625.p1} -> {00625.p3} 
+tr {00625.e} {00625.p6} {00625.p3} -> {00625.p4-eats} 
+tr {00625.t} {00625.p2-thinks} -> {00625.p1} {00625.p5} 
+tr {00625.t0|00626.t4} : b624 {00626.p4-eats} -> {00625.f} {00626.f} {00626.p2-thinks} 
+tr {00625.t2} {00625.f} {00625.p5} -> {00625.p6} 
+tr {00625.t3|00626.t1} : a624 {00625.f} {00626.p1} -> {00626.p3} 
+tr {00626.e} {00626.p6} {00626.p3} -> {00626.p4-eats} 
+tr {00626.t} {00626.p2-thinks} -> {00626.p1} {00626.p5} 
+tr {00626.t0|00627.t4} : b625 {00627.p4-eats} -> {00626.f} {00627.f} {00627.p2-thinks} 
+tr {00626.t2} {00626.f} {00626.p5} -> {00626.p6} 
+tr {00626.t3|00627.t1} : a625 {00626.f} {00627.p1} -> {00627.p3} 
+tr {00627.e} {00627.p6} {00627.p3} -> {00627.p4-eats} 
+tr {00627.t} {00627.p2-thinks} -> {00627.p1} {00627.p5} 
+tr {00627.t0|00628.t4} : b626 {00628.p4-eats} -> {00627.f} {00628.f} {00628.p2-thinks} 
+tr {00627.t2} {00627.f} {00627.p5} -> {00627.p6} 
+tr {00627.t3|00628.t1} : a626 {00627.f} {00628.p1} -> {00628.p3} 
+tr {00628.e} {00628.p6} {00628.p3} -> {00628.p4-eats} 
+tr {00628.t} {00628.p2-thinks} -> {00628.p1} {00628.p5} 
+tr {00628.t0|00629.t4} : b627 {00629.p4-eats} -> {00628.f} {00629.f} {00629.p2-thinks} 
+tr {00628.t2} {00628.f} {00628.p5} -> {00628.p6} 
+tr {00628.t3|00629.t1} : a627 {00628.f} {00629.p1} -> {00629.p3} 
+tr {00629.e} {00629.p6} {00629.p3} -> {00629.p4-eats} 
+tr {00629.t} {00629.p2-thinks} -> {00629.p1} {00629.p5} 
+tr {00629.t0|00630.t4} : b628 {00630.p4-eats} -> {00629.f} {00630.f} {00630.p2-thinks} 
+tr {00629.t2} {00629.f} {00629.p5} -> {00629.p6} 
+tr {00629.t3|00630.t1} : a628 {00629.f} {00630.p1} -> {00630.p3} 
+tr {00630.e} {00630.p6} {00630.p3} -> {00630.p4-eats} 
+tr {00630.t} {00630.p2-thinks} -> {00630.p1} {00630.p5} 
+tr {00630.t0|00631.t4} : b629 {00631.p4-eats} -> {00630.f} {00631.f} {00631.p2-thinks} 
+tr {00630.t2} {00630.f} {00630.p5} -> {00630.p6} 
+tr {00630.t3|00631.t1} : a629 {00630.f} {00631.p1} -> {00631.p3} 
+tr {00631.e} {00631.p6} {00631.p3} -> {00631.p4-eats} 
+tr {00631.t} {00631.p2-thinks} -> {00631.p1} {00631.p5} 
+tr {00631.t0|00632.t4} : b630 {00632.p4-eats} -> {00631.f} {00632.f} {00632.p2-thinks} 
+tr {00631.t2} {00631.f} {00631.p5} -> {00631.p6} 
+tr {00631.t3|00632.t1} : a630 {00631.f} {00632.p1} -> {00632.p3} 
+tr {00632.e} {00632.p6} {00632.p3} -> {00632.p4-eats} 
+tr {00632.t} {00632.p2-thinks} -> {00632.p1} {00632.p5} 
+tr {00632.t0|00633.t4} : b631 {00633.p4-eats} -> {00632.f} {00633.f} {00633.p2-thinks} 
+tr {00632.t2} {00632.f} {00632.p5} -> {00632.p6} 
+tr {00632.t3|00633.t1} : a631 {00632.f} {00633.p1} -> {00633.p3} 
+tr {00633.e} {00633.p6} {00633.p3} -> {00633.p4-eats} 
+tr {00633.t} {00633.p2-thinks} -> {00633.p1} {00633.p5} 
+tr {00633.t0|00634.t4} : b632 {00634.p4-eats} -> {00633.f} {00634.f} {00634.p2-thinks} 
+tr {00633.t2} {00633.f} {00633.p5} -> {00633.p6} 
+tr {00633.t3|00634.t1} : a632 {00633.f} {00634.p1} -> {00634.p3} 
+tr {00634.e} {00634.p6} {00634.p3} -> {00634.p4-eats} 
+tr {00634.t} {00634.p2-thinks} -> {00634.p1} {00634.p5} 
+tr {00634.t0|00635.t4} : b633 {00635.p4-eats} -> {00634.f} {00635.f} {00635.p2-thinks} 
+tr {00634.t2} {00634.f} {00634.p5} -> {00634.p6} 
+tr {00634.t3|00635.t1} : a633 {00634.f} {00635.p1} -> {00635.p3} 
+tr {00635.e} {00635.p6} {00635.p3} -> {00635.p4-eats} 
+tr {00635.t} {00635.p2-thinks} -> {00635.p1} {00635.p5} 
+tr {00635.t0|00636.t4} : b634 {00636.p4-eats} -> {00635.f} {00636.f} {00636.p2-thinks} 
+tr {00635.t2} {00635.f} {00635.p5} -> {00635.p6} 
+tr {00635.t3|00636.t1} : a634 {00635.f} {00636.p1} -> {00636.p3} 
+tr {00636.e} {00636.p6} {00636.p3} -> {00636.p4-eats} 
+tr {00636.t} {00636.p2-thinks} -> {00636.p1} {00636.p5} 
+tr {00636.t0|00637.t4} : b635 {00637.p4-eats} -> {00636.f} {00637.f} {00637.p2-thinks} 
+tr {00636.t2} {00636.f} {00636.p5} -> {00636.p6} 
+tr {00636.t3|00637.t1} : a635 {00636.f} {00637.p1} -> {00637.p3} 
+tr {00637.e} {00637.p6} {00637.p3} -> {00637.p4-eats} 
+tr {00637.t} {00637.p2-thinks} -> {00637.p1} {00637.p5} 
+tr {00637.t0|00638.t4} : b636 {00638.p4-eats} -> {00637.f} {00638.f} {00638.p2-thinks} 
+tr {00637.t2} {00637.f} {00637.p5} -> {00637.p6} 
+tr {00637.t3|00638.t1} : a636 {00637.f} {00638.p1} -> {00638.p3} 
+tr {00638.e} {00638.p6} {00638.p3} -> {00638.p4-eats} 
+tr {00638.t} {00638.p2-thinks} -> {00638.p1} {00638.p5} 
+tr {00638.t0|00639.t4} : b637 {00639.p4-eats} -> {00638.f} {00639.f} {00639.p2-thinks} 
+tr {00638.t2} {00638.f} {00638.p5} -> {00638.p6} 
+tr {00638.t3|00639.t1} : a637 {00638.f} {00639.p1} -> {00639.p3} 
+tr {00639.e} {00639.p6} {00639.p3} -> {00639.p4-eats} 
+tr {00639.t} {00639.p2-thinks} -> {00639.p1} {00639.p5} 
+tr {00639.t0|00640.t4} : b638 {00640.p4-eats} -> {00639.f} {00640.f} {00640.p2-thinks} 
+tr {00639.t2} {00639.f} {00639.p5} -> {00639.p6} 
+tr {00639.t3|00640.t1} : a638 {00639.f} {00640.p1} -> {00640.p3} 
+tr {00640.e} {00640.p6} {00640.p3} -> {00640.p4-eats} 
+tr {00640.t} {00640.p2-thinks} -> {00640.p1} {00640.p5} 
+tr {00640.t0|00641.t4} : b639 {00641.p4-eats} -> {00640.f} {00641.f} {00641.p2-thinks} 
+tr {00640.t2} {00640.f} {00640.p5} -> {00640.p6} 
+tr {00640.t3|00641.t1} : a639 {00640.f} {00641.p1} -> {00641.p3} 
+tr {00641.e} {00641.p6} {00641.p3} -> {00641.p4-eats} 
+tr {00641.t} {00641.p2-thinks} -> {00641.p1} {00641.p5} 
+tr {00641.t0|00642.t4} : b640 {00642.p4-eats} -> {00641.f} {00642.f} {00642.p2-thinks} 
+tr {00641.t2} {00641.f} {00641.p5} -> {00641.p6} 
+tr {00641.t3|00642.t1} : a640 {00641.f} {00642.p1} -> {00642.p3} 
+tr {00642.e} {00642.p6} {00642.p3} -> {00642.p4-eats} 
+tr {00642.t} {00642.p2-thinks} -> {00642.p1} {00642.p5} 
+tr {00642.t0|00643.t4} : b641 {00643.p4-eats} -> {00642.f} {00643.f} {00643.p2-thinks} 
+tr {00642.t2} {00642.f} {00642.p5} -> {00642.p6} 
+tr {00642.t3|00643.t1} : a641 {00642.f} {00643.p1} -> {00643.p3} 
+tr {00643.e} {00643.p6} {00643.p3} -> {00643.p4-eats} 
+tr {00643.t} {00643.p2-thinks} -> {00643.p1} {00643.p5} 
+tr {00643.t0|00644.t4} : b642 {00644.p4-eats} -> {00643.f} {00644.f} {00644.p2-thinks} 
+tr {00643.t2} {00643.f} {00643.p5} -> {00643.p6} 
+tr {00643.t3|00644.t1} : a642 {00643.f} {00644.p1} -> {00644.p3} 
+tr {00644.e} {00644.p6} {00644.p3} -> {00644.p4-eats} 
+tr {00644.t} {00644.p2-thinks} -> {00644.p1} {00644.p5} 
+tr {00644.t0|00645.t4} : b643 {00645.p4-eats} -> {00644.f} {00645.f} {00645.p2-thinks} 
+tr {00644.t2} {00644.f} {00644.p5} -> {00644.p6} 
+tr {00644.t3|00645.t1} : a643 {00644.f} {00645.p1} -> {00645.p3} 
+tr {00645.e} {00645.p6} {00645.p3} -> {00645.p4-eats} 
+tr {00645.t} {00645.p2-thinks} -> {00645.p1} {00645.p5} 
+tr {00645.t0|00646.t4} : b644 {00646.p4-eats} -> {00645.f} {00646.f} {00646.p2-thinks} 
+tr {00645.t2} {00645.f} {00645.p5} -> {00645.p6} 
+tr {00645.t3|00646.t1} : a644 {00645.f} {00646.p1} -> {00646.p3} 
+tr {00646.e} {00646.p6} {00646.p3} -> {00646.p4-eats} 
+tr {00646.t} {00646.p2-thinks} -> {00646.p1} {00646.p5} 
+tr {00646.t0|00647.t4} : b645 {00647.p4-eats} -> {00646.f} {00647.f} {00647.p2-thinks} 
+tr {00646.t2} {00646.f} {00646.p5} -> {00646.p6} 
+tr {00646.t3|00647.t1} : a645 {00646.f} {00647.p1} -> {00647.p3} 
+tr {00647.e} {00647.p6} {00647.p3} -> {00647.p4-eats} 
+tr {00647.t} {00647.p2-thinks} -> {00647.p1} {00647.p5} 
+tr {00647.t0|00648.t4} : b646 {00648.p4-eats} -> {00647.f} {00648.f} {00648.p2-thinks} 
+tr {00647.t2} {00647.f} {00647.p5} -> {00647.p6} 
+tr {00647.t3|00648.t1} : a646 {00647.f} {00648.p1} -> {00648.p3} 
+tr {00648.e} {00648.p6} {00648.p3} -> {00648.p4-eats} 
+tr {00648.t} {00648.p2-thinks} -> {00648.p1} {00648.p5} 
+tr {00648.t0|00649.t4} : b647 {00649.p4-eats} -> {00648.f} {00649.f} {00649.p2-thinks} 
+tr {00648.t2} {00648.f} {00648.p5} -> {00648.p6} 
+tr {00648.t3|00649.t1} : a647 {00648.f} {00649.p1} -> {00649.p3} 
+tr {00649.e} {00649.p6} {00649.p3} -> {00649.p4-eats} 
+tr {00649.t} {00649.p2-thinks} -> {00649.p1} {00649.p5} 
+tr {00649.t0|00650.t4} : b648 {00650.p4-eats} -> {00649.f} {00650.f} {00650.p2-thinks} 
+tr {00649.t2} {00649.f} {00649.p5} -> {00649.p6} 
+tr {00649.t3|00650.t1} : a648 {00649.f} {00650.p1} -> {00650.p3} 
+tr {00650.e} {00650.p6} {00650.p3} -> {00650.p4-eats} 
+tr {00650.t} {00650.p2-thinks} -> {00650.p1} {00650.p5} 
+tr {00650.t0|00651.t4} : b649 {00651.p4-eats} -> {00650.f} {00651.f} {00651.p2-thinks} 
+tr {00650.t2} {00650.f} {00650.p5} -> {00650.p6} 
+tr {00650.t3|00651.t1} : a649 {00650.f} {00651.p1} -> {00651.p3} 
+tr {00651.e} {00651.p6} {00651.p3} -> {00651.p4-eats} 
+tr {00651.t} {00651.p2-thinks} -> {00651.p1} {00651.p5} 
+tr {00651.t0|00652.t4} : b650 {00652.p4-eats} -> {00651.f} {00652.f} {00652.p2-thinks} 
+tr {00651.t2} {00651.f} {00651.p5} -> {00651.p6} 
+tr {00651.t3|00652.t1} : a650 {00651.f} {00652.p1} -> {00652.p3} 
+tr {00652.e} {00652.p6} {00652.p3} -> {00652.p4-eats} 
+tr {00652.t} {00652.p2-thinks} -> {00652.p1} {00652.p5} 
+tr {00652.t0|00653.t4} : b651 {00653.p4-eats} -> {00652.f} {00653.f} {00653.p2-thinks} 
+tr {00652.t2} {00652.f} {00652.p5} -> {00652.p6} 
+tr {00652.t3|00653.t1} : a651 {00652.f} {00653.p1} -> {00653.p3} 
+tr {00653.e} {00653.p6} {00653.p3} -> {00653.p4-eats} 
+tr {00653.t} {00653.p2-thinks} -> {00653.p1} {00653.p5} 
+tr {00653.t0|00654.t4} : b652 {00654.p4-eats} -> {00653.f} {00654.f} {00654.p2-thinks} 
+tr {00653.t2} {00653.f} {00653.p5} -> {00653.p6} 
+tr {00653.t3|00654.t1} : a652 {00653.f} {00654.p1} -> {00654.p3} 
+tr {00654.e} {00654.p6} {00654.p3} -> {00654.p4-eats} 
+tr {00654.t} {00654.p2-thinks} -> {00654.p1} {00654.p5} 
+tr {00654.t0|00655.t4} : b653 {00655.p4-eats} -> {00654.f} {00655.f} {00655.p2-thinks} 
+tr {00654.t2} {00654.f} {00654.p5} -> {00654.p6} 
+tr {00654.t3|00655.t1} : a653 {00654.f} {00655.p1} -> {00655.p3} 
+tr {00655.e} {00655.p6} {00655.p3} -> {00655.p4-eats} 
+tr {00655.t} {00655.p2-thinks} -> {00655.p1} {00655.p5} 
+tr {00655.t0|00656.t4} : b654 {00656.p4-eats} -> {00655.f} {00656.f} {00656.p2-thinks} 
+tr {00655.t2} {00655.f} {00655.p5} -> {00655.p6} 
+tr {00655.t3|00656.t1} : a654 {00655.f} {00656.p1} -> {00656.p3} 
+tr {00656.e} {00656.p6} {00656.p3} -> {00656.p4-eats} 
+tr {00656.t} {00656.p2-thinks} -> {00656.p1} {00656.p5} 
+tr {00656.t0|00657.t4} : b655 {00657.p4-eats} -> {00656.f} {00657.f} {00657.p2-thinks} 
+tr {00656.t2} {00656.f} {00656.p5} -> {00656.p6} 
+tr {00656.t3|00657.t1} : a655 {00656.f} {00657.p1} -> {00657.p3} 
+tr {00657.e} {00657.p6} {00657.p3} -> {00657.p4-eats} 
+tr {00657.t} {00657.p2-thinks} -> {00657.p1} {00657.p5} 
+tr {00657.t0|00658.t4} : b656 {00658.p4-eats} -> {00657.f} {00658.f} {00658.p2-thinks} 
+tr {00657.t2} {00657.f} {00657.p5} -> {00657.p6} 
+tr {00657.t3|00658.t1} : a656 {00657.f} {00658.p1} -> {00658.p3} 
+tr {00658.e} {00658.p6} {00658.p3} -> {00658.p4-eats} 
+tr {00658.t} {00658.p2-thinks} -> {00658.p1} {00658.p5} 
+tr {00658.t0|00659.t4} : b657 {00659.p4-eats} -> {00658.f} {00659.f} {00659.p2-thinks} 
+tr {00658.t2} {00658.f} {00658.p5} -> {00658.p6} 
+tr {00658.t3|00659.t1} : a657 {00658.f} {00659.p1} -> {00659.p3} 
+tr {00659.e} {00659.p6} {00659.p3} -> {00659.p4-eats} 
+tr {00659.t} {00659.p2-thinks} -> {00659.p1} {00659.p5} 
+tr {00659.t0|00660.t4} : b658 {00660.p4-eats} -> {00659.f} {00660.f} {00660.p2-thinks} 
+tr {00659.t2} {00659.f} {00659.p5} -> {00659.p6} 
+tr {00659.t3|00660.t1} : a658 {00659.f} {00660.p1} -> {00660.p3} 
+tr {00660.e} {00660.p6} {00660.p3} -> {00660.p4-eats} 
+tr {00660.t} {00660.p2-thinks} -> {00660.p1} {00660.p5} 
+tr {00660.t0|00661.t4} : b659 {00661.p4-eats} -> {00660.f} {00661.f} {00661.p2-thinks} 
+tr {00660.t2} {00660.f} {00660.p5} -> {00660.p6} 
+tr {00660.t3|00661.t1} : a659 {00660.f} {00661.p1} -> {00661.p3} 
+tr {00661.e} {00661.p6} {00661.p3} -> {00661.p4-eats} 
+tr {00661.t} {00661.p2-thinks} -> {00661.p1} {00661.p5} 
+tr {00661.t0|00662.t4} : b660 {00662.p4-eats} -> {00661.f} {00662.f} {00662.p2-thinks} 
+tr {00661.t2} {00661.f} {00661.p5} -> {00661.p6} 
+tr {00661.t3|00662.t1} : a660 {00661.f} {00662.p1} -> {00662.p3} 
+tr {00662.e} {00662.p6} {00662.p3} -> {00662.p4-eats} 
+tr {00662.t} {00662.p2-thinks} -> {00662.p1} {00662.p5} 
+tr {00662.t0|00663.t4} : b661 {00663.p4-eats} -> {00662.f} {00663.f} {00663.p2-thinks} 
+tr {00662.t2} {00662.f} {00662.p5} -> {00662.p6} 
+tr {00662.t3|00663.t1} : a661 {00662.f} {00663.p1} -> {00663.p3} 
+tr {00663.e} {00663.p6} {00663.p3} -> {00663.p4-eats} 
+tr {00663.t} {00663.p2-thinks} -> {00663.p1} {00663.p5} 
+tr {00663.t0|00664.t4} : b662 {00664.p4-eats} -> {00663.f} {00664.f} {00664.p2-thinks} 
+tr {00663.t2} {00663.f} {00663.p5} -> {00663.p6} 
+tr {00663.t3|00664.t1} : a662 {00663.f} {00664.p1} -> {00664.p3} 
+tr {00664.e} {00664.p6} {00664.p3} -> {00664.p4-eats} 
+tr {00664.t} {00664.p2-thinks} -> {00664.p1} {00664.p5} 
+tr {00664.t0|00665.t4} : b663 {00665.p4-eats} -> {00664.f} {00665.f} {00665.p2-thinks} 
+tr {00664.t2} {00664.f} {00664.p5} -> {00664.p6} 
+tr {00664.t3|00665.t1} : a663 {00664.f} {00665.p1} -> {00665.p3} 
+tr {00665.e} {00665.p6} {00665.p3} -> {00665.p4-eats} 
+tr {00665.t} {00665.p2-thinks} -> {00665.p1} {00665.p5} 
+tr {00665.t0|00666.t4} : b664 {00666.p4-eats} -> {00665.f} {00666.f} {00666.p2-thinks} 
+tr {00665.t2} {00665.f} {00665.p5} -> {00665.p6} 
+tr {00665.t3|00666.t1} : a664 {00665.f} {00666.p1} -> {00666.p3} 
+tr {00666.e} {00666.p6} {00666.p3} -> {00666.p4-eats} 
+tr {00666.t} {00666.p2-thinks} -> {00666.p1} {00666.p5} 
+tr {00666.t0|00667.t4} : b665 {00667.p4-eats} -> {00666.f} {00667.f} {00667.p2-thinks} 
+tr {00666.t2} {00666.f} {00666.p5} -> {00666.p6} 
+tr {00666.t3|00667.t1} : a665 {00666.f} {00667.p1} -> {00667.p3} 
+tr {00667.e} {00667.p6} {00667.p3} -> {00667.p4-eats} 
+tr {00667.t} {00667.p2-thinks} -> {00667.p1} {00667.p5} 
+tr {00667.t0|00668.t4} : b666 {00668.p4-eats} -> {00667.f} {00668.f} {00668.p2-thinks} 
+tr {00667.t2} {00667.f} {00667.p5} -> {00667.p6} 
+tr {00667.t3|00668.t1} : a666 {00667.f} {00668.p1} -> {00668.p3} 
+tr {00668.e} {00668.p6} {00668.p3} -> {00668.p4-eats} 
+tr {00668.t} {00668.p2-thinks} -> {00668.p1} {00668.p5} 
+tr {00668.t0|00669.t4} : b667 {00669.p4-eats} -> {00668.f} {00669.f} {00669.p2-thinks} 
+tr {00668.t2} {00668.f} {00668.p5} -> {00668.p6} 
+tr {00668.t3|00669.t1} : a667 {00668.f} {00669.p1} -> {00669.p3} 
+tr {00669.e} {00669.p6} {00669.p3} -> {00669.p4-eats} 
+tr {00669.t} {00669.p2-thinks} -> {00669.p1} {00669.p5} 
+tr {00669.t0|00670.t4} : b668 {00670.p4-eats} -> {00669.f} {00670.f} {00670.p2-thinks} 
+tr {00669.t2} {00669.f} {00669.p5} -> {00669.p6} 
+tr {00669.t3|00670.t1} : a668 {00669.f} {00670.p1} -> {00670.p3} 
+tr {00670.e} {00670.p6} {00670.p3} -> {00670.p4-eats} 
+tr {00670.t} {00670.p2-thinks} -> {00670.p1} {00670.p5} 
+tr {00670.t0|00671.t4} : b669 {00671.p4-eats} -> {00670.f} {00671.f} {00671.p2-thinks} 
+tr {00670.t2} {00670.f} {00670.p5} -> {00670.p6} 
+tr {00670.t3|00671.t1} : a669 {00670.f} {00671.p1} -> {00671.p3} 
+tr {00671.e} {00671.p6} {00671.p3} -> {00671.p4-eats} 
+tr {00671.t} {00671.p2-thinks} -> {00671.p1} {00671.p5} 
+tr {00671.t0|00672.t4} : b670 {00672.p4-eats} -> {00671.f} {00672.f} {00672.p2-thinks} 
+tr {00671.t2} {00671.f} {00671.p5} -> {00671.p6} 
+tr {00671.t3|00672.t1} : a670 {00671.f} {00672.p1} -> {00672.p3} 
+tr {00672.e} {00672.p6} {00672.p3} -> {00672.p4-eats} 
+tr {00672.t} {00672.p2-thinks} -> {00672.p1} {00672.p5} 
+tr {00672.t0|00673.t4} : b671 {00673.p4-eats} -> {00672.f} {00673.f} {00673.p2-thinks} 
+tr {00672.t2} {00672.f} {00672.p5} -> {00672.p6} 
+tr {00672.t3|00673.t1} : a671 {00672.f} {00673.p1} -> {00673.p3} 
+tr {00673.e} {00673.p6} {00673.p3} -> {00673.p4-eats} 
+tr {00673.t} {00673.p2-thinks} -> {00673.p1} {00673.p5} 
+tr {00673.t0|00674.t4} : b672 {00674.p4-eats} -> {00673.f} {00674.f} {00674.p2-thinks} 
+tr {00673.t2} {00673.f} {00673.p5} -> {00673.p6} 
+tr {00673.t3|00674.t1} : a672 {00673.f} {00674.p1} -> {00674.p3} 
+tr {00674.e} {00674.p6} {00674.p3} -> {00674.p4-eats} 
+tr {00674.t} {00674.p2-thinks} -> {00674.p1} {00674.p5} 
+tr {00674.t0|00675.t4} : b673 {00675.p4-eats} -> {00674.f} {00675.f} {00675.p2-thinks} 
+tr {00674.t2} {00674.f} {00674.p5} -> {00674.p6} 
+tr {00674.t3|00675.t1} : a673 {00674.f} {00675.p1} -> {00675.p3} 
+tr {00675.e} {00675.p6} {00675.p3} -> {00675.p4-eats} 
+tr {00675.t} {00675.p2-thinks} -> {00675.p1} {00675.p5} 
+tr {00675.t0|00676.t4} : b674 {00676.p4-eats} -> {00675.f} {00676.f} {00676.p2-thinks} 
+tr {00675.t2} {00675.f} {00675.p5} -> {00675.p6} 
+tr {00675.t3|00676.t1} : a674 {00675.f} {00676.p1} -> {00676.p3} 
+tr {00676.e} {00676.p6} {00676.p3} -> {00676.p4-eats} 
+tr {00676.t} {00676.p2-thinks} -> {00676.p1} {00676.p5} 
+tr {00676.t0|00677.t4} : b675 {00677.p4-eats} -> {00676.f} {00677.f} {00677.p2-thinks} 
+tr {00676.t2} {00676.f} {00676.p5} -> {00676.p6} 
+tr {00676.t3|00677.t1} : a675 {00676.f} {00677.p1} -> {00677.p3} 
+tr {00677.e} {00677.p6} {00677.p3} -> {00677.p4-eats} 
+tr {00677.t} {00677.p2-thinks} -> {00677.p1} {00677.p5} 
+tr {00677.t0|00678.t4} : b676 {00678.p4-eats} -> {00677.f} {00678.f} {00678.p2-thinks} 
+tr {00677.t2} {00677.f} {00677.p5} -> {00677.p6} 
+tr {00677.t3|00678.t1} : a676 {00677.f} {00678.p1} -> {00678.p3} 
+tr {00678.e} {00678.p6} {00678.p3} -> {00678.p4-eats} 
+tr {00678.t} {00678.p2-thinks} -> {00678.p1} {00678.p5} 
+tr {00678.t0|00679.t4} : b677 {00679.p4-eats} -> {00678.f} {00679.f} {00679.p2-thinks} 
+tr {00678.t2} {00678.f} {00678.p5} -> {00678.p6} 
+tr {00678.t3|00679.t1} : a677 {00678.f} {00679.p1} -> {00679.p3} 
+tr {00679.e} {00679.p6} {00679.p3} -> {00679.p4-eats} 
+tr {00679.t} {00679.p2-thinks} -> {00679.p1} {00679.p5} 
+tr {00679.t0|00680.t4} : b678 {00680.p4-eats} -> {00679.f} {00680.f} {00680.p2-thinks} 
+tr {00679.t2} {00679.f} {00679.p5} -> {00679.p6} 
+tr {00679.t3|00680.t1} : a678 {00679.f} {00680.p1} -> {00680.p3} 
+tr {00680.e} {00680.p6} {00680.p3} -> {00680.p4-eats} 
+tr {00680.t} {00680.p2-thinks} -> {00680.p1} {00680.p5} 
+tr {00680.t0|00681.t4} : b679 {00681.p4-eats} -> {00680.f} {00681.f} {00681.p2-thinks} 
+tr {00680.t2} {00680.f} {00680.p5} -> {00680.p6} 
+tr {00680.t3|00681.t1} : a679 {00680.f} {00681.p1} -> {00681.p3} 
+tr {00681.e} {00681.p6} {00681.p3} -> {00681.p4-eats} 
+tr {00681.t} {00681.p2-thinks} -> {00681.p1} {00681.p5} 
+tr {00681.t0|00682.t4} : b680 {00682.p4-eats} -> {00681.f} {00682.f} {00682.p2-thinks} 
+tr {00681.t2} {00681.f} {00681.p5} -> {00681.p6} 
+tr {00681.t3|00682.t1} : a680 {00681.f} {00682.p1} -> {00682.p3} 
+tr {00682.e} {00682.p6} {00682.p3} -> {00682.p4-eats} 
+tr {00682.t} {00682.p2-thinks} -> {00682.p1} {00682.p5} 
+tr {00682.t0|00683.t4} : b681 {00683.p4-eats} -> {00682.f} {00683.f} {00683.p2-thinks} 
+tr {00682.t2} {00682.f} {00682.p5} -> {00682.p6} 
+tr {00682.t3|00683.t1} : a681 {00682.f} {00683.p1} -> {00683.p3} 
+tr {00683.e} {00683.p6} {00683.p3} -> {00683.p4-eats} 
+tr {00683.t} {00683.p2-thinks} -> {00683.p1} {00683.p5} 
+tr {00683.t0|00684.t4} : b682 {00684.p4-eats} -> {00683.f} {00684.f} {00684.p2-thinks} 
+tr {00683.t2} {00683.f} {00683.p5} -> {00683.p6} 
+tr {00683.t3|00684.t1} : a682 {00683.f} {00684.p1} -> {00684.p3} 
+tr {00684.e} {00684.p6} {00684.p3} -> {00684.p4-eats} 
+tr {00684.t} {00684.p2-thinks} -> {00684.p1} {00684.p5} 
+tr {00684.t0|00685.t4} : b683 {00685.p4-eats} -> {00684.f} {00685.f} {00685.p2-thinks} 
+tr {00684.t2} {00684.f} {00684.p5} -> {00684.p6} 
+tr {00684.t3|00685.t1} : a683 {00684.f} {00685.p1} -> {00685.p3} 
+tr {00685.e} {00685.p6} {00685.p3} -> {00685.p4-eats} 
+tr {00685.t} {00685.p2-thinks} -> {00685.p1} {00685.p5} 
+tr {00685.t0|00686.t4} : b684 {00686.p4-eats} -> {00685.f} {00686.f} {00686.p2-thinks} 
+tr {00685.t2} {00685.f} {00685.p5} -> {00685.p6} 
+tr {00685.t3|00686.t1} : a684 {00685.f} {00686.p1} -> {00686.p3} 
+tr {00686.e} {00686.p6} {00686.p3} -> {00686.p4-eats} 
+tr {00686.t} {00686.p2-thinks} -> {00686.p1} {00686.p5} 
+tr {00686.t0|00687.t4} : b685 {00687.p4-eats} -> {00686.f} {00687.f} {00687.p2-thinks} 
+tr {00686.t2} {00686.f} {00686.p5} -> {00686.p6} 
+tr {00686.t3|00687.t1} : a685 {00686.f} {00687.p1} -> {00687.p3} 
+tr {00687.e} {00687.p6} {00687.p3} -> {00687.p4-eats} 
+tr {00687.t} {00687.p2-thinks} -> {00687.p1} {00687.p5} 
+tr {00687.t0|00688.t4} : b686 {00688.p4-eats} -> {00687.f} {00688.f} {00688.p2-thinks} 
+tr {00687.t2} {00687.f} {00687.p5} -> {00687.p6} 
+tr {00687.t3|00688.t1} : a686 {00687.f} {00688.p1} -> {00688.p3} 
+tr {00688.e} {00688.p6} {00688.p3} -> {00688.p4-eats} 
+tr {00688.t} {00688.p2-thinks} -> {00688.p1} {00688.p5} 
+tr {00688.t0|00689.t4} : b687 {00689.p4-eats} -> {00688.f} {00689.f} {00689.p2-thinks} 
+tr {00688.t2} {00688.f} {00688.p5} -> {00688.p6} 
+tr {00688.t3|00689.t1} : a687 {00688.f} {00689.p1} -> {00689.p3} 
+tr {00689.e} {00689.p6} {00689.p3} -> {00689.p4-eats} 
+tr {00689.t} {00689.p2-thinks} -> {00689.p1} {00689.p5} 
+tr {00689.t0|00690.t4} : b688 {00690.p4-eats} -> {00689.f} {00690.f} {00690.p2-thinks} 
+tr {00689.t2} {00689.f} {00689.p5} -> {00689.p6} 
+tr {00689.t3|00690.t1} : a688 {00689.f} {00690.p1} -> {00690.p3} 
+tr {00690.e} {00690.p6} {00690.p3} -> {00690.p4-eats} 
+tr {00690.t} {00690.p2-thinks} -> {00690.p1} {00690.p5} 
+tr {00690.t0|00691.t4} : b689 {00691.p4-eats} -> {00690.f} {00691.f} {00691.p2-thinks} 
+tr {00690.t2} {00690.f} {00690.p5} -> {00690.p6} 
+tr {00690.t3|00691.t1} : a689 {00690.f} {00691.p1} -> {00691.p3} 
+tr {00691.e} {00691.p6} {00691.p3} -> {00691.p4-eats} 
+tr {00691.t} {00691.p2-thinks} -> {00691.p1} {00691.p5} 
+tr {00691.t0|00692.t4} : b690 {00692.p4-eats} -> {00691.f} {00692.f} {00692.p2-thinks} 
+tr {00691.t2} {00691.f} {00691.p5} -> {00691.p6} 
+tr {00691.t3|00692.t1} : a690 {00691.f} {00692.p1} -> {00692.p3} 
+tr {00692.e} {00692.p6} {00692.p3} -> {00692.p4-eats} 
+tr {00692.t} {00692.p2-thinks} -> {00692.p1} {00692.p5} 
+tr {00692.t0|00693.t4} : b691 {00693.p4-eats} -> {00692.f} {00693.f} {00693.p2-thinks} 
+tr {00692.t2} {00692.f} {00692.p5} -> {00692.p6} 
+tr {00692.t3|00693.t1} : a691 {00692.f} {00693.p1} -> {00693.p3} 
+tr {00693.e} {00693.p6} {00693.p3} -> {00693.p4-eats} 
+tr {00693.t} {00693.p2-thinks} -> {00693.p1} {00693.p5} 
+tr {00693.t0|00694.t4} : b692 {00694.p4-eats} -> {00693.f} {00694.f} {00694.p2-thinks} 
+tr {00693.t2} {00693.f} {00693.p5} -> {00693.p6} 
+tr {00693.t3|00694.t1} : a692 {00693.f} {00694.p1} -> {00694.p3} 
+tr {00694.e} {00694.p6} {00694.p3} -> {00694.p4-eats} 
+tr {00694.t} {00694.p2-thinks} -> {00694.p1} {00694.p5} 
+tr {00694.t0|00695.t4} : b693 {00695.p4-eats} -> {00694.f} {00695.f} {00695.p2-thinks} 
+tr {00694.t2} {00694.f} {00694.p5} -> {00694.p6} 
+tr {00694.t3|00695.t1} : a693 {00694.f} {00695.p1} -> {00695.p3} 
+tr {00695.e} {00695.p6} {00695.p3} -> {00695.p4-eats} 
+tr {00695.t} {00695.p2-thinks} -> {00695.p1} {00695.p5} 
+tr {00695.t0|00696.t4} : b694 {00696.p4-eats} -> {00695.f} {00696.f} {00696.p2-thinks} 
+tr {00695.t2} {00695.f} {00695.p5} -> {00695.p6} 
+tr {00695.t3|00696.t1} : a694 {00695.f} {00696.p1} -> {00696.p3} 
+tr {00696.e} {00696.p6} {00696.p3} -> {00696.p4-eats} 
+tr {00696.t} {00696.p2-thinks} -> {00696.p1} {00696.p5} 
+tr {00696.t0|00697.t4} : b695 {00697.p4-eats} -> {00696.f} {00697.f} {00697.p2-thinks} 
+tr {00696.t2} {00696.f} {00696.p5} -> {00696.p6} 
+tr {00696.t3|00697.t1} : a695 {00696.f} {00697.p1} -> {00697.p3} 
+tr {00697.e} {00697.p6} {00697.p3} -> {00697.p4-eats} 
+tr {00697.t} {00697.p2-thinks} -> {00697.p1} {00697.p5} 
+tr {00697.t0|00698.t4} : b696 {00698.p4-eats} -> {00697.f} {00698.f} {00698.p2-thinks} 
+tr {00697.t2} {00697.f} {00697.p5} -> {00697.p6} 
+tr {00697.t3|00698.t1} : a696 {00697.f} {00698.p1} -> {00698.p3} 
+tr {00698.e} {00698.p6} {00698.p3} -> {00698.p4-eats} 
+tr {00698.t} {00698.p2-thinks} -> {00698.p1} {00698.p5} 
+tr {00698.t0|00699.t4} : b697 {00699.p4-eats} -> {00698.f} {00699.f} {00699.p2-thinks} 
+tr {00698.t2} {00698.f} {00698.p5} -> {00698.p6} 
+tr {00698.t3|00699.t1} : a697 {00698.f} {00699.p1} -> {00699.p3} 
+tr {00699.e} {00699.p6} {00699.p3} -> {00699.p4-eats} 
+tr {00699.t} {00699.p2-thinks} -> {00699.p1} {00699.p5} 
+tr {00699.t0|00700.t4} : b698 {00700.p4-eats} -> {00699.f} {00700.f} {00700.p2-thinks} 
+tr {00699.t2} {00699.f} {00699.p5} -> {00699.p6} 
+tr {00699.t3|00700.t1} : a698 {00699.f} {00700.p1} -> {00700.p3} 
+tr {00700.e} {00700.p6} {00700.p3} -> {00700.p4-eats} 
+tr {00700.t} {00700.p2-thinks} -> {00700.p1} {00700.p5} 
+tr {00700.t0|00701.t4} : b699 {00701.p4-eats} -> {00700.f} {00701.f} {00701.p2-thinks} 
+tr {00700.t2} {00700.f} {00700.p5} -> {00700.p6} 
+tr {00700.t3|00701.t1} : a699 {00700.f} {00701.p1} -> {00701.p3} 
+tr {00701.e} {00701.p6} {00701.p3} -> {00701.p4-eats} 
+tr {00701.t} {00701.p2-thinks} -> {00701.p1} {00701.p5} 
+tr {00701.t0|00702.t4} : b700 {00702.p4-eats} -> {00701.f} {00702.f} {00702.p2-thinks} 
+tr {00701.t2} {00701.f} {00701.p5} -> {00701.p6} 
+tr {00701.t3|00702.t1} : a700 {00701.f} {00702.p1} -> {00702.p3} 
+tr {00702.e} {00702.p6} {00702.p3} -> {00702.p4-eats} 
+tr {00702.t} {00702.p2-thinks} -> {00702.p1} {00702.p5} 
+tr {00702.t0|00703.t4} : b701 {00703.p4-eats} -> {00702.f} {00703.f} {00703.p2-thinks} 
+tr {00702.t2} {00702.f} {00702.p5} -> {00702.p6} 
+tr {00702.t3|00703.t1} : a701 {00702.f} {00703.p1} -> {00703.p3} 
+tr {00703.e} {00703.p6} {00703.p3} -> {00703.p4-eats} 
+tr {00703.t} {00703.p2-thinks} -> {00703.p1} {00703.p5} 
+tr {00703.t0|00704.t4} : b702 {00704.p4-eats} -> {00703.f} {00704.f} {00704.p2-thinks} 
+tr {00703.t2} {00703.f} {00703.p5} -> {00703.p6} 
+tr {00703.t3|00704.t1} : a702 {00703.f} {00704.p1} -> {00704.p3} 
+tr {00704.e} {00704.p6} {00704.p3} -> {00704.p4-eats} 
+tr {00704.t} {00704.p2-thinks} -> {00704.p1} {00704.p5} 
+tr {00704.t0|00705.t4} : b703 {00705.p4-eats} -> {00704.f} {00705.f} {00705.p2-thinks} 
+tr {00704.t2} {00704.f} {00704.p5} -> {00704.p6} 
+tr {00704.t3|00705.t1} : a703 {00704.f} {00705.p1} -> {00705.p3} 
+tr {00705.e} {00705.p6} {00705.p3} -> {00705.p4-eats} 
+tr {00705.t} {00705.p2-thinks} -> {00705.p1} {00705.p5} 
+tr {00705.t0|00706.t4} : b704 {00706.p4-eats} -> {00705.f} {00706.f} {00706.p2-thinks} 
+tr {00705.t2} {00705.f} {00705.p5} -> {00705.p6} 
+tr {00705.t3|00706.t1} : a704 {00705.f} {00706.p1} -> {00706.p3} 
+tr {00706.e} {00706.p6} {00706.p3} -> {00706.p4-eats} 
+tr {00706.t} {00706.p2-thinks} -> {00706.p1} {00706.p5} 
+tr {00706.t0|00707.t4} : b705 {00707.p4-eats} -> {00706.f} {00707.f} {00707.p2-thinks} 
+tr {00706.t2} {00706.f} {00706.p5} -> {00706.p6} 
+tr {00706.t3|00707.t1} : a705 {00706.f} {00707.p1} -> {00707.p3} 
+tr {00707.e} {00707.p6} {00707.p3} -> {00707.p4-eats} 
+tr {00707.t} {00707.p2-thinks} -> {00707.p1} {00707.p5} 
+tr {00707.t0|00708.t4} : b706 {00708.p4-eats} -> {00707.f} {00708.f} {00708.p2-thinks} 
+tr {00707.t2} {00707.f} {00707.p5} -> {00707.p6} 
+tr {00707.t3|00708.t1} : a706 {00707.f} {00708.p1} -> {00708.p3} 
+tr {00708.e} {00708.p6} {00708.p3} -> {00708.p4-eats} 
+tr {00708.t} {00708.p2-thinks} -> {00708.p1} {00708.p5} 
+tr {00708.t0|00709.t4} : b707 {00709.p4-eats} -> {00708.f} {00709.f} {00709.p2-thinks} 
+tr {00708.t2} {00708.f} {00708.p5} -> {00708.p6} 
+tr {00708.t3|00709.t1} : a707 {00708.f} {00709.p1} -> {00709.p3} 
+tr {00709.e} {00709.p6} {00709.p3} -> {00709.p4-eats} 
+tr {00709.t} {00709.p2-thinks} -> {00709.p1} {00709.p5} 
+tr {00709.t0|00710.t4} : b708 {00710.p4-eats} -> {00709.f} {00710.f} {00710.p2-thinks} 
+tr {00709.t2} {00709.f} {00709.p5} -> {00709.p6} 
+tr {00709.t3|00710.t1} : a708 {00709.f} {00710.p1} -> {00710.p3} 
+tr {00710.e} {00710.p6} {00710.p3} -> {00710.p4-eats} 
+tr {00710.t} {00710.p2-thinks} -> {00710.p1} {00710.p5} 
+tr {00710.t0|00711.t4} : b709 {00711.p4-eats} -> {00710.f} {00711.f} {00711.p2-thinks} 
+tr {00710.t2} {00710.f} {00710.p5} -> {00710.p6} 
+tr {00710.t3|00711.t1} : a709 {00710.f} {00711.p1} -> {00711.p3} 
+tr {00711.e} {00711.p6} {00711.p3} -> {00711.p4-eats} 
+tr {00711.t} {00711.p2-thinks} -> {00711.p1} {00711.p5} 
+tr {00711.t0|00712.t4} : b710 {00712.p4-eats} -> {00711.f} {00712.f} {00712.p2-thinks} 
+tr {00711.t2} {00711.f} {00711.p5} -> {00711.p6} 
+tr {00711.t3|00712.t1} : a710 {00711.f} {00712.p1} -> {00712.p3} 
+tr {00712.e} {00712.p6} {00712.p3} -> {00712.p4-eats} 
+tr {00712.t} {00712.p2-thinks} -> {00712.p1} {00712.p5} 
+tr {00712.t0|00713.t4} : b711 {00713.p4-eats} -> {00712.f} {00713.f} {00713.p2-thinks} 
+tr {00712.t2} {00712.f} {00712.p5} -> {00712.p6} 
+tr {00712.t3|00713.t1} : a711 {00712.f} {00713.p1} -> {00713.p3} 
+tr {00713.e} {00713.p6} {00713.p3} -> {00713.p4-eats} 
+tr {00713.t} {00713.p2-thinks} -> {00713.p1} {00713.p5} 
+tr {00713.t0|00714.t4} : b712 {00714.p4-eats} -> {00713.f} {00714.f} {00714.p2-thinks} 
+tr {00713.t2} {00713.f} {00713.p5} -> {00713.p6} 
+tr {00713.t3|00714.t1} : a712 {00713.f} {00714.p1} -> {00714.p3} 
+tr {00714.e} {00714.p6} {00714.p3} -> {00714.p4-eats} 
+tr {00714.t} {00714.p2-thinks} -> {00714.p1} {00714.p5} 
+tr {00714.t0|00715.t4} : b713 {00715.p4-eats} -> {00714.f} {00715.f} {00715.p2-thinks} 
+tr {00714.t2} {00714.f} {00714.p5} -> {00714.p6} 
+tr {00714.t3|00715.t1} : a713 {00714.f} {00715.p1} -> {00715.p3} 
+tr {00715.e} {00715.p6} {00715.p3} -> {00715.p4-eats} 
+tr {00715.t} {00715.p2-thinks} -> {00715.p1} {00715.p5} 
+tr {00715.t0|00716.t4} : b714 {00716.p4-eats} -> {00715.f} {00716.f} {00716.p2-thinks} 
+tr {00715.t2} {00715.f} {00715.p5} -> {00715.p6} 
+tr {00715.t3|00716.t1} : a714 {00715.f} {00716.p1} -> {00716.p3} 
+tr {00716.e} {00716.p6} {00716.p3} -> {00716.p4-eats} 
+tr {00716.t} {00716.p2-thinks} -> {00716.p1} {00716.p5} 
+tr {00716.t0|00717.t4} : b715 {00717.p4-eats} -> {00716.f} {00717.f} {00717.p2-thinks} 
+tr {00716.t2} {00716.f} {00716.p5} -> {00716.p6} 
+tr {00716.t3|00717.t1} : a715 {00716.f} {00717.p1} -> {00717.p3} 
+tr {00717.e} {00717.p6} {00717.p3} -> {00717.p4-eats} 
+tr {00717.t} {00717.p2-thinks} -> {00717.p1} {00717.p5} 
+tr {00717.t0|00718.t4} : b716 {00718.p4-eats} -> {00717.f} {00718.f} {00718.p2-thinks} 
+tr {00717.t2} {00717.f} {00717.p5} -> {00717.p6} 
+tr {00717.t3|00718.t1} : a716 {00717.f} {00718.p1} -> {00718.p3} 
+tr {00718.e} {00718.p6} {00718.p3} -> {00718.p4-eats} 
+tr {00718.t} {00718.p2-thinks} -> {00718.p1} {00718.p5} 
+tr {00718.t0|00719.t4} : b717 {00719.p4-eats} -> {00718.f} {00719.f} {00719.p2-thinks} 
+tr {00718.t2} {00718.f} {00718.p5} -> {00718.p6} 
+tr {00718.t3|00719.t1} : a717 {00718.f} {00719.p1} -> {00719.p3} 
+tr {00719.e} {00719.p6} {00719.p3} -> {00719.p4-eats} 
+tr {00719.t} {00719.p2-thinks} -> {00719.p1} {00719.p5} 
+tr {00719.t0|00720.t4} : b718 {00720.p4-eats} -> {00719.f} {00720.f} {00720.p2-thinks} 
+tr {00719.t2} {00719.f} {00719.p5} -> {00719.p6} 
+tr {00719.t3|00720.t1} : a718 {00719.f} {00720.p1} -> {00720.p3} 
+tr {00720.e} {00720.p6} {00720.p3} -> {00720.p4-eats} 
+tr {00720.t} {00720.p2-thinks} -> {00720.p1} {00720.p5} 
+tr {00720.t0|00721.t4} : b719 {00721.p4-eats} -> {00720.f} {00721.f} {00721.p2-thinks} 
+tr {00720.t2} {00720.f} {00720.p5} -> {00720.p6} 
+tr {00720.t3|00721.t1} : a719 {00720.f} {00721.p1} -> {00721.p3} 
+tr {00721.e} {00721.p6} {00721.p3} -> {00721.p4-eats} 
+tr {00721.t} {00721.p2-thinks} -> {00721.p1} {00721.p5} 
+tr {00721.t0|00722.t4} : b720 {00722.p4-eats} -> {00721.f} {00722.f} {00722.p2-thinks} 
+tr {00721.t2} {00721.f} {00721.p5} -> {00721.p6} 
+tr {00721.t3|00722.t1} : a720 {00721.f} {00722.p1} -> {00722.p3} 
+tr {00722.e} {00722.p6} {00722.p3} -> {00722.p4-eats} 
+tr {00722.t} {00722.p2-thinks} -> {00722.p1} {00722.p5} 
+tr {00722.t0|00723.t4} : b721 {00723.p4-eats} -> {00722.f} {00723.f} {00723.p2-thinks} 
+tr {00722.t2} {00722.f} {00722.p5} -> {00722.p6} 
+tr {00722.t3|00723.t1} : a721 {00722.f} {00723.p1} -> {00723.p3} 
+tr {00723.e} {00723.p6} {00723.p3} -> {00723.p4-eats} 
+tr {00723.t} {00723.p2-thinks} -> {00723.p1} {00723.p5} 
+tr {00723.t0|00724.t4} : b722 {00724.p4-eats} -> {00723.f} {00724.f} {00724.p2-thinks} 
+tr {00723.t2} {00723.f} {00723.p5} -> {00723.p6} 
+tr {00723.t3|00724.t1} : a722 {00723.f} {00724.p1} -> {00724.p3} 
+tr {00724.e} {00724.p6} {00724.p3} -> {00724.p4-eats} 
+tr {00724.t} {00724.p2-thinks} -> {00724.p1} {00724.p5} 
+tr {00724.t0|00725.t4} : b723 {00725.p4-eats} -> {00724.f} {00725.f} {00725.p2-thinks} 
+tr {00724.t2} {00724.f} {00724.p5} -> {00724.p6} 
+tr {00724.t3|00725.t1} : a723 {00724.f} {00725.p1} -> {00725.p3} 
+tr {00725.e} {00725.p6} {00725.p3} -> {00725.p4-eats} 
+tr {00725.t} {00725.p2-thinks} -> {00725.p1} {00725.p5} 
+tr {00725.t0|00726.t4} : b724 {00726.p4-eats} -> {00725.f} {00726.f} {00726.p2-thinks} 
+tr {00725.t2} {00725.f} {00725.p5} -> {00725.p6} 
+tr {00725.t3|00726.t1} : a724 {00725.f} {00726.p1} -> {00726.p3} 
+tr {00726.e} {00726.p6} {00726.p3} -> {00726.p4-eats} 
+tr {00726.t} {00726.p2-thinks} -> {00726.p1} {00726.p5} 
+tr {00726.t0|00727.t4} : b725 {00727.p4-eats} -> {00726.f} {00727.f} {00727.p2-thinks} 
+tr {00726.t2} {00726.f} {00726.p5} -> {00726.p6} 
+tr {00726.t3|00727.t1} : a725 {00726.f} {00727.p1} -> {00727.p3} 
+tr {00727.e} {00727.p6} {00727.p3} -> {00727.p4-eats} 
+tr {00727.t} {00727.p2-thinks} -> {00727.p1} {00727.p5} 
+tr {00727.t0|00728.t4} : b726 {00728.p4-eats} -> {00727.f} {00728.f} {00728.p2-thinks} 
+tr {00727.t2} {00727.f} {00727.p5} -> {00727.p6} 
+tr {00727.t3|00728.t1} : a726 {00727.f} {00728.p1} -> {00728.p3} 
+tr {00728.e} {00728.p6} {00728.p3} -> {00728.p4-eats} 
+tr {00728.t} {00728.p2-thinks} -> {00728.p1} {00728.p5} 
+tr {00728.t0|00729.t4} : b727 {00729.p4-eats} -> {00728.f} {00729.f} {00729.p2-thinks} 
+tr {00728.t2} {00728.f} {00728.p5} -> {00728.p6} 
+tr {00728.t3|00729.t1} : a727 {00728.f} {00729.p1} -> {00729.p3} 
+tr {00729.e} {00729.p6} {00729.p3} -> {00729.p4-eats} 
+tr {00729.t} {00729.p2-thinks} -> {00729.p1} {00729.p5} 
+tr {00729.t0|00730.t4} : b728 {00730.p4-eats} -> {00729.f} {00730.f} {00730.p2-thinks} 
+tr {00729.t2} {00729.f} {00729.p5} -> {00729.p6} 
+tr {00729.t3|00730.t1} : a728 {00729.f} {00730.p1} -> {00730.p3} 
+tr {00730.e} {00730.p6} {00730.p3} -> {00730.p4-eats} 
+tr {00730.t} {00730.p2-thinks} -> {00730.p1} {00730.p5} 
+tr {00730.t0|00731.t4} : b729 {00731.p4-eats} -> {00730.f} {00731.f} {00731.p2-thinks} 
+tr {00730.t2} {00730.f} {00730.p5} -> {00730.p6} 
+tr {00730.t3|00731.t1} : a729 {00730.f} {00731.p1} -> {00731.p3} 
+tr {00731.e} {00731.p6} {00731.p3} -> {00731.p4-eats} 
+tr {00731.t} {00731.p2-thinks} -> {00731.p1} {00731.p5} 
+tr {00731.t0|00732.t4} : b730 {00732.p4-eats} -> {00731.f} {00732.f} {00732.p2-thinks} 
+tr {00731.t2} {00731.f} {00731.p5} -> {00731.p6} 
+tr {00731.t3|00732.t1} : a730 {00731.f} {00732.p1} -> {00732.p3} 
+tr {00732.e} {00732.p6} {00732.p3} -> {00732.p4-eats} 
+tr {00732.t} {00732.p2-thinks} -> {00732.p1} {00732.p5} 
+tr {00732.t0|00733.t4} : b731 {00733.p4-eats} -> {00732.f} {00733.f} {00733.p2-thinks} 
+tr {00732.t2} {00732.f} {00732.p5} -> {00732.p6} 
+tr {00732.t3|00733.t1} : a731 {00732.f} {00733.p1} -> {00733.p3} 
+tr {00733.e} {00733.p6} {00733.p3} -> {00733.p4-eats} 
+tr {00733.t} {00733.p2-thinks} -> {00733.p1} {00733.p5} 
+tr {00733.t0|00734.t4} : b732 {00734.p4-eats} -> {00733.f} {00734.f} {00734.p2-thinks} 
+tr {00733.t2} {00733.f} {00733.p5} -> {00733.p6} 
+tr {00733.t3|00734.t1} : a732 {00733.f} {00734.p1} -> {00734.p3} 
+tr {00734.e} {00734.p6} {00734.p3} -> {00734.p4-eats} 
+tr {00734.t} {00734.p2-thinks} -> {00734.p1} {00734.p5} 
+tr {00734.t0|00735.t4} : b733 {00735.p4-eats} -> {00734.f} {00735.f} {00735.p2-thinks} 
+tr {00734.t2} {00734.f} {00734.p5} -> {00734.p6} 
+tr {00734.t3|00735.t1} : a733 {00734.f} {00735.p1} -> {00735.p3} 
+tr {00735.e} {00735.p6} {00735.p3} -> {00735.p4-eats} 
+tr {00735.t} {00735.p2-thinks} -> {00735.p1} {00735.p5} 
+tr {00735.t0|00736.t4} : b734 {00736.p4-eats} -> {00735.f} {00736.f} {00736.p2-thinks} 
+tr {00735.t2} {00735.f} {00735.p5} -> {00735.p6} 
+tr {00735.t3|00736.t1} : a734 {00735.f} {00736.p1} -> {00736.p3} 
+tr {00736.e} {00736.p6} {00736.p3} -> {00736.p4-eats} 
+tr {00736.t} {00736.p2-thinks} -> {00736.p1} {00736.p5} 
+tr {00736.t0|00737.t4} : b735 {00737.p4-eats} -> {00736.f} {00737.f} {00737.p2-thinks} 
+tr {00736.t2} {00736.f} {00736.p5} -> {00736.p6} 
+tr {00736.t3|00737.t1} : a735 {00736.f} {00737.p1} -> {00737.p3} 
+tr {00737.e} {00737.p6} {00737.p3} -> {00737.p4-eats} 
+tr {00737.t} {00737.p2-thinks} -> {00737.p1} {00737.p5} 
+tr {00737.t0|00738.t4} : b736 {00738.p4-eats} -> {00737.f} {00738.f} {00738.p2-thinks} 
+tr {00737.t2} {00737.f} {00737.p5} -> {00737.p6} 
+tr {00737.t3|00738.t1} : a736 {00737.f} {00738.p1} -> {00738.p3} 
+tr {00738.e} {00738.p6} {00738.p3} -> {00738.p4-eats} 
+tr {00738.t} {00738.p2-thinks} -> {00738.p1} {00738.p5} 
+tr {00738.t0|00739.t4} : b737 {00739.p4-eats} -> {00738.f} {00739.f} {00739.p2-thinks} 
+tr {00738.t2} {00738.f} {00738.p5} -> {00738.p6} 
+tr {00738.t3|00739.t1} : a737 {00738.f} {00739.p1} -> {00739.p3} 
+tr {00739.e} {00739.p6} {00739.p3} -> {00739.p4-eats} 
+tr {00739.t} {00739.p2-thinks} -> {00739.p1} {00739.p5} 
+tr {00739.t0|00740.t4} : b738 {00740.p4-eats} -> {00739.f} {00740.f} {00740.p2-thinks} 
+tr {00739.t2} {00739.f} {00739.p5} -> {00739.p6} 
+tr {00739.t3|00740.t1} : a738 {00739.f} {00740.p1} -> {00740.p3} 
+tr {00740.e} {00740.p6} {00740.p3} -> {00740.p4-eats} 
+tr {00740.t} {00740.p2-thinks} -> {00740.p1} {00740.p5} 
+tr {00740.t0|00741.t4} : b739 {00741.p4-eats} -> {00740.f} {00741.f} {00741.p2-thinks} 
+tr {00740.t2} {00740.f} {00740.p5} -> {00740.p6} 
+tr {00740.t3|00741.t1} : a739 {00740.f} {00741.p1} -> {00741.p3} 
+tr {00741.e} {00741.p6} {00741.p3} -> {00741.p4-eats} 
+tr {00741.t} {00741.p2-thinks} -> {00741.p1} {00741.p5} 
+tr {00741.t0|00742.t4} : b740 {00742.p4-eats} -> {00741.f} {00742.f} {00742.p2-thinks} 
+tr {00741.t2} {00741.f} {00741.p5} -> {00741.p6} 
+tr {00741.t3|00742.t1} : a740 {00741.f} {00742.p1} -> {00742.p3} 
+tr {00742.e} {00742.p6} {00742.p3} -> {00742.p4-eats} 
+tr {00742.t} {00742.p2-thinks} -> {00742.p1} {00742.p5} 
+tr {00742.t0|00743.t4} : b741 {00743.p4-eats} -> {00742.f} {00743.f} {00743.p2-thinks} 
+tr {00742.t2} {00742.f} {00742.p5} -> {00742.p6} 
+tr {00742.t3|00743.t1} : a741 {00742.f} {00743.p1} -> {00743.p3} 
+tr {00743.e} {00743.p6} {00743.p3} -> {00743.p4-eats} 
+tr {00743.t} {00743.p2-thinks} -> {00743.p1} {00743.p5} 
+tr {00743.t0|00744.t4} : b742 {00744.p4-eats} -> {00743.f} {00744.f} {00744.p2-thinks} 
+tr {00743.t2} {00743.f} {00743.p5} -> {00743.p6} 
+tr {00743.t3|00744.t1} : a742 {00743.f} {00744.p1} -> {00744.p3} 
+tr {00744.e} {00744.p6} {00744.p3} -> {00744.p4-eats} 
+tr {00744.t} {00744.p2-thinks} -> {00744.p1} {00744.p5} 
+tr {00744.t0|00745.t4} : b743 {00745.p4-eats} -> {00744.f} {00745.f} {00745.p2-thinks} 
+tr {00744.t2} {00744.f} {00744.p5} -> {00744.p6} 
+tr {00744.t3|00745.t1} : a743 {00744.f} {00745.p1} -> {00745.p3} 
+tr {00745.e} {00745.p6} {00745.p3} -> {00745.p4-eats} 
+tr {00745.t} {00745.p2-thinks} -> {00745.p1} {00745.p5} 
+tr {00745.t0|00746.t4} : b744 {00746.p4-eats} -> {00745.f} {00746.f} {00746.p2-thinks} 
+tr {00745.t2} {00745.f} {00745.p5} -> {00745.p6} 
+tr {00745.t3|00746.t1} : a744 {00745.f} {00746.p1} -> {00746.p3} 
+tr {00746.e} {00746.p6} {00746.p3} -> {00746.p4-eats} 
+tr {00746.t} {00746.p2-thinks} -> {00746.p1} {00746.p5} 
+tr {00746.t0|00747.t4} : b745 {00747.p4-eats} -> {00746.f} {00747.f} {00747.p2-thinks} 
+tr {00746.t2} {00746.f} {00746.p5} -> {00746.p6} 
+tr {00746.t3|00747.t1} : a745 {00746.f} {00747.p1} -> {00747.p3} 
+tr {00747.e} {00747.p6} {00747.p3} -> {00747.p4-eats} 
+tr {00747.t} {00747.p2-thinks} -> {00747.p1} {00747.p5} 
+tr {00747.t0|00748.t4} : b746 {00748.p4-eats} -> {00747.f} {00748.f} {00748.p2-thinks} 
+tr {00747.t2} {00747.f} {00747.p5} -> {00747.p6} 
+tr {00747.t3|00748.t1} : a746 {00747.f} {00748.p1} -> {00748.p3} 
+tr {00748.e} {00748.p6} {00748.p3} -> {00748.p4-eats} 
+tr {00748.t} {00748.p2-thinks} -> {00748.p1} {00748.p5} 
+tr {00748.t0|00749.t4} : b747 {00749.p4-eats} -> {00748.f} {00749.f} {00749.p2-thinks} 
+tr {00748.t2} {00748.f} {00748.p5} -> {00748.p6} 
+tr {00748.t3|00749.t1} : a747 {00748.f} {00749.p1} -> {00749.p3} 
+tr {00749.e} {00749.p6} {00749.p3} -> {00749.p4-eats} 
+tr {00749.t} {00749.p2-thinks} -> {00749.p1} {00749.p5} 
+tr {00749.t0|00750.t4} : b748 {00750.p4-eats} -> {00749.f} {00750.f} {00750.p2-thinks} 
+tr {00749.t2} {00749.f} {00749.p5} -> {00749.p6} 
+tr {00749.t3|00750.t1} : a748 {00749.f} {00750.p1} -> {00750.p3} 
+tr {00750.e} {00750.p6} {00750.p3} -> {00750.p4-eats} 
+tr {00750.t} {00750.p2-thinks} -> {00750.p1} {00750.p5} 
+tr {00750.t0|00751.t4} : b749 {00751.p4-eats} -> {00750.f} {00751.f} {00751.p2-thinks} 
+tr {00750.t2} {00750.f} {00750.p5} -> {00750.p6} 
+tr {00750.t3|00751.t1} : a749 {00750.f} {00751.p1} -> {00751.p3} 
+tr {00751.e} {00751.p6} {00751.p3} -> {00751.p4-eats} 
+tr {00751.t} {00751.p2-thinks} -> {00751.p1} {00751.p5} 
+tr {00751.t0|00752.t4} : b750 {00752.p4-eats} -> {00751.f} {00752.f} {00752.p2-thinks} 
+tr {00751.t2} {00751.f} {00751.p5} -> {00751.p6} 
+tr {00751.t3|00752.t1} : a750 {00751.f} {00752.p1} -> {00752.p3} 
+tr {00752.e} {00752.p6} {00752.p3} -> {00752.p4-eats} 
+tr {00752.t} {00752.p2-thinks} -> {00752.p1} {00752.p5} 
+tr {00752.t0|00753.t4} : b751 {00753.p4-eats} -> {00752.f} {00753.f} {00753.p2-thinks} 
+tr {00752.t2} {00752.f} {00752.p5} -> {00752.p6} 
+tr {00752.t3|00753.t1} : a751 {00752.f} {00753.p1} -> {00753.p3} 
+tr {00753.e} {00753.p6} {00753.p3} -> {00753.p4-eats} 
+tr {00753.t} {00753.p2-thinks} -> {00753.p1} {00753.p5} 
+tr {00753.t0|00754.t4} : b752 {00754.p4-eats} -> {00753.f} {00754.f} {00754.p2-thinks} 
+tr {00753.t2} {00753.f} {00753.p5} -> {00753.p6} 
+tr {00753.t3|00754.t1} : a752 {00753.f} {00754.p1} -> {00754.p3} 
+tr {00754.e} {00754.p6} {00754.p3} -> {00754.p4-eats} 
+tr {00754.t} {00754.p2-thinks} -> {00754.p1} {00754.p5} 
+tr {00754.t0|00755.t4} : b753 {00755.p4-eats} -> {00754.f} {00755.f} {00755.p2-thinks} 
+tr {00754.t2} {00754.f} {00754.p5} -> {00754.p6} 
+tr {00754.t3|00755.t1} : a753 {00754.f} {00755.p1} -> {00755.p3} 
+tr {00755.e} {00755.p6} {00755.p3} -> {00755.p4-eats} 
+tr {00755.t} {00755.p2-thinks} -> {00755.p1} {00755.p5} 
+tr {00755.t0|00756.t4} : b754 {00756.p4-eats} -> {00755.f} {00756.f} {00756.p2-thinks} 
+tr {00755.t2} {00755.f} {00755.p5} -> {00755.p6} 
+tr {00755.t3|00756.t1} : a754 {00755.f} {00756.p1} -> {00756.p3} 
+tr {00756.e} {00756.p6} {00756.p3} -> {00756.p4-eats} 
+tr {00756.t} {00756.p2-thinks} -> {00756.p1} {00756.p5} 
+tr {00756.t0|00757.t4} : b755 {00757.p4-eats} -> {00756.f} {00757.f} {00757.p2-thinks} 
+tr {00756.t2} {00756.f} {00756.p5} -> {00756.p6} 
+tr {00756.t3|00757.t1} : a755 {00756.f} {00757.p1} -> {00757.p3} 
+tr {00757.e} {00757.p6} {00757.p3} -> {00757.p4-eats} 
+tr {00757.t} {00757.p2-thinks} -> {00757.p1} {00757.p5} 
+tr {00757.t0|00758.t4} : b756 {00758.p4-eats} -> {00757.f} {00758.f} {00758.p2-thinks} 
+tr {00757.t2} {00757.f} {00757.p5} -> {00757.p6} 
+tr {00757.t3|00758.t1} : a756 {00757.f} {00758.p1} -> {00758.p3} 
+tr {00758.e} {00758.p6} {00758.p3} -> {00758.p4-eats} 
+tr {00758.t} {00758.p2-thinks} -> {00758.p1} {00758.p5} 
+tr {00758.t0|00759.t4} : b757 {00759.p4-eats} -> {00758.f} {00759.f} {00759.p2-thinks} 
+tr {00758.t2} {00758.f} {00758.p5} -> {00758.p6} 
+tr {00758.t3|00759.t1} : a757 {00758.f} {00759.p1} -> {00759.p3} 
+tr {00759.e} {00759.p6} {00759.p3} -> {00759.p4-eats} 
+tr {00759.t} {00759.p2-thinks} -> {00759.p1} {00759.p5} 
+tr {00759.t0|00760.t4} : b758 {00760.p4-eats} -> {00759.f} {00760.f} {00760.p2-thinks} 
+tr {00759.t2} {00759.f} {00759.p5} -> {00759.p6} 
+tr {00759.t3|00760.t1} : a758 {00759.f} {00760.p1} -> {00760.p3} 
+tr {00760.e} {00760.p6} {00760.p3} -> {00760.p4-eats} 
+tr {00760.t} {00760.p2-thinks} -> {00760.p1} {00760.p5} 
+tr {00760.t0|00761.t4} : b759 {00761.p4-eats} -> {00760.f} {00761.f} {00761.p2-thinks} 
+tr {00760.t2} {00760.f} {00760.p5} -> {00760.p6} 
+tr {00760.t3|00761.t1} : a759 {00760.f} {00761.p1} -> {00761.p3} 
+tr {00761.e} {00761.p6} {00761.p3} -> {00761.p4-eats} 
+tr {00761.t} {00761.p2-thinks} -> {00761.p1} {00761.p5} 
+tr {00761.t0|00762.t4} : b760 {00762.p4-eats} -> {00761.f} {00762.f} {00762.p2-thinks} 
+tr {00761.t2} {00761.f} {00761.p5} -> {00761.p6} 
+tr {00761.t3|00762.t1} : a760 {00761.f} {00762.p1} -> {00762.p3} 
+tr {00762.e} {00762.p6} {00762.p3} -> {00762.p4-eats} 
+tr {00762.t} {00762.p2-thinks} -> {00762.p1} {00762.p5} 
+tr {00762.t0|00763.t4} : b761 {00763.p4-eats} -> {00762.f} {00763.f} {00763.p2-thinks} 
+tr {00762.t2} {00762.f} {00762.p5} -> {00762.p6} 
+tr {00762.t3|00763.t1} : a761 {00762.f} {00763.p1} -> {00763.p3} 
+tr {00763.e} {00763.p6} {00763.p3} -> {00763.p4-eats} 
+tr {00763.t} {00763.p2-thinks} -> {00763.p1} {00763.p5} 
+tr {00763.t0|00764.t4} : b762 {00764.p4-eats} -> {00763.f} {00764.f} {00764.p2-thinks} 
+tr {00763.t2} {00763.f} {00763.p5} -> {00763.p6} 
+tr {00763.t3|00764.t1} : a762 {00763.f} {00764.p1} -> {00764.p3} 
+tr {00764.e} {00764.p6} {00764.p3} -> {00764.p4-eats} 
+tr {00764.t} {00764.p2-thinks} -> {00764.p1} {00764.p5} 
+tr {00764.t0|00765.t4} : b763 {00765.p4-eats} -> {00764.f} {00765.f} {00765.p2-thinks} 
+tr {00764.t2} {00764.f} {00764.p5} -> {00764.p6} 
+tr {00764.t3|00765.t1} : a763 {00764.f} {00765.p1} -> {00765.p3} 
+tr {00765.e} {00765.p6} {00765.p3} -> {00765.p4-eats} 
+tr {00765.t} {00765.p2-thinks} -> {00765.p1} {00765.p5} 
+tr {00765.t0|00766.t4} : b764 {00766.p4-eats} -> {00765.f} {00766.f} {00766.p2-thinks} 
+tr {00765.t2} {00765.f} {00765.p5} -> {00765.p6} 
+tr {00765.t3|00766.t1} : a764 {00765.f} {00766.p1} -> {00766.p3} 
+tr {00766.e} {00766.p6} {00766.p3} -> {00766.p4-eats} 
+tr {00766.t} {00766.p2-thinks} -> {00766.p1} {00766.p5} 
+tr {00766.t0|00767.t4} : b765 {00767.p4-eats} -> {00766.f} {00767.f} {00767.p2-thinks} 
+tr {00766.t2} {00766.f} {00766.p5} -> {00766.p6} 
+tr {00766.t3|00767.t1} : a765 {00766.f} {00767.p1} -> {00767.p3} 
+tr {00767.e} {00767.p6} {00767.p3} -> {00767.p4-eats} 
+tr {00767.t} {00767.p2-thinks} -> {00767.p1} {00767.p5} 
+tr {00767.t0|00768.t4} : b766 {00768.p4-eats} -> {00767.f} {00768.f} {00768.p2-thinks} 
+tr {00767.t2} {00767.f} {00767.p5} -> {00767.p6} 
+tr {00767.t3|00768.t1} : a766 {00767.f} {00768.p1} -> {00768.p3} 
+tr {00768.e} {00768.p6} {00768.p3} -> {00768.p4-eats} 
+tr {00768.t} {00768.p2-thinks} -> {00768.p1} {00768.p5} 
+tr {00768.t0|00769.t4} : b767 {00769.p4-eats} -> {00768.f} {00769.f} {00769.p2-thinks} 
+tr {00768.t2} {00768.f} {00768.p5} -> {00768.p6} 
+tr {00768.t3|00769.t1} : a767 {00768.f} {00769.p1} -> {00769.p3} 
+tr {00769.e} {00769.p6} {00769.p3} -> {00769.p4-eats} 
+tr {00769.t} {00769.p2-thinks} -> {00769.p1} {00769.p5} 
+tr {00769.t0|00770.t4} : b768 {00770.p4-eats} -> {00769.f} {00770.f} {00770.p2-thinks} 
+tr {00769.t2} {00769.f} {00769.p5} -> {00769.p6} 
+tr {00769.t3|00770.t1} : a768 {00769.f} {00770.p1} -> {00770.p3} 
+tr {00770.e} {00770.p6} {00770.p3} -> {00770.p4-eats} 
+tr {00770.t} {00770.p2-thinks} -> {00770.p1} {00770.p5} 
+tr {00770.t0|00771.t4} : b769 {00771.p4-eats} -> {00770.f} {00771.f} {00771.p2-thinks} 
+tr {00770.t2} {00770.f} {00770.p5} -> {00770.p6} 
+tr {00770.t3|00771.t1} : a769 {00770.f} {00771.p1} -> {00771.p3} 
+tr {00771.e} {00771.p6} {00771.p3} -> {00771.p4-eats} 
+tr {00771.t} {00771.p2-thinks} -> {00771.p1} {00771.p5} 
+tr {00771.t0|00772.t4} : b770 {00772.p4-eats} -> {00771.f} {00772.f} {00772.p2-thinks} 
+tr {00771.t2} {00771.f} {00771.p5} -> {00771.p6} 
+tr {00771.t3|00772.t1} : a770 {00771.f} {00772.p1} -> {00772.p3} 
+tr {00772.e} {00772.p6} {00772.p3} -> {00772.p4-eats} 
+tr {00772.t} {00772.p2-thinks} -> {00772.p1} {00772.p5} 
+tr {00772.t0|00773.t4} : b771 {00773.p4-eats} -> {00772.f} {00773.f} {00773.p2-thinks} 
+tr {00772.t2} {00772.f} {00772.p5} -> {00772.p6} 
+tr {00772.t3|00773.t1} : a771 {00772.f} {00773.p1} -> {00773.p3} 
+tr {00773.e} {00773.p6} {00773.p3} -> {00773.p4-eats} 
+tr {00773.t} {00773.p2-thinks} -> {00773.p1} {00773.p5} 
+tr {00773.t0|00774.t4} : b772 {00774.p4-eats} -> {00773.f} {00774.f} {00774.p2-thinks} 
+tr {00773.t2} {00773.f} {00773.p5} -> {00773.p6} 
+tr {00773.t3|00774.t1} : a772 {00773.f} {00774.p1} -> {00774.p3} 
+tr {00774.e} {00774.p6} {00774.p3} -> {00774.p4-eats} 
+tr {00774.t} {00774.p2-thinks} -> {00774.p1} {00774.p5} 
+tr {00774.t0|00775.t4} : b773 {00775.p4-eats} -> {00774.f} {00775.f} {00775.p2-thinks} 
+tr {00774.t2} {00774.f} {00774.p5} -> {00774.p6} 
+tr {00774.t3|00775.t1} : a773 {00774.f} {00775.p1} -> {00775.p3} 
+tr {00775.e} {00775.p6} {00775.p3} -> {00775.p4-eats} 
+tr {00775.t} {00775.p2-thinks} -> {00775.p1} {00775.p5} 
+tr {00775.t0|00776.t4} : b774 {00776.p4-eats} -> {00775.f} {00776.f} {00776.p2-thinks} 
+tr {00775.t2} {00775.f} {00775.p5} -> {00775.p6} 
+tr {00775.t3|00776.t1} : a774 {00775.f} {00776.p1} -> {00776.p3} 
+tr {00776.e} {00776.p6} {00776.p3} -> {00776.p4-eats} 
+tr {00776.t} {00776.p2-thinks} -> {00776.p1} {00776.p5} 
+tr {00776.t0|00777.t4} : b775 {00777.p4-eats} -> {00776.f} {00777.f} {00777.p2-thinks} 
+tr {00776.t2} {00776.f} {00776.p5} -> {00776.p6} 
+tr {00776.t3|00777.t1} : a775 {00776.f} {00777.p1} -> {00777.p3} 
+tr {00777.e} {00777.p6} {00777.p3} -> {00777.p4-eats} 
+tr {00777.t} {00777.p2-thinks} -> {00777.p1} {00777.p5} 
+tr {00777.t0|00778.t4} : b776 {00778.p4-eats} -> {00777.f} {00778.f} {00778.p2-thinks} 
+tr {00777.t2} {00777.f} {00777.p5} -> {00777.p6} 
+tr {00777.t3|00778.t1} : a776 {00777.f} {00778.p1} -> {00778.p3} 
+tr {00778.e} {00778.p6} {00778.p3} -> {00778.p4-eats} 
+tr {00778.t} {00778.p2-thinks} -> {00778.p1} {00778.p5} 
+tr {00778.t0|00779.t4} : b777 {00779.p4-eats} -> {00778.f} {00779.f} {00779.p2-thinks} 
+tr {00778.t2} {00778.f} {00778.p5} -> {00778.p6} 
+tr {00778.t3|00779.t1} : a777 {00778.f} {00779.p1} -> {00779.p3} 
+tr {00779.e} {00779.p6} {00779.p3} -> {00779.p4-eats} 
+tr {00779.t} {00779.p2-thinks} -> {00779.p1} {00779.p5} 
+tr {00779.t0|00780.t4} : b778 {00780.p4-eats} -> {00779.f} {00780.f} {00780.p2-thinks} 
+tr {00779.t2} {00779.f} {00779.p5} -> {00779.p6} 
+tr {00779.t3|00780.t1} : a778 {00779.f} {00780.p1} -> {00780.p3} 
+tr {00780.e} {00780.p6} {00780.p3} -> {00780.p4-eats} 
+tr {00780.t} {00780.p2-thinks} -> {00780.p1} {00780.p5} 
+tr {00780.t0|00781.t4} : b779 {00781.p4-eats} -> {00780.f} {00781.f} {00781.p2-thinks} 
+tr {00780.t2} {00780.f} {00780.p5} -> {00780.p6} 
+tr {00780.t3|00781.t1} : a779 {00780.f} {00781.p1} -> {00781.p3} 
+tr {00781.e} {00781.p6} {00781.p3} -> {00781.p4-eats} 
+tr {00781.t} {00781.p2-thinks} -> {00781.p1} {00781.p5} 
+tr {00781.t0|00782.t4} : b780 {00782.p4-eats} -> {00781.f} {00782.f} {00782.p2-thinks} 
+tr {00781.t2} {00781.f} {00781.p5} -> {00781.p6} 
+tr {00781.t3|00782.t1} : a780 {00781.f} {00782.p1} -> {00782.p3} 
+tr {00782.e} {00782.p6} {00782.p3} -> {00782.p4-eats} 
+tr {00782.t} {00782.p2-thinks} -> {00782.p1} {00782.p5} 
+tr {00782.t0|00783.t4} : b781 {00783.p4-eats} -> {00782.f} {00783.f} {00783.p2-thinks} 
+tr {00782.t2} {00782.f} {00782.p5} -> {00782.p6} 
+tr {00782.t3|00783.t1} : a781 {00782.f} {00783.p1} -> {00783.p3} 
+tr {00783.e} {00783.p6} {00783.p3} -> {00783.p4-eats} 
+tr {00783.t} {00783.p2-thinks} -> {00783.p1} {00783.p5} 
+tr {00783.t0|00784.t4} : b782 {00784.p4-eats} -> {00783.f} {00784.f} {00784.p2-thinks} 
+tr {00783.t2} {00783.f} {00783.p5} -> {00783.p6} 
+tr {00783.t3|00784.t1} : a782 {00783.f} {00784.p1} -> {00784.p3} 
+tr {00784.e} {00784.p6} {00784.p3} -> {00784.p4-eats} 
+tr {00784.t} {00784.p2-thinks} -> {00784.p1} {00784.p5} 
+tr {00784.t0|00785.t4} : b783 {00785.p4-eats} -> {00784.f} {00785.f} {00785.p2-thinks} 
+tr {00784.t2} {00784.f} {00784.p5} -> {00784.p6} 
+tr {00784.t3|00785.t1} : a783 {00784.f} {00785.p1} -> {00785.p3} 
+tr {00785.e} {00785.p6} {00785.p3} -> {00785.p4-eats} 
+tr {00785.t} {00785.p2-thinks} -> {00785.p1} {00785.p5} 
+tr {00785.t0|00786.t4} : b784 {00786.p4-eats} -> {00785.f} {00786.f} {00786.p2-thinks} 
+tr {00785.t2} {00785.f} {00785.p5} -> {00785.p6} 
+tr {00785.t3|00786.t1} : a784 {00785.f} {00786.p1} -> {00786.p3} 
+tr {00786.e} {00786.p6} {00786.p3} -> {00786.p4-eats} 
+tr {00786.t} {00786.p2-thinks} -> {00786.p1} {00786.p5} 
+tr {00786.t0|00787.t4} : b785 {00787.p4-eats} -> {00786.f} {00787.f} {00787.p2-thinks} 
+tr {00786.t2} {00786.f} {00786.p5} -> {00786.p6} 
+tr {00786.t3|00787.t1} : a785 {00786.f} {00787.p1} -> {00787.p3} 
+tr {00787.e} {00787.p6} {00787.p3} -> {00787.p4-eats} 
+tr {00787.t} {00787.p2-thinks} -> {00787.p1} {00787.p5} 
+tr {00787.t0|00788.t4} : b786 {00788.p4-eats} -> {00787.f} {00788.f} {00788.p2-thinks} 
+tr {00787.t2} {00787.f} {00787.p5} -> {00787.p6} 
+tr {00787.t3|00788.t1} : a786 {00787.f} {00788.p1} -> {00788.p3} 
+tr {00788.e} {00788.p6} {00788.p3} -> {00788.p4-eats} 
+tr {00788.t} {00788.p2-thinks} -> {00788.p1} {00788.p5} 
+tr {00788.t0|00789.t4} : b787 {00789.p4-eats} -> {00788.f} {00789.f} {00789.p2-thinks} 
+tr {00788.t2} {00788.f} {00788.p5} -> {00788.p6} 
+tr {00788.t3|00789.t1} : a787 {00788.f} {00789.p1} -> {00789.p3} 
+tr {00789.e} {00789.p6} {00789.p3} -> {00789.p4-eats} 
+tr {00789.t} {00789.p2-thinks} -> {00789.p1} {00789.p5} 
+tr {00789.t0|00790.t4} : b788 {00790.p4-eats} -> {00789.f} {00790.f} {00790.p2-thinks} 
+tr {00789.t2} {00789.f} {00789.p5} -> {00789.p6} 
+tr {00789.t3|00790.t1} : a788 {00789.f} {00790.p1} -> {00790.p3} 
+tr {00790.e} {00790.p6} {00790.p3} -> {00790.p4-eats} 
+tr {00790.t} {00790.p2-thinks} -> {00790.p1} {00790.p5} 
+tr {00790.t0|00791.t4} : b789 {00791.p4-eats} -> {00790.f} {00791.f} {00791.p2-thinks} 
+tr {00790.t2} {00790.f} {00790.p5} -> {00790.p6} 
+tr {00790.t3|00791.t1} : a789 {00790.f} {00791.p1} -> {00791.p3} 
+tr {00791.e} {00791.p6} {00791.p3} -> {00791.p4-eats} 
+tr {00791.t} {00791.p2-thinks} -> {00791.p1} {00791.p5} 
+tr {00791.t0|00792.t4} : b790 {00792.p4-eats} -> {00791.f} {00792.f} {00792.p2-thinks} 
+tr {00791.t2} {00791.f} {00791.p5} -> {00791.p6} 
+tr {00791.t3|00792.t1} : a790 {00791.f} {00792.p1} -> {00792.p3} 
+tr {00792.e} {00792.p6} {00792.p3} -> {00792.p4-eats} 
+tr {00792.t} {00792.p2-thinks} -> {00792.p1} {00792.p5} 
+tr {00792.t0|00793.t4} : b791 {00793.p4-eats} -> {00792.f} {00793.f} {00793.p2-thinks} 
+tr {00792.t2} {00792.f} {00792.p5} -> {00792.p6} 
+tr {00792.t3|00793.t1} : a791 {00792.f} {00793.p1} -> {00793.p3} 
+tr {00793.e} {00793.p6} {00793.p3} -> {00793.p4-eats} 
+tr {00793.t} {00793.p2-thinks} -> {00793.p1} {00793.p5} 
+tr {00793.t0|00794.t4} : b792 {00794.p4-eats} -> {00793.f} {00794.f} {00794.p2-thinks} 
+tr {00793.t2} {00793.f} {00793.p5} -> {00793.p6} 
+tr {00793.t3|00794.t1} : a792 {00793.f} {00794.p1} -> {00794.p3} 
+tr {00794.e} {00794.p6} {00794.p3} -> {00794.p4-eats} 
+tr {00794.t} {00794.p2-thinks} -> {00794.p1} {00794.p5} 
+tr {00794.t0|00795.t4} : b793 {00795.p4-eats} -> {00794.f} {00795.f} {00795.p2-thinks} 
+tr {00794.t2} {00794.f} {00794.p5} -> {00794.p6} 
+tr {00794.t3|00795.t1} : a793 {00794.f} {00795.p1} -> {00795.p3} 
+tr {00795.e} {00795.p6} {00795.p3} -> {00795.p4-eats} 
+tr {00795.t} {00795.p2-thinks} -> {00795.p1} {00795.p5} 
+tr {00795.t0|00796.t4} : b794 {00796.p4-eats} -> {00795.f} {00796.f} {00796.p2-thinks} 
+tr {00795.t2} {00795.f} {00795.p5} -> {00795.p6} 
+tr {00795.t3|00796.t1} : a794 {00795.f} {00796.p1} -> {00796.p3} 
+tr {00796.e} {00796.p6} {00796.p3} -> {00796.p4-eats} 
+tr {00796.t} {00796.p2-thinks} -> {00796.p1} {00796.p5} 
+tr {00796.t0|00797.t4} : b795 {00797.p4-eats} -> {00796.f} {00797.f} {00797.p2-thinks} 
+tr {00796.t2} {00796.f} {00796.p5} -> {00796.p6} 
+tr {00796.t3|00797.t1} : a795 {00796.f} {00797.p1} -> {00797.p3} 
+tr {00797.e} {00797.p6} {00797.p3} -> {00797.p4-eats} 
+tr {00797.t} {00797.p2-thinks} -> {00797.p1} {00797.p5} 
+tr {00797.t0|00798.t4} : b796 {00798.p4-eats} -> {00797.f} {00798.f} {00798.p2-thinks} 
+tr {00797.t2} {00797.f} {00797.p5} -> {00797.p6} 
+tr {00797.t3|00798.t1} : a796 {00797.f} {00798.p1} -> {00798.p3} 
+tr {00798.e} {00798.p6} {00798.p3} -> {00798.p4-eats} 
+tr {00798.t} {00798.p2-thinks} -> {00798.p1} {00798.p5} 
+tr {00798.t0|00799.t4} : b797 {00799.p4-eats} -> {00798.f} {00799.f} {00799.p2-thinks} 
+tr {00798.t2} {00798.f} {00798.p5} -> {00798.p6} 
+tr {00798.t3|00799.t1} : a797 {00798.f} {00799.p1} -> {00799.p3} 
+tr {00799.e} {00799.p6} {00799.p3} -> {00799.p4-eats} 
+tr {00799.t} {00799.p2-thinks} -> {00799.p1} {00799.p5} 
+tr {00799.t0|00800.t4} : b798 {00800.p4-eats} -> {00799.f} {00800.f} {00800.p2-thinks} 
+tr {00799.t2} {00799.f} {00799.p5} -> {00799.p6} 
+tr {00799.t3|00800.t1} : a798 {00799.f} {00800.p1} -> {00800.p3} 
+tr {00800.e} {00800.p6} {00800.p3} -> {00800.p4-eats} 
+tr {00800.t} {00800.p2-thinks} -> {00800.p1} {00800.p5} 
+tr {00800.t0|00801.t4} : b799 {00801.p4-eats} -> {00800.f} {00801.f} {00801.p2-thinks} 
+tr {00800.t2} {00800.f} {00800.p5} -> {00800.p6} 
+tr {00800.t3|00801.t1} : a799 {00800.f} {00801.p1} -> {00801.p3} 
+tr {00801.e} {00801.p6} {00801.p3} -> {00801.p4-eats} 
+tr {00801.t} {00801.p2-thinks} -> {00801.p1} {00801.p5} 
+tr {00801.t0|00802.t4} : b800 {00802.p4-eats} -> {00801.f} {00802.f} {00802.p2-thinks} 
+tr {00801.t2} {00801.f} {00801.p5} -> {00801.p6} 
+tr {00801.t3|00802.t1} : a800 {00801.f} {00802.p1} -> {00802.p3} 
+tr {00802.e} {00802.p6} {00802.p3} -> {00802.p4-eats} 
+tr {00802.t} {00802.p2-thinks} -> {00802.p1} {00802.p5} 
+tr {00802.t0|00803.t4} : b801 {00803.p4-eats} -> {00802.f} {00803.f} {00803.p2-thinks} 
+tr {00802.t2} {00802.f} {00802.p5} -> {00802.p6} 
+tr {00802.t3|00803.t1} : a801 {00802.f} {00803.p1} -> {00803.p3} 
+tr {00803.e} {00803.p6} {00803.p3} -> {00803.p4-eats} 
+tr {00803.t} {00803.p2-thinks} -> {00803.p1} {00803.p5} 
+tr {00803.t0|00804.t4} : b802 {00804.p4-eats} -> {00803.f} {00804.f} {00804.p2-thinks} 
+tr {00803.t2} {00803.f} {00803.p5} -> {00803.p6} 
+tr {00803.t3|00804.t1} : a802 {00803.f} {00804.p1} -> {00804.p3} 
+tr {00804.e} {00804.p6} {00804.p3} -> {00804.p4-eats} 
+tr {00804.t} {00804.p2-thinks} -> {00804.p1} {00804.p5} 
+tr {00804.t0|00805.t4} : b803 {00805.p4-eats} -> {00804.f} {00805.f} {00805.p2-thinks} 
+tr {00804.t2} {00804.f} {00804.p5} -> {00804.p6} 
+tr {00804.t3|00805.t1} : a803 {00804.f} {00805.p1} -> {00805.p3} 
+tr {00805.e} {00805.p6} {00805.p3} -> {00805.p4-eats} 
+tr {00805.t} {00805.p2-thinks} -> {00805.p1} {00805.p5} 
+tr {00805.t0|00806.t4} : b804 {00806.p4-eats} -> {00805.f} {00806.f} {00806.p2-thinks} 
+tr {00805.t2} {00805.f} {00805.p5} -> {00805.p6} 
+tr {00805.t3|00806.t1} : a804 {00805.f} {00806.p1} -> {00806.p3} 
+tr {00806.e} {00806.p6} {00806.p3} -> {00806.p4-eats} 
+tr {00806.t} {00806.p2-thinks} -> {00806.p1} {00806.p5} 
+tr {00806.t0|00807.t4} : b805 {00807.p4-eats} -> {00806.f} {00807.f} {00807.p2-thinks} 
+tr {00806.t2} {00806.f} {00806.p5} -> {00806.p6} 
+tr {00806.t3|00807.t1} : a805 {00806.f} {00807.p1} -> {00807.p3} 
+tr {00807.e} {00807.p6} {00807.p3} -> {00807.p4-eats} 
+tr {00807.t} {00807.p2-thinks} -> {00807.p1} {00807.p5} 
+tr {00807.t0|00808.t4} : b806 {00808.p4-eats} -> {00807.f} {00808.f} {00808.p2-thinks} 
+tr {00807.t2} {00807.f} {00807.p5} -> {00807.p6} 
+tr {00807.t3|00808.t1} : a806 {00807.f} {00808.p1} -> {00808.p3} 
+tr {00808.e} {00808.p6} {00808.p3} -> {00808.p4-eats} 
+tr {00808.t} {00808.p2-thinks} -> {00808.p1} {00808.p5} 
+tr {00808.t0|00809.t4} : b807 {00809.p4-eats} -> {00808.f} {00809.f} {00809.p2-thinks} 
+tr {00808.t2} {00808.f} {00808.p5} -> {00808.p6} 
+tr {00808.t3|00809.t1} : a807 {00808.f} {00809.p1} -> {00809.p3} 
+tr {00809.e} {00809.p6} {00809.p3} -> {00809.p4-eats} 
+tr {00809.t} {00809.p2-thinks} -> {00809.p1} {00809.p5} 
+tr {00809.t0|00810.t4} : b808 {00810.p4-eats} -> {00809.f} {00810.f} {00810.p2-thinks} 
+tr {00809.t2} {00809.f} {00809.p5} -> {00809.p6} 
+tr {00809.t3|00810.t1} : a808 {00809.f} {00810.p1} -> {00810.p3} 
+tr {00810.e} {00810.p6} {00810.p3} -> {00810.p4-eats} 
+tr {00810.t} {00810.p2-thinks} -> {00810.p1} {00810.p5} 
+tr {00810.t0|00811.t4} : b809 {00811.p4-eats} -> {00810.f} {00811.f} {00811.p2-thinks} 
+tr {00810.t2} {00810.f} {00810.p5} -> {00810.p6} 
+tr {00810.t3|00811.t1} : a809 {00810.f} {00811.p1} -> {00811.p3} 
+tr {00811.e} {00811.p6} {00811.p3} -> {00811.p4-eats} 
+tr {00811.t} {00811.p2-thinks} -> {00811.p1} {00811.p5} 
+tr {00811.t0|00812.t4} : b810 {00812.p4-eats} -> {00811.f} {00812.f} {00812.p2-thinks} 
+tr {00811.t2} {00811.f} {00811.p5} -> {00811.p6} 
+tr {00811.t3|00812.t1} : a810 {00811.f} {00812.p1} -> {00812.p3} 
+tr {00812.e} {00812.p6} {00812.p3} -> {00812.p4-eats} 
+tr {00812.t} {00812.p2-thinks} -> {00812.p1} {00812.p5} 
+tr {00812.t0|00813.t4} : b811 {00813.p4-eats} -> {00812.f} {00813.f} {00813.p2-thinks} 
+tr {00812.t2} {00812.f} {00812.p5} -> {00812.p6} 
+tr {00812.t3|00813.t1} : a811 {00812.f} {00813.p1} -> {00813.p3} 
+tr {00813.e} {00813.p6} {00813.p3} -> {00813.p4-eats} 
+tr {00813.t} {00813.p2-thinks} -> {00813.p1} {00813.p5} 
+tr {00813.t0|00814.t4} : b812 {00814.p4-eats} -> {00813.f} {00814.f} {00814.p2-thinks} 
+tr {00813.t2} {00813.f} {00813.p5} -> {00813.p6} 
+tr {00813.t3|00814.t1} : a812 {00813.f} {00814.p1} -> {00814.p3} 
+tr {00814.e} {00814.p6} {00814.p3} -> {00814.p4-eats} 
+tr {00814.t} {00814.p2-thinks} -> {00814.p1} {00814.p5} 
+tr {00814.t0|00815.t4} : b813 {00815.p4-eats} -> {00814.f} {00815.f} {00815.p2-thinks} 
+tr {00814.t2} {00814.f} {00814.p5} -> {00814.p6} 
+tr {00814.t3|00815.t1} : a813 {00814.f} {00815.p1} -> {00815.p3} 
+tr {00815.e} {00815.p6} {00815.p3} -> {00815.p4-eats} 
+tr {00815.t} {00815.p2-thinks} -> {00815.p1} {00815.p5} 
+tr {00815.t0|00816.t4} : b814 {00816.p4-eats} -> {00815.f} {00816.f} {00816.p2-thinks} 
+tr {00815.t2} {00815.f} {00815.p5} -> {00815.p6} 
+tr {00815.t3|00816.t1} : a814 {00815.f} {00816.p1} -> {00816.p3} 
+tr {00816.e} {00816.p6} {00816.p3} -> {00816.p4-eats} 
+tr {00816.t} {00816.p2-thinks} -> {00816.p1} {00816.p5} 
+tr {00816.t0|00817.t4} : b815 {00817.p4-eats} -> {00816.f} {00817.f} {00817.p2-thinks} 
+tr {00816.t2} {00816.f} {00816.p5} -> {00816.p6} 
+tr {00816.t3|00817.t1} : a815 {00816.f} {00817.p1} -> {00817.p3} 
+tr {00817.e} {00817.p6} {00817.p3} -> {00817.p4-eats} 
+tr {00817.t} {00817.p2-thinks} -> {00817.p1} {00817.p5} 
+tr {00817.t0|00818.t4} : b816 {00818.p4-eats} -> {00817.f} {00818.f} {00818.p2-thinks} 
+tr {00817.t2} {00817.f} {00817.p5} -> {00817.p6} 
+tr {00817.t3|00818.t1} : a816 {00817.f} {00818.p1} -> {00818.p3} 
+tr {00818.e} {00818.p6} {00818.p3} -> {00818.p4-eats} 
+tr {00818.t} {00818.p2-thinks} -> {00818.p1} {00818.p5} 
+tr {00818.t0|00819.t4} : b817 {00819.p4-eats} -> {00818.f} {00819.f} {00819.p2-thinks} 
+tr {00818.t2} {00818.f} {00818.p5} -> {00818.p6} 
+tr {00818.t3|00819.t1} : a817 {00818.f} {00819.p1} -> {00819.p3} 
+tr {00819.e} {00819.p6} {00819.p3} -> {00819.p4-eats} 
+tr {00819.t} {00819.p2-thinks} -> {00819.p1} {00819.p5} 
+tr {00819.t0|00820.t4} : b818 {00820.p4-eats} -> {00819.f} {00820.f} {00820.p2-thinks} 
+tr {00819.t2} {00819.f} {00819.p5} -> {00819.p6} 
+tr {00819.t3|00820.t1} : a818 {00819.f} {00820.p1} -> {00820.p3} 
+tr {00820.e} {00820.p6} {00820.p3} -> {00820.p4-eats} 
+tr {00820.t} {00820.p2-thinks} -> {00820.p1} {00820.p5} 
+tr {00820.t0|00821.t4} : b819 {00821.p4-eats} -> {00820.f} {00821.f} {00821.p2-thinks} 
+tr {00820.t2} {00820.f} {00820.p5} -> {00820.p6} 
+tr {00820.t3|00821.t1} : a819 {00820.f} {00821.p1} -> {00821.p3} 
+tr {00821.e} {00821.p6} {00821.p3} -> {00821.p4-eats} 
+tr {00821.t} {00821.p2-thinks} -> {00821.p1} {00821.p5} 
+tr {00821.t0|00822.t4} : b820 {00822.p4-eats} -> {00821.f} {00822.f} {00822.p2-thinks} 
+tr {00821.t2} {00821.f} {00821.p5} -> {00821.p6} 
+tr {00821.t3|00822.t1} : a820 {00821.f} {00822.p1} -> {00822.p3} 
+tr {00822.e} {00822.p6} {00822.p3} -> {00822.p4-eats} 
+tr {00822.t} {00822.p2-thinks} -> {00822.p1} {00822.p5} 
+tr {00822.t0|00823.t4} : b821 {00823.p4-eats} -> {00822.f} {00823.f} {00823.p2-thinks} 
+tr {00822.t2} {00822.f} {00822.p5} -> {00822.p6} 
+tr {00822.t3|00823.t1} : a821 {00822.f} {00823.p1} -> {00823.p3} 
+tr {00823.e} {00823.p6} {00823.p3} -> {00823.p4-eats} 
+tr {00823.t} {00823.p2-thinks} -> {00823.p1} {00823.p5} 
+tr {00823.t0|00824.t4} : b822 {00824.p4-eats} -> {00823.f} {00824.f} {00824.p2-thinks} 
+tr {00823.t2} {00823.f} {00823.p5} -> {00823.p6} 
+tr {00823.t3|00824.t1} : a822 {00823.f} {00824.p1} -> {00824.p3} 
+tr {00824.e} {00824.p6} {00824.p3} -> {00824.p4-eats} 
+tr {00824.t} {00824.p2-thinks} -> {00824.p1} {00824.p5} 
+tr {00824.t0|00825.t4} : b823 {00825.p4-eats} -> {00824.f} {00825.f} {00825.p2-thinks} 
+tr {00824.t2} {00824.f} {00824.p5} -> {00824.p6} 
+tr {00824.t3|00825.t1} : a823 {00824.f} {00825.p1} -> {00825.p3} 
+tr {00825.e} {00825.p6} {00825.p3} -> {00825.p4-eats} 
+tr {00825.t} {00825.p2-thinks} -> {00825.p1} {00825.p5} 
+tr {00825.t0|00826.t4} : b824 {00826.p4-eats} -> {00825.f} {00826.f} {00826.p2-thinks} 
+tr {00825.t2} {00825.f} {00825.p5} -> {00825.p6} 
+tr {00825.t3|00826.t1} : a824 {00825.f} {00826.p1} -> {00826.p3} 
+tr {00826.e} {00826.p6} {00826.p3} -> {00826.p4-eats} 
+tr {00826.t} {00826.p2-thinks} -> {00826.p1} {00826.p5} 
+tr {00826.t0|00827.t4} : b825 {00827.p4-eats} -> {00826.f} {00827.f} {00827.p2-thinks} 
+tr {00826.t2} {00826.f} {00826.p5} -> {00826.p6} 
+tr {00826.t3|00827.t1} : a825 {00826.f} {00827.p1} -> {00827.p3} 
+tr {00827.e} {00827.p6} {00827.p3} -> {00827.p4-eats} 
+tr {00827.t} {00827.p2-thinks} -> {00827.p1} {00827.p5} 
+tr {00827.t0|00828.t4} : b826 {00828.p4-eats} -> {00827.f} {00828.f} {00828.p2-thinks} 
+tr {00827.t2} {00827.f} {00827.p5} -> {00827.p6} 
+tr {00827.t3|00828.t1} : a826 {00827.f} {00828.p1} -> {00828.p3} 
+tr {00828.e} {00828.p6} {00828.p3} -> {00828.p4-eats} 
+tr {00828.t} {00828.p2-thinks} -> {00828.p1} {00828.p5} 
+tr {00828.t0|00829.t4} : b827 {00829.p4-eats} -> {00828.f} {00829.f} {00829.p2-thinks} 
+tr {00828.t2} {00828.f} {00828.p5} -> {00828.p6} 
+tr {00828.t3|00829.t1} : a827 {00828.f} {00829.p1} -> {00829.p3} 
+tr {00829.e} {00829.p6} {00829.p3} -> {00829.p4-eats} 
+tr {00829.t} {00829.p2-thinks} -> {00829.p1} {00829.p5} 
+tr {00829.t0|00830.t4} : b828 {00830.p4-eats} -> {00829.f} {00830.f} {00830.p2-thinks} 
+tr {00829.t2} {00829.f} {00829.p5} -> {00829.p6} 
+tr {00829.t3|00830.t1} : a828 {00829.f} {00830.p1} -> {00830.p3} 
+tr {00830.e} {00830.p6} {00830.p3} -> {00830.p4-eats} 
+tr {00830.t} {00830.p2-thinks} -> {00830.p1} {00830.p5} 
+tr {00830.t0|00831.t4} : b829 {00831.p4-eats} -> {00830.f} {00831.f} {00831.p2-thinks} 
+tr {00830.t2} {00830.f} {00830.p5} -> {00830.p6} 
+tr {00830.t3|00831.t1} : a829 {00830.f} {00831.p1} -> {00831.p3} 
+tr {00831.e} {00831.p6} {00831.p3} -> {00831.p4-eats} 
+tr {00831.t} {00831.p2-thinks} -> {00831.p1} {00831.p5} 
+tr {00831.t0|00832.t4} : b830 {00832.p4-eats} -> {00831.f} {00832.f} {00832.p2-thinks} 
+tr {00831.t2} {00831.f} {00831.p5} -> {00831.p6} 
+tr {00831.t3|00832.t1} : a830 {00831.f} {00832.p1} -> {00832.p3} 
+tr {00832.e} {00832.p6} {00832.p3} -> {00832.p4-eats} 
+tr {00832.t} {00832.p2-thinks} -> {00832.p1} {00832.p5} 
+tr {00832.t0|00833.t4} : b831 {00833.p4-eats} -> {00832.f} {00833.f} {00833.p2-thinks} 
+tr {00832.t2} {00832.f} {00832.p5} -> {00832.p6} 
+tr {00832.t3|00833.t1} : a831 {00832.f} {00833.p1} -> {00833.p3} 
+tr {00833.e} {00833.p6} {00833.p3} -> {00833.p4-eats} 
+tr {00833.t} {00833.p2-thinks} -> {00833.p1} {00833.p5} 
+tr {00833.t0|00834.t4} : b832 {00834.p4-eats} -> {00833.f} {00834.f} {00834.p2-thinks} 
+tr {00833.t2} {00833.f} {00833.p5} -> {00833.p6} 
+tr {00833.t3|00834.t1} : a832 {00833.f} {00834.p1} -> {00834.p3} 
+tr {00834.e} {00834.p6} {00834.p3} -> {00834.p4-eats} 
+tr {00834.t} {00834.p2-thinks} -> {00834.p1} {00834.p5} 
+tr {00834.t0|00835.t4} : b833 {00835.p4-eats} -> {00834.f} {00835.f} {00835.p2-thinks} 
+tr {00834.t2} {00834.f} {00834.p5} -> {00834.p6} 
+tr {00834.t3|00835.t1} : a833 {00834.f} {00835.p1} -> {00835.p3} 
+tr {00835.e} {00835.p6} {00835.p3} -> {00835.p4-eats} 
+tr {00835.t} {00835.p2-thinks} -> {00835.p1} {00835.p5} 
+tr {00835.t0|00836.t4} : b834 {00836.p4-eats} -> {00835.f} {00836.f} {00836.p2-thinks} 
+tr {00835.t2} {00835.f} {00835.p5} -> {00835.p6} 
+tr {00835.t3|00836.t1} : a834 {00835.f} {00836.p1} -> {00836.p3} 
+tr {00836.e} {00836.p6} {00836.p3} -> {00836.p4-eats} 
+tr {00836.t} {00836.p2-thinks} -> {00836.p1} {00836.p5} 
+tr {00836.t0|00837.t4} : b835 {00837.p4-eats} -> {00836.f} {00837.f} {00837.p2-thinks} 
+tr {00836.t2} {00836.f} {00836.p5} -> {00836.p6} 
+tr {00836.t3|00837.t1} : a835 {00836.f} {00837.p1} -> {00837.p3} 
+tr {00837.e} {00837.p6} {00837.p3} -> {00837.p4-eats} 
+tr {00837.t} {00837.p2-thinks} -> {00837.p1} {00837.p5} 
+tr {00837.t0|00838.t4} : b836 {00838.p4-eats} -> {00837.f} {00838.f} {00838.p2-thinks} 
+tr {00837.t2} {00837.f} {00837.p5} -> {00837.p6} 
+tr {00837.t3|00838.t1} : a836 {00837.f} {00838.p1} -> {00838.p3} 
+tr {00838.e} {00838.p6} {00838.p3} -> {00838.p4-eats} 
+tr {00838.t} {00838.p2-thinks} -> {00838.p1} {00838.p5} 
+tr {00838.t0|00839.t4} : b837 {00839.p4-eats} -> {00838.f} {00839.f} {00839.p2-thinks} 
+tr {00838.t2} {00838.f} {00838.p5} -> {00838.p6} 
+tr {00838.t3|00839.t1} : a837 {00838.f} {00839.p1} -> {00839.p3} 
+tr {00839.e} {00839.p6} {00839.p3} -> {00839.p4-eats} 
+tr {00839.t} {00839.p2-thinks} -> {00839.p1} {00839.p5} 
+tr {00839.t0|00840.t4} : b838 {00840.p4-eats} -> {00839.f} {00840.f} {00840.p2-thinks} 
+tr {00839.t2} {00839.f} {00839.p5} -> {00839.p6} 
+tr {00839.t3|00840.t1} : a838 {00839.f} {00840.p1} -> {00840.p3} 
+tr {00840.e} {00840.p6} {00840.p3} -> {00840.p4-eats} 
+tr {00840.t} {00840.p2-thinks} -> {00840.p1} {00840.p5} 
+tr {00840.t0|00841.t4} : b839 {00841.p4-eats} -> {00840.f} {00841.f} {00841.p2-thinks} 
+tr {00840.t2} {00840.f} {00840.p5} -> {00840.p6} 
+tr {00840.t3|00841.t1} : a839 {00840.f} {00841.p1} -> {00841.p3} 
+tr {00841.e} {00841.p6} {00841.p3} -> {00841.p4-eats} 
+tr {00841.t} {00841.p2-thinks} -> {00841.p1} {00841.p5} 
+tr {00841.t0|00842.t4} : b840 {00842.p4-eats} -> {00841.f} {00842.f} {00842.p2-thinks} 
+tr {00841.t2} {00841.f} {00841.p5} -> {00841.p6} 
+tr {00841.t3|00842.t1} : a840 {00841.f} {00842.p1} -> {00842.p3} 
+tr {00842.e} {00842.p6} {00842.p3} -> {00842.p4-eats} 
+tr {00842.t} {00842.p2-thinks} -> {00842.p1} {00842.p5} 
+tr {00842.t0|00843.t4} : b841 {00843.p4-eats} -> {00842.f} {00843.f} {00843.p2-thinks} 
+tr {00842.t2} {00842.f} {00842.p5} -> {00842.p6} 
+tr {00842.t3|00843.t1} : a841 {00842.f} {00843.p1} -> {00843.p3} 
+tr {00843.e} {00843.p6} {00843.p3} -> {00843.p4-eats} 
+tr {00843.t} {00843.p2-thinks} -> {00843.p1} {00843.p5} 
+tr {00843.t0|00844.t4} : b842 {00844.p4-eats} -> {00843.f} {00844.f} {00844.p2-thinks} 
+tr {00843.t2} {00843.f} {00843.p5} -> {00843.p6} 
+tr {00843.t3|00844.t1} : a842 {00843.f} {00844.p1} -> {00844.p3} 
+tr {00844.e} {00844.p6} {00844.p3} -> {00844.p4-eats} 
+tr {00844.t} {00844.p2-thinks} -> {00844.p1} {00844.p5} 
+tr {00844.t0|00845.t4} : b843 {00845.p4-eats} -> {00844.f} {00845.f} {00845.p2-thinks} 
+tr {00844.t2} {00844.f} {00844.p5} -> {00844.p6} 
+tr {00844.t3|00845.t1} : a843 {00844.f} {00845.p1} -> {00845.p3} 
+tr {00845.e} {00845.p6} {00845.p3} -> {00845.p4-eats} 
+tr {00845.t} {00845.p2-thinks} -> {00845.p1} {00845.p5} 
+tr {00845.t0|00846.t4} : b844 {00846.p4-eats} -> {00845.f} {00846.f} {00846.p2-thinks} 
+tr {00845.t2} {00845.f} {00845.p5} -> {00845.p6} 
+tr {00845.t3|00846.t1} : a844 {00845.f} {00846.p1} -> {00846.p3} 
+tr {00846.e} {00846.p6} {00846.p3} -> {00846.p4-eats} 
+tr {00846.t} {00846.p2-thinks} -> {00846.p1} {00846.p5} 
+tr {00846.t0|00847.t4} : b845 {00847.p4-eats} -> {00846.f} {00847.f} {00847.p2-thinks} 
+tr {00846.t2} {00846.f} {00846.p5} -> {00846.p6} 
+tr {00846.t3|00847.t1} : a845 {00846.f} {00847.p1} -> {00847.p3} 
+tr {00847.e} {00847.p6} {00847.p3} -> {00847.p4-eats} 
+tr {00847.t} {00847.p2-thinks} -> {00847.p1} {00847.p5} 
+tr {00847.t0|00848.t4} : b846 {00848.p4-eats} -> {00847.f} {00848.f} {00848.p2-thinks} 
+tr {00847.t2} {00847.f} {00847.p5} -> {00847.p6} 
+tr {00847.t3|00848.t1} : a846 {00847.f} {00848.p1} -> {00848.p3} 
+tr {00848.e} {00848.p6} {00848.p3} -> {00848.p4-eats} 
+tr {00848.t} {00848.p2-thinks} -> {00848.p1} {00848.p5} 
+tr {00848.t0|00849.t4} : b847 {00849.p4-eats} -> {00848.f} {00849.f} {00849.p2-thinks} 
+tr {00848.t2} {00848.f} {00848.p5} -> {00848.p6} 
+tr {00848.t3|00849.t1} : a847 {00848.f} {00849.p1} -> {00849.p3} 
+tr {00849.e} {00849.p6} {00849.p3} -> {00849.p4-eats} 
+tr {00849.t} {00849.p2-thinks} -> {00849.p1} {00849.p5} 
+tr {00849.t0|00850.t4} : b848 {00850.p4-eats} -> {00849.f} {00850.f} {00850.p2-thinks} 
+tr {00849.t2} {00849.f} {00849.p5} -> {00849.p6} 
+tr {00849.t3|00850.t1} : a848 {00849.f} {00850.p1} -> {00850.p3} 
+tr {00850.e} {00850.p6} {00850.p3} -> {00850.p4-eats} 
+tr {00850.t} {00850.p2-thinks} -> {00850.p1} {00850.p5} 
+tr {00850.t0|00851.t4} : b849 {00851.p4-eats} -> {00850.f} {00851.f} {00851.p2-thinks} 
+tr {00850.t2} {00850.f} {00850.p5} -> {00850.p6} 
+tr {00850.t3|00851.t1} : a849 {00850.f} {00851.p1} -> {00851.p3} 
+tr {00851.e} {00851.p6} {00851.p3} -> {00851.p4-eats} 
+tr {00851.t} {00851.p2-thinks} -> {00851.p1} {00851.p5} 
+tr {00851.t0|00852.t4} : b850 {00852.p4-eats} -> {00851.f} {00852.f} {00852.p2-thinks} 
+tr {00851.t2} {00851.f} {00851.p5} -> {00851.p6} 
+tr {00851.t3|00852.t1} : a850 {00851.f} {00852.p1} -> {00852.p3} 
+tr {00852.e} {00852.p6} {00852.p3} -> {00852.p4-eats} 
+tr {00852.t} {00852.p2-thinks} -> {00852.p1} {00852.p5} 
+tr {00852.t0|00853.t4} : b851 {00853.p4-eats} -> {00852.f} {00853.f} {00853.p2-thinks} 
+tr {00852.t2} {00852.f} {00852.p5} -> {00852.p6} 
+tr {00852.t3|00853.t1} : a851 {00852.f} {00853.p1} -> {00853.p3} 
+tr {00853.e} {00853.p6} {00853.p3} -> {00853.p4-eats} 
+tr {00853.t} {00853.p2-thinks} -> {00853.p1} {00853.p5} 
+tr {00853.t0|00854.t4} : b852 {00854.p4-eats} -> {00853.f} {00854.f} {00854.p2-thinks} 
+tr {00853.t2} {00853.f} {00853.p5} -> {00853.p6} 
+tr {00853.t3|00854.t1} : a852 {00853.f} {00854.p1} -> {00854.p3} 
+tr {00854.e} {00854.p6} {00854.p3} -> {00854.p4-eats} 
+tr {00854.t} {00854.p2-thinks} -> {00854.p1} {00854.p5} 
+tr {00854.t0|00855.t4} : b853 {00855.p4-eats} -> {00854.f} {00855.f} {00855.p2-thinks} 
+tr {00854.t2} {00854.f} {00854.p5} -> {00854.p6} 
+tr {00854.t3|00855.t1} : a853 {00854.f} {00855.p1} -> {00855.p3} 
+tr {00855.e} {00855.p6} {00855.p3} -> {00855.p4-eats} 
+tr {00855.t} {00855.p2-thinks} -> {00855.p1} {00855.p5} 
+tr {00855.t0|00856.t4} : b854 {00856.p4-eats} -> {00855.f} {00856.f} {00856.p2-thinks} 
+tr {00855.t2} {00855.f} {00855.p5} -> {00855.p6} 
+tr {00855.t3|00856.t1} : a854 {00855.f} {00856.p1} -> {00856.p3} 
+tr {00856.e} {00856.p6} {00856.p3} -> {00856.p4-eats} 
+tr {00856.t} {00856.p2-thinks} -> {00856.p1} {00856.p5} 
+tr {00856.t0|00857.t4} : b855 {00857.p4-eats} -> {00856.f} {00857.f} {00857.p2-thinks} 
+tr {00856.t2} {00856.f} {00856.p5} -> {00856.p6} 
+tr {00856.t3|00857.t1} : a855 {00856.f} {00857.p1} -> {00857.p3} 
+tr {00857.e} {00857.p6} {00857.p3} -> {00857.p4-eats} 
+tr {00857.t} {00857.p2-thinks} -> {00857.p1} {00857.p5} 
+tr {00857.t0|00858.t4} : b856 {00858.p4-eats} -> {00857.f} {00858.f} {00858.p2-thinks} 
+tr {00857.t2} {00857.f} {00857.p5} -> {00857.p6} 
+tr {00857.t3|00858.t1} : a856 {00857.f} {00858.p1} -> {00858.p3} 
+tr {00858.e} {00858.p6} {00858.p3} -> {00858.p4-eats} 
+tr {00858.t} {00858.p2-thinks} -> {00858.p1} {00858.p5} 
+tr {00858.t0|00859.t4} : b857 {00859.p4-eats} -> {00858.f} {00859.f} {00859.p2-thinks} 
+tr {00858.t2} {00858.f} {00858.p5} -> {00858.p6} 
+tr {00858.t3|00859.t1} : a857 {00858.f} {00859.p1} -> {00859.p3} 
+tr {00859.e} {00859.p6} {00859.p3} -> {00859.p4-eats} 
+tr {00859.t} {00859.p2-thinks} -> {00859.p1} {00859.p5} 
+tr {00859.t0|00860.t4} : b858 {00860.p4-eats} -> {00859.f} {00860.f} {00860.p2-thinks} 
+tr {00859.t2} {00859.f} {00859.p5} -> {00859.p6} 
+tr {00859.t3|00860.t1} : a858 {00859.f} {00860.p1} -> {00860.p3} 
+tr {00860.e} {00860.p6} {00860.p3} -> {00860.p4-eats} 
+tr {00860.t} {00860.p2-thinks} -> {00860.p1} {00860.p5} 
+tr {00860.t0|00861.t4} : b859 {00861.p4-eats} -> {00860.f} {00861.f} {00861.p2-thinks} 
+tr {00860.t2} {00860.f} {00860.p5} -> {00860.p6} 
+tr {00860.t3|00861.t1} : a859 {00860.f} {00861.p1} -> {00861.p3} 
+tr {00861.e} {00861.p6} {00861.p3} -> {00861.p4-eats} 
+tr {00861.t} {00861.p2-thinks} -> {00861.p1} {00861.p5} 
+tr {00861.t0|00862.t4} : b860 {00862.p4-eats} -> {00861.f} {00862.f} {00862.p2-thinks} 
+tr {00861.t2} {00861.f} {00861.p5} -> {00861.p6} 
+tr {00861.t3|00862.t1} : a860 {00861.f} {00862.p1} -> {00862.p3} 
+tr {00862.e} {00862.p6} {00862.p3} -> {00862.p4-eats} 
+tr {00862.t} {00862.p2-thinks} -> {00862.p1} {00862.p5} 
+tr {00862.t0|00863.t4} : b861 {00863.p4-eats} -> {00862.f} {00863.f} {00863.p2-thinks} 
+tr {00862.t2} {00862.f} {00862.p5} -> {00862.p6} 
+tr {00862.t3|00863.t1} : a861 {00862.f} {00863.p1} -> {00863.p3} 
+tr {00863.e} {00863.p6} {00863.p3} -> {00863.p4-eats} 
+tr {00863.t} {00863.p2-thinks} -> {00863.p1} {00863.p5} 
+tr {00863.t0|00864.t4} : b862 {00864.p4-eats} -> {00863.f} {00864.f} {00864.p2-thinks} 
+tr {00863.t2} {00863.f} {00863.p5} -> {00863.p6} 
+tr {00863.t3|00864.t1} : a862 {00863.f} {00864.p1} -> {00864.p3} 
+tr {00864.e} {00864.p6} {00864.p3} -> {00864.p4-eats} 
+tr {00864.t} {00864.p2-thinks} -> {00864.p1} {00864.p5} 
+tr {00864.t0|00865.t4} : b863 {00865.p4-eats} -> {00864.f} {00865.f} {00865.p2-thinks} 
+tr {00864.t2} {00864.f} {00864.p5} -> {00864.p6} 
+tr {00864.t3|00865.t1} : a863 {00864.f} {00865.p1} -> {00865.p3} 
+tr {00865.e} {00865.p6} {00865.p3} -> {00865.p4-eats} 
+tr {00865.t} {00865.p2-thinks} -> {00865.p1} {00865.p5} 
+tr {00865.t0|00866.t4} : b864 {00866.p4-eats} -> {00865.f} {00866.f} {00866.p2-thinks} 
+tr {00865.t2} {00865.f} {00865.p5} -> {00865.p6} 
+tr {00865.t3|00866.t1} : a864 {00865.f} {00866.p1} -> {00866.p3} 
+tr {00866.e} {00866.p6} {00866.p3} -> {00866.p4-eats} 
+tr {00866.t} {00866.p2-thinks} -> {00866.p1} {00866.p5} 
+tr {00866.t0|00867.t4} : b865 {00867.p4-eats} -> {00866.f} {00867.f} {00867.p2-thinks} 
+tr {00866.t2} {00866.f} {00866.p5} -> {00866.p6} 
+tr {00866.t3|00867.t1} : a865 {00866.f} {00867.p1} -> {00867.p3} 
+tr {00867.e} {00867.p6} {00867.p3} -> {00867.p4-eats} 
+tr {00867.t} {00867.p2-thinks} -> {00867.p1} {00867.p5} 
+tr {00867.t0|00868.t4} : b866 {00868.p4-eats} -> {00867.f} {00868.f} {00868.p2-thinks} 
+tr {00867.t2} {00867.f} {00867.p5} -> {00867.p6} 
+tr {00867.t3|00868.t1} : a866 {00867.f} {00868.p1} -> {00868.p3} 
+tr {00868.e} {00868.p6} {00868.p3} -> {00868.p4-eats} 
+tr {00868.t} {00868.p2-thinks} -> {00868.p1} {00868.p5} 
+tr {00868.t0|00869.t4} : b867 {00869.p4-eats} -> {00868.f} {00869.f} {00869.p2-thinks} 
+tr {00868.t2} {00868.f} {00868.p5} -> {00868.p6} 
+tr {00868.t3|00869.t1} : a867 {00868.f} {00869.p1} -> {00869.p3} 
+tr {00869.e} {00869.p6} {00869.p3} -> {00869.p4-eats} 
+tr {00869.t} {00869.p2-thinks} -> {00869.p1} {00869.p5} 
+tr {00869.t0|00870.t4} : b868 {00870.p4-eats} -> {00869.f} {00870.f} {00870.p2-thinks} 
+tr {00869.t2} {00869.f} {00869.p5} -> {00869.p6} 
+tr {00869.t3|00870.t1} : a868 {00869.f} {00870.p1} -> {00870.p3} 
+tr {00870.e} {00870.p6} {00870.p3} -> {00870.p4-eats} 
+tr {00870.t} {00870.p2-thinks} -> {00870.p1} {00870.p5} 
+tr {00870.t0|00871.t4} : b869 {00871.p4-eats} -> {00870.f} {00871.f} {00871.p2-thinks} 
+tr {00870.t2} {00870.f} {00870.p5} -> {00870.p6} 
+tr {00870.t3|00871.t1} : a869 {00870.f} {00871.p1} -> {00871.p3} 
+tr {00871.e} {00871.p6} {00871.p3} -> {00871.p4-eats} 
+tr {00871.t} {00871.p2-thinks} -> {00871.p1} {00871.p5} 
+tr {00871.t0|00872.t4} : b870 {00872.p4-eats} -> {00871.f} {00872.f} {00872.p2-thinks} 
+tr {00871.t2} {00871.f} {00871.p5} -> {00871.p6} 
+tr {00871.t3|00872.t1} : a870 {00871.f} {00872.p1} -> {00872.p3} 
+tr {00872.e} {00872.p6} {00872.p3} -> {00872.p4-eats} 
+tr {00872.t} {00872.p2-thinks} -> {00872.p1} {00872.p5} 
+tr {00872.t0|00873.t4} : b871 {00873.p4-eats} -> {00872.f} {00873.f} {00873.p2-thinks} 
+tr {00872.t2} {00872.f} {00872.p5} -> {00872.p6} 
+tr {00872.t3|00873.t1} : a871 {00872.f} {00873.p1} -> {00873.p3} 
+tr {00873.e} {00873.p6} {00873.p3} -> {00873.p4-eats} 
+tr {00873.t} {00873.p2-thinks} -> {00873.p1} {00873.p5} 
+tr {00873.t0|00874.t4} : b872 {00874.p4-eats} -> {00873.f} {00874.f} {00874.p2-thinks} 
+tr {00873.t2} {00873.f} {00873.p5} -> {00873.p6} 
+tr {00873.t3|00874.t1} : a872 {00873.f} {00874.p1} -> {00874.p3} 
+tr {00874.e} {00874.p6} {00874.p3} -> {00874.p4-eats} 
+tr {00874.t} {00874.p2-thinks} -> {00874.p1} {00874.p5} 
+tr {00874.t0|00875.t4} : b873 {00875.p4-eats} -> {00874.f} {00875.f} {00875.p2-thinks} 
+tr {00874.t2} {00874.f} {00874.p5} -> {00874.p6} 
+tr {00874.t3|00875.t1} : a873 {00874.f} {00875.p1} -> {00875.p3} 
+tr {00875.e} {00875.p6} {00875.p3} -> {00875.p4-eats} 
+tr {00875.t} {00875.p2-thinks} -> {00875.p1} {00875.p5} 
+tr {00875.t0|00876.t4} : b874 {00876.p4-eats} -> {00875.f} {00876.f} {00876.p2-thinks} 
+tr {00875.t2} {00875.f} {00875.p5} -> {00875.p6} 
+tr {00875.t3|00876.t1} : a874 {00875.f} {00876.p1} -> {00876.p3} 
+tr {00876.e} {00876.p6} {00876.p3} -> {00876.p4-eats} 
+tr {00876.t} {00876.p2-thinks} -> {00876.p1} {00876.p5} 
+tr {00876.t0|00877.t4} : b875 {00877.p4-eats} -> {00876.f} {00877.f} {00877.p2-thinks} 
+tr {00876.t2} {00876.f} {00876.p5} -> {00876.p6} 
+tr {00876.t3|00877.t1} : a875 {00876.f} {00877.p1} -> {00877.p3} 
+tr {00877.e} {00877.p6} {00877.p3} -> {00877.p4-eats} 
+tr {00877.t} {00877.p2-thinks} -> {00877.p1} {00877.p5} 
+tr {00877.t0|00878.t4} : b876 {00878.p4-eats} -> {00877.f} {00878.f} {00878.p2-thinks} 
+tr {00877.t2} {00877.f} {00877.p5} -> {00877.p6} 
+tr {00877.t3|00878.t1} : a876 {00877.f} {00878.p1} -> {00878.p3} 
+tr {00878.e} {00878.p6} {00878.p3} -> {00878.p4-eats} 
+tr {00878.t} {00878.p2-thinks} -> {00878.p1} {00878.p5} 
+tr {00878.t0|00879.t4} : b877 {00879.p4-eats} -> {00878.f} {00879.f} {00879.p2-thinks} 
+tr {00878.t2} {00878.f} {00878.p5} -> {00878.p6} 
+tr {00878.t3|00879.t1} : a877 {00878.f} {00879.p1} -> {00879.p3} 
+tr {00879.e} {00879.p6} {00879.p3} -> {00879.p4-eats} 
+tr {00879.t} {00879.p2-thinks} -> {00879.p1} {00879.p5} 
+tr {00879.t0|00880.t4} : b878 {00880.p4-eats} -> {00879.f} {00880.f} {00880.p2-thinks} 
+tr {00879.t2} {00879.f} {00879.p5} -> {00879.p6} 
+tr {00879.t3|00880.t1} : a878 {00879.f} {00880.p1} -> {00880.p3} 
+tr {00880.e} {00880.p6} {00880.p3} -> {00880.p4-eats} 
+tr {00880.t} {00880.p2-thinks} -> {00880.p1} {00880.p5} 
+tr {00880.t0|00881.t4} : b879 {00881.p4-eats} -> {00880.f} {00881.f} {00881.p2-thinks} 
+tr {00880.t2} {00880.f} {00880.p5} -> {00880.p6} 
+tr {00880.t3|00881.t1} : a879 {00880.f} {00881.p1} -> {00881.p3} 
+tr {00881.e} {00881.p6} {00881.p3} -> {00881.p4-eats} 
+tr {00881.t} {00881.p2-thinks} -> {00881.p1} {00881.p5} 
+tr {00881.t0|00882.t4} : b880 {00882.p4-eats} -> {00881.f} {00882.f} {00882.p2-thinks} 
+tr {00881.t2} {00881.f} {00881.p5} -> {00881.p6} 
+tr {00881.t3|00882.t1} : a880 {00881.f} {00882.p1} -> {00882.p3} 
+tr {00882.e} {00882.p6} {00882.p3} -> {00882.p4-eats} 
+tr {00882.t} {00882.p2-thinks} -> {00882.p1} {00882.p5} 
+tr {00882.t0|00883.t4} : b881 {00883.p4-eats} -> {00882.f} {00883.f} {00883.p2-thinks} 
+tr {00882.t2} {00882.f} {00882.p5} -> {00882.p6} 
+tr {00882.t3|00883.t1} : a881 {00882.f} {00883.p1} -> {00883.p3} 
+tr {00883.e} {00883.p6} {00883.p3} -> {00883.p4-eats} 
+tr {00883.t} {00883.p2-thinks} -> {00883.p1} {00883.p5} 
+tr {00883.t0|00884.t4} : b882 {00884.p4-eats} -> {00883.f} {00884.f} {00884.p2-thinks} 
+tr {00883.t2} {00883.f} {00883.p5} -> {00883.p6} 
+tr {00883.t3|00884.t1} : a882 {00883.f} {00884.p1} -> {00884.p3} 
+tr {00884.e} {00884.p6} {00884.p3} -> {00884.p4-eats} 
+tr {00884.t} {00884.p2-thinks} -> {00884.p1} {00884.p5} 
+tr {00884.t0|00885.t4} : b883 {00885.p4-eats} -> {00884.f} {00885.f} {00885.p2-thinks} 
+tr {00884.t2} {00884.f} {00884.p5} -> {00884.p6} 
+tr {00884.t3|00885.t1} : a883 {00884.f} {00885.p1} -> {00885.p3} 
+tr {00885.e} {00885.p6} {00885.p3} -> {00885.p4-eats} 
+tr {00885.t} {00885.p2-thinks} -> {00885.p1} {00885.p5} 
+tr {00885.t0|00886.t4} : b884 {00886.p4-eats} -> {00885.f} {00886.f} {00886.p2-thinks} 
+tr {00885.t2} {00885.f} {00885.p5} -> {00885.p6} 
+tr {00885.t3|00886.t1} : a884 {00885.f} {00886.p1} -> {00886.p3} 
+tr {00886.e} {00886.p6} {00886.p3} -> {00886.p4-eats} 
+tr {00886.t} {00886.p2-thinks} -> {00886.p1} {00886.p5} 
+tr {00886.t0|00887.t4} : b885 {00887.p4-eats} -> {00886.f} {00887.f} {00887.p2-thinks} 
+tr {00886.t2} {00886.f} {00886.p5} -> {00886.p6} 
+tr {00886.t3|00887.t1} : a885 {00886.f} {00887.p1} -> {00887.p3} 
+tr {00887.e} {00887.p6} {00887.p3} -> {00887.p4-eats} 
+tr {00887.t} {00887.p2-thinks} -> {00887.p1} {00887.p5} 
+tr {00887.t0|00888.t4} : b886 {00888.p4-eats} -> {00887.f} {00888.f} {00888.p2-thinks} 
+tr {00887.t2} {00887.f} {00887.p5} -> {00887.p6} 
+tr {00887.t3|00888.t1} : a886 {00887.f} {00888.p1} -> {00888.p3} 
+tr {00888.e} {00888.p6} {00888.p3} -> {00888.p4-eats} 
+tr {00888.t} {00888.p2-thinks} -> {00888.p1} {00888.p5} 
+tr {00888.t0|00889.t4} : b887 {00889.p4-eats} -> {00888.f} {00889.f} {00889.p2-thinks} 
+tr {00888.t2} {00888.f} {00888.p5} -> {00888.p6} 
+tr {00888.t3|00889.t1} : a887 {00888.f} {00889.p1} -> {00889.p3} 
+tr {00889.e} {00889.p6} {00889.p3} -> {00889.p4-eats} 
+tr {00889.t} {00889.p2-thinks} -> {00889.p1} {00889.p5} 
+tr {00889.t0|00890.t4} : b888 {00890.p4-eats} -> {00889.f} {00890.f} {00890.p2-thinks} 
+tr {00889.t2} {00889.f} {00889.p5} -> {00889.p6} 
+tr {00889.t3|00890.t1} : a888 {00889.f} {00890.p1} -> {00890.p3} 
+tr {00890.e} {00890.p6} {00890.p3} -> {00890.p4-eats} 
+tr {00890.t} {00890.p2-thinks} -> {00890.p1} {00890.p5} 
+tr {00890.t0|00891.t4} : b889 {00891.p4-eats} -> {00890.f} {00891.f} {00891.p2-thinks} 
+tr {00890.t2} {00890.f} {00890.p5} -> {00890.p6} 
+tr {00890.t3|00891.t1} : a889 {00890.f} {00891.p1} -> {00891.p3} 
+tr {00891.e} {00891.p6} {00891.p3} -> {00891.p4-eats} 
+tr {00891.t} {00891.p2-thinks} -> {00891.p1} {00891.p5} 
+tr {00891.t0|00892.t4} : b890 {00892.p4-eats} -> {00891.f} {00892.f} {00892.p2-thinks} 
+tr {00891.t2} {00891.f} {00891.p5} -> {00891.p6} 
+tr {00891.t3|00892.t1} : a890 {00891.f} {00892.p1} -> {00892.p3} 
+tr {00892.e} {00892.p6} {00892.p3} -> {00892.p4-eats} 
+tr {00892.t} {00892.p2-thinks} -> {00892.p1} {00892.p5} 
+tr {00892.t0|00893.t4} : b891 {00893.p4-eats} -> {00892.f} {00893.f} {00893.p2-thinks} 
+tr {00892.t2} {00892.f} {00892.p5} -> {00892.p6} 
+tr {00892.t3|00893.t1} : a891 {00892.f} {00893.p1} -> {00893.p3} 
+tr {00893.e} {00893.p6} {00893.p3} -> {00893.p4-eats} 
+tr {00893.t} {00893.p2-thinks} -> {00893.p1} {00893.p5} 
+tr {00893.t0|00894.t4} : b892 {00894.p4-eats} -> {00893.f} {00894.f} {00894.p2-thinks} 
+tr {00893.t2} {00893.f} {00893.p5} -> {00893.p6} 
+tr {00893.t3|00894.t1} : a892 {00893.f} {00894.p1} -> {00894.p3} 
+tr {00894.e} {00894.p6} {00894.p3} -> {00894.p4-eats} 
+tr {00894.t} {00894.p2-thinks} -> {00894.p1} {00894.p5} 
+tr {00894.t0|00895.t4} : b893 {00895.p4-eats} -> {00894.f} {00895.f} {00895.p2-thinks} 
+tr {00894.t2} {00894.f} {00894.p5} -> {00894.p6} 
+tr {00894.t3|00895.t1} : a893 {00894.f} {00895.p1} -> {00895.p3} 
+tr {00895.e} {00895.p6} {00895.p3} -> {00895.p4-eats} 
+tr {00895.t} {00895.p2-thinks} -> {00895.p1} {00895.p5} 
+tr {00895.t0|00896.t4} : b894 {00896.p4-eats} -> {00895.f} {00896.f} {00896.p2-thinks} 
+tr {00895.t2} {00895.f} {00895.p5} -> {00895.p6} 
+tr {00895.t3|00896.t1} : a894 {00895.f} {00896.p1} -> {00896.p3} 
+tr {00896.e} {00896.p6} {00896.p3} -> {00896.p4-eats} 
+tr {00896.t} {00896.p2-thinks} -> {00896.p1} {00896.p5} 
+tr {00896.t0|00897.t4} : b895 {00897.p4-eats} -> {00896.f} {00897.f} {00897.p2-thinks} 
+tr {00896.t2} {00896.f} {00896.p5} -> {00896.p6} 
+tr {00896.t3|00897.t1} : a895 {00896.f} {00897.p1} -> {00897.p3} 
+tr {00897.e} {00897.p6} {00897.p3} -> {00897.p4-eats} 
+tr {00897.t} {00897.p2-thinks} -> {00897.p1} {00897.p5} 
+tr {00897.t0|00898.t4} : b896 {00898.p4-eats} -> {00897.f} {00898.f} {00898.p2-thinks} 
+tr {00897.t2} {00897.f} {00897.p5} -> {00897.p6} 
+tr {00897.t3|00898.t1} : a896 {00897.f} {00898.p1} -> {00898.p3} 
+tr {00898.e} {00898.p6} {00898.p3} -> {00898.p4-eats} 
+tr {00898.t} {00898.p2-thinks} -> {00898.p1} {00898.p5} 
+tr {00898.t0|00899.t4} : b897 {00899.p4-eats} -> {00898.f} {00899.f} {00899.p2-thinks} 
+tr {00898.t2} {00898.f} {00898.p5} -> {00898.p6} 
+tr {00898.t3|00899.t1} : a897 {00898.f} {00899.p1} -> {00899.p3} 
+tr {00899.e} {00899.p6} {00899.p3} -> {00899.p4-eats} 
+tr {00899.t} {00899.p2-thinks} -> {00899.p1} {00899.p5} 
+tr {00899.t0|00900.t4} : b898 {00900.p4-eats} -> {00899.f} {00900.f} {00900.p2-thinks} 
+tr {00899.t2} {00899.f} {00899.p5} -> {00899.p6} 
+tr {00899.t3|00900.t1} : a898 {00899.f} {00900.p1} -> {00900.p3} 
+tr {00900.e} {00900.p6} {00900.p3} -> {00900.p4-eats} 
+tr {00900.t} {00900.p2-thinks} -> {00900.p1} {00900.p5} 
+tr {00900.t0|00901.t4} : b899 {00901.p4-eats} -> {00900.f} {00901.f} {00901.p2-thinks} 
+tr {00900.t2} {00900.f} {00900.p5} -> {00900.p6} 
+tr {00900.t3|00901.t1} : a899 {00900.f} {00901.p1} -> {00901.p3} 
+tr {00901.e} {00901.p6} {00901.p3} -> {00901.p4-eats} 
+tr {00901.t} {00901.p2-thinks} -> {00901.p1} {00901.p5} 
+tr {00901.t0|00902.t4} : b900 {00902.p4-eats} -> {00901.f} {00902.f} {00902.p2-thinks} 
+tr {00901.t2} {00901.f} {00901.p5} -> {00901.p6} 
+tr {00901.t3|00902.t1} : a900 {00901.f} {00902.p1} -> {00902.p3} 
+tr {00902.e} {00902.p6} {00902.p3} -> {00902.p4-eats} 
+tr {00902.t} {00902.p2-thinks} -> {00902.p1} {00902.p5} 
+tr {00902.t0|00903.t4} : b901 {00903.p4-eats} -> {00902.f} {00903.f} {00903.p2-thinks} 
+tr {00902.t2} {00902.f} {00902.p5} -> {00902.p6} 
+tr {00902.t3|00903.t1} : a901 {00902.f} {00903.p1} -> {00903.p3} 
+tr {00903.e} {00903.p6} {00903.p3} -> {00903.p4-eats} 
+tr {00903.t} {00903.p2-thinks} -> {00903.p1} {00903.p5} 
+tr {00903.t0|00904.t4} : b902 {00904.p4-eats} -> {00903.f} {00904.f} {00904.p2-thinks} 
+tr {00903.t2} {00903.f} {00903.p5} -> {00903.p6} 
+tr {00903.t3|00904.t1} : a902 {00903.f} {00904.p1} -> {00904.p3} 
+tr {00904.e} {00904.p6} {00904.p3} -> {00904.p4-eats} 
+tr {00904.t} {00904.p2-thinks} -> {00904.p1} {00904.p5} 
+tr {00904.t0|00905.t4} : b903 {00905.p4-eats} -> {00904.f} {00905.f} {00905.p2-thinks} 
+tr {00904.t2} {00904.f} {00904.p5} -> {00904.p6} 
+tr {00904.t3|00905.t1} : a903 {00904.f} {00905.p1} -> {00905.p3} 
+tr {00905.e} {00905.p6} {00905.p3} -> {00905.p4-eats} 
+tr {00905.t} {00905.p2-thinks} -> {00905.p1} {00905.p5} 
+tr {00905.t0|00906.t4} : b904 {00906.p4-eats} -> {00905.f} {00906.f} {00906.p2-thinks} 
+tr {00905.t2} {00905.f} {00905.p5} -> {00905.p6} 
+tr {00905.t3|00906.t1} : a904 {00905.f} {00906.p1} -> {00906.p3} 
+tr {00906.e} {00906.p6} {00906.p3} -> {00906.p4-eats} 
+tr {00906.t} {00906.p2-thinks} -> {00906.p1} {00906.p5} 
+tr {00906.t0|00907.t4} : b905 {00907.p4-eats} -> {00906.f} {00907.f} {00907.p2-thinks} 
+tr {00906.t2} {00906.f} {00906.p5} -> {00906.p6} 
+tr {00906.t3|00907.t1} : a905 {00906.f} {00907.p1} -> {00907.p3} 
+tr {00907.e} {00907.p6} {00907.p3} -> {00907.p4-eats} 
+tr {00907.t} {00907.p2-thinks} -> {00907.p1} {00907.p5} 
+tr {00907.t0|00908.t4} : b906 {00908.p4-eats} -> {00907.f} {00908.f} {00908.p2-thinks} 
+tr {00907.t2} {00907.f} {00907.p5} -> {00907.p6} 
+tr {00907.t3|00908.t1} : a906 {00907.f} {00908.p1} -> {00908.p3} 
+tr {00908.e} {00908.p6} {00908.p3} -> {00908.p4-eats} 
+tr {00908.t} {00908.p2-thinks} -> {00908.p1} {00908.p5} 
+tr {00908.t0|00909.t4} : b907 {00909.p4-eats} -> {00908.f} {00909.f} {00909.p2-thinks} 
+tr {00908.t2} {00908.f} {00908.p5} -> {00908.p6} 
+tr {00908.t3|00909.t1} : a907 {00908.f} {00909.p1} -> {00909.p3} 
+tr {00909.e} {00909.p6} {00909.p3} -> {00909.p4-eats} 
+tr {00909.t} {00909.p2-thinks} -> {00909.p1} {00909.p5} 
+tr {00909.t0|00910.t4} : b908 {00910.p4-eats} -> {00909.f} {00910.f} {00910.p2-thinks} 
+tr {00909.t2} {00909.f} {00909.p5} -> {00909.p6} 
+tr {00909.t3|00910.t1} : a908 {00909.f} {00910.p1} -> {00910.p3} 
+tr {00910.e} {00910.p6} {00910.p3} -> {00910.p4-eats} 
+tr {00910.t} {00910.p2-thinks} -> {00910.p1} {00910.p5} 
+tr {00910.t0|00911.t4} : b909 {00911.p4-eats} -> {00910.f} {00911.f} {00911.p2-thinks} 
+tr {00910.t2} {00910.f} {00910.p5} -> {00910.p6} 
+tr {00910.t3|00911.t1} : a909 {00910.f} {00911.p1} -> {00911.p3} 
+tr {00911.e} {00911.p6} {00911.p3} -> {00911.p4-eats} 
+tr {00911.t} {00911.p2-thinks} -> {00911.p1} {00911.p5} 
+tr {00911.t0|00912.t4} : b910 {00912.p4-eats} -> {00911.f} {00912.f} {00912.p2-thinks} 
+tr {00911.t2} {00911.f} {00911.p5} -> {00911.p6} 
+tr {00911.t3|00912.t1} : a910 {00911.f} {00912.p1} -> {00912.p3} 
+tr {00912.e} {00912.p6} {00912.p3} -> {00912.p4-eats} 
+tr {00912.t} {00912.p2-thinks} -> {00912.p1} {00912.p5} 
+tr {00912.t0|00913.t4} : b911 {00913.p4-eats} -> {00912.f} {00913.f} {00913.p2-thinks} 
+tr {00912.t2} {00912.f} {00912.p5} -> {00912.p6} 
+tr {00912.t3|00913.t1} : a911 {00912.f} {00913.p1} -> {00913.p3} 
+tr {00913.e} {00913.p6} {00913.p3} -> {00913.p4-eats} 
+tr {00913.t} {00913.p2-thinks} -> {00913.p1} {00913.p5} 
+tr {00913.t0|00914.t4} : b912 {00914.p4-eats} -> {00913.f} {00914.f} {00914.p2-thinks} 
+tr {00913.t2} {00913.f} {00913.p5} -> {00913.p6} 
+tr {00913.t3|00914.t1} : a912 {00913.f} {00914.p1} -> {00914.p3} 
+tr {00914.e} {00914.p6} {00914.p3} -> {00914.p4-eats} 
+tr {00914.t} {00914.p2-thinks} -> {00914.p1} {00914.p5} 
+tr {00914.t0|00915.t4} : b913 {00915.p4-eats} -> {00914.f} {00915.f} {00915.p2-thinks} 
+tr {00914.t2} {00914.f} {00914.p5} -> {00914.p6} 
+tr {00914.t3|00915.t1} : a913 {00914.f} {00915.p1} -> {00915.p3} 
+tr {00915.e} {00915.p6} {00915.p3} -> {00915.p4-eats} 
+tr {00915.t} {00915.p2-thinks} -> {00915.p1} {00915.p5} 
+tr {00915.t0|00916.t4} : b914 {00916.p4-eats} -> {00915.f} {00916.f} {00916.p2-thinks} 
+tr {00915.t2} {00915.f} {00915.p5} -> {00915.p6} 
+tr {00915.t3|00916.t1} : a914 {00915.f} {00916.p1} -> {00916.p3} 
+tr {00916.e} {00916.p6} {00916.p3} -> {00916.p4-eats} 
+tr {00916.t} {00916.p2-thinks} -> {00916.p1} {00916.p5} 
+tr {00916.t0|00917.t4} : b915 {00917.p4-eats} -> {00916.f} {00917.f} {00917.p2-thinks} 
+tr {00916.t2} {00916.f} {00916.p5} -> {00916.p6} 
+tr {00916.t3|00917.t1} : a915 {00916.f} {00917.p1} -> {00917.p3} 
+tr {00917.e} {00917.p6} {00917.p3} -> {00917.p4-eats} 
+tr {00917.t} {00917.p2-thinks} -> {00917.p1} {00917.p5} 
+tr {00917.t0|00918.t4} : b916 {00918.p4-eats} -> {00917.f} {00918.f} {00918.p2-thinks} 
+tr {00917.t2} {00917.f} {00917.p5} -> {00917.p6} 
+tr {00917.t3|00918.t1} : a916 {00917.f} {00918.p1} -> {00918.p3} 
+tr {00918.e} {00918.p6} {00918.p3} -> {00918.p4-eats} 
+tr {00918.t} {00918.p2-thinks} -> {00918.p1} {00918.p5} 
+tr {00918.t0|00919.t4} : b917 {00919.p4-eats} -> {00918.f} {00919.f} {00919.p2-thinks} 
+tr {00918.t2} {00918.f} {00918.p5} -> {00918.p6} 
+tr {00918.t3|00919.t1} : a917 {00918.f} {00919.p1} -> {00919.p3} 
+tr {00919.e} {00919.p6} {00919.p3} -> {00919.p4-eats} 
+tr {00919.t} {00919.p2-thinks} -> {00919.p1} {00919.p5} 
+tr {00919.t0|00920.t4} : b918 {00920.p4-eats} -> {00919.f} {00920.f} {00920.p2-thinks} 
+tr {00919.t2} {00919.f} {00919.p5} -> {00919.p6} 
+tr {00919.t3|00920.t1} : a918 {00919.f} {00920.p1} -> {00920.p3} 
+tr {00920.e} {00920.p6} {00920.p3} -> {00920.p4-eats} 
+tr {00920.t} {00920.p2-thinks} -> {00920.p1} {00920.p5} 
+tr {00920.t0|00921.t4} : b919 {00921.p4-eats} -> {00920.f} {00921.f} {00921.p2-thinks} 
+tr {00920.t2} {00920.f} {00920.p5} -> {00920.p6} 
+tr {00920.t3|00921.t1} : a919 {00920.f} {00921.p1} -> {00921.p3} 
+tr {00921.e} {00921.p6} {00921.p3} -> {00921.p4-eats} 
+tr {00921.t} {00921.p2-thinks} -> {00921.p1} {00921.p5} 
+tr {00921.t0|00922.t4} : b920 {00922.p4-eats} -> {00921.f} {00922.f} {00922.p2-thinks} 
+tr {00921.t2} {00921.f} {00921.p5} -> {00921.p6} 
+tr {00921.t3|00922.t1} : a920 {00921.f} {00922.p1} -> {00922.p3} 
+tr {00922.e} {00922.p6} {00922.p3} -> {00922.p4-eats} 
+tr {00922.t} {00922.p2-thinks} -> {00922.p1} {00922.p5} 
+tr {00922.t0|00923.t4} : b921 {00923.p4-eats} -> {00922.f} {00923.f} {00923.p2-thinks} 
+tr {00922.t2} {00922.f} {00922.p5} -> {00922.p6} 
+tr {00922.t3|00923.t1} : a921 {00922.f} {00923.p1} -> {00923.p3} 
+tr {00923.e} {00923.p6} {00923.p3} -> {00923.p4-eats} 
+tr {00923.t} {00923.p2-thinks} -> {00923.p1} {00923.p5} 
+tr {00923.t0|00924.t4} : b922 {00924.p4-eats} -> {00923.f} {00924.f} {00924.p2-thinks} 
+tr {00923.t2} {00923.f} {00923.p5} -> {00923.p6} 
+tr {00923.t3|00924.t1} : a922 {00923.f} {00924.p1} -> {00924.p3} 
+tr {00924.e} {00924.p6} {00924.p3} -> {00924.p4-eats} 
+tr {00924.t} {00924.p2-thinks} -> {00924.p1} {00924.p5} 
+tr {00924.t0|00925.t4} : b923 {00925.p4-eats} -> {00924.f} {00925.f} {00925.p2-thinks} 
+tr {00924.t2} {00924.f} {00924.p5} -> {00924.p6} 
+tr {00924.t3|00925.t1} : a923 {00924.f} {00925.p1} -> {00925.p3} 
+tr {00925.e} {00925.p6} {00925.p3} -> {00925.p4-eats} 
+tr {00925.t} {00925.p2-thinks} -> {00925.p1} {00925.p5} 
+tr {00925.t0|00926.t4} : b924 {00926.p4-eats} -> {00925.f} {00926.f} {00926.p2-thinks} 
+tr {00925.t2} {00925.f} {00925.p5} -> {00925.p6} 
+tr {00925.t3|00926.t1} : a924 {00925.f} {00926.p1} -> {00926.p3} 
+tr {00926.e} {00926.p6} {00926.p3} -> {00926.p4-eats} 
+tr {00926.t} {00926.p2-thinks} -> {00926.p1} {00926.p5} 
+tr {00926.t0|00927.t4} : b925 {00927.p4-eats} -> {00926.f} {00927.f} {00927.p2-thinks} 
+tr {00926.t2} {00926.f} {00926.p5} -> {00926.p6} 
+tr {00926.t3|00927.t1} : a925 {00926.f} {00927.p1} -> {00927.p3} 
+tr {00927.e} {00927.p6} {00927.p3} -> {00927.p4-eats} 
+tr {00927.t} {00927.p2-thinks} -> {00927.p1} {00927.p5} 
+tr {00927.t0|00928.t4} : b926 {00928.p4-eats} -> {00927.f} {00928.f} {00928.p2-thinks} 
+tr {00927.t2} {00927.f} {00927.p5} -> {00927.p6} 
+tr {00927.t3|00928.t1} : a926 {00927.f} {00928.p1} -> {00928.p3} 
+tr {00928.e} {00928.p6} {00928.p3} -> {00928.p4-eats} 
+tr {00928.t} {00928.p2-thinks} -> {00928.p1} {00928.p5} 
+tr {00928.t0|00929.t4} : b927 {00929.p4-eats} -> {00928.f} {00929.f} {00929.p2-thinks} 
+tr {00928.t2} {00928.f} {00928.p5} -> {00928.p6} 
+tr {00928.t3|00929.t1} : a927 {00928.f} {00929.p1} -> {00929.p3} 
+tr {00929.e} {00929.p6} {00929.p3} -> {00929.p4-eats} 
+tr {00929.t} {00929.p2-thinks} -> {00929.p1} {00929.p5} 
+tr {00929.t0|00930.t4} : b928 {00930.p4-eats} -> {00929.f} {00930.f} {00930.p2-thinks} 
+tr {00929.t2} {00929.f} {00929.p5} -> {00929.p6} 
+tr {00929.t3|00930.t1} : a928 {00929.f} {00930.p1} -> {00930.p3} 
+tr {00930.e} {00930.p6} {00930.p3} -> {00930.p4-eats} 
+tr {00930.t} {00930.p2-thinks} -> {00930.p1} {00930.p5} 
+tr {00930.t0|00931.t4} : b929 {00931.p4-eats} -> {00930.f} {00931.f} {00931.p2-thinks} 
+tr {00930.t2} {00930.f} {00930.p5} -> {00930.p6} 
+tr {00930.t3|00931.t1} : a929 {00930.f} {00931.p1} -> {00931.p3} 
+tr {00931.e} {00931.p6} {00931.p3} -> {00931.p4-eats} 
+tr {00931.t} {00931.p2-thinks} -> {00931.p1} {00931.p5} 
+tr {00931.t0|00932.t4} : b930 {00932.p4-eats} -> {00931.f} {00932.f} {00932.p2-thinks} 
+tr {00931.t2} {00931.f} {00931.p5} -> {00931.p6} 
+tr {00931.t3|00932.t1} : a930 {00931.f} {00932.p1} -> {00932.p3} 
+tr {00932.e} {00932.p6} {00932.p3} -> {00932.p4-eats} 
+tr {00932.t} {00932.p2-thinks} -> {00932.p1} {00932.p5} 
+tr {00932.t0|00933.t4} : b931 {00933.p4-eats} -> {00932.f} {00933.f} {00933.p2-thinks} 
+tr {00932.t2} {00932.f} {00932.p5} -> {00932.p6} 
+tr {00932.t3|00933.t1} : a931 {00932.f} {00933.p1} -> {00933.p3} 
+tr {00933.e} {00933.p6} {00933.p3} -> {00933.p4-eats} 
+tr {00933.t} {00933.p2-thinks} -> {00933.p1} {00933.p5} 
+tr {00933.t0|00934.t4} : b932 {00934.p4-eats} -> {00933.f} {00934.f} {00934.p2-thinks} 
+tr {00933.t2} {00933.f} {00933.p5} -> {00933.p6} 
+tr {00933.t3|00934.t1} : a932 {00933.f} {00934.p1} -> {00934.p3} 
+tr {00934.e} {00934.p6} {00934.p3} -> {00934.p4-eats} 
+tr {00934.t} {00934.p2-thinks} -> {00934.p1} {00934.p5} 
+tr {00934.t0|00935.t4} : b933 {00935.p4-eats} -> {00934.f} {00935.f} {00935.p2-thinks} 
+tr {00934.t2} {00934.f} {00934.p5} -> {00934.p6} 
+tr {00934.t3|00935.t1} : a933 {00934.f} {00935.p1} -> {00935.p3} 
+tr {00935.e} {00935.p6} {00935.p3} -> {00935.p4-eats} 
+tr {00935.t} {00935.p2-thinks} -> {00935.p1} {00935.p5} 
+tr {00935.t0|00936.t4} : b934 {00936.p4-eats} -> {00935.f} {00936.f} {00936.p2-thinks} 
+tr {00935.t2} {00935.f} {00935.p5} -> {00935.p6} 
+tr {00935.t3|00936.t1} : a934 {00935.f} {00936.p1} -> {00936.p3} 
+tr {00936.e} {00936.p6} {00936.p3} -> {00936.p4-eats} 
+tr {00936.t} {00936.p2-thinks} -> {00936.p1} {00936.p5} 
+tr {00936.t0|00937.t4} : b935 {00937.p4-eats} -> {00936.f} {00937.f} {00937.p2-thinks} 
+tr {00936.t2} {00936.f} {00936.p5} -> {00936.p6} 
+tr {00936.t3|00937.t1} : a935 {00936.f} {00937.p1} -> {00937.p3} 
+tr {00937.e} {00937.p6} {00937.p3} -> {00937.p4-eats} 
+tr {00937.t} {00937.p2-thinks} -> {00937.p1} {00937.p5} 
+tr {00937.t0|00938.t4} : b936 {00938.p4-eats} -> {00937.f} {00938.f} {00938.p2-thinks} 
+tr {00937.t2} {00937.f} {00937.p5} -> {00937.p6} 
+tr {00937.t3|00938.t1} : a936 {00937.f} {00938.p1} -> {00938.p3} 
+tr {00938.e} {00938.p6} {00938.p3} -> {00938.p4-eats} 
+tr {00938.t} {00938.p2-thinks} -> {00938.p1} {00938.p5} 
+tr {00938.t0|00939.t4} : b937 {00939.p4-eats} -> {00938.f} {00939.f} {00939.p2-thinks} 
+tr {00938.t2} {00938.f} {00938.p5} -> {00938.p6} 
+tr {00938.t3|00939.t1} : a937 {00938.f} {00939.p1} -> {00939.p3} 
+tr {00939.e} {00939.p6} {00939.p3} -> {00939.p4-eats} 
+tr {00939.t} {00939.p2-thinks} -> {00939.p1} {00939.p5} 
+tr {00939.t0|00940.t4} : b938 {00940.p4-eats} -> {00939.f} {00940.f} {00940.p2-thinks} 
+tr {00939.t2} {00939.f} {00939.p5} -> {00939.p6} 
+tr {00939.t3|00940.t1} : a938 {00939.f} {00940.p1} -> {00940.p3} 
+tr {00940.e} {00940.p6} {00940.p3} -> {00940.p4-eats} 
+tr {00940.t} {00940.p2-thinks} -> {00940.p1} {00940.p5} 
+tr {00940.t0|00941.t4} : b939 {00941.p4-eats} -> {00940.f} {00941.f} {00941.p2-thinks} 
+tr {00940.t2} {00940.f} {00940.p5} -> {00940.p6} 
+tr {00940.t3|00941.t1} : a939 {00940.f} {00941.p1} -> {00941.p3} 
+tr {00941.e} {00941.p6} {00941.p3} -> {00941.p4-eats} 
+tr {00941.t} {00941.p2-thinks} -> {00941.p1} {00941.p5} 
+tr {00941.t0|00942.t4} : b940 {00942.p4-eats} -> {00941.f} {00942.f} {00942.p2-thinks} 
+tr {00941.t2} {00941.f} {00941.p5} -> {00941.p6} 
+tr {00941.t3|00942.t1} : a940 {00941.f} {00942.p1} -> {00942.p3} 
+tr {00942.e} {00942.p6} {00942.p3} -> {00942.p4-eats} 
+tr {00942.t} {00942.p2-thinks} -> {00942.p1} {00942.p5} 
+tr {00942.t0|00943.t4} : b941 {00943.p4-eats} -> {00942.f} {00943.f} {00943.p2-thinks} 
+tr {00942.t2} {00942.f} {00942.p5} -> {00942.p6} 
+tr {00942.t3|00943.t1} : a941 {00942.f} {00943.p1} -> {00943.p3} 
+tr {00943.e} {00943.p6} {00943.p3} -> {00943.p4-eats} 
+tr {00943.t} {00943.p2-thinks} -> {00943.p1} {00943.p5} 
+tr {00943.t0|00944.t4} : b942 {00944.p4-eats} -> {00943.f} {00944.f} {00944.p2-thinks} 
+tr {00943.t2} {00943.f} {00943.p5} -> {00943.p6} 
+tr {00943.t3|00944.t1} : a942 {00943.f} {00944.p1} -> {00944.p3} 
+tr {00944.e} {00944.p6} {00944.p3} -> {00944.p4-eats} 
+tr {00944.t} {00944.p2-thinks} -> {00944.p1} {00944.p5} 
+tr {00944.t0|00945.t4} : b943 {00945.p4-eats} -> {00944.f} {00945.f} {00945.p2-thinks} 
+tr {00944.t2} {00944.f} {00944.p5} -> {00944.p6} 
+tr {00944.t3|00945.t1} : a943 {00944.f} {00945.p1} -> {00945.p3} 
+tr {00945.e} {00945.p6} {00945.p3} -> {00945.p4-eats} 
+tr {00945.t} {00945.p2-thinks} -> {00945.p1} {00945.p5} 
+tr {00945.t0|00946.t4} : b944 {00946.p4-eats} -> {00945.f} {00946.f} {00946.p2-thinks} 
+tr {00945.t2} {00945.f} {00945.p5} -> {00945.p6} 
+tr {00945.t3|00946.t1} : a944 {00945.f} {00946.p1} -> {00946.p3} 
+tr {00946.e} {00946.p6} {00946.p3} -> {00946.p4-eats} 
+tr {00946.t} {00946.p2-thinks} -> {00946.p1} {00946.p5} 
+tr {00946.t0|00947.t4} : b945 {00947.p4-eats} -> {00946.f} {00947.f} {00947.p2-thinks} 
+tr {00946.t2} {00946.f} {00946.p5} -> {00946.p6} 
+tr {00946.t3|00947.t1} : a945 {00946.f} {00947.p1} -> {00947.p3} 
+tr {00947.e} {00947.p6} {00947.p3} -> {00947.p4-eats} 
+tr {00947.t} {00947.p2-thinks} -> {00947.p1} {00947.p5} 
+tr {00947.t0|00948.t4} : b946 {00948.p4-eats} -> {00947.f} {00948.f} {00948.p2-thinks} 
+tr {00947.t2} {00947.f} {00947.p5} -> {00947.p6} 
+tr {00947.t3|00948.t1} : a946 {00947.f} {00948.p1} -> {00948.p3} 
+tr {00948.e} {00948.p6} {00948.p3} -> {00948.p4-eats} 
+tr {00948.t} {00948.p2-thinks} -> {00948.p1} {00948.p5} 
+tr {00948.t0|00949.t4} : b947 {00949.p4-eats} -> {00948.f} {00949.f} {00949.p2-thinks} 
+tr {00948.t2} {00948.f} {00948.p5} -> {00948.p6} 
+tr {00948.t3|00949.t1} : a947 {00948.f} {00949.p1} -> {00949.p3} 
+tr {00949.e} {00949.p6} {00949.p3} -> {00949.p4-eats} 
+tr {00949.t} {00949.p2-thinks} -> {00949.p1} {00949.p5} 
+tr {00949.t0|00950.t4} : b948 {00950.p4-eats} -> {00949.f} {00950.f} {00950.p2-thinks} 
+tr {00949.t2} {00949.f} {00949.p5} -> {00949.p6} 
+tr {00949.t3|00950.t1} : a948 {00949.f} {00950.p1} -> {00950.p3} 
+tr {00950.e} {00950.p6} {00950.p3} -> {00950.p4-eats} 
+tr {00950.t} {00950.p2-thinks} -> {00950.p1} {00950.p5} 
+tr {00950.t0|00951.t4} : b949 {00951.p4-eats} -> {00950.f} {00951.f} {00951.p2-thinks} 
+tr {00950.t2} {00950.f} {00950.p5} -> {00950.p6} 
+tr {00950.t3|00951.t1} : a949 {00950.f} {00951.p1} -> {00951.p3} 
+tr {00951.e} {00951.p6} {00951.p3} -> {00951.p4-eats} 
+tr {00951.t} {00951.p2-thinks} -> {00951.p1} {00951.p5} 
+tr {00951.t0|00952.t4} : b950 {00952.p4-eats} -> {00951.f} {00952.f} {00952.p2-thinks} 
+tr {00951.t2} {00951.f} {00951.p5} -> {00951.p6} 
+tr {00951.t3|00952.t1} : a950 {00951.f} {00952.p1} -> {00952.p3} 
+tr {00952.e} {00952.p6} {00952.p3} -> {00952.p4-eats} 
+tr {00952.t} {00952.p2-thinks} -> {00952.p1} {00952.p5} 
+tr {00952.t0|00953.t4} : b951 {00953.p4-eats} -> {00952.f} {00953.f} {00953.p2-thinks} 
+tr {00952.t2} {00952.f} {00952.p5} -> {00952.p6} 
+tr {00952.t3|00953.t1} : a951 {00952.f} {00953.p1} -> {00953.p3} 
+tr {00953.e} {00953.p6} {00953.p3} -> {00953.p4-eats} 
+tr {00953.t} {00953.p2-thinks} -> {00953.p1} {00953.p5} 
+tr {00953.t0|00954.t4} : b952 {00954.p4-eats} -> {00953.f} {00954.f} {00954.p2-thinks} 
+tr {00953.t2} {00953.f} {00953.p5} -> {00953.p6} 
+tr {00953.t3|00954.t1} : a952 {00953.f} {00954.p1} -> {00954.p3} 
+tr {00954.e} {00954.p6} {00954.p3} -> {00954.p4-eats} 
+tr {00954.t} {00954.p2-thinks} -> {00954.p1} {00954.p5} 
+tr {00954.t0|00955.t4} : b953 {00955.p4-eats} -> {00954.f} {00955.f} {00955.p2-thinks} 
+tr {00954.t2} {00954.f} {00954.p5} -> {00954.p6} 
+tr {00954.t3|00955.t1} : a953 {00954.f} {00955.p1} -> {00955.p3} 
+tr {00955.e} {00955.p6} {00955.p3} -> {00955.p4-eats} 
+tr {00955.t} {00955.p2-thinks} -> {00955.p1} {00955.p5} 
+tr {00955.t0|00956.t4} : b954 {00956.p4-eats} -> {00955.f} {00956.f} {00956.p2-thinks} 
+tr {00955.t2} {00955.f} {00955.p5} -> {00955.p6} 
+tr {00955.t3|00956.t1} : a954 {00955.f} {00956.p1} -> {00956.p3} 
+tr {00956.e} {00956.p6} {00956.p3} -> {00956.p4-eats} 
+tr {00956.t} {00956.p2-thinks} -> {00956.p1} {00956.p5} 
+tr {00956.t0|00957.t4} : b955 {00957.p4-eats} -> {00956.f} {00957.f} {00957.p2-thinks} 
+tr {00956.t2} {00956.f} {00956.p5} -> {00956.p6} 
+tr {00956.t3|00957.t1} : a955 {00956.f} {00957.p1} -> {00957.p3} 
+tr {00957.e} {00957.p6} {00957.p3} -> {00957.p4-eats} 
+tr {00957.t} {00957.p2-thinks} -> {00957.p1} {00957.p5} 
+tr {00957.t0|00958.t4} : b956 {00958.p4-eats} -> {00957.f} {00958.f} {00958.p2-thinks} 
+tr {00957.t2} {00957.f} {00957.p5} -> {00957.p6} 
+tr {00957.t3|00958.t1} : a956 {00957.f} {00958.p1} -> {00958.p3} 
+tr {00958.e} {00958.p6} {00958.p3} -> {00958.p4-eats} 
+tr {00958.t} {00958.p2-thinks} -> {00958.p1} {00958.p5} 
+tr {00958.t0|00959.t4} : b957 {00959.p4-eats} -> {00958.f} {00959.f} {00959.p2-thinks} 
+tr {00958.t2} {00958.f} {00958.p5} -> {00958.p6} 
+tr {00958.t3|00959.t1} : a957 {00958.f} {00959.p1} -> {00959.p3} 
+tr {00959.e} {00959.p6} {00959.p3} -> {00959.p4-eats} 
+tr {00959.t} {00959.p2-thinks} -> {00959.p1} {00959.p5} 
+tr {00959.t0|00960.t4} : b958 {00960.p4-eats} -> {00959.f} {00960.f} {00960.p2-thinks} 
+tr {00959.t2} {00959.f} {00959.p5} -> {00959.p6} 
+tr {00959.t3|00960.t1} : a958 {00959.f} {00960.p1} -> {00960.p3} 
+tr {00960.e} {00960.p6} {00960.p3} -> {00960.p4-eats} 
+tr {00960.t} {00960.p2-thinks} -> {00960.p1} {00960.p5} 
+tr {00960.t0|00961.t4} : b959 {00961.p4-eats} -> {00960.f} {00961.f} {00961.p2-thinks} 
+tr {00960.t2} {00960.f} {00960.p5} -> {00960.p6} 
+tr {00960.t3|00961.t1} : a959 {00960.f} {00961.p1} -> {00961.p3} 
+tr {00961.e} {00961.p6} {00961.p3} -> {00961.p4-eats} 
+tr {00961.t} {00961.p2-thinks} -> {00961.p1} {00961.p5} 
+tr {00961.t0|00962.t4} : b960 {00962.p4-eats} -> {00961.f} {00962.f} {00962.p2-thinks} 
+tr {00961.t2} {00961.f} {00961.p5} -> {00961.p6} 
+tr {00961.t3|00962.t1} : a960 {00961.f} {00962.p1} -> {00962.p3} 
+tr {00962.e} {00962.p6} {00962.p3} -> {00962.p4-eats} 
+tr {00962.t} {00962.p2-thinks} -> {00962.p1} {00962.p5} 
+tr {00962.t0|00963.t4} : b961 {00963.p4-eats} -> {00962.f} {00963.f} {00963.p2-thinks} 
+tr {00962.t2} {00962.f} {00962.p5} -> {00962.p6} 
+tr {00962.t3|00963.t1} : a961 {00962.f} {00963.p1} -> {00963.p3} 
+tr {00963.e} {00963.p6} {00963.p3} -> {00963.p4-eats} 
+tr {00963.t} {00963.p2-thinks} -> {00963.p1} {00963.p5} 
+tr {00963.t0|00964.t4} : b962 {00964.p4-eats} -> {00963.f} {00964.f} {00964.p2-thinks} 
+tr {00963.t2} {00963.f} {00963.p5} -> {00963.p6} 
+tr {00963.t3|00964.t1} : a962 {00963.f} {00964.p1} -> {00964.p3} 
+tr {00964.e} {00964.p6} {00964.p3} -> {00964.p4-eats} 
+tr {00964.t} {00964.p2-thinks} -> {00964.p1} {00964.p5} 
+tr {00964.t0|00965.t4} : b963 {00965.p4-eats} -> {00964.f} {00965.f} {00965.p2-thinks} 
+tr {00964.t2} {00964.f} {00964.p5} -> {00964.p6} 
+tr {00964.t3|00965.t1} : a963 {00964.f} {00965.p1} -> {00965.p3} 
+tr {00965.e} {00965.p6} {00965.p3} -> {00965.p4-eats} 
+tr {00965.t} {00965.p2-thinks} -> {00965.p1} {00965.p5} 
+tr {00965.t0|00966.t4} : b964 {00966.p4-eats} -> {00965.f} {00966.f} {00966.p2-thinks} 
+tr {00965.t2} {00965.f} {00965.p5} -> {00965.p6} 
+tr {00965.t3|00966.t1} : a964 {00965.f} {00966.p1} -> {00966.p3} 
+tr {00966.e} {00966.p6} {00966.p3} -> {00966.p4-eats} 
+tr {00966.t} {00966.p2-thinks} -> {00966.p1} {00966.p5} 
+tr {00966.t0|00967.t4} : b965 {00967.p4-eats} -> {00966.f} {00967.f} {00967.p2-thinks} 
+tr {00966.t2} {00966.f} {00966.p5} -> {00966.p6} 
+tr {00966.t3|00967.t1} : a965 {00966.f} {00967.p1} -> {00967.p3} 
+tr {00967.e} {00967.p6} {00967.p3} -> {00967.p4-eats} 
+tr {00967.t} {00967.p2-thinks} -> {00967.p1} {00967.p5} 
+tr {00967.t0|00968.t4} : b966 {00968.p4-eats} -> {00967.f} {00968.f} {00968.p2-thinks} 
+tr {00967.t2} {00967.f} {00967.p5} -> {00967.p6} 
+tr {00967.t3|00968.t1} : a966 {00967.f} {00968.p1} -> {00968.p3} 
+tr {00968.e} {00968.p6} {00968.p3} -> {00968.p4-eats} 
+tr {00968.t} {00968.p2-thinks} -> {00968.p1} {00968.p5} 
+tr {00968.t0|00969.t4} : b967 {00969.p4-eats} -> {00968.f} {00969.f} {00969.p2-thinks} 
+tr {00968.t2} {00968.f} {00968.p5} -> {00968.p6} 
+tr {00968.t3|00969.t1} : a967 {00968.f} {00969.p1} -> {00969.p3} 
+tr {00969.e} {00969.p6} {00969.p3} -> {00969.p4-eats} 
+tr {00969.t} {00969.p2-thinks} -> {00969.p1} {00969.p5} 
+tr {00969.t0|00970.t4} : b968 {00970.p4-eats} -> {00969.f} {00970.f} {00970.p2-thinks} 
+tr {00969.t2} {00969.f} {00969.p5} -> {00969.p6} 
+tr {00969.t3|00970.t1} : a968 {00969.f} {00970.p1} -> {00970.p3} 
+tr {00970.e} {00970.p6} {00970.p3} -> {00970.p4-eats} 
+tr {00970.t} {00970.p2-thinks} -> {00970.p1} {00970.p5} 
+tr {00970.t0|00971.t4} : b969 {00971.p4-eats} -> {00970.f} {00971.f} {00971.p2-thinks} 
+tr {00970.t2} {00970.f} {00970.p5} -> {00970.p6} 
+tr {00970.t3|00971.t1} : a969 {00970.f} {00971.p1} -> {00971.p3} 
+tr {00971.e} {00971.p6} {00971.p3} -> {00971.p4-eats} 
+tr {00971.t} {00971.p2-thinks} -> {00971.p1} {00971.p5} 
+tr {00971.t0|00972.t4} : b970 {00972.p4-eats} -> {00971.f} {00972.f} {00972.p2-thinks} 
+tr {00971.t2} {00971.f} {00971.p5} -> {00971.p6} 
+tr {00971.t3|00972.t1} : a970 {00971.f} {00972.p1} -> {00972.p3} 
+tr {00972.e} {00972.p6} {00972.p3} -> {00972.p4-eats} 
+tr {00972.t} {00972.p2-thinks} -> {00972.p1} {00972.p5} 
+tr {00972.t0|00973.t4} : b971 {00973.p4-eats} -> {00972.f} {00973.f} {00973.p2-thinks} 
+tr {00972.t2} {00972.f} {00972.p5} -> {00972.p6} 
+tr {00972.t3|00973.t1} : a971 {00972.f} {00973.p1} -> {00973.p3} 
+tr {00973.e} {00973.p6} {00973.p3} -> {00973.p4-eats} 
+tr {00973.t} {00973.p2-thinks} -> {00973.p1} {00973.p5} 
+tr {00973.t0|00974.t4} : b972 {00974.p4-eats} -> {00973.f} {00974.f} {00974.p2-thinks} 
+tr {00973.t2} {00973.f} {00973.p5} -> {00973.p6} 
+tr {00973.t3|00974.t1} : a972 {00973.f} {00974.p1} -> {00974.p3} 
+tr {00974.e} {00974.p6} {00974.p3} -> {00974.p4-eats} 
+tr {00974.t} {00974.p2-thinks} -> {00974.p1} {00974.p5} 
+tr {00974.t0|00975.t4} : b973 {00975.p4-eats} -> {00974.f} {00975.f} {00975.p2-thinks} 
+tr {00974.t2} {00974.f} {00974.p5} -> {00974.p6} 
+tr {00974.t3|00975.t1} : a973 {00974.f} {00975.p1} -> {00975.p3} 
+tr {00975.e} {00975.p6} {00975.p3} -> {00975.p4-eats} 
+tr {00975.t} {00975.p2-thinks} -> {00975.p1} {00975.p5} 
+tr {00975.t0|00976.t4} : b974 {00976.p4-eats} -> {00975.f} {00976.f} {00976.p2-thinks} 
+tr {00975.t2} {00975.f} {00975.p5} -> {00975.p6} 
+tr {00975.t3|00976.t1} : a974 {00975.f} {00976.p1} -> {00976.p3} 
+tr {00976.e} {00976.p6} {00976.p3} -> {00976.p4-eats} 
+tr {00976.t} {00976.p2-thinks} -> {00976.p1} {00976.p5} 
+tr {00976.t0|00977.t4} : b975 {00977.p4-eats} -> {00976.f} {00977.f} {00977.p2-thinks} 
+tr {00976.t2} {00976.f} {00976.p5} -> {00976.p6} 
+tr {00976.t3|00977.t1} : a975 {00976.f} {00977.p1} -> {00977.p3} 
+tr {00977.e} {00977.p6} {00977.p3} -> {00977.p4-eats} 
+tr {00977.t} {00977.p2-thinks} -> {00977.p1} {00977.p5} 
+tr {00977.t0|00978.t4} : b976 {00978.p4-eats} -> {00977.f} {00978.f} {00978.p2-thinks} 
+tr {00977.t2} {00977.f} {00977.p5} -> {00977.p6} 
+tr {00977.t3|00978.t1} : a976 {00977.f} {00978.p1} -> {00978.p3} 
+tr {00978.e} {00978.p6} {00978.p3} -> {00978.p4-eats} 
+tr {00978.t} {00978.p2-thinks} -> {00978.p1} {00978.p5} 
+tr {00978.t0|00979.t4} : b977 {00979.p4-eats} -> {00978.f} {00979.f} {00979.p2-thinks} 
+tr {00978.t2} {00978.f} {00978.p5} -> {00978.p6} 
+tr {00978.t3|00979.t1} : a977 {00978.f} {00979.p1} -> {00979.p3} 
+tr {00979.e} {00979.p6} {00979.p3} -> {00979.p4-eats} 
+tr {00979.t} {00979.p2-thinks} -> {00979.p1} {00979.p5} 
+tr {00979.t0|00980.t4} : b978 {00980.p4-eats} -> {00979.f} {00980.f} {00980.p2-thinks} 
+tr {00979.t2} {00979.f} {00979.p5} -> {00979.p6} 
+tr {00979.t3|00980.t1} : a978 {00979.f} {00980.p1} -> {00980.p3} 
+tr {00980.e} {00980.p6} {00980.p3} -> {00980.p4-eats} 
+tr {00980.t} {00980.p2-thinks} -> {00980.p1} {00980.p5} 
+tr {00980.t0|00981.t4} : b979 {00981.p4-eats} -> {00980.f} {00981.f} {00981.p2-thinks} 
+tr {00980.t2} {00980.f} {00980.p5} -> {00980.p6} 
+tr {00980.t3|00981.t1} : a979 {00980.f} {00981.p1} -> {00981.p3} 
+tr {00981.e} {00981.p6} {00981.p3} -> {00981.p4-eats} 
+tr {00981.t} {00981.p2-thinks} -> {00981.p1} {00981.p5} 
+tr {00981.t0|00982.t4} : b980 {00982.p4-eats} -> {00981.f} {00982.f} {00982.p2-thinks} 
+tr {00981.t2} {00981.f} {00981.p5} -> {00981.p6} 
+tr {00981.t3|00982.t1} : a980 {00981.f} {00982.p1} -> {00982.p3} 
+tr {00982.e} {00982.p6} {00982.p3} -> {00982.p4-eats} 
+tr {00982.t} {00982.p2-thinks} -> {00982.p1} {00982.p5} 
+tr {00982.t0|00983.t4} : b981 {00983.p4-eats} -> {00982.f} {00983.f} {00983.p2-thinks} 
+tr {00982.t2} {00982.f} {00982.p5} -> {00982.p6} 
+tr {00982.t3|00983.t1} : a981 {00982.f} {00983.p1} -> {00983.p3} 
+tr {00983.e} {00983.p6} {00983.p3} -> {00983.p4-eats} 
+tr {00983.t} {00983.p2-thinks} -> {00983.p1} {00983.p5} 
+tr {00983.t0|00984.t4} : b982 {00984.p4-eats} -> {00983.f} {00984.f} {00984.p2-thinks} 
+tr {00983.t2} {00983.f} {00983.p5} -> {00983.p6} 
+tr {00983.t3|00984.t1} : a982 {00983.f} {00984.p1} -> {00984.p3} 
+tr {00984.e} {00984.p6} {00984.p3} -> {00984.p4-eats} 
+tr {00984.t} {00984.p2-thinks} -> {00984.p1} {00984.p5} 
+tr {00984.t0|00985.t4} : b983 {00985.p4-eats} -> {00984.f} {00985.f} {00985.p2-thinks} 
+tr {00984.t2} {00984.f} {00984.p5} -> {00984.p6} 
+tr {00984.t3|00985.t1} : a983 {00984.f} {00985.p1} -> {00985.p3} 
+tr {00985.e} {00985.p6} {00985.p3} -> {00985.p4-eats} 
+tr {00985.t} {00985.p2-thinks} -> {00985.p1} {00985.p5} 
+tr {00985.t0|00986.t4} : b984 {00986.p4-eats} -> {00985.f} {00986.f} {00986.p2-thinks} 
+tr {00985.t2} {00985.f} {00985.p5} -> {00985.p6} 
+tr {00985.t3|00986.t1} : a984 {00985.f} {00986.p1} -> {00986.p3} 
+tr {00986.e} {00986.p6} {00986.p3} -> {00986.p4-eats} 
+tr {00986.t} {00986.p2-thinks} -> {00986.p1} {00986.p5} 
+tr {00986.t0|00987.t4} : b985 {00987.p4-eats} -> {00986.f} {00987.f} {00987.p2-thinks} 
+tr {00986.t2} {00986.f} {00986.p5} -> {00986.p6} 
+tr {00986.t3|00987.t1} : a985 {00986.f} {00987.p1} -> {00987.p3} 
+tr {00987.e} {00987.p6} {00987.p3} -> {00987.p4-eats} 
+tr {00987.t} {00987.p2-thinks} -> {00987.p1} {00987.p5} 
+tr {00987.t0|00988.t4} : b986 {00988.p4-eats} -> {00987.f} {00988.f} {00988.p2-thinks} 
+tr {00987.t2} {00987.f} {00987.p5} -> {00987.p6} 
+tr {00987.t3|00988.t1} : a986 {00987.f} {00988.p1} -> {00988.p3} 
+tr {00988.e} {00988.p6} {00988.p3} -> {00988.p4-eats} 
+tr {00988.t} {00988.p2-thinks} -> {00988.p1} {00988.p5} 
+tr {00988.t0|00989.t4} : b987 {00989.p4-eats} -> {00988.f} {00989.f} {00989.p2-thinks} 
+tr {00988.t2} {00988.f} {00988.p5} -> {00988.p6} 
+tr {00988.t3|00989.t1} : a987 {00988.f} {00989.p1} -> {00989.p3} 
+tr {00989.e} {00989.p6} {00989.p3} -> {00989.p4-eats} 
+tr {00989.t} {00989.p2-thinks} -> {00989.p1} {00989.p5} 
+tr {00989.t0|00990.t4} : b988 {00990.p4-eats} -> {00989.f} {00990.f} {00990.p2-thinks} 
+tr {00989.t2} {00989.f} {00989.p5} -> {00989.p6} 
+tr {00989.t3|00990.t1} : a988 {00989.f} {00990.p1} -> {00990.p3} 
+tr {00990.e} {00990.p6} {00990.p3} -> {00990.p4-eats} 
+tr {00990.t} {00990.p2-thinks} -> {00990.p1} {00990.p5} 
+tr {00990.t0|00991.t4} : b989 {00991.p4-eats} -> {00990.f} {00991.f} {00991.p2-thinks} 
+tr {00990.t2} {00990.f} {00990.p5} -> {00990.p6} 
+tr {00990.t3|00991.t1} : a989 {00990.f} {00991.p1} -> {00991.p3} 
+tr {00991.e} {00991.p6} {00991.p3} -> {00991.p4-eats} 
+tr {00991.t} {00991.p2-thinks} -> {00991.p1} {00991.p5} 
+tr {00991.t0|00992.t4} : b990 {00992.p4-eats} -> {00991.f} {00992.f} {00992.p2-thinks} 
+tr {00991.t2} {00991.f} {00991.p5} -> {00991.p6} 
+tr {00991.t3|00992.t1} : a990 {00991.f} {00992.p1} -> {00992.p3} 
+tr {00992.e} {00992.p6} {00992.p3} -> {00992.p4-eats} 
+tr {00992.t} {00992.p2-thinks} -> {00992.p1} {00992.p5} 
+tr {00992.t0|00993.t4} : b991 {00993.p4-eats} -> {00992.f} {00993.f} {00993.p2-thinks} 
+tr {00992.t2} {00992.f} {00992.p5} -> {00992.p6} 
+tr {00992.t3|00993.t1} : a991 {00992.f} {00993.p1} -> {00993.p3} 
+tr {00993.e} {00993.p6} {00993.p3} -> {00993.p4-eats} 
+tr {00993.t} {00993.p2-thinks} -> {00993.p1} {00993.p5} 
+tr {00993.t0|00994.t4} : b992 {00994.p4-eats} -> {00993.f} {00994.f} {00994.p2-thinks} 
+tr {00993.t2} {00993.f} {00993.p5} -> {00993.p6} 
+tr {00993.t3|00994.t1} : a992 {00993.f} {00994.p1} -> {00994.p3} 
+tr {00994.e} {00994.p6} {00994.p3} -> {00994.p4-eats} 
+tr {00994.t} {00994.p2-thinks} -> {00994.p1} {00994.p5} 
+tr {00994.t0|00995.t4} : b993 {00995.p4-eats} -> {00994.f} {00995.f} {00995.p2-thinks} 
+tr {00994.t2} {00994.f} {00994.p5} -> {00994.p6} 
+tr {00994.t3|00995.t1} : a993 {00994.f} {00995.p1} -> {00995.p3} 
+tr {00995.e} {00995.p6} {00995.p3} -> {00995.p4-eats} 
+tr {00995.t} {00995.p2-thinks} -> {00995.p1} {00995.p5} 
+tr {00995.t0|00996.t4} : b994 {00996.p4-eats} -> {00995.f} {00996.f} {00996.p2-thinks} 
+tr {00995.t2} {00995.f} {00995.p5} -> {00995.p6} 
+tr {00995.t3|00996.t1} : a994 {00995.f} {00996.p1} -> {00996.p3} 
+tr {00996.e} {00996.p6} {00996.p3} -> {00996.p4-eats} 
+tr {00996.t} {00996.p2-thinks} -> {00996.p1} {00996.p5} 
+tr {00996.t0|00997.t4} : b995 {00997.p4-eats} -> {00996.f} {00997.f} {00997.p2-thinks} 
+tr {00996.t2} {00996.f} {00996.p5} -> {00996.p6} 
+tr {00996.t3|00997.t1} : a995 {00996.f} {00997.p1} -> {00997.p3} 
+tr {00997.e} {00997.p6} {00997.p3} -> {00997.p4-eats} 
+tr {00997.t} {00997.p2-thinks} -> {00997.p1} {00997.p5} 
+tr {00997.t0|00998.t4} : b996 {00998.p4-eats} -> {00997.f} {00998.f} {00998.p2-thinks} 
+tr {00997.t2} {00997.f} {00997.p5} -> {00997.p6} 
+tr {00997.t3|00998.t1} : a996 {00997.f} {00998.p1} -> {00998.p3} 
+tr {00998.e} {00998.p6} {00998.p3} -> {00998.p4-eats} 
+tr {00998.t} {00998.p2-thinks} -> {00998.p1} {00998.p5} 
+tr {00998.t0|00999.t4} : b997 {00999.p4-eats} -> {00998.f} {00999.f} {00999.p2-thinks} 
+tr {00998.t2} {00998.f} {00998.p5} -> {00998.p6} 
+tr {00998.t3|00999.t1} : a997 {00998.f} {00999.p1} -> {00999.p3} 
+tr {00999.e} {00999.p6} {00999.p3} -> {00999.p4-eats} 
+tr {00999.t} {00999.p2-thinks} -> {00999.p1} {00999.p5} 
+tr {00999.t0|01000.t4} : b998 {01000.p4-eats} -> {00999.f} {01000.f} {01000.p2-thinks} 
+tr {00999.t2} {00999.f} {00999.p5} -> {00999.p6} 
+tr {00999.t3|01000.t1} : a998 {00999.f} {01000.p1} -> {01000.p3} 
+tr {01000.e} {01000.p6} {01000.p3} -> {01000.p4-eats} 
+tr {01000.t} {01000.p2-thinks} -> {01000.p1} {01000.p5} 
+tr {01000.t0|01001.t4} : b999 {01001.p4-eats} -> {01000.f} {01001.f} {01001.p2-thinks} 
+tr {01000.t2} {01000.f} {01000.p5} -> {01000.p6} 
+tr {01000.t3|01001.t1} : a999 {01000.f} {01001.p1} -> {01001.p3} 
+tr {01001.e} {01001.p6} {01001.p3} -> {01001.p4-eats} 
+tr {01001.t} {01001.p2-thinks} -> {01001.p1} {01001.p5} 
+tr {01001.t0|01002.t4} : b1000 {01002.p4-eats} -> {01001.f} {01002.f} {01002.p2-thinks} 
+tr {01001.t2} {01001.f} {01001.p5} -> {01001.p6} 
+tr {01001.t3|01002.t1} : a1000 {01001.f} {01002.p1} -> {01002.p3} 
+tr {01002.e} {01002.p6} {01002.p3} -> {01002.p4-eats} 
+tr {01002.t} {01002.p2-thinks} -> {01002.p1} {01002.p5} 
+tr {01002.t0|01003.t4} : b1001 {01003.p4-eats} -> {01002.f} {01003.f} {01003.p2-thinks} 
+tr {01002.t2} {01002.f} {01002.p5} -> {01002.p6} 
+tr {01002.t3|01003.t1} : a1001 {01002.f} {01003.p1} -> {01003.p3} 
+tr {01003.e} {01003.p6} {01003.p3} -> {01003.p4-eats} 
+tr {01003.t} {01003.p2-thinks} -> {01003.p1} {01003.p5} 
+tr {01003.t0|01004.t4} : b1002 {01004.p4-eats} -> {01003.f} {01004.f} {01004.p2-thinks} 
+tr {01003.t2} {01003.f} {01003.p5} -> {01003.p6} 
+tr {01003.t3|01004.t1} : a1002 {01003.f} {01004.p1} -> {01004.p3} 
+tr {01004.e} {01004.p6} {01004.p3} -> {01004.p4-eats} 
+tr {01004.t} {01004.p2-thinks} -> {01004.p1} {01004.p5} 
+tr {01004.t0|01005.t4} : b1003 {01005.p4-eats} -> {01004.f} {01005.f} {01005.p2-thinks} 
+tr {01004.t2} {01004.f} {01004.p5} -> {01004.p6} 
+tr {01004.t3|01005.t1} : a1003 {01004.f} {01005.p1} -> {01005.p3} 
+tr {01005.e} {01005.p6} {01005.p3} -> {01005.p4-eats} 
+tr {01005.t} {01005.p2-thinks} -> {01005.p1} {01005.p5} 
+tr {01005.t0|01006.t4} : b1004 {01006.p4-eats} -> {01005.f} {01006.f} {01006.p2-thinks} 
+tr {01005.t2} {01005.f} {01005.p5} -> {01005.p6} 
+tr {01005.t3|01006.t1} : a1004 {01005.f} {01006.p1} -> {01006.p3} 
+tr {01006.e} {01006.p6} {01006.p3} -> {01006.p4-eats} 
+tr {01006.t} {01006.p2-thinks} -> {01006.p1} {01006.p5} 
+tr {01006.t0|01007.t4} : b1005 {01007.p4-eats} -> {01006.f} {01007.f} {01007.p2-thinks} 
+tr {01006.t2} {01006.f} {01006.p5} -> {01006.p6} 
+tr {01006.t3|01007.t1} : a1005 {01006.f} {01007.p1} -> {01007.p3} 
+tr {01007.e} {01007.p6} {01007.p3} -> {01007.p4-eats} 
+tr {01007.t} {01007.p2-thinks} -> {01007.p1} {01007.p5} 
+tr {01007.t0|01008.t4} : b1006 {01008.p4-eats} -> {01007.f} {01008.f} {01008.p2-thinks} 
+tr {01007.t2} {01007.f} {01007.p5} -> {01007.p6} 
+tr {01007.t3|01008.t1} : a1006 {01007.f} {01008.p1} -> {01008.p3} 
+tr {01008.e} {01008.p6} {01008.p3} -> {01008.p4-eats} 
+tr {01008.t} {01008.p2-thinks} -> {01008.p1} {01008.p5} 
+tr {01008.t0|01009.t4} : b1007 {01009.p4-eats} -> {01008.f} {01009.f} {01009.p2-thinks} 
+tr {01008.t2} {01008.f} {01008.p5} -> {01008.p6} 
+tr {01008.t3|01009.t1} : a1007 {01008.f} {01009.p1} -> {01009.p3} 
+tr {01009.e} {01009.p6} {01009.p3} -> {01009.p4-eats} 
+tr {01009.t} {01009.p2-thinks} -> {01009.p1} {01009.p5} 
+tr {01009.t0|01010.t4} : b1008 {01010.p4-eats} -> {01009.f} {01010.f} {01010.p2-thinks} 
+tr {01009.t2} {01009.f} {01009.p5} -> {01009.p6} 
+tr {01009.t3|01010.t1} : a1008 {01009.f} {01010.p1} -> {01010.p3} 
+tr {01010.e} {01010.p6} {01010.p3} -> {01010.p4-eats} 
+tr {01010.t} {01010.p2-thinks} -> {01010.p1} {01010.p5} 
+tr {01010.t0|01011.t4} : b1009 {01011.p4-eats} -> {01010.f} {01011.f} {01011.p2-thinks} 
+tr {01010.t2} {01010.f} {01010.p5} -> {01010.p6} 
+tr {01010.t3|01011.t1} : a1009 {01010.f} {01011.p1} -> {01011.p3} 
+tr {01011.e} {01011.p6} {01011.p3} -> {01011.p4-eats} 
+tr {01011.t} {01011.p2-thinks} -> {01011.p1} {01011.p5} 
+tr {01011.t0|01012.t4} : b1010 {01012.p4-eats} -> {01011.f} {01012.f} {01012.p2-thinks} 
+tr {01011.t2} {01011.f} {01011.p5} -> {01011.p6} 
+tr {01011.t3|01012.t1} : a1010 {01011.f} {01012.p1} -> {01012.p3} 
+tr {01012.e} {01012.p6} {01012.p3} -> {01012.p4-eats} 
+tr {01012.t} {01012.p2-thinks} -> {01012.p1} {01012.p5} 
+tr {01012.t0|01013.t4} : b1011 {01013.p4-eats} -> {01012.f} {01013.f} {01013.p2-thinks} 
+tr {01012.t2} {01012.f} {01012.p5} -> {01012.p6} 
+tr {01012.t3|01013.t1} : a1011 {01012.f} {01013.p1} -> {01013.p3} 
+tr {01013.e} {01013.p6} {01013.p3} -> {01013.p4-eats} 
+tr {01013.t} {01013.p2-thinks} -> {01013.p1} {01013.p5} 
+tr {01013.t0|01014.t4} : b1012 {01014.p4-eats} -> {01013.f} {01014.f} {01014.p2-thinks} 
+tr {01013.t2} {01013.f} {01013.p5} -> {01013.p6} 
+tr {01013.t3|01014.t1} : a1012 {01013.f} {01014.p1} -> {01014.p3} 
+tr {01014.e} {01014.p6} {01014.p3} -> {01014.p4-eats} 
+tr {01014.t} {01014.p2-thinks} -> {01014.p1} {01014.p5} 
+tr {01014.t0|01015.t4} : b1013 {01015.p4-eats} -> {01014.f} {01015.f} {01015.p2-thinks} 
+tr {01014.t2} {01014.f} {01014.p5} -> {01014.p6} 
+tr {01014.t3|01015.t1} : a1013 {01014.f} {01015.p1} -> {01015.p3} 
+tr {01015.e} {01015.p6} {01015.p3} -> {01015.p4-eats} 
+tr {01015.t} {01015.p2-thinks} -> {01015.p1} {01015.p5} 
+tr {01015.t0|01016.t4} : b1014 {01016.p4-eats} -> {01015.f} {01016.f} {01016.p2-thinks} 
+tr {01015.t2} {01015.f} {01015.p5} -> {01015.p6} 
+tr {01015.t3|01016.t1} : a1014 {01015.f} {01016.p1} -> {01016.p3} 
+tr {01016.e} {01016.p6} {01016.p3} -> {01016.p4-eats} 
+tr {01016.t} {01016.p2-thinks} -> {01016.p1} {01016.p5} 
+tr {01016.t0|01017.t4} : b1015 {01017.p4-eats} -> {01016.f} {01017.f} {01017.p2-thinks} 
+tr {01016.t2} {01016.f} {01016.p5} -> {01016.p6} 
+tr {01016.t3|01017.t1} : a1015 {01016.f} {01017.p1} -> {01017.p3} 
+tr {01017.e} {01017.p6} {01017.p3} -> {01017.p4-eats} 
+tr {01017.t} {01017.p2-thinks} -> {01017.p1} {01017.p5} 
+tr {01017.t0|01018.t4} : b1016 {01018.p4-eats} -> {01017.f} {01018.f} {01018.p2-thinks} 
+tr {01017.t2} {01017.f} {01017.p5} -> {01017.p6} 
+tr {01017.t3|01018.t1} : a1016 {01017.f} {01018.p1} -> {01018.p3} 
+tr {01018.e} {01018.p6} {01018.p3} -> {01018.p4-eats} 
+tr {01018.t} {01018.p2-thinks} -> {01018.p1} {01018.p5} 
+tr {01018.t0|01019.t4} : b1017 {01019.p4-eats} -> {01018.f} {01019.f} {01019.p2-thinks} 
+tr {01018.t2} {01018.f} {01018.p5} -> {01018.p6} 
+tr {01018.t3|01019.t1} : a1017 {01018.f} {01019.p1} -> {01019.p3} 
+tr {01019.e} {01019.p6} {01019.p3} -> {01019.p4-eats} 
+tr {01019.t} {01019.p2-thinks} -> {01019.p1} {01019.p5} 
+tr {01019.t0|01020.t4} : b1018 {01020.p4-eats} -> {01019.f} {01020.f} {01020.p2-thinks} 
+tr {01019.t2} {01019.f} {01019.p5} -> {01019.p6} 
+tr {01019.t3|01020.t1} : a1018 {01019.f} {01020.p1} -> {01020.p3} 
+tr {01020.e} {01020.p6} {01020.p3} -> {01020.p4-eats} 
+tr {01020.t} {01020.p2-thinks} -> {01020.p1} {01020.p5} 
+tr {01020.t0|01021.t4} : b1019 {01021.p4-eats} -> {01020.f} {01021.f} {01021.p2-thinks} 
+tr {01020.t2} {01020.f} {01020.p5} -> {01020.p6} 
+tr {01020.t3|01021.t1} : a1019 {01020.f} {01021.p1} -> {01021.p3} 
+tr {01021.e} {01021.p6} {01021.p3} -> {01021.p4-eats} 
+tr {01021.t} {01021.p2-thinks} -> {01021.p1} {01021.p5} 
+tr {01021.t0|01022.t4} : b1020 {01022.p4-eats} -> {01021.f} {01022.f} {01022.p2-thinks} 
+tr {01021.t2} {01021.f} {01021.p5} -> {01021.p6} 
+tr {01021.t3|01022.t1} : a1020 {01021.f} {01022.p1} -> {01022.p3} 
+tr {01022.e} {01022.p6} {01022.p3} -> {01022.p4-eats} 
+tr {01022.t} {01022.p2-thinks} -> {01022.p1} {01022.p5} 
+tr {01022.t0|01023.t4} : b1021 {01023.p4-eats} -> {01022.f} {01023.f} {01023.p2-thinks} 
+tr {01022.t2} {01022.f} {01022.p5} -> {01022.p6} 
+tr {01022.t3|01023.t1} : a1021 {01022.f} {01023.p1} -> {01023.p3} 
+tr {01023.e} {01023.p6} {01023.p3} -> {01023.p4-eats} 
+tr {01023.t} {01023.p2-thinks} -> {01023.p1} {01023.p5} 
+tr {01023.t0|01024.t4} : b1022 {01024.p4-eats} -> {01023.f} {01024.f} {01024.p2-thinks} 
+tr {01023.t2} {01023.f} {01023.p5} -> {01023.p6} 
+tr {01023.t3|01024.t1} : a1022 {01023.f} {01024.p1} -> {01024.p3} 
+tr {01024.e} {01024.p6} {01024.p3} -> {01024.p4-eats} 
+tr {01024.t} {01024.p2-thinks} -> {01024.p1} {01024.p5} 
+tr {01024.t0|01025.t4} : b1023 {01025.p4-eats} -> {01024.f} {01025.f} {01025.p2-thinks} 
+tr {01024.t2} {01024.f} {01024.p5} -> {01024.p6} 
+tr {01024.t3|01025.t1} : a1023 {01024.f} {01025.p1} -> {01025.p3} 
+tr {01025.e} {01025.p6} {01025.p3} -> {01025.p4-eats} 
+tr {01025.t} {01025.p2-thinks} -> {01025.p1} {01025.p5} 
+tr {01025.t0|01026.t4} : b1024 {01026.p4-eats} -> {01025.f} {01026.f} {01026.p2-thinks} 
+tr {01025.t2} {01025.f} {01025.p5} -> {01025.p6} 
+tr {01025.t3|01026.t1} : a1024 {01025.f} {01026.p1} -> {01026.p3} 
+tr {01026.e} {01026.p6} {01026.p3} -> {01026.p4-eats} 
+tr {01026.t} {01026.p2-thinks} -> {01026.p1} {01026.p5} 
+tr {01026.t0|01027.t4} : b1025 {01027.p4-eats} -> {01026.f} {01027.f} {01027.p2-thinks} 
+tr {01026.t2} {01026.f} {01026.p5} -> {01026.p6} 
+tr {01026.t3|01027.t1} : a1025 {01026.f} {01027.p1} -> {01027.p3} 
+tr {01027.e} {01027.p6} {01027.p3} -> {01027.p4-eats} 
+tr {01027.t} {01027.p2-thinks} -> {01027.p1} {01027.p5} 
+tr {01027.t0|01028.t4} : b1026 {01028.p4-eats} -> {01027.f} {01028.f} {01028.p2-thinks} 
+tr {01027.t2} {01027.f} {01027.p5} -> {01027.p6} 
+tr {01027.t3|01028.t1} : a1026 {01027.f} {01028.p1} -> {01028.p3} 
+tr {01028.e} {01028.p6} {01028.p3} -> {01028.p4-eats} 
+tr {01028.t} {01028.p2-thinks} -> {01028.p1} {01028.p5} 
+tr {01028.t0|01029.t4} : b1027 {01029.p4-eats} -> {01028.f} {01029.f} {01029.p2-thinks} 
+tr {01028.t2} {01028.f} {01028.p5} -> {01028.p6} 
+tr {01028.t3|01029.t1} : a1027 {01028.f} {01029.p1} -> {01029.p3} 
+tr {01029.e} {01029.p6} {01029.p3} -> {01029.p4-eats} 
+tr {01029.t} {01029.p2-thinks} -> {01029.p1} {01029.p5} 
+tr {01029.t0|01030.t4} : b1028 {01030.p4-eats} -> {01029.f} {01030.f} {01030.p2-thinks} 
+tr {01029.t2} {01029.f} {01029.p5} -> {01029.p6} 
+tr {01029.t3|01030.t1} : a1028 {01029.f} {01030.p1} -> {01030.p3} 
+tr {01030.e} {01030.p6} {01030.p3} -> {01030.p4-eats} 
+tr {01030.t} {01030.p2-thinks} -> {01030.p1} {01030.p5} 
+tr {01030.t0|01031.t4} : b1029 {01031.p4-eats} -> {01030.f} {01031.f} {01031.p2-thinks} 
+tr {01030.t2} {01030.f} {01030.p5} -> {01030.p6} 
+tr {01030.t3|01031.t1} : a1029 {01030.f} {01031.p1} -> {01031.p3} 
+tr {01031.e} {01031.p6} {01031.p3} -> {01031.p4-eats} 
+tr {01031.t} {01031.p2-thinks} -> {01031.p1} {01031.p5} 
+tr {01031.t0|01032.t4} : b1030 {01032.p4-eats} -> {01031.f} {01032.f} {01032.p2-thinks} 
+tr {01031.t2} {01031.f} {01031.p5} -> {01031.p6} 
+tr {01031.t3|01032.t1} : a1030 {01031.f} {01032.p1} -> {01032.p3} 
+tr {01032.e} {01032.p6} {01032.p3} -> {01032.p4-eats} 
+tr {01032.t} {01032.p2-thinks} -> {01032.p1} {01032.p5} 
+tr {01032.t0|01033.t4} : b1031 {01033.p4-eats} -> {01032.f} {01033.f} {01033.p2-thinks} 
+tr {01032.t2} {01032.f} {01032.p5} -> {01032.p6} 
+tr {01032.t3|01033.t1} : a1031 {01032.f} {01033.p1} -> {01033.p3} 
+tr {01033.e} {01033.p6} {01033.p3} -> {01033.p4-eats} 
+tr {01033.t} {01033.p2-thinks} -> {01033.p1} {01033.p5} 
+tr {01033.t0|01034.t4} : b1032 {01034.p4-eats} -> {01033.f} {01034.f} {01034.p2-thinks} 
+tr {01033.t2} {01033.f} {01033.p5} -> {01033.p6} 
+tr {01033.t3|01034.t1} : a1032 {01033.f} {01034.p1} -> {01034.p3} 
+tr {01034.e} {01034.p6} {01034.p3} -> {01034.p4-eats} 
+tr {01034.t} {01034.p2-thinks} -> {01034.p1} {01034.p5} 
+tr {01034.t0|01035.t4} : b1033 {01035.p4-eats} -> {01034.f} {01035.f} {01035.p2-thinks} 
+tr {01034.t2} {01034.f} {01034.p5} -> {01034.p6} 
+tr {01034.t3|01035.t1} : a1033 {01034.f} {01035.p1} -> {01035.p3} 
+tr {01035.e} {01035.p6} {01035.p3} -> {01035.p4-eats} 
+tr {01035.t} {01035.p2-thinks} -> {01035.p1} {01035.p5} 
+tr {01035.t0|01036.t4} : b1034 {01036.p4-eats} -> {01035.f} {01036.f} {01036.p2-thinks} 
+tr {01035.t2} {01035.f} {01035.p5} -> {01035.p6} 
+tr {01035.t3|01036.t1} : a1034 {01035.f} {01036.p1} -> {01036.p3} 
+tr {01036.e} {01036.p6} {01036.p3} -> {01036.p4-eats} 
+tr {01036.t} {01036.p2-thinks} -> {01036.p1} {01036.p5} 
+tr {01036.t0|01037.t4} : b1035 {01037.p4-eats} -> {01036.f} {01037.f} {01037.p2-thinks} 
+tr {01036.t2} {01036.f} {01036.p5} -> {01036.p6} 
+tr {01036.t3|01037.t1} : a1035 {01036.f} {01037.p1} -> {01037.p3} 
+tr {01037.e} {01037.p6} {01037.p3} -> {01037.p4-eats} 
+tr {01037.t} {01037.p2-thinks} -> {01037.p1} {01037.p5} 
+tr {01037.t0|01038.t4} : b1036 {01038.p4-eats} -> {01037.f} {01038.f} {01038.p2-thinks} 
+tr {01037.t2} {01037.f} {01037.p5} -> {01037.p6} 
+tr {01037.t3|01038.t1} : a1036 {01037.f} {01038.p1} -> {01038.p3} 
+tr {01038.e} {01038.p6} {01038.p3} -> {01038.p4-eats} 
+tr {01038.t} {01038.p2-thinks} -> {01038.p1} {01038.p5} 
+tr {01038.t0|01039.t4} : b1037 {01039.p4-eats} -> {01038.f} {01039.f} {01039.p2-thinks} 
+tr {01038.t2} {01038.f} {01038.p5} -> {01038.p6} 
+tr {01038.t3|01039.t1} : a1037 {01038.f} {01039.p1} -> {01039.p3} 
+tr {01039.e} {01039.p6} {01039.p3} -> {01039.p4-eats} 
+tr {01039.t} {01039.p2-thinks} -> {01039.p1} {01039.p5} 
+tr {01039.t0|01040.t4} : b1038 {01040.p4-eats} -> {01039.f} {01040.f} {01040.p2-thinks} 
+tr {01039.t2} {01039.f} {01039.p5} -> {01039.p6} 
+tr {01039.t3|01040.t1} : a1038 {01039.f} {01040.p1} -> {01040.p3} 
+tr {01040.e} {01040.p6} {01040.p3} -> {01040.p4-eats} 
+tr {01040.t} {01040.p2-thinks} -> {01040.p1} {01040.p5} 
+tr {01040.t0|01041.t4} : b1039 {01041.p4-eats} -> {01040.f} {01041.f} {01041.p2-thinks} 
+tr {01040.t2} {01040.f} {01040.p5} -> {01040.p6} 
+tr {01040.t3|01041.t1} : a1039 {01040.f} {01041.p1} -> {01041.p3} 
+tr {01041.e} {01041.p6} {01041.p3} -> {01041.p4-eats} 
+tr {01041.t} {01041.p2-thinks} -> {01041.p1} {01041.p5} 
+tr {01041.t0|01042.t4} : b1040 {01042.p4-eats} -> {01041.f} {01042.f} {01042.p2-thinks} 
+tr {01041.t2} {01041.f} {01041.p5} -> {01041.p6} 
+tr {01041.t3|01042.t1} : a1040 {01041.f} {01042.p1} -> {01042.p3} 
+tr {01042.e} {01042.p6} {01042.p3} -> {01042.p4-eats} 
+tr {01042.t} {01042.p2-thinks} -> {01042.p1} {01042.p5} 
+tr {01042.t0|01043.t4} : b1041 {01043.p4-eats} -> {01042.f} {01043.f} {01043.p2-thinks} 
+tr {01042.t2} {01042.f} {01042.p5} -> {01042.p6} 
+tr {01042.t3|01043.t1} : a1041 {01042.f} {01043.p1} -> {01043.p3} 
+tr {01043.e} {01043.p6} {01043.p3} -> {01043.p4-eats} 
+tr {01043.t} {01043.p2-thinks} -> {01043.p1} {01043.p5} 
+tr {01043.t0|01044.t4} : b1042 {01044.p4-eats} -> {01043.f} {01044.f} {01044.p2-thinks} 
+tr {01043.t2} {01043.f} {01043.p5} -> {01043.p6} 
+tr {01043.t3|01044.t1} : a1042 {01043.f} {01044.p1} -> {01044.p3} 
+tr {01044.e} {01044.p6} {01044.p3} -> {01044.p4-eats} 
+tr {01044.t} {01044.p2-thinks} -> {01044.p1} {01044.p5} 
+tr {01044.t0|01045.t4} : b1043 {01045.p4-eats} -> {01044.f} {01045.f} {01045.p2-thinks} 
+tr {01044.t2} {01044.f} {01044.p5} -> {01044.p6} 
+tr {01044.t3|01045.t1} : a1043 {01044.f} {01045.p1} -> {01045.p3} 
+tr {01045.e} {01045.p6} {01045.p3} -> {01045.p4-eats} 
+tr {01045.t} {01045.p2-thinks} -> {01045.p1} {01045.p5} 
+tr {01045.t0|01046.t4} : b1044 {01046.p4-eats} -> {01045.f} {01046.f} {01046.p2-thinks} 
+tr {01045.t2} {01045.f} {01045.p5} -> {01045.p6} 
+tr {01045.t3|01046.t1} : a1044 {01045.f} {01046.p1} -> {01046.p3} 
+tr {01046.e} {01046.p6} {01046.p3} -> {01046.p4-eats} 
+tr {01046.t} {01046.p2-thinks} -> {01046.p1} {01046.p5} 
+tr {01046.t0|01047.t4} : b1045 {01047.p4-eats} -> {01046.f} {01047.f} {01047.p2-thinks} 
+tr {01046.t2} {01046.f} {01046.p5} -> {01046.p6} 
+tr {01046.t3|01047.t1} : a1045 {01046.f} {01047.p1} -> {01047.p3} 
+tr {01047.e} {01047.p6} {01047.p3} -> {01047.p4-eats} 
+tr {01047.t} {01047.p2-thinks} -> {01047.p1} {01047.p5} 
+tr {01047.t0|01048.t4} : b1046 {01048.p4-eats} -> {01047.f} {01048.f} {01048.p2-thinks} 
+tr {01047.t2} {01047.f} {01047.p5} -> {01047.p6} 
+tr {01047.t3|01048.t1} : a1046 {01047.f} {01048.p1} -> {01048.p3} 
+tr {01048.e} {01048.p6} {01048.p3} -> {01048.p4-eats} 
+tr {01048.t} {01048.p2-thinks} -> {01048.p1} {01048.p5} 
+tr {01048.t0|01049.t4} : b1047 {01049.p4-eats} -> {01048.f} {01049.f} {01049.p2-thinks} 
+tr {01048.t2} {01048.f} {01048.p5} -> {01048.p6} 
+tr {01048.t3|01049.t1} : a1047 {01048.f} {01049.p1} -> {01049.p3} 
+tr {01049.e} {01049.p6} {01049.p3} -> {01049.p4-eats} 
+tr {01049.t} {01049.p2-thinks} -> {01049.p1} {01049.p5} 
+tr {01049.t0|01050.t4} : b1048 {01050.p4-eats} -> {01049.f} {01050.f} {01050.p2-thinks} 
+tr {01049.t2} {01049.f} {01049.p5} -> {01049.p6} 
+tr {01049.t3|01050.t1} : a1048 {01049.f} {01050.p1} -> {01050.p3} 
+tr {01050.e} {01050.p6} {01050.p3} -> {01050.p4-eats} 
+tr {01050.t} {01050.p2-thinks} -> {01050.p1} {01050.p5} 
+tr {01050.t0|01051.t4} : b1049 {01051.p4-eats} -> {01050.f} {01051.f} {01051.p2-thinks} 
+tr {01050.t2} {01050.f} {01050.p5} -> {01050.p6} 
+tr {01050.t3|01051.t1} : a1049 {01050.f} {01051.p1} -> {01051.p3} 
+tr {01051.e} {01051.p6} {01051.p3} -> {01051.p4-eats} 
+tr {01051.t} {01051.p2-thinks} -> {01051.p1} {01051.p5} 
+tr {01051.t0|01052.t4} : b1050 {01052.p4-eats} -> {01051.f} {01052.f} {01052.p2-thinks} 
+tr {01051.t2} {01051.f} {01051.p5} -> {01051.p6} 
+tr {01051.t3|01052.t1} : a1050 {01051.f} {01052.p1} -> {01052.p3} 
+tr {01052.e} {01052.p6} {01052.p3} -> {01052.p4-eats} 
+tr {01052.t} {01052.p2-thinks} -> {01052.p1} {01052.p5} 
+tr {01052.t0|01053.t4} : b1051 {01053.p4-eats} -> {01052.f} {01053.f} {01053.p2-thinks} 
+tr {01052.t2} {01052.f} {01052.p5} -> {01052.p6} 
+tr {01052.t3|01053.t1} : a1051 {01052.f} {01053.p1} -> {01053.p3} 
+tr {01053.e} {01053.p6} {01053.p3} -> {01053.p4-eats} 
+tr {01053.t} {01053.p2-thinks} -> {01053.p1} {01053.p5} 
+tr {01053.t0|01054.t4} : b1052 {01054.p4-eats} -> {01053.f} {01054.f} {01054.p2-thinks} 
+tr {01053.t2} {01053.f} {01053.p5} -> {01053.p6} 
+tr {01053.t3|01054.t1} : a1052 {01053.f} {01054.p1} -> {01054.p3} 
+tr {01054.e} {01054.p6} {01054.p3} -> {01054.p4-eats} 
+tr {01054.t} {01054.p2-thinks} -> {01054.p1} {01054.p5} 
+tr {01054.t0|01055.t4} : b1053 {01055.p4-eats} -> {01054.f} {01055.f} {01055.p2-thinks} 
+tr {01054.t2} {01054.f} {01054.p5} -> {01054.p6} 
+tr {01054.t3|01055.t1} : a1053 {01054.f} {01055.p1} -> {01055.p3} 
+tr {01055.e} {01055.p6} {01055.p3} -> {01055.p4-eats} 
+tr {01055.t} {01055.p2-thinks} -> {01055.p1} {01055.p5} 
+tr {01055.t0|01056.t4} : b1054 {01056.p4-eats} -> {01055.f} {01056.f} {01056.p2-thinks} 
+tr {01055.t2} {01055.f} {01055.p5} -> {01055.p6} 
+tr {01055.t3|01056.t1} : a1054 {01055.f} {01056.p1} -> {01056.p3} 
+tr {01056.e} {01056.p6} {01056.p3} -> {01056.p4-eats} 
+tr {01056.t} {01056.p2-thinks} -> {01056.p1} {01056.p5} 
+tr {01056.t0|01057.t4} : b1055 {01057.p4-eats} -> {01056.f} {01057.f} {01057.p2-thinks} 
+tr {01056.t2} {01056.f} {01056.p5} -> {01056.p6} 
+tr {01056.t3|01057.t1} : a1055 {01056.f} {01057.p1} -> {01057.p3} 
+tr {01057.e} {01057.p6} {01057.p3} -> {01057.p4-eats} 
+tr {01057.t} {01057.p2-thinks} -> {01057.p1} {01057.p5} 
+tr {01057.t0|01058.t4} : b1056 {01058.p4-eats} -> {01057.f} {01058.f} {01058.p2-thinks} 
+tr {01057.t2} {01057.f} {01057.p5} -> {01057.p6} 
+tr {01057.t3|01058.t1} : a1056 {01057.f} {01058.p1} -> {01058.p3} 
+tr {01058.e} {01058.p6} {01058.p3} -> {01058.p4-eats} 
+tr {01058.t} {01058.p2-thinks} -> {01058.p1} {01058.p5} 
+tr {01058.t0|01059.t4} : b1057 {01059.p4-eats} -> {01058.f} {01059.f} {01059.p2-thinks} 
+tr {01058.t2} {01058.f} {01058.p5} -> {01058.p6} 
+tr {01058.t3|01059.t1} : a1057 {01058.f} {01059.p1} -> {01059.p3} 
+tr {01059.e} {01059.p6} {01059.p3} -> {01059.p4-eats} 
+tr {01059.t} {01059.p2-thinks} -> {01059.p1} {01059.p5} 
+tr {01059.t0|01060.t4} : b1058 {01060.p4-eats} -> {01059.f} {01060.f} {01060.p2-thinks} 
+tr {01059.t2} {01059.f} {01059.p5} -> {01059.p6} 
+tr {01059.t3|01060.t1} : a1058 {01059.f} {01060.p1} -> {01060.p3} 
+tr {01060.e} {01060.p6} {01060.p3} -> {01060.p4-eats} 
+tr {01060.t} {01060.p2-thinks} -> {01060.p1} {01060.p5} 
+tr {01060.t0|01061.t4} : b1059 {01061.p4-eats} -> {01060.f} {01061.f} {01061.p2-thinks} 
+tr {01060.t2} {01060.f} {01060.p5} -> {01060.p6} 
+tr {01060.t3|01061.t1} : a1059 {01060.f} {01061.p1} -> {01061.p3} 
+tr {01061.e} {01061.p6} {01061.p3} -> {01061.p4-eats} 
+tr {01061.t} {01061.p2-thinks} -> {01061.p1} {01061.p5} 
+tr {01061.t0|01062.t4} : b1060 {01062.p4-eats} -> {01061.f} {01062.f} {01062.p2-thinks} 
+tr {01061.t2} {01061.f} {01061.p5} -> {01061.p6} 
+tr {01061.t3|01062.t1} : a1060 {01061.f} {01062.p1} -> {01062.p3} 
+tr {01062.e} {01062.p6} {01062.p3} -> {01062.p4-eats} 
+tr {01062.t} {01062.p2-thinks} -> {01062.p1} {01062.p5} 
+tr {01062.t0|01063.t4} : b1061 {01063.p4-eats} -> {01062.f} {01063.f} {01063.p2-thinks} 
+tr {01062.t2} {01062.f} {01062.p5} -> {01062.p6} 
+tr {01062.t3|01063.t1} : a1061 {01062.f} {01063.p1} -> {01063.p3} 
+tr {01063.e} {01063.p6} {01063.p3} -> {01063.p4-eats} 
+tr {01063.t} {01063.p2-thinks} -> {01063.p1} {01063.p5} 
+tr {01063.t0|01064.t4} : b1062 {01064.p4-eats} -> {01063.f} {01064.f} {01064.p2-thinks} 
+tr {01063.t2} {01063.f} {01063.p5} -> {01063.p6} 
+tr {01063.t3|01064.t1} : a1062 {01063.f} {01064.p1} -> {01064.p3} 
+tr {01064.e} {01064.p6} {01064.p3} -> {01064.p4-eats} 
+tr {01064.t} {01064.p2-thinks} -> {01064.p1} {01064.p5} 
+tr {01064.t0|01065.t4} : b1063 {01065.p4-eats} -> {01064.f} {01065.f} {01065.p2-thinks} 
+tr {01064.t2} {01064.f} {01064.p5} -> {01064.p6} 
+tr {01064.t3|01065.t1} : a1063 {01064.f} {01065.p1} -> {01065.p3} 
+tr {01065.e} {01065.p6} {01065.p3} -> {01065.p4-eats} 
+tr {01065.t} {01065.p2-thinks} -> {01065.p1} {01065.p5} 
+tr {01065.t0|01066.t4} : b1064 {01066.p4-eats} -> {01065.f} {01066.f} {01066.p2-thinks} 
+tr {01065.t2} {01065.f} {01065.p5} -> {01065.p6} 
+tr {01065.t3|01066.t1} : a1064 {01065.f} {01066.p1} -> {01066.p3} 
+tr {01066.e} {01066.p6} {01066.p3} -> {01066.p4-eats} 
+tr {01066.t} {01066.p2-thinks} -> {01066.p1} {01066.p5} 
+tr {01066.t0|01067.t4} : b1065 {01067.p4-eats} -> {01066.f} {01067.f} {01067.p2-thinks} 
+tr {01066.t2} {01066.f} {01066.p5} -> {01066.p6} 
+tr {01066.t3|01067.t1} : a1065 {01066.f} {01067.p1} -> {01067.p3} 
+tr {01067.e} {01067.p6} {01067.p3} -> {01067.p4-eats} 
+tr {01067.t} {01067.p2-thinks} -> {01067.p1} {01067.p5} 
+tr {01067.t0|01068.t4} : b1066 {01068.p4-eats} -> {01067.f} {01068.f} {01068.p2-thinks} 
+tr {01067.t2} {01067.f} {01067.p5} -> {01067.p6} 
+tr {01067.t3|01068.t1} : a1066 {01067.f} {01068.p1} -> {01068.p3} 
+tr {01068.e} {01068.p6} {01068.p3} -> {01068.p4-eats} 
+tr {01068.t} {01068.p2-thinks} -> {01068.p1} {01068.p5} 
+tr {01068.t0|01069.t4} : b1067 {01069.p4-eats} -> {01068.f} {01069.f} {01069.p2-thinks} 
+tr {01068.t2} {01068.f} {01068.p5} -> {01068.p6} 
+tr {01068.t3|01069.t1} : a1067 {01068.f} {01069.p1} -> {01069.p3} 
+tr {01069.e} {01069.p6} {01069.p3} -> {01069.p4-eats} 
+tr {01069.t} {01069.p2-thinks} -> {01069.p1} {01069.p5} 
+tr {01069.t0|01070.t4} : b1068 {01070.p4-eats} -> {01069.f} {01070.f} {01070.p2-thinks} 
+tr {01069.t2} {01069.f} {01069.p5} -> {01069.p6} 
+tr {01069.t3|01070.t1} : a1068 {01069.f} {01070.p1} -> {01070.p3} 
+tr {01070.e} {01070.p6} {01070.p3} -> {01070.p4-eats} 
+tr {01070.t} {01070.p2-thinks} -> {01070.p1} {01070.p5} 
+tr {01070.t0|01071.t4} : b1069 {01071.p4-eats} -> {01070.f} {01071.f} {01071.p2-thinks} 
+tr {01070.t2} {01070.f} {01070.p5} -> {01070.p6} 
+tr {01070.t3|01071.t1} : a1069 {01070.f} {01071.p1} -> {01071.p3} 
+tr {01071.e} {01071.p6} {01071.p3} -> {01071.p4-eats} 
+tr {01071.t} {01071.p2-thinks} -> {01071.p1} {01071.p5} 
+tr {01071.t0|01072.t4} : b1070 {01072.p4-eats} -> {01071.f} {01072.f} {01072.p2-thinks} 
+tr {01071.t2} {01071.f} {01071.p5} -> {01071.p6} 
+tr {01071.t3|01072.t1} : a1070 {01071.f} {01072.p1} -> {01072.p3} 
+tr {01072.e} {01072.p6} {01072.p3} -> {01072.p4-eats} 
+tr {01072.t} {01072.p2-thinks} -> {01072.p1} {01072.p5} 
+tr {01072.t0|01073.t4} : b1071 {01073.p4-eats} -> {01072.f} {01073.f} {01073.p2-thinks} 
+tr {01072.t2} {01072.f} {01072.p5} -> {01072.p6} 
+tr {01072.t3|01073.t1} : a1071 {01072.f} {01073.p1} -> {01073.p3} 
+tr {01073.e} {01073.p6} {01073.p3} -> {01073.p4-eats} 
+tr {01073.t} {01073.p2-thinks} -> {01073.p1} {01073.p5} 
+tr {01073.t0|01074.t4} : b1072 {01074.p4-eats} -> {01073.f} {01074.f} {01074.p2-thinks} 
+tr {01073.t2} {01073.f} {01073.p5} -> {01073.p6} 
+tr {01073.t3|01074.t1} : a1072 {01073.f} {01074.p1} -> {01074.p3} 
+tr {01074.e} {01074.p6} {01074.p3} -> {01074.p4-eats} 
+tr {01074.t} {01074.p2-thinks} -> {01074.p1} {01074.p5} 
+tr {01074.t0|01075.t4} : b1073 {01075.p4-eats} -> {01074.f} {01075.f} {01075.p2-thinks} 
+tr {01074.t2} {01074.f} {01074.p5} -> {01074.p6} 
+tr {01074.t3|01075.t1} : a1073 {01074.f} {01075.p1} -> {01075.p3} 
+tr {01075.e} {01075.p6} {01075.p3} -> {01075.p4-eats} 
+tr {01075.t} {01075.p2-thinks} -> {01075.p1} {01075.p5} 
+tr {01075.t0|01076.t4} : b1074 {01076.p4-eats} -> {01075.f} {01076.f} {01076.p2-thinks} 
+tr {01075.t2} {01075.f} {01075.p5} -> {01075.p6} 
+tr {01075.t3|01076.t1} : a1074 {01075.f} {01076.p1} -> {01076.p3} 
+tr {01076.e} {01076.p6} {01076.p3} -> {01076.p4-eats} 
+tr {01076.t} {01076.p2-thinks} -> {01076.p1} {01076.p5} 
+tr {01076.t0|01077.t4} : b1075 {01077.p4-eats} -> {01076.f} {01077.f} {01077.p2-thinks} 
+tr {01076.t2} {01076.f} {01076.p5} -> {01076.p6} 
+tr {01076.t3|01077.t1} : a1075 {01076.f} {01077.p1} -> {01077.p3} 
+tr {01077.e} {01077.p6} {01077.p3} -> {01077.p4-eats} 
+tr {01077.t} {01077.p2-thinks} -> {01077.p1} {01077.p5} 
+tr {01077.t0|01078.t4} : b1076 {01078.p4-eats} -> {01077.f} {01078.f} {01078.p2-thinks} 
+tr {01077.t2} {01077.f} {01077.p5} -> {01077.p6} 
+tr {01077.t3|01078.t1} : a1076 {01077.f} {01078.p1} -> {01078.p3} 
+tr {01078.e} {01078.p6} {01078.p3} -> {01078.p4-eats} 
+tr {01078.t} {01078.p2-thinks} -> {01078.p1} {01078.p5} 
+tr {01078.t0|01079.t4} : b1077 {01079.p4-eats} -> {01078.f} {01079.f} {01079.p2-thinks} 
+tr {01078.t2} {01078.f} {01078.p5} -> {01078.p6} 
+tr {01078.t3|01079.t1} : a1077 {01078.f} {01079.p1} -> {01079.p3} 
+tr {01079.e} {01079.p6} {01079.p3} -> {01079.p4-eats} 
+tr {01079.t} {01079.p2-thinks} -> {01079.p1} {01079.p5} 
+tr {01079.t0|01080.t4} : b1078 {01080.p4-eats} -> {01079.f} {01080.f} {01080.p2-thinks} 
+tr {01079.t2} {01079.f} {01079.p5} -> {01079.p6} 
+tr {01079.t3|01080.t1} : a1078 {01079.f} {01080.p1} -> {01080.p3} 
+tr {01080.e} {01080.p6} {01080.p3} -> {01080.p4-eats} 
+tr {01080.t} {01080.p2-thinks} -> {01080.p1} {01080.p5} 
+tr {01080.t0|01081.t4} : b1079 {01081.p4-eats} -> {01080.f} {01081.f} {01081.p2-thinks} 
+tr {01080.t2} {01080.f} {01080.p5} -> {01080.p6} 
+tr {01080.t3|01081.t1} : a1079 {01080.f} {01081.p1} -> {01081.p3} 
+tr {01081.e} {01081.p6} {01081.p3} -> {01081.p4-eats} 
+tr {01081.t} {01081.p2-thinks} -> {01081.p1} {01081.p5} 
+tr {01081.t0|01082.t4} : b1080 {01082.p4-eats} -> {01081.f} {01082.f} {01082.p2-thinks} 
+tr {01081.t2} {01081.f} {01081.p5} -> {01081.p6} 
+tr {01081.t3|01082.t1} : a1080 {01081.f} {01082.p1} -> {01082.p3} 
+tr {01082.e} {01082.p6} {01082.p3} -> {01082.p4-eats} 
+tr {01082.t} {01082.p2-thinks} -> {01082.p1} {01082.p5} 
+tr {01082.t0|01083.t4} : b1081 {01083.p4-eats} -> {01082.f} {01083.f} {01083.p2-thinks} 
+tr {01082.t2} {01082.f} {01082.p5} -> {01082.p6} 
+tr {01082.t3|01083.t1} : a1081 {01082.f} {01083.p1} -> {01083.p3} 
+tr {01083.e} {01083.p6} {01083.p3} -> {01083.p4-eats} 
+tr {01083.t} {01083.p2-thinks} -> {01083.p1} {01083.p5} 
+tr {01083.t0|01084.t4} : b1082 {01084.p4-eats} -> {01083.f} {01084.f} {01084.p2-thinks} 
+tr {01083.t2} {01083.f} {01083.p5} -> {01083.p6} 
+tr {01083.t3|01084.t1} : a1082 {01083.f} {01084.p1} -> {01084.p3} 
+tr {01084.e} {01084.p6} {01084.p3} -> {01084.p4-eats} 
+tr {01084.t} {01084.p2-thinks} -> {01084.p1} {01084.p5} 
+tr {01084.t0|01085.t4} : b1083 {01085.p4-eats} -> {01084.f} {01085.f} {01085.p2-thinks} 
+tr {01084.t2} {01084.f} {01084.p5} -> {01084.p6} 
+tr {01084.t3|01085.t1} : a1083 {01084.f} {01085.p1} -> {01085.p3} 
+tr {01085.e} {01085.p6} {01085.p3} -> {01085.p4-eats} 
+tr {01085.t} {01085.p2-thinks} -> {01085.p1} {01085.p5} 
+tr {01085.t0|01086.t4} : b1084 {01086.p4-eats} -> {01085.f} {01086.f} {01086.p2-thinks} 
+tr {01085.t2} {01085.f} {01085.p5} -> {01085.p6} 
+tr {01085.t3|01086.t1} : a1084 {01085.f} {01086.p1} -> {01086.p3} 
+tr {01086.e} {01086.p6} {01086.p3} -> {01086.p4-eats} 
+tr {01086.t} {01086.p2-thinks} -> {01086.p1} {01086.p5} 
+tr {01086.t0|01087.t4} : b1085 {01087.p4-eats} -> {01086.f} {01087.f} {01087.p2-thinks} 
+tr {01086.t2} {01086.f} {01086.p5} -> {01086.p6} 
+tr {01086.t3|01087.t1} : a1085 {01086.f} {01087.p1} -> {01087.p3} 
+tr {01087.e} {01087.p6} {01087.p3} -> {01087.p4-eats} 
+tr {01087.t} {01087.p2-thinks} -> {01087.p1} {01087.p5} 
+tr {01087.t0|01088.t4} : b1086 {01088.p4-eats} -> {01087.f} {01088.f} {01088.p2-thinks} 
+tr {01087.t2} {01087.f} {01087.p5} -> {01087.p6} 
+tr {01087.t3|01088.t1} : a1086 {01087.f} {01088.p1} -> {01088.p3} 
+tr {01088.e} {01088.p6} {01088.p3} -> {01088.p4-eats} 
+tr {01088.t} {01088.p2-thinks} -> {01088.p1} {01088.p5} 
+tr {01088.t0|01089.t4} : b1087 {01089.p4-eats} -> {01088.f} {01089.f} {01089.p2-thinks} 
+tr {01088.t2} {01088.f} {01088.p5} -> {01088.p6} 
+tr {01088.t3|01089.t1} : a1087 {01088.f} {01089.p1} -> {01089.p3} 
+tr {01089.e} {01089.p6} {01089.p3} -> {01089.p4-eats} 
+tr {01089.t} {01089.p2-thinks} -> {01089.p1} {01089.p5} 
+tr {01089.t0|01090.t4} : b1088 {01090.p4-eats} -> {01089.f} {01090.f} {01090.p2-thinks} 
+tr {01089.t2} {01089.f} {01089.p5} -> {01089.p6} 
+tr {01089.t3|01090.t1} : a1088 {01089.f} {01090.p1} -> {01090.p3} 
+tr {01090.e} {01090.p6} {01090.p3} -> {01090.p4-eats} 
+tr {01090.t} {01090.p2-thinks} -> {01090.p1} {01090.p5} 
+tr {01090.t0|01091.t4} : b1089 {01091.p4-eats} -> {01090.f} {01091.f} {01091.p2-thinks} 
+tr {01090.t2} {01090.f} {01090.p5} -> {01090.p6} 
+tr {01090.t3|01091.t1} : a1089 {01090.f} {01091.p1} -> {01091.p3} 
+tr {01091.e} {01091.p6} {01091.p3} -> {01091.p4-eats} 
+tr {01091.t} {01091.p2-thinks} -> {01091.p1} {01091.p5} 
+tr {01091.t0|01092.t4} : b1090 {01092.p4-eats} -> {01091.f} {01092.f} {01092.p2-thinks} 
+tr {01091.t2} {01091.f} {01091.p5} -> {01091.p6} 
+tr {01091.t3|01092.t1} : a1090 {01091.f} {01092.p1} -> {01092.p3} 
+tr {01092.e} {01092.p6} {01092.p3} -> {01092.p4-eats} 
+tr {01092.t} {01092.p2-thinks} -> {01092.p1} {01092.p5} 
+tr {01092.t0|01093.t4} : b1091 {01093.p4-eats} -> {01092.f} {01093.f} {01093.p2-thinks} 
+tr {01092.t2} {01092.f} {01092.p5} -> {01092.p6} 
+tr {01092.t3|01093.t1} : a1091 {01092.f} {01093.p1} -> {01093.p3} 
+tr {01093.e} {01093.p6} {01093.p3} -> {01093.p4-eats} 
+tr {01093.t} {01093.p2-thinks} -> {01093.p1} {01093.p5} 
+tr {01093.t0|01094.t4} : b1092 {01094.p4-eats} -> {01093.f} {01094.f} {01094.p2-thinks} 
+tr {01093.t2} {01093.f} {01093.p5} -> {01093.p6} 
+tr {01093.t3|01094.t1} : a1092 {01093.f} {01094.p1} -> {01094.p3} 
+tr {01094.e} {01094.p6} {01094.p3} -> {01094.p4-eats} 
+tr {01094.t} {01094.p2-thinks} -> {01094.p1} {01094.p5} 
+tr {01094.t0|01095.t4} : b1093 {01095.p4-eats} -> {01094.f} {01095.f} {01095.p2-thinks} 
+tr {01094.t2} {01094.f} {01094.p5} -> {01094.p6} 
+tr {01094.t3|01095.t1} : a1093 {01094.f} {01095.p1} -> {01095.p3} 
+tr {01095.e} {01095.p6} {01095.p3} -> {01095.p4-eats} 
+tr {01095.t} {01095.p2-thinks} -> {01095.p1} {01095.p5} 
+tr {01095.t0|01096.t4} : b1094 {01096.p4-eats} -> {01095.f} {01096.f} {01096.p2-thinks} 
+tr {01095.t2} {01095.f} {01095.p5} -> {01095.p6} 
+tr {01095.t3|01096.t1} : a1094 {01095.f} {01096.p1} -> {01096.p3} 
+tr {01096.e} {01096.p6} {01096.p3} -> {01096.p4-eats} 
+tr {01096.t} {01096.p2-thinks} -> {01096.p1} {01096.p5} 
+tr {01096.t0|01097.t4} : b1095 {01097.p4-eats} -> {01096.f} {01097.f} {01097.p2-thinks} 
+tr {01096.t2} {01096.f} {01096.p5} -> {01096.p6} 
+tr {01096.t3|01097.t1} : a1095 {01096.f} {01097.p1} -> {01097.p3} 
+tr {01097.e} {01097.p6} {01097.p3} -> {01097.p4-eats} 
+tr {01097.t} {01097.p2-thinks} -> {01097.p1} {01097.p5} 
+tr {01097.t0|01098.t4} : b1096 {01098.p4-eats} -> {01097.f} {01098.f} {01098.p2-thinks} 
+tr {01097.t2} {01097.f} {01097.p5} -> {01097.p6} 
+tr {01097.t3|01098.t1} : a1096 {01097.f} {01098.p1} -> {01098.p3} 
+tr {01098.e} {01098.p6} {01098.p3} -> {01098.p4-eats} 
+tr {01098.t} {01098.p2-thinks} -> {01098.p1} {01098.p5} 
+tr {01098.t0|01099.t4} : b1097 {01099.p4-eats} -> {01098.f} {01099.f} {01099.p2-thinks} 
+tr {01098.t2} {01098.f} {01098.p5} -> {01098.p6} 
+tr {01098.t3|01099.t1} : a1097 {01098.f} {01099.p1} -> {01099.p3} 
+tr {01099.e} {01099.p6} {01099.p3} -> {01099.p4-eats} 
+tr {01099.t} {01099.p2-thinks} -> {01099.p1} {01099.p5} 
+tr {01099.t0|01100.t4} : b1098 {01100.p4-eats} -> {01099.f} {01100.f} {01100.p2-thinks} 
+tr {01099.t2} {01099.f} {01099.p5} -> {01099.p6} 
+tr {01099.t3|01100.t1} : a1098 {01099.f} {01100.p1} -> {01100.p3} 
+tr {01100.e} {01100.p6} {01100.p3} -> {01100.p4-eats} 
+tr {01100.t} {01100.p2-thinks} -> {01100.p1} {01100.p5} 
+tr {01100.t0|01101.t4} : b1099 {01101.p4-eats} -> {01100.f} {01101.f} {01101.p2-thinks} 
+tr {01100.t2} {01100.f} {01100.p5} -> {01100.p6} 
+tr {01100.t3|01101.t1} : a1099 {01100.f} {01101.p1} -> {01101.p3} 
+tr {01101.e} {01101.p6} {01101.p3} -> {01101.p4-eats} 
+tr {01101.t} {01101.p2-thinks} -> {01101.p1} {01101.p5} 
+tr {01101.t0|01102.t4} : b1100 {01102.p4-eats} -> {01101.f} {01102.f} {01102.p2-thinks} 
+tr {01101.t2} {01101.f} {01101.p5} -> {01101.p6} 
+tr {01101.t3|01102.t1} : a1100 {01101.f} {01102.p1} -> {01102.p3} 
+tr {01102.e} {01102.p6} {01102.p3} -> {01102.p4-eats} 
+tr {01102.t} {01102.p2-thinks} -> {01102.p1} {01102.p5} 
+tr {01102.t0|01103.t4} : b1101 {01103.p4-eats} -> {01102.f} {01103.f} {01103.p2-thinks} 
+tr {01102.t2} {01102.f} {01102.p5} -> {01102.p6} 
+tr {01102.t3|01103.t1} : a1101 {01102.f} {01103.p1} -> {01103.p3} 
+tr {01103.e} {01103.p6} {01103.p3} -> {01103.p4-eats} 
+tr {01103.t} {01103.p2-thinks} -> {01103.p1} {01103.p5} 
+tr {01103.t0|01104.t4} : b1102 {01104.p4-eats} -> {01103.f} {01104.f} {01104.p2-thinks} 
+tr {01103.t2} {01103.f} {01103.p5} -> {01103.p6} 
+tr {01103.t3|01104.t1} : a1102 {01103.f} {01104.p1} -> {01104.p3} 
+tr {01104.e} {01104.p6} {01104.p3} -> {01104.p4-eats} 
+tr {01104.t} {01104.p2-thinks} -> {01104.p1} {01104.p5} 
+tr {01104.t0|01105.t4} : b1103 {01105.p4-eats} -> {01104.f} {01105.f} {01105.p2-thinks} 
+tr {01104.t2} {01104.f} {01104.p5} -> {01104.p6} 
+tr {01104.t3|01105.t1} : a1103 {01104.f} {01105.p1} -> {01105.p3} 
+tr {01105.e} {01105.p6} {01105.p3} -> {01105.p4-eats} 
+tr {01105.t} {01105.p2-thinks} -> {01105.p1} {01105.p5} 
+tr {01105.t0|01106.t4} : b1104 {01106.p4-eats} -> {01105.f} {01106.f} {01106.p2-thinks} 
+tr {01105.t2} {01105.f} {01105.p5} -> {01105.p6} 
+tr {01105.t3|01106.t1} : a1104 {01105.f} {01106.p1} -> {01106.p3} 
+tr {01106.e} {01106.p6} {01106.p3} -> {01106.p4-eats} 
+tr {01106.t} {01106.p2-thinks} -> {01106.p1} {01106.p5} 
+tr {01106.t0|01107.t4} : b1105 {01107.p4-eats} -> {01106.f} {01107.f} {01107.p2-thinks} 
+tr {01106.t2} {01106.f} {01106.p5} -> {01106.p6} 
+tr {01106.t3|01107.t1} : a1105 {01106.f} {01107.p1} -> {01107.p3} 
+tr {01107.e} {01107.p6} {01107.p3} -> {01107.p4-eats} 
+tr {01107.t} {01107.p2-thinks} -> {01107.p1} {01107.p5} 
+tr {01107.t0|01108.t4} : b1106 {01108.p4-eats} -> {01107.f} {01108.f} {01108.p2-thinks} 
+tr {01107.t2} {01107.f} {01107.p5} -> {01107.p6} 
+tr {01107.t3|01108.t1} : a1106 {01107.f} {01108.p1} -> {01108.p3} 
+tr {01108.e} {01108.p6} {01108.p3} -> {01108.p4-eats} 
+tr {01108.t} {01108.p2-thinks} -> {01108.p1} {01108.p5} 
+tr {01108.t0|01109.t4} : b1107 {01109.p4-eats} -> {01108.f} {01109.f} {01109.p2-thinks} 
+tr {01108.t2} {01108.f} {01108.p5} -> {01108.p6} 
+tr {01108.t3|01109.t1} : a1107 {01108.f} {01109.p1} -> {01109.p3} 
+tr {01109.e} {01109.p6} {01109.p3} -> {01109.p4-eats} 
+tr {01109.t} {01109.p2-thinks} -> {01109.p1} {01109.p5} 
+tr {01109.t0|01110.t4} : b1108 {01110.p4-eats} -> {01109.f} {01110.f} {01110.p2-thinks} 
+tr {01109.t2} {01109.f} {01109.p5} -> {01109.p6} 
+tr {01109.t3|01110.t1} : a1108 {01109.f} {01110.p1} -> {01110.p3} 
+tr {01110.e} {01110.p6} {01110.p3} -> {01110.p4-eats} 
+tr {01110.t} {01110.p2-thinks} -> {01110.p1} {01110.p5} 
+tr {01110.t0|01111.t4} : b1109 {01111.p4-eats} -> {01110.f} {01111.f} {01111.p2-thinks} 
+tr {01110.t2} {01110.f} {01110.p5} -> {01110.p6} 
+tr {01110.t3|01111.t1} : a1109 {01110.f} {01111.p1} -> {01111.p3} 
+tr {01111.e} {01111.p6} {01111.p3} -> {01111.p4-eats} 
+tr {01111.t} {01111.p2-thinks} -> {01111.p1} {01111.p5} 
+tr {01111.t0|01112.t4} : b1110 {01112.p4-eats} -> {01111.f} {01112.f} {01112.p2-thinks} 
+tr {01111.t2} {01111.f} {01111.p5} -> {01111.p6} 
+tr {01111.t3|01112.t1} : a1110 {01111.f} {01112.p1} -> {01112.p3} 
+tr {01112.e} {01112.p6} {01112.p3} -> {01112.p4-eats} 
+tr {01112.t} {01112.p2-thinks} -> {01112.p1} {01112.p5} 
+tr {01112.t0|01113.t4} : b1111 {01113.p4-eats} -> {01112.f} {01113.f} {01113.p2-thinks} 
+tr {01112.t2} {01112.f} {01112.p5} -> {01112.p6} 
+tr {01112.t3|01113.t1} : a1111 {01112.f} {01113.p1} -> {01113.p3} 
+tr {01113.e} {01113.p6} {01113.p3} -> {01113.p4-eats} 
+tr {01113.t} {01113.p2-thinks} -> {01113.p1} {01113.p5} 
+tr {01113.t0|01114.t4} : b1112 {01114.p4-eats} -> {01113.f} {01114.f} {01114.p2-thinks} 
+tr {01113.t2} {01113.f} {01113.p5} -> {01113.p6} 
+tr {01113.t3|01114.t1} : a1112 {01113.f} {01114.p1} -> {01114.p3} 
+tr {01114.e} {01114.p6} {01114.p3} -> {01114.p4-eats} 
+tr {01114.t} {01114.p2-thinks} -> {01114.p1} {01114.p5} 
+tr {01114.t0|01115.t4} : b1113 {01115.p4-eats} -> {01114.f} {01115.f} {01115.p2-thinks} 
+tr {01114.t2} {01114.f} {01114.p5} -> {01114.p6} 
+tr {01114.t3|01115.t1} : a1113 {01114.f} {01115.p1} -> {01115.p3} 
+tr {01115.e} {01115.p6} {01115.p3} -> {01115.p4-eats} 
+tr {01115.t} {01115.p2-thinks} -> {01115.p1} {01115.p5} 
+tr {01115.t0|01116.t4} : b1114 {01116.p4-eats} -> {01115.f} {01116.f} {01116.p2-thinks} 
+tr {01115.t2} {01115.f} {01115.p5} -> {01115.p6} 
+tr {01115.t3|01116.t1} : a1114 {01115.f} {01116.p1} -> {01116.p3} 
+tr {01116.e} {01116.p6} {01116.p3} -> {01116.p4-eats} 
+tr {01116.t} {01116.p2-thinks} -> {01116.p1} {01116.p5} 
+tr {01116.t0|01117.t4} : b1115 {01117.p4-eats} -> {01116.f} {01117.f} {01117.p2-thinks} 
+tr {01116.t2} {01116.f} {01116.p5} -> {01116.p6} 
+tr {01116.t3|01117.t1} : a1115 {01116.f} {01117.p1} -> {01117.p3} 
+tr {01117.e} {01117.p6} {01117.p3} -> {01117.p4-eats} 
+tr {01117.t} {01117.p2-thinks} -> {01117.p1} {01117.p5} 
+tr {01117.t0|01118.t4} : b1116 {01118.p4-eats} -> {01117.f} {01118.f} {01118.p2-thinks} 
+tr {01117.t2} {01117.f} {01117.p5} -> {01117.p6} 
+tr {01117.t3|01118.t1} : a1116 {01117.f} {01118.p1} -> {01118.p3} 
+tr {01118.e} {01118.p6} {01118.p3} -> {01118.p4-eats} 
+tr {01118.t} {01118.p2-thinks} -> {01118.p1} {01118.p5} 
+tr {01118.t0|01119.t4} : b1117 {01119.p4-eats} -> {01118.f} {01119.f} {01119.p2-thinks} 
+tr {01118.t2} {01118.f} {01118.p5} -> {01118.p6} 
+tr {01118.t3|01119.t1} : a1117 {01118.f} {01119.p1} -> {01119.p3} 
+tr {01119.e} {01119.p6} {01119.p3} -> {01119.p4-eats} 
+tr {01119.t} {01119.p2-thinks} -> {01119.p1} {01119.p5} 
+tr {01119.t0|01120.t4} : b1118 {01120.p4-eats} -> {01119.f} {01120.f} {01120.p2-thinks} 
+tr {01119.t2} {01119.f} {01119.p5} -> {01119.p6} 
+tr {01119.t3|01120.t1} : a1118 {01119.f} {01120.p1} -> {01120.p3} 
+tr {01120.e} {01120.p6} {01120.p3} -> {01120.p4-eats} 
+tr {01120.t} {01120.p2-thinks} -> {01120.p1} {01120.p5} 
+tr {01120.t0|01121.t4} : b1119 {01121.p4-eats} -> {01120.f} {01121.f} {01121.p2-thinks} 
+tr {01120.t2} {01120.f} {01120.p5} -> {01120.p6} 
+tr {01120.t3|01121.t1} : a1119 {01120.f} {01121.p1} -> {01121.p3} 
+tr {01121.e} {01121.p6} {01121.p3} -> {01121.p4-eats} 
+tr {01121.t} {01121.p2-thinks} -> {01121.p1} {01121.p5} 
+tr {01121.t0|01122.t4} : b1120 {01122.p4-eats} -> {01121.f} {01122.f} {01122.p2-thinks} 
+tr {01121.t2} {01121.f} {01121.p5} -> {01121.p6} 
+tr {01121.t3|01122.t1} : a1120 {01121.f} {01122.p1} -> {01122.p3} 
+tr {01122.e} {01122.p6} {01122.p3} -> {01122.p4-eats} 
+tr {01122.t} {01122.p2-thinks} -> {01122.p1} {01122.p5} 
+tr {01122.t0|01123.t4} : b1121 {01123.p4-eats} -> {01122.f} {01123.f} {01123.p2-thinks} 
+tr {01122.t2} {01122.f} {01122.p5} -> {01122.p6} 
+tr {01122.t3|01123.t1} : a1121 {01122.f} {01123.p1} -> {01123.p3} 
+tr {01123.e} {01123.p6} {01123.p3} -> {01123.p4-eats} 
+tr {01123.t} {01123.p2-thinks} -> {01123.p1} {01123.p5} 
+tr {01123.t0|01124.t4} : b1122 {01124.p4-eats} -> {01123.f} {01124.f} {01124.p2-thinks} 
+tr {01123.t2} {01123.f} {01123.p5} -> {01123.p6} 
+tr {01123.t3|01124.t1} : a1122 {01123.f} {01124.p1} -> {01124.p3} 
+tr {01124.e} {01124.p6} {01124.p3} -> {01124.p4-eats} 
+tr {01124.t} {01124.p2-thinks} -> {01124.p1} {01124.p5} 
+tr {01124.t0|01125.t4} : b1123 {01125.p4-eats} -> {01124.f} {01125.f} {01125.p2-thinks} 
+tr {01124.t2} {01124.f} {01124.p5} -> {01124.p6} 
+tr {01124.t3|01125.t1} : a1123 {01124.f} {01125.p1} -> {01125.p3} 
+tr {01125.e} {01125.p6} {01125.p3} -> {01125.p4-eats} 
+tr {01125.t} {01125.p2-thinks} -> {01125.p1} {01125.p5} 
+tr {01125.t0|01126.t4} : b1124 {01126.p4-eats} -> {01125.f} {01126.f} {01126.p2-thinks} 
+tr {01125.t2} {01125.f} {01125.p5} -> {01125.p6} 
+tr {01125.t3|01126.t1} : a1124 {01125.f} {01126.p1} -> {01126.p3} 
+tr {01126.e} {01126.p6} {01126.p3} -> {01126.p4-eats} 
+tr {01126.t} {01126.p2-thinks} -> {01126.p1} {01126.p5} 
+tr {01126.t0|01127.t4} : b1125 {01127.p4-eats} -> {01126.f} {01127.f} {01127.p2-thinks} 
+tr {01126.t2} {01126.f} {01126.p5} -> {01126.p6} 
+tr {01126.t3|01127.t1} : a1125 {01126.f} {01127.p1} -> {01127.p3} 
+tr {01127.e} {01127.p6} {01127.p3} -> {01127.p4-eats} 
+tr {01127.t} {01127.p2-thinks} -> {01127.p1} {01127.p5} 
+tr {01127.t0|01128.t4} : b1126 {01128.p4-eats} -> {01127.f} {01128.f} {01128.p2-thinks} 
+tr {01127.t2} {01127.f} {01127.p5} -> {01127.p6} 
+tr {01127.t3|01128.t1} : a1126 {01127.f} {01128.p1} -> {01128.p3} 
+tr {01128.e} {01128.p6} {01128.p3} -> {01128.p4-eats} 
+tr {01128.t} {01128.p2-thinks} -> {01128.p1} {01128.p5} 
+tr {01128.t0|01129.t4} : b1127 {01129.p4-eats} -> {01128.f} {01129.f} {01129.p2-thinks} 
+tr {01128.t2} {01128.f} {01128.p5} -> {01128.p6} 
+tr {01128.t3|01129.t1} : a1127 {01128.f} {01129.p1} -> {01129.p3} 
+tr {01129.e} {01129.p6} {01129.p3} -> {01129.p4-eats} 
+tr {01129.t} {01129.p2-thinks} -> {01129.p1} {01129.p5} 
+tr {01129.t0|01130.t4} : b1128 {01130.p4-eats} -> {01129.f} {01130.f} {01130.p2-thinks} 
+tr {01129.t2} {01129.f} {01129.p5} -> {01129.p6} 
+tr {01129.t3|01130.t1} : a1128 {01129.f} {01130.p1} -> {01130.p3} 
+tr {01130.e} {01130.p6} {01130.p3} -> {01130.p4-eats} 
+tr {01130.t} {01130.p2-thinks} -> {01130.p1} {01130.p5} 
+tr {01130.t0|01131.t4} : b1129 {01131.p4-eats} -> {01130.f} {01131.f} {01131.p2-thinks} 
+tr {01130.t2} {01130.f} {01130.p5} -> {01130.p6} 
+tr {01130.t3|01131.t1} : a1129 {01130.f} {01131.p1} -> {01131.p3} 
+tr {01131.e} {01131.p6} {01131.p3} -> {01131.p4-eats} 
+tr {01131.t} {01131.p2-thinks} -> {01131.p1} {01131.p5} 
+tr {01131.t0|01132.t4} : b1130 {01132.p4-eats} -> {01131.f} {01132.f} {01132.p2-thinks} 
+tr {01131.t2} {01131.f} {01131.p5} -> {01131.p6} 
+tr {01131.t3|01132.t1} : a1130 {01131.f} {01132.p1} -> {01132.p3} 
+tr {01132.e} {01132.p6} {01132.p3} -> {01132.p4-eats} 
+tr {01132.t} {01132.p2-thinks} -> {01132.p1} {01132.p5} 
+tr {01132.t0|01133.t4} : b1131 {01133.p4-eats} -> {01132.f} {01133.f} {01133.p2-thinks} 
+tr {01132.t2} {01132.f} {01132.p5} -> {01132.p6} 
+tr {01132.t3|01133.t1} : a1131 {01132.f} {01133.p1} -> {01133.p3} 
+tr {01133.e} {01133.p6} {01133.p3} -> {01133.p4-eats} 
+tr {01133.t} {01133.p2-thinks} -> {01133.p1} {01133.p5} 
+tr {01133.t0|01134.t4} : b1132 {01134.p4-eats} -> {01133.f} {01134.f} {01134.p2-thinks} 
+tr {01133.t2} {01133.f} {01133.p5} -> {01133.p6} 
+tr {01133.t3|01134.t1} : a1132 {01133.f} {01134.p1} -> {01134.p3} 
+tr {01134.e} {01134.p6} {01134.p3} -> {01134.p4-eats} 
+tr {01134.t} {01134.p2-thinks} -> {01134.p1} {01134.p5} 
+tr {01134.t0|01135.t4} : b1133 {01135.p4-eats} -> {01134.f} {01135.f} {01135.p2-thinks} 
+tr {01134.t2} {01134.f} {01134.p5} -> {01134.p6} 
+tr {01134.t3|01135.t1} : a1133 {01134.f} {01135.p1} -> {01135.p3} 
+tr {01135.e} {01135.p6} {01135.p3} -> {01135.p4-eats} 
+tr {01135.t} {01135.p2-thinks} -> {01135.p1} {01135.p5} 
+tr {01135.t0|01136.t4} : b1134 {01136.p4-eats} -> {01135.f} {01136.f} {01136.p2-thinks} 
+tr {01135.t2} {01135.f} {01135.p5} -> {01135.p6} 
+tr {01135.t3|01136.t1} : a1134 {01135.f} {01136.p1} -> {01136.p3} 
+tr {01136.e} {01136.p6} {01136.p3} -> {01136.p4-eats} 
+tr {01136.t} {01136.p2-thinks} -> {01136.p1} {01136.p5} 
+tr {01136.t0|01137.t4} : b1135 {01137.p4-eats} -> {01136.f} {01137.f} {01137.p2-thinks} 
+tr {01136.t2} {01136.f} {01136.p5} -> {01136.p6} 
+tr {01136.t3|01137.t1} : a1135 {01136.f} {01137.p1} -> {01137.p3} 
+tr {01137.e} {01137.p6} {01137.p3} -> {01137.p4-eats} 
+tr {01137.t} {01137.p2-thinks} -> {01137.p1} {01137.p5} 
+tr {01137.t0|01138.t4} : b1136 {01138.p4-eats} -> {01137.f} {01138.f} {01138.p2-thinks} 
+tr {01137.t2} {01137.f} {01137.p5} -> {01137.p6} 
+tr {01137.t3|01138.t1} : a1136 {01137.f} {01138.p1} -> {01138.p3} 
+tr {01138.e} {01138.p6} {01138.p3} -> {01138.p4-eats} 
+tr {01138.t} {01138.p2-thinks} -> {01138.p1} {01138.p5} 
+tr {01138.t0|01139.t4} : b1137 {01139.p4-eats} -> {01138.f} {01139.f} {01139.p2-thinks} 
+tr {01138.t2} {01138.f} {01138.p5} -> {01138.p6} 
+tr {01138.t3|01139.t1} : a1137 {01138.f} {01139.p1} -> {01139.p3} 
+tr {01139.e} {01139.p6} {01139.p3} -> {01139.p4-eats} 
+tr {01139.t} {01139.p2-thinks} -> {01139.p1} {01139.p5} 
+tr {01139.t0|01140.t4} : b1138 {01140.p4-eats} -> {01139.f} {01140.f} {01140.p2-thinks} 
+tr {01139.t2} {01139.f} {01139.p5} -> {01139.p6} 
+tr {01139.t3|01140.t1} : a1138 {01139.f} {01140.p1} -> {01140.p3} 
+tr {01140.e} {01140.p6} {01140.p3} -> {01140.p4-eats} 
+tr {01140.t} {01140.p2-thinks} -> {01140.p1} {01140.p5} 
+tr {01140.t0|01141.t4} : b1139 {01141.p4-eats} -> {01140.f} {01141.f} {01141.p2-thinks} 
+tr {01140.t2} {01140.f} {01140.p5} -> {01140.p6} 
+tr {01140.t3|01141.t1} : a1139 {01140.f} {01141.p1} -> {01141.p3} 
+tr {01141.e} {01141.p6} {01141.p3} -> {01141.p4-eats} 
+tr {01141.t} {01141.p2-thinks} -> {01141.p1} {01141.p5} 
+tr {01141.t0|01142.t4} : b1140 {01142.p4-eats} -> {01141.f} {01142.f} {01142.p2-thinks} 
+tr {01141.t2} {01141.f} {01141.p5} -> {01141.p6} 
+tr {01141.t3|01142.t1} : a1140 {01141.f} {01142.p1} -> {01142.p3} 
+tr {01142.e} {01142.p6} {01142.p3} -> {01142.p4-eats} 
+tr {01142.t} {01142.p2-thinks} -> {01142.p1} {01142.p5} 
+tr {01142.t0|01143.t4} : b1141 {01143.p4-eats} -> {01142.f} {01143.f} {01143.p2-thinks} 
+tr {01142.t2} {01142.f} {01142.p5} -> {01142.p6} 
+tr {01142.t3|01143.t1} : a1141 {01142.f} {01143.p1} -> {01143.p3} 
+tr {01143.e} {01143.p6} {01143.p3} -> {01143.p4-eats} 
+tr {01143.t} {01143.p2-thinks} -> {01143.p1} {01143.p5} 
+tr {01143.t0|01144.t4} : b1142 {01144.p4-eats} -> {01143.f} {01144.f} {01144.p2-thinks} 
+tr {01143.t2} {01143.f} {01143.p5} -> {01143.p6} 
+tr {01143.t3|01144.t1} : a1142 {01143.f} {01144.p1} -> {01144.p3} 
+tr {01144.e} {01144.p6} {01144.p3} -> {01144.p4-eats} 
+tr {01144.t} {01144.p2-thinks} -> {01144.p1} {01144.p5} 
+tr {01144.t0|01145.t4} : b1143 {01145.p4-eats} -> {01144.f} {01145.f} {01145.p2-thinks} 
+tr {01144.t2} {01144.f} {01144.p5} -> {01144.p6} 
+tr {01144.t3|01145.t1} : a1143 {01144.f} {01145.p1} -> {01145.p3} 
+tr {01145.e} {01145.p6} {01145.p3} -> {01145.p4-eats} 
+tr {01145.t} {01145.p2-thinks} -> {01145.p1} {01145.p5} 
+tr {01145.t0|01146.t4} : b1144 {01146.p4-eats} -> {01145.f} {01146.f} {01146.p2-thinks} 
+tr {01145.t2} {01145.f} {01145.p5} -> {01145.p6} 
+tr {01145.t3|01146.t1} : a1144 {01145.f} {01146.p1} -> {01146.p3} 
+tr {01146.e} {01146.p6} {01146.p3} -> {01146.p4-eats} 
+tr {01146.t} {01146.p2-thinks} -> {01146.p1} {01146.p5} 
+tr {01146.t0|01147.t4} : b1145 {01147.p4-eats} -> {01146.f} {01147.f} {01147.p2-thinks} 
+tr {01146.t2} {01146.f} {01146.p5} -> {01146.p6} 
+tr {01146.t3|01147.t1} : a1145 {01146.f} {01147.p1} -> {01147.p3} 
+tr {01147.e} {01147.p6} {01147.p3} -> {01147.p4-eats} 
+tr {01147.t} {01147.p2-thinks} -> {01147.p1} {01147.p5} 
+tr {01147.t0|01148.t4} : b1146 {01148.p4-eats} -> {01147.f} {01148.f} {01148.p2-thinks} 
+tr {01147.t2} {01147.f} {01147.p5} -> {01147.p6} 
+tr {01147.t3|01148.t1} : a1146 {01147.f} {01148.p1} -> {01148.p3} 
+tr {01148.e} {01148.p6} {01148.p3} -> {01148.p4-eats} 
+tr {01148.t} {01148.p2-thinks} -> {01148.p1} {01148.p5} 
+tr {01148.t0|01149.t4} : b1147 {01149.p4-eats} -> {01148.f} {01149.f} {01149.p2-thinks} 
+tr {01148.t2} {01148.f} {01148.p5} -> {01148.p6} 
+tr {01148.t3|01149.t1} : a1147 {01148.f} {01149.p1} -> {01149.p3} 
+tr {01149.e} {01149.p6} {01149.p3} -> {01149.p4-eats} 
+tr {01149.t} {01149.p2-thinks} -> {01149.p1} {01149.p5} 
+tr {01149.t0|01150.t4} : b1148 {01150.p4-eats} -> {01149.f} {01150.f} {01150.p2-thinks} 
+tr {01149.t2} {01149.f} {01149.p5} -> {01149.p6} 
+tr {01149.t3|01150.t1} : a1148 {01149.f} {01150.p1} -> {01150.p3} 
+tr {01150.e} {01150.p6} {01150.p3} -> {01150.p4-eats} 
+tr {01150.t} {01150.p2-thinks} -> {01150.p1} {01150.p5} 
+tr {01150.t0|01151.t4} : b1149 {01151.p4-eats} -> {01150.f} {01151.f} {01151.p2-thinks} 
+tr {01150.t2} {01150.f} {01150.p5} -> {01150.p6} 
+tr {01150.t3|01151.t1} : a1149 {01150.f} {01151.p1} -> {01151.p3} 
+tr {01151.e} {01151.p6} {01151.p3} -> {01151.p4-eats} 
+tr {01151.t} {01151.p2-thinks} -> {01151.p1} {01151.p5} 
+tr {01151.t0|01152.t4} : b1150 {01152.p4-eats} -> {01151.f} {01152.f} {01152.p2-thinks} 
+tr {01151.t2} {01151.f} {01151.p5} -> {01151.p6} 
+tr {01151.t3|01152.t1} : a1150 {01151.f} {01152.p1} -> {01152.p3} 
+tr {01152.e} {01152.p6} {01152.p3} -> {01152.p4-eats} 
+tr {01152.t} {01152.p2-thinks} -> {01152.p1} {01152.p5} 
+tr {01152.t0|01153.t4} : b1151 {01153.p4-eats} -> {01152.f} {01153.f} {01153.p2-thinks} 
+tr {01152.t2} {01152.f} {01152.p5} -> {01152.p6} 
+tr {01152.t3|01153.t1} : a1151 {01152.f} {01153.p1} -> {01153.p3} 
+tr {01153.e} {01153.p6} {01153.p3} -> {01153.p4-eats} 
+tr {01153.t} {01153.p2-thinks} -> {01153.p1} {01153.p5} 
+tr {01153.t0|01154.t4} : b1152 {01154.p4-eats} -> {01153.f} {01154.f} {01154.p2-thinks} 
+tr {01153.t2} {01153.f} {01153.p5} -> {01153.p6} 
+tr {01153.t3|01154.t1} : a1152 {01153.f} {01154.p1} -> {01154.p3} 
+tr {01154.e} {01154.p6} {01154.p3} -> {01154.p4-eats} 
+tr {01154.t} {01154.p2-thinks} -> {01154.p1} {01154.p5} 
+tr {01154.t0|01155.t4} : b1153 {01155.p4-eats} -> {01154.f} {01155.f} {01155.p2-thinks} 
+tr {01154.t2} {01154.f} {01154.p5} -> {01154.p6} 
+tr {01154.t3|01155.t1} : a1153 {01154.f} {01155.p1} -> {01155.p3} 
+tr {01155.e} {01155.p6} {01155.p3} -> {01155.p4-eats} 
+tr {01155.t} {01155.p2-thinks} -> {01155.p1} {01155.p5} 
+tr {01155.t0|01156.t4} : b1154 {01156.p4-eats} -> {01155.f} {01156.f} {01156.p2-thinks} 
+tr {01155.t2} {01155.f} {01155.p5} -> {01155.p6} 
+tr {01155.t3|01156.t1} : a1154 {01155.f} {01156.p1} -> {01156.p3} 
+tr {01156.e} {01156.p6} {01156.p3} -> {01156.p4-eats} 
+tr {01156.t} {01156.p2-thinks} -> {01156.p1} {01156.p5} 
+tr {01156.t0|01157.t4} : b1155 {01157.p4-eats} -> {01156.f} {01157.f} {01157.p2-thinks} 
+tr {01156.t2} {01156.f} {01156.p5} -> {01156.p6} 
+tr {01156.t3|01157.t1} : a1155 {01156.f} {01157.p1} -> {01157.p3} 
+tr {01157.e} {01157.p6} {01157.p3} -> {01157.p4-eats} 
+tr {01157.t} {01157.p2-thinks} -> {01157.p1} {01157.p5} 
+tr {01157.t0|01158.t4} : b1156 {01158.p4-eats} -> {01157.f} {01158.f} {01158.p2-thinks} 
+tr {01157.t2} {01157.f} {01157.p5} -> {01157.p6} 
+tr {01157.t3|01158.t1} : a1156 {01157.f} {01158.p1} -> {01158.p3} 
+tr {01158.e} {01158.p6} {01158.p3} -> {01158.p4-eats} 
+tr {01158.t} {01158.p2-thinks} -> {01158.p1} {01158.p5} 
+tr {01158.t0|01159.t4} : b1157 {01159.p4-eats} -> {01158.f} {01159.f} {01159.p2-thinks} 
+tr {01158.t2} {01158.f} {01158.p5} -> {01158.p6} 
+tr {01158.t3|01159.t1} : a1157 {01158.f} {01159.p1} -> {01159.p3} 
+tr {01159.e} {01159.p6} {01159.p3} -> {01159.p4-eats} 
+tr {01159.t} {01159.p2-thinks} -> {01159.p1} {01159.p5} 
+tr {01159.t0|01160.t4} : b1158 {01160.p4-eats} -> {01159.f} {01160.f} {01160.p2-thinks} 
+tr {01159.t2} {01159.f} {01159.p5} -> {01159.p6} 
+tr {01159.t3|01160.t1} : a1158 {01159.f} {01160.p1} -> {01160.p3} 
+tr {01160.e} {01160.p6} {01160.p3} -> {01160.p4-eats} 
+tr {01160.t} {01160.p2-thinks} -> {01160.p1} {01160.p5} 
+tr {01160.t0|01161.t4} : b1159 {01161.p4-eats} -> {01160.f} {01161.f} {01161.p2-thinks} 
+tr {01160.t2} {01160.f} {01160.p5} -> {01160.p6} 
+tr {01160.t3|01161.t1} : a1159 {01160.f} {01161.p1} -> {01161.p3} 
+tr {01161.e} {01161.p6} {01161.p3} -> {01161.p4-eats} 
+tr {01161.t} {01161.p2-thinks} -> {01161.p1} {01161.p5} 
+tr {01161.t0|01162.t4} : b1160 {01162.p4-eats} -> {01161.f} {01162.f} {01162.p2-thinks} 
+tr {01161.t2} {01161.f} {01161.p5} -> {01161.p6} 
+tr {01161.t3|01162.t1} : a1160 {01161.f} {01162.p1} -> {01162.p3} 
+tr {01162.e} {01162.p6} {01162.p3} -> {01162.p4-eats} 
+tr {01162.t} {01162.p2-thinks} -> {01162.p1} {01162.p5} 
+tr {01162.t0|01163.t4} : b1161 {01163.p4-eats} -> {01162.f} {01163.f} {01163.p2-thinks} 
+tr {01162.t2} {01162.f} {01162.p5} -> {01162.p6} 
+tr {01162.t3|01163.t1} : a1161 {01162.f} {01163.p1} -> {01163.p3} 
+tr {01163.e} {01163.p6} {01163.p3} -> {01163.p4-eats} 
+tr {01163.t} {01163.p2-thinks} -> {01163.p1} {01163.p5} 
+tr {01163.t0|01164.t4} : b1162 {01164.p4-eats} -> {01163.f} {01164.f} {01164.p2-thinks} 
+tr {01163.t2} {01163.f} {01163.p5} -> {01163.p6} 
+tr {01163.t3|01164.t1} : a1162 {01163.f} {01164.p1} -> {01164.p3} 
+tr {01164.e} {01164.p6} {01164.p3} -> {01164.p4-eats} 
+tr {01164.t} {01164.p2-thinks} -> {01164.p1} {01164.p5} 
+tr {01164.t0|01165.t4} : b1163 {01165.p4-eats} -> {01164.f} {01165.f} {01165.p2-thinks} 
+tr {01164.t2} {01164.f} {01164.p5} -> {01164.p6} 
+tr {01164.t3|01165.t1} : a1163 {01164.f} {01165.p1} -> {01165.p3} 
+tr {01165.e} {01165.p6} {01165.p3} -> {01165.p4-eats} 
+tr {01165.t} {01165.p2-thinks} -> {01165.p1} {01165.p5} 
+tr {01165.t0|01166.t4} : b1164 {01166.p4-eats} -> {01165.f} {01166.f} {01166.p2-thinks} 
+tr {01165.t2} {01165.f} {01165.p5} -> {01165.p6} 
+tr {01165.t3|01166.t1} : a1164 {01165.f} {01166.p1} -> {01166.p3} 
+tr {01166.e} {01166.p6} {01166.p3} -> {01166.p4-eats} 
+tr {01166.t} {01166.p2-thinks} -> {01166.p1} {01166.p5} 
+tr {01166.t0|01167.t4} : b1165 {01167.p4-eats} -> {01166.f} {01167.f} {01167.p2-thinks} 
+tr {01166.t2} {01166.f} {01166.p5} -> {01166.p6} 
+tr {01166.t3|01167.t1} : a1165 {01166.f} {01167.p1} -> {01167.p3} 
+tr {01167.e} {01167.p6} {01167.p3} -> {01167.p4-eats} 
+tr {01167.t} {01167.p2-thinks} -> {01167.p1} {01167.p5} 
+tr {01167.t0|01168.t4} : b1166 {01168.p4-eats} -> {01167.f} {01168.f} {01168.p2-thinks} 
+tr {01167.t2} {01167.f} {01167.p5} -> {01167.p6} 
+tr {01167.t3|01168.t1} : a1166 {01167.f} {01168.p1} -> {01168.p3} 
+tr {01168.e} {01168.p6} {01168.p3} -> {01168.p4-eats} 
+tr {01168.t} {01168.p2-thinks} -> {01168.p1} {01168.p5} 
+tr {01168.t0|01169.t4} : b1167 {01169.p4-eats} -> {01168.f} {01169.f} {01169.p2-thinks} 
+tr {01168.t2} {01168.f} {01168.p5} -> {01168.p6} 
+tr {01168.t3|01169.t1} : a1167 {01168.f} {01169.p1} -> {01169.p3} 
+tr {01169.e} {01169.p6} {01169.p3} -> {01169.p4-eats} 
+tr {01169.t} {01169.p2-thinks} -> {01169.p1} {01169.p5} 
+tr {01169.t0|01170.t4} : b1168 {01170.p4-eats} -> {01169.f} {01170.f} {01170.p2-thinks} 
+tr {01169.t2} {01169.f} {01169.p5} -> {01169.p6} 
+tr {01169.t3|01170.t1} : a1168 {01169.f} {01170.p1} -> {01170.p3} 
+tr {01170.e} {01170.p6} {01170.p3} -> {01170.p4-eats} 
+tr {01170.t} {01170.p2-thinks} -> {01170.p1} {01170.p5} 
+tr {01170.t0|01171.t4} : b1169 {01171.p4-eats} -> {01170.f} {01171.f} {01171.p2-thinks} 
+tr {01170.t2} {01170.f} {01170.p5} -> {01170.p6} 
+tr {01170.t3|01171.t1} : a1169 {01170.f} {01171.p1} -> {01171.p3} 
+tr {01171.e} {01171.p6} {01171.p3} -> {01171.p4-eats} 
+tr {01171.t} {01171.p2-thinks} -> {01171.p1} {01171.p5} 
+tr {01171.t0|01172.t4} : b1170 {01172.p4-eats} -> {01171.f} {01172.f} {01172.p2-thinks} 
+tr {01171.t2} {01171.f} {01171.p5} -> {01171.p6} 
+tr {01171.t3|01172.t1} : a1170 {01171.f} {01172.p1} -> {01172.p3} 
+tr {01172.e} {01172.p6} {01172.p3} -> {01172.p4-eats} 
+tr {01172.t} {01172.p2-thinks} -> {01172.p1} {01172.p5} 
+tr {01172.t0|01173.t4} : b1171 {01173.p4-eats} -> {01172.f} {01173.f} {01173.p2-thinks} 
+tr {01172.t2} {01172.f} {01172.p5} -> {01172.p6} 
+tr {01172.t3|01173.t1} : a1171 {01172.f} {01173.p1} -> {01173.p3} 
+tr {01173.e} {01173.p6} {01173.p3} -> {01173.p4-eats} 
+tr {01173.t} {01173.p2-thinks} -> {01173.p1} {01173.p5} 
+tr {01173.t0|01174.t4} : b1172 {01174.p4-eats} -> {01173.f} {01174.f} {01174.p2-thinks} 
+tr {01173.t2} {01173.f} {01173.p5} -> {01173.p6} 
+tr {01173.t3|01174.t1} : a1172 {01173.f} {01174.p1} -> {01174.p3} 
+tr {01174.e} {01174.p6} {01174.p3} -> {01174.p4-eats} 
+tr {01174.t} {01174.p2-thinks} -> {01174.p1} {01174.p5} 
+tr {01174.t0|01175.t4} : b1173 {01175.p4-eats} -> {01174.f} {01175.f} {01175.p2-thinks} 
+tr {01174.t2} {01174.f} {01174.p5} -> {01174.p6} 
+tr {01174.t3|01175.t1} : a1173 {01174.f} {01175.p1} -> {01175.p3} 
+tr {01175.e} {01175.p6} {01175.p3} -> {01175.p4-eats} 
+tr {01175.t} {01175.p2-thinks} -> {01175.p1} {01175.p5} 
+tr {01175.t0|01176.t4} : b1174 {01176.p4-eats} -> {01175.f} {01176.f} {01176.p2-thinks} 
+tr {01175.t2} {01175.f} {01175.p5} -> {01175.p6} 
+tr {01175.t3|01176.t1} : a1174 {01175.f} {01176.p1} -> {01176.p3} 
+tr {01176.e} {01176.p6} {01176.p3} -> {01176.p4-eats} 
+tr {01176.t} {01176.p2-thinks} -> {01176.p1} {01176.p5} 
+tr {01176.t0|01177.t4} : b1175 {01177.p4-eats} -> {01176.f} {01177.f} {01177.p2-thinks} 
+tr {01176.t2} {01176.f} {01176.p5} -> {01176.p6} 
+tr {01176.t3|01177.t1} : a1175 {01176.f} {01177.p1} -> {01177.p3} 
+tr {01177.e} {01177.p6} {01177.p3} -> {01177.p4-eats} 
+tr {01177.t} {01177.p2-thinks} -> {01177.p1} {01177.p5} 
+tr {01177.t0|01178.t4} : b1176 {01178.p4-eats} -> {01177.f} {01178.f} {01178.p2-thinks} 
+tr {01177.t2} {01177.f} {01177.p5} -> {01177.p6} 
+tr {01177.t3|01178.t1} : a1176 {01177.f} {01178.p1} -> {01178.p3} 
+tr {01178.e} {01178.p6} {01178.p3} -> {01178.p4-eats} 
+tr {01178.t} {01178.p2-thinks} -> {01178.p1} {01178.p5} 
+tr {01178.t0|01179.t4} : b1177 {01179.p4-eats} -> {01178.f} {01179.f} {01179.p2-thinks} 
+tr {01178.t2} {01178.f} {01178.p5} -> {01178.p6} 
+tr {01178.t3|01179.t1} : a1177 {01178.f} {01179.p1} -> {01179.p3} 
+tr {01179.e} {01179.p6} {01179.p3} -> {01179.p4-eats} 
+tr {01179.t} {01179.p2-thinks} -> {01179.p1} {01179.p5} 
+tr {01179.t0|01180.t4} : b1178 {01180.p4-eats} -> {01179.f} {01180.f} {01180.p2-thinks} 
+tr {01179.t2} {01179.f} {01179.p5} -> {01179.p6} 
+tr {01179.t3|01180.t1} : a1178 {01179.f} {01180.p1} -> {01180.p3} 
+tr {01180.e} {01180.p6} {01180.p3} -> {01180.p4-eats} 
+tr {01180.t} {01180.p2-thinks} -> {01180.p1} {01180.p5} 
+tr {01180.t0|01181.t4} : b1179 {01181.p4-eats} -> {01180.f} {01181.f} {01181.p2-thinks} 
+tr {01180.t2} {01180.f} {01180.p5} -> {01180.p6} 
+tr {01180.t3|01181.t1} : a1179 {01180.f} {01181.p1} -> {01181.p3} 
+tr {01181.e} {01181.p6} {01181.p3} -> {01181.p4-eats} 
+tr {01181.t} {01181.p2-thinks} -> {01181.p1} {01181.p5} 
+tr {01181.t0|01182.t4} : b1180 {01182.p4-eats} -> {01181.f} {01182.f} {01182.p2-thinks} 
+tr {01181.t2} {01181.f} {01181.p5} -> {01181.p6} 
+tr {01181.t3|01182.t1} : a1180 {01181.f} {01182.p1} -> {01182.p3} 
+tr {01182.e} {01182.p6} {01182.p3} -> {01182.p4-eats} 
+tr {01182.t} {01182.p2-thinks} -> {01182.p1} {01182.p5} 
+tr {01182.t0|01183.t4} : b1181 {01183.p4-eats} -> {01182.f} {01183.f} {01183.p2-thinks} 
+tr {01182.t2} {01182.f} {01182.p5} -> {01182.p6} 
+tr {01182.t3|01183.t1} : a1181 {01182.f} {01183.p1} -> {01183.p3} 
+tr {01183.e} {01183.p6} {01183.p3} -> {01183.p4-eats} 
+tr {01183.t} {01183.p2-thinks} -> {01183.p1} {01183.p5} 
+tr {01183.t0|01184.t4} : b1182 {01184.p4-eats} -> {01183.f} {01184.f} {01184.p2-thinks} 
+tr {01183.t2} {01183.f} {01183.p5} -> {01183.p6} 
+tr {01183.t3|01184.t1} : a1182 {01183.f} {01184.p1} -> {01184.p3} 
+tr {01184.e} {01184.p6} {01184.p3} -> {01184.p4-eats} 
+tr {01184.t} {01184.p2-thinks} -> {01184.p1} {01184.p5} 
+tr {01184.t0|01185.t4} : b1183 {01185.p4-eats} -> {01184.f} {01185.f} {01185.p2-thinks} 
+tr {01184.t2} {01184.f} {01184.p5} -> {01184.p6} 
+tr {01184.t3|01185.t1} : a1183 {01184.f} {01185.p1} -> {01185.p3} 
+tr {01185.e} {01185.p6} {01185.p3} -> {01185.p4-eats} 
+tr {01185.t} {01185.p2-thinks} -> {01185.p1} {01185.p5} 
+tr {01185.t0|01186.t4} : b1184 {01186.p4-eats} -> {01185.f} {01186.f} {01186.p2-thinks} 
+tr {01185.t2} {01185.f} {01185.p5} -> {01185.p6} 
+tr {01185.t3|01186.t1} : a1184 {01185.f} {01186.p1} -> {01186.p3} 
+tr {01186.e} {01186.p6} {01186.p3} -> {01186.p4-eats} 
+tr {01186.t} {01186.p2-thinks} -> {01186.p1} {01186.p5} 
+tr {01186.t0|01187.t4} : b1185 {01187.p4-eats} -> {01186.f} {01187.f} {01187.p2-thinks} 
+tr {01186.t2} {01186.f} {01186.p5} -> {01186.p6} 
+tr {01186.t3|01187.t1} : a1185 {01186.f} {01187.p1} -> {01187.p3} 
+tr {01187.e} {01187.p6} {01187.p3} -> {01187.p4-eats} 
+tr {01187.t} {01187.p2-thinks} -> {01187.p1} {01187.p5} 
+tr {01187.t0|01188.t4} : b1186 {01188.p4-eats} -> {01187.f} {01188.f} {01188.p2-thinks} 
+tr {01187.t2} {01187.f} {01187.p5} -> {01187.p6} 
+tr {01187.t3|01188.t1} : a1186 {01187.f} {01188.p1} -> {01188.p3} 
+tr {01188.e} {01188.p6} {01188.p3} -> {01188.p4-eats} 
+tr {01188.t} {01188.p2-thinks} -> {01188.p1} {01188.p5} 
+tr {01188.t0|01189.t4} : b1187 {01189.p4-eats} -> {01188.f} {01189.f} {01189.p2-thinks} 
+tr {01188.t2} {01188.f} {01188.p5} -> {01188.p6} 
+tr {01188.t3|01189.t1} : a1187 {01188.f} {01189.p1} -> {01189.p3} 
+tr {01189.e} {01189.p6} {01189.p3} -> {01189.p4-eats} 
+tr {01189.t} {01189.p2-thinks} -> {01189.p1} {01189.p5} 
+tr {01189.t0|01190.t4} : b1188 {01190.p4-eats} -> {01189.f} {01190.f} {01190.p2-thinks} 
+tr {01189.t2} {01189.f} {01189.p5} -> {01189.p6} 
+tr {01189.t3|01190.t1} : a1188 {01189.f} {01190.p1} -> {01190.p3} 
+tr {01190.e} {01190.p6} {01190.p3} -> {01190.p4-eats} 
+tr {01190.t} {01190.p2-thinks} -> {01190.p1} {01190.p5} 
+tr {01190.t0|01191.t4} : b1189 {01191.p4-eats} -> {01190.f} {01191.f} {01191.p2-thinks} 
+tr {01190.t2} {01190.f} {01190.p5} -> {01190.p6} 
+tr {01190.t3|01191.t1} : a1189 {01190.f} {01191.p1} -> {01191.p3} 
+tr {01191.e} {01191.p6} {01191.p3} -> {01191.p4-eats} 
+tr {01191.t} {01191.p2-thinks} -> {01191.p1} {01191.p5} 
+tr {01191.t0|01192.t4} : b1190 {01192.p4-eats} -> {01191.f} {01192.f} {01192.p2-thinks} 
+tr {01191.t2} {01191.f} {01191.p5} -> {01191.p6} 
+tr {01191.t3|01192.t1} : a1190 {01191.f} {01192.p1} -> {01192.p3} 
+tr {01192.e} {01192.p6} {01192.p3} -> {01192.p4-eats} 
+tr {01192.t} {01192.p2-thinks} -> {01192.p1} {01192.p5} 
+tr {01192.t0|01193.t4} : b1191 {01193.p4-eats} -> {01192.f} {01193.f} {01193.p2-thinks} 
+tr {01192.t2} {01192.f} {01192.p5} -> {01192.p6} 
+tr {01192.t3|01193.t1} : a1191 {01192.f} {01193.p1} -> {01193.p3} 
+tr {01193.e} {01193.p6} {01193.p3} -> {01193.p4-eats} 
+tr {01193.t} {01193.p2-thinks} -> {01193.p1} {01193.p5} 
+tr {01193.t0|01194.t4} : b1192 {01194.p4-eats} -> {01193.f} {01194.f} {01194.p2-thinks} 
+tr {01193.t2} {01193.f} {01193.p5} -> {01193.p6} 
+tr {01193.t3|01194.t1} : a1192 {01193.f} {01194.p1} -> {01194.p3} 
+tr {01194.e} {01194.p6} {01194.p3} -> {01194.p4-eats} 
+tr {01194.t} {01194.p2-thinks} -> {01194.p1} {01194.p5} 
+tr {01194.t0|01195.t4} : b1193 {01195.p4-eats} -> {01194.f} {01195.f} {01195.p2-thinks} 
+tr {01194.t2} {01194.f} {01194.p5} -> {01194.p6} 
+tr {01194.t3|01195.t1} : a1193 {01194.f} {01195.p1} -> {01195.p3} 
+tr {01195.e} {01195.p6} {01195.p3} -> {01195.p4-eats} 
+tr {01195.t} {01195.p2-thinks} -> {01195.p1} {01195.p5} 
+tr {01195.t0|01196.t4} : b1194 {01196.p4-eats} -> {01195.f} {01196.f} {01196.p2-thinks} 
+tr {01195.t2} {01195.f} {01195.p5} -> {01195.p6} 
+tr {01195.t3|01196.t1} : a1194 {01195.f} {01196.p1} -> {01196.p3} 
+tr {01196.e} {01196.p6} {01196.p3} -> {01196.p4-eats} 
+tr {01196.t} {01196.p2-thinks} -> {01196.p1} {01196.p5} 
+tr {01196.t0|01197.t4} : b1195 {01197.p4-eats} -> {01196.f} {01197.f} {01197.p2-thinks} 
+tr {01196.t2} {01196.f} {01196.p5} -> {01196.p6} 
+tr {01196.t3|01197.t1} : a1195 {01196.f} {01197.p1} -> {01197.p3} 
+tr {01197.e} {01197.p6} {01197.p3} -> {01197.p4-eats} 
+tr {01197.t} {01197.p2-thinks} -> {01197.p1} {01197.p5} 
+tr {01197.t0|01198.t4} : b1196 {01198.p4-eats} -> {01197.f} {01198.f} {01198.p2-thinks} 
+tr {01197.t2} {01197.f} {01197.p5} -> {01197.p6} 
+tr {01197.t3|01198.t1} : a1196 {01197.f} {01198.p1} -> {01198.p3} 
+tr {01198.e} {01198.p6} {01198.p3} -> {01198.p4-eats} 
+tr {01198.t} {01198.p2-thinks} -> {01198.p1} {01198.p5} 
+tr {01198.t0|01199.t4} : b1197 {01199.p4-eats} -> {01198.f} {01199.f} {01199.p2-thinks} 
+tr {01198.t2} {01198.f} {01198.p5} -> {01198.p6} 
+tr {01198.t3|01199.t1} : a1197 {01198.f} {01199.p1} -> {01199.p3} 
+tr {01199.e} {01199.p6} {01199.p3} -> {01199.p4-eats} 
+tr {01199.t} {01199.p2-thinks} -> {01199.p1} {01199.p5} 
+tr {01199.t0|01200.t4} : b1198 {01200.p4-eats} -> {01199.f} {01200.f} {01200.p2-thinks} 
+tr {01199.t2} {01199.f} {01199.p5} -> {01199.p6} 
+tr {01199.t3|01200.t1} : a1198 {01199.f} {01200.p1} -> {01200.p3} 
+tr {01200.e} {01200.p6} {01200.p3} -> {01200.p4-eats} 
+tr {01200.t} {01200.p2-thinks} -> {01200.p1} {01200.p5} 
+tr {01200.t0|01201.t4} : b1199 {01201.p4-eats} -> {01200.f} {01201.f} {01201.p2-thinks} 
+tr {01200.t2} {01200.f} {01200.p5} -> {01200.p6} 
+tr {01200.t3|01201.t1} : a1199 {01200.f} {01201.p1} -> {01201.p3} 
+tr {01201.e} {01201.p6} {01201.p3} -> {01201.p4-eats} 
+tr {01201.t} {01201.p2-thinks} -> {01201.p1} {01201.p5} 
+tr {01201.t0|01202.t4} : b1200 {01202.p4-eats} -> {01201.f} {01202.f} {01202.p2-thinks} 
+tr {01201.t2} {01201.f} {01201.p5} -> {01201.p6} 
+tr {01201.t3|01202.t1} : a1200 {01201.f} {01202.p1} -> {01202.p3} 
+tr {01202.e} {01202.p6} {01202.p3} -> {01202.p4-eats} 
+tr {01202.t} {01202.p2-thinks} -> {01202.p1} {01202.p5} 
+tr {01202.t0|01203.t4} : b1201 {01203.p4-eats} -> {01202.f} {01203.f} {01203.p2-thinks} 
+tr {01202.t2} {01202.f} {01202.p5} -> {01202.p6} 
+tr {01202.t3|01203.t1} : a1201 {01202.f} {01203.p1} -> {01203.p3} 
+tr {01203.e} {01203.p6} {01203.p3} -> {01203.p4-eats} 
+tr {01203.t} {01203.p2-thinks} -> {01203.p1} {01203.p5} 
+tr {01203.t0|01204.t4} : b1202 {01204.p4-eats} -> {01203.f} {01204.f} {01204.p2-thinks} 
+tr {01203.t2} {01203.f} {01203.p5} -> {01203.p6} 
+tr {01203.t3|01204.t1} : a1202 {01203.f} {01204.p1} -> {01204.p3} 
+tr {01204.e} {01204.p6} {01204.p3} -> {01204.p4-eats} 
+tr {01204.t} {01204.p2-thinks} -> {01204.p1} {01204.p5} 
+tr {01204.t0|01205.t4} : b1203 {01205.p4-eats} -> {01204.f} {01205.f} {01205.p2-thinks} 
+tr {01204.t2} {01204.f} {01204.p5} -> {01204.p6} 
+tr {01204.t3|01205.t1} : a1203 {01204.f} {01205.p1} -> {01205.p3} 
+tr {01205.e} {01205.p6} {01205.p3} -> {01205.p4-eats} 
+tr {01205.t} {01205.p2-thinks} -> {01205.p1} {01205.p5} 
+tr {01205.t0|01206.t4} : b1204 {01206.p4-eats} -> {01205.f} {01206.f} {01206.p2-thinks} 
+tr {01205.t2} {01205.f} {01205.p5} -> {01205.p6} 
+tr {01205.t3|01206.t1} : a1204 {01205.f} {01206.p1} -> {01206.p3} 
+tr {01206.e} {01206.p6} {01206.p3} -> {01206.p4-eats} 
+tr {01206.t} {01206.p2-thinks} -> {01206.p1} {01206.p5} 
+tr {01206.t0|01207.t4} : b1205 {01207.p4-eats} -> {01206.f} {01207.f} {01207.p2-thinks} 
+tr {01206.t2} {01206.f} {01206.p5} -> {01206.p6} 
+tr {01206.t3|01207.t1} : a1205 {01206.f} {01207.p1} -> {01207.p3} 
+tr {01207.e} {01207.p6} {01207.p3} -> {01207.p4-eats} 
+tr {01207.t} {01207.p2-thinks} -> {01207.p1} {01207.p5} 
+tr {01207.t0|01208.t4} : b1206 {01208.p4-eats} -> {01207.f} {01208.f} {01208.p2-thinks} 
+tr {01207.t2} {01207.f} {01207.p5} -> {01207.p6} 
+tr {01207.t3|01208.t1} : a1206 {01207.f} {01208.p1} -> {01208.p3} 
+tr {01208.e} {01208.p6} {01208.p3} -> {01208.p4-eats} 
+tr {01208.t} {01208.p2-thinks} -> {01208.p1} {01208.p5} 
+tr {01208.t0|01209.t4} : b1207 {01209.p4-eats} -> {01208.f} {01209.f} {01209.p2-thinks} 
+tr {01208.t2} {01208.f} {01208.p5} -> {01208.p6} 
+tr {01208.t3|01209.t1} : a1207 {01208.f} {01209.p1} -> {01209.p3} 
+tr {01209.e} {01209.p6} {01209.p3} -> {01209.p4-eats} 
+tr {01209.t} {01209.p2-thinks} -> {01209.p1} {01209.p5} 
+tr {01209.t0|01210.t4} : b1208 {01210.p4-eats} -> {01209.f} {01210.f} {01210.p2-thinks} 
+tr {01209.t2} {01209.f} {01209.p5} -> {01209.p6} 
+tr {01209.t3|01210.t1} : a1208 {01209.f} {01210.p1} -> {01210.p3} 
+tr {01210.e} {01210.p6} {01210.p3} -> {01210.p4-eats} 
+tr {01210.t} {01210.p2-thinks} -> {01210.p1} {01210.p5} 
+tr {01210.t0|01211.t4} : b1209 {01211.p4-eats} -> {01210.f} {01211.f} {01211.p2-thinks} 
+tr {01210.t2} {01210.f} {01210.p5} -> {01210.p6} 
+tr {01210.t3|01211.t1} : a1209 {01210.f} {01211.p1} -> {01211.p3} 
+tr {01211.e} {01211.p6} {01211.p3} -> {01211.p4-eats} 
+tr {01211.t} {01211.p2-thinks} -> {01211.p1} {01211.p5} 
+tr {01211.t0|01212.t4} : b1210 {01212.p4-eats} -> {01211.f} {01212.f} {01212.p2-thinks} 
+tr {01211.t2} {01211.f} {01211.p5} -> {01211.p6} 
+tr {01211.t3|01212.t1} : a1210 {01211.f} {01212.p1} -> {01212.p3} 
+tr {01212.e} {01212.p6} {01212.p3} -> {01212.p4-eats} 
+tr {01212.t} {01212.p2-thinks} -> {01212.p1} {01212.p5} 
+tr {01212.t0|01213.t4} : b1211 {01213.p4-eats} -> {01212.f} {01213.f} {01213.p2-thinks} 
+tr {01212.t2} {01212.f} {01212.p5} -> {01212.p6} 
+tr {01212.t3|01213.t1} : a1211 {01212.f} {01213.p1} -> {01213.p3} 
+tr {01213.e} {01213.p6} {01213.p3} -> {01213.p4-eats} 
+tr {01213.t} {01213.p2-thinks} -> {01213.p1} {01213.p5} 
+tr {01213.t0|01214.t4} : b1212 {01214.p4-eats} -> {01213.f} {01214.f} {01214.p2-thinks} 
+tr {01213.t2} {01213.f} {01213.p5} -> {01213.p6} 
+tr {01213.t3|01214.t1} : a1212 {01213.f} {01214.p1} -> {01214.p3} 
+tr {01214.e} {01214.p6} {01214.p3} -> {01214.p4-eats} 
+tr {01214.t} {01214.p2-thinks} -> {01214.p1} {01214.p5} 
+tr {01214.t0|01215.t4} : b1213 {01215.p4-eats} -> {01214.f} {01215.f} {01215.p2-thinks} 
+tr {01214.t2} {01214.f} {01214.p5} -> {01214.p6} 
+tr {01214.t3|01215.t1} : a1213 {01214.f} {01215.p1} -> {01215.p3} 
+tr {01215.e} {01215.p6} {01215.p3} -> {01215.p4-eats} 
+tr {01215.t} {01215.p2-thinks} -> {01215.p1} {01215.p5} 
+tr {01215.t0|01216.t4} : b1214 {01216.p4-eats} -> {01215.f} {01216.f} {01216.p2-thinks} 
+tr {01215.t2} {01215.f} {01215.p5} -> {01215.p6} 
+tr {01215.t3|01216.t1} : a1214 {01215.f} {01216.p1} -> {01216.p3} 
+tr {01216.e} {01216.p6} {01216.p3} -> {01216.p4-eats} 
+tr {01216.t} {01216.p2-thinks} -> {01216.p1} {01216.p5} 
+tr {01216.t0|01217.t4} : b1215 {01217.p4-eats} -> {01216.f} {01217.f} {01217.p2-thinks} 
+tr {01216.t2} {01216.f} {01216.p5} -> {01216.p6} 
+tr {01216.t3|01217.t1} : a1215 {01216.f} {01217.p1} -> {01217.p3} 
+tr {01217.e} {01217.p6} {01217.p3} -> {01217.p4-eats} 
+tr {01217.t} {01217.p2-thinks} -> {01217.p1} {01217.p5} 
+tr {01217.t0|01218.t4} : b1216 {01218.p4-eats} -> {01217.f} {01218.f} {01218.p2-thinks} 
+tr {01217.t2} {01217.f} {01217.p5} -> {01217.p6} 
+tr {01217.t3|01218.t1} : a1216 {01217.f} {01218.p1} -> {01218.p3} 
+tr {01218.e} {01218.p6} {01218.p3} -> {01218.p4-eats} 
+tr {01218.t} {01218.p2-thinks} -> {01218.p1} {01218.p5} 
+tr {01218.t0|01219.t4} : b1217 {01219.p4-eats} -> {01218.f} {01219.f} {01219.p2-thinks} 
+tr {01218.t2} {01218.f} {01218.p5} -> {01218.p6} 
+tr {01218.t3|01219.t1} : a1217 {01218.f} {01219.p1} -> {01219.p3} 
+tr {01219.e} {01219.p6} {01219.p3} -> {01219.p4-eats} 
+tr {01219.t} {01219.p2-thinks} -> {01219.p1} {01219.p5} 
+tr {01219.t0|01220.t4} : b1218 {01220.p4-eats} -> {01219.f} {01220.f} {01220.p2-thinks} 
+tr {01219.t2} {01219.f} {01219.p5} -> {01219.p6} 
+tr {01219.t3|01220.t1} : a1218 {01219.f} {01220.p1} -> {01220.p3} 
+tr {01220.e} {01220.p6} {01220.p3} -> {01220.p4-eats} 
+tr {01220.t} {01220.p2-thinks} -> {01220.p1} {01220.p5} 
+tr {01220.t0|01221.t4} : b1219 {01221.p4-eats} -> {01220.f} {01221.f} {01221.p2-thinks} 
+tr {01220.t2} {01220.f} {01220.p5} -> {01220.p6} 
+tr {01220.t3|01221.t1} : a1219 {01220.f} {01221.p1} -> {01221.p3} 
+tr {01221.e} {01221.p6} {01221.p3} -> {01221.p4-eats} 
+tr {01221.t} {01221.p2-thinks} -> {01221.p1} {01221.p5} 
+tr {01221.t0|01222.t4} : b1220 {01222.p4-eats} -> {01221.f} {01222.f} {01222.p2-thinks} 
+tr {01221.t2} {01221.f} {01221.p5} -> {01221.p6} 
+tr {01221.t3|01222.t1} : a1220 {01221.f} {01222.p1} -> {01222.p3} 
+tr {01222.e} {01222.p6} {01222.p3} -> {01222.p4-eats} 
+tr {01222.t} {01222.p2-thinks} -> {01222.p1} {01222.p5} 
+tr {01222.t0|01223.t4} : b1221 {01223.p4-eats} -> {01222.f} {01223.f} {01223.p2-thinks} 
+tr {01222.t2} {01222.f} {01222.p5} -> {01222.p6} 
+tr {01222.t3|01223.t1} : a1221 {01222.f} {01223.p1} -> {01223.p3} 
+tr {01223.e} {01223.p6} {01223.p3} -> {01223.p4-eats} 
+tr {01223.t} {01223.p2-thinks} -> {01223.p1} {01223.p5} 
+tr {01223.t0|01224.t4} : b1222 {01224.p4-eats} -> {01223.f} {01224.f} {01224.p2-thinks} 
+tr {01223.t2} {01223.f} {01223.p5} -> {01223.p6} 
+tr {01223.t3|01224.t1} : a1222 {01223.f} {01224.p1} -> {01224.p3} 
+tr {01224.e} {01224.p6} {01224.p3} -> {01224.p4-eats} 
+tr {01224.t} {01224.p2-thinks} -> {01224.p1} {01224.p5} 
+tr {01224.t0|01225.t4} : b1223 {01225.p4-eats} -> {01224.f} {01225.f} {01225.p2-thinks} 
+tr {01224.t2} {01224.f} {01224.p5} -> {01224.p6} 
+tr {01224.t3|01225.t1} : a1223 {01224.f} {01225.p1} -> {01225.p3} 
+tr {01225.e} {01225.p6} {01225.p3} -> {01225.p4-eats} 
+tr {01225.t} {01225.p2-thinks} -> {01225.p1} {01225.p5} 
+tr {01225.t0|01226.t4} : b1224 {01226.p4-eats} -> {01225.f} {01226.f} {01226.p2-thinks} 
+tr {01225.t2} {01225.f} {01225.p5} -> {01225.p6} 
+tr {01225.t3|01226.t1} : a1224 {01225.f} {01226.p1} -> {01226.p3} 
+tr {01226.e} {01226.p6} {01226.p3} -> {01226.p4-eats} 
+tr {01226.t} {01226.p2-thinks} -> {01226.p1} {01226.p5} 
+tr {01226.t0|01227.t4} : b1225 {01227.p4-eats} -> {01226.f} {01227.f} {01227.p2-thinks} 
+tr {01226.t2} {01226.f} {01226.p5} -> {01226.p6} 
+tr {01226.t3|01227.t1} : a1225 {01226.f} {01227.p1} -> {01227.p3} 
+tr {01227.e} {01227.p6} {01227.p3} -> {01227.p4-eats} 
+tr {01227.t} {01227.p2-thinks} -> {01227.p1} {01227.p5} 
+tr {01227.t0|01228.t4} : b1226 {01228.p4-eats} -> {01227.f} {01228.f} {01228.p2-thinks} 
+tr {01227.t2} {01227.f} {01227.p5} -> {01227.p6} 
+tr {01227.t3|01228.t1} : a1226 {01227.f} {01228.p1} -> {01228.p3} 
+tr {01228.e} {01228.p6} {01228.p3} -> {01228.p4-eats} 
+tr {01228.t} {01228.p2-thinks} -> {01228.p1} {01228.p5} 
+tr {01228.t0|01229.t4} : b1227 {01229.p4-eats} -> {01228.f} {01229.f} {01229.p2-thinks} 
+tr {01228.t2} {01228.f} {01228.p5} -> {01228.p6} 
+tr {01228.t3|01229.t1} : a1227 {01228.f} {01229.p1} -> {01229.p3} 
+tr {01229.e} {01229.p6} {01229.p3} -> {01229.p4-eats} 
+tr {01229.t} {01229.p2-thinks} -> {01229.p1} {01229.p5} 
+tr {01229.t0|01230.t4} : b1228 {01230.p4-eats} -> {01229.f} {01230.f} {01230.p2-thinks} 
+tr {01229.t2} {01229.f} {01229.p5} -> {01229.p6} 
+tr {01229.t3|01230.t1} : a1228 {01229.f} {01230.p1} -> {01230.p3} 
+tr {01230.e} {01230.p6} {01230.p3} -> {01230.p4-eats} 
+tr {01230.t} {01230.p2-thinks} -> {01230.p1} {01230.p5} 
+tr {01230.t0|01231.t4} : b1229 {01231.p4-eats} -> {01230.f} {01231.f} {01231.p2-thinks} 
+tr {01230.t2} {01230.f} {01230.p5} -> {01230.p6} 
+tr {01230.t3|01231.t1} : a1229 {01230.f} {01231.p1} -> {01231.p3} 
+tr {01231.e} {01231.p6} {01231.p3} -> {01231.p4-eats} 
+tr {01231.t} {01231.p2-thinks} -> {01231.p1} {01231.p5} 
+tr {01231.t0|01232.t4} : b1230 {01232.p4-eats} -> {01231.f} {01232.f} {01232.p2-thinks} 
+tr {01231.t2} {01231.f} {01231.p5} -> {01231.p6} 
+tr {01231.t3|01232.t1} : a1230 {01231.f} {01232.p1} -> {01232.p3} 
+tr {01232.e} {01232.p6} {01232.p3} -> {01232.p4-eats} 
+tr {01232.t} {01232.p2-thinks} -> {01232.p1} {01232.p5} 
+tr {01232.t0|01233.t4} : b1231 {01233.p4-eats} -> {01232.f} {01233.f} {01233.p2-thinks} 
+tr {01232.t2} {01232.f} {01232.p5} -> {01232.p6} 
+tr {01232.t3|01233.t1} : a1231 {01232.f} {01233.p1} -> {01233.p3} 
+tr {01233.e} {01233.p6} {01233.p3} -> {01233.p4-eats} 
+tr {01233.t} {01233.p2-thinks} -> {01233.p1} {01233.p5} 
+tr {01233.t0|01234.t4} : b1232 {01234.p4-eats} -> {01233.f} {01234.f} {01234.p2-thinks} 
+tr {01233.t2} {01233.f} {01233.p5} -> {01233.p6} 
+tr {01233.t3|01234.t1} : a1232 {01233.f} {01234.p1} -> {01234.p3} 
+tr {01234.e} {01234.p6} {01234.p3} -> {01234.p4-eats} 
+tr {01234.t} {01234.p2-thinks} -> {01234.p1} {01234.p5} 
+tr {01234.t0|01235.t4} : b1233 {01235.p4-eats} -> {01234.f} {01235.f} {01235.p2-thinks} 
+tr {01234.t2} {01234.f} {01234.p5} -> {01234.p6} 
+tr {01234.t3|01235.t1} : a1233 {01234.f} {01235.p1} -> {01235.p3} 
+tr {01235.e} {01235.p6} {01235.p3} -> {01235.p4-eats} 
+tr {01235.t} {01235.p2-thinks} -> {01235.p1} {01235.p5} 
+tr {01235.t0|01236.t4} : b1234 {01236.p4-eats} -> {01235.f} {01236.f} {01236.p2-thinks} 
+tr {01235.t2} {01235.f} {01235.p5} -> {01235.p6} 
+tr {01235.t3|01236.t1} : a1234 {01235.f} {01236.p1} -> {01236.p3} 
+tr {01236.e} {01236.p6} {01236.p3} -> {01236.p4-eats} 
+tr {01236.t} {01236.p2-thinks} -> {01236.p1} {01236.p5} 
+tr {01236.t0|01237.t4} : b1235 {01237.p4-eats} -> {01236.f} {01237.f} {01237.p2-thinks} 
+tr {01236.t2} {01236.f} {01236.p5} -> {01236.p6} 
+tr {01236.t3|01237.t1} : a1235 {01236.f} {01237.p1} -> {01237.p3} 
+tr {01237.e} {01237.p6} {01237.p3} -> {01237.p4-eats} 
+tr {01237.t} {01237.p2-thinks} -> {01237.p1} {01237.p5} 
+tr {01237.t0|01238.t4} : b1236 {01238.p4-eats} -> {01237.f} {01238.f} {01238.p2-thinks} 
+tr {01237.t2} {01237.f} {01237.p5} -> {01237.p6} 
+tr {01237.t3|01238.t1} : a1236 {01237.f} {01238.p1} -> {01238.p3} 
+tr {01238.e} {01238.p6} {01238.p3} -> {01238.p4-eats} 
+tr {01238.t} {01238.p2-thinks} -> {01238.p1} {01238.p5} 
+tr {01238.t0|01239.t4} : b1237 {01239.p4-eats} -> {01238.f} {01239.f} {01239.p2-thinks} 
+tr {01238.t2} {01238.f} {01238.p5} -> {01238.p6} 
+tr {01238.t3|01239.t1} : a1237 {01238.f} {01239.p1} -> {01239.p3} 
+tr {01239.e} {01239.p6} {01239.p3} -> {01239.p4-eats} 
+tr {01239.t} {01239.p2-thinks} -> {01239.p1} {01239.p5} 
+tr {01239.t0|01240.t4} : b1238 {01240.p4-eats} -> {01239.f} {01240.f} {01240.p2-thinks} 
+tr {01239.t2} {01239.f} {01239.p5} -> {01239.p6} 
+tr {01239.t3|01240.t1} : a1238 {01239.f} {01240.p1} -> {01240.p3} 
+tr {01240.e} {01240.p6} {01240.p3} -> {01240.p4-eats} 
+tr {01240.t} {01240.p2-thinks} -> {01240.p1} {01240.p5} 
+tr {01240.t0|01241.t4} : b1239 {01241.p4-eats} -> {01240.f} {01241.f} {01241.p2-thinks} 
+tr {01240.t2} {01240.f} {01240.p5} -> {01240.p6} 
+tr {01240.t3|01241.t1} : a1239 {01240.f} {01241.p1} -> {01241.p3} 
+tr {01241.e} {01241.p6} {01241.p3} -> {01241.p4-eats} 
+tr {01241.t} {01241.p2-thinks} -> {01241.p1} {01241.p5} 
+tr {01241.t0|01242.t4} : b1240 {01242.p4-eats} -> {01241.f} {01242.f} {01242.p2-thinks} 
+tr {01241.t2} {01241.f} {01241.p5} -> {01241.p6} 
+tr {01241.t3|01242.t1} : a1240 {01241.f} {01242.p1} -> {01242.p3} 
+tr {01242.e} {01242.p6} {01242.p3} -> {01242.p4-eats} 
+tr {01242.t} {01242.p2-thinks} -> {01242.p1} {01242.p5} 
+tr {01242.t0|01243.t4} : b1241 {01243.p4-eats} -> {01242.f} {01243.f} {01243.p2-thinks} 
+tr {01242.t2} {01242.f} {01242.p5} -> {01242.p6} 
+tr {01242.t3|01243.t1} : a1241 {01242.f} {01243.p1} -> {01243.p3} 
+tr {01243.e} {01243.p6} {01243.p3} -> {01243.p4-eats} 
+tr {01243.t} {01243.p2-thinks} -> {01243.p1} {01243.p5} 
+tr {01243.t0|01244.t4} : b1242 {01244.p4-eats} -> {01243.f} {01244.f} {01244.p2-thinks} 
+tr {01243.t2} {01243.f} {01243.p5} -> {01243.p6} 
+tr {01243.t3|01244.t1} : a1242 {01243.f} {01244.p1} -> {01244.p3} 
+tr {01244.e} {01244.p6} {01244.p3} -> {01244.p4-eats} 
+tr {01244.t} {01244.p2-thinks} -> {01244.p1} {01244.p5} 
+tr {01244.t0|01245.t4} : b1243 {01245.p4-eats} -> {01244.f} {01245.f} {01245.p2-thinks} 
+tr {01244.t2} {01244.f} {01244.p5} -> {01244.p6} 
+tr {01244.t3|01245.t1} : a1243 {01244.f} {01245.p1} -> {01245.p3} 
+tr {01245.e} {01245.p6} {01245.p3} -> {01245.p4-eats} 
+tr {01245.t} {01245.p2-thinks} -> {01245.p1} {01245.p5} 
+tr {01245.t0|01246.t4} : b1244 {01246.p4-eats} -> {01245.f} {01246.f} {01246.p2-thinks} 
+tr {01245.t2} {01245.f} {01245.p5} -> {01245.p6} 
+tr {01245.t3|01246.t1} : a1244 {01245.f} {01246.p1} -> {01246.p3} 
+tr {01246.e} {01246.p6} {01246.p3} -> {01246.p4-eats} 
+tr {01246.t} {01246.p2-thinks} -> {01246.p1} {01246.p5} 
+tr {01246.t0|01247.t4} : b1245 {01247.p4-eats} -> {01246.f} {01247.f} {01247.p2-thinks} 
+tr {01246.t2} {01246.f} {01246.p5} -> {01246.p6} 
+tr {01246.t3|01247.t1} : a1245 {01246.f} {01247.p1} -> {01247.p3} 
+tr {01247.e} {01247.p6} {01247.p3} -> {01247.p4-eats} 
+tr {01247.t} {01247.p2-thinks} -> {01247.p1} {01247.p5} 
+tr {01247.t0|01248.t4} : b1246 {01248.p4-eats} -> {01247.f} {01248.f} {01248.p2-thinks} 
+tr {01247.t2} {01247.f} {01247.p5} -> {01247.p6} 
+tr {01247.t3|01248.t1} : a1246 {01247.f} {01248.p1} -> {01248.p3} 
+tr {01248.e} {01248.p6} {01248.p3} -> {01248.p4-eats} 
+tr {01248.t} {01248.p2-thinks} -> {01248.p1} {01248.p5} 
+tr {01248.t0|01249.t4} : b1247 {01249.p4-eats} -> {01248.f} {01249.f} {01249.p2-thinks} 
+tr {01248.t2} {01248.f} {01248.p5} -> {01248.p6} 
+tr {01248.t3|01249.t1} : a1247 {01248.f} {01249.p1} -> {01249.p3} 
+tr {01249.e} {01249.p6} {01249.p3} -> {01249.p4-eats} 
+tr {01249.t} {01249.p2-thinks} -> {01249.p1} {01249.p5} 
+tr {01249.t0|01250.t4} : b1248 {01250.p4-eats} -> {01249.f} {01250.f} {01250.p2-thinks} 
+tr {01249.t2} {01249.f} {01249.p5} -> {01249.p6} 
+tr {01249.t3|01250.t1} : a1248 {01249.f} {01250.p1} -> {01250.p3} 
+tr {01250.e} {01250.p6} {01250.p3} -> {01250.p4-eats} 
+tr {01250.t} {01250.p2-thinks} -> {01250.p1} {01250.p5} 
+tr {01250.t0|01251.t4} : b1249 {01251.p4-eats} -> {01250.f} {01251.f} {01251.p2-thinks} 
+tr {01250.t2} {01250.f} {01250.p5} -> {01250.p6} 
+tr {01250.t3|01251.t1} : a1249 {01250.f} {01251.p1} -> {01251.p3} 
+tr {01251.e} {01251.p6} {01251.p3} -> {01251.p4-eats} 
+tr {01251.t} {01251.p2-thinks} -> {01251.p1} {01251.p5} 
+tr {01251.t0|01252.t4} : b1250 {01252.p4-eats} -> {01251.f} {01252.f} {01252.p2-thinks} 
+tr {01251.t2} {01251.f} {01251.p5} -> {01251.p6} 
+tr {01251.t3|01252.t1} : a1250 {01251.f} {01252.p1} -> {01252.p3} 
+tr {01252.e} {01252.p6} {01252.p3} -> {01252.p4-eats} 
+tr {01252.t} {01252.p2-thinks} -> {01252.p1} {01252.p5} 
+tr {01252.t0|01253.t4} : b1251 {01253.p4-eats} -> {01252.f} {01253.f} {01253.p2-thinks} 
+tr {01252.t2} {01252.f} {01252.p5} -> {01252.p6} 
+tr {01252.t3|01253.t1} : a1251 {01252.f} {01253.p1} -> {01253.p3} 
+tr {01253.e} {01253.p6} {01253.p3} -> {01253.p4-eats} 
+tr {01253.t} {01253.p2-thinks} -> {01253.p1} {01253.p5} 
+tr {01253.t0|01254.t4} : b1252 {01254.p4-eats} -> {01253.f} {01254.f} {01254.p2-thinks} 
+tr {01253.t2} {01253.f} {01253.p5} -> {01253.p6} 
+tr {01253.t3|01254.t1} : a1252 {01253.f} {01254.p1} -> {01254.p3} 
+tr {01254.e} {01254.p6} {01254.p3} -> {01254.p4-eats} 
+tr {01254.t} {01254.p2-thinks} -> {01254.p1} {01254.p5} 
+tr {01254.t0|01255.t4} : b1253 {01255.p4-eats} -> {01254.f} {01255.f} {01255.p2-thinks} 
+tr {01254.t2} {01254.f} {01254.p5} -> {01254.p6} 
+tr {01254.t3|01255.t1} : a1253 {01254.f} {01255.p1} -> {01255.p3} 
+tr {01255.e} {01255.p6} {01255.p3} -> {01255.p4-eats} 
+tr {01255.t} {01255.p2-thinks} -> {01255.p1} {01255.p5} 
+tr {01255.t0|01256.t4} : b1254 {01256.p4-eats} -> {01255.f} {01256.f} {01256.p2-thinks} 
+tr {01255.t2} {01255.f} {01255.p5} -> {01255.p6} 
+tr {01255.t3|01256.t1} : a1254 {01255.f} {01256.p1} -> {01256.p3} 
+tr {01256.e} {01256.p6} {01256.p3} -> {01256.p4-eats} 
+tr {01256.t} {01256.p2-thinks} -> {01256.p1} {01256.p5} 
+tr {01256.t0|01257.t4} : b1255 {01257.p4-eats} -> {01256.f} {01257.f} {01257.p2-thinks} 
+tr {01256.t2} {01256.f} {01256.p5} -> {01256.p6} 
+tr {01256.t3|01257.t1} : a1255 {01256.f} {01257.p1} -> {01257.p3} 
+tr {01257.e} {01257.p6} {01257.p3} -> {01257.p4-eats} 
+tr {01257.t} {01257.p2-thinks} -> {01257.p1} {01257.p5} 
+tr {01257.t0|01258.t4} : b1256 {01258.p4-eats} -> {01257.f} {01258.f} {01258.p2-thinks} 
+tr {01257.t2} {01257.f} {01257.p5} -> {01257.p6} 
+tr {01257.t3|01258.t1} : a1256 {01257.f} {01258.p1} -> {01258.p3} 
+tr {01258.e} {01258.p6} {01258.p3} -> {01258.p4-eats} 
+tr {01258.t} {01258.p2-thinks} -> {01258.p1} {01258.p5} 
+tr {01258.t0|01259.t4} : b1257 {01259.p4-eats} -> {01258.f} {01259.f} {01259.p2-thinks} 
+tr {01258.t2} {01258.f} {01258.p5} -> {01258.p6} 
+tr {01258.t3|01259.t1} : a1257 {01258.f} {01259.p1} -> {01259.p3} 
+tr {01259.e} {01259.p6} {01259.p3} -> {01259.p4-eats} 
+tr {01259.t} {01259.p2-thinks} -> {01259.p1} {01259.p5} 
+tr {01259.t0|01260.t4} : b1258 {01260.p4-eats} -> {01259.f} {01260.f} {01260.p2-thinks} 
+tr {01259.t2} {01259.f} {01259.p5} -> {01259.p6} 
+tr {01259.t3|01260.t1} : a1258 {01259.f} {01260.p1} -> {01260.p3} 
+tr {01260.e} {01260.p6} {01260.p3} -> {01260.p4-eats} 
+tr {01260.t} {01260.p2-thinks} -> {01260.p1} {01260.p5} 
+tr {01260.t0|01261.t4} : b1259 {01261.p4-eats} -> {01260.f} {01261.f} {01261.p2-thinks} 
+tr {01260.t2} {01260.f} {01260.p5} -> {01260.p6} 
+tr {01260.t3|01261.t1} : a1259 {01260.f} {01261.p1} -> {01261.p3} 
+tr {01261.e} {01261.p6} {01261.p3} -> {01261.p4-eats} 
+tr {01261.t} {01261.p2-thinks} -> {01261.p1} {01261.p5} 
+tr {01261.t0|01262.t4} : b1260 {01262.p4-eats} -> {01261.f} {01262.f} {01262.p2-thinks} 
+tr {01261.t2} {01261.f} {01261.p5} -> {01261.p6} 
+tr {01261.t3|01262.t1} : a1260 {01261.f} {01262.p1} -> {01262.p3} 
+tr {01262.e} {01262.p6} {01262.p3} -> {01262.p4-eats} 
+tr {01262.t} {01262.p2-thinks} -> {01262.p1} {01262.p5} 
+tr {01262.t0|01263.t4} : b1261 {01263.p4-eats} -> {01262.f} {01263.f} {01263.p2-thinks} 
+tr {01262.t2} {01262.f} {01262.p5} -> {01262.p6} 
+tr {01262.t3|01263.t1} : a1261 {01262.f} {01263.p1} -> {01263.p3} 
+tr {01263.e} {01263.p6} {01263.p3} -> {01263.p4-eats} 
+tr {01263.t} {01263.p2-thinks} -> {01263.p1} {01263.p5} 
+tr {01263.t0|01264.t4} : b1262 {01264.p4-eats} -> {01263.f} {01264.f} {01264.p2-thinks} 
+tr {01263.t2} {01263.f} {01263.p5} -> {01263.p6} 
+tr {01263.t3|01264.t1} : a1262 {01263.f} {01264.p1} -> {01264.p3} 
+tr {01264.e} {01264.p6} {01264.p3} -> {01264.p4-eats} 
+tr {01264.t} {01264.p2-thinks} -> {01264.p1} {01264.p5} 
+tr {01264.t0|01265.t4} : b1263 {01265.p4-eats} -> {01264.f} {01265.f} {01265.p2-thinks} 
+tr {01264.t2} {01264.f} {01264.p5} -> {01264.p6} 
+tr {01264.t3|01265.t1} : a1263 {01264.f} {01265.p1} -> {01265.p3} 
+tr {01265.e} {01265.p6} {01265.p3} -> {01265.p4-eats} 
+tr {01265.t} {01265.p2-thinks} -> {01265.p1} {01265.p5} 
+tr {01265.t0|01266.t4} : b1264 {01266.p4-eats} -> {01265.f} {01266.f} {01266.p2-thinks} 
+tr {01265.t2} {01265.f} {01265.p5} -> {01265.p6} 
+tr {01265.t3|01266.t1} : a1264 {01265.f} {01266.p1} -> {01266.p3} 
+tr {01266.e} {01266.p6} {01266.p3} -> {01266.p4-eats} 
+tr {01266.t} {01266.p2-thinks} -> {01266.p1} {01266.p5} 
+tr {01266.t0|01267.t4} : b1265 {01267.p4-eats} -> {01266.f} {01267.f} {01267.p2-thinks} 
+tr {01266.t2} {01266.f} {01266.p5} -> {01266.p6} 
+tr {01266.t3|01267.t1} : a1265 {01266.f} {01267.p1} -> {01267.p3} 
+tr {01267.e} {01267.p6} {01267.p3} -> {01267.p4-eats} 
+tr {01267.t} {01267.p2-thinks} -> {01267.p1} {01267.p5} 
+tr {01267.t0|01268.t4} : b1266 {01268.p4-eats} -> {01267.f} {01268.f} {01268.p2-thinks} 
+tr {01267.t2} {01267.f} {01267.p5} -> {01267.p6} 
+tr {01267.t3|01268.t1} : a1266 {01267.f} {01268.p1} -> {01268.p3} 
+tr {01268.e} {01268.p6} {01268.p3} -> {01268.p4-eats} 
+tr {01268.t} {01268.p2-thinks} -> {01268.p1} {01268.p5} 
+tr {01268.t0|01269.t4} : b1267 {01269.p4-eats} -> {01268.f} {01269.f} {01269.p2-thinks} 
+tr {01268.t2} {01268.f} {01268.p5} -> {01268.p6} 
+tr {01268.t3|01269.t1} : a1267 {01268.f} {01269.p1} -> {01269.p3} 
+tr {01269.e} {01269.p6} {01269.p3} -> {01269.p4-eats} 
+tr {01269.t} {01269.p2-thinks} -> {01269.p1} {01269.p5} 
+tr {01269.t0|01270.t4} : b1268 {01270.p4-eats} -> {01269.f} {01270.f} {01270.p2-thinks} 
+tr {01269.t2} {01269.f} {01269.p5} -> {01269.p6} 
+tr {01269.t3|01270.t1} : a1268 {01269.f} {01270.p1} -> {01270.p3} 
+tr {01270.e} {01270.p6} {01270.p3} -> {01270.p4-eats} 
+tr {01270.t} {01270.p2-thinks} -> {01270.p1} {01270.p5} 
+tr {01270.t0|01271.t4} : b1269 {01271.p4-eats} -> {01270.f} {01271.f} {01271.p2-thinks} 
+tr {01270.t2} {01270.f} {01270.p5} -> {01270.p6} 
+tr {01270.t3|01271.t1} : a1269 {01270.f} {01271.p1} -> {01271.p3} 
+tr {01271.e} {01271.p6} {01271.p3} -> {01271.p4-eats} 
+tr {01271.t} {01271.p2-thinks} -> {01271.p1} {01271.p5} 
+tr {01271.t0|01272.t4} : b1270 {01272.p4-eats} -> {01271.f} {01272.f} {01272.p2-thinks} 
+tr {01271.t2} {01271.f} {01271.p5} -> {01271.p6} 
+tr {01271.t3|01272.t1} : a1270 {01271.f} {01272.p1} -> {01272.p3} 
+tr {01272.e} {01272.p6} {01272.p3} -> {01272.p4-eats} 
+tr {01272.t} {01272.p2-thinks} -> {01272.p1} {01272.p5} 
+tr {01272.t0|01273.t4} : b1271 {01273.p4-eats} -> {01272.f} {01273.f} {01273.p2-thinks} 
+tr {01272.t2} {01272.f} {01272.p5} -> {01272.p6} 
+tr {01272.t3|01273.t1} : a1271 {01272.f} {01273.p1} -> {01273.p3} 
+tr {01273.e} {01273.p6} {01273.p3} -> {01273.p4-eats} 
+tr {01273.t} {01273.p2-thinks} -> {01273.p1} {01273.p5} 
+tr {01273.t0|01274.t4} : b1272 {01274.p4-eats} -> {01273.f} {01274.f} {01274.p2-thinks} 
+tr {01273.t2} {01273.f} {01273.p5} -> {01273.p6} 
+tr {01273.t3|01274.t1} : a1272 {01273.f} {01274.p1} -> {01274.p3} 
+tr {01274.e} {01274.p6} {01274.p3} -> {01274.p4-eats} 
+tr {01274.t} {01274.p2-thinks} -> {01274.p1} {01274.p5} 
+tr {01274.t0|01275.t4} : b1273 {01275.p4-eats} -> {01274.f} {01275.f} {01275.p2-thinks} 
+tr {01274.t2} {01274.f} {01274.p5} -> {01274.p6} 
+tr {01274.t3|01275.t1} : a1273 {01274.f} {01275.p1} -> {01275.p3} 
+tr {01275.e} {01275.p6} {01275.p3} -> {01275.p4-eats} 
+tr {01275.t} {01275.p2-thinks} -> {01275.p1} {01275.p5} 
+tr {01275.t0|01276.t4} : b1274 {01276.p4-eats} -> {01275.f} {01276.f} {01276.p2-thinks} 
+tr {01275.t2} {01275.f} {01275.p5} -> {01275.p6} 
+tr {01275.t3|01276.t1} : a1274 {01275.f} {01276.p1} -> {01276.p3} 
+tr {01276.e} {01276.p6} {01276.p3} -> {01276.p4-eats} 
+tr {01276.t} {01276.p2-thinks} -> {01276.p1} {01276.p5} 
+tr {01276.t0|01277.t4} : b1275 {01277.p4-eats} -> {01276.f} {01277.f} {01277.p2-thinks} 
+tr {01276.t2} {01276.f} {01276.p5} -> {01276.p6} 
+tr {01276.t3|01277.t1} : a1275 {01276.f} {01277.p1} -> {01277.p3} 
+tr {01277.e} {01277.p6} {01277.p3} -> {01277.p4-eats} 
+tr {01277.t} {01277.p2-thinks} -> {01277.p1} {01277.p5} 
+tr {01277.t0|01278.t4} : b1276 {01278.p4-eats} -> {01277.f} {01278.f} {01278.p2-thinks} 
+tr {01277.t2} {01277.f} {01277.p5} -> {01277.p6} 
+tr {01277.t3|01278.t1} : a1276 {01277.f} {01278.p1} -> {01278.p3} 
+tr {01278.e} {01278.p6} {01278.p3} -> {01278.p4-eats} 
+tr {01278.t} {01278.p2-thinks} -> {01278.p1} {01278.p5} 
+tr {01278.t0|01279.t4} : b1277 {01279.p4-eats} -> {01278.f} {01279.f} {01279.p2-thinks} 
+tr {01278.t2} {01278.f} {01278.p5} -> {01278.p6} 
+tr {01278.t3|01279.t1} : a1277 {01278.f} {01279.p1} -> {01279.p3} 
+tr {01279.e} {01279.p6} {01279.p3} -> {01279.p4-eats} 
+tr {01279.t} {01279.p2-thinks} -> {01279.p1} {01279.p5} 
+tr {01279.t0|01280.t4} : b1278 {01280.p4-eats} -> {01279.f} {01280.f} {01280.p2-thinks} 
+tr {01279.t2} {01279.f} {01279.p5} -> {01279.p6} 
+tr {01279.t3|01280.t1} : a1278 {01279.f} {01280.p1} -> {01280.p3} 
+tr {01280.e} {01280.p6} {01280.p3} -> {01280.p4-eats} 
+tr {01280.t} {01280.p2-thinks} -> {01280.p1} {01280.p5} 
+tr {01280.t0|01281.t4} : b1279 {01281.p4-eats} -> {01280.f} {01281.f} {01281.p2-thinks} 
+tr {01280.t2} {01280.f} {01280.p5} -> {01280.p6} 
+tr {01280.t3|01281.t1} : a1279 {01280.f} {01281.p1} -> {01281.p3} 
+tr {01281.e} {01281.p6} {01281.p3} -> {01281.p4-eats} 
+tr {01281.t} {01281.p2-thinks} -> {01281.p1} {01281.p5} 
+tr {01281.t0|01282.t4} : b1280 {01282.p4-eats} -> {01281.f} {01282.f} {01282.p2-thinks} 
+tr {01281.t2} {01281.f} {01281.p5} -> {01281.p6} 
+tr {01281.t3|01282.t1} : a1280 {01281.f} {01282.p1} -> {01282.p3} 
+tr {01282.e} {01282.p6} {01282.p3} -> {01282.p4-eats} 
+tr {01282.t} {01282.p2-thinks} -> {01282.p1} {01282.p5} 
+tr {01282.t0|01283.t4} : b1281 {01283.p4-eats} -> {01282.f} {01283.f} {01283.p2-thinks} 
+tr {01282.t2} {01282.f} {01282.p5} -> {01282.p6} 
+tr {01282.t3|01283.t1} : a1281 {01282.f} {01283.p1} -> {01283.p3} 
+tr {01283.e} {01283.p6} {01283.p3} -> {01283.p4-eats} 
+tr {01283.t} {01283.p2-thinks} -> {01283.p1} {01283.p5} 
+tr {01283.t0|01284.t4} : b1282 {01284.p4-eats} -> {01283.f} {01284.f} {01284.p2-thinks} 
+tr {01283.t2} {01283.f} {01283.p5} -> {01283.p6} 
+tr {01283.t3|01284.t1} : a1282 {01283.f} {01284.p1} -> {01284.p3} 
+tr {01284.e} {01284.p6} {01284.p3} -> {01284.p4-eats} 
+tr {01284.t} {01284.p2-thinks} -> {01284.p1} {01284.p5} 
+tr {01284.t0|01285.t4} : b1283 {01285.p4-eats} -> {01284.f} {01285.f} {01285.p2-thinks} 
+tr {01284.t2} {01284.f} {01284.p5} -> {01284.p6} 
+tr {01284.t3|01285.t1} : a1283 {01284.f} {01285.p1} -> {01285.p3} 
+tr {01285.e} {01285.p6} {01285.p3} -> {01285.p4-eats} 
+tr {01285.t} {01285.p2-thinks} -> {01285.p1} {01285.p5} 
+tr {01285.t0|01286.t4} : b1284 {01286.p4-eats} -> {01285.f} {01286.f} {01286.p2-thinks} 
+tr {01285.t2} {01285.f} {01285.p5} -> {01285.p6} 
+tr {01285.t3|01286.t1} : a1284 {01285.f} {01286.p1} -> {01286.p3} 
+tr {01286.e} {01286.p6} {01286.p3} -> {01286.p4-eats} 
+tr {01286.t} {01286.p2-thinks} -> {01286.p1} {01286.p5} 
+tr {01286.t0|01287.t4} : b1285 {01287.p4-eats} -> {01286.f} {01287.f} {01287.p2-thinks} 
+tr {01286.t2} {01286.f} {01286.p5} -> {01286.p6} 
+tr {01286.t3|01287.t1} : a1285 {01286.f} {01287.p1} -> {01287.p3} 
+tr {01287.e} {01287.p6} {01287.p3} -> {01287.p4-eats} 
+tr {01287.t} {01287.p2-thinks} -> {01287.p1} {01287.p5} 
+tr {01287.t0|01288.t4} : b1286 {01288.p4-eats} -> {01287.f} {01288.f} {01288.p2-thinks} 
+tr {01287.t2} {01287.f} {01287.p5} -> {01287.p6} 
+tr {01287.t3|01288.t1} : a1286 {01287.f} {01288.p1} -> {01288.p3} 
+tr {01288.e} {01288.p6} {01288.p3} -> {01288.p4-eats} 
+tr {01288.t} {01288.p2-thinks} -> {01288.p1} {01288.p5} 
+tr {01288.t0|01289.t4} : b1287 {01289.p4-eats} -> {01288.f} {01289.f} {01289.p2-thinks} 
+tr {01288.t2} {01288.f} {01288.p5} -> {01288.p6} 
+tr {01288.t3|01289.t1} : a1287 {01288.f} {01289.p1} -> {01289.p3} 
+tr {01289.e} {01289.p6} {01289.p3} -> {01289.p4-eats} 
+tr {01289.t} {01289.p2-thinks} -> {01289.p1} {01289.p5} 
+tr {01289.t0|01290.t4} : b1288 {01290.p4-eats} -> {01289.f} {01290.f} {01290.p2-thinks} 
+tr {01289.t2} {01289.f} {01289.p5} -> {01289.p6} 
+tr {01289.t3|01290.t1} : a1288 {01289.f} {01290.p1} -> {01290.p3} 
+tr {01290.e} {01290.p6} {01290.p3} -> {01290.p4-eats} 
+tr {01290.t} {01290.p2-thinks} -> {01290.p1} {01290.p5} 
+tr {01290.t0|01291.t4} : b1289 {01291.p4-eats} -> {01290.f} {01291.f} {01291.p2-thinks} 
+tr {01290.t2} {01290.f} {01290.p5} -> {01290.p6} 
+tr {01290.t3|01291.t1} : a1289 {01290.f} {01291.p1} -> {01291.p3} 
+tr {01291.e} {01291.p6} {01291.p3} -> {01291.p4-eats} 
+tr {01291.t} {01291.p2-thinks} -> {01291.p1} {01291.p5} 
+tr {01291.t0|01292.t4} : b1290 {01292.p4-eats} -> {01291.f} {01292.f} {01292.p2-thinks} 
+tr {01291.t2} {01291.f} {01291.p5} -> {01291.p6} 
+tr {01291.t3|01292.t1} : a1290 {01291.f} {01292.p1} -> {01292.p3} 
+tr {01292.e} {01292.p6} {01292.p3} -> {01292.p4-eats} 
+tr {01292.t} {01292.p2-thinks} -> {01292.p1} {01292.p5} 
+tr {01292.t0|01293.t4} : b1291 {01293.p4-eats} -> {01292.f} {01293.f} {01293.p2-thinks} 
+tr {01292.t2} {01292.f} {01292.p5} -> {01292.p6} 
+tr {01292.t3|01293.t1} : a1291 {01292.f} {01293.p1} -> {01293.p3} 
+tr {01293.e} {01293.p6} {01293.p3} -> {01293.p4-eats} 
+tr {01293.t} {01293.p2-thinks} -> {01293.p1} {01293.p5} 
+tr {01293.t0|01294.t4} : b1292 {01294.p4-eats} -> {01293.f} {01294.f} {01294.p2-thinks} 
+tr {01293.t2} {01293.f} {01293.p5} -> {01293.p6} 
+tr {01293.t3|01294.t1} : a1292 {01293.f} {01294.p1} -> {01294.p3} 
+tr {01294.e} {01294.p6} {01294.p3} -> {01294.p4-eats} 
+tr {01294.t} {01294.p2-thinks} -> {01294.p1} {01294.p5} 
+tr {01294.t0|01295.t4} : b1293 {01295.p4-eats} -> {01294.f} {01295.f} {01295.p2-thinks} 
+tr {01294.t2} {01294.f} {01294.p5} -> {01294.p6} 
+tr {01294.t3|01295.t1} : a1293 {01294.f} {01295.p1} -> {01295.p3} 
+tr {01295.e} {01295.p6} {01295.p3} -> {01295.p4-eats} 
+tr {01295.t} {01295.p2-thinks} -> {01295.p1} {01295.p5} 
+tr {01295.t0|01296.t4} : b1294 {01296.p4-eats} -> {01295.f} {01296.f} {01296.p2-thinks} 
+tr {01295.t2} {01295.f} {01295.p5} -> {01295.p6} 
+tr {01295.t3|01296.t1} : a1294 {01295.f} {01296.p1} -> {01296.p3} 
+tr {01296.e} {01296.p6} {01296.p3} -> {01296.p4-eats} 
+tr {01296.t} {01296.p2-thinks} -> {01296.p1} {01296.p5} 
+tr {01296.t0|01297.t4} : b1295 {01297.p4-eats} -> {01296.f} {01297.f} {01297.p2-thinks} 
+tr {01296.t2} {01296.f} {01296.p5} -> {01296.p6} 
+tr {01296.t3|01297.t1} : a1295 {01296.f} {01297.p1} -> {01297.p3} 
+tr {01297.e} {01297.p6} {01297.p3} -> {01297.p4-eats} 
+tr {01297.t} {01297.p2-thinks} -> {01297.p1} {01297.p5} 
+tr {01297.t0|01298.t4} : b1296 {01298.p4-eats} -> {01297.f} {01298.f} {01298.p2-thinks} 
+tr {01297.t2} {01297.f} {01297.p5} -> {01297.p6} 
+tr {01297.t3|01298.t1} : a1296 {01297.f} {01298.p1} -> {01298.p3} 
+tr {01298.e} {01298.p6} {01298.p3} -> {01298.p4-eats} 
+tr {01298.t} {01298.p2-thinks} -> {01298.p1} {01298.p5} 
+tr {01298.t0|01299.t4} : b1297 {01299.p4-eats} -> {01298.f} {01299.f} {01299.p2-thinks} 
+tr {01298.t2} {01298.f} {01298.p5} -> {01298.p6} 
+tr {01298.t3|01299.t1} : a1297 {01298.f} {01299.p1} -> {01299.p3} 
+tr {01299.e} {01299.p6} {01299.p3} -> {01299.p4-eats} 
+tr {01299.t} {01299.p2-thinks} -> {01299.p1} {01299.p5} 
+tr {01299.t0|01300.t4} : b1298 {01300.p4-eats} -> {01299.f} {01300.f} {01300.p2-thinks} 
+tr {01299.t2} {01299.f} {01299.p5} -> {01299.p6} 
+tr {01299.t3|01300.t1} : a1298 {01299.f} {01300.p1} -> {01300.p3} 
+tr {01300.e} {01300.p6} {01300.p3} -> {01300.p4-eats} 
+tr {01300.t} {01300.p2-thinks} -> {01300.p1} {01300.p5} 
+tr {01300.t0|01301.t4} : b1299 {01301.p4-eats} -> {01300.f} {01301.f} {01301.p2-thinks} 
+tr {01300.t2} {01300.f} {01300.p5} -> {01300.p6} 
+tr {01300.t3|01301.t1} : a1299 {01300.f} {01301.p1} -> {01301.p3} 
+tr {01301.e} {01301.p6} {01301.p3} -> {01301.p4-eats} 
+tr {01301.t} {01301.p2-thinks} -> {01301.p1} {01301.p5} 
+tr {01301.t0|01302.t4} : b1300 {01302.p4-eats} -> {01301.f} {01302.f} {01302.p2-thinks} 
+tr {01301.t2} {01301.f} {01301.p5} -> {01301.p6} 
+tr {01301.t3|01302.t1} : a1300 {01301.f} {01302.p1} -> {01302.p3} 
+tr {01302.e} {01302.p6} {01302.p3} -> {01302.p4-eats} 
+tr {01302.t} {01302.p2-thinks} -> {01302.p1} {01302.p5} 
+tr {01302.t0|01303.t4} : b1301 {01303.p4-eats} -> {01302.f} {01303.f} {01303.p2-thinks} 
+tr {01302.t2} {01302.f} {01302.p5} -> {01302.p6} 
+tr {01302.t3|01303.t1} : a1301 {01302.f} {01303.p1} -> {01303.p3} 
+tr {01303.e} {01303.p6} {01303.p3} -> {01303.p4-eats} 
+tr {01303.t} {01303.p2-thinks} -> {01303.p1} {01303.p5} 
+tr {01303.t0|01304.t4} : b1302 {01304.p4-eats} -> {01303.f} {01304.f} {01304.p2-thinks} 
+tr {01303.t2} {01303.f} {01303.p5} -> {01303.p6} 
+tr {01303.t3|01304.t1} : a1302 {01303.f} {01304.p1} -> {01304.p3} 
+tr {01304.e} {01304.p6} {01304.p3} -> {01304.p4-eats} 
+tr {01304.t} {01304.p2-thinks} -> {01304.p1} {01304.p5} 
+tr {01304.t0|01305.t4} : b1303 {01305.p4-eats} -> {01304.f} {01305.f} {01305.p2-thinks} 
+tr {01304.t2} {01304.f} {01304.p5} -> {01304.p6} 
+tr {01304.t3|01305.t1} : a1303 {01304.f} {01305.p1} -> {01305.p3} 
+tr {01305.e} {01305.p6} {01305.p3} -> {01305.p4-eats} 
+tr {01305.t} {01305.p2-thinks} -> {01305.p1} {01305.p5} 
+tr {01305.t0|01306.t4} : b1304 {01306.p4-eats} -> {01305.f} {01306.f} {01306.p2-thinks} 
+tr {01305.t2} {01305.f} {01305.p5} -> {01305.p6} 
+tr {01305.t3|01306.t1} : a1304 {01305.f} {01306.p1} -> {01306.p3} 
+tr {01306.e} {01306.p6} {01306.p3} -> {01306.p4-eats} 
+tr {01306.t} {01306.p2-thinks} -> {01306.p1} {01306.p5} 
+tr {01306.t0|01307.t4} : b1305 {01307.p4-eats} -> {01306.f} {01307.f} {01307.p2-thinks} 
+tr {01306.t2} {01306.f} {01306.p5} -> {01306.p6} 
+tr {01306.t3|01307.t1} : a1305 {01306.f} {01307.p1} -> {01307.p3} 
+tr {01307.e} {01307.p6} {01307.p3} -> {01307.p4-eats} 
+tr {01307.t} {01307.p2-thinks} -> {01307.p1} {01307.p5} 
+tr {01307.t0|01308.t4} : b1306 {01308.p4-eats} -> {01307.f} {01308.f} {01308.p2-thinks} 
+tr {01307.t2} {01307.f} {01307.p5} -> {01307.p6} 
+tr {01307.t3|01308.t1} : a1306 {01307.f} {01308.p1} -> {01308.p3} 
+tr {01308.e} {01308.p6} {01308.p3} -> {01308.p4-eats} 
+tr {01308.t} {01308.p2-thinks} -> {01308.p1} {01308.p5} 
+tr {01308.t0|01309.t4} : b1307 {01309.p4-eats} -> {01308.f} {01309.f} {01309.p2-thinks} 
+tr {01308.t2} {01308.f} {01308.p5} -> {01308.p6} 
+tr {01308.t3|01309.t1} : a1307 {01308.f} {01309.p1} -> {01309.p3} 
+tr {01309.e} {01309.p6} {01309.p3} -> {01309.p4-eats} 
+tr {01309.t} {01309.p2-thinks} -> {01309.p1} {01309.p5} 
+tr {01309.t0|01310.t4} : b1308 {01310.p4-eats} -> {01309.f} {01310.f} {01310.p2-thinks} 
+tr {01309.t2} {01309.f} {01309.p5} -> {01309.p6} 
+tr {01309.t3|01310.t1} : a1308 {01309.f} {01310.p1} -> {01310.p3} 
+tr {01310.e} {01310.p6} {01310.p3} -> {01310.p4-eats} 
+tr {01310.t} {01310.p2-thinks} -> {01310.p1} {01310.p5} 
+tr {01310.t0|01311.t4} : b1309 {01311.p4-eats} -> {01310.f} {01311.f} {01311.p2-thinks} 
+tr {01310.t2} {01310.f} {01310.p5} -> {01310.p6} 
+tr {01310.t3|01311.t1} : a1309 {01310.f} {01311.p1} -> {01311.p3} 
+tr {01311.e} {01311.p6} {01311.p3} -> {01311.p4-eats} 
+tr {01311.t} {01311.p2-thinks} -> {01311.p1} {01311.p5} 
+tr {01311.t0|01312.t4} : b1310 {01312.p4-eats} -> {01311.f} {01312.f} {01312.p2-thinks} 
+tr {01311.t2} {01311.f} {01311.p5} -> {01311.p6} 
+tr {01311.t3|01312.t1} : a1310 {01311.f} {01312.p1} -> {01312.p3} 
+tr {01312.e} {01312.p6} {01312.p3} -> {01312.p4-eats} 
+tr {01312.t} {01312.p2-thinks} -> {01312.p1} {01312.p5} 
+tr {01312.t0|01313.t4} : b1311 {01313.p4-eats} -> {01312.f} {01313.f} {01313.p2-thinks} 
+tr {01312.t2} {01312.f} {01312.p5} -> {01312.p6} 
+tr {01312.t3|01313.t1} : a1311 {01312.f} {01313.p1} -> {01313.p3} 
+tr {01313.e} {01313.p6} {01313.p3} -> {01313.p4-eats} 
+tr {01313.t} {01313.p2-thinks} -> {01313.p1} {01313.p5} 
+tr {01313.t0|01314.t4} : b1312 {01314.p4-eats} -> {01313.f} {01314.f} {01314.p2-thinks} 
+tr {01313.t2} {01313.f} {01313.p5} -> {01313.p6} 
+tr {01313.t3|01314.t1} : a1312 {01313.f} {01314.p1} -> {01314.p3} 
+tr {01314.e} {01314.p6} {01314.p3} -> {01314.p4-eats} 
+tr {01314.t} {01314.p2-thinks} -> {01314.p1} {01314.p5} 
+tr {01314.t0|01315.t4} : b1313 {01315.p4-eats} -> {01314.f} {01315.f} {01315.p2-thinks} 
+tr {01314.t2} {01314.f} {01314.p5} -> {01314.p6} 
+tr {01314.t3|01315.t1} : a1313 {01314.f} {01315.p1} -> {01315.p3} 
+tr {01315.e} {01315.p6} {01315.p3} -> {01315.p4-eats} 
+tr {01315.t} {01315.p2-thinks} -> {01315.p1} {01315.p5} 
+tr {01315.t0|01316.t4} : b1314 {01316.p4-eats} -> {01315.f} {01316.f} {01316.p2-thinks} 
+tr {01315.t2} {01315.f} {01315.p5} -> {01315.p6} 
+tr {01315.t3|01316.t1} : a1314 {01315.f} {01316.p1} -> {01316.p3} 
+tr {01316.e} {01316.p6} {01316.p3} -> {01316.p4-eats} 
+tr {01316.t} {01316.p2-thinks} -> {01316.p1} {01316.p5} 
+tr {01316.t0|01317.t4} : b1315 {01317.p4-eats} -> {01316.f} {01317.f} {01317.p2-thinks} 
+tr {01316.t2} {01316.f} {01316.p5} -> {01316.p6} 
+tr {01316.t3|01317.t1} : a1315 {01316.f} {01317.p1} -> {01317.p3} 
+tr {01317.e} {01317.p6} {01317.p3} -> {01317.p4-eats} 
+tr {01317.t} {01317.p2-thinks} -> {01317.p1} {01317.p5} 
+tr {01317.t0|01318.t4} : b1316 {01318.p4-eats} -> {01317.f} {01318.f} {01318.p2-thinks} 
+tr {01317.t2} {01317.f} {01317.p5} -> {01317.p6} 
+tr {01317.t3|01318.t1} : a1316 {01317.f} {01318.p1} -> {01318.p3} 
+tr {01318.e} {01318.p6} {01318.p3} -> {01318.p4-eats} 
+tr {01318.t} {01318.p2-thinks} -> {01318.p1} {01318.p5} 
+tr {01318.t0|01319.t4} : b1317 {01319.p4-eats} -> {01318.f} {01319.f} {01319.p2-thinks} 
+tr {01318.t2} {01318.f} {01318.p5} -> {01318.p6} 
+tr {01318.t3|01319.t1} : a1317 {01318.f} {01319.p1} -> {01319.p3} 
+tr {01319.e} {01319.p6} {01319.p3} -> {01319.p4-eats} 
+tr {01319.t} {01319.p2-thinks} -> {01319.p1} {01319.p5} 
+tr {01319.t0|01320.t4} : b1318 {01320.p4-eats} -> {01319.f} {01320.f} {01320.p2-thinks} 
+tr {01319.t2} {01319.f} {01319.p5} -> {01319.p6} 
+tr {01319.t3|01320.t1} : a1318 {01319.f} {01320.p1} -> {01320.p3} 
+tr {01320.e} {01320.p6} {01320.p3} -> {01320.p4-eats} 
+tr {01320.t} {01320.p2-thinks} -> {01320.p1} {01320.p5} 
+tr {01320.t0|01321.t4} : b1319 {01321.p4-eats} -> {01320.f} {01321.f} {01321.p2-thinks} 
+tr {01320.t2} {01320.f} {01320.p5} -> {01320.p6} 
+tr {01320.t3|01321.t1} : a1319 {01320.f} {01321.p1} -> {01321.p3} 
+tr {01321.e} {01321.p6} {01321.p3} -> {01321.p4-eats} 
+tr {01321.t} {01321.p2-thinks} -> {01321.p1} {01321.p5} 
+tr {01321.t0|01322.t4} : b1320 {01322.p4-eats} -> {01321.f} {01322.f} {01322.p2-thinks} 
+tr {01321.t2} {01321.f} {01321.p5} -> {01321.p6} 
+tr {01321.t3|01322.t1} : a1320 {01321.f} {01322.p1} -> {01322.p3} 
+tr {01322.e} {01322.p6} {01322.p3} -> {01322.p4-eats} 
+tr {01322.t} {01322.p2-thinks} -> {01322.p1} {01322.p5} 
+tr {01322.t0|01323.t4} : b1321 {01323.p4-eats} -> {01322.f} {01323.f} {01323.p2-thinks} 
+tr {01322.t2} {01322.f} {01322.p5} -> {01322.p6} 
+tr {01322.t3|01323.t1} : a1321 {01322.f} {01323.p1} -> {01323.p3} 
+tr {01323.e} {01323.p6} {01323.p3} -> {01323.p4-eats} 
+tr {01323.t} {01323.p2-thinks} -> {01323.p1} {01323.p5} 
+tr {01323.t0|01324.t4} : b1322 {01324.p4-eats} -> {01323.f} {01324.f} {01324.p2-thinks} 
+tr {01323.t2} {01323.f} {01323.p5} -> {01323.p6} 
+tr {01323.t3|01324.t1} : a1322 {01323.f} {01324.p1} -> {01324.p3} 
+tr {01324.e} {01324.p6} {01324.p3} -> {01324.p4-eats} 
+tr {01324.t} {01324.p2-thinks} -> {01324.p1} {01324.p5} 
+tr {01324.t0|01325.t4} : b1323 {01325.p4-eats} -> {01324.f} {01325.f} {01325.p2-thinks} 
+tr {01324.t2} {01324.f} {01324.p5} -> {01324.p6} 
+tr {01324.t3|01325.t1} : a1323 {01324.f} {01325.p1} -> {01325.p3} 
+tr {01325.e} {01325.p6} {01325.p3} -> {01325.p4-eats} 
+tr {01325.t} {01325.p2-thinks} -> {01325.p1} {01325.p5} 
+tr {01325.t0|01326.t4} : b1324 {01326.p4-eats} -> {01325.f} {01326.f} {01326.p2-thinks} 
+tr {01325.t2} {01325.f} {01325.p5} -> {01325.p6} 
+tr {01325.t3|01326.t1} : a1324 {01325.f} {01326.p1} -> {01326.p3} 
+tr {01326.e} {01326.p6} {01326.p3} -> {01326.p4-eats} 
+tr {01326.t} {01326.p2-thinks} -> {01326.p1} {01326.p5} 
+tr {01326.t0|01327.t4} : b1325 {01327.p4-eats} -> {01326.f} {01327.f} {01327.p2-thinks} 
+tr {01326.t2} {01326.f} {01326.p5} -> {01326.p6} 
+tr {01326.t3|01327.t1} : a1325 {01326.f} {01327.p1} -> {01327.p3} 
+tr {01327.e} {01327.p6} {01327.p3} -> {01327.p4-eats} 
+tr {01327.t} {01327.p2-thinks} -> {01327.p1} {01327.p5} 
+tr {01327.t0|01328.t4} : b1326 {01328.p4-eats} -> {01327.f} {01328.f} {01328.p2-thinks} 
+tr {01327.t2} {01327.f} {01327.p5} -> {01327.p6} 
+tr {01327.t3|01328.t1} : a1326 {01327.f} {01328.p1} -> {01328.p3} 
+tr {01328.e} {01328.p6} {01328.p3} -> {01328.p4-eats} 
+tr {01328.t} {01328.p2-thinks} -> {01328.p1} {01328.p5} 
+tr {01328.t0|01329.t4} : b1327 {01329.p4-eats} -> {01328.f} {01329.f} {01329.p2-thinks} 
+tr {01328.t2} {01328.f} {01328.p5} -> {01328.p6} 
+tr {01328.t3|01329.t1} : a1327 {01328.f} {01329.p1} -> {01329.p3} 
+tr {01329.e} {01329.p6} {01329.p3} -> {01329.p4-eats} 
+tr {01329.t} {01329.p2-thinks} -> {01329.p1} {01329.p5} 
+tr {01329.t0|01330.t4} : b1328 {01330.p4-eats} -> {01329.f} {01330.f} {01330.p2-thinks} 
+tr {01329.t2} {01329.f} {01329.p5} -> {01329.p6} 
+tr {01329.t3|01330.t1} : a1328 {01329.f} {01330.p1} -> {01330.p3} 
+tr {01330.e} {01330.p6} {01330.p3} -> {01330.p4-eats} 
+tr {01330.t} {01330.p2-thinks} -> {01330.p1} {01330.p5} 
+tr {01330.t0|01331.t4} : b1329 {01331.p4-eats} -> {01330.f} {01331.f} {01331.p2-thinks} 
+tr {01330.t2} {01330.f} {01330.p5} -> {01330.p6} 
+tr {01330.t3|01331.t1} : a1329 {01330.f} {01331.p1} -> {01331.p3} 
+tr {01331.e} {01331.p6} {01331.p3} -> {01331.p4-eats} 
+tr {01331.t} {01331.p2-thinks} -> {01331.p1} {01331.p5} 
+tr {01331.t0|01332.t4} : b1330 {01332.p4-eats} -> {01331.f} {01332.f} {01332.p2-thinks} 
+tr {01331.t2} {01331.f} {01331.p5} -> {01331.p6} 
+tr {01331.t3|01332.t1} : a1330 {01331.f} {01332.p1} -> {01332.p3} 
+tr {01332.e} {01332.p6} {01332.p3} -> {01332.p4-eats} 
+tr {01332.t} {01332.p2-thinks} -> {01332.p1} {01332.p5} 
+tr {01332.t0|01333.t4} : b1331 {01333.p4-eats} -> {01332.f} {01333.f} {01333.p2-thinks} 
+tr {01332.t2} {01332.f} {01332.p5} -> {01332.p6} 
+tr {01332.t3|01333.t1} : a1331 {01332.f} {01333.p1} -> {01333.p3} 
+tr {01333.e} {01333.p6} {01333.p3} -> {01333.p4-eats} 
+tr {01333.t} {01333.p2-thinks} -> {01333.p1} {01333.p5} 
+tr {01333.t0|01334.t4} : b1332 {01334.p4-eats} -> {01333.f} {01334.f} {01334.p2-thinks} 
+tr {01333.t2} {01333.f} {01333.p5} -> {01333.p6} 
+tr {01333.t3|01334.t1} : a1332 {01333.f} {01334.p1} -> {01334.p3} 
+tr {01334.e} {01334.p6} {01334.p3} -> {01334.p4-eats} 
+tr {01334.t} {01334.p2-thinks} -> {01334.p1} {01334.p5} 
+tr {01334.t0|01335.t4} : b1333 {01335.p4-eats} -> {01334.f} {01335.f} {01335.p2-thinks} 
+tr {01334.t2} {01334.f} {01334.p5} -> {01334.p6} 
+tr {01334.t3|01335.t1} : a1333 {01334.f} {01335.p1} -> {01335.p3} 
+tr {01335.e} {01335.p6} {01335.p3} -> {01335.p4-eats} 
+tr {01335.t} {01335.p2-thinks} -> {01335.p1} {01335.p5} 
+tr {01335.t0|01336.t4} : b1334 {01336.p4-eats} -> {01335.f} {01336.f} {01336.p2-thinks} 
+tr {01335.t2} {01335.f} {01335.p5} -> {01335.p6} 
+tr {01335.t3|01336.t1} : a1334 {01335.f} {01336.p1} -> {01336.p3} 
+tr {01336.e} {01336.p6} {01336.p3} -> {01336.p4-eats} 
+tr {01336.t} {01336.p2-thinks} -> {01336.p1} {01336.p5} 
+tr {01336.t0|01337.t4} : b1335 {01337.p4-eats} -> {01336.f} {01337.f} {01337.p2-thinks} 
+tr {01336.t2} {01336.f} {01336.p5} -> {01336.p6} 
+tr {01336.t3|01337.t1} : a1335 {01336.f} {01337.p1} -> {01337.p3} 
+tr {01337.e} {01337.p6} {01337.p3} -> {01337.p4-eats} 
+tr {01337.t} {01337.p2-thinks} -> {01337.p1} {01337.p5} 
+tr {01337.t0|01338.t4} : b1336 {01338.p4-eats} -> {01337.f} {01338.f} {01338.p2-thinks} 
+tr {01337.t2} {01337.f} {01337.p5} -> {01337.p6} 
+tr {01337.t3|01338.t1} : a1336 {01337.f} {01338.p1} -> {01338.p3} 
+tr {01338.e} {01338.p6} {01338.p3} -> {01338.p4-eats} 
+tr {01338.t} {01338.p2-thinks} -> {01338.p1} {01338.p5} 
+tr {01338.t0|01339.t4} : b1337 {01339.p4-eats} -> {01338.f} {01339.f} {01339.p2-thinks} 
+tr {01338.t2} {01338.f} {01338.p5} -> {01338.p6} 
+tr {01338.t3|01339.t1} : a1337 {01338.f} {01339.p1} -> {01339.p3} 
+tr {01339.e} {01339.p6} {01339.p3} -> {01339.p4-eats} 
+tr {01339.t} {01339.p2-thinks} -> {01339.p1} {01339.p5} 
+tr {01339.t0|01340.t4} : b1338 {01340.p4-eats} -> {01339.f} {01340.f} {01340.p2-thinks} 
+tr {01339.t2} {01339.f} {01339.p5} -> {01339.p6} 
+tr {01339.t3|01340.t1} : a1338 {01339.f} {01340.p1} -> {01340.p3} 
+tr {01340.e} {01340.p6} {01340.p3} -> {01340.p4-eats} 
+tr {01340.t} {01340.p2-thinks} -> {01340.p1} {01340.p5} 
+tr {01340.t0|01341.t4} : b1339 {01341.p4-eats} -> {01340.f} {01341.f} {01341.p2-thinks} 
+tr {01340.t2} {01340.f} {01340.p5} -> {01340.p6} 
+tr {01340.t3|01341.t1} : a1339 {01340.f} {01341.p1} -> {01341.p3} 
+tr {01341.e} {01341.p6} {01341.p3} -> {01341.p4-eats} 
+tr {01341.t} {01341.p2-thinks} -> {01341.p1} {01341.p5} 
+tr {01341.t0|01342.t4} : b1340 {01342.p4-eats} -> {01341.f} {01342.f} {01342.p2-thinks} 
+tr {01341.t2} {01341.f} {01341.p5} -> {01341.p6} 
+tr {01341.t3|01342.t1} : a1340 {01341.f} {01342.p1} -> {01342.p3} 
+tr {01342.e} {01342.p6} {01342.p3} -> {01342.p4-eats} 
+tr {01342.t} {01342.p2-thinks} -> {01342.p1} {01342.p5} 
+tr {01342.t0|01343.t4} : b1341 {01343.p4-eats} -> {01342.f} {01343.f} {01343.p2-thinks} 
+tr {01342.t2} {01342.f} {01342.p5} -> {01342.p6} 
+tr {01342.t3|01343.t1} : a1341 {01342.f} {01343.p1} -> {01343.p3} 
+tr {01343.e} {01343.p6} {01343.p3} -> {01343.p4-eats} 
+tr {01343.t} {01343.p2-thinks} -> {01343.p1} {01343.p5} 
+tr {01343.t0|01344.t4} : b1342 {01344.p4-eats} -> {01343.f} {01344.f} {01344.p2-thinks} 
+tr {01343.t2} {01343.f} {01343.p5} -> {01343.p6} 
+tr {01343.t3|01344.t1} : a1342 {01343.f} {01344.p1} -> {01344.p3} 
+tr {01344.e} {01344.p6} {01344.p3} -> {01344.p4-eats} 
+tr {01344.t} {01344.p2-thinks} -> {01344.p1} {01344.p5} 
+tr {01344.t0|01345.t4} : b1343 {01345.p4-eats} -> {01344.f} {01345.f} {01345.p2-thinks} 
+tr {01344.t2} {01344.f} {01344.p5} -> {01344.p6} 
+tr {01344.t3|01345.t1} : a1343 {01344.f} {01345.p1} -> {01345.p3} 
+tr {01345.e} {01345.p6} {01345.p3} -> {01345.p4-eats} 
+tr {01345.t} {01345.p2-thinks} -> {01345.p1} {01345.p5} 
+tr {01345.t0|01346.t4} : b1344 {01346.p4-eats} -> {01345.f} {01346.f} {01346.p2-thinks} 
+tr {01345.t2} {01345.f} {01345.p5} -> {01345.p6} 
+tr {01345.t3|01346.t1} : a1344 {01345.f} {01346.p1} -> {01346.p3} 
+tr {01346.e} {01346.p6} {01346.p3} -> {01346.p4-eats} 
+tr {01346.t} {01346.p2-thinks} -> {01346.p1} {01346.p5} 
+tr {01346.t0|01347.t4} : b1345 {01347.p4-eats} -> {01346.f} {01347.f} {01347.p2-thinks} 
+tr {01346.t2} {01346.f} {01346.p5} -> {01346.p6} 
+tr {01346.t3|01347.t1} : a1345 {01346.f} {01347.p1} -> {01347.p3} 
+tr {01347.e} {01347.p6} {01347.p3} -> {01347.p4-eats} 
+tr {01347.t} {01347.p2-thinks} -> {01347.p1} {01347.p5} 
+tr {01347.t0|01348.t4} : b1346 {01348.p4-eats} -> {01347.f} {01348.f} {01348.p2-thinks} 
+tr {01347.t2} {01347.f} {01347.p5} -> {01347.p6} 
+tr {01347.t3|01348.t1} : a1346 {01347.f} {01348.p1} -> {01348.p3} 
+tr {01348.e} {01348.p6} {01348.p3} -> {01348.p4-eats} 
+tr {01348.t} {01348.p2-thinks} -> {01348.p1} {01348.p5} 
+tr {01348.t0|01349.t4} : b1347 {01349.p4-eats} -> {01348.f} {01349.f} {01349.p2-thinks} 
+tr {01348.t2} {01348.f} {01348.p5} -> {01348.p6} 
+tr {01348.t3|01349.t1} : a1347 {01348.f} {01349.p1} -> {01349.p3} 
+tr {01349.e} {01349.p6} {01349.p3} -> {01349.p4-eats} 
+tr {01349.t} {01349.p2-thinks} -> {01349.p1} {01349.p5} 
+tr {01349.t0|01350.t4} : b1348 {01350.p4-eats} -> {01349.f} {01350.f} {01350.p2-thinks} 
+tr {01349.t2} {01349.f} {01349.p5} -> {01349.p6} 
+tr {01349.t3|01350.t1} : a1348 {01349.f} {01350.p1} -> {01350.p3} 
+tr {01350.e} {01350.p6} {01350.p3} -> {01350.p4-eats} 
+tr {01350.t} {01350.p2-thinks} -> {01350.p1} {01350.p5} 
+tr {01350.t0|01351.t4} : b1349 {01351.p4-eats} -> {01350.f} {01351.f} {01351.p2-thinks} 
+tr {01350.t2} {01350.f} {01350.p5} -> {01350.p6} 
+tr {01350.t3|01351.t1} : a1349 {01350.f} {01351.p1} -> {01351.p3} 
+tr {01351.e} {01351.p6} {01351.p3} -> {01351.p4-eats} 
+tr {01351.t} {01351.p2-thinks} -> {01351.p1} {01351.p5} 
+tr {01351.t0|01352.t4} : b1350 {01352.p4-eats} -> {01351.f} {01352.f} {01352.p2-thinks} 
+tr {01351.t2} {01351.f} {01351.p5} -> {01351.p6} 
+tr {01351.t3|01352.t1} : a1350 {01351.f} {01352.p1} -> {01352.p3} 
+tr {01352.e} {01352.p6} {01352.p3} -> {01352.p4-eats} 
+tr {01352.t} {01352.p2-thinks} -> {01352.p1} {01352.p5} 
+tr {01352.t0|01353.t4} : b1351 {01353.p4-eats} -> {01352.f} {01353.f} {01353.p2-thinks} 
+tr {01352.t2} {01352.f} {01352.p5} -> {01352.p6} 
+tr {01352.t3|01353.t1} : a1351 {01352.f} {01353.p1} -> {01353.p3} 
+tr {01353.e} {01353.p6} {01353.p3} -> {01353.p4-eats} 
+tr {01353.t} {01353.p2-thinks} -> {01353.p1} {01353.p5} 
+tr {01353.t0|01354.t4} : b1352 {01354.p4-eats} -> {01353.f} {01354.f} {01354.p2-thinks} 
+tr {01353.t2} {01353.f} {01353.p5} -> {01353.p6} 
+tr {01353.t3|01354.t1} : a1352 {01353.f} {01354.p1} -> {01354.p3} 
+tr {01354.e} {01354.p6} {01354.p3} -> {01354.p4-eats} 
+tr {01354.t} {01354.p2-thinks} -> {01354.p1} {01354.p5} 
+tr {01354.t0|01355.t4} : b1353 {01355.p4-eats} -> {01354.f} {01355.f} {01355.p2-thinks} 
+tr {01354.t2} {01354.f} {01354.p5} -> {01354.p6} 
+tr {01354.t3|01355.t1} : a1353 {01354.f} {01355.p1} -> {01355.p3} 
+tr {01355.e} {01355.p6} {01355.p3} -> {01355.p4-eats} 
+tr {01355.t} {01355.p2-thinks} -> {01355.p1} {01355.p5} 
+tr {01355.t0|01356.t4} : b1354 {01356.p4-eats} -> {01355.f} {01356.f} {01356.p2-thinks} 
+tr {01355.t2} {01355.f} {01355.p5} -> {01355.p6} 
+tr {01355.t3|01356.t1} : a1354 {01355.f} {01356.p1} -> {01356.p3} 
+tr {01356.e} {01356.p6} {01356.p3} -> {01356.p4-eats} 
+tr {01356.t} {01356.p2-thinks} -> {01356.p1} {01356.p5} 
+tr {01356.t0|01357.t4} : b1355 {01357.p4-eats} -> {01356.f} {01357.f} {01357.p2-thinks} 
+tr {01356.t2} {01356.f} {01356.p5} -> {01356.p6} 
+tr {01356.t3|01357.t1} : a1355 {01356.f} {01357.p1} -> {01357.p3} 
+tr {01357.e} {01357.p6} {01357.p3} -> {01357.p4-eats} 
+tr {01357.t} {01357.p2-thinks} -> {01357.p1} {01357.p5} 
+tr {01357.t0|01358.t4} : b1356 {01358.p4-eats} -> {01357.f} {01358.f} {01358.p2-thinks} 
+tr {01357.t2} {01357.f} {01357.p5} -> {01357.p6} 
+tr {01357.t3|01358.t1} : a1356 {01357.f} {01358.p1} -> {01358.p3} 
+tr {01358.e} {01358.p6} {01358.p3} -> {01358.p4-eats} 
+tr {01358.t} {01358.p2-thinks} -> {01358.p1} {01358.p5} 
+tr {01358.t0|01359.t4} : b1357 {01359.p4-eats} -> {01358.f} {01359.f} {01359.p2-thinks} 
+tr {01358.t2} {01358.f} {01358.p5} -> {01358.p6} 
+tr {01358.t3|01359.t1} : a1357 {01358.f} {01359.p1} -> {01359.p3} 
+tr {01359.e} {01359.p6} {01359.p3} -> {01359.p4-eats} 
+tr {01359.t} {01359.p2-thinks} -> {01359.p1} {01359.p5} 
+tr {01359.t0|01360.t4} : b1358 {01360.p4-eats} -> {01359.f} {01360.f} {01360.p2-thinks} 
+tr {01359.t2} {01359.f} {01359.p5} -> {01359.p6} 
+tr {01359.t3|01360.t1} : a1358 {01359.f} {01360.p1} -> {01360.p3} 
+tr {01360.e} {01360.p6} {01360.p3} -> {01360.p4-eats} 
+tr {01360.t} {01360.p2-thinks} -> {01360.p1} {01360.p5} 
+tr {01360.t0|01361.t4} : b1359 {01361.p4-eats} -> {01360.f} {01361.f} {01361.p2-thinks} 
+tr {01360.t2} {01360.f} {01360.p5} -> {01360.p6} 
+tr {01360.t3|01361.t1} : a1359 {01360.f} {01361.p1} -> {01361.p3} 
+tr {01361.e} {01361.p6} {01361.p3} -> {01361.p4-eats} 
+tr {01361.t} {01361.p2-thinks} -> {01361.p1} {01361.p5} 
+tr {01361.t0|01362.t4} : b1360 {01362.p4-eats} -> {01361.f} {01362.f} {01362.p2-thinks} 
+tr {01361.t2} {01361.f} {01361.p5} -> {01361.p6} 
+tr {01361.t3|01362.t1} : a1360 {01361.f} {01362.p1} -> {01362.p3} 
+tr {01362.e} {01362.p6} {01362.p3} -> {01362.p4-eats} 
+tr {01362.t} {01362.p2-thinks} -> {01362.p1} {01362.p5} 
+tr {01362.t0|01363.t4} : b1361 {01363.p4-eats} -> {01362.f} {01363.f} {01363.p2-thinks} 
+tr {01362.t2} {01362.f} {01362.p5} -> {01362.p6} 
+tr {01362.t3|01363.t1} : a1361 {01362.f} {01363.p1} -> {01363.p3} 
+tr {01363.e} {01363.p6} {01363.p3} -> {01363.p4-eats} 
+tr {01363.t} {01363.p2-thinks} -> {01363.p1} {01363.p5} 
+tr {01363.t0|01364.t4} : b1362 {01364.p4-eats} -> {01363.f} {01364.f} {01364.p2-thinks} 
+tr {01363.t2} {01363.f} {01363.p5} -> {01363.p6} 
+tr {01363.t3|01364.t1} : a1362 {01363.f} {01364.p1} -> {01364.p3} 
+tr {01364.e} {01364.p6} {01364.p3} -> {01364.p4-eats} 
+tr {01364.t} {01364.p2-thinks} -> {01364.p1} {01364.p5} 
+tr {01364.t0|01365.t4} : b1363 {01365.p4-eats} -> {01364.f} {01365.f} {01365.p2-thinks} 
+tr {01364.t2} {01364.f} {01364.p5} -> {01364.p6} 
+tr {01364.t3|01365.t1} : a1363 {01364.f} {01365.p1} -> {01365.p3} 
+tr {01365.e} {01365.p6} {01365.p3} -> {01365.p4-eats} 
+tr {01365.t} {01365.p2-thinks} -> {01365.p1} {01365.p5} 
+tr {01365.t0|01366.t4} : b1364 {01366.p4-eats} -> {01365.f} {01366.f} {01366.p2-thinks} 
+tr {01365.t2} {01365.f} {01365.p5} -> {01365.p6} 
+tr {01365.t3|01366.t1} : a1364 {01365.f} {01366.p1} -> {01366.p3} 
+tr {01366.e} {01366.p6} {01366.p3} -> {01366.p4-eats} 
+tr {01366.t} {01366.p2-thinks} -> {01366.p1} {01366.p5} 
+tr {01366.t0|01367.t4} : b1365 {01367.p4-eats} -> {01366.f} {01367.f} {01367.p2-thinks} 
+tr {01366.t2} {01366.f} {01366.p5} -> {01366.p6} 
+tr {01366.t3|01367.t1} : a1365 {01366.f} {01367.p1} -> {01367.p3} 
+tr {01367.e} {01367.p6} {01367.p3} -> {01367.p4-eats} 
+tr {01367.t} {01367.p2-thinks} -> {01367.p1} {01367.p5} 
+tr {01367.t0|01368.t4} : b1366 {01368.p4-eats} -> {01367.f} {01368.f} {01368.p2-thinks} 
+tr {01367.t2} {01367.f} {01367.p5} -> {01367.p6} 
+tr {01367.t3|01368.t1} : a1366 {01367.f} {01368.p1} -> {01368.p3} 
+tr {01368.e} {01368.p6} {01368.p3} -> {01368.p4-eats} 
+tr {01368.t} {01368.p2-thinks} -> {01368.p1} {01368.p5} 
+tr {01368.t0|01369.t4} : b1367 {01369.p4-eats} -> {01368.f} {01369.f} {01369.p2-thinks} 
+tr {01368.t2} {01368.f} {01368.p5} -> {01368.p6} 
+tr {01368.t3|01369.t1} : a1367 {01368.f} {01369.p1} -> {01369.p3} 
+tr {01369.e} {01369.p6} {01369.p3} -> {01369.p4-eats} 
+tr {01369.t} {01369.p2-thinks} -> {01369.p1} {01369.p5} 
+tr {01369.t0|01370.t4} : b1368 {01370.p4-eats} -> {01369.f} {01370.f} {01370.p2-thinks} 
+tr {01369.t2} {01369.f} {01369.p5} -> {01369.p6} 
+tr {01369.t3|01370.t1} : a1368 {01369.f} {01370.p1} -> {01370.p3} 
+tr {01370.e} {01370.p6} {01370.p3} -> {01370.p4-eats} 
+tr {01370.t} {01370.p2-thinks} -> {01370.p1} {01370.p5} 
+tr {01370.t0|01371.t4} : b1369 {01371.p4-eats} -> {01370.f} {01371.f} {01371.p2-thinks} 
+tr {01370.t2} {01370.f} {01370.p5} -> {01370.p6} 
+tr {01370.t3|01371.t1} : a1369 {01370.f} {01371.p1} -> {01371.p3} 
+tr {01371.e} {01371.p6} {01371.p3} -> {01371.p4-eats} 
+tr {01371.t} {01371.p2-thinks} -> {01371.p1} {01371.p5} 
+tr {01371.t0|01372.t4} : b1370 {01372.p4-eats} -> {01371.f} {01372.f} {01372.p2-thinks} 
+tr {01371.t2} {01371.f} {01371.p5} -> {01371.p6} 
+tr {01371.t3|01372.t1} : a1370 {01371.f} {01372.p1} -> {01372.p3} 
+tr {01372.e} {01372.p6} {01372.p3} -> {01372.p4-eats} 
+tr {01372.t} {01372.p2-thinks} -> {01372.p1} {01372.p5} 
+tr {01372.t0|01373.t4} : b1371 {01373.p4-eats} -> {01372.f} {01373.f} {01373.p2-thinks} 
+tr {01372.t2} {01372.f} {01372.p5} -> {01372.p6} 
+tr {01372.t3|01373.t1} : a1371 {01372.f} {01373.p1} -> {01373.p3} 
+tr {01373.e} {01373.p6} {01373.p3} -> {01373.p4-eats} 
+tr {01373.t} {01373.p2-thinks} -> {01373.p1} {01373.p5} 
+tr {01373.t0|01374.t4} : b1372 {01374.p4-eats} -> {01373.f} {01374.f} {01374.p2-thinks} 
+tr {01373.t2} {01373.f} {01373.p5} -> {01373.p6} 
+tr {01373.t3|01374.t1} : a1372 {01373.f} {01374.p1} -> {01374.p3} 
+tr {01374.e} {01374.p6} {01374.p3} -> {01374.p4-eats} 
+tr {01374.t} {01374.p2-thinks} -> {01374.p1} {01374.p5} 
+tr {01374.t0|01375.t4} : b1373 {01375.p4-eats} -> {01374.f} {01375.f} {01375.p2-thinks} 
+tr {01374.t2} {01374.f} {01374.p5} -> {01374.p6} 
+tr {01374.t3|01375.t1} : a1373 {01374.f} {01375.p1} -> {01375.p3} 
+tr {01375.e} {01375.p6} {01375.p3} -> {01375.p4-eats} 
+tr {01375.t} {01375.p2-thinks} -> {01375.p1} {01375.p5} 
+tr {01375.t0|01376.t4} : b1374 {01376.p4-eats} -> {01375.f} {01376.f} {01376.p2-thinks} 
+tr {01375.t2} {01375.f} {01375.p5} -> {01375.p6} 
+tr {01375.t3|01376.t1} : a1374 {01375.f} {01376.p1} -> {01376.p3} 
+tr {01376.e} {01376.p6} {01376.p3} -> {01376.p4-eats} 
+tr {01376.t} {01376.p2-thinks} -> {01376.p1} {01376.p5} 
+tr {01376.t0|01377.t4} : b1375 {01377.p4-eats} -> {01376.f} {01377.f} {01377.p2-thinks} 
+tr {01376.t2} {01376.f} {01376.p5} -> {01376.p6} 
+tr {01376.t3|01377.t1} : a1375 {01376.f} {01377.p1} -> {01377.p3} 
+tr {01377.e} {01377.p6} {01377.p3} -> {01377.p4-eats} 
+tr {01377.t} {01377.p2-thinks} -> {01377.p1} {01377.p5} 
+tr {01377.t0|01378.t4} : b1376 {01378.p4-eats} -> {01377.f} {01378.f} {01378.p2-thinks} 
+tr {01377.t2} {01377.f} {01377.p5} -> {01377.p6} 
+tr {01377.t3|01378.t1} : a1376 {01377.f} {01378.p1} -> {01378.p3} 
+tr {01378.e} {01378.p6} {01378.p3} -> {01378.p4-eats} 
+tr {01378.t} {01378.p2-thinks} -> {01378.p1} {01378.p5} 
+tr {01378.t0|01379.t4} : b1377 {01379.p4-eats} -> {01378.f} {01379.f} {01379.p2-thinks} 
+tr {01378.t2} {01378.f} {01378.p5} -> {01378.p6} 
+tr {01378.t3|01379.t1} : a1377 {01378.f} {01379.p1} -> {01379.p3} 
+tr {01379.e} {01379.p6} {01379.p3} -> {01379.p4-eats} 
+tr {01379.t} {01379.p2-thinks} -> {01379.p1} {01379.p5} 
+tr {01379.t0|01380.t4} : b1378 {01380.p4-eats} -> {01379.f} {01380.f} {01380.p2-thinks} 
+tr {01379.t2} {01379.f} {01379.p5} -> {01379.p6} 
+tr {01379.t3|01380.t1} : a1378 {01379.f} {01380.p1} -> {01380.p3} 
+tr {01380.e} {01380.p6} {01380.p3} -> {01380.p4-eats} 
+tr {01380.t} {01380.p2-thinks} -> {01380.p1} {01380.p5} 
+tr {01380.t0|01381.t4} : b1379 {01381.p4-eats} -> {01380.f} {01381.f} {01381.p2-thinks} 
+tr {01380.t2} {01380.f} {01380.p5} -> {01380.p6} 
+tr {01380.t3|01381.t1} : a1379 {01380.f} {01381.p1} -> {01381.p3} 
+tr {01381.e} {01381.p6} {01381.p3} -> {01381.p4-eats} 
+tr {01381.t} {01381.p2-thinks} -> {01381.p1} {01381.p5} 
+tr {01381.t0|01382.t4} : b1380 {01382.p4-eats} -> {01381.f} {01382.f} {01382.p2-thinks} 
+tr {01381.t2} {01381.f} {01381.p5} -> {01381.p6} 
+tr {01381.t3|01382.t1} : a1380 {01381.f} {01382.p1} -> {01382.p3} 
+tr {01382.e} {01382.p6} {01382.p3} -> {01382.p4-eats} 
+tr {01382.t} {01382.p2-thinks} -> {01382.p1} {01382.p5} 
+tr {01382.t0|01383.t4} : b1381 {01383.p4-eats} -> {01382.f} {01383.f} {01383.p2-thinks} 
+tr {01382.t2} {01382.f} {01382.p5} -> {01382.p6} 
+tr {01382.t3|01383.t1} : a1381 {01382.f} {01383.p1} -> {01383.p3} 
+tr {01383.e} {01383.p6} {01383.p3} -> {01383.p4-eats} 
+tr {01383.t} {01383.p2-thinks} -> {01383.p1} {01383.p5} 
+tr {01383.t0|01384.t4} : b1382 {01384.p4-eats} -> {01383.f} {01384.f} {01384.p2-thinks} 
+tr {01383.t2} {01383.f} {01383.p5} -> {01383.p6} 
+tr {01383.t3|01384.t1} : a1382 {01383.f} {01384.p1} -> {01384.p3} 
+tr {01384.e} {01384.p6} {01384.p3} -> {01384.p4-eats} 
+tr {01384.t} {01384.p2-thinks} -> {01384.p1} {01384.p5} 
+tr {01384.t0|01385.t4} : b1383 {01385.p4-eats} -> {01384.f} {01385.f} {01385.p2-thinks} 
+tr {01384.t2} {01384.f} {01384.p5} -> {01384.p6} 
+tr {01384.t3|01385.t1} : a1383 {01384.f} {01385.p1} -> {01385.p3} 
+tr {01385.e} {01385.p6} {01385.p3} -> {01385.p4-eats} 
+tr {01385.t} {01385.p2-thinks} -> {01385.p1} {01385.p5} 
+tr {01385.t0|01386.t4} : b1384 {01386.p4-eats} -> {01385.f} {01386.f} {01386.p2-thinks} 
+tr {01385.t2} {01385.f} {01385.p5} -> {01385.p6} 
+tr {01385.t3|01386.t1} : a1384 {01385.f} {01386.p1} -> {01386.p3} 
+tr {01386.e} {01386.p6} {01386.p3} -> {01386.p4-eats} 
+tr {01386.t} {01386.p2-thinks} -> {01386.p1} {01386.p5} 
+tr {01386.t0|01387.t4} : b1385 {01387.p4-eats} -> {01386.f} {01387.f} {01387.p2-thinks} 
+tr {01386.t2} {01386.f} {01386.p5} -> {01386.p6} 
+tr {01386.t3|01387.t1} : a1385 {01386.f} {01387.p1} -> {01387.p3} 
+tr {01387.e} {01387.p6} {01387.p3} -> {01387.p4-eats} 
+tr {01387.t} {01387.p2-thinks} -> {01387.p1} {01387.p5} 
+tr {01387.t0|01388.t4} : b1386 {01388.p4-eats} -> {01387.f} {01388.f} {01388.p2-thinks} 
+tr {01387.t2} {01387.f} {01387.p5} -> {01387.p6} 
+tr {01387.t3|01388.t1} : a1386 {01387.f} {01388.p1} -> {01388.p3} 
+tr {01388.e} {01388.p6} {01388.p3} -> {01388.p4-eats} 
+tr {01388.t} {01388.p2-thinks} -> {01388.p1} {01388.p5} 
+tr {01388.t0|01389.t4} : b1387 {01389.p4-eats} -> {01388.f} {01389.f} {01389.p2-thinks} 
+tr {01388.t2} {01388.f} {01388.p5} -> {01388.p6} 
+tr {01388.t3|01389.t1} : a1387 {01388.f} {01389.p1} -> {01389.p3} 
+tr {01389.e} {01389.p6} {01389.p3} -> {01389.p4-eats} 
+tr {01389.t} {01389.p2-thinks} -> {01389.p1} {01389.p5} 
+tr {01389.t0|01390.t4} : b1388 {01390.p4-eats} -> {01389.f} {01390.f} {01390.p2-thinks} 
+tr {01389.t2} {01389.f} {01389.p5} -> {01389.p6} 
+tr {01389.t3|01390.t1} : a1388 {01389.f} {01390.p1} -> {01390.p3} 
+tr {01390.e} {01390.p6} {01390.p3} -> {01390.p4-eats} 
+tr {01390.t} {01390.p2-thinks} -> {01390.p1} {01390.p5} 
+tr {01390.t0|01391.t4} : b1389 {01391.p4-eats} -> {01390.f} {01391.f} {01391.p2-thinks} 
+tr {01390.t2} {01390.f} {01390.p5} -> {01390.p6} 
+tr {01390.t3|01391.t1} : a1389 {01390.f} {01391.p1} -> {01391.p3} 
+tr {01391.e} {01391.p6} {01391.p3} -> {01391.p4-eats} 
+tr {01391.t} {01391.p2-thinks} -> {01391.p1} {01391.p5} 
+tr {01391.t0|01392.t4} : b1390 {01392.p4-eats} -> {01391.f} {01392.f} {01392.p2-thinks} 
+tr {01391.t2} {01391.f} {01391.p5} -> {01391.p6} 
+tr {01391.t3|01392.t1} : a1390 {01391.f} {01392.p1} -> {01392.p3} 
+tr {01392.e} {01392.p6} {01392.p3} -> {01392.p4-eats} 
+tr {01392.t} {01392.p2-thinks} -> {01392.p1} {01392.p5} 
+tr {01392.t0|01393.t4} : b1391 {01393.p4-eats} -> {01392.f} {01393.f} {01393.p2-thinks} 
+tr {01392.t2} {01392.f} {01392.p5} -> {01392.p6} 
+tr {01392.t3|01393.t1} : a1391 {01392.f} {01393.p1} -> {01393.p3} 
+tr {01393.e} {01393.p6} {01393.p3} -> {01393.p4-eats} 
+tr {01393.t} {01393.p2-thinks} -> {01393.p1} {01393.p5} 
+tr {01393.t0|01394.t4} : b1392 {01394.p4-eats} -> {01393.f} {01394.f} {01394.p2-thinks} 
+tr {01393.t2} {01393.f} {01393.p5} -> {01393.p6} 
+tr {01393.t3|01394.t1} : a1392 {01393.f} {01394.p1} -> {01394.p3} 
+tr {01394.e} {01394.p6} {01394.p3} -> {01394.p4-eats} 
+tr {01394.t} {01394.p2-thinks} -> {01394.p1} {01394.p5} 
+tr {01394.t0|01395.t4} : b1393 {01395.p4-eats} -> {01394.f} {01395.f} {01395.p2-thinks} 
+tr {01394.t2} {01394.f} {01394.p5} -> {01394.p6} 
+tr {01394.t3|01395.t1} : a1393 {01394.f} {01395.p1} -> {01395.p3} 
+tr {01395.e} {01395.p6} {01395.p3} -> {01395.p4-eats} 
+tr {01395.t} {01395.p2-thinks} -> {01395.p1} {01395.p5} 
+tr {01395.t0|01396.t4} : b1394 {01396.p4-eats} -> {01395.f} {01396.f} {01396.p2-thinks} 
+tr {01395.t2} {01395.f} {01395.p5} -> {01395.p6} 
+tr {01395.t3|01396.t1} : a1394 {01395.f} {01396.p1} -> {01396.p3} 
+tr {01396.e} {01396.p6} {01396.p3} -> {01396.p4-eats} 
+tr {01396.t} {01396.p2-thinks} -> {01396.p1} {01396.p5} 
+tr {01396.t0|01397.t4} : b1395 {01397.p4-eats} -> {01396.f} {01397.f} {01397.p2-thinks} 
+tr {01396.t2} {01396.f} {01396.p5} -> {01396.p6} 
+tr {01396.t3|01397.t1} : a1395 {01396.f} {01397.p1} -> {01397.p3} 
+tr {01397.e} {01397.p6} {01397.p3} -> {01397.p4-eats} 
+tr {01397.t} {01397.p2-thinks} -> {01397.p1} {01397.p5} 
+tr {01397.t0|01398.t4} : b1396 {01398.p4-eats} -> {01397.f} {01398.f} {01398.p2-thinks} 
+tr {01397.t2} {01397.f} {01397.p5} -> {01397.p6} 
+tr {01397.t3|01398.t1} : a1396 {01397.f} {01398.p1} -> {01398.p3} 
+tr {01398.e} {01398.p6} {01398.p3} -> {01398.p4-eats} 
+tr {01398.t} {01398.p2-thinks} -> {01398.p1} {01398.p5} 
+tr {01398.t0|01399.t4} : b1397 {01399.p4-eats} -> {01398.f} {01399.f} {01399.p2-thinks} 
+tr {01398.t2} {01398.f} {01398.p5} -> {01398.p6} 
+tr {01398.t3|01399.t1} : a1397 {01398.f} {01399.p1} -> {01399.p3} 
+tr {01399.e} {01399.p6} {01399.p3} -> {01399.p4-eats} 
+tr {01399.t} {01399.p2-thinks} -> {01399.p1} {01399.p5} 
+tr {01399.t0|01400.t4} : b1398 {01400.p4-eats} -> {01399.f} {01400.f} {01400.p2-thinks} 
+tr {01399.t2} {01399.f} {01399.p5} -> {01399.p6} 
+tr {01399.t3|01400.t1} : a1398 {01399.f} {01400.p1} -> {01400.p3} 
+tr {01400.e} {01400.p6} {01400.p3} -> {01400.p4-eats} 
+tr {01400.t} {01400.p2-thinks} -> {01400.p1} {01400.p5} 
+tr {01400.t0|01401.t4} : b1399 {01401.p4-eats} -> {01400.f} {01401.f} {01401.p2-thinks} 
+tr {01400.t2} {01400.f} {01400.p5} -> {01400.p6} 
+tr {01400.t3|01401.t1} : a1399 {01400.f} {01401.p1} -> {01401.p3} 
+tr {01401.e} {01401.p6} {01401.p3} -> {01401.p4-eats} 
+tr {01401.t} {01401.p2-thinks} -> {01401.p1} {01401.p5} 
+tr {01401.t0|01402.t4} : b1400 {01402.p4-eats} -> {01401.f} {01402.f} {01402.p2-thinks} 
+tr {01401.t2} {01401.f} {01401.p5} -> {01401.p6} 
+tr {01401.t3|01402.t1} : a1400 {01401.f} {01402.p1} -> {01402.p3} 
+tr {01402.e} {01402.p6} {01402.p3} -> {01402.p4-eats} 
+tr {01402.t} {01402.p2-thinks} -> {01402.p1} {01402.p5} 
+tr {01402.t0|01403.t4} : b1401 {01403.p4-eats} -> {01402.f} {01403.f} {01403.p2-thinks} 
+tr {01402.t2} {01402.f} {01402.p5} -> {01402.p6} 
+tr {01402.t3|01403.t1} : a1401 {01402.f} {01403.p1} -> {01403.p3} 
+tr {01403.e} {01403.p6} {01403.p3} -> {01403.p4-eats} 
+tr {01403.t} {01403.p2-thinks} -> {01403.p1} {01403.p5} 
+tr {01403.t0|01404.t4} : b1402 {01404.p4-eats} -> {01403.f} {01404.f} {01404.p2-thinks} 
+tr {01403.t2} {01403.f} {01403.p5} -> {01403.p6} 
+tr {01403.t3|01404.t1} : a1402 {01403.f} {01404.p1} -> {01404.p3} 
+tr {01404.e} {01404.p6} {01404.p3} -> {01404.p4-eats} 
+tr {01404.t} {01404.p2-thinks} -> {01404.p1} {01404.p5} 
+tr {01404.t0|01405.t4} : b1403 {01405.p4-eats} -> {01404.f} {01405.f} {01405.p2-thinks} 
+tr {01404.t2} {01404.f} {01404.p5} -> {01404.p6} 
+tr {01404.t3|01405.t1} : a1403 {01404.f} {01405.p1} -> {01405.p3} 
+tr {01405.e} {01405.p6} {01405.p3} -> {01405.p4-eats} 
+tr {01405.t} {01405.p2-thinks} -> {01405.p1} {01405.p5} 
+tr {01405.t0|01406.t4} : b1404 {01406.p4-eats} -> {01405.f} {01406.f} {01406.p2-thinks} 
+tr {01405.t2} {01405.f} {01405.p5} -> {01405.p6} 
+tr {01405.t3|01406.t1} : a1404 {01405.f} {01406.p1} -> {01406.p3} 
+tr {01406.e} {01406.p6} {01406.p3} -> {01406.p4-eats} 
+tr {01406.t} {01406.p2-thinks} -> {01406.p1} {01406.p5} 
+tr {01406.t0|01407.t4} : b1405 {01407.p4-eats} -> {01406.f} {01407.f} {01407.p2-thinks} 
+tr {01406.t2} {01406.f} {01406.p5} -> {01406.p6} 
+tr {01406.t3|01407.t1} : a1405 {01406.f} {01407.p1} -> {01407.p3} 
+tr {01407.e} {01407.p6} {01407.p3} -> {01407.p4-eats} 
+tr {01407.t} {01407.p2-thinks} -> {01407.p1} {01407.p5} 
+tr {01407.t0|01408.t4} : b1406 {01408.p4-eats} -> {01407.f} {01408.f} {01408.p2-thinks} 
+tr {01407.t2} {01407.f} {01407.p5} -> {01407.p6} 
+tr {01407.t3|01408.t1} : a1406 {01407.f} {01408.p1} -> {01408.p3} 
+tr {01408.e} {01408.p6} {01408.p3} -> {01408.p4-eats} 
+tr {01408.t} {01408.p2-thinks} -> {01408.p1} {01408.p5} 
+tr {01408.t0|01409.t4} : b1407 {01409.p4-eats} -> {01408.f} {01409.f} {01409.p2-thinks} 
+tr {01408.t2} {01408.f} {01408.p5} -> {01408.p6} 
+tr {01408.t3|01409.t1} : a1407 {01408.f} {01409.p1} -> {01409.p3} 
+tr {01409.e} {01409.p6} {01409.p3} -> {01409.p4-eats} 
+tr {01409.t} {01409.p2-thinks} -> {01409.p1} {01409.p5} 
+tr {01409.t0|01410.t4} : b1408 {01410.p4-eats} -> {01409.f} {01410.f} {01410.p2-thinks} 
+tr {01409.t2} {01409.f} {01409.p5} -> {01409.p6} 
+tr {01409.t3|01410.t1} : a1408 {01409.f} {01410.p1} -> {01410.p3} 
+tr {01410.e} {01410.p6} {01410.p3} -> {01410.p4-eats} 
+tr {01410.t} {01410.p2-thinks} -> {01410.p1} {01410.p5} 
+tr {01410.t0|01411.t4} : b1409 {01411.p4-eats} -> {01410.f} {01411.f} {01411.p2-thinks} 
+tr {01410.t2} {01410.f} {01410.p5} -> {01410.p6} 
+tr {01410.t3|01411.t1} : a1409 {01410.f} {01411.p1} -> {01411.p3} 
+tr {01411.e} {01411.p6} {01411.p3} -> {01411.p4-eats} 
+tr {01411.t} {01411.p2-thinks} -> {01411.p1} {01411.p5} 
+tr {01411.t0|01412.t4} : b1410 {01412.p4-eats} -> {01411.f} {01412.f} {01412.p2-thinks} 
+tr {01411.t2} {01411.f} {01411.p5} -> {01411.p6} 
+tr {01411.t3|01412.t1} : a1410 {01411.f} {01412.p1} -> {01412.p3} 
+tr {01412.e} {01412.p6} {01412.p3} -> {01412.p4-eats} 
+tr {01412.t} {01412.p2-thinks} -> {01412.p1} {01412.p5} 
+tr {01412.t0|01413.t4} : b1411 {01413.p4-eats} -> {01412.f} {01413.f} {01413.p2-thinks} 
+tr {01412.t2} {01412.f} {01412.p5} -> {01412.p6} 
+tr {01412.t3|01413.t1} : a1411 {01412.f} {01413.p1} -> {01413.p3} 
+tr {01413.e} {01413.p6} {01413.p3} -> {01413.p4-eats} 
+tr {01413.t} {01413.p2-thinks} -> {01413.p1} {01413.p5} 
+tr {01413.t0|01414.t4} : b1412 {01414.p4-eats} -> {01413.f} {01414.f} {01414.p2-thinks} 
+tr {01413.t2} {01413.f} {01413.p5} -> {01413.p6} 
+tr {01413.t3|01414.t1} : a1412 {01413.f} {01414.p1} -> {01414.p3} 
+tr {01414.e} {01414.p6} {01414.p3} -> {01414.p4-eats} 
+tr {01414.t} {01414.p2-thinks} -> {01414.p1} {01414.p5} 
+tr {01414.t0|01415.t4} : b1413 {01415.p4-eats} -> {01414.f} {01415.f} {01415.p2-thinks} 
+tr {01414.t2} {01414.f} {01414.p5} -> {01414.p6} 
+tr {01414.t3|01415.t1} : a1413 {01414.f} {01415.p1} -> {01415.p3} 
+tr {01415.e} {01415.p6} {01415.p3} -> {01415.p4-eats} 
+tr {01415.t} {01415.p2-thinks} -> {01415.p1} {01415.p5} 
+tr {01415.t0|01416.t4} : b1414 {01416.p4-eats} -> {01415.f} {01416.f} {01416.p2-thinks} 
+tr {01415.t2} {01415.f} {01415.p5} -> {01415.p6} 
+tr {01415.t3|01416.t1} : a1414 {01415.f} {01416.p1} -> {01416.p3} 
+tr {01416.e} {01416.p6} {01416.p3} -> {01416.p4-eats} 
+tr {01416.t} {01416.p2-thinks} -> {01416.p1} {01416.p5} 
+tr {01416.t0|01417.t4} : b1415 {01417.p4-eats} -> {01416.f} {01417.f} {01417.p2-thinks} 
+tr {01416.t2} {01416.f} {01416.p5} -> {01416.p6} 
+tr {01416.t3|01417.t1} : a1415 {01416.f} {01417.p1} -> {01417.p3} 
+tr {01417.e} {01417.p6} {01417.p3} -> {01417.p4-eats} 
+tr {01417.t} {01417.p2-thinks} -> {01417.p1} {01417.p5} 
+tr {01417.t0|01418.t4} : b1416 {01418.p4-eats} -> {01417.f} {01418.f} {01418.p2-thinks} 
+tr {01417.t2} {01417.f} {01417.p5} -> {01417.p6} 
+tr {01417.t3|01418.t1} : a1416 {01417.f} {01418.p1} -> {01418.p3} 
+tr {01418.e} {01418.p6} {01418.p3} -> {01418.p4-eats} 
+tr {01418.t} {01418.p2-thinks} -> {01418.p1} {01418.p5} 
+tr {01418.t0|01419.t4} : b1417 {01419.p4-eats} -> {01418.f} {01419.f} {01419.p2-thinks} 
+tr {01418.t2} {01418.f} {01418.p5} -> {01418.p6} 
+tr {01418.t3|01419.t1} : a1417 {01418.f} {01419.p1} -> {01419.p3} 
+tr {01419.e} {01419.p6} {01419.p3} -> {01419.p4-eats} 
+tr {01419.t} {01419.p2-thinks} -> {01419.p1} {01419.p5} 
+tr {01419.t0|01420.t4} : b1418 {01420.p4-eats} -> {01419.f} {01420.f} {01420.p2-thinks} 
+tr {01419.t2} {01419.f} {01419.p5} -> {01419.p6} 
+tr {01419.t3|01420.t1} : a1418 {01419.f} {01420.p1} -> {01420.p3} 
+tr {01420.e} {01420.p6} {01420.p3} -> {01420.p4-eats} 
+tr {01420.t} {01420.p2-thinks} -> {01420.p1} {01420.p5} 
+tr {01420.t0|01421.t4} : b1419 {01421.p4-eats} -> {01420.f} {01421.f} {01421.p2-thinks} 
+tr {01420.t2} {01420.f} {01420.p5} -> {01420.p6} 
+tr {01420.t3|01421.t1} : a1419 {01420.f} {01421.p1} -> {01421.p3} 
+tr {01421.e} {01421.p6} {01421.p3} -> {01421.p4-eats} 
+tr {01421.t} {01421.p2-thinks} -> {01421.p1} {01421.p5} 
+tr {01421.t0|01422.t4} : b1420 {01422.p4-eats} -> {01421.f} {01422.f} {01422.p2-thinks} 
+tr {01421.t2} {01421.f} {01421.p5} -> {01421.p6} 
+tr {01421.t3|01422.t1} : a1420 {01421.f} {01422.p1} -> {01422.p3} 
+tr {01422.e} {01422.p6} {01422.p3} -> {01422.p4-eats} 
+tr {01422.t} {01422.p2-thinks} -> {01422.p1} {01422.p5} 
+tr {01422.t0|01423.t4} : b1421 {01423.p4-eats} -> {01422.f} {01423.f} {01423.p2-thinks} 
+tr {01422.t2} {01422.f} {01422.p5} -> {01422.p6} 
+tr {01422.t3|01423.t1} : a1421 {01422.f} {01423.p1} -> {01423.p3} 
+tr {01423.e} {01423.p6} {01423.p3} -> {01423.p4-eats} 
+tr {01423.t} {01423.p2-thinks} -> {01423.p1} {01423.p5} 
+tr {01423.t0|01424.t4} : b1422 {01424.p4-eats} -> {01423.f} {01424.f} {01424.p2-thinks} 
+tr {01423.t2} {01423.f} {01423.p5} -> {01423.p6} 
+tr {01423.t3|01424.t1} : a1422 {01423.f} {01424.p1} -> {01424.p3} 
+tr {01424.e} {01424.p6} {01424.p3} -> {01424.p4-eats} 
+tr {01424.t} {01424.p2-thinks} -> {01424.p1} {01424.p5} 
+tr {01424.t0|01425.t4} : b1423 {01425.p4-eats} -> {01424.f} {01425.f} {01425.p2-thinks} 
+tr {01424.t2} {01424.f} {01424.p5} -> {01424.p6} 
+tr {01424.t3|01425.t1} : a1423 {01424.f} {01425.p1} -> {01425.p3} 
+tr {01425.e} {01425.p6} {01425.p3} -> {01425.p4-eats} 
+tr {01425.t} {01425.p2-thinks} -> {01425.p1} {01425.p5} 
+tr {01425.t0|01426.t4} : b1424 {01426.p4-eats} -> {01425.f} {01426.f} {01426.p2-thinks} 
+tr {01425.t2} {01425.f} {01425.p5} -> {01425.p6} 
+tr {01425.t3|01426.t1} : a1424 {01425.f} {01426.p1} -> {01426.p3} 
+tr {01426.e} {01426.p6} {01426.p3} -> {01426.p4-eats} 
+tr {01426.t} {01426.p2-thinks} -> {01426.p1} {01426.p5} 
+tr {01426.t0|01427.t4} : b1425 {01427.p4-eats} -> {01426.f} {01427.f} {01427.p2-thinks} 
+tr {01426.t2} {01426.f} {01426.p5} -> {01426.p6} 
+tr {01426.t3|01427.t1} : a1425 {01426.f} {01427.p1} -> {01427.p3} 
+tr {01427.e} {01427.p6} {01427.p3} -> {01427.p4-eats} 
+tr {01427.t} {01427.p2-thinks} -> {01427.p1} {01427.p5} 
+tr {01427.t0|01428.t4} : b1426 {01428.p4-eats} -> {01427.f} {01428.f} {01428.p2-thinks} 
+tr {01427.t2} {01427.f} {01427.p5} -> {01427.p6} 
+tr {01427.t3|01428.t1} : a1426 {01427.f} {01428.p1} -> {01428.p3} 
+tr {01428.e} {01428.p6} {01428.p3} -> {01428.p4-eats} 
+tr {01428.t} {01428.p2-thinks} -> {01428.p1} {01428.p5} 
+tr {01428.t0|01429.t4} : b1427 {01429.p4-eats} -> {01428.f} {01429.f} {01429.p2-thinks} 
+tr {01428.t2} {01428.f} {01428.p5} -> {01428.p6} 
+tr {01428.t3|01429.t1} : a1427 {01428.f} {01429.p1} -> {01429.p3} 
+tr {01429.e} {01429.p6} {01429.p3} -> {01429.p4-eats} 
+tr {01429.t} {01429.p2-thinks} -> {01429.p1} {01429.p5} 
+tr {01429.t0|01430.t4} : b1428 {01430.p4-eats} -> {01429.f} {01430.f} {01430.p2-thinks} 
+tr {01429.t2} {01429.f} {01429.p5} -> {01429.p6} 
+tr {01429.t3|01430.t1} : a1428 {01429.f} {01430.p1} -> {01430.p3} 
+tr {01430.e} {01430.p6} {01430.p3} -> {01430.p4-eats} 
+tr {01430.t} {01430.p2-thinks} -> {01430.p1} {01430.p5} 
+tr {01430.t0|01431.t4} : b1429 {01431.p4-eats} -> {01430.f} {01431.f} {01431.p2-thinks} 
+tr {01430.t2} {01430.f} {01430.p5} -> {01430.p6} 
+tr {01430.t3|01431.t1} : a1429 {01430.f} {01431.p1} -> {01431.p3} 
+tr {01431.e} {01431.p6} {01431.p3} -> {01431.p4-eats} 
+tr {01431.t} {01431.p2-thinks} -> {01431.p1} {01431.p5} 
+tr {01431.t0|01432.t4} : b1430 {01432.p4-eats} -> {01431.f} {01432.f} {01432.p2-thinks} 
+tr {01431.t2} {01431.f} {01431.p5} -> {01431.p6} 
+tr {01431.t3|01432.t1} : a1430 {01431.f} {01432.p1} -> {01432.p3} 
+tr {01432.e} {01432.p6} {01432.p3} -> {01432.p4-eats} 
+tr {01432.t} {01432.p2-thinks} -> {01432.p1} {01432.p5} 
+tr {01432.t0|01433.t4} : b1431 {01433.p4-eats} -> {01432.f} {01433.f} {01433.p2-thinks} 
+tr {01432.t2} {01432.f} {01432.p5} -> {01432.p6} 
+tr {01432.t3|01433.t1} : a1431 {01432.f} {01433.p1} -> {01433.p3} 
+tr {01433.e} {01433.p6} {01433.p3} -> {01433.p4-eats} 
+tr {01433.t} {01433.p2-thinks} -> {01433.p1} {01433.p5} 
+tr {01433.t0|01434.t4} : b1432 {01434.p4-eats} -> {01433.f} {01434.f} {01434.p2-thinks} 
+tr {01433.t2} {01433.f} {01433.p5} -> {01433.p6} 
+tr {01433.t3|01434.t1} : a1432 {01433.f} {01434.p1} -> {01434.p3} 
+tr {01434.e} {01434.p6} {01434.p3} -> {01434.p4-eats} 
+tr {01434.t} {01434.p2-thinks} -> {01434.p1} {01434.p5} 
+tr {01434.t0|01435.t4} : b1433 {01435.p4-eats} -> {01434.f} {01435.f} {01435.p2-thinks} 
+tr {01434.t2} {01434.f} {01434.p5} -> {01434.p6} 
+tr {01434.t3|01435.t1} : a1433 {01434.f} {01435.p1} -> {01435.p3} 
+tr {01435.e} {01435.p6} {01435.p3} -> {01435.p4-eats} 
+tr {01435.t} {01435.p2-thinks} -> {01435.p1} {01435.p5} 
+tr {01435.t0|01436.t4} : b1434 {01436.p4-eats} -> {01435.f} {01436.f} {01436.p2-thinks} 
+tr {01435.t2} {01435.f} {01435.p5} -> {01435.p6} 
+tr {01435.t3|01436.t1} : a1434 {01435.f} {01436.p1} -> {01436.p3} 
+tr {01436.e} {01436.p6} {01436.p3} -> {01436.p4-eats} 
+tr {01436.t} {01436.p2-thinks} -> {01436.p1} {01436.p5} 
+tr {01436.t0|01437.t4} : b1435 {01437.p4-eats} -> {01436.f} {01437.f} {01437.p2-thinks} 
+tr {01436.t2} {01436.f} {01436.p5} -> {01436.p6} 
+tr {01436.t3|01437.t1} : a1435 {01436.f} {01437.p1} -> {01437.p3} 
+tr {01437.e} {01437.p6} {01437.p3} -> {01437.p4-eats} 
+tr {01437.t} {01437.p2-thinks} -> {01437.p1} {01437.p5} 
+tr {01437.t0|01438.t4} : b1436 {01438.p4-eats} -> {01437.f} {01438.f} {01438.p2-thinks} 
+tr {01437.t2} {01437.f} {01437.p5} -> {01437.p6} 
+tr {01437.t3|01438.t1} : a1436 {01437.f} {01438.p1} -> {01438.p3} 
+tr {01438.e} {01438.p6} {01438.p3} -> {01438.p4-eats} 
+tr {01438.t} {01438.p2-thinks} -> {01438.p1} {01438.p5} 
+tr {01438.t0|01439.t4} : b1437 {01439.p4-eats} -> {01438.f} {01439.f} {01439.p2-thinks} 
+tr {01438.t2} {01438.f} {01438.p5} -> {01438.p6} 
+tr {01438.t3|01439.t1} : a1437 {01438.f} {01439.p1} -> {01439.p3} 
+tr {01439.e} {01439.p6} {01439.p3} -> {01439.p4-eats} 
+tr {01439.t} {01439.p2-thinks} -> {01439.p1} {01439.p5} 
+tr {01439.t0|01440.t4} : b1438 {01440.p4-eats} -> {01439.f} {01440.f} {01440.p2-thinks} 
+tr {01439.t2} {01439.f} {01439.p5} -> {01439.p6} 
+tr {01439.t3|01440.t1} : a1438 {01439.f} {01440.p1} -> {01440.p3} 
+tr {01440.e} {01440.p6} {01440.p3} -> {01440.p4-eats} 
+tr {01440.t} {01440.p2-thinks} -> {01440.p1} {01440.p5} 
+tr {01440.t0|01441.t4} : b1439 {01441.p4-eats} -> {01440.f} {01441.f} {01441.p2-thinks} 
+tr {01440.t2} {01440.f} {01440.p5} -> {01440.p6} 
+tr {01440.t3|01441.t1} : a1439 {01440.f} {01441.p1} -> {01441.p3} 
+tr {01441.e} {01441.p6} {01441.p3} -> {01441.p4-eats} 
+tr {01441.t} {01441.p2-thinks} -> {01441.p1} {01441.p5} 
+tr {01441.t0|01442.t4} : b1440 {01442.p4-eats} -> {01441.f} {01442.f} {01442.p2-thinks} 
+tr {01441.t2} {01441.f} {01441.p5} -> {01441.p6} 
+tr {01441.t3|01442.t1} : a1440 {01441.f} {01442.p1} -> {01442.p3} 
+tr {01442.e} {01442.p6} {01442.p3} -> {01442.p4-eats} 
+tr {01442.t} {01442.p2-thinks} -> {01442.p1} {01442.p5} 
+tr {01442.t0|01443.t4} : b1441 {01443.p4-eats} -> {01442.f} {01443.f} {01443.p2-thinks} 
+tr {01442.t2} {01442.f} {01442.p5} -> {01442.p6} 
+tr {01442.t3|01443.t1} : a1441 {01442.f} {01443.p1} -> {01443.p3} 
+tr {01443.e} {01443.p6} {01443.p3} -> {01443.p4-eats} 
+tr {01443.t} {01443.p2-thinks} -> {01443.p1} {01443.p5} 
+tr {01443.t0|01444.t4} : b1442 {01444.p4-eats} -> {01443.f} {01444.f} {01444.p2-thinks} 
+tr {01443.t2} {01443.f} {01443.p5} -> {01443.p6} 
+tr {01443.t3|01444.t1} : a1442 {01443.f} {01444.p1} -> {01444.p3} 
+tr {01444.e} {01444.p6} {01444.p3} -> {01444.p4-eats} 
+tr {01444.t} {01444.p2-thinks} -> {01444.p1} {01444.p5} 
+tr {01444.t0|01445.t4} : b1443 {01445.p4-eats} -> {01444.f} {01445.f} {01445.p2-thinks} 
+tr {01444.t2} {01444.f} {01444.p5} -> {01444.p6} 
+tr {01444.t3|01445.t1} : a1443 {01444.f} {01445.p1} -> {01445.p3} 
+tr {01445.e} {01445.p6} {01445.p3} -> {01445.p4-eats} 
+tr {01445.t} {01445.p2-thinks} -> {01445.p1} {01445.p5} 
+tr {01445.t0|01446.t4} : b1444 {01446.p4-eats} -> {01445.f} {01446.f} {01446.p2-thinks} 
+tr {01445.t2} {01445.f} {01445.p5} -> {01445.p6} 
+tr {01445.t3|01446.t1} : a1444 {01445.f} {01446.p1} -> {01446.p3} 
+tr {01446.e} {01446.p6} {01446.p3} -> {01446.p4-eats} 
+tr {01446.t} {01446.p2-thinks} -> {01446.p1} {01446.p5} 
+tr {01446.t0|01447.t4} : b1445 {01447.p4-eats} -> {01446.f} {01447.f} {01447.p2-thinks} 
+tr {01446.t2} {01446.f} {01446.p5} -> {01446.p6} 
+tr {01446.t3|01447.t1} : a1445 {01446.f} {01447.p1} -> {01447.p3} 
+tr {01447.e} {01447.p6} {01447.p3} -> {01447.p4-eats} 
+tr {01447.t} {01447.p2-thinks} -> {01447.p1} {01447.p5} 
+tr {01447.t0|01448.t4} : b1446 {01448.p4-eats} -> {01447.f} {01448.f} {01448.p2-thinks} 
+tr {01447.t2} {01447.f} {01447.p5} -> {01447.p6} 
+tr {01447.t3|01448.t1} : a1446 {01447.f} {01448.p1} -> {01448.p3} 
+tr {01448.e} {01448.p6} {01448.p3} -> {01448.p4-eats} 
+tr {01448.t} {01448.p2-thinks} -> {01448.p1} {01448.p5} 
+tr {01448.t0|01449.t4} : b1447 {01449.p4-eats} -> {01448.f} {01449.f} {01449.p2-thinks} 
+tr {01448.t2} {01448.f} {01448.p5} -> {01448.p6} 
+tr {01448.t3|01449.t1} : a1447 {01448.f} {01449.p1} -> {01449.p3} 
+tr {01449.e} {01449.p6} {01449.p3} -> {01449.p4-eats} 
+tr {01449.t} {01449.p2-thinks} -> {01449.p1} {01449.p5} 
+tr {01449.t0|01450.t4} : b1448 {01450.p4-eats} -> {01449.f} {01450.f} {01450.p2-thinks} 
+tr {01449.t2} {01449.f} {01449.p5} -> {01449.p6} 
+tr {01449.t3|01450.t1} : a1448 {01449.f} {01450.p1} -> {01450.p3} 
+tr {01450.e} {01450.p6} {01450.p3} -> {01450.p4-eats} 
+tr {01450.t} {01450.p2-thinks} -> {01450.p1} {01450.p5} 
+tr {01450.t0|01451.t4} : b1449 {01451.p4-eats} -> {01450.f} {01451.f} {01451.p2-thinks} 
+tr {01450.t2} {01450.f} {01450.p5} -> {01450.p6} 
+tr {01450.t3|01451.t1} : a1449 {01450.f} {01451.p1} -> {01451.p3} 
+tr {01451.e} {01451.p6} {01451.p3} -> {01451.p4-eats} 
+tr {01451.t} {01451.p2-thinks} -> {01451.p1} {01451.p5} 
+tr {01451.t0|01452.t4} : b1450 {01452.p4-eats} -> {01451.f} {01452.f} {01452.p2-thinks} 
+tr {01451.t2} {01451.f} {01451.p5} -> {01451.p6} 
+tr {01451.t3|01452.t1} : a1450 {01451.f} {01452.p1} -> {01452.p3} 
+tr {01452.e} {01452.p6} {01452.p3} -> {01452.p4-eats} 
+tr {01452.t} {01452.p2-thinks} -> {01452.p1} {01452.p5} 
+tr {01452.t0|01453.t4} : b1451 {01453.p4-eats} -> {01452.f} {01453.f} {01453.p2-thinks} 
+tr {01452.t2} {01452.f} {01452.p5} -> {01452.p6} 
+tr {01452.t3|01453.t1} : a1451 {01452.f} {01453.p1} -> {01453.p3} 
+tr {01453.e} {01453.p6} {01453.p3} -> {01453.p4-eats} 
+tr {01453.t} {01453.p2-thinks} -> {01453.p1} {01453.p5} 
+tr {01453.t0|01454.t4} : b1452 {01454.p4-eats} -> {01453.f} {01454.f} {01454.p2-thinks} 
+tr {01453.t2} {01453.f} {01453.p5} -> {01453.p6} 
+tr {01453.t3|01454.t1} : a1452 {01453.f} {01454.p1} -> {01454.p3} 
+tr {01454.e} {01454.p6} {01454.p3} -> {01454.p4-eats} 
+tr {01454.t} {01454.p2-thinks} -> {01454.p1} {01454.p5} 
+tr {01454.t0|01455.t4} : b1453 {01455.p4-eats} -> {01454.f} {01455.f} {01455.p2-thinks} 
+tr {01454.t2} {01454.f} {01454.p5} -> {01454.p6} 
+tr {01454.t3|01455.t1} : a1453 {01454.f} {01455.p1} -> {01455.p3} 
+tr {01455.e} {01455.p6} {01455.p3} -> {01455.p4-eats} 
+tr {01455.t} {01455.p2-thinks} -> {01455.p1} {01455.p5} 
+tr {01455.t0|01456.t4} : b1454 {01456.p4-eats} -> {01455.f} {01456.f} {01456.p2-thinks} 
+tr {01455.t2} {01455.f} {01455.p5} -> {01455.p6} 
+tr {01455.t3|01456.t1} : a1454 {01455.f} {01456.p1} -> {01456.p3} 
+tr {01456.e} {01456.p6} {01456.p3} -> {01456.p4-eats} 
+tr {01456.t} {01456.p2-thinks} -> {01456.p1} {01456.p5} 
+tr {01456.t0|01457.t4} : b1455 {01457.p4-eats} -> {01456.f} {01457.f} {01457.p2-thinks} 
+tr {01456.t2} {01456.f} {01456.p5} -> {01456.p6} 
+tr {01456.t3|01457.t1} : a1455 {01456.f} {01457.p1} -> {01457.p3} 
+tr {01457.e} {01457.p6} {01457.p3} -> {01457.p4-eats} 
+tr {01457.t} {01457.p2-thinks} -> {01457.p1} {01457.p5} 
+tr {01457.t0|01458.t4} : b1456 {01458.p4-eats} -> {01457.f} {01458.f} {01458.p2-thinks} 
+tr {01457.t2} {01457.f} {01457.p5} -> {01457.p6} 
+tr {01457.t3|01458.t1} : a1456 {01457.f} {01458.p1} -> {01458.p3} 
+tr {01458.e} {01458.p6} {01458.p3} -> {01458.p4-eats} 
+tr {01458.t} {01458.p2-thinks} -> {01458.p1} {01458.p5} 
+tr {01458.t0|01459.t4} : b1457 {01459.p4-eats} -> {01458.f} {01459.f} {01459.p2-thinks} 
+tr {01458.t2} {01458.f} {01458.p5} -> {01458.p6} 
+tr {01458.t3|01459.t1} : a1457 {01458.f} {01459.p1} -> {01459.p3} 
+tr {01459.e} {01459.p6} {01459.p3} -> {01459.p4-eats} 
+tr {01459.t} {01459.p2-thinks} -> {01459.p1} {01459.p5} 
+tr {01459.t0|01460.t4} : b1458 {01460.p4-eats} -> {01459.f} {01460.f} {01460.p2-thinks} 
+tr {01459.t2} {01459.f} {01459.p5} -> {01459.p6} 
+tr {01459.t3|01460.t1} : a1458 {01459.f} {01460.p1} -> {01460.p3} 
+tr {01460.e} {01460.p6} {01460.p3} -> {01460.p4-eats} 
+tr {01460.t} {01460.p2-thinks} -> {01460.p1} {01460.p5} 
+tr {01460.t0|01461.t4} : b1459 {01461.p4-eats} -> {01460.f} {01461.f} {01461.p2-thinks} 
+tr {01460.t2} {01460.f} {01460.p5} -> {01460.p6} 
+tr {01460.t3|01461.t1} : a1459 {01460.f} {01461.p1} -> {01461.p3} 
+tr {01461.e} {01461.p6} {01461.p3} -> {01461.p4-eats} 
+tr {01461.t} {01461.p2-thinks} -> {01461.p1} {01461.p5} 
+tr {01461.t0|01462.t4} : b1460 {01462.p4-eats} -> {01461.f} {01462.f} {01462.p2-thinks} 
+tr {01461.t2} {01461.f} {01461.p5} -> {01461.p6} 
+tr {01461.t3|01462.t1} : a1460 {01461.f} {01462.p1} -> {01462.p3} 
+tr {01462.e} {01462.p6} {01462.p3} -> {01462.p4-eats} 
+tr {01462.t} {01462.p2-thinks} -> {01462.p1} {01462.p5} 
+tr {01462.t0|01463.t4} : b1461 {01463.p4-eats} -> {01462.f} {01463.f} {01463.p2-thinks} 
+tr {01462.t2} {01462.f} {01462.p5} -> {01462.p6} 
+tr {01462.t3|01463.t1} : a1461 {01462.f} {01463.p1} -> {01463.p3} 
+tr {01463.e} {01463.p6} {01463.p3} -> {01463.p4-eats} 
+tr {01463.t} {01463.p2-thinks} -> {01463.p1} {01463.p5} 
+tr {01463.t0|01464.t4} : b1462 {01464.p4-eats} -> {01463.f} {01464.f} {01464.p2-thinks} 
+tr {01463.t2} {01463.f} {01463.p5} -> {01463.p6} 
+tr {01463.t3|01464.t1} : a1462 {01463.f} {01464.p1} -> {01464.p3} 
+tr {01464.e} {01464.p6} {01464.p3} -> {01464.p4-eats} 
+tr {01464.t} {01464.p2-thinks} -> {01464.p1} {01464.p5} 
+tr {01464.t0|01465.t4} : b1463 {01465.p4-eats} -> {01464.f} {01465.f} {01465.p2-thinks} 
+tr {01464.t2} {01464.f} {01464.p5} -> {01464.p6} 
+tr {01464.t3|01465.t1} : a1463 {01464.f} {01465.p1} -> {01465.p3} 
+tr {01465.e} {01465.p6} {01465.p3} -> {01465.p4-eats} 
+tr {01465.t} {01465.p2-thinks} -> {01465.p1} {01465.p5} 
+tr {01465.t0|01466.t4} : b1464 {01466.p4-eats} -> {01465.f} {01466.f} {01466.p2-thinks} 
+tr {01465.t2} {01465.f} {01465.p5} -> {01465.p6} 
+tr {01465.t3|01466.t1} : a1464 {01465.f} {01466.p1} -> {01466.p3} 
+tr {01466.e} {01466.p6} {01466.p3} -> {01466.p4-eats} 
+tr {01466.t} {01466.p2-thinks} -> {01466.p1} {01466.p5} 
+tr {01466.t0|01467.t4} : b1465 {01467.p4-eats} -> {01466.f} {01467.f} {01467.p2-thinks} 
+tr {01466.t2} {01466.f} {01466.p5} -> {01466.p6} 
+tr {01466.t3|01467.t1} : a1465 {01466.f} {01467.p1} -> {01467.p3} 
+tr {01467.e} {01467.p6} {01467.p3} -> {01467.p4-eats} 
+tr {01467.t} {01467.p2-thinks} -> {01467.p1} {01467.p5} 
+tr {01467.t0|01468.t4} : b1466 {01468.p4-eats} -> {01467.f} {01468.f} {01468.p2-thinks} 
+tr {01467.t2} {01467.f} {01467.p5} -> {01467.p6} 
+tr {01467.t3|01468.t1} : a1466 {01467.f} {01468.p1} -> {01468.p3} 
+tr {01468.e} {01468.p6} {01468.p3} -> {01468.p4-eats} 
+tr {01468.t} {01468.p2-thinks} -> {01468.p1} {01468.p5} 
+tr {01468.t0|01469.t4} : b1467 {01469.p4-eats} -> {01468.f} {01469.f} {01469.p2-thinks} 
+tr {01468.t2} {01468.f} {01468.p5} -> {01468.p6} 
+tr {01468.t3|01469.t1} : a1467 {01468.f} {01469.p1} -> {01469.p3} 
+tr {01469.e} {01469.p6} {01469.p3} -> {01469.p4-eats} 
+tr {01469.t} {01469.p2-thinks} -> {01469.p1} {01469.p5} 
+tr {01469.t0|01470.t4} : b1468 {01470.p4-eats} -> {01469.f} {01470.f} {01470.p2-thinks} 
+tr {01469.t2} {01469.f} {01469.p5} -> {01469.p6} 
+tr {01469.t3|01470.t1} : a1468 {01469.f} {01470.p1} -> {01470.p3} 
+tr {01470.e} {01470.p6} {01470.p3} -> {01470.p4-eats} 
+tr {01470.t} {01470.p2-thinks} -> {01470.p1} {01470.p5} 
+tr {01470.t0|01471.t4} : b1469 {01471.p4-eats} -> {01470.f} {01471.f} {01471.p2-thinks} 
+tr {01470.t2} {01470.f} {01470.p5} -> {01470.p6} 
+tr {01470.t3|01471.t1} : a1469 {01470.f} {01471.p1} -> {01471.p3} 
+tr {01471.e} {01471.p6} {01471.p3} -> {01471.p4-eats} 
+tr {01471.t} {01471.p2-thinks} -> {01471.p1} {01471.p5} 
+tr {01471.t0|01472.t4} : b1470 {01472.p4-eats} -> {01471.f} {01472.f} {01472.p2-thinks} 
+tr {01471.t2} {01471.f} {01471.p5} -> {01471.p6} 
+tr {01471.t3|01472.t1} : a1470 {01471.f} {01472.p1} -> {01472.p3} 
+tr {01472.e} {01472.p6} {01472.p3} -> {01472.p4-eats} 
+tr {01472.t} {01472.p2-thinks} -> {01472.p1} {01472.p5} 
+tr {01472.t0|01473.t4} : b1471 {01473.p4-eats} -> {01472.f} {01473.f} {01473.p2-thinks} 
+tr {01472.t2} {01472.f} {01472.p5} -> {01472.p6} 
+tr {01472.t3|01473.t1} : a1471 {01472.f} {01473.p1} -> {01473.p3} 
+tr {01473.e} {01473.p6} {01473.p3} -> {01473.p4-eats} 
+tr {01473.t} {01473.p2-thinks} -> {01473.p1} {01473.p5} 
+tr {01473.t0|01474.t4} : b1472 {01474.p4-eats} -> {01473.f} {01474.f} {01474.p2-thinks} 
+tr {01473.t2} {01473.f} {01473.p5} -> {01473.p6} 
+tr {01473.t3|01474.t1} : a1472 {01473.f} {01474.p1} -> {01474.p3} 
+tr {01474.e} {01474.p6} {01474.p3} -> {01474.p4-eats} 
+tr {01474.t} {01474.p2-thinks} -> {01474.p1} {01474.p5} 
+tr {01474.t0|01475.t4} : b1473 {01475.p4-eats} -> {01474.f} {01475.f} {01475.p2-thinks} 
+tr {01474.t2} {01474.f} {01474.p5} -> {01474.p6} 
+tr {01474.t3|01475.t1} : a1473 {01474.f} {01475.p1} -> {01475.p3} 
+tr {01475.e} {01475.p6} {01475.p3} -> {01475.p4-eats} 
+tr {01475.t} {01475.p2-thinks} -> {01475.p1} {01475.p5} 
+tr {01475.t0|01476.t4} : b1474 {01476.p4-eats} -> {01475.f} {01476.f} {01476.p2-thinks} 
+tr {01475.t2} {01475.f} {01475.p5} -> {01475.p6} 
+tr {01475.t3|01476.t1} : a1474 {01475.f} {01476.p1} -> {01476.p3} 
+tr {01476.e} {01476.p6} {01476.p3} -> {01476.p4-eats} 
+tr {01476.t} {01476.p2-thinks} -> {01476.p1} {01476.p5} 
+tr {01476.t0|01477.t4} : b1475 {01477.p4-eats} -> {01476.f} {01477.f} {01477.p2-thinks} 
+tr {01476.t2} {01476.f} {01476.p5} -> {01476.p6} 
+tr {01476.t3|01477.t1} : a1475 {01476.f} {01477.p1} -> {01477.p3} 
+tr {01477.e} {01477.p6} {01477.p3} -> {01477.p4-eats} 
+tr {01477.t} {01477.p2-thinks} -> {01477.p1} {01477.p5} 
+tr {01477.t0|01478.t4} : b1476 {01478.p4-eats} -> {01477.f} {01478.f} {01478.p2-thinks} 
+tr {01477.t2} {01477.f} {01477.p5} -> {01477.p6} 
+tr {01477.t3|01478.t1} : a1476 {01477.f} {01478.p1} -> {01478.p3} 
+tr {01478.e} {01478.p6} {01478.p3} -> {01478.p4-eats} 
+tr {01478.t} {01478.p2-thinks} -> {01478.p1} {01478.p5} 
+tr {01478.t0|01479.t4} : b1477 {01479.p4-eats} -> {01478.f} {01479.f} {01479.p2-thinks} 
+tr {01478.t2} {01478.f} {01478.p5} -> {01478.p6} 
+tr {01478.t3|01479.t1} : a1477 {01478.f} {01479.p1} -> {01479.p3} 
+tr {01479.e} {01479.p6} {01479.p3} -> {01479.p4-eats} 
+tr {01479.t} {01479.p2-thinks} -> {01479.p1} {01479.p5} 
+tr {01479.t0|01480.t4} : b1478 {01480.p4-eats} -> {01479.f} {01480.f} {01480.p2-thinks} 
+tr {01479.t2} {01479.f} {01479.p5} -> {01479.p6} 
+tr {01479.t3|01480.t1} : a1478 {01479.f} {01480.p1} -> {01480.p3} 
+tr {01480.e} {01480.p6} {01480.p3} -> {01480.p4-eats} 
+tr {01480.t} {01480.p2-thinks} -> {01480.p1} {01480.p5} 
+tr {01480.t0|01481.t4} : b1479 {01481.p4-eats} -> {01480.f} {01481.f} {01481.p2-thinks} 
+tr {01480.t2} {01480.f} {01480.p5} -> {01480.p6} 
+tr {01480.t3|01481.t1} : a1479 {01480.f} {01481.p1} -> {01481.p3} 
+tr {01481.e} {01481.p6} {01481.p3} -> {01481.p4-eats} 
+tr {01481.t} {01481.p2-thinks} -> {01481.p1} {01481.p5} 
+tr {01481.t0|01482.t4} : b1480 {01482.p4-eats} -> {01481.f} {01482.f} {01482.p2-thinks} 
+tr {01481.t2} {01481.f} {01481.p5} -> {01481.p6} 
+tr {01481.t3|01482.t1} : a1480 {01481.f} {01482.p1} -> {01482.p3} 
+tr {01482.e} {01482.p6} {01482.p3} -> {01482.p4-eats} 
+tr {01482.t} {01482.p2-thinks} -> {01482.p1} {01482.p5} 
+tr {01482.t0|01483.t4} : b1481 {01483.p4-eats} -> {01482.f} {01483.f} {01483.p2-thinks} 
+tr {01482.t2} {01482.f} {01482.p5} -> {01482.p6} 
+tr {01482.t3|01483.t1} : a1481 {01482.f} {01483.p1} -> {01483.p3} 
+tr {01483.e} {01483.p6} {01483.p3} -> {01483.p4-eats} 
+tr {01483.t} {01483.p2-thinks} -> {01483.p1} {01483.p5} 
+tr {01483.t0|01484.t4} : b1482 {01484.p4-eats} -> {01483.f} {01484.f} {01484.p2-thinks} 
+tr {01483.t2} {01483.f} {01483.p5} -> {01483.p6} 
+tr {01483.t3|01484.t1} : a1482 {01483.f} {01484.p1} -> {01484.p3} 
+tr {01484.e} {01484.p6} {01484.p3} -> {01484.p4-eats} 
+tr {01484.t} {01484.p2-thinks} -> {01484.p1} {01484.p5} 
+tr {01484.t0|01485.t4} : b1483 {01485.p4-eats} -> {01484.f} {01485.f} {01485.p2-thinks} 
+tr {01484.t2} {01484.f} {01484.p5} -> {01484.p6} 
+tr {01484.t3|01485.t1} : a1483 {01484.f} {01485.p1} -> {01485.p3} 
+tr {01485.e} {01485.p6} {01485.p3} -> {01485.p4-eats} 
+tr {01485.t} {01485.p2-thinks} -> {01485.p1} {01485.p5} 
+tr {01485.t0|01486.t4} : b1484 {01486.p4-eats} -> {01485.f} {01486.f} {01486.p2-thinks} 
+tr {01485.t2} {01485.f} {01485.p5} -> {01485.p6} 
+tr {01485.t3|01486.t1} : a1484 {01485.f} {01486.p1} -> {01486.p3} 
+tr {01486.e} {01486.p6} {01486.p3} -> {01486.p4-eats} 
+tr {01486.t} {01486.p2-thinks} -> {01486.p1} {01486.p5} 
+tr {01486.t0|01487.t4} : b1485 {01487.p4-eats} -> {01486.f} {01487.f} {01487.p2-thinks} 
+tr {01486.t2} {01486.f} {01486.p5} -> {01486.p6} 
+tr {01486.t3|01487.t1} : a1485 {01486.f} {01487.p1} -> {01487.p3} 
+tr {01487.e} {01487.p6} {01487.p3} -> {01487.p4-eats} 
+tr {01487.t} {01487.p2-thinks} -> {01487.p1} {01487.p5} 
+tr {01487.t0|01488.t4} : b1486 {01488.p4-eats} -> {01487.f} {01488.f} {01488.p2-thinks} 
+tr {01487.t2} {01487.f} {01487.p5} -> {01487.p6} 
+tr {01487.t3|01488.t1} : a1486 {01487.f} {01488.p1} -> {01488.p3} 
+tr {01488.e} {01488.p6} {01488.p3} -> {01488.p4-eats} 
+tr {01488.t} {01488.p2-thinks} -> {01488.p1} {01488.p5} 
+tr {01488.t0|01489.t4} : b1487 {01489.p4-eats} -> {01488.f} {01489.f} {01489.p2-thinks} 
+tr {01488.t2} {01488.f} {01488.p5} -> {01488.p6} 
+tr {01488.t3|01489.t1} : a1487 {01488.f} {01489.p1} -> {01489.p3} 
+tr {01489.e} {01489.p6} {01489.p3} -> {01489.p4-eats} 
+tr {01489.t} {01489.p2-thinks} -> {01489.p1} {01489.p5} 
+tr {01489.t0|01490.t4} : b1488 {01490.p4-eats} -> {01489.f} {01490.f} {01490.p2-thinks} 
+tr {01489.t2} {01489.f} {01489.p5} -> {01489.p6} 
+tr {01489.t3|01490.t1} : a1488 {01489.f} {01490.p1} -> {01490.p3} 
+tr {01490.e} {01490.p6} {01490.p3} -> {01490.p4-eats} 
+tr {01490.t} {01490.p2-thinks} -> {01490.p1} {01490.p5} 
+tr {01490.t0|01491.t4} : b1489 {01491.p4-eats} -> {01490.f} {01491.f} {01491.p2-thinks} 
+tr {01490.t2} {01490.f} {01490.p5} -> {01490.p6} 
+tr {01490.t3|01491.t1} : a1489 {01490.f} {01491.p1} -> {01491.p3} 
+tr {01491.e} {01491.p6} {01491.p3} -> {01491.p4-eats} 
+tr {01491.t} {01491.p2-thinks} -> {01491.p1} {01491.p5} 
+tr {01491.t0|01492.t4} : b1490 {01492.p4-eats} -> {01491.f} {01492.f} {01492.p2-thinks} 
+tr {01491.t2} {01491.f} {01491.p5} -> {01491.p6} 
+tr {01491.t3|01492.t1} : a1490 {01491.f} {01492.p1} -> {01492.p3} 
+tr {01492.e} {01492.p6} {01492.p3} -> {01492.p4-eats} 
+tr {01492.t} {01492.p2-thinks} -> {01492.p1} {01492.p5} 
+tr {01492.t0|01493.t4} : b1491 {01493.p4-eats} -> {01492.f} {01493.f} {01493.p2-thinks} 
+tr {01492.t2} {01492.f} {01492.p5} -> {01492.p6} 
+tr {01492.t3|01493.t1} : a1491 {01492.f} {01493.p1} -> {01493.p3} 
+tr {01493.e} {01493.p6} {01493.p3} -> {01493.p4-eats} 
+tr {01493.t} {01493.p2-thinks} -> {01493.p1} {01493.p5} 
+tr {01493.t0|01494.t4} : b1492 {01494.p4-eats} -> {01493.f} {01494.f} {01494.p2-thinks} 
+tr {01493.t2} {01493.f} {01493.p5} -> {01493.p6} 
+tr {01493.t3|01494.t1} : a1492 {01493.f} {01494.p1} -> {01494.p3} 
+tr {01494.e} {01494.p6} {01494.p3} -> {01494.p4-eats} 
+tr {01494.t} {01494.p2-thinks} -> {01494.p1} {01494.p5} 
+tr {01494.t0|01495.t4} : b1493 {01495.p4-eats} -> {01494.f} {01495.f} {01495.p2-thinks} 
+tr {01494.t2} {01494.f} {01494.p5} -> {01494.p6} 
+tr {01494.t3|01495.t1} : a1493 {01494.f} {01495.p1} -> {01495.p3} 
+tr {01495.e} {01495.p6} {01495.p3} -> {01495.p4-eats} 
+tr {01495.t} {01495.p2-thinks} -> {01495.p1} {01495.p5} 
+tr {01495.t0|01496.t4} : b1494 {01496.p4-eats} -> {01495.f} {01496.f} {01496.p2-thinks} 
+tr {01495.t2} {01495.f} {01495.p5} -> {01495.p6} 
+tr {01495.t3|01496.t1} : a1494 {01495.f} {01496.p1} -> {01496.p3} 
+tr {01496.e} {01496.p6} {01496.p3} -> {01496.p4-eats} 
+tr {01496.t} {01496.p2-thinks} -> {01496.p1} {01496.p5} 
+tr {01496.t0|01497.t4} : b1495 {01497.p4-eats} -> {01496.f} {01497.f} {01497.p2-thinks} 
+tr {01496.t2} {01496.f} {01496.p5} -> {01496.p6} 
+tr {01496.t3|01497.t1} : a1495 {01496.f} {01497.p1} -> {01497.p3} 
+tr {01497.e} {01497.p6} {01497.p3} -> {01497.p4-eats} 
+tr {01497.t} {01497.p2-thinks} -> {01497.p1} {01497.p5} 
+tr {01497.t0|01498.t4} : b1496 {01498.p4-eats} -> {01497.f} {01498.f} {01498.p2-thinks} 
+tr {01497.t2} {01497.f} {01497.p5} -> {01497.p6} 
+tr {01497.t3|01498.t1} : a1496 {01497.f} {01498.p1} -> {01498.p3} 
+tr {01498.e} {01498.p6} {01498.p3} -> {01498.p4-eats} 
+tr {01498.t} {01498.p2-thinks} -> {01498.p1} {01498.p5} 
+tr {01498.t0|01499.t4} : b1497 {01499.p4-eats} -> {01498.f} {01499.f} {01499.p2-thinks} 
+tr {01498.t2} {01498.f} {01498.p5} -> {01498.p6} 
+tr {01498.t3|01499.t1} : a1497 {01498.f} {01499.p1} -> {01499.p3} 
+tr {01499.e} {01499.p6} {01499.p3} -> {01499.p4-eats} 
+tr {01499.t} {01499.p2-thinks} -> {01499.p1} {01499.p5} 
+tr {01499.t0|01500.t4} : b1498 {01500.p4-eats} -> {01499.f} {01500.f} {01500.p2-thinks} 
+tr {01499.t2} {01499.f} {01499.p5} -> {01499.p6} 
+tr {01499.t3|01500.t1} : a1498 {01499.f} {01500.p1} -> {01500.p3} 
+tr {01500.e} {01500.p6} {01500.p3} -> {01500.p4-eats} 
+tr {01500.t} {01500.p2-thinks} -> {01500.p1} {01500.p5} 
+tr {01500.t0|01501.t4} : b1499 {01501.p4-eats} -> {01500.f} {01501.f} {01501.p2-thinks} 
+tr {01500.t2} {01500.f} {01500.p5} -> {01500.p6} 
+tr {01500.t3|01501.t1} : a1499 {01500.f} {01501.p1} -> {01501.p3} 
+tr {01501.e} {01501.p6} {01501.p3} -> {01501.p4-eats} 
+tr {01501.t} {01501.p2-thinks} -> {01501.p1} {01501.p5} 
+tr {01501.t0|01502.t4} : b1500 {01502.p4-eats} -> {01501.f} {01502.f} {01502.p2-thinks} 
+tr {01501.t2} {01501.f} {01501.p5} -> {01501.p6} 
+tr {01501.t3|01502.t1} : a1500 {01501.f} {01502.p1} -> {01502.p3} 
+tr {01502.e} {01502.p6} {01502.p3} -> {01502.p4-eats} 
+tr {01502.t} {01502.p2-thinks} -> {01502.p1} {01502.p5} 
+tr {01502.t0|01503.t4} : b1501 {01503.p4-eats} -> {01502.f} {01503.f} {01503.p2-thinks} 
+tr {01502.t2} {01502.f} {01502.p5} -> {01502.p6} 
+tr {01502.t3|01503.t1} : a1501 {01502.f} {01503.p1} -> {01503.p3} 
+tr {01503.e} {01503.p6} {01503.p3} -> {01503.p4-eats} 
+tr {01503.t} {01503.p2-thinks} -> {01503.p1} {01503.p5} 
+tr {01503.t0|01504.t4} : b1502 {01504.p4-eats} -> {01503.f} {01504.f} {01504.p2-thinks} 
+tr {01503.t2} {01503.f} {01503.p5} -> {01503.p6} 
+tr {01503.t3|01504.t1} : a1502 {01503.f} {01504.p1} -> {01504.p3} 
+tr {01504.e} {01504.p6} {01504.p3} -> {01504.p4-eats} 
+tr {01504.t} {01504.p2-thinks} -> {01504.p1} {01504.p5} 
+tr {01504.t0|01505.t4} : b1503 {01505.p4-eats} -> {01504.f} {01505.f} {01505.p2-thinks} 
+tr {01504.t2} {01504.f} {01504.p5} -> {01504.p6} 
+tr {01504.t3|01505.t1} : a1503 {01504.f} {01505.p1} -> {01505.p3} 
+tr {01505.e} {01505.p6} {01505.p3} -> {01505.p4-eats} 
+tr {01505.t} {01505.p2-thinks} -> {01505.p1} {01505.p5} 
+tr {01505.t0|01506.t4} : b1504 {01506.p4-eats} -> {01505.f} {01506.f} {01506.p2-thinks} 
+tr {01505.t2} {01505.f} {01505.p5} -> {01505.p6} 
+tr {01505.t3|01506.t1} : a1504 {01505.f} {01506.p1} -> {01506.p3} 
+tr {01506.e} {01506.p6} {01506.p3} -> {01506.p4-eats} 
+tr {01506.t} {01506.p2-thinks} -> {01506.p1} {01506.p5} 
+tr {01506.t0|01507.t4} : b1505 {01507.p4-eats} -> {01506.f} {01507.f} {01507.p2-thinks} 
+tr {01506.t2} {01506.f} {01506.p5} -> {01506.p6} 
+tr {01506.t3|01507.t1} : a1505 {01506.f} {01507.p1} -> {01507.p3} 
+tr {01507.e} {01507.p6} {01507.p3} -> {01507.p4-eats} 
+tr {01507.t} {01507.p2-thinks} -> {01507.p1} {01507.p5} 
+tr {01507.t0|01508.t4} : b1506 {01508.p4-eats} -> {01507.f} {01508.f} {01508.p2-thinks} 
+tr {01507.t2} {01507.f} {01507.p5} -> {01507.p6} 
+tr {01507.t3|01508.t1} : a1506 {01507.f} {01508.p1} -> {01508.p3} 
+tr {01508.e} {01508.p6} {01508.p3} -> {01508.p4-eats} 
+tr {01508.t} {01508.p2-thinks} -> {01508.p1} {01508.p5} 
+tr {01508.t0|01509.t4} : b1507 {01509.p4-eats} -> {01508.f} {01509.f} {01509.p2-thinks} 
+tr {01508.t2} {01508.f} {01508.p5} -> {01508.p6} 
+tr {01508.t3|01509.t1} : a1507 {01508.f} {01509.p1} -> {01509.p3} 
+tr {01509.e} {01509.p6} {01509.p3} -> {01509.p4-eats} 
+tr {01509.t} {01509.p2-thinks} -> {01509.p1} {01509.p5} 
+tr {01509.t0|01510.t4} : b1508 {01510.p4-eats} -> {01509.f} {01510.f} {01510.p2-thinks} 
+tr {01509.t2} {01509.f} {01509.p5} -> {01509.p6} 
+tr {01509.t3|01510.t1} : a1508 {01509.f} {01510.p1} -> {01510.p3} 
+tr {01510.e} {01510.p6} {01510.p3} -> {01510.p4-eats} 
+tr {01510.t} {01510.p2-thinks} -> {01510.p1} {01510.p5} 
+tr {01510.t0|01511.t4} : b1509 {01511.p4-eats} -> {01510.f} {01511.f} {01511.p2-thinks} 
+tr {01510.t2} {01510.f} {01510.p5} -> {01510.p6} 
+tr {01510.t3|01511.t1} : a1509 {01510.f} {01511.p1} -> {01511.p3} 
+tr {01511.e} {01511.p6} {01511.p3} -> {01511.p4-eats} 
+tr {01511.t} {01511.p2-thinks} -> {01511.p1} {01511.p5} 
+tr {01511.t0|01512.t4} : b1510 {01512.p4-eats} -> {01511.f} {01512.f} {01512.p2-thinks} 
+tr {01511.t2} {01511.f} {01511.p5} -> {01511.p6} 
+tr {01511.t3|01512.t1} : a1510 {01511.f} {01512.p1} -> {01512.p3} 
+tr {01512.e} {01512.p6} {01512.p3} -> {01512.p4-eats} 
+tr {01512.t} {01512.p2-thinks} -> {01512.p1} {01512.p5} 
+tr {01512.t0|01513.t4} : b1511 {01513.p4-eats} -> {01512.f} {01513.f} {01513.p2-thinks} 
+tr {01512.t2} {01512.f} {01512.p5} -> {01512.p6} 
+tr {01512.t3|01513.t1} : a1511 {01512.f} {01513.p1} -> {01513.p3} 
+tr {01513.e} {01513.p6} {01513.p3} -> {01513.p4-eats} 
+tr {01513.t} {01513.p2-thinks} -> {01513.p1} {01513.p5} 
+tr {01513.t0|01514.t4} : b1512 {01514.p4-eats} -> {01513.f} {01514.f} {01514.p2-thinks} 
+tr {01513.t2} {01513.f} {01513.p5} -> {01513.p6} 
+tr {01513.t3|01514.t1} : a1512 {01513.f} {01514.p1} -> {01514.p3} 
+tr {01514.e} {01514.p6} {01514.p3} -> {01514.p4-eats} 
+tr {01514.t} {01514.p2-thinks} -> {01514.p1} {01514.p5} 
+tr {01514.t0|01515.t4} : b1513 {01515.p4-eats} -> {01514.f} {01515.f} {01515.p2-thinks} 
+tr {01514.t2} {01514.f} {01514.p5} -> {01514.p6} 
+tr {01514.t3|01515.t1} : a1513 {01514.f} {01515.p1} -> {01515.p3} 
+tr {01515.e} {01515.p6} {01515.p3} -> {01515.p4-eats} 
+tr {01515.t} {01515.p2-thinks} -> {01515.p1} {01515.p5} 
+tr {01515.t0|01516.t4} : b1514 {01516.p4-eats} -> {01515.f} {01516.f} {01516.p2-thinks} 
+tr {01515.t2} {01515.f} {01515.p5} -> {01515.p6} 
+tr {01515.t3|01516.t1} : a1514 {01515.f} {01516.p1} -> {01516.p3} 
+tr {01516.e} {01516.p6} {01516.p3} -> {01516.p4-eats} 
+tr {01516.t} {01516.p2-thinks} -> {01516.p1} {01516.p5} 
+tr {01516.t0|01517.t4} : b1515 {01517.p4-eats} -> {01516.f} {01517.f} {01517.p2-thinks} 
+tr {01516.t2} {01516.f} {01516.p5} -> {01516.p6} 
+tr {01516.t3|01517.t1} : a1515 {01516.f} {01517.p1} -> {01517.p3} 
+tr {01517.e} {01517.p6} {01517.p3} -> {01517.p4-eats} 
+tr {01517.t} {01517.p2-thinks} -> {01517.p1} {01517.p5} 
+tr {01517.t0|01518.t4} : b1516 {01518.p4-eats} -> {01517.f} {01518.f} {01518.p2-thinks} 
+tr {01517.t2} {01517.f} {01517.p5} -> {01517.p6} 
+tr {01517.t3|01518.t1} : a1516 {01517.f} {01518.p1} -> {01518.p3} 
+tr {01518.e} {01518.p6} {01518.p3} -> {01518.p4-eats} 
+tr {01518.t} {01518.p2-thinks} -> {01518.p1} {01518.p5} 
+tr {01518.t0|01519.t4} : b1517 {01519.p4-eats} -> {01518.f} {01519.f} {01519.p2-thinks} 
+tr {01518.t2} {01518.f} {01518.p5} -> {01518.p6} 
+tr {01518.t3|01519.t1} : a1517 {01518.f} {01519.p1} -> {01519.p3} 
+tr {01519.e} {01519.p6} {01519.p3} -> {01519.p4-eats} 
+tr {01519.t} {01519.p2-thinks} -> {01519.p1} {01519.p5} 
+tr {01519.t0|01520.t4} : b1518 {01520.p4-eats} -> {01519.f} {01520.f} {01520.p2-thinks} 
+tr {01519.t2} {01519.f} {01519.p5} -> {01519.p6} 
+tr {01519.t3|01520.t1} : a1518 {01519.f} {01520.p1} -> {01520.p3} 
+tr {01520.e} {01520.p6} {01520.p3} -> {01520.p4-eats} 
+tr {01520.t} {01520.p2-thinks} -> {01520.p1} {01520.p5} 
+tr {01520.t0|01521.t4} : b1519 {01521.p4-eats} -> {01520.f} {01521.f} {01521.p2-thinks} 
+tr {01520.t2} {01520.f} {01520.p5} -> {01520.p6} 
+tr {01520.t3|01521.t1} : a1519 {01520.f} {01521.p1} -> {01521.p3} 
+tr {01521.e} {01521.p6} {01521.p3} -> {01521.p4-eats} 
+tr {01521.t} {01521.p2-thinks} -> {01521.p1} {01521.p5} 
+tr {01521.t0|01522.t4} : b1520 {01522.p4-eats} -> {01521.f} {01522.f} {01522.p2-thinks} 
+tr {01521.t2} {01521.f} {01521.p5} -> {01521.p6} 
+tr {01521.t3|01522.t1} : a1520 {01521.f} {01522.p1} -> {01522.p3} 
+tr {01522.e} {01522.p6} {01522.p3} -> {01522.p4-eats} 
+tr {01522.t} {01522.p2-thinks} -> {01522.p1} {01522.p5} 
+tr {01522.t0|01523.t4} : b1521 {01523.p4-eats} -> {01522.f} {01523.f} {01523.p2-thinks} 
+tr {01522.t2} {01522.f} {01522.p5} -> {01522.p6} 
+tr {01522.t3|01523.t1} : a1521 {01522.f} {01523.p1} -> {01523.p3} 
+tr {01523.e} {01523.p6} {01523.p3} -> {01523.p4-eats} 
+tr {01523.t} {01523.p2-thinks} -> {01523.p1} {01523.p5} 
+tr {01523.t0|01524.t4} : b1522 {01524.p4-eats} -> {01523.f} {01524.f} {01524.p2-thinks} 
+tr {01523.t2} {01523.f} {01523.p5} -> {01523.p6} 
+tr {01523.t3|01524.t1} : a1522 {01523.f} {01524.p1} -> {01524.p3} 
+tr {01524.e} {01524.p6} {01524.p3} -> {01524.p4-eats} 
+tr {01524.t} {01524.p2-thinks} -> {01524.p1} {01524.p5} 
+tr {01524.t0|01525.t4} : b1523 {01525.p4-eats} -> {01524.f} {01525.f} {01525.p2-thinks} 
+tr {01524.t2} {01524.f} {01524.p5} -> {01524.p6} 
+tr {01524.t3|01525.t1} : a1523 {01524.f} {01525.p1} -> {01525.p3} 
+tr {01525.e} {01525.p6} {01525.p3} -> {01525.p4-eats} 
+tr {01525.t} {01525.p2-thinks} -> {01525.p1} {01525.p5} 
+tr {01525.t0|01526.t4} : b1524 {01526.p4-eats} -> {01525.f} {01526.f} {01526.p2-thinks} 
+tr {01525.t2} {01525.f} {01525.p5} -> {01525.p6} 
+tr {01525.t3|01526.t1} : a1524 {01525.f} {01526.p1} -> {01526.p3} 
+tr {01526.e} {01526.p6} {01526.p3} -> {01526.p4-eats} 
+tr {01526.t} {01526.p2-thinks} -> {01526.p1} {01526.p5} 
+tr {01526.t0|01527.t4} : b1525 {01527.p4-eats} -> {01526.f} {01527.f} {01527.p2-thinks} 
+tr {01526.t2} {01526.f} {01526.p5} -> {01526.p6} 
+tr {01526.t3|01527.t1} : a1525 {01526.f} {01527.p1} -> {01527.p3} 
+tr {01527.e} {01527.p6} {01527.p3} -> {01527.p4-eats} 
+tr {01527.t} {01527.p2-thinks} -> {01527.p1} {01527.p5} 
+tr {01527.t0|01528.t4} : b1526 {01528.p4-eats} -> {01527.f} {01528.f} {01528.p2-thinks} 
+tr {01527.t2} {01527.f} {01527.p5} -> {01527.p6} 
+tr {01527.t3|01528.t1} : a1526 {01527.f} {01528.p1} -> {01528.p3} 
+tr {01528.e} {01528.p6} {01528.p3} -> {01528.p4-eats} 
+tr {01528.t} {01528.p2-thinks} -> {01528.p1} {01528.p5} 
+tr {01528.t0|01529.t4} : b1527 {01529.p4-eats} -> {01528.f} {01529.f} {01529.p2-thinks} 
+tr {01528.t2} {01528.f} {01528.p5} -> {01528.p6} 
+tr {01528.t3|01529.t1} : a1527 {01528.f} {01529.p1} -> {01529.p3} 
+tr {01529.e} {01529.p6} {01529.p3} -> {01529.p4-eats} 
+tr {01529.t} {01529.p2-thinks} -> {01529.p1} {01529.p5} 
+tr {01529.t0|01530.t4} : b1528 {01530.p4-eats} -> {01529.f} {01530.f} {01530.p2-thinks} 
+tr {01529.t2} {01529.f} {01529.p5} -> {01529.p6} 
+tr {01529.t3|01530.t1} : a1528 {01529.f} {01530.p1} -> {01530.p3} 
+tr {01530.e} {01530.p6} {01530.p3} -> {01530.p4-eats} 
+tr {01530.t} {01530.p2-thinks} -> {01530.p1} {01530.p5} 
+tr {01530.t0|01531.t4} : b1529 {01531.p4-eats} -> {01530.f} {01531.f} {01531.p2-thinks} 
+tr {01530.t2} {01530.f} {01530.p5} -> {01530.p6} 
+tr {01530.t3|01531.t1} : a1529 {01530.f} {01531.p1} -> {01531.p3} 
+tr {01531.e} {01531.p6} {01531.p3} -> {01531.p4-eats} 
+tr {01531.t} {01531.p2-thinks} -> {01531.p1} {01531.p5} 
+tr {01531.t0|01532.t4} : b1530 {01532.p4-eats} -> {01531.f} {01532.f} {01532.p2-thinks} 
+tr {01531.t2} {01531.f} {01531.p5} -> {01531.p6} 
+tr {01531.t3|01532.t1} : a1530 {01531.f} {01532.p1} -> {01532.p3} 
+tr {01532.e} {01532.p6} {01532.p3} -> {01532.p4-eats} 
+tr {01532.t} {01532.p2-thinks} -> {01532.p1} {01532.p5} 
+tr {01532.t0|01533.t4} : b1531 {01533.p4-eats} -> {01532.f} {01533.f} {01533.p2-thinks} 
+tr {01532.t2} {01532.f} {01532.p5} -> {01532.p6} 
+tr {01532.t3|01533.t1} : a1531 {01532.f} {01533.p1} -> {01533.p3} 
+tr {01533.e} {01533.p6} {01533.p3} -> {01533.p4-eats} 
+tr {01533.t} {01533.p2-thinks} -> {01533.p1} {01533.p5} 
+tr {01533.t0|01534.t4} : b1532 {01534.p4-eats} -> {01533.f} {01534.f} {01534.p2-thinks} 
+tr {01533.t2} {01533.f} {01533.p5} -> {01533.p6} 
+tr {01533.t3|01534.t1} : a1532 {01533.f} {01534.p1} -> {01534.p3} 
+tr {01534.e} {01534.p6} {01534.p3} -> {01534.p4-eats} 
+tr {01534.t} {01534.p2-thinks} -> {01534.p1} {01534.p5} 
+tr {01534.t0|01535.t4} : b1533 {01535.p4-eats} -> {01534.f} {01535.f} {01535.p2-thinks} 
+tr {01534.t2} {01534.f} {01534.p5} -> {01534.p6} 
+tr {01534.t3|01535.t1} : a1533 {01534.f} {01535.p1} -> {01535.p3} 
+tr {01535.e} {01535.p6} {01535.p3} -> {01535.p4-eats} 
+tr {01535.t} {01535.p2-thinks} -> {01535.p1} {01535.p5} 
+tr {01535.t0|01536.t4} : b1534 {01536.p4-eats} -> {01535.f} {01536.f} {01536.p2-thinks} 
+tr {01535.t2} {01535.f} {01535.p5} -> {01535.p6} 
+tr {01535.t3|01536.t1} : a1534 {01535.f} {01536.p1} -> {01536.p3} 
+tr {01536.e} {01536.p6} {01536.p3} -> {01536.p4-eats} 
+tr {01536.t} {01536.p2-thinks} -> {01536.p1} {01536.p5} 
+tr {01536.t0|01537.t4} : b1535 {01537.p4-eats} -> {01536.f} {01537.f} {01537.p2-thinks} 
+tr {01536.t2} {01536.f} {01536.p5} -> {01536.p6} 
+tr {01536.t3|01537.t1} : a1535 {01536.f} {01537.p1} -> {01537.p3} 
+tr {01537.e} {01537.p6} {01537.p3} -> {01537.p4-eats} 
+tr {01537.t} {01537.p2-thinks} -> {01537.p1} {01537.p5} 
+tr {01537.t0|01538.t4} : b1536 {01538.p4-eats} -> {01537.f} {01538.f} {01538.p2-thinks} 
+tr {01537.t2} {01537.f} {01537.p5} -> {01537.p6} 
+tr {01537.t3|01538.t1} : a1536 {01537.f} {01538.p1} -> {01538.p3} 
+tr {01538.e} {01538.p6} {01538.p3} -> {01538.p4-eats} 
+tr {01538.t} {01538.p2-thinks} -> {01538.p1} {01538.p5} 
+tr {01538.t0|01539.t4} : b1537 {01539.p4-eats} -> {01538.f} {01539.f} {01539.p2-thinks} 
+tr {01538.t2} {01538.f} {01538.p5} -> {01538.p6} 
+tr {01538.t3|01539.t1} : a1537 {01538.f} {01539.p1} -> {01539.p3} 
+tr {01539.e} {01539.p6} {01539.p3} -> {01539.p4-eats} 
+tr {01539.t} {01539.p2-thinks} -> {01539.p1} {01539.p5} 
+tr {01539.t0|01540.t4} : b1538 {01540.p4-eats} -> {01539.f} {01540.f} {01540.p2-thinks} 
+tr {01539.t2} {01539.f} {01539.p5} -> {01539.p6} 
+tr {01539.t3|01540.t1} : a1538 {01539.f} {01540.p1} -> {01540.p3} 
+tr {01540.e} {01540.p6} {01540.p3} -> {01540.p4-eats} 
+tr {01540.t} {01540.p2-thinks} -> {01540.p1} {01540.p5} 
+tr {01540.t0|01541.t4} : b1539 {01541.p4-eats} -> {01540.f} {01541.f} {01541.p2-thinks} 
+tr {01540.t2} {01540.f} {01540.p5} -> {01540.p6} 
+tr {01540.t3|01541.t1} : a1539 {01540.f} {01541.p1} -> {01541.p3} 
+tr {01541.e} {01541.p6} {01541.p3} -> {01541.p4-eats} 
+tr {01541.t} {01541.p2-thinks} -> {01541.p1} {01541.p5} 
+tr {01541.t0|01542.t4} : b1540 {01542.p4-eats} -> {01541.f} {01542.f} {01542.p2-thinks} 
+tr {01541.t2} {01541.f} {01541.p5} -> {01541.p6} 
+tr {01541.t3|01542.t1} : a1540 {01541.f} {01542.p1} -> {01542.p3} 
+tr {01542.e} {01542.p6} {01542.p3} -> {01542.p4-eats} 
+tr {01542.t} {01542.p2-thinks} -> {01542.p1} {01542.p5} 
+tr {01542.t0|01543.t4} : b1541 {01543.p4-eats} -> {01542.f} {01543.f} {01543.p2-thinks} 
+tr {01542.t2} {01542.f} {01542.p5} -> {01542.p6} 
+tr {01542.t3|01543.t1} : a1541 {01542.f} {01543.p1} -> {01543.p3} 
+tr {01543.e} {01543.p6} {01543.p3} -> {01543.p4-eats} 
+tr {01543.t} {01543.p2-thinks} -> {01543.p1} {01543.p5} 
+tr {01543.t0|01544.t4} : b1542 {01544.p4-eats} -> {01543.f} {01544.f} {01544.p2-thinks} 
+tr {01543.t2} {01543.f} {01543.p5} -> {01543.p6} 
+tr {01543.t3|01544.t1} : a1542 {01543.f} {01544.p1} -> {01544.p3} 
+tr {01544.e} {01544.p6} {01544.p3} -> {01544.p4-eats} 
+tr {01544.t} {01544.p2-thinks} -> {01544.p1} {01544.p5} 
+tr {01544.t0|01545.t4} : b1543 {01545.p4-eats} -> {01544.f} {01545.f} {01545.p2-thinks} 
+tr {01544.t2} {01544.f} {01544.p5} -> {01544.p6} 
+tr {01544.t3|01545.t1} : a1543 {01544.f} {01545.p1} -> {01545.p3} 
+tr {01545.e} {01545.p6} {01545.p3} -> {01545.p4-eats} 
+tr {01545.t} {01545.p2-thinks} -> {01545.p1} {01545.p5} 
+tr {01545.t0|01546.t4} : b1544 {01546.p4-eats} -> {01545.f} {01546.f} {01546.p2-thinks} 
+tr {01545.t2} {01545.f} {01545.p5} -> {01545.p6} 
+tr {01545.t3|01546.t1} : a1544 {01545.f} {01546.p1} -> {01546.p3} 
+tr {01546.e} {01546.p6} {01546.p3} -> {01546.p4-eats} 
+tr {01546.t} {01546.p2-thinks} -> {01546.p1} {01546.p5} 
+tr {01546.t0|01547.t4} : b1545 {01547.p4-eats} -> {01546.f} {01547.f} {01547.p2-thinks} 
+tr {01546.t2} {01546.f} {01546.p5} -> {01546.p6} 
+tr {01546.t3|01547.t1} : a1545 {01546.f} {01547.p1} -> {01547.p3} 
+tr {01547.e} {01547.p6} {01547.p3} -> {01547.p4-eats} 
+tr {01547.t} {01547.p2-thinks} -> {01547.p1} {01547.p5} 
+tr {01547.t0|01548.t4} : b1546 {01548.p4-eats} -> {01547.f} {01548.f} {01548.p2-thinks} 
+tr {01547.t2} {01547.f} {01547.p5} -> {01547.p6} 
+tr {01547.t3|01548.t1} : a1546 {01547.f} {01548.p1} -> {01548.p3} 
+tr {01548.e} {01548.p6} {01548.p3} -> {01548.p4-eats} 
+tr {01548.t} {01548.p2-thinks} -> {01548.p1} {01548.p5} 
+tr {01548.t0|01549.t4} : b1547 {01549.p4-eats} -> {01548.f} {01549.f} {01549.p2-thinks} 
+tr {01548.t2} {01548.f} {01548.p5} -> {01548.p6} 
+tr {01548.t3|01549.t1} : a1547 {01548.f} {01549.p1} -> {01549.p3} 
+tr {01549.e} {01549.p6} {01549.p3} -> {01549.p4-eats} 
+tr {01549.t} {01549.p2-thinks} -> {01549.p1} {01549.p5} 
+tr {01549.t0|01550.t4} : b1548 {01550.p4-eats} -> {01549.f} {01550.f} {01550.p2-thinks} 
+tr {01549.t2} {01549.f} {01549.p5} -> {01549.p6} 
+tr {01549.t3|01550.t1} : a1548 {01549.f} {01550.p1} -> {01550.p3} 
+tr {01550.e} {01550.p6} {01550.p3} -> {01550.p4-eats} 
+tr {01550.t} {01550.p2-thinks} -> {01550.p1} {01550.p5} 
+tr {01550.t0|01551.t4} : b1549 {01551.p4-eats} -> {01550.f} {01551.f} {01551.p2-thinks} 
+tr {01550.t2} {01550.f} {01550.p5} -> {01550.p6} 
+tr {01550.t3|01551.t1} : a1549 {01550.f} {01551.p1} -> {01551.p3} 
+tr {01551.e} {01551.p6} {01551.p3} -> {01551.p4-eats} 
+tr {01551.t} {01551.p2-thinks} -> {01551.p1} {01551.p5} 
+tr {01551.t0|01552.t4} : b1550 {01552.p4-eats} -> {01551.f} {01552.f} {01552.p2-thinks} 
+tr {01551.t2} {01551.f} {01551.p5} -> {01551.p6} 
+tr {01551.t3|01552.t1} : a1550 {01551.f} {01552.p1} -> {01552.p3} 
+tr {01552.e} {01552.p6} {01552.p3} -> {01552.p4-eats} 
+tr {01552.t} {01552.p2-thinks} -> {01552.p1} {01552.p5} 
+tr {01552.t0|01553.t4} : b1551 {01553.p4-eats} -> {01552.f} {01553.f} {01553.p2-thinks} 
+tr {01552.t2} {01552.f} {01552.p5} -> {01552.p6} 
+tr {01552.t3|01553.t1} : a1551 {01552.f} {01553.p1} -> {01553.p3} 
+tr {01553.e} {01553.p6} {01553.p3} -> {01553.p4-eats} 
+tr {01553.t} {01553.p2-thinks} -> {01553.p1} {01553.p5} 
+tr {01553.t0|01554.t4} : b1552 {01554.p4-eats} -> {01553.f} {01554.f} {01554.p2-thinks} 
+tr {01553.t2} {01553.f} {01553.p5} -> {01553.p6} 
+tr {01553.t3|01554.t1} : a1552 {01553.f} {01554.p1} -> {01554.p3} 
+tr {01554.e} {01554.p6} {01554.p3} -> {01554.p4-eats} 
+tr {01554.t} {01554.p2-thinks} -> {01554.p1} {01554.p5} 
+tr {01554.t0|01555.t4} : b1553 {01555.p4-eats} -> {01554.f} {01555.f} {01555.p2-thinks} 
+tr {01554.t2} {01554.f} {01554.p5} -> {01554.p6} 
+tr {01554.t3|01555.t1} : a1553 {01554.f} {01555.p1} -> {01555.p3} 
+tr {01555.e} {01555.p6} {01555.p3} -> {01555.p4-eats} 
+tr {01555.t} {01555.p2-thinks} -> {01555.p1} {01555.p5} 
+tr {01555.t0|01556.t4} : b1554 {01556.p4-eats} -> {01555.f} {01556.f} {01556.p2-thinks} 
+tr {01555.t2} {01555.f} {01555.p5} -> {01555.p6} 
+tr {01555.t3|01556.t1} : a1554 {01555.f} {01556.p1} -> {01556.p3} 
+tr {01556.e} {01556.p6} {01556.p3} -> {01556.p4-eats} 
+tr {01556.t} {01556.p2-thinks} -> {01556.p1} {01556.p5} 
+tr {01556.t0|01557.t4} : b1555 {01557.p4-eats} -> {01556.f} {01557.f} {01557.p2-thinks} 
+tr {01556.t2} {01556.f} {01556.p5} -> {01556.p6} 
+tr {01556.t3|01557.t1} : a1555 {01556.f} {01557.p1} -> {01557.p3} 
+tr {01557.e} {01557.p6} {01557.p3} -> {01557.p4-eats} 
+tr {01557.t} {01557.p2-thinks} -> {01557.p1} {01557.p5} 
+tr {01557.t0|01558.t4} : b1556 {01558.p4-eats} -> {01557.f} {01558.f} {01558.p2-thinks} 
+tr {01557.t2} {01557.f} {01557.p5} -> {01557.p6} 
+tr {01557.t3|01558.t1} : a1556 {01557.f} {01558.p1} -> {01558.p3} 
+tr {01558.e} {01558.p6} {01558.p3} -> {01558.p4-eats} 
+tr {01558.t} {01558.p2-thinks} -> {01558.p1} {01558.p5} 
+tr {01558.t0|01559.t4} : b1557 {01559.p4-eats} -> {01558.f} {01559.f} {01559.p2-thinks} 
+tr {01558.t2} {01558.f} {01558.p5} -> {01558.p6} 
+tr {01558.t3|01559.t1} : a1557 {01558.f} {01559.p1} -> {01559.p3} 
+tr {01559.e} {01559.p6} {01559.p3} -> {01559.p4-eats} 
+tr {01559.t} {01559.p2-thinks} -> {01559.p1} {01559.p5} 
+tr {01559.t0|01560.t4} : b1558 {01560.p4-eats} -> {01559.f} {01560.f} {01560.p2-thinks} 
+tr {01559.t2} {01559.f} {01559.p5} -> {01559.p6} 
+tr {01559.t3|01560.t1} : a1558 {01559.f} {01560.p1} -> {01560.p3} 
+tr {01560.e} {01560.p6} {01560.p3} -> {01560.p4-eats} 
+tr {01560.t} {01560.p2-thinks} -> {01560.p1} {01560.p5} 
+tr {01560.t0|01561.t4} : b1559 {01561.p4-eats} -> {01560.f} {01561.f} {01561.p2-thinks} 
+tr {01560.t2} {01560.f} {01560.p5} -> {01560.p6} 
+tr {01560.t3|01561.t1} : a1559 {01560.f} {01561.p1} -> {01561.p3} 
+tr {01561.e} {01561.p6} {01561.p3} -> {01561.p4-eats} 
+tr {01561.t} {01561.p2-thinks} -> {01561.p1} {01561.p5} 
+tr {01561.t0|01562.t4} : b1560 {01562.p4-eats} -> {01561.f} {01562.f} {01562.p2-thinks} 
+tr {01561.t2} {01561.f} {01561.p5} -> {01561.p6} 
+tr {01561.t3|01562.t1} : a1560 {01561.f} {01562.p1} -> {01562.p3} 
+tr {01562.e} {01562.p6} {01562.p3} -> {01562.p4-eats} 
+tr {01562.t} {01562.p2-thinks} -> {01562.p1} {01562.p5} 
+tr {01562.t0|01563.t4} : b1561 {01563.p4-eats} -> {01562.f} {01563.f} {01563.p2-thinks} 
+tr {01562.t2} {01562.f} {01562.p5} -> {01562.p6} 
+tr {01562.t3|01563.t1} : a1561 {01562.f} {01563.p1} -> {01563.p3} 
+tr {01563.e} {01563.p6} {01563.p3} -> {01563.p4-eats} 
+tr {01563.t} {01563.p2-thinks} -> {01563.p1} {01563.p5} 
+tr {01563.t0|01564.t4} : b1562 {01564.p4-eats} -> {01563.f} {01564.f} {01564.p2-thinks} 
+tr {01563.t2} {01563.f} {01563.p5} -> {01563.p6} 
+tr {01563.t3|01564.t1} : a1562 {01563.f} {01564.p1} -> {01564.p3} 
+tr {01564.e} {01564.p6} {01564.p3} -> {01564.p4-eats} 
+tr {01564.t} {01564.p2-thinks} -> {01564.p1} {01564.p5} 
+tr {01564.t0|01565.t4} : b1563 {01565.p4-eats} -> {01564.f} {01565.f} {01565.p2-thinks} 
+tr {01564.t2} {01564.f} {01564.p5} -> {01564.p6} 
+tr {01564.t3|01565.t1} : a1563 {01564.f} {01565.p1} -> {01565.p3} 
+tr {01565.e} {01565.p6} {01565.p3} -> {01565.p4-eats} 
+tr {01565.t} {01565.p2-thinks} -> {01565.p1} {01565.p5} 
+tr {01565.t0|01566.t4} : b1564 {01566.p4-eats} -> {01565.f} {01566.f} {01566.p2-thinks} 
+tr {01565.t2} {01565.f} {01565.p5} -> {01565.p6} 
+tr {01565.t3|01566.t1} : a1564 {01565.f} {01566.p1} -> {01566.p3} 
+tr {01566.e} {01566.p6} {01566.p3} -> {01566.p4-eats} 
+tr {01566.t} {01566.p2-thinks} -> {01566.p1} {01566.p5} 
+tr {01566.t0|01567.t4} : b1565 {01567.p4-eats} -> {01566.f} {01567.f} {01567.p2-thinks} 
+tr {01566.t2} {01566.f} {01566.p5} -> {01566.p6} 
+tr {01566.t3|01567.t1} : a1565 {01566.f} {01567.p1} -> {01567.p3} 
+tr {01567.e} {01567.p6} {01567.p3} -> {01567.p4-eats} 
+tr {01567.t} {01567.p2-thinks} -> {01567.p1} {01567.p5} 
+tr {01567.t0|01568.t4} : b1566 {01568.p4-eats} -> {01567.f} {01568.f} {01568.p2-thinks} 
+tr {01567.t2} {01567.f} {01567.p5} -> {01567.p6} 
+tr {01567.t3|01568.t1} : a1566 {01567.f} {01568.p1} -> {01568.p3} 
+tr {01568.e} {01568.p6} {01568.p3} -> {01568.p4-eats} 
+tr {01568.t} {01568.p2-thinks} -> {01568.p1} {01568.p5} 
+tr {01568.t0|01569.t4} : b1567 {01569.p4-eats} -> {01568.f} {01569.f} {01569.p2-thinks} 
+tr {01568.t2} {01568.f} {01568.p5} -> {01568.p6} 
+tr {01568.t3|01569.t1} : a1567 {01568.f} {01569.p1} -> {01569.p3} 
+tr {01569.e} {01569.p6} {01569.p3} -> {01569.p4-eats} 
+tr {01569.t} {01569.p2-thinks} -> {01569.p1} {01569.p5} 
+tr {01569.t0|01570.t4} : b1568 {01570.p4-eats} -> {01569.f} {01570.f} {01570.p2-thinks} 
+tr {01569.t2} {01569.f} {01569.p5} -> {01569.p6} 
+tr {01569.t3|01570.t1} : a1568 {01569.f} {01570.p1} -> {01570.p3} 
+tr {01570.e} {01570.p6} {01570.p3} -> {01570.p4-eats} 
+tr {01570.t} {01570.p2-thinks} -> {01570.p1} {01570.p5} 
+tr {01570.t0|01571.t4} : b1569 {01571.p4-eats} -> {01570.f} {01571.f} {01571.p2-thinks} 
+tr {01570.t2} {01570.f} {01570.p5} -> {01570.p6} 
+tr {01570.t3|01571.t1} : a1569 {01570.f} {01571.p1} -> {01571.p3} 
+tr {01571.e} {01571.p6} {01571.p3} -> {01571.p4-eats} 
+tr {01571.t} {01571.p2-thinks} -> {01571.p1} {01571.p5} 
+tr {01571.t0|01572.t4} : b1570 {01572.p4-eats} -> {01571.f} {01572.f} {01572.p2-thinks} 
+tr {01571.t2} {01571.f} {01571.p5} -> {01571.p6} 
+tr {01571.t3|01572.t1} : a1570 {01571.f} {01572.p1} -> {01572.p3} 
+tr {01572.e} {01572.p6} {01572.p3} -> {01572.p4-eats} 
+tr {01572.t} {01572.p2-thinks} -> {01572.p1} {01572.p5} 
+tr {01572.t0|01573.t4} : b1571 {01573.p4-eats} -> {01572.f} {01573.f} {01573.p2-thinks} 
+tr {01572.t2} {01572.f} {01572.p5} -> {01572.p6} 
+tr {01572.t3|01573.t1} : a1571 {01572.f} {01573.p1} -> {01573.p3} 
+tr {01573.e} {01573.p6} {01573.p3} -> {01573.p4-eats} 
+tr {01573.t} {01573.p2-thinks} -> {01573.p1} {01573.p5} 
+tr {01573.t0|01574.t4} : b1572 {01574.p4-eats} -> {01573.f} {01574.f} {01574.p2-thinks} 
+tr {01573.t2} {01573.f} {01573.p5} -> {01573.p6} 
+tr {01573.t3|01574.t1} : a1572 {01573.f} {01574.p1} -> {01574.p3} 
+tr {01574.e} {01574.p6} {01574.p3} -> {01574.p4-eats} 
+tr {01574.t} {01574.p2-thinks} -> {01574.p1} {01574.p5} 
+tr {01574.t0|01575.t4} : b1573 {01575.p4-eats} -> {01574.f} {01575.f} {01575.p2-thinks} 
+tr {01574.t2} {01574.f} {01574.p5} -> {01574.p6} 
+tr {01574.t3|01575.t1} : a1573 {01574.f} {01575.p1} -> {01575.p3} 
+tr {01575.e} {01575.p6} {01575.p3} -> {01575.p4-eats} 
+tr {01575.t} {01575.p2-thinks} -> {01575.p1} {01575.p5} 
+tr {01575.t0|01576.t4} : b1574 {01576.p4-eats} -> {01575.f} {01576.f} {01576.p2-thinks} 
+tr {01575.t2} {01575.f} {01575.p5} -> {01575.p6} 
+tr {01575.t3|01576.t1} : a1574 {01575.f} {01576.p1} -> {01576.p3} 
+tr {01576.e} {01576.p6} {01576.p3} -> {01576.p4-eats} 
+tr {01576.t} {01576.p2-thinks} -> {01576.p1} {01576.p5} 
+tr {01576.t0|01577.t4} : b1575 {01577.p4-eats} -> {01576.f} {01577.f} {01577.p2-thinks} 
+tr {01576.t2} {01576.f} {01576.p5} -> {01576.p6} 
+tr {01576.t3|01577.t1} : a1575 {01576.f} {01577.p1} -> {01577.p3} 
+tr {01577.e} {01577.p6} {01577.p3} -> {01577.p4-eats} 
+tr {01577.t} {01577.p2-thinks} -> {01577.p1} {01577.p5} 
+tr {01577.t0|01578.t4} : b1576 {01578.p4-eats} -> {01577.f} {01578.f} {01578.p2-thinks} 
+tr {01577.t2} {01577.f} {01577.p5} -> {01577.p6} 
+tr {01577.t3|01578.t1} : a1576 {01577.f} {01578.p1} -> {01578.p3} 
+tr {01578.e} {01578.p6} {01578.p3} -> {01578.p4-eats} 
+tr {01578.t} {01578.p2-thinks} -> {01578.p1} {01578.p5} 
+tr {01578.t0|01579.t4} : b1577 {01579.p4-eats} -> {01578.f} {01579.f} {01579.p2-thinks} 
+tr {01578.t2} {01578.f} {01578.p5} -> {01578.p6} 
+tr {01578.t3|01579.t1} : a1577 {01578.f} {01579.p1} -> {01579.p3} 
+tr {01579.e} {01579.p6} {01579.p3} -> {01579.p4-eats} 
+tr {01579.t} {01579.p2-thinks} -> {01579.p1} {01579.p5} 
+tr {01579.t0|01580.t4} : b1578 {01580.p4-eats} -> {01579.f} {01580.f} {01580.p2-thinks} 
+tr {01579.t2} {01579.f} {01579.p5} -> {01579.p6} 
+tr {01579.t3|01580.t1} : a1578 {01579.f} {01580.p1} -> {01580.p3} 
+tr {01580.e} {01580.p6} {01580.p3} -> {01580.p4-eats} 
+tr {01580.t} {01580.p2-thinks} -> {01580.p1} {01580.p5} 
+tr {01580.t0|01581.t4} : b1579 {01581.p4-eats} -> {01580.f} {01581.f} {01581.p2-thinks} 
+tr {01580.t2} {01580.f} {01580.p5} -> {01580.p6} 
+tr {01580.t3|01581.t1} : a1579 {01580.f} {01581.p1} -> {01581.p3} 
+tr {01581.e} {01581.p6} {01581.p3} -> {01581.p4-eats} 
+tr {01581.t} {01581.p2-thinks} -> {01581.p1} {01581.p5} 
+tr {01581.t0|01582.t4} : b1580 {01582.p4-eats} -> {01581.f} {01582.f} {01582.p2-thinks} 
+tr {01581.t2} {01581.f} {01581.p5} -> {01581.p6} 
+tr {01581.t3|01582.t1} : a1580 {01581.f} {01582.p1} -> {01582.p3} 
+tr {01582.e} {01582.p6} {01582.p3} -> {01582.p4-eats} 
+tr {01582.t} {01582.p2-thinks} -> {01582.p1} {01582.p5} 
+tr {01582.t0|01583.t4} : b1581 {01583.p4-eats} -> {01582.f} {01583.f} {01583.p2-thinks} 
+tr {01582.t2} {01582.f} {01582.p5} -> {01582.p6} 
+tr {01582.t3|01583.t1} : a1581 {01582.f} {01583.p1} -> {01583.p3} 
+tr {01583.e} {01583.p6} {01583.p3} -> {01583.p4-eats} 
+tr {01583.t} {01583.p2-thinks} -> {01583.p1} {01583.p5} 
+tr {01583.t0|01584.t4} : b1582 {01584.p4-eats} -> {01583.f} {01584.f} {01584.p2-thinks} 
+tr {01583.t2} {01583.f} {01583.p5} -> {01583.p6} 
+tr {01583.t3|01584.t1} : a1582 {01583.f} {01584.p1} -> {01584.p3} 
+tr {01584.e} {01584.p6} {01584.p3} -> {01584.p4-eats} 
+tr {01584.t} {01584.p2-thinks} -> {01584.p1} {01584.p5} 
+tr {01584.t0|01585.t4} : b1583 {01585.p4-eats} -> {01584.f} {01585.f} {01585.p2-thinks} 
+tr {01584.t2} {01584.f} {01584.p5} -> {01584.p6} 
+tr {01584.t3|01585.t1} : a1583 {01584.f} {01585.p1} -> {01585.p3} 
+tr {01585.e} {01585.p6} {01585.p3} -> {01585.p4-eats} 
+tr {01585.t} {01585.p2-thinks} -> {01585.p1} {01585.p5} 
+tr {01585.t0|01586.t4} : b1584 {01586.p4-eats} -> {01585.f} {01586.f} {01586.p2-thinks} 
+tr {01585.t2} {01585.f} {01585.p5} -> {01585.p6} 
+tr {01585.t3|01586.t1} : a1584 {01585.f} {01586.p1} -> {01586.p3} 
+tr {01586.e} {01586.p6} {01586.p3} -> {01586.p4-eats} 
+tr {01586.t} {01586.p2-thinks} -> {01586.p1} {01586.p5} 
+tr {01586.t0|01587.t4} : b1585 {01587.p4-eats} -> {01586.f} {01587.f} {01587.p2-thinks} 
+tr {01586.t2} {01586.f} {01586.p5} -> {01586.p6} 
+tr {01586.t3|01587.t1} : a1585 {01586.f} {01587.p1} -> {01587.p3} 
+tr {01587.e} {01587.p6} {01587.p3} -> {01587.p4-eats} 
+tr {01587.t} {01587.p2-thinks} -> {01587.p1} {01587.p5} 
+tr {01587.t0|01588.t4} : b1586 {01588.p4-eats} -> {01587.f} {01588.f} {01588.p2-thinks} 
+tr {01587.t2} {01587.f} {01587.p5} -> {01587.p6} 
+tr {01587.t3|01588.t1} : a1586 {01587.f} {01588.p1} -> {01588.p3} 
+tr {01588.e} {01588.p6} {01588.p3} -> {01588.p4-eats} 
+tr {01588.t} {01588.p2-thinks} -> {01588.p1} {01588.p5} 
+tr {01588.t0|01589.t4} : b1587 {01589.p4-eats} -> {01588.f} {01589.f} {01589.p2-thinks} 
+tr {01588.t2} {01588.f} {01588.p5} -> {01588.p6} 
+tr {01588.t3|01589.t1} : a1587 {01588.f} {01589.p1} -> {01589.p3} 
+tr {01589.e} {01589.p6} {01589.p3} -> {01589.p4-eats} 
+tr {01589.t} {01589.p2-thinks} -> {01589.p1} {01589.p5} 
+tr {01589.t0|01590.t4} : b1588 {01590.p4-eats} -> {01589.f} {01590.f} {01590.p2-thinks} 
+tr {01589.t2} {01589.f} {01589.p5} -> {01589.p6} 
+tr {01589.t3|01590.t1} : a1588 {01589.f} {01590.p1} -> {01590.p3} 
+tr {01590.e} {01590.p6} {01590.p3} -> {01590.p4-eats} 
+tr {01590.t} {01590.p2-thinks} -> {01590.p1} {01590.p5} 
+tr {01590.t0|01591.t4} : b1589 {01591.p4-eats} -> {01590.f} {01591.f} {01591.p2-thinks} 
+tr {01590.t2} {01590.f} {01590.p5} -> {01590.p6} 
+tr {01590.t3|01591.t1} : a1589 {01590.f} {01591.p1} -> {01591.p3} 
+tr {01591.e} {01591.p6} {01591.p3} -> {01591.p4-eats} 
+tr {01591.t} {01591.p2-thinks} -> {01591.p1} {01591.p5} 
+tr {01591.t0|01592.t4} : b1590 {01592.p4-eats} -> {01591.f} {01592.f} {01592.p2-thinks} 
+tr {01591.t2} {01591.f} {01591.p5} -> {01591.p6} 
+tr {01591.t3|01592.t1} : a1590 {01591.f} {01592.p1} -> {01592.p3} 
+tr {01592.e} {01592.p6} {01592.p3} -> {01592.p4-eats} 
+tr {01592.t} {01592.p2-thinks} -> {01592.p1} {01592.p5} 
+tr {01592.t0|01593.t4} : b1591 {01593.p4-eats} -> {01592.f} {01593.f} {01593.p2-thinks} 
+tr {01592.t2} {01592.f} {01592.p5} -> {01592.p6} 
+tr {01592.t3|01593.t1} : a1591 {01592.f} {01593.p1} -> {01593.p3} 
+tr {01593.e} {01593.p6} {01593.p3} -> {01593.p4-eats} 
+tr {01593.t} {01593.p2-thinks} -> {01593.p1} {01593.p5} 
+tr {01593.t0|01594.t4} : b1592 {01594.p4-eats} -> {01593.f} {01594.f} {01594.p2-thinks} 
+tr {01593.t2} {01593.f} {01593.p5} -> {01593.p6} 
+tr {01593.t3|01594.t1} : a1592 {01593.f} {01594.p1} -> {01594.p3} 
+tr {01594.e} {01594.p6} {01594.p3} -> {01594.p4-eats} 
+tr {01594.t} {01594.p2-thinks} -> {01594.p1} {01594.p5} 
+tr {01594.t0|01595.t4} : b1593 {01595.p4-eats} -> {01594.f} {01595.f} {01595.p2-thinks} 
+tr {01594.t2} {01594.f} {01594.p5} -> {01594.p6} 
+tr {01594.t3|01595.t1} : a1593 {01594.f} {01595.p1} -> {01595.p3} 
+tr {01595.e} {01595.p6} {01595.p3} -> {01595.p4-eats} 
+tr {01595.t} {01595.p2-thinks} -> {01595.p1} {01595.p5} 
+tr {01595.t0|01596.t4} : b1594 {01596.p4-eats} -> {01595.f} {01596.f} {01596.p2-thinks} 
+tr {01595.t2} {01595.f} {01595.p5} -> {01595.p6} 
+tr {01595.t3|01596.t1} : a1594 {01595.f} {01596.p1} -> {01596.p3} 
+tr {01596.e} {01596.p6} {01596.p3} -> {01596.p4-eats} 
+tr {01596.t} {01596.p2-thinks} -> {01596.p1} {01596.p5} 
+tr {01596.t0|01597.t4} : b1595 {01597.p4-eats} -> {01596.f} {01597.f} {01597.p2-thinks} 
+tr {01596.t2} {01596.f} {01596.p5} -> {01596.p6} 
+tr {01596.t3|01597.t1} : a1595 {01596.f} {01597.p1} -> {01597.p3} 
+tr {01597.e} {01597.p6} {01597.p3} -> {01597.p4-eats} 
+tr {01597.t} {01597.p2-thinks} -> {01597.p1} {01597.p5} 
+tr {01597.t0|01598.t4} : b1596 {01598.p4-eats} -> {01597.f} {01598.f} {01598.p2-thinks} 
+tr {01597.t2} {01597.f} {01597.p5} -> {01597.p6} 
+tr {01597.t3|01598.t1} : a1596 {01597.f} {01598.p1} -> {01598.p3} 
+tr {01598.e} {01598.p6} {01598.p3} -> {01598.p4-eats} 
+tr {01598.t} {01598.p2-thinks} -> {01598.p1} {01598.p5} 
+tr {01598.t0|01599.t4} : b1597 {01599.p4-eats} -> {01598.f} {01599.f} {01599.p2-thinks} 
+tr {01598.t2} {01598.f} {01598.p5} -> {01598.p6} 
+tr {01598.t3|01599.t1} : a1597 {01598.f} {01599.p1} -> {01599.p3} 
+tr {01599.e} {01599.p6} {01599.p3} -> {01599.p4-eats} 
+tr {01599.t} {01599.p2-thinks} -> {01599.p1} {01599.p5} 
+tr {01599.t0|01600.t4} : b1598 {01600.p4-eats} -> {01599.f} {01600.f} {01600.p2-thinks} 
+tr {01599.t2} {01599.f} {01599.p5} -> {01599.p6} 
+tr {01599.t3|01600.t1} : a1598 {01599.f} {01600.p1} -> {01600.p3} 
+tr {01600.e} {01600.p6} {01600.p3} -> {01600.p4-eats} 
+tr {01600.t} {01600.p2-thinks} -> {01600.p1} {01600.p5} 
+tr {01600.t0|01601.t4} : b1599 {01601.p4-eats} -> {01600.f} {01601.f} {01601.p2-thinks} 
+tr {01600.t2} {01600.f} {01600.p5} -> {01600.p6} 
+tr {01600.t3|01601.t1} : a1599 {01600.f} {01601.p1} -> {01601.p3} 
+tr {01601.e} {01601.p6} {01601.p3} -> {01601.p4-eats} 
+tr {01601.t} {01601.p2-thinks} -> {01601.p1} {01601.p5} 
+tr {01601.t0|01602.t4} : b1600 {01602.p4-eats} -> {01601.f} {01602.f} {01602.p2-thinks} 
+tr {01601.t2} {01601.f} {01601.p5} -> {01601.p6} 
+tr {01601.t3|01602.t1} : a1600 {01601.f} {01602.p1} -> {01602.p3} 
+tr {01602.e} {01602.p6} {01602.p3} -> {01602.p4-eats} 
+tr {01602.t} {01602.p2-thinks} -> {01602.p1} {01602.p5} 
+tr {01602.t0|01603.t4} : b1601 {01603.p4-eats} -> {01602.f} {01603.f} {01603.p2-thinks} 
+tr {01602.t2} {01602.f} {01602.p5} -> {01602.p6} 
+tr {01602.t3|01603.t1} : a1601 {01602.f} {01603.p1} -> {01603.p3} 
+tr {01603.e} {01603.p6} {01603.p3} -> {01603.p4-eats} 
+tr {01603.t} {01603.p2-thinks} -> {01603.p1} {01603.p5} 
+tr {01603.t0|01604.t4} : b1602 {01604.p4-eats} -> {01603.f} {01604.f} {01604.p2-thinks} 
+tr {01603.t2} {01603.f} {01603.p5} -> {01603.p6} 
+tr {01603.t3|01604.t1} : a1602 {01603.f} {01604.p1} -> {01604.p3} 
+tr {01604.e} {01604.p6} {01604.p3} -> {01604.p4-eats} 
+tr {01604.t} {01604.p2-thinks} -> {01604.p1} {01604.p5} 
+tr {01604.t0|01605.t4} : b1603 {01605.p4-eats} -> {01604.f} {01605.f} {01605.p2-thinks} 
+tr {01604.t2} {01604.f} {01604.p5} -> {01604.p6} 
+tr {01604.t3|01605.t1} : a1603 {01604.f} {01605.p1} -> {01605.p3} 
+tr {01605.e} {01605.p6} {01605.p3} -> {01605.p4-eats} 
+tr {01605.t} {01605.p2-thinks} -> {01605.p1} {01605.p5} 
+tr {01605.t0|01606.t4} : b1604 {01606.p4-eats} -> {01605.f} {01606.f} {01606.p2-thinks} 
+tr {01605.t2} {01605.f} {01605.p5} -> {01605.p6} 
+tr {01605.t3|01606.t1} : a1604 {01605.f} {01606.p1} -> {01606.p3} 
+tr {01606.e} {01606.p6} {01606.p3} -> {01606.p4-eats} 
+tr {01606.t} {01606.p2-thinks} -> {01606.p1} {01606.p5} 
+tr {01606.t0|01607.t4} : b1605 {01607.p4-eats} -> {01606.f} {01607.f} {01607.p2-thinks} 
+tr {01606.t2} {01606.f} {01606.p5} -> {01606.p6} 
+tr {01606.t3|01607.t1} : a1605 {01606.f} {01607.p1} -> {01607.p3} 
+tr {01607.e} {01607.p6} {01607.p3} -> {01607.p4-eats} 
+tr {01607.t} {01607.p2-thinks} -> {01607.p1} {01607.p5} 
+tr {01607.t0|01608.t4} : b1606 {01608.p4-eats} -> {01607.f} {01608.f} {01608.p2-thinks} 
+tr {01607.t2} {01607.f} {01607.p5} -> {01607.p6} 
+tr {01607.t3|01608.t1} : a1606 {01607.f} {01608.p1} -> {01608.p3} 
+tr {01608.e} {01608.p6} {01608.p3} -> {01608.p4-eats} 
+tr {01608.t} {01608.p2-thinks} -> {01608.p1} {01608.p5} 
+tr {01608.t0|01609.t4} : b1607 {01609.p4-eats} -> {01608.f} {01609.f} {01609.p2-thinks} 
+tr {01608.t2} {01608.f} {01608.p5} -> {01608.p6} 
+tr {01608.t3|01609.t1} : a1607 {01608.f} {01609.p1} -> {01609.p3} 
+tr {01609.e} {01609.p6} {01609.p3} -> {01609.p4-eats} 
+tr {01609.t} {01609.p2-thinks} -> {01609.p1} {01609.p5} 
+tr {01609.t0|01610.t4} : b1608 {01610.p4-eats} -> {01609.f} {01610.f} {01610.p2-thinks} 
+tr {01609.t2} {01609.f} {01609.p5} -> {01609.p6} 
+tr {01609.t3|01610.t1} : a1608 {01609.f} {01610.p1} -> {01610.p3} 
+tr {01610.e} {01610.p6} {01610.p3} -> {01610.p4-eats} 
+tr {01610.t} {01610.p2-thinks} -> {01610.p1} {01610.p5} 
+tr {01610.t0|01611.t4} : b1609 {01611.p4-eats} -> {01610.f} {01611.f} {01611.p2-thinks} 
+tr {01610.t2} {01610.f} {01610.p5} -> {01610.p6} 
+tr {01610.t3|01611.t1} : a1609 {01610.f} {01611.p1} -> {01611.p3} 
+tr {01611.e} {01611.p6} {01611.p3} -> {01611.p4-eats} 
+tr {01611.t} {01611.p2-thinks} -> {01611.p1} {01611.p5} 
+tr {01611.t0|01612.t4} : b1610 {01612.p4-eats} -> {01611.f} {01612.f} {01612.p2-thinks} 
+tr {01611.t2} {01611.f} {01611.p5} -> {01611.p6} 
+tr {01611.t3|01612.t1} : a1610 {01611.f} {01612.p1} -> {01612.p3} 
+tr {01612.e} {01612.p6} {01612.p3} -> {01612.p4-eats} 
+tr {01612.t} {01612.p2-thinks} -> {01612.p1} {01612.p5} 
+tr {01612.t0|01613.t4} : b1611 {01613.p4-eats} -> {01612.f} {01613.f} {01613.p2-thinks} 
+tr {01612.t2} {01612.f} {01612.p5} -> {01612.p6} 
+tr {01612.t3|01613.t1} : a1611 {01612.f} {01613.p1} -> {01613.p3} 
+tr {01613.e} {01613.p6} {01613.p3} -> {01613.p4-eats} 
+tr {01613.t} {01613.p2-thinks} -> {01613.p1} {01613.p5} 
+tr {01613.t0|01614.t4} : b1612 {01614.p4-eats} -> {01613.f} {01614.f} {01614.p2-thinks} 
+tr {01613.t2} {01613.f} {01613.p5} -> {01613.p6} 
+tr {01613.t3|01614.t1} : a1612 {01613.f} {01614.p1} -> {01614.p3} 
+tr {01614.e} {01614.p6} {01614.p3} -> {01614.p4-eats} 
+tr {01614.t} {01614.p2-thinks} -> {01614.p1} {01614.p5} 
+tr {01614.t0|01615.t4} : b1613 {01615.p4-eats} -> {01614.f} {01615.f} {01615.p2-thinks} 
+tr {01614.t2} {01614.f} {01614.p5} -> {01614.p6} 
+tr {01614.t3|01615.t1} : a1613 {01614.f} {01615.p1} -> {01615.p3} 
+tr {01615.e} {01615.p6} {01615.p3} -> {01615.p4-eats} 
+tr {01615.t} {01615.p2-thinks} -> {01615.p1} {01615.p5} 
+tr {01615.t0|01616.t4} : b1614 {01616.p4-eats} -> {01615.f} {01616.f} {01616.p2-thinks} 
+tr {01615.t2} {01615.f} {01615.p5} -> {01615.p6} 
+tr {01615.t3|01616.t1} : a1614 {01615.f} {01616.p1} -> {01616.p3} 
+tr {01616.e} {01616.p6} {01616.p3} -> {01616.p4-eats} 
+tr {01616.t} {01616.p2-thinks} -> {01616.p1} {01616.p5} 
+tr {01616.t0|01617.t4} : b1615 {01617.p4-eats} -> {01616.f} {01617.f} {01617.p2-thinks} 
+tr {01616.t2} {01616.f} {01616.p5} -> {01616.p6} 
+tr {01616.t3|01617.t1} : a1615 {01616.f} {01617.p1} -> {01617.p3} 
+tr {01617.e} {01617.p6} {01617.p3} -> {01617.p4-eats} 
+tr {01617.t} {01617.p2-thinks} -> {01617.p1} {01617.p5} 
+tr {01617.t0|01618.t4} : b1616 {01618.p4-eats} -> {01617.f} {01618.f} {01618.p2-thinks} 
+tr {01617.t2} {01617.f} {01617.p5} -> {01617.p6} 
+tr {01617.t3|01618.t1} : a1616 {01617.f} {01618.p1} -> {01618.p3} 
+tr {01618.e} {01618.p6} {01618.p3} -> {01618.p4-eats} 
+tr {01618.t} {01618.p2-thinks} -> {01618.p1} {01618.p5} 
+tr {01618.t0|01619.t4} : b1617 {01619.p4-eats} -> {01618.f} {01619.f} {01619.p2-thinks} 
+tr {01618.t2} {01618.f} {01618.p5} -> {01618.p6} 
+tr {01618.t3|01619.t1} : a1617 {01618.f} {01619.p1} -> {01619.p3} 
+tr {01619.e} {01619.p6} {01619.p3} -> {01619.p4-eats} 
+tr {01619.t} {01619.p2-thinks} -> {01619.p1} {01619.p5} 
+tr {01619.t0|01620.t4} : b1618 {01620.p4-eats} -> {01619.f} {01620.f} {01620.p2-thinks} 
+tr {01619.t2} {01619.f} {01619.p5} -> {01619.p6} 
+tr {01619.t3|01620.t1} : a1618 {01619.f} {01620.p1} -> {01620.p3} 
+tr {01620.e} {01620.p6} {01620.p3} -> {01620.p4-eats} 
+tr {01620.t} {01620.p2-thinks} -> {01620.p1} {01620.p5} 
+tr {01620.t0|01621.t4} : b1619 {01621.p4-eats} -> {01620.f} {01621.f} {01621.p2-thinks} 
+tr {01620.t2} {01620.f} {01620.p5} -> {01620.p6} 
+tr {01620.t3|01621.t1} : a1619 {01620.f} {01621.p1} -> {01621.p3} 
+tr {01621.e} {01621.p6} {01621.p3} -> {01621.p4-eats} 
+tr {01621.t} {01621.p2-thinks} -> {01621.p1} {01621.p5} 
+tr {01621.t0|01622.t4} : b1620 {01622.p4-eats} -> {01621.f} {01622.f} {01622.p2-thinks} 
+tr {01621.t2} {01621.f} {01621.p5} -> {01621.p6} 
+tr {01621.t3|01622.t1} : a1620 {01621.f} {01622.p1} -> {01622.p3} 
+tr {01622.e} {01622.p6} {01622.p3} -> {01622.p4-eats} 
+tr {01622.t} {01622.p2-thinks} -> {01622.p1} {01622.p5} 
+tr {01622.t0|01623.t4} : b1621 {01623.p4-eats} -> {01622.f} {01623.f} {01623.p2-thinks} 
+tr {01622.t2} {01622.f} {01622.p5} -> {01622.p6} 
+tr {01622.t3|01623.t1} : a1621 {01622.f} {01623.p1} -> {01623.p3} 
+tr {01623.e} {01623.p6} {01623.p3} -> {01623.p4-eats} 
+tr {01623.t} {01623.p2-thinks} -> {01623.p1} {01623.p5} 
+tr {01623.t0|01624.t4} : b1622 {01624.p4-eats} -> {01623.f} {01624.f} {01624.p2-thinks} 
+tr {01623.t2} {01623.f} {01623.p5} -> {01623.p6} 
+tr {01623.t3|01624.t1} : a1622 {01623.f} {01624.p1} -> {01624.p3} 
+tr {01624.e} {01624.p6} {01624.p3} -> {01624.p4-eats} 
+tr {01624.t} {01624.p2-thinks} -> {01624.p1} {01624.p5} 
+tr {01624.t0|01625.t4} : b1623 {01625.p4-eats} -> {01624.f} {01625.f} {01625.p2-thinks} 
+tr {01624.t2} {01624.f} {01624.p5} -> {01624.p6} 
+tr {01624.t3|01625.t1} : a1623 {01624.f} {01625.p1} -> {01625.p3} 
+tr {01625.e} {01625.p6} {01625.p3} -> {01625.p4-eats} 
+tr {01625.t} {01625.p2-thinks} -> {01625.p1} {01625.p5} 
+tr {01625.t0|01626.t4} : b1624 {01626.p4-eats} -> {01625.f} {01626.f} {01626.p2-thinks} 
+tr {01625.t2} {01625.f} {01625.p5} -> {01625.p6} 
+tr {01625.t3|01626.t1} : a1624 {01625.f} {01626.p1} -> {01626.p3} 
+tr {01626.e} {01626.p6} {01626.p3} -> {01626.p4-eats} 
+tr {01626.t} {01626.p2-thinks} -> {01626.p1} {01626.p5} 
+tr {01626.t0|01627.t4} : b1625 {01627.p4-eats} -> {01626.f} {01627.f} {01627.p2-thinks} 
+tr {01626.t2} {01626.f} {01626.p5} -> {01626.p6} 
+tr {01626.t3|01627.t1} : a1625 {01626.f} {01627.p1} -> {01627.p3} 
+tr {01627.e} {01627.p6} {01627.p3} -> {01627.p4-eats} 
+tr {01627.t} {01627.p2-thinks} -> {01627.p1} {01627.p5} 
+tr {01627.t0|01628.t4} : b1626 {01628.p4-eats} -> {01627.f} {01628.f} {01628.p2-thinks} 
+tr {01627.t2} {01627.f} {01627.p5} -> {01627.p6} 
+tr {01627.t3|01628.t1} : a1626 {01627.f} {01628.p1} -> {01628.p3} 
+tr {01628.e} {01628.p6} {01628.p3} -> {01628.p4-eats} 
+tr {01628.t} {01628.p2-thinks} -> {01628.p1} {01628.p5} 
+tr {01628.t0|01629.t4} : b1627 {01629.p4-eats} -> {01628.f} {01629.f} {01629.p2-thinks} 
+tr {01628.t2} {01628.f} {01628.p5} -> {01628.p6} 
+tr {01628.t3|01629.t1} : a1627 {01628.f} {01629.p1} -> {01629.p3} 
+tr {01629.e} {01629.p6} {01629.p3} -> {01629.p4-eats} 
+tr {01629.t} {01629.p2-thinks} -> {01629.p1} {01629.p5} 
+tr {01629.t0|01630.t4} : b1628 {01630.p4-eats} -> {01629.f} {01630.f} {01630.p2-thinks} 
+tr {01629.t2} {01629.f} {01629.p5} -> {01629.p6} 
+tr {01629.t3|01630.t1} : a1628 {01629.f} {01630.p1} -> {01630.p3} 
+tr {01630.e} {01630.p6} {01630.p3} -> {01630.p4-eats} 
+tr {01630.t} {01630.p2-thinks} -> {01630.p1} {01630.p5} 
+tr {01630.t0|01631.t4} : b1629 {01631.p4-eats} -> {01630.f} {01631.f} {01631.p2-thinks} 
+tr {01630.t2} {01630.f} {01630.p5} -> {01630.p6} 
+tr {01630.t3|01631.t1} : a1629 {01630.f} {01631.p1} -> {01631.p3} 
+tr {01631.e} {01631.p6} {01631.p3} -> {01631.p4-eats} 
+tr {01631.t} {01631.p2-thinks} -> {01631.p1} {01631.p5} 
+tr {01631.t0|01632.t4} : b1630 {01632.p4-eats} -> {01631.f} {01632.f} {01632.p2-thinks} 
+tr {01631.t2} {01631.f} {01631.p5} -> {01631.p6} 
+tr {01631.t3|01632.t1} : a1630 {01631.f} {01632.p1} -> {01632.p3} 
+tr {01632.e} {01632.p6} {01632.p3} -> {01632.p4-eats} 
+tr {01632.t} {01632.p2-thinks} -> {01632.p1} {01632.p5} 
+tr {01632.t0|01633.t4} : b1631 {01633.p4-eats} -> {01632.f} {01633.f} {01633.p2-thinks} 
+tr {01632.t2} {01632.f} {01632.p5} -> {01632.p6} 
+tr {01632.t3|01633.t1} : a1631 {01632.f} {01633.p1} -> {01633.p3} 
+tr {01633.e} {01633.p6} {01633.p3} -> {01633.p4-eats} 
+tr {01633.t} {01633.p2-thinks} -> {01633.p1} {01633.p5} 
+tr {01633.t0|01634.t4} : b1632 {01634.p4-eats} -> {01633.f} {01634.f} {01634.p2-thinks} 
+tr {01633.t2} {01633.f} {01633.p5} -> {01633.p6} 
+tr {01633.t3|01634.t1} : a1632 {01633.f} {01634.p1} -> {01634.p3} 
+tr {01634.e} {01634.p6} {01634.p3} -> {01634.p4-eats} 
+tr {01634.t} {01634.p2-thinks} -> {01634.p1} {01634.p5} 
+tr {01634.t0|01635.t4} : b1633 {01635.p4-eats} -> {01634.f} {01635.f} {01635.p2-thinks} 
+tr {01634.t2} {01634.f} {01634.p5} -> {01634.p6} 
+tr {01634.t3|01635.t1} : a1633 {01634.f} {01635.p1} -> {01635.p3} 
+tr {01635.e} {01635.p6} {01635.p3} -> {01635.p4-eats} 
+tr {01635.t} {01635.p2-thinks} -> {01635.p1} {01635.p5} 
+tr {01635.t0|01636.t4} : b1634 {01636.p4-eats} -> {01635.f} {01636.f} {01636.p2-thinks} 
+tr {01635.t2} {01635.f} {01635.p5} -> {01635.p6} 
+tr {01635.t3|01636.t1} : a1634 {01635.f} {01636.p1} -> {01636.p3} 
+tr {01636.e} {01636.p6} {01636.p3} -> {01636.p4-eats} 
+tr {01636.t} {01636.p2-thinks} -> {01636.p1} {01636.p5} 
+tr {01636.t0|01637.t4} : b1635 {01637.p4-eats} -> {01636.f} {01637.f} {01637.p2-thinks} 
+tr {01636.t2} {01636.f} {01636.p5} -> {01636.p6} 
+tr {01636.t3|01637.t1} : a1635 {01636.f} {01637.p1} -> {01637.p3} 
+tr {01637.e} {01637.p6} {01637.p3} -> {01637.p4-eats} 
+tr {01637.t} {01637.p2-thinks} -> {01637.p1} {01637.p5} 
+tr {01637.t0|01638.t4} : b1636 {01638.p4-eats} -> {01637.f} {01638.f} {01638.p2-thinks} 
+tr {01637.t2} {01637.f} {01637.p5} -> {01637.p6} 
+tr {01637.t3|01638.t1} : a1636 {01637.f} {01638.p1} -> {01638.p3} 
+tr {01638.e} {01638.p6} {01638.p3} -> {01638.p4-eats} 
+tr {01638.t} {01638.p2-thinks} -> {01638.p1} {01638.p5} 
+tr {01638.t0|01639.t4} : b1637 {01639.p4-eats} -> {01638.f} {01639.f} {01639.p2-thinks} 
+tr {01638.t2} {01638.f} {01638.p5} -> {01638.p6} 
+tr {01638.t3|01639.t1} : a1637 {01638.f} {01639.p1} -> {01639.p3} 
+tr {01639.e} {01639.p6} {01639.p3} -> {01639.p4-eats} 
+tr {01639.t} {01639.p2-thinks} -> {01639.p1} {01639.p5} 
+tr {01639.t0|01640.t4} : b1638 {01640.p4-eats} -> {01639.f} {01640.f} {01640.p2-thinks} 
+tr {01639.t2} {01639.f} {01639.p5} -> {01639.p6} 
+tr {01639.t3|01640.t1} : a1638 {01639.f} {01640.p1} -> {01640.p3} 
+tr {01640.e} {01640.p6} {01640.p3} -> {01640.p4-eats} 
+tr {01640.t} {01640.p2-thinks} -> {01640.p1} {01640.p5} 
+tr {01640.t0|01641.t4} : b1639 {01641.p4-eats} -> {01640.f} {01641.f} {01641.p2-thinks} 
+tr {01640.t2} {01640.f} {01640.p5} -> {01640.p6} 
+tr {01640.t3|01641.t1} : a1639 {01640.f} {01641.p1} -> {01641.p3} 
+tr {01641.e} {01641.p6} {01641.p3} -> {01641.p4-eats} 
+tr {01641.t} {01641.p2-thinks} -> {01641.p1} {01641.p5} 
+tr {01641.t0|01642.t4} : b1640 {01642.p4-eats} -> {01641.f} {01642.f} {01642.p2-thinks} 
+tr {01641.t2} {01641.f} {01641.p5} -> {01641.p6} 
+tr {01641.t3|01642.t1} : a1640 {01641.f} {01642.p1} -> {01642.p3} 
+tr {01642.e} {01642.p6} {01642.p3} -> {01642.p4-eats} 
+tr {01642.t} {01642.p2-thinks} -> {01642.p1} {01642.p5} 
+tr {01642.t0|01643.t4} : b1641 {01643.p4-eats} -> {01642.f} {01643.f} {01643.p2-thinks} 
+tr {01642.t2} {01642.f} {01642.p5} -> {01642.p6} 
+tr {01642.t3|01643.t1} : a1641 {01642.f} {01643.p1} -> {01643.p3} 
+tr {01643.e} {01643.p6} {01643.p3} -> {01643.p4-eats} 
+tr {01643.t} {01643.p2-thinks} -> {01643.p1} {01643.p5} 
+tr {01643.t0|01644.t4} : b1642 {01644.p4-eats} -> {01643.f} {01644.f} {01644.p2-thinks} 
+tr {01643.t2} {01643.f} {01643.p5} -> {01643.p6} 
+tr {01643.t3|01644.t1} : a1642 {01643.f} {01644.p1} -> {01644.p3} 
+tr {01644.e} {01644.p6} {01644.p3} -> {01644.p4-eats} 
+tr {01644.t} {01644.p2-thinks} -> {01644.p1} {01644.p5} 
+tr {01644.t0|01645.t4} : b1643 {01645.p4-eats} -> {01644.f} {01645.f} {01645.p2-thinks} 
+tr {01644.t2} {01644.f} {01644.p5} -> {01644.p6} 
+tr {01644.t3|01645.t1} : a1643 {01644.f} {01645.p1} -> {01645.p3} 
+tr {01645.e} {01645.p6} {01645.p3} -> {01645.p4-eats} 
+tr {01645.t} {01645.p2-thinks} -> {01645.p1} {01645.p5} 
+tr {01645.t0|01646.t4} : b1644 {01646.p4-eats} -> {01645.f} {01646.f} {01646.p2-thinks} 
+tr {01645.t2} {01645.f} {01645.p5} -> {01645.p6} 
+tr {01645.t3|01646.t1} : a1644 {01645.f} {01646.p1} -> {01646.p3} 
+tr {01646.e} {01646.p6} {01646.p3} -> {01646.p4-eats} 
+tr {01646.t} {01646.p2-thinks} -> {01646.p1} {01646.p5} 
+tr {01646.t0|01647.t4} : b1645 {01647.p4-eats} -> {01646.f} {01647.f} {01647.p2-thinks} 
+tr {01646.t2} {01646.f} {01646.p5} -> {01646.p6} 
+tr {01646.t3|01647.t1} : a1645 {01646.f} {01647.p1} -> {01647.p3} 
+tr {01647.e} {01647.p6} {01647.p3} -> {01647.p4-eats} 
+tr {01647.t} {01647.p2-thinks} -> {01647.p1} {01647.p5} 
+tr {01647.t0|01648.t4} : b1646 {01648.p4-eats} -> {01647.f} {01648.f} {01648.p2-thinks} 
+tr {01647.t2} {01647.f} {01647.p5} -> {01647.p6} 
+tr {01647.t3|01648.t1} : a1646 {01647.f} {01648.p1} -> {01648.p3} 
+tr {01648.e} {01648.p6} {01648.p3} -> {01648.p4-eats} 
+tr {01648.t} {01648.p2-thinks} -> {01648.p1} {01648.p5} 
+tr {01648.t0|01649.t4} : b1647 {01649.p4-eats} -> {01648.f} {01649.f} {01649.p2-thinks} 
+tr {01648.t2} {01648.f} {01648.p5} -> {01648.p6} 
+tr {01648.t3|01649.t1} : a1647 {01648.f} {01649.p1} -> {01649.p3} 
+tr {01649.e} {01649.p6} {01649.p3} -> {01649.p4-eats} 
+tr {01649.t} {01649.p2-thinks} -> {01649.p1} {01649.p5} 
+tr {01649.t0|01650.t4} : b1648 {01650.p4-eats} -> {01649.f} {01650.f} {01650.p2-thinks} 
+tr {01649.t2} {01649.f} {01649.p5} -> {01649.p6} 
+tr {01649.t3|01650.t1} : a1648 {01649.f} {01650.p1} -> {01650.p3} 
+tr {01650.e} {01650.p6} {01650.p3} -> {01650.p4-eats} 
+tr {01650.t} {01650.p2-thinks} -> {01650.p1} {01650.p5} 
+tr {01650.t0|01651.t4} : b1649 {01651.p4-eats} -> {01650.f} {01651.f} {01651.p2-thinks} 
+tr {01650.t2} {01650.f} {01650.p5} -> {01650.p6} 
+tr {01650.t3|01651.t1} : a1649 {01650.f} {01651.p1} -> {01651.p3} 
+tr {01651.e} {01651.p6} {01651.p3} -> {01651.p4-eats} 
+tr {01651.t} {01651.p2-thinks} -> {01651.p1} {01651.p5} 
+tr {01651.t0|01652.t4} : b1650 {01652.p4-eats} -> {01651.f} {01652.f} {01652.p2-thinks} 
+tr {01651.t2} {01651.f} {01651.p5} -> {01651.p6} 
+tr {01651.t3|01652.t1} : a1650 {01651.f} {01652.p1} -> {01652.p3} 
+tr {01652.e} {01652.p6} {01652.p3} -> {01652.p4-eats} 
+tr {01652.t} {01652.p2-thinks} -> {01652.p1} {01652.p5} 
+tr {01652.t0|01653.t4} : b1651 {01653.p4-eats} -> {01652.f} {01653.f} {01653.p2-thinks} 
+tr {01652.t2} {01652.f} {01652.p5} -> {01652.p6} 
+tr {01652.t3|01653.t1} : a1651 {01652.f} {01653.p1} -> {01653.p3} 
+tr {01653.e} {01653.p6} {01653.p3} -> {01653.p4-eats} 
+tr {01653.t} {01653.p2-thinks} -> {01653.p1} {01653.p5} 
+tr {01653.t0|01654.t4} : b1652 {01654.p4-eats} -> {01653.f} {01654.f} {01654.p2-thinks} 
+tr {01653.t2} {01653.f} {01653.p5} -> {01653.p6} 
+tr {01653.t3|01654.t1} : a1652 {01653.f} {01654.p1} -> {01654.p3} 
+tr {01654.e} {01654.p6} {01654.p3} -> {01654.p4-eats} 
+tr {01654.t} {01654.p2-thinks} -> {01654.p1} {01654.p5} 
+tr {01654.t0|01655.t4} : b1653 {01655.p4-eats} -> {01654.f} {01655.f} {01655.p2-thinks} 
+tr {01654.t2} {01654.f} {01654.p5} -> {01654.p6} 
+tr {01654.t3|01655.t1} : a1653 {01654.f} {01655.p1} -> {01655.p3} 
+tr {01655.e} {01655.p6} {01655.p3} -> {01655.p4-eats} 
+tr {01655.t} {01655.p2-thinks} -> {01655.p1} {01655.p5} 
+tr {01655.t0|01656.t4} : b1654 {01656.p4-eats} -> {01655.f} {01656.f} {01656.p2-thinks} 
+tr {01655.t2} {01655.f} {01655.p5} -> {01655.p6} 
+tr {01655.t3|01656.t1} : a1654 {01655.f} {01656.p1} -> {01656.p3} 
+tr {01656.e} {01656.p6} {01656.p3} -> {01656.p4-eats} 
+tr {01656.t} {01656.p2-thinks} -> {01656.p1} {01656.p5} 
+tr {01656.t0|01657.t4} : b1655 {01657.p4-eats} -> {01656.f} {01657.f} {01657.p2-thinks} 
+tr {01656.t2} {01656.f} {01656.p5} -> {01656.p6} 
+tr {01656.t3|01657.t1} : a1655 {01656.f} {01657.p1} -> {01657.p3} 
+tr {01657.e} {01657.p6} {01657.p3} -> {01657.p4-eats} 
+tr {01657.t} {01657.p2-thinks} -> {01657.p1} {01657.p5} 
+tr {01657.t0|01658.t4} : b1656 {01658.p4-eats} -> {01657.f} {01658.f} {01658.p2-thinks} 
+tr {01657.t2} {01657.f} {01657.p5} -> {01657.p6} 
+tr {01657.t3|01658.t1} : a1656 {01657.f} {01658.p1} -> {01658.p3} 
+tr {01658.e} {01658.p6} {01658.p3} -> {01658.p4-eats} 
+tr {01658.t} {01658.p2-thinks} -> {01658.p1} {01658.p5} 
+tr {01658.t0|01659.t4} : b1657 {01659.p4-eats} -> {01658.f} {01659.f} {01659.p2-thinks} 
+tr {01658.t2} {01658.f} {01658.p5} -> {01658.p6} 
+tr {01658.t3|01659.t1} : a1657 {01658.f} {01659.p1} -> {01659.p3} 
+tr {01659.e} {01659.p6} {01659.p3} -> {01659.p4-eats} 
+tr {01659.t} {01659.p2-thinks} -> {01659.p1} {01659.p5} 
+tr {01659.t0|01660.t4} : b1658 {01660.p4-eats} -> {01659.f} {01660.f} {01660.p2-thinks} 
+tr {01659.t2} {01659.f} {01659.p5} -> {01659.p6} 
+tr {01659.t3|01660.t1} : a1658 {01659.f} {01660.p1} -> {01660.p3} 
+tr {01660.e} {01660.p6} {01660.p3} -> {01660.p4-eats} 
+tr {01660.t} {01660.p2-thinks} -> {01660.p1} {01660.p5} 
+tr {01660.t0|01661.t4} : b1659 {01661.p4-eats} -> {01660.f} {01661.f} {01661.p2-thinks} 
+tr {01660.t2} {01660.f} {01660.p5} -> {01660.p6} 
+tr {01660.t3|01661.t1} : a1659 {01660.f} {01661.p1} -> {01661.p3} 
+tr {01661.e} {01661.p6} {01661.p3} -> {01661.p4-eats} 
+tr {01661.t} {01661.p2-thinks} -> {01661.p1} {01661.p5} 
+tr {01661.t0|01662.t4} : b1660 {01662.p4-eats} -> {01661.f} {01662.f} {01662.p2-thinks} 
+tr {01661.t2} {01661.f} {01661.p5} -> {01661.p6} 
+tr {01661.t3|01662.t1} : a1660 {01661.f} {01662.p1} -> {01662.p3} 
+tr {01662.e} {01662.p6} {01662.p3} -> {01662.p4-eats} 
+tr {01662.t} {01662.p2-thinks} -> {01662.p1} {01662.p5} 
+tr {01662.t0|01663.t4} : b1661 {01663.p4-eats} -> {01662.f} {01663.f} {01663.p2-thinks} 
+tr {01662.t2} {01662.f} {01662.p5} -> {01662.p6} 
+tr {01662.t3|01663.t1} : a1661 {01662.f} {01663.p1} -> {01663.p3} 
+tr {01663.e} {01663.p6} {01663.p3} -> {01663.p4-eats} 
+tr {01663.t} {01663.p2-thinks} -> {01663.p1} {01663.p5} 
+tr {01663.t0|01664.t4} : b1662 {01664.p4-eats} -> {01663.f} {01664.f} {01664.p2-thinks} 
+tr {01663.t2} {01663.f} {01663.p5} -> {01663.p6} 
+tr {01663.t3|01664.t1} : a1662 {01663.f} {01664.p1} -> {01664.p3} 
+tr {01664.e} {01664.p6} {01664.p3} -> {01664.p4-eats} 
+tr {01664.t} {01664.p2-thinks} -> {01664.p1} {01664.p5} 
+tr {01664.t0|01665.t4} : b1663 {01665.p4-eats} -> {01664.f} {01665.f} {01665.p2-thinks} 
+tr {01664.t2} {01664.f} {01664.p5} -> {01664.p6} 
+tr {01664.t3|01665.t1} : a1663 {01664.f} {01665.p1} -> {01665.p3} 
+tr {01665.e} {01665.p6} {01665.p3} -> {01665.p4-eats} 
+tr {01665.t} {01665.p2-thinks} -> {01665.p1} {01665.p5} 
+tr {01665.t0|01666.t4} : b1664 {01666.p4-eats} -> {01665.f} {01666.f} {01666.p2-thinks} 
+tr {01665.t2} {01665.f} {01665.p5} -> {01665.p6} 
+tr {01665.t3|01666.t1} : a1664 {01665.f} {01666.p1} -> {01666.p3} 
+tr {01666.e} {01666.p6} {01666.p3} -> {01666.p4-eats} 
+tr {01666.t} {01666.p2-thinks} -> {01666.p1} {01666.p5} 
+tr {01666.t0|01667.t4} : b1665 {01667.p4-eats} -> {01666.f} {01667.f} {01667.p2-thinks} 
+tr {01666.t2} {01666.f} {01666.p5} -> {01666.p6} 
+tr {01666.t3|01667.t1} : a1665 {01666.f} {01667.p1} -> {01667.p3} 
+tr {01667.e} {01667.p6} {01667.p3} -> {01667.p4-eats} 
+tr {01667.t} {01667.p2-thinks} -> {01667.p1} {01667.p5} 
+tr {01667.t0|01668.t4} : b1666 {01668.p4-eats} -> {01667.f} {01668.f} {01668.p2-thinks} 
+tr {01667.t2} {01667.f} {01667.p5} -> {01667.p6} 
+tr {01667.t3|01668.t1} : a1666 {01667.f} {01668.p1} -> {01668.p3} 
+tr {01668.e} {01668.p6} {01668.p3} -> {01668.p4-eats} 
+tr {01668.t} {01668.p2-thinks} -> {01668.p1} {01668.p5} 
+tr {01668.t0|01669.t4} : b1667 {01669.p4-eats} -> {01668.f} {01669.f} {01669.p2-thinks} 
+tr {01668.t2} {01668.f} {01668.p5} -> {01668.p6} 
+tr {01668.t3|01669.t1} : a1667 {01668.f} {01669.p1} -> {01669.p3} 
+tr {01669.e} {01669.p6} {01669.p3} -> {01669.p4-eats} 
+tr {01669.t} {01669.p2-thinks} -> {01669.p1} {01669.p5} 
+tr {01669.t0|01670.t4} : b1668 {01670.p4-eats} -> {01669.f} {01670.f} {01670.p2-thinks} 
+tr {01669.t2} {01669.f} {01669.p5} -> {01669.p6} 
+tr {01669.t3|01670.t1} : a1668 {01669.f} {01670.p1} -> {01670.p3} 
+tr {01670.e} {01670.p6} {01670.p3} -> {01670.p4-eats} 
+tr {01670.t} {01670.p2-thinks} -> {01670.p1} {01670.p5} 
+tr {01670.t0|01671.t4} : b1669 {01671.p4-eats} -> {01670.f} {01671.f} {01671.p2-thinks} 
+tr {01670.t2} {01670.f} {01670.p5} -> {01670.p6} 
+tr {01670.t3|01671.t1} : a1669 {01670.f} {01671.p1} -> {01671.p3} 
+tr {01671.e} {01671.p6} {01671.p3} -> {01671.p4-eats} 
+tr {01671.t} {01671.p2-thinks} -> {01671.p1} {01671.p5} 
+tr {01671.t0|01672.t4} : b1670 {01672.p4-eats} -> {01671.f} {01672.f} {01672.p2-thinks} 
+tr {01671.t2} {01671.f} {01671.p5} -> {01671.p6} 
+tr {01671.t3|01672.t1} : a1670 {01671.f} {01672.p1} -> {01672.p3} 
+tr {01672.e} {01672.p6} {01672.p3} -> {01672.p4-eats} 
+tr {01672.t} {01672.p2-thinks} -> {01672.p1} {01672.p5} 
+tr {01672.t0|01673.t4} : b1671 {01673.p4-eats} -> {01672.f} {01673.f} {01673.p2-thinks} 
+tr {01672.t2} {01672.f} {01672.p5} -> {01672.p6} 
+tr {01672.t3|01673.t1} : a1671 {01672.f} {01673.p1} -> {01673.p3} 
+tr {01673.e} {01673.p6} {01673.p3} -> {01673.p4-eats} 
+tr {01673.t} {01673.p2-thinks} -> {01673.p1} {01673.p5} 
+tr {01673.t0|01674.t4} : b1672 {01674.p4-eats} -> {01673.f} {01674.f} {01674.p2-thinks} 
+tr {01673.t2} {01673.f} {01673.p5} -> {01673.p6} 
+tr {01673.t3|01674.t1} : a1672 {01673.f} {01674.p1} -> {01674.p3} 
+tr {01674.e} {01674.p6} {01674.p3} -> {01674.p4-eats} 
+tr {01674.t} {01674.p2-thinks} -> {01674.p1} {01674.p5} 
+tr {01674.t0|01675.t4} : b1673 {01675.p4-eats} -> {01674.f} {01675.f} {01675.p2-thinks} 
+tr {01674.t2} {01674.f} {01674.p5} -> {01674.p6} 
+tr {01674.t3|01675.t1} : a1673 {01674.f} {01675.p1} -> {01675.p3} 
+tr {01675.e} {01675.p6} {01675.p3} -> {01675.p4-eats} 
+tr {01675.t} {01675.p2-thinks} -> {01675.p1} {01675.p5} 
+tr {01675.t0|01676.t4} : b1674 {01676.p4-eats} -> {01675.f} {01676.f} {01676.p2-thinks} 
+tr {01675.t2} {01675.f} {01675.p5} -> {01675.p6} 
+tr {01675.t3|01676.t1} : a1674 {01675.f} {01676.p1} -> {01676.p3} 
+tr {01676.e} {01676.p6} {01676.p3} -> {01676.p4-eats} 
+tr {01676.t} {01676.p2-thinks} -> {01676.p1} {01676.p5} 
+tr {01676.t0|01677.t4} : b1675 {01677.p4-eats} -> {01676.f} {01677.f} {01677.p2-thinks} 
+tr {01676.t2} {01676.f} {01676.p5} -> {01676.p6} 
+tr {01676.t3|01677.t1} : a1675 {01676.f} {01677.p1} -> {01677.p3} 
+tr {01677.e} {01677.p6} {01677.p3} -> {01677.p4-eats} 
+tr {01677.t} {01677.p2-thinks} -> {01677.p1} {01677.p5} 
+tr {01677.t0|01678.t4} : b1676 {01678.p4-eats} -> {01677.f} {01678.f} {01678.p2-thinks} 
+tr {01677.t2} {01677.f} {01677.p5} -> {01677.p6} 
+tr {01677.t3|01678.t1} : a1676 {01677.f} {01678.p1} -> {01678.p3} 
+tr {01678.e} {01678.p6} {01678.p3} -> {01678.p4-eats} 
+tr {01678.t} {01678.p2-thinks} -> {01678.p1} {01678.p5} 
+tr {01678.t0|01679.t4} : b1677 {01679.p4-eats} -> {01678.f} {01679.f} {01679.p2-thinks} 
+tr {01678.t2} {01678.f} {01678.p5} -> {01678.p6} 
+tr {01678.t3|01679.t1} : a1677 {01678.f} {01679.p1} -> {01679.p3} 
+tr {01679.e} {01679.p6} {01679.p3} -> {01679.p4-eats} 
+tr {01679.t} {01679.p2-thinks} -> {01679.p1} {01679.p5} 
+tr {01679.t0|01680.t4} : b1678 {01680.p4-eats} -> {01679.f} {01680.f} {01680.p2-thinks} 
+tr {01679.t2} {01679.f} {01679.p5} -> {01679.p6} 
+tr {01679.t3|01680.t1} : a1678 {01679.f} {01680.p1} -> {01680.p3} 
+tr {01680.e} {01680.p6} {01680.p3} -> {01680.p4-eats} 
+tr {01680.t} {01680.p2-thinks} -> {01680.p1} {01680.p5} 
+tr {01680.t0|01681.t4} : b1679 {01681.p4-eats} -> {01680.f} {01681.f} {01681.p2-thinks} 
+tr {01680.t2} {01680.f} {01680.p5} -> {01680.p6} 
+tr {01680.t3|01681.t1} : a1679 {01680.f} {01681.p1} -> {01681.p3} 
+tr {01681.e} {01681.p6} {01681.p3} -> {01681.p4-eats} 
+tr {01681.t} {01681.p2-thinks} -> {01681.p1} {01681.p5} 
+tr {01681.t0|01682.t4} : b1680 {01682.p4-eats} -> {01681.f} {01682.f} {01682.p2-thinks} 
+tr {01681.t2} {01681.f} {01681.p5} -> {01681.p6} 
+tr {01681.t3|01682.t1} : a1680 {01681.f} {01682.p1} -> {01682.p3} 
+tr {01682.e} {01682.p6} {01682.p3} -> {01682.p4-eats} 
+tr {01682.t} {01682.p2-thinks} -> {01682.p1} {01682.p5} 
+tr {01682.t0|01683.t4} : b1681 {01683.p4-eats} -> {01682.f} {01683.f} {01683.p2-thinks} 
+tr {01682.t2} {01682.f} {01682.p5} -> {01682.p6} 
+tr {01682.t3|01683.t1} : a1681 {01682.f} {01683.p1} -> {01683.p3} 
+tr {01683.e} {01683.p6} {01683.p3} -> {01683.p4-eats} 
+tr {01683.t} {01683.p2-thinks} -> {01683.p1} {01683.p5} 
+tr {01683.t0|01684.t4} : b1682 {01684.p4-eats} -> {01683.f} {01684.f} {01684.p2-thinks} 
+tr {01683.t2} {01683.f} {01683.p5} -> {01683.p6} 
+tr {01683.t3|01684.t1} : a1682 {01683.f} {01684.p1} -> {01684.p3} 
+tr {01684.e} {01684.p6} {01684.p3} -> {01684.p4-eats} 
+tr {01684.t} {01684.p2-thinks} -> {01684.p1} {01684.p5} 
+tr {01684.t0|01685.t4} : b1683 {01685.p4-eats} -> {01684.f} {01685.f} {01685.p2-thinks} 
+tr {01684.t2} {01684.f} {01684.p5} -> {01684.p6} 
+tr {01684.t3|01685.t1} : a1683 {01684.f} {01685.p1} -> {01685.p3} 
+tr {01685.e} {01685.p6} {01685.p3} -> {01685.p4-eats} 
+tr {01685.t} {01685.p2-thinks} -> {01685.p1} {01685.p5} 
+tr {01685.t0|01686.t4} : b1684 {01686.p4-eats} -> {01685.f} {01686.f} {01686.p2-thinks} 
+tr {01685.t2} {01685.f} {01685.p5} -> {01685.p6} 
+tr {01685.t3|01686.t1} : a1684 {01685.f} {01686.p1} -> {01686.p3} 
+tr {01686.e} {01686.p6} {01686.p3} -> {01686.p4-eats} 
+tr {01686.t} {01686.p2-thinks} -> {01686.p1} {01686.p5} 
+tr {01686.t0|01687.t4} : b1685 {01687.p4-eats} -> {01686.f} {01687.f} {01687.p2-thinks} 
+tr {01686.t2} {01686.f} {01686.p5} -> {01686.p6} 
+tr {01686.t3|01687.t1} : a1685 {01686.f} {01687.p1} -> {01687.p3} 
+tr {01687.e} {01687.p6} {01687.p3} -> {01687.p4-eats} 
+tr {01687.t} {01687.p2-thinks} -> {01687.p1} {01687.p5} 
+tr {01687.t0|01688.t4} : b1686 {01688.p4-eats} -> {01687.f} {01688.f} {01688.p2-thinks} 
+tr {01687.t2} {01687.f} {01687.p5} -> {01687.p6} 
+tr {01687.t3|01688.t1} : a1686 {01687.f} {01688.p1} -> {01688.p3} 
+tr {01688.e} {01688.p6} {01688.p3} -> {01688.p4-eats} 
+tr {01688.t} {01688.p2-thinks} -> {01688.p1} {01688.p5} 
+tr {01688.t0|01689.t4} : b1687 {01689.p4-eats} -> {01688.f} {01689.f} {01689.p2-thinks} 
+tr {01688.t2} {01688.f} {01688.p5} -> {01688.p6} 
+tr {01688.t3|01689.t1} : a1687 {01688.f} {01689.p1} -> {01689.p3} 
+tr {01689.e} {01689.p6} {01689.p3} -> {01689.p4-eats} 
+tr {01689.t} {01689.p2-thinks} -> {01689.p1} {01689.p5} 
+tr {01689.t0|01690.t4} : b1688 {01690.p4-eats} -> {01689.f} {01690.f} {01690.p2-thinks} 
+tr {01689.t2} {01689.f} {01689.p5} -> {01689.p6} 
+tr {01689.t3|01690.t1} : a1688 {01689.f} {01690.p1} -> {01690.p3} 
+tr {01690.e} {01690.p6} {01690.p3} -> {01690.p4-eats} 
+tr {01690.t} {01690.p2-thinks} -> {01690.p1} {01690.p5} 
+tr {01690.t0|01691.t4} : b1689 {01691.p4-eats} -> {01690.f} {01691.f} {01691.p2-thinks} 
+tr {01690.t2} {01690.f} {01690.p5} -> {01690.p6} 
+tr {01690.t3|01691.t1} : a1689 {01690.f} {01691.p1} -> {01691.p3} 
+tr {01691.e} {01691.p6} {01691.p3} -> {01691.p4-eats} 
+tr {01691.t} {01691.p2-thinks} -> {01691.p1} {01691.p5} 
+tr {01691.t0|01692.t4} : b1690 {01692.p4-eats} -> {01691.f} {01692.f} {01692.p2-thinks} 
+tr {01691.t2} {01691.f} {01691.p5} -> {01691.p6} 
+tr {01691.t3|01692.t1} : a1690 {01691.f} {01692.p1} -> {01692.p3} 
+tr {01692.e} {01692.p6} {01692.p3} -> {01692.p4-eats} 
+tr {01692.t} {01692.p2-thinks} -> {01692.p1} {01692.p5} 
+tr {01692.t0|01693.t4} : b1691 {01693.p4-eats} -> {01692.f} {01693.f} {01693.p2-thinks} 
+tr {01692.t2} {01692.f} {01692.p5} -> {01692.p6} 
+tr {01692.t3|01693.t1} : a1691 {01692.f} {01693.p1} -> {01693.p3} 
+tr {01693.e} {01693.p6} {01693.p3} -> {01693.p4-eats} 
+tr {01693.t} {01693.p2-thinks} -> {01693.p1} {01693.p5} 
+tr {01693.t0|01694.t4} : b1692 {01694.p4-eats} -> {01693.f} {01694.f} {01694.p2-thinks} 
+tr {01693.t2} {01693.f} {01693.p5} -> {01693.p6} 
+tr {01693.t3|01694.t1} : a1692 {01693.f} {01694.p1} -> {01694.p3} 
+tr {01694.e} {01694.p6} {01694.p3} -> {01694.p4-eats} 
+tr {01694.t} {01694.p2-thinks} -> {01694.p1} {01694.p5} 
+tr {01694.t0|01695.t4} : b1693 {01695.p4-eats} -> {01694.f} {01695.f} {01695.p2-thinks} 
+tr {01694.t2} {01694.f} {01694.p5} -> {01694.p6} 
+tr {01694.t3|01695.t1} : a1693 {01694.f} {01695.p1} -> {01695.p3} 
+tr {01695.e} {01695.p6} {01695.p3} -> {01695.p4-eats} 
+tr {01695.t} {01695.p2-thinks} -> {01695.p1} {01695.p5} 
+tr {01695.t0|01696.t4} : b1694 {01696.p4-eats} -> {01695.f} {01696.f} {01696.p2-thinks} 
+tr {01695.t2} {01695.f} {01695.p5} -> {01695.p6} 
+tr {01695.t3|01696.t1} : a1694 {01695.f} {01696.p1} -> {01696.p3} 
+tr {01696.e} {01696.p6} {01696.p3} -> {01696.p4-eats} 
+tr {01696.t} {01696.p2-thinks} -> {01696.p1} {01696.p5} 
+tr {01696.t0|01697.t4} : b1695 {01697.p4-eats} -> {01696.f} {01697.f} {01697.p2-thinks} 
+tr {01696.t2} {01696.f} {01696.p5} -> {01696.p6} 
+tr {01696.t3|01697.t1} : a1695 {01696.f} {01697.p1} -> {01697.p3} 
+tr {01697.e} {01697.p6} {01697.p3} -> {01697.p4-eats} 
+tr {01697.t} {01697.p2-thinks} -> {01697.p1} {01697.p5} 
+tr {01697.t0|01698.t4} : b1696 {01698.p4-eats} -> {01697.f} {01698.f} {01698.p2-thinks} 
+tr {01697.t2} {01697.f} {01697.p5} -> {01697.p6} 
+tr {01697.t3|01698.t1} : a1696 {01697.f} {01698.p1} -> {01698.p3} 
+tr {01698.e} {01698.p6} {01698.p3} -> {01698.p4-eats} 
+tr {01698.t} {01698.p2-thinks} -> {01698.p1} {01698.p5} 
+tr {01698.t0|01699.t4} : b1697 {01699.p4-eats} -> {01698.f} {01699.f} {01699.p2-thinks} 
+tr {01698.t2} {01698.f} {01698.p5} -> {01698.p6} 
+tr {01698.t3|01699.t1} : a1697 {01698.f} {01699.p1} -> {01699.p3} 
+tr {01699.e} {01699.p6} {01699.p3} -> {01699.p4-eats} 
+tr {01699.t} {01699.p2-thinks} -> {01699.p1} {01699.p5} 
+tr {01699.t0|01700.t4} : b1698 {01700.p4-eats} -> {01699.f} {01700.f} {01700.p2-thinks} 
+tr {01699.t2} {01699.f} {01699.p5} -> {01699.p6} 
+tr {01699.t3|01700.t1} : a1698 {01699.f} {01700.p1} -> {01700.p3} 
+tr {01700.e} {01700.p6} {01700.p3} -> {01700.p4-eats} 
+tr {01700.t} {01700.p2-thinks} -> {01700.p1} {01700.p5} 
+tr {01700.t0|01701.t4} : b1699 {01701.p4-eats} -> {01700.f} {01701.f} {01701.p2-thinks} 
+tr {01700.t2} {01700.f} {01700.p5} -> {01700.p6} 
+tr {01700.t3|01701.t1} : a1699 {01700.f} {01701.p1} -> {01701.p3} 
+tr {01701.e} {01701.p6} {01701.p3} -> {01701.p4-eats} 
+tr {01701.t} {01701.p2-thinks} -> {01701.p1} {01701.p5} 
+tr {01701.t0|01702.t4} : b1700 {01702.p4-eats} -> {01701.f} {01702.f} {01702.p2-thinks} 
+tr {01701.t2} {01701.f} {01701.p5} -> {01701.p6} 
+tr {01701.t3|01702.t1} : a1700 {01701.f} {01702.p1} -> {01702.p3} 
+tr {01702.e} {01702.p6} {01702.p3} -> {01702.p4-eats} 
+tr {01702.t} {01702.p2-thinks} -> {01702.p1} {01702.p5} 
+tr {01702.t0|01703.t4} : b1701 {01703.p4-eats} -> {01702.f} {01703.f} {01703.p2-thinks} 
+tr {01702.t2} {01702.f} {01702.p5} -> {01702.p6} 
+tr {01702.t3|01703.t1} : a1701 {01702.f} {01703.p1} -> {01703.p3} 
+tr {01703.e} {01703.p6} {01703.p3} -> {01703.p4-eats} 
+tr {01703.t} {01703.p2-thinks} -> {01703.p1} {01703.p5} 
+tr {01703.t0|01704.t4} : b1702 {01704.p4-eats} -> {01703.f} {01704.f} {01704.p2-thinks} 
+tr {01703.t2} {01703.f} {01703.p5} -> {01703.p6} 
+tr {01703.t3|01704.t1} : a1702 {01703.f} {01704.p1} -> {01704.p3} 
+tr {01704.e} {01704.p6} {01704.p3} -> {01704.p4-eats} 
+tr {01704.t} {01704.p2-thinks} -> {01704.p1} {01704.p5} 
+tr {01704.t0|01705.t4} : b1703 {01705.p4-eats} -> {01704.f} {01705.f} {01705.p2-thinks} 
+tr {01704.t2} {01704.f} {01704.p5} -> {01704.p6} 
+tr {01704.t3|01705.t1} : a1703 {01704.f} {01705.p1} -> {01705.p3} 
+tr {01705.e} {01705.p6} {01705.p3} -> {01705.p4-eats} 
+tr {01705.t} {01705.p2-thinks} -> {01705.p1} {01705.p5} 
+tr {01705.t0|01706.t4} : b1704 {01706.p4-eats} -> {01705.f} {01706.f} {01706.p2-thinks} 
+tr {01705.t2} {01705.f} {01705.p5} -> {01705.p6} 
+tr {01705.t3|01706.t1} : a1704 {01705.f} {01706.p1} -> {01706.p3} 
+tr {01706.e} {01706.p6} {01706.p3} -> {01706.p4-eats} 
+tr {01706.t} {01706.p2-thinks} -> {01706.p1} {01706.p5} 
+tr {01706.t0|01707.t4} : b1705 {01707.p4-eats} -> {01706.f} {01707.f} {01707.p2-thinks} 
+tr {01706.t2} {01706.f} {01706.p5} -> {01706.p6} 
+tr {01706.t3|01707.t1} : a1705 {01706.f} {01707.p1} -> {01707.p3} 
+tr {01707.e} {01707.p6} {01707.p3} -> {01707.p4-eats} 
+tr {01707.t} {01707.p2-thinks} -> {01707.p1} {01707.p5} 
+tr {01707.t0|01708.t4} : b1706 {01708.p4-eats} -> {01707.f} {01708.f} {01708.p2-thinks} 
+tr {01707.t2} {01707.f} {01707.p5} -> {01707.p6} 
+tr {01707.t3|01708.t1} : a1706 {01707.f} {01708.p1} -> {01708.p3} 
+tr {01708.e} {01708.p6} {01708.p3} -> {01708.p4-eats} 
+tr {01708.t} {01708.p2-thinks} -> {01708.p1} {01708.p5} 
+tr {01708.t0|01709.t4} : b1707 {01709.p4-eats} -> {01708.f} {01709.f} {01709.p2-thinks} 
+tr {01708.t2} {01708.f} {01708.p5} -> {01708.p6} 
+tr {01708.t3|01709.t1} : a1707 {01708.f} {01709.p1} -> {01709.p3} 
+tr {01709.e} {01709.p6} {01709.p3} -> {01709.p4-eats} 
+tr {01709.t} {01709.p2-thinks} -> {01709.p1} {01709.p5} 
+tr {01709.t0|01710.t4} : b1708 {01710.p4-eats} -> {01709.f} {01710.f} {01710.p2-thinks} 
+tr {01709.t2} {01709.f} {01709.p5} -> {01709.p6} 
+tr {01709.t3|01710.t1} : a1708 {01709.f} {01710.p1} -> {01710.p3} 
+tr {01710.e} {01710.p6} {01710.p3} -> {01710.p4-eats} 
+tr {01710.t} {01710.p2-thinks} -> {01710.p1} {01710.p5} 
+tr {01710.t0|01711.t4} : b1709 {01711.p4-eats} -> {01710.f} {01711.f} {01711.p2-thinks} 
+tr {01710.t2} {01710.f} {01710.p5} -> {01710.p6} 
+tr {01710.t3|01711.t1} : a1709 {01710.f} {01711.p1} -> {01711.p3} 
+tr {01711.e} {01711.p6} {01711.p3} -> {01711.p4-eats} 
+tr {01711.t} {01711.p2-thinks} -> {01711.p1} {01711.p5} 
+tr {01711.t0|01712.t4} : b1710 {01712.p4-eats} -> {01711.f} {01712.f} {01712.p2-thinks} 
+tr {01711.t2} {01711.f} {01711.p5} -> {01711.p6} 
+tr {01711.t3|01712.t1} : a1710 {01711.f} {01712.p1} -> {01712.p3} 
+tr {01712.e} {01712.p6} {01712.p3} -> {01712.p4-eats} 
+tr {01712.t} {01712.p2-thinks} -> {01712.p1} {01712.p5} 
+tr {01712.t0|01713.t4} : b1711 {01713.p4-eats} -> {01712.f} {01713.f} {01713.p2-thinks} 
+tr {01712.t2} {01712.f} {01712.p5} -> {01712.p6} 
+tr {01712.t3|01713.t1} : a1711 {01712.f} {01713.p1} -> {01713.p3} 
+tr {01713.e} {01713.p6} {01713.p3} -> {01713.p4-eats} 
+tr {01713.t} {01713.p2-thinks} -> {01713.p1} {01713.p5} 
+tr {01713.t0|01714.t4} : b1712 {01714.p4-eats} -> {01713.f} {01714.f} {01714.p2-thinks} 
+tr {01713.t2} {01713.f} {01713.p5} -> {01713.p6} 
+tr {01713.t3|01714.t1} : a1712 {01713.f} {01714.p1} -> {01714.p3} 
+tr {01714.e} {01714.p6} {01714.p3} -> {01714.p4-eats} 
+tr {01714.t} {01714.p2-thinks} -> {01714.p1} {01714.p5} 
+tr {01714.t0|01715.t4} : b1713 {01715.p4-eats} -> {01714.f} {01715.f} {01715.p2-thinks} 
+tr {01714.t2} {01714.f} {01714.p5} -> {01714.p6} 
+tr {01714.t3|01715.t1} : a1713 {01714.f} {01715.p1} -> {01715.p3} 
+tr {01715.e} {01715.p6} {01715.p3} -> {01715.p4-eats} 
+tr {01715.t} {01715.p2-thinks} -> {01715.p1} {01715.p5} 
+tr {01715.t0|01716.t4} : b1714 {01716.p4-eats} -> {01715.f} {01716.f} {01716.p2-thinks} 
+tr {01715.t2} {01715.f} {01715.p5} -> {01715.p6} 
+tr {01715.t3|01716.t1} : a1714 {01715.f} {01716.p1} -> {01716.p3} 
+tr {01716.e} {01716.p6} {01716.p3} -> {01716.p4-eats} 
+tr {01716.t} {01716.p2-thinks} -> {01716.p1} {01716.p5} 
+tr {01716.t0|01717.t4} : b1715 {01717.p4-eats} -> {01716.f} {01717.f} {01717.p2-thinks} 
+tr {01716.t2} {01716.f} {01716.p5} -> {01716.p6} 
+tr {01716.t3|01717.t1} : a1715 {01716.f} {01717.p1} -> {01717.p3} 
+tr {01717.e} {01717.p6} {01717.p3} -> {01717.p4-eats} 
+tr {01717.t} {01717.p2-thinks} -> {01717.p1} {01717.p5} 
+tr {01717.t0|01718.t4} : b1716 {01718.p4-eats} -> {01717.f} {01718.f} {01718.p2-thinks} 
+tr {01717.t2} {01717.f} {01717.p5} -> {01717.p6} 
+tr {01717.t3|01718.t1} : a1716 {01717.f} {01718.p1} -> {01718.p3} 
+tr {01718.e} {01718.p6} {01718.p3} -> {01718.p4-eats} 
+tr {01718.t} {01718.p2-thinks} -> {01718.p1} {01718.p5} 
+tr {01718.t0|01719.t4} : b1717 {01719.p4-eats} -> {01718.f} {01719.f} {01719.p2-thinks} 
+tr {01718.t2} {01718.f} {01718.p5} -> {01718.p6} 
+tr {01718.t3|01719.t1} : a1717 {01718.f} {01719.p1} -> {01719.p3} 
+tr {01719.e} {01719.p6} {01719.p3} -> {01719.p4-eats} 
+tr {01719.t} {01719.p2-thinks} -> {01719.p1} {01719.p5} 
+tr {01719.t0|01720.t4} : b1718 {01720.p4-eats} -> {01719.f} {01720.f} {01720.p2-thinks} 
+tr {01719.t2} {01719.f} {01719.p5} -> {01719.p6} 
+tr {01719.t3|01720.t1} : a1718 {01719.f} {01720.p1} -> {01720.p3} 
+tr {01720.e} {01720.p6} {01720.p3} -> {01720.p4-eats} 
+tr {01720.t} {01720.p2-thinks} -> {01720.p1} {01720.p5} 
+tr {01720.t0|01721.t4} : b1719 {01721.p4-eats} -> {01720.f} {01721.f} {01721.p2-thinks} 
+tr {01720.t2} {01720.f} {01720.p5} -> {01720.p6} 
+tr {01720.t3|01721.t1} : a1719 {01720.f} {01721.p1} -> {01721.p3} 
+tr {01721.e} {01721.p6} {01721.p3} -> {01721.p4-eats} 
+tr {01721.t} {01721.p2-thinks} -> {01721.p1} {01721.p5} 
+tr {01721.t0|01722.t4} : b1720 {01722.p4-eats} -> {01721.f} {01722.f} {01722.p2-thinks} 
+tr {01721.t2} {01721.f} {01721.p5} -> {01721.p6} 
+tr {01721.t3|01722.t1} : a1720 {01721.f} {01722.p1} -> {01722.p3} 
+tr {01722.e} {01722.p6} {01722.p3} -> {01722.p4-eats} 
+tr {01722.t} {01722.p2-thinks} -> {01722.p1} {01722.p5} 
+tr {01722.t0|01723.t4} : b1721 {01723.p4-eats} -> {01722.f} {01723.f} {01723.p2-thinks} 
+tr {01722.t2} {01722.f} {01722.p5} -> {01722.p6} 
+tr {01722.t3|01723.t1} : a1721 {01722.f} {01723.p1} -> {01723.p3} 
+tr {01723.e} {01723.p6} {01723.p3} -> {01723.p4-eats} 
+tr {01723.t} {01723.p2-thinks} -> {01723.p1} {01723.p5} 
+tr {01723.t0|01724.t4} : b1722 {01724.p4-eats} -> {01723.f} {01724.f} {01724.p2-thinks} 
+tr {01723.t2} {01723.f} {01723.p5} -> {01723.p6} 
+tr {01723.t3|01724.t1} : a1722 {01723.f} {01724.p1} -> {01724.p3} 
+tr {01724.e} {01724.p6} {01724.p3} -> {01724.p4-eats} 
+tr {01724.t} {01724.p2-thinks} -> {01724.p1} {01724.p5} 
+tr {01724.t0|01725.t4} : b1723 {01725.p4-eats} -> {01724.f} {01725.f} {01725.p2-thinks} 
+tr {01724.t2} {01724.f} {01724.p5} -> {01724.p6} 
+tr {01724.t3|01725.t1} : a1723 {01724.f} {01725.p1} -> {01725.p3} 
+tr {01725.e} {01725.p6} {01725.p3} -> {01725.p4-eats} 
+tr {01725.t} {01725.p2-thinks} -> {01725.p1} {01725.p5} 
+tr {01725.t0|01726.t4} : b1724 {01726.p4-eats} -> {01725.f} {01726.f} {01726.p2-thinks} 
+tr {01725.t2} {01725.f} {01725.p5} -> {01725.p6} 
+tr {01725.t3|01726.t1} : a1724 {01725.f} {01726.p1} -> {01726.p3} 
+tr {01726.e} {01726.p6} {01726.p3} -> {01726.p4-eats} 
+tr {01726.t} {01726.p2-thinks} -> {01726.p1} {01726.p5} 
+tr {01726.t0|01727.t4} : b1725 {01727.p4-eats} -> {01726.f} {01727.f} {01727.p2-thinks} 
+tr {01726.t2} {01726.f} {01726.p5} -> {01726.p6} 
+tr {01726.t3|01727.t1} : a1725 {01726.f} {01727.p1} -> {01727.p3} 
+tr {01727.e} {01727.p6} {01727.p3} -> {01727.p4-eats} 
+tr {01727.t} {01727.p2-thinks} -> {01727.p1} {01727.p5} 
+tr {01727.t0|01728.t4} : b1726 {01728.p4-eats} -> {01727.f} {01728.f} {01728.p2-thinks} 
+tr {01727.t2} {01727.f} {01727.p5} -> {01727.p6} 
+tr {01727.t3|01728.t1} : a1726 {01727.f} {01728.p1} -> {01728.p3} 
+tr {01728.e} {01728.p6} {01728.p3} -> {01728.p4-eats} 
+tr {01728.t} {01728.p2-thinks} -> {01728.p1} {01728.p5} 
+tr {01728.t0|01729.t4} : b1727 {01729.p4-eats} -> {01728.f} {01729.f} {01729.p2-thinks} 
+tr {01728.t2} {01728.f} {01728.p5} -> {01728.p6} 
+tr {01728.t3|01729.t1} : a1727 {01728.f} {01729.p1} -> {01729.p3} 
+tr {01729.e} {01729.p6} {01729.p3} -> {01729.p4-eats} 
+tr {01729.t} {01729.p2-thinks} -> {01729.p1} {01729.p5} 
+tr {01729.t0|01730.t4} : b1728 {01730.p4-eats} -> {01729.f} {01730.f} {01730.p2-thinks} 
+tr {01729.t2} {01729.f} {01729.p5} -> {01729.p6} 
+tr {01729.t3|01730.t1} : a1728 {01729.f} {01730.p1} -> {01730.p3} 
+tr {01730.e} {01730.p6} {01730.p3} -> {01730.p4-eats} 
+tr {01730.t} {01730.p2-thinks} -> {01730.p1} {01730.p5} 
+tr {01730.t0|01731.t4} : b1729 {01731.p4-eats} -> {01730.f} {01731.f} {01731.p2-thinks} 
+tr {01730.t2} {01730.f} {01730.p5} -> {01730.p6} 
+tr {01730.t3|01731.t1} : a1729 {01730.f} {01731.p1} -> {01731.p3} 
+tr {01731.e} {01731.p6} {01731.p3} -> {01731.p4-eats} 
+tr {01731.t} {01731.p2-thinks} -> {01731.p1} {01731.p5} 
+tr {01731.t0|01732.t4} : b1730 {01732.p4-eats} -> {01731.f} {01732.f} {01732.p2-thinks} 
+tr {01731.t2} {01731.f} {01731.p5} -> {01731.p6} 
+tr {01731.t3|01732.t1} : a1730 {01731.f} {01732.p1} -> {01732.p3} 
+tr {01732.e} {01732.p6} {01732.p3} -> {01732.p4-eats} 
+tr {01732.t} {01732.p2-thinks} -> {01732.p1} {01732.p5} 
+tr {01732.t0|01733.t4} : b1731 {01733.p4-eats} -> {01732.f} {01733.f} {01733.p2-thinks} 
+tr {01732.t2} {01732.f} {01732.p5} -> {01732.p6} 
+tr {01732.t3|01733.t1} : a1731 {01732.f} {01733.p1} -> {01733.p3} 
+tr {01733.e} {01733.p6} {01733.p3} -> {01733.p4-eats} 
+tr {01733.t} {01733.p2-thinks} -> {01733.p1} {01733.p5} 
+tr {01733.t0|01734.t4} : b1732 {01734.p4-eats} -> {01733.f} {01734.f} {01734.p2-thinks} 
+tr {01733.t2} {01733.f} {01733.p5} -> {01733.p6} 
+tr {01733.t3|01734.t1} : a1732 {01733.f} {01734.p1} -> {01734.p3} 
+tr {01734.e} {01734.p6} {01734.p3} -> {01734.p4-eats} 
+tr {01734.t} {01734.p2-thinks} -> {01734.p1} {01734.p5} 
+tr {01734.t0|01735.t4} : b1733 {01735.p4-eats} -> {01734.f} {01735.f} {01735.p2-thinks} 
+tr {01734.t2} {01734.f} {01734.p5} -> {01734.p6} 
+tr {01734.t3|01735.t1} : a1733 {01734.f} {01735.p1} -> {01735.p3} 
+tr {01735.e} {01735.p6} {01735.p3} -> {01735.p4-eats} 
+tr {01735.t} {01735.p2-thinks} -> {01735.p1} {01735.p5} 
+tr {01735.t0|01736.t4} : b1734 {01736.p4-eats} -> {01735.f} {01736.f} {01736.p2-thinks} 
+tr {01735.t2} {01735.f} {01735.p5} -> {01735.p6} 
+tr {01735.t3|01736.t1} : a1734 {01735.f} {01736.p1} -> {01736.p3} 
+tr {01736.e} {01736.p6} {01736.p3} -> {01736.p4-eats} 
+tr {01736.t} {01736.p2-thinks} -> {01736.p1} {01736.p5} 
+tr {01736.t0|01737.t4} : b1735 {01737.p4-eats} -> {01736.f} {01737.f} {01737.p2-thinks} 
+tr {01736.t2} {01736.f} {01736.p5} -> {01736.p6} 
+tr {01736.t3|01737.t1} : a1735 {01736.f} {01737.p1} -> {01737.p3} 
+tr {01737.e} {01737.p6} {01737.p3} -> {01737.p4-eats} 
+tr {01737.t} {01737.p2-thinks} -> {01737.p1} {01737.p5} 
+tr {01737.t0|01738.t4} : b1736 {01738.p4-eats} -> {01737.f} {01738.f} {01738.p2-thinks} 
+tr {01737.t2} {01737.f} {01737.p5} -> {01737.p6} 
+tr {01737.t3|01738.t1} : a1736 {01737.f} {01738.p1} -> {01738.p3} 
+tr {01738.e} {01738.p6} {01738.p3} -> {01738.p4-eats} 
+tr {01738.t} {01738.p2-thinks} -> {01738.p1} {01738.p5} 
+tr {01738.t0|01739.t4} : b1737 {01739.p4-eats} -> {01738.f} {01739.f} {01739.p2-thinks} 
+tr {01738.t2} {01738.f} {01738.p5} -> {01738.p6} 
+tr {01738.t3|01739.t1} : a1737 {01738.f} {01739.p1} -> {01739.p3} 
+tr {01739.e} {01739.p6} {01739.p3} -> {01739.p4-eats} 
+tr {01739.t} {01739.p2-thinks} -> {01739.p1} {01739.p5} 
+tr {01739.t0|01740.t4} : b1738 {01740.p4-eats} -> {01739.f} {01740.f} {01740.p2-thinks} 
+tr {01739.t2} {01739.f} {01739.p5} -> {01739.p6} 
+tr {01739.t3|01740.t1} : a1738 {01739.f} {01740.p1} -> {01740.p3} 
+tr {01740.e} {01740.p6} {01740.p3} -> {01740.p4-eats} 
+tr {01740.t} {01740.p2-thinks} -> {01740.p1} {01740.p5} 
+tr {01740.t0|01741.t4} : b1739 {01741.p4-eats} -> {01740.f} {01741.f} {01741.p2-thinks} 
+tr {01740.t2} {01740.f} {01740.p5} -> {01740.p6} 
+tr {01740.t3|01741.t1} : a1739 {01740.f} {01741.p1} -> {01741.p3} 
+tr {01741.e} {01741.p6} {01741.p3} -> {01741.p4-eats} 
+tr {01741.t} {01741.p2-thinks} -> {01741.p1} {01741.p5} 
+tr {01741.t0|01742.t4} : b1740 {01742.p4-eats} -> {01741.f} {01742.f} {01742.p2-thinks} 
+tr {01741.t2} {01741.f} {01741.p5} -> {01741.p6} 
+tr {01741.t3|01742.t1} : a1740 {01741.f} {01742.p1} -> {01742.p3} 
+tr {01742.e} {01742.p6} {01742.p3} -> {01742.p4-eats} 
+tr {01742.t} {01742.p2-thinks} -> {01742.p1} {01742.p5} 
+tr {01742.t0|01743.t4} : b1741 {01743.p4-eats} -> {01742.f} {01743.f} {01743.p2-thinks} 
+tr {01742.t2} {01742.f} {01742.p5} -> {01742.p6} 
+tr {01742.t3|01743.t1} : a1741 {01742.f} {01743.p1} -> {01743.p3} 
+tr {01743.e} {01743.p6} {01743.p3} -> {01743.p4-eats} 
+tr {01743.t} {01743.p2-thinks} -> {01743.p1} {01743.p5} 
+tr {01743.t0|01744.t4} : b1742 {01744.p4-eats} -> {01743.f} {01744.f} {01744.p2-thinks} 
+tr {01743.t2} {01743.f} {01743.p5} -> {01743.p6} 
+tr {01743.t3|01744.t1} : a1742 {01743.f} {01744.p1} -> {01744.p3} 
+tr {01744.e} {01744.p6} {01744.p3} -> {01744.p4-eats} 
+tr {01744.t} {01744.p2-thinks} -> {01744.p1} {01744.p5} 
+tr {01744.t0|01745.t4} : b1743 {01745.p4-eats} -> {01744.f} {01745.f} {01745.p2-thinks} 
+tr {01744.t2} {01744.f} {01744.p5} -> {01744.p6} 
+tr {01744.t3|01745.t1} : a1743 {01744.f} {01745.p1} -> {01745.p3} 
+tr {01745.e} {01745.p6} {01745.p3} -> {01745.p4-eats} 
+tr {01745.t} {01745.p2-thinks} -> {01745.p1} {01745.p5} 
+tr {01745.t0|01746.t4} : b1744 {01746.p4-eats} -> {01745.f} {01746.f} {01746.p2-thinks} 
+tr {01745.t2} {01745.f} {01745.p5} -> {01745.p6} 
+tr {01745.t3|01746.t1} : a1744 {01745.f} {01746.p1} -> {01746.p3} 
+tr {01746.e} {01746.p6} {01746.p3} -> {01746.p4-eats} 
+tr {01746.t} {01746.p2-thinks} -> {01746.p1} {01746.p5} 
+tr {01746.t0|01747.t4} : b1745 {01747.p4-eats} -> {01746.f} {01747.f} {01747.p2-thinks} 
+tr {01746.t2} {01746.f} {01746.p5} -> {01746.p6} 
+tr {01746.t3|01747.t1} : a1745 {01746.f} {01747.p1} -> {01747.p3} 
+tr {01747.e} {01747.p6} {01747.p3} -> {01747.p4-eats} 
+tr {01747.t} {01747.p2-thinks} -> {01747.p1} {01747.p5} 
+tr {01747.t0|01748.t4} : b1746 {01748.p4-eats} -> {01747.f} {01748.f} {01748.p2-thinks} 
+tr {01747.t2} {01747.f} {01747.p5} -> {01747.p6} 
+tr {01747.t3|01748.t1} : a1746 {01747.f} {01748.p1} -> {01748.p3} 
+tr {01748.e} {01748.p6} {01748.p3} -> {01748.p4-eats} 
+tr {01748.t} {01748.p2-thinks} -> {01748.p1} {01748.p5} 
+tr {01748.t0|01749.t4} : b1747 {01749.p4-eats} -> {01748.f} {01749.f} {01749.p2-thinks} 
+tr {01748.t2} {01748.f} {01748.p5} -> {01748.p6} 
+tr {01748.t3|01749.t1} : a1747 {01748.f} {01749.p1} -> {01749.p3} 
+tr {01749.e} {01749.p6} {01749.p3} -> {01749.p4-eats} 
+tr {01749.t} {01749.p2-thinks} -> {01749.p1} {01749.p5} 
+tr {01749.t0|01750.t4} : b1748 {01750.p4-eats} -> {01749.f} {01750.f} {01750.p2-thinks} 
+tr {01749.t2} {01749.f} {01749.p5} -> {01749.p6} 
+tr {01749.t3|01750.t1} : a1748 {01749.f} {01750.p1} -> {01750.p3} 
+tr {01750.e} {01750.p6} {01750.p3} -> {01750.p4-eats} 
+tr {01750.t} {01750.p2-thinks} -> {01750.p1} {01750.p5} 
+tr {01750.t0|01751.t4} : b1749 {01751.p4-eats} -> {01750.f} {01751.f} {01751.p2-thinks} 
+tr {01750.t2} {01750.f} {01750.p5} -> {01750.p6} 
+tr {01750.t3|01751.t1} : a1749 {01750.f} {01751.p1} -> {01751.p3} 
+tr {01751.e} {01751.p6} {01751.p3} -> {01751.p4-eats} 
+tr {01751.t} {01751.p2-thinks} -> {01751.p1} {01751.p5} 
+tr {01751.t0|01752.t4} : b1750 {01752.p4-eats} -> {01751.f} {01752.f} {01752.p2-thinks} 
+tr {01751.t2} {01751.f} {01751.p5} -> {01751.p6} 
+tr {01751.t3|01752.t1} : a1750 {01751.f} {01752.p1} -> {01752.p3} 
+tr {01752.e} {01752.p6} {01752.p3} -> {01752.p4-eats} 
+tr {01752.t} {01752.p2-thinks} -> {01752.p1} {01752.p5} 
+tr {01752.t0|01753.t4} : b1751 {01753.p4-eats} -> {01752.f} {01753.f} {01753.p2-thinks} 
+tr {01752.t2} {01752.f} {01752.p5} -> {01752.p6} 
+tr {01752.t3|01753.t1} : a1751 {01752.f} {01753.p1} -> {01753.p3} 
+tr {01753.e} {01753.p6} {01753.p3} -> {01753.p4-eats} 
+tr {01753.t} {01753.p2-thinks} -> {01753.p1} {01753.p5} 
+tr {01753.t0|01754.t4} : b1752 {01754.p4-eats} -> {01753.f} {01754.f} {01754.p2-thinks} 
+tr {01753.t2} {01753.f} {01753.p5} -> {01753.p6} 
+tr {01753.t3|01754.t1} : a1752 {01753.f} {01754.p1} -> {01754.p3} 
+tr {01754.e} {01754.p6} {01754.p3} -> {01754.p4-eats} 
+tr {01754.t} {01754.p2-thinks} -> {01754.p1} {01754.p5} 
+tr {01754.t0|01755.t4} : b1753 {01755.p4-eats} -> {01754.f} {01755.f} {01755.p2-thinks} 
+tr {01754.t2} {01754.f} {01754.p5} -> {01754.p6} 
+tr {01754.t3|01755.t1} : a1753 {01754.f} {01755.p1} -> {01755.p3} 
+tr {01755.e} {01755.p6} {01755.p3} -> {01755.p4-eats} 
+tr {01755.t} {01755.p2-thinks} -> {01755.p1} {01755.p5} 
+tr {01755.t0|01756.t4} : b1754 {01756.p4-eats} -> {01755.f} {01756.f} {01756.p2-thinks} 
+tr {01755.t2} {01755.f} {01755.p5} -> {01755.p6} 
+tr {01755.t3|01756.t1} : a1754 {01755.f} {01756.p1} -> {01756.p3} 
+tr {01756.e} {01756.p6} {01756.p3} -> {01756.p4-eats} 
+tr {01756.t} {01756.p2-thinks} -> {01756.p1} {01756.p5} 
+tr {01756.t0|01757.t4} : b1755 {01757.p4-eats} -> {01756.f} {01757.f} {01757.p2-thinks} 
+tr {01756.t2} {01756.f} {01756.p5} -> {01756.p6} 
+tr {01756.t3|01757.t1} : a1755 {01756.f} {01757.p1} -> {01757.p3} 
+tr {01757.e} {01757.p6} {01757.p3} -> {01757.p4-eats} 
+tr {01757.t} {01757.p2-thinks} -> {01757.p1} {01757.p5} 
+tr {01757.t0|01758.t4} : b1756 {01758.p4-eats} -> {01757.f} {01758.f} {01758.p2-thinks} 
+tr {01757.t2} {01757.f} {01757.p5} -> {01757.p6} 
+tr {01757.t3|01758.t1} : a1756 {01757.f} {01758.p1} -> {01758.p3} 
+tr {01758.e} {01758.p6} {01758.p3} -> {01758.p4-eats} 
+tr {01758.t} {01758.p2-thinks} -> {01758.p1} {01758.p5} 
+tr {01758.t0|01759.t4} : b1757 {01759.p4-eats} -> {01758.f} {01759.f} {01759.p2-thinks} 
+tr {01758.t2} {01758.f} {01758.p5} -> {01758.p6} 
+tr {01758.t3|01759.t1} : a1757 {01758.f} {01759.p1} -> {01759.p3} 
+tr {01759.e} {01759.p6} {01759.p3} -> {01759.p4-eats} 
+tr {01759.t} {01759.p2-thinks} -> {01759.p1} {01759.p5} 
+tr {01759.t0|01760.t4} : b1758 {01760.p4-eats} -> {01759.f} {01760.f} {01760.p2-thinks} 
+tr {01759.t2} {01759.f} {01759.p5} -> {01759.p6} 
+tr {01759.t3|01760.t1} : a1758 {01759.f} {01760.p1} -> {01760.p3} 
+tr {01760.e} {01760.p6} {01760.p3} -> {01760.p4-eats} 
+tr {01760.t} {01760.p2-thinks} -> {01760.p1} {01760.p5} 
+tr {01760.t0|01761.t4} : b1759 {01761.p4-eats} -> {01760.f} {01761.f} {01761.p2-thinks} 
+tr {01760.t2} {01760.f} {01760.p5} -> {01760.p6} 
+tr {01760.t3|01761.t1} : a1759 {01760.f} {01761.p1} -> {01761.p3} 
+tr {01761.e} {01761.p6} {01761.p3} -> {01761.p4-eats} 
+tr {01761.t} {01761.p2-thinks} -> {01761.p1} {01761.p5} 
+tr {01761.t0|01762.t4} : b1760 {01762.p4-eats} -> {01761.f} {01762.f} {01762.p2-thinks} 
+tr {01761.t2} {01761.f} {01761.p5} -> {01761.p6} 
+tr {01761.t3|01762.t1} : a1760 {01761.f} {01762.p1} -> {01762.p3} 
+tr {01762.e} {01762.p6} {01762.p3} -> {01762.p4-eats} 
+tr {01762.t} {01762.p2-thinks} -> {01762.p1} {01762.p5} 
+tr {01762.t0|01763.t4} : b1761 {01763.p4-eats} -> {01762.f} {01763.f} {01763.p2-thinks} 
+tr {01762.t2} {01762.f} {01762.p5} -> {01762.p6} 
+tr {01762.t3|01763.t1} : a1761 {01762.f} {01763.p1} -> {01763.p3} 
+tr {01763.e} {01763.p6} {01763.p3} -> {01763.p4-eats} 
+tr {01763.t} {01763.p2-thinks} -> {01763.p1} {01763.p5} 
+tr {01763.t0|01764.t4} : b1762 {01764.p4-eats} -> {01763.f} {01764.f} {01764.p2-thinks} 
+tr {01763.t2} {01763.f} {01763.p5} -> {01763.p6} 
+tr {01763.t3|01764.t1} : a1762 {01763.f} {01764.p1} -> {01764.p3} 
+tr {01764.e} {01764.p6} {01764.p3} -> {01764.p4-eats} 
+tr {01764.t} {01764.p2-thinks} -> {01764.p1} {01764.p5} 
+tr {01764.t0|01765.t4} : b1763 {01765.p4-eats} -> {01764.f} {01765.f} {01765.p2-thinks} 
+tr {01764.t2} {01764.f} {01764.p5} -> {01764.p6} 
+tr {01764.t3|01765.t1} : a1763 {01764.f} {01765.p1} -> {01765.p3} 
+tr {01765.e} {01765.p6} {01765.p3} -> {01765.p4-eats} 
+tr {01765.t} {01765.p2-thinks} -> {01765.p1} {01765.p5} 
+tr {01765.t0|01766.t4} : b1764 {01766.p4-eats} -> {01765.f} {01766.f} {01766.p2-thinks} 
+tr {01765.t2} {01765.f} {01765.p5} -> {01765.p6} 
+tr {01765.t3|01766.t1} : a1764 {01765.f} {01766.p1} -> {01766.p3} 
+tr {01766.e} {01766.p6} {01766.p3} -> {01766.p4-eats} 
+tr {01766.t} {01766.p2-thinks} -> {01766.p1} {01766.p5} 
+tr {01766.t0|01767.t4} : b1765 {01767.p4-eats} -> {01766.f} {01767.f} {01767.p2-thinks} 
+tr {01766.t2} {01766.f} {01766.p5} -> {01766.p6} 
+tr {01766.t3|01767.t1} : a1765 {01766.f} {01767.p1} -> {01767.p3} 
+tr {01767.e} {01767.p6} {01767.p3} -> {01767.p4-eats} 
+tr {01767.t} {01767.p2-thinks} -> {01767.p1} {01767.p5} 
+tr {01767.t0|01768.t4} : b1766 {01768.p4-eats} -> {01767.f} {01768.f} {01768.p2-thinks} 
+tr {01767.t2} {01767.f} {01767.p5} -> {01767.p6} 
+tr {01767.t3|01768.t1} : a1766 {01767.f} {01768.p1} -> {01768.p3} 
+tr {01768.e} {01768.p6} {01768.p3} -> {01768.p4-eats} 
+tr {01768.t} {01768.p2-thinks} -> {01768.p1} {01768.p5} 
+tr {01768.t0|01769.t4} : b1767 {01769.p4-eats} -> {01768.f} {01769.f} {01769.p2-thinks} 
+tr {01768.t2} {01768.f} {01768.p5} -> {01768.p6} 
+tr {01768.t3|01769.t1} : a1767 {01768.f} {01769.p1} -> {01769.p3} 
+tr {01769.e} {01769.p6} {01769.p3} -> {01769.p4-eats} 
+tr {01769.t} {01769.p2-thinks} -> {01769.p1} {01769.p5} 
+tr {01769.t0|01770.t4} : b1768 {01770.p4-eats} -> {01769.f} {01770.f} {01770.p2-thinks} 
+tr {01769.t2} {01769.f} {01769.p5} -> {01769.p6} 
+tr {01769.t3|01770.t1} : a1768 {01769.f} {01770.p1} -> {01770.p3} 
+tr {01770.e} {01770.p6} {01770.p3} -> {01770.p4-eats} 
+tr {01770.t} {01770.p2-thinks} -> {01770.p1} {01770.p5} 
+tr {01770.t0|01771.t4} : b1769 {01771.p4-eats} -> {01770.f} {01771.f} {01771.p2-thinks} 
+tr {01770.t2} {01770.f} {01770.p5} -> {01770.p6} 
+tr {01770.t3|01771.t1} : a1769 {01770.f} {01771.p1} -> {01771.p3} 
+tr {01771.e} {01771.p6} {01771.p3} -> {01771.p4-eats} 
+tr {01771.t} {01771.p2-thinks} -> {01771.p1} {01771.p5} 
+tr {01771.t0|01772.t4} : b1770 {01772.p4-eats} -> {01771.f} {01772.f} {01772.p2-thinks} 
+tr {01771.t2} {01771.f} {01771.p5} -> {01771.p6} 
+tr {01771.t3|01772.t1} : a1770 {01771.f} {01772.p1} -> {01772.p3} 
+tr {01772.e} {01772.p6} {01772.p3} -> {01772.p4-eats} 
+tr {01772.t} {01772.p2-thinks} -> {01772.p1} {01772.p5} 
+tr {01772.t0|01773.t4} : b1771 {01773.p4-eats} -> {01772.f} {01773.f} {01773.p2-thinks} 
+tr {01772.t2} {01772.f} {01772.p5} -> {01772.p6} 
+tr {01772.t3|01773.t1} : a1771 {01772.f} {01773.p1} -> {01773.p3} 
+tr {01773.e} {01773.p6} {01773.p3} -> {01773.p4-eats} 
+tr {01773.t} {01773.p2-thinks} -> {01773.p1} {01773.p5} 
+tr {01773.t0|01774.t4} : b1772 {01774.p4-eats} -> {01773.f} {01774.f} {01774.p2-thinks} 
+tr {01773.t2} {01773.f} {01773.p5} -> {01773.p6} 
+tr {01773.t3|01774.t1} : a1772 {01773.f} {01774.p1} -> {01774.p3} 
+tr {01774.e} {01774.p6} {01774.p3} -> {01774.p4-eats} 
+tr {01774.t} {01774.p2-thinks} -> {01774.p1} {01774.p5} 
+tr {01774.t0|01775.t4} : b1773 {01775.p4-eats} -> {01774.f} {01775.f} {01775.p2-thinks} 
+tr {01774.t2} {01774.f} {01774.p5} -> {01774.p6} 
+tr {01774.t3|01775.t1} : a1773 {01774.f} {01775.p1} -> {01775.p3} 
+tr {01775.e} {01775.p6} {01775.p3} -> {01775.p4-eats} 
+tr {01775.t} {01775.p2-thinks} -> {01775.p1} {01775.p5} 
+tr {01775.t0|01776.t4} : b1774 {01776.p4-eats} -> {01775.f} {01776.f} {01776.p2-thinks} 
+tr {01775.t2} {01775.f} {01775.p5} -> {01775.p6} 
+tr {01775.t3|01776.t1} : a1774 {01775.f} {01776.p1} -> {01776.p3} 
+tr {01776.e} {01776.p6} {01776.p3} -> {01776.p4-eats} 
+tr {01776.t} {01776.p2-thinks} -> {01776.p1} {01776.p5} 
+tr {01776.t0|01777.t4} : b1775 {01777.p4-eats} -> {01776.f} {01777.f} {01777.p2-thinks} 
+tr {01776.t2} {01776.f} {01776.p5} -> {01776.p6} 
+tr {01776.t3|01777.t1} : a1775 {01776.f} {01777.p1} -> {01777.p3} 
+tr {01777.e} {01777.p6} {01777.p3} -> {01777.p4-eats} 
+tr {01777.t} {01777.p2-thinks} -> {01777.p1} {01777.p5} 
+tr {01777.t0|01778.t4} : b1776 {01778.p4-eats} -> {01777.f} {01778.f} {01778.p2-thinks} 
+tr {01777.t2} {01777.f} {01777.p5} -> {01777.p6} 
+tr {01777.t3|01778.t1} : a1776 {01777.f} {01778.p1} -> {01778.p3} 
+tr {01778.e} {01778.p6} {01778.p3} -> {01778.p4-eats} 
+tr {01778.t} {01778.p2-thinks} -> {01778.p1} {01778.p5} 
+tr {01778.t0|01779.t4} : b1777 {01779.p4-eats} -> {01778.f} {01779.f} {01779.p2-thinks} 
+tr {01778.t2} {01778.f} {01778.p5} -> {01778.p6} 
+tr {01778.t3|01779.t1} : a1777 {01778.f} {01779.p1} -> {01779.p3} 
+tr {01779.e} {01779.p6} {01779.p3} -> {01779.p4-eats} 
+tr {01779.t} {01779.p2-thinks} -> {01779.p1} {01779.p5} 
+tr {01779.t0|01780.t4} : b1778 {01780.p4-eats} -> {01779.f} {01780.f} {01780.p2-thinks} 
+tr {01779.t2} {01779.f} {01779.p5} -> {01779.p6} 
+tr {01779.t3|01780.t1} : a1778 {01779.f} {01780.p1} -> {01780.p3} 
+tr {01780.e} {01780.p6} {01780.p3} -> {01780.p4-eats} 
+tr {01780.t} {01780.p2-thinks} -> {01780.p1} {01780.p5} 
+tr {01780.t0|01781.t4} : b1779 {01781.p4-eats} -> {01780.f} {01781.f} {01781.p2-thinks} 
+tr {01780.t2} {01780.f} {01780.p5} -> {01780.p6} 
+tr {01780.t3|01781.t1} : a1779 {01780.f} {01781.p1} -> {01781.p3} 
+tr {01781.e} {01781.p6} {01781.p3} -> {01781.p4-eats} 
+tr {01781.t} {01781.p2-thinks} -> {01781.p1} {01781.p5} 
+tr {01781.t0|01782.t4} : b1780 {01782.p4-eats} -> {01781.f} {01782.f} {01782.p2-thinks} 
+tr {01781.t2} {01781.f} {01781.p5} -> {01781.p6} 
+tr {01781.t3|01782.t1} : a1780 {01781.f} {01782.p1} -> {01782.p3} 
+tr {01782.e} {01782.p6} {01782.p3} -> {01782.p4-eats} 
+tr {01782.t} {01782.p2-thinks} -> {01782.p1} {01782.p5} 
+tr {01782.t0|01783.t4} : b1781 {01783.p4-eats} -> {01782.f} {01783.f} {01783.p2-thinks} 
+tr {01782.t2} {01782.f} {01782.p5} -> {01782.p6} 
+tr {01782.t3|01783.t1} : a1781 {01782.f} {01783.p1} -> {01783.p3} 
+tr {01783.e} {01783.p6} {01783.p3} -> {01783.p4-eats} 
+tr {01783.t} {01783.p2-thinks} -> {01783.p1} {01783.p5} 
+tr {01783.t0|01784.t4} : b1782 {01784.p4-eats} -> {01783.f} {01784.f} {01784.p2-thinks} 
+tr {01783.t2} {01783.f} {01783.p5} -> {01783.p6} 
+tr {01783.t3|01784.t1} : a1782 {01783.f} {01784.p1} -> {01784.p3} 
+tr {01784.e} {01784.p6} {01784.p3} -> {01784.p4-eats} 
+tr {01784.t} {01784.p2-thinks} -> {01784.p1} {01784.p5} 
+tr {01784.t0|01785.t4} : b1783 {01785.p4-eats} -> {01784.f} {01785.f} {01785.p2-thinks} 
+tr {01784.t2} {01784.f} {01784.p5} -> {01784.p6} 
+tr {01784.t3|01785.t1} : a1783 {01784.f} {01785.p1} -> {01785.p3} 
+tr {01785.e} {01785.p6} {01785.p3} -> {01785.p4-eats} 
+tr {01785.t} {01785.p2-thinks} -> {01785.p1} {01785.p5} 
+tr {01785.t0|01786.t4} : b1784 {01786.p4-eats} -> {01785.f} {01786.f} {01786.p2-thinks} 
+tr {01785.t2} {01785.f} {01785.p5} -> {01785.p6} 
+tr {01785.t3|01786.t1} : a1784 {01785.f} {01786.p1} -> {01786.p3} 
+tr {01786.e} {01786.p6} {01786.p3} -> {01786.p4-eats} 
+tr {01786.t} {01786.p2-thinks} -> {01786.p1} {01786.p5} 
+tr {01786.t0|01787.t4} : b1785 {01787.p4-eats} -> {01786.f} {01787.f} {01787.p2-thinks} 
+tr {01786.t2} {01786.f} {01786.p5} -> {01786.p6} 
+tr {01786.t3|01787.t1} : a1785 {01786.f} {01787.p1} -> {01787.p3} 
+tr {01787.e} {01787.p6} {01787.p3} -> {01787.p4-eats} 
+tr {01787.t} {01787.p2-thinks} -> {01787.p1} {01787.p5} 
+tr {01787.t0|01788.t4} : b1786 {01788.p4-eats} -> {01787.f} {01788.f} {01788.p2-thinks} 
+tr {01787.t2} {01787.f} {01787.p5} -> {01787.p6} 
+tr {01787.t3|01788.t1} : a1786 {01787.f} {01788.p1} -> {01788.p3} 
+tr {01788.e} {01788.p6} {01788.p3} -> {01788.p4-eats} 
+tr {01788.t} {01788.p2-thinks} -> {01788.p1} {01788.p5} 
+tr {01788.t0|01789.t4} : b1787 {01789.p4-eats} -> {01788.f} {01789.f} {01789.p2-thinks} 
+tr {01788.t2} {01788.f} {01788.p5} -> {01788.p6} 
+tr {01788.t3|01789.t1} : a1787 {01788.f} {01789.p1} -> {01789.p3} 
+tr {01789.e} {01789.p6} {01789.p3} -> {01789.p4-eats} 
+tr {01789.t} {01789.p2-thinks} -> {01789.p1} {01789.p5} 
+tr {01789.t0|01790.t4} : b1788 {01790.p4-eats} -> {01789.f} {01790.f} {01790.p2-thinks} 
+tr {01789.t2} {01789.f} {01789.p5} -> {01789.p6} 
+tr {01789.t3|01790.t1} : a1788 {01789.f} {01790.p1} -> {01790.p3} 
+tr {01790.e} {01790.p6} {01790.p3} -> {01790.p4-eats} 
+tr {01790.t} {01790.p2-thinks} -> {01790.p1} {01790.p5} 
+tr {01790.t0|01791.t4} : b1789 {01791.p4-eats} -> {01790.f} {01791.f} {01791.p2-thinks} 
+tr {01790.t2} {01790.f} {01790.p5} -> {01790.p6} 
+tr {01790.t3|01791.t1} : a1789 {01790.f} {01791.p1} -> {01791.p3} 
+tr {01791.e} {01791.p6} {01791.p3} -> {01791.p4-eats} 
+tr {01791.t} {01791.p2-thinks} -> {01791.p1} {01791.p5} 
+tr {01791.t0|01792.t4} : b1790 {01792.p4-eats} -> {01791.f} {01792.f} {01792.p2-thinks} 
+tr {01791.t2} {01791.f} {01791.p5} -> {01791.p6} 
+tr {01791.t3|01792.t1} : a1790 {01791.f} {01792.p1} -> {01792.p3} 
+tr {01792.e} {01792.p6} {01792.p3} -> {01792.p4-eats} 
+tr {01792.t} {01792.p2-thinks} -> {01792.p1} {01792.p5} 
+tr {01792.t0|01793.t4} : b1791 {01793.p4-eats} -> {01792.f} {01793.f} {01793.p2-thinks} 
+tr {01792.t2} {01792.f} {01792.p5} -> {01792.p6} 
+tr {01792.t3|01793.t1} : a1791 {01792.f} {01793.p1} -> {01793.p3} 
+tr {01793.e} {01793.p6} {01793.p3} -> {01793.p4-eats} 
+tr {01793.t} {01793.p2-thinks} -> {01793.p1} {01793.p5} 
+tr {01793.t0|01794.t4} : b1792 {01794.p4-eats} -> {01793.f} {01794.f} {01794.p2-thinks} 
+tr {01793.t2} {01793.f} {01793.p5} -> {01793.p6} 
+tr {01793.t3|01794.t1} : a1792 {01793.f} {01794.p1} -> {01794.p3} 
+tr {01794.e} {01794.p6} {01794.p3} -> {01794.p4-eats} 
+tr {01794.t} {01794.p2-thinks} -> {01794.p1} {01794.p5} 
+tr {01794.t0|01795.t4} : b1793 {01795.p4-eats} -> {01794.f} {01795.f} {01795.p2-thinks} 
+tr {01794.t2} {01794.f} {01794.p5} -> {01794.p6} 
+tr {01794.t3|01795.t1} : a1793 {01794.f} {01795.p1} -> {01795.p3} 
+tr {01795.e} {01795.p6} {01795.p3} -> {01795.p4-eats} 
+tr {01795.t} {01795.p2-thinks} -> {01795.p1} {01795.p5} 
+tr {01795.t0|01796.t4} : b1794 {01796.p4-eats} -> {01795.f} {01796.f} {01796.p2-thinks} 
+tr {01795.t2} {01795.f} {01795.p5} -> {01795.p6} 
+tr {01795.t3|01796.t1} : a1794 {01795.f} {01796.p1} -> {01796.p3} 
+tr {01796.e} {01796.p6} {01796.p3} -> {01796.p4-eats} 
+tr {01796.t} {01796.p2-thinks} -> {01796.p1} {01796.p5} 
+tr {01796.t0|01797.t4} : b1795 {01797.p4-eats} -> {01796.f} {01797.f} {01797.p2-thinks} 
+tr {01796.t2} {01796.f} {01796.p5} -> {01796.p6} 
+tr {01796.t3|01797.t1} : a1795 {01796.f} {01797.p1} -> {01797.p3} 
+tr {01797.e} {01797.p6} {01797.p3} -> {01797.p4-eats} 
+tr {01797.t} {01797.p2-thinks} -> {01797.p1} {01797.p5} 
+tr {01797.t0|01798.t4} : b1796 {01798.p4-eats} -> {01797.f} {01798.f} {01798.p2-thinks} 
+tr {01797.t2} {01797.f} {01797.p5} -> {01797.p6} 
+tr {01797.t3|01798.t1} : a1796 {01797.f} {01798.p1} -> {01798.p3} 
+tr {01798.e} {01798.p6} {01798.p3} -> {01798.p4-eats} 
+tr {01798.t} {01798.p2-thinks} -> {01798.p1} {01798.p5} 
+tr {01798.t0|01799.t4} : b1797 {01799.p4-eats} -> {01798.f} {01799.f} {01799.p2-thinks} 
+tr {01798.t2} {01798.f} {01798.p5} -> {01798.p6} 
+tr {01798.t3|01799.t1} : a1797 {01798.f} {01799.p1} -> {01799.p3} 
+tr {01799.e} {01799.p6} {01799.p3} -> {01799.p4-eats} 
+tr {01799.t} {01799.p2-thinks} -> {01799.p1} {01799.p5} 
+tr {01799.t0|01800.t4} : b1798 {01800.p4-eats} -> {01799.f} {01800.f} {01800.p2-thinks} 
+tr {01799.t2} {01799.f} {01799.p5} -> {01799.p6} 
+tr {01799.t3|01800.t1} : a1798 {01799.f} {01800.p1} -> {01800.p3} 
+tr {01800.e} {01800.p6} {01800.p3} -> {01800.p4-eats} 
+tr {01800.t} {01800.p2-thinks} -> {01800.p1} {01800.p5} 
+tr {01800.t0|01801.t4} : b1799 {01801.p4-eats} -> {01800.f} {01801.f} {01801.p2-thinks} 
+tr {01800.t2} {01800.f} {01800.p5} -> {01800.p6} 
+tr {01800.t3|01801.t1} : a1799 {01800.f} {01801.p1} -> {01801.p3} 
+tr {01801.e} {01801.p6} {01801.p3} -> {01801.p4-eats} 
+tr {01801.t} {01801.p2-thinks} -> {01801.p1} {01801.p5} 
+tr {01801.t0|01802.t4} : b1800 {01802.p4-eats} -> {01801.f} {01802.f} {01802.p2-thinks} 
+tr {01801.t2} {01801.f} {01801.p5} -> {01801.p6} 
+tr {01801.t3|01802.t1} : a1800 {01801.f} {01802.p1} -> {01802.p3} 
+tr {01802.e} {01802.p6} {01802.p3} -> {01802.p4-eats} 
+tr {01802.t} {01802.p2-thinks} -> {01802.p1} {01802.p5} 
+tr {01802.t0|01803.t4} : b1801 {01803.p4-eats} -> {01802.f} {01803.f} {01803.p2-thinks} 
+tr {01802.t2} {01802.f} {01802.p5} -> {01802.p6} 
+tr {01802.t3|01803.t1} : a1801 {01802.f} {01803.p1} -> {01803.p3} 
+tr {01803.e} {01803.p6} {01803.p3} -> {01803.p4-eats} 
+tr {01803.t} {01803.p2-thinks} -> {01803.p1} {01803.p5} 
+tr {01803.t0|01804.t4} : b1802 {01804.p4-eats} -> {01803.f} {01804.f} {01804.p2-thinks} 
+tr {01803.t2} {01803.f} {01803.p5} -> {01803.p6} 
+tr {01803.t3|01804.t1} : a1802 {01803.f} {01804.p1} -> {01804.p3} 
+tr {01804.e} {01804.p6} {01804.p3} -> {01804.p4-eats} 
+tr {01804.t} {01804.p2-thinks} -> {01804.p1} {01804.p5} 
+tr {01804.t0|01805.t4} : b1803 {01805.p4-eats} -> {01804.f} {01805.f} {01805.p2-thinks} 
+tr {01804.t2} {01804.f} {01804.p5} -> {01804.p6} 
+tr {01804.t3|01805.t1} : a1803 {01804.f} {01805.p1} -> {01805.p3} 
+tr {01805.e} {01805.p6} {01805.p3} -> {01805.p4-eats} 
+tr {01805.t} {01805.p2-thinks} -> {01805.p1} {01805.p5} 
+tr {01805.t0|01806.t4} : b1804 {01806.p4-eats} -> {01805.f} {01806.f} {01806.p2-thinks} 
+tr {01805.t2} {01805.f} {01805.p5} -> {01805.p6} 
+tr {01805.t3|01806.t1} : a1804 {01805.f} {01806.p1} -> {01806.p3} 
+tr {01806.e} {01806.p6} {01806.p3} -> {01806.p4-eats} 
+tr {01806.t} {01806.p2-thinks} -> {01806.p1} {01806.p5} 
+tr {01806.t0|01807.t4} : b1805 {01807.p4-eats} -> {01806.f} {01807.f} {01807.p2-thinks} 
+tr {01806.t2} {01806.f} {01806.p5} -> {01806.p6} 
+tr {01806.t3|01807.t1} : a1805 {01806.f} {01807.p1} -> {01807.p3} 
+tr {01807.e} {01807.p6} {01807.p3} -> {01807.p4-eats} 
+tr {01807.t} {01807.p2-thinks} -> {01807.p1} {01807.p5} 
+tr {01807.t0|01808.t4} : b1806 {01808.p4-eats} -> {01807.f} {01808.f} {01808.p2-thinks} 
+tr {01807.t2} {01807.f} {01807.p5} -> {01807.p6} 
+tr {01807.t3|01808.t1} : a1806 {01807.f} {01808.p1} -> {01808.p3} 
+tr {01808.e} {01808.p6} {01808.p3} -> {01808.p4-eats} 
+tr {01808.t} {01808.p2-thinks} -> {01808.p1} {01808.p5} 
+tr {01808.t0|01809.t4} : b1807 {01809.p4-eats} -> {01808.f} {01809.f} {01809.p2-thinks} 
+tr {01808.t2} {01808.f} {01808.p5} -> {01808.p6} 
+tr {01808.t3|01809.t1} : a1807 {01808.f} {01809.p1} -> {01809.p3} 
+tr {01809.e} {01809.p6} {01809.p3} -> {01809.p4-eats} 
+tr {01809.t} {01809.p2-thinks} -> {01809.p1} {01809.p5} 
+tr {01809.t0|01810.t4} : b1808 {01810.p4-eats} -> {01809.f} {01810.f} {01810.p2-thinks} 
+tr {01809.t2} {01809.f} {01809.p5} -> {01809.p6} 
+tr {01809.t3|01810.t1} : a1808 {01809.f} {01810.p1} -> {01810.p3} 
+tr {01810.e} {01810.p6} {01810.p3} -> {01810.p4-eats} 
+tr {01810.t} {01810.p2-thinks} -> {01810.p1} {01810.p5} 
+tr {01810.t0|01811.t4} : b1809 {01811.p4-eats} -> {01810.f} {01811.f} {01811.p2-thinks} 
+tr {01810.t2} {01810.f} {01810.p5} -> {01810.p6} 
+tr {01810.t3|01811.t1} : a1809 {01810.f} {01811.p1} -> {01811.p3} 
+tr {01811.e} {01811.p6} {01811.p3} -> {01811.p4-eats} 
+tr {01811.t} {01811.p2-thinks} -> {01811.p1} {01811.p5} 
+tr {01811.t0|01812.t4} : b1810 {01812.p4-eats} -> {01811.f} {01812.f} {01812.p2-thinks} 
+tr {01811.t2} {01811.f} {01811.p5} -> {01811.p6} 
+tr {01811.t3|01812.t1} : a1810 {01811.f} {01812.p1} -> {01812.p3} 
+tr {01812.e} {01812.p6} {01812.p3} -> {01812.p4-eats} 
+tr {01812.t} {01812.p2-thinks} -> {01812.p1} {01812.p5} 
+tr {01812.t0|01813.t4} : b1811 {01813.p4-eats} -> {01812.f} {01813.f} {01813.p2-thinks} 
+tr {01812.t2} {01812.f} {01812.p5} -> {01812.p6} 
+tr {01812.t3|01813.t1} : a1811 {01812.f} {01813.p1} -> {01813.p3} 
+tr {01813.e} {01813.p6} {01813.p3} -> {01813.p4-eats} 
+tr {01813.t} {01813.p2-thinks} -> {01813.p1} {01813.p5} 
+tr {01813.t0|01814.t4} : b1812 {01814.p4-eats} -> {01813.f} {01814.f} {01814.p2-thinks} 
+tr {01813.t2} {01813.f} {01813.p5} -> {01813.p6} 
+tr {01813.t3|01814.t1} : a1812 {01813.f} {01814.p1} -> {01814.p3} 
+tr {01814.e} {01814.p6} {01814.p3} -> {01814.p4-eats} 
+tr {01814.t} {01814.p2-thinks} -> {01814.p1} {01814.p5} 
+tr {01814.t0|01815.t4} : b1813 {01815.p4-eats} -> {01814.f} {01815.f} {01815.p2-thinks} 
+tr {01814.t2} {01814.f} {01814.p5} -> {01814.p6} 
+tr {01814.t3|01815.t1} : a1813 {01814.f} {01815.p1} -> {01815.p3} 
+tr {01815.e} {01815.p6} {01815.p3} -> {01815.p4-eats} 
+tr {01815.t} {01815.p2-thinks} -> {01815.p1} {01815.p5} 
+tr {01815.t0|01816.t4} : b1814 {01816.p4-eats} -> {01815.f} {01816.f} {01816.p2-thinks} 
+tr {01815.t2} {01815.f} {01815.p5} -> {01815.p6} 
+tr {01815.t3|01816.t1} : a1814 {01815.f} {01816.p1} -> {01816.p3} 
+tr {01816.e} {01816.p6} {01816.p3} -> {01816.p4-eats} 
+tr {01816.t} {01816.p2-thinks} -> {01816.p1} {01816.p5} 
+tr {01816.t0|01817.t4} : b1815 {01817.p4-eats} -> {01816.f} {01817.f} {01817.p2-thinks} 
+tr {01816.t2} {01816.f} {01816.p5} -> {01816.p6} 
+tr {01816.t3|01817.t1} : a1815 {01816.f} {01817.p1} -> {01817.p3} 
+tr {01817.e} {01817.p6} {01817.p3} -> {01817.p4-eats} 
+tr {01817.t} {01817.p2-thinks} -> {01817.p1} {01817.p5} 
+tr {01817.t0|01818.t4} : b1816 {01818.p4-eats} -> {01817.f} {01818.f} {01818.p2-thinks} 
+tr {01817.t2} {01817.f} {01817.p5} -> {01817.p6} 
+tr {01817.t3|01818.t1} : a1816 {01817.f} {01818.p1} -> {01818.p3} 
+tr {01818.e} {01818.p6} {01818.p3} -> {01818.p4-eats} 
+tr {01818.t} {01818.p2-thinks} -> {01818.p1} {01818.p5} 
+tr {01818.t0|01819.t4} : b1817 {01819.p4-eats} -> {01818.f} {01819.f} {01819.p2-thinks} 
+tr {01818.t2} {01818.f} {01818.p5} -> {01818.p6} 
+tr {01818.t3|01819.t1} : a1817 {01818.f} {01819.p1} -> {01819.p3} 
+tr {01819.e} {01819.p6} {01819.p3} -> {01819.p4-eats} 
+tr {01819.t} {01819.p2-thinks} -> {01819.p1} {01819.p5} 
+tr {01819.t0|01820.t4} : b1818 {01820.p4-eats} -> {01819.f} {01820.f} {01820.p2-thinks} 
+tr {01819.t2} {01819.f} {01819.p5} -> {01819.p6} 
+tr {01819.t3|01820.t1} : a1818 {01819.f} {01820.p1} -> {01820.p3} 
+tr {01820.e} {01820.p6} {01820.p3} -> {01820.p4-eats} 
+tr {01820.t} {01820.p2-thinks} -> {01820.p1} {01820.p5} 
+tr {01820.t0|01821.t4} : b1819 {01821.p4-eats} -> {01820.f} {01821.f} {01821.p2-thinks} 
+tr {01820.t2} {01820.f} {01820.p5} -> {01820.p6} 
+tr {01820.t3|01821.t1} : a1819 {01820.f} {01821.p1} -> {01821.p3} 
+tr {01821.e} {01821.p6} {01821.p3} -> {01821.p4-eats} 
+tr {01821.t} {01821.p2-thinks} -> {01821.p1} {01821.p5} 
+tr {01821.t0|01822.t4} : b1820 {01822.p4-eats} -> {01821.f} {01822.f} {01822.p2-thinks} 
+tr {01821.t2} {01821.f} {01821.p5} -> {01821.p6} 
+tr {01821.t3|01822.t1} : a1820 {01821.f} {01822.p1} -> {01822.p3} 
+tr {01822.e} {01822.p6} {01822.p3} -> {01822.p4-eats} 
+tr {01822.t} {01822.p2-thinks} -> {01822.p1} {01822.p5} 
+tr {01822.t0|01823.t4} : b1821 {01823.p4-eats} -> {01822.f} {01823.f} {01823.p2-thinks} 
+tr {01822.t2} {01822.f} {01822.p5} -> {01822.p6} 
+tr {01822.t3|01823.t1} : a1821 {01822.f} {01823.p1} -> {01823.p3} 
+tr {01823.e} {01823.p6} {01823.p3} -> {01823.p4-eats} 
+tr {01823.t} {01823.p2-thinks} -> {01823.p1} {01823.p5} 
+tr {01823.t0|01824.t4} : b1822 {01824.p4-eats} -> {01823.f} {01824.f} {01824.p2-thinks} 
+tr {01823.t2} {01823.f} {01823.p5} -> {01823.p6} 
+tr {01823.t3|01824.t1} : a1822 {01823.f} {01824.p1} -> {01824.p3} 
+tr {01824.e} {01824.p6} {01824.p3} -> {01824.p4-eats} 
+tr {01824.t} {01824.p2-thinks} -> {01824.p1} {01824.p5} 
+tr {01824.t0|01825.t4} : b1823 {01825.p4-eats} -> {01824.f} {01825.f} {01825.p2-thinks} 
+tr {01824.t2} {01824.f} {01824.p5} -> {01824.p6} 
+tr {01824.t3|01825.t1} : a1823 {01824.f} {01825.p1} -> {01825.p3} 
+tr {01825.e} {01825.p6} {01825.p3} -> {01825.p4-eats} 
+tr {01825.t} {01825.p2-thinks} -> {01825.p1} {01825.p5} 
+tr {01825.t0|01826.t4} : b1824 {01826.p4-eats} -> {01825.f} {01826.f} {01826.p2-thinks} 
+tr {01825.t2} {01825.f} {01825.p5} -> {01825.p6} 
+tr {01825.t3|01826.t1} : a1824 {01825.f} {01826.p1} -> {01826.p3} 
+tr {01826.e} {01826.p6} {01826.p3} -> {01826.p4-eats} 
+tr {01826.t} {01826.p2-thinks} -> {01826.p1} {01826.p5} 
+tr {01826.t0|01827.t4} : b1825 {01827.p4-eats} -> {01826.f} {01827.f} {01827.p2-thinks} 
+tr {01826.t2} {01826.f} {01826.p5} -> {01826.p6} 
+tr {01826.t3|01827.t1} : a1825 {01826.f} {01827.p1} -> {01827.p3} 
+tr {01827.e} {01827.p6} {01827.p3} -> {01827.p4-eats} 
+tr {01827.t} {01827.p2-thinks} -> {01827.p1} {01827.p5} 
+tr {01827.t0|01828.t4} : b1826 {01828.p4-eats} -> {01827.f} {01828.f} {01828.p2-thinks} 
+tr {01827.t2} {01827.f} {01827.p5} -> {01827.p6} 
+tr {01827.t3|01828.t1} : a1826 {01827.f} {01828.p1} -> {01828.p3} 
+tr {01828.e} {01828.p6} {01828.p3} -> {01828.p4-eats} 
+tr {01828.t} {01828.p2-thinks} -> {01828.p1} {01828.p5} 
+tr {01828.t0|01829.t4} : b1827 {01829.p4-eats} -> {01828.f} {01829.f} {01829.p2-thinks} 
+tr {01828.t2} {01828.f} {01828.p5} -> {01828.p6} 
+tr {01828.t3|01829.t1} : a1827 {01828.f} {01829.p1} -> {01829.p3} 
+tr {01829.e} {01829.p6} {01829.p3} -> {01829.p4-eats} 
+tr {01829.t} {01829.p2-thinks} -> {01829.p1} {01829.p5} 
+tr {01829.t0|01830.t4} : b1828 {01830.p4-eats} -> {01829.f} {01830.f} {01830.p2-thinks} 
+tr {01829.t2} {01829.f} {01829.p5} -> {01829.p6} 
+tr {01829.t3|01830.t1} : a1828 {01829.f} {01830.p1} -> {01830.p3} 
+tr {01830.e} {01830.p6} {01830.p3} -> {01830.p4-eats} 
+tr {01830.t} {01830.p2-thinks} -> {01830.p1} {01830.p5} 
+tr {01830.t0|01831.t4} : b1829 {01831.p4-eats} -> {01830.f} {01831.f} {01831.p2-thinks} 
+tr {01830.t2} {01830.f} {01830.p5} -> {01830.p6} 
+tr {01830.t3|01831.t1} : a1829 {01830.f} {01831.p1} -> {01831.p3} 
+tr {01831.e} {01831.p6} {01831.p3} -> {01831.p4-eats} 
+tr {01831.t} {01831.p2-thinks} -> {01831.p1} {01831.p5} 
+tr {01831.t0|01832.t4} : b1830 {01832.p4-eats} -> {01831.f} {01832.f} {01832.p2-thinks} 
+tr {01831.t2} {01831.f} {01831.p5} -> {01831.p6} 
+tr {01831.t3|01832.t1} : a1830 {01831.f} {01832.p1} -> {01832.p3} 
+tr {01832.e} {01832.p6} {01832.p3} -> {01832.p4-eats} 
+tr {01832.t} {01832.p2-thinks} -> {01832.p1} {01832.p5} 
+tr {01832.t0|01833.t4} : b1831 {01833.p4-eats} -> {01832.f} {01833.f} {01833.p2-thinks} 
+tr {01832.t2} {01832.f} {01832.p5} -> {01832.p6} 
+tr {01832.t3|01833.t1} : a1831 {01832.f} {01833.p1} -> {01833.p3} 
+tr {01833.e} {01833.p6} {01833.p3} -> {01833.p4-eats} 
+tr {01833.t} {01833.p2-thinks} -> {01833.p1} {01833.p5} 
+tr {01833.t0|01834.t4} : b1832 {01834.p4-eats} -> {01833.f} {01834.f} {01834.p2-thinks} 
+tr {01833.t2} {01833.f} {01833.p5} -> {01833.p6} 
+tr {01833.t3|01834.t1} : a1832 {01833.f} {01834.p1} -> {01834.p3} 
+tr {01834.e} {01834.p6} {01834.p3} -> {01834.p4-eats} 
+tr {01834.t} {01834.p2-thinks} -> {01834.p1} {01834.p5} 
+tr {01834.t0|01835.t4} : b1833 {01835.p4-eats} -> {01834.f} {01835.f} {01835.p2-thinks} 
+tr {01834.t2} {01834.f} {01834.p5} -> {01834.p6} 
+tr {01834.t3|01835.t1} : a1833 {01834.f} {01835.p1} -> {01835.p3} 
+tr {01835.e} {01835.p6} {01835.p3} -> {01835.p4-eats} 
+tr {01835.t} {01835.p2-thinks} -> {01835.p1} {01835.p5} 
+tr {01835.t0|01836.t4} : b1834 {01836.p4-eats} -> {01835.f} {01836.f} {01836.p2-thinks} 
+tr {01835.t2} {01835.f} {01835.p5} -> {01835.p6} 
+tr {01835.t3|01836.t1} : a1834 {01835.f} {01836.p1} -> {01836.p3} 
+tr {01836.e} {01836.p6} {01836.p3} -> {01836.p4-eats} 
+tr {01836.t} {01836.p2-thinks} -> {01836.p1} {01836.p5} 
+tr {01836.t0|01837.t4} : b1835 {01837.p4-eats} -> {01836.f} {01837.f} {01837.p2-thinks} 
+tr {01836.t2} {01836.f} {01836.p5} -> {01836.p6} 
+tr {01836.t3|01837.t1} : a1835 {01836.f} {01837.p1} -> {01837.p3} 
+tr {01837.e} {01837.p6} {01837.p3} -> {01837.p4-eats} 
+tr {01837.t} {01837.p2-thinks} -> {01837.p1} {01837.p5} 
+tr {01837.t0|01838.t4} : b1836 {01838.p4-eats} -> {01837.f} {01838.f} {01838.p2-thinks} 
+tr {01837.t2} {01837.f} {01837.p5} -> {01837.p6} 
+tr {01837.t3|01838.t1} : a1836 {01837.f} {01838.p1} -> {01838.p3} 
+tr {01838.e} {01838.p6} {01838.p3} -> {01838.p4-eats} 
+tr {01838.t} {01838.p2-thinks} -> {01838.p1} {01838.p5} 
+tr {01838.t0|01839.t4} : b1837 {01839.p4-eats} -> {01838.f} {01839.f} {01839.p2-thinks} 
+tr {01838.t2} {01838.f} {01838.p5} -> {01838.p6} 
+tr {01838.t3|01839.t1} : a1837 {01838.f} {01839.p1} -> {01839.p3} 
+tr {01839.e} {01839.p6} {01839.p3} -> {01839.p4-eats} 
+tr {01839.t} {01839.p2-thinks} -> {01839.p1} {01839.p5} 
+tr {01839.t0|01840.t4} : b1838 {01840.p4-eats} -> {01839.f} {01840.f} {01840.p2-thinks} 
+tr {01839.t2} {01839.f} {01839.p5} -> {01839.p6} 
+tr {01839.t3|01840.t1} : a1838 {01839.f} {01840.p1} -> {01840.p3} 
+tr {01840.e} {01840.p6} {01840.p3} -> {01840.p4-eats} 
+tr {01840.t} {01840.p2-thinks} -> {01840.p1} {01840.p5} 
+tr {01840.t0|01841.t4} : b1839 {01841.p4-eats} -> {01840.f} {01841.f} {01841.p2-thinks} 
+tr {01840.t2} {01840.f} {01840.p5} -> {01840.p6} 
+tr {01840.t3|01841.t1} : a1839 {01840.f} {01841.p1} -> {01841.p3} 
+tr {01841.e} {01841.p6} {01841.p3} -> {01841.p4-eats} 
+tr {01841.t} {01841.p2-thinks} -> {01841.p1} {01841.p5} 
+tr {01841.t0|01842.t4} : b1840 {01842.p4-eats} -> {01841.f} {01842.f} {01842.p2-thinks} 
+tr {01841.t2} {01841.f} {01841.p5} -> {01841.p6} 
+tr {01841.t3|01842.t1} : a1840 {01841.f} {01842.p1} -> {01842.p3} 
+tr {01842.e} {01842.p6} {01842.p3} -> {01842.p4-eats} 
+tr {01842.t} {01842.p2-thinks} -> {01842.p1} {01842.p5} 
+tr {01842.t0|01843.t4} : b1841 {01843.p4-eats} -> {01842.f} {01843.f} {01843.p2-thinks} 
+tr {01842.t2} {01842.f} {01842.p5} -> {01842.p6} 
+tr {01842.t3|01843.t1} : a1841 {01842.f} {01843.p1} -> {01843.p3} 
+tr {01843.e} {01843.p6} {01843.p3} -> {01843.p4-eats} 
+tr {01843.t} {01843.p2-thinks} -> {01843.p1} {01843.p5} 
+tr {01843.t0|01844.t4} : b1842 {01844.p4-eats} -> {01843.f} {01844.f} {01844.p2-thinks} 
+tr {01843.t2} {01843.f} {01843.p5} -> {01843.p6} 
+tr {01843.t3|01844.t1} : a1842 {01843.f} {01844.p1} -> {01844.p3} 
+tr {01844.e} {01844.p6} {01844.p3} -> {01844.p4-eats} 
+tr {01844.t} {01844.p2-thinks} -> {01844.p1} {01844.p5} 
+tr {01844.t0|01845.t4} : b1843 {01845.p4-eats} -> {01844.f} {01845.f} {01845.p2-thinks} 
+tr {01844.t2} {01844.f} {01844.p5} -> {01844.p6} 
+tr {01844.t3|01845.t1} : a1843 {01844.f} {01845.p1} -> {01845.p3} 
+tr {01845.e} {01845.p6} {01845.p3} -> {01845.p4-eats} 
+tr {01845.t} {01845.p2-thinks} -> {01845.p1} {01845.p5} 
+tr {01845.t0|01846.t4} : b1844 {01846.p4-eats} -> {01845.f} {01846.f} {01846.p2-thinks} 
+tr {01845.t2} {01845.f} {01845.p5} -> {01845.p6} 
+tr {01845.t3|01846.t1} : a1844 {01845.f} {01846.p1} -> {01846.p3} 
+tr {01846.e} {01846.p6} {01846.p3} -> {01846.p4-eats} 
+tr {01846.t} {01846.p2-thinks} -> {01846.p1} {01846.p5} 
+tr {01846.t0|01847.t4} : b1845 {01847.p4-eats} -> {01846.f} {01847.f} {01847.p2-thinks} 
+tr {01846.t2} {01846.f} {01846.p5} -> {01846.p6} 
+tr {01846.t3|01847.t1} : a1845 {01846.f} {01847.p1} -> {01847.p3} 
+tr {01847.e} {01847.p6} {01847.p3} -> {01847.p4-eats} 
+tr {01847.t} {01847.p2-thinks} -> {01847.p1} {01847.p5} 
+tr {01847.t0|01848.t4} : b1846 {01848.p4-eats} -> {01847.f} {01848.f} {01848.p2-thinks} 
+tr {01847.t2} {01847.f} {01847.p5} -> {01847.p6} 
+tr {01847.t3|01848.t1} : a1846 {01847.f} {01848.p1} -> {01848.p3} 
+tr {01848.e} {01848.p6} {01848.p3} -> {01848.p4-eats} 
+tr {01848.t} {01848.p2-thinks} -> {01848.p1} {01848.p5} 
+tr {01848.t0|01849.t4} : b1847 {01849.p4-eats} -> {01848.f} {01849.f} {01849.p2-thinks} 
+tr {01848.t2} {01848.f} {01848.p5} -> {01848.p6} 
+tr {01848.t3|01849.t1} : a1847 {01848.f} {01849.p1} -> {01849.p3} 
+tr {01849.e} {01849.p6} {01849.p3} -> {01849.p4-eats} 
+tr {01849.t} {01849.p2-thinks} -> {01849.p1} {01849.p5} 
+tr {01849.t0|01850.t4} : b1848 {01850.p4-eats} -> {01849.f} {01850.f} {01850.p2-thinks} 
+tr {01849.t2} {01849.f} {01849.p5} -> {01849.p6} 
+tr {01849.t3|01850.t1} : a1848 {01849.f} {01850.p1} -> {01850.p3} 
+tr {01850.e} {01850.p6} {01850.p3} -> {01850.p4-eats} 
+tr {01850.t} {01850.p2-thinks} -> {01850.p1} {01850.p5} 
+tr {01850.t0|01851.t4} : b1849 {01851.p4-eats} -> {01850.f} {01851.f} {01851.p2-thinks} 
+tr {01850.t2} {01850.f} {01850.p5} -> {01850.p6} 
+tr {01850.t3|01851.t1} : a1849 {01850.f} {01851.p1} -> {01851.p3} 
+tr {01851.e} {01851.p6} {01851.p3} -> {01851.p4-eats} 
+tr {01851.t} {01851.p2-thinks} -> {01851.p1} {01851.p5} 
+tr {01851.t0|01852.t4} : b1850 {01852.p4-eats} -> {01851.f} {01852.f} {01852.p2-thinks} 
+tr {01851.t2} {01851.f} {01851.p5} -> {01851.p6} 
+tr {01851.t3|01852.t1} : a1850 {01851.f} {01852.p1} -> {01852.p3} 
+tr {01852.e} {01852.p6} {01852.p3} -> {01852.p4-eats} 
+tr {01852.t} {01852.p2-thinks} -> {01852.p1} {01852.p5} 
+tr {01852.t0|01853.t4} : b1851 {01853.p4-eats} -> {01852.f} {01853.f} {01853.p2-thinks} 
+tr {01852.t2} {01852.f} {01852.p5} -> {01852.p6} 
+tr {01852.t3|01853.t1} : a1851 {01852.f} {01853.p1} -> {01853.p3} 
+tr {01853.e} {01853.p6} {01853.p3} -> {01853.p4-eats} 
+tr {01853.t} {01853.p2-thinks} -> {01853.p1} {01853.p5} 
+tr {01853.t0|01854.t4} : b1852 {01854.p4-eats} -> {01853.f} {01854.f} {01854.p2-thinks} 
+tr {01853.t2} {01853.f} {01853.p5} -> {01853.p6} 
+tr {01853.t3|01854.t1} : a1852 {01853.f} {01854.p1} -> {01854.p3} 
+tr {01854.e} {01854.p6} {01854.p3} -> {01854.p4-eats} 
+tr {01854.t} {01854.p2-thinks} -> {01854.p1} {01854.p5} 
+tr {01854.t0|01855.t4} : b1853 {01855.p4-eats} -> {01854.f} {01855.f} {01855.p2-thinks} 
+tr {01854.t2} {01854.f} {01854.p5} -> {01854.p6} 
+tr {01854.t3|01855.t1} : a1853 {01854.f} {01855.p1} -> {01855.p3} 
+tr {01855.e} {01855.p6} {01855.p3} -> {01855.p4-eats} 
+tr {01855.t} {01855.p2-thinks} -> {01855.p1} {01855.p5} 
+tr {01855.t0|01856.t4} : b1854 {01856.p4-eats} -> {01855.f} {01856.f} {01856.p2-thinks} 
+tr {01855.t2} {01855.f} {01855.p5} -> {01855.p6} 
+tr {01855.t3|01856.t1} : a1854 {01855.f} {01856.p1} -> {01856.p3} 
+tr {01856.e} {01856.p6} {01856.p3} -> {01856.p4-eats} 
+tr {01856.t} {01856.p2-thinks} -> {01856.p1} {01856.p5} 
+tr {01856.t0|01857.t4} : b1855 {01857.p4-eats} -> {01856.f} {01857.f} {01857.p2-thinks} 
+tr {01856.t2} {01856.f} {01856.p5} -> {01856.p6} 
+tr {01856.t3|01857.t1} : a1855 {01856.f} {01857.p1} -> {01857.p3} 
+tr {01857.e} {01857.p6} {01857.p3} -> {01857.p4-eats} 
+tr {01857.t} {01857.p2-thinks} -> {01857.p1} {01857.p5} 
+tr {01857.t0|01858.t4} : b1856 {01858.p4-eats} -> {01857.f} {01858.f} {01858.p2-thinks} 
+tr {01857.t2} {01857.f} {01857.p5} -> {01857.p6} 
+tr {01857.t3|01858.t1} : a1856 {01857.f} {01858.p1} -> {01858.p3} 
+tr {01858.e} {01858.p6} {01858.p3} -> {01858.p4-eats} 
+tr {01858.t} {01858.p2-thinks} -> {01858.p1} {01858.p5} 
+tr {01858.t0|01859.t4} : b1857 {01859.p4-eats} -> {01858.f} {01859.f} {01859.p2-thinks} 
+tr {01858.t2} {01858.f} {01858.p5} -> {01858.p6} 
+tr {01858.t3|01859.t1} : a1857 {01858.f} {01859.p1} -> {01859.p3} 
+tr {01859.e} {01859.p6} {01859.p3} -> {01859.p4-eats} 
+tr {01859.t} {01859.p2-thinks} -> {01859.p1} {01859.p5} 
+tr {01859.t0|01860.t4} : b1858 {01860.p4-eats} -> {01859.f} {01860.f} {01860.p2-thinks} 
+tr {01859.t2} {01859.f} {01859.p5} -> {01859.p6} 
+tr {01859.t3|01860.t1} : a1858 {01859.f} {01860.p1} -> {01860.p3} 
+tr {01860.e} {01860.p6} {01860.p3} -> {01860.p4-eats} 
+tr {01860.t} {01860.p2-thinks} -> {01860.p1} {01860.p5} 
+tr {01860.t0|01861.t4} : b1859 {01861.p4-eats} -> {01860.f} {01861.f} {01861.p2-thinks} 
+tr {01860.t2} {01860.f} {01860.p5} -> {01860.p6} 
+tr {01860.t3|01861.t1} : a1859 {01860.f} {01861.p1} -> {01861.p3} 
+tr {01861.e} {01861.p6} {01861.p3} -> {01861.p4-eats} 
+tr {01861.t} {01861.p2-thinks} -> {01861.p1} {01861.p5} 
+tr {01861.t0|01862.t4} : b1860 {01862.p4-eats} -> {01861.f} {01862.f} {01862.p2-thinks} 
+tr {01861.t2} {01861.f} {01861.p5} -> {01861.p6} 
+tr {01861.t3|01862.t1} : a1860 {01861.f} {01862.p1} -> {01862.p3} 
+tr {01862.e} {01862.p6} {01862.p3} -> {01862.p4-eats} 
+tr {01862.t} {01862.p2-thinks} -> {01862.p1} {01862.p5} 
+tr {01862.t0|01863.t4} : b1861 {01863.p4-eats} -> {01862.f} {01863.f} {01863.p2-thinks} 
+tr {01862.t2} {01862.f} {01862.p5} -> {01862.p6} 
+tr {01862.t3|01863.t1} : a1861 {01862.f} {01863.p1} -> {01863.p3} 
+tr {01863.e} {01863.p6} {01863.p3} -> {01863.p4-eats} 
+tr {01863.t} {01863.p2-thinks} -> {01863.p1} {01863.p5} 
+tr {01863.t0|01864.t4} : b1862 {01864.p4-eats} -> {01863.f} {01864.f} {01864.p2-thinks} 
+tr {01863.t2} {01863.f} {01863.p5} -> {01863.p6} 
+tr {01863.t3|01864.t1} : a1862 {01863.f} {01864.p1} -> {01864.p3} 
+tr {01864.e} {01864.p6} {01864.p3} -> {01864.p4-eats} 
+tr {01864.t} {01864.p2-thinks} -> {01864.p1} {01864.p5} 
+tr {01864.t0|01865.t4} : b1863 {01865.p4-eats} -> {01864.f} {01865.f} {01865.p2-thinks} 
+tr {01864.t2} {01864.f} {01864.p5} -> {01864.p6} 
+tr {01864.t3|01865.t1} : a1863 {01864.f} {01865.p1} -> {01865.p3} 
+tr {01865.e} {01865.p6} {01865.p3} -> {01865.p4-eats} 
+tr {01865.t} {01865.p2-thinks} -> {01865.p1} {01865.p5} 
+tr {01865.t0|01866.t4} : b1864 {01866.p4-eats} -> {01865.f} {01866.f} {01866.p2-thinks} 
+tr {01865.t2} {01865.f} {01865.p5} -> {01865.p6} 
+tr {01865.t3|01866.t1} : a1864 {01865.f} {01866.p1} -> {01866.p3} 
+tr {01866.e} {01866.p6} {01866.p3} -> {01866.p4-eats} 
+tr {01866.t} {01866.p2-thinks} -> {01866.p1} {01866.p5} 
+tr {01866.t0|01867.t4} : b1865 {01867.p4-eats} -> {01866.f} {01867.f} {01867.p2-thinks} 
+tr {01866.t2} {01866.f} {01866.p5} -> {01866.p6} 
+tr {01866.t3|01867.t1} : a1865 {01866.f} {01867.p1} -> {01867.p3} 
+tr {01867.e} {01867.p6} {01867.p3} -> {01867.p4-eats} 
+tr {01867.t} {01867.p2-thinks} -> {01867.p1} {01867.p5} 
+tr {01867.t0|01868.t4} : b1866 {01868.p4-eats} -> {01867.f} {01868.f} {01868.p2-thinks} 
+tr {01867.t2} {01867.f} {01867.p5} -> {01867.p6} 
+tr {01867.t3|01868.t1} : a1866 {01867.f} {01868.p1} -> {01868.p3} 
+tr {01868.e} {01868.p6} {01868.p3} -> {01868.p4-eats} 
+tr {01868.t} {01868.p2-thinks} -> {01868.p1} {01868.p5} 
+tr {01868.t0|01869.t4} : b1867 {01869.p4-eats} -> {01868.f} {01869.f} {01869.p2-thinks} 
+tr {01868.t2} {01868.f} {01868.p5} -> {01868.p6} 
+tr {01868.t3|01869.t1} : a1867 {01868.f} {01869.p1} -> {01869.p3} 
+tr {01869.e} {01869.p6} {01869.p3} -> {01869.p4-eats} 
+tr {01869.t} {01869.p2-thinks} -> {01869.p1} {01869.p5} 
+tr {01869.t0|01870.t4} : b1868 {01870.p4-eats} -> {01869.f} {01870.f} {01870.p2-thinks} 
+tr {01869.t2} {01869.f} {01869.p5} -> {01869.p6} 
+tr {01869.t3|01870.t1} : a1868 {01869.f} {01870.p1} -> {01870.p3} 
+tr {01870.e} {01870.p6} {01870.p3} -> {01870.p4-eats} 
+tr {01870.t} {01870.p2-thinks} -> {01870.p1} {01870.p5} 
+tr {01870.t0|01871.t4} : b1869 {01871.p4-eats} -> {01870.f} {01871.f} {01871.p2-thinks} 
+tr {01870.t2} {01870.f} {01870.p5} -> {01870.p6} 
+tr {01870.t3|01871.t1} : a1869 {01870.f} {01871.p1} -> {01871.p3} 
+tr {01871.e} {01871.p6} {01871.p3} -> {01871.p4-eats} 
+tr {01871.t} {01871.p2-thinks} -> {01871.p1} {01871.p5} 
+tr {01871.t0|01872.t4} : b1870 {01872.p4-eats} -> {01871.f} {01872.f} {01872.p2-thinks} 
+tr {01871.t2} {01871.f} {01871.p5} -> {01871.p6} 
+tr {01871.t3|01872.t1} : a1870 {01871.f} {01872.p1} -> {01872.p3} 
+tr {01872.e} {01872.p6} {01872.p3} -> {01872.p4-eats} 
+tr {01872.t} {01872.p2-thinks} -> {01872.p1} {01872.p5} 
+tr {01872.t0|01873.t4} : b1871 {01873.p4-eats} -> {01872.f} {01873.f} {01873.p2-thinks} 
+tr {01872.t2} {01872.f} {01872.p5} -> {01872.p6} 
+tr {01872.t3|01873.t1} : a1871 {01872.f} {01873.p1} -> {01873.p3} 
+tr {01873.e} {01873.p6} {01873.p3} -> {01873.p4-eats} 
+tr {01873.t} {01873.p2-thinks} -> {01873.p1} {01873.p5} 
+tr {01873.t0|01874.t4} : b1872 {01874.p4-eats} -> {01873.f} {01874.f} {01874.p2-thinks} 
+tr {01873.t2} {01873.f} {01873.p5} -> {01873.p6} 
+tr {01873.t3|01874.t1} : a1872 {01873.f} {01874.p1} -> {01874.p3} 
+tr {01874.e} {01874.p6} {01874.p3} -> {01874.p4-eats} 
+tr {01874.t} {01874.p2-thinks} -> {01874.p1} {01874.p5} 
+tr {01874.t0|01875.t4} : b1873 {01875.p4-eats} -> {01874.f} {01875.f} {01875.p2-thinks} 
+tr {01874.t2} {01874.f} {01874.p5} -> {01874.p6} 
+tr {01874.t3|01875.t1} : a1873 {01874.f} {01875.p1} -> {01875.p3} 
+tr {01875.e} {01875.p6} {01875.p3} -> {01875.p4-eats} 
+tr {01875.t} {01875.p2-thinks} -> {01875.p1} {01875.p5} 
+tr {01875.t0|01876.t4} : b1874 {01876.p4-eats} -> {01875.f} {01876.f} {01876.p2-thinks} 
+tr {01875.t2} {01875.f} {01875.p5} -> {01875.p6} 
+tr {01875.t3|01876.t1} : a1874 {01875.f} {01876.p1} -> {01876.p3} 
+tr {01876.e} {01876.p6} {01876.p3} -> {01876.p4-eats} 
+tr {01876.t} {01876.p2-thinks} -> {01876.p1} {01876.p5} 
+tr {01876.t0|01877.t4} : b1875 {01877.p4-eats} -> {01876.f} {01877.f} {01877.p2-thinks} 
+tr {01876.t2} {01876.f} {01876.p5} -> {01876.p6} 
+tr {01876.t3|01877.t1} : a1875 {01876.f} {01877.p1} -> {01877.p3} 
+tr {01877.e} {01877.p6} {01877.p3} -> {01877.p4-eats} 
+tr {01877.t} {01877.p2-thinks} -> {01877.p1} {01877.p5} 
+tr {01877.t0|01878.t4} : b1876 {01878.p4-eats} -> {01877.f} {01878.f} {01878.p2-thinks} 
+tr {01877.t2} {01877.f} {01877.p5} -> {01877.p6} 
+tr {01877.t3|01878.t1} : a1876 {01877.f} {01878.p1} -> {01878.p3} 
+tr {01878.e} {01878.p6} {01878.p3} -> {01878.p4-eats} 
+tr {01878.t} {01878.p2-thinks} -> {01878.p1} {01878.p5} 
+tr {01878.t0|01879.t4} : b1877 {01879.p4-eats} -> {01878.f} {01879.f} {01879.p2-thinks} 
+tr {01878.t2} {01878.f} {01878.p5} -> {01878.p6} 
+tr {01878.t3|01879.t1} : a1877 {01878.f} {01879.p1} -> {01879.p3} 
+tr {01879.e} {01879.p6} {01879.p3} -> {01879.p4-eats} 
+tr {01879.t} {01879.p2-thinks} -> {01879.p1} {01879.p5} 
+tr {01879.t0|01880.t4} : b1878 {01880.p4-eats} -> {01879.f} {01880.f} {01880.p2-thinks} 
+tr {01879.t2} {01879.f} {01879.p5} -> {01879.p6} 
+tr {01879.t3|01880.t1} : a1878 {01879.f} {01880.p1} -> {01880.p3} 
+tr {01880.e} {01880.p6} {01880.p3} -> {01880.p4-eats} 
+tr {01880.t} {01880.p2-thinks} -> {01880.p1} {01880.p5} 
+tr {01880.t0|01881.t4} : b1879 {01881.p4-eats} -> {01880.f} {01881.f} {01881.p2-thinks} 
+tr {01880.t2} {01880.f} {01880.p5} -> {01880.p6} 
+tr {01880.t3|01881.t1} : a1879 {01880.f} {01881.p1} -> {01881.p3} 
+tr {01881.e} {01881.p6} {01881.p3} -> {01881.p4-eats} 
+tr {01881.t} {01881.p2-thinks} -> {01881.p1} {01881.p5} 
+tr {01881.t0|01882.t4} : b1880 {01882.p4-eats} -> {01881.f} {01882.f} {01882.p2-thinks} 
+tr {01881.t2} {01881.f} {01881.p5} -> {01881.p6} 
+tr {01881.t3|01882.t1} : a1880 {01881.f} {01882.p1} -> {01882.p3} 
+tr {01882.e} {01882.p6} {01882.p3} -> {01882.p4-eats} 
+tr {01882.t} {01882.p2-thinks} -> {01882.p1} {01882.p5} 
+tr {01882.t0|01883.t4} : b1881 {01883.p4-eats} -> {01882.f} {01883.f} {01883.p2-thinks} 
+tr {01882.t2} {01882.f} {01882.p5} -> {01882.p6} 
+tr {01882.t3|01883.t1} : a1881 {01882.f} {01883.p1} -> {01883.p3} 
+tr {01883.e} {01883.p6} {01883.p3} -> {01883.p4-eats} 
+tr {01883.t} {01883.p2-thinks} -> {01883.p1} {01883.p5} 
+tr {01883.t0|01884.t4} : b1882 {01884.p4-eats} -> {01883.f} {01884.f} {01884.p2-thinks} 
+tr {01883.t2} {01883.f} {01883.p5} -> {01883.p6} 
+tr {01883.t3|01884.t1} : a1882 {01883.f} {01884.p1} -> {01884.p3} 
+tr {01884.e} {01884.p6} {01884.p3} -> {01884.p4-eats} 
+tr {01884.t} {01884.p2-thinks} -> {01884.p1} {01884.p5} 
+tr {01884.t0|01885.t4} : b1883 {01885.p4-eats} -> {01884.f} {01885.f} {01885.p2-thinks} 
+tr {01884.t2} {01884.f} {01884.p5} -> {01884.p6} 
+tr {01884.t3|01885.t1} : a1883 {01884.f} {01885.p1} -> {01885.p3} 
+tr {01885.e} {01885.p6} {01885.p3} -> {01885.p4-eats} 
+tr {01885.t} {01885.p2-thinks} -> {01885.p1} {01885.p5} 
+tr {01885.t0|01886.t4} : b1884 {01886.p4-eats} -> {01885.f} {01886.f} {01886.p2-thinks} 
+tr {01885.t2} {01885.f} {01885.p5} -> {01885.p6} 
+tr {01885.t3|01886.t1} : a1884 {01885.f} {01886.p1} -> {01886.p3} 
+tr {01886.e} {01886.p6} {01886.p3} -> {01886.p4-eats} 
+tr {01886.t} {01886.p2-thinks} -> {01886.p1} {01886.p5} 
+tr {01886.t0|01887.t4} : b1885 {01887.p4-eats} -> {01886.f} {01887.f} {01887.p2-thinks} 
+tr {01886.t2} {01886.f} {01886.p5} -> {01886.p6} 
+tr {01886.t3|01887.t1} : a1885 {01886.f} {01887.p1} -> {01887.p3} 
+tr {01887.e} {01887.p6} {01887.p3} -> {01887.p4-eats} 
+tr {01887.t} {01887.p2-thinks} -> {01887.p1} {01887.p5} 
+tr {01887.t0|01888.t4} : b1886 {01888.p4-eats} -> {01887.f} {01888.f} {01888.p2-thinks} 
+tr {01887.t2} {01887.f} {01887.p5} -> {01887.p6} 
+tr {01887.t3|01888.t1} : a1886 {01887.f} {01888.p1} -> {01888.p3} 
+tr {01888.e} {01888.p6} {01888.p3} -> {01888.p4-eats} 
+tr {01888.t} {01888.p2-thinks} -> {01888.p1} {01888.p5} 
+tr {01888.t0|01889.t4} : b1887 {01889.p4-eats} -> {01888.f} {01889.f} {01889.p2-thinks} 
+tr {01888.t2} {01888.f} {01888.p5} -> {01888.p6} 
+tr {01888.t3|01889.t1} : a1887 {01888.f} {01889.p1} -> {01889.p3} 
+tr {01889.e} {01889.p6} {01889.p3} -> {01889.p4-eats} 
+tr {01889.t} {01889.p2-thinks} -> {01889.p1} {01889.p5} 
+tr {01889.t0|01890.t4} : b1888 {01890.p4-eats} -> {01889.f} {01890.f} {01890.p2-thinks} 
+tr {01889.t2} {01889.f} {01889.p5} -> {01889.p6} 
+tr {01889.t3|01890.t1} : a1888 {01889.f} {01890.p1} -> {01890.p3} 
+tr {01890.e} {01890.p6} {01890.p3} -> {01890.p4-eats} 
+tr {01890.t} {01890.p2-thinks} -> {01890.p1} {01890.p5} 
+tr {01890.t0|01891.t4} : b1889 {01891.p4-eats} -> {01890.f} {01891.f} {01891.p2-thinks} 
+tr {01890.t2} {01890.f} {01890.p5} -> {01890.p6} 
+tr {01890.t3|01891.t1} : a1889 {01890.f} {01891.p1} -> {01891.p3} 
+tr {01891.e} {01891.p6} {01891.p3} -> {01891.p4-eats} 
+tr {01891.t} {01891.p2-thinks} -> {01891.p1} {01891.p5} 
+tr {01891.t0|01892.t4} : b1890 {01892.p4-eats} -> {01891.f} {01892.f} {01892.p2-thinks} 
+tr {01891.t2} {01891.f} {01891.p5} -> {01891.p6} 
+tr {01891.t3|01892.t1} : a1890 {01891.f} {01892.p1} -> {01892.p3} 
+tr {01892.e} {01892.p6} {01892.p3} -> {01892.p4-eats} 
+tr {01892.t} {01892.p2-thinks} -> {01892.p1} {01892.p5} 
+tr {01892.t0|01893.t4} : b1891 {01893.p4-eats} -> {01892.f} {01893.f} {01893.p2-thinks} 
+tr {01892.t2} {01892.f} {01892.p5} -> {01892.p6} 
+tr {01892.t3|01893.t1} : a1891 {01892.f} {01893.p1} -> {01893.p3} 
+tr {01893.e} {01893.p6} {01893.p3} -> {01893.p4-eats} 
+tr {01893.t} {01893.p2-thinks} -> {01893.p1} {01893.p5} 
+tr {01893.t0|01894.t4} : b1892 {01894.p4-eats} -> {01893.f} {01894.f} {01894.p2-thinks} 
+tr {01893.t2} {01893.f} {01893.p5} -> {01893.p6} 
+tr {01893.t3|01894.t1} : a1892 {01893.f} {01894.p1} -> {01894.p3} 
+tr {01894.e} {01894.p6} {01894.p3} -> {01894.p4-eats} 
+tr {01894.t} {01894.p2-thinks} -> {01894.p1} {01894.p5} 
+tr {01894.t0|01895.t4} : b1893 {01895.p4-eats} -> {01894.f} {01895.f} {01895.p2-thinks} 
+tr {01894.t2} {01894.f} {01894.p5} -> {01894.p6} 
+tr {01894.t3|01895.t1} : a1893 {01894.f} {01895.p1} -> {01895.p3} 
+tr {01895.e} {01895.p6} {01895.p3} -> {01895.p4-eats} 
+tr {01895.t} {01895.p2-thinks} -> {01895.p1} {01895.p5} 
+tr {01895.t0|01896.t4} : b1894 {01896.p4-eats} -> {01895.f} {01896.f} {01896.p2-thinks} 
+tr {01895.t2} {01895.f} {01895.p5} -> {01895.p6} 
+tr {01895.t3|01896.t1} : a1894 {01895.f} {01896.p1} -> {01896.p3} 
+tr {01896.e} {01896.p6} {01896.p3} -> {01896.p4-eats} 
+tr {01896.t} {01896.p2-thinks} -> {01896.p1} {01896.p5} 
+tr {01896.t0|01897.t4} : b1895 {01897.p4-eats} -> {01896.f} {01897.f} {01897.p2-thinks} 
+tr {01896.t2} {01896.f} {01896.p5} -> {01896.p6} 
+tr {01896.t3|01897.t1} : a1895 {01896.f} {01897.p1} -> {01897.p3} 
+tr {01897.e} {01897.p6} {01897.p3} -> {01897.p4-eats} 
+tr {01897.t} {01897.p2-thinks} -> {01897.p1} {01897.p5} 
+tr {01897.t0|01898.t4} : b1896 {01898.p4-eats} -> {01897.f} {01898.f} {01898.p2-thinks} 
+tr {01897.t2} {01897.f} {01897.p5} -> {01897.p6} 
+tr {01897.t3|01898.t1} : a1896 {01897.f} {01898.p1} -> {01898.p3} 
+tr {01898.e} {01898.p6} {01898.p3} -> {01898.p4-eats} 
+tr {01898.t} {01898.p2-thinks} -> {01898.p1} {01898.p5} 
+tr {01898.t0|01899.t4} : b1897 {01899.p4-eats} -> {01898.f} {01899.f} {01899.p2-thinks} 
+tr {01898.t2} {01898.f} {01898.p5} -> {01898.p6} 
+tr {01898.t3|01899.t1} : a1897 {01898.f} {01899.p1} -> {01899.p3} 
+tr {01899.e} {01899.p6} {01899.p3} -> {01899.p4-eats} 
+tr {01899.t} {01899.p2-thinks} -> {01899.p1} {01899.p5} 
+tr {01899.t0|01900.t4} : b1898 {01900.p4-eats} -> {01899.f} {01900.f} {01900.p2-thinks} 
+tr {01899.t2} {01899.f} {01899.p5} -> {01899.p6} 
+tr {01899.t3|01900.t1} : a1898 {01899.f} {01900.p1} -> {01900.p3} 
+tr {01900.e} {01900.p6} {01900.p3} -> {01900.p4-eats} 
+tr {01900.t} {01900.p2-thinks} -> {01900.p1} {01900.p5} 
+tr {01900.t0|01901.t4} : b1899 {01901.p4-eats} -> {01900.f} {01901.f} {01901.p2-thinks} 
+tr {01900.t2} {01900.f} {01900.p5} -> {01900.p6} 
+tr {01900.t3|01901.t1} : a1899 {01900.f} {01901.p1} -> {01901.p3} 
+tr {01901.e} {01901.p6} {01901.p3} -> {01901.p4-eats} 
+tr {01901.t} {01901.p2-thinks} -> {01901.p1} {01901.p5} 
+tr {01901.t0|01902.t4} : b1900 {01902.p4-eats} -> {01901.f} {01902.f} {01902.p2-thinks} 
+tr {01901.t2} {01901.f} {01901.p5} -> {01901.p6} 
+tr {01901.t3|01902.t1} : a1900 {01901.f} {01902.p1} -> {01902.p3} 
+tr {01902.e} {01902.p6} {01902.p3} -> {01902.p4-eats} 
+tr {01902.t} {01902.p2-thinks} -> {01902.p1} {01902.p5} 
+tr {01902.t0|01903.t4} : b1901 {01903.p4-eats} -> {01902.f} {01903.f} {01903.p2-thinks} 
+tr {01902.t2} {01902.f} {01902.p5} -> {01902.p6} 
+tr {01902.t3|01903.t1} : a1901 {01902.f} {01903.p1} -> {01903.p3} 
+tr {01903.e} {01903.p6} {01903.p3} -> {01903.p4-eats} 
+tr {01903.t} {01903.p2-thinks} -> {01903.p1} {01903.p5} 
+tr {01903.t0|01904.t4} : b1902 {01904.p4-eats} -> {01903.f} {01904.f} {01904.p2-thinks} 
+tr {01903.t2} {01903.f} {01903.p5} -> {01903.p6} 
+tr {01903.t3|01904.t1} : a1902 {01903.f} {01904.p1} -> {01904.p3} 
+tr {01904.e} {01904.p6} {01904.p3} -> {01904.p4-eats} 
+tr {01904.t} {01904.p2-thinks} -> {01904.p1} {01904.p5} 
+tr {01904.t0|01905.t4} : b1903 {01905.p4-eats} -> {01904.f} {01905.f} {01905.p2-thinks} 
+tr {01904.t2} {01904.f} {01904.p5} -> {01904.p6} 
+tr {01904.t3|01905.t1} : a1903 {01904.f} {01905.p1} -> {01905.p3} 
+tr {01905.e} {01905.p6} {01905.p3} -> {01905.p4-eats} 
+tr {01905.t} {01905.p2-thinks} -> {01905.p1} {01905.p5} 
+tr {01905.t0|01906.t4} : b1904 {01906.p4-eats} -> {01905.f} {01906.f} {01906.p2-thinks} 
+tr {01905.t2} {01905.f} {01905.p5} -> {01905.p6} 
+tr {01905.t3|01906.t1} : a1904 {01905.f} {01906.p1} -> {01906.p3} 
+tr {01906.e} {01906.p6} {01906.p3} -> {01906.p4-eats} 
+tr {01906.t} {01906.p2-thinks} -> {01906.p1} {01906.p5} 
+tr {01906.t0|01907.t4} : b1905 {01907.p4-eats} -> {01906.f} {01907.f} {01907.p2-thinks} 
+tr {01906.t2} {01906.f} {01906.p5} -> {01906.p6} 
+tr {01906.t3|01907.t1} : a1905 {01906.f} {01907.p1} -> {01907.p3} 
+tr {01907.e} {01907.p6} {01907.p3} -> {01907.p4-eats} 
+tr {01907.t} {01907.p2-thinks} -> {01907.p1} {01907.p5} 
+tr {01907.t0|01908.t4} : b1906 {01908.p4-eats} -> {01907.f} {01908.f} {01908.p2-thinks} 
+tr {01907.t2} {01907.f} {01907.p5} -> {01907.p6} 
+tr {01907.t3|01908.t1} : a1906 {01907.f} {01908.p1} -> {01908.p3} 
+tr {01908.e} {01908.p6} {01908.p3} -> {01908.p4-eats} 
+tr {01908.t} {01908.p2-thinks} -> {01908.p1} {01908.p5} 
+tr {01908.t0|01909.t4} : b1907 {01909.p4-eats} -> {01908.f} {01909.f} {01909.p2-thinks} 
+tr {01908.t2} {01908.f} {01908.p5} -> {01908.p6} 
+tr {01908.t3|01909.t1} : a1907 {01908.f} {01909.p1} -> {01909.p3} 
+tr {01909.e} {01909.p6} {01909.p3} -> {01909.p4-eats} 
+tr {01909.t} {01909.p2-thinks} -> {01909.p1} {01909.p5} 
+tr {01909.t0|01910.t4} : b1908 {01910.p4-eats} -> {01909.f} {01910.f} {01910.p2-thinks} 
+tr {01909.t2} {01909.f} {01909.p5} -> {01909.p6} 
+tr {01909.t3|01910.t1} : a1908 {01909.f} {01910.p1} -> {01910.p3} 
+tr {01910.e} {01910.p6} {01910.p3} -> {01910.p4-eats} 
+tr {01910.t} {01910.p2-thinks} -> {01910.p1} {01910.p5} 
+tr {01910.t0|01911.t4} : b1909 {01911.p4-eats} -> {01910.f} {01911.f} {01911.p2-thinks} 
+tr {01910.t2} {01910.f} {01910.p5} -> {01910.p6} 
+tr {01910.t3|01911.t1} : a1909 {01910.f} {01911.p1} -> {01911.p3} 
+tr {01911.e} {01911.p6} {01911.p3} -> {01911.p4-eats} 
+tr {01911.t} {01911.p2-thinks} -> {01911.p1} {01911.p5} 
+tr {01911.t0|01912.t4} : b1910 {01912.p4-eats} -> {01911.f} {01912.f} {01912.p2-thinks} 
+tr {01911.t2} {01911.f} {01911.p5} -> {01911.p6} 
+tr {01911.t3|01912.t1} : a1910 {01911.f} {01912.p1} -> {01912.p3} 
+tr {01912.e} {01912.p6} {01912.p3} -> {01912.p4-eats} 
+tr {01912.t} {01912.p2-thinks} -> {01912.p1} {01912.p5} 
+tr {01912.t0|01913.t4} : b1911 {01913.p4-eats} -> {01912.f} {01913.f} {01913.p2-thinks} 
+tr {01912.t2} {01912.f} {01912.p5} -> {01912.p6} 
+tr {01912.t3|01913.t1} : a1911 {01912.f} {01913.p1} -> {01913.p3} 
+tr {01913.e} {01913.p6} {01913.p3} -> {01913.p4-eats} 
+tr {01913.t} {01913.p2-thinks} -> {01913.p1} {01913.p5} 
+tr {01913.t0|01914.t4} : b1912 {01914.p4-eats} -> {01913.f} {01914.f} {01914.p2-thinks} 
+tr {01913.t2} {01913.f} {01913.p5} -> {01913.p6} 
+tr {01913.t3|01914.t1} : a1912 {01913.f} {01914.p1} -> {01914.p3} 
+tr {01914.e} {01914.p6} {01914.p3} -> {01914.p4-eats} 
+tr {01914.t} {01914.p2-thinks} -> {01914.p1} {01914.p5} 
+tr {01914.t0|01915.t4} : b1913 {01915.p4-eats} -> {01914.f} {01915.f} {01915.p2-thinks} 
+tr {01914.t2} {01914.f} {01914.p5} -> {01914.p6} 
+tr {01914.t3|01915.t1} : a1913 {01914.f} {01915.p1} -> {01915.p3} 
+tr {01915.e} {01915.p6} {01915.p3} -> {01915.p4-eats} 
+tr {01915.t} {01915.p2-thinks} -> {01915.p1} {01915.p5} 
+tr {01915.t0|01916.t4} : b1914 {01916.p4-eats} -> {01915.f} {01916.f} {01916.p2-thinks} 
+tr {01915.t2} {01915.f} {01915.p5} -> {01915.p6} 
+tr {01915.t3|01916.t1} : a1914 {01915.f} {01916.p1} -> {01916.p3} 
+tr {01916.e} {01916.p6} {01916.p3} -> {01916.p4-eats} 
+tr {01916.t} {01916.p2-thinks} -> {01916.p1} {01916.p5} 
+tr {01916.t0|01917.t4} : b1915 {01917.p4-eats} -> {01916.f} {01917.f} {01917.p2-thinks} 
+tr {01916.t2} {01916.f} {01916.p5} -> {01916.p6} 
+tr {01916.t3|01917.t1} : a1915 {01916.f} {01917.p1} -> {01917.p3} 
+tr {01917.e} {01917.p6} {01917.p3} -> {01917.p4-eats} 
+tr {01917.t} {01917.p2-thinks} -> {01917.p1} {01917.p5} 
+tr {01917.t0|01918.t4} : b1916 {01918.p4-eats} -> {01917.f} {01918.f} {01918.p2-thinks} 
+tr {01917.t2} {01917.f} {01917.p5} -> {01917.p6} 
+tr {01917.t3|01918.t1} : a1916 {01917.f} {01918.p1} -> {01918.p3} 
+tr {01918.e} {01918.p6} {01918.p3} -> {01918.p4-eats} 
+tr {01918.t} {01918.p2-thinks} -> {01918.p1} {01918.p5} 
+tr {01918.t0|01919.t4} : b1917 {01919.p4-eats} -> {01918.f} {01919.f} {01919.p2-thinks} 
+tr {01918.t2} {01918.f} {01918.p5} -> {01918.p6} 
+tr {01918.t3|01919.t1} : a1917 {01918.f} {01919.p1} -> {01919.p3} 
+tr {01919.e} {01919.p6} {01919.p3} -> {01919.p4-eats} 
+tr {01919.t} {01919.p2-thinks} -> {01919.p1} {01919.p5} 
+tr {01919.t0|01920.t4} : b1918 {01920.p4-eats} -> {01919.f} {01920.f} {01920.p2-thinks} 
+tr {01919.t2} {01919.f} {01919.p5} -> {01919.p6} 
+tr {01919.t3|01920.t1} : a1918 {01919.f} {01920.p1} -> {01920.p3} 
+tr {01920.e} {01920.p6} {01920.p3} -> {01920.p4-eats} 
+tr {01920.t} {01920.p2-thinks} -> {01920.p1} {01920.p5} 
+tr {01920.t0|01921.t4} : b1919 {01921.p4-eats} -> {01920.f} {01921.f} {01921.p2-thinks} 
+tr {01920.t2} {01920.f} {01920.p5} -> {01920.p6} 
+tr {01920.t3|01921.t1} : a1919 {01920.f} {01921.p1} -> {01921.p3} 
+tr {01921.e} {01921.p6} {01921.p3} -> {01921.p4-eats} 
+tr {01921.t} {01921.p2-thinks} -> {01921.p1} {01921.p5} 
+tr {01921.t0|01922.t4} : b1920 {01922.p4-eats} -> {01921.f} {01922.f} {01922.p2-thinks} 
+tr {01921.t2} {01921.f} {01921.p5} -> {01921.p6} 
+tr {01921.t3|01922.t1} : a1920 {01921.f} {01922.p1} -> {01922.p3} 
+tr {01922.e} {01922.p6} {01922.p3} -> {01922.p4-eats} 
+tr {01922.t} {01922.p2-thinks} -> {01922.p1} {01922.p5} 
+tr {01922.t0|01923.t4} : b1921 {01923.p4-eats} -> {01922.f} {01923.f} {01923.p2-thinks} 
+tr {01922.t2} {01922.f} {01922.p5} -> {01922.p6} 
+tr {01922.t3|01923.t1} : a1921 {01922.f} {01923.p1} -> {01923.p3} 
+tr {01923.e} {01923.p6} {01923.p3} -> {01923.p4-eats} 
+tr {01923.t} {01923.p2-thinks} -> {01923.p1} {01923.p5} 
+tr {01923.t0|01924.t4} : b1922 {01924.p4-eats} -> {01923.f} {01924.f} {01924.p2-thinks} 
+tr {01923.t2} {01923.f} {01923.p5} -> {01923.p6} 
+tr {01923.t3|01924.t1} : a1922 {01923.f} {01924.p1} -> {01924.p3} 
+tr {01924.e} {01924.p6} {01924.p3} -> {01924.p4-eats} 
+tr {01924.t} {01924.p2-thinks} -> {01924.p1} {01924.p5} 
+tr {01924.t0|01925.t4} : b1923 {01925.p4-eats} -> {01924.f} {01925.f} {01925.p2-thinks} 
+tr {01924.t2} {01924.f} {01924.p5} -> {01924.p6} 
+tr {01924.t3|01925.t1} : a1923 {01924.f} {01925.p1} -> {01925.p3} 
+tr {01925.e} {01925.p6} {01925.p3} -> {01925.p4-eats} 
+tr {01925.t} {01925.p2-thinks} -> {01925.p1} {01925.p5} 
+tr {01925.t0|01926.t4} : b1924 {01926.p4-eats} -> {01925.f} {01926.f} {01926.p2-thinks} 
+tr {01925.t2} {01925.f} {01925.p5} -> {01925.p6} 
+tr {01925.t3|01926.t1} : a1924 {01925.f} {01926.p1} -> {01926.p3} 
+tr {01926.e} {01926.p6} {01926.p3} -> {01926.p4-eats} 
+tr {01926.t} {01926.p2-thinks} -> {01926.p1} {01926.p5} 
+tr {01926.t0|01927.t4} : b1925 {01927.p4-eats} -> {01926.f} {01927.f} {01927.p2-thinks} 
+tr {01926.t2} {01926.f} {01926.p5} -> {01926.p6} 
+tr {01926.t3|01927.t1} : a1925 {01926.f} {01927.p1} -> {01927.p3} 
+tr {01927.e} {01927.p6} {01927.p3} -> {01927.p4-eats} 
+tr {01927.t} {01927.p2-thinks} -> {01927.p1} {01927.p5} 
+tr {01927.t0|01928.t4} : b1926 {01928.p4-eats} -> {01927.f} {01928.f} {01928.p2-thinks} 
+tr {01927.t2} {01927.f} {01927.p5} -> {01927.p6} 
+tr {01927.t3|01928.t1} : a1926 {01927.f} {01928.p1} -> {01928.p3} 
+tr {01928.e} {01928.p6} {01928.p3} -> {01928.p4-eats} 
+tr {01928.t} {01928.p2-thinks} -> {01928.p1} {01928.p5} 
+tr {01928.t0|01929.t4} : b1927 {01929.p4-eats} -> {01928.f} {01929.f} {01929.p2-thinks} 
+tr {01928.t2} {01928.f} {01928.p5} -> {01928.p6} 
+tr {01928.t3|01929.t1} : a1927 {01928.f} {01929.p1} -> {01929.p3} 
+tr {01929.e} {01929.p6} {01929.p3} -> {01929.p4-eats} 
+tr {01929.t} {01929.p2-thinks} -> {01929.p1} {01929.p5} 
+tr {01929.t0|01930.t4} : b1928 {01930.p4-eats} -> {01929.f} {01930.f} {01930.p2-thinks} 
+tr {01929.t2} {01929.f} {01929.p5} -> {01929.p6} 
+tr {01929.t3|01930.t1} : a1928 {01929.f} {01930.p1} -> {01930.p3} 
+tr {01930.e} {01930.p6} {01930.p3} -> {01930.p4-eats} 
+tr {01930.t} {01930.p2-thinks} -> {01930.p1} {01930.p5} 
+tr {01930.t0|01931.t4} : b1929 {01931.p4-eats} -> {01930.f} {01931.f} {01931.p2-thinks} 
+tr {01930.t2} {01930.f} {01930.p5} -> {01930.p6} 
+tr {01930.t3|01931.t1} : a1929 {01930.f} {01931.p1} -> {01931.p3} 
+tr {01931.e} {01931.p6} {01931.p3} -> {01931.p4-eats} 
+tr {01931.t} {01931.p2-thinks} -> {01931.p1} {01931.p5} 
+tr {01931.t0|01932.t4} : b1930 {01932.p4-eats} -> {01931.f} {01932.f} {01932.p2-thinks} 
+tr {01931.t2} {01931.f} {01931.p5} -> {01931.p6} 
+tr {01931.t3|01932.t1} : a1930 {01931.f} {01932.p1} -> {01932.p3} 
+tr {01932.e} {01932.p6} {01932.p3} -> {01932.p4-eats} 
+tr {01932.t} {01932.p2-thinks} -> {01932.p1} {01932.p5} 
+tr {01932.t0|01933.t4} : b1931 {01933.p4-eats} -> {01932.f} {01933.f} {01933.p2-thinks} 
+tr {01932.t2} {01932.f} {01932.p5} -> {01932.p6} 
+tr {01932.t3|01933.t1} : a1931 {01932.f} {01933.p1} -> {01933.p3} 
+tr {01933.e} {01933.p6} {01933.p3} -> {01933.p4-eats} 
+tr {01933.t} {01933.p2-thinks} -> {01933.p1} {01933.p5} 
+tr {01933.t0|01934.t4} : b1932 {01934.p4-eats} -> {01933.f} {01934.f} {01934.p2-thinks} 
+tr {01933.t2} {01933.f} {01933.p5} -> {01933.p6} 
+tr {01933.t3|01934.t1} : a1932 {01933.f} {01934.p1} -> {01934.p3} 
+tr {01934.e} {01934.p6} {01934.p3} -> {01934.p4-eats} 
+tr {01934.t} {01934.p2-thinks} -> {01934.p1} {01934.p5} 
+tr {01934.t0|01935.t4} : b1933 {01935.p4-eats} -> {01934.f} {01935.f} {01935.p2-thinks} 
+tr {01934.t2} {01934.f} {01934.p5} -> {01934.p6} 
+tr {01934.t3|01935.t1} : a1933 {01934.f} {01935.p1} -> {01935.p3} 
+tr {01935.e} {01935.p6} {01935.p3} -> {01935.p4-eats} 
+tr {01935.t} {01935.p2-thinks} -> {01935.p1} {01935.p5} 
+tr {01935.t0|01936.t4} : b1934 {01936.p4-eats} -> {01935.f} {01936.f} {01936.p2-thinks} 
+tr {01935.t2} {01935.f} {01935.p5} -> {01935.p6} 
+tr {01935.t3|01936.t1} : a1934 {01935.f} {01936.p1} -> {01936.p3} 
+tr {01936.e} {01936.p6} {01936.p3} -> {01936.p4-eats} 
+tr {01936.t} {01936.p2-thinks} -> {01936.p1} {01936.p5} 
+tr {01936.t0|01937.t4} : b1935 {01937.p4-eats} -> {01936.f} {01937.f} {01937.p2-thinks} 
+tr {01936.t2} {01936.f} {01936.p5} -> {01936.p6} 
+tr {01936.t3|01937.t1} : a1935 {01936.f} {01937.p1} -> {01937.p3} 
+tr {01937.e} {01937.p6} {01937.p3} -> {01937.p4-eats} 
+tr {01937.t} {01937.p2-thinks} -> {01937.p1} {01937.p5} 
+tr {01937.t0|01938.t4} : b1936 {01938.p4-eats} -> {01937.f} {01938.f} {01938.p2-thinks} 
+tr {01937.t2} {01937.f} {01937.p5} -> {01937.p6} 
+tr {01937.t3|01938.t1} : a1936 {01937.f} {01938.p1} -> {01938.p3} 
+tr {01938.e} {01938.p6} {01938.p3} -> {01938.p4-eats} 
+tr {01938.t} {01938.p2-thinks} -> {01938.p1} {01938.p5} 
+tr {01938.t0|01939.t4} : b1937 {01939.p4-eats} -> {01938.f} {01939.f} {01939.p2-thinks} 
+tr {01938.t2} {01938.f} {01938.p5} -> {01938.p6} 
+tr {01938.t3|01939.t1} : a1937 {01938.f} {01939.p1} -> {01939.p3} 
+tr {01939.e} {01939.p6} {01939.p3} -> {01939.p4-eats} 
+tr {01939.t} {01939.p2-thinks} -> {01939.p1} {01939.p5} 
+tr {01939.t0|01940.t4} : b1938 {01940.p4-eats} -> {01939.f} {01940.f} {01940.p2-thinks} 
+tr {01939.t2} {01939.f} {01939.p5} -> {01939.p6} 
+tr {01939.t3|01940.t1} : a1938 {01939.f} {01940.p1} -> {01940.p3} 
+tr {01940.e} {01940.p6} {01940.p3} -> {01940.p4-eats} 
+tr {01940.t} {01940.p2-thinks} -> {01940.p1} {01940.p5} 
+tr {01940.t0|01941.t4} : b1939 {01941.p4-eats} -> {01940.f} {01941.f} {01941.p2-thinks} 
+tr {01940.t2} {01940.f} {01940.p5} -> {01940.p6} 
+tr {01940.t3|01941.t1} : a1939 {01940.f} {01941.p1} -> {01941.p3} 
+tr {01941.e} {01941.p6} {01941.p3} -> {01941.p4-eats} 
+tr {01941.t} {01941.p2-thinks} -> {01941.p1} {01941.p5} 
+tr {01941.t0|01942.t4} : b1940 {01942.p4-eats} -> {01941.f} {01942.f} {01942.p2-thinks} 
+tr {01941.t2} {01941.f} {01941.p5} -> {01941.p6} 
+tr {01941.t3|01942.t1} : a1940 {01941.f} {01942.p1} -> {01942.p3} 
+tr {01942.e} {01942.p6} {01942.p3} -> {01942.p4-eats} 
+tr {01942.t} {01942.p2-thinks} -> {01942.p1} {01942.p5} 
+tr {01942.t0|01943.t4} : b1941 {01943.p4-eats} -> {01942.f} {01943.f} {01943.p2-thinks} 
+tr {01942.t2} {01942.f} {01942.p5} -> {01942.p6} 
+tr {01942.t3|01943.t1} : a1941 {01942.f} {01943.p1} -> {01943.p3} 
+tr {01943.e} {01943.p6} {01943.p3} -> {01943.p4-eats} 
+tr {01943.t} {01943.p2-thinks} -> {01943.p1} {01943.p5} 
+tr {01943.t0|01944.t4} : b1942 {01944.p4-eats} -> {01943.f} {01944.f} {01944.p2-thinks} 
+tr {01943.t2} {01943.f} {01943.p5} -> {01943.p6} 
+tr {01943.t3|01944.t1} : a1942 {01943.f} {01944.p1} -> {01944.p3} 
+tr {01944.e} {01944.p6} {01944.p3} -> {01944.p4-eats} 
+tr {01944.t} {01944.p2-thinks} -> {01944.p1} {01944.p5} 
+tr {01944.t0|01945.t4} : b1943 {01945.p4-eats} -> {01944.f} {01945.f} {01945.p2-thinks} 
+tr {01944.t2} {01944.f} {01944.p5} -> {01944.p6} 
+tr {01944.t3|01945.t1} : a1943 {01944.f} {01945.p1} -> {01945.p3} 
+tr {01945.e} {01945.p6} {01945.p3} -> {01945.p4-eats} 
+tr {01945.t} {01945.p2-thinks} -> {01945.p1} {01945.p5} 
+tr {01945.t0|01946.t4} : b1944 {01946.p4-eats} -> {01945.f} {01946.f} {01946.p2-thinks} 
+tr {01945.t2} {01945.f} {01945.p5} -> {01945.p6} 
+tr {01945.t3|01946.t1} : a1944 {01945.f} {01946.p1} -> {01946.p3} 
+tr {01946.e} {01946.p6} {01946.p3} -> {01946.p4-eats} 
+tr {01946.t} {01946.p2-thinks} -> {01946.p1} {01946.p5} 
+tr {01946.t0|01947.t4} : b1945 {01947.p4-eats} -> {01946.f} {01947.f} {01947.p2-thinks} 
+tr {01946.t2} {01946.f} {01946.p5} -> {01946.p6} 
+tr {01946.t3|01947.t1} : a1945 {01946.f} {01947.p1} -> {01947.p3} 
+tr {01947.e} {01947.p6} {01947.p3} -> {01947.p4-eats} 
+tr {01947.t} {01947.p2-thinks} -> {01947.p1} {01947.p5} 
+tr {01947.t0|01948.t4} : b1946 {01948.p4-eats} -> {01947.f} {01948.f} {01948.p2-thinks} 
+tr {01947.t2} {01947.f} {01947.p5} -> {01947.p6} 
+tr {01947.t3|01948.t1} : a1946 {01947.f} {01948.p1} -> {01948.p3} 
+tr {01948.e} {01948.p6} {01948.p3} -> {01948.p4-eats} 
+tr {01948.t} {01948.p2-thinks} -> {01948.p1} {01948.p5} 
+tr {01948.t0|01949.t4} : b1947 {01949.p4-eats} -> {01948.f} {01949.f} {01949.p2-thinks} 
+tr {01948.t2} {01948.f} {01948.p5} -> {01948.p6} 
+tr {01948.t3|01949.t1} : a1947 {01948.f} {01949.p1} -> {01949.p3} 
+tr {01949.e} {01949.p6} {01949.p3} -> {01949.p4-eats} 
+tr {01949.t} {01949.p2-thinks} -> {01949.p1} {01949.p5} 
+tr {01949.t0|01950.t4} : b1948 {01950.p4-eats} -> {01949.f} {01950.f} {01950.p2-thinks} 
+tr {01949.t2} {01949.f} {01949.p5} -> {01949.p6} 
+tr {01949.t3|01950.t1} : a1948 {01949.f} {01950.p1} -> {01950.p3} 
+tr {01950.e} {01950.p6} {01950.p3} -> {01950.p4-eats} 
+tr {01950.t} {01950.p2-thinks} -> {01950.p1} {01950.p5} 
+tr {01950.t0|01951.t4} : b1949 {01951.p4-eats} -> {01950.f} {01951.f} {01951.p2-thinks} 
+tr {01950.t2} {01950.f} {01950.p5} -> {01950.p6} 
+tr {01950.t3|01951.t1} : a1949 {01950.f} {01951.p1} -> {01951.p3} 
+tr {01951.e} {01951.p6} {01951.p3} -> {01951.p4-eats} 
+tr {01951.t} {01951.p2-thinks} -> {01951.p1} {01951.p5} 
+tr {01951.t0|01952.t4} : b1950 {01952.p4-eats} -> {01951.f} {01952.f} {01952.p2-thinks} 
+tr {01951.t2} {01951.f} {01951.p5} -> {01951.p6} 
+tr {01951.t3|01952.t1} : a1950 {01951.f} {01952.p1} -> {01952.p3} 
+tr {01952.e} {01952.p6} {01952.p3} -> {01952.p4-eats} 
+tr {01952.t} {01952.p2-thinks} -> {01952.p1} {01952.p5} 
+tr {01952.t0|01953.t4} : b1951 {01953.p4-eats} -> {01952.f} {01953.f} {01953.p2-thinks} 
+tr {01952.t2} {01952.f} {01952.p5} -> {01952.p6} 
+tr {01952.t3|01953.t1} : a1951 {01952.f} {01953.p1} -> {01953.p3} 
+tr {01953.e} {01953.p6} {01953.p3} -> {01953.p4-eats} 
+tr {01953.t} {01953.p2-thinks} -> {01953.p1} {01953.p5} 
+tr {01953.t0|01954.t4} : b1952 {01954.p4-eats} -> {01953.f} {01954.f} {01954.p2-thinks} 
+tr {01953.t2} {01953.f} {01953.p5} -> {01953.p6} 
+tr {01953.t3|01954.t1} : a1952 {01953.f} {01954.p1} -> {01954.p3} 
+tr {01954.e} {01954.p6} {01954.p3} -> {01954.p4-eats} 
+tr {01954.t} {01954.p2-thinks} -> {01954.p1} {01954.p5} 
+tr {01954.t0|01955.t4} : b1953 {01955.p4-eats} -> {01954.f} {01955.f} {01955.p2-thinks} 
+tr {01954.t2} {01954.f} {01954.p5} -> {01954.p6} 
+tr {01954.t3|01955.t1} : a1953 {01954.f} {01955.p1} -> {01955.p3} 
+tr {01955.e} {01955.p6} {01955.p3} -> {01955.p4-eats} 
+tr {01955.t} {01955.p2-thinks} -> {01955.p1} {01955.p5} 
+tr {01955.t0|01956.t4} : b1954 {01956.p4-eats} -> {01955.f} {01956.f} {01956.p2-thinks} 
+tr {01955.t2} {01955.f} {01955.p5} -> {01955.p6} 
+tr {01955.t3|01956.t1} : a1954 {01955.f} {01956.p1} -> {01956.p3} 
+tr {01956.e} {01956.p6} {01956.p3} -> {01956.p4-eats} 
+tr {01956.t} {01956.p2-thinks} -> {01956.p1} {01956.p5} 
+tr {01956.t0|01957.t4} : b1955 {01957.p4-eats} -> {01956.f} {01957.f} {01957.p2-thinks} 
+tr {01956.t2} {01956.f} {01956.p5} -> {01956.p6} 
+tr {01956.t3|01957.t1} : a1955 {01956.f} {01957.p1} -> {01957.p3} 
+tr {01957.e} {01957.p6} {01957.p3} -> {01957.p4-eats} 
+tr {01957.t} {01957.p2-thinks} -> {01957.p1} {01957.p5} 
+tr {01957.t0|01958.t4} : b1956 {01958.p4-eats} -> {01957.f} {01958.f} {01958.p2-thinks} 
+tr {01957.t2} {01957.f} {01957.p5} -> {01957.p6} 
+tr {01957.t3|01958.t1} : a1956 {01957.f} {01958.p1} -> {01958.p3} 
+tr {01958.e} {01958.p6} {01958.p3} -> {01958.p4-eats} 
+tr {01958.t} {01958.p2-thinks} -> {01958.p1} {01958.p5} 
+tr {01958.t0|01959.t4} : b1957 {01959.p4-eats} -> {01958.f} {01959.f} {01959.p2-thinks} 
+tr {01958.t2} {01958.f} {01958.p5} -> {01958.p6} 
+tr {01958.t3|01959.t1} : a1957 {01958.f} {01959.p1} -> {01959.p3} 
+tr {01959.e} {01959.p6} {01959.p3} -> {01959.p4-eats} 
+tr {01959.t} {01959.p2-thinks} -> {01959.p1} {01959.p5} 
+tr {01959.t0|01960.t4} : b1958 {01960.p4-eats} -> {01959.f} {01960.f} {01960.p2-thinks} 
+tr {01959.t2} {01959.f} {01959.p5} -> {01959.p6} 
+tr {01959.t3|01960.t1} : a1958 {01959.f} {01960.p1} -> {01960.p3} 
+tr {01960.e} {01960.p6} {01960.p3} -> {01960.p4-eats} 
+tr {01960.t} {01960.p2-thinks} -> {01960.p1} {01960.p5} 
+tr {01960.t0|01961.t4} : b1959 {01961.p4-eats} -> {01960.f} {01961.f} {01961.p2-thinks} 
+tr {01960.t2} {01960.f} {01960.p5} -> {01960.p6} 
+tr {01960.t3|01961.t1} : a1959 {01960.f} {01961.p1} -> {01961.p3} 
+tr {01961.e} {01961.p6} {01961.p3} -> {01961.p4-eats} 
+tr {01961.t} {01961.p2-thinks} -> {01961.p1} {01961.p5} 
+tr {01961.t0|01962.t4} : b1960 {01962.p4-eats} -> {01961.f} {01962.f} {01962.p2-thinks} 
+tr {01961.t2} {01961.f} {01961.p5} -> {01961.p6} 
+tr {01961.t3|01962.t1} : a1960 {01961.f} {01962.p1} -> {01962.p3} 
+tr {01962.e} {01962.p6} {01962.p3} -> {01962.p4-eats} 
+tr {01962.t} {01962.p2-thinks} -> {01962.p1} {01962.p5} 
+tr {01962.t0|01963.t4} : b1961 {01963.p4-eats} -> {01962.f} {01963.f} {01963.p2-thinks} 
+tr {01962.t2} {01962.f} {01962.p5} -> {01962.p6} 
+tr {01962.t3|01963.t1} : a1961 {01962.f} {01963.p1} -> {01963.p3} 
+tr {01963.e} {01963.p6} {01963.p3} -> {01963.p4-eats} 
+tr {01963.t} {01963.p2-thinks} -> {01963.p1} {01963.p5} 
+tr {01963.t0|01964.t4} : b1962 {01964.p4-eats} -> {01963.f} {01964.f} {01964.p2-thinks} 
+tr {01963.t2} {01963.f} {01963.p5} -> {01963.p6} 
+tr {01963.t3|01964.t1} : a1962 {01963.f} {01964.p1} -> {01964.p3} 
+tr {01964.e} {01964.p6} {01964.p3} -> {01964.p4-eats} 
+tr {01964.t} {01964.p2-thinks} -> {01964.p1} {01964.p5} 
+tr {01964.t0|01965.t4} : b1963 {01965.p4-eats} -> {01964.f} {01965.f} {01965.p2-thinks} 
+tr {01964.t2} {01964.f} {01964.p5} -> {01964.p6} 
+tr {01964.t3|01965.t1} : a1963 {01964.f} {01965.p1} -> {01965.p3} 
+tr {01965.e} {01965.p6} {01965.p3} -> {01965.p4-eats} 
+tr {01965.t} {01965.p2-thinks} -> {01965.p1} {01965.p5} 
+tr {01965.t0|01966.t4} : b1964 {01966.p4-eats} -> {01965.f} {01966.f} {01966.p2-thinks} 
+tr {01965.t2} {01965.f} {01965.p5} -> {01965.p6} 
+tr {01965.t3|01966.t1} : a1964 {01965.f} {01966.p1} -> {01966.p3} 
+tr {01966.e} {01966.p6} {01966.p3} -> {01966.p4-eats} 
+tr {01966.t} {01966.p2-thinks} -> {01966.p1} {01966.p5} 
+tr {01966.t0|01967.t4} : b1965 {01967.p4-eats} -> {01966.f} {01967.f} {01967.p2-thinks} 
+tr {01966.t2} {01966.f} {01966.p5} -> {01966.p6} 
+tr {01966.t3|01967.t1} : a1965 {01966.f} {01967.p1} -> {01967.p3} 
+tr {01967.e} {01967.p6} {01967.p3} -> {01967.p4-eats} 
+tr {01967.t} {01967.p2-thinks} -> {01967.p1} {01967.p5} 
+tr {01967.t0|01968.t4} : b1966 {01968.p4-eats} -> {01967.f} {01968.f} {01968.p2-thinks} 
+tr {01967.t2} {01967.f} {01967.p5} -> {01967.p6} 
+tr {01967.t3|01968.t1} : a1966 {01967.f} {01968.p1} -> {01968.p3} 
+tr {01968.e} {01968.p6} {01968.p3} -> {01968.p4-eats} 
+tr {01968.t} {01968.p2-thinks} -> {01968.p1} {01968.p5} 
+tr {01968.t0|01969.t4} : b1967 {01969.p4-eats} -> {01968.f} {01969.f} {01969.p2-thinks} 
+tr {01968.t2} {01968.f} {01968.p5} -> {01968.p6} 
+tr {01968.t3|01969.t1} : a1967 {01968.f} {01969.p1} -> {01969.p3} 
+tr {01969.e} {01969.p6} {01969.p3} -> {01969.p4-eats} 
+tr {01969.t} {01969.p2-thinks} -> {01969.p1} {01969.p5} 
+tr {01969.t0|01970.t4} : b1968 {01970.p4-eats} -> {01969.f} {01970.f} {01970.p2-thinks} 
+tr {01969.t2} {01969.f} {01969.p5} -> {01969.p6} 
+tr {01969.t3|01970.t1} : a1968 {01969.f} {01970.p1} -> {01970.p3} 
+tr {01970.e} {01970.p6} {01970.p3} -> {01970.p4-eats} 
+tr {01970.t} {01970.p2-thinks} -> {01970.p1} {01970.p5} 
+tr {01970.t0|01971.t4} : b1969 {01971.p4-eats} -> {01970.f} {01971.f} {01971.p2-thinks} 
+tr {01970.t2} {01970.f} {01970.p5} -> {01970.p6} 
+tr {01970.t3|01971.t1} : a1969 {01970.f} {01971.p1} -> {01971.p3} 
+tr {01971.e} {01971.p6} {01971.p3} -> {01971.p4-eats} 
+tr {01971.t} {01971.p2-thinks} -> {01971.p1} {01971.p5} 
+tr {01971.t0|01972.t4} : b1970 {01972.p4-eats} -> {01971.f} {01972.f} {01972.p2-thinks} 
+tr {01971.t2} {01971.f} {01971.p5} -> {01971.p6} 
+tr {01971.t3|01972.t1} : a1970 {01971.f} {01972.p1} -> {01972.p3} 
+tr {01972.e} {01972.p6} {01972.p3} -> {01972.p4-eats} 
+tr {01972.t} {01972.p2-thinks} -> {01972.p1} {01972.p5} 
+tr {01972.t0|01973.t4} : b1971 {01973.p4-eats} -> {01972.f} {01973.f} {01973.p2-thinks} 
+tr {01972.t2} {01972.f} {01972.p5} -> {01972.p6} 
+tr {01972.t3|01973.t1} : a1971 {01972.f} {01973.p1} -> {01973.p3} 
+tr {01973.e} {01973.p6} {01973.p3} -> {01973.p4-eats} 
+tr {01973.t} {01973.p2-thinks} -> {01973.p1} {01973.p5} 
+tr {01973.t0|01974.t4} : b1972 {01974.p4-eats} -> {01973.f} {01974.f} {01974.p2-thinks} 
+tr {01973.t2} {01973.f} {01973.p5} -> {01973.p6} 
+tr {01973.t3|01974.t1} : a1972 {01973.f} {01974.p1} -> {01974.p3} 
+tr {01974.e} {01974.p6} {01974.p3} -> {01974.p4-eats} 
+tr {01974.t} {01974.p2-thinks} -> {01974.p1} {01974.p5} 
+tr {01974.t0|01975.t4} : b1973 {01975.p4-eats} -> {01974.f} {01975.f} {01975.p2-thinks} 
+tr {01974.t2} {01974.f} {01974.p5} -> {01974.p6} 
+tr {01974.t3|01975.t1} : a1973 {01974.f} {01975.p1} -> {01975.p3} 
+tr {01975.e} {01975.p6} {01975.p3} -> {01975.p4-eats} 
+tr {01975.t} {01975.p2-thinks} -> {01975.p1} {01975.p5} 
+tr {01975.t0|01976.t4} : b1974 {01976.p4-eats} -> {01975.f} {01976.f} {01976.p2-thinks} 
+tr {01975.t2} {01975.f} {01975.p5} -> {01975.p6} 
+tr {01975.t3|01976.t1} : a1974 {01975.f} {01976.p1} -> {01976.p3} 
+tr {01976.e} {01976.p6} {01976.p3} -> {01976.p4-eats} 
+tr {01976.t} {01976.p2-thinks} -> {01976.p1} {01976.p5} 
+tr {01976.t0|01977.t4} : b1975 {01977.p4-eats} -> {01976.f} {01977.f} {01977.p2-thinks} 
+tr {01976.t2} {01976.f} {01976.p5} -> {01976.p6} 
+tr {01976.t3|01977.t1} : a1975 {01976.f} {01977.p1} -> {01977.p3} 
+tr {01977.e} {01977.p6} {01977.p3} -> {01977.p4-eats} 
+tr {01977.t} {01977.p2-thinks} -> {01977.p1} {01977.p5} 
+tr {01977.t0|01978.t4} : b1976 {01978.p4-eats} -> {01977.f} {01978.f} {01978.p2-thinks} 
+tr {01977.t2} {01977.f} {01977.p5} -> {01977.p6} 
+tr {01977.t3|01978.t1} : a1976 {01977.f} {01978.p1} -> {01978.p3} 
+tr {01978.e} {01978.p6} {01978.p3} -> {01978.p4-eats} 
+tr {01978.t} {01978.p2-thinks} -> {01978.p1} {01978.p5} 
+tr {01978.t0|01979.t4} : b1977 {01979.p4-eats} -> {01978.f} {01979.f} {01979.p2-thinks} 
+tr {01978.t2} {01978.f} {01978.p5} -> {01978.p6} 
+tr {01978.t3|01979.t1} : a1977 {01978.f} {01979.p1} -> {01979.p3} 
+tr {01979.e} {01979.p6} {01979.p3} -> {01979.p4-eats} 
+tr {01979.t} {01979.p2-thinks} -> {01979.p1} {01979.p5} 
+tr {01979.t0|01980.t4} : b1978 {01980.p4-eats} -> {01979.f} {01980.f} {01980.p2-thinks} 
+tr {01979.t2} {01979.f} {01979.p5} -> {01979.p6} 
+tr {01979.t3|01980.t1} : a1978 {01979.f} {01980.p1} -> {01980.p3} 
+tr {01980.e} {01980.p6} {01980.p3} -> {01980.p4-eats} 
+tr {01980.t} {01980.p2-thinks} -> {01980.p1} {01980.p5} 
+tr {01980.t0|01981.t4} : b1979 {01981.p4-eats} -> {01980.f} {01981.f} {01981.p2-thinks} 
+tr {01980.t2} {01980.f} {01980.p5} -> {01980.p6} 
+tr {01980.t3|01981.t1} : a1979 {01980.f} {01981.p1} -> {01981.p3} 
+tr {01981.e} {01981.p6} {01981.p3} -> {01981.p4-eats} 
+tr {01981.t} {01981.p2-thinks} -> {01981.p1} {01981.p5} 
+tr {01981.t0|01982.t4} : b1980 {01982.p4-eats} -> {01981.f} {01982.f} {01982.p2-thinks} 
+tr {01981.t2} {01981.f} {01981.p5} -> {01981.p6} 
+tr {01981.t3|01982.t1} : a1980 {01981.f} {01982.p1} -> {01982.p3} 
+tr {01982.e} {01982.p6} {01982.p3} -> {01982.p4-eats} 
+tr {01982.t} {01982.p2-thinks} -> {01982.p1} {01982.p5} 
+tr {01982.t0|01983.t4} : b1981 {01983.p4-eats} -> {01982.f} {01983.f} {01983.p2-thinks} 
+tr {01982.t2} {01982.f} {01982.p5} -> {01982.p6} 
+tr {01982.t3|01983.t1} : a1981 {01982.f} {01983.p1} -> {01983.p3} 
+tr {01983.e} {01983.p6} {01983.p3} -> {01983.p4-eats} 
+tr {01983.t} {01983.p2-thinks} -> {01983.p1} {01983.p5} 
+tr {01983.t0|01984.t4} : b1982 {01984.p4-eats} -> {01983.f} {01984.f} {01984.p2-thinks} 
+tr {01983.t2} {01983.f} {01983.p5} -> {01983.p6} 
+tr {01983.t3|01984.t1} : a1982 {01983.f} {01984.p1} -> {01984.p3} 
+tr {01984.e} {01984.p6} {01984.p3} -> {01984.p4-eats} 
+tr {01984.t} {01984.p2-thinks} -> {01984.p1} {01984.p5} 
+tr {01984.t0|01985.t4} : b1983 {01985.p4-eats} -> {01984.f} {01985.f} {01985.p2-thinks} 
+tr {01984.t2} {01984.f} {01984.p5} -> {01984.p6} 
+tr {01984.t3|01985.t1} : a1983 {01984.f} {01985.p1} -> {01985.p3} 
+tr {01985.e} {01985.p6} {01985.p3} -> {01985.p4-eats} 
+tr {01985.t} {01985.p2-thinks} -> {01985.p1} {01985.p5} 
+tr {01985.t0|01986.t4} : b1984 {01986.p4-eats} -> {01985.f} {01986.f} {01986.p2-thinks} 
+tr {01985.t2} {01985.f} {01985.p5} -> {01985.p6} 
+tr {01985.t3|01986.t1} : a1984 {01985.f} {01986.p1} -> {01986.p3} 
+tr {01986.e} {01986.p6} {01986.p3} -> {01986.p4-eats} 
+tr {01986.t} {01986.p2-thinks} -> {01986.p1} {01986.p5} 
+tr {01986.t0|01987.t4} : b1985 {01987.p4-eats} -> {01986.f} {01987.f} {01987.p2-thinks} 
+tr {01986.t2} {01986.f} {01986.p5} -> {01986.p6} 
+tr {01986.t3|01987.t1} : a1985 {01986.f} {01987.p1} -> {01987.p3} 
+tr {01987.e} {01987.p6} {01987.p3} -> {01987.p4-eats} 
+tr {01987.t} {01987.p2-thinks} -> {01987.p1} {01987.p5} 
+tr {01987.t0|01988.t4} : b1986 {01988.p4-eats} -> {01987.f} {01988.f} {01988.p2-thinks} 
+tr {01987.t2} {01987.f} {01987.p5} -> {01987.p6} 
+tr {01987.t3|01988.t1} : a1986 {01987.f} {01988.p1} -> {01988.p3} 
+tr {01988.e} {01988.p6} {01988.p3} -> {01988.p4-eats} 
+tr {01988.t} {01988.p2-thinks} -> {01988.p1} {01988.p5} 
+tr {01988.t0|01989.t4} : b1987 {01989.p4-eats} -> {01988.f} {01989.f} {01989.p2-thinks} 
+tr {01988.t2} {01988.f} {01988.p5} -> {01988.p6} 
+tr {01988.t3|01989.t1} : a1987 {01988.f} {01989.p1} -> {01989.p3} 
+tr {01989.e} {01989.p6} {01989.p3} -> {01989.p4-eats} 
+tr {01989.t} {01989.p2-thinks} -> {01989.p1} {01989.p5} 
+tr {01989.t0|01990.t4} : b1988 {01990.p4-eats} -> {01989.f} {01990.f} {01990.p2-thinks} 
+tr {01989.t2} {01989.f} {01989.p5} -> {01989.p6} 
+tr {01989.t3|01990.t1} : a1988 {01989.f} {01990.p1} -> {01990.p3} 
+tr {01990.e} {01990.p6} {01990.p3} -> {01990.p4-eats} 
+tr {01990.t} {01990.p2-thinks} -> {01990.p1} {01990.p5} 
+tr {01990.t0|01991.t4} : b1989 {01991.p4-eats} -> {01990.f} {01991.f} {01991.p2-thinks} 
+tr {01990.t2} {01990.f} {01990.p5} -> {01990.p6} 
+tr {01990.t3|01991.t1} : a1989 {01990.f} {01991.p1} -> {01991.p3} 
+tr {01991.e} {01991.p6} {01991.p3} -> {01991.p4-eats} 
+tr {01991.t} {01991.p2-thinks} -> {01991.p1} {01991.p5} 
+tr {01991.t0|01992.t4} : b1990 {01992.p4-eats} -> {01991.f} {01992.f} {01992.p2-thinks} 
+tr {01991.t2} {01991.f} {01991.p5} -> {01991.p6} 
+tr {01991.t3|01992.t1} : a1990 {01991.f} {01992.p1} -> {01992.p3} 
+tr {01992.e} {01992.p6} {01992.p3} -> {01992.p4-eats} 
+tr {01992.t} {01992.p2-thinks} -> {01992.p1} {01992.p5} 
+tr {01992.t0|01993.t4} : b1991 {01993.p4-eats} -> {01992.f} {01993.f} {01993.p2-thinks} 
+tr {01992.t2} {01992.f} {01992.p5} -> {01992.p6} 
+tr {01992.t3|01993.t1} : a1991 {01992.f} {01993.p1} -> {01993.p3} 
+tr {01993.e} {01993.p6} {01993.p3} -> {01993.p4-eats} 
+tr {01993.t} {01993.p2-thinks} -> {01993.p1} {01993.p5} 
+tr {01993.t0|01994.t4} : b1992 {01994.p4-eats} -> {01993.f} {01994.f} {01994.p2-thinks} 
+tr {01993.t2} {01993.f} {01993.p5} -> {01993.p6} 
+tr {01993.t3|01994.t1} : a1992 {01993.f} {01994.p1} -> {01994.p3} 
+tr {01994.e} {01994.p6} {01994.p3} -> {01994.p4-eats} 
+tr {01994.t} {01994.p2-thinks} -> {01994.p1} {01994.p5} 
+tr {01994.t0|01995.t4} : b1993 {01995.p4-eats} -> {01994.f} {01995.f} {01995.p2-thinks} 
+tr {01994.t2} {01994.f} {01994.p5} -> {01994.p6} 
+tr {01994.t3|01995.t1} : a1993 {01994.f} {01995.p1} -> {01995.p3} 
+tr {01995.e} {01995.p6} {01995.p3} -> {01995.p4-eats} 
+tr {01995.t} {01995.p2-thinks} -> {01995.p1} {01995.p5} 
+tr {01995.t0|01996.t4} : b1994 {01996.p4-eats} -> {01995.f} {01996.f} {01996.p2-thinks} 
+tr {01995.t2} {01995.f} {01995.p5} -> {01995.p6} 
+tr {01995.t3|01996.t1} : a1994 {01995.f} {01996.p1} -> {01996.p3} 
+tr {01996.e} {01996.p6} {01996.p3} -> {01996.p4-eats} 
+tr {01996.t} {01996.p2-thinks} -> {01996.p1} {01996.p5} 
+tr {01996.t0|01997.t4} : b1995 {01997.p4-eats} -> {01996.f} {01997.f} {01997.p2-thinks} 
+tr {01996.t2} {01996.f} {01996.p5} -> {01996.p6} 
+tr {01996.t3|01997.t1} : a1995 {01996.f} {01997.p1} -> {01997.p3} 
+tr {01997.e} {01997.p6} {01997.p3} -> {01997.p4-eats} 
+tr {01997.t} {01997.p2-thinks} -> {01997.p1} {01997.p5} 
+tr {01997.t0|01998.t4} : b1996 {01998.p4-eats} -> {01997.f} {01998.f} {01998.p2-thinks} 
+tr {01997.t2} {01997.f} {01997.p5} -> {01997.p6} 
+tr {01997.t3|01998.t1} : a1996 {01997.f} {01998.p1} -> {01998.p3} 
+tr {01998.e} {01998.p6} {01998.p3} -> {01998.p4-eats} 
+tr {01998.t} {01998.p2-thinks} -> {01998.p1} {01998.p5} 
+tr {01998.t0|01999.t4} : b1997 {01999.p4-eats} -> {01998.f} {01999.f} {01999.p2-thinks} 
+tr {01998.t2} {01998.f} {01998.p5} -> {01998.p6} 
+tr {01998.t3|01999.t1} : a1997 {01998.f} {01999.p1} -> {01999.p3} 
+tr {01999.e} {01999.p6} {01999.p3} -> {01999.p4-eats} 
+tr {01999.t} {01999.p2-thinks} -> {01999.p1} {01999.p5} 
+tr {01999.t0|02000.t4} : b1998 {02000.p4-eats} -> {01999.f} {02000.f} {02000.p2-thinks} 
+tr {01999.t2} {01999.f} {01999.p5} -> {01999.p6} 
+tr {01999.t3|02000.t1} : a1998 {01999.f} {02000.p1} -> {02000.p3} 
+tr {02000.e} {02000.p6} {02000.p3} -> {02000.p4-eats} 
+tr {02000.t} {02000.p2-thinks} -> {02000.p1} {02000.p5} 
+tr {02000.t0|02001.t4} : b1999 {02001.p4-eats} -> {02000.f} {02001.f} {02001.p2-thinks} 
+tr {02000.t2} {02000.f} {02000.p5} -> {02000.p6} 
+tr {02000.t3|02001.t1} : a1999 {02000.f} {02001.p1} -> {02001.p3} 
+tr {02001.e} {02001.p6} {02001.p3} -> {02001.p4-eats} 
+tr {02001.t} {02001.p2-thinks} -> {02001.p1} {02001.p5} 
+tr {02001.t0|02002.t4} : b2000 {02002.p4-eats} -> {02001.f} {02002.f} {02002.p2-thinks} 
+tr {02001.t2} {02001.f} {02001.p5} -> {02001.p6} 
+tr {02001.t3|02002.t1} : a2000 {02001.f} {02002.p1} -> {02002.p3} 
+tr {02002.e} {02002.p6} {02002.p3} -> {02002.p4-eats} 
+tr {02002.t} {02002.p2-thinks} -> {02002.p1} {02002.p5} 
+tr {02002.t0|02003.t4} : b2001 {02003.p4-eats} -> {02002.f} {02003.f} {02003.p2-thinks} 
+tr {02002.t2} {02002.f} {02002.p5} -> {02002.p6} 
+tr {02002.t3|02003.t1} : a2001 {02002.f} {02003.p1} -> {02003.p3} 
+tr {02003.e} {02003.p6} {02003.p3} -> {02003.p4-eats} 
+tr {02003.t} {02003.p2-thinks} -> {02003.p1} {02003.p5} 
+tr {02003.t0|02004.t4} : b2002 {02004.p4-eats} -> {02003.f} {02004.f} {02004.p2-thinks} 
+tr {02003.t2} {02003.f} {02003.p5} -> {02003.p6} 
+tr {02003.t3|02004.t1} : a2002 {02003.f} {02004.p1} -> {02004.p3} 
+tr {02004.e} {02004.p6} {02004.p3} -> {02004.p4-eats} 
+tr {02004.t} {02004.p2-thinks} -> {02004.p1} {02004.p5} 
+tr {02004.t0|02005.t4} : b2003 {02005.p4-eats} -> {02004.f} {02005.f} {02005.p2-thinks} 
+tr {02004.t2} {02004.f} {02004.p5} -> {02004.p6} 
+tr {02004.t3|02005.t1} : a2003 {02004.f} {02005.p1} -> {02005.p3} 
+tr {02005.e} {02005.p6} {02005.p3} -> {02005.p4-eats} 
+tr {02005.t} {02005.p2-thinks} -> {02005.p1} {02005.p5} 
+tr {02005.t0|02006.t4} : b2004 {02006.p4-eats} -> {02005.f} {02006.f} {02006.p2-thinks} 
+tr {02005.t2} {02005.f} {02005.p5} -> {02005.p6} 
+tr {02005.t3|02006.t1} : a2004 {02005.f} {02006.p1} -> {02006.p3} 
+tr {02006.e} {02006.p6} {02006.p3} -> {02006.p4-eats} 
+tr {02006.t} {02006.p2-thinks} -> {02006.p1} {02006.p5} 
+tr {02006.t0|02007.t4} : b2005 {02007.p4-eats} -> {02006.f} {02007.f} {02007.p2-thinks} 
+tr {02006.t2} {02006.f} {02006.p5} -> {02006.p6} 
+tr {02006.t3|02007.t1} : a2005 {02006.f} {02007.p1} -> {02007.p3} 
+tr {02007.e} {02007.p6} {02007.p3} -> {02007.p4-eats} 
+tr {02007.t} {02007.p2-thinks} -> {02007.p1} {02007.p5} 
+tr {02007.t0|02008.t4} : b2006 {02008.p4-eats} -> {02007.f} {02008.f} {02008.p2-thinks} 
+tr {02007.t2} {02007.f} {02007.p5} -> {02007.p6} 
+tr {02007.t3|02008.t1} : a2006 {02007.f} {02008.p1} -> {02008.p3} 
+tr {02008.e} {02008.p6} {02008.p3} -> {02008.p4-eats} 
+tr {02008.t} {02008.p2-thinks} -> {02008.p1} {02008.p5} 
+tr {02008.t0|02009.t4} : b2007 {02009.p4-eats} -> {02008.f} {02009.f} {02009.p2-thinks} 
+tr {02008.t2} {02008.f} {02008.p5} -> {02008.p6} 
+tr {02008.t3|02009.t1} : a2007 {02008.f} {02009.p1} -> {02009.p3} 
+tr {02009.e} {02009.p6} {02009.p3} -> {02009.p4-eats} 
+tr {02009.t} {02009.p2-thinks} -> {02009.p1} {02009.p5} 
+tr {02009.t0|02010.t4} : b2008 {02010.p4-eats} -> {02009.f} {02010.f} {02010.p2-thinks} 
+tr {02009.t2} {02009.f} {02009.p5} -> {02009.p6} 
+tr {02009.t3|02010.t1} : a2008 {02009.f} {02010.p1} -> {02010.p3} 
+tr {02010.e} {02010.p6} {02010.p3} -> {02010.p4-eats} 
+tr {02010.t} {02010.p2-thinks} -> {02010.p1} {02010.p5} 
+tr {02010.t0|02011.t4} : b2009 {02011.p4-eats} -> {02010.f} {02011.f} {02011.p2-thinks} 
+tr {02010.t2} {02010.f} {02010.p5} -> {02010.p6} 
+tr {02010.t3|02011.t1} : a2009 {02010.f} {02011.p1} -> {02011.p3} 
+tr {02011.e} {02011.p6} {02011.p3} -> {02011.p4-eats} 
+tr {02011.t} {02011.p2-thinks} -> {02011.p1} {02011.p5} 
+tr {02011.t0|02012.t4} : b2010 {02012.p4-eats} -> {02011.f} {02012.f} {02012.p2-thinks} 
+tr {02011.t2} {02011.f} {02011.p5} -> {02011.p6} 
+tr {02011.t3|02012.t1} : a2010 {02011.f} {02012.p1} -> {02012.p3} 
+tr {02012.e} {02012.p6} {02012.p3} -> {02012.p4-eats} 
+tr {02012.t} {02012.p2-thinks} -> {02012.p1} {02012.p5} 
+tr {02012.t0|02013.t4} : b2011 {02013.p4-eats} -> {02012.f} {02013.f} {02013.p2-thinks} 
+tr {02012.t2} {02012.f} {02012.p5} -> {02012.p6} 
+tr {02012.t3|02013.t1} : a2011 {02012.f} {02013.p1} -> {02013.p3} 
+tr {02013.e} {02013.p6} {02013.p3} -> {02013.p4-eats} 
+tr {02013.t} {02013.p2-thinks} -> {02013.p1} {02013.p5} 
+tr {02013.t0|02014.t4} : b2012 {02014.p4-eats} -> {02013.f} {02014.f} {02014.p2-thinks} 
+tr {02013.t2} {02013.f} {02013.p5} -> {02013.p6} 
+tr {02013.t3|02014.t1} : a2012 {02013.f} {02014.p1} -> {02014.p3} 
+tr {02014.e} {02014.p6} {02014.p3} -> {02014.p4-eats} 
+tr {02014.t} {02014.p2-thinks} -> {02014.p1} {02014.p5} 
+tr {02014.t0|02015.t4} : b2013 {02015.p4-eats} -> {02014.f} {02015.f} {02015.p2-thinks} 
+tr {02014.t2} {02014.f} {02014.p5} -> {02014.p6} 
+tr {02014.t3|02015.t1} : a2013 {02014.f} {02015.p1} -> {02015.p3} 
+tr {02015.e} {02015.p6} {02015.p3} -> {02015.p4-eats} 
+tr {02015.t} {02015.p2-thinks} -> {02015.p1} {02015.p5} 
+tr {02015.t0|02016.t4} : b2014 {02016.p4-eats} -> {02015.f} {02016.f} {02016.p2-thinks} 
+tr {02015.t2} {02015.f} {02015.p5} -> {02015.p6} 
+tr {02015.t3|02016.t1} : a2014 {02015.f} {02016.p1} -> {02016.p3} 
+tr {02016.e} {02016.p6} {02016.p3} -> {02016.p4-eats} 
+tr {02016.t} {02016.p2-thinks} -> {02016.p1} {02016.p5} 
+tr {02016.t0|02017.t4} : b2015 {02017.p4-eats} -> {02016.f} {02017.f} {02017.p2-thinks} 
+tr {02016.t2} {02016.f} {02016.p5} -> {02016.p6} 
+tr {02016.t3|02017.t1} : a2015 {02016.f} {02017.p1} -> {02017.p3} 
+tr {02017.e} {02017.p6} {02017.p3} -> {02017.p4-eats} 
+tr {02017.t} {02017.p2-thinks} -> {02017.p1} {02017.p5} 
+tr {02017.t0|02018.t4} : b2016 {02018.p4-eats} -> {02017.f} {02018.f} {02018.p2-thinks} 
+tr {02017.t2} {02017.f} {02017.p5} -> {02017.p6} 
+tr {02017.t3|02018.t1} : a2016 {02017.f} {02018.p1} -> {02018.p3} 
+tr {02018.e} {02018.p6} {02018.p3} -> {02018.p4-eats} 
+tr {02018.t} {02018.p2-thinks} -> {02018.p1} {02018.p5} 
+tr {02018.t0|02019.t4} : b2017 {02019.p4-eats} -> {02018.f} {02019.f} {02019.p2-thinks} 
+tr {02018.t2} {02018.f} {02018.p5} -> {02018.p6} 
+tr {02018.t3|02019.t1} : a2017 {02018.f} {02019.p1} -> {02019.p3} 
+tr {02019.e} {02019.p6} {02019.p3} -> {02019.p4-eats} 
+tr {02019.t} {02019.p2-thinks} -> {02019.p1} {02019.p5} 
+tr {02019.t0|02020.t4} : b2018 {02020.p4-eats} -> {02019.f} {02020.f} {02020.p2-thinks} 
+tr {02019.t2} {02019.f} {02019.p5} -> {02019.p6} 
+tr {02019.t3|02020.t1} : a2018 {02019.f} {02020.p1} -> {02020.p3} 
+tr {02020.e} {02020.p6} {02020.p3} -> {02020.p4-eats} 
+tr {02020.t} {02020.p2-thinks} -> {02020.p1} {02020.p5} 
+tr {02020.t0|02021.t4} : b2019 {02021.p4-eats} -> {02020.f} {02021.f} {02021.p2-thinks} 
+tr {02020.t2} {02020.f} {02020.p5} -> {02020.p6} 
+tr {02020.t3|02021.t1} : a2019 {02020.f} {02021.p1} -> {02021.p3} 
+tr {02021.e} {02021.p6} {02021.p3} -> {02021.p4-eats} 
+tr {02021.t} {02021.p2-thinks} -> {02021.p1} {02021.p5} 
+tr {02021.t0|02022.t4} : b2020 {02022.p4-eats} -> {02021.f} {02022.f} {02022.p2-thinks} 
+tr {02021.t2} {02021.f} {02021.p5} -> {02021.p6} 
+tr {02021.t3|02022.t1} : a2020 {02021.f} {02022.p1} -> {02022.p3} 
+tr {02022.e} {02022.p6} {02022.p3} -> {02022.p4-eats} 
+tr {02022.t} {02022.p2-thinks} -> {02022.p1} {02022.p5} 
+tr {02022.t0|02023.t4} : b2021 {02023.p4-eats} -> {02022.f} {02023.f} {02023.p2-thinks} 
+tr {02022.t2} {02022.f} {02022.p5} -> {02022.p6} 
+tr {02022.t3|02023.t1} : a2021 {02022.f} {02023.p1} -> {02023.p3} 
+tr {02023.e} {02023.p6} {02023.p3} -> {02023.p4-eats} 
+tr {02023.t} {02023.p2-thinks} -> {02023.p1} {02023.p5} 
+tr {02023.t0|02024.t4} : b2022 {02024.p4-eats} -> {02023.f} {02024.f} {02024.p2-thinks} 
+tr {02023.t2} {02023.f} {02023.p5} -> {02023.p6} 
+tr {02023.t3|02024.t1} : a2022 {02023.f} {02024.p1} -> {02024.p3} 
+tr {02024.e} {02024.p6} {02024.p3} -> {02024.p4-eats} 
+tr {02024.t} {02024.p2-thinks} -> {02024.p1} {02024.p5} 
+tr {02024.t0|02025.t4} : b2023 {02025.p4-eats} -> {02024.f} {02025.f} {02025.p2-thinks} 
+tr {02024.t2} {02024.f} {02024.p5} -> {02024.p6} 
+tr {02024.t3|02025.t1} : a2023 {02024.f} {02025.p1} -> {02025.p3} 
+tr {02025.e} {02025.p6} {02025.p3} -> {02025.p4-eats} 
+tr {02025.t} {02025.p2-thinks} -> {02025.p1} {02025.p5} 
+tr {02025.t0|02026.t4} : b2024 {02026.p4-eats} -> {02025.f} {02026.f} {02026.p2-thinks} 
+tr {02025.t2} {02025.f} {02025.p5} -> {02025.p6} 
+tr {02025.t3|02026.t1} : a2024 {02025.f} {02026.p1} -> {02026.p3} 
+tr {02026.e} {02026.p6} {02026.p3} -> {02026.p4-eats} 
+tr {02026.t} {02026.p2-thinks} -> {02026.p1} {02026.p5} 
+tr {02026.t0|02027.t4} : b2025 {02027.p4-eats} -> {02026.f} {02027.f} {02027.p2-thinks} 
+tr {02026.t2} {02026.f} {02026.p5} -> {02026.p6} 
+tr {02026.t3|02027.t1} : a2025 {02026.f} {02027.p1} -> {02027.p3} 
+tr {02027.e} {02027.p6} {02027.p3} -> {02027.p4-eats} 
+tr {02027.t} {02027.p2-thinks} -> {02027.p1} {02027.p5} 
+tr {02027.t0|02028.t4} : b2026 {02028.p4-eats} -> {02027.f} {02028.f} {02028.p2-thinks} 
+tr {02027.t2} {02027.f} {02027.p5} -> {02027.p6} 
+tr {02027.t3|02028.t1} : a2026 {02027.f} {02028.p1} -> {02028.p3} 
+tr {02028.e} {02028.p6} {02028.p3} -> {02028.p4-eats} 
+tr {02028.t} {02028.p2-thinks} -> {02028.p1} {02028.p5} 
+tr {02028.t0|02029.t4} : b2027 {02029.p4-eats} -> {02028.f} {02029.f} {02029.p2-thinks} 
+tr {02028.t2} {02028.f} {02028.p5} -> {02028.p6} 
+tr {02028.t3|02029.t1} : a2027 {02028.f} {02029.p1} -> {02029.p3} 
+tr {02029.e} {02029.p6} {02029.p3} -> {02029.p4-eats} 
+tr {02029.t} {02029.p2-thinks} -> {02029.p1} {02029.p5} 
+tr {02029.t0|02030.t4} : b2028 {02030.p4-eats} -> {02029.f} {02030.f} {02030.p2-thinks} 
+tr {02029.t2} {02029.f} {02029.p5} -> {02029.p6} 
+tr {02029.t3|02030.t1} : a2028 {02029.f} {02030.p1} -> {02030.p3} 
+tr {02030.e} {02030.p6} {02030.p3} -> {02030.p4-eats} 
+tr {02030.t} {02030.p2-thinks} -> {02030.p1} {02030.p5} 
+tr {02030.t0|02031.t4} : b2029 {02031.p4-eats} -> {02030.f} {02031.f} {02031.p2-thinks} 
+tr {02030.t2} {02030.f} {02030.p5} -> {02030.p6} 
+tr {02030.t3|02031.t1} : a2029 {02030.f} {02031.p1} -> {02031.p3} 
+tr {02031.e} {02031.p6} {02031.p3} -> {02031.p4-eats} 
+tr {02031.t} {02031.p2-thinks} -> {02031.p1} {02031.p5} 
+tr {02031.t0|02032.t4} : b2030 {02032.p4-eats} -> {02031.f} {02032.f} {02032.p2-thinks} 
+tr {02031.t2} {02031.f} {02031.p5} -> {02031.p6} 
+tr {02031.t3|02032.t1} : a2030 {02031.f} {02032.p1} -> {02032.p3} 
+tr {02032.e} {02032.p6} {02032.p3} -> {02032.p4-eats} 
+tr {02032.t} {02032.p2-thinks} -> {02032.p1} {02032.p5} 
+tr {02032.t0|02033.t4} : b2031 {02033.p4-eats} -> {02032.f} {02033.f} {02033.p2-thinks} 
+tr {02032.t2} {02032.f} {02032.p5} -> {02032.p6} 
+tr {02032.t3|02033.t1} : a2031 {02032.f} {02033.p1} -> {02033.p3} 
+tr {02033.e} {02033.p6} {02033.p3} -> {02033.p4-eats} 
+tr {02033.t} {02033.p2-thinks} -> {02033.p1} {02033.p5} 
+tr {02033.t0|02034.t4} : b2032 {02034.p4-eats} -> {02033.f} {02034.f} {02034.p2-thinks} 
+tr {02033.t2} {02033.f} {02033.p5} -> {02033.p6} 
+tr {02033.t3|02034.t1} : a2032 {02033.f} {02034.p1} -> {02034.p3} 
+tr {02034.e} {02034.p6} {02034.p3} -> {02034.p4-eats} 
+tr {02034.t} {02034.p2-thinks} -> {02034.p1} {02034.p5} 
+tr {02034.t0|02035.t4} : b2033 {02035.p4-eats} -> {02034.f} {02035.f} {02035.p2-thinks} 
+tr {02034.t2} {02034.f} {02034.p5} -> {02034.p6} 
+tr {02034.t3|02035.t1} : a2033 {02034.f} {02035.p1} -> {02035.p3} 
+tr {02035.e} {02035.p6} {02035.p3} -> {02035.p4-eats} 
+tr {02035.t} {02035.p2-thinks} -> {02035.p1} {02035.p5} 
+tr {02035.t0|02036.t4} : b2034 {02036.p4-eats} -> {02035.f} {02036.f} {02036.p2-thinks} 
+tr {02035.t2} {02035.f} {02035.p5} -> {02035.p6} 
+tr {02035.t3|02036.t1} : a2034 {02035.f} {02036.p1} -> {02036.p3} 
+tr {02036.e} {02036.p6} {02036.p3} -> {02036.p4-eats} 
+tr {02036.t} {02036.p2-thinks} -> {02036.p1} {02036.p5} 
+tr {02036.t0|02037.t4} : b2035 {02037.p4-eats} -> {02036.f} {02037.f} {02037.p2-thinks} 
+tr {02036.t2} {02036.f} {02036.p5} -> {02036.p6} 
+tr {02036.t3|02037.t1} : a2035 {02036.f} {02037.p1} -> {02037.p3} 
+tr {02037.e} {02037.p6} {02037.p3} -> {02037.p4-eats} 
+tr {02037.t} {02037.p2-thinks} -> {02037.p1} {02037.p5} 
+tr {02037.t0|02038.t4} : b2036 {02038.p4-eats} -> {02037.f} {02038.f} {02038.p2-thinks} 
+tr {02037.t2} {02037.f} {02037.p5} -> {02037.p6} 
+tr {02037.t3|02038.t1} : a2036 {02037.f} {02038.p1} -> {02038.p3} 
+tr {02038.e} {02038.p6} {02038.p3} -> {02038.p4-eats} 
+tr {02038.t} {02038.p2-thinks} -> {02038.p1} {02038.p5} 
+tr {02038.t0|02039.t4} : b2037 {02039.p4-eats} -> {02038.f} {02039.f} {02039.p2-thinks} 
+tr {02038.t2} {02038.f} {02038.p5} -> {02038.p6} 
+tr {02038.t3|02039.t1} : a2037 {02038.f} {02039.p1} -> {02039.p3} 
+tr {02039.e} {02039.p6} {02039.p3} -> {02039.p4-eats} 
+tr {02039.t} {02039.p2-thinks} -> {02039.p1} {02039.p5} 
+tr {02039.t0|02040.t4} : b2038 {02040.p4-eats} -> {02039.f} {02040.f} {02040.p2-thinks} 
+tr {02039.t2} {02039.f} {02039.p5} -> {02039.p6} 
+tr {02039.t3|02040.t1} : a2038 {02039.f} {02040.p1} -> {02040.p3} 
+tr {02040.e} {02040.p6} {02040.p3} -> {02040.p4-eats} 
+tr {02040.t} {02040.p2-thinks} -> {02040.p1} {02040.p5} 
+tr {02040.t0|02041.t4} : b2039 {02041.p4-eats} -> {02040.f} {02041.f} {02041.p2-thinks} 
+tr {02040.t2} {02040.f} {02040.p5} -> {02040.p6} 
+tr {02040.t3|02041.t1} : a2039 {02040.f} {02041.p1} -> {02041.p3} 
+tr {02041.e} {02041.p6} {02041.p3} -> {02041.p4-eats} 
+tr {02041.t} {02041.p2-thinks} -> {02041.p1} {02041.p5} 
+tr {02041.t0|02042.t4} : b2040 {02042.p4-eats} -> {02041.f} {02042.f} {02042.p2-thinks} 
+tr {02041.t2} {02041.f} {02041.p5} -> {02041.p6} 
+tr {02041.t3|02042.t1} : a2040 {02041.f} {02042.p1} -> {02042.p3} 
+tr {02042.e} {02042.p6} {02042.p3} -> {02042.p4-eats} 
+tr {02042.t} {02042.p2-thinks} -> {02042.p1} {02042.p5} 
+tr {02042.t0|02043.t4} : b2041 {02043.p4-eats} -> {02042.f} {02043.f} {02043.p2-thinks} 
+tr {02042.t2} {02042.f} {02042.p5} -> {02042.p6} 
+tr {02042.t3|02043.t1} : a2041 {02042.f} {02043.p1} -> {02043.p3} 
+tr {02043.e} {02043.p6} {02043.p3} -> {02043.p4-eats} 
+tr {02043.t} {02043.p2-thinks} -> {02043.p1} {02043.p5} 
+tr {02043.t0|02044.t4} : b2042 {02044.p4-eats} -> {02043.f} {02044.f} {02044.p2-thinks} 
+tr {02043.t2} {02043.f} {02043.p5} -> {02043.p6} 
+tr {02043.t3|02044.t1} : a2042 {02043.f} {02044.p1} -> {02044.p3} 
+tr {02044.e} {02044.p6} {02044.p3} -> {02044.p4-eats} 
+tr {02044.t} {02044.p2-thinks} -> {02044.p1} {02044.p5} 
+tr {02044.t0|02045.t4} : b2043 {02045.p4-eats} -> {02044.f} {02045.f} {02045.p2-thinks} 
+tr {02044.t2} {02044.f} {02044.p5} -> {02044.p6} 
+tr {02044.t3|02045.t1} : a2043 {02044.f} {02045.p1} -> {02045.p3} 
+tr {02045.e} {02045.p6} {02045.p3} -> {02045.p4-eats} 
+tr {02045.t} {02045.p2-thinks} -> {02045.p1} {02045.p5} 
+tr {02045.t0|02046.t4} : b2044 {02046.p4-eats} -> {02045.f} {02046.f} {02046.p2-thinks} 
+tr {02045.t2} {02045.f} {02045.p5} -> {02045.p6} 
+tr {02045.t3|02046.t1} : a2044 {02045.f} {02046.p1} -> {02046.p3} 
+tr {02046.e} {02046.p6} {02046.p3} -> {02046.p4-eats} 
+tr {02046.t} {02046.p2-thinks} -> {02046.p1} {02046.p5} 
+tr {02046.t0|02047.t4} : b2045 {02047.p4-eats} -> {02046.f} {02047.f} {02047.p2-thinks} 
+tr {02046.t2} {02046.f} {02046.p5} -> {02046.p6} 
+tr {02046.t3|02047.t1} : a2045 {02046.f} {02047.p1} -> {02047.p3} 
+tr {02047.e} {02047.p6} {02047.p3} -> {02047.p4-eats} 
+tr {02047.t} {02047.p2-thinks} -> {02047.p1} {02047.p5} 
+tr {02047.t0|02048.t4} : b2046 {02048.p4-eats} -> {02047.f} {02048.f} {02048.p2-thinks} 
+tr {02047.t2} {02047.f} {02047.p5} -> {02047.p6} 
+tr {02047.t3|02048.t1} : a2046 {02047.f} {02048.p1} -> {02048.p3} 
+tr {02048.e} {02048.p6} {02048.p3} -> {02048.p4-eats} 
+tr {02048.t} {02048.p2-thinks} -> {02048.p1} {02048.p5} 
+tr {02048.t0|02049.t4} : b2047 {02049.p4-eats} -> {02048.f} {02049.f} {02049.p2-thinks} 
+tr {02048.t2} {02048.f} {02048.p5} -> {02048.p6} 
+tr {02048.t3|02049.t1} : a2047 {02048.f} {02049.p1} -> {02049.p3} 
+tr {02049.e} {02049.p6} {02049.p3} -> {02049.p4-eats} 
+tr {02049.t} {02049.p2-thinks} -> {02049.p1} {02049.p5} 
+tr {02049.t0|02050.t4} : b2048 {02050.p4-eats} -> {02049.f} {02050.f} {02050.p2-thinks} 
+tr {02049.t2} {02049.f} {02049.p5} -> {02049.p6} 
+tr {02049.t3|02050.t1} : a2048 {02049.f} {02050.p1} -> {02050.p3} 
+tr {02050.e} {02050.p6} {02050.p3} -> {02050.p4-eats} 
+tr {02050.t} {02050.p2-thinks} -> {02050.p1} {02050.p5} 
+tr {02050.t0|02051.t4} : b2049 {02051.p4-eats} -> {02050.f} {02051.f} {02051.p2-thinks} 
+tr {02050.t2} {02050.f} {02050.p5} -> {02050.p6} 
+tr {02050.t3|02051.t1} : a2049 {02050.f} {02051.p1} -> {02051.p3} 
+tr {02051.e} {02051.p6} {02051.p3} -> {02051.p4-eats} 
+tr {02051.t} {02051.p2-thinks} -> {02051.p1} {02051.p5} 
+tr {02051.t0|02052.t4} : b2050 {02052.p4-eats} -> {02051.f} {02052.f} {02052.p2-thinks} 
+tr {02051.t2} {02051.f} {02051.p5} -> {02051.p6} 
+tr {02051.t3|02052.t1} : a2050 {02051.f} {02052.p1} -> {02052.p3} 
+tr {02052.e} {02052.p6} {02052.p3} -> {02052.p4-eats} 
+tr {02052.t} {02052.p2-thinks} -> {02052.p1} {02052.p5} 
+tr {02052.t0|02053.t4} : b2051 {02053.p4-eats} -> {02052.f} {02053.f} {02053.p2-thinks} 
+tr {02052.t2} {02052.f} {02052.p5} -> {02052.p6} 
+tr {02052.t3|02053.t1} : a2051 {02052.f} {02053.p1} -> {02053.p3} 
+tr {02053.e} {02053.p6} {02053.p3} -> {02053.p4-eats} 
+tr {02053.t} {02053.p2-thinks} -> {02053.p1} {02053.p5} 
+tr {02053.t0|02054.t4} : b2052 {02054.p4-eats} -> {02053.f} {02054.f} {02054.p2-thinks} 
+tr {02053.t2} {02053.f} {02053.p5} -> {02053.p6} 
+tr {02053.t3|02054.t1} : a2052 {02053.f} {02054.p1} -> {02054.p3} 
+tr {02054.e} {02054.p6} {02054.p3} -> {02054.p4-eats} 
+tr {02054.t} {02054.p2-thinks} -> {02054.p1} {02054.p5} 
+tr {02054.t0|02055.t4} : b2053 {02055.p4-eats} -> {02054.f} {02055.f} {02055.p2-thinks} 
+tr {02054.t2} {02054.f} {02054.p5} -> {02054.p6} 
+tr {02054.t3|02055.t1} : a2053 {02054.f} {02055.p1} -> {02055.p3} 
+tr {02055.e} {02055.p6} {02055.p3} -> {02055.p4-eats} 
+tr {02055.t} {02055.p2-thinks} -> {02055.p1} {02055.p5} 
+tr {02055.t0|02056.t4} : b2054 {02056.p4-eats} -> {02055.f} {02056.f} {02056.p2-thinks} 
+tr {02055.t2} {02055.f} {02055.p5} -> {02055.p6} 
+tr {02055.t3|02056.t1} : a2054 {02055.f} {02056.p1} -> {02056.p3} 
+tr {02056.e} {02056.p6} {02056.p3} -> {02056.p4-eats} 
+tr {02056.t} {02056.p2-thinks} -> {02056.p1} {02056.p5} 
+tr {02056.t0|02057.t4} : b2055 {02057.p4-eats} -> {02056.f} {02057.f} {02057.p2-thinks} 
+tr {02056.t2} {02056.f} {02056.p5} -> {02056.p6} 
+tr {02056.t3|02057.t1} : a2055 {02056.f} {02057.p1} -> {02057.p3} 
+tr {02057.e} {02057.p6} {02057.p3} -> {02057.p4-eats} 
+tr {02057.t} {02057.p2-thinks} -> {02057.p1} {02057.p5} 
+tr {02057.t0|02058.t4} : b2056 {02058.p4-eats} -> {02057.f} {02058.f} {02058.p2-thinks} 
+tr {02057.t2} {02057.f} {02057.p5} -> {02057.p6} 
+tr {02057.t3|02058.t1} : a2056 {02057.f} {02058.p1} -> {02058.p3} 
+tr {02058.e} {02058.p6} {02058.p3} -> {02058.p4-eats} 
+tr {02058.t} {02058.p2-thinks} -> {02058.p1} {02058.p5} 
+tr {02058.t0|02059.t4} : b2057 {02059.p4-eats} -> {02058.f} {02059.f} {02059.p2-thinks} 
+tr {02058.t2} {02058.f} {02058.p5} -> {02058.p6} 
+tr {02058.t3|02059.t1} : a2057 {02058.f} {02059.p1} -> {02059.p3} 
+tr {02059.e} {02059.p6} {02059.p3} -> {02059.p4-eats} 
+tr {02059.t} {02059.p2-thinks} -> {02059.p1} {02059.p5} 
+tr {02059.t0|02060.t4} : b2058 {02060.p4-eats} -> {02059.f} {02060.f} {02060.p2-thinks} 
+tr {02059.t2} {02059.f} {02059.p5} -> {02059.p6} 
+tr {02059.t3|02060.t1} : a2058 {02059.f} {02060.p1} -> {02060.p3} 
+tr {02060.e} {02060.p6} {02060.p3} -> {02060.p4-eats} 
+tr {02060.t} {02060.p2-thinks} -> {02060.p1} {02060.p5} 
+tr {02060.t0|02061.t4} : b2059 {02061.p4-eats} -> {02060.f} {02061.f} {02061.p2-thinks} 
+tr {02060.t2} {02060.f} {02060.p5} -> {02060.p6} 
+tr {02060.t3|02061.t1} : a2059 {02060.f} {02061.p1} -> {02061.p3} 
+tr {02061.e} {02061.p6} {02061.p3} -> {02061.p4-eats} 
+tr {02061.t} {02061.p2-thinks} -> {02061.p1} {02061.p5} 
+tr {02061.t0|02062.t4} : b2060 {02062.p4-eats} -> {02061.f} {02062.f} {02062.p2-thinks} 
+tr {02061.t2} {02061.f} {02061.p5} -> {02061.p6} 
+tr {02061.t3|02062.t1} : a2060 {02061.f} {02062.p1} -> {02062.p3} 
+tr {02062.e} {02062.p6} {02062.p3} -> {02062.p4-eats} 
+tr {02062.t} {02062.p2-thinks} -> {02062.p1} {02062.p5} 
+tr {02062.t0|02063.t4} : b2061 {02063.p4-eats} -> {02062.f} {02063.f} {02063.p2-thinks} 
+tr {02062.t2} {02062.f} {02062.p5} -> {02062.p6} 
+tr {02062.t3|02063.t1} : a2061 {02062.f} {02063.p1} -> {02063.p3} 
+tr {02063.e} {02063.p6} {02063.p3} -> {02063.p4-eats} 
+tr {02063.t} {02063.p2-thinks} -> {02063.p1} {02063.p5} 
+tr {02063.t0|02064.t4} : b2062 {02064.p4-eats} -> {02063.f} {02064.f} {02064.p2-thinks} 
+tr {02063.t2} {02063.f} {02063.p5} -> {02063.p6} 
+tr {02063.t3|02064.t1} : a2062 {02063.f} {02064.p1} -> {02064.p3} 
+tr {02064.e} {02064.p6} {02064.p3} -> {02064.p4-eats} 
+tr {02064.t} {02064.p2-thinks} -> {02064.p1} {02064.p5} 
+tr {02064.t0|02065.t4} : b2063 {02065.p4-eats} -> {02064.f} {02065.f} {02065.p2-thinks} 
+tr {02064.t2} {02064.f} {02064.p5} -> {02064.p6} 
+tr {02064.t3|02065.t1} : a2063 {02064.f} {02065.p1} -> {02065.p3} 
+tr {02065.e} {02065.p6} {02065.p3} -> {02065.p4-eats} 
+tr {02065.t} {02065.p2-thinks} -> {02065.p1} {02065.p5} 
+tr {02065.t0|02066.t4} : b2064 {02066.p4-eats} -> {02065.f} {02066.f} {02066.p2-thinks} 
+tr {02065.t2} {02065.f} {02065.p5} -> {02065.p6} 
+tr {02065.t3|02066.t1} : a2064 {02065.f} {02066.p1} -> {02066.p3} 
+tr {02066.e} {02066.p6} {02066.p3} -> {02066.p4-eats} 
+tr {02066.t} {02066.p2-thinks} -> {02066.p1} {02066.p5} 
+tr {02066.t0|02067.t4} : b2065 {02067.p4-eats} -> {02066.f} {02067.f} {02067.p2-thinks} 
+tr {02066.t2} {02066.f} {02066.p5} -> {02066.p6} 
+tr {02066.t3|02067.t1} : a2065 {02066.f} {02067.p1} -> {02067.p3} 
+tr {02067.e} {02067.p6} {02067.p3} -> {02067.p4-eats} 
+tr {02067.t} {02067.p2-thinks} -> {02067.p1} {02067.p5} 
+tr {02067.t0|02068.t4} : b2066 {02068.p4-eats} -> {02067.f} {02068.f} {02068.p2-thinks} 
+tr {02067.t2} {02067.f} {02067.p5} -> {02067.p6} 
+tr {02067.t3|02068.t1} : a2066 {02067.f} {02068.p1} -> {02068.p3} 
+tr {02068.e} {02068.p6} {02068.p3} -> {02068.p4-eats} 
+tr {02068.t} {02068.p2-thinks} -> {02068.p1} {02068.p5} 
+tr {02068.t0|02069.t4} : b2067 {02069.p4-eats} -> {02068.f} {02069.f} {02069.p2-thinks} 
+tr {02068.t2} {02068.f} {02068.p5} -> {02068.p6} 
+tr {02068.t3|02069.t1} : a2067 {02068.f} {02069.p1} -> {02069.p3} 
+tr {02069.e} {02069.p6} {02069.p3} -> {02069.p4-eats} 
+tr {02069.t} {02069.p2-thinks} -> {02069.p1} {02069.p5} 
+tr {02069.t0|02070.t4} : b2068 {02070.p4-eats} -> {02069.f} {02070.f} {02070.p2-thinks} 
+tr {02069.t2} {02069.f} {02069.p5} -> {02069.p6} 
+tr {02069.t3|02070.t1} : a2068 {02069.f} {02070.p1} -> {02070.p3} 
+tr {02070.e} {02070.p6} {02070.p3} -> {02070.p4-eats} 
+tr {02070.t} {02070.p2-thinks} -> {02070.p1} {02070.p5} 
+tr {02070.t0|02071.t4} : b2069 {02071.p4-eats} -> {02070.f} {02071.f} {02071.p2-thinks} 
+tr {02070.t2} {02070.f} {02070.p5} -> {02070.p6} 
+tr {02070.t3|02071.t1} : a2069 {02070.f} {02071.p1} -> {02071.p3} 
+tr {02071.e} {02071.p6} {02071.p3} -> {02071.p4-eats} 
+tr {02071.t} {02071.p2-thinks} -> {02071.p1} {02071.p5} 
+tr {02071.t0|02072.t4} : b2070 {02072.p4-eats} -> {02071.f} {02072.f} {02072.p2-thinks} 
+tr {02071.t2} {02071.f} {02071.p5} -> {02071.p6} 
+tr {02071.t3|02072.t1} : a2070 {02071.f} {02072.p1} -> {02072.p3} 
+tr {02072.e} {02072.p6} {02072.p3} -> {02072.p4-eats} 
+tr {02072.t} {02072.p2-thinks} -> {02072.p1} {02072.p5} 
+tr {02072.t0|02073.t4} : b2071 {02073.p4-eats} -> {02072.f} {02073.f} {02073.p2-thinks} 
+tr {02072.t2} {02072.f} {02072.p5} -> {02072.p6} 
+tr {02072.t3|02073.t1} : a2071 {02072.f} {02073.p1} -> {02073.p3} 
+tr {02073.e} {02073.p6} {02073.p3} -> {02073.p4-eats} 
+tr {02073.t} {02073.p2-thinks} -> {02073.p1} {02073.p5} 
+tr {02073.t0|02074.t4} : b2072 {02074.p4-eats} -> {02073.f} {02074.f} {02074.p2-thinks} 
+tr {02073.t2} {02073.f} {02073.p5} -> {02073.p6} 
+tr {02073.t3|02074.t1} : a2072 {02073.f} {02074.p1} -> {02074.p3} 
+tr {02074.e} {02074.p6} {02074.p3} -> {02074.p4-eats} 
+tr {02074.t} {02074.p2-thinks} -> {02074.p1} {02074.p5} 
+tr {02074.t0|02075.t4} : b2073 {02075.p4-eats} -> {02074.f} {02075.f} {02075.p2-thinks} 
+tr {02074.t2} {02074.f} {02074.p5} -> {02074.p6} 
+tr {02074.t3|02075.t1} : a2073 {02074.f} {02075.p1} -> {02075.p3} 
+tr {02075.e} {02075.p6} {02075.p3} -> {02075.p4-eats} 
+tr {02075.t} {02075.p2-thinks} -> {02075.p1} {02075.p5} 
+tr {02075.t0|02076.t4} : b2074 {02076.p4-eats} -> {02075.f} {02076.f} {02076.p2-thinks} 
+tr {02075.t2} {02075.f} {02075.p5} -> {02075.p6} 
+tr {02075.t3|02076.t1} : a2074 {02075.f} {02076.p1} -> {02076.p3} 
+tr {02076.e} {02076.p6} {02076.p3} -> {02076.p4-eats} 
+tr {02076.t} {02076.p2-thinks} -> {02076.p1} {02076.p5} 
+tr {02076.t0|02077.t4} : b2075 {02077.p4-eats} -> {02076.f} {02077.f} {02077.p2-thinks} 
+tr {02076.t2} {02076.f} {02076.p5} -> {02076.p6} 
+tr {02076.t3|02077.t1} : a2075 {02076.f} {02077.p1} -> {02077.p3} 
+tr {02077.e} {02077.p6} {02077.p3} -> {02077.p4-eats} 
+tr {02077.t} {02077.p2-thinks} -> {02077.p1} {02077.p5} 
+tr {02077.t0|02078.t4} : b2076 {02078.p4-eats} -> {02077.f} {02078.f} {02078.p2-thinks} 
+tr {02077.t2} {02077.f} {02077.p5} -> {02077.p6} 
+tr {02077.t3|02078.t1} : a2076 {02077.f} {02078.p1} -> {02078.p3} 
+tr {02078.e} {02078.p6} {02078.p3} -> {02078.p4-eats} 
+tr {02078.t} {02078.p2-thinks} -> {02078.p1} {02078.p5} 
+tr {02078.t0|02079.t4} : b2077 {02079.p4-eats} -> {02078.f} {02079.f} {02079.p2-thinks} 
+tr {02078.t2} {02078.f} {02078.p5} -> {02078.p6} 
+tr {02078.t3|02079.t1} : a2077 {02078.f} {02079.p1} -> {02079.p3} 
+tr {02079.e} {02079.p6} {02079.p3} -> {02079.p4-eats} 
+tr {02079.t} {02079.p2-thinks} -> {02079.p1} {02079.p5} 
+tr {02079.t0|02080.t4} : b2078 {02080.p4-eats} -> {02079.f} {02080.f} {02080.p2-thinks} 
+tr {02079.t2} {02079.f} {02079.p5} -> {02079.p6} 
+tr {02079.t3|02080.t1} : a2078 {02079.f} {02080.p1} -> {02080.p3} 
+tr {02080.e} {02080.p6} {02080.p3} -> {02080.p4-eats} 
+tr {02080.t} {02080.p2-thinks} -> {02080.p1} {02080.p5} 
+tr {02080.t0|02081.t4} : b2079 {02081.p4-eats} -> {02080.f} {02081.f} {02081.p2-thinks} 
+tr {02080.t2} {02080.f} {02080.p5} -> {02080.p6} 
+tr {02080.t3|02081.t1} : a2079 {02080.f} {02081.p1} -> {02081.p3} 
+tr {02081.e} {02081.p6} {02081.p3} -> {02081.p4-eats} 
+tr {02081.t} {02081.p2-thinks} -> {02081.p1} {02081.p5} 
+tr {02081.t0|02082.t4} : b2080 {02082.p4-eats} -> {02081.f} {02082.f} {02082.p2-thinks} 
+tr {02081.t2} {02081.f} {02081.p5} -> {02081.p6} 
+tr {02081.t3|02082.t1} : a2080 {02081.f} {02082.p1} -> {02082.p3} 
+tr {02082.e} {02082.p6} {02082.p3} -> {02082.p4-eats} 
+tr {02082.t} {02082.p2-thinks} -> {02082.p1} {02082.p5} 
+tr {02082.t0|02083.t4} : b2081 {02083.p4-eats} -> {02082.f} {02083.f} {02083.p2-thinks} 
+tr {02082.t2} {02082.f} {02082.p5} -> {02082.p6} 
+tr {02082.t3|02083.t1} : a2081 {02082.f} {02083.p1} -> {02083.p3} 
+tr {02083.e} {02083.p6} {02083.p3} -> {02083.p4-eats} 
+tr {02083.t} {02083.p2-thinks} -> {02083.p1} {02083.p5} 
+tr {02083.t0|02084.t4} : b2082 {02084.p4-eats} -> {02083.f} {02084.f} {02084.p2-thinks} 
+tr {02083.t2} {02083.f} {02083.p5} -> {02083.p6} 
+tr {02083.t3|02084.t1} : a2082 {02083.f} {02084.p1} -> {02084.p3} 
+tr {02084.e} {02084.p6} {02084.p3} -> {02084.p4-eats} 
+tr {02084.t} {02084.p2-thinks} -> {02084.p1} {02084.p5} 
+tr {02084.t0|02085.t4} : b2083 {02085.p4-eats} -> {02084.f} {02085.f} {02085.p2-thinks} 
+tr {02084.t2} {02084.f} {02084.p5} -> {02084.p6} 
+tr {02084.t3|02085.t1} : a2083 {02084.f} {02085.p1} -> {02085.p3} 
+tr {02085.e} {02085.p6} {02085.p3} -> {02085.p4-eats} 
+tr {02085.t} {02085.p2-thinks} -> {02085.p1} {02085.p5} 
+tr {02085.t0|02086.t4} : b2084 {02086.p4-eats} -> {02085.f} {02086.f} {02086.p2-thinks} 
+tr {02085.t2} {02085.f} {02085.p5} -> {02085.p6} 
+tr {02085.t3|02086.t1} : a2084 {02085.f} {02086.p1} -> {02086.p3} 
+tr {02086.e} {02086.p6} {02086.p3} -> {02086.p4-eats} 
+tr {02086.t} {02086.p2-thinks} -> {02086.p1} {02086.p5} 
+tr {02086.t0|02087.t4} : b2085 {02087.p4-eats} -> {02086.f} {02087.f} {02087.p2-thinks} 
+tr {02086.t2} {02086.f} {02086.p5} -> {02086.p6} 
+tr {02086.t3|02087.t1} : a2085 {02086.f} {02087.p1} -> {02087.p3} 
+tr {02087.e} {02087.p6} {02087.p3} -> {02087.p4-eats} 
+tr {02087.t} {02087.p2-thinks} -> {02087.p1} {02087.p5} 
+tr {02087.t0|02088.t4} : b2086 {02088.p4-eats} -> {02087.f} {02088.f} {02088.p2-thinks} 
+tr {02087.t2} {02087.f} {02087.p5} -> {02087.p6} 
+tr {02087.t3|02088.t1} : a2086 {02087.f} {02088.p1} -> {02088.p3} 
+tr {02088.e} {02088.p6} {02088.p3} -> {02088.p4-eats} 
+tr {02088.t} {02088.p2-thinks} -> {02088.p1} {02088.p5} 
+tr {02088.t0|02089.t4} : b2087 {02089.p4-eats} -> {02088.f} {02089.f} {02089.p2-thinks} 
+tr {02088.t2} {02088.f} {02088.p5} -> {02088.p6} 
+tr {02088.t3|02089.t1} : a2087 {02088.f} {02089.p1} -> {02089.p3} 
+tr {02089.e} {02089.p6} {02089.p3} -> {02089.p4-eats} 
+tr {02089.t} {02089.p2-thinks} -> {02089.p1} {02089.p5} 
+tr {02089.t0|02090.t4} : b2088 {02090.p4-eats} -> {02089.f} {02090.f} {02090.p2-thinks} 
+tr {02089.t2} {02089.f} {02089.p5} -> {02089.p6} 
+tr {02089.t3|02090.t1} : a2088 {02089.f} {02090.p1} -> {02090.p3} 
+tr {02090.e} {02090.p6} {02090.p3} -> {02090.p4-eats} 
+tr {02090.t} {02090.p2-thinks} -> {02090.p1} {02090.p5} 
+tr {02090.t0|02091.t4} : b2089 {02091.p4-eats} -> {02090.f} {02091.f} {02091.p2-thinks} 
+tr {02090.t2} {02090.f} {02090.p5} -> {02090.p6} 
+tr {02090.t3|02091.t1} : a2089 {02090.f} {02091.p1} -> {02091.p3} 
+tr {02091.e} {02091.p6} {02091.p3} -> {02091.p4-eats} 
+tr {02091.t} {02091.p2-thinks} -> {02091.p1} {02091.p5} 
+tr {02091.t0|02092.t4} : b2090 {02092.p4-eats} -> {02091.f} {02092.f} {02092.p2-thinks} 
+tr {02091.t2} {02091.f} {02091.p5} -> {02091.p6} 
+tr {02091.t3|02092.t1} : a2090 {02091.f} {02092.p1} -> {02092.p3} 
+tr {02092.e} {02092.p6} {02092.p3} -> {02092.p4-eats} 
+tr {02092.t} {02092.p2-thinks} -> {02092.p1} {02092.p5} 
+tr {02092.t0|02093.t4} : b2091 {02093.p4-eats} -> {02092.f} {02093.f} {02093.p2-thinks} 
+tr {02092.t2} {02092.f} {02092.p5} -> {02092.p6} 
+tr {02092.t3|02093.t1} : a2091 {02092.f} {02093.p1} -> {02093.p3} 
+tr {02093.e} {02093.p6} {02093.p3} -> {02093.p4-eats} 
+tr {02093.t} {02093.p2-thinks} -> {02093.p1} {02093.p5} 
+tr {02093.t0|02094.t4} : b2092 {02094.p4-eats} -> {02093.f} {02094.f} {02094.p2-thinks} 
+tr {02093.t2} {02093.f} {02093.p5} -> {02093.p6} 
+tr {02093.t3|02094.t1} : a2092 {02093.f} {02094.p1} -> {02094.p3} 
+tr {02094.e} {02094.p6} {02094.p3} -> {02094.p4-eats} 
+tr {02094.t} {02094.p2-thinks} -> {02094.p1} {02094.p5} 
+tr {02094.t0|02095.t4} : b2093 {02095.p4-eats} -> {02094.f} {02095.f} {02095.p2-thinks} 
+tr {02094.t2} {02094.f} {02094.p5} -> {02094.p6} 
+tr {02094.t3|02095.t1} : a2093 {02094.f} {02095.p1} -> {02095.p3} 
+tr {02095.e} {02095.p6} {02095.p3} -> {02095.p4-eats} 
+tr {02095.t} {02095.p2-thinks} -> {02095.p1} {02095.p5} 
+tr {02095.t0|02096.t4} : b2094 {02096.p4-eats} -> {02095.f} {02096.f} {02096.p2-thinks} 
+tr {02095.t2} {02095.f} {02095.p5} -> {02095.p6} 
+tr {02095.t3|02096.t1} : a2094 {02095.f} {02096.p1} -> {02096.p3} 
+tr {02096.e} {02096.p6} {02096.p3} -> {02096.p4-eats} 
+tr {02096.t} {02096.p2-thinks} -> {02096.p1} {02096.p5} 
+tr {02096.t0|02097.t4} : b2095 {02097.p4-eats} -> {02096.f} {02097.f} {02097.p2-thinks} 
+tr {02096.t2} {02096.f} {02096.p5} -> {02096.p6} 
+tr {02096.t3|02097.t1} : a2095 {02096.f} {02097.p1} -> {02097.p3} 
+tr {02097.e} {02097.p6} {02097.p3} -> {02097.p4-eats} 
+tr {02097.t} {02097.p2-thinks} -> {02097.p1} {02097.p5} 
+tr {02097.t0|02098.t4} : b2096 {02098.p4-eats} -> {02097.f} {02098.f} {02098.p2-thinks} 
+tr {02097.t2} {02097.f} {02097.p5} -> {02097.p6} 
+tr {02097.t3|02098.t1} : a2096 {02097.f} {02098.p1} -> {02098.p3} 
+tr {02098.e} {02098.p6} {02098.p3} -> {02098.p4-eats} 
+tr {02098.t} {02098.p2-thinks} -> {02098.p1} {02098.p5} 
+tr {02098.t0|02099.t4} : b2097 {02099.p4-eats} -> {02098.f} {02099.f} {02099.p2-thinks} 
+tr {02098.t2} {02098.f} {02098.p5} -> {02098.p6} 
+tr {02098.t3|02099.t1} : a2097 {02098.f} {02099.p1} -> {02099.p3} 
+tr {02099.e} {02099.p6} {02099.p3} -> {02099.p4-eats} 
+tr {02099.t} {02099.p2-thinks} -> {02099.p1} {02099.p5} 
+tr {02099.t0|02100.t4} : b2098 {02100.p4-eats} -> {02099.f} {02100.f} {02100.p2-thinks} 
+tr {02099.t2} {02099.f} {02099.p5} -> {02099.p6} 
+tr {02099.t3|02100.t1} : a2098 {02099.f} {02100.p1} -> {02100.p3} 
+tr {02100.e} {02100.p6} {02100.p3} -> {02100.p4-eats} 
+tr {02100.t} {02100.p2-thinks} -> {02100.p1} {02100.p5} 
+tr {02100.t0|02101.t4} : b2099 {02101.p4-eats} -> {02100.f} {02101.f} {02101.p2-thinks} 
+tr {02100.t2} {02100.f} {02100.p5} -> {02100.p6} 
+tr {02100.t3|02101.t1} : a2099 {02100.f} {02101.p1} -> {02101.p3} 
+tr {02101.e} {02101.p6} {02101.p3} -> {02101.p4-eats} 
+tr {02101.t} {02101.p2-thinks} -> {02101.p1} {02101.p5} 
+tr {02101.t0|02102.t4} : b2100 {02102.p4-eats} -> {02101.f} {02102.f} {02102.p2-thinks} 
+tr {02101.t2} {02101.f} {02101.p5} -> {02101.p6} 
+tr {02101.t3|02102.t1} : a2100 {02101.f} {02102.p1} -> {02102.p3} 
+tr {02102.e} {02102.p6} {02102.p3} -> {02102.p4-eats} 
+tr {02102.t} {02102.p2-thinks} -> {02102.p1} {02102.p5} 
+tr {02102.t0|02103.t4} : b2101 {02103.p4-eats} -> {02102.f} {02103.f} {02103.p2-thinks} 
+tr {02102.t2} {02102.f} {02102.p5} -> {02102.p6} 
+tr {02102.t3|02103.t1} : a2101 {02102.f} {02103.p1} -> {02103.p3} 
+tr {02103.e} {02103.p6} {02103.p3} -> {02103.p4-eats} 
+tr {02103.t} {02103.p2-thinks} -> {02103.p1} {02103.p5} 
+tr {02103.t0|02104.t4} : b2102 {02104.p4-eats} -> {02103.f} {02104.f} {02104.p2-thinks} 
+tr {02103.t2} {02103.f} {02103.p5} -> {02103.p6} 
+tr {02103.t3|02104.t1} : a2102 {02103.f} {02104.p1} -> {02104.p3} 
+tr {02104.e} {02104.p6} {02104.p3} -> {02104.p4-eats} 
+tr {02104.t} {02104.p2-thinks} -> {02104.p1} {02104.p5} 
+tr {02104.t0|02105.t4} : b2103 {02105.p4-eats} -> {02104.f} {02105.f} {02105.p2-thinks} 
+tr {02104.t2} {02104.f} {02104.p5} -> {02104.p6} 
+tr {02104.t3|02105.t1} : a2103 {02104.f} {02105.p1} -> {02105.p3} 
+tr {02105.e} {02105.p6} {02105.p3} -> {02105.p4-eats} 
+tr {02105.t} {02105.p2-thinks} -> {02105.p1} {02105.p5} 
+tr {02105.t0|02106.t4} : b2104 {02106.p4-eats} -> {02105.f} {02106.f} {02106.p2-thinks} 
+tr {02105.t2} {02105.f} {02105.p5} -> {02105.p6} 
+tr {02105.t3|02106.t1} : a2104 {02105.f} {02106.p1} -> {02106.p3} 
+tr {02106.e} {02106.p6} {02106.p3} -> {02106.p4-eats} 
+tr {02106.t} {02106.p2-thinks} -> {02106.p1} {02106.p5} 
+tr {02106.t0|02107.t4} : b2105 {02107.p4-eats} -> {02106.f} {02107.f} {02107.p2-thinks} 
+tr {02106.t2} {02106.f} {02106.p5} -> {02106.p6} 
+tr {02106.t3|02107.t1} : a2105 {02106.f} {02107.p1} -> {02107.p3} 
+tr {02107.e} {02107.p6} {02107.p3} -> {02107.p4-eats} 
+tr {02107.t} {02107.p2-thinks} -> {02107.p1} {02107.p5} 
+tr {02107.t0|02108.t4} : b2106 {02108.p4-eats} -> {02107.f} {02108.f} {02108.p2-thinks} 
+tr {02107.t2} {02107.f} {02107.p5} -> {02107.p6} 
+tr {02107.t3|02108.t1} : a2106 {02107.f} {02108.p1} -> {02108.p3} 
+tr {02108.e} {02108.p6} {02108.p3} -> {02108.p4-eats} 
+tr {02108.t} {02108.p2-thinks} -> {02108.p1} {02108.p5} 
+tr {02108.t0|02109.t4} : b2107 {02109.p4-eats} -> {02108.f} {02109.f} {02109.p2-thinks} 
+tr {02108.t2} {02108.f} {02108.p5} -> {02108.p6} 
+tr {02108.t3|02109.t1} : a2107 {02108.f} {02109.p1} -> {02109.p3} 
+tr {02109.e} {02109.p6} {02109.p3} -> {02109.p4-eats} 
+tr {02109.t} {02109.p2-thinks} -> {02109.p1} {02109.p5} 
+tr {02109.t0|02110.t4} : b2108 {02110.p4-eats} -> {02109.f} {02110.f} {02110.p2-thinks} 
+tr {02109.t2} {02109.f} {02109.p5} -> {02109.p6} 
+tr {02109.t3|02110.t1} : a2108 {02109.f} {02110.p1} -> {02110.p3} 
+tr {02110.e} {02110.p6} {02110.p3} -> {02110.p4-eats} 
+tr {02110.t} {02110.p2-thinks} -> {02110.p1} {02110.p5} 
+tr {02110.t0|02111.t4} : b2109 {02111.p4-eats} -> {02110.f} {02111.f} {02111.p2-thinks} 
+tr {02110.t2} {02110.f} {02110.p5} -> {02110.p6} 
+tr {02110.t3|02111.t1} : a2109 {02110.f} {02111.p1} -> {02111.p3} 
+tr {02111.e} {02111.p6} {02111.p3} -> {02111.p4-eats} 
+tr {02111.t} {02111.p2-thinks} -> {02111.p1} {02111.p5} 
+tr {02111.t0|02112.t4} : b2110 {02112.p4-eats} -> {02111.f} {02112.f} {02112.p2-thinks} 
+tr {02111.t2} {02111.f} {02111.p5} -> {02111.p6} 
+tr {02111.t3|02112.t1} : a2110 {02111.f} {02112.p1} -> {02112.p3} 
+tr {02112.e} {02112.p6} {02112.p3} -> {02112.p4-eats} 
+tr {02112.t} {02112.p2-thinks} -> {02112.p1} {02112.p5} 
+tr {02112.t0|02113.t4} : b2111 {02113.p4-eats} -> {02112.f} {02113.f} {02113.p2-thinks} 
+tr {02112.t2} {02112.f} {02112.p5} -> {02112.p6} 
+tr {02112.t3|02113.t1} : a2111 {02112.f} {02113.p1} -> {02113.p3} 
+tr {02113.e} {02113.p6} {02113.p3} -> {02113.p4-eats} 
+tr {02113.t} {02113.p2-thinks} -> {02113.p1} {02113.p5} 
+tr {02113.t0|02114.t4} : b2112 {02114.p4-eats} -> {02113.f} {02114.f} {02114.p2-thinks} 
+tr {02113.t2} {02113.f} {02113.p5} -> {02113.p6} 
+tr {02113.t3|02114.t1} : a2112 {02113.f} {02114.p1} -> {02114.p3} 
+tr {02114.e} {02114.p6} {02114.p3} -> {02114.p4-eats} 
+tr {02114.t} {02114.p2-thinks} -> {02114.p1} {02114.p5} 
+tr {02114.t0|02115.t4} : b2113 {02115.p4-eats} -> {02114.f} {02115.f} {02115.p2-thinks} 
+tr {02114.t2} {02114.f} {02114.p5} -> {02114.p6} 
+tr {02114.t3|02115.t1} : a2113 {02114.f} {02115.p1} -> {02115.p3} 
+tr {02115.e} {02115.p6} {02115.p3} -> {02115.p4-eats} 
+tr {02115.t} {02115.p2-thinks} -> {02115.p1} {02115.p5} 
+tr {02115.t0|02116.t4} : b2114 {02116.p4-eats} -> {02115.f} {02116.f} {02116.p2-thinks} 
+tr {02115.t2} {02115.f} {02115.p5} -> {02115.p6} 
+tr {02115.t3|02116.t1} : a2114 {02115.f} {02116.p1} -> {02116.p3} 
+tr {02116.e} {02116.p6} {02116.p3} -> {02116.p4-eats} 
+tr {02116.t} {02116.p2-thinks} -> {02116.p1} {02116.p5} 
+tr {02116.t0|02117.t4} : b2115 {02117.p4-eats} -> {02116.f} {02117.f} {02117.p2-thinks} 
+tr {02116.t2} {02116.f} {02116.p5} -> {02116.p6} 
+tr {02116.t3|02117.t1} : a2115 {02116.f} {02117.p1} -> {02117.p3} 
+tr {02117.e} {02117.p6} {02117.p3} -> {02117.p4-eats} 
+tr {02117.t} {02117.p2-thinks} -> {02117.p1} {02117.p5} 
+tr {02117.t0|02118.t4} : b2116 {02118.p4-eats} -> {02117.f} {02118.f} {02118.p2-thinks} 
+tr {02117.t2} {02117.f} {02117.p5} -> {02117.p6} 
+tr {02117.t3|02118.t1} : a2116 {02117.f} {02118.p1} -> {02118.p3} 
+tr {02118.e} {02118.p6} {02118.p3} -> {02118.p4-eats} 
+tr {02118.t} {02118.p2-thinks} -> {02118.p1} {02118.p5} 
+tr {02118.t0|02119.t4} : b2117 {02119.p4-eats} -> {02118.f} {02119.f} {02119.p2-thinks} 
+tr {02118.t2} {02118.f} {02118.p5} -> {02118.p6} 
+tr {02118.t3|02119.t1} : a2117 {02118.f} {02119.p1} -> {02119.p3} 
+tr {02119.e} {02119.p6} {02119.p3} -> {02119.p4-eats} 
+tr {02119.t} {02119.p2-thinks} -> {02119.p1} {02119.p5} 
+tr {02119.t0|02120.t4} : b2118 {02120.p4-eats} -> {02119.f} {02120.f} {02120.p2-thinks} 
+tr {02119.t2} {02119.f} {02119.p5} -> {02119.p6} 
+tr {02119.t3|02120.t1} : a2118 {02119.f} {02120.p1} -> {02120.p3} 
+tr {02120.e} {02120.p6} {02120.p3} -> {02120.p4-eats} 
+tr {02120.t} {02120.p2-thinks} -> {02120.p1} {02120.p5} 
+tr {02120.t0|02121.t4} : b2119 {02121.p4-eats} -> {02120.f} {02121.f} {02121.p2-thinks} 
+tr {02120.t2} {02120.f} {02120.p5} -> {02120.p6} 
+tr {02120.t3|02121.t1} : a2119 {02120.f} {02121.p1} -> {02121.p3} 
+tr {02121.e} {02121.p6} {02121.p3} -> {02121.p4-eats} 
+tr {02121.t} {02121.p2-thinks} -> {02121.p1} {02121.p5} 
+tr {02121.t0|02122.t4} : b2120 {02122.p4-eats} -> {02121.f} {02122.f} {02122.p2-thinks} 
+tr {02121.t2} {02121.f} {02121.p5} -> {02121.p6} 
+tr {02121.t3|02122.t1} : a2120 {02121.f} {02122.p1} -> {02122.p3} 
+tr {02122.e} {02122.p6} {02122.p3} -> {02122.p4-eats} 
+tr {02122.t} {02122.p2-thinks} -> {02122.p1} {02122.p5} 
+tr {02122.t0|02123.t4} : b2121 {02123.p4-eats} -> {02122.f} {02123.f} {02123.p2-thinks} 
+tr {02122.t2} {02122.f} {02122.p5} -> {02122.p6} 
+tr {02122.t3|02123.t1} : a2121 {02122.f} {02123.p1} -> {02123.p3} 
+tr {02123.e} {02123.p6} {02123.p3} -> {02123.p4-eats} 
+tr {02123.t} {02123.p2-thinks} -> {02123.p1} {02123.p5} 
+tr {02123.t0|02124.t4} : b2122 {02124.p4-eats} -> {02123.f} {02124.f} {02124.p2-thinks} 
+tr {02123.t2} {02123.f} {02123.p5} -> {02123.p6} 
+tr {02123.t3|02124.t1} : a2122 {02123.f} {02124.p1} -> {02124.p3} 
+tr {02124.e} {02124.p6} {02124.p3} -> {02124.p4-eats} 
+tr {02124.t} {02124.p2-thinks} -> {02124.p1} {02124.p5} 
+tr {02124.t0|02125.t4} : b2123 {02125.p4-eats} -> {02124.f} {02125.f} {02125.p2-thinks} 
+tr {02124.t2} {02124.f} {02124.p5} -> {02124.p6} 
+tr {02124.t3|02125.t1} : a2123 {02124.f} {02125.p1} -> {02125.p3} 
+tr {02125.e} {02125.p6} {02125.p3} -> {02125.p4-eats} 
+tr {02125.t} {02125.p2-thinks} -> {02125.p1} {02125.p5} 
+tr {02125.t0|02126.t4} : b2124 {02126.p4-eats} -> {02125.f} {02126.f} {02126.p2-thinks} 
+tr {02125.t2} {02125.f} {02125.p5} -> {02125.p6} 
+tr {02125.t3|02126.t1} : a2124 {02125.f} {02126.p1} -> {02126.p3} 
+tr {02126.e} {02126.p6} {02126.p3} -> {02126.p4-eats} 
+tr {02126.t} {02126.p2-thinks} -> {02126.p1} {02126.p5} 
+tr {02126.t0|02127.t4} : b2125 {02127.p4-eats} -> {02126.f} {02127.f} {02127.p2-thinks} 
+tr {02126.t2} {02126.f} {02126.p5} -> {02126.p6} 
+tr {02126.t3|02127.t1} : a2125 {02126.f} {02127.p1} -> {02127.p3} 
+tr {02127.e} {02127.p6} {02127.p3} -> {02127.p4-eats} 
+tr {02127.t} {02127.p2-thinks} -> {02127.p1} {02127.p5} 
+tr {02127.t0|02128.t4} : b2126 {02128.p4-eats} -> {02127.f} {02128.f} {02128.p2-thinks} 
+tr {02127.t2} {02127.f} {02127.p5} -> {02127.p6} 
+tr {02127.t3|02128.t1} : a2126 {02127.f} {02128.p1} -> {02128.p3} 
+tr {02128.e} {02128.p6} {02128.p3} -> {02128.p4-eats} 
+tr {02128.t} {02128.p2-thinks} -> {02128.p1} {02128.p5} 
+tr {02128.t0|02129.t4} : b2127 {02129.p4-eats} -> {02128.f} {02129.f} {02129.p2-thinks} 
+tr {02128.t2} {02128.f} {02128.p5} -> {02128.p6} 
+tr {02128.t3|02129.t1} : a2127 {02128.f} {02129.p1} -> {02129.p3} 
+tr {02129.e} {02129.p6} {02129.p3} -> {02129.p4-eats} 
+tr {02129.t} {02129.p2-thinks} -> {02129.p1} {02129.p5} 
+tr {02129.t0|02130.t4} : b2128 {02130.p4-eats} -> {02129.f} {02130.f} {02130.p2-thinks} 
+tr {02129.t2} {02129.f} {02129.p5} -> {02129.p6} 
+tr {02129.t3|02130.t1} : a2128 {02129.f} {02130.p1} -> {02130.p3} 
+tr {02130.e} {02130.p6} {02130.p3} -> {02130.p4-eats} 
+tr {02130.t} {02130.p2-thinks} -> {02130.p1} {02130.p5} 
+tr {02130.t0|02131.t4} : b2129 {02131.p4-eats} -> {02130.f} {02131.f} {02131.p2-thinks} 
+tr {02130.t2} {02130.f} {02130.p5} -> {02130.p6} 
+tr {02130.t3|02131.t1} : a2129 {02130.f} {02131.p1} -> {02131.p3} 
+tr {02131.e} {02131.p6} {02131.p3} -> {02131.p4-eats} 
+tr {02131.t} {02131.p2-thinks} -> {02131.p1} {02131.p5} 
+tr {02131.t0|02132.t4} : b2130 {02132.p4-eats} -> {02131.f} {02132.f} {02132.p2-thinks} 
+tr {02131.t2} {02131.f} {02131.p5} -> {02131.p6} 
+tr {02131.t3|02132.t1} : a2130 {02131.f} {02132.p1} -> {02132.p3} 
+tr {02132.e} {02132.p6} {02132.p3} -> {02132.p4-eats} 
+tr {02132.t} {02132.p2-thinks} -> {02132.p1} {02132.p5} 
+tr {02132.t0|02133.t4} : b2131 {02133.p4-eats} -> {02132.f} {02133.f} {02133.p2-thinks} 
+tr {02132.t2} {02132.f} {02132.p5} -> {02132.p6} 
+tr {02132.t3|02133.t1} : a2131 {02132.f} {02133.p1} -> {02133.p3} 
+tr {02133.e} {02133.p6} {02133.p3} -> {02133.p4-eats} 
+tr {02133.t} {02133.p2-thinks} -> {02133.p1} {02133.p5} 
+tr {02133.t0|02134.t4} : b2132 {02134.p4-eats} -> {02133.f} {02134.f} {02134.p2-thinks} 
+tr {02133.t2} {02133.f} {02133.p5} -> {02133.p6} 
+tr {02133.t3|02134.t1} : a2132 {02133.f} {02134.p1} -> {02134.p3} 
+tr {02134.e} {02134.p6} {02134.p3} -> {02134.p4-eats} 
+tr {02134.t} {02134.p2-thinks} -> {02134.p1} {02134.p5} 
+tr {02134.t0|02135.t4} : b2133 {02135.p4-eats} -> {02134.f} {02135.f} {02135.p2-thinks} 
+tr {02134.t2} {02134.f} {02134.p5} -> {02134.p6} 
+tr {02134.t3|02135.t1} : a2133 {02134.f} {02135.p1} -> {02135.p3} 
+tr {02135.e} {02135.p6} {02135.p3} -> {02135.p4-eats} 
+tr {02135.t} {02135.p2-thinks} -> {02135.p1} {02135.p5} 
+tr {02135.t0|02136.t4} : b2134 {02136.p4-eats} -> {02135.f} {02136.f} {02136.p2-thinks} 
+tr {02135.t2} {02135.f} {02135.p5} -> {02135.p6} 
+tr {02135.t3|02136.t1} : a2134 {02135.f} {02136.p1} -> {02136.p3} 
+tr {02136.e} {02136.p6} {02136.p3} -> {02136.p4-eats} 
+tr {02136.t} {02136.p2-thinks} -> {02136.p1} {02136.p5} 
+tr {02136.t0|02137.t4} : b2135 {02137.p4-eats} -> {02136.f} {02137.f} {02137.p2-thinks} 
+tr {02136.t2} {02136.f} {02136.p5} -> {02136.p6} 
+tr {02136.t3|02137.t1} : a2135 {02136.f} {02137.p1} -> {02137.p3} 
+tr {02137.e} {02137.p6} {02137.p3} -> {02137.p4-eats} 
+tr {02137.t} {02137.p2-thinks} -> {02137.p1} {02137.p5} 
+tr {02137.t0|02138.t4} : b2136 {02138.p4-eats} -> {02137.f} {02138.f} {02138.p2-thinks} 
+tr {02137.t2} {02137.f} {02137.p5} -> {02137.p6} 
+tr {02137.t3|02138.t1} : a2136 {02137.f} {02138.p1} -> {02138.p3} 
+tr {02138.e} {02138.p6} {02138.p3} -> {02138.p4-eats} 
+tr {02138.t} {02138.p2-thinks} -> {02138.p1} {02138.p5} 
+tr {02138.t0|02139.t4} : b2137 {02139.p4-eats} -> {02138.f} {02139.f} {02139.p2-thinks} 
+tr {02138.t2} {02138.f} {02138.p5} -> {02138.p6} 
+tr {02138.t3|02139.t1} : a2137 {02138.f} {02139.p1} -> {02139.p3} 
+tr {02139.e} {02139.p6} {02139.p3} -> {02139.p4-eats} 
+tr {02139.t} {02139.p2-thinks} -> {02139.p1} {02139.p5} 
+tr {02139.t0|02140.t4} : b2138 {02140.p4-eats} -> {02139.f} {02140.f} {02140.p2-thinks} 
+tr {02139.t2} {02139.f} {02139.p5} -> {02139.p6} 
+tr {02139.t3|02140.t1} : a2138 {02139.f} {02140.p1} -> {02140.p3} 
+tr {02140.e} {02140.p6} {02140.p3} -> {02140.p4-eats} 
+tr {02140.t} {02140.p2-thinks} -> {02140.p1} {02140.p5} 
+tr {02140.t0|02141.t4} : b2139 {02141.p4-eats} -> {02140.f} {02141.f} {02141.p2-thinks} 
+tr {02140.t2} {02140.f} {02140.p5} -> {02140.p6} 
+tr {02140.t3|02141.t1} : a2139 {02140.f} {02141.p1} -> {02141.p3} 
+tr {02141.e} {02141.p6} {02141.p3} -> {02141.p4-eats} 
+tr {02141.t} {02141.p2-thinks} -> {02141.p1} {02141.p5} 
+tr {02141.t0|02142.t4} : b2140 {02142.p4-eats} -> {02141.f} {02142.f} {02142.p2-thinks} 
+tr {02141.t2} {02141.f} {02141.p5} -> {02141.p6} 
+tr {02141.t3|02142.t1} : a2140 {02141.f} {02142.p1} -> {02142.p3} 
+tr {02142.e} {02142.p6} {02142.p3} -> {02142.p4-eats} 
+tr {02142.t} {02142.p2-thinks} -> {02142.p1} {02142.p5} 
+tr {02142.t0|02143.t4} : b2141 {02143.p4-eats} -> {02142.f} {02143.f} {02143.p2-thinks} 
+tr {02142.t2} {02142.f} {02142.p5} -> {02142.p6} 
+tr {02142.t3|02143.t1} : a2141 {02142.f} {02143.p1} -> {02143.p3} 
+tr {02143.e} {02143.p6} {02143.p3} -> {02143.p4-eats} 
+tr {02143.t} {02143.p2-thinks} -> {02143.p1} {02143.p5} 
+tr {02143.t0|02144.t4} : b2142 {02144.p4-eats} -> {02143.f} {02144.f} {02144.p2-thinks} 
+tr {02143.t2} {02143.f} {02143.p5} -> {02143.p6} 
+tr {02143.t3|02144.t1} : a2142 {02143.f} {02144.p1} -> {02144.p3} 
+tr {02144.e} {02144.p6} {02144.p3} -> {02144.p4-eats} 
+tr {02144.t} {02144.p2-thinks} -> {02144.p1} {02144.p5} 
+tr {02144.t0|02145.t4} : b2143 {02145.p4-eats} -> {02144.f} {02145.f} {02145.p2-thinks} 
+tr {02144.t2} {02144.f} {02144.p5} -> {02144.p6} 
+tr {02144.t3|02145.t1} : a2143 {02144.f} {02145.p1} -> {02145.p3} 
+tr {02145.e} {02145.p6} {02145.p3} -> {02145.p4-eats} 
+tr {02145.t} {02145.p2-thinks} -> {02145.p1} {02145.p5} 
+tr {02145.t0|02146.t4} : b2144 {02146.p4-eats} -> {02145.f} {02146.f} {02146.p2-thinks} 
+tr {02145.t2} {02145.f} {02145.p5} -> {02145.p6} 
+tr {02145.t3|02146.t1} : a2144 {02145.f} {02146.p1} -> {02146.p3} 
+tr {02146.e} {02146.p6} {02146.p3} -> {02146.p4-eats} 
+tr {02146.t} {02146.p2-thinks} -> {02146.p1} {02146.p5} 
+tr {02146.t0|02147.t4} : b2145 {02147.p4-eats} -> {02146.f} {02147.f} {02147.p2-thinks} 
+tr {02146.t2} {02146.f} {02146.p5} -> {02146.p6} 
+tr {02146.t3|02147.t1} : a2145 {02146.f} {02147.p1} -> {02147.p3} 
+tr {02147.e} {02147.p6} {02147.p3} -> {02147.p4-eats} 
+tr {02147.t} {02147.p2-thinks} -> {02147.p1} {02147.p5} 
+tr {02147.t0|02148.t4} : b2146 {02148.p4-eats} -> {02147.f} {02148.f} {02148.p2-thinks} 
+tr {02147.t2} {02147.f} {02147.p5} -> {02147.p6} 
+tr {02147.t3|02148.t1} : a2146 {02147.f} {02148.p1} -> {02148.p3} 
+tr {02148.e} {02148.p6} {02148.p3} -> {02148.p4-eats} 
+tr {02148.t} {02148.p2-thinks} -> {02148.p1} {02148.p5} 
+tr {02148.t0|02149.t4} : b2147 {02149.p4-eats} -> {02148.f} {02149.f} {02149.p2-thinks} 
+tr {02148.t2} {02148.f} {02148.p5} -> {02148.p6} 
+tr {02148.t3|02149.t1} : a2147 {02148.f} {02149.p1} -> {02149.p3} 
+tr {02149.e} {02149.p6} {02149.p3} -> {02149.p4-eats} 
+tr {02149.t} {02149.p2-thinks} -> {02149.p1} {02149.p5} 
+tr {02149.t0|02150.t4} : b2148 {02150.p4-eats} -> {02149.f} {02150.f} {02150.p2-thinks} 
+tr {02149.t2} {02149.f} {02149.p5} -> {02149.p6} 
+tr {02149.t3|02150.t1} : a2148 {02149.f} {02150.p1} -> {02150.p3} 
+tr {02150.e} {02150.p6} {02150.p3} -> {02150.p4-eats} 
+tr {02150.t} {02150.p2-thinks} -> {02150.p1} {02150.p5} 
+tr {02150.t0|02151.t4} : b2149 {02151.p4-eats} -> {02150.f} {02151.f} {02151.p2-thinks} 
+tr {02150.t2} {02150.f} {02150.p5} -> {02150.p6} 
+tr {02150.t3|02151.t1} : a2149 {02150.f} {02151.p1} -> {02151.p3} 
+tr {02151.e} {02151.p6} {02151.p3} -> {02151.p4-eats} 
+tr {02151.t} {02151.p2-thinks} -> {02151.p1} {02151.p5} 
+tr {02151.t0|02152.t4} : b2150 {02152.p4-eats} -> {02151.f} {02152.f} {02152.p2-thinks} 
+tr {02151.t2} {02151.f} {02151.p5} -> {02151.p6} 
+tr {02151.t3|02152.t1} : a2150 {02151.f} {02152.p1} -> {02152.p3} 
+tr {02152.e} {02152.p6} {02152.p3} -> {02152.p4-eats} 
+tr {02152.t} {02152.p2-thinks} -> {02152.p1} {02152.p5} 
+tr {02152.t0|02153.t4} : b2151 {02153.p4-eats} -> {02152.f} {02153.f} {02153.p2-thinks} 
+tr {02152.t2} {02152.f} {02152.p5} -> {02152.p6} 
+tr {02152.t3|02153.t1} : a2151 {02152.f} {02153.p1} -> {02153.p3} 
+tr {02153.e} {02153.p6} {02153.p3} -> {02153.p4-eats} 
+tr {02153.t} {02153.p2-thinks} -> {02153.p1} {02153.p5} 
+tr {02153.t0|02154.t4} : b2152 {02154.p4-eats} -> {02153.f} {02154.f} {02154.p2-thinks} 
+tr {02153.t2} {02153.f} {02153.p5} -> {02153.p6} 
+tr {02153.t3|02154.t1} : a2152 {02153.f} {02154.p1} -> {02154.p3} 
+tr {02154.e} {02154.p6} {02154.p3} -> {02154.p4-eats} 
+tr {02154.t} {02154.p2-thinks} -> {02154.p1} {02154.p5} 
+tr {02154.t0|02155.t4} : b2153 {02155.p4-eats} -> {02154.f} {02155.f} {02155.p2-thinks} 
+tr {02154.t2} {02154.f} {02154.p5} -> {02154.p6} 
+tr {02154.t3|02155.t1} : a2153 {02154.f} {02155.p1} -> {02155.p3} 
+tr {02155.e} {02155.p6} {02155.p3} -> {02155.p4-eats} 
+tr {02155.t} {02155.p2-thinks} -> {02155.p1} {02155.p5} 
+tr {02155.t0|02156.t4} : b2154 {02156.p4-eats} -> {02155.f} {02156.f} {02156.p2-thinks} 
+tr {02155.t2} {02155.f} {02155.p5} -> {02155.p6} 
+tr {02155.t3|02156.t1} : a2154 {02155.f} {02156.p1} -> {02156.p3} 
+tr {02156.e} {02156.p6} {02156.p3} -> {02156.p4-eats} 
+tr {02156.t} {02156.p2-thinks} -> {02156.p1} {02156.p5} 
+tr {02156.t0|02157.t4} : b2155 {02157.p4-eats} -> {02156.f} {02157.f} {02157.p2-thinks} 
+tr {02156.t2} {02156.f} {02156.p5} -> {02156.p6} 
+tr {02156.t3|02157.t1} : a2155 {02156.f} {02157.p1} -> {02157.p3} 
+tr {02157.e} {02157.p6} {02157.p3} -> {02157.p4-eats} 
+tr {02157.t} {02157.p2-thinks} -> {02157.p1} {02157.p5} 
+tr {02157.t0|02158.t4} : b2156 {02158.p4-eats} -> {02157.f} {02158.f} {02158.p2-thinks} 
+tr {02157.t2} {02157.f} {02157.p5} -> {02157.p6} 
+tr {02157.t3|02158.t1} : a2156 {02157.f} {02158.p1} -> {02158.p3} 
+tr {02158.e} {02158.p6} {02158.p3} -> {02158.p4-eats} 
+tr {02158.t} {02158.p2-thinks} -> {02158.p1} {02158.p5} 
+tr {02158.t0|02159.t4} : b2157 {02159.p4-eats} -> {02158.f} {02159.f} {02159.p2-thinks} 
+tr {02158.t2} {02158.f} {02158.p5} -> {02158.p6} 
+tr {02158.t3|02159.t1} : a2157 {02158.f} {02159.p1} -> {02159.p3} 
+tr {02159.e} {02159.p6} {02159.p3} -> {02159.p4-eats} 
+tr {02159.t} {02159.p2-thinks} -> {02159.p1} {02159.p5} 
+tr {02159.t0|02160.t4} : b2158 {02160.p4-eats} -> {02159.f} {02160.f} {02160.p2-thinks} 
+tr {02159.t2} {02159.f} {02159.p5} -> {02159.p6} 
+tr {02159.t3|02160.t1} : a2158 {02159.f} {02160.p1} -> {02160.p3} 
+tr {02160.e} {02160.p6} {02160.p3} -> {02160.p4-eats} 
+tr {02160.t} {02160.p2-thinks} -> {02160.p1} {02160.p5} 
+tr {02160.t0|02161.t4} : b2159 {02161.p4-eats} -> {02160.f} {02161.f} {02161.p2-thinks} 
+tr {02160.t2} {02160.f} {02160.p5} -> {02160.p6} 
+tr {02160.t3|02161.t1} : a2159 {02160.f} {02161.p1} -> {02161.p3} 
+tr {02161.e} {02161.p6} {02161.p3} -> {02161.p4-eats} 
+tr {02161.t} {02161.p2-thinks} -> {02161.p1} {02161.p5} 
+tr {02161.t0|02162.t4} : b2160 {02162.p4-eats} -> {02161.f} {02162.f} {02162.p2-thinks} 
+tr {02161.t2} {02161.f} {02161.p5} -> {02161.p6} 
+tr {02161.t3|02162.t1} : a2160 {02161.f} {02162.p1} -> {02162.p3} 
+tr {02162.e} {02162.p6} {02162.p3} -> {02162.p4-eats} 
+tr {02162.t} {02162.p2-thinks} -> {02162.p1} {02162.p5} 
+tr {02162.t0|02163.t4} : b2161 {02163.p4-eats} -> {02162.f} {02163.f} {02163.p2-thinks} 
+tr {02162.t2} {02162.f} {02162.p5} -> {02162.p6} 
+tr {02162.t3|02163.t1} : a2161 {02162.f} {02163.p1} -> {02163.p3} 
+tr {02163.e} {02163.p6} {02163.p3} -> {02163.p4-eats} 
+tr {02163.t} {02163.p2-thinks} -> {02163.p1} {02163.p5} 
+tr {02163.t0|02164.t4} : b2162 {02164.p4-eats} -> {02163.f} {02164.f} {02164.p2-thinks} 
+tr {02163.t2} {02163.f} {02163.p5} -> {02163.p6} 
+tr {02163.t3|02164.t1} : a2162 {02163.f} {02164.p1} -> {02164.p3} 
+tr {02164.e} {02164.p6} {02164.p3} -> {02164.p4-eats} 
+tr {02164.t} {02164.p2-thinks} -> {02164.p1} {02164.p5} 
+tr {02164.t0|02165.t4} : b2163 {02165.p4-eats} -> {02164.f} {02165.f} {02165.p2-thinks} 
+tr {02164.t2} {02164.f} {02164.p5} -> {02164.p6} 
+tr {02164.t3|02165.t1} : a2163 {02164.f} {02165.p1} -> {02165.p3} 
+tr {02165.e} {02165.p6} {02165.p3} -> {02165.p4-eats} 
+tr {02165.t} {02165.p2-thinks} -> {02165.p1} {02165.p5} 
+tr {02165.t0|02166.t4} : b2164 {02166.p4-eats} -> {02165.f} {02166.f} {02166.p2-thinks} 
+tr {02165.t2} {02165.f} {02165.p5} -> {02165.p6} 
+tr {02165.t3|02166.t1} : a2164 {02165.f} {02166.p1} -> {02166.p3} 
+tr {02166.e} {02166.p6} {02166.p3} -> {02166.p4-eats} 
+tr {02166.t} {02166.p2-thinks} -> {02166.p1} {02166.p5} 
+tr {02166.t0|02167.t4} : b2165 {02167.p4-eats} -> {02166.f} {02167.f} {02167.p2-thinks} 
+tr {02166.t2} {02166.f} {02166.p5} -> {02166.p6} 
+tr {02166.t3|02167.t1} : a2165 {02166.f} {02167.p1} -> {02167.p3} 
+tr {02167.e} {02167.p6} {02167.p3} -> {02167.p4-eats} 
+tr {02167.t} {02167.p2-thinks} -> {02167.p1} {02167.p5} 
+tr {02167.t0|02168.t4} : b2166 {02168.p4-eats} -> {02167.f} {02168.f} {02168.p2-thinks} 
+tr {02167.t2} {02167.f} {02167.p5} -> {02167.p6} 
+tr {02167.t3|02168.t1} : a2166 {02167.f} {02168.p1} -> {02168.p3} 
+tr {02168.e} {02168.p6} {02168.p3} -> {02168.p4-eats} 
+tr {02168.t} {02168.p2-thinks} -> {02168.p1} {02168.p5} 
+tr {02168.t0|02169.t4} : b2167 {02169.p4-eats} -> {02168.f} {02169.f} {02169.p2-thinks} 
+tr {02168.t2} {02168.f} {02168.p5} -> {02168.p6} 
+tr {02168.t3|02169.t1} : a2167 {02168.f} {02169.p1} -> {02169.p3} 
+tr {02169.e} {02169.p6} {02169.p3} -> {02169.p4-eats} 
+tr {02169.t} {02169.p2-thinks} -> {02169.p1} {02169.p5} 
+tr {02169.t0|02170.t4} : b2168 {02170.p4-eats} -> {02169.f} {02170.f} {02170.p2-thinks} 
+tr {02169.t2} {02169.f} {02169.p5} -> {02169.p6} 
+tr {02169.t3|02170.t1} : a2168 {02169.f} {02170.p1} -> {02170.p3} 
+tr {02170.e} {02170.p6} {02170.p3} -> {02170.p4-eats} 
+tr {02170.t} {02170.p2-thinks} -> {02170.p1} {02170.p5} 
+tr {02170.t0|02171.t4} : b2169 {02171.p4-eats} -> {02170.f} {02171.f} {02171.p2-thinks} 
+tr {02170.t2} {02170.f} {02170.p5} -> {02170.p6} 
+tr {02170.t3|02171.t1} : a2169 {02170.f} {02171.p1} -> {02171.p3} 
+tr {02171.e} {02171.p6} {02171.p3} -> {02171.p4-eats} 
+tr {02171.t} {02171.p2-thinks} -> {02171.p1} {02171.p5} 
+tr {02171.t0|02172.t4} : b2170 {02172.p4-eats} -> {02171.f} {02172.f} {02172.p2-thinks} 
+tr {02171.t2} {02171.f} {02171.p5} -> {02171.p6} 
+tr {02171.t3|02172.t1} : a2170 {02171.f} {02172.p1} -> {02172.p3} 
+tr {02172.e} {02172.p6} {02172.p3} -> {02172.p4-eats} 
+tr {02172.t} {02172.p2-thinks} -> {02172.p1} {02172.p5} 
+tr {02172.t0|02173.t4} : b2171 {02173.p4-eats} -> {02172.f} {02173.f} {02173.p2-thinks} 
+tr {02172.t2} {02172.f} {02172.p5} -> {02172.p6} 
+tr {02172.t3|02173.t1} : a2171 {02172.f} {02173.p1} -> {02173.p3} 
+tr {02173.e} {02173.p6} {02173.p3} -> {02173.p4-eats} 
+tr {02173.t} {02173.p2-thinks} -> {02173.p1} {02173.p5} 
+tr {02173.t0|02174.t4} : b2172 {02174.p4-eats} -> {02173.f} {02174.f} {02174.p2-thinks} 
+tr {02173.t2} {02173.f} {02173.p5} -> {02173.p6} 
+tr {02173.t3|02174.t1} : a2172 {02173.f} {02174.p1} -> {02174.p3} 
+tr {02174.e} {02174.p6} {02174.p3} -> {02174.p4-eats} 
+tr {02174.t} {02174.p2-thinks} -> {02174.p1} {02174.p5} 
+tr {02174.t0|02175.t4} : b2173 {02175.p4-eats} -> {02174.f} {02175.f} {02175.p2-thinks} 
+tr {02174.t2} {02174.f} {02174.p5} -> {02174.p6} 
+tr {02174.t3|02175.t1} : a2173 {02174.f} {02175.p1} -> {02175.p3} 
+tr {02175.e} {02175.p6} {02175.p3} -> {02175.p4-eats} 
+tr {02175.t} {02175.p2-thinks} -> {02175.p1} {02175.p5} 
+tr {02175.t0|02176.t4} : b2174 {02176.p4-eats} -> {02175.f} {02176.f} {02176.p2-thinks} 
+tr {02175.t2} {02175.f} {02175.p5} -> {02175.p6} 
+tr {02175.t3|02176.t1} : a2174 {02175.f} {02176.p1} -> {02176.p3} 
+tr {02176.e} {02176.p6} {02176.p3} -> {02176.p4-eats} 
+tr {02176.t} {02176.p2-thinks} -> {02176.p1} {02176.p5} 
+tr {02176.t0|02177.t4} : b2175 {02177.p4-eats} -> {02176.f} {02177.f} {02177.p2-thinks} 
+tr {02176.t2} {02176.f} {02176.p5} -> {02176.p6} 
+tr {02176.t3|02177.t1} : a2175 {02176.f} {02177.p1} -> {02177.p3} 
+tr {02177.e} {02177.p6} {02177.p3} -> {02177.p4-eats} 
+tr {02177.t} {02177.p2-thinks} -> {02177.p1} {02177.p5} 
+tr {02177.t0|02178.t4} : b2176 {02178.p4-eats} -> {02177.f} {02178.f} {02178.p2-thinks} 
+tr {02177.t2} {02177.f} {02177.p5} -> {02177.p6} 
+tr {02177.t3|02178.t1} : a2176 {02177.f} {02178.p1} -> {02178.p3} 
+tr {02178.e} {02178.p6} {02178.p3} -> {02178.p4-eats} 
+tr {02178.t} {02178.p2-thinks} -> {02178.p1} {02178.p5} 
+tr {02178.t0|02179.t4} : b2177 {02179.p4-eats} -> {02178.f} {02179.f} {02179.p2-thinks} 
+tr {02178.t2} {02178.f} {02178.p5} -> {02178.p6} 
+tr {02178.t3|02179.t1} : a2177 {02178.f} {02179.p1} -> {02179.p3} 
+tr {02179.e} {02179.p6} {02179.p3} -> {02179.p4-eats} 
+tr {02179.t} {02179.p2-thinks} -> {02179.p1} {02179.p5} 
+tr {02179.t0|02180.t4} : b2178 {02180.p4-eats} -> {02179.f} {02180.f} {02180.p2-thinks} 
+tr {02179.t2} {02179.f} {02179.p5} -> {02179.p6} 
+tr {02179.t3|02180.t1} : a2178 {02179.f} {02180.p1} -> {02180.p3} 
+tr {02180.e} {02180.p6} {02180.p3} -> {02180.p4-eats} 
+tr {02180.t} {02180.p2-thinks} -> {02180.p1} {02180.p5} 
+tr {02180.t0|02181.t4} : b2179 {02181.p4-eats} -> {02180.f} {02181.f} {02181.p2-thinks} 
+tr {02180.t2} {02180.f} {02180.p5} -> {02180.p6} 
+tr {02180.t3|02181.t1} : a2179 {02180.f} {02181.p1} -> {02181.p3} 
+tr {02181.e} {02181.p6} {02181.p3} -> {02181.p4-eats} 
+tr {02181.t} {02181.p2-thinks} -> {02181.p1} {02181.p5} 
+tr {02181.t0|02182.t4} : b2180 {02182.p4-eats} -> {02181.f} {02182.f} {02182.p2-thinks} 
+tr {02181.t2} {02181.f} {02181.p5} -> {02181.p6} 
+tr {02181.t3|02182.t1} : a2180 {02181.f} {02182.p1} -> {02182.p3} 
+tr {02182.e} {02182.p6} {02182.p3} -> {02182.p4-eats} 
+tr {02182.t} {02182.p2-thinks} -> {02182.p1} {02182.p5} 
+tr {02182.t0|02183.t4} : b2181 {02183.p4-eats} -> {02182.f} {02183.f} {02183.p2-thinks} 
+tr {02182.t2} {02182.f} {02182.p5} -> {02182.p6} 
+tr {02182.t3|02183.t1} : a2181 {02182.f} {02183.p1} -> {02183.p3} 
+tr {02183.e} {02183.p6} {02183.p3} -> {02183.p4-eats} 
+tr {02183.t} {02183.p2-thinks} -> {02183.p1} {02183.p5} 
+tr {02183.t0|02184.t4} : b2182 {02184.p4-eats} -> {02183.f} {02184.f} {02184.p2-thinks} 
+tr {02183.t2} {02183.f} {02183.p5} -> {02183.p6} 
+tr {02183.t3|02184.t1} : a2182 {02183.f} {02184.p1} -> {02184.p3} 
+tr {02184.e} {02184.p6} {02184.p3} -> {02184.p4-eats} 
+tr {02184.t} {02184.p2-thinks} -> {02184.p1} {02184.p5} 
+tr {02184.t0|02185.t4} : b2183 {02185.p4-eats} -> {02184.f} {02185.f} {02185.p2-thinks} 
+tr {02184.t2} {02184.f} {02184.p5} -> {02184.p6} 
+tr {02184.t3|02185.t1} : a2183 {02184.f} {02185.p1} -> {02185.p3} 
+tr {02185.e} {02185.p6} {02185.p3} -> {02185.p4-eats} 
+tr {02185.t} {02185.p2-thinks} -> {02185.p1} {02185.p5} 
+tr {02185.t0|02186.t4} : b2184 {02186.p4-eats} -> {02185.f} {02186.f} {02186.p2-thinks} 
+tr {02185.t2} {02185.f} {02185.p5} -> {02185.p6} 
+tr {02185.t3|02186.t1} : a2184 {02185.f} {02186.p1} -> {02186.p3} 
+tr {02186.e} {02186.p6} {02186.p3} -> {02186.p4-eats} 
+tr {02186.t} {02186.p2-thinks} -> {02186.p1} {02186.p5} 
+tr {02186.t0|02187.t4} : b2185 {02187.p4-eats} -> {02186.f} {02187.f} {02187.p2-thinks} 
+tr {02186.t2} {02186.f} {02186.p5} -> {02186.p6} 
+tr {02186.t3|02187.t1} : a2185 {02186.f} {02187.p1} -> {02187.p3} 
+tr {02187.e} {02187.p6} {02187.p3} -> {02187.p4-eats} 
+tr {02187.t} {02187.p2-thinks} -> {02187.p1} {02187.p5} 
+tr {02187.t0|02188.t4} : b2186 {02188.p4-eats} -> {02187.f} {02188.f} {02188.p2-thinks} 
+tr {02187.t2} {02187.f} {02187.p5} -> {02187.p6} 
+tr {02187.t3|02188.t1} : a2186 {02187.f} {02188.p1} -> {02188.p3} 
+tr {02188.e} {02188.p6} {02188.p3} -> {02188.p4-eats} 
+tr {02188.t} {02188.p2-thinks} -> {02188.p1} {02188.p5} 
+tr {02188.t0|02189.t4} : b2187 {02189.p4-eats} -> {02188.f} {02189.f} {02189.p2-thinks} 
+tr {02188.t2} {02188.f} {02188.p5} -> {02188.p6} 
+tr {02188.t3|02189.t1} : a2187 {02188.f} {02189.p1} -> {02189.p3} 
+tr {02189.e} {02189.p6} {02189.p3} -> {02189.p4-eats} 
+tr {02189.t} {02189.p2-thinks} -> {02189.p1} {02189.p5} 
+tr {02189.t0|02190.t4} : b2188 {02190.p4-eats} -> {02189.f} {02190.f} {02190.p2-thinks} 
+tr {02189.t2} {02189.f} {02189.p5} -> {02189.p6} 
+tr {02189.t3|02190.t1} : a2188 {02189.f} {02190.p1} -> {02190.p3} 
+tr {02190.e} {02190.p6} {02190.p3} -> {02190.p4-eats} 
+tr {02190.t} {02190.p2-thinks} -> {02190.p1} {02190.p5} 
+tr {02190.t0|02191.t4} : b2189 {02191.p4-eats} -> {02190.f} {02191.f} {02191.p2-thinks} 
+tr {02190.t2} {02190.f} {02190.p5} -> {02190.p6} 
+tr {02190.t3|02191.t1} : a2189 {02190.f} {02191.p1} -> {02191.p3} 
+tr {02191.e} {02191.p6} {02191.p3} -> {02191.p4-eats} 
+tr {02191.t} {02191.p2-thinks} -> {02191.p1} {02191.p5} 
+tr {02191.t0|02192.t4} : b2190 {02192.p4-eats} -> {02191.f} {02192.f} {02192.p2-thinks} 
+tr {02191.t2} {02191.f} {02191.p5} -> {02191.p6} 
+tr {02191.t3|02192.t1} : a2190 {02191.f} {02192.p1} -> {02192.p3} 
+tr {02192.e} {02192.p6} {02192.p3} -> {02192.p4-eats} 
+tr {02192.t} {02192.p2-thinks} -> {02192.p1} {02192.p5} 
+tr {02192.t0|02193.t4} : b2191 {02193.p4-eats} -> {02192.f} {02193.f} {02193.p2-thinks} 
+tr {02192.t2} {02192.f} {02192.p5} -> {02192.p6} 
+tr {02192.t3|02193.t1} : a2191 {02192.f} {02193.p1} -> {02193.p3} 
+tr {02193.e} {02193.p6} {02193.p3} -> {02193.p4-eats} 
+tr {02193.t} {02193.p2-thinks} -> {02193.p1} {02193.p5} 
+tr {02193.t0|02194.t4} : b2192 {02194.p4-eats} -> {02193.f} {02194.f} {02194.p2-thinks} 
+tr {02193.t2} {02193.f} {02193.p5} -> {02193.p6} 
+tr {02193.t3|02194.t1} : a2192 {02193.f} {02194.p1} -> {02194.p3} 
+tr {02194.e} {02194.p6} {02194.p3} -> {02194.p4-eats} 
+tr {02194.t} {02194.p2-thinks} -> {02194.p1} {02194.p5} 
+tr {02194.t0|02195.t4} : b2193 {02195.p4-eats} -> {02194.f} {02195.f} {02195.p2-thinks} 
+tr {02194.t2} {02194.f} {02194.p5} -> {02194.p6} 
+tr {02194.t3|02195.t1} : a2193 {02194.f} {02195.p1} -> {02195.p3} 
+tr {02195.e} {02195.p6} {02195.p3} -> {02195.p4-eats} 
+tr {02195.t} {02195.p2-thinks} -> {02195.p1} {02195.p5} 
+tr {02195.t0|02196.t4} : b2194 {02196.p4-eats} -> {02195.f} {02196.f} {02196.p2-thinks} 
+tr {02195.t2} {02195.f} {02195.p5} -> {02195.p6} 
+tr {02195.t3|02196.t1} : a2194 {02195.f} {02196.p1} -> {02196.p3} 
+tr {02196.e} {02196.p6} {02196.p3} -> {02196.p4-eats} 
+tr {02196.t} {02196.p2-thinks} -> {02196.p1} {02196.p5} 
+tr {02196.t0|02197.t4} : b2195 {02197.p4-eats} -> {02196.f} {02197.f} {02197.p2-thinks} 
+tr {02196.t2} {02196.f} {02196.p5} -> {02196.p6} 
+tr {02196.t3|02197.t1} : a2195 {02196.f} {02197.p1} -> {02197.p3} 
+tr {02197.e} {02197.p6} {02197.p3} -> {02197.p4-eats} 
+tr {02197.t} {02197.p2-thinks} -> {02197.p1} {02197.p5} 
+tr {02197.t0|02198.t4} : b2196 {02198.p4-eats} -> {02197.f} {02198.f} {02198.p2-thinks} 
+tr {02197.t2} {02197.f} {02197.p5} -> {02197.p6} 
+tr {02197.t3|02198.t1} : a2196 {02197.f} {02198.p1} -> {02198.p3} 
+tr {02198.e} {02198.p6} {02198.p3} -> {02198.p4-eats} 
+tr {02198.t} {02198.p2-thinks} -> {02198.p1} {02198.p5} 
+tr {02198.t0|02199.t4} : b2197 {02199.p4-eats} -> {02198.f} {02199.f} {02199.p2-thinks} 
+tr {02198.t2} {02198.f} {02198.p5} -> {02198.p6} 
+tr {02198.t3|02199.t1} : a2197 {02198.f} {02199.p1} -> {02199.p3} 
+tr {02199.e} {02199.p6} {02199.p3} -> {02199.p4-eats} 
+tr {02199.t} {02199.p2-thinks} -> {02199.p1} {02199.p5} 
+tr {02199.t0|02200.t4} : b2198 {02200.p4-eats} -> {02199.f} {02200.f} {02200.p2-thinks} 
+tr {02199.t2} {02199.f} {02199.p5} -> {02199.p6} 
+tr {02199.t3|02200.t1} : a2198 {02199.f} {02200.p1} -> {02200.p3} 
+tr {02200.e} {02200.p6} {02200.p3} -> {02200.p4-eats} 
+tr {02200.t} {02200.p2-thinks} -> {02200.p1} {02200.p5} 
+tr {02200.t0|02201.t4} : b2199 {02201.p4-eats} -> {02200.f} {02201.f} {02201.p2-thinks} 
+tr {02200.t2} {02200.f} {02200.p5} -> {02200.p6} 
+tr {02200.t3|02201.t1} : a2199 {02200.f} {02201.p1} -> {02201.p3} 
+tr {02201.e} {02201.p6} {02201.p3} -> {02201.p4-eats} 
+tr {02201.t} {02201.p2-thinks} -> {02201.p1} {02201.p5} 
+tr {02201.t0|02202.t4} : b2200 {02202.p4-eats} -> {02201.f} {02202.f} {02202.p2-thinks} 
+tr {02201.t2} {02201.f} {02201.p5} -> {02201.p6} 
+tr {02201.t3|02202.t1} : a2200 {02201.f} {02202.p1} -> {02202.p3} 
+tr {02202.e} {02202.p6} {02202.p3} -> {02202.p4-eats} 
+tr {02202.t} {02202.p2-thinks} -> {02202.p1} {02202.p5} 
+tr {02202.t0|02203.t4} : b2201 {02203.p4-eats} -> {02202.f} {02203.f} {02203.p2-thinks} 
+tr {02202.t2} {02202.f} {02202.p5} -> {02202.p6} 
+tr {02202.t3|02203.t1} : a2201 {02202.f} {02203.p1} -> {02203.p3} 
+tr {02203.e} {02203.p6} {02203.p3} -> {02203.p4-eats} 
+tr {02203.t} {02203.p2-thinks} -> {02203.p1} {02203.p5} 
+tr {02203.t0|02204.t4} : b2202 {02204.p4-eats} -> {02203.f} {02204.f} {02204.p2-thinks} 
+tr {02203.t2} {02203.f} {02203.p5} -> {02203.p6} 
+tr {02203.t3|02204.t1} : a2202 {02203.f} {02204.p1} -> {02204.p3} 
+tr {02204.e} {02204.p6} {02204.p3} -> {02204.p4-eats} 
+tr {02204.t} {02204.p2-thinks} -> {02204.p1} {02204.p5} 
+tr {02204.t0|02205.t4} : b2203 {02205.p4-eats} -> {02204.f} {02205.f} {02205.p2-thinks} 
+tr {02204.t2} {02204.f} {02204.p5} -> {02204.p6} 
+tr {02204.t3|02205.t1} : a2203 {02204.f} {02205.p1} -> {02205.p3} 
+tr {02205.e} {02205.p6} {02205.p3} -> {02205.p4-eats} 
+tr {02205.t} {02205.p2-thinks} -> {02205.p1} {02205.p5} 
+tr {02205.t0|02206.t4} : b2204 {02206.p4-eats} -> {02205.f} {02206.f} {02206.p2-thinks} 
+tr {02205.t2} {02205.f} {02205.p5} -> {02205.p6} 
+tr {02205.t3|02206.t1} : a2204 {02205.f} {02206.p1} -> {02206.p3} 
+tr {02206.e} {02206.p6} {02206.p3} -> {02206.p4-eats} 
+tr {02206.t} {02206.p2-thinks} -> {02206.p1} {02206.p5} 
+tr {02206.t0|02207.t4} : b2205 {02207.p4-eats} -> {02206.f} {02207.f} {02207.p2-thinks} 
+tr {02206.t2} {02206.f} {02206.p5} -> {02206.p6} 
+tr {02206.t3|02207.t1} : a2205 {02206.f} {02207.p1} -> {02207.p3} 
+tr {02207.e} {02207.p6} {02207.p3} -> {02207.p4-eats} 
+tr {02207.t} {02207.p2-thinks} -> {02207.p1} {02207.p5} 
+tr {02207.t0|02208.t4} : b2206 {02208.p4-eats} -> {02207.f} {02208.f} {02208.p2-thinks} 
+tr {02207.t2} {02207.f} {02207.p5} -> {02207.p6} 
+tr {02207.t3|02208.t1} : a2206 {02207.f} {02208.p1} -> {02208.p3} 
+tr {02208.e} {02208.p6} {02208.p3} -> {02208.p4-eats} 
+tr {02208.t} {02208.p2-thinks} -> {02208.p1} {02208.p5} 
+tr {02208.t0|02209.t4} : b2207 {02209.p4-eats} -> {02208.f} {02209.f} {02209.p2-thinks} 
+tr {02208.t2} {02208.f} {02208.p5} -> {02208.p6} 
+tr {02208.t3|02209.t1} : a2207 {02208.f} {02209.p1} -> {02209.p3} 
+tr {02209.e} {02209.p6} {02209.p3} -> {02209.p4-eats} 
+tr {02209.t} {02209.p2-thinks} -> {02209.p1} {02209.p5} 
+tr {02209.t0|02210.t4} : b2208 {02210.p4-eats} -> {02209.f} {02210.f} {02210.p2-thinks} 
+tr {02209.t2} {02209.f} {02209.p5} -> {02209.p6} 
+tr {02209.t3|02210.t1} : a2208 {02209.f} {02210.p1} -> {02210.p3} 
+tr {02210.e} {02210.p6} {02210.p3} -> {02210.p4-eats} 
+tr {02210.t} {02210.p2-thinks} -> {02210.p1} {02210.p5} 
+tr {02210.t0|02211.t4} : b2209 {02211.p4-eats} -> {02210.f} {02211.f} {02211.p2-thinks} 
+tr {02210.t2} {02210.f} {02210.p5} -> {02210.p6} 
+tr {02210.t3|02211.t1} : a2209 {02210.f} {02211.p1} -> {02211.p3} 
+tr {02211.e} {02211.p6} {02211.p3} -> {02211.p4-eats} 
+tr {02211.t} {02211.p2-thinks} -> {02211.p1} {02211.p5} 
+tr {02211.t0|02212.t4} : b2210 {02212.p4-eats} -> {02211.f} {02212.f} {02212.p2-thinks} 
+tr {02211.t2} {02211.f} {02211.p5} -> {02211.p6} 
+tr {02211.t3|02212.t1} : a2210 {02211.f} {02212.p1} -> {02212.p3} 
+tr {02212.e} {02212.p6} {02212.p3} -> {02212.p4-eats} 
+tr {02212.t} {02212.p2-thinks} -> {02212.p1} {02212.p5} 
+tr {02212.t0|02213.t4} : b2211 {02213.p4-eats} -> {02212.f} {02213.f} {02213.p2-thinks} 
+tr {02212.t2} {02212.f} {02212.p5} -> {02212.p6} 
+tr {02212.t3|02213.t1} : a2211 {02212.f} {02213.p1} -> {02213.p3} 
+tr {02213.e} {02213.p6} {02213.p3} -> {02213.p4-eats} 
+tr {02213.t} {02213.p2-thinks} -> {02213.p1} {02213.p5} 
+tr {02213.t0|02214.t4} : b2212 {02214.p4-eats} -> {02213.f} {02214.f} {02214.p2-thinks} 
+tr {02213.t2} {02213.f} {02213.p5} -> {02213.p6} 
+tr {02213.t3|02214.t1} : a2212 {02213.f} {02214.p1} -> {02214.p3} 
+tr {02214.e} {02214.p6} {02214.p3} -> {02214.p4-eats} 
+tr {02214.t} {02214.p2-thinks} -> {02214.p1} {02214.p5} 
+tr {02214.t0|02215.t4} : b2213 {02215.p4-eats} -> {02214.f} {02215.f} {02215.p2-thinks} 
+tr {02214.t2} {02214.f} {02214.p5} -> {02214.p6} 
+tr {02214.t3|02215.t1} : a2213 {02214.f} {02215.p1} -> {02215.p3} 
+tr {02215.e} {02215.p6} {02215.p3} -> {02215.p4-eats} 
+tr {02215.t} {02215.p2-thinks} -> {02215.p1} {02215.p5} 
+tr {02215.t0|02216.t4} : b2214 {02216.p4-eats} -> {02215.f} {02216.f} {02216.p2-thinks} 
+tr {02215.t2} {02215.f} {02215.p5} -> {02215.p6} 
+tr {02215.t3|02216.t1} : a2214 {02215.f} {02216.p1} -> {02216.p3} 
+tr {02216.e} {02216.p6} {02216.p3} -> {02216.p4-eats} 
+tr {02216.t} {02216.p2-thinks} -> {02216.p1} {02216.p5} 
+tr {02216.t0|02217.t4} : b2215 {02217.p4-eats} -> {02216.f} {02217.f} {02217.p2-thinks} 
+tr {02216.t2} {02216.f} {02216.p5} -> {02216.p6} 
+tr {02216.t3|02217.t1} : a2215 {02216.f} {02217.p1} -> {02217.p3} 
+tr {02217.e} {02217.p6} {02217.p3} -> {02217.p4-eats} 
+tr {02217.t} {02217.p2-thinks} -> {02217.p1} {02217.p5} 
+tr {02217.t0|02218.t4} : b2216 {02218.p4-eats} -> {02217.f} {02218.f} {02218.p2-thinks} 
+tr {02217.t2} {02217.f} {02217.p5} -> {02217.p6} 
+tr {02217.t3|02218.t1} : a2216 {02217.f} {02218.p1} -> {02218.p3} 
+tr {02218.e} {02218.p6} {02218.p3} -> {02218.p4-eats} 
+tr {02218.t} {02218.p2-thinks} -> {02218.p1} {02218.p5} 
+tr {02218.t0|02219.t4} : b2217 {02219.p4-eats} -> {02218.f} {02219.f} {02219.p2-thinks} 
+tr {02218.t2} {02218.f} {02218.p5} -> {02218.p6} 
+tr {02218.t3|02219.t1} : a2217 {02218.f} {02219.p1} -> {02219.p3} 
+tr {02219.e} {02219.p6} {02219.p3} -> {02219.p4-eats} 
+tr {02219.t} {02219.p2-thinks} -> {02219.p1} {02219.p5} 
+tr {02219.t0|02220.t4} : b2218 {02220.p4-eats} -> {02219.f} {02220.f} {02220.p2-thinks} 
+tr {02219.t2} {02219.f} {02219.p5} -> {02219.p6} 
+tr {02219.t3|02220.t1} : a2218 {02219.f} {02220.p1} -> {02220.p3} 
+tr {02220.e} {02220.p6} {02220.p3} -> {02220.p4-eats} 
+tr {02220.t} {02220.p2-thinks} -> {02220.p1} {02220.p5} 
+tr {02220.t0|02221.t4} : b2219 {02221.p4-eats} -> {02220.f} {02221.f} {02221.p2-thinks} 
+tr {02220.t2} {02220.f} {02220.p5} -> {02220.p6} 
+tr {02220.t3|02221.t1} : a2219 {02220.f} {02221.p1} -> {02221.p3} 
+tr {02221.e} {02221.p6} {02221.p3} -> {02221.p4-eats} 
+tr {02221.t} {02221.p2-thinks} -> {02221.p1} {02221.p5} 
+tr {02221.t0|02222.t4} : b2220 {02222.p4-eats} -> {02221.f} {02222.f} {02222.p2-thinks} 
+tr {02221.t2} {02221.f} {02221.p5} -> {02221.p6} 
+tr {02221.t3|02222.t1} : a2220 {02221.f} {02222.p1} -> {02222.p3} 
+tr {02222.e} {02222.p6} {02222.p3} -> {02222.p4-eats} 
+tr {02222.t} {02222.p2-thinks} -> {02222.p1} {02222.p5} 
+tr {02222.t0|02223.t4} : b2221 {02223.p4-eats} -> {02222.f} {02223.f} {02223.p2-thinks} 
+tr {02222.t2} {02222.f} {02222.p5} -> {02222.p6} 
+tr {02222.t3|02223.t1} : a2221 {02222.f} {02223.p1} -> {02223.p3} 
+tr {02223.e} {02223.p6} {02223.p3} -> {02223.p4-eats} 
+tr {02223.t} {02223.p2-thinks} -> {02223.p1} {02223.p5} 
+tr {02223.t0|02224.t4} : b2222 {02224.p4-eats} -> {02223.f} {02224.f} {02224.p2-thinks} 
+tr {02223.t2} {02223.f} {02223.p5} -> {02223.p6} 
+tr {02223.t3|02224.t1} : a2222 {02223.f} {02224.p1} -> {02224.p3} 
+tr {02224.e} {02224.p6} {02224.p3} -> {02224.p4-eats} 
+tr {02224.t} {02224.p2-thinks} -> {02224.p1} {02224.p5} 
+tr {02224.t0|02225.t4} : b2223 {02225.p4-eats} -> {02224.f} {02225.f} {02225.p2-thinks} 
+tr {02224.t2} {02224.f} {02224.p5} -> {02224.p6} 
+tr {02224.t3|02225.t1} : a2223 {02224.f} {02225.p1} -> {02225.p3} 
+tr {02225.e} {02225.p6} {02225.p3} -> {02225.p4-eats} 
+tr {02225.t} {02225.p2-thinks} -> {02225.p1} {02225.p5} 
+tr {02225.t0|02226.t4} : b2224 {02226.p4-eats} -> {02225.f} {02226.f} {02226.p2-thinks} 
+tr {02225.t2} {02225.f} {02225.p5} -> {02225.p6} 
+tr {02225.t3|02226.t1} : a2224 {02225.f} {02226.p1} -> {02226.p3} 
+tr {02226.e} {02226.p6} {02226.p3} -> {02226.p4-eats} 
+tr {02226.t} {02226.p2-thinks} -> {02226.p1} {02226.p5} 
+tr {02226.t0|02227.t4} : b2225 {02227.p4-eats} -> {02226.f} {02227.f} {02227.p2-thinks} 
+tr {02226.t2} {02226.f} {02226.p5} -> {02226.p6} 
+tr {02226.t3|02227.t1} : a2225 {02226.f} {02227.p1} -> {02227.p3} 
+tr {02227.e} {02227.p6} {02227.p3} -> {02227.p4-eats} 
+tr {02227.t} {02227.p2-thinks} -> {02227.p1} {02227.p5} 
+tr {02227.t0|02228.t4} : b2226 {02228.p4-eats} -> {02227.f} {02228.f} {02228.p2-thinks} 
+tr {02227.t2} {02227.f} {02227.p5} -> {02227.p6} 
+tr {02227.t3|02228.t1} : a2226 {02227.f} {02228.p1} -> {02228.p3} 
+tr {02228.e} {02228.p6} {02228.p3} -> {02228.p4-eats} 
+tr {02228.t} {02228.p2-thinks} -> {02228.p1} {02228.p5} 
+tr {02228.t0|02229.t4} : b2227 {02229.p4-eats} -> {02228.f} {02229.f} {02229.p2-thinks} 
+tr {02228.t2} {02228.f} {02228.p5} -> {02228.p6} 
+tr {02228.t3|02229.t1} : a2227 {02228.f} {02229.p1} -> {02229.p3} 
+tr {02229.e} {02229.p6} {02229.p3} -> {02229.p4-eats} 
+tr {02229.t} {02229.p2-thinks} -> {02229.p1} {02229.p5} 
+tr {02229.t0|02230.t4} : b2228 {02230.p4-eats} -> {02229.f} {02230.f} {02230.p2-thinks} 
+tr {02229.t2} {02229.f} {02229.p5} -> {02229.p6} 
+tr {02229.t3|02230.t1} : a2228 {02229.f} {02230.p1} -> {02230.p3} 
+tr {02230.e} {02230.p6} {02230.p3} -> {02230.p4-eats} 
+tr {02230.t} {02230.p2-thinks} -> {02230.p1} {02230.p5} 
+tr {02230.t0|02231.t4} : b2229 {02231.p4-eats} -> {02230.f} {02231.f} {02231.p2-thinks} 
+tr {02230.t2} {02230.f} {02230.p5} -> {02230.p6} 
+tr {02230.t3|02231.t1} : a2229 {02230.f} {02231.p1} -> {02231.p3} 
+tr {02231.e} {02231.p6} {02231.p3} -> {02231.p4-eats} 
+tr {02231.t} {02231.p2-thinks} -> {02231.p1} {02231.p5} 
+tr {02231.t0|02232.t4} : b2230 {02232.p4-eats} -> {02231.f} {02232.f} {02232.p2-thinks} 
+tr {02231.t2} {02231.f} {02231.p5} -> {02231.p6} 
+tr {02231.t3|02232.t1} : a2230 {02231.f} {02232.p1} -> {02232.p3} 
+tr {02232.e} {02232.p6} {02232.p3} -> {02232.p4-eats} 
+tr {02232.t} {02232.p2-thinks} -> {02232.p1} {02232.p5} 
+tr {02232.t0|02233.t4} : b2231 {02233.p4-eats} -> {02232.f} {02233.f} {02233.p2-thinks} 
+tr {02232.t2} {02232.f} {02232.p5} -> {02232.p6} 
+tr {02232.t3|02233.t1} : a2231 {02232.f} {02233.p1} -> {02233.p3} 
+tr {02233.e} {02233.p6} {02233.p3} -> {02233.p4-eats} 
+tr {02233.t} {02233.p2-thinks} -> {02233.p1} {02233.p5} 
+tr {02233.t0|02234.t4} : b2232 {02234.p4-eats} -> {02233.f} {02234.f} {02234.p2-thinks} 
+tr {02233.t2} {02233.f} {02233.p5} -> {02233.p6} 
+tr {02233.t3|02234.t1} : a2232 {02233.f} {02234.p1} -> {02234.p3} 
+tr {02234.e} {02234.p6} {02234.p3} -> {02234.p4-eats} 
+tr {02234.t} {02234.p2-thinks} -> {02234.p1} {02234.p5} 
+tr {02234.t0|02235.t4} : b2233 {02235.p4-eats} -> {02234.f} {02235.f} {02235.p2-thinks} 
+tr {02234.t2} {02234.f} {02234.p5} -> {02234.p6} 
+tr {02234.t3|02235.t1} : a2233 {02234.f} {02235.p1} -> {02235.p3} 
+tr {02235.e} {02235.p6} {02235.p3} -> {02235.p4-eats} 
+tr {02235.t} {02235.p2-thinks} -> {02235.p1} {02235.p5} 
+tr {02235.t0|02236.t4} : b2234 {02236.p4-eats} -> {02235.f} {02236.f} {02236.p2-thinks} 
+tr {02235.t2} {02235.f} {02235.p5} -> {02235.p6} 
+tr {02235.t3|02236.t1} : a2234 {02235.f} {02236.p1} -> {02236.p3} 
+tr {02236.e} {02236.p6} {02236.p3} -> {02236.p4-eats} 
+tr {02236.t} {02236.p2-thinks} -> {02236.p1} {02236.p5} 
+tr {02236.t0|02237.t4} : b2235 {02237.p4-eats} -> {02236.f} {02237.f} {02237.p2-thinks} 
+tr {02236.t2} {02236.f} {02236.p5} -> {02236.p6} 
+tr {02236.t3|02237.t1} : a2235 {02236.f} {02237.p1} -> {02237.p3} 
+tr {02237.e} {02237.p6} {02237.p3} -> {02237.p4-eats} 
+tr {02237.t} {02237.p2-thinks} -> {02237.p1} {02237.p5} 
+tr {02237.t0|02238.t4} : b2236 {02238.p4-eats} -> {02237.f} {02238.f} {02238.p2-thinks} 
+tr {02237.t2} {02237.f} {02237.p5} -> {02237.p6} 
+tr {02237.t3|02238.t1} : a2236 {02237.f} {02238.p1} -> {02238.p3} 
+tr {02238.e} {02238.p6} {02238.p3} -> {02238.p4-eats} 
+tr {02238.t} {02238.p2-thinks} -> {02238.p1} {02238.p5} 
+tr {02238.t0|02239.t4} : b2237 {02239.p4-eats} -> {02238.f} {02239.f} {02239.p2-thinks} 
+tr {02238.t2} {02238.f} {02238.p5} -> {02238.p6} 
+tr {02238.t3|02239.t1} : a2237 {02238.f} {02239.p1} -> {02239.p3} 
+tr {02239.e} {02239.p6} {02239.p3} -> {02239.p4-eats} 
+tr {02239.t} {02239.p2-thinks} -> {02239.p1} {02239.p5} 
+tr {02239.t0|02240.t4} : b2238 {02240.p4-eats} -> {02239.f} {02240.f} {02240.p2-thinks} 
+tr {02239.t2} {02239.f} {02239.p5} -> {02239.p6} 
+tr {02239.t3|02240.t1} : a2238 {02239.f} {02240.p1} -> {02240.p3} 
+tr {02240.e} {02240.p6} {02240.p3} -> {02240.p4-eats} 
+tr {02240.t} {02240.p2-thinks} -> {02240.p1} {02240.p5} 
+tr {02240.t0|02241.t4} : b2239 {02241.p4-eats} -> {02240.f} {02241.f} {02241.p2-thinks} 
+tr {02240.t2} {02240.f} {02240.p5} -> {02240.p6} 
+tr {02240.t3|02241.t1} : a2239 {02240.f} {02241.p1} -> {02241.p3} 
+tr {02241.e} {02241.p6} {02241.p3} -> {02241.p4-eats} 
+tr {02241.t} {02241.p2-thinks} -> {02241.p1} {02241.p5} 
+tr {02241.t0|02242.t4} : b2240 {02242.p4-eats} -> {02241.f} {02242.f} {02242.p2-thinks} 
+tr {02241.t2} {02241.f} {02241.p5} -> {02241.p6} 
+tr {02241.t3|02242.t1} : a2240 {02241.f} {02242.p1} -> {02242.p3} 
+tr {02242.e} {02242.p6} {02242.p3} -> {02242.p4-eats} 
+tr {02242.t} {02242.p2-thinks} -> {02242.p1} {02242.p5} 
+tr {02242.t0|02243.t4} : b2241 {02243.p4-eats} -> {02242.f} {02243.f} {02243.p2-thinks} 
+tr {02242.t2} {02242.f} {02242.p5} -> {02242.p6} 
+tr {02242.t3|02243.t1} : a2241 {02242.f} {02243.p1} -> {02243.p3} 
+tr {02243.e} {02243.p6} {02243.p3} -> {02243.p4-eats} 
+tr {02243.t} {02243.p2-thinks} -> {02243.p1} {02243.p5} 
+tr {02243.t0|02244.t4} : b2242 {02244.p4-eats} -> {02243.f} {02244.f} {02244.p2-thinks} 
+tr {02243.t2} {02243.f} {02243.p5} -> {02243.p6} 
+tr {02243.t3|02244.t1} : a2242 {02243.f} {02244.p1} -> {02244.p3} 
+tr {02244.e} {02244.p6} {02244.p3} -> {02244.p4-eats} 
+tr {02244.t} {02244.p2-thinks} -> {02244.p1} {02244.p5} 
+tr {02244.t0|02245.t4} : b2243 {02245.p4-eats} -> {02244.f} {02245.f} {02245.p2-thinks} 
+tr {02244.t2} {02244.f} {02244.p5} -> {02244.p6} 
+tr {02244.t3|02245.t1} : a2243 {02244.f} {02245.p1} -> {02245.p3} 
+tr {02245.e} {02245.p6} {02245.p3} -> {02245.p4-eats} 
+tr {02245.t} {02245.p2-thinks} -> {02245.p1} {02245.p5} 
+tr {02245.t0|02246.t4} : b2244 {02246.p4-eats} -> {02245.f} {02246.f} {02246.p2-thinks} 
+tr {02245.t2} {02245.f} {02245.p5} -> {02245.p6} 
+tr {02245.t3|02246.t1} : a2244 {02245.f} {02246.p1} -> {02246.p3} 
+tr {02246.e} {02246.p6} {02246.p3} -> {02246.p4-eats} 
+tr {02246.t} {02246.p2-thinks} -> {02246.p1} {02246.p5} 
+tr {02246.t0|02247.t4} : b2245 {02247.p4-eats} -> {02246.f} {02247.f} {02247.p2-thinks} 
+tr {02246.t2} {02246.f} {02246.p5} -> {02246.p6} 
+tr {02246.t3|02247.t1} : a2245 {02246.f} {02247.p1} -> {02247.p3} 
+tr {02247.e} {02247.p6} {02247.p3} -> {02247.p4-eats} 
+tr {02247.t} {02247.p2-thinks} -> {02247.p1} {02247.p5} 
+tr {02247.t0|02248.t4} : b2246 {02248.p4-eats} -> {02247.f} {02248.f} {02248.p2-thinks} 
+tr {02247.t2} {02247.f} {02247.p5} -> {02247.p6} 
+tr {02247.t3|02248.t1} : a2246 {02247.f} {02248.p1} -> {02248.p3} 
+tr {02248.e} {02248.p6} {02248.p3} -> {02248.p4-eats} 
+tr {02248.t} {02248.p2-thinks} -> {02248.p1} {02248.p5} 
+tr {02248.t0|02249.t4} : b2247 {02249.p4-eats} -> {02248.f} {02249.f} {02249.p2-thinks} 
+tr {02248.t2} {02248.f} {02248.p5} -> {02248.p6} 
+tr {02248.t3|02249.t1} : a2247 {02248.f} {02249.p1} -> {02249.p3} 
+tr {02249.e} {02249.p6} {02249.p3} -> {02249.p4-eats} 
+tr {02249.t} {02249.p2-thinks} -> {02249.p1} {02249.p5} 
+tr {02249.t0|02250.t4} : b2248 {02250.p4-eats} -> {02249.f} {02250.f} {02250.p2-thinks} 
+tr {02249.t2} {02249.f} {02249.p5} -> {02249.p6} 
+tr {02249.t3|02250.t1} : a2248 {02249.f} {02250.p1} -> {02250.p3} 
+tr {02250.e} {02250.p6} {02250.p3} -> {02250.p4-eats} 
+tr {02250.t} {02250.p2-thinks} -> {02250.p1} {02250.p5} 
+tr {02250.t0|02251.t4} : b2249 {02251.p4-eats} -> {02250.f} {02251.f} {02251.p2-thinks} 
+tr {02250.t2} {02250.f} {02250.p5} -> {02250.p6} 
+tr {02250.t3|02251.t1} : a2249 {02250.f} {02251.p1} -> {02251.p3} 
+tr {02251.e} {02251.p6} {02251.p3} -> {02251.p4-eats} 
+tr {02251.t} {02251.p2-thinks} -> {02251.p1} {02251.p5} 
+tr {02251.t0|02252.t4} : b2250 {02252.p4-eats} -> {02251.f} {02252.f} {02252.p2-thinks} 
+tr {02251.t2} {02251.f} {02251.p5} -> {02251.p6} 
+tr {02251.t3|02252.t1} : a2250 {02251.f} {02252.p1} -> {02252.p3} 
+tr {02252.e} {02252.p6} {02252.p3} -> {02252.p4-eats} 
+tr {02252.t} {02252.p2-thinks} -> {02252.p1} {02252.p5} 
+tr {02252.t0|02253.t4} : b2251 {02253.p4-eats} -> {02252.f} {02253.f} {02253.p2-thinks} 
+tr {02252.t2} {02252.f} {02252.p5} -> {02252.p6} 
+tr {02252.t3|02253.t1} : a2251 {02252.f} {02253.p1} -> {02253.p3} 
+tr {02253.e} {02253.p6} {02253.p3} -> {02253.p4-eats} 
+tr {02253.t} {02253.p2-thinks} -> {02253.p1} {02253.p5} 
+tr {02253.t0|02254.t4} : b2252 {02254.p4-eats} -> {02253.f} {02254.f} {02254.p2-thinks} 
+tr {02253.t2} {02253.f} {02253.p5} -> {02253.p6} 
+tr {02253.t3|02254.t1} : a2252 {02253.f} {02254.p1} -> {02254.p3} 
+tr {02254.e} {02254.p6} {02254.p3} -> {02254.p4-eats} 
+tr {02254.t} {02254.p2-thinks} -> {02254.p1} {02254.p5} 
+tr {02254.t0|02255.t4} : b2253 {02255.p4-eats} -> {02254.f} {02255.f} {02255.p2-thinks} 
+tr {02254.t2} {02254.f} {02254.p5} -> {02254.p6} 
+tr {02254.t3|02255.t1} : a2253 {02254.f} {02255.p1} -> {02255.p3} 
+tr {02255.e} {02255.p6} {02255.p3} -> {02255.p4-eats} 
+tr {02255.t} {02255.p2-thinks} -> {02255.p1} {02255.p5} 
+tr {02255.t0|02256.t4} : b2254 {02256.p4-eats} -> {02255.f} {02256.f} {02256.p2-thinks} 
+tr {02255.t2} {02255.f} {02255.p5} -> {02255.p6} 
+tr {02255.t3|02256.t1} : a2254 {02255.f} {02256.p1} -> {02256.p3} 
+tr {02256.e} {02256.p6} {02256.p3} -> {02256.p4-eats} 
+tr {02256.t} {02256.p2-thinks} -> {02256.p1} {02256.p5} 
+tr {02256.t0|02257.t4} : b2255 {02257.p4-eats} -> {02256.f} {02257.f} {02257.p2-thinks} 
+tr {02256.t2} {02256.f} {02256.p5} -> {02256.p6} 
+tr {02256.t3|02257.t1} : a2255 {02256.f} {02257.p1} -> {02257.p3} 
+tr {02257.e} {02257.p6} {02257.p3} -> {02257.p4-eats} 
+tr {02257.t} {02257.p2-thinks} -> {02257.p1} {02257.p5} 
+tr {02257.t0|02258.t4} : b2256 {02258.p4-eats} -> {02257.f} {02258.f} {02258.p2-thinks} 
+tr {02257.t2} {02257.f} {02257.p5} -> {02257.p6} 
+tr {02257.t3|02258.t1} : a2256 {02257.f} {02258.p1} -> {02258.p3} 
+tr {02258.e} {02258.p6} {02258.p3} -> {02258.p4-eats} 
+tr {02258.t} {02258.p2-thinks} -> {02258.p1} {02258.p5} 
+tr {02258.t0|02259.t4} : b2257 {02259.p4-eats} -> {02258.f} {02259.f} {02259.p2-thinks} 
+tr {02258.t2} {02258.f} {02258.p5} -> {02258.p6} 
+tr {02258.t3|02259.t1} : a2257 {02258.f} {02259.p1} -> {02259.p3} 
+tr {02259.e} {02259.p6} {02259.p3} -> {02259.p4-eats} 
+tr {02259.t} {02259.p2-thinks} -> {02259.p1} {02259.p5} 
+tr {02259.t0|02260.t4} : b2258 {02260.p4-eats} -> {02259.f} {02260.f} {02260.p2-thinks} 
+tr {02259.t2} {02259.f} {02259.p5} -> {02259.p6} 
+tr {02259.t3|02260.t1} : a2258 {02259.f} {02260.p1} -> {02260.p3} 
+tr {02260.e} {02260.p6} {02260.p3} -> {02260.p4-eats} 
+tr {02260.t} {02260.p2-thinks} -> {02260.p1} {02260.p5} 
+tr {02260.t0|02261.t4} : b2259 {02261.p4-eats} -> {02260.f} {02261.f} {02261.p2-thinks} 
+tr {02260.t2} {02260.f} {02260.p5} -> {02260.p6} 
+tr {02260.t3|02261.t1} : a2259 {02260.f} {02261.p1} -> {02261.p3} 
+tr {02261.e} {02261.p6} {02261.p3} -> {02261.p4-eats} 
+tr {02261.t} {02261.p2-thinks} -> {02261.p1} {02261.p5} 
+tr {02261.t0|02262.t4} : b2260 {02262.p4-eats} -> {02261.f} {02262.f} {02262.p2-thinks} 
+tr {02261.t2} {02261.f} {02261.p5} -> {02261.p6} 
+tr {02261.t3|02262.t1} : a2260 {02261.f} {02262.p1} -> {02262.p3} 
+tr {02262.e} {02262.p6} {02262.p3} -> {02262.p4-eats} 
+tr {02262.t} {02262.p2-thinks} -> {02262.p1} {02262.p5} 
+tr {02262.t0|02263.t4} : b2261 {02263.p4-eats} -> {02262.f} {02263.f} {02263.p2-thinks} 
+tr {02262.t2} {02262.f} {02262.p5} -> {02262.p6} 
+tr {02262.t3|02263.t1} : a2261 {02262.f} {02263.p1} -> {02263.p3} 
+tr {02263.e} {02263.p6} {02263.p3} -> {02263.p4-eats} 
+tr {02263.t} {02263.p2-thinks} -> {02263.p1} {02263.p5} 
+tr {02263.t0|02264.t4} : b2262 {02264.p4-eats} -> {02263.f} {02264.f} {02264.p2-thinks} 
+tr {02263.t2} {02263.f} {02263.p5} -> {02263.p6} 
+tr {02263.t3|02264.t1} : a2262 {02263.f} {02264.p1} -> {02264.p3} 
+tr {02264.e} {02264.p6} {02264.p3} -> {02264.p4-eats} 
+tr {02264.t} {02264.p2-thinks} -> {02264.p1} {02264.p5} 
+tr {02264.t0|02265.t4} : b2263 {02265.p4-eats} -> {02264.f} {02265.f} {02265.p2-thinks} 
+tr {02264.t2} {02264.f} {02264.p5} -> {02264.p6} 
+tr {02264.t3|02265.t1} : a2263 {02264.f} {02265.p1} -> {02265.p3} 
+tr {02265.e} {02265.p6} {02265.p3} -> {02265.p4-eats} 
+tr {02265.t} {02265.p2-thinks} -> {02265.p1} {02265.p5} 
+tr {02265.t0|02266.t4} : b2264 {02266.p4-eats} -> {02265.f} {02266.f} {02266.p2-thinks} 
+tr {02265.t2} {02265.f} {02265.p5} -> {02265.p6} 
+tr {02265.t3|02266.t1} : a2264 {02265.f} {02266.p1} -> {02266.p3} 
+tr {02266.e} {02266.p6} {02266.p3} -> {02266.p4-eats} 
+tr {02266.t} {02266.p2-thinks} -> {02266.p1} {02266.p5} 
+tr {02266.t0|02267.t4} : b2265 {02267.p4-eats} -> {02266.f} {02267.f} {02267.p2-thinks} 
+tr {02266.t2} {02266.f} {02266.p5} -> {02266.p6} 
+tr {02266.t3|02267.t1} : a2265 {02266.f} {02267.p1} -> {02267.p3} 
+tr {02267.e} {02267.p6} {02267.p3} -> {02267.p4-eats} 
+tr {02267.t} {02267.p2-thinks} -> {02267.p1} {02267.p5} 
+tr {02267.t0|02268.t4} : b2266 {02268.p4-eats} -> {02267.f} {02268.f} {02268.p2-thinks} 
+tr {02267.t2} {02267.f} {02267.p5} -> {02267.p6} 
+tr {02267.t3|02268.t1} : a2266 {02267.f} {02268.p1} -> {02268.p3} 
+tr {02268.e} {02268.p6} {02268.p3} -> {02268.p4-eats} 
+tr {02268.t} {02268.p2-thinks} -> {02268.p1} {02268.p5} 
+tr {02268.t0|02269.t4} : b2267 {02269.p4-eats} -> {02268.f} {02269.f} {02269.p2-thinks} 
+tr {02268.t2} {02268.f} {02268.p5} -> {02268.p6} 
+tr {02268.t3|02269.t1} : a2267 {02268.f} {02269.p1} -> {02269.p3} 
+tr {02269.e} {02269.p6} {02269.p3} -> {02269.p4-eats} 
+tr {02269.t} {02269.p2-thinks} -> {02269.p1} {02269.p5} 
+tr {02269.t0|02270.t4} : b2268 {02270.p4-eats} -> {02269.f} {02270.f} {02270.p2-thinks} 
+tr {02269.t2} {02269.f} {02269.p5} -> {02269.p6} 
+tr {02269.t3|02270.t1} : a2268 {02269.f} {02270.p1} -> {02270.p3} 
+tr {02270.e} {02270.p6} {02270.p3} -> {02270.p4-eats} 
+tr {02270.t} {02270.p2-thinks} -> {02270.p1} {02270.p5} 
+tr {02270.t0|02271.t4} : b2269 {02271.p4-eats} -> {02270.f} {02271.f} {02271.p2-thinks} 
+tr {02270.t2} {02270.f} {02270.p5} -> {02270.p6} 
+tr {02270.t3|02271.t1} : a2269 {02270.f} {02271.p1} -> {02271.p3} 
+tr {02271.e} {02271.p6} {02271.p3} -> {02271.p4-eats} 
+tr {02271.t} {02271.p2-thinks} -> {02271.p1} {02271.p5} 
+tr {02271.t0|02272.t4} : b2270 {02272.p4-eats} -> {02271.f} {02272.f} {02272.p2-thinks} 
+tr {02271.t2} {02271.f} {02271.p5} -> {02271.p6} 
+tr {02271.t3|02272.t1} : a2270 {02271.f} {02272.p1} -> {02272.p3} 
+tr {02272.e} {02272.p6} {02272.p3} -> {02272.p4-eats} 
+tr {02272.t} {02272.p2-thinks} -> {02272.p1} {02272.p5} 
+tr {02272.t0|02273.t4} : b2271 {02273.p4-eats} -> {02272.f} {02273.f} {02273.p2-thinks} 
+tr {02272.t2} {02272.f} {02272.p5} -> {02272.p6} 
+tr {02272.t3|02273.t1} : a2271 {02272.f} {02273.p1} -> {02273.p3} 
+tr {02273.e} {02273.p6} {02273.p3} -> {02273.p4-eats} 
+tr {02273.t} {02273.p2-thinks} -> {02273.p1} {02273.p5} 
+tr {02273.t0|02274.t4} : b2272 {02274.p4-eats} -> {02273.f} {02274.f} {02274.p2-thinks} 
+tr {02273.t2} {02273.f} {02273.p5} -> {02273.p6} 
+tr {02273.t3|02274.t1} : a2272 {02273.f} {02274.p1} -> {02274.p3} 
+tr {02274.e} {02274.p6} {02274.p3} -> {02274.p4-eats} 
+tr {02274.t} {02274.p2-thinks} -> {02274.p1} {02274.p5} 
+tr {02274.t0|02275.t4} : b2273 {02275.p4-eats} -> {02274.f} {02275.f} {02275.p2-thinks} 
+tr {02274.t2} {02274.f} {02274.p5} -> {02274.p6} 
+tr {02274.t3|02275.t1} : a2273 {02274.f} {02275.p1} -> {02275.p3} 
+tr {02275.e} {02275.p6} {02275.p3} -> {02275.p4-eats} 
+tr {02275.t} {02275.p2-thinks} -> {02275.p1} {02275.p5} 
+tr {02275.t0|02276.t4} : b2274 {02276.p4-eats} -> {02275.f} {02276.f} {02276.p2-thinks} 
+tr {02275.t2} {02275.f} {02275.p5} -> {02275.p6} 
+tr {02275.t3|02276.t1} : a2274 {02275.f} {02276.p1} -> {02276.p3} 
+tr {02276.e} {02276.p6} {02276.p3} -> {02276.p4-eats} 
+tr {02276.t} {02276.p2-thinks} -> {02276.p1} {02276.p5} 
+tr {02276.t0|02277.t4} : b2275 {02277.p4-eats} -> {02276.f} {02277.f} {02277.p2-thinks} 
+tr {02276.t2} {02276.f} {02276.p5} -> {02276.p6} 
+tr {02276.t3|02277.t1} : a2275 {02276.f} {02277.p1} -> {02277.p3} 
+tr {02277.e} {02277.p6} {02277.p3} -> {02277.p4-eats} 
+tr {02277.t} {02277.p2-thinks} -> {02277.p1} {02277.p5} 
+tr {02277.t0|02278.t4} : b2276 {02278.p4-eats} -> {02277.f} {02278.f} {02278.p2-thinks} 
+tr {02277.t2} {02277.f} {02277.p5} -> {02277.p6} 
+tr {02277.t3|02278.t1} : a2276 {02277.f} {02278.p1} -> {02278.p3} 
+tr {02278.e} {02278.p6} {02278.p3} -> {02278.p4-eats} 
+tr {02278.t} {02278.p2-thinks} -> {02278.p1} {02278.p5} 
+tr {02278.t0|02279.t4} : b2277 {02279.p4-eats} -> {02278.f} {02279.f} {02279.p2-thinks} 
+tr {02278.t2} {02278.f} {02278.p5} -> {02278.p6} 
+tr {02278.t3|02279.t1} : a2277 {02278.f} {02279.p1} -> {02279.p3} 
+tr {02279.e} {02279.p6} {02279.p3} -> {02279.p4-eats} 
+tr {02279.t} {02279.p2-thinks} -> {02279.p1} {02279.p5} 
+tr {02279.t0|02280.t4} : b2278 {02280.p4-eats} -> {02279.f} {02280.f} {02280.p2-thinks} 
+tr {02279.t2} {02279.f} {02279.p5} -> {02279.p6} 
+tr {02279.t3|02280.t1} : a2278 {02279.f} {02280.p1} -> {02280.p3} 
+tr {02280.e} {02280.p6} {02280.p3} -> {02280.p4-eats} 
+tr {02280.t} {02280.p2-thinks} -> {02280.p1} {02280.p5} 
+tr {02280.t0|02281.t4} : b2279 {02281.p4-eats} -> {02280.f} {02281.f} {02281.p2-thinks} 
+tr {02280.t2} {02280.f} {02280.p5} -> {02280.p6} 
+tr {02280.t3|02281.t1} : a2279 {02280.f} {02281.p1} -> {02281.p3} 
+tr {02281.e} {02281.p6} {02281.p3} -> {02281.p4-eats} 
+tr {02281.t} {02281.p2-thinks} -> {02281.p1} {02281.p5} 
+tr {02281.t0|02282.t4} : b2280 {02282.p4-eats} -> {02281.f} {02282.f} {02282.p2-thinks} 
+tr {02281.t2} {02281.f} {02281.p5} -> {02281.p6} 
+tr {02281.t3|02282.t1} : a2280 {02281.f} {02282.p1} -> {02282.p3} 
+tr {02282.e} {02282.p6} {02282.p3} -> {02282.p4-eats} 
+tr {02282.t} {02282.p2-thinks} -> {02282.p1} {02282.p5} 
+tr {02282.t0|02283.t4} : b2281 {02283.p4-eats} -> {02282.f} {02283.f} {02283.p2-thinks} 
+tr {02282.t2} {02282.f} {02282.p5} -> {02282.p6} 
+tr {02282.t3|02283.t1} : a2281 {02282.f} {02283.p1} -> {02283.p3} 
+tr {02283.e} {02283.p6} {02283.p3} -> {02283.p4-eats} 
+tr {02283.t} {02283.p2-thinks} -> {02283.p1} {02283.p5} 
+tr {02283.t0|02284.t4} : b2282 {02284.p4-eats} -> {02283.f} {02284.f} {02284.p2-thinks} 
+tr {02283.t2} {02283.f} {02283.p5} -> {02283.p6} 
+tr {02283.t3|02284.t1} : a2282 {02283.f} {02284.p1} -> {02284.p3} 
+tr {02284.e} {02284.p6} {02284.p3} -> {02284.p4-eats} 
+tr {02284.t} {02284.p2-thinks} -> {02284.p1} {02284.p5} 
+tr {02284.t0|02285.t4} : b2283 {02285.p4-eats} -> {02284.f} {02285.f} {02285.p2-thinks} 
+tr {02284.t2} {02284.f} {02284.p5} -> {02284.p6} 
+tr {02284.t3|02285.t1} : a2283 {02284.f} {02285.p1} -> {02285.p3} 
+tr {02285.e} {02285.p6} {02285.p3} -> {02285.p4-eats} 
+tr {02285.t} {02285.p2-thinks} -> {02285.p1} {02285.p5} 
+tr {02285.t0|02286.t4} : b2284 {02286.p4-eats} -> {02285.f} {02286.f} {02286.p2-thinks} 
+tr {02285.t2} {02285.f} {02285.p5} -> {02285.p6} 
+tr {02285.t3|02286.t1} : a2284 {02285.f} {02286.p1} -> {02286.p3} 
+tr {02286.e} {02286.p6} {02286.p3} -> {02286.p4-eats} 
+tr {02286.t} {02286.p2-thinks} -> {02286.p1} {02286.p5} 
+tr {02286.t0|02287.t4} : b2285 {02287.p4-eats} -> {02286.f} {02287.f} {02287.p2-thinks} 
+tr {02286.t2} {02286.f} {02286.p5} -> {02286.p6} 
+tr {02286.t3|02287.t1} : a2285 {02286.f} {02287.p1} -> {02287.p3} 
+tr {02287.e} {02287.p6} {02287.p3} -> {02287.p4-eats} 
+tr {02287.t} {02287.p2-thinks} -> {02287.p1} {02287.p5} 
+tr {02287.t0|02288.t4} : b2286 {02288.p4-eats} -> {02287.f} {02288.f} {02288.p2-thinks} 
+tr {02287.t2} {02287.f} {02287.p5} -> {02287.p6} 
+tr {02287.t3|02288.t1} : a2286 {02287.f} {02288.p1} -> {02288.p3} 
+tr {02288.e} {02288.p6} {02288.p3} -> {02288.p4-eats} 
+tr {02288.t} {02288.p2-thinks} -> {02288.p1} {02288.p5} 
+tr {02288.t0|02289.t4} : b2287 {02289.p4-eats} -> {02288.f} {02289.f} {02289.p2-thinks} 
+tr {02288.t2} {02288.f} {02288.p5} -> {02288.p6} 
+tr {02288.t3|02289.t1} : a2287 {02288.f} {02289.p1} -> {02289.p3} 
+tr {02289.e} {02289.p6} {02289.p3} -> {02289.p4-eats} 
+tr {02289.t} {02289.p2-thinks} -> {02289.p1} {02289.p5} 
+tr {02289.t0|02290.t4} : b2288 {02290.p4-eats} -> {02289.f} {02290.f} {02290.p2-thinks} 
+tr {02289.t2} {02289.f} {02289.p5} -> {02289.p6} 
+tr {02289.t3|02290.t1} : a2288 {02289.f} {02290.p1} -> {02290.p3} 
+tr {02290.e} {02290.p6} {02290.p3} -> {02290.p4-eats} 
+tr {02290.t} {02290.p2-thinks} -> {02290.p1} {02290.p5} 
+tr {02290.t0|02291.t4} : b2289 {02291.p4-eats} -> {02290.f} {02291.f} {02291.p2-thinks} 
+tr {02290.t2} {02290.f} {02290.p5} -> {02290.p6} 
+tr {02290.t3|02291.t1} : a2289 {02290.f} {02291.p1} -> {02291.p3} 
+tr {02291.e} {02291.p6} {02291.p3} -> {02291.p4-eats} 
+tr {02291.t} {02291.p2-thinks} -> {02291.p1} {02291.p5} 
+tr {02291.t0|02292.t4} : b2290 {02292.p4-eats} -> {02291.f} {02292.f} {02292.p2-thinks} 
+tr {02291.t2} {02291.f} {02291.p5} -> {02291.p6} 
+tr {02291.t3|02292.t1} : a2290 {02291.f} {02292.p1} -> {02292.p3} 
+tr {02292.e} {02292.p6} {02292.p3} -> {02292.p4-eats} 
+tr {02292.t} {02292.p2-thinks} -> {02292.p1} {02292.p5} 
+tr {02292.t0|02293.t4} : b2291 {02293.p4-eats} -> {02292.f} {02293.f} {02293.p2-thinks} 
+tr {02292.t2} {02292.f} {02292.p5} -> {02292.p6} 
+tr {02292.t3|02293.t1} : a2291 {02292.f} {02293.p1} -> {02293.p3} 
+tr {02293.e} {02293.p6} {02293.p3} -> {02293.p4-eats} 
+tr {02293.t} {02293.p2-thinks} -> {02293.p1} {02293.p5} 
+tr {02293.t0|02294.t4} : b2292 {02294.p4-eats} -> {02293.f} {02294.f} {02294.p2-thinks} 
+tr {02293.t2} {02293.f} {02293.p5} -> {02293.p6} 
+tr {02293.t3|02294.t1} : a2292 {02293.f} {02294.p1} -> {02294.p3} 
+tr {02294.e} {02294.p6} {02294.p3} -> {02294.p4-eats} 
+tr {02294.t} {02294.p2-thinks} -> {02294.p1} {02294.p5} 
+tr {02294.t0|02295.t4} : b2293 {02295.p4-eats} -> {02294.f} {02295.f} {02295.p2-thinks} 
+tr {02294.t2} {02294.f} {02294.p5} -> {02294.p6} 
+tr {02294.t3|02295.t1} : a2293 {02294.f} {02295.p1} -> {02295.p3} 
+tr {02295.e} {02295.p6} {02295.p3} -> {02295.p4-eats} 
+tr {02295.t} {02295.p2-thinks} -> {02295.p1} {02295.p5} 
+tr {02295.t0|02296.t4} : b2294 {02296.p4-eats} -> {02295.f} {02296.f} {02296.p2-thinks} 
+tr {02295.t2} {02295.f} {02295.p5} -> {02295.p6} 
+tr {02295.t3|02296.t1} : a2294 {02295.f} {02296.p1} -> {02296.p3} 
+tr {02296.e} {02296.p6} {02296.p3} -> {02296.p4-eats} 
+tr {02296.t} {02296.p2-thinks} -> {02296.p1} {02296.p5} 
+tr {02296.t0|02297.t4} : b2295 {02297.p4-eats} -> {02296.f} {02297.f} {02297.p2-thinks} 
+tr {02296.t2} {02296.f} {02296.p5} -> {02296.p6} 
+tr {02296.t3|02297.t1} : a2295 {02296.f} {02297.p1} -> {02297.p3} 
+tr {02297.e} {02297.p6} {02297.p3} -> {02297.p4-eats} 
+tr {02297.t} {02297.p2-thinks} -> {02297.p1} {02297.p5} 
+tr {02297.t0|02298.t4} : b2296 {02298.p4-eats} -> {02297.f} {02298.f} {02298.p2-thinks} 
+tr {02297.t2} {02297.f} {02297.p5} -> {02297.p6} 
+tr {02297.t3|02298.t1} : a2296 {02297.f} {02298.p1} -> {02298.p3} 
+tr {02298.e} {02298.p6} {02298.p3} -> {02298.p4-eats} 
+tr {02298.t} {02298.p2-thinks} -> {02298.p1} {02298.p5} 
+tr {02298.t0|02299.t4} : b2297 {02299.p4-eats} -> {02298.f} {02299.f} {02299.p2-thinks} 
+tr {02298.t2} {02298.f} {02298.p5} -> {02298.p6} 
+tr {02298.t3|02299.t1} : a2297 {02298.f} {02299.p1} -> {02299.p3} 
+tr {02299.e} {02299.p6} {02299.p3} -> {02299.p4-eats} 
+tr {02299.t} {02299.p2-thinks} -> {02299.p1} {02299.p5} 
+tr {02299.t0|02300.t4} : b2298 {02300.p4-eats} -> {02299.f} {02300.f} {02300.p2-thinks} 
+tr {02299.t2} {02299.f} {02299.p5} -> {02299.p6} 
+tr {02299.t3|02300.t1} : a2298 {02299.f} {02300.p1} -> {02300.p3} 
+tr {02300.e} {02300.p6} {02300.p3} -> {02300.p4-eats} 
+tr {02300.t} {02300.p2-thinks} -> {02300.p1} {02300.p5} 
+tr {02300.t0|02301.t4} : b2299 {02301.p4-eats} -> {02300.f} {02301.f} {02301.p2-thinks} 
+tr {02300.t2} {02300.f} {02300.p5} -> {02300.p6} 
+tr {02300.t3|02301.t1} : a2299 {02300.f} {02301.p1} -> {02301.p3} 
+tr {02301.e} {02301.p6} {02301.p3} -> {02301.p4-eats} 
+tr {02301.t} {02301.p2-thinks} -> {02301.p1} {02301.p5} 
+tr {02301.t0|02302.t4} : b2300 {02302.p4-eats} -> {02301.f} {02302.f} {02302.p2-thinks} 
+tr {02301.t2} {02301.f} {02301.p5} -> {02301.p6} 
+tr {02301.t3|02302.t1} : a2300 {02301.f} {02302.p1} -> {02302.p3} 
+tr {02302.e} {02302.p6} {02302.p3} -> {02302.p4-eats} 
+tr {02302.t} {02302.p2-thinks} -> {02302.p1} {02302.p5} 
+tr {02302.t0|02303.t4} : b2301 {02303.p4-eats} -> {02302.f} {02303.f} {02303.p2-thinks} 
+tr {02302.t2} {02302.f} {02302.p5} -> {02302.p6} 
+tr {02302.t3|02303.t1} : a2301 {02302.f} {02303.p1} -> {02303.p3} 
+tr {02303.e} {02303.p6} {02303.p3} -> {02303.p4-eats} 
+tr {02303.t} {02303.p2-thinks} -> {02303.p1} {02303.p5} 
+tr {02303.t0|02304.t4} : b2302 {02304.p4-eats} -> {02303.f} {02304.f} {02304.p2-thinks} 
+tr {02303.t2} {02303.f} {02303.p5} -> {02303.p6} 
+tr {02303.t3|02304.t1} : a2302 {02303.f} {02304.p1} -> {02304.p3} 
+tr {02304.e} {02304.p6} {02304.p3} -> {02304.p4-eats} 
+tr {02304.t} {02304.p2-thinks} -> {02304.p1} {02304.p5} 
+tr {02304.t0|02305.t4} : b2303 {02305.p4-eats} -> {02304.f} {02305.f} {02305.p2-thinks} 
+tr {02304.t2} {02304.f} {02304.p5} -> {02304.p6} 
+tr {02304.t3|02305.t1} : a2303 {02304.f} {02305.p1} -> {02305.p3} 
+tr {02305.e} {02305.p6} {02305.p3} -> {02305.p4-eats} 
+tr {02305.t} {02305.p2-thinks} -> {02305.p1} {02305.p5} 
+tr {02305.t0|02306.t4} : b2304 {02306.p4-eats} -> {02305.f} {02306.f} {02306.p2-thinks} 
+tr {02305.t2} {02305.f} {02305.p5} -> {02305.p6} 
+tr {02305.t3|02306.t1} : a2304 {02305.f} {02306.p1} -> {02306.p3} 
+tr {02306.e} {02306.p6} {02306.p3} -> {02306.p4-eats} 
+tr {02306.t} {02306.p2-thinks} -> {02306.p1} {02306.p5} 
+tr {02306.t0|02307.t4} : b2305 {02307.p4-eats} -> {02306.f} {02307.f} {02307.p2-thinks} 
+tr {02306.t2} {02306.f} {02306.p5} -> {02306.p6} 
+tr {02306.t3|02307.t1} : a2305 {02306.f} {02307.p1} -> {02307.p3} 
+tr {02307.e} {02307.p6} {02307.p3} -> {02307.p4-eats} 
+tr {02307.t} {02307.p2-thinks} -> {02307.p1} {02307.p5} 
+tr {02307.t0|02308.t4} : b2306 {02308.p4-eats} -> {02307.f} {02308.f} {02308.p2-thinks} 
+tr {02307.t2} {02307.f} {02307.p5} -> {02307.p6} 
+tr {02307.t3|02308.t1} : a2306 {02307.f} {02308.p1} -> {02308.p3} 
+tr {02308.e} {02308.p6} {02308.p3} -> {02308.p4-eats} 
+tr {02308.t} {02308.p2-thinks} -> {02308.p1} {02308.p5} 
+tr {02308.t0|02309.t4} : b2307 {02309.p4-eats} -> {02308.f} {02309.f} {02309.p2-thinks} 
+tr {02308.t2} {02308.f} {02308.p5} -> {02308.p6} 
+tr {02308.t3|02309.t1} : a2307 {02308.f} {02309.p1} -> {02309.p3} 
+tr {02309.e} {02309.p6} {02309.p3} -> {02309.p4-eats} 
+tr {02309.t} {02309.p2-thinks} -> {02309.p1} {02309.p5} 
+tr {02309.t0|02310.t4} : b2308 {02310.p4-eats} -> {02309.f} {02310.f} {02310.p2-thinks} 
+tr {02309.t2} {02309.f} {02309.p5} -> {02309.p6} 
+tr {02309.t3|02310.t1} : a2308 {02309.f} {02310.p1} -> {02310.p3} 
+tr {02310.e} {02310.p6} {02310.p3} -> {02310.p4-eats} 
+tr {02310.t} {02310.p2-thinks} -> {02310.p1} {02310.p5} 
+tr {02310.t0|02311.t4} : b2309 {02311.p4-eats} -> {02310.f} {02311.f} {02311.p2-thinks} 
+tr {02310.t2} {02310.f} {02310.p5} -> {02310.p6} 
+tr {02310.t3|02311.t1} : a2309 {02310.f} {02311.p1} -> {02311.p3} 
+tr {02311.e} {02311.p6} {02311.p3} -> {02311.p4-eats} 
+tr {02311.t} {02311.p2-thinks} -> {02311.p1} {02311.p5} 
+tr {02311.t0|02312.t4} : b2310 {02312.p4-eats} -> {02311.f} {02312.f} {02312.p2-thinks} 
+tr {02311.t2} {02311.f} {02311.p5} -> {02311.p6} 
+tr {02311.t3|02312.t1} : a2310 {02311.f} {02312.p1} -> {02312.p3} 
+tr {02312.e} {02312.p6} {02312.p3} -> {02312.p4-eats} 
+tr {02312.t} {02312.p2-thinks} -> {02312.p1} {02312.p5} 
+tr {02312.t0|02313.t4} : b2311 {02313.p4-eats} -> {02312.f} {02313.f} {02313.p2-thinks} 
+tr {02312.t2} {02312.f} {02312.p5} -> {02312.p6} 
+tr {02312.t3|02313.t1} : a2311 {02312.f} {02313.p1} -> {02313.p3} 
+tr {02313.e} {02313.p6} {02313.p3} -> {02313.p4-eats} 
+tr {02313.t} {02313.p2-thinks} -> {02313.p1} {02313.p5} 
+tr {02313.t0|02314.t4} : b2312 {02314.p4-eats} -> {02313.f} {02314.f} {02314.p2-thinks} 
+tr {02313.t2} {02313.f} {02313.p5} -> {02313.p6} 
+tr {02313.t3|02314.t1} : a2312 {02313.f} {02314.p1} -> {02314.p3} 
+tr {02314.e} {02314.p6} {02314.p3} -> {02314.p4-eats} 
+tr {02314.t} {02314.p2-thinks} -> {02314.p1} {02314.p5} 
+tr {02314.t0|02315.t4} : b2313 {02315.p4-eats} -> {02314.f} {02315.f} {02315.p2-thinks} 
+tr {02314.t2} {02314.f} {02314.p5} -> {02314.p6} 
+tr {02314.t3|02315.t1} : a2313 {02314.f} {02315.p1} -> {02315.p3} 
+tr {02315.e} {02315.p6} {02315.p3} -> {02315.p4-eats} 
+tr {02315.t} {02315.p2-thinks} -> {02315.p1} {02315.p5} 
+tr {02315.t0|02316.t4} : b2314 {02316.p4-eats} -> {02315.f} {02316.f} {02316.p2-thinks} 
+tr {02315.t2} {02315.f} {02315.p5} -> {02315.p6} 
+tr {02315.t3|02316.t1} : a2314 {02315.f} {02316.p1} -> {02316.p3} 
+tr {02316.e} {02316.p6} {02316.p3} -> {02316.p4-eats} 
+tr {02316.t} {02316.p2-thinks} -> {02316.p1} {02316.p5} 
+tr {02316.t0|02317.t4} : b2315 {02317.p4-eats} -> {02316.f} {02317.f} {02317.p2-thinks} 
+tr {02316.t2} {02316.f} {02316.p5} -> {02316.p6} 
+tr {02316.t3|02317.t1} : a2315 {02316.f} {02317.p1} -> {02317.p3} 
+tr {02317.e} {02317.p6} {02317.p3} -> {02317.p4-eats} 
+tr {02317.t} {02317.p2-thinks} -> {02317.p1} {02317.p5} 
+tr {02317.t0|02318.t4} : b2316 {02318.p4-eats} -> {02317.f} {02318.f} {02318.p2-thinks} 
+tr {02317.t2} {02317.f} {02317.p5} -> {02317.p6} 
+tr {02317.t3|02318.t1} : a2316 {02317.f} {02318.p1} -> {02318.p3} 
+tr {02318.e} {02318.p6} {02318.p3} -> {02318.p4-eats} 
+tr {02318.t} {02318.p2-thinks} -> {02318.p1} {02318.p5} 
+tr {02318.t0|02319.t4} : b2317 {02319.p4-eats} -> {02318.f} {02319.f} {02319.p2-thinks} 
+tr {02318.t2} {02318.f} {02318.p5} -> {02318.p6} 
+tr {02318.t3|02319.t1} : a2317 {02318.f} {02319.p1} -> {02319.p3} 
+tr {02319.e} {02319.p6} {02319.p3} -> {02319.p4-eats} 
+tr {02319.t} {02319.p2-thinks} -> {02319.p1} {02319.p5} 
+tr {02319.t0|02320.t4} : b2318 {02320.p4-eats} -> {02319.f} {02320.f} {02320.p2-thinks} 
+tr {02319.t2} {02319.f} {02319.p5} -> {02319.p6} 
+tr {02319.t3|02320.t1} : a2318 {02319.f} {02320.p1} -> {02320.p3} 
+tr {02320.e} {02320.p6} {02320.p3} -> {02320.p4-eats} 
+tr {02320.t} {02320.p2-thinks} -> {02320.p1} {02320.p5} 
+tr {02320.t0|02321.t4} : b2319 {02321.p4-eats} -> {02320.f} {02321.f} {02321.p2-thinks} 
+tr {02320.t2} {02320.f} {02320.p5} -> {02320.p6} 
+tr {02320.t3|02321.t1} : a2319 {02320.f} {02321.p1} -> {02321.p3} 
+tr {02321.e} {02321.p6} {02321.p3} -> {02321.p4-eats} 
+tr {02321.t} {02321.p2-thinks} -> {02321.p1} {02321.p5} 
+tr {02321.t0|02322.t4} : b2320 {02322.p4-eats} -> {02321.f} {02322.f} {02322.p2-thinks} 
+tr {02321.t2} {02321.f} {02321.p5} -> {02321.p6} 
+tr {02321.t3|02322.t1} : a2320 {02321.f} {02322.p1} -> {02322.p3} 
+tr {02322.e} {02322.p6} {02322.p3} -> {02322.p4-eats} 
+tr {02322.t} {02322.p2-thinks} -> {02322.p1} {02322.p5} 
+tr {02322.t0|02323.t4} : b2321 {02323.p4-eats} -> {02322.f} {02323.f} {02323.p2-thinks} 
+tr {02322.t2} {02322.f} {02322.p5} -> {02322.p6} 
+tr {02322.t3|02323.t1} : a2321 {02322.f} {02323.p1} -> {02323.p3} 
+tr {02323.e} {02323.p6} {02323.p3} -> {02323.p4-eats} 
+tr {02323.t} {02323.p2-thinks} -> {02323.p1} {02323.p5} 
+tr {02323.t0|02324.t4} : b2322 {02324.p4-eats} -> {02323.f} {02324.f} {02324.p2-thinks} 
+tr {02323.t2} {02323.f} {02323.p5} -> {02323.p6} 
+tr {02323.t3|02324.t1} : a2322 {02323.f} {02324.p1} -> {02324.p3} 
+tr {02324.e} {02324.p6} {02324.p3} -> {02324.p4-eats} 
+tr {02324.t} {02324.p2-thinks} -> {02324.p1} {02324.p5} 
+tr {02324.t0|02325.t4} : b2323 {02325.p4-eats} -> {02324.f} {02325.f} {02325.p2-thinks} 
+tr {02324.t2} {02324.f} {02324.p5} -> {02324.p6} 
+tr {02324.t3|02325.t1} : a2323 {02324.f} {02325.p1} -> {02325.p3} 
+tr {02325.e} {02325.p6} {02325.p3} -> {02325.p4-eats} 
+tr {02325.t} {02325.p2-thinks} -> {02325.p1} {02325.p5} 
+tr {02325.t0|02326.t4} : b2324 {02326.p4-eats} -> {02325.f} {02326.f} {02326.p2-thinks} 
+tr {02325.t2} {02325.f} {02325.p5} -> {02325.p6} 
+tr {02325.t3|02326.t1} : a2324 {02325.f} {02326.p1} -> {02326.p3} 
+tr {02326.e} {02326.p6} {02326.p3} -> {02326.p4-eats} 
+tr {02326.t} {02326.p2-thinks} -> {02326.p1} {02326.p5} 
+tr {02326.t0|02327.t4} : b2325 {02327.p4-eats} -> {02326.f} {02327.f} {02327.p2-thinks} 
+tr {02326.t2} {02326.f} {02326.p5} -> {02326.p6} 
+tr {02326.t3|02327.t1} : a2325 {02326.f} {02327.p1} -> {02327.p3} 
+tr {02327.e} {02327.p6} {02327.p3} -> {02327.p4-eats} 
+tr {02327.t} {02327.p2-thinks} -> {02327.p1} {02327.p5} 
+tr {02327.t0|02328.t4} : b2326 {02328.p4-eats} -> {02327.f} {02328.f} {02328.p2-thinks} 
+tr {02327.t2} {02327.f} {02327.p5} -> {02327.p6} 
+tr {02327.t3|02328.t1} : a2326 {02327.f} {02328.p1} -> {02328.p3} 
+tr {02328.e} {02328.p6} {02328.p3} -> {02328.p4-eats} 
+tr {02328.t} {02328.p2-thinks} -> {02328.p1} {02328.p5} 
+tr {02328.t0|02329.t4} : b2327 {02329.p4-eats} -> {02328.f} {02329.f} {02329.p2-thinks} 
+tr {02328.t2} {02328.f} {02328.p5} -> {02328.p6} 
+tr {02328.t3|02329.t1} : a2327 {02328.f} {02329.p1} -> {02329.p3} 
+tr {02329.e} {02329.p6} {02329.p3} -> {02329.p4-eats} 
+tr {02329.t} {02329.p2-thinks} -> {02329.p1} {02329.p5} 
+tr {02329.t0|02330.t4} : b2328 {02330.p4-eats} -> {02329.f} {02330.f} {02330.p2-thinks} 
+tr {02329.t2} {02329.f} {02329.p5} -> {02329.p6} 
+tr {02329.t3|02330.t1} : a2328 {02329.f} {02330.p1} -> {02330.p3} 
+tr {02330.e} {02330.p6} {02330.p3} -> {02330.p4-eats} 
+tr {02330.t} {02330.p2-thinks} -> {02330.p1} {02330.p5} 
+tr {02330.t0|02331.t4} : b2329 {02331.p4-eats} -> {02330.f} {02331.f} {02331.p2-thinks} 
+tr {02330.t2} {02330.f} {02330.p5} -> {02330.p6} 
+tr {02330.t3|02331.t1} : a2329 {02330.f} {02331.p1} -> {02331.p3} 
+tr {02331.e} {02331.p6} {02331.p3} -> {02331.p4-eats} 
+tr {02331.t} {02331.p2-thinks} -> {02331.p1} {02331.p5} 
+tr {02331.t0|02332.t4} : b2330 {02332.p4-eats} -> {02331.f} {02332.f} {02332.p2-thinks} 
+tr {02331.t2} {02331.f} {02331.p5} -> {02331.p6} 
+tr {02331.t3|02332.t1} : a2330 {02331.f} {02332.p1} -> {02332.p3} 
+tr {02332.e} {02332.p6} {02332.p3} -> {02332.p4-eats} 
+tr {02332.t} {02332.p2-thinks} -> {02332.p1} {02332.p5} 
+tr {02332.t0|02333.t4} : b2331 {02333.p4-eats} -> {02332.f} {02333.f} {02333.p2-thinks} 
+tr {02332.t2} {02332.f} {02332.p5} -> {02332.p6} 
+tr {02332.t3|02333.t1} : a2331 {02332.f} {02333.p1} -> {02333.p3} 
+tr {02333.e} {02333.p6} {02333.p3} -> {02333.p4-eats} 
+tr {02333.t} {02333.p2-thinks} -> {02333.p1} {02333.p5} 
+tr {02333.t0|02334.t4} : b2332 {02334.p4-eats} -> {02333.f} {02334.f} {02334.p2-thinks} 
+tr {02333.t2} {02333.f} {02333.p5} -> {02333.p6} 
+tr {02333.t3|02334.t1} : a2332 {02333.f} {02334.p1} -> {02334.p3} 
+tr {02334.e} {02334.p6} {02334.p3} -> {02334.p4-eats} 
+tr {02334.t} {02334.p2-thinks} -> {02334.p1} {02334.p5} 
+tr {02334.t0|02335.t4} : b2333 {02335.p4-eats} -> {02334.f} {02335.f} {02335.p2-thinks} 
+tr {02334.t2} {02334.f} {02334.p5} -> {02334.p6} 
+tr {02334.t3|02335.t1} : a2333 {02334.f} {02335.p1} -> {02335.p3} 
+tr {02335.e} {02335.p6} {02335.p3} -> {02335.p4-eats} 
+tr {02335.t} {02335.p2-thinks} -> {02335.p1} {02335.p5} 
+tr {02335.t0|02336.t4} : b2334 {02336.p4-eats} -> {02335.f} {02336.f} {02336.p2-thinks} 
+tr {02335.t2} {02335.f} {02335.p5} -> {02335.p6} 
+tr {02335.t3|02336.t1} : a2334 {02335.f} {02336.p1} -> {02336.p3} 
+tr {02336.e} {02336.p6} {02336.p3} -> {02336.p4-eats} 
+tr {02336.t} {02336.p2-thinks} -> {02336.p1} {02336.p5} 
+tr {02336.t0|02337.t4} : b2335 {02337.p4-eats} -> {02336.f} {02337.f} {02337.p2-thinks} 
+tr {02336.t2} {02336.f} {02336.p5} -> {02336.p6} 
+tr {02336.t3|02337.t1} : a2335 {02336.f} {02337.p1} -> {02337.p3} 
+tr {02337.e} {02337.p6} {02337.p3} -> {02337.p4-eats} 
+tr {02337.t} {02337.p2-thinks} -> {02337.p1} {02337.p5} 
+tr {02337.t0|02338.t4} : b2336 {02338.p4-eats} -> {02337.f} {02338.f} {02338.p2-thinks} 
+tr {02337.t2} {02337.f} {02337.p5} -> {02337.p6} 
+tr {02337.t3|02338.t1} : a2336 {02337.f} {02338.p1} -> {02338.p3} 
+tr {02338.e} {02338.p6} {02338.p3} -> {02338.p4-eats} 
+tr {02338.t} {02338.p2-thinks} -> {02338.p1} {02338.p5} 
+tr {02338.t0|02339.t4} : b2337 {02339.p4-eats} -> {02338.f} {02339.f} {02339.p2-thinks} 
+tr {02338.t2} {02338.f} {02338.p5} -> {02338.p6} 
+tr {02338.t3|02339.t1} : a2337 {02338.f} {02339.p1} -> {02339.p3} 
+tr {02339.e} {02339.p6} {02339.p3} -> {02339.p4-eats} 
+tr {02339.t} {02339.p2-thinks} -> {02339.p1} {02339.p5} 
+tr {02339.t0|02340.t4} : b2338 {02340.p4-eats} -> {02339.f} {02340.f} {02340.p2-thinks} 
+tr {02339.t2} {02339.f} {02339.p5} -> {02339.p6} 
+tr {02339.t3|02340.t1} : a2338 {02339.f} {02340.p1} -> {02340.p3} 
+tr {02340.e} {02340.p6} {02340.p3} -> {02340.p4-eats} 
+tr {02340.t} {02340.p2-thinks} -> {02340.p1} {02340.p5} 
+tr {02340.t0|02341.t4} : b2339 {02341.p4-eats} -> {02340.f} {02341.f} {02341.p2-thinks} 
+tr {02340.t2} {02340.f} {02340.p5} -> {02340.p6} 
+tr {02340.t3|02341.t1} : a2339 {02340.f} {02341.p1} -> {02341.p3} 
+tr {02341.e} {02341.p6} {02341.p3} -> {02341.p4-eats} 
+tr {02341.t} {02341.p2-thinks} -> {02341.p1} {02341.p5} 
+tr {02341.t0|02342.t4} : b2340 {02342.p4-eats} -> {02341.f} {02342.f} {02342.p2-thinks} 
+tr {02341.t2} {02341.f} {02341.p5} -> {02341.p6} 
+tr {02341.t3|02342.t1} : a2340 {02341.f} {02342.p1} -> {02342.p3} 
+tr {02342.e} {02342.p6} {02342.p3} -> {02342.p4-eats} 
+tr {02342.t} {02342.p2-thinks} -> {02342.p1} {02342.p5} 
+tr {02342.t0|02343.t4} : b2341 {02343.p4-eats} -> {02342.f} {02343.f} {02343.p2-thinks} 
+tr {02342.t2} {02342.f} {02342.p5} -> {02342.p6} 
+tr {02342.t3|02343.t1} : a2341 {02342.f} {02343.p1} -> {02343.p3} 
+tr {02343.e} {02343.p6} {02343.p3} -> {02343.p4-eats} 
+tr {02343.t} {02343.p2-thinks} -> {02343.p1} {02343.p5} 
+tr {02343.t0|02344.t4} : b2342 {02344.p4-eats} -> {02343.f} {02344.f} {02344.p2-thinks} 
+tr {02343.t2} {02343.f} {02343.p5} -> {02343.p6} 
+tr {02343.t3|02344.t1} : a2342 {02343.f} {02344.p1} -> {02344.p3} 
+tr {02344.e} {02344.p6} {02344.p3} -> {02344.p4-eats} 
+tr {02344.t} {02344.p2-thinks} -> {02344.p1} {02344.p5} 
+tr {02344.t0|02345.t4} : b2343 {02345.p4-eats} -> {02344.f} {02345.f} {02345.p2-thinks} 
+tr {02344.t2} {02344.f} {02344.p5} -> {02344.p6} 
+tr {02344.t3|02345.t1} : a2343 {02344.f} {02345.p1} -> {02345.p3} 
+tr {02345.e} {02345.p6} {02345.p3} -> {02345.p4-eats} 
+tr {02345.t} {02345.p2-thinks} -> {02345.p1} {02345.p5} 
+tr {02345.t0|02346.t4} : b2344 {02346.p4-eats} -> {02345.f} {02346.f} {02346.p2-thinks} 
+tr {02345.t2} {02345.f} {02345.p5} -> {02345.p6} 
+tr {02345.t3|02346.t1} : a2344 {02345.f} {02346.p1} -> {02346.p3} 
+tr {02346.e} {02346.p6} {02346.p3} -> {02346.p4-eats} 
+tr {02346.t} {02346.p2-thinks} -> {02346.p1} {02346.p5} 
+tr {02346.t0|02347.t4} : b2345 {02347.p4-eats} -> {02346.f} {02347.f} {02347.p2-thinks} 
+tr {02346.t2} {02346.f} {02346.p5} -> {02346.p6} 
+tr {02346.t3|02347.t1} : a2345 {02346.f} {02347.p1} -> {02347.p3} 
+tr {02347.e} {02347.p6} {02347.p3} -> {02347.p4-eats} 
+tr {02347.t} {02347.p2-thinks} -> {02347.p1} {02347.p5} 
+tr {02347.t0|02348.t4} : b2346 {02348.p4-eats} -> {02347.f} {02348.f} {02348.p2-thinks} 
+tr {02347.t2} {02347.f} {02347.p5} -> {02347.p6} 
+tr {02347.t3|02348.t1} : a2346 {02347.f} {02348.p1} -> {02348.p3} 
+tr {02348.e} {02348.p6} {02348.p3} -> {02348.p4-eats} 
+tr {02348.t} {02348.p2-thinks} -> {02348.p1} {02348.p5} 
+tr {02348.t0|02349.t4} : b2347 {02349.p4-eats} -> {02348.f} {02349.f} {02349.p2-thinks} 
+tr {02348.t2} {02348.f} {02348.p5} -> {02348.p6} 
+tr {02348.t3|02349.t1} : a2347 {02348.f} {02349.p1} -> {02349.p3} 
+tr {02349.e} {02349.p6} {02349.p3} -> {02349.p4-eats} 
+tr {02349.t} {02349.p2-thinks} -> {02349.p1} {02349.p5} 
+tr {02349.t0|02350.t4} : b2348 {02350.p4-eats} -> {02349.f} {02350.f} {02350.p2-thinks} 
+tr {02349.t2} {02349.f} {02349.p5} -> {02349.p6} 
+tr {02349.t3|02350.t1} : a2348 {02349.f} {02350.p1} -> {02350.p3} 
+tr {02350.e} {02350.p6} {02350.p3} -> {02350.p4-eats} 
+tr {02350.t} {02350.p2-thinks} -> {02350.p1} {02350.p5} 
+tr {02350.t0|02351.t4} : b2349 {02351.p4-eats} -> {02350.f} {02351.f} {02351.p2-thinks} 
+tr {02350.t2} {02350.f} {02350.p5} -> {02350.p6} 
+tr {02350.t3|02351.t1} : a2349 {02350.f} {02351.p1} -> {02351.p3} 
+tr {02351.e} {02351.p6} {02351.p3} -> {02351.p4-eats} 
+tr {02351.t} {02351.p2-thinks} -> {02351.p1} {02351.p5} 
+tr {02351.t0|02352.t4} : b2350 {02352.p4-eats} -> {02351.f} {02352.f} {02352.p2-thinks} 
+tr {02351.t2} {02351.f} {02351.p5} -> {02351.p6} 
+tr {02351.t3|02352.t1} : a2350 {02351.f} {02352.p1} -> {02352.p3} 
+tr {02352.e} {02352.p6} {02352.p3} -> {02352.p4-eats} 
+tr {02352.t} {02352.p2-thinks} -> {02352.p1} {02352.p5} 
+tr {02352.t0|02353.t4} : b2351 {02353.p4-eats} -> {02352.f} {02353.f} {02353.p2-thinks} 
+tr {02352.t2} {02352.f} {02352.p5} -> {02352.p6} 
+tr {02352.t3|02353.t1} : a2351 {02352.f} {02353.p1} -> {02353.p3} 
+tr {02353.e} {02353.p6} {02353.p3} -> {02353.p4-eats} 
+tr {02353.t} {02353.p2-thinks} -> {02353.p1} {02353.p5} 
+tr {02353.t0|02354.t4} : b2352 {02354.p4-eats} -> {02353.f} {02354.f} {02354.p2-thinks} 
+tr {02353.t2} {02353.f} {02353.p5} -> {02353.p6} 
+tr {02353.t3|02354.t1} : a2352 {02353.f} {02354.p1} -> {02354.p3} 
+tr {02354.e} {02354.p6} {02354.p3} -> {02354.p4-eats} 
+tr {02354.t} {02354.p2-thinks} -> {02354.p1} {02354.p5} 
+tr {02354.t0|02355.t4} : b2353 {02355.p4-eats} -> {02354.f} {02355.f} {02355.p2-thinks} 
+tr {02354.t2} {02354.f} {02354.p5} -> {02354.p6} 
+tr {02354.t3|02355.t1} : a2353 {02354.f} {02355.p1} -> {02355.p3} 
+tr {02355.e} {02355.p6} {02355.p3} -> {02355.p4-eats} 
+tr {02355.t} {02355.p2-thinks} -> {02355.p1} {02355.p5} 
+tr {02355.t0|02356.t4} : b2354 {02356.p4-eats} -> {02355.f} {02356.f} {02356.p2-thinks} 
+tr {02355.t2} {02355.f} {02355.p5} -> {02355.p6} 
+tr {02355.t3|02356.t1} : a2354 {02355.f} {02356.p1} -> {02356.p3} 
+tr {02356.e} {02356.p6} {02356.p3} -> {02356.p4-eats} 
+tr {02356.t} {02356.p2-thinks} -> {02356.p1} {02356.p5} 
+tr {02356.t0|02357.t4} : b2355 {02357.p4-eats} -> {02356.f} {02357.f} {02357.p2-thinks} 
+tr {02356.t2} {02356.f} {02356.p5} -> {02356.p6} 
+tr {02356.t3|02357.t1} : a2355 {02356.f} {02357.p1} -> {02357.p3} 
+tr {02357.e} {02357.p6} {02357.p3} -> {02357.p4-eats} 
+tr {02357.t} {02357.p2-thinks} -> {02357.p1} {02357.p5} 
+tr {02357.t0|02358.t4} : b2356 {02358.p4-eats} -> {02357.f} {02358.f} {02358.p2-thinks} 
+tr {02357.t2} {02357.f} {02357.p5} -> {02357.p6} 
+tr {02357.t3|02358.t1} : a2356 {02357.f} {02358.p1} -> {02358.p3} 
+tr {02358.e} {02358.p6} {02358.p3} -> {02358.p4-eats} 
+tr {02358.t} {02358.p2-thinks} -> {02358.p1} {02358.p5} 
+tr {02358.t0|02359.t4} : b2357 {02359.p4-eats} -> {02358.f} {02359.f} {02359.p2-thinks} 
+tr {02358.t2} {02358.f} {02358.p5} -> {02358.p6} 
+tr {02358.t3|02359.t1} : a2357 {02358.f} {02359.p1} -> {02359.p3} 
+tr {02359.e} {02359.p6} {02359.p3} -> {02359.p4-eats} 
+tr {02359.t} {02359.p2-thinks} -> {02359.p1} {02359.p5} 
+tr {02359.t0|02360.t4} : b2358 {02360.p4-eats} -> {02359.f} {02360.f} {02360.p2-thinks} 
+tr {02359.t2} {02359.f} {02359.p5} -> {02359.p6} 
+tr {02359.t3|02360.t1} : a2358 {02359.f} {02360.p1} -> {02360.p3} 
+tr {02360.e} {02360.p6} {02360.p3} -> {02360.p4-eats} 
+tr {02360.t} {02360.p2-thinks} -> {02360.p1} {02360.p5} 
+tr {02360.t0|02361.t4} : b2359 {02361.p4-eats} -> {02360.f} {02361.f} {02361.p2-thinks} 
+tr {02360.t2} {02360.f} {02360.p5} -> {02360.p6} 
+tr {02360.t3|02361.t1} : a2359 {02360.f} {02361.p1} -> {02361.p3} 
+tr {02361.e} {02361.p6} {02361.p3} -> {02361.p4-eats} 
+tr {02361.t} {02361.p2-thinks} -> {02361.p1} {02361.p5} 
+tr {02361.t0|02362.t4} : b2360 {02362.p4-eats} -> {02361.f} {02362.f} {02362.p2-thinks} 
+tr {02361.t2} {02361.f} {02361.p5} -> {02361.p6} 
+tr {02361.t3|02362.t1} : a2360 {02361.f} {02362.p1} -> {02362.p3} 
+tr {02362.e} {02362.p6} {02362.p3} -> {02362.p4-eats} 
+tr {02362.t} {02362.p2-thinks} -> {02362.p1} {02362.p5} 
+tr {02362.t0|02363.t4} : b2361 {02363.p4-eats} -> {02362.f} {02363.f} {02363.p2-thinks} 
+tr {02362.t2} {02362.f} {02362.p5} -> {02362.p6} 
+tr {02362.t3|02363.t1} : a2361 {02362.f} {02363.p1} -> {02363.p3} 
+tr {02363.e} {02363.p6} {02363.p3} -> {02363.p4-eats} 
+tr {02363.t} {02363.p2-thinks} -> {02363.p1} {02363.p5} 
+tr {02363.t0|02364.t4} : b2362 {02364.p4-eats} -> {02363.f} {02364.f} {02364.p2-thinks} 
+tr {02363.t2} {02363.f} {02363.p5} -> {02363.p6} 
+tr {02363.t3|02364.t1} : a2362 {02363.f} {02364.p1} -> {02364.p3} 
+tr {02364.e} {02364.p6} {02364.p3} -> {02364.p4-eats} 
+tr {02364.t} {02364.p2-thinks} -> {02364.p1} {02364.p5} 
+tr {02364.t0|02365.t4} : b2363 {02365.p4-eats} -> {02364.f} {02365.f} {02365.p2-thinks} 
+tr {02364.t2} {02364.f} {02364.p5} -> {02364.p6} 
+tr {02364.t3|02365.t1} : a2363 {02364.f} {02365.p1} -> {02365.p3} 
+tr {02365.e} {02365.p6} {02365.p3} -> {02365.p4-eats} 
+tr {02365.t} {02365.p2-thinks} -> {02365.p1} {02365.p5} 
+tr {02365.t0|02366.t4} : b2364 {02366.p4-eats} -> {02365.f} {02366.f} {02366.p2-thinks} 
+tr {02365.t2} {02365.f} {02365.p5} -> {02365.p6} 
+tr {02365.t3|02366.t1} : a2364 {02365.f} {02366.p1} -> {02366.p3} 
+tr {02366.e} {02366.p6} {02366.p3} -> {02366.p4-eats} 
+tr {02366.t} {02366.p2-thinks} -> {02366.p1} {02366.p5} 
+tr {02366.t0|02367.t4} : b2365 {02367.p4-eats} -> {02366.f} {02367.f} {02367.p2-thinks} 
+tr {02366.t2} {02366.f} {02366.p5} -> {02366.p6} 
+tr {02366.t3|02367.t1} : a2365 {02366.f} {02367.p1} -> {02367.p3} 
+tr {02367.e} {02367.p6} {02367.p3} -> {02367.p4-eats} 
+tr {02367.t} {02367.p2-thinks} -> {02367.p1} {02367.p5} 
+tr {02367.t0|02368.t4} : b2366 {02368.p4-eats} -> {02367.f} {02368.f} {02368.p2-thinks} 
+tr {02367.t2} {02367.f} {02367.p5} -> {02367.p6} 
+tr {02367.t3|02368.t1} : a2366 {02367.f} {02368.p1} -> {02368.p3} 
+tr {02368.e} {02368.p6} {02368.p3} -> {02368.p4-eats} 
+tr {02368.t} {02368.p2-thinks} -> {02368.p1} {02368.p5} 
+tr {02368.t0|02369.t4} : b2367 {02369.p4-eats} -> {02368.f} {02369.f} {02369.p2-thinks} 
+tr {02368.t2} {02368.f} {02368.p5} -> {02368.p6} 
+tr {02368.t3|02369.t1} : a2367 {02368.f} {02369.p1} -> {02369.p3} 
+tr {02369.e} {02369.p6} {02369.p3} -> {02369.p4-eats} 
+tr {02369.t} {02369.p2-thinks} -> {02369.p1} {02369.p5} 
+tr {02369.t0|02370.t4} : b2368 {02370.p4-eats} -> {02369.f} {02370.f} {02370.p2-thinks} 
+tr {02369.t2} {02369.f} {02369.p5} -> {02369.p6} 
+tr {02369.t3|02370.t1} : a2368 {02369.f} {02370.p1} -> {02370.p3} 
+tr {02370.e} {02370.p6} {02370.p3} -> {02370.p4-eats} 
+tr {02370.t} {02370.p2-thinks} -> {02370.p1} {02370.p5} 
+tr {02370.t0|02371.t4} : b2369 {02371.p4-eats} -> {02370.f} {02371.f} {02371.p2-thinks} 
+tr {02370.t2} {02370.f} {02370.p5} -> {02370.p6} 
+tr {02370.t3|02371.t1} : a2369 {02370.f} {02371.p1} -> {02371.p3} 
+tr {02371.e} {02371.p6} {02371.p3} -> {02371.p4-eats} 
+tr {02371.t} {02371.p2-thinks} -> {02371.p1} {02371.p5} 
+tr {02371.t0|02372.t4} : b2370 {02372.p4-eats} -> {02371.f} {02372.f} {02372.p2-thinks} 
+tr {02371.t2} {02371.f} {02371.p5} -> {02371.p6} 
+tr {02371.t3|02372.t1} : a2370 {02371.f} {02372.p1} -> {02372.p3} 
+tr {02372.e} {02372.p6} {02372.p3} -> {02372.p4-eats} 
+tr {02372.t} {02372.p2-thinks} -> {02372.p1} {02372.p5} 
+tr {02372.t0|02373.t4} : b2371 {02373.p4-eats} -> {02372.f} {02373.f} {02373.p2-thinks} 
+tr {02372.t2} {02372.f} {02372.p5} -> {02372.p6} 
+tr {02372.t3|02373.t1} : a2371 {02372.f} {02373.p1} -> {02373.p3} 
+tr {02373.e} {02373.p6} {02373.p3} -> {02373.p4-eats} 
+tr {02373.t} {02373.p2-thinks} -> {02373.p1} {02373.p5} 
+tr {02373.t0|02374.t4} : b2372 {02374.p4-eats} -> {02373.f} {02374.f} {02374.p2-thinks} 
+tr {02373.t2} {02373.f} {02373.p5} -> {02373.p6} 
+tr {02373.t3|02374.t1} : a2372 {02373.f} {02374.p1} -> {02374.p3} 
+tr {02374.e} {02374.p6} {02374.p3} -> {02374.p4-eats} 
+tr {02374.t} {02374.p2-thinks} -> {02374.p1} {02374.p5} 
+tr {02374.t0|02375.t4} : b2373 {02375.p4-eats} -> {02374.f} {02375.f} {02375.p2-thinks} 
+tr {02374.t2} {02374.f} {02374.p5} -> {02374.p6} 
+tr {02374.t3|02375.t1} : a2373 {02374.f} {02375.p1} -> {02375.p3} 
+tr {02375.e} {02375.p6} {02375.p3} -> {02375.p4-eats} 
+tr {02375.t} {02375.p2-thinks} -> {02375.p1} {02375.p5} 
+tr {02375.t0|02376.t4} : b2374 {02376.p4-eats} -> {02375.f} {02376.f} {02376.p2-thinks} 
+tr {02375.t2} {02375.f} {02375.p5} -> {02375.p6} 
+tr {02375.t3|02376.t1} : a2374 {02375.f} {02376.p1} -> {02376.p3} 
+tr {02376.e} {02376.p6} {02376.p3} -> {02376.p4-eats} 
+tr {02376.t} {02376.p2-thinks} -> {02376.p1} {02376.p5} 
+tr {02376.t0|02377.t4} : b2375 {02377.p4-eats} -> {02376.f} {02377.f} {02377.p2-thinks} 
+tr {02376.t2} {02376.f} {02376.p5} -> {02376.p6} 
+tr {02376.t3|02377.t1} : a2375 {02376.f} {02377.p1} -> {02377.p3} 
+tr {02377.e} {02377.p6} {02377.p3} -> {02377.p4-eats} 
+tr {02377.t} {02377.p2-thinks} -> {02377.p1} {02377.p5} 
+tr {02377.t0|02378.t4} : b2376 {02378.p4-eats} -> {02377.f} {02378.f} {02378.p2-thinks} 
+tr {02377.t2} {02377.f} {02377.p5} -> {02377.p6} 
+tr {02377.t3|02378.t1} : a2376 {02377.f} {02378.p1} -> {02378.p3} 
+tr {02378.e} {02378.p6} {02378.p3} -> {02378.p4-eats} 
+tr {02378.t} {02378.p2-thinks} -> {02378.p1} {02378.p5} 
+tr {02378.t0|02379.t4} : b2377 {02379.p4-eats} -> {02378.f} {02379.f} {02379.p2-thinks} 
+tr {02378.t2} {02378.f} {02378.p5} -> {02378.p6} 
+tr {02378.t3|02379.t1} : a2377 {02378.f} {02379.p1} -> {02379.p3} 
+tr {02379.e} {02379.p6} {02379.p3} -> {02379.p4-eats} 
+tr {02379.t} {02379.p2-thinks} -> {02379.p1} {02379.p5} 
+tr {02379.t0|02380.t4} : b2378 {02380.p4-eats} -> {02379.f} {02380.f} {02380.p2-thinks} 
+tr {02379.t2} {02379.f} {02379.p5} -> {02379.p6} 
+tr {02379.t3|02380.t1} : a2378 {02379.f} {02380.p1} -> {02380.p3} 
+tr {02380.e} {02380.p6} {02380.p3} -> {02380.p4-eats} 
+tr {02380.t} {02380.p2-thinks} -> {02380.p1} {02380.p5} 
+tr {02380.t0|02381.t4} : b2379 {02381.p4-eats} -> {02380.f} {02381.f} {02381.p2-thinks} 
+tr {02380.t2} {02380.f} {02380.p5} -> {02380.p6} 
+tr {02380.t3|02381.t1} : a2379 {02380.f} {02381.p1} -> {02381.p3} 
+tr {02381.e} {02381.p6} {02381.p3} -> {02381.p4-eats} 
+tr {02381.t} {02381.p2-thinks} -> {02381.p1} {02381.p5} 
+tr {02381.t0|02382.t4} : b2380 {02382.p4-eats} -> {02381.f} {02382.f} {02382.p2-thinks} 
+tr {02381.t2} {02381.f} {02381.p5} -> {02381.p6} 
+tr {02381.t3|02382.t1} : a2380 {02381.f} {02382.p1} -> {02382.p3} 
+tr {02382.e} {02382.p6} {02382.p3} -> {02382.p4-eats} 
+tr {02382.t} {02382.p2-thinks} -> {02382.p1} {02382.p5} 
+tr {02382.t0|02383.t4} : b2381 {02383.p4-eats} -> {02382.f} {02383.f} {02383.p2-thinks} 
+tr {02382.t2} {02382.f} {02382.p5} -> {02382.p6} 
+tr {02382.t3|02383.t1} : a2381 {02382.f} {02383.p1} -> {02383.p3} 
+tr {02383.e} {02383.p6} {02383.p3} -> {02383.p4-eats} 
+tr {02383.t} {02383.p2-thinks} -> {02383.p1} {02383.p5} 
+tr {02383.t0|02384.t4} : b2382 {02384.p4-eats} -> {02383.f} {02384.f} {02384.p2-thinks} 
+tr {02383.t2} {02383.f} {02383.p5} -> {02383.p6} 
+tr {02383.t3|02384.t1} : a2382 {02383.f} {02384.p1} -> {02384.p3} 
+tr {02384.e} {02384.p6} {02384.p3} -> {02384.p4-eats} 
+tr {02384.t} {02384.p2-thinks} -> {02384.p1} {02384.p5} 
+tr {02384.t0|02385.t4} : b2383 {02385.p4-eats} -> {02384.f} {02385.f} {02385.p2-thinks} 
+tr {02384.t2} {02384.f} {02384.p5} -> {02384.p6} 
+tr {02384.t3|02385.t1} : a2383 {02384.f} {02385.p1} -> {02385.p3} 
+tr {02385.e} {02385.p6} {02385.p3} -> {02385.p4-eats} 
+tr {02385.t} {02385.p2-thinks} -> {02385.p1} {02385.p5} 
+tr {02385.t0|02386.t4} : b2384 {02386.p4-eats} -> {02385.f} {02386.f} {02386.p2-thinks} 
+tr {02385.t2} {02385.f} {02385.p5} -> {02385.p6} 
+tr {02385.t3|02386.t1} : a2384 {02385.f} {02386.p1} -> {02386.p3} 
+tr {02386.e} {02386.p6} {02386.p3} -> {02386.p4-eats} 
+tr {02386.t} {02386.p2-thinks} -> {02386.p1} {02386.p5} 
+tr {02386.t0|02387.t4} : b2385 {02387.p4-eats} -> {02386.f} {02387.f} {02387.p2-thinks} 
+tr {02386.t2} {02386.f} {02386.p5} -> {02386.p6} 
+tr {02386.t3|02387.t1} : a2385 {02386.f} {02387.p1} -> {02387.p3} 
+tr {02387.e} {02387.p6} {02387.p3} -> {02387.p4-eats} 
+tr {02387.t} {02387.p2-thinks} -> {02387.p1} {02387.p5} 
+tr {02387.t0|02388.t4} : b2386 {02388.p4-eats} -> {02387.f} {02388.f} {02388.p2-thinks} 
+tr {02387.t2} {02387.f} {02387.p5} -> {02387.p6} 
+tr {02387.t3|02388.t1} : a2386 {02387.f} {02388.p1} -> {02388.p3} 
+tr {02388.e} {02388.p6} {02388.p3} -> {02388.p4-eats} 
+tr {02388.t} {02388.p2-thinks} -> {02388.p1} {02388.p5} 
+tr {02388.t0|02389.t4} : b2387 {02389.p4-eats} -> {02388.f} {02389.f} {02389.p2-thinks} 
+tr {02388.t2} {02388.f} {02388.p5} -> {02388.p6} 
+tr {02388.t3|02389.t1} : a2387 {02388.f} {02389.p1} -> {02389.p3} 
+tr {02389.e} {02389.p6} {02389.p3} -> {02389.p4-eats} 
+tr {02389.t} {02389.p2-thinks} -> {02389.p1} {02389.p5} 
+tr {02389.t0|02390.t4} : b2388 {02390.p4-eats} -> {02389.f} {02390.f} {02390.p2-thinks} 
+tr {02389.t2} {02389.f} {02389.p5} -> {02389.p6} 
+tr {02389.t3|02390.t1} : a2388 {02389.f} {02390.p1} -> {02390.p3} 
+tr {02390.e} {02390.p6} {02390.p3} -> {02390.p4-eats} 
+tr {02390.t} {02390.p2-thinks} -> {02390.p1} {02390.p5} 
+tr {02390.t0|02391.t4} : b2389 {02391.p4-eats} -> {02390.f} {02391.f} {02391.p2-thinks} 
+tr {02390.t2} {02390.f} {02390.p5} -> {02390.p6} 
+tr {02390.t3|02391.t1} : a2389 {02390.f} {02391.p1} -> {02391.p3} 
+tr {02391.e} {02391.p6} {02391.p3} -> {02391.p4-eats} 
+tr {02391.t} {02391.p2-thinks} -> {02391.p1} {02391.p5} 
+tr {02391.t0|02392.t4} : b2390 {02392.p4-eats} -> {02391.f} {02392.f} {02392.p2-thinks} 
+tr {02391.t2} {02391.f} {02391.p5} -> {02391.p6} 
+tr {02391.t3|02392.t1} : a2390 {02391.f} {02392.p1} -> {02392.p3} 
+tr {02392.e} {02392.p6} {02392.p3} -> {02392.p4-eats} 
+tr {02392.t} {02392.p2-thinks} -> {02392.p1} {02392.p5} 
+tr {02392.t0|02393.t4} : b2391 {02393.p4-eats} -> {02392.f} {02393.f} {02393.p2-thinks} 
+tr {02392.t2} {02392.f} {02392.p5} -> {02392.p6} 
+tr {02392.t3|02393.t1} : a2391 {02392.f} {02393.p1} -> {02393.p3} 
+tr {02393.e} {02393.p6} {02393.p3} -> {02393.p4-eats} 
+tr {02393.t} {02393.p2-thinks} -> {02393.p1} {02393.p5} 
+tr {02393.t0|02394.t4} : b2392 {02394.p4-eats} -> {02393.f} {02394.f} {02394.p2-thinks} 
+tr {02393.t2} {02393.f} {02393.p5} -> {02393.p6} 
+tr {02393.t3|02394.t1} : a2392 {02393.f} {02394.p1} -> {02394.p3} 
+tr {02394.e} {02394.p6} {02394.p3} -> {02394.p4-eats} 
+tr {02394.t} {02394.p2-thinks} -> {02394.p1} {02394.p5} 
+tr {02394.t0|02395.t4} : b2393 {02395.p4-eats} -> {02394.f} {02395.f} {02395.p2-thinks} 
+tr {02394.t2} {02394.f} {02394.p5} -> {02394.p6} 
+tr {02394.t3|02395.t1} : a2393 {02394.f} {02395.p1} -> {02395.p3} 
+tr {02395.e} {02395.p6} {02395.p3} -> {02395.p4-eats} 
+tr {02395.t} {02395.p2-thinks} -> {02395.p1} {02395.p5} 
+tr {02395.t0|02396.t4} : b2394 {02396.p4-eats} -> {02395.f} {02396.f} {02396.p2-thinks} 
+tr {02395.t2} {02395.f} {02395.p5} -> {02395.p6} 
+tr {02395.t3|02396.t1} : a2394 {02395.f} {02396.p1} -> {02396.p3} 
+tr {02396.e} {02396.p6} {02396.p3} -> {02396.p4-eats} 
+tr {02396.t} {02396.p2-thinks} -> {02396.p1} {02396.p5} 
+tr {02396.t0|02397.t4} : b2395 {02397.p4-eats} -> {02396.f} {02397.f} {02397.p2-thinks} 
+tr {02396.t2} {02396.f} {02396.p5} -> {02396.p6} 
+tr {02396.t3|02397.t1} : a2395 {02396.f} {02397.p1} -> {02397.p3} 
+tr {02397.e} {02397.p6} {02397.p3} -> {02397.p4-eats} 
+tr {02397.t} {02397.p2-thinks} -> {02397.p1} {02397.p5} 
+tr {02397.t0|02398.t4} : b2396 {02398.p4-eats} -> {02397.f} {02398.f} {02398.p2-thinks} 
+tr {02397.t2} {02397.f} {02397.p5} -> {02397.p6} 
+tr {02397.t3|02398.t1} : a2396 {02397.f} {02398.p1} -> {02398.p3} 
+tr {02398.e} {02398.p6} {02398.p3} -> {02398.p4-eats} 
+tr {02398.t} {02398.p2-thinks} -> {02398.p1} {02398.p5} 
+tr {02398.t0|02399.t4} : b2397 {02399.p4-eats} -> {02398.f} {02399.f} {02399.p2-thinks} 
+tr {02398.t2} {02398.f} {02398.p5} -> {02398.p6} 
+tr {02398.t3|02399.t1} : a2397 {02398.f} {02399.p1} -> {02399.p3} 
+tr {02399.e} {02399.p6} {02399.p3} -> {02399.p4-eats} 
+tr {02399.t} {02399.p2-thinks} -> {02399.p1} {02399.p5} 
+tr {02399.t0|02400.t4} : b2398 {02400.p4-eats} -> {02399.f} {02400.f} {02400.p2-thinks} 
+tr {02399.t2} {02399.f} {02399.p5} -> {02399.p6} 
+tr {02399.t3|02400.t1} : a2398 {02399.f} {02400.p1} -> {02400.p3} 
+tr {02400.e} {02400.p6} {02400.p3} -> {02400.p4-eats} 
+tr {02400.t} {02400.p2-thinks} -> {02400.p1} {02400.p5} 
+tr {02400.t0|02401.t4} : b2399 {02401.p4-eats} -> {02400.f} {02401.f} {02401.p2-thinks} 
+tr {02400.t2} {02400.f} {02400.p5} -> {02400.p6} 
+tr {02400.t3|02401.t1} : a2399 {02400.f} {02401.p1} -> {02401.p3} 
+tr {02401.e} {02401.p6} {02401.p3} -> {02401.p4-eats} 
+tr {02401.t} {02401.p2-thinks} -> {02401.p1} {02401.p5} 
+tr {02401.t0|02402.t4} : b2400 {02402.p4-eats} -> {02401.f} {02402.f} {02402.p2-thinks} 
+tr {02401.t2} {02401.f} {02401.p5} -> {02401.p6} 
+tr {02401.t3|02402.t1} : a2400 {02401.f} {02402.p1} -> {02402.p3} 
+tr {02402.e} {02402.p6} {02402.p3} -> {02402.p4-eats} 
+tr {02402.t} {02402.p2-thinks} -> {02402.p1} {02402.p5} 
+tr {02402.t0|02403.t4} : b2401 {02403.p4-eats} -> {02402.f} {02403.f} {02403.p2-thinks} 
+tr {02402.t2} {02402.f} {02402.p5} -> {02402.p6} 
+tr {02402.t3|02403.t1} : a2401 {02402.f} {02403.p1} -> {02403.p3} 
+tr {02403.e} {02403.p6} {02403.p3} -> {02403.p4-eats} 
+tr {02403.t} {02403.p2-thinks} -> {02403.p1} {02403.p5} 
+tr {02403.t0|02404.t4} : b2402 {02404.p4-eats} -> {02403.f} {02404.f} {02404.p2-thinks} 
+tr {02403.t2} {02403.f} {02403.p5} -> {02403.p6} 
+tr {02403.t3|02404.t1} : a2402 {02403.f} {02404.p1} -> {02404.p3} 
+tr {02404.e} {02404.p6} {02404.p3} -> {02404.p4-eats} 
+tr {02404.t} {02404.p2-thinks} -> {02404.p1} {02404.p5} 
+tr {02404.t0|02405.t4} : b2403 {02405.p4-eats} -> {02404.f} {02405.f} {02405.p2-thinks} 
+tr {02404.t2} {02404.f} {02404.p5} -> {02404.p6} 
+tr {02404.t3|02405.t1} : a2403 {02404.f} {02405.p1} -> {02405.p3} 
+tr {02405.e} {02405.p6} {02405.p3} -> {02405.p4-eats} 
+tr {02405.t} {02405.p2-thinks} -> {02405.p1} {02405.p5} 
+tr {02405.t0|02406.t4} : b2404 {02406.p4-eats} -> {02405.f} {02406.f} {02406.p2-thinks} 
+tr {02405.t2} {02405.f} {02405.p5} -> {02405.p6} 
+tr {02405.t3|02406.t1} : a2404 {02405.f} {02406.p1} -> {02406.p3} 
+tr {02406.e} {02406.p6} {02406.p3} -> {02406.p4-eats} 
+tr {02406.t} {02406.p2-thinks} -> {02406.p1} {02406.p5} 
+tr {02406.t0|02407.t4} : b2405 {02407.p4-eats} -> {02406.f} {02407.f} {02407.p2-thinks} 
+tr {02406.t2} {02406.f} {02406.p5} -> {02406.p6} 
+tr {02406.t3|02407.t1} : a2405 {02406.f} {02407.p1} -> {02407.p3} 
+tr {02407.e} {02407.p6} {02407.p3} -> {02407.p4-eats} 
+tr {02407.t} {02407.p2-thinks} -> {02407.p1} {02407.p5} 
+tr {02407.t0|02408.t4} : b2406 {02408.p4-eats} -> {02407.f} {02408.f} {02408.p2-thinks} 
+tr {02407.t2} {02407.f} {02407.p5} -> {02407.p6} 
+tr {02407.t3|02408.t1} : a2406 {02407.f} {02408.p1} -> {02408.p3} 
+tr {02408.e} {02408.p6} {02408.p3} -> {02408.p4-eats} 
+tr {02408.t} {02408.p2-thinks} -> {02408.p1} {02408.p5} 
+tr {02408.t0|02409.t4} : b2407 {02409.p4-eats} -> {02408.f} {02409.f} {02409.p2-thinks} 
+tr {02408.t2} {02408.f} {02408.p5} -> {02408.p6} 
+tr {02408.t3|02409.t1} : a2407 {02408.f} {02409.p1} -> {02409.p3} 
+tr {02409.e} {02409.p6} {02409.p3} -> {02409.p4-eats} 
+tr {02409.t} {02409.p2-thinks} -> {02409.p1} {02409.p5} 
+tr {02409.t0|02410.t4} : b2408 {02410.p4-eats} -> {02409.f} {02410.f} {02410.p2-thinks} 
+tr {02409.t2} {02409.f} {02409.p5} -> {02409.p6} 
+tr {02409.t3|02410.t1} : a2408 {02409.f} {02410.p1} -> {02410.p3} 
+tr {02410.e} {02410.p6} {02410.p3} -> {02410.p4-eats} 
+tr {02410.t} {02410.p2-thinks} -> {02410.p1} {02410.p5} 
+tr {02410.t0|02411.t4} : b2409 {02411.p4-eats} -> {02410.f} {02411.f} {02411.p2-thinks} 
+tr {02410.t2} {02410.f} {02410.p5} -> {02410.p6} 
+tr {02410.t3|02411.t1} : a2409 {02410.f} {02411.p1} -> {02411.p3} 
+tr {02411.e} {02411.p6} {02411.p3} -> {02411.p4-eats} 
+tr {02411.t} {02411.p2-thinks} -> {02411.p1} {02411.p5} 
+tr {02411.t0|02412.t4} : b2410 {02412.p4-eats} -> {02411.f} {02412.f} {02412.p2-thinks} 
+tr {02411.t2} {02411.f} {02411.p5} -> {02411.p6} 
+tr {02411.t3|02412.t1} : a2410 {02411.f} {02412.p1} -> {02412.p3} 
+tr {02412.e} {02412.p6} {02412.p3} -> {02412.p4-eats} 
+tr {02412.t} {02412.p2-thinks} -> {02412.p1} {02412.p5} 
+tr {02412.t0|02413.t4} : b2411 {02413.p4-eats} -> {02412.f} {02413.f} {02413.p2-thinks} 
+tr {02412.t2} {02412.f} {02412.p5} -> {02412.p6} 
+tr {02412.t3|02413.t1} : a2411 {02412.f} {02413.p1} -> {02413.p3} 
+tr {02413.e} {02413.p6} {02413.p3} -> {02413.p4-eats} 
+tr {02413.t} {02413.p2-thinks} -> {02413.p1} {02413.p5} 
+tr {02413.t0|02414.t4} : b2412 {02414.p4-eats} -> {02413.f} {02414.f} {02414.p2-thinks} 
+tr {02413.t2} {02413.f} {02413.p5} -> {02413.p6} 
+tr {02413.t3|02414.t1} : a2412 {02413.f} {02414.p1} -> {02414.p3} 
+tr {02414.e} {02414.p6} {02414.p3} -> {02414.p4-eats} 
+tr {02414.t} {02414.p2-thinks} -> {02414.p1} {02414.p5} 
+tr {02414.t0|02415.t4} : b2413 {02415.p4-eats} -> {02414.f} {02415.f} {02415.p2-thinks} 
+tr {02414.t2} {02414.f} {02414.p5} -> {02414.p6} 
+tr {02414.t3|02415.t1} : a2413 {02414.f} {02415.p1} -> {02415.p3} 
+tr {02415.e} {02415.p6} {02415.p3} -> {02415.p4-eats} 
+tr {02415.t} {02415.p2-thinks} -> {02415.p1} {02415.p5} 
+tr {02415.t0|02416.t4} : b2414 {02416.p4-eats} -> {02415.f} {02416.f} {02416.p2-thinks} 
+tr {02415.t2} {02415.f} {02415.p5} -> {02415.p6} 
+tr {02415.t3|02416.t1} : a2414 {02415.f} {02416.p1} -> {02416.p3} 
+tr {02416.e} {02416.p6} {02416.p3} -> {02416.p4-eats} 
+tr {02416.t} {02416.p2-thinks} -> {02416.p1} {02416.p5} 
+tr {02416.t0|02417.t4} : b2415 {02417.p4-eats} -> {02416.f} {02417.f} {02417.p2-thinks} 
+tr {02416.t2} {02416.f} {02416.p5} -> {02416.p6} 
+tr {02416.t3|02417.t1} : a2415 {02416.f} {02417.p1} -> {02417.p3} 
+tr {02417.e} {02417.p6} {02417.p3} -> {02417.p4-eats} 
+tr {02417.t} {02417.p2-thinks} -> {02417.p1} {02417.p5} 
+tr {02417.t0|02418.t4} : b2416 {02418.p4-eats} -> {02417.f} {02418.f} {02418.p2-thinks} 
+tr {02417.t2} {02417.f} {02417.p5} -> {02417.p6} 
+tr {02417.t3|02418.t1} : a2416 {02417.f} {02418.p1} -> {02418.p3} 
+tr {02418.e} {02418.p6} {02418.p3} -> {02418.p4-eats} 
+tr {02418.t} {02418.p2-thinks} -> {02418.p1} {02418.p5} 
+tr {02418.t0|02419.t4} : b2417 {02419.p4-eats} -> {02418.f} {02419.f} {02419.p2-thinks} 
+tr {02418.t2} {02418.f} {02418.p5} -> {02418.p6} 
+tr {02418.t3|02419.t1} : a2417 {02418.f} {02419.p1} -> {02419.p3} 
+tr {02419.e} {02419.p6} {02419.p3} -> {02419.p4-eats} 
+tr {02419.t} {02419.p2-thinks} -> {02419.p1} {02419.p5} 
+tr {02419.t0|02420.t4} : b2418 {02420.p4-eats} -> {02419.f} {02420.f} {02420.p2-thinks} 
+tr {02419.t2} {02419.f} {02419.p5} -> {02419.p6} 
+tr {02419.t3|02420.t1} : a2418 {02419.f} {02420.p1} -> {02420.p3} 
+tr {02420.e} {02420.p6} {02420.p3} -> {02420.p4-eats} 
+tr {02420.t} {02420.p2-thinks} -> {02420.p1} {02420.p5} 
+tr {02420.t0|02421.t4} : b2419 {02421.p4-eats} -> {02420.f} {02421.f} {02421.p2-thinks} 
+tr {02420.t2} {02420.f} {02420.p5} -> {02420.p6} 
+tr {02420.t3|02421.t1} : a2419 {02420.f} {02421.p1} -> {02421.p3} 
+tr {02421.e} {02421.p6} {02421.p3} -> {02421.p4-eats} 
+tr {02421.t} {02421.p2-thinks} -> {02421.p1} {02421.p5} 
+tr {02421.t0|02422.t4} : b2420 {02422.p4-eats} -> {02421.f} {02422.f} {02422.p2-thinks} 
+tr {02421.t2} {02421.f} {02421.p5} -> {02421.p6} 
+tr {02421.t3|02422.t1} : a2420 {02421.f} {02422.p1} -> {02422.p3} 
+tr {02422.e} {02422.p6} {02422.p3} -> {02422.p4-eats} 
+tr {02422.t} {02422.p2-thinks} -> {02422.p1} {02422.p5} 
+tr {02422.t0|02423.t4} : b2421 {02423.p4-eats} -> {02422.f} {02423.f} {02423.p2-thinks} 
+tr {02422.t2} {02422.f} {02422.p5} -> {02422.p6} 
+tr {02422.t3|02423.t1} : a2421 {02422.f} {02423.p1} -> {02423.p3} 
+tr {02423.e} {02423.p6} {02423.p3} -> {02423.p4-eats} 
+tr {02423.t} {02423.p2-thinks} -> {02423.p1} {02423.p5} 
+tr {02423.t0|02424.t4} : b2422 {02424.p4-eats} -> {02423.f} {02424.f} {02424.p2-thinks} 
+tr {02423.t2} {02423.f} {02423.p5} -> {02423.p6} 
+tr {02423.t3|02424.t1} : a2422 {02423.f} {02424.p1} -> {02424.p3} 
+tr {02424.e} {02424.p6} {02424.p3} -> {02424.p4-eats} 
+tr {02424.t} {02424.p2-thinks} -> {02424.p1} {02424.p5} 
+tr {02424.t0|02425.t4} : b2423 {02425.p4-eats} -> {02424.f} {02425.f} {02425.p2-thinks} 
+tr {02424.t2} {02424.f} {02424.p5} -> {02424.p6} 
+tr {02424.t3|02425.t1} : a2423 {02424.f} {02425.p1} -> {02425.p3} 
+tr {02425.e} {02425.p6} {02425.p3} -> {02425.p4-eats} 
+tr {02425.t} {02425.p2-thinks} -> {02425.p1} {02425.p5} 
+tr {02425.t0|02426.t4} : b2424 {02426.p4-eats} -> {02425.f} {02426.f} {02426.p2-thinks} 
+tr {02425.t2} {02425.f} {02425.p5} -> {02425.p6} 
+tr {02425.t3|02426.t1} : a2424 {02425.f} {02426.p1} -> {02426.p3} 
+tr {02426.e} {02426.p6} {02426.p3} -> {02426.p4-eats} 
+tr {02426.t} {02426.p2-thinks} -> {02426.p1} {02426.p5} 
+tr {02426.t0|02427.t4} : b2425 {02427.p4-eats} -> {02426.f} {02427.f} {02427.p2-thinks} 
+tr {02426.t2} {02426.f} {02426.p5} -> {02426.p6} 
+tr {02426.t3|02427.t1} : a2425 {02426.f} {02427.p1} -> {02427.p3} 
+tr {02427.e} {02427.p6} {02427.p3} -> {02427.p4-eats} 
+tr {02427.t} {02427.p2-thinks} -> {02427.p1} {02427.p5} 
+tr {02427.t0|02428.t4} : b2426 {02428.p4-eats} -> {02427.f} {02428.f} {02428.p2-thinks} 
+tr {02427.t2} {02427.f} {02427.p5} -> {02427.p6} 
+tr {02427.t3|02428.t1} : a2426 {02427.f} {02428.p1} -> {02428.p3} 
+tr {02428.e} {02428.p6} {02428.p3} -> {02428.p4-eats} 
+tr {02428.t} {02428.p2-thinks} -> {02428.p1} {02428.p5} 
+tr {02428.t0|02429.t4} : b2427 {02429.p4-eats} -> {02428.f} {02429.f} {02429.p2-thinks} 
+tr {02428.t2} {02428.f} {02428.p5} -> {02428.p6} 
+tr {02428.t3|02429.t1} : a2427 {02428.f} {02429.p1} -> {02429.p3} 
+tr {02429.e} {02429.p6} {02429.p3} -> {02429.p4-eats} 
+tr {02429.t} {02429.p2-thinks} -> {02429.p1} {02429.p5} 
+tr {02429.t0|02430.t4} : b2428 {02430.p4-eats} -> {02429.f} {02430.f} {02430.p2-thinks} 
+tr {02429.t2} {02429.f} {02429.p5} -> {02429.p6} 
+tr {02429.t3|02430.t1} : a2428 {02429.f} {02430.p1} -> {02430.p3} 
+tr {02430.e} {02430.p6} {02430.p3} -> {02430.p4-eats} 
+tr {02430.t} {02430.p2-thinks} -> {02430.p1} {02430.p5} 
+tr {02430.t0|02431.t4} : b2429 {02431.p4-eats} -> {02430.f} {02431.f} {02431.p2-thinks} 
+tr {02430.t2} {02430.f} {02430.p5} -> {02430.p6} 
+tr {02430.t3|02431.t1} : a2429 {02430.f} {02431.p1} -> {02431.p3} 
+tr {02431.e} {02431.p6} {02431.p3} -> {02431.p4-eats} 
+tr {02431.t} {02431.p2-thinks} -> {02431.p1} {02431.p5} 
+tr {02431.t0|02432.t4} : b2430 {02432.p4-eats} -> {02431.f} {02432.f} {02432.p2-thinks} 
+tr {02431.t2} {02431.f} {02431.p5} -> {02431.p6} 
+tr {02431.t3|02432.t1} : a2430 {02431.f} {02432.p1} -> {02432.p3} 
+tr {02432.e} {02432.p6} {02432.p3} -> {02432.p4-eats} 
+tr {02432.t} {02432.p2-thinks} -> {02432.p1} {02432.p5} 
+tr {02432.t0|02433.t4} : b2431 {02433.p4-eats} -> {02432.f} {02433.f} {02433.p2-thinks} 
+tr {02432.t2} {02432.f} {02432.p5} -> {02432.p6} 
+tr {02432.t3|02433.t1} : a2431 {02432.f} {02433.p1} -> {02433.p3} 
+tr {02433.e} {02433.p6} {02433.p3} -> {02433.p4-eats} 
+tr {02433.t} {02433.p2-thinks} -> {02433.p1} {02433.p5} 
+tr {02433.t0|02434.t4} : b2432 {02434.p4-eats} -> {02433.f} {02434.f} {02434.p2-thinks} 
+tr {02433.t2} {02433.f} {02433.p5} -> {02433.p6} 
+tr {02433.t3|02434.t1} : a2432 {02433.f} {02434.p1} -> {02434.p3} 
+tr {02434.e} {02434.p6} {02434.p3} -> {02434.p4-eats} 
+tr {02434.t} {02434.p2-thinks} -> {02434.p1} {02434.p5} 
+tr {02434.t0|02435.t4} : b2433 {02435.p4-eats} -> {02434.f} {02435.f} {02435.p2-thinks} 
+tr {02434.t2} {02434.f} {02434.p5} -> {02434.p6} 
+tr {02434.t3|02435.t1} : a2433 {02434.f} {02435.p1} -> {02435.p3} 
+tr {02435.e} {02435.p6} {02435.p3} -> {02435.p4-eats} 
+tr {02435.t} {02435.p2-thinks} -> {02435.p1} {02435.p5} 
+tr {02435.t0|02436.t4} : b2434 {02436.p4-eats} -> {02435.f} {02436.f} {02436.p2-thinks} 
+tr {02435.t2} {02435.f} {02435.p5} -> {02435.p6} 
+tr {02435.t3|02436.t1} : a2434 {02435.f} {02436.p1} -> {02436.p3} 
+tr {02436.e} {02436.p6} {02436.p3} -> {02436.p4-eats} 
+tr {02436.t} {02436.p2-thinks} -> {02436.p1} {02436.p5} 
+tr {02436.t0|02437.t4} : b2435 {02437.p4-eats} -> {02436.f} {02437.f} {02437.p2-thinks} 
+tr {02436.t2} {02436.f} {02436.p5} -> {02436.p6} 
+tr {02436.t3|02437.t1} : a2435 {02436.f} {02437.p1} -> {02437.p3} 
+tr {02437.e} {02437.p6} {02437.p3} -> {02437.p4-eats} 
+tr {02437.t} {02437.p2-thinks} -> {02437.p1} {02437.p5} 
+tr {02437.t0|02438.t4} : b2436 {02438.p4-eats} -> {02437.f} {02438.f} {02438.p2-thinks} 
+tr {02437.t2} {02437.f} {02437.p5} -> {02437.p6} 
+tr {02437.t3|02438.t1} : a2436 {02437.f} {02438.p1} -> {02438.p3} 
+tr {02438.e} {02438.p6} {02438.p3} -> {02438.p4-eats} 
+tr {02438.t} {02438.p2-thinks} -> {02438.p1} {02438.p5} 
+tr {02438.t0|02439.t4} : b2437 {02439.p4-eats} -> {02438.f} {02439.f} {02439.p2-thinks} 
+tr {02438.t2} {02438.f} {02438.p5} -> {02438.p6} 
+tr {02438.t3|02439.t1} : a2437 {02438.f} {02439.p1} -> {02439.p3} 
+tr {02439.e} {02439.p6} {02439.p3} -> {02439.p4-eats} 
+tr {02439.t} {02439.p2-thinks} -> {02439.p1} {02439.p5} 
+tr {02439.t0|02440.t4} : b2438 {02440.p4-eats} -> {02439.f} {02440.f} {02440.p2-thinks} 
+tr {02439.t2} {02439.f} {02439.p5} -> {02439.p6} 
+tr {02439.t3|02440.t1} : a2438 {02439.f} {02440.p1} -> {02440.p3} 
+tr {02440.e} {02440.p6} {02440.p3} -> {02440.p4-eats} 
+tr {02440.t} {02440.p2-thinks} -> {02440.p1} {02440.p5} 
+tr {02440.t0|02441.t4} : b2439 {02441.p4-eats} -> {02440.f} {02441.f} {02441.p2-thinks} 
+tr {02440.t2} {02440.f} {02440.p5} -> {02440.p6} 
+tr {02440.t3|02441.t1} : a2439 {02440.f} {02441.p1} -> {02441.p3} 
+tr {02441.e} {02441.p6} {02441.p3} -> {02441.p4-eats} 
+tr {02441.t} {02441.p2-thinks} -> {02441.p1} {02441.p5} 
+tr {02441.t0|02442.t4} : b2440 {02442.p4-eats} -> {02441.f} {02442.f} {02442.p2-thinks} 
+tr {02441.t2} {02441.f} {02441.p5} -> {02441.p6} 
+tr {02441.t3|02442.t1} : a2440 {02441.f} {02442.p1} -> {02442.p3} 
+tr {02442.e} {02442.p6} {02442.p3} -> {02442.p4-eats} 
+tr {02442.t} {02442.p2-thinks} -> {02442.p1} {02442.p5} 
+tr {02442.t0|02443.t4} : b2441 {02443.p4-eats} -> {02442.f} {02443.f} {02443.p2-thinks} 
+tr {02442.t2} {02442.f} {02442.p5} -> {02442.p6} 
+tr {02442.t3|02443.t1} : a2441 {02442.f} {02443.p1} -> {02443.p3} 
+tr {02443.e} {02443.p6} {02443.p3} -> {02443.p4-eats} 
+tr {02443.t} {02443.p2-thinks} -> {02443.p1} {02443.p5} 
+tr {02443.t0|02444.t4} : b2442 {02444.p4-eats} -> {02443.f} {02444.f} {02444.p2-thinks} 
+tr {02443.t2} {02443.f} {02443.p5} -> {02443.p6} 
+tr {02443.t3|02444.t1} : a2442 {02443.f} {02444.p1} -> {02444.p3} 
+tr {02444.e} {02444.p6} {02444.p3} -> {02444.p4-eats} 
+tr {02444.t} {02444.p2-thinks} -> {02444.p1} {02444.p5} 
+tr {02444.t0|02445.t4} : b2443 {02445.p4-eats} -> {02444.f} {02445.f} {02445.p2-thinks} 
+tr {02444.t2} {02444.f} {02444.p5} -> {02444.p6} 
+tr {02444.t3|02445.t1} : a2443 {02444.f} {02445.p1} -> {02445.p3} 
+tr {02445.e} {02445.p6} {02445.p3} -> {02445.p4-eats} 
+tr {02445.t} {02445.p2-thinks} -> {02445.p1} {02445.p5} 
+tr {02445.t0|02446.t4} : b2444 {02446.p4-eats} -> {02445.f} {02446.f} {02446.p2-thinks} 
+tr {02445.t2} {02445.f} {02445.p5} -> {02445.p6} 
+tr {02445.t3|02446.t1} : a2444 {02445.f} {02446.p1} -> {02446.p3} 
+tr {02446.e} {02446.p6} {02446.p3} -> {02446.p4-eats} 
+tr {02446.t} {02446.p2-thinks} -> {02446.p1} {02446.p5} 
+tr {02446.t0|02447.t4} : b2445 {02447.p4-eats} -> {02446.f} {02447.f} {02447.p2-thinks} 
+tr {02446.t2} {02446.f} {02446.p5} -> {02446.p6} 
+tr {02446.t3|02447.t1} : a2445 {02446.f} {02447.p1} -> {02447.p3} 
+tr {02447.e} {02447.p6} {02447.p3} -> {02447.p4-eats} 
+tr {02447.t} {02447.p2-thinks} -> {02447.p1} {02447.p5} 
+tr {02447.t0|02448.t4} : b2446 {02448.p4-eats} -> {02447.f} {02448.f} {02448.p2-thinks} 
+tr {02447.t2} {02447.f} {02447.p5} -> {02447.p6} 
+tr {02447.t3|02448.t1} : a2446 {02447.f} {02448.p1} -> {02448.p3} 
+tr {02448.e} {02448.p6} {02448.p3} -> {02448.p4-eats} 
+tr {02448.t} {02448.p2-thinks} -> {02448.p1} {02448.p5} 
+tr {02448.t0|02449.t4} : b2447 {02449.p4-eats} -> {02448.f} {02449.f} {02449.p2-thinks} 
+tr {02448.t2} {02448.f} {02448.p5} -> {02448.p6} 
+tr {02448.t3|02449.t1} : a2447 {02448.f} {02449.p1} -> {02449.p3} 
+tr {02449.e} {02449.p6} {02449.p3} -> {02449.p4-eats} 
+tr {02449.t} {02449.p2-thinks} -> {02449.p1} {02449.p5} 
+tr {02449.t0|02450.t4} : b2448 {02450.p4-eats} -> {02449.f} {02450.f} {02450.p2-thinks} 
+tr {02449.t2} {02449.f} {02449.p5} -> {02449.p6} 
+tr {02449.t3|02450.t1} : a2448 {02449.f} {02450.p1} -> {02450.p3} 
+tr {02450.e} {02450.p6} {02450.p3} -> {02450.p4-eats} 
+tr {02450.t} {02450.p2-thinks} -> {02450.p1} {02450.p5} 
+tr {02450.t0|02451.t4} : b2449 {02451.p4-eats} -> {02450.f} {02451.f} {02451.p2-thinks} 
+tr {02450.t2} {02450.f} {02450.p5} -> {02450.p6} 
+tr {02450.t3|02451.t1} : a2449 {02450.f} {02451.p1} -> {02451.p3} 
+tr {02451.e} {02451.p6} {02451.p3} -> {02451.p4-eats} 
+tr {02451.t} {02451.p2-thinks} -> {02451.p1} {02451.p5} 
+tr {02451.t0|02452.t4} : b2450 {02452.p4-eats} -> {02451.f} {02452.f} {02452.p2-thinks} 
+tr {02451.t2} {02451.f} {02451.p5} -> {02451.p6} 
+tr {02451.t3|02452.t1} : a2450 {02451.f} {02452.p1} -> {02452.p3} 
+tr {02452.e} {02452.p6} {02452.p3} -> {02452.p4-eats} 
+tr {02452.t} {02452.p2-thinks} -> {02452.p1} {02452.p5} 
+tr {02452.t0|02453.t4} : b2451 {02453.p4-eats} -> {02452.f} {02453.f} {02453.p2-thinks} 
+tr {02452.t2} {02452.f} {02452.p5} -> {02452.p6} 
+tr {02452.t3|02453.t1} : a2451 {02452.f} {02453.p1} -> {02453.p3} 
+tr {02453.e} {02453.p6} {02453.p3} -> {02453.p4-eats} 
+tr {02453.t} {02453.p2-thinks} -> {02453.p1} {02453.p5} 
+tr {02453.t0|02454.t4} : b2452 {02454.p4-eats} -> {02453.f} {02454.f} {02454.p2-thinks} 
+tr {02453.t2} {02453.f} {02453.p5} -> {02453.p6} 
+tr {02453.t3|02454.t1} : a2452 {02453.f} {02454.p1} -> {02454.p3} 
+tr {02454.e} {02454.p6} {02454.p3} -> {02454.p4-eats} 
+tr {02454.t} {02454.p2-thinks} -> {02454.p1} {02454.p5} 
+tr {02454.t0|02455.t4} : b2453 {02455.p4-eats} -> {02454.f} {02455.f} {02455.p2-thinks} 
+tr {02454.t2} {02454.f} {02454.p5} -> {02454.p6} 
+tr {02454.t3|02455.t1} : a2453 {02454.f} {02455.p1} -> {02455.p3} 
+tr {02455.e} {02455.p6} {02455.p3} -> {02455.p4-eats} 
+tr {02455.t} {02455.p2-thinks} -> {02455.p1} {02455.p5} 
+tr {02455.t0|02456.t4} : b2454 {02456.p4-eats} -> {02455.f} {02456.f} {02456.p2-thinks} 
+tr {02455.t2} {02455.f} {02455.p5} -> {02455.p6} 
+tr {02455.t3|02456.t1} : a2454 {02455.f} {02456.p1} -> {02456.p3} 
+tr {02456.e} {02456.p6} {02456.p3} -> {02456.p4-eats} 
+tr {02456.t} {02456.p2-thinks} -> {02456.p1} {02456.p5} 
+tr {02456.t0|02457.t4} : b2455 {02457.p4-eats} -> {02456.f} {02457.f} {02457.p2-thinks} 
+tr {02456.t2} {02456.f} {02456.p5} -> {02456.p6} 
+tr {02456.t3|02457.t1} : a2455 {02456.f} {02457.p1} -> {02457.p3} 
+tr {02457.e} {02457.p6} {02457.p3} -> {02457.p4-eats} 
+tr {02457.t} {02457.p2-thinks} -> {02457.p1} {02457.p5} 
+tr {02457.t0|02458.t4} : b2456 {02458.p4-eats} -> {02457.f} {02458.f} {02458.p2-thinks} 
+tr {02457.t2} {02457.f} {02457.p5} -> {02457.p6} 
+tr {02457.t3|02458.t1} : a2456 {02457.f} {02458.p1} -> {02458.p3} 
+tr {02458.e} {02458.p6} {02458.p3} -> {02458.p4-eats} 
+tr {02458.t} {02458.p2-thinks} -> {02458.p1} {02458.p5} 
+tr {02458.t0|02459.t4} : b2457 {02459.p4-eats} -> {02458.f} {02459.f} {02459.p2-thinks} 
+tr {02458.t2} {02458.f} {02458.p5} -> {02458.p6} 
+tr {02458.t3|02459.t1} : a2457 {02458.f} {02459.p1} -> {02459.p3} 
+tr {02459.e} {02459.p6} {02459.p3} -> {02459.p4-eats} 
+tr {02459.t} {02459.p2-thinks} -> {02459.p1} {02459.p5} 
+tr {02459.t0|02460.t4} : b2458 {02460.p4-eats} -> {02459.f} {02460.f} {02460.p2-thinks} 
+tr {02459.t2} {02459.f} {02459.p5} -> {02459.p6} 
+tr {02459.t3|02460.t1} : a2458 {02459.f} {02460.p1} -> {02460.p3} 
+tr {02460.e} {02460.p6} {02460.p3} -> {02460.p4-eats} 
+tr {02460.t} {02460.p2-thinks} -> {02460.p1} {02460.p5} 
+tr {02460.t0|02461.t4} : b2459 {02461.p4-eats} -> {02460.f} {02461.f} {02461.p2-thinks} 
+tr {02460.t2} {02460.f} {02460.p5} -> {02460.p6} 
+tr {02460.t3|02461.t1} : a2459 {02460.f} {02461.p1} -> {02461.p3} 
+tr {02461.e} {02461.p6} {02461.p3} -> {02461.p4-eats} 
+tr {02461.t} {02461.p2-thinks} -> {02461.p1} {02461.p5} 
+tr {02461.t0|02462.t4} : b2460 {02462.p4-eats} -> {02461.f} {02462.f} {02462.p2-thinks} 
+tr {02461.t2} {02461.f} {02461.p5} -> {02461.p6} 
+tr {02461.t3|02462.t1} : a2460 {02461.f} {02462.p1} -> {02462.p3} 
+tr {02462.e} {02462.p6} {02462.p3} -> {02462.p4-eats} 
+tr {02462.t} {02462.p2-thinks} -> {02462.p1} {02462.p5} 
+tr {02462.t0|02463.t4} : b2461 {02463.p4-eats} -> {02462.f} {02463.f} {02463.p2-thinks} 
+tr {02462.t2} {02462.f} {02462.p5} -> {02462.p6} 
+tr {02462.t3|02463.t1} : a2461 {02462.f} {02463.p1} -> {02463.p3} 
+tr {02463.e} {02463.p6} {02463.p3} -> {02463.p4-eats} 
+tr {02463.t} {02463.p2-thinks} -> {02463.p1} {02463.p5} 
+tr {02463.t0|02464.t4} : b2462 {02464.p4-eats} -> {02463.f} {02464.f} {02464.p2-thinks} 
+tr {02463.t2} {02463.f} {02463.p5} -> {02463.p6} 
+tr {02463.t3|02464.t1} : a2462 {02463.f} {02464.p1} -> {02464.p3} 
+tr {02464.e} {02464.p6} {02464.p3} -> {02464.p4-eats} 
+tr {02464.t} {02464.p2-thinks} -> {02464.p1} {02464.p5} 
+tr {02464.t0|02465.t4} : b2463 {02465.p4-eats} -> {02464.f} {02465.f} {02465.p2-thinks} 
+tr {02464.t2} {02464.f} {02464.p5} -> {02464.p6} 
+tr {02464.t3|02465.t1} : a2463 {02464.f} {02465.p1} -> {02465.p3} 
+tr {02465.e} {02465.p6} {02465.p3} -> {02465.p4-eats} 
+tr {02465.t} {02465.p2-thinks} -> {02465.p1} {02465.p5} 
+tr {02465.t0|02466.t4} : b2464 {02466.p4-eats} -> {02465.f} {02466.f} {02466.p2-thinks} 
+tr {02465.t2} {02465.f} {02465.p5} -> {02465.p6} 
+tr {02465.t3|02466.t1} : a2464 {02465.f} {02466.p1} -> {02466.p3} 
+tr {02466.e} {02466.p6} {02466.p3} -> {02466.p4-eats} 
+tr {02466.t} {02466.p2-thinks} -> {02466.p1} {02466.p5} 
+tr {02466.t0|02467.t4} : b2465 {02467.p4-eats} -> {02466.f} {02467.f} {02467.p2-thinks} 
+tr {02466.t2} {02466.f} {02466.p5} -> {02466.p6} 
+tr {02466.t3|02467.t1} : a2465 {02466.f} {02467.p1} -> {02467.p3} 
+tr {02467.e} {02467.p6} {02467.p3} -> {02467.p4-eats} 
+tr {02467.t} {02467.p2-thinks} -> {02467.p1} {02467.p5} 
+tr {02467.t0|02468.t4} : b2466 {02468.p4-eats} -> {02467.f} {02468.f} {02468.p2-thinks} 
+tr {02467.t2} {02467.f} {02467.p5} -> {02467.p6} 
+tr {02467.t3|02468.t1} : a2466 {02467.f} {02468.p1} -> {02468.p3} 
+tr {02468.e} {02468.p6} {02468.p3} -> {02468.p4-eats} 
+tr {02468.t} {02468.p2-thinks} -> {02468.p1} {02468.p5} 
+tr {02468.t0|02469.t4} : b2467 {02469.p4-eats} -> {02468.f} {02469.f} {02469.p2-thinks} 
+tr {02468.t2} {02468.f} {02468.p5} -> {02468.p6} 
+tr {02468.t3|02469.t1} : a2467 {02468.f} {02469.p1} -> {02469.p3} 
+tr {02469.e} {02469.p6} {02469.p3} -> {02469.p4-eats} 
+tr {02469.t} {02469.p2-thinks} -> {02469.p1} {02469.p5} 
+tr {02469.t0|02470.t4} : b2468 {02470.p4-eats} -> {02469.f} {02470.f} {02470.p2-thinks} 
+tr {02469.t2} {02469.f} {02469.p5} -> {02469.p6} 
+tr {02469.t3|02470.t1} : a2468 {02469.f} {02470.p1} -> {02470.p3} 
+tr {02470.e} {02470.p6} {02470.p3} -> {02470.p4-eats} 
+tr {02470.t} {02470.p2-thinks} -> {02470.p1} {02470.p5} 
+tr {02470.t0|02471.t4} : b2469 {02471.p4-eats} -> {02470.f} {02471.f} {02471.p2-thinks} 
+tr {02470.t2} {02470.f} {02470.p5} -> {02470.p6} 
+tr {02470.t3|02471.t1} : a2469 {02470.f} {02471.p1} -> {02471.p3} 
+tr {02471.e} {02471.p6} {02471.p3} -> {02471.p4-eats} 
+tr {02471.t} {02471.p2-thinks} -> {02471.p1} {02471.p5} 
+tr {02471.t0|02472.t4} : b2470 {02472.p4-eats} -> {02471.f} {02472.f} {02472.p2-thinks} 
+tr {02471.t2} {02471.f} {02471.p5} -> {02471.p6} 
+tr {02471.t3|02472.t1} : a2470 {02471.f} {02472.p1} -> {02472.p3} 
+tr {02472.e} {02472.p6} {02472.p3} -> {02472.p4-eats} 
+tr {02472.t} {02472.p2-thinks} -> {02472.p1} {02472.p5} 
+tr {02472.t0|02473.t4} : b2471 {02473.p4-eats} -> {02472.f} {02473.f} {02473.p2-thinks} 
+tr {02472.t2} {02472.f} {02472.p5} -> {02472.p6} 
+tr {02472.t3|02473.t1} : a2471 {02472.f} {02473.p1} -> {02473.p3} 
+tr {02473.e} {02473.p6} {02473.p3} -> {02473.p4-eats} 
+tr {02473.t} {02473.p2-thinks} -> {02473.p1} {02473.p5} 
+tr {02473.t0|02474.t4} : b2472 {02474.p4-eats} -> {02473.f} {02474.f} {02474.p2-thinks} 
+tr {02473.t2} {02473.f} {02473.p5} -> {02473.p6} 
+tr {02473.t3|02474.t1} : a2472 {02473.f} {02474.p1} -> {02474.p3} 
+tr {02474.e} {02474.p6} {02474.p3} -> {02474.p4-eats} 
+tr {02474.t} {02474.p2-thinks} -> {02474.p1} {02474.p5} 
+tr {02474.t0|02475.t4} : b2473 {02475.p4-eats} -> {02474.f} {02475.f} {02475.p2-thinks} 
+tr {02474.t2} {02474.f} {02474.p5} -> {02474.p6} 
+tr {02474.t3|02475.t1} : a2473 {02474.f} {02475.p1} -> {02475.p3} 
+tr {02475.e} {02475.p6} {02475.p3} -> {02475.p4-eats} 
+tr {02475.t} {02475.p2-thinks} -> {02475.p1} {02475.p5} 
+tr {02475.t0|02476.t4} : b2474 {02476.p4-eats} -> {02475.f} {02476.f} {02476.p2-thinks} 
+tr {02475.t2} {02475.f} {02475.p5} -> {02475.p6} 
+tr {02475.t3|02476.t1} : a2474 {02475.f} {02476.p1} -> {02476.p3} 
+tr {02476.e} {02476.p6} {02476.p3} -> {02476.p4-eats} 
+tr {02476.t} {02476.p2-thinks} -> {02476.p1} {02476.p5} 
+tr {02476.t0|02477.t4} : b2475 {02477.p4-eats} -> {02476.f} {02477.f} {02477.p2-thinks} 
+tr {02476.t2} {02476.f} {02476.p5} -> {02476.p6} 
+tr {02476.t3|02477.t1} : a2475 {02476.f} {02477.p1} -> {02477.p3} 
+tr {02477.e} {02477.p6} {02477.p3} -> {02477.p4-eats} 
+tr {02477.t} {02477.p2-thinks} -> {02477.p1} {02477.p5} 
+tr {02477.t0|02478.t4} : b2476 {02478.p4-eats} -> {02477.f} {02478.f} {02478.p2-thinks} 
+tr {02477.t2} {02477.f} {02477.p5} -> {02477.p6} 
+tr {02477.t3|02478.t1} : a2476 {02477.f} {02478.p1} -> {02478.p3} 
+tr {02478.e} {02478.p6} {02478.p3} -> {02478.p4-eats} 
+tr {02478.t} {02478.p2-thinks} -> {02478.p1} {02478.p5} 
+tr {02478.t0|02479.t4} : b2477 {02479.p4-eats} -> {02478.f} {02479.f} {02479.p2-thinks} 
+tr {02478.t2} {02478.f} {02478.p5} -> {02478.p6} 
+tr {02478.t3|02479.t1} : a2477 {02478.f} {02479.p1} -> {02479.p3} 
+tr {02479.e} {02479.p6} {02479.p3} -> {02479.p4-eats} 
+tr {02479.t} {02479.p2-thinks} -> {02479.p1} {02479.p5} 
+tr {02479.t0|02480.t4} : b2478 {02480.p4-eats} -> {02479.f} {02480.f} {02480.p2-thinks} 
+tr {02479.t2} {02479.f} {02479.p5} -> {02479.p6} 
+tr {02479.t3|02480.t1} : a2478 {02479.f} {02480.p1} -> {02480.p3} 
+tr {02480.e} {02480.p6} {02480.p3} -> {02480.p4-eats} 
+tr {02480.t} {02480.p2-thinks} -> {02480.p1} {02480.p5} 
+tr {02480.t0|02481.t4} : b2479 {02481.p4-eats} -> {02480.f} {02481.f} {02481.p2-thinks} 
+tr {02480.t2} {02480.f} {02480.p5} -> {02480.p6} 
+tr {02480.t3|02481.t1} : a2479 {02480.f} {02481.p1} -> {02481.p3} 
+tr {02481.e} {02481.p6} {02481.p3} -> {02481.p4-eats} 
+tr {02481.t} {02481.p2-thinks} -> {02481.p1} {02481.p5} 
+tr {02481.t0|02482.t4} : b2480 {02482.p4-eats} -> {02481.f} {02482.f} {02482.p2-thinks} 
+tr {02481.t2} {02481.f} {02481.p5} -> {02481.p6} 
+tr {02481.t3|02482.t1} : a2480 {02481.f} {02482.p1} -> {02482.p3} 
+tr {02482.e} {02482.p6} {02482.p3} -> {02482.p4-eats} 
+tr {02482.t} {02482.p2-thinks} -> {02482.p1} {02482.p5} 
+tr {02482.t0|02483.t4} : b2481 {02483.p4-eats} -> {02482.f} {02483.f} {02483.p2-thinks} 
+tr {02482.t2} {02482.f} {02482.p5} -> {02482.p6} 
+tr {02482.t3|02483.t1} : a2481 {02482.f} {02483.p1} -> {02483.p3} 
+tr {02483.e} {02483.p6} {02483.p3} -> {02483.p4-eats} 
+tr {02483.t} {02483.p2-thinks} -> {02483.p1} {02483.p5} 
+tr {02483.t0|02484.t4} : b2482 {02484.p4-eats} -> {02483.f} {02484.f} {02484.p2-thinks} 
+tr {02483.t2} {02483.f} {02483.p5} -> {02483.p6} 
+tr {02483.t3|02484.t1} : a2482 {02483.f} {02484.p1} -> {02484.p3} 
+tr {02484.e} {02484.p6} {02484.p3} -> {02484.p4-eats} 
+tr {02484.t} {02484.p2-thinks} -> {02484.p1} {02484.p5} 
+tr {02484.t0|02485.t4} : b2483 {02485.p4-eats} -> {02484.f} {02485.f} {02485.p2-thinks} 
+tr {02484.t2} {02484.f} {02484.p5} -> {02484.p6} 
+tr {02484.t3|02485.t1} : a2483 {02484.f} {02485.p1} -> {02485.p3} 
+tr {02485.e} {02485.p6} {02485.p3} -> {02485.p4-eats} 
+tr {02485.t} {02485.p2-thinks} -> {02485.p1} {02485.p5} 
+tr {02485.t0|02486.t4} : b2484 {02486.p4-eats} -> {02485.f} {02486.f} {02486.p2-thinks} 
+tr {02485.t2} {02485.f} {02485.p5} -> {02485.p6} 
+tr {02485.t3|02486.t1} : a2484 {02485.f} {02486.p1} -> {02486.p3} 
+tr {02486.e} {02486.p6} {02486.p3} -> {02486.p4-eats} 
+tr {02486.t} {02486.p2-thinks} -> {02486.p1} {02486.p5} 
+tr {02486.t0|02487.t4} : b2485 {02487.p4-eats} -> {02486.f} {02487.f} {02487.p2-thinks} 
+tr {02486.t2} {02486.f} {02486.p5} -> {02486.p6} 
+tr {02486.t3|02487.t1} : a2485 {02486.f} {02487.p1} -> {02487.p3} 
+tr {02487.e} {02487.p6} {02487.p3} -> {02487.p4-eats} 
+tr {02487.t} {02487.p2-thinks} -> {02487.p1} {02487.p5} 
+tr {02487.t0|02488.t4} : b2486 {02488.p4-eats} -> {02487.f} {02488.f} {02488.p2-thinks} 
+tr {02487.t2} {02487.f} {02487.p5} -> {02487.p6} 
+tr {02487.t3|02488.t1} : a2486 {02487.f} {02488.p1} -> {02488.p3} 
+tr {02488.e} {02488.p6} {02488.p3} -> {02488.p4-eats} 
+tr {02488.t} {02488.p2-thinks} -> {02488.p1} {02488.p5} 
+tr {02488.t0|02489.t4} : b2487 {02489.p4-eats} -> {02488.f} {02489.f} {02489.p2-thinks} 
+tr {02488.t2} {02488.f} {02488.p5} -> {02488.p6} 
+tr {02488.t3|02489.t1} : a2487 {02488.f} {02489.p1} -> {02489.p3} 
+tr {02489.e} {02489.p6} {02489.p3} -> {02489.p4-eats} 
+tr {02489.t} {02489.p2-thinks} -> {02489.p1} {02489.p5} 
+tr {02489.t0|02490.t4} : b2488 {02490.p4-eats} -> {02489.f} {02490.f} {02490.p2-thinks} 
+tr {02489.t2} {02489.f} {02489.p5} -> {02489.p6} 
+tr {02489.t3|02490.t1} : a2488 {02489.f} {02490.p1} -> {02490.p3} 
+tr {02490.e} {02490.p6} {02490.p3} -> {02490.p4-eats} 
+tr {02490.t} {02490.p2-thinks} -> {02490.p1} {02490.p5} 
+tr {02490.t0|02491.t4} : b2489 {02491.p4-eats} -> {02490.f} {02491.f} {02491.p2-thinks} 
+tr {02490.t2} {02490.f} {02490.p5} -> {02490.p6} 
+tr {02490.t3|02491.t1} : a2489 {02490.f} {02491.p1} -> {02491.p3} 
+tr {02491.e} {02491.p6} {02491.p3} -> {02491.p4-eats} 
+tr {02491.t} {02491.p2-thinks} -> {02491.p1} {02491.p5} 
+tr {02491.t0|02492.t4} : b2490 {02492.p4-eats} -> {02491.f} {02492.f} {02492.p2-thinks} 
+tr {02491.t2} {02491.f} {02491.p5} -> {02491.p6} 
+tr {02491.t3|02492.t1} : a2490 {02491.f} {02492.p1} -> {02492.p3} 
+tr {02492.e} {02492.p6} {02492.p3} -> {02492.p4-eats} 
+tr {02492.t} {02492.p2-thinks} -> {02492.p1} {02492.p5} 
+tr {02492.t0|02493.t4} : b2491 {02493.p4-eats} -> {02492.f} {02493.f} {02493.p2-thinks} 
+tr {02492.t2} {02492.f} {02492.p5} -> {02492.p6} 
+tr {02492.t3|02493.t1} : a2491 {02492.f} {02493.p1} -> {02493.p3} 
+tr {02493.e} {02493.p6} {02493.p3} -> {02493.p4-eats} 
+tr {02493.t} {02493.p2-thinks} -> {02493.p1} {02493.p5} 
+tr {02493.t0|02494.t4} : b2492 {02494.p4-eats} -> {02493.f} {02494.f} {02494.p2-thinks} 
+tr {02493.t2} {02493.f} {02493.p5} -> {02493.p6} 
+tr {02493.t3|02494.t1} : a2492 {02493.f} {02494.p1} -> {02494.p3} 
+tr {02494.e} {02494.p6} {02494.p3} -> {02494.p4-eats} 
+tr {02494.t} {02494.p2-thinks} -> {02494.p1} {02494.p5} 
+tr {02494.t0|02495.t4} : b2493 {02495.p4-eats} -> {02494.f} {02495.f} {02495.p2-thinks} 
+tr {02494.t2} {02494.f} {02494.p5} -> {02494.p6} 
+tr {02494.t3|02495.t1} : a2493 {02494.f} {02495.p1} -> {02495.p3} 
+tr {02495.e} {02495.p6} {02495.p3} -> {02495.p4-eats} 
+tr {02495.t} {02495.p2-thinks} -> {02495.p1} {02495.p5} 
+tr {02495.t0|02496.t4} : b2494 {02496.p4-eats} -> {02495.f} {02496.f} {02496.p2-thinks} 
+tr {02495.t2} {02495.f} {02495.p5} -> {02495.p6} 
+tr {02495.t3|02496.t1} : a2494 {02495.f} {02496.p1} -> {02496.p3} 
+tr {02496.e} {02496.p6} {02496.p3} -> {02496.p4-eats} 
+tr {02496.t} {02496.p2-thinks} -> {02496.p1} {02496.p5} 
+tr {02496.t0|02497.t4} : b2495 {02497.p4-eats} -> {02496.f} {02497.f} {02497.p2-thinks} 
+tr {02496.t2} {02496.f} {02496.p5} -> {02496.p6} 
+tr {02496.t3|02497.t1} : a2495 {02496.f} {02497.p1} -> {02497.p3} 
+tr {02497.e} {02497.p6} {02497.p3} -> {02497.p4-eats} 
+tr {02497.t} {02497.p2-thinks} -> {02497.p1} {02497.p5} 
+tr {02497.t0|02498.t4} : b2496 {02498.p4-eats} -> {02497.f} {02498.f} {02498.p2-thinks} 
+tr {02497.t2} {02497.f} {02497.p5} -> {02497.p6} 
+tr {02497.t3|02498.t1} : a2496 {02497.f} {02498.p1} -> {02498.p3} 
+tr {02498.e} {02498.p6} {02498.p3} -> {02498.p4-eats} 
+tr {02498.t} {02498.p2-thinks} -> {02498.p1} {02498.p5} 
+tr {02498.t0|02499.t4} : b2497 {02499.p4-eats} -> {02498.f} {02499.f} {02499.p2-thinks} 
+tr {02498.t2} {02498.f} {02498.p5} -> {02498.p6} 
+tr {02498.t3|02499.t1} : a2497 {02498.f} {02499.p1} -> {02499.p3} 
+tr {02499.e} {02499.p6} {02499.p3} -> {02499.p4-eats} 
+tr {02499.t} {02499.p2-thinks} -> {02499.p1} {02499.p5} 
+tr {02499.t0|02500.t4} : b2498 {02500.p4-eats} -> {02499.f} {02500.f} {02500.p2-thinks} 
+tr {02499.t2} {02499.f} {02499.p5} -> {02499.p6} 
+tr {02499.t3|02500.t1} : a2498 {02499.f} {02500.p1} -> {02500.p3} 
+tr {02500.e} {02500.p6} {02500.p3} -> {02500.p4-eats} 
+tr {02500.t} {02500.p2-thinks} -> {02500.p1} {02500.p5} 
+tr {02500.t0|02501.t4} : b2499 {02501.p4-eats} -> {02500.f} {02501.f} {02501.p2-thinks} 
+tr {02500.t2} {02500.f} {02500.p5} -> {02500.p6} 
+tr {02500.t3|02501.t1} : a2499 {02500.f} {02501.p1} -> {02501.p3} 
+tr {02501.e} {02501.p6} {02501.p3} -> {02501.p4-eats} 
+tr {02501.t} {02501.p2-thinks} -> {02501.p1} {02501.p5} 
+tr {02501.t0|02502.t4} : b2500 {02502.p4-eats} -> {02501.f} {02502.f} {02502.p2-thinks} 
+tr {02501.t2} {02501.f} {02501.p5} -> {02501.p6} 
+tr {02501.t3|02502.t1} : a2500 {02501.f} {02502.p1} -> {02502.p3} 
+tr {02502.e} {02502.p6} {02502.p3} -> {02502.p4-eats} 
+tr {02502.t} {02502.p2-thinks} -> {02502.p1} {02502.p5} 
+tr {02502.t0|02503.t4} : b2501 {02503.p4-eats} -> {02502.f} {02503.f} {02503.p2-thinks} 
+tr {02502.t2} {02502.f} {02502.p5} -> {02502.p6} 
+tr {02502.t3|02503.t1} : a2501 {02502.f} {02503.p1} -> {02503.p3} 
+tr {02503.e} {02503.p6} {02503.p3} -> {02503.p4-eats} 
+tr {02503.t} {02503.p2-thinks} -> {02503.p1} {02503.p5} 
+tr {02503.t0|02504.t4} : b2502 {02504.p4-eats} -> {02503.f} {02504.f} {02504.p2-thinks} 
+tr {02503.t2} {02503.f} {02503.p5} -> {02503.p6} 
+tr {02503.t3|02504.t1} : a2502 {02503.f} {02504.p1} -> {02504.p3} 
+tr {02504.e} {02504.p6} {02504.p3} -> {02504.p4-eats} 
+tr {02504.t} {02504.p2-thinks} -> {02504.p1} {02504.p5} 
+tr {02504.t0|02505.t4} : b2503 {02505.p4-eats} -> {02504.f} {02505.f} {02505.p2-thinks} 
+tr {02504.t2} {02504.f} {02504.p5} -> {02504.p6} 
+tr {02504.t3|02505.t1} : a2503 {02504.f} {02505.p1} -> {02505.p3} 
+tr {02505.e} {02505.p6} {02505.p3} -> {02505.p4-eats} 
+tr {02505.t} {02505.p2-thinks} -> {02505.p1} {02505.p5} 
+tr {02505.t0|02506.t4} : b2504 {02506.p4-eats} -> {02505.f} {02506.f} {02506.p2-thinks} 
+tr {02505.t2} {02505.f} {02505.p5} -> {02505.p6} 
+tr {02505.t3|02506.t1} : a2504 {02505.f} {02506.p1} -> {02506.p3} 
+tr {02506.e} {02506.p6} {02506.p3} -> {02506.p4-eats} 
+tr {02506.t} {02506.p2-thinks} -> {02506.p1} {02506.p5} 
+tr {02506.t0|02507.t4} : b2505 {02507.p4-eats} -> {02506.f} {02507.f} {02507.p2-thinks} 
+tr {02506.t2} {02506.f} {02506.p5} -> {02506.p6} 
+tr {02506.t3|02507.t1} : a2505 {02506.f} {02507.p1} -> {02507.p3} 
+tr {02507.e} {02507.p6} {02507.p3} -> {02507.p4-eats} 
+tr {02507.t} {02507.p2-thinks} -> {02507.p1} {02507.p5} 
+tr {02507.t0|02508.t4} : b2506 {02508.p4-eats} -> {02507.f} {02508.f} {02508.p2-thinks} 
+tr {02507.t2} {02507.f} {02507.p5} -> {02507.p6} 
+tr {02507.t3|02508.t1} : a2506 {02507.f} {02508.p1} -> {02508.p3} 
+tr {02508.e} {02508.p6} {02508.p3} -> {02508.p4-eats} 
+tr {02508.t} {02508.p2-thinks} -> {02508.p1} {02508.p5} 
+tr {02508.t0|02509.t4} : b2507 {02509.p4-eats} -> {02508.f} {02509.f} {02509.p2-thinks} 
+tr {02508.t2} {02508.f} {02508.p5} -> {02508.p6} 
+tr {02508.t3|02509.t1} : a2507 {02508.f} {02509.p1} -> {02509.p3} 
+tr {02509.e} {02509.p6} {02509.p3} -> {02509.p4-eats} 
+tr {02509.t} {02509.p2-thinks} -> {02509.p1} {02509.p5} 
+tr {02509.t0|02510.t4} : b2508 {02510.p4-eats} -> {02509.f} {02510.f} {02510.p2-thinks} 
+tr {02509.t2} {02509.f} {02509.p5} -> {02509.p6} 
+tr {02509.t3|02510.t1} : a2508 {02509.f} {02510.p1} -> {02510.p3} 
+tr {02510.e} {02510.p6} {02510.p3} -> {02510.p4-eats} 
+tr {02510.t} {02510.p2-thinks} -> {02510.p1} {02510.p5} 
+tr {02510.t0|02511.t4} : b2509 {02511.p4-eats} -> {02510.f} {02511.f} {02511.p2-thinks} 
+tr {02510.t2} {02510.f} {02510.p5} -> {02510.p6} 
+tr {02510.t3|02511.t1} : a2509 {02510.f} {02511.p1} -> {02511.p3} 
+tr {02511.e} {02511.p6} {02511.p3} -> {02511.p4-eats} 
+tr {02511.t} {02511.p2-thinks} -> {02511.p1} {02511.p5} 
+tr {02511.t0|02512.t4} : b2510 {02512.p4-eats} -> {02511.f} {02512.f} {02512.p2-thinks} 
+tr {02511.t2} {02511.f} {02511.p5} -> {02511.p6} 
+tr {02511.t3|02512.t1} : a2510 {02511.f} {02512.p1} -> {02512.p3} 
+tr {02512.e} {02512.p6} {02512.p3} -> {02512.p4-eats} 
+tr {02512.t} {02512.p2-thinks} -> {02512.p1} {02512.p5} 
+tr {02512.t0|02513.t4} : b2511 {02513.p4-eats} -> {02512.f} {02513.f} {02513.p2-thinks} 
+tr {02512.t2} {02512.f} {02512.p5} -> {02512.p6} 
+tr {02512.t3|02513.t1} : a2511 {02512.f} {02513.p1} -> {02513.p3} 
+tr {02513.e} {02513.p6} {02513.p3} -> {02513.p4-eats} 
+tr {02513.t} {02513.p2-thinks} -> {02513.p1} {02513.p5} 
+tr {02513.t0|02514.t4} : b2512 {02514.p4-eats} -> {02513.f} {02514.f} {02514.p2-thinks} 
+tr {02513.t2} {02513.f} {02513.p5} -> {02513.p6} 
+tr {02513.t3|02514.t1} : a2512 {02513.f} {02514.p1} -> {02514.p3} 
+tr {02514.e} {02514.p6} {02514.p3} -> {02514.p4-eats} 
+tr {02514.t} {02514.p2-thinks} -> {02514.p1} {02514.p5} 
+tr {02514.t0|02515.t4} : b2513 {02515.p4-eats} -> {02514.f} {02515.f} {02515.p2-thinks} 
+tr {02514.t2} {02514.f} {02514.p5} -> {02514.p6} 
+tr {02514.t3|02515.t1} : a2513 {02514.f} {02515.p1} -> {02515.p3} 
+tr {02515.e} {02515.p6} {02515.p3} -> {02515.p4-eats} 
+tr {02515.t} {02515.p2-thinks} -> {02515.p1} {02515.p5} 
+tr {02515.t0|02516.t4} : b2514 {02516.p4-eats} -> {02515.f} {02516.f} {02516.p2-thinks} 
+tr {02515.t2} {02515.f} {02515.p5} -> {02515.p6} 
+tr {02515.t3|02516.t1} : a2514 {02515.f} {02516.p1} -> {02516.p3} 
+tr {02516.e} {02516.p6} {02516.p3} -> {02516.p4-eats} 
+tr {02516.t} {02516.p2-thinks} -> {02516.p1} {02516.p5} 
+tr {02516.t0|02517.t4} : b2515 {02517.p4-eats} -> {02516.f} {02517.f} {02517.p2-thinks} 
+tr {02516.t2} {02516.f} {02516.p5} -> {02516.p6} 
+tr {02516.t3|02517.t1} : a2515 {02516.f} {02517.p1} -> {02517.p3} 
+tr {02517.e} {02517.p6} {02517.p3} -> {02517.p4-eats} 
+tr {02517.t} {02517.p2-thinks} -> {02517.p1} {02517.p5} 
+tr {02517.t0|02518.t4} : b2516 {02518.p4-eats} -> {02517.f} {02518.f} {02518.p2-thinks} 
+tr {02517.t2} {02517.f} {02517.p5} -> {02517.p6} 
+tr {02517.t3|02518.t1} : a2516 {02517.f} {02518.p1} -> {02518.p3} 
+tr {02518.e} {02518.p6} {02518.p3} -> {02518.p4-eats} 
+tr {02518.t} {02518.p2-thinks} -> {02518.p1} {02518.p5} 
+tr {02518.t0|02519.t4} : b2517 {02519.p4-eats} -> {02518.f} {02519.f} {02519.p2-thinks} 
+tr {02518.t2} {02518.f} {02518.p5} -> {02518.p6} 
+tr {02518.t3|02519.t1} : a2517 {02518.f} {02519.p1} -> {02519.p3} 
+tr {02519.e} {02519.p6} {02519.p3} -> {02519.p4-eats} 
+tr {02519.t} {02519.p2-thinks} -> {02519.p1} {02519.p5} 
+tr {02519.t0|02520.t4} : b2518 {02520.p4-eats} -> {02519.f} {02520.f} {02520.p2-thinks} 
+tr {02519.t2} {02519.f} {02519.p5} -> {02519.p6} 
+tr {02519.t3|02520.t1} : a2518 {02519.f} {02520.p1} -> {02520.p3} 
+tr {02520.e} {02520.p6} {02520.p3} -> {02520.p4-eats} 
+tr {02520.t} {02520.p2-thinks} -> {02520.p1} {02520.p5} 
+tr {02520.t0|02521.t4} : b2519 {02521.p4-eats} -> {02520.f} {02521.f} {02521.p2-thinks} 
+tr {02520.t2} {02520.f} {02520.p5} -> {02520.p6} 
+tr {02520.t3|02521.t1} : a2519 {02520.f} {02521.p1} -> {02521.p3} 
+tr {02521.e} {02521.p6} {02521.p3} -> {02521.p4-eats} 
+tr {02521.t} {02521.p2-thinks} -> {02521.p1} {02521.p5} 
+tr {02521.t0|02522.t4} : b2520 {02522.p4-eats} -> {02521.f} {02522.f} {02522.p2-thinks} 
+tr {02521.t2} {02521.f} {02521.p5} -> {02521.p6} 
+tr {02521.t3|02522.t1} : a2520 {02521.f} {02522.p1} -> {02522.p3} 
+tr {02522.e} {02522.p6} {02522.p3} -> {02522.p4-eats} 
+tr {02522.t} {02522.p2-thinks} -> {02522.p1} {02522.p5} 
+tr {02522.t0|02523.t4} : b2521 {02523.p4-eats} -> {02522.f} {02523.f} {02523.p2-thinks} 
+tr {02522.t2} {02522.f} {02522.p5} -> {02522.p6} 
+tr {02522.t3|02523.t1} : a2521 {02522.f} {02523.p1} -> {02523.p3} 
+tr {02523.e} {02523.p6} {02523.p3} -> {02523.p4-eats} 
+tr {02523.t} {02523.p2-thinks} -> {02523.p1} {02523.p5} 
+tr {02523.t0|02524.t4} : b2522 {02524.p4-eats} -> {02523.f} {02524.f} {02524.p2-thinks} 
+tr {02523.t2} {02523.f} {02523.p5} -> {02523.p6} 
+tr {02523.t3|02524.t1} : a2522 {02523.f} {02524.p1} -> {02524.p3} 
+tr {02524.e} {02524.p6} {02524.p3} -> {02524.p4-eats} 
+tr {02524.t} {02524.p2-thinks} -> {02524.p1} {02524.p5} 
+tr {02524.t0|02525.t4} : b2523 {02525.p4-eats} -> {02524.f} {02525.f} {02525.p2-thinks} 
+tr {02524.t2} {02524.f} {02524.p5} -> {02524.p6} 
+tr {02524.t3|02525.t1} : a2523 {02524.f} {02525.p1} -> {02525.p3} 
+tr {02525.e} {02525.p6} {02525.p3} -> {02525.p4-eats} 
+tr {02525.t} {02525.p2-thinks} -> {02525.p1} {02525.p5} 
+tr {02525.t0|02526.t4} : b2524 {02526.p4-eats} -> {02525.f} {02526.f} {02526.p2-thinks} 
+tr {02525.t2} {02525.f} {02525.p5} -> {02525.p6} 
+tr {02525.t3|02526.t1} : a2524 {02525.f} {02526.p1} -> {02526.p3} 
+tr {02526.e} {02526.p6} {02526.p3} -> {02526.p4-eats} 
+tr {02526.t} {02526.p2-thinks} -> {02526.p1} {02526.p5} 
+tr {02526.t0|02527.t4} : b2525 {02527.p4-eats} -> {02526.f} {02527.f} {02527.p2-thinks} 
+tr {02526.t2} {02526.f} {02526.p5} -> {02526.p6} 
+tr {02526.t3|02527.t1} : a2525 {02526.f} {02527.p1} -> {02527.p3} 
+tr {02527.e} {02527.p6} {02527.p3} -> {02527.p4-eats} 
+tr {02527.t} {02527.p2-thinks} -> {02527.p1} {02527.p5} 
+tr {02527.t0|02528.t4} : b2526 {02528.p4-eats} -> {02527.f} {02528.f} {02528.p2-thinks} 
+tr {02527.t2} {02527.f} {02527.p5} -> {02527.p6} 
+tr {02527.t3|02528.t1} : a2526 {02527.f} {02528.p1} -> {02528.p3} 
+tr {02528.e} {02528.p6} {02528.p3} -> {02528.p4-eats} 
+tr {02528.t} {02528.p2-thinks} -> {02528.p1} {02528.p5} 
+tr {02528.t0|02529.t4} : b2527 {02529.p4-eats} -> {02528.f} {02529.f} {02529.p2-thinks} 
+tr {02528.t2} {02528.f} {02528.p5} -> {02528.p6} 
+tr {02528.t3|02529.t1} : a2527 {02528.f} {02529.p1} -> {02529.p3} 
+tr {02529.e} {02529.p6} {02529.p3} -> {02529.p4-eats} 
+tr {02529.t} {02529.p2-thinks} -> {02529.p1} {02529.p5} 
+tr {02529.t0|02530.t4} : b2528 {02530.p4-eats} -> {02529.f} {02530.f} {02530.p2-thinks} 
+tr {02529.t2} {02529.f} {02529.p5} -> {02529.p6} 
+tr {02529.t3|02530.t1} : a2528 {02529.f} {02530.p1} -> {02530.p3} 
+tr {02530.e} {02530.p6} {02530.p3} -> {02530.p4-eats} 
+tr {02530.t} {02530.p2-thinks} -> {02530.p1} {02530.p5} 
+tr {02530.t0|02531.t4} : b2529 {02531.p4-eats} -> {02530.f} {02531.f} {02531.p2-thinks} 
+tr {02530.t2} {02530.f} {02530.p5} -> {02530.p6} 
+tr {02530.t3|02531.t1} : a2529 {02530.f} {02531.p1} -> {02531.p3} 
+tr {02531.e} {02531.p6} {02531.p3} -> {02531.p4-eats} 
+tr {02531.t} {02531.p2-thinks} -> {02531.p1} {02531.p5} 
+tr {02531.t0|02532.t4} : b2530 {02532.p4-eats} -> {02531.f} {02532.f} {02532.p2-thinks} 
+tr {02531.t2} {02531.f} {02531.p5} -> {02531.p6} 
+tr {02531.t3|02532.t1} : a2530 {02531.f} {02532.p1} -> {02532.p3} 
+tr {02532.e} {02532.p6} {02532.p3} -> {02532.p4-eats} 
+tr {02532.t} {02532.p2-thinks} -> {02532.p1} {02532.p5} 
+tr {02532.t0|02533.t4} : b2531 {02533.p4-eats} -> {02532.f} {02533.f} {02533.p2-thinks} 
+tr {02532.t2} {02532.f} {02532.p5} -> {02532.p6} 
+tr {02532.t3|02533.t1} : a2531 {02532.f} {02533.p1} -> {02533.p3} 
+tr {02533.e} {02533.p6} {02533.p3} -> {02533.p4-eats} 
+tr {02533.t} {02533.p2-thinks} -> {02533.p1} {02533.p5} 
+tr {02533.t0|02534.t4} : b2532 {02534.p4-eats} -> {02533.f} {02534.f} {02534.p2-thinks} 
+tr {02533.t2} {02533.f} {02533.p5} -> {02533.p6} 
+tr {02533.t3|02534.t1} : a2532 {02533.f} {02534.p1} -> {02534.p3} 
+tr {02534.e} {02534.p6} {02534.p3} -> {02534.p4-eats} 
+tr {02534.t} {02534.p2-thinks} -> {02534.p1} {02534.p5} 
+tr {02534.t0|02535.t4} : b2533 {02535.p4-eats} -> {02534.f} {02535.f} {02535.p2-thinks} 
+tr {02534.t2} {02534.f} {02534.p5} -> {02534.p6} 
+tr {02534.t3|02535.t1} : a2533 {02534.f} {02535.p1} -> {02535.p3} 
+tr {02535.e} {02535.p6} {02535.p3} -> {02535.p4-eats} 
+tr {02535.t} {02535.p2-thinks} -> {02535.p1} {02535.p5} 
+tr {02535.t0|02536.t4} : b2534 {02536.p4-eats} -> {02535.f} {02536.f} {02536.p2-thinks} 
+tr {02535.t2} {02535.f} {02535.p5} -> {02535.p6} 
+tr {02535.t3|02536.t1} : a2534 {02535.f} {02536.p1} -> {02536.p3} 
+tr {02536.e} {02536.p6} {02536.p3} -> {02536.p4-eats} 
+tr {02536.t} {02536.p2-thinks} -> {02536.p1} {02536.p5} 
+tr {02536.t0|02537.t4} : b2535 {02537.p4-eats} -> {02536.f} {02537.f} {02537.p2-thinks} 
+tr {02536.t2} {02536.f} {02536.p5} -> {02536.p6} 
+tr {02536.t3|02537.t1} : a2535 {02536.f} {02537.p1} -> {02537.p3} 
+tr {02537.e} {02537.p6} {02537.p3} -> {02537.p4-eats} 
+tr {02537.t} {02537.p2-thinks} -> {02537.p1} {02537.p5} 
+tr {02537.t0|02538.t4} : b2536 {02538.p4-eats} -> {02537.f} {02538.f} {02538.p2-thinks} 
+tr {02537.t2} {02537.f} {02537.p5} -> {02537.p6} 
+tr {02537.t3|02538.t1} : a2536 {02537.f} {02538.p1} -> {02538.p3} 
+tr {02538.e} {02538.p6} {02538.p3} -> {02538.p4-eats} 
+tr {02538.t} {02538.p2-thinks} -> {02538.p1} {02538.p5} 
+tr {02538.t0|02539.t4} : b2537 {02539.p4-eats} -> {02538.f} {02539.f} {02539.p2-thinks} 
+tr {02538.t2} {02538.f} {02538.p5} -> {02538.p6} 
+tr {02538.t3|02539.t1} : a2537 {02538.f} {02539.p1} -> {02539.p3} 
+tr {02539.e} {02539.p6} {02539.p3} -> {02539.p4-eats} 
+tr {02539.t} {02539.p2-thinks} -> {02539.p1} {02539.p5} 
+tr {02539.t0|02540.t4} : b2538 {02540.p4-eats} -> {02539.f} {02540.f} {02540.p2-thinks} 
+tr {02539.t2} {02539.f} {02539.p5} -> {02539.p6} 
+tr {02539.t3|02540.t1} : a2538 {02539.f} {02540.p1} -> {02540.p3} 
+tr {02540.e} {02540.p6} {02540.p3} -> {02540.p4-eats} 
+tr {02540.t} {02540.p2-thinks} -> {02540.p1} {02540.p5} 
+tr {02540.t0|02541.t4} : b2539 {02541.p4-eats} -> {02540.f} {02541.f} {02541.p2-thinks} 
+tr {02540.t2} {02540.f} {02540.p5} -> {02540.p6} 
+tr {02540.t3|02541.t1} : a2539 {02540.f} {02541.p1} -> {02541.p3} 
+tr {02541.e} {02541.p6} {02541.p3} -> {02541.p4-eats} 
+tr {02541.t} {02541.p2-thinks} -> {02541.p1} {02541.p5} 
+tr {02541.t0|02542.t4} : b2540 {02542.p4-eats} -> {02541.f} {02542.f} {02542.p2-thinks} 
+tr {02541.t2} {02541.f} {02541.p5} -> {02541.p6} 
+tr {02541.t3|02542.t1} : a2540 {02541.f} {02542.p1} -> {02542.p3} 
+tr {02542.e} {02542.p6} {02542.p3} -> {02542.p4-eats} 
+tr {02542.t} {02542.p2-thinks} -> {02542.p1} {02542.p5} 
+tr {02542.t0|02543.t4} : b2541 {02543.p4-eats} -> {02542.f} {02543.f} {02543.p2-thinks} 
+tr {02542.t2} {02542.f} {02542.p5} -> {02542.p6} 
+tr {02542.t3|02543.t1} : a2541 {02542.f} {02543.p1} -> {02543.p3} 
+tr {02543.e} {02543.p6} {02543.p3} -> {02543.p4-eats} 
+tr {02543.t} {02543.p2-thinks} -> {02543.p1} {02543.p5} 
+tr {02543.t0|02544.t4} : b2542 {02544.p4-eats} -> {02543.f} {02544.f} {02544.p2-thinks} 
+tr {02543.t2} {02543.f} {02543.p5} -> {02543.p6} 
+tr {02543.t3|02544.t1} : a2542 {02543.f} {02544.p1} -> {02544.p3} 
+tr {02544.e} {02544.p6} {02544.p3} -> {02544.p4-eats} 
+tr {02544.t} {02544.p2-thinks} -> {02544.p1} {02544.p5} 
+tr {02544.t0|02545.t4} : b2543 {02545.p4-eats} -> {02544.f} {02545.f} {02545.p2-thinks} 
+tr {02544.t2} {02544.f} {02544.p5} -> {02544.p6} 
+tr {02544.t3|02545.t1} : a2543 {02544.f} {02545.p1} -> {02545.p3} 
+tr {02545.e} {02545.p6} {02545.p3} -> {02545.p4-eats} 
+tr {02545.t} {02545.p2-thinks} -> {02545.p1} {02545.p5} 
+tr {02545.t0|02546.t4} : b2544 {02546.p4-eats} -> {02545.f} {02546.f} {02546.p2-thinks} 
+tr {02545.t2} {02545.f} {02545.p5} -> {02545.p6} 
+tr {02545.t3|02546.t1} : a2544 {02545.f} {02546.p1} -> {02546.p3} 
+tr {02546.e} {02546.p6} {02546.p3} -> {02546.p4-eats} 
+tr {02546.t} {02546.p2-thinks} -> {02546.p1} {02546.p5} 
+tr {02546.t0|02547.t4} : b2545 {02547.p4-eats} -> {02546.f} {02547.f} {02547.p2-thinks} 
+tr {02546.t2} {02546.f} {02546.p5} -> {02546.p6} 
+tr {02546.t3|02547.t1} : a2545 {02546.f} {02547.p1} -> {02547.p3} 
+tr {02547.e} {02547.p6} {02547.p3} -> {02547.p4-eats} 
+tr {02547.t} {02547.p2-thinks} -> {02547.p1} {02547.p5} 
+tr {02547.t0|02548.t4} : b2546 {02548.p4-eats} -> {02547.f} {02548.f} {02548.p2-thinks} 
+tr {02547.t2} {02547.f} {02547.p5} -> {02547.p6} 
+tr {02547.t3|02548.t1} : a2546 {02547.f} {02548.p1} -> {02548.p3} 
+tr {02548.e} {02548.p6} {02548.p3} -> {02548.p4-eats} 
+tr {02548.t} {02548.p2-thinks} -> {02548.p1} {02548.p5} 
+tr {02548.t0|02549.t4} : b2547 {02549.p4-eats} -> {02548.f} {02549.f} {02549.p2-thinks} 
+tr {02548.t2} {02548.f} {02548.p5} -> {02548.p6} 
+tr {02548.t3|02549.t1} : a2547 {02548.f} {02549.p1} -> {02549.p3} 
+tr {02549.e} {02549.p6} {02549.p3} -> {02549.p4-eats} 
+tr {02549.t} {02549.p2-thinks} -> {02549.p1} {02549.p5} 
+tr {02549.t0|02550.t4} : b2548 {02550.p4-eats} -> {02549.f} {02550.f} {02550.p2-thinks} 
+tr {02549.t2} {02549.f} {02549.p5} -> {02549.p6} 
+tr {02549.t3|02550.t1} : a2548 {02549.f} {02550.p1} -> {02550.p3} 
+tr {02550.e} {02550.p6} {02550.p3} -> {02550.p4-eats} 
+tr {02550.t} {02550.p2-thinks} -> {02550.p1} {02550.p5} 
+tr {02550.t0|02551.t4} : b2549 {02551.p4-eats} -> {02550.f} {02551.f} {02551.p2-thinks} 
+tr {02550.t2} {02550.f} {02550.p5} -> {02550.p6} 
+tr {02550.t3|02551.t1} : a2549 {02550.f} {02551.p1} -> {02551.p3} 
+tr {02551.e} {02551.p6} {02551.p3} -> {02551.p4-eats} 
+tr {02551.t} {02551.p2-thinks} -> {02551.p1} {02551.p5} 
+tr {02551.t0|02552.t4} : b2550 {02552.p4-eats} -> {02551.f} {02552.f} {02552.p2-thinks} 
+tr {02551.t2} {02551.f} {02551.p5} -> {02551.p6} 
+tr {02551.t3|02552.t1} : a2550 {02551.f} {02552.p1} -> {02552.p3} 
+tr {02552.e} {02552.p6} {02552.p3} -> {02552.p4-eats} 
+tr {02552.t} {02552.p2-thinks} -> {02552.p1} {02552.p5} 
+tr {02552.t0|02553.t4} : b2551 {02553.p4-eats} -> {02552.f} {02553.f} {02553.p2-thinks} 
+tr {02552.t2} {02552.f} {02552.p5} -> {02552.p6} 
+tr {02552.t3|02553.t1} : a2551 {02552.f} {02553.p1} -> {02553.p3} 
+tr {02553.e} {02553.p6} {02553.p3} -> {02553.p4-eats} 
+tr {02553.t} {02553.p2-thinks} -> {02553.p1} {02553.p5} 
+tr {02553.t0|02554.t4} : b2552 {02554.p4-eats} -> {02553.f} {02554.f} {02554.p2-thinks} 
+tr {02553.t2} {02553.f} {02553.p5} -> {02553.p6} 
+tr {02553.t3|02554.t1} : a2552 {02553.f} {02554.p1} -> {02554.p3} 
+tr {02554.e} {02554.p6} {02554.p3} -> {02554.p4-eats} 
+tr {02554.t} {02554.p2-thinks} -> {02554.p1} {02554.p5} 
+tr {02554.t0|02555.t4} : b2553 {02555.p4-eats} -> {02554.f} {02555.f} {02555.p2-thinks} 
+tr {02554.t2} {02554.f} {02554.p5} -> {02554.p6} 
+tr {02554.t3|02555.t1} : a2553 {02554.f} {02555.p1} -> {02555.p3} 
+tr {02555.e} {02555.p6} {02555.p3} -> {02555.p4-eats} 
+tr {02555.t} {02555.p2-thinks} -> {02555.p1} {02555.p5} 
+tr {02555.t0|02556.t4} : b2554 {02556.p4-eats} -> {02555.f} {02556.f} {02556.p2-thinks} 
+tr {02555.t2} {02555.f} {02555.p5} -> {02555.p6} 
+tr {02555.t3|02556.t1} : a2554 {02555.f} {02556.p1} -> {02556.p3} 
+tr {02556.e} {02556.p6} {02556.p3} -> {02556.p4-eats} 
+tr {02556.t} {02556.p2-thinks} -> {02556.p1} {02556.p5} 
+tr {02556.t0|02557.t4} : b2555 {02557.p4-eats} -> {02556.f} {02557.f} {02557.p2-thinks} 
+tr {02556.t2} {02556.f} {02556.p5} -> {02556.p6} 
+tr {02556.t3|02557.t1} : a2555 {02556.f} {02557.p1} -> {02557.p3} 
+tr {02557.e} {02557.p6} {02557.p3} -> {02557.p4-eats} 
+tr {02557.t} {02557.p2-thinks} -> {02557.p1} {02557.p5} 
+tr {02557.t0|02558.t4} : b2556 {02558.p4-eats} -> {02557.f} {02558.f} {02558.p2-thinks} 
+tr {02557.t2} {02557.f} {02557.p5} -> {02557.p6} 
+tr {02557.t3|02558.t1} : a2556 {02557.f} {02558.p1} -> {02558.p3} 
+tr {02558.e} {02558.p6} {02558.p3} -> {02558.p4-eats} 
+tr {02558.t} {02558.p2-thinks} -> {02558.p1} {02558.p5} 
+tr {02558.t0|02559.t4} : b2557 {02559.p4-eats} -> {02558.f} {02559.f} {02559.p2-thinks} 
+tr {02558.t2} {02558.f} {02558.p5} -> {02558.p6} 
+tr {02558.t3|02559.t1} : a2557 {02558.f} {02559.p1} -> {02559.p3} 
+tr {02559.e} {02559.p6} {02559.p3} -> {02559.p4-eats} 
+tr {02559.t} {02559.p2-thinks} -> {02559.p1} {02559.p5} 
+tr {02559.t0|02560.t4} : b2558 {02560.p4-eats} -> {02559.f} {02560.f} {02560.p2-thinks} 
+tr {02559.t2} {02559.f} {02559.p5} -> {02559.p6} 
+tr {02559.t3|02560.t1} : a2558 {02559.f} {02560.p1} -> {02560.p3} 
+tr {02560.e} {02560.p6} {02560.p3} -> {02560.p4-eats} 
+tr {02560.t} {02560.p2-thinks} -> {02560.p1} {02560.p5} 
+tr {02560.t0|02561.t4} : b2559 {02561.p4-eats} -> {02560.f} {02561.f} {02561.p2-thinks} 
+tr {02560.t2} {02560.f} {02560.p5} -> {02560.p6} 
+tr {02560.t3|02561.t1} : a2559 {02560.f} {02561.p1} -> {02561.p3} 
+tr {02561.e} {02561.p6} {02561.p3} -> {02561.p4-eats} 
+tr {02561.t} {02561.p2-thinks} -> {02561.p1} {02561.p5} 
+tr {02561.t0|02562.t4} : b2560 {02562.p4-eats} -> {02561.f} {02562.f} {02562.p2-thinks} 
+tr {02561.t2} {02561.f} {02561.p5} -> {02561.p6} 
+tr {02561.t3|02562.t1} : a2560 {02561.f} {02562.p1} -> {02562.p3} 
+tr {02562.e} {02562.p6} {02562.p3} -> {02562.p4-eats} 
+tr {02562.t} {02562.p2-thinks} -> {02562.p1} {02562.p5} 
+tr {02562.t0|02563.t4} : b2561 {02563.p4-eats} -> {02562.f} {02563.f} {02563.p2-thinks} 
+tr {02562.t2} {02562.f} {02562.p5} -> {02562.p6} 
+tr {02562.t3|02563.t1} : a2561 {02562.f} {02563.p1} -> {02563.p3} 
+tr {02563.e} {02563.p6} {02563.p3} -> {02563.p4-eats} 
+tr {02563.t} {02563.p2-thinks} -> {02563.p1} {02563.p5} 
+tr {02563.t0|02564.t4} : b2562 {02564.p4-eats} -> {02563.f} {02564.f} {02564.p2-thinks} 
+tr {02563.t2} {02563.f} {02563.p5} -> {02563.p6} 
+tr {02563.t3|02564.t1} : a2562 {02563.f} {02564.p1} -> {02564.p3} 
+tr {02564.e} {02564.p6} {02564.p3} -> {02564.p4-eats} 
+tr {02564.t} {02564.p2-thinks} -> {02564.p1} {02564.p5} 
+tr {02564.t0|02565.t4} : b2563 {02565.p4-eats} -> {02564.f} {02565.f} {02565.p2-thinks} 
+tr {02564.t2} {02564.f} {02564.p5} -> {02564.p6} 
+tr {02564.t3|02565.t1} : a2563 {02564.f} {02565.p1} -> {02565.p3} 
+tr {02565.e} {02565.p6} {02565.p3} -> {02565.p4-eats} 
+tr {02565.t} {02565.p2-thinks} -> {02565.p1} {02565.p5} 
+tr {02565.t0|02566.t4} : b2564 {02566.p4-eats} -> {02565.f} {02566.f} {02566.p2-thinks} 
+tr {02565.t2} {02565.f} {02565.p5} -> {02565.p6} 
+tr {02565.t3|02566.t1} : a2564 {02565.f} {02566.p1} -> {02566.p3} 
+tr {02566.e} {02566.p6} {02566.p3} -> {02566.p4-eats} 
+tr {02566.t} {02566.p2-thinks} -> {02566.p1} {02566.p5} 
+tr {02566.t0|02567.t4} : b2565 {02567.p4-eats} -> {02566.f} {02567.f} {02567.p2-thinks} 
+tr {02566.t2} {02566.f} {02566.p5} -> {02566.p6} 
+tr {02566.t3|02567.t1} : a2565 {02566.f} {02567.p1} -> {02567.p3} 
+tr {02567.e} {02567.p6} {02567.p3} -> {02567.p4-eats} 
+tr {02567.t} {02567.p2-thinks} -> {02567.p1} {02567.p5} 
+tr {02567.t0|02568.t4} : b2566 {02568.p4-eats} -> {02567.f} {02568.f} {02568.p2-thinks} 
+tr {02567.t2} {02567.f} {02567.p5} -> {02567.p6} 
+tr {02567.t3|02568.t1} : a2566 {02567.f} {02568.p1} -> {02568.p3} 
+tr {02568.e} {02568.p6} {02568.p3} -> {02568.p4-eats} 
+tr {02568.t} {02568.p2-thinks} -> {02568.p1} {02568.p5} 
+tr {02568.t0|02569.t4} : b2567 {02569.p4-eats} -> {02568.f} {02569.f} {02569.p2-thinks} 
+tr {02568.t2} {02568.f} {02568.p5} -> {02568.p6} 
+tr {02568.t3|02569.t1} : a2567 {02568.f} {02569.p1} -> {02569.p3} 
+tr {02569.e} {02569.p6} {02569.p3} -> {02569.p4-eats} 
+tr {02569.t} {02569.p2-thinks} -> {02569.p1} {02569.p5} 
+tr {02569.t0|02570.t4} : b2568 {02570.p4-eats} -> {02569.f} {02570.f} {02570.p2-thinks} 
+tr {02569.t2} {02569.f} {02569.p5} -> {02569.p6} 
+tr {02569.t3|02570.t1} : a2568 {02569.f} {02570.p1} -> {02570.p3} 
+tr {02570.e} {02570.p6} {02570.p3} -> {02570.p4-eats} 
+tr {02570.t} {02570.p2-thinks} -> {02570.p1} {02570.p5} 
+tr {02570.t0|02571.t4} : b2569 {02571.p4-eats} -> {02570.f} {02571.f} {02571.p2-thinks} 
+tr {02570.t2} {02570.f} {02570.p5} -> {02570.p6} 
+tr {02570.t3|02571.t1} : a2569 {02570.f} {02571.p1} -> {02571.p3} 
+tr {02571.e} {02571.p6} {02571.p3} -> {02571.p4-eats} 
+tr {02571.t} {02571.p2-thinks} -> {02571.p1} {02571.p5} 
+tr {02571.t0|02572.t4} : b2570 {02572.p4-eats} -> {02571.f} {02572.f} {02572.p2-thinks} 
+tr {02571.t2} {02571.f} {02571.p5} -> {02571.p6} 
+tr {02571.t3|02572.t1} : a2570 {02571.f} {02572.p1} -> {02572.p3} 
+tr {02572.e} {02572.p6} {02572.p3} -> {02572.p4-eats} 
+tr {02572.t} {02572.p2-thinks} -> {02572.p1} {02572.p5} 
+tr {02572.t0|02573.t4} : b2571 {02573.p4-eats} -> {02572.f} {02573.f} {02573.p2-thinks} 
+tr {02572.t2} {02572.f} {02572.p5} -> {02572.p6} 
+tr {02572.t3|02573.t1} : a2571 {02572.f} {02573.p1} -> {02573.p3} 
+tr {02573.e} {02573.p6} {02573.p3} -> {02573.p4-eats} 
+tr {02573.t} {02573.p2-thinks} -> {02573.p1} {02573.p5} 
+tr {02573.t0|02574.t4} : b2572 {02574.p4-eats} -> {02573.f} {02574.f} {02574.p2-thinks} 
+tr {02573.t2} {02573.f} {02573.p5} -> {02573.p6} 
+tr {02573.t3|02574.t1} : a2572 {02573.f} {02574.p1} -> {02574.p3} 
+tr {02574.e} {02574.p6} {02574.p3} -> {02574.p4-eats} 
+tr {02574.t} {02574.p2-thinks} -> {02574.p1} {02574.p5} 
+tr {02574.t0|02575.t4} : b2573 {02575.p4-eats} -> {02574.f} {02575.f} {02575.p2-thinks} 
+tr {02574.t2} {02574.f} {02574.p5} -> {02574.p6} 
+tr {02574.t3|02575.t1} : a2573 {02574.f} {02575.p1} -> {02575.p3} 
+tr {02575.e} {02575.p6} {02575.p3} -> {02575.p4-eats} 
+tr {02575.t} {02575.p2-thinks} -> {02575.p1} {02575.p5} 
+tr {02575.t0|02576.t4} : b2574 {02576.p4-eats} -> {02575.f} {02576.f} {02576.p2-thinks} 
+tr {02575.t2} {02575.f} {02575.p5} -> {02575.p6} 
+tr {02575.t3|02576.t1} : a2574 {02575.f} {02576.p1} -> {02576.p3} 
+tr {02576.e} {02576.p6} {02576.p3} -> {02576.p4-eats} 
+tr {02576.t} {02576.p2-thinks} -> {02576.p1} {02576.p5} 
+tr {02576.t0|02577.t4} : b2575 {02577.p4-eats} -> {02576.f} {02577.f} {02577.p2-thinks} 
+tr {02576.t2} {02576.f} {02576.p5} -> {02576.p6} 
+tr {02576.t3|02577.t1} : a2575 {02576.f} {02577.p1} -> {02577.p3} 
+tr {02577.e} {02577.p6} {02577.p3} -> {02577.p4-eats} 
+tr {02577.t} {02577.p2-thinks} -> {02577.p1} {02577.p5} 
+tr {02577.t0|02578.t4} : b2576 {02578.p4-eats} -> {02577.f} {02578.f} {02578.p2-thinks} 
+tr {02577.t2} {02577.f} {02577.p5} -> {02577.p6} 
+tr {02577.t3|02578.t1} : a2576 {02577.f} {02578.p1} -> {02578.p3} 
+tr {02578.e} {02578.p6} {02578.p3} -> {02578.p4-eats} 
+tr {02578.t} {02578.p2-thinks} -> {02578.p1} {02578.p5} 
+tr {02578.t0|02579.t4} : b2577 {02579.p4-eats} -> {02578.f} {02579.f} {02579.p2-thinks} 
+tr {02578.t2} {02578.f} {02578.p5} -> {02578.p6} 
+tr {02578.t3|02579.t1} : a2577 {02578.f} {02579.p1} -> {02579.p3} 
+tr {02579.e} {02579.p6} {02579.p3} -> {02579.p4-eats} 
+tr {02579.t} {02579.p2-thinks} -> {02579.p1} {02579.p5} 
+tr {02579.t0|02580.t4} : b2578 {02580.p4-eats} -> {02579.f} {02580.f} {02580.p2-thinks} 
+tr {02579.t2} {02579.f} {02579.p5} -> {02579.p6} 
+tr {02579.t3|02580.t1} : a2578 {02579.f} {02580.p1} -> {02580.p3} 
+tr {02580.e} {02580.p6} {02580.p3} -> {02580.p4-eats} 
+tr {02580.t} {02580.p2-thinks} -> {02580.p1} {02580.p5} 
+tr {02580.t0|02581.t4} : b2579 {02581.p4-eats} -> {02580.f} {02581.f} {02581.p2-thinks} 
+tr {02580.t2} {02580.f} {02580.p5} -> {02580.p6} 
+tr {02580.t3|02581.t1} : a2579 {02580.f} {02581.p1} -> {02581.p3} 
+tr {02581.e} {02581.p6} {02581.p3} -> {02581.p4-eats} 
+tr {02581.t} {02581.p2-thinks} -> {02581.p1} {02581.p5} 
+tr {02581.t0|02582.t4} : b2580 {02582.p4-eats} -> {02581.f} {02582.f} {02582.p2-thinks} 
+tr {02581.t2} {02581.f} {02581.p5} -> {02581.p6} 
+tr {02581.t3|02582.t1} : a2580 {02581.f} {02582.p1} -> {02582.p3} 
+tr {02582.e} {02582.p6} {02582.p3} -> {02582.p4-eats} 
+tr {02582.t} {02582.p2-thinks} -> {02582.p1} {02582.p5} 
+tr {02582.t0|02583.t4} : b2581 {02583.p4-eats} -> {02582.f} {02583.f} {02583.p2-thinks} 
+tr {02582.t2} {02582.f} {02582.p5} -> {02582.p6} 
+tr {02582.t3|02583.t1} : a2581 {02582.f} {02583.p1} -> {02583.p3} 
+tr {02583.e} {02583.p6} {02583.p3} -> {02583.p4-eats} 
+tr {02583.t} {02583.p2-thinks} -> {02583.p1} {02583.p5} 
+tr {02583.t0|02584.t4} : b2582 {02584.p4-eats} -> {02583.f} {02584.f} {02584.p2-thinks} 
+tr {02583.t2} {02583.f} {02583.p5} -> {02583.p6} 
+tr {02583.t3|02584.t1} : a2582 {02583.f} {02584.p1} -> {02584.p3} 
+tr {02584.e} {02584.p6} {02584.p3} -> {02584.p4-eats} 
+tr {02584.t} {02584.p2-thinks} -> {02584.p1} {02584.p5} 
+tr {02584.t0|02585.t4} : b2583 {02585.p4-eats} -> {02584.f} {02585.f} {02585.p2-thinks} 
+tr {02584.t2} {02584.f} {02584.p5} -> {02584.p6} 
+tr {02584.t3|02585.t1} : a2583 {02584.f} {02585.p1} -> {02585.p3} 
+tr {02585.e} {02585.p6} {02585.p3} -> {02585.p4-eats} 
+tr {02585.t} {02585.p2-thinks} -> {02585.p1} {02585.p5} 
+tr {02585.t0|02586.t4} : b2584 {02586.p4-eats} -> {02585.f} {02586.f} {02586.p2-thinks} 
+tr {02585.t2} {02585.f} {02585.p5} -> {02585.p6} 
+tr {02585.t3|02586.t1} : a2584 {02585.f} {02586.p1} -> {02586.p3} 
+tr {02586.e} {02586.p6} {02586.p3} -> {02586.p4-eats} 
+tr {02586.t} {02586.p2-thinks} -> {02586.p1} {02586.p5} 
+tr {02586.t0|02587.t4} : b2585 {02587.p4-eats} -> {02586.f} {02587.f} {02587.p2-thinks} 
+tr {02586.t2} {02586.f} {02586.p5} -> {02586.p6} 
+tr {02586.t3|02587.t1} : a2585 {02586.f} {02587.p1} -> {02587.p3} 
+tr {02587.e} {02587.p6} {02587.p3} -> {02587.p4-eats} 
+tr {02587.t} {02587.p2-thinks} -> {02587.p1} {02587.p5} 
+tr {02587.t0|02588.t4} : b2586 {02588.p4-eats} -> {02587.f} {02588.f} {02588.p2-thinks} 
+tr {02587.t2} {02587.f} {02587.p5} -> {02587.p6} 
+tr {02587.t3|02588.t1} : a2586 {02587.f} {02588.p1} -> {02588.p3} 
+tr {02588.e} {02588.p6} {02588.p3} -> {02588.p4-eats} 
+tr {02588.t} {02588.p2-thinks} -> {02588.p1} {02588.p5} 
+tr {02588.t0|02589.t4} : b2587 {02589.p4-eats} -> {02588.f} {02589.f} {02589.p2-thinks} 
+tr {02588.t2} {02588.f} {02588.p5} -> {02588.p6} 
+tr {02588.t3|02589.t1} : a2587 {02588.f} {02589.p1} -> {02589.p3} 
+tr {02589.e} {02589.p6} {02589.p3} -> {02589.p4-eats} 
+tr {02589.t} {02589.p2-thinks} -> {02589.p1} {02589.p5} 
+tr {02589.t0|02590.t4} : b2588 {02590.p4-eats} -> {02589.f} {02590.f} {02590.p2-thinks} 
+tr {02589.t2} {02589.f} {02589.p5} -> {02589.p6} 
+tr {02589.t3|02590.t1} : a2588 {02589.f} {02590.p1} -> {02590.p3} 
+tr {02590.e} {02590.p6} {02590.p3} -> {02590.p4-eats} 
+tr {02590.t} {02590.p2-thinks} -> {02590.p1} {02590.p5} 
+tr {02590.t0|02591.t4} : b2589 {02591.p4-eats} -> {02590.f} {02591.f} {02591.p2-thinks} 
+tr {02590.t2} {02590.f} {02590.p5} -> {02590.p6} 
+tr {02590.t3|02591.t1} : a2589 {02590.f} {02591.p1} -> {02591.p3} 
+tr {02591.e} {02591.p6} {02591.p3} -> {02591.p4-eats} 
+tr {02591.t} {02591.p2-thinks} -> {02591.p1} {02591.p5} 
+tr {02591.t0|02592.t4} : b2590 {02592.p4-eats} -> {02591.f} {02592.f} {02592.p2-thinks} 
+tr {02591.t2} {02591.f} {02591.p5} -> {02591.p6} 
+tr {02591.t3|02592.t1} : a2590 {02591.f} {02592.p1} -> {02592.p3} 
+tr {02592.e} {02592.p6} {02592.p3} -> {02592.p4-eats} 
+tr {02592.t} {02592.p2-thinks} -> {02592.p1} {02592.p5} 
+tr {02592.t0|02593.t4} : b2591 {02593.p4-eats} -> {02592.f} {02593.f} {02593.p2-thinks} 
+tr {02592.t2} {02592.f} {02592.p5} -> {02592.p6} 
+tr {02592.t3|02593.t1} : a2591 {02592.f} {02593.p1} -> {02593.p3} 
+tr {02593.e} {02593.p6} {02593.p3} -> {02593.p4-eats} 
+tr {02593.t} {02593.p2-thinks} -> {02593.p1} {02593.p5} 
+tr {02593.t0|02594.t4} : b2592 {02594.p4-eats} -> {02593.f} {02594.f} {02594.p2-thinks} 
+tr {02593.t2} {02593.f} {02593.p5} -> {02593.p6} 
+tr {02593.t3|02594.t1} : a2592 {02593.f} {02594.p1} -> {02594.p3} 
+tr {02594.e} {02594.p6} {02594.p3} -> {02594.p4-eats} 
+tr {02594.t} {02594.p2-thinks} -> {02594.p1} {02594.p5} 
+tr {02594.t0|02595.t4} : b2593 {02595.p4-eats} -> {02594.f} {02595.f} {02595.p2-thinks} 
+tr {02594.t2} {02594.f} {02594.p5} -> {02594.p6} 
+tr {02594.t3|02595.t1} : a2593 {02594.f} {02595.p1} -> {02595.p3} 
+tr {02595.e} {02595.p6} {02595.p3} -> {02595.p4-eats} 
+tr {02595.t} {02595.p2-thinks} -> {02595.p1} {02595.p5} 
+tr {02595.t0|02596.t4} : b2594 {02596.p4-eats} -> {02595.f} {02596.f} {02596.p2-thinks} 
+tr {02595.t2} {02595.f} {02595.p5} -> {02595.p6} 
+tr {02595.t3|02596.t1} : a2594 {02595.f} {02596.p1} -> {02596.p3} 
+tr {02596.e} {02596.p6} {02596.p3} -> {02596.p4-eats} 
+tr {02596.t} {02596.p2-thinks} -> {02596.p1} {02596.p5} 
+tr {02596.t0|02597.t4} : b2595 {02597.p4-eats} -> {02596.f} {02597.f} {02597.p2-thinks} 
+tr {02596.t2} {02596.f} {02596.p5} -> {02596.p6} 
+tr {02596.t3|02597.t1} : a2595 {02596.f} {02597.p1} -> {02597.p3} 
+tr {02597.e} {02597.p6} {02597.p3} -> {02597.p4-eats} 
+tr {02597.t} {02597.p2-thinks} -> {02597.p1} {02597.p5} 
+tr {02597.t0|02598.t4} : b2596 {02598.p4-eats} -> {02597.f} {02598.f} {02598.p2-thinks} 
+tr {02597.t2} {02597.f} {02597.p5} -> {02597.p6} 
+tr {02597.t3|02598.t1} : a2596 {02597.f} {02598.p1} -> {02598.p3} 
+tr {02598.e} {02598.p6} {02598.p3} -> {02598.p4-eats} 
+tr {02598.t} {02598.p2-thinks} -> {02598.p1} {02598.p5} 
+tr {02598.t0|02599.t4} : b2597 {02599.p4-eats} -> {02598.f} {02599.f} {02599.p2-thinks} 
+tr {02598.t2} {02598.f} {02598.p5} -> {02598.p6} 
+tr {02598.t3|02599.t1} : a2597 {02598.f} {02599.p1} -> {02599.p3} 
+tr {02599.e} {02599.p6} {02599.p3} -> {02599.p4-eats} 
+tr {02599.t} {02599.p2-thinks} -> {02599.p1} {02599.p5} 
+tr {02599.t0|02600.t4} : b2598 {02600.p4-eats} -> {02599.f} {02600.f} {02600.p2-thinks} 
+tr {02599.t2} {02599.f} {02599.p5} -> {02599.p6} 
+tr {02599.t3|02600.t1} : a2598 {02599.f} {02600.p1} -> {02600.p3} 
+tr {02600.e} {02600.p6} {02600.p3} -> {02600.p4-eats} 
+tr {02600.t} {02600.p2-thinks} -> {02600.p1} {02600.p5} 
+tr {02600.t0|02601.t4} : b2599 {02601.p4-eats} -> {02600.f} {02601.f} {02601.p2-thinks} 
+tr {02600.t2} {02600.f} {02600.p5} -> {02600.p6} 
+tr {02600.t3|02601.t1} : a2599 {02600.f} {02601.p1} -> {02601.p3} 
+tr {02601.e} {02601.p6} {02601.p3} -> {02601.p4-eats} 
+tr {02601.t} {02601.p2-thinks} -> {02601.p1} {02601.p5} 
+tr {02601.t0|02602.t4} : b2600 {02602.p4-eats} -> {02601.f} {02602.f} {02602.p2-thinks} 
+tr {02601.t2} {02601.f} {02601.p5} -> {02601.p6} 
+tr {02601.t3|02602.t1} : a2600 {02601.f} {02602.p1} -> {02602.p3} 
+tr {02602.e} {02602.p6} {02602.p3} -> {02602.p4-eats} 
+tr {02602.t} {02602.p2-thinks} -> {02602.p1} {02602.p5} 
+tr {02602.t0|02603.t4} : b2601 {02603.p4-eats} -> {02602.f} {02603.f} {02603.p2-thinks} 
+tr {02602.t2} {02602.f} {02602.p5} -> {02602.p6} 
+tr {02602.t3|02603.t1} : a2601 {02602.f} {02603.p1} -> {02603.p3} 
+tr {02603.e} {02603.p6} {02603.p3} -> {02603.p4-eats} 
+tr {02603.t} {02603.p2-thinks} -> {02603.p1} {02603.p5} 
+tr {02603.t0|02604.t4} : b2602 {02604.p4-eats} -> {02603.f} {02604.f} {02604.p2-thinks} 
+tr {02603.t2} {02603.f} {02603.p5} -> {02603.p6} 
+tr {02603.t3|02604.t1} : a2602 {02603.f} {02604.p1} -> {02604.p3} 
+tr {02604.e} {02604.p6} {02604.p3} -> {02604.p4-eats} 
+tr {02604.t} {02604.p2-thinks} -> {02604.p1} {02604.p5} 
+tr {02604.t0|02605.t4} : b2603 {02605.p4-eats} -> {02604.f} {02605.f} {02605.p2-thinks} 
+tr {02604.t2} {02604.f} {02604.p5} -> {02604.p6} 
+tr {02604.t3|02605.t1} : a2603 {02604.f} {02605.p1} -> {02605.p3} 
+tr {02605.e} {02605.p6} {02605.p3} -> {02605.p4-eats} 
+tr {02605.t} {02605.p2-thinks} -> {02605.p1} {02605.p5} 
+tr {02605.t0|02606.t4} : b2604 {02606.p4-eats} -> {02605.f} {02606.f} {02606.p2-thinks} 
+tr {02605.t2} {02605.f} {02605.p5} -> {02605.p6} 
+tr {02605.t3|02606.t1} : a2604 {02605.f} {02606.p1} -> {02606.p3} 
+tr {02606.e} {02606.p6} {02606.p3} -> {02606.p4-eats} 
+tr {02606.t} {02606.p2-thinks} -> {02606.p1} {02606.p5} 
+tr {02606.t0|02607.t4} : b2605 {02607.p4-eats} -> {02606.f} {02607.f} {02607.p2-thinks} 
+tr {02606.t2} {02606.f} {02606.p5} -> {02606.p6} 
+tr {02606.t3|02607.t1} : a2605 {02606.f} {02607.p1} -> {02607.p3} 
+tr {02607.e} {02607.p6} {02607.p3} -> {02607.p4-eats} 
+tr {02607.t} {02607.p2-thinks} -> {02607.p1} {02607.p5} 
+tr {02607.t0|02608.t4} : b2606 {02608.p4-eats} -> {02607.f} {02608.f} {02608.p2-thinks} 
+tr {02607.t2} {02607.f} {02607.p5} -> {02607.p6} 
+tr {02607.t3|02608.t1} : a2606 {02607.f} {02608.p1} -> {02608.p3} 
+tr {02608.e} {02608.p6} {02608.p3} -> {02608.p4-eats} 
+tr {02608.t} {02608.p2-thinks} -> {02608.p1} {02608.p5} 
+tr {02608.t0|02609.t4} : b2607 {02609.p4-eats} -> {02608.f} {02609.f} {02609.p2-thinks} 
+tr {02608.t2} {02608.f} {02608.p5} -> {02608.p6} 
+tr {02608.t3|02609.t1} : a2607 {02608.f} {02609.p1} -> {02609.p3} 
+tr {02609.e} {02609.p6} {02609.p3} -> {02609.p4-eats} 
+tr {02609.t} {02609.p2-thinks} -> {02609.p1} {02609.p5} 
+tr {02609.t0|02610.t4} : b2608 {02610.p4-eats} -> {02609.f} {02610.f} {02610.p2-thinks} 
+tr {02609.t2} {02609.f} {02609.p5} -> {02609.p6} 
+tr {02609.t3|02610.t1} : a2608 {02609.f} {02610.p1} -> {02610.p3} 
+tr {02610.e} {02610.p6} {02610.p3} -> {02610.p4-eats} 
+tr {02610.t} {02610.p2-thinks} -> {02610.p1} {02610.p5} 
+tr {02610.t0|02611.t4} : b2609 {02611.p4-eats} -> {02610.f} {02611.f} {02611.p2-thinks} 
+tr {02610.t2} {02610.f} {02610.p5} -> {02610.p6} 
+tr {02610.t3|02611.t1} : a2609 {02610.f} {02611.p1} -> {02611.p3} 
+tr {02611.e} {02611.p6} {02611.p3} -> {02611.p4-eats} 
+tr {02611.t} {02611.p2-thinks} -> {02611.p1} {02611.p5} 
+tr {02611.t0|02612.t4} : b2610 {02612.p4-eats} -> {02611.f} {02612.f} {02612.p2-thinks} 
+tr {02611.t2} {02611.f} {02611.p5} -> {02611.p6} 
+tr {02611.t3|02612.t1} : a2610 {02611.f} {02612.p1} -> {02612.p3} 
+tr {02612.e} {02612.p6} {02612.p3} -> {02612.p4-eats} 
+tr {02612.t} {02612.p2-thinks} -> {02612.p1} {02612.p5} 
+tr {02612.t0|02613.t4} : b2611 {02613.p4-eats} -> {02612.f} {02613.f} {02613.p2-thinks} 
+tr {02612.t2} {02612.f} {02612.p5} -> {02612.p6} 
+tr {02612.t3|02613.t1} : a2611 {02612.f} {02613.p1} -> {02613.p3} 
+tr {02613.e} {02613.p6} {02613.p3} -> {02613.p4-eats} 
+tr {02613.t} {02613.p2-thinks} -> {02613.p1} {02613.p5} 
+tr {02613.t0|02614.t4} : b2612 {02614.p4-eats} -> {02613.f} {02614.f} {02614.p2-thinks} 
+tr {02613.t2} {02613.f} {02613.p5} -> {02613.p6} 
+tr {02613.t3|02614.t1} : a2612 {02613.f} {02614.p1} -> {02614.p3} 
+tr {02614.e} {02614.p6} {02614.p3} -> {02614.p4-eats} 
+tr {02614.t} {02614.p2-thinks} -> {02614.p1} {02614.p5} 
+tr {02614.t0|02615.t4} : b2613 {02615.p4-eats} -> {02614.f} {02615.f} {02615.p2-thinks} 
+tr {02614.t2} {02614.f} {02614.p5} -> {02614.p6} 
+tr {02614.t3|02615.t1} : a2613 {02614.f} {02615.p1} -> {02615.p3} 
+tr {02615.e} {02615.p6} {02615.p3} -> {02615.p4-eats} 
+tr {02615.t} {02615.p2-thinks} -> {02615.p1} {02615.p5} 
+tr {02615.t0|02616.t4} : b2614 {02616.p4-eats} -> {02615.f} {02616.f} {02616.p2-thinks} 
+tr {02615.t2} {02615.f} {02615.p5} -> {02615.p6} 
+tr {02615.t3|02616.t1} : a2614 {02615.f} {02616.p1} -> {02616.p3} 
+tr {02616.e} {02616.p6} {02616.p3} -> {02616.p4-eats} 
+tr {02616.t} {02616.p2-thinks} -> {02616.p1} {02616.p5} 
+tr {02616.t0|02617.t4} : b2615 {02617.p4-eats} -> {02616.f} {02617.f} {02617.p2-thinks} 
+tr {02616.t2} {02616.f} {02616.p5} -> {02616.p6} 
+tr {02616.t3|02617.t1} : a2615 {02616.f} {02617.p1} -> {02617.p3} 
+tr {02617.e} {02617.p6} {02617.p3} -> {02617.p4-eats} 
+tr {02617.t} {02617.p2-thinks} -> {02617.p1} {02617.p5} 
+tr {02617.t0|02618.t4} : b2616 {02618.p4-eats} -> {02617.f} {02618.f} {02618.p2-thinks} 
+tr {02617.t2} {02617.f} {02617.p5} -> {02617.p6} 
+tr {02617.t3|02618.t1} : a2616 {02617.f} {02618.p1} -> {02618.p3} 
+tr {02618.e} {02618.p6} {02618.p3} -> {02618.p4-eats} 
+tr {02618.t} {02618.p2-thinks} -> {02618.p1} {02618.p5} 
+tr {02618.t0|02619.t4} : b2617 {02619.p4-eats} -> {02618.f} {02619.f} {02619.p2-thinks} 
+tr {02618.t2} {02618.f} {02618.p5} -> {02618.p6} 
+tr {02618.t3|02619.t1} : a2617 {02618.f} {02619.p1} -> {02619.p3} 
+tr {02619.e} {02619.p6} {02619.p3} -> {02619.p4-eats} 
+tr {02619.t} {02619.p2-thinks} -> {02619.p1} {02619.p5} 
+tr {02619.t0|02620.t4} : b2618 {02620.p4-eats} -> {02619.f} {02620.f} {02620.p2-thinks} 
+tr {02619.t2} {02619.f} {02619.p5} -> {02619.p6} 
+tr {02619.t3|02620.t1} : a2618 {02619.f} {02620.p1} -> {02620.p3} 
+tr {02620.e} {02620.p6} {02620.p3} -> {02620.p4-eats} 
+tr {02620.t} {02620.p2-thinks} -> {02620.p1} {02620.p5} 
+tr {02620.t0|02621.t4} : b2619 {02621.p4-eats} -> {02620.f} {02621.f} {02621.p2-thinks} 
+tr {02620.t2} {02620.f} {02620.p5} -> {02620.p6} 
+tr {02620.t3|02621.t1} : a2619 {02620.f} {02621.p1} -> {02621.p3} 
+tr {02621.e} {02621.p6} {02621.p3} -> {02621.p4-eats} 
+tr {02621.t} {02621.p2-thinks} -> {02621.p1} {02621.p5} 
+tr {02621.t0|02622.t4} : b2620 {02622.p4-eats} -> {02621.f} {02622.f} {02622.p2-thinks} 
+tr {02621.t2} {02621.f} {02621.p5} -> {02621.p6} 
+tr {02621.t3|02622.t1} : a2620 {02621.f} {02622.p1} -> {02622.p3} 
+tr {02622.e} {02622.p6} {02622.p3} -> {02622.p4-eats} 
+tr {02622.t} {02622.p2-thinks} -> {02622.p1} {02622.p5} 
+tr {02622.t0|02623.t4} : b2621 {02623.p4-eats} -> {02622.f} {02623.f} {02623.p2-thinks} 
+tr {02622.t2} {02622.f} {02622.p5} -> {02622.p6} 
+tr {02622.t3|02623.t1} : a2621 {02622.f} {02623.p1} -> {02623.p3} 
+tr {02623.e} {02623.p6} {02623.p3} -> {02623.p4-eats} 
+tr {02623.t} {02623.p2-thinks} -> {02623.p1} {02623.p5} 
+tr {02623.t0|02624.t4} : b2622 {02624.p4-eats} -> {02623.f} {02624.f} {02624.p2-thinks} 
+tr {02623.t2} {02623.f} {02623.p5} -> {02623.p6} 
+tr {02623.t3|02624.t1} : a2622 {02623.f} {02624.p1} -> {02624.p3} 
+tr {02624.e} {02624.p6} {02624.p3} -> {02624.p4-eats} 
+tr {02624.t} {02624.p2-thinks} -> {02624.p1} {02624.p5} 
+tr {02624.t0|02625.t4} : b2623 {02625.p4-eats} -> {02624.f} {02625.f} {02625.p2-thinks} 
+tr {02624.t2} {02624.f} {02624.p5} -> {02624.p6} 
+tr {02624.t3|02625.t1} : a2623 {02624.f} {02625.p1} -> {02625.p3} 
+tr {02625.e} {02625.p6} {02625.p3} -> {02625.p4-eats} 
+tr {02625.t} {02625.p2-thinks} -> {02625.p1} {02625.p5} 
+tr {02625.t0|02626.t4} : b2624 {02626.p4-eats} -> {02625.f} {02626.f} {02626.p2-thinks} 
+tr {02625.t2} {02625.f} {02625.p5} -> {02625.p6} 
+tr {02625.t3|02626.t1} : a2624 {02625.f} {02626.p1} -> {02626.p3} 
+tr {02626.e} {02626.p6} {02626.p3} -> {02626.p4-eats} 
+tr {02626.t} {02626.p2-thinks} -> {02626.p1} {02626.p5} 
+tr {02626.t0|02627.t4} : b2625 {02627.p4-eats} -> {02626.f} {02627.f} {02627.p2-thinks} 
+tr {02626.t2} {02626.f} {02626.p5} -> {02626.p6} 
+tr {02626.t3|02627.t1} : a2625 {02626.f} {02627.p1} -> {02627.p3} 
+tr {02627.e} {02627.p6} {02627.p3} -> {02627.p4-eats} 
+tr {02627.t} {02627.p2-thinks} -> {02627.p1} {02627.p5} 
+tr {02627.t0|02628.t4} : b2626 {02628.p4-eats} -> {02627.f} {02628.f} {02628.p2-thinks} 
+tr {02627.t2} {02627.f} {02627.p5} -> {02627.p6} 
+tr {02627.t3|02628.t1} : a2626 {02627.f} {02628.p1} -> {02628.p3} 
+tr {02628.e} {02628.p6} {02628.p3} -> {02628.p4-eats} 
+tr {02628.t} {02628.p2-thinks} -> {02628.p1} {02628.p5} 
+tr {02628.t0|02629.t4} : b2627 {02629.p4-eats} -> {02628.f} {02629.f} {02629.p2-thinks} 
+tr {02628.t2} {02628.f} {02628.p5} -> {02628.p6} 
+tr {02628.t3|02629.t1} : a2627 {02628.f} {02629.p1} -> {02629.p3} 
+tr {02629.e} {02629.p6} {02629.p3} -> {02629.p4-eats} 
+tr {02629.t} {02629.p2-thinks} -> {02629.p1} {02629.p5} 
+tr {02629.t0|02630.t4} : b2628 {02630.p4-eats} -> {02629.f} {02630.f} {02630.p2-thinks} 
+tr {02629.t2} {02629.f} {02629.p5} -> {02629.p6} 
+tr {02629.t3|02630.t1} : a2628 {02629.f} {02630.p1} -> {02630.p3} 
+tr {02630.e} {02630.p6} {02630.p3} -> {02630.p4-eats} 
+tr {02630.t} {02630.p2-thinks} -> {02630.p1} {02630.p5} 
+tr {02630.t0|02631.t4} : b2629 {02631.p4-eats} -> {02630.f} {02631.f} {02631.p2-thinks} 
+tr {02630.t2} {02630.f} {02630.p5} -> {02630.p6} 
+tr {02630.t3|02631.t1} : a2629 {02630.f} {02631.p1} -> {02631.p3} 
+tr {02631.e} {02631.p6} {02631.p3} -> {02631.p4-eats} 
+tr {02631.t} {02631.p2-thinks} -> {02631.p1} {02631.p5} 
+tr {02631.t0|02632.t4} : b2630 {02632.p4-eats} -> {02631.f} {02632.f} {02632.p2-thinks} 
+tr {02631.t2} {02631.f} {02631.p5} -> {02631.p6} 
+tr {02631.t3|02632.t1} : a2630 {02631.f} {02632.p1} -> {02632.p3} 
+tr {02632.e} {02632.p6} {02632.p3} -> {02632.p4-eats} 
+tr {02632.t} {02632.p2-thinks} -> {02632.p1} {02632.p5} 
+tr {02632.t0|02633.t4} : b2631 {02633.p4-eats} -> {02632.f} {02633.f} {02633.p2-thinks} 
+tr {02632.t2} {02632.f} {02632.p5} -> {02632.p6} 
+tr {02632.t3|02633.t1} : a2631 {02632.f} {02633.p1} -> {02633.p3} 
+tr {02633.e} {02633.p6} {02633.p3} -> {02633.p4-eats} 
+tr {02633.t} {02633.p2-thinks} -> {02633.p1} {02633.p5} 
+tr {02633.t0|02634.t4} : b2632 {02634.p4-eats} -> {02633.f} {02634.f} {02634.p2-thinks} 
+tr {02633.t2} {02633.f} {02633.p5} -> {02633.p6} 
+tr {02633.t3|02634.t1} : a2632 {02633.f} {02634.p1} -> {02634.p3} 
+tr {02634.e} {02634.p6} {02634.p3} -> {02634.p4-eats} 
+tr {02634.t} {02634.p2-thinks} -> {02634.p1} {02634.p5} 
+tr {02634.t0|02635.t4} : b2633 {02635.p4-eats} -> {02634.f} {02635.f} {02635.p2-thinks} 
+tr {02634.t2} {02634.f} {02634.p5} -> {02634.p6} 
+tr {02634.t3|02635.t1} : a2633 {02634.f} {02635.p1} -> {02635.p3} 
+tr {02635.e} {02635.p6} {02635.p3} -> {02635.p4-eats} 
+tr {02635.t} {02635.p2-thinks} -> {02635.p1} {02635.p5} 
+tr {02635.t0|02636.t4} : b2634 {02636.p4-eats} -> {02635.f} {02636.f} {02636.p2-thinks} 
+tr {02635.t2} {02635.f} {02635.p5} -> {02635.p6} 
+tr {02635.t3|02636.t1} : a2634 {02635.f} {02636.p1} -> {02636.p3} 
+tr {02636.e} {02636.p6} {02636.p3} -> {02636.p4-eats} 
+tr {02636.t} {02636.p2-thinks} -> {02636.p1} {02636.p5} 
+tr {02636.t0|02637.t4} : b2635 {02637.p4-eats} -> {02636.f} {02637.f} {02637.p2-thinks} 
+tr {02636.t2} {02636.f} {02636.p5} -> {02636.p6} 
+tr {02636.t3|02637.t1} : a2635 {02636.f} {02637.p1} -> {02637.p3} 
+tr {02637.e} {02637.p6} {02637.p3} -> {02637.p4-eats} 
+tr {02637.t} {02637.p2-thinks} -> {02637.p1} {02637.p5} 
+tr {02637.t0|02638.t4} : b2636 {02638.p4-eats} -> {02637.f} {02638.f} {02638.p2-thinks} 
+tr {02637.t2} {02637.f} {02637.p5} -> {02637.p6} 
+tr {02637.t3|02638.t1} : a2636 {02637.f} {02638.p1} -> {02638.p3} 
+tr {02638.e} {02638.p6} {02638.p3} -> {02638.p4-eats} 
+tr {02638.t} {02638.p2-thinks} -> {02638.p1} {02638.p5} 
+tr {02638.t0|02639.t4} : b2637 {02639.p4-eats} -> {02638.f} {02639.f} {02639.p2-thinks} 
+tr {02638.t2} {02638.f} {02638.p5} -> {02638.p6} 
+tr {02638.t3|02639.t1} : a2637 {02638.f} {02639.p1} -> {02639.p3} 
+tr {02639.e} {02639.p6} {02639.p3} -> {02639.p4-eats} 
+tr {02639.t} {02639.p2-thinks} -> {02639.p1} {02639.p5} 
+tr {02639.t0|02640.t4} : b2638 {02640.p4-eats} -> {02639.f} {02640.f} {02640.p2-thinks} 
+tr {02639.t2} {02639.f} {02639.p5} -> {02639.p6} 
+tr {02639.t3|02640.t1} : a2638 {02639.f} {02640.p1} -> {02640.p3} 
+tr {02640.e} {02640.p6} {02640.p3} -> {02640.p4-eats} 
+tr {02640.t} {02640.p2-thinks} -> {02640.p1} {02640.p5} 
+tr {02640.t0|02641.t4} : b2639 {02641.p4-eats} -> {02640.f} {02641.f} {02641.p2-thinks} 
+tr {02640.t2} {02640.f} {02640.p5} -> {02640.p6} 
+tr {02640.t3|02641.t1} : a2639 {02640.f} {02641.p1} -> {02641.p3} 
+tr {02641.e} {02641.p6} {02641.p3} -> {02641.p4-eats} 
+tr {02641.t} {02641.p2-thinks} -> {02641.p1} {02641.p5} 
+tr {02641.t0|02642.t4} : b2640 {02642.p4-eats} -> {02641.f} {02642.f} {02642.p2-thinks} 
+tr {02641.t2} {02641.f} {02641.p5} -> {02641.p6} 
+tr {02641.t3|02642.t1} : a2640 {02641.f} {02642.p1} -> {02642.p3} 
+tr {02642.e} {02642.p6} {02642.p3} -> {02642.p4-eats} 
+tr {02642.t} {02642.p2-thinks} -> {02642.p1} {02642.p5} 
+tr {02642.t0|02643.t4} : b2641 {02643.p4-eats} -> {02642.f} {02643.f} {02643.p2-thinks} 
+tr {02642.t2} {02642.f} {02642.p5} -> {02642.p6} 
+tr {02642.t3|02643.t1} : a2641 {02642.f} {02643.p1} -> {02643.p3} 
+tr {02643.e} {02643.p6} {02643.p3} -> {02643.p4-eats} 
+tr {02643.t} {02643.p2-thinks} -> {02643.p1} {02643.p5} 
+tr {02643.t0|02644.t4} : b2642 {02644.p4-eats} -> {02643.f} {02644.f} {02644.p2-thinks} 
+tr {02643.t2} {02643.f} {02643.p5} -> {02643.p6} 
+tr {02643.t3|02644.t1} : a2642 {02643.f} {02644.p1} -> {02644.p3} 
+tr {02644.e} {02644.p6} {02644.p3} -> {02644.p4-eats} 
+tr {02644.t} {02644.p2-thinks} -> {02644.p1} {02644.p5} 
+tr {02644.t0|02645.t4} : b2643 {02645.p4-eats} -> {02644.f} {02645.f} {02645.p2-thinks} 
+tr {02644.t2} {02644.f} {02644.p5} -> {02644.p6} 
+tr {02644.t3|02645.t1} : a2643 {02644.f} {02645.p1} -> {02645.p3} 
+tr {02645.e} {02645.p6} {02645.p3} -> {02645.p4-eats} 
+tr {02645.t} {02645.p2-thinks} -> {02645.p1} {02645.p5} 
+tr {02645.t0|02646.t4} : b2644 {02646.p4-eats} -> {02645.f} {02646.f} {02646.p2-thinks} 
+tr {02645.t2} {02645.f} {02645.p5} -> {02645.p6} 
+tr {02645.t3|02646.t1} : a2644 {02645.f} {02646.p1} -> {02646.p3} 
+tr {02646.e} {02646.p6} {02646.p3} -> {02646.p4-eats} 
+tr {02646.t} {02646.p2-thinks} -> {02646.p1} {02646.p5} 
+tr {02646.t0|02647.t4} : b2645 {02647.p4-eats} -> {02646.f} {02647.f} {02647.p2-thinks} 
+tr {02646.t2} {02646.f} {02646.p5} -> {02646.p6} 
+tr {02646.t3|02647.t1} : a2645 {02646.f} {02647.p1} -> {02647.p3} 
+tr {02647.e} {02647.p6} {02647.p3} -> {02647.p4-eats} 
+tr {02647.t} {02647.p2-thinks} -> {02647.p1} {02647.p5} 
+tr {02647.t0|02648.t4} : b2646 {02648.p4-eats} -> {02647.f} {02648.f} {02648.p2-thinks} 
+tr {02647.t2} {02647.f} {02647.p5} -> {02647.p6} 
+tr {02647.t3|02648.t1} : a2646 {02647.f} {02648.p1} -> {02648.p3} 
+tr {02648.e} {02648.p6} {02648.p3} -> {02648.p4-eats} 
+tr {02648.t} {02648.p2-thinks} -> {02648.p1} {02648.p5} 
+tr {02648.t0|02649.t4} : b2647 {02649.p4-eats} -> {02648.f} {02649.f} {02649.p2-thinks} 
+tr {02648.t2} {02648.f} {02648.p5} -> {02648.p6} 
+tr {02648.t3|02649.t1} : a2647 {02648.f} {02649.p1} -> {02649.p3} 
+tr {02649.e} {02649.p6} {02649.p3} -> {02649.p4-eats} 
+tr {02649.t} {02649.p2-thinks} -> {02649.p1} {02649.p5} 
+tr {02649.t0|02650.t4} : b2648 {02650.p4-eats} -> {02649.f} {02650.f} {02650.p2-thinks} 
+tr {02649.t2} {02649.f} {02649.p5} -> {02649.p6} 
+tr {02649.t3|02650.t1} : a2648 {02649.f} {02650.p1} -> {02650.p3} 
+tr {02650.e} {02650.p6} {02650.p3} -> {02650.p4-eats} 
+tr {02650.t} {02650.p2-thinks} -> {02650.p1} {02650.p5} 
+tr {02650.t0|02651.t4} : b2649 {02651.p4-eats} -> {02650.f} {02651.f} {02651.p2-thinks} 
+tr {02650.t2} {02650.f} {02650.p5} -> {02650.p6} 
+tr {02650.t3|02651.t1} : a2649 {02650.f} {02651.p1} -> {02651.p3} 
+tr {02651.e} {02651.p6} {02651.p3} -> {02651.p4-eats} 
+tr {02651.t} {02651.p2-thinks} -> {02651.p1} {02651.p5} 
+tr {02651.t0|02652.t4} : b2650 {02652.p4-eats} -> {02651.f} {02652.f} {02652.p2-thinks} 
+tr {02651.t2} {02651.f} {02651.p5} -> {02651.p6} 
+tr {02651.t3|02652.t1} : a2650 {02651.f} {02652.p1} -> {02652.p3} 
+tr {02652.e} {02652.p6} {02652.p3} -> {02652.p4-eats} 
+tr {02652.t} {02652.p2-thinks} -> {02652.p1} {02652.p5} 
+tr {02652.t0|02653.t4} : b2651 {02653.p4-eats} -> {02652.f} {02653.f} {02653.p2-thinks} 
+tr {02652.t2} {02652.f} {02652.p5} -> {02652.p6} 
+tr {02652.t3|02653.t1} : a2651 {02652.f} {02653.p1} -> {02653.p3} 
+tr {02653.e} {02653.p6} {02653.p3} -> {02653.p4-eats} 
+tr {02653.t} {02653.p2-thinks} -> {02653.p1} {02653.p5} 
+tr {02653.t0|02654.t4} : b2652 {02654.p4-eats} -> {02653.f} {02654.f} {02654.p2-thinks} 
+tr {02653.t2} {02653.f} {02653.p5} -> {02653.p6} 
+tr {02653.t3|02654.t1} : a2652 {02653.f} {02654.p1} -> {02654.p3} 
+tr {02654.e} {02654.p6} {02654.p3} -> {02654.p4-eats} 
+tr {02654.t} {02654.p2-thinks} -> {02654.p1} {02654.p5} 
+tr {02654.t0|02655.t4} : b2653 {02655.p4-eats} -> {02654.f} {02655.f} {02655.p2-thinks} 
+tr {02654.t2} {02654.f} {02654.p5} -> {02654.p6} 
+tr {02654.t3|02655.t1} : a2653 {02654.f} {02655.p1} -> {02655.p3} 
+tr {02655.e} {02655.p6} {02655.p3} -> {02655.p4-eats} 
+tr {02655.t} {02655.p2-thinks} -> {02655.p1} {02655.p5} 
+tr {02655.t0|02656.t4} : b2654 {02656.p4-eats} -> {02655.f} {02656.f} {02656.p2-thinks} 
+tr {02655.t2} {02655.f} {02655.p5} -> {02655.p6} 
+tr {02655.t3|02656.t1} : a2654 {02655.f} {02656.p1} -> {02656.p3} 
+tr {02656.e} {02656.p6} {02656.p3} -> {02656.p4-eats} 
+tr {02656.t} {02656.p2-thinks} -> {02656.p1} {02656.p5} 
+tr {02656.t0|02657.t4} : b2655 {02657.p4-eats} -> {02656.f} {02657.f} {02657.p2-thinks} 
+tr {02656.t2} {02656.f} {02656.p5} -> {02656.p6} 
+tr {02656.t3|02657.t1} : a2655 {02656.f} {02657.p1} -> {02657.p3} 
+tr {02657.e} {02657.p6} {02657.p3} -> {02657.p4-eats} 
+tr {02657.t} {02657.p2-thinks} -> {02657.p1} {02657.p5} 
+tr {02657.t0|02658.t4} : b2656 {02658.p4-eats} -> {02657.f} {02658.f} {02658.p2-thinks} 
+tr {02657.t2} {02657.f} {02657.p5} -> {02657.p6} 
+tr {02657.t3|02658.t1} : a2656 {02657.f} {02658.p1} -> {02658.p3} 
+tr {02658.e} {02658.p6} {02658.p3} -> {02658.p4-eats} 
+tr {02658.t} {02658.p2-thinks} -> {02658.p1} {02658.p5} 
+tr {02658.t0|02659.t4} : b2657 {02659.p4-eats} -> {02658.f} {02659.f} {02659.p2-thinks} 
+tr {02658.t2} {02658.f} {02658.p5} -> {02658.p6} 
+tr {02658.t3|02659.t1} : a2657 {02658.f} {02659.p1} -> {02659.p3} 
+tr {02659.e} {02659.p6} {02659.p3} -> {02659.p4-eats} 
+tr {02659.t} {02659.p2-thinks} -> {02659.p1} {02659.p5} 
+tr {02659.t0|02660.t4} : b2658 {02660.p4-eats} -> {02659.f} {02660.f} {02660.p2-thinks} 
+tr {02659.t2} {02659.f} {02659.p5} -> {02659.p6} 
+tr {02659.t3|02660.t1} : a2658 {02659.f} {02660.p1} -> {02660.p3} 
+tr {02660.e} {02660.p6} {02660.p3} -> {02660.p4-eats} 
+tr {02660.t} {02660.p2-thinks} -> {02660.p1} {02660.p5} 
+tr {02660.t0|02661.t4} : b2659 {02661.p4-eats} -> {02660.f} {02661.f} {02661.p2-thinks} 
+tr {02660.t2} {02660.f} {02660.p5} -> {02660.p6} 
+tr {02660.t3|02661.t1} : a2659 {02660.f} {02661.p1} -> {02661.p3} 
+tr {02661.e} {02661.p6} {02661.p3} -> {02661.p4-eats} 
+tr {02661.t} {02661.p2-thinks} -> {02661.p1} {02661.p5} 
+tr {02661.t0|02662.t4} : b2660 {02662.p4-eats} -> {02661.f} {02662.f} {02662.p2-thinks} 
+tr {02661.t2} {02661.f} {02661.p5} -> {02661.p6} 
+tr {02661.t3|02662.t1} : a2660 {02661.f} {02662.p1} -> {02662.p3} 
+tr {02662.e} {02662.p6} {02662.p3} -> {02662.p4-eats} 
+tr {02662.t} {02662.p2-thinks} -> {02662.p1} {02662.p5} 
+tr {02662.t0|02663.t4} : b2661 {02663.p4-eats} -> {02662.f} {02663.f} {02663.p2-thinks} 
+tr {02662.t2} {02662.f} {02662.p5} -> {02662.p6} 
+tr {02662.t3|02663.t1} : a2661 {02662.f} {02663.p1} -> {02663.p3} 
+tr {02663.e} {02663.p6} {02663.p3} -> {02663.p4-eats} 
+tr {02663.t} {02663.p2-thinks} -> {02663.p1} {02663.p5} 
+tr {02663.t0|02664.t4} : b2662 {02664.p4-eats} -> {02663.f} {02664.f} {02664.p2-thinks} 
+tr {02663.t2} {02663.f} {02663.p5} -> {02663.p6} 
+tr {02663.t3|02664.t1} : a2662 {02663.f} {02664.p1} -> {02664.p3} 
+tr {02664.e} {02664.p6} {02664.p3} -> {02664.p4-eats} 
+tr {02664.t} {02664.p2-thinks} -> {02664.p1} {02664.p5} 
+tr {02664.t0|02665.t4} : b2663 {02665.p4-eats} -> {02664.f} {02665.f} {02665.p2-thinks} 
+tr {02664.t2} {02664.f} {02664.p5} -> {02664.p6} 
+tr {02664.t3|02665.t1} : a2663 {02664.f} {02665.p1} -> {02665.p3} 
+tr {02665.e} {02665.p6} {02665.p3} -> {02665.p4-eats} 
+tr {02665.t} {02665.p2-thinks} -> {02665.p1} {02665.p5} 
+tr {02665.t0|02666.t4} : b2664 {02666.p4-eats} -> {02665.f} {02666.f} {02666.p2-thinks} 
+tr {02665.t2} {02665.f} {02665.p5} -> {02665.p6} 
+tr {02665.t3|02666.t1} : a2664 {02665.f} {02666.p1} -> {02666.p3} 
+tr {02666.e} {02666.p6} {02666.p3} -> {02666.p4-eats} 
+tr {02666.t} {02666.p2-thinks} -> {02666.p1} {02666.p5} 
+tr {02666.t0|02667.t4} : b2665 {02667.p4-eats} -> {02666.f} {02667.f} {02667.p2-thinks} 
+tr {02666.t2} {02666.f} {02666.p5} -> {02666.p6} 
+tr {02666.t3|02667.t1} : a2665 {02666.f} {02667.p1} -> {02667.p3} 
+tr {02667.e} {02667.p6} {02667.p3} -> {02667.p4-eats} 
+tr {02667.t} {02667.p2-thinks} -> {02667.p1} {02667.p5} 
+tr {02667.t0|02668.t4} : b2666 {02668.p4-eats} -> {02667.f} {02668.f} {02668.p2-thinks} 
+tr {02667.t2} {02667.f} {02667.p5} -> {02667.p6} 
+tr {02667.t3|02668.t1} : a2666 {02667.f} {02668.p1} -> {02668.p3} 
+tr {02668.e} {02668.p6} {02668.p3} -> {02668.p4-eats} 
+tr {02668.t} {02668.p2-thinks} -> {02668.p1} {02668.p5} 
+tr {02668.t0|02669.t4} : b2667 {02669.p4-eats} -> {02668.f} {02669.f} {02669.p2-thinks} 
+tr {02668.t2} {02668.f} {02668.p5} -> {02668.p6} 
+tr {02668.t3|02669.t1} : a2667 {02668.f} {02669.p1} -> {02669.p3} 
+tr {02669.e} {02669.p6} {02669.p3} -> {02669.p4-eats} 
+tr {02669.t} {02669.p2-thinks} -> {02669.p1} {02669.p5} 
+tr {02669.t0|02670.t4} : b2668 {02670.p4-eats} -> {02669.f} {02670.f} {02670.p2-thinks} 
+tr {02669.t2} {02669.f} {02669.p5} -> {02669.p6} 
+tr {02669.t3|02670.t1} : a2668 {02669.f} {02670.p1} -> {02670.p3} 
+tr {02670.e} {02670.p6} {02670.p3} -> {02670.p4-eats} 
+tr {02670.t} {02670.p2-thinks} -> {02670.p1} {02670.p5} 
+tr {02670.t0|02671.t4} : b2669 {02671.p4-eats} -> {02670.f} {02671.f} {02671.p2-thinks} 
+tr {02670.t2} {02670.f} {02670.p5} -> {02670.p6} 
+tr {02670.t3|02671.t1} : a2669 {02670.f} {02671.p1} -> {02671.p3} 
+tr {02671.e} {02671.p6} {02671.p3} -> {02671.p4-eats} 
+tr {02671.t} {02671.p2-thinks} -> {02671.p1} {02671.p5} 
+tr {02671.t0|02672.t4} : b2670 {02672.p4-eats} -> {02671.f} {02672.f} {02672.p2-thinks} 
+tr {02671.t2} {02671.f} {02671.p5} -> {02671.p6} 
+tr {02671.t3|02672.t1} : a2670 {02671.f} {02672.p1} -> {02672.p3} 
+tr {02672.e} {02672.p6} {02672.p3} -> {02672.p4-eats} 
+tr {02672.t} {02672.p2-thinks} -> {02672.p1} {02672.p5} 
+tr {02672.t0|02673.t4} : b2671 {02673.p4-eats} -> {02672.f} {02673.f} {02673.p2-thinks} 
+tr {02672.t2} {02672.f} {02672.p5} -> {02672.p6} 
+tr {02672.t3|02673.t1} : a2671 {02672.f} {02673.p1} -> {02673.p3} 
+tr {02673.e} {02673.p6} {02673.p3} -> {02673.p4-eats} 
+tr {02673.t} {02673.p2-thinks} -> {02673.p1} {02673.p5} 
+tr {02673.t0|02674.t4} : b2672 {02674.p4-eats} -> {02673.f} {02674.f} {02674.p2-thinks} 
+tr {02673.t2} {02673.f} {02673.p5} -> {02673.p6} 
+tr {02673.t3|02674.t1} : a2672 {02673.f} {02674.p1} -> {02674.p3} 
+tr {02674.e} {02674.p6} {02674.p3} -> {02674.p4-eats} 
+tr {02674.t} {02674.p2-thinks} -> {02674.p1} {02674.p5} 
+tr {02674.t0|02675.t4} : b2673 {02675.p4-eats} -> {02674.f} {02675.f} {02675.p2-thinks} 
+tr {02674.t2} {02674.f} {02674.p5} -> {02674.p6} 
+tr {02674.t3|02675.t1} : a2673 {02674.f} {02675.p1} -> {02675.p3} 
+tr {02675.e} {02675.p6} {02675.p3} -> {02675.p4-eats} 
+tr {02675.t} {02675.p2-thinks} -> {02675.p1} {02675.p5} 
+tr {02675.t0|02676.t4} : b2674 {02676.p4-eats} -> {02675.f} {02676.f} {02676.p2-thinks} 
+tr {02675.t2} {02675.f} {02675.p5} -> {02675.p6} 
+tr {02675.t3|02676.t1} : a2674 {02675.f} {02676.p1} -> {02676.p3} 
+tr {02676.e} {02676.p6} {02676.p3} -> {02676.p4-eats} 
+tr {02676.t} {02676.p2-thinks} -> {02676.p1} {02676.p5} 
+tr {02676.t0|02677.t4} : b2675 {02677.p4-eats} -> {02676.f} {02677.f} {02677.p2-thinks} 
+tr {02676.t2} {02676.f} {02676.p5} -> {02676.p6} 
+tr {02676.t3|02677.t1} : a2675 {02676.f} {02677.p1} -> {02677.p3} 
+tr {02677.e} {02677.p6} {02677.p3} -> {02677.p4-eats} 
+tr {02677.t} {02677.p2-thinks} -> {02677.p1} {02677.p5} 
+tr {02677.t0|02678.t4} : b2676 {02678.p4-eats} -> {02677.f} {02678.f} {02678.p2-thinks} 
+tr {02677.t2} {02677.f} {02677.p5} -> {02677.p6} 
+tr {02677.t3|02678.t1} : a2676 {02677.f} {02678.p1} -> {02678.p3} 
+tr {02678.e} {02678.p6} {02678.p3} -> {02678.p4-eats} 
+tr {02678.t} {02678.p2-thinks} -> {02678.p1} {02678.p5} 
+tr {02678.t0|02679.t4} : b2677 {02679.p4-eats} -> {02678.f} {02679.f} {02679.p2-thinks} 
+tr {02678.t2} {02678.f} {02678.p5} -> {02678.p6} 
+tr {02678.t3|02679.t1} : a2677 {02678.f} {02679.p1} -> {02679.p3} 
+tr {02679.e} {02679.p6} {02679.p3} -> {02679.p4-eats} 
+tr {02679.t} {02679.p2-thinks} -> {02679.p1} {02679.p5} 
+tr {02679.t0|02680.t4} : b2678 {02680.p4-eats} -> {02679.f} {02680.f} {02680.p2-thinks} 
+tr {02679.t2} {02679.f} {02679.p5} -> {02679.p6} 
+tr {02679.t3|02680.t1} : a2678 {02679.f} {02680.p1} -> {02680.p3} 
+tr {02680.e} {02680.p6} {02680.p3} -> {02680.p4-eats} 
+tr {02680.t} {02680.p2-thinks} -> {02680.p1} {02680.p5} 
+tr {02680.t0|02681.t4} : b2679 {02681.p4-eats} -> {02680.f} {02681.f} {02681.p2-thinks} 
+tr {02680.t2} {02680.f} {02680.p5} -> {02680.p6} 
+tr {02680.t3|02681.t1} : a2679 {02680.f} {02681.p1} -> {02681.p3} 
+tr {02681.e} {02681.p6} {02681.p3} -> {02681.p4-eats} 
+tr {02681.t} {02681.p2-thinks} -> {02681.p1} {02681.p5} 
+tr {02681.t0|02682.t4} : b2680 {02682.p4-eats} -> {02681.f} {02682.f} {02682.p2-thinks} 
+tr {02681.t2} {02681.f} {02681.p5} -> {02681.p6} 
+tr {02681.t3|02682.t1} : a2680 {02681.f} {02682.p1} -> {02682.p3} 
+tr {02682.e} {02682.p6} {02682.p3} -> {02682.p4-eats} 
+tr {02682.t} {02682.p2-thinks} -> {02682.p1} {02682.p5} 
+tr {02682.t0|02683.t4} : b2681 {02683.p4-eats} -> {02682.f} {02683.f} {02683.p2-thinks} 
+tr {02682.t2} {02682.f} {02682.p5} -> {02682.p6} 
+tr {02682.t3|02683.t1} : a2681 {02682.f} {02683.p1} -> {02683.p3} 
+tr {02683.e} {02683.p6} {02683.p3} -> {02683.p4-eats} 
+tr {02683.t} {02683.p2-thinks} -> {02683.p1} {02683.p5} 
+tr {02683.t0|02684.t4} : b2682 {02684.p4-eats} -> {02683.f} {02684.f} {02684.p2-thinks} 
+tr {02683.t2} {02683.f} {02683.p5} -> {02683.p6} 
+tr {02683.t3|02684.t1} : a2682 {02683.f} {02684.p1} -> {02684.p3} 
+tr {02684.e} {02684.p6} {02684.p3} -> {02684.p4-eats} 
+tr {02684.t} {02684.p2-thinks} -> {02684.p1} {02684.p5} 
+tr {02684.t0|02685.t4} : b2683 {02685.p4-eats} -> {02684.f} {02685.f} {02685.p2-thinks} 
+tr {02684.t2} {02684.f} {02684.p5} -> {02684.p6} 
+tr {02684.t3|02685.t1} : a2683 {02684.f} {02685.p1} -> {02685.p3} 
+tr {02685.e} {02685.p6} {02685.p3} -> {02685.p4-eats} 
+tr {02685.t} {02685.p2-thinks} -> {02685.p1} {02685.p5} 
+tr {02685.t0|02686.t4} : b2684 {02686.p4-eats} -> {02685.f} {02686.f} {02686.p2-thinks} 
+tr {02685.t2} {02685.f} {02685.p5} -> {02685.p6} 
+tr {02685.t3|02686.t1} : a2684 {02685.f} {02686.p1} -> {02686.p3} 
+tr {02686.e} {02686.p6} {02686.p3} -> {02686.p4-eats} 
+tr {02686.t} {02686.p2-thinks} -> {02686.p1} {02686.p5} 
+tr {02686.t0|02687.t4} : b2685 {02687.p4-eats} -> {02686.f} {02687.f} {02687.p2-thinks} 
+tr {02686.t2} {02686.f} {02686.p5} -> {02686.p6} 
+tr {02686.t3|02687.t1} : a2685 {02686.f} {02687.p1} -> {02687.p3} 
+tr {02687.e} {02687.p6} {02687.p3} -> {02687.p4-eats} 
+tr {02687.t} {02687.p2-thinks} -> {02687.p1} {02687.p5} 
+tr {02687.t0|02688.t4} : b2686 {02688.p4-eats} -> {02687.f} {02688.f} {02688.p2-thinks} 
+tr {02687.t2} {02687.f} {02687.p5} -> {02687.p6} 
+tr {02687.t3|02688.t1} : a2686 {02687.f} {02688.p1} -> {02688.p3} 
+tr {02688.e} {02688.p6} {02688.p3} -> {02688.p4-eats} 
+tr {02688.t} {02688.p2-thinks} -> {02688.p1} {02688.p5} 
+tr {02688.t0|02689.t4} : b2687 {02689.p4-eats} -> {02688.f} {02689.f} {02689.p2-thinks} 
+tr {02688.t2} {02688.f} {02688.p5} -> {02688.p6} 
+tr {02688.t3|02689.t1} : a2687 {02688.f} {02689.p1} -> {02689.p3} 
+tr {02689.e} {02689.p6} {02689.p3} -> {02689.p4-eats} 
+tr {02689.t} {02689.p2-thinks} -> {02689.p1} {02689.p5} 
+tr {02689.t0|02690.t4} : b2688 {02690.p4-eats} -> {02689.f} {02690.f} {02690.p2-thinks} 
+tr {02689.t2} {02689.f} {02689.p5} -> {02689.p6} 
+tr {02689.t3|02690.t1} : a2688 {02689.f} {02690.p1} -> {02690.p3} 
+tr {02690.e} {02690.p6} {02690.p3} -> {02690.p4-eats} 
+tr {02690.t} {02690.p2-thinks} -> {02690.p1} {02690.p5} 
+tr {02690.t0|02691.t4} : b2689 {02691.p4-eats} -> {02690.f} {02691.f} {02691.p2-thinks} 
+tr {02690.t2} {02690.f} {02690.p5} -> {02690.p6} 
+tr {02690.t3|02691.t1} : a2689 {02690.f} {02691.p1} -> {02691.p3} 
+tr {02691.e} {02691.p6} {02691.p3} -> {02691.p4-eats} 
+tr {02691.t} {02691.p2-thinks} -> {02691.p1} {02691.p5} 
+tr {02691.t0|02692.t4} : b2690 {02692.p4-eats} -> {02691.f} {02692.f} {02692.p2-thinks} 
+tr {02691.t2} {02691.f} {02691.p5} -> {02691.p6} 
+tr {02691.t3|02692.t1} : a2690 {02691.f} {02692.p1} -> {02692.p3} 
+tr {02692.e} {02692.p6} {02692.p3} -> {02692.p4-eats} 
+tr {02692.t} {02692.p2-thinks} -> {02692.p1} {02692.p5} 
+tr {02692.t0|02693.t4} : b2691 {02693.p4-eats} -> {02692.f} {02693.f} {02693.p2-thinks} 
+tr {02692.t2} {02692.f} {02692.p5} -> {02692.p6} 
+tr {02692.t3|02693.t1} : a2691 {02692.f} {02693.p1} -> {02693.p3} 
+tr {02693.e} {02693.p6} {02693.p3} -> {02693.p4-eats} 
+tr {02693.t} {02693.p2-thinks} -> {02693.p1} {02693.p5} 
+tr {02693.t0|02694.t4} : b2692 {02694.p4-eats} -> {02693.f} {02694.f} {02694.p2-thinks} 
+tr {02693.t2} {02693.f} {02693.p5} -> {02693.p6} 
+tr {02693.t3|02694.t1} : a2692 {02693.f} {02694.p1} -> {02694.p3} 
+tr {02694.e} {02694.p6} {02694.p3} -> {02694.p4-eats} 
+tr {02694.t} {02694.p2-thinks} -> {02694.p1} {02694.p5} 
+tr {02694.t0|02695.t4} : b2693 {02695.p4-eats} -> {02694.f} {02695.f} {02695.p2-thinks} 
+tr {02694.t2} {02694.f} {02694.p5} -> {02694.p6} 
+tr {02694.t3|02695.t1} : a2693 {02694.f} {02695.p1} -> {02695.p3} 
+tr {02695.e} {02695.p6} {02695.p3} -> {02695.p4-eats} 
+tr {02695.t} {02695.p2-thinks} -> {02695.p1} {02695.p5} 
+tr {02695.t0|02696.t4} : b2694 {02696.p4-eats} -> {02695.f} {02696.f} {02696.p2-thinks} 
+tr {02695.t2} {02695.f} {02695.p5} -> {02695.p6} 
+tr {02695.t3|02696.t1} : a2694 {02695.f} {02696.p1} -> {02696.p3} 
+tr {02696.e} {02696.p6} {02696.p3} -> {02696.p4-eats} 
+tr {02696.t} {02696.p2-thinks} -> {02696.p1} {02696.p5} 
+tr {02696.t0|02697.t4} : b2695 {02697.p4-eats} -> {02696.f} {02697.f} {02697.p2-thinks} 
+tr {02696.t2} {02696.f} {02696.p5} -> {02696.p6} 
+tr {02696.t3|02697.t1} : a2695 {02696.f} {02697.p1} -> {02697.p3} 
+tr {02697.e} {02697.p6} {02697.p3} -> {02697.p4-eats} 
+tr {02697.t} {02697.p2-thinks} -> {02697.p1} {02697.p5} 
+tr {02697.t0|02698.t4} : b2696 {02698.p4-eats} -> {02697.f} {02698.f} {02698.p2-thinks} 
+tr {02697.t2} {02697.f} {02697.p5} -> {02697.p6} 
+tr {02697.t3|02698.t1} : a2696 {02697.f} {02698.p1} -> {02698.p3} 
+tr {02698.e} {02698.p6} {02698.p3} -> {02698.p4-eats} 
+tr {02698.t} {02698.p2-thinks} -> {02698.p1} {02698.p5} 
+tr {02698.t0|02699.t4} : b2697 {02699.p4-eats} -> {02698.f} {02699.f} {02699.p2-thinks} 
+tr {02698.t2} {02698.f} {02698.p5} -> {02698.p6} 
+tr {02698.t3|02699.t1} : a2697 {02698.f} {02699.p1} -> {02699.p3} 
+tr {02699.e} {02699.p6} {02699.p3} -> {02699.p4-eats} 
+tr {02699.t} {02699.p2-thinks} -> {02699.p1} {02699.p5} 
+tr {02699.t0|02700.t4} : b2698 {02700.p4-eats} -> {02699.f} {02700.f} {02700.p2-thinks} 
+tr {02699.t2} {02699.f} {02699.p5} -> {02699.p6} 
+tr {02699.t3|02700.t1} : a2698 {02699.f} {02700.p1} -> {02700.p3} 
+tr {02700.e} {02700.p6} {02700.p3} -> {02700.p4-eats} 
+tr {02700.t} {02700.p2-thinks} -> {02700.p1} {02700.p5} 
+tr {02700.t0|02701.t4} : b2699 {02701.p4-eats} -> {02700.f} {02701.f} {02701.p2-thinks} 
+tr {02700.t2} {02700.f} {02700.p5} -> {02700.p6} 
+tr {02700.t3|02701.t1} : a2699 {02700.f} {02701.p1} -> {02701.p3} 
+tr {02701.e} {02701.p6} {02701.p3} -> {02701.p4-eats} 
+tr {02701.t} {02701.p2-thinks} -> {02701.p1} {02701.p5} 
+tr {02701.t0|02702.t4} : b2700 {02702.p4-eats} -> {02701.f} {02702.f} {02702.p2-thinks} 
+tr {02701.t2} {02701.f} {02701.p5} -> {02701.p6} 
+tr {02701.t3|02702.t1} : a2700 {02701.f} {02702.p1} -> {02702.p3} 
+tr {02702.e} {02702.p6} {02702.p3} -> {02702.p4-eats} 
+tr {02702.t} {02702.p2-thinks} -> {02702.p1} {02702.p5} 
+tr {02702.t0|02703.t4} : b2701 {02703.p4-eats} -> {02702.f} {02703.f} {02703.p2-thinks} 
+tr {02702.t2} {02702.f} {02702.p5} -> {02702.p6} 
+tr {02702.t3|02703.t1} : a2701 {02702.f} {02703.p1} -> {02703.p3} 
+tr {02703.e} {02703.p6} {02703.p3} -> {02703.p4-eats} 
+tr {02703.t} {02703.p2-thinks} -> {02703.p1} {02703.p5} 
+tr {02703.t0|02704.t4} : b2702 {02704.p4-eats} -> {02703.f} {02704.f} {02704.p2-thinks} 
+tr {02703.t2} {02703.f} {02703.p5} -> {02703.p6} 
+tr {02703.t3|02704.t1} : a2702 {02703.f} {02704.p1} -> {02704.p3} 
+tr {02704.e} {02704.p6} {02704.p3} -> {02704.p4-eats} 
+tr {02704.t} {02704.p2-thinks} -> {02704.p1} {02704.p5} 
+tr {02704.t0|02705.t4} : b2703 {02705.p4-eats} -> {02704.f} {02705.f} {02705.p2-thinks} 
+tr {02704.t2} {02704.f} {02704.p5} -> {02704.p6} 
+tr {02704.t3|02705.t1} : a2703 {02704.f} {02705.p1} -> {02705.p3} 
+tr {02705.e} {02705.p6} {02705.p3} -> {02705.p4-eats} 
+tr {02705.t} {02705.p2-thinks} -> {02705.p1} {02705.p5} 
+tr {02705.t0|02706.t4} : b2704 {02706.p4-eats} -> {02705.f} {02706.f} {02706.p2-thinks} 
+tr {02705.t2} {02705.f} {02705.p5} -> {02705.p6} 
+tr {02705.t3|02706.t1} : a2704 {02705.f} {02706.p1} -> {02706.p3} 
+tr {02706.e} {02706.p6} {02706.p3} -> {02706.p4-eats} 
+tr {02706.t} {02706.p2-thinks} -> {02706.p1} {02706.p5} 
+tr {02706.t0|02707.t4} : b2705 {02707.p4-eats} -> {02706.f} {02707.f} {02707.p2-thinks} 
+tr {02706.t2} {02706.f} {02706.p5} -> {02706.p6} 
+tr {02706.t3|02707.t1} : a2705 {02706.f} {02707.p1} -> {02707.p3} 
+tr {02707.e} {02707.p6} {02707.p3} -> {02707.p4-eats} 
+tr {02707.t} {02707.p2-thinks} -> {02707.p1} {02707.p5} 
+tr {02707.t0|02708.t4} : b2706 {02708.p4-eats} -> {02707.f} {02708.f} {02708.p2-thinks} 
+tr {02707.t2} {02707.f} {02707.p5} -> {02707.p6} 
+tr {02707.t3|02708.t1} : a2706 {02707.f} {02708.p1} -> {02708.p3} 
+tr {02708.e} {02708.p6} {02708.p3} -> {02708.p4-eats} 
+tr {02708.t} {02708.p2-thinks} -> {02708.p1} {02708.p5} 
+tr {02708.t0|02709.t4} : b2707 {02709.p4-eats} -> {02708.f} {02709.f} {02709.p2-thinks} 
+tr {02708.t2} {02708.f} {02708.p5} -> {02708.p6} 
+tr {02708.t3|02709.t1} : a2707 {02708.f} {02709.p1} -> {02709.p3} 
+tr {02709.e} {02709.p6} {02709.p3} -> {02709.p4-eats} 
+tr {02709.t} {02709.p2-thinks} -> {02709.p1} {02709.p5} 
+tr {02709.t0|02710.t4} : b2708 {02710.p4-eats} -> {02709.f} {02710.f} {02710.p2-thinks} 
+tr {02709.t2} {02709.f} {02709.p5} -> {02709.p6} 
+tr {02709.t3|02710.t1} : a2708 {02709.f} {02710.p1} -> {02710.p3} 
+tr {02710.e} {02710.p6} {02710.p3} -> {02710.p4-eats} 
+tr {02710.t} {02710.p2-thinks} -> {02710.p1} {02710.p5} 
+tr {02710.t0|02711.t4} : b2709 {02711.p4-eats} -> {02710.f} {02711.f} {02711.p2-thinks} 
+tr {02710.t2} {02710.f} {02710.p5} -> {02710.p6} 
+tr {02710.t3|02711.t1} : a2709 {02710.f} {02711.p1} -> {02711.p3} 
+tr {02711.e} {02711.p6} {02711.p3} -> {02711.p4-eats} 
+tr {02711.t} {02711.p2-thinks} -> {02711.p1} {02711.p5} 
+tr {02711.t0|02712.t4} : b2710 {02712.p4-eats} -> {02711.f} {02712.f} {02712.p2-thinks} 
+tr {02711.t2} {02711.f} {02711.p5} -> {02711.p6} 
+tr {02711.t3|02712.t1} : a2710 {02711.f} {02712.p1} -> {02712.p3} 
+tr {02712.e} {02712.p6} {02712.p3} -> {02712.p4-eats} 
+tr {02712.t} {02712.p2-thinks} -> {02712.p1} {02712.p5} 
+tr {02712.t0|02713.t4} : b2711 {02713.p4-eats} -> {02712.f} {02713.f} {02713.p2-thinks} 
+tr {02712.t2} {02712.f} {02712.p5} -> {02712.p6} 
+tr {02712.t3|02713.t1} : a2711 {02712.f} {02713.p1} -> {02713.p3} 
+tr {02713.e} {02713.p6} {02713.p3} -> {02713.p4-eats} 
+tr {02713.t} {02713.p2-thinks} -> {02713.p1} {02713.p5} 
+tr {02713.t0|02714.t4} : b2712 {02714.p4-eats} -> {02713.f} {02714.f} {02714.p2-thinks} 
+tr {02713.t2} {02713.f} {02713.p5} -> {02713.p6} 
+tr {02713.t3|02714.t1} : a2712 {02713.f} {02714.p1} -> {02714.p3} 
+tr {02714.e} {02714.p6} {02714.p3} -> {02714.p4-eats} 
+tr {02714.t} {02714.p2-thinks} -> {02714.p1} {02714.p5} 
+tr {02714.t0|02715.t4} : b2713 {02715.p4-eats} -> {02714.f} {02715.f} {02715.p2-thinks} 
+tr {02714.t2} {02714.f} {02714.p5} -> {02714.p6} 
+tr {02714.t3|02715.t1} : a2713 {02714.f} {02715.p1} -> {02715.p3} 
+tr {02715.e} {02715.p6} {02715.p3} -> {02715.p4-eats} 
+tr {02715.t} {02715.p2-thinks} -> {02715.p1} {02715.p5} 
+tr {02715.t0|02716.t4} : b2714 {02716.p4-eats} -> {02715.f} {02716.f} {02716.p2-thinks} 
+tr {02715.t2} {02715.f} {02715.p5} -> {02715.p6} 
+tr {02715.t3|02716.t1} : a2714 {02715.f} {02716.p1} -> {02716.p3} 
+tr {02716.e} {02716.p6} {02716.p3} -> {02716.p4-eats} 
+tr {02716.t} {02716.p2-thinks} -> {02716.p1} {02716.p5} 
+tr {02716.t0|02717.t4} : b2715 {02717.p4-eats} -> {02716.f} {02717.f} {02717.p2-thinks} 
+tr {02716.t2} {02716.f} {02716.p5} -> {02716.p6} 
+tr {02716.t3|02717.t1} : a2715 {02716.f} {02717.p1} -> {02717.p3} 
+tr {02717.e} {02717.p6} {02717.p3} -> {02717.p4-eats} 
+tr {02717.t} {02717.p2-thinks} -> {02717.p1} {02717.p5} 
+tr {02717.t0|02718.t4} : b2716 {02718.p4-eats} -> {02717.f} {02718.f} {02718.p2-thinks} 
+tr {02717.t2} {02717.f} {02717.p5} -> {02717.p6} 
+tr {02717.t3|02718.t1} : a2716 {02717.f} {02718.p1} -> {02718.p3} 
+tr {02718.e} {02718.p6} {02718.p3} -> {02718.p4-eats} 
+tr {02718.t} {02718.p2-thinks} -> {02718.p1} {02718.p5} 
+tr {02718.t0|02719.t4} : b2717 {02719.p4-eats} -> {02718.f} {02719.f} {02719.p2-thinks} 
+tr {02718.t2} {02718.f} {02718.p5} -> {02718.p6} 
+tr {02718.t3|02719.t1} : a2717 {02718.f} {02719.p1} -> {02719.p3} 
+tr {02719.e} {02719.p6} {02719.p3} -> {02719.p4-eats} 
+tr {02719.t} {02719.p2-thinks} -> {02719.p1} {02719.p5} 
+tr {02719.t0|02720.t4} : b2718 {02720.p4-eats} -> {02719.f} {02720.f} {02720.p2-thinks} 
+tr {02719.t2} {02719.f} {02719.p5} -> {02719.p6} 
+tr {02719.t3|02720.t1} : a2718 {02719.f} {02720.p1} -> {02720.p3} 
+tr {02720.e} {02720.p6} {02720.p3} -> {02720.p4-eats} 
+tr {02720.t} {02720.p2-thinks} -> {02720.p1} {02720.p5} 
+tr {02720.t0|02721.t4} : b2719 {02721.p4-eats} -> {02720.f} {02721.f} {02721.p2-thinks} 
+tr {02720.t2} {02720.f} {02720.p5} -> {02720.p6} 
+tr {02720.t3|02721.t1} : a2719 {02720.f} {02721.p1} -> {02721.p3} 
+tr {02721.e} {02721.p6} {02721.p3} -> {02721.p4-eats} 
+tr {02721.t} {02721.p2-thinks} -> {02721.p1} {02721.p5} 
+tr {02721.t0|02722.t4} : b2720 {02722.p4-eats} -> {02721.f} {02722.f} {02722.p2-thinks} 
+tr {02721.t2} {02721.f} {02721.p5} -> {02721.p6} 
+tr {02721.t3|02722.t1} : a2720 {02721.f} {02722.p1} -> {02722.p3} 
+tr {02722.e} {02722.p6} {02722.p3} -> {02722.p4-eats} 
+tr {02722.t} {02722.p2-thinks} -> {02722.p1} {02722.p5} 
+tr {02722.t0|02723.t4} : b2721 {02723.p4-eats} -> {02722.f} {02723.f} {02723.p2-thinks} 
+tr {02722.t2} {02722.f} {02722.p5} -> {02722.p6} 
+tr {02722.t3|02723.t1} : a2721 {02722.f} {02723.p1} -> {02723.p3} 
+tr {02723.e} {02723.p6} {02723.p3} -> {02723.p4-eats} 
+tr {02723.t} {02723.p2-thinks} -> {02723.p1} {02723.p5} 
+tr {02723.t0|02724.t4} : b2722 {02724.p4-eats} -> {02723.f} {02724.f} {02724.p2-thinks} 
+tr {02723.t2} {02723.f} {02723.p5} -> {02723.p6} 
+tr {02723.t3|02724.t1} : a2722 {02723.f} {02724.p1} -> {02724.p3} 
+tr {02724.e} {02724.p6} {02724.p3} -> {02724.p4-eats} 
+tr {02724.t} {02724.p2-thinks} -> {02724.p1} {02724.p5} 
+tr {02724.t0|02725.t4} : b2723 {02725.p4-eats} -> {02724.f} {02725.f} {02725.p2-thinks} 
+tr {02724.t2} {02724.f} {02724.p5} -> {02724.p6} 
+tr {02724.t3|02725.t1} : a2723 {02724.f} {02725.p1} -> {02725.p3} 
+tr {02725.e} {02725.p6} {02725.p3} -> {02725.p4-eats} 
+tr {02725.t} {02725.p2-thinks} -> {02725.p1} {02725.p5} 
+tr {02725.t0|02726.t4} : b2724 {02726.p4-eats} -> {02725.f} {02726.f} {02726.p2-thinks} 
+tr {02725.t2} {02725.f} {02725.p5} -> {02725.p6} 
+tr {02725.t3|02726.t1} : a2724 {02725.f} {02726.p1} -> {02726.p3} 
+tr {02726.e} {02726.p6} {02726.p3} -> {02726.p4-eats} 
+tr {02726.t} {02726.p2-thinks} -> {02726.p1} {02726.p5} 
+tr {02726.t0|02727.t4} : b2725 {02727.p4-eats} -> {02726.f} {02727.f} {02727.p2-thinks} 
+tr {02726.t2} {02726.f} {02726.p5} -> {02726.p6} 
+tr {02726.t3|02727.t1} : a2725 {02726.f} {02727.p1} -> {02727.p3} 
+tr {02727.e} {02727.p6} {02727.p3} -> {02727.p4-eats} 
+tr {02727.t} {02727.p2-thinks} -> {02727.p1} {02727.p5} 
+tr {02727.t0|02728.t4} : b2726 {02728.p4-eats} -> {02727.f} {02728.f} {02728.p2-thinks} 
+tr {02727.t2} {02727.f} {02727.p5} -> {02727.p6} 
+tr {02727.t3|02728.t1} : a2726 {02727.f} {02728.p1} -> {02728.p3} 
+tr {02728.e} {02728.p6} {02728.p3} -> {02728.p4-eats} 
+tr {02728.t} {02728.p2-thinks} -> {02728.p1} {02728.p5} 
+tr {02728.t0|02729.t4} : b2727 {02729.p4-eats} -> {02728.f} {02729.f} {02729.p2-thinks} 
+tr {02728.t2} {02728.f} {02728.p5} -> {02728.p6} 
+tr {02728.t3|02729.t1} : a2727 {02728.f} {02729.p1} -> {02729.p3} 
+tr {02729.e} {02729.p6} {02729.p3} -> {02729.p4-eats} 
+tr {02729.t} {02729.p2-thinks} -> {02729.p1} {02729.p5} 
+tr {02729.t0|02730.t4} : b2728 {02730.p4-eats} -> {02729.f} {02730.f} {02730.p2-thinks} 
+tr {02729.t2} {02729.f} {02729.p5} -> {02729.p6} 
+tr {02729.t3|02730.t1} : a2728 {02729.f} {02730.p1} -> {02730.p3} 
+tr {02730.e} {02730.p6} {02730.p3} -> {02730.p4-eats} 
+tr {02730.t} {02730.p2-thinks} -> {02730.p1} {02730.p5} 
+tr {02730.t0|02731.t4} : b2729 {02731.p4-eats} -> {02730.f} {02731.f} {02731.p2-thinks} 
+tr {02730.t2} {02730.f} {02730.p5} -> {02730.p6} 
+tr {02730.t3|02731.t1} : a2729 {02730.f} {02731.p1} -> {02731.p3} 
+tr {02731.e} {02731.p6} {02731.p3} -> {02731.p4-eats} 
+tr {02731.t} {02731.p2-thinks} -> {02731.p1} {02731.p5} 
+tr {02731.t0|02732.t4} : b2730 {02732.p4-eats} -> {02731.f} {02732.f} {02732.p2-thinks} 
+tr {02731.t2} {02731.f} {02731.p5} -> {02731.p6} 
+tr {02731.t3|02732.t1} : a2730 {02731.f} {02732.p1} -> {02732.p3} 
+tr {02732.e} {02732.p6} {02732.p3} -> {02732.p4-eats} 
+tr {02732.t} {02732.p2-thinks} -> {02732.p1} {02732.p5} 
+tr {02732.t0|02733.t4} : b2731 {02733.p4-eats} -> {02732.f} {02733.f} {02733.p2-thinks} 
+tr {02732.t2} {02732.f} {02732.p5} -> {02732.p6} 
+tr {02732.t3|02733.t1} : a2731 {02732.f} {02733.p1} -> {02733.p3} 
+tr {02733.e} {02733.p6} {02733.p3} -> {02733.p4-eats} 
+tr {02733.t} {02733.p2-thinks} -> {02733.p1} {02733.p5} 
+tr {02733.t0|02734.t4} : b2732 {02734.p4-eats} -> {02733.f} {02734.f} {02734.p2-thinks} 
+tr {02733.t2} {02733.f} {02733.p5} -> {02733.p6} 
+tr {02733.t3|02734.t1} : a2732 {02733.f} {02734.p1} -> {02734.p3} 
+tr {02734.e} {02734.p6} {02734.p3} -> {02734.p4-eats} 
+tr {02734.t} {02734.p2-thinks} -> {02734.p1} {02734.p5} 
+tr {02734.t0|02735.t4} : b2733 {02735.p4-eats} -> {02734.f} {02735.f} {02735.p2-thinks} 
+tr {02734.t2} {02734.f} {02734.p5} -> {02734.p6} 
+tr {02734.t3|02735.t1} : a2733 {02734.f} {02735.p1} -> {02735.p3} 
+tr {02735.e} {02735.p6} {02735.p3} -> {02735.p4-eats} 
+tr {02735.t} {02735.p2-thinks} -> {02735.p1} {02735.p5} 
+tr {02735.t0|02736.t4} : b2734 {02736.p4-eats} -> {02735.f} {02736.f} {02736.p2-thinks} 
+tr {02735.t2} {02735.f} {02735.p5} -> {02735.p6} 
+tr {02735.t3|02736.t1} : a2734 {02735.f} {02736.p1} -> {02736.p3} 
+tr {02736.e} {02736.p6} {02736.p3} -> {02736.p4-eats} 
+tr {02736.t} {02736.p2-thinks} -> {02736.p1} {02736.p5} 
+tr {02736.t0|02737.t4} : b2735 {02737.p4-eats} -> {02736.f} {02737.f} {02737.p2-thinks} 
+tr {02736.t2} {02736.f} {02736.p5} -> {02736.p6} 
+tr {02736.t3|02737.t1} : a2735 {02736.f} {02737.p1} -> {02737.p3} 
+tr {02737.e} {02737.p6} {02737.p3} -> {02737.p4-eats} 
+tr {02737.t} {02737.p2-thinks} -> {02737.p1} {02737.p5} 
+tr {02737.t0|02738.t4} : b2736 {02738.p4-eats} -> {02737.f} {02738.f} {02738.p2-thinks} 
+tr {02737.t2} {02737.f} {02737.p5} -> {02737.p6} 
+tr {02737.t3|02738.t1} : a2736 {02737.f} {02738.p1} -> {02738.p3} 
+tr {02738.e} {02738.p6} {02738.p3} -> {02738.p4-eats} 
+tr {02738.t} {02738.p2-thinks} -> {02738.p1} {02738.p5} 
+tr {02738.t0|02739.t4} : b2737 {02739.p4-eats} -> {02738.f} {02739.f} {02739.p2-thinks} 
+tr {02738.t2} {02738.f} {02738.p5} -> {02738.p6} 
+tr {02738.t3|02739.t1} : a2737 {02738.f} {02739.p1} -> {02739.p3} 
+tr {02739.e} {02739.p6} {02739.p3} -> {02739.p4-eats} 
+tr {02739.t} {02739.p2-thinks} -> {02739.p1} {02739.p5} 
+tr {02739.t0|02740.t4} : b2738 {02740.p4-eats} -> {02739.f} {02740.f} {02740.p2-thinks} 
+tr {02739.t2} {02739.f} {02739.p5} -> {02739.p6} 
+tr {02739.t3|02740.t1} : a2738 {02739.f} {02740.p1} -> {02740.p3} 
+tr {02740.e} {02740.p6} {02740.p3} -> {02740.p4-eats} 
+tr {02740.t} {02740.p2-thinks} -> {02740.p1} {02740.p5} 
+tr {02740.t0|02741.t4} : b2739 {02741.p4-eats} -> {02740.f} {02741.f} {02741.p2-thinks} 
+tr {02740.t2} {02740.f} {02740.p5} -> {02740.p6} 
+tr {02740.t3|02741.t1} : a2739 {02740.f} {02741.p1} -> {02741.p3} 
+tr {02741.e} {02741.p6} {02741.p3} -> {02741.p4-eats} 
+tr {02741.t} {02741.p2-thinks} -> {02741.p1} {02741.p5} 
+tr {02741.t0|02742.t4} : b2740 {02742.p4-eats} -> {02741.f} {02742.f} {02742.p2-thinks} 
+tr {02741.t2} {02741.f} {02741.p5} -> {02741.p6} 
+tr {02741.t3|02742.t1} : a2740 {02741.f} {02742.p1} -> {02742.p3} 
+tr {02742.e} {02742.p6} {02742.p3} -> {02742.p4-eats} 
+tr {02742.t} {02742.p2-thinks} -> {02742.p1} {02742.p5} 
+tr {02742.t0|02743.t4} : b2741 {02743.p4-eats} -> {02742.f} {02743.f} {02743.p2-thinks} 
+tr {02742.t2} {02742.f} {02742.p5} -> {02742.p6} 
+tr {02742.t3|02743.t1} : a2741 {02742.f} {02743.p1} -> {02743.p3} 
+tr {02743.e} {02743.p6} {02743.p3} -> {02743.p4-eats} 
+tr {02743.t} {02743.p2-thinks} -> {02743.p1} {02743.p5} 
+tr {02743.t0|02744.t4} : b2742 {02744.p4-eats} -> {02743.f} {02744.f} {02744.p2-thinks} 
+tr {02743.t2} {02743.f} {02743.p5} -> {02743.p6} 
+tr {02743.t3|02744.t1} : a2742 {02743.f} {02744.p1} -> {02744.p3} 
+tr {02744.e} {02744.p6} {02744.p3} -> {02744.p4-eats} 
+tr {02744.t} {02744.p2-thinks} -> {02744.p1} {02744.p5} 
+tr {02744.t0|02745.t4} : b2743 {02745.p4-eats} -> {02744.f} {02745.f} {02745.p2-thinks} 
+tr {02744.t2} {02744.f} {02744.p5} -> {02744.p6} 
+tr {02744.t3|02745.t1} : a2743 {02744.f} {02745.p1} -> {02745.p3} 
+tr {02745.e} {02745.p6} {02745.p3} -> {02745.p4-eats} 
+tr {02745.t} {02745.p2-thinks} -> {02745.p1} {02745.p5} 
+tr {02745.t0|02746.t4} : b2744 {02746.p4-eats} -> {02745.f} {02746.f} {02746.p2-thinks} 
+tr {02745.t2} {02745.f} {02745.p5} -> {02745.p6} 
+tr {02745.t3|02746.t1} : a2744 {02745.f} {02746.p1} -> {02746.p3} 
+tr {02746.e} {02746.p6} {02746.p3} -> {02746.p4-eats} 
+tr {02746.t} {02746.p2-thinks} -> {02746.p1} {02746.p5} 
+tr {02746.t0|02747.t4} : b2745 {02747.p4-eats} -> {02746.f} {02747.f} {02747.p2-thinks} 
+tr {02746.t2} {02746.f} {02746.p5} -> {02746.p6} 
+tr {02746.t3|02747.t1} : a2745 {02746.f} {02747.p1} -> {02747.p3} 
+tr {02747.e} {02747.p6} {02747.p3} -> {02747.p4-eats} 
+tr {02747.t} {02747.p2-thinks} -> {02747.p1} {02747.p5} 
+tr {02747.t0|02748.t4} : b2746 {02748.p4-eats} -> {02747.f} {02748.f} {02748.p2-thinks} 
+tr {02747.t2} {02747.f} {02747.p5} -> {02747.p6} 
+tr {02747.t3|02748.t1} : a2746 {02747.f} {02748.p1} -> {02748.p3} 
+tr {02748.e} {02748.p6} {02748.p3} -> {02748.p4-eats} 
+tr {02748.t} {02748.p2-thinks} -> {02748.p1} {02748.p5} 
+tr {02748.t0|02749.t4} : b2747 {02749.p4-eats} -> {02748.f} {02749.f} {02749.p2-thinks} 
+tr {02748.t2} {02748.f} {02748.p5} -> {02748.p6} 
+tr {02748.t3|02749.t1} : a2747 {02748.f} {02749.p1} -> {02749.p3} 
+tr {02749.e} {02749.p6} {02749.p3} -> {02749.p4-eats} 
+tr {02749.t} {02749.p2-thinks} -> {02749.p1} {02749.p5} 
+tr {02749.t0|02750.t4} : b2748 {02750.p4-eats} -> {02749.f} {02750.f} {02750.p2-thinks} 
+tr {02749.t2} {02749.f} {02749.p5} -> {02749.p6} 
+tr {02749.t3|02750.t1} : a2748 {02749.f} {02750.p1} -> {02750.p3} 
+tr {02750.e} {02750.p6} {02750.p3} -> {02750.p4-eats} 
+tr {02750.t} {02750.p2-thinks} -> {02750.p1} {02750.p5} 
+tr {02750.t0|02751.t4} : b2749 {02751.p4-eats} -> {02750.f} {02751.f} {02751.p2-thinks} 
+tr {02750.t2} {02750.f} {02750.p5} -> {02750.p6} 
+tr {02750.t3|02751.t1} : a2749 {02750.f} {02751.p1} -> {02751.p3} 
+tr {02751.e} {02751.p6} {02751.p3} -> {02751.p4-eats} 
+tr {02751.t} {02751.p2-thinks} -> {02751.p1} {02751.p5} 
+tr {02751.t0|02752.t4} : b2750 {02752.p4-eats} -> {02751.f} {02752.f} {02752.p2-thinks} 
+tr {02751.t2} {02751.f} {02751.p5} -> {02751.p6} 
+tr {02751.t3|02752.t1} : a2750 {02751.f} {02752.p1} -> {02752.p3} 
+tr {02752.e} {02752.p6} {02752.p3} -> {02752.p4-eats} 
+tr {02752.t} {02752.p2-thinks} -> {02752.p1} {02752.p5} 
+tr {02752.t0|02753.t4} : b2751 {02753.p4-eats} -> {02752.f} {02753.f} {02753.p2-thinks} 
+tr {02752.t2} {02752.f} {02752.p5} -> {02752.p6} 
+tr {02752.t3|02753.t1} : a2751 {02752.f} {02753.p1} -> {02753.p3} 
+tr {02753.e} {02753.p6} {02753.p3} -> {02753.p4-eats} 
+tr {02753.t} {02753.p2-thinks} -> {02753.p1} {02753.p5} 
+tr {02753.t0|02754.t4} : b2752 {02754.p4-eats} -> {02753.f} {02754.f} {02754.p2-thinks} 
+tr {02753.t2} {02753.f} {02753.p5} -> {02753.p6} 
+tr {02753.t3|02754.t1} : a2752 {02753.f} {02754.p1} -> {02754.p3} 
+tr {02754.e} {02754.p6} {02754.p3} -> {02754.p4-eats} 
+tr {02754.t} {02754.p2-thinks} -> {02754.p1} {02754.p5} 
+tr {02754.t0|02755.t4} : b2753 {02755.p4-eats} -> {02754.f} {02755.f} {02755.p2-thinks} 
+tr {02754.t2} {02754.f} {02754.p5} -> {02754.p6} 
+tr {02754.t3|02755.t1} : a2753 {02754.f} {02755.p1} -> {02755.p3} 
+tr {02755.e} {02755.p6} {02755.p3} -> {02755.p4-eats} 
+tr {02755.t} {02755.p2-thinks} -> {02755.p1} {02755.p5} 
+tr {02755.t0|02756.t4} : b2754 {02756.p4-eats} -> {02755.f} {02756.f} {02756.p2-thinks} 
+tr {02755.t2} {02755.f} {02755.p5} -> {02755.p6} 
+tr {02755.t3|02756.t1} : a2754 {02755.f} {02756.p1} -> {02756.p3} 
+tr {02756.e} {02756.p6} {02756.p3} -> {02756.p4-eats} 
+tr {02756.t} {02756.p2-thinks} -> {02756.p1} {02756.p5} 
+tr {02756.t0|02757.t4} : b2755 {02757.p4-eats} -> {02756.f} {02757.f} {02757.p2-thinks} 
+tr {02756.t2} {02756.f} {02756.p5} -> {02756.p6} 
+tr {02756.t3|02757.t1} : a2755 {02756.f} {02757.p1} -> {02757.p3} 
+tr {02757.e} {02757.p6} {02757.p3} -> {02757.p4-eats} 
+tr {02757.t} {02757.p2-thinks} -> {02757.p1} {02757.p5} 
+tr {02757.t0|02758.t4} : b2756 {02758.p4-eats} -> {02757.f} {02758.f} {02758.p2-thinks} 
+tr {02757.t2} {02757.f} {02757.p5} -> {02757.p6} 
+tr {02757.t3|02758.t1} : a2756 {02757.f} {02758.p1} -> {02758.p3} 
+tr {02758.e} {02758.p6} {02758.p3} -> {02758.p4-eats} 
+tr {02758.t} {02758.p2-thinks} -> {02758.p1} {02758.p5} 
+tr {02758.t0|02759.t4} : b2757 {02759.p4-eats} -> {02758.f} {02759.f} {02759.p2-thinks} 
+tr {02758.t2} {02758.f} {02758.p5} -> {02758.p6} 
+tr {02758.t3|02759.t1} : a2757 {02758.f} {02759.p1} -> {02759.p3} 
+tr {02759.e} {02759.p6} {02759.p3} -> {02759.p4-eats} 
+tr {02759.t} {02759.p2-thinks} -> {02759.p1} {02759.p5} 
+tr {02759.t0|02760.t4} : b2758 {02760.p4-eats} -> {02759.f} {02760.f} {02760.p2-thinks} 
+tr {02759.t2} {02759.f} {02759.p5} -> {02759.p6} 
+tr {02759.t3|02760.t1} : a2758 {02759.f} {02760.p1} -> {02760.p3} 
+tr {02760.e} {02760.p6} {02760.p3} -> {02760.p4-eats} 
+tr {02760.t} {02760.p2-thinks} -> {02760.p1} {02760.p5} 
+tr {02760.t0|02761.t4} : b2759 {02761.p4-eats} -> {02760.f} {02761.f} {02761.p2-thinks} 
+tr {02760.t2} {02760.f} {02760.p5} -> {02760.p6} 
+tr {02760.t3|02761.t1} : a2759 {02760.f} {02761.p1} -> {02761.p3} 
+tr {02761.e} {02761.p6} {02761.p3} -> {02761.p4-eats} 
+tr {02761.t} {02761.p2-thinks} -> {02761.p1} {02761.p5} 
+tr {02761.t0|02762.t4} : b2760 {02762.p4-eats} -> {02761.f} {02762.f} {02762.p2-thinks} 
+tr {02761.t2} {02761.f} {02761.p5} -> {02761.p6} 
+tr {02761.t3|02762.t1} : a2760 {02761.f} {02762.p1} -> {02762.p3} 
+tr {02762.e} {02762.p6} {02762.p3} -> {02762.p4-eats} 
+tr {02762.t} {02762.p2-thinks} -> {02762.p1} {02762.p5} 
+tr {02762.t0|02763.t4} : b2761 {02763.p4-eats} -> {02762.f} {02763.f} {02763.p2-thinks} 
+tr {02762.t2} {02762.f} {02762.p5} -> {02762.p6} 
+tr {02762.t3|02763.t1} : a2761 {02762.f} {02763.p1} -> {02763.p3} 
+tr {02763.e} {02763.p6} {02763.p3} -> {02763.p4-eats} 
+tr {02763.t} {02763.p2-thinks} -> {02763.p1} {02763.p5} 
+tr {02763.t0|02764.t4} : b2762 {02764.p4-eats} -> {02763.f} {02764.f} {02764.p2-thinks} 
+tr {02763.t2} {02763.f} {02763.p5} -> {02763.p6} 
+tr {02763.t3|02764.t1} : a2762 {02763.f} {02764.p1} -> {02764.p3} 
+tr {02764.e} {02764.p6} {02764.p3} -> {02764.p4-eats} 
+tr {02764.t} {02764.p2-thinks} -> {02764.p1} {02764.p5} 
+tr {02764.t0|02765.t4} : b2763 {02765.p4-eats} -> {02764.f} {02765.f} {02765.p2-thinks} 
+tr {02764.t2} {02764.f} {02764.p5} -> {02764.p6} 
+tr {02764.t3|02765.t1} : a2763 {02764.f} {02765.p1} -> {02765.p3} 
+tr {02765.e} {02765.p6} {02765.p3} -> {02765.p4-eats} 
+tr {02765.t} {02765.p2-thinks} -> {02765.p1} {02765.p5} 
+tr {02765.t0|02766.t4} : b2764 {02766.p4-eats} -> {02765.f} {02766.f} {02766.p2-thinks} 
+tr {02765.t2} {02765.f} {02765.p5} -> {02765.p6} 
+tr {02765.t3|02766.t1} : a2764 {02765.f} {02766.p1} -> {02766.p3} 
+tr {02766.e} {02766.p6} {02766.p3} -> {02766.p4-eats} 
+tr {02766.t} {02766.p2-thinks} -> {02766.p1} {02766.p5} 
+tr {02766.t0|02767.t4} : b2765 {02767.p4-eats} -> {02766.f} {02767.f} {02767.p2-thinks} 
+tr {02766.t2} {02766.f} {02766.p5} -> {02766.p6} 
+tr {02766.t3|02767.t1} : a2765 {02766.f} {02767.p1} -> {02767.p3} 
+tr {02767.e} {02767.p6} {02767.p3} -> {02767.p4-eats} 
+tr {02767.t} {02767.p2-thinks} -> {02767.p1} {02767.p5} 
+tr {02767.t0|02768.t4} : b2766 {02768.p4-eats} -> {02767.f} {02768.f} {02768.p2-thinks} 
+tr {02767.t2} {02767.f} {02767.p5} -> {02767.p6} 
+tr {02767.t3|02768.t1} : a2766 {02767.f} {02768.p1} -> {02768.p3} 
+tr {02768.e} {02768.p6} {02768.p3} -> {02768.p4-eats} 
+tr {02768.t} {02768.p2-thinks} -> {02768.p1} {02768.p5} 
+tr {02768.t0|02769.t4} : b2767 {02769.p4-eats} -> {02768.f} {02769.f} {02769.p2-thinks} 
+tr {02768.t2} {02768.f} {02768.p5} -> {02768.p6} 
+tr {02768.t3|02769.t1} : a2767 {02768.f} {02769.p1} -> {02769.p3} 
+tr {02769.e} {02769.p6} {02769.p3} -> {02769.p4-eats} 
+tr {02769.t} {02769.p2-thinks} -> {02769.p1} {02769.p5} 
+tr {02769.t0|02770.t4} : b2768 {02770.p4-eats} -> {02769.f} {02770.f} {02770.p2-thinks} 
+tr {02769.t2} {02769.f} {02769.p5} -> {02769.p6} 
+tr {02769.t3|02770.t1} : a2768 {02769.f} {02770.p1} -> {02770.p3} 
+tr {02770.e} {02770.p6} {02770.p3} -> {02770.p4-eats} 
+tr {02770.t} {02770.p2-thinks} -> {02770.p1} {02770.p5} 
+tr {02770.t0|02771.t4} : b2769 {02771.p4-eats} -> {02770.f} {02771.f} {02771.p2-thinks} 
+tr {02770.t2} {02770.f} {02770.p5} -> {02770.p6} 
+tr {02770.t3|02771.t1} : a2769 {02770.f} {02771.p1} -> {02771.p3} 
+tr {02771.e} {02771.p6} {02771.p3} -> {02771.p4-eats} 
+tr {02771.t} {02771.p2-thinks} -> {02771.p1} {02771.p5} 
+tr {02771.t0|02772.t4} : b2770 {02772.p4-eats} -> {02771.f} {02772.f} {02772.p2-thinks} 
+tr {02771.t2} {02771.f} {02771.p5} -> {02771.p6} 
+tr {02771.t3|02772.t1} : a2770 {02771.f} {02772.p1} -> {02772.p3} 
+tr {02772.e} {02772.p6} {02772.p3} -> {02772.p4-eats} 
+tr {02772.t} {02772.p2-thinks} -> {02772.p1} {02772.p5} 
+tr {02772.t0|02773.t4} : b2771 {02773.p4-eats} -> {02772.f} {02773.f} {02773.p2-thinks} 
+tr {02772.t2} {02772.f} {02772.p5} -> {02772.p6} 
+tr {02772.t3|02773.t1} : a2771 {02772.f} {02773.p1} -> {02773.p3} 
+tr {02773.e} {02773.p6} {02773.p3} -> {02773.p4-eats} 
+tr {02773.t} {02773.p2-thinks} -> {02773.p1} {02773.p5} 
+tr {02773.t0|02774.t4} : b2772 {02774.p4-eats} -> {02773.f} {02774.f} {02774.p2-thinks} 
+tr {02773.t2} {02773.f} {02773.p5} -> {02773.p6} 
+tr {02773.t3|02774.t1} : a2772 {02773.f} {02774.p1} -> {02774.p3} 
+tr {02774.e} {02774.p6} {02774.p3} -> {02774.p4-eats} 
+tr {02774.t} {02774.p2-thinks} -> {02774.p1} {02774.p5} 
+tr {02774.t0|02775.t4} : b2773 {02775.p4-eats} -> {02774.f} {02775.f} {02775.p2-thinks} 
+tr {02774.t2} {02774.f} {02774.p5} -> {02774.p6} 
+tr {02774.t3|02775.t1} : a2773 {02774.f} {02775.p1} -> {02775.p3} 
+tr {02775.e} {02775.p6} {02775.p3} -> {02775.p4-eats} 
+tr {02775.t} {02775.p2-thinks} -> {02775.p1} {02775.p5} 
+tr {02775.t0|02776.t4} : b2774 {02776.p4-eats} -> {02775.f} {02776.f} {02776.p2-thinks} 
+tr {02775.t2} {02775.f} {02775.p5} -> {02775.p6} 
+tr {02775.t3|02776.t1} : a2774 {02775.f} {02776.p1} -> {02776.p3} 
+tr {02776.e} {02776.p6} {02776.p3} -> {02776.p4-eats} 
+tr {02776.t} {02776.p2-thinks} -> {02776.p1} {02776.p5} 
+tr {02776.t0|02777.t4} : b2775 {02777.p4-eats} -> {02776.f} {02777.f} {02777.p2-thinks} 
+tr {02776.t2} {02776.f} {02776.p5} -> {02776.p6} 
+tr {02776.t3|02777.t1} : a2775 {02776.f} {02777.p1} -> {02777.p3} 
+tr {02777.e} {02777.p6} {02777.p3} -> {02777.p4-eats} 
+tr {02777.t} {02777.p2-thinks} -> {02777.p1} {02777.p5} 
+tr {02777.t0|02778.t4} : b2776 {02778.p4-eats} -> {02777.f} {02778.f} {02778.p2-thinks} 
+tr {02777.t2} {02777.f} {02777.p5} -> {02777.p6} 
+tr {02777.t3|02778.t1} : a2776 {02777.f} {02778.p1} -> {02778.p3} 
+tr {02778.e} {02778.p6} {02778.p3} -> {02778.p4-eats} 
+tr {02778.t} {02778.p2-thinks} -> {02778.p1} {02778.p5} 
+tr {02778.t0|02779.t4} : b2777 {02779.p4-eats} -> {02778.f} {02779.f} {02779.p2-thinks} 
+tr {02778.t2} {02778.f} {02778.p5} -> {02778.p6} 
+tr {02778.t3|02779.t1} : a2777 {02778.f} {02779.p1} -> {02779.p3} 
+tr {02779.e} {02779.p6} {02779.p3} -> {02779.p4-eats} 
+tr {02779.t} {02779.p2-thinks} -> {02779.p1} {02779.p5} 
+tr {02779.t0|02780.t4} : b2778 {02780.p4-eats} -> {02779.f} {02780.f} {02780.p2-thinks} 
+tr {02779.t2} {02779.f} {02779.p5} -> {02779.p6} 
+tr {02779.t3|02780.t1} : a2778 {02779.f} {02780.p1} -> {02780.p3} 
+tr {02780.e} {02780.p6} {02780.p3} -> {02780.p4-eats} 
+tr {02780.t} {02780.p2-thinks} -> {02780.p1} {02780.p5} 
+tr {02780.t0|02781.t4} : b2779 {02781.p4-eats} -> {02780.f} {02781.f} {02781.p2-thinks} 
+tr {02780.t2} {02780.f} {02780.p5} -> {02780.p6} 
+tr {02780.t3|02781.t1} : a2779 {02780.f} {02781.p1} -> {02781.p3} 
+tr {02781.e} {02781.p6} {02781.p3} -> {02781.p4-eats} 
+tr {02781.t} {02781.p2-thinks} -> {02781.p1} {02781.p5} 
+tr {02781.t0|02782.t4} : b2780 {02782.p4-eats} -> {02781.f} {02782.f} {02782.p2-thinks} 
+tr {02781.t2} {02781.f} {02781.p5} -> {02781.p6} 
+tr {02781.t3|02782.t1} : a2780 {02781.f} {02782.p1} -> {02782.p3} 
+tr {02782.e} {02782.p6} {02782.p3} -> {02782.p4-eats} 
+tr {02782.t} {02782.p2-thinks} -> {02782.p1} {02782.p5} 
+tr {02782.t0|02783.t4} : b2781 {02783.p4-eats} -> {02782.f} {02783.f} {02783.p2-thinks} 
+tr {02782.t2} {02782.f} {02782.p5} -> {02782.p6} 
+tr {02782.t3|02783.t1} : a2781 {02782.f} {02783.p1} -> {02783.p3} 
+tr {02783.e} {02783.p6} {02783.p3} -> {02783.p4-eats} 
+tr {02783.t} {02783.p2-thinks} -> {02783.p1} {02783.p5} 
+tr {02783.t0|02784.t4} : b2782 {02784.p4-eats} -> {02783.f} {02784.f} {02784.p2-thinks} 
+tr {02783.t2} {02783.f} {02783.p5} -> {02783.p6} 
+tr {02783.t3|02784.t1} : a2782 {02783.f} {02784.p1} -> {02784.p3} 
+tr {02784.e} {02784.p6} {02784.p3} -> {02784.p4-eats} 
+tr {02784.t} {02784.p2-thinks} -> {02784.p1} {02784.p5} 
+tr {02784.t0|02785.t4} : b2783 {02785.p4-eats} -> {02784.f} {02785.f} {02785.p2-thinks} 
+tr {02784.t2} {02784.f} {02784.p5} -> {02784.p6} 
+tr {02784.t3|02785.t1} : a2783 {02784.f} {02785.p1} -> {02785.p3} 
+tr {02785.e} {02785.p6} {02785.p3} -> {02785.p4-eats} 
+tr {02785.t} {02785.p2-thinks} -> {02785.p1} {02785.p5} 
+tr {02785.t0|02786.t4} : b2784 {02786.p4-eats} -> {02785.f} {02786.f} {02786.p2-thinks} 
+tr {02785.t2} {02785.f} {02785.p5} -> {02785.p6} 
+tr {02785.t3|02786.t1} : a2784 {02785.f} {02786.p1} -> {02786.p3} 
+tr {02786.e} {02786.p6} {02786.p3} -> {02786.p4-eats} 
+tr {02786.t} {02786.p2-thinks} -> {02786.p1} {02786.p5} 
+tr {02786.t0|02787.t4} : b2785 {02787.p4-eats} -> {02786.f} {02787.f} {02787.p2-thinks} 
+tr {02786.t2} {02786.f} {02786.p5} -> {02786.p6} 
+tr {02786.t3|02787.t1} : a2785 {02786.f} {02787.p1} -> {02787.p3} 
+tr {02787.e} {02787.p6} {02787.p3} -> {02787.p4-eats} 
+tr {02787.t} {02787.p2-thinks} -> {02787.p1} {02787.p5} 
+tr {02787.t0|02788.t4} : b2786 {02788.p4-eats} -> {02787.f} {02788.f} {02788.p2-thinks} 
+tr {02787.t2} {02787.f} {02787.p5} -> {02787.p6} 
+tr {02787.t3|02788.t1} : a2786 {02787.f} {02788.p1} -> {02788.p3} 
+tr {02788.e} {02788.p6} {02788.p3} -> {02788.p4-eats} 
+tr {02788.t} {02788.p2-thinks} -> {02788.p1} {02788.p5} 
+tr {02788.t0|02789.t4} : b2787 {02789.p4-eats} -> {02788.f} {02789.f} {02789.p2-thinks} 
+tr {02788.t2} {02788.f} {02788.p5} -> {02788.p6} 
+tr {02788.t3|02789.t1} : a2787 {02788.f} {02789.p1} -> {02789.p3} 
+tr {02789.e} {02789.p6} {02789.p3} -> {02789.p4-eats} 
+tr {02789.t} {02789.p2-thinks} -> {02789.p1} {02789.p5} 
+tr {02789.t0|02790.t4} : b2788 {02790.p4-eats} -> {02789.f} {02790.f} {02790.p2-thinks} 
+tr {02789.t2} {02789.f} {02789.p5} -> {02789.p6} 
+tr {02789.t3|02790.t1} : a2788 {02789.f} {02790.p1} -> {02790.p3} 
+tr {02790.e} {02790.p6} {02790.p3} -> {02790.p4-eats} 
+tr {02790.t} {02790.p2-thinks} -> {02790.p1} {02790.p5} 
+tr {02790.t0|02791.t4} : b2789 {02791.p4-eats} -> {02790.f} {02791.f} {02791.p2-thinks} 
+tr {02790.t2} {02790.f} {02790.p5} -> {02790.p6} 
+tr {02790.t3|02791.t1} : a2789 {02790.f} {02791.p1} -> {02791.p3} 
+tr {02791.e} {02791.p6} {02791.p3} -> {02791.p4-eats} 
+tr {02791.t} {02791.p2-thinks} -> {02791.p1} {02791.p5} 
+tr {02791.t0|02792.t4} : b2790 {02792.p4-eats} -> {02791.f} {02792.f} {02792.p2-thinks} 
+tr {02791.t2} {02791.f} {02791.p5} -> {02791.p6} 
+tr {02791.t3|02792.t1} : a2790 {02791.f} {02792.p1} -> {02792.p3} 
+tr {02792.e} {02792.p6} {02792.p3} -> {02792.p4-eats} 
+tr {02792.t} {02792.p2-thinks} -> {02792.p1} {02792.p5} 
+tr {02792.t0|02793.t4} : b2791 {02793.p4-eats} -> {02792.f} {02793.f} {02793.p2-thinks} 
+tr {02792.t2} {02792.f} {02792.p5} -> {02792.p6} 
+tr {02792.t3|02793.t1} : a2791 {02792.f} {02793.p1} -> {02793.p3} 
+tr {02793.e} {02793.p6} {02793.p3} -> {02793.p4-eats} 
+tr {02793.t} {02793.p2-thinks} -> {02793.p1} {02793.p5} 
+tr {02793.t0|02794.t4} : b2792 {02794.p4-eats} -> {02793.f} {02794.f} {02794.p2-thinks} 
+tr {02793.t2} {02793.f} {02793.p5} -> {02793.p6} 
+tr {02793.t3|02794.t1} : a2792 {02793.f} {02794.p1} -> {02794.p3} 
+tr {02794.e} {02794.p6} {02794.p3} -> {02794.p4-eats} 
+tr {02794.t} {02794.p2-thinks} -> {02794.p1} {02794.p5} 
+tr {02794.t0|02795.t4} : b2793 {02795.p4-eats} -> {02794.f} {02795.f} {02795.p2-thinks} 
+tr {02794.t2} {02794.f} {02794.p5} -> {02794.p6} 
+tr {02794.t3|02795.t1} : a2793 {02794.f} {02795.p1} -> {02795.p3} 
+tr {02795.e} {02795.p6} {02795.p3} -> {02795.p4-eats} 
+tr {02795.t} {02795.p2-thinks} -> {02795.p1} {02795.p5} 
+tr {02795.t0|02796.t4} : b2794 {02796.p4-eats} -> {02795.f} {02796.f} {02796.p2-thinks} 
+tr {02795.t2} {02795.f} {02795.p5} -> {02795.p6} 
+tr {02795.t3|02796.t1} : a2794 {02795.f} {02796.p1} -> {02796.p3} 
+tr {02796.e} {02796.p6} {02796.p3} -> {02796.p4-eats} 
+tr {02796.t} {02796.p2-thinks} -> {02796.p1} {02796.p5} 
+tr {02796.t0|02797.t4} : b2795 {02797.p4-eats} -> {02796.f} {02797.f} {02797.p2-thinks} 
+tr {02796.t2} {02796.f} {02796.p5} -> {02796.p6} 
+tr {02796.t3|02797.t1} : a2795 {02796.f} {02797.p1} -> {02797.p3} 
+tr {02797.e} {02797.p6} {02797.p3} -> {02797.p4-eats} 
+tr {02797.t} {02797.p2-thinks} -> {02797.p1} {02797.p5} 
+tr {02797.t0|02798.t4} : b2796 {02798.p4-eats} -> {02797.f} {02798.f} {02798.p2-thinks} 
+tr {02797.t2} {02797.f} {02797.p5} -> {02797.p6} 
+tr {02797.t3|02798.t1} : a2796 {02797.f} {02798.p1} -> {02798.p3} 
+tr {02798.e} {02798.p6} {02798.p3} -> {02798.p4-eats} 
+tr {02798.t} {02798.p2-thinks} -> {02798.p1} {02798.p5} 
+tr {02798.t0|02799.t4} : b2797 {02799.p4-eats} -> {02798.f} {02799.f} {02799.p2-thinks} 
+tr {02798.t2} {02798.f} {02798.p5} -> {02798.p6} 
+tr {02798.t3|02799.t1} : a2797 {02798.f} {02799.p1} -> {02799.p3} 
+tr {02799.e} {02799.p6} {02799.p3} -> {02799.p4-eats} 
+tr {02799.t} {02799.p2-thinks} -> {02799.p1} {02799.p5} 
+tr {02799.t0|02800.t4} : b2798 {02800.p4-eats} -> {02799.f} {02800.f} {02800.p2-thinks} 
+tr {02799.t2} {02799.f} {02799.p5} -> {02799.p6} 
+tr {02799.t3|02800.t1} : a2798 {02799.f} {02800.p1} -> {02800.p3} 
+tr {02800.e} {02800.p6} {02800.p3} -> {02800.p4-eats} 
+tr {02800.t} {02800.p2-thinks} -> {02800.p1} {02800.p5} 
+tr {02800.t0|02801.t4} : b2799 {02801.p4-eats} -> {02800.f} {02801.f} {02801.p2-thinks} 
+tr {02800.t2} {02800.f} {02800.p5} -> {02800.p6} 
+tr {02800.t3|02801.t1} : a2799 {02800.f} {02801.p1} -> {02801.p3} 
+tr {02801.e} {02801.p6} {02801.p3} -> {02801.p4-eats} 
+tr {02801.t} {02801.p2-thinks} -> {02801.p1} {02801.p5} 
+tr {02801.t0|02802.t4} : b2800 {02802.p4-eats} -> {02801.f} {02802.f} {02802.p2-thinks} 
+tr {02801.t2} {02801.f} {02801.p5} -> {02801.p6} 
+tr {02801.t3|02802.t1} : a2800 {02801.f} {02802.p1} -> {02802.p3} 
+tr {02802.e} {02802.p6} {02802.p3} -> {02802.p4-eats} 
+tr {02802.t} {02802.p2-thinks} -> {02802.p1} {02802.p5} 
+tr {02802.t0|02803.t4} : b2801 {02803.p4-eats} -> {02802.f} {02803.f} {02803.p2-thinks} 
+tr {02802.t2} {02802.f} {02802.p5} -> {02802.p6} 
+tr {02802.t3|02803.t1} : a2801 {02802.f} {02803.p1} -> {02803.p3} 
+tr {02803.e} {02803.p6} {02803.p3} -> {02803.p4-eats} 
+tr {02803.t} {02803.p2-thinks} -> {02803.p1} {02803.p5} 
+tr {02803.t0|02804.t4} : b2802 {02804.p4-eats} -> {02803.f} {02804.f} {02804.p2-thinks} 
+tr {02803.t2} {02803.f} {02803.p5} -> {02803.p6} 
+tr {02803.t3|02804.t1} : a2802 {02803.f} {02804.p1} -> {02804.p3} 
+tr {02804.e} {02804.p6} {02804.p3} -> {02804.p4-eats} 
+tr {02804.t} {02804.p2-thinks} -> {02804.p1} {02804.p5} 
+tr {02804.t0|02805.t4} : b2803 {02805.p4-eats} -> {02804.f} {02805.f} {02805.p2-thinks} 
+tr {02804.t2} {02804.f} {02804.p5} -> {02804.p6} 
+tr {02804.t3|02805.t1} : a2803 {02804.f} {02805.p1} -> {02805.p3} 
+tr {02805.e} {02805.p6} {02805.p3} -> {02805.p4-eats} 
+tr {02805.t} {02805.p2-thinks} -> {02805.p1} {02805.p5} 
+tr {02805.t0|02806.t4} : b2804 {02806.p4-eats} -> {02805.f} {02806.f} {02806.p2-thinks} 
+tr {02805.t2} {02805.f} {02805.p5} -> {02805.p6} 
+tr {02805.t3|02806.t1} : a2804 {02805.f} {02806.p1} -> {02806.p3} 
+tr {02806.e} {02806.p6} {02806.p3} -> {02806.p4-eats} 
+tr {02806.t} {02806.p2-thinks} -> {02806.p1} {02806.p5} 
+tr {02806.t0|02807.t4} : b2805 {02807.p4-eats} -> {02806.f} {02807.f} {02807.p2-thinks} 
+tr {02806.t2} {02806.f} {02806.p5} -> {02806.p6} 
+tr {02806.t3|02807.t1} : a2805 {02806.f} {02807.p1} -> {02807.p3} 
+tr {02807.e} {02807.p6} {02807.p3} -> {02807.p4-eats} 
+tr {02807.t} {02807.p2-thinks} -> {02807.p1} {02807.p5} 
+tr {02807.t0|02808.t4} : b2806 {02808.p4-eats} -> {02807.f} {02808.f} {02808.p2-thinks} 
+tr {02807.t2} {02807.f} {02807.p5} -> {02807.p6} 
+tr {02807.t3|02808.t1} : a2806 {02807.f} {02808.p1} -> {02808.p3} 
+tr {02808.e} {02808.p6} {02808.p3} -> {02808.p4-eats} 
+tr {02808.t} {02808.p2-thinks} -> {02808.p1} {02808.p5} 
+tr {02808.t0|02809.t4} : b2807 {02809.p4-eats} -> {02808.f} {02809.f} {02809.p2-thinks} 
+tr {02808.t2} {02808.f} {02808.p5} -> {02808.p6} 
+tr {02808.t3|02809.t1} : a2807 {02808.f} {02809.p1} -> {02809.p3} 
+tr {02809.e} {02809.p6} {02809.p3} -> {02809.p4-eats} 
+tr {02809.t} {02809.p2-thinks} -> {02809.p1} {02809.p5} 
+tr {02809.t0|02810.t4} : b2808 {02810.p4-eats} -> {02809.f} {02810.f} {02810.p2-thinks} 
+tr {02809.t2} {02809.f} {02809.p5} -> {02809.p6} 
+tr {02809.t3|02810.t1} : a2808 {02809.f} {02810.p1} -> {02810.p3} 
+tr {02810.e} {02810.p6} {02810.p3} -> {02810.p4-eats} 
+tr {02810.t} {02810.p2-thinks} -> {02810.p1} {02810.p5} 
+tr {02810.t0|02811.t4} : b2809 {02811.p4-eats} -> {02810.f} {02811.f} {02811.p2-thinks} 
+tr {02810.t2} {02810.f} {02810.p5} -> {02810.p6} 
+tr {02810.t3|02811.t1} : a2809 {02810.f} {02811.p1} -> {02811.p3} 
+tr {02811.e} {02811.p6} {02811.p3} -> {02811.p4-eats} 
+tr {02811.t} {02811.p2-thinks} -> {02811.p1} {02811.p5} 
+tr {02811.t0|02812.t4} : b2810 {02812.p4-eats} -> {02811.f} {02812.f} {02812.p2-thinks} 
+tr {02811.t2} {02811.f} {02811.p5} -> {02811.p6} 
+tr {02811.t3|02812.t1} : a2810 {02811.f} {02812.p1} -> {02812.p3} 
+tr {02812.e} {02812.p6} {02812.p3} -> {02812.p4-eats} 
+tr {02812.t} {02812.p2-thinks} -> {02812.p1} {02812.p5} 
+tr {02812.t0|02813.t4} : b2811 {02813.p4-eats} -> {02812.f} {02813.f} {02813.p2-thinks} 
+tr {02812.t2} {02812.f} {02812.p5} -> {02812.p6} 
+tr {02812.t3|02813.t1} : a2811 {02812.f} {02813.p1} -> {02813.p3} 
+tr {02813.e} {02813.p6} {02813.p3} -> {02813.p4-eats} 
+tr {02813.t} {02813.p2-thinks} -> {02813.p1} {02813.p5} 
+tr {02813.t0|02814.t4} : b2812 {02814.p4-eats} -> {02813.f} {02814.f} {02814.p2-thinks} 
+tr {02813.t2} {02813.f} {02813.p5} -> {02813.p6} 
+tr {02813.t3|02814.t1} : a2812 {02813.f} {02814.p1} -> {02814.p3} 
+tr {02814.e} {02814.p6} {02814.p3} -> {02814.p4-eats} 
+tr {02814.t} {02814.p2-thinks} -> {02814.p1} {02814.p5} 
+tr {02814.t0|02815.t4} : b2813 {02815.p4-eats} -> {02814.f} {02815.f} {02815.p2-thinks} 
+tr {02814.t2} {02814.f} {02814.p5} -> {02814.p6} 
+tr {02814.t3|02815.t1} : a2813 {02814.f} {02815.p1} -> {02815.p3} 
+tr {02815.e} {02815.p6} {02815.p3} -> {02815.p4-eats} 
+tr {02815.t} {02815.p2-thinks} -> {02815.p1} {02815.p5} 
+tr {02815.t0|02816.t4} : b2814 {02816.p4-eats} -> {02815.f} {02816.f} {02816.p2-thinks} 
+tr {02815.t2} {02815.f} {02815.p5} -> {02815.p6} 
+tr {02815.t3|02816.t1} : a2814 {02815.f} {02816.p1} -> {02816.p3} 
+tr {02816.e} {02816.p6} {02816.p3} -> {02816.p4-eats} 
+tr {02816.t} {02816.p2-thinks} -> {02816.p1} {02816.p5} 
+tr {02816.t0|02817.t4} : b2815 {02817.p4-eats} -> {02816.f} {02817.f} {02817.p2-thinks} 
+tr {02816.t2} {02816.f} {02816.p5} -> {02816.p6} 
+tr {02816.t3|02817.t1} : a2815 {02816.f} {02817.p1} -> {02817.p3} 
+tr {02817.e} {02817.p6} {02817.p3} -> {02817.p4-eats} 
+tr {02817.t} {02817.p2-thinks} -> {02817.p1} {02817.p5} 
+tr {02817.t0|02818.t4} : b2816 {02818.p4-eats} -> {02817.f} {02818.f} {02818.p2-thinks} 
+tr {02817.t2} {02817.f} {02817.p5} -> {02817.p6} 
+tr {02817.t3|02818.t1} : a2816 {02817.f} {02818.p1} -> {02818.p3} 
+tr {02818.e} {02818.p6} {02818.p3} -> {02818.p4-eats} 
+tr {02818.t} {02818.p2-thinks} -> {02818.p1} {02818.p5} 
+tr {02818.t0|02819.t4} : b2817 {02819.p4-eats} -> {02818.f} {02819.f} {02819.p2-thinks} 
+tr {02818.t2} {02818.f} {02818.p5} -> {02818.p6} 
+tr {02818.t3|02819.t1} : a2817 {02818.f} {02819.p1} -> {02819.p3} 
+tr {02819.e} {02819.p6} {02819.p3} -> {02819.p4-eats} 
+tr {02819.t} {02819.p2-thinks} -> {02819.p1} {02819.p5} 
+tr {02819.t0|02820.t4} : b2818 {02820.p4-eats} -> {02819.f} {02820.f} {02820.p2-thinks} 
+tr {02819.t2} {02819.f} {02819.p5} -> {02819.p6} 
+tr {02819.t3|02820.t1} : a2818 {02819.f} {02820.p1} -> {02820.p3} 
+tr {02820.e} {02820.p6} {02820.p3} -> {02820.p4-eats} 
+tr {02820.t} {02820.p2-thinks} -> {02820.p1} {02820.p5} 
+tr {02820.t0|02821.t4} : b2819 {02821.p4-eats} -> {02820.f} {02821.f} {02821.p2-thinks} 
+tr {02820.t2} {02820.f} {02820.p5} -> {02820.p6} 
+tr {02820.t3|02821.t1} : a2819 {02820.f} {02821.p1} -> {02821.p3} 
+tr {02821.e} {02821.p6} {02821.p3} -> {02821.p4-eats} 
+tr {02821.t} {02821.p2-thinks} -> {02821.p1} {02821.p5} 
+tr {02821.t0|02822.t4} : b2820 {02822.p4-eats} -> {02821.f} {02822.f} {02822.p2-thinks} 
+tr {02821.t2} {02821.f} {02821.p5} -> {02821.p6} 
+tr {02821.t3|02822.t1} : a2820 {02821.f} {02822.p1} -> {02822.p3} 
+tr {02822.e} {02822.p6} {02822.p3} -> {02822.p4-eats} 
+tr {02822.t} {02822.p2-thinks} -> {02822.p1} {02822.p5} 
+tr {02822.t0|02823.t4} : b2821 {02823.p4-eats} -> {02822.f} {02823.f} {02823.p2-thinks} 
+tr {02822.t2} {02822.f} {02822.p5} -> {02822.p6} 
+tr {02822.t3|02823.t1} : a2821 {02822.f} {02823.p1} -> {02823.p3} 
+tr {02823.e} {02823.p6} {02823.p3} -> {02823.p4-eats} 
+tr {02823.t} {02823.p2-thinks} -> {02823.p1} {02823.p5} 
+tr {02823.t0|02824.t4} : b2822 {02824.p4-eats} -> {02823.f} {02824.f} {02824.p2-thinks} 
+tr {02823.t2} {02823.f} {02823.p5} -> {02823.p6} 
+tr {02823.t3|02824.t1} : a2822 {02823.f} {02824.p1} -> {02824.p3} 
+tr {02824.e} {02824.p6} {02824.p3} -> {02824.p4-eats} 
+tr {02824.t} {02824.p2-thinks} -> {02824.p1} {02824.p5} 
+tr {02824.t0|02825.t4} : b2823 {02825.p4-eats} -> {02824.f} {02825.f} {02825.p2-thinks} 
+tr {02824.t2} {02824.f} {02824.p5} -> {02824.p6} 
+tr {02824.t3|02825.t1} : a2823 {02824.f} {02825.p1} -> {02825.p3} 
+tr {02825.e} {02825.p6} {02825.p3} -> {02825.p4-eats} 
+tr {02825.t} {02825.p2-thinks} -> {02825.p1} {02825.p5} 
+tr {02825.t0|02826.t4} : b2824 {02826.p4-eats} -> {02825.f} {02826.f} {02826.p2-thinks} 
+tr {02825.t2} {02825.f} {02825.p5} -> {02825.p6} 
+tr {02825.t3|02826.t1} : a2824 {02825.f} {02826.p1} -> {02826.p3} 
+tr {02826.e} {02826.p6} {02826.p3} -> {02826.p4-eats} 
+tr {02826.t} {02826.p2-thinks} -> {02826.p1} {02826.p5} 
+tr {02826.t0|02827.t4} : b2825 {02827.p4-eats} -> {02826.f} {02827.f} {02827.p2-thinks} 
+tr {02826.t2} {02826.f} {02826.p5} -> {02826.p6} 
+tr {02826.t3|02827.t1} : a2825 {02826.f} {02827.p1} -> {02827.p3} 
+tr {02827.e} {02827.p6} {02827.p3} -> {02827.p4-eats} 
+tr {02827.t} {02827.p2-thinks} -> {02827.p1} {02827.p5} 
+tr {02827.t0|02828.t4} : b2826 {02828.p4-eats} -> {02827.f} {02828.f} {02828.p2-thinks} 
+tr {02827.t2} {02827.f} {02827.p5} -> {02827.p6} 
+tr {02827.t3|02828.t1} : a2826 {02827.f} {02828.p1} -> {02828.p3} 
+tr {02828.e} {02828.p6} {02828.p3} -> {02828.p4-eats} 
+tr {02828.t} {02828.p2-thinks} -> {02828.p1} {02828.p5} 
+tr {02828.t0|02829.t4} : b2827 {02829.p4-eats} -> {02828.f} {02829.f} {02829.p2-thinks} 
+tr {02828.t2} {02828.f} {02828.p5} -> {02828.p6} 
+tr {02828.t3|02829.t1} : a2827 {02828.f} {02829.p1} -> {02829.p3} 
+tr {02829.e} {02829.p6} {02829.p3} -> {02829.p4-eats} 
+tr {02829.t} {02829.p2-thinks} -> {02829.p1} {02829.p5} 
+tr {02829.t0|02830.t4} : b2828 {02830.p4-eats} -> {02829.f} {02830.f} {02830.p2-thinks} 
+tr {02829.t2} {02829.f} {02829.p5} -> {02829.p6} 
+tr {02829.t3|02830.t1} : a2828 {02829.f} {02830.p1} -> {02830.p3} 
+tr {02830.e} {02830.p6} {02830.p3} -> {02830.p4-eats} 
+tr {02830.t} {02830.p2-thinks} -> {02830.p1} {02830.p5} 
+tr {02830.t0|02831.t4} : b2829 {02831.p4-eats} -> {02830.f} {02831.f} {02831.p2-thinks} 
+tr {02830.t2} {02830.f} {02830.p5} -> {02830.p6} 
+tr {02830.t3|02831.t1} : a2829 {02830.f} {02831.p1} -> {02831.p3} 
+tr {02831.e} {02831.p6} {02831.p3} -> {02831.p4-eats} 
+tr {02831.t} {02831.p2-thinks} -> {02831.p1} {02831.p5} 
+tr {02831.t0|02832.t4} : b2830 {02832.p4-eats} -> {02831.f} {02832.f} {02832.p2-thinks} 
+tr {02831.t2} {02831.f} {02831.p5} -> {02831.p6} 
+tr {02831.t3|02832.t1} : a2830 {02831.f} {02832.p1} -> {02832.p3} 
+tr {02832.e} {02832.p6} {02832.p3} -> {02832.p4-eats} 
+tr {02832.t} {02832.p2-thinks} -> {02832.p1} {02832.p5} 
+tr {02832.t0|02833.t4} : b2831 {02833.p4-eats} -> {02832.f} {02833.f} {02833.p2-thinks} 
+tr {02832.t2} {02832.f} {02832.p5} -> {02832.p6} 
+tr {02832.t3|02833.t1} : a2831 {02832.f} {02833.p1} -> {02833.p3} 
+tr {02833.e} {02833.p6} {02833.p3} -> {02833.p4-eats} 
+tr {02833.t} {02833.p2-thinks} -> {02833.p1} {02833.p5} 
+tr {02833.t0|02834.t4} : b2832 {02834.p4-eats} -> {02833.f} {02834.f} {02834.p2-thinks} 
+tr {02833.t2} {02833.f} {02833.p5} -> {02833.p6} 
+tr {02833.t3|02834.t1} : a2832 {02833.f} {02834.p1} -> {02834.p3} 
+tr {02834.e} {02834.p6} {02834.p3} -> {02834.p4-eats} 
+tr {02834.t} {02834.p2-thinks} -> {02834.p1} {02834.p5} 
+tr {02834.t0|02835.t4} : b2833 {02835.p4-eats} -> {02834.f} {02835.f} {02835.p2-thinks} 
+tr {02834.t2} {02834.f} {02834.p5} -> {02834.p6} 
+tr {02834.t3|02835.t1} : a2833 {02834.f} {02835.p1} -> {02835.p3} 
+tr {02835.e} {02835.p6} {02835.p3} -> {02835.p4-eats} 
+tr {02835.t} {02835.p2-thinks} -> {02835.p1} {02835.p5} 
+tr {02835.t0|02836.t4} : b2834 {02836.p4-eats} -> {02835.f} {02836.f} {02836.p2-thinks} 
+tr {02835.t2} {02835.f} {02835.p5} -> {02835.p6} 
+tr {02835.t3|02836.t1} : a2834 {02835.f} {02836.p1} -> {02836.p3} 
+tr {02836.e} {02836.p6} {02836.p3} -> {02836.p4-eats} 
+tr {02836.t} {02836.p2-thinks} -> {02836.p1} {02836.p5} 
+tr {02836.t0|02837.t4} : b2835 {02837.p4-eats} -> {02836.f} {02837.f} {02837.p2-thinks} 
+tr {02836.t2} {02836.f} {02836.p5} -> {02836.p6} 
+tr {02836.t3|02837.t1} : a2835 {02836.f} {02837.p1} -> {02837.p3} 
+tr {02837.e} {02837.p6} {02837.p3} -> {02837.p4-eats} 
+tr {02837.t} {02837.p2-thinks} -> {02837.p1} {02837.p5} 
+tr {02837.t0|02838.t4} : b2836 {02838.p4-eats} -> {02837.f} {02838.f} {02838.p2-thinks} 
+tr {02837.t2} {02837.f} {02837.p5} -> {02837.p6} 
+tr {02837.t3|02838.t1} : a2836 {02837.f} {02838.p1} -> {02838.p3} 
+tr {02838.e} {02838.p6} {02838.p3} -> {02838.p4-eats} 
+tr {02838.t} {02838.p2-thinks} -> {02838.p1} {02838.p5} 
+tr {02838.t0|02839.t4} : b2837 {02839.p4-eats} -> {02838.f} {02839.f} {02839.p2-thinks} 
+tr {02838.t2} {02838.f} {02838.p5} -> {02838.p6} 
+tr {02838.t3|02839.t1} : a2837 {02838.f} {02839.p1} -> {02839.p3} 
+tr {02839.e} {02839.p6} {02839.p3} -> {02839.p4-eats} 
+tr {02839.t} {02839.p2-thinks} -> {02839.p1} {02839.p5} 
+tr {02839.t0|02840.t4} : b2838 {02840.p4-eats} -> {02839.f} {02840.f} {02840.p2-thinks} 
+tr {02839.t2} {02839.f} {02839.p5} -> {02839.p6} 
+tr {02839.t3|02840.t1} : a2838 {02839.f} {02840.p1} -> {02840.p3} 
+tr {02840.e} {02840.p6} {02840.p3} -> {02840.p4-eats} 
+tr {02840.t} {02840.p2-thinks} -> {02840.p1} {02840.p5} 
+tr {02840.t0|02841.t4} : b2839 {02841.p4-eats} -> {02840.f} {02841.f} {02841.p2-thinks} 
+tr {02840.t2} {02840.f} {02840.p5} -> {02840.p6} 
+tr {02840.t3|02841.t1} : a2839 {02840.f} {02841.p1} -> {02841.p3} 
+tr {02841.e} {02841.p6} {02841.p3} -> {02841.p4-eats} 
+tr {02841.t} {02841.p2-thinks} -> {02841.p1} {02841.p5} 
+tr {02841.t0|02842.t4} : b2840 {02842.p4-eats} -> {02841.f} {02842.f} {02842.p2-thinks} 
+tr {02841.t2} {02841.f} {02841.p5} -> {02841.p6} 
+tr {02841.t3|02842.t1} : a2840 {02841.f} {02842.p1} -> {02842.p3} 
+tr {02842.e} {02842.p6} {02842.p3} -> {02842.p4-eats} 
+tr {02842.t} {02842.p2-thinks} -> {02842.p1} {02842.p5} 
+tr {02842.t0|02843.t4} : b2841 {02843.p4-eats} -> {02842.f} {02843.f} {02843.p2-thinks} 
+tr {02842.t2} {02842.f} {02842.p5} -> {02842.p6} 
+tr {02842.t3|02843.t1} : a2841 {02842.f} {02843.p1} -> {02843.p3} 
+tr {02843.e} {02843.p6} {02843.p3} -> {02843.p4-eats} 
+tr {02843.t} {02843.p2-thinks} -> {02843.p1} {02843.p5} 
+tr {02843.t0|02844.t4} : b2842 {02844.p4-eats} -> {02843.f} {02844.f} {02844.p2-thinks} 
+tr {02843.t2} {02843.f} {02843.p5} -> {02843.p6} 
+tr {02843.t3|02844.t1} : a2842 {02843.f} {02844.p1} -> {02844.p3} 
+tr {02844.e} {02844.p6} {02844.p3} -> {02844.p4-eats} 
+tr {02844.t} {02844.p2-thinks} -> {02844.p1} {02844.p5} 
+tr {02844.t0|02845.t4} : b2843 {02845.p4-eats} -> {02844.f} {02845.f} {02845.p2-thinks} 
+tr {02844.t2} {02844.f} {02844.p5} -> {02844.p6} 
+tr {02844.t3|02845.t1} : a2843 {02844.f} {02845.p1} -> {02845.p3} 
+tr {02845.e} {02845.p6} {02845.p3} -> {02845.p4-eats} 
+tr {02845.t} {02845.p2-thinks} -> {02845.p1} {02845.p5} 
+tr {02845.t0|02846.t4} : b2844 {02846.p4-eats} -> {02845.f} {02846.f} {02846.p2-thinks} 
+tr {02845.t2} {02845.f} {02845.p5} -> {02845.p6} 
+tr {02845.t3|02846.t1} : a2844 {02845.f} {02846.p1} -> {02846.p3} 
+tr {02846.e} {02846.p6} {02846.p3} -> {02846.p4-eats} 
+tr {02846.t} {02846.p2-thinks} -> {02846.p1} {02846.p5} 
+tr {02846.t0|02847.t4} : b2845 {02847.p4-eats} -> {02846.f} {02847.f} {02847.p2-thinks} 
+tr {02846.t2} {02846.f} {02846.p5} -> {02846.p6} 
+tr {02846.t3|02847.t1} : a2845 {02846.f} {02847.p1} -> {02847.p3} 
+tr {02847.e} {02847.p6} {02847.p3} -> {02847.p4-eats} 
+tr {02847.t} {02847.p2-thinks} -> {02847.p1} {02847.p5} 
+tr {02847.t0|02848.t4} : b2846 {02848.p4-eats} -> {02847.f} {02848.f} {02848.p2-thinks} 
+tr {02847.t2} {02847.f} {02847.p5} -> {02847.p6} 
+tr {02847.t3|02848.t1} : a2846 {02847.f} {02848.p1} -> {02848.p3} 
+tr {02848.e} {02848.p6} {02848.p3} -> {02848.p4-eats} 
+tr {02848.t} {02848.p2-thinks} -> {02848.p1} {02848.p5} 
+tr {02848.t0|02849.t4} : b2847 {02849.p4-eats} -> {02848.f} {02849.f} {02849.p2-thinks} 
+tr {02848.t2} {02848.f} {02848.p5} -> {02848.p6} 
+tr {02848.t3|02849.t1} : a2847 {02848.f} {02849.p1} -> {02849.p3} 
+tr {02849.e} {02849.p6} {02849.p3} -> {02849.p4-eats} 
+tr {02849.t} {02849.p2-thinks} -> {02849.p1} {02849.p5} 
+tr {02849.t0|02850.t4} : b2848 {02850.p4-eats} -> {02849.f} {02850.f} {02850.p2-thinks} 
+tr {02849.t2} {02849.f} {02849.p5} -> {02849.p6} 
+tr {02849.t3|02850.t1} : a2848 {02849.f} {02850.p1} -> {02850.p3} 
+tr {02850.e} {02850.p6} {02850.p3} -> {02850.p4-eats} 
+tr {02850.t} {02850.p2-thinks} -> {02850.p1} {02850.p5} 
+tr {02850.t0|02851.t4} : b2849 {02851.p4-eats} -> {02850.f} {02851.f} {02851.p2-thinks} 
+tr {02850.t2} {02850.f} {02850.p5} -> {02850.p6} 
+tr {02850.t3|02851.t1} : a2849 {02850.f} {02851.p1} -> {02851.p3} 
+tr {02851.e} {02851.p6} {02851.p3} -> {02851.p4-eats} 
+tr {02851.t} {02851.p2-thinks} -> {02851.p1} {02851.p5} 
+tr {02851.t0|02852.t4} : b2850 {02852.p4-eats} -> {02851.f} {02852.f} {02852.p2-thinks} 
+tr {02851.t2} {02851.f} {02851.p5} -> {02851.p6} 
+tr {02851.t3|02852.t1} : a2850 {02851.f} {02852.p1} -> {02852.p3} 
+tr {02852.e} {02852.p6} {02852.p3} -> {02852.p4-eats} 
+tr {02852.t} {02852.p2-thinks} -> {02852.p1} {02852.p5} 
+tr {02852.t0|02853.t4} : b2851 {02853.p4-eats} -> {02852.f} {02853.f} {02853.p2-thinks} 
+tr {02852.t2} {02852.f} {02852.p5} -> {02852.p6} 
+tr {02852.t3|02853.t1} : a2851 {02852.f} {02853.p1} -> {02853.p3} 
+tr {02853.e} {02853.p6} {02853.p3} -> {02853.p4-eats} 
+tr {02853.t} {02853.p2-thinks} -> {02853.p1} {02853.p5} 
+tr {02853.t0|02854.t4} : b2852 {02854.p4-eats} -> {02853.f} {02854.f} {02854.p2-thinks} 
+tr {02853.t2} {02853.f} {02853.p5} -> {02853.p6} 
+tr {02853.t3|02854.t1} : a2852 {02853.f} {02854.p1} -> {02854.p3} 
+tr {02854.e} {02854.p6} {02854.p3} -> {02854.p4-eats} 
+tr {02854.t} {02854.p2-thinks} -> {02854.p1} {02854.p5} 
+tr {02854.t0|02855.t4} : b2853 {02855.p4-eats} -> {02854.f} {02855.f} {02855.p2-thinks} 
+tr {02854.t2} {02854.f} {02854.p5} -> {02854.p6} 
+tr {02854.t3|02855.t1} : a2853 {02854.f} {02855.p1} -> {02855.p3} 
+tr {02855.e} {02855.p6} {02855.p3} -> {02855.p4-eats} 
+tr {02855.t} {02855.p2-thinks} -> {02855.p1} {02855.p5} 
+tr {02855.t0|02856.t4} : b2854 {02856.p4-eats} -> {02855.f} {02856.f} {02856.p2-thinks} 
+tr {02855.t2} {02855.f} {02855.p5} -> {02855.p6} 
+tr {02855.t3|02856.t1} : a2854 {02855.f} {02856.p1} -> {02856.p3} 
+tr {02856.e} {02856.p6} {02856.p3} -> {02856.p4-eats} 
+tr {02856.t} {02856.p2-thinks} -> {02856.p1} {02856.p5} 
+tr {02856.t0|02857.t4} : b2855 {02857.p4-eats} -> {02856.f} {02857.f} {02857.p2-thinks} 
+tr {02856.t2} {02856.f} {02856.p5} -> {02856.p6} 
+tr {02856.t3|02857.t1} : a2855 {02856.f} {02857.p1} -> {02857.p3} 
+tr {02857.e} {02857.p6} {02857.p3} -> {02857.p4-eats} 
+tr {02857.t} {02857.p2-thinks} -> {02857.p1} {02857.p5} 
+tr {02857.t0|02858.t4} : b2856 {02858.p4-eats} -> {02857.f} {02858.f} {02858.p2-thinks} 
+tr {02857.t2} {02857.f} {02857.p5} -> {02857.p6} 
+tr {02857.t3|02858.t1} : a2856 {02857.f} {02858.p1} -> {02858.p3} 
+tr {02858.e} {02858.p6} {02858.p3} -> {02858.p4-eats} 
+tr {02858.t} {02858.p2-thinks} -> {02858.p1} {02858.p5} 
+tr {02858.t0|02859.t4} : b2857 {02859.p4-eats} -> {02858.f} {02859.f} {02859.p2-thinks} 
+tr {02858.t2} {02858.f} {02858.p5} -> {02858.p6} 
+tr {02858.t3|02859.t1} : a2857 {02858.f} {02859.p1} -> {02859.p3} 
+tr {02859.e} {02859.p6} {02859.p3} -> {02859.p4-eats} 
+tr {02859.t} {02859.p2-thinks} -> {02859.p1} {02859.p5} 
+tr {02859.t0|02860.t4} : b2858 {02860.p4-eats} -> {02859.f} {02860.f} {02860.p2-thinks} 
+tr {02859.t2} {02859.f} {02859.p5} -> {02859.p6} 
+tr {02859.t3|02860.t1} : a2858 {02859.f} {02860.p1} -> {02860.p3} 
+tr {02860.e} {02860.p6} {02860.p3} -> {02860.p4-eats} 
+tr {02860.t} {02860.p2-thinks} -> {02860.p1} {02860.p5} 
+tr {02860.t0|02861.t4} : b2859 {02861.p4-eats} -> {02860.f} {02861.f} {02861.p2-thinks} 
+tr {02860.t2} {02860.f} {02860.p5} -> {02860.p6} 
+tr {02860.t3|02861.t1} : a2859 {02860.f} {02861.p1} -> {02861.p3} 
+tr {02861.e} {02861.p6} {02861.p3} -> {02861.p4-eats} 
+tr {02861.t} {02861.p2-thinks} -> {02861.p1} {02861.p5} 
+tr {02861.t0|02862.t4} : b2860 {02862.p4-eats} -> {02861.f} {02862.f} {02862.p2-thinks} 
+tr {02861.t2} {02861.f} {02861.p5} -> {02861.p6} 
+tr {02861.t3|02862.t1} : a2860 {02861.f} {02862.p1} -> {02862.p3} 
+tr {02862.e} {02862.p6} {02862.p3} -> {02862.p4-eats} 
+tr {02862.t} {02862.p2-thinks} -> {02862.p1} {02862.p5} 
+tr {02862.t0|02863.t4} : b2861 {02863.p4-eats} -> {02862.f} {02863.f} {02863.p2-thinks} 
+tr {02862.t2} {02862.f} {02862.p5} -> {02862.p6} 
+tr {02862.t3|02863.t1} : a2861 {02862.f} {02863.p1} -> {02863.p3} 
+tr {02863.e} {02863.p6} {02863.p3} -> {02863.p4-eats} 
+tr {02863.t} {02863.p2-thinks} -> {02863.p1} {02863.p5} 
+tr {02863.t0|02864.t4} : b2862 {02864.p4-eats} -> {02863.f} {02864.f} {02864.p2-thinks} 
+tr {02863.t2} {02863.f} {02863.p5} -> {02863.p6} 
+tr {02863.t3|02864.t1} : a2862 {02863.f} {02864.p1} -> {02864.p3} 
+tr {02864.e} {02864.p6} {02864.p3} -> {02864.p4-eats} 
+tr {02864.t} {02864.p2-thinks} -> {02864.p1} {02864.p5} 
+tr {02864.t0|02865.t4} : b2863 {02865.p4-eats} -> {02864.f} {02865.f} {02865.p2-thinks} 
+tr {02864.t2} {02864.f} {02864.p5} -> {02864.p6} 
+tr {02864.t3|02865.t1} : a2863 {02864.f} {02865.p1} -> {02865.p3} 
+tr {02865.e} {02865.p6} {02865.p3} -> {02865.p4-eats} 
+tr {02865.t} {02865.p2-thinks} -> {02865.p1} {02865.p5} 
+tr {02865.t0|02866.t4} : b2864 {02866.p4-eats} -> {02865.f} {02866.f} {02866.p2-thinks} 
+tr {02865.t2} {02865.f} {02865.p5} -> {02865.p6} 
+tr {02865.t3|02866.t1} : a2864 {02865.f} {02866.p1} -> {02866.p3} 
+tr {02866.e} {02866.p6} {02866.p3} -> {02866.p4-eats} 
+tr {02866.t} {02866.p2-thinks} -> {02866.p1} {02866.p5} 
+tr {02866.t0|02867.t4} : b2865 {02867.p4-eats} -> {02866.f} {02867.f} {02867.p2-thinks} 
+tr {02866.t2} {02866.f} {02866.p5} -> {02866.p6} 
+tr {02866.t3|02867.t1} : a2865 {02866.f} {02867.p1} -> {02867.p3} 
+tr {02867.e} {02867.p6} {02867.p3} -> {02867.p4-eats} 
+tr {02867.t} {02867.p2-thinks} -> {02867.p1} {02867.p5} 
+tr {02867.t0|02868.t4} : b2866 {02868.p4-eats} -> {02867.f} {02868.f} {02868.p2-thinks} 
+tr {02867.t2} {02867.f} {02867.p5} -> {02867.p6} 
+tr {02867.t3|02868.t1} : a2866 {02867.f} {02868.p1} -> {02868.p3} 
+tr {02868.e} {02868.p6} {02868.p3} -> {02868.p4-eats} 
+tr {02868.t} {02868.p2-thinks} -> {02868.p1} {02868.p5} 
+tr {02868.t0|02869.t4} : b2867 {02869.p4-eats} -> {02868.f} {02869.f} {02869.p2-thinks} 
+tr {02868.t2} {02868.f} {02868.p5} -> {02868.p6} 
+tr {02868.t3|02869.t1} : a2867 {02868.f} {02869.p1} -> {02869.p3} 
+tr {02869.e} {02869.p6} {02869.p3} -> {02869.p4-eats} 
+tr {02869.t} {02869.p2-thinks} -> {02869.p1} {02869.p5} 
+tr {02869.t0|02870.t4} : b2868 {02870.p4-eats} -> {02869.f} {02870.f} {02870.p2-thinks} 
+tr {02869.t2} {02869.f} {02869.p5} -> {02869.p6} 
+tr {02869.t3|02870.t1} : a2868 {02869.f} {02870.p1} -> {02870.p3} 
+tr {02870.e} {02870.p6} {02870.p3} -> {02870.p4-eats} 
+tr {02870.t} {02870.p2-thinks} -> {02870.p1} {02870.p5} 
+tr {02870.t0|02871.t4} : b2869 {02871.p4-eats} -> {02870.f} {02871.f} {02871.p2-thinks} 
+tr {02870.t2} {02870.f} {02870.p5} -> {02870.p6} 
+tr {02870.t3|02871.t1} : a2869 {02870.f} {02871.p1} -> {02871.p3} 
+tr {02871.e} {02871.p6} {02871.p3} -> {02871.p4-eats} 
+tr {02871.t} {02871.p2-thinks} -> {02871.p1} {02871.p5} 
+tr {02871.t0|02872.t4} : b2870 {02872.p4-eats} -> {02871.f} {02872.f} {02872.p2-thinks} 
+tr {02871.t2} {02871.f} {02871.p5} -> {02871.p6} 
+tr {02871.t3|02872.t1} : a2870 {02871.f} {02872.p1} -> {02872.p3} 
+tr {02872.e} {02872.p6} {02872.p3} -> {02872.p4-eats} 
+tr {02872.t} {02872.p2-thinks} -> {02872.p1} {02872.p5} 
+tr {02872.t0|02873.t4} : b2871 {02873.p4-eats} -> {02872.f} {02873.f} {02873.p2-thinks} 
+tr {02872.t2} {02872.f} {02872.p5} -> {02872.p6} 
+tr {02872.t3|02873.t1} : a2871 {02872.f} {02873.p1} -> {02873.p3} 
+tr {02873.e} {02873.p6} {02873.p3} -> {02873.p4-eats} 
+tr {02873.t} {02873.p2-thinks} -> {02873.p1} {02873.p5} 
+tr {02873.t0|02874.t4} : b2872 {02874.p4-eats} -> {02873.f} {02874.f} {02874.p2-thinks} 
+tr {02873.t2} {02873.f} {02873.p5} -> {02873.p6} 
+tr {02873.t3|02874.t1} : a2872 {02873.f} {02874.p1} -> {02874.p3} 
+tr {02874.e} {02874.p6} {02874.p3} -> {02874.p4-eats} 
+tr {02874.t} {02874.p2-thinks} -> {02874.p1} {02874.p5} 
+tr {02874.t0|02875.t4} : b2873 {02875.p4-eats} -> {02874.f} {02875.f} {02875.p2-thinks} 
+tr {02874.t2} {02874.f} {02874.p5} -> {02874.p6} 
+tr {02874.t3|02875.t1} : a2873 {02874.f} {02875.p1} -> {02875.p3} 
+tr {02875.e} {02875.p6} {02875.p3} -> {02875.p4-eats} 
+tr {02875.t} {02875.p2-thinks} -> {02875.p1} {02875.p5} 
+tr {02875.t0|02876.t4} : b2874 {02876.p4-eats} -> {02875.f} {02876.f} {02876.p2-thinks} 
+tr {02875.t2} {02875.f} {02875.p5} -> {02875.p6} 
+tr {02875.t3|02876.t1} : a2874 {02875.f} {02876.p1} -> {02876.p3} 
+tr {02876.e} {02876.p6} {02876.p3} -> {02876.p4-eats} 
+tr {02876.t} {02876.p2-thinks} -> {02876.p1} {02876.p5} 
+tr {02876.t0|02877.t4} : b2875 {02877.p4-eats} -> {02876.f} {02877.f} {02877.p2-thinks} 
+tr {02876.t2} {02876.f} {02876.p5} -> {02876.p6} 
+tr {02876.t3|02877.t1} : a2875 {02876.f} {02877.p1} -> {02877.p3} 
+tr {02877.e} {02877.p6} {02877.p3} -> {02877.p4-eats} 
+tr {02877.t} {02877.p2-thinks} -> {02877.p1} {02877.p5} 
+tr {02877.t0|02878.t4} : b2876 {02878.p4-eats} -> {02877.f} {02878.f} {02878.p2-thinks} 
+tr {02877.t2} {02877.f} {02877.p5} -> {02877.p6} 
+tr {02877.t3|02878.t1} : a2876 {02877.f} {02878.p1} -> {02878.p3} 
+tr {02878.e} {02878.p6} {02878.p3} -> {02878.p4-eats} 
+tr {02878.t} {02878.p2-thinks} -> {02878.p1} {02878.p5} 
+tr {02878.t0|02879.t4} : b2877 {02879.p4-eats} -> {02878.f} {02879.f} {02879.p2-thinks} 
+tr {02878.t2} {02878.f} {02878.p5} -> {02878.p6} 
+tr {02878.t3|02879.t1} : a2877 {02878.f} {02879.p1} -> {02879.p3} 
+tr {02879.e} {02879.p6} {02879.p3} -> {02879.p4-eats} 
+tr {02879.t} {02879.p2-thinks} -> {02879.p1} {02879.p5} 
+tr {02879.t0|02880.t4} : b2878 {02880.p4-eats} -> {02879.f} {02880.f} {02880.p2-thinks} 
+tr {02879.t2} {02879.f} {02879.p5} -> {02879.p6} 
+tr {02879.t3|02880.t1} : a2878 {02879.f} {02880.p1} -> {02880.p3} 
+tr {02880.e} {02880.p6} {02880.p3} -> {02880.p4-eats} 
+tr {02880.t} {02880.p2-thinks} -> {02880.p1} {02880.p5} 
+tr {02880.t0|02881.t4} : b2879 {02881.p4-eats} -> {02880.f} {02881.f} {02881.p2-thinks} 
+tr {02880.t2} {02880.f} {02880.p5} -> {02880.p6} 
+tr {02880.t3|02881.t1} : a2879 {02880.f} {02881.p1} -> {02881.p3} 
+tr {02881.e} {02881.p6} {02881.p3} -> {02881.p4-eats} 
+tr {02881.t} {02881.p2-thinks} -> {02881.p1} {02881.p5} 
+tr {02881.t0|02882.t4} : b2880 {02882.p4-eats} -> {02881.f} {02882.f} {02882.p2-thinks} 
+tr {02881.t2} {02881.f} {02881.p5} -> {02881.p6} 
+tr {02881.t3|02882.t1} : a2880 {02881.f} {02882.p1} -> {02882.p3} 
+tr {02882.e} {02882.p6} {02882.p3} -> {02882.p4-eats} 
+tr {02882.t} {02882.p2-thinks} -> {02882.p1} {02882.p5} 
+tr {02882.t0|02883.t4} : b2881 {02883.p4-eats} -> {02882.f} {02883.f} {02883.p2-thinks} 
+tr {02882.t2} {02882.f} {02882.p5} -> {02882.p6} 
+tr {02882.t3|02883.t1} : a2881 {02882.f} {02883.p1} -> {02883.p3} 
+tr {02883.e} {02883.p6} {02883.p3} -> {02883.p4-eats} 
+tr {02883.t} {02883.p2-thinks} -> {02883.p1} {02883.p5} 
+tr {02883.t0|02884.t4} : b2882 {02884.p4-eats} -> {02883.f} {02884.f} {02884.p2-thinks} 
+tr {02883.t2} {02883.f} {02883.p5} -> {02883.p6} 
+tr {02883.t3|02884.t1} : a2882 {02883.f} {02884.p1} -> {02884.p3} 
+tr {02884.e} {02884.p6} {02884.p3} -> {02884.p4-eats} 
+tr {02884.t} {02884.p2-thinks} -> {02884.p1} {02884.p5} 
+tr {02884.t0|02885.t4} : b2883 {02885.p4-eats} -> {02884.f} {02885.f} {02885.p2-thinks} 
+tr {02884.t2} {02884.f} {02884.p5} -> {02884.p6} 
+tr {02884.t3|02885.t1} : a2883 {02884.f} {02885.p1} -> {02885.p3} 
+tr {02885.e} {02885.p6} {02885.p3} -> {02885.p4-eats} 
+tr {02885.t} {02885.p2-thinks} -> {02885.p1} {02885.p5} 
+tr {02885.t0|02886.t4} : b2884 {02886.p4-eats} -> {02885.f} {02886.f} {02886.p2-thinks} 
+tr {02885.t2} {02885.f} {02885.p5} -> {02885.p6} 
+tr {02885.t3|02886.t1} : a2884 {02885.f} {02886.p1} -> {02886.p3} 
+tr {02886.e} {02886.p6} {02886.p3} -> {02886.p4-eats} 
+tr {02886.t} {02886.p2-thinks} -> {02886.p1} {02886.p5} 
+tr {02886.t0|02887.t4} : b2885 {02887.p4-eats} -> {02886.f} {02887.f} {02887.p2-thinks} 
+tr {02886.t2} {02886.f} {02886.p5} -> {02886.p6} 
+tr {02886.t3|02887.t1} : a2885 {02886.f} {02887.p1} -> {02887.p3} 
+tr {02887.e} {02887.p6} {02887.p3} -> {02887.p4-eats} 
+tr {02887.t} {02887.p2-thinks} -> {02887.p1} {02887.p5} 
+tr {02887.t0|02888.t4} : b2886 {02888.p4-eats} -> {02887.f} {02888.f} {02888.p2-thinks} 
+tr {02887.t2} {02887.f} {02887.p5} -> {02887.p6} 
+tr {02887.t3|02888.t1} : a2886 {02887.f} {02888.p1} -> {02888.p3} 
+tr {02888.e} {02888.p6} {02888.p3} -> {02888.p4-eats} 
+tr {02888.t} {02888.p2-thinks} -> {02888.p1} {02888.p5} 
+tr {02888.t0|02889.t4} : b2887 {02889.p4-eats} -> {02888.f} {02889.f} {02889.p2-thinks} 
+tr {02888.t2} {02888.f} {02888.p5} -> {02888.p6} 
+tr {02888.t3|02889.t1} : a2887 {02888.f} {02889.p1} -> {02889.p3} 
+tr {02889.e} {02889.p6} {02889.p3} -> {02889.p4-eats} 
+tr {02889.t} {02889.p2-thinks} -> {02889.p1} {02889.p5} 
+tr {02889.t0|02890.t4} : b2888 {02890.p4-eats} -> {02889.f} {02890.f} {02890.p2-thinks} 
+tr {02889.t2} {02889.f} {02889.p5} -> {02889.p6} 
+tr {02889.t3|02890.t1} : a2888 {02889.f} {02890.p1} -> {02890.p3} 
+tr {02890.e} {02890.p6} {02890.p3} -> {02890.p4-eats} 
+tr {02890.t} {02890.p2-thinks} -> {02890.p1} {02890.p5} 
+tr {02890.t0|02891.t4} : b2889 {02891.p4-eats} -> {02890.f} {02891.f} {02891.p2-thinks} 
+tr {02890.t2} {02890.f} {02890.p5} -> {02890.p6} 
+tr {02890.t3|02891.t1} : a2889 {02890.f} {02891.p1} -> {02891.p3} 
+tr {02891.e} {02891.p6} {02891.p3} -> {02891.p4-eats} 
+tr {02891.t} {02891.p2-thinks} -> {02891.p1} {02891.p5} 
+tr {02891.t0|02892.t4} : b2890 {02892.p4-eats} -> {02891.f} {02892.f} {02892.p2-thinks} 
+tr {02891.t2} {02891.f} {02891.p5} -> {02891.p6} 
+tr {02891.t3|02892.t1} : a2890 {02891.f} {02892.p1} -> {02892.p3} 
+tr {02892.e} {02892.p6} {02892.p3} -> {02892.p4-eats} 
+tr {02892.t} {02892.p2-thinks} -> {02892.p1} {02892.p5} 
+tr {02892.t0|02893.t4} : b2891 {02893.p4-eats} -> {02892.f} {02893.f} {02893.p2-thinks} 
+tr {02892.t2} {02892.f} {02892.p5} -> {02892.p6} 
+tr {02892.t3|02893.t1} : a2891 {02892.f} {02893.p1} -> {02893.p3} 
+tr {02893.e} {02893.p6} {02893.p3} -> {02893.p4-eats} 
+tr {02893.t} {02893.p2-thinks} -> {02893.p1} {02893.p5} 
+tr {02893.t0|02894.t4} : b2892 {02894.p4-eats} -> {02893.f} {02894.f} {02894.p2-thinks} 
+tr {02893.t2} {02893.f} {02893.p5} -> {02893.p6} 
+tr {02893.t3|02894.t1} : a2892 {02893.f} {02894.p1} -> {02894.p3} 
+tr {02894.e} {02894.p6} {02894.p3} -> {02894.p4-eats} 
+tr {02894.t} {02894.p2-thinks} -> {02894.p1} {02894.p5} 
+tr {02894.t0|02895.t4} : b2893 {02895.p4-eats} -> {02894.f} {02895.f} {02895.p2-thinks} 
+tr {02894.t2} {02894.f} {02894.p5} -> {02894.p6} 
+tr {02894.t3|02895.t1} : a2893 {02894.f} {02895.p1} -> {02895.p3} 
+tr {02895.e} {02895.p6} {02895.p3} -> {02895.p4-eats} 
+tr {02895.t} {02895.p2-thinks} -> {02895.p1} {02895.p5} 
+tr {02895.t0|02896.t4} : b2894 {02896.p4-eats} -> {02895.f} {02896.f} {02896.p2-thinks} 
+tr {02895.t2} {02895.f} {02895.p5} -> {02895.p6} 
+tr {02895.t3|02896.t1} : a2894 {02895.f} {02896.p1} -> {02896.p3} 
+tr {02896.e} {02896.p6} {02896.p3} -> {02896.p4-eats} 
+tr {02896.t} {02896.p2-thinks} -> {02896.p1} {02896.p5} 
+tr {02896.t0|02897.t4} : b2895 {02897.p4-eats} -> {02896.f} {02897.f} {02897.p2-thinks} 
+tr {02896.t2} {02896.f} {02896.p5} -> {02896.p6} 
+tr {02896.t3|02897.t1} : a2895 {02896.f} {02897.p1} -> {02897.p3} 
+tr {02897.e} {02897.p6} {02897.p3} -> {02897.p4-eats} 
+tr {02897.t} {02897.p2-thinks} -> {02897.p1} {02897.p5} 
+tr {02897.t0|02898.t4} : b2896 {02898.p4-eats} -> {02897.f} {02898.f} {02898.p2-thinks} 
+tr {02897.t2} {02897.f} {02897.p5} -> {02897.p6} 
+tr {02897.t3|02898.t1} : a2896 {02897.f} {02898.p1} -> {02898.p3} 
+tr {02898.e} {02898.p6} {02898.p3} -> {02898.p4-eats} 
+tr {02898.t} {02898.p2-thinks} -> {02898.p1} {02898.p5} 
+tr {02898.t0|02899.t4} : b2897 {02899.p4-eats} -> {02898.f} {02899.f} {02899.p2-thinks} 
+tr {02898.t2} {02898.f} {02898.p5} -> {02898.p6} 
+tr {02898.t3|02899.t1} : a2897 {02898.f} {02899.p1} -> {02899.p3} 
+tr {02899.e} {02899.p6} {02899.p3} -> {02899.p4-eats} 
+tr {02899.t} {02899.p2-thinks} -> {02899.p1} {02899.p5} 
+tr {02899.t0|02900.t4} : b2898 {02900.p4-eats} -> {02899.f} {02900.f} {02900.p2-thinks} 
+tr {02899.t2} {02899.f} {02899.p5} -> {02899.p6} 
+tr {02899.t3|02900.t1} : a2898 {02899.f} {02900.p1} -> {02900.p3} 
+tr {02900.e} {02900.p6} {02900.p3} -> {02900.p4-eats} 
+tr {02900.t} {02900.p2-thinks} -> {02900.p1} {02900.p5} 
+tr {02900.t0|02901.t4} : b2899 {02901.p4-eats} -> {02900.f} {02901.f} {02901.p2-thinks} 
+tr {02900.t2} {02900.f} {02900.p5} -> {02900.p6} 
+tr {02900.t3|02901.t1} : a2899 {02900.f} {02901.p1} -> {02901.p3} 
+tr {02901.e} {02901.p6} {02901.p3} -> {02901.p4-eats} 
+tr {02901.t} {02901.p2-thinks} -> {02901.p1} {02901.p5} 
+tr {02901.t0|02902.t4} : b2900 {02902.p4-eats} -> {02901.f} {02902.f} {02902.p2-thinks} 
+tr {02901.t2} {02901.f} {02901.p5} -> {02901.p6} 
+tr {02901.t3|02902.t1} : a2900 {02901.f} {02902.p1} -> {02902.p3} 
+tr {02902.e} {02902.p6} {02902.p3} -> {02902.p4-eats} 
+tr {02902.t} {02902.p2-thinks} -> {02902.p1} {02902.p5} 
+tr {02902.t0|02903.t4} : b2901 {02903.p4-eats} -> {02902.f} {02903.f} {02903.p2-thinks} 
+tr {02902.t2} {02902.f} {02902.p5} -> {02902.p6} 
+tr {02902.t3|02903.t1} : a2901 {02902.f} {02903.p1} -> {02903.p3} 
+tr {02903.e} {02903.p6} {02903.p3} -> {02903.p4-eats} 
+tr {02903.t} {02903.p2-thinks} -> {02903.p1} {02903.p5} 
+tr {02903.t0|02904.t4} : b2902 {02904.p4-eats} -> {02903.f} {02904.f} {02904.p2-thinks} 
+tr {02903.t2} {02903.f} {02903.p5} -> {02903.p6} 
+tr {02903.t3|02904.t1} : a2902 {02903.f} {02904.p1} -> {02904.p3} 
+tr {02904.e} {02904.p6} {02904.p3} -> {02904.p4-eats} 
+tr {02904.t} {02904.p2-thinks} -> {02904.p1} {02904.p5} 
+tr {02904.t0|02905.t4} : b2903 {02905.p4-eats} -> {02904.f} {02905.f} {02905.p2-thinks} 
+tr {02904.t2} {02904.f} {02904.p5} -> {02904.p6} 
+tr {02904.t3|02905.t1} : a2903 {02904.f} {02905.p1} -> {02905.p3} 
+tr {02905.e} {02905.p6} {02905.p3} -> {02905.p4-eats} 
+tr {02905.t} {02905.p2-thinks} -> {02905.p1} {02905.p5} 
+tr {02905.t0|02906.t4} : b2904 {02906.p4-eats} -> {02905.f} {02906.f} {02906.p2-thinks} 
+tr {02905.t2} {02905.f} {02905.p5} -> {02905.p6} 
+tr {02905.t3|02906.t1} : a2904 {02905.f} {02906.p1} -> {02906.p3} 
+tr {02906.e} {02906.p6} {02906.p3} -> {02906.p4-eats} 
+tr {02906.t} {02906.p2-thinks} -> {02906.p1} {02906.p5} 
+tr {02906.t0|02907.t4} : b2905 {02907.p4-eats} -> {02906.f} {02907.f} {02907.p2-thinks} 
+tr {02906.t2} {02906.f} {02906.p5} -> {02906.p6} 
+tr {02906.t3|02907.t1} : a2905 {02906.f} {02907.p1} -> {02907.p3} 
+tr {02907.e} {02907.p6} {02907.p3} -> {02907.p4-eats} 
+tr {02907.t} {02907.p2-thinks} -> {02907.p1} {02907.p5} 
+tr {02907.t0|02908.t4} : b2906 {02908.p4-eats} -> {02907.f} {02908.f} {02908.p2-thinks} 
+tr {02907.t2} {02907.f} {02907.p5} -> {02907.p6} 
+tr {02907.t3|02908.t1} : a2906 {02907.f} {02908.p1} -> {02908.p3} 
+tr {02908.e} {02908.p6} {02908.p3} -> {02908.p4-eats} 
+tr {02908.t} {02908.p2-thinks} -> {02908.p1} {02908.p5} 
+tr {02908.t0|02909.t4} : b2907 {02909.p4-eats} -> {02908.f} {02909.f} {02909.p2-thinks} 
+tr {02908.t2} {02908.f} {02908.p5} -> {02908.p6} 
+tr {02908.t3|02909.t1} : a2907 {02908.f} {02909.p1} -> {02909.p3} 
+tr {02909.e} {02909.p6} {02909.p3} -> {02909.p4-eats} 
+tr {02909.t} {02909.p2-thinks} -> {02909.p1} {02909.p5} 
+tr {02909.t0|02910.t4} : b2908 {02910.p4-eats} -> {02909.f} {02910.f} {02910.p2-thinks} 
+tr {02909.t2} {02909.f} {02909.p5} -> {02909.p6} 
+tr {02909.t3|02910.t1} : a2908 {02909.f} {02910.p1} -> {02910.p3} 
+tr {02910.e} {02910.p6} {02910.p3} -> {02910.p4-eats} 
+tr {02910.t} {02910.p2-thinks} -> {02910.p1} {02910.p5} 
+tr {02910.t0|02911.t4} : b2909 {02911.p4-eats} -> {02910.f} {02911.f} {02911.p2-thinks} 
+tr {02910.t2} {02910.f} {02910.p5} -> {02910.p6} 
+tr {02910.t3|02911.t1} : a2909 {02910.f} {02911.p1} -> {02911.p3} 
+tr {02911.e} {02911.p6} {02911.p3} -> {02911.p4-eats} 
+tr {02911.t} {02911.p2-thinks} -> {02911.p1} {02911.p5} 
+tr {02911.t0|02912.t4} : b2910 {02912.p4-eats} -> {02911.f} {02912.f} {02912.p2-thinks} 
+tr {02911.t2} {02911.f} {02911.p5} -> {02911.p6} 
+tr {02911.t3|02912.t1} : a2910 {02911.f} {02912.p1} -> {02912.p3} 
+tr {02912.e} {02912.p6} {02912.p3} -> {02912.p4-eats} 
+tr {02912.t} {02912.p2-thinks} -> {02912.p1} {02912.p5} 
+tr {02912.t0|02913.t4} : b2911 {02913.p4-eats} -> {02912.f} {02913.f} {02913.p2-thinks} 
+tr {02912.t2} {02912.f} {02912.p5} -> {02912.p6} 
+tr {02912.t3|02913.t1} : a2911 {02912.f} {02913.p1} -> {02913.p3} 
+tr {02913.e} {02913.p6} {02913.p3} -> {02913.p4-eats} 
+tr {02913.t} {02913.p2-thinks} -> {02913.p1} {02913.p5} 
+tr {02913.t0|02914.t4} : b2912 {02914.p4-eats} -> {02913.f} {02914.f} {02914.p2-thinks} 
+tr {02913.t2} {02913.f} {02913.p5} -> {02913.p6} 
+tr {02913.t3|02914.t1} : a2912 {02913.f} {02914.p1} -> {02914.p3} 
+tr {02914.e} {02914.p6} {02914.p3} -> {02914.p4-eats} 
+tr {02914.t} {02914.p2-thinks} -> {02914.p1} {02914.p5} 
+tr {02914.t0|02915.t4} : b2913 {02915.p4-eats} -> {02914.f} {02915.f} {02915.p2-thinks} 
+tr {02914.t2} {02914.f} {02914.p5} -> {02914.p6} 
+tr {02914.t3|02915.t1} : a2913 {02914.f} {02915.p1} -> {02915.p3} 
+tr {02915.e} {02915.p6} {02915.p3} -> {02915.p4-eats} 
+tr {02915.t} {02915.p2-thinks} -> {02915.p1} {02915.p5} 
+tr {02915.t0|02916.t4} : b2914 {02916.p4-eats} -> {02915.f} {02916.f} {02916.p2-thinks} 
+tr {02915.t2} {02915.f} {02915.p5} -> {02915.p6} 
+tr {02915.t3|02916.t1} : a2914 {02915.f} {02916.p1} -> {02916.p3} 
+tr {02916.e} {02916.p6} {02916.p3} -> {02916.p4-eats} 
+tr {02916.t} {02916.p2-thinks} -> {02916.p1} {02916.p5} 
+tr {02916.t0|02917.t4} : b2915 {02917.p4-eats} -> {02916.f} {02917.f} {02917.p2-thinks} 
+tr {02916.t2} {02916.f} {02916.p5} -> {02916.p6} 
+tr {02916.t3|02917.t1} : a2915 {02916.f} {02917.p1} -> {02917.p3} 
+tr {02917.e} {02917.p6} {02917.p3} -> {02917.p4-eats} 
+tr {02917.t} {02917.p2-thinks} -> {02917.p1} {02917.p5} 
+tr {02917.t0|02918.t4} : b2916 {02918.p4-eats} -> {02917.f} {02918.f} {02918.p2-thinks} 
+tr {02917.t2} {02917.f} {02917.p5} -> {02917.p6} 
+tr {02917.t3|02918.t1} : a2916 {02917.f} {02918.p1} -> {02918.p3} 
+tr {02918.e} {02918.p6} {02918.p3} -> {02918.p4-eats} 
+tr {02918.t} {02918.p2-thinks} -> {02918.p1} {02918.p5} 
+tr {02918.t0|02919.t4} : b2917 {02919.p4-eats} -> {02918.f} {02919.f} {02919.p2-thinks} 
+tr {02918.t2} {02918.f} {02918.p5} -> {02918.p6} 
+tr {02918.t3|02919.t1} : a2917 {02918.f} {02919.p1} -> {02919.p3} 
+tr {02919.e} {02919.p6} {02919.p3} -> {02919.p4-eats} 
+tr {02919.t} {02919.p2-thinks} -> {02919.p1} {02919.p5} 
+tr {02919.t0|02920.t4} : b2918 {02920.p4-eats} -> {02919.f} {02920.f} {02920.p2-thinks} 
+tr {02919.t2} {02919.f} {02919.p5} -> {02919.p6} 
+tr {02919.t3|02920.t1} : a2918 {02919.f} {02920.p1} -> {02920.p3} 
+tr {02920.e} {02920.p6} {02920.p3} -> {02920.p4-eats} 
+tr {02920.t} {02920.p2-thinks} -> {02920.p1} {02920.p5} 
+tr {02920.t0|02921.t4} : b2919 {02921.p4-eats} -> {02920.f} {02921.f} {02921.p2-thinks} 
+tr {02920.t2} {02920.f} {02920.p5} -> {02920.p6} 
+tr {02920.t3|02921.t1} : a2919 {02920.f} {02921.p1} -> {02921.p3} 
+tr {02921.e} {02921.p6} {02921.p3} -> {02921.p4-eats} 
+tr {02921.t} {02921.p2-thinks} -> {02921.p1} {02921.p5} 
+tr {02921.t0|02922.t4} : b2920 {02922.p4-eats} -> {02921.f} {02922.f} {02922.p2-thinks} 
+tr {02921.t2} {02921.f} {02921.p5} -> {02921.p6} 
+tr {02921.t3|02922.t1} : a2920 {02921.f} {02922.p1} -> {02922.p3} 
+tr {02922.e} {02922.p6} {02922.p3} -> {02922.p4-eats} 
+tr {02922.t} {02922.p2-thinks} -> {02922.p1} {02922.p5} 
+tr {02922.t0|02923.t4} : b2921 {02923.p4-eats} -> {02922.f} {02923.f} {02923.p2-thinks} 
+tr {02922.t2} {02922.f} {02922.p5} -> {02922.p6} 
+tr {02922.t3|02923.t1} : a2921 {02922.f} {02923.p1} -> {02923.p3} 
+tr {02923.e} {02923.p6} {02923.p3} -> {02923.p4-eats} 
+tr {02923.t} {02923.p2-thinks} -> {02923.p1} {02923.p5} 
+tr {02923.t0|02924.t4} : b2922 {02924.p4-eats} -> {02923.f} {02924.f} {02924.p2-thinks} 
+tr {02923.t2} {02923.f} {02923.p5} -> {02923.p6} 
+tr {02923.t3|02924.t1} : a2922 {02923.f} {02924.p1} -> {02924.p3} 
+tr {02924.e} {02924.p6} {02924.p3} -> {02924.p4-eats} 
+tr {02924.t} {02924.p2-thinks} -> {02924.p1} {02924.p5} 
+tr {02924.t0|02925.t4} : b2923 {02925.p4-eats} -> {02924.f} {02925.f} {02925.p2-thinks} 
+tr {02924.t2} {02924.f} {02924.p5} -> {02924.p6} 
+tr {02924.t3|02925.t1} : a2923 {02924.f} {02925.p1} -> {02925.p3} 
+tr {02925.e} {02925.p6} {02925.p3} -> {02925.p4-eats} 
+tr {02925.t} {02925.p2-thinks} -> {02925.p1} {02925.p5} 
+tr {02925.t0|02926.t4} : b2924 {02926.p4-eats} -> {02925.f} {02926.f} {02926.p2-thinks} 
+tr {02925.t2} {02925.f} {02925.p5} -> {02925.p6} 
+tr {02925.t3|02926.t1} : a2924 {02925.f} {02926.p1} -> {02926.p3} 
+tr {02926.e} {02926.p6} {02926.p3} -> {02926.p4-eats} 
+tr {02926.t} {02926.p2-thinks} -> {02926.p1} {02926.p5} 
+tr {02926.t0|02927.t4} : b2925 {02927.p4-eats} -> {02926.f} {02927.f} {02927.p2-thinks} 
+tr {02926.t2} {02926.f} {02926.p5} -> {02926.p6} 
+tr {02926.t3|02927.t1} : a2925 {02926.f} {02927.p1} -> {02927.p3} 
+tr {02927.e} {02927.p6} {02927.p3} -> {02927.p4-eats} 
+tr {02927.t} {02927.p2-thinks} -> {02927.p1} {02927.p5} 
+tr {02927.t0|02928.t4} : b2926 {02928.p4-eats} -> {02927.f} {02928.f} {02928.p2-thinks} 
+tr {02927.t2} {02927.f} {02927.p5} -> {02927.p6} 
+tr {02927.t3|02928.t1} : a2926 {02927.f} {02928.p1} -> {02928.p3} 
+tr {02928.e} {02928.p6} {02928.p3} -> {02928.p4-eats} 
+tr {02928.t} {02928.p2-thinks} -> {02928.p1} {02928.p5} 
+tr {02928.t0|02929.t4} : b2927 {02929.p4-eats} -> {02928.f} {02929.f} {02929.p2-thinks} 
+tr {02928.t2} {02928.f} {02928.p5} -> {02928.p6} 
+tr {02928.t3|02929.t1} : a2927 {02928.f} {02929.p1} -> {02929.p3} 
+tr {02929.e} {02929.p6} {02929.p3} -> {02929.p4-eats} 
+tr {02929.t} {02929.p2-thinks} -> {02929.p1} {02929.p5} 
+tr {02929.t0|02930.t4} : b2928 {02930.p4-eats} -> {02929.f} {02930.f} {02930.p2-thinks} 
+tr {02929.t2} {02929.f} {02929.p5} -> {02929.p6} 
+tr {02929.t3|02930.t1} : a2928 {02929.f} {02930.p1} -> {02930.p3} 
+tr {02930.e} {02930.p6} {02930.p3} -> {02930.p4-eats} 
+tr {02930.t} {02930.p2-thinks} -> {02930.p1} {02930.p5} 
+tr {02930.t0|02931.t4} : b2929 {02931.p4-eats} -> {02930.f} {02931.f} {02931.p2-thinks} 
+tr {02930.t2} {02930.f} {02930.p5} -> {02930.p6} 
+tr {02930.t3|02931.t1} : a2929 {02930.f} {02931.p1} -> {02931.p3} 
+tr {02931.e} {02931.p6} {02931.p3} -> {02931.p4-eats} 
+tr {02931.t} {02931.p2-thinks} -> {02931.p1} {02931.p5} 
+tr {02931.t0|02932.t4} : b2930 {02932.p4-eats} -> {02931.f} {02932.f} {02932.p2-thinks} 
+tr {02931.t2} {02931.f} {02931.p5} -> {02931.p6} 
+tr {02931.t3|02932.t1} : a2930 {02931.f} {02932.p1} -> {02932.p3} 
+tr {02932.e} {02932.p6} {02932.p3} -> {02932.p4-eats} 
+tr {02932.t} {02932.p2-thinks} -> {02932.p1} {02932.p5} 
+tr {02932.t0|02933.t4} : b2931 {02933.p4-eats} -> {02932.f} {02933.f} {02933.p2-thinks} 
+tr {02932.t2} {02932.f} {02932.p5} -> {02932.p6} 
+tr {02932.t3|02933.t1} : a2931 {02932.f} {02933.p1} -> {02933.p3} 
+tr {02933.e} {02933.p6} {02933.p3} -> {02933.p4-eats} 
+tr {02933.t} {02933.p2-thinks} -> {02933.p1} {02933.p5} 
+tr {02933.t0|02934.t4} : b2932 {02934.p4-eats} -> {02933.f} {02934.f} {02934.p2-thinks} 
+tr {02933.t2} {02933.f} {02933.p5} -> {02933.p6} 
+tr {02933.t3|02934.t1} : a2932 {02933.f} {02934.p1} -> {02934.p3} 
+tr {02934.e} {02934.p6} {02934.p3} -> {02934.p4-eats} 
+tr {02934.t} {02934.p2-thinks} -> {02934.p1} {02934.p5} 
+tr {02934.t0|02935.t4} : b2933 {02935.p4-eats} -> {02934.f} {02935.f} {02935.p2-thinks} 
+tr {02934.t2} {02934.f} {02934.p5} -> {02934.p6} 
+tr {02934.t3|02935.t1} : a2933 {02934.f} {02935.p1} -> {02935.p3} 
+tr {02935.e} {02935.p6} {02935.p3} -> {02935.p4-eats} 
+tr {02935.t} {02935.p2-thinks} -> {02935.p1} {02935.p5} 
+tr {02935.t0|02936.t4} : b2934 {02936.p4-eats} -> {02935.f} {02936.f} {02936.p2-thinks} 
+tr {02935.t2} {02935.f} {02935.p5} -> {02935.p6} 
+tr {02935.t3|02936.t1} : a2934 {02935.f} {02936.p1} -> {02936.p3} 
+tr {02936.e} {02936.p6} {02936.p3} -> {02936.p4-eats} 
+tr {02936.t} {02936.p2-thinks} -> {02936.p1} {02936.p5} 
+tr {02936.t0|02937.t4} : b2935 {02937.p4-eats} -> {02936.f} {02937.f} {02937.p2-thinks} 
+tr {02936.t2} {02936.f} {02936.p5} -> {02936.p6} 
+tr {02936.t3|02937.t1} : a2935 {02936.f} {02937.p1} -> {02937.p3} 
+tr {02937.e} {02937.p6} {02937.p3} -> {02937.p4-eats} 
+tr {02937.t} {02937.p2-thinks} -> {02937.p1} {02937.p5} 
+tr {02937.t0|02938.t4} : b2936 {02938.p4-eats} -> {02937.f} {02938.f} {02938.p2-thinks} 
+tr {02937.t2} {02937.f} {02937.p5} -> {02937.p6} 
+tr {02937.t3|02938.t1} : a2936 {02937.f} {02938.p1} -> {02938.p3} 
+tr {02938.e} {02938.p6} {02938.p3} -> {02938.p4-eats} 
+tr {02938.t} {02938.p2-thinks} -> {02938.p1} {02938.p5} 
+tr {02938.t0|02939.t4} : b2937 {02939.p4-eats} -> {02938.f} {02939.f} {02939.p2-thinks} 
+tr {02938.t2} {02938.f} {02938.p5} -> {02938.p6} 
+tr {02938.t3|02939.t1} : a2937 {02938.f} {02939.p1} -> {02939.p3} 
+tr {02939.e} {02939.p6} {02939.p3} -> {02939.p4-eats} 
+tr {02939.t} {02939.p2-thinks} -> {02939.p1} {02939.p5} 
+tr {02939.t0|02940.t4} : b2938 {02940.p4-eats} -> {02939.f} {02940.f} {02940.p2-thinks} 
+tr {02939.t2} {02939.f} {02939.p5} -> {02939.p6} 
+tr {02939.t3|02940.t1} : a2938 {02939.f} {02940.p1} -> {02940.p3} 
+tr {02940.e} {02940.p6} {02940.p3} -> {02940.p4-eats} 
+tr {02940.t} {02940.p2-thinks} -> {02940.p1} {02940.p5} 
+tr {02940.t0|02941.t4} : b2939 {02941.p4-eats} -> {02940.f} {02941.f} {02941.p2-thinks} 
+tr {02940.t2} {02940.f} {02940.p5} -> {02940.p6} 
+tr {02940.t3|02941.t1} : a2939 {02940.f} {02941.p1} -> {02941.p3} 
+tr {02941.e} {02941.p6} {02941.p3} -> {02941.p4-eats} 
+tr {02941.t} {02941.p2-thinks} -> {02941.p1} {02941.p5} 
+tr {02941.t0|02942.t4} : b2940 {02942.p4-eats} -> {02941.f} {02942.f} {02942.p2-thinks} 
+tr {02941.t2} {02941.f} {02941.p5} -> {02941.p6} 
+tr {02941.t3|02942.t1} : a2940 {02941.f} {02942.p1} -> {02942.p3} 
+tr {02942.e} {02942.p6} {02942.p3} -> {02942.p4-eats} 
+tr {02942.t} {02942.p2-thinks} -> {02942.p1} {02942.p5} 
+tr {02942.t0|02943.t4} : b2941 {02943.p4-eats} -> {02942.f} {02943.f} {02943.p2-thinks} 
+tr {02942.t2} {02942.f} {02942.p5} -> {02942.p6} 
+tr {02942.t3|02943.t1} : a2941 {02942.f} {02943.p1} -> {02943.p3} 
+tr {02943.e} {02943.p6} {02943.p3} -> {02943.p4-eats} 
+tr {02943.t} {02943.p2-thinks} -> {02943.p1} {02943.p5} 
+tr {02943.t0|02944.t4} : b2942 {02944.p4-eats} -> {02943.f} {02944.f} {02944.p2-thinks} 
+tr {02943.t2} {02943.f} {02943.p5} -> {02943.p6} 
+tr {02943.t3|02944.t1} : a2942 {02943.f} {02944.p1} -> {02944.p3} 
+tr {02944.e} {02944.p6} {02944.p3} -> {02944.p4-eats} 
+tr {02944.t} {02944.p2-thinks} -> {02944.p1} {02944.p5} 
+tr {02944.t0|02945.t4} : b2943 {02945.p4-eats} -> {02944.f} {02945.f} {02945.p2-thinks} 
+tr {02944.t2} {02944.f} {02944.p5} -> {02944.p6} 
+tr {02944.t3|02945.t1} : a2943 {02944.f} {02945.p1} -> {02945.p3} 
+tr {02945.e} {02945.p6} {02945.p3} -> {02945.p4-eats} 
+tr {02945.t} {02945.p2-thinks} -> {02945.p1} {02945.p5} 
+tr {02945.t0|02946.t4} : b2944 {02946.p4-eats} -> {02945.f} {02946.f} {02946.p2-thinks} 
+tr {02945.t2} {02945.f} {02945.p5} -> {02945.p6} 
+tr {02945.t3|02946.t1} : a2944 {02945.f} {02946.p1} -> {02946.p3} 
+tr {02946.e} {02946.p6} {02946.p3} -> {02946.p4-eats} 
+tr {02946.t} {02946.p2-thinks} -> {02946.p1} {02946.p5} 
+tr {02946.t0|02947.t4} : b2945 {02947.p4-eats} -> {02946.f} {02947.f} {02947.p2-thinks} 
+tr {02946.t2} {02946.f} {02946.p5} -> {02946.p6} 
+tr {02946.t3|02947.t1} : a2945 {02946.f} {02947.p1} -> {02947.p3} 
+tr {02947.e} {02947.p6} {02947.p3} -> {02947.p4-eats} 
+tr {02947.t} {02947.p2-thinks} -> {02947.p1} {02947.p5} 
+tr {02947.t0|02948.t4} : b2946 {02948.p4-eats} -> {02947.f} {02948.f} {02948.p2-thinks} 
+tr {02947.t2} {02947.f} {02947.p5} -> {02947.p6} 
+tr {02947.t3|02948.t1} : a2946 {02947.f} {02948.p1} -> {02948.p3} 
+tr {02948.e} {02948.p6} {02948.p3} -> {02948.p4-eats} 
+tr {02948.t} {02948.p2-thinks} -> {02948.p1} {02948.p5} 
+tr {02948.t0|02949.t4} : b2947 {02949.p4-eats} -> {02948.f} {02949.f} {02949.p2-thinks} 
+tr {02948.t2} {02948.f} {02948.p5} -> {02948.p6} 
+tr {02948.t3|02949.t1} : a2947 {02948.f} {02949.p1} -> {02949.p3} 
+tr {02949.e} {02949.p6} {02949.p3} -> {02949.p4-eats} 
+tr {02949.t} {02949.p2-thinks} -> {02949.p1} {02949.p5} 
+tr {02949.t0|02950.t4} : b2948 {02950.p4-eats} -> {02949.f} {02950.f} {02950.p2-thinks} 
+tr {02949.t2} {02949.f} {02949.p5} -> {02949.p6} 
+tr {02949.t3|02950.t1} : a2948 {02949.f} {02950.p1} -> {02950.p3} 
+tr {02950.e} {02950.p6} {02950.p3} -> {02950.p4-eats} 
+tr {02950.t} {02950.p2-thinks} -> {02950.p1} {02950.p5} 
+tr {02950.t0|02951.t4} : b2949 {02951.p4-eats} -> {02950.f} {02951.f} {02951.p2-thinks} 
+tr {02950.t2} {02950.f} {02950.p5} -> {02950.p6} 
+tr {02950.t3|02951.t1} : a2949 {02950.f} {02951.p1} -> {02951.p3} 
+tr {02951.e} {02951.p6} {02951.p3} -> {02951.p4-eats} 
+tr {02951.t} {02951.p2-thinks} -> {02951.p1} {02951.p5} 
+tr {02951.t0|02952.t4} : b2950 {02952.p4-eats} -> {02951.f} {02952.f} {02952.p2-thinks} 
+tr {02951.t2} {02951.f} {02951.p5} -> {02951.p6} 
+tr {02951.t3|02952.t1} : a2950 {02951.f} {02952.p1} -> {02952.p3} 
+tr {02952.e} {02952.p6} {02952.p3} -> {02952.p4-eats} 
+tr {02952.t} {02952.p2-thinks} -> {02952.p1} {02952.p5} 
+tr {02952.t0|02953.t4} : b2951 {02953.p4-eats} -> {02952.f} {02953.f} {02953.p2-thinks} 
+tr {02952.t2} {02952.f} {02952.p5} -> {02952.p6} 
+tr {02952.t3|02953.t1} : a2951 {02952.f} {02953.p1} -> {02953.p3} 
+tr {02953.e} {02953.p6} {02953.p3} -> {02953.p4-eats} 
+tr {02953.t} {02953.p2-thinks} -> {02953.p1} {02953.p5} 
+tr {02953.t0|02954.t4} : b2952 {02954.p4-eats} -> {02953.f} {02954.f} {02954.p2-thinks} 
+tr {02953.t2} {02953.f} {02953.p5} -> {02953.p6} 
+tr {02953.t3|02954.t1} : a2952 {02953.f} {02954.p1} -> {02954.p3} 
+tr {02954.e} {02954.p6} {02954.p3} -> {02954.p4-eats} 
+tr {02954.t} {02954.p2-thinks} -> {02954.p1} {02954.p5} 
+tr {02954.t0|02955.t4} : b2953 {02955.p4-eats} -> {02954.f} {02955.f} {02955.p2-thinks} 
+tr {02954.t2} {02954.f} {02954.p5} -> {02954.p6} 
+tr {02954.t3|02955.t1} : a2953 {02954.f} {02955.p1} -> {02955.p3} 
+tr {02955.e} {02955.p6} {02955.p3} -> {02955.p4-eats} 
+tr {02955.t} {02955.p2-thinks} -> {02955.p1} {02955.p5} 
+tr {02955.t0|02956.t4} : b2954 {02956.p4-eats} -> {02955.f} {02956.f} {02956.p2-thinks} 
+tr {02955.t2} {02955.f} {02955.p5} -> {02955.p6} 
+tr {02955.t3|02956.t1} : a2954 {02955.f} {02956.p1} -> {02956.p3} 
+tr {02956.e} {02956.p6} {02956.p3} -> {02956.p4-eats} 
+tr {02956.t} {02956.p2-thinks} -> {02956.p1} {02956.p5} 
+tr {02956.t0|02957.t4} : b2955 {02957.p4-eats} -> {02956.f} {02957.f} {02957.p2-thinks} 
+tr {02956.t2} {02956.f} {02956.p5} -> {02956.p6} 
+tr {02956.t3|02957.t1} : a2955 {02956.f} {02957.p1} -> {02957.p3} 
+tr {02957.e} {02957.p6} {02957.p3} -> {02957.p4-eats} 
+tr {02957.t} {02957.p2-thinks} -> {02957.p1} {02957.p5} 
+tr {02957.t0|02958.t4} : b2956 {02958.p4-eats} -> {02957.f} {02958.f} {02958.p2-thinks} 
+tr {02957.t2} {02957.f} {02957.p5} -> {02957.p6} 
+tr {02957.t3|02958.t1} : a2956 {02957.f} {02958.p1} -> {02958.p3} 
+tr {02958.e} {02958.p6} {02958.p3} -> {02958.p4-eats} 
+tr {02958.t} {02958.p2-thinks} -> {02958.p1} {02958.p5} 
+tr {02958.t0|02959.t4} : b2957 {02959.p4-eats} -> {02958.f} {02959.f} {02959.p2-thinks} 
+tr {02958.t2} {02958.f} {02958.p5} -> {02958.p6} 
+tr {02958.t3|02959.t1} : a2957 {02958.f} {02959.p1} -> {02959.p3} 
+tr {02959.e} {02959.p6} {02959.p3} -> {02959.p4-eats} 
+tr {02959.t} {02959.p2-thinks} -> {02959.p1} {02959.p5} 
+tr {02959.t0|02960.t4} : b2958 {02960.p4-eats} -> {02959.f} {02960.f} {02960.p2-thinks} 
+tr {02959.t2} {02959.f} {02959.p5} -> {02959.p6} 
+tr {02959.t3|02960.t1} : a2958 {02959.f} {02960.p1} -> {02960.p3} 
+tr {02960.e} {02960.p6} {02960.p3} -> {02960.p4-eats} 
+tr {02960.t} {02960.p2-thinks} -> {02960.p1} {02960.p5} 
+tr {02960.t0|02961.t4} : b2959 {02961.p4-eats} -> {02960.f} {02961.f} {02961.p2-thinks} 
+tr {02960.t2} {02960.f} {02960.p5} -> {02960.p6} 
+tr {02960.t3|02961.t1} : a2959 {02960.f} {02961.p1} -> {02961.p3} 
+tr {02961.e} {02961.p6} {02961.p3} -> {02961.p4-eats} 
+tr {02961.t} {02961.p2-thinks} -> {02961.p1} {02961.p5} 
+tr {02961.t0|02962.t4} : b2960 {02962.p4-eats} -> {02961.f} {02962.f} {02962.p2-thinks} 
+tr {02961.t2} {02961.f} {02961.p5} -> {02961.p6} 
+tr {02961.t3|02962.t1} : a2960 {02961.f} {02962.p1} -> {02962.p3} 
+tr {02962.e} {02962.p6} {02962.p3} -> {02962.p4-eats} 
+tr {02962.t} {02962.p2-thinks} -> {02962.p1} {02962.p5} 
+tr {02962.t0|02963.t4} : b2961 {02963.p4-eats} -> {02962.f} {02963.f} {02963.p2-thinks} 
+tr {02962.t2} {02962.f} {02962.p5} -> {02962.p6} 
+tr {02962.t3|02963.t1} : a2961 {02962.f} {02963.p1} -> {02963.p3} 
+tr {02963.e} {02963.p6} {02963.p3} -> {02963.p4-eats} 
+tr {02963.t} {02963.p2-thinks} -> {02963.p1} {02963.p5} 
+tr {02963.t0|02964.t4} : b2962 {02964.p4-eats} -> {02963.f} {02964.f} {02964.p2-thinks} 
+tr {02963.t2} {02963.f} {02963.p5} -> {02963.p6} 
+tr {02963.t3|02964.t1} : a2962 {02963.f} {02964.p1} -> {02964.p3} 
+tr {02964.e} {02964.p6} {02964.p3} -> {02964.p4-eats} 
+tr {02964.t} {02964.p2-thinks} -> {02964.p1} {02964.p5} 
+tr {02964.t0|02965.t4} : b2963 {02965.p4-eats} -> {02964.f} {02965.f} {02965.p2-thinks} 
+tr {02964.t2} {02964.f} {02964.p5} -> {02964.p6} 
+tr {02964.t3|02965.t1} : a2963 {02964.f} {02965.p1} -> {02965.p3} 
+tr {02965.e} {02965.p6} {02965.p3} -> {02965.p4-eats} 
+tr {02965.t} {02965.p2-thinks} -> {02965.p1} {02965.p5} 
+tr {02965.t0|02966.t4} : b2964 {02966.p4-eats} -> {02965.f} {02966.f} {02966.p2-thinks} 
+tr {02965.t2} {02965.f} {02965.p5} -> {02965.p6} 
+tr {02965.t3|02966.t1} : a2964 {02965.f} {02966.p1} -> {02966.p3} 
+tr {02966.e} {02966.p6} {02966.p3} -> {02966.p4-eats} 
+tr {02966.t} {02966.p2-thinks} -> {02966.p1} {02966.p5} 
+tr {02966.t0|02967.t4} : b2965 {02967.p4-eats} -> {02966.f} {02967.f} {02967.p2-thinks} 
+tr {02966.t2} {02966.f} {02966.p5} -> {02966.p6} 
+tr {02966.t3|02967.t1} : a2965 {02966.f} {02967.p1} -> {02967.p3} 
+tr {02967.e} {02967.p6} {02967.p3} -> {02967.p4-eats} 
+tr {02967.t} {02967.p2-thinks} -> {02967.p1} {02967.p5} 
+tr {02967.t0|02968.t4} : b2966 {02968.p4-eats} -> {02967.f} {02968.f} {02968.p2-thinks} 
+tr {02967.t2} {02967.f} {02967.p5} -> {02967.p6} 
+tr {02967.t3|02968.t1} : a2966 {02967.f} {02968.p1} -> {02968.p3} 
+tr {02968.e} {02968.p6} {02968.p3} -> {02968.p4-eats} 
+tr {02968.t} {02968.p2-thinks} -> {02968.p1} {02968.p5} 
+tr {02968.t0|02969.t4} : b2967 {02969.p4-eats} -> {02968.f} {02969.f} {02969.p2-thinks} 
+tr {02968.t2} {02968.f} {02968.p5} -> {02968.p6} 
+tr {02968.t3|02969.t1} : a2967 {02968.f} {02969.p1} -> {02969.p3} 
+tr {02969.e} {02969.p6} {02969.p3} -> {02969.p4-eats} 
+tr {02969.t} {02969.p2-thinks} -> {02969.p1} {02969.p5} 
+tr {02969.t0|02970.t4} : b2968 {02970.p4-eats} -> {02969.f} {02970.f} {02970.p2-thinks} 
+tr {02969.t2} {02969.f} {02969.p5} -> {02969.p6} 
+tr {02969.t3|02970.t1} : a2968 {02969.f} {02970.p1} -> {02970.p3} 
+tr {02970.e} {02970.p6} {02970.p3} -> {02970.p4-eats} 
+tr {02970.t} {02970.p2-thinks} -> {02970.p1} {02970.p5} 
+tr {02970.t0|02971.t4} : b2969 {02971.p4-eats} -> {02970.f} {02971.f} {02971.p2-thinks} 
+tr {02970.t2} {02970.f} {02970.p5} -> {02970.p6} 
+tr {02970.t3|02971.t1} : a2969 {02970.f} {02971.p1} -> {02971.p3} 
+tr {02971.e} {02971.p6} {02971.p3} -> {02971.p4-eats} 
+tr {02971.t} {02971.p2-thinks} -> {02971.p1} {02971.p5} 
+tr {02971.t0|02972.t4} : b2970 {02972.p4-eats} -> {02971.f} {02972.f} {02972.p2-thinks} 
+tr {02971.t2} {02971.f} {02971.p5} -> {02971.p6} 
+tr {02971.t3|02972.t1} : a2970 {02971.f} {02972.p1} -> {02972.p3} 
+tr {02972.e} {02972.p6} {02972.p3} -> {02972.p4-eats} 
+tr {02972.t} {02972.p2-thinks} -> {02972.p1} {02972.p5} 
+tr {02972.t0|02973.t4} : b2971 {02973.p4-eats} -> {02972.f} {02973.f} {02973.p2-thinks} 
+tr {02972.t2} {02972.f} {02972.p5} -> {02972.p6} 
+tr {02972.t3|02973.t1} : a2971 {02972.f} {02973.p1} -> {02973.p3} 
+tr {02973.e} {02973.p6} {02973.p3} -> {02973.p4-eats} 
+tr {02973.t} {02973.p2-thinks} -> {02973.p1} {02973.p5} 
+tr {02973.t0|02974.t4} : b2972 {02974.p4-eats} -> {02973.f} {02974.f} {02974.p2-thinks} 
+tr {02973.t2} {02973.f} {02973.p5} -> {02973.p6} 
+tr {02973.t3|02974.t1} : a2972 {02973.f} {02974.p1} -> {02974.p3} 
+tr {02974.e} {02974.p6} {02974.p3} -> {02974.p4-eats} 
+tr {02974.t} {02974.p2-thinks} -> {02974.p1} {02974.p5} 
+tr {02974.t0|02975.t4} : b2973 {02975.p4-eats} -> {02974.f} {02975.f} {02975.p2-thinks} 
+tr {02974.t2} {02974.f} {02974.p5} -> {02974.p6} 
+tr {02974.t3|02975.t1} : a2973 {02974.f} {02975.p1} -> {02975.p3} 
+tr {02975.e} {02975.p6} {02975.p3} -> {02975.p4-eats} 
+tr {02975.t} {02975.p2-thinks} -> {02975.p1} {02975.p5} 
+tr {02975.t0|02976.t4} : b2974 {02976.p4-eats} -> {02975.f} {02976.f} {02976.p2-thinks} 
+tr {02975.t2} {02975.f} {02975.p5} -> {02975.p6} 
+tr {02975.t3|02976.t1} : a2974 {02975.f} {02976.p1} -> {02976.p3} 
+tr {02976.e} {02976.p6} {02976.p3} -> {02976.p4-eats} 
+tr {02976.t} {02976.p2-thinks} -> {02976.p1} {02976.p5} 
+tr {02976.t0|02977.t4} : b2975 {02977.p4-eats} -> {02976.f} {02977.f} {02977.p2-thinks} 
+tr {02976.t2} {02976.f} {02976.p5} -> {02976.p6} 
+tr {02976.t3|02977.t1} : a2975 {02976.f} {02977.p1} -> {02977.p3} 
+tr {02977.e} {02977.p6} {02977.p3} -> {02977.p4-eats} 
+tr {02977.t} {02977.p2-thinks} -> {02977.p1} {02977.p5} 
+tr {02977.t0|02978.t4} : b2976 {02978.p4-eats} -> {02977.f} {02978.f} {02978.p2-thinks} 
+tr {02977.t2} {02977.f} {02977.p5} -> {02977.p6} 
+tr {02977.t3|02978.t1} : a2976 {02977.f} {02978.p1} -> {02978.p3} 
+tr {02978.e} {02978.p6} {02978.p3} -> {02978.p4-eats} 
+tr {02978.t} {02978.p2-thinks} -> {02978.p1} {02978.p5} 
+tr {02978.t0|02979.t4} : b2977 {02979.p4-eats} -> {02978.f} {02979.f} {02979.p2-thinks} 
+tr {02978.t2} {02978.f} {02978.p5} -> {02978.p6} 
+tr {02978.t3|02979.t1} : a2977 {02978.f} {02979.p1} -> {02979.p3} 
+tr {02979.e} {02979.p6} {02979.p3} -> {02979.p4-eats} 
+tr {02979.t} {02979.p2-thinks} -> {02979.p1} {02979.p5} 
+tr {02979.t0|02980.t4} : b2978 {02980.p4-eats} -> {02979.f} {02980.f} {02980.p2-thinks} 
+tr {02979.t2} {02979.f} {02979.p5} -> {02979.p6} 
+tr {02979.t3|02980.t1} : a2978 {02979.f} {02980.p1} -> {02980.p3} 
+tr {02980.e} {02980.p6} {02980.p3} -> {02980.p4-eats} 
+tr {02980.t} {02980.p2-thinks} -> {02980.p1} {02980.p5} 
+tr {02980.t0|02981.t4} : b2979 {02981.p4-eats} -> {02980.f} {02981.f} {02981.p2-thinks} 
+tr {02980.t2} {02980.f} {02980.p5} -> {02980.p6} 
+tr {02980.t3|02981.t1} : a2979 {02980.f} {02981.p1} -> {02981.p3} 
+tr {02981.e} {02981.p6} {02981.p3} -> {02981.p4-eats} 
+tr {02981.t} {02981.p2-thinks} -> {02981.p1} {02981.p5} 
+tr {02981.t0|02982.t4} : b2980 {02982.p4-eats} -> {02981.f} {02982.f} {02982.p2-thinks} 
+tr {02981.t2} {02981.f} {02981.p5} -> {02981.p6} 
+tr {02981.t3|02982.t1} : a2980 {02981.f} {02982.p1} -> {02982.p3} 
+tr {02982.e} {02982.p6} {02982.p3} -> {02982.p4-eats} 
+tr {02982.t} {02982.p2-thinks} -> {02982.p1} {02982.p5} 
+tr {02982.t0|02983.t4} : b2981 {02983.p4-eats} -> {02982.f} {02983.f} {02983.p2-thinks} 
+tr {02982.t2} {02982.f} {02982.p5} -> {02982.p6} 
+tr {02982.t3|02983.t1} : a2981 {02982.f} {02983.p1} -> {02983.p3} 
+tr {02983.e} {02983.p6} {02983.p3} -> {02983.p4-eats} 
+tr {02983.t} {02983.p2-thinks} -> {02983.p1} {02983.p5} 
+tr {02983.t0|02984.t4} : b2982 {02984.p4-eats} -> {02983.f} {02984.f} {02984.p2-thinks} 
+tr {02983.t2} {02983.f} {02983.p5} -> {02983.p6} 
+tr {02983.t3|02984.t1} : a2982 {02983.f} {02984.p1} -> {02984.p3} 
+tr {02984.e} {02984.p6} {02984.p3} -> {02984.p4-eats} 
+tr {02984.t} {02984.p2-thinks} -> {02984.p1} {02984.p5} 
+tr {02984.t0|02985.t4} : b2983 {02985.p4-eats} -> {02984.f} {02985.f} {02985.p2-thinks} 
+tr {02984.t2} {02984.f} {02984.p5} -> {02984.p6} 
+tr {02984.t3|02985.t1} : a2983 {02984.f} {02985.p1} -> {02985.p3} 
+tr {02985.e} {02985.p6} {02985.p3} -> {02985.p4-eats} 
+tr {02985.t} {02985.p2-thinks} -> {02985.p1} {02985.p5} 
+tr {02985.t0|02986.t4} : b2984 {02986.p4-eats} -> {02985.f} {02986.f} {02986.p2-thinks} 
+tr {02985.t2} {02985.f} {02985.p5} -> {02985.p6} 
+tr {02985.t3|02986.t1} : a2984 {02985.f} {02986.p1} -> {02986.p3} 
+tr {02986.e} {02986.p6} {02986.p3} -> {02986.p4-eats} 
+tr {02986.t} {02986.p2-thinks} -> {02986.p1} {02986.p5} 
+tr {02986.t0|02987.t4} : b2985 {02987.p4-eats} -> {02986.f} {02987.f} {02987.p2-thinks} 
+tr {02986.t2} {02986.f} {02986.p5} -> {02986.p6} 
+tr {02986.t3|02987.t1} : a2985 {02986.f} {02987.p1} -> {02987.p3} 
+tr {02987.e} {02987.p6} {02987.p3} -> {02987.p4-eats} 
+tr {02987.t} {02987.p2-thinks} -> {02987.p1} {02987.p5} 
+tr {02987.t0|02988.t4} : b2986 {02988.p4-eats} -> {02987.f} {02988.f} {02988.p2-thinks} 
+tr {02987.t2} {02987.f} {02987.p5} -> {02987.p6} 
+tr {02987.t3|02988.t1} : a2986 {02987.f} {02988.p1} -> {02988.p3} 
+tr {02988.e} {02988.p6} {02988.p3} -> {02988.p4-eats} 
+tr {02988.t} {02988.p2-thinks} -> {02988.p1} {02988.p5} 
+tr {02988.t0|02989.t4} : b2987 {02989.p4-eats} -> {02988.f} {02989.f} {02989.p2-thinks} 
+tr {02988.t2} {02988.f} {02988.p5} -> {02988.p6} 
+tr {02988.t3|02989.t1} : a2987 {02988.f} {02989.p1} -> {02989.p3} 
+tr {02989.e} {02989.p6} {02989.p3} -> {02989.p4-eats} 
+tr {02989.t} {02989.p2-thinks} -> {02989.p1} {02989.p5} 
+tr {02989.t0|02990.t4} : b2988 {02990.p4-eats} -> {02989.f} {02990.f} {02990.p2-thinks} 
+tr {02989.t2} {02989.f} {02989.p5} -> {02989.p6} 
+tr {02989.t3|02990.t1} : a2988 {02989.f} {02990.p1} -> {02990.p3} 
+tr {02990.e} {02990.p6} {02990.p3} -> {02990.p4-eats} 
+tr {02990.t} {02990.p2-thinks} -> {02990.p1} {02990.p5} 
+tr {02990.t0|02991.t4} : b2989 {02991.p4-eats} -> {02990.f} {02991.f} {02991.p2-thinks} 
+tr {02990.t2} {02990.f} {02990.p5} -> {02990.p6} 
+tr {02990.t3|02991.t1} : a2989 {02990.f} {02991.p1} -> {02991.p3} 
+tr {02991.e} {02991.p6} {02991.p3} -> {02991.p4-eats} 
+tr {02991.t} {02991.p2-thinks} -> {02991.p1} {02991.p5} 
+tr {02991.t0|02992.t4} : b2990 {02992.p4-eats} -> {02991.f} {02992.f} {02992.p2-thinks} 
+tr {02991.t2} {02991.f} {02991.p5} -> {02991.p6} 
+tr {02991.t3|02992.t1} : a2990 {02991.f} {02992.p1} -> {02992.p3} 
+tr {02992.e} {02992.p6} {02992.p3} -> {02992.p4-eats} 
+tr {02992.t} {02992.p2-thinks} -> {02992.p1} {02992.p5} 
+tr {02992.t0|02993.t4} : b2991 {02993.p4-eats} -> {02992.f} {02993.f} {02993.p2-thinks} 
+tr {02992.t2} {02992.f} {02992.p5} -> {02992.p6} 
+tr {02992.t3|02993.t1} : a2991 {02992.f} {02993.p1} -> {02993.p3} 
+tr {02993.e} {02993.p6} {02993.p3} -> {02993.p4-eats} 
+tr {02993.t} {02993.p2-thinks} -> {02993.p1} {02993.p5} 
+tr {02993.t0|02994.t4} : b2992 {02994.p4-eats} -> {02993.f} {02994.f} {02994.p2-thinks} 
+tr {02993.t2} {02993.f} {02993.p5} -> {02993.p6} 
+tr {02993.t3|02994.t1} : a2992 {02993.f} {02994.p1} -> {02994.p3} 
+tr {02994.e} {02994.p6} {02994.p3} -> {02994.p4-eats} 
+tr {02994.t} {02994.p2-thinks} -> {02994.p1} {02994.p5} 
+tr {02994.t0|02995.t4} : b2993 {02995.p4-eats} -> {02994.f} {02995.f} {02995.p2-thinks} 
+tr {02994.t2} {02994.f} {02994.p5} -> {02994.p6} 
+tr {02994.t3|02995.t1} : a2993 {02994.f} {02995.p1} -> {02995.p3} 
+tr {02995.e} {02995.p6} {02995.p3} -> {02995.p4-eats} 
+tr {02995.t} {02995.p2-thinks} -> {02995.p1} {02995.p5} 
+tr {02995.t0|02996.t4} : b2994 {02996.p4-eats} -> {02995.f} {02996.f} {02996.p2-thinks} 
+tr {02995.t2} {02995.f} {02995.p5} -> {02995.p6} 
+tr {02995.t3|02996.t1} : a2994 {02995.f} {02996.p1} -> {02996.p3} 
+tr {02996.e} {02996.p6} {02996.p3} -> {02996.p4-eats} 
+tr {02996.t} {02996.p2-thinks} -> {02996.p1} {02996.p5} 
+tr {02996.t0|02997.t4} : b2995 {02997.p4-eats} -> {02996.f} {02997.f} {02997.p2-thinks} 
+tr {02996.t2} {02996.f} {02996.p5} -> {02996.p6} 
+tr {02996.t3|02997.t1} : a2995 {02996.f} {02997.p1} -> {02997.p3} 
+tr {02997.e} {02997.p6} {02997.p3} -> {02997.p4-eats} 
+tr {02997.t} {02997.p2-thinks} -> {02997.p1} {02997.p5} 
+tr {02997.t0|02998.t4} : b2996 {02998.p4-eats} -> {02997.f} {02998.f} {02998.p2-thinks} 
+tr {02997.t2} {02997.f} {02997.p5} -> {02997.p6} 
+tr {02997.t3|02998.t1} : a2996 {02997.f} {02998.p1} -> {02998.p3} 
+tr {02998.e} {02998.p6} {02998.p3} -> {02998.p4-eats} 
+tr {02998.t} {02998.p2-thinks} -> {02998.p1} {02998.p5} 
+tr {02998.t0|02999.t4} : b2997 {02999.p4-eats} -> {02998.f} {02999.f} {02999.p2-thinks} 
+tr {02998.t2} {02998.f} {02998.p5} -> {02998.p6} 
+tr {02998.t3|02999.t1} : a2997 {02998.f} {02999.p1} -> {02999.p3} 
+tr {02999.e} {02999.p6} {02999.p3} -> {02999.p4-eats} 
+tr {02999.t} {02999.p2-thinks} -> {02999.p1} {02999.p5} 
+tr {02999.t0|03000.t4} : b2998 {03000.p4-eats} -> {02999.f} {03000.f} {03000.p2-thinks} 
+tr {02999.t2} {02999.f} {02999.p5} -> {02999.p6} 
+tr {02999.t3|03000.t1} : a2998 {02999.f} {03000.p1} -> {03000.p3} 
+tr {03000.e} {03000.p6} {03000.p3} -> {03000.p4-eats} 
+tr {03000.t} {03000.p2-thinks} -> {03000.p1} {03000.p5} 
+tr {03000.t0|03001.t4} : b2999 {03001.p4-eats} -> {03000.f} {03001.f} {03001.p2-thinks} 
+tr {03000.t2} {03000.f} {03000.p5} -> {03000.p6} 
+tr {03000.t3|03001.t1} : a2999 {03000.f} {03001.p1} -> {03001.p3} 
+tr {03001.e} {03001.p6} {03001.p3} -> {03001.p4-eats} 
+tr {03001.t} {03001.p2-thinks} -> {03001.p1} {03001.p5} 
+tr {03001.t0|03002.t4} : b3000 {03002.p4-eats} -> {03001.f} {03002.f} {03002.p2-thinks} 
+tr {03001.t2} {03001.f} {03001.p5} -> {03001.p6} 
+tr {03001.t3|03002.t1} : a3000 {03001.f} {03002.p1} -> {03002.p3} 
+tr {03002.e} {03002.p6} {03002.p3} -> {03002.p4-eats} 
+tr {03002.t} {03002.p2-thinks} -> {03002.p1} {03002.p5} 
+tr {03002.t0|03003.t4} : b3001 {03003.p4-eats} -> {03002.f} {03003.f} {03003.p2-thinks} 
+tr {03002.t2} {03002.f} {03002.p5} -> {03002.p6} 
+tr {03002.t3|03003.t1} : a3001 {03002.f} {03003.p1} -> {03003.p3} 
+tr {03003.e} {03003.p6} {03003.p3} -> {03003.p4-eats} 
+tr {03003.t} {03003.p2-thinks} -> {03003.p1} {03003.p5} 
+tr {03003.t0|03004.t4} : b3002 {03004.p4-eats} -> {03003.f} {03004.f} {03004.p2-thinks} 
+tr {03003.t2} {03003.f} {03003.p5} -> {03003.p6} 
+tr {03003.t3|03004.t1} : a3002 {03003.f} {03004.p1} -> {03004.p3} 
+tr {03004.e} {03004.p6} {03004.p3} -> {03004.p4-eats} 
+tr {03004.t} {03004.p2-thinks} -> {03004.p1} {03004.p5} 
+tr {03004.t0|03005.t4} : b3003 {03005.p4-eats} -> {03004.f} {03005.f} {03005.p2-thinks} 
+tr {03004.t2} {03004.f} {03004.p5} -> {03004.p6} 
+tr {03004.t3|03005.t1} : a3003 {03004.f} {03005.p1} -> {03005.p3} 
+tr {03005.e} {03005.p6} {03005.p3} -> {03005.p4-eats} 
+tr {03005.t} {03005.p2-thinks} -> {03005.p1} {03005.p5} 
+tr {03005.t0|03006.t4} : b3004 {03006.p4-eats} -> {03005.f} {03006.f} {03006.p2-thinks} 
+tr {03005.t2} {03005.f} {03005.p5} -> {03005.p6} 
+tr {03005.t3|03006.t1} : a3004 {03005.f} {03006.p1} -> {03006.p3} 
+tr {03006.e} {03006.p6} {03006.p3} -> {03006.p4-eats} 
+tr {03006.t} {03006.p2-thinks} -> {03006.p1} {03006.p5} 
+tr {03006.t0|03007.t4} : b3005 {03007.p4-eats} -> {03006.f} {03007.f} {03007.p2-thinks} 
+tr {03006.t2} {03006.f} {03006.p5} -> {03006.p6} 
+tr {03006.t3|03007.t1} : a3005 {03006.f} {03007.p1} -> {03007.p3} 
+tr {03007.e} {03007.p6} {03007.p3} -> {03007.p4-eats} 
+tr {03007.t} {03007.p2-thinks} -> {03007.p1} {03007.p5} 
+tr {03007.t0|03008.t4} : b3006 {03008.p4-eats} -> {03007.f} {03008.f} {03008.p2-thinks} 
+tr {03007.t2} {03007.f} {03007.p5} -> {03007.p6} 
+tr {03007.t3|03008.t1} : a3006 {03007.f} {03008.p1} -> {03008.p3} 
+tr {03008.e} {03008.p6} {03008.p3} -> {03008.p4-eats} 
+tr {03008.t} {03008.p2-thinks} -> {03008.p1} {03008.p5} 
+tr {03008.t0|03009.t4} : b3007 {03009.p4-eats} -> {03008.f} {03009.f} {03009.p2-thinks} 
+tr {03008.t2} {03008.f} {03008.p5} -> {03008.p6} 
+tr {03008.t3|03009.t1} : a3007 {03008.f} {03009.p1} -> {03009.p3} 
+tr {03009.e} {03009.p6} {03009.p3} -> {03009.p4-eats} 
+tr {03009.t} {03009.p2-thinks} -> {03009.p1} {03009.p5} 
+tr {03009.t0|03010.t4} : b3008 {03010.p4-eats} -> {03009.f} {03010.f} {03010.p2-thinks} 
+tr {03009.t2} {03009.f} {03009.p5} -> {03009.p6} 
+tr {03009.t3|03010.t1} : a3008 {03009.f} {03010.p1} -> {03010.p3} 
+tr {03010.e} {03010.p6} {03010.p3} -> {03010.p4-eats} 
+tr {03010.t} {03010.p2-thinks} -> {03010.p1} {03010.p5} 
+tr {03010.t0|03011.t4} : b3009 {03011.p4-eats} -> {03010.f} {03011.f} {03011.p2-thinks} 
+tr {03010.t2} {03010.f} {03010.p5} -> {03010.p6} 
+tr {03010.t3|03011.t1} : a3009 {03010.f} {03011.p1} -> {03011.p3} 
+tr {03011.e} {03011.p6} {03011.p3} -> {03011.p4-eats} 
+tr {03011.t} {03011.p2-thinks} -> {03011.p1} {03011.p5} 
+tr {03011.t0|03012.t4} : b3010 {03012.p4-eats} -> {03011.f} {03012.f} {03012.p2-thinks} 
+tr {03011.t2} {03011.f} {03011.p5} -> {03011.p6} 
+tr {03011.t3|03012.t1} : a3010 {03011.f} {03012.p1} -> {03012.p3} 
+tr {03012.e} {03012.p6} {03012.p3} -> {03012.p4-eats} 
+tr {03012.t} {03012.p2-thinks} -> {03012.p1} {03012.p5} 
+tr {03012.t0|03013.t4} : b3011 {03013.p4-eats} -> {03012.f} {03013.f} {03013.p2-thinks} 
+tr {03012.t2} {03012.f} {03012.p5} -> {03012.p6} 
+tr {03012.t3|03013.t1} : a3011 {03012.f} {03013.p1} -> {03013.p3} 
+tr {03013.e} {03013.p6} {03013.p3} -> {03013.p4-eats} 
+tr {03013.t} {03013.p2-thinks} -> {03013.p1} {03013.p5} 
+tr {03013.t0|03014.t4} : b3012 {03014.p4-eats} -> {03013.f} {03014.f} {03014.p2-thinks} 
+tr {03013.t2} {03013.f} {03013.p5} -> {03013.p6} 
+tr {03013.t3|03014.t1} : a3012 {03013.f} {03014.p1} -> {03014.p3} 
+tr {03014.e} {03014.p6} {03014.p3} -> {03014.p4-eats} 
+tr {03014.t} {03014.p2-thinks} -> {03014.p1} {03014.p5} 
+tr {03014.t0|03015.t4} : b3013 {03015.p4-eats} -> {03014.f} {03015.f} {03015.p2-thinks} 
+tr {03014.t2} {03014.f} {03014.p5} -> {03014.p6} 
+tr {03014.t3|03015.t1} : a3013 {03014.f} {03015.p1} -> {03015.p3} 
+tr {03015.e} {03015.p6} {03015.p3} -> {03015.p4-eats} 
+tr {03015.t} {03015.p2-thinks} -> {03015.p1} {03015.p5} 
+tr {03015.t0|03016.t4} : b3014 {03016.p4-eats} -> {03015.f} {03016.f} {03016.p2-thinks} 
+tr {03015.t2} {03015.f} {03015.p5} -> {03015.p6} 
+tr {03015.t3|03016.t1} : a3014 {03015.f} {03016.p1} -> {03016.p3} 
+tr {03016.e} {03016.p6} {03016.p3} -> {03016.p4-eats} 
+tr {03016.t} {03016.p2-thinks} -> {03016.p1} {03016.p5} 
+tr {03016.t0|03017.t4} : b3015 {03017.p4-eats} -> {03016.f} {03017.f} {03017.p2-thinks} 
+tr {03016.t2} {03016.f} {03016.p5} -> {03016.p6} 
+tr {03016.t3|03017.t1} : a3015 {03016.f} {03017.p1} -> {03017.p3} 
+tr {03017.e} {03017.p6} {03017.p3} -> {03017.p4-eats} 
+tr {03017.t} {03017.p2-thinks} -> {03017.p1} {03017.p5} 
+tr {03017.t0|03018.t4} : b3016 {03018.p4-eats} -> {03017.f} {03018.f} {03018.p2-thinks} 
+tr {03017.t2} {03017.f} {03017.p5} -> {03017.p6} 
+tr {03017.t3|03018.t1} : a3016 {03017.f} {03018.p1} -> {03018.p3} 
+tr {03018.e} {03018.p6} {03018.p3} -> {03018.p4-eats} 
+tr {03018.t} {03018.p2-thinks} -> {03018.p1} {03018.p5} 
+tr {03018.t0|03019.t4} : b3017 {03019.p4-eats} -> {03018.f} {03019.f} {03019.p2-thinks} 
+tr {03018.t2} {03018.f} {03018.p5} -> {03018.p6} 
+tr {03018.t3|03019.t1} : a3017 {03018.f} {03019.p1} -> {03019.p3} 
+tr {03019.e} {03019.p6} {03019.p3} -> {03019.p4-eats} 
+tr {03019.t} {03019.p2-thinks} -> {03019.p1} {03019.p5} 
+tr {03019.t0|03020.t4} : b3018 {03020.p4-eats} -> {03019.f} {03020.f} {03020.p2-thinks} 
+tr {03019.t2} {03019.f} {03019.p5} -> {03019.p6} 
+tr {03019.t3|03020.t1} : a3018 {03019.f} {03020.p1} -> {03020.p3} 
+tr {03020.e} {03020.p6} {03020.p3} -> {03020.p4-eats} 
+tr {03020.t} {03020.p2-thinks} -> {03020.p1} {03020.p5} 
+tr {03020.t0|03021.t4} : b3019 {03021.p4-eats} -> {03020.f} {03021.f} {03021.p2-thinks} 
+tr {03020.t2} {03020.f} {03020.p5} -> {03020.p6} 
+tr {03020.t3|03021.t1} : a3019 {03020.f} {03021.p1} -> {03021.p3} 
+tr {03021.e} {03021.p6} {03021.p3} -> {03021.p4-eats} 
+tr {03021.t} {03021.p2-thinks} -> {03021.p1} {03021.p5} 
+tr {03021.t0|03022.t4} : b3020 {03022.p4-eats} -> {03021.f} {03022.f} {03022.p2-thinks} 
+tr {03021.t2} {03021.f} {03021.p5} -> {03021.p6} 
+tr {03021.t3|03022.t1} : a3020 {03021.f} {03022.p1} -> {03022.p3} 
+tr {03022.e} {03022.p6} {03022.p3} -> {03022.p4-eats} 
+tr {03022.t} {03022.p2-thinks} -> {03022.p1} {03022.p5} 
+tr {03022.t0|03023.t4} : b3021 {03023.p4-eats} -> {03022.f} {03023.f} {03023.p2-thinks} 
+tr {03022.t2} {03022.f} {03022.p5} -> {03022.p6} 
+tr {03022.t3|03023.t1} : a3021 {03022.f} {03023.p1} -> {03023.p3} 
+tr {03023.e} {03023.p6} {03023.p3} -> {03023.p4-eats} 
+tr {03023.t} {03023.p2-thinks} -> {03023.p1} {03023.p5} 
+tr {03023.t0|03024.t4} : b3022 {03024.p4-eats} -> {03023.f} {03024.f} {03024.p2-thinks} 
+tr {03023.t2} {03023.f} {03023.p5} -> {03023.p6} 
+tr {03023.t3|03024.t1} : a3022 {03023.f} {03024.p1} -> {03024.p3} 
+tr {03024.e} {03024.p6} {03024.p3} -> {03024.p4-eats} 
+tr {03024.t} {03024.p2-thinks} -> {03024.p1} {03024.p5} 
+tr {03024.t0|03025.t4} : b3023 {03025.p4-eats} -> {03024.f} {03025.f} {03025.p2-thinks} 
+tr {03024.t2} {03024.f} {03024.p5} -> {03024.p6} 
+tr {03024.t3|03025.t1} : a3023 {03024.f} {03025.p1} -> {03025.p3} 
+tr {03025.e} {03025.p6} {03025.p3} -> {03025.p4-eats} 
+tr {03025.t} {03025.p2-thinks} -> {03025.p1} {03025.p5} 
+tr {03025.t0|03026.t4} : b3024 {03026.p4-eats} -> {03025.f} {03026.f} {03026.p2-thinks} 
+tr {03025.t2} {03025.f} {03025.p5} -> {03025.p6} 
+tr {03025.t3|03026.t1} : a3024 {03025.f} {03026.p1} -> {03026.p3} 
+tr {03026.e} {03026.p6} {03026.p3} -> {03026.p4-eats} 
+tr {03026.t} {03026.p2-thinks} -> {03026.p1} {03026.p5} 
+tr {03026.t0|03027.t4} : b3025 {03027.p4-eats} -> {03026.f} {03027.f} {03027.p2-thinks} 
+tr {03026.t2} {03026.f} {03026.p5} -> {03026.p6} 
+tr {03026.t3|03027.t1} : a3025 {03026.f} {03027.p1} -> {03027.p3} 
+tr {03027.e} {03027.p6} {03027.p3} -> {03027.p4-eats} 
+tr {03027.t} {03027.p2-thinks} -> {03027.p1} {03027.p5} 
+tr {03027.t0|03028.t4} : b3026 {03028.p4-eats} -> {03027.f} {03028.f} {03028.p2-thinks} 
+tr {03027.t2} {03027.f} {03027.p5} -> {03027.p6} 
+tr {03027.t3|03028.t1} : a3026 {03027.f} {03028.p1} -> {03028.p3} 
+tr {03028.e} {03028.p6} {03028.p3} -> {03028.p4-eats} 
+tr {03028.t} {03028.p2-thinks} -> {03028.p1} {03028.p5} 
+tr {03028.t0|03029.t4} : b3027 {03029.p4-eats} -> {03028.f} {03029.f} {03029.p2-thinks} 
+tr {03028.t2} {03028.f} {03028.p5} -> {03028.p6} 
+tr {03028.t3|03029.t1} : a3027 {03028.f} {03029.p1} -> {03029.p3} 
+tr {03029.e} {03029.p6} {03029.p3} -> {03029.p4-eats} 
+tr {03029.t} {03029.p2-thinks} -> {03029.p1} {03029.p5} 
+tr {03029.t0|03030.t4} : b3028 {03030.p4-eats} -> {03029.f} {03030.f} {03030.p2-thinks} 
+tr {03029.t2} {03029.f} {03029.p5} -> {03029.p6} 
+tr {03029.t3|03030.t1} : a3028 {03029.f} {03030.p1} -> {03030.p3} 
+tr {03030.e} {03030.p6} {03030.p3} -> {03030.p4-eats} 
+tr {03030.t} {03030.p2-thinks} -> {03030.p1} {03030.p5} 
+tr {03030.t0|03031.t4} : b3029 {03031.p4-eats} -> {03030.f} {03031.f} {03031.p2-thinks} 
+tr {03030.t2} {03030.f} {03030.p5} -> {03030.p6} 
+tr {03030.t3|03031.t1} : a3029 {03030.f} {03031.p1} -> {03031.p3} 
+tr {03031.e} {03031.p6} {03031.p3} -> {03031.p4-eats} 
+tr {03031.t} {03031.p2-thinks} -> {03031.p1} {03031.p5} 
+tr {03031.t0|03032.t4} : b3030 {03032.p4-eats} -> {03031.f} {03032.f} {03032.p2-thinks} 
+tr {03031.t2} {03031.f} {03031.p5} -> {03031.p6} 
+tr {03031.t3|03032.t1} : a3030 {03031.f} {03032.p1} -> {03032.p3} 
+tr {03032.e} {03032.p6} {03032.p3} -> {03032.p4-eats} 
+tr {03032.t} {03032.p2-thinks} -> {03032.p1} {03032.p5} 
+tr {03032.t0|03033.t4} : b3031 {03033.p4-eats} -> {03032.f} {03033.f} {03033.p2-thinks} 
+tr {03032.t2} {03032.f} {03032.p5} -> {03032.p6} 
+tr {03032.t3|03033.t1} : a3031 {03032.f} {03033.p1} -> {03033.p3} 
+tr {03033.e} {03033.p6} {03033.p3} -> {03033.p4-eats} 
+tr {03033.t} {03033.p2-thinks} -> {03033.p1} {03033.p5} 
+tr {03033.t0|03034.t4} : b3032 {03034.p4-eats} -> {03033.f} {03034.f} {03034.p2-thinks} 
+tr {03033.t2} {03033.f} {03033.p5} -> {03033.p6} 
+tr {03033.t3|03034.t1} : a3032 {03033.f} {03034.p1} -> {03034.p3} 
+tr {03034.e} {03034.p6} {03034.p3} -> {03034.p4-eats} 
+tr {03034.t} {03034.p2-thinks} -> {03034.p1} {03034.p5} 
+tr {03034.t0|03035.t4} : b3033 {03035.p4-eats} -> {03034.f} {03035.f} {03035.p2-thinks} 
+tr {03034.t2} {03034.f} {03034.p5} -> {03034.p6} 
+tr {03034.t3|03035.t1} : a3033 {03034.f} {03035.p1} -> {03035.p3} 
+tr {03035.e} {03035.p6} {03035.p3} -> {03035.p4-eats} 
+tr {03035.t} {03035.p2-thinks} -> {03035.p1} {03035.p5} 
+tr {03035.t0|03036.t4} : b3034 {03036.p4-eats} -> {03035.f} {03036.f} {03036.p2-thinks} 
+tr {03035.t2} {03035.f} {03035.p5} -> {03035.p6} 
+tr {03035.t3|03036.t1} : a3034 {03035.f} {03036.p1} -> {03036.p3} 
+tr {03036.e} {03036.p6} {03036.p3} -> {03036.p4-eats} 
+tr {03036.t} {03036.p2-thinks} -> {03036.p1} {03036.p5} 
+tr {03036.t0|03037.t4} : b3035 {03037.p4-eats} -> {03036.f} {03037.f} {03037.p2-thinks} 
+tr {03036.t2} {03036.f} {03036.p5} -> {03036.p6} 
+tr {03036.t3|03037.t1} : a3035 {03036.f} {03037.p1} -> {03037.p3} 
+tr {03037.e} {03037.p6} {03037.p3} -> {03037.p4-eats} 
+tr {03037.t} {03037.p2-thinks} -> {03037.p1} {03037.p5} 
+tr {03037.t0|03038.t4} : b3036 {03038.p4-eats} -> {03037.f} {03038.f} {03038.p2-thinks} 
+tr {03037.t2} {03037.f} {03037.p5} -> {03037.p6} 
+tr {03037.t3|03038.t1} : a3036 {03037.f} {03038.p1} -> {03038.p3} 
+tr {03038.e} {03038.p6} {03038.p3} -> {03038.p4-eats} 
+tr {03038.t} {03038.p2-thinks} -> {03038.p1} {03038.p5} 
+tr {03038.t0|03039.t4} : b3037 {03039.p4-eats} -> {03038.f} {03039.f} {03039.p2-thinks} 
+tr {03038.t2} {03038.f} {03038.p5} -> {03038.p6} 
+tr {03038.t3|03039.t1} : a3037 {03038.f} {03039.p1} -> {03039.p3} 
+tr {03039.e} {03039.p6} {03039.p3} -> {03039.p4-eats} 
+tr {03039.t} {03039.p2-thinks} -> {03039.p1} {03039.p5} 
+tr {03039.t0|03040.t4} : b3038 {03040.p4-eats} -> {03039.f} {03040.f} {03040.p2-thinks} 
+tr {03039.t2} {03039.f} {03039.p5} -> {03039.p6} 
+tr {03039.t3|03040.t1} : a3038 {03039.f} {03040.p1} -> {03040.p3} 
+tr {03040.e} {03040.p6} {03040.p3} -> {03040.p4-eats} 
+tr {03040.t} {03040.p2-thinks} -> {03040.p1} {03040.p5} 
+tr {03040.t0|03041.t4} : b3039 {03041.p4-eats} -> {03040.f} {03041.f} {03041.p2-thinks} 
+tr {03040.t2} {03040.f} {03040.p5} -> {03040.p6} 
+tr {03040.t3|03041.t1} : a3039 {03040.f} {03041.p1} -> {03041.p3} 
+tr {03041.e} {03041.p6} {03041.p3} -> {03041.p4-eats} 
+tr {03041.t} {03041.p2-thinks} -> {03041.p1} {03041.p5} 
+tr {03041.t0|03042.t4} : b3040 {03042.p4-eats} -> {03041.f} {03042.f} {03042.p2-thinks} 
+tr {03041.t2} {03041.f} {03041.p5} -> {03041.p6} 
+tr {03041.t3|03042.t1} : a3040 {03041.f} {03042.p1} -> {03042.p3} 
+tr {03042.e} {03042.p6} {03042.p3} -> {03042.p4-eats} 
+tr {03042.t} {03042.p2-thinks} -> {03042.p1} {03042.p5} 
+tr {03042.t0|03043.t4} : b3041 {03043.p4-eats} -> {03042.f} {03043.f} {03043.p2-thinks} 
+tr {03042.t2} {03042.f} {03042.p5} -> {03042.p6} 
+tr {03042.t3|03043.t1} : a3041 {03042.f} {03043.p1} -> {03043.p3} 
+tr {03043.e} {03043.p6} {03043.p3} -> {03043.p4-eats} 
+tr {03043.t} {03043.p2-thinks} -> {03043.p1} {03043.p5} 
+tr {03043.t0|03044.t4} : b3042 {03044.p4-eats} -> {03043.f} {03044.f} {03044.p2-thinks} 
+tr {03043.t2} {03043.f} {03043.p5} -> {03043.p6} 
+tr {03043.t3|03044.t1} : a3042 {03043.f} {03044.p1} -> {03044.p3} 
+tr {03044.e} {03044.p6} {03044.p3} -> {03044.p4-eats} 
+tr {03044.t} {03044.p2-thinks} -> {03044.p1} {03044.p5} 
+tr {03044.t0|03045.t4} : b3043 {03045.p4-eats} -> {03044.f} {03045.f} {03045.p2-thinks} 
+tr {03044.t2} {03044.f} {03044.p5} -> {03044.p6} 
+tr {03044.t3|03045.t1} : a3043 {03044.f} {03045.p1} -> {03045.p3} 
+tr {03045.e} {03045.p6} {03045.p3} -> {03045.p4-eats} 
+tr {03045.t} {03045.p2-thinks} -> {03045.p1} {03045.p5} 
+tr {03045.t0|03046.t4} : b3044 {03046.p4-eats} -> {03045.f} {03046.f} {03046.p2-thinks} 
+tr {03045.t2} {03045.f} {03045.p5} -> {03045.p6} 
+tr {03045.t3|03046.t1} : a3044 {03045.f} {03046.p1} -> {03046.p3} 
+tr {03046.e} {03046.p6} {03046.p3} -> {03046.p4-eats} 
+tr {03046.t} {03046.p2-thinks} -> {03046.p1} {03046.p5} 
+tr {03046.t0|03047.t4} : b3045 {03047.p4-eats} -> {03046.f} {03047.f} {03047.p2-thinks} 
+tr {03046.t2} {03046.f} {03046.p5} -> {03046.p6} 
+tr {03046.t3|03047.t1} : a3045 {03046.f} {03047.p1} -> {03047.p3} 
+tr {03047.e} {03047.p6} {03047.p3} -> {03047.p4-eats} 
+tr {03047.t} {03047.p2-thinks} -> {03047.p1} {03047.p5} 
+tr {03047.t0|03048.t4} : b3046 {03048.p4-eats} -> {03047.f} {03048.f} {03048.p2-thinks} 
+tr {03047.t2} {03047.f} {03047.p5} -> {03047.p6} 
+tr {03047.t3|03048.t1} : a3046 {03047.f} {03048.p1} -> {03048.p3} 
+tr {03048.e} {03048.p6} {03048.p3} -> {03048.p4-eats} 
+tr {03048.t} {03048.p2-thinks} -> {03048.p1} {03048.p5} 
+tr {03048.t0|03049.t4} : b3047 {03049.p4-eats} -> {03048.f} {03049.f} {03049.p2-thinks} 
+tr {03048.t2} {03048.f} {03048.p5} -> {03048.p6} 
+tr {03048.t3|03049.t1} : a3047 {03048.f} {03049.p1} -> {03049.p3} 
+tr {03049.e} {03049.p6} {03049.p3} -> {03049.p4-eats} 
+tr {03049.t} {03049.p2-thinks} -> {03049.p1} {03049.p5} 
+tr {03049.t0|03050.t4} : b3048 {03050.p4-eats} -> {03049.f} {03050.f} {03050.p2-thinks} 
+tr {03049.t2} {03049.f} {03049.p5} -> {03049.p6} 
+tr {03049.t3|03050.t1} : a3048 {03049.f} {03050.p1} -> {03050.p3} 
+tr {03050.e} {03050.p6} {03050.p3} -> {03050.p4-eats} 
+tr {03050.t} {03050.p2-thinks} -> {03050.p1} {03050.p5} 
+tr {03050.t0|03051.t4} : b3049 {03051.p4-eats} -> {03050.f} {03051.f} {03051.p2-thinks} 
+tr {03050.t2} {03050.f} {03050.p5} -> {03050.p6} 
+tr {03050.t3|03051.t1} : a3049 {03050.f} {03051.p1} -> {03051.p3} 
+tr {03051.e} {03051.p6} {03051.p3} -> {03051.p4-eats} 
+tr {03051.t} {03051.p2-thinks} -> {03051.p1} {03051.p5} 
+tr {03051.t0|03052.t4} : b3050 {03052.p4-eats} -> {03051.f} {03052.f} {03052.p2-thinks} 
+tr {03051.t2} {03051.f} {03051.p5} -> {03051.p6} 
+tr {03051.t3|03052.t1} : a3050 {03051.f} {03052.p1} -> {03052.p3} 
+tr {03052.e} {03052.p6} {03052.p3} -> {03052.p4-eats} 
+tr {03052.t} {03052.p2-thinks} -> {03052.p1} {03052.p5} 
+tr {03052.t0|03053.t4} : b3051 {03053.p4-eats} -> {03052.f} {03053.f} {03053.p2-thinks} 
+tr {03052.t2} {03052.f} {03052.p5} -> {03052.p6} 
+tr {03052.t3|03053.t1} : a3051 {03052.f} {03053.p1} -> {03053.p3} 
+tr {03053.e} {03053.p6} {03053.p3} -> {03053.p4-eats} 
+tr {03053.t} {03053.p2-thinks} -> {03053.p1} {03053.p5} 
+tr {03053.t0|03054.t4} : b3052 {03054.p4-eats} -> {03053.f} {03054.f} {03054.p2-thinks} 
+tr {03053.t2} {03053.f} {03053.p5} -> {03053.p6} 
+tr {03053.t3|03054.t1} : a3052 {03053.f} {03054.p1} -> {03054.p3} 
+tr {03054.e} {03054.p6} {03054.p3} -> {03054.p4-eats} 
+tr {03054.t} {03054.p2-thinks} -> {03054.p1} {03054.p5} 
+tr {03054.t0|03055.t4} : b3053 {03055.p4-eats} -> {03054.f} {03055.f} {03055.p2-thinks} 
+tr {03054.t2} {03054.f} {03054.p5} -> {03054.p6} 
+tr {03054.t3|03055.t1} : a3053 {03054.f} {03055.p1} -> {03055.p3} 
+tr {03055.e} {03055.p6} {03055.p3} -> {03055.p4-eats} 
+tr {03055.t} {03055.p2-thinks} -> {03055.p1} {03055.p5} 
+tr {03055.t0|03056.t4} : b3054 {03056.p4-eats} -> {03055.f} {03056.f} {03056.p2-thinks} 
+tr {03055.t2} {03055.f} {03055.p5} -> {03055.p6} 
+tr {03055.t3|03056.t1} : a3054 {03055.f} {03056.p1} -> {03056.p3} 
+tr {03056.e} {03056.p6} {03056.p3} -> {03056.p4-eats} 
+tr {03056.t} {03056.p2-thinks} -> {03056.p1} {03056.p5} 
+tr {03056.t0|03057.t4} : b3055 {03057.p4-eats} -> {03056.f} {03057.f} {03057.p2-thinks} 
+tr {03056.t2} {03056.f} {03056.p5} -> {03056.p6} 
+tr {03056.t3|03057.t1} : a3055 {03056.f} {03057.p1} -> {03057.p3} 
+tr {03057.e} {03057.p6} {03057.p3} -> {03057.p4-eats} 
+tr {03057.t} {03057.p2-thinks} -> {03057.p1} {03057.p5} 
+tr {03057.t0|03058.t4} : b3056 {03058.p4-eats} -> {03057.f} {03058.f} {03058.p2-thinks} 
+tr {03057.t2} {03057.f} {03057.p5} -> {03057.p6} 
+tr {03057.t3|03058.t1} : a3056 {03057.f} {03058.p1} -> {03058.p3} 
+tr {03058.e} {03058.p6} {03058.p3} -> {03058.p4-eats} 
+tr {03058.t} {03058.p2-thinks} -> {03058.p1} {03058.p5} 
+tr {03058.t0|03059.t4} : b3057 {03059.p4-eats} -> {03058.f} {03059.f} {03059.p2-thinks} 
+tr {03058.t2} {03058.f} {03058.p5} -> {03058.p6} 
+tr {03058.t3|03059.t1} : a3057 {03058.f} {03059.p1} -> {03059.p3} 
+tr {03059.e} {03059.p6} {03059.p3} -> {03059.p4-eats} 
+tr {03059.t} {03059.p2-thinks} -> {03059.p1} {03059.p5} 
+tr {03059.t0|03060.t4} : b3058 {03060.p4-eats} -> {03059.f} {03060.f} {03060.p2-thinks} 
+tr {03059.t2} {03059.f} {03059.p5} -> {03059.p6} 
+tr {03059.t3|03060.t1} : a3058 {03059.f} {03060.p1} -> {03060.p3} 
+tr {03060.e} {03060.p6} {03060.p3} -> {03060.p4-eats} 
+tr {03060.t} {03060.p2-thinks} -> {03060.p1} {03060.p5} 
+tr {03060.t0|03061.t4} : b3059 {03061.p4-eats} -> {03060.f} {03061.f} {03061.p2-thinks} 
+tr {03060.t2} {03060.f} {03060.p5} -> {03060.p6} 
+tr {03060.t3|03061.t1} : a3059 {03060.f} {03061.p1} -> {03061.p3} 
+tr {03061.e} {03061.p6} {03061.p3} -> {03061.p4-eats} 
+tr {03061.t} {03061.p2-thinks} -> {03061.p1} {03061.p5} 
+tr {03061.t0|03062.t4} : b3060 {03062.p4-eats} -> {03061.f} {03062.f} {03062.p2-thinks} 
+tr {03061.t2} {03061.f} {03061.p5} -> {03061.p6} 
+tr {03061.t3|03062.t1} : a3060 {03061.f} {03062.p1} -> {03062.p3} 
+tr {03062.e} {03062.p6} {03062.p3} -> {03062.p4-eats} 
+tr {03062.t} {03062.p2-thinks} -> {03062.p1} {03062.p5} 
+tr {03062.t0|03063.t4} : b3061 {03063.p4-eats} -> {03062.f} {03063.f} {03063.p2-thinks} 
+tr {03062.t2} {03062.f} {03062.p5} -> {03062.p6} 
+tr {03062.t3|03063.t1} : a3061 {03062.f} {03063.p1} -> {03063.p3} 
+tr {03063.e} {03063.p6} {03063.p3} -> {03063.p4-eats} 
+tr {03063.t} {03063.p2-thinks} -> {03063.p1} {03063.p5} 
+tr {03063.t0|03064.t4} : b3062 {03064.p4-eats} -> {03063.f} {03064.f} {03064.p2-thinks} 
+tr {03063.t2} {03063.f} {03063.p5} -> {03063.p6} 
+tr {03063.t3|03064.t1} : a3062 {03063.f} {03064.p1} -> {03064.p3} 
+tr {03064.e} {03064.p6} {03064.p3} -> {03064.p4-eats} 
+tr {03064.t} {03064.p2-thinks} -> {03064.p1} {03064.p5} 
+tr {03064.t0|03065.t4} : b3063 {03065.p4-eats} -> {03064.f} {03065.f} {03065.p2-thinks} 
+tr {03064.t2} {03064.f} {03064.p5} -> {03064.p6} 
+tr {03064.t3|03065.t1} : a3063 {03064.f} {03065.p1} -> {03065.p3} 
+tr {03065.e} {03065.p6} {03065.p3} -> {03065.p4-eats} 
+tr {03065.t} {03065.p2-thinks} -> {03065.p1} {03065.p5} 
+tr {03065.t0|03066.t4} : b3064 {03066.p4-eats} -> {03065.f} {03066.f} {03066.p2-thinks} 
+tr {03065.t2} {03065.f} {03065.p5} -> {03065.p6} 
+tr {03065.t3|03066.t1} : a3064 {03065.f} {03066.p1} -> {03066.p3} 
+tr {03066.e} {03066.p6} {03066.p3} -> {03066.p4-eats} 
+tr {03066.t} {03066.p2-thinks} -> {03066.p1} {03066.p5} 
+tr {03066.t0|03067.t4} : b3065 {03067.p4-eats} -> {03066.f} {03067.f} {03067.p2-thinks} 
+tr {03066.t2} {03066.f} {03066.p5} -> {03066.p6} 
+tr {03066.t3|03067.t1} : a3065 {03066.f} {03067.p1} -> {03067.p3} 
+tr {03067.e} {03067.p6} {03067.p3} -> {03067.p4-eats} 
+tr {03067.t} {03067.p2-thinks} -> {03067.p1} {03067.p5} 
+tr {03067.t0|03068.t4} : b3066 {03068.p4-eats} -> {03067.f} {03068.f} {03068.p2-thinks} 
+tr {03067.t2} {03067.f} {03067.p5} -> {03067.p6} 
+tr {03067.t3|03068.t1} : a3066 {03067.f} {03068.p1} -> {03068.p3} 
+tr {03068.e} {03068.p6} {03068.p3} -> {03068.p4-eats} 
+tr {03068.t} {03068.p2-thinks} -> {03068.p1} {03068.p5} 
+tr {03068.t0|03069.t4} : b3067 {03069.p4-eats} -> {03068.f} {03069.f} {03069.p2-thinks} 
+tr {03068.t2} {03068.f} {03068.p5} -> {03068.p6} 
+tr {03068.t3|03069.t1} : a3067 {03068.f} {03069.p1} -> {03069.p3} 
+tr {03069.e} {03069.p6} {03069.p3} -> {03069.p4-eats} 
+tr {03069.t} {03069.p2-thinks} -> {03069.p1} {03069.p5} 
+tr {03069.t0|03070.t4} : b3068 {03070.p4-eats} -> {03069.f} {03070.f} {03070.p2-thinks} 
+tr {03069.t2} {03069.f} {03069.p5} -> {03069.p6} 
+tr {03069.t3|03070.t1} : a3068 {03069.f} {03070.p1} -> {03070.p3} 
+tr {03070.e} {03070.p6} {03070.p3} -> {03070.p4-eats} 
+tr {03070.t} {03070.p2-thinks} -> {03070.p1} {03070.p5} 
+tr {03070.t0|03071.t4} : b3069 {03071.p4-eats} -> {03070.f} {03071.f} {03071.p2-thinks} 
+tr {03070.t2} {03070.f} {03070.p5} -> {03070.p6} 
+tr {03070.t3|03071.t1} : a3069 {03070.f} {03071.p1} -> {03071.p3} 
+tr {03071.e} {03071.p6} {03071.p3} -> {03071.p4-eats} 
+tr {03071.t} {03071.p2-thinks} -> {03071.p1} {03071.p5} 
+tr {03071.t0|03072.t4} : b3070 {03072.p4-eats} -> {03071.f} {03072.f} {03072.p2-thinks} 
+tr {03071.t2} {03071.f} {03071.p5} -> {03071.p6} 
+tr {03071.t3|03072.t1} : a3070 {03071.f} {03072.p1} -> {03072.p3} 
+tr {03072.e} {03072.p6} {03072.p3} -> {03072.p4-eats} 
+tr {03072.t} {03072.p2-thinks} -> {03072.p1} {03072.p5} 
+tr {03072.t0|03073.t4} : b3071 {03073.p4-eats} -> {03072.f} {03073.f} {03073.p2-thinks} 
+tr {03072.t2} {03072.f} {03072.p5} -> {03072.p6} 
+tr {03072.t3|03073.t1} : a3071 {03072.f} {03073.p1} -> {03073.p3} 
+tr {03073.e} {03073.p6} {03073.p3} -> {03073.p4-eats} 
+tr {03073.t} {03073.p2-thinks} -> {03073.p1} {03073.p5} 
+tr {03073.t0|03074.t4} : b3072 {03074.p4-eats} -> {03073.f} {03074.f} {03074.p2-thinks} 
+tr {03073.t2} {03073.f} {03073.p5} -> {03073.p6} 
+tr {03073.t3|03074.t1} : a3072 {03073.f} {03074.p1} -> {03074.p3} 
+tr {03074.e} {03074.p6} {03074.p3} -> {03074.p4-eats} 
+tr {03074.t} {03074.p2-thinks} -> {03074.p1} {03074.p5} 
+tr {03074.t0|03075.t4} : b3073 {03075.p4-eats} -> {03074.f} {03075.f} {03075.p2-thinks} 
+tr {03074.t2} {03074.f} {03074.p5} -> {03074.p6} 
+tr {03074.t3|03075.t1} : a3073 {03074.f} {03075.p1} -> {03075.p3} 
+tr {03075.e} {03075.p6} {03075.p3} -> {03075.p4-eats} 
+tr {03075.t} {03075.p2-thinks} -> {03075.p1} {03075.p5} 
+tr {03075.t0|03076.t4} : b3074 {03076.p4-eats} -> {03075.f} {03076.f} {03076.p2-thinks} 
+tr {03075.t2} {03075.f} {03075.p5} -> {03075.p6} 
+tr {03075.t3|03076.t1} : a3074 {03075.f} {03076.p1} -> {03076.p3} 
+tr {03076.e} {03076.p6} {03076.p3} -> {03076.p4-eats} 
+tr {03076.t} {03076.p2-thinks} -> {03076.p1} {03076.p5} 
+tr {03076.t0|03077.t4} : b3075 {03077.p4-eats} -> {03076.f} {03077.f} {03077.p2-thinks} 
+tr {03076.t2} {03076.f} {03076.p5} -> {03076.p6} 
+tr {03076.t3|03077.t1} : a3075 {03076.f} {03077.p1} -> {03077.p3} 
+tr {03077.e} {03077.p6} {03077.p3} -> {03077.p4-eats} 
+tr {03077.t} {03077.p2-thinks} -> {03077.p1} {03077.p5} 
+tr {03077.t0|03078.t4} : b3076 {03078.p4-eats} -> {03077.f} {03078.f} {03078.p2-thinks} 
+tr {03077.t2} {03077.f} {03077.p5} -> {03077.p6} 
+tr {03077.t3|03078.t1} : a3076 {03077.f} {03078.p1} -> {03078.p3} 
+tr {03078.e} {03078.p6} {03078.p3} -> {03078.p4-eats} 
+tr {03078.t} {03078.p2-thinks} -> {03078.p1} {03078.p5} 
+tr {03078.t0|03079.t4} : b3077 {03079.p4-eats} -> {03078.f} {03079.f} {03079.p2-thinks} 
+tr {03078.t2} {03078.f} {03078.p5} -> {03078.p6} 
+tr {03078.t3|03079.t1} : a3077 {03078.f} {03079.p1} -> {03079.p3} 
+tr {03079.e} {03079.p6} {03079.p3} -> {03079.p4-eats} 
+tr {03079.t} {03079.p2-thinks} -> {03079.p1} {03079.p5} 
+tr {03079.t0|03080.t4} : b3078 {03080.p4-eats} -> {03079.f} {03080.f} {03080.p2-thinks} 
+tr {03079.t2} {03079.f} {03079.p5} -> {03079.p6} 
+tr {03079.t3|03080.t1} : a3078 {03079.f} {03080.p1} -> {03080.p3} 
+tr {03080.e} {03080.p6} {03080.p3} -> {03080.p4-eats} 
+tr {03080.t} {03080.p2-thinks} -> {03080.p1} {03080.p5} 
+tr {03080.t0|03081.t4} : b3079 {03081.p4-eats} -> {03080.f} {03081.f} {03081.p2-thinks} 
+tr {03080.t2} {03080.f} {03080.p5} -> {03080.p6} 
+tr {03080.t3|03081.t1} : a3079 {03080.f} {03081.p1} -> {03081.p3} 
+tr {03081.e} {03081.p6} {03081.p3} -> {03081.p4-eats} 
+tr {03081.t} {03081.p2-thinks} -> {03081.p1} {03081.p5} 
+tr {03081.t0|03082.t4} : b3080 {03082.p4-eats} -> {03081.f} {03082.f} {03082.p2-thinks} 
+tr {03081.t2} {03081.f} {03081.p5} -> {03081.p6} 
+tr {03081.t3|03082.t1} : a3080 {03081.f} {03082.p1} -> {03082.p3} 
+tr {03082.e} {03082.p6} {03082.p3} -> {03082.p4-eats} 
+tr {03082.t} {03082.p2-thinks} -> {03082.p1} {03082.p5} 
+tr {03082.t0|03083.t4} : b3081 {03083.p4-eats} -> {03082.f} {03083.f} {03083.p2-thinks} 
+tr {03082.t2} {03082.f} {03082.p5} -> {03082.p6} 
+tr {03082.t3|03083.t1} : a3081 {03082.f} {03083.p1} -> {03083.p3} 
+tr {03083.e} {03083.p6} {03083.p3} -> {03083.p4-eats} 
+tr {03083.t} {03083.p2-thinks} -> {03083.p1} {03083.p5} 
+tr {03083.t0|03084.t4} : b3082 {03084.p4-eats} -> {03083.f} {03084.f} {03084.p2-thinks} 
+tr {03083.t2} {03083.f} {03083.p5} -> {03083.p6} 
+tr {03083.t3|03084.t1} : a3082 {03083.f} {03084.p1} -> {03084.p3} 
+tr {03084.e} {03084.p6} {03084.p3} -> {03084.p4-eats} 
+tr {03084.t} {03084.p2-thinks} -> {03084.p1} {03084.p5} 
+tr {03084.t0|03085.t4} : b3083 {03085.p4-eats} -> {03084.f} {03085.f} {03085.p2-thinks} 
+tr {03084.t2} {03084.f} {03084.p5} -> {03084.p6} 
+tr {03084.t3|03085.t1} : a3083 {03084.f} {03085.p1} -> {03085.p3} 
+tr {03085.e} {03085.p6} {03085.p3} -> {03085.p4-eats} 
+tr {03085.t} {03085.p2-thinks} -> {03085.p1} {03085.p5} 
+tr {03085.t0|03086.t4} : b3084 {03086.p4-eats} -> {03085.f} {03086.f} {03086.p2-thinks} 
+tr {03085.t2} {03085.f} {03085.p5} -> {03085.p6} 
+tr {03085.t3|03086.t1} : a3084 {03085.f} {03086.p1} -> {03086.p3} 
+tr {03086.e} {03086.p6} {03086.p3} -> {03086.p4-eats} 
+tr {03086.t} {03086.p2-thinks} -> {03086.p1} {03086.p5} 
+tr {03086.t0|03087.t4} : b3085 {03087.p4-eats} -> {03086.f} {03087.f} {03087.p2-thinks} 
+tr {03086.t2} {03086.f} {03086.p5} -> {03086.p6} 
+tr {03086.t3|03087.t1} : a3085 {03086.f} {03087.p1} -> {03087.p3} 
+tr {03087.e} {03087.p6} {03087.p3} -> {03087.p4-eats} 
+tr {03087.t} {03087.p2-thinks} -> {03087.p1} {03087.p5} 
+tr {03087.t0|03088.t4} : b3086 {03088.p4-eats} -> {03087.f} {03088.f} {03088.p2-thinks} 
+tr {03087.t2} {03087.f} {03087.p5} -> {03087.p6} 
+tr {03087.t3|03088.t1} : a3086 {03087.f} {03088.p1} -> {03088.p3} 
+tr {03088.e} {03088.p6} {03088.p3} -> {03088.p4-eats} 
+tr {03088.t} {03088.p2-thinks} -> {03088.p1} {03088.p5} 
+tr {03088.t0|03089.t4} : b3087 {03089.p4-eats} -> {03088.f} {03089.f} {03089.p2-thinks} 
+tr {03088.t2} {03088.f} {03088.p5} -> {03088.p6} 
+tr {03088.t3|03089.t1} : a3087 {03088.f} {03089.p1} -> {03089.p3} 
+tr {03089.e} {03089.p6} {03089.p3} -> {03089.p4-eats} 
+tr {03089.t} {03089.p2-thinks} -> {03089.p1} {03089.p5} 
+tr {03089.t0|03090.t4} : b3088 {03090.p4-eats} -> {03089.f} {03090.f} {03090.p2-thinks} 
+tr {03089.t2} {03089.f} {03089.p5} -> {03089.p6} 
+tr {03089.t3|03090.t1} : a3088 {03089.f} {03090.p1} -> {03090.p3} 
+tr {03090.e} {03090.p6} {03090.p3} -> {03090.p4-eats} 
+tr {03090.t} {03090.p2-thinks} -> {03090.p1} {03090.p5} 
+tr {03090.t0|03091.t4} : b3089 {03091.p4-eats} -> {03090.f} {03091.f} {03091.p2-thinks} 
+tr {03090.t2} {03090.f} {03090.p5} -> {03090.p6} 
+tr {03090.t3|03091.t1} : a3089 {03090.f} {03091.p1} -> {03091.p3} 
+tr {03091.e} {03091.p6} {03091.p3} -> {03091.p4-eats} 
+tr {03091.t} {03091.p2-thinks} -> {03091.p1} {03091.p5} 
+tr {03091.t0|03092.t4} : b3090 {03092.p4-eats} -> {03091.f} {03092.f} {03092.p2-thinks} 
+tr {03091.t2} {03091.f} {03091.p5} -> {03091.p6} 
+tr {03091.t3|03092.t1} : a3090 {03091.f} {03092.p1} -> {03092.p3} 
+tr {03092.e} {03092.p6} {03092.p3} -> {03092.p4-eats} 
+tr {03092.t} {03092.p2-thinks} -> {03092.p1} {03092.p5} 
+tr {03092.t0|03093.t4} : b3091 {03093.p4-eats} -> {03092.f} {03093.f} {03093.p2-thinks} 
+tr {03092.t2} {03092.f} {03092.p5} -> {03092.p6} 
+tr {03092.t3|03093.t1} : a3091 {03092.f} {03093.p1} -> {03093.p3} 
+tr {03093.e} {03093.p6} {03093.p3} -> {03093.p4-eats} 
+tr {03093.t} {03093.p2-thinks} -> {03093.p1} {03093.p5} 
+tr {03093.t0|03094.t4} : b3092 {03094.p4-eats} -> {03093.f} {03094.f} {03094.p2-thinks} 
+tr {03093.t2} {03093.f} {03093.p5} -> {03093.p6} 
+tr {03093.t3|03094.t1} : a3092 {03093.f} {03094.p1} -> {03094.p3} 
+tr {03094.e} {03094.p6} {03094.p3} -> {03094.p4-eats} 
+tr {03094.t} {03094.p2-thinks} -> {03094.p1} {03094.p5} 
+tr {03094.t0|03095.t4} : b3093 {03095.p4-eats} -> {03094.f} {03095.f} {03095.p2-thinks} 
+tr {03094.t2} {03094.f} {03094.p5} -> {03094.p6} 
+tr {03094.t3|03095.t1} : a3093 {03094.f} {03095.p1} -> {03095.p3} 
+tr {03095.e} {03095.p6} {03095.p3} -> {03095.p4-eats} 
+tr {03095.t} {03095.p2-thinks} -> {03095.p1} {03095.p5} 
+tr {03095.t0|03096.t4} : b3094 {03096.p4-eats} -> {03095.f} {03096.f} {03096.p2-thinks} 
+tr {03095.t2} {03095.f} {03095.p5} -> {03095.p6} 
+tr {03095.t3|03096.t1} : a3094 {03095.f} {03096.p1} -> {03096.p3} 
+tr {03096.e} {03096.p6} {03096.p3} -> {03096.p4-eats} 
+tr {03096.t} {03096.p2-thinks} -> {03096.p1} {03096.p5} 
+tr {03096.t0|03097.t4} : b3095 {03097.p4-eats} -> {03096.f} {03097.f} {03097.p2-thinks} 
+tr {03096.t2} {03096.f} {03096.p5} -> {03096.p6} 
+tr {03096.t3|03097.t1} : a3095 {03096.f} {03097.p1} -> {03097.p3} 
+tr {03097.e} {03097.p6} {03097.p3} -> {03097.p4-eats} 
+tr {03097.t} {03097.p2-thinks} -> {03097.p1} {03097.p5} 
+tr {03097.t0|03098.t4} : b3096 {03098.p4-eats} -> {03097.f} {03098.f} {03098.p2-thinks} 
+tr {03097.t2} {03097.f} {03097.p5} -> {03097.p6} 
+tr {03097.t3|03098.t1} : a3096 {03097.f} {03098.p1} -> {03098.p3} 
+tr {03098.e} {03098.p6} {03098.p3} -> {03098.p4-eats} 
+tr {03098.t} {03098.p2-thinks} -> {03098.p1} {03098.p5} 
+tr {03098.t0|03099.t4} : b3097 {03099.p4-eats} -> {03098.f} {03099.f} {03099.p2-thinks} 
+tr {03098.t2} {03098.f} {03098.p5} -> {03098.p6} 
+tr {03098.t3|03099.t1} : a3097 {03098.f} {03099.p1} -> {03099.p3} 
+tr {03099.e} {03099.p6} {03099.p3} -> {03099.p4-eats} 
+tr {03099.t} {03099.p2-thinks} -> {03099.p1} {03099.p5} 
+tr {03099.t0|03100.t4} : b3098 {03100.p4-eats} -> {03099.f} {03100.f} {03100.p2-thinks} 
+tr {03099.t2} {03099.f} {03099.p5} -> {03099.p6} 
+tr {03099.t3|03100.t1} : a3098 {03099.f} {03100.p1} -> {03100.p3} 
+tr {03100.e} {03100.p6} {03100.p3} -> {03100.p4-eats} 
+tr {03100.t} {03100.p2-thinks} -> {03100.p1} {03100.p5} 
+tr {03100.t0|03101.t4} : b3099 {03101.p4-eats} -> {03100.f} {03101.f} {03101.p2-thinks} 
+tr {03100.t2} {03100.f} {03100.p5} -> {03100.p6} 
+tr {03100.t3|03101.t1} : a3099 {03100.f} {03101.p1} -> {03101.p3} 
+tr {03101.e} {03101.p6} {03101.p3} -> {03101.p4-eats} 
+tr {03101.t} {03101.p2-thinks} -> {03101.p1} {03101.p5} 
+tr {03101.t0|03102.t4} : b3100 {03102.p4-eats} -> {03101.f} {03102.f} {03102.p2-thinks} 
+tr {03101.t2} {03101.f} {03101.p5} -> {03101.p6} 
+tr {03101.t3|03102.t1} : a3100 {03101.f} {03102.p1} -> {03102.p3} 
+tr {03102.e} {03102.p6} {03102.p3} -> {03102.p4-eats} 
+tr {03102.t} {03102.p2-thinks} -> {03102.p1} {03102.p5} 
+tr {03102.t0|03103.t4} : b3101 {03103.p4-eats} -> {03102.f} {03103.f} {03103.p2-thinks} 
+tr {03102.t2} {03102.f} {03102.p5} -> {03102.p6} 
+tr {03102.t3|03103.t1} : a3101 {03102.f} {03103.p1} -> {03103.p3} 
+tr {03103.e} {03103.p6} {03103.p3} -> {03103.p4-eats} 
+tr {03103.t} {03103.p2-thinks} -> {03103.p1} {03103.p5} 
+tr {03103.t0|03104.t4} : b3102 {03104.p4-eats} -> {03103.f} {03104.f} {03104.p2-thinks} 
+tr {03103.t2} {03103.f} {03103.p5} -> {03103.p6} 
+tr {03103.t3|03104.t1} : a3102 {03103.f} {03104.p1} -> {03104.p3} 
+tr {03104.e} {03104.p6} {03104.p3} -> {03104.p4-eats} 
+tr {03104.t} {03104.p2-thinks} -> {03104.p1} {03104.p5} 
+tr {03104.t0|03105.t4} : b3103 {03105.p4-eats} -> {03104.f} {03105.f} {03105.p2-thinks} 
+tr {03104.t2} {03104.f} {03104.p5} -> {03104.p6} 
+tr {03104.t3|03105.t1} : a3103 {03104.f} {03105.p1} -> {03105.p3} 
+tr {03105.e} {03105.p6} {03105.p3} -> {03105.p4-eats} 
+tr {03105.t} {03105.p2-thinks} -> {03105.p1} {03105.p5} 
+tr {03105.t0|03106.t4} : b3104 {03106.p4-eats} -> {03105.f} {03106.f} {03106.p2-thinks} 
+tr {03105.t2} {03105.f} {03105.p5} -> {03105.p6} 
+tr {03105.t3|03106.t1} : a3104 {03105.f} {03106.p1} -> {03106.p3} 
+tr {03106.e} {03106.p6} {03106.p3} -> {03106.p4-eats} 
+tr {03106.t} {03106.p2-thinks} -> {03106.p1} {03106.p5} 
+tr {03106.t0|03107.t4} : b3105 {03107.p4-eats} -> {03106.f} {03107.f} {03107.p2-thinks} 
+tr {03106.t2} {03106.f} {03106.p5} -> {03106.p6} 
+tr {03106.t3|03107.t1} : a3105 {03106.f} {03107.p1} -> {03107.p3} 
+tr {03107.e} {03107.p6} {03107.p3} -> {03107.p4-eats} 
+tr {03107.t} {03107.p2-thinks} -> {03107.p1} {03107.p5} 
+tr {03107.t0|03108.t4} : b3106 {03108.p4-eats} -> {03107.f} {03108.f} {03108.p2-thinks} 
+tr {03107.t2} {03107.f} {03107.p5} -> {03107.p6} 
+tr {03107.t3|03108.t1} : a3106 {03107.f} {03108.p1} -> {03108.p3} 
+tr {03108.e} {03108.p6} {03108.p3} -> {03108.p4-eats} 
+tr {03108.t} {03108.p2-thinks} -> {03108.p1} {03108.p5} 
+tr {03108.t0|03109.t4} : b3107 {03109.p4-eats} -> {03108.f} {03109.f} {03109.p2-thinks} 
+tr {03108.t2} {03108.f} {03108.p5} -> {03108.p6} 
+tr {03108.t3|03109.t1} : a3107 {03108.f} {03109.p1} -> {03109.p3} 
+tr {03109.e} {03109.p6} {03109.p3} -> {03109.p4-eats} 
+tr {03109.t} {03109.p2-thinks} -> {03109.p1} {03109.p5} 
+tr {03109.t0|03110.t4} : b3108 {03110.p4-eats} -> {03109.f} {03110.f} {03110.p2-thinks} 
+tr {03109.t2} {03109.f} {03109.p5} -> {03109.p6} 
+tr {03109.t3|03110.t1} : a3108 {03109.f} {03110.p1} -> {03110.p3} 
+tr {03110.e} {03110.p6} {03110.p3} -> {03110.p4-eats} 
+tr {03110.t} {03110.p2-thinks} -> {03110.p1} {03110.p5} 
+tr {03110.t0|03111.t4} : b3109 {03111.p4-eats} -> {03110.f} {03111.f} {03111.p2-thinks} 
+tr {03110.t2} {03110.f} {03110.p5} -> {03110.p6} 
+tr {03110.t3|03111.t1} : a3109 {03110.f} {03111.p1} -> {03111.p3} 
+tr {03111.e} {03111.p6} {03111.p3} -> {03111.p4-eats} 
+tr {03111.t} {03111.p2-thinks} -> {03111.p1} {03111.p5} 
+tr {03111.t0|03112.t4} : b3110 {03112.p4-eats} -> {03111.f} {03112.f} {03112.p2-thinks} 
+tr {03111.t2} {03111.f} {03111.p5} -> {03111.p6} 
+tr {03111.t3|03112.t1} : a3110 {03111.f} {03112.p1} -> {03112.p3} 
+tr {03112.e} {03112.p6} {03112.p3} -> {03112.p4-eats} 
+tr {03112.t} {03112.p2-thinks} -> {03112.p1} {03112.p5} 
+tr {03112.t0|03113.t4} : b3111 {03113.p4-eats} -> {03112.f} {03113.f} {03113.p2-thinks} 
+tr {03112.t2} {03112.f} {03112.p5} -> {03112.p6} 
+tr {03112.t3|03113.t1} : a3111 {03112.f} {03113.p1} -> {03113.p3} 
+tr {03113.e} {03113.p6} {03113.p3} -> {03113.p4-eats} 
+tr {03113.t} {03113.p2-thinks} -> {03113.p1} {03113.p5} 
+tr {03113.t0|03114.t4} : b3112 {03114.p4-eats} -> {03113.f} {03114.f} {03114.p2-thinks} 
+tr {03113.t2} {03113.f} {03113.p5} -> {03113.p6} 
+tr {03113.t3|03114.t1} : a3112 {03113.f} {03114.p1} -> {03114.p3} 
+tr {03114.e} {03114.p6} {03114.p3} -> {03114.p4-eats} 
+tr {03114.t} {03114.p2-thinks} -> {03114.p1} {03114.p5} 
+tr {03114.t0|03115.t4} : b3113 {03115.p4-eats} -> {03114.f} {03115.f} {03115.p2-thinks} 
+tr {03114.t2} {03114.f} {03114.p5} -> {03114.p6} 
+tr {03114.t3|03115.t1} : a3113 {03114.f} {03115.p1} -> {03115.p3} 
+tr {03115.e} {03115.p6} {03115.p3} -> {03115.p4-eats} 
+tr {03115.t} {03115.p2-thinks} -> {03115.p1} {03115.p5} 
+tr {03115.t0|03116.t4} : b3114 {03116.p4-eats} -> {03115.f} {03116.f} {03116.p2-thinks} 
+tr {03115.t2} {03115.f} {03115.p5} -> {03115.p6} 
+tr {03115.t3|03116.t1} : a3114 {03115.f} {03116.p1} -> {03116.p3} 
+tr {03116.e} {03116.p6} {03116.p3} -> {03116.p4-eats} 
+tr {03116.t} {03116.p2-thinks} -> {03116.p1} {03116.p5} 
+tr {03116.t0|03117.t4} : b3115 {03117.p4-eats} -> {03116.f} {03117.f} {03117.p2-thinks} 
+tr {03116.t2} {03116.f} {03116.p5} -> {03116.p6} 
+tr {03116.t3|03117.t1} : a3115 {03116.f} {03117.p1} -> {03117.p3} 
+tr {03117.e} {03117.p6} {03117.p3} -> {03117.p4-eats} 
+tr {03117.t} {03117.p2-thinks} -> {03117.p1} {03117.p5} 
+tr {03117.t0|03118.t4} : b3116 {03118.p4-eats} -> {03117.f} {03118.f} {03118.p2-thinks} 
+tr {03117.t2} {03117.f} {03117.p5} -> {03117.p6} 
+tr {03117.t3|03118.t1} : a3116 {03117.f} {03118.p1} -> {03118.p3} 
+tr {03118.e} {03118.p6} {03118.p3} -> {03118.p4-eats} 
+tr {03118.t} {03118.p2-thinks} -> {03118.p1} {03118.p5} 
+tr {03118.t0|03119.t4} : b3117 {03119.p4-eats} -> {03118.f} {03119.f} {03119.p2-thinks} 
+tr {03118.t2} {03118.f} {03118.p5} -> {03118.p6} 
+tr {03118.t3|03119.t1} : a3117 {03118.f} {03119.p1} -> {03119.p3} 
+tr {03119.e} {03119.p6} {03119.p3} -> {03119.p4-eats} 
+tr {03119.t} {03119.p2-thinks} -> {03119.p1} {03119.p5} 
+tr {03119.t0|03120.t4} : b3118 {03120.p4-eats} -> {03119.f} {03120.f} {03120.p2-thinks} 
+tr {03119.t2} {03119.f} {03119.p5} -> {03119.p6} 
+tr {03119.t3|03120.t1} : a3118 {03119.f} {03120.p1} -> {03120.p3} 
+tr {03120.e} {03120.p6} {03120.p3} -> {03120.p4-eats} 
+tr {03120.t} {03120.p2-thinks} -> {03120.p1} {03120.p5} 
+tr {03120.t0|03121.t4} : b3119 {03121.p4-eats} -> {03120.f} {03121.f} {03121.p2-thinks} 
+tr {03120.t2} {03120.f} {03120.p5} -> {03120.p6} 
+tr {03120.t3|03121.t1} : a3119 {03120.f} {03121.p1} -> {03121.p3} 
+tr {03121.e} {03121.p6} {03121.p3} -> {03121.p4-eats} 
+tr {03121.t} {03121.p2-thinks} -> {03121.p1} {03121.p5} 
+tr {03121.t0|03122.t4} : b3120 {03122.p4-eats} -> {03121.f} {03122.f} {03122.p2-thinks} 
+tr {03121.t2} {03121.f} {03121.p5} -> {03121.p6} 
+tr {03121.t3|03122.t1} : a3120 {03121.f} {03122.p1} -> {03122.p3} 
+tr {03122.e} {03122.p6} {03122.p3} -> {03122.p4-eats} 
+tr {03122.t} {03122.p2-thinks} -> {03122.p1} {03122.p5} 
+tr {03122.t0|03123.t4} : b3121 {03123.p4-eats} -> {03122.f} {03123.f} {03123.p2-thinks} 
+tr {03122.t2} {03122.f} {03122.p5} -> {03122.p6} 
+tr {03122.t3|03123.t1} : a3121 {03122.f} {03123.p1} -> {03123.p3} 
+tr {03123.e} {03123.p6} {03123.p3} -> {03123.p4-eats} 
+tr {03123.t} {03123.p2-thinks} -> {03123.p1} {03123.p5} 
+tr {03123.t0|03124.t4} : b3122 {03124.p4-eats} -> {03123.f} {03124.f} {03124.p2-thinks} 
+tr {03123.t2} {03123.f} {03123.p5} -> {03123.p6} 
+tr {03123.t3|03124.t1} : a3122 {03123.f} {03124.p1} -> {03124.p3} 
+tr {03124.e} {03124.p6} {03124.p3} -> {03124.p4-eats} 
+tr {03124.t} {03124.p2-thinks} -> {03124.p1} {03124.p5} 
+tr {03124.t0|03125.t4} : b3123 {03125.p4-eats} -> {03124.f} {03125.f} {03125.p2-thinks} 
+tr {03124.t2} {03124.f} {03124.p5} -> {03124.p6} 
+tr {03124.t3|03125.t1} : a3123 {03124.f} {03125.p1} -> {03125.p3} 
+tr {03125.e} {03125.p6} {03125.p3} -> {03125.p4-eats} 
+tr {03125.t} {03125.p2-thinks} -> {03125.p1} {03125.p5} 
+tr {03125.t0|03126.t4} : b3124 {03126.p4-eats} -> {03125.f} {03126.f} {03126.p2-thinks} 
+tr {03125.t2} {03125.f} {03125.p5} -> {03125.p6} 
+tr {03125.t3|03126.t1} : a3124 {03125.f} {03126.p1} -> {03126.p3} 
+tr {03126.e} {03126.p6} {03126.p3} -> {03126.p4-eats} 
+tr {03126.t} {03126.p2-thinks} -> {03126.p1} {03126.p5} 
+tr {03126.t0|03127.t4} : b3125 {03127.p4-eats} -> {03126.f} {03127.f} {03127.p2-thinks} 
+tr {03126.t2} {03126.f} {03126.p5} -> {03126.p6} 
+tr {03126.t3|03127.t1} : a3125 {03126.f} {03127.p1} -> {03127.p3} 
+tr {03127.e} {03127.p6} {03127.p3} -> {03127.p4-eats} 
+tr {03127.t} {03127.p2-thinks} -> {03127.p1} {03127.p5} 
+tr {03127.t0|03128.t4} : b3126 {03128.p4-eats} -> {03127.f} {03128.f} {03128.p2-thinks} 
+tr {03127.t2} {03127.f} {03127.p5} -> {03127.p6} 
+tr {03127.t3|03128.t1} : a3126 {03127.f} {03128.p1} -> {03128.p3} 
+tr {03128.e} {03128.p6} {03128.p3} -> {03128.p4-eats} 
+tr {03128.t} {03128.p2-thinks} -> {03128.p1} {03128.p5} 
+tr {03128.t0|03129.t4} : b3127 {03129.p4-eats} -> {03128.f} {03129.f} {03129.p2-thinks} 
+tr {03128.t2} {03128.f} {03128.p5} -> {03128.p6} 
+tr {03128.t3|03129.t1} : a3127 {03128.f} {03129.p1} -> {03129.p3} 
+tr {03129.e} {03129.p6} {03129.p3} -> {03129.p4-eats} 
+tr {03129.t} {03129.p2-thinks} -> {03129.p1} {03129.p5} 
+tr {03129.t0|03130.t4} : b3128 {03130.p4-eats} -> {03129.f} {03130.f} {03130.p2-thinks} 
+tr {03129.t2} {03129.f} {03129.p5} -> {03129.p6} 
+tr {03129.t3|03130.t1} : a3128 {03129.f} {03130.p1} -> {03130.p3} 
+tr {03130.e} {03130.p6} {03130.p3} -> {03130.p4-eats} 
+tr {03130.t} {03130.p2-thinks} -> {03130.p1} {03130.p5} 
+tr {03130.t0|03131.t4} : b3129 {03131.p4-eats} -> {03130.f} {03131.f} {03131.p2-thinks} 
+tr {03130.t2} {03130.f} {03130.p5} -> {03130.p6} 
+tr {03130.t3|03131.t1} : a3129 {03130.f} {03131.p1} -> {03131.p3} 
+tr {03131.e} {03131.p6} {03131.p3} -> {03131.p4-eats} 
+tr {03131.t} {03131.p2-thinks} -> {03131.p1} {03131.p5} 
+tr {03131.t0|03132.t4} : b3130 {03132.p4-eats} -> {03131.f} {03132.f} {03132.p2-thinks} 
+tr {03131.t2} {03131.f} {03131.p5} -> {03131.p6} 
+tr {03131.t3|03132.t1} : a3130 {03131.f} {03132.p1} -> {03132.p3} 
+tr {03132.e} {03132.p6} {03132.p3} -> {03132.p4-eats} 
+tr {03132.t} {03132.p2-thinks} -> {03132.p1} {03132.p5} 
+tr {03132.t0|03133.t4} : b3131 {03133.p4-eats} -> {03132.f} {03133.f} {03133.p2-thinks} 
+tr {03132.t2} {03132.f} {03132.p5} -> {03132.p6} 
+tr {03132.t3|03133.t1} : a3131 {03132.f} {03133.p1} -> {03133.p3} 
+tr {03133.e} {03133.p6} {03133.p3} -> {03133.p4-eats} 
+tr {03133.t} {03133.p2-thinks} -> {03133.p1} {03133.p5} 
+tr {03133.t0|03134.t4} : b3132 {03134.p4-eats} -> {03133.f} {03134.f} {03134.p2-thinks} 
+tr {03133.t2} {03133.f} {03133.p5} -> {03133.p6} 
+tr {03133.t3|03134.t1} : a3132 {03133.f} {03134.p1} -> {03134.p3} 
+tr {03134.e} {03134.p6} {03134.p3} -> {03134.p4-eats} 
+tr {03134.t} {03134.p2-thinks} -> {03134.p1} {03134.p5} 
+tr {03134.t0|03135.t4} : b3133 {03135.p4-eats} -> {03134.f} {03135.f} {03135.p2-thinks} 
+tr {03134.t2} {03134.f} {03134.p5} -> {03134.p6} 
+tr {03134.t3|03135.t1} : a3133 {03134.f} {03135.p1} -> {03135.p3} 
+tr {03135.e} {03135.p6} {03135.p3} -> {03135.p4-eats} 
+tr {03135.t} {03135.p2-thinks} -> {03135.p1} {03135.p5} 
+tr {03135.t0|03136.t4} : b3134 {03136.p4-eats} -> {03135.f} {03136.f} {03136.p2-thinks} 
+tr {03135.t2} {03135.f} {03135.p5} -> {03135.p6} 
+tr {03135.t3|03136.t1} : a3134 {03135.f} {03136.p1} -> {03136.p3} 
+tr {03136.e} {03136.p6} {03136.p3} -> {03136.p4-eats} 
+tr {03136.t} {03136.p2-thinks} -> {03136.p1} {03136.p5} 
+tr {03136.t0|03137.t4} : b3135 {03137.p4-eats} -> {03136.f} {03137.f} {03137.p2-thinks} 
+tr {03136.t2} {03136.f} {03136.p5} -> {03136.p6} 
+tr {03136.t3|03137.t1} : a3135 {03136.f} {03137.p1} -> {03137.p3} 
+tr {03137.e} {03137.p6} {03137.p3} -> {03137.p4-eats} 
+tr {03137.t} {03137.p2-thinks} -> {03137.p1} {03137.p5} 
+tr {03137.t0|03138.t4} : b3136 {03138.p4-eats} -> {03137.f} {03138.f} {03138.p2-thinks} 
+tr {03137.t2} {03137.f} {03137.p5} -> {03137.p6} 
+tr {03137.t3|03138.t1} : a3136 {03137.f} {03138.p1} -> {03138.p3} 
+tr {03138.e} {03138.p6} {03138.p3} -> {03138.p4-eats} 
+tr {03138.t} {03138.p2-thinks} -> {03138.p1} {03138.p5} 
+tr {03138.t0|03139.t4} : b3137 {03139.p4-eats} -> {03138.f} {03139.f} {03139.p2-thinks} 
+tr {03138.t2} {03138.f} {03138.p5} -> {03138.p6} 
+tr {03138.t3|03139.t1} : a3137 {03138.f} {03139.p1} -> {03139.p3} 
+tr {03139.e} {03139.p6} {03139.p3} -> {03139.p4-eats} 
+tr {03139.t} {03139.p2-thinks} -> {03139.p1} {03139.p5} 
+tr {03139.t0|03140.t4} : b3138 {03140.p4-eats} -> {03139.f} {03140.f} {03140.p2-thinks} 
+tr {03139.t2} {03139.f} {03139.p5} -> {03139.p6} 
+tr {03139.t3|03140.t1} : a3138 {03139.f} {03140.p1} -> {03140.p3} 
+tr {03140.e} {03140.p6} {03140.p3} -> {03140.p4-eats} 
+tr {03140.t} {03140.p2-thinks} -> {03140.p1} {03140.p5} 
+tr {03140.t0|03141.t4} : b3139 {03141.p4-eats} -> {03140.f} {03141.f} {03141.p2-thinks} 
+tr {03140.t2} {03140.f} {03140.p5} -> {03140.p6} 
+tr {03140.t3|03141.t1} : a3139 {03140.f} {03141.p1} -> {03141.p3} 
+tr {03141.e} {03141.p6} {03141.p3} -> {03141.p4-eats} 
+tr {03141.t} {03141.p2-thinks} -> {03141.p1} {03141.p5} 
+tr {03141.t0|03142.t4} : b3140 {03142.p4-eats} -> {03141.f} {03142.f} {03142.p2-thinks} 
+tr {03141.t2} {03141.f} {03141.p5} -> {03141.p6} 
+tr {03141.t3|03142.t1} : a3140 {03141.f} {03142.p1} -> {03142.p3} 
+tr {03142.e} {03142.p6} {03142.p3} -> {03142.p4-eats} 
+tr {03142.t} {03142.p2-thinks} -> {03142.p1} {03142.p5} 
+tr {03142.t0|03143.t4} : b3141 {03143.p4-eats} -> {03142.f} {03143.f} {03143.p2-thinks} 
+tr {03142.t2} {03142.f} {03142.p5} -> {03142.p6} 
+tr {03142.t3|03143.t1} : a3141 {03142.f} {03143.p1} -> {03143.p3} 
+tr {03143.e} {03143.p6} {03143.p3} -> {03143.p4-eats} 
+tr {03143.t} {03143.p2-thinks} -> {03143.p1} {03143.p5} 
+tr {03143.t0|03144.t4} : b3142 {03144.p4-eats} -> {03143.f} {03144.f} {03144.p2-thinks} 
+tr {03143.t2} {03143.f} {03143.p5} -> {03143.p6} 
+tr {03143.t3|03144.t1} : a3142 {03143.f} {03144.p1} -> {03144.p3} 
+tr {03144.e} {03144.p6} {03144.p3} -> {03144.p4-eats} 
+tr {03144.t} {03144.p2-thinks} -> {03144.p1} {03144.p5} 
+tr {03144.t0|03145.t4} : b3143 {03145.p4-eats} -> {03144.f} {03145.f} {03145.p2-thinks} 
+tr {03144.t2} {03144.f} {03144.p5} -> {03144.p6} 
+tr {03144.t3|03145.t1} : a3143 {03144.f} {03145.p1} -> {03145.p3} 
+tr {03145.e} {03145.p6} {03145.p3} -> {03145.p4-eats} 
+tr {03145.t} {03145.p2-thinks} -> {03145.p1} {03145.p5} 
+tr {03145.t0|03146.t4} : b3144 {03146.p4-eats} -> {03145.f} {03146.f} {03146.p2-thinks} 
+tr {03145.t2} {03145.f} {03145.p5} -> {03145.p6} 
+tr {03145.t3|03146.t1} : a3144 {03145.f} {03146.p1} -> {03146.p3} 
+tr {03146.e} {03146.p6} {03146.p3} -> {03146.p4-eats} 
+tr {03146.t} {03146.p2-thinks} -> {03146.p1} {03146.p5} 
+tr {03146.t0|03147.t4} : b3145 {03147.p4-eats} -> {03146.f} {03147.f} {03147.p2-thinks} 
+tr {03146.t2} {03146.f} {03146.p5} -> {03146.p6} 
+tr {03146.t3|03147.t1} : a3145 {03146.f} {03147.p1} -> {03147.p3} 
+tr {03147.e} {03147.p6} {03147.p3} -> {03147.p4-eats} 
+tr {03147.t} {03147.p2-thinks} -> {03147.p1} {03147.p5} 
+tr {03147.t0|03148.t4} : b3146 {03148.p4-eats} -> {03147.f} {03148.f} {03148.p2-thinks} 
+tr {03147.t2} {03147.f} {03147.p5} -> {03147.p6} 
+tr {03147.t3|03148.t1} : a3146 {03147.f} {03148.p1} -> {03148.p3} 
+tr {03148.e} {03148.p6} {03148.p3} -> {03148.p4-eats} 
+tr {03148.t} {03148.p2-thinks} -> {03148.p1} {03148.p5} 
+tr {03148.t0|03149.t4} : b3147 {03149.p4-eats} -> {03148.f} {03149.f} {03149.p2-thinks} 
+tr {03148.t2} {03148.f} {03148.p5} -> {03148.p6} 
+tr {03148.t3|03149.t1} : a3147 {03148.f} {03149.p1} -> {03149.p3} 
+tr {03149.e} {03149.p6} {03149.p3} -> {03149.p4-eats} 
+tr {03149.t} {03149.p2-thinks} -> {03149.p1} {03149.p5} 
+tr {03149.t0|03150.t4} : b3148 {03150.p4-eats} -> {03149.f} {03150.f} {03150.p2-thinks} 
+tr {03149.t2} {03149.f} {03149.p5} -> {03149.p6} 
+tr {03149.t3|03150.t1} : a3148 {03149.f} {03150.p1} -> {03150.p3} 
+tr {03150.e} {03150.p6} {03150.p3} -> {03150.p4-eats} 
+tr {03150.t} {03150.p2-thinks} -> {03150.p1} {03150.p5} 
+tr {03150.t0|03151.t4} : b3149 {03151.p4-eats} -> {03150.f} {03151.f} {03151.p2-thinks} 
+tr {03150.t2} {03150.f} {03150.p5} -> {03150.p6} 
+tr {03150.t3|03151.t1} : a3149 {03150.f} {03151.p1} -> {03151.p3} 
+tr {03151.e} {03151.p6} {03151.p3} -> {03151.p4-eats} 
+tr {03151.t} {03151.p2-thinks} -> {03151.p1} {03151.p5} 
+tr {03151.t0|03152.t4} : b3150 {03152.p4-eats} -> {03151.f} {03152.f} {03152.p2-thinks} 
+tr {03151.t2} {03151.f} {03151.p5} -> {03151.p6} 
+tr {03151.t3|03152.t1} : a3150 {03151.f} {03152.p1} -> {03152.p3} 
+tr {03152.e} {03152.p6} {03152.p3} -> {03152.p4-eats} 
+tr {03152.t} {03152.p2-thinks} -> {03152.p1} {03152.p5} 
+tr {03152.t0|03153.t4} : b3151 {03153.p4-eats} -> {03152.f} {03153.f} {03153.p2-thinks} 
+tr {03152.t2} {03152.f} {03152.p5} -> {03152.p6} 
+tr {03152.t3|03153.t1} : a3151 {03152.f} {03153.p1} -> {03153.p3} 
+tr {03153.e} {03153.p6} {03153.p3} -> {03153.p4-eats} 
+tr {03153.t} {03153.p2-thinks} -> {03153.p1} {03153.p5} 
+tr {03153.t0|03154.t4} : b3152 {03154.p4-eats} -> {03153.f} {03154.f} {03154.p2-thinks} 
+tr {03153.t2} {03153.f} {03153.p5} -> {03153.p6} 
+tr {03153.t3|03154.t1} : a3152 {03153.f} {03154.p1} -> {03154.p3} 
+tr {03154.e} {03154.p6} {03154.p3} -> {03154.p4-eats} 
+tr {03154.t} {03154.p2-thinks} -> {03154.p1} {03154.p5} 
+tr {03154.t0|03155.t4} : b3153 {03155.p4-eats} -> {03154.f} {03155.f} {03155.p2-thinks} 
+tr {03154.t2} {03154.f} {03154.p5} -> {03154.p6} 
+tr {03154.t3|03155.t1} : a3153 {03154.f} {03155.p1} -> {03155.p3} 
+tr {03155.e} {03155.p6} {03155.p3} -> {03155.p4-eats} 
+tr {03155.t} {03155.p2-thinks} -> {03155.p1} {03155.p5} 
+tr {03155.t0|03156.t4} : b3154 {03156.p4-eats} -> {03155.f} {03156.f} {03156.p2-thinks} 
+tr {03155.t2} {03155.f} {03155.p5} -> {03155.p6} 
+tr {03155.t3|03156.t1} : a3154 {03155.f} {03156.p1} -> {03156.p3} 
+tr {03156.e} {03156.p6} {03156.p3} -> {03156.p4-eats} 
+tr {03156.t} {03156.p2-thinks} -> {03156.p1} {03156.p5} 
+tr {03156.t0|03157.t4} : b3155 {03157.p4-eats} -> {03156.f} {03157.f} {03157.p2-thinks} 
+tr {03156.t2} {03156.f} {03156.p5} -> {03156.p6} 
+tr {03156.t3|03157.t1} : a3155 {03156.f} {03157.p1} -> {03157.p3} 
+tr {03157.e} {03157.p6} {03157.p3} -> {03157.p4-eats} 
+tr {03157.t} {03157.p2-thinks} -> {03157.p1} {03157.p5} 
+tr {03157.t0|03158.t4} : b3156 {03158.p4-eats} -> {03157.f} {03158.f} {03158.p2-thinks} 
+tr {03157.t2} {03157.f} {03157.p5} -> {03157.p6} 
+tr {03157.t3|03158.t1} : a3156 {03157.f} {03158.p1} -> {03158.p3} 
+tr {03158.e} {03158.p6} {03158.p3} -> {03158.p4-eats} 
+tr {03158.t} {03158.p2-thinks} -> {03158.p1} {03158.p5} 
+tr {03158.t0|03159.t4} : b3157 {03159.p4-eats} -> {03158.f} {03159.f} {03159.p2-thinks} 
+tr {03158.t2} {03158.f} {03158.p5} -> {03158.p6} 
+tr {03158.t3|03159.t1} : a3157 {03158.f} {03159.p1} -> {03159.p3} 
+tr {03159.e} {03159.p6} {03159.p3} -> {03159.p4-eats} 
+tr {03159.t} {03159.p2-thinks} -> {03159.p1} {03159.p5} 
+tr {03159.t0|03160.t4} : b3158 {03160.p4-eats} -> {03159.f} {03160.f} {03160.p2-thinks} 
+tr {03159.t2} {03159.f} {03159.p5} -> {03159.p6} 
+tr {03159.t3|03160.t1} : a3158 {03159.f} {03160.p1} -> {03160.p3} 
+tr {03160.e} {03160.p6} {03160.p3} -> {03160.p4-eats} 
+tr {03160.t} {03160.p2-thinks} -> {03160.p1} {03160.p5} 
+tr {03160.t0|03161.t4} : b3159 {03161.p4-eats} -> {03160.f} {03161.f} {03161.p2-thinks} 
+tr {03160.t2} {03160.f} {03160.p5} -> {03160.p6} 
+tr {03160.t3|03161.t1} : a3159 {03160.f} {03161.p1} -> {03161.p3} 
+tr {03161.e} {03161.p6} {03161.p3} -> {03161.p4-eats} 
+tr {03161.t} {03161.p2-thinks} -> {03161.p1} {03161.p5} 
+tr {03161.t0|03162.t4} : b3160 {03162.p4-eats} -> {03161.f} {03162.f} {03162.p2-thinks} 
+tr {03161.t2} {03161.f} {03161.p5} -> {03161.p6} 
+tr {03161.t3|03162.t1} : a3160 {03161.f} {03162.p1} -> {03162.p3} 
+tr {03162.e} {03162.p6} {03162.p3} -> {03162.p4-eats} 
+tr {03162.t} {03162.p2-thinks} -> {03162.p1} {03162.p5} 
+tr {03162.t0|03163.t4} : b3161 {03163.p4-eats} -> {03162.f} {03163.f} {03163.p2-thinks} 
+tr {03162.t2} {03162.f} {03162.p5} -> {03162.p6} 
+tr {03162.t3|03163.t1} : a3161 {03162.f} {03163.p1} -> {03163.p3} 
+tr {03163.e} {03163.p6} {03163.p3} -> {03163.p4-eats} 
+tr {03163.t} {03163.p2-thinks} -> {03163.p1} {03163.p5} 
+tr {03163.t0|03164.t4} : b3162 {03164.p4-eats} -> {03163.f} {03164.f} {03164.p2-thinks} 
+tr {03163.t2} {03163.f} {03163.p5} -> {03163.p6} 
+tr {03163.t3|03164.t1} : a3162 {03163.f} {03164.p1} -> {03164.p3} 
+tr {03164.e} {03164.p6} {03164.p3} -> {03164.p4-eats} 
+tr {03164.t} {03164.p2-thinks} -> {03164.p1} {03164.p5} 
+tr {03164.t0|03165.t4} : b3163 {03165.p4-eats} -> {03164.f} {03165.f} {03165.p2-thinks} 
+tr {03164.t2} {03164.f} {03164.p5} -> {03164.p6} 
+tr {03164.t3|03165.t1} : a3163 {03164.f} {03165.p1} -> {03165.p3} 
+tr {03165.e} {03165.p6} {03165.p3} -> {03165.p4-eats} 
+tr {03165.t} {03165.p2-thinks} -> {03165.p1} {03165.p5} 
+tr {03165.t0|03166.t4} : b3164 {03166.p4-eats} -> {03165.f} {03166.f} {03166.p2-thinks} 
+tr {03165.t2} {03165.f} {03165.p5} -> {03165.p6} 
+tr {03165.t3|03166.t1} : a3164 {03165.f} {03166.p1} -> {03166.p3} 
+tr {03166.e} {03166.p6} {03166.p3} -> {03166.p4-eats} 
+tr {03166.t} {03166.p2-thinks} -> {03166.p1} {03166.p5} 
+tr {03166.t0|03167.t4} : b3165 {03167.p4-eats} -> {03166.f} {03167.f} {03167.p2-thinks} 
+tr {03166.t2} {03166.f} {03166.p5} -> {03166.p6} 
+tr {03166.t3|03167.t1} : a3165 {03166.f} {03167.p1} -> {03167.p3} 
+tr {03167.e} {03167.p6} {03167.p3} -> {03167.p4-eats} 
+tr {03167.t} {03167.p2-thinks} -> {03167.p1} {03167.p5} 
+tr {03167.t0|03168.t4} : b3166 {03168.p4-eats} -> {03167.f} {03168.f} {03168.p2-thinks} 
+tr {03167.t2} {03167.f} {03167.p5} -> {03167.p6} 
+tr {03167.t3|03168.t1} : a3166 {03167.f} {03168.p1} -> {03168.p3} 
+tr {03168.e} {03168.p6} {03168.p3} -> {03168.p4-eats} 
+tr {03168.t} {03168.p2-thinks} -> {03168.p1} {03168.p5} 
+tr {03168.t0|03169.t4} : b3167 {03169.p4-eats} -> {03168.f} {03169.f} {03169.p2-thinks} 
+tr {03168.t2} {03168.f} {03168.p5} -> {03168.p6} 
+tr {03168.t3|03169.t1} : a3167 {03168.f} {03169.p1} -> {03169.p3} 
+tr {03169.e} {03169.p6} {03169.p3} -> {03169.p4-eats} 
+tr {03169.t} {03169.p2-thinks} -> {03169.p1} {03169.p5} 
+tr {03169.t0|03170.t4} : b3168 {03170.p4-eats} -> {03169.f} {03170.f} {03170.p2-thinks} 
+tr {03169.t2} {03169.f} {03169.p5} -> {03169.p6} 
+tr {03169.t3|03170.t1} : a3168 {03169.f} {03170.p1} -> {03170.p3} 
+tr {03170.e} {03170.p6} {03170.p3} -> {03170.p4-eats} 
+tr {03170.t} {03170.p2-thinks} -> {03170.p1} {03170.p5} 
+tr {03170.t0|03171.t4} : b3169 {03171.p4-eats} -> {03170.f} {03171.f} {03171.p2-thinks} 
+tr {03170.t2} {03170.f} {03170.p5} -> {03170.p6} 
+tr {03170.t3|03171.t1} : a3169 {03170.f} {03171.p1} -> {03171.p3} 
+tr {03171.e} {03171.p6} {03171.p3} -> {03171.p4-eats} 
+tr {03171.t} {03171.p2-thinks} -> {03171.p1} {03171.p5} 
+tr {03171.t0|03172.t4} : b3170 {03172.p4-eats} -> {03171.f} {03172.f} {03172.p2-thinks} 
+tr {03171.t2} {03171.f} {03171.p5} -> {03171.p6} 
+tr {03171.t3|03172.t1} : a3170 {03171.f} {03172.p1} -> {03172.p3} 
+tr {03172.e} {03172.p6} {03172.p3} -> {03172.p4-eats} 
+tr {03172.t} {03172.p2-thinks} -> {03172.p1} {03172.p5} 
+tr {03172.t0|03173.t4} : b3171 {03173.p4-eats} -> {03172.f} {03173.f} {03173.p2-thinks} 
+tr {03172.t2} {03172.f} {03172.p5} -> {03172.p6} 
+tr {03172.t3|03173.t1} : a3171 {03172.f} {03173.p1} -> {03173.p3} 
+tr {03173.e} {03173.p6} {03173.p3} -> {03173.p4-eats} 
+tr {03173.t} {03173.p2-thinks} -> {03173.p1} {03173.p5} 
+tr {03173.t0|03174.t4} : b3172 {03174.p4-eats} -> {03173.f} {03174.f} {03174.p2-thinks} 
+tr {03173.t2} {03173.f} {03173.p5} -> {03173.p6} 
+tr {03173.t3|03174.t1} : a3172 {03173.f} {03174.p1} -> {03174.p3} 
+tr {03174.e} {03174.p6} {03174.p3} -> {03174.p4-eats} 
+tr {03174.t} {03174.p2-thinks} -> {03174.p1} {03174.p5} 
+tr {03174.t0|03175.t4} : b3173 {03175.p4-eats} -> {03174.f} {03175.f} {03175.p2-thinks} 
+tr {03174.t2} {03174.f} {03174.p5} -> {03174.p6} 
+tr {03174.t3|03175.t1} : a3173 {03174.f} {03175.p1} -> {03175.p3} 
+tr {03175.e} {03175.p6} {03175.p3} -> {03175.p4-eats} 
+tr {03175.t} {03175.p2-thinks} -> {03175.p1} {03175.p5} 
+tr {03175.t0|03176.t4} : b3174 {03176.p4-eats} -> {03175.f} {03176.f} {03176.p2-thinks} 
+tr {03175.t2} {03175.f} {03175.p5} -> {03175.p6} 
+tr {03175.t3|03176.t1} : a3174 {03175.f} {03176.p1} -> {03176.p3} 
+tr {03176.e} {03176.p6} {03176.p3} -> {03176.p4-eats} 
+tr {03176.t} {03176.p2-thinks} -> {03176.p1} {03176.p5} 
+tr {03176.t0|03177.t4} : b3175 {03177.p4-eats} -> {03176.f} {03177.f} {03177.p2-thinks} 
+tr {03176.t2} {03176.f} {03176.p5} -> {03176.p6} 
+tr {03176.t3|03177.t1} : a3175 {03176.f} {03177.p1} -> {03177.p3} 
+tr {03177.e} {03177.p6} {03177.p3} -> {03177.p4-eats} 
+tr {03177.t} {03177.p2-thinks} -> {03177.p1} {03177.p5} 
+tr {03177.t0|03178.t4} : b3176 {03178.p4-eats} -> {03177.f} {03178.f} {03178.p2-thinks} 
+tr {03177.t2} {03177.f} {03177.p5} -> {03177.p6} 
+tr {03177.t3|03178.t1} : a3176 {03177.f} {03178.p1} -> {03178.p3} 
+tr {03178.e} {03178.p6} {03178.p3} -> {03178.p4-eats} 
+tr {03178.t} {03178.p2-thinks} -> {03178.p1} {03178.p5} 
+tr {03178.t0|03179.t4} : b3177 {03179.p4-eats} -> {03178.f} {03179.f} {03179.p2-thinks} 
+tr {03178.t2} {03178.f} {03178.p5} -> {03178.p6} 
+tr {03178.t3|03179.t1} : a3177 {03178.f} {03179.p1} -> {03179.p3} 
+tr {03179.e} {03179.p6} {03179.p3} -> {03179.p4-eats} 
+tr {03179.t} {03179.p2-thinks} -> {03179.p1} {03179.p5} 
+tr {03179.t0|03180.t4} : b3178 {03180.p4-eats} -> {03179.f} {03180.f} {03180.p2-thinks} 
+tr {03179.t2} {03179.f} {03179.p5} -> {03179.p6} 
+tr {03179.t3|03180.t1} : a3178 {03179.f} {03180.p1} -> {03180.p3} 
+tr {03180.e} {03180.p6} {03180.p3} -> {03180.p4-eats} 
+tr {03180.t} {03180.p2-thinks} -> {03180.p1} {03180.p5} 
+tr {03180.t0|03181.t4} : b3179 {03181.p4-eats} -> {03180.f} {03181.f} {03181.p2-thinks} 
+tr {03180.t2} {03180.f} {03180.p5} -> {03180.p6} 
+tr {03180.t3|03181.t1} : a3179 {03180.f} {03181.p1} -> {03181.p3} 
+tr {03181.e} {03181.p6} {03181.p3} -> {03181.p4-eats} 
+tr {03181.t} {03181.p2-thinks} -> {03181.p1} {03181.p5} 
+tr {03181.t0|03182.t4} : b3180 {03182.p4-eats} -> {03181.f} {03182.f} {03182.p2-thinks} 
+tr {03181.t2} {03181.f} {03181.p5} -> {03181.p6} 
+tr {03181.t3|03182.t1} : a3180 {03181.f} {03182.p1} -> {03182.p3} 
+tr {03182.e} {03182.p6} {03182.p3} -> {03182.p4-eats} 
+tr {03182.t} {03182.p2-thinks} -> {03182.p1} {03182.p5} 
+tr {03182.t0|03183.t4} : b3181 {03183.p4-eats} -> {03182.f} {03183.f} {03183.p2-thinks} 
+tr {03182.t2} {03182.f} {03182.p5} -> {03182.p6} 
+tr {03182.t3|03183.t1} : a3181 {03182.f} {03183.p1} -> {03183.p3} 
+tr {03183.e} {03183.p6} {03183.p3} -> {03183.p4-eats} 
+tr {03183.t} {03183.p2-thinks} -> {03183.p1} {03183.p5} 
+tr {03183.t0|03184.t4} : b3182 {03184.p4-eats} -> {03183.f} {03184.f} {03184.p2-thinks} 
+tr {03183.t2} {03183.f} {03183.p5} -> {03183.p6} 
+tr {03183.t3|03184.t1} : a3182 {03183.f} {03184.p1} -> {03184.p3} 
+tr {03184.e} {03184.p6} {03184.p3} -> {03184.p4-eats} 
+tr {03184.t} {03184.p2-thinks} -> {03184.p1} {03184.p5} 
+tr {03184.t0|03185.t4} : b3183 {03185.p4-eats} -> {03184.f} {03185.f} {03185.p2-thinks} 
+tr {03184.t2} {03184.f} {03184.p5} -> {03184.p6} 
+tr {03184.t3|03185.t1} : a3183 {03184.f} {03185.p1} -> {03185.p3} 
+tr {03185.e} {03185.p6} {03185.p3} -> {03185.p4-eats} 
+tr {03185.t} {03185.p2-thinks} -> {03185.p1} {03185.p5} 
+tr {03185.t0|03186.t4} : b3184 {03186.p4-eats} -> {03185.f} {03186.f} {03186.p2-thinks} 
+tr {03185.t2} {03185.f} {03185.p5} -> {03185.p6} 
+tr {03185.t3|03186.t1} : a3184 {03185.f} {03186.p1} -> {03186.p3} 
+tr {03186.e} {03186.p6} {03186.p3} -> {03186.p4-eats} 
+tr {03186.t} {03186.p2-thinks} -> {03186.p1} {03186.p5} 
+tr {03186.t0|03187.t4} : b3185 {03187.p4-eats} -> {03186.f} {03187.f} {03187.p2-thinks} 
+tr {03186.t2} {03186.f} {03186.p5} -> {03186.p6} 
+tr {03186.t3|03187.t1} : a3185 {03186.f} {03187.p1} -> {03187.p3} 
+tr {03187.e} {03187.p6} {03187.p3} -> {03187.p4-eats} 
+tr {03187.t} {03187.p2-thinks} -> {03187.p1} {03187.p5} 
+tr {03187.t0|03188.t4} : b3186 {03188.p4-eats} -> {03187.f} {03188.f} {03188.p2-thinks} 
+tr {03187.t2} {03187.f} {03187.p5} -> {03187.p6} 
+tr {03187.t3|03188.t1} : a3186 {03187.f} {03188.p1} -> {03188.p3} 
+tr {03188.e} {03188.p6} {03188.p3} -> {03188.p4-eats} 
+tr {03188.t} {03188.p2-thinks} -> {03188.p1} {03188.p5} 
+tr {03188.t0|03189.t4} : b3187 {03189.p4-eats} -> {03188.f} {03189.f} {03189.p2-thinks} 
+tr {03188.t2} {03188.f} {03188.p5} -> {03188.p6} 
+tr {03188.t3|03189.t1} : a3187 {03188.f} {03189.p1} -> {03189.p3} 
+tr {03189.e} {03189.p6} {03189.p3} -> {03189.p4-eats} 
+tr {03189.t} {03189.p2-thinks} -> {03189.p1} {03189.p5} 
+tr {03189.t0|03190.t4} : b3188 {03190.p4-eats} -> {03189.f} {03190.f} {03190.p2-thinks} 
+tr {03189.t2} {03189.f} {03189.p5} -> {03189.p6} 
+tr {03189.t3|03190.t1} : a3188 {03189.f} {03190.p1} -> {03190.p3} 
+tr {03190.e} {03190.p6} {03190.p3} -> {03190.p4-eats} 
+tr {03190.t} {03190.p2-thinks} -> {03190.p1} {03190.p5} 
+tr {03190.t0|03191.t4} : b3189 {03191.p4-eats} -> {03190.f} {03191.f} {03191.p2-thinks} 
+tr {03190.t2} {03190.f} {03190.p5} -> {03190.p6} 
+tr {03190.t3|03191.t1} : a3189 {03190.f} {03191.p1} -> {03191.p3} 
+tr {03191.e} {03191.p6} {03191.p3} -> {03191.p4-eats} 
+tr {03191.t} {03191.p2-thinks} -> {03191.p1} {03191.p5} 
+tr {03191.t0|03192.t4} : b3190 {03192.p4-eats} -> {03191.f} {03192.f} {03192.p2-thinks} 
+tr {03191.t2} {03191.f} {03191.p5} -> {03191.p6} 
+tr {03191.t3|03192.t1} : a3190 {03191.f} {03192.p1} -> {03192.p3} 
+tr {03192.e} {03192.p6} {03192.p3} -> {03192.p4-eats} 
+tr {03192.t} {03192.p2-thinks} -> {03192.p1} {03192.p5} 
+tr {03192.t0|03193.t4} : b3191 {03193.p4-eats} -> {03192.f} {03193.f} {03193.p2-thinks} 
+tr {03192.t2} {03192.f} {03192.p5} -> {03192.p6} 
+tr {03192.t3|03193.t1} : a3191 {03192.f} {03193.p1} -> {03193.p3} 
+tr {03193.e} {03193.p6} {03193.p3} -> {03193.p4-eats} 
+tr {03193.t} {03193.p2-thinks} -> {03193.p1} {03193.p5} 
+tr {03193.t0|03194.t4} : b3192 {03194.p4-eats} -> {03193.f} {03194.f} {03194.p2-thinks} 
+tr {03193.t2} {03193.f} {03193.p5} -> {03193.p6} 
+tr {03193.t3|03194.t1} : a3192 {03193.f} {03194.p1} -> {03194.p3} 
+tr {03194.e} {03194.p6} {03194.p3} -> {03194.p4-eats} 
+tr {03194.t} {03194.p2-thinks} -> {03194.p1} {03194.p5} 
+tr {03194.t0|03195.t4} : b3193 {03195.p4-eats} -> {03194.f} {03195.f} {03195.p2-thinks} 
+tr {03194.t2} {03194.f} {03194.p5} -> {03194.p6} 
+tr {03194.t3|03195.t1} : a3193 {03194.f} {03195.p1} -> {03195.p3} 
+tr {03195.e} {03195.p6} {03195.p3} -> {03195.p4-eats} 
+tr {03195.t} {03195.p2-thinks} -> {03195.p1} {03195.p5} 
+tr {03195.t0|03196.t4} : b3194 {03196.p4-eats} -> {03195.f} {03196.f} {03196.p2-thinks} 
+tr {03195.t2} {03195.f} {03195.p5} -> {03195.p6} 
+tr {03195.t3|03196.t1} : a3194 {03195.f} {03196.p1} -> {03196.p3} 
+tr {03196.e} {03196.p6} {03196.p3} -> {03196.p4-eats} 
+tr {03196.t} {03196.p2-thinks} -> {03196.p1} {03196.p5} 
+tr {03196.t0|03197.t4} : b3195 {03197.p4-eats} -> {03196.f} {03197.f} {03197.p2-thinks} 
+tr {03196.t2} {03196.f} {03196.p5} -> {03196.p6} 
+tr {03196.t3|03197.t1} : a3195 {03196.f} {03197.p1} -> {03197.p3} 
+tr {03197.e} {03197.p6} {03197.p3} -> {03197.p4-eats} 
+tr {03197.t} {03197.p2-thinks} -> {03197.p1} {03197.p5} 
+tr {03197.t0|03198.t4} : b3196 {03198.p4-eats} -> {03197.f} {03198.f} {03198.p2-thinks} 
+tr {03197.t2} {03197.f} {03197.p5} -> {03197.p6} 
+tr {03197.t3|03198.t1} : a3196 {03197.f} {03198.p1} -> {03198.p3} 
+tr {03198.e} {03198.p6} {03198.p3} -> {03198.p4-eats} 
+tr {03198.t} {03198.p2-thinks} -> {03198.p1} {03198.p5} 
+tr {03198.t0|03199.t4} : b3197 {03199.p4-eats} -> {03198.f} {03199.f} {03199.p2-thinks} 
+tr {03198.t2} {03198.f} {03198.p5} -> {03198.p6} 
+tr {03198.t3|03199.t1} : a3197 {03198.f} {03199.p1} -> {03199.p3} 
+tr {03199.e} {03199.p6} {03199.p3} -> {03199.p4-eats} 
+tr {03199.t} {03199.p2-thinks} -> {03199.p1} {03199.p5} 
+tr {03199.t0|03200.t4} : b3198 {03200.p4-eats} -> {03199.f} {03200.f} {03200.p2-thinks} 
+tr {03199.t2} {03199.f} {03199.p5} -> {03199.p6} 
+tr {03199.t3|03200.t1} : a3198 {03199.f} {03200.p1} -> {03200.p3} 
+tr {03200.e} {03200.p6} {03200.p3} -> {03200.p4-eats} 
+tr {03200.t} {03200.p2-thinks} -> {03200.p1} {03200.p5} 
+tr {03200.t0|03201.t4} : b3199 {03201.p4-eats} -> {03200.f} {03201.f} {03201.p2-thinks} 
+tr {03200.t2} {03200.f} {03200.p5} -> {03200.p6} 
+tr {03200.t3|03201.t1} : a3199 {03200.f} {03201.p1} -> {03201.p3} 
+tr {03201.e} {03201.p6} {03201.p3} -> {03201.p4-eats} 
+tr {03201.t} {03201.p2-thinks} -> {03201.p1} {03201.p5} 
+tr {03201.t0|03202.t4} : b3200 {03202.p4-eats} -> {03201.f} {03202.f} {03202.p2-thinks} 
+tr {03201.t2} {03201.f} {03201.p5} -> {03201.p6} 
+tr {03201.t3|03202.t1} : a3200 {03201.f} {03202.p1} -> {03202.p3} 
+tr {03202.e} {03202.p6} {03202.p3} -> {03202.p4-eats} 
+tr {03202.t} {03202.p2-thinks} -> {03202.p1} {03202.p5} 
+tr {03202.t0|03203.t4} : b3201 {03203.p4-eats} -> {03202.f} {03203.f} {03203.p2-thinks} 
+tr {03202.t2} {03202.f} {03202.p5} -> {03202.p6} 
+tr {03202.t3|03203.t1} : a3201 {03202.f} {03203.p1} -> {03203.p3} 
+tr {03203.e} {03203.p6} {03203.p3} -> {03203.p4-eats} 
+tr {03203.t} {03203.p2-thinks} -> {03203.p1} {03203.p5} 
+tr {03203.t0|03204.t4} : b3202 {03204.p4-eats} -> {03203.f} {03204.f} {03204.p2-thinks} 
+tr {03203.t2} {03203.f} {03203.p5} -> {03203.p6} 
+tr {03203.t3|03204.t1} : a3202 {03203.f} {03204.p1} -> {03204.p3} 
+tr {03204.e} {03204.p6} {03204.p3} -> {03204.p4-eats} 
+tr {03204.t} {03204.p2-thinks} -> {03204.p1} {03204.p5} 
+tr {03204.t0|03205.t4} : b3203 {03205.p4-eats} -> {03204.f} {03205.f} {03205.p2-thinks} 
+tr {03204.t2} {03204.f} {03204.p5} -> {03204.p6} 
+tr {03204.t3|03205.t1} : a3203 {03204.f} {03205.p1} -> {03205.p3} 
+tr {03205.e} {03205.p6} {03205.p3} -> {03205.p4-eats} 
+tr {03205.t} {03205.p2-thinks} -> {03205.p1} {03205.p5} 
+tr {03205.t0|03206.t4} : b3204 {03206.p4-eats} -> {03205.f} {03206.f} {03206.p2-thinks} 
+tr {03205.t2} {03205.f} {03205.p5} -> {03205.p6} 
+tr {03205.t3|03206.t1} : a3204 {03205.f} {03206.p1} -> {03206.p3} 
+tr {03206.e} {03206.p6} {03206.p3} -> {03206.p4-eats} 
+tr {03206.t} {03206.p2-thinks} -> {03206.p1} {03206.p5} 
+tr {03206.t0|03207.t4} : b3205 {03207.p4-eats} -> {03206.f} {03207.f} {03207.p2-thinks} 
+tr {03206.t2} {03206.f} {03206.p5} -> {03206.p6} 
+tr {03206.t3|03207.t1} : a3205 {03206.f} {03207.p1} -> {03207.p3} 
+tr {03207.e} {03207.p6} {03207.p3} -> {03207.p4-eats} 
+tr {03207.t} {03207.p2-thinks} -> {03207.p1} {03207.p5} 
+tr {03207.t0|03208.t4} : b3206 {03208.p4-eats} -> {03207.f} {03208.f} {03208.p2-thinks} 
+tr {03207.t2} {03207.f} {03207.p5} -> {03207.p6} 
+tr {03207.t3|03208.t1} : a3206 {03207.f} {03208.p1} -> {03208.p3} 
+tr {03208.e} {03208.p6} {03208.p3} -> {03208.p4-eats} 
+tr {03208.t} {03208.p2-thinks} -> {03208.p1} {03208.p5} 
+tr {03208.t0|03209.t4} : b3207 {03209.p4-eats} -> {03208.f} {03209.f} {03209.p2-thinks} 
+tr {03208.t2} {03208.f} {03208.p5} -> {03208.p6} 
+tr {03208.t3|03209.t1} : a3207 {03208.f} {03209.p1} -> {03209.p3} 
+tr {03209.e} {03209.p6} {03209.p3} -> {03209.p4-eats} 
+tr {03209.t} {03209.p2-thinks} -> {03209.p1} {03209.p5} 
+tr {03209.t0|03210.t4} : b3208 {03210.p4-eats} -> {03209.f} {03210.f} {03210.p2-thinks} 
+tr {03209.t2} {03209.f} {03209.p5} -> {03209.p6} 
+tr {03209.t3|03210.t1} : a3208 {03209.f} {03210.p1} -> {03210.p3} 
+tr {03210.e} {03210.p6} {03210.p3} -> {03210.p4-eats} 
+tr {03210.t} {03210.p2-thinks} -> {03210.p1} {03210.p5} 
+tr {03210.t0|03211.t4} : b3209 {03211.p4-eats} -> {03210.f} {03211.f} {03211.p2-thinks} 
+tr {03210.t2} {03210.f} {03210.p5} -> {03210.p6} 
+tr {03210.t3|03211.t1} : a3209 {03210.f} {03211.p1} -> {03211.p3} 
+tr {03211.e} {03211.p6} {03211.p3} -> {03211.p4-eats} 
+tr {03211.t} {03211.p2-thinks} -> {03211.p1} {03211.p5} 
+tr {03211.t0|03212.t4} : b3210 {03212.p4-eats} -> {03211.f} {03212.f} {03212.p2-thinks} 
+tr {03211.t2} {03211.f} {03211.p5} -> {03211.p6} 
+tr {03211.t3|03212.t1} : a3210 {03211.f} {03212.p1} -> {03212.p3} 
+tr {03212.e} {03212.p6} {03212.p3} -> {03212.p4-eats} 
+tr {03212.t} {03212.p2-thinks} -> {03212.p1} {03212.p5} 
+tr {03212.t0|03213.t4} : b3211 {03213.p4-eats} -> {03212.f} {03213.f} {03213.p2-thinks} 
+tr {03212.t2} {03212.f} {03212.p5} -> {03212.p6} 
+tr {03212.t3|03213.t1} : a3211 {03212.f} {03213.p1} -> {03213.p3} 
+tr {03213.e} {03213.p6} {03213.p3} -> {03213.p4-eats} 
+tr {03213.t} {03213.p2-thinks} -> {03213.p1} {03213.p5} 
+tr {03213.t0|03214.t4} : b3212 {03214.p4-eats} -> {03213.f} {03214.f} {03214.p2-thinks} 
+tr {03213.t2} {03213.f} {03213.p5} -> {03213.p6} 
+tr {03213.t3|03214.t1} : a3212 {03213.f} {03214.p1} -> {03214.p3} 
+tr {03214.e} {03214.p6} {03214.p3} -> {03214.p4-eats} 
+tr {03214.t} {03214.p2-thinks} -> {03214.p1} {03214.p5} 
+tr {03214.t0|03215.t4} : b3213 {03215.p4-eats} -> {03214.f} {03215.f} {03215.p2-thinks} 
+tr {03214.t2} {03214.f} {03214.p5} -> {03214.p6} 
+tr {03214.t3|03215.t1} : a3213 {03214.f} {03215.p1} -> {03215.p3} 
+tr {03215.e} {03215.p6} {03215.p3} -> {03215.p4-eats} 
+tr {03215.t} {03215.p2-thinks} -> {03215.p1} {03215.p5} 
+tr {03215.t0|03216.t4} : b3214 {03216.p4-eats} -> {03215.f} {03216.f} {03216.p2-thinks} 
+tr {03215.t2} {03215.f} {03215.p5} -> {03215.p6} 
+tr {03215.t3|03216.t1} : a3214 {03215.f} {03216.p1} -> {03216.p3} 
+tr {03216.e} {03216.p6} {03216.p3} -> {03216.p4-eats} 
+tr {03216.t} {03216.p2-thinks} -> {03216.p1} {03216.p5} 
+tr {03216.t0|03217.t4} : b3215 {03217.p4-eats} -> {03216.f} {03217.f} {03217.p2-thinks} 
+tr {03216.t2} {03216.f} {03216.p5} -> {03216.p6} 
+tr {03216.t3|03217.t1} : a3215 {03216.f} {03217.p1} -> {03217.p3} 
+tr {03217.e} {03217.p6} {03217.p3} -> {03217.p4-eats} 
+tr {03217.t} {03217.p2-thinks} -> {03217.p1} {03217.p5} 
+tr {03217.t0|03218.t4} : b3216 {03218.p4-eats} -> {03217.f} {03218.f} {03218.p2-thinks} 
+tr {03217.t2} {03217.f} {03217.p5} -> {03217.p6} 
+tr {03217.t3|03218.t1} : a3216 {03217.f} {03218.p1} -> {03218.p3} 
+tr {03218.e} {03218.p6} {03218.p3} -> {03218.p4-eats} 
+tr {03218.t} {03218.p2-thinks} -> {03218.p1} {03218.p5} 
+tr {03218.t0|03219.t4} : b3217 {03219.p4-eats} -> {03218.f} {03219.f} {03219.p2-thinks} 
+tr {03218.t2} {03218.f} {03218.p5} -> {03218.p6} 
+tr {03218.t3|03219.t1} : a3217 {03218.f} {03219.p1} -> {03219.p3} 
+tr {03219.e} {03219.p6} {03219.p3} -> {03219.p4-eats} 
+tr {03219.t} {03219.p2-thinks} -> {03219.p1} {03219.p5} 
+tr {03219.t0|03220.t4} : b3218 {03220.p4-eats} -> {03219.f} {03220.f} {03220.p2-thinks} 
+tr {03219.t2} {03219.f} {03219.p5} -> {03219.p6} 
+tr {03219.t3|03220.t1} : a3218 {03219.f} {03220.p1} -> {03220.p3} 
+tr {03220.e} {03220.p6} {03220.p3} -> {03220.p4-eats} 
+tr {03220.t} {03220.p2-thinks} -> {03220.p1} {03220.p5} 
+tr {03220.t0|03221.t4} : b3219 {03221.p4-eats} -> {03220.f} {03221.f} {03221.p2-thinks} 
+tr {03220.t2} {03220.f} {03220.p5} -> {03220.p6} 
+tr {03220.t3|03221.t1} : a3219 {03220.f} {03221.p1} -> {03221.p3} 
+tr {03221.e} {03221.p6} {03221.p3} -> {03221.p4-eats} 
+tr {03221.t} {03221.p2-thinks} -> {03221.p1} {03221.p5} 
+tr {03221.t0|03222.t4} : b3220 {03222.p4-eats} -> {03221.f} {03222.f} {03222.p2-thinks} 
+tr {03221.t2} {03221.f} {03221.p5} -> {03221.p6} 
+tr {03221.t3|03222.t1} : a3220 {03221.f} {03222.p1} -> {03222.p3} 
+tr {03222.e} {03222.p6} {03222.p3} -> {03222.p4-eats} 
+tr {03222.t} {03222.p2-thinks} -> {03222.p1} {03222.p5} 
+tr {03222.t0|03223.t4} : b3221 {03223.p4-eats} -> {03222.f} {03223.f} {03223.p2-thinks} 
+tr {03222.t2} {03222.f} {03222.p5} -> {03222.p6} 
+tr {03222.t3|03223.t1} : a3221 {03222.f} {03223.p1} -> {03223.p3} 
+tr {03223.e} {03223.p6} {03223.p3} -> {03223.p4-eats} 
+tr {03223.t} {03223.p2-thinks} -> {03223.p1} {03223.p5} 
+tr {03223.t0|03224.t4} : b3222 {03224.p4-eats} -> {03223.f} {03224.f} {03224.p2-thinks} 
+tr {03223.t2} {03223.f} {03223.p5} -> {03223.p6} 
+tr {03223.t3|03224.t1} : a3222 {03223.f} {03224.p1} -> {03224.p3} 
+tr {03224.e} {03224.p6} {03224.p3} -> {03224.p4-eats} 
+tr {03224.t} {03224.p2-thinks} -> {03224.p1} {03224.p5} 
+tr {03224.t0|03225.t4} : b3223 {03225.p4-eats} -> {03224.f} {03225.f} {03225.p2-thinks} 
+tr {03224.t2} {03224.f} {03224.p5} -> {03224.p6} 
+tr {03224.t3|03225.t1} : a3223 {03224.f} {03225.p1} -> {03225.p3} 
+tr {03225.e} {03225.p6} {03225.p3} -> {03225.p4-eats} 
+tr {03225.t} {03225.p2-thinks} -> {03225.p1} {03225.p5} 
+tr {03225.t0|03226.t4} : b3224 {03226.p4-eats} -> {03225.f} {03226.f} {03226.p2-thinks} 
+tr {03225.t2} {03225.f} {03225.p5} -> {03225.p6} 
+tr {03225.t3|03226.t1} : a3224 {03225.f} {03226.p1} -> {03226.p3} 
+tr {03226.e} {03226.p6} {03226.p3} -> {03226.p4-eats} 
+tr {03226.t} {03226.p2-thinks} -> {03226.p1} {03226.p5} 
+tr {03226.t0|03227.t4} : b3225 {03227.p4-eats} -> {03226.f} {03227.f} {03227.p2-thinks} 
+tr {03226.t2} {03226.f} {03226.p5} -> {03226.p6} 
+tr {03226.t3|03227.t1} : a3225 {03226.f} {03227.p1} -> {03227.p3} 
+tr {03227.e} {03227.p6} {03227.p3} -> {03227.p4-eats} 
+tr {03227.t} {03227.p2-thinks} -> {03227.p1} {03227.p5} 
+tr {03227.t0|03228.t4} : b3226 {03228.p4-eats} -> {03227.f} {03228.f} {03228.p2-thinks} 
+tr {03227.t2} {03227.f} {03227.p5} -> {03227.p6} 
+tr {03227.t3|03228.t1} : a3226 {03227.f} {03228.p1} -> {03228.p3} 
+tr {03228.e} {03228.p6} {03228.p3} -> {03228.p4-eats} 
+tr {03228.t} {03228.p2-thinks} -> {03228.p1} {03228.p5} 
+tr {03228.t0|03229.t4} : b3227 {03229.p4-eats} -> {03228.f} {03229.f} {03229.p2-thinks} 
+tr {03228.t2} {03228.f} {03228.p5} -> {03228.p6} 
+tr {03228.t3|03229.t1} : a3227 {03228.f} {03229.p1} -> {03229.p3} 
+tr {03229.e} {03229.p6} {03229.p3} -> {03229.p4-eats} 
+tr {03229.t} {03229.p2-thinks} -> {03229.p1} {03229.p5} 
+tr {03229.t0|03230.t4} : b3228 {03230.p4-eats} -> {03229.f} {03230.f} {03230.p2-thinks} 
+tr {03229.t2} {03229.f} {03229.p5} -> {03229.p6} 
+tr {03229.t3|03230.t1} : a3228 {03229.f} {03230.p1} -> {03230.p3} 
+tr {03230.e} {03230.p6} {03230.p3} -> {03230.p4-eats} 
+tr {03230.t} {03230.p2-thinks} -> {03230.p1} {03230.p5} 
+tr {03230.t0|03231.t4} : b3229 {03231.p4-eats} -> {03230.f} {03231.f} {03231.p2-thinks} 
+tr {03230.t2} {03230.f} {03230.p5} -> {03230.p6} 
+tr {03230.t3|03231.t1} : a3229 {03230.f} {03231.p1} -> {03231.p3} 
+tr {03231.e} {03231.p6} {03231.p3} -> {03231.p4-eats} 
+tr {03231.t} {03231.p2-thinks} -> {03231.p1} {03231.p5} 
+tr {03231.t0|03232.t4} : b3230 {03232.p4-eats} -> {03231.f} {03232.f} {03232.p2-thinks} 
+tr {03231.t2} {03231.f} {03231.p5} -> {03231.p6} 
+tr {03231.t3|03232.t1} : a3230 {03231.f} {03232.p1} -> {03232.p3} 
+tr {03232.e} {03232.p6} {03232.p3} -> {03232.p4-eats} 
+tr {03232.t} {03232.p2-thinks} -> {03232.p1} {03232.p5} 
+tr {03232.t0|03233.t4} : b3231 {03233.p4-eats} -> {03232.f} {03233.f} {03233.p2-thinks} 
+tr {03232.t2} {03232.f} {03232.p5} -> {03232.p6} 
+tr {03232.t3|03233.t1} : a3231 {03232.f} {03233.p1} -> {03233.p3} 
+tr {03233.e} {03233.p6} {03233.p3} -> {03233.p4-eats} 
+tr {03233.t} {03233.p2-thinks} -> {03233.p1} {03233.p5} 
+tr {03233.t0|03234.t4} : b3232 {03234.p4-eats} -> {03233.f} {03234.f} {03234.p2-thinks} 
+tr {03233.t2} {03233.f} {03233.p5} -> {03233.p6} 
+tr {03233.t3|03234.t1} : a3232 {03233.f} {03234.p1} -> {03234.p3} 
+tr {03234.e} {03234.p6} {03234.p3} -> {03234.p4-eats} 
+tr {03234.t} {03234.p2-thinks} -> {03234.p1} {03234.p5} 
+tr {03234.t0|03235.t4} : b3233 {03235.p4-eats} -> {03234.f} {03235.f} {03235.p2-thinks} 
+tr {03234.t2} {03234.f} {03234.p5} -> {03234.p6} 
+tr {03234.t3|03235.t1} : a3233 {03234.f} {03235.p1} -> {03235.p3} 
+tr {03235.e} {03235.p6} {03235.p3} -> {03235.p4-eats} 
+tr {03235.t} {03235.p2-thinks} -> {03235.p1} {03235.p5} 
+tr {03235.t0|03236.t4} : b3234 {03236.p4-eats} -> {03235.f} {03236.f} {03236.p2-thinks} 
+tr {03235.t2} {03235.f} {03235.p5} -> {03235.p6} 
+tr {03235.t3|03236.t1} : a3234 {03235.f} {03236.p1} -> {03236.p3} 
+tr {03236.e} {03236.p6} {03236.p3} -> {03236.p4-eats} 
+tr {03236.t} {03236.p2-thinks} -> {03236.p1} {03236.p5} 
+tr {03236.t0|03237.t4} : b3235 {03237.p4-eats} -> {03236.f} {03237.f} {03237.p2-thinks} 
+tr {03236.t2} {03236.f} {03236.p5} -> {03236.p6} 
+tr {03236.t3|03237.t1} : a3235 {03236.f} {03237.p1} -> {03237.p3} 
+tr {03237.e} {03237.p6} {03237.p3} -> {03237.p4-eats} 
+tr {03237.t} {03237.p2-thinks} -> {03237.p1} {03237.p5} 
+tr {03237.t0|03238.t4} : b3236 {03238.p4-eats} -> {03237.f} {03238.f} {03238.p2-thinks} 
+tr {03237.t2} {03237.f} {03237.p5} -> {03237.p6} 
+tr {03237.t3|03238.t1} : a3236 {03237.f} {03238.p1} -> {03238.p3} 
+tr {03238.e} {03238.p6} {03238.p3} -> {03238.p4-eats} 
+tr {03238.t} {03238.p2-thinks} -> {03238.p1} {03238.p5} 
+tr {03238.t0|03239.t4} : b3237 {03239.p4-eats} -> {03238.f} {03239.f} {03239.p2-thinks} 
+tr {03238.t2} {03238.f} {03238.p5} -> {03238.p6} 
+tr {03238.t3|03239.t1} : a3237 {03238.f} {03239.p1} -> {03239.p3} 
+tr {03239.e} {03239.p6} {03239.p3} -> {03239.p4-eats} 
+tr {03239.t} {03239.p2-thinks} -> {03239.p1} {03239.p5} 
+tr {03239.t0|03240.t4} : b3238 {03240.p4-eats} -> {03239.f} {03240.f} {03240.p2-thinks} 
+tr {03239.t2} {03239.f} {03239.p5} -> {03239.p6} 
+tr {03239.t3|03240.t1} : a3238 {03239.f} {03240.p1} -> {03240.p3} 
+tr {03240.e} {03240.p6} {03240.p3} -> {03240.p4-eats} 
+tr {03240.t} {03240.p2-thinks} -> {03240.p1} {03240.p5} 
+tr {03240.t0|03241.t4} : b3239 {03241.p4-eats} -> {03240.f} {03241.f} {03241.p2-thinks} 
+tr {03240.t2} {03240.f} {03240.p5} -> {03240.p6} 
+tr {03240.t3|03241.t1} : a3239 {03240.f} {03241.p1} -> {03241.p3} 
+tr {03241.e} {03241.p6} {03241.p3} -> {03241.p4-eats} 
+tr {03241.t} {03241.p2-thinks} -> {03241.p1} {03241.p5} 
+tr {03241.t0|03242.t4} : b3240 {03242.p4-eats} -> {03241.f} {03242.f} {03242.p2-thinks} 
+tr {03241.t2} {03241.f} {03241.p5} -> {03241.p6} 
+tr {03241.t3|03242.t1} : a3240 {03241.f} {03242.p1} -> {03242.p3} 
+tr {03242.e} {03242.p6} {03242.p3} -> {03242.p4-eats} 
+tr {03242.t} {03242.p2-thinks} -> {03242.p1} {03242.p5} 
+tr {03242.t0|03243.t4} : b3241 {03243.p4-eats} -> {03242.f} {03243.f} {03243.p2-thinks} 
+tr {03242.t2} {03242.f} {03242.p5} -> {03242.p6} 
+tr {03242.t3|03243.t1} : a3241 {03242.f} {03243.p1} -> {03243.p3} 
+tr {03243.e} {03243.p6} {03243.p3} -> {03243.p4-eats} 
+tr {03243.t} {03243.p2-thinks} -> {03243.p1} {03243.p5} 
+tr {03243.t0|03244.t4} : b3242 {03244.p4-eats} -> {03243.f} {03244.f} {03244.p2-thinks} 
+tr {03243.t2} {03243.f} {03243.p5} -> {03243.p6} 
+tr {03243.t3|03244.t1} : a3242 {03243.f} {03244.p1} -> {03244.p3} 
+tr {03244.e} {03244.p6} {03244.p3} -> {03244.p4-eats} 
+tr {03244.t} {03244.p2-thinks} -> {03244.p1} {03244.p5} 
+tr {03244.t0|03245.t4} : b3243 {03245.p4-eats} -> {03244.f} {03245.f} {03245.p2-thinks} 
+tr {03244.t2} {03244.f} {03244.p5} -> {03244.p6} 
+tr {03244.t3|03245.t1} : a3243 {03244.f} {03245.p1} -> {03245.p3} 
+tr {03245.e} {03245.p6} {03245.p3} -> {03245.p4-eats} 
+tr {03245.t} {03245.p2-thinks} -> {03245.p1} {03245.p5} 
+tr {03245.t0|03246.t4} : b3244 {03246.p4-eats} -> {03245.f} {03246.f} {03246.p2-thinks} 
+tr {03245.t2} {03245.f} {03245.p5} -> {03245.p6} 
+tr {03245.t3|03246.t1} : a3244 {03245.f} {03246.p1} -> {03246.p3} 
+tr {03246.e} {03246.p6} {03246.p3} -> {03246.p4-eats} 
+tr {03246.t} {03246.p2-thinks} -> {03246.p1} {03246.p5} 
+tr {03246.t0|03247.t4} : b3245 {03247.p4-eats} -> {03246.f} {03247.f} {03247.p2-thinks} 
+tr {03246.t2} {03246.f} {03246.p5} -> {03246.p6} 
+tr {03246.t3|03247.t1} : a3245 {03246.f} {03247.p1} -> {03247.p3} 
+tr {03247.e} {03247.p6} {03247.p3} -> {03247.p4-eats} 
+tr {03247.t} {03247.p2-thinks} -> {03247.p1} {03247.p5} 
+tr {03247.t0|03248.t4} : b3246 {03248.p4-eats} -> {03247.f} {03248.f} {03248.p2-thinks} 
+tr {03247.t2} {03247.f} {03247.p5} -> {03247.p6} 
+tr {03247.t3|03248.t1} : a3246 {03247.f} {03248.p1} -> {03248.p3} 
+tr {03248.e} {03248.p6} {03248.p3} -> {03248.p4-eats} 
+tr {03248.t} {03248.p2-thinks} -> {03248.p1} {03248.p5} 
+tr {03248.t0|03249.t4} : b3247 {03249.p4-eats} -> {03248.f} {03249.f} {03249.p2-thinks} 
+tr {03248.t2} {03248.f} {03248.p5} -> {03248.p6} 
+tr {03248.t3|03249.t1} : a3247 {03248.f} {03249.p1} -> {03249.p3} 
+tr {03249.e} {03249.p6} {03249.p3} -> {03249.p4-eats} 
+tr {03249.t} {03249.p2-thinks} -> {03249.p1} {03249.p5} 
+tr {03249.t0|03250.t4} : b3248 {03250.p4-eats} -> {03249.f} {03250.f} {03250.p2-thinks} 
+tr {03249.t2} {03249.f} {03249.p5} -> {03249.p6} 
+tr {03249.t3|03250.t1} : a3248 {03249.f} {03250.p1} -> {03250.p3} 
+tr {03250.e} {03250.p6} {03250.p3} -> {03250.p4-eats} 
+tr {03250.t} {03250.p2-thinks} -> {03250.p1} {03250.p5} 
+tr {03250.t0|03251.t4} : b3249 {03251.p4-eats} -> {03250.f} {03251.f} {03251.p2-thinks} 
+tr {03250.t2} {03250.f} {03250.p5} -> {03250.p6} 
+tr {03250.t3|03251.t1} : a3249 {03250.f} {03251.p1} -> {03251.p3} 
+tr {03251.e} {03251.p6} {03251.p3} -> {03251.p4-eats} 
+tr {03251.t} {03251.p2-thinks} -> {03251.p1} {03251.p5} 
+tr {03251.t0|03252.t4} : b3250 {03252.p4-eats} -> {03251.f} {03252.f} {03252.p2-thinks} 
+tr {03251.t2} {03251.f} {03251.p5} -> {03251.p6} 
+tr {03251.t3|03252.t1} : a3250 {03251.f} {03252.p1} -> {03252.p3} 
+tr {03252.e} {03252.p6} {03252.p3} -> {03252.p4-eats} 
+tr {03252.t} {03252.p2-thinks} -> {03252.p1} {03252.p5} 
+tr {03252.t0|03253.t4} : b3251 {03253.p4-eats} -> {03252.f} {03253.f} {03253.p2-thinks} 
+tr {03252.t2} {03252.f} {03252.p5} -> {03252.p6} 
+tr {03252.t3|03253.t1} : a3251 {03252.f} {03253.p1} -> {03253.p3} 
+tr {03253.e} {03253.p6} {03253.p3} -> {03253.p4-eats} 
+tr {03253.t} {03253.p2-thinks} -> {03253.p1} {03253.p5} 
+tr {03253.t0|03254.t4} : b3252 {03254.p4-eats} -> {03253.f} {03254.f} {03254.p2-thinks} 
+tr {03253.t2} {03253.f} {03253.p5} -> {03253.p6} 
+tr {03253.t3|03254.t1} : a3252 {03253.f} {03254.p1} -> {03254.p3} 
+tr {03254.e} {03254.p6} {03254.p3} -> {03254.p4-eats} 
+tr {03254.t} {03254.p2-thinks} -> {03254.p1} {03254.p5} 
+tr {03254.t0|03255.t4} : b3253 {03255.p4-eats} -> {03254.f} {03255.f} {03255.p2-thinks} 
+tr {03254.t2} {03254.f} {03254.p5} -> {03254.p6} 
+tr {03254.t3|03255.t1} : a3253 {03254.f} {03255.p1} -> {03255.p3} 
+tr {03255.e} {03255.p6} {03255.p3} -> {03255.p4-eats} 
+tr {03255.t} {03255.p2-thinks} -> {03255.p1} {03255.p5} 
+tr {03255.t0|03256.t4} : b3254 {03256.p4-eats} -> {03255.f} {03256.f} {03256.p2-thinks} 
+tr {03255.t2} {03255.f} {03255.p5} -> {03255.p6} 
+tr {03255.t3|03256.t1} : a3254 {03255.f} {03256.p1} -> {03256.p3} 
+tr {03256.e} {03256.p6} {03256.p3} -> {03256.p4-eats} 
+tr {03256.t} {03256.p2-thinks} -> {03256.p1} {03256.p5} 
+tr {03256.t0|03257.t4} : b3255 {03257.p4-eats} -> {03256.f} {03257.f} {03257.p2-thinks} 
+tr {03256.t2} {03256.f} {03256.p5} -> {03256.p6} 
+tr {03256.t3|03257.t1} : a3255 {03256.f} {03257.p1} -> {03257.p3} 
+tr {03257.e} {03257.p6} {03257.p3} -> {03257.p4-eats} 
+tr {03257.t} {03257.p2-thinks} -> {03257.p1} {03257.p5} 
+tr {03257.t0|03258.t4} : b3256 {03258.p4-eats} -> {03257.f} {03258.f} {03258.p2-thinks} 
+tr {03257.t2} {03257.f} {03257.p5} -> {03257.p6} 
+tr {03257.t3|03258.t1} : a3256 {03257.f} {03258.p1} -> {03258.p3} 
+tr {03258.e} {03258.p6} {03258.p3} -> {03258.p4-eats} 
+tr {03258.t} {03258.p2-thinks} -> {03258.p1} {03258.p5} 
+tr {03258.t0|03259.t4} : b3257 {03259.p4-eats} -> {03258.f} {03259.f} {03259.p2-thinks} 
+tr {03258.t2} {03258.f} {03258.p5} -> {03258.p6} 
+tr {03258.t3|03259.t1} : a3257 {03258.f} {03259.p1} -> {03259.p3} 
+tr {03259.e} {03259.p6} {03259.p3} -> {03259.p4-eats} 
+tr {03259.t} {03259.p2-thinks} -> {03259.p1} {03259.p5} 
+tr {03259.t0|03260.t4} : b3258 {03260.p4-eats} -> {03259.f} {03260.f} {03260.p2-thinks} 
+tr {03259.t2} {03259.f} {03259.p5} -> {03259.p6} 
+tr {03259.t3|03260.t1} : a3258 {03259.f} {03260.p1} -> {03260.p3} 
+tr {03260.e} {03260.p6} {03260.p3} -> {03260.p4-eats} 
+tr {03260.t} {03260.p2-thinks} -> {03260.p1} {03260.p5} 
+tr {03260.t0|03261.t4} : b3259 {03261.p4-eats} -> {03260.f} {03261.f} {03261.p2-thinks} 
+tr {03260.t2} {03260.f} {03260.p5} -> {03260.p6} 
+tr {03260.t3|03261.t1} : a3259 {03260.f} {03261.p1} -> {03261.p3} 
+tr {03261.e} {03261.p6} {03261.p3} -> {03261.p4-eats} 
+tr {03261.t} {03261.p2-thinks} -> {03261.p1} {03261.p5} 
+tr {03261.t0|03262.t4} : b3260 {03262.p4-eats} -> {03261.f} {03262.f} {03262.p2-thinks} 
+tr {03261.t2} {03261.f} {03261.p5} -> {03261.p6} 
+tr {03261.t3|03262.t1} : a3260 {03261.f} {03262.p1} -> {03262.p3} 
+tr {03262.e} {03262.p6} {03262.p3} -> {03262.p4-eats} 
+tr {03262.t} {03262.p2-thinks} -> {03262.p1} {03262.p5} 
+tr {03262.t0|03263.t4} : b3261 {03263.p4-eats} -> {03262.f} {03263.f} {03263.p2-thinks} 
+tr {03262.t2} {03262.f} {03262.p5} -> {03262.p6} 
+tr {03262.t3|03263.t1} : a3261 {03262.f} {03263.p1} -> {03263.p3} 
+tr {03263.e} {03263.p6} {03263.p3} -> {03263.p4-eats} 
+tr {03263.t} {03263.p2-thinks} -> {03263.p1} {03263.p5} 
+tr {03263.t0|03264.t4} : b3262 {03264.p4-eats} -> {03263.f} {03264.f} {03264.p2-thinks} 
+tr {03263.t2} {03263.f} {03263.p5} -> {03263.p6} 
+tr {03263.t3|03264.t1} : a3262 {03263.f} {03264.p1} -> {03264.p3} 
+tr {03264.e} {03264.p6} {03264.p3} -> {03264.p4-eats} 
+tr {03264.t} {03264.p2-thinks} -> {03264.p1} {03264.p5} 
+tr {03264.t0|03265.t4} : b3263 {03265.p4-eats} -> {03264.f} {03265.f} {03265.p2-thinks} 
+tr {03264.t2} {03264.f} {03264.p5} -> {03264.p6} 
+tr {03264.t3|03265.t1} : a3263 {03264.f} {03265.p1} -> {03265.p3} 
+tr {03265.e} {03265.p6} {03265.p3} -> {03265.p4-eats} 
+tr {03265.t} {03265.p2-thinks} -> {03265.p1} {03265.p5} 
+tr {03265.t0|03266.t4} : b3264 {03266.p4-eats} -> {03265.f} {03266.f} {03266.p2-thinks} 
+tr {03265.t2} {03265.f} {03265.p5} -> {03265.p6} 
+tr {03265.t3|03266.t1} : a3264 {03265.f} {03266.p1} -> {03266.p3} 
+tr {03266.e} {03266.p6} {03266.p3} -> {03266.p4-eats} 
+tr {03266.t} {03266.p2-thinks} -> {03266.p1} {03266.p5} 
+tr {03266.t0|03267.t4} : b3265 {03267.p4-eats} -> {03266.f} {03267.f} {03267.p2-thinks} 
+tr {03266.t2} {03266.f} {03266.p5} -> {03266.p6} 
+tr {03266.t3|03267.t1} : a3265 {03266.f} {03267.p1} -> {03267.p3} 
+tr {03267.e} {03267.p6} {03267.p3} -> {03267.p4-eats} 
+tr {03267.t} {03267.p2-thinks} -> {03267.p1} {03267.p5} 
+tr {03267.t0|03268.t4} : b3266 {03268.p4-eats} -> {03267.f} {03268.f} {03268.p2-thinks} 
+tr {03267.t2} {03267.f} {03267.p5} -> {03267.p6} 
+tr {03267.t3|03268.t1} : a3266 {03267.f} {03268.p1} -> {03268.p3} 
+tr {03268.e} {03268.p6} {03268.p3} -> {03268.p4-eats} 
+tr {03268.t} {03268.p2-thinks} -> {03268.p1} {03268.p5} 
+tr {03268.t0|03269.t4} : b3267 {03269.p4-eats} -> {03268.f} {03269.f} {03269.p2-thinks} 
+tr {03268.t2} {03268.f} {03268.p5} -> {03268.p6} 
+tr {03268.t3|03269.t1} : a3267 {03268.f} {03269.p1} -> {03269.p3} 
+tr {03269.e} {03269.p6} {03269.p3} -> {03269.p4-eats} 
+tr {03269.t} {03269.p2-thinks} -> {03269.p1} {03269.p5} 
+tr {03269.t0|03270.t4} : b3268 {03270.p4-eats} -> {03269.f} {03270.f} {03270.p2-thinks} 
+tr {03269.t2} {03269.f} {03269.p5} -> {03269.p6} 
+tr {03269.t3|03270.t1} : a3268 {03269.f} {03270.p1} -> {03270.p3} 
+tr {03270.e} {03270.p6} {03270.p3} -> {03270.p4-eats} 
+tr {03270.t} {03270.p2-thinks} -> {03270.p1} {03270.p5} 
+tr {03270.t0|03271.t4} : b3269 {03271.p4-eats} -> {03270.f} {03271.f} {03271.p2-thinks} 
+tr {03270.t2} {03270.f} {03270.p5} -> {03270.p6} 
+tr {03270.t3|03271.t1} : a3269 {03270.f} {03271.p1} -> {03271.p3} 
+tr {03271.e} {03271.p6} {03271.p3} -> {03271.p4-eats} 
+tr {03271.t} {03271.p2-thinks} -> {03271.p1} {03271.p5} 
+tr {03271.t0|03272.t4} : b3270 {03272.p4-eats} -> {03271.f} {03272.f} {03272.p2-thinks} 
+tr {03271.t2} {03271.f} {03271.p5} -> {03271.p6} 
+tr {03271.t3|03272.t1} : a3270 {03271.f} {03272.p1} -> {03272.p3} 
+tr {03272.e} {03272.p6} {03272.p3} -> {03272.p4-eats} 
+tr {03272.t} {03272.p2-thinks} -> {03272.p1} {03272.p5} 
+tr {03272.t0|03273.t4} : b3271 {03273.p4-eats} -> {03272.f} {03273.f} {03273.p2-thinks} 
+tr {03272.t2} {03272.f} {03272.p5} -> {03272.p6} 
+tr {03272.t3|03273.t1} : a3271 {03272.f} {03273.p1} -> {03273.p3} 
+tr {03273.e} {03273.p6} {03273.p3} -> {03273.p4-eats} 
+tr {03273.t} {03273.p2-thinks} -> {03273.p1} {03273.p5} 
+tr {03273.t0|03274.t4} : b3272 {03274.p4-eats} -> {03273.f} {03274.f} {03274.p2-thinks} 
+tr {03273.t2} {03273.f} {03273.p5} -> {03273.p6} 
+tr {03273.t3|03274.t1} : a3272 {03273.f} {03274.p1} -> {03274.p3} 
+tr {03274.e} {03274.p6} {03274.p3} -> {03274.p4-eats} 
+tr {03274.t} {03274.p2-thinks} -> {03274.p1} {03274.p5} 
+tr {03274.t0|03275.t4} : b3273 {03275.p4-eats} -> {03274.f} {03275.f} {03275.p2-thinks} 
+tr {03274.t2} {03274.f} {03274.p5} -> {03274.p6} 
+tr {03274.t3|03275.t1} : a3273 {03274.f} {03275.p1} -> {03275.p3} 
+tr {03275.e} {03275.p6} {03275.p3} -> {03275.p4-eats} 
+tr {03275.t} {03275.p2-thinks} -> {03275.p1} {03275.p5} 
+tr {03275.t0|03276.t4} : b3274 {03276.p4-eats} -> {03275.f} {03276.f} {03276.p2-thinks} 
+tr {03275.t2} {03275.f} {03275.p5} -> {03275.p6} 
+tr {03275.t3|03276.t1} : a3274 {03275.f} {03276.p1} -> {03276.p3} 
+tr {03276.e} {03276.p6} {03276.p3} -> {03276.p4-eats} 
+tr {03276.t} {03276.p2-thinks} -> {03276.p1} {03276.p5} 
+tr {03276.t0|03277.t4} : b3275 {03277.p4-eats} -> {03276.f} {03277.f} {03277.p2-thinks} 
+tr {03276.t2} {03276.f} {03276.p5} -> {03276.p6} 
+tr {03276.t3|03277.t1} : a3275 {03276.f} {03277.p1} -> {03277.p3} 
+tr {03277.e} {03277.p6} {03277.p3} -> {03277.p4-eats} 
+tr {03277.t} {03277.p2-thinks} -> {03277.p1} {03277.p5} 
+tr {03277.t0|03278.t4} : b3276 {03278.p4-eats} -> {03277.f} {03278.f} {03278.p2-thinks} 
+tr {03277.t2} {03277.f} {03277.p5} -> {03277.p6} 
+tr {03277.t3|03278.t1} : a3276 {03277.f} {03278.p1} -> {03278.p3} 
+tr {03278.e} {03278.p6} {03278.p3} -> {03278.p4-eats} 
+tr {03278.t} {03278.p2-thinks} -> {03278.p1} {03278.p5} 
+tr {03278.t0|03279.t4} : b3277 {03279.p4-eats} -> {03278.f} {03279.f} {03279.p2-thinks} 
+tr {03278.t2} {03278.f} {03278.p5} -> {03278.p6} 
+tr {03278.t3|03279.t1} : a3277 {03278.f} {03279.p1} -> {03279.p3} 
+tr {03279.e} {03279.p6} {03279.p3} -> {03279.p4-eats} 
+tr {03279.t} {03279.p2-thinks} -> {03279.p1} {03279.p5} 
+tr {03279.t0|03280.t4} : b3278 {03280.p4-eats} -> {03279.f} {03280.f} {03280.p2-thinks} 
+tr {03279.t2} {03279.f} {03279.p5} -> {03279.p6} 
+tr {03279.t3|03280.t1} : a3278 {03279.f} {03280.p1} -> {03280.p3} 
+tr {03280.e} {03280.p6} {03280.p3} -> {03280.p4-eats} 
+tr {03280.t} {03280.p2-thinks} -> {03280.p1} {03280.p5} 
+tr {03280.t0|03281.t4} : b3279 {03281.p4-eats} -> {03280.f} {03281.f} {03281.p2-thinks} 
+tr {03280.t2} {03280.f} {03280.p5} -> {03280.p6} 
+tr {03280.t3|03281.t1} : a3279 {03280.f} {03281.p1} -> {03281.p3} 
+tr {03281.e} {03281.p6} {03281.p3} -> {03281.p4-eats} 
+tr {03281.t} {03281.p2-thinks} -> {03281.p1} {03281.p5} 
+tr {03281.t0|03282.t4} : b3280 {03282.p4-eats} -> {03281.f} {03282.f} {03282.p2-thinks} 
+tr {03281.t2} {03281.f} {03281.p5} -> {03281.p6} 
+tr {03281.t3|03282.t1} : a3280 {03281.f} {03282.p1} -> {03282.p3} 
+tr {03282.e} {03282.p6} {03282.p3} -> {03282.p4-eats} 
+tr {03282.t} {03282.p2-thinks} -> {03282.p1} {03282.p5} 
+tr {03282.t0|03283.t4} : b3281 {03283.p4-eats} -> {03282.f} {03283.f} {03283.p2-thinks} 
+tr {03282.t2} {03282.f} {03282.p5} -> {03282.p6} 
+tr {03282.t3|03283.t1} : a3281 {03282.f} {03283.p1} -> {03283.p3} 
+tr {03283.e} {03283.p6} {03283.p3} -> {03283.p4-eats} 
+tr {03283.t} {03283.p2-thinks} -> {03283.p1} {03283.p5} 
+tr {03283.t0|03284.t4} : b3282 {03284.p4-eats} -> {03283.f} {03284.f} {03284.p2-thinks} 
+tr {03283.t2} {03283.f} {03283.p5} -> {03283.p6} 
+tr {03283.t3|03284.t1} : a3282 {03283.f} {03284.p1} -> {03284.p3} 
+tr {03284.e} {03284.p6} {03284.p3} -> {03284.p4-eats} 
+tr {03284.t} {03284.p2-thinks} -> {03284.p1} {03284.p5} 
+tr {03284.t0|03285.t4} : b3283 {03285.p4-eats} -> {03284.f} {03285.f} {03285.p2-thinks} 
+tr {03284.t2} {03284.f} {03284.p5} -> {03284.p6} 
+tr {03284.t3|03285.t1} : a3283 {03284.f} {03285.p1} -> {03285.p3} 
+tr {03285.e} {03285.p6} {03285.p3} -> {03285.p4-eats} 
+tr {03285.t} {03285.p2-thinks} -> {03285.p1} {03285.p5} 
+tr {03285.t0|03286.t4} : b3284 {03286.p4-eats} -> {03285.f} {03286.f} {03286.p2-thinks} 
+tr {03285.t2} {03285.f} {03285.p5} -> {03285.p6} 
+tr {03285.t3|03286.t1} : a3284 {03285.f} {03286.p1} -> {03286.p3} 
+tr {03286.e} {03286.p6} {03286.p3} -> {03286.p4-eats} 
+tr {03286.t} {03286.p2-thinks} -> {03286.p1} {03286.p5} 
+tr {03286.t0|03287.t4} : b3285 {03287.p4-eats} -> {03286.f} {03287.f} {03287.p2-thinks} 
+tr {03286.t2} {03286.f} {03286.p5} -> {03286.p6} 
+tr {03286.t3|03287.t1} : a3285 {03286.f} {03287.p1} -> {03287.p3} 
+tr {03287.e} {03287.p6} {03287.p3} -> {03287.p4-eats} 
+tr {03287.t} {03287.p2-thinks} -> {03287.p1} {03287.p5} 
+tr {03287.t0|03288.t4} : b3286 {03288.p4-eats} -> {03287.f} {03288.f} {03288.p2-thinks} 
+tr {03287.t2} {03287.f} {03287.p5} -> {03287.p6} 
+tr {03287.t3|03288.t1} : a3286 {03287.f} {03288.p1} -> {03288.p3} 
+tr {03288.e} {03288.p6} {03288.p3} -> {03288.p4-eats} 
+tr {03288.t} {03288.p2-thinks} -> {03288.p1} {03288.p5} 
+tr {03288.t0|03289.t4} : b3287 {03289.p4-eats} -> {03288.f} {03289.f} {03289.p2-thinks} 
+tr {03288.t2} {03288.f} {03288.p5} -> {03288.p6} 
+tr {03288.t3|03289.t1} : a3287 {03288.f} {03289.p1} -> {03289.p3} 
+tr {03289.e} {03289.p6} {03289.p3} -> {03289.p4-eats} 
+tr {03289.t} {03289.p2-thinks} -> {03289.p1} {03289.p5} 
+tr {03289.t0|03290.t4} : b3288 {03290.p4-eats} -> {03289.f} {03290.f} {03290.p2-thinks} 
+tr {03289.t2} {03289.f} {03289.p5} -> {03289.p6} 
+tr {03289.t3|03290.t1} : a3288 {03289.f} {03290.p1} -> {03290.p3} 
+tr {03290.e} {03290.p6} {03290.p3} -> {03290.p4-eats} 
+tr {03290.t} {03290.p2-thinks} -> {03290.p1} {03290.p5} 
+tr {03290.t0|03291.t4} : b3289 {03291.p4-eats} -> {03290.f} {03291.f} {03291.p2-thinks} 
+tr {03290.t2} {03290.f} {03290.p5} -> {03290.p6} 
+tr {03290.t3|03291.t1} : a3289 {03290.f} {03291.p1} -> {03291.p3} 
+tr {03291.e} {03291.p6} {03291.p3} -> {03291.p4-eats} 
+tr {03291.t} {03291.p2-thinks} -> {03291.p1} {03291.p5} 
+tr {03291.t0|03292.t4} : b3290 {03292.p4-eats} -> {03291.f} {03292.f} {03292.p2-thinks} 
+tr {03291.t2} {03291.f} {03291.p5} -> {03291.p6} 
+tr {03291.t3|03292.t1} : a3290 {03291.f} {03292.p1} -> {03292.p3} 
+tr {03292.e} {03292.p6} {03292.p3} -> {03292.p4-eats} 
+tr {03292.t} {03292.p2-thinks} -> {03292.p1} {03292.p5} 
+tr {03292.t0|03293.t4} : b3291 {03293.p4-eats} -> {03292.f} {03293.f} {03293.p2-thinks} 
+tr {03292.t2} {03292.f} {03292.p5} -> {03292.p6} 
+tr {03292.t3|03293.t1} : a3291 {03292.f} {03293.p1} -> {03293.p3} 
+tr {03293.e} {03293.p6} {03293.p3} -> {03293.p4-eats} 
+tr {03293.t} {03293.p2-thinks} -> {03293.p1} {03293.p5} 
+tr {03293.t0|03294.t4} : b3292 {03294.p4-eats} -> {03293.f} {03294.f} {03294.p2-thinks} 
+tr {03293.t2} {03293.f} {03293.p5} -> {03293.p6} 
+tr {03293.t3|03294.t1} : a3292 {03293.f} {03294.p1} -> {03294.p3} 
+tr {03294.e} {03294.p6} {03294.p3} -> {03294.p4-eats} 
+tr {03294.t} {03294.p2-thinks} -> {03294.p1} {03294.p5} 
+tr {03294.t0|03295.t4} : b3293 {03295.p4-eats} -> {03294.f} {03295.f} {03295.p2-thinks} 
+tr {03294.t2} {03294.f} {03294.p5} -> {03294.p6} 
+tr {03294.t3|03295.t1} : a3293 {03294.f} {03295.p1} -> {03295.p3} 
+tr {03295.e} {03295.p6} {03295.p3} -> {03295.p4-eats} 
+tr {03295.t} {03295.p2-thinks} -> {03295.p1} {03295.p5} 
+tr {03295.t0|03296.t4} : b3294 {03296.p4-eats} -> {03295.f} {03296.f} {03296.p2-thinks} 
+tr {03295.t2} {03295.f} {03295.p5} -> {03295.p6} 
+tr {03295.t3|03296.t1} : a3294 {03295.f} {03296.p1} -> {03296.p3} 
+tr {03296.e} {03296.p6} {03296.p3} -> {03296.p4-eats} 
+tr {03296.t} {03296.p2-thinks} -> {03296.p1} {03296.p5} 
+tr {03296.t0|03297.t4} : b3295 {03297.p4-eats} -> {03296.f} {03297.f} {03297.p2-thinks} 
+tr {03296.t2} {03296.f} {03296.p5} -> {03296.p6} 
+tr {03296.t3|03297.t1} : a3295 {03296.f} {03297.p1} -> {03297.p3} 
+tr {03297.e} {03297.p6} {03297.p3} -> {03297.p4-eats} 
+tr {03297.t} {03297.p2-thinks} -> {03297.p1} {03297.p5} 
+tr {03297.t0|03298.t4} : b3296 {03298.p4-eats} -> {03297.f} {03298.f} {03298.p2-thinks} 
+tr {03297.t2} {03297.f} {03297.p5} -> {03297.p6} 
+tr {03297.t3|03298.t1} : a3296 {03297.f} {03298.p1} -> {03298.p3} 
+tr {03298.e} {03298.p6} {03298.p3} -> {03298.p4-eats} 
+tr {03298.t} {03298.p2-thinks} -> {03298.p1} {03298.p5} 
+tr {03298.t0|03299.t4} : b3297 {03299.p4-eats} -> {03298.f} {03299.f} {03299.p2-thinks} 
+tr {03298.t2} {03298.f} {03298.p5} -> {03298.p6} 
+tr {03298.t3|03299.t1} : a3297 {03298.f} {03299.p1} -> {03299.p3} 
+tr {03299.e} {03299.p6} {03299.p3} -> {03299.p4-eats} 
+tr {03299.t} {03299.p2-thinks} -> {03299.p1} {03299.p5} 
+tr {03299.t0|03300.t4} : b3298 {03300.p4-eats} -> {03299.f} {03300.f} {03300.p2-thinks} 
+tr {03299.t2} {03299.f} {03299.p5} -> {03299.p6} 
+tr {03299.t3|03300.t1} : a3298 {03299.f} {03300.p1} -> {03300.p3} 
+tr {03300.e} {03300.p6} {03300.p3} -> {03300.p4-eats} 
+tr {03300.t} {03300.p2-thinks} -> {03300.p1} {03300.p5} 
+tr {03300.t0|03301.t4} : b3299 {03301.p4-eats} -> {03300.f} {03301.f} {03301.p2-thinks} 
+tr {03300.t2} {03300.f} {03300.p5} -> {03300.p6} 
+tr {03300.t3|03301.t1} : a3299 {03300.f} {03301.p1} -> {03301.p3} 
+tr {03301.e} {03301.p6} {03301.p3} -> {03301.p4-eats} 
+tr {03301.t} {03301.p2-thinks} -> {03301.p1} {03301.p5} 
+tr {03301.t0|03302.t4} : b3300 {03302.p4-eats} -> {03301.f} {03302.f} {03302.p2-thinks} 
+tr {03301.t2} {03301.f} {03301.p5} -> {03301.p6} 
+tr {03301.t3|03302.t1} : a3300 {03301.f} {03302.p1} -> {03302.p3} 
+tr {03302.e} {03302.p6} {03302.p3} -> {03302.p4-eats} 
+tr {03302.t} {03302.p2-thinks} -> {03302.p1} {03302.p5} 
+tr {03302.t0|03303.t4} : b3301 {03303.p4-eats} -> {03302.f} {03303.f} {03303.p2-thinks} 
+tr {03302.t2} {03302.f} {03302.p5} -> {03302.p6} 
+tr {03302.t3|03303.t1} : a3301 {03302.f} {03303.p1} -> {03303.p3} 
+tr {03303.e} {03303.p6} {03303.p3} -> {03303.p4-eats} 
+tr {03303.t} {03303.p2-thinks} -> {03303.p1} {03303.p5} 
+tr {03303.t0|03304.t4} : b3302 {03304.p4-eats} -> {03303.f} {03304.f} {03304.p2-thinks} 
+tr {03303.t2} {03303.f} {03303.p5} -> {03303.p6} 
+tr {03303.t3|03304.t1} : a3302 {03303.f} {03304.p1} -> {03304.p3} 
+tr {03304.e} {03304.p6} {03304.p3} -> {03304.p4-eats} 
+tr {03304.t} {03304.p2-thinks} -> {03304.p1} {03304.p5} 
+tr {03304.t0|03305.t4} : b3303 {03305.p4-eats} -> {03304.f} {03305.f} {03305.p2-thinks} 
+tr {03304.t2} {03304.f} {03304.p5} -> {03304.p6} 
+tr {03304.t3|03305.t1} : a3303 {03304.f} {03305.p1} -> {03305.p3} 
+tr {03305.e} {03305.p6} {03305.p3} -> {03305.p4-eats} 
+tr {03305.t} {03305.p2-thinks} -> {03305.p1} {03305.p5} 
+tr {03305.t0|03306.t4} : b3304 {03306.p4-eats} -> {03305.f} {03306.f} {03306.p2-thinks} 
+tr {03305.t2} {03305.f} {03305.p5} -> {03305.p6} 
+tr {03305.t3|03306.t1} : a3304 {03305.f} {03306.p1} -> {03306.p3} 
+tr {03306.e} {03306.p6} {03306.p3} -> {03306.p4-eats} 
+tr {03306.t} {03306.p2-thinks} -> {03306.p1} {03306.p5} 
+tr {03306.t0|03307.t4} : b3305 {03307.p4-eats} -> {03306.f} {03307.f} {03307.p2-thinks} 
+tr {03306.t2} {03306.f} {03306.p5} -> {03306.p6} 
+tr {03306.t3|03307.t1} : a3305 {03306.f} {03307.p1} -> {03307.p3} 
+tr {03307.e} {03307.p6} {03307.p3} -> {03307.p4-eats} 
+tr {03307.t} {03307.p2-thinks} -> {03307.p1} {03307.p5} 
+tr {03307.t0|03308.t4} : b3306 {03308.p4-eats} -> {03307.f} {03308.f} {03308.p2-thinks} 
+tr {03307.t2} {03307.f} {03307.p5} -> {03307.p6} 
+tr {03307.t3|03308.t1} : a3306 {03307.f} {03308.p1} -> {03308.p3} 
+tr {03308.e} {03308.p6} {03308.p3} -> {03308.p4-eats} 
+tr {03308.t} {03308.p2-thinks} -> {03308.p1} {03308.p5} 
+tr {03308.t0|03309.t4} : b3307 {03309.p4-eats} -> {03308.f} {03309.f} {03309.p2-thinks} 
+tr {03308.t2} {03308.f} {03308.p5} -> {03308.p6} 
+tr {03308.t3|03309.t1} : a3307 {03308.f} {03309.p1} -> {03309.p3} 
+tr {03309.e} {03309.p6} {03309.p3} -> {03309.p4-eats} 
+tr {03309.t} {03309.p2-thinks} -> {03309.p1} {03309.p5} 
+tr {03309.t0|03310.t4} : b3308 {03310.p4-eats} -> {03309.f} {03310.f} {03310.p2-thinks} 
+tr {03309.t2} {03309.f} {03309.p5} -> {03309.p6} 
+tr {03309.t3|03310.t1} : a3308 {03309.f} {03310.p1} -> {03310.p3} 
+tr {03310.e} {03310.p6} {03310.p3} -> {03310.p4-eats} 
+tr {03310.t} {03310.p2-thinks} -> {03310.p1} {03310.p5} 
+tr {03310.t0|03311.t4} : b3309 {03311.p4-eats} -> {03310.f} {03311.f} {03311.p2-thinks} 
+tr {03310.t2} {03310.f} {03310.p5} -> {03310.p6} 
+tr {03310.t3|03311.t1} : a3309 {03310.f} {03311.p1} -> {03311.p3} 
+tr {03311.e} {03311.p6} {03311.p3} -> {03311.p4-eats} 
+tr {03311.t} {03311.p2-thinks} -> {03311.p1} {03311.p5} 
+tr {03311.t0|03312.t4} : b3310 {03312.p4-eats} -> {03311.f} {03312.f} {03312.p2-thinks} 
+tr {03311.t2} {03311.f} {03311.p5} -> {03311.p6} 
+tr {03311.t3|03312.t1} : a3310 {03311.f} {03312.p1} -> {03312.p3} 
+tr {03312.e} {03312.p6} {03312.p3} -> {03312.p4-eats} 
+tr {03312.t} {03312.p2-thinks} -> {03312.p1} {03312.p5} 
+tr {03312.t0|03313.t4} : b3311 {03313.p4-eats} -> {03312.f} {03313.f} {03313.p2-thinks} 
+tr {03312.t2} {03312.f} {03312.p5} -> {03312.p6} 
+tr {03312.t3|03313.t1} : a3311 {03312.f} {03313.p1} -> {03313.p3} 
+tr {03313.e} {03313.p6} {03313.p3} -> {03313.p4-eats} 
+tr {03313.t} {03313.p2-thinks} -> {03313.p1} {03313.p5} 
+tr {03313.t0|03314.t4} : b3312 {03314.p4-eats} -> {03313.f} {03314.f} {03314.p2-thinks} 
+tr {03313.t2} {03313.f} {03313.p5} -> {03313.p6} 
+tr {03313.t3|03314.t1} : a3312 {03313.f} {03314.p1} -> {03314.p3} 
+tr {03314.e} {03314.p6} {03314.p3} -> {03314.p4-eats} 
+tr {03314.t} {03314.p2-thinks} -> {03314.p1} {03314.p5} 
+tr {03314.t0|03315.t4} : b3313 {03315.p4-eats} -> {03314.f} {03315.f} {03315.p2-thinks} 
+tr {03314.t2} {03314.f} {03314.p5} -> {03314.p6} 
+tr {03314.t3|03315.t1} : a3313 {03314.f} {03315.p1} -> {03315.p3} 
+tr {03315.e} {03315.p6} {03315.p3} -> {03315.p4-eats} 
+tr {03315.t} {03315.p2-thinks} -> {03315.p1} {03315.p5} 
+tr {03315.t0|03316.t4} : b3314 {03316.p4-eats} -> {03315.f} {03316.f} {03316.p2-thinks} 
+tr {03315.t2} {03315.f} {03315.p5} -> {03315.p6} 
+tr {03315.t3|03316.t1} : a3314 {03315.f} {03316.p1} -> {03316.p3} 
+tr {03316.e} {03316.p6} {03316.p3} -> {03316.p4-eats} 
+tr {03316.t} {03316.p2-thinks} -> {03316.p1} {03316.p5} 
+tr {03316.t0|03317.t4} : b3315 {03317.p4-eats} -> {03316.f} {03317.f} {03317.p2-thinks} 
+tr {03316.t2} {03316.f} {03316.p5} -> {03316.p6} 
+tr {03316.t3|03317.t1} : a3315 {03316.f} {03317.p1} -> {03317.p3} 
+tr {03317.e} {03317.p6} {03317.p3} -> {03317.p4-eats} 
+tr {03317.t} {03317.p2-thinks} -> {03317.p1} {03317.p5} 
+tr {03317.t0|03318.t4} : b3316 {03318.p4-eats} -> {03317.f} {03318.f} {03318.p2-thinks} 
+tr {03317.t2} {03317.f} {03317.p5} -> {03317.p6} 
+tr {03317.t3|03318.t1} : a3316 {03317.f} {03318.p1} -> {03318.p3} 
+tr {03318.e} {03318.p6} {03318.p3} -> {03318.p4-eats} 
+tr {03318.t} {03318.p2-thinks} -> {03318.p1} {03318.p5} 
+tr {03318.t0|03319.t4} : b3317 {03319.p4-eats} -> {03318.f} {03319.f} {03319.p2-thinks} 
+tr {03318.t2} {03318.f} {03318.p5} -> {03318.p6} 
+tr {03318.t3|03319.t1} : a3317 {03318.f} {03319.p1} -> {03319.p3} 
+tr {03319.e} {03319.p6} {03319.p3} -> {03319.p4-eats} 
+tr {03319.t} {03319.p2-thinks} -> {03319.p1} {03319.p5} 
+tr {03319.t0|03320.t4} : b3318 {03320.p4-eats} -> {03319.f} {03320.f} {03320.p2-thinks} 
+tr {03319.t2} {03319.f} {03319.p5} -> {03319.p6} 
+tr {03319.t3|03320.t1} : a3318 {03319.f} {03320.p1} -> {03320.p3} 
+tr {03320.e} {03320.p6} {03320.p3} -> {03320.p4-eats} 
+tr {03320.t} {03320.p2-thinks} -> {03320.p1} {03320.p5} 
+tr {03320.t0|03321.t4} : b3319 {03321.p4-eats} -> {03320.f} {03321.f} {03321.p2-thinks} 
+tr {03320.t2} {03320.f} {03320.p5} -> {03320.p6} 
+tr {03320.t3|03321.t1} : a3319 {03320.f} {03321.p1} -> {03321.p3} 
+tr {03321.e} {03321.p6} {03321.p3} -> {03321.p4-eats} 
+tr {03321.t} {03321.p2-thinks} -> {03321.p1} {03321.p5} 
+tr {03321.t0|03322.t4} : b3320 {03322.p4-eats} -> {03321.f} {03322.f} {03322.p2-thinks} 
+tr {03321.t2} {03321.f} {03321.p5} -> {03321.p6} 
+tr {03321.t3|03322.t1} : a3320 {03321.f} {03322.p1} -> {03322.p3} 
+tr {03322.e} {03322.p6} {03322.p3} -> {03322.p4-eats} 
+tr {03322.t} {03322.p2-thinks} -> {03322.p1} {03322.p5} 
+tr {03322.t0|03323.t4} : b3321 {03323.p4-eats} -> {03322.f} {03323.f} {03323.p2-thinks} 
+tr {03322.t2} {03322.f} {03322.p5} -> {03322.p6} 
+tr {03322.t3|03323.t1} : a3321 {03322.f} {03323.p1} -> {03323.p3} 
+tr {03323.e} {03323.p6} {03323.p3} -> {03323.p4-eats} 
+tr {03323.t} {03323.p2-thinks} -> {03323.p1} {03323.p5} 
+tr {03323.t0|03324.t4} : b3322 {03324.p4-eats} -> {03323.f} {03324.f} {03324.p2-thinks} 
+tr {03323.t2} {03323.f} {03323.p5} -> {03323.p6} 
+tr {03323.t3|03324.t1} : a3322 {03323.f} {03324.p1} -> {03324.p3} 
+tr {03324.e} {03324.p6} {03324.p3} -> {03324.p4-eats} 
+tr {03324.t} {03324.p2-thinks} -> {03324.p1} {03324.p5} 
+tr {03324.t0|03325.t4} : b3323 {03325.p4-eats} -> {03324.f} {03325.f} {03325.p2-thinks} 
+tr {03324.t2} {03324.f} {03324.p5} -> {03324.p6} 
+tr {03324.t3|03325.t1} : a3323 {03324.f} {03325.p1} -> {03325.p3} 
+tr {03325.e} {03325.p6} {03325.p3} -> {03325.p4-eats} 
+tr {03325.t} {03325.p2-thinks} -> {03325.p1} {03325.p5} 
+tr {03325.t0|03326.t4} : b3324 {03326.p4-eats} -> {03325.f} {03326.f} {03326.p2-thinks} 
+tr {03325.t2} {03325.f} {03325.p5} -> {03325.p6} 
+tr {03325.t3|03326.t1} : a3324 {03325.f} {03326.p1} -> {03326.p3} 
+tr {03326.e} {03326.p6} {03326.p3} -> {03326.p4-eats} 
+tr {03326.t} {03326.p2-thinks} -> {03326.p1} {03326.p5} 
+tr {03326.t0|03327.t4} : b3325 {03327.p4-eats} -> {03326.f} {03327.f} {03327.p2-thinks} 
+tr {03326.t2} {03326.f} {03326.p5} -> {03326.p6} 
+tr {03326.t3|03327.t1} : a3325 {03326.f} {03327.p1} -> {03327.p3} 
+tr {03327.e} {03327.p6} {03327.p3} -> {03327.p4-eats} 
+tr {03327.t} {03327.p2-thinks} -> {03327.p1} {03327.p5} 
+tr {03327.t0|03328.t4} : b3326 {03328.p4-eats} -> {03327.f} {03328.f} {03328.p2-thinks} 
+tr {03327.t2} {03327.f} {03327.p5} -> {03327.p6} 
+tr {03327.t3|03328.t1} : a3326 {03327.f} {03328.p1} -> {03328.p3} 
+tr {03328.e} {03328.p6} {03328.p3} -> {03328.p4-eats} 
+tr {03328.t} {03328.p2-thinks} -> {03328.p1} {03328.p5} 
+tr {03328.t0|03329.t4} : b3327 {03329.p4-eats} -> {03328.f} {03329.f} {03329.p2-thinks} 
+tr {03328.t2} {03328.f} {03328.p5} -> {03328.p6} 
+tr {03328.t3|03329.t1} : a3327 {03328.f} {03329.p1} -> {03329.p3} 
+tr {03329.e} {03329.p6} {03329.p3} -> {03329.p4-eats} 
+tr {03329.t} {03329.p2-thinks} -> {03329.p1} {03329.p5} 
+tr {03329.t0|03330.t4} : b3328 {03330.p4-eats} -> {03329.f} {03330.f} {03330.p2-thinks} 
+tr {03329.t2} {03329.f} {03329.p5} -> {03329.p6} 
+tr {03329.t3|03330.t1} : a3328 {03329.f} {03330.p1} -> {03330.p3} 
+tr {03330.e} {03330.p6} {03330.p3} -> {03330.p4-eats} 
+tr {03330.t} {03330.p2-thinks} -> {03330.p1} {03330.p5} 
+tr {03330.t0|03331.t4} : b3329 {03331.p4-eats} -> {03330.f} {03331.f} {03331.p2-thinks} 
+tr {03330.t2} {03330.f} {03330.p5} -> {03330.p6} 
+tr {03330.t3|03331.t1} : a3329 {03330.f} {03331.p1} -> {03331.p3} 
+tr {03331.e} {03331.p6} {03331.p3} -> {03331.p4-eats} 
+tr {03331.t} {03331.p2-thinks} -> {03331.p1} {03331.p5} 
+tr {03331.t0|03332.t4} : b3330 {03332.p4-eats} -> {03331.f} {03332.f} {03332.p2-thinks} 
+tr {03331.t2} {03331.f} {03331.p5} -> {03331.p6} 
+tr {03331.t3|03332.t1} : a3330 {03331.f} {03332.p1} -> {03332.p3} 
+tr {03332.e} {03332.p6} {03332.p3} -> {03332.p4-eats} 
+tr {03332.t} {03332.p2-thinks} -> {03332.p1} {03332.p5} 
+tr {03332.t0|03333.t4} : b3331 {03333.p4-eats} -> {03332.f} {03333.f} {03333.p2-thinks} 
+tr {03332.t2} {03332.f} {03332.p5} -> {03332.p6} 
+tr {03332.t3|03333.t1} : a3331 {03332.f} {03333.p1} -> {03333.p3} 
+tr {03333.e} {03333.p6} {03333.p3} -> {03333.p4-eats} 
+tr {03333.t} {03333.p2-thinks} -> {03333.p1} {03333.p5} 
+tr {03333.t0|03334.t4} : b3332 {03334.p4-eats} -> {03333.f} {03334.f} {03334.p2-thinks} 
+tr {03333.t2} {03333.f} {03333.p5} -> {03333.p6} 
+tr {03333.t3|03334.t1} : a3332 {03333.f} {03334.p1} -> {03334.p3} 
+tr {03334.e} {03334.p6} {03334.p3} -> {03334.p4-eats} 
+tr {03334.t} {03334.p2-thinks} -> {03334.p1} {03334.p5} 
+tr {03334.t0|03335.t4} : b3333 {03335.p4-eats} -> {03334.f} {03335.f} {03335.p2-thinks} 
+tr {03334.t2} {03334.f} {03334.p5} -> {03334.p6} 
+tr {03334.t3|03335.t1} : a3333 {03334.f} {03335.p1} -> {03335.p3} 
+tr {03335.e} {03335.p6} {03335.p3} -> {03335.p4-eats} 
+tr {03335.t} {03335.p2-thinks} -> {03335.p1} {03335.p5} 
+tr {03335.t0|03336.t4} : b3334 {03336.p4-eats} -> {03335.f} {03336.f} {03336.p2-thinks} 
+tr {03335.t2} {03335.f} {03335.p5} -> {03335.p6} 
+tr {03335.t3|03336.t1} : a3334 {03335.f} {03336.p1} -> {03336.p3} 
+tr {03336.e} {03336.p6} {03336.p3} -> {03336.p4-eats} 
+tr {03336.t} {03336.p2-thinks} -> {03336.p1} {03336.p5} 
+tr {03336.t0|03337.t4} : b3335 {03337.p4-eats} -> {03336.f} {03337.f} {03337.p2-thinks} 
+tr {03336.t2} {03336.f} {03336.p5} -> {03336.p6} 
+tr {03336.t3|03337.t1} : a3335 {03336.f} {03337.p1} -> {03337.p3} 
+tr {03337.e} {03337.p6} {03337.p3} -> {03337.p4-eats} 
+tr {03337.t} {03337.p2-thinks} -> {03337.p1} {03337.p5} 
+tr {03337.t0|03338.t4} : b3336 {03338.p4-eats} -> {03337.f} {03338.f} {03338.p2-thinks} 
+tr {03337.t2} {03337.f} {03337.p5} -> {03337.p6} 
+tr {03337.t3|03338.t1} : a3336 {03337.f} {03338.p1} -> {03338.p3} 
+tr {03338.e} {03338.p6} {03338.p3} -> {03338.p4-eats} 
+tr {03338.t} {03338.p2-thinks} -> {03338.p1} {03338.p5} 
+tr {03338.t0|03339.t4} : b3337 {03339.p4-eats} -> {03338.f} {03339.f} {03339.p2-thinks} 
+tr {03338.t2} {03338.f} {03338.p5} -> {03338.p6} 
+tr {03338.t3|03339.t1} : a3337 {03338.f} {03339.p1} -> {03339.p3} 
+tr {03339.e} {03339.p6} {03339.p3} -> {03339.p4-eats} 
+tr {03339.t} {03339.p2-thinks} -> {03339.p1} {03339.p5} 
+tr {03339.t0|03340.t4} : b3338 {03340.p4-eats} -> {03339.f} {03340.f} {03340.p2-thinks} 
+tr {03339.t2} {03339.f} {03339.p5} -> {03339.p6} 
+tr {03339.t3|03340.t1} : a3338 {03339.f} {03340.p1} -> {03340.p3} 
+tr {03340.e} {03340.p6} {03340.p3} -> {03340.p4-eats} 
+tr {03340.t} {03340.p2-thinks} -> {03340.p1} {03340.p5} 
+tr {03340.t0|03341.t4} : b3339 {03341.p4-eats} -> {03340.f} {03341.f} {03341.p2-thinks} 
+tr {03340.t2} {03340.f} {03340.p5} -> {03340.p6} 
+tr {03340.t3|03341.t1} : a3339 {03340.f} {03341.p1} -> {03341.p3} 
+tr {03341.e} {03341.p6} {03341.p3} -> {03341.p4-eats} 
+tr {03341.t} {03341.p2-thinks} -> {03341.p1} {03341.p5} 
+tr {03341.t0|03342.t4} : b3340 {03342.p4-eats} -> {03341.f} {03342.f} {03342.p2-thinks} 
+tr {03341.t2} {03341.f} {03341.p5} -> {03341.p6} 
+tr {03341.t3|03342.t1} : a3340 {03341.f} {03342.p1} -> {03342.p3} 
+tr {03342.e} {03342.p6} {03342.p3} -> {03342.p4-eats} 
+tr {03342.t} {03342.p2-thinks} -> {03342.p1} {03342.p5} 
+tr {03342.t0|03343.t4} : b3341 {03343.p4-eats} -> {03342.f} {03343.f} {03343.p2-thinks} 
+tr {03342.t2} {03342.f} {03342.p5} -> {03342.p6} 
+tr {03342.t3|03343.t1} : a3341 {03342.f} {03343.p1} -> {03343.p3} 
+tr {03343.e} {03343.p6} {03343.p3} -> {03343.p4-eats} 
+tr {03343.t} {03343.p2-thinks} -> {03343.p1} {03343.p5} 
+tr {03343.t0|03344.t4} : b3342 {03344.p4-eats} -> {03343.f} {03344.f} {03344.p2-thinks} 
+tr {03343.t2} {03343.f} {03343.p5} -> {03343.p6} 
+tr {03343.t3|03344.t1} : a3342 {03343.f} {03344.p1} -> {03344.p3} 
+tr {03344.e} {03344.p6} {03344.p3} -> {03344.p4-eats} 
+tr {03344.t} {03344.p2-thinks} -> {03344.p1} {03344.p5} 
+tr {03344.t0|03345.t4} : b3343 {03345.p4-eats} -> {03344.f} {03345.f} {03345.p2-thinks} 
+tr {03344.t2} {03344.f} {03344.p5} -> {03344.p6} 
+tr {03344.t3|03345.t1} : a3343 {03344.f} {03345.p1} -> {03345.p3} 
+tr {03345.e} {03345.p6} {03345.p3} -> {03345.p4-eats} 
+tr {03345.t} {03345.p2-thinks} -> {03345.p1} {03345.p5} 
+tr {03345.t0|03346.t4} : b3344 {03346.p4-eats} -> {03345.f} {03346.f} {03346.p2-thinks} 
+tr {03345.t2} {03345.f} {03345.p5} -> {03345.p6} 
+tr {03345.t3|03346.t1} : a3344 {03345.f} {03346.p1} -> {03346.p3} 
+tr {03346.e} {03346.p6} {03346.p3} -> {03346.p4-eats} 
+tr {03346.t} {03346.p2-thinks} -> {03346.p1} {03346.p5} 
+tr {03346.t0|03347.t4} : b3345 {03347.p4-eats} -> {03346.f} {03347.f} {03347.p2-thinks} 
+tr {03346.t2} {03346.f} {03346.p5} -> {03346.p6} 
+tr {03346.t3|03347.t1} : a3345 {03346.f} {03347.p1} -> {03347.p3} 
+tr {03347.e} {03347.p6} {03347.p3} -> {03347.p4-eats} 
+tr {03347.t} {03347.p2-thinks} -> {03347.p1} {03347.p5} 
+tr {03347.t0|03348.t4} : b3346 {03348.p4-eats} -> {03347.f} {03348.f} {03348.p2-thinks} 
+tr {03347.t2} {03347.f} {03347.p5} -> {03347.p6} 
+tr {03347.t3|03348.t1} : a3346 {03347.f} {03348.p1} -> {03348.p3} 
+tr {03348.e} {03348.p6} {03348.p3} -> {03348.p4-eats} 
+tr {03348.t} {03348.p2-thinks} -> {03348.p1} {03348.p5} 
+tr {03348.t0|03349.t4} : b3347 {03349.p4-eats} -> {03348.f} {03349.f} {03349.p2-thinks} 
+tr {03348.t2} {03348.f} {03348.p5} -> {03348.p6} 
+tr {03348.t3|03349.t1} : a3347 {03348.f} {03349.p1} -> {03349.p3} 
+tr {03349.e} {03349.p6} {03349.p3} -> {03349.p4-eats} 
+tr {03349.t} {03349.p2-thinks} -> {03349.p1} {03349.p5} 
+tr {03349.t0|03350.t4} : b3348 {03350.p4-eats} -> {03349.f} {03350.f} {03350.p2-thinks} 
+tr {03349.t2} {03349.f} {03349.p5} -> {03349.p6} 
+tr {03349.t3|03350.t1} : a3348 {03349.f} {03350.p1} -> {03350.p3} 
+tr {03350.e} {03350.p6} {03350.p3} -> {03350.p4-eats} 
+tr {03350.t} {03350.p2-thinks} -> {03350.p1} {03350.p5} 
+tr {03350.t0|03351.t4} : b3349 {03351.p4-eats} -> {03350.f} {03351.f} {03351.p2-thinks} 
+tr {03350.t2} {03350.f} {03350.p5} -> {03350.p6} 
+tr {03350.t3|03351.t1} : a3349 {03350.f} {03351.p1} -> {03351.p3} 
+tr {03351.e} {03351.p6} {03351.p3} -> {03351.p4-eats} 
+tr {03351.t} {03351.p2-thinks} -> {03351.p1} {03351.p5} 
+tr {03351.t0|03352.t4} : b3350 {03352.p4-eats} -> {03351.f} {03352.f} {03352.p2-thinks} 
+tr {03351.t2} {03351.f} {03351.p5} -> {03351.p6} 
+tr {03351.t3|03352.t1} : a3350 {03351.f} {03352.p1} -> {03352.p3} 
+tr {03352.e} {03352.p6} {03352.p3} -> {03352.p4-eats} 
+tr {03352.t} {03352.p2-thinks} -> {03352.p1} {03352.p5} 
+tr {03352.t0|03353.t4} : b3351 {03353.p4-eats} -> {03352.f} {03353.f} {03353.p2-thinks} 
+tr {03352.t2} {03352.f} {03352.p5} -> {03352.p6} 
+tr {03352.t3|03353.t1} : a3351 {03352.f} {03353.p1} -> {03353.p3} 
+tr {03353.e} {03353.p6} {03353.p3} -> {03353.p4-eats} 
+tr {03353.t} {03353.p2-thinks} -> {03353.p1} {03353.p5} 
+tr {03353.t0|03354.t4} : b3352 {03354.p4-eats} -> {03353.f} {03354.f} {03354.p2-thinks} 
+tr {03353.t2} {03353.f} {03353.p5} -> {03353.p6} 
+tr {03353.t3|03354.t1} : a3352 {03353.f} {03354.p1} -> {03354.p3} 
+tr {03354.e} {03354.p6} {03354.p3} -> {03354.p4-eats} 
+tr {03354.t} {03354.p2-thinks} -> {03354.p1} {03354.p5} 
+tr {03354.t0|03355.t4} : b3353 {03355.p4-eats} -> {03354.f} {03355.f} {03355.p2-thinks} 
+tr {03354.t2} {03354.f} {03354.p5} -> {03354.p6} 
+tr {03354.t3|03355.t1} : a3353 {03354.f} {03355.p1} -> {03355.p3} 
+tr {03355.e} {03355.p6} {03355.p3} -> {03355.p4-eats} 
+tr {03355.t} {03355.p2-thinks} -> {03355.p1} {03355.p5} 
+tr {03355.t0|03356.t4} : b3354 {03356.p4-eats} -> {03355.f} {03356.f} {03356.p2-thinks} 
+tr {03355.t2} {03355.f} {03355.p5} -> {03355.p6} 
+tr {03355.t3|03356.t1} : a3354 {03355.f} {03356.p1} -> {03356.p3} 
+tr {03356.e} {03356.p6} {03356.p3} -> {03356.p4-eats} 
+tr {03356.t} {03356.p2-thinks} -> {03356.p1} {03356.p5} 
+tr {03356.t0|03357.t4} : b3355 {03357.p4-eats} -> {03356.f} {03357.f} {03357.p2-thinks} 
+tr {03356.t2} {03356.f} {03356.p5} -> {03356.p6} 
+tr {03356.t3|03357.t1} : a3355 {03356.f} {03357.p1} -> {03357.p3} 
+tr {03357.e} {03357.p6} {03357.p3} -> {03357.p4-eats} 
+tr {03357.t} {03357.p2-thinks} -> {03357.p1} {03357.p5} 
+tr {03357.t0|03358.t4} : b3356 {03358.p4-eats} -> {03357.f} {03358.f} {03358.p2-thinks} 
+tr {03357.t2} {03357.f} {03357.p5} -> {03357.p6} 
+tr {03357.t3|03358.t1} : a3356 {03357.f} {03358.p1} -> {03358.p3} 
+tr {03358.e} {03358.p6} {03358.p3} -> {03358.p4-eats} 
+tr {03358.t} {03358.p2-thinks} -> {03358.p1} {03358.p5} 
+tr {03358.t0|03359.t4} : b3357 {03359.p4-eats} -> {03358.f} {03359.f} {03359.p2-thinks} 
+tr {03358.t2} {03358.f} {03358.p5} -> {03358.p6} 
+tr {03358.t3|03359.t1} : a3357 {03358.f} {03359.p1} -> {03359.p3} 
+tr {03359.e} {03359.p6} {03359.p3} -> {03359.p4-eats} 
+tr {03359.t} {03359.p2-thinks} -> {03359.p1} {03359.p5} 
+tr {03359.t0|03360.t4} : b3358 {03360.p4-eats} -> {03359.f} {03360.f} {03360.p2-thinks} 
+tr {03359.t2} {03359.f} {03359.p5} -> {03359.p6} 
+tr {03359.t3|03360.t1} : a3358 {03359.f} {03360.p1} -> {03360.p3} 
+tr {03360.e} {03360.p6} {03360.p3} -> {03360.p4-eats} 
+tr {03360.t} {03360.p2-thinks} -> {03360.p1} {03360.p5} 
+tr {03360.t0|03361.t4} : b3359 {03361.p4-eats} -> {03360.f} {03361.f} {03361.p2-thinks} 
+tr {03360.t2} {03360.f} {03360.p5} -> {03360.p6} 
+tr {03360.t3|03361.t1} : a3359 {03360.f} {03361.p1} -> {03361.p3} 
+tr {03361.e} {03361.p6} {03361.p3} -> {03361.p4-eats} 
+tr {03361.t} {03361.p2-thinks} -> {03361.p1} {03361.p5} 
+tr {03361.t0|03362.t4} : b3360 {03362.p4-eats} -> {03361.f} {03362.f} {03362.p2-thinks} 
+tr {03361.t2} {03361.f} {03361.p5} -> {03361.p6} 
+tr {03361.t3|03362.t1} : a3360 {03361.f} {03362.p1} -> {03362.p3} 
+tr {03362.e} {03362.p6} {03362.p3} -> {03362.p4-eats} 
+tr {03362.t} {03362.p2-thinks} -> {03362.p1} {03362.p5} 
+tr {03362.t0|03363.t4} : b3361 {03363.p4-eats} -> {03362.f} {03363.f} {03363.p2-thinks} 
+tr {03362.t2} {03362.f} {03362.p5} -> {03362.p6} 
+tr {03362.t3|03363.t1} : a3361 {03362.f} {03363.p1} -> {03363.p3} 
+tr {03363.e} {03363.p6} {03363.p3} -> {03363.p4-eats} 
+tr {03363.t} {03363.p2-thinks} -> {03363.p1} {03363.p5} 
+tr {03363.t0|03364.t4} : b3362 {03364.p4-eats} -> {03363.f} {03364.f} {03364.p2-thinks} 
+tr {03363.t2} {03363.f} {03363.p5} -> {03363.p6} 
+tr {03363.t3|03364.t1} : a3362 {03363.f} {03364.p1} -> {03364.p3} 
+tr {03364.e} {03364.p6} {03364.p3} -> {03364.p4-eats} 
+tr {03364.t} {03364.p2-thinks} -> {03364.p1} {03364.p5} 
+tr {03364.t0|03365.t4} : b3363 {03365.p4-eats} -> {03364.f} {03365.f} {03365.p2-thinks} 
+tr {03364.t2} {03364.f} {03364.p5} -> {03364.p6} 
+tr {03364.t3|03365.t1} : a3363 {03364.f} {03365.p1} -> {03365.p3} 
+tr {03365.e} {03365.p6} {03365.p3} -> {03365.p4-eats} 
+tr {03365.t} {03365.p2-thinks} -> {03365.p1} {03365.p5} 
+tr {03365.t0|03366.t4} : b3364 {03366.p4-eats} -> {03365.f} {03366.f} {03366.p2-thinks} 
+tr {03365.t2} {03365.f} {03365.p5} -> {03365.p6} 
+tr {03365.t3|03366.t1} : a3364 {03365.f} {03366.p1} -> {03366.p3} 
+tr {03366.e} {03366.p6} {03366.p3} -> {03366.p4-eats} 
+tr {03366.t} {03366.p2-thinks} -> {03366.p1} {03366.p5} 
+tr {03366.t0|03367.t4} : b3365 {03367.p4-eats} -> {03366.f} {03367.f} {03367.p2-thinks} 
+tr {03366.t2} {03366.f} {03366.p5} -> {03366.p6} 
+tr {03366.t3|03367.t1} : a3365 {03366.f} {03367.p1} -> {03367.p3} 
+tr {03367.e} {03367.p6} {03367.p3} -> {03367.p4-eats} 
+tr {03367.t} {03367.p2-thinks} -> {03367.p1} {03367.p5} 
+tr {03367.t0|03368.t4} : b3366 {03368.p4-eats} -> {03367.f} {03368.f} {03368.p2-thinks} 
+tr {03367.t2} {03367.f} {03367.p5} -> {03367.p6} 
+tr {03367.t3|03368.t1} : a3366 {03367.f} {03368.p1} -> {03368.p3} 
+tr {03368.e} {03368.p6} {03368.p3} -> {03368.p4-eats} 
+tr {03368.t} {03368.p2-thinks} -> {03368.p1} {03368.p5} 
+tr {03368.t0|03369.t4} : b3367 {03369.p4-eats} -> {03368.f} {03369.f} {03369.p2-thinks} 
+tr {03368.t2} {03368.f} {03368.p5} -> {03368.p6} 
+tr {03368.t3|03369.t1} : a3367 {03368.f} {03369.p1} -> {03369.p3} 
+tr {03369.e} {03369.p6} {03369.p3} -> {03369.p4-eats} 
+tr {03369.t} {03369.p2-thinks} -> {03369.p1} {03369.p5} 
+tr {03369.t0|03370.t4} : b3368 {03370.p4-eats} -> {03369.f} {03370.f} {03370.p2-thinks} 
+tr {03369.t2} {03369.f} {03369.p5} -> {03369.p6} 
+tr {03369.t3|03370.t1} : a3368 {03369.f} {03370.p1} -> {03370.p3} 
+tr {03370.e} {03370.p6} {03370.p3} -> {03370.p4-eats} 
+tr {03370.t} {03370.p2-thinks} -> {03370.p1} {03370.p5} 
+tr {03370.t0|03371.t4} : b3369 {03371.p4-eats} -> {03370.f} {03371.f} {03371.p2-thinks} 
+tr {03370.t2} {03370.f} {03370.p5} -> {03370.p6} 
+tr {03370.t3|03371.t1} : a3369 {03370.f} {03371.p1} -> {03371.p3} 
+tr {03371.e} {03371.p6} {03371.p3} -> {03371.p4-eats} 
+tr {03371.t} {03371.p2-thinks} -> {03371.p1} {03371.p5} 
+tr {03371.t0|03372.t4} : b3370 {03372.p4-eats} -> {03371.f} {03372.f} {03372.p2-thinks} 
+tr {03371.t2} {03371.f} {03371.p5} -> {03371.p6} 
+tr {03371.t3|03372.t1} : a3370 {03371.f} {03372.p1} -> {03372.p3} 
+tr {03372.e} {03372.p6} {03372.p3} -> {03372.p4-eats} 
+tr {03372.t} {03372.p2-thinks} -> {03372.p1} {03372.p5} 
+tr {03372.t0|03373.t4} : b3371 {03373.p4-eats} -> {03372.f} {03373.f} {03373.p2-thinks} 
+tr {03372.t2} {03372.f} {03372.p5} -> {03372.p6} 
+tr {03372.t3|03373.t1} : a3371 {03372.f} {03373.p1} -> {03373.p3} 
+tr {03373.e} {03373.p6} {03373.p3} -> {03373.p4-eats} 
+tr {03373.t} {03373.p2-thinks} -> {03373.p1} {03373.p5} 
+tr {03373.t0|03374.t4} : b3372 {03374.p4-eats} -> {03373.f} {03374.f} {03374.p2-thinks} 
+tr {03373.t2} {03373.f} {03373.p5} -> {03373.p6} 
+tr {03373.t3|03374.t1} : a3372 {03373.f} {03374.p1} -> {03374.p3} 
+tr {03374.e} {03374.p6} {03374.p3} -> {03374.p4-eats} 
+tr {03374.t} {03374.p2-thinks} -> {03374.p1} {03374.p5} 
+tr {03374.t0|03375.t4} : b3373 {03375.p4-eats} -> {03374.f} {03375.f} {03375.p2-thinks} 
+tr {03374.t2} {03374.f} {03374.p5} -> {03374.p6} 
+tr {03374.t3|03375.t1} : a3373 {03374.f} {03375.p1} -> {03375.p3} 
+tr {03375.e} {03375.p6} {03375.p3} -> {03375.p4-eats} 
+tr {03375.t} {03375.p2-thinks} -> {03375.p1} {03375.p5} 
+tr {03375.t0|03376.t4} : b3374 {03376.p4-eats} -> {03375.f} {03376.f} {03376.p2-thinks} 
+tr {03375.t2} {03375.f} {03375.p5} -> {03375.p6} 
+tr {03375.t3|03376.t1} : a3374 {03375.f} {03376.p1} -> {03376.p3} 
+tr {03376.e} {03376.p6} {03376.p3} -> {03376.p4-eats} 
+tr {03376.t} {03376.p2-thinks} -> {03376.p1} {03376.p5} 
+tr {03376.t0|03377.t4} : b3375 {03377.p4-eats} -> {03376.f} {03377.f} {03377.p2-thinks} 
+tr {03376.t2} {03376.f} {03376.p5} -> {03376.p6} 
+tr {03376.t3|03377.t1} : a3375 {03376.f} {03377.p1} -> {03377.p3} 
+tr {03377.e} {03377.p6} {03377.p3} -> {03377.p4-eats} 
+tr {03377.t} {03377.p2-thinks} -> {03377.p1} {03377.p5} 
+tr {03377.t0|03378.t4} : b3376 {03378.p4-eats} -> {03377.f} {03378.f} {03378.p2-thinks} 
+tr {03377.t2} {03377.f} {03377.p5} -> {03377.p6} 
+tr {03377.t3|03378.t1} : a3376 {03377.f} {03378.p1} -> {03378.p3} 
+tr {03378.e} {03378.p6} {03378.p3} -> {03378.p4-eats} 
+tr {03378.t} {03378.p2-thinks} -> {03378.p1} {03378.p5} 
+tr {03378.t0|03379.t4} : b3377 {03379.p4-eats} -> {03378.f} {03379.f} {03379.p2-thinks} 
+tr {03378.t2} {03378.f} {03378.p5} -> {03378.p6} 
+tr {03378.t3|03379.t1} : a3377 {03378.f} {03379.p1} -> {03379.p3} 
+tr {03379.e} {03379.p6} {03379.p3} -> {03379.p4-eats} 
+tr {03379.t} {03379.p2-thinks} -> {03379.p1} {03379.p5} 
+tr {03379.t0|03380.t4} : b3378 {03380.p4-eats} -> {03379.f} {03380.f} {03380.p2-thinks} 
+tr {03379.t2} {03379.f} {03379.p5} -> {03379.p6} 
+tr {03379.t3|03380.t1} : a3378 {03379.f} {03380.p1} -> {03380.p3} 
+tr {03380.e} {03380.p6} {03380.p3} -> {03380.p4-eats} 
+tr {03380.t} {03380.p2-thinks} -> {03380.p1} {03380.p5} 
+tr {03380.t0|03381.t4} : b3379 {03381.p4-eats} -> {03380.f} {03381.f} {03381.p2-thinks} 
+tr {03380.t2} {03380.f} {03380.p5} -> {03380.p6} 
+tr {03380.t3|03381.t1} : a3379 {03380.f} {03381.p1} -> {03381.p3} 
+tr {03381.e} {03381.p6} {03381.p3} -> {03381.p4-eats} 
+tr {03381.t} {03381.p2-thinks} -> {03381.p1} {03381.p5} 
+tr {03381.t0|03382.t4} : b3380 {03382.p4-eats} -> {03381.f} {03382.f} {03382.p2-thinks} 
+tr {03381.t2} {03381.f} {03381.p5} -> {03381.p6} 
+tr {03381.t3|03382.t1} : a3380 {03381.f} {03382.p1} -> {03382.p3} 
+tr {03382.e} {03382.p6} {03382.p3} -> {03382.p4-eats} 
+tr {03382.t} {03382.p2-thinks} -> {03382.p1} {03382.p5} 
+tr {03382.t0|03383.t4} : b3381 {03383.p4-eats} -> {03382.f} {03383.f} {03383.p2-thinks} 
+tr {03382.t2} {03382.f} {03382.p5} -> {03382.p6} 
+tr {03382.t3|03383.t1} : a3381 {03382.f} {03383.p1} -> {03383.p3} 
+tr {03383.e} {03383.p6} {03383.p3} -> {03383.p4-eats} 
+tr {03383.t} {03383.p2-thinks} -> {03383.p1} {03383.p5} 
+tr {03383.t0|03384.t4} : b3382 {03384.p4-eats} -> {03383.f} {03384.f} {03384.p2-thinks} 
+tr {03383.t2} {03383.f} {03383.p5} -> {03383.p6} 
+tr {03383.t3|03384.t1} : a3382 {03383.f} {03384.p1} -> {03384.p3} 
+tr {03384.e} {03384.p6} {03384.p3} -> {03384.p4-eats} 
+tr {03384.t} {03384.p2-thinks} -> {03384.p1} {03384.p5} 
+tr {03384.t0|03385.t4} : b3383 {03385.p4-eats} -> {03384.f} {03385.f} {03385.p2-thinks} 
+tr {03384.t2} {03384.f} {03384.p5} -> {03384.p6} 
+tr {03384.t3|03385.t1} : a3383 {03384.f} {03385.p1} -> {03385.p3} 
+tr {03385.e} {03385.p6} {03385.p3} -> {03385.p4-eats} 
+tr {03385.t} {03385.p2-thinks} -> {03385.p1} {03385.p5} 
+tr {03385.t0|03386.t4} : b3384 {03386.p4-eats} -> {03385.f} {03386.f} {03386.p2-thinks} 
+tr {03385.t2} {03385.f} {03385.p5} -> {03385.p6} 
+tr {03385.t3|03386.t1} : a3384 {03385.f} {03386.p1} -> {03386.p3} 
+tr {03386.e} {03386.p6} {03386.p3} -> {03386.p4-eats} 
+tr {03386.t} {03386.p2-thinks} -> {03386.p1} {03386.p5} 
+tr {03386.t0|03387.t4} : b3385 {03387.p4-eats} -> {03386.f} {03387.f} {03387.p2-thinks} 
+tr {03386.t2} {03386.f} {03386.p5} -> {03386.p6} 
+tr {03386.t3|03387.t1} : a3385 {03386.f} {03387.p1} -> {03387.p3} 
+tr {03387.e} {03387.p6} {03387.p3} -> {03387.p4-eats} 
+tr {03387.t} {03387.p2-thinks} -> {03387.p1} {03387.p5} 
+tr {03387.t0|03388.t4} : b3386 {03388.p4-eats} -> {03387.f} {03388.f} {03388.p2-thinks} 
+tr {03387.t2} {03387.f} {03387.p5} -> {03387.p6} 
+tr {03387.t3|03388.t1} : a3386 {03387.f} {03388.p1} -> {03388.p3} 
+tr {03388.e} {03388.p6} {03388.p3} -> {03388.p4-eats} 
+tr {03388.t} {03388.p2-thinks} -> {03388.p1} {03388.p5} 
+tr {03388.t0|03389.t4} : b3387 {03389.p4-eats} -> {03388.f} {03389.f} {03389.p2-thinks} 
+tr {03388.t2} {03388.f} {03388.p5} -> {03388.p6} 
+tr {03388.t3|03389.t1} : a3387 {03388.f} {03389.p1} -> {03389.p3} 
+tr {03389.e} {03389.p6} {03389.p3} -> {03389.p4-eats} 
+tr {03389.t} {03389.p2-thinks} -> {03389.p1} {03389.p5} 
+tr {03389.t0|03390.t4} : b3388 {03390.p4-eats} -> {03389.f} {03390.f} {03390.p2-thinks} 
+tr {03389.t2} {03389.f} {03389.p5} -> {03389.p6} 
+tr {03389.t3|03390.t1} : a3388 {03389.f} {03390.p1} -> {03390.p3} 
+tr {03390.e} {03390.p6} {03390.p3} -> {03390.p4-eats} 
+tr {03390.t} {03390.p2-thinks} -> {03390.p1} {03390.p5} 
+tr {03390.t0|03391.t4} : b3389 {03391.p4-eats} -> {03390.f} {03391.f} {03391.p2-thinks} 
+tr {03390.t2} {03390.f} {03390.p5} -> {03390.p6} 
+tr {03390.t3|03391.t1} : a3389 {03390.f} {03391.p1} -> {03391.p3} 
+tr {03391.e} {03391.p6} {03391.p3} -> {03391.p4-eats} 
+tr {03391.t} {03391.p2-thinks} -> {03391.p1} {03391.p5} 
+tr {03391.t0|03392.t4} : b3390 {03392.p4-eats} -> {03391.f} {03392.f} {03392.p2-thinks} 
+tr {03391.t2} {03391.f} {03391.p5} -> {03391.p6} 
+tr {03391.t3|03392.t1} : a3390 {03391.f} {03392.p1} -> {03392.p3} 
+tr {03392.e} {03392.p6} {03392.p3} -> {03392.p4-eats} 
+tr {03392.t} {03392.p2-thinks} -> {03392.p1} {03392.p5} 
+tr {03392.t0|03393.t4} : b3391 {03393.p4-eats} -> {03392.f} {03393.f} {03393.p2-thinks} 
+tr {03392.t2} {03392.f} {03392.p5} -> {03392.p6} 
+tr {03392.t3|03393.t1} : a3391 {03392.f} {03393.p1} -> {03393.p3} 
+tr {03393.e} {03393.p6} {03393.p3} -> {03393.p4-eats} 
+tr {03393.t} {03393.p2-thinks} -> {03393.p1} {03393.p5} 
+tr {03393.t0|03394.t4} : b3392 {03394.p4-eats} -> {03393.f} {03394.f} {03394.p2-thinks} 
+tr {03393.t2} {03393.f} {03393.p5} -> {03393.p6} 
+tr {03393.t3|03394.t1} : a3392 {03393.f} {03394.p1} -> {03394.p3} 
+tr {03394.e} {03394.p6} {03394.p3} -> {03394.p4-eats} 
+tr {03394.t} {03394.p2-thinks} -> {03394.p1} {03394.p5} 
+tr {03394.t0|03395.t4} : b3393 {03395.p4-eats} -> {03394.f} {03395.f} {03395.p2-thinks} 
+tr {03394.t2} {03394.f} {03394.p5} -> {03394.p6} 
+tr {03394.t3|03395.t1} : a3393 {03394.f} {03395.p1} -> {03395.p3} 
+tr {03395.e} {03395.p6} {03395.p3} -> {03395.p4-eats} 
+tr {03395.t} {03395.p2-thinks} -> {03395.p1} {03395.p5} 
+tr {03395.t0|03396.t4} : b3394 {03396.p4-eats} -> {03395.f} {03396.f} {03396.p2-thinks} 
+tr {03395.t2} {03395.f} {03395.p5} -> {03395.p6} 
+tr {03395.t3|03396.t1} : a3394 {03395.f} {03396.p1} -> {03396.p3} 
+tr {03396.e} {03396.p6} {03396.p3} -> {03396.p4-eats} 
+tr {03396.t} {03396.p2-thinks} -> {03396.p1} {03396.p5} 
+tr {03396.t0|03397.t4} : b3395 {03397.p4-eats} -> {03396.f} {03397.f} {03397.p2-thinks} 
+tr {03396.t2} {03396.f} {03396.p5} -> {03396.p6} 
+tr {03396.t3|03397.t1} : a3395 {03396.f} {03397.p1} -> {03397.p3} 
+tr {03397.e} {03397.p6} {03397.p3} -> {03397.p4-eats} 
+tr {03397.t} {03397.p2-thinks} -> {03397.p1} {03397.p5} 
+tr {03397.t0|03398.t4} : b3396 {03398.p4-eats} -> {03397.f} {03398.f} {03398.p2-thinks} 
+tr {03397.t2} {03397.f} {03397.p5} -> {03397.p6} 
+tr {03397.t3|03398.t1} : a3396 {03397.f} {03398.p1} -> {03398.p3} 
+tr {03398.e} {03398.p6} {03398.p3} -> {03398.p4-eats} 
+tr {03398.t} {03398.p2-thinks} -> {03398.p1} {03398.p5} 
+tr {03398.t0|03399.t4} : b3397 {03399.p4-eats} -> {03398.f} {03399.f} {03399.p2-thinks} 
+tr {03398.t2} {03398.f} {03398.p5} -> {03398.p6} 
+tr {03398.t3|03399.t1} : a3397 {03398.f} {03399.p1} -> {03399.p3} 
+tr {03399.e} {03399.p6} {03399.p3} -> {03399.p4-eats} 
+tr {03399.t} {03399.p2-thinks} -> {03399.p1} {03399.p5} 
+tr {03399.t0|03400.t4} : b3398 {03400.p4-eats} -> {03399.f} {03400.f} {03400.p2-thinks} 
+tr {03399.t2} {03399.f} {03399.p5} -> {03399.p6} 
+tr {03399.t3|03400.t1} : a3398 {03399.f} {03400.p1} -> {03400.p3} 
+tr {03400.e} {03400.p6} {03400.p3} -> {03400.p4-eats} 
+tr {03400.t} {03400.p2-thinks} -> {03400.p1} {03400.p5} 
+tr {03400.t0|03401.t4} : b3399 {03401.p4-eats} -> {03400.f} {03401.f} {03401.p2-thinks} 
+tr {03400.t2} {03400.f} {03400.p5} -> {03400.p6} 
+tr {03400.t3|03401.t1} : a3399 {03400.f} {03401.p1} -> {03401.p3} 
+tr {03401.e} {03401.p6} {03401.p3} -> {03401.p4-eats} 
+tr {03401.t} {03401.p2-thinks} -> {03401.p1} {03401.p5} 
+tr {03401.t0|03402.t4} : b3400 {03402.p4-eats} -> {03401.f} {03402.f} {03402.p2-thinks} 
+tr {03401.t2} {03401.f} {03401.p5} -> {03401.p6} 
+tr {03401.t3|03402.t1} : a3400 {03401.f} {03402.p1} -> {03402.p3} 
+tr {03402.e} {03402.p6} {03402.p3} -> {03402.p4-eats} 
+tr {03402.t} {03402.p2-thinks} -> {03402.p1} {03402.p5} 
+tr {03402.t0|03403.t4} : b3401 {03403.p4-eats} -> {03402.f} {03403.f} {03403.p2-thinks} 
+tr {03402.t2} {03402.f} {03402.p5} -> {03402.p6} 
+tr {03402.t3|03403.t1} : a3401 {03402.f} {03403.p1} -> {03403.p3} 
+tr {03403.e} {03403.p6} {03403.p3} -> {03403.p4-eats} 
+tr {03403.t} {03403.p2-thinks} -> {03403.p1} {03403.p5} 
+tr {03403.t0|03404.t4} : b3402 {03404.p4-eats} -> {03403.f} {03404.f} {03404.p2-thinks} 
+tr {03403.t2} {03403.f} {03403.p5} -> {03403.p6} 
+tr {03403.t3|03404.t1} : a3402 {03403.f} {03404.p1} -> {03404.p3} 
+tr {03404.e} {03404.p6} {03404.p3} -> {03404.p4-eats} 
+tr {03404.t} {03404.p2-thinks} -> {03404.p1} {03404.p5} 
+tr {03404.t0|03405.t4} : b3403 {03405.p4-eats} -> {03404.f} {03405.f} {03405.p2-thinks} 
+tr {03404.t2} {03404.f} {03404.p5} -> {03404.p6} 
+tr {03404.t3|03405.t1} : a3403 {03404.f} {03405.p1} -> {03405.p3} 
+tr {03405.e} {03405.p6} {03405.p3} -> {03405.p4-eats} 
+tr {03405.t} {03405.p2-thinks} -> {03405.p1} {03405.p5} 
+tr {03405.t0|03406.t4} : b3404 {03406.p4-eats} -> {03405.f} {03406.f} {03406.p2-thinks} 
+tr {03405.t2} {03405.f} {03405.p5} -> {03405.p6} 
+tr {03405.t3|03406.t1} : a3404 {03405.f} {03406.p1} -> {03406.p3} 
+tr {03406.e} {03406.p6} {03406.p3} -> {03406.p4-eats} 
+tr {03406.t} {03406.p2-thinks} -> {03406.p1} {03406.p5} 
+tr {03406.t0|03407.t4} : b3405 {03407.p4-eats} -> {03406.f} {03407.f} {03407.p2-thinks} 
+tr {03406.t2} {03406.f} {03406.p5} -> {03406.p6} 
+tr {03406.t3|03407.t1} : a3405 {03406.f} {03407.p1} -> {03407.p3} 
+tr {03407.e} {03407.p6} {03407.p3} -> {03407.p4-eats} 
+tr {03407.t} {03407.p2-thinks} -> {03407.p1} {03407.p5} 
+tr {03407.t0|03408.t4} : b3406 {03408.p4-eats} -> {03407.f} {03408.f} {03408.p2-thinks} 
+tr {03407.t2} {03407.f} {03407.p5} -> {03407.p6} 
+tr {03407.t3|03408.t1} : a3406 {03407.f} {03408.p1} -> {03408.p3} 
+tr {03408.e} {03408.p6} {03408.p3} -> {03408.p4-eats} 
+tr {03408.t} {03408.p2-thinks} -> {03408.p1} {03408.p5} 
+tr {03408.t0|03409.t4} : b3407 {03409.p4-eats} -> {03408.f} {03409.f} {03409.p2-thinks} 
+tr {03408.t2} {03408.f} {03408.p5} -> {03408.p6} 
+tr {03408.t3|03409.t1} : a3407 {03408.f} {03409.p1} -> {03409.p3} 
+tr {03409.e} {03409.p6} {03409.p3} -> {03409.p4-eats} 
+tr {03409.t} {03409.p2-thinks} -> {03409.p1} {03409.p5} 
+tr {03409.t0|03410.t4} : b3408 {03410.p4-eats} -> {03409.f} {03410.f} {03410.p2-thinks} 
+tr {03409.t2} {03409.f} {03409.p5} -> {03409.p6} 
+tr {03409.t3|03410.t1} : a3408 {03409.f} {03410.p1} -> {03410.p3} 
+tr {03410.e} {03410.p6} {03410.p3} -> {03410.p4-eats} 
+tr {03410.t} {03410.p2-thinks} -> {03410.p1} {03410.p5} 
+tr {03410.t0|03411.t4} : b3409 {03411.p4-eats} -> {03410.f} {03411.f} {03411.p2-thinks} 
+tr {03410.t2} {03410.f} {03410.p5} -> {03410.p6} 
+tr {03410.t3|03411.t1} : a3409 {03410.f} {03411.p1} -> {03411.p3} 
+tr {03411.e} {03411.p6} {03411.p3} -> {03411.p4-eats} 
+tr {03411.t} {03411.p2-thinks} -> {03411.p1} {03411.p5} 
+tr {03411.t0|03412.t4} : b3410 {03412.p4-eats} -> {03411.f} {03412.f} {03412.p2-thinks} 
+tr {03411.t2} {03411.f} {03411.p5} -> {03411.p6} 
+tr {03411.t3|03412.t1} : a3410 {03411.f} {03412.p1} -> {03412.p3} 
+tr {03412.e} {03412.p6} {03412.p3} -> {03412.p4-eats} 
+tr {03412.t} {03412.p2-thinks} -> {03412.p1} {03412.p5} 
+tr {03412.t0|03413.t4} : b3411 {03413.p4-eats} -> {03412.f} {03413.f} {03413.p2-thinks} 
+tr {03412.t2} {03412.f} {03412.p5} -> {03412.p6} 
+tr {03412.t3|03413.t1} : a3411 {03412.f} {03413.p1} -> {03413.p3} 
+tr {03413.e} {03413.p6} {03413.p3} -> {03413.p4-eats} 
+tr {03413.t} {03413.p2-thinks} -> {03413.p1} {03413.p5} 
+tr {03413.t0|03414.t4} : b3412 {03414.p4-eats} -> {03413.f} {03414.f} {03414.p2-thinks} 
+tr {03413.t2} {03413.f} {03413.p5} -> {03413.p6} 
+tr {03413.t3|03414.t1} : a3412 {03413.f} {03414.p1} -> {03414.p3} 
+tr {03414.e} {03414.p6} {03414.p3} -> {03414.p4-eats} 
+tr {03414.t} {03414.p2-thinks} -> {03414.p1} {03414.p5} 
+tr {03414.t0|03415.t4} : b3413 {03415.p4-eats} -> {03414.f} {03415.f} {03415.p2-thinks} 
+tr {03414.t2} {03414.f} {03414.p5} -> {03414.p6} 
+tr {03414.t3|03415.t1} : a3413 {03414.f} {03415.p1} -> {03415.p3} 
+tr {03415.e} {03415.p6} {03415.p3} -> {03415.p4-eats} 
+tr {03415.t} {03415.p2-thinks} -> {03415.p1} {03415.p5} 
+tr {03415.t0|03416.t4} : b3414 {03416.p4-eats} -> {03415.f} {03416.f} {03416.p2-thinks} 
+tr {03415.t2} {03415.f} {03415.p5} -> {03415.p6} 
+tr {03415.t3|03416.t1} : a3414 {03415.f} {03416.p1} -> {03416.p3} 
+tr {03416.e} {03416.p6} {03416.p3} -> {03416.p4-eats} 
+tr {03416.t} {03416.p2-thinks} -> {03416.p1} {03416.p5} 
+tr {03416.t0|03417.t4} : b3415 {03417.p4-eats} -> {03416.f} {03417.f} {03417.p2-thinks} 
+tr {03416.t2} {03416.f} {03416.p5} -> {03416.p6} 
+tr {03416.t3|03417.t1} : a3415 {03416.f} {03417.p1} -> {03417.p3} 
+tr {03417.e} {03417.p6} {03417.p3} -> {03417.p4-eats} 
+tr {03417.t} {03417.p2-thinks} -> {03417.p1} {03417.p5} 
+tr {03417.t0|03418.t4} : b3416 {03418.p4-eats} -> {03417.f} {03418.f} {03418.p2-thinks} 
+tr {03417.t2} {03417.f} {03417.p5} -> {03417.p6} 
+tr {03417.t3|03418.t1} : a3416 {03417.f} {03418.p1} -> {03418.p3} 
+tr {03418.e} {03418.p6} {03418.p3} -> {03418.p4-eats} 
+tr {03418.t} {03418.p2-thinks} -> {03418.p1} {03418.p5} 
+tr {03418.t0|03419.t4} : b3417 {03419.p4-eats} -> {03418.f} {03419.f} {03419.p2-thinks} 
+tr {03418.t2} {03418.f} {03418.p5} -> {03418.p6} 
+tr {03418.t3|03419.t1} : a3417 {03418.f} {03419.p1} -> {03419.p3} 
+tr {03419.e} {03419.p6} {03419.p3} -> {03419.p4-eats} 
+tr {03419.t} {03419.p2-thinks} -> {03419.p1} {03419.p5} 
+tr {03419.t0|03420.t4} : b3418 {03420.p4-eats} -> {03419.f} {03420.f} {03420.p2-thinks} 
+tr {03419.t2} {03419.f} {03419.p5} -> {03419.p6} 
+tr {03419.t3|03420.t1} : a3418 {03419.f} {03420.p1} -> {03420.p3} 
+tr {03420.e} {03420.p6} {03420.p3} -> {03420.p4-eats} 
+tr {03420.t} {03420.p2-thinks} -> {03420.p1} {03420.p5} 
+tr {03420.t0|03421.t4} : b3419 {03421.p4-eats} -> {03420.f} {03421.f} {03421.p2-thinks} 
+tr {03420.t2} {03420.f} {03420.p5} -> {03420.p6} 
+tr {03420.t3|03421.t1} : a3419 {03420.f} {03421.p1} -> {03421.p3} 
+tr {03421.e} {03421.p6} {03421.p3} -> {03421.p4-eats} 
+tr {03421.t} {03421.p2-thinks} -> {03421.p1} {03421.p5} 
+tr {03421.t0|03422.t4} : b3420 {03422.p4-eats} -> {03421.f} {03422.f} {03422.p2-thinks} 
+tr {03421.t2} {03421.f} {03421.p5} -> {03421.p6} 
+tr {03421.t3|03422.t1} : a3420 {03421.f} {03422.p1} -> {03422.p3} 
+tr {03422.e} {03422.p6} {03422.p3} -> {03422.p4-eats} 
+tr {03422.t} {03422.p2-thinks} -> {03422.p1} {03422.p5} 
+tr {03422.t0|03423.t4} : b3421 {03423.p4-eats} -> {03422.f} {03423.f} {03423.p2-thinks} 
+tr {03422.t2} {03422.f} {03422.p5} -> {03422.p6} 
+tr {03422.t3|03423.t1} : a3421 {03422.f} {03423.p1} -> {03423.p3} 
+tr {03423.e} {03423.p6} {03423.p3} -> {03423.p4-eats} 
+tr {03423.t} {03423.p2-thinks} -> {03423.p1} {03423.p5} 
+tr {03423.t0|03424.t4} : b3422 {03424.p4-eats} -> {03423.f} {03424.f} {03424.p2-thinks} 
+tr {03423.t2} {03423.f} {03423.p5} -> {03423.p6} 
+tr {03423.t3|03424.t1} : a3422 {03423.f} {03424.p1} -> {03424.p3} 
+tr {03424.e} {03424.p6} {03424.p3} -> {03424.p4-eats} 
+tr {03424.t} {03424.p2-thinks} -> {03424.p1} {03424.p5} 
+tr {03424.t0|03425.t4} : b3423 {03425.p4-eats} -> {03424.f} {03425.f} {03425.p2-thinks} 
+tr {03424.t2} {03424.f} {03424.p5} -> {03424.p6} 
+tr {03424.t3|03425.t1} : a3423 {03424.f} {03425.p1} -> {03425.p3} 
+tr {03425.e} {03425.p6} {03425.p3} -> {03425.p4-eats} 
+tr {03425.t} {03425.p2-thinks} -> {03425.p1} {03425.p5} 
+tr {03425.t0|03426.t4} : b3424 {03426.p4-eats} -> {03425.f} {03426.f} {03426.p2-thinks} 
+tr {03425.t2} {03425.f} {03425.p5} -> {03425.p6} 
+tr {03425.t3|03426.t1} : a3424 {03425.f} {03426.p1} -> {03426.p3} 
+tr {03426.e} {03426.p6} {03426.p3} -> {03426.p4-eats} 
+tr {03426.t} {03426.p2-thinks} -> {03426.p1} {03426.p5} 
+tr {03426.t0|03427.t4} : b3425 {03427.p4-eats} -> {03426.f} {03427.f} {03427.p2-thinks} 
+tr {03426.t2} {03426.f} {03426.p5} -> {03426.p6} 
+tr {03426.t3|03427.t1} : a3425 {03426.f} {03427.p1} -> {03427.p3} 
+tr {03427.e} {03427.p6} {03427.p3} -> {03427.p4-eats} 
+tr {03427.t} {03427.p2-thinks} -> {03427.p1} {03427.p5} 
+tr {03427.t0|03428.t4} : b3426 {03428.p4-eats} -> {03427.f} {03428.f} {03428.p2-thinks} 
+tr {03427.t2} {03427.f} {03427.p5} -> {03427.p6} 
+tr {03427.t3|03428.t1} : a3426 {03427.f} {03428.p1} -> {03428.p3} 
+tr {03428.e} {03428.p6} {03428.p3} -> {03428.p4-eats} 
+tr {03428.t} {03428.p2-thinks} -> {03428.p1} {03428.p5} 
+tr {03428.t0|03429.t4} : b3427 {03429.p4-eats} -> {03428.f} {03429.f} {03429.p2-thinks} 
+tr {03428.t2} {03428.f} {03428.p5} -> {03428.p6} 
+tr {03428.t3|03429.t1} : a3427 {03428.f} {03429.p1} -> {03429.p3} 
+tr {03429.e} {03429.p6} {03429.p3} -> {03429.p4-eats} 
+tr {03429.t} {03429.p2-thinks} -> {03429.p1} {03429.p5} 
+tr {03429.t0|03430.t4} : b3428 {03430.p4-eats} -> {03429.f} {03430.f} {03430.p2-thinks} 
+tr {03429.t2} {03429.f} {03429.p5} -> {03429.p6} 
+tr {03429.t3|03430.t1} : a3428 {03429.f} {03430.p1} -> {03430.p3} 
+tr {03430.e} {03430.p6} {03430.p3} -> {03430.p4-eats} 
+tr {03430.t} {03430.p2-thinks} -> {03430.p1} {03430.p5} 
+tr {03430.t0|03431.t4} : b3429 {03431.p4-eats} -> {03430.f} {03431.f} {03431.p2-thinks} 
+tr {03430.t2} {03430.f} {03430.p5} -> {03430.p6} 
+tr {03430.t3|03431.t1} : a3429 {03430.f} {03431.p1} -> {03431.p3} 
+tr {03431.e} {03431.p6} {03431.p3} -> {03431.p4-eats} 
+tr {03431.t} {03431.p2-thinks} -> {03431.p1} {03431.p5} 
+tr {03431.t0|03432.t4} : b3430 {03432.p4-eats} -> {03431.f} {03432.f} {03432.p2-thinks} 
+tr {03431.t2} {03431.f} {03431.p5} -> {03431.p6} 
+tr {03431.t3|03432.t1} : a3430 {03431.f} {03432.p1} -> {03432.p3} 
+tr {03432.e} {03432.p6} {03432.p3} -> {03432.p4-eats} 
+tr {03432.t} {03432.p2-thinks} -> {03432.p1} {03432.p5} 
+tr {03432.t0|03433.t4} : b3431 {03433.p4-eats} -> {03432.f} {03433.f} {03433.p2-thinks} 
+tr {03432.t2} {03432.f} {03432.p5} -> {03432.p6} 
+tr {03432.t3|03433.t1} : a3431 {03432.f} {03433.p1} -> {03433.p3} 
+tr {03433.e} {03433.p6} {03433.p3} -> {03433.p4-eats} 
+tr {03433.t} {03433.p2-thinks} -> {03433.p1} {03433.p5} 
+tr {03433.t0|03434.t4} : b3432 {03434.p4-eats} -> {03433.f} {03434.f} {03434.p2-thinks} 
+tr {03433.t2} {03433.f} {03433.p5} -> {03433.p6} 
+tr {03433.t3|03434.t1} : a3432 {03433.f} {03434.p1} -> {03434.p3} 
+tr {03434.e} {03434.p6} {03434.p3} -> {03434.p4-eats} 
+tr {03434.t} {03434.p2-thinks} -> {03434.p1} {03434.p5} 
+tr {03434.t0|03435.t4} : b3433 {03435.p4-eats} -> {03434.f} {03435.f} {03435.p2-thinks} 
+tr {03434.t2} {03434.f} {03434.p5} -> {03434.p6} 
+tr {03434.t3|03435.t1} : a3433 {03434.f} {03435.p1} -> {03435.p3} 
+tr {03435.e} {03435.p6} {03435.p3} -> {03435.p4-eats} 
+tr {03435.t} {03435.p2-thinks} -> {03435.p1} {03435.p5} 
+tr {03435.t0|03436.t4} : b3434 {03436.p4-eats} -> {03435.f} {03436.f} {03436.p2-thinks} 
+tr {03435.t2} {03435.f} {03435.p5} -> {03435.p6} 
+tr {03435.t3|03436.t1} : a3434 {03435.f} {03436.p1} -> {03436.p3} 
+tr {03436.e} {03436.p6} {03436.p3} -> {03436.p4-eats} 
+tr {03436.t} {03436.p2-thinks} -> {03436.p1} {03436.p5} 
+tr {03436.t0|03437.t4} : b3435 {03437.p4-eats} -> {03436.f} {03437.f} {03437.p2-thinks} 
+tr {03436.t2} {03436.f} {03436.p5} -> {03436.p6} 
+tr {03436.t3|03437.t1} : a3435 {03436.f} {03437.p1} -> {03437.p3} 
+tr {03437.e} {03437.p6} {03437.p3} -> {03437.p4-eats} 
+tr {03437.t} {03437.p2-thinks} -> {03437.p1} {03437.p5} 
+tr {03437.t0|03438.t4} : b3436 {03438.p4-eats} -> {03437.f} {03438.f} {03438.p2-thinks} 
+tr {03437.t2} {03437.f} {03437.p5} -> {03437.p6} 
+tr {03437.t3|03438.t1} : a3436 {03437.f} {03438.p1} -> {03438.p3} 
+tr {03438.e} {03438.p6} {03438.p3} -> {03438.p4-eats} 
+tr {03438.t} {03438.p2-thinks} -> {03438.p1} {03438.p5} 
+tr {03438.t0|03439.t4} : b3437 {03439.p4-eats} -> {03438.f} {03439.f} {03439.p2-thinks} 
+tr {03438.t2} {03438.f} {03438.p5} -> {03438.p6} 
+tr {03438.t3|03439.t1} : a3437 {03438.f} {03439.p1} -> {03439.p3} 
+tr {03439.e} {03439.p6} {03439.p3} -> {03439.p4-eats} 
+tr {03439.t} {03439.p2-thinks} -> {03439.p1} {03439.p5} 
+tr {03439.t0|03440.t4} : b3438 {03440.p4-eats} -> {03439.f} {03440.f} {03440.p2-thinks} 
+tr {03439.t2} {03439.f} {03439.p5} -> {03439.p6} 
+tr {03439.t3|03440.t1} : a3438 {03439.f} {03440.p1} -> {03440.p3} 
+tr {03440.e} {03440.p6} {03440.p3} -> {03440.p4-eats} 
+tr {03440.t} {03440.p2-thinks} -> {03440.p1} {03440.p5} 
+tr {03440.t0|03441.t4} : b3439 {03441.p4-eats} -> {03440.f} {03441.f} {03441.p2-thinks} 
+tr {03440.t2} {03440.f} {03440.p5} -> {03440.p6} 
+tr {03440.t3|03441.t1} : a3439 {03440.f} {03441.p1} -> {03441.p3} 
+tr {03441.e} {03441.p6} {03441.p3} -> {03441.p4-eats} 
+tr {03441.t} {03441.p2-thinks} -> {03441.p1} {03441.p5} 
+tr {03441.t0|03442.t4} : b3440 {03442.p4-eats} -> {03441.f} {03442.f} {03442.p2-thinks} 
+tr {03441.t2} {03441.f} {03441.p5} -> {03441.p6} 
+tr {03441.t3|03442.t1} : a3440 {03441.f} {03442.p1} -> {03442.p3} 
+tr {03442.e} {03442.p6} {03442.p3} -> {03442.p4-eats} 
+tr {03442.t} {03442.p2-thinks} -> {03442.p1} {03442.p5} 
+tr {03442.t0|03443.t4} : b3441 {03443.p4-eats} -> {03442.f} {03443.f} {03443.p2-thinks} 
+tr {03442.t2} {03442.f} {03442.p5} -> {03442.p6} 
+tr {03442.t3|03443.t1} : a3441 {03442.f} {03443.p1} -> {03443.p3} 
+tr {03443.e} {03443.p6} {03443.p3} -> {03443.p4-eats} 
+tr {03443.t} {03443.p2-thinks} -> {03443.p1} {03443.p5} 
+tr {03443.t0|03444.t4} : b3442 {03444.p4-eats} -> {03443.f} {03444.f} {03444.p2-thinks} 
+tr {03443.t2} {03443.f} {03443.p5} -> {03443.p6} 
+tr {03443.t3|03444.t1} : a3442 {03443.f} {03444.p1} -> {03444.p3} 
+tr {03444.e} {03444.p6} {03444.p3} -> {03444.p4-eats} 
+tr {03444.t} {03444.p2-thinks} -> {03444.p1} {03444.p5} 
+tr {03444.t0|03445.t4} : b3443 {03445.p4-eats} -> {03444.f} {03445.f} {03445.p2-thinks} 
+tr {03444.t2} {03444.f} {03444.p5} -> {03444.p6} 
+tr {03444.t3|03445.t1} : a3443 {03444.f} {03445.p1} -> {03445.p3} 
+tr {03445.e} {03445.p6} {03445.p3} -> {03445.p4-eats} 
+tr {03445.t} {03445.p2-thinks} -> {03445.p1} {03445.p5} 
+tr {03445.t0|03446.t4} : b3444 {03446.p4-eats} -> {03445.f} {03446.f} {03446.p2-thinks} 
+tr {03445.t2} {03445.f} {03445.p5} -> {03445.p6} 
+tr {03445.t3|03446.t1} : a3444 {03445.f} {03446.p1} -> {03446.p3} 
+tr {03446.e} {03446.p6} {03446.p3} -> {03446.p4-eats} 
+tr {03446.t} {03446.p2-thinks} -> {03446.p1} {03446.p5} 
+tr {03446.t0|03447.t4} : b3445 {03447.p4-eats} -> {03446.f} {03447.f} {03447.p2-thinks} 
+tr {03446.t2} {03446.f} {03446.p5} -> {03446.p6} 
+tr {03446.t3|03447.t1} : a3445 {03446.f} {03447.p1} -> {03447.p3} 
+tr {03447.e} {03447.p6} {03447.p3} -> {03447.p4-eats} 
+tr {03447.t} {03447.p2-thinks} -> {03447.p1} {03447.p5} 
+tr {03447.t0|03448.t4} : b3446 {03448.p4-eats} -> {03447.f} {03448.f} {03448.p2-thinks} 
+tr {03447.t2} {03447.f} {03447.p5} -> {03447.p6} 
+tr {03447.t3|03448.t1} : a3446 {03447.f} {03448.p1} -> {03448.p3} 
+tr {03448.e} {03448.p6} {03448.p3} -> {03448.p4-eats} 
+tr {03448.t} {03448.p2-thinks} -> {03448.p1} {03448.p5} 
+tr {03448.t0|03449.t4} : b3447 {03449.p4-eats} -> {03448.f} {03449.f} {03449.p2-thinks} 
+tr {03448.t2} {03448.f} {03448.p5} -> {03448.p6} 
+tr {03448.t3|03449.t1} : a3447 {03448.f} {03449.p1} -> {03449.p3} 
+tr {03449.e} {03449.p6} {03449.p3} -> {03449.p4-eats} 
+tr {03449.t} {03449.p2-thinks} -> {03449.p1} {03449.p5} 
+tr {03449.t0|03450.t4} : b3448 {03450.p4-eats} -> {03449.f} {03450.f} {03450.p2-thinks} 
+tr {03449.t2} {03449.f} {03449.p5} -> {03449.p6} 
+tr {03449.t3|03450.t1} : a3448 {03449.f} {03450.p1} -> {03450.p3} 
+tr {03450.e} {03450.p6} {03450.p3} -> {03450.p4-eats} 
+tr {03450.t} {03450.p2-thinks} -> {03450.p1} {03450.p5} 
+tr {03450.t0|03451.t4} : b3449 {03451.p4-eats} -> {03450.f} {03451.f} {03451.p2-thinks} 
+tr {03450.t2} {03450.f} {03450.p5} -> {03450.p6} 
+tr {03450.t3|03451.t1} : a3449 {03450.f} {03451.p1} -> {03451.p3} 
+tr {03451.e} {03451.p6} {03451.p3} -> {03451.p4-eats} 
+tr {03451.t} {03451.p2-thinks} -> {03451.p1} {03451.p5} 
+tr {03451.t0|03452.t4} : b3450 {03452.p4-eats} -> {03451.f} {03452.f} {03452.p2-thinks} 
+tr {03451.t2} {03451.f} {03451.p5} -> {03451.p6} 
+tr {03451.t3|03452.t1} : a3450 {03451.f} {03452.p1} -> {03452.p3} 
+tr {03452.e} {03452.p6} {03452.p3} -> {03452.p4-eats} 
+tr {03452.t} {03452.p2-thinks} -> {03452.p1} {03452.p5} 
+tr {03452.t0|03453.t4} : b3451 {03453.p4-eats} -> {03452.f} {03453.f} {03453.p2-thinks} 
+tr {03452.t2} {03452.f} {03452.p5} -> {03452.p6} 
+tr {03452.t3|03453.t1} : a3451 {03452.f} {03453.p1} -> {03453.p3} 
+tr {03453.e} {03453.p6} {03453.p3} -> {03453.p4-eats} 
+tr {03453.t} {03453.p2-thinks} -> {03453.p1} {03453.p5} 
+tr {03453.t0|03454.t4} : b3452 {03454.p4-eats} -> {03453.f} {03454.f} {03454.p2-thinks} 
+tr {03453.t2} {03453.f} {03453.p5} -> {03453.p6} 
+tr {03453.t3|03454.t1} : a3452 {03453.f} {03454.p1} -> {03454.p3} 
+tr {03454.e} {03454.p6} {03454.p3} -> {03454.p4-eats} 
+tr {03454.t} {03454.p2-thinks} -> {03454.p1} {03454.p5} 
+tr {03454.t0|03455.t4} : b3453 {03455.p4-eats} -> {03454.f} {03455.f} {03455.p2-thinks} 
+tr {03454.t2} {03454.f} {03454.p5} -> {03454.p6} 
+tr {03454.t3|03455.t1} : a3453 {03454.f} {03455.p1} -> {03455.p3} 
+tr {03455.e} {03455.p6} {03455.p3} -> {03455.p4-eats} 
+tr {03455.t} {03455.p2-thinks} -> {03455.p1} {03455.p5} 
+tr {03455.t0|03456.t4} : b3454 {03456.p4-eats} -> {03455.f} {03456.f} {03456.p2-thinks} 
+tr {03455.t2} {03455.f} {03455.p5} -> {03455.p6} 
+tr {03455.t3|03456.t1} : a3454 {03455.f} {03456.p1} -> {03456.p3} 
+tr {03456.e} {03456.p6} {03456.p3} -> {03456.p4-eats} 
+tr {03456.t} {03456.p2-thinks} -> {03456.p1} {03456.p5} 
+tr {03456.t0|03457.t4} : b3455 {03457.p4-eats} -> {03456.f} {03457.f} {03457.p2-thinks} 
+tr {03456.t2} {03456.f} {03456.p5} -> {03456.p6} 
+tr {03456.t3|03457.t1} : a3455 {03456.f} {03457.p1} -> {03457.p3} 
+tr {03457.e} {03457.p6} {03457.p3} -> {03457.p4-eats} 
+tr {03457.t} {03457.p2-thinks} -> {03457.p1} {03457.p5} 
+tr {03457.t0|03458.t4} : b3456 {03458.p4-eats} -> {03457.f} {03458.f} {03458.p2-thinks} 
+tr {03457.t2} {03457.f} {03457.p5} -> {03457.p6} 
+tr {03457.t3|03458.t1} : a3456 {03457.f} {03458.p1} -> {03458.p3} 
+tr {03458.e} {03458.p6} {03458.p3} -> {03458.p4-eats} 
+tr {03458.t} {03458.p2-thinks} -> {03458.p1} {03458.p5} 
+tr {03458.t0|03459.t4} : b3457 {03459.p4-eats} -> {03458.f} {03459.f} {03459.p2-thinks} 
+tr {03458.t2} {03458.f} {03458.p5} -> {03458.p6} 
+tr {03458.t3|03459.t1} : a3457 {03458.f} {03459.p1} -> {03459.p3} 
+tr {03459.e} {03459.p6} {03459.p3} -> {03459.p4-eats} 
+tr {03459.t} {03459.p2-thinks} -> {03459.p1} {03459.p5} 
+tr {03459.t0|03460.t4} : b3458 {03460.p4-eats} -> {03459.f} {03460.f} {03460.p2-thinks} 
+tr {03459.t2} {03459.f} {03459.p5} -> {03459.p6} 
+tr {03459.t3|03460.t1} : a3458 {03459.f} {03460.p1} -> {03460.p3} 
+tr {03460.e} {03460.p6} {03460.p3} -> {03460.p4-eats} 
+tr {03460.t} {03460.p2-thinks} -> {03460.p1} {03460.p5} 
+tr {03460.t0|03461.t4} : b3459 {03461.p4-eats} -> {03460.f} {03461.f} {03461.p2-thinks} 
+tr {03460.t2} {03460.f} {03460.p5} -> {03460.p6} 
+tr {03460.t3|03461.t1} : a3459 {03460.f} {03461.p1} -> {03461.p3} 
+tr {03461.e} {03461.p6} {03461.p3} -> {03461.p4-eats} 
+tr {03461.t} {03461.p2-thinks} -> {03461.p1} {03461.p5} 
+tr {03461.t0|03462.t4} : b3460 {03462.p4-eats} -> {03461.f} {03462.f} {03462.p2-thinks} 
+tr {03461.t2} {03461.f} {03461.p5} -> {03461.p6} 
+tr {03461.t3|03462.t1} : a3460 {03461.f} {03462.p1} -> {03462.p3} 
+tr {03462.e} {03462.p6} {03462.p3} -> {03462.p4-eats} 
+tr {03462.t} {03462.p2-thinks} -> {03462.p1} {03462.p5} 
+tr {03462.t0|03463.t4} : b3461 {03463.p4-eats} -> {03462.f} {03463.f} {03463.p2-thinks} 
+tr {03462.t2} {03462.f} {03462.p5} -> {03462.p6} 
+tr {03462.t3|03463.t1} : a3461 {03462.f} {03463.p1} -> {03463.p3} 
+tr {03463.e} {03463.p6} {03463.p3} -> {03463.p4-eats} 
+tr {03463.t} {03463.p2-thinks} -> {03463.p1} {03463.p5} 
+tr {03463.t0|03464.t4} : b3462 {03464.p4-eats} -> {03463.f} {03464.f} {03464.p2-thinks} 
+tr {03463.t2} {03463.f} {03463.p5} -> {03463.p6} 
+tr {03463.t3|03464.t1} : a3462 {03463.f} {03464.p1} -> {03464.p3} 
+tr {03464.e} {03464.p6} {03464.p3} -> {03464.p4-eats} 
+tr {03464.t} {03464.p2-thinks} -> {03464.p1} {03464.p5} 
+tr {03464.t0|03465.t4} : b3463 {03465.p4-eats} -> {03464.f} {03465.f} {03465.p2-thinks} 
+tr {03464.t2} {03464.f} {03464.p5} -> {03464.p6} 
+tr {03464.t3|03465.t1} : a3463 {03464.f} {03465.p1} -> {03465.p3} 
+tr {03465.e} {03465.p6} {03465.p3} -> {03465.p4-eats} 
+tr {03465.t} {03465.p2-thinks} -> {03465.p1} {03465.p5} 
+tr {03465.t0|03466.t4} : b3464 {03466.p4-eats} -> {03465.f} {03466.f} {03466.p2-thinks} 
+tr {03465.t2} {03465.f} {03465.p5} -> {03465.p6} 
+tr {03465.t3|03466.t1} : a3464 {03465.f} {03466.p1} -> {03466.p3} 
+tr {03466.e} {03466.p6} {03466.p3} -> {03466.p4-eats} 
+tr {03466.t} {03466.p2-thinks} -> {03466.p1} {03466.p5} 
+tr {03466.t0|03467.t4} : b3465 {03467.p4-eats} -> {03466.f} {03467.f} {03467.p2-thinks} 
+tr {03466.t2} {03466.f} {03466.p5} -> {03466.p6} 
+tr {03466.t3|03467.t1} : a3465 {03466.f} {03467.p1} -> {03467.p3} 
+tr {03467.e} {03467.p6} {03467.p3} -> {03467.p4-eats} 
+tr {03467.t} {03467.p2-thinks} -> {03467.p1} {03467.p5} 
+tr {03467.t0|03468.t4} : b3466 {03468.p4-eats} -> {03467.f} {03468.f} {03468.p2-thinks} 
+tr {03467.t2} {03467.f} {03467.p5} -> {03467.p6} 
+tr {03467.t3|03468.t1} : a3466 {03467.f} {03468.p1} -> {03468.p3} 
+tr {03468.e} {03468.p6} {03468.p3} -> {03468.p4-eats} 
+tr {03468.t} {03468.p2-thinks} -> {03468.p1} {03468.p5} 
+tr {03468.t0|03469.t4} : b3467 {03469.p4-eats} -> {03468.f} {03469.f} {03469.p2-thinks} 
+tr {03468.t2} {03468.f} {03468.p5} -> {03468.p6} 
+tr {03468.t3|03469.t1} : a3467 {03468.f} {03469.p1} -> {03469.p3} 
+tr {03469.e} {03469.p6} {03469.p3} -> {03469.p4-eats} 
+tr {03469.t} {03469.p2-thinks} -> {03469.p1} {03469.p5} 
+tr {03469.t0|03470.t4} : b3468 {03470.p4-eats} -> {03469.f} {03470.f} {03470.p2-thinks} 
+tr {03469.t2} {03469.f} {03469.p5} -> {03469.p6} 
+tr {03469.t3|03470.t1} : a3468 {03469.f} {03470.p1} -> {03470.p3} 
+tr {03470.e} {03470.p6} {03470.p3} -> {03470.p4-eats} 
+tr {03470.t} {03470.p2-thinks} -> {03470.p1} {03470.p5} 
+tr {03470.t0|03471.t4} : b3469 {03471.p4-eats} -> {03470.f} {03471.f} {03471.p2-thinks} 
+tr {03470.t2} {03470.f} {03470.p5} -> {03470.p6} 
+tr {03470.t3|03471.t1} : a3469 {03470.f} {03471.p1} -> {03471.p3} 
+tr {03471.e} {03471.p6} {03471.p3} -> {03471.p4-eats} 
+tr {03471.t} {03471.p2-thinks} -> {03471.p1} {03471.p5} 
+tr {03471.t0|03472.t4} : b3470 {03472.p4-eats} -> {03471.f} {03472.f} {03472.p2-thinks} 
+tr {03471.t2} {03471.f} {03471.p5} -> {03471.p6} 
+tr {03471.t3|03472.t1} : a3470 {03471.f} {03472.p1} -> {03472.p3} 
+tr {03472.e} {03472.p6} {03472.p3} -> {03472.p4-eats} 
+tr {03472.t} {03472.p2-thinks} -> {03472.p1} {03472.p5} 
+tr {03472.t0|03473.t4} : b3471 {03473.p4-eats} -> {03472.f} {03473.f} {03473.p2-thinks} 
+tr {03472.t2} {03472.f} {03472.p5} -> {03472.p6} 
+tr {03472.t3|03473.t1} : a3471 {03472.f} {03473.p1} -> {03473.p3} 
+tr {03473.e} {03473.p6} {03473.p3} -> {03473.p4-eats} 
+tr {03473.t} {03473.p2-thinks} -> {03473.p1} {03473.p5} 
+tr {03473.t0|03474.t4} : b3472 {03474.p4-eats} -> {03473.f} {03474.f} {03474.p2-thinks} 
+tr {03473.t2} {03473.f} {03473.p5} -> {03473.p6} 
+tr {03473.t3|03474.t1} : a3472 {03473.f} {03474.p1} -> {03474.p3} 
+tr {03474.e} {03474.p6} {03474.p3} -> {03474.p4-eats} 
+tr {03474.t} {03474.p2-thinks} -> {03474.p1} {03474.p5} 
+tr {03474.t0|03475.t4} : b3473 {03475.p4-eats} -> {03474.f} {03475.f} {03475.p2-thinks} 
+tr {03474.t2} {03474.f} {03474.p5} -> {03474.p6} 
+tr {03474.t3|03475.t1} : a3473 {03474.f} {03475.p1} -> {03475.p3} 
+tr {03475.e} {03475.p6} {03475.p3} -> {03475.p4-eats} 
+tr {03475.t} {03475.p2-thinks} -> {03475.p1} {03475.p5} 
+tr {03475.t0|03476.t4} : b3474 {03476.p4-eats} -> {03475.f} {03476.f} {03476.p2-thinks} 
+tr {03475.t2} {03475.f} {03475.p5} -> {03475.p6} 
+tr {03475.t3|03476.t1} : a3474 {03475.f} {03476.p1} -> {03476.p3} 
+tr {03476.e} {03476.p6} {03476.p3} -> {03476.p4-eats} 
+tr {03476.t} {03476.p2-thinks} -> {03476.p1} {03476.p5} 
+tr {03476.t0|03477.t4} : b3475 {03477.p4-eats} -> {03476.f} {03477.f} {03477.p2-thinks} 
+tr {03476.t2} {03476.f} {03476.p5} -> {03476.p6} 
+tr {03476.t3|03477.t1} : a3475 {03476.f} {03477.p1} -> {03477.p3} 
+tr {03477.e} {03477.p6} {03477.p3} -> {03477.p4-eats} 
+tr {03477.t} {03477.p2-thinks} -> {03477.p1} {03477.p5} 
+tr {03477.t0|03478.t4} : b3476 {03478.p4-eats} -> {03477.f} {03478.f} {03478.p2-thinks} 
+tr {03477.t2} {03477.f} {03477.p5} -> {03477.p6} 
+tr {03477.t3|03478.t1} : a3476 {03477.f} {03478.p1} -> {03478.p3} 
+tr {03478.e} {03478.p6} {03478.p3} -> {03478.p4-eats} 
+tr {03478.t} {03478.p2-thinks} -> {03478.p1} {03478.p5} 
+tr {03478.t0|03479.t4} : b3477 {03479.p4-eats} -> {03478.f} {03479.f} {03479.p2-thinks} 
+tr {03478.t2} {03478.f} {03478.p5} -> {03478.p6} 
+tr {03478.t3|03479.t1} : a3477 {03478.f} {03479.p1} -> {03479.p3} 
+tr {03479.e} {03479.p6} {03479.p3} -> {03479.p4-eats} 
+tr {03479.t} {03479.p2-thinks} -> {03479.p1} {03479.p5} 
+tr {03479.t0|03480.t4} : b3478 {03480.p4-eats} -> {03479.f} {03480.f} {03480.p2-thinks} 
+tr {03479.t2} {03479.f} {03479.p5} -> {03479.p6} 
+tr {03479.t3|03480.t1} : a3478 {03479.f} {03480.p1} -> {03480.p3} 
+tr {03480.e} {03480.p6} {03480.p3} -> {03480.p4-eats} 
+tr {03480.t} {03480.p2-thinks} -> {03480.p1} {03480.p5} 
+tr {03480.t0|03481.t4} : b3479 {03481.p4-eats} -> {03480.f} {03481.f} {03481.p2-thinks} 
+tr {03480.t2} {03480.f} {03480.p5} -> {03480.p6} 
+tr {03480.t3|03481.t1} : a3479 {03480.f} {03481.p1} -> {03481.p3} 
+tr {03481.e} {03481.p6} {03481.p3} -> {03481.p4-eats} 
+tr {03481.t} {03481.p2-thinks} -> {03481.p1} {03481.p5} 
+tr {03481.t0|03482.t4} : b3480 {03482.p4-eats} -> {03481.f} {03482.f} {03482.p2-thinks} 
+tr {03481.t2} {03481.f} {03481.p5} -> {03481.p6} 
+tr {03481.t3|03482.t1} : a3480 {03481.f} {03482.p1} -> {03482.p3} 
+tr {03482.e} {03482.p6} {03482.p3} -> {03482.p4-eats} 
+tr {03482.t} {03482.p2-thinks} -> {03482.p1} {03482.p5} 
+tr {03482.t0|03483.t4} : b3481 {03483.p4-eats} -> {03482.f} {03483.f} {03483.p2-thinks} 
+tr {03482.t2} {03482.f} {03482.p5} -> {03482.p6} 
+tr {03482.t3|03483.t1} : a3481 {03482.f} {03483.p1} -> {03483.p3} 
+tr {03483.e} {03483.p6} {03483.p3} -> {03483.p4-eats} 
+tr {03483.t} {03483.p2-thinks} -> {03483.p1} {03483.p5} 
+tr {03483.t0|03484.t4} : b3482 {03484.p4-eats} -> {03483.f} {03484.f} {03484.p2-thinks} 
+tr {03483.t2} {03483.f} {03483.p5} -> {03483.p6} 
+tr {03483.t3|03484.t1} : a3482 {03483.f} {03484.p1} -> {03484.p3} 
+tr {03484.e} {03484.p6} {03484.p3} -> {03484.p4-eats} 
+tr {03484.t} {03484.p2-thinks} -> {03484.p1} {03484.p5} 
+tr {03484.t0|03485.t4} : b3483 {03485.p4-eats} -> {03484.f} {03485.f} {03485.p2-thinks} 
+tr {03484.t2} {03484.f} {03484.p5} -> {03484.p6} 
+tr {03484.t3|03485.t1} : a3483 {03484.f} {03485.p1} -> {03485.p3} 
+tr {03485.e} {03485.p6} {03485.p3} -> {03485.p4-eats} 
+tr {03485.t} {03485.p2-thinks} -> {03485.p1} {03485.p5} 
+tr {03485.t0|03486.t4} : b3484 {03486.p4-eats} -> {03485.f} {03486.f} {03486.p2-thinks} 
+tr {03485.t2} {03485.f} {03485.p5} -> {03485.p6} 
+tr {03485.t3|03486.t1} : a3484 {03485.f} {03486.p1} -> {03486.p3} 
+tr {03486.e} {03486.p6} {03486.p3} -> {03486.p4-eats} 
+tr {03486.t} {03486.p2-thinks} -> {03486.p1} {03486.p5} 
+tr {03486.t0|03487.t4} : b3485 {03487.p4-eats} -> {03486.f} {03487.f} {03487.p2-thinks} 
+tr {03486.t2} {03486.f} {03486.p5} -> {03486.p6} 
+tr {03486.t3|03487.t1} : a3485 {03486.f} {03487.p1} -> {03487.p3} 
+tr {03487.e} {03487.p6} {03487.p3} -> {03487.p4-eats} 
+tr {03487.t} {03487.p2-thinks} -> {03487.p1} {03487.p5} 
+tr {03487.t0|03488.t4} : b3486 {03488.p4-eats} -> {03487.f} {03488.f} {03488.p2-thinks} 
+tr {03487.t2} {03487.f} {03487.p5} -> {03487.p6} 
+tr {03487.t3|03488.t1} : a3486 {03487.f} {03488.p1} -> {03488.p3} 
+tr {03488.e} {03488.p6} {03488.p3} -> {03488.p4-eats} 
+tr {03488.t} {03488.p2-thinks} -> {03488.p1} {03488.p5} 
+tr {03488.t0|03489.t4} : b3487 {03489.p4-eats} -> {03488.f} {03489.f} {03489.p2-thinks} 
+tr {03488.t2} {03488.f} {03488.p5} -> {03488.p6} 
+tr {03488.t3|03489.t1} : a3487 {03488.f} {03489.p1} -> {03489.p3} 
+tr {03489.e} {03489.p6} {03489.p3} -> {03489.p4-eats} 
+tr {03489.t} {03489.p2-thinks} -> {03489.p1} {03489.p5} 
+tr {03489.t0|03490.t4} : b3488 {03490.p4-eats} -> {03489.f} {03490.f} {03490.p2-thinks} 
+tr {03489.t2} {03489.f} {03489.p5} -> {03489.p6} 
+tr {03489.t3|03490.t1} : a3488 {03489.f} {03490.p1} -> {03490.p3} 
+tr {03490.e} {03490.p6} {03490.p3} -> {03490.p4-eats} 
+tr {03490.t} {03490.p2-thinks} -> {03490.p1} {03490.p5} 
+tr {03490.t0|03491.t4} : b3489 {03491.p4-eats} -> {03490.f} {03491.f} {03491.p2-thinks} 
+tr {03490.t2} {03490.f} {03490.p5} -> {03490.p6} 
+tr {03490.t3|03491.t1} : a3489 {03490.f} {03491.p1} -> {03491.p3} 
+tr {03491.e} {03491.p6} {03491.p3} -> {03491.p4-eats} 
+tr {03491.t} {03491.p2-thinks} -> {03491.p1} {03491.p5} 
+tr {03491.t0|03492.t4} : b3490 {03492.p4-eats} -> {03491.f} {03492.f} {03492.p2-thinks} 
+tr {03491.t2} {03491.f} {03491.p5} -> {03491.p6} 
+tr {03491.t3|03492.t1} : a3490 {03491.f} {03492.p1} -> {03492.p3} 
+tr {03492.e} {03492.p6} {03492.p3} -> {03492.p4-eats} 
+tr {03492.t} {03492.p2-thinks} -> {03492.p1} {03492.p5} 
+tr {03492.t0|03493.t4} : b3491 {03493.p4-eats} -> {03492.f} {03493.f} {03493.p2-thinks} 
+tr {03492.t2} {03492.f} {03492.p5} -> {03492.p6} 
+tr {03492.t3|03493.t1} : a3491 {03492.f} {03493.p1} -> {03493.p3} 
+tr {03493.e} {03493.p6} {03493.p3} -> {03493.p4-eats} 
+tr {03493.t} {03493.p2-thinks} -> {03493.p1} {03493.p5} 
+tr {03493.t0|03494.t4} : b3492 {03494.p4-eats} -> {03493.f} {03494.f} {03494.p2-thinks} 
+tr {03493.t2} {03493.f} {03493.p5} -> {03493.p6} 
+tr {03493.t3|03494.t1} : a3492 {03493.f} {03494.p1} -> {03494.p3} 
+tr {03494.e} {03494.p6} {03494.p3} -> {03494.p4-eats} 
+tr {03494.t} {03494.p2-thinks} -> {03494.p1} {03494.p5} 
+tr {03494.t0|03495.t4} : b3493 {03495.p4-eats} -> {03494.f} {03495.f} {03495.p2-thinks} 
+tr {03494.t2} {03494.f} {03494.p5} -> {03494.p6} 
+tr {03494.t3|03495.t1} : a3493 {03494.f} {03495.p1} -> {03495.p3} 
+tr {03495.e} {03495.p6} {03495.p3} -> {03495.p4-eats} 
+tr {03495.t} {03495.p2-thinks} -> {03495.p1} {03495.p5} 
+tr {03495.t0|03496.t4} : b3494 {03496.p4-eats} -> {03495.f} {03496.f} {03496.p2-thinks} 
+tr {03495.t2} {03495.f} {03495.p5} -> {03495.p6} 
+tr {03495.t3|03496.t1} : a3494 {03495.f} {03496.p1} -> {03496.p3} 
+tr {03496.e} {03496.p6} {03496.p3} -> {03496.p4-eats} 
+tr {03496.t} {03496.p2-thinks} -> {03496.p1} {03496.p5} 
+tr {03496.t0|03497.t4} : b3495 {03497.p4-eats} -> {03496.f} {03497.f} {03497.p2-thinks} 
+tr {03496.t2} {03496.f} {03496.p5} -> {03496.p6} 
+tr {03496.t3|03497.t1} : a3495 {03496.f} {03497.p1} -> {03497.p3} 
+tr {03497.e} {03497.p6} {03497.p3} -> {03497.p4-eats} 
+tr {03497.t} {03497.p2-thinks} -> {03497.p1} {03497.p5} 
+tr {03497.t0|03498.t4} : b3496 {03498.p4-eats} -> {03497.f} {03498.f} {03498.p2-thinks} 
+tr {03497.t2} {03497.f} {03497.p5} -> {03497.p6} 
+tr {03497.t3|03498.t1} : a3496 {03497.f} {03498.p1} -> {03498.p3} 
+tr {03498.e} {03498.p6} {03498.p3} -> {03498.p4-eats} 
+tr {03498.t} {03498.p2-thinks} -> {03498.p1} {03498.p5} 
+tr {03498.t0|03499.t4} : b3497 {03499.p4-eats} -> {03498.f} {03499.f} {03499.p2-thinks} 
+tr {03498.t2} {03498.f} {03498.p5} -> {03498.p6} 
+tr {03498.t3|03499.t1} : a3497 {03498.f} {03499.p1} -> {03499.p3} 
+tr {03499.e} {03499.p6} {03499.p3} -> {03499.p4-eats} 
+tr {03499.t} {03499.p2-thinks} -> {03499.p1} {03499.p5} 
+tr {03499.t0|03500.t4} : b3498 {03500.p4-eats} -> {03499.f} {03500.f} {03500.p2-thinks} 
+tr {03499.t2} {03499.f} {03499.p5} -> {03499.p6} 
+tr {03499.t3|03500.t1} : a3498 {03499.f} {03500.p1} -> {03500.p3} 
+tr {03500.e} {03500.p6} {03500.p3} -> {03500.p4-eats} 
+tr {03500.t} {03500.p2-thinks} -> {03500.p1} {03500.p5} 
+tr {03500.t0|03501.t4} : b3499 {03501.p4-eats} -> {03500.f} {03501.f} {03501.p2-thinks} 
+tr {03500.t2} {03500.f} {03500.p5} -> {03500.p6} 
+tr {03500.t3|03501.t1} : a3499 {03500.f} {03501.p1} -> {03501.p3} 
+tr {03501.e} {03501.p6} {03501.p3} -> {03501.p4-eats} 
+tr {03501.t} {03501.p2-thinks} -> {03501.p1} {03501.p5} 
+tr {03501.t0|03502.t4} : b3500 {03502.p4-eats} -> {03501.f} {03502.f} {03502.p2-thinks} 
+tr {03501.t2} {03501.f} {03501.p5} -> {03501.p6} 
+tr {03501.t3|03502.t1} : a3500 {03501.f} {03502.p1} -> {03502.p3} 
+tr {03502.e} {03502.p6} {03502.p3} -> {03502.p4-eats} 
+tr {03502.t} {03502.p2-thinks} -> {03502.p1} {03502.p5} 
+tr {03502.t0|03503.t4} : b3501 {03503.p4-eats} -> {03502.f} {03503.f} {03503.p2-thinks} 
+tr {03502.t2} {03502.f} {03502.p5} -> {03502.p6} 
+tr {03502.t3|03503.t1} : a3501 {03502.f} {03503.p1} -> {03503.p3} 
+tr {03503.e} {03503.p6} {03503.p3} -> {03503.p4-eats} 
+tr {03503.t} {03503.p2-thinks} -> {03503.p1} {03503.p5} 
+tr {03503.t0|03504.t4} : b3502 {03504.p4-eats} -> {03503.f} {03504.f} {03504.p2-thinks} 
+tr {03503.t2} {03503.f} {03503.p5} -> {03503.p6} 
+tr {03503.t3|03504.t1} : a3502 {03503.f} {03504.p1} -> {03504.p3} 
+tr {03504.e} {03504.p6} {03504.p3} -> {03504.p4-eats} 
+tr {03504.t} {03504.p2-thinks} -> {03504.p1} {03504.p5} 
+tr {03504.t0|03505.t4} : b3503 {03505.p4-eats} -> {03504.f} {03505.f} {03505.p2-thinks} 
+tr {03504.t2} {03504.f} {03504.p5} -> {03504.p6} 
+tr {03504.t3|03505.t1} : a3503 {03504.f} {03505.p1} -> {03505.p3} 
+tr {03505.e} {03505.p6} {03505.p3} -> {03505.p4-eats} 
+tr {03505.t} {03505.p2-thinks} -> {03505.p1} {03505.p5} 
+tr {03505.t0|03506.t4} : b3504 {03506.p4-eats} -> {03505.f} {03506.f} {03506.p2-thinks} 
+tr {03505.t2} {03505.f} {03505.p5} -> {03505.p6} 
+tr {03505.t3|03506.t1} : a3504 {03505.f} {03506.p1} -> {03506.p3} 
+tr {03506.e} {03506.p6} {03506.p3} -> {03506.p4-eats} 
+tr {03506.t} {03506.p2-thinks} -> {03506.p1} {03506.p5} 
+tr {03506.t0|03507.t4} : b3505 {03507.p4-eats} -> {03506.f} {03507.f} {03507.p2-thinks} 
+tr {03506.t2} {03506.f} {03506.p5} -> {03506.p6} 
+tr {03506.t3|03507.t1} : a3505 {03506.f} {03507.p1} -> {03507.p3} 
+tr {03507.e} {03507.p6} {03507.p3} -> {03507.p4-eats} 
+tr {03507.t} {03507.p2-thinks} -> {03507.p1} {03507.p5} 
+tr {03507.t0|03508.t4} : b3506 {03508.p4-eats} -> {03507.f} {03508.f} {03508.p2-thinks} 
+tr {03507.t2} {03507.f} {03507.p5} -> {03507.p6} 
+tr {03507.t3|03508.t1} : a3506 {03507.f} {03508.p1} -> {03508.p3} 
+tr {03508.e} {03508.p6} {03508.p3} -> {03508.p4-eats} 
+tr {03508.t} {03508.p2-thinks} -> {03508.p1} {03508.p5} 
+tr {03508.t0|03509.t4} : b3507 {03509.p4-eats} -> {03508.f} {03509.f} {03509.p2-thinks} 
+tr {03508.t2} {03508.f} {03508.p5} -> {03508.p6} 
+tr {03508.t3|03509.t1} : a3507 {03508.f} {03509.p1} -> {03509.p3} 
+tr {03509.e} {03509.p6} {03509.p3} -> {03509.p4-eats} 
+tr {03509.t} {03509.p2-thinks} -> {03509.p1} {03509.p5} 
+tr {03509.t0|03510.t4} : b3508 {03510.p4-eats} -> {03509.f} {03510.f} {03510.p2-thinks} 
+tr {03509.t2} {03509.f} {03509.p5} -> {03509.p6} 
+tr {03509.t3|03510.t1} : a3508 {03509.f} {03510.p1} -> {03510.p3} 
+tr {03510.e} {03510.p6} {03510.p3} -> {03510.p4-eats} 
+tr {03510.t} {03510.p2-thinks} -> {03510.p1} {03510.p5} 
+tr {03510.t0|03511.t4} : b3509 {03511.p4-eats} -> {03510.f} {03511.f} {03511.p2-thinks} 
+tr {03510.t2} {03510.f} {03510.p5} -> {03510.p6} 
+tr {03510.t3|03511.t1} : a3509 {03510.f} {03511.p1} -> {03511.p3} 
+tr {03511.e} {03511.p6} {03511.p3} -> {03511.p4-eats} 
+tr {03511.t} {03511.p2-thinks} -> {03511.p1} {03511.p5} 
+tr {03511.t0|03512.t4} : b3510 {03512.p4-eats} -> {03511.f} {03512.f} {03512.p2-thinks} 
+tr {03511.t2} {03511.f} {03511.p5} -> {03511.p6} 
+tr {03511.t3|03512.t1} : a3510 {03511.f} {03512.p1} -> {03512.p3} 
+tr {03512.e} {03512.p6} {03512.p3} -> {03512.p4-eats} 
+tr {03512.t} {03512.p2-thinks} -> {03512.p1} {03512.p5} 
+tr {03512.t0|03513.t4} : b3511 {03513.p4-eats} -> {03512.f} {03513.f} {03513.p2-thinks} 
+tr {03512.t2} {03512.f} {03512.p5} -> {03512.p6} 
+tr {03512.t3|03513.t1} : a3511 {03512.f} {03513.p1} -> {03513.p3} 
+tr {03513.e} {03513.p6} {03513.p3} -> {03513.p4-eats} 
+tr {03513.t} {03513.p2-thinks} -> {03513.p1} {03513.p5} 
+tr {03513.t0|03514.t4} : b3512 {03514.p4-eats} -> {03513.f} {03514.f} {03514.p2-thinks} 
+tr {03513.t2} {03513.f} {03513.p5} -> {03513.p6} 
+tr {03513.t3|03514.t1} : a3512 {03513.f} {03514.p1} -> {03514.p3} 
+tr {03514.e} {03514.p6} {03514.p3} -> {03514.p4-eats} 
+tr {03514.t} {03514.p2-thinks} -> {03514.p1} {03514.p5} 
+tr {03514.t0|03515.t4} : b3513 {03515.p4-eats} -> {03514.f} {03515.f} {03515.p2-thinks} 
+tr {03514.t2} {03514.f} {03514.p5} -> {03514.p6} 
+tr {03514.t3|03515.t1} : a3513 {03514.f} {03515.p1} -> {03515.p3} 
+tr {03515.e} {03515.p6} {03515.p3} -> {03515.p4-eats} 
+tr {03515.t} {03515.p2-thinks} -> {03515.p1} {03515.p5} 
+tr {03515.t0|03516.t4} : b3514 {03516.p4-eats} -> {03515.f} {03516.f} {03516.p2-thinks} 
+tr {03515.t2} {03515.f} {03515.p5} -> {03515.p6} 
+tr {03515.t3|03516.t1} : a3514 {03515.f} {03516.p1} -> {03516.p3} 
+tr {03516.e} {03516.p6} {03516.p3} -> {03516.p4-eats} 
+tr {03516.t} {03516.p2-thinks} -> {03516.p1} {03516.p5} 
+tr {03516.t0|03517.t4} : b3515 {03517.p4-eats} -> {03516.f} {03517.f} {03517.p2-thinks} 
+tr {03516.t2} {03516.f} {03516.p5} -> {03516.p6} 
+tr {03516.t3|03517.t1} : a3515 {03516.f} {03517.p1} -> {03517.p3} 
+tr {03517.e} {03517.p6} {03517.p3} -> {03517.p4-eats} 
+tr {03517.t} {03517.p2-thinks} -> {03517.p1} {03517.p5} 
+tr {03517.t0|03518.t4} : b3516 {03518.p4-eats} -> {03517.f} {03518.f} {03518.p2-thinks} 
+tr {03517.t2} {03517.f} {03517.p5} -> {03517.p6} 
+tr {03517.t3|03518.t1} : a3516 {03517.f} {03518.p1} -> {03518.p3} 
+tr {03518.e} {03518.p6} {03518.p3} -> {03518.p4-eats} 
+tr {03518.t} {03518.p2-thinks} -> {03518.p1} {03518.p5} 
+tr {03518.t0|03519.t4} : b3517 {03519.p4-eats} -> {03518.f} {03519.f} {03519.p2-thinks} 
+tr {03518.t2} {03518.f} {03518.p5} -> {03518.p6} 
+tr {03518.t3|03519.t1} : a3517 {03518.f} {03519.p1} -> {03519.p3} 
+tr {03519.e} {03519.p6} {03519.p3} -> {03519.p4-eats} 
+tr {03519.t} {03519.p2-thinks} -> {03519.p1} {03519.p5} 
+tr {03519.t0|03520.t4} : b3518 {03520.p4-eats} -> {03519.f} {03520.f} {03520.p2-thinks} 
+tr {03519.t2} {03519.f} {03519.p5} -> {03519.p6} 
+tr {03519.t3|03520.t1} : a3518 {03519.f} {03520.p1} -> {03520.p3} 
+tr {03520.e} {03520.p6} {03520.p3} -> {03520.p4-eats} 
+tr {03520.t} {03520.p2-thinks} -> {03520.p1} {03520.p5} 
+tr {03520.t0|03521.t4} : b3519 {03521.p4-eats} -> {03520.f} {03521.f} {03521.p2-thinks} 
+tr {03520.t2} {03520.f} {03520.p5} -> {03520.p6} 
+tr {03520.t3|03521.t1} : a3519 {03520.f} {03521.p1} -> {03521.p3} 
+tr {03521.e} {03521.p6} {03521.p3} -> {03521.p4-eats} 
+tr {03521.t} {03521.p2-thinks} -> {03521.p1} {03521.p5} 
+tr {03521.t0|03522.t4} : b3520 {03522.p4-eats} -> {03521.f} {03522.f} {03522.p2-thinks} 
+tr {03521.t2} {03521.f} {03521.p5} -> {03521.p6} 
+tr {03521.t3|03522.t1} : a3520 {03521.f} {03522.p1} -> {03522.p3} 
+tr {03522.e} {03522.p6} {03522.p3} -> {03522.p4-eats} 
+tr {03522.t} {03522.p2-thinks} -> {03522.p1} {03522.p5} 
+tr {03522.t0|03523.t4} : b3521 {03523.p4-eats} -> {03522.f} {03523.f} {03523.p2-thinks} 
+tr {03522.t2} {03522.f} {03522.p5} -> {03522.p6} 
+tr {03522.t3|03523.t1} : a3521 {03522.f} {03523.p1} -> {03523.p3} 
+tr {03523.e} {03523.p6} {03523.p3} -> {03523.p4-eats} 
+tr {03523.t} {03523.p2-thinks} -> {03523.p1} {03523.p5} 
+tr {03523.t0|03524.t4} : b3522 {03524.p4-eats} -> {03523.f} {03524.f} {03524.p2-thinks} 
+tr {03523.t2} {03523.f} {03523.p5} -> {03523.p6} 
+tr {03523.t3|03524.t1} : a3522 {03523.f} {03524.p1} -> {03524.p3} 
+tr {03524.e} {03524.p6} {03524.p3} -> {03524.p4-eats} 
+tr {03524.t} {03524.p2-thinks} -> {03524.p1} {03524.p5} 
+tr {03524.t0|03525.t4} : b3523 {03525.p4-eats} -> {03524.f} {03525.f} {03525.p2-thinks} 
+tr {03524.t2} {03524.f} {03524.p5} -> {03524.p6} 
+tr {03524.t3|03525.t1} : a3523 {03524.f} {03525.p1} -> {03525.p3} 
+tr {03525.e} {03525.p6} {03525.p3} -> {03525.p4-eats} 
+tr {03525.t} {03525.p2-thinks} -> {03525.p1} {03525.p5} 
+tr {03525.t0|03526.t4} : b3524 {03526.p4-eats} -> {03525.f} {03526.f} {03526.p2-thinks} 
+tr {03525.t2} {03525.f} {03525.p5} -> {03525.p6} 
+tr {03525.t3|03526.t1} : a3524 {03525.f} {03526.p1} -> {03526.p3} 
+tr {03526.e} {03526.p6} {03526.p3} -> {03526.p4-eats} 
+tr {03526.t} {03526.p2-thinks} -> {03526.p1} {03526.p5} 
+tr {03526.t0|03527.t4} : b3525 {03527.p4-eats} -> {03526.f} {03527.f} {03527.p2-thinks} 
+tr {03526.t2} {03526.f} {03526.p5} -> {03526.p6} 
+tr {03526.t3|03527.t1} : a3525 {03526.f} {03527.p1} -> {03527.p3} 
+tr {03527.e} {03527.p6} {03527.p3} -> {03527.p4-eats} 
+tr {03527.t} {03527.p2-thinks} -> {03527.p1} {03527.p5} 
+tr {03527.t0|03528.t4} : b3526 {03528.p4-eats} -> {03527.f} {03528.f} {03528.p2-thinks} 
+tr {03527.t2} {03527.f} {03527.p5} -> {03527.p6} 
+tr {03527.t3|03528.t1} : a3526 {03527.f} {03528.p1} -> {03528.p3} 
+tr {03528.e} {03528.p6} {03528.p3} -> {03528.p4-eats} 
+tr {03528.t} {03528.p2-thinks} -> {03528.p1} {03528.p5} 
+tr {03528.t0|03529.t4} : b3527 {03529.p4-eats} -> {03528.f} {03529.f} {03529.p2-thinks} 
+tr {03528.t2} {03528.f} {03528.p5} -> {03528.p6} 
+tr {03528.t3|03529.t1} : a3527 {03528.f} {03529.p1} -> {03529.p3} 
+tr {03529.e} {03529.p6} {03529.p3} -> {03529.p4-eats} 
+tr {03529.t} {03529.p2-thinks} -> {03529.p1} {03529.p5} 
+tr {03529.t0|03530.t4} : b3528 {03530.p4-eats} -> {03529.f} {03530.f} {03530.p2-thinks} 
+tr {03529.t2} {03529.f} {03529.p5} -> {03529.p6} 
+tr {03529.t3|03530.t1} : a3528 {03529.f} {03530.p1} -> {03530.p3} 
+tr {03530.e} {03530.p6} {03530.p3} -> {03530.p4-eats} 
+tr {03530.t} {03530.p2-thinks} -> {03530.p1} {03530.p5} 
+tr {03530.t0|03531.t4} : b3529 {03531.p4-eats} -> {03530.f} {03531.f} {03531.p2-thinks} 
+tr {03530.t2} {03530.f} {03530.p5} -> {03530.p6} 
+tr {03530.t3|03531.t1} : a3529 {03530.f} {03531.p1} -> {03531.p3} 
+tr {03531.e} {03531.p6} {03531.p3} -> {03531.p4-eats} 
+tr {03531.t} {03531.p2-thinks} -> {03531.p1} {03531.p5} 
+tr {03531.t0|03532.t4} : b3530 {03532.p4-eats} -> {03531.f} {03532.f} {03532.p2-thinks} 
+tr {03531.t2} {03531.f} {03531.p5} -> {03531.p6} 
+tr {03531.t3|03532.t1} : a3530 {03531.f} {03532.p1} -> {03532.p3} 
+tr {03532.e} {03532.p6} {03532.p3} -> {03532.p4-eats} 
+tr {03532.t} {03532.p2-thinks} -> {03532.p1} {03532.p5} 
+tr {03532.t0|03533.t4} : b3531 {03533.p4-eats} -> {03532.f} {03533.f} {03533.p2-thinks} 
+tr {03532.t2} {03532.f} {03532.p5} -> {03532.p6} 
+tr {03532.t3|03533.t1} : a3531 {03532.f} {03533.p1} -> {03533.p3} 
+tr {03533.e} {03533.p6} {03533.p3} -> {03533.p4-eats} 
+tr {03533.t} {03533.p2-thinks} -> {03533.p1} {03533.p5} 
+tr {03533.t0|03534.t4} : b3532 {03534.p4-eats} -> {03533.f} {03534.f} {03534.p2-thinks} 
+tr {03533.t2} {03533.f} {03533.p5} -> {03533.p6} 
+tr {03533.t3|03534.t1} : a3532 {03533.f} {03534.p1} -> {03534.p3} 
+tr {03534.e} {03534.p6} {03534.p3} -> {03534.p4-eats} 
+tr {03534.t} {03534.p2-thinks} -> {03534.p1} {03534.p5} 
+tr {03534.t0|03535.t4} : b3533 {03535.p4-eats} -> {03534.f} {03535.f} {03535.p2-thinks} 
+tr {03534.t2} {03534.f} {03534.p5} -> {03534.p6} 
+tr {03534.t3|03535.t1} : a3533 {03534.f} {03535.p1} -> {03535.p3} 
+tr {03535.e} {03535.p6} {03535.p3} -> {03535.p4-eats} 
+tr {03535.t} {03535.p2-thinks} -> {03535.p1} {03535.p5} 
+tr {03535.t0|03536.t4} : b3534 {03536.p4-eats} -> {03535.f} {03536.f} {03536.p2-thinks} 
+tr {03535.t2} {03535.f} {03535.p5} -> {03535.p6} 
+tr {03535.t3|03536.t1} : a3534 {03535.f} {03536.p1} -> {03536.p3} 
+tr {03536.e} {03536.p6} {03536.p3} -> {03536.p4-eats} 
+tr {03536.t} {03536.p2-thinks} -> {03536.p1} {03536.p5} 
+tr {03536.t0|03537.t4} : b3535 {03537.p4-eats} -> {03536.f} {03537.f} {03537.p2-thinks} 
+tr {03536.t2} {03536.f} {03536.p5} -> {03536.p6} 
+tr {03536.t3|03537.t1} : a3535 {03536.f} {03537.p1} -> {03537.p3} 
+tr {03537.e} {03537.p6} {03537.p3} -> {03537.p4-eats} 
+tr {03537.t} {03537.p2-thinks} -> {03537.p1} {03537.p5} 
+tr {03537.t0|03538.t4} : b3536 {03538.p4-eats} -> {03537.f} {03538.f} {03538.p2-thinks} 
+tr {03537.t2} {03537.f} {03537.p5} -> {03537.p6} 
+tr {03537.t3|03538.t1} : a3536 {03537.f} {03538.p1} -> {03538.p3} 
+tr {03538.e} {03538.p6} {03538.p3} -> {03538.p4-eats} 
+tr {03538.t} {03538.p2-thinks} -> {03538.p1} {03538.p5} 
+tr {03538.t0|03539.t4} : b3537 {03539.p4-eats} -> {03538.f} {03539.f} {03539.p2-thinks} 
+tr {03538.t2} {03538.f} {03538.p5} -> {03538.p6} 
+tr {03538.t3|03539.t1} : a3537 {03538.f} {03539.p1} -> {03539.p3} 
+tr {03539.e} {03539.p6} {03539.p3} -> {03539.p4-eats} 
+tr {03539.t} {03539.p2-thinks} -> {03539.p1} {03539.p5} 
+tr {03539.t0|03540.t4} : b3538 {03540.p4-eats} -> {03539.f} {03540.f} {03540.p2-thinks} 
+tr {03539.t2} {03539.f} {03539.p5} -> {03539.p6} 
+tr {03539.t3|03540.t1} : a3538 {03539.f} {03540.p1} -> {03540.p3} 
+tr {03540.e} {03540.p6} {03540.p3} -> {03540.p4-eats} 
+tr {03540.t} {03540.p2-thinks} -> {03540.p1} {03540.p5} 
+tr {03540.t0|03541.t4} : b3539 {03541.p4-eats} -> {03540.f} {03541.f} {03541.p2-thinks} 
+tr {03540.t2} {03540.f} {03540.p5} -> {03540.p6} 
+tr {03540.t3|03541.t1} : a3539 {03540.f} {03541.p1} -> {03541.p3} 
+tr {03541.e} {03541.p6} {03541.p3} -> {03541.p4-eats} 
+tr {03541.t} {03541.p2-thinks} -> {03541.p1} {03541.p5} 
+tr {03541.t0|03542.t4} : b3540 {03542.p4-eats} -> {03541.f} {03542.f} {03542.p2-thinks} 
+tr {03541.t2} {03541.f} {03541.p5} -> {03541.p6} 
+tr {03541.t3|03542.t1} : a3540 {03541.f} {03542.p1} -> {03542.p3} 
+tr {03542.e} {03542.p6} {03542.p3} -> {03542.p4-eats} 
+tr {03542.t} {03542.p2-thinks} -> {03542.p1} {03542.p5} 
+tr {03542.t0|03543.t4} : b3541 {03543.p4-eats} -> {03542.f} {03543.f} {03543.p2-thinks} 
+tr {03542.t2} {03542.f} {03542.p5} -> {03542.p6} 
+tr {03542.t3|03543.t1} : a3541 {03542.f} {03543.p1} -> {03543.p3} 
+tr {03543.e} {03543.p6} {03543.p3} -> {03543.p4-eats} 
+tr {03543.t} {03543.p2-thinks} -> {03543.p1} {03543.p5} 
+tr {03543.t0|03544.t4} : b3542 {03544.p4-eats} -> {03543.f} {03544.f} {03544.p2-thinks} 
+tr {03543.t2} {03543.f} {03543.p5} -> {03543.p6} 
+tr {03543.t3|03544.t1} : a3542 {03543.f} {03544.p1} -> {03544.p3} 
+tr {03544.e} {03544.p6} {03544.p3} -> {03544.p4-eats} 
+tr {03544.t} {03544.p2-thinks} -> {03544.p1} {03544.p5} 
+tr {03544.t0|03545.t4} : b3543 {03545.p4-eats} -> {03544.f} {03545.f} {03545.p2-thinks} 
+tr {03544.t2} {03544.f} {03544.p5} -> {03544.p6} 
+tr {03544.t3|03545.t1} : a3543 {03544.f} {03545.p1} -> {03545.p3} 
+tr {03545.e} {03545.p6} {03545.p3} -> {03545.p4-eats} 
+tr {03545.t} {03545.p2-thinks} -> {03545.p1} {03545.p5} 
+tr {03545.t0|03546.t4} : b3544 {03546.p4-eats} -> {03545.f} {03546.f} {03546.p2-thinks} 
+tr {03545.t2} {03545.f} {03545.p5} -> {03545.p6} 
+tr {03545.t3|03546.t1} : a3544 {03545.f} {03546.p1} -> {03546.p3} 
+tr {03546.e} {03546.p6} {03546.p3} -> {03546.p4-eats} 
+tr {03546.t} {03546.p2-thinks} -> {03546.p1} {03546.p5} 
+tr {03546.t0|03547.t4} : b3545 {03547.p4-eats} -> {03546.f} {03547.f} {03547.p2-thinks} 
+tr {03546.t2} {03546.f} {03546.p5} -> {03546.p6} 
+tr {03546.t3|03547.t1} : a3545 {03546.f} {03547.p1} -> {03547.p3} 
+tr {03547.e} {03547.p6} {03547.p3} -> {03547.p4-eats} 
+tr {03547.t} {03547.p2-thinks} -> {03547.p1} {03547.p5} 
+tr {03547.t0|03548.t4} : b3546 {03548.p4-eats} -> {03547.f} {03548.f} {03548.p2-thinks} 
+tr {03547.t2} {03547.f} {03547.p5} -> {03547.p6} 
+tr {03547.t3|03548.t1} : a3546 {03547.f} {03548.p1} -> {03548.p3} 
+tr {03548.e} {03548.p6} {03548.p3} -> {03548.p4-eats} 
+tr {03548.t} {03548.p2-thinks} -> {03548.p1} {03548.p5} 
+tr {03548.t0|03549.t4} : b3547 {03549.p4-eats} -> {03548.f} {03549.f} {03549.p2-thinks} 
+tr {03548.t2} {03548.f} {03548.p5} -> {03548.p6} 
+tr {03548.t3|03549.t1} : a3547 {03548.f} {03549.p1} -> {03549.p3} 
+tr {03549.e} {03549.p6} {03549.p3} -> {03549.p4-eats} 
+tr {03549.t} {03549.p2-thinks} -> {03549.p1} {03549.p5} 
+tr {03549.t0|03550.t4} : b3548 {03550.p4-eats} -> {03549.f} {03550.f} {03550.p2-thinks} 
+tr {03549.t2} {03549.f} {03549.p5} -> {03549.p6} 
+tr {03549.t3|03550.t1} : a3548 {03549.f} {03550.p1} -> {03550.p3} 
+tr {03550.e} {03550.p6} {03550.p3} -> {03550.p4-eats} 
+tr {03550.t} {03550.p2-thinks} -> {03550.p1} {03550.p5} 
+tr {03550.t0|03551.t4} : b3549 {03551.p4-eats} -> {03550.f} {03551.f} {03551.p2-thinks} 
+tr {03550.t2} {03550.f} {03550.p5} -> {03550.p6} 
+tr {03550.t3|03551.t1} : a3549 {03550.f} {03551.p1} -> {03551.p3} 
+tr {03551.e} {03551.p6} {03551.p3} -> {03551.p4-eats} 
+tr {03551.t} {03551.p2-thinks} -> {03551.p1} {03551.p5} 
+tr {03551.t0|03552.t4} : b3550 {03552.p4-eats} -> {03551.f} {03552.f} {03552.p2-thinks} 
+tr {03551.t2} {03551.f} {03551.p5} -> {03551.p6} 
+tr {03551.t3|03552.t1} : a3550 {03551.f} {03552.p1} -> {03552.p3} 
+tr {03552.e} {03552.p6} {03552.p3} -> {03552.p4-eats} 
+tr {03552.t} {03552.p2-thinks} -> {03552.p1} {03552.p5} 
+tr {03552.t0|03553.t4} : b3551 {03553.p4-eats} -> {03552.f} {03553.f} {03553.p2-thinks} 
+tr {03552.t2} {03552.f} {03552.p5} -> {03552.p6} 
+tr {03552.t3|03553.t1} : a3551 {03552.f} {03553.p1} -> {03553.p3} 
+tr {03553.e} {03553.p6} {03553.p3} -> {03553.p4-eats} 
+tr {03553.t} {03553.p2-thinks} -> {03553.p1} {03553.p5} 
+tr {03553.t0|03554.t4} : b3552 {03554.p4-eats} -> {03553.f} {03554.f} {03554.p2-thinks} 
+tr {03553.t2} {03553.f} {03553.p5} -> {03553.p6} 
+tr {03553.t3|03554.t1} : a3552 {03553.f} {03554.p1} -> {03554.p3} 
+tr {03554.e} {03554.p6} {03554.p3} -> {03554.p4-eats} 
+tr {03554.t} {03554.p2-thinks} -> {03554.p1} {03554.p5} 
+tr {03554.t0|03555.t4} : b3553 {03555.p4-eats} -> {03554.f} {03555.f} {03555.p2-thinks} 
+tr {03554.t2} {03554.f} {03554.p5} -> {03554.p6} 
+tr {03554.t3|03555.t1} : a3553 {03554.f} {03555.p1} -> {03555.p3} 
+tr {03555.e} {03555.p6} {03555.p3} -> {03555.p4-eats} 
+tr {03555.t} {03555.p2-thinks} -> {03555.p1} {03555.p5} 
+tr {03555.t0|03556.t4} : b3554 {03556.p4-eats} -> {03555.f} {03556.f} {03556.p2-thinks} 
+tr {03555.t2} {03555.f} {03555.p5} -> {03555.p6} 
+tr {03555.t3|03556.t1} : a3554 {03555.f} {03556.p1} -> {03556.p3} 
+tr {03556.e} {03556.p6} {03556.p3} -> {03556.p4-eats} 
+tr {03556.t} {03556.p2-thinks} -> {03556.p1} {03556.p5} 
+tr {03556.t0|03557.t4} : b3555 {03557.p4-eats} -> {03556.f} {03557.f} {03557.p2-thinks} 
+tr {03556.t2} {03556.f} {03556.p5} -> {03556.p6} 
+tr {03556.t3|03557.t1} : a3555 {03556.f} {03557.p1} -> {03557.p3} 
+tr {03557.e} {03557.p6} {03557.p3} -> {03557.p4-eats} 
+tr {03557.t} {03557.p2-thinks} -> {03557.p1} {03557.p5} 
+tr {03557.t0|03558.t4} : b3556 {03558.p4-eats} -> {03557.f} {03558.f} {03558.p2-thinks} 
+tr {03557.t2} {03557.f} {03557.p5} -> {03557.p6} 
+tr {03557.t3|03558.t1} : a3556 {03557.f} {03558.p1} -> {03558.p3} 
+tr {03558.e} {03558.p6} {03558.p3} -> {03558.p4-eats} 
+tr {03558.t} {03558.p2-thinks} -> {03558.p1} {03558.p5} 
+tr {03558.t0|03559.t4} : b3557 {03559.p4-eats} -> {03558.f} {03559.f} {03559.p2-thinks} 
+tr {03558.t2} {03558.f} {03558.p5} -> {03558.p6} 
+tr {03558.t3|03559.t1} : a3557 {03558.f} {03559.p1} -> {03559.p3} 
+tr {03559.e} {03559.p6} {03559.p3} -> {03559.p4-eats} 
+tr {03559.t} {03559.p2-thinks} -> {03559.p1} {03559.p5} 
+tr {03559.t0|03560.t4} : b3558 {03560.p4-eats} -> {03559.f} {03560.f} {03560.p2-thinks} 
+tr {03559.t2} {03559.f} {03559.p5} -> {03559.p6} 
+tr {03559.t3|03560.t1} : a3558 {03559.f} {03560.p1} -> {03560.p3} 
+tr {03560.e} {03560.p6} {03560.p3} -> {03560.p4-eats} 
+tr {03560.t} {03560.p2-thinks} -> {03560.p1} {03560.p5} 
+tr {03560.t0|03561.t4} : b3559 {03561.p4-eats} -> {03560.f} {03561.f} {03561.p2-thinks} 
+tr {03560.t2} {03560.f} {03560.p5} -> {03560.p6} 
+tr {03560.t3|03561.t1} : a3559 {03560.f} {03561.p1} -> {03561.p3} 
+tr {03561.e} {03561.p6} {03561.p3} -> {03561.p4-eats} 
+tr {03561.t} {03561.p2-thinks} -> {03561.p1} {03561.p5} 
+tr {03561.t0|03562.t4} : b3560 {03562.p4-eats} -> {03561.f} {03562.f} {03562.p2-thinks} 
+tr {03561.t2} {03561.f} {03561.p5} -> {03561.p6} 
+tr {03561.t3|03562.t1} : a3560 {03561.f} {03562.p1} -> {03562.p3} 
+tr {03562.e} {03562.p6} {03562.p3} -> {03562.p4-eats} 
+tr {03562.t} {03562.p2-thinks} -> {03562.p1} {03562.p5} 
+tr {03562.t0|03563.t4} : b3561 {03563.p4-eats} -> {03562.f} {03563.f} {03563.p2-thinks} 
+tr {03562.t2} {03562.f} {03562.p5} -> {03562.p6} 
+tr {03562.t3|03563.t1} : a3561 {03562.f} {03563.p1} -> {03563.p3} 
+tr {03563.e} {03563.p6} {03563.p3} -> {03563.p4-eats} 
+tr {03563.t} {03563.p2-thinks} -> {03563.p1} {03563.p5} 
+tr {03563.t0|03564.t4} : b3562 {03564.p4-eats} -> {03563.f} {03564.f} {03564.p2-thinks} 
+tr {03563.t2} {03563.f} {03563.p5} -> {03563.p6} 
+tr {03563.t3|03564.t1} : a3562 {03563.f} {03564.p1} -> {03564.p3} 
+tr {03564.e} {03564.p6} {03564.p3} -> {03564.p4-eats} 
+tr {03564.t} {03564.p2-thinks} -> {03564.p1} {03564.p5} 
+tr {03564.t0|03565.t4} : b3563 {03565.p4-eats} -> {03564.f} {03565.f} {03565.p2-thinks} 
+tr {03564.t2} {03564.f} {03564.p5} -> {03564.p6} 
+tr {03564.t3|03565.t1} : a3563 {03564.f} {03565.p1} -> {03565.p3} 
+tr {03565.e} {03565.p6} {03565.p3} -> {03565.p4-eats} 
+tr {03565.t} {03565.p2-thinks} -> {03565.p1} {03565.p5} 
+tr {03565.t0|03566.t4} : b3564 {03566.p4-eats} -> {03565.f} {03566.f} {03566.p2-thinks} 
+tr {03565.t2} {03565.f} {03565.p5} -> {03565.p6} 
+tr {03565.t3|03566.t1} : a3564 {03565.f} {03566.p1} -> {03566.p3} 
+tr {03566.e} {03566.p6} {03566.p3} -> {03566.p4-eats} 
+tr {03566.t} {03566.p2-thinks} -> {03566.p1} {03566.p5} 
+tr {03566.t0|03567.t4} : b3565 {03567.p4-eats} -> {03566.f} {03567.f} {03567.p2-thinks} 
+tr {03566.t2} {03566.f} {03566.p5} -> {03566.p6} 
+tr {03566.t3|03567.t1} : a3565 {03566.f} {03567.p1} -> {03567.p3} 
+tr {03567.e} {03567.p6} {03567.p3} -> {03567.p4-eats} 
+tr {03567.t} {03567.p2-thinks} -> {03567.p1} {03567.p5} 
+tr {03567.t0|03568.t4} : b3566 {03568.p4-eats} -> {03567.f} {03568.f} {03568.p2-thinks} 
+tr {03567.t2} {03567.f} {03567.p5} -> {03567.p6} 
+tr {03567.t3|03568.t1} : a3566 {03567.f} {03568.p1} -> {03568.p3} 
+tr {03568.e} {03568.p6} {03568.p3} -> {03568.p4-eats} 
+tr {03568.t} {03568.p2-thinks} -> {03568.p1} {03568.p5} 
+tr {03568.t0|03569.t4} : b3567 {03569.p4-eats} -> {03568.f} {03569.f} {03569.p2-thinks} 
+tr {03568.t2} {03568.f} {03568.p5} -> {03568.p6} 
+tr {03568.t3|03569.t1} : a3567 {03568.f} {03569.p1} -> {03569.p3} 
+tr {03569.e} {03569.p6} {03569.p3} -> {03569.p4-eats} 
+tr {03569.t} {03569.p2-thinks} -> {03569.p1} {03569.p5} 
+tr {03569.t0|03570.t4} : b3568 {03570.p4-eats} -> {03569.f} {03570.f} {03570.p2-thinks} 
+tr {03569.t2} {03569.f} {03569.p5} -> {03569.p6} 
+tr {03569.t3|03570.t1} : a3568 {03569.f} {03570.p1} -> {03570.p3} 
+tr {03570.e} {03570.p6} {03570.p3} -> {03570.p4-eats} 
+tr {03570.t} {03570.p2-thinks} -> {03570.p1} {03570.p5} 
+tr {03570.t0|03571.t4} : b3569 {03571.p4-eats} -> {03570.f} {03571.f} {03571.p2-thinks} 
+tr {03570.t2} {03570.f} {03570.p5} -> {03570.p6} 
+tr {03570.t3|03571.t1} : a3569 {03570.f} {03571.p1} -> {03571.p3} 
+tr {03571.e} {03571.p6} {03571.p3} -> {03571.p4-eats} 
+tr {03571.t} {03571.p2-thinks} -> {03571.p1} {03571.p5} 
+tr {03571.t0|03572.t4} : b3570 {03572.p4-eats} -> {03571.f} {03572.f} {03572.p2-thinks} 
+tr {03571.t2} {03571.f} {03571.p5} -> {03571.p6} 
+tr {03571.t3|03572.t1} : a3570 {03571.f} {03572.p1} -> {03572.p3} 
+tr {03572.e} {03572.p6} {03572.p3} -> {03572.p4-eats} 
+tr {03572.t} {03572.p2-thinks} -> {03572.p1} {03572.p5} 
+tr {03572.t0|03573.t4} : b3571 {03573.p4-eats} -> {03572.f} {03573.f} {03573.p2-thinks} 
+tr {03572.t2} {03572.f} {03572.p5} -> {03572.p6} 
+tr {03572.t3|03573.t1} : a3571 {03572.f} {03573.p1} -> {03573.p3} 
+tr {03573.e} {03573.p6} {03573.p3} -> {03573.p4-eats} 
+tr {03573.t} {03573.p2-thinks} -> {03573.p1} {03573.p5} 
+tr {03573.t0|03574.t4} : b3572 {03574.p4-eats} -> {03573.f} {03574.f} {03574.p2-thinks} 
+tr {03573.t2} {03573.f} {03573.p5} -> {03573.p6} 
+tr {03573.t3|03574.t1} : a3572 {03573.f} {03574.p1} -> {03574.p3} 
+tr {03574.e} {03574.p6} {03574.p3} -> {03574.p4-eats} 
+tr {03574.t} {03574.p2-thinks} -> {03574.p1} {03574.p5} 
+tr {03574.t0|03575.t4} : b3573 {03575.p4-eats} -> {03574.f} {03575.f} {03575.p2-thinks} 
+tr {03574.t2} {03574.f} {03574.p5} -> {03574.p6} 
+tr {03574.t3|03575.t1} : a3573 {03574.f} {03575.p1} -> {03575.p3} 
+tr {03575.e} {03575.p6} {03575.p3} -> {03575.p4-eats} 
+tr {03575.t} {03575.p2-thinks} -> {03575.p1} {03575.p5} 
+tr {03575.t0|03576.t4} : b3574 {03576.p4-eats} -> {03575.f} {03576.f} {03576.p2-thinks} 
+tr {03575.t2} {03575.f} {03575.p5} -> {03575.p6} 
+tr {03575.t3|03576.t1} : a3574 {03575.f} {03576.p1} -> {03576.p3} 
+tr {03576.e} {03576.p6} {03576.p3} -> {03576.p4-eats} 
+tr {03576.t} {03576.p2-thinks} -> {03576.p1} {03576.p5} 
+tr {03576.t0|03577.t4} : b3575 {03577.p4-eats} -> {03576.f} {03577.f} {03577.p2-thinks} 
+tr {03576.t2} {03576.f} {03576.p5} -> {03576.p6} 
+tr {03576.t3|03577.t1} : a3575 {03576.f} {03577.p1} -> {03577.p3} 
+tr {03577.e} {03577.p6} {03577.p3} -> {03577.p4-eats} 
+tr {03577.t} {03577.p2-thinks} -> {03577.p1} {03577.p5} 
+tr {03577.t0|03578.t4} : b3576 {03578.p4-eats} -> {03577.f} {03578.f} {03578.p2-thinks} 
+tr {03577.t2} {03577.f} {03577.p5} -> {03577.p6} 
+tr {03577.t3|03578.t1} : a3576 {03577.f} {03578.p1} -> {03578.p3} 
+tr {03578.e} {03578.p6} {03578.p3} -> {03578.p4-eats} 
+tr {03578.t} {03578.p2-thinks} -> {03578.p1} {03578.p5} 
+tr {03578.t0|03579.t4} : b3577 {03579.p4-eats} -> {03578.f} {03579.f} {03579.p2-thinks} 
+tr {03578.t2} {03578.f} {03578.p5} -> {03578.p6} 
+tr {03578.t3|03579.t1} : a3577 {03578.f} {03579.p1} -> {03579.p3} 
+tr {03579.e} {03579.p6} {03579.p3} -> {03579.p4-eats} 
+tr {03579.t} {03579.p2-thinks} -> {03579.p1} {03579.p5} 
+tr {03579.t0|03580.t4} : b3578 {03580.p4-eats} -> {03579.f} {03580.f} {03580.p2-thinks} 
+tr {03579.t2} {03579.f} {03579.p5} -> {03579.p6} 
+tr {03579.t3|03580.t1} : a3578 {03579.f} {03580.p1} -> {03580.p3} 
+tr {03580.e} {03580.p6} {03580.p3} -> {03580.p4-eats} 
+tr {03580.t} {03580.p2-thinks} -> {03580.p1} {03580.p5} 
+tr {03580.t0|03581.t4} : b3579 {03581.p4-eats} -> {03580.f} {03581.f} {03581.p2-thinks} 
+tr {03580.t2} {03580.f} {03580.p5} -> {03580.p6} 
+tr {03580.t3|03581.t1} : a3579 {03580.f} {03581.p1} -> {03581.p3} 
+tr {03581.e} {03581.p6} {03581.p3} -> {03581.p4-eats} 
+tr {03581.t} {03581.p2-thinks} -> {03581.p1} {03581.p5} 
+tr {03581.t0|03582.t4} : b3580 {03582.p4-eats} -> {03581.f} {03582.f} {03582.p2-thinks} 
+tr {03581.t2} {03581.f} {03581.p5} -> {03581.p6} 
+tr {03581.t3|03582.t1} : a3580 {03581.f} {03582.p1} -> {03582.p3} 
+tr {03582.e} {03582.p6} {03582.p3} -> {03582.p4-eats} 
+tr {03582.t} {03582.p2-thinks} -> {03582.p1} {03582.p5} 
+tr {03582.t0|03583.t4} : b3581 {03583.p4-eats} -> {03582.f} {03583.f} {03583.p2-thinks} 
+tr {03582.t2} {03582.f} {03582.p5} -> {03582.p6} 
+tr {03582.t3|03583.t1} : a3581 {03582.f} {03583.p1} -> {03583.p3} 
+tr {03583.e} {03583.p6} {03583.p3} -> {03583.p4-eats} 
+tr {03583.t} {03583.p2-thinks} -> {03583.p1} {03583.p5} 
+tr {03583.t0|03584.t4} : b3582 {03584.p4-eats} -> {03583.f} {03584.f} {03584.p2-thinks} 
+tr {03583.t2} {03583.f} {03583.p5} -> {03583.p6} 
+tr {03583.t3|03584.t1} : a3582 {03583.f} {03584.p1} -> {03584.p3} 
+tr {03584.e} {03584.p6} {03584.p3} -> {03584.p4-eats} 
+tr {03584.t} {03584.p2-thinks} -> {03584.p1} {03584.p5} 
+tr {03584.t0|03585.t4} : b3583 {03585.p4-eats} -> {03584.f} {03585.f} {03585.p2-thinks} 
+tr {03584.t2} {03584.f} {03584.p5} -> {03584.p6} 
+tr {03584.t3|03585.t1} : a3583 {03584.f} {03585.p1} -> {03585.p3} 
+tr {03585.e} {03585.p6} {03585.p3} -> {03585.p4-eats} 
+tr {03585.t} {03585.p2-thinks} -> {03585.p1} {03585.p5} 
+tr {03585.t0|03586.t4} : b3584 {03586.p4-eats} -> {03585.f} {03586.f} {03586.p2-thinks} 
+tr {03585.t2} {03585.f} {03585.p5} -> {03585.p6} 
+tr {03585.t3|03586.t1} : a3584 {03585.f} {03586.p1} -> {03586.p3} 
+tr {03586.e} {03586.p6} {03586.p3} -> {03586.p4-eats} 
+tr {03586.t} {03586.p2-thinks} -> {03586.p1} {03586.p5} 
+tr {03586.t0|03587.t4} : b3585 {03587.p4-eats} -> {03586.f} {03587.f} {03587.p2-thinks} 
+tr {03586.t2} {03586.f} {03586.p5} -> {03586.p6} 
+tr {03586.t3|03587.t1} : a3585 {03586.f} {03587.p1} -> {03587.p3} 
+tr {03587.e} {03587.p6} {03587.p3} -> {03587.p4-eats} 
+tr {03587.t} {03587.p2-thinks} -> {03587.p1} {03587.p5} 
+tr {03587.t0|03588.t4} : b3586 {03588.p4-eats} -> {03587.f} {03588.f} {03588.p2-thinks} 
+tr {03587.t2} {03587.f} {03587.p5} -> {03587.p6} 
+tr {03587.t3|03588.t1} : a3586 {03587.f} {03588.p1} -> {03588.p3} 
+tr {03588.e} {03588.p6} {03588.p3} -> {03588.p4-eats} 
+tr {03588.t} {03588.p2-thinks} -> {03588.p1} {03588.p5} 
+tr {03588.t0|03589.t4} : b3587 {03589.p4-eats} -> {03588.f} {03589.f} {03589.p2-thinks} 
+tr {03588.t2} {03588.f} {03588.p5} -> {03588.p6} 
+tr {03588.t3|03589.t1} : a3587 {03588.f} {03589.p1} -> {03589.p3} 
+tr {03589.e} {03589.p6} {03589.p3} -> {03589.p4-eats} 
+tr {03589.t} {03589.p2-thinks} -> {03589.p1} {03589.p5} 
+tr {03589.t0|03590.t4} : b3588 {03590.p4-eats} -> {03589.f} {03590.f} {03590.p2-thinks} 
+tr {03589.t2} {03589.f} {03589.p5} -> {03589.p6} 
+tr {03589.t3|03590.t1} : a3588 {03589.f} {03590.p1} -> {03590.p3} 
+tr {03590.e} {03590.p6} {03590.p3} -> {03590.p4-eats} 
+tr {03590.t} {03590.p2-thinks} -> {03590.p1} {03590.p5} 
+tr {03590.t0|03591.t4} : b3589 {03591.p4-eats} -> {03590.f} {03591.f} {03591.p2-thinks} 
+tr {03590.t2} {03590.f} {03590.p5} -> {03590.p6} 
+tr {03590.t3|03591.t1} : a3589 {03590.f} {03591.p1} -> {03591.p3} 
+tr {03591.e} {03591.p6} {03591.p3} -> {03591.p4-eats} 
+tr {03591.t} {03591.p2-thinks} -> {03591.p1} {03591.p5} 
+tr {03591.t0|03592.t4} : b3590 {03592.p4-eats} -> {03591.f} {03592.f} {03592.p2-thinks} 
+tr {03591.t2} {03591.f} {03591.p5} -> {03591.p6} 
+tr {03591.t3|03592.t1} : a3590 {03591.f} {03592.p1} -> {03592.p3} 
+tr {03592.e} {03592.p6} {03592.p3} -> {03592.p4-eats} 
+tr {03592.t} {03592.p2-thinks} -> {03592.p1} {03592.p5} 
+tr {03592.t0|03593.t4} : b3591 {03593.p4-eats} -> {03592.f} {03593.f} {03593.p2-thinks} 
+tr {03592.t2} {03592.f} {03592.p5} -> {03592.p6} 
+tr {03592.t3|03593.t1} : a3591 {03592.f} {03593.p1} -> {03593.p3} 
+tr {03593.e} {03593.p6} {03593.p3} -> {03593.p4-eats} 
+tr {03593.t} {03593.p2-thinks} -> {03593.p1} {03593.p5} 
+tr {03593.t0|03594.t4} : b3592 {03594.p4-eats} -> {03593.f} {03594.f} {03594.p2-thinks} 
+tr {03593.t2} {03593.f} {03593.p5} -> {03593.p6} 
+tr {03593.t3|03594.t1} : a3592 {03593.f} {03594.p1} -> {03594.p3} 
+tr {03594.e} {03594.p6} {03594.p3} -> {03594.p4-eats} 
+tr {03594.t} {03594.p2-thinks} -> {03594.p1} {03594.p5} 
+tr {03594.t0|03595.t4} : b3593 {03595.p4-eats} -> {03594.f} {03595.f} {03595.p2-thinks} 
+tr {03594.t2} {03594.f} {03594.p5} -> {03594.p6} 
+tr {03594.t3|03595.t1} : a3593 {03594.f} {03595.p1} -> {03595.p3} 
+tr {03595.e} {03595.p6} {03595.p3} -> {03595.p4-eats} 
+tr {03595.t} {03595.p2-thinks} -> {03595.p1} {03595.p5} 
+tr {03595.t0|03596.t4} : b3594 {03596.p4-eats} -> {03595.f} {03596.f} {03596.p2-thinks} 
+tr {03595.t2} {03595.f} {03595.p5} -> {03595.p6} 
+tr {03595.t3|03596.t1} : a3594 {03595.f} {03596.p1} -> {03596.p3} 
+tr {03596.e} {03596.p6} {03596.p3} -> {03596.p4-eats} 
+tr {03596.t} {03596.p2-thinks} -> {03596.p1} {03596.p5} 
+tr {03596.t0|03597.t4} : b3595 {03597.p4-eats} -> {03596.f} {03597.f} {03597.p2-thinks} 
+tr {03596.t2} {03596.f} {03596.p5} -> {03596.p6} 
+tr {03596.t3|03597.t1} : a3595 {03596.f} {03597.p1} -> {03597.p3} 
+tr {03597.e} {03597.p6} {03597.p3} -> {03597.p4-eats} 
+tr {03597.t} {03597.p2-thinks} -> {03597.p1} {03597.p5} 
+tr {03597.t0|03598.t4} : b3596 {03598.p4-eats} -> {03597.f} {03598.f} {03598.p2-thinks} 
+tr {03597.t2} {03597.f} {03597.p5} -> {03597.p6} 
+tr {03597.t3|03598.t1} : a3596 {03597.f} {03598.p1} -> {03598.p3} 
+tr {03598.e} {03598.p6} {03598.p3} -> {03598.p4-eats} 
+tr {03598.t} {03598.p2-thinks} -> {03598.p1} {03598.p5} 
+tr {03598.t0|03599.t4} : b3597 {03599.p4-eats} -> {03598.f} {03599.f} {03599.p2-thinks} 
+tr {03598.t2} {03598.f} {03598.p5} -> {03598.p6} 
+tr {03598.t3|03599.t1} : a3597 {03598.f} {03599.p1} -> {03599.p3} 
+tr {03599.e} {03599.p6} {03599.p3} -> {03599.p4-eats} 
+tr {03599.t} {03599.p2-thinks} -> {03599.p1} {03599.p5} 
+tr {03599.t0|03600.t4} : b3598 {03600.p4-eats} -> {03599.f} {03600.f} {03600.p2-thinks} 
+tr {03599.t2} {03599.f} {03599.p5} -> {03599.p6} 
+tr {03599.t3|03600.t1} : a3598 {03599.f} {03600.p1} -> {03600.p3} 
+tr {03600.e} {03600.p6} {03600.p3} -> {03600.p4-eats} 
+tr {03600.t} {03600.p2-thinks} -> {03600.p1} {03600.p5} 
+tr {03600.t0|03601.t4} : b3599 {03601.p4-eats} -> {03600.f} {03601.f} {03601.p2-thinks} 
+tr {03600.t2} {03600.f} {03600.p5} -> {03600.p6} 
+tr {03600.t3|03601.t1} : a3599 {03600.f} {03601.p1} -> {03601.p3} 
+tr {03601.e} {03601.p6} {03601.p3} -> {03601.p4-eats} 
+tr {03601.t} {03601.p2-thinks} -> {03601.p1} {03601.p5} 
+tr {03601.t0|03602.t4} : b3600 {03602.p4-eats} -> {03601.f} {03602.f} {03602.p2-thinks} 
+tr {03601.t2} {03601.f} {03601.p5} -> {03601.p6} 
+tr {03601.t3|03602.t1} : a3600 {03601.f} {03602.p1} -> {03602.p3} 
+tr {03602.e} {03602.p6} {03602.p3} -> {03602.p4-eats} 
+tr {03602.t} {03602.p2-thinks} -> {03602.p1} {03602.p5} 
+tr {03602.t0|03603.t4} : b3601 {03603.p4-eats} -> {03602.f} {03603.f} {03603.p2-thinks} 
+tr {03602.t2} {03602.f} {03602.p5} -> {03602.p6} 
+tr {03602.t3|03603.t1} : a3601 {03602.f} {03603.p1} -> {03603.p3} 
+tr {03603.e} {03603.p6} {03603.p3} -> {03603.p4-eats} 
+tr {03603.t} {03603.p2-thinks} -> {03603.p1} {03603.p5} 
+tr {03603.t0|03604.t4} : b3602 {03604.p4-eats} -> {03603.f} {03604.f} {03604.p2-thinks} 
+tr {03603.t2} {03603.f} {03603.p5} -> {03603.p6} 
+tr {03603.t3|03604.t1} : a3602 {03603.f} {03604.p1} -> {03604.p3} 
+tr {03604.e} {03604.p6} {03604.p3} -> {03604.p4-eats} 
+tr {03604.t} {03604.p2-thinks} -> {03604.p1} {03604.p5} 
+tr {03604.t0|03605.t4} : b3603 {03605.p4-eats} -> {03604.f} {03605.f} {03605.p2-thinks} 
+tr {03604.t2} {03604.f} {03604.p5} -> {03604.p6} 
+tr {03604.t3|03605.t1} : a3603 {03604.f} {03605.p1} -> {03605.p3} 
+tr {03605.e} {03605.p6} {03605.p3} -> {03605.p4-eats} 
+tr {03605.t} {03605.p2-thinks} -> {03605.p1} {03605.p5} 
+tr {03605.t0|03606.t4} : b3604 {03606.p4-eats} -> {03605.f} {03606.f} {03606.p2-thinks} 
+tr {03605.t2} {03605.f} {03605.p5} -> {03605.p6} 
+tr {03605.t3|03606.t1} : a3604 {03605.f} {03606.p1} -> {03606.p3} 
+tr {03606.e} {03606.p6} {03606.p3} -> {03606.p4-eats} 
+tr {03606.t} {03606.p2-thinks} -> {03606.p1} {03606.p5} 
+tr {03606.t0|03607.t4} : b3605 {03607.p4-eats} -> {03606.f} {03607.f} {03607.p2-thinks} 
+tr {03606.t2} {03606.f} {03606.p5} -> {03606.p6} 
+tr {03606.t3|03607.t1} : a3605 {03606.f} {03607.p1} -> {03607.p3} 
+tr {03607.e} {03607.p6} {03607.p3} -> {03607.p4-eats} 
+tr {03607.t} {03607.p2-thinks} -> {03607.p1} {03607.p5} 
+tr {03607.t0|03608.t4} : b3606 {03608.p4-eats} -> {03607.f} {03608.f} {03608.p2-thinks} 
+tr {03607.t2} {03607.f} {03607.p5} -> {03607.p6} 
+tr {03607.t3|03608.t1} : a3606 {03607.f} {03608.p1} -> {03608.p3} 
+tr {03608.e} {03608.p6} {03608.p3} -> {03608.p4-eats} 
+tr {03608.t} {03608.p2-thinks} -> {03608.p1} {03608.p5} 
+tr {03608.t0|03609.t4} : b3607 {03609.p4-eats} -> {03608.f} {03609.f} {03609.p2-thinks} 
+tr {03608.t2} {03608.f} {03608.p5} -> {03608.p6} 
+tr {03608.t3|03609.t1} : a3607 {03608.f} {03609.p1} -> {03609.p3} 
+tr {03609.e} {03609.p6} {03609.p3} -> {03609.p4-eats} 
+tr {03609.t} {03609.p2-thinks} -> {03609.p1} {03609.p5} 
+tr {03609.t0|03610.t4} : b3608 {03610.p4-eats} -> {03609.f} {03610.f} {03610.p2-thinks} 
+tr {03609.t2} {03609.f} {03609.p5} -> {03609.p6} 
+tr {03609.t3|03610.t1} : a3608 {03609.f} {03610.p1} -> {03610.p3} 
+tr {03610.e} {03610.p6} {03610.p3} -> {03610.p4-eats} 
+tr {03610.t} {03610.p2-thinks} -> {03610.p1} {03610.p5} 
+tr {03610.t0|03611.t4} : b3609 {03611.p4-eats} -> {03610.f} {03611.f} {03611.p2-thinks} 
+tr {03610.t2} {03610.f} {03610.p5} -> {03610.p6} 
+tr {03610.t3|03611.t1} : a3609 {03610.f} {03611.p1} -> {03611.p3} 
+tr {03611.e} {03611.p6} {03611.p3} -> {03611.p4-eats} 
+tr {03611.t} {03611.p2-thinks} -> {03611.p1} {03611.p5} 
+tr {03611.t0|03612.t4} : b3610 {03612.p4-eats} -> {03611.f} {03612.f} {03612.p2-thinks} 
+tr {03611.t2} {03611.f} {03611.p5} -> {03611.p6} 
+tr {03611.t3|03612.t1} : a3610 {03611.f} {03612.p1} -> {03612.p3} 
+tr {03612.e} {03612.p6} {03612.p3} -> {03612.p4-eats} 
+tr {03612.t} {03612.p2-thinks} -> {03612.p1} {03612.p5} 
+tr {03612.t0|03613.t4} : b3611 {03613.p4-eats} -> {03612.f} {03613.f} {03613.p2-thinks} 
+tr {03612.t2} {03612.f} {03612.p5} -> {03612.p6} 
+tr {03612.t3|03613.t1} : a3611 {03612.f} {03613.p1} -> {03613.p3} 
+tr {03613.e} {03613.p6} {03613.p3} -> {03613.p4-eats} 
+tr {03613.t} {03613.p2-thinks} -> {03613.p1} {03613.p5} 
+tr {03613.t0|03614.t4} : b3612 {03614.p4-eats} -> {03613.f} {03614.f} {03614.p2-thinks} 
+tr {03613.t2} {03613.f} {03613.p5} -> {03613.p6} 
+tr {03613.t3|03614.t1} : a3612 {03613.f} {03614.p1} -> {03614.p3} 
+tr {03614.e} {03614.p6} {03614.p3} -> {03614.p4-eats} 
+tr {03614.t} {03614.p2-thinks} -> {03614.p1} {03614.p5} 
+tr {03614.t0|03615.t4} : b3613 {03615.p4-eats} -> {03614.f} {03615.f} {03615.p2-thinks} 
+tr {03614.t2} {03614.f} {03614.p5} -> {03614.p6} 
+tr {03614.t3|03615.t1} : a3613 {03614.f} {03615.p1} -> {03615.p3} 
+tr {03615.e} {03615.p6} {03615.p3} -> {03615.p4-eats} 
+tr {03615.t} {03615.p2-thinks} -> {03615.p1} {03615.p5} 
+tr {03615.t0|03616.t4} : b3614 {03616.p4-eats} -> {03615.f} {03616.f} {03616.p2-thinks} 
+tr {03615.t2} {03615.f} {03615.p5} -> {03615.p6} 
+tr {03615.t3|03616.t1} : a3614 {03615.f} {03616.p1} -> {03616.p3} 
+tr {03616.e} {03616.p6} {03616.p3} -> {03616.p4-eats} 
+tr {03616.t} {03616.p2-thinks} -> {03616.p1} {03616.p5} 
+tr {03616.t0|03617.t4} : b3615 {03617.p4-eats} -> {03616.f} {03617.f} {03617.p2-thinks} 
+tr {03616.t2} {03616.f} {03616.p5} -> {03616.p6} 
+tr {03616.t3|03617.t1} : a3615 {03616.f} {03617.p1} -> {03617.p3} 
+tr {03617.e} {03617.p6} {03617.p3} -> {03617.p4-eats} 
+tr {03617.t} {03617.p2-thinks} -> {03617.p1} {03617.p5} 
+tr {03617.t0|03618.t4} : b3616 {03618.p4-eats} -> {03617.f} {03618.f} {03618.p2-thinks} 
+tr {03617.t2} {03617.f} {03617.p5} -> {03617.p6} 
+tr {03617.t3|03618.t1} : a3616 {03617.f} {03618.p1} -> {03618.p3} 
+tr {03618.e} {03618.p6} {03618.p3} -> {03618.p4-eats} 
+tr {03618.t} {03618.p2-thinks} -> {03618.p1} {03618.p5} 
+tr {03618.t0|03619.t4} : b3617 {03619.p4-eats} -> {03618.f} {03619.f} {03619.p2-thinks} 
+tr {03618.t2} {03618.f} {03618.p5} -> {03618.p6} 
+tr {03618.t3|03619.t1} : a3617 {03618.f} {03619.p1} -> {03619.p3} 
+tr {03619.e} {03619.p6} {03619.p3} -> {03619.p4-eats} 
+tr {03619.t} {03619.p2-thinks} -> {03619.p1} {03619.p5} 
+tr {03619.t0|03620.t4} : b3618 {03620.p4-eats} -> {03619.f} {03620.f} {03620.p2-thinks} 
+tr {03619.t2} {03619.f} {03619.p5} -> {03619.p6} 
+tr {03619.t3|03620.t1} : a3618 {03619.f} {03620.p1} -> {03620.p3} 
+tr {03620.e} {03620.p6} {03620.p3} -> {03620.p4-eats} 
+tr {03620.t} {03620.p2-thinks} -> {03620.p1} {03620.p5} 
+tr {03620.t0|03621.t4} : b3619 {03621.p4-eats} -> {03620.f} {03621.f} {03621.p2-thinks} 
+tr {03620.t2} {03620.f} {03620.p5} -> {03620.p6} 
+tr {03620.t3|03621.t1} : a3619 {03620.f} {03621.p1} -> {03621.p3} 
+tr {03621.e} {03621.p6} {03621.p3} -> {03621.p4-eats} 
+tr {03621.t} {03621.p2-thinks} -> {03621.p1} {03621.p5} 
+tr {03621.t0|03622.t4} : b3620 {03622.p4-eats} -> {03621.f} {03622.f} {03622.p2-thinks} 
+tr {03621.t2} {03621.f} {03621.p5} -> {03621.p6} 
+tr {03621.t3|03622.t1} : a3620 {03621.f} {03622.p1} -> {03622.p3} 
+tr {03622.e} {03622.p6} {03622.p3} -> {03622.p4-eats} 
+tr {03622.t} {03622.p2-thinks} -> {03622.p1} {03622.p5} 
+tr {03622.t0|03623.t4} : b3621 {03623.p4-eats} -> {03622.f} {03623.f} {03623.p2-thinks} 
+tr {03622.t2} {03622.f} {03622.p5} -> {03622.p6} 
+tr {03622.t3|03623.t1} : a3621 {03622.f} {03623.p1} -> {03623.p3} 
+tr {03623.e} {03623.p6} {03623.p3} -> {03623.p4-eats} 
+tr {03623.t} {03623.p2-thinks} -> {03623.p1} {03623.p5} 
+tr {03623.t0|03624.t4} : b3622 {03624.p4-eats} -> {03623.f} {03624.f} {03624.p2-thinks} 
+tr {03623.t2} {03623.f} {03623.p5} -> {03623.p6} 
+tr {03623.t3|03624.t1} : a3622 {03623.f} {03624.p1} -> {03624.p3} 
+tr {03624.e} {03624.p6} {03624.p3} -> {03624.p4-eats} 
+tr {03624.t} {03624.p2-thinks} -> {03624.p1} {03624.p5} 
+tr {03624.t0|03625.t4} : b3623 {03625.p4-eats} -> {03624.f} {03625.f} {03625.p2-thinks} 
+tr {03624.t2} {03624.f} {03624.p5} -> {03624.p6} 
+tr {03624.t3|03625.t1} : a3623 {03624.f} {03625.p1} -> {03625.p3} 
+tr {03625.e} {03625.p6} {03625.p3} -> {03625.p4-eats} 
+tr {03625.t} {03625.p2-thinks} -> {03625.p1} {03625.p5} 
+tr {03625.t0|03626.t4} : b3624 {03626.p4-eats} -> {03625.f} {03626.f} {03626.p2-thinks} 
+tr {03625.t2} {03625.f} {03625.p5} -> {03625.p6} 
+tr {03625.t3|03626.t1} : a3624 {03625.f} {03626.p1} -> {03626.p3} 
+tr {03626.e} {03626.p6} {03626.p3} -> {03626.p4-eats} 
+tr {03626.t} {03626.p2-thinks} -> {03626.p1} {03626.p5} 
+tr {03626.t0|03627.t4} : b3625 {03627.p4-eats} -> {03626.f} {03627.f} {03627.p2-thinks} 
+tr {03626.t2} {03626.f} {03626.p5} -> {03626.p6} 
+tr {03626.t3|03627.t1} : a3625 {03626.f} {03627.p1} -> {03627.p3} 
+tr {03627.e} {03627.p6} {03627.p3} -> {03627.p4-eats} 
+tr {03627.t} {03627.p2-thinks} -> {03627.p1} {03627.p5} 
+tr {03627.t0|03628.t4} : b3626 {03628.p4-eats} -> {03627.f} {03628.f} {03628.p2-thinks} 
+tr {03627.t2} {03627.f} {03627.p5} -> {03627.p6} 
+tr {03627.t3|03628.t1} : a3626 {03627.f} {03628.p1} -> {03628.p3} 
+tr {03628.e} {03628.p6} {03628.p3} -> {03628.p4-eats} 
+tr {03628.t} {03628.p2-thinks} -> {03628.p1} {03628.p5} 
+tr {03628.t0|03629.t4} : b3627 {03629.p4-eats} -> {03628.f} {03629.f} {03629.p2-thinks} 
+tr {03628.t2} {03628.f} {03628.p5} -> {03628.p6} 
+tr {03628.t3|03629.t1} : a3627 {03628.f} {03629.p1} -> {03629.p3} 
+tr {03629.e} {03629.p6} {03629.p3} -> {03629.p4-eats} 
+tr {03629.t} {03629.p2-thinks} -> {03629.p1} {03629.p5} 
+tr {03629.t0|03630.t4} : b3628 {03630.p4-eats} -> {03629.f} {03630.f} {03630.p2-thinks} 
+tr {03629.t2} {03629.f} {03629.p5} -> {03629.p6} 
+tr {03629.t3|03630.t1} : a3628 {03629.f} {03630.p1} -> {03630.p3} 
+tr {03630.e} {03630.p6} {03630.p3} -> {03630.p4-eats} 
+tr {03630.t} {03630.p2-thinks} -> {03630.p1} {03630.p5} 
+tr {03630.t0|03631.t4} : b3629 {03631.p4-eats} -> {03630.f} {03631.f} {03631.p2-thinks} 
+tr {03630.t2} {03630.f} {03630.p5} -> {03630.p6} 
+tr {03630.t3|03631.t1} : a3629 {03630.f} {03631.p1} -> {03631.p3} 
+tr {03631.e} {03631.p6} {03631.p3} -> {03631.p4-eats} 
+tr {03631.t} {03631.p2-thinks} -> {03631.p1} {03631.p5} 
+tr {03631.t0|03632.t4} : b3630 {03632.p4-eats} -> {03631.f} {03632.f} {03632.p2-thinks} 
+tr {03631.t2} {03631.f} {03631.p5} -> {03631.p6} 
+tr {03631.t3|03632.t1} : a3630 {03631.f} {03632.p1} -> {03632.p3} 
+tr {03632.e} {03632.p6} {03632.p3} -> {03632.p4-eats} 
+tr {03632.t} {03632.p2-thinks} -> {03632.p1} {03632.p5} 
+tr {03632.t0|03633.t4} : b3631 {03633.p4-eats} -> {03632.f} {03633.f} {03633.p2-thinks} 
+tr {03632.t2} {03632.f} {03632.p5} -> {03632.p6} 
+tr {03632.t3|03633.t1} : a3631 {03632.f} {03633.p1} -> {03633.p3} 
+tr {03633.e} {03633.p6} {03633.p3} -> {03633.p4-eats} 
+tr {03633.t} {03633.p2-thinks} -> {03633.p1} {03633.p5} 
+tr {03633.t0|03634.t4} : b3632 {03634.p4-eats} -> {03633.f} {03634.f} {03634.p2-thinks} 
+tr {03633.t2} {03633.f} {03633.p5} -> {03633.p6} 
+tr {03633.t3|03634.t1} : a3632 {03633.f} {03634.p1} -> {03634.p3} 
+tr {03634.e} {03634.p6} {03634.p3} -> {03634.p4-eats} 
+tr {03634.t} {03634.p2-thinks} -> {03634.p1} {03634.p5} 
+tr {03634.t0|03635.t4} : b3633 {03635.p4-eats} -> {03634.f} {03635.f} {03635.p2-thinks} 
+tr {03634.t2} {03634.f} {03634.p5} -> {03634.p6} 
+tr {03634.t3|03635.t1} : a3633 {03634.f} {03635.p1} -> {03635.p3} 
+tr {03635.e} {03635.p6} {03635.p3} -> {03635.p4-eats} 
+tr {03635.t} {03635.p2-thinks} -> {03635.p1} {03635.p5} 
+tr {03635.t0|03636.t4} : b3634 {03636.p4-eats} -> {03635.f} {03636.f} {03636.p2-thinks} 
+tr {03635.t2} {03635.f} {03635.p5} -> {03635.p6} 
+tr {03635.t3|03636.t1} : a3634 {03635.f} {03636.p1} -> {03636.p3} 
+tr {03636.e} {03636.p6} {03636.p3} -> {03636.p4-eats} 
+tr {03636.t} {03636.p2-thinks} -> {03636.p1} {03636.p5} 
+tr {03636.t0|03637.t4} : b3635 {03637.p4-eats} -> {03636.f} {03637.f} {03637.p2-thinks} 
+tr {03636.t2} {03636.f} {03636.p5} -> {03636.p6} 
+tr {03636.t3|03637.t1} : a3635 {03636.f} {03637.p1} -> {03637.p3} 
+tr {03637.e} {03637.p6} {03637.p3} -> {03637.p4-eats} 
+tr {03637.t} {03637.p2-thinks} -> {03637.p1} {03637.p5} 
+tr {03637.t0|03638.t4} : b3636 {03638.p4-eats} -> {03637.f} {03638.f} {03638.p2-thinks} 
+tr {03637.t2} {03637.f} {03637.p5} -> {03637.p6} 
+tr {03637.t3|03638.t1} : a3636 {03637.f} {03638.p1} -> {03638.p3} 
+tr {03638.e} {03638.p6} {03638.p3} -> {03638.p4-eats} 
+tr {03638.t} {03638.p2-thinks} -> {03638.p1} {03638.p5} 
+tr {03638.t0|03639.t4} : b3637 {03639.p4-eats} -> {03638.f} {03639.f} {03639.p2-thinks} 
+tr {03638.t2} {03638.f} {03638.p5} -> {03638.p6} 
+tr {03638.t3|03639.t1} : a3637 {03638.f} {03639.p1} -> {03639.p3} 
+tr {03639.e} {03639.p6} {03639.p3} -> {03639.p4-eats} 
+tr {03639.t} {03639.p2-thinks} -> {03639.p1} {03639.p5} 
+tr {03639.t0|03640.t4} : b3638 {03640.p4-eats} -> {03639.f} {03640.f} {03640.p2-thinks} 
+tr {03639.t2} {03639.f} {03639.p5} -> {03639.p6} 
+tr {03639.t3|03640.t1} : a3638 {03639.f} {03640.p1} -> {03640.p3} 
+tr {03640.e} {03640.p6} {03640.p3} -> {03640.p4-eats} 
+tr {03640.t} {03640.p2-thinks} -> {03640.p1} {03640.p5} 
+tr {03640.t0|03641.t4} : b3639 {03641.p4-eats} -> {03640.f} {03641.f} {03641.p2-thinks} 
+tr {03640.t2} {03640.f} {03640.p5} -> {03640.p6} 
+tr {03640.t3|03641.t1} : a3639 {03640.f} {03641.p1} -> {03641.p3} 
+tr {03641.e} {03641.p6} {03641.p3} -> {03641.p4-eats} 
+tr {03641.t} {03641.p2-thinks} -> {03641.p1} {03641.p5} 
+tr {03641.t0|03642.t4} : b3640 {03642.p4-eats} -> {03641.f} {03642.f} {03642.p2-thinks} 
+tr {03641.t2} {03641.f} {03641.p5} -> {03641.p6} 
+tr {03641.t3|03642.t1} : a3640 {03641.f} {03642.p1} -> {03642.p3} 
+tr {03642.e} {03642.p6} {03642.p3} -> {03642.p4-eats} 
+tr {03642.t} {03642.p2-thinks} -> {03642.p1} {03642.p5} 
+tr {03642.t0|03643.t4} : b3641 {03643.p4-eats} -> {03642.f} {03643.f} {03643.p2-thinks} 
+tr {03642.t2} {03642.f} {03642.p5} -> {03642.p6} 
+tr {03642.t3|03643.t1} : a3641 {03642.f} {03643.p1} -> {03643.p3} 
+tr {03643.e} {03643.p6} {03643.p3} -> {03643.p4-eats} 
+tr {03643.t} {03643.p2-thinks} -> {03643.p1} {03643.p5} 
+tr {03643.t0|03644.t4} : b3642 {03644.p4-eats} -> {03643.f} {03644.f} {03644.p2-thinks} 
+tr {03643.t2} {03643.f} {03643.p5} -> {03643.p6} 
+tr {03643.t3|03644.t1} : a3642 {03643.f} {03644.p1} -> {03644.p3} 
+tr {03644.e} {03644.p6} {03644.p3} -> {03644.p4-eats} 
+tr {03644.t} {03644.p2-thinks} -> {03644.p1} {03644.p5} 
+tr {03644.t0|03645.t4} : b3643 {03645.p4-eats} -> {03644.f} {03645.f} {03645.p2-thinks} 
+tr {03644.t2} {03644.f} {03644.p5} -> {03644.p6} 
+tr {03644.t3|03645.t1} : a3643 {03644.f} {03645.p1} -> {03645.p3} 
+tr {03645.e} {03645.p6} {03645.p3} -> {03645.p4-eats} 
+tr {03645.t} {03645.p2-thinks} -> {03645.p1} {03645.p5} 
+tr {03645.t0|03646.t4} : b3644 {03646.p4-eats} -> {03645.f} {03646.f} {03646.p2-thinks} 
+tr {03645.t2} {03645.f} {03645.p5} -> {03645.p6} 
+tr {03645.t3|03646.t1} : a3644 {03645.f} {03646.p1} -> {03646.p3} 
+tr {03646.e} {03646.p6} {03646.p3} -> {03646.p4-eats} 
+tr {03646.t} {03646.p2-thinks} -> {03646.p1} {03646.p5} 
+tr {03646.t0|03647.t4} : b3645 {03647.p4-eats} -> {03646.f} {03647.f} {03647.p2-thinks} 
+tr {03646.t2} {03646.f} {03646.p5} -> {03646.p6} 
+tr {03646.t3|03647.t1} : a3645 {03646.f} {03647.p1} -> {03647.p3} 
+tr {03647.e} {03647.p6} {03647.p3} -> {03647.p4-eats} 
+tr {03647.t} {03647.p2-thinks} -> {03647.p1} {03647.p5} 
+tr {03647.t0|03648.t4} : b3646 {03648.p4-eats} -> {03647.f} {03648.f} {03648.p2-thinks} 
+tr {03647.t2} {03647.f} {03647.p5} -> {03647.p6} 
+tr {03647.t3|03648.t1} : a3646 {03647.f} {03648.p1} -> {03648.p3} 
+tr {03648.e} {03648.p6} {03648.p3} -> {03648.p4-eats} 
+tr {03648.t} {03648.p2-thinks} -> {03648.p1} {03648.p5} 
+tr {03648.t0|03649.t4} : b3647 {03649.p4-eats} -> {03648.f} {03649.f} {03649.p2-thinks} 
+tr {03648.t2} {03648.f} {03648.p5} -> {03648.p6} 
+tr {03648.t3|03649.t1} : a3647 {03648.f} {03649.p1} -> {03649.p3} 
+tr {03649.e} {03649.p6} {03649.p3} -> {03649.p4-eats} 
+tr {03649.t} {03649.p2-thinks} -> {03649.p1} {03649.p5} 
+tr {03649.t0|03650.t4} : b3648 {03650.p4-eats} -> {03649.f} {03650.f} {03650.p2-thinks} 
+tr {03649.t2} {03649.f} {03649.p5} -> {03649.p6} 
+tr {03649.t3|03650.t1} : a3648 {03649.f} {03650.p1} -> {03650.p3} 
+tr {03650.e} {03650.p6} {03650.p3} -> {03650.p4-eats} 
+tr {03650.t} {03650.p2-thinks} -> {03650.p1} {03650.p5} 
+tr {03650.t0|03651.t4} : b3649 {03651.p4-eats} -> {03650.f} {03651.f} {03651.p2-thinks} 
+tr {03650.t2} {03650.f} {03650.p5} -> {03650.p6} 
+tr {03650.t3|03651.t1} : a3649 {03650.f} {03651.p1} -> {03651.p3} 
+tr {03651.e} {03651.p6} {03651.p3} -> {03651.p4-eats} 
+tr {03651.t} {03651.p2-thinks} -> {03651.p1} {03651.p5} 
+tr {03651.t0|03652.t4} : b3650 {03652.p4-eats} -> {03651.f} {03652.f} {03652.p2-thinks} 
+tr {03651.t2} {03651.f} {03651.p5} -> {03651.p6} 
+tr {03651.t3|03652.t1} : a3650 {03651.f} {03652.p1} -> {03652.p3} 
+tr {03652.e} {03652.p6} {03652.p3} -> {03652.p4-eats} 
+tr {03652.t} {03652.p2-thinks} -> {03652.p1} {03652.p5} 
+tr {03652.t0|03653.t4} : b3651 {03653.p4-eats} -> {03652.f} {03653.f} {03653.p2-thinks} 
+tr {03652.t2} {03652.f} {03652.p5} -> {03652.p6} 
+tr {03652.t3|03653.t1} : a3651 {03652.f} {03653.p1} -> {03653.p3} 
+tr {03653.e} {03653.p6} {03653.p3} -> {03653.p4-eats} 
+tr {03653.t} {03653.p2-thinks} -> {03653.p1} {03653.p5} 
+tr {03653.t0|03654.t4} : b3652 {03654.p4-eats} -> {03653.f} {03654.f} {03654.p2-thinks} 
+tr {03653.t2} {03653.f} {03653.p5} -> {03653.p6} 
+tr {03653.t3|03654.t1} : a3652 {03653.f} {03654.p1} -> {03654.p3} 
+tr {03654.e} {03654.p6} {03654.p3} -> {03654.p4-eats} 
+tr {03654.t} {03654.p2-thinks} -> {03654.p1} {03654.p5} 
+tr {03654.t0|03655.t4} : b3653 {03655.p4-eats} -> {03654.f} {03655.f} {03655.p2-thinks} 
+tr {03654.t2} {03654.f} {03654.p5} -> {03654.p6} 
+tr {03654.t3|03655.t1} : a3653 {03654.f} {03655.p1} -> {03655.p3} 
+tr {03655.e} {03655.p6} {03655.p3} -> {03655.p4-eats} 
+tr {03655.t} {03655.p2-thinks} -> {03655.p1} {03655.p5} 
+tr {03655.t0|03656.t4} : b3654 {03656.p4-eats} -> {03655.f} {03656.f} {03656.p2-thinks} 
+tr {03655.t2} {03655.f} {03655.p5} -> {03655.p6} 
+tr {03655.t3|03656.t1} : a3654 {03655.f} {03656.p1} -> {03656.p3} 
+tr {03656.e} {03656.p6} {03656.p3} -> {03656.p4-eats} 
+tr {03656.t} {03656.p2-thinks} -> {03656.p1} {03656.p5} 
+tr {03656.t0|03657.t4} : b3655 {03657.p4-eats} -> {03656.f} {03657.f} {03657.p2-thinks} 
+tr {03656.t2} {03656.f} {03656.p5} -> {03656.p6} 
+tr {03656.t3|03657.t1} : a3655 {03656.f} {03657.p1} -> {03657.p3} 
+tr {03657.e} {03657.p6} {03657.p3} -> {03657.p4-eats} 
+tr {03657.t} {03657.p2-thinks} -> {03657.p1} {03657.p5} 
+tr {03657.t0|03658.t4} : b3656 {03658.p4-eats} -> {03657.f} {03658.f} {03658.p2-thinks} 
+tr {03657.t2} {03657.f} {03657.p5} -> {03657.p6} 
+tr {03657.t3|03658.t1} : a3656 {03657.f} {03658.p1} -> {03658.p3} 
+tr {03658.e} {03658.p6} {03658.p3} -> {03658.p4-eats} 
+tr {03658.t} {03658.p2-thinks} -> {03658.p1} {03658.p5} 
+tr {03658.t0|03659.t4} : b3657 {03659.p4-eats} -> {03658.f} {03659.f} {03659.p2-thinks} 
+tr {03658.t2} {03658.f} {03658.p5} -> {03658.p6} 
+tr {03658.t3|03659.t1} : a3657 {03658.f} {03659.p1} -> {03659.p3} 
+tr {03659.e} {03659.p6} {03659.p3} -> {03659.p4-eats} 
+tr {03659.t} {03659.p2-thinks} -> {03659.p1} {03659.p5} 
+tr {03659.t0|03660.t4} : b3658 {03660.p4-eats} -> {03659.f} {03660.f} {03660.p2-thinks} 
+tr {03659.t2} {03659.f} {03659.p5} -> {03659.p6} 
+tr {03659.t3|03660.t1} : a3658 {03659.f} {03660.p1} -> {03660.p3} 
+tr {03660.e} {03660.p6} {03660.p3} -> {03660.p4-eats} 
+tr {03660.t} {03660.p2-thinks} -> {03660.p1} {03660.p5} 
+tr {03660.t0|03661.t4} : b3659 {03661.p4-eats} -> {03660.f} {03661.f} {03661.p2-thinks} 
+tr {03660.t2} {03660.f} {03660.p5} -> {03660.p6} 
+tr {03660.t3|03661.t1} : a3659 {03660.f} {03661.p1} -> {03661.p3} 
+tr {03661.e} {03661.p6} {03661.p3} -> {03661.p4-eats} 
+tr {03661.t} {03661.p2-thinks} -> {03661.p1} {03661.p5} 
+tr {03661.t0|03662.t4} : b3660 {03662.p4-eats} -> {03661.f} {03662.f} {03662.p2-thinks} 
+tr {03661.t2} {03661.f} {03661.p5} -> {03661.p6} 
+tr {03661.t3|03662.t1} : a3660 {03661.f} {03662.p1} -> {03662.p3} 
+tr {03662.e} {03662.p6} {03662.p3} -> {03662.p4-eats} 
+tr {03662.t} {03662.p2-thinks} -> {03662.p1} {03662.p5} 
+tr {03662.t0|03663.t4} : b3661 {03663.p4-eats} -> {03662.f} {03663.f} {03663.p2-thinks} 
+tr {03662.t2} {03662.f} {03662.p5} -> {03662.p6} 
+tr {03662.t3|03663.t1} : a3661 {03662.f} {03663.p1} -> {03663.p3} 
+tr {03663.e} {03663.p6} {03663.p3} -> {03663.p4-eats} 
+tr {03663.t} {03663.p2-thinks} -> {03663.p1} {03663.p5} 
+tr {03663.t0|03664.t4} : b3662 {03664.p4-eats} -> {03663.f} {03664.f} {03664.p2-thinks} 
+tr {03663.t2} {03663.f} {03663.p5} -> {03663.p6} 
+tr {03663.t3|03664.t1} : a3662 {03663.f} {03664.p1} -> {03664.p3} 
+tr {03664.e} {03664.p6} {03664.p3} -> {03664.p4-eats} 
+tr {03664.t} {03664.p2-thinks} -> {03664.p1} {03664.p5} 
+tr {03664.t0|03665.t4} : b3663 {03665.p4-eats} -> {03664.f} {03665.f} {03665.p2-thinks} 
+tr {03664.t2} {03664.f} {03664.p5} -> {03664.p6} 
+tr {03664.t3|03665.t1} : a3663 {03664.f} {03665.p1} -> {03665.p3} 
+tr {03665.e} {03665.p6} {03665.p3} -> {03665.p4-eats} 
+tr {03665.t} {03665.p2-thinks} -> {03665.p1} {03665.p5} 
+tr {03665.t0|03666.t4} : b3664 {03666.p4-eats} -> {03665.f} {03666.f} {03666.p2-thinks} 
+tr {03665.t2} {03665.f} {03665.p5} -> {03665.p6} 
+tr {03665.t3|03666.t1} : a3664 {03665.f} {03666.p1} -> {03666.p3} 
+tr {03666.e} {03666.p6} {03666.p3} -> {03666.p4-eats} 
+tr {03666.t} {03666.p2-thinks} -> {03666.p1} {03666.p5} 
+tr {03666.t0|03667.t4} : b3665 {03667.p4-eats} -> {03666.f} {03667.f} {03667.p2-thinks} 
+tr {03666.t2} {03666.f} {03666.p5} -> {03666.p6} 
+tr {03666.t3|03667.t1} : a3665 {03666.f} {03667.p1} -> {03667.p3} 
+tr {03667.e} {03667.p6} {03667.p3} -> {03667.p4-eats} 
+tr {03667.t} {03667.p2-thinks} -> {03667.p1} {03667.p5} 
+tr {03667.t0|03668.t4} : b3666 {03668.p4-eats} -> {03667.f} {03668.f} {03668.p2-thinks} 
+tr {03667.t2} {03667.f} {03667.p5} -> {03667.p6} 
+tr {03667.t3|03668.t1} : a3666 {03667.f} {03668.p1} -> {03668.p3} 
+tr {03668.e} {03668.p6} {03668.p3} -> {03668.p4-eats} 
+tr {03668.t} {03668.p2-thinks} -> {03668.p1} {03668.p5} 
+tr {03668.t0|03669.t4} : b3667 {03669.p4-eats} -> {03668.f} {03669.f} {03669.p2-thinks} 
+tr {03668.t2} {03668.f} {03668.p5} -> {03668.p6} 
+tr {03668.t3|03669.t1} : a3667 {03668.f} {03669.p1} -> {03669.p3} 
+tr {03669.e} {03669.p6} {03669.p3} -> {03669.p4-eats} 
+tr {03669.t} {03669.p2-thinks} -> {03669.p1} {03669.p5} 
+tr {03669.t0|03670.t4} : b3668 {03670.p4-eats} -> {03669.f} {03670.f} {03670.p2-thinks} 
+tr {03669.t2} {03669.f} {03669.p5} -> {03669.p6} 
+tr {03669.t3|03670.t1} : a3668 {03669.f} {03670.p1} -> {03670.p3} 
+tr {03670.e} {03670.p6} {03670.p3} -> {03670.p4-eats} 
+tr {03670.t} {03670.p2-thinks} -> {03670.p1} {03670.p5} 
+tr {03670.t0|03671.t4} : b3669 {03671.p4-eats} -> {03670.f} {03671.f} {03671.p2-thinks} 
+tr {03670.t2} {03670.f} {03670.p5} -> {03670.p6} 
+tr {03670.t3|03671.t1} : a3669 {03670.f} {03671.p1} -> {03671.p3} 
+tr {03671.e} {03671.p6} {03671.p3} -> {03671.p4-eats} 
+tr {03671.t} {03671.p2-thinks} -> {03671.p1} {03671.p5} 
+tr {03671.t0|03672.t4} : b3670 {03672.p4-eats} -> {03671.f} {03672.f} {03672.p2-thinks} 
+tr {03671.t2} {03671.f} {03671.p5} -> {03671.p6} 
+tr {03671.t3|03672.t1} : a3670 {03671.f} {03672.p1} -> {03672.p3} 
+tr {03672.e} {03672.p6} {03672.p3} -> {03672.p4-eats} 
+tr {03672.t} {03672.p2-thinks} -> {03672.p1} {03672.p5} 
+tr {03672.t0|03673.t4} : b3671 {03673.p4-eats} -> {03672.f} {03673.f} {03673.p2-thinks} 
+tr {03672.t2} {03672.f} {03672.p5} -> {03672.p6} 
+tr {03672.t3|03673.t1} : a3671 {03672.f} {03673.p1} -> {03673.p3} 
+tr {03673.e} {03673.p6} {03673.p3} -> {03673.p4-eats} 
+tr {03673.t} {03673.p2-thinks} -> {03673.p1} {03673.p5} 
+tr {03673.t0|03674.t4} : b3672 {03674.p4-eats} -> {03673.f} {03674.f} {03674.p2-thinks} 
+tr {03673.t2} {03673.f} {03673.p5} -> {03673.p6} 
+tr {03673.t3|03674.t1} : a3672 {03673.f} {03674.p1} -> {03674.p3} 
+tr {03674.e} {03674.p6} {03674.p3} -> {03674.p4-eats} 
+tr {03674.t} {03674.p2-thinks} -> {03674.p1} {03674.p5} 
+tr {03674.t0|03675.t4} : b3673 {03675.p4-eats} -> {03674.f} {03675.f} {03675.p2-thinks} 
+tr {03674.t2} {03674.f} {03674.p5} -> {03674.p6} 
+tr {03674.t3|03675.t1} : a3673 {03674.f} {03675.p1} -> {03675.p3} 
+tr {03675.e} {03675.p6} {03675.p3} -> {03675.p4-eats} 
+tr {03675.t} {03675.p2-thinks} -> {03675.p1} {03675.p5} 
+tr {03675.t0|03676.t4} : b3674 {03676.p4-eats} -> {03675.f} {03676.f} {03676.p2-thinks} 
+tr {03675.t2} {03675.f} {03675.p5} -> {03675.p6} 
+tr {03675.t3|03676.t1} : a3674 {03675.f} {03676.p1} -> {03676.p3} 
+tr {03676.e} {03676.p6} {03676.p3} -> {03676.p4-eats} 
+tr {03676.t} {03676.p2-thinks} -> {03676.p1} {03676.p5} 
+tr {03676.t0|03677.t4} : b3675 {03677.p4-eats} -> {03676.f} {03677.f} {03677.p2-thinks} 
+tr {03676.t2} {03676.f} {03676.p5} -> {03676.p6} 
+tr {03676.t3|03677.t1} : a3675 {03676.f} {03677.p1} -> {03677.p3} 
+tr {03677.e} {03677.p6} {03677.p3} -> {03677.p4-eats} 
+tr {03677.t} {03677.p2-thinks} -> {03677.p1} {03677.p5} 
+tr {03677.t0|03678.t4} : b3676 {03678.p4-eats} -> {03677.f} {03678.f} {03678.p2-thinks} 
+tr {03677.t2} {03677.f} {03677.p5} -> {03677.p6} 
+tr {03677.t3|03678.t1} : a3676 {03677.f} {03678.p1} -> {03678.p3} 
+tr {03678.e} {03678.p6} {03678.p3} -> {03678.p4-eats} 
+tr {03678.t} {03678.p2-thinks} -> {03678.p1} {03678.p5} 
+tr {03678.t0|03679.t4} : b3677 {03679.p4-eats} -> {03678.f} {03679.f} {03679.p2-thinks} 
+tr {03678.t2} {03678.f} {03678.p5} -> {03678.p6} 
+tr {03678.t3|03679.t1} : a3677 {03678.f} {03679.p1} -> {03679.p3} 
+tr {03679.e} {03679.p6} {03679.p3} -> {03679.p4-eats} 
+tr {03679.t} {03679.p2-thinks} -> {03679.p1} {03679.p5} 
+tr {03679.t0|03680.t4} : b3678 {03680.p4-eats} -> {03679.f} {03680.f} {03680.p2-thinks} 
+tr {03679.t2} {03679.f} {03679.p5} -> {03679.p6} 
+tr {03679.t3|03680.t1} : a3678 {03679.f} {03680.p1} -> {03680.p3} 
+tr {03680.e} {03680.p6} {03680.p3} -> {03680.p4-eats} 
+tr {03680.t} {03680.p2-thinks} -> {03680.p1} {03680.p5} 
+tr {03680.t0|03681.t4} : b3679 {03681.p4-eats} -> {03680.f} {03681.f} {03681.p2-thinks} 
+tr {03680.t2} {03680.f} {03680.p5} -> {03680.p6} 
+tr {03680.t3|03681.t1} : a3679 {03680.f} {03681.p1} -> {03681.p3} 
+tr {03681.e} {03681.p6} {03681.p3} -> {03681.p4-eats} 
+tr {03681.t} {03681.p2-thinks} -> {03681.p1} {03681.p5} 
+tr {03681.t0|03682.t4} : b3680 {03682.p4-eats} -> {03681.f} {03682.f} {03682.p2-thinks} 
+tr {03681.t2} {03681.f} {03681.p5} -> {03681.p6} 
+tr {03681.t3|03682.t1} : a3680 {03681.f} {03682.p1} -> {03682.p3} 
+tr {03682.e} {03682.p6} {03682.p3} -> {03682.p4-eats} 
+tr {03682.t} {03682.p2-thinks} -> {03682.p1} {03682.p5} 
+tr {03682.t0|03683.t4} : b3681 {03683.p4-eats} -> {03682.f} {03683.f} {03683.p2-thinks} 
+tr {03682.t2} {03682.f} {03682.p5} -> {03682.p6} 
+tr {03682.t3|03683.t1} : a3681 {03682.f} {03683.p1} -> {03683.p3} 
+tr {03683.e} {03683.p6} {03683.p3} -> {03683.p4-eats} 
+tr {03683.t} {03683.p2-thinks} -> {03683.p1} {03683.p5} 
+tr {03683.t0|03684.t4} : b3682 {03684.p4-eats} -> {03683.f} {03684.f} {03684.p2-thinks} 
+tr {03683.t2} {03683.f} {03683.p5} -> {03683.p6} 
+tr {03683.t3|03684.t1} : a3682 {03683.f} {03684.p1} -> {03684.p3} 
+tr {03684.e} {03684.p6} {03684.p3} -> {03684.p4-eats} 
+tr {03684.t} {03684.p2-thinks} -> {03684.p1} {03684.p5} 
+tr {03684.t0|03685.t4} : b3683 {03685.p4-eats} -> {03684.f} {03685.f} {03685.p2-thinks} 
+tr {03684.t2} {03684.f} {03684.p5} -> {03684.p6} 
+tr {03684.t3|03685.t1} : a3683 {03684.f} {03685.p1} -> {03685.p3} 
+tr {03685.e} {03685.p6} {03685.p3} -> {03685.p4-eats} 
+tr {03685.t} {03685.p2-thinks} -> {03685.p1} {03685.p5} 
+tr {03685.t0|03686.t4} : b3684 {03686.p4-eats} -> {03685.f} {03686.f} {03686.p2-thinks} 
+tr {03685.t2} {03685.f} {03685.p5} -> {03685.p6} 
+tr {03685.t3|03686.t1} : a3684 {03685.f} {03686.p1} -> {03686.p3} 
+tr {03686.e} {03686.p6} {03686.p3} -> {03686.p4-eats} 
+tr {03686.t} {03686.p2-thinks} -> {03686.p1} {03686.p5} 
+tr {03686.t0|03687.t4} : b3685 {03687.p4-eats} -> {03686.f} {03687.f} {03687.p2-thinks} 
+tr {03686.t2} {03686.f} {03686.p5} -> {03686.p6} 
+tr {03686.t3|03687.t1} : a3685 {03686.f} {03687.p1} -> {03687.p3} 
+tr {03687.e} {03687.p6} {03687.p3} -> {03687.p4-eats} 
+tr {03687.t} {03687.p2-thinks} -> {03687.p1} {03687.p5} 
+tr {03687.t0|03688.t4} : b3686 {03688.p4-eats} -> {03687.f} {03688.f} {03688.p2-thinks} 
+tr {03687.t2} {03687.f} {03687.p5} -> {03687.p6} 
+tr {03687.t3|03688.t1} : a3686 {03687.f} {03688.p1} -> {03688.p3} 
+tr {03688.e} {03688.p6} {03688.p3} -> {03688.p4-eats} 
+tr {03688.t} {03688.p2-thinks} -> {03688.p1} {03688.p5} 
+tr {03688.t0|03689.t4} : b3687 {03689.p4-eats} -> {03688.f} {03689.f} {03689.p2-thinks} 
+tr {03688.t2} {03688.f} {03688.p5} -> {03688.p6} 
+tr {03688.t3|03689.t1} : a3687 {03688.f} {03689.p1} -> {03689.p3} 
+tr {03689.e} {03689.p6} {03689.p3} -> {03689.p4-eats} 
+tr {03689.t} {03689.p2-thinks} -> {03689.p1} {03689.p5} 
+tr {03689.t0|03690.t4} : b3688 {03690.p4-eats} -> {03689.f} {03690.f} {03690.p2-thinks} 
+tr {03689.t2} {03689.f} {03689.p5} -> {03689.p6} 
+tr {03689.t3|03690.t1} : a3688 {03689.f} {03690.p1} -> {03690.p3} 
+tr {03690.e} {03690.p6} {03690.p3} -> {03690.p4-eats} 
+tr {03690.t} {03690.p2-thinks} -> {03690.p1} {03690.p5} 
+tr {03690.t0|03691.t4} : b3689 {03691.p4-eats} -> {03690.f} {03691.f} {03691.p2-thinks} 
+tr {03690.t2} {03690.f} {03690.p5} -> {03690.p6} 
+tr {03690.t3|03691.t1} : a3689 {03690.f} {03691.p1} -> {03691.p3} 
+tr {03691.e} {03691.p6} {03691.p3} -> {03691.p4-eats} 
+tr {03691.t} {03691.p2-thinks} -> {03691.p1} {03691.p5} 
+tr {03691.t0|03692.t4} : b3690 {03692.p4-eats} -> {03691.f} {03692.f} {03692.p2-thinks} 
+tr {03691.t2} {03691.f} {03691.p5} -> {03691.p6} 
+tr {03691.t3|03692.t1} : a3690 {03691.f} {03692.p1} -> {03692.p3} 
+tr {03692.e} {03692.p6} {03692.p3} -> {03692.p4-eats} 
+tr {03692.t} {03692.p2-thinks} -> {03692.p1} {03692.p5} 
+tr {03692.t0|03693.t4} : b3691 {03693.p4-eats} -> {03692.f} {03693.f} {03693.p2-thinks} 
+tr {03692.t2} {03692.f} {03692.p5} -> {03692.p6} 
+tr {03692.t3|03693.t1} : a3691 {03692.f} {03693.p1} -> {03693.p3} 
+tr {03693.e} {03693.p6} {03693.p3} -> {03693.p4-eats} 
+tr {03693.t} {03693.p2-thinks} -> {03693.p1} {03693.p5} 
+tr {03693.t0|03694.t4} : b3692 {03694.p4-eats} -> {03693.f} {03694.f} {03694.p2-thinks} 
+tr {03693.t2} {03693.f} {03693.p5} -> {03693.p6} 
+tr {03693.t3|03694.t1} : a3692 {03693.f} {03694.p1} -> {03694.p3} 
+tr {03694.e} {03694.p6} {03694.p3} -> {03694.p4-eats} 
+tr {03694.t} {03694.p2-thinks} -> {03694.p1} {03694.p5} 
+tr {03694.t0|03695.t4} : b3693 {03695.p4-eats} -> {03694.f} {03695.f} {03695.p2-thinks} 
+tr {03694.t2} {03694.f} {03694.p5} -> {03694.p6} 
+tr {03694.t3|03695.t1} : a3693 {03694.f} {03695.p1} -> {03695.p3} 
+tr {03695.e} {03695.p6} {03695.p3} -> {03695.p4-eats} 
+tr {03695.t} {03695.p2-thinks} -> {03695.p1} {03695.p5} 
+tr {03695.t0|03696.t4} : b3694 {03696.p4-eats} -> {03695.f} {03696.f} {03696.p2-thinks} 
+tr {03695.t2} {03695.f} {03695.p5} -> {03695.p6} 
+tr {03695.t3|03696.t1} : a3694 {03695.f} {03696.p1} -> {03696.p3} 
+tr {03696.e} {03696.p6} {03696.p3} -> {03696.p4-eats} 
+tr {03696.t} {03696.p2-thinks} -> {03696.p1} {03696.p5} 
+tr {03696.t0|03697.t4} : b3695 {03697.p4-eats} -> {03696.f} {03697.f} {03697.p2-thinks} 
+tr {03696.t2} {03696.f} {03696.p5} -> {03696.p6} 
+tr {03696.t3|03697.t1} : a3695 {03696.f} {03697.p1} -> {03697.p3} 
+tr {03697.e} {03697.p6} {03697.p3} -> {03697.p4-eats} 
+tr {03697.t} {03697.p2-thinks} -> {03697.p1} {03697.p5} 
+tr {03697.t0|03698.t4} : b3696 {03698.p4-eats} -> {03697.f} {03698.f} {03698.p2-thinks} 
+tr {03697.t2} {03697.f} {03697.p5} -> {03697.p6} 
+tr {03697.t3|03698.t1} : a3696 {03697.f} {03698.p1} -> {03698.p3} 
+tr {03698.e} {03698.p6} {03698.p3} -> {03698.p4-eats} 
+tr {03698.t} {03698.p2-thinks} -> {03698.p1} {03698.p5} 
+tr {03698.t0|03699.t4} : b3697 {03699.p4-eats} -> {03698.f} {03699.f} {03699.p2-thinks} 
+tr {03698.t2} {03698.f} {03698.p5} -> {03698.p6} 
+tr {03698.t3|03699.t1} : a3697 {03698.f} {03699.p1} -> {03699.p3} 
+tr {03699.e} {03699.p6} {03699.p3} -> {03699.p4-eats} 
+tr {03699.t} {03699.p2-thinks} -> {03699.p1} {03699.p5} 
+tr {03699.t0|03700.t4} : b3698 {03700.p4-eats} -> {03699.f} {03700.f} {03700.p2-thinks} 
+tr {03699.t2} {03699.f} {03699.p5} -> {03699.p6} 
+tr {03699.t3|03700.t1} : a3698 {03699.f} {03700.p1} -> {03700.p3} 
+tr {03700.e} {03700.p6} {03700.p3} -> {03700.p4-eats} 
+tr {03700.t} {03700.p2-thinks} -> {03700.p1} {03700.p5} 
+tr {03700.t0|03701.t4} : b3699 {03701.p4-eats} -> {03700.f} {03701.f} {03701.p2-thinks} 
+tr {03700.t2} {03700.f} {03700.p5} -> {03700.p6} 
+tr {03700.t3|03701.t1} : a3699 {03700.f} {03701.p1} -> {03701.p3} 
+tr {03701.e} {03701.p6} {03701.p3} -> {03701.p4-eats} 
+tr {03701.t} {03701.p2-thinks} -> {03701.p1} {03701.p5} 
+tr {03701.t0|03702.t4} : b3700 {03702.p4-eats} -> {03701.f} {03702.f} {03702.p2-thinks} 
+tr {03701.t2} {03701.f} {03701.p5} -> {03701.p6} 
+tr {03701.t3|03702.t1} : a3700 {03701.f} {03702.p1} -> {03702.p3} 
+tr {03702.e} {03702.p6} {03702.p3} -> {03702.p4-eats} 
+tr {03702.t} {03702.p2-thinks} -> {03702.p1} {03702.p5} 
+tr {03702.t0|03703.t4} : b3701 {03703.p4-eats} -> {03702.f} {03703.f} {03703.p2-thinks} 
+tr {03702.t2} {03702.f} {03702.p5} -> {03702.p6} 
+tr {03702.t3|03703.t1} : a3701 {03702.f} {03703.p1} -> {03703.p3} 
+tr {03703.e} {03703.p6} {03703.p3} -> {03703.p4-eats} 
+tr {03703.t} {03703.p2-thinks} -> {03703.p1} {03703.p5} 
+tr {03703.t0|03704.t4} : b3702 {03704.p4-eats} -> {03703.f} {03704.f} {03704.p2-thinks} 
+tr {03703.t2} {03703.f} {03703.p5} -> {03703.p6} 
+tr {03703.t3|03704.t1} : a3702 {03703.f} {03704.p1} -> {03704.p3} 
+tr {03704.e} {03704.p6} {03704.p3} -> {03704.p4-eats} 
+tr {03704.t} {03704.p2-thinks} -> {03704.p1} {03704.p5} 
+tr {03704.t0|03705.t4} : b3703 {03705.p4-eats} -> {03704.f} {03705.f} {03705.p2-thinks} 
+tr {03704.t2} {03704.f} {03704.p5} -> {03704.p6} 
+tr {03704.t3|03705.t1} : a3703 {03704.f} {03705.p1} -> {03705.p3} 
+tr {03705.e} {03705.p6} {03705.p3} -> {03705.p4-eats} 
+tr {03705.t} {03705.p2-thinks} -> {03705.p1} {03705.p5} 
+tr {03705.t0|03706.t4} : b3704 {03706.p4-eats} -> {03705.f} {03706.f} {03706.p2-thinks} 
+tr {03705.t2} {03705.f} {03705.p5} -> {03705.p6} 
+tr {03705.t3|03706.t1} : a3704 {03705.f} {03706.p1} -> {03706.p3} 
+tr {03706.e} {03706.p6} {03706.p3} -> {03706.p4-eats} 
+tr {03706.t} {03706.p2-thinks} -> {03706.p1} {03706.p5} 
+tr {03706.t0|03707.t4} : b3705 {03707.p4-eats} -> {03706.f} {03707.f} {03707.p2-thinks} 
+tr {03706.t2} {03706.f} {03706.p5} -> {03706.p6} 
+tr {03706.t3|03707.t1} : a3705 {03706.f} {03707.p1} -> {03707.p3} 
+tr {03707.e} {03707.p6} {03707.p3} -> {03707.p4-eats} 
+tr {03707.t} {03707.p2-thinks} -> {03707.p1} {03707.p5} 
+tr {03707.t0|03708.t4} : b3706 {03708.p4-eats} -> {03707.f} {03708.f} {03708.p2-thinks} 
+tr {03707.t2} {03707.f} {03707.p5} -> {03707.p6} 
+tr {03707.t3|03708.t1} : a3706 {03707.f} {03708.p1} -> {03708.p3} 
+tr {03708.e} {03708.p6} {03708.p3} -> {03708.p4-eats} 
+tr {03708.t} {03708.p2-thinks} -> {03708.p1} {03708.p5} 
+tr {03708.t0|03709.t4} : b3707 {03709.p4-eats} -> {03708.f} {03709.f} {03709.p2-thinks} 
+tr {03708.t2} {03708.f} {03708.p5} -> {03708.p6} 
+tr {03708.t3|03709.t1} : a3707 {03708.f} {03709.p1} -> {03709.p3} 
+tr {03709.e} {03709.p6} {03709.p3} -> {03709.p4-eats} 
+tr {03709.t} {03709.p2-thinks} -> {03709.p1} {03709.p5} 
+tr {03709.t0|03710.t4} : b3708 {03710.p4-eats} -> {03709.f} {03710.f} {03710.p2-thinks} 
+tr {03709.t2} {03709.f} {03709.p5} -> {03709.p6} 
+tr {03709.t3|03710.t1} : a3708 {03709.f} {03710.p1} -> {03710.p3} 
+tr {03710.e} {03710.p6} {03710.p3} -> {03710.p4-eats} 
+tr {03710.t} {03710.p2-thinks} -> {03710.p1} {03710.p5} 
+tr {03710.t0|03711.t4} : b3709 {03711.p4-eats} -> {03710.f} {03711.f} {03711.p2-thinks} 
+tr {03710.t2} {03710.f} {03710.p5} -> {03710.p6} 
+tr {03710.t3|03711.t1} : a3709 {03710.f} {03711.p1} -> {03711.p3} 
+tr {03711.e} {03711.p6} {03711.p3} -> {03711.p4-eats} 
+tr {03711.t} {03711.p2-thinks} -> {03711.p1} {03711.p5} 
+tr {03711.t0|03712.t4} : b3710 {03712.p4-eats} -> {03711.f} {03712.f} {03712.p2-thinks} 
+tr {03711.t2} {03711.f} {03711.p5} -> {03711.p6} 
+tr {03711.t3|03712.t1} : a3710 {03711.f} {03712.p1} -> {03712.p3} 
+tr {03712.e} {03712.p6} {03712.p3} -> {03712.p4-eats} 
+tr {03712.t} {03712.p2-thinks} -> {03712.p1} {03712.p5} 
+tr {03712.t0|03713.t4} : b3711 {03713.p4-eats} -> {03712.f} {03713.f} {03713.p2-thinks} 
+tr {03712.t2} {03712.f} {03712.p5} -> {03712.p6} 
+tr {03712.t3|03713.t1} : a3711 {03712.f} {03713.p1} -> {03713.p3} 
+tr {03713.e} {03713.p6} {03713.p3} -> {03713.p4-eats} 
+tr {03713.t} {03713.p2-thinks} -> {03713.p1} {03713.p5} 
+tr {03713.t0|03714.t4} : b3712 {03714.p4-eats} -> {03713.f} {03714.f} {03714.p2-thinks} 
+tr {03713.t2} {03713.f} {03713.p5} -> {03713.p6} 
+tr {03713.t3|03714.t1} : a3712 {03713.f} {03714.p1} -> {03714.p3} 
+tr {03714.e} {03714.p6} {03714.p3} -> {03714.p4-eats} 
+tr {03714.t} {03714.p2-thinks} -> {03714.p1} {03714.p5} 
+tr {03714.t0|03715.t4} : b3713 {03715.p4-eats} -> {03714.f} {03715.f} {03715.p2-thinks} 
+tr {03714.t2} {03714.f} {03714.p5} -> {03714.p6} 
+tr {03714.t3|03715.t1} : a3713 {03714.f} {03715.p1} -> {03715.p3} 
+tr {03715.e} {03715.p6} {03715.p3} -> {03715.p4-eats} 
+tr {03715.t} {03715.p2-thinks} -> {03715.p1} {03715.p5} 
+tr {03715.t0|03716.t4} : b3714 {03716.p4-eats} -> {03715.f} {03716.f} {03716.p2-thinks} 
+tr {03715.t2} {03715.f} {03715.p5} -> {03715.p6} 
+tr {03715.t3|03716.t1} : a3714 {03715.f} {03716.p1} -> {03716.p3} 
+tr {03716.e} {03716.p6} {03716.p3} -> {03716.p4-eats} 
+tr {03716.t} {03716.p2-thinks} -> {03716.p1} {03716.p5} 
+tr {03716.t0|03717.t4} : b3715 {03717.p4-eats} -> {03716.f} {03717.f} {03717.p2-thinks} 
+tr {03716.t2} {03716.f} {03716.p5} -> {03716.p6} 
+tr {03716.t3|03717.t1} : a3715 {03716.f} {03717.p1} -> {03717.p3} 
+tr {03717.e} {03717.p6} {03717.p3} -> {03717.p4-eats} 
+tr {03717.t} {03717.p2-thinks} -> {03717.p1} {03717.p5} 
+tr {03717.t0|03718.t4} : b3716 {03718.p4-eats} -> {03717.f} {03718.f} {03718.p2-thinks} 
+tr {03717.t2} {03717.f} {03717.p5} -> {03717.p6} 
+tr {03717.t3|03718.t1} : a3716 {03717.f} {03718.p1} -> {03718.p3} 
+tr {03718.e} {03718.p6} {03718.p3} -> {03718.p4-eats} 
+tr {03718.t} {03718.p2-thinks} -> {03718.p1} {03718.p5} 
+tr {03718.t0|03719.t4} : b3717 {03719.p4-eats} -> {03718.f} {03719.f} {03719.p2-thinks} 
+tr {03718.t2} {03718.f} {03718.p5} -> {03718.p6} 
+tr {03718.t3|03719.t1} : a3717 {03718.f} {03719.p1} -> {03719.p3} 
+tr {03719.e} {03719.p6} {03719.p3} -> {03719.p4-eats} 
+tr {03719.t} {03719.p2-thinks} -> {03719.p1} {03719.p5} 
+tr {03719.t0|03720.t4} : b3718 {03720.p4-eats} -> {03719.f} {03720.f} {03720.p2-thinks} 
+tr {03719.t2} {03719.f} {03719.p5} -> {03719.p6} 
+tr {03719.t3|03720.t1} : a3718 {03719.f} {03720.p1} -> {03720.p3} 
+tr {03720.e} {03720.p6} {03720.p3} -> {03720.p4-eats} 
+tr {03720.t} {03720.p2-thinks} -> {03720.p1} {03720.p5} 
+tr {03720.t0|03721.t4} : b3719 {03721.p4-eats} -> {03720.f} {03721.f} {03721.p2-thinks} 
+tr {03720.t2} {03720.f} {03720.p5} -> {03720.p6} 
+tr {03720.t3|03721.t1} : a3719 {03720.f} {03721.p1} -> {03721.p3} 
+tr {03721.e} {03721.p6} {03721.p3} -> {03721.p4-eats} 
+tr {03721.t} {03721.p2-thinks} -> {03721.p1} {03721.p5} 
+tr {03721.t0|03722.t4} : b3720 {03722.p4-eats} -> {03721.f} {03722.f} {03722.p2-thinks} 
+tr {03721.t2} {03721.f} {03721.p5} -> {03721.p6} 
+tr {03721.t3|03722.t1} : a3720 {03721.f} {03722.p1} -> {03722.p3} 
+tr {03722.e} {03722.p6} {03722.p3} -> {03722.p4-eats} 
+tr {03722.t} {03722.p2-thinks} -> {03722.p1} {03722.p5} 
+tr {03722.t0|03723.t4} : b3721 {03723.p4-eats} -> {03722.f} {03723.f} {03723.p2-thinks} 
+tr {03722.t2} {03722.f} {03722.p5} -> {03722.p6} 
+tr {03722.t3|03723.t1} : a3721 {03722.f} {03723.p1} -> {03723.p3} 
+tr {03723.e} {03723.p6} {03723.p3} -> {03723.p4-eats} 
+tr {03723.t} {03723.p2-thinks} -> {03723.p1} {03723.p5} 
+tr {03723.t0|03724.t4} : b3722 {03724.p4-eats} -> {03723.f} {03724.f} {03724.p2-thinks} 
+tr {03723.t2} {03723.f} {03723.p5} -> {03723.p6} 
+tr {03723.t3|03724.t1} : a3722 {03723.f} {03724.p1} -> {03724.p3} 
+tr {03724.e} {03724.p6} {03724.p3} -> {03724.p4-eats} 
+tr {03724.t} {03724.p2-thinks} -> {03724.p1} {03724.p5} 
+tr {03724.t0|03725.t4} : b3723 {03725.p4-eats} -> {03724.f} {03725.f} {03725.p2-thinks} 
+tr {03724.t2} {03724.f} {03724.p5} -> {03724.p6} 
+tr {03724.t3|03725.t1} : a3723 {03724.f} {03725.p1} -> {03725.p3} 
+tr {03725.e} {03725.p6} {03725.p3} -> {03725.p4-eats} 
+tr {03725.t} {03725.p2-thinks} -> {03725.p1} {03725.p5} 
+tr {03725.t0|03726.t4} : b3724 {03726.p4-eats} -> {03725.f} {03726.f} {03726.p2-thinks} 
+tr {03725.t2} {03725.f} {03725.p5} -> {03725.p6} 
+tr {03725.t3|03726.t1} : a3724 {03725.f} {03726.p1} -> {03726.p3} 
+tr {03726.e} {03726.p6} {03726.p3} -> {03726.p4-eats} 
+tr {03726.t} {03726.p2-thinks} -> {03726.p1} {03726.p5} 
+tr {03726.t0|03727.t4} : b3725 {03727.p4-eats} -> {03726.f} {03727.f} {03727.p2-thinks} 
+tr {03726.t2} {03726.f} {03726.p5} -> {03726.p6} 
+tr {03726.t3|03727.t1} : a3725 {03726.f} {03727.p1} -> {03727.p3} 
+tr {03727.e} {03727.p6} {03727.p3} -> {03727.p4-eats} 
+tr {03727.t} {03727.p2-thinks} -> {03727.p1} {03727.p5} 
+tr {03727.t0|03728.t4} : b3726 {03728.p4-eats} -> {03727.f} {03728.f} {03728.p2-thinks} 
+tr {03727.t2} {03727.f} {03727.p5} -> {03727.p6} 
+tr {03727.t3|03728.t1} : a3726 {03727.f} {03728.p1} -> {03728.p3} 
+tr {03728.e} {03728.p6} {03728.p3} -> {03728.p4-eats} 
+tr {03728.t} {03728.p2-thinks} -> {03728.p1} {03728.p5} 
+tr {03728.t0|03729.t4} : b3727 {03729.p4-eats} -> {03728.f} {03729.f} {03729.p2-thinks} 
+tr {03728.t2} {03728.f} {03728.p5} -> {03728.p6} 
+tr {03728.t3|03729.t1} : a3727 {03728.f} {03729.p1} -> {03729.p3} 
+tr {03729.e} {03729.p6} {03729.p3} -> {03729.p4-eats} 
+tr {03729.t} {03729.p2-thinks} -> {03729.p1} {03729.p5} 
+tr {03729.t0|03730.t4} : b3728 {03730.p4-eats} -> {03729.f} {03730.f} {03730.p2-thinks} 
+tr {03729.t2} {03729.f} {03729.p5} -> {03729.p6} 
+tr {03729.t3|03730.t1} : a3728 {03729.f} {03730.p1} -> {03730.p3} 
+tr {03730.e} {03730.p6} {03730.p3} -> {03730.p4-eats} 
+tr {03730.t} {03730.p2-thinks} -> {03730.p1} {03730.p5} 
+tr {03730.t0|03731.t4} : b3729 {03731.p4-eats} -> {03730.f} {03731.f} {03731.p2-thinks} 
+tr {03730.t2} {03730.f} {03730.p5} -> {03730.p6} 
+tr {03730.t3|03731.t1} : a3729 {03730.f} {03731.p1} -> {03731.p3} 
+tr {03731.e} {03731.p6} {03731.p3} -> {03731.p4-eats} 
+tr {03731.t} {03731.p2-thinks} -> {03731.p1} {03731.p5} 
+tr {03731.t0|03732.t4} : b3730 {03732.p4-eats} -> {03731.f} {03732.f} {03732.p2-thinks} 
+tr {03731.t2} {03731.f} {03731.p5} -> {03731.p6} 
+tr {03731.t3|03732.t1} : a3730 {03731.f} {03732.p1} -> {03732.p3} 
+tr {03732.e} {03732.p6} {03732.p3} -> {03732.p4-eats} 
+tr {03732.t} {03732.p2-thinks} -> {03732.p1} {03732.p5} 
+tr {03732.t0|03733.t4} : b3731 {03733.p4-eats} -> {03732.f} {03733.f} {03733.p2-thinks} 
+tr {03732.t2} {03732.f} {03732.p5} -> {03732.p6} 
+tr {03732.t3|03733.t1} : a3731 {03732.f} {03733.p1} -> {03733.p3} 
+tr {03733.e} {03733.p6} {03733.p3} -> {03733.p4-eats} 
+tr {03733.t} {03733.p2-thinks} -> {03733.p1} {03733.p5} 
+tr {03733.t0|03734.t4} : b3732 {03734.p4-eats} -> {03733.f} {03734.f} {03734.p2-thinks} 
+tr {03733.t2} {03733.f} {03733.p5} -> {03733.p6} 
+tr {03733.t3|03734.t1} : a3732 {03733.f} {03734.p1} -> {03734.p3} 
+tr {03734.e} {03734.p6} {03734.p3} -> {03734.p4-eats} 
+tr {03734.t} {03734.p2-thinks} -> {03734.p1} {03734.p5} 
+tr {03734.t0|03735.t4} : b3733 {03735.p4-eats} -> {03734.f} {03735.f} {03735.p2-thinks} 
+tr {03734.t2} {03734.f} {03734.p5} -> {03734.p6} 
+tr {03734.t3|03735.t1} : a3733 {03734.f} {03735.p1} -> {03735.p3} 
+tr {03735.e} {03735.p6} {03735.p3} -> {03735.p4-eats} 
+tr {03735.t} {03735.p2-thinks} -> {03735.p1} {03735.p5} 
+tr {03735.t0|03736.t4} : b3734 {03736.p4-eats} -> {03735.f} {03736.f} {03736.p2-thinks} 
+tr {03735.t2} {03735.f} {03735.p5} -> {03735.p6} 
+tr {03735.t3|03736.t1} : a3734 {03735.f} {03736.p1} -> {03736.p3} 
+tr {03736.e} {03736.p6} {03736.p3} -> {03736.p4-eats} 
+tr {03736.t} {03736.p2-thinks} -> {03736.p1} {03736.p5} 
+tr {03736.t0|03737.t4} : b3735 {03737.p4-eats} -> {03736.f} {03737.f} {03737.p2-thinks} 
+tr {03736.t2} {03736.f} {03736.p5} -> {03736.p6} 
+tr {03736.t3|03737.t1} : a3735 {03736.f} {03737.p1} -> {03737.p3} 
+tr {03737.e} {03737.p6} {03737.p3} -> {03737.p4-eats} 
+tr {03737.t} {03737.p2-thinks} -> {03737.p1} {03737.p5} 
+tr {03737.t0|03738.t4} : b3736 {03738.p4-eats} -> {03737.f} {03738.f} {03738.p2-thinks} 
+tr {03737.t2} {03737.f} {03737.p5} -> {03737.p6} 
+tr {03737.t3|03738.t1} : a3736 {03737.f} {03738.p1} -> {03738.p3} 
+tr {03738.e} {03738.p6} {03738.p3} -> {03738.p4-eats} 
+tr {03738.t} {03738.p2-thinks} -> {03738.p1} {03738.p5} 
+tr {03738.t0|03739.t4} : b3737 {03739.p4-eats} -> {03738.f} {03739.f} {03739.p2-thinks} 
+tr {03738.t2} {03738.f} {03738.p5} -> {03738.p6} 
+tr {03738.t3|03739.t1} : a3737 {03738.f} {03739.p1} -> {03739.p3} 
+tr {03739.e} {03739.p6} {03739.p3} -> {03739.p4-eats} 
+tr {03739.t} {03739.p2-thinks} -> {03739.p1} {03739.p5} 
+tr {03739.t0|03740.t4} : b3738 {03740.p4-eats} -> {03739.f} {03740.f} {03740.p2-thinks} 
+tr {03739.t2} {03739.f} {03739.p5} -> {03739.p6} 
+tr {03739.t3|03740.t1} : a3738 {03739.f} {03740.p1} -> {03740.p3} 
+tr {03740.e} {03740.p6} {03740.p3} -> {03740.p4-eats} 
+tr {03740.t} {03740.p2-thinks} -> {03740.p1} {03740.p5} 
+tr {03740.t0|03741.t4} : b3739 {03741.p4-eats} -> {03740.f} {03741.f} {03741.p2-thinks} 
+tr {03740.t2} {03740.f} {03740.p5} -> {03740.p6} 
+tr {03740.t3|03741.t1} : a3739 {03740.f} {03741.p1} -> {03741.p3} 
+tr {03741.e} {03741.p6} {03741.p3} -> {03741.p4-eats} 
+tr {03741.t} {03741.p2-thinks} -> {03741.p1} {03741.p5} 
+tr {03741.t0|03742.t4} : b3740 {03742.p4-eats} -> {03741.f} {03742.f} {03742.p2-thinks} 
+tr {03741.t2} {03741.f} {03741.p5} -> {03741.p6} 
+tr {03741.t3|03742.t1} : a3740 {03741.f} {03742.p1} -> {03742.p3} 
+tr {03742.e} {03742.p6} {03742.p3} -> {03742.p4-eats} 
+tr {03742.t} {03742.p2-thinks} -> {03742.p1} {03742.p5} 
+tr {03742.t0|03743.t4} : b3741 {03743.p4-eats} -> {03742.f} {03743.f} {03743.p2-thinks} 
+tr {03742.t2} {03742.f} {03742.p5} -> {03742.p6} 
+tr {03742.t3|03743.t1} : a3741 {03742.f} {03743.p1} -> {03743.p3} 
+tr {03743.e} {03743.p6} {03743.p3} -> {03743.p4-eats} 
+tr {03743.t} {03743.p2-thinks} -> {03743.p1} {03743.p5} 
+tr {03743.t0|03744.t4} : b3742 {03744.p4-eats} -> {03743.f} {03744.f} {03744.p2-thinks} 
+tr {03743.t2} {03743.f} {03743.p5} -> {03743.p6} 
+tr {03743.t3|03744.t1} : a3742 {03743.f} {03744.p1} -> {03744.p3} 
+tr {03744.e} {03744.p6} {03744.p3} -> {03744.p4-eats} 
+tr {03744.t} {03744.p2-thinks} -> {03744.p1} {03744.p5} 
+tr {03744.t0|03745.t4} : b3743 {03745.p4-eats} -> {03744.f} {03745.f} {03745.p2-thinks} 
+tr {03744.t2} {03744.f} {03744.p5} -> {03744.p6} 
+tr {03744.t3|03745.t1} : a3743 {03744.f} {03745.p1} -> {03745.p3} 
+tr {03745.e} {03745.p6} {03745.p3} -> {03745.p4-eats} 
+tr {03745.t} {03745.p2-thinks} -> {03745.p1} {03745.p5} 
+tr {03745.t0|03746.t4} : b3744 {03746.p4-eats} -> {03745.f} {03746.f} {03746.p2-thinks} 
+tr {03745.t2} {03745.f} {03745.p5} -> {03745.p6} 
+tr {03745.t3|03746.t1} : a3744 {03745.f} {03746.p1} -> {03746.p3} 
+tr {03746.e} {03746.p6} {03746.p3} -> {03746.p4-eats} 
+tr {03746.t} {03746.p2-thinks} -> {03746.p1} {03746.p5} 
+tr {03746.t0|03747.t4} : b3745 {03747.p4-eats} -> {03746.f} {03747.f} {03747.p2-thinks} 
+tr {03746.t2} {03746.f} {03746.p5} -> {03746.p6} 
+tr {03746.t3|03747.t1} : a3745 {03746.f} {03747.p1} -> {03747.p3} 
+tr {03747.e} {03747.p6} {03747.p3} -> {03747.p4-eats} 
+tr {03747.t} {03747.p2-thinks} -> {03747.p1} {03747.p5} 
+tr {03747.t0|03748.t4} : b3746 {03748.p4-eats} -> {03747.f} {03748.f} {03748.p2-thinks} 
+tr {03747.t2} {03747.f} {03747.p5} -> {03747.p6} 
+tr {03747.t3|03748.t1} : a3746 {03747.f} {03748.p1} -> {03748.p3} 
+tr {03748.e} {03748.p6} {03748.p3} -> {03748.p4-eats} 
+tr {03748.t} {03748.p2-thinks} -> {03748.p1} {03748.p5} 
+tr {03748.t0|03749.t4} : b3747 {03749.p4-eats} -> {03748.f} {03749.f} {03749.p2-thinks} 
+tr {03748.t2} {03748.f} {03748.p5} -> {03748.p6} 
+tr {03748.t3|03749.t1} : a3747 {03748.f} {03749.p1} -> {03749.p3} 
+tr {03749.e} {03749.p6} {03749.p3} -> {03749.p4-eats} 
+tr {03749.t} {03749.p2-thinks} -> {03749.p1} {03749.p5} 
+tr {03749.t0|03750.t4} : b3748 {03750.p4-eats} -> {03749.f} {03750.f} {03750.p2-thinks} 
+tr {03749.t2} {03749.f} {03749.p5} -> {03749.p6} 
+tr {03749.t3|03750.t1} : a3748 {03749.f} {03750.p1} -> {03750.p3} 
+tr {03750.e} {03750.p6} {03750.p3} -> {03750.p4-eats} 
+tr {03750.t} {03750.p2-thinks} -> {03750.p1} {03750.p5} 
+tr {03750.t0|03751.t4} : b3749 {03751.p4-eats} -> {03750.f} {03751.f} {03751.p2-thinks} 
+tr {03750.t2} {03750.f} {03750.p5} -> {03750.p6} 
+tr {03750.t3|03751.t1} : a3749 {03750.f} {03751.p1} -> {03751.p3} 
+tr {03751.e} {03751.p6} {03751.p3} -> {03751.p4-eats} 
+tr {03751.t} {03751.p2-thinks} -> {03751.p1} {03751.p5} 
+tr {03751.t0|03752.t4} : b3750 {03752.p4-eats} -> {03751.f} {03752.f} {03752.p2-thinks} 
+tr {03751.t2} {03751.f} {03751.p5} -> {03751.p6} 
+tr {03751.t3|03752.t1} : a3750 {03751.f} {03752.p1} -> {03752.p3} 
+tr {03752.e} {03752.p6} {03752.p3} -> {03752.p4-eats} 
+tr {03752.t} {03752.p2-thinks} -> {03752.p1} {03752.p5} 
+tr {03752.t0|03753.t4} : b3751 {03753.p4-eats} -> {03752.f} {03753.f} {03753.p2-thinks} 
+tr {03752.t2} {03752.f} {03752.p5} -> {03752.p6} 
+tr {03752.t3|03753.t1} : a3751 {03752.f} {03753.p1} -> {03753.p3} 
+tr {03753.e} {03753.p6} {03753.p3} -> {03753.p4-eats} 
+tr {03753.t} {03753.p2-thinks} -> {03753.p1} {03753.p5} 
+tr {03753.t0|03754.t4} : b3752 {03754.p4-eats} -> {03753.f} {03754.f} {03754.p2-thinks} 
+tr {03753.t2} {03753.f} {03753.p5} -> {03753.p6} 
+tr {03753.t3|03754.t1} : a3752 {03753.f} {03754.p1} -> {03754.p3} 
+tr {03754.e} {03754.p6} {03754.p3} -> {03754.p4-eats} 
+tr {03754.t} {03754.p2-thinks} -> {03754.p1} {03754.p5} 
+tr {03754.t0|03755.t4} : b3753 {03755.p4-eats} -> {03754.f} {03755.f} {03755.p2-thinks} 
+tr {03754.t2} {03754.f} {03754.p5} -> {03754.p6} 
+tr {03754.t3|03755.t1} : a3753 {03754.f} {03755.p1} -> {03755.p3} 
+tr {03755.e} {03755.p6} {03755.p3} -> {03755.p4-eats} 
+tr {03755.t} {03755.p2-thinks} -> {03755.p1} {03755.p5} 
+tr {03755.t0|03756.t4} : b3754 {03756.p4-eats} -> {03755.f} {03756.f} {03756.p2-thinks} 
+tr {03755.t2} {03755.f} {03755.p5} -> {03755.p6} 
+tr {03755.t3|03756.t1} : a3754 {03755.f} {03756.p1} -> {03756.p3} 
+tr {03756.e} {03756.p6} {03756.p3} -> {03756.p4-eats} 
+tr {03756.t} {03756.p2-thinks} -> {03756.p1} {03756.p5} 
+tr {03756.t0|03757.t4} : b3755 {03757.p4-eats} -> {03756.f} {03757.f} {03757.p2-thinks} 
+tr {03756.t2} {03756.f} {03756.p5} -> {03756.p6} 
+tr {03756.t3|03757.t1} : a3755 {03756.f} {03757.p1} -> {03757.p3} 
+tr {03757.e} {03757.p6} {03757.p3} -> {03757.p4-eats} 
+tr {03757.t} {03757.p2-thinks} -> {03757.p1} {03757.p5} 
+tr {03757.t0|03758.t4} : b3756 {03758.p4-eats} -> {03757.f} {03758.f} {03758.p2-thinks} 
+tr {03757.t2} {03757.f} {03757.p5} -> {03757.p6} 
+tr {03757.t3|03758.t1} : a3756 {03757.f} {03758.p1} -> {03758.p3} 
+tr {03758.e} {03758.p6} {03758.p3} -> {03758.p4-eats} 
+tr {03758.t} {03758.p2-thinks} -> {03758.p1} {03758.p5} 
+tr {03758.t0|03759.t4} : b3757 {03759.p4-eats} -> {03758.f} {03759.f} {03759.p2-thinks} 
+tr {03758.t2} {03758.f} {03758.p5} -> {03758.p6} 
+tr {03758.t3|03759.t1} : a3757 {03758.f} {03759.p1} -> {03759.p3} 
+tr {03759.e} {03759.p6} {03759.p3} -> {03759.p4-eats} 
+tr {03759.t} {03759.p2-thinks} -> {03759.p1} {03759.p5} 
+tr {03759.t0|03760.t4} : b3758 {03760.p4-eats} -> {03759.f} {03760.f} {03760.p2-thinks} 
+tr {03759.t2} {03759.f} {03759.p5} -> {03759.p6} 
+tr {03759.t3|03760.t1} : a3758 {03759.f} {03760.p1} -> {03760.p3} 
+tr {03760.e} {03760.p6} {03760.p3} -> {03760.p4-eats} 
+tr {03760.t} {03760.p2-thinks} -> {03760.p1} {03760.p5} 
+tr {03760.t0|03761.t4} : b3759 {03761.p4-eats} -> {03760.f} {03761.f} {03761.p2-thinks} 
+tr {03760.t2} {03760.f} {03760.p5} -> {03760.p6} 
+tr {03760.t3|03761.t1} : a3759 {03760.f} {03761.p1} -> {03761.p3} 
+tr {03761.e} {03761.p6} {03761.p3} -> {03761.p4-eats} 
+tr {03761.t} {03761.p2-thinks} -> {03761.p1} {03761.p5} 
+tr {03761.t0|03762.t4} : b3760 {03762.p4-eats} -> {03761.f} {03762.f} {03762.p2-thinks} 
+tr {03761.t2} {03761.f} {03761.p5} -> {03761.p6} 
+tr {03761.t3|03762.t1} : a3760 {03761.f} {03762.p1} -> {03762.p3} 
+tr {03762.e} {03762.p6} {03762.p3} -> {03762.p4-eats} 
+tr {03762.t} {03762.p2-thinks} -> {03762.p1} {03762.p5} 
+tr {03762.t0|03763.t4} : b3761 {03763.p4-eats} -> {03762.f} {03763.f} {03763.p2-thinks} 
+tr {03762.t2} {03762.f} {03762.p5} -> {03762.p6} 
+tr {03762.t3|03763.t1} : a3761 {03762.f} {03763.p1} -> {03763.p3} 
+tr {03763.e} {03763.p6} {03763.p3} -> {03763.p4-eats} 
+tr {03763.t} {03763.p2-thinks} -> {03763.p1} {03763.p5} 
+tr {03763.t0|03764.t4} : b3762 {03764.p4-eats} -> {03763.f} {03764.f} {03764.p2-thinks} 
+tr {03763.t2} {03763.f} {03763.p5} -> {03763.p6} 
+tr {03763.t3|03764.t1} : a3762 {03763.f} {03764.p1} -> {03764.p3} 
+tr {03764.e} {03764.p6} {03764.p3} -> {03764.p4-eats} 
+tr {03764.t} {03764.p2-thinks} -> {03764.p1} {03764.p5} 
+tr {03764.t0|03765.t4} : b3763 {03765.p4-eats} -> {03764.f} {03765.f} {03765.p2-thinks} 
+tr {03764.t2} {03764.f} {03764.p5} -> {03764.p6} 
+tr {03764.t3|03765.t1} : a3763 {03764.f} {03765.p1} -> {03765.p3} 
+tr {03765.e} {03765.p6} {03765.p3} -> {03765.p4-eats} 
+tr {03765.t} {03765.p2-thinks} -> {03765.p1} {03765.p5} 
+tr {03765.t0|03766.t4} : b3764 {03766.p4-eats} -> {03765.f} {03766.f} {03766.p2-thinks} 
+tr {03765.t2} {03765.f} {03765.p5} -> {03765.p6} 
+tr {03765.t3|03766.t1} : a3764 {03765.f} {03766.p1} -> {03766.p3} 
+tr {03766.e} {03766.p6} {03766.p3} -> {03766.p4-eats} 
+tr {03766.t} {03766.p2-thinks} -> {03766.p1} {03766.p5} 
+tr {03766.t0|03767.t4} : b3765 {03767.p4-eats} -> {03766.f} {03767.f} {03767.p2-thinks} 
+tr {03766.t2} {03766.f} {03766.p5} -> {03766.p6} 
+tr {03766.t3|03767.t1} : a3765 {03766.f} {03767.p1} -> {03767.p3} 
+tr {03767.e} {03767.p6} {03767.p3} -> {03767.p4-eats} 
+tr {03767.t} {03767.p2-thinks} -> {03767.p1} {03767.p5} 
+tr {03767.t0|03768.t4} : b3766 {03768.p4-eats} -> {03767.f} {03768.f} {03768.p2-thinks} 
+tr {03767.t2} {03767.f} {03767.p5} -> {03767.p6} 
+tr {03767.t3|03768.t1} : a3766 {03767.f} {03768.p1} -> {03768.p3} 
+tr {03768.e} {03768.p6} {03768.p3} -> {03768.p4-eats} 
+tr {03768.t} {03768.p2-thinks} -> {03768.p1} {03768.p5} 
+tr {03768.t0|03769.t4} : b3767 {03769.p4-eats} -> {03768.f} {03769.f} {03769.p2-thinks} 
+tr {03768.t2} {03768.f} {03768.p5} -> {03768.p6} 
+tr {03768.t3|03769.t1} : a3767 {03768.f} {03769.p1} -> {03769.p3} 
+tr {03769.e} {03769.p6} {03769.p3} -> {03769.p4-eats} 
+tr {03769.t} {03769.p2-thinks} -> {03769.p1} {03769.p5} 
+tr {03769.t0|03770.t4} : b3768 {03770.p4-eats} -> {03769.f} {03770.f} {03770.p2-thinks} 
+tr {03769.t2} {03769.f} {03769.p5} -> {03769.p6} 
+tr {03769.t3|03770.t1} : a3768 {03769.f} {03770.p1} -> {03770.p3} 
+tr {03770.e} {03770.p6} {03770.p3} -> {03770.p4-eats} 
+tr {03770.t} {03770.p2-thinks} -> {03770.p1} {03770.p5} 
+tr {03770.t0|03771.t4} : b3769 {03771.p4-eats} -> {03770.f} {03771.f} {03771.p2-thinks} 
+tr {03770.t2} {03770.f} {03770.p5} -> {03770.p6} 
+tr {03770.t3|03771.t1} : a3769 {03770.f} {03771.p1} -> {03771.p3} 
+tr {03771.e} {03771.p6} {03771.p3} -> {03771.p4-eats} 
+tr {03771.t} {03771.p2-thinks} -> {03771.p1} {03771.p5} 
+tr {03771.t0|03772.t4} : b3770 {03772.p4-eats} -> {03771.f} {03772.f} {03772.p2-thinks} 
+tr {03771.t2} {03771.f} {03771.p5} -> {03771.p6} 
+tr {03771.t3|03772.t1} : a3770 {03771.f} {03772.p1} -> {03772.p3} 
+tr {03772.e} {03772.p6} {03772.p3} -> {03772.p4-eats} 
+tr {03772.t} {03772.p2-thinks} -> {03772.p1} {03772.p5} 
+tr {03772.t0|03773.t4} : b3771 {03773.p4-eats} -> {03772.f} {03773.f} {03773.p2-thinks} 
+tr {03772.t2} {03772.f} {03772.p5} -> {03772.p6} 
+tr {03772.t3|03773.t1} : a3771 {03772.f} {03773.p1} -> {03773.p3} 
+tr {03773.e} {03773.p6} {03773.p3} -> {03773.p4-eats} 
+tr {03773.t} {03773.p2-thinks} -> {03773.p1} {03773.p5} 
+tr {03773.t0|03774.t4} : b3772 {03774.p4-eats} -> {03773.f} {03774.f} {03774.p2-thinks} 
+tr {03773.t2} {03773.f} {03773.p5} -> {03773.p6} 
+tr {03773.t3|03774.t1} : a3772 {03773.f} {03774.p1} -> {03774.p3} 
+tr {03774.e} {03774.p6} {03774.p3} -> {03774.p4-eats} 
+tr {03774.t} {03774.p2-thinks} -> {03774.p1} {03774.p5} 
+tr {03774.t0|03775.t4} : b3773 {03775.p4-eats} -> {03774.f} {03775.f} {03775.p2-thinks} 
+tr {03774.t2} {03774.f} {03774.p5} -> {03774.p6} 
+tr {03774.t3|03775.t1} : a3773 {03774.f} {03775.p1} -> {03775.p3} 
+tr {03775.e} {03775.p6} {03775.p3} -> {03775.p4-eats} 
+tr {03775.t} {03775.p2-thinks} -> {03775.p1} {03775.p5} 
+tr {03775.t0|03776.t4} : b3774 {03776.p4-eats} -> {03775.f} {03776.f} {03776.p2-thinks} 
+tr {03775.t2} {03775.f} {03775.p5} -> {03775.p6} 
+tr {03775.t3|03776.t1} : a3774 {03775.f} {03776.p1} -> {03776.p3} 
+tr {03776.e} {03776.p6} {03776.p3} -> {03776.p4-eats} 
+tr {03776.t} {03776.p2-thinks} -> {03776.p1} {03776.p5} 
+tr {03776.t0|03777.t4} : b3775 {03777.p4-eats} -> {03776.f} {03777.f} {03777.p2-thinks} 
+tr {03776.t2} {03776.f} {03776.p5} -> {03776.p6} 
+tr {03776.t3|03777.t1} : a3775 {03776.f} {03777.p1} -> {03777.p3} 
+tr {03777.e} {03777.p6} {03777.p3} -> {03777.p4-eats} 
+tr {03777.t} {03777.p2-thinks} -> {03777.p1} {03777.p5} 
+tr {03777.t0|03778.t4} : b3776 {03778.p4-eats} -> {03777.f} {03778.f} {03778.p2-thinks} 
+tr {03777.t2} {03777.f} {03777.p5} -> {03777.p6} 
+tr {03777.t3|03778.t1} : a3776 {03777.f} {03778.p1} -> {03778.p3} 
+tr {03778.e} {03778.p6} {03778.p3} -> {03778.p4-eats} 
+tr {03778.t} {03778.p2-thinks} -> {03778.p1} {03778.p5} 
+tr {03778.t0|03779.t4} : b3777 {03779.p4-eats} -> {03778.f} {03779.f} {03779.p2-thinks} 
+tr {03778.t2} {03778.f} {03778.p5} -> {03778.p6} 
+tr {03778.t3|03779.t1} : a3777 {03778.f} {03779.p1} -> {03779.p3} 
+tr {03779.e} {03779.p6} {03779.p3} -> {03779.p4-eats} 
+tr {03779.t} {03779.p2-thinks} -> {03779.p1} {03779.p5} 
+tr {03779.t0|03780.t4} : b3778 {03780.p4-eats} -> {03779.f} {03780.f} {03780.p2-thinks} 
+tr {03779.t2} {03779.f} {03779.p5} -> {03779.p6} 
+tr {03779.t3|03780.t1} : a3778 {03779.f} {03780.p1} -> {03780.p3} 
+tr {03780.e} {03780.p6} {03780.p3} -> {03780.p4-eats} 
+tr {03780.t} {03780.p2-thinks} -> {03780.p1} {03780.p5} 
+tr {03780.t0|03781.t4} : b3779 {03781.p4-eats} -> {03780.f} {03781.f} {03781.p2-thinks} 
+tr {03780.t2} {03780.f} {03780.p5} -> {03780.p6} 
+tr {03780.t3|03781.t1} : a3779 {03780.f} {03781.p1} -> {03781.p3} 
+tr {03781.e} {03781.p6} {03781.p3} -> {03781.p4-eats} 
+tr {03781.t} {03781.p2-thinks} -> {03781.p1} {03781.p5} 
+tr {03781.t0|03782.t4} : b3780 {03782.p4-eats} -> {03781.f} {03782.f} {03782.p2-thinks} 
+tr {03781.t2} {03781.f} {03781.p5} -> {03781.p6} 
+tr {03781.t3|03782.t1} : a3780 {03781.f} {03782.p1} -> {03782.p3} 
+tr {03782.e} {03782.p6} {03782.p3} -> {03782.p4-eats} 
+tr {03782.t} {03782.p2-thinks} -> {03782.p1} {03782.p5} 
+tr {03782.t0|03783.t4} : b3781 {03783.p4-eats} -> {03782.f} {03783.f} {03783.p2-thinks} 
+tr {03782.t2} {03782.f} {03782.p5} -> {03782.p6} 
+tr {03782.t3|03783.t1} : a3781 {03782.f} {03783.p1} -> {03783.p3} 
+tr {03783.e} {03783.p6} {03783.p3} -> {03783.p4-eats} 
+tr {03783.t} {03783.p2-thinks} -> {03783.p1} {03783.p5} 
+tr {03783.t0|03784.t4} : b3782 {03784.p4-eats} -> {03783.f} {03784.f} {03784.p2-thinks} 
+tr {03783.t2} {03783.f} {03783.p5} -> {03783.p6} 
+tr {03783.t3|03784.t1} : a3782 {03783.f} {03784.p1} -> {03784.p3} 
+tr {03784.e} {03784.p6} {03784.p3} -> {03784.p4-eats} 
+tr {03784.t} {03784.p2-thinks} -> {03784.p1} {03784.p5} 
+tr {03784.t0|03785.t4} : b3783 {03785.p4-eats} -> {03784.f} {03785.f} {03785.p2-thinks} 
+tr {03784.t2} {03784.f} {03784.p5} -> {03784.p6} 
+tr {03784.t3|03785.t1} : a3783 {03784.f} {03785.p1} -> {03785.p3} 
+tr {03785.e} {03785.p6} {03785.p3} -> {03785.p4-eats} 
+tr {03785.t} {03785.p2-thinks} -> {03785.p1} {03785.p5} 
+tr {03785.t0|03786.t4} : b3784 {03786.p4-eats} -> {03785.f} {03786.f} {03786.p2-thinks} 
+tr {03785.t2} {03785.f} {03785.p5} -> {03785.p6} 
+tr {03785.t3|03786.t1} : a3784 {03785.f} {03786.p1} -> {03786.p3} 
+tr {03786.e} {03786.p6} {03786.p3} -> {03786.p4-eats} 
+tr {03786.t} {03786.p2-thinks} -> {03786.p1} {03786.p5} 
+tr {03786.t0|03787.t4} : b3785 {03787.p4-eats} -> {03786.f} {03787.f} {03787.p2-thinks} 
+tr {03786.t2} {03786.f} {03786.p5} -> {03786.p6} 
+tr {03786.t3|03787.t1} : a3785 {03786.f} {03787.p1} -> {03787.p3} 
+tr {03787.e} {03787.p6} {03787.p3} -> {03787.p4-eats} 
+tr {03787.t} {03787.p2-thinks} -> {03787.p1} {03787.p5} 
+tr {03787.t0|03788.t4} : b3786 {03788.p4-eats} -> {03787.f} {03788.f} {03788.p2-thinks} 
+tr {03787.t2} {03787.f} {03787.p5} -> {03787.p6} 
+tr {03787.t3|03788.t1} : a3786 {03787.f} {03788.p1} -> {03788.p3} 
+tr {03788.e} {03788.p6} {03788.p3} -> {03788.p4-eats} 
+tr {03788.t} {03788.p2-thinks} -> {03788.p1} {03788.p5} 
+tr {03788.t0|03789.t4} : b3787 {03789.p4-eats} -> {03788.f} {03789.f} {03789.p2-thinks} 
+tr {03788.t2} {03788.f} {03788.p5} -> {03788.p6} 
+tr {03788.t3|03789.t1} : a3787 {03788.f} {03789.p1} -> {03789.p3} 
+tr {03789.e} {03789.p6} {03789.p3} -> {03789.p4-eats} 
+tr {03789.t} {03789.p2-thinks} -> {03789.p1} {03789.p5} 
+tr {03789.t0|03790.t4} : b3788 {03790.p4-eats} -> {03789.f} {03790.f} {03790.p2-thinks} 
+tr {03789.t2} {03789.f} {03789.p5} -> {03789.p6} 
+tr {03789.t3|03790.t1} : a3788 {03789.f} {03790.p1} -> {03790.p3} 
+tr {03790.e} {03790.p6} {03790.p3} -> {03790.p4-eats} 
+tr {03790.t} {03790.p2-thinks} -> {03790.p1} {03790.p5} 
+tr {03790.t0|03791.t4} : b3789 {03791.p4-eats} -> {03790.f} {03791.f} {03791.p2-thinks} 
+tr {03790.t2} {03790.f} {03790.p5} -> {03790.p6} 
+tr {03790.t3|03791.t1} : a3789 {03790.f} {03791.p1} -> {03791.p3} 
+tr {03791.e} {03791.p6} {03791.p3} -> {03791.p4-eats} 
+tr {03791.t} {03791.p2-thinks} -> {03791.p1} {03791.p5} 
+tr {03791.t0|03792.t4} : b3790 {03792.p4-eats} -> {03791.f} {03792.f} {03792.p2-thinks} 
+tr {03791.t2} {03791.f} {03791.p5} -> {03791.p6} 
+tr {03791.t3|03792.t1} : a3790 {03791.f} {03792.p1} -> {03792.p3} 
+tr {03792.e} {03792.p6} {03792.p3} -> {03792.p4-eats} 
+tr {03792.t} {03792.p2-thinks} -> {03792.p1} {03792.p5} 
+tr {03792.t0|03793.t4} : b3791 {03793.p4-eats} -> {03792.f} {03793.f} {03793.p2-thinks} 
+tr {03792.t2} {03792.f} {03792.p5} -> {03792.p6} 
+tr {03792.t3|03793.t1} : a3791 {03792.f} {03793.p1} -> {03793.p3} 
+tr {03793.e} {03793.p6} {03793.p3} -> {03793.p4-eats} 
+tr {03793.t} {03793.p2-thinks} -> {03793.p1} {03793.p5} 
+tr {03793.t0|03794.t4} : b3792 {03794.p4-eats} -> {03793.f} {03794.f} {03794.p2-thinks} 
+tr {03793.t2} {03793.f} {03793.p5} -> {03793.p6} 
+tr {03793.t3|03794.t1} : a3792 {03793.f} {03794.p1} -> {03794.p3} 
+tr {03794.e} {03794.p6} {03794.p3} -> {03794.p4-eats} 
+tr {03794.t} {03794.p2-thinks} -> {03794.p1} {03794.p5} 
+tr {03794.t0|03795.t4} : b3793 {03795.p4-eats} -> {03794.f} {03795.f} {03795.p2-thinks} 
+tr {03794.t2} {03794.f} {03794.p5} -> {03794.p6} 
+tr {03794.t3|03795.t1} : a3793 {03794.f} {03795.p1} -> {03795.p3} 
+tr {03795.e} {03795.p6} {03795.p3} -> {03795.p4-eats} 
+tr {03795.t} {03795.p2-thinks} -> {03795.p1} {03795.p5} 
+tr {03795.t0|03796.t4} : b3794 {03796.p4-eats} -> {03795.f} {03796.f} {03796.p2-thinks} 
+tr {03795.t2} {03795.f} {03795.p5} -> {03795.p6} 
+tr {03795.t3|03796.t1} : a3794 {03795.f} {03796.p1} -> {03796.p3} 
+tr {03796.e} {03796.p6} {03796.p3} -> {03796.p4-eats} 
+tr {03796.t} {03796.p2-thinks} -> {03796.p1} {03796.p5} 
+tr {03796.t0|03797.t4} : b3795 {03797.p4-eats} -> {03796.f} {03797.f} {03797.p2-thinks} 
+tr {03796.t2} {03796.f} {03796.p5} -> {03796.p6} 
+tr {03796.t3|03797.t1} : a3795 {03796.f} {03797.p1} -> {03797.p3} 
+tr {03797.e} {03797.p6} {03797.p3} -> {03797.p4-eats} 
+tr {03797.t} {03797.p2-thinks} -> {03797.p1} {03797.p5} 
+tr {03797.t0|03798.t4} : b3796 {03798.p4-eats} -> {03797.f} {03798.f} {03798.p2-thinks} 
+tr {03797.t2} {03797.f} {03797.p5} -> {03797.p6} 
+tr {03797.t3|03798.t1} : a3796 {03797.f} {03798.p1} -> {03798.p3} 
+tr {03798.e} {03798.p6} {03798.p3} -> {03798.p4-eats} 
+tr {03798.t} {03798.p2-thinks} -> {03798.p1} {03798.p5} 
+tr {03798.t0|03799.t4} : b3797 {03799.p4-eats} -> {03798.f} {03799.f} {03799.p2-thinks} 
+tr {03798.t2} {03798.f} {03798.p5} -> {03798.p6} 
+tr {03798.t3|03799.t1} : a3797 {03798.f} {03799.p1} -> {03799.p3} 
+tr {03799.e} {03799.p6} {03799.p3} -> {03799.p4-eats} 
+tr {03799.t} {03799.p2-thinks} -> {03799.p1} {03799.p5} 
+tr {03799.t0|03800.t4} : b3798 {03800.p4-eats} -> {03799.f} {03800.f} {03800.p2-thinks} 
+tr {03799.t2} {03799.f} {03799.p5} -> {03799.p6} 
+tr {03799.t3|03800.t1} : a3798 {03799.f} {03800.p1} -> {03800.p3} 
+tr {03800.e} {03800.p6} {03800.p3} -> {03800.p4-eats} 
+tr {03800.t} {03800.p2-thinks} -> {03800.p1} {03800.p5} 
+tr {03800.t0|03801.t4} : b3799 {03801.p4-eats} -> {03800.f} {03801.f} {03801.p2-thinks} 
+tr {03800.t2} {03800.f} {03800.p5} -> {03800.p6} 
+tr {03800.t3|03801.t1} : a3799 {03800.f} {03801.p1} -> {03801.p3} 
+tr {03801.e} {03801.p6} {03801.p3} -> {03801.p4-eats} 
+tr {03801.t} {03801.p2-thinks} -> {03801.p1} {03801.p5} 
+tr {03801.t0|03802.t4} : b3800 {03802.p4-eats} -> {03801.f} {03802.f} {03802.p2-thinks} 
+tr {03801.t2} {03801.f} {03801.p5} -> {03801.p6} 
+tr {03801.t3|03802.t1} : a3800 {03801.f} {03802.p1} -> {03802.p3} 
+tr {03802.e} {03802.p6} {03802.p3} -> {03802.p4-eats} 
+tr {03802.t} {03802.p2-thinks} -> {03802.p1} {03802.p5} 
+tr {03802.t0|03803.t4} : b3801 {03803.p4-eats} -> {03802.f} {03803.f} {03803.p2-thinks} 
+tr {03802.t2} {03802.f} {03802.p5} -> {03802.p6} 
+tr {03802.t3|03803.t1} : a3801 {03802.f} {03803.p1} -> {03803.p3} 
+tr {03803.e} {03803.p6} {03803.p3} -> {03803.p4-eats} 
+tr {03803.t} {03803.p2-thinks} -> {03803.p1} {03803.p5} 
+tr {03803.t0|03804.t4} : b3802 {03804.p4-eats} -> {03803.f} {03804.f} {03804.p2-thinks} 
+tr {03803.t2} {03803.f} {03803.p5} -> {03803.p6} 
+tr {03803.t3|03804.t1} : a3802 {03803.f} {03804.p1} -> {03804.p3} 
+tr {03804.e} {03804.p6} {03804.p3} -> {03804.p4-eats} 
+tr {03804.t} {03804.p2-thinks} -> {03804.p1} {03804.p5} 
+tr {03804.t0|03805.t4} : b3803 {03805.p4-eats} -> {03804.f} {03805.f} {03805.p2-thinks} 
+tr {03804.t2} {03804.f} {03804.p5} -> {03804.p6} 
+tr {03804.t3|03805.t1} : a3803 {03804.f} {03805.p1} -> {03805.p3} 
+tr {03805.e} {03805.p6} {03805.p3} -> {03805.p4-eats} 
+tr {03805.t} {03805.p2-thinks} -> {03805.p1} {03805.p5} 
+tr {03805.t0|03806.t4} : b3804 {03806.p4-eats} -> {03805.f} {03806.f} {03806.p2-thinks} 
+tr {03805.t2} {03805.f} {03805.p5} -> {03805.p6} 
+tr {03805.t3|03806.t1} : a3804 {03805.f} {03806.p1} -> {03806.p3} 
+tr {03806.e} {03806.p6} {03806.p3} -> {03806.p4-eats} 
+tr {03806.t} {03806.p2-thinks} -> {03806.p1} {03806.p5} 
+tr {03806.t0|03807.t4} : b3805 {03807.p4-eats} -> {03806.f} {03807.f} {03807.p2-thinks} 
+tr {03806.t2} {03806.f} {03806.p5} -> {03806.p6} 
+tr {03806.t3|03807.t1} : a3805 {03806.f} {03807.p1} -> {03807.p3} 
+tr {03807.e} {03807.p6} {03807.p3} -> {03807.p4-eats} 
+tr {03807.t} {03807.p2-thinks} -> {03807.p1} {03807.p5} 
+tr {03807.t0|03808.t4} : b3806 {03808.p4-eats} -> {03807.f} {03808.f} {03808.p2-thinks} 
+tr {03807.t2} {03807.f} {03807.p5} -> {03807.p6} 
+tr {03807.t3|03808.t1} : a3806 {03807.f} {03808.p1} -> {03808.p3} 
+tr {03808.e} {03808.p6} {03808.p3} -> {03808.p4-eats} 
+tr {03808.t} {03808.p2-thinks} -> {03808.p1} {03808.p5} 
+tr {03808.t0|03809.t4} : b3807 {03809.p4-eats} -> {03808.f} {03809.f} {03809.p2-thinks} 
+tr {03808.t2} {03808.f} {03808.p5} -> {03808.p6} 
+tr {03808.t3|03809.t1} : a3807 {03808.f} {03809.p1} -> {03809.p3} 
+tr {03809.e} {03809.p6} {03809.p3} -> {03809.p4-eats} 
+tr {03809.t} {03809.p2-thinks} -> {03809.p1} {03809.p5} 
+tr {03809.t0|03810.t4} : b3808 {03810.p4-eats} -> {03809.f} {03810.f} {03810.p2-thinks} 
+tr {03809.t2} {03809.f} {03809.p5} -> {03809.p6} 
+tr {03809.t3|03810.t1} : a3808 {03809.f} {03810.p1} -> {03810.p3} 
+tr {03810.e} {03810.p6} {03810.p3} -> {03810.p4-eats} 
+tr {03810.t} {03810.p2-thinks} -> {03810.p1} {03810.p5} 
+tr {03810.t0|03811.t4} : b3809 {03811.p4-eats} -> {03810.f} {03811.f} {03811.p2-thinks} 
+tr {03810.t2} {03810.f} {03810.p5} -> {03810.p6} 
+tr {03810.t3|03811.t1} : a3809 {03810.f} {03811.p1} -> {03811.p3} 
+tr {03811.e} {03811.p6} {03811.p3} -> {03811.p4-eats} 
+tr {03811.t} {03811.p2-thinks} -> {03811.p1} {03811.p5} 
+tr {03811.t0|03812.t4} : b3810 {03812.p4-eats} -> {03811.f} {03812.f} {03812.p2-thinks} 
+tr {03811.t2} {03811.f} {03811.p5} -> {03811.p6} 
+tr {03811.t3|03812.t1} : a3810 {03811.f} {03812.p1} -> {03812.p3} 
+tr {03812.e} {03812.p6} {03812.p3} -> {03812.p4-eats} 
+tr {03812.t} {03812.p2-thinks} -> {03812.p1} {03812.p5} 
+tr {03812.t0|03813.t4} : b3811 {03813.p4-eats} -> {03812.f} {03813.f} {03813.p2-thinks} 
+tr {03812.t2} {03812.f} {03812.p5} -> {03812.p6} 
+tr {03812.t3|03813.t1} : a3811 {03812.f} {03813.p1} -> {03813.p3} 
+tr {03813.e} {03813.p6} {03813.p3} -> {03813.p4-eats} 
+tr {03813.t} {03813.p2-thinks} -> {03813.p1} {03813.p5} 
+tr {03813.t0|03814.t4} : b3812 {03814.p4-eats} -> {03813.f} {03814.f} {03814.p2-thinks} 
+tr {03813.t2} {03813.f} {03813.p5} -> {03813.p6} 
+tr {03813.t3|03814.t1} : a3812 {03813.f} {03814.p1} -> {03814.p3} 
+tr {03814.e} {03814.p6} {03814.p3} -> {03814.p4-eats} 
+tr {03814.t} {03814.p2-thinks} -> {03814.p1} {03814.p5} 
+tr {03814.t0|03815.t4} : b3813 {03815.p4-eats} -> {03814.f} {03815.f} {03815.p2-thinks} 
+tr {03814.t2} {03814.f} {03814.p5} -> {03814.p6} 
+tr {03814.t3|03815.t1} : a3813 {03814.f} {03815.p1} -> {03815.p3} 
+tr {03815.e} {03815.p6} {03815.p3} -> {03815.p4-eats} 
+tr {03815.t} {03815.p2-thinks} -> {03815.p1} {03815.p5} 
+tr {03815.t0|03816.t4} : b3814 {03816.p4-eats} -> {03815.f} {03816.f} {03816.p2-thinks} 
+tr {03815.t2} {03815.f} {03815.p5} -> {03815.p6} 
+tr {03815.t3|03816.t1} : a3814 {03815.f} {03816.p1} -> {03816.p3} 
+tr {03816.e} {03816.p6} {03816.p3} -> {03816.p4-eats} 
+tr {03816.t} {03816.p2-thinks} -> {03816.p1} {03816.p5} 
+tr {03816.t0|03817.t4} : b3815 {03817.p4-eats} -> {03816.f} {03817.f} {03817.p2-thinks} 
+tr {03816.t2} {03816.f} {03816.p5} -> {03816.p6} 
+tr {03816.t3|03817.t1} : a3815 {03816.f} {03817.p1} -> {03817.p3} 
+tr {03817.e} {03817.p6} {03817.p3} -> {03817.p4-eats} 
+tr {03817.t} {03817.p2-thinks} -> {03817.p1} {03817.p5} 
+tr {03817.t0|03818.t4} : b3816 {03818.p4-eats} -> {03817.f} {03818.f} {03818.p2-thinks} 
+tr {03817.t2} {03817.f} {03817.p5} -> {03817.p6} 
+tr {03817.t3|03818.t1} : a3816 {03817.f} {03818.p1} -> {03818.p3} 
+tr {03818.e} {03818.p6} {03818.p3} -> {03818.p4-eats} 
+tr {03818.t} {03818.p2-thinks} -> {03818.p1} {03818.p5} 
+tr {03818.t0|03819.t4} : b3817 {03819.p4-eats} -> {03818.f} {03819.f} {03819.p2-thinks} 
+tr {03818.t2} {03818.f} {03818.p5} -> {03818.p6} 
+tr {03818.t3|03819.t1} : a3817 {03818.f} {03819.p1} -> {03819.p3} 
+tr {03819.e} {03819.p6} {03819.p3} -> {03819.p4-eats} 
+tr {03819.t} {03819.p2-thinks} -> {03819.p1} {03819.p5} 
+tr {03819.t0|03820.t4} : b3818 {03820.p4-eats} -> {03819.f} {03820.f} {03820.p2-thinks} 
+tr {03819.t2} {03819.f} {03819.p5} -> {03819.p6} 
+tr {03819.t3|03820.t1} : a3818 {03819.f} {03820.p1} -> {03820.p3} 
+tr {03820.e} {03820.p6} {03820.p3} -> {03820.p4-eats} 
+tr {03820.t} {03820.p2-thinks} -> {03820.p1} {03820.p5} 
+tr {03820.t0|03821.t4} : b3819 {03821.p4-eats} -> {03820.f} {03821.f} {03821.p2-thinks} 
+tr {03820.t2} {03820.f} {03820.p5} -> {03820.p6} 
+tr {03820.t3|03821.t1} : a3819 {03820.f} {03821.p1} -> {03821.p3} 
+tr {03821.e} {03821.p6} {03821.p3} -> {03821.p4-eats} 
+tr {03821.t} {03821.p2-thinks} -> {03821.p1} {03821.p5} 
+tr {03821.t0|03822.t4} : b3820 {03822.p4-eats} -> {03821.f} {03822.f} {03822.p2-thinks} 
+tr {03821.t2} {03821.f} {03821.p5} -> {03821.p6} 
+tr {03821.t3|03822.t1} : a3820 {03821.f} {03822.p1} -> {03822.p3} 
+tr {03822.e} {03822.p6} {03822.p3} -> {03822.p4-eats} 
+tr {03822.t} {03822.p2-thinks} -> {03822.p1} {03822.p5} 
+tr {03822.t0|03823.t4} : b3821 {03823.p4-eats} -> {03822.f} {03823.f} {03823.p2-thinks} 
+tr {03822.t2} {03822.f} {03822.p5} -> {03822.p6} 
+tr {03822.t3|03823.t1} : a3821 {03822.f} {03823.p1} -> {03823.p3} 
+tr {03823.e} {03823.p6} {03823.p3} -> {03823.p4-eats} 
+tr {03823.t} {03823.p2-thinks} -> {03823.p1} {03823.p5} 
+tr {03823.t0|03824.t4} : b3822 {03824.p4-eats} -> {03823.f} {03824.f} {03824.p2-thinks} 
+tr {03823.t2} {03823.f} {03823.p5} -> {03823.p6} 
+tr {03823.t3|03824.t1} : a3822 {03823.f} {03824.p1} -> {03824.p3} 
+tr {03824.e} {03824.p6} {03824.p3} -> {03824.p4-eats} 
+tr {03824.t} {03824.p2-thinks} -> {03824.p1} {03824.p5} 
+tr {03824.t0|03825.t4} : b3823 {03825.p4-eats} -> {03824.f} {03825.f} {03825.p2-thinks} 
+tr {03824.t2} {03824.f} {03824.p5} -> {03824.p6} 
+tr {03824.t3|03825.t1} : a3823 {03824.f} {03825.p1} -> {03825.p3} 
+tr {03825.e} {03825.p6} {03825.p3} -> {03825.p4-eats} 
+tr {03825.t} {03825.p2-thinks} -> {03825.p1} {03825.p5} 
+tr {03825.t0|03826.t4} : b3824 {03826.p4-eats} -> {03825.f} {03826.f} {03826.p2-thinks} 
+tr {03825.t2} {03825.f} {03825.p5} -> {03825.p6} 
+tr {03825.t3|03826.t1} : a3824 {03825.f} {03826.p1} -> {03826.p3} 
+tr {03826.e} {03826.p6} {03826.p3} -> {03826.p4-eats} 
+tr {03826.t} {03826.p2-thinks} -> {03826.p1} {03826.p5} 
+tr {03826.t0|03827.t4} : b3825 {03827.p4-eats} -> {03826.f} {03827.f} {03827.p2-thinks} 
+tr {03826.t2} {03826.f} {03826.p5} -> {03826.p6} 
+tr {03826.t3|03827.t1} : a3825 {03826.f} {03827.p1} -> {03827.p3} 
+tr {03827.e} {03827.p6} {03827.p3} -> {03827.p4-eats} 
+tr {03827.t} {03827.p2-thinks} -> {03827.p1} {03827.p5} 
+tr {03827.t0|03828.t4} : b3826 {03828.p4-eats} -> {03827.f} {03828.f} {03828.p2-thinks} 
+tr {03827.t2} {03827.f} {03827.p5} -> {03827.p6} 
+tr {03827.t3|03828.t1} : a3826 {03827.f} {03828.p1} -> {03828.p3} 
+tr {03828.e} {03828.p6} {03828.p3} -> {03828.p4-eats} 
+tr {03828.t} {03828.p2-thinks} -> {03828.p1} {03828.p5} 
+tr {03828.t0|03829.t4} : b3827 {03829.p4-eats} -> {03828.f} {03829.f} {03829.p2-thinks} 
+tr {03828.t2} {03828.f} {03828.p5} -> {03828.p6} 
+tr {03828.t3|03829.t1} : a3827 {03828.f} {03829.p1} -> {03829.p3} 
+tr {03829.e} {03829.p6} {03829.p3} -> {03829.p4-eats} 
+tr {03829.t} {03829.p2-thinks} -> {03829.p1} {03829.p5} 
+tr {03829.t0|03830.t4} : b3828 {03830.p4-eats} -> {03829.f} {03830.f} {03830.p2-thinks} 
+tr {03829.t2} {03829.f} {03829.p5} -> {03829.p6} 
+tr {03829.t3|03830.t1} : a3828 {03829.f} {03830.p1} -> {03830.p3} 
+tr {03830.e} {03830.p6} {03830.p3} -> {03830.p4-eats} 
+tr {03830.t} {03830.p2-thinks} -> {03830.p1} {03830.p5} 
+tr {03830.t0|03831.t4} : b3829 {03831.p4-eats} -> {03830.f} {03831.f} {03831.p2-thinks} 
+tr {03830.t2} {03830.f} {03830.p5} -> {03830.p6} 
+tr {03830.t3|03831.t1} : a3829 {03830.f} {03831.p1} -> {03831.p3} 
+tr {03831.e} {03831.p6} {03831.p3} -> {03831.p4-eats} 
+tr {03831.t} {03831.p2-thinks} -> {03831.p1} {03831.p5} 
+tr {03831.t0|03832.t4} : b3830 {03832.p4-eats} -> {03831.f} {03832.f} {03832.p2-thinks} 
+tr {03831.t2} {03831.f} {03831.p5} -> {03831.p6} 
+tr {03831.t3|03832.t1} : a3830 {03831.f} {03832.p1} -> {03832.p3} 
+tr {03832.e} {03832.p6} {03832.p3} -> {03832.p4-eats} 
+tr {03832.t} {03832.p2-thinks} -> {03832.p1} {03832.p5} 
+tr {03832.t0|03833.t4} : b3831 {03833.p4-eats} -> {03832.f} {03833.f} {03833.p2-thinks} 
+tr {03832.t2} {03832.f} {03832.p5} -> {03832.p6} 
+tr {03832.t3|03833.t1} : a3831 {03832.f} {03833.p1} -> {03833.p3} 
+tr {03833.e} {03833.p6} {03833.p3} -> {03833.p4-eats} 
+tr {03833.t} {03833.p2-thinks} -> {03833.p1} {03833.p5} 
+tr {03833.t0|03834.t4} : b3832 {03834.p4-eats} -> {03833.f} {03834.f} {03834.p2-thinks} 
+tr {03833.t2} {03833.f} {03833.p5} -> {03833.p6} 
+tr {03833.t3|03834.t1} : a3832 {03833.f} {03834.p1} -> {03834.p3} 
+tr {03834.e} {03834.p6} {03834.p3} -> {03834.p4-eats} 
+tr {03834.t} {03834.p2-thinks} -> {03834.p1} {03834.p5} 
+tr {03834.t0|03835.t4} : b3833 {03835.p4-eats} -> {03834.f} {03835.f} {03835.p2-thinks} 
+tr {03834.t2} {03834.f} {03834.p5} -> {03834.p6} 
+tr {03834.t3|03835.t1} : a3833 {03834.f} {03835.p1} -> {03835.p3} 
+tr {03835.e} {03835.p6} {03835.p3} -> {03835.p4-eats} 
+tr {03835.t} {03835.p2-thinks} -> {03835.p1} {03835.p5} 
+tr {03835.t0|03836.t4} : b3834 {03836.p4-eats} -> {03835.f} {03836.f} {03836.p2-thinks} 
+tr {03835.t2} {03835.f} {03835.p5} -> {03835.p6} 
+tr {03835.t3|03836.t1} : a3834 {03835.f} {03836.p1} -> {03836.p3} 
+tr {03836.e} {03836.p6} {03836.p3} -> {03836.p4-eats} 
+tr {03836.t} {03836.p2-thinks} -> {03836.p1} {03836.p5} 
+tr {03836.t0|03837.t4} : b3835 {03837.p4-eats} -> {03836.f} {03837.f} {03837.p2-thinks} 
+tr {03836.t2} {03836.f} {03836.p5} -> {03836.p6} 
+tr {03836.t3|03837.t1} : a3835 {03836.f} {03837.p1} -> {03837.p3} 
+tr {03837.e} {03837.p6} {03837.p3} -> {03837.p4-eats} 
+tr {03837.t} {03837.p2-thinks} -> {03837.p1} {03837.p5} 
+tr {03837.t0|03838.t4} : b3836 {03838.p4-eats} -> {03837.f} {03838.f} {03838.p2-thinks} 
+tr {03837.t2} {03837.f} {03837.p5} -> {03837.p6} 
+tr {03837.t3|03838.t1} : a3836 {03837.f} {03838.p1} -> {03838.p3} 
+tr {03838.e} {03838.p6} {03838.p3} -> {03838.p4-eats} 
+tr {03838.t} {03838.p2-thinks} -> {03838.p1} {03838.p5} 
+tr {03838.t0|03839.t4} : b3837 {03839.p4-eats} -> {03838.f} {03839.f} {03839.p2-thinks} 
+tr {03838.t2} {03838.f} {03838.p5} -> {03838.p6} 
+tr {03838.t3|03839.t1} : a3837 {03838.f} {03839.p1} -> {03839.p3} 
+tr {03839.e} {03839.p6} {03839.p3} -> {03839.p4-eats} 
+tr {03839.t} {03839.p2-thinks} -> {03839.p1} {03839.p5} 
+tr {03839.t0|03840.t4} : b3838 {03840.p4-eats} -> {03839.f} {03840.f} {03840.p2-thinks} 
+tr {03839.t2} {03839.f} {03839.p5} -> {03839.p6} 
+tr {03839.t3|03840.t1} : a3838 {03839.f} {03840.p1} -> {03840.p3} 
+tr {03840.e} {03840.p6} {03840.p3} -> {03840.p4-eats} 
+tr {03840.t} {03840.p2-thinks} -> {03840.p1} {03840.p5} 
+tr {03840.t0|03841.t4} : b3839 {03841.p4-eats} -> {03840.f} {03841.f} {03841.p2-thinks} 
+tr {03840.t2} {03840.f} {03840.p5} -> {03840.p6} 
+tr {03840.t3|03841.t1} : a3839 {03840.f} {03841.p1} -> {03841.p3} 
+tr {03841.e} {03841.p6} {03841.p3} -> {03841.p4-eats} 
+tr {03841.t} {03841.p2-thinks} -> {03841.p1} {03841.p5} 
+tr {03841.t0|03842.t4} : b3840 {03842.p4-eats} -> {03841.f} {03842.f} {03842.p2-thinks} 
+tr {03841.t2} {03841.f} {03841.p5} -> {03841.p6} 
+tr {03841.t3|03842.t1} : a3840 {03841.f} {03842.p1} -> {03842.p3} 
+tr {03842.e} {03842.p6} {03842.p3} -> {03842.p4-eats} 
+tr {03842.t} {03842.p2-thinks} -> {03842.p1} {03842.p5} 
+tr {03842.t0|03843.t4} : b3841 {03843.p4-eats} -> {03842.f} {03843.f} {03843.p2-thinks} 
+tr {03842.t2} {03842.f} {03842.p5} -> {03842.p6} 
+tr {03842.t3|03843.t1} : a3841 {03842.f} {03843.p1} -> {03843.p3} 
+tr {03843.e} {03843.p6} {03843.p3} -> {03843.p4-eats} 
+tr {03843.t} {03843.p2-thinks} -> {03843.p1} {03843.p5} 
+tr {03843.t0|03844.t4} : b3842 {03844.p4-eats} -> {03843.f} {03844.f} {03844.p2-thinks} 
+tr {03843.t2} {03843.f} {03843.p5} -> {03843.p6} 
+tr {03843.t3|03844.t1} : a3842 {03843.f} {03844.p1} -> {03844.p3} 
+tr {03844.e} {03844.p6} {03844.p3} -> {03844.p4-eats} 
+tr {03844.t} {03844.p2-thinks} -> {03844.p1} {03844.p5} 
+tr {03844.t0|03845.t4} : b3843 {03845.p4-eats} -> {03844.f} {03845.f} {03845.p2-thinks} 
+tr {03844.t2} {03844.f} {03844.p5} -> {03844.p6} 
+tr {03844.t3|03845.t1} : a3843 {03844.f} {03845.p1} -> {03845.p3} 
+tr {03845.e} {03845.p6} {03845.p3} -> {03845.p4-eats} 
+tr {03845.t} {03845.p2-thinks} -> {03845.p1} {03845.p5} 
+tr {03845.t0|03846.t4} : b3844 {03846.p4-eats} -> {03845.f} {03846.f} {03846.p2-thinks} 
+tr {03845.t2} {03845.f} {03845.p5} -> {03845.p6} 
+tr {03845.t3|03846.t1} : a3844 {03845.f} {03846.p1} -> {03846.p3} 
+tr {03846.e} {03846.p6} {03846.p3} -> {03846.p4-eats} 
+tr {03846.t} {03846.p2-thinks} -> {03846.p1} {03846.p5} 
+tr {03846.t0|03847.t4} : b3845 {03847.p4-eats} -> {03846.f} {03847.f} {03847.p2-thinks} 
+tr {03846.t2} {03846.f} {03846.p5} -> {03846.p6} 
+tr {03846.t3|03847.t1} : a3845 {03846.f} {03847.p1} -> {03847.p3} 
+tr {03847.e} {03847.p6} {03847.p3} -> {03847.p4-eats} 
+tr {03847.t} {03847.p2-thinks} -> {03847.p1} {03847.p5} 
+tr {03847.t0|03848.t4} : b3846 {03848.p4-eats} -> {03847.f} {03848.f} {03848.p2-thinks} 
+tr {03847.t2} {03847.f} {03847.p5} -> {03847.p6} 
+tr {03847.t3|03848.t1} : a3846 {03847.f} {03848.p1} -> {03848.p3} 
+tr {03848.e} {03848.p6} {03848.p3} -> {03848.p4-eats} 
+tr {03848.t} {03848.p2-thinks} -> {03848.p1} {03848.p5} 
+tr {03848.t0|03849.t4} : b3847 {03849.p4-eats} -> {03848.f} {03849.f} {03849.p2-thinks} 
+tr {03848.t2} {03848.f} {03848.p5} -> {03848.p6} 
+tr {03848.t3|03849.t1} : a3847 {03848.f} {03849.p1} -> {03849.p3} 
+tr {03849.e} {03849.p6} {03849.p3} -> {03849.p4-eats} 
+tr {03849.t} {03849.p2-thinks} -> {03849.p1} {03849.p5} 
+tr {03849.t0|03850.t4} : b3848 {03850.p4-eats} -> {03849.f} {03850.f} {03850.p2-thinks} 
+tr {03849.t2} {03849.f} {03849.p5} -> {03849.p6} 
+tr {03849.t3|03850.t1} : a3848 {03849.f} {03850.p1} -> {03850.p3} 
+tr {03850.e} {03850.p6} {03850.p3} -> {03850.p4-eats} 
+tr {03850.t} {03850.p2-thinks} -> {03850.p1} {03850.p5} 
+tr {03850.t0|03851.t4} : b3849 {03851.p4-eats} -> {03850.f} {03851.f} {03851.p2-thinks} 
+tr {03850.t2} {03850.f} {03850.p5} -> {03850.p6} 
+tr {03850.t3|03851.t1} : a3849 {03850.f} {03851.p1} -> {03851.p3} 
+tr {03851.e} {03851.p6} {03851.p3} -> {03851.p4-eats} 
+tr {03851.t} {03851.p2-thinks} -> {03851.p1} {03851.p5} 
+tr {03851.t0|03852.t4} : b3850 {03852.p4-eats} -> {03851.f} {03852.f} {03852.p2-thinks} 
+tr {03851.t2} {03851.f} {03851.p5} -> {03851.p6} 
+tr {03851.t3|03852.t1} : a3850 {03851.f} {03852.p1} -> {03852.p3} 
+tr {03852.e} {03852.p6} {03852.p3} -> {03852.p4-eats} 
+tr {03852.t} {03852.p2-thinks} -> {03852.p1} {03852.p5} 
+tr {03852.t0|03853.t4} : b3851 {03853.p4-eats} -> {03852.f} {03853.f} {03853.p2-thinks} 
+tr {03852.t2} {03852.f} {03852.p5} -> {03852.p6} 
+tr {03852.t3|03853.t1} : a3851 {03852.f} {03853.p1} -> {03853.p3} 
+tr {03853.e} {03853.p6} {03853.p3} -> {03853.p4-eats} 
+tr {03853.t} {03853.p2-thinks} -> {03853.p1} {03853.p5} 
+tr {03853.t0|03854.t4} : b3852 {03854.p4-eats} -> {03853.f} {03854.f} {03854.p2-thinks} 
+tr {03853.t2} {03853.f} {03853.p5} -> {03853.p6} 
+tr {03853.t3|03854.t1} : a3852 {03853.f} {03854.p1} -> {03854.p3} 
+tr {03854.e} {03854.p6} {03854.p3} -> {03854.p4-eats} 
+tr {03854.t} {03854.p2-thinks} -> {03854.p1} {03854.p5} 
+tr {03854.t0|03855.t4} : b3853 {03855.p4-eats} -> {03854.f} {03855.f} {03855.p2-thinks} 
+tr {03854.t2} {03854.f} {03854.p5} -> {03854.p6} 
+tr {03854.t3|03855.t1} : a3853 {03854.f} {03855.p1} -> {03855.p3} 
+tr {03855.e} {03855.p6} {03855.p3} -> {03855.p4-eats} 
+tr {03855.t} {03855.p2-thinks} -> {03855.p1} {03855.p5} 
+tr {03855.t0|03856.t4} : b3854 {03856.p4-eats} -> {03855.f} {03856.f} {03856.p2-thinks} 
+tr {03855.t2} {03855.f} {03855.p5} -> {03855.p6} 
+tr {03855.t3|03856.t1} : a3854 {03855.f} {03856.p1} -> {03856.p3} 
+tr {03856.e} {03856.p6} {03856.p3} -> {03856.p4-eats} 
+tr {03856.t} {03856.p2-thinks} -> {03856.p1} {03856.p5} 
+tr {03856.t0|03857.t4} : b3855 {03857.p4-eats} -> {03856.f} {03857.f} {03857.p2-thinks} 
+tr {03856.t2} {03856.f} {03856.p5} -> {03856.p6} 
+tr {03856.t3|03857.t1} : a3855 {03856.f} {03857.p1} -> {03857.p3} 
+tr {03857.e} {03857.p6} {03857.p3} -> {03857.p4-eats} 
+tr {03857.t} {03857.p2-thinks} -> {03857.p1} {03857.p5} 
+tr {03857.t0|03858.t4} : b3856 {03858.p4-eats} -> {03857.f} {03858.f} {03858.p2-thinks} 
+tr {03857.t2} {03857.f} {03857.p5} -> {03857.p6} 
+tr {03857.t3|03858.t1} : a3856 {03857.f} {03858.p1} -> {03858.p3} 
+tr {03858.e} {03858.p6} {03858.p3} -> {03858.p4-eats} 
+tr {03858.t} {03858.p2-thinks} -> {03858.p1} {03858.p5} 
+tr {03858.t0|03859.t4} : b3857 {03859.p4-eats} -> {03858.f} {03859.f} {03859.p2-thinks} 
+tr {03858.t2} {03858.f} {03858.p5} -> {03858.p6} 
+tr {03858.t3|03859.t1} : a3857 {03858.f} {03859.p1} -> {03859.p3} 
+tr {03859.e} {03859.p6} {03859.p3} -> {03859.p4-eats} 
+tr {03859.t} {03859.p2-thinks} -> {03859.p1} {03859.p5} 
+tr {03859.t0|03860.t4} : b3858 {03860.p4-eats} -> {03859.f} {03860.f} {03860.p2-thinks} 
+tr {03859.t2} {03859.f} {03859.p5} -> {03859.p6} 
+tr {03859.t3|03860.t1} : a3858 {03859.f} {03860.p1} -> {03860.p3} 
+tr {03860.e} {03860.p6} {03860.p3} -> {03860.p4-eats} 
+tr {03860.t} {03860.p2-thinks} -> {03860.p1} {03860.p5} 
+tr {03860.t0|03861.t4} : b3859 {03861.p4-eats} -> {03860.f} {03861.f} {03861.p2-thinks} 
+tr {03860.t2} {03860.f} {03860.p5} -> {03860.p6} 
+tr {03860.t3|03861.t1} : a3859 {03860.f} {03861.p1} -> {03861.p3} 
+tr {03861.e} {03861.p6} {03861.p3} -> {03861.p4-eats} 
+tr {03861.t} {03861.p2-thinks} -> {03861.p1} {03861.p5} 
+tr {03861.t0|03862.t4} : b3860 {03862.p4-eats} -> {03861.f} {03862.f} {03862.p2-thinks} 
+tr {03861.t2} {03861.f} {03861.p5} -> {03861.p6} 
+tr {03861.t3|03862.t1} : a3860 {03861.f} {03862.p1} -> {03862.p3} 
+tr {03862.e} {03862.p6} {03862.p3} -> {03862.p4-eats} 
+tr {03862.t} {03862.p2-thinks} -> {03862.p1} {03862.p5} 
+tr {03862.t0|03863.t4} : b3861 {03863.p4-eats} -> {03862.f} {03863.f} {03863.p2-thinks} 
+tr {03862.t2} {03862.f} {03862.p5} -> {03862.p6} 
+tr {03862.t3|03863.t1} : a3861 {03862.f} {03863.p1} -> {03863.p3} 
+tr {03863.e} {03863.p6} {03863.p3} -> {03863.p4-eats} 
+tr {03863.t} {03863.p2-thinks} -> {03863.p1} {03863.p5} 
+tr {03863.t0|03864.t4} : b3862 {03864.p4-eats} -> {03863.f} {03864.f} {03864.p2-thinks} 
+tr {03863.t2} {03863.f} {03863.p5} -> {03863.p6} 
+tr {03863.t3|03864.t1} : a3862 {03863.f} {03864.p1} -> {03864.p3} 
+tr {03864.e} {03864.p6} {03864.p3} -> {03864.p4-eats} 
+tr {03864.t} {03864.p2-thinks} -> {03864.p1} {03864.p5} 
+tr {03864.t0|03865.t4} : b3863 {03865.p4-eats} -> {03864.f} {03865.f} {03865.p2-thinks} 
+tr {03864.t2} {03864.f} {03864.p5} -> {03864.p6} 
+tr {03864.t3|03865.t1} : a3863 {03864.f} {03865.p1} -> {03865.p3} 
+tr {03865.e} {03865.p6} {03865.p3} -> {03865.p4-eats} 
+tr {03865.t} {03865.p2-thinks} -> {03865.p1} {03865.p5} 
+tr {03865.t0|03866.t4} : b3864 {03866.p4-eats} -> {03865.f} {03866.f} {03866.p2-thinks} 
+tr {03865.t2} {03865.f} {03865.p5} -> {03865.p6} 
+tr {03865.t3|03866.t1} : a3864 {03865.f} {03866.p1} -> {03866.p3} 
+tr {03866.e} {03866.p6} {03866.p3} -> {03866.p4-eats} 
+tr {03866.t} {03866.p2-thinks} -> {03866.p1} {03866.p5} 
+tr {03866.t0|03867.t4} : b3865 {03867.p4-eats} -> {03866.f} {03867.f} {03867.p2-thinks} 
+tr {03866.t2} {03866.f} {03866.p5} -> {03866.p6} 
+tr {03866.t3|03867.t1} : a3865 {03866.f} {03867.p1} -> {03867.p3} 
+tr {03867.e} {03867.p6} {03867.p3} -> {03867.p4-eats} 
+tr {03867.t} {03867.p2-thinks} -> {03867.p1} {03867.p5} 
+tr {03867.t0|03868.t4} : b3866 {03868.p4-eats} -> {03867.f} {03868.f} {03868.p2-thinks} 
+tr {03867.t2} {03867.f} {03867.p5} -> {03867.p6} 
+tr {03867.t3|03868.t1} : a3866 {03867.f} {03868.p1} -> {03868.p3} 
+tr {03868.e} {03868.p6} {03868.p3} -> {03868.p4-eats} 
+tr {03868.t} {03868.p2-thinks} -> {03868.p1} {03868.p5} 
+tr {03868.t0|03869.t4} : b3867 {03869.p4-eats} -> {03868.f} {03869.f} {03869.p2-thinks} 
+tr {03868.t2} {03868.f} {03868.p5} -> {03868.p6} 
+tr {03868.t3|03869.t1} : a3867 {03868.f} {03869.p1} -> {03869.p3} 
+tr {03869.e} {03869.p6} {03869.p3} -> {03869.p4-eats} 
+tr {03869.t} {03869.p2-thinks} -> {03869.p1} {03869.p5} 
+tr {03869.t0|03870.t4} : b3868 {03870.p4-eats} -> {03869.f} {03870.f} {03870.p2-thinks} 
+tr {03869.t2} {03869.f} {03869.p5} -> {03869.p6} 
+tr {03869.t3|03870.t1} : a3868 {03869.f} {03870.p1} -> {03870.p3} 
+tr {03870.e} {03870.p6} {03870.p3} -> {03870.p4-eats} 
+tr {03870.t} {03870.p2-thinks} -> {03870.p1} {03870.p5} 
+tr {03870.t0|03871.t4} : b3869 {03871.p4-eats} -> {03870.f} {03871.f} {03871.p2-thinks} 
+tr {03870.t2} {03870.f} {03870.p5} -> {03870.p6} 
+tr {03870.t3|03871.t1} : a3869 {03870.f} {03871.p1} -> {03871.p3} 
+tr {03871.e} {03871.p6} {03871.p3} -> {03871.p4-eats} 
+tr {03871.t} {03871.p2-thinks} -> {03871.p1} {03871.p5} 
+tr {03871.t0|03872.t4} : b3870 {03872.p4-eats} -> {03871.f} {03872.f} {03872.p2-thinks} 
+tr {03871.t2} {03871.f} {03871.p5} -> {03871.p6} 
+tr {03871.t3|03872.t1} : a3870 {03871.f} {03872.p1} -> {03872.p3} 
+tr {03872.e} {03872.p6} {03872.p3} -> {03872.p4-eats} 
+tr {03872.t} {03872.p2-thinks} -> {03872.p1} {03872.p5} 
+tr {03872.t0|03873.t4} : b3871 {03873.p4-eats} -> {03872.f} {03873.f} {03873.p2-thinks} 
+tr {03872.t2} {03872.f} {03872.p5} -> {03872.p6} 
+tr {03872.t3|03873.t1} : a3871 {03872.f} {03873.p1} -> {03873.p3} 
+tr {03873.e} {03873.p6} {03873.p3} -> {03873.p4-eats} 
+tr {03873.t} {03873.p2-thinks} -> {03873.p1} {03873.p5} 
+tr {03873.t0|03874.t4} : b3872 {03874.p4-eats} -> {03873.f} {03874.f} {03874.p2-thinks} 
+tr {03873.t2} {03873.f} {03873.p5} -> {03873.p6} 
+tr {03873.t3|03874.t1} : a3872 {03873.f} {03874.p1} -> {03874.p3} 
+tr {03874.e} {03874.p6} {03874.p3} -> {03874.p4-eats} 
+tr {03874.t} {03874.p2-thinks} -> {03874.p1} {03874.p5} 
+tr {03874.t0|03875.t4} : b3873 {03875.p4-eats} -> {03874.f} {03875.f} {03875.p2-thinks} 
+tr {03874.t2} {03874.f} {03874.p5} -> {03874.p6} 
+tr {03874.t3|03875.t1} : a3873 {03874.f} {03875.p1} -> {03875.p3} 
+tr {03875.e} {03875.p6} {03875.p3} -> {03875.p4-eats} 
+tr {03875.t} {03875.p2-thinks} -> {03875.p1} {03875.p5} 
+tr {03875.t0|03876.t4} : b3874 {03876.p4-eats} -> {03875.f} {03876.f} {03876.p2-thinks} 
+tr {03875.t2} {03875.f} {03875.p5} -> {03875.p6} 
+tr {03875.t3|03876.t1} : a3874 {03875.f} {03876.p1} -> {03876.p3} 
+tr {03876.e} {03876.p6} {03876.p3} -> {03876.p4-eats} 
+tr {03876.t} {03876.p2-thinks} -> {03876.p1} {03876.p5} 
+tr {03876.t0|03877.t4} : b3875 {03877.p4-eats} -> {03876.f} {03877.f} {03877.p2-thinks} 
+tr {03876.t2} {03876.f} {03876.p5} -> {03876.p6} 
+tr {03876.t3|03877.t1} : a3875 {03876.f} {03877.p1} -> {03877.p3} 
+tr {03877.e} {03877.p6} {03877.p3} -> {03877.p4-eats} 
+tr {03877.t} {03877.p2-thinks} -> {03877.p1} {03877.p5} 
+tr {03877.t0|03878.t4} : b3876 {03878.p4-eats} -> {03877.f} {03878.f} {03878.p2-thinks} 
+tr {03877.t2} {03877.f} {03877.p5} -> {03877.p6} 
+tr {03877.t3|03878.t1} : a3876 {03877.f} {03878.p1} -> {03878.p3} 
+tr {03878.e} {03878.p6} {03878.p3} -> {03878.p4-eats} 
+tr {03878.t} {03878.p2-thinks} -> {03878.p1} {03878.p5} 
+tr {03878.t0|03879.t4} : b3877 {03879.p4-eats} -> {03878.f} {03879.f} {03879.p2-thinks} 
+tr {03878.t2} {03878.f} {03878.p5} -> {03878.p6} 
+tr {03878.t3|03879.t1} : a3877 {03878.f} {03879.p1} -> {03879.p3} 
+tr {03879.e} {03879.p6} {03879.p3} -> {03879.p4-eats} 
+tr {03879.t} {03879.p2-thinks} -> {03879.p1} {03879.p5} 
+tr {03879.t0|03880.t4} : b3878 {03880.p4-eats} -> {03879.f} {03880.f} {03880.p2-thinks} 
+tr {03879.t2} {03879.f} {03879.p5} -> {03879.p6} 
+tr {03879.t3|03880.t1} : a3878 {03879.f} {03880.p1} -> {03880.p3} 
+tr {03880.e} {03880.p6} {03880.p3} -> {03880.p4-eats} 
+tr {03880.t} {03880.p2-thinks} -> {03880.p1} {03880.p5} 
+tr {03880.t0|03881.t4} : b3879 {03881.p4-eats} -> {03880.f} {03881.f} {03881.p2-thinks} 
+tr {03880.t2} {03880.f} {03880.p5} -> {03880.p6} 
+tr {03880.t3|03881.t1} : a3879 {03880.f} {03881.p1} -> {03881.p3} 
+tr {03881.e} {03881.p6} {03881.p3} -> {03881.p4-eats} 
+tr {03881.t} {03881.p2-thinks} -> {03881.p1} {03881.p5} 
+tr {03881.t0|03882.t4} : b3880 {03882.p4-eats} -> {03881.f} {03882.f} {03882.p2-thinks} 
+tr {03881.t2} {03881.f} {03881.p5} -> {03881.p6} 
+tr {03881.t3|03882.t1} : a3880 {03881.f} {03882.p1} -> {03882.p3} 
+tr {03882.e} {03882.p6} {03882.p3} -> {03882.p4-eats} 
+tr {03882.t} {03882.p2-thinks} -> {03882.p1} {03882.p5} 
+tr {03882.t0|03883.t4} : b3881 {03883.p4-eats} -> {03882.f} {03883.f} {03883.p2-thinks} 
+tr {03882.t2} {03882.f} {03882.p5} -> {03882.p6} 
+tr {03882.t3|03883.t1} : a3881 {03882.f} {03883.p1} -> {03883.p3} 
+tr {03883.e} {03883.p6} {03883.p3} -> {03883.p4-eats} 
+tr {03883.t} {03883.p2-thinks} -> {03883.p1} {03883.p5} 
+tr {03883.t0|03884.t4} : b3882 {03884.p4-eats} -> {03883.f} {03884.f} {03884.p2-thinks} 
+tr {03883.t2} {03883.f} {03883.p5} -> {03883.p6} 
+tr {03883.t3|03884.t1} : a3882 {03883.f} {03884.p1} -> {03884.p3} 
+tr {03884.e} {03884.p6} {03884.p3} -> {03884.p4-eats} 
+tr {03884.t} {03884.p2-thinks} -> {03884.p1} {03884.p5} 
+tr {03884.t0|03885.t4} : b3883 {03885.p4-eats} -> {03884.f} {03885.f} {03885.p2-thinks} 
+tr {03884.t2} {03884.f} {03884.p5} -> {03884.p6} 
+tr {03884.t3|03885.t1} : a3883 {03884.f} {03885.p1} -> {03885.p3} 
+tr {03885.e} {03885.p6} {03885.p3} -> {03885.p4-eats} 
+tr {03885.t} {03885.p2-thinks} -> {03885.p1} {03885.p5} 
+tr {03885.t0|03886.t4} : b3884 {03886.p4-eats} -> {03885.f} {03886.f} {03886.p2-thinks} 
+tr {03885.t2} {03885.f} {03885.p5} -> {03885.p6} 
+tr {03885.t3|03886.t1} : a3884 {03885.f} {03886.p1} -> {03886.p3} 
+tr {03886.e} {03886.p6} {03886.p3} -> {03886.p4-eats} 
+tr {03886.t} {03886.p2-thinks} -> {03886.p1} {03886.p5} 
+tr {03886.t0|03887.t4} : b3885 {03887.p4-eats} -> {03886.f} {03887.f} {03887.p2-thinks} 
+tr {03886.t2} {03886.f} {03886.p5} -> {03886.p6} 
+tr {03886.t3|03887.t1} : a3885 {03886.f} {03887.p1} -> {03887.p3} 
+tr {03887.e} {03887.p6} {03887.p3} -> {03887.p4-eats} 
+tr {03887.t} {03887.p2-thinks} -> {03887.p1} {03887.p5} 
+tr {03887.t0|03888.t4} : b3886 {03888.p4-eats} -> {03887.f} {03888.f} {03888.p2-thinks} 
+tr {03887.t2} {03887.f} {03887.p5} -> {03887.p6} 
+tr {03887.t3|03888.t1} : a3886 {03887.f} {03888.p1} -> {03888.p3} 
+tr {03888.e} {03888.p6} {03888.p3} -> {03888.p4-eats} 
+tr {03888.t} {03888.p2-thinks} -> {03888.p1} {03888.p5} 
+tr {03888.t0|03889.t4} : b3887 {03889.p4-eats} -> {03888.f} {03889.f} {03889.p2-thinks} 
+tr {03888.t2} {03888.f} {03888.p5} -> {03888.p6} 
+tr {03888.t3|03889.t1} : a3887 {03888.f} {03889.p1} -> {03889.p3} 
+tr {03889.e} {03889.p6} {03889.p3} -> {03889.p4-eats} 
+tr {03889.t} {03889.p2-thinks} -> {03889.p1} {03889.p5} 
+tr {03889.t0|03890.t4} : b3888 {03890.p4-eats} -> {03889.f} {03890.f} {03890.p2-thinks} 
+tr {03889.t2} {03889.f} {03889.p5} -> {03889.p6} 
+tr {03889.t3|03890.t1} : a3888 {03889.f} {03890.p1} -> {03890.p3} 
+tr {03890.e} {03890.p6} {03890.p3} -> {03890.p4-eats} 
+tr {03890.t} {03890.p2-thinks} -> {03890.p1} {03890.p5} 
+tr {03890.t0|03891.t4} : b3889 {03891.p4-eats} -> {03890.f} {03891.f} {03891.p2-thinks} 
+tr {03890.t2} {03890.f} {03890.p5} -> {03890.p6} 
+tr {03890.t3|03891.t1} : a3889 {03890.f} {03891.p1} -> {03891.p3} 
+tr {03891.e} {03891.p6} {03891.p3} -> {03891.p4-eats} 
+tr {03891.t} {03891.p2-thinks} -> {03891.p1} {03891.p5} 
+tr {03891.t0|03892.t4} : b3890 {03892.p4-eats} -> {03891.f} {03892.f} {03892.p2-thinks} 
+tr {03891.t2} {03891.f} {03891.p5} -> {03891.p6} 
+tr {03891.t3|03892.t1} : a3890 {03891.f} {03892.p1} -> {03892.p3} 
+tr {03892.e} {03892.p6} {03892.p3} -> {03892.p4-eats} 
+tr {03892.t} {03892.p2-thinks} -> {03892.p1} {03892.p5} 
+tr {03892.t0|03893.t4} : b3891 {03893.p4-eats} -> {03892.f} {03893.f} {03893.p2-thinks} 
+tr {03892.t2} {03892.f} {03892.p5} -> {03892.p6} 
+tr {03892.t3|03893.t1} : a3891 {03892.f} {03893.p1} -> {03893.p3} 
+tr {03893.e} {03893.p6} {03893.p3} -> {03893.p4-eats} 
+tr {03893.t} {03893.p2-thinks} -> {03893.p1} {03893.p5} 
+tr {03893.t0|03894.t4} : b3892 {03894.p4-eats} -> {03893.f} {03894.f} {03894.p2-thinks} 
+tr {03893.t2} {03893.f} {03893.p5} -> {03893.p6} 
+tr {03893.t3|03894.t1} : a3892 {03893.f} {03894.p1} -> {03894.p3} 
+tr {03894.e} {03894.p6} {03894.p3} -> {03894.p4-eats} 
+tr {03894.t} {03894.p2-thinks} -> {03894.p1} {03894.p5} 
+tr {03894.t0|03895.t4} : b3893 {03895.p4-eats} -> {03894.f} {03895.f} {03895.p2-thinks} 
+tr {03894.t2} {03894.f} {03894.p5} -> {03894.p6} 
+tr {03894.t3|03895.t1} : a3893 {03894.f} {03895.p1} -> {03895.p3} 
+tr {03895.e} {03895.p6} {03895.p3} -> {03895.p4-eats} 
+tr {03895.t} {03895.p2-thinks} -> {03895.p1} {03895.p5} 
+tr {03895.t0|03896.t4} : b3894 {03896.p4-eats} -> {03895.f} {03896.f} {03896.p2-thinks} 
+tr {03895.t2} {03895.f} {03895.p5} -> {03895.p6} 
+tr {03895.t3|03896.t1} : a3894 {03895.f} {03896.p1} -> {03896.p3} 
+tr {03896.e} {03896.p6} {03896.p3} -> {03896.p4-eats} 
+tr {03896.t} {03896.p2-thinks} -> {03896.p1} {03896.p5} 
+tr {03896.t0|03897.t4} : b3895 {03897.p4-eats} -> {03896.f} {03897.f} {03897.p2-thinks} 
+tr {03896.t2} {03896.f} {03896.p5} -> {03896.p6} 
+tr {03896.t3|03897.t1} : a3895 {03896.f} {03897.p1} -> {03897.p3} 
+tr {03897.e} {03897.p6} {03897.p3} -> {03897.p4-eats} 
+tr {03897.t} {03897.p2-thinks} -> {03897.p1} {03897.p5} 
+tr {03897.t0|03898.t4} : b3896 {03898.p4-eats} -> {03897.f} {03898.f} {03898.p2-thinks} 
+tr {03897.t2} {03897.f} {03897.p5} -> {03897.p6} 
+tr {03897.t3|03898.t1} : a3896 {03897.f} {03898.p1} -> {03898.p3} 
+tr {03898.e} {03898.p6} {03898.p3} -> {03898.p4-eats} 
+tr {03898.t} {03898.p2-thinks} -> {03898.p1} {03898.p5} 
+tr {03898.t0|03899.t4} : b3897 {03899.p4-eats} -> {03898.f} {03899.f} {03899.p2-thinks} 
+tr {03898.t2} {03898.f} {03898.p5} -> {03898.p6} 
+tr {03898.t3|03899.t1} : a3897 {03898.f} {03899.p1} -> {03899.p3} 
+tr {03899.e} {03899.p6} {03899.p3} -> {03899.p4-eats} 
+tr {03899.t} {03899.p2-thinks} -> {03899.p1} {03899.p5} 
+tr {03899.t0|03900.t4} : b3898 {03900.p4-eats} -> {03899.f} {03900.f} {03900.p2-thinks} 
+tr {03899.t2} {03899.f} {03899.p5} -> {03899.p6} 
+tr {03899.t3|03900.t1} : a3898 {03899.f} {03900.p1} -> {03900.p3} 
+tr {03900.e} {03900.p6} {03900.p3} -> {03900.p4-eats} 
+tr {03900.t} {03900.p2-thinks} -> {03900.p1} {03900.p5} 
+tr {03900.t0|03901.t4} : b3899 {03901.p4-eats} -> {03900.f} {03901.f} {03901.p2-thinks} 
+tr {03900.t2} {03900.f} {03900.p5} -> {03900.p6} 
+tr {03900.t3|03901.t1} : a3899 {03900.f} {03901.p1} -> {03901.p3} 
+tr {03901.e} {03901.p6} {03901.p3} -> {03901.p4-eats} 
+tr {03901.t} {03901.p2-thinks} -> {03901.p1} {03901.p5} 
+tr {03901.t0|03902.t4} : b3900 {03902.p4-eats} -> {03901.f} {03902.f} {03902.p2-thinks} 
+tr {03901.t2} {03901.f} {03901.p5} -> {03901.p6} 
+tr {03901.t3|03902.t1} : a3900 {03901.f} {03902.p1} -> {03902.p3} 
+tr {03902.e} {03902.p6} {03902.p3} -> {03902.p4-eats} 
+tr {03902.t} {03902.p2-thinks} -> {03902.p1} {03902.p5} 
+tr {03902.t0|03903.t4} : b3901 {03903.p4-eats} -> {03902.f} {03903.f} {03903.p2-thinks} 
+tr {03902.t2} {03902.f} {03902.p5} -> {03902.p6} 
+tr {03902.t3|03903.t1} : a3901 {03902.f} {03903.p1} -> {03903.p3} 
+tr {03903.e} {03903.p6} {03903.p3} -> {03903.p4-eats} 
+tr {03903.t} {03903.p2-thinks} -> {03903.p1} {03903.p5} 
+tr {03903.t0|03904.t4} : b3902 {03904.p4-eats} -> {03903.f} {03904.f} {03904.p2-thinks} 
+tr {03903.t2} {03903.f} {03903.p5} -> {03903.p6} 
+tr {03903.t3|03904.t1} : a3902 {03903.f} {03904.p1} -> {03904.p3} 
+tr {03904.e} {03904.p6} {03904.p3} -> {03904.p4-eats} 
+tr {03904.t} {03904.p2-thinks} -> {03904.p1} {03904.p5} 
+tr {03904.t0|03905.t4} : b3903 {03905.p4-eats} -> {03904.f} {03905.f} {03905.p2-thinks} 
+tr {03904.t2} {03904.f} {03904.p5} -> {03904.p6} 
+tr {03904.t3|03905.t1} : a3903 {03904.f} {03905.p1} -> {03905.p3} 
+tr {03905.e} {03905.p6} {03905.p3} -> {03905.p4-eats} 
+tr {03905.t} {03905.p2-thinks} -> {03905.p1} {03905.p5} 
+tr {03905.t0|03906.t4} : b3904 {03906.p4-eats} -> {03905.f} {03906.f} {03906.p2-thinks} 
+tr {03905.t2} {03905.f} {03905.p5} -> {03905.p6} 
+tr {03905.t3|03906.t1} : a3904 {03905.f} {03906.p1} -> {03906.p3} 
+tr {03906.e} {03906.p6} {03906.p3} -> {03906.p4-eats} 
+tr {03906.t} {03906.p2-thinks} -> {03906.p1} {03906.p5} 
+tr {03906.t0|03907.t4} : b3905 {03907.p4-eats} -> {03906.f} {03907.f} {03907.p2-thinks} 
+tr {03906.t2} {03906.f} {03906.p5} -> {03906.p6} 
+tr {03906.t3|03907.t1} : a3905 {03906.f} {03907.p1} -> {03907.p3} 
+tr {03907.e} {03907.p6} {03907.p3} -> {03907.p4-eats} 
+tr {03907.t} {03907.p2-thinks} -> {03907.p1} {03907.p5} 
+tr {03907.t0|03908.t4} : b3906 {03908.p4-eats} -> {03907.f} {03908.f} {03908.p2-thinks} 
+tr {03907.t2} {03907.f} {03907.p5} -> {03907.p6} 
+tr {03907.t3|03908.t1} : a3906 {03907.f} {03908.p1} -> {03908.p3} 
+tr {03908.e} {03908.p6} {03908.p3} -> {03908.p4-eats} 
+tr {03908.t} {03908.p2-thinks} -> {03908.p1} {03908.p5} 
+tr {03908.t0|03909.t4} : b3907 {03909.p4-eats} -> {03908.f} {03909.f} {03909.p2-thinks} 
+tr {03908.t2} {03908.f} {03908.p5} -> {03908.p6} 
+tr {03908.t3|03909.t1} : a3907 {03908.f} {03909.p1} -> {03909.p3} 
+tr {03909.e} {03909.p6} {03909.p3} -> {03909.p4-eats} 
+tr {03909.t} {03909.p2-thinks} -> {03909.p1} {03909.p5} 
+tr {03909.t0|03910.t4} : b3908 {03910.p4-eats} -> {03909.f} {03910.f} {03910.p2-thinks} 
+tr {03909.t2} {03909.f} {03909.p5} -> {03909.p6} 
+tr {03909.t3|03910.t1} : a3908 {03909.f} {03910.p1} -> {03910.p3} 
+tr {03910.e} {03910.p6} {03910.p3} -> {03910.p4-eats} 
+tr {03910.t} {03910.p2-thinks} -> {03910.p1} {03910.p5} 
+tr {03910.t0|03911.t4} : b3909 {03911.p4-eats} -> {03910.f} {03911.f} {03911.p2-thinks} 
+tr {03910.t2} {03910.f} {03910.p5} -> {03910.p6} 
+tr {03910.t3|03911.t1} : a3909 {03910.f} {03911.p1} -> {03911.p3} 
+tr {03911.e} {03911.p6} {03911.p3} -> {03911.p4-eats} 
+tr {03911.t} {03911.p2-thinks} -> {03911.p1} {03911.p5} 
+tr {03911.t0|03912.t4} : b3910 {03912.p4-eats} -> {03911.f} {03912.f} {03912.p2-thinks} 
+tr {03911.t2} {03911.f} {03911.p5} -> {03911.p6} 
+tr {03911.t3|03912.t1} : a3910 {03911.f} {03912.p1} -> {03912.p3} 
+tr {03912.e} {03912.p6} {03912.p3} -> {03912.p4-eats} 
+tr {03912.t} {03912.p2-thinks} -> {03912.p1} {03912.p5} 
+tr {03912.t0|03913.t4} : b3911 {03913.p4-eats} -> {03912.f} {03913.f} {03913.p2-thinks} 
+tr {03912.t2} {03912.f} {03912.p5} -> {03912.p6} 
+tr {03912.t3|03913.t1} : a3911 {03912.f} {03913.p1} -> {03913.p3} 
+tr {03913.e} {03913.p6} {03913.p3} -> {03913.p4-eats} 
+tr {03913.t} {03913.p2-thinks} -> {03913.p1} {03913.p5} 
+tr {03913.t0|03914.t4} : b3912 {03914.p4-eats} -> {03913.f} {03914.f} {03914.p2-thinks} 
+tr {03913.t2} {03913.f} {03913.p5} -> {03913.p6} 
+tr {03913.t3|03914.t1} : a3912 {03913.f} {03914.p1} -> {03914.p3} 
+tr {03914.e} {03914.p6} {03914.p3} -> {03914.p4-eats} 
+tr {03914.t} {03914.p2-thinks} -> {03914.p1} {03914.p5} 
+tr {03914.t0|03915.t4} : b3913 {03915.p4-eats} -> {03914.f} {03915.f} {03915.p2-thinks} 
+tr {03914.t2} {03914.f} {03914.p5} -> {03914.p6} 
+tr {03914.t3|03915.t1} : a3913 {03914.f} {03915.p1} -> {03915.p3} 
+tr {03915.e} {03915.p6} {03915.p3} -> {03915.p4-eats} 
+tr {03915.t} {03915.p2-thinks} -> {03915.p1} {03915.p5} 
+tr {03915.t0|03916.t4} : b3914 {03916.p4-eats} -> {03915.f} {03916.f} {03916.p2-thinks} 
+tr {03915.t2} {03915.f} {03915.p5} -> {03915.p6} 
+tr {03915.t3|03916.t1} : a3914 {03915.f} {03916.p1} -> {03916.p3} 
+tr {03916.e} {03916.p6} {03916.p3} -> {03916.p4-eats} 
+tr {03916.t} {03916.p2-thinks} -> {03916.p1} {03916.p5} 
+tr {03916.t0|03917.t4} : b3915 {03917.p4-eats} -> {03916.f} {03917.f} {03917.p2-thinks} 
+tr {03916.t2} {03916.f} {03916.p5} -> {03916.p6} 
+tr {03916.t3|03917.t1} : a3915 {03916.f} {03917.p1} -> {03917.p3} 
+tr {03917.e} {03917.p6} {03917.p3} -> {03917.p4-eats} 
+tr {03917.t} {03917.p2-thinks} -> {03917.p1} {03917.p5} 
+tr {03917.t0|03918.t4} : b3916 {03918.p4-eats} -> {03917.f} {03918.f} {03918.p2-thinks} 
+tr {03917.t2} {03917.f} {03917.p5} -> {03917.p6} 
+tr {03917.t3|03918.t1} : a3916 {03917.f} {03918.p1} -> {03918.p3} 
+tr {03918.e} {03918.p6} {03918.p3} -> {03918.p4-eats} 
+tr {03918.t} {03918.p2-thinks} -> {03918.p1} {03918.p5} 
+tr {03918.t0|03919.t4} : b3917 {03919.p4-eats} -> {03918.f} {03919.f} {03919.p2-thinks} 
+tr {03918.t2} {03918.f} {03918.p5} -> {03918.p6} 
+tr {03918.t3|03919.t1} : a3917 {03918.f} {03919.p1} -> {03919.p3} 
+tr {03919.e} {03919.p6} {03919.p3} -> {03919.p4-eats} 
+tr {03919.t} {03919.p2-thinks} -> {03919.p1} {03919.p5} 
+tr {03919.t0|03920.t4} : b3918 {03920.p4-eats} -> {03919.f} {03920.f} {03920.p2-thinks} 
+tr {03919.t2} {03919.f} {03919.p5} -> {03919.p6} 
+tr {03919.t3|03920.t1} : a3918 {03919.f} {03920.p1} -> {03920.p3} 
+tr {03920.e} {03920.p6} {03920.p3} -> {03920.p4-eats} 
+tr {03920.t} {03920.p2-thinks} -> {03920.p1} {03920.p5} 
+tr {03920.t0|03921.t4} : b3919 {03921.p4-eats} -> {03920.f} {03921.f} {03921.p2-thinks} 
+tr {03920.t2} {03920.f} {03920.p5} -> {03920.p6} 
+tr {03920.t3|03921.t1} : a3919 {03920.f} {03921.p1} -> {03921.p3} 
+tr {03921.e} {03921.p6} {03921.p3} -> {03921.p4-eats} 
+tr {03921.t} {03921.p2-thinks} -> {03921.p1} {03921.p5} 
+tr {03921.t0|03922.t4} : b3920 {03922.p4-eats} -> {03921.f} {03922.f} {03922.p2-thinks} 
+tr {03921.t2} {03921.f} {03921.p5} -> {03921.p6} 
+tr {03921.t3|03922.t1} : a3920 {03921.f} {03922.p1} -> {03922.p3} 
+tr {03922.e} {03922.p6} {03922.p3} -> {03922.p4-eats} 
+tr {03922.t} {03922.p2-thinks} -> {03922.p1} {03922.p5} 
+tr {03922.t0|03923.t4} : b3921 {03923.p4-eats} -> {03922.f} {03923.f} {03923.p2-thinks} 
+tr {03922.t2} {03922.f} {03922.p5} -> {03922.p6} 
+tr {03922.t3|03923.t1} : a3921 {03922.f} {03923.p1} -> {03923.p3} 
+tr {03923.e} {03923.p6} {03923.p3} -> {03923.p4-eats} 
+tr {03923.t} {03923.p2-thinks} -> {03923.p1} {03923.p5} 
+tr {03923.t0|03924.t4} : b3922 {03924.p4-eats} -> {03923.f} {03924.f} {03924.p2-thinks} 
+tr {03923.t2} {03923.f} {03923.p5} -> {03923.p6} 
+tr {03923.t3|03924.t1} : a3922 {03923.f} {03924.p1} -> {03924.p3} 
+tr {03924.e} {03924.p6} {03924.p3} -> {03924.p4-eats} 
+tr {03924.t} {03924.p2-thinks} -> {03924.p1} {03924.p5} 
+tr {03924.t0|03925.t4} : b3923 {03925.p4-eats} -> {03924.f} {03925.f} {03925.p2-thinks} 
+tr {03924.t2} {03924.f} {03924.p5} -> {03924.p6} 
+tr {03924.t3|03925.t1} : a3923 {03924.f} {03925.p1} -> {03925.p3} 
+tr {03925.e} {03925.p6} {03925.p3} -> {03925.p4-eats} 
+tr {03925.t} {03925.p2-thinks} -> {03925.p1} {03925.p5} 
+tr {03925.t0|03926.t4} : b3924 {03926.p4-eats} -> {03925.f} {03926.f} {03926.p2-thinks} 
+tr {03925.t2} {03925.f} {03925.p5} -> {03925.p6} 
+tr {03925.t3|03926.t1} : a3924 {03925.f} {03926.p1} -> {03926.p3} 
+tr {03926.e} {03926.p6} {03926.p3} -> {03926.p4-eats} 
+tr {03926.t} {03926.p2-thinks} -> {03926.p1} {03926.p5} 
+tr {03926.t0|03927.t4} : b3925 {03927.p4-eats} -> {03926.f} {03927.f} {03927.p2-thinks} 
+tr {03926.t2} {03926.f} {03926.p5} -> {03926.p6} 
+tr {03926.t3|03927.t1} : a3925 {03926.f} {03927.p1} -> {03927.p3} 
+tr {03927.e} {03927.p6} {03927.p3} -> {03927.p4-eats} 
+tr {03927.t} {03927.p2-thinks} -> {03927.p1} {03927.p5} 
+tr {03927.t0|03928.t4} : b3926 {03928.p4-eats} -> {03927.f} {03928.f} {03928.p2-thinks} 
+tr {03927.t2} {03927.f} {03927.p5} -> {03927.p6} 
+tr {03927.t3|03928.t1} : a3926 {03927.f} {03928.p1} -> {03928.p3} 
+tr {03928.e} {03928.p6} {03928.p3} -> {03928.p4-eats} 
+tr {03928.t} {03928.p2-thinks} -> {03928.p1} {03928.p5} 
+tr {03928.t0|03929.t4} : b3927 {03929.p4-eats} -> {03928.f} {03929.f} {03929.p2-thinks} 
+tr {03928.t2} {03928.f} {03928.p5} -> {03928.p6} 
+tr {03928.t3|03929.t1} : a3927 {03928.f} {03929.p1} -> {03929.p3} 
+tr {03929.e} {03929.p6} {03929.p3} -> {03929.p4-eats} 
+tr {03929.t} {03929.p2-thinks} -> {03929.p1} {03929.p5} 
+tr {03929.t0|03930.t4} : b3928 {03930.p4-eats} -> {03929.f} {03930.f} {03930.p2-thinks} 
+tr {03929.t2} {03929.f} {03929.p5} -> {03929.p6} 
+tr {03929.t3|03930.t1} : a3928 {03929.f} {03930.p1} -> {03930.p3} 
+tr {03930.e} {03930.p6} {03930.p3} -> {03930.p4-eats} 
+tr {03930.t} {03930.p2-thinks} -> {03930.p1} {03930.p5} 
+tr {03930.t0|03931.t4} : b3929 {03931.p4-eats} -> {03930.f} {03931.f} {03931.p2-thinks} 
+tr {03930.t2} {03930.f} {03930.p5} -> {03930.p6} 
+tr {03930.t3|03931.t1} : a3929 {03930.f} {03931.p1} -> {03931.p3} 
+tr {03931.e} {03931.p6} {03931.p3} -> {03931.p4-eats} 
+tr {03931.t} {03931.p2-thinks} -> {03931.p1} {03931.p5} 
+tr {03931.t0|03932.t4} : b3930 {03932.p4-eats} -> {03931.f} {03932.f} {03932.p2-thinks} 
+tr {03931.t2} {03931.f} {03931.p5} -> {03931.p6} 
+tr {03931.t3|03932.t1} : a3930 {03931.f} {03932.p1} -> {03932.p3} 
+tr {03932.e} {03932.p6} {03932.p3} -> {03932.p4-eats} 
+tr {03932.t} {03932.p2-thinks} -> {03932.p1} {03932.p5} 
+tr {03932.t0|03933.t4} : b3931 {03933.p4-eats} -> {03932.f} {03933.f} {03933.p2-thinks} 
+tr {03932.t2} {03932.f} {03932.p5} -> {03932.p6} 
+tr {03932.t3|03933.t1} : a3931 {03932.f} {03933.p1} -> {03933.p3} 
+tr {03933.e} {03933.p6} {03933.p3} -> {03933.p4-eats} 
+tr {03933.t} {03933.p2-thinks} -> {03933.p1} {03933.p5} 
+tr {03933.t0|03934.t4} : b3932 {03934.p4-eats} -> {03933.f} {03934.f} {03934.p2-thinks} 
+tr {03933.t2} {03933.f} {03933.p5} -> {03933.p6} 
+tr {03933.t3|03934.t1} : a3932 {03933.f} {03934.p1} -> {03934.p3} 
+tr {03934.e} {03934.p6} {03934.p3} -> {03934.p4-eats} 
+tr {03934.t} {03934.p2-thinks} -> {03934.p1} {03934.p5} 
+tr {03934.t0|03935.t4} : b3933 {03935.p4-eats} -> {03934.f} {03935.f} {03935.p2-thinks} 
+tr {03934.t2} {03934.f} {03934.p5} -> {03934.p6} 
+tr {03934.t3|03935.t1} : a3933 {03934.f} {03935.p1} -> {03935.p3} 
+tr {03935.e} {03935.p6} {03935.p3} -> {03935.p4-eats} 
+tr {03935.t} {03935.p2-thinks} -> {03935.p1} {03935.p5} 
+tr {03935.t0|03936.t4} : b3934 {03936.p4-eats} -> {03935.f} {03936.f} {03936.p2-thinks} 
+tr {03935.t2} {03935.f} {03935.p5} -> {03935.p6} 
+tr {03935.t3|03936.t1} : a3934 {03935.f} {03936.p1} -> {03936.p3} 
+tr {03936.e} {03936.p6} {03936.p3} -> {03936.p4-eats} 
+tr {03936.t} {03936.p2-thinks} -> {03936.p1} {03936.p5} 
+tr {03936.t0|03937.t4} : b3935 {03937.p4-eats} -> {03936.f} {03937.f} {03937.p2-thinks} 
+tr {03936.t2} {03936.f} {03936.p5} -> {03936.p6} 
+tr {03936.t3|03937.t1} : a3935 {03936.f} {03937.p1} -> {03937.p3} 
+tr {03937.e} {03937.p6} {03937.p3} -> {03937.p4-eats} 
+tr {03937.t} {03937.p2-thinks} -> {03937.p1} {03937.p5} 
+tr {03937.t0|03938.t4} : b3936 {03938.p4-eats} -> {03937.f} {03938.f} {03938.p2-thinks} 
+tr {03937.t2} {03937.f} {03937.p5} -> {03937.p6} 
+tr {03937.t3|03938.t1} : a3936 {03937.f} {03938.p1} -> {03938.p3} 
+tr {03938.e} {03938.p6} {03938.p3} -> {03938.p4-eats} 
+tr {03938.t} {03938.p2-thinks} -> {03938.p1} {03938.p5} 
+tr {03938.t0|03939.t4} : b3937 {03939.p4-eats} -> {03938.f} {03939.f} {03939.p2-thinks} 
+tr {03938.t2} {03938.f} {03938.p5} -> {03938.p6} 
+tr {03938.t3|03939.t1} : a3937 {03938.f} {03939.p1} -> {03939.p3} 
+tr {03939.e} {03939.p6} {03939.p3} -> {03939.p4-eats} 
+tr {03939.t} {03939.p2-thinks} -> {03939.p1} {03939.p5} 
+tr {03939.t0|03940.t4} : b3938 {03940.p4-eats} -> {03939.f} {03940.f} {03940.p2-thinks} 
+tr {03939.t2} {03939.f} {03939.p5} -> {03939.p6} 
+tr {03939.t3|03940.t1} : a3938 {03939.f} {03940.p1} -> {03940.p3} 
+tr {03940.e} {03940.p6} {03940.p3} -> {03940.p4-eats} 
+tr {03940.t} {03940.p2-thinks} -> {03940.p1} {03940.p5} 
+tr {03940.t0|03941.t4} : b3939 {03941.p4-eats} -> {03940.f} {03941.f} {03941.p2-thinks} 
+tr {03940.t2} {03940.f} {03940.p5} -> {03940.p6} 
+tr {03940.t3|03941.t1} : a3939 {03940.f} {03941.p1} -> {03941.p3} 
+tr {03941.e} {03941.p6} {03941.p3} -> {03941.p4-eats} 
+tr {03941.t} {03941.p2-thinks} -> {03941.p1} {03941.p5} 
+tr {03941.t0|03942.t4} : b3940 {03942.p4-eats} -> {03941.f} {03942.f} {03942.p2-thinks} 
+tr {03941.t2} {03941.f} {03941.p5} -> {03941.p6} 
+tr {03941.t3|03942.t1} : a3940 {03941.f} {03942.p1} -> {03942.p3} 
+tr {03942.e} {03942.p6} {03942.p3} -> {03942.p4-eats} 
+tr {03942.t} {03942.p2-thinks} -> {03942.p1} {03942.p5} 
+tr {03942.t0|03943.t4} : b3941 {03943.p4-eats} -> {03942.f} {03943.f} {03943.p2-thinks} 
+tr {03942.t2} {03942.f} {03942.p5} -> {03942.p6} 
+tr {03942.t3|03943.t1} : a3941 {03942.f} {03943.p1} -> {03943.p3} 
+tr {03943.e} {03943.p6} {03943.p3} -> {03943.p4-eats} 
+tr {03943.t} {03943.p2-thinks} -> {03943.p1} {03943.p5} 
+tr {03943.t0|03944.t4} : b3942 {03944.p4-eats} -> {03943.f} {03944.f} {03944.p2-thinks} 
+tr {03943.t2} {03943.f} {03943.p5} -> {03943.p6} 
+tr {03943.t3|03944.t1} : a3942 {03943.f} {03944.p1} -> {03944.p3} 
+tr {03944.e} {03944.p6} {03944.p3} -> {03944.p4-eats} 
+tr {03944.t} {03944.p2-thinks} -> {03944.p1} {03944.p5} 
+tr {03944.t0|03945.t4} : b3943 {03945.p4-eats} -> {03944.f} {03945.f} {03945.p2-thinks} 
+tr {03944.t2} {03944.f} {03944.p5} -> {03944.p6} 
+tr {03944.t3|03945.t1} : a3943 {03944.f} {03945.p1} -> {03945.p3} 
+tr {03945.e} {03945.p6} {03945.p3} -> {03945.p4-eats} 
+tr {03945.t} {03945.p2-thinks} -> {03945.p1} {03945.p5} 
+tr {03945.t0|03946.t4} : b3944 {03946.p4-eats} -> {03945.f} {03946.f} {03946.p2-thinks} 
+tr {03945.t2} {03945.f} {03945.p5} -> {03945.p6} 
+tr {03945.t3|03946.t1} : a3944 {03945.f} {03946.p1} -> {03946.p3} 
+tr {03946.e} {03946.p6} {03946.p3} -> {03946.p4-eats} 
+tr {03946.t} {03946.p2-thinks} -> {03946.p1} {03946.p5} 
+tr {03946.t0|03947.t4} : b3945 {03947.p4-eats} -> {03946.f} {03947.f} {03947.p2-thinks} 
+tr {03946.t2} {03946.f} {03946.p5} -> {03946.p6} 
+tr {03946.t3|03947.t1} : a3945 {03946.f} {03947.p1} -> {03947.p3} 
+tr {03947.e} {03947.p6} {03947.p3} -> {03947.p4-eats} 
+tr {03947.t} {03947.p2-thinks} -> {03947.p1} {03947.p5} 
+tr {03947.t0|03948.t4} : b3946 {03948.p4-eats} -> {03947.f} {03948.f} {03948.p2-thinks} 
+tr {03947.t2} {03947.f} {03947.p5} -> {03947.p6} 
+tr {03947.t3|03948.t1} : a3946 {03947.f} {03948.p1} -> {03948.p3} 
+tr {03948.e} {03948.p6} {03948.p3} -> {03948.p4-eats} 
+tr {03948.t} {03948.p2-thinks} -> {03948.p1} {03948.p5} 
+tr {03948.t0|03949.t4} : b3947 {03949.p4-eats} -> {03948.f} {03949.f} {03949.p2-thinks} 
+tr {03948.t2} {03948.f} {03948.p5} -> {03948.p6} 
+tr {03948.t3|03949.t1} : a3947 {03948.f} {03949.p1} -> {03949.p3} 
+tr {03949.e} {03949.p6} {03949.p3} -> {03949.p4-eats} 
+tr {03949.t} {03949.p2-thinks} -> {03949.p1} {03949.p5} 
+tr {03949.t0|03950.t4} : b3948 {03950.p4-eats} -> {03949.f} {03950.f} {03950.p2-thinks} 
+tr {03949.t2} {03949.f} {03949.p5} -> {03949.p6} 
+tr {03949.t3|03950.t1} : a3948 {03949.f} {03950.p1} -> {03950.p3} 
+tr {03950.e} {03950.p6} {03950.p3} -> {03950.p4-eats} 
+tr {03950.t} {03950.p2-thinks} -> {03950.p1} {03950.p5} 
+tr {03950.t0|03951.t4} : b3949 {03951.p4-eats} -> {03950.f} {03951.f} {03951.p2-thinks} 
+tr {03950.t2} {03950.f} {03950.p5} -> {03950.p6} 
+tr {03950.t3|03951.t1} : a3949 {03950.f} {03951.p1} -> {03951.p3} 
+tr {03951.e} {03951.p6} {03951.p3} -> {03951.p4-eats} 
+tr {03951.t} {03951.p2-thinks} -> {03951.p1} {03951.p5} 
+tr {03951.t0|03952.t4} : b3950 {03952.p4-eats} -> {03951.f} {03952.f} {03952.p2-thinks} 
+tr {03951.t2} {03951.f} {03951.p5} -> {03951.p6} 
+tr {03951.t3|03952.t1} : a3950 {03951.f} {03952.p1} -> {03952.p3} 
+tr {03952.e} {03952.p6} {03952.p3} -> {03952.p4-eats} 
+tr {03952.t} {03952.p2-thinks} -> {03952.p1} {03952.p5} 
+tr {03952.t0|03953.t4} : b3951 {03953.p4-eats} -> {03952.f} {03953.f} {03953.p2-thinks} 
+tr {03952.t2} {03952.f} {03952.p5} -> {03952.p6} 
+tr {03952.t3|03953.t1} : a3951 {03952.f} {03953.p1} -> {03953.p3} 
+tr {03953.e} {03953.p6} {03953.p3} -> {03953.p4-eats} 
+tr {03953.t} {03953.p2-thinks} -> {03953.p1} {03953.p5} 
+tr {03953.t0|03954.t4} : b3952 {03954.p4-eats} -> {03953.f} {03954.f} {03954.p2-thinks} 
+tr {03953.t2} {03953.f} {03953.p5} -> {03953.p6} 
+tr {03953.t3|03954.t1} : a3952 {03953.f} {03954.p1} -> {03954.p3} 
+tr {03954.e} {03954.p6} {03954.p3} -> {03954.p4-eats} 
+tr {03954.t} {03954.p2-thinks} -> {03954.p1} {03954.p5} 
+tr {03954.t0|03955.t4} : b3953 {03955.p4-eats} -> {03954.f} {03955.f} {03955.p2-thinks} 
+tr {03954.t2} {03954.f} {03954.p5} -> {03954.p6} 
+tr {03954.t3|03955.t1} : a3953 {03954.f} {03955.p1} -> {03955.p3} 
+tr {03955.e} {03955.p6} {03955.p3} -> {03955.p4-eats} 
+tr {03955.t} {03955.p2-thinks} -> {03955.p1} {03955.p5} 
+tr {03955.t0|03956.t4} : b3954 {03956.p4-eats} -> {03955.f} {03956.f} {03956.p2-thinks} 
+tr {03955.t2} {03955.f} {03955.p5} -> {03955.p6} 
+tr {03955.t3|03956.t1} : a3954 {03955.f} {03956.p1} -> {03956.p3} 
+tr {03956.e} {03956.p6} {03956.p3} -> {03956.p4-eats} 
+tr {03956.t} {03956.p2-thinks} -> {03956.p1} {03956.p5} 
+tr {03956.t0|03957.t4} : b3955 {03957.p4-eats} -> {03956.f} {03957.f} {03957.p2-thinks} 
+tr {03956.t2} {03956.f} {03956.p5} -> {03956.p6} 
+tr {03956.t3|03957.t1} : a3955 {03956.f} {03957.p1} -> {03957.p3} 
+tr {03957.e} {03957.p6} {03957.p3} -> {03957.p4-eats} 
+tr {03957.t} {03957.p2-thinks} -> {03957.p1} {03957.p5} 
+tr {03957.t0|03958.t4} : b3956 {03958.p4-eats} -> {03957.f} {03958.f} {03958.p2-thinks} 
+tr {03957.t2} {03957.f} {03957.p5} -> {03957.p6} 
+tr {03957.t3|03958.t1} : a3956 {03957.f} {03958.p1} -> {03958.p3} 
+tr {03958.e} {03958.p6} {03958.p3} -> {03958.p4-eats} 
+tr {03958.t} {03958.p2-thinks} -> {03958.p1} {03958.p5} 
+tr {03958.t0|03959.t4} : b3957 {03959.p4-eats} -> {03958.f} {03959.f} {03959.p2-thinks} 
+tr {03958.t2} {03958.f} {03958.p5} -> {03958.p6} 
+tr {03958.t3|03959.t1} : a3957 {03958.f} {03959.p1} -> {03959.p3} 
+tr {03959.e} {03959.p6} {03959.p3} -> {03959.p4-eats} 
+tr {03959.t} {03959.p2-thinks} -> {03959.p1} {03959.p5} 
+tr {03959.t0|03960.t4} : b3958 {03960.p4-eats} -> {03959.f} {03960.f} {03960.p2-thinks} 
+tr {03959.t2} {03959.f} {03959.p5} -> {03959.p6} 
+tr {03959.t3|03960.t1} : a3958 {03959.f} {03960.p1} -> {03960.p3} 
+tr {03960.e} {03960.p6} {03960.p3} -> {03960.p4-eats} 
+tr {03960.t} {03960.p2-thinks} -> {03960.p1} {03960.p5} 
+tr {03960.t0|03961.t4} : b3959 {03961.p4-eats} -> {03960.f} {03961.f} {03961.p2-thinks} 
+tr {03960.t2} {03960.f} {03960.p5} -> {03960.p6} 
+tr {03960.t3|03961.t1} : a3959 {03960.f} {03961.p1} -> {03961.p3} 
+tr {03961.e} {03961.p6} {03961.p3} -> {03961.p4-eats} 
+tr {03961.t} {03961.p2-thinks} -> {03961.p1} {03961.p5} 
+tr {03961.t0|03962.t4} : b3960 {03962.p4-eats} -> {03961.f} {03962.f} {03962.p2-thinks} 
+tr {03961.t2} {03961.f} {03961.p5} -> {03961.p6} 
+tr {03961.t3|03962.t1} : a3960 {03961.f} {03962.p1} -> {03962.p3} 
+tr {03962.e} {03962.p6} {03962.p3} -> {03962.p4-eats} 
+tr {03962.t} {03962.p2-thinks} -> {03962.p1} {03962.p5} 
+tr {03962.t0|03963.t4} : b3961 {03963.p4-eats} -> {03962.f} {03963.f} {03963.p2-thinks} 
+tr {03962.t2} {03962.f} {03962.p5} -> {03962.p6} 
+tr {03962.t3|03963.t1} : a3961 {03962.f} {03963.p1} -> {03963.p3} 
+tr {03963.e} {03963.p6} {03963.p3} -> {03963.p4-eats} 
+tr {03963.t} {03963.p2-thinks} -> {03963.p1} {03963.p5} 
+tr {03963.t0|03964.t4} : b3962 {03964.p4-eats} -> {03963.f} {03964.f} {03964.p2-thinks} 
+tr {03963.t2} {03963.f} {03963.p5} -> {03963.p6} 
+tr {03963.t3|03964.t1} : a3962 {03963.f} {03964.p1} -> {03964.p3} 
+tr {03964.e} {03964.p6} {03964.p3} -> {03964.p4-eats} 
+tr {03964.t} {03964.p2-thinks} -> {03964.p1} {03964.p5} 
+tr {03964.t0|03965.t4} : b3963 {03965.p4-eats} -> {03964.f} {03965.f} {03965.p2-thinks} 
+tr {03964.t2} {03964.f} {03964.p5} -> {03964.p6} 
+tr {03964.t3|03965.t1} : a3963 {03964.f} {03965.p1} -> {03965.p3} 
+tr {03965.e} {03965.p6} {03965.p3} -> {03965.p4-eats} 
+tr {03965.t} {03965.p2-thinks} -> {03965.p1} {03965.p5} 
+tr {03965.t0|03966.t4} : b3964 {03966.p4-eats} -> {03965.f} {03966.f} {03966.p2-thinks} 
+tr {03965.t2} {03965.f} {03965.p5} -> {03965.p6} 
+tr {03965.t3|03966.t1} : a3964 {03965.f} {03966.p1} -> {03966.p3} 
+tr {03966.e} {03966.p6} {03966.p3} -> {03966.p4-eats} 
+tr {03966.t} {03966.p2-thinks} -> {03966.p1} {03966.p5} 
+tr {03966.t0|03967.t4} : b3965 {03967.p4-eats} -> {03966.f} {03967.f} {03967.p2-thinks} 
+tr {03966.t2} {03966.f} {03966.p5} -> {03966.p6} 
+tr {03966.t3|03967.t1} : a3965 {03966.f} {03967.p1} -> {03967.p3} 
+tr {03967.e} {03967.p6} {03967.p3} -> {03967.p4-eats} 
+tr {03967.t} {03967.p2-thinks} -> {03967.p1} {03967.p5} 
+tr {03967.t0|03968.t4} : b3966 {03968.p4-eats} -> {03967.f} {03968.f} {03968.p2-thinks} 
+tr {03967.t2} {03967.f} {03967.p5} -> {03967.p6} 
+tr {03967.t3|03968.t1} : a3966 {03967.f} {03968.p1} -> {03968.p3} 
+tr {03968.e} {03968.p6} {03968.p3} -> {03968.p4-eats} 
+tr {03968.t} {03968.p2-thinks} -> {03968.p1} {03968.p5} 
+tr {03968.t0|03969.t4} : b3967 {03969.p4-eats} -> {03968.f} {03969.f} {03969.p2-thinks} 
+tr {03968.t2} {03968.f} {03968.p5} -> {03968.p6} 
+tr {03968.t3|03969.t1} : a3967 {03968.f} {03969.p1} -> {03969.p3} 
+tr {03969.e} {03969.p6} {03969.p3} -> {03969.p4-eats} 
+tr {03969.t} {03969.p2-thinks} -> {03969.p1} {03969.p5} 
+tr {03969.t0|03970.t4} : b3968 {03970.p4-eats} -> {03969.f} {03970.f} {03970.p2-thinks} 
+tr {03969.t2} {03969.f} {03969.p5} -> {03969.p6} 
+tr {03969.t3|03970.t1} : a3968 {03969.f} {03970.p1} -> {03970.p3} 
+tr {03970.e} {03970.p6} {03970.p3} -> {03970.p4-eats} 
+tr {03970.t} {03970.p2-thinks} -> {03970.p1} {03970.p5} 
+tr {03970.t0|03971.t4} : b3969 {03971.p4-eats} -> {03970.f} {03971.f} {03971.p2-thinks} 
+tr {03970.t2} {03970.f} {03970.p5} -> {03970.p6} 
+tr {03970.t3|03971.t1} : a3969 {03970.f} {03971.p1} -> {03971.p3} 
+tr {03971.e} {03971.p6} {03971.p3} -> {03971.p4-eats} 
+tr {03971.t} {03971.p2-thinks} -> {03971.p1} {03971.p5} 
+tr {03971.t0|03972.t4} : b3970 {03972.p4-eats} -> {03971.f} {03972.f} {03972.p2-thinks} 
+tr {03971.t2} {03971.f} {03971.p5} -> {03971.p6} 
+tr {03971.t3|03972.t1} : a3970 {03971.f} {03972.p1} -> {03972.p3} 
+tr {03972.e} {03972.p6} {03972.p3} -> {03972.p4-eats} 
+tr {03972.t} {03972.p2-thinks} -> {03972.p1} {03972.p5} 
+tr {03972.t0|03973.t4} : b3971 {03973.p4-eats} -> {03972.f} {03973.f} {03973.p2-thinks} 
+tr {03972.t2} {03972.f} {03972.p5} -> {03972.p6} 
+tr {03972.t3|03973.t1} : a3971 {03972.f} {03973.p1} -> {03973.p3} 
+tr {03973.e} {03973.p6} {03973.p3} -> {03973.p4-eats} 
+tr {03973.t} {03973.p2-thinks} -> {03973.p1} {03973.p5} 
+tr {03973.t0|03974.t4} : b3972 {03974.p4-eats} -> {03973.f} {03974.f} {03974.p2-thinks} 
+tr {03973.t2} {03973.f} {03973.p5} -> {03973.p6} 
+tr {03973.t3|03974.t1} : a3972 {03973.f} {03974.p1} -> {03974.p3} 
+tr {03974.e} {03974.p6} {03974.p3} -> {03974.p4-eats} 
+tr {03974.t} {03974.p2-thinks} -> {03974.p1} {03974.p5} 
+tr {03974.t0|03975.t4} : b3973 {03975.p4-eats} -> {03974.f} {03975.f} {03975.p2-thinks} 
+tr {03974.t2} {03974.f} {03974.p5} -> {03974.p6} 
+tr {03974.t3|03975.t1} : a3973 {03974.f} {03975.p1} -> {03975.p3} 
+tr {03975.e} {03975.p6} {03975.p3} -> {03975.p4-eats} 
+tr {03975.t} {03975.p2-thinks} -> {03975.p1} {03975.p5} 
+tr {03975.t0|03976.t4} : b3974 {03976.p4-eats} -> {03975.f} {03976.f} {03976.p2-thinks} 
+tr {03975.t2} {03975.f} {03975.p5} -> {03975.p6} 
+tr {03975.t3|03976.t1} : a3974 {03975.f} {03976.p1} -> {03976.p3} 
+tr {03976.e} {03976.p6} {03976.p3} -> {03976.p4-eats} 
+tr {03976.t} {03976.p2-thinks} -> {03976.p1} {03976.p5} 
+tr {03976.t0|03977.t4} : b3975 {03977.p4-eats} -> {03976.f} {03977.f} {03977.p2-thinks} 
+tr {03976.t2} {03976.f} {03976.p5} -> {03976.p6} 
+tr {03976.t3|03977.t1} : a3975 {03976.f} {03977.p1} -> {03977.p3} 
+tr {03977.e} {03977.p6} {03977.p3} -> {03977.p4-eats} 
+tr {03977.t} {03977.p2-thinks} -> {03977.p1} {03977.p5} 
+tr {03977.t0|03978.t4} : b3976 {03978.p4-eats} -> {03977.f} {03978.f} {03978.p2-thinks} 
+tr {03977.t2} {03977.f} {03977.p5} -> {03977.p6} 
+tr {03977.t3|03978.t1} : a3976 {03977.f} {03978.p1} -> {03978.p3} 
+tr {03978.e} {03978.p6} {03978.p3} -> {03978.p4-eats} 
+tr {03978.t} {03978.p2-thinks} -> {03978.p1} {03978.p5} 
+tr {03978.t0|03979.t4} : b3977 {03979.p4-eats} -> {03978.f} {03979.f} {03979.p2-thinks} 
+tr {03978.t2} {03978.f} {03978.p5} -> {03978.p6} 
+tr {03978.t3|03979.t1} : a3977 {03978.f} {03979.p1} -> {03979.p3} 
+tr {03979.e} {03979.p6} {03979.p3} -> {03979.p4-eats} 
+tr {03979.t} {03979.p2-thinks} -> {03979.p1} {03979.p5} 
+tr {03979.t0|03980.t4} : b3978 {03980.p4-eats} -> {03979.f} {03980.f} {03980.p2-thinks} 
+tr {03979.t2} {03979.f} {03979.p5} -> {03979.p6} 
+tr {03979.t3|03980.t1} : a3978 {03979.f} {03980.p1} -> {03980.p3} 
+tr {03980.e} {03980.p6} {03980.p3} -> {03980.p4-eats} 
+tr {03980.t} {03980.p2-thinks} -> {03980.p1} {03980.p5} 
+tr {03980.t0|03981.t4} : b3979 {03981.p4-eats} -> {03980.f} {03981.f} {03981.p2-thinks} 
+tr {03980.t2} {03980.f} {03980.p5} -> {03980.p6} 
+tr {03980.t3|03981.t1} : a3979 {03980.f} {03981.p1} -> {03981.p3} 
+tr {03981.e} {03981.p6} {03981.p3} -> {03981.p4-eats} 
+tr {03981.t} {03981.p2-thinks} -> {03981.p1} {03981.p5} 
+tr {03981.t0|03982.t4} : b3980 {03982.p4-eats} -> {03981.f} {03982.f} {03982.p2-thinks} 
+tr {03981.t2} {03981.f} {03981.p5} -> {03981.p6} 
+tr {03981.t3|03982.t1} : a3980 {03981.f} {03982.p1} -> {03982.p3} 
+tr {03982.e} {03982.p6} {03982.p3} -> {03982.p4-eats} 
+tr {03982.t} {03982.p2-thinks} -> {03982.p1} {03982.p5} 
+tr {03982.t0|03983.t4} : b3981 {03983.p4-eats} -> {03982.f} {03983.f} {03983.p2-thinks} 
+tr {03982.t2} {03982.f} {03982.p5} -> {03982.p6} 
+tr {03982.t3|03983.t1} : a3981 {03982.f} {03983.p1} -> {03983.p3} 
+tr {03983.e} {03983.p6} {03983.p3} -> {03983.p4-eats} 
+tr {03983.t} {03983.p2-thinks} -> {03983.p1} {03983.p5} 
+tr {03983.t0|03984.t4} : b3982 {03984.p4-eats} -> {03983.f} {03984.f} {03984.p2-thinks} 
+tr {03983.t2} {03983.f} {03983.p5} -> {03983.p6} 
+tr {03983.t3|03984.t1} : a3982 {03983.f} {03984.p1} -> {03984.p3} 
+tr {03984.e} {03984.p6} {03984.p3} -> {03984.p4-eats} 
+tr {03984.t} {03984.p2-thinks} -> {03984.p1} {03984.p5} 
+tr {03984.t0|03985.t4} : b3983 {03985.p4-eats} -> {03984.f} {03985.f} {03985.p2-thinks} 
+tr {03984.t2} {03984.f} {03984.p5} -> {03984.p6} 
+tr {03984.t3|03985.t1} : a3983 {03984.f} {03985.p1} -> {03985.p3} 
+tr {03985.e} {03985.p6} {03985.p3} -> {03985.p4-eats} 
+tr {03985.t} {03985.p2-thinks} -> {03985.p1} {03985.p5} 
+tr {03985.t0|03986.t4} : b3984 {03986.p4-eats} -> {03985.f} {03986.f} {03986.p2-thinks} 
+tr {03985.t2} {03985.f} {03985.p5} -> {03985.p6} 
+tr {03985.t3|03986.t1} : a3984 {03985.f} {03986.p1} -> {03986.p3} 
+tr {03986.e} {03986.p6} {03986.p3} -> {03986.p4-eats} 
+tr {03986.t} {03986.p2-thinks} -> {03986.p1} {03986.p5} 
+tr {03986.t0|03987.t4} : b3985 {03987.p4-eats} -> {03986.f} {03987.f} {03987.p2-thinks} 
+tr {03986.t2} {03986.f} {03986.p5} -> {03986.p6} 
+tr {03986.t3|03987.t1} : a3985 {03986.f} {03987.p1} -> {03987.p3} 
+tr {03987.e} {03987.p6} {03987.p3} -> {03987.p4-eats} 
+tr {03987.t} {03987.p2-thinks} -> {03987.p1} {03987.p5} 
+tr {03987.t0|03988.t4} : b3986 {03988.p4-eats} -> {03987.f} {03988.f} {03988.p2-thinks} 
+tr {03987.t2} {03987.f} {03987.p5} -> {03987.p6} 
+tr {03987.t3|03988.t1} : a3986 {03987.f} {03988.p1} -> {03988.p3} 
+tr {03988.e} {03988.p6} {03988.p3} -> {03988.p4-eats} 
+tr {03988.t} {03988.p2-thinks} -> {03988.p1} {03988.p5} 
+tr {03988.t0|03989.t4} : b3987 {03989.p4-eats} -> {03988.f} {03989.f} {03989.p2-thinks} 
+tr {03988.t2} {03988.f} {03988.p5} -> {03988.p6} 
+tr {03988.t3|03989.t1} : a3987 {03988.f} {03989.p1} -> {03989.p3} 
+tr {03989.e} {03989.p6} {03989.p3} -> {03989.p4-eats} 
+tr {03989.t} {03989.p2-thinks} -> {03989.p1} {03989.p5} 
+tr {03989.t0|03990.t4} : b3988 {03990.p4-eats} -> {03989.f} {03990.f} {03990.p2-thinks} 
+tr {03989.t2} {03989.f} {03989.p5} -> {03989.p6} 
+tr {03989.t3|03990.t1} : a3988 {03989.f} {03990.p1} -> {03990.p3} 
+tr {03990.e} {03990.p6} {03990.p3} -> {03990.p4-eats} 
+tr {03990.t} {03990.p2-thinks} -> {03990.p1} {03990.p5} 
+tr {03990.t0|03991.t4} : b3989 {03991.p4-eats} -> {03990.f} {03991.f} {03991.p2-thinks} 
+tr {03990.t2} {03990.f} {03990.p5} -> {03990.p6} 
+tr {03990.t3|03991.t1} : a3989 {03990.f} {03991.p1} -> {03991.p3} 
+tr {03991.e} {03991.p6} {03991.p3} -> {03991.p4-eats} 
+tr {03991.t} {03991.p2-thinks} -> {03991.p1} {03991.p5} 
+tr {03991.t0|03992.t4} : b3990 {03992.p4-eats} -> {03991.f} {03992.f} {03992.p2-thinks} 
+tr {03991.t2} {03991.f} {03991.p5} -> {03991.p6} 
+tr {03991.t3|03992.t1} : a3990 {03991.f} {03992.p1} -> {03992.p3} 
+tr {03992.e} {03992.p6} {03992.p3} -> {03992.p4-eats} 
+tr {03992.t} {03992.p2-thinks} -> {03992.p1} {03992.p5} 
+tr {03992.t0|03993.t4} : b3991 {03993.p4-eats} -> {03992.f} {03993.f} {03993.p2-thinks} 
+tr {03992.t2} {03992.f} {03992.p5} -> {03992.p6} 
+tr {03992.t3|03993.t1} : a3991 {03992.f} {03993.p1} -> {03993.p3} 
+tr {03993.e} {03993.p6} {03993.p3} -> {03993.p4-eats} 
+tr {03993.t} {03993.p2-thinks} -> {03993.p1} {03993.p5} 
+tr {03993.t0|03994.t4} : b3992 {03994.p4-eats} -> {03993.f} {03994.f} {03994.p2-thinks} 
+tr {03993.t2} {03993.f} {03993.p5} -> {03993.p6} 
+tr {03993.t3|03994.t1} : a3992 {03993.f} {03994.p1} -> {03994.p3} 
+tr {03994.e} {03994.p6} {03994.p3} -> {03994.p4-eats} 
+tr {03994.t} {03994.p2-thinks} -> {03994.p1} {03994.p5} 
+tr {03994.t0|03995.t4} : b3993 {03995.p4-eats} -> {03994.f} {03995.f} {03995.p2-thinks} 
+tr {03994.t2} {03994.f} {03994.p5} -> {03994.p6} 
+tr {03994.t3|03995.t1} : a3993 {03994.f} {03995.p1} -> {03995.p3} 
+tr {03995.e} {03995.p6} {03995.p3} -> {03995.p4-eats} 
+tr {03995.t} {03995.p2-thinks} -> {03995.p1} {03995.p5} 
+tr {03995.t0|03996.t4} : b3994 {03996.p4-eats} -> {03995.f} {03996.f} {03996.p2-thinks} 
+tr {03995.t2} {03995.f} {03995.p5} -> {03995.p6} 
+tr {03995.t3|03996.t1} : a3994 {03995.f} {03996.p1} -> {03996.p3} 
+tr {03996.e} {03996.p6} {03996.p3} -> {03996.p4-eats} 
+tr {03996.t} {03996.p2-thinks} -> {03996.p1} {03996.p5} 
+tr {03996.t0|03997.t4} : b3995 {03997.p4-eats} -> {03996.f} {03997.f} {03997.p2-thinks} 
+tr {03996.t2} {03996.f} {03996.p5} -> {03996.p6} 
+tr {03996.t3|03997.t1} : a3995 {03996.f} {03997.p1} -> {03997.p3} 
+tr {03997.e} {03997.p6} {03997.p3} -> {03997.p4-eats} 
+tr {03997.t} {03997.p2-thinks} -> {03997.p1} {03997.p5} 
+tr {03997.t0|03998.t4} : b3996 {03998.p4-eats} -> {03997.f} {03998.f} {03998.p2-thinks} 
+tr {03997.t2} {03997.f} {03997.p5} -> {03997.p6} 
+tr {03997.t3|03998.t1} : a3996 {03997.f} {03998.p1} -> {03998.p3} 
+tr {03998.e} {03998.p6} {03998.p3} -> {03998.p4-eats} 
+tr {03998.t} {03998.p2-thinks} -> {03998.p1} {03998.p5} 
+tr {03998.t0|03999.t4} : b3997 {03999.p4-eats} -> {03998.f} {03999.f} {03999.p2-thinks} 
+tr {03998.t2} {03998.f} {03998.p5} -> {03998.p6} 
+tr {03998.t3|03999.t1} : a3997 {03998.f} {03999.p1} -> {03999.p3} 
+tr {03999.e} {03999.p6} {03999.p3} -> {03999.p4-eats} 
+tr {03999.t} {03999.p2-thinks} -> {03999.p1} {03999.p5} 
+tr {03999.t0|04000.t4} : b3998 {04000.p4-eats} -> {03999.f} {04000.f} {04000.p2-thinks} 
+tr {03999.t2} {03999.f} {03999.p5} -> {03999.p6} 
+tr {03999.t3|04000.t1} : a3998 {03999.f} {04000.p1} -> {04000.p3} 
+tr {04000.e} {04000.p6} {04000.p3} -> {04000.p4-eats} 
+tr {04000.t} {04000.p2-thinks} -> {04000.p1} {04000.p5} 
+tr {04000.t0|04001.t4} : b3999 {04001.p4-eats} -> {04000.f} {04001.f} {04001.p2-thinks} 
+tr {04000.t2} {04000.f} {04000.p5} -> {04000.p6} 
+tr {04000.t3|04001.t1} : a3999 {04000.f} {04001.p1} -> {04001.p3} 
+tr {04001.e} {04001.p6} {04001.p3} -> {04001.p4-eats} 
+tr {04001.t} {04001.p2-thinks} -> {04001.p1} {04001.p5} 
+tr {04001.t0|04002.t4} : b4000 {04002.p4-eats} -> {04001.f} {04002.f} {04002.p2-thinks} 
+tr {04001.t2} {04001.f} {04001.p5} -> {04001.p6} 
+tr {04001.t3|04002.t1} : a4000 {04001.f} {04002.p1} -> {04002.p3} 
+tr {04002.e} {04002.p6} {04002.p3} -> {04002.p4-eats} 
+tr {04002.t} {04002.p2-thinks} -> {04002.p1} {04002.p5} 
+tr {04002.t0|04003.t4} : b4001 {04003.p4-eats} -> {04002.f} {04003.f} {04003.p2-thinks} 
+tr {04002.t2} {04002.f} {04002.p5} -> {04002.p6} 
+tr {04002.t3|04003.t1} : a4001 {04002.f} {04003.p1} -> {04003.p3} 
+tr {04003.e} {04003.p6} {04003.p3} -> {04003.p4-eats} 
+tr {04003.t} {04003.p2-thinks} -> {04003.p1} {04003.p5} 
+tr {04003.t0|04004.t4} : b4002 {04004.p4-eats} -> {04003.f} {04004.f} {04004.p2-thinks} 
+tr {04003.t2} {04003.f} {04003.p5} -> {04003.p6} 
+tr {04003.t3|04004.t1} : a4002 {04003.f} {04004.p1} -> {04004.p3} 
+tr {04004.e} {04004.p6} {04004.p3} -> {04004.p4-eats} 
+tr {04004.t} {04004.p2-thinks} -> {04004.p1} {04004.p5} 
+tr {04004.t0|04005.t4} : b4003 {04005.p4-eats} -> {04004.f} {04005.f} {04005.p2-thinks} 
+tr {04004.t2} {04004.f} {04004.p5} -> {04004.p6} 
+tr {04004.t3|04005.t1} : a4003 {04004.f} {04005.p1} -> {04005.p3} 
+tr {04005.e} {04005.p6} {04005.p3} -> {04005.p4-eats} 
+tr {04005.t} {04005.p2-thinks} -> {04005.p1} {04005.p5} 
+tr {04005.t0|04006.t4} : b4004 {04006.p4-eats} -> {04005.f} {04006.f} {04006.p2-thinks} 
+tr {04005.t2} {04005.f} {04005.p5} -> {04005.p6} 
+tr {04005.t3|04006.t1} : a4004 {04005.f} {04006.p1} -> {04006.p3} 
+tr {04006.e} {04006.p6} {04006.p3} -> {04006.p4-eats} 
+tr {04006.t} {04006.p2-thinks} -> {04006.p1} {04006.p5} 
+tr {04006.t0|04007.t4} : b4005 {04007.p4-eats} -> {04006.f} {04007.f} {04007.p2-thinks} 
+tr {04006.t2} {04006.f} {04006.p5} -> {04006.p6} 
+tr {04006.t3|04007.t1} : a4005 {04006.f} {04007.p1} -> {04007.p3} 
+tr {04007.e} {04007.p6} {04007.p3} -> {04007.p4-eats} 
+tr {04007.t} {04007.p2-thinks} -> {04007.p1} {04007.p5} 
+tr {04007.t0|04008.t4} : b4006 {04008.p4-eats} -> {04007.f} {04008.f} {04008.p2-thinks} 
+tr {04007.t2} {04007.f} {04007.p5} -> {04007.p6} 
+tr {04007.t3|04008.t1} : a4006 {04007.f} {04008.p1} -> {04008.p3} 
+tr {04008.e} {04008.p6} {04008.p3} -> {04008.p4-eats} 
+tr {04008.t} {04008.p2-thinks} -> {04008.p1} {04008.p5} 
+tr {04008.t0|04009.t4} : b4007 {04009.p4-eats} -> {04008.f} {04009.f} {04009.p2-thinks} 
+tr {04008.t2} {04008.f} {04008.p5} -> {04008.p6} 
+tr {04008.t3|04009.t1} : a4007 {04008.f} {04009.p1} -> {04009.p3} 
+tr {04009.e} {04009.p6} {04009.p3} -> {04009.p4-eats} 
+tr {04009.t} {04009.p2-thinks} -> {04009.p1} {04009.p5} 
+tr {04009.t0|04010.t4} : b4008 {04010.p4-eats} -> {04009.f} {04010.f} {04010.p2-thinks} 
+tr {04009.t2} {04009.f} {04009.p5} -> {04009.p6} 
+tr {04009.t3|04010.t1} : a4008 {04009.f} {04010.p1} -> {04010.p3} 
+tr {04010.e} {04010.p6} {04010.p3} -> {04010.p4-eats} 
+tr {04010.t} {04010.p2-thinks} -> {04010.p1} {04010.p5} 
+tr {04010.t0|04011.t4} : b4009 {04011.p4-eats} -> {04010.f} {04011.f} {04011.p2-thinks} 
+tr {04010.t2} {04010.f} {04010.p5} -> {04010.p6} 
+tr {04010.t3|04011.t1} : a4009 {04010.f} {04011.p1} -> {04011.p3} 
+tr {04011.e} {04011.p6} {04011.p3} -> {04011.p4-eats} 
+tr {04011.t} {04011.p2-thinks} -> {04011.p1} {04011.p5} 
+tr {04011.t0|04012.t4} : b4010 {04012.p4-eats} -> {04011.f} {04012.f} {04012.p2-thinks} 
+tr {04011.t2} {04011.f} {04011.p5} -> {04011.p6} 
+tr {04011.t3|04012.t1} : a4010 {04011.f} {04012.p1} -> {04012.p3} 
+tr {04012.e} {04012.p6} {04012.p3} -> {04012.p4-eats} 
+tr {04012.t} {04012.p2-thinks} -> {04012.p1} {04012.p5} 
+tr {04012.t0|04013.t4} : b4011 {04013.p4-eats} -> {04012.f} {04013.f} {04013.p2-thinks} 
+tr {04012.t2} {04012.f} {04012.p5} -> {04012.p6} 
+tr {04012.t3|04013.t1} : a4011 {04012.f} {04013.p1} -> {04013.p3} 
+tr {04013.e} {04013.p6} {04013.p3} -> {04013.p4-eats} 
+tr {04013.t} {04013.p2-thinks} -> {04013.p1} {04013.p5} 
+tr {04013.t0|04014.t4} : b4012 {04014.p4-eats} -> {04013.f} {04014.f} {04014.p2-thinks} 
+tr {04013.t2} {04013.f} {04013.p5} -> {04013.p6} 
+tr {04013.t3|04014.t1} : a4012 {04013.f} {04014.p1} -> {04014.p3} 
+tr {04014.e} {04014.p6} {04014.p3} -> {04014.p4-eats} 
+tr {04014.t} {04014.p2-thinks} -> {04014.p1} {04014.p5} 
+tr {04014.t0|04015.t4} : b4013 {04015.p4-eats} -> {04014.f} {04015.f} {04015.p2-thinks} 
+tr {04014.t2} {04014.f} {04014.p5} -> {04014.p6} 
+tr {04014.t3|04015.t1} : a4013 {04014.f} {04015.p1} -> {04015.p3} 
+tr {04015.e} {04015.p6} {04015.p3} -> {04015.p4-eats} 
+tr {04015.t} {04015.p2-thinks} -> {04015.p1} {04015.p5} 
+tr {04015.t0|04016.t4} : b4014 {04016.p4-eats} -> {04015.f} {04016.f} {04016.p2-thinks} 
+tr {04015.t2} {04015.f} {04015.p5} -> {04015.p6} 
+tr {04015.t3|04016.t1} : a4014 {04015.f} {04016.p1} -> {04016.p3} 
+tr {04016.e} {04016.p6} {04016.p3} -> {04016.p4-eats} 
+tr {04016.t} {04016.p2-thinks} -> {04016.p1} {04016.p5} 
+tr {04016.t0|04017.t4} : b4015 {04017.p4-eats} -> {04016.f} {04017.f} {04017.p2-thinks} 
+tr {04016.t2} {04016.f} {04016.p5} -> {04016.p6} 
+tr {04016.t3|04017.t1} : a4015 {04016.f} {04017.p1} -> {04017.p3} 
+tr {04017.e} {04017.p6} {04017.p3} -> {04017.p4-eats} 
+tr {04017.t} {04017.p2-thinks} -> {04017.p1} {04017.p5} 
+tr {04017.t0|04018.t4} : b4016 {04018.p4-eats} -> {04017.f} {04018.f} {04018.p2-thinks} 
+tr {04017.t2} {04017.f} {04017.p5} -> {04017.p6} 
+tr {04017.t3|04018.t1} : a4016 {04017.f} {04018.p1} -> {04018.p3} 
+tr {04018.e} {04018.p6} {04018.p3} -> {04018.p4-eats} 
+tr {04018.t} {04018.p2-thinks} -> {04018.p1} {04018.p5} 
+tr {04018.t0|04019.t4} : b4017 {04019.p4-eats} -> {04018.f} {04019.f} {04019.p2-thinks} 
+tr {04018.t2} {04018.f} {04018.p5} -> {04018.p6} 
+tr {04018.t3|04019.t1} : a4017 {04018.f} {04019.p1} -> {04019.p3} 
+tr {04019.e} {04019.p6} {04019.p3} -> {04019.p4-eats} 
+tr {04019.t} {04019.p2-thinks} -> {04019.p1} {04019.p5} 
+tr {04019.t0|04020.t4} : b4018 {04020.p4-eats} -> {04019.f} {04020.f} {04020.p2-thinks} 
+tr {04019.t2} {04019.f} {04019.p5} -> {04019.p6} 
+tr {04019.t3|04020.t1} : a4018 {04019.f} {04020.p1} -> {04020.p3} 
+tr {04020.e} {04020.p6} {04020.p3} -> {04020.p4-eats} 
+tr {04020.t} {04020.p2-thinks} -> {04020.p1} {04020.p5} 
+tr {04020.t0|04021.t4} : b4019 {04021.p4-eats} -> {04020.f} {04021.f} {04021.p2-thinks} 
+tr {04020.t2} {04020.f} {04020.p5} -> {04020.p6} 
+tr {04020.t3|04021.t1} : a4019 {04020.f} {04021.p1} -> {04021.p3} 
+tr {04021.e} {04021.p6} {04021.p3} -> {04021.p4-eats} 
+tr {04021.t} {04021.p2-thinks} -> {04021.p1} {04021.p5} 
+tr {04021.t0|04022.t4} : b4020 {04022.p4-eats} -> {04021.f} {04022.f} {04022.p2-thinks} 
+tr {04021.t2} {04021.f} {04021.p5} -> {04021.p6} 
+tr {04021.t3|04022.t1} : a4020 {04021.f} {04022.p1} -> {04022.p3} 
+tr {04022.e} {04022.p6} {04022.p3} -> {04022.p4-eats} 
+tr {04022.t} {04022.p2-thinks} -> {04022.p1} {04022.p5} 
+tr {04022.t0|04023.t4} : b4021 {04023.p4-eats} -> {04022.f} {04023.f} {04023.p2-thinks} 
+tr {04022.t2} {04022.f} {04022.p5} -> {04022.p6} 
+tr {04022.t3|04023.t1} : a4021 {04022.f} {04023.p1} -> {04023.p3} 
+tr {04023.e} {04023.p6} {04023.p3} -> {04023.p4-eats} 
+tr {04023.t} {04023.p2-thinks} -> {04023.p1} {04023.p5} 
+tr {04023.t0|04024.t4} : b4022 {04024.p4-eats} -> {04023.f} {04024.f} {04024.p2-thinks} 
+tr {04023.t2} {04023.f} {04023.p5} -> {04023.p6} 
+tr {04023.t3|04024.t1} : a4022 {04023.f} {04024.p1} -> {04024.p3} 
+tr {04024.e} {04024.p6} {04024.p3} -> {04024.p4-eats} 
+tr {04024.t} {04024.p2-thinks} -> {04024.p1} {04024.p5} 
+tr {04024.t0|04025.t4} : b4023 {04025.p4-eats} -> {04024.f} {04025.f} {04025.p2-thinks} 
+tr {04024.t2} {04024.f} {04024.p5} -> {04024.p6} 
+tr {04024.t3|04025.t1} : a4023 {04024.f} {04025.p1} -> {04025.p3} 
+tr {04025.e} {04025.p6} {04025.p3} -> {04025.p4-eats} 
+tr {04025.t} {04025.p2-thinks} -> {04025.p1} {04025.p5} 
+tr {04025.t0|04026.t4} : b4024 {04026.p4-eats} -> {04025.f} {04026.f} {04026.p2-thinks} 
+tr {04025.t2} {04025.f} {04025.p5} -> {04025.p6} 
+tr {04025.t3|04026.t1} : a4024 {04025.f} {04026.p1} -> {04026.p3} 
+tr {04026.e} {04026.p6} {04026.p3} -> {04026.p4-eats} 
+tr {04026.t} {04026.p2-thinks} -> {04026.p1} {04026.p5} 
+tr {04026.t0|04027.t4} : b4025 {04027.p4-eats} -> {04026.f} {04027.f} {04027.p2-thinks} 
+tr {04026.t2} {04026.f} {04026.p5} -> {04026.p6} 
+tr {04026.t3|04027.t1} : a4025 {04026.f} {04027.p1} -> {04027.p3} 
+tr {04027.e} {04027.p6} {04027.p3} -> {04027.p4-eats} 
+tr {04027.t} {04027.p2-thinks} -> {04027.p1} {04027.p5} 
+tr {04027.t0|04028.t4} : b4026 {04028.p4-eats} -> {04027.f} {04028.f} {04028.p2-thinks} 
+tr {04027.t2} {04027.f} {04027.p5} -> {04027.p6} 
+tr {04027.t3|04028.t1} : a4026 {04027.f} {04028.p1} -> {04028.p3} 
+tr {04028.e} {04028.p6} {04028.p3} -> {04028.p4-eats} 
+tr {04028.t} {04028.p2-thinks} -> {04028.p1} {04028.p5} 
+tr {04028.t0|04029.t4} : b4027 {04029.p4-eats} -> {04028.f} {04029.f} {04029.p2-thinks} 
+tr {04028.t2} {04028.f} {04028.p5} -> {04028.p6} 
+tr {04028.t3|04029.t1} : a4027 {04028.f} {04029.p1} -> {04029.p3} 
+tr {04029.e} {04029.p6} {04029.p3} -> {04029.p4-eats} 
+tr {04029.t} {04029.p2-thinks} -> {04029.p1} {04029.p5} 
+tr {04029.t0|04030.t4} : b4028 {04030.p4-eats} -> {04029.f} {04030.f} {04030.p2-thinks} 
+tr {04029.t2} {04029.f} {04029.p5} -> {04029.p6} 
+tr {04029.t3|04030.t1} : a4028 {04029.f} {04030.p1} -> {04030.p3} 
+tr {04030.e} {04030.p6} {04030.p3} -> {04030.p4-eats} 
+tr {04030.t} {04030.p2-thinks} -> {04030.p1} {04030.p5} 
+tr {04030.t0|04031.t4} : b4029 {04031.p4-eats} -> {04030.f} {04031.f} {04031.p2-thinks} 
+tr {04030.t2} {04030.f} {04030.p5} -> {04030.p6} 
+tr {04030.t3|04031.t1} : a4029 {04030.f} {04031.p1} -> {04031.p3} 
+tr {04031.e} {04031.p6} {04031.p3} -> {04031.p4-eats} 
+tr {04031.t} {04031.p2-thinks} -> {04031.p1} {04031.p5} 
+tr {04031.t0|04032.t4} : b4030 {04032.p4-eats} -> {04031.f} {04032.f} {04032.p2-thinks} 
+tr {04031.t2} {04031.f} {04031.p5} -> {04031.p6} 
+tr {04031.t3|04032.t1} : a4030 {04031.f} {04032.p1} -> {04032.p3} 
+tr {04032.e} {04032.p6} {04032.p3} -> {04032.p4-eats} 
+tr {04032.t} {04032.p2-thinks} -> {04032.p1} {04032.p5} 
+tr {04032.t0|04033.t4} : b4031 {04033.p4-eats} -> {04032.f} {04033.f} {04033.p2-thinks} 
+tr {04032.t2} {04032.f} {04032.p5} -> {04032.p6} 
+tr {04032.t3|04033.t1} : a4031 {04032.f} {04033.p1} -> {04033.p3} 
+tr {04033.e} {04033.p6} {04033.p3} -> {04033.p4-eats} 
+tr {04033.t} {04033.p2-thinks} -> {04033.p1} {04033.p5} 
+tr {04033.t0|04034.t4} : b4032 {04034.p4-eats} -> {04033.f} {04034.f} {04034.p2-thinks} 
+tr {04033.t2} {04033.f} {04033.p5} -> {04033.p6} 
+tr {04033.t3|04034.t1} : a4032 {04033.f} {04034.p1} -> {04034.p3} 
+tr {04034.e} {04034.p6} {04034.p3} -> {04034.p4-eats} 
+tr {04034.t} {04034.p2-thinks} -> {04034.p1} {04034.p5} 
+tr {04034.t0|04035.t4} : b4033 {04035.p4-eats} -> {04034.f} {04035.f} {04035.p2-thinks} 
+tr {04034.t2} {04034.f} {04034.p5} -> {04034.p6} 
+tr {04034.t3|04035.t1} : a4033 {04034.f} {04035.p1} -> {04035.p3} 
+tr {04035.e} {04035.p6} {04035.p3} -> {04035.p4-eats} 
+tr {04035.t} {04035.p2-thinks} -> {04035.p1} {04035.p5} 
+tr {04035.t0|04036.t4} : b4034 {04036.p4-eats} -> {04035.f} {04036.f} {04036.p2-thinks} 
+tr {04035.t2} {04035.f} {04035.p5} -> {04035.p6} 
+tr {04035.t3|04036.t1} : a4034 {04035.f} {04036.p1} -> {04036.p3} 
+tr {04036.e} {04036.p6} {04036.p3} -> {04036.p4-eats} 
+tr {04036.t} {04036.p2-thinks} -> {04036.p1} {04036.p5} 
+tr {04036.t0|04037.t4} : b4035 {04037.p4-eats} -> {04036.f} {04037.f} {04037.p2-thinks} 
+tr {04036.t2} {04036.f} {04036.p5} -> {04036.p6} 
+tr {04036.t3|04037.t1} : a4035 {04036.f} {04037.p1} -> {04037.p3} 
+tr {04037.e} {04037.p6} {04037.p3} -> {04037.p4-eats} 
+tr {04037.t} {04037.p2-thinks} -> {04037.p1} {04037.p5} 
+tr {04037.t0|04038.t4} : b4036 {04038.p4-eats} -> {04037.f} {04038.f} {04038.p2-thinks} 
+tr {04037.t2} {04037.f} {04037.p5} -> {04037.p6} 
+tr {04037.t3|04038.t1} : a4036 {04037.f} {04038.p1} -> {04038.p3} 
+tr {04038.e} {04038.p6} {04038.p3} -> {04038.p4-eats} 
+tr {04038.t} {04038.p2-thinks} -> {04038.p1} {04038.p5} 
+tr {04038.t0|04039.t4} : b4037 {04039.p4-eats} -> {04038.f} {04039.f} {04039.p2-thinks} 
+tr {04038.t2} {04038.f} {04038.p5} -> {04038.p6} 
+tr {04038.t3|04039.t1} : a4037 {04038.f} {04039.p1} -> {04039.p3} 
+tr {04039.e} {04039.p6} {04039.p3} -> {04039.p4-eats} 
+tr {04039.t} {04039.p2-thinks} -> {04039.p1} {04039.p5} 
+tr {04039.t0|04040.t4} : b4038 {04040.p4-eats} -> {04039.f} {04040.f} {04040.p2-thinks} 
+tr {04039.t2} {04039.f} {04039.p5} -> {04039.p6} 
+tr {04039.t3|04040.t1} : a4038 {04039.f} {04040.p1} -> {04040.p3} 
+tr {04040.e} {04040.p6} {04040.p3} -> {04040.p4-eats} 
+tr {04040.t} {04040.p2-thinks} -> {04040.p1} {04040.p5} 
+tr {04040.t0|04041.t4} : b4039 {04041.p4-eats} -> {04040.f} {04041.f} {04041.p2-thinks} 
+tr {04040.t2} {04040.f} {04040.p5} -> {04040.p6} 
+tr {04040.t3|04041.t1} : a4039 {04040.f} {04041.p1} -> {04041.p3} 
+tr {04041.e} {04041.p6} {04041.p3} -> {04041.p4-eats} 
+tr {04041.t} {04041.p2-thinks} -> {04041.p1} {04041.p5} 
+tr {04041.t0|04042.t4} : b4040 {04042.p4-eats} -> {04041.f} {04042.f} {04042.p2-thinks} 
+tr {04041.t2} {04041.f} {04041.p5} -> {04041.p6} 
+tr {04041.t3|04042.t1} : a4040 {04041.f} {04042.p1} -> {04042.p3} 
+tr {04042.e} {04042.p6} {04042.p3} -> {04042.p4-eats} 
+tr {04042.t} {04042.p2-thinks} -> {04042.p1} {04042.p5} 
+tr {04042.t0|04043.t4} : b4041 {04043.p4-eats} -> {04042.f} {04043.f} {04043.p2-thinks} 
+tr {04042.t2} {04042.f} {04042.p5} -> {04042.p6} 
+tr {04042.t3|04043.t1} : a4041 {04042.f} {04043.p1} -> {04043.p3} 
+tr {04043.e} {04043.p6} {04043.p3} -> {04043.p4-eats} 
+tr {04043.t} {04043.p2-thinks} -> {04043.p1} {04043.p5} 
+tr {04043.t0|04044.t4} : b4042 {04044.p4-eats} -> {04043.f} {04044.f} {04044.p2-thinks} 
+tr {04043.t2} {04043.f} {04043.p5} -> {04043.p6} 
+tr {04043.t3|04044.t1} : a4042 {04043.f} {04044.p1} -> {04044.p3} 
+tr {04044.e} {04044.p6} {04044.p3} -> {04044.p4-eats} 
+tr {04044.t} {04044.p2-thinks} -> {04044.p1} {04044.p5} 
+tr {04044.t0|04045.t4} : b4043 {04045.p4-eats} -> {04044.f} {04045.f} {04045.p2-thinks} 
+tr {04044.t2} {04044.f} {04044.p5} -> {04044.p6} 
+tr {04044.t3|04045.t1} : a4043 {04044.f} {04045.p1} -> {04045.p3} 
+tr {04045.e} {04045.p6} {04045.p3} -> {04045.p4-eats} 
+tr {04045.t} {04045.p2-thinks} -> {04045.p1} {04045.p5} 
+tr {04045.t0|04046.t4} : b4044 {04046.p4-eats} -> {04045.f} {04046.f} {04046.p2-thinks} 
+tr {04045.t2} {04045.f} {04045.p5} -> {04045.p6} 
+tr {04045.t3|04046.t1} : a4044 {04045.f} {04046.p1} -> {04046.p3} 
+tr {04046.e} {04046.p6} {04046.p3} -> {04046.p4-eats} 
+tr {04046.t} {04046.p2-thinks} -> {04046.p1} {04046.p5} 
+tr {04046.t0|04047.t4} : b4045 {04047.p4-eats} -> {04046.f} {04047.f} {04047.p2-thinks} 
+tr {04046.t2} {04046.f} {04046.p5} -> {04046.p6} 
+tr {04046.t3|04047.t1} : a4045 {04046.f} {04047.p1} -> {04047.p3} 
+tr {04047.e} {04047.p6} {04047.p3} -> {04047.p4-eats} 
+tr {04047.t} {04047.p2-thinks} -> {04047.p1} {04047.p5} 
+tr {04047.t0|04048.t4} : b4046 {04048.p4-eats} -> {04047.f} {04048.f} {04048.p2-thinks} 
+tr {04047.t2} {04047.f} {04047.p5} -> {04047.p6} 
+tr {04047.t3|04048.t1} : a4046 {04047.f} {04048.p1} -> {04048.p3} 
+tr {04048.e} {04048.p6} {04048.p3} -> {04048.p4-eats} 
+tr {04048.t} {04048.p2-thinks} -> {04048.p1} {04048.p5} 
+tr {04048.t0|04049.t4} : b4047 {04049.p4-eats} -> {04048.f} {04049.f} {04049.p2-thinks} 
+tr {04048.t2} {04048.f} {04048.p5} -> {04048.p6} 
+tr {04048.t3|04049.t1} : a4047 {04048.f} {04049.p1} -> {04049.p3} 
+tr {04049.e} {04049.p6} {04049.p3} -> {04049.p4-eats} 
+tr {04049.t} {04049.p2-thinks} -> {04049.p1} {04049.p5} 
+tr {04049.t0|04050.t4} : b4048 {04050.p4-eats} -> {04049.f} {04050.f} {04050.p2-thinks} 
+tr {04049.t2} {04049.f} {04049.p5} -> {04049.p6} 
+tr {04049.t3|04050.t1} : a4048 {04049.f} {04050.p1} -> {04050.p3} 
+tr {04050.e} {04050.p6} {04050.p3} -> {04050.p4-eats} 
+tr {04050.t} {04050.p2-thinks} -> {04050.p1} {04050.p5} 
+tr {04050.t0|04051.t4} : b4049 {04051.p4-eats} -> {04050.f} {04051.f} {04051.p2-thinks} 
+tr {04050.t2} {04050.f} {04050.p5} -> {04050.p6} 
+tr {04050.t3|04051.t1} : a4049 {04050.f} {04051.p1} -> {04051.p3} 
+tr {04051.e} {04051.p6} {04051.p3} -> {04051.p4-eats} 
+tr {04051.t} {04051.p2-thinks} -> {04051.p1} {04051.p5} 
+tr {04051.t0|04052.t4} : b4050 {04052.p4-eats} -> {04051.f} {04052.f} {04052.p2-thinks} 
+tr {04051.t2} {04051.f} {04051.p5} -> {04051.p6} 
+tr {04051.t3|04052.t1} : a4050 {04051.f} {04052.p1} -> {04052.p3} 
+tr {04052.e} {04052.p6} {04052.p3} -> {04052.p4-eats} 
+tr {04052.t} {04052.p2-thinks} -> {04052.p1} {04052.p5} 
+tr {04052.t0|04053.t4} : b4051 {04053.p4-eats} -> {04052.f} {04053.f} {04053.p2-thinks} 
+tr {04052.t2} {04052.f} {04052.p5} -> {04052.p6} 
+tr {04052.t3|04053.t1} : a4051 {04052.f} {04053.p1} -> {04053.p3} 
+tr {04053.e} {04053.p6} {04053.p3} -> {04053.p4-eats} 
+tr {04053.t} {04053.p2-thinks} -> {04053.p1} {04053.p5} 
+tr {04053.t0|04054.t4} : b4052 {04054.p4-eats} -> {04053.f} {04054.f} {04054.p2-thinks} 
+tr {04053.t2} {04053.f} {04053.p5} -> {04053.p6} 
+tr {04053.t3|04054.t1} : a4052 {04053.f} {04054.p1} -> {04054.p3} 
+tr {04054.e} {04054.p6} {04054.p3} -> {04054.p4-eats} 
+tr {04054.t} {04054.p2-thinks} -> {04054.p1} {04054.p5} 
+tr {04054.t0|04055.t4} : b4053 {04055.p4-eats} -> {04054.f} {04055.f} {04055.p2-thinks} 
+tr {04054.t2} {04054.f} {04054.p5} -> {04054.p6} 
+tr {04054.t3|04055.t1} : a4053 {04054.f} {04055.p1} -> {04055.p3} 
+tr {04055.e} {04055.p6} {04055.p3} -> {04055.p4-eats} 
+tr {04055.t} {04055.p2-thinks} -> {04055.p1} {04055.p5} 
+tr {04055.t0|04056.t4} : b4054 {04056.p4-eats} -> {04055.f} {04056.f} {04056.p2-thinks} 
+tr {04055.t2} {04055.f} {04055.p5} -> {04055.p6} 
+tr {04055.t3|04056.t1} : a4054 {04055.f} {04056.p1} -> {04056.p3} 
+tr {04056.e} {04056.p6} {04056.p3} -> {04056.p4-eats} 
+tr {04056.t} {04056.p2-thinks} -> {04056.p1} {04056.p5} 
+tr {04056.t0|04057.t4} : b4055 {04057.p4-eats} -> {04056.f} {04057.f} {04057.p2-thinks} 
+tr {04056.t2} {04056.f} {04056.p5} -> {04056.p6} 
+tr {04056.t3|04057.t1} : a4055 {04056.f} {04057.p1} -> {04057.p3} 
+tr {04057.e} {04057.p6} {04057.p3} -> {04057.p4-eats} 
+tr {04057.t} {04057.p2-thinks} -> {04057.p1} {04057.p5} 
+tr {04057.t0|04058.t4} : b4056 {04058.p4-eats} -> {04057.f} {04058.f} {04058.p2-thinks} 
+tr {04057.t2} {04057.f} {04057.p5} -> {04057.p6} 
+tr {04057.t3|04058.t1} : a4056 {04057.f} {04058.p1} -> {04058.p3} 
+tr {04058.e} {04058.p6} {04058.p3} -> {04058.p4-eats} 
+tr {04058.t} {04058.p2-thinks} -> {04058.p1} {04058.p5} 
+tr {04058.t0|04059.t4} : b4057 {04059.p4-eats} -> {04058.f} {04059.f} {04059.p2-thinks} 
+tr {04058.t2} {04058.f} {04058.p5} -> {04058.p6} 
+tr {04058.t3|04059.t1} : a4057 {04058.f} {04059.p1} -> {04059.p3} 
+tr {04059.e} {04059.p6} {04059.p3} -> {04059.p4-eats} 
+tr {04059.t} {04059.p2-thinks} -> {04059.p1} {04059.p5} 
+tr {04059.t0|04060.t4} : b4058 {04060.p4-eats} -> {04059.f} {04060.f} {04060.p2-thinks} 
+tr {04059.t2} {04059.f} {04059.p5} -> {04059.p6} 
+tr {04059.t3|04060.t1} : a4058 {04059.f} {04060.p1} -> {04060.p3} 
+tr {04060.e} {04060.p6} {04060.p3} -> {04060.p4-eats} 
+tr {04060.t} {04060.p2-thinks} -> {04060.p1} {04060.p5} 
+tr {04060.t0|04061.t4} : b4059 {04061.p4-eats} -> {04060.f} {04061.f} {04061.p2-thinks} 
+tr {04060.t2} {04060.f} {04060.p5} -> {04060.p6} 
+tr {04060.t3|04061.t1} : a4059 {04060.f} {04061.p1} -> {04061.p3} 
+tr {04061.e} {04061.p6} {04061.p3} -> {04061.p4-eats} 
+tr {04061.t} {04061.p2-thinks} -> {04061.p1} {04061.p5} 
+tr {04061.t0|04062.t4} : b4060 {04062.p4-eats} -> {04061.f} {04062.f} {04062.p2-thinks} 
+tr {04061.t2} {04061.f} {04061.p5} -> {04061.p6} 
+tr {04061.t3|04062.t1} : a4060 {04061.f} {04062.p1} -> {04062.p3} 
+tr {04062.e} {04062.p6} {04062.p3} -> {04062.p4-eats} 
+tr {04062.t} {04062.p2-thinks} -> {04062.p1} {04062.p5} 
+tr {04062.t0|04063.t4} : b4061 {04063.p4-eats} -> {04062.f} {04063.f} {04063.p2-thinks} 
+tr {04062.t2} {04062.f} {04062.p5} -> {04062.p6} 
+tr {04062.t3|04063.t1} : a4061 {04062.f} {04063.p1} -> {04063.p3} 
+tr {04063.e} {04063.p6} {04063.p3} -> {04063.p4-eats} 
+tr {04063.t} {04063.p2-thinks} -> {04063.p1} {04063.p5} 
+tr {04063.t0|04064.t4} : b4062 {04064.p4-eats} -> {04063.f} {04064.f} {04064.p2-thinks} 
+tr {04063.t2} {04063.f} {04063.p5} -> {04063.p6} 
+tr {04063.t3|04064.t1} : a4062 {04063.f} {04064.p1} -> {04064.p3} 
+tr {04064.e} {04064.p6} {04064.p3} -> {04064.p4-eats} 
+tr {04064.t} {04064.p2-thinks} -> {04064.p1} {04064.p5} 
+tr {04064.t0|04065.t4} : b4063 {04065.p4-eats} -> {04064.f} {04065.f} {04065.p2-thinks} 
+tr {04064.t2} {04064.f} {04064.p5} -> {04064.p6} 
+tr {04064.t3|04065.t1} : a4063 {04064.f} {04065.p1} -> {04065.p3} 
+tr {04065.e} {04065.p6} {04065.p3} -> {04065.p4-eats} 
+tr {04065.t} {04065.p2-thinks} -> {04065.p1} {04065.p5} 
+tr {04065.t0|04066.t4} : b4064 {04066.p4-eats} -> {04065.f} {04066.f} {04066.p2-thinks} 
+tr {04065.t2} {04065.f} {04065.p5} -> {04065.p6} 
+tr {04065.t3|04066.t1} : a4064 {04065.f} {04066.p1} -> {04066.p3} 
+tr {04066.e} {04066.p6} {04066.p3} -> {04066.p4-eats} 
+tr {04066.t} {04066.p2-thinks} -> {04066.p1} {04066.p5} 
+tr {04066.t0|04067.t4} : b4065 {04067.p4-eats} -> {04066.f} {04067.f} {04067.p2-thinks} 
+tr {04066.t2} {04066.f} {04066.p5} -> {04066.p6} 
+tr {04066.t3|04067.t1} : a4065 {04066.f} {04067.p1} -> {04067.p3} 
+tr {04067.e} {04067.p6} {04067.p3} -> {04067.p4-eats} 
+tr {04067.t} {04067.p2-thinks} -> {04067.p1} {04067.p5} 
+tr {04067.t0|04068.t4} : b4066 {04068.p4-eats} -> {04067.f} {04068.f} {04068.p2-thinks} 
+tr {04067.t2} {04067.f} {04067.p5} -> {04067.p6} 
+tr {04067.t3|04068.t1} : a4066 {04067.f} {04068.p1} -> {04068.p3} 
+tr {04068.e} {04068.p6} {04068.p3} -> {04068.p4-eats} 
+tr {04068.t} {04068.p2-thinks} -> {04068.p1} {04068.p5} 
+tr {04068.t0|04069.t4} : b4067 {04069.p4-eats} -> {04068.f} {04069.f} {04069.p2-thinks} 
+tr {04068.t2} {04068.f} {04068.p5} -> {04068.p6} 
+tr {04068.t3|04069.t1} : a4067 {04068.f} {04069.p1} -> {04069.p3} 
+tr {04069.e} {04069.p6} {04069.p3} -> {04069.p4-eats} 
+tr {04069.t} {04069.p2-thinks} -> {04069.p1} {04069.p5} 
+tr {04069.t0|04070.t4} : b4068 {04070.p4-eats} -> {04069.f} {04070.f} {04070.p2-thinks} 
+tr {04069.t2} {04069.f} {04069.p5} -> {04069.p6} 
+tr {04069.t3|04070.t1} : a4068 {04069.f} {04070.p1} -> {04070.p3} 
+tr {04070.e} {04070.p6} {04070.p3} -> {04070.p4-eats} 
+tr {04070.t} {04070.p2-thinks} -> {04070.p1} {04070.p5} 
+tr {04070.t0|04071.t4} : b4069 {04071.p4-eats} -> {04070.f} {04071.f} {04071.p2-thinks} 
+tr {04070.t2} {04070.f} {04070.p5} -> {04070.p6} 
+tr {04070.t3|04071.t1} : a4069 {04070.f} {04071.p1} -> {04071.p3} 
+tr {04071.e} {04071.p6} {04071.p3} -> {04071.p4-eats} 
+tr {04071.t} {04071.p2-thinks} -> {04071.p1} {04071.p5} 
+tr {04071.t0|04072.t4} : b4070 {04072.p4-eats} -> {04071.f} {04072.f} {04072.p2-thinks} 
+tr {04071.t2} {04071.f} {04071.p5} -> {04071.p6} 
+tr {04071.t3|04072.t1} : a4070 {04071.f} {04072.p1} -> {04072.p3} 
+tr {04072.e} {04072.p6} {04072.p3} -> {04072.p4-eats} 
+tr {04072.t} {04072.p2-thinks} -> {04072.p1} {04072.p5} 
+tr {04072.t0|04073.t4} : b4071 {04073.p4-eats} -> {04072.f} {04073.f} {04073.p2-thinks} 
+tr {04072.t2} {04072.f} {04072.p5} -> {04072.p6} 
+tr {04072.t3|04073.t1} : a4071 {04072.f} {04073.p1} -> {04073.p3} 
+tr {04073.e} {04073.p6} {04073.p3} -> {04073.p4-eats} 
+tr {04073.t} {04073.p2-thinks} -> {04073.p1} {04073.p5} 
+tr {04073.t0|04074.t4} : b4072 {04074.p4-eats} -> {04073.f} {04074.f} {04074.p2-thinks} 
+tr {04073.t2} {04073.f} {04073.p5} -> {04073.p6} 
+tr {04073.t3|04074.t1} : a4072 {04073.f} {04074.p1} -> {04074.p3} 
+tr {04074.e} {04074.p6} {04074.p3} -> {04074.p4-eats} 
+tr {04074.t} {04074.p2-thinks} -> {04074.p1} {04074.p5} 
+tr {04074.t0|04075.t4} : b4073 {04075.p4-eats} -> {04074.f} {04075.f} {04075.p2-thinks} 
+tr {04074.t2} {04074.f} {04074.p5} -> {04074.p6} 
+tr {04074.t3|04075.t1} : a4073 {04074.f} {04075.p1} -> {04075.p3} 
+tr {04075.e} {04075.p6} {04075.p3} -> {04075.p4-eats} 
+tr {04075.t} {04075.p2-thinks} -> {04075.p1} {04075.p5} 
+tr {04075.t0|04076.t4} : b4074 {04076.p4-eats} -> {04075.f} {04076.f} {04076.p2-thinks} 
+tr {04075.t2} {04075.f} {04075.p5} -> {04075.p6} 
+tr {04075.t3|04076.t1} : a4074 {04075.f} {04076.p1} -> {04076.p3} 
+tr {04076.e} {04076.p6} {04076.p3} -> {04076.p4-eats} 
+tr {04076.t} {04076.p2-thinks} -> {04076.p1} {04076.p5} 
+tr {04076.t0|04077.t4} : b4075 {04077.p4-eats} -> {04076.f} {04077.f} {04077.p2-thinks} 
+tr {04076.t2} {04076.f} {04076.p5} -> {04076.p6} 
+tr {04076.t3|04077.t1} : a4075 {04076.f} {04077.p1} -> {04077.p3} 
+tr {04077.e} {04077.p6} {04077.p3} -> {04077.p4-eats} 
+tr {04077.t} {04077.p2-thinks} -> {04077.p1} {04077.p5} 
+tr {04077.t0|04078.t4} : b4076 {04078.p4-eats} -> {04077.f} {04078.f} {04078.p2-thinks} 
+tr {04077.t2} {04077.f} {04077.p5} -> {04077.p6} 
+tr {04077.t3|04078.t1} : a4076 {04077.f} {04078.p1} -> {04078.p3} 
+tr {04078.e} {04078.p6} {04078.p3} -> {04078.p4-eats} 
+tr {04078.t} {04078.p2-thinks} -> {04078.p1} {04078.p5} 
+tr {04078.t0|04079.t4} : b4077 {04079.p4-eats} -> {04078.f} {04079.f} {04079.p2-thinks} 
+tr {04078.t2} {04078.f} {04078.p5} -> {04078.p6} 
+tr {04078.t3|04079.t1} : a4077 {04078.f} {04079.p1} -> {04079.p3} 
+tr {04079.e} {04079.p6} {04079.p3} -> {04079.p4-eats} 
+tr {04079.t} {04079.p2-thinks} -> {04079.p1} {04079.p5} 
+tr {04079.t0|04080.t4} : b4078 {04080.p4-eats} -> {04079.f} {04080.f} {04080.p2-thinks} 
+tr {04079.t2} {04079.f} {04079.p5} -> {04079.p6} 
+tr {04079.t3|04080.t1} : a4078 {04079.f} {04080.p1} -> {04080.p3} 
+tr {04080.e} {04080.p6} {04080.p3} -> {04080.p4-eats} 
+tr {04080.t} {04080.p2-thinks} -> {04080.p1} {04080.p5} 
+tr {04080.t0|04081.t4} : b4079 {04081.p4-eats} -> {04080.f} {04081.f} {04081.p2-thinks} 
+tr {04080.t2} {04080.f} {04080.p5} -> {04080.p6} 
+tr {04080.t3|04081.t1} : a4079 {04080.f} {04081.p1} -> {04081.p3} 
+tr {04081.e} {04081.p6} {04081.p3} -> {04081.p4-eats} 
+tr {04081.t} {04081.p2-thinks} -> {04081.p1} {04081.p5} 
+tr {04081.t0|04082.t4} : b4080 {04082.p4-eats} -> {04081.f} {04082.f} {04082.p2-thinks} 
+tr {04081.t2} {04081.f} {04081.p5} -> {04081.p6} 
+tr {04081.t3|04082.t1} : a4080 {04081.f} {04082.p1} -> {04082.p3} 
+tr {04082.e} {04082.p6} {04082.p3} -> {04082.p4-eats} 
+tr {04082.t} {04082.p2-thinks} -> {04082.p1} {04082.p5} 
+tr {04082.t0|04083.t4} : b4081 {04083.p4-eats} -> {04082.f} {04083.f} {04083.p2-thinks} 
+tr {04082.t2} {04082.f} {04082.p5} -> {04082.p6} 
+tr {04082.t3|04083.t1} : a4081 {04082.f} {04083.p1} -> {04083.p3} 
+tr {04083.e} {04083.p6} {04083.p3} -> {04083.p4-eats} 
+tr {04083.t} {04083.p2-thinks} -> {04083.p1} {04083.p5} 
+tr {04083.t0|04084.t4} : b4082 {04084.p4-eats} -> {04083.f} {04084.f} {04084.p2-thinks} 
+tr {04083.t2} {04083.f} {04083.p5} -> {04083.p6} 
+tr {04083.t3|04084.t1} : a4082 {04083.f} {04084.p1} -> {04084.p3} 
+tr {04084.e} {04084.p6} {04084.p3} -> {04084.p4-eats} 
+tr {04084.t} {04084.p2-thinks} -> {04084.p1} {04084.p5} 
+tr {04084.t0|04085.t4} : b4083 {04085.p4-eats} -> {04084.f} {04085.f} {04085.p2-thinks} 
+tr {04084.t2} {04084.f} {04084.p5} -> {04084.p6} 
+tr {04084.t3|04085.t1} : a4083 {04084.f} {04085.p1} -> {04085.p3} 
+tr {04085.e} {04085.p6} {04085.p3} -> {04085.p4-eats} 
+tr {04085.t} {04085.p2-thinks} -> {04085.p1} {04085.p5} 
+tr {04085.t0|04086.t4} : b4084 {04086.p4-eats} -> {04085.f} {04086.f} {04086.p2-thinks} 
+tr {04085.t2} {04085.f} {04085.p5} -> {04085.p6} 
+tr {04085.t3|04086.t1} : a4084 {04085.f} {04086.p1} -> {04086.p3} 
+tr {04086.e} {04086.p6} {04086.p3} -> {04086.p4-eats} 
+tr {04086.t} {04086.p2-thinks} -> {04086.p1} {04086.p5} 
+tr {04086.t0|04087.t4} : b4085 {04087.p4-eats} -> {04086.f} {04087.f} {04087.p2-thinks} 
+tr {04086.t2} {04086.f} {04086.p5} -> {04086.p6} 
+tr {04086.t3|04087.t1} : a4085 {04086.f} {04087.p1} -> {04087.p3} 
+tr {04087.e} {04087.p6} {04087.p3} -> {04087.p4-eats} 
+tr {04087.t} {04087.p2-thinks} -> {04087.p1} {04087.p5} 
+tr {04087.t0|04088.t4} : b4086 {04088.p4-eats} -> {04087.f} {04088.f} {04088.p2-thinks} 
+tr {04087.t2} {04087.f} {04087.p5} -> {04087.p6} 
+tr {04087.t3|04088.t1} : a4086 {04087.f} {04088.p1} -> {04088.p3} 
+tr {04088.e} {04088.p6} {04088.p3} -> {04088.p4-eats} 
+tr {04088.t} {04088.p2-thinks} -> {04088.p1} {04088.p5} 
+tr {04088.t0|04089.t4} : b4087 {04089.p4-eats} -> {04088.f} {04089.f} {04089.p2-thinks} 
+tr {04088.t2} {04088.f} {04088.p5} -> {04088.p6} 
+tr {04088.t3|04089.t1} : a4087 {04088.f} {04089.p1} -> {04089.p3} 
+tr {04089.e} {04089.p6} {04089.p3} -> {04089.p4-eats} 
+tr {04089.t} {04089.p2-thinks} -> {04089.p1} {04089.p5} 
+tr {04089.t0|04090.t4} : b4088 {04090.p4-eats} -> {04089.f} {04090.f} {04090.p2-thinks} 
+tr {04089.t2} {04089.f} {04089.p5} -> {04089.p6} 
+tr {04089.t3|04090.t1} : a4088 {04089.f} {04090.p1} -> {04090.p3} 
+tr {04090.e} {04090.p6} {04090.p3} -> {04090.p4-eats} 
+tr {04090.t} {04090.p2-thinks} -> {04090.p1} {04090.p5} 
+tr {04090.t0|04091.t4} : b4089 {04091.p4-eats} -> {04090.f} {04091.f} {04091.p2-thinks} 
+tr {04090.t2} {04090.f} {04090.p5} -> {04090.p6} 
+tr {04090.t3|04091.t1} : a4089 {04090.f} {04091.p1} -> {04091.p3} 
+tr {04091.e} {04091.p6} {04091.p3} -> {04091.p4-eats} 
+tr {04091.t} {04091.p2-thinks} -> {04091.p1} {04091.p5} 
+tr {04091.t0|04092.t4} : b4090 {04092.p4-eats} -> {04091.f} {04092.f} {04092.p2-thinks} 
+tr {04091.t2} {04091.f} {04091.p5} -> {04091.p6} 
+tr {04091.t3|04092.t1} : a4090 {04091.f} {04092.p1} -> {04092.p3} 
+tr {04092.e} {04092.p6} {04092.p3} -> {04092.p4-eats} 
+tr {04092.t} {04092.p2-thinks} -> {04092.p1} {04092.p5} 
+tr {04092.t0|04093.t4} : b4091 {04093.p4-eats} -> {04092.f} {04093.f} {04093.p2-thinks} 
+tr {04092.t2} {04092.f} {04092.p5} -> {04092.p6} 
+tr {04092.t3|04093.t1} : a4091 {04092.f} {04093.p1} -> {04093.p3} 
+tr {04093.e} {04093.p6} {04093.p3} -> {04093.p4-eats} 
+tr {04093.t} {04093.p2-thinks} -> {04093.p1} {04093.p5} 
+tr {04093.t0|04094.t4} : b4092 {04094.p4-eats} -> {04093.f} {04094.f} {04094.p2-thinks} 
+tr {04093.t2} {04093.f} {04093.p5} -> {04093.p6} 
+tr {04093.t3|04094.t1} : a4092 {04093.f} {04094.p1} -> {04094.p3} 
+tr {04094.e} {04094.p6} {04094.p3} -> {04094.p4-eats} 
+tr {04094.t} {04094.p2-thinks} -> {04094.p1} {04094.p5} 
+tr {04094.t0|04095.t4} : b4093 {04095.p4-eats} -> {04094.f} {04095.f} {04095.p2-thinks} 
+tr {04094.t2} {04094.f} {04094.p5} -> {04094.p6} 
+tr {04094.t3|04095.t1} : a4093 {04094.f} {04095.p1} -> {04095.p3} 
+tr {04095.e} {04095.p6} {04095.p3} -> {04095.p4-eats} 
+tr {04095.t} {04095.p2-thinks} -> {04095.p1} {04095.p5} 
+tr {04095.t0|04096.t4} : b4094 {04096.p4-eats} -> {04095.f} {04096.f} {04096.p2-thinks} 
+tr {04095.t2} {04095.f} {04095.p5} -> {04095.p6} 
+tr {04095.t3|04096.t1} : a4094 {04095.f} {04096.p1} -> {04096.p3} 
+tr {04096.e} {04096.p6} {04096.p3} -> {04096.p4-eats} 
+tr {04096.t} {04096.p2-thinks} -> {04096.p1} {04096.p5} 
+tr {04096.t0|04097.t4} : b4095 {04097.p4-eats} -> {04096.f} {04097.f} {04097.p2-thinks} 
+tr {04096.t2} {04096.f} {04096.p5} -> {04096.p6} 
+tr {04096.t3|04097.t1} : a4095 {04096.f} {04097.p1} -> {04097.p3} 
+tr {04097.e} {04097.p6} {04097.p3} -> {04097.p4-eats} 
+tr {04097.t} {04097.p2-thinks} -> {04097.p1} {04097.p5} 
+tr {04097.t0|04098.t4} : b4096 {04098.p4-eats} -> {04097.f} {04098.f} {04098.p2-thinks} 
+tr {04097.t2} {04097.f} {04097.p5} -> {04097.p6} 
+tr {04097.t3|04098.t1} : a4096 {04097.f} {04098.p1} -> {04098.p3} 
+tr {04098.e} {04098.p6} {04098.p3} -> {04098.p4-eats} 
+tr {04098.t} {04098.p2-thinks} -> {04098.p1} {04098.p5} 
+tr {04098.t0|04099.t4} : b4097 {04099.p4-eats} -> {04098.f} {04099.f} {04099.p2-thinks} 
+tr {04098.t2} {04098.f} {04098.p5} -> {04098.p6} 
+tr {04098.t3|04099.t1} : a4097 {04098.f} {04099.p1} -> {04099.p3} 
+tr {04099.e} {04099.p6} {04099.p3} -> {04099.p4-eats} 
+tr {04099.t} {04099.p2-thinks} -> {04099.p1} {04099.p5} 
+tr {04099.t0|04100.t4} : b4098 {04100.p4-eats} -> {04099.f} {04100.f} {04100.p2-thinks} 
+tr {04099.t2} {04099.f} {04099.p5} -> {04099.p6} 
+tr {04099.t3|04100.t1} : a4098 {04099.f} {04100.p1} -> {04100.p3} 
+tr {04100.e} {04100.p6} {04100.p3} -> {04100.p4-eats} 
+tr {04100.t} {04100.p2-thinks} -> {04100.p1} {04100.p5} 
+tr {04100.t0|04101.t4} : b4099 {04101.p4-eats} -> {04100.f} {04101.f} {04101.p2-thinks} 
+tr {04100.t2} {04100.f} {04100.p5} -> {04100.p6} 
+tr {04100.t3|04101.t1} : a4099 {04100.f} {04101.p1} -> {04101.p3} 
+tr {04101.e} {04101.p6} {04101.p3} -> {04101.p4-eats} 
+tr {04101.t} {04101.p2-thinks} -> {04101.p1} {04101.p5} 
+tr {04101.t0|04102.t4} : b4100 {04102.p4-eats} -> {04101.f} {04102.f} {04102.p2-thinks} 
+tr {04101.t2} {04101.f} {04101.p5} -> {04101.p6} 
+tr {04101.t3|04102.t1} : a4100 {04101.f} {04102.p1} -> {04102.p3} 
+tr {04102.e} {04102.p6} {04102.p3} -> {04102.p4-eats} 
+tr {04102.t} {04102.p2-thinks} -> {04102.p1} {04102.p5} 
+tr {04102.t0|04103.t4} : b4101 {04103.p4-eats} -> {04102.f} {04103.f} {04103.p2-thinks} 
+tr {04102.t2} {04102.f} {04102.p5} -> {04102.p6} 
+tr {04102.t3|04103.t1} : a4101 {04102.f} {04103.p1} -> {04103.p3} 
+tr {04103.e} {04103.p6} {04103.p3} -> {04103.p4-eats} 
+tr {04103.t} {04103.p2-thinks} -> {04103.p1} {04103.p5} 
+tr {04103.t0|04104.t4} : b4102 {04104.p4-eats} -> {04103.f} {04104.f} {04104.p2-thinks} 
+tr {04103.t2} {04103.f} {04103.p5} -> {04103.p6} 
+tr {04103.t3|04104.t1} : a4102 {04103.f} {04104.p1} -> {04104.p3} 
+tr {04104.e} {04104.p6} {04104.p3} -> {04104.p4-eats} 
+tr {04104.t} {04104.p2-thinks} -> {04104.p1} {04104.p5} 
+tr {04104.t0|04105.t4} : b4103 {04105.p4-eats} -> {04104.f} {04105.f} {04105.p2-thinks} 
+tr {04104.t2} {04104.f} {04104.p5} -> {04104.p6} 
+tr {04104.t3|04105.t1} : a4103 {04104.f} {04105.p1} -> {04105.p3} 
+tr {04105.e} {04105.p6} {04105.p3} -> {04105.p4-eats} 
+tr {04105.t} {04105.p2-thinks} -> {04105.p1} {04105.p5} 
+tr {04105.t0|04106.t4} : b4104 {04106.p4-eats} -> {04105.f} {04106.f} {04106.p2-thinks} 
+tr {04105.t2} {04105.f} {04105.p5} -> {04105.p6} 
+tr {04105.t3|04106.t1} : a4104 {04105.f} {04106.p1} -> {04106.p3} 
+tr {04106.e} {04106.p6} {04106.p3} -> {04106.p4-eats} 
+tr {04106.t} {04106.p2-thinks} -> {04106.p1} {04106.p5} 
+tr {04106.t0|04107.t4} : b4105 {04107.p4-eats} -> {04106.f} {04107.f} {04107.p2-thinks} 
+tr {04106.t2} {04106.f} {04106.p5} -> {04106.p6} 
+tr {04106.t3|04107.t1} : a4105 {04106.f} {04107.p1} -> {04107.p3} 
+tr {04107.e} {04107.p6} {04107.p3} -> {04107.p4-eats} 
+tr {04107.t} {04107.p2-thinks} -> {04107.p1} {04107.p5} 
+tr {04107.t0|04108.t4} : b4106 {04108.p4-eats} -> {04107.f} {04108.f} {04108.p2-thinks} 
+tr {04107.t2} {04107.f} {04107.p5} -> {04107.p6} 
+tr {04107.t3|04108.t1} : a4106 {04107.f} {04108.p1} -> {04108.p3} 
+tr {04108.e} {04108.p6} {04108.p3} -> {04108.p4-eats} 
+tr {04108.t} {04108.p2-thinks} -> {04108.p1} {04108.p5} 
+tr {04108.t0|04109.t4} : b4107 {04109.p4-eats} -> {04108.f} {04109.f} {04109.p2-thinks} 
+tr {04108.t2} {04108.f} {04108.p5} -> {04108.p6} 
+tr {04108.t3|04109.t1} : a4107 {04108.f} {04109.p1} -> {04109.p3} 
+tr {04109.e} {04109.p6} {04109.p3} -> {04109.p4-eats} 
+tr {04109.t} {04109.p2-thinks} -> {04109.p1} {04109.p5} 
+tr {04109.t0|04110.t4} : b4108 {04110.p4-eats} -> {04109.f} {04110.f} {04110.p2-thinks} 
+tr {04109.t2} {04109.f} {04109.p5} -> {04109.p6} 
+tr {04109.t3|04110.t1} : a4108 {04109.f} {04110.p1} -> {04110.p3} 
+tr {04110.e} {04110.p6} {04110.p3} -> {04110.p4-eats} 
+tr {04110.t} {04110.p2-thinks} -> {04110.p1} {04110.p5} 
+tr {04110.t0|04111.t4} : b4109 {04111.p4-eats} -> {04110.f} {04111.f} {04111.p2-thinks} 
+tr {04110.t2} {04110.f} {04110.p5} -> {04110.p6} 
+tr {04110.t3|04111.t1} : a4109 {04110.f} {04111.p1} -> {04111.p3} 
+tr {04111.e} {04111.p6} {04111.p3} -> {04111.p4-eats} 
+tr {04111.t} {04111.p2-thinks} -> {04111.p1} {04111.p5} 
+tr {04111.t0|04112.t4} : b4110 {04112.p4-eats} -> {04111.f} {04112.f} {04112.p2-thinks} 
+tr {04111.t2} {04111.f} {04111.p5} -> {04111.p6} 
+tr {04111.t3|04112.t1} : a4110 {04111.f} {04112.p1} -> {04112.p3} 
+tr {04112.e} {04112.p6} {04112.p3} -> {04112.p4-eats} 
+tr {04112.t} {04112.p2-thinks} -> {04112.p1} {04112.p5} 
+tr {04112.t0|04113.t4} : b4111 {04113.p4-eats} -> {04112.f} {04113.f} {04113.p2-thinks} 
+tr {04112.t2} {04112.f} {04112.p5} -> {04112.p6} 
+tr {04112.t3|04113.t1} : a4111 {04112.f} {04113.p1} -> {04113.p3} 
+tr {04113.e} {04113.p6} {04113.p3} -> {04113.p4-eats} 
+tr {04113.t} {04113.p2-thinks} -> {04113.p1} {04113.p5} 
+tr {04113.t0|04114.t4} : b4112 {04114.p4-eats} -> {04113.f} {04114.f} {04114.p2-thinks} 
+tr {04113.t2} {04113.f} {04113.p5} -> {04113.p6} 
+tr {04113.t3|04114.t1} : a4112 {04113.f} {04114.p1} -> {04114.p3} 
+tr {04114.e} {04114.p6} {04114.p3} -> {04114.p4-eats} 
+tr {04114.t} {04114.p2-thinks} -> {04114.p1} {04114.p5} 
+tr {04114.t0|04115.t4} : b4113 {04115.p4-eats} -> {04114.f} {04115.f} {04115.p2-thinks} 
+tr {04114.t2} {04114.f} {04114.p5} -> {04114.p6} 
+tr {04114.t3|04115.t1} : a4113 {04114.f} {04115.p1} -> {04115.p3} 
+tr {04115.e} {04115.p6} {04115.p3} -> {04115.p4-eats} 
+tr {04115.t} {04115.p2-thinks} -> {04115.p1} {04115.p5} 
+tr {04115.t0|04116.t4} : b4114 {04116.p4-eats} -> {04115.f} {04116.f} {04116.p2-thinks} 
+tr {04115.t2} {04115.f} {04115.p5} -> {04115.p6} 
+tr {04115.t3|04116.t1} : a4114 {04115.f} {04116.p1} -> {04116.p3} 
+tr {04116.e} {04116.p6} {04116.p3} -> {04116.p4-eats} 
+tr {04116.t} {04116.p2-thinks} -> {04116.p1} {04116.p5} 
+tr {04116.t0|04117.t4} : b4115 {04117.p4-eats} -> {04116.f} {04117.f} {04117.p2-thinks} 
+tr {04116.t2} {04116.f} {04116.p5} -> {04116.p6} 
+tr {04116.t3|04117.t1} : a4115 {04116.f} {04117.p1} -> {04117.p3} 
+tr {04117.e} {04117.p6} {04117.p3} -> {04117.p4-eats} 
+tr {04117.t} {04117.p2-thinks} -> {04117.p1} {04117.p5} 
+tr {04117.t0|04118.t4} : b4116 {04118.p4-eats} -> {04117.f} {04118.f} {04118.p2-thinks} 
+tr {04117.t2} {04117.f} {04117.p5} -> {04117.p6} 
+tr {04117.t3|04118.t1} : a4116 {04117.f} {04118.p1} -> {04118.p3} 
+tr {04118.e} {04118.p6} {04118.p3} -> {04118.p4-eats} 
+tr {04118.t} {04118.p2-thinks} -> {04118.p1} {04118.p5} 
+tr {04118.t0|04119.t4} : b4117 {04119.p4-eats} -> {04118.f} {04119.f} {04119.p2-thinks} 
+tr {04118.t2} {04118.f} {04118.p5} -> {04118.p6} 
+tr {04118.t3|04119.t1} : a4117 {04118.f} {04119.p1} -> {04119.p3} 
+tr {04119.e} {04119.p6} {04119.p3} -> {04119.p4-eats} 
+tr {04119.t} {04119.p2-thinks} -> {04119.p1} {04119.p5} 
+tr {04119.t0|04120.t4} : b4118 {04120.p4-eats} -> {04119.f} {04120.f} {04120.p2-thinks} 
+tr {04119.t2} {04119.f} {04119.p5} -> {04119.p6} 
+tr {04119.t3|04120.t1} : a4118 {04119.f} {04120.p1} -> {04120.p3} 
+tr {04120.e} {04120.p6} {04120.p3} -> {04120.p4-eats} 
+tr {04120.t} {04120.p2-thinks} -> {04120.p1} {04120.p5} 
+tr {04120.t0|04121.t4} : b4119 {04121.p4-eats} -> {04120.f} {04121.f} {04121.p2-thinks} 
+tr {04120.t2} {04120.f} {04120.p5} -> {04120.p6} 
+tr {04120.t3|04121.t1} : a4119 {04120.f} {04121.p1} -> {04121.p3} 
+tr {04121.e} {04121.p6} {04121.p3} -> {04121.p4-eats} 
+tr {04121.t} {04121.p2-thinks} -> {04121.p1} {04121.p5} 
+tr {04121.t0|04122.t4} : b4120 {04122.p4-eats} -> {04121.f} {04122.f} {04122.p2-thinks} 
+tr {04121.t2} {04121.f} {04121.p5} -> {04121.p6} 
+tr {04121.t3|04122.t1} : a4120 {04121.f} {04122.p1} -> {04122.p3} 
+tr {04122.e} {04122.p6} {04122.p3} -> {04122.p4-eats} 
+tr {04122.t} {04122.p2-thinks} -> {04122.p1} {04122.p5} 
+tr {04122.t0|04123.t4} : b4121 {04123.p4-eats} -> {04122.f} {04123.f} {04123.p2-thinks} 
+tr {04122.t2} {04122.f} {04122.p5} -> {04122.p6} 
+tr {04122.t3|04123.t1} : a4121 {04122.f} {04123.p1} -> {04123.p3} 
+tr {04123.e} {04123.p6} {04123.p3} -> {04123.p4-eats} 
+tr {04123.t} {04123.p2-thinks} -> {04123.p1} {04123.p5} 
+tr {04123.t0|04124.t4} : b4122 {04124.p4-eats} -> {04123.f} {04124.f} {04124.p2-thinks} 
+tr {04123.t2} {04123.f} {04123.p5} -> {04123.p6} 
+tr {04123.t3|04124.t1} : a4122 {04123.f} {04124.p1} -> {04124.p3} 
+tr {04124.e} {04124.p6} {04124.p3} -> {04124.p4-eats} 
+tr {04124.t} {04124.p2-thinks} -> {04124.p1} {04124.p5} 
+tr {04124.t0|04125.t4} : b4123 {04125.p4-eats} -> {04124.f} {04125.f} {04125.p2-thinks} 
+tr {04124.t2} {04124.f} {04124.p5} -> {04124.p6} 
+tr {04124.t3|04125.t1} : a4123 {04124.f} {04125.p1} -> {04125.p3} 
+tr {04125.e} {04125.p6} {04125.p3} -> {04125.p4-eats} 
+tr {04125.t} {04125.p2-thinks} -> {04125.p1} {04125.p5} 
+tr {04125.t0|04126.t4} : b4124 {04126.p4-eats} -> {04125.f} {04126.f} {04126.p2-thinks} 
+tr {04125.t2} {04125.f} {04125.p5} -> {04125.p6} 
+tr {04125.t3|04126.t1} : a4124 {04125.f} {04126.p1} -> {04126.p3} 
+tr {04126.e} {04126.p6} {04126.p3} -> {04126.p4-eats} 
+tr {04126.t} {04126.p2-thinks} -> {04126.p1} {04126.p5} 
+tr {04126.t0|04127.t4} : b4125 {04127.p4-eats} -> {04126.f} {04127.f} {04127.p2-thinks} 
+tr {04126.t2} {04126.f} {04126.p5} -> {04126.p6} 
+tr {04126.t3|04127.t1} : a4125 {04126.f} {04127.p1} -> {04127.p3} 
+tr {04127.e} {04127.p6} {04127.p3} -> {04127.p4-eats} 
+tr {04127.t} {04127.p2-thinks} -> {04127.p1} {04127.p5} 
+tr {04127.t0|04128.t4} : b4126 {04128.p4-eats} -> {04127.f} {04128.f} {04128.p2-thinks} 
+tr {04127.t2} {04127.f} {04127.p5} -> {04127.p6} 
+tr {04127.t3|04128.t1} : a4126 {04127.f} {04128.p1} -> {04128.p3} 
+tr {04128.e} {04128.p6} {04128.p3} -> {04128.p4-eats} 
+tr {04128.t} {04128.p2-thinks} -> {04128.p1} {04128.p5} 
+tr {04128.t0|04129.t4} : b4127 {04129.p4-eats} -> {04128.f} {04129.f} {04129.p2-thinks} 
+tr {04128.t2} {04128.f} {04128.p5} -> {04128.p6} 
+tr {04128.t3|04129.t1} : a4127 {04128.f} {04129.p1} -> {04129.p3} 
+tr {04129.e} {04129.p6} {04129.p3} -> {04129.p4-eats} 
+tr {04129.t} {04129.p2-thinks} -> {04129.p1} {04129.p5} 
+tr {04129.t0|04130.t4} : b4128 {04130.p4-eats} -> {04129.f} {04130.f} {04130.p2-thinks} 
+tr {04129.t2} {04129.f} {04129.p5} -> {04129.p6} 
+tr {04129.t3|04130.t1} : a4128 {04129.f} {04130.p1} -> {04130.p3} 
+tr {04130.e} {04130.p6} {04130.p3} -> {04130.p4-eats} 
+tr {04130.t} {04130.p2-thinks} -> {04130.p1} {04130.p5} 
+tr {04130.t0|04131.t4} : b4129 {04131.p4-eats} -> {04130.f} {04131.f} {04131.p2-thinks} 
+tr {04130.t2} {04130.f} {04130.p5} -> {04130.p6} 
+tr {04130.t3|04131.t1} : a4129 {04130.f} {04131.p1} -> {04131.p3} 
+tr {04131.e} {04131.p6} {04131.p3} -> {04131.p4-eats} 
+tr {04131.t} {04131.p2-thinks} -> {04131.p1} {04131.p5} 
+tr {04131.t0|04132.t4} : b4130 {04132.p4-eats} -> {04131.f} {04132.f} {04132.p2-thinks} 
+tr {04131.t2} {04131.f} {04131.p5} -> {04131.p6} 
+tr {04131.t3|04132.t1} : a4130 {04131.f} {04132.p1} -> {04132.p3} 
+tr {04132.e} {04132.p6} {04132.p3} -> {04132.p4-eats} 
+tr {04132.t} {04132.p2-thinks} -> {04132.p1} {04132.p5} 
+tr {04132.t0|04133.t4} : b4131 {04133.p4-eats} -> {04132.f} {04133.f} {04133.p2-thinks} 
+tr {04132.t2} {04132.f} {04132.p5} -> {04132.p6} 
+tr {04132.t3|04133.t1} : a4131 {04132.f} {04133.p1} -> {04133.p3} 
+tr {04133.e} {04133.p6} {04133.p3} -> {04133.p4-eats} 
+tr {04133.t} {04133.p2-thinks} -> {04133.p1} {04133.p5} 
+tr {04133.t0|04134.t4} : b4132 {04134.p4-eats} -> {04133.f} {04134.f} {04134.p2-thinks} 
+tr {04133.t2} {04133.f} {04133.p5} -> {04133.p6} 
+tr {04133.t3|04134.t1} : a4132 {04133.f} {04134.p1} -> {04134.p3} 
+tr {04134.e} {04134.p6} {04134.p3} -> {04134.p4-eats} 
+tr {04134.t} {04134.p2-thinks} -> {04134.p1} {04134.p5} 
+tr {04134.t0|04135.t4} : b4133 {04135.p4-eats} -> {04134.f} {04135.f} {04135.p2-thinks} 
+tr {04134.t2} {04134.f} {04134.p5} -> {04134.p6} 
+tr {04134.t3|04135.t1} : a4133 {04134.f} {04135.p1} -> {04135.p3} 
+tr {04135.e} {04135.p6} {04135.p3} -> {04135.p4-eats} 
+tr {04135.t} {04135.p2-thinks} -> {04135.p1} {04135.p5} 
+tr {04135.t0|04136.t4} : b4134 {04136.p4-eats} -> {04135.f} {04136.f} {04136.p2-thinks} 
+tr {04135.t2} {04135.f} {04135.p5} -> {04135.p6} 
+tr {04135.t3|04136.t1} : a4134 {04135.f} {04136.p1} -> {04136.p3} 
+tr {04136.e} {04136.p6} {04136.p3} -> {04136.p4-eats} 
+tr {04136.t} {04136.p2-thinks} -> {04136.p1} {04136.p5} 
+tr {04136.t0|04137.t4} : b4135 {04137.p4-eats} -> {04136.f} {04137.f} {04137.p2-thinks} 
+tr {04136.t2} {04136.f} {04136.p5} -> {04136.p6} 
+tr {04136.t3|04137.t1} : a4135 {04136.f} {04137.p1} -> {04137.p3} 
+tr {04137.e} {04137.p6} {04137.p3} -> {04137.p4-eats} 
+tr {04137.t} {04137.p2-thinks} -> {04137.p1} {04137.p5} 
+tr {04137.t0|04138.t4} : b4136 {04138.p4-eats} -> {04137.f} {04138.f} {04138.p2-thinks} 
+tr {04137.t2} {04137.f} {04137.p5} -> {04137.p6} 
+tr {04137.t3|04138.t1} : a4136 {04137.f} {04138.p1} -> {04138.p3} 
+tr {04138.e} {04138.p6} {04138.p3} -> {04138.p4-eats} 
+tr {04138.t} {04138.p2-thinks} -> {04138.p1} {04138.p5} 
+tr {04138.t0|04139.t4} : b4137 {04139.p4-eats} -> {04138.f} {04139.f} {04139.p2-thinks} 
+tr {04138.t2} {04138.f} {04138.p5} -> {04138.p6} 
+tr {04138.t3|04139.t1} : a4137 {04138.f} {04139.p1} -> {04139.p3} 
+tr {04139.e} {04139.p6} {04139.p3} -> {04139.p4-eats} 
+tr {04139.t} {04139.p2-thinks} -> {04139.p1} {04139.p5} 
+tr {04139.t0|04140.t4} : b4138 {04140.p4-eats} -> {04139.f} {04140.f} {04140.p2-thinks} 
+tr {04139.t2} {04139.f} {04139.p5} -> {04139.p6} 
+tr {04139.t3|04140.t1} : a4138 {04139.f} {04140.p1} -> {04140.p3} 
+tr {04140.e} {04140.p6} {04140.p3} -> {04140.p4-eats} 
+tr {04140.t} {04140.p2-thinks} -> {04140.p1} {04140.p5} 
+tr {04140.t0|04141.t4} : b4139 {04141.p4-eats} -> {04140.f} {04141.f} {04141.p2-thinks} 
+tr {04140.t2} {04140.f} {04140.p5} -> {04140.p6} 
+tr {04140.t3|04141.t1} : a4139 {04140.f} {04141.p1} -> {04141.p3} 
+tr {04141.e} {04141.p6} {04141.p3} -> {04141.p4-eats} 
+tr {04141.t} {04141.p2-thinks} -> {04141.p1} {04141.p5} 
+tr {04141.t0|04142.t4} : b4140 {04142.p4-eats} -> {04141.f} {04142.f} {04142.p2-thinks} 
+tr {04141.t2} {04141.f} {04141.p5} -> {04141.p6} 
+tr {04141.t3|04142.t1} : a4140 {04141.f} {04142.p1} -> {04142.p3} 
+tr {04142.e} {04142.p6} {04142.p3} -> {04142.p4-eats} 
+tr {04142.t} {04142.p2-thinks} -> {04142.p1} {04142.p5} 
+tr {04142.t0|04143.t4} : b4141 {04143.p4-eats} -> {04142.f} {04143.f} {04143.p2-thinks} 
+tr {04142.t2} {04142.f} {04142.p5} -> {04142.p6} 
+tr {04142.t3|04143.t1} : a4141 {04142.f} {04143.p1} -> {04143.p3} 
+tr {04143.e} {04143.p6} {04143.p3} -> {04143.p4-eats} 
+tr {04143.t} {04143.p2-thinks} -> {04143.p1} {04143.p5} 
+tr {04143.t0|04144.t4} : b4142 {04144.p4-eats} -> {04143.f} {04144.f} {04144.p2-thinks} 
+tr {04143.t2} {04143.f} {04143.p5} -> {04143.p6} 
+tr {04143.t3|04144.t1} : a4142 {04143.f} {04144.p1} -> {04144.p3} 
+tr {04144.e} {04144.p6} {04144.p3} -> {04144.p4-eats} 
+tr {04144.t} {04144.p2-thinks} -> {04144.p1} {04144.p5} 
+tr {04144.t0|04145.t4} : b4143 {04145.p4-eats} -> {04144.f} {04145.f} {04145.p2-thinks} 
+tr {04144.t2} {04144.f} {04144.p5} -> {04144.p6} 
+tr {04144.t3|04145.t1} : a4143 {04144.f} {04145.p1} -> {04145.p3} 
+tr {04145.e} {04145.p6} {04145.p3} -> {04145.p4-eats} 
+tr {04145.t} {04145.p2-thinks} -> {04145.p1} {04145.p5} 
+tr {04145.t0|04146.t4} : b4144 {04146.p4-eats} -> {04145.f} {04146.f} {04146.p2-thinks} 
+tr {04145.t2} {04145.f} {04145.p5} -> {04145.p6} 
+tr {04145.t3|04146.t1} : a4144 {04145.f} {04146.p1} -> {04146.p3} 
+tr {04146.e} {04146.p6} {04146.p3} -> {04146.p4-eats} 
+tr {04146.t} {04146.p2-thinks} -> {04146.p1} {04146.p5} 
+tr {04146.t0|04147.t4} : b4145 {04147.p4-eats} -> {04146.f} {04147.f} {04147.p2-thinks} 
+tr {04146.t2} {04146.f} {04146.p5} -> {04146.p6} 
+tr {04146.t3|04147.t1} : a4145 {04146.f} {04147.p1} -> {04147.p3} 
+tr {04147.e} {04147.p6} {04147.p3} -> {04147.p4-eats} 
+tr {04147.t} {04147.p2-thinks} -> {04147.p1} {04147.p5} 
+tr {04147.t0|04148.t4} : b4146 {04148.p4-eats} -> {04147.f} {04148.f} {04148.p2-thinks} 
+tr {04147.t2} {04147.f} {04147.p5} -> {04147.p6} 
+tr {04147.t3|04148.t1} : a4146 {04147.f} {04148.p1} -> {04148.p3} 
+tr {04148.e} {04148.p6} {04148.p3} -> {04148.p4-eats} 
+tr {04148.t} {04148.p2-thinks} -> {04148.p1} {04148.p5} 
+tr {04148.t0|04149.t4} : b4147 {04149.p4-eats} -> {04148.f} {04149.f} {04149.p2-thinks} 
+tr {04148.t2} {04148.f} {04148.p5} -> {04148.p6} 
+tr {04148.t3|04149.t1} : a4147 {04148.f} {04149.p1} -> {04149.p3} 
+tr {04149.e} {04149.p6} {04149.p3} -> {04149.p4-eats} 
+tr {04149.t} {04149.p2-thinks} -> {04149.p1} {04149.p5} 
+tr {04149.t0|04150.t4} : b4148 {04150.p4-eats} -> {04149.f} {04150.f} {04150.p2-thinks} 
+tr {04149.t2} {04149.f} {04149.p5} -> {04149.p6} 
+tr {04149.t3|04150.t1} : a4148 {04149.f} {04150.p1} -> {04150.p3} 
+tr {04150.e} {04150.p6} {04150.p3} -> {04150.p4-eats} 
+tr {04150.t} {04150.p2-thinks} -> {04150.p1} {04150.p5} 
+tr {04150.t0|04151.t4} : b4149 {04151.p4-eats} -> {04150.f} {04151.f} {04151.p2-thinks} 
+tr {04150.t2} {04150.f} {04150.p5} -> {04150.p6} 
+tr {04150.t3|04151.t1} : a4149 {04150.f} {04151.p1} -> {04151.p3} 
+tr {04151.e} {04151.p6} {04151.p3} -> {04151.p4-eats} 
+tr {04151.t} {04151.p2-thinks} -> {04151.p1} {04151.p5} 
+tr {04151.t0|04152.t4} : b4150 {04152.p4-eats} -> {04151.f} {04152.f} {04152.p2-thinks} 
+tr {04151.t2} {04151.f} {04151.p5} -> {04151.p6} 
+tr {04151.t3|04152.t1} : a4150 {04151.f} {04152.p1} -> {04152.p3} 
+tr {04152.e} {04152.p6} {04152.p3} -> {04152.p4-eats} 
+tr {04152.t} {04152.p2-thinks} -> {04152.p1} {04152.p5} 
+tr {04152.t0|04153.t4} : b4151 {04153.p4-eats} -> {04152.f} {04153.f} {04153.p2-thinks} 
+tr {04152.t2} {04152.f} {04152.p5} -> {04152.p6} 
+tr {04152.t3|04153.t1} : a4151 {04152.f} {04153.p1} -> {04153.p3} 
+tr {04153.e} {04153.p6} {04153.p3} -> {04153.p4-eats} 
+tr {04153.t} {04153.p2-thinks} -> {04153.p1} {04153.p5} 
+tr {04153.t0|04154.t4} : b4152 {04154.p4-eats} -> {04153.f} {04154.f} {04154.p2-thinks} 
+tr {04153.t2} {04153.f} {04153.p5} -> {04153.p6} 
+tr {04153.t3|04154.t1} : a4152 {04153.f} {04154.p1} -> {04154.p3} 
+tr {04154.e} {04154.p6} {04154.p3} -> {04154.p4-eats} 
+tr {04154.t} {04154.p2-thinks} -> {04154.p1} {04154.p5} 
+tr {04154.t0|04155.t4} : b4153 {04155.p4-eats} -> {04154.f} {04155.f} {04155.p2-thinks} 
+tr {04154.t2} {04154.f} {04154.p5} -> {04154.p6} 
+tr {04154.t3|04155.t1} : a4153 {04154.f} {04155.p1} -> {04155.p3} 
+tr {04155.e} {04155.p6} {04155.p3} -> {04155.p4-eats} 
+tr {04155.t} {04155.p2-thinks} -> {04155.p1} {04155.p5} 
+tr {04155.t0|04156.t4} : b4154 {04156.p4-eats} -> {04155.f} {04156.f} {04156.p2-thinks} 
+tr {04155.t2} {04155.f} {04155.p5} -> {04155.p6} 
+tr {04155.t3|04156.t1} : a4154 {04155.f} {04156.p1} -> {04156.p3} 
+tr {04156.e} {04156.p6} {04156.p3} -> {04156.p4-eats} 
+tr {04156.t} {04156.p2-thinks} -> {04156.p1} {04156.p5} 
+tr {04156.t0|04157.t4} : b4155 {04157.p4-eats} -> {04156.f} {04157.f} {04157.p2-thinks} 
+tr {04156.t2} {04156.f} {04156.p5} -> {04156.p6} 
+tr {04156.t3|04157.t1} : a4155 {04156.f} {04157.p1} -> {04157.p3} 
+tr {04157.e} {04157.p6} {04157.p3} -> {04157.p4-eats} 
+tr {04157.t} {04157.p2-thinks} -> {04157.p1} {04157.p5} 
+tr {04157.t0|04158.t4} : b4156 {04158.p4-eats} -> {04157.f} {04158.f} {04158.p2-thinks} 
+tr {04157.t2} {04157.f} {04157.p5} -> {04157.p6} 
+tr {04157.t3|04158.t1} : a4156 {04157.f} {04158.p1} -> {04158.p3} 
+tr {04158.e} {04158.p6} {04158.p3} -> {04158.p4-eats} 
+tr {04158.t} {04158.p2-thinks} -> {04158.p1} {04158.p5} 
+tr {04158.t0|04159.t4} : b4157 {04159.p4-eats} -> {04158.f} {04159.f} {04159.p2-thinks} 
+tr {04158.t2} {04158.f} {04158.p5} -> {04158.p6} 
+tr {04158.t3|04159.t1} : a4157 {04158.f} {04159.p1} -> {04159.p3} 
+tr {04159.e} {04159.p6} {04159.p3} -> {04159.p4-eats} 
+tr {04159.t} {04159.p2-thinks} -> {04159.p1} {04159.p5} 
+tr {04159.t0|04160.t4} : b4158 {04160.p4-eats} -> {04159.f} {04160.f} {04160.p2-thinks} 
+tr {04159.t2} {04159.f} {04159.p5} -> {04159.p6} 
+tr {04159.t3|04160.t1} : a4158 {04159.f} {04160.p1} -> {04160.p3} 
+tr {04160.e} {04160.p6} {04160.p3} -> {04160.p4-eats} 
+tr {04160.t} {04160.p2-thinks} -> {04160.p1} {04160.p5} 
+tr {04160.t0|04161.t4} : b4159 {04161.p4-eats} -> {04160.f} {04161.f} {04161.p2-thinks} 
+tr {04160.t2} {04160.f} {04160.p5} -> {04160.p6} 
+tr {04160.t3|04161.t1} : a4159 {04160.f} {04161.p1} -> {04161.p3} 
+tr {04161.e} {04161.p6} {04161.p3} -> {04161.p4-eats} 
+tr {04161.t} {04161.p2-thinks} -> {04161.p1} {04161.p5} 
+tr {04161.t0|04162.t4} : b4160 {04162.p4-eats} -> {04161.f} {04162.f} {04162.p2-thinks} 
+tr {04161.t2} {04161.f} {04161.p5} -> {04161.p6} 
+tr {04161.t3|04162.t1} : a4160 {04161.f} {04162.p1} -> {04162.p3} 
+tr {04162.e} {04162.p6} {04162.p3} -> {04162.p4-eats} 
+tr {04162.t} {04162.p2-thinks} -> {04162.p1} {04162.p5} 
+tr {04162.t0|04163.t4} : b4161 {04163.p4-eats} -> {04162.f} {04163.f} {04163.p2-thinks} 
+tr {04162.t2} {04162.f} {04162.p5} -> {04162.p6} 
+tr {04162.t3|04163.t1} : a4161 {04162.f} {04163.p1} -> {04163.p3} 
+tr {04163.e} {04163.p6} {04163.p3} -> {04163.p4-eats} 
+tr {04163.t} {04163.p2-thinks} -> {04163.p1} {04163.p5} 
+tr {04163.t0|04164.t4} : b4162 {04164.p4-eats} -> {04163.f} {04164.f} {04164.p2-thinks} 
+tr {04163.t2} {04163.f} {04163.p5} -> {04163.p6} 
+tr {04163.t3|04164.t1} : a4162 {04163.f} {04164.p1} -> {04164.p3} 
+tr {04164.e} {04164.p6} {04164.p3} -> {04164.p4-eats} 
+tr {04164.t} {04164.p2-thinks} -> {04164.p1} {04164.p5} 
+tr {04164.t0|04165.t4} : b4163 {04165.p4-eats} -> {04164.f} {04165.f} {04165.p2-thinks} 
+tr {04164.t2} {04164.f} {04164.p5} -> {04164.p6} 
+tr {04164.t3|04165.t1} : a4163 {04164.f} {04165.p1} -> {04165.p3} 
+tr {04165.e} {04165.p6} {04165.p3} -> {04165.p4-eats} 
+tr {04165.t} {04165.p2-thinks} -> {04165.p1} {04165.p5} 
+tr {04165.t0|04166.t4} : b4164 {04166.p4-eats} -> {04165.f} {04166.f} {04166.p2-thinks} 
+tr {04165.t2} {04165.f} {04165.p5} -> {04165.p6} 
+tr {04165.t3|04166.t1} : a4164 {04165.f} {04166.p1} -> {04166.p3} 
+tr {04166.e} {04166.p6} {04166.p3} -> {04166.p4-eats} 
+tr {04166.t} {04166.p2-thinks} -> {04166.p1} {04166.p5} 
+tr {04166.t0|04167.t4} : b4165 {04167.p4-eats} -> {04166.f} {04167.f} {04167.p2-thinks} 
+tr {04166.t2} {04166.f} {04166.p5} -> {04166.p6} 
+tr {04166.t3|04167.t1} : a4165 {04166.f} {04167.p1} -> {04167.p3} 
+tr {04167.e} {04167.p6} {04167.p3} -> {04167.p4-eats} 
+tr {04167.t} {04167.p2-thinks} -> {04167.p1} {04167.p5} 
+tr {04167.t0|04168.t4} : b4166 {04168.p4-eats} -> {04167.f} {04168.f} {04168.p2-thinks} 
+tr {04167.t2} {04167.f} {04167.p5} -> {04167.p6} 
+tr {04167.t3|04168.t1} : a4166 {04167.f} {04168.p1} -> {04168.p3} 
+tr {04168.e} {04168.p6} {04168.p3} -> {04168.p4-eats} 
+tr {04168.t} {04168.p2-thinks} -> {04168.p1} {04168.p5} 
+tr {04168.t0|04169.t4} : b4167 {04169.p4-eats} -> {04168.f} {04169.f} {04169.p2-thinks} 
+tr {04168.t2} {04168.f} {04168.p5} -> {04168.p6} 
+tr {04168.t3|04169.t1} : a4167 {04168.f} {04169.p1} -> {04169.p3} 
+tr {04169.e} {04169.p6} {04169.p3} -> {04169.p4-eats} 
+tr {04169.t} {04169.p2-thinks} -> {04169.p1} {04169.p5} 
+tr {04169.t0|04170.t4} : b4168 {04170.p4-eats} -> {04169.f} {04170.f} {04170.p2-thinks} 
+tr {04169.t2} {04169.f} {04169.p5} -> {04169.p6} 
+tr {04169.t3|04170.t1} : a4168 {04169.f} {04170.p1} -> {04170.p3} 
+tr {04170.e} {04170.p6} {04170.p3} -> {04170.p4-eats} 
+tr {04170.t} {04170.p2-thinks} -> {04170.p1} {04170.p5} 
+tr {04170.t0|04171.t4} : b4169 {04171.p4-eats} -> {04170.f} {04171.f} {04171.p2-thinks} 
+tr {04170.t2} {04170.f} {04170.p5} -> {04170.p6} 
+tr {04170.t3|04171.t1} : a4169 {04170.f} {04171.p1} -> {04171.p3} 
+tr {04171.e} {04171.p6} {04171.p3} -> {04171.p4-eats} 
+tr {04171.t} {04171.p2-thinks} -> {04171.p1} {04171.p5} 
+tr {04171.t0|04172.t4} : b4170 {04172.p4-eats} -> {04171.f} {04172.f} {04172.p2-thinks} 
+tr {04171.t2} {04171.f} {04171.p5} -> {04171.p6} 
+tr {04171.t3|04172.t1} : a4170 {04171.f} {04172.p1} -> {04172.p3} 
+tr {04172.e} {04172.p6} {04172.p3} -> {04172.p4-eats} 
+tr {04172.t} {04172.p2-thinks} -> {04172.p1} {04172.p5} 
+tr {04172.t0|04173.t4} : b4171 {04173.p4-eats} -> {04172.f} {04173.f} {04173.p2-thinks} 
+tr {04172.t2} {04172.f} {04172.p5} -> {04172.p6} 
+tr {04172.t3|04173.t1} : a4171 {04172.f} {04173.p1} -> {04173.p3} 
+tr {04173.e} {04173.p6} {04173.p3} -> {04173.p4-eats} 
+tr {04173.t} {04173.p2-thinks} -> {04173.p1} {04173.p5} 
+tr {04173.t0|04174.t4} : b4172 {04174.p4-eats} -> {04173.f} {04174.f} {04174.p2-thinks} 
+tr {04173.t2} {04173.f} {04173.p5} -> {04173.p6} 
+tr {04173.t3|04174.t1} : a4172 {04173.f} {04174.p1} -> {04174.p3} 
+tr {04174.e} {04174.p6} {04174.p3} -> {04174.p4-eats} 
+tr {04174.t} {04174.p2-thinks} -> {04174.p1} {04174.p5} 
+tr {04174.t0|04175.t4} : b4173 {04175.p4-eats} -> {04174.f} {04175.f} {04175.p2-thinks} 
+tr {04174.t2} {04174.f} {04174.p5} -> {04174.p6} 
+tr {04174.t3|04175.t1} : a4173 {04174.f} {04175.p1} -> {04175.p3} 
+tr {04175.e} {04175.p6} {04175.p3} -> {04175.p4-eats} 
+tr {04175.t} {04175.p2-thinks} -> {04175.p1} {04175.p5} 
+tr {04175.t0|04176.t4} : b4174 {04176.p4-eats} -> {04175.f} {04176.f} {04176.p2-thinks} 
+tr {04175.t2} {04175.f} {04175.p5} -> {04175.p6} 
+tr {04175.t3|04176.t1} : a4174 {04175.f} {04176.p1} -> {04176.p3} 
+tr {04176.e} {04176.p6} {04176.p3} -> {04176.p4-eats} 
+tr {04176.t} {04176.p2-thinks} -> {04176.p1} {04176.p5} 
+tr {04176.t0|04177.t4} : b4175 {04177.p4-eats} -> {04176.f} {04177.f} {04177.p2-thinks} 
+tr {04176.t2} {04176.f} {04176.p5} -> {04176.p6} 
+tr {04176.t3|04177.t1} : a4175 {04176.f} {04177.p1} -> {04177.p3} 
+tr {04177.e} {04177.p6} {04177.p3} -> {04177.p4-eats} 
+tr {04177.t} {04177.p2-thinks} -> {04177.p1} {04177.p5} 
+tr {04177.t0|04178.t4} : b4176 {04178.p4-eats} -> {04177.f} {04178.f} {04178.p2-thinks} 
+tr {04177.t2} {04177.f} {04177.p5} -> {04177.p6} 
+tr {04177.t3|04178.t1} : a4176 {04177.f} {04178.p1} -> {04178.p3} 
+tr {04178.e} {04178.p6} {04178.p3} -> {04178.p4-eats} 
+tr {04178.t} {04178.p2-thinks} -> {04178.p1} {04178.p5} 
+tr {04178.t0|04179.t4} : b4177 {04179.p4-eats} -> {04178.f} {04179.f} {04179.p2-thinks} 
+tr {04178.t2} {04178.f} {04178.p5} -> {04178.p6} 
+tr {04178.t3|04179.t1} : a4177 {04178.f} {04179.p1} -> {04179.p3} 
+tr {04179.e} {04179.p6} {04179.p3} -> {04179.p4-eats} 
+tr {04179.t} {04179.p2-thinks} -> {04179.p1} {04179.p5} 
+tr {04179.t0|04180.t4} : b4178 {04180.p4-eats} -> {04179.f} {04180.f} {04180.p2-thinks} 
+tr {04179.t2} {04179.f} {04179.p5} -> {04179.p6} 
+tr {04179.t3|04180.t1} : a4178 {04179.f} {04180.p1} -> {04180.p3} 
+tr {04180.e} {04180.p6} {04180.p3} -> {04180.p4-eats} 
+tr {04180.t} {04180.p2-thinks} -> {04180.p1} {04180.p5} 
+tr {04180.t0|04181.t4} : b4179 {04181.p4-eats} -> {04180.f} {04181.f} {04181.p2-thinks} 
+tr {04180.t2} {04180.f} {04180.p5} -> {04180.p6} 
+tr {04180.t3|04181.t1} : a4179 {04180.f} {04181.p1} -> {04181.p3} 
+tr {04181.e} {04181.p6} {04181.p3} -> {04181.p4-eats} 
+tr {04181.t} {04181.p2-thinks} -> {04181.p1} {04181.p5} 
+tr {04181.t0|04182.t4} : b4180 {04182.p4-eats} -> {04181.f} {04182.f} {04182.p2-thinks} 
+tr {04181.t2} {04181.f} {04181.p5} -> {04181.p6} 
+tr {04181.t3|04182.t1} : a4180 {04181.f} {04182.p1} -> {04182.p3} 
+tr {04182.e} {04182.p6} {04182.p3} -> {04182.p4-eats} 
+tr {04182.t} {04182.p2-thinks} -> {04182.p1} {04182.p5} 
+tr {04182.t0|04183.t4} : b4181 {04183.p4-eats} -> {04182.f} {04183.f} {04183.p2-thinks} 
+tr {04182.t2} {04182.f} {04182.p5} -> {04182.p6} 
+tr {04182.t3|04183.t1} : a4181 {04182.f} {04183.p1} -> {04183.p3} 
+tr {04183.e} {04183.p6} {04183.p3} -> {04183.p4-eats} 
+tr {04183.t} {04183.p2-thinks} -> {04183.p1} {04183.p5} 
+tr {04183.t0|04184.t4} : b4182 {04184.p4-eats} -> {04183.f} {04184.f} {04184.p2-thinks} 
+tr {04183.t2} {04183.f} {04183.p5} -> {04183.p6} 
+tr {04183.t3|04184.t1} : a4182 {04183.f} {04184.p1} -> {04184.p3} 
+tr {04184.e} {04184.p6} {04184.p3} -> {04184.p4-eats} 
+tr {04184.t} {04184.p2-thinks} -> {04184.p1} {04184.p5} 
+tr {04184.t0|04185.t4} : b4183 {04185.p4-eats} -> {04184.f} {04185.f} {04185.p2-thinks} 
+tr {04184.t2} {04184.f} {04184.p5} -> {04184.p6} 
+tr {04184.t3|04185.t1} : a4183 {04184.f} {04185.p1} -> {04185.p3} 
+tr {04185.e} {04185.p6} {04185.p3} -> {04185.p4-eats} 
+tr {04185.t} {04185.p2-thinks} -> {04185.p1} {04185.p5} 
+tr {04185.t0|04186.t4} : b4184 {04186.p4-eats} -> {04185.f} {04186.f} {04186.p2-thinks} 
+tr {04185.t2} {04185.f} {04185.p5} -> {04185.p6} 
+tr {04185.t3|04186.t1} : a4184 {04185.f} {04186.p1} -> {04186.p3} 
+tr {04186.e} {04186.p6} {04186.p3} -> {04186.p4-eats} 
+tr {04186.t} {04186.p2-thinks} -> {04186.p1} {04186.p5} 
+tr {04186.t0|04187.t4} : b4185 {04187.p4-eats} -> {04186.f} {04187.f} {04187.p2-thinks} 
+tr {04186.t2} {04186.f} {04186.p5} -> {04186.p6} 
+tr {04186.t3|04187.t1} : a4185 {04186.f} {04187.p1} -> {04187.p3} 
+tr {04187.e} {04187.p6} {04187.p3} -> {04187.p4-eats} 
+tr {04187.t} {04187.p2-thinks} -> {04187.p1} {04187.p5} 
+tr {04187.t0|04188.t4} : b4186 {04188.p4-eats} -> {04187.f} {04188.f} {04188.p2-thinks} 
+tr {04187.t2} {04187.f} {04187.p5} -> {04187.p6} 
+tr {04187.t3|04188.t1} : a4186 {04187.f} {04188.p1} -> {04188.p3} 
+tr {04188.e} {04188.p6} {04188.p3} -> {04188.p4-eats} 
+tr {04188.t} {04188.p2-thinks} -> {04188.p1} {04188.p5} 
+tr {04188.t0|04189.t4} : b4187 {04189.p4-eats} -> {04188.f} {04189.f} {04189.p2-thinks} 
+tr {04188.t2} {04188.f} {04188.p5} -> {04188.p6} 
+tr {04188.t3|04189.t1} : a4187 {04188.f} {04189.p1} -> {04189.p3} 
+tr {04189.e} {04189.p6} {04189.p3} -> {04189.p4-eats} 
+tr {04189.t} {04189.p2-thinks} -> {04189.p1} {04189.p5} 
+tr {04189.t0|04190.t4} : b4188 {04190.p4-eats} -> {04189.f} {04190.f} {04190.p2-thinks} 
+tr {04189.t2} {04189.f} {04189.p5} -> {04189.p6} 
+tr {04189.t3|04190.t1} : a4188 {04189.f} {04190.p1} -> {04190.p3} 
+tr {04190.e} {04190.p6} {04190.p3} -> {04190.p4-eats} 
+tr {04190.t} {04190.p2-thinks} -> {04190.p1} {04190.p5} 
+tr {04190.t0|04191.t4} : b4189 {04191.p4-eats} -> {04190.f} {04191.f} {04191.p2-thinks} 
+tr {04190.t2} {04190.f} {04190.p5} -> {04190.p6} 
+tr {04190.t3|04191.t1} : a4189 {04190.f} {04191.p1} -> {04191.p3} 
+tr {04191.e} {04191.p6} {04191.p3} -> {04191.p4-eats} 
+tr {04191.t} {04191.p2-thinks} -> {04191.p1} {04191.p5} 
+tr {04191.t0|04192.t4} : b4190 {04192.p4-eats} -> {04191.f} {04192.f} {04192.p2-thinks} 
+tr {04191.t2} {04191.f} {04191.p5} -> {04191.p6} 
+tr {04191.t3|04192.t1} : a4190 {04191.f} {04192.p1} -> {04192.p3} 
+tr {04192.e} {04192.p6} {04192.p3} -> {04192.p4-eats} 
+tr {04192.t} {04192.p2-thinks} -> {04192.p1} {04192.p5} 
+tr {04192.t0|04193.t4} : b4191 {04193.p4-eats} -> {04192.f} {04193.f} {04193.p2-thinks} 
+tr {04192.t2} {04192.f} {04192.p5} -> {04192.p6} 
+tr {04192.t3|04193.t1} : a4191 {04192.f} {04193.p1} -> {04193.p3} 
+tr {04193.e} {04193.p6} {04193.p3} -> {04193.p4-eats} 
+tr {04193.t} {04193.p2-thinks} -> {04193.p1} {04193.p5} 
+tr {04193.t0|04194.t4} : b4192 {04194.p4-eats} -> {04193.f} {04194.f} {04194.p2-thinks} 
+tr {04193.t2} {04193.f} {04193.p5} -> {04193.p6} 
+tr {04193.t3|04194.t1} : a4192 {04193.f} {04194.p1} -> {04194.p3} 
+tr {04194.e} {04194.p6} {04194.p3} -> {04194.p4-eats} 
+tr {04194.t} {04194.p2-thinks} -> {04194.p1} {04194.p5} 
+tr {04194.t0|04195.t4} : b4193 {04195.p4-eats} -> {04194.f} {04195.f} {04195.p2-thinks} 
+tr {04194.t2} {04194.f} {04194.p5} -> {04194.p6} 
+tr {04194.t3|04195.t1} : a4193 {04194.f} {04195.p1} -> {04195.p3} 
+tr {04195.e} {04195.p6} {04195.p3} -> {04195.p4-eats} 
+tr {04195.t} {04195.p2-thinks} -> {04195.p1} {04195.p5} 
+tr {04195.t0|04196.t4} : b4194 {04196.p4-eats} -> {04195.f} {04196.f} {04196.p2-thinks} 
+tr {04195.t2} {04195.f} {04195.p5} -> {04195.p6} 
+tr {04195.t3|04196.t1} : a4194 {04195.f} {04196.p1} -> {04196.p3} 
+tr {04196.e} {04196.p6} {04196.p3} -> {04196.p4-eats} 
+tr {04196.t} {04196.p2-thinks} -> {04196.p1} {04196.p5} 
+tr {04196.t0|04197.t4} : b4195 {04197.p4-eats} -> {04196.f} {04197.f} {04197.p2-thinks} 
+tr {04196.t2} {04196.f} {04196.p5} -> {04196.p6} 
+tr {04196.t3|04197.t1} : a4195 {04196.f} {04197.p1} -> {04197.p3} 
+tr {04197.e} {04197.p6} {04197.p3} -> {04197.p4-eats} 
+tr {04197.t} {04197.p2-thinks} -> {04197.p1} {04197.p5} 
+tr {04197.t0|04198.t4} : b4196 {04198.p4-eats} -> {04197.f} {04198.f} {04198.p2-thinks} 
+tr {04197.t2} {04197.f} {04197.p5} -> {04197.p6} 
+tr {04197.t3|04198.t1} : a4196 {04197.f} {04198.p1} -> {04198.p3} 
+tr {04198.e} {04198.p6} {04198.p3} -> {04198.p4-eats} 
+tr {04198.t} {04198.p2-thinks} -> {04198.p1} {04198.p5} 
+tr {04198.t0|04199.t4} : b4197 {04199.p4-eats} -> {04198.f} {04199.f} {04199.p2-thinks} 
+tr {04198.t2} {04198.f} {04198.p5} -> {04198.p6} 
+tr {04198.t3|04199.t1} : a4197 {04198.f} {04199.p1} -> {04199.p3} 
+tr {04199.e} {04199.p6} {04199.p3} -> {04199.p4-eats} 
+tr {04199.t} {04199.p2-thinks} -> {04199.p1} {04199.p5} 
+tr {04199.t0|04200.t4} : b4198 {04200.p4-eats} -> {04199.f} {04200.f} {04200.p2-thinks} 
+tr {04199.t2} {04199.f} {04199.p5} -> {04199.p6} 
+tr {04199.t3|04200.t1} : a4198 {04199.f} {04200.p1} -> {04200.p3} 
+tr {04200.e} {04200.p6} {04200.p3} -> {04200.p4-eats} 
+tr {04200.t} {04200.p2-thinks} -> {04200.p1} {04200.p5} 
+tr {04200.t0|04201.t4} : b4199 {04201.p4-eats} -> {04200.f} {04201.f} {04201.p2-thinks} 
+tr {04200.t2} {04200.f} {04200.p5} -> {04200.p6} 
+tr {04200.t3|04201.t1} : a4199 {04200.f} {04201.p1} -> {04201.p3} 
+tr {04201.e} {04201.p6} {04201.p3} -> {04201.p4-eats} 
+tr {04201.t} {04201.p2-thinks} -> {04201.p1} {04201.p5} 
+tr {04201.t0|04202.t4} : b4200 {04202.p4-eats} -> {04201.f} {04202.f} {04202.p2-thinks} 
+tr {04201.t2} {04201.f} {04201.p5} -> {04201.p6} 
+tr {04201.t3|04202.t1} : a4200 {04201.f} {04202.p1} -> {04202.p3} 
+tr {04202.e} {04202.p6} {04202.p3} -> {04202.p4-eats} 
+tr {04202.t} {04202.p2-thinks} -> {04202.p1} {04202.p5} 
+tr {04202.t0|04203.t4} : b4201 {04203.p4-eats} -> {04202.f} {04203.f} {04203.p2-thinks} 
+tr {04202.t2} {04202.f} {04202.p5} -> {04202.p6} 
+tr {04202.t3|04203.t1} : a4201 {04202.f} {04203.p1} -> {04203.p3} 
+tr {04203.e} {04203.p6} {04203.p3} -> {04203.p4-eats} 
+tr {04203.t} {04203.p2-thinks} -> {04203.p1} {04203.p5} 
+tr {04203.t0|04204.t4} : b4202 {04204.p4-eats} -> {04203.f} {04204.f} {04204.p2-thinks} 
+tr {04203.t2} {04203.f} {04203.p5} -> {04203.p6} 
+tr {04203.t3|04204.t1} : a4202 {04203.f} {04204.p1} -> {04204.p3} 
+tr {04204.e} {04204.p6} {04204.p3} -> {04204.p4-eats} 
+tr {04204.t} {04204.p2-thinks} -> {04204.p1} {04204.p5} 
+tr {04204.t0|04205.t4} : b4203 {04205.p4-eats} -> {04204.f} {04205.f} {04205.p2-thinks} 
+tr {04204.t2} {04204.f} {04204.p5} -> {04204.p6} 
+tr {04204.t3|04205.t1} : a4203 {04204.f} {04205.p1} -> {04205.p3} 
+tr {04205.e} {04205.p6} {04205.p3} -> {04205.p4-eats} 
+tr {04205.t} {04205.p2-thinks} -> {04205.p1} {04205.p5} 
+tr {04205.t0|04206.t4} : b4204 {04206.p4-eats} -> {04205.f} {04206.f} {04206.p2-thinks} 
+tr {04205.t2} {04205.f} {04205.p5} -> {04205.p6} 
+tr {04205.t3|04206.t1} : a4204 {04205.f} {04206.p1} -> {04206.p3} 
+tr {04206.e} {04206.p6} {04206.p3} -> {04206.p4-eats} 
+tr {04206.t} {04206.p2-thinks} -> {04206.p1} {04206.p5} 
+tr {04206.t0|04207.t4} : b4205 {04207.p4-eats} -> {04206.f} {04207.f} {04207.p2-thinks} 
+tr {04206.t2} {04206.f} {04206.p5} -> {04206.p6} 
+tr {04206.t3|04207.t1} : a4205 {04206.f} {04207.p1} -> {04207.p3} 
+tr {04207.e} {04207.p6} {04207.p3} -> {04207.p4-eats} 
+tr {04207.t} {04207.p2-thinks} -> {04207.p1} {04207.p5} 
+tr {04207.t0|04208.t4} : b4206 {04208.p4-eats} -> {04207.f} {04208.f} {04208.p2-thinks} 
+tr {04207.t2} {04207.f} {04207.p5} -> {04207.p6} 
+tr {04207.t3|04208.t1} : a4206 {04207.f} {04208.p1} -> {04208.p3} 
+tr {04208.e} {04208.p6} {04208.p3} -> {04208.p4-eats} 
+tr {04208.t} {04208.p2-thinks} -> {04208.p1} {04208.p5} 
+tr {04208.t0|04209.t4} : b4207 {04209.p4-eats} -> {04208.f} {04209.f} {04209.p2-thinks} 
+tr {04208.t2} {04208.f} {04208.p5} -> {04208.p6} 
+tr {04208.t3|04209.t1} : a4207 {04208.f} {04209.p1} -> {04209.p3} 
+tr {04209.e} {04209.p6} {04209.p3} -> {04209.p4-eats} 
+tr {04209.t} {04209.p2-thinks} -> {04209.p1} {04209.p5} 
+tr {04209.t0|04210.t4} : b4208 {04210.p4-eats} -> {04209.f} {04210.f} {04210.p2-thinks} 
+tr {04209.t2} {04209.f} {04209.p5} -> {04209.p6} 
+tr {04209.t3|04210.t1} : a4208 {04209.f} {04210.p1} -> {04210.p3} 
+tr {04210.e} {04210.p6} {04210.p3} -> {04210.p4-eats} 
+tr {04210.t} {04210.p2-thinks} -> {04210.p1} {04210.p5} 
+tr {04210.t0|04211.t4} : b4209 {04211.p4-eats} -> {04210.f} {04211.f} {04211.p2-thinks} 
+tr {04210.t2} {04210.f} {04210.p5} -> {04210.p6} 
+tr {04210.t3|04211.t1} : a4209 {04210.f} {04211.p1} -> {04211.p3} 
+tr {04211.e} {04211.p6} {04211.p3} -> {04211.p4-eats} 
+tr {04211.t} {04211.p2-thinks} -> {04211.p1} {04211.p5} 
+tr {04211.t0|04212.t4} : b4210 {04212.p4-eats} -> {04211.f} {04212.f} {04212.p2-thinks} 
+tr {04211.t2} {04211.f} {04211.p5} -> {04211.p6} 
+tr {04211.t3|04212.t1} : a4210 {04211.f} {04212.p1} -> {04212.p3} 
+tr {04212.e} {04212.p6} {04212.p3} -> {04212.p4-eats} 
+tr {04212.t} {04212.p2-thinks} -> {04212.p1} {04212.p5} 
+tr {04212.t0|04213.t4} : b4211 {04213.p4-eats} -> {04212.f} {04213.f} {04213.p2-thinks} 
+tr {04212.t2} {04212.f} {04212.p5} -> {04212.p6} 
+tr {04212.t3|04213.t1} : a4211 {04212.f} {04213.p1} -> {04213.p3} 
+tr {04213.e} {04213.p6} {04213.p3} -> {04213.p4-eats} 
+tr {04213.t} {04213.p2-thinks} -> {04213.p1} {04213.p5} 
+tr {04213.t0|04214.t4} : b4212 {04214.p4-eats} -> {04213.f} {04214.f} {04214.p2-thinks} 
+tr {04213.t2} {04213.f} {04213.p5} -> {04213.p6} 
+tr {04213.t3|04214.t1} : a4212 {04213.f} {04214.p1} -> {04214.p3} 
+tr {04214.e} {04214.p6} {04214.p3} -> {04214.p4-eats} 
+tr {04214.t} {04214.p2-thinks} -> {04214.p1} {04214.p5} 
+tr {04214.t0|04215.t4} : b4213 {04215.p4-eats} -> {04214.f} {04215.f} {04215.p2-thinks} 
+tr {04214.t2} {04214.f} {04214.p5} -> {04214.p6} 
+tr {04214.t3|04215.t1} : a4213 {04214.f} {04215.p1} -> {04215.p3} 
+tr {04215.e} {04215.p6} {04215.p3} -> {04215.p4-eats} 
+tr {04215.t} {04215.p2-thinks} -> {04215.p1} {04215.p5} 
+tr {04215.t0|04216.t4} : b4214 {04216.p4-eats} -> {04215.f} {04216.f} {04216.p2-thinks} 
+tr {04215.t2} {04215.f} {04215.p5} -> {04215.p6} 
+tr {04215.t3|04216.t1} : a4214 {04215.f} {04216.p1} -> {04216.p3} 
+tr {04216.e} {04216.p6} {04216.p3} -> {04216.p4-eats} 
+tr {04216.t} {04216.p2-thinks} -> {04216.p1} {04216.p5} 
+tr {04216.t0|04217.t4} : b4215 {04217.p4-eats} -> {04216.f} {04217.f} {04217.p2-thinks} 
+tr {04216.t2} {04216.f} {04216.p5} -> {04216.p6} 
+tr {04216.t3|04217.t1} : a4215 {04216.f} {04217.p1} -> {04217.p3} 
+tr {04217.e} {04217.p6} {04217.p3} -> {04217.p4-eats} 
+tr {04217.t} {04217.p2-thinks} -> {04217.p1} {04217.p5} 
+tr {04217.t0|04218.t4} : b4216 {04218.p4-eats} -> {04217.f} {04218.f} {04218.p2-thinks} 
+tr {04217.t2} {04217.f} {04217.p5} -> {04217.p6} 
+tr {04217.t3|04218.t1} : a4216 {04217.f} {04218.p1} -> {04218.p3} 
+tr {04218.e} {04218.p6} {04218.p3} -> {04218.p4-eats} 
+tr {04218.t} {04218.p2-thinks} -> {04218.p1} {04218.p5} 
+tr {04218.t0|04219.t4} : b4217 {04219.p4-eats} -> {04218.f} {04219.f} {04219.p2-thinks} 
+tr {04218.t2} {04218.f} {04218.p5} -> {04218.p6} 
+tr {04218.t3|04219.t1} : a4217 {04218.f} {04219.p1} -> {04219.p3} 
+tr {04219.e} {04219.p6} {04219.p3} -> {04219.p4-eats} 
+tr {04219.t} {04219.p2-thinks} -> {04219.p1} {04219.p5} 
+tr {04219.t0|04220.t4} : b4218 {04220.p4-eats} -> {04219.f} {04220.f} {04220.p2-thinks} 
+tr {04219.t2} {04219.f} {04219.p5} -> {04219.p6} 
+tr {04219.t3|04220.t1} : a4218 {04219.f} {04220.p1} -> {04220.p3} 
+tr {04220.e} {04220.p6} {04220.p3} -> {04220.p4-eats} 
+tr {04220.t} {04220.p2-thinks} -> {04220.p1} {04220.p5} 
+tr {04220.t0|04221.t4} : b4219 {04221.p4-eats} -> {04220.f} {04221.f} {04221.p2-thinks} 
+tr {04220.t2} {04220.f} {04220.p5} -> {04220.p6} 
+tr {04220.t3|04221.t1} : a4219 {04220.f} {04221.p1} -> {04221.p3} 
+tr {04221.e} {04221.p6} {04221.p3} -> {04221.p4-eats} 
+tr {04221.t} {04221.p2-thinks} -> {04221.p1} {04221.p5} 
+tr {04221.t0|04222.t4} : b4220 {04222.p4-eats} -> {04221.f} {04222.f} {04222.p2-thinks} 
+tr {04221.t2} {04221.f} {04221.p5} -> {04221.p6} 
+tr {04221.t3|04222.t1} : a4220 {04221.f} {04222.p1} -> {04222.p3} 
+tr {04222.e} {04222.p6} {04222.p3} -> {04222.p4-eats} 
+tr {04222.t} {04222.p2-thinks} -> {04222.p1} {04222.p5} 
+tr {04222.t0|04223.t4} : b4221 {04223.p4-eats} -> {04222.f} {04223.f} {04223.p2-thinks} 
+tr {04222.t2} {04222.f} {04222.p5} -> {04222.p6} 
+tr {04222.t3|04223.t1} : a4221 {04222.f} {04223.p1} -> {04223.p3} 
+tr {04223.e} {04223.p6} {04223.p3} -> {04223.p4-eats} 
+tr {04223.t} {04223.p2-thinks} -> {04223.p1} {04223.p5} 
+tr {04223.t0|04224.t4} : b4222 {04224.p4-eats} -> {04223.f} {04224.f} {04224.p2-thinks} 
+tr {04223.t2} {04223.f} {04223.p5} -> {04223.p6} 
+tr {04223.t3|04224.t1} : a4222 {04223.f} {04224.p1} -> {04224.p3} 
+tr {04224.e} {04224.p6} {04224.p3} -> {04224.p4-eats} 
+tr {04224.t} {04224.p2-thinks} -> {04224.p1} {04224.p5} 
+tr {04224.t0|04225.t4} : b4223 {04225.p4-eats} -> {04224.f} {04225.f} {04225.p2-thinks} 
+tr {04224.t2} {04224.f} {04224.p5} -> {04224.p6} 
+tr {04224.t3|04225.t1} : a4223 {04224.f} {04225.p1} -> {04225.p3} 
+tr {04225.e} {04225.p6} {04225.p3} -> {04225.p4-eats} 
+tr {04225.t} {04225.p2-thinks} -> {04225.p1} {04225.p5} 
+tr {04225.t0|04226.t4} : b4224 {04226.p4-eats} -> {04225.f} {04226.f} {04226.p2-thinks} 
+tr {04225.t2} {04225.f} {04225.p5} -> {04225.p6} 
+tr {04225.t3|04226.t1} : a4224 {04225.f} {04226.p1} -> {04226.p3} 
+tr {04226.e} {04226.p6} {04226.p3} -> {04226.p4-eats} 
+tr {04226.t} {04226.p2-thinks} -> {04226.p1} {04226.p5} 
+tr {04226.t0|04227.t4} : b4225 {04227.p4-eats} -> {04226.f} {04227.f} {04227.p2-thinks} 
+tr {04226.t2} {04226.f} {04226.p5} -> {04226.p6} 
+tr {04226.t3|04227.t1} : a4225 {04226.f} {04227.p1} -> {04227.p3} 
+tr {04227.e} {04227.p6} {04227.p3} -> {04227.p4-eats} 
+tr {04227.t} {04227.p2-thinks} -> {04227.p1} {04227.p5} 
+tr {04227.t0|04228.t4} : b4226 {04228.p4-eats} -> {04227.f} {04228.f} {04228.p2-thinks} 
+tr {04227.t2} {04227.f} {04227.p5} -> {04227.p6} 
+tr {04227.t3|04228.t1} : a4226 {04227.f} {04228.p1} -> {04228.p3} 
+tr {04228.e} {04228.p6} {04228.p3} -> {04228.p4-eats} 
+tr {04228.t} {04228.p2-thinks} -> {04228.p1} {04228.p5} 
+tr {04228.t0|04229.t4} : b4227 {04229.p4-eats} -> {04228.f} {04229.f} {04229.p2-thinks} 
+tr {04228.t2} {04228.f} {04228.p5} -> {04228.p6} 
+tr {04228.t3|04229.t1} : a4227 {04228.f} {04229.p1} -> {04229.p3} 
+tr {04229.e} {04229.p6} {04229.p3} -> {04229.p4-eats} 
+tr {04229.t} {04229.p2-thinks} -> {04229.p1} {04229.p5} 
+tr {04229.t0|04230.t4} : b4228 {04230.p4-eats} -> {04229.f} {04230.f} {04230.p2-thinks} 
+tr {04229.t2} {04229.f} {04229.p5} -> {04229.p6} 
+tr {04229.t3|04230.t1} : a4228 {04229.f} {04230.p1} -> {04230.p3} 
+tr {04230.e} {04230.p6} {04230.p3} -> {04230.p4-eats} 
+tr {04230.t} {04230.p2-thinks} -> {04230.p1} {04230.p5} 
+tr {04230.t0|04231.t4} : b4229 {04231.p4-eats} -> {04230.f} {04231.f} {04231.p2-thinks} 
+tr {04230.t2} {04230.f} {04230.p5} -> {04230.p6} 
+tr {04230.t3|04231.t1} : a4229 {04230.f} {04231.p1} -> {04231.p3} 
+tr {04231.e} {04231.p6} {04231.p3} -> {04231.p4-eats} 
+tr {04231.t} {04231.p2-thinks} -> {04231.p1} {04231.p5} 
+tr {04231.t0|04232.t4} : b4230 {04232.p4-eats} -> {04231.f} {04232.f} {04232.p2-thinks} 
+tr {04231.t2} {04231.f} {04231.p5} -> {04231.p6} 
+tr {04231.t3|04232.t1} : a4230 {04231.f} {04232.p1} -> {04232.p3} 
+tr {04232.e} {04232.p6} {04232.p3} -> {04232.p4-eats} 
+tr {04232.t} {04232.p2-thinks} -> {04232.p1} {04232.p5} 
+tr {04232.t0|04233.t4} : b4231 {04233.p4-eats} -> {04232.f} {04233.f} {04233.p2-thinks} 
+tr {04232.t2} {04232.f} {04232.p5} -> {04232.p6} 
+tr {04232.t3|04233.t1} : a4231 {04232.f} {04233.p1} -> {04233.p3} 
+tr {04233.e} {04233.p6} {04233.p3} -> {04233.p4-eats} 
+tr {04233.t} {04233.p2-thinks} -> {04233.p1} {04233.p5} 
+tr {04233.t0|04234.t4} : b4232 {04234.p4-eats} -> {04233.f} {04234.f} {04234.p2-thinks} 
+tr {04233.t2} {04233.f} {04233.p5} -> {04233.p6} 
+tr {04233.t3|04234.t1} : a4232 {04233.f} {04234.p1} -> {04234.p3} 
+tr {04234.e} {04234.p6} {04234.p3} -> {04234.p4-eats} 
+tr {04234.t} {04234.p2-thinks} -> {04234.p1} {04234.p5} 
+tr {04234.t0|04235.t4} : b4233 {04235.p4-eats} -> {04234.f} {04235.f} {04235.p2-thinks} 
+tr {04234.t2} {04234.f} {04234.p5} -> {04234.p6} 
+tr {04234.t3|04235.t1} : a4233 {04234.f} {04235.p1} -> {04235.p3} 
+tr {04235.e} {04235.p6} {04235.p3} -> {04235.p4-eats} 
+tr {04235.t} {04235.p2-thinks} -> {04235.p1} {04235.p5} 
+tr {04235.t0|04236.t4} : b4234 {04236.p4-eats} -> {04235.f} {04236.f} {04236.p2-thinks} 
+tr {04235.t2} {04235.f} {04235.p5} -> {04235.p6} 
+tr {04235.t3|04236.t1} : a4234 {04235.f} {04236.p1} -> {04236.p3} 
+tr {04236.e} {04236.p6} {04236.p3} -> {04236.p4-eats} 
+tr {04236.t} {04236.p2-thinks} -> {04236.p1} {04236.p5} 
+tr {04236.t0|04237.t4} : b4235 {04237.p4-eats} -> {04236.f} {04237.f} {04237.p2-thinks} 
+tr {04236.t2} {04236.f} {04236.p5} -> {04236.p6} 
+tr {04236.t3|04237.t1} : a4235 {04236.f} {04237.p1} -> {04237.p3} 
+tr {04237.e} {04237.p6} {04237.p3} -> {04237.p4-eats} 
+tr {04237.t} {04237.p2-thinks} -> {04237.p1} {04237.p5} 
+tr {04237.t0|04238.t4} : b4236 {04238.p4-eats} -> {04237.f} {04238.f} {04238.p2-thinks} 
+tr {04237.t2} {04237.f} {04237.p5} -> {04237.p6} 
+tr {04237.t3|04238.t1} : a4236 {04237.f} {04238.p1} -> {04238.p3} 
+tr {04238.e} {04238.p6} {04238.p3} -> {04238.p4-eats} 
+tr {04238.t} {04238.p2-thinks} -> {04238.p1} {04238.p5} 
+tr {04238.t0|04239.t4} : b4237 {04239.p4-eats} -> {04238.f} {04239.f} {04239.p2-thinks} 
+tr {04238.t2} {04238.f} {04238.p5} -> {04238.p6} 
+tr {04238.t3|04239.t1} : a4237 {04238.f} {04239.p1} -> {04239.p3} 
+tr {04239.e} {04239.p6} {04239.p3} -> {04239.p4-eats} 
+tr {04239.t} {04239.p2-thinks} -> {04239.p1} {04239.p5} 
+tr {04239.t0|04240.t4} : b4238 {04240.p4-eats} -> {04239.f} {04240.f} {04240.p2-thinks} 
+tr {04239.t2} {04239.f} {04239.p5} -> {04239.p6} 
+tr {04239.t3|04240.t1} : a4238 {04239.f} {04240.p1} -> {04240.p3} 
+tr {04240.e} {04240.p6} {04240.p3} -> {04240.p4-eats} 
+tr {04240.t} {04240.p2-thinks} -> {04240.p1} {04240.p5} 
+tr {04240.t0|04241.t4} : b4239 {04241.p4-eats} -> {04240.f} {04241.f} {04241.p2-thinks} 
+tr {04240.t2} {04240.f} {04240.p5} -> {04240.p6} 
+tr {04240.t3|04241.t1} : a4239 {04240.f} {04241.p1} -> {04241.p3} 
+tr {04241.e} {04241.p6} {04241.p3} -> {04241.p4-eats} 
+tr {04241.t} {04241.p2-thinks} -> {04241.p1} {04241.p5} 
+tr {04241.t0|04242.t4} : b4240 {04242.p4-eats} -> {04241.f} {04242.f} {04242.p2-thinks} 
+tr {04241.t2} {04241.f} {04241.p5} -> {04241.p6} 
+tr {04241.t3|04242.t1} : a4240 {04241.f} {04242.p1} -> {04242.p3} 
+tr {04242.e} {04242.p6} {04242.p3} -> {04242.p4-eats} 
+tr {04242.t} {04242.p2-thinks} -> {04242.p1} {04242.p5} 
+tr {04242.t0|04243.t4} : b4241 {04243.p4-eats} -> {04242.f} {04243.f} {04243.p2-thinks} 
+tr {04242.t2} {04242.f} {04242.p5} -> {04242.p6} 
+tr {04242.t3|04243.t1} : a4241 {04242.f} {04243.p1} -> {04243.p3} 
+tr {04243.e} {04243.p6} {04243.p3} -> {04243.p4-eats} 
+tr {04243.t} {04243.p2-thinks} -> {04243.p1} {04243.p5} 
+tr {04243.t0|04244.t4} : b4242 {04244.p4-eats} -> {04243.f} {04244.f} {04244.p2-thinks} 
+tr {04243.t2} {04243.f} {04243.p5} -> {04243.p6} 
+tr {04243.t3|04244.t1} : a4242 {04243.f} {04244.p1} -> {04244.p3} 
+tr {04244.e} {04244.p6} {04244.p3} -> {04244.p4-eats} 
+tr {04244.t} {04244.p2-thinks} -> {04244.p1} {04244.p5} 
+tr {04244.t0|04245.t4} : b4243 {04245.p4-eats} -> {04244.f} {04245.f} {04245.p2-thinks} 
+tr {04244.t2} {04244.f} {04244.p5} -> {04244.p6} 
+tr {04244.t3|04245.t1} : a4243 {04244.f} {04245.p1} -> {04245.p3} 
+tr {04245.e} {04245.p6} {04245.p3} -> {04245.p4-eats} 
+tr {04245.t} {04245.p2-thinks} -> {04245.p1} {04245.p5} 
+tr {04245.t0|04246.t4} : b4244 {04246.p4-eats} -> {04245.f} {04246.f} {04246.p2-thinks} 
+tr {04245.t2} {04245.f} {04245.p5} -> {04245.p6} 
+tr {04245.t3|04246.t1} : a4244 {04245.f} {04246.p1} -> {04246.p3} 
+tr {04246.e} {04246.p6} {04246.p3} -> {04246.p4-eats} 
+tr {04246.t} {04246.p2-thinks} -> {04246.p1} {04246.p5} 
+tr {04246.t0|04247.t4} : b4245 {04247.p4-eats} -> {04246.f} {04247.f} {04247.p2-thinks} 
+tr {04246.t2} {04246.f} {04246.p5} -> {04246.p6} 
+tr {04246.t3|04247.t1} : a4245 {04246.f} {04247.p1} -> {04247.p3} 
+tr {04247.e} {04247.p6} {04247.p3} -> {04247.p4-eats} 
+tr {04247.t} {04247.p2-thinks} -> {04247.p1} {04247.p5} 
+tr {04247.t0|04248.t4} : b4246 {04248.p4-eats} -> {04247.f} {04248.f} {04248.p2-thinks} 
+tr {04247.t2} {04247.f} {04247.p5} -> {04247.p6} 
+tr {04247.t3|04248.t1} : a4246 {04247.f} {04248.p1} -> {04248.p3} 
+tr {04248.e} {04248.p6} {04248.p3} -> {04248.p4-eats} 
+tr {04248.t} {04248.p2-thinks} -> {04248.p1} {04248.p5} 
+tr {04248.t0|04249.t4} : b4247 {04249.p4-eats} -> {04248.f} {04249.f} {04249.p2-thinks} 
+tr {04248.t2} {04248.f} {04248.p5} -> {04248.p6} 
+tr {04248.t3|04249.t1} : a4247 {04248.f} {04249.p1} -> {04249.p3} 
+tr {04249.e} {04249.p6} {04249.p3} -> {04249.p4-eats} 
+tr {04249.t} {04249.p2-thinks} -> {04249.p1} {04249.p5} 
+tr {04249.t0|04250.t4} : b4248 {04250.p4-eats} -> {04249.f} {04250.f} {04250.p2-thinks} 
+tr {04249.t2} {04249.f} {04249.p5} -> {04249.p6} 
+tr {04249.t3|04250.t1} : a4248 {04249.f} {04250.p1} -> {04250.p3} 
+tr {04250.e} {04250.p6} {04250.p3} -> {04250.p4-eats} 
+tr {04250.t} {04250.p2-thinks} -> {04250.p1} {04250.p5} 
+tr {04250.t0|04251.t4} : b4249 {04251.p4-eats} -> {04250.f} {04251.f} {04251.p2-thinks} 
+tr {04250.t2} {04250.f} {04250.p5} -> {04250.p6} 
+tr {04250.t3|04251.t1} : a4249 {04250.f} {04251.p1} -> {04251.p3} 
+tr {04251.e} {04251.p6} {04251.p3} -> {04251.p4-eats} 
+tr {04251.t} {04251.p2-thinks} -> {04251.p1} {04251.p5} 
+tr {04251.t0|04252.t4} : b4250 {04252.p4-eats} -> {04251.f} {04252.f} {04252.p2-thinks} 
+tr {04251.t2} {04251.f} {04251.p5} -> {04251.p6} 
+tr {04251.t3|04252.t1} : a4250 {04251.f} {04252.p1} -> {04252.p3} 
+tr {04252.e} {04252.p6} {04252.p3} -> {04252.p4-eats} 
+tr {04252.t} {04252.p2-thinks} -> {04252.p1} {04252.p5} 
+tr {04252.t0|04253.t4} : b4251 {04253.p4-eats} -> {04252.f} {04253.f} {04253.p2-thinks} 
+tr {04252.t2} {04252.f} {04252.p5} -> {04252.p6} 
+tr {04252.t3|04253.t1} : a4251 {04252.f} {04253.p1} -> {04253.p3} 
+tr {04253.e} {04253.p6} {04253.p3} -> {04253.p4-eats} 
+tr {04253.t} {04253.p2-thinks} -> {04253.p1} {04253.p5} 
+tr {04253.t0|04254.t4} : b4252 {04254.p4-eats} -> {04253.f} {04254.f} {04254.p2-thinks} 
+tr {04253.t2} {04253.f} {04253.p5} -> {04253.p6} 
+tr {04253.t3|04254.t1} : a4252 {04253.f} {04254.p1} -> {04254.p3} 
+tr {04254.e} {04254.p6} {04254.p3} -> {04254.p4-eats} 
+tr {04254.t} {04254.p2-thinks} -> {04254.p1} {04254.p5} 
+tr {04254.t0|04255.t4} : b4253 {04255.p4-eats} -> {04254.f} {04255.f} {04255.p2-thinks} 
+tr {04254.t2} {04254.f} {04254.p5} -> {04254.p6} 
+tr {04254.t3|04255.t1} : a4253 {04254.f} {04255.p1} -> {04255.p3} 
+tr {04255.e} {04255.p6} {04255.p3} -> {04255.p4-eats} 
+tr {04255.t} {04255.p2-thinks} -> {04255.p1} {04255.p5} 
+tr {04255.t0|04256.t4} : b4254 {04256.p4-eats} -> {04255.f} {04256.f} {04256.p2-thinks} 
+tr {04255.t2} {04255.f} {04255.p5} -> {04255.p6} 
+tr {04255.t3|04256.t1} : a4254 {04255.f} {04256.p1} -> {04256.p3} 
+tr {04256.e} {04256.p6} {04256.p3} -> {04256.p4-eats} 
+tr {04256.t} {04256.p2-thinks} -> {04256.p1} {04256.p5} 
+tr {04256.t0|04257.t4} : b4255 {04257.p4-eats} -> {04256.f} {04257.f} {04257.p2-thinks} 
+tr {04256.t2} {04256.f} {04256.p5} -> {04256.p6} 
+tr {04256.t3|04257.t1} : a4255 {04256.f} {04257.p1} -> {04257.p3} 
+tr {04257.e} {04257.p6} {04257.p3} -> {04257.p4-eats} 
+tr {04257.t} {04257.p2-thinks} -> {04257.p1} {04257.p5} 
+tr {04257.t0|04258.t4} : b4256 {04258.p4-eats} -> {04257.f} {04258.f} {04258.p2-thinks} 
+tr {04257.t2} {04257.f} {04257.p5} -> {04257.p6} 
+tr {04257.t3|04258.t1} : a4256 {04257.f} {04258.p1} -> {04258.p3} 
+tr {04258.e} {04258.p6} {04258.p3} -> {04258.p4-eats} 
+tr {04258.t} {04258.p2-thinks} -> {04258.p1} {04258.p5} 
+tr {04258.t0|04259.t4} : b4257 {04259.p4-eats} -> {04258.f} {04259.f} {04259.p2-thinks} 
+tr {04258.t2} {04258.f} {04258.p5} -> {04258.p6} 
+tr {04258.t3|04259.t1} : a4257 {04258.f} {04259.p1} -> {04259.p3} 
+tr {04259.e} {04259.p6} {04259.p3} -> {04259.p4-eats} 
+tr {04259.t} {04259.p2-thinks} -> {04259.p1} {04259.p5} 
+tr {04259.t0|04260.t4} : b4258 {04260.p4-eats} -> {04259.f} {04260.f} {04260.p2-thinks} 
+tr {04259.t2} {04259.f} {04259.p5} -> {04259.p6} 
+tr {04259.t3|04260.t1} : a4258 {04259.f} {04260.p1} -> {04260.p3} 
+tr {04260.e} {04260.p6} {04260.p3} -> {04260.p4-eats} 
+tr {04260.t} {04260.p2-thinks} -> {04260.p1} {04260.p5} 
+tr {04260.t0|04261.t4} : b4259 {04261.p4-eats} -> {04260.f} {04261.f} {04261.p2-thinks} 
+tr {04260.t2} {04260.f} {04260.p5} -> {04260.p6} 
+tr {04260.t3|04261.t1} : a4259 {04260.f} {04261.p1} -> {04261.p3} 
+tr {04261.e} {04261.p6} {04261.p3} -> {04261.p4-eats} 
+tr {04261.t} {04261.p2-thinks} -> {04261.p1} {04261.p5} 
+tr {04261.t0|04262.t4} : b4260 {04262.p4-eats} -> {04261.f} {04262.f} {04262.p2-thinks} 
+tr {04261.t2} {04261.f} {04261.p5} -> {04261.p6} 
+tr {04261.t3|04262.t1} : a4260 {04261.f} {04262.p1} -> {04262.p3} 
+tr {04262.e} {04262.p6} {04262.p3} -> {04262.p4-eats} 
+tr {04262.t} {04262.p2-thinks} -> {04262.p1} {04262.p5} 
+tr {04262.t0|04263.t4} : b4261 {04263.p4-eats} -> {04262.f} {04263.f} {04263.p2-thinks} 
+tr {04262.t2} {04262.f} {04262.p5} -> {04262.p6} 
+tr {04262.t3|04263.t1} : a4261 {04262.f} {04263.p1} -> {04263.p3} 
+tr {04263.e} {04263.p6} {04263.p3} -> {04263.p4-eats} 
+tr {04263.t} {04263.p2-thinks} -> {04263.p1} {04263.p5} 
+tr {04263.t0|04264.t4} : b4262 {04264.p4-eats} -> {04263.f} {04264.f} {04264.p2-thinks} 
+tr {04263.t2} {04263.f} {04263.p5} -> {04263.p6} 
+tr {04263.t3|04264.t1} : a4262 {04263.f} {04264.p1} -> {04264.p3} 
+tr {04264.e} {04264.p6} {04264.p3} -> {04264.p4-eats} 
+tr {04264.t} {04264.p2-thinks} -> {04264.p1} {04264.p5} 
+tr {04264.t0|04265.t4} : b4263 {04265.p4-eats} -> {04264.f} {04265.f} {04265.p2-thinks} 
+tr {04264.t2} {04264.f} {04264.p5} -> {04264.p6} 
+tr {04264.t3|04265.t1} : a4263 {04264.f} {04265.p1} -> {04265.p3} 
+tr {04265.e} {04265.p6} {04265.p3} -> {04265.p4-eats} 
+tr {04265.t} {04265.p2-thinks} -> {04265.p1} {04265.p5} 
+tr {04265.t0|04266.t4} : b4264 {04266.p4-eats} -> {04265.f} {04266.f} {04266.p2-thinks} 
+tr {04265.t2} {04265.f} {04265.p5} -> {04265.p6} 
+tr {04265.t3|04266.t1} : a4264 {04265.f} {04266.p1} -> {04266.p3} 
+tr {04266.e} {04266.p6} {04266.p3} -> {04266.p4-eats} 
+tr {04266.t} {04266.p2-thinks} -> {04266.p1} {04266.p5} 
+tr {04266.t0|04267.t4} : b4265 {04267.p4-eats} -> {04266.f} {04267.f} {04267.p2-thinks} 
+tr {04266.t2} {04266.f} {04266.p5} -> {04266.p6} 
+tr {04266.t3|04267.t1} : a4265 {04266.f} {04267.p1} -> {04267.p3} 
+tr {04267.e} {04267.p6} {04267.p3} -> {04267.p4-eats} 
+tr {04267.t} {04267.p2-thinks} -> {04267.p1} {04267.p5} 
+tr {04267.t0|04268.t4} : b4266 {04268.p4-eats} -> {04267.f} {04268.f} {04268.p2-thinks} 
+tr {04267.t2} {04267.f} {04267.p5} -> {04267.p6} 
+tr {04267.t3|04268.t1} : a4266 {04267.f} {04268.p1} -> {04268.p3} 
+tr {04268.e} {04268.p6} {04268.p3} -> {04268.p4-eats} 
+tr {04268.t} {04268.p2-thinks} -> {04268.p1} {04268.p5} 
+tr {04268.t0|04269.t4} : b4267 {04269.p4-eats} -> {04268.f} {04269.f} {04269.p2-thinks} 
+tr {04268.t2} {04268.f} {04268.p5} -> {04268.p6} 
+tr {04268.t3|04269.t1} : a4267 {04268.f} {04269.p1} -> {04269.p3} 
+tr {04269.e} {04269.p6} {04269.p3} -> {04269.p4-eats} 
+tr {04269.t} {04269.p2-thinks} -> {04269.p1} {04269.p5} 
+tr {04269.t0|04270.t4} : b4268 {04270.p4-eats} -> {04269.f} {04270.f} {04270.p2-thinks} 
+tr {04269.t2} {04269.f} {04269.p5} -> {04269.p6} 
+tr {04269.t3|04270.t1} : a4268 {04269.f} {04270.p1} -> {04270.p3} 
+tr {04270.e} {04270.p6} {04270.p3} -> {04270.p4-eats} 
+tr {04270.t} {04270.p2-thinks} -> {04270.p1} {04270.p5} 
+tr {04270.t0|04271.t4} : b4269 {04271.p4-eats} -> {04270.f} {04271.f} {04271.p2-thinks} 
+tr {04270.t2} {04270.f} {04270.p5} -> {04270.p6} 
+tr {04270.t3|04271.t1} : a4269 {04270.f} {04271.p1} -> {04271.p3} 
+tr {04271.e} {04271.p6} {04271.p3} -> {04271.p4-eats} 
+tr {04271.t} {04271.p2-thinks} -> {04271.p1} {04271.p5} 
+tr {04271.t0|04272.t4} : b4270 {04272.p4-eats} -> {04271.f} {04272.f} {04272.p2-thinks} 
+tr {04271.t2} {04271.f} {04271.p5} -> {04271.p6} 
+tr {04271.t3|04272.t1} : a4270 {04271.f} {04272.p1} -> {04272.p3} 
+tr {04272.e} {04272.p6} {04272.p3} -> {04272.p4-eats} 
+tr {04272.t} {04272.p2-thinks} -> {04272.p1} {04272.p5} 
+tr {04272.t0|04273.t4} : b4271 {04273.p4-eats} -> {04272.f} {04273.f} {04273.p2-thinks} 
+tr {04272.t2} {04272.f} {04272.p5} -> {04272.p6} 
+tr {04272.t3|04273.t1} : a4271 {04272.f} {04273.p1} -> {04273.p3} 
+tr {04273.e} {04273.p6} {04273.p3} -> {04273.p4-eats} 
+tr {04273.t} {04273.p2-thinks} -> {04273.p1} {04273.p5} 
+tr {04273.t0|04274.t4} : b4272 {04274.p4-eats} -> {04273.f} {04274.f} {04274.p2-thinks} 
+tr {04273.t2} {04273.f} {04273.p5} -> {04273.p6} 
+tr {04273.t3|04274.t1} : a4272 {04273.f} {04274.p1} -> {04274.p3} 
+tr {04274.e} {04274.p6} {04274.p3} -> {04274.p4-eats} 
+tr {04274.t} {04274.p2-thinks} -> {04274.p1} {04274.p5} 
+tr {04274.t0|04275.t4} : b4273 {04275.p4-eats} -> {04274.f} {04275.f} {04275.p2-thinks} 
+tr {04274.t2} {04274.f} {04274.p5} -> {04274.p6} 
+tr {04274.t3|04275.t1} : a4273 {04274.f} {04275.p1} -> {04275.p3} 
+tr {04275.e} {04275.p6} {04275.p3} -> {04275.p4-eats} 
+tr {04275.t} {04275.p2-thinks} -> {04275.p1} {04275.p5} 
+tr {04275.t0|04276.t4} : b4274 {04276.p4-eats} -> {04275.f} {04276.f} {04276.p2-thinks} 
+tr {04275.t2} {04275.f} {04275.p5} -> {04275.p6} 
+tr {04275.t3|04276.t1} : a4274 {04275.f} {04276.p1} -> {04276.p3} 
+tr {04276.e} {04276.p6} {04276.p3} -> {04276.p4-eats} 
+tr {04276.t} {04276.p2-thinks} -> {04276.p1} {04276.p5} 
+tr {04276.t0|04277.t4} : b4275 {04277.p4-eats} -> {04276.f} {04277.f} {04277.p2-thinks} 
+tr {04276.t2} {04276.f} {04276.p5} -> {04276.p6} 
+tr {04276.t3|04277.t1} : a4275 {04276.f} {04277.p1} -> {04277.p3} 
+tr {04277.e} {04277.p6} {04277.p3} -> {04277.p4-eats} 
+tr {04277.t} {04277.p2-thinks} -> {04277.p1} {04277.p5} 
+tr {04277.t0|04278.t4} : b4276 {04278.p4-eats} -> {04277.f} {04278.f} {04278.p2-thinks} 
+tr {04277.t2} {04277.f} {04277.p5} -> {04277.p6} 
+tr {04277.t3|04278.t1} : a4276 {04277.f} {04278.p1} -> {04278.p3} 
+tr {04278.e} {04278.p6} {04278.p3} -> {04278.p4-eats} 
+tr {04278.t} {04278.p2-thinks} -> {04278.p1} {04278.p5} 
+tr {04278.t0|04279.t4} : b4277 {04279.p4-eats} -> {04278.f} {04279.f} {04279.p2-thinks} 
+tr {04278.t2} {04278.f} {04278.p5} -> {04278.p6} 
+tr {04278.t3|04279.t1} : a4277 {04278.f} {04279.p1} -> {04279.p3} 
+tr {04279.e} {04279.p6} {04279.p3} -> {04279.p4-eats} 
+tr {04279.t} {04279.p2-thinks} -> {04279.p1} {04279.p5} 
+tr {04279.t0|04280.t4} : b4278 {04280.p4-eats} -> {04279.f} {04280.f} {04280.p2-thinks} 
+tr {04279.t2} {04279.f} {04279.p5} -> {04279.p6} 
+tr {04279.t3|04280.t1} : a4278 {04279.f} {04280.p1} -> {04280.p3} 
+tr {04280.e} {04280.p6} {04280.p3} -> {04280.p4-eats} 
+tr {04280.t} {04280.p2-thinks} -> {04280.p1} {04280.p5} 
+tr {04280.t0|04281.t4} : b4279 {04281.p4-eats} -> {04280.f} {04281.f} {04281.p2-thinks} 
+tr {04280.t2} {04280.f} {04280.p5} -> {04280.p6} 
+tr {04280.t3|04281.t1} : a4279 {04280.f} {04281.p1} -> {04281.p3} 
+tr {04281.e} {04281.p6} {04281.p3} -> {04281.p4-eats} 
+tr {04281.t} {04281.p2-thinks} -> {04281.p1} {04281.p5} 
+tr {04281.t0|04282.t4} : b4280 {04282.p4-eats} -> {04281.f} {04282.f} {04282.p2-thinks} 
+tr {04281.t2} {04281.f} {04281.p5} -> {04281.p6} 
+tr {04281.t3|04282.t1} : a4280 {04281.f} {04282.p1} -> {04282.p3} 
+tr {04282.e} {04282.p6} {04282.p3} -> {04282.p4-eats} 
+tr {04282.t} {04282.p2-thinks} -> {04282.p1} {04282.p5} 
+tr {04282.t0|04283.t4} : b4281 {04283.p4-eats} -> {04282.f} {04283.f} {04283.p2-thinks} 
+tr {04282.t2} {04282.f} {04282.p5} -> {04282.p6} 
+tr {04282.t3|04283.t1} : a4281 {04282.f} {04283.p1} -> {04283.p3} 
+tr {04283.e} {04283.p6} {04283.p3} -> {04283.p4-eats} 
+tr {04283.t} {04283.p2-thinks} -> {04283.p1} {04283.p5} 
+tr {04283.t0|04284.t4} : b4282 {04284.p4-eats} -> {04283.f} {04284.f} {04284.p2-thinks} 
+tr {04283.t2} {04283.f} {04283.p5} -> {04283.p6} 
+tr {04283.t3|04284.t1} : a4282 {04283.f} {04284.p1} -> {04284.p3} 
+tr {04284.e} {04284.p6} {04284.p3} -> {04284.p4-eats} 
+tr {04284.t} {04284.p2-thinks} -> {04284.p1} {04284.p5} 
+tr {04284.t0|04285.t4} : b4283 {04285.p4-eats} -> {04284.f} {04285.f} {04285.p2-thinks} 
+tr {04284.t2} {04284.f} {04284.p5} -> {04284.p6} 
+tr {04284.t3|04285.t1} : a4283 {04284.f} {04285.p1} -> {04285.p3} 
+tr {04285.e} {04285.p6} {04285.p3} -> {04285.p4-eats} 
+tr {04285.t} {04285.p2-thinks} -> {04285.p1} {04285.p5} 
+tr {04285.t0|04286.t4} : b4284 {04286.p4-eats} -> {04285.f} {04286.f} {04286.p2-thinks} 
+tr {04285.t2} {04285.f} {04285.p5} -> {04285.p6} 
+tr {04285.t3|04286.t1} : a4284 {04285.f} {04286.p1} -> {04286.p3} 
+tr {04286.e} {04286.p6} {04286.p3} -> {04286.p4-eats} 
+tr {04286.t} {04286.p2-thinks} -> {04286.p1} {04286.p5} 
+tr {04286.t0|04287.t4} : b4285 {04287.p4-eats} -> {04286.f} {04287.f} {04287.p2-thinks} 
+tr {04286.t2} {04286.f} {04286.p5} -> {04286.p6} 
+tr {04286.t3|04287.t1} : a4285 {04286.f} {04287.p1} -> {04287.p3} 
+tr {04287.e} {04287.p6} {04287.p3} -> {04287.p4-eats} 
+tr {04287.t} {04287.p2-thinks} -> {04287.p1} {04287.p5} 
+tr {04287.t0|04288.t4} : b4286 {04288.p4-eats} -> {04287.f} {04288.f} {04288.p2-thinks} 
+tr {04287.t2} {04287.f} {04287.p5} -> {04287.p6} 
+tr {04287.t3|04288.t1} : a4286 {04287.f} {04288.p1} -> {04288.p3} 
+tr {04288.e} {04288.p6} {04288.p3} -> {04288.p4-eats} 
+tr {04288.t} {04288.p2-thinks} -> {04288.p1} {04288.p5} 
+tr {04288.t0|04289.t4} : b4287 {04289.p4-eats} -> {04288.f} {04289.f} {04289.p2-thinks} 
+tr {04288.t2} {04288.f} {04288.p5} -> {04288.p6} 
+tr {04288.t3|04289.t1} : a4287 {04288.f} {04289.p1} -> {04289.p3} 
+tr {04289.e} {04289.p6} {04289.p3} -> {04289.p4-eats} 
+tr {04289.t} {04289.p2-thinks} -> {04289.p1} {04289.p5} 
+tr {04289.t0|04290.t4} : b4288 {04290.p4-eats} -> {04289.f} {04290.f} {04290.p2-thinks} 
+tr {04289.t2} {04289.f} {04289.p5} -> {04289.p6} 
+tr {04289.t3|04290.t1} : a4288 {04289.f} {04290.p1} -> {04290.p3} 
+tr {04290.e} {04290.p6} {04290.p3} -> {04290.p4-eats} 
+tr {04290.t} {04290.p2-thinks} -> {04290.p1} {04290.p5} 
+tr {04290.t0|04291.t4} : b4289 {04291.p4-eats} -> {04290.f} {04291.f} {04291.p2-thinks} 
+tr {04290.t2} {04290.f} {04290.p5} -> {04290.p6} 
+tr {04290.t3|04291.t1} : a4289 {04290.f} {04291.p1} -> {04291.p3} 
+tr {04291.e} {04291.p6} {04291.p3} -> {04291.p4-eats} 
+tr {04291.t} {04291.p2-thinks} -> {04291.p1} {04291.p5} 
+tr {04291.t0|04292.t4} : b4290 {04292.p4-eats} -> {04291.f} {04292.f} {04292.p2-thinks} 
+tr {04291.t2} {04291.f} {04291.p5} -> {04291.p6} 
+tr {04291.t3|04292.t1} : a4290 {04291.f} {04292.p1} -> {04292.p3} 
+tr {04292.e} {04292.p6} {04292.p3} -> {04292.p4-eats} 
+tr {04292.t} {04292.p2-thinks} -> {04292.p1} {04292.p5} 
+tr {04292.t0|04293.t4} : b4291 {04293.p4-eats} -> {04292.f} {04293.f} {04293.p2-thinks} 
+tr {04292.t2} {04292.f} {04292.p5} -> {04292.p6} 
+tr {04292.t3|04293.t1} : a4291 {04292.f} {04293.p1} -> {04293.p3} 
+tr {04293.e} {04293.p6} {04293.p3} -> {04293.p4-eats} 
+tr {04293.t} {04293.p2-thinks} -> {04293.p1} {04293.p5} 
+tr {04293.t0|04294.t4} : b4292 {04294.p4-eats} -> {04293.f} {04294.f} {04294.p2-thinks} 
+tr {04293.t2} {04293.f} {04293.p5} -> {04293.p6} 
+tr {04293.t3|04294.t1} : a4292 {04293.f} {04294.p1} -> {04294.p3} 
+tr {04294.e} {04294.p6} {04294.p3} -> {04294.p4-eats} 
+tr {04294.t} {04294.p2-thinks} -> {04294.p1} {04294.p5} 
+tr {04294.t0|04295.t4} : b4293 {04295.p4-eats} -> {04294.f} {04295.f} {04295.p2-thinks} 
+tr {04294.t2} {04294.f} {04294.p5} -> {04294.p6} 
+tr {04294.t3|04295.t1} : a4293 {04294.f} {04295.p1} -> {04295.p3} 
+tr {04295.e} {04295.p6} {04295.p3} -> {04295.p4-eats} 
+tr {04295.t} {04295.p2-thinks} -> {04295.p1} {04295.p5} 
+tr {04295.t0|04296.t4} : b4294 {04296.p4-eats} -> {04295.f} {04296.f} {04296.p2-thinks} 
+tr {04295.t2} {04295.f} {04295.p5} -> {04295.p6} 
+tr {04295.t3|04296.t1} : a4294 {04295.f} {04296.p1} -> {04296.p3} 
+tr {04296.e} {04296.p6} {04296.p3} -> {04296.p4-eats} 
+tr {04296.t} {04296.p2-thinks} -> {04296.p1} {04296.p5} 
+tr {04296.t0|04297.t4} : b4295 {04297.p4-eats} -> {04296.f} {04297.f} {04297.p2-thinks} 
+tr {04296.t2} {04296.f} {04296.p5} -> {04296.p6} 
+tr {04296.t3|04297.t1} : a4295 {04296.f} {04297.p1} -> {04297.p3} 
+tr {04297.e} {04297.p6} {04297.p3} -> {04297.p4-eats} 
+tr {04297.t} {04297.p2-thinks} -> {04297.p1} {04297.p5} 
+tr {04297.t0|04298.t4} : b4296 {04298.p4-eats} -> {04297.f} {04298.f} {04298.p2-thinks} 
+tr {04297.t2} {04297.f} {04297.p5} -> {04297.p6} 
+tr {04297.t3|04298.t1} : a4296 {04297.f} {04298.p1} -> {04298.p3} 
+tr {04298.e} {04298.p6} {04298.p3} -> {04298.p4-eats} 
+tr {04298.t} {04298.p2-thinks} -> {04298.p1} {04298.p5} 
+tr {04298.t0|04299.t4} : b4297 {04299.p4-eats} -> {04298.f} {04299.f} {04299.p2-thinks} 
+tr {04298.t2} {04298.f} {04298.p5} -> {04298.p6} 
+tr {04298.t3|04299.t1} : a4297 {04298.f} {04299.p1} -> {04299.p3} 
+tr {04299.e} {04299.p6} {04299.p3} -> {04299.p4-eats} 
+tr {04299.t} {04299.p2-thinks} -> {04299.p1} {04299.p5} 
+tr {04299.t0|04300.t4} : b4298 {04300.p4-eats} -> {04299.f} {04300.f} {04300.p2-thinks} 
+tr {04299.t2} {04299.f} {04299.p5} -> {04299.p6} 
+tr {04299.t3|04300.t1} : a4298 {04299.f} {04300.p1} -> {04300.p3} 
+tr {04300.e} {04300.p6} {04300.p3} -> {04300.p4-eats} 
+tr {04300.t} {04300.p2-thinks} -> {04300.p1} {04300.p5} 
+tr {04300.t0|04301.t4} : b4299 {04301.p4-eats} -> {04300.f} {04301.f} {04301.p2-thinks} 
+tr {04300.t2} {04300.f} {04300.p5} -> {04300.p6} 
+tr {04300.t3|04301.t1} : a4299 {04300.f} {04301.p1} -> {04301.p3} 
+tr {04301.e} {04301.p6} {04301.p3} -> {04301.p4-eats} 
+tr {04301.t} {04301.p2-thinks} -> {04301.p1} {04301.p5} 
+tr {04301.t0|04302.t4} : b4300 {04302.p4-eats} -> {04301.f} {04302.f} {04302.p2-thinks} 
+tr {04301.t2} {04301.f} {04301.p5} -> {04301.p6} 
+tr {04301.t3|04302.t1} : a4300 {04301.f} {04302.p1} -> {04302.p3} 
+tr {04302.e} {04302.p6} {04302.p3} -> {04302.p4-eats} 
+tr {04302.t} {04302.p2-thinks} -> {04302.p1} {04302.p5} 
+tr {04302.t0|04303.t4} : b4301 {04303.p4-eats} -> {04302.f} {04303.f} {04303.p2-thinks} 
+tr {04302.t2} {04302.f} {04302.p5} -> {04302.p6} 
+tr {04302.t3|04303.t1} : a4301 {04302.f} {04303.p1} -> {04303.p3} 
+tr {04303.e} {04303.p6} {04303.p3} -> {04303.p4-eats} 
+tr {04303.t} {04303.p2-thinks} -> {04303.p1} {04303.p5} 
+tr {04303.t0|04304.t4} : b4302 {04304.p4-eats} -> {04303.f} {04304.f} {04304.p2-thinks} 
+tr {04303.t2} {04303.f} {04303.p5} -> {04303.p6} 
+tr {04303.t3|04304.t1} : a4302 {04303.f} {04304.p1} -> {04304.p3} 
+tr {04304.e} {04304.p6} {04304.p3} -> {04304.p4-eats} 
+tr {04304.t} {04304.p2-thinks} -> {04304.p1} {04304.p5} 
+tr {04304.t0|04305.t4} : b4303 {04305.p4-eats} -> {04304.f} {04305.f} {04305.p2-thinks} 
+tr {04304.t2} {04304.f} {04304.p5} -> {04304.p6} 
+tr {04304.t3|04305.t1} : a4303 {04304.f} {04305.p1} -> {04305.p3} 
+tr {04305.e} {04305.p6} {04305.p3} -> {04305.p4-eats} 
+tr {04305.t} {04305.p2-thinks} -> {04305.p1} {04305.p5} 
+tr {04305.t0|04306.t4} : b4304 {04306.p4-eats} -> {04305.f} {04306.f} {04306.p2-thinks} 
+tr {04305.t2} {04305.f} {04305.p5} -> {04305.p6} 
+tr {04305.t3|04306.t1} : a4304 {04305.f} {04306.p1} -> {04306.p3} 
+tr {04306.e} {04306.p6} {04306.p3} -> {04306.p4-eats} 
+tr {04306.t} {04306.p2-thinks} -> {04306.p1} {04306.p5} 
+tr {04306.t0|04307.t4} : b4305 {04307.p4-eats} -> {04306.f} {04307.f} {04307.p2-thinks} 
+tr {04306.t2} {04306.f} {04306.p5} -> {04306.p6} 
+tr {04306.t3|04307.t1} : a4305 {04306.f} {04307.p1} -> {04307.p3} 
+tr {04307.e} {04307.p6} {04307.p3} -> {04307.p4-eats} 
+tr {04307.t} {04307.p2-thinks} -> {04307.p1} {04307.p5} 
+tr {04307.t0|04308.t4} : b4306 {04308.p4-eats} -> {04307.f} {04308.f} {04308.p2-thinks} 
+tr {04307.t2} {04307.f} {04307.p5} -> {04307.p6} 
+tr {04307.t3|04308.t1} : a4306 {04307.f} {04308.p1} -> {04308.p3} 
+tr {04308.e} {04308.p6} {04308.p3} -> {04308.p4-eats} 
+tr {04308.t} {04308.p2-thinks} -> {04308.p1} {04308.p5} 
+tr {04308.t0|04309.t4} : b4307 {04309.p4-eats} -> {04308.f} {04309.f} {04309.p2-thinks} 
+tr {04308.t2} {04308.f} {04308.p5} -> {04308.p6} 
+tr {04308.t3|04309.t1} : a4307 {04308.f} {04309.p1} -> {04309.p3} 
+tr {04309.e} {04309.p6} {04309.p3} -> {04309.p4-eats} 
+tr {04309.t} {04309.p2-thinks} -> {04309.p1} {04309.p5} 
+tr {04309.t0|04310.t4} : b4308 {04310.p4-eats} -> {04309.f} {04310.f} {04310.p2-thinks} 
+tr {04309.t2} {04309.f} {04309.p5} -> {04309.p6} 
+tr {04309.t3|04310.t1} : a4308 {04309.f} {04310.p1} -> {04310.p3} 
+tr {04310.e} {04310.p6} {04310.p3} -> {04310.p4-eats} 
+tr {04310.t} {04310.p2-thinks} -> {04310.p1} {04310.p5} 
+tr {04310.t0|04311.t4} : b4309 {04311.p4-eats} -> {04310.f} {04311.f} {04311.p2-thinks} 
+tr {04310.t2} {04310.f} {04310.p5} -> {04310.p6} 
+tr {04310.t3|04311.t1} : a4309 {04310.f} {04311.p1} -> {04311.p3} 
+tr {04311.e} {04311.p6} {04311.p3} -> {04311.p4-eats} 
+tr {04311.t} {04311.p2-thinks} -> {04311.p1} {04311.p5} 
+tr {04311.t0|04312.t4} : b4310 {04312.p4-eats} -> {04311.f} {04312.f} {04312.p2-thinks} 
+tr {04311.t2} {04311.f} {04311.p5} -> {04311.p6} 
+tr {04311.t3|04312.t1} : a4310 {04311.f} {04312.p1} -> {04312.p3} 
+tr {04312.e} {04312.p6} {04312.p3} -> {04312.p4-eats} 
+tr {04312.t} {04312.p2-thinks} -> {04312.p1} {04312.p5} 
+tr {04312.t0|04313.t4} : b4311 {04313.p4-eats} -> {04312.f} {04313.f} {04313.p2-thinks} 
+tr {04312.t2} {04312.f} {04312.p5} -> {04312.p6} 
+tr {04312.t3|04313.t1} : a4311 {04312.f} {04313.p1} -> {04313.p3} 
+tr {04313.e} {04313.p6} {04313.p3} -> {04313.p4-eats} 
+tr {04313.t} {04313.p2-thinks} -> {04313.p1} {04313.p5} 
+tr {04313.t0|04314.t4} : b4312 {04314.p4-eats} -> {04313.f} {04314.f} {04314.p2-thinks} 
+tr {04313.t2} {04313.f} {04313.p5} -> {04313.p6} 
+tr {04313.t3|04314.t1} : a4312 {04313.f} {04314.p1} -> {04314.p3} 
+tr {04314.e} {04314.p6} {04314.p3} -> {04314.p4-eats} 
+tr {04314.t} {04314.p2-thinks} -> {04314.p1} {04314.p5} 
+tr {04314.t0|04315.t4} : b4313 {04315.p4-eats} -> {04314.f} {04315.f} {04315.p2-thinks} 
+tr {04314.t2} {04314.f} {04314.p5} -> {04314.p6} 
+tr {04314.t3|04315.t1} : a4313 {04314.f} {04315.p1} -> {04315.p3} 
+tr {04315.e} {04315.p6} {04315.p3} -> {04315.p4-eats} 
+tr {04315.t} {04315.p2-thinks} -> {04315.p1} {04315.p5} 
+tr {04315.t0|04316.t4} : b4314 {04316.p4-eats} -> {04315.f} {04316.f} {04316.p2-thinks} 
+tr {04315.t2} {04315.f} {04315.p5} -> {04315.p6} 
+tr {04315.t3|04316.t1} : a4314 {04315.f} {04316.p1} -> {04316.p3} 
+tr {04316.e} {04316.p6} {04316.p3} -> {04316.p4-eats} 
+tr {04316.t} {04316.p2-thinks} -> {04316.p1} {04316.p5} 
+tr {04316.t0|04317.t4} : b4315 {04317.p4-eats} -> {04316.f} {04317.f} {04317.p2-thinks} 
+tr {04316.t2} {04316.f} {04316.p5} -> {04316.p6} 
+tr {04316.t3|04317.t1} : a4315 {04316.f} {04317.p1} -> {04317.p3} 
+tr {04317.e} {04317.p6} {04317.p3} -> {04317.p4-eats} 
+tr {04317.t} {04317.p2-thinks} -> {04317.p1} {04317.p5} 
+tr {04317.t0|04318.t4} : b4316 {04318.p4-eats} -> {04317.f} {04318.f} {04318.p2-thinks} 
+tr {04317.t2} {04317.f} {04317.p5} -> {04317.p6} 
+tr {04317.t3|04318.t1} : a4316 {04317.f} {04318.p1} -> {04318.p3} 
+tr {04318.e} {04318.p6} {04318.p3} -> {04318.p4-eats} 
+tr {04318.t} {04318.p2-thinks} -> {04318.p1} {04318.p5} 
+tr {04318.t0|04319.t4} : b4317 {04319.p4-eats} -> {04318.f} {04319.f} {04319.p2-thinks} 
+tr {04318.t2} {04318.f} {04318.p5} -> {04318.p6} 
+tr {04318.t3|04319.t1} : a4317 {04318.f} {04319.p1} -> {04319.p3} 
+tr {04319.e} {04319.p6} {04319.p3} -> {04319.p4-eats} 
+tr {04319.t} {04319.p2-thinks} -> {04319.p1} {04319.p5} 
+tr {04319.t0|04320.t4} : b4318 {04320.p4-eats} -> {04319.f} {04320.f} {04320.p2-thinks} 
+tr {04319.t2} {04319.f} {04319.p5} -> {04319.p6} 
+tr {04319.t3|04320.t1} : a4318 {04319.f} {04320.p1} -> {04320.p3} 
+tr {04320.e} {04320.p6} {04320.p3} -> {04320.p4-eats} 
+tr {04320.t} {04320.p2-thinks} -> {04320.p1} {04320.p5} 
+tr {04320.t0|04321.t4} : b4319 {04321.p4-eats} -> {04320.f} {04321.f} {04321.p2-thinks} 
+tr {04320.t2} {04320.f} {04320.p5} -> {04320.p6} 
+tr {04320.t3|04321.t1} : a4319 {04320.f} {04321.p1} -> {04321.p3} 
+tr {04321.e} {04321.p6} {04321.p3} -> {04321.p4-eats} 
+tr {04321.t} {04321.p2-thinks} -> {04321.p1} {04321.p5} 
+tr {04321.t0|04322.t4} : b4320 {04322.p4-eats} -> {04321.f} {04322.f} {04322.p2-thinks} 
+tr {04321.t2} {04321.f} {04321.p5} -> {04321.p6} 
+tr {04321.t3|04322.t1} : a4320 {04321.f} {04322.p1} -> {04322.p3} 
+tr {04322.e} {04322.p6} {04322.p3} -> {04322.p4-eats} 
+tr {04322.t} {04322.p2-thinks} -> {04322.p1} {04322.p5} 
+tr {04322.t0|04323.t4} : b4321 {04323.p4-eats} -> {04322.f} {04323.f} {04323.p2-thinks} 
+tr {04322.t2} {04322.f} {04322.p5} -> {04322.p6} 
+tr {04322.t3|04323.t1} : a4321 {04322.f} {04323.p1} -> {04323.p3} 
+tr {04323.e} {04323.p6} {04323.p3} -> {04323.p4-eats} 
+tr {04323.t} {04323.p2-thinks} -> {04323.p1} {04323.p5} 
+tr {04323.t0|04324.t4} : b4322 {04324.p4-eats} -> {04323.f} {04324.f} {04324.p2-thinks} 
+tr {04323.t2} {04323.f} {04323.p5} -> {04323.p6} 
+tr {04323.t3|04324.t1} : a4322 {04323.f} {04324.p1} -> {04324.p3} 
+tr {04324.e} {04324.p6} {04324.p3} -> {04324.p4-eats} 
+tr {04324.t} {04324.p2-thinks} -> {04324.p1} {04324.p5} 
+tr {04324.t0|04325.t4} : b4323 {04325.p4-eats} -> {04324.f} {04325.f} {04325.p2-thinks} 
+tr {04324.t2} {04324.f} {04324.p5} -> {04324.p6} 
+tr {04324.t3|04325.t1} : a4323 {04324.f} {04325.p1} -> {04325.p3} 
+tr {04325.e} {04325.p6} {04325.p3} -> {04325.p4-eats} 
+tr {04325.t} {04325.p2-thinks} -> {04325.p1} {04325.p5} 
+tr {04325.t0|04326.t4} : b4324 {04326.p4-eats} -> {04325.f} {04326.f} {04326.p2-thinks} 
+tr {04325.t2} {04325.f} {04325.p5} -> {04325.p6} 
+tr {04325.t3|04326.t1} : a4324 {04325.f} {04326.p1} -> {04326.p3} 
+tr {04326.e} {04326.p6} {04326.p3} -> {04326.p4-eats} 
+tr {04326.t} {04326.p2-thinks} -> {04326.p1} {04326.p5} 
+tr {04326.t0|04327.t4} : b4325 {04327.p4-eats} -> {04326.f} {04327.f} {04327.p2-thinks} 
+tr {04326.t2} {04326.f} {04326.p5} -> {04326.p6} 
+tr {04326.t3|04327.t1} : a4325 {04326.f} {04327.p1} -> {04327.p3} 
+tr {04327.e} {04327.p6} {04327.p3} -> {04327.p4-eats} 
+tr {04327.t} {04327.p2-thinks} -> {04327.p1} {04327.p5} 
+tr {04327.t0|04328.t4} : b4326 {04328.p4-eats} -> {04327.f} {04328.f} {04328.p2-thinks} 
+tr {04327.t2} {04327.f} {04327.p5} -> {04327.p6} 
+tr {04327.t3|04328.t1} : a4326 {04327.f} {04328.p1} -> {04328.p3} 
+tr {04328.e} {04328.p6} {04328.p3} -> {04328.p4-eats} 
+tr {04328.t} {04328.p2-thinks} -> {04328.p1} {04328.p5} 
+tr {04328.t0|04329.t4} : b4327 {04329.p4-eats} -> {04328.f} {04329.f} {04329.p2-thinks} 
+tr {04328.t2} {04328.f} {04328.p5} -> {04328.p6} 
+tr {04328.t3|04329.t1} : a4327 {04328.f} {04329.p1} -> {04329.p3} 
+tr {04329.e} {04329.p6} {04329.p3} -> {04329.p4-eats} 
+tr {04329.t} {04329.p2-thinks} -> {04329.p1} {04329.p5} 
+tr {04329.t0|04330.t4} : b4328 {04330.p4-eats} -> {04329.f} {04330.f} {04330.p2-thinks} 
+tr {04329.t2} {04329.f} {04329.p5} -> {04329.p6} 
+tr {04329.t3|04330.t1} : a4328 {04329.f} {04330.p1} -> {04330.p3} 
+tr {04330.e} {04330.p6} {04330.p3} -> {04330.p4-eats} 
+tr {04330.t} {04330.p2-thinks} -> {04330.p1} {04330.p5} 
+tr {04330.t0|04331.t4} : b4329 {04331.p4-eats} -> {04330.f} {04331.f} {04331.p2-thinks} 
+tr {04330.t2} {04330.f} {04330.p5} -> {04330.p6} 
+tr {04330.t3|04331.t1} : a4329 {04330.f} {04331.p1} -> {04331.p3} 
+tr {04331.e} {04331.p6} {04331.p3} -> {04331.p4-eats} 
+tr {04331.t} {04331.p2-thinks} -> {04331.p1} {04331.p5} 
+tr {04331.t0|04332.t4} : b4330 {04332.p4-eats} -> {04331.f} {04332.f} {04332.p2-thinks} 
+tr {04331.t2} {04331.f} {04331.p5} -> {04331.p6} 
+tr {04331.t3|04332.t1} : a4330 {04331.f} {04332.p1} -> {04332.p3} 
+tr {04332.e} {04332.p6} {04332.p3} -> {04332.p4-eats} 
+tr {04332.t} {04332.p2-thinks} -> {04332.p1} {04332.p5} 
+tr {04332.t0|04333.t4} : b4331 {04333.p4-eats} -> {04332.f} {04333.f} {04333.p2-thinks} 
+tr {04332.t2} {04332.f} {04332.p5} -> {04332.p6} 
+tr {04332.t3|04333.t1} : a4331 {04332.f} {04333.p1} -> {04333.p3} 
+tr {04333.e} {04333.p6} {04333.p3} -> {04333.p4-eats} 
+tr {04333.t} {04333.p2-thinks} -> {04333.p1} {04333.p5} 
+tr {04333.t0|04334.t4} : b4332 {04334.p4-eats} -> {04333.f} {04334.f} {04334.p2-thinks} 
+tr {04333.t2} {04333.f} {04333.p5} -> {04333.p6} 
+tr {04333.t3|04334.t1} : a4332 {04333.f} {04334.p1} -> {04334.p3} 
+tr {04334.e} {04334.p6} {04334.p3} -> {04334.p4-eats} 
+tr {04334.t} {04334.p2-thinks} -> {04334.p1} {04334.p5} 
+tr {04334.t0|04335.t4} : b4333 {04335.p4-eats} -> {04334.f} {04335.f} {04335.p2-thinks} 
+tr {04334.t2} {04334.f} {04334.p5} -> {04334.p6} 
+tr {04334.t3|04335.t1} : a4333 {04334.f} {04335.p1} -> {04335.p3} 
+tr {04335.e} {04335.p6} {04335.p3} -> {04335.p4-eats} 
+tr {04335.t} {04335.p2-thinks} -> {04335.p1} {04335.p5} 
+tr {04335.t0|04336.t4} : b4334 {04336.p4-eats} -> {04335.f} {04336.f} {04336.p2-thinks} 
+tr {04335.t2} {04335.f} {04335.p5} -> {04335.p6} 
+tr {04335.t3|04336.t1} : a4334 {04335.f} {04336.p1} -> {04336.p3} 
+tr {04336.e} {04336.p6} {04336.p3} -> {04336.p4-eats} 
+tr {04336.t} {04336.p2-thinks} -> {04336.p1} {04336.p5} 
+tr {04336.t0|04337.t4} : b4335 {04337.p4-eats} -> {04336.f} {04337.f} {04337.p2-thinks} 
+tr {04336.t2} {04336.f} {04336.p5} -> {04336.p6} 
+tr {04336.t3|04337.t1} : a4335 {04336.f} {04337.p1} -> {04337.p3} 
+tr {04337.e} {04337.p6} {04337.p3} -> {04337.p4-eats} 
+tr {04337.t} {04337.p2-thinks} -> {04337.p1} {04337.p5} 
+tr {04337.t0|04338.t4} : b4336 {04338.p4-eats} -> {04337.f} {04338.f} {04338.p2-thinks} 
+tr {04337.t2} {04337.f} {04337.p5} -> {04337.p6} 
+tr {04337.t3|04338.t1} : a4336 {04337.f} {04338.p1} -> {04338.p3} 
+tr {04338.e} {04338.p6} {04338.p3} -> {04338.p4-eats} 
+tr {04338.t} {04338.p2-thinks} -> {04338.p1} {04338.p5} 
+tr {04338.t0|04339.t4} : b4337 {04339.p4-eats} -> {04338.f} {04339.f} {04339.p2-thinks} 
+tr {04338.t2} {04338.f} {04338.p5} -> {04338.p6} 
+tr {04338.t3|04339.t1} : a4337 {04338.f} {04339.p1} -> {04339.p3} 
+tr {04339.e} {04339.p6} {04339.p3} -> {04339.p4-eats} 
+tr {04339.t} {04339.p2-thinks} -> {04339.p1} {04339.p5} 
+tr {04339.t0|04340.t4} : b4338 {04340.p4-eats} -> {04339.f} {04340.f} {04340.p2-thinks} 
+tr {04339.t2} {04339.f} {04339.p5} -> {04339.p6} 
+tr {04339.t3|04340.t1} : a4338 {04339.f} {04340.p1} -> {04340.p3} 
+tr {04340.e} {04340.p6} {04340.p3} -> {04340.p4-eats} 
+tr {04340.t} {04340.p2-thinks} -> {04340.p1} {04340.p5} 
+tr {04340.t0|04341.t4} : b4339 {04341.p4-eats} -> {04340.f} {04341.f} {04341.p2-thinks} 
+tr {04340.t2} {04340.f} {04340.p5} -> {04340.p6} 
+tr {04340.t3|04341.t1} : a4339 {04340.f} {04341.p1} -> {04341.p3} 
+tr {04341.e} {04341.p6} {04341.p3} -> {04341.p4-eats} 
+tr {04341.t} {04341.p2-thinks} -> {04341.p1} {04341.p5} 
+tr {04341.t0|04342.t4} : b4340 {04342.p4-eats} -> {04341.f} {04342.f} {04342.p2-thinks} 
+tr {04341.t2} {04341.f} {04341.p5} -> {04341.p6} 
+tr {04341.t3|04342.t1} : a4340 {04341.f} {04342.p1} -> {04342.p3} 
+tr {04342.e} {04342.p6} {04342.p3} -> {04342.p4-eats} 
+tr {04342.t} {04342.p2-thinks} -> {04342.p1} {04342.p5} 
+tr {04342.t0|04343.t4} : b4341 {04343.p4-eats} -> {04342.f} {04343.f} {04343.p2-thinks} 
+tr {04342.t2} {04342.f} {04342.p5} -> {04342.p6} 
+tr {04342.t3|04343.t1} : a4341 {04342.f} {04343.p1} -> {04343.p3} 
+tr {04343.e} {04343.p6} {04343.p3} -> {04343.p4-eats} 
+tr {04343.t} {04343.p2-thinks} -> {04343.p1} {04343.p5} 
+tr {04343.t0|04344.t4} : b4342 {04344.p4-eats} -> {04343.f} {04344.f} {04344.p2-thinks} 
+tr {04343.t2} {04343.f} {04343.p5} -> {04343.p6} 
+tr {04343.t3|04344.t1} : a4342 {04343.f} {04344.p1} -> {04344.p3} 
+tr {04344.e} {04344.p6} {04344.p3} -> {04344.p4-eats} 
+tr {04344.t} {04344.p2-thinks} -> {04344.p1} {04344.p5} 
+tr {04344.t0|04345.t4} : b4343 {04345.p4-eats} -> {04344.f} {04345.f} {04345.p2-thinks} 
+tr {04344.t2} {04344.f} {04344.p5} -> {04344.p6} 
+tr {04344.t3|04345.t1} : a4343 {04344.f} {04345.p1} -> {04345.p3} 
+tr {04345.e} {04345.p6} {04345.p3} -> {04345.p4-eats} 
+tr {04345.t} {04345.p2-thinks} -> {04345.p1} {04345.p5} 
+tr {04345.t0|04346.t4} : b4344 {04346.p4-eats} -> {04345.f} {04346.f} {04346.p2-thinks} 
+tr {04345.t2} {04345.f} {04345.p5} -> {04345.p6} 
+tr {04345.t3|04346.t1} : a4344 {04345.f} {04346.p1} -> {04346.p3} 
+tr {04346.e} {04346.p6} {04346.p3} -> {04346.p4-eats} 
+tr {04346.t} {04346.p2-thinks} -> {04346.p1} {04346.p5} 
+tr {04346.t0|04347.t4} : b4345 {04347.p4-eats} -> {04346.f} {04347.f} {04347.p2-thinks} 
+tr {04346.t2} {04346.f} {04346.p5} -> {04346.p6} 
+tr {04346.t3|04347.t1} : a4345 {04346.f} {04347.p1} -> {04347.p3} 
+tr {04347.e} {04347.p6} {04347.p3} -> {04347.p4-eats} 
+tr {04347.t} {04347.p2-thinks} -> {04347.p1} {04347.p5} 
+tr {04347.t0|04348.t4} : b4346 {04348.p4-eats} -> {04347.f} {04348.f} {04348.p2-thinks} 
+tr {04347.t2} {04347.f} {04347.p5} -> {04347.p6} 
+tr {04347.t3|04348.t1} : a4346 {04347.f} {04348.p1} -> {04348.p3} 
+tr {04348.e} {04348.p6} {04348.p3} -> {04348.p4-eats} 
+tr {04348.t} {04348.p2-thinks} -> {04348.p1} {04348.p5} 
+tr {04348.t0|04349.t4} : b4347 {04349.p4-eats} -> {04348.f} {04349.f} {04349.p2-thinks} 
+tr {04348.t2} {04348.f} {04348.p5} -> {04348.p6} 
+tr {04348.t3|04349.t1} : a4347 {04348.f} {04349.p1} -> {04349.p3} 
+tr {04349.e} {04349.p6} {04349.p3} -> {04349.p4-eats} 
+tr {04349.t} {04349.p2-thinks} -> {04349.p1} {04349.p5} 
+tr {04349.t0|04350.t4} : b4348 {04350.p4-eats} -> {04349.f} {04350.f} {04350.p2-thinks} 
+tr {04349.t2} {04349.f} {04349.p5} -> {04349.p6} 
+tr {04349.t3|04350.t1} : a4348 {04349.f} {04350.p1} -> {04350.p3} 
+tr {04350.e} {04350.p6} {04350.p3} -> {04350.p4-eats} 
+tr {04350.t} {04350.p2-thinks} -> {04350.p1} {04350.p5} 
+tr {04350.t0|04351.t4} : b4349 {04351.p4-eats} -> {04350.f} {04351.f} {04351.p2-thinks} 
+tr {04350.t2} {04350.f} {04350.p5} -> {04350.p6} 
+tr {04350.t3|04351.t1} : a4349 {04350.f} {04351.p1} -> {04351.p3} 
+tr {04351.e} {04351.p6} {04351.p3} -> {04351.p4-eats} 
+tr {04351.t} {04351.p2-thinks} -> {04351.p1} {04351.p5} 
+tr {04351.t0|04352.t4} : b4350 {04352.p4-eats} -> {04351.f} {04352.f} {04352.p2-thinks} 
+tr {04351.t2} {04351.f} {04351.p5} -> {04351.p6} 
+tr {04351.t3|04352.t1} : a4350 {04351.f} {04352.p1} -> {04352.p3} 
+tr {04352.e} {04352.p6} {04352.p3} -> {04352.p4-eats} 
+tr {04352.t} {04352.p2-thinks} -> {04352.p1} {04352.p5} 
+tr {04352.t0|04353.t4} : b4351 {04353.p4-eats} -> {04352.f} {04353.f} {04353.p2-thinks} 
+tr {04352.t2} {04352.f} {04352.p5} -> {04352.p6} 
+tr {04352.t3|04353.t1} : a4351 {04352.f} {04353.p1} -> {04353.p3} 
+tr {04353.e} {04353.p6} {04353.p3} -> {04353.p4-eats} 
+tr {04353.t} {04353.p2-thinks} -> {04353.p1} {04353.p5} 
+tr {04353.t0|04354.t4} : b4352 {04354.p4-eats} -> {04353.f} {04354.f} {04354.p2-thinks} 
+tr {04353.t2} {04353.f} {04353.p5} -> {04353.p6} 
+tr {04353.t3|04354.t1} : a4352 {04353.f} {04354.p1} -> {04354.p3} 
+tr {04354.e} {04354.p6} {04354.p3} -> {04354.p4-eats} 
+tr {04354.t} {04354.p2-thinks} -> {04354.p1} {04354.p5} 
+tr {04354.t0|04355.t4} : b4353 {04355.p4-eats} -> {04354.f} {04355.f} {04355.p2-thinks} 
+tr {04354.t2} {04354.f} {04354.p5} -> {04354.p6} 
+tr {04354.t3|04355.t1} : a4353 {04354.f} {04355.p1} -> {04355.p3} 
+tr {04355.e} {04355.p6} {04355.p3} -> {04355.p4-eats} 
+tr {04355.t} {04355.p2-thinks} -> {04355.p1} {04355.p5} 
+tr {04355.t0|04356.t4} : b4354 {04356.p4-eats} -> {04355.f} {04356.f} {04356.p2-thinks} 
+tr {04355.t2} {04355.f} {04355.p5} -> {04355.p6} 
+tr {04355.t3|04356.t1} : a4354 {04355.f} {04356.p1} -> {04356.p3} 
+tr {04356.e} {04356.p6} {04356.p3} -> {04356.p4-eats} 
+tr {04356.t} {04356.p2-thinks} -> {04356.p1} {04356.p5} 
+tr {04356.t0|04357.t4} : b4355 {04357.p4-eats} -> {04356.f} {04357.f} {04357.p2-thinks} 
+tr {04356.t2} {04356.f} {04356.p5} -> {04356.p6} 
+tr {04356.t3|04357.t1} : a4355 {04356.f} {04357.p1} -> {04357.p3} 
+tr {04357.e} {04357.p6} {04357.p3} -> {04357.p4-eats} 
+tr {04357.t} {04357.p2-thinks} -> {04357.p1} {04357.p5} 
+tr {04357.t0|04358.t4} : b4356 {04358.p4-eats} -> {04357.f} {04358.f} {04358.p2-thinks} 
+tr {04357.t2} {04357.f} {04357.p5} -> {04357.p6} 
+tr {04357.t3|04358.t1} : a4356 {04357.f} {04358.p1} -> {04358.p3} 
+tr {04358.e} {04358.p6} {04358.p3} -> {04358.p4-eats} 
+tr {04358.t} {04358.p2-thinks} -> {04358.p1} {04358.p5} 
+tr {04358.t0|04359.t4} : b4357 {04359.p4-eats} -> {04358.f} {04359.f} {04359.p2-thinks} 
+tr {04358.t2} {04358.f} {04358.p5} -> {04358.p6} 
+tr {04358.t3|04359.t1} : a4357 {04358.f} {04359.p1} -> {04359.p3} 
+tr {04359.e} {04359.p6} {04359.p3} -> {04359.p4-eats} 
+tr {04359.t} {04359.p2-thinks} -> {04359.p1} {04359.p5} 
+tr {04359.t0|04360.t4} : b4358 {04360.p4-eats} -> {04359.f} {04360.f} {04360.p2-thinks} 
+tr {04359.t2} {04359.f} {04359.p5} -> {04359.p6} 
+tr {04359.t3|04360.t1} : a4358 {04359.f} {04360.p1} -> {04360.p3} 
+tr {04360.e} {04360.p6} {04360.p3} -> {04360.p4-eats} 
+tr {04360.t} {04360.p2-thinks} -> {04360.p1} {04360.p5} 
+tr {04360.t0|04361.t4} : b4359 {04361.p4-eats} -> {04360.f} {04361.f} {04361.p2-thinks} 
+tr {04360.t2} {04360.f} {04360.p5} -> {04360.p6} 
+tr {04360.t3|04361.t1} : a4359 {04360.f} {04361.p1} -> {04361.p3} 
+tr {04361.e} {04361.p6} {04361.p3} -> {04361.p4-eats} 
+tr {04361.t} {04361.p2-thinks} -> {04361.p1} {04361.p5} 
+tr {04361.t0|04362.t4} : b4360 {04362.p4-eats} -> {04361.f} {04362.f} {04362.p2-thinks} 
+tr {04361.t2} {04361.f} {04361.p5} -> {04361.p6} 
+tr {04361.t3|04362.t1} : a4360 {04361.f} {04362.p1} -> {04362.p3} 
+tr {04362.e} {04362.p6} {04362.p3} -> {04362.p4-eats} 
+tr {04362.t} {04362.p2-thinks} -> {04362.p1} {04362.p5} 
+tr {04362.t0|04363.t4} : b4361 {04363.p4-eats} -> {04362.f} {04363.f} {04363.p2-thinks} 
+tr {04362.t2} {04362.f} {04362.p5} -> {04362.p6} 
+tr {04362.t3|04363.t1} : a4361 {04362.f} {04363.p1} -> {04363.p3} 
+tr {04363.e} {04363.p6} {04363.p3} -> {04363.p4-eats} 
+tr {04363.t} {04363.p2-thinks} -> {04363.p1} {04363.p5} 
+tr {04363.t0|04364.t4} : b4362 {04364.p4-eats} -> {04363.f} {04364.f} {04364.p2-thinks} 
+tr {04363.t2} {04363.f} {04363.p5} -> {04363.p6} 
+tr {04363.t3|04364.t1} : a4362 {04363.f} {04364.p1} -> {04364.p3} 
+tr {04364.e} {04364.p6} {04364.p3} -> {04364.p4-eats} 
+tr {04364.t} {04364.p2-thinks} -> {04364.p1} {04364.p5} 
+tr {04364.t0|04365.t4} : b4363 {04365.p4-eats} -> {04364.f} {04365.f} {04365.p2-thinks} 
+tr {04364.t2} {04364.f} {04364.p5} -> {04364.p6} 
+tr {04364.t3|04365.t1} : a4363 {04364.f} {04365.p1} -> {04365.p3} 
+tr {04365.e} {04365.p6} {04365.p3} -> {04365.p4-eats} 
+tr {04365.t} {04365.p2-thinks} -> {04365.p1} {04365.p5} 
+tr {04365.t0|04366.t4} : b4364 {04366.p4-eats} -> {04365.f} {04366.f} {04366.p2-thinks} 
+tr {04365.t2} {04365.f} {04365.p5} -> {04365.p6} 
+tr {04365.t3|04366.t1} : a4364 {04365.f} {04366.p1} -> {04366.p3} 
+tr {04366.e} {04366.p6} {04366.p3} -> {04366.p4-eats} 
+tr {04366.t} {04366.p2-thinks} -> {04366.p1} {04366.p5} 
+tr {04366.t0|04367.t4} : b4365 {04367.p4-eats} -> {04366.f} {04367.f} {04367.p2-thinks} 
+tr {04366.t2} {04366.f} {04366.p5} -> {04366.p6} 
+tr {04366.t3|04367.t1} : a4365 {04366.f} {04367.p1} -> {04367.p3} 
+tr {04367.e} {04367.p6} {04367.p3} -> {04367.p4-eats} 
+tr {04367.t} {04367.p2-thinks} -> {04367.p1} {04367.p5} 
+tr {04367.t0|04368.t4} : b4366 {04368.p4-eats} -> {04367.f} {04368.f} {04368.p2-thinks} 
+tr {04367.t2} {04367.f} {04367.p5} -> {04367.p6} 
+tr {04367.t3|04368.t1} : a4366 {04367.f} {04368.p1} -> {04368.p3} 
+tr {04368.e} {04368.p6} {04368.p3} -> {04368.p4-eats} 
+tr {04368.t} {04368.p2-thinks} -> {04368.p1} {04368.p5} 
+tr {04368.t0|04369.t4} : b4367 {04369.p4-eats} -> {04368.f} {04369.f} {04369.p2-thinks} 
+tr {04368.t2} {04368.f} {04368.p5} -> {04368.p6} 
+tr {04368.t3|04369.t1} : a4367 {04368.f} {04369.p1} -> {04369.p3} 
+tr {04369.e} {04369.p6} {04369.p3} -> {04369.p4-eats} 
+tr {04369.t} {04369.p2-thinks} -> {04369.p1} {04369.p5} 
+tr {04369.t0|04370.t4} : b4368 {04370.p4-eats} -> {04369.f} {04370.f} {04370.p2-thinks} 
+tr {04369.t2} {04369.f} {04369.p5} -> {04369.p6} 
+tr {04369.t3|04370.t1} : a4368 {04369.f} {04370.p1} -> {04370.p3} 
+tr {04370.e} {04370.p6} {04370.p3} -> {04370.p4-eats} 
+tr {04370.t} {04370.p2-thinks} -> {04370.p1} {04370.p5} 
+tr {04370.t0|04371.t4} : b4369 {04371.p4-eats} -> {04370.f} {04371.f} {04371.p2-thinks} 
+tr {04370.t2} {04370.f} {04370.p5} -> {04370.p6} 
+tr {04370.t3|04371.t1} : a4369 {04370.f} {04371.p1} -> {04371.p3} 
+tr {04371.e} {04371.p6} {04371.p3} -> {04371.p4-eats} 
+tr {04371.t} {04371.p2-thinks} -> {04371.p1} {04371.p5} 
+tr {04371.t0|04372.t4} : b4370 {04372.p4-eats} -> {04371.f} {04372.f} {04372.p2-thinks} 
+tr {04371.t2} {04371.f} {04371.p5} -> {04371.p6} 
+tr {04371.t3|04372.t1} : a4370 {04371.f} {04372.p1} -> {04372.p3} 
+tr {04372.e} {04372.p6} {04372.p3} -> {04372.p4-eats} 
+tr {04372.t} {04372.p2-thinks} -> {04372.p1} {04372.p5} 
+tr {04372.t0|04373.t4} : b4371 {04373.p4-eats} -> {04372.f} {04373.f} {04373.p2-thinks} 
+tr {04372.t2} {04372.f} {04372.p5} -> {04372.p6} 
+tr {04372.t3|04373.t1} : a4371 {04372.f} {04373.p1} -> {04373.p3} 
+tr {04373.e} {04373.p6} {04373.p3} -> {04373.p4-eats} 
+tr {04373.t} {04373.p2-thinks} -> {04373.p1} {04373.p5} 
+tr {04373.t0|04374.t4} : b4372 {04374.p4-eats} -> {04373.f} {04374.f} {04374.p2-thinks} 
+tr {04373.t2} {04373.f} {04373.p5} -> {04373.p6} 
+tr {04373.t3|04374.t1} : a4372 {04373.f} {04374.p1} -> {04374.p3} 
+tr {04374.e} {04374.p6} {04374.p3} -> {04374.p4-eats} 
+tr {04374.t} {04374.p2-thinks} -> {04374.p1} {04374.p5} 
+tr {04374.t0|04375.t4} : b4373 {04375.p4-eats} -> {04374.f} {04375.f} {04375.p2-thinks} 
+tr {04374.t2} {04374.f} {04374.p5} -> {04374.p6} 
+tr {04374.t3|04375.t1} : a4373 {04374.f} {04375.p1} -> {04375.p3} 
+tr {04375.e} {04375.p6} {04375.p3} -> {04375.p4-eats} 
+tr {04375.t} {04375.p2-thinks} -> {04375.p1} {04375.p5} 
+tr {04375.t0|04376.t4} : b4374 {04376.p4-eats} -> {04375.f} {04376.f} {04376.p2-thinks} 
+tr {04375.t2} {04375.f} {04375.p5} -> {04375.p6} 
+tr {04375.t3|04376.t1} : a4374 {04375.f} {04376.p1} -> {04376.p3} 
+tr {04376.e} {04376.p6} {04376.p3} -> {04376.p4-eats} 
+tr {04376.t} {04376.p2-thinks} -> {04376.p1} {04376.p5} 
+tr {04376.t0|04377.t4} : b4375 {04377.p4-eats} -> {04376.f} {04377.f} {04377.p2-thinks} 
+tr {04376.t2} {04376.f} {04376.p5} -> {04376.p6} 
+tr {04376.t3|04377.t1} : a4375 {04376.f} {04377.p1} -> {04377.p3} 
+tr {04377.e} {04377.p6} {04377.p3} -> {04377.p4-eats} 
+tr {04377.t} {04377.p2-thinks} -> {04377.p1} {04377.p5} 
+tr {04377.t0|04378.t4} : b4376 {04378.p4-eats} -> {04377.f} {04378.f} {04378.p2-thinks} 
+tr {04377.t2} {04377.f} {04377.p5} -> {04377.p6} 
+tr {04377.t3|04378.t1} : a4376 {04377.f} {04378.p1} -> {04378.p3} 
+tr {04378.e} {04378.p6} {04378.p3} -> {04378.p4-eats} 
+tr {04378.t} {04378.p2-thinks} -> {04378.p1} {04378.p5} 
+tr {04378.t0|04379.t4} : b4377 {04379.p4-eats} -> {04378.f} {04379.f} {04379.p2-thinks} 
+tr {04378.t2} {04378.f} {04378.p5} -> {04378.p6} 
+tr {04378.t3|04379.t1} : a4377 {04378.f} {04379.p1} -> {04379.p3} 
+tr {04379.e} {04379.p6} {04379.p3} -> {04379.p4-eats} 
+tr {04379.t} {04379.p2-thinks} -> {04379.p1} {04379.p5} 
+tr {04379.t0|04380.t4} : b4378 {04380.p4-eats} -> {04379.f} {04380.f} {04380.p2-thinks} 
+tr {04379.t2} {04379.f} {04379.p5} -> {04379.p6} 
+tr {04379.t3|04380.t1} : a4378 {04379.f} {04380.p1} -> {04380.p3} 
+tr {04380.e} {04380.p6} {04380.p3} -> {04380.p4-eats} 
+tr {04380.t} {04380.p2-thinks} -> {04380.p1} {04380.p5} 
+tr {04380.t0|04381.t4} : b4379 {04381.p4-eats} -> {04380.f} {04381.f} {04381.p2-thinks} 
+tr {04380.t2} {04380.f} {04380.p5} -> {04380.p6} 
+tr {04380.t3|04381.t1} : a4379 {04380.f} {04381.p1} -> {04381.p3} 
+tr {04381.e} {04381.p6} {04381.p3} -> {04381.p4-eats} 
+tr {04381.t} {04381.p2-thinks} -> {04381.p1} {04381.p5} 
+tr {04381.t0|04382.t4} : b4380 {04382.p4-eats} -> {04381.f} {04382.f} {04382.p2-thinks} 
+tr {04381.t2} {04381.f} {04381.p5} -> {04381.p6} 
+tr {04381.t3|04382.t1} : a4380 {04381.f} {04382.p1} -> {04382.p3} 
+tr {04382.e} {04382.p6} {04382.p3} -> {04382.p4-eats} 
+tr {04382.t} {04382.p2-thinks} -> {04382.p1} {04382.p5} 
+tr {04382.t0|04383.t4} : b4381 {04383.p4-eats} -> {04382.f} {04383.f} {04383.p2-thinks} 
+tr {04382.t2} {04382.f} {04382.p5} -> {04382.p6} 
+tr {04382.t3|04383.t1} : a4381 {04382.f} {04383.p1} -> {04383.p3} 
+tr {04383.e} {04383.p6} {04383.p3} -> {04383.p4-eats} 
+tr {04383.t} {04383.p2-thinks} -> {04383.p1} {04383.p5} 
+tr {04383.t0|04384.t4} : b4382 {04384.p4-eats} -> {04383.f} {04384.f} {04384.p2-thinks} 
+tr {04383.t2} {04383.f} {04383.p5} -> {04383.p6} 
+tr {04383.t3|04384.t1} : a4382 {04383.f} {04384.p1} -> {04384.p3} 
+tr {04384.e} {04384.p6} {04384.p3} -> {04384.p4-eats} 
+tr {04384.t} {04384.p2-thinks} -> {04384.p1} {04384.p5} 
+tr {04384.t0|04385.t4} : b4383 {04385.p4-eats} -> {04384.f} {04385.f} {04385.p2-thinks} 
+tr {04384.t2} {04384.f} {04384.p5} -> {04384.p6} 
+tr {04384.t3|04385.t1} : a4383 {04384.f} {04385.p1} -> {04385.p3} 
+tr {04385.e} {04385.p6} {04385.p3} -> {04385.p4-eats} 
+tr {04385.t} {04385.p2-thinks} -> {04385.p1} {04385.p5} 
+tr {04385.t0|04386.t4} : b4384 {04386.p4-eats} -> {04385.f} {04386.f} {04386.p2-thinks} 
+tr {04385.t2} {04385.f} {04385.p5} -> {04385.p6} 
+tr {04385.t3|04386.t1} : a4384 {04385.f} {04386.p1} -> {04386.p3} 
+tr {04386.e} {04386.p6} {04386.p3} -> {04386.p4-eats} 
+tr {04386.t} {04386.p2-thinks} -> {04386.p1} {04386.p5} 
+tr {04386.t0|04387.t4} : b4385 {04387.p4-eats} -> {04386.f} {04387.f} {04387.p2-thinks} 
+tr {04386.t2} {04386.f} {04386.p5} -> {04386.p6} 
+tr {04386.t3|04387.t1} : a4385 {04386.f} {04387.p1} -> {04387.p3} 
+tr {04387.e} {04387.p6} {04387.p3} -> {04387.p4-eats} 
+tr {04387.t} {04387.p2-thinks} -> {04387.p1} {04387.p5} 
+tr {04387.t0|04388.t4} : b4386 {04388.p4-eats} -> {04387.f} {04388.f} {04388.p2-thinks} 
+tr {04387.t2} {04387.f} {04387.p5} -> {04387.p6} 
+tr {04387.t3|04388.t1} : a4386 {04387.f} {04388.p1} -> {04388.p3} 
+tr {04388.e} {04388.p6} {04388.p3} -> {04388.p4-eats} 
+tr {04388.t} {04388.p2-thinks} -> {04388.p1} {04388.p5} 
+tr {04388.t0|04389.t4} : b4387 {04389.p4-eats} -> {04388.f} {04389.f} {04389.p2-thinks} 
+tr {04388.t2} {04388.f} {04388.p5} -> {04388.p6} 
+tr {04388.t3|04389.t1} : a4387 {04388.f} {04389.p1} -> {04389.p3} 
+tr {04389.e} {04389.p6} {04389.p3} -> {04389.p4-eats} 
+tr {04389.t} {04389.p2-thinks} -> {04389.p1} {04389.p5} 
+tr {04389.t0|04390.t4} : b4388 {04390.p4-eats} -> {04389.f} {04390.f} {04390.p2-thinks} 
+tr {04389.t2} {04389.f} {04389.p5} -> {04389.p6} 
+tr {04389.t3|04390.t1} : a4388 {04389.f} {04390.p1} -> {04390.p3} 
+tr {04390.e} {04390.p6} {04390.p3} -> {04390.p4-eats} 
+tr {04390.t} {04390.p2-thinks} -> {04390.p1} {04390.p5} 
+tr {04390.t0|04391.t4} : b4389 {04391.p4-eats} -> {04390.f} {04391.f} {04391.p2-thinks} 
+tr {04390.t2} {04390.f} {04390.p5} -> {04390.p6} 
+tr {04390.t3|04391.t1} : a4389 {04390.f} {04391.p1} -> {04391.p3} 
+tr {04391.e} {04391.p6} {04391.p3} -> {04391.p4-eats} 
+tr {04391.t} {04391.p2-thinks} -> {04391.p1} {04391.p5} 
+tr {04391.t0|04392.t4} : b4390 {04392.p4-eats} -> {04391.f} {04392.f} {04392.p2-thinks} 
+tr {04391.t2} {04391.f} {04391.p5} -> {04391.p6} 
+tr {04391.t3|04392.t1} : a4390 {04391.f} {04392.p1} -> {04392.p3} 
+tr {04392.e} {04392.p6} {04392.p3} -> {04392.p4-eats} 
+tr {04392.t} {04392.p2-thinks} -> {04392.p1} {04392.p5} 
+tr {04392.t0|04393.t4} : b4391 {04393.p4-eats} -> {04392.f} {04393.f} {04393.p2-thinks} 
+tr {04392.t2} {04392.f} {04392.p5} -> {04392.p6} 
+tr {04392.t3|04393.t1} : a4391 {04392.f} {04393.p1} -> {04393.p3} 
+tr {04393.e} {04393.p6} {04393.p3} -> {04393.p4-eats} 
+tr {04393.t} {04393.p2-thinks} -> {04393.p1} {04393.p5} 
+tr {04393.t0|04394.t4} : b4392 {04394.p4-eats} -> {04393.f} {04394.f} {04394.p2-thinks} 
+tr {04393.t2} {04393.f} {04393.p5} -> {04393.p6} 
+tr {04393.t3|04394.t1} : a4392 {04393.f} {04394.p1} -> {04394.p3} 
+tr {04394.e} {04394.p6} {04394.p3} -> {04394.p4-eats} 
+tr {04394.t} {04394.p2-thinks} -> {04394.p1} {04394.p5} 
+tr {04394.t0|04395.t4} : b4393 {04395.p4-eats} -> {04394.f} {04395.f} {04395.p2-thinks} 
+tr {04394.t2} {04394.f} {04394.p5} -> {04394.p6} 
+tr {04394.t3|04395.t1} : a4393 {04394.f} {04395.p1} -> {04395.p3} 
+tr {04395.e} {04395.p6} {04395.p3} -> {04395.p4-eats} 
+tr {04395.t} {04395.p2-thinks} -> {04395.p1} {04395.p5} 
+tr {04395.t0|04396.t4} : b4394 {04396.p4-eats} -> {04395.f} {04396.f} {04396.p2-thinks} 
+tr {04395.t2} {04395.f} {04395.p5} -> {04395.p6} 
+tr {04395.t3|04396.t1} : a4394 {04395.f} {04396.p1} -> {04396.p3} 
+tr {04396.e} {04396.p6} {04396.p3} -> {04396.p4-eats} 
+tr {04396.t} {04396.p2-thinks} -> {04396.p1} {04396.p5} 
+tr {04396.t0|04397.t4} : b4395 {04397.p4-eats} -> {04396.f} {04397.f} {04397.p2-thinks} 
+tr {04396.t2} {04396.f} {04396.p5} -> {04396.p6} 
+tr {04396.t3|04397.t1} : a4395 {04396.f} {04397.p1} -> {04397.p3} 
+tr {04397.e} {04397.p6} {04397.p3} -> {04397.p4-eats} 
+tr {04397.t} {04397.p2-thinks} -> {04397.p1} {04397.p5} 
+tr {04397.t0|04398.t4} : b4396 {04398.p4-eats} -> {04397.f} {04398.f} {04398.p2-thinks} 
+tr {04397.t2} {04397.f} {04397.p5} -> {04397.p6} 
+tr {04397.t3|04398.t1} : a4396 {04397.f} {04398.p1} -> {04398.p3} 
+tr {04398.e} {04398.p6} {04398.p3} -> {04398.p4-eats} 
+tr {04398.t} {04398.p2-thinks} -> {04398.p1} {04398.p5} 
+tr {04398.t0|04399.t4} : b4397 {04399.p4-eats} -> {04398.f} {04399.f} {04399.p2-thinks} 
+tr {04398.t2} {04398.f} {04398.p5} -> {04398.p6} 
+tr {04398.t3|04399.t1} : a4397 {04398.f} {04399.p1} -> {04399.p3} 
+tr {04399.e} {04399.p6} {04399.p3} -> {04399.p4-eats} 
+tr {04399.t} {04399.p2-thinks} -> {04399.p1} {04399.p5} 
+tr {04399.t0|04400.t4} : b4398 {04400.p4-eats} -> {04399.f} {04400.f} {04400.p2-thinks} 
+tr {04399.t2} {04399.f} {04399.p5} -> {04399.p6} 
+tr {04399.t3|04400.t1} : a4398 {04399.f} {04400.p1} -> {04400.p3} 
+tr {04400.e} {04400.p6} {04400.p3} -> {04400.p4-eats} 
+tr {04400.t} {04400.p2-thinks} -> {04400.p1} {04400.p5} 
+tr {04400.t0|04401.t4} : b4399 {04401.p4-eats} -> {04400.f} {04401.f} {04401.p2-thinks} 
+tr {04400.t2} {04400.f} {04400.p5} -> {04400.p6} 
+tr {04400.t3|04401.t1} : a4399 {04400.f} {04401.p1} -> {04401.p3} 
+tr {04401.e} {04401.p6} {04401.p3} -> {04401.p4-eats} 
+tr {04401.t} {04401.p2-thinks} -> {04401.p1} {04401.p5} 
+tr {04401.t0|04402.t4} : b4400 {04402.p4-eats} -> {04401.f} {04402.f} {04402.p2-thinks} 
+tr {04401.t2} {04401.f} {04401.p5} -> {04401.p6} 
+tr {04401.t3|04402.t1} : a4400 {04401.f} {04402.p1} -> {04402.p3} 
+tr {04402.e} {04402.p6} {04402.p3} -> {04402.p4-eats} 
+tr {04402.t} {04402.p2-thinks} -> {04402.p1} {04402.p5} 
+tr {04402.t0|04403.t4} : b4401 {04403.p4-eats} -> {04402.f} {04403.f} {04403.p2-thinks} 
+tr {04402.t2} {04402.f} {04402.p5} -> {04402.p6} 
+tr {04402.t3|04403.t1} : a4401 {04402.f} {04403.p1} -> {04403.p3} 
+tr {04403.e} {04403.p6} {04403.p3} -> {04403.p4-eats} 
+tr {04403.t} {04403.p2-thinks} -> {04403.p1} {04403.p5} 
+tr {04403.t0|04404.t4} : b4402 {04404.p4-eats} -> {04403.f} {04404.f} {04404.p2-thinks} 
+tr {04403.t2} {04403.f} {04403.p5} -> {04403.p6} 
+tr {04403.t3|04404.t1} : a4402 {04403.f} {04404.p1} -> {04404.p3} 
+tr {04404.e} {04404.p6} {04404.p3} -> {04404.p4-eats} 
+tr {04404.t} {04404.p2-thinks} -> {04404.p1} {04404.p5} 
+tr {04404.t0|04405.t4} : b4403 {04405.p4-eats} -> {04404.f} {04405.f} {04405.p2-thinks} 
+tr {04404.t2} {04404.f} {04404.p5} -> {04404.p6} 
+tr {04404.t3|04405.t1} : a4403 {04404.f} {04405.p1} -> {04405.p3} 
+tr {04405.e} {04405.p6} {04405.p3} -> {04405.p4-eats} 
+tr {04405.t} {04405.p2-thinks} -> {04405.p1} {04405.p5} 
+tr {04405.t0|04406.t4} : b4404 {04406.p4-eats} -> {04405.f} {04406.f} {04406.p2-thinks} 
+tr {04405.t2} {04405.f} {04405.p5} -> {04405.p6} 
+tr {04405.t3|04406.t1} : a4404 {04405.f} {04406.p1} -> {04406.p3} 
+tr {04406.e} {04406.p6} {04406.p3} -> {04406.p4-eats} 
+tr {04406.t} {04406.p2-thinks} -> {04406.p1} {04406.p5} 
+tr {04406.t0|04407.t4} : b4405 {04407.p4-eats} -> {04406.f} {04407.f} {04407.p2-thinks} 
+tr {04406.t2} {04406.f} {04406.p5} -> {04406.p6} 
+tr {04406.t3|04407.t1} : a4405 {04406.f} {04407.p1} -> {04407.p3} 
+tr {04407.e} {04407.p6} {04407.p3} -> {04407.p4-eats} 
+tr {04407.t} {04407.p2-thinks} -> {04407.p1} {04407.p5} 
+tr {04407.t0|04408.t4} : b4406 {04408.p4-eats} -> {04407.f} {04408.f} {04408.p2-thinks} 
+tr {04407.t2} {04407.f} {04407.p5} -> {04407.p6} 
+tr {04407.t3|04408.t1} : a4406 {04407.f} {04408.p1} -> {04408.p3} 
+tr {04408.e} {04408.p6} {04408.p3} -> {04408.p4-eats} 
+tr {04408.t} {04408.p2-thinks} -> {04408.p1} {04408.p5} 
+tr {04408.t0|04409.t4} : b4407 {04409.p4-eats} -> {04408.f} {04409.f} {04409.p2-thinks} 
+tr {04408.t2} {04408.f} {04408.p5} -> {04408.p6} 
+tr {04408.t3|04409.t1} : a4407 {04408.f} {04409.p1} -> {04409.p3} 
+tr {04409.e} {04409.p6} {04409.p3} -> {04409.p4-eats} 
+tr {04409.t} {04409.p2-thinks} -> {04409.p1} {04409.p5} 
+tr {04409.t0|04410.t4} : b4408 {04410.p4-eats} -> {04409.f} {04410.f} {04410.p2-thinks} 
+tr {04409.t2} {04409.f} {04409.p5} -> {04409.p6} 
+tr {04409.t3|04410.t1} : a4408 {04409.f} {04410.p1} -> {04410.p3} 
+tr {04410.e} {04410.p6} {04410.p3} -> {04410.p4-eats} 
+tr {04410.t} {04410.p2-thinks} -> {04410.p1} {04410.p5} 
+tr {04410.t0|04411.t4} : b4409 {04411.p4-eats} -> {04410.f} {04411.f} {04411.p2-thinks} 
+tr {04410.t2} {04410.f} {04410.p5} -> {04410.p6} 
+tr {04410.t3|04411.t1} : a4409 {04410.f} {04411.p1} -> {04411.p3} 
+tr {04411.e} {04411.p6} {04411.p3} -> {04411.p4-eats} 
+tr {04411.t} {04411.p2-thinks} -> {04411.p1} {04411.p5} 
+tr {04411.t0|04412.t4} : b4410 {04412.p4-eats} -> {04411.f} {04412.f} {04412.p2-thinks} 
+tr {04411.t2} {04411.f} {04411.p5} -> {04411.p6} 
+tr {04411.t3|04412.t1} : a4410 {04411.f} {04412.p1} -> {04412.p3} 
+tr {04412.e} {04412.p6} {04412.p3} -> {04412.p4-eats} 
+tr {04412.t} {04412.p2-thinks} -> {04412.p1} {04412.p5} 
+tr {04412.t0|04413.t4} : b4411 {04413.p4-eats} -> {04412.f} {04413.f} {04413.p2-thinks} 
+tr {04412.t2} {04412.f} {04412.p5} -> {04412.p6} 
+tr {04412.t3|04413.t1} : a4411 {04412.f} {04413.p1} -> {04413.p3} 
+tr {04413.e} {04413.p6} {04413.p3} -> {04413.p4-eats} 
+tr {04413.t} {04413.p2-thinks} -> {04413.p1} {04413.p5} 
+tr {04413.t0|04414.t4} : b4412 {04414.p4-eats} -> {04413.f} {04414.f} {04414.p2-thinks} 
+tr {04413.t2} {04413.f} {04413.p5} -> {04413.p6} 
+tr {04413.t3|04414.t1} : a4412 {04413.f} {04414.p1} -> {04414.p3} 
+tr {04414.e} {04414.p6} {04414.p3} -> {04414.p4-eats} 
+tr {04414.t} {04414.p2-thinks} -> {04414.p1} {04414.p5} 
+tr {04414.t0|04415.t4} : b4413 {04415.p4-eats} -> {04414.f} {04415.f} {04415.p2-thinks} 
+tr {04414.t2} {04414.f} {04414.p5} -> {04414.p6} 
+tr {04414.t3|04415.t1} : a4413 {04414.f} {04415.p1} -> {04415.p3} 
+tr {04415.e} {04415.p6} {04415.p3} -> {04415.p4-eats} 
+tr {04415.t} {04415.p2-thinks} -> {04415.p1} {04415.p5} 
+tr {04415.t0|04416.t4} : b4414 {04416.p4-eats} -> {04415.f} {04416.f} {04416.p2-thinks} 
+tr {04415.t2} {04415.f} {04415.p5} -> {04415.p6} 
+tr {04415.t3|04416.t1} : a4414 {04415.f} {04416.p1} -> {04416.p3} 
+tr {04416.e} {04416.p6} {04416.p3} -> {04416.p4-eats} 
+tr {04416.t} {04416.p2-thinks} -> {04416.p1} {04416.p5} 
+tr {04416.t0|04417.t4} : b4415 {04417.p4-eats} -> {04416.f} {04417.f} {04417.p2-thinks} 
+tr {04416.t2} {04416.f} {04416.p5} -> {04416.p6} 
+tr {04416.t3|04417.t1} : a4415 {04416.f} {04417.p1} -> {04417.p3} 
+tr {04417.e} {04417.p6} {04417.p3} -> {04417.p4-eats} 
+tr {04417.t} {04417.p2-thinks} -> {04417.p1} {04417.p5} 
+tr {04417.t0|04418.t4} : b4416 {04418.p4-eats} -> {04417.f} {04418.f} {04418.p2-thinks} 
+tr {04417.t2} {04417.f} {04417.p5} -> {04417.p6} 
+tr {04417.t3|04418.t1} : a4416 {04417.f} {04418.p1} -> {04418.p3} 
+tr {04418.e} {04418.p6} {04418.p3} -> {04418.p4-eats} 
+tr {04418.t} {04418.p2-thinks} -> {04418.p1} {04418.p5} 
+tr {04418.t0|04419.t4} : b4417 {04419.p4-eats} -> {04418.f} {04419.f} {04419.p2-thinks} 
+tr {04418.t2} {04418.f} {04418.p5} -> {04418.p6} 
+tr {04418.t3|04419.t1} : a4417 {04418.f} {04419.p1} -> {04419.p3} 
+tr {04419.e} {04419.p6} {04419.p3} -> {04419.p4-eats} 
+tr {04419.t} {04419.p2-thinks} -> {04419.p1} {04419.p5} 
+tr {04419.t0|04420.t4} : b4418 {04420.p4-eats} -> {04419.f} {04420.f} {04420.p2-thinks} 
+tr {04419.t2} {04419.f} {04419.p5} -> {04419.p6} 
+tr {04419.t3|04420.t1} : a4418 {04419.f} {04420.p1} -> {04420.p3} 
+tr {04420.e} {04420.p6} {04420.p3} -> {04420.p4-eats} 
+tr {04420.t} {04420.p2-thinks} -> {04420.p1} {04420.p5} 
+tr {04420.t0|04421.t4} : b4419 {04421.p4-eats} -> {04420.f} {04421.f} {04421.p2-thinks} 
+tr {04420.t2} {04420.f} {04420.p5} -> {04420.p6} 
+tr {04420.t3|04421.t1} : a4419 {04420.f} {04421.p1} -> {04421.p3} 
+tr {04421.e} {04421.p6} {04421.p3} -> {04421.p4-eats} 
+tr {04421.t} {04421.p2-thinks} -> {04421.p1} {04421.p5} 
+tr {04421.t0|04422.t4} : b4420 {04422.p4-eats} -> {04421.f} {04422.f} {04422.p2-thinks} 
+tr {04421.t2} {04421.f} {04421.p5} -> {04421.p6} 
+tr {04421.t3|04422.t1} : a4420 {04421.f} {04422.p1} -> {04422.p3} 
+tr {04422.e} {04422.p6} {04422.p3} -> {04422.p4-eats} 
+tr {04422.t} {04422.p2-thinks} -> {04422.p1} {04422.p5} 
+tr {04422.t0|04423.t4} : b4421 {04423.p4-eats} -> {04422.f} {04423.f} {04423.p2-thinks} 
+tr {04422.t2} {04422.f} {04422.p5} -> {04422.p6} 
+tr {04422.t3|04423.t1} : a4421 {04422.f} {04423.p1} -> {04423.p3} 
+tr {04423.e} {04423.p6} {04423.p3} -> {04423.p4-eats} 
+tr {04423.t} {04423.p2-thinks} -> {04423.p1} {04423.p5} 
+tr {04423.t0|04424.t4} : b4422 {04424.p4-eats} -> {04423.f} {04424.f} {04424.p2-thinks} 
+tr {04423.t2} {04423.f} {04423.p5} -> {04423.p6} 
+tr {04423.t3|04424.t1} : a4422 {04423.f} {04424.p1} -> {04424.p3} 
+tr {04424.e} {04424.p6} {04424.p3} -> {04424.p4-eats} 
+tr {04424.t} {04424.p2-thinks} -> {04424.p1} {04424.p5} 
+tr {04424.t0|04425.t4} : b4423 {04425.p4-eats} -> {04424.f} {04425.f} {04425.p2-thinks} 
+tr {04424.t2} {04424.f} {04424.p5} -> {04424.p6} 
+tr {04424.t3|04425.t1} : a4423 {04424.f} {04425.p1} -> {04425.p3} 
+tr {04425.e} {04425.p6} {04425.p3} -> {04425.p4-eats} 
+tr {04425.t} {04425.p2-thinks} -> {04425.p1} {04425.p5} 
+tr {04425.t0|04426.t4} : b4424 {04426.p4-eats} -> {04425.f} {04426.f} {04426.p2-thinks} 
+tr {04425.t2} {04425.f} {04425.p5} -> {04425.p6} 
+tr {04425.t3|04426.t1} : a4424 {04425.f} {04426.p1} -> {04426.p3} 
+tr {04426.e} {04426.p6} {04426.p3} -> {04426.p4-eats} 
+tr {04426.t} {04426.p2-thinks} -> {04426.p1} {04426.p5} 
+tr {04426.t0|04427.t4} : b4425 {04427.p4-eats} -> {04426.f} {04427.f} {04427.p2-thinks} 
+tr {04426.t2} {04426.f} {04426.p5} -> {04426.p6} 
+tr {04426.t3|04427.t1} : a4425 {04426.f} {04427.p1} -> {04427.p3} 
+tr {04427.e} {04427.p6} {04427.p3} -> {04427.p4-eats} 
+tr {04427.t} {04427.p2-thinks} -> {04427.p1} {04427.p5} 
+tr {04427.t0|04428.t4} : b4426 {04428.p4-eats} -> {04427.f} {04428.f} {04428.p2-thinks} 
+tr {04427.t2} {04427.f} {04427.p5} -> {04427.p6} 
+tr {04427.t3|04428.t1} : a4426 {04427.f} {04428.p1} -> {04428.p3} 
+tr {04428.e} {04428.p6} {04428.p3} -> {04428.p4-eats} 
+tr {04428.t} {04428.p2-thinks} -> {04428.p1} {04428.p5} 
+tr {04428.t0|04429.t4} : b4427 {04429.p4-eats} -> {04428.f} {04429.f} {04429.p2-thinks} 
+tr {04428.t2} {04428.f} {04428.p5} -> {04428.p6} 
+tr {04428.t3|04429.t1} : a4427 {04428.f} {04429.p1} -> {04429.p3} 
+tr {04429.e} {04429.p6} {04429.p3} -> {04429.p4-eats} 
+tr {04429.t} {04429.p2-thinks} -> {04429.p1} {04429.p5} 
+tr {04429.t0|04430.t4} : b4428 {04430.p4-eats} -> {04429.f} {04430.f} {04430.p2-thinks} 
+tr {04429.t2} {04429.f} {04429.p5} -> {04429.p6} 
+tr {04429.t3|04430.t1} : a4428 {04429.f} {04430.p1} -> {04430.p3} 
+tr {04430.e} {04430.p6} {04430.p3} -> {04430.p4-eats} 
+tr {04430.t} {04430.p2-thinks} -> {04430.p1} {04430.p5} 
+tr {04430.t0|04431.t4} : b4429 {04431.p4-eats} -> {04430.f} {04431.f} {04431.p2-thinks} 
+tr {04430.t2} {04430.f} {04430.p5} -> {04430.p6} 
+tr {04430.t3|04431.t1} : a4429 {04430.f} {04431.p1} -> {04431.p3} 
+tr {04431.e} {04431.p6} {04431.p3} -> {04431.p4-eats} 
+tr {04431.t} {04431.p2-thinks} -> {04431.p1} {04431.p5} 
+tr {04431.t0|04432.t4} : b4430 {04432.p4-eats} -> {04431.f} {04432.f} {04432.p2-thinks} 
+tr {04431.t2} {04431.f} {04431.p5} -> {04431.p6} 
+tr {04431.t3|04432.t1} : a4430 {04431.f} {04432.p1} -> {04432.p3} 
+tr {04432.e} {04432.p6} {04432.p3} -> {04432.p4-eats} 
+tr {04432.t} {04432.p2-thinks} -> {04432.p1} {04432.p5} 
+tr {04432.t0|04433.t4} : b4431 {04433.p4-eats} -> {04432.f} {04433.f} {04433.p2-thinks} 
+tr {04432.t2} {04432.f} {04432.p5} -> {04432.p6} 
+tr {04432.t3|04433.t1} : a4431 {04432.f} {04433.p1} -> {04433.p3} 
+tr {04433.e} {04433.p6} {04433.p3} -> {04433.p4-eats} 
+tr {04433.t} {04433.p2-thinks} -> {04433.p1} {04433.p5} 
+tr {04433.t0|04434.t4} : b4432 {04434.p4-eats} -> {04433.f} {04434.f} {04434.p2-thinks} 
+tr {04433.t2} {04433.f} {04433.p5} -> {04433.p6} 
+tr {04433.t3|04434.t1} : a4432 {04433.f} {04434.p1} -> {04434.p3} 
+tr {04434.e} {04434.p6} {04434.p3} -> {04434.p4-eats} 
+tr {04434.t} {04434.p2-thinks} -> {04434.p1} {04434.p5} 
+tr {04434.t0|04435.t4} : b4433 {04435.p4-eats} -> {04434.f} {04435.f} {04435.p2-thinks} 
+tr {04434.t2} {04434.f} {04434.p5} -> {04434.p6} 
+tr {04434.t3|04435.t1} : a4433 {04434.f} {04435.p1} -> {04435.p3} 
+tr {04435.e} {04435.p6} {04435.p3} -> {04435.p4-eats} 
+tr {04435.t} {04435.p2-thinks} -> {04435.p1} {04435.p5} 
+tr {04435.t0|04436.t4} : b4434 {04436.p4-eats} -> {04435.f} {04436.f} {04436.p2-thinks} 
+tr {04435.t2} {04435.f} {04435.p5} -> {04435.p6} 
+tr {04435.t3|04436.t1} : a4434 {04435.f} {04436.p1} -> {04436.p3} 
+tr {04436.e} {04436.p6} {04436.p3} -> {04436.p4-eats} 
+tr {04436.t} {04436.p2-thinks} -> {04436.p1} {04436.p5} 
+tr {04436.t0|04437.t4} : b4435 {04437.p4-eats} -> {04436.f} {04437.f} {04437.p2-thinks} 
+tr {04436.t2} {04436.f} {04436.p5} -> {04436.p6} 
+tr {04436.t3|04437.t1} : a4435 {04436.f} {04437.p1} -> {04437.p3} 
+tr {04437.e} {04437.p6} {04437.p3} -> {04437.p4-eats} 
+tr {04437.t} {04437.p2-thinks} -> {04437.p1} {04437.p5} 
+tr {04437.t0|04438.t4} : b4436 {04438.p4-eats} -> {04437.f} {04438.f} {04438.p2-thinks} 
+tr {04437.t2} {04437.f} {04437.p5} -> {04437.p6} 
+tr {04437.t3|04438.t1} : a4436 {04437.f} {04438.p1} -> {04438.p3} 
+tr {04438.e} {04438.p6} {04438.p3} -> {04438.p4-eats} 
+tr {04438.t} {04438.p2-thinks} -> {04438.p1} {04438.p5} 
+tr {04438.t0|04439.t4} : b4437 {04439.p4-eats} -> {04438.f} {04439.f} {04439.p2-thinks} 
+tr {04438.t2} {04438.f} {04438.p5} -> {04438.p6} 
+tr {04438.t3|04439.t1} : a4437 {04438.f} {04439.p1} -> {04439.p3} 
+tr {04439.e} {04439.p6} {04439.p3} -> {04439.p4-eats} 
+tr {04439.t} {04439.p2-thinks} -> {04439.p1} {04439.p5} 
+tr {04439.t0|04440.t4} : b4438 {04440.p4-eats} -> {04439.f} {04440.f} {04440.p2-thinks} 
+tr {04439.t2} {04439.f} {04439.p5} -> {04439.p6} 
+tr {04439.t3|04440.t1} : a4438 {04439.f} {04440.p1} -> {04440.p3} 
+tr {04440.e} {04440.p6} {04440.p3} -> {04440.p4-eats} 
+tr {04440.t} {04440.p2-thinks} -> {04440.p1} {04440.p5} 
+tr {04440.t0|04441.t4} : b4439 {04441.p4-eats} -> {04440.f} {04441.f} {04441.p2-thinks} 
+tr {04440.t2} {04440.f} {04440.p5} -> {04440.p6} 
+tr {04440.t3|04441.t1} : a4439 {04440.f} {04441.p1} -> {04441.p3} 
+tr {04441.e} {04441.p6} {04441.p3} -> {04441.p4-eats} 
+tr {04441.t} {04441.p2-thinks} -> {04441.p1} {04441.p5} 
+tr {04441.t0|04442.t4} : b4440 {04442.p4-eats} -> {04441.f} {04442.f} {04442.p2-thinks} 
+tr {04441.t2} {04441.f} {04441.p5} -> {04441.p6} 
+tr {04441.t3|04442.t1} : a4440 {04441.f} {04442.p1} -> {04442.p3} 
+tr {04442.e} {04442.p6} {04442.p3} -> {04442.p4-eats} 
+tr {04442.t} {04442.p2-thinks} -> {04442.p1} {04442.p5} 
+tr {04442.t0|04443.t4} : b4441 {04443.p4-eats} -> {04442.f} {04443.f} {04443.p2-thinks} 
+tr {04442.t2} {04442.f} {04442.p5} -> {04442.p6} 
+tr {04442.t3|04443.t1} : a4441 {04442.f} {04443.p1} -> {04443.p3} 
+tr {04443.e} {04443.p6} {04443.p3} -> {04443.p4-eats} 
+tr {04443.t} {04443.p2-thinks} -> {04443.p1} {04443.p5} 
+tr {04443.t0|04444.t4} : b4442 {04444.p4-eats} -> {04443.f} {04444.f} {04444.p2-thinks} 
+tr {04443.t2} {04443.f} {04443.p5} -> {04443.p6} 
+tr {04443.t3|04444.t1} : a4442 {04443.f} {04444.p1} -> {04444.p3} 
+tr {04444.e} {04444.p6} {04444.p3} -> {04444.p4-eats} 
+tr {04444.t} {04444.p2-thinks} -> {04444.p1} {04444.p5} 
+tr {04444.t0|04445.t4} : b4443 {04445.p4-eats} -> {04444.f} {04445.f} {04445.p2-thinks} 
+tr {04444.t2} {04444.f} {04444.p5} -> {04444.p6} 
+tr {04444.t3|04445.t1} : a4443 {04444.f} {04445.p1} -> {04445.p3} 
+tr {04445.e} {04445.p6} {04445.p3} -> {04445.p4-eats} 
+tr {04445.t} {04445.p2-thinks} -> {04445.p1} {04445.p5} 
+tr {04445.t0|04446.t4} : b4444 {04446.p4-eats} -> {04445.f} {04446.f} {04446.p2-thinks} 
+tr {04445.t2} {04445.f} {04445.p5} -> {04445.p6} 
+tr {04445.t3|04446.t1} : a4444 {04445.f} {04446.p1} -> {04446.p3} 
+tr {04446.e} {04446.p6} {04446.p3} -> {04446.p4-eats} 
+tr {04446.t} {04446.p2-thinks} -> {04446.p1} {04446.p5} 
+tr {04446.t0|04447.t4} : b4445 {04447.p4-eats} -> {04446.f} {04447.f} {04447.p2-thinks} 
+tr {04446.t2} {04446.f} {04446.p5} -> {04446.p6} 
+tr {04446.t3|04447.t1} : a4445 {04446.f} {04447.p1} -> {04447.p3} 
+tr {04447.e} {04447.p6} {04447.p3} -> {04447.p4-eats} 
+tr {04447.t} {04447.p2-thinks} -> {04447.p1} {04447.p5} 
+tr {04447.t0|04448.t4} : b4446 {04448.p4-eats} -> {04447.f} {04448.f} {04448.p2-thinks} 
+tr {04447.t2} {04447.f} {04447.p5} -> {04447.p6} 
+tr {04447.t3|04448.t1} : a4446 {04447.f} {04448.p1} -> {04448.p3} 
+tr {04448.e} {04448.p6} {04448.p3} -> {04448.p4-eats} 
+tr {04448.t} {04448.p2-thinks} -> {04448.p1} {04448.p5} 
+tr {04448.t0|04449.t4} : b4447 {04449.p4-eats} -> {04448.f} {04449.f} {04449.p2-thinks} 
+tr {04448.t2} {04448.f} {04448.p5} -> {04448.p6} 
+tr {04448.t3|04449.t1} : a4447 {04448.f} {04449.p1} -> {04449.p3} 
+tr {04449.e} {04449.p6} {04449.p3} -> {04449.p4-eats} 
+tr {04449.t} {04449.p2-thinks} -> {04449.p1} {04449.p5} 
+tr {04449.t0|04450.t4} : b4448 {04450.p4-eats} -> {04449.f} {04450.f} {04450.p2-thinks} 
+tr {04449.t2} {04449.f} {04449.p5} -> {04449.p6} 
+tr {04449.t3|04450.t1} : a4448 {04449.f} {04450.p1} -> {04450.p3} 
+tr {04450.e} {04450.p6} {04450.p3} -> {04450.p4-eats} 
+tr {04450.t} {04450.p2-thinks} -> {04450.p1} {04450.p5} 
+tr {04450.t0|04451.t4} : b4449 {04451.p4-eats} -> {04450.f} {04451.f} {04451.p2-thinks} 
+tr {04450.t2} {04450.f} {04450.p5} -> {04450.p6} 
+tr {04450.t3|04451.t1} : a4449 {04450.f} {04451.p1} -> {04451.p3} 
+tr {04451.e} {04451.p6} {04451.p3} -> {04451.p4-eats} 
+tr {04451.t} {04451.p2-thinks} -> {04451.p1} {04451.p5} 
+tr {04451.t0|04452.t4} : b4450 {04452.p4-eats} -> {04451.f} {04452.f} {04452.p2-thinks} 
+tr {04451.t2} {04451.f} {04451.p5} -> {04451.p6} 
+tr {04451.t3|04452.t1} : a4450 {04451.f} {04452.p1} -> {04452.p3} 
+tr {04452.e} {04452.p6} {04452.p3} -> {04452.p4-eats} 
+tr {04452.t} {04452.p2-thinks} -> {04452.p1} {04452.p5} 
+tr {04452.t0|04453.t4} : b4451 {04453.p4-eats} -> {04452.f} {04453.f} {04453.p2-thinks} 
+tr {04452.t2} {04452.f} {04452.p5} -> {04452.p6} 
+tr {04452.t3|04453.t1} : a4451 {04452.f} {04453.p1} -> {04453.p3} 
+tr {04453.e} {04453.p6} {04453.p3} -> {04453.p4-eats} 
+tr {04453.t} {04453.p2-thinks} -> {04453.p1} {04453.p5} 
+tr {04453.t0|04454.t4} : b4452 {04454.p4-eats} -> {04453.f} {04454.f} {04454.p2-thinks} 
+tr {04453.t2} {04453.f} {04453.p5} -> {04453.p6} 
+tr {04453.t3|04454.t1} : a4452 {04453.f} {04454.p1} -> {04454.p3} 
+tr {04454.e} {04454.p6} {04454.p3} -> {04454.p4-eats} 
+tr {04454.t} {04454.p2-thinks} -> {04454.p1} {04454.p5} 
+tr {04454.t0|04455.t4} : b4453 {04455.p4-eats} -> {04454.f} {04455.f} {04455.p2-thinks} 
+tr {04454.t2} {04454.f} {04454.p5} -> {04454.p6} 
+tr {04454.t3|04455.t1} : a4453 {04454.f} {04455.p1} -> {04455.p3} 
+tr {04455.e} {04455.p6} {04455.p3} -> {04455.p4-eats} 
+tr {04455.t} {04455.p2-thinks} -> {04455.p1} {04455.p5} 
+tr {04455.t0|04456.t4} : b4454 {04456.p4-eats} -> {04455.f} {04456.f} {04456.p2-thinks} 
+tr {04455.t2} {04455.f} {04455.p5} -> {04455.p6} 
+tr {04455.t3|04456.t1} : a4454 {04455.f} {04456.p1} -> {04456.p3} 
+tr {04456.e} {04456.p6} {04456.p3} -> {04456.p4-eats} 
+tr {04456.t} {04456.p2-thinks} -> {04456.p1} {04456.p5} 
+tr {04456.t0|04457.t4} : b4455 {04457.p4-eats} -> {04456.f} {04457.f} {04457.p2-thinks} 
+tr {04456.t2} {04456.f} {04456.p5} -> {04456.p6} 
+tr {04456.t3|04457.t1} : a4455 {04456.f} {04457.p1} -> {04457.p3} 
+tr {04457.e} {04457.p6} {04457.p3} -> {04457.p4-eats} 
+tr {04457.t} {04457.p2-thinks} -> {04457.p1} {04457.p5} 
+tr {04457.t0|04458.t4} : b4456 {04458.p4-eats} -> {04457.f} {04458.f} {04458.p2-thinks} 
+tr {04457.t2} {04457.f} {04457.p5} -> {04457.p6} 
+tr {04457.t3|04458.t1} : a4456 {04457.f} {04458.p1} -> {04458.p3} 
+tr {04458.e} {04458.p6} {04458.p3} -> {04458.p4-eats} 
+tr {04458.t} {04458.p2-thinks} -> {04458.p1} {04458.p5} 
+tr {04458.t0|04459.t4} : b4457 {04459.p4-eats} -> {04458.f} {04459.f} {04459.p2-thinks} 
+tr {04458.t2} {04458.f} {04458.p5} -> {04458.p6} 
+tr {04458.t3|04459.t1} : a4457 {04458.f} {04459.p1} -> {04459.p3} 
+tr {04459.e} {04459.p6} {04459.p3} -> {04459.p4-eats} 
+tr {04459.t} {04459.p2-thinks} -> {04459.p1} {04459.p5} 
+tr {04459.t0|04460.t4} : b4458 {04460.p4-eats} -> {04459.f} {04460.f} {04460.p2-thinks} 
+tr {04459.t2} {04459.f} {04459.p5} -> {04459.p6} 
+tr {04459.t3|04460.t1} : a4458 {04459.f} {04460.p1} -> {04460.p3} 
+tr {04460.e} {04460.p6} {04460.p3} -> {04460.p4-eats} 
+tr {04460.t} {04460.p2-thinks} -> {04460.p1} {04460.p5} 
+tr {04460.t0|04461.t4} : b4459 {04461.p4-eats} -> {04460.f} {04461.f} {04461.p2-thinks} 
+tr {04460.t2} {04460.f} {04460.p5} -> {04460.p6} 
+tr {04460.t3|04461.t1} : a4459 {04460.f} {04461.p1} -> {04461.p3} 
+tr {04461.e} {04461.p6} {04461.p3} -> {04461.p4-eats} 
+tr {04461.t} {04461.p2-thinks} -> {04461.p1} {04461.p5} 
+tr {04461.t0|04462.t4} : b4460 {04462.p4-eats} -> {04461.f} {04462.f} {04462.p2-thinks} 
+tr {04461.t2} {04461.f} {04461.p5} -> {04461.p6} 
+tr {04461.t3|04462.t1} : a4460 {04461.f} {04462.p1} -> {04462.p3} 
+tr {04462.e} {04462.p6} {04462.p3} -> {04462.p4-eats} 
+tr {04462.t} {04462.p2-thinks} -> {04462.p1} {04462.p5} 
+tr {04462.t0|04463.t4} : b4461 {04463.p4-eats} -> {04462.f} {04463.f} {04463.p2-thinks} 
+tr {04462.t2} {04462.f} {04462.p5} -> {04462.p6} 
+tr {04462.t3|04463.t1} : a4461 {04462.f} {04463.p1} -> {04463.p3} 
+tr {04463.e} {04463.p6} {04463.p3} -> {04463.p4-eats} 
+tr {04463.t} {04463.p2-thinks} -> {04463.p1} {04463.p5} 
+tr {04463.t0|04464.t4} : b4462 {04464.p4-eats} -> {04463.f} {04464.f} {04464.p2-thinks} 
+tr {04463.t2} {04463.f} {04463.p5} -> {04463.p6} 
+tr {04463.t3|04464.t1} : a4462 {04463.f} {04464.p1} -> {04464.p3} 
+tr {04464.e} {04464.p6} {04464.p3} -> {04464.p4-eats} 
+tr {04464.t} {04464.p2-thinks} -> {04464.p1} {04464.p5} 
+tr {04464.t0|04465.t4} : b4463 {04465.p4-eats} -> {04464.f} {04465.f} {04465.p2-thinks} 
+tr {04464.t2} {04464.f} {04464.p5} -> {04464.p6} 
+tr {04464.t3|04465.t1} : a4463 {04464.f} {04465.p1} -> {04465.p3} 
+tr {04465.e} {04465.p6} {04465.p3} -> {04465.p4-eats} 
+tr {04465.t} {04465.p2-thinks} -> {04465.p1} {04465.p5} 
+tr {04465.t0|04466.t4} : b4464 {04466.p4-eats} -> {04465.f} {04466.f} {04466.p2-thinks} 
+tr {04465.t2} {04465.f} {04465.p5} -> {04465.p6} 
+tr {04465.t3|04466.t1} : a4464 {04465.f} {04466.p1} -> {04466.p3} 
+tr {04466.e} {04466.p6} {04466.p3} -> {04466.p4-eats} 
+tr {04466.t} {04466.p2-thinks} -> {04466.p1} {04466.p5} 
+tr {04466.t0|04467.t4} : b4465 {04467.p4-eats} -> {04466.f} {04467.f} {04467.p2-thinks} 
+tr {04466.t2} {04466.f} {04466.p5} -> {04466.p6} 
+tr {04466.t3|04467.t1} : a4465 {04466.f} {04467.p1} -> {04467.p3} 
+tr {04467.e} {04467.p6} {04467.p3} -> {04467.p4-eats} 
+tr {04467.t} {04467.p2-thinks} -> {04467.p1} {04467.p5} 
+tr {04467.t0|04468.t4} : b4466 {04468.p4-eats} -> {04467.f} {04468.f} {04468.p2-thinks} 
+tr {04467.t2} {04467.f} {04467.p5} -> {04467.p6} 
+tr {04467.t3|04468.t1} : a4466 {04467.f} {04468.p1} -> {04468.p3} 
+tr {04468.e} {04468.p6} {04468.p3} -> {04468.p4-eats} 
+tr {04468.t} {04468.p2-thinks} -> {04468.p1} {04468.p5} 
+tr {04468.t0|04469.t4} : b4467 {04469.p4-eats} -> {04468.f} {04469.f} {04469.p2-thinks} 
+tr {04468.t2} {04468.f} {04468.p5} -> {04468.p6} 
+tr {04468.t3|04469.t1} : a4467 {04468.f} {04469.p1} -> {04469.p3} 
+tr {04469.e} {04469.p6} {04469.p3} -> {04469.p4-eats} 
+tr {04469.t} {04469.p2-thinks} -> {04469.p1} {04469.p5} 
+tr {04469.t0|04470.t4} : b4468 {04470.p4-eats} -> {04469.f} {04470.f} {04470.p2-thinks} 
+tr {04469.t2} {04469.f} {04469.p5} -> {04469.p6} 
+tr {04469.t3|04470.t1} : a4468 {04469.f} {04470.p1} -> {04470.p3} 
+tr {04470.e} {04470.p6} {04470.p3} -> {04470.p4-eats} 
+tr {04470.t} {04470.p2-thinks} -> {04470.p1} {04470.p5} 
+tr {04470.t0|04471.t4} : b4469 {04471.p4-eats} -> {04470.f} {04471.f} {04471.p2-thinks} 
+tr {04470.t2} {04470.f} {04470.p5} -> {04470.p6} 
+tr {04470.t3|04471.t1} : a4469 {04470.f} {04471.p1} -> {04471.p3} 
+tr {04471.e} {04471.p6} {04471.p3} -> {04471.p4-eats} 
+tr {04471.t} {04471.p2-thinks} -> {04471.p1} {04471.p5} 
+tr {04471.t0|04472.t4} : b4470 {04472.p4-eats} -> {04471.f} {04472.f} {04472.p2-thinks} 
+tr {04471.t2} {04471.f} {04471.p5} -> {04471.p6} 
+tr {04471.t3|04472.t1} : a4470 {04471.f} {04472.p1} -> {04472.p3} 
+tr {04472.e} {04472.p6} {04472.p3} -> {04472.p4-eats} 
+tr {04472.t} {04472.p2-thinks} -> {04472.p1} {04472.p5} 
+tr {04472.t0|04473.t4} : b4471 {04473.p4-eats} -> {04472.f} {04473.f} {04473.p2-thinks} 
+tr {04472.t2} {04472.f} {04472.p5} -> {04472.p6} 
+tr {04472.t3|04473.t1} : a4471 {04472.f} {04473.p1} -> {04473.p3} 
+tr {04473.e} {04473.p6} {04473.p3} -> {04473.p4-eats} 
+tr {04473.t} {04473.p2-thinks} -> {04473.p1} {04473.p5} 
+tr {04473.t0|04474.t4} : b4472 {04474.p4-eats} -> {04473.f} {04474.f} {04474.p2-thinks} 
+tr {04473.t2} {04473.f} {04473.p5} -> {04473.p6} 
+tr {04473.t3|04474.t1} : a4472 {04473.f} {04474.p1} -> {04474.p3} 
+tr {04474.e} {04474.p6} {04474.p3} -> {04474.p4-eats} 
+tr {04474.t} {04474.p2-thinks} -> {04474.p1} {04474.p5} 
+tr {04474.t0|04475.t4} : b4473 {04475.p4-eats} -> {04474.f} {04475.f} {04475.p2-thinks} 
+tr {04474.t2} {04474.f} {04474.p5} -> {04474.p6} 
+tr {04474.t3|04475.t1} : a4473 {04474.f} {04475.p1} -> {04475.p3} 
+tr {04475.e} {04475.p6} {04475.p3} -> {04475.p4-eats} 
+tr {04475.t} {04475.p2-thinks} -> {04475.p1} {04475.p5} 
+tr {04475.t0|04476.t4} : b4474 {04476.p4-eats} -> {04475.f} {04476.f} {04476.p2-thinks} 
+tr {04475.t2} {04475.f} {04475.p5} -> {04475.p6} 
+tr {04475.t3|04476.t1} : a4474 {04475.f} {04476.p1} -> {04476.p3} 
+tr {04476.e} {04476.p6} {04476.p3} -> {04476.p4-eats} 
+tr {04476.t} {04476.p2-thinks} -> {04476.p1} {04476.p5} 
+tr {04476.t0|04477.t4} : b4475 {04477.p4-eats} -> {04476.f} {04477.f} {04477.p2-thinks} 
+tr {04476.t2} {04476.f} {04476.p5} -> {04476.p6} 
+tr {04476.t3|04477.t1} : a4475 {04476.f} {04477.p1} -> {04477.p3} 
+tr {04477.e} {04477.p6} {04477.p3} -> {04477.p4-eats} 
+tr {04477.t} {04477.p2-thinks} -> {04477.p1} {04477.p5} 
+tr {04477.t0|04478.t4} : b4476 {04478.p4-eats} -> {04477.f} {04478.f} {04478.p2-thinks} 
+tr {04477.t2} {04477.f} {04477.p5} -> {04477.p6} 
+tr {04477.t3|04478.t1} : a4476 {04477.f} {04478.p1} -> {04478.p3} 
+tr {04478.e} {04478.p6} {04478.p3} -> {04478.p4-eats} 
+tr {04478.t} {04478.p2-thinks} -> {04478.p1} {04478.p5} 
+tr {04478.t0|04479.t4} : b4477 {04479.p4-eats} -> {04478.f} {04479.f} {04479.p2-thinks} 
+tr {04478.t2} {04478.f} {04478.p5} -> {04478.p6} 
+tr {04478.t3|04479.t1} : a4477 {04478.f} {04479.p1} -> {04479.p3} 
+tr {04479.e} {04479.p6} {04479.p3} -> {04479.p4-eats} 
+tr {04479.t} {04479.p2-thinks} -> {04479.p1} {04479.p5} 
+tr {04479.t0|04480.t4} : b4478 {04480.p4-eats} -> {04479.f} {04480.f} {04480.p2-thinks} 
+tr {04479.t2} {04479.f} {04479.p5} -> {04479.p6} 
+tr {04479.t3|04480.t1} : a4478 {04479.f} {04480.p1} -> {04480.p3} 
+tr {04480.e} {04480.p6} {04480.p3} -> {04480.p4-eats} 
+tr {04480.t} {04480.p2-thinks} -> {04480.p1} {04480.p5} 
+tr {04480.t0|04481.t4} : b4479 {04481.p4-eats} -> {04480.f} {04481.f} {04481.p2-thinks} 
+tr {04480.t2} {04480.f} {04480.p5} -> {04480.p6} 
+tr {04480.t3|04481.t1} : a4479 {04480.f} {04481.p1} -> {04481.p3} 
+tr {04481.e} {04481.p6} {04481.p3} -> {04481.p4-eats} 
+tr {04481.t} {04481.p2-thinks} -> {04481.p1} {04481.p5} 
+tr {04481.t0|04482.t4} : b4480 {04482.p4-eats} -> {04481.f} {04482.f} {04482.p2-thinks} 
+tr {04481.t2} {04481.f} {04481.p5} -> {04481.p6} 
+tr {04481.t3|04482.t1} : a4480 {04481.f} {04482.p1} -> {04482.p3} 
+tr {04482.e} {04482.p6} {04482.p3} -> {04482.p4-eats} 
+tr {04482.t} {04482.p2-thinks} -> {04482.p1} {04482.p5} 
+tr {04482.t0|04483.t4} : b4481 {04483.p4-eats} -> {04482.f} {04483.f} {04483.p2-thinks} 
+tr {04482.t2} {04482.f} {04482.p5} -> {04482.p6} 
+tr {04482.t3|04483.t1} : a4481 {04482.f} {04483.p1} -> {04483.p3} 
+tr {04483.e} {04483.p6} {04483.p3} -> {04483.p4-eats} 
+tr {04483.t} {04483.p2-thinks} -> {04483.p1} {04483.p5} 
+tr {04483.t0|04484.t4} : b4482 {04484.p4-eats} -> {04483.f} {04484.f} {04484.p2-thinks} 
+tr {04483.t2} {04483.f} {04483.p5} -> {04483.p6} 
+tr {04483.t3|04484.t1} : a4482 {04483.f} {04484.p1} -> {04484.p3} 
+tr {04484.e} {04484.p6} {04484.p3} -> {04484.p4-eats} 
+tr {04484.t} {04484.p2-thinks} -> {04484.p1} {04484.p5} 
+tr {04484.t0|04485.t4} : b4483 {04485.p4-eats} -> {04484.f} {04485.f} {04485.p2-thinks} 
+tr {04484.t2} {04484.f} {04484.p5} -> {04484.p6} 
+tr {04484.t3|04485.t1} : a4483 {04484.f} {04485.p1} -> {04485.p3} 
+tr {04485.e} {04485.p6} {04485.p3} -> {04485.p4-eats} 
+tr {04485.t} {04485.p2-thinks} -> {04485.p1} {04485.p5} 
+tr {04485.t0|04486.t4} : b4484 {04486.p4-eats} -> {04485.f} {04486.f} {04486.p2-thinks} 
+tr {04485.t2} {04485.f} {04485.p5} -> {04485.p6} 
+tr {04485.t3|04486.t1} : a4484 {04485.f} {04486.p1} -> {04486.p3} 
+tr {04486.e} {04486.p6} {04486.p3} -> {04486.p4-eats} 
+tr {04486.t} {04486.p2-thinks} -> {04486.p1} {04486.p5} 
+tr {04486.t0|04487.t4} : b4485 {04487.p4-eats} -> {04486.f} {04487.f} {04487.p2-thinks} 
+tr {04486.t2} {04486.f} {04486.p5} -> {04486.p6} 
+tr {04486.t3|04487.t1} : a4485 {04486.f} {04487.p1} -> {04487.p3} 
+tr {04487.e} {04487.p6} {04487.p3} -> {04487.p4-eats} 
+tr {04487.t} {04487.p2-thinks} -> {04487.p1} {04487.p5} 
+tr {04487.t0|04488.t4} : b4486 {04488.p4-eats} -> {04487.f} {04488.f} {04488.p2-thinks} 
+tr {04487.t2} {04487.f} {04487.p5} -> {04487.p6} 
+tr {04487.t3|04488.t1} : a4486 {04487.f} {04488.p1} -> {04488.p3} 
+tr {04488.e} {04488.p6} {04488.p3} -> {04488.p4-eats} 
+tr {04488.t} {04488.p2-thinks} -> {04488.p1} {04488.p5} 
+tr {04488.t0|04489.t4} : b4487 {04489.p4-eats} -> {04488.f} {04489.f} {04489.p2-thinks} 
+tr {04488.t2} {04488.f} {04488.p5} -> {04488.p6} 
+tr {04488.t3|04489.t1} : a4487 {04488.f} {04489.p1} -> {04489.p3} 
+tr {04489.e} {04489.p6} {04489.p3} -> {04489.p4-eats} 
+tr {04489.t} {04489.p2-thinks} -> {04489.p1} {04489.p5} 
+tr {04489.t0|04490.t4} : b4488 {04490.p4-eats} -> {04489.f} {04490.f} {04490.p2-thinks} 
+tr {04489.t2} {04489.f} {04489.p5} -> {04489.p6} 
+tr {04489.t3|04490.t1} : a4488 {04489.f} {04490.p1} -> {04490.p3} 
+tr {04490.e} {04490.p6} {04490.p3} -> {04490.p4-eats} 
+tr {04490.t} {04490.p2-thinks} -> {04490.p1} {04490.p5} 
+tr {04490.t0|04491.t4} : b4489 {04491.p4-eats} -> {04490.f} {04491.f} {04491.p2-thinks} 
+tr {04490.t2} {04490.f} {04490.p5} -> {04490.p6} 
+tr {04490.t3|04491.t1} : a4489 {04490.f} {04491.p1} -> {04491.p3} 
+tr {04491.e} {04491.p6} {04491.p3} -> {04491.p4-eats} 
+tr {04491.t} {04491.p2-thinks} -> {04491.p1} {04491.p5} 
+tr {04491.t0|04492.t4} : b4490 {04492.p4-eats} -> {04491.f} {04492.f} {04492.p2-thinks} 
+tr {04491.t2} {04491.f} {04491.p5} -> {04491.p6} 
+tr {04491.t3|04492.t1} : a4490 {04491.f} {04492.p1} -> {04492.p3} 
+tr {04492.e} {04492.p6} {04492.p3} -> {04492.p4-eats} 
+tr {04492.t} {04492.p2-thinks} -> {04492.p1} {04492.p5} 
+tr {04492.t0|04493.t4} : b4491 {04493.p4-eats} -> {04492.f} {04493.f} {04493.p2-thinks} 
+tr {04492.t2} {04492.f} {04492.p5} -> {04492.p6} 
+tr {04492.t3|04493.t1} : a4491 {04492.f} {04493.p1} -> {04493.p3} 
+tr {04493.e} {04493.p6} {04493.p3} -> {04493.p4-eats} 
+tr {04493.t} {04493.p2-thinks} -> {04493.p1} {04493.p5} 
+tr {04493.t0|04494.t4} : b4492 {04494.p4-eats} -> {04493.f} {04494.f} {04494.p2-thinks} 
+tr {04493.t2} {04493.f} {04493.p5} -> {04493.p6} 
+tr {04493.t3|04494.t1} : a4492 {04493.f} {04494.p1} -> {04494.p3} 
+tr {04494.e} {04494.p6} {04494.p3} -> {04494.p4-eats} 
+tr {04494.t} {04494.p2-thinks} -> {04494.p1} {04494.p5} 
+tr {04494.t0|04495.t4} : b4493 {04495.p4-eats} -> {04494.f} {04495.f} {04495.p2-thinks} 
+tr {04494.t2} {04494.f} {04494.p5} -> {04494.p6} 
+tr {04494.t3|04495.t1} : a4493 {04494.f} {04495.p1} -> {04495.p3} 
+tr {04495.e} {04495.p6} {04495.p3} -> {04495.p4-eats} 
+tr {04495.t} {04495.p2-thinks} -> {04495.p1} {04495.p5} 
+tr {04495.t0|04496.t4} : b4494 {04496.p4-eats} -> {04495.f} {04496.f} {04496.p2-thinks} 
+tr {04495.t2} {04495.f} {04495.p5} -> {04495.p6} 
+tr {04495.t3|04496.t1} : a4494 {04495.f} {04496.p1} -> {04496.p3} 
+tr {04496.e} {04496.p6} {04496.p3} -> {04496.p4-eats} 
+tr {04496.t} {04496.p2-thinks} -> {04496.p1} {04496.p5} 
+tr {04496.t0|04497.t4} : b4495 {04497.p4-eats} -> {04496.f} {04497.f} {04497.p2-thinks} 
+tr {04496.t2} {04496.f} {04496.p5} -> {04496.p6} 
+tr {04496.t3|04497.t1} : a4495 {04496.f} {04497.p1} -> {04497.p3} 
+tr {04497.e} {04497.p6} {04497.p3} -> {04497.p4-eats} 
+tr {04497.t} {04497.p2-thinks} -> {04497.p1} {04497.p5} 
+tr {04497.t0|04498.t4} : b4496 {04498.p4-eats} -> {04497.f} {04498.f} {04498.p2-thinks} 
+tr {04497.t2} {04497.f} {04497.p5} -> {04497.p6} 
+tr {04497.t3|04498.t1} : a4496 {04497.f} {04498.p1} -> {04498.p3} 
+tr {04498.e} {04498.p6} {04498.p3} -> {04498.p4-eats} 
+tr {04498.t} {04498.p2-thinks} -> {04498.p1} {04498.p5} 
+tr {04498.t0|04499.t4} : b4497 {04499.p4-eats} -> {04498.f} {04499.f} {04499.p2-thinks} 
+tr {04498.t2} {04498.f} {04498.p5} -> {04498.p6} 
+tr {04498.t3|04499.t1} : a4497 {04498.f} {04499.p1} -> {04499.p3} 
+tr {04499.e} {04499.p6} {04499.p3} -> {04499.p4-eats} 
+tr {04499.t} {04499.p2-thinks} -> {04499.p1} {04499.p5} 
+tr {04499.t0|04500.t4} : b4498 {04500.p4-eats} -> {04499.f} {04500.f} {04500.p2-thinks} 
+tr {04499.t2} {04499.f} {04499.p5} -> {04499.p6} 
+tr {04499.t3|04500.t1} : a4498 {04499.f} {04500.p1} -> {04500.p3} 
+tr {04500.e} {04500.p6} {04500.p3} -> {04500.p4-eats} 
+tr {04500.t} {04500.p2-thinks} -> {04500.p1} {04500.p5} 
+tr {04500.t0|04501.t4} : b4499 {04501.p4-eats} -> {04500.f} {04501.f} {04501.p2-thinks} 
+tr {04500.t2} {04500.f} {04500.p5} -> {04500.p6} 
+tr {04500.t3|04501.t1} : a4499 {04500.f} {04501.p1} -> {04501.p3} 
+tr {04501.e} {04501.p6} {04501.p3} -> {04501.p4-eats} 
+tr {04501.t} {04501.p2-thinks} -> {04501.p1} {04501.p5} 
+tr {04501.t0|04502.t4} : b4500 {04502.p4-eats} -> {04501.f} {04502.f} {04502.p2-thinks} 
+tr {04501.t2} {04501.f} {04501.p5} -> {04501.p6} 
+tr {04501.t3|04502.t1} : a4500 {04501.f} {04502.p1} -> {04502.p3} 
+tr {04502.e} {04502.p6} {04502.p3} -> {04502.p4-eats} 
+tr {04502.t} {04502.p2-thinks} -> {04502.p1} {04502.p5} 
+tr {04502.t0|04503.t4} : b4501 {04503.p4-eats} -> {04502.f} {04503.f} {04503.p2-thinks} 
+tr {04502.t2} {04502.f} {04502.p5} -> {04502.p6} 
+tr {04502.t3|04503.t1} : a4501 {04502.f} {04503.p1} -> {04503.p3} 
+tr {04503.e} {04503.p6} {04503.p3} -> {04503.p4-eats} 
+tr {04503.t} {04503.p2-thinks} -> {04503.p1} {04503.p5} 
+tr {04503.t0|04504.t4} : b4502 {04504.p4-eats} -> {04503.f} {04504.f} {04504.p2-thinks} 
+tr {04503.t2} {04503.f} {04503.p5} -> {04503.p6} 
+tr {04503.t3|04504.t1} : a4502 {04503.f} {04504.p1} -> {04504.p3} 
+tr {04504.e} {04504.p6} {04504.p3} -> {04504.p4-eats} 
+tr {04504.t} {04504.p2-thinks} -> {04504.p1} {04504.p5} 
+tr {04504.t0|04505.t4} : b4503 {04505.p4-eats} -> {04504.f} {04505.f} {04505.p2-thinks} 
+tr {04504.t2} {04504.f} {04504.p5} -> {04504.p6} 
+tr {04504.t3|04505.t1} : a4503 {04504.f} {04505.p1} -> {04505.p3} 
+tr {04505.e} {04505.p6} {04505.p3} -> {04505.p4-eats} 
+tr {04505.t} {04505.p2-thinks} -> {04505.p1} {04505.p5} 
+tr {04505.t0|04506.t4} : b4504 {04506.p4-eats} -> {04505.f} {04506.f} {04506.p2-thinks} 
+tr {04505.t2} {04505.f} {04505.p5} -> {04505.p6} 
+tr {04505.t3|04506.t1} : a4504 {04505.f} {04506.p1} -> {04506.p3} 
+tr {04506.e} {04506.p6} {04506.p3} -> {04506.p4-eats} 
+tr {04506.t} {04506.p2-thinks} -> {04506.p1} {04506.p5} 
+tr {04506.t0|04507.t4} : b4505 {04507.p4-eats} -> {04506.f} {04507.f} {04507.p2-thinks} 
+tr {04506.t2} {04506.f} {04506.p5} -> {04506.p6} 
+tr {04506.t3|04507.t1} : a4505 {04506.f} {04507.p1} -> {04507.p3} 
+tr {04507.e} {04507.p6} {04507.p3} -> {04507.p4-eats} 
+tr {04507.t} {04507.p2-thinks} -> {04507.p1} {04507.p5} 
+tr {04507.t0|04508.t4} : b4506 {04508.p4-eats} -> {04507.f} {04508.f} {04508.p2-thinks} 
+tr {04507.t2} {04507.f} {04507.p5} -> {04507.p6} 
+tr {04507.t3|04508.t1} : a4506 {04507.f} {04508.p1} -> {04508.p3} 
+tr {04508.e} {04508.p6} {04508.p3} -> {04508.p4-eats} 
+tr {04508.t} {04508.p2-thinks} -> {04508.p1} {04508.p5} 
+tr {04508.t0|04509.t4} : b4507 {04509.p4-eats} -> {04508.f} {04509.f} {04509.p2-thinks} 
+tr {04508.t2} {04508.f} {04508.p5} -> {04508.p6} 
+tr {04508.t3|04509.t1} : a4507 {04508.f} {04509.p1} -> {04509.p3} 
+tr {04509.e} {04509.p6} {04509.p3} -> {04509.p4-eats} 
+tr {04509.t} {04509.p2-thinks} -> {04509.p1} {04509.p5} 
+tr {04509.t0|04510.t4} : b4508 {04510.p4-eats} -> {04509.f} {04510.f} {04510.p2-thinks} 
+tr {04509.t2} {04509.f} {04509.p5} -> {04509.p6} 
+tr {04509.t3|04510.t1} : a4508 {04509.f} {04510.p1} -> {04510.p3} 
+tr {04510.e} {04510.p6} {04510.p3} -> {04510.p4-eats} 
+tr {04510.t} {04510.p2-thinks} -> {04510.p1} {04510.p5} 
+tr {04510.t0|04511.t4} : b4509 {04511.p4-eats} -> {04510.f} {04511.f} {04511.p2-thinks} 
+tr {04510.t2} {04510.f} {04510.p5} -> {04510.p6} 
+tr {04510.t3|04511.t1} : a4509 {04510.f} {04511.p1} -> {04511.p3} 
+tr {04511.e} {04511.p6} {04511.p3} -> {04511.p4-eats} 
+tr {04511.t} {04511.p2-thinks} -> {04511.p1} {04511.p5} 
+tr {04511.t0|04512.t4} : b4510 {04512.p4-eats} -> {04511.f} {04512.f} {04512.p2-thinks} 
+tr {04511.t2} {04511.f} {04511.p5} -> {04511.p6} 
+tr {04511.t3|04512.t1} : a4510 {04511.f} {04512.p1} -> {04512.p3} 
+tr {04512.e} {04512.p6} {04512.p3} -> {04512.p4-eats} 
+tr {04512.t} {04512.p2-thinks} -> {04512.p1} {04512.p5} 
+tr {04512.t0|04513.t4} : b4511 {04513.p4-eats} -> {04512.f} {04513.f} {04513.p2-thinks} 
+tr {04512.t2} {04512.f} {04512.p5} -> {04512.p6} 
+tr {04512.t3|04513.t1} : a4511 {04512.f} {04513.p1} -> {04513.p3} 
+tr {04513.e} {04513.p6} {04513.p3} -> {04513.p4-eats} 
+tr {04513.t} {04513.p2-thinks} -> {04513.p1} {04513.p5} 
+tr {04513.t0|04514.t4} : b4512 {04514.p4-eats} -> {04513.f} {04514.f} {04514.p2-thinks} 
+tr {04513.t2} {04513.f} {04513.p5} -> {04513.p6} 
+tr {04513.t3|04514.t1} : a4512 {04513.f} {04514.p1} -> {04514.p3} 
+tr {04514.e} {04514.p6} {04514.p3} -> {04514.p4-eats} 
+tr {04514.t} {04514.p2-thinks} -> {04514.p1} {04514.p5} 
+tr {04514.t0|04515.t4} : b4513 {04515.p4-eats} -> {04514.f} {04515.f} {04515.p2-thinks} 
+tr {04514.t2} {04514.f} {04514.p5} -> {04514.p6} 
+tr {04514.t3|04515.t1} : a4513 {04514.f} {04515.p1} -> {04515.p3} 
+tr {04515.e} {04515.p6} {04515.p3} -> {04515.p4-eats} 
+tr {04515.t} {04515.p2-thinks} -> {04515.p1} {04515.p5} 
+tr {04515.t0|04516.t4} : b4514 {04516.p4-eats} -> {04515.f} {04516.f} {04516.p2-thinks} 
+tr {04515.t2} {04515.f} {04515.p5} -> {04515.p6} 
+tr {04515.t3|04516.t1} : a4514 {04515.f} {04516.p1} -> {04516.p3} 
+tr {04516.e} {04516.p6} {04516.p3} -> {04516.p4-eats} 
+tr {04516.t} {04516.p2-thinks} -> {04516.p1} {04516.p5} 
+tr {04516.t0|04517.t4} : b4515 {04517.p4-eats} -> {04516.f} {04517.f} {04517.p2-thinks} 
+tr {04516.t2} {04516.f} {04516.p5} -> {04516.p6} 
+tr {04516.t3|04517.t1} : a4515 {04516.f} {04517.p1} -> {04517.p3} 
+tr {04517.e} {04517.p6} {04517.p3} -> {04517.p4-eats} 
+tr {04517.t} {04517.p2-thinks} -> {04517.p1} {04517.p5} 
+tr {04517.t0|04518.t4} : b4516 {04518.p4-eats} -> {04517.f} {04518.f} {04518.p2-thinks} 
+tr {04517.t2} {04517.f} {04517.p5} -> {04517.p6} 
+tr {04517.t3|04518.t1} : a4516 {04517.f} {04518.p1} -> {04518.p3} 
+tr {04518.e} {04518.p6} {04518.p3} -> {04518.p4-eats} 
+tr {04518.t} {04518.p2-thinks} -> {04518.p1} {04518.p5} 
+tr {04518.t0|04519.t4} : b4517 {04519.p4-eats} -> {04518.f} {04519.f} {04519.p2-thinks} 
+tr {04518.t2} {04518.f} {04518.p5} -> {04518.p6} 
+tr {04518.t3|04519.t1} : a4517 {04518.f} {04519.p1} -> {04519.p3} 
+tr {04519.e} {04519.p6} {04519.p3} -> {04519.p4-eats} 
+tr {04519.t} {04519.p2-thinks} -> {04519.p1} {04519.p5} 
+tr {04519.t0|04520.t4} : b4518 {04520.p4-eats} -> {04519.f} {04520.f} {04520.p2-thinks} 
+tr {04519.t2} {04519.f} {04519.p5} -> {04519.p6} 
+tr {04519.t3|04520.t1} : a4518 {04519.f} {04520.p1} -> {04520.p3} 
+tr {04520.e} {04520.p6} {04520.p3} -> {04520.p4-eats} 
+tr {04520.t} {04520.p2-thinks} -> {04520.p1} {04520.p5} 
+tr {04520.t0|04521.t4} : b4519 {04521.p4-eats} -> {04520.f} {04521.f} {04521.p2-thinks} 
+tr {04520.t2} {04520.f} {04520.p5} -> {04520.p6} 
+tr {04520.t3|04521.t1} : a4519 {04520.f} {04521.p1} -> {04521.p3} 
+tr {04521.e} {04521.p6} {04521.p3} -> {04521.p4-eats} 
+tr {04521.t} {04521.p2-thinks} -> {04521.p1} {04521.p5} 
+tr {04521.t0|04522.t4} : b4520 {04522.p4-eats} -> {04521.f} {04522.f} {04522.p2-thinks} 
+tr {04521.t2} {04521.f} {04521.p5} -> {04521.p6} 
+tr {04521.t3|04522.t1} : a4520 {04521.f} {04522.p1} -> {04522.p3} 
+tr {04522.e} {04522.p6} {04522.p3} -> {04522.p4-eats} 
+tr {04522.t} {04522.p2-thinks} -> {04522.p1} {04522.p5} 
+tr {04522.t0|04523.t4} : b4521 {04523.p4-eats} -> {04522.f} {04523.f} {04523.p2-thinks} 
+tr {04522.t2} {04522.f} {04522.p5} -> {04522.p6} 
+tr {04522.t3|04523.t1} : a4521 {04522.f} {04523.p1} -> {04523.p3} 
+tr {04523.e} {04523.p6} {04523.p3} -> {04523.p4-eats} 
+tr {04523.t} {04523.p2-thinks} -> {04523.p1} {04523.p5} 
+tr {04523.t0|04524.t4} : b4522 {04524.p4-eats} -> {04523.f} {04524.f} {04524.p2-thinks} 
+tr {04523.t2} {04523.f} {04523.p5} -> {04523.p6} 
+tr {04523.t3|04524.t1} : a4522 {04523.f} {04524.p1} -> {04524.p3} 
+tr {04524.e} {04524.p6} {04524.p3} -> {04524.p4-eats} 
+tr {04524.t} {04524.p2-thinks} -> {04524.p1} {04524.p5} 
+tr {04524.t0|04525.t4} : b4523 {04525.p4-eats} -> {04524.f} {04525.f} {04525.p2-thinks} 
+tr {04524.t2} {04524.f} {04524.p5} -> {04524.p6} 
+tr {04524.t3|04525.t1} : a4523 {04524.f} {04525.p1} -> {04525.p3} 
+tr {04525.e} {04525.p6} {04525.p3} -> {04525.p4-eats} 
+tr {04525.t} {04525.p2-thinks} -> {04525.p1} {04525.p5} 
+tr {04525.t0|04526.t4} : b4524 {04526.p4-eats} -> {04525.f} {04526.f} {04526.p2-thinks} 
+tr {04525.t2} {04525.f} {04525.p5} -> {04525.p6} 
+tr {04525.t3|04526.t1} : a4524 {04525.f} {04526.p1} -> {04526.p3} 
+tr {04526.e} {04526.p6} {04526.p3} -> {04526.p4-eats} 
+tr {04526.t} {04526.p2-thinks} -> {04526.p1} {04526.p5} 
+tr {04526.t0|04527.t4} : b4525 {04527.p4-eats} -> {04526.f} {04527.f} {04527.p2-thinks} 
+tr {04526.t2} {04526.f} {04526.p5} -> {04526.p6} 
+tr {04526.t3|04527.t1} : a4525 {04526.f} {04527.p1} -> {04527.p3} 
+tr {04527.e} {04527.p6} {04527.p3} -> {04527.p4-eats} 
+tr {04527.t} {04527.p2-thinks} -> {04527.p1} {04527.p5} 
+tr {04527.t0|04528.t4} : b4526 {04528.p4-eats} -> {04527.f} {04528.f} {04528.p2-thinks} 
+tr {04527.t2} {04527.f} {04527.p5} -> {04527.p6} 
+tr {04527.t3|04528.t1} : a4526 {04527.f} {04528.p1} -> {04528.p3} 
+tr {04528.e} {04528.p6} {04528.p3} -> {04528.p4-eats} 
+tr {04528.t} {04528.p2-thinks} -> {04528.p1} {04528.p5} 
+tr {04528.t0|04529.t4} : b4527 {04529.p4-eats} -> {04528.f} {04529.f} {04529.p2-thinks} 
+tr {04528.t2} {04528.f} {04528.p5} -> {04528.p6} 
+tr {04528.t3|04529.t1} : a4527 {04528.f} {04529.p1} -> {04529.p3} 
+tr {04529.e} {04529.p6} {04529.p3} -> {04529.p4-eats} 
+tr {04529.t} {04529.p2-thinks} -> {04529.p1} {04529.p5} 
+tr {04529.t0|04530.t4} : b4528 {04530.p4-eats} -> {04529.f} {04530.f} {04530.p2-thinks} 
+tr {04529.t2} {04529.f} {04529.p5} -> {04529.p6} 
+tr {04529.t3|04530.t1} : a4528 {04529.f} {04530.p1} -> {04530.p3} 
+tr {04530.e} {04530.p6} {04530.p3} -> {04530.p4-eats} 
+tr {04530.t} {04530.p2-thinks} -> {04530.p1} {04530.p5} 
+tr {04530.t0|04531.t4} : b4529 {04531.p4-eats} -> {04530.f} {04531.f} {04531.p2-thinks} 
+tr {04530.t2} {04530.f} {04530.p5} -> {04530.p6} 
+tr {04530.t3|04531.t1} : a4529 {04530.f} {04531.p1} -> {04531.p3} 
+tr {04531.e} {04531.p6} {04531.p3} -> {04531.p4-eats} 
+tr {04531.t} {04531.p2-thinks} -> {04531.p1} {04531.p5} 
+tr {04531.t0|04532.t4} : b4530 {04532.p4-eats} -> {04531.f} {04532.f} {04532.p2-thinks} 
+tr {04531.t2} {04531.f} {04531.p5} -> {04531.p6} 
+tr {04531.t3|04532.t1} : a4530 {04531.f} {04532.p1} -> {04532.p3} 
+tr {04532.e} {04532.p6} {04532.p3} -> {04532.p4-eats} 
+tr {04532.t} {04532.p2-thinks} -> {04532.p1} {04532.p5} 
+tr {04532.t0|04533.t4} : b4531 {04533.p4-eats} -> {04532.f} {04533.f} {04533.p2-thinks} 
+tr {04532.t2} {04532.f} {04532.p5} -> {04532.p6} 
+tr {04532.t3|04533.t1} : a4531 {04532.f} {04533.p1} -> {04533.p3} 
+tr {04533.e} {04533.p6} {04533.p3} -> {04533.p4-eats} 
+tr {04533.t} {04533.p2-thinks} -> {04533.p1} {04533.p5} 
+tr {04533.t0|04534.t4} : b4532 {04534.p4-eats} -> {04533.f} {04534.f} {04534.p2-thinks} 
+tr {04533.t2} {04533.f} {04533.p5} -> {04533.p6} 
+tr {04533.t3|04534.t1} : a4532 {04533.f} {04534.p1} -> {04534.p3} 
+tr {04534.e} {04534.p6} {04534.p3} -> {04534.p4-eats} 
+tr {04534.t} {04534.p2-thinks} -> {04534.p1} {04534.p5} 
+tr {04534.t0|04535.t4} : b4533 {04535.p4-eats} -> {04534.f} {04535.f} {04535.p2-thinks} 
+tr {04534.t2} {04534.f} {04534.p5} -> {04534.p6} 
+tr {04534.t3|04535.t1} : a4533 {04534.f} {04535.p1} -> {04535.p3} 
+tr {04535.e} {04535.p6} {04535.p3} -> {04535.p4-eats} 
+tr {04535.t} {04535.p2-thinks} -> {04535.p1} {04535.p5} 
+tr {04535.t0|04536.t4} : b4534 {04536.p4-eats} -> {04535.f} {04536.f} {04536.p2-thinks} 
+tr {04535.t2} {04535.f} {04535.p5} -> {04535.p6} 
+tr {04535.t3|04536.t1} : a4534 {04535.f} {04536.p1} -> {04536.p3} 
+tr {04536.e} {04536.p6} {04536.p3} -> {04536.p4-eats} 
+tr {04536.t} {04536.p2-thinks} -> {04536.p1} {04536.p5} 
+tr {04536.t0|04537.t4} : b4535 {04537.p4-eats} -> {04536.f} {04537.f} {04537.p2-thinks} 
+tr {04536.t2} {04536.f} {04536.p5} -> {04536.p6} 
+tr {04536.t3|04537.t1} : a4535 {04536.f} {04537.p1} -> {04537.p3} 
+tr {04537.e} {04537.p6} {04537.p3} -> {04537.p4-eats} 
+tr {04537.t} {04537.p2-thinks} -> {04537.p1} {04537.p5} 
+tr {04537.t0|04538.t4} : b4536 {04538.p4-eats} -> {04537.f} {04538.f} {04538.p2-thinks} 
+tr {04537.t2} {04537.f} {04537.p5} -> {04537.p6} 
+tr {04537.t3|04538.t1} : a4536 {04537.f} {04538.p1} -> {04538.p3} 
+tr {04538.e} {04538.p6} {04538.p3} -> {04538.p4-eats} 
+tr {04538.t} {04538.p2-thinks} -> {04538.p1} {04538.p5} 
+tr {04538.t0|04539.t4} : b4537 {04539.p4-eats} -> {04538.f} {04539.f} {04539.p2-thinks} 
+tr {04538.t2} {04538.f} {04538.p5} -> {04538.p6} 
+tr {04538.t3|04539.t1} : a4537 {04538.f} {04539.p1} -> {04539.p3} 
+tr {04539.e} {04539.p6} {04539.p3} -> {04539.p4-eats} 
+tr {04539.t} {04539.p2-thinks} -> {04539.p1} {04539.p5} 
+tr {04539.t0|04540.t4} : b4538 {04540.p4-eats} -> {04539.f} {04540.f} {04540.p2-thinks} 
+tr {04539.t2} {04539.f} {04539.p5} -> {04539.p6} 
+tr {04539.t3|04540.t1} : a4538 {04539.f} {04540.p1} -> {04540.p3} 
+tr {04540.e} {04540.p6} {04540.p3} -> {04540.p4-eats} 
+tr {04540.t} {04540.p2-thinks} -> {04540.p1} {04540.p5} 
+tr {04540.t0|04541.t4} : b4539 {04541.p4-eats} -> {04540.f} {04541.f} {04541.p2-thinks} 
+tr {04540.t2} {04540.f} {04540.p5} -> {04540.p6} 
+tr {04540.t3|04541.t1} : a4539 {04540.f} {04541.p1} -> {04541.p3} 
+tr {04541.e} {04541.p6} {04541.p3} -> {04541.p4-eats} 
+tr {04541.t} {04541.p2-thinks} -> {04541.p1} {04541.p5} 
+tr {04541.t0|04542.t4} : b4540 {04542.p4-eats} -> {04541.f} {04542.f} {04542.p2-thinks} 
+tr {04541.t2} {04541.f} {04541.p5} -> {04541.p6} 
+tr {04541.t3|04542.t1} : a4540 {04541.f} {04542.p1} -> {04542.p3} 
+tr {04542.e} {04542.p6} {04542.p3} -> {04542.p4-eats} 
+tr {04542.t} {04542.p2-thinks} -> {04542.p1} {04542.p5} 
+tr {04542.t0|04543.t4} : b4541 {04543.p4-eats} -> {04542.f} {04543.f} {04543.p2-thinks} 
+tr {04542.t2} {04542.f} {04542.p5} -> {04542.p6} 
+tr {04542.t3|04543.t1} : a4541 {04542.f} {04543.p1} -> {04543.p3} 
+tr {04543.e} {04543.p6} {04543.p3} -> {04543.p4-eats} 
+tr {04543.t} {04543.p2-thinks} -> {04543.p1} {04543.p5} 
+tr {04543.t0|04544.t4} : b4542 {04544.p4-eats} -> {04543.f} {04544.f} {04544.p2-thinks} 
+tr {04543.t2} {04543.f} {04543.p5} -> {04543.p6} 
+tr {04543.t3|04544.t1} : a4542 {04543.f} {04544.p1} -> {04544.p3} 
+tr {04544.e} {04544.p6} {04544.p3} -> {04544.p4-eats} 
+tr {04544.t} {04544.p2-thinks} -> {04544.p1} {04544.p5} 
+tr {04544.t0|04545.t4} : b4543 {04545.p4-eats} -> {04544.f} {04545.f} {04545.p2-thinks} 
+tr {04544.t2} {04544.f} {04544.p5} -> {04544.p6} 
+tr {04544.t3|04545.t1} : a4543 {04544.f} {04545.p1} -> {04545.p3} 
+tr {04545.e} {04545.p6} {04545.p3} -> {04545.p4-eats} 
+tr {04545.t} {04545.p2-thinks} -> {04545.p1} {04545.p5} 
+tr {04545.t0|04546.t4} : b4544 {04546.p4-eats} -> {04545.f} {04546.f} {04546.p2-thinks} 
+tr {04545.t2} {04545.f} {04545.p5} -> {04545.p6} 
+tr {04545.t3|04546.t1} : a4544 {04545.f} {04546.p1} -> {04546.p3} 
+tr {04546.e} {04546.p6} {04546.p3} -> {04546.p4-eats} 
+tr {04546.t} {04546.p2-thinks} -> {04546.p1} {04546.p5} 
+tr {04546.t0|04547.t4} : b4545 {04547.p4-eats} -> {04546.f} {04547.f} {04547.p2-thinks} 
+tr {04546.t2} {04546.f} {04546.p5} -> {04546.p6} 
+tr {04546.t3|04547.t1} : a4545 {04546.f} {04547.p1} -> {04547.p3} 
+tr {04547.e} {04547.p6} {04547.p3} -> {04547.p4-eats} 
+tr {04547.t} {04547.p2-thinks} -> {04547.p1} {04547.p5} 
+tr {04547.t0|04548.t4} : b4546 {04548.p4-eats} -> {04547.f} {04548.f} {04548.p2-thinks} 
+tr {04547.t2} {04547.f} {04547.p5} -> {04547.p6} 
+tr {04547.t3|04548.t1} : a4546 {04547.f} {04548.p1} -> {04548.p3} 
+tr {04548.e} {04548.p6} {04548.p3} -> {04548.p4-eats} 
+tr {04548.t} {04548.p2-thinks} -> {04548.p1} {04548.p5} 
+tr {04548.t0|04549.t4} : b4547 {04549.p4-eats} -> {04548.f} {04549.f} {04549.p2-thinks} 
+tr {04548.t2} {04548.f} {04548.p5} -> {04548.p6} 
+tr {04548.t3|04549.t1} : a4547 {04548.f} {04549.p1} -> {04549.p3} 
+tr {04549.e} {04549.p6} {04549.p3} -> {04549.p4-eats} 
+tr {04549.t} {04549.p2-thinks} -> {04549.p1} {04549.p5} 
+tr {04549.t0|04550.t4} : b4548 {04550.p4-eats} -> {04549.f} {04550.f} {04550.p2-thinks} 
+tr {04549.t2} {04549.f} {04549.p5} -> {04549.p6} 
+tr {04549.t3|04550.t1} : a4548 {04549.f} {04550.p1} -> {04550.p3} 
+tr {04550.e} {04550.p6} {04550.p3} -> {04550.p4-eats} 
+tr {04550.t} {04550.p2-thinks} -> {04550.p1} {04550.p5} 
+tr {04550.t0|04551.t4} : b4549 {04551.p4-eats} -> {04550.f} {04551.f} {04551.p2-thinks} 
+tr {04550.t2} {04550.f} {04550.p5} -> {04550.p6} 
+tr {04550.t3|04551.t1} : a4549 {04550.f} {04551.p1} -> {04551.p3} 
+tr {04551.e} {04551.p6} {04551.p3} -> {04551.p4-eats} 
+tr {04551.t} {04551.p2-thinks} -> {04551.p1} {04551.p5} 
+tr {04551.t0|04552.t4} : b4550 {04552.p4-eats} -> {04551.f} {04552.f} {04552.p2-thinks} 
+tr {04551.t2} {04551.f} {04551.p5} -> {04551.p6} 
+tr {04551.t3|04552.t1} : a4550 {04551.f} {04552.p1} -> {04552.p3} 
+tr {04552.e} {04552.p6} {04552.p3} -> {04552.p4-eats} 
+tr {04552.t} {04552.p2-thinks} -> {04552.p1} {04552.p5} 
+tr {04552.t0|04553.t4} : b4551 {04553.p4-eats} -> {04552.f} {04553.f} {04553.p2-thinks} 
+tr {04552.t2} {04552.f} {04552.p5} -> {04552.p6} 
+tr {04552.t3|04553.t1} : a4551 {04552.f} {04553.p1} -> {04553.p3} 
+tr {04553.e} {04553.p6} {04553.p3} -> {04553.p4-eats} 
+tr {04553.t} {04553.p2-thinks} -> {04553.p1} {04553.p5} 
+tr {04553.t0|04554.t4} : b4552 {04554.p4-eats} -> {04553.f} {04554.f} {04554.p2-thinks} 
+tr {04553.t2} {04553.f} {04553.p5} -> {04553.p6} 
+tr {04553.t3|04554.t1} : a4552 {04553.f} {04554.p1} -> {04554.p3} 
+tr {04554.e} {04554.p6} {04554.p3} -> {04554.p4-eats} 
+tr {04554.t} {04554.p2-thinks} -> {04554.p1} {04554.p5} 
+tr {04554.t0|04555.t4} : b4553 {04555.p4-eats} -> {04554.f} {04555.f} {04555.p2-thinks} 
+tr {04554.t2} {04554.f} {04554.p5} -> {04554.p6} 
+tr {04554.t3|04555.t1} : a4553 {04554.f} {04555.p1} -> {04555.p3} 
+tr {04555.e} {04555.p6} {04555.p3} -> {04555.p4-eats} 
+tr {04555.t} {04555.p2-thinks} -> {04555.p1} {04555.p5} 
+tr {04555.t0|04556.t4} : b4554 {04556.p4-eats} -> {04555.f} {04556.f} {04556.p2-thinks} 
+tr {04555.t2} {04555.f} {04555.p5} -> {04555.p6} 
+tr {04555.t3|04556.t1} : a4554 {04555.f} {04556.p1} -> {04556.p3} 
+tr {04556.e} {04556.p6} {04556.p3} -> {04556.p4-eats} 
+tr {04556.t} {04556.p2-thinks} -> {04556.p1} {04556.p5} 
+tr {04556.t0|04557.t4} : b4555 {04557.p4-eats} -> {04556.f} {04557.f} {04557.p2-thinks} 
+tr {04556.t2} {04556.f} {04556.p5} -> {04556.p6} 
+tr {04556.t3|04557.t1} : a4555 {04556.f} {04557.p1} -> {04557.p3} 
+tr {04557.e} {04557.p6} {04557.p3} -> {04557.p4-eats} 
+tr {04557.t} {04557.p2-thinks} -> {04557.p1} {04557.p5} 
+tr {04557.t0|04558.t4} : b4556 {04558.p4-eats} -> {04557.f} {04558.f} {04558.p2-thinks} 
+tr {04557.t2} {04557.f} {04557.p5} -> {04557.p6} 
+tr {04557.t3|04558.t1} : a4556 {04557.f} {04558.p1} -> {04558.p3} 
+tr {04558.e} {04558.p6} {04558.p3} -> {04558.p4-eats} 
+tr {04558.t} {04558.p2-thinks} -> {04558.p1} {04558.p5} 
+tr {04558.t0|04559.t4} : b4557 {04559.p4-eats} -> {04558.f} {04559.f} {04559.p2-thinks} 
+tr {04558.t2} {04558.f} {04558.p5} -> {04558.p6} 
+tr {04558.t3|04559.t1} : a4557 {04558.f} {04559.p1} -> {04559.p3} 
+tr {04559.e} {04559.p6} {04559.p3} -> {04559.p4-eats} 
+tr {04559.t} {04559.p2-thinks} -> {04559.p1} {04559.p5} 
+tr {04559.t0|04560.t4} : b4558 {04560.p4-eats} -> {04559.f} {04560.f} {04560.p2-thinks} 
+tr {04559.t2} {04559.f} {04559.p5} -> {04559.p6} 
+tr {04559.t3|04560.t1} : a4558 {04559.f} {04560.p1} -> {04560.p3} 
+tr {04560.e} {04560.p6} {04560.p3} -> {04560.p4-eats} 
+tr {04560.t} {04560.p2-thinks} -> {04560.p1} {04560.p5} 
+tr {04560.t0|04561.t4} : b4559 {04561.p4-eats} -> {04560.f} {04561.f} {04561.p2-thinks} 
+tr {04560.t2} {04560.f} {04560.p5} -> {04560.p6} 
+tr {04560.t3|04561.t1} : a4559 {04560.f} {04561.p1} -> {04561.p3} 
+tr {04561.e} {04561.p6} {04561.p3} -> {04561.p4-eats} 
+tr {04561.t} {04561.p2-thinks} -> {04561.p1} {04561.p5} 
+tr {04561.t0|04562.t4} : b4560 {04562.p4-eats} -> {04561.f} {04562.f} {04562.p2-thinks} 
+tr {04561.t2} {04561.f} {04561.p5} -> {04561.p6} 
+tr {04561.t3|04562.t1} : a4560 {04561.f} {04562.p1} -> {04562.p3} 
+tr {04562.e} {04562.p6} {04562.p3} -> {04562.p4-eats} 
+tr {04562.t} {04562.p2-thinks} -> {04562.p1} {04562.p5} 
+tr {04562.t0|04563.t4} : b4561 {04563.p4-eats} -> {04562.f} {04563.f} {04563.p2-thinks} 
+tr {04562.t2} {04562.f} {04562.p5} -> {04562.p6} 
+tr {04562.t3|04563.t1} : a4561 {04562.f} {04563.p1} -> {04563.p3} 
+tr {04563.e} {04563.p6} {04563.p3} -> {04563.p4-eats} 
+tr {04563.t} {04563.p2-thinks} -> {04563.p1} {04563.p5} 
+tr {04563.t0|04564.t4} : b4562 {04564.p4-eats} -> {04563.f} {04564.f} {04564.p2-thinks} 
+tr {04563.t2} {04563.f} {04563.p5} -> {04563.p6} 
+tr {04563.t3|04564.t1} : a4562 {04563.f} {04564.p1} -> {04564.p3} 
+tr {04564.e} {04564.p6} {04564.p3} -> {04564.p4-eats} 
+tr {04564.t} {04564.p2-thinks} -> {04564.p1} {04564.p5} 
+tr {04564.t0|04565.t4} : b4563 {04565.p4-eats} -> {04564.f} {04565.f} {04565.p2-thinks} 
+tr {04564.t2} {04564.f} {04564.p5} -> {04564.p6} 
+tr {04564.t3|04565.t1} : a4563 {04564.f} {04565.p1} -> {04565.p3} 
+tr {04565.e} {04565.p6} {04565.p3} -> {04565.p4-eats} 
+tr {04565.t} {04565.p2-thinks} -> {04565.p1} {04565.p5} 
+tr {04565.t0|04566.t4} : b4564 {04566.p4-eats} -> {04565.f} {04566.f} {04566.p2-thinks} 
+tr {04565.t2} {04565.f} {04565.p5} -> {04565.p6} 
+tr {04565.t3|04566.t1} : a4564 {04565.f} {04566.p1} -> {04566.p3} 
+tr {04566.e} {04566.p6} {04566.p3} -> {04566.p4-eats} 
+tr {04566.t} {04566.p2-thinks} -> {04566.p1} {04566.p5} 
+tr {04566.t0|04567.t4} : b4565 {04567.p4-eats} -> {04566.f} {04567.f} {04567.p2-thinks} 
+tr {04566.t2} {04566.f} {04566.p5} -> {04566.p6} 
+tr {04566.t3|04567.t1} : a4565 {04566.f} {04567.p1} -> {04567.p3} 
+tr {04567.e} {04567.p6} {04567.p3} -> {04567.p4-eats} 
+tr {04567.t} {04567.p2-thinks} -> {04567.p1} {04567.p5} 
+tr {04567.t0|04568.t4} : b4566 {04568.p4-eats} -> {04567.f} {04568.f} {04568.p2-thinks} 
+tr {04567.t2} {04567.f} {04567.p5} -> {04567.p6} 
+tr {04567.t3|04568.t1} : a4566 {04567.f} {04568.p1} -> {04568.p3} 
+tr {04568.e} {04568.p6} {04568.p3} -> {04568.p4-eats} 
+tr {04568.t} {04568.p2-thinks} -> {04568.p1} {04568.p5} 
+tr {04568.t0|04569.t4} : b4567 {04569.p4-eats} -> {04568.f} {04569.f} {04569.p2-thinks} 
+tr {04568.t2} {04568.f} {04568.p5} -> {04568.p6} 
+tr {04568.t3|04569.t1} : a4567 {04568.f} {04569.p1} -> {04569.p3} 
+tr {04569.e} {04569.p6} {04569.p3} -> {04569.p4-eats} 
+tr {04569.t} {04569.p2-thinks} -> {04569.p1} {04569.p5} 
+tr {04569.t0|04570.t4} : b4568 {04570.p4-eats} -> {04569.f} {04570.f} {04570.p2-thinks} 
+tr {04569.t2} {04569.f} {04569.p5} -> {04569.p6} 
+tr {04569.t3|04570.t1} : a4568 {04569.f} {04570.p1} -> {04570.p3} 
+tr {04570.e} {04570.p6} {04570.p3} -> {04570.p4-eats} 
+tr {04570.t} {04570.p2-thinks} -> {04570.p1} {04570.p5} 
+tr {04570.t0|04571.t4} : b4569 {04571.p4-eats} -> {04570.f} {04571.f} {04571.p2-thinks} 
+tr {04570.t2} {04570.f} {04570.p5} -> {04570.p6} 
+tr {04570.t3|04571.t1} : a4569 {04570.f} {04571.p1} -> {04571.p3} 
+tr {04571.e} {04571.p6} {04571.p3} -> {04571.p4-eats} 
+tr {04571.t} {04571.p2-thinks} -> {04571.p1} {04571.p5} 
+tr {04571.t0|04572.t4} : b4570 {04572.p4-eats} -> {04571.f} {04572.f} {04572.p2-thinks} 
+tr {04571.t2} {04571.f} {04571.p5} -> {04571.p6} 
+tr {04571.t3|04572.t1} : a4570 {04571.f} {04572.p1} -> {04572.p3} 
+tr {04572.e} {04572.p6} {04572.p3} -> {04572.p4-eats} 
+tr {04572.t} {04572.p2-thinks} -> {04572.p1} {04572.p5} 
+tr {04572.t0|04573.t4} : b4571 {04573.p4-eats} -> {04572.f} {04573.f} {04573.p2-thinks} 
+tr {04572.t2} {04572.f} {04572.p5} -> {04572.p6} 
+tr {04572.t3|04573.t1} : a4571 {04572.f} {04573.p1} -> {04573.p3} 
+tr {04573.e} {04573.p6} {04573.p3} -> {04573.p4-eats} 
+tr {04573.t} {04573.p2-thinks} -> {04573.p1} {04573.p5} 
+tr {04573.t0|04574.t4} : b4572 {04574.p4-eats} -> {04573.f} {04574.f} {04574.p2-thinks} 
+tr {04573.t2} {04573.f} {04573.p5} -> {04573.p6} 
+tr {04573.t3|04574.t1} : a4572 {04573.f} {04574.p1} -> {04574.p3} 
+tr {04574.e} {04574.p6} {04574.p3} -> {04574.p4-eats} 
+tr {04574.t} {04574.p2-thinks} -> {04574.p1} {04574.p5} 
+tr {04574.t0|04575.t4} : b4573 {04575.p4-eats} -> {04574.f} {04575.f} {04575.p2-thinks} 
+tr {04574.t2} {04574.f} {04574.p5} -> {04574.p6} 
+tr {04574.t3|04575.t1} : a4573 {04574.f} {04575.p1} -> {04575.p3} 
+tr {04575.e} {04575.p6} {04575.p3} -> {04575.p4-eats} 
+tr {04575.t} {04575.p2-thinks} -> {04575.p1} {04575.p5} 
+tr {04575.t0|04576.t4} : b4574 {04576.p4-eats} -> {04575.f} {04576.f} {04576.p2-thinks} 
+tr {04575.t2} {04575.f} {04575.p5} -> {04575.p6} 
+tr {04575.t3|04576.t1} : a4574 {04575.f} {04576.p1} -> {04576.p3} 
+tr {04576.e} {04576.p6} {04576.p3} -> {04576.p4-eats} 
+tr {04576.t} {04576.p2-thinks} -> {04576.p1} {04576.p5} 
+tr {04576.t0|04577.t4} : b4575 {04577.p4-eats} -> {04576.f} {04577.f} {04577.p2-thinks} 
+tr {04576.t2} {04576.f} {04576.p5} -> {04576.p6} 
+tr {04576.t3|04577.t1} : a4575 {04576.f} {04577.p1} -> {04577.p3} 
+tr {04577.e} {04577.p6} {04577.p3} -> {04577.p4-eats} 
+tr {04577.t} {04577.p2-thinks} -> {04577.p1} {04577.p5} 
+tr {04577.t0|04578.t4} : b4576 {04578.p4-eats} -> {04577.f} {04578.f} {04578.p2-thinks} 
+tr {04577.t2} {04577.f} {04577.p5} -> {04577.p6} 
+tr {04577.t3|04578.t1} : a4576 {04577.f} {04578.p1} -> {04578.p3} 
+tr {04578.e} {04578.p6} {04578.p3} -> {04578.p4-eats} 
+tr {04578.t} {04578.p2-thinks} -> {04578.p1} {04578.p5} 
+tr {04578.t0|04579.t4} : b4577 {04579.p4-eats} -> {04578.f} {04579.f} {04579.p2-thinks} 
+tr {04578.t2} {04578.f} {04578.p5} -> {04578.p6} 
+tr {04578.t3|04579.t1} : a4577 {04578.f} {04579.p1} -> {04579.p3} 
+tr {04579.e} {04579.p6} {04579.p3} -> {04579.p4-eats} 
+tr {04579.t} {04579.p2-thinks} -> {04579.p1} {04579.p5} 
+tr {04579.t0|04580.t4} : b4578 {04580.p4-eats} -> {04579.f} {04580.f} {04580.p2-thinks} 
+tr {04579.t2} {04579.f} {04579.p5} -> {04579.p6} 
+tr {04579.t3|04580.t1} : a4578 {04579.f} {04580.p1} -> {04580.p3} 
+tr {04580.e} {04580.p6} {04580.p3} -> {04580.p4-eats} 
+tr {04580.t} {04580.p2-thinks} -> {04580.p1} {04580.p5} 
+tr {04580.t0|04581.t4} : b4579 {04581.p4-eats} -> {04580.f} {04581.f} {04581.p2-thinks} 
+tr {04580.t2} {04580.f} {04580.p5} -> {04580.p6} 
+tr {04580.t3|04581.t1} : a4579 {04580.f} {04581.p1} -> {04581.p3} 
+tr {04581.e} {04581.p6} {04581.p3} -> {04581.p4-eats} 
+tr {04581.t} {04581.p2-thinks} -> {04581.p1} {04581.p5} 
+tr {04581.t0|04582.t4} : b4580 {04582.p4-eats} -> {04581.f} {04582.f} {04582.p2-thinks} 
+tr {04581.t2} {04581.f} {04581.p5} -> {04581.p6} 
+tr {04581.t3|04582.t1} : a4580 {04581.f} {04582.p1} -> {04582.p3} 
+tr {04582.e} {04582.p6} {04582.p3} -> {04582.p4-eats} 
+tr {04582.t} {04582.p2-thinks} -> {04582.p1} {04582.p5} 
+tr {04582.t0|04583.t4} : b4581 {04583.p4-eats} -> {04582.f} {04583.f} {04583.p2-thinks} 
+tr {04582.t2} {04582.f} {04582.p5} -> {04582.p6} 
+tr {04582.t3|04583.t1} : a4581 {04582.f} {04583.p1} -> {04583.p3} 
+tr {04583.e} {04583.p6} {04583.p3} -> {04583.p4-eats} 
+tr {04583.t} {04583.p2-thinks} -> {04583.p1} {04583.p5} 
+tr {04583.t0|04584.t4} : b4582 {04584.p4-eats} -> {04583.f} {04584.f} {04584.p2-thinks} 
+tr {04583.t2} {04583.f} {04583.p5} -> {04583.p6} 
+tr {04583.t3|04584.t1} : a4582 {04583.f} {04584.p1} -> {04584.p3} 
+tr {04584.e} {04584.p6} {04584.p3} -> {04584.p4-eats} 
+tr {04584.t} {04584.p2-thinks} -> {04584.p1} {04584.p5} 
+tr {04584.t0|04585.t4} : b4583 {04585.p4-eats} -> {04584.f} {04585.f} {04585.p2-thinks} 
+tr {04584.t2} {04584.f} {04584.p5} -> {04584.p6} 
+tr {04584.t3|04585.t1} : a4583 {04584.f} {04585.p1} -> {04585.p3} 
+tr {04585.e} {04585.p6} {04585.p3} -> {04585.p4-eats} 
+tr {04585.t} {04585.p2-thinks} -> {04585.p1} {04585.p5} 
+tr {04585.t0|04586.t4} : b4584 {04586.p4-eats} -> {04585.f} {04586.f} {04586.p2-thinks} 
+tr {04585.t2} {04585.f} {04585.p5} -> {04585.p6} 
+tr {04585.t3|04586.t1} : a4584 {04585.f} {04586.p1} -> {04586.p3} 
+tr {04586.e} {04586.p6} {04586.p3} -> {04586.p4-eats} 
+tr {04586.t} {04586.p2-thinks} -> {04586.p1} {04586.p5} 
+tr {04586.t0|04587.t4} : b4585 {04587.p4-eats} -> {04586.f} {04587.f} {04587.p2-thinks} 
+tr {04586.t2} {04586.f} {04586.p5} -> {04586.p6} 
+tr {04586.t3|04587.t1} : a4585 {04586.f} {04587.p1} -> {04587.p3} 
+tr {04587.e} {04587.p6} {04587.p3} -> {04587.p4-eats} 
+tr {04587.t} {04587.p2-thinks} -> {04587.p1} {04587.p5} 
+tr {04587.t0|04588.t4} : b4586 {04588.p4-eats} -> {04587.f} {04588.f} {04588.p2-thinks} 
+tr {04587.t2} {04587.f} {04587.p5} -> {04587.p6} 
+tr {04587.t3|04588.t1} : a4586 {04587.f} {04588.p1} -> {04588.p3} 
+tr {04588.e} {04588.p6} {04588.p3} -> {04588.p4-eats} 
+tr {04588.t} {04588.p2-thinks} -> {04588.p1} {04588.p5} 
+tr {04588.t0|04589.t4} : b4587 {04589.p4-eats} -> {04588.f} {04589.f} {04589.p2-thinks} 
+tr {04588.t2} {04588.f} {04588.p5} -> {04588.p6} 
+tr {04588.t3|04589.t1} : a4587 {04588.f} {04589.p1} -> {04589.p3} 
+tr {04589.e} {04589.p6} {04589.p3} -> {04589.p4-eats} 
+tr {04589.t} {04589.p2-thinks} -> {04589.p1} {04589.p5} 
+tr {04589.t0|04590.t4} : b4588 {04590.p4-eats} -> {04589.f} {04590.f} {04590.p2-thinks} 
+tr {04589.t2} {04589.f} {04589.p5} -> {04589.p6} 
+tr {04589.t3|04590.t1} : a4588 {04589.f} {04590.p1} -> {04590.p3} 
+tr {04590.e} {04590.p6} {04590.p3} -> {04590.p4-eats} 
+tr {04590.t} {04590.p2-thinks} -> {04590.p1} {04590.p5} 
+tr {04590.t0|04591.t4} : b4589 {04591.p4-eats} -> {04590.f} {04591.f} {04591.p2-thinks} 
+tr {04590.t2} {04590.f} {04590.p5} -> {04590.p6} 
+tr {04590.t3|04591.t1} : a4589 {04590.f} {04591.p1} -> {04591.p3} 
+tr {04591.e} {04591.p6} {04591.p3} -> {04591.p4-eats} 
+tr {04591.t} {04591.p2-thinks} -> {04591.p1} {04591.p5} 
+tr {04591.t0|04592.t4} : b4590 {04592.p4-eats} -> {04591.f} {04592.f} {04592.p2-thinks} 
+tr {04591.t2} {04591.f} {04591.p5} -> {04591.p6} 
+tr {04591.t3|04592.t1} : a4590 {04591.f} {04592.p1} -> {04592.p3} 
+tr {04592.e} {04592.p6} {04592.p3} -> {04592.p4-eats} 
+tr {04592.t} {04592.p2-thinks} -> {04592.p1} {04592.p5} 
+tr {04592.t0|04593.t4} : b4591 {04593.p4-eats} -> {04592.f} {04593.f} {04593.p2-thinks} 
+tr {04592.t2} {04592.f} {04592.p5} -> {04592.p6} 
+tr {04592.t3|04593.t1} : a4591 {04592.f} {04593.p1} -> {04593.p3} 
+tr {04593.e} {04593.p6} {04593.p3} -> {04593.p4-eats} 
+tr {04593.t} {04593.p2-thinks} -> {04593.p1} {04593.p5} 
+tr {04593.t0|04594.t4} : b4592 {04594.p4-eats} -> {04593.f} {04594.f} {04594.p2-thinks} 
+tr {04593.t2} {04593.f} {04593.p5} -> {04593.p6} 
+tr {04593.t3|04594.t1} : a4592 {04593.f} {04594.p1} -> {04594.p3} 
+tr {04594.e} {04594.p6} {04594.p3} -> {04594.p4-eats} 
+tr {04594.t} {04594.p2-thinks} -> {04594.p1} {04594.p5} 
+tr {04594.t0|04595.t4} : b4593 {04595.p4-eats} -> {04594.f} {04595.f} {04595.p2-thinks} 
+tr {04594.t2} {04594.f} {04594.p5} -> {04594.p6} 
+tr {04594.t3|04595.t1} : a4593 {04594.f} {04595.p1} -> {04595.p3} 
+tr {04595.e} {04595.p6} {04595.p3} -> {04595.p4-eats} 
+tr {04595.t} {04595.p2-thinks} -> {04595.p1} {04595.p5} 
+tr {04595.t0|04596.t4} : b4594 {04596.p4-eats} -> {04595.f} {04596.f} {04596.p2-thinks} 
+tr {04595.t2} {04595.f} {04595.p5} -> {04595.p6} 
+tr {04595.t3|04596.t1} : a4594 {04595.f} {04596.p1} -> {04596.p3} 
+tr {04596.e} {04596.p6} {04596.p3} -> {04596.p4-eats} 
+tr {04596.t} {04596.p2-thinks} -> {04596.p1} {04596.p5} 
+tr {04596.t0|04597.t4} : b4595 {04597.p4-eats} -> {04596.f} {04597.f} {04597.p2-thinks} 
+tr {04596.t2} {04596.f} {04596.p5} -> {04596.p6} 
+tr {04596.t3|04597.t1} : a4595 {04596.f} {04597.p1} -> {04597.p3} 
+tr {04597.e} {04597.p6} {04597.p3} -> {04597.p4-eats} 
+tr {04597.t} {04597.p2-thinks} -> {04597.p1} {04597.p5} 
+tr {04597.t0|04598.t4} : b4596 {04598.p4-eats} -> {04597.f} {04598.f} {04598.p2-thinks} 
+tr {04597.t2} {04597.f} {04597.p5} -> {04597.p6} 
+tr {04597.t3|04598.t1} : a4596 {04597.f} {04598.p1} -> {04598.p3} 
+tr {04598.e} {04598.p6} {04598.p3} -> {04598.p4-eats} 
+tr {04598.t} {04598.p2-thinks} -> {04598.p1} {04598.p5} 
+tr {04598.t0|04599.t4} : b4597 {04599.p4-eats} -> {04598.f} {04599.f} {04599.p2-thinks} 
+tr {04598.t2} {04598.f} {04598.p5} -> {04598.p6} 
+tr {04598.t3|04599.t1} : a4597 {04598.f} {04599.p1} -> {04599.p3} 
+tr {04599.e} {04599.p6} {04599.p3} -> {04599.p4-eats} 
+tr {04599.t} {04599.p2-thinks} -> {04599.p1} {04599.p5} 
+tr {04599.t0|04600.t4} : b4598 {04600.p4-eats} -> {04599.f} {04600.f} {04600.p2-thinks} 
+tr {04599.t2} {04599.f} {04599.p5} -> {04599.p6} 
+tr {04599.t3|04600.t1} : a4598 {04599.f} {04600.p1} -> {04600.p3} 
+tr {04600.e} {04600.p6} {04600.p3} -> {04600.p4-eats} 
+tr {04600.t} {04600.p2-thinks} -> {04600.p1} {04600.p5} 
+tr {04600.t0|04601.t4} : b4599 {04601.p4-eats} -> {04600.f} {04601.f} {04601.p2-thinks} 
+tr {04600.t2} {04600.f} {04600.p5} -> {04600.p6} 
+tr {04600.t3|04601.t1} : a4599 {04600.f} {04601.p1} -> {04601.p3} 
+tr {04601.e} {04601.p6} {04601.p3} -> {04601.p4-eats} 
+tr {04601.t} {04601.p2-thinks} -> {04601.p1} {04601.p5} 
+tr {04601.t0|04602.t4} : b4600 {04602.p4-eats} -> {04601.f} {04602.f} {04602.p2-thinks} 
+tr {04601.t2} {04601.f} {04601.p5} -> {04601.p6} 
+tr {04601.t3|04602.t1} : a4600 {04601.f} {04602.p1} -> {04602.p3} 
+tr {04602.e} {04602.p6} {04602.p3} -> {04602.p4-eats} 
+tr {04602.t} {04602.p2-thinks} -> {04602.p1} {04602.p5} 
+tr {04602.t0|04603.t4} : b4601 {04603.p4-eats} -> {04602.f} {04603.f} {04603.p2-thinks} 
+tr {04602.t2} {04602.f} {04602.p5} -> {04602.p6} 
+tr {04602.t3|04603.t1} : a4601 {04602.f} {04603.p1} -> {04603.p3} 
+tr {04603.e} {04603.p6} {04603.p3} -> {04603.p4-eats} 
+tr {04603.t} {04603.p2-thinks} -> {04603.p1} {04603.p5} 
+tr {04603.t0|04604.t4} : b4602 {04604.p4-eats} -> {04603.f} {04604.f} {04604.p2-thinks} 
+tr {04603.t2} {04603.f} {04603.p5} -> {04603.p6} 
+tr {04603.t3|04604.t1} : a4602 {04603.f} {04604.p1} -> {04604.p3} 
+tr {04604.e} {04604.p6} {04604.p3} -> {04604.p4-eats} 
+tr {04604.t} {04604.p2-thinks} -> {04604.p1} {04604.p5} 
+tr {04604.t0|04605.t4} : b4603 {04605.p4-eats} -> {04604.f} {04605.f} {04605.p2-thinks} 
+tr {04604.t2} {04604.f} {04604.p5} -> {04604.p6} 
+tr {04604.t3|04605.t1} : a4603 {04604.f} {04605.p1} -> {04605.p3} 
+tr {04605.e} {04605.p6} {04605.p3} -> {04605.p4-eats} 
+tr {04605.t} {04605.p2-thinks} -> {04605.p1} {04605.p5} 
+tr {04605.t0|04606.t4} : b4604 {04606.p4-eats} -> {04605.f} {04606.f} {04606.p2-thinks} 
+tr {04605.t2} {04605.f} {04605.p5} -> {04605.p6} 
+tr {04605.t3|04606.t1} : a4604 {04605.f} {04606.p1} -> {04606.p3} 
+tr {04606.e} {04606.p6} {04606.p3} -> {04606.p4-eats} 
+tr {04606.t} {04606.p2-thinks} -> {04606.p1} {04606.p5} 
+tr {04606.t0|04607.t4} : b4605 {04607.p4-eats} -> {04606.f} {04607.f} {04607.p2-thinks} 
+tr {04606.t2} {04606.f} {04606.p5} -> {04606.p6} 
+tr {04606.t3|04607.t1} : a4605 {04606.f} {04607.p1} -> {04607.p3} 
+tr {04607.e} {04607.p6} {04607.p3} -> {04607.p4-eats} 
+tr {04607.t} {04607.p2-thinks} -> {04607.p1} {04607.p5} 
+tr {04607.t0|04608.t4} : b4606 {04608.p4-eats} -> {04607.f} {04608.f} {04608.p2-thinks} 
+tr {04607.t2} {04607.f} {04607.p5} -> {04607.p6} 
+tr {04607.t3|04608.t1} : a4606 {04607.f} {04608.p1} -> {04608.p3} 
+tr {04608.e} {04608.p6} {04608.p3} -> {04608.p4-eats} 
+tr {04608.t} {04608.p2-thinks} -> {04608.p1} {04608.p5} 
+tr {04608.t0|04609.t4} : b4607 {04609.p4-eats} -> {04608.f} {04609.f} {04609.p2-thinks} 
+tr {04608.t2} {04608.f} {04608.p5} -> {04608.p6} 
+tr {04608.t3|04609.t1} : a4607 {04608.f} {04609.p1} -> {04609.p3} 
+tr {04609.e} {04609.p6} {04609.p3} -> {04609.p4-eats} 
+tr {04609.t} {04609.p2-thinks} -> {04609.p1} {04609.p5} 
+tr {04609.t0|04610.t4} : b4608 {04610.p4-eats} -> {04609.f} {04610.f} {04610.p2-thinks} 
+tr {04609.t2} {04609.f} {04609.p5} -> {04609.p6} 
+tr {04609.t3|04610.t1} : a4608 {04609.f} {04610.p1} -> {04610.p3} 
+tr {04610.e} {04610.p6} {04610.p3} -> {04610.p4-eats} 
+tr {04610.t} {04610.p2-thinks} -> {04610.p1} {04610.p5} 
+tr {04610.t0|04611.t4} : b4609 {04611.p4-eats} -> {04610.f} {04611.f} {04611.p2-thinks} 
+tr {04610.t2} {04610.f} {04610.p5} -> {04610.p6} 
+tr {04610.t3|04611.t1} : a4609 {04610.f} {04611.p1} -> {04611.p3} 
+tr {04611.e} {04611.p6} {04611.p3} -> {04611.p4-eats} 
+tr {04611.t} {04611.p2-thinks} -> {04611.p1} {04611.p5} 
+tr {04611.t0|04612.t4} : b4610 {04612.p4-eats} -> {04611.f} {04612.f} {04612.p2-thinks} 
+tr {04611.t2} {04611.f} {04611.p5} -> {04611.p6} 
+tr {04611.t3|04612.t1} : a4610 {04611.f} {04612.p1} -> {04612.p3} 
+tr {04612.e} {04612.p6} {04612.p3} -> {04612.p4-eats} 
+tr {04612.t} {04612.p2-thinks} -> {04612.p1} {04612.p5} 
+tr {04612.t0|04613.t4} : b4611 {04613.p4-eats} -> {04612.f} {04613.f} {04613.p2-thinks} 
+tr {04612.t2} {04612.f} {04612.p5} -> {04612.p6} 
+tr {04612.t3|04613.t1} : a4611 {04612.f} {04613.p1} -> {04613.p3} 
+tr {04613.e} {04613.p6} {04613.p3} -> {04613.p4-eats} 
+tr {04613.t} {04613.p2-thinks} -> {04613.p1} {04613.p5} 
+tr {04613.t0|04614.t4} : b4612 {04614.p4-eats} -> {04613.f} {04614.f} {04614.p2-thinks} 
+tr {04613.t2} {04613.f} {04613.p5} -> {04613.p6} 
+tr {04613.t3|04614.t1} : a4612 {04613.f} {04614.p1} -> {04614.p3} 
+tr {04614.e} {04614.p6} {04614.p3} -> {04614.p4-eats} 
+tr {04614.t} {04614.p2-thinks} -> {04614.p1} {04614.p5} 
+tr {04614.t0|04615.t4} : b4613 {04615.p4-eats} -> {04614.f} {04615.f} {04615.p2-thinks} 
+tr {04614.t2} {04614.f} {04614.p5} -> {04614.p6} 
+tr {04614.t3|04615.t1} : a4613 {04614.f} {04615.p1} -> {04615.p3} 
+tr {04615.e} {04615.p6} {04615.p3} -> {04615.p4-eats} 
+tr {04615.t} {04615.p2-thinks} -> {04615.p1} {04615.p5} 
+tr {04615.t0|04616.t4} : b4614 {04616.p4-eats} -> {04615.f} {04616.f} {04616.p2-thinks} 
+tr {04615.t2} {04615.f} {04615.p5} -> {04615.p6} 
+tr {04615.t3|04616.t1} : a4614 {04615.f} {04616.p1} -> {04616.p3} 
+tr {04616.e} {04616.p6} {04616.p3} -> {04616.p4-eats} 
+tr {04616.t} {04616.p2-thinks} -> {04616.p1} {04616.p5} 
+tr {04616.t0|04617.t4} : b4615 {04617.p4-eats} -> {04616.f} {04617.f} {04617.p2-thinks} 
+tr {04616.t2} {04616.f} {04616.p5} -> {04616.p6} 
+tr {04616.t3|04617.t1} : a4615 {04616.f} {04617.p1} -> {04617.p3} 
+tr {04617.e} {04617.p6} {04617.p3} -> {04617.p4-eats} 
+tr {04617.t} {04617.p2-thinks} -> {04617.p1} {04617.p5} 
+tr {04617.t0|04618.t4} : b4616 {04618.p4-eats} -> {04617.f} {04618.f} {04618.p2-thinks} 
+tr {04617.t2} {04617.f} {04617.p5} -> {04617.p6} 
+tr {04617.t3|04618.t1} : a4616 {04617.f} {04618.p1} -> {04618.p3} 
+tr {04618.e} {04618.p6} {04618.p3} -> {04618.p4-eats} 
+tr {04618.t} {04618.p2-thinks} -> {04618.p1} {04618.p5} 
+tr {04618.t0|04619.t4} : b4617 {04619.p4-eats} -> {04618.f} {04619.f} {04619.p2-thinks} 
+tr {04618.t2} {04618.f} {04618.p5} -> {04618.p6} 
+tr {04618.t3|04619.t1} : a4617 {04618.f} {04619.p1} -> {04619.p3} 
+tr {04619.e} {04619.p6} {04619.p3} -> {04619.p4-eats} 
+tr {04619.t} {04619.p2-thinks} -> {04619.p1} {04619.p5} 
+tr {04619.t0|04620.t4} : b4618 {04620.p4-eats} -> {04619.f} {04620.f} {04620.p2-thinks} 
+tr {04619.t2} {04619.f} {04619.p5} -> {04619.p6} 
+tr {04619.t3|04620.t1} : a4618 {04619.f} {04620.p1} -> {04620.p3} 
+tr {04620.e} {04620.p6} {04620.p3} -> {04620.p4-eats} 
+tr {04620.t} {04620.p2-thinks} -> {04620.p1} {04620.p5} 
+tr {04620.t0|04621.t4} : b4619 {04621.p4-eats} -> {04620.f} {04621.f} {04621.p2-thinks} 
+tr {04620.t2} {04620.f} {04620.p5} -> {04620.p6} 
+tr {04620.t3|04621.t1} : a4619 {04620.f} {04621.p1} -> {04621.p3} 
+tr {04621.e} {04621.p6} {04621.p3} -> {04621.p4-eats} 
+tr {04621.t} {04621.p2-thinks} -> {04621.p1} {04621.p5} 
+tr {04621.t0|04622.t4} : b4620 {04622.p4-eats} -> {04621.f} {04622.f} {04622.p2-thinks} 
+tr {04621.t2} {04621.f} {04621.p5} -> {04621.p6} 
+tr {04621.t3|04622.t1} : a4620 {04621.f} {04622.p1} -> {04622.p3} 
+tr {04622.e} {04622.p6} {04622.p3} -> {04622.p4-eats} 
+tr {04622.t} {04622.p2-thinks} -> {04622.p1} {04622.p5} 
+tr {04622.t0|04623.t4} : b4621 {04623.p4-eats} -> {04622.f} {04623.f} {04623.p2-thinks} 
+tr {04622.t2} {04622.f} {04622.p5} -> {04622.p6} 
+tr {04622.t3|04623.t1} : a4621 {04622.f} {04623.p1} -> {04623.p3} 
+tr {04623.e} {04623.p6} {04623.p3} -> {04623.p4-eats} 
+tr {04623.t} {04623.p2-thinks} -> {04623.p1} {04623.p5} 
+tr {04623.t0|04624.t4} : b4622 {04624.p4-eats} -> {04623.f} {04624.f} {04624.p2-thinks} 
+tr {04623.t2} {04623.f} {04623.p5} -> {04623.p6} 
+tr {04623.t3|04624.t1} : a4622 {04623.f} {04624.p1} -> {04624.p3} 
+tr {04624.e} {04624.p6} {04624.p3} -> {04624.p4-eats} 
+tr {04624.t} {04624.p2-thinks} -> {04624.p1} {04624.p5} 
+tr {04624.t0|04625.t4} : b4623 {04625.p4-eats} -> {04624.f} {04625.f} {04625.p2-thinks} 
+tr {04624.t2} {04624.f} {04624.p5} -> {04624.p6} 
+tr {04624.t3|04625.t1} : a4623 {04624.f} {04625.p1} -> {04625.p3} 
+tr {04625.e} {04625.p6} {04625.p3} -> {04625.p4-eats} 
+tr {04625.t} {04625.p2-thinks} -> {04625.p1} {04625.p5} 
+tr {04625.t0|04626.t4} : b4624 {04626.p4-eats} -> {04625.f} {04626.f} {04626.p2-thinks} 
+tr {04625.t2} {04625.f} {04625.p5} -> {04625.p6} 
+tr {04625.t3|04626.t1} : a4624 {04625.f} {04626.p1} -> {04626.p3} 
+tr {04626.e} {04626.p6} {04626.p3} -> {04626.p4-eats} 
+tr {04626.t} {04626.p2-thinks} -> {04626.p1} {04626.p5} 
+tr {04626.t0|04627.t4} : b4625 {04627.p4-eats} -> {04626.f} {04627.f} {04627.p2-thinks} 
+tr {04626.t2} {04626.f} {04626.p5} -> {04626.p6} 
+tr {04626.t3|04627.t1} : a4625 {04626.f} {04627.p1} -> {04627.p3} 
+tr {04627.e} {04627.p6} {04627.p3} -> {04627.p4-eats} 
+tr {04627.t} {04627.p2-thinks} -> {04627.p1} {04627.p5} 
+tr {04627.t0|04628.t4} : b4626 {04628.p4-eats} -> {04627.f} {04628.f} {04628.p2-thinks} 
+tr {04627.t2} {04627.f} {04627.p5} -> {04627.p6} 
+tr {04627.t3|04628.t1} : a4626 {04627.f} {04628.p1} -> {04628.p3} 
+tr {04628.e} {04628.p6} {04628.p3} -> {04628.p4-eats} 
+tr {04628.t} {04628.p2-thinks} -> {04628.p1} {04628.p5} 
+tr {04628.t0|04629.t4} : b4627 {04629.p4-eats} -> {04628.f} {04629.f} {04629.p2-thinks} 
+tr {04628.t2} {04628.f} {04628.p5} -> {04628.p6} 
+tr {04628.t3|04629.t1} : a4627 {04628.f} {04629.p1} -> {04629.p3} 
+tr {04629.e} {04629.p6} {04629.p3} -> {04629.p4-eats} 
+tr {04629.t} {04629.p2-thinks} -> {04629.p1} {04629.p5} 
+tr {04629.t0|04630.t4} : b4628 {04630.p4-eats} -> {04629.f} {04630.f} {04630.p2-thinks} 
+tr {04629.t2} {04629.f} {04629.p5} -> {04629.p6} 
+tr {04629.t3|04630.t1} : a4628 {04629.f} {04630.p1} -> {04630.p3} 
+tr {04630.e} {04630.p6} {04630.p3} -> {04630.p4-eats} 
+tr {04630.t} {04630.p2-thinks} -> {04630.p1} {04630.p5} 
+tr {04630.t0|04631.t4} : b4629 {04631.p4-eats} -> {04630.f} {04631.f} {04631.p2-thinks} 
+tr {04630.t2} {04630.f} {04630.p5} -> {04630.p6} 
+tr {04630.t3|04631.t1} : a4629 {04630.f} {04631.p1} -> {04631.p3} 
+tr {04631.e} {04631.p6} {04631.p3} -> {04631.p4-eats} 
+tr {04631.t} {04631.p2-thinks} -> {04631.p1} {04631.p5} 
+tr {04631.t0|04632.t4} : b4630 {04632.p4-eats} -> {04631.f} {04632.f} {04632.p2-thinks} 
+tr {04631.t2} {04631.f} {04631.p5} -> {04631.p6} 
+tr {04631.t3|04632.t1} : a4630 {04631.f} {04632.p1} -> {04632.p3} 
+tr {04632.e} {04632.p6} {04632.p3} -> {04632.p4-eats} 
+tr {04632.t} {04632.p2-thinks} -> {04632.p1} {04632.p5} 
+tr {04632.t0|04633.t4} : b4631 {04633.p4-eats} -> {04632.f} {04633.f} {04633.p2-thinks} 
+tr {04632.t2} {04632.f} {04632.p5} -> {04632.p6} 
+tr {04632.t3|04633.t1} : a4631 {04632.f} {04633.p1} -> {04633.p3} 
+tr {04633.e} {04633.p6} {04633.p3} -> {04633.p4-eats} 
+tr {04633.t} {04633.p2-thinks} -> {04633.p1} {04633.p5} 
+tr {04633.t0|04634.t4} : b4632 {04634.p4-eats} -> {04633.f} {04634.f} {04634.p2-thinks} 
+tr {04633.t2} {04633.f} {04633.p5} -> {04633.p6} 
+tr {04633.t3|04634.t1} : a4632 {04633.f} {04634.p1} -> {04634.p3} 
+tr {04634.e} {04634.p6} {04634.p3} -> {04634.p4-eats} 
+tr {04634.t} {04634.p2-thinks} -> {04634.p1} {04634.p5} 
+tr {04634.t0|04635.t4} : b4633 {04635.p4-eats} -> {04634.f} {04635.f} {04635.p2-thinks} 
+tr {04634.t2} {04634.f} {04634.p5} -> {04634.p6} 
+tr {04634.t3|04635.t1} : a4633 {04634.f} {04635.p1} -> {04635.p3} 
+tr {04635.e} {04635.p6} {04635.p3} -> {04635.p4-eats} 
+tr {04635.t} {04635.p2-thinks} -> {04635.p1} {04635.p5} 
+tr {04635.t0|04636.t4} : b4634 {04636.p4-eats} -> {04635.f} {04636.f} {04636.p2-thinks} 
+tr {04635.t2} {04635.f} {04635.p5} -> {04635.p6} 
+tr {04635.t3|04636.t1} : a4634 {04635.f} {04636.p1} -> {04636.p3} 
+tr {04636.e} {04636.p6} {04636.p3} -> {04636.p4-eats} 
+tr {04636.t} {04636.p2-thinks} -> {04636.p1} {04636.p5} 
+tr {04636.t0|04637.t4} : b4635 {04637.p4-eats} -> {04636.f} {04637.f} {04637.p2-thinks} 
+tr {04636.t2} {04636.f} {04636.p5} -> {04636.p6} 
+tr {04636.t3|04637.t1} : a4635 {04636.f} {04637.p1} -> {04637.p3} 
+tr {04637.e} {04637.p6} {04637.p3} -> {04637.p4-eats} 
+tr {04637.t} {04637.p2-thinks} -> {04637.p1} {04637.p5} 
+tr {04637.t0|04638.t4} : b4636 {04638.p4-eats} -> {04637.f} {04638.f} {04638.p2-thinks} 
+tr {04637.t2} {04637.f} {04637.p5} -> {04637.p6} 
+tr {04637.t3|04638.t1} : a4636 {04637.f} {04638.p1} -> {04638.p3} 
+tr {04638.e} {04638.p6} {04638.p3} -> {04638.p4-eats} 
+tr {04638.t} {04638.p2-thinks} -> {04638.p1} {04638.p5} 
+tr {04638.t0|04639.t4} : b4637 {04639.p4-eats} -> {04638.f} {04639.f} {04639.p2-thinks} 
+tr {04638.t2} {04638.f} {04638.p5} -> {04638.p6} 
+tr {04638.t3|04639.t1} : a4637 {04638.f} {04639.p1} -> {04639.p3} 
+tr {04639.e} {04639.p6} {04639.p3} -> {04639.p4-eats} 
+tr {04639.t} {04639.p2-thinks} -> {04639.p1} {04639.p5} 
+tr {04639.t0|04640.t4} : b4638 {04640.p4-eats} -> {04639.f} {04640.f} {04640.p2-thinks} 
+tr {04639.t2} {04639.f} {04639.p5} -> {04639.p6} 
+tr {04639.t3|04640.t1} : a4638 {04639.f} {04640.p1} -> {04640.p3} 
+tr {04640.e} {04640.p6} {04640.p3} -> {04640.p4-eats} 
+tr {04640.t} {04640.p2-thinks} -> {04640.p1} {04640.p5} 
+tr {04640.t0|04641.t4} : b4639 {04641.p4-eats} -> {04640.f} {04641.f} {04641.p2-thinks} 
+tr {04640.t2} {04640.f} {04640.p5} -> {04640.p6} 
+tr {04640.t3|04641.t1} : a4639 {04640.f} {04641.p1} -> {04641.p3} 
+tr {04641.e} {04641.p6} {04641.p3} -> {04641.p4-eats} 
+tr {04641.t} {04641.p2-thinks} -> {04641.p1} {04641.p5} 
+tr {04641.t0|04642.t4} : b4640 {04642.p4-eats} -> {04641.f} {04642.f} {04642.p2-thinks} 
+tr {04641.t2} {04641.f} {04641.p5} -> {04641.p6} 
+tr {04641.t3|04642.t1} : a4640 {04641.f} {04642.p1} -> {04642.p3} 
+tr {04642.e} {04642.p6} {04642.p3} -> {04642.p4-eats} 
+tr {04642.t} {04642.p2-thinks} -> {04642.p1} {04642.p5} 
+tr {04642.t0|04643.t4} : b4641 {04643.p4-eats} -> {04642.f} {04643.f} {04643.p2-thinks} 
+tr {04642.t2} {04642.f} {04642.p5} -> {04642.p6} 
+tr {04642.t3|04643.t1} : a4641 {04642.f} {04643.p1} -> {04643.p3} 
+tr {04643.e} {04643.p6} {04643.p3} -> {04643.p4-eats} 
+tr {04643.t} {04643.p2-thinks} -> {04643.p1} {04643.p5} 
+tr {04643.t0|04644.t4} : b4642 {04644.p4-eats} -> {04643.f} {04644.f} {04644.p2-thinks} 
+tr {04643.t2} {04643.f} {04643.p5} -> {04643.p6} 
+tr {04643.t3|04644.t1} : a4642 {04643.f} {04644.p1} -> {04644.p3} 
+tr {04644.e} {04644.p6} {04644.p3} -> {04644.p4-eats} 
+tr {04644.t} {04644.p2-thinks} -> {04644.p1} {04644.p5} 
+tr {04644.t0|04645.t4} : b4643 {04645.p4-eats} -> {04644.f} {04645.f} {04645.p2-thinks} 
+tr {04644.t2} {04644.f} {04644.p5} -> {04644.p6} 
+tr {04644.t3|04645.t1} : a4643 {04644.f} {04645.p1} -> {04645.p3} 
+tr {04645.e} {04645.p6} {04645.p3} -> {04645.p4-eats} 
+tr {04645.t} {04645.p2-thinks} -> {04645.p1} {04645.p5} 
+tr {04645.t0|04646.t4} : b4644 {04646.p4-eats} -> {04645.f} {04646.f} {04646.p2-thinks} 
+tr {04645.t2} {04645.f} {04645.p5} -> {04645.p6} 
+tr {04645.t3|04646.t1} : a4644 {04645.f} {04646.p1} -> {04646.p3} 
+tr {04646.e} {04646.p6} {04646.p3} -> {04646.p4-eats} 
+tr {04646.t} {04646.p2-thinks} -> {04646.p1} {04646.p5} 
+tr {04646.t0|04647.t4} : b4645 {04647.p4-eats} -> {04646.f} {04647.f} {04647.p2-thinks} 
+tr {04646.t2} {04646.f} {04646.p5} -> {04646.p6} 
+tr {04646.t3|04647.t1} : a4645 {04646.f} {04647.p1} -> {04647.p3} 
+tr {04647.e} {04647.p6} {04647.p3} -> {04647.p4-eats} 
+tr {04647.t} {04647.p2-thinks} -> {04647.p1} {04647.p5} 
+tr {04647.t0|04648.t4} : b4646 {04648.p4-eats} -> {04647.f} {04648.f} {04648.p2-thinks} 
+tr {04647.t2} {04647.f} {04647.p5} -> {04647.p6} 
+tr {04647.t3|04648.t1} : a4646 {04647.f} {04648.p1} -> {04648.p3} 
+tr {04648.e} {04648.p6} {04648.p3} -> {04648.p4-eats} 
+tr {04648.t} {04648.p2-thinks} -> {04648.p1} {04648.p5} 
+tr {04648.t0|04649.t4} : b4647 {04649.p4-eats} -> {04648.f} {04649.f} {04649.p2-thinks} 
+tr {04648.t2} {04648.f} {04648.p5} -> {04648.p6} 
+tr {04648.t3|04649.t1} : a4647 {04648.f} {04649.p1} -> {04649.p3} 
+tr {04649.e} {04649.p6} {04649.p3} -> {04649.p4-eats} 
+tr {04649.t} {04649.p2-thinks} -> {04649.p1} {04649.p5} 
+tr {04649.t0|04650.t4} : b4648 {04650.p4-eats} -> {04649.f} {04650.f} {04650.p2-thinks} 
+tr {04649.t2} {04649.f} {04649.p5} -> {04649.p6} 
+tr {04649.t3|04650.t1} : a4648 {04649.f} {04650.p1} -> {04650.p3} 
+tr {04650.e} {04650.p6} {04650.p3} -> {04650.p4-eats} 
+tr {04650.t} {04650.p2-thinks} -> {04650.p1} {04650.p5} 
+tr {04650.t0|04651.t4} : b4649 {04651.p4-eats} -> {04650.f} {04651.f} {04651.p2-thinks} 
+tr {04650.t2} {04650.f} {04650.p5} -> {04650.p6} 
+tr {04650.t3|04651.t1} : a4649 {04650.f} {04651.p1} -> {04651.p3} 
+tr {04651.e} {04651.p6} {04651.p3} -> {04651.p4-eats} 
+tr {04651.t} {04651.p2-thinks} -> {04651.p1} {04651.p5} 
+tr {04651.t0|04652.t4} : b4650 {04652.p4-eats} -> {04651.f} {04652.f} {04652.p2-thinks} 
+tr {04651.t2} {04651.f} {04651.p5} -> {04651.p6} 
+tr {04651.t3|04652.t1} : a4650 {04651.f} {04652.p1} -> {04652.p3} 
+tr {04652.e} {04652.p6} {04652.p3} -> {04652.p4-eats} 
+tr {04652.t} {04652.p2-thinks} -> {04652.p1} {04652.p5} 
+tr {04652.t0|04653.t4} : b4651 {04653.p4-eats} -> {04652.f} {04653.f} {04653.p2-thinks} 
+tr {04652.t2} {04652.f} {04652.p5} -> {04652.p6} 
+tr {04652.t3|04653.t1} : a4651 {04652.f} {04653.p1} -> {04653.p3} 
+tr {04653.e} {04653.p6} {04653.p3} -> {04653.p4-eats} 
+tr {04653.t} {04653.p2-thinks} -> {04653.p1} {04653.p5} 
+tr {04653.t0|04654.t4} : b4652 {04654.p4-eats} -> {04653.f} {04654.f} {04654.p2-thinks} 
+tr {04653.t2} {04653.f} {04653.p5} -> {04653.p6} 
+tr {04653.t3|04654.t1} : a4652 {04653.f} {04654.p1} -> {04654.p3} 
+tr {04654.e} {04654.p6} {04654.p3} -> {04654.p4-eats} 
+tr {04654.t} {04654.p2-thinks} -> {04654.p1} {04654.p5} 
+tr {04654.t0|04655.t4} : b4653 {04655.p4-eats} -> {04654.f} {04655.f} {04655.p2-thinks} 
+tr {04654.t2} {04654.f} {04654.p5} -> {04654.p6} 
+tr {04654.t3|04655.t1} : a4653 {04654.f} {04655.p1} -> {04655.p3} 
+tr {04655.e} {04655.p6} {04655.p3} -> {04655.p4-eats} 
+tr {04655.t} {04655.p2-thinks} -> {04655.p1} {04655.p5} 
+tr {04655.t0|04656.t4} : b4654 {04656.p4-eats} -> {04655.f} {04656.f} {04656.p2-thinks} 
+tr {04655.t2} {04655.f} {04655.p5} -> {04655.p6} 
+tr {04655.t3|04656.t1} : a4654 {04655.f} {04656.p1} -> {04656.p3} 
+tr {04656.e} {04656.p6} {04656.p3} -> {04656.p4-eats} 
+tr {04656.t} {04656.p2-thinks} -> {04656.p1} {04656.p5} 
+tr {04656.t0|04657.t4} : b4655 {04657.p4-eats} -> {04656.f} {04657.f} {04657.p2-thinks} 
+tr {04656.t2} {04656.f} {04656.p5} -> {04656.p6} 
+tr {04656.t3|04657.t1} : a4655 {04656.f} {04657.p1} -> {04657.p3} 
+tr {04657.e} {04657.p6} {04657.p3} -> {04657.p4-eats} 
+tr {04657.t} {04657.p2-thinks} -> {04657.p1} {04657.p5} 
+tr {04657.t0|04658.t4} : b4656 {04658.p4-eats} -> {04657.f} {04658.f} {04658.p2-thinks} 
+tr {04657.t2} {04657.f} {04657.p5} -> {04657.p6} 
+tr {04657.t3|04658.t1} : a4656 {04657.f} {04658.p1} -> {04658.p3} 
+tr {04658.e} {04658.p6} {04658.p3} -> {04658.p4-eats} 
+tr {04658.t} {04658.p2-thinks} -> {04658.p1} {04658.p5} 
+tr {04658.t0|04659.t4} : b4657 {04659.p4-eats} -> {04658.f} {04659.f} {04659.p2-thinks} 
+tr {04658.t2} {04658.f} {04658.p5} -> {04658.p6} 
+tr {04658.t3|04659.t1} : a4657 {04658.f} {04659.p1} -> {04659.p3} 
+tr {04659.e} {04659.p6} {04659.p3} -> {04659.p4-eats} 
+tr {04659.t} {04659.p2-thinks} -> {04659.p1} {04659.p5} 
+tr {04659.t0|04660.t4} : b4658 {04660.p4-eats} -> {04659.f} {04660.f} {04660.p2-thinks} 
+tr {04659.t2} {04659.f} {04659.p5} -> {04659.p6} 
+tr {04659.t3|04660.t1} : a4658 {04659.f} {04660.p1} -> {04660.p3} 
+tr {04660.e} {04660.p6} {04660.p3} -> {04660.p4-eats} 
+tr {04660.t} {04660.p2-thinks} -> {04660.p1} {04660.p5} 
+tr {04660.t0|04661.t4} : b4659 {04661.p4-eats} -> {04660.f} {04661.f} {04661.p2-thinks} 
+tr {04660.t2} {04660.f} {04660.p5} -> {04660.p6} 
+tr {04660.t3|04661.t1} : a4659 {04660.f} {04661.p1} -> {04661.p3} 
+tr {04661.e} {04661.p6} {04661.p3} -> {04661.p4-eats} 
+tr {04661.t} {04661.p2-thinks} -> {04661.p1} {04661.p5} 
+tr {04661.t0|04662.t4} : b4660 {04662.p4-eats} -> {04661.f} {04662.f} {04662.p2-thinks} 
+tr {04661.t2} {04661.f} {04661.p5} -> {04661.p6} 
+tr {04661.t3|04662.t1} : a4660 {04661.f} {04662.p1} -> {04662.p3} 
+tr {04662.e} {04662.p6} {04662.p3} -> {04662.p4-eats} 
+tr {04662.t} {04662.p2-thinks} -> {04662.p1} {04662.p5} 
+tr {04662.t0|04663.t4} : b4661 {04663.p4-eats} -> {04662.f} {04663.f} {04663.p2-thinks} 
+tr {04662.t2} {04662.f} {04662.p5} -> {04662.p6} 
+tr {04662.t3|04663.t1} : a4661 {04662.f} {04663.p1} -> {04663.p3} 
+tr {04663.e} {04663.p6} {04663.p3} -> {04663.p4-eats} 
+tr {04663.t} {04663.p2-thinks} -> {04663.p1} {04663.p5} 
+tr {04663.t0|04664.t4} : b4662 {04664.p4-eats} -> {04663.f} {04664.f} {04664.p2-thinks} 
+tr {04663.t2} {04663.f} {04663.p5} -> {04663.p6} 
+tr {04663.t3|04664.t1} : a4662 {04663.f} {04664.p1} -> {04664.p3} 
+tr {04664.e} {04664.p6} {04664.p3} -> {04664.p4-eats} 
+tr {04664.t} {04664.p2-thinks} -> {04664.p1} {04664.p5} 
+tr {04664.t0|04665.t4} : b4663 {04665.p4-eats} -> {04664.f} {04665.f} {04665.p2-thinks} 
+tr {04664.t2} {04664.f} {04664.p5} -> {04664.p6} 
+tr {04664.t3|04665.t1} : a4663 {04664.f} {04665.p1} -> {04665.p3} 
+tr {04665.e} {04665.p6} {04665.p3} -> {04665.p4-eats} 
+tr {04665.t} {04665.p2-thinks} -> {04665.p1} {04665.p5} 
+tr {04665.t0|04666.t4} : b4664 {04666.p4-eats} -> {04665.f} {04666.f} {04666.p2-thinks} 
+tr {04665.t2} {04665.f} {04665.p5} -> {04665.p6} 
+tr {04665.t3|04666.t1} : a4664 {04665.f} {04666.p1} -> {04666.p3} 
+tr {04666.e} {04666.p6} {04666.p3} -> {04666.p4-eats} 
+tr {04666.t} {04666.p2-thinks} -> {04666.p1} {04666.p5} 
+tr {04666.t0|04667.t4} : b4665 {04667.p4-eats} -> {04666.f} {04667.f} {04667.p2-thinks} 
+tr {04666.t2} {04666.f} {04666.p5} -> {04666.p6} 
+tr {04666.t3|04667.t1} : a4665 {04666.f} {04667.p1} -> {04667.p3} 
+tr {04667.e} {04667.p6} {04667.p3} -> {04667.p4-eats} 
+tr {04667.t} {04667.p2-thinks} -> {04667.p1} {04667.p5} 
+tr {04667.t0|04668.t4} : b4666 {04668.p4-eats} -> {04667.f} {04668.f} {04668.p2-thinks} 
+tr {04667.t2} {04667.f} {04667.p5} -> {04667.p6} 
+tr {04667.t3|04668.t1} : a4666 {04667.f} {04668.p1} -> {04668.p3} 
+tr {04668.e} {04668.p6} {04668.p3} -> {04668.p4-eats} 
+tr {04668.t} {04668.p2-thinks} -> {04668.p1} {04668.p5} 
+tr {04668.t0|04669.t4} : b4667 {04669.p4-eats} -> {04668.f} {04669.f} {04669.p2-thinks} 
+tr {04668.t2} {04668.f} {04668.p5} -> {04668.p6} 
+tr {04668.t3|04669.t1} : a4667 {04668.f} {04669.p1} -> {04669.p3} 
+tr {04669.e} {04669.p6} {04669.p3} -> {04669.p4-eats} 
+tr {04669.t} {04669.p2-thinks} -> {04669.p1} {04669.p5} 
+tr {04669.t0|04670.t4} : b4668 {04670.p4-eats} -> {04669.f} {04670.f} {04670.p2-thinks} 
+tr {04669.t2} {04669.f} {04669.p5} -> {04669.p6} 
+tr {04669.t3|04670.t1} : a4668 {04669.f} {04670.p1} -> {04670.p3} 
+tr {04670.e} {04670.p6} {04670.p3} -> {04670.p4-eats} 
+tr {04670.t} {04670.p2-thinks} -> {04670.p1} {04670.p5} 
+tr {04670.t0|04671.t4} : b4669 {04671.p4-eats} -> {04670.f} {04671.f} {04671.p2-thinks} 
+tr {04670.t2} {04670.f} {04670.p5} -> {04670.p6} 
+tr {04670.t3|04671.t1} : a4669 {04670.f} {04671.p1} -> {04671.p3} 
+tr {04671.e} {04671.p6} {04671.p3} -> {04671.p4-eats} 
+tr {04671.t} {04671.p2-thinks} -> {04671.p1} {04671.p5} 
+tr {04671.t0|04672.t4} : b4670 {04672.p4-eats} -> {04671.f} {04672.f} {04672.p2-thinks} 
+tr {04671.t2} {04671.f} {04671.p5} -> {04671.p6} 
+tr {04671.t3|04672.t1} : a4670 {04671.f} {04672.p1} -> {04672.p3} 
+tr {04672.e} {04672.p6} {04672.p3} -> {04672.p4-eats} 
+tr {04672.t} {04672.p2-thinks} -> {04672.p1} {04672.p5} 
+tr {04672.t0|04673.t4} : b4671 {04673.p4-eats} -> {04672.f} {04673.f} {04673.p2-thinks} 
+tr {04672.t2} {04672.f} {04672.p5} -> {04672.p6} 
+tr {04672.t3|04673.t1} : a4671 {04672.f} {04673.p1} -> {04673.p3} 
+tr {04673.e} {04673.p6} {04673.p3} -> {04673.p4-eats} 
+tr {04673.t} {04673.p2-thinks} -> {04673.p1} {04673.p5} 
+tr {04673.t0|04674.t4} : b4672 {04674.p4-eats} -> {04673.f} {04674.f} {04674.p2-thinks} 
+tr {04673.t2} {04673.f} {04673.p5} -> {04673.p6} 
+tr {04673.t3|04674.t1} : a4672 {04673.f} {04674.p1} -> {04674.p3} 
+tr {04674.e} {04674.p6} {04674.p3} -> {04674.p4-eats} 
+tr {04674.t} {04674.p2-thinks} -> {04674.p1} {04674.p5} 
+tr {04674.t0|04675.t4} : b4673 {04675.p4-eats} -> {04674.f} {04675.f} {04675.p2-thinks} 
+tr {04674.t2} {04674.f} {04674.p5} -> {04674.p6} 
+tr {04674.t3|04675.t1} : a4673 {04674.f} {04675.p1} -> {04675.p3} 
+tr {04675.e} {04675.p6} {04675.p3} -> {04675.p4-eats} 
+tr {04675.t} {04675.p2-thinks} -> {04675.p1} {04675.p5} 
+tr {04675.t0|04676.t4} : b4674 {04676.p4-eats} -> {04675.f} {04676.f} {04676.p2-thinks} 
+tr {04675.t2} {04675.f} {04675.p5} -> {04675.p6} 
+tr {04675.t3|04676.t1} : a4674 {04675.f} {04676.p1} -> {04676.p3} 
+tr {04676.e} {04676.p6} {04676.p3} -> {04676.p4-eats} 
+tr {04676.t} {04676.p2-thinks} -> {04676.p1} {04676.p5} 
+tr {04676.t0|04677.t4} : b4675 {04677.p4-eats} -> {04676.f} {04677.f} {04677.p2-thinks} 
+tr {04676.t2} {04676.f} {04676.p5} -> {04676.p6} 
+tr {04676.t3|04677.t1} : a4675 {04676.f} {04677.p1} -> {04677.p3} 
+tr {04677.e} {04677.p6} {04677.p3} -> {04677.p4-eats} 
+tr {04677.t} {04677.p2-thinks} -> {04677.p1} {04677.p5} 
+tr {04677.t0|04678.t4} : b4676 {04678.p4-eats} -> {04677.f} {04678.f} {04678.p2-thinks} 
+tr {04677.t2} {04677.f} {04677.p5} -> {04677.p6} 
+tr {04677.t3|04678.t1} : a4676 {04677.f} {04678.p1} -> {04678.p3} 
+tr {04678.e} {04678.p6} {04678.p3} -> {04678.p4-eats} 
+tr {04678.t} {04678.p2-thinks} -> {04678.p1} {04678.p5} 
+tr {04678.t0|04679.t4} : b4677 {04679.p4-eats} -> {04678.f} {04679.f} {04679.p2-thinks} 
+tr {04678.t2} {04678.f} {04678.p5} -> {04678.p6} 
+tr {04678.t3|04679.t1} : a4677 {04678.f} {04679.p1} -> {04679.p3} 
+tr {04679.e} {04679.p6} {04679.p3} -> {04679.p4-eats} 
+tr {04679.t} {04679.p2-thinks} -> {04679.p1} {04679.p5} 
+tr {04679.t0|04680.t4} : b4678 {04680.p4-eats} -> {04679.f} {04680.f} {04680.p2-thinks} 
+tr {04679.t2} {04679.f} {04679.p5} -> {04679.p6} 
+tr {04679.t3|04680.t1} : a4678 {04679.f} {04680.p1} -> {04680.p3} 
+tr {04680.e} {04680.p6} {04680.p3} -> {04680.p4-eats} 
+tr {04680.t} {04680.p2-thinks} -> {04680.p1} {04680.p5} 
+tr {04680.t0|04681.t4} : b4679 {04681.p4-eats} -> {04680.f} {04681.f} {04681.p2-thinks} 
+tr {04680.t2} {04680.f} {04680.p5} -> {04680.p6} 
+tr {04680.t3|04681.t1} : a4679 {04680.f} {04681.p1} -> {04681.p3} 
+tr {04681.e} {04681.p6} {04681.p3} -> {04681.p4-eats} 
+tr {04681.t} {04681.p2-thinks} -> {04681.p1} {04681.p5} 
+tr {04681.t0|04682.t4} : b4680 {04682.p4-eats} -> {04681.f} {04682.f} {04682.p2-thinks} 
+tr {04681.t2} {04681.f} {04681.p5} -> {04681.p6} 
+tr {04681.t3|04682.t1} : a4680 {04681.f} {04682.p1} -> {04682.p3} 
+tr {04682.e} {04682.p6} {04682.p3} -> {04682.p4-eats} 
+tr {04682.t} {04682.p2-thinks} -> {04682.p1} {04682.p5} 
+tr {04682.t0|04683.t4} : b4681 {04683.p4-eats} -> {04682.f} {04683.f} {04683.p2-thinks} 
+tr {04682.t2} {04682.f} {04682.p5} -> {04682.p6} 
+tr {04682.t3|04683.t1} : a4681 {04682.f} {04683.p1} -> {04683.p3} 
+tr {04683.e} {04683.p6} {04683.p3} -> {04683.p4-eats} 
+tr {04683.t} {04683.p2-thinks} -> {04683.p1} {04683.p5} 
+tr {04683.t0|04684.t4} : b4682 {04684.p4-eats} -> {04683.f} {04684.f} {04684.p2-thinks} 
+tr {04683.t2} {04683.f} {04683.p5} -> {04683.p6} 
+tr {04683.t3|04684.t1} : a4682 {04683.f} {04684.p1} -> {04684.p3} 
+tr {04684.e} {04684.p6} {04684.p3} -> {04684.p4-eats} 
+tr {04684.t} {04684.p2-thinks} -> {04684.p1} {04684.p5} 
+tr {04684.t0|04685.t4} : b4683 {04685.p4-eats} -> {04684.f} {04685.f} {04685.p2-thinks} 
+tr {04684.t2} {04684.f} {04684.p5} -> {04684.p6} 
+tr {04684.t3|04685.t1} : a4683 {04684.f} {04685.p1} -> {04685.p3} 
+tr {04685.e} {04685.p6} {04685.p3} -> {04685.p4-eats} 
+tr {04685.t} {04685.p2-thinks} -> {04685.p1} {04685.p5} 
+tr {04685.t0|04686.t4} : b4684 {04686.p4-eats} -> {04685.f} {04686.f} {04686.p2-thinks} 
+tr {04685.t2} {04685.f} {04685.p5} -> {04685.p6} 
+tr {04685.t3|04686.t1} : a4684 {04685.f} {04686.p1} -> {04686.p3} 
+tr {04686.e} {04686.p6} {04686.p3} -> {04686.p4-eats} 
+tr {04686.t} {04686.p2-thinks} -> {04686.p1} {04686.p5} 
+tr {04686.t0|04687.t4} : b4685 {04687.p4-eats} -> {04686.f} {04687.f} {04687.p2-thinks} 
+tr {04686.t2} {04686.f} {04686.p5} -> {04686.p6} 
+tr {04686.t3|04687.t1} : a4685 {04686.f} {04687.p1} -> {04687.p3} 
+tr {04687.e} {04687.p6} {04687.p3} -> {04687.p4-eats} 
+tr {04687.t} {04687.p2-thinks} -> {04687.p1} {04687.p5} 
+tr {04687.t0|04688.t4} : b4686 {04688.p4-eats} -> {04687.f} {04688.f} {04688.p2-thinks} 
+tr {04687.t2} {04687.f} {04687.p5} -> {04687.p6} 
+tr {04687.t3|04688.t1} : a4686 {04687.f} {04688.p1} -> {04688.p3} 
+tr {04688.e} {04688.p6} {04688.p3} -> {04688.p4-eats} 
+tr {04688.t} {04688.p2-thinks} -> {04688.p1} {04688.p5} 
+tr {04688.t0|04689.t4} : b4687 {04689.p4-eats} -> {04688.f} {04689.f} {04689.p2-thinks} 
+tr {04688.t2} {04688.f} {04688.p5} -> {04688.p6} 
+tr {04688.t3|04689.t1} : a4687 {04688.f} {04689.p1} -> {04689.p3} 
+tr {04689.e} {04689.p6} {04689.p3} -> {04689.p4-eats} 
+tr {04689.t} {04689.p2-thinks} -> {04689.p1} {04689.p5} 
+tr {04689.t0|04690.t4} : b4688 {04690.p4-eats} -> {04689.f} {04690.f} {04690.p2-thinks} 
+tr {04689.t2} {04689.f} {04689.p5} -> {04689.p6} 
+tr {04689.t3|04690.t1} : a4688 {04689.f} {04690.p1} -> {04690.p3} 
+tr {04690.e} {04690.p6} {04690.p3} -> {04690.p4-eats} 
+tr {04690.t} {04690.p2-thinks} -> {04690.p1} {04690.p5} 
+tr {04690.t0|04691.t4} : b4689 {04691.p4-eats} -> {04690.f} {04691.f} {04691.p2-thinks} 
+tr {04690.t2} {04690.f} {04690.p5} -> {04690.p6} 
+tr {04690.t3|04691.t1} : a4689 {04690.f} {04691.p1} -> {04691.p3} 
+tr {04691.e} {04691.p6} {04691.p3} -> {04691.p4-eats} 
+tr {04691.t} {04691.p2-thinks} -> {04691.p1} {04691.p5} 
+tr {04691.t0|04692.t4} : b4690 {04692.p4-eats} -> {04691.f} {04692.f} {04692.p2-thinks} 
+tr {04691.t2} {04691.f} {04691.p5} -> {04691.p6} 
+tr {04691.t3|04692.t1} : a4690 {04691.f} {04692.p1} -> {04692.p3} 
+tr {04692.e} {04692.p6} {04692.p3} -> {04692.p4-eats} 
+tr {04692.t} {04692.p2-thinks} -> {04692.p1} {04692.p5} 
+tr {04692.t0|04693.t4} : b4691 {04693.p4-eats} -> {04692.f} {04693.f} {04693.p2-thinks} 
+tr {04692.t2} {04692.f} {04692.p5} -> {04692.p6} 
+tr {04692.t3|04693.t1} : a4691 {04692.f} {04693.p1} -> {04693.p3} 
+tr {04693.e} {04693.p6} {04693.p3} -> {04693.p4-eats} 
+tr {04693.t} {04693.p2-thinks} -> {04693.p1} {04693.p5} 
+tr {04693.t0|04694.t4} : b4692 {04694.p4-eats} -> {04693.f} {04694.f} {04694.p2-thinks} 
+tr {04693.t2} {04693.f} {04693.p5} -> {04693.p6} 
+tr {04693.t3|04694.t1} : a4692 {04693.f} {04694.p1} -> {04694.p3} 
+tr {04694.e} {04694.p6} {04694.p3} -> {04694.p4-eats} 
+tr {04694.t} {04694.p2-thinks} -> {04694.p1} {04694.p5} 
+tr {04694.t0|04695.t4} : b4693 {04695.p4-eats} -> {04694.f} {04695.f} {04695.p2-thinks} 
+tr {04694.t2} {04694.f} {04694.p5} -> {04694.p6} 
+tr {04694.t3|04695.t1} : a4693 {04694.f} {04695.p1} -> {04695.p3} 
+tr {04695.e} {04695.p6} {04695.p3} -> {04695.p4-eats} 
+tr {04695.t} {04695.p2-thinks} -> {04695.p1} {04695.p5} 
+tr {04695.t0|04696.t4} : b4694 {04696.p4-eats} -> {04695.f} {04696.f} {04696.p2-thinks} 
+tr {04695.t2} {04695.f} {04695.p5} -> {04695.p6} 
+tr {04695.t3|04696.t1} : a4694 {04695.f} {04696.p1} -> {04696.p3} 
+tr {04696.e} {04696.p6} {04696.p3} -> {04696.p4-eats} 
+tr {04696.t} {04696.p2-thinks} -> {04696.p1} {04696.p5} 
+tr {04696.t0|04697.t4} : b4695 {04697.p4-eats} -> {04696.f} {04697.f} {04697.p2-thinks} 
+tr {04696.t2} {04696.f} {04696.p5} -> {04696.p6} 
+tr {04696.t3|04697.t1} : a4695 {04696.f} {04697.p1} -> {04697.p3} 
+tr {04697.e} {04697.p6} {04697.p3} -> {04697.p4-eats} 
+tr {04697.t} {04697.p2-thinks} -> {04697.p1} {04697.p5} 
+tr {04697.t0|04698.t4} : b4696 {04698.p4-eats} -> {04697.f} {04698.f} {04698.p2-thinks} 
+tr {04697.t2} {04697.f} {04697.p5} -> {04697.p6} 
+tr {04697.t3|04698.t1} : a4696 {04697.f} {04698.p1} -> {04698.p3} 
+tr {04698.e} {04698.p6} {04698.p3} -> {04698.p4-eats} 
+tr {04698.t} {04698.p2-thinks} -> {04698.p1} {04698.p5} 
+tr {04698.t0|04699.t4} : b4697 {04699.p4-eats} -> {04698.f} {04699.f} {04699.p2-thinks} 
+tr {04698.t2} {04698.f} {04698.p5} -> {04698.p6} 
+tr {04698.t3|04699.t1} : a4697 {04698.f} {04699.p1} -> {04699.p3} 
+tr {04699.e} {04699.p6} {04699.p3} -> {04699.p4-eats} 
+tr {04699.t} {04699.p2-thinks} -> {04699.p1} {04699.p5} 
+tr {04699.t0|04700.t4} : b4698 {04700.p4-eats} -> {04699.f} {04700.f} {04700.p2-thinks} 
+tr {04699.t2} {04699.f} {04699.p5} -> {04699.p6} 
+tr {04699.t3|04700.t1} : a4698 {04699.f} {04700.p1} -> {04700.p3} 
+tr {04700.e} {04700.p6} {04700.p3} -> {04700.p4-eats} 
+tr {04700.t} {04700.p2-thinks} -> {04700.p1} {04700.p5} 
+tr {04700.t0|04701.t4} : b4699 {04701.p4-eats} -> {04700.f} {04701.f} {04701.p2-thinks} 
+tr {04700.t2} {04700.f} {04700.p5} -> {04700.p6} 
+tr {04700.t3|04701.t1} : a4699 {04700.f} {04701.p1} -> {04701.p3} 
+tr {04701.e} {04701.p6} {04701.p3} -> {04701.p4-eats} 
+tr {04701.t} {04701.p2-thinks} -> {04701.p1} {04701.p5} 
+tr {04701.t0|04702.t4} : b4700 {04702.p4-eats} -> {04701.f} {04702.f} {04702.p2-thinks} 
+tr {04701.t2} {04701.f} {04701.p5} -> {04701.p6} 
+tr {04701.t3|04702.t1} : a4700 {04701.f} {04702.p1} -> {04702.p3} 
+tr {04702.e} {04702.p6} {04702.p3} -> {04702.p4-eats} 
+tr {04702.t} {04702.p2-thinks} -> {04702.p1} {04702.p5} 
+tr {04702.t0|04703.t4} : b4701 {04703.p4-eats} -> {04702.f} {04703.f} {04703.p2-thinks} 
+tr {04702.t2} {04702.f} {04702.p5} -> {04702.p6} 
+tr {04702.t3|04703.t1} : a4701 {04702.f} {04703.p1} -> {04703.p3} 
+tr {04703.e} {04703.p6} {04703.p3} -> {04703.p4-eats} 
+tr {04703.t} {04703.p2-thinks} -> {04703.p1} {04703.p5} 
+tr {04703.t0|04704.t4} : b4702 {04704.p4-eats} -> {04703.f} {04704.f} {04704.p2-thinks} 
+tr {04703.t2} {04703.f} {04703.p5} -> {04703.p6} 
+tr {04703.t3|04704.t1} : a4702 {04703.f} {04704.p1} -> {04704.p3} 
+tr {04704.e} {04704.p6} {04704.p3} -> {04704.p4-eats} 
+tr {04704.t} {04704.p2-thinks} -> {04704.p1} {04704.p5} 
+tr {04704.t0|04705.t4} : b4703 {04705.p4-eats} -> {04704.f} {04705.f} {04705.p2-thinks} 
+tr {04704.t2} {04704.f} {04704.p5} -> {04704.p6} 
+tr {04704.t3|04705.t1} : a4703 {04704.f} {04705.p1} -> {04705.p3} 
+tr {04705.e} {04705.p6} {04705.p3} -> {04705.p4-eats} 
+tr {04705.t} {04705.p2-thinks} -> {04705.p1} {04705.p5} 
+tr {04705.t0|04706.t4} : b4704 {04706.p4-eats} -> {04705.f} {04706.f} {04706.p2-thinks} 
+tr {04705.t2} {04705.f} {04705.p5} -> {04705.p6} 
+tr {04705.t3|04706.t1} : a4704 {04705.f} {04706.p1} -> {04706.p3} 
+tr {04706.e} {04706.p6} {04706.p3} -> {04706.p4-eats} 
+tr {04706.t} {04706.p2-thinks} -> {04706.p1} {04706.p5} 
+tr {04706.t0|04707.t4} : b4705 {04707.p4-eats} -> {04706.f} {04707.f} {04707.p2-thinks} 
+tr {04706.t2} {04706.f} {04706.p5} -> {04706.p6} 
+tr {04706.t3|04707.t1} : a4705 {04706.f} {04707.p1} -> {04707.p3} 
+tr {04707.e} {04707.p6} {04707.p3} -> {04707.p4-eats} 
+tr {04707.t} {04707.p2-thinks} -> {04707.p1} {04707.p5} 
+tr {04707.t0|04708.t4} : b4706 {04708.p4-eats} -> {04707.f} {04708.f} {04708.p2-thinks} 
+tr {04707.t2} {04707.f} {04707.p5} -> {04707.p6} 
+tr {04707.t3|04708.t1} : a4706 {04707.f} {04708.p1} -> {04708.p3} 
+tr {04708.e} {04708.p6} {04708.p3} -> {04708.p4-eats} 
+tr {04708.t} {04708.p2-thinks} -> {04708.p1} {04708.p5} 
+tr {04708.t0|04709.t4} : b4707 {04709.p4-eats} -> {04708.f} {04709.f} {04709.p2-thinks} 
+tr {04708.t2} {04708.f} {04708.p5} -> {04708.p6} 
+tr {04708.t3|04709.t1} : a4707 {04708.f} {04709.p1} -> {04709.p3} 
+tr {04709.e} {04709.p6} {04709.p3} -> {04709.p4-eats} 
+tr {04709.t} {04709.p2-thinks} -> {04709.p1} {04709.p5} 
+tr {04709.t0|04710.t4} : b4708 {04710.p4-eats} -> {04709.f} {04710.f} {04710.p2-thinks} 
+tr {04709.t2} {04709.f} {04709.p5} -> {04709.p6} 
+tr {04709.t3|04710.t1} : a4708 {04709.f} {04710.p1} -> {04710.p3} 
+tr {04710.e} {04710.p6} {04710.p3} -> {04710.p4-eats} 
+tr {04710.t} {04710.p2-thinks} -> {04710.p1} {04710.p5} 
+tr {04710.t0|04711.t4} : b4709 {04711.p4-eats} -> {04710.f} {04711.f} {04711.p2-thinks} 
+tr {04710.t2} {04710.f} {04710.p5} -> {04710.p6} 
+tr {04710.t3|04711.t1} : a4709 {04710.f} {04711.p1} -> {04711.p3} 
+tr {04711.e} {04711.p6} {04711.p3} -> {04711.p4-eats} 
+tr {04711.t} {04711.p2-thinks} -> {04711.p1} {04711.p5} 
+tr {04711.t0|04712.t4} : b4710 {04712.p4-eats} -> {04711.f} {04712.f} {04712.p2-thinks} 
+tr {04711.t2} {04711.f} {04711.p5} -> {04711.p6} 
+tr {04711.t3|04712.t1} : a4710 {04711.f} {04712.p1} -> {04712.p3} 
+tr {04712.e} {04712.p6} {04712.p3} -> {04712.p4-eats} 
+tr {04712.t} {04712.p2-thinks} -> {04712.p1} {04712.p5} 
+tr {04712.t0|04713.t4} : b4711 {04713.p4-eats} -> {04712.f} {04713.f} {04713.p2-thinks} 
+tr {04712.t2} {04712.f} {04712.p5} -> {04712.p6} 
+tr {04712.t3|04713.t1} : a4711 {04712.f} {04713.p1} -> {04713.p3} 
+tr {04713.e} {04713.p6} {04713.p3} -> {04713.p4-eats} 
+tr {04713.t} {04713.p2-thinks} -> {04713.p1} {04713.p5} 
+tr {04713.t0|04714.t4} : b4712 {04714.p4-eats} -> {04713.f} {04714.f} {04714.p2-thinks} 
+tr {04713.t2} {04713.f} {04713.p5} -> {04713.p6} 
+tr {04713.t3|04714.t1} : a4712 {04713.f} {04714.p1} -> {04714.p3} 
+tr {04714.e} {04714.p6} {04714.p3} -> {04714.p4-eats} 
+tr {04714.t} {04714.p2-thinks} -> {04714.p1} {04714.p5} 
+tr {04714.t0|04715.t4} : b4713 {04715.p4-eats} -> {04714.f} {04715.f} {04715.p2-thinks} 
+tr {04714.t2} {04714.f} {04714.p5} -> {04714.p6} 
+tr {04714.t3|04715.t1} : a4713 {04714.f} {04715.p1} -> {04715.p3} 
+tr {04715.e} {04715.p6} {04715.p3} -> {04715.p4-eats} 
+tr {04715.t} {04715.p2-thinks} -> {04715.p1} {04715.p5} 
+tr {04715.t0|04716.t4} : b4714 {04716.p4-eats} -> {04715.f} {04716.f} {04716.p2-thinks} 
+tr {04715.t2} {04715.f} {04715.p5} -> {04715.p6} 
+tr {04715.t3|04716.t1} : a4714 {04715.f} {04716.p1} -> {04716.p3} 
+tr {04716.e} {04716.p6} {04716.p3} -> {04716.p4-eats} 
+tr {04716.t} {04716.p2-thinks} -> {04716.p1} {04716.p5} 
+tr {04716.t0|04717.t4} : b4715 {04717.p4-eats} -> {04716.f} {04717.f} {04717.p2-thinks} 
+tr {04716.t2} {04716.f} {04716.p5} -> {04716.p6} 
+tr {04716.t3|04717.t1} : a4715 {04716.f} {04717.p1} -> {04717.p3} 
+tr {04717.e} {04717.p6} {04717.p3} -> {04717.p4-eats} 
+tr {04717.t} {04717.p2-thinks} -> {04717.p1} {04717.p5} 
+tr {04717.t0|04718.t4} : b4716 {04718.p4-eats} -> {04717.f} {04718.f} {04718.p2-thinks} 
+tr {04717.t2} {04717.f} {04717.p5} -> {04717.p6} 
+tr {04717.t3|04718.t1} : a4716 {04717.f} {04718.p1} -> {04718.p3} 
+tr {04718.e} {04718.p6} {04718.p3} -> {04718.p4-eats} 
+tr {04718.t} {04718.p2-thinks} -> {04718.p1} {04718.p5} 
+tr {04718.t0|04719.t4} : b4717 {04719.p4-eats} -> {04718.f} {04719.f} {04719.p2-thinks} 
+tr {04718.t2} {04718.f} {04718.p5} -> {04718.p6} 
+tr {04718.t3|04719.t1} : a4717 {04718.f} {04719.p1} -> {04719.p3} 
+tr {04719.e} {04719.p6} {04719.p3} -> {04719.p4-eats} 
+tr {04719.t} {04719.p2-thinks} -> {04719.p1} {04719.p5} 
+tr {04719.t0|04720.t4} : b4718 {04720.p4-eats} -> {04719.f} {04720.f} {04720.p2-thinks} 
+tr {04719.t2} {04719.f} {04719.p5} -> {04719.p6} 
+tr {04719.t3|04720.t1} : a4718 {04719.f} {04720.p1} -> {04720.p3} 
+tr {04720.e} {04720.p6} {04720.p3} -> {04720.p4-eats} 
+tr {04720.t} {04720.p2-thinks} -> {04720.p1} {04720.p5} 
+tr {04720.t0|04721.t4} : b4719 {04721.p4-eats} -> {04720.f} {04721.f} {04721.p2-thinks} 
+tr {04720.t2} {04720.f} {04720.p5} -> {04720.p6} 
+tr {04720.t3|04721.t1} : a4719 {04720.f} {04721.p1} -> {04721.p3} 
+tr {04721.e} {04721.p6} {04721.p3} -> {04721.p4-eats} 
+tr {04721.t} {04721.p2-thinks} -> {04721.p1} {04721.p5} 
+tr {04721.t0|04722.t4} : b4720 {04722.p4-eats} -> {04721.f} {04722.f} {04722.p2-thinks} 
+tr {04721.t2} {04721.f} {04721.p5} -> {04721.p6} 
+tr {04721.t3|04722.t1} : a4720 {04721.f} {04722.p1} -> {04722.p3} 
+tr {04722.e} {04722.p6} {04722.p3} -> {04722.p4-eats} 
+tr {04722.t} {04722.p2-thinks} -> {04722.p1} {04722.p5} 
+tr {04722.t0|04723.t4} : b4721 {04723.p4-eats} -> {04722.f} {04723.f} {04723.p2-thinks} 
+tr {04722.t2} {04722.f} {04722.p5} -> {04722.p6} 
+tr {04722.t3|04723.t1} : a4721 {04722.f} {04723.p1} -> {04723.p3} 
+tr {04723.e} {04723.p6} {04723.p3} -> {04723.p4-eats} 
+tr {04723.t} {04723.p2-thinks} -> {04723.p1} {04723.p5} 
+tr {04723.t0|04724.t4} : b4722 {04724.p4-eats} -> {04723.f} {04724.f} {04724.p2-thinks} 
+tr {04723.t2} {04723.f} {04723.p5} -> {04723.p6} 
+tr {04723.t3|04724.t1} : a4722 {04723.f} {04724.p1} -> {04724.p3} 
+tr {04724.e} {04724.p6} {04724.p3} -> {04724.p4-eats} 
+tr {04724.t} {04724.p2-thinks} -> {04724.p1} {04724.p5} 
+tr {04724.t0|04725.t4} : b4723 {04725.p4-eats} -> {04724.f} {04725.f} {04725.p2-thinks} 
+tr {04724.t2} {04724.f} {04724.p5} -> {04724.p6} 
+tr {04724.t3|04725.t1} : a4723 {04724.f} {04725.p1} -> {04725.p3} 
+tr {04725.e} {04725.p6} {04725.p3} -> {04725.p4-eats} 
+tr {04725.t} {04725.p2-thinks} -> {04725.p1} {04725.p5} 
+tr {04725.t0|04726.t4} : b4724 {04726.p4-eats} -> {04725.f} {04726.f} {04726.p2-thinks} 
+tr {04725.t2} {04725.f} {04725.p5} -> {04725.p6} 
+tr {04725.t3|04726.t1} : a4724 {04725.f} {04726.p1} -> {04726.p3} 
+tr {04726.e} {04726.p6} {04726.p3} -> {04726.p4-eats} 
+tr {04726.t} {04726.p2-thinks} -> {04726.p1} {04726.p5} 
+tr {04726.t0|04727.t4} : b4725 {04727.p4-eats} -> {04726.f} {04727.f} {04727.p2-thinks} 
+tr {04726.t2} {04726.f} {04726.p5} -> {04726.p6} 
+tr {04726.t3|04727.t1} : a4725 {04726.f} {04727.p1} -> {04727.p3} 
+tr {04727.e} {04727.p6} {04727.p3} -> {04727.p4-eats} 
+tr {04727.t} {04727.p2-thinks} -> {04727.p1} {04727.p5} 
+tr {04727.t0|04728.t4} : b4726 {04728.p4-eats} -> {04727.f} {04728.f} {04728.p2-thinks} 
+tr {04727.t2} {04727.f} {04727.p5} -> {04727.p6} 
+tr {04727.t3|04728.t1} : a4726 {04727.f} {04728.p1} -> {04728.p3} 
+tr {04728.e} {04728.p6} {04728.p3} -> {04728.p4-eats} 
+tr {04728.t} {04728.p2-thinks} -> {04728.p1} {04728.p5} 
+tr {04728.t0|04729.t4} : b4727 {04729.p4-eats} -> {04728.f} {04729.f} {04729.p2-thinks} 
+tr {04728.t2} {04728.f} {04728.p5} -> {04728.p6} 
+tr {04728.t3|04729.t1} : a4727 {04728.f} {04729.p1} -> {04729.p3} 
+tr {04729.e} {04729.p6} {04729.p3} -> {04729.p4-eats} 
+tr {04729.t} {04729.p2-thinks} -> {04729.p1} {04729.p5} 
+tr {04729.t0|04730.t4} : b4728 {04730.p4-eats} -> {04729.f} {04730.f} {04730.p2-thinks} 
+tr {04729.t2} {04729.f} {04729.p5} -> {04729.p6} 
+tr {04729.t3|04730.t1} : a4728 {04729.f} {04730.p1} -> {04730.p3} 
+tr {04730.e} {04730.p6} {04730.p3} -> {04730.p4-eats} 
+tr {04730.t} {04730.p2-thinks} -> {04730.p1} {04730.p5} 
+tr {04730.t0|04731.t4} : b4729 {04731.p4-eats} -> {04730.f} {04731.f} {04731.p2-thinks} 
+tr {04730.t2} {04730.f} {04730.p5} -> {04730.p6} 
+tr {04730.t3|04731.t1} : a4729 {04730.f} {04731.p1} -> {04731.p3} 
+tr {04731.e} {04731.p6} {04731.p3} -> {04731.p4-eats} 
+tr {04731.t} {04731.p2-thinks} -> {04731.p1} {04731.p5} 
+tr {04731.t0|04732.t4} : b4730 {04732.p4-eats} -> {04731.f} {04732.f} {04732.p2-thinks} 
+tr {04731.t2} {04731.f} {04731.p5} -> {04731.p6} 
+tr {04731.t3|04732.t1} : a4730 {04731.f} {04732.p1} -> {04732.p3} 
+tr {04732.e} {04732.p6} {04732.p3} -> {04732.p4-eats} 
+tr {04732.t} {04732.p2-thinks} -> {04732.p1} {04732.p5} 
+tr {04732.t0|04733.t4} : b4731 {04733.p4-eats} -> {04732.f} {04733.f} {04733.p2-thinks} 
+tr {04732.t2} {04732.f} {04732.p5} -> {04732.p6} 
+tr {04732.t3|04733.t1} : a4731 {04732.f} {04733.p1} -> {04733.p3} 
+tr {04733.e} {04733.p6} {04733.p3} -> {04733.p4-eats} 
+tr {04733.t} {04733.p2-thinks} -> {04733.p1} {04733.p5} 
+tr {04733.t0|04734.t4} : b4732 {04734.p4-eats} -> {04733.f} {04734.f} {04734.p2-thinks} 
+tr {04733.t2} {04733.f} {04733.p5} -> {04733.p6} 
+tr {04733.t3|04734.t1} : a4732 {04733.f} {04734.p1} -> {04734.p3} 
+tr {04734.e} {04734.p6} {04734.p3} -> {04734.p4-eats} 
+tr {04734.t} {04734.p2-thinks} -> {04734.p1} {04734.p5} 
+tr {04734.t0|04735.t4} : b4733 {04735.p4-eats} -> {04734.f} {04735.f} {04735.p2-thinks} 
+tr {04734.t2} {04734.f} {04734.p5} -> {04734.p6} 
+tr {04734.t3|04735.t1} : a4733 {04734.f} {04735.p1} -> {04735.p3} 
+tr {04735.e} {04735.p6} {04735.p3} -> {04735.p4-eats} 
+tr {04735.t} {04735.p2-thinks} -> {04735.p1} {04735.p5} 
+tr {04735.t0|04736.t4} : b4734 {04736.p4-eats} -> {04735.f} {04736.f} {04736.p2-thinks} 
+tr {04735.t2} {04735.f} {04735.p5} -> {04735.p6} 
+tr {04735.t3|04736.t1} : a4734 {04735.f} {04736.p1} -> {04736.p3} 
+tr {04736.e} {04736.p6} {04736.p3} -> {04736.p4-eats} 
+tr {04736.t} {04736.p2-thinks} -> {04736.p1} {04736.p5} 
+tr {04736.t0|04737.t4} : b4735 {04737.p4-eats} -> {04736.f} {04737.f} {04737.p2-thinks} 
+tr {04736.t2} {04736.f} {04736.p5} -> {04736.p6} 
+tr {04736.t3|04737.t1} : a4735 {04736.f} {04737.p1} -> {04737.p3} 
+tr {04737.e} {04737.p6} {04737.p3} -> {04737.p4-eats} 
+tr {04737.t} {04737.p2-thinks} -> {04737.p1} {04737.p5} 
+tr {04737.t0|04738.t4} : b4736 {04738.p4-eats} -> {04737.f} {04738.f} {04738.p2-thinks} 
+tr {04737.t2} {04737.f} {04737.p5} -> {04737.p6} 
+tr {04737.t3|04738.t1} : a4736 {04737.f} {04738.p1} -> {04738.p3} 
+tr {04738.e} {04738.p6} {04738.p3} -> {04738.p4-eats} 
+tr {04738.t} {04738.p2-thinks} -> {04738.p1} {04738.p5} 
+tr {04738.t0|04739.t4} : b4737 {04739.p4-eats} -> {04738.f} {04739.f} {04739.p2-thinks} 
+tr {04738.t2} {04738.f} {04738.p5} -> {04738.p6} 
+tr {04738.t3|04739.t1} : a4737 {04738.f} {04739.p1} -> {04739.p3} 
+tr {04739.e} {04739.p6} {04739.p3} -> {04739.p4-eats} 
+tr {04739.t} {04739.p2-thinks} -> {04739.p1} {04739.p5} 
+tr {04739.t0|04740.t4} : b4738 {04740.p4-eats} -> {04739.f} {04740.f} {04740.p2-thinks} 
+tr {04739.t2} {04739.f} {04739.p5} -> {04739.p6} 
+tr {04739.t3|04740.t1} : a4738 {04739.f} {04740.p1} -> {04740.p3} 
+tr {04740.e} {04740.p6} {04740.p3} -> {04740.p4-eats} 
+tr {04740.t} {04740.p2-thinks} -> {04740.p1} {04740.p5} 
+tr {04740.t0|04741.t4} : b4739 {04741.p4-eats} -> {04740.f} {04741.f} {04741.p2-thinks} 
+tr {04740.t2} {04740.f} {04740.p5} -> {04740.p6} 
+tr {04740.t3|04741.t1} : a4739 {04740.f} {04741.p1} -> {04741.p3} 
+tr {04741.e} {04741.p6} {04741.p3} -> {04741.p4-eats} 
+tr {04741.t} {04741.p2-thinks} -> {04741.p1} {04741.p5} 
+tr {04741.t0|04742.t4} : b4740 {04742.p4-eats} -> {04741.f} {04742.f} {04742.p2-thinks} 
+tr {04741.t2} {04741.f} {04741.p5} -> {04741.p6} 
+tr {04741.t3|04742.t1} : a4740 {04741.f} {04742.p1} -> {04742.p3} 
+tr {04742.e} {04742.p6} {04742.p3} -> {04742.p4-eats} 
+tr {04742.t} {04742.p2-thinks} -> {04742.p1} {04742.p5} 
+tr {04742.t0|04743.t4} : b4741 {04743.p4-eats} -> {04742.f} {04743.f} {04743.p2-thinks} 
+tr {04742.t2} {04742.f} {04742.p5} -> {04742.p6} 
+tr {04742.t3|04743.t1} : a4741 {04742.f} {04743.p1} -> {04743.p3} 
+tr {04743.e} {04743.p6} {04743.p3} -> {04743.p4-eats} 
+tr {04743.t} {04743.p2-thinks} -> {04743.p1} {04743.p5} 
+tr {04743.t0|04744.t4} : b4742 {04744.p4-eats} -> {04743.f} {04744.f} {04744.p2-thinks} 
+tr {04743.t2} {04743.f} {04743.p5} -> {04743.p6} 
+tr {04743.t3|04744.t1} : a4742 {04743.f} {04744.p1} -> {04744.p3} 
+tr {04744.e} {04744.p6} {04744.p3} -> {04744.p4-eats} 
+tr {04744.t} {04744.p2-thinks} -> {04744.p1} {04744.p5} 
+tr {04744.t0|04745.t4} : b4743 {04745.p4-eats} -> {04744.f} {04745.f} {04745.p2-thinks} 
+tr {04744.t2} {04744.f} {04744.p5} -> {04744.p6} 
+tr {04744.t3|04745.t1} : a4743 {04744.f} {04745.p1} -> {04745.p3} 
+tr {04745.e} {04745.p6} {04745.p3} -> {04745.p4-eats} 
+tr {04745.t} {04745.p2-thinks} -> {04745.p1} {04745.p5} 
+tr {04745.t0|04746.t4} : b4744 {04746.p4-eats} -> {04745.f} {04746.f} {04746.p2-thinks} 
+tr {04745.t2} {04745.f} {04745.p5} -> {04745.p6} 
+tr {04745.t3|04746.t1} : a4744 {04745.f} {04746.p1} -> {04746.p3} 
+tr {04746.e} {04746.p6} {04746.p3} -> {04746.p4-eats} 
+tr {04746.t} {04746.p2-thinks} -> {04746.p1} {04746.p5} 
+tr {04746.t0|04747.t4} : b4745 {04747.p4-eats} -> {04746.f} {04747.f} {04747.p2-thinks} 
+tr {04746.t2} {04746.f} {04746.p5} -> {04746.p6} 
+tr {04746.t3|04747.t1} : a4745 {04746.f} {04747.p1} -> {04747.p3} 
+tr {04747.e} {04747.p6} {04747.p3} -> {04747.p4-eats} 
+tr {04747.t} {04747.p2-thinks} -> {04747.p1} {04747.p5} 
+tr {04747.t0|04748.t4} : b4746 {04748.p4-eats} -> {04747.f} {04748.f} {04748.p2-thinks} 
+tr {04747.t2} {04747.f} {04747.p5} -> {04747.p6} 
+tr {04747.t3|04748.t1} : a4746 {04747.f} {04748.p1} -> {04748.p3} 
+tr {04748.e} {04748.p6} {04748.p3} -> {04748.p4-eats} 
+tr {04748.t} {04748.p2-thinks} -> {04748.p1} {04748.p5} 
+tr {04748.t0|04749.t4} : b4747 {04749.p4-eats} -> {04748.f} {04749.f} {04749.p2-thinks} 
+tr {04748.t2} {04748.f} {04748.p5} -> {04748.p6} 
+tr {04748.t3|04749.t1} : a4747 {04748.f} {04749.p1} -> {04749.p3} 
+tr {04749.e} {04749.p6} {04749.p3} -> {04749.p4-eats} 
+tr {04749.t} {04749.p2-thinks} -> {04749.p1} {04749.p5} 
+tr {04749.t0|04750.t4} : b4748 {04750.p4-eats} -> {04749.f} {04750.f} {04750.p2-thinks} 
+tr {04749.t2} {04749.f} {04749.p5} -> {04749.p6} 
+tr {04749.t3|04750.t1} : a4748 {04749.f} {04750.p1} -> {04750.p3} 
+tr {04750.e} {04750.p6} {04750.p3} -> {04750.p4-eats} 
+tr {04750.t} {04750.p2-thinks} -> {04750.p1} {04750.p5} 
+tr {04750.t0|04751.t4} : b4749 {04751.p4-eats} -> {04750.f} {04751.f} {04751.p2-thinks} 
+tr {04750.t2} {04750.f} {04750.p5} -> {04750.p6} 
+tr {04750.t3|04751.t1} : a4749 {04750.f} {04751.p1} -> {04751.p3} 
+tr {04751.e} {04751.p6} {04751.p3} -> {04751.p4-eats} 
+tr {04751.t} {04751.p2-thinks} -> {04751.p1} {04751.p5} 
+tr {04751.t0|04752.t4} : b4750 {04752.p4-eats} -> {04751.f} {04752.f} {04752.p2-thinks} 
+tr {04751.t2} {04751.f} {04751.p5} -> {04751.p6} 
+tr {04751.t3|04752.t1} : a4750 {04751.f} {04752.p1} -> {04752.p3} 
+tr {04752.e} {04752.p6} {04752.p3} -> {04752.p4-eats} 
+tr {04752.t} {04752.p2-thinks} -> {04752.p1} {04752.p5} 
+tr {04752.t0|04753.t4} : b4751 {04753.p4-eats} -> {04752.f} {04753.f} {04753.p2-thinks} 
+tr {04752.t2} {04752.f} {04752.p5} -> {04752.p6} 
+tr {04752.t3|04753.t1} : a4751 {04752.f} {04753.p1} -> {04753.p3} 
+tr {04753.e} {04753.p6} {04753.p3} -> {04753.p4-eats} 
+tr {04753.t} {04753.p2-thinks} -> {04753.p1} {04753.p5} 
+tr {04753.t0|04754.t4} : b4752 {04754.p4-eats} -> {04753.f} {04754.f} {04754.p2-thinks} 
+tr {04753.t2} {04753.f} {04753.p5} -> {04753.p6} 
+tr {04753.t3|04754.t1} : a4752 {04753.f} {04754.p1} -> {04754.p3} 
+tr {04754.e} {04754.p6} {04754.p3} -> {04754.p4-eats} 
+tr {04754.t} {04754.p2-thinks} -> {04754.p1} {04754.p5} 
+tr {04754.t0|04755.t4} : b4753 {04755.p4-eats} -> {04754.f} {04755.f} {04755.p2-thinks} 
+tr {04754.t2} {04754.f} {04754.p5} -> {04754.p6} 
+tr {04754.t3|04755.t1} : a4753 {04754.f} {04755.p1} -> {04755.p3} 
+tr {04755.e} {04755.p6} {04755.p3} -> {04755.p4-eats} 
+tr {04755.t} {04755.p2-thinks} -> {04755.p1} {04755.p5} 
+tr {04755.t0|04756.t4} : b4754 {04756.p4-eats} -> {04755.f} {04756.f} {04756.p2-thinks} 
+tr {04755.t2} {04755.f} {04755.p5} -> {04755.p6} 
+tr {04755.t3|04756.t1} : a4754 {04755.f} {04756.p1} -> {04756.p3} 
+tr {04756.e} {04756.p6} {04756.p3} -> {04756.p4-eats} 
+tr {04756.t} {04756.p2-thinks} -> {04756.p1} {04756.p5} 
+tr {04756.t0|04757.t4} : b4755 {04757.p4-eats} -> {04756.f} {04757.f} {04757.p2-thinks} 
+tr {04756.t2} {04756.f} {04756.p5} -> {04756.p6} 
+tr {04756.t3|04757.t1} : a4755 {04756.f} {04757.p1} -> {04757.p3} 
+tr {04757.e} {04757.p6} {04757.p3} -> {04757.p4-eats} 
+tr {04757.t} {04757.p2-thinks} -> {04757.p1} {04757.p5} 
+tr {04757.t0|04758.t4} : b4756 {04758.p4-eats} -> {04757.f} {04758.f} {04758.p2-thinks} 
+tr {04757.t2} {04757.f} {04757.p5} -> {04757.p6} 
+tr {04757.t3|04758.t1} : a4756 {04757.f} {04758.p1} -> {04758.p3} 
+tr {04758.e} {04758.p6} {04758.p3} -> {04758.p4-eats} 
+tr {04758.t} {04758.p2-thinks} -> {04758.p1} {04758.p5} 
+tr {04758.t0|04759.t4} : b4757 {04759.p4-eats} -> {04758.f} {04759.f} {04759.p2-thinks} 
+tr {04758.t2} {04758.f} {04758.p5} -> {04758.p6} 
+tr {04758.t3|04759.t1} : a4757 {04758.f} {04759.p1} -> {04759.p3} 
+tr {04759.e} {04759.p6} {04759.p3} -> {04759.p4-eats} 
+tr {04759.t} {04759.p2-thinks} -> {04759.p1} {04759.p5} 
+tr {04759.t0|04760.t4} : b4758 {04760.p4-eats} -> {04759.f} {04760.f} {04760.p2-thinks} 
+tr {04759.t2} {04759.f} {04759.p5} -> {04759.p6} 
+tr {04759.t3|04760.t1} : a4758 {04759.f} {04760.p1} -> {04760.p3} 
+tr {04760.e} {04760.p6} {04760.p3} -> {04760.p4-eats} 
+tr {04760.t} {04760.p2-thinks} -> {04760.p1} {04760.p5} 
+tr {04760.t0|04761.t4} : b4759 {04761.p4-eats} -> {04760.f} {04761.f} {04761.p2-thinks} 
+tr {04760.t2} {04760.f} {04760.p5} -> {04760.p6} 
+tr {04760.t3|04761.t1} : a4759 {04760.f} {04761.p1} -> {04761.p3} 
+tr {04761.e} {04761.p6} {04761.p3} -> {04761.p4-eats} 
+tr {04761.t} {04761.p2-thinks} -> {04761.p1} {04761.p5} 
+tr {04761.t0|04762.t4} : b4760 {04762.p4-eats} -> {04761.f} {04762.f} {04762.p2-thinks} 
+tr {04761.t2} {04761.f} {04761.p5} -> {04761.p6} 
+tr {04761.t3|04762.t1} : a4760 {04761.f} {04762.p1} -> {04762.p3} 
+tr {04762.e} {04762.p6} {04762.p3} -> {04762.p4-eats} 
+tr {04762.t} {04762.p2-thinks} -> {04762.p1} {04762.p5} 
+tr {04762.t0|04763.t4} : b4761 {04763.p4-eats} -> {04762.f} {04763.f} {04763.p2-thinks} 
+tr {04762.t2} {04762.f} {04762.p5} -> {04762.p6} 
+tr {04762.t3|04763.t1} : a4761 {04762.f} {04763.p1} -> {04763.p3} 
+tr {04763.e} {04763.p6} {04763.p3} -> {04763.p4-eats} 
+tr {04763.t} {04763.p2-thinks} -> {04763.p1} {04763.p5} 
+tr {04763.t0|04764.t4} : b4762 {04764.p4-eats} -> {04763.f} {04764.f} {04764.p2-thinks} 
+tr {04763.t2} {04763.f} {04763.p5} -> {04763.p6} 
+tr {04763.t3|04764.t1} : a4762 {04763.f} {04764.p1} -> {04764.p3} 
+tr {04764.e} {04764.p6} {04764.p3} -> {04764.p4-eats} 
+tr {04764.t} {04764.p2-thinks} -> {04764.p1} {04764.p5} 
+tr {04764.t0|04765.t4} : b4763 {04765.p4-eats} -> {04764.f} {04765.f} {04765.p2-thinks} 
+tr {04764.t2} {04764.f} {04764.p5} -> {04764.p6} 
+tr {04764.t3|04765.t1} : a4763 {04764.f} {04765.p1} -> {04765.p3} 
+tr {04765.e} {04765.p6} {04765.p3} -> {04765.p4-eats} 
+tr {04765.t} {04765.p2-thinks} -> {04765.p1} {04765.p5} 
+tr {04765.t0|04766.t4} : b4764 {04766.p4-eats} -> {04765.f} {04766.f} {04766.p2-thinks} 
+tr {04765.t2} {04765.f} {04765.p5} -> {04765.p6} 
+tr {04765.t3|04766.t1} : a4764 {04765.f} {04766.p1} -> {04766.p3} 
+tr {04766.e} {04766.p6} {04766.p3} -> {04766.p4-eats} 
+tr {04766.t} {04766.p2-thinks} -> {04766.p1} {04766.p5} 
+tr {04766.t0|04767.t4} : b4765 {04767.p4-eats} -> {04766.f} {04767.f} {04767.p2-thinks} 
+tr {04766.t2} {04766.f} {04766.p5} -> {04766.p6} 
+tr {04766.t3|04767.t1} : a4765 {04766.f} {04767.p1} -> {04767.p3} 
+tr {04767.e} {04767.p6} {04767.p3} -> {04767.p4-eats} 
+tr {04767.t} {04767.p2-thinks} -> {04767.p1} {04767.p5} 
+tr {04767.t0|04768.t4} : b4766 {04768.p4-eats} -> {04767.f} {04768.f} {04768.p2-thinks} 
+tr {04767.t2} {04767.f} {04767.p5} -> {04767.p6} 
+tr {04767.t3|04768.t1} : a4766 {04767.f} {04768.p1} -> {04768.p3} 
+tr {04768.e} {04768.p6} {04768.p3} -> {04768.p4-eats} 
+tr {04768.t} {04768.p2-thinks} -> {04768.p1} {04768.p5} 
+tr {04768.t0|04769.t4} : b4767 {04769.p4-eats} -> {04768.f} {04769.f} {04769.p2-thinks} 
+tr {04768.t2} {04768.f} {04768.p5} -> {04768.p6} 
+tr {04768.t3|04769.t1} : a4767 {04768.f} {04769.p1} -> {04769.p3} 
+tr {04769.e} {04769.p6} {04769.p3} -> {04769.p4-eats} 
+tr {04769.t} {04769.p2-thinks} -> {04769.p1} {04769.p5} 
+tr {04769.t0|04770.t4} : b4768 {04770.p4-eats} -> {04769.f} {04770.f} {04770.p2-thinks} 
+tr {04769.t2} {04769.f} {04769.p5} -> {04769.p6} 
+tr {04769.t3|04770.t1} : a4768 {04769.f} {04770.p1} -> {04770.p3} 
+tr {04770.e} {04770.p6} {04770.p3} -> {04770.p4-eats} 
+tr {04770.t} {04770.p2-thinks} -> {04770.p1} {04770.p5} 
+tr {04770.t0|04771.t4} : b4769 {04771.p4-eats} -> {04770.f} {04771.f} {04771.p2-thinks} 
+tr {04770.t2} {04770.f} {04770.p5} -> {04770.p6} 
+tr {04770.t3|04771.t1} : a4769 {04770.f} {04771.p1} -> {04771.p3} 
+tr {04771.e} {04771.p6} {04771.p3} -> {04771.p4-eats} 
+tr {04771.t} {04771.p2-thinks} -> {04771.p1} {04771.p5} 
+tr {04771.t0|04772.t4} : b4770 {04772.p4-eats} -> {04771.f} {04772.f} {04772.p2-thinks} 
+tr {04771.t2} {04771.f} {04771.p5} -> {04771.p6} 
+tr {04771.t3|04772.t1} : a4770 {04771.f} {04772.p1} -> {04772.p3} 
+tr {04772.e} {04772.p6} {04772.p3} -> {04772.p4-eats} 
+tr {04772.t} {04772.p2-thinks} -> {04772.p1} {04772.p5} 
+tr {04772.t0|04773.t4} : b4771 {04773.p4-eats} -> {04772.f} {04773.f} {04773.p2-thinks} 
+tr {04772.t2} {04772.f} {04772.p5} -> {04772.p6} 
+tr {04772.t3|04773.t1} : a4771 {04772.f} {04773.p1} -> {04773.p3} 
+tr {04773.e} {04773.p6} {04773.p3} -> {04773.p4-eats} 
+tr {04773.t} {04773.p2-thinks} -> {04773.p1} {04773.p5} 
+tr {04773.t0|04774.t4} : b4772 {04774.p4-eats} -> {04773.f} {04774.f} {04774.p2-thinks} 
+tr {04773.t2} {04773.f} {04773.p5} -> {04773.p6} 
+tr {04773.t3|04774.t1} : a4772 {04773.f} {04774.p1} -> {04774.p3} 
+tr {04774.e} {04774.p6} {04774.p3} -> {04774.p4-eats} 
+tr {04774.t} {04774.p2-thinks} -> {04774.p1} {04774.p5} 
+tr {04774.t0|04775.t4} : b4773 {04775.p4-eats} -> {04774.f} {04775.f} {04775.p2-thinks} 
+tr {04774.t2} {04774.f} {04774.p5} -> {04774.p6} 
+tr {04774.t3|04775.t1} : a4773 {04774.f} {04775.p1} -> {04775.p3} 
+tr {04775.e} {04775.p6} {04775.p3} -> {04775.p4-eats} 
+tr {04775.t} {04775.p2-thinks} -> {04775.p1} {04775.p5} 
+tr {04775.t0|04776.t4} : b4774 {04776.p4-eats} -> {04775.f} {04776.f} {04776.p2-thinks} 
+tr {04775.t2} {04775.f} {04775.p5} -> {04775.p6} 
+tr {04775.t3|04776.t1} : a4774 {04775.f} {04776.p1} -> {04776.p3} 
+tr {04776.e} {04776.p6} {04776.p3} -> {04776.p4-eats} 
+tr {04776.t} {04776.p2-thinks} -> {04776.p1} {04776.p5} 
+tr {04776.t0|04777.t4} : b4775 {04777.p4-eats} -> {04776.f} {04777.f} {04777.p2-thinks} 
+tr {04776.t2} {04776.f} {04776.p5} -> {04776.p6} 
+tr {04776.t3|04777.t1} : a4775 {04776.f} {04777.p1} -> {04777.p3} 
+tr {04777.e} {04777.p6} {04777.p3} -> {04777.p4-eats} 
+tr {04777.t} {04777.p2-thinks} -> {04777.p1} {04777.p5} 
+tr {04777.t0|04778.t4} : b4776 {04778.p4-eats} -> {04777.f} {04778.f} {04778.p2-thinks} 
+tr {04777.t2} {04777.f} {04777.p5} -> {04777.p6} 
+tr {04777.t3|04778.t1} : a4776 {04777.f} {04778.p1} -> {04778.p3} 
+tr {04778.e} {04778.p6} {04778.p3} -> {04778.p4-eats} 
+tr {04778.t} {04778.p2-thinks} -> {04778.p1} {04778.p5} 
+tr {04778.t0|04779.t4} : b4777 {04779.p4-eats} -> {04778.f} {04779.f} {04779.p2-thinks} 
+tr {04778.t2} {04778.f} {04778.p5} -> {04778.p6} 
+tr {04778.t3|04779.t1} : a4777 {04778.f} {04779.p1} -> {04779.p3} 
+tr {04779.e} {04779.p6} {04779.p3} -> {04779.p4-eats} 
+tr {04779.t} {04779.p2-thinks} -> {04779.p1} {04779.p5} 
+tr {04779.t0|04780.t4} : b4778 {04780.p4-eats} -> {04779.f} {04780.f} {04780.p2-thinks} 
+tr {04779.t2} {04779.f} {04779.p5} -> {04779.p6} 
+tr {04779.t3|04780.t1} : a4778 {04779.f} {04780.p1} -> {04780.p3} 
+tr {04780.e} {04780.p6} {04780.p3} -> {04780.p4-eats} 
+tr {04780.t} {04780.p2-thinks} -> {04780.p1} {04780.p5} 
+tr {04780.t0|04781.t4} : b4779 {04781.p4-eats} -> {04780.f} {04781.f} {04781.p2-thinks} 
+tr {04780.t2} {04780.f} {04780.p5} -> {04780.p6} 
+tr {04780.t3|04781.t1} : a4779 {04780.f} {04781.p1} -> {04781.p3} 
+tr {04781.e} {04781.p6} {04781.p3} -> {04781.p4-eats} 
+tr {04781.t} {04781.p2-thinks} -> {04781.p1} {04781.p5} 
+tr {04781.t0|04782.t4} : b4780 {04782.p4-eats} -> {04781.f} {04782.f} {04782.p2-thinks} 
+tr {04781.t2} {04781.f} {04781.p5} -> {04781.p6} 
+tr {04781.t3|04782.t1} : a4780 {04781.f} {04782.p1} -> {04782.p3} 
+tr {04782.e} {04782.p6} {04782.p3} -> {04782.p4-eats} 
+tr {04782.t} {04782.p2-thinks} -> {04782.p1} {04782.p5} 
+tr {04782.t0|04783.t4} : b4781 {04783.p4-eats} -> {04782.f} {04783.f} {04783.p2-thinks} 
+tr {04782.t2} {04782.f} {04782.p5} -> {04782.p6} 
+tr {04782.t3|04783.t1} : a4781 {04782.f} {04783.p1} -> {04783.p3} 
+tr {04783.e} {04783.p6} {04783.p3} -> {04783.p4-eats} 
+tr {04783.t} {04783.p2-thinks} -> {04783.p1} {04783.p5} 
+tr {04783.t0|04784.t4} : b4782 {04784.p4-eats} -> {04783.f} {04784.f} {04784.p2-thinks} 
+tr {04783.t2} {04783.f} {04783.p5} -> {04783.p6} 
+tr {04783.t3|04784.t1} : a4782 {04783.f} {04784.p1} -> {04784.p3} 
+tr {04784.e} {04784.p6} {04784.p3} -> {04784.p4-eats} 
+tr {04784.t} {04784.p2-thinks} -> {04784.p1} {04784.p5} 
+tr {04784.t0|04785.t4} : b4783 {04785.p4-eats} -> {04784.f} {04785.f} {04785.p2-thinks} 
+tr {04784.t2} {04784.f} {04784.p5} -> {04784.p6} 
+tr {04784.t3|04785.t1} : a4783 {04784.f} {04785.p1} -> {04785.p3} 
+tr {04785.e} {04785.p6} {04785.p3} -> {04785.p4-eats} 
+tr {04785.t} {04785.p2-thinks} -> {04785.p1} {04785.p5} 
+tr {04785.t0|04786.t4} : b4784 {04786.p4-eats} -> {04785.f} {04786.f} {04786.p2-thinks} 
+tr {04785.t2} {04785.f} {04785.p5} -> {04785.p6} 
+tr {04785.t3|04786.t1} : a4784 {04785.f} {04786.p1} -> {04786.p3} 
+tr {04786.e} {04786.p6} {04786.p3} -> {04786.p4-eats} 
+tr {04786.t} {04786.p2-thinks} -> {04786.p1} {04786.p5} 
+tr {04786.t0|04787.t4} : b4785 {04787.p4-eats} -> {04786.f} {04787.f} {04787.p2-thinks} 
+tr {04786.t2} {04786.f} {04786.p5} -> {04786.p6} 
+tr {04786.t3|04787.t1} : a4785 {04786.f} {04787.p1} -> {04787.p3} 
+tr {04787.e} {04787.p6} {04787.p3} -> {04787.p4-eats} 
+tr {04787.t} {04787.p2-thinks} -> {04787.p1} {04787.p5} 
+tr {04787.t0|04788.t4} : b4786 {04788.p4-eats} -> {04787.f} {04788.f} {04788.p2-thinks} 
+tr {04787.t2} {04787.f} {04787.p5} -> {04787.p6} 
+tr {04787.t3|04788.t1} : a4786 {04787.f} {04788.p1} -> {04788.p3} 
+tr {04788.e} {04788.p6} {04788.p3} -> {04788.p4-eats} 
+tr {04788.t} {04788.p2-thinks} -> {04788.p1} {04788.p5} 
+tr {04788.t0|04789.t4} : b4787 {04789.p4-eats} -> {04788.f} {04789.f} {04789.p2-thinks} 
+tr {04788.t2} {04788.f} {04788.p5} -> {04788.p6} 
+tr {04788.t3|04789.t1} : a4787 {04788.f} {04789.p1} -> {04789.p3} 
+tr {04789.e} {04789.p6} {04789.p3} -> {04789.p4-eats} 
+tr {04789.t} {04789.p2-thinks} -> {04789.p1} {04789.p5} 
+tr {04789.t0|04790.t4} : b4788 {04790.p4-eats} -> {04789.f} {04790.f} {04790.p2-thinks} 
+tr {04789.t2} {04789.f} {04789.p5} -> {04789.p6} 
+tr {04789.t3|04790.t1} : a4788 {04789.f} {04790.p1} -> {04790.p3} 
+tr {04790.e} {04790.p6} {04790.p3} -> {04790.p4-eats} 
+tr {04790.t} {04790.p2-thinks} -> {04790.p1} {04790.p5} 
+tr {04790.t0|04791.t4} : b4789 {04791.p4-eats} -> {04790.f} {04791.f} {04791.p2-thinks} 
+tr {04790.t2} {04790.f} {04790.p5} -> {04790.p6} 
+tr {04790.t3|04791.t1} : a4789 {04790.f} {04791.p1} -> {04791.p3} 
+tr {04791.e} {04791.p6} {04791.p3} -> {04791.p4-eats} 
+tr {04791.t} {04791.p2-thinks} -> {04791.p1} {04791.p5} 
+tr {04791.t0|04792.t4} : b4790 {04792.p4-eats} -> {04791.f} {04792.f} {04792.p2-thinks} 
+tr {04791.t2} {04791.f} {04791.p5} -> {04791.p6} 
+tr {04791.t3|04792.t1} : a4790 {04791.f} {04792.p1} -> {04792.p3} 
+tr {04792.e} {04792.p6} {04792.p3} -> {04792.p4-eats} 
+tr {04792.t} {04792.p2-thinks} -> {04792.p1} {04792.p5} 
+tr {04792.t0|04793.t4} : b4791 {04793.p4-eats} -> {04792.f} {04793.f} {04793.p2-thinks} 
+tr {04792.t2} {04792.f} {04792.p5} -> {04792.p6} 
+tr {04792.t3|04793.t1} : a4791 {04792.f} {04793.p1} -> {04793.p3} 
+tr {04793.e} {04793.p6} {04793.p3} -> {04793.p4-eats} 
+tr {04793.t} {04793.p2-thinks} -> {04793.p1} {04793.p5} 
+tr {04793.t0|04794.t4} : b4792 {04794.p4-eats} -> {04793.f} {04794.f} {04794.p2-thinks} 
+tr {04793.t2} {04793.f} {04793.p5} -> {04793.p6} 
+tr {04793.t3|04794.t1} : a4792 {04793.f} {04794.p1} -> {04794.p3} 
+tr {04794.e} {04794.p6} {04794.p3} -> {04794.p4-eats} 
+tr {04794.t} {04794.p2-thinks} -> {04794.p1} {04794.p5} 
+tr {04794.t0|04795.t4} : b4793 {04795.p4-eats} -> {04794.f} {04795.f} {04795.p2-thinks} 
+tr {04794.t2} {04794.f} {04794.p5} -> {04794.p6} 
+tr {04794.t3|04795.t1} : a4793 {04794.f} {04795.p1} -> {04795.p3} 
+tr {04795.e} {04795.p6} {04795.p3} -> {04795.p4-eats} 
+tr {04795.t} {04795.p2-thinks} -> {04795.p1} {04795.p5} 
+tr {04795.t0|04796.t4} : b4794 {04796.p4-eats} -> {04795.f} {04796.f} {04796.p2-thinks} 
+tr {04795.t2} {04795.f} {04795.p5} -> {04795.p6} 
+tr {04795.t3|04796.t1} : a4794 {04795.f} {04796.p1} -> {04796.p3} 
+tr {04796.e} {04796.p6} {04796.p3} -> {04796.p4-eats} 
+tr {04796.t} {04796.p2-thinks} -> {04796.p1} {04796.p5} 
+tr {04796.t0|04797.t4} : b4795 {04797.p4-eats} -> {04796.f} {04797.f} {04797.p2-thinks} 
+tr {04796.t2} {04796.f} {04796.p5} -> {04796.p6} 
+tr {04796.t3|04797.t1} : a4795 {04796.f} {04797.p1} -> {04797.p3} 
+tr {04797.e} {04797.p6} {04797.p3} -> {04797.p4-eats} 
+tr {04797.t} {04797.p2-thinks} -> {04797.p1} {04797.p5} 
+tr {04797.t0|04798.t4} : b4796 {04798.p4-eats} -> {04797.f} {04798.f} {04798.p2-thinks} 
+tr {04797.t2} {04797.f} {04797.p5} -> {04797.p6} 
+tr {04797.t3|04798.t1} : a4796 {04797.f} {04798.p1} -> {04798.p3} 
+tr {04798.e} {04798.p6} {04798.p3} -> {04798.p4-eats} 
+tr {04798.t} {04798.p2-thinks} -> {04798.p1} {04798.p5} 
+tr {04798.t0|04799.t4} : b4797 {04799.p4-eats} -> {04798.f} {04799.f} {04799.p2-thinks} 
+tr {04798.t2} {04798.f} {04798.p5} -> {04798.p6} 
+tr {04798.t3|04799.t1} : a4797 {04798.f} {04799.p1} -> {04799.p3} 
+tr {04799.e} {04799.p6} {04799.p3} -> {04799.p4-eats} 
+tr {04799.t} {04799.p2-thinks} -> {04799.p1} {04799.p5} 
+tr {04799.t0|04800.t4} : b4798 {04800.p4-eats} -> {04799.f} {04800.f} {04800.p2-thinks} 
+tr {04799.t2} {04799.f} {04799.p5} -> {04799.p6} 
+tr {04799.t3|04800.t1} : a4798 {04799.f} {04800.p1} -> {04800.p3} 
+tr {04800.e} {04800.p6} {04800.p3} -> {04800.p4-eats} 
+tr {04800.t} {04800.p2-thinks} -> {04800.p1} {04800.p5} 
+tr {04800.t0|04801.t4} : b4799 {04801.p4-eats} -> {04800.f} {04801.f} {04801.p2-thinks} 
+tr {04800.t2} {04800.f} {04800.p5} -> {04800.p6} 
+tr {04800.t3|04801.t1} : a4799 {04800.f} {04801.p1} -> {04801.p3} 
+tr {04801.e} {04801.p6} {04801.p3} -> {04801.p4-eats} 
+tr {04801.t} {04801.p2-thinks} -> {04801.p1} {04801.p5} 
+tr {04801.t0|04802.t4} : b4800 {04802.p4-eats} -> {04801.f} {04802.f} {04802.p2-thinks} 
+tr {04801.t2} {04801.f} {04801.p5} -> {04801.p6} 
+tr {04801.t3|04802.t1} : a4800 {04801.f} {04802.p1} -> {04802.p3} 
+tr {04802.e} {04802.p6} {04802.p3} -> {04802.p4-eats} 
+tr {04802.t} {04802.p2-thinks} -> {04802.p1} {04802.p5} 
+tr {04802.t0|04803.t4} : b4801 {04803.p4-eats} -> {04802.f} {04803.f} {04803.p2-thinks} 
+tr {04802.t2} {04802.f} {04802.p5} -> {04802.p6} 
+tr {04802.t3|04803.t1} : a4801 {04802.f} {04803.p1} -> {04803.p3} 
+tr {04803.e} {04803.p6} {04803.p3} -> {04803.p4-eats} 
+tr {04803.t} {04803.p2-thinks} -> {04803.p1} {04803.p5} 
+tr {04803.t0|04804.t4} : b4802 {04804.p4-eats} -> {04803.f} {04804.f} {04804.p2-thinks} 
+tr {04803.t2} {04803.f} {04803.p5} -> {04803.p6} 
+tr {04803.t3|04804.t1} : a4802 {04803.f} {04804.p1} -> {04804.p3} 
+tr {04804.e} {04804.p6} {04804.p3} -> {04804.p4-eats} 
+tr {04804.t} {04804.p2-thinks} -> {04804.p1} {04804.p5} 
+tr {04804.t0|04805.t4} : b4803 {04805.p4-eats} -> {04804.f} {04805.f} {04805.p2-thinks} 
+tr {04804.t2} {04804.f} {04804.p5} -> {04804.p6} 
+tr {04804.t3|04805.t1} : a4803 {04804.f} {04805.p1} -> {04805.p3} 
+tr {04805.e} {04805.p6} {04805.p3} -> {04805.p4-eats} 
+tr {04805.t} {04805.p2-thinks} -> {04805.p1} {04805.p5} 
+tr {04805.t0|04806.t4} : b4804 {04806.p4-eats} -> {04805.f} {04806.f} {04806.p2-thinks} 
+tr {04805.t2} {04805.f} {04805.p5} -> {04805.p6} 
+tr {04805.t3|04806.t1} : a4804 {04805.f} {04806.p1} -> {04806.p3} 
+tr {04806.e} {04806.p6} {04806.p3} -> {04806.p4-eats} 
+tr {04806.t} {04806.p2-thinks} -> {04806.p1} {04806.p5} 
+tr {04806.t0|04807.t4} : b4805 {04807.p4-eats} -> {04806.f} {04807.f} {04807.p2-thinks} 
+tr {04806.t2} {04806.f} {04806.p5} -> {04806.p6} 
+tr {04806.t3|04807.t1} : a4805 {04806.f} {04807.p1} -> {04807.p3} 
+tr {04807.e} {04807.p6} {04807.p3} -> {04807.p4-eats} 
+tr {04807.t} {04807.p2-thinks} -> {04807.p1} {04807.p5} 
+tr {04807.t0|04808.t4} : b4806 {04808.p4-eats} -> {04807.f} {04808.f} {04808.p2-thinks} 
+tr {04807.t2} {04807.f} {04807.p5} -> {04807.p6} 
+tr {04807.t3|04808.t1} : a4806 {04807.f} {04808.p1} -> {04808.p3} 
+tr {04808.e} {04808.p6} {04808.p3} -> {04808.p4-eats} 
+tr {04808.t} {04808.p2-thinks} -> {04808.p1} {04808.p5} 
+tr {04808.t0|04809.t4} : b4807 {04809.p4-eats} -> {04808.f} {04809.f} {04809.p2-thinks} 
+tr {04808.t2} {04808.f} {04808.p5} -> {04808.p6} 
+tr {04808.t3|04809.t1} : a4807 {04808.f} {04809.p1} -> {04809.p3} 
+tr {04809.e} {04809.p6} {04809.p3} -> {04809.p4-eats} 
+tr {04809.t} {04809.p2-thinks} -> {04809.p1} {04809.p5} 
+tr {04809.t0|04810.t4} : b4808 {04810.p4-eats} -> {04809.f} {04810.f} {04810.p2-thinks} 
+tr {04809.t2} {04809.f} {04809.p5} -> {04809.p6} 
+tr {04809.t3|04810.t1} : a4808 {04809.f} {04810.p1} -> {04810.p3} 
+tr {04810.e} {04810.p6} {04810.p3} -> {04810.p4-eats} 
+tr {04810.t} {04810.p2-thinks} -> {04810.p1} {04810.p5} 
+tr {04810.t0|04811.t4} : b4809 {04811.p4-eats} -> {04810.f} {04811.f} {04811.p2-thinks} 
+tr {04810.t2} {04810.f} {04810.p5} -> {04810.p6} 
+tr {04810.t3|04811.t1} : a4809 {04810.f} {04811.p1} -> {04811.p3} 
+tr {04811.e} {04811.p6} {04811.p3} -> {04811.p4-eats} 
+tr {04811.t} {04811.p2-thinks} -> {04811.p1} {04811.p5} 
+tr {04811.t0|04812.t4} : b4810 {04812.p4-eats} -> {04811.f} {04812.f} {04812.p2-thinks} 
+tr {04811.t2} {04811.f} {04811.p5} -> {04811.p6} 
+tr {04811.t3|04812.t1} : a4810 {04811.f} {04812.p1} -> {04812.p3} 
+tr {04812.e} {04812.p6} {04812.p3} -> {04812.p4-eats} 
+tr {04812.t} {04812.p2-thinks} -> {04812.p1} {04812.p5} 
+tr {04812.t0|04813.t4} : b4811 {04813.p4-eats} -> {04812.f} {04813.f} {04813.p2-thinks} 
+tr {04812.t2} {04812.f} {04812.p5} -> {04812.p6} 
+tr {04812.t3|04813.t1} : a4811 {04812.f} {04813.p1} -> {04813.p3} 
+tr {04813.e} {04813.p6} {04813.p3} -> {04813.p4-eats} 
+tr {04813.t} {04813.p2-thinks} -> {04813.p1} {04813.p5} 
+tr {04813.t0|04814.t4} : b4812 {04814.p4-eats} -> {04813.f} {04814.f} {04814.p2-thinks} 
+tr {04813.t2} {04813.f} {04813.p5} -> {04813.p6} 
+tr {04813.t3|04814.t1} : a4812 {04813.f} {04814.p1} -> {04814.p3} 
+tr {04814.e} {04814.p6} {04814.p3} -> {04814.p4-eats} 
+tr {04814.t} {04814.p2-thinks} -> {04814.p1} {04814.p5} 
+tr {04814.t0|04815.t4} : b4813 {04815.p4-eats} -> {04814.f} {04815.f} {04815.p2-thinks} 
+tr {04814.t2} {04814.f} {04814.p5} -> {04814.p6} 
+tr {04814.t3|04815.t1} : a4813 {04814.f} {04815.p1} -> {04815.p3} 
+tr {04815.e} {04815.p6} {04815.p3} -> {04815.p4-eats} 
+tr {04815.t} {04815.p2-thinks} -> {04815.p1} {04815.p5} 
+tr {04815.t0|04816.t4} : b4814 {04816.p4-eats} -> {04815.f} {04816.f} {04816.p2-thinks} 
+tr {04815.t2} {04815.f} {04815.p5} -> {04815.p6} 
+tr {04815.t3|04816.t1} : a4814 {04815.f} {04816.p1} -> {04816.p3} 
+tr {04816.e} {04816.p6} {04816.p3} -> {04816.p4-eats} 
+tr {04816.t} {04816.p2-thinks} -> {04816.p1} {04816.p5} 
+tr {04816.t0|04817.t4} : b4815 {04817.p4-eats} -> {04816.f} {04817.f} {04817.p2-thinks} 
+tr {04816.t2} {04816.f} {04816.p5} -> {04816.p6} 
+tr {04816.t3|04817.t1} : a4815 {04816.f} {04817.p1} -> {04817.p3} 
+tr {04817.e} {04817.p6} {04817.p3} -> {04817.p4-eats} 
+tr {04817.t} {04817.p2-thinks} -> {04817.p1} {04817.p5} 
+tr {04817.t0|04818.t4} : b4816 {04818.p4-eats} -> {04817.f} {04818.f} {04818.p2-thinks} 
+tr {04817.t2} {04817.f} {04817.p5} -> {04817.p6} 
+tr {04817.t3|04818.t1} : a4816 {04817.f} {04818.p1} -> {04818.p3} 
+tr {04818.e} {04818.p6} {04818.p3} -> {04818.p4-eats} 
+tr {04818.t} {04818.p2-thinks} -> {04818.p1} {04818.p5} 
+tr {04818.t0|04819.t4} : b4817 {04819.p4-eats} -> {04818.f} {04819.f} {04819.p2-thinks} 
+tr {04818.t2} {04818.f} {04818.p5} -> {04818.p6} 
+tr {04818.t3|04819.t1} : a4817 {04818.f} {04819.p1} -> {04819.p3} 
+tr {04819.e} {04819.p6} {04819.p3} -> {04819.p4-eats} 
+tr {04819.t} {04819.p2-thinks} -> {04819.p1} {04819.p5} 
+tr {04819.t0|04820.t4} : b4818 {04820.p4-eats} -> {04819.f} {04820.f} {04820.p2-thinks} 
+tr {04819.t2} {04819.f} {04819.p5} -> {04819.p6} 
+tr {04819.t3|04820.t1} : a4818 {04819.f} {04820.p1} -> {04820.p3} 
+tr {04820.e} {04820.p6} {04820.p3} -> {04820.p4-eats} 
+tr {04820.t} {04820.p2-thinks} -> {04820.p1} {04820.p5} 
+tr {04820.t0|04821.t4} : b4819 {04821.p4-eats} -> {04820.f} {04821.f} {04821.p2-thinks} 
+tr {04820.t2} {04820.f} {04820.p5} -> {04820.p6} 
+tr {04820.t3|04821.t1} : a4819 {04820.f} {04821.p1} -> {04821.p3} 
+tr {04821.e} {04821.p6} {04821.p3} -> {04821.p4-eats} 
+tr {04821.t} {04821.p2-thinks} -> {04821.p1} {04821.p5} 
+tr {04821.t0|04822.t4} : b4820 {04822.p4-eats} -> {04821.f} {04822.f} {04822.p2-thinks} 
+tr {04821.t2} {04821.f} {04821.p5} -> {04821.p6} 
+tr {04821.t3|04822.t1} : a4820 {04821.f} {04822.p1} -> {04822.p3} 
+tr {04822.e} {04822.p6} {04822.p3} -> {04822.p4-eats} 
+tr {04822.t} {04822.p2-thinks} -> {04822.p1} {04822.p5} 
+tr {04822.t0|04823.t4} : b4821 {04823.p4-eats} -> {04822.f} {04823.f} {04823.p2-thinks} 
+tr {04822.t2} {04822.f} {04822.p5} -> {04822.p6} 
+tr {04822.t3|04823.t1} : a4821 {04822.f} {04823.p1} -> {04823.p3} 
+tr {04823.e} {04823.p6} {04823.p3} -> {04823.p4-eats} 
+tr {04823.t} {04823.p2-thinks} -> {04823.p1} {04823.p5} 
+tr {04823.t0|04824.t4} : b4822 {04824.p4-eats} -> {04823.f} {04824.f} {04824.p2-thinks} 
+tr {04823.t2} {04823.f} {04823.p5} -> {04823.p6} 
+tr {04823.t3|04824.t1} : a4822 {04823.f} {04824.p1} -> {04824.p3} 
+tr {04824.e} {04824.p6} {04824.p3} -> {04824.p4-eats} 
+tr {04824.t} {04824.p2-thinks} -> {04824.p1} {04824.p5} 
+tr {04824.t0|04825.t4} : b4823 {04825.p4-eats} -> {04824.f} {04825.f} {04825.p2-thinks} 
+tr {04824.t2} {04824.f} {04824.p5} -> {04824.p6} 
+tr {04824.t3|04825.t1} : a4823 {04824.f} {04825.p1} -> {04825.p3} 
+tr {04825.e} {04825.p6} {04825.p3} -> {04825.p4-eats} 
+tr {04825.t} {04825.p2-thinks} -> {04825.p1} {04825.p5} 
+tr {04825.t0|04826.t4} : b4824 {04826.p4-eats} -> {04825.f} {04826.f} {04826.p2-thinks} 
+tr {04825.t2} {04825.f} {04825.p5} -> {04825.p6} 
+tr {04825.t3|04826.t1} : a4824 {04825.f} {04826.p1} -> {04826.p3} 
+tr {04826.e} {04826.p6} {04826.p3} -> {04826.p4-eats} 
+tr {04826.t} {04826.p2-thinks} -> {04826.p1} {04826.p5} 
+tr {04826.t0|04827.t4} : b4825 {04827.p4-eats} -> {04826.f} {04827.f} {04827.p2-thinks} 
+tr {04826.t2} {04826.f} {04826.p5} -> {04826.p6} 
+tr {04826.t3|04827.t1} : a4825 {04826.f} {04827.p1} -> {04827.p3} 
+tr {04827.e} {04827.p6} {04827.p3} -> {04827.p4-eats} 
+tr {04827.t} {04827.p2-thinks} -> {04827.p1} {04827.p5} 
+tr {04827.t0|04828.t4} : b4826 {04828.p4-eats} -> {04827.f} {04828.f} {04828.p2-thinks} 
+tr {04827.t2} {04827.f} {04827.p5} -> {04827.p6} 
+tr {04827.t3|04828.t1} : a4826 {04827.f} {04828.p1} -> {04828.p3} 
+tr {04828.e} {04828.p6} {04828.p3} -> {04828.p4-eats} 
+tr {04828.t} {04828.p2-thinks} -> {04828.p1} {04828.p5} 
+tr {04828.t0|04829.t4} : b4827 {04829.p4-eats} -> {04828.f} {04829.f} {04829.p2-thinks} 
+tr {04828.t2} {04828.f} {04828.p5} -> {04828.p6} 
+tr {04828.t3|04829.t1} : a4827 {04828.f} {04829.p1} -> {04829.p3} 
+tr {04829.e} {04829.p6} {04829.p3} -> {04829.p4-eats} 
+tr {04829.t} {04829.p2-thinks} -> {04829.p1} {04829.p5} 
+tr {04829.t0|04830.t4} : b4828 {04830.p4-eats} -> {04829.f} {04830.f} {04830.p2-thinks} 
+tr {04829.t2} {04829.f} {04829.p5} -> {04829.p6} 
+tr {04829.t3|04830.t1} : a4828 {04829.f} {04830.p1} -> {04830.p3} 
+tr {04830.e} {04830.p6} {04830.p3} -> {04830.p4-eats} 
+tr {04830.t} {04830.p2-thinks} -> {04830.p1} {04830.p5} 
+tr {04830.t0|04831.t4} : b4829 {04831.p4-eats} -> {04830.f} {04831.f} {04831.p2-thinks} 
+tr {04830.t2} {04830.f} {04830.p5} -> {04830.p6} 
+tr {04830.t3|04831.t1} : a4829 {04830.f} {04831.p1} -> {04831.p3} 
+tr {04831.e} {04831.p6} {04831.p3} -> {04831.p4-eats} 
+tr {04831.t} {04831.p2-thinks} -> {04831.p1} {04831.p5} 
+tr {04831.t0|04832.t4} : b4830 {04832.p4-eats} -> {04831.f} {04832.f} {04832.p2-thinks} 
+tr {04831.t2} {04831.f} {04831.p5} -> {04831.p6} 
+tr {04831.t3|04832.t1} : a4830 {04831.f} {04832.p1} -> {04832.p3} 
+tr {04832.e} {04832.p6} {04832.p3} -> {04832.p4-eats} 
+tr {04832.t} {04832.p2-thinks} -> {04832.p1} {04832.p5} 
+tr {04832.t0|04833.t4} : b4831 {04833.p4-eats} -> {04832.f} {04833.f} {04833.p2-thinks} 
+tr {04832.t2} {04832.f} {04832.p5} -> {04832.p6} 
+tr {04832.t3|04833.t1} : a4831 {04832.f} {04833.p1} -> {04833.p3} 
+tr {04833.e} {04833.p6} {04833.p3} -> {04833.p4-eats} 
+tr {04833.t} {04833.p2-thinks} -> {04833.p1} {04833.p5} 
+tr {04833.t0|04834.t4} : b4832 {04834.p4-eats} -> {04833.f} {04834.f} {04834.p2-thinks} 
+tr {04833.t2} {04833.f} {04833.p5} -> {04833.p6} 
+tr {04833.t3|04834.t1} : a4832 {04833.f} {04834.p1} -> {04834.p3} 
+tr {04834.e} {04834.p6} {04834.p3} -> {04834.p4-eats} 
+tr {04834.t} {04834.p2-thinks} -> {04834.p1} {04834.p5} 
+tr {04834.t0|04835.t4} : b4833 {04835.p4-eats} -> {04834.f} {04835.f} {04835.p2-thinks} 
+tr {04834.t2} {04834.f} {04834.p5} -> {04834.p6} 
+tr {04834.t3|04835.t1} : a4833 {04834.f} {04835.p1} -> {04835.p3} 
+tr {04835.e} {04835.p6} {04835.p3} -> {04835.p4-eats} 
+tr {04835.t} {04835.p2-thinks} -> {04835.p1} {04835.p5} 
+tr {04835.t0|04836.t4} : b4834 {04836.p4-eats} -> {04835.f} {04836.f} {04836.p2-thinks} 
+tr {04835.t2} {04835.f} {04835.p5} -> {04835.p6} 
+tr {04835.t3|04836.t1} : a4834 {04835.f} {04836.p1} -> {04836.p3} 
+tr {04836.e} {04836.p6} {04836.p3} -> {04836.p4-eats} 
+tr {04836.t} {04836.p2-thinks} -> {04836.p1} {04836.p5} 
+tr {04836.t0|04837.t4} : b4835 {04837.p4-eats} -> {04836.f} {04837.f} {04837.p2-thinks} 
+tr {04836.t2} {04836.f} {04836.p5} -> {04836.p6} 
+tr {04836.t3|04837.t1} : a4835 {04836.f} {04837.p1} -> {04837.p3} 
+tr {04837.e} {04837.p6} {04837.p3} -> {04837.p4-eats} 
+tr {04837.t} {04837.p2-thinks} -> {04837.p1} {04837.p5} 
+tr {04837.t0|04838.t4} : b4836 {04838.p4-eats} -> {04837.f} {04838.f} {04838.p2-thinks} 
+tr {04837.t2} {04837.f} {04837.p5} -> {04837.p6} 
+tr {04837.t3|04838.t1} : a4836 {04837.f} {04838.p1} -> {04838.p3} 
+tr {04838.e} {04838.p6} {04838.p3} -> {04838.p4-eats} 
+tr {04838.t} {04838.p2-thinks} -> {04838.p1} {04838.p5} 
+tr {04838.t0|04839.t4} : b4837 {04839.p4-eats} -> {04838.f} {04839.f} {04839.p2-thinks} 
+tr {04838.t2} {04838.f} {04838.p5} -> {04838.p6} 
+tr {04838.t3|04839.t1} : a4837 {04838.f} {04839.p1} -> {04839.p3} 
+tr {04839.e} {04839.p6} {04839.p3} -> {04839.p4-eats} 
+tr {04839.t} {04839.p2-thinks} -> {04839.p1} {04839.p5} 
+tr {04839.t0|04840.t4} : b4838 {04840.p4-eats} -> {04839.f} {04840.f} {04840.p2-thinks} 
+tr {04839.t2} {04839.f} {04839.p5} -> {04839.p6} 
+tr {04839.t3|04840.t1} : a4838 {04839.f} {04840.p1} -> {04840.p3} 
+tr {04840.e} {04840.p6} {04840.p3} -> {04840.p4-eats} 
+tr {04840.t} {04840.p2-thinks} -> {04840.p1} {04840.p5} 
+tr {04840.t0|04841.t4} : b4839 {04841.p4-eats} -> {04840.f} {04841.f} {04841.p2-thinks} 
+tr {04840.t2} {04840.f} {04840.p5} -> {04840.p6} 
+tr {04840.t3|04841.t1} : a4839 {04840.f} {04841.p1} -> {04841.p3} 
+tr {04841.e} {04841.p6} {04841.p3} -> {04841.p4-eats} 
+tr {04841.t} {04841.p2-thinks} -> {04841.p1} {04841.p5} 
+tr {04841.t0|04842.t4} : b4840 {04842.p4-eats} -> {04841.f} {04842.f} {04842.p2-thinks} 
+tr {04841.t2} {04841.f} {04841.p5} -> {04841.p6} 
+tr {04841.t3|04842.t1} : a4840 {04841.f} {04842.p1} -> {04842.p3} 
+tr {04842.e} {04842.p6} {04842.p3} -> {04842.p4-eats} 
+tr {04842.t} {04842.p2-thinks} -> {04842.p1} {04842.p5} 
+tr {04842.t0|04843.t4} : b4841 {04843.p4-eats} -> {04842.f} {04843.f} {04843.p2-thinks} 
+tr {04842.t2} {04842.f} {04842.p5} -> {04842.p6} 
+tr {04842.t3|04843.t1} : a4841 {04842.f} {04843.p1} -> {04843.p3} 
+tr {04843.e} {04843.p6} {04843.p3} -> {04843.p4-eats} 
+tr {04843.t} {04843.p2-thinks} -> {04843.p1} {04843.p5} 
+tr {04843.t0|04844.t4} : b4842 {04844.p4-eats} -> {04843.f} {04844.f} {04844.p2-thinks} 
+tr {04843.t2} {04843.f} {04843.p5} -> {04843.p6} 
+tr {04843.t3|04844.t1} : a4842 {04843.f} {04844.p1} -> {04844.p3} 
+tr {04844.e} {04844.p6} {04844.p3} -> {04844.p4-eats} 
+tr {04844.t} {04844.p2-thinks} -> {04844.p1} {04844.p5} 
+tr {04844.t0|04845.t4} : b4843 {04845.p4-eats} -> {04844.f} {04845.f} {04845.p2-thinks} 
+tr {04844.t2} {04844.f} {04844.p5} -> {04844.p6} 
+tr {04844.t3|04845.t1} : a4843 {04844.f} {04845.p1} -> {04845.p3} 
+tr {04845.e} {04845.p6} {04845.p3} -> {04845.p4-eats} 
+tr {04845.t} {04845.p2-thinks} -> {04845.p1} {04845.p5} 
+tr {04845.t0|04846.t4} : b4844 {04846.p4-eats} -> {04845.f} {04846.f} {04846.p2-thinks} 
+tr {04845.t2} {04845.f} {04845.p5} -> {04845.p6} 
+tr {04845.t3|04846.t1} : a4844 {04845.f} {04846.p1} -> {04846.p3} 
+tr {04846.e} {04846.p6} {04846.p3} -> {04846.p4-eats} 
+tr {04846.t} {04846.p2-thinks} -> {04846.p1} {04846.p5} 
+tr {04846.t0|04847.t4} : b4845 {04847.p4-eats} -> {04846.f} {04847.f} {04847.p2-thinks} 
+tr {04846.t2} {04846.f} {04846.p5} -> {04846.p6} 
+tr {04846.t3|04847.t1} : a4845 {04846.f} {04847.p1} -> {04847.p3} 
+tr {04847.e} {04847.p6} {04847.p3} -> {04847.p4-eats} 
+tr {04847.t} {04847.p2-thinks} -> {04847.p1} {04847.p5} 
+tr {04847.t0|04848.t4} : b4846 {04848.p4-eats} -> {04847.f} {04848.f} {04848.p2-thinks} 
+tr {04847.t2} {04847.f} {04847.p5} -> {04847.p6} 
+tr {04847.t3|04848.t1} : a4846 {04847.f} {04848.p1} -> {04848.p3} 
+tr {04848.e} {04848.p6} {04848.p3} -> {04848.p4-eats} 
+tr {04848.t} {04848.p2-thinks} -> {04848.p1} {04848.p5} 
+tr {04848.t0|04849.t4} : b4847 {04849.p4-eats} -> {04848.f} {04849.f} {04849.p2-thinks} 
+tr {04848.t2} {04848.f} {04848.p5} -> {04848.p6} 
+tr {04848.t3|04849.t1} : a4847 {04848.f} {04849.p1} -> {04849.p3} 
+tr {04849.e} {04849.p6} {04849.p3} -> {04849.p4-eats} 
+tr {04849.t} {04849.p2-thinks} -> {04849.p1} {04849.p5} 
+tr {04849.t0|04850.t4} : b4848 {04850.p4-eats} -> {04849.f} {04850.f} {04850.p2-thinks} 
+tr {04849.t2} {04849.f} {04849.p5} -> {04849.p6} 
+tr {04849.t3|04850.t1} : a4848 {04849.f} {04850.p1} -> {04850.p3} 
+tr {04850.e} {04850.p6} {04850.p3} -> {04850.p4-eats} 
+tr {04850.t} {04850.p2-thinks} -> {04850.p1} {04850.p5} 
+tr {04850.t0|04851.t4} : b4849 {04851.p4-eats} -> {04850.f} {04851.f} {04851.p2-thinks} 
+tr {04850.t2} {04850.f} {04850.p5} -> {04850.p6} 
+tr {04850.t3|04851.t1} : a4849 {04850.f} {04851.p1} -> {04851.p3} 
+tr {04851.e} {04851.p6} {04851.p3} -> {04851.p4-eats} 
+tr {04851.t} {04851.p2-thinks} -> {04851.p1} {04851.p5} 
+tr {04851.t0|04852.t4} : b4850 {04852.p4-eats} -> {04851.f} {04852.f} {04852.p2-thinks} 
+tr {04851.t2} {04851.f} {04851.p5} -> {04851.p6} 
+tr {04851.t3|04852.t1} : a4850 {04851.f} {04852.p1} -> {04852.p3} 
+tr {04852.e} {04852.p6} {04852.p3} -> {04852.p4-eats} 
+tr {04852.t} {04852.p2-thinks} -> {04852.p1} {04852.p5} 
+tr {04852.t0|04853.t4} : b4851 {04853.p4-eats} -> {04852.f} {04853.f} {04853.p2-thinks} 
+tr {04852.t2} {04852.f} {04852.p5} -> {04852.p6} 
+tr {04852.t3|04853.t1} : a4851 {04852.f} {04853.p1} -> {04853.p3} 
+tr {04853.e} {04853.p6} {04853.p3} -> {04853.p4-eats} 
+tr {04853.t} {04853.p2-thinks} -> {04853.p1} {04853.p5} 
+tr {04853.t0|04854.t4} : b4852 {04854.p4-eats} -> {04853.f} {04854.f} {04854.p2-thinks} 
+tr {04853.t2} {04853.f} {04853.p5} -> {04853.p6} 
+tr {04853.t3|04854.t1} : a4852 {04853.f} {04854.p1} -> {04854.p3} 
+tr {04854.e} {04854.p6} {04854.p3} -> {04854.p4-eats} 
+tr {04854.t} {04854.p2-thinks} -> {04854.p1} {04854.p5} 
+tr {04854.t0|04855.t4} : b4853 {04855.p4-eats} -> {04854.f} {04855.f} {04855.p2-thinks} 
+tr {04854.t2} {04854.f} {04854.p5} -> {04854.p6} 
+tr {04854.t3|04855.t1} : a4853 {04854.f} {04855.p1} -> {04855.p3} 
+tr {04855.e} {04855.p6} {04855.p3} -> {04855.p4-eats} 
+tr {04855.t} {04855.p2-thinks} -> {04855.p1} {04855.p5} 
+tr {04855.t0|04856.t4} : b4854 {04856.p4-eats} -> {04855.f} {04856.f} {04856.p2-thinks} 
+tr {04855.t2} {04855.f} {04855.p5} -> {04855.p6} 
+tr {04855.t3|04856.t1} : a4854 {04855.f} {04856.p1} -> {04856.p3} 
+tr {04856.e} {04856.p6} {04856.p3} -> {04856.p4-eats} 
+tr {04856.t} {04856.p2-thinks} -> {04856.p1} {04856.p5} 
+tr {04856.t0|04857.t4} : b4855 {04857.p4-eats} -> {04856.f} {04857.f} {04857.p2-thinks} 
+tr {04856.t2} {04856.f} {04856.p5} -> {04856.p6} 
+tr {04856.t3|04857.t1} : a4855 {04856.f} {04857.p1} -> {04857.p3} 
+tr {04857.e} {04857.p6} {04857.p3} -> {04857.p4-eats} 
+tr {04857.t} {04857.p2-thinks} -> {04857.p1} {04857.p5} 
+tr {04857.t0|04858.t4} : b4856 {04858.p4-eats} -> {04857.f} {04858.f} {04858.p2-thinks} 
+tr {04857.t2} {04857.f} {04857.p5} -> {04857.p6} 
+tr {04857.t3|04858.t1} : a4856 {04857.f} {04858.p1} -> {04858.p3} 
+tr {04858.e} {04858.p6} {04858.p3} -> {04858.p4-eats} 
+tr {04858.t} {04858.p2-thinks} -> {04858.p1} {04858.p5} 
+tr {04858.t0|04859.t4} : b4857 {04859.p4-eats} -> {04858.f} {04859.f} {04859.p2-thinks} 
+tr {04858.t2} {04858.f} {04858.p5} -> {04858.p6} 
+tr {04858.t3|04859.t1} : a4857 {04858.f} {04859.p1} -> {04859.p3} 
+tr {04859.e} {04859.p6} {04859.p3} -> {04859.p4-eats} 
+tr {04859.t} {04859.p2-thinks} -> {04859.p1} {04859.p5} 
+tr {04859.t0|04860.t4} : b4858 {04860.p4-eats} -> {04859.f} {04860.f} {04860.p2-thinks} 
+tr {04859.t2} {04859.f} {04859.p5} -> {04859.p6} 
+tr {04859.t3|04860.t1} : a4858 {04859.f} {04860.p1} -> {04860.p3} 
+tr {04860.e} {04860.p6} {04860.p3} -> {04860.p4-eats} 
+tr {04860.t} {04860.p2-thinks} -> {04860.p1} {04860.p5} 
+tr {04860.t0|04861.t4} : b4859 {04861.p4-eats} -> {04860.f} {04861.f} {04861.p2-thinks} 
+tr {04860.t2} {04860.f} {04860.p5} -> {04860.p6} 
+tr {04860.t3|04861.t1} : a4859 {04860.f} {04861.p1} -> {04861.p3} 
+tr {04861.e} {04861.p6} {04861.p3} -> {04861.p4-eats} 
+tr {04861.t} {04861.p2-thinks} -> {04861.p1} {04861.p5} 
+tr {04861.t0|04862.t4} : b4860 {04862.p4-eats} -> {04861.f} {04862.f} {04862.p2-thinks} 
+tr {04861.t2} {04861.f} {04861.p5} -> {04861.p6} 
+tr {04861.t3|04862.t1} : a4860 {04861.f} {04862.p1} -> {04862.p3} 
+tr {04862.e} {04862.p6} {04862.p3} -> {04862.p4-eats} 
+tr {04862.t} {04862.p2-thinks} -> {04862.p1} {04862.p5} 
+tr {04862.t0|04863.t4} : b4861 {04863.p4-eats} -> {04862.f} {04863.f} {04863.p2-thinks} 
+tr {04862.t2} {04862.f} {04862.p5} -> {04862.p6} 
+tr {04862.t3|04863.t1} : a4861 {04862.f} {04863.p1} -> {04863.p3} 
+tr {04863.e} {04863.p6} {04863.p3} -> {04863.p4-eats} 
+tr {04863.t} {04863.p2-thinks} -> {04863.p1} {04863.p5} 
+tr {04863.t0|04864.t4} : b4862 {04864.p4-eats} -> {04863.f} {04864.f} {04864.p2-thinks} 
+tr {04863.t2} {04863.f} {04863.p5} -> {04863.p6} 
+tr {04863.t3|04864.t1} : a4862 {04863.f} {04864.p1} -> {04864.p3} 
+tr {04864.e} {04864.p6} {04864.p3} -> {04864.p4-eats} 
+tr {04864.t} {04864.p2-thinks} -> {04864.p1} {04864.p5} 
+tr {04864.t0|04865.t4} : b4863 {04865.p4-eats} -> {04864.f} {04865.f} {04865.p2-thinks} 
+tr {04864.t2} {04864.f} {04864.p5} -> {04864.p6} 
+tr {04864.t3|04865.t1} : a4863 {04864.f} {04865.p1} -> {04865.p3} 
+tr {04865.e} {04865.p6} {04865.p3} -> {04865.p4-eats} 
+tr {04865.t} {04865.p2-thinks} -> {04865.p1} {04865.p5} 
+tr {04865.t0|04866.t4} : b4864 {04866.p4-eats} -> {04865.f} {04866.f} {04866.p2-thinks} 
+tr {04865.t2} {04865.f} {04865.p5} -> {04865.p6} 
+tr {04865.t3|04866.t1} : a4864 {04865.f} {04866.p1} -> {04866.p3} 
+tr {04866.e} {04866.p6} {04866.p3} -> {04866.p4-eats} 
+tr {04866.t} {04866.p2-thinks} -> {04866.p1} {04866.p5} 
+tr {04866.t0|04867.t4} : b4865 {04867.p4-eats} -> {04866.f} {04867.f} {04867.p2-thinks} 
+tr {04866.t2} {04866.f} {04866.p5} -> {04866.p6} 
+tr {04866.t3|04867.t1} : a4865 {04866.f} {04867.p1} -> {04867.p3} 
+tr {04867.e} {04867.p6} {04867.p3} -> {04867.p4-eats} 
+tr {04867.t} {04867.p2-thinks} -> {04867.p1} {04867.p5} 
+tr {04867.t0|04868.t4} : b4866 {04868.p4-eats} -> {04867.f} {04868.f} {04868.p2-thinks} 
+tr {04867.t2} {04867.f} {04867.p5} -> {04867.p6} 
+tr {04867.t3|04868.t1} : a4866 {04867.f} {04868.p1} -> {04868.p3} 
+tr {04868.e} {04868.p6} {04868.p3} -> {04868.p4-eats} 
+tr {04868.t} {04868.p2-thinks} -> {04868.p1} {04868.p5} 
+tr {04868.t0|04869.t4} : b4867 {04869.p4-eats} -> {04868.f} {04869.f} {04869.p2-thinks} 
+tr {04868.t2} {04868.f} {04868.p5} -> {04868.p6} 
+tr {04868.t3|04869.t1} : a4867 {04868.f} {04869.p1} -> {04869.p3} 
+tr {04869.e} {04869.p6} {04869.p3} -> {04869.p4-eats} 
+tr {04869.t} {04869.p2-thinks} -> {04869.p1} {04869.p5} 
+tr {04869.t0|04870.t4} : b4868 {04870.p4-eats} -> {04869.f} {04870.f} {04870.p2-thinks} 
+tr {04869.t2} {04869.f} {04869.p5} -> {04869.p6} 
+tr {04869.t3|04870.t1} : a4868 {04869.f} {04870.p1} -> {04870.p3} 
+tr {04870.e} {04870.p6} {04870.p3} -> {04870.p4-eats} 
+tr {04870.t} {04870.p2-thinks} -> {04870.p1} {04870.p5} 
+tr {04870.t0|04871.t4} : b4869 {04871.p4-eats} -> {04870.f} {04871.f} {04871.p2-thinks} 
+tr {04870.t2} {04870.f} {04870.p5} -> {04870.p6} 
+tr {04870.t3|04871.t1} : a4869 {04870.f} {04871.p1} -> {04871.p3} 
+tr {04871.e} {04871.p6} {04871.p3} -> {04871.p4-eats} 
+tr {04871.t} {04871.p2-thinks} -> {04871.p1} {04871.p5} 
+tr {04871.t0|04872.t4} : b4870 {04872.p4-eats} -> {04871.f} {04872.f} {04872.p2-thinks} 
+tr {04871.t2} {04871.f} {04871.p5} -> {04871.p6} 
+tr {04871.t3|04872.t1} : a4870 {04871.f} {04872.p1} -> {04872.p3} 
+tr {04872.e} {04872.p6} {04872.p3} -> {04872.p4-eats} 
+tr {04872.t} {04872.p2-thinks} -> {04872.p1} {04872.p5} 
+tr {04872.t0|04873.t4} : b4871 {04873.p4-eats} -> {04872.f} {04873.f} {04873.p2-thinks} 
+tr {04872.t2} {04872.f} {04872.p5} -> {04872.p6} 
+tr {04872.t3|04873.t1} : a4871 {04872.f} {04873.p1} -> {04873.p3} 
+tr {04873.e} {04873.p6} {04873.p3} -> {04873.p4-eats} 
+tr {04873.t} {04873.p2-thinks} -> {04873.p1} {04873.p5} 
+tr {04873.t0|04874.t4} : b4872 {04874.p4-eats} -> {04873.f} {04874.f} {04874.p2-thinks} 
+tr {04873.t2} {04873.f} {04873.p5} -> {04873.p6} 
+tr {04873.t3|04874.t1} : a4872 {04873.f} {04874.p1} -> {04874.p3} 
+tr {04874.e} {04874.p6} {04874.p3} -> {04874.p4-eats} 
+tr {04874.t} {04874.p2-thinks} -> {04874.p1} {04874.p5} 
+tr {04874.t0|04875.t4} : b4873 {04875.p4-eats} -> {04874.f} {04875.f} {04875.p2-thinks} 
+tr {04874.t2} {04874.f} {04874.p5} -> {04874.p6} 
+tr {04874.t3|04875.t1} : a4873 {04874.f} {04875.p1} -> {04875.p3} 
+tr {04875.e} {04875.p6} {04875.p3} -> {04875.p4-eats} 
+tr {04875.t} {04875.p2-thinks} -> {04875.p1} {04875.p5} 
+tr {04875.t0|04876.t4} : b4874 {04876.p4-eats} -> {04875.f} {04876.f} {04876.p2-thinks} 
+tr {04875.t2} {04875.f} {04875.p5} -> {04875.p6} 
+tr {04875.t3|04876.t1} : a4874 {04875.f} {04876.p1} -> {04876.p3} 
+tr {04876.e} {04876.p6} {04876.p3} -> {04876.p4-eats} 
+tr {04876.t} {04876.p2-thinks} -> {04876.p1} {04876.p5} 
+tr {04876.t0|04877.t4} : b4875 {04877.p4-eats} -> {04876.f} {04877.f} {04877.p2-thinks} 
+tr {04876.t2} {04876.f} {04876.p5} -> {04876.p6} 
+tr {04876.t3|04877.t1} : a4875 {04876.f} {04877.p1} -> {04877.p3} 
+tr {04877.e} {04877.p6} {04877.p3} -> {04877.p4-eats} 
+tr {04877.t} {04877.p2-thinks} -> {04877.p1} {04877.p5} 
+tr {04877.t0|04878.t4} : b4876 {04878.p4-eats} -> {04877.f} {04878.f} {04878.p2-thinks} 
+tr {04877.t2} {04877.f} {04877.p5} -> {04877.p6} 
+tr {04877.t3|04878.t1} : a4876 {04877.f} {04878.p1} -> {04878.p3} 
+tr {04878.e} {04878.p6} {04878.p3} -> {04878.p4-eats} 
+tr {04878.t} {04878.p2-thinks} -> {04878.p1} {04878.p5} 
+tr {04878.t0|04879.t4} : b4877 {04879.p4-eats} -> {04878.f} {04879.f} {04879.p2-thinks} 
+tr {04878.t2} {04878.f} {04878.p5} -> {04878.p6} 
+tr {04878.t3|04879.t1} : a4877 {04878.f} {04879.p1} -> {04879.p3} 
+tr {04879.e} {04879.p6} {04879.p3} -> {04879.p4-eats} 
+tr {04879.t} {04879.p2-thinks} -> {04879.p1} {04879.p5} 
+tr {04879.t0|04880.t4} : b4878 {04880.p4-eats} -> {04879.f} {04880.f} {04880.p2-thinks} 
+tr {04879.t2} {04879.f} {04879.p5} -> {04879.p6} 
+tr {04879.t3|04880.t1} : a4878 {04879.f} {04880.p1} -> {04880.p3} 
+tr {04880.e} {04880.p6} {04880.p3} -> {04880.p4-eats} 
+tr {04880.t} {04880.p2-thinks} -> {04880.p1} {04880.p5} 
+tr {04880.t0|04881.t4} : b4879 {04881.p4-eats} -> {04880.f} {04881.f} {04881.p2-thinks} 
+tr {04880.t2} {04880.f} {04880.p5} -> {04880.p6} 
+tr {04880.t3|04881.t1} : a4879 {04880.f} {04881.p1} -> {04881.p3} 
+tr {04881.e} {04881.p6} {04881.p3} -> {04881.p4-eats} 
+tr {04881.t} {04881.p2-thinks} -> {04881.p1} {04881.p5} 
+tr {04881.t0|04882.t4} : b4880 {04882.p4-eats} -> {04881.f} {04882.f} {04882.p2-thinks} 
+tr {04881.t2} {04881.f} {04881.p5} -> {04881.p6} 
+tr {04881.t3|04882.t1} : a4880 {04881.f} {04882.p1} -> {04882.p3} 
+tr {04882.e} {04882.p6} {04882.p3} -> {04882.p4-eats} 
+tr {04882.t} {04882.p2-thinks} -> {04882.p1} {04882.p5} 
+tr {04882.t0|04883.t4} : b4881 {04883.p4-eats} -> {04882.f} {04883.f} {04883.p2-thinks} 
+tr {04882.t2} {04882.f} {04882.p5} -> {04882.p6} 
+tr {04882.t3|04883.t1} : a4881 {04882.f} {04883.p1} -> {04883.p3} 
+tr {04883.e} {04883.p6} {04883.p3} -> {04883.p4-eats} 
+tr {04883.t} {04883.p2-thinks} -> {04883.p1} {04883.p5} 
+tr {04883.t0|04884.t4} : b4882 {04884.p4-eats} -> {04883.f} {04884.f} {04884.p2-thinks} 
+tr {04883.t2} {04883.f} {04883.p5} -> {04883.p6} 
+tr {04883.t3|04884.t1} : a4882 {04883.f} {04884.p1} -> {04884.p3} 
+tr {04884.e} {04884.p6} {04884.p3} -> {04884.p4-eats} 
+tr {04884.t} {04884.p2-thinks} -> {04884.p1} {04884.p5} 
+tr {04884.t0|04885.t4} : b4883 {04885.p4-eats} -> {04884.f} {04885.f} {04885.p2-thinks} 
+tr {04884.t2} {04884.f} {04884.p5} -> {04884.p6} 
+tr {04884.t3|04885.t1} : a4883 {04884.f} {04885.p1} -> {04885.p3} 
+tr {04885.e} {04885.p6} {04885.p3} -> {04885.p4-eats} 
+tr {04885.t} {04885.p2-thinks} -> {04885.p1} {04885.p5} 
+tr {04885.t0|04886.t4} : b4884 {04886.p4-eats} -> {04885.f} {04886.f} {04886.p2-thinks} 
+tr {04885.t2} {04885.f} {04885.p5} -> {04885.p6} 
+tr {04885.t3|04886.t1} : a4884 {04885.f} {04886.p1} -> {04886.p3} 
+tr {04886.e} {04886.p6} {04886.p3} -> {04886.p4-eats} 
+tr {04886.t} {04886.p2-thinks} -> {04886.p1} {04886.p5} 
+tr {04886.t0|04887.t4} : b4885 {04887.p4-eats} -> {04886.f} {04887.f} {04887.p2-thinks} 
+tr {04886.t2} {04886.f} {04886.p5} -> {04886.p6} 
+tr {04886.t3|04887.t1} : a4885 {04886.f} {04887.p1} -> {04887.p3} 
+tr {04887.e} {04887.p6} {04887.p3} -> {04887.p4-eats} 
+tr {04887.t} {04887.p2-thinks} -> {04887.p1} {04887.p5} 
+tr {04887.t0|04888.t4} : b4886 {04888.p4-eats} -> {04887.f} {04888.f} {04888.p2-thinks} 
+tr {04887.t2} {04887.f} {04887.p5} -> {04887.p6} 
+tr {04887.t3|04888.t1} : a4886 {04887.f} {04888.p1} -> {04888.p3} 
+tr {04888.e} {04888.p6} {04888.p3} -> {04888.p4-eats} 
+tr {04888.t} {04888.p2-thinks} -> {04888.p1} {04888.p5} 
+tr {04888.t0|04889.t4} : b4887 {04889.p4-eats} -> {04888.f} {04889.f} {04889.p2-thinks} 
+tr {04888.t2} {04888.f} {04888.p5} -> {04888.p6} 
+tr {04888.t3|04889.t1} : a4887 {04888.f} {04889.p1} -> {04889.p3} 
+tr {04889.e} {04889.p6} {04889.p3} -> {04889.p4-eats} 
+tr {04889.t} {04889.p2-thinks} -> {04889.p1} {04889.p5} 
+tr {04889.t0|04890.t4} : b4888 {04890.p4-eats} -> {04889.f} {04890.f} {04890.p2-thinks} 
+tr {04889.t2} {04889.f} {04889.p5} -> {04889.p6} 
+tr {04889.t3|04890.t1} : a4888 {04889.f} {04890.p1} -> {04890.p3} 
+tr {04890.e} {04890.p6} {04890.p3} -> {04890.p4-eats} 
+tr {04890.t} {04890.p2-thinks} -> {04890.p1} {04890.p5} 
+tr {04890.t0|04891.t4} : b4889 {04891.p4-eats} -> {04890.f} {04891.f} {04891.p2-thinks} 
+tr {04890.t2} {04890.f} {04890.p5} -> {04890.p6} 
+tr {04890.t3|04891.t1} : a4889 {04890.f} {04891.p1} -> {04891.p3} 
+tr {04891.e} {04891.p6} {04891.p3} -> {04891.p4-eats} 
+tr {04891.t} {04891.p2-thinks} -> {04891.p1} {04891.p5} 
+tr {04891.t0|04892.t4} : b4890 {04892.p4-eats} -> {04891.f} {04892.f} {04892.p2-thinks} 
+tr {04891.t2} {04891.f} {04891.p5} -> {04891.p6} 
+tr {04891.t3|04892.t1} : a4890 {04891.f} {04892.p1} -> {04892.p3} 
+tr {04892.e} {04892.p6} {04892.p3} -> {04892.p4-eats} 
+tr {04892.t} {04892.p2-thinks} -> {04892.p1} {04892.p5} 
+tr {04892.t0|04893.t4} : b4891 {04893.p4-eats} -> {04892.f} {04893.f} {04893.p2-thinks} 
+tr {04892.t2} {04892.f} {04892.p5} -> {04892.p6} 
+tr {04892.t3|04893.t1} : a4891 {04892.f} {04893.p1} -> {04893.p3} 
+tr {04893.e} {04893.p6} {04893.p3} -> {04893.p4-eats} 
+tr {04893.t} {04893.p2-thinks} -> {04893.p1} {04893.p5} 
+tr {04893.t0|04894.t4} : b4892 {04894.p4-eats} -> {04893.f} {04894.f} {04894.p2-thinks} 
+tr {04893.t2} {04893.f} {04893.p5} -> {04893.p6} 
+tr {04893.t3|04894.t1} : a4892 {04893.f} {04894.p1} -> {04894.p3} 
+tr {04894.e} {04894.p6} {04894.p3} -> {04894.p4-eats} 
+tr {04894.t} {04894.p2-thinks} -> {04894.p1} {04894.p5} 
+tr {04894.t0|04895.t4} : b4893 {04895.p4-eats} -> {04894.f} {04895.f} {04895.p2-thinks} 
+tr {04894.t2} {04894.f} {04894.p5} -> {04894.p6} 
+tr {04894.t3|04895.t1} : a4893 {04894.f} {04895.p1} -> {04895.p3} 
+tr {04895.e} {04895.p6} {04895.p3} -> {04895.p4-eats} 
+tr {04895.t} {04895.p2-thinks} -> {04895.p1} {04895.p5} 
+tr {04895.t0|04896.t4} : b4894 {04896.p4-eats} -> {04895.f} {04896.f} {04896.p2-thinks} 
+tr {04895.t2} {04895.f} {04895.p5} -> {04895.p6} 
+tr {04895.t3|04896.t1} : a4894 {04895.f} {04896.p1} -> {04896.p3} 
+tr {04896.e} {04896.p6} {04896.p3} -> {04896.p4-eats} 
+tr {04896.t} {04896.p2-thinks} -> {04896.p1} {04896.p5} 
+tr {04896.t0|04897.t4} : b4895 {04897.p4-eats} -> {04896.f} {04897.f} {04897.p2-thinks} 
+tr {04896.t2} {04896.f} {04896.p5} -> {04896.p6} 
+tr {04896.t3|04897.t1} : a4895 {04896.f} {04897.p1} -> {04897.p3} 
+tr {04897.e} {04897.p6} {04897.p3} -> {04897.p4-eats} 
+tr {04897.t} {04897.p2-thinks} -> {04897.p1} {04897.p5} 
+tr {04897.t0|04898.t4} : b4896 {04898.p4-eats} -> {04897.f} {04898.f} {04898.p2-thinks} 
+tr {04897.t2} {04897.f} {04897.p5} -> {04897.p6} 
+tr {04897.t3|04898.t1} : a4896 {04897.f} {04898.p1} -> {04898.p3} 
+tr {04898.e} {04898.p6} {04898.p3} -> {04898.p4-eats} 
+tr {04898.t} {04898.p2-thinks} -> {04898.p1} {04898.p5} 
+tr {04898.t0|04899.t4} : b4897 {04899.p4-eats} -> {04898.f} {04899.f} {04899.p2-thinks} 
+tr {04898.t2} {04898.f} {04898.p5} -> {04898.p6} 
+tr {04898.t3|04899.t1} : a4897 {04898.f} {04899.p1} -> {04899.p3} 
+tr {04899.e} {04899.p6} {04899.p3} -> {04899.p4-eats} 
+tr {04899.t} {04899.p2-thinks} -> {04899.p1} {04899.p5} 
+tr {04899.t0|04900.t4} : b4898 {04900.p4-eats} -> {04899.f} {04900.f} {04900.p2-thinks} 
+tr {04899.t2} {04899.f} {04899.p5} -> {04899.p6} 
+tr {04899.t3|04900.t1} : a4898 {04899.f} {04900.p1} -> {04900.p3} 
+tr {04900.e} {04900.p6} {04900.p3} -> {04900.p4-eats} 
+tr {04900.t} {04900.p2-thinks} -> {04900.p1} {04900.p5} 
+tr {04900.t0|04901.t4} : b4899 {04901.p4-eats} -> {04900.f} {04901.f} {04901.p2-thinks} 
+tr {04900.t2} {04900.f} {04900.p5} -> {04900.p6} 
+tr {04900.t3|04901.t1} : a4899 {04900.f} {04901.p1} -> {04901.p3} 
+tr {04901.e} {04901.p6} {04901.p3} -> {04901.p4-eats} 
+tr {04901.t} {04901.p2-thinks} -> {04901.p1} {04901.p5} 
+tr {04901.t0|04902.t4} : b4900 {04902.p4-eats} -> {04901.f} {04902.f} {04902.p2-thinks} 
+tr {04901.t2} {04901.f} {04901.p5} -> {04901.p6} 
+tr {04901.t3|04902.t1} : a4900 {04901.f} {04902.p1} -> {04902.p3} 
+tr {04902.e} {04902.p6} {04902.p3} -> {04902.p4-eats} 
+tr {04902.t} {04902.p2-thinks} -> {04902.p1} {04902.p5} 
+tr {04902.t0|04903.t4} : b4901 {04903.p4-eats} -> {04902.f} {04903.f} {04903.p2-thinks} 
+tr {04902.t2} {04902.f} {04902.p5} -> {04902.p6} 
+tr {04902.t3|04903.t1} : a4901 {04902.f} {04903.p1} -> {04903.p3} 
+tr {04903.e} {04903.p6} {04903.p3} -> {04903.p4-eats} 
+tr {04903.t} {04903.p2-thinks} -> {04903.p1} {04903.p5} 
+tr {04903.t0|04904.t4} : b4902 {04904.p4-eats} -> {04903.f} {04904.f} {04904.p2-thinks} 
+tr {04903.t2} {04903.f} {04903.p5} -> {04903.p6} 
+tr {04903.t3|04904.t1} : a4902 {04903.f} {04904.p1} -> {04904.p3} 
+tr {04904.e} {04904.p6} {04904.p3} -> {04904.p4-eats} 
+tr {04904.t} {04904.p2-thinks} -> {04904.p1} {04904.p5} 
+tr {04904.t0|04905.t4} : b4903 {04905.p4-eats} -> {04904.f} {04905.f} {04905.p2-thinks} 
+tr {04904.t2} {04904.f} {04904.p5} -> {04904.p6} 
+tr {04904.t3|04905.t1} : a4903 {04904.f} {04905.p1} -> {04905.p3} 
+tr {04905.e} {04905.p6} {04905.p3} -> {04905.p4-eats} 
+tr {04905.t} {04905.p2-thinks} -> {04905.p1} {04905.p5} 
+tr {04905.t0|04906.t4} : b4904 {04906.p4-eats} -> {04905.f} {04906.f} {04906.p2-thinks} 
+tr {04905.t2} {04905.f} {04905.p5} -> {04905.p6} 
+tr {04905.t3|04906.t1} : a4904 {04905.f} {04906.p1} -> {04906.p3} 
+tr {04906.e} {04906.p6} {04906.p3} -> {04906.p4-eats} 
+tr {04906.t} {04906.p2-thinks} -> {04906.p1} {04906.p5} 
+tr {04906.t0|04907.t4} : b4905 {04907.p4-eats} -> {04906.f} {04907.f} {04907.p2-thinks} 
+tr {04906.t2} {04906.f} {04906.p5} -> {04906.p6} 
+tr {04906.t3|04907.t1} : a4905 {04906.f} {04907.p1} -> {04907.p3} 
+tr {04907.e} {04907.p6} {04907.p3} -> {04907.p4-eats} 
+tr {04907.t} {04907.p2-thinks} -> {04907.p1} {04907.p5} 
+tr {04907.t0|04908.t4} : b4906 {04908.p4-eats} -> {04907.f} {04908.f} {04908.p2-thinks} 
+tr {04907.t2} {04907.f} {04907.p5} -> {04907.p6} 
+tr {04907.t3|04908.t1} : a4906 {04907.f} {04908.p1} -> {04908.p3} 
+tr {04908.e} {04908.p6} {04908.p3} -> {04908.p4-eats} 
+tr {04908.t} {04908.p2-thinks} -> {04908.p1} {04908.p5} 
+tr {04908.t0|04909.t4} : b4907 {04909.p4-eats} -> {04908.f} {04909.f} {04909.p2-thinks} 
+tr {04908.t2} {04908.f} {04908.p5} -> {04908.p6} 
+tr {04908.t3|04909.t1} : a4907 {04908.f} {04909.p1} -> {04909.p3} 
+tr {04909.e} {04909.p6} {04909.p3} -> {04909.p4-eats} 
+tr {04909.t} {04909.p2-thinks} -> {04909.p1} {04909.p5} 
+tr {04909.t0|04910.t4} : b4908 {04910.p4-eats} -> {04909.f} {04910.f} {04910.p2-thinks} 
+tr {04909.t2} {04909.f} {04909.p5} -> {04909.p6} 
+tr {04909.t3|04910.t1} : a4908 {04909.f} {04910.p1} -> {04910.p3} 
+tr {04910.e} {04910.p6} {04910.p3} -> {04910.p4-eats} 
+tr {04910.t} {04910.p2-thinks} -> {04910.p1} {04910.p5} 
+tr {04910.t0|04911.t4} : b4909 {04911.p4-eats} -> {04910.f} {04911.f} {04911.p2-thinks} 
+tr {04910.t2} {04910.f} {04910.p5} -> {04910.p6} 
+tr {04910.t3|04911.t1} : a4909 {04910.f} {04911.p1} -> {04911.p3} 
+tr {04911.e} {04911.p6} {04911.p3} -> {04911.p4-eats} 
+tr {04911.t} {04911.p2-thinks} -> {04911.p1} {04911.p5} 
+tr {04911.t0|04912.t4} : b4910 {04912.p4-eats} -> {04911.f} {04912.f} {04912.p2-thinks} 
+tr {04911.t2} {04911.f} {04911.p5} -> {04911.p6} 
+tr {04911.t3|04912.t1} : a4910 {04911.f} {04912.p1} -> {04912.p3} 
+tr {04912.e} {04912.p6} {04912.p3} -> {04912.p4-eats} 
+tr {04912.t} {04912.p2-thinks} -> {04912.p1} {04912.p5} 
+tr {04912.t0|04913.t4} : b4911 {04913.p4-eats} -> {04912.f} {04913.f} {04913.p2-thinks} 
+tr {04912.t2} {04912.f} {04912.p5} -> {04912.p6} 
+tr {04912.t3|04913.t1} : a4911 {04912.f} {04913.p1} -> {04913.p3} 
+tr {04913.e} {04913.p6} {04913.p3} -> {04913.p4-eats} 
+tr {04913.t} {04913.p2-thinks} -> {04913.p1} {04913.p5} 
+tr {04913.t0|04914.t4} : b4912 {04914.p4-eats} -> {04913.f} {04914.f} {04914.p2-thinks} 
+tr {04913.t2} {04913.f} {04913.p5} -> {04913.p6} 
+tr {04913.t3|04914.t1} : a4912 {04913.f} {04914.p1} -> {04914.p3} 
+tr {04914.e} {04914.p6} {04914.p3} -> {04914.p4-eats} 
+tr {04914.t} {04914.p2-thinks} -> {04914.p1} {04914.p5} 
+tr {04914.t0|04915.t4} : b4913 {04915.p4-eats} -> {04914.f} {04915.f} {04915.p2-thinks} 
+tr {04914.t2} {04914.f} {04914.p5} -> {04914.p6} 
+tr {04914.t3|04915.t1} : a4913 {04914.f} {04915.p1} -> {04915.p3} 
+tr {04915.e} {04915.p6} {04915.p3} -> {04915.p4-eats} 
+tr {04915.t} {04915.p2-thinks} -> {04915.p1} {04915.p5} 
+tr {04915.t0|04916.t4} : b4914 {04916.p4-eats} -> {04915.f} {04916.f} {04916.p2-thinks} 
+tr {04915.t2} {04915.f} {04915.p5} -> {04915.p6} 
+tr {04915.t3|04916.t1} : a4914 {04915.f} {04916.p1} -> {04916.p3} 
+tr {04916.e} {04916.p6} {04916.p3} -> {04916.p4-eats} 
+tr {04916.t} {04916.p2-thinks} -> {04916.p1} {04916.p5} 
+tr {04916.t0|04917.t4} : b4915 {04917.p4-eats} -> {04916.f} {04917.f} {04917.p2-thinks} 
+tr {04916.t2} {04916.f} {04916.p5} -> {04916.p6} 
+tr {04916.t3|04917.t1} : a4915 {04916.f} {04917.p1} -> {04917.p3} 
+tr {04917.e} {04917.p6} {04917.p3} -> {04917.p4-eats} 
+tr {04917.t} {04917.p2-thinks} -> {04917.p1} {04917.p5} 
+tr {04917.t0|04918.t4} : b4916 {04918.p4-eats} -> {04917.f} {04918.f} {04918.p2-thinks} 
+tr {04917.t2} {04917.f} {04917.p5} -> {04917.p6} 
+tr {04917.t3|04918.t1} : a4916 {04917.f} {04918.p1} -> {04918.p3} 
+tr {04918.e} {04918.p6} {04918.p3} -> {04918.p4-eats} 
+tr {04918.t} {04918.p2-thinks} -> {04918.p1} {04918.p5} 
+tr {04918.t0|04919.t4} : b4917 {04919.p4-eats} -> {04918.f} {04919.f} {04919.p2-thinks} 
+tr {04918.t2} {04918.f} {04918.p5} -> {04918.p6} 
+tr {04918.t3|04919.t1} : a4917 {04918.f} {04919.p1} -> {04919.p3} 
+tr {04919.e} {04919.p6} {04919.p3} -> {04919.p4-eats} 
+tr {04919.t} {04919.p2-thinks} -> {04919.p1} {04919.p5} 
+tr {04919.t0|04920.t4} : b4918 {04920.p4-eats} -> {04919.f} {04920.f} {04920.p2-thinks} 
+tr {04919.t2} {04919.f} {04919.p5} -> {04919.p6} 
+tr {04919.t3|04920.t1} : a4918 {04919.f} {04920.p1} -> {04920.p3} 
+tr {04920.e} {04920.p6} {04920.p3} -> {04920.p4-eats} 
+tr {04920.t} {04920.p2-thinks} -> {04920.p1} {04920.p5} 
+tr {04920.t0|04921.t4} : b4919 {04921.p4-eats} -> {04920.f} {04921.f} {04921.p2-thinks} 
+tr {04920.t2} {04920.f} {04920.p5} -> {04920.p6} 
+tr {04920.t3|04921.t1} : a4919 {04920.f} {04921.p1} -> {04921.p3} 
+tr {04921.e} {04921.p6} {04921.p3} -> {04921.p4-eats} 
+tr {04921.t} {04921.p2-thinks} -> {04921.p1} {04921.p5} 
+tr {04921.t0|04922.t4} : b4920 {04922.p4-eats} -> {04921.f} {04922.f} {04922.p2-thinks} 
+tr {04921.t2} {04921.f} {04921.p5} -> {04921.p6} 
+tr {04921.t3|04922.t1} : a4920 {04921.f} {04922.p1} -> {04922.p3} 
+tr {04922.e} {04922.p6} {04922.p3} -> {04922.p4-eats} 
+tr {04922.t} {04922.p2-thinks} -> {04922.p1} {04922.p5} 
+tr {04922.t0|04923.t4} : b4921 {04923.p4-eats} -> {04922.f} {04923.f} {04923.p2-thinks} 
+tr {04922.t2} {04922.f} {04922.p5} -> {04922.p6} 
+tr {04922.t3|04923.t1} : a4921 {04922.f} {04923.p1} -> {04923.p3} 
+tr {04923.e} {04923.p6} {04923.p3} -> {04923.p4-eats} 
+tr {04923.t} {04923.p2-thinks} -> {04923.p1} {04923.p5} 
+tr {04923.t0|04924.t4} : b4922 {04924.p4-eats} -> {04923.f} {04924.f} {04924.p2-thinks} 
+tr {04923.t2} {04923.f} {04923.p5} -> {04923.p6} 
+tr {04923.t3|04924.t1} : a4922 {04923.f} {04924.p1} -> {04924.p3} 
+tr {04924.e} {04924.p6} {04924.p3} -> {04924.p4-eats} 
+tr {04924.t} {04924.p2-thinks} -> {04924.p1} {04924.p5} 
+tr {04924.t0|04925.t4} : b4923 {04925.p4-eats} -> {04924.f} {04925.f} {04925.p2-thinks} 
+tr {04924.t2} {04924.f} {04924.p5} -> {04924.p6} 
+tr {04924.t3|04925.t1} : a4923 {04924.f} {04925.p1} -> {04925.p3} 
+tr {04925.e} {04925.p6} {04925.p3} -> {04925.p4-eats} 
+tr {04925.t} {04925.p2-thinks} -> {04925.p1} {04925.p5} 
+tr {04925.t0|04926.t4} : b4924 {04926.p4-eats} -> {04925.f} {04926.f} {04926.p2-thinks} 
+tr {04925.t2} {04925.f} {04925.p5} -> {04925.p6} 
+tr {04925.t3|04926.t1} : a4924 {04925.f} {04926.p1} -> {04926.p3} 
+tr {04926.e} {04926.p6} {04926.p3} -> {04926.p4-eats} 
+tr {04926.t} {04926.p2-thinks} -> {04926.p1} {04926.p5} 
+tr {04926.t0|04927.t4} : b4925 {04927.p4-eats} -> {04926.f} {04927.f} {04927.p2-thinks} 
+tr {04926.t2} {04926.f} {04926.p5} -> {04926.p6} 
+tr {04926.t3|04927.t1} : a4925 {04926.f} {04927.p1} -> {04927.p3} 
+tr {04927.e} {04927.p6} {04927.p3} -> {04927.p4-eats} 
+tr {04927.t} {04927.p2-thinks} -> {04927.p1} {04927.p5} 
+tr {04927.t0|04928.t4} : b4926 {04928.p4-eats} -> {04927.f} {04928.f} {04928.p2-thinks} 
+tr {04927.t2} {04927.f} {04927.p5} -> {04927.p6} 
+tr {04927.t3|04928.t1} : a4926 {04927.f} {04928.p1} -> {04928.p3} 
+tr {04928.e} {04928.p6} {04928.p3} -> {04928.p4-eats} 
+tr {04928.t} {04928.p2-thinks} -> {04928.p1} {04928.p5} 
+tr {04928.t0|04929.t4} : b4927 {04929.p4-eats} -> {04928.f} {04929.f} {04929.p2-thinks} 
+tr {04928.t2} {04928.f} {04928.p5} -> {04928.p6} 
+tr {04928.t3|04929.t1} : a4927 {04928.f} {04929.p1} -> {04929.p3} 
+tr {04929.e} {04929.p6} {04929.p3} -> {04929.p4-eats} 
+tr {04929.t} {04929.p2-thinks} -> {04929.p1} {04929.p5} 
+tr {04929.t0|04930.t4} : b4928 {04930.p4-eats} -> {04929.f} {04930.f} {04930.p2-thinks} 
+tr {04929.t2} {04929.f} {04929.p5} -> {04929.p6} 
+tr {04929.t3|04930.t1} : a4928 {04929.f} {04930.p1} -> {04930.p3} 
+tr {04930.e} {04930.p6} {04930.p3} -> {04930.p4-eats} 
+tr {04930.t} {04930.p2-thinks} -> {04930.p1} {04930.p5} 
+tr {04930.t0|04931.t4} : b4929 {04931.p4-eats} -> {04930.f} {04931.f} {04931.p2-thinks} 
+tr {04930.t2} {04930.f} {04930.p5} -> {04930.p6} 
+tr {04930.t3|04931.t1} : a4929 {04930.f} {04931.p1} -> {04931.p3} 
+tr {04931.e} {04931.p6} {04931.p3} -> {04931.p4-eats} 
+tr {04931.t} {04931.p2-thinks} -> {04931.p1} {04931.p5} 
+tr {04931.t0|04932.t4} : b4930 {04932.p4-eats} -> {04931.f} {04932.f} {04932.p2-thinks} 
+tr {04931.t2} {04931.f} {04931.p5} -> {04931.p6} 
+tr {04931.t3|04932.t1} : a4930 {04931.f} {04932.p1} -> {04932.p3} 
+tr {04932.e} {04932.p6} {04932.p3} -> {04932.p4-eats} 
+tr {04932.t} {04932.p2-thinks} -> {04932.p1} {04932.p5} 
+tr {04932.t0|04933.t4} : b4931 {04933.p4-eats} -> {04932.f} {04933.f} {04933.p2-thinks} 
+tr {04932.t2} {04932.f} {04932.p5} -> {04932.p6} 
+tr {04932.t3|04933.t1} : a4931 {04932.f} {04933.p1} -> {04933.p3} 
+tr {04933.e} {04933.p6} {04933.p3} -> {04933.p4-eats} 
+tr {04933.t} {04933.p2-thinks} -> {04933.p1} {04933.p5} 
+tr {04933.t0|04934.t4} : b4932 {04934.p4-eats} -> {04933.f} {04934.f} {04934.p2-thinks} 
+tr {04933.t2} {04933.f} {04933.p5} -> {04933.p6} 
+tr {04933.t3|04934.t1} : a4932 {04933.f} {04934.p1} -> {04934.p3} 
+tr {04934.e} {04934.p6} {04934.p3} -> {04934.p4-eats} 
+tr {04934.t} {04934.p2-thinks} -> {04934.p1} {04934.p5} 
+tr {04934.t0|04935.t4} : b4933 {04935.p4-eats} -> {04934.f} {04935.f} {04935.p2-thinks} 
+tr {04934.t2} {04934.f} {04934.p5} -> {04934.p6} 
+tr {04934.t3|04935.t1} : a4933 {04934.f} {04935.p1} -> {04935.p3} 
+tr {04935.e} {04935.p6} {04935.p3} -> {04935.p4-eats} 
+tr {04935.t} {04935.p2-thinks} -> {04935.p1} {04935.p5} 
+tr {04935.t0|04936.t4} : b4934 {04936.p4-eats} -> {04935.f} {04936.f} {04936.p2-thinks} 
+tr {04935.t2} {04935.f} {04935.p5} -> {04935.p6} 
+tr {04935.t3|04936.t1} : a4934 {04935.f} {04936.p1} -> {04936.p3} 
+tr {04936.e} {04936.p6} {04936.p3} -> {04936.p4-eats} 
+tr {04936.t} {04936.p2-thinks} -> {04936.p1} {04936.p5} 
+tr {04936.t0|04937.t4} : b4935 {04937.p4-eats} -> {04936.f} {04937.f} {04937.p2-thinks} 
+tr {04936.t2} {04936.f} {04936.p5} -> {04936.p6} 
+tr {04936.t3|04937.t1} : a4935 {04936.f} {04937.p1} -> {04937.p3} 
+tr {04937.e} {04937.p6} {04937.p3} -> {04937.p4-eats} 
+tr {04937.t} {04937.p2-thinks} -> {04937.p1} {04937.p5} 
+tr {04937.t0|04938.t4} : b4936 {04938.p4-eats} -> {04937.f} {04938.f} {04938.p2-thinks} 
+tr {04937.t2} {04937.f} {04937.p5} -> {04937.p6} 
+tr {04937.t3|04938.t1} : a4936 {04937.f} {04938.p1} -> {04938.p3} 
+tr {04938.e} {04938.p6} {04938.p3} -> {04938.p4-eats} 
+tr {04938.t} {04938.p2-thinks} -> {04938.p1} {04938.p5} 
+tr {04938.t0|04939.t4} : b4937 {04939.p4-eats} -> {04938.f} {04939.f} {04939.p2-thinks} 
+tr {04938.t2} {04938.f} {04938.p5} -> {04938.p6} 
+tr {04938.t3|04939.t1} : a4937 {04938.f} {04939.p1} -> {04939.p3} 
+tr {04939.e} {04939.p6} {04939.p3} -> {04939.p4-eats} 
+tr {04939.t} {04939.p2-thinks} -> {04939.p1} {04939.p5} 
+tr {04939.t0|04940.t4} : b4938 {04940.p4-eats} -> {04939.f} {04940.f} {04940.p2-thinks} 
+tr {04939.t2} {04939.f} {04939.p5} -> {04939.p6} 
+tr {04939.t3|04940.t1} : a4938 {04939.f} {04940.p1} -> {04940.p3} 
+tr {04940.e} {04940.p6} {04940.p3} -> {04940.p4-eats} 
+tr {04940.t} {04940.p2-thinks} -> {04940.p1} {04940.p5} 
+tr {04940.t0|04941.t4} : b4939 {04941.p4-eats} -> {04940.f} {04941.f} {04941.p2-thinks} 
+tr {04940.t2} {04940.f} {04940.p5} -> {04940.p6} 
+tr {04940.t3|04941.t1} : a4939 {04940.f} {04941.p1} -> {04941.p3} 
+tr {04941.e} {04941.p6} {04941.p3} -> {04941.p4-eats} 
+tr {04941.t} {04941.p2-thinks} -> {04941.p1} {04941.p5} 
+tr {04941.t0|04942.t4} : b4940 {04942.p4-eats} -> {04941.f} {04942.f} {04942.p2-thinks} 
+tr {04941.t2} {04941.f} {04941.p5} -> {04941.p6} 
+tr {04941.t3|04942.t1} : a4940 {04941.f} {04942.p1} -> {04942.p3} 
+tr {04942.e} {04942.p6} {04942.p3} -> {04942.p4-eats} 
+tr {04942.t} {04942.p2-thinks} -> {04942.p1} {04942.p5} 
+tr {04942.t0|04943.t4} : b4941 {04943.p4-eats} -> {04942.f} {04943.f} {04943.p2-thinks} 
+tr {04942.t2} {04942.f} {04942.p5} -> {04942.p6} 
+tr {04942.t3|04943.t1} : a4941 {04942.f} {04943.p1} -> {04943.p3} 
+tr {04943.e} {04943.p6} {04943.p3} -> {04943.p4-eats} 
+tr {04943.t} {04943.p2-thinks} -> {04943.p1} {04943.p5} 
+tr {04943.t0|04944.t4} : b4942 {04944.p4-eats} -> {04943.f} {04944.f} {04944.p2-thinks} 
+tr {04943.t2} {04943.f} {04943.p5} -> {04943.p6} 
+tr {04943.t3|04944.t1} : a4942 {04943.f} {04944.p1} -> {04944.p3} 
+tr {04944.e} {04944.p6} {04944.p3} -> {04944.p4-eats} 
+tr {04944.t} {04944.p2-thinks} -> {04944.p1} {04944.p5} 
+tr {04944.t0|04945.t4} : b4943 {04945.p4-eats} -> {04944.f} {04945.f} {04945.p2-thinks} 
+tr {04944.t2} {04944.f} {04944.p5} -> {04944.p6} 
+tr {04944.t3|04945.t1} : a4943 {04944.f} {04945.p1} -> {04945.p3} 
+tr {04945.e} {04945.p6} {04945.p3} -> {04945.p4-eats} 
+tr {04945.t} {04945.p2-thinks} -> {04945.p1} {04945.p5} 
+tr {04945.t0|04946.t4} : b4944 {04946.p4-eats} -> {04945.f} {04946.f} {04946.p2-thinks} 
+tr {04945.t2} {04945.f} {04945.p5} -> {04945.p6} 
+tr {04945.t3|04946.t1} : a4944 {04945.f} {04946.p1} -> {04946.p3} 
+tr {04946.e} {04946.p6} {04946.p3} -> {04946.p4-eats} 
+tr {04946.t} {04946.p2-thinks} -> {04946.p1} {04946.p5} 
+tr {04946.t0|04947.t4} : b4945 {04947.p4-eats} -> {04946.f} {04947.f} {04947.p2-thinks} 
+tr {04946.t2} {04946.f} {04946.p5} -> {04946.p6} 
+tr {04946.t3|04947.t1} : a4945 {04946.f} {04947.p1} -> {04947.p3} 
+tr {04947.e} {04947.p6} {04947.p3} -> {04947.p4-eats} 
+tr {04947.t} {04947.p2-thinks} -> {04947.p1} {04947.p5} 
+tr {04947.t0|04948.t4} : b4946 {04948.p4-eats} -> {04947.f} {04948.f} {04948.p2-thinks} 
+tr {04947.t2} {04947.f} {04947.p5} -> {04947.p6} 
+tr {04947.t3|04948.t1} : a4946 {04947.f} {04948.p1} -> {04948.p3} 
+tr {04948.e} {04948.p6} {04948.p3} -> {04948.p4-eats} 
+tr {04948.t} {04948.p2-thinks} -> {04948.p1} {04948.p5} 
+tr {04948.t0|04949.t4} : b4947 {04949.p4-eats} -> {04948.f} {04949.f} {04949.p2-thinks} 
+tr {04948.t2} {04948.f} {04948.p5} -> {04948.p6} 
+tr {04948.t3|04949.t1} : a4947 {04948.f} {04949.p1} -> {04949.p3} 
+tr {04949.e} {04949.p6} {04949.p3} -> {04949.p4-eats} 
+tr {04949.t} {04949.p2-thinks} -> {04949.p1} {04949.p5} 
+tr {04949.t0|04950.t4} : b4948 {04950.p4-eats} -> {04949.f} {04950.f} {04950.p2-thinks} 
+tr {04949.t2} {04949.f} {04949.p5} -> {04949.p6} 
+tr {04949.t3|04950.t1} : a4948 {04949.f} {04950.p1} -> {04950.p3} 
+tr {04950.e} {04950.p6} {04950.p3} -> {04950.p4-eats} 
+tr {04950.t} {04950.p2-thinks} -> {04950.p1} {04950.p5} 
+tr {04950.t0|04951.t4} : b4949 {04951.p4-eats} -> {04950.f} {04951.f} {04951.p2-thinks} 
+tr {04950.t2} {04950.f} {04950.p5} -> {04950.p6} 
+tr {04950.t3|04951.t1} : a4949 {04950.f} {04951.p1} -> {04951.p3} 
+tr {04951.e} {04951.p6} {04951.p3} -> {04951.p4-eats} 
+tr {04951.t} {04951.p2-thinks} -> {04951.p1} {04951.p5} 
+tr {04951.t0|04952.t4} : b4950 {04952.p4-eats} -> {04951.f} {04952.f} {04952.p2-thinks} 
+tr {04951.t2} {04951.f} {04951.p5} -> {04951.p6} 
+tr {04951.t3|04952.t1} : a4950 {04951.f} {04952.p1} -> {04952.p3} 
+tr {04952.e} {04952.p6} {04952.p3} -> {04952.p4-eats} 
+tr {04952.t} {04952.p2-thinks} -> {04952.p1} {04952.p5} 
+tr {04952.t0|04953.t4} : b4951 {04953.p4-eats} -> {04952.f} {04953.f} {04953.p2-thinks} 
+tr {04952.t2} {04952.f} {04952.p5} -> {04952.p6} 
+tr {04952.t3|04953.t1} : a4951 {04952.f} {04953.p1} -> {04953.p3} 
+tr {04953.e} {04953.p6} {04953.p3} -> {04953.p4-eats} 
+tr {04953.t} {04953.p2-thinks} -> {04953.p1} {04953.p5} 
+tr {04953.t0|04954.t4} : b4952 {04954.p4-eats} -> {04953.f} {04954.f} {04954.p2-thinks} 
+tr {04953.t2} {04953.f} {04953.p5} -> {04953.p6} 
+tr {04953.t3|04954.t1} : a4952 {04953.f} {04954.p1} -> {04954.p3} 
+tr {04954.e} {04954.p6} {04954.p3} -> {04954.p4-eats} 
+tr {04954.t} {04954.p2-thinks} -> {04954.p1} {04954.p5} 
+tr {04954.t0|04955.t4} : b4953 {04955.p4-eats} -> {04954.f} {04955.f} {04955.p2-thinks} 
+tr {04954.t2} {04954.f} {04954.p5} -> {04954.p6} 
+tr {04954.t3|04955.t1} : a4953 {04954.f} {04955.p1} -> {04955.p3} 
+tr {04955.e} {04955.p6} {04955.p3} -> {04955.p4-eats} 
+tr {04955.t} {04955.p2-thinks} -> {04955.p1} {04955.p5} 
+tr {04955.t0|04956.t4} : b4954 {04956.p4-eats} -> {04955.f} {04956.f} {04956.p2-thinks} 
+tr {04955.t2} {04955.f} {04955.p5} -> {04955.p6} 
+tr {04955.t3|04956.t1} : a4954 {04955.f} {04956.p1} -> {04956.p3} 
+tr {04956.e} {04956.p6} {04956.p3} -> {04956.p4-eats} 
+tr {04956.t} {04956.p2-thinks} -> {04956.p1} {04956.p5} 
+tr {04956.t0|04957.t4} : b4955 {04957.p4-eats} -> {04956.f} {04957.f} {04957.p2-thinks} 
+tr {04956.t2} {04956.f} {04956.p5} -> {04956.p6} 
+tr {04956.t3|04957.t1} : a4955 {04956.f} {04957.p1} -> {04957.p3} 
+tr {04957.e} {04957.p6} {04957.p3} -> {04957.p4-eats} 
+tr {04957.t} {04957.p2-thinks} -> {04957.p1} {04957.p5} 
+tr {04957.t0|04958.t4} : b4956 {04958.p4-eats} -> {04957.f} {04958.f} {04958.p2-thinks} 
+tr {04957.t2} {04957.f} {04957.p5} -> {04957.p6} 
+tr {04957.t3|04958.t1} : a4956 {04957.f} {04958.p1} -> {04958.p3} 
+tr {04958.e} {04958.p6} {04958.p3} -> {04958.p4-eats} 
+tr {04958.t} {04958.p2-thinks} -> {04958.p1} {04958.p5} 
+tr {04958.t0|04959.t4} : b4957 {04959.p4-eats} -> {04958.f} {04959.f} {04959.p2-thinks} 
+tr {04958.t2} {04958.f} {04958.p5} -> {04958.p6} 
+tr {04958.t3|04959.t1} : a4957 {04958.f} {04959.p1} -> {04959.p3} 
+tr {04959.e} {04959.p6} {04959.p3} -> {04959.p4-eats} 
+tr {04959.t} {04959.p2-thinks} -> {04959.p1} {04959.p5} 
+tr {04959.t0|04960.t4} : b4958 {04960.p4-eats} -> {04959.f} {04960.f} {04960.p2-thinks} 
+tr {04959.t2} {04959.f} {04959.p5} -> {04959.p6} 
+tr {04959.t3|04960.t1} : a4958 {04959.f} {04960.p1} -> {04960.p3} 
+tr {04960.e} {04960.p6} {04960.p3} -> {04960.p4-eats} 
+tr {04960.t} {04960.p2-thinks} -> {04960.p1} {04960.p5} 
+tr {04960.t0|04961.t4} : b4959 {04961.p4-eats} -> {04960.f} {04961.f} {04961.p2-thinks} 
+tr {04960.t2} {04960.f} {04960.p5} -> {04960.p6} 
+tr {04960.t3|04961.t1} : a4959 {04960.f} {04961.p1} -> {04961.p3} 
+tr {04961.e} {04961.p6} {04961.p3} -> {04961.p4-eats} 
+tr {04961.t} {04961.p2-thinks} -> {04961.p1} {04961.p5} 
+tr {04961.t0|04962.t4} : b4960 {04962.p4-eats} -> {04961.f} {04962.f} {04962.p2-thinks} 
+tr {04961.t2} {04961.f} {04961.p5} -> {04961.p6} 
+tr {04961.t3|04962.t1} : a4960 {04961.f} {04962.p1} -> {04962.p3} 
+tr {04962.e} {04962.p6} {04962.p3} -> {04962.p4-eats} 
+tr {04962.t} {04962.p2-thinks} -> {04962.p1} {04962.p5} 
+tr {04962.t0|04963.t4} : b4961 {04963.p4-eats} -> {04962.f} {04963.f} {04963.p2-thinks} 
+tr {04962.t2} {04962.f} {04962.p5} -> {04962.p6} 
+tr {04962.t3|04963.t1} : a4961 {04962.f} {04963.p1} -> {04963.p3} 
+tr {04963.e} {04963.p6} {04963.p3} -> {04963.p4-eats} 
+tr {04963.t} {04963.p2-thinks} -> {04963.p1} {04963.p5} 
+tr {04963.t0|04964.t4} : b4962 {04964.p4-eats} -> {04963.f} {04964.f} {04964.p2-thinks} 
+tr {04963.t2} {04963.f} {04963.p5} -> {04963.p6} 
+tr {04963.t3|04964.t1} : a4962 {04963.f} {04964.p1} -> {04964.p3} 
+tr {04964.e} {04964.p6} {04964.p3} -> {04964.p4-eats} 
+tr {04964.t} {04964.p2-thinks} -> {04964.p1} {04964.p5} 
+tr {04964.t0|04965.t4} : b4963 {04965.p4-eats} -> {04964.f} {04965.f} {04965.p2-thinks} 
+tr {04964.t2} {04964.f} {04964.p5} -> {04964.p6} 
+tr {04964.t3|04965.t1} : a4963 {04964.f} {04965.p1} -> {04965.p3} 
+tr {04965.e} {04965.p6} {04965.p3} -> {04965.p4-eats} 
+tr {04965.t} {04965.p2-thinks} -> {04965.p1} {04965.p5} 
+tr {04965.t0|04966.t4} : b4964 {04966.p4-eats} -> {04965.f} {04966.f} {04966.p2-thinks} 
+tr {04965.t2} {04965.f} {04965.p5} -> {04965.p6} 
+tr {04965.t3|04966.t1} : a4964 {04965.f} {04966.p1} -> {04966.p3} 
+tr {04966.e} {04966.p6} {04966.p3} -> {04966.p4-eats} 
+tr {04966.t} {04966.p2-thinks} -> {04966.p1} {04966.p5} 
+tr {04966.t0|04967.t4} : b4965 {04967.p4-eats} -> {04966.f} {04967.f} {04967.p2-thinks} 
+tr {04966.t2} {04966.f} {04966.p5} -> {04966.p6} 
+tr {04966.t3|04967.t1} : a4965 {04966.f} {04967.p1} -> {04967.p3} 
+tr {04967.e} {04967.p6} {04967.p3} -> {04967.p4-eats} 
+tr {04967.t} {04967.p2-thinks} -> {04967.p1} {04967.p5} 
+tr {04967.t0|04968.t4} : b4966 {04968.p4-eats} -> {04967.f} {04968.f} {04968.p2-thinks} 
+tr {04967.t2} {04967.f} {04967.p5} -> {04967.p6} 
+tr {04967.t3|04968.t1} : a4966 {04967.f} {04968.p1} -> {04968.p3} 
+tr {04968.e} {04968.p6} {04968.p3} -> {04968.p4-eats} 
+tr {04968.t} {04968.p2-thinks} -> {04968.p1} {04968.p5} 
+tr {04968.t0|04969.t4} : b4967 {04969.p4-eats} -> {04968.f} {04969.f} {04969.p2-thinks} 
+tr {04968.t2} {04968.f} {04968.p5} -> {04968.p6} 
+tr {04968.t3|04969.t1} : a4967 {04968.f} {04969.p1} -> {04969.p3} 
+tr {04969.e} {04969.p6} {04969.p3} -> {04969.p4-eats} 
+tr {04969.t} {04969.p2-thinks} -> {04969.p1} {04969.p5} 
+tr {04969.t0|04970.t4} : b4968 {04970.p4-eats} -> {04969.f} {04970.f} {04970.p2-thinks} 
+tr {04969.t2} {04969.f} {04969.p5} -> {04969.p6} 
+tr {04969.t3|04970.t1} : a4968 {04969.f} {04970.p1} -> {04970.p3} 
+tr {04970.e} {04970.p6} {04970.p3} -> {04970.p4-eats} 
+tr {04970.t} {04970.p2-thinks} -> {04970.p1} {04970.p5} 
+tr {04970.t0|04971.t4} : b4969 {04971.p4-eats} -> {04970.f} {04971.f} {04971.p2-thinks} 
+tr {04970.t2} {04970.f} {04970.p5} -> {04970.p6} 
+tr {04970.t3|04971.t1} : a4969 {04970.f} {04971.p1} -> {04971.p3} 
+tr {04971.e} {04971.p6} {04971.p3} -> {04971.p4-eats} 
+tr {04971.t} {04971.p2-thinks} -> {04971.p1} {04971.p5} 
+tr {04971.t0|04972.t4} : b4970 {04972.p4-eats} -> {04971.f} {04972.f} {04972.p2-thinks} 
+tr {04971.t2} {04971.f} {04971.p5} -> {04971.p6} 
+tr {04971.t3|04972.t1} : a4970 {04971.f} {04972.p1} -> {04972.p3} 
+tr {04972.e} {04972.p6} {04972.p3} -> {04972.p4-eats} 
+tr {04972.t} {04972.p2-thinks} -> {04972.p1} {04972.p5} 
+tr {04972.t0|04973.t4} : b4971 {04973.p4-eats} -> {04972.f} {04973.f} {04973.p2-thinks} 
+tr {04972.t2} {04972.f} {04972.p5} -> {04972.p6} 
+tr {04972.t3|04973.t1} : a4971 {04972.f} {04973.p1} -> {04973.p3} 
+tr {04973.e} {04973.p6} {04973.p3} -> {04973.p4-eats} 
+tr {04973.t} {04973.p2-thinks} -> {04973.p1} {04973.p5} 
+tr {04973.t0|04974.t4} : b4972 {04974.p4-eats} -> {04973.f} {04974.f} {04974.p2-thinks} 
+tr {04973.t2} {04973.f} {04973.p5} -> {04973.p6} 
+tr {04973.t3|04974.t1} : a4972 {04973.f} {04974.p1} -> {04974.p3} 
+tr {04974.e} {04974.p6} {04974.p3} -> {04974.p4-eats} 
+tr {04974.t} {04974.p2-thinks} -> {04974.p1} {04974.p5} 
+tr {04974.t0|04975.t4} : b4973 {04975.p4-eats} -> {04974.f} {04975.f} {04975.p2-thinks} 
+tr {04974.t2} {04974.f} {04974.p5} -> {04974.p6} 
+tr {04974.t3|04975.t1} : a4973 {04974.f} {04975.p1} -> {04975.p3} 
+tr {04975.e} {04975.p6} {04975.p3} -> {04975.p4-eats} 
+tr {04975.t} {04975.p2-thinks} -> {04975.p1} {04975.p5} 
+tr {04975.t0|04976.t4} : b4974 {04976.p4-eats} -> {04975.f} {04976.f} {04976.p2-thinks} 
+tr {04975.t2} {04975.f} {04975.p5} -> {04975.p6} 
+tr {04975.t3|04976.t1} : a4974 {04975.f} {04976.p1} -> {04976.p3} 
+tr {04976.e} {04976.p6} {04976.p3} -> {04976.p4-eats} 
+tr {04976.t} {04976.p2-thinks} -> {04976.p1} {04976.p5} 
+tr {04976.t0|04977.t4} : b4975 {04977.p4-eats} -> {04976.f} {04977.f} {04977.p2-thinks} 
+tr {04976.t2} {04976.f} {04976.p5} -> {04976.p6} 
+tr {04976.t3|04977.t1} : a4975 {04976.f} {04977.p1} -> {04977.p3} 
+tr {04977.e} {04977.p6} {04977.p3} -> {04977.p4-eats} 
+tr {04977.t} {04977.p2-thinks} -> {04977.p1} {04977.p5} 
+tr {04977.t0|04978.t4} : b4976 {04978.p4-eats} -> {04977.f} {04978.f} {04978.p2-thinks} 
+tr {04977.t2} {04977.f} {04977.p5} -> {04977.p6} 
+tr {04977.t3|04978.t1} : a4976 {04977.f} {04978.p1} -> {04978.p3} 
+tr {04978.e} {04978.p6} {04978.p3} -> {04978.p4-eats} 
+tr {04978.t} {04978.p2-thinks} -> {04978.p1} {04978.p5} 
+tr {04978.t0|04979.t4} : b4977 {04979.p4-eats} -> {04978.f} {04979.f} {04979.p2-thinks} 
+tr {04978.t2} {04978.f} {04978.p5} -> {04978.p6} 
+tr {04978.t3|04979.t1} : a4977 {04978.f} {04979.p1} -> {04979.p3} 
+tr {04979.e} {04979.p6} {04979.p3} -> {04979.p4-eats} 
+tr {04979.t} {04979.p2-thinks} -> {04979.p1} {04979.p5} 
+tr {04979.t0|04980.t4} : b4978 {04980.p4-eats} -> {04979.f} {04980.f} {04980.p2-thinks} 
+tr {04979.t2} {04979.f} {04979.p5} -> {04979.p6} 
+tr {04979.t3|04980.t1} : a4978 {04979.f} {04980.p1} -> {04980.p3} 
+tr {04980.e} {04980.p6} {04980.p3} -> {04980.p4-eats} 
+tr {04980.t} {04980.p2-thinks} -> {04980.p1} {04980.p5} 
+tr {04980.t0|04981.t4} : b4979 {04981.p4-eats} -> {04980.f} {04981.f} {04981.p2-thinks} 
+tr {04980.t2} {04980.f} {04980.p5} -> {04980.p6} 
+tr {04980.t3|04981.t1} : a4979 {04980.f} {04981.p1} -> {04981.p3} 
+tr {04981.e} {04981.p6} {04981.p3} -> {04981.p4-eats} 
+tr {04981.t} {04981.p2-thinks} -> {04981.p1} {04981.p5} 
+tr {04981.t0|04982.t4} : b4980 {04982.p4-eats} -> {04981.f} {04982.f} {04982.p2-thinks} 
+tr {04981.t2} {04981.f} {04981.p5} -> {04981.p6} 
+tr {04981.t3|04982.t1} : a4980 {04981.f} {04982.p1} -> {04982.p3} 
+tr {04982.e} {04982.p6} {04982.p3} -> {04982.p4-eats} 
+tr {04982.t} {04982.p2-thinks} -> {04982.p1} {04982.p5} 
+tr {04982.t0|04983.t4} : b4981 {04983.p4-eats} -> {04982.f} {04983.f} {04983.p2-thinks} 
+tr {04982.t2} {04982.f} {04982.p5} -> {04982.p6} 
+tr {04982.t3|04983.t1} : a4981 {04982.f} {04983.p1} -> {04983.p3} 
+tr {04983.e} {04983.p6} {04983.p3} -> {04983.p4-eats} 
+tr {04983.t} {04983.p2-thinks} -> {04983.p1} {04983.p5} 
+tr {04983.t0|04984.t4} : b4982 {04984.p4-eats} -> {04983.f} {04984.f} {04984.p2-thinks} 
+tr {04983.t2} {04983.f} {04983.p5} -> {04983.p6} 
+tr {04983.t3|04984.t1} : a4982 {04983.f} {04984.p1} -> {04984.p3} 
+tr {04984.e} {04984.p6} {04984.p3} -> {04984.p4-eats} 
+tr {04984.t} {04984.p2-thinks} -> {04984.p1} {04984.p5} 
+tr {04984.t0|04985.t4} : b4983 {04985.p4-eats} -> {04984.f} {04985.f} {04985.p2-thinks} 
+tr {04984.t2} {04984.f} {04984.p5} -> {04984.p6} 
+tr {04984.t3|04985.t1} : a4983 {04984.f} {04985.p1} -> {04985.p3} 
+tr {04985.e} {04985.p6} {04985.p3} -> {04985.p4-eats} 
+tr {04985.t} {04985.p2-thinks} -> {04985.p1} {04985.p5} 
+tr {04985.t0|04986.t4} : b4984 {04986.p4-eats} -> {04985.f} {04986.f} {04986.p2-thinks} 
+tr {04985.t2} {04985.f} {04985.p5} -> {04985.p6} 
+tr {04985.t3|04986.t1} : a4984 {04985.f} {04986.p1} -> {04986.p3} 
+tr {04986.e} {04986.p6} {04986.p3} -> {04986.p4-eats} 
+tr {04986.t} {04986.p2-thinks} -> {04986.p1} {04986.p5} 
+tr {04986.t0|04987.t4} : b4985 {04987.p4-eats} -> {04986.f} {04987.f} {04987.p2-thinks} 
+tr {04986.t2} {04986.f} {04986.p5} -> {04986.p6} 
+tr {04986.t3|04987.t1} : a4985 {04986.f} {04987.p1} -> {04987.p3} 
+tr {04987.e} {04987.p6} {04987.p3} -> {04987.p4-eats} 
+tr {04987.t} {04987.p2-thinks} -> {04987.p1} {04987.p5} 
+tr {04987.t0|04988.t4} : b4986 {04988.p4-eats} -> {04987.f} {04988.f} {04988.p2-thinks} 
+tr {04987.t2} {04987.f} {04987.p5} -> {04987.p6} 
+tr {04987.t3|04988.t1} : a4986 {04987.f} {04988.p1} -> {04988.p3} 
+tr {04988.e} {04988.p6} {04988.p3} -> {04988.p4-eats} 
+tr {04988.t} {04988.p2-thinks} -> {04988.p1} {04988.p5} 
+tr {04988.t0|04989.t4} : b4987 {04989.p4-eats} -> {04988.f} {04989.f} {04989.p2-thinks} 
+tr {04988.t2} {04988.f} {04988.p5} -> {04988.p6} 
+tr {04988.t3|04989.t1} : a4987 {04988.f} {04989.p1} -> {04989.p3} 
+tr {04989.e} {04989.p6} {04989.p3} -> {04989.p4-eats} 
+tr {04989.t} {04989.p2-thinks} -> {04989.p1} {04989.p5} 
+tr {04989.t0|04990.t4} : b4988 {04990.p4-eats} -> {04989.f} {04990.f} {04990.p2-thinks} 
+tr {04989.t2} {04989.f} {04989.p5} -> {04989.p6} 
+tr {04989.t3|04990.t1} : a4988 {04989.f} {04990.p1} -> {04990.p3} 
+tr {04990.e} {04990.p6} {04990.p3} -> {04990.p4-eats} 
+tr {04990.t} {04990.p2-thinks} -> {04990.p1} {04990.p5} 
+tr {04990.t0|04991.t4} : b4989 {04991.p4-eats} -> {04990.f} {04991.f} {04991.p2-thinks} 
+tr {04990.t2} {04990.f} {04990.p5} -> {04990.p6} 
+tr {04990.t3|04991.t1} : a4989 {04990.f} {04991.p1} -> {04991.p3} 
+tr {04991.e} {04991.p6} {04991.p3} -> {04991.p4-eats} 
+tr {04991.t} {04991.p2-thinks} -> {04991.p1} {04991.p5} 
+tr {04991.t0|04992.t4} : b4990 {04992.p4-eats} -> {04991.f} {04992.f} {04992.p2-thinks} 
+tr {04991.t2} {04991.f} {04991.p5} -> {04991.p6} 
+tr {04991.t3|04992.t1} : a4990 {04991.f} {04992.p1} -> {04992.p3} 
+tr {04992.e} {04992.p6} {04992.p3} -> {04992.p4-eats} 
+tr {04992.t} {04992.p2-thinks} -> {04992.p1} {04992.p5} 
+tr {04992.t0|04993.t4} : b4991 {04993.p4-eats} -> {04992.f} {04993.f} {04993.p2-thinks} 
+tr {04992.t2} {04992.f} {04992.p5} -> {04992.p6} 
+tr {04992.t3|04993.t1} : a4991 {04992.f} {04993.p1} -> {04993.p3} 
+tr {04993.e} {04993.p6} {04993.p3} -> {04993.p4-eats} 
+tr {04993.t} {04993.p2-thinks} -> {04993.p1} {04993.p5} 
+tr {04993.t0|04994.t4} : b4992 {04994.p4-eats} -> {04993.f} {04994.f} {04994.p2-thinks} 
+tr {04993.t2} {04993.f} {04993.p5} -> {04993.p6} 
+tr {04993.t3|04994.t1} : a4992 {04993.f} {04994.p1} -> {04994.p3} 
+tr {04994.e} {04994.p6} {04994.p3} -> {04994.p4-eats} 
+tr {04994.t} {04994.p2-thinks} -> {04994.p1} {04994.p5} 
+tr {04994.t0|04995.t4} : b4993 {04995.p4-eats} -> {04994.f} {04995.f} {04995.p2-thinks} 
+tr {04994.t2} {04994.f} {04994.p5} -> {04994.p6} 
+tr {04994.t3|04995.t1} : a4993 {04994.f} {04995.p1} -> {04995.p3} 
+tr {04995.e} {04995.p6} {04995.p3} -> {04995.p4-eats} 
+tr {04995.t} {04995.p2-thinks} -> {04995.p1} {04995.p5} 
+tr {04995.t0|04996.t4} : b4994 {04996.p4-eats} -> {04995.f} {04996.f} {04996.p2-thinks} 
+tr {04995.t2} {04995.f} {04995.p5} -> {04995.p6} 
+tr {04995.t3|04996.t1} : a4994 {04995.f} {04996.p1} -> {04996.p3} 
+tr {04996.e} {04996.p6} {04996.p3} -> {04996.p4-eats} 
+tr {04996.t} {04996.p2-thinks} -> {04996.p1} {04996.p5} 
+tr {04996.t0|04997.t4} : b4995 {04997.p4-eats} -> {04996.f} {04997.f} {04997.p2-thinks} 
+tr {04996.t2} {04996.f} {04996.p5} -> {04996.p6} 
+tr {04996.t3|04997.t1} : a4995 {04996.f} {04997.p1} -> {04997.p3} 
+tr {04997.e} {04997.p6} {04997.p3} -> {04997.p4-eats} 
+tr {04997.t} {04997.p2-thinks} -> {04997.p1} {04997.p5} 
+tr {04997.t0|04998.t4} : b4996 {04998.p4-eats} -> {04997.f} {04998.f} {04998.p2-thinks} 
+tr {04997.t2} {04997.f} {04997.p5} -> {04997.p6} 
+tr {04997.t3|04998.t1} : a4996 {04997.f} {04998.p1} -> {04998.p3} 
+tr {04998.e} {04998.p6} {04998.p3} -> {04998.p4-eats} 
+tr {04998.t} {04998.p2-thinks} -> {04998.p1} {04998.p5} 
+tr {04998.t0|04999.t4} : b4997 {04999.p4-eats} -> {04998.f} {04999.f} {04999.p2-thinks} 
+tr {04998.t2} {04998.f} {04998.p5} -> {04998.p6} 
+tr {04998.t3|04999.t1} : a4997 {04998.f} {04999.p1} -> {04999.p3} 
+tr {04999.e} {04999.p6} {04999.p3} -> {04999.p4-eats} 
+tr {04999.t} {04999.p2-thinks} -> {04999.p1} {04999.p5} 
+tr {04999.t0|05000.t4} : b4998 {05000.p4-eats} -> {04999.f} {05000.f} {05000.p2-thinks} 
+tr {04999.t2} {04999.f} {04999.p5} -> {04999.p6} 
+tr {04999.t3|05000.t1} : a4998 {04999.f} {05000.p1} -> {05000.p3} 
+tr {05000.e} {05000.p6} {05000.p3} -> {05000.p4-eats} 
+tr {05000.t} {05000.p2-thinks} -> {05000.p1} {05000.p5} 
+tr {05000.t0|05001.t4} : b4999 {05001.p4-eats} -> {05000.f} {05001.f} {05001.p2-thinks} 
+tr {05000.t2} {05000.f} {05000.p5} -> {05000.p6} 
+tr {05000.t3|05001.t1} : a4999 {05000.f} {05001.p1} -> {05001.p3} 
+tr {05001.e} {05001.p6} {05001.p3} -> {05001.p4-eats} 
+tr {05001.t} {05001.p2-thinks} -> {05001.p1} {05001.p5} 
+tr {05001.t0|05002.t4} : b5000 {05002.p4-eats} -> {05001.f} {05002.f} {05002.p2-thinks} 
+tr {05001.t2} {05001.f} {05001.p5} -> {05001.p6} 
+tr {05001.t3|05002.t1} : a5000 {05001.f} {05002.p1} -> {05002.p3} 
+tr {05002.e} {05002.p6} {05002.p3} -> {05002.p4-eats} 
+tr {05002.t} {05002.p2-thinks} -> {05002.p1} {05002.p5} 
+tr {05002.t0|05003.t4} : b5001 {05003.p4-eats} -> {05002.f} {05003.f} {05003.p2-thinks} 
+tr {05002.t2} {05002.f} {05002.p5} -> {05002.p6} 
+tr {05002.t3|05003.t1} : a5001 {05002.f} {05003.p1} -> {05003.p3} 
+tr {05003.e} {05003.p6} {05003.p3} -> {05003.p4-eats} 
+tr {05003.t} {05003.p2-thinks} -> {05003.p1} {05003.p5} 
+tr {05003.t0|05004.t4} : b5002 {05004.p4-eats} -> {05003.f} {05004.f} {05004.p2-thinks} 
+tr {05003.t2} {05003.f} {05003.p5} -> {05003.p6} 
+tr {05003.t3|05004.t1} : a5002 {05003.f} {05004.p1} -> {05004.p3} 
+tr {05004.e} {05004.p6} {05004.p3} -> {05004.p4-eats} 
+tr {05004.t} {05004.p2-thinks} -> {05004.p1} {05004.p5} 
+tr {05004.t0|05005.t4} : b5003 {05005.p4-eats} -> {05004.f} {05005.f} {05005.p2-thinks} 
+tr {05004.t2} {05004.f} {05004.p5} -> {05004.p6} 
+tr {05004.t3|05005.t1} : a5003 {05004.f} {05005.p1} -> {05005.p3} 
+tr {05005.e} {05005.p6} {05005.p3} -> {05005.p4-eats} 
+tr {05005.t} {05005.p2-thinks} -> {05005.p1} {05005.p5} 
+tr {05005.t0|05006.t4} : b5004 {05006.p4-eats} -> {05005.f} {05006.f} {05006.p2-thinks} 
+tr {05005.t2} {05005.f} {05005.p5} -> {05005.p6} 
+tr {05005.t3|05006.t1} : a5004 {05005.f} {05006.p1} -> {05006.p3} 
+tr {05006.e} {05006.p6} {05006.p3} -> {05006.p4-eats} 
+tr {05006.t} {05006.p2-thinks} -> {05006.p1} {05006.p5} 
+tr {05006.t0|05007.t4} : b5005 {05007.p4-eats} -> {05006.f} {05007.f} {05007.p2-thinks} 
+tr {05006.t2} {05006.f} {05006.p5} -> {05006.p6} 
+tr {05006.t3|05007.t1} : a5005 {05006.f} {05007.p1} -> {05007.p3} 
+tr {05007.e} {05007.p6} {05007.p3} -> {05007.p4-eats} 
+tr {05007.t} {05007.p2-thinks} -> {05007.p1} {05007.p5} 
+tr {05007.t0|05008.t4} : b5006 {05008.p4-eats} -> {05007.f} {05008.f} {05008.p2-thinks} 
+tr {05007.t2} {05007.f} {05007.p5} -> {05007.p6} 
+tr {05007.t3|05008.t1} : a5006 {05007.f} {05008.p1} -> {05008.p3} 
+tr {05008.e} {05008.p6} {05008.p3} -> {05008.p4-eats} 
+tr {05008.t} {05008.p2-thinks} -> {05008.p1} {05008.p5} 
+tr {05008.t0|05009.t4} : b5007 {05009.p4-eats} -> {05008.f} {05009.f} {05009.p2-thinks} 
+tr {05008.t2} {05008.f} {05008.p5} -> {05008.p6} 
+tr {05008.t3|05009.t1} : a5007 {05008.f} {05009.p1} -> {05009.p3} 
+tr {05009.e} {05009.p6} {05009.p3} -> {05009.p4-eats} 
+tr {05009.t} {05009.p2-thinks} -> {05009.p1} {05009.p5} 
+tr {05009.t0|05010.t4} : b5008 {05010.p4-eats} -> {05009.f} {05010.f} {05010.p2-thinks} 
+tr {05009.t2} {05009.f} {05009.p5} -> {05009.p6} 
+tr {05009.t3|05010.t1} : a5008 {05009.f} {05010.p1} -> {05010.p3} 
+tr {05010.e} {05010.p6} {05010.p3} -> {05010.p4-eats} 
+tr {05010.t} {05010.p2-thinks} -> {05010.p1} {05010.p5} 
+tr {05010.t0|05011.t4} : b5009 {05011.p4-eats} -> {05010.f} {05011.f} {05011.p2-thinks} 
+tr {05010.t2} {05010.f} {05010.p5} -> {05010.p6} 
+tr {05010.t3|05011.t1} : a5009 {05010.f} {05011.p1} -> {05011.p3} 
+tr {05011.e} {05011.p6} {05011.p3} -> {05011.p4-eats} 
+tr {05011.t} {05011.p2-thinks} -> {05011.p1} {05011.p5} 
+tr {05011.t0|05012.t4} : b5010 {05012.p4-eats} -> {05011.f} {05012.f} {05012.p2-thinks} 
+tr {05011.t2} {05011.f} {05011.p5} -> {05011.p6} 
+tr {05011.t3|05012.t1} : a5010 {05011.f} {05012.p1} -> {05012.p3} 
+tr {05012.e} {05012.p6} {05012.p3} -> {05012.p4-eats} 
+tr {05012.t} {05012.p2-thinks} -> {05012.p1} {05012.p5} 
+tr {05012.t0|05013.t4} : b5011 {05013.p4-eats} -> {05012.f} {05013.f} {05013.p2-thinks} 
+tr {05012.t2} {05012.f} {05012.p5} -> {05012.p6} 
+tr {05012.t3|05013.t1} : a5011 {05012.f} {05013.p1} -> {05013.p3} 
+tr {05013.e} {05013.p6} {05013.p3} -> {05013.p4-eats} 
+tr {05013.t} {05013.p2-thinks} -> {05013.p1} {05013.p5} 
+tr {05013.t0|05014.t4} : b5012 {05014.p4-eats} -> {05013.f} {05014.f} {05014.p2-thinks} 
+tr {05013.t2} {05013.f} {05013.p5} -> {05013.p6} 
+tr {05013.t3|05014.t1} : a5012 {05013.f} {05014.p1} -> {05014.p3} 
+tr {05014.e} {05014.p6} {05014.p3} -> {05014.p4-eats} 
+tr {05014.t} {05014.p2-thinks} -> {05014.p1} {05014.p5} 
+tr {05014.t0|05015.t4} : b5013 {05015.p4-eats} -> {05014.f} {05015.f} {05015.p2-thinks} 
+tr {05014.t2} {05014.f} {05014.p5} -> {05014.p6} 
+tr {05014.t3|05015.t1} : a5013 {05014.f} {05015.p1} -> {05015.p3} 
+tr {05015.e} {05015.p6} {05015.p3} -> {05015.p4-eats} 
+tr {05015.t} {05015.p2-thinks} -> {05015.p1} {05015.p5} 
+tr {05015.t0|05016.t4} : b5014 {05016.p4-eats} -> {05015.f} {05016.f} {05016.p2-thinks} 
+tr {05015.t2} {05015.f} {05015.p5} -> {05015.p6} 
+tr {05015.t3|05016.t1} : a5014 {05015.f} {05016.p1} -> {05016.p3} 
+tr {05016.e} {05016.p6} {05016.p3} -> {05016.p4-eats} 
+tr {05016.t} {05016.p2-thinks} -> {05016.p1} {05016.p5} 
+tr {05016.t0|05017.t4} : b5015 {05017.p4-eats} -> {05016.f} {05017.f} {05017.p2-thinks} 
+tr {05016.t2} {05016.f} {05016.p5} -> {05016.p6} 
+tr {05016.t3|05017.t1} : a5015 {05016.f} {05017.p1} -> {05017.p3} 
+tr {05017.e} {05017.p6} {05017.p3} -> {05017.p4-eats} 
+tr {05017.t} {05017.p2-thinks} -> {05017.p1} {05017.p5} 
+tr {05017.t0|05018.t4} : b5016 {05018.p4-eats} -> {05017.f} {05018.f} {05018.p2-thinks} 
+tr {05017.t2} {05017.f} {05017.p5} -> {05017.p6} 
+tr {05017.t3|05018.t1} : a5016 {05017.f} {05018.p1} -> {05018.p3} 
+tr {05018.e} {05018.p6} {05018.p3} -> {05018.p4-eats} 
+tr {05018.t} {05018.p2-thinks} -> {05018.p1} {05018.p5} 
+tr {05018.t0|05019.t4} : b5017 {05019.p4-eats} -> {05018.f} {05019.f} {05019.p2-thinks} 
+tr {05018.t2} {05018.f} {05018.p5} -> {05018.p6} 
+tr {05018.t3|05019.t1} : a5017 {05018.f} {05019.p1} -> {05019.p3} 
+tr {05019.e} {05019.p6} {05019.p3} -> {05019.p4-eats} 
+tr {05019.t} {05019.p2-thinks} -> {05019.p1} {05019.p5} 
+tr {05019.t0|05020.t4} : b5018 {05020.p4-eats} -> {05019.f} {05020.f} {05020.p2-thinks} 
+tr {05019.t2} {05019.f} {05019.p5} -> {05019.p6} 
+tr {05019.t3|05020.t1} : a5018 {05019.f} {05020.p1} -> {05020.p3} 
+tr {05020.e} {05020.p6} {05020.p3} -> {05020.p4-eats} 
+tr {05020.t} {05020.p2-thinks} -> {05020.p1} {05020.p5} 
+tr {05020.t0|05021.t4} : b5019 {05021.p4-eats} -> {05020.f} {05021.f} {05021.p2-thinks} 
+tr {05020.t2} {05020.f} {05020.p5} -> {05020.p6} 
+tr {05020.t3|05021.t1} : a5019 {05020.f} {05021.p1} -> {05021.p3} 
+tr {05021.e} {05021.p6} {05021.p3} -> {05021.p4-eats} 
+tr {05021.t} {05021.p2-thinks} -> {05021.p1} {05021.p5} 
+tr {05021.t0|05022.t4} : b5020 {05022.p4-eats} -> {05021.f} {05022.f} {05022.p2-thinks} 
+tr {05021.t2} {05021.f} {05021.p5} -> {05021.p6} 
+tr {05021.t3|05022.t1} : a5020 {05021.f} {05022.p1} -> {05022.p3} 
+tr {05022.e} {05022.p6} {05022.p3} -> {05022.p4-eats} 
+tr {05022.t} {05022.p2-thinks} -> {05022.p1} {05022.p5} 
+tr {05022.t0|05023.t4} : b5021 {05023.p4-eats} -> {05022.f} {05023.f} {05023.p2-thinks} 
+tr {05022.t2} {05022.f} {05022.p5} -> {05022.p6} 
+tr {05022.t3|05023.t1} : a5021 {05022.f} {05023.p1} -> {05023.p3} 
+tr {05023.e} {05023.p6} {05023.p3} -> {05023.p4-eats} 
+tr {05023.t} {05023.p2-thinks} -> {05023.p1} {05023.p5} 
+tr {05023.t0|05024.t4} : b5022 {05024.p4-eats} -> {05023.f} {05024.f} {05024.p2-thinks} 
+tr {05023.t2} {05023.f} {05023.p5} -> {05023.p6} 
+tr {05023.t3|05024.t1} : a5022 {05023.f} {05024.p1} -> {05024.p3} 
+tr {05024.e} {05024.p6} {05024.p3} -> {05024.p4-eats} 
+tr {05024.t} {05024.p2-thinks} -> {05024.p1} {05024.p5} 
+tr {05024.t0|05025.t4} : b5023 {05025.p4-eats} -> {05024.f} {05025.f} {05025.p2-thinks} 
+tr {05024.t2} {05024.f} {05024.p5} -> {05024.p6} 
+tr {05024.t3|05025.t1} : a5023 {05024.f} {05025.p1} -> {05025.p3} 
+tr {05025.e} {05025.p6} {05025.p3} -> {05025.p4-eats} 
+tr {05025.t} {05025.p2-thinks} -> {05025.p1} {05025.p5} 
+tr {05025.t0|05026.t4} : b5024 {05026.p4-eats} -> {05025.f} {05026.f} {05026.p2-thinks} 
+tr {05025.t2} {05025.f} {05025.p5} -> {05025.p6} 
+tr {05025.t3|05026.t1} : a5024 {05025.f} {05026.p1} -> {05026.p3} 
+tr {05026.e} {05026.p6} {05026.p3} -> {05026.p4-eats} 
+tr {05026.t} {05026.p2-thinks} -> {05026.p1} {05026.p5} 
+tr {05026.t0|05027.t4} : b5025 {05027.p4-eats} -> {05026.f} {05027.f} {05027.p2-thinks} 
+tr {05026.t2} {05026.f} {05026.p5} -> {05026.p6} 
+tr {05026.t3|05027.t1} : a5025 {05026.f} {05027.p1} -> {05027.p3} 
+tr {05027.e} {05027.p6} {05027.p3} -> {05027.p4-eats} 
+tr {05027.t} {05027.p2-thinks} -> {05027.p1} {05027.p5} 
+tr {05027.t0|05028.t4} : b5026 {05028.p4-eats} -> {05027.f} {05028.f} {05028.p2-thinks} 
+tr {05027.t2} {05027.f} {05027.p5} -> {05027.p6} 
+tr {05027.t3|05028.t1} : a5026 {05027.f} {05028.p1} -> {05028.p3} 
+tr {05028.e} {05028.p6} {05028.p3} -> {05028.p4-eats} 
+tr {05028.t} {05028.p2-thinks} -> {05028.p1} {05028.p5} 
+tr {05028.t0|05029.t4} : b5027 {05029.p4-eats} -> {05028.f} {05029.f} {05029.p2-thinks} 
+tr {05028.t2} {05028.f} {05028.p5} -> {05028.p6} 
+tr {05028.t3|05029.t1} : a5027 {05028.f} {05029.p1} -> {05029.p3} 
+tr {05029.e} {05029.p6} {05029.p3} -> {05029.p4-eats} 
+tr {05029.t} {05029.p2-thinks} -> {05029.p1} {05029.p5} 
+tr {05029.t0|05030.t4} : b5028 {05030.p4-eats} -> {05029.f} {05030.f} {05030.p2-thinks} 
+tr {05029.t2} {05029.f} {05029.p5} -> {05029.p6} 
+tr {05029.t3|05030.t1} : a5028 {05029.f} {05030.p1} -> {05030.p3} 
+tr {05030.e} {05030.p6} {05030.p3} -> {05030.p4-eats} 
+tr {05030.t} {05030.p2-thinks} -> {05030.p1} {05030.p5} 
+tr {05030.t0|05031.t4} : b5029 {05031.p4-eats} -> {05030.f} {05031.f} {05031.p2-thinks} 
+tr {05030.t2} {05030.f} {05030.p5} -> {05030.p6} 
+tr {05030.t3|05031.t1} : a5029 {05030.f} {05031.p1} -> {05031.p3} 
+tr {05031.e} {05031.p6} {05031.p3} -> {05031.p4-eats} 
+tr {05031.t} {05031.p2-thinks} -> {05031.p1} {05031.p5} 
+tr {05031.t0|05032.t4} : b5030 {05032.p4-eats} -> {05031.f} {05032.f} {05032.p2-thinks} 
+tr {05031.t2} {05031.f} {05031.p5} -> {05031.p6} 
+tr {05031.t3|05032.t1} : a5030 {05031.f} {05032.p1} -> {05032.p3} 
+tr {05032.e} {05032.p6} {05032.p3} -> {05032.p4-eats} 
+tr {05032.t} {05032.p2-thinks} -> {05032.p1} {05032.p5} 
+tr {05032.t0|05033.t4} : b5031 {05033.p4-eats} -> {05032.f} {05033.f} {05033.p2-thinks} 
+tr {05032.t2} {05032.f} {05032.p5} -> {05032.p6} 
+tr {05032.t3|05033.t1} : a5031 {05032.f} {05033.p1} -> {05033.p3} 
+tr {05033.e} {05033.p6} {05033.p3} -> {05033.p4-eats} 
+tr {05033.t} {05033.p2-thinks} -> {05033.p1} {05033.p5} 
+tr {05033.t0|05034.t4} : b5032 {05034.p4-eats} -> {05033.f} {05034.f} {05034.p2-thinks} 
+tr {05033.t2} {05033.f} {05033.p5} -> {05033.p6} 
+tr {05033.t3|05034.t1} : a5032 {05033.f} {05034.p1} -> {05034.p3} 
+tr {05034.e} {05034.p6} {05034.p3} -> {05034.p4-eats} 
+tr {05034.t} {05034.p2-thinks} -> {05034.p1} {05034.p5} 
+tr {05034.t0|05035.t4} : b5033 {05035.p4-eats} -> {05034.f} {05035.f} {05035.p2-thinks} 
+tr {05034.t2} {05034.f} {05034.p5} -> {05034.p6} 
+tr {05034.t3|05035.t1} : a5033 {05034.f} {05035.p1} -> {05035.p3} 
+tr {05035.e} {05035.p6} {05035.p3} -> {05035.p4-eats} 
+tr {05035.t} {05035.p2-thinks} -> {05035.p1} {05035.p5} 
+tr {05035.t0|05036.t4} : b5034 {05036.p4-eats} -> {05035.f} {05036.f} {05036.p2-thinks} 
+tr {05035.t2} {05035.f} {05035.p5} -> {05035.p6} 
+tr {05035.t3|05036.t1} : a5034 {05035.f} {05036.p1} -> {05036.p3} 
+tr {05036.e} {05036.p6} {05036.p3} -> {05036.p4-eats} 
+tr {05036.t} {05036.p2-thinks} -> {05036.p1} {05036.p5} 
+tr {05036.t0|05037.t4} : b5035 {05037.p4-eats} -> {05036.f} {05037.f} {05037.p2-thinks} 
+tr {05036.t2} {05036.f} {05036.p5} -> {05036.p6} 
+tr {05036.t3|05037.t1} : a5035 {05036.f} {05037.p1} -> {05037.p3} 
+tr {05037.e} {05037.p6} {05037.p3} -> {05037.p4-eats} 
+tr {05037.t} {05037.p2-thinks} -> {05037.p1} {05037.p5} 
+tr {05037.t0|05038.t4} : b5036 {05038.p4-eats} -> {05037.f} {05038.f} {05038.p2-thinks} 
+tr {05037.t2} {05037.f} {05037.p5} -> {05037.p6} 
+tr {05037.t3|05038.t1} : a5036 {05037.f} {05038.p1} -> {05038.p3} 
+tr {05038.e} {05038.p6} {05038.p3} -> {05038.p4-eats} 
+tr {05038.t} {05038.p2-thinks} -> {05038.p1} {05038.p5} 
+tr {05038.t0|05039.t4} : b5037 {05039.p4-eats} -> {05038.f} {05039.f} {05039.p2-thinks} 
+tr {05038.t2} {05038.f} {05038.p5} -> {05038.p6} 
+tr {05038.t3|05039.t1} : a5037 {05038.f} {05039.p1} -> {05039.p3} 
+tr {05039.e} {05039.p6} {05039.p3} -> {05039.p4-eats} 
+tr {05039.t} {05039.p2-thinks} -> {05039.p1} {05039.p5} 
+tr {05039.t0|05040.t4} : b5038 {05040.p4-eats} -> {05039.f} {05040.f} {05040.p2-thinks} 
+tr {05039.t2} {05039.f} {05039.p5} -> {05039.p6} 
+tr {05039.t3|05040.t1} : a5038 {05039.f} {05040.p1} -> {05040.p3} 
+tr {05040.e} {05040.p6} {05040.p3} -> {05040.p4-eats} 
+tr {05040.t} {05040.p2-thinks} -> {05040.p1} {05040.p5} 
+tr {05040.t0|05041.t4} : b5039 {05041.p4-eats} -> {05040.f} {05041.f} {05041.p2-thinks} 
+tr {05040.t2} {05040.f} {05040.p5} -> {05040.p6} 
+tr {05040.t3|05041.t1} : a5039 {05040.f} {05041.p1} -> {05041.p3} 
+tr {05041.e} {05041.p6} {05041.p3} -> {05041.p4-eats} 
+tr {05041.t} {05041.p2-thinks} -> {05041.p1} {05041.p5} 
+tr {05041.t0|05042.t4} : b5040 {05042.p4-eats} -> {05041.f} {05042.f} {05042.p2-thinks} 
+tr {05041.t2} {05041.f} {05041.p5} -> {05041.p6} 
+tr {05041.t3|05042.t1} : a5040 {05041.f} {05042.p1} -> {05042.p3} 
+tr {05042.e} {05042.p6} {05042.p3} -> {05042.p4-eats} 
+tr {05042.t} {05042.p2-thinks} -> {05042.p1} {05042.p5} 
+tr {05042.t0|05043.t4} : b5041 {05043.p4-eats} -> {05042.f} {05043.f} {05043.p2-thinks} 
+tr {05042.t2} {05042.f} {05042.p5} -> {05042.p6} 
+tr {05042.t3|05043.t1} : a5041 {05042.f} {05043.p1} -> {05043.p3} 
+tr {05043.e} {05043.p6} {05043.p3} -> {05043.p4-eats} 
+tr {05043.t} {05043.p2-thinks} -> {05043.p1} {05043.p5} 
+tr {05043.t0|05044.t4} : b5042 {05044.p4-eats} -> {05043.f} {05044.f} {05044.p2-thinks} 
+tr {05043.t2} {05043.f} {05043.p5} -> {05043.p6} 
+tr {05043.t3|05044.t1} : a5042 {05043.f} {05044.p1} -> {05044.p3} 
+tr {05044.e} {05044.p6} {05044.p3} -> {05044.p4-eats} 
+tr {05044.t} {05044.p2-thinks} -> {05044.p1} {05044.p5} 
+tr {05044.t0|05045.t4} : b5043 {05045.p4-eats} -> {05044.f} {05045.f} {05045.p2-thinks} 
+tr {05044.t2} {05044.f} {05044.p5} -> {05044.p6} 
+tr {05044.t3|05045.t1} : a5043 {05044.f} {05045.p1} -> {05045.p3} 
+tr {05045.e} {05045.p6} {05045.p3} -> {05045.p4-eats} 
+tr {05045.t} {05045.p2-thinks} -> {05045.p1} {05045.p5} 
+tr {05045.t0|05046.t4} : b5044 {05046.p4-eats} -> {05045.f} {05046.f} {05046.p2-thinks} 
+tr {05045.t2} {05045.f} {05045.p5} -> {05045.p6} 
+tr {05045.t3|05046.t1} : a5044 {05045.f} {05046.p1} -> {05046.p3} 
+tr {05046.e} {05046.p6} {05046.p3} -> {05046.p4-eats} 
+tr {05046.t} {05046.p2-thinks} -> {05046.p1} {05046.p5} 
+tr {05046.t0|05047.t4} : b5045 {05047.p4-eats} -> {05046.f} {05047.f} {05047.p2-thinks} 
+tr {05046.t2} {05046.f} {05046.p5} -> {05046.p6} 
+tr {05046.t3|05047.t1} : a5045 {05046.f} {05047.p1} -> {05047.p3} 
+tr {05047.e} {05047.p6} {05047.p3} -> {05047.p4-eats} 
+tr {05047.t} {05047.p2-thinks} -> {05047.p1} {05047.p5} 
+tr {05047.t0|05048.t4} : b5046 {05048.p4-eats} -> {05047.f} {05048.f} {05048.p2-thinks} 
+tr {05047.t2} {05047.f} {05047.p5} -> {05047.p6} 
+tr {05047.t3|05048.t1} : a5046 {05047.f} {05048.p1} -> {05048.p3} 
+tr {05048.e} {05048.p6} {05048.p3} -> {05048.p4-eats} 
+tr {05048.t} {05048.p2-thinks} -> {05048.p1} {05048.p5} 
+tr {05048.t0|05049.t4} : b5047 {05049.p4-eats} -> {05048.f} {05049.f} {05049.p2-thinks} 
+tr {05048.t2} {05048.f} {05048.p5} -> {05048.p6} 
+tr {05048.t3|05049.t1} : a5047 {05048.f} {05049.p1} -> {05049.p3} 
+tr {05049.e} {05049.p6} {05049.p3} -> {05049.p4-eats} 
+tr {05049.t} {05049.p2-thinks} -> {05049.p1} {05049.p5} 
+tr {05049.t0|05050.t4} : b5048 {05050.p4-eats} -> {05049.f} {05050.f} {05050.p2-thinks} 
+tr {05049.t2} {05049.f} {05049.p5} -> {05049.p6} 
+tr {05049.t3|05050.t1} : a5048 {05049.f} {05050.p1} -> {05050.p3} 
+tr {05050.e} {05050.p6} {05050.p3} -> {05050.p4-eats} 
+tr {05050.t} {05050.p2-thinks} -> {05050.p1} {05050.p5} 
+tr {05050.t0|05051.t4} : b5049 {05051.p4-eats} -> {05050.f} {05051.f} {05051.p2-thinks} 
+tr {05050.t2} {05050.f} {05050.p5} -> {05050.p6} 
+tr {05050.t3|05051.t1} : a5049 {05050.f} {05051.p1} -> {05051.p3} 
+tr {05051.e} {05051.p6} {05051.p3} -> {05051.p4-eats} 
+tr {05051.t} {05051.p2-thinks} -> {05051.p1} {05051.p5} 
+tr {05051.t0|05052.t4} : b5050 {05052.p4-eats} -> {05051.f} {05052.f} {05052.p2-thinks} 
+tr {05051.t2} {05051.f} {05051.p5} -> {05051.p6} 
+tr {05051.t3|05052.t1} : a5050 {05051.f} {05052.p1} -> {05052.p3} 
+tr {05052.e} {05052.p6} {05052.p3} -> {05052.p4-eats} 
+tr {05052.t} {05052.p2-thinks} -> {05052.p1} {05052.p5} 
+tr {05052.t0|05053.t4} : b5051 {05053.p4-eats} -> {05052.f} {05053.f} {05053.p2-thinks} 
+tr {05052.t2} {05052.f} {05052.p5} -> {05052.p6} 
+tr {05052.t3|05053.t1} : a5051 {05052.f} {05053.p1} -> {05053.p3} 
+tr {05053.e} {05053.p6} {05053.p3} -> {05053.p4-eats} 
+tr {05053.t} {05053.p2-thinks} -> {05053.p1} {05053.p5} 
+tr {05053.t0|05054.t4} : b5052 {05054.p4-eats} -> {05053.f} {05054.f} {05054.p2-thinks} 
+tr {05053.t2} {05053.f} {05053.p5} -> {05053.p6} 
+tr {05053.t3|05054.t1} : a5052 {05053.f} {05054.p1} -> {05054.p3} 
+tr {05054.e} {05054.p6} {05054.p3} -> {05054.p4-eats} 
+tr {05054.t} {05054.p2-thinks} -> {05054.p1} {05054.p5} 
+tr {05054.t0|05055.t4} : b5053 {05055.p4-eats} -> {05054.f} {05055.f} {05055.p2-thinks} 
+tr {05054.t2} {05054.f} {05054.p5} -> {05054.p6} 
+tr {05054.t3|05055.t1} : a5053 {05054.f} {05055.p1} -> {05055.p3} 
+tr {05055.e} {05055.p6} {05055.p3} -> {05055.p4-eats} 
+tr {05055.t} {05055.p2-thinks} -> {05055.p1} {05055.p5} 
+tr {05055.t0|05056.t4} : b5054 {05056.p4-eats} -> {05055.f} {05056.f} {05056.p2-thinks} 
+tr {05055.t2} {05055.f} {05055.p5} -> {05055.p6} 
+tr {05055.t3|05056.t1} : a5054 {05055.f} {05056.p1} -> {05056.p3} 
+tr {05056.e} {05056.p6} {05056.p3} -> {05056.p4-eats} 
+tr {05056.t} {05056.p2-thinks} -> {05056.p1} {05056.p5} 
+tr {05056.t0|05057.t4} : b5055 {05057.p4-eats} -> {05056.f} {05057.f} {05057.p2-thinks} 
+tr {05056.t2} {05056.f} {05056.p5} -> {05056.p6} 
+tr {05056.t3|05057.t1} : a5055 {05056.f} {05057.p1} -> {05057.p3} 
+tr {05057.e} {05057.p6} {05057.p3} -> {05057.p4-eats} 
+tr {05057.t} {05057.p2-thinks} -> {05057.p1} {05057.p5} 
+tr {05057.t0|05058.t4} : b5056 {05058.p4-eats} -> {05057.f} {05058.f} {05058.p2-thinks} 
+tr {05057.t2} {05057.f} {05057.p5} -> {05057.p6} 
+tr {05057.t3|05058.t1} : a5056 {05057.f} {05058.p1} -> {05058.p3} 
+tr {05058.e} {05058.p6} {05058.p3} -> {05058.p4-eats} 
+tr {05058.t} {05058.p2-thinks} -> {05058.p1} {05058.p5} 
+tr {05058.t0|05059.t4} : b5057 {05059.p4-eats} -> {05058.f} {05059.f} {05059.p2-thinks} 
+tr {05058.t2} {05058.f} {05058.p5} -> {05058.p6} 
+tr {05058.t3|05059.t1} : a5057 {05058.f} {05059.p1} -> {05059.p3} 
+tr {05059.e} {05059.p6} {05059.p3} -> {05059.p4-eats} 
+tr {05059.t} {05059.p2-thinks} -> {05059.p1} {05059.p5} 
+tr {05059.t0|05060.t4} : b5058 {05060.p4-eats} -> {05059.f} {05060.f} {05060.p2-thinks} 
+tr {05059.t2} {05059.f} {05059.p5} -> {05059.p6} 
+tr {05059.t3|05060.t1} : a5058 {05059.f} {05060.p1} -> {05060.p3} 
+tr {05060.e} {05060.p6} {05060.p3} -> {05060.p4-eats} 
+tr {05060.t} {05060.p2-thinks} -> {05060.p1} {05060.p5} 
+tr {05060.t0|05061.t4} : b5059 {05061.p4-eats} -> {05060.f} {05061.f} {05061.p2-thinks} 
+tr {05060.t2} {05060.f} {05060.p5} -> {05060.p6} 
+tr {05060.t3|05061.t1} : a5059 {05060.f} {05061.p1} -> {05061.p3} 
+tr {05061.e} {05061.p6} {05061.p3} -> {05061.p4-eats} 
+tr {05061.t} {05061.p2-thinks} -> {05061.p1} {05061.p5} 
+tr {05061.t0|05062.t4} : b5060 {05062.p4-eats} -> {05061.f} {05062.f} {05062.p2-thinks} 
+tr {05061.t2} {05061.f} {05061.p5} -> {05061.p6} 
+tr {05061.t3|05062.t1} : a5060 {05061.f} {05062.p1} -> {05062.p3} 
+tr {05062.e} {05062.p6} {05062.p3} -> {05062.p4-eats} 
+tr {05062.t} {05062.p2-thinks} -> {05062.p1} {05062.p5} 
+tr {05062.t0|05063.t4} : b5061 {05063.p4-eats} -> {05062.f} {05063.f} {05063.p2-thinks} 
+tr {05062.t2} {05062.f} {05062.p5} -> {05062.p6} 
+tr {05062.t3|05063.t1} : a5061 {05062.f} {05063.p1} -> {05063.p3} 
+tr {05063.e} {05063.p6} {05063.p3} -> {05063.p4-eats} 
+tr {05063.t} {05063.p2-thinks} -> {05063.p1} {05063.p5} 
+tr {05063.t0|05064.t4} : b5062 {05064.p4-eats} -> {05063.f} {05064.f} {05064.p2-thinks} 
+tr {05063.t2} {05063.f} {05063.p5} -> {05063.p6} 
+tr {05063.t3|05064.t1} : a5062 {05063.f} {05064.p1} -> {05064.p3} 
+tr {05064.e} {05064.p6} {05064.p3} -> {05064.p4-eats} 
+tr {05064.t} {05064.p2-thinks} -> {05064.p1} {05064.p5} 
+tr {05064.t0|05065.t4} : b5063 {05065.p4-eats} -> {05064.f} {05065.f} {05065.p2-thinks} 
+tr {05064.t2} {05064.f} {05064.p5} -> {05064.p6} 
+tr {05064.t3|05065.t1} : a5063 {05064.f} {05065.p1} -> {05065.p3} 
+tr {05065.e} {05065.p6} {05065.p3} -> {05065.p4-eats} 
+tr {05065.t} {05065.p2-thinks} -> {05065.p1} {05065.p5} 
+tr {05065.t0|05066.t4} : b5064 {05066.p4-eats} -> {05065.f} {05066.f} {05066.p2-thinks} 
+tr {05065.t2} {05065.f} {05065.p5} -> {05065.p6} 
+tr {05065.t3|05066.t1} : a5064 {05065.f} {05066.p1} -> {05066.p3} 
+tr {05066.e} {05066.p6} {05066.p3} -> {05066.p4-eats} 
+tr {05066.t} {05066.p2-thinks} -> {05066.p1} {05066.p5} 
+tr {05066.t0|05067.t4} : b5065 {05067.p4-eats} -> {05066.f} {05067.f} {05067.p2-thinks} 
+tr {05066.t2} {05066.f} {05066.p5} -> {05066.p6} 
+tr {05066.t3|05067.t1} : a5065 {05066.f} {05067.p1} -> {05067.p3} 
+tr {05067.e} {05067.p6} {05067.p3} -> {05067.p4-eats} 
+tr {05067.t} {05067.p2-thinks} -> {05067.p1} {05067.p5} 
+tr {05067.t0|05068.t4} : b5066 {05068.p4-eats} -> {05067.f} {05068.f} {05068.p2-thinks} 
+tr {05067.t2} {05067.f} {05067.p5} -> {05067.p6} 
+tr {05067.t3|05068.t1} : a5066 {05067.f} {05068.p1} -> {05068.p3} 
+tr {05068.e} {05068.p6} {05068.p3} -> {05068.p4-eats} 
+tr {05068.t} {05068.p2-thinks} -> {05068.p1} {05068.p5} 
+tr {05068.t0|05069.t4} : b5067 {05069.p4-eats} -> {05068.f} {05069.f} {05069.p2-thinks} 
+tr {05068.t2} {05068.f} {05068.p5} -> {05068.p6} 
+tr {05068.t3|05069.t1} : a5067 {05068.f} {05069.p1} -> {05069.p3} 
+tr {05069.e} {05069.p6} {05069.p3} -> {05069.p4-eats} 
+tr {05069.t} {05069.p2-thinks} -> {05069.p1} {05069.p5} 
+tr {05069.t0|05070.t4} : b5068 {05070.p4-eats} -> {05069.f} {05070.f} {05070.p2-thinks} 
+tr {05069.t2} {05069.f} {05069.p5} -> {05069.p6} 
+tr {05069.t3|05070.t1} : a5068 {05069.f} {05070.p1} -> {05070.p3} 
+tr {05070.e} {05070.p6} {05070.p3} -> {05070.p4-eats} 
+tr {05070.t} {05070.p2-thinks} -> {05070.p1} {05070.p5} 
+tr {05070.t0|05071.t4} : b5069 {05071.p4-eats} -> {05070.f} {05071.f} {05071.p2-thinks} 
+tr {05070.t2} {05070.f} {05070.p5} -> {05070.p6} 
+tr {05070.t3|05071.t1} : a5069 {05070.f} {05071.p1} -> {05071.p3} 
+tr {05071.e} {05071.p6} {05071.p3} -> {05071.p4-eats} 
+tr {05071.t} {05071.p2-thinks} -> {05071.p1} {05071.p5} 
+tr {05071.t0|05072.t4} : b5070 {05072.p4-eats} -> {05071.f} {05072.f} {05072.p2-thinks} 
+tr {05071.t2} {05071.f} {05071.p5} -> {05071.p6} 
+tr {05071.t3|05072.t1} : a5070 {05071.f} {05072.p1} -> {05072.p3} 
+tr {05072.e} {05072.p6} {05072.p3} -> {05072.p4-eats} 
+tr {05072.t} {05072.p2-thinks} -> {05072.p1} {05072.p5} 
+tr {05072.t0|05073.t4} : b5071 {05073.p4-eats} -> {05072.f} {05073.f} {05073.p2-thinks} 
+tr {05072.t2} {05072.f} {05072.p5} -> {05072.p6} 
+tr {05072.t3|05073.t1} : a5071 {05072.f} {05073.p1} -> {05073.p3} 
+tr {05073.e} {05073.p6} {05073.p3} -> {05073.p4-eats} 
+tr {05073.t} {05073.p2-thinks} -> {05073.p1} {05073.p5} 
+tr {05073.t0|05074.t4} : b5072 {05074.p4-eats} -> {05073.f} {05074.f} {05074.p2-thinks} 
+tr {05073.t2} {05073.f} {05073.p5} -> {05073.p6} 
+tr {05073.t3|05074.t1} : a5072 {05073.f} {05074.p1} -> {05074.p3} 
+tr {05074.e} {05074.p6} {05074.p3} -> {05074.p4-eats} 
+tr {05074.t} {05074.p2-thinks} -> {05074.p1} {05074.p5} 
+tr {05074.t0|05075.t4} : b5073 {05075.p4-eats} -> {05074.f} {05075.f} {05075.p2-thinks} 
+tr {05074.t2} {05074.f} {05074.p5} -> {05074.p6} 
+tr {05074.t3|05075.t1} : a5073 {05074.f} {05075.p1} -> {05075.p3} 
+tr {05075.e} {05075.p6} {05075.p3} -> {05075.p4-eats} 
+tr {05075.t} {05075.p2-thinks} -> {05075.p1} {05075.p5} 
+tr {05075.t0|05076.t4} : b5074 {05076.p4-eats} -> {05075.f} {05076.f} {05076.p2-thinks} 
+tr {05075.t2} {05075.f} {05075.p5} -> {05075.p6} 
+tr {05075.t3|05076.t1} : a5074 {05075.f} {05076.p1} -> {05076.p3} 
+tr {05076.e} {05076.p6} {05076.p3} -> {05076.p4-eats} 
+tr {05076.t} {05076.p2-thinks} -> {05076.p1} {05076.p5} 
+tr {05076.t0|05077.t4} : b5075 {05077.p4-eats} -> {05076.f} {05077.f} {05077.p2-thinks} 
+tr {05076.t2} {05076.f} {05076.p5} -> {05076.p6} 
+tr {05076.t3|05077.t1} : a5075 {05076.f} {05077.p1} -> {05077.p3} 
+tr {05077.e} {05077.p6} {05077.p3} -> {05077.p4-eats} 
+tr {05077.t} {05077.p2-thinks} -> {05077.p1} {05077.p5} 
+tr {05077.t0|05078.t4} : b5076 {05078.p4-eats} -> {05077.f} {05078.f} {05078.p2-thinks} 
+tr {05077.t2} {05077.f} {05077.p5} -> {05077.p6} 
+tr {05077.t3|05078.t1} : a5076 {05077.f} {05078.p1} -> {05078.p3} 
+tr {05078.e} {05078.p6} {05078.p3} -> {05078.p4-eats} 
+tr {05078.t} {05078.p2-thinks} -> {05078.p1} {05078.p5} 
+tr {05078.t0|05079.t4} : b5077 {05079.p4-eats} -> {05078.f} {05079.f} {05079.p2-thinks} 
+tr {05078.t2} {05078.f} {05078.p5} -> {05078.p6} 
+tr {05078.t3|05079.t1} : a5077 {05078.f} {05079.p1} -> {05079.p3} 
+tr {05079.e} {05079.p6} {05079.p3} -> {05079.p4-eats} 
+tr {05079.t} {05079.p2-thinks} -> {05079.p1} {05079.p5} 
+tr {05079.t0|05080.t4} : b5078 {05080.p4-eats} -> {05079.f} {05080.f} {05080.p2-thinks} 
+tr {05079.t2} {05079.f} {05079.p5} -> {05079.p6} 
+tr {05079.t3|05080.t1} : a5078 {05079.f} {05080.p1} -> {05080.p3} 
+tr {05080.e} {05080.p6} {05080.p3} -> {05080.p4-eats} 
+tr {05080.t} {05080.p2-thinks} -> {05080.p1} {05080.p5} 
+tr {05080.t0|05081.t4} : b5079 {05081.p4-eats} -> {05080.f} {05081.f} {05081.p2-thinks} 
+tr {05080.t2} {05080.f} {05080.p5} -> {05080.p6} 
+tr {05080.t3|05081.t1} : a5079 {05080.f} {05081.p1} -> {05081.p3} 
+tr {05081.e} {05081.p6} {05081.p3} -> {05081.p4-eats} 
+tr {05081.t} {05081.p2-thinks} -> {05081.p1} {05081.p5} 
+tr {05081.t0|05082.t4} : b5080 {05082.p4-eats} -> {05081.f} {05082.f} {05082.p2-thinks} 
+tr {05081.t2} {05081.f} {05081.p5} -> {05081.p6} 
+tr {05081.t3|05082.t1} : a5080 {05081.f} {05082.p1} -> {05082.p3} 
+tr {05082.e} {05082.p6} {05082.p3} -> {05082.p4-eats} 
+tr {05082.t} {05082.p2-thinks} -> {05082.p1} {05082.p5} 
+tr {05082.t0|05083.t4} : b5081 {05083.p4-eats} -> {05082.f} {05083.f} {05083.p2-thinks} 
+tr {05082.t2} {05082.f} {05082.p5} -> {05082.p6} 
+tr {05082.t3|05083.t1} : a5081 {05082.f} {05083.p1} -> {05083.p3} 
+tr {05083.e} {05083.p6} {05083.p3} -> {05083.p4-eats} 
+tr {05083.t} {05083.p2-thinks} -> {05083.p1} {05083.p5} 
+tr {05083.t0|05084.t4} : b5082 {05084.p4-eats} -> {05083.f} {05084.f} {05084.p2-thinks} 
+tr {05083.t2} {05083.f} {05083.p5} -> {05083.p6} 
+tr {05083.t3|05084.t1} : a5082 {05083.f} {05084.p1} -> {05084.p3} 
+tr {05084.e} {05084.p6} {05084.p3} -> {05084.p4-eats} 
+tr {05084.t} {05084.p2-thinks} -> {05084.p1} {05084.p5} 
+tr {05084.t0|05085.t4} : b5083 {05085.p4-eats} -> {05084.f} {05085.f} {05085.p2-thinks} 
+tr {05084.t2} {05084.f} {05084.p5} -> {05084.p6} 
+tr {05084.t3|05085.t1} : a5083 {05084.f} {05085.p1} -> {05085.p3} 
+tr {05085.e} {05085.p6} {05085.p3} -> {05085.p4-eats} 
+tr {05085.t} {05085.p2-thinks} -> {05085.p1} {05085.p5} 
+tr {05085.t0|05086.t4} : b5084 {05086.p4-eats} -> {05085.f} {05086.f} {05086.p2-thinks} 
+tr {05085.t2} {05085.f} {05085.p5} -> {05085.p6} 
+tr {05085.t3|05086.t1} : a5084 {05085.f} {05086.p1} -> {05086.p3} 
+tr {05086.e} {05086.p6} {05086.p3} -> {05086.p4-eats} 
+tr {05086.t} {05086.p2-thinks} -> {05086.p1} {05086.p5} 
+tr {05086.t0|05087.t4} : b5085 {05087.p4-eats} -> {05086.f} {05087.f} {05087.p2-thinks} 
+tr {05086.t2} {05086.f} {05086.p5} -> {05086.p6} 
+tr {05086.t3|05087.t1} : a5085 {05086.f} {05087.p1} -> {05087.p3} 
+tr {05087.e} {05087.p6} {05087.p3} -> {05087.p4-eats} 
+tr {05087.t} {05087.p2-thinks} -> {05087.p1} {05087.p5} 
+tr {05087.t0|05088.t4} : b5086 {05088.p4-eats} -> {05087.f} {05088.f} {05088.p2-thinks} 
+tr {05087.t2} {05087.f} {05087.p5} -> {05087.p6} 
+tr {05087.t3|05088.t1} : a5086 {05087.f} {05088.p1} -> {05088.p3} 
+tr {05088.e} {05088.p6} {05088.p3} -> {05088.p4-eats} 
+tr {05088.t} {05088.p2-thinks} -> {05088.p1} {05088.p5} 
+tr {05088.t0|05089.t4} : b5087 {05089.p4-eats} -> {05088.f} {05089.f} {05089.p2-thinks} 
+tr {05088.t2} {05088.f} {05088.p5} -> {05088.p6} 
+tr {05088.t3|05089.t1} : a5087 {05088.f} {05089.p1} -> {05089.p3} 
+tr {05089.e} {05089.p6} {05089.p3} -> {05089.p4-eats} 
+tr {05089.t} {05089.p2-thinks} -> {05089.p1} {05089.p5} 
+tr {05089.t0|05090.t4} : b5088 {05090.p4-eats} -> {05089.f} {05090.f} {05090.p2-thinks} 
+tr {05089.t2} {05089.f} {05089.p5} -> {05089.p6} 
+tr {05089.t3|05090.t1} : a5088 {05089.f} {05090.p1} -> {05090.p3} 
+tr {05090.e} {05090.p6} {05090.p3} -> {05090.p4-eats} 
+tr {05090.t} {05090.p2-thinks} -> {05090.p1} {05090.p5} 
+tr {05090.t0|05091.t4} : b5089 {05091.p4-eats} -> {05090.f} {05091.f} {05091.p2-thinks} 
+tr {05090.t2} {05090.f} {05090.p5} -> {05090.p6} 
+tr {05090.t3|05091.t1} : a5089 {05090.f} {05091.p1} -> {05091.p3} 
+tr {05091.e} {05091.p6} {05091.p3} -> {05091.p4-eats} 
+tr {05091.t} {05091.p2-thinks} -> {05091.p1} {05091.p5} 
+tr {05091.t0|05092.t4} : b5090 {05092.p4-eats} -> {05091.f} {05092.f} {05092.p2-thinks} 
+tr {05091.t2} {05091.f} {05091.p5} -> {05091.p6} 
+tr {05091.t3|05092.t1} : a5090 {05091.f} {05092.p1} -> {05092.p3} 
+tr {05092.e} {05092.p6} {05092.p3} -> {05092.p4-eats} 
+tr {05092.t} {05092.p2-thinks} -> {05092.p1} {05092.p5} 
+tr {05092.t0|05093.t4} : b5091 {05093.p4-eats} -> {05092.f} {05093.f} {05093.p2-thinks} 
+tr {05092.t2} {05092.f} {05092.p5} -> {05092.p6} 
+tr {05092.t3|05093.t1} : a5091 {05092.f} {05093.p1} -> {05093.p3} 
+tr {05093.e} {05093.p6} {05093.p3} -> {05093.p4-eats} 
+tr {05093.t} {05093.p2-thinks} -> {05093.p1} {05093.p5} 
+tr {05093.t0|05094.t4} : b5092 {05094.p4-eats} -> {05093.f} {05094.f} {05094.p2-thinks} 
+tr {05093.t2} {05093.f} {05093.p5} -> {05093.p6} 
+tr {05093.t3|05094.t1} : a5092 {05093.f} {05094.p1} -> {05094.p3} 
+tr {05094.e} {05094.p6} {05094.p3} -> {05094.p4-eats} 
+tr {05094.t} {05094.p2-thinks} -> {05094.p1} {05094.p5} 
+tr {05094.t0|05095.t4} : b5093 {05095.p4-eats} -> {05094.f} {05095.f} {05095.p2-thinks} 
+tr {05094.t2} {05094.f} {05094.p5} -> {05094.p6} 
+tr {05094.t3|05095.t1} : a5093 {05094.f} {05095.p1} -> {05095.p3} 
+tr {05095.e} {05095.p6} {05095.p3} -> {05095.p4-eats} 
+tr {05095.t} {05095.p2-thinks} -> {05095.p1} {05095.p5} 
+tr {05095.t0|05096.t4} : b5094 {05096.p4-eats} -> {05095.f} {05096.f} {05096.p2-thinks} 
+tr {05095.t2} {05095.f} {05095.p5} -> {05095.p6} 
+tr {05095.t3|05096.t1} : a5094 {05095.f} {05096.p1} -> {05096.p3} 
+tr {05096.e} {05096.p6} {05096.p3} -> {05096.p4-eats} 
+tr {05096.t} {05096.p2-thinks} -> {05096.p1} {05096.p5} 
+tr {05096.t0|05097.t4} : b5095 {05097.p4-eats} -> {05096.f} {05097.f} {05097.p2-thinks} 
+tr {05096.t2} {05096.f} {05096.p5} -> {05096.p6} 
+tr {05096.t3|05097.t1} : a5095 {05096.f} {05097.p1} -> {05097.p3} 
+tr {05097.e} {05097.p6} {05097.p3} -> {05097.p4-eats} 
+tr {05097.t} {05097.p2-thinks} -> {05097.p1} {05097.p5} 
+tr {05097.t0|05098.t4} : b5096 {05098.p4-eats} -> {05097.f} {05098.f} {05098.p2-thinks} 
+tr {05097.t2} {05097.f} {05097.p5} -> {05097.p6} 
+tr {05097.t3|05098.t1} : a5096 {05097.f} {05098.p1} -> {05098.p3} 
+tr {05098.e} {05098.p6} {05098.p3} -> {05098.p4-eats} 
+tr {05098.t} {05098.p2-thinks} -> {05098.p1} {05098.p5} 
+tr {05098.t0|05099.t4} : b5097 {05099.p4-eats} -> {05098.f} {05099.f} {05099.p2-thinks} 
+tr {05098.t2} {05098.f} {05098.p5} -> {05098.p6} 
+tr {05098.t3|05099.t1} : a5097 {05098.f} {05099.p1} -> {05099.p3} 
+tr {05099.e} {05099.p6} {05099.p3} -> {05099.p4-eats} 
+tr {05099.t} {05099.p2-thinks} -> {05099.p1} {05099.p5} 
+tr {05099.t0|05100.t4} : b5098 {05100.p4-eats} -> {05099.f} {05100.f} {05100.p2-thinks} 
+tr {05099.t2} {05099.f} {05099.p5} -> {05099.p6} 
+tr {05099.t3|05100.t1} : a5098 {05099.f} {05100.p1} -> {05100.p3} 
+tr {05100.e} {05100.p6} {05100.p3} -> {05100.p4-eats} 
+tr {05100.t} {05100.p2-thinks} -> {05100.p1} {05100.p5} 
+tr {05100.t0|05101.t4} : b5099 {05101.p4-eats} -> {05100.f} {05101.f} {05101.p2-thinks} 
+tr {05100.t2} {05100.f} {05100.p5} -> {05100.p6} 
+tr {05100.t3|05101.t1} : a5099 {05100.f} {05101.p1} -> {05101.p3} 
+tr {05101.e} {05101.p6} {05101.p3} -> {05101.p4-eats} 
+tr {05101.t} {05101.p2-thinks} -> {05101.p1} {05101.p5} 
+tr {05101.t0|05102.t4} : b5100 {05102.p4-eats} -> {05101.f} {05102.f} {05102.p2-thinks} 
+tr {05101.t2} {05101.f} {05101.p5} -> {05101.p6} 
+tr {05101.t3|05102.t1} : a5100 {05101.f} {05102.p1} -> {05102.p3} 
+tr {05102.e} {05102.p6} {05102.p3} -> {05102.p4-eats} 
+tr {05102.t} {05102.p2-thinks} -> {05102.p1} {05102.p5} 
+tr {05102.t0|05103.t4} : b5101 {05103.p4-eats} -> {05102.f} {05103.f} {05103.p2-thinks} 
+tr {05102.t2} {05102.f} {05102.p5} -> {05102.p6} 
+tr {05102.t3|05103.t1} : a5101 {05102.f} {05103.p1} -> {05103.p3} 
+tr {05103.e} {05103.p6} {05103.p3} -> {05103.p4-eats} 
+tr {05103.t} {05103.p2-thinks} -> {05103.p1} {05103.p5} 
+tr {05103.t0|05104.t4} : b5102 {05104.p4-eats} -> {05103.f} {05104.f} {05104.p2-thinks} 
+tr {05103.t2} {05103.f} {05103.p5} -> {05103.p6} 
+tr {05103.t3|05104.t1} : a5102 {05103.f} {05104.p1} -> {05104.p3} 
+tr {05104.e} {05104.p6} {05104.p3} -> {05104.p4-eats} 
+tr {05104.t} {05104.p2-thinks} -> {05104.p1} {05104.p5} 
+tr {05104.t0|05105.t4} : b5103 {05105.p4-eats} -> {05104.f} {05105.f} {05105.p2-thinks} 
+tr {05104.t2} {05104.f} {05104.p5} -> {05104.p6} 
+tr {05104.t3|05105.t1} : a5103 {05104.f} {05105.p1} -> {05105.p3} 
+tr {05105.e} {05105.p6} {05105.p3} -> {05105.p4-eats} 
+tr {05105.t} {05105.p2-thinks} -> {05105.p1} {05105.p5} 
+tr {05105.t0|05106.t4} : b5104 {05106.p4-eats} -> {05105.f} {05106.f} {05106.p2-thinks} 
+tr {05105.t2} {05105.f} {05105.p5} -> {05105.p6} 
+tr {05105.t3|05106.t1} : a5104 {05105.f} {05106.p1} -> {05106.p3} 
+tr {05106.e} {05106.p6} {05106.p3} -> {05106.p4-eats} 
+tr {05106.t} {05106.p2-thinks} -> {05106.p1} {05106.p5} 
+tr {05106.t0|05107.t4} : b5105 {05107.p4-eats} -> {05106.f} {05107.f} {05107.p2-thinks} 
+tr {05106.t2} {05106.f} {05106.p5} -> {05106.p6} 
+tr {05106.t3|05107.t1} : a5105 {05106.f} {05107.p1} -> {05107.p3} 
+tr {05107.e} {05107.p6} {05107.p3} -> {05107.p4-eats} 
+tr {05107.t} {05107.p2-thinks} -> {05107.p1} {05107.p5} 
+tr {05107.t0|05108.t4} : b5106 {05108.p4-eats} -> {05107.f} {05108.f} {05108.p2-thinks} 
+tr {05107.t2} {05107.f} {05107.p5} -> {05107.p6} 
+tr {05107.t3|05108.t1} : a5106 {05107.f} {05108.p1} -> {05108.p3} 
+tr {05108.e} {05108.p6} {05108.p3} -> {05108.p4-eats} 
+tr {05108.t} {05108.p2-thinks} -> {05108.p1} {05108.p5} 
+tr {05108.t0|05109.t4} : b5107 {05109.p4-eats} -> {05108.f} {05109.f} {05109.p2-thinks} 
+tr {05108.t2} {05108.f} {05108.p5} -> {05108.p6} 
+tr {05108.t3|05109.t1} : a5107 {05108.f} {05109.p1} -> {05109.p3} 
+tr {05109.e} {05109.p6} {05109.p3} -> {05109.p4-eats} 
+tr {05109.t} {05109.p2-thinks} -> {05109.p1} {05109.p5} 
+tr {05109.t0|05110.t4} : b5108 {05110.p4-eats} -> {05109.f} {05110.f} {05110.p2-thinks} 
+tr {05109.t2} {05109.f} {05109.p5} -> {05109.p6} 
+tr {05109.t3|05110.t1} : a5108 {05109.f} {05110.p1} -> {05110.p3} 
+tr {05110.e} {05110.p6} {05110.p3} -> {05110.p4-eats} 
+tr {05110.t} {05110.p2-thinks} -> {05110.p1} {05110.p5} 
+tr {05110.t0|05111.t4} : b5109 {05111.p4-eats} -> {05110.f} {05111.f} {05111.p2-thinks} 
+tr {05110.t2} {05110.f} {05110.p5} -> {05110.p6} 
+tr {05110.t3|05111.t1} : a5109 {05110.f} {05111.p1} -> {05111.p3} 
+tr {05111.e} {05111.p6} {05111.p3} -> {05111.p4-eats} 
+tr {05111.t} {05111.p2-thinks} -> {05111.p1} {05111.p5} 
+tr {05111.t0|05112.t4} : b5110 {05112.p4-eats} -> {05111.f} {05112.f} {05112.p2-thinks} 
+tr {05111.t2} {05111.f} {05111.p5} -> {05111.p6} 
+tr {05111.t3|05112.t1} : a5110 {05111.f} {05112.p1} -> {05112.p3} 
+tr {05112.e} {05112.p6} {05112.p3} -> {05112.p4-eats} 
+tr {05112.t} {05112.p2-thinks} -> {05112.p1} {05112.p5} 
+tr {05112.t0|05113.t4} : b5111 {05113.p4-eats} -> {05112.f} {05113.f} {05113.p2-thinks} 
+tr {05112.t2} {05112.f} {05112.p5} -> {05112.p6} 
+tr {05112.t3|05113.t1} : a5111 {05112.f} {05113.p1} -> {05113.p3} 
+tr {05113.e} {05113.p6} {05113.p3} -> {05113.p4-eats} 
+tr {05113.t} {05113.p2-thinks} -> {05113.p1} {05113.p5} 
+tr {05113.t0|05114.t4} : b5112 {05114.p4-eats} -> {05113.f} {05114.f} {05114.p2-thinks} 
+tr {05113.t2} {05113.f} {05113.p5} -> {05113.p6} 
+tr {05113.t3|05114.t1} : a5112 {05113.f} {05114.p1} -> {05114.p3} 
+tr {05114.e} {05114.p6} {05114.p3} -> {05114.p4-eats} 
+tr {05114.t} {05114.p2-thinks} -> {05114.p1} {05114.p5} 
+tr {05114.t0|05115.t4} : b5113 {05115.p4-eats} -> {05114.f} {05115.f} {05115.p2-thinks} 
+tr {05114.t2} {05114.f} {05114.p5} -> {05114.p6} 
+tr {05114.t3|05115.t1} : a5113 {05114.f} {05115.p1} -> {05115.p3} 
+tr {05115.e} {05115.p6} {05115.p3} -> {05115.p4-eats} 
+tr {05115.t} {05115.p2-thinks} -> {05115.p1} {05115.p5} 
+tr {05115.t0|05116.t4} : b5114 {05116.p4-eats} -> {05115.f} {05116.f} {05116.p2-thinks} 
+tr {05115.t2} {05115.f} {05115.p5} -> {05115.p6} 
+tr {05115.t3|05116.t1} : a5114 {05115.f} {05116.p1} -> {05116.p3} 
+tr {05116.e} {05116.p6} {05116.p3} -> {05116.p4-eats} 
+tr {05116.t} {05116.p2-thinks} -> {05116.p1} {05116.p5} 
+tr {05116.t0|05117.t4} : b5115 {05117.p4-eats} -> {05116.f} {05117.f} {05117.p2-thinks} 
+tr {05116.t2} {05116.f} {05116.p5} -> {05116.p6} 
+tr {05116.t3|05117.t1} : a5115 {05116.f} {05117.p1} -> {05117.p3} 
+tr {05117.e} {05117.p6} {05117.p3} -> {05117.p4-eats} 
+tr {05117.t} {05117.p2-thinks} -> {05117.p1} {05117.p5} 
+tr {05117.t0|05118.t4} : b5116 {05118.p4-eats} -> {05117.f} {05118.f} {05118.p2-thinks} 
+tr {05117.t2} {05117.f} {05117.p5} -> {05117.p6} 
+tr {05117.t3|05118.t1} : a5116 {05117.f} {05118.p1} -> {05118.p3} 
+tr {05118.e} {05118.p6} {05118.p3} -> {05118.p4-eats} 
+tr {05118.t} {05118.p2-thinks} -> {05118.p1} {05118.p5} 
+tr {05118.t0|05119.t4} : b5117 {05119.p4-eats} -> {05118.f} {05119.f} {05119.p2-thinks} 
+tr {05118.t2} {05118.f} {05118.p5} -> {05118.p6} 
+tr {05118.t3|05119.t1} : a5117 {05118.f} {05119.p1} -> {05119.p3} 
+tr {05119.e} {05119.p6} {05119.p3} -> {05119.p4-eats} 
+tr {05119.t} {05119.p2-thinks} -> {05119.p1} {05119.p5} 
+tr {05119.t0|05120.t4} : b5118 {05120.p4-eats} -> {05119.f} {05120.f} {05120.p2-thinks} 
+tr {05119.t2} {05119.f} {05119.p5} -> {05119.p6} 
+tr {05119.t3|05120.t1} : a5118 {05119.f} {05120.p1} -> {05120.p3} 
+tr {05120.e} {05120.p6} {05120.p3} -> {05120.p4-eats} 
+tr {05120.t} {05120.p2-thinks} -> {05120.p1} {05120.p5} 
+tr {05120.t0|05121.t4} : b5119 {05121.p4-eats} -> {05120.f} {05121.f} {05121.p2-thinks} 
+tr {05120.t2} {05120.f} {05120.p5} -> {05120.p6} 
+tr {05120.t3|05121.t1} : a5119 {05120.f} {05121.p1} -> {05121.p3} 
+tr {05121.e} {05121.p6} {05121.p3} -> {05121.p4-eats} 
+tr {05121.t} {05121.p2-thinks} -> {05121.p1} {05121.p5} 
+tr {05121.t0|05122.t4} : b5120 {05122.p4-eats} -> {05121.f} {05122.f} {05122.p2-thinks} 
+tr {05121.t2} {05121.f} {05121.p5} -> {05121.p6} 
+tr {05121.t3|05122.t1} : a5120 {05121.f} {05122.p1} -> {05122.p3} 
+tr {05122.e} {05122.p6} {05122.p3} -> {05122.p4-eats} 
+tr {05122.t} {05122.p2-thinks} -> {05122.p1} {05122.p5} 
+tr {05122.t0|05123.t4} : b5121 {05123.p4-eats} -> {05122.f} {05123.f} {05123.p2-thinks} 
+tr {05122.t2} {05122.f} {05122.p5} -> {05122.p6} 
+tr {05122.t3|05123.t1} : a5121 {05122.f} {05123.p1} -> {05123.p3} 
+tr {05123.e} {05123.p6} {05123.p3} -> {05123.p4-eats} 
+tr {05123.t} {05123.p2-thinks} -> {05123.p1} {05123.p5} 
+tr {05123.t0|05124.t4} : b5122 {05124.p4-eats} -> {05123.f} {05124.f} {05124.p2-thinks} 
+tr {05123.t2} {05123.f} {05123.p5} -> {05123.p6} 
+tr {05123.t3|05124.t1} : a5122 {05123.f} {05124.p1} -> {05124.p3} 
+tr {05124.e} {05124.p6} {05124.p3} -> {05124.p4-eats} 
+tr {05124.t} {05124.p2-thinks} -> {05124.p1} {05124.p5} 
+tr {05124.t0|05125.t4} : b5123 {05125.p4-eats} -> {05124.f} {05125.f} {05125.p2-thinks} 
+tr {05124.t2} {05124.f} {05124.p5} -> {05124.p6} 
+tr {05124.t3|05125.t1} : a5123 {05124.f} {05125.p1} -> {05125.p3} 
+tr {05125.e} {05125.p6} {05125.p3} -> {05125.p4-eats} 
+tr {05125.t} {05125.p2-thinks} -> {05125.p1} {05125.p5} 
+tr {05125.t0|05126.t4} : b5124 {05126.p4-eats} -> {05125.f} {05126.f} {05126.p2-thinks} 
+tr {05125.t2} {05125.f} {05125.p5} -> {05125.p6} 
+tr {05125.t3|05126.t1} : a5124 {05125.f} {05126.p1} -> {05126.p3} 
+tr {05126.e} {05126.p6} {05126.p3} -> {05126.p4-eats} 
+tr {05126.t} {05126.p2-thinks} -> {05126.p1} {05126.p5} 
+tr {05126.t0|05127.t4} : b5125 {05127.p4-eats} -> {05126.f} {05127.f} {05127.p2-thinks} 
+tr {05126.t2} {05126.f} {05126.p5} -> {05126.p6} 
+tr {05126.t3|05127.t1} : a5125 {05126.f} {05127.p1} -> {05127.p3} 
+tr {05127.e} {05127.p6} {05127.p3} -> {05127.p4-eats} 
+tr {05127.t} {05127.p2-thinks} -> {05127.p1} {05127.p5} 
+tr {05127.t0|05128.t4} : b5126 {05128.p4-eats} -> {05127.f} {05128.f} {05128.p2-thinks} 
+tr {05127.t2} {05127.f} {05127.p5} -> {05127.p6} 
+tr {05127.t3|05128.t1} : a5126 {05127.f} {05128.p1} -> {05128.p3} 
+tr {05128.e} {05128.p6} {05128.p3} -> {05128.p4-eats} 
+tr {05128.t} {05128.p2-thinks} -> {05128.p1} {05128.p5} 
+tr {05128.t0|05129.t4} : b5127 {05129.p4-eats} -> {05128.f} {05129.f} {05129.p2-thinks} 
+tr {05128.t2} {05128.f} {05128.p5} -> {05128.p6} 
+tr {05128.t3|05129.t1} : a5127 {05128.f} {05129.p1} -> {05129.p3} 
+tr {05129.e} {05129.p6} {05129.p3} -> {05129.p4-eats} 
+tr {05129.t} {05129.p2-thinks} -> {05129.p1} {05129.p5} 
+tr {05129.t0|05130.t4} : b5128 {05130.p4-eats} -> {05129.f} {05130.f} {05130.p2-thinks} 
+tr {05129.t2} {05129.f} {05129.p5} -> {05129.p6} 
+tr {05129.t3|05130.t1} : a5128 {05129.f} {05130.p1} -> {05130.p3} 
+tr {05130.e} {05130.p6} {05130.p3} -> {05130.p4-eats} 
+tr {05130.t} {05130.p2-thinks} -> {05130.p1} {05130.p5} 
+tr {05130.t0|05131.t4} : b5129 {05131.p4-eats} -> {05130.f} {05131.f} {05131.p2-thinks} 
+tr {05130.t2} {05130.f} {05130.p5} -> {05130.p6} 
+tr {05130.t3|05131.t1} : a5129 {05130.f} {05131.p1} -> {05131.p3} 
+tr {05131.e} {05131.p6} {05131.p3} -> {05131.p4-eats} 
+tr {05131.t} {05131.p2-thinks} -> {05131.p1} {05131.p5} 
+tr {05131.t0|05132.t4} : b5130 {05132.p4-eats} -> {05131.f} {05132.f} {05132.p2-thinks} 
+tr {05131.t2} {05131.f} {05131.p5} -> {05131.p6} 
+tr {05131.t3|05132.t1} : a5130 {05131.f} {05132.p1} -> {05132.p3} 
+tr {05132.e} {05132.p6} {05132.p3} -> {05132.p4-eats} 
+tr {05132.t} {05132.p2-thinks} -> {05132.p1} {05132.p5} 
+tr {05132.t0|05133.t4} : b5131 {05133.p4-eats} -> {05132.f} {05133.f} {05133.p2-thinks} 
+tr {05132.t2} {05132.f} {05132.p5} -> {05132.p6} 
+tr {05132.t3|05133.t1} : a5131 {05132.f} {05133.p1} -> {05133.p3} 
+tr {05133.e} {05133.p6} {05133.p3} -> {05133.p4-eats} 
+tr {05133.t} {05133.p2-thinks} -> {05133.p1} {05133.p5} 
+tr {05133.t0|05134.t4} : b5132 {05134.p4-eats} -> {05133.f} {05134.f} {05134.p2-thinks} 
+tr {05133.t2} {05133.f} {05133.p5} -> {05133.p6} 
+tr {05133.t3|05134.t1} : a5132 {05133.f} {05134.p1} -> {05134.p3} 
+tr {05134.e} {05134.p6} {05134.p3} -> {05134.p4-eats} 
+tr {05134.t} {05134.p2-thinks} -> {05134.p1} {05134.p5} 
+tr {05134.t0|05135.t4} : b5133 {05135.p4-eats} -> {05134.f} {05135.f} {05135.p2-thinks} 
+tr {05134.t2} {05134.f} {05134.p5} -> {05134.p6} 
+tr {05134.t3|05135.t1} : a5133 {05134.f} {05135.p1} -> {05135.p3} 
+tr {05135.e} {05135.p6} {05135.p3} -> {05135.p4-eats} 
+tr {05135.t} {05135.p2-thinks} -> {05135.p1} {05135.p5} 
+tr {05135.t0|05136.t4} : b5134 {05136.p4-eats} -> {05135.f} {05136.f} {05136.p2-thinks} 
+tr {05135.t2} {05135.f} {05135.p5} -> {05135.p6} 
+tr {05135.t3|05136.t1} : a5134 {05135.f} {05136.p1} -> {05136.p3} 
+tr {05136.e} {05136.p6} {05136.p3} -> {05136.p4-eats} 
+tr {05136.t} {05136.p2-thinks} -> {05136.p1} {05136.p5} 
+tr {05136.t0|05137.t4} : b5135 {05137.p4-eats} -> {05136.f} {05137.f} {05137.p2-thinks} 
+tr {05136.t2} {05136.f} {05136.p5} -> {05136.p6} 
+tr {05136.t3|05137.t1} : a5135 {05136.f} {05137.p1} -> {05137.p3} 
+tr {05137.e} {05137.p6} {05137.p3} -> {05137.p4-eats} 
+tr {05137.t} {05137.p2-thinks} -> {05137.p1} {05137.p5} 
+tr {05137.t0|05138.t4} : b5136 {05138.p4-eats} -> {05137.f} {05138.f} {05138.p2-thinks} 
+tr {05137.t2} {05137.f} {05137.p5} -> {05137.p6} 
+tr {05137.t3|05138.t1} : a5136 {05137.f} {05138.p1} -> {05138.p3} 
+tr {05138.e} {05138.p6} {05138.p3} -> {05138.p4-eats} 
+tr {05138.t} {05138.p2-thinks} -> {05138.p1} {05138.p5} 
+tr {05138.t0|05139.t4} : b5137 {05139.p4-eats} -> {05138.f} {05139.f} {05139.p2-thinks} 
+tr {05138.t2} {05138.f} {05138.p5} -> {05138.p6} 
+tr {05138.t3|05139.t1} : a5137 {05138.f} {05139.p1} -> {05139.p3} 
+tr {05139.e} {05139.p6} {05139.p3} -> {05139.p4-eats} 
+tr {05139.t} {05139.p2-thinks} -> {05139.p1} {05139.p5} 
+tr {05139.t0|05140.t4} : b5138 {05140.p4-eats} -> {05139.f} {05140.f} {05140.p2-thinks} 
+tr {05139.t2} {05139.f} {05139.p5} -> {05139.p6} 
+tr {05139.t3|05140.t1} : a5138 {05139.f} {05140.p1} -> {05140.p3} 
+tr {05140.e} {05140.p6} {05140.p3} -> {05140.p4-eats} 
+tr {05140.t} {05140.p2-thinks} -> {05140.p1} {05140.p5} 
+tr {05140.t0|05141.t4} : b5139 {05141.p4-eats} -> {05140.f} {05141.f} {05141.p2-thinks} 
+tr {05140.t2} {05140.f} {05140.p5} -> {05140.p6} 
+tr {05140.t3|05141.t1} : a5139 {05140.f} {05141.p1} -> {05141.p3} 
+tr {05141.e} {05141.p6} {05141.p3} -> {05141.p4-eats} 
+tr {05141.t} {05141.p2-thinks} -> {05141.p1} {05141.p5} 
+tr {05141.t0|05142.t4} : b5140 {05142.p4-eats} -> {05141.f} {05142.f} {05142.p2-thinks} 
+tr {05141.t2} {05141.f} {05141.p5} -> {05141.p6} 
+tr {05141.t3|05142.t1} : a5140 {05141.f} {05142.p1} -> {05142.p3} 
+tr {05142.e} {05142.p6} {05142.p3} -> {05142.p4-eats} 
+tr {05142.t} {05142.p2-thinks} -> {05142.p1} {05142.p5} 
+tr {05142.t0|05143.t4} : b5141 {05143.p4-eats} -> {05142.f} {05143.f} {05143.p2-thinks} 
+tr {05142.t2} {05142.f} {05142.p5} -> {05142.p6} 
+tr {05142.t3|05143.t1} : a5141 {05142.f} {05143.p1} -> {05143.p3} 
+tr {05143.e} {05143.p6} {05143.p3} -> {05143.p4-eats} 
+tr {05143.t} {05143.p2-thinks} -> {05143.p1} {05143.p5} 
+tr {05143.t0|05144.t4} : b5142 {05144.p4-eats} -> {05143.f} {05144.f} {05144.p2-thinks} 
+tr {05143.t2} {05143.f} {05143.p5} -> {05143.p6} 
+tr {05143.t3|05144.t1} : a5142 {05143.f} {05144.p1} -> {05144.p3} 
+tr {05144.e} {05144.p6} {05144.p3} -> {05144.p4-eats} 
+tr {05144.t} {05144.p2-thinks} -> {05144.p1} {05144.p5} 
+tr {05144.t0|05145.t4} : b5143 {05145.p4-eats} -> {05144.f} {05145.f} {05145.p2-thinks} 
+tr {05144.t2} {05144.f} {05144.p5} -> {05144.p6} 
+tr {05144.t3|05145.t1} : a5143 {05144.f} {05145.p1} -> {05145.p3} 
+tr {05145.e} {05145.p6} {05145.p3} -> {05145.p4-eats} 
+tr {05145.t} {05145.p2-thinks} -> {05145.p1} {05145.p5} 
+tr {05145.t0|05146.t4} : b5144 {05146.p4-eats} -> {05145.f} {05146.f} {05146.p2-thinks} 
+tr {05145.t2} {05145.f} {05145.p5} -> {05145.p6} 
+tr {05145.t3|05146.t1} : a5144 {05145.f} {05146.p1} -> {05146.p3} 
+tr {05146.e} {05146.p6} {05146.p3} -> {05146.p4-eats} 
+tr {05146.t} {05146.p2-thinks} -> {05146.p1} {05146.p5} 
+tr {05146.t0|05147.t4} : b5145 {05147.p4-eats} -> {05146.f} {05147.f} {05147.p2-thinks} 
+tr {05146.t2} {05146.f} {05146.p5} -> {05146.p6} 
+tr {05146.t3|05147.t1} : a5145 {05146.f} {05147.p1} -> {05147.p3} 
+tr {05147.e} {05147.p6} {05147.p3} -> {05147.p4-eats} 
+tr {05147.t} {05147.p2-thinks} -> {05147.p1} {05147.p5} 
+tr {05147.t0|05148.t4} : b5146 {05148.p4-eats} -> {05147.f} {05148.f} {05148.p2-thinks} 
+tr {05147.t2} {05147.f} {05147.p5} -> {05147.p6} 
+tr {05147.t3|05148.t1} : a5146 {05147.f} {05148.p1} -> {05148.p3} 
+tr {05148.e} {05148.p6} {05148.p3} -> {05148.p4-eats} 
+tr {05148.t} {05148.p2-thinks} -> {05148.p1} {05148.p5} 
+tr {05148.t0|05149.t4} : b5147 {05149.p4-eats} -> {05148.f} {05149.f} {05149.p2-thinks} 
+tr {05148.t2} {05148.f} {05148.p5} -> {05148.p6} 
+tr {05148.t3|05149.t1} : a5147 {05148.f} {05149.p1} -> {05149.p3} 
+tr {05149.e} {05149.p6} {05149.p3} -> {05149.p4-eats} 
+tr {05149.t} {05149.p2-thinks} -> {05149.p1} {05149.p5} 
+tr {05149.t0|05150.t4} : b5148 {05150.p4-eats} -> {05149.f} {05150.f} {05150.p2-thinks} 
+tr {05149.t2} {05149.f} {05149.p5} -> {05149.p6} 
+tr {05149.t3|05150.t1} : a5148 {05149.f} {05150.p1} -> {05150.p3} 
+tr {05150.e} {05150.p6} {05150.p3} -> {05150.p4-eats} 
+tr {05150.t} {05150.p2-thinks} -> {05150.p1} {05150.p5} 
+tr {05150.t0|05151.t4} : b5149 {05151.p4-eats} -> {05150.f} {05151.f} {05151.p2-thinks} 
+tr {05150.t2} {05150.f} {05150.p5} -> {05150.p6} 
+tr {05150.t3|05151.t1} : a5149 {05150.f} {05151.p1} -> {05151.p3} 
+tr {05151.e} {05151.p6} {05151.p3} -> {05151.p4-eats} 
+tr {05151.t} {05151.p2-thinks} -> {05151.p1} {05151.p5} 
+tr {05151.t0|05152.t4} : b5150 {05152.p4-eats} -> {05151.f} {05152.f} {05152.p2-thinks} 
+tr {05151.t2} {05151.f} {05151.p5} -> {05151.p6} 
+tr {05151.t3|05152.t1} : a5150 {05151.f} {05152.p1} -> {05152.p3} 
+tr {05152.e} {05152.p6} {05152.p3} -> {05152.p4-eats} 
+tr {05152.t} {05152.p2-thinks} -> {05152.p1} {05152.p5} 
+tr {05152.t0|05153.t4} : b5151 {05153.p4-eats} -> {05152.f} {05153.f} {05153.p2-thinks} 
+tr {05152.t2} {05152.f} {05152.p5} -> {05152.p6} 
+tr {05152.t3|05153.t1} : a5151 {05152.f} {05153.p1} -> {05153.p3} 
+tr {05153.e} {05153.p6} {05153.p3} -> {05153.p4-eats} 
+tr {05153.t} {05153.p2-thinks} -> {05153.p1} {05153.p5} 
+tr {05153.t0|05154.t4} : b5152 {05154.p4-eats} -> {05153.f} {05154.f} {05154.p2-thinks} 
+tr {05153.t2} {05153.f} {05153.p5} -> {05153.p6} 
+tr {05153.t3|05154.t1} : a5152 {05153.f} {05154.p1} -> {05154.p3} 
+tr {05154.e} {05154.p6} {05154.p3} -> {05154.p4-eats} 
+tr {05154.t} {05154.p2-thinks} -> {05154.p1} {05154.p5} 
+tr {05154.t0|05155.t4} : b5153 {05155.p4-eats} -> {05154.f} {05155.f} {05155.p2-thinks} 
+tr {05154.t2} {05154.f} {05154.p5} -> {05154.p6} 
+tr {05154.t3|05155.t1} : a5153 {05154.f} {05155.p1} -> {05155.p3} 
+tr {05155.e} {05155.p6} {05155.p3} -> {05155.p4-eats} 
+tr {05155.t} {05155.p2-thinks} -> {05155.p1} {05155.p5} 
+tr {05155.t0|05156.t4} : b5154 {05156.p4-eats} -> {05155.f} {05156.f} {05156.p2-thinks} 
+tr {05155.t2} {05155.f} {05155.p5} -> {05155.p6} 
+tr {05155.t3|05156.t1} : a5154 {05155.f} {05156.p1} -> {05156.p3} 
+tr {05156.e} {05156.p6} {05156.p3} -> {05156.p4-eats} 
+tr {05156.t} {05156.p2-thinks} -> {05156.p1} {05156.p5} 
+tr {05156.t0|05157.t4} : b5155 {05157.p4-eats} -> {05156.f} {05157.f} {05157.p2-thinks} 
+tr {05156.t2} {05156.f} {05156.p5} -> {05156.p6} 
+tr {05156.t3|05157.t1} : a5155 {05156.f} {05157.p1} -> {05157.p3} 
+tr {05157.e} {05157.p6} {05157.p3} -> {05157.p4-eats} 
+tr {05157.t} {05157.p2-thinks} -> {05157.p1} {05157.p5} 
+tr {05157.t0|05158.t4} : b5156 {05158.p4-eats} -> {05157.f} {05158.f} {05158.p2-thinks} 
+tr {05157.t2} {05157.f} {05157.p5} -> {05157.p6} 
+tr {05157.t3|05158.t1} : a5156 {05157.f} {05158.p1} -> {05158.p3} 
+tr {05158.e} {05158.p6} {05158.p3} -> {05158.p4-eats} 
+tr {05158.t} {05158.p2-thinks} -> {05158.p1} {05158.p5} 
+tr {05158.t0|05159.t4} : b5157 {05159.p4-eats} -> {05158.f} {05159.f} {05159.p2-thinks} 
+tr {05158.t2} {05158.f} {05158.p5} -> {05158.p6} 
+tr {05158.t3|05159.t1} : a5157 {05158.f} {05159.p1} -> {05159.p3} 
+tr {05159.e} {05159.p6} {05159.p3} -> {05159.p4-eats} 
+tr {05159.t} {05159.p2-thinks} -> {05159.p1} {05159.p5} 
+tr {05159.t0|05160.t4} : b5158 {05160.p4-eats} -> {05159.f} {05160.f} {05160.p2-thinks} 
+tr {05159.t2} {05159.f} {05159.p5} -> {05159.p6} 
+tr {05159.t3|05160.t1} : a5158 {05159.f} {05160.p1} -> {05160.p3} 
+tr {05160.e} {05160.p6} {05160.p3} -> {05160.p4-eats} 
+tr {05160.t} {05160.p2-thinks} -> {05160.p1} {05160.p5} 
+tr {05160.t0|05161.t4} : b5159 {05161.p4-eats} -> {05160.f} {05161.f} {05161.p2-thinks} 
+tr {05160.t2} {05160.f} {05160.p5} -> {05160.p6} 
+tr {05160.t3|05161.t1} : a5159 {05160.f} {05161.p1} -> {05161.p3} 
+tr {05161.e} {05161.p6} {05161.p3} -> {05161.p4-eats} 
+tr {05161.t} {05161.p2-thinks} -> {05161.p1} {05161.p5} 
+tr {05161.t0|05162.t4} : b5160 {05162.p4-eats} -> {05161.f} {05162.f} {05162.p2-thinks} 
+tr {05161.t2} {05161.f} {05161.p5} -> {05161.p6} 
+tr {05161.t3|05162.t1} : a5160 {05161.f} {05162.p1} -> {05162.p3} 
+tr {05162.e} {05162.p6} {05162.p3} -> {05162.p4-eats} 
+tr {05162.t} {05162.p2-thinks} -> {05162.p1} {05162.p5} 
+tr {05162.t0|05163.t4} : b5161 {05163.p4-eats} -> {05162.f} {05163.f} {05163.p2-thinks} 
+tr {05162.t2} {05162.f} {05162.p5} -> {05162.p6} 
+tr {05162.t3|05163.t1} : a5161 {05162.f} {05163.p1} -> {05163.p3} 
+tr {05163.e} {05163.p6} {05163.p3} -> {05163.p4-eats} 
+tr {05163.t} {05163.p2-thinks} -> {05163.p1} {05163.p5} 
+tr {05163.t0|05164.t4} : b5162 {05164.p4-eats} -> {05163.f} {05164.f} {05164.p2-thinks} 
+tr {05163.t2} {05163.f} {05163.p5} -> {05163.p6} 
+tr {05163.t3|05164.t1} : a5162 {05163.f} {05164.p1} -> {05164.p3} 
+tr {05164.e} {05164.p6} {05164.p3} -> {05164.p4-eats} 
+tr {05164.t} {05164.p2-thinks} -> {05164.p1} {05164.p5} 
+tr {05164.t0|05165.t4} : b5163 {05165.p4-eats} -> {05164.f} {05165.f} {05165.p2-thinks} 
+tr {05164.t2} {05164.f} {05164.p5} -> {05164.p6} 
+tr {05164.t3|05165.t1} : a5163 {05164.f} {05165.p1} -> {05165.p3} 
+tr {05165.e} {05165.p6} {05165.p3} -> {05165.p4-eats} 
+tr {05165.t} {05165.p2-thinks} -> {05165.p1} {05165.p5} 
+tr {05165.t0|05166.t4} : b5164 {05166.p4-eats} -> {05165.f} {05166.f} {05166.p2-thinks} 
+tr {05165.t2} {05165.f} {05165.p5} -> {05165.p6} 
+tr {05165.t3|05166.t1} : a5164 {05165.f} {05166.p1} -> {05166.p3} 
+tr {05166.e} {05166.p6} {05166.p3} -> {05166.p4-eats} 
+tr {05166.t} {05166.p2-thinks} -> {05166.p1} {05166.p5} 
+tr {05166.t0|05167.t4} : b5165 {05167.p4-eats} -> {05166.f} {05167.f} {05167.p2-thinks} 
+tr {05166.t2} {05166.f} {05166.p5} -> {05166.p6} 
+tr {05166.t3|05167.t1} : a5165 {05166.f} {05167.p1} -> {05167.p3} 
+tr {05167.e} {05167.p6} {05167.p3} -> {05167.p4-eats} 
+tr {05167.t} {05167.p2-thinks} -> {05167.p1} {05167.p5} 
+tr {05167.t0|05168.t4} : b5166 {05168.p4-eats} -> {05167.f} {05168.f} {05168.p2-thinks} 
+tr {05167.t2} {05167.f} {05167.p5} -> {05167.p6} 
+tr {05167.t3|05168.t1} : a5166 {05167.f} {05168.p1} -> {05168.p3} 
+tr {05168.e} {05168.p6} {05168.p3} -> {05168.p4-eats} 
+tr {05168.t} {05168.p2-thinks} -> {05168.p1} {05168.p5} 
+tr {05168.t0|05169.t4} : b5167 {05169.p4-eats} -> {05168.f} {05169.f} {05169.p2-thinks} 
+tr {05168.t2} {05168.f} {05168.p5} -> {05168.p6} 
+tr {05168.t3|05169.t1} : a5167 {05168.f} {05169.p1} -> {05169.p3} 
+tr {05169.e} {05169.p6} {05169.p3} -> {05169.p4-eats} 
+tr {05169.t} {05169.p2-thinks} -> {05169.p1} {05169.p5} 
+tr {05169.t0|05170.t4} : b5168 {05170.p4-eats} -> {05169.f} {05170.f} {05170.p2-thinks} 
+tr {05169.t2} {05169.f} {05169.p5} -> {05169.p6} 
+tr {05169.t3|05170.t1} : a5168 {05169.f} {05170.p1} -> {05170.p3} 
+tr {05170.e} {05170.p6} {05170.p3} -> {05170.p4-eats} 
+tr {05170.t} {05170.p2-thinks} -> {05170.p1} {05170.p5} 
+tr {05170.t0|05171.t4} : b5169 {05171.p4-eats} -> {05170.f} {05171.f} {05171.p2-thinks} 
+tr {05170.t2} {05170.f} {05170.p5} -> {05170.p6} 
+tr {05170.t3|05171.t1} : a5169 {05170.f} {05171.p1} -> {05171.p3} 
+tr {05171.e} {05171.p6} {05171.p3} -> {05171.p4-eats} 
+tr {05171.t} {05171.p2-thinks} -> {05171.p1} {05171.p5} 
+tr {05171.t0|05172.t4} : b5170 {05172.p4-eats} -> {05171.f} {05172.f} {05172.p2-thinks} 
+tr {05171.t2} {05171.f} {05171.p5} -> {05171.p6} 
+tr {05171.t3|05172.t1} : a5170 {05171.f} {05172.p1} -> {05172.p3} 
+tr {05172.e} {05172.p6} {05172.p3} -> {05172.p4-eats} 
+tr {05172.t} {05172.p2-thinks} -> {05172.p1} {05172.p5} 
+tr {05172.t0|05173.t4} : b5171 {05173.p4-eats} -> {05172.f} {05173.f} {05173.p2-thinks} 
+tr {05172.t2} {05172.f} {05172.p5} -> {05172.p6} 
+tr {05172.t3|05173.t1} : a5171 {05172.f} {05173.p1} -> {05173.p3} 
+tr {05173.e} {05173.p6} {05173.p3} -> {05173.p4-eats} 
+tr {05173.t} {05173.p2-thinks} -> {05173.p1} {05173.p5} 
+tr {05173.t0|05174.t4} : b5172 {05174.p4-eats} -> {05173.f} {05174.f} {05174.p2-thinks} 
+tr {05173.t2} {05173.f} {05173.p5} -> {05173.p6} 
+tr {05173.t3|05174.t1} : a5172 {05173.f} {05174.p1} -> {05174.p3} 
+tr {05174.e} {05174.p6} {05174.p3} -> {05174.p4-eats} 
+tr {05174.t} {05174.p2-thinks} -> {05174.p1} {05174.p5} 
+tr {05174.t0|05175.t4} : b5173 {05175.p4-eats} -> {05174.f} {05175.f} {05175.p2-thinks} 
+tr {05174.t2} {05174.f} {05174.p5} -> {05174.p6} 
+tr {05174.t3|05175.t1} : a5173 {05174.f} {05175.p1} -> {05175.p3} 
+tr {05175.e} {05175.p6} {05175.p3} -> {05175.p4-eats} 
+tr {05175.t} {05175.p2-thinks} -> {05175.p1} {05175.p5} 
+tr {05175.t0|05176.t4} : b5174 {05176.p4-eats} -> {05175.f} {05176.f} {05176.p2-thinks} 
+tr {05175.t2} {05175.f} {05175.p5} -> {05175.p6} 
+tr {05175.t3|05176.t1} : a5174 {05175.f} {05176.p1} -> {05176.p3} 
+tr {05176.e} {05176.p6} {05176.p3} -> {05176.p4-eats} 
+tr {05176.t} {05176.p2-thinks} -> {05176.p1} {05176.p5} 
+tr {05176.t0|05177.t4} : b5175 {05177.p4-eats} -> {05176.f} {05177.f} {05177.p2-thinks} 
+tr {05176.t2} {05176.f} {05176.p5} -> {05176.p6} 
+tr {05176.t3|05177.t1} : a5175 {05176.f} {05177.p1} -> {05177.p3} 
+tr {05177.e} {05177.p6} {05177.p3} -> {05177.p4-eats} 
+tr {05177.t} {05177.p2-thinks} -> {05177.p1} {05177.p5} 
+tr {05177.t0|05178.t4} : b5176 {05178.p4-eats} -> {05177.f} {05178.f} {05178.p2-thinks} 
+tr {05177.t2} {05177.f} {05177.p5} -> {05177.p6} 
+tr {05177.t3|05178.t1} : a5176 {05177.f} {05178.p1} -> {05178.p3} 
+tr {05178.e} {05178.p6} {05178.p3} -> {05178.p4-eats} 
+tr {05178.t} {05178.p2-thinks} -> {05178.p1} {05178.p5} 
+tr {05178.t0|05179.t4} : b5177 {05179.p4-eats} -> {05178.f} {05179.f} {05179.p2-thinks} 
+tr {05178.t2} {05178.f} {05178.p5} -> {05178.p6} 
+tr {05178.t3|05179.t1} : a5177 {05178.f} {05179.p1} -> {05179.p3} 
+tr {05179.e} {05179.p6} {05179.p3} -> {05179.p4-eats} 
+tr {05179.t} {05179.p2-thinks} -> {05179.p1} {05179.p5} 
+tr {05179.t0|05180.t4} : b5178 {05180.p4-eats} -> {05179.f} {05180.f} {05180.p2-thinks} 
+tr {05179.t2} {05179.f} {05179.p5} -> {05179.p6} 
+tr {05179.t3|05180.t1} : a5178 {05179.f} {05180.p1} -> {05180.p3} 
+tr {05180.e} {05180.p6} {05180.p3} -> {05180.p4-eats} 
+tr {05180.t} {05180.p2-thinks} -> {05180.p1} {05180.p5} 
+tr {05180.t0|05181.t4} : b5179 {05181.p4-eats} -> {05180.f} {05181.f} {05181.p2-thinks} 
+tr {05180.t2} {05180.f} {05180.p5} -> {05180.p6} 
+tr {05180.t3|05181.t1} : a5179 {05180.f} {05181.p1} -> {05181.p3} 
+tr {05181.e} {05181.p6} {05181.p3} -> {05181.p4-eats} 
+tr {05181.t} {05181.p2-thinks} -> {05181.p1} {05181.p5} 
+tr {05181.t0|05182.t4} : b5180 {05182.p4-eats} -> {05181.f} {05182.f} {05182.p2-thinks} 
+tr {05181.t2} {05181.f} {05181.p5} -> {05181.p6} 
+tr {05181.t3|05182.t1} : a5180 {05181.f} {05182.p1} -> {05182.p3} 
+tr {05182.e} {05182.p6} {05182.p3} -> {05182.p4-eats} 
+tr {05182.t} {05182.p2-thinks} -> {05182.p1} {05182.p5} 
+tr {05182.t0|05183.t4} : b5181 {05183.p4-eats} -> {05182.f} {05183.f} {05183.p2-thinks} 
+tr {05182.t2} {05182.f} {05182.p5} -> {05182.p6} 
+tr {05182.t3|05183.t1} : a5181 {05182.f} {05183.p1} -> {05183.p3} 
+tr {05183.e} {05183.p6} {05183.p3} -> {05183.p4-eats} 
+tr {05183.t} {05183.p2-thinks} -> {05183.p1} {05183.p5} 
+tr {05183.t0|05184.t4} : b5182 {05184.p4-eats} -> {05183.f} {05184.f} {05184.p2-thinks} 
+tr {05183.t2} {05183.f} {05183.p5} -> {05183.p6} 
+tr {05183.t3|05184.t1} : a5182 {05183.f} {05184.p1} -> {05184.p3} 
+tr {05184.e} {05184.p6} {05184.p3} -> {05184.p4-eats} 
+tr {05184.t} {05184.p2-thinks} -> {05184.p1} {05184.p5} 
+tr {05184.t0|05185.t4} : b5183 {05185.p4-eats} -> {05184.f} {05185.f} {05185.p2-thinks} 
+tr {05184.t2} {05184.f} {05184.p5} -> {05184.p6} 
+tr {05184.t3|05185.t1} : a5183 {05184.f} {05185.p1} -> {05185.p3} 
+tr {05185.e} {05185.p6} {05185.p3} -> {05185.p4-eats} 
+tr {05185.t} {05185.p2-thinks} -> {05185.p1} {05185.p5} 
+tr {05185.t0|05186.t4} : b5184 {05186.p4-eats} -> {05185.f} {05186.f} {05186.p2-thinks} 
+tr {05185.t2} {05185.f} {05185.p5} -> {05185.p6} 
+tr {05185.t3|05186.t1} : a5184 {05185.f} {05186.p1} -> {05186.p3} 
+tr {05186.e} {05186.p6} {05186.p3} -> {05186.p4-eats} 
+tr {05186.t} {05186.p2-thinks} -> {05186.p1} {05186.p5} 
+tr {05186.t0|05187.t4} : b5185 {05187.p4-eats} -> {05186.f} {05187.f} {05187.p2-thinks} 
+tr {05186.t2} {05186.f} {05186.p5} -> {05186.p6} 
+tr {05186.t3|05187.t1} : a5185 {05186.f} {05187.p1} -> {05187.p3} 
+tr {05187.e} {05187.p6} {05187.p3} -> {05187.p4-eats} 
+tr {05187.t} {05187.p2-thinks} -> {05187.p1} {05187.p5} 
+tr {05187.t0|05188.t4} : b5186 {05188.p4-eats} -> {05187.f} {05188.f} {05188.p2-thinks} 
+tr {05187.t2} {05187.f} {05187.p5} -> {05187.p6} 
+tr {05187.t3|05188.t1} : a5186 {05187.f} {05188.p1} -> {05188.p3} 
+tr {05188.e} {05188.p6} {05188.p3} -> {05188.p4-eats} 
+tr {05188.t} {05188.p2-thinks} -> {05188.p1} {05188.p5} 
+tr {05188.t0|05189.t4} : b5187 {05189.p4-eats} -> {05188.f} {05189.f} {05189.p2-thinks} 
+tr {05188.t2} {05188.f} {05188.p5} -> {05188.p6} 
+tr {05188.t3|05189.t1} : a5187 {05188.f} {05189.p1} -> {05189.p3} 
+tr {05189.e} {05189.p6} {05189.p3} -> {05189.p4-eats} 
+tr {05189.t} {05189.p2-thinks} -> {05189.p1} {05189.p5} 
+tr {05189.t0|05190.t4} : b5188 {05190.p4-eats} -> {05189.f} {05190.f} {05190.p2-thinks} 
+tr {05189.t2} {05189.f} {05189.p5} -> {05189.p6} 
+tr {05189.t3|05190.t1} : a5188 {05189.f} {05190.p1} -> {05190.p3} 
+tr {05190.e} {05190.p6} {05190.p3} -> {05190.p4-eats} 
+tr {05190.t} {05190.p2-thinks} -> {05190.p1} {05190.p5} 
+tr {05190.t0|05191.t4} : b5189 {05191.p4-eats} -> {05190.f} {05191.f} {05191.p2-thinks} 
+tr {05190.t2} {05190.f} {05190.p5} -> {05190.p6} 
+tr {05190.t3|05191.t1} : a5189 {05190.f} {05191.p1} -> {05191.p3} 
+tr {05191.e} {05191.p6} {05191.p3} -> {05191.p4-eats} 
+tr {05191.t} {05191.p2-thinks} -> {05191.p1} {05191.p5} 
+tr {05191.t0|05192.t4} : b5190 {05192.p4-eats} -> {05191.f} {05192.f} {05192.p2-thinks} 
+tr {05191.t2} {05191.f} {05191.p5} -> {05191.p6} 
+tr {05191.t3|05192.t1} : a5190 {05191.f} {05192.p1} -> {05192.p3} 
+tr {05192.e} {05192.p6} {05192.p3} -> {05192.p4-eats} 
+tr {05192.t} {05192.p2-thinks} -> {05192.p1} {05192.p5} 
+tr {05192.t0|05193.t4} : b5191 {05193.p4-eats} -> {05192.f} {05193.f} {05193.p2-thinks} 
+tr {05192.t2} {05192.f} {05192.p5} -> {05192.p6} 
+tr {05192.t3|05193.t1} : a5191 {05192.f} {05193.p1} -> {05193.p3} 
+tr {05193.e} {05193.p6} {05193.p3} -> {05193.p4-eats} 
+tr {05193.t} {05193.p2-thinks} -> {05193.p1} {05193.p5} 
+tr {05193.t0|05194.t4} : b5192 {05194.p4-eats} -> {05193.f} {05194.f} {05194.p2-thinks} 
+tr {05193.t2} {05193.f} {05193.p5} -> {05193.p6} 
+tr {05193.t3|05194.t1} : a5192 {05193.f} {05194.p1} -> {05194.p3} 
+tr {05194.e} {05194.p6} {05194.p3} -> {05194.p4-eats} 
+tr {05194.t} {05194.p2-thinks} -> {05194.p1} {05194.p5} 
+tr {05194.t0|05195.t4} : b5193 {05195.p4-eats} -> {05194.f} {05195.f} {05195.p2-thinks} 
+tr {05194.t2} {05194.f} {05194.p5} -> {05194.p6} 
+tr {05194.t3|05195.t1} : a5193 {05194.f} {05195.p1} -> {05195.p3} 
+tr {05195.e} {05195.p6} {05195.p3} -> {05195.p4-eats} 
+tr {05195.t} {05195.p2-thinks} -> {05195.p1} {05195.p5} 
+tr {05195.t0|05196.t4} : b5194 {05196.p4-eats} -> {05195.f} {05196.f} {05196.p2-thinks} 
+tr {05195.t2} {05195.f} {05195.p5} -> {05195.p6} 
+tr {05195.t3|05196.t1} : a5194 {05195.f} {05196.p1} -> {05196.p3} 
+tr {05196.e} {05196.p6} {05196.p3} -> {05196.p4-eats} 
+tr {05196.t} {05196.p2-thinks} -> {05196.p1} {05196.p5} 
+tr {05196.t0|05197.t4} : b5195 {05197.p4-eats} -> {05196.f} {05197.f} {05197.p2-thinks} 
+tr {05196.t2} {05196.f} {05196.p5} -> {05196.p6} 
+tr {05196.t3|05197.t1} : a5195 {05196.f} {05197.p1} -> {05197.p3} 
+tr {05197.e} {05197.p6} {05197.p3} -> {05197.p4-eats} 
+tr {05197.t} {05197.p2-thinks} -> {05197.p1} {05197.p5} 
+tr {05197.t0|05198.t4} : b5196 {05198.p4-eats} -> {05197.f} {05198.f} {05198.p2-thinks} 
+tr {05197.t2} {05197.f} {05197.p5} -> {05197.p6} 
+tr {05197.t3|05198.t1} : a5196 {05197.f} {05198.p1} -> {05198.p3} 
+tr {05198.e} {05198.p6} {05198.p3} -> {05198.p4-eats} 
+tr {05198.t} {05198.p2-thinks} -> {05198.p1} {05198.p5} 
+tr {05198.t0|05199.t4} : b5197 {05199.p4-eats} -> {05198.f} {05199.f} {05199.p2-thinks} 
+tr {05198.t2} {05198.f} {05198.p5} -> {05198.p6} 
+tr {05198.t3|05199.t1} : a5197 {05198.f} {05199.p1} -> {05199.p3} 
+tr {05199.e} {05199.p6} {05199.p3} -> {05199.p4-eats} 
+tr {05199.t} {05199.p2-thinks} -> {05199.p1} {05199.p5} 
+tr {05199.t0|05200.t4} : b5198 {05200.p4-eats} -> {05199.f} {05200.f} {05200.p2-thinks} 
+tr {05199.t2} {05199.f} {05199.p5} -> {05199.p6} 
+tr {05199.t3|05200.t1} : a5198 {05199.f} {05200.p1} -> {05200.p3} 
+tr {05200.e} {05200.p6} {05200.p3} -> {05200.p4-eats} 
+tr {05200.t} {05200.p2-thinks} -> {05200.p1} {05200.p5} 
+tr {05200.t0|05201.t4} : b5199 {05201.p4-eats} -> {05200.f} {05201.f} {05201.p2-thinks} 
+tr {05200.t2} {05200.f} {05200.p5} -> {05200.p6} 
+tr {05200.t3|05201.t1} : a5199 {05200.f} {05201.p1} -> {05201.p3} 
+tr {05201.e} {05201.p6} {05201.p3} -> {05201.p4-eats} 
+tr {05201.t} {05201.p2-thinks} -> {05201.p1} {05201.p5} 
+tr {05201.t0|05202.t4} : b5200 {05202.p4-eats} -> {05201.f} {05202.f} {05202.p2-thinks} 
+tr {05201.t2} {05201.f} {05201.p5} -> {05201.p6} 
+tr {05201.t3|05202.t1} : a5200 {05201.f} {05202.p1} -> {05202.p3} 
+tr {05202.e} {05202.p6} {05202.p3} -> {05202.p4-eats} 
+tr {05202.t} {05202.p2-thinks} -> {05202.p1} {05202.p5} 
+tr {05202.t0|05203.t4} : b5201 {05203.p4-eats} -> {05202.f} {05203.f} {05203.p2-thinks} 
+tr {05202.t2} {05202.f} {05202.p5} -> {05202.p6} 
+tr {05202.t3|05203.t1} : a5201 {05202.f} {05203.p1} -> {05203.p3} 
+tr {05203.e} {05203.p6} {05203.p3} -> {05203.p4-eats} 
+tr {05203.t} {05203.p2-thinks} -> {05203.p1} {05203.p5} 
+tr {05203.t0|05204.t4} : b5202 {05204.p4-eats} -> {05203.f} {05204.f} {05204.p2-thinks} 
+tr {05203.t2} {05203.f} {05203.p5} -> {05203.p6} 
+tr {05203.t3|05204.t1} : a5202 {05203.f} {05204.p1} -> {05204.p3} 
+tr {05204.e} {05204.p6} {05204.p3} -> {05204.p4-eats} 
+tr {05204.t} {05204.p2-thinks} -> {05204.p1} {05204.p5} 
+tr {05204.t0|05205.t4} : b5203 {05205.p4-eats} -> {05204.f} {05205.f} {05205.p2-thinks} 
+tr {05204.t2} {05204.f} {05204.p5} -> {05204.p6} 
+tr {05204.t3|05205.t1} : a5203 {05204.f} {05205.p1} -> {05205.p3} 
+tr {05205.e} {05205.p6} {05205.p3} -> {05205.p4-eats} 
+tr {05205.t} {05205.p2-thinks} -> {05205.p1} {05205.p5} 
+tr {05205.t0|05206.t4} : b5204 {05206.p4-eats} -> {05205.f} {05206.f} {05206.p2-thinks} 
+tr {05205.t2} {05205.f} {05205.p5} -> {05205.p6} 
+tr {05205.t3|05206.t1} : a5204 {05205.f} {05206.p1} -> {05206.p3} 
+tr {05206.e} {05206.p6} {05206.p3} -> {05206.p4-eats} 
+tr {05206.t} {05206.p2-thinks} -> {05206.p1} {05206.p5} 
+tr {05206.t0|05207.t4} : b5205 {05207.p4-eats} -> {05206.f} {05207.f} {05207.p2-thinks} 
+tr {05206.t2} {05206.f} {05206.p5} -> {05206.p6} 
+tr {05206.t3|05207.t1} : a5205 {05206.f} {05207.p1} -> {05207.p3} 
+tr {05207.e} {05207.p6} {05207.p3} -> {05207.p4-eats} 
+tr {05207.t} {05207.p2-thinks} -> {05207.p1} {05207.p5} 
+tr {05207.t0|05208.t4} : b5206 {05208.p4-eats} -> {05207.f} {05208.f} {05208.p2-thinks} 
+tr {05207.t2} {05207.f} {05207.p5} -> {05207.p6} 
+tr {05207.t3|05208.t1} : a5206 {05207.f} {05208.p1} -> {05208.p3} 
+tr {05208.e} {05208.p6} {05208.p3} -> {05208.p4-eats} 
+tr {05208.t} {05208.p2-thinks} -> {05208.p1} {05208.p5} 
+tr {05208.t0|05209.t4} : b5207 {05209.p4-eats} -> {05208.f} {05209.f} {05209.p2-thinks} 
+tr {05208.t2} {05208.f} {05208.p5} -> {05208.p6} 
+tr {05208.t3|05209.t1} : a5207 {05208.f} {05209.p1} -> {05209.p3} 
+tr {05209.e} {05209.p6} {05209.p3} -> {05209.p4-eats} 
+tr {05209.t} {05209.p2-thinks} -> {05209.p1} {05209.p5} 
+tr {05209.t0|05210.t4} : b5208 {05210.p4-eats} -> {05209.f} {05210.f} {05210.p2-thinks} 
+tr {05209.t2} {05209.f} {05209.p5} -> {05209.p6} 
+tr {05209.t3|05210.t1} : a5208 {05209.f} {05210.p1} -> {05210.p3} 
+tr {05210.e} {05210.p6} {05210.p3} -> {05210.p4-eats} 
+tr {05210.t} {05210.p2-thinks} -> {05210.p1} {05210.p5} 
+tr {05210.t0|05211.t4} : b5209 {05211.p4-eats} -> {05210.f} {05211.f} {05211.p2-thinks} 
+tr {05210.t2} {05210.f} {05210.p5} -> {05210.p6} 
+tr {05210.t3|05211.t1} : a5209 {05210.f} {05211.p1} -> {05211.p3} 
+tr {05211.e} {05211.p6} {05211.p3} -> {05211.p4-eats} 
+tr {05211.t} {05211.p2-thinks} -> {05211.p1} {05211.p5} 
+tr {05211.t0|05212.t4} : b5210 {05212.p4-eats} -> {05211.f} {05212.f} {05212.p2-thinks} 
+tr {05211.t2} {05211.f} {05211.p5} -> {05211.p6} 
+tr {05211.t3|05212.t1} : a5210 {05211.f} {05212.p1} -> {05212.p3} 
+tr {05212.e} {05212.p6} {05212.p3} -> {05212.p4-eats} 
+tr {05212.t} {05212.p2-thinks} -> {05212.p1} {05212.p5} 
+tr {05212.t0|05213.t4} : b5211 {05213.p4-eats} -> {05212.f} {05213.f} {05213.p2-thinks} 
+tr {05212.t2} {05212.f} {05212.p5} -> {05212.p6} 
+tr {05212.t3|05213.t1} : a5211 {05212.f} {05213.p1} -> {05213.p3} 
+tr {05213.e} {05213.p6} {05213.p3} -> {05213.p4-eats} 
+tr {05213.t} {05213.p2-thinks} -> {05213.p1} {05213.p5} 
+tr {05213.t0|05214.t4} : b5212 {05214.p4-eats} -> {05213.f} {05214.f} {05214.p2-thinks} 
+tr {05213.t2} {05213.f} {05213.p5} -> {05213.p6} 
+tr {05213.t3|05214.t1} : a5212 {05213.f} {05214.p1} -> {05214.p3} 
+tr {05214.e} {05214.p6} {05214.p3} -> {05214.p4-eats} 
+tr {05214.t} {05214.p2-thinks} -> {05214.p1} {05214.p5} 
+tr {05214.t0|05215.t4} : b5213 {05215.p4-eats} -> {05214.f} {05215.f} {05215.p2-thinks} 
+tr {05214.t2} {05214.f} {05214.p5} -> {05214.p6} 
+tr {05214.t3|05215.t1} : a5213 {05214.f} {05215.p1} -> {05215.p3} 
+tr {05215.e} {05215.p6} {05215.p3} -> {05215.p4-eats} 
+tr {05215.t} {05215.p2-thinks} -> {05215.p1} {05215.p5} 
+tr {05215.t0|05216.t4} : b5214 {05216.p4-eats} -> {05215.f} {05216.f} {05216.p2-thinks} 
+tr {05215.t2} {05215.f} {05215.p5} -> {05215.p6} 
+tr {05215.t3|05216.t1} : a5214 {05215.f} {05216.p1} -> {05216.p3} 
+tr {05216.e} {05216.p6} {05216.p3} -> {05216.p4-eats} 
+tr {05216.t} {05216.p2-thinks} -> {05216.p1} {05216.p5} 
+tr {05216.t0|05217.t4} : b5215 {05217.p4-eats} -> {05216.f} {05217.f} {05217.p2-thinks} 
+tr {05216.t2} {05216.f} {05216.p5} -> {05216.p6} 
+tr {05216.t3|05217.t1} : a5215 {05216.f} {05217.p1} -> {05217.p3} 
+tr {05217.e} {05217.p6} {05217.p3} -> {05217.p4-eats} 
+tr {05217.t} {05217.p2-thinks} -> {05217.p1} {05217.p5} 
+tr {05217.t0|05218.t4} : b5216 {05218.p4-eats} -> {05217.f} {05218.f} {05218.p2-thinks} 
+tr {05217.t2} {05217.f} {05217.p5} -> {05217.p6} 
+tr {05217.t3|05218.t1} : a5216 {05217.f} {05218.p1} -> {05218.p3} 
+tr {05218.e} {05218.p6} {05218.p3} -> {05218.p4-eats} 
+tr {05218.t} {05218.p2-thinks} -> {05218.p1} {05218.p5} 
+tr {05218.t0|05219.t4} : b5217 {05219.p4-eats} -> {05218.f} {05219.f} {05219.p2-thinks} 
+tr {05218.t2} {05218.f} {05218.p5} -> {05218.p6} 
+tr {05218.t3|05219.t1} : a5217 {05218.f} {05219.p1} -> {05219.p3} 
+tr {05219.e} {05219.p6} {05219.p3} -> {05219.p4-eats} 
+tr {05219.t} {05219.p2-thinks} -> {05219.p1} {05219.p5} 
+tr {05219.t0|05220.t4} : b5218 {05220.p4-eats} -> {05219.f} {05220.f} {05220.p2-thinks} 
+tr {05219.t2} {05219.f} {05219.p5} -> {05219.p6} 
+tr {05219.t3|05220.t1} : a5218 {05219.f} {05220.p1} -> {05220.p3} 
+tr {05220.e} {05220.p6} {05220.p3} -> {05220.p4-eats} 
+tr {05220.t} {05220.p2-thinks} -> {05220.p1} {05220.p5} 
+tr {05220.t0|05221.t4} : b5219 {05221.p4-eats} -> {05220.f} {05221.f} {05221.p2-thinks} 
+tr {05220.t2} {05220.f} {05220.p5} -> {05220.p6} 
+tr {05220.t3|05221.t1} : a5219 {05220.f} {05221.p1} -> {05221.p3} 
+tr {05221.e} {05221.p6} {05221.p3} -> {05221.p4-eats} 
+tr {05221.t} {05221.p2-thinks} -> {05221.p1} {05221.p5} 
+tr {05221.t0|05222.t4} : b5220 {05222.p4-eats} -> {05221.f} {05222.f} {05222.p2-thinks} 
+tr {05221.t2} {05221.f} {05221.p5} -> {05221.p6} 
+tr {05221.t3|05222.t1} : a5220 {05221.f} {05222.p1} -> {05222.p3} 
+tr {05222.e} {05222.p6} {05222.p3} -> {05222.p4-eats} 
+tr {05222.t} {05222.p2-thinks} -> {05222.p1} {05222.p5} 
+tr {05222.t0|05223.t4} : b5221 {05223.p4-eats} -> {05222.f} {05223.f} {05223.p2-thinks} 
+tr {05222.t2} {05222.f} {05222.p5} -> {05222.p6} 
+tr {05222.t3|05223.t1} : a5221 {05222.f} {05223.p1} -> {05223.p3} 
+tr {05223.e} {05223.p6} {05223.p3} -> {05223.p4-eats} 
+tr {05223.t} {05223.p2-thinks} -> {05223.p1} {05223.p5} 
+tr {05223.t0|05224.t4} : b5222 {05224.p4-eats} -> {05223.f} {05224.f} {05224.p2-thinks} 
+tr {05223.t2} {05223.f} {05223.p5} -> {05223.p6} 
+tr {05223.t3|05224.t1} : a5222 {05223.f} {05224.p1} -> {05224.p3} 
+tr {05224.e} {05224.p6} {05224.p3} -> {05224.p4-eats} 
+tr {05224.t} {05224.p2-thinks} -> {05224.p1} {05224.p5} 
+tr {05224.t0|05225.t4} : b5223 {05225.p4-eats} -> {05224.f} {05225.f} {05225.p2-thinks} 
+tr {05224.t2} {05224.f} {05224.p5} -> {05224.p6} 
+tr {05224.t3|05225.t1} : a5223 {05224.f} {05225.p1} -> {05225.p3} 
+tr {05225.e} {05225.p6} {05225.p3} -> {05225.p4-eats} 
+tr {05225.t} {05225.p2-thinks} -> {05225.p1} {05225.p5} 
+tr {05225.t0|05226.t4} : b5224 {05226.p4-eats} -> {05225.f} {05226.f} {05226.p2-thinks} 
+tr {05225.t2} {05225.f} {05225.p5} -> {05225.p6} 
+tr {05225.t3|05226.t1} : a5224 {05225.f} {05226.p1} -> {05226.p3} 
+tr {05226.e} {05226.p6} {05226.p3} -> {05226.p4-eats} 
+tr {05226.t} {05226.p2-thinks} -> {05226.p1} {05226.p5} 
+tr {05226.t0|05227.t4} : b5225 {05227.p4-eats} -> {05226.f} {05227.f} {05227.p2-thinks} 
+tr {05226.t2} {05226.f} {05226.p5} -> {05226.p6} 
+tr {05226.t3|05227.t1} : a5225 {05226.f} {05227.p1} -> {05227.p3} 
+tr {05227.e} {05227.p6} {05227.p3} -> {05227.p4-eats} 
+tr {05227.t} {05227.p2-thinks} -> {05227.p1} {05227.p5} 
+tr {05227.t0|05228.t4} : b5226 {05228.p4-eats} -> {05227.f} {05228.f} {05228.p2-thinks} 
+tr {05227.t2} {05227.f} {05227.p5} -> {05227.p6} 
+tr {05227.t3|05228.t1} : a5226 {05227.f} {05228.p1} -> {05228.p3} 
+tr {05228.e} {05228.p6} {05228.p3} -> {05228.p4-eats} 
+tr {05228.t} {05228.p2-thinks} -> {05228.p1} {05228.p5} 
+tr {05228.t0|05229.t4} : b5227 {05229.p4-eats} -> {05228.f} {05229.f} {05229.p2-thinks} 
+tr {05228.t2} {05228.f} {05228.p5} -> {05228.p6} 
+tr {05228.t3|05229.t1} : a5227 {05228.f} {05229.p1} -> {05229.p3} 
+tr {05229.e} {05229.p6} {05229.p3} -> {05229.p4-eats} 
+tr {05229.t} {05229.p2-thinks} -> {05229.p1} {05229.p5} 
+tr {05229.t0|05230.t4} : b5228 {05230.p4-eats} -> {05229.f} {05230.f} {05230.p2-thinks} 
+tr {05229.t2} {05229.f} {05229.p5} -> {05229.p6} 
+tr {05229.t3|05230.t1} : a5228 {05229.f} {05230.p1} -> {05230.p3} 
+tr {05230.e} {05230.p6} {05230.p3} -> {05230.p4-eats} 
+tr {05230.t} {05230.p2-thinks} -> {05230.p1} {05230.p5} 
+tr {05230.t0|05231.t4} : b5229 {05231.p4-eats} -> {05230.f} {05231.f} {05231.p2-thinks} 
+tr {05230.t2} {05230.f} {05230.p5} -> {05230.p6} 
+tr {05230.t3|05231.t1} : a5229 {05230.f} {05231.p1} -> {05231.p3} 
+tr {05231.e} {05231.p6} {05231.p3} -> {05231.p4-eats} 
+tr {05231.t} {05231.p2-thinks} -> {05231.p1} {05231.p5} 
+tr {05231.t0|05232.t4} : b5230 {05232.p4-eats} -> {05231.f} {05232.f} {05232.p2-thinks} 
+tr {05231.t2} {05231.f} {05231.p5} -> {05231.p6} 
+tr {05231.t3|05232.t1} : a5230 {05231.f} {05232.p1} -> {05232.p3} 
+tr {05232.e} {05232.p6} {05232.p3} -> {05232.p4-eats} 
+tr {05232.t} {05232.p2-thinks} -> {05232.p1} {05232.p5} 
+tr {05232.t0|05233.t4} : b5231 {05233.p4-eats} -> {05232.f} {05233.f} {05233.p2-thinks} 
+tr {05232.t2} {05232.f} {05232.p5} -> {05232.p6} 
+tr {05232.t3|05233.t1} : a5231 {05232.f} {05233.p1} -> {05233.p3} 
+tr {05233.e} {05233.p6} {05233.p3} -> {05233.p4-eats} 
+tr {05233.t} {05233.p2-thinks} -> {05233.p1} {05233.p5} 
+tr {05233.t0|05234.t4} : b5232 {05234.p4-eats} -> {05233.f} {05234.f} {05234.p2-thinks} 
+tr {05233.t2} {05233.f} {05233.p5} -> {05233.p6} 
+tr {05233.t3|05234.t1} : a5232 {05233.f} {05234.p1} -> {05234.p3} 
+tr {05234.e} {05234.p6} {05234.p3} -> {05234.p4-eats} 
+tr {05234.t} {05234.p2-thinks} -> {05234.p1} {05234.p5} 
+tr {05234.t0|05235.t4} : b5233 {05235.p4-eats} -> {05234.f} {05235.f} {05235.p2-thinks} 
+tr {05234.t2} {05234.f} {05234.p5} -> {05234.p6} 
+tr {05234.t3|05235.t1} : a5233 {05234.f} {05235.p1} -> {05235.p3} 
+tr {05235.e} {05235.p6} {05235.p3} -> {05235.p4-eats} 
+tr {05235.t} {05235.p2-thinks} -> {05235.p1} {05235.p5} 
+tr {05235.t0|05236.t4} : b5234 {05236.p4-eats} -> {05235.f} {05236.f} {05236.p2-thinks} 
+tr {05235.t2} {05235.f} {05235.p5} -> {05235.p6} 
+tr {05235.t3|05236.t1} : a5234 {05235.f} {05236.p1} -> {05236.p3} 
+tr {05236.e} {05236.p6} {05236.p3} -> {05236.p4-eats} 
+tr {05236.t} {05236.p2-thinks} -> {05236.p1} {05236.p5} 
+tr {05236.t0|05237.t4} : b5235 {05237.p4-eats} -> {05236.f} {05237.f} {05237.p2-thinks} 
+tr {05236.t2} {05236.f} {05236.p5} -> {05236.p6} 
+tr {05236.t3|05237.t1} : a5235 {05236.f} {05237.p1} -> {05237.p3} 
+tr {05237.e} {05237.p6} {05237.p3} -> {05237.p4-eats} 
+tr {05237.t} {05237.p2-thinks} -> {05237.p1} {05237.p5} 
+tr {05237.t0|05238.t4} : b5236 {05238.p4-eats} -> {05237.f} {05238.f} {05238.p2-thinks} 
+tr {05237.t2} {05237.f} {05237.p5} -> {05237.p6} 
+tr {05237.t3|05238.t1} : a5236 {05237.f} {05238.p1} -> {05238.p3} 
+tr {05238.e} {05238.p6} {05238.p3} -> {05238.p4-eats} 
+tr {05238.t} {05238.p2-thinks} -> {05238.p1} {05238.p5} 
+tr {05238.t0|05239.t4} : b5237 {05239.p4-eats} -> {05238.f} {05239.f} {05239.p2-thinks} 
+tr {05238.t2} {05238.f} {05238.p5} -> {05238.p6} 
+tr {05238.t3|05239.t1} : a5237 {05238.f} {05239.p1} -> {05239.p3} 
+tr {05239.e} {05239.p6} {05239.p3} -> {05239.p4-eats} 
+tr {05239.t} {05239.p2-thinks} -> {05239.p1} {05239.p5} 
+tr {05239.t0|05240.t4} : b5238 {05240.p4-eats} -> {05239.f} {05240.f} {05240.p2-thinks} 
+tr {05239.t2} {05239.f} {05239.p5} -> {05239.p6} 
+tr {05239.t3|05240.t1} : a5238 {05239.f} {05240.p1} -> {05240.p3} 
+tr {05240.e} {05240.p6} {05240.p3} -> {05240.p4-eats} 
+tr {05240.t} {05240.p2-thinks} -> {05240.p1} {05240.p5} 
+tr {05240.t0|05241.t4} : b5239 {05241.p4-eats} -> {05240.f} {05241.f} {05241.p2-thinks} 
+tr {05240.t2} {05240.f} {05240.p5} -> {05240.p6} 
+tr {05240.t3|05241.t1} : a5239 {05240.f} {05241.p1} -> {05241.p3} 
+tr {05241.e} {05241.p6} {05241.p3} -> {05241.p4-eats} 
+tr {05241.t} {05241.p2-thinks} -> {05241.p1} {05241.p5} 
+tr {05241.t0|05242.t4} : b5240 {05242.p4-eats} -> {05241.f} {05242.f} {05242.p2-thinks} 
+tr {05241.t2} {05241.f} {05241.p5} -> {05241.p6} 
+tr {05241.t3|05242.t1} : a5240 {05241.f} {05242.p1} -> {05242.p3} 
+tr {05242.e} {05242.p6} {05242.p3} -> {05242.p4-eats} 
+tr {05242.t} {05242.p2-thinks} -> {05242.p1} {05242.p5} 
+tr {05242.t0|05243.t4} : b5241 {05243.p4-eats} -> {05242.f} {05243.f} {05243.p2-thinks} 
+tr {05242.t2} {05242.f} {05242.p5} -> {05242.p6} 
+tr {05242.t3|05243.t1} : a5241 {05242.f} {05243.p1} -> {05243.p3} 
+tr {05243.e} {05243.p6} {05243.p3} -> {05243.p4-eats} 
+tr {05243.t} {05243.p2-thinks} -> {05243.p1} {05243.p5} 
+tr {05243.t0|05244.t4} : b5242 {05244.p4-eats} -> {05243.f} {05244.f} {05244.p2-thinks} 
+tr {05243.t2} {05243.f} {05243.p5} -> {05243.p6} 
+tr {05243.t3|05244.t1} : a5242 {05243.f} {05244.p1} -> {05244.p3} 
+tr {05244.e} {05244.p6} {05244.p3} -> {05244.p4-eats} 
+tr {05244.t} {05244.p2-thinks} -> {05244.p1} {05244.p5} 
+tr {05244.t0|05245.t4} : b5243 {05245.p4-eats} -> {05244.f} {05245.f} {05245.p2-thinks} 
+tr {05244.t2} {05244.f} {05244.p5} -> {05244.p6} 
+tr {05244.t3|05245.t1} : a5243 {05244.f} {05245.p1} -> {05245.p3} 
+tr {05245.e} {05245.p6} {05245.p3} -> {05245.p4-eats} 
+tr {05245.t} {05245.p2-thinks} -> {05245.p1} {05245.p5} 
+tr {05245.t0|05246.t4} : b5244 {05246.p4-eats} -> {05245.f} {05246.f} {05246.p2-thinks} 
+tr {05245.t2} {05245.f} {05245.p5} -> {05245.p6} 
+tr {05245.t3|05246.t1} : a5244 {05245.f} {05246.p1} -> {05246.p3} 
+tr {05246.e} {05246.p6} {05246.p3} -> {05246.p4-eats} 
+tr {05246.t} {05246.p2-thinks} -> {05246.p1} {05246.p5} 
+tr {05246.t0|05247.t4} : b5245 {05247.p4-eats} -> {05246.f} {05247.f} {05247.p2-thinks} 
+tr {05246.t2} {05246.f} {05246.p5} -> {05246.p6} 
+tr {05246.t3|05247.t1} : a5245 {05246.f} {05247.p1} -> {05247.p3} 
+tr {05247.e} {05247.p6} {05247.p3} -> {05247.p4-eats} 
+tr {05247.t} {05247.p2-thinks} -> {05247.p1} {05247.p5} 
+tr {05247.t0|05248.t4} : b5246 {05248.p4-eats} -> {05247.f} {05248.f} {05248.p2-thinks} 
+tr {05247.t2} {05247.f} {05247.p5} -> {05247.p6} 
+tr {05247.t3|05248.t1} : a5246 {05247.f} {05248.p1} -> {05248.p3} 
+tr {05248.e} {05248.p6} {05248.p3} -> {05248.p4-eats} 
+tr {05248.t} {05248.p2-thinks} -> {05248.p1} {05248.p5} 
+tr {05248.t0|05249.t4} : b5247 {05249.p4-eats} -> {05248.f} {05249.f} {05249.p2-thinks} 
+tr {05248.t2} {05248.f} {05248.p5} -> {05248.p6} 
+tr {05248.t3|05249.t1} : a5247 {05248.f} {05249.p1} -> {05249.p3} 
+tr {05249.e} {05249.p6} {05249.p3} -> {05249.p4-eats} 
+tr {05249.t} {05249.p2-thinks} -> {05249.p1} {05249.p5} 
+tr {05249.t0|05250.t4} : b5248 {05250.p4-eats} -> {05249.f} {05250.f} {05250.p2-thinks} 
+tr {05249.t2} {05249.f} {05249.p5} -> {05249.p6} 
+tr {05249.t3|05250.t1} : a5248 {05249.f} {05250.p1} -> {05250.p3} 
+tr {05250.e} {05250.p6} {05250.p3} -> {05250.p4-eats} 
+tr {05250.t} {05250.p2-thinks} -> {05250.p1} {05250.p5} 
+tr {05250.t0|05251.t4} : b5249 {05251.p4-eats} -> {05250.f} {05251.f} {05251.p2-thinks} 
+tr {05250.t2} {05250.f} {05250.p5} -> {05250.p6} 
+tr {05250.t3|05251.t1} : a5249 {05250.f} {05251.p1} -> {05251.p3} 
+tr {05251.e} {05251.p6} {05251.p3} -> {05251.p4-eats} 
+tr {05251.t} {05251.p2-thinks} -> {05251.p1} {05251.p5} 
+tr {05251.t0|05252.t4} : b5250 {05252.p4-eats} -> {05251.f} {05252.f} {05252.p2-thinks} 
+tr {05251.t2} {05251.f} {05251.p5} -> {05251.p6} 
+tr {05251.t3|05252.t1} : a5250 {05251.f} {05252.p1} -> {05252.p3} 
+tr {05252.e} {05252.p6} {05252.p3} -> {05252.p4-eats} 
+tr {05252.t} {05252.p2-thinks} -> {05252.p1} {05252.p5} 
+tr {05252.t0|05253.t4} : b5251 {05253.p4-eats} -> {05252.f} {05253.f} {05253.p2-thinks} 
+tr {05252.t2} {05252.f} {05252.p5} -> {05252.p6} 
+tr {05252.t3|05253.t1} : a5251 {05252.f} {05253.p1} -> {05253.p3} 
+tr {05253.e} {05253.p6} {05253.p3} -> {05253.p4-eats} 
+tr {05253.t} {05253.p2-thinks} -> {05253.p1} {05253.p5} 
+tr {05253.t0|05254.t4} : b5252 {05254.p4-eats} -> {05253.f} {05254.f} {05254.p2-thinks} 
+tr {05253.t2} {05253.f} {05253.p5} -> {05253.p6} 
+tr {05253.t3|05254.t1} : a5252 {05253.f} {05254.p1} -> {05254.p3} 
+tr {05254.e} {05254.p6} {05254.p3} -> {05254.p4-eats} 
+tr {05254.t} {05254.p2-thinks} -> {05254.p1} {05254.p5} 
+tr {05254.t0|05255.t4} : b5253 {05255.p4-eats} -> {05254.f} {05255.f} {05255.p2-thinks} 
+tr {05254.t2} {05254.f} {05254.p5} -> {05254.p6} 
+tr {05254.t3|05255.t1} : a5253 {05254.f} {05255.p1} -> {05255.p3} 
+tr {05255.e} {05255.p6} {05255.p3} -> {05255.p4-eats} 
+tr {05255.t} {05255.p2-thinks} -> {05255.p1} {05255.p5} 
+tr {05255.t0|05256.t4} : b5254 {05256.p4-eats} -> {05255.f} {05256.f} {05256.p2-thinks} 
+tr {05255.t2} {05255.f} {05255.p5} -> {05255.p6} 
+tr {05255.t3|05256.t1} : a5254 {05255.f} {05256.p1} -> {05256.p3} 
+tr {05256.e} {05256.p6} {05256.p3} -> {05256.p4-eats} 
+tr {05256.t} {05256.p2-thinks} -> {05256.p1} {05256.p5} 
+tr {05256.t0|05257.t4} : b5255 {05257.p4-eats} -> {05256.f} {05257.f} {05257.p2-thinks} 
+tr {05256.t2} {05256.f} {05256.p5} -> {05256.p6} 
+tr {05256.t3|05257.t1} : a5255 {05256.f} {05257.p1} -> {05257.p3} 
+tr {05257.e} {05257.p6} {05257.p3} -> {05257.p4-eats} 
+tr {05257.t} {05257.p2-thinks} -> {05257.p1} {05257.p5} 
+tr {05257.t0|05258.t4} : b5256 {05258.p4-eats} -> {05257.f} {05258.f} {05258.p2-thinks} 
+tr {05257.t2} {05257.f} {05257.p5} -> {05257.p6} 
+tr {05257.t3|05258.t1} : a5256 {05257.f} {05258.p1} -> {05258.p3} 
+tr {05258.e} {05258.p6} {05258.p3} -> {05258.p4-eats} 
+tr {05258.t} {05258.p2-thinks} -> {05258.p1} {05258.p5} 
+tr {05258.t0|05259.t4} : b5257 {05259.p4-eats} -> {05258.f} {05259.f} {05259.p2-thinks} 
+tr {05258.t2} {05258.f} {05258.p5} -> {05258.p6} 
+tr {05258.t3|05259.t1} : a5257 {05258.f} {05259.p1} -> {05259.p3} 
+tr {05259.e} {05259.p6} {05259.p3} -> {05259.p4-eats} 
+tr {05259.t} {05259.p2-thinks} -> {05259.p1} {05259.p5} 
+tr {05259.t0|05260.t4} : b5258 {05260.p4-eats} -> {05259.f} {05260.f} {05260.p2-thinks} 
+tr {05259.t2} {05259.f} {05259.p5} -> {05259.p6} 
+tr {05259.t3|05260.t1} : a5258 {05259.f} {05260.p1} -> {05260.p3} 
+tr {05260.e} {05260.p6} {05260.p3} -> {05260.p4-eats} 
+tr {05260.t} {05260.p2-thinks} -> {05260.p1} {05260.p5} 
+tr {05260.t0|05261.t4} : b5259 {05261.p4-eats} -> {05260.f} {05261.f} {05261.p2-thinks} 
+tr {05260.t2} {05260.f} {05260.p5} -> {05260.p6} 
+tr {05260.t3|05261.t1} : a5259 {05260.f} {05261.p1} -> {05261.p3} 
+tr {05261.e} {05261.p6} {05261.p3} -> {05261.p4-eats} 
+tr {05261.t} {05261.p2-thinks} -> {05261.p1} {05261.p5} 
+tr {05261.t0|05262.t4} : b5260 {05262.p4-eats} -> {05261.f} {05262.f} {05262.p2-thinks} 
+tr {05261.t2} {05261.f} {05261.p5} -> {05261.p6} 
+tr {05261.t3|05262.t1} : a5260 {05261.f} {05262.p1} -> {05262.p3} 
+tr {05262.e} {05262.p6} {05262.p3} -> {05262.p4-eats} 
+tr {05262.t} {05262.p2-thinks} -> {05262.p1} {05262.p5} 
+tr {05262.t0|05263.t4} : b5261 {05263.p4-eats} -> {05262.f} {05263.f} {05263.p2-thinks} 
+tr {05262.t2} {05262.f} {05262.p5} -> {05262.p6} 
+tr {05262.t3|05263.t1} : a5261 {05262.f} {05263.p1} -> {05263.p3} 
+tr {05263.e} {05263.p6} {05263.p3} -> {05263.p4-eats} 
+tr {05263.t} {05263.p2-thinks} -> {05263.p1} {05263.p5} 
+tr {05263.t0|05264.t4} : b5262 {05264.p4-eats} -> {05263.f} {05264.f} {05264.p2-thinks} 
+tr {05263.t2} {05263.f} {05263.p5} -> {05263.p6} 
+tr {05263.t3|05264.t1} : a5262 {05263.f} {05264.p1} -> {05264.p3} 
+tr {05264.e} {05264.p6} {05264.p3} -> {05264.p4-eats} 
+tr {05264.t} {05264.p2-thinks} -> {05264.p1} {05264.p5} 
+tr {05264.t0|05265.t4} : b5263 {05265.p4-eats} -> {05264.f} {05265.f} {05265.p2-thinks} 
+tr {05264.t2} {05264.f} {05264.p5} -> {05264.p6} 
+tr {05264.t3|05265.t1} : a5263 {05264.f} {05265.p1} -> {05265.p3} 
+tr {05265.e} {05265.p6} {05265.p3} -> {05265.p4-eats} 
+tr {05265.t} {05265.p2-thinks} -> {05265.p1} {05265.p5} 
+tr {05265.t0|05266.t4} : b5264 {05266.p4-eats} -> {05265.f} {05266.f} {05266.p2-thinks} 
+tr {05265.t2} {05265.f} {05265.p5} -> {05265.p6} 
+tr {05265.t3|05266.t1} : a5264 {05265.f} {05266.p1} -> {05266.p3} 
+tr {05266.e} {05266.p6} {05266.p3} -> {05266.p4-eats} 
+tr {05266.t} {05266.p2-thinks} -> {05266.p1} {05266.p5} 
+tr {05266.t0|05267.t4} : b5265 {05267.p4-eats} -> {05266.f} {05267.f} {05267.p2-thinks} 
+tr {05266.t2} {05266.f} {05266.p5} -> {05266.p6} 
+tr {05266.t3|05267.t1} : a5265 {05266.f} {05267.p1} -> {05267.p3} 
+tr {05267.e} {05267.p6} {05267.p3} -> {05267.p4-eats} 
+tr {05267.t} {05267.p2-thinks} -> {05267.p1} {05267.p5} 
+tr {05267.t0|05268.t4} : b5266 {05268.p4-eats} -> {05267.f} {05268.f} {05268.p2-thinks} 
+tr {05267.t2} {05267.f} {05267.p5} -> {05267.p6} 
+tr {05267.t3|05268.t1} : a5266 {05267.f} {05268.p1} -> {05268.p3} 
+tr {05268.e} {05268.p6} {05268.p3} -> {05268.p4-eats} 
+tr {05268.t} {05268.p2-thinks} -> {05268.p1} {05268.p5} 
+tr {05268.t0|05269.t4} : b5267 {05269.p4-eats} -> {05268.f} {05269.f} {05269.p2-thinks} 
+tr {05268.t2} {05268.f} {05268.p5} -> {05268.p6} 
+tr {05268.t3|05269.t1} : a5267 {05268.f} {05269.p1} -> {05269.p3} 
+tr {05269.e} {05269.p6} {05269.p3} -> {05269.p4-eats} 
+tr {05269.t} {05269.p2-thinks} -> {05269.p1} {05269.p5} 
+tr {05269.t0|05270.t4} : b5268 {05270.p4-eats} -> {05269.f} {05270.f} {05270.p2-thinks} 
+tr {05269.t2} {05269.f} {05269.p5} -> {05269.p6} 
+tr {05269.t3|05270.t1} : a5268 {05269.f} {05270.p1} -> {05270.p3} 
+tr {05270.e} {05270.p6} {05270.p3} -> {05270.p4-eats} 
+tr {05270.t} {05270.p2-thinks} -> {05270.p1} {05270.p5} 
+tr {05270.t0|05271.t4} : b5269 {05271.p4-eats} -> {05270.f} {05271.f} {05271.p2-thinks} 
+tr {05270.t2} {05270.f} {05270.p5} -> {05270.p6} 
+tr {05270.t3|05271.t1} : a5269 {05270.f} {05271.p1} -> {05271.p3} 
+tr {05271.e} {05271.p6} {05271.p3} -> {05271.p4-eats} 
+tr {05271.t} {05271.p2-thinks} -> {05271.p1} {05271.p5} 
+tr {05271.t0|05272.t4} : b5270 {05272.p4-eats} -> {05271.f} {05272.f} {05272.p2-thinks} 
+tr {05271.t2} {05271.f} {05271.p5} -> {05271.p6} 
+tr {05271.t3|05272.t1} : a5270 {05271.f} {05272.p1} -> {05272.p3} 
+tr {05272.e} {05272.p6} {05272.p3} -> {05272.p4-eats} 
+tr {05272.t} {05272.p2-thinks} -> {05272.p1} {05272.p5} 
+tr {05272.t0|05273.t4} : b5271 {05273.p4-eats} -> {05272.f} {05273.f} {05273.p2-thinks} 
+tr {05272.t2} {05272.f} {05272.p5} -> {05272.p6} 
+tr {05272.t3|05273.t1} : a5271 {05272.f} {05273.p1} -> {05273.p3} 
+tr {05273.e} {05273.p6} {05273.p3} -> {05273.p4-eats} 
+tr {05273.t} {05273.p2-thinks} -> {05273.p1} {05273.p5} 
+tr {05273.t0|05274.t4} : b5272 {05274.p4-eats} -> {05273.f} {05274.f} {05274.p2-thinks} 
+tr {05273.t2} {05273.f} {05273.p5} -> {05273.p6} 
+tr {05273.t3|05274.t1} : a5272 {05273.f} {05274.p1} -> {05274.p3} 
+tr {05274.e} {05274.p6} {05274.p3} -> {05274.p4-eats} 
+tr {05274.t} {05274.p2-thinks} -> {05274.p1} {05274.p5} 
+tr {05274.t0|05275.t4} : b5273 {05275.p4-eats} -> {05274.f} {05275.f} {05275.p2-thinks} 
+tr {05274.t2} {05274.f} {05274.p5} -> {05274.p6} 
+tr {05274.t3|05275.t1} : a5273 {05274.f} {05275.p1} -> {05275.p3} 
+tr {05275.e} {05275.p6} {05275.p3} -> {05275.p4-eats} 
+tr {05275.t} {05275.p2-thinks} -> {05275.p1} {05275.p5} 
+tr {05275.t0|05276.t4} : b5274 {05276.p4-eats} -> {05275.f} {05276.f} {05276.p2-thinks} 
+tr {05275.t2} {05275.f} {05275.p5} -> {05275.p6} 
+tr {05275.t3|05276.t1} : a5274 {05275.f} {05276.p1} -> {05276.p3} 
+tr {05276.e} {05276.p6} {05276.p3} -> {05276.p4-eats} 
+tr {05276.t} {05276.p2-thinks} -> {05276.p1} {05276.p5} 
+tr {05276.t0|05277.t4} : b5275 {05277.p4-eats} -> {05276.f} {05277.f} {05277.p2-thinks} 
+tr {05276.t2} {05276.f} {05276.p5} -> {05276.p6} 
+tr {05276.t3|05277.t1} : a5275 {05276.f} {05277.p1} -> {05277.p3} 
+tr {05277.e} {05277.p6} {05277.p3} -> {05277.p4-eats} 
+tr {05277.t} {05277.p2-thinks} -> {05277.p1} {05277.p5} 
+tr {05277.t0|05278.t4} : b5276 {05278.p4-eats} -> {05277.f} {05278.f} {05278.p2-thinks} 
+tr {05277.t2} {05277.f} {05277.p5} -> {05277.p6} 
+tr {05277.t3|05278.t1} : a5276 {05277.f} {05278.p1} -> {05278.p3} 
+tr {05278.e} {05278.p6} {05278.p3} -> {05278.p4-eats} 
+tr {05278.t} {05278.p2-thinks} -> {05278.p1} {05278.p5} 
+tr {05278.t0|05279.t4} : b5277 {05279.p4-eats} -> {05278.f} {05279.f} {05279.p2-thinks} 
+tr {05278.t2} {05278.f} {05278.p5} -> {05278.p6} 
+tr {05278.t3|05279.t1} : a5277 {05278.f} {05279.p1} -> {05279.p3} 
+tr {05279.e} {05279.p6} {05279.p3} -> {05279.p4-eats} 
+tr {05279.t} {05279.p2-thinks} -> {05279.p1} {05279.p5} 
+tr {05279.t0|05280.t4} : b5278 {05280.p4-eats} -> {05279.f} {05280.f} {05280.p2-thinks} 
+tr {05279.t2} {05279.f} {05279.p5} -> {05279.p6} 
+tr {05279.t3|05280.t1} : a5278 {05279.f} {05280.p1} -> {05280.p3} 
+tr {05280.e} {05280.p6} {05280.p3} -> {05280.p4-eats} 
+tr {05280.t} {05280.p2-thinks} -> {05280.p1} {05280.p5} 
+tr {05280.t0|05281.t4} : b5279 {05281.p4-eats} -> {05280.f} {05281.f} {05281.p2-thinks} 
+tr {05280.t2} {05280.f} {05280.p5} -> {05280.p6} 
+tr {05280.t3|05281.t1} : a5279 {05280.f} {05281.p1} -> {05281.p3} 
+tr {05281.e} {05281.p6} {05281.p3} -> {05281.p4-eats} 
+tr {05281.t} {05281.p2-thinks} -> {05281.p1} {05281.p5} 
+tr {05281.t0|05282.t4} : b5280 {05282.p4-eats} -> {05281.f} {05282.f} {05282.p2-thinks} 
+tr {05281.t2} {05281.f} {05281.p5} -> {05281.p6} 
+tr {05281.t3|05282.t1} : a5280 {05281.f} {05282.p1} -> {05282.p3} 
+tr {05282.e} {05282.p6} {05282.p3} -> {05282.p4-eats} 
+tr {05282.t} {05282.p2-thinks} -> {05282.p1} {05282.p5} 
+tr {05282.t0|05283.t4} : b5281 {05283.p4-eats} -> {05282.f} {05283.f} {05283.p2-thinks} 
+tr {05282.t2} {05282.f} {05282.p5} -> {05282.p6} 
+tr {05282.t3|05283.t1} : a5281 {05282.f} {05283.p1} -> {05283.p3} 
+tr {05283.e} {05283.p6} {05283.p3} -> {05283.p4-eats} 
+tr {05283.t} {05283.p2-thinks} -> {05283.p1} {05283.p5} 
+tr {05283.t0|05284.t4} : b5282 {05284.p4-eats} -> {05283.f} {05284.f} {05284.p2-thinks} 
+tr {05283.t2} {05283.f} {05283.p5} -> {05283.p6} 
+tr {05283.t3|05284.t1} : a5282 {05283.f} {05284.p1} -> {05284.p3} 
+tr {05284.e} {05284.p6} {05284.p3} -> {05284.p4-eats} 
+tr {05284.t} {05284.p2-thinks} -> {05284.p1} {05284.p5} 
+tr {05284.t0|05285.t4} : b5283 {05285.p4-eats} -> {05284.f} {05285.f} {05285.p2-thinks} 
+tr {05284.t2} {05284.f} {05284.p5} -> {05284.p6} 
+tr {05284.t3|05285.t1} : a5283 {05284.f} {05285.p1} -> {05285.p3} 
+tr {05285.e} {05285.p6} {05285.p3} -> {05285.p4-eats} 
+tr {05285.t} {05285.p2-thinks} -> {05285.p1} {05285.p5} 
+tr {05285.t0|05286.t4} : b5284 {05286.p4-eats} -> {05285.f} {05286.f} {05286.p2-thinks} 
+tr {05285.t2} {05285.f} {05285.p5} -> {05285.p6} 
+tr {05285.t3|05286.t1} : a5284 {05285.f} {05286.p1} -> {05286.p3} 
+tr {05286.e} {05286.p6} {05286.p3} -> {05286.p4-eats} 
+tr {05286.t} {05286.p2-thinks} -> {05286.p1} {05286.p5} 
+tr {05286.t0|05287.t4} : b5285 {05287.p4-eats} -> {05286.f} {05287.f} {05287.p2-thinks} 
+tr {05286.t2} {05286.f} {05286.p5} -> {05286.p6} 
+tr {05286.t3|05287.t1} : a5285 {05286.f} {05287.p1} -> {05287.p3} 
+tr {05287.e} {05287.p6} {05287.p3} -> {05287.p4-eats} 
+tr {05287.t} {05287.p2-thinks} -> {05287.p1} {05287.p5} 
+tr {05287.t0|05288.t4} : b5286 {05288.p4-eats} -> {05287.f} {05288.f} {05288.p2-thinks} 
+tr {05287.t2} {05287.f} {05287.p5} -> {05287.p6} 
+tr {05287.t3|05288.t1} : a5286 {05287.f} {05288.p1} -> {05288.p3} 
+tr {05288.e} {05288.p6} {05288.p3} -> {05288.p4-eats} 
+tr {05288.t} {05288.p2-thinks} -> {05288.p1} {05288.p5} 
+tr {05288.t0|05289.t4} : b5287 {05289.p4-eats} -> {05288.f} {05289.f} {05289.p2-thinks} 
+tr {05288.t2} {05288.f} {05288.p5} -> {05288.p6} 
+tr {05288.t3|05289.t1} : a5287 {05288.f} {05289.p1} -> {05289.p3} 
+tr {05289.e} {05289.p6} {05289.p3} -> {05289.p4-eats} 
+tr {05289.t} {05289.p2-thinks} -> {05289.p1} {05289.p5} 
+tr {05289.t0|05290.t4} : b5288 {05290.p4-eats} -> {05289.f} {05290.f} {05290.p2-thinks} 
+tr {05289.t2} {05289.f} {05289.p5} -> {05289.p6} 
+tr {05289.t3|05290.t1} : a5288 {05289.f} {05290.p1} -> {05290.p3} 
+tr {05290.e} {05290.p6} {05290.p3} -> {05290.p4-eats} 
+tr {05290.t} {05290.p2-thinks} -> {05290.p1} {05290.p5} 
+tr {05290.t0|05291.t4} : b5289 {05291.p4-eats} -> {05290.f} {05291.f} {05291.p2-thinks} 
+tr {05290.t2} {05290.f} {05290.p5} -> {05290.p6} 
+tr {05290.t3|05291.t1} : a5289 {05290.f} {05291.p1} -> {05291.p3} 
+tr {05291.e} {05291.p6} {05291.p3} -> {05291.p4-eats} 
+tr {05291.t} {05291.p2-thinks} -> {05291.p1} {05291.p5} 
+tr {05291.t0|05292.t4} : b5290 {05292.p4-eats} -> {05291.f} {05292.f} {05292.p2-thinks} 
+tr {05291.t2} {05291.f} {05291.p5} -> {05291.p6} 
+tr {05291.t3|05292.t1} : a5290 {05291.f} {05292.p1} -> {05292.p3} 
+tr {05292.e} {05292.p6} {05292.p3} -> {05292.p4-eats} 
+tr {05292.t} {05292.p2-thinks} -> {05292.p1} {05292.p5} 
+tr {05292.t0|05293.t4} : b5291 {05293.p4-eats} -> {05292.f} {05293.f} {05293.p2-thinks} 
+tr {05292.t2} {05292.f} {05292.p5} -> {05292.p6} 
+tr {05292.t3|05293.t1} : a5291 {05292.f} {05293.p1} -> {05293.p3} 
+tr {05293.e} {05293.p6} {05293.p3} -> {05293.p4-eats} 
+tr {05293.t} {05293.p2-thinks} -> {05293.p1} {05293.p5} 
+tr {05293.t0|05294.t4} : b5292 {05294.p4-eats} -> {05293.f} {05294.f} {05294.p2-thinks} 
+tr {05293.t2} {05293.f} {05293.p5} -> {05293.p6} 
+tr {05293.t3|05294.t1} : a5292 {05293.f} {05294.p1} -> {05294.p3} 
+tr {05294.e} {05294.p6} {05294.p3} -> {05294.p4-eats} 
+tr {05294.t} {05294.p2-thinks} -> {05294.p1} {05294.p5} 
+tr {05294.t0|05295.t4} : b5293 {05295.p4-eats} -> {05294.f} {05295.f} {05295.p2-thinks} 
+tr {05294.t2} {05294.f} {05294.p5} -> {05294.p6} 
+tr {05294.t3|05295.t1} : a5293 {05294.f} {05295.p1} -> {05295.p3} 
+tr {05295.e} {05295.p6} {05295.p3} -> {05295.p4-eats} 
+tr {05295.t} {05295.p2-thinks} -> {05295.p1} {05295.p5} 
+tr {05295.t0|05296.t4} : b5294 {05296.p4-eats} -> {05295.f} {05296.f} {05296.p2-thinks} 
+tr {05295.t2} {05295.f} {05295.p5} -> {05295.p6} 
+tr {05295.t3|05296.t1} : a5294 {05295.f} {05296.p1} -> {05296.p3} 
+tr {05296.e} {05296.p6} {05296.p3} -> {05296.p4-eats} 
+tr {05296.t} {05296.p2-thinks} -> {05296.p1} {05296.p5} 
+tr {05296.t0|05297.t4} : b5295 {05297.p4-eats} -> {05296.f} {05297.f} {05297.p2-thinks} 
+tr {05296.t2} {05296.f} {05296.p5} -> {05296.p6} 
+tr {05296.t3|05297.t1} : a5295 {05296.f} {05297.p1} -> {05297.p3} 
+tr {05297.e} {05297.p6} {05297.p3} -> {05297.p4-eats} 
+tr {05297.t} {05297.p2-thinks} -> {05297.p1} {05297.p5} 
+tr {05297.t0|05298.t4} : b5296 {05298.p4-eats} -> {05297.f} {05298.f} {05298.p2-thinks} 
+tr {05297.t2} {05297.f} {05297.p5} -> {05297.p6} 
+tr {05297.t3|05298.t1} : a5296 {05297.f} {05298.p1} -> {05298.p3} 
+tr {05298.e} {05298.p6} {05298.p3} -> {05298.p4-eats} 
+tr {05298.t} {05298.p2-thinks} -> {05298.p1} {05298.p5} 
+tr {05298.t0|05299.t4} : b5297 {05299.p4-eats} -> {05298.f} {05299.f} {05299.p2-thinks} 
+tr {05298.t2} {05298.f} {05298.p5} -> {05298.p6} 
+tr {05298.t3|05299.t1} : a5297 {05298.f} {05299.p1} -> {05299.p3} 
+tr {05299.e} {05299.p6} {05299.p3} -> {05299.p4-eats} 
+tr {05299.t} {05299.p2-thinks} -> {05299.p1} {05299.p5} 
+tr {05299.t0|05300.t4} : b5298 {05300.p4-eats} -> {05299.f} {05300.f} {05300.p2-thinks} 
+tr {05299.t2} {05299.f} {05299.p5} -> {05299.p6} 
+tr {05299.t3|05300.t1} : a5298 {05299.f} {05300.p1} -> {05300.p3} 
+tr {05300.e} {05300.p6} {05300.p3} -> {05300.p4-eats} 
+tr {05300.t} {05300.p2-thinks} -> {05300.p1} {05300.p5} 
+tr {05300.t0|05301.t4} : b5299 {05301.p4-eats} -> {05300.f} {05301.f} {05301.p2-thinks} 
+tr {05300.t2} {05300.f} {05300.p5} -> {05300.p6} 
+tr {05300.t3|05301.t1} : a5299 {05300.f} {05301.p1} -> {05301.p3} 
+tr {05301.e} {05301.p6} {05301.p3} -> {05301.p4-eats} 
+tr {05301.t} {05301.p2-thinks} -> {05301.p1} {05301.p5} 
+tr {05301.t0|05302.t4} : b5300 {05302.p4-eats} -> {05301.f} {05302.f} {05302.p2-thinks} 
+tr {05301.t2} {05301.f} {05301.p5} -> {05301.p6} 
+tr {05301.t3|05302.t1} : a5300 {05301.f} {05302.p1} -> {05302.p3} 
+tr {05302.e} {05302.p6} {05302.p3} -> {05302.p4-eats} 
+tr {05302.t} {05302.p2-thinks} -> {05302.p1} {05302.p5} 
+tr {05302.t0|05303.t4} : b5301 {05303.p4-eats} -> {05302.f} {05303.f} {05303.p2-thinks} 
+tr {05302.t2} {05302.f} {05302.p5} -> {05302.p6} 
+tr {05302.t3|05303.t1} : a5301 {05302.f} {05303.p1} -> {05303.p3} 
+tr {05303.e} {05303.p6} {05303.p3} -> {05303.p4-eats} 
+tr {05303.t} {05303.p2-thinks} -> {05303.p1} {05303.p5} 
+tr {05303.t0|05304.t4} : b5302 {05304.p4-eats} -> {05303.f} {05304.f} {05304.p2-thinks} 
+tr {05303.t2} {05303.f} {05303.p5} -> {05303.p6} 
+tr {05303.t3|05304.t1} : a5302 {05303.f} {05304.p1} -> {05304.p3} 
+tr {05304.e} {05304.p6} {05304.p3} -> {05304.p4-eats} 
+tr {05304.t} {05304.p2-thinks} -> {05304.p1} {05304.p5} 
+tr {05304.t0|05305.t4} : b5303 {05305.p4-eats} -> {05304.f} {05305.f} {05305.p2-thinks} 
+tr {05304.t2} {05304.f} {05304.p5} -> {05304.p6} 
+tr {05304.t3|05305.t1} : a5303 {05304.f} {05305.p1} -> {05305.p3} 
+tr {05305.e} {05305.p6} {05305.p3} -> {05305.p4-eats} 
+tr {05305.t} {05305.p2-thinks} -> {05305.p1} {05305.p5} 
+tr {05305.t0|05306.t4} : b5304 {05306.p4-eats} -> {05305.f} {05306.f} {05306.p2-thinks} 
+tr {05305.t2} {05305.f} {05305.p5} -> {05305.p6} 
+tr {05305.t3|05306.t1} : a5304 {05305.f} {05306.p1} -> {05306.p3} 
+tr {05306.e} {05306.p6} {05306.p3} -> {05306.p4-eats} 
+tr {05306.t} {05306.p2-thinks} -> {05306.p1} {05306.p5} 
+tr {05306.t0|05307.t4} : b5305 {05307.p4-eats} -> {05306.f} {05307.f} {05307.p2-thinks} 
+tr {05306.t2} {05306.f} {05306.p5} -> {05306.p6} 
+tr {05306.t3|05307.t1} : a5305 {05306.f} {05307.p1} -> {05307.p3} 
+tr {05307.e} {05307.p6} {05307.p3} -> {05307.p4-eats} 
+tr {05307.t} {05307.p2-thinks} -> {05307.p1} {05307.p5} 
+tr {05307.t0|05308.t4} : b5306 {05308.p4-eats} -> {05307.f} {05308.f} {05308.p2-thinks} 
+tr {05307.t2} {05307.f} {05307.p5} -> {05307.p6} 
+tr {05307.t3|05308.t1} : a5306 {05307.f} {05308.p1} -> {05308.p3} 
+tr {05308.e} {05308.p6} {05308.p3} -> {05308.p4-eats} 
+tr {05308.t} {05308.p2-thinks} -> {05308.p1} {05308.p5} 
+tr {05308.t0|05309.t4} : b5307 {05309.p4-eats} -> {05308.f} {05309.f} {05309.p2-thinks} 
+tr {05308.t2} {05308.f} {05308.p5} -> {05308.p6} 
+tr {05308.t3|05309.t1} : a5307 {05308.f} {05309.p1} -> {05309.p3} 
+tr {05309.e} {05309.p6} {05309.p3} -> {05309.p4-eats} 
+tr {05309.t} {05309.p2-thinks} -> {05309.p1} {05309.p5} 
+tr {05309.t0|05310.t4} : b5308 {05310.p4-eats} -> {05309.f} {05310.f} {05310.p2-thinks} 
+tr {05309.t2} {05309.f} {05309.p5} -> {05309.p6} 
+tr {05309.t3|05310.t1} : a5308 {05309.f} {05310.p1} -> {05310.p3} 
+tr {05310.e} {05310.p6} {05310.p3} -> {05310.p4-eats} 
+tr {05310.t} {05310.p2-thinks} -> {05310.p1} {05310.p5} 
+tr {05310.t0|05311.t4} : b5309 {05311.p4-eats} -> {05310.f} {05311.f} {05311.p2-thinks} 
+tr {05310.t2} {05310.f} {05310.p5} -> {05310.p6} 
+tr {05310.t3|05311.t1} : a5309 {05310.f} {05311.p1} -> {05311.p3} 
+tr {05311.e} {05311.p6} {05311.p3} -> {05311.p4-eats} 
+tr {05311.t} {05311.p2-thinks} -> {05311.p1} {05311.p5} 
+tr {05311.t0|05312.t4} : b5310 {05312.p4-eats} -> {05311.f} {05312.f} {05312.p2-thinks} 
+tr {05311.t2} {05311.f} {05311.p5} -> {05311.p6} 
+tr {05311.t3|05312.t1} : a5310 {05311.f} {05312.p1} -> {05312.p3} 
+tr {05312.e} {05312.p6} {05312.p3} -> {05312.p4-eats} 
+tr {05312.t} {05312.p2-thinks} -> {05312.p1} {05312.p5} 
+tr {05312.t0|05313.t4} : b5311 {05313.p4-eats} -> {05312.f} {05313.f} {05313.p2-thinks} 
+tr {05312.t2} {05312.f} {05312.p5} -> {05312.p6} 
+tr {05312.t3|05313.t1} : a5311 {05312.f} {05313.p1} -> {05313.p3} 
+tr {05313.e} {05313.p6} {05313.p3} -> {05313.p4-eats} 
+tr {05313.t} {05313.p2-thinks} -> {05313.p1} {05313.p5} 
+tr {05313.t0|05314.t4} : b5312 {05314.p4-eats} -> {05313.f} {05314.f} {05314.p2-thinks} 
+tr {05313.t2} {05313.f} {05313.p5} -> {05313.p6} 
+tr {05313.t3|05314.t1} : a5312 {05313.f} {05314.p1} -> {05314.p3} 
+tr {05314.e} {05314.p6} {05314.p3} -> {05314.p4-eats} 
+tr {05314.t} {05314.p2-thinks} -> {05314.p1} {05314.p5} 
+tr {05314.t0|05315.t4} : b5313 {05315.p4-eats} -> {05314.f} {05315.f} {05315.p2-thinks} 
+tr {05314.t2} {05314.f} {05314.p5} -> {05314.p6} 
+tr {05314.t3|05315.t1} : a5313 {05314.f} {05315.p1} -> {05315.p3} 
+tr {05315.e} {05315.p6} {05315.p3} -> {05315.p4-eats} 
+tr {05315.t} {05315.p2-thinks} -> {05315.p1} {05315.p5} 
+tr {05315.t0|05316.t4} : b5314 {05316.p4-eats} -> {05315.f} {05316.f} {05316.p2-thinks} 
+tr {05315.t2} {05315.f} {05315.p5} -> {05315.p6} 
+tr {05315.t3|05316.t1} : a5314 {05315.f} {05316.p1} -> {05316.p3} 
+tr {05316.e} {05316.p6} {05316.p3} -> {05316.p4-eats} 
+tr {05316.t} {05316.p2-thinks} -> {05316.p1} {05316.p5} 
+tr {05316.t0|05317.t4} : b5315 {05317.p4-eats} -> {05316.f} {05317.f} {05317.p2-thinks} 
+tr {05316.t2} {05316.f} {05316.p5} -> {05316.p6} 
+tr {05316.t3|05317.t1} : a5315 {05316.f} {05317.p1} -> {05317.p3} 
+tr {05317.e} {05317.p6} {05317.p3} -> {05317.p4-eats} 
+tr {05317.t} {05317.p2-thinks} -> {05317.p1} {05317.p5} 
+tr {05317.t0|05318.t4} : b5316 {05318.p4-eats} -> {05317.f} {05318.f} {05318.p2-thinks} 
+tr {05317.t2} {05317.f} {05317.p5} -> {05317.p6} 
+tr {05317.t3|05318.t1} : a5316 {05317.f} {05318.p1} -> {05318.p3} 
+tr {05318.e} {05318.p6} {05318.p3} -> {05318.p4-eats} 
+tr {05318.t} {05318.p2-thinks} -> {05318.p1} {05318.p5} 
+tr {05318.t0|05319.t4} : b5317 {05319.p4-eats} -> {05318.f} {05319.f} {05319.p2-thinks} 
+tr {05318.t2} {05318.f} {05318.p5} -> {05318.p6} 
+tr {05318.t3|05319.t1} : a5317 {05318.f} {05319.p1} -> {05319.p3} 
+tr {05319.e} {05319.p6} {05319.p3} -> {05319.p4-eats} 
+tr {05319.t} {05319.p2-thinks} -> {05319.p1} {05319.p5} 
+tr {05319.t0|05320.t4} : b5318 {05320.p4-eats} -> {05319.f} {05320.f} {05320.p2-thinks} 
+tr {05319.t2} {05319.f} {05319.p5} -> {05319.p6} 
+tr {05319.t3|05320.t1} : a5318 {05319.f} {05320.p1} -> {05320.p3} 
+tr {05320.e} {05320.p6} {05320.p3} -> {05320.p4-eats} 
+tr {05320.t} {05320.p2-thinks} -> {05320.p1} {05320.p5} 
+tr {05320.t0|05321.t4} : b5319 {05321.p4-eats} -> {05320.f} {05321.f} {05321.p2-thinks} 
+tr {05320.t2} {05320.f} {05320.p5} -> {05320.p6} 
+tr {05320.t3|05321.t1} : a5319 {05320.f} {05321.p1} -> {05321.p3} 
+tr {05321.e} {05321.p6} {05321.p3} -> {05321.p4-eats} 
+tr {05321.t} {05321.p2-thinks} -> {05321.p1} {05321.p5} 
+tr {05321.t0|05322.t4} : b5320 {05322.p4-eats} -> {05321.f} {05322.f} {05322.p2-thinks} 
+tr {05321.t2} {05321.f} {05321.p5} -> {05321.p6} 
+tr {05321.t3|05322.t1} : a5320 {05321.f} {05322.p1} -> {05322.p3} 
+tr {05322.e} {05322.p6} {05322.p3} -> {05322.p4-eats} 
+tr {05322.t} {05322.p2-thinks} -> {05322.p1} {05322.p5} 
+tr {05322.t0|05323.t4} : b5321 {05323.p4-eats} -> {05322.f} {05323.f} {05323.p2-thinks} 
+tr {05322.t2} {05322.f} {05322.p5} -> {05322.p6} 
+tr {05322.t3|05323.t1} : a5321 {05322.f} {05323.p1} -> {05323.p3} 
+tr {05323.e} {05323.p6} {05323.p3} -> {05323.p4-eats} 
+tr {05323.t} {05323.p2-thinks} -> {05323.p1} {05323.p5} 
+tr {05323.t0|05324.t4} : b5322 {05324.p4-eats} -> {05323.f} {05324.f} {05324.p2-thinks} 
+tr {05323.t2} {05323.f} {05323.p5} -> {05323.p6} 
+tr {05323.t3|05324.t1} : a5322 {05323.f} {05324.p1} -> {05324.p3} 
+tr {05324.e} {05324.p6} {05324.p3} -> {05324.p4-eats} 
+tr {05324.t} {05324.p2-thinks} -> {05324.p1} {05324.p5} 
+tr {05324.t0|05325.t4} : b5323 {05325.p4-eats} -> {05324.f} {05325.f} {05325.p2-thinks} 
+tr {05324.t2} {05324.f} {05324.p5} -> {05324.p6} 
+tr {05324.t3|05325.t1} : a5323 {05324.f} {05325.p1} -> {05325.p3} 
+tr {05325.e} {05325.p6} {05325.p3} -> {05325.p4-eats} 
+tr {05325.t} {05325.p2-thinks} -> {05325.p1} {05325.p5} 
+tr {05325.t0|05326.t4} : b5324 {05326.p4-eats} -> {05325.f} {05326.f} {05326.p2-thinks} 
+tr {05325.t2} {05325.f} {05325.p5} -> {05325.p6} 
+tr {05325.t3|05326.t1} : a5324 {05325.f} {05326.p1} -> {05326.p3} 
+tr {05326.e} {05326.p6} {05326.p3} -> {05326.p4-eats} 
+tr {05326.t} {05326.p2-thinks} -> {05326.p1} {05326.p5} 
+tr {05326.t0|05327.t4} : b5325 {05327.p4-eats} -> {05326.f} {05327.f} {05327.p2-thinks} 
+tr {05326.t2} {05326.f} {05326.p5} -> {05326.p6} 
+tr {05326.t3|05327.t1} : a5325 {05326.f} {05327.p1} -> {05327.p3} 
+tr {05327.e} {05327.p6} {05327.p3} -> {05327.p4-eats} 
+tr {05327.t} {05327.p2-thinks} -> {05327.p1} {05327.p5} 
+tr {05327.t0|05328.t4} : b5326 {05328.p4-eats} -> {05327.f} {05328.f} {05328.p2-thinks} 
+tr {05327.t2} {05327.f} {05327.p5} -> {05327.p6} 
+tr {05327.t3|05328.t1} : a5326 {05327.f} {05328.p1} -> {05328.p3} 
+tr {05328.e} {05328.p6} {05328.p3} -> {05328.p4-eats} 
+tr {05328.t} {05328.p2-thinks} -> {05328.p1} {05328.p5} 
+tr {05328.t0|05329.t4} : b5327 {05329.p4-eats} -> {05328.f} {05329.f} {05329.p2-thinks} 
+tr {05328.t2} {05328.f} {05328.p5} -> {05328.p6} 
+tr {05328.t3|05329.t1} : a5327 {05328.f} {05329.p1} -> {05329.p3} 
+tr {05329.e} {05329.p6} {05329.p3} -> {05329.p4-eats} 
+tr {05329.t} {05329.p2-thinks} -> {05329.p1} {05329.p5} 
+tr {05329.t0|05330.t4} : b5328 {05330.p4-eats} -> {05329.f} {05330.f} {05330.p2-thinks} 
+tr {05329.t2} {05329.f} {05329.p5} -> {05329.p6} 
+tr {05329.t3|05330.t1} : a5328 {05329.f} {05330.p1} -> {05330.p3} 
+tr {05330.e} {05330.p6} {05330.p3} -> {05330.p4-eats} 
+tr {05330.t} {05330.p2-thinks} -> {05330.p1} {05330.p5} 
+tr {05330.t0|05331.t4} : b5329 {05331.p4-eats} -> {05330.f} {05331.f} {05331.p2-thinks} 
+tr {05330.t2} {05330.f} {05330.p5} -> {05330.p6} 
+tr {05330.t3|05331.t1} : a5329 {05330.f} {05331.p1} -> {05331.p3} 
+tr {05331.e} {05331.p6} {05331.p3} -> {05331.p4-eats} 
+tr {05331.t} {05331.p2-thinks} -> {05331.p1} {05331.p5} 
+tr {05331.t0|05332.t4} : b5330 {05332.p4-eats} -> {05331.f} {05332.f} {05332.p2-thinks} 
+tr {05331.t2} {05331.f} {05331.p5} -> {05331.p6} 
+tr {05331.t3|05332.t1} : a5330 {05331.f} {05332.p1} -> {05332.p3} 
+tr {05332.e} {05332.p6} {05332.p3} -> {05332.p4-eats} 
+tr {05332.t} {05332.p2-thinks} -> {05332.p1} {05332.p5} 
+tr {05332.t0|05333.t4} : b5331 {05333.p4-eats} -> {05332.f} {05333.f} {05333.p2-thinks} 
+tr {05332.t2} {05332.f} {05332.p5} -> {05332.p6} 
+tr {05332.t3|05333.t1} : a5331 {05332.f} {05333.p1} -> {05333.p3} 
+tr {05333.e} {05333.p6} {05333.p3} -> {05333.p4-eats} 
+tr {05333.t} {05333.p2-thinks} -> {05333.p1} {05333.p5} 
+tr {05333.t0|05334.t4} : b5332 {05334.p4-eats} -> {05333.f} {05334.f} {05334.p2-thinks} 
+tr {05333.t2} {05333.f} {05333.p5} -> {05333.p6} 
+tr {05333.t3|05334.t1} : a5332 {05333.f} {05334.p1} -> {05334.p3} 
+tr {05334.e} {05334.p6} {05334.p3} -> {05334.p4-eats} 
+tr {05334.t} {05334.p2-thinks} -> {05334.p1} {05334.p5} 
+tr {05334.t0|05335.t4} : b5333 {05335.p4-eats} -> {05334.f} {05335.f} {05335.p2-thinks} 
+tr {05334.t2} {05334.f} {05334.p5} -> {05334.p6} 
+tr {05334.t3|05335.t1} : a5333 {05334.f} {05335.p1} -> {05335.p3} 
+tr {05335.e} {05335.p6} {05335.p3} -> {05335.p4-eats} 
+tr {05335.t} {05335.p2-thinks} -> {05335.p1} {05335.p5} 
+tr {05335.t0|05336.t4} : b5334 {05336.p4-eats} -> {05335.f} {05336.f} {05336.p2-thinks} 
+tr {05335.t2} {05335.f} {05335.p5} -> {05335.p6} 
+tr {05335.t3|05336.t1} : a5334 {05335.f} {05336.p1} -> {05336.p3} 
+tr {05336.e} {05336.p6} {05336.p3} -> {05336.p4-eats} 
+tr {05336.t} {05336.p2-thinks} -> {05336.p1} {05336.p5} 
+tr {05336.t0|05337.t4} : b5335 {05337.p4-eats} -> {05336.f} {05337.f} {05337.p2-thinks} 
+tr {05336.t2} {05336.f} {05336.p5} -> {05336.p6} 
+tr {05336.t3|05337.t1} : a5335 {05336.f} {05337.p1} -> {05337.p3} 
+tr {05337.e} {05337.p6} {05337.p3} -> {05337.p4-eats} 
+tr {05337.t} {05337.p2-thinks} -> {05337.p1} {05337.p5} 
+tr {05337.t0|05338.t4} : b5336 {05338.p4-eats} -> {05337.f} {05338.f} {05338.p2-thinks} 
+tr {05337.t2} {05337.f} {05337.p5} -> {05337.p6} 
+tr {05337.t3|05338.t1} : a5336 {05337.f} {05338.p1} -> {05338.p3} 
+tr {05338.e} {05338.p6} {05338.p3} -> {05338.p4-eats} 
+tr {05338.t} {05338.p2-thinks} -> {05338.p1} {05338.p5} 
+tr {05338.t0|05339.t4} : b5337 {05339.p4-eats} -> {05338.f} {05339.f} {05339.p2-thinks} 
+tr {05338.t2} {05338.f} {05338.p5} -> {05338.p6} 
+tr {05338.t3|05339.t1} : a5337 {05338.f} {05339.p1} -> {05339.p3} 
+tr {05339.e} {05339.p6} {05339.p3} -> {05339.p4-eats} 
+tr {05339.t} {05339.p2-thinks} -> {05339.p1} {05339.p5} 
+tr {05339.t0|05340.t4} : b5338 {05340.p4-eats} -> {05339.f} {05340.f} {05340.p2-thinks} 
+tr {05339.t2} {05339.f} {05339.p5} -> {05339.p6} 
+tr {05339.t3|05340.t1} : a5338 {05339.f} {05340.p1} -> {05340.p3} 
+tr {05340.e} {05340.p6} {05340.p3} -> {05340.p4-eats} 
+tr {05340.t} {05340.p2-thinks} -> {05340.p1} {05340.p5} 
+tr {05340.t0|05341.t4} : b5339 {05341.p4-eats} -> {05340.f} {05341.f} {05341.p2-thinks} 
+tr {05340.t2} {05340.f} {05340.p5} -> {05340.p6} 
+tr {05340.t3|05341.t1} : a5339 {05340.f} {05341.p1} -> {05341.p3} 
+tr {05341.e} {05341.p6} {05341.p3} -> {05341.p4-eats} 
+tr {05341.t} {05341.p2-thinks} -> {05341.p1} {05341.p5} 
+tr {05341.t0|05342.t4} : b5340 {05342.p4-eats} -> {05341.f} {05342.f} {05342.p2-thinks} 
+tr {05341.t2} {05341.f} {05341.p5} -> {05341.p6} 
+tr {05341.t3|05342.t1} : a5340 {05341.f} {05342.p1} -> {05342.p3} 
+tr {05342.e} {05342.p6} {05342.p3} -> {05342.p4-eats} 
+tr {05342.t} {05342.p2-thinks} -> {05342.p1} {05342.p5} 
+tr {05342.t0|05343.t4} : b5341 {05343.p4-eats} -> {05342.f} {05343.f} {05343.p2-thinks} 
+tr {05342.t2} {05342.f} {05342.p5} -> {05342.p6} 
+tr {05342.t3|05343.t1} : a5341 {05342.f} {05343.p1} -> {05343.p3} 
+tr {05343.e} {05343.p6} {05343.p3} -> {05343.p4-eats} 
+tr {05343.t} {05343.p2-thinks} -> {05343.p1} {05343.p5} 
+tr {05343.t0|05344.t4} : b5342 {05344.p4-eats} -> {05343.f} {05344.f} {05344.p2-thinks} 
+tr {05343.t2} {05343.f} {05343.p5} -> {05343.p6} 
+tr {05343.t3|05344.t1} : a5342 {05343.f} {05344.p1} -> {05344.p3} 
+tr {05344.e} {05344.p6} {05344.p3} -> {05344.p4-eats} 
+tr {05344.t} {05344.p2-thinks} -> {05344.p1} {05344.p5} 
+tr {05344.t0|05345.t4} : b5343 {05345.p4-eats} -> {05344.f} {05345.f} {05345.p2-thinks} 
+tr {05344.t2} {05344.f} {05344.p5} -> {05344.p6} 
+tr {05344.t3|05345.t1} : a5343 {05344.f} {05345.p1} -> {05345.p3} 
+tr {05345.e} {05345.p6} {05345.p3} -> {05345.p4-eats} 
+tr {05345.t} {05345.p2-thinks} -> {05345.p1} {05345.p5} 
+tr {05345.t0|05346.t4} : b5344 {05346.p4-eats} -> {05345.f} {05346.f} {05346.p2-thinks} 
+tr {05345.t2} {05345.f} {05345.p5} -> {05345.p6} 
+tr {05345.t3|05346.t1} : a5344 {05345.f} {05346.p1} -> {05346.p3} 
+tr {05346.e} {05346.p6} {05346.p3} -> {05346.p4-eats} 
+tr {05346.t} {05346.p2-thinks} -> {05346.p1} {05346.p5} 
+tr {05346.t0|05347.t4} : b5345 {05347.p4-eats} -> {05346.f} {05347.f} {05347.p2-thinks} 
+tr {05346.t2} {05346.f} {05346.p5} -> {05346.p6} 
+tr {05346.t3|05347.t1} : a5345 {05346.f} {05347.p1} -> {05347.p3} 
+tr {05347.e} {05347.p6} {05347.p3} -> {05347.p4-eats} 
+tr {05347.t} {05347.p2-thinks} -> {05347.p1} {05347.p5} 
+tr {05347.t0|05348.t4} : b5346 {05348.p4-eats} -> {05347.f} {05348.f} {05348.p2-thinks} 
+tr {05347.t2} {05347.f} {05347.p5} -> {05347.p6} 
+tr {05347.t3|05348.t1} : a5346 {05347.f} {05348.p1} -> {05348.p3} 
+tr {05348.e} {05348.p6} {05348.p3} -> {05348.p4-eats} 
+tr {05348.t} {05348.p2-thinks} -> {05348.p1} {05348.p5} 
+tr {05348.t0|05349.t4} : b5347 {05349.p4-eats} -> {05348.f} {05349.f} {05349.p2-thinks} 
+tr {05348.t2} {05348.f} {05348.p5} -> {05348.p6} 
+tr {05348.t3|05349.t1} : a5347 {05348.f} {05349.p1} -> {05349.p3} 
+tr {05349.e} {05349.p6} {05349.p3} -> {05349.p4-eats} 
+tr {05349.t} {05349.p2-thinks} -> {05349.p1} {05349.p5} 
+tr {05349.t0|05350.t4} : b5348 {05350.p4-eats} -> {05349.f} {05350.f} {05350.p2-thinks} 
+tr {05349.t2} {05349.f} {05349.p5} -> {05349.p6} 
+tr {05349.t3|05350.t1} : a5348 {05349.f} {05350.p1} -> {05350.p3} 
+tr {05350.e} {05350.p6} {05350.p3} -> {05350.p4-eats} 
+tr {05350.t} {05350.p2-thinks} -> {05350.p1} {05350.p5} 
+tr {05350.t0|05351.t4} : b5349 {05351.p4-eats} -> {05350.f} {05351.f} {05351.p2-thinks} 
+tr {05350.t2} {05350.f} {05350.p5} -> {05350.p6} 
+tr {05350.t3|05351.t1} : a5349 {05350.f} {05351.p1} -> {05351.p3} 
+tr {05351.e} {05351.p6} {05351.p3} -> {05351.p4-eats} 
+tr {05351.t} {05351.p2-thinks} -> {05351.p1} {05351.p5} 
+tr {05351.t0|05352.t4} : b5350 {05352.p4-eats} -> {05351.f} {05352.f} {05352.p2-thinks} 
+tr {05351.t2} {05351.f} {05351.p5} -> {05351.p6} 
+tr {05351.t3|05352.t1} : a5350 {05351.f} {05352.p1} -> {05352.p3} 
+tr {05352.e} {05352.p6} {05352.p3} -> {05352.p4-eats} 
+tr {05352.t} {05352.p2-thinks} -> {05352.p1} {05352.p5} 
+tr {05352.t0|05353.t4} : b5351 {05353.p4-eats} -> {05352.f} {05353.f} {05353.p2-thinks} 
+tr {05352.t2} {05352.f} {05352.p5} -> {05352.p6} 
+tr {05352.t3|05353.t1} : a5351 {05352.f} {05353.p1} -> {05353.p3} 
+tr {05353.e} {05353.p6} {05353.p3} -> {05353.p4-eats} 
+tr {05353.t} {05353.p2-thinks} -> {05353.p1} {05353.p5} 
+tr {05353.t0|05354.t4} : b5352 {05354.p4-eats} -> {05353.f} {05354.f} {05354.p2-thinks} 
+tr {05353.t2} {05353.f} {05353.p5} -> {05353.p6} 
+tr {05353.t3|05354.t1} : a5352 {05353.f} {05354.p1} -> {05354.p3} 
+tr {05354.e} {05354.p6} {05354.p3} -> {05354.p4-eats} 
+tr {05354.t} {05354.p2-thinks} -> {05354.p1} {05354.p5} 
+tr {05354.t0|05355.t4} : b5353 {05355.p4-eats} -> {05354.f} {05355.f} {05355.p2-thinks} 
+tr {05354.t2} {05354.f} {05354.p5} -> {05354.p6} 
+tr {05354.t3|05355.t1} : a5353 {05354.f} {05355.p1} -> {05355.p3} 
+tr {05355.e} {05355.p6} {05355.p3} -> {05355.p4-eats} 
+tr {05355.t} {05355.p2-thinks} -> {05355.p1} {05355.p5} 
+tr {05355.t0|05356.t4} : b5354 {05356.p4-eats} -> {05355.f} {05356.f} {05356.p2-thinks} 
+tr {05355.t2} {05355.f} {05355.p5} -> {05355.p6} 
+tr {05355.t3|05356.t1} : a5354 {05355.f} {05356.p1} -> {05356.p3} 
+tr {05356.e} {05356.p6} {05356.p3} -> {05356.p4-eats} 
+tr {05356.t} {05356.p2-thinks} -> {05356.p1} {05356.p5} 
+tr {05356.t0|05357.t4} : b5355 {05357.p4-eats} -> {05356.f} {05357.f} {05357.p2-thinks} 
+tr {05356.t2} {05356.f} {05356.p5} -> {05356.p6} 
+tr {05356.t3|05357.t1} : a5355 {05356.f} {05357.p1} -> {05357.p3} 
+tr {05357.e} {05357.p6} {05357.p3} -> {05357.p4-eats} 
+tr {05357.t} {05357.p2-thinks} -> {05357.p1} {05357.p5} 
+tr {05357.t0|05358.t4} : b5356 {05358.p4-eats} -> {05357.f} {05358.f} {05358.p2-thinks} 
+tr {05357.t2} {05357.f} {05357.p5} -> {05357.p6} 
+tr {05357.t3|05358.t1} : a5356 {05357.f} {05358.p1} -> {05358.p3} 
+tr {05358.e} {05358.p6} {05358.p3} -> {05358.p4-eats} 
+tr {05358.t} {05358.p2-thinks} -> {05358.p1} {05358.p5} 
+tr {05358.t0|05359.t4} : b5357 {05359.p4-eats} -> {05358.f} {05359.f} {05359.p2-thinks} 
+tr {05358.t2} {05358.f} {05358.p5} -> {05358.p6} 
+tr {05358.t3|05359.t1} : a5357 {05358.f} {05359.p1} -> {05359.p3} 
+tr {05359.e} {05359.p6} {05359.p3} -> {05359.p4-eats} 
+tr {05359.t} {05359.p2-thinks} -> {05359.p1} {05359.p5} 
+tr {05359.t0|05360.t4} : b5358 {05360.p4-eats} -> {05359.f} {05360.f} {05360.p2-thinks} 
+tr {05359.t2} {05359.f} {05359.p5} -> {05359.p6} 
+tr {05359.t3|05360.t1} : a5358 {05359.f} {05360.p1} -> {05360.p3} 
+tr {05360.e} {05360.p6} {05360.p3} -> {05360.p4-eats} 
+tr {05360.t} {05360.p2-thinks} -> {05360.p1} {05360.p5} 
+tr {05360.t0|05361.t4} : b5359 {05361.p4-eats} -> {05360.f} {05361.f} {05361.p2-thinks} 
+tr {05360.t2} {05360.f} {05360.p5} -> {05360.p6} 
+tr {05360.t3|05361.t1} : a5359 {05360.f} {05361.p1} -> {05361.p3} 
+tr {05361.e} {05361.p6} {05361.p3} -> {05361.p4-eats} 
+tr {05361.t} {05361.p2-thinks} -> {05361.p1} {05361.p5} 
+tr {05361.t0|05362.t4} : b5360 {05362.p4-eats} -> {05361.f} {05362.f} {05362.p2-thinks} 
+tr {05361.t2} {05361.f} {05361.p5} -> {05361.p6} 
+tr {05361.t3|05362.t1} : a5360 {05361.f} {05362.p1} -> {05362.p3} 
+tr {05362.e} {05362.p6} {05362.p3} -> {05362.p4-eats} 
+tr {05362.t} {05362.p2-thinks} -> {05362.p1} {05362.p5} 
+tr {05362.t0|05363.t4} : b5361 {05363.p4-eats} -> {05362.f} {05363.f} {05363.p2-thinks} 
+tr {05362.t2} {05362.f} {05362.p5} -> {05362.p6} 
+tr {05362.t3|05363.t1} : a5361 {05362.f} {05363.p1} -> {05363.p3} 
+tr {05363.e} {05363.p6} {05363.p3} -> {05363.p4-eats} 
+tr {05363.t} {05363.p2-thinks} -> {05363.p1} {05363.p5} 
+tr {05363.t0|05364.t4} : b5362 {05364.p4-eats} -> {05363.f} {05364.f} {05364.p2-thinks} 
+tr {05363.t2} {05363.f} {05363.p5} -> {05363.p6} 
+tr {05363.t3|05364.t1} : a5362 {05363.f} {05364.p1} -> {05364.p3} 
+tr {05364.e} {05364.p6} {05364.p3} -> {05364.p4-eats} 
+tr {05364.t} {05364.p2-thinks} -> {05364.p1} {05364.p5} 
+tr {05364.t0|05365.t4} : b5363 {05365.p4-eats} -> {05364.f} {05365.f} {05365.p2-thinks} 
+tr {05364.t2} {05364.f} {05364.p5} -> {05364.p6} 
+tr {05364.t3|05365.t1} : a5363 {05364.f} {05365.p1} -> {05365.p3} 
+tr {05365.e} {05365.p6} {05365.p3} -> {05365.p4-eats} 
+tr {05365.t} {05365.p2-thinks} -> {05365.p1} {05365.p5} 
+tr {05365.t0|05366.t4} : b5364 {05366.p4-eats} -> {05365.f} {05366.f} {05366.p2-thinks} 
+tr {05365.t2} {05365.f} {05365.p5} -> {05365.p6} 
+tr {05365.t3|05366.t1} : a5364 {05365.f} {05366.p1} -> {05366.p3} 
+tr {05366.e} {05366.p6} {05366.p3} -> {05366.p4-eats} 
+tr {05366.t} {05366.p2-thinks} -> {05366.p1} {05366.p5} 
+tr {05366.t0|05367.t4} : b5365 {05367.p4-eats} -> {05366.f} {05367.f} {05367.p2-thinks} 
+tr {05366.t2} {05366.f} {05366.p5} -> {05366.p6} 
+tr {05366.t3|05367.t1} : a5365 {05366.f} {05367.p1} -> {05367.p3} 
+tr {05367.e} {05367.p6} {05367.p3} -> {05367.p4-eats} 
+tr {05367.t} {05367.p2-thinks} -> {05367.p1} {05367.p5} 
+tr {05367.t0|05368.t4} : b5366 {05368.p4-eats} -> {05367.f} {05368.f} {05368.p2-thinks} 
+tr {05367.t2} {05367.f} {05367.p5} -> {05367.p6} 
+tr {05367.t3|05368.t1} : a5366 {05367.f} {05368.p1} -> {05368.p3} 
+tr {05368.e} {05368.p6} {05368.p3} -> {05368.p4-eats} 
+tr {05368.t} {05368.p2-thinks} -> {05368.p1} {05368.p5} 
+tr {05368.t0|05369.t4} : b5367 {05369.p4-eats} -> {05368.f} {05369.f} {05369.p2-thinks} 
+tr {05368.t2} {05368.f} {05368.p5} -> {05368.p6} 
+tr {05368.t3|05369.t1} : a5367 {05368.f} {05369.p1} -> {05369.p3} 
+tr {05369.e} {05369.p6} {05369.p3} -> {05369.p4-eats} 
+tr {05369.t} {05369.p2-thinks} -> {05369.p1} {05369.p5} 
+tr {05369.t0|05370.t4} : b5368 {05370.p4-eats} -> {05369.f} {05370.f} {05370.p2-thinks} 
+tr {05369.t2} {05369.f} {05369.p5} -> {05369.p6} 
+tr {05369.t3|05370.t1} : a5368 {05369.f} {05370.p1} -> {05370.p3} 
+tr {05370.e} {05370.p6} {05370.p3} -> {05370.p4-eats} 
+tr {05370.t} {05370.p2-thinks} -> {05370.p1} {05370.p5} 
+tr {05370.t0|05371.t4} : b5369 {05371.p4-eats} -> {05370.f} {05371.f} {05371.p2-thinks} 
+tr {05370.t2} {05370.f} {05370.p5} -> {05370.p6} 
+tr {05370.t3|05371.t1} : a5369 {05370.f} {05371.p1} -> {05371.p3} 
+tr {05371.e} {05371.p6} {05371.p3} -> {05371.p4-eats} 
+tr {05371.t} {05371.p2-thinks} -> {05371.p1} {05371.p5} 
+tr {05371.t0|05372.t4} : b5370 {05372.p4-eats} -> {05371.f} {05372.f} {05372.p2-thinks} 
+tr {05371.t2} {05371.f} {05371.p5} -> {05371.p6} 
+tr {05371.t3|05372.t1} : a5370 {05371.f} {05372.p1} -> {05372.p3} 
+tr {05372.e} {05372.p6} {05372.p3} -> {05372.p4-eats} 
+tr {05372.t} {05372.p2-thinks} -> {05372.p1} {05372.p5} 
+tr {05372.t0|05373.t4} : b5371 {05373.p4-eats} -> {05372.f} {05373.f} {05373.p2-thinks} 
+tr {05372.t2} {05372.f} {05372.p5} -> {05372.p6} 
+tr {05372.t3|05373.t1} : a5371 {05372.f} {05373.p1} -> {05373.p3} 
+tr {05373.e} {05373.p6} {05373.p3} -> {05373.p4-eats} 
+tr {05373.t} {05373.p2-thinks} -> {05373.p1} {05373.p5} 
+tr {05373.t0|05374.t4} : b5372 {05374.p4-eats} -> {05373.f} {05374.f} {05374.p2-thinks} 
+tr {05373.t2} {05373.f} {05373.p5} -> {05373.p6} 
+tr {05373.t3|05374.t1} : a5372 {05373.f} {05374.p1} -> {05374.p3} 
+tr {05374.e} {05374.p6} {05374.p3} -> {05374.p4-eats} 
+tr {05374.t} {05374.p2-thinks} -> {05374.p1} {05374.p5} 
+tr {05374.t0|05375.t4} : b5373 {05375.p4-eats} -> {05374.f} {05375.f} {05375.p2-thinks} 
+tr {05374.t2} {05374.f} {05374.p5} -> {05374.p6} 
+tr {05374.t3|05375.t1} : a5373 {05374.f} {05375.p1} -> {05375.p3} 
+tr {05375.e} {05375.p6} {05375.p3} -> {05375.p4-eats} 
+tr {05375.t} {05375.p2-thinks} -> {05375.p1} {05375.p5} 
+tr {05375.t0|05376.t4} : b5374 {05376.p4-eats} -> {05375.f} {05376.f} {05376.p2-thinks} 
+tr {05375.t2} {05375.f} {05375.p5} -> {05375.p6} 
+tr {05375.t3|05376.t1} : a5374 {05375.f} {05376.p1} -> {05376.p3} 
+tr {05376.e} {05376.p6} {05376.p3} -> {05376.p4-eats} 
+tr {05376.t} {05376.p2-thinks} -> {05376.p1} {05376.p5} 
+tr {05376.t0|05377.t4} : b5375 {05377.p4-eats} -> {05376.f} {05377.f} {05377.p2-thinks} 
+tr {05376.t2} {05376.f} {05376.p5} -> {05376.p6} 
+tr {05376.t3|05377.t1} : a5375 {05376.f} {05377.p1} -> {05377.p3} 
+tr {05377.e} {05377.p6} {05377.p3} -> {05377.p4-eats} 
+tr {05377.t} {05377.p2-thinks} -> {05377.p1} {05377.p5} 
+tr {05377.t0|05378.t4} : b5376 {05378.p4-eats} -> {05377.f} {05378.f} {05378.p2-thinks} 
+tr {05377.t2} {05377.f} {05377.p5} -> {05377.p6} 
+tr {05377.t3|05378.t1} : a5376 {05377.f} {05378.p1} -> {05378.p3} 
+tr {05378.e} {05378.p6} {05378.p3} -> {05378.p4-eats} 
+tr {05378.t} {05378.p2-thinks} -> {05378.p1} {05378.p5} 
+tr {05378.t0|05379.t4} : b5377 {05379.p4-eats} -> {05378.f} {05379.f} {05379.p2-thinks} 
+tr {05378.t2} {05378.f} {05378.p5} -> {05378.p6} 
+tr {05378.t3|05379.t1} : a5377 {05378.f} {05379.p1} -> {05379.p3} 
+tr {05379.e} {05379.p6} {05379.p3} -> {05379.p4-eats} 
+tr {05379.t} {05379.p2-thinks} -> {05379.p1} {05379.p5} 
+tr {05379.t0|05380.t4} : b5378 {05380.p4-eats} -> {05379.f} {05380.f} {05380.p2-thinks} 
+tr {05379.t2} {05379.f} {05379.p5} -> {05379.p6} 
+tr {05379.t3|05380.t1} : a5378 {05379.f} {05380.p1} -> {05380.p3} 
+tr {05380.e} {05380.p6} {05380.p3} -> {05380.p4-eats} 
+tr {05380.t} {05380.p2-thinks} -> {05380.p1} {05380.p5} 
+tr {05380.t0|05381.t4} : b5379 {05381.p4-eats} -> {05380.f} {05381.f} {05381.p2-thinks} 
+tr {05380.t2} {05380.f} {05380.p5} -> {05380.p6} 
+tr {05380.t3|05381.t1} : a5379 {05380.f} {05381.p1} -> {05381.p3} 
+tr {05381.e} {05381.p6} {05381.p3} -> {05381.p4-eats} 
+tr {05381.t} {05381.p2-thinks} -> {05381.p1} {05381.p5} 
+tr {05381.t0|05382.t4} : b5380 {05382.p4-eats} -> {05381.f} {05382.f} {05382.p2-thinks} 
+tr {05381.t2} {05381.f} {05381.p5} -> {05381.p6} 
+tr {05381.t3|05382.t1} : a5380 {05381.f} {05382.p1} -> {05382.p3} 
+tr {05382.e} {05382.p6} {05382.p3} -> {05382.p4-eats} 
+tr {05382.t} {05382.p2-thinks} -> {05382.p1} {05382.p5} 
+tr {05382.t0|05383.t4} : b5381 {05383.p4-eats} -> {05382.f} {05383.f} {05383.p2-thinks} 
+tr {05382.t2} {05382.f} {05382.p5} -> {05382.p6} 
+tr {05382.t3|05383.t1} : a5381 {05382.f} {05383.p1} -> {05383.p3} 
+tr {05383.e} {05383.p6} {05383.p3} -> {05383.p4-eats} 
+tr {05383.t} {05383.p2-thinks} -> {05383.p1} {05383.p5} 
+tr {05383.t0|05384.t4} : b5382 {05384.p4-eats} -> {05383.f} {05384.f} {05384.p2-thinks} 
+tr {05383.t2} {05383.f} {05383.p5} -> {05383.p6} 
+tr {05383.t3|05384.t1} : a5382 {05383.f} {05384.p1} -> {05384.p3} 
+tr {05384.e} {05384.p6} {05384.p3} -> {05384.p4-eats} 
+tr {05384.t} {05384.p2-thinks} -> {05384.p1} {05384.p5} 
+tr {05384.t0|05385.t4} : b5383 {05385.p4-eats} -> {05384.f} {05385.f} {05385.p2-thinks} 
+tr {05384.t2} {05384.f} {05384.p5} -> {05384.p6} 
+tr {05384.t3|05385.t1} : a5383 {05384.f} {05385.p1} -> {05385.p3} 
+tr {05385.e} {05385.p6} {05385.p3} -> {05385.p4-eats} 
+tr {05385.t} {05385.p2-thinks} -> {05385.p1} {05385.p5} 
+tr {05385.t0|05386.t4} : b5384 {05386.p4-eats} -> {05385.f} {05386.f} {05386.p2-thinks} 
+tr {05385.t2} {05385.f} {05385.p5} -> {05385.p6} 
+tr {05385.t3|05386.t1} : a5384 {05385.f} {05386.p1} -> {05386.p3} 
+tr {05386.e} {05386.p6} {05386.p3} -> {05386.p4-eats} 
+tr {05386.t} {05386.p2-thinks} -> {05386.p1} {05386.p5} 
+tr {05386.t0|05387.t4} : b5385 {05387.p4-eats} -> {05386.f} {05387.f} {05387.p2-thinks} 
+tr {05386.t2} {05386.f} {05386.p5} -> {05386.p6} 
+tr {05386.t3|05387.t1} : a5385 {05386.f} {05387.p1} -> {05387.p3} 
+tr {05387.e} {05387.p6} {05387.p3} -> {05387.p4-eats} 
+tr {05387.t} {05387.p2-thinks} -> {05387.p1} {05387.p5} 
+tr {05387.t0|05388.t4} : b5386 {05388.p4-eats} -> {05387.f} {05388.f} {05388.p2-thinks} 
+tr {05387.t2} {05387.f} {05387.p5} -> {05387.p6} 
+tr {05387.t3|05388.t1} : a5386 {05387.f} {05388.p1} -> {05388.p3} 
+tr {05388.e} {05388.p6} {05388.p3} -> {05388.p4-eats} 
+tr {05388.t} {05388.p2-thinks} -> {05388.p1} {05388.p5} 
+tr {05388.t0|05389.t4} : b5387 {05389.p4-eats} -> {05388.f} {05389.f} {05389.p2-thinks} 
+tr {05388.t2} {05388.f} {05388.p5} -> {05388.p6} 
+tr {05388.t3|05389.t1} : a5387 {05388.f} {05389.p1} -> {05389.p3} 
+tr {05389.e} {05389.p6} {05389.p3} -> {05389.p4-eats} 
+tr {05389.t} {05389.p2-thinks} -> {05389.p1} {05389.p5} 
+tr {05389.t0|05390.t4} : b5388 {05390.p4-eats} -> {05389.f} {05390.f} {05390.p2-thinks} 
+tr {05389.t2} {05389.f} {05389.p5} -> {05389.p6} 
+tr {05389.t3|05390.t1} : a5388 {05389.f} {05390.p1} -> {05390.p3} 
+tr {05390.e} {05390.p6} {05390.p3} -> {05390.p4-eats} 
+tr {05390.t} {05390.p2-thinks} -> {05390.p1} {05390.p5} 
+tr {05390.t0|05391.t4} : b5389 {05391.p4-eats} -> {05390.f} {05391.f} {05391.p2-thinks} 
+tr {05390.t2} {05390.f} {05390.p5} -> {05390.p6} 
+tr {05390.t3|05391.t1} : a5389 {05390.f} {05391.p1} -> {05391.p3} 
+tr {05391.e} {05391.p6} {05391.p3} -> {05391.p4-eats} 
+tr {05391.t} {05391.p2-thinks} -> {05391.p1} {05391.p5} 
+tr {05391.t0|05392.t4} : b5390 {05392.p4-eats} -> {05391.f} {05392.f} {05392.p2-thinks} 
+tr {05391.t2} {05391.f} {05391.p5} -> {05391.p6} 
+tr {05391.t3|05392.t1} : a5390 {05391.f} {05392.p1} -> {05392.p3} 
+tr {05392.e} {05392.p6} {05392.p3} -> {05392.p4-eats} 
+tr {05392.t} {05392.p2-thinks} -> {05392.p1} {05392.p5} 
+tr {05392.t0|05393.t4} : b5391 {05393.p4-eats} -> {05392.f} {05393.f} {05393.p2-thinks} 
+tr {05392.t2} {05392.f} {05392.p5} -> {05392.p6} 
+tr {05392.t3|05393.t1} : a5391 {05392.f} {05393.p1} -> {05393.p3} 
+tr {05393.e} {05393.p6} {05393.p3} -> {05393.p4-eats} 
+tr {05393.t} {05393.p2-thinks} -> {05393.p1} {05393.p5} 
+tr {05393.t0|05394.t4} : b5392 {05394.p4-eats} -> {05393.f} {05394.f} {05394.p2-thinks} 
+tr {05393.t2} {05393.f} {05393.p5} -> {05393.p6} 
+tr {05393.t3|05394.t1} : a5392 {05393.f} {05394.p1} -> {05394.p3} 
+tr {05394.e} {05394.p6} {05394.p3} -> {05394.p4-eats} 
+tr {05394.t} {05394.p2-thinks} -> {05394.p1} {05394.p5} 
+tr {05394.t0|05395.t4} : b5393 {05395.p4-eats} -> {05394.f} {05395.f} {05395.p2-thinks} 
+tr {05394.t2} {05394.f} {05394.p5} -> {05394.p6} 
+tr {05394.t3|05395.t1} : a5393 {05394.f} {05395.p1} -> {05395.p3} 
+tr {05395.e} {05395.p6} {05395.p3} -> {05395.p4-eats} 
+tr {05395.t} {05395.p2-thinks} -> {05395.p1} {05395.p5} 
+tr {05395.t0|05396.t4} : b5394 {05396.p4-eats} -> {05395.f} {05396.f} {05396.p2-thinks} 
+tr {05395.t2} {05395.f} {05395.p5} -> {05395.p6} 
+tr {05395.t3|05396.t1} : a5394 {05395.f} {05396.p1} -> {05396.p3} 
+tr {05396.e} {05396.p6} {05396.p3} -> {05396.p4-eats} 
+tr {05396.t} {05396.p2-thinks} -> {05396.p1} {05396.p5} 
+tr {05396.t0|05397.t4} : b5395 {05397.p4-eats} -> {05396.f} {05397.f} {05397.p2-thinks} 
+tr {05396.t2} {05396.f} {05396.p5} -> {05396.p6} 
+tr {05396.t3|05397.t1} : a5395 {05396.f} {05397.p1} -> {05397.p3} 
+tr {05397.e} {05397.p6} {05397.p3} -> {05397.p4-eats} 
+tr {05397.t} {05397.p2-thinks} -> {05397.p1} {05397.p5} 
+tr {05397.t0|05398.t4} : b5396 {05398.p4-eats} -> {05397.f} {05398.f} {05398.p2-thinks} 
+tr {05397.t2} {05397.f} {05397.p5} -> {05397.p6} 
+tr {05397.t3|05398.t1} : a5396 {05397.f} {05398.p1} -> {05398.p3} 
+tr {05398.e} {05398.p6} {05398.p3} -> {05398.p4-eats} 
+tr {05398.t} {05398.p2-thinks} -> {05398.p1} {05398.p5} 
+tr {05398.t0|05399.t4} : b5397 {05399.p4-eats} -> {05398.f} {05399.f} {05399.p2-thinks} 
+tr {05398.t2} {05398.f} {05398.p5} -> {05398.p6} 
+tr {05398.t3|05399.t1} : a5397 {05398.f} {05399.p1} -> {05399.p3} 
+tr {05399.e} {05399.p6} {05399.p3} -> {05399.p4-eats} 
+tr {05399.t} {05399.p2-thinks} -> {05399.p1} {05399.p5} 
+tr {05399.t0|05400.t4} : b5398 {05400.p4-eats} -> {05399.f} {05400.f} {05400.p2-thinks} 
+tr {05399.t2} {05399.f} {05399.p5} -> {05399.p6} 
+tr {05399.t3|05400.t1} : a5398 {05399.f} {05400.p1} -> {05400.p3} 
+tr {05400.e} {05400.p6} {05400.p3} -> {05400.p4-eats} 
+tr {05400.t} {05400.p2-thinks} -> {05400.p1} {05400.p5} 
+tr {05400.t0|05401.t4} : b5399 {05401.p4-eats} -> {05400.f} {05401.f} {05401.p2-thinks} 
+tr {05400.t2} {05400.f} {05400.p5} -> {05400.p6} 
+tr {05400.t3|05401.t1} : a5399 {05400.f} {05401.p1} -> {05401.p3} 
+tr {05401.e} {05401.p6} {05401.p3} -> {05401.p4-eats} 
+tr {05401.t} {05401.p2-thinks} -> {05401.p1} {05401.p5} 
+tr {05401.t0|05402.t4} : b5400 {05402.p4-eats} -> {05401.f} {05402.f} {05402.p2-thinks} 
+tr {05401.t2} {05401.f} {05401.p5} -> {05401.p6} 
+tr {05401.t3|05402.t1} : a5400 {05401.f} {05402.p1} -> {05402.p3} 
+tr {05402.e} {05402.p6} {05402.p3} -> {05402.p4-eats} 
+tr {05402.t} {05402.p2-thinks} -> {05402.p1} {05402.p5} 
+tr {05402.t0|05403.t4} : b5401 {05403.p4-eats} -> {05402.f} {05403.f} {05403.p2-thinks} 
+tr {05402.t2} {05402.f} {05402.p5} -> {05402.p6} 
+tr {05402.t3|05403.t1} : a5401 {05402.f} {05403.p1} -> {05403.p3} 
+tr {05403.e} {05403.p6} {05403.p3} -> {05403.p4-eats} 
+tr {05403.t} {05403.p2-thinks} -> {05403.p1} {05403.p5} 
+tr {05403.t0|05404.t4} : b5402 {05404.p4-eats} -> {05403.f} {05404.f} {05404.p2-thinks} 
+tr {05403.t2} {05403.f} {05403.p5} -> {05403.p6} 
+tr {05403.t3|05404.t1} : a5402 {05403.f} {05404.p1} -> {05404.p3} 
+tr {05404.e} {05404.p6} {05404.p3} -> {05404.p4-eats} 
+tr {05404.t} {05404.p2-thinks} -> {05404.p1} {05404.p5} 
+tr {05404.t0|05405.t4} : b5403 {05405.p4-eats} -> {05404.f} {05405.f} {05405.p2-thinks} 
+tr {05404.t2} {05404.f} {05404.p5} -> {05404.p6} 
+tr {05404.t3|05405.t1} : a5403 {05404.f} {05405.p1} -> {05405.p3} 
+tr {05405.e} {05405.p6} {05405.p3} -> {05405.p4-eats} 
+tr {05405.t} {05405.p2-thinks} -> {05405.p1} {05405.p5} 
+tr {05405.t0|05406.t4} : b5404 {05406.p4-eats} -> {05405.f} {05406.f} {05406.p2-thinks} 
+tr {05405.t2} {05405.f} {05405.p5} -> {05405.p6} 
+tr {05405.t3|05406.t1} : a5404 {05405.f} {05406.p1} -> {05406.p3} 
+tr {05406.e} {05406.p6} {05406.p3} -> {05406.p4-eats} 
+tr {05406.t} {05406.p2-thinks} -> {05406.p1} {05406.p5} 
+tr {05406.t0|05407.t4} : b5405 {05407.p4-eats} -> {05406.f} {05407.f} {05407.p2-thinks} 
+tr {05406.t2} {05406.f} {05406.p5} -> {05406.p6} 
+tr {05406.t3|05407.t1} : a5405 {05406.f} {05407.p1} -> {05407.p3} 
+tr {05407.e} {05407.p6} {05407.p3} -> {05407.p4-eats} 
+tr {05407.t} {05407.p2-thinks} -> {05407.p1} {05407.p5} 
+tr {05407.t0|05408.t4} : b5406 {05408.p4-eats} -> {05407.f} {05408.f} {05408.p2-thinks} 
+tr {05407.t2} {05407.f} {05407.p5} -> {05407.p6} 
+tr {05407.t3|05408.t1} : a5406 {05407.f} {05408.p1} -> {05408.p3} 
+tr {05408.e} {05408.p6} {05408.p3} -> {05408.p4-eats} 
+tr {05408.t} {05408.p2-thinks} -> {05408.p1} {05408.p5} 
+tr {05408.t0|05409.t4} : b5407 {05409.p4-eats} -> {05408.f} {05409.f} {05409.p2-thinks} 
+tr {05408.t2} {05408.f} {05408.p5} -> {05408.p6} 
+tr {05408.t3|05409.t1} : a5407 {05408.f} {05409.p1} -> {05409.p3} 
+tr {05409.e} {05409.p6} {05409.p3} -> {05409.p4-eats} 
+tr {05409.t} {05409.p2-thinks} -> {05409.p1} {05409.p5} 
+tr {05409.t0|05410.t4} : b5408 {05410.p4-eats} -> {05409.f} {05410.f} {05410.p2-thinks} 
+tr {05409.t2} {05409.f} {05409.p5} -> {05409.p6} 
+tr {05409.t3|05410.t1} : a5408 {05409.f} {05410.p1} -> {05410.p3} 
+tr {05410.e} {05410.p6} {05410.p3} -> {05410.p4-eats} 
+tr {05410.t} {05410.p2-thinks} -> {05410.p1} {05410.p5} 
+tr {05410.t0|05411.t4} : b5409 {05411.p4-eats} -> {05410.f} {05411.f} {05411.p2-thinks} 
+tr {05410.t2} {05410.f} {05410.p5} -> {05410.p6} 
+tr {05410.t3|05411.t1} : a5409 {05410.f} {05411.p1} -> {05411.p3} 
+tr {05411.e} {05411.p6} {05411.p3} -> {05411.p4-eats} 
+tr {05411.t} {05411.p2-thinks} -> {05411.p1} {05411.p5} 
+tr {05411.t0|05412.t4} : b5410 {05412.p4-eats} -> {05411.f} {05412.f} {05412.p2-thinks} 
+tr {05411.t2} {05411.f} {05411.p5} -> {05411.p6} 
+tr {05411.t3|05412.t1} : a5410 {05411.f} {05412.p1} -> {05412.p3} 
+tr {05412.e} {05412.p6} {05412.p3} -> {05412.p4-eats} 
+tr {05412.t} {05412.p2-thinks} -> {05412.p1} {05412.p5} 
+tr {05412.t0|05413.t4} : b5411 {05413.p4-eats} -> {05412.f} {05413.f} {05413.p2-thinks} 
+tr {05412.t2} {05412.f} {05412.p5} -> {05412.p6} 
+tr {05412.t3|05413.t1} : a5411 {05412.f} {05413.p1} -> {05413.p3} 
+tr {05413.e} {05413.p6} {05413.p3} -> {05413.p4-eats} 
+tr {05413.t} {05413.p2-thinks} -> {05413.p1} {05413.p5} 
+tr {05413.t0|05414.t4} : b5412 {05414.p4-eats} -> {05413.f} {05414.f} {05414.p2-thinks} 
+tr {05413.t2} {05413.f} {05413.p5} -> {05413.p6} 
+tr {05413.t3|05414.t1} : a5412 {05413.f} {05414.p1} -> {05414.p3} 
+tr {05414.e} {05414.p6} {05414.p3} -> {05414.p4-eats} 
+tr {05414.t} {05414.p2-thinks} -> {05414.p1} {05414.p5} 
+tr {05414.t0|05415.t4} : b5413 {05415.p4-eats} -> {05414.f} {05415.f} {05415.p2-thinks} 
+tr {05414.t2} {05414.f} {05414.p5} -> {05414.p6} 
+tr {05414.t3|05415.t1} : a5413 {05414.f} {05415.p1} -> {05415.p3} 
+tr {05415.e} {05415.p6} {05415.p3} -> {05415.p4-eats} 
+tr {05415.t} {05415.p2-thinks} -> {05415.p1} {05415.p5} 
+tr {05415.t0|05416.t4} : b5414 {05416.p4-eats} -> {05415.f} {05416.f} {05416.p2-thinks} 
+tr {05415.t2} {05415.f} {05415.p5} -> {05415.p6} 
+tr {05415.t3|05416.t1} : a5414 {05415.f} {05416.p1} -> {05416.p3} 
+tr {05416.e} {05416.p6} {05416.p3} -> {05416.p4-eats} 
+tr {05416.t} {05416.p2-thinks} -> {05416.p1} {05416.p5} 
+tr {05416.t0|05417.t4} : b5415 {05417.p4-eats} -> {05416.f} {05417.f} {05417.p2-thinks} 
+tr {05416.t2} {05416.f} {05416.p5} -> {05416.p6} 
+tr {05416.t3|05417.t1} : a5415 {05416.f} {05417.p1} -> {05417.p3} 
+tr {05417.e} {05417.p6} {05417.p3} -> {05417.p4-eats} 
+tr {05417.t} {05417.p2-thinks} -> {05417.p1} {05417.p5} 
+tr {05417.t0|05418.t4} : b5416 {05418.p4-eats} -> {05417.f} {05418.f} {05418.p2-thinks} 
+tr {05417.t2} {05417.f} {05417.p5} -> {05417.p6} 
+tr {05417.t3|05418.t1} : a5416 {05417.f} {05418.p1} -> {05418.p3} 
+tr {05418.e} {05418.p6} {05418.p3} -> {05418.p4-eats} 
+tr {05418.t} {05418.p2-thinks} -> {05418.p1} {05418.p5} 
+tr {05418.t0|05419.t4} : b5417 {05419.p4-eats} -> {05418.f} {05419.f} {05419.p2-thinks} 
+tr {05418.t2} {05418.f} {05418.p5} -> {05418.p6} 
+tr {05418.t3|05419.t1} : a5417 {05418.f} {05419.p1} -> {05419.p3} 
+tr {05419.e} {05419.p6} {05419.p3} -> {05419.p4-eats} 
+tr {05419.t} {05419.p2-thinks} -> {05419.p1} {05419.p5} 
+tr {05419.t0|05420.t4} : b5418 {05420.p4-eats} -> {05419.f} {05420.f} {05420.p2-thinks} 
+tr {05419.t2} {05419.f} {05419.p5} -> {05419.p6} 
+tr {05419.t3|05420.t1} : a5418 {05419.f} {05420.p1} -> {05420.p3} 
+tr {05420.e} {05420.p6} {05420.p3} -> {05420.p4-eats} 
+tr {05420.t} {05420.p2-thinks} -> {05420.p1} {05420.p5} 
+tr {05420.t0|05421.t4} : b5419 {05421.p4-eats} -> {05420.f} {05421.f} {05421.p2-thinks} 
+tr {05420.t2} {05420.f} {05420.p5} -> {05420.p6} 
+tr {05420.t3|05421.t1} : a5419 {05420.f} {05421.p1} -> {05421.p3} 
+tr {05421.e} {05421.p6} {05421.p3} -> {05421.p4-eats} 
+tr {05421.t} {05421.p2-thinks} -> {05421.p1} {05421.p5} 
+tr {05421.t0|05422.t4} : b5420 {05422.p4-eats} -> {05421.f} {05422.f} {05422.p2-thinks} 
+tr {05421.t2} {05421.f} {05421.p5} -> {05421.p6} 
+tr {05421.t3|05422.t1} : a5420 {05421.f} {05422.p1} -> {05422.p3} 
+tr {05422.e} {05422.p6} {05422.p3} -> {05422.p4-eats} 
+tr {05422.t} {05422.p2-thinks} -> {05422.p1} {05422.p5} 
+tr {05422.t0|05423.t4} : b5421 {05423.p4-eats} -> {05422.f} {05423.f} {05423.p2-thinks} 
+tr {05422.t2} {05422.f} {05422.p5} -> {05422.p6} 
+tr {05422.t3|05423.t1} : a5421 {05422.f} {05423.p1} -> {05423.p3} 
+tr {05423.e} {05423.p6} {05423.p3} -> {05423.p4-eats} 
+tr {05423.t} {05423.p2-thinks} -> {05423.p1} {05423.p5} 
+tr {05423.t0|05424.t4} : b5422 {05424.p4-eats} -> {05423.f} {05424.f} {05424.p2-thinks} 
+tr {05423.t2} {05423.f} {05423.p5} -> {05423.p6} 
+tr {05423.t3|05424.t1} : a5422 {05423.f} {05424.p1} -> {05424.p3} 
+tr {05424.e} {05424.p6} {05424.p3} -> {05424.p4-eats} 
+tr {05424.t} {05424.p2-thinks} -> {05424.p1} {05424.p5} 
+tr {05424.t0|05425.t4} : b5423 {05425.p4-eats} -> {05424.f} {05425.f} {05425.p2-thinks} 
+tr {05424.t2} {05424.f} {05424.p5} -> {05424.p6} 
+tr {05424.t3|05425.t1} : a5423 {05424.f} {05425.p1} -> {05425.p3} 
+tr {05425.e} {05425.p6} {05425.p3} -> {05425.p4-eats} 
+tr {05425.t} {05425.p2-thinks} -> {05425.p1} {05425.p5} 
+tr {05425.t0|05426.t4} : b5424 {05426.p4-eats} -> {05425.f} {05426.f} {05426.p2-thinks} 
+tr {05425.t2} {05425.f} {05425.p5} -> {05425.p6} 
+tr {05425.t3|05426.t1} : a5424 {05425.f} {05426.p1} -> {05426.p3} 
+tr {05426.e} {05426.p6} {05426.p3} -> {05426.p4-eats} 
+tr {05426.t} {05426.p2-thinks} -> {05426.p1} {05426.p5} 
+tr {05426.t0|05427.t4} : b5425 {05427.p4-eats} -> {05426.f} {05427.f} {05427.p2-thinks} 
+tr {05426.t2} {05426.f} {05426.p5} -> {05426.p6} 
+tr {05426.t3|05427.t1} : a5425 {05426.f} {05427.p1} -> {05427.p3} 
+tr {05427.e} {05427.p6} {05427.p3} -> {05427.p4-eats} 
+tr {05427.t} {05427.p2-thinks} -> {05427.p1} {05427.p5} 
+tr {05427.t0|05428.t4} : b5426 {05428.p4-eats} -> {05427.f} {05428.f} {05428.p2-thinks} 
+tr {05427.t2} {05427.f} {05427.p5} -> {05427.p6} 
+tr {05427.t3|05428.t1} : a5426 {05427.f} {05428.p1} -> {05428.p3} 
+tr {05428.e} {05428.p6} {05428.p3} -> {05428.p4-eats} 
+tr {05428.t} {05428.p2-thinks} -> {05428.p1} {05428.p5} 
+tr {05428.t0|05429.t4} : b5427 {05429.p4-eats} -> {05428.f} {05429.f} {05429.p2-thinks} 
+tr {05428.t2} {05428.f} {05428.p5} -> {05428.p6} 
+tr {05428.t3|05429.t1} : a5427 {05428.f} {05429.p1} -> {05429.p3} 
+tr {05429.e} {05429.p6} {05429.p3} -> {05429.p4-eats} 
+tr {05429.t} {05429.p2-thinks} -> {05429.p1} {05429.p5} 
+tr {05429.t0|05430.t4} : b5428 {05430.p4-eats} -> {05429.f} {05430.f} {05430.p2-thinks} 
+tr {05429.t2} {05429.f} {05429.p5} -> {05429.p6} 
+tr {05429.t3|05430.t1} : a5428 {05429.f} {05430.p1} -> {05430.p3} 
+tr {05430.e} {05430.p6} {05430.p3} -> {05430.p4-eats} 
+tr {05430.t} {05430.p2-thinks} -> {05430.p1} {05430.p5} 
+tr {05430.t0|05431.t4} : b5429 {05431.p4-eats} -> {05430.f} {05431.f} {05431.p2-thinks} 
+tr {05430.t2} {05430.f} {05430.p5} -> {05430.p6} 
+tr {05430.t3|05431.t1} : a5429 {05430.f} {05431.p1} -> {05431.p3} 
+tr {05431.e} {05431.p6} {05431.p3} -> {05431.p4-eats} 
+tr {05431.t} {05431.p2-thinks} -> {05431.p1} {05431.p5} 
+tr {05431.t0|05432.t4} : b5430 {05432.p4-eats} -> {05431.f} {05432.f} {05432.p2-thinks} 
+tr {05431.t2} {05431.f} {05431.p5} -> {05431.p6} 
+tr {05431.t3|05432.t1} : a5430 {05431.f} {05432.p1} -> {05432.p3} 
+tr {05432.e} {05432.p6} {05432.p3} -> {05432.p4-eats} 
+tr {05432.t} {05432.p2-thinks} -> {05432.p1} {05432.p5} 
+tr {05432.t0|05433.t4} : b5431 {05433.p4-eats} -> {05432.f} {05433.f} {05433.p2-thinks} 
+tr {05432.t2} {05432.f} {05432.p5} -> {05432.p6} 
+tr {05432.t3|05433.t1} : a5431 {05432.f} {05433.p1} -> {05433.p3} 
+tr {05433.e} {05433.p6} {05433.p3} -> {05433.p4-eats} 
+tr {05433.t} {05433.p2-thinks} -> {05433.p1} {05433.p5} 
+tr {05433.t0|05434.t4} : b5432 {05434.p4-eats} -> {05433.f} {05434.f} {05434.p2-thinks} 
+tr {05433.t2} {05433.f} {05433.p5} -> {05433.p6} 
+tr {05433.t3|05434.t1} : a5432 {05433.f} {05434.p1} -> {05434.p3} 
+tr {05434.e} {05434.p6} {05434.p3} -> {05434.p4-eats} 
+tr {05434.t} {05434.p2-thinks} -> {05434.p1} {05434.p5} 
+tr {05434.t0|05435.t4} : b5433 {05435.p4-eats} -> {05434.f} {05435.f} {05435.p2-thinks} 
+tr {05434.t2} {05434.f} {05434.p5} -> {05434.p6} 
+tr {05434.t3|05435.t1} : a5433 {05434.f} {05435.p1} -> {05435.p3} 
+tr {05435.e} {05435.p6} {05435.p3} -> {05435.p4-eats} 
+tr {05435.t} {05435.p2-thinks} -> {05435.p1} {05435.p5} 
+tr {05435.t0|05436.t4} : b5434 {05436.p4-eats} -> {05435.f} {05436.f} {05436.p2-thinks} 
+tr {05435.t2} {05435.f} {05435.p5} -> {05435.p6} 
+tr {05435.t3|05436.t1} : a5434 {05435.f} {05436.p1} -> {05436.p3} 
+tr {05436.e} {05436.p6} {05436.p3} -> {05436.p4-eats} 
+tr {05436.t} {05436.p2-thinks} -> {05436.p1} {05436.p5} 
+tr {05436.t0|05437.t4} : b5435 {05437.p4-eats} -> {05436.f} {05437.f} {05437.p2-thinks} 
+tr {05436.t2} {05436.f} {05436.p5} -> {05436.p6} 
+tr {05436.t3|05437.t1} : a5435 {05436.f} {05437.p1} -> {05437.p3} 
+tr {05437.e} {05437.p6} {05437.p3} -> {05437.p4-eats} 
+tr {05437.t} {05437.p2-thinks} -> {05437.p1} {05437.p5} 
+tr {05437.t0|05438.t4} : b5436 {05438.p4-eats} -> {05437.f} {05438.f} {05438.p2-thinks} 
+tr {05437.t2} {05437.f} {05437.p5} -> {05437.p6} 
+tr {05437.t3|05438.t1} : a5436 {05437.f} {05438.p1} -> {05438.p3} 
+tr {05438.e} {05438.p6} {05438.p3} -> {05438.p4-eats} 
+tr {05438.t} {05438.p2-thinks} -> {05438.p1} {05438.p5} 
+tr {05438.t0|05439.t4} : b5437 {05439.p4-eats} -> {05438.f} {05439.f} {05439.p2-thinks} 
+tr {05438.t2} {05438.f} {05438.p5} -> {05438.p6} 
+tr {05438.t3|05439.t1} : a5437 {05438.f} {05439.p1} -> {05439.p3} 
+tr {05439.e} {05439.p6} {05439.p3} -> {05439.p4-eats} 
+tr {05439.t} {05439.p2-thinks} -> {05439.p1} {05439.p5} 
+tr {05439.t0|05440.t4} : b5438 {05440.p4-eats} -> {05439.f} {05440.f} {05440.p2-thinks} 
+tr {05439.t2} {05439.f} {05439.p5} -> {05439.p6} 
+tr {05439.t3|05440.t1} : a5438 {05439.f} {05440.p1} -> {05440.p3} 
+tr {05440.e} {05440.p6} {05440.p3} -> {05440.p4-eats} 
+tr {05440.t} {05440.p2-thinks} -> {05440.p1} {05440.p5} 
+tr {05440.t0|05441.t4} : b5439 {05441.p4-eats} -> {05440.f} {05441.f} {05441.p2-thinks} 
+tr {05440.t2} {05440.f} {05440.p5} -> {05440.p6} 
+tr {05440.t3|05441.t1} : a5439 {05440.f} {05441.p1} -> {05441.p3} 
+tr {05441.e} {05441.p6} {05441.p3} -> {05441.p4-eats} 
+tr {05441.t} {05441.p2-thinks} -> {05441.p1} {05441.p5} 
+tr {05441.t0|05442.t4} : b5440 {05442.p4-eats} -> {05441.f} {05442.f} {05442.p2-thinks} 
+tr {05441.t2} {05441.f} {05441.p5} -> {05441.p6} 
+tr {05441.t3|05442.t1} : a5440 {05441.f} {05442.p1} -> {05442.p3} 
+tr {05442.e} {05442.p6} {05442.p3} -> {05442.p4-eats} 
+tr {05442.t} {05442.p2-thinks} -> {05442.p1} {05442.p5} 
+tr {05442.t0|05443.t4} : b5441 {05443.p4-eats} -> {05442.f} {05443.f} {05443.p2-thinks} 
+tr {05442.t2} {05442.f} {05442.p5} -> {05442.p6} 
+tr {05442.t3|05443.t1} : a5441 {05442.f} {05443.p1} -> {05443.p3} 
+tr {05443.e} {05443.p6} {05443.p3} -> {05443.p4-eats} 
+tr {05443.t} {05443.p2-thinks} -> {05443.p1} {05443.p5} 
+tr {05443.t0|05444.t4} : b5442 {05444.p4-eats} -> {05443.f} {05444.f} {05444.p2-thinks} 
+tr {05443.t2} {05443.f} {05443.p5} -> {05443.p6} 
+tr {05443.t3|05444.t1} : a5442 {05443.f} {05444.p1} -> {05444.p3} 
+tr {05444.e} {05444.p6} {05444.p3} -> {05444.p4-eats} 
+tr {05444.t} {05444.p2-thinks} -> {05444.p1} {05444.p5} 
+tr {05444.t0|05445.t4} : b5443 {05445.p4-eats} -> {05444.f} {05445.f} {05445.p2-thinks} 
+tr {05444.t2} {05444.f} {05444.p5} -> {05444.p6} 
+tr {05444.t3|05445.t1} : a5443 {05444.f} {05445.p1} -> {05445.p3} 
+tr {05445.e} {05445.p6} {05445.p3} -> {05445.p4-eats} 
+tr {05445.t} {05445.p2-thinks} -> {05445.p1} {05445.p5} 
+tr {05445.t0|05446.t4} : b5444 {05446.p4-eats} -> {05445.f} {05446.f} {05446.p2-thinks} 
+tr {05445.t2} {05445.f} {05445.p5} -> {05445.p6} 
+tr {05445.t3|05446.t1} : a5444 {05445.f} {05446.p1} -> {05446.p3} 
+tr {05446.e} {05446.p6} {05446.p3} -> {05446.p4-eats} 
+tr {05446.t} {05446.p2-thinks} -> {05446.p1} {05446.p5} 
+tr {05446.t0|05447.t4} : b5445 {05447.p4-eats} -> {05446.f} {05447.f} {05447.p2-thinks} 
+tr {05446.t2} {05446.f} {05446.p5} -> {05446.p6} 
+tr {05446.t3|05447.t1} : a5445 {05446.f} {05447.p1} -> {05447.p3} 
+tr {05447.e} {05447.p6} {05447.p3} -> {05447.p4-eats} 
+tr {05447.t} {05447.p2-thinks} -> {05447.p1} {05447.p5} 
+tr {05447.t0|05448.t4} : b5446 {05448.p4-eats} -> {05447.f} {05448.f} {05448.p2-thinks} 
+tr {05447.t2} {05447.f} {05447.p5} -> {05447.p6} 
+tr {05447.t3|05448.t1} : a5446 {05447.f} {05448.p1} -> {05448.p3} 
+tr {05448.e} {05448.p6} {05448.p3} -> {05448.p4-eats} 
+tr {05448.t} {05448.p2-thinks} -> {05448.p1} {05448.p5} 
+tr {05448.t0|05449.t4} : b5447 {05449.p4-eats} -> {05448.f} {05449.f} {05449.p2-thinks} 
+tr {05448.t2} {05448.f} {05448.p5} -> {05448.p6} 
+tr {05448.t3|05449.t1} : a5447 {05448.f} {05449.p1} -> {05449.p3} 
+tr {05449.e} {05449.p6} {05449.p3} -> {05449.p4-eats} 
+tr {05449.t} {05449.p2-thinks} -> {05449.p1} {05449.p5} 
+tr {05449.t0|05450.t4} : b5448 {05450.p4-eats} -> {05449.f} {05450.f} {05450.p2-thinks} 
+tr {05449.t2} {05449.f} {05449.p5} -> {05449.p6} 
+tr {05449.t3|05450.t1} : a5448 {05449.f} {05450.p1} -> {05450.p3} 
+tr {05450.e} {05450.p6} {05450.p3} -> {05450.p4-eats} 
+tr {05450.t} {05450.p2-thinks} -> {05450.p1} {05450.p5} 
+tr {05450.t0|05451.t4} : b5449 {05451.p4-eats} -> {05450.f} {05451.f} {05451.p2-thinks} 
+tr {05450.t2} {05450.f} {05450.p5} -> {05450.p6} 
+tr {05450.t3|05451.t1} : a5449 {05450.f} {05451.p1} -> {05451.p3} 
+tr {05451.e} {05451.p6} {05451.p3} -> {05451.p4-eats} 
+tr {05451.t} {05451.p2-thinks} -> {05451.p1} {05451.p5} 
+tr {05451.t0|05452.t4} : b5450 {05452.p4-eats} -> {05451.f} {05452.f} {05452.p2-thinks} 
+tr {05451.t2} {05451.f} {05451.p5} -> {05451.p6} 
+tr {05451.t3|05452.t1} : a5450 {05451.f} {05452.p1} -> {05452.p3} 
+tr {05452.e} {05452.p6} {05452.p3} -> {05452.p4-eats} 
+tr {05452.t} {05452.p2-thinks} -> {05452.p1} {05452.p5} 
+tr {05452.t0|05453.t4} : b5451 {05453.p4-eats} -> {05452.f} {05453.f} {05453.p2-thinks} 
+tr {05452.t2} {05452.f} {05452.p5} -> {05452.p6} 
+tr {05452.t3|05453.t1} : a5451 {05452.f} {05453.p1} -> {05453.p3} 
+tr {05453.e} {05453.p6} {05453.p3} -> {05453.p4-eats} 
+tr {05453.t} {05453.p2-thinks} -> {05453.p1} {05453.p5} 
+tr {05453.t0|05454.t4} : b5452 {05454.p4-eats} -> {05453.f} {05454.f} {05454.p2-thinks} 
+tr {05453.t2} {05453.f} {05453.p5} -> {05453.p6} 
+tr {05453.t3|05454.t1} : a5452 {05453.f} {05454.p1} -> {05454.p3} 
+tr {05454.e} {05454.p6} {05454.p3} -> {05454.p4-eats} 
+tr {05454.t} {05454.p2-thinks} -> {05454.p1} {05454.p5} 
+tr {05454.t0|05455.t4} : b5453 {05455.p4-eats} -> {05454.f} {05455.f} {05455.p2-thinks} 
+tr {05454.t2} {05454.f} {05454.p5} -> {05454.p6} 
+tr {05454.t3|05455.t1} : a5453 {05454.f} {05455.p1} -> {05455.p3} 
+tr {05455.e} {05455.p6} {05455.p3} -> {05455.p4-eats} 
+tr {05455.t} {05455.p2-thinks} -> {05455.p1} {05455.p5} 
+tr {05455.t0|05456.t4} : b5454 {05456.p4-eats} -> {05455.f} {05456.f} {05456.p2-thinks} 
+tr {05455.t2} {05455.f} {05455.p5} -> {05455.p6} 
+tr {05455.t3|05456.t1} : a5454 {05455.f} {05456.p1} -> {05456.p3} 
+tr {05456.e} {05456.p6} {05456.p3} -> {05456.p4-eats} 
+tr {05456.t} {05456.p2-thinks} -> {05456.p1} {05456.p5} 
+tr {05456.t0|05457.t4} : b5455 {05457.p4-eats} -> {05456.f} {05457.f} {05457.p2-thinks} 
+tr {05456.t2} {05456.f} {05456.p5} -> {05456.p6} 
+tr {05456.t3|05457.t1} : a5455 {05456.f} {05457.p1} -> {05457.p3} 
+tr {05457.e} {05457.p6} {05457.p3} -> {05457.p4-eats} 
+tr {05457.t} {05457.p2-thinks} -> {05457.p1} {05457.p5} 
+tr {05457.t0|05458.t4} : b5456 {05458.p4-eats} -> {05457.f} {05458.f} {05458.p2-thinks} 
+tr {05457.t2} {05457.f} {05457.p5} -> {05457.p6} 
+tr {05457.t3|05458.t1} : a5456 {05457.f} {05458.p1} -> {05458.p3} 
+tr {05458.e} {05458.p6} {05458.p3} -> {05458.p4-eats} 
+tr {05458.t} {05458.p2-thinks} -> {05458.p1} {05458.p5} 
+tr {05458.t0|05459.t4} : b5457 {05459.p4-eats} -> {05458.f} {05459.f} {05459.p2-thinks} 
+tr {05458.t2} {05458.f} {05458.p5} -> {05458.p6} 
+tr {05458.t3|05459.t1} : a5457 {05458.f} {05459.p1} -> {05459.p3} 
+tr {05459.e} {05459.p6} {05459.p3} -> {05459.p4-eats} 
+tr {05459.t} {05459.p2-thinks} -> {05459.p1} {05459.p5} 
+tr {05459.t0|05460.t4} : b5458 {05460.p4-eats} -> {05459.f} {05460.f} {05460.p2-thinks} 
+tr {05459.t2} {05459.f} {05459.p5} -> {05459.p6} 
+tr {05459.t3|05460.t1} : a5458 {05459.f} {05460.p1} -> {05460.p3} 
+tr {05460.e} {05460.p6} {05460.p3} -> {05460.p4-eats} 
+tr {05460.t} {05460.p2-thinks} -> {05460.p1} {05460.p5} 
+tr {05460.t0|05461.t4} : b5459 {05461.p4-eats} -> {05460.f} {05461.f} {05461.p2-thinks} 
+tr {05460.t2} {05460.f} {05460.p5} -> {05460.p6} 
+tr {05460.t3|05461.t1} : a5459 {05460.f} {05461.p1} -> {05461.p3} 
+tr {05461.e} {05461.p6} {05461.p3} -> {05461.p4-eats} 
+tr {05461.t} {05461.p2-thinks} -> {05461.p1} {05461.p5} 
+tr {05461.t0|05462.t4} : b5460 {05462.p4-eats} -> {05461.f} {05462.f} {05462.p2-thinks} 
+tr {05461.t2} {05461.f} {05461.p5} -> {05461.p6} 
+tr {05461.t3|05462.t1} : a5460 {05461.f} {05462.p1} -> {05462.p3} 
+tr {05462.e} {05462.p6} {05462.p3} -> {05462.p4-eats} 
+tr {05462.t} {05462.p2-thinks} -> {05462.p1} {05462.p5} 
+tr {05462.t0|05463.t4} : b5461 {05463.p4-eats} -> {05462.f} {05463.f} {05463.p2-thinks} 
+tr {05462.t2} {05462.f} {05462.p5} -> {05462.p6} 
+tr {05462.t3|05463.t1} : a5461 {05462.f} {05463.p1} -> {05463.p3} 
+tr {05463.e} {05463.p6} {05463.p3} -> {05463.p4-eats} 
+tr {05463.t} {05463.p2-thinks} -> {05463.p1} {05463.p5} 
+tr {05463.t0|05464.t4} : b5462 {05464.p4-eats} -> {05463.f} {05464.f} {05464.p2-thinks} 
+tr {05463.t2} {05463.f} {05463.p5} -> {05463.p6} 
+tr {05463.t3|05464.t1} : a5462 {05463.f} {05464.p1} -> {05464.p3} 
+tr {05464.e} {05464.p6} {05464.p3} -> {05464.p4-eats} 
+tr {05464.t} {05464.p2-thinks} -> {05464.p1} {05464.p5} 
+tr {05464.t0|05465.t4} : b5463 {05465.p4-eats} -> {05464.f} {05465.f} {05465.p2-thinks} 
+tr {05464.t2} {05464.f} {05464.p5} -> {05464.p6} 
+tr {05464.t3|05465.t1} : a5463 {05464.f} {05465.p1} -> {05465.p3} 
+tr {05465.e} {05465.p6} {05465.p3} -> {05465.p4-eats} 
+tr {05465.t} {05465.p2-thinks} -> {05465.p1} {05465.p5} 
+tr {05465.t0|05466.t4} : b5464 {05466.p4-eats} -> {05465.f} {05466.f} {05466.p2-thinks} 
+tr {05465.t2} {05465.f} {05465.p5} -> {05465.p6} 
+tr {05465.t3|05466.t1} : a5464 {05465.f} {05466.p1} -> {05466.p3} 
+tr {05466.e} {05466.p6} {05466.p3} -> {05466.p4-eats} 
+tr {05466.t} {05466.p2-thinks} -> {05466.p1} {05466.p5} 
+tr {05466.t0|05467.t4} : b5465 {05467.p4-eats} -> {05466.f} {05467.f} {05467.p2-thinks} 
+tr {05466.t2} {05466.f} {05466.p5} -> {05466.p6} 
+tr {05466.t3|05467.t1} : a5465 {05466.f} {05467.p1} -> {05467.p3} 
+tr {05467.e} {05467.p6} {05467.p3} -> {05467.p4-eats} 
+tr {05467.t} {05467.p2-thinks} -> {05467.p1} {05467.p5} 
+tr {05467.t0|05468.t4} : b5466 {05468.p4-eats} -> {05467.f} {05468.f} {05468.p2-thinks} 
+tr {05467.t2} {05467.f} {05467.p5} -> {05467.p6} 
+tr {05467.t3|05468.t1} : a5466 {05467.f} {05468.p1} -> {05468.p3} 
+tr {05468.e} {05468.p6} {05468.p3} -> {05468.p4-eats} 
+tr {05468.t} {05468.p2-thinks} -> {05468.p1} {05468.p5} 
+tr {05468.t0|05469.t4} : b5467 {05469.p4-eats} -> {05468.f} {05469.f} {05469.p2-thinks} 
+tr {05468.t2} {05468.f} {05468.p5} -> {05468.p6} 
+tr {05468.t3|05469.t1} : a5467 {05468.f} {05469.p1} -> {05469.p3} 
+tr {05469.e} {05469.p6} {05469.p3} -> {05469.p4-eats} 
+tr {05469.t} {05469.p2-thinks} -> {05469.p1} {05469.p5} 
+tr {05469.t0|05470.t4} : b5468 {05470.p4-eats} -> {05469.f} {05470.f} {05470.p2-thinks} 
+tr {05469.t2} {05469.f} {05469.p5} -> {05469.p6} 
+tr {05469.t3|05470.t1} : a5468 {05469.f} {05470.p1} -> {05470.p3} 
+tr {05470.e} {05470.p6} {05470.p3} -> {05470.p4-eats} 
+tr {05470.t} {05470.p2-thinks} -> {05470.p1} {05470.p5} 
+tr {05470.t0|05471.t4} : b5469 {05471.p4-eats} -> {05470.f} {05471.f} {05471.p2-thinks} 
+tr {05470.t2} {05470.f} {05470.p5} -> {05470.p6} 
+tr {05470.t3|05471.t1} : a5469 {05470.f} {05471.p1} -> {05471.p3} 
+tr {05471.e} {05471.p6} {05471.p3} -> {05471.p4-eats} 
+tr {05471.t} {05471.p2-thinks} -> {05471.p1} {05471.p5} 
+tr {05471.t0|05472.t4} : b5470 {05472.p4-eats} -> {05471.f} {05472.f} {05472.p2-thinks} 
+tr {05471.t2} {05471.f} {05471.p5} -> {05471.p6} 
+tr {05471.t3|05472.t1} : a5470 {05471.f} {05472.p1} -> {05472.p3} 
+tr {05472.e} {05472.p6} {05472.p3} -> {05472.p4-eats} 
+tr {05472.t} {05472.p2-thinks} -> {05472.p1} {05472.p5} 
+tr {05472.t0|05473.t4} : b5471 {05473.p4-eats} -> {05472.f} {05473.f} {05473.p2-thinks} 
+tr {05472.t2} {05472.f} {05472.p5} -> {05472.p6} 
+tr {05472.t3|05473.t1} : a5471 {05472.f} {05473.p1} -> {05473.p3} 
+tr {05473.e} {05473.p6} {05473.p3} -> {05473.p4-eats} 
+tr {05473.t} {05473.p2-thinks} -> {05473.p1} {05473.p5} 
+tr {05473.t0|05474.t4} : b5472 {05474.p4-eats} -> {05473.f} {05474.f} {05474.p2-thinks} 
+tr {05473.t2} {05473.f} {05473.p5} -> {05473.p6} 
+tr {05473.t3|05474.t1} : a5472 {05473.f} {05474.p1} -> {05474.p3} 
+tr {05474.e} {05474.p6} {05474.p3} -> {05474.p4-eats} 
+tr {05474.t} {05474.p2-thinks} -> {05474.p1} {05474.p5} 
+tr {05474.t0|05475.t4} : b5473 {05475.p4-eats} -> {05474.f} {05475.f} {05475.p2-thinks} 
+tr {05474.t2} {05474.f} {05474.p5} -> {05474.p6} 
+tr {05474.t3|05475.t1} : a5473 {05474.f} {05475.p1} -> {05475.p3} 
+tr {05475.e} {05475.p6} {05475.p3} -> {05475.p4-eats} 
+tr {05475.t} {05475.p2-thinks} -> {05475.p1} {05475.p5} 
+tr {05475.t0|05476.t4} : b5474 {05476.p4-eats} -> {05475.f} {05476.f} {05476.p2-thinks} 
+tr {05475.t2} {05475.f} {05475.p5} -> {05475.p6} 
+tr {05475.t3|05476.t1} : a5474 {05475.f} {05476.p1} -> {05476.p3} 
+tr {05476.e} {05476.p6} {05476.p3} -> {05476.p4-eats} 
+tr {05476.t} {05476.p2-thinks} -> {05476.p1} {05476.p5} 
+tr {05476.t0|05477.t4} : b5475 {05477.p4-eats} -> {05476.f} {05477.f} {05477.p2-thinks} 
+tr {05476.t2} {05476.f} {05476.p5} -> {05476.p6} 
+tr {05476.t3|05477.t1} : a5475 {05476.f} {05477.p1} -> {05477.p3} 
+tr {05477.e} {05477.p6} {05477.p3} -> {05477.p4-eats} 
+tr {05477.t} {05477.p2-thinks} -> {05477.p1} {05477.p5} 
+tr {05477.t0|05478.t4} : b5476 {05478.p4-eats} -> {05477.f} {05478.f} {05478.p2-thinks} 
+tr {05477.t2} {05477.f} {05477.p5} -> {05477.p6} 
+tr {05477.t3|05478.t1} : a5476 {05477.f} {05478.p1} -> {05478.p3} 
+tr {05478.e} {05478.p6} {05478.p3} -> {05478.p4-eats} 
+tr {05478.t} {05478.p2-thinks} -> {05478.p1} {05478.p5} 
+tr {05478.t0|05479.t4} : b5477 {05479.p4-eats} -> {05478.f} {05479.f} {05479.p2-thinks} 
+tr {05478.t2} {05478.f} {05478.p5} -> {05478.p6} 
+tr {05478.t3|05479.t1} : a5477 {05478.f} {05479.p1} -> {05479.p3} 
+tr {05479.e} {05479.p6} {05479.p3} -> {05479.p4-eats} 
+tr {05479.t} {05479.p2-thinks} -> {05479.p1} {05479.p5} 
+tr {05479.t0|05480.t4} : b5478 {05480.p4-eats} -> {05479.f} {05480.f} {05480.p2-thinks} 
+tr {05479.t2} {05479.f} {05479.p5} -> {05479.p6} 
+tr {05479.t3|05480.t1} : a5478 {05479.f} {05480.p1} -> {05480.p3} 
+tr {05480.e} {05480.p6} {05480.p3} -> {05480.p4-eats} 
+tr {05480.t} {05480.p2-thinks} -> {05480.p1} {05480.p5} 
+tr {05480.t0|05481.t4} : b5479 {05481.p4-eats} -> {05480.f} {05481.f} {05481.p2-thinks} 
+tr {05480.t2} {05480.f} {05480.p5} -> {05480.p6} 
+tr {05480.t3|05481.t1} : a5479 {05480.f} {05481.p1} -> {05481.p3} 
+tr {05481.e} {05481.p6} {05481.p3} -> {05481.p4-eats} 
+tr {05481.t} {05481.p2-thinks} -> {05481.p1} {05481.p5} 
+tr {05481.t0|05482.t4} : b5480 {05482.p4-eats} -> {05481.f} {05482.f} {05482.p2-thinks} 
+tr {05481.t2} {05481.f} {05481.p5} -> {05481.p6} 
+tr {05481.t3|05482.t1} : a5480 {05481.f} {05482.p1} -> {05482.p3} 
+tr {05482.e} {05482.p6} {05482.p3} -> {05482.p4-eats} 
+tr {05482.t} {05482.p2-thinks} -> {05482.p1} {05482.p5} 
+tr {05482.t0|05483.t4} : b5481 {05483.p4-eats} -> {05482.f} {05483.f} {05483.p2-thinks} 
+tr {05482.t2} {05482.f} {05482.p5} -> {05482.p6} 
+tr {05482.t3|05483.t1} : a5481 {05482.f} {05483.p1} -> {05483.p3} 
+tr {05483.e} {05483.p6} {05483.p3} -> {05483.p4-eats} 
+tr {05483.t} {05483.p2-thinks} -> {05483.p1} {05483.p5} 
+tr {05483.t0|05484.t4} : b5482 {05484.p4-eats} -> {05483.f} {05484.f} {05484.p2-thinks} 
+tr {05483.t2} {05483.f} {05483.p5} -> {05483.p6} 
+tr {05483.t3|05484.t1} : a5482 {05483.f} {05484.p1} -> {05484.p3} 
+tr {05484.e} {05484.p6} {05484.p3} -> {05484.p4-eats} 
+tr {05484.t} {05484.p2-thinks} -> {05484.p1} {05484.p5} 
+tr {05484.t0|05485.t4} : b5483 {05485.p4-eats} -> {05484.f} {05485.f} {05485.p2-thinks} 
+tr {05484.t2} {05484.f} {05484.p5} -> {05484.p6} 
+tr {05484.t3|05485.t1} : a5483 {05484.f} {05485.p1} -> {05485.p3} 
+tr {05485.e} {05485.p6} {05485.p3} -> {05485.p4-eats} 
+tr {05485.t} {05485.p2-thinks} -> {05485.p1} {05485.p5} 
+tr {05485.t0|05486.t4} : b5484 {05486.p4-eats} -> {05485.f} {05486.f} {05486.p2-thinks} 
+tr {05485.t2} {05485.f} {05485.p5} -> {05485.p6} 
+tr {05485.t3|05486.t1} : a5484 {05485.f} {05486.p1} -> {05486.p3} 
+tr {05486.e} {05486.p6} {05486.p3} -> {05486.p4-eats} 
+tr {05486.t} {05486.p2-thinks} -> {05486.p1} {05486.p5} 
+tr {05486.t0|05487.t4} : b5485 {05487.p4-eats} -> {05486.f} {05487.f} {05487.p2-thinks} 
+tr {05486.t2} {05486.f} {05486.p5} -> {05486.p6} 
+tr {05486.t3|05487.t1} : a5485 {05486.f} {05487.p1} -> {05487.p3} 
+tr {05487.e} {05487.p6} {05487.p3} -> {05487.p4-eats} 
+tr {05487.t} {05487.p2-thinks} -> {05487.p1} {05487.p5} 
+tr {05487.t0|05488.t4} : b5486 {05488.p4-eats} -> {05487.f} {05488.f} {05488.p2-thinks} 
+tr {05487.t2} {05487.f} {05487.p5} -> {05487.p6} 
+tr {05487.t3|05488.t1} : a5486 {05487.f} {05488.p1} -> {05488.p3} 
+tr {05488.e} {05488.p6} {05488.p3} -> {05488.p4-eats} 
+tr {05488.t} {05488.p2-thinks} -> {05488.p1} {05488.p5} 
+tr {05488.t0|05489.t4} : b5487 {05489.p4-eats} -> {05488.f} {05489.f} {05489.p2-thinks} 
+tr {05488.t2} {05488.f} {05488.p5} -> {05488.p6} 
+tr {05488.t3|05489.t1} : a5487 {05488.f} {05489.p1} -> {05489.p3} 
+tr {05489.e} {05489.p6} {05489.p3} -> {05489.p4-eats} 
+tr {05489.t} {05489.p2-thinks} -> {05489.p1} {05489.p5} 
+tr {05489.t0|05490.t4} : b5488 {05490.p4-eats} -> {05489.f} {05490.f} {05490.p2-thinks} 
+tr {05489.t2} {05489.f} {05489.p5} -> {05489.p6} 
+tr {05489.t3|05490.t1} : a5488 {05489.f} {05490.p1} -> {05490.p3} 
+tr {05490.e} {05490.p6} {05490.p3} -> {05490.p4-eats} 
+tr {05490.t} {05490.p2-thinks} -> {05490.p1} {05490.p5} 
+tr {05490.t0|05491.t4} : b5489 {05491.p4-eats} -> {05490.f} {05491.f} {05491.p2-thinks} 
+tr {05490.t2} {05490.f} {05490.p5} -> {05490.p6} 
+tr {05490.t3|05491.t1} : a5489 {05490.f} {05491.p1} -> {05491.p3} 
+tr {05491.e} {05491.p6} {05491.p3} -> {05491.p4-eats} 
+tr {05491.t} {05491.p2-thinks} -> {05491.p1} {05491.p5} 
+tr {05491.t0|05492.t4} : b5490 {05492.p4-eats} -> {05491.f} {05492.f} {05492.p2-thinks} 
+tr {05491.t2} {05491.f} {05491.p5} -> {05491.p6} 
+tr {05491.t3|05492.t1} : a5490 {05491.f} {05492.p1} -> {05492.p3} 
+tr {05492.e} {05492.p6} {05492.p3} -> {05492.p4-eats} 
+tr {05492.t} {05492.p2-thinks} -> {05492.p1} {05492.p5} 
+tr {05492.t0|05493.t4} : b5491 {05493.p4-eats} -> {05492.f} {05493.f} {05493.p2-thinks} 
+tr {05492.t2} {05492.f} {05492.p5} -> {05492.p6} 
+tr {05492.t3|05493.t1} : a5491 {05492.f} {05493.p1} -> {05493.p3} 
+tr {05493.e} {05493.p6} {05493.p3} -> {05493.p4-eats} 
+tr {05493.t} {05493.p2-thinks} -> {05493.p1} {05493.p5} 
+tr {05493.t0|05494.t4} : b5492 {05494.p4-eats} -> {05493.f} {05494.f} {05494.p2-thinks} 
+tr {05493.t2} {05493.f} {05493.p5} -> {05493.p6} 
+tr {05493.t3|05494.t1} : a5492 {05493.f} {05494.p1} -> {05494.p3} 
+tr {05494.e} {05494.p6} {05494.p3} -> {05494.p4-eats} 
+tr {05494.t} {05494.p2-thinks} -> {05494.p1} {05494.p5} 
+tr {05494.t0|05495.t4} : b5493 {05495.p4-eats} -> {05494.f} {05495.f} {05495.p2-thinks} 
+tr {05494.t2} {05494.f} {05494.p5} -> {05494.p6} 
+tr {05494.t3|05495.t1} : a5493 {05494.f} {05495.p1} -> {05495.p3} 
+tr {05495.e} {05495.p6} {05495.p3} -> {05495.p4-eats} 
+tr {05495.t} {05495.p2-thinks} -> {05495.p1} {05495.p5} 
+tr {05495.t0|05496.t4} : b5494 {05496.p4-eats} -> {05495.f} {05496.f} {05496.p2-thinks} 
+tr {05495.t2} {05495.f} {05495.p5} -> {05495.p6} 
+tr {05495.t3|05496.t1} : a5494 {05495.f} {05496.p1} -> {05496.p3} 
+tr {05496.e} {05496.p6} {05496.p3} -> {05496.p4-eats} 
+tr {05496.t} {05496.p2-thinks} -> {05496.p1} {05496.p5} 
+tr {05496.t0|05497.t4} : b5495 {05497.p4-eats} -> {05496.f} {05497.f} {05497.p2-thinks} 
+tr {05496.t2} {05496.f} {05496.p5} -> {05496.p6} 
+tr {05496.t3|05497.t1} : a5495 {05496.f} {05497.p1} -> {05497.p3} 
+tr {05497.e} {05497.p6} {05497.p3} -> {05497.p4-eats} 
+tr {05497.t} {05497.p2-thinks} -> {05497.p1} {05497.p5} 
+tr {05497.t0|05498.t4} : b5496 {05498.p4-eats} -> {05497.f} {05498.f} {05498.p2-thinks} 
+tr {05497.t2} {05497.f} {05497.p5} -> {05497.p6} 
+tr {05497.t3|05498.t1} : a5496 {05497.f} {05498.p1} -> {05498.p3} 
+tr {05498.e} {05498.p6} {05498.p3} -> {05498.p4-eats} 
+tr {05498.t} {05498.p2-thinks} -> {05498.p1} {05498.p5} 
+tr {05498.t0|05499.t4} : b5497 {05499.p4-eats} -> {05498.f} {05499.f} {05499.p2-thinks} 
+tr {05498.t2} {05498.f} {05498.p5} -> {05498.p6} 
+tr {05498.t3|05499.t1} : a5497 {05498.f} {05499.p1} -> {05499.p3} 
+tr {05499.e} {05499.p6} {05499.p3} -> {05499.p4-eats} 
+tr {05499.t} {05499.p2-thinks} -> {05499.p1} {05499.p5} 
+tr {05499.t0|05500.t4} : b5498 {05500.p4-eats} -> {05499.f} {05500.f} {05500.p2-thinks} 
+tr {05499.t2} {05499.f} {05499.p5} -> {05499.p6} 
+tr {05499.t3|05500.t1} : a5498 {05499.f} {05500.p1} -> {05500.p3} 
+tr {05500.e} {05500.p6} {05500.p3} -> {05500.p4-eats} 
+tr {05500.t} {05500.p2-thinks} -> {05500.p1} {05500.p5} 
+tr {05500.t0|05501.t4} : b5499 {05501.p4-eats} -> {05500.f} {05501.f} {05501.p2-thinks} 
+tr {05500.t2} {05500.f} {05500.p5} -> {05500.p6} 
+tr {05500.t3|05501.t1} : a5499 {05500.f} {05501.p1} -> {05501.p3} 
+tr {05501.e} {05501.p6} {05501.p3} -> {05501.p4-eats} 
+tr {05501.t} {05501.p2-thinks} -> {05501.p1} {05501.p5} 
+tr {05501.t0|05502.t4} : b5500 {05502.p4-eats} -> {05501.f} {05502.f} {05502.p2-thinks} 
+tr {05501.t2} {05501.f} {05501.p5} -> {05501.p6} 
+tr {05501.t3|05502.t1} : a5500 {05501.f} {05502.p1} -> {05502.p3} 
+tr {05502.e} {05502.p6} {05502.p3} -> {05502.p4-eats} 
+tr {05502.t} {05502.p2-thinks} -> {05502.p1} {05502.p5} 
+tr {05502.t0|05503.t4} : b5501 {05503.p4-eats} -> {05502.f} {05503.f} {05503.p2-thinks} 
+tr {05502.t2} {05502.f} {05502.p5} -> {05502.p6} 
+tr {05502.t3|05503.t1} : a5501 {05502.f} {05503.p1} -> {05503.p3} 
+tr {05503.e} {05503.p6} {05503.p3} -> {05503.p4-eats} 
+tr {05503.t} {05503.p2-thinks} -> {05503.p1} {05503.p5} 
+tr {05503.t0|05504.t4} : b5502 {05504.p4-eats} -> {05503.f} {05504.f} {05504.p2-thinks} 
+tr {05503.t2} {05503.f} {05503.p5} -> {05503.p6} 
+tr {05503.t3|05504.t1} : a5502 {05503.f} {05504.p1} -> {05504.p3} 
+tr {05504.e} {05504.p6} {05504.p3} -> {05504.p4-eats} 
+tr {05504.t} {05504.p2-thinks} -> {05504.p1} {05504.p5} 
+tr {05504.t0|05505.t4} : b5503 {05505.p4-eats} -> {05504.f} {05505.f} {05505.p2-thinks} 
+tr {05504.t2} {05504.f} {05504.p5} -> {05504.p6} 
+tr {05504.t3|05505.t1} : a5503 {05504.f} {05505.p1} -> {05505.p3} 
+tr {05505.e} {05505.p6} {05505.p3} -> {05505.p4-eats} 
+tr {05505.t} {05505.p2-thinks} -> {05505.p1} {05505.p5} 
+tr {05505.t0|05506.t4} : b5504 {05506.p4-eats} -> {05505.f} {05506.f} {05506.p2-thinks} 
+tr {05505.t2} {05505.f} {05505.p5} -> {05505.p6} 
+tr {05505.t3|05506.t1} : a5504 {05505.f} {05506.p1} -> {05506.p3} 
+tr {05506.e} {05506.p6} {05506.p3} -> {05506.p4-eats} 
+tr {05506.t} {05506.p2-thinks} -> {05506.p1} {05506.p5} 
+tr {05506.t0|05507.t4} : b5505 {05507.p4-eats} -> {05506.f} {05507.f} {05507.p2-thinks} 
+tr {05506.t2} {05506.f} {05506.p5} -> {05506.p6} 
+tr {05506.t3|05507.t1} : a5505 {05506.f} {05507.p1} -> {05507.p3} 
+tr {05507.e} {05507.p6} {05507.p3} -> {05507.p4-eats} 
+tr {05507.t} {05507.p2-thinks} -> {05507.p1} {05507.p5} 
+tr {05507.t0|05508.t4} : b5506 {05508.p4-eats} -> {05507.f} {05508.f} {05508.p2-thinks} 
+tr {05507.t2} {05507.f} {05507.p5} -> {05507.p6} 
+tr {05507.t3|05508.t1} : a5506 {05507.f} {05508.p1} -> {05508.p3} 
+tr {05508.e} {05508.p6} {05508.p3} -> {05508.p4-eats} 
+tr {05508.t} {05508.p2-thinks} -> {05508.p1} {05508.p5} 
+tr {05508.t0|05509.t4} : b5507 {05509.p4-eats} -> {05508.f} {05509.f} {05509.p2-thinks} 
+tr {05508.t2} {05508.f} {05508.p5} -> {05508.p6} 
+tr {05508.t3|05509.t1} : a5507 {05508.f} {05509.p1} -> {05509.p3} 
+tr {05509.e} {05509.p6} {05509.p3} -> {05509.p4-eats} 
+tr {05509.t} {05509.p2-thinks} -> {05509.p1} {05509.p5} 
+tr {05509.t0|05510.t4} : b5508 {05510.p4-eats} -> {05509.f} {05510.f} {05510.p2-thinks} 
+tr {05509.t2} {05509.f} {05509.p5} -> {05509.p6} 
+tr {05509.t3|05510.t1} : a5508 {05509.f} {05510.p1} -> {05510.p3} 
+tr {05510.e} {05510.p6} {05510.p3} -> {05510.p4-eats} 
+tr {05510.t} {05510.p2-thinks} -> {05510.p1} {05510.p5} 
+tr {05510.t0|05511.t4} : b5509 {05511.p4-eats} -> {05510.f} {05511.f} {05511.p2-thinks} 
+tr {05510.t2} {05510.f} {05510.p5} -> {05510.p6} 
+tr {05510.t3|05511.t1} : a5509 {05510.f} {05511.p1} -> {05511.p3} 
+tr {05511.e} {05511.p6} {05511.p3} -> {05511.p4-eats} 
+tr {05511.t} {05511.p2-thinks} -> {05511.p1} {05511.p5} 
+tr {05511.t0|05512.t4} : b5510 {05512.p4-eats} -> {05511.f} {05512.f} {05512.p2-thinks} 
+tr {05511.t2} {05511.f} {05511.p5} -> {05511.p6} 
+tr {05511.t3|05512.t1} : a5510 {05511.f} {05512.p1} -> {05512.p3} 
+tr {05512.e} {05512.p6} {05512.p3} -> {05512.p4-eats} 
+tr {05512.t} {05512.p2-thinks} -> {05512.p1} {05512.p5} 
+tr {05512.t0|05513.t4} : b5511 {05513.p4-eats} -> {05512.f} {05513.f} {05513.p2-thinks} 
+tr {05512.t2} {05512.f} {05512.p5} -> {05512.p6} 
+tr {05512.t3|05513.t1} : a5511 {05512.f} {05513.p1} -> {05513.p3} 
+tr {05513.e} {05513.p6} {05513.p3} -> {05513.p4-eats} 
+tr {05513.t} {05513.p2-thinks} -> {05513.p1} {05513.p5} 
+tr {05513.t0|05514.t4} : b5512 {05514.p4-eats} -> {05513.f} {05514.f} {05514.p2-thinks} 
+tr {05513.t2} {05513.f} {05513.p5} -> {05513.p6} 
+tr {05513.t3|05514.t1} : a5512 {05513.f} {05514.p1} -> {05514.p3} 
+tr {05514.e} {05514.p6} {05514.p3} -> {05514.p4-eats} 
+tr {05514.t} {05514.p2-thinks} -> {05514.p1} {05514.p5} 
+tr {05514.t0|05515.t4} : b5513 {05515.p4-eats} -> {05514.f} {05515.f} {05515.p2-thinks} 
+tr {05514.t2} {05514.f} {05514.p5} -> {05514.p6} 
+tr {05514.t3|05515.t1} : a5513 {05514.f} {05515.p1} -> {05515.p3} 
+tr {05515.e} {05515.p6} {05515.p3} -> {05515.p4-eats} 
+tr {05515.t} {05515.p2-thinks} -> {05515.p1} {05515.p5} 
+tr {05515.t0|05516.t4} : b5514 {05516.p4-eats} -> {05515.f} {05516.f} {05516.p2-thinks} 
+tr {05515.t2} {05515.f} {05515.p5} -> {05515.p6} 
+tr {05515.t3|05516.t1} : a5514 {05515.f} {05516.p1} -> {05516.p3} 
+tr {05516.e} {05516.p6} {05516.p3} -> {05516.p4-eats} 
+tr {05516.t} {05516.p2-thinks} -> {05516.p1} {05516.p5} 
+tr {05516.t0|05517.t4} : b5515 {05517.p4-eats} -> {05516.f} {05517.f} {05517.p2-thinks} 
+tr {05516.t2} {05516.f} {05516.p5} -> {05516.p6} 
+tr {05516.t3|05517.t1} : a5515 {05516.f} {05517.p1} -> {05517.p3} 
+tr {05517.e} {05517.p6} {05517.p3} -> {05517.p4-eats} 
+tr {05517.t} {05517.p2-thinks} -> {05517.p1} {05517.p5} 
+tr {05517.t0|05518.t4} : b5516 {05518.p4-eats} -> {05517.f} {05518.f} {05518.p2-thinks} 
+tr {05517.t2} {05517.f} {05517.p5} -> {05517.p6} 
+tr {05517.t3|05518.t1} : a5516 {05517.f} {05518.p1} -> {05518.p3} 
+tr {05518.e} {05518.p6} {05518.p3} -> {05518.p4-eats} 
+tr {05518.t} {05518.p2-thinks} -> {05518.p1} {05518.p5} 
+tr {05518.t0|05519.t4} : b5517 {05519.p4-eats} -> {05518.f} {05519.f} {05519.p2-thinks} 
+tr {05518.t2} {05518.f} {05518.p5} -> {05518.p6} 
+tr {05518.t3|05519.t1} : a5517 {05518.f} {05519.p1} -> {05519.p3} 
+tr {05519.e} {05519.p6} {05519.p3} -> {05519.p4-eats} 
+tr {05519.t} {05519.p2-thinks} -> {05519.p1} {05519.p5} 
+tr {05519.t0|05520.t4} : b5518 {05520.p4-eats} -> {05519.f} {05520.f} {05520.p2-thinks} 
+tr {05519.t2} {05519.f} {05519.p5} -> {05519.p6} 
+tr {05519.t3|05520.t1} : a5518 {05519.f} {05520.p1} -> {05520.p3} 
+tr {05520.e} {05520.p6} {05520.p3} -> {05520.p4-eats} 
+tr {05520.t} {05520.p2-thinks} -> {05520.p1} {05520.p5} 
+tr {05520.t0|05521.t4} : b5519 {05521.p4-eats} -> {05520.f} {05521.f} {05521.p2-thinks} 
+tr {05520.t2} {05520.f} {05520.p5} -> {05520.p6} 
+tr {05520.t3|05521.t1} : a5519 {05520.f} {05521.p1} -> {05521.p3} 
+tr {05521.e} {05521.p6} {05521.p3} -> {05521.p4-eats} 
+tr {05521.t} {05521.p2-thinks} -> {05521.p1} {05521.p5} 
+tr {05521.t0|05522.t4} : b5520 {05522.p4-eats} -> {05521.f} {05522.f} {05522.p2-thinks} 
+tr {05521.t2} {05521.f} {05521.p5} -> {05521.p6} 
+tr {05521.t3|05522.t1} : a5520 {05521.f} {05522.p1} -> {05522.p3} 
+tr {05522.e} {05522.p6} {05522.p3} -> {05522.p4-eats} 
+tr {05522.t} {05522.p2-thinks} -> {05522.p1} {05522.p5} 
+tr {05522.t0|05523.t4} : b5521 {05523.p4-eats} -> {05522.f} {05523.f} {05523.p2-thinks} 
+tr {05522.t2} {05522.f} {05522.p5} -> {05522.p6} 
+tr {05522.t3|05523.t1} : a5521 {05522.f} {05523.p1} -> {05523.p3} 
+tr {05523.e} {05523.p6} {05523.p3} -> {05523.p4-eats} 
+tr {05523.t} {05523.p2-thinks} -> {05523.p1} {05523.p5} 
+tr {05523.t0|05524.t4} : b5522 {05524.p4-eats} -> {05523.f} {05524.f} {05524.p2-thinks} 
+tr {05523.t2} {05523.f} {05523.p5} -> {05523.p6} 
+tr {05523.t3|05524.t1} : a5522 {05523.f} {05524.p1} -> {05524.p3} 
+tr {05524.e} {05524.p6} {05524.p3} -> {05524.p4-eats} 
+tr {05524.t} {05524.p2-thinks} -> {05524.p1} {05524.p5} 
+tr {05524.t0|05525.t4} : b5523 {05525.p4-eats} -> {05524.f} {05525.f} {05525.p2-thinks} 
+tr {05524.t2} {05524.f} {05524.p5} -> {05524.p6} 
+tr {05524.t3|05525.t1} : a5523 {05524.f} {05525.p1} -> {05525.p3} 
+tr {05525.e} {05525.p6} {05525.p3} -> {05525.p4-eats} 
+tr {05525.t} {05525.p2-thinks} -> {05525.p1} {05525.p5} 
+tr {05525.t0|05526.t4} : b5524 {05526.p4-eats} -> {05525.f} {05526.f} {05526.p2-thinks} 
+tr {05525.t2} {05525.f} {05525.p5} -> {05525.p6} 
+tr {05525.t3|05526.t1} : a5524 {05525.f} {05526.p1} -> {05526.p3} 
+tr {05526.e} {05526.p6} {05526.p3} -> {05526.p4-eats} 
+tr {05526.t} {05526.p2-thinks} -> {05526.p1} {05526.p5} 
+tr {05526.t0|05527.t4} : b5525 {05527.p4-eats} -> {05526.f} {05527.f} {05527.p2-thinks} 
+tr {05526.t2} {05526.f} {05526.p5} -> {05526.p6} 
+tr {05526.t3|05527.t1} : a5525 {05526.f} {05527.p1} -> {05527.p3} 
+tr {05527.e} {05527.p6} {05527.p3} -> {05527.p4-eats} 
+tr {05527.t} {05527.p2-thinks} -> {05527.p1} {05527.p5} 
+tr {05527.t0|05528.t4} : b5526 {05528.p4-eats} -> {05527.f} {05528.f} {05528.p2-thinks} 
+tr {05527.t2} {05527.f} {05527.p5} -> {05527.p6} 
+tr {05527.t3|05528.t1} : a5526 {05527.f} {05528.p1} -> {05528.p3} 
+tr {05528.e} {05528.p6} {05528.p3} -> {05528.p4-eats} 
+tr {05528.t} {05528.p2-thinks} -> {05528.p1} {05528.p5} 
+tr {05528.t0|05529.t4} : b5527 {05529.p4-eats} -> {05528.f} {05529.f} {05529.p2-thinks} 
+tr {05528.t2} {05528.f} {05528.p5} -> {05528.p6} 
+tr {05528.t3|05529.t1} : a5527 {05528.f} {05529.p1} -> {05529.p3} 
+tr {05529.e} {05529.p6} {05529.p3} -> {05529.p4-eats} 
+tr {05529.t} {05529.p2-thinks} -> {05529.p1} {05529.p5} 
+tr {05529.t0|05530.t4} : b5528 {05530.p4-eats} -> {05529.f} {05530.f} {05530.p2-thinks} 
+tr {05529.t2} {05529.f} {05529.p5} -> {05529.p6} 
+tr {05529.t3|05530.t1} : a5528 {05529.f} {05530.p1} -> {05530.p3} 
+tr {05530.e} {05530.p6} {05530.p3} -> {05530.p4-eats} 
+tr {05530.t} {05530.p2-thinks} -> {05530.p1} {05530.p5} 
+tr {05530.t0|05531.t4} : b5529 {05531.p4-eats} -> {05530.f} {05531.f} {05531.p2-thinks} 
+tr {05530.t2} {05530.f} {05530.p5} -> {05530.p6} 
+tr {05530.t3|05531.t1} : a5529 {05530.f} {05531.p1} -> {05531.p3} 
+tr {05531.e} {05531.p6} {05531.p3} -> {05531.p4-eats} 
+tr {05531.t} {05531.p2-thinks} -> {05531.p1} {05531.p5} 
+tr {05531.t0|05532.t4} : b5530 {05532.p4-eats} -> {05531.f} {05532.f} {05532.p2-thinks} 
+tr {05531.t2} {05531.f} {05531.p5} -> {05531.p6} 
+tr {05531.t3|05532.t1} : a5530 {05531.f} {05532.p1} -> {05532.p3} 
+tr {05532.e} {05532.p6} {05532.p3} -> {05532.p4-eats} 
+tr {05532.t} {05532.p2-thinks} -> {05532.p1} {05532.p5} 
+tr {05532.t0|05533.t4} : b5531 {05533.p4-eats} -> {05532.f} {05533.f} {05533.p2-thinks} 
+tr {05532.t2} {05532.f} {05532.p5} -> {05532.p6} 
+tr {05532.t3|05533.t1} : a5531 {05532.f} {05533.p1} -> {05533.p3} 
+tr {05533.e} {05533.p6} {05533.p3} -> {05533.p4-eats} 
+tr {05533.t} {05533.p2-thinks} -> {05533.p1} {05533.p5} 
+tr {05533.t0|05534.t4} : b5532 {05534.p4-eats} -> {05533.f} {05534.f} {05534.p2-thinks} 
+tr {05533.t2} {05533.f} {05533.p5} -> {05533.p6} 
+tr {05533.t3|05534.t1} : a5532 {05533.f} {05534.p1} -> {05534.p3} 
+tr {05534.e} {05534.p6} {05534.p3} -> {05534.p4-eats} 
+tr {05534.t} {05534.p2-thinks} -> {05534.p1} {05534.p5} 
+tr {05534.t0|05535.t4} : b5533 {05535.p4-eats} -> {05534.f} {05535.f} {05535.p2-thinks} 
+tr {05534.t2} {05534.f} {05534.p5} -> {05534.p6} 
+tr {05534.t3|05535.t1} : a5533 {05534.f} {05535.p1} -> {05535.p3} 
+tr {05535.e} {05535.p6} {05535.p3} -> {05535.p4-eats} 
+tr {05535.t} {05535.p2-thinks} -> {05535.p1} {05535.p5} 
+tr {05535.t0|05536.t4} : b5534 {05536.p4-eats} -> {05535.f} {05536.f} {05536.p2-thinks} 
+tr {05535.t2} {05535.f} {05535.p5} -> {05535.p6} 
+tr {05535.t3|05536.t1} : a5534 {05535.f} {05536.p1} -> {05536.p3} 
+tr {05536.e} {05536.p6} {05536.p3} -> {05536.p4-eats} 
+tr {05536.t} {05536.p2-thinks} -> {05536.p1} {05536.p5} 
+tr {05536.t0|05537.t4} : b5535 {05537.p4-eats} -> {05536.f} {05537.f} {05537.p2-thinks} 
+tr {05536.t2} {05536.f} {05536.p5} -> {05536.p6} 
+tr {05536.t3|05537.t1} : a5535 {05536.f} {05537.p1} -> {05537.p3} 
+tr {05537.e} {05537.p6} {05537.p3} -> {05537.p4-eats} 
+tr {05537.t} {05537.p2-thinks} -> {05537.p1} {05537.p5} 
+tr {05537.t0|05538.t4} : b5536 {05538.p4-eats} -> {05537.f} {05538.f} {05538.p2-thinks} 
+tr {05537.t2} {05537.f} {05537.p5} -> {05537.p6} 
+tr {05537.t3|05538.t1} : a5536 {05537.f} {05538.p1} -> {05538.p3} 
+tr {05538.e} {05538.p6} {05538.p3} -> {05538.p4-eats} 
+tr {05538.t} {05538.p2-thinks} -> {05538.p1} {05538.p5} 
+tr {05538.t0|05539.t4} : b5537 {05539.p4-eats} -> {05538.f} {05539.f} {05539.p2-thinks} 
+tr {05538.t2} {05538.f} {05538.p5} -> {05538.p6} 
+tr {05538.t3|05539.t1} : a5537 {05538.f} {05539.p1} -> {05539.p3} 
+tr {05539.e} {05539.p6} {05539.p3} -> {05539.p4-eats} 
+tr {05539.t} {05539.p2-thinks} -> {05539.p1} {05539.p5} 
+tr {05539.t0|05540.t4} : b5538 {05540.p4-eats} -> {05539.f} {05540.f} {05540.p2-thinks} 
+tr {05539.t2} {05539.f} {05539.p5} -> {05539.p6} 
+tr {05539.t3|05540.t1} : a5538 {05539.f} {05540.p1} -> {05540.p3} 
+tr {05540.e} {05540.p6} {05540.p3} -> {05540.p4-eats} 
+tr {05540.t} {05540.p2-thinks} -> {05540.p1} {05540.p5} 
+tr {05540.t0|05541.t4} : b5539 {05541.p4-eats} -> {05540.f} {05541.f} {05541.p2-thinks} 
+tr {05540.t2} {05540.f} {05540.p5} -> {05540.p6} 
+tr {05540.t3|05541.t1} : a5539 {05540.f} {05541.p1} -> {05541.p3} 
+tr {05541.e} {05541.p6} {05541.p3} -> {05541.p4-eats} 
+tr {05541.t} {05541.p2-thinks} -> {05541.p1} {05541.p5} 
+tr {05541.t0|05542.t4} : b5540 {05542.p4-eats} -> {05541.f} {05542.f} {05542.p2-thinks} 
+tr {05541.t2} {05541.f} {05541.p5} -> {05541.p6} 
+tr {05541.t3|05542.t1} : a5540 {05541.f} {05542.p1} -> {05542.p3} 
+tr {05542.e} {05542.p6} {05542.p3} -> {05542.p4-eats} 
+tr {05542.t} {05542.p2-thinks} -> {05542.p1} {05542.p5} 
+tr {05542.t0|05543.t4} : b5541 {05543.p4-eats} -> {05542.f} {05543.f} {05543.p2-thinks} 
+tr {05542.t2} {05542.f} {05542.p5} -> {05542.p6} 
+tr {05542.t3|05543.t1} : a5541 {05542.f} {05543.p1} -> {05543.p3} 
+tr {05543.e} {05543.p6} {05543.p3} -> {05543.p4-eats} 
+tr {05543.t} {05543.p2-thinks} -> {05543.p1} {05543.p5} 
+tr {05543.t0|05544.t4} : b5542 {05544.p4-eats} -> {05543.f} {05544.f} {05544.p2-thinks} 
+tr {05543.t2} {05543.f} {05543.p5} -> {05543.p6} 
+tr {05543.t3|05544.t1} : a5542 {05543.f} {05544.p1} -> {05544.p3} 
+tr {05544.e} {05544.p6} {05544.p3} -> {05544.p4-eats} 
+tr {05544.t} {05544.p2-thinks} -> {05544.p1} {05544.p5} 
+tr {05544.t0|05545.t4} : b5543 {05545.p4-eats} -> {05544.f} {05545.f} {05545.p2-thinks} 
+tr {05544.t2} {05544.f} {05544.p5} -> {05544.p6} 
+tr {05544.t3|05545.t1} : a5543 {05544.f} {05545.p1} -> {05545.p3} 
+tr {05545.e} {05545.p6} {05545.p3} -> {05545.p4-eats} 
+tr {05545.t} {05545.p2-thinks} -> {05545.p1} {05545.p5} 
+tr {05545.t0|05546.t4} : b5544 {05546.p4-eats} -> {05545.f} {05546.f} {05546.p2-thinks} 
+tr {05545.t2} {05545.f} {05545.p5} -> {05545.p6} 
+tr {05545.t3|05546.t1} : a5544 {05545.f} {05546.p1} -> {05546.p3} 
+tr {05546.e} {05546.p6} {05546.p3} -> {05546.p4-eats} 
+tr {05546.t} {05546.p2-thinks} -> {05546.p1} {05546.p5} 
+tr {05546.t0|05547.t4} : b5545 {05547.p4-eats} -> {05546.f} {05547.f} {05547.p2-thinks} 
+tr {05546.t2} {05546.f} {05546.p5} -> {05546.p6} 
+tr {05546.t3|05547.t1} : a5545 {05546.f} {05547.p1} -> {05547.p3} 
+tr {05547.e} {05547.p6} {05547.p3} -> {05547.p4-eats} 
+tr {05547.t} {05547.p2-thinks} -> {05547.p1} {05547.p5} 
+tr {05547.t0|05548.t4} : b5546 {05548.p4-eats} -> {05547.f} {05548.f} {05548.p2-thinks} 
+tr {05547.t2} {05547.f} {05547.p5} -> {05547.p6} 
+tr {05547.t3|05548.t1} : a5546 {05547.f} {05548.p1} -> {05548.p3} 
+tr {05548.e} {05548.p6} {05548.p3} -> {05548.p4-eats} 
+tr {05548.t} {05548.p2-thinks} -> {05548.p1} {05548.p5} 
+tr {05548.t0|05549.t4} : b5547 {05549.p4-eats} -> {05548.f} {05549.f} {05549.p2-thinks} 
+tr {05548.t2} {05548.f} {05548.p5} -> {05548.p6} 
+tr {05548.t3|05549.t1} : a5547 {05548.f} {05549.p1} -> {05549.p3} 
+tr {05549.e} {05549.p6} {05549.p3} -> {05549.p4-eats} 
+tr {05549.t} {05549.p2-thinks} -> {05549.p1} {05549.p5} 
+tr {05549.t0|05550.t4} : b5548 {05550.p4-eats} -> {05549.f} {05550.f} {05550.p2-thinks} 
+tr {05549.t2} {05549.f} {05549.p5} -> {05549.p6} 
+tr {05549.t3|05550.t1} : a5548 {05549.f} {05550.p1} -> {05550.p3} 
+tr {05550.e} {05550.p6} {05550.p3} -> {05550.p4-eats} 
+tr {05550.t} {05550.p2-thinks} -> {05550.p1} {05550.p5} 
+tr {05550.t0|05551.t4} : b5549 {05551.p4-eats} -> {05550.f} {05551.f} {05551.p2-thinks} 
+tr {05550.t2} {05550.f} {05550.p5} -> {05550.p6} 
+tr {05550.t3|05551.t1} : a5549 {05550.f} {05551.p1} -> {05551.p3} 
+tr {05551.e} {05551.p6} {05551.p3} -> {05551.p4-eats} 
+tr {05551.t} {05551.p2-thinks} -> {05551.p1} {05551.p5} 
+tr {05551.t0|05552.t4} : b5550 {05552.p4-eats} -> {05551.f} {05552.f} {05552.p2-thinks} 
+tr {05551.t2} {05551.f} {05551.p5} -> {05551.p6} 
+tr {05551.t3|05552.t1} : a5550 {05551.f} {05552.p1} -> {05552.p3} 
+tr {05552.e} {05552.p6} {05552.p3} -> {05552.p4-eats} 
+tr {05552.t} {05552.p2-thinks} -> {05552.p1} {05552.p5} 
+tr {05552.t0|05553.t4} : b5551 {05553.p4-eats} -> {05552.f} {05553.f} {05553.p2-thinks} 
+tr {05552.t2} {05552.f} {05552.p5} -> {05552.p6} 
+tr {05552.t3|05553.t1} : a5551 {05552.f} {05553.p1} -> {05553.p3} 
+tr {05553.e} {05553.p6} {05553.p3} -> {05553.p4-eats} 
+tr {05553.t} {05553.p2-thinks} -> {05553.p1} {05553.p5} 
+tr {05553.t0|05554.t4} : b5552 {05554.p4-eats} -> {05553.f} {05554.f} {05554.p2-thinks} 
+tr {05553.t2} {05553.f} {05553.p5} -> {05553.p6} 
+tr {05553.t3|05554.t1} : a5552 {05553.f} {05554.p1} -> {05554.p3} 
+tr {05554.e} {05554.p6} {05554.p3} -> {05554.p4-eats} 
+tr {05554.t} {05554.p2-thinks} -> {05554.p1} {05554.p5} 
+tr {05554.t0|05555.t4} : b5553 {05555.p4-eats} -> {05554.f} {05555.f} {05555.p2-thinks} 
+tr {05554.t2} {05554.f} {05554.p5} -> {05554.p6} 
+tr {05554.t3|05555.t1} : a5553 {05554.f} {05555.p1} -> {05555.p3} 
+tr {05555.e} {05555.p6} {05555.p3} -> {05555.p4-eats} 
+tr {05555.t} {05555.p2-thinks} -> {05555.p1} {05555.p5} 
+tr {05555.t0|05556.t4} : b5554 {05556.p4-eats} -> {05555.f} {05556.f} {05556.p2-thinks} 
+tr {05555.t2} {05555.f} {05555.p5} -> {05555.p6} 
+tr {05555.t3|05556.t1} : a5554 {05555.f} {05556.p1} -> {05556.p3} 
+tr {05556.e} {05556.p6} {05556.p3} -> {05556.p4-eats} 
+tr {05556.t} {05556.p2-thinks} -> {05556.p1} {05556.p5} 
+tr {05556.t0|05557.t4} : b5555 {05557.p4-eats} -> {05556.f} {05557.f} {05557.p2-thinks} 
+tr {05556.t2} {05556.f} {05556.p5} -> {05556.p6} 
+tr {05556.t3|05557.t1} : a5555 {05556.f} {05557.p1} -> {05557.p3} 
+tr {05557.e} {05557.p6} {05557.p3} -> {05557.p4-eats} 
+tr {05557.t} {05557.p2-thinks} -> {05557.p1} {05557.p5} 
+tr {05557.t0|05558.t4} : b5556 {05558.p4-eats} -> {05557.f} {05558.f} {05558.p2-thinks} 
+tr {05557.t2} {05557.f} {05557.p5} -> {05557.p6} 
+tr {05557.t3|05558.t1} : a5556 {05557.f} {05558.p1} -> {05558.p3} 
+tr {05558.e} {05558.p6} {05558.p3} -> {05558.p4-eats} 
+tr {05558.t} {05558.p2-thinks} -> {05558.p1} {05558.p5} 
+tr {05558.t0|05559.t4} : b5557 {05559.p4-eats} -> {05558.f} {05559.f} {05559.p2-thinks} 
+tr {05558.t2} {05558.f} {05558.p5} -> {05558.p6} 
+tr {05558.t3|05559.t1} : a5557 {05558.f} {05559.p1} -> {05559.p3} 
+tr {05559.e} {05559.p6} {05559.p3} -> {05559.p4-eats} 
+tr {05559.t} {05559.p2-thinks} -> {05559.p1} {05559.p5} 
+tr {05559.t0|05560.t4} : b5558 {05560.p4-eats} -> {05559.f} {05560.f} {05560.p2-thinks} 
+tr {05559.t2} {05559.f} {05559.p5} -> {05559.p6} 
+tr {05559.t3|05560.t1} : a5558 {05559.f} {05560.p1} -> {05560.p3} 
+tr {05560.e} {05560.p6} {05560.p3} -> {05560.p4-eats} 
+tr {05560.t} {05560.p2-thinks} -> {05560.p1} {05560.p5} 
+tr {05560.t0|05561.t4} : b5559 {05561.p4-eats} -> {05560.f} {05561.f} {05561.p2-thinks} 
+tr {05560.t2} {05560.f} {05560.p5} -> {05560.p6} 
+tr {05560.t3|05561.t1} : a5559 {05560.f} {05561.p1} -> {05561.p3} 
+tr {05561.e} {05561.p6} {05561.p3} -> {05561.p4-eats} 
+tr {05561.t} {05561.p2-thinks} -> {05561.p1} {05561.p5} 
+tr {05561.t0|05562.t4} : b5560 {05562.p4-eats} -> {05561.f} {05562.f} {05562.p2-thinks} 
+tr {05561.t2} {05561.f} {05561.p5} -> {05561.p6} 
+tr {05561.t3|05562.t1} : a5560 {05561.f} {05562.p1} -> {05562.p3} 
+tr {05562.e} {05562.p6} {05562.p3} -> {05562.p4-eats} 
+tr {05562.t} {05562.p2-thinks} -> {05562.p1} {05562.p5} 
+tr {05562.t0|05563.t4} : b5561 {05563.p4-eats} -> {05562.f} {05563.f} {05563.p2-thinks} 
+tr {05562.t2} {05562.f} {05562.p5} -> {05562.p6} 
+tr {05562.t3|05563.t1} : a5561 {05562.f} {05563.p1} -> {05563.p3} 
+tr {05563.e} {05563.p6} {05563.p3} -> {05563.p4-eats} 
+tr {05563.t} {05563.p2-thinks} -> {05563.p1} {05563.p5} 
+tr {05563.t0|05564.t4} : b5562 {05564.p4-eats} -> {05563.f} {05564.f} {05564.p2-thinks} 
+tr {05563.t2} {05563.f} {05563.p5} -> {05563.p6} 
+tr {05563.t3|05564.t1} : a5562 {05563.f} {05564.p1} -> {05564.p3} 
+tr {05564.e} {05564.p6} {05564.p3} -> {05564.p4-eats} 
+tr {05564.t} {05564.p2-thinks} -> {05564.p1} {05564.p5} 
+tr {05564.t0|05565.t4} : b5563 {05565.p4-eats} -> {05564.f} {05565.f} {05565.p2-thinks} 
+tr {05564.t2} {05564.f} {05564.p5} -> {05564.p6} 
+tr {05564.t3|05565.t1} : a5563 {05564.f} {05565.p1} -> {05565.p3} 
+tr {05565.e} {05565.p6} {05565.p3} -> {05565.p4-eats} 
+tr {05565.t} {05565.p2-thinks} -> {05565.p1} {05565.p5} 
+tr {05565.t0|05566.t4} : b5564 {05566.p4-eats} -> {05565.f} {05566.f} {05566.p2-thinks} 
+tr {05565.t2} {05565.f} {05565.p5} -> {05565.p6} 
+tr {05565.t3|05566.t1} : a5564 {05565.f} {05566.p1} -> {05566.p3} 
+tr {05566.e} {05566.p6} {05566.p3} -> {05566.p4-eats} 
+tr {05566.t} {05566.p2-thinks} -> {05566.p1} {05566.p5} 
+tr {05566.t0|05567.t4} : b5565 {05567.p4-eats} -> {05566.f} {05567.f} {05567.p2-thinks} 
+tr {05566.t2} {05566.f} {05566.p5} -> {05566.p6} 
+tr {05566.t3|05567.t1} : a5565 {05566.f} {05567.p1} -> {05567.p3} 
+tr {05567.e} {05567.p6} {05567.p3} -> {05567.p4-eats} 
+tr {05567.t} {05567.p2-thinks} -> {05567.p1} {05567.p5} 
+tr {05567.t0|05568.t4} : b5566 {05568.p4-eats} -> {05567.f} {05568.f} {05568.p2-thinks} 
+tr {05567.t2} {05567.f} {05567.p5} -> {05567.p6} 
+tr {05567.t3|05568.t1} : a5566 {05567.f} {05568.p1} -> {05568.p3} 
+tr {05568.e} {05568.p6} {05568.p3} -> {05568.p4-eats} 
+tr {05568.t} {05568.p2-thinks} -> {05568.p1} {05568.p5} 
+tr {05568.t0|05569.t4} : b5567 {05569.p4-eats} -> {05568.f} {05569.f} {05569.p2-thinks} 
+tr {05568.t2} {05568.f} {05568.p5} -> {05568.p6} 
+tr {05568.t3|05569.t1} : a5567 {05568.f} {05569.p1} -> {05569.p3} 
+tr {05569.e} {05569.p6} {05569.p3} -> {05569.p4-eats} 
+tr {05569.t} {05569.p2-thinks} -> {05569.p1} {05569.p5} 
+tr {05569.t0|05570.t4} : b5568 {05570.p4-eats} -> {05569.f} {05570.f} {05570.p2-thinks} 
+tr {05569.t2} {05569.f} {05569.p5} -> {05569.p6} 
+tr {05569.t3|05570.t1} : a5568 {05569.f} {05570.p1} -> {05570.p3} 
+tr {05570.e} {05570.p6} {05570.p3} -> {05570.p4-eats} 
+tr {05570.t} {05570.p2-thinks} -> {05570.p1} {05570.p5} 
+tr {05570.t0|05571.t4} : b5569 {05571.p4-eats} -> {05570.f} {05571.f} {05571.p2-thinks} 
+tr {05570.t2} {05570.f} {05570.p5} -> {05570.p6} 
+tr {05570.t3|05571.t1} : a5569 {05570.f} {05571.p1} -> {05571.p3} 
+tr {05571.e} {05571.p6} {05571.p3} -> {05571.p4-eats} 
+tr {05571.t} {05571.p2-thinks} -> {05571.p1} {05571.p5} 
+tr {05571.t0|05572.t4} : b5570 {05572.p4-eats} -> {05571.f} {05572.f} {05572.p2-thinks} 
+tr {05571.t2} {05571.f} {05571.p5} -> {05571.p6} 
+tr {05571.t3|05572.t1} : a5570 {05571.f} {05572.p1} -> {05572.p3} 
+tr {05572.e} {05572.p6} {05572.p3} -> {05572.p4-eats} 
+tr {05572.t} {05572.p2-thinks} -> {05572.p1} {05572.p5} 
+tr {05572.t0|05573.t4} : b5571 {05573.p4-eats} -> {05572.f} {05573.f} {05573.p2-thinks} 
+tr {05572.t2} {05572.f} {05572.p5} -> {05572.p6} 
+tr {05572.t3|05573.t1} : a5571 {05572.f} {05573.p1} -> {05573.p3} 
+tr {05573.e} {05573.p6} {05573.p3} -> {05573.p4-eats} 
+tr {05573.t} {05573.p2-thinks} -> {05573.p1} {05573.p5} 
+tr {05573.t0|05574.t4} : b5572 {05574.p4-eats} -> {05573.f} {05574.f} {05574.p2-thinks} 
+tr {05573.t2} {05573.f} {05573.p5} -> {05573.p6} 
+tr {05573.t3|05574.t1} : a5572 {05573.f} {05574.p1} -> {05574.p3} 
+tr {05574.e} {05574.p6} {05574.p3} -> {05574.p4-eats} 
+tr {05574.t} {05574.p2-thinks} -> {05574.p1} {05574.p5} 
+tr {05574.t0|05575.t4} : b5573 {05575.p4-eats} -> {05574.f} {05575.f} {05575.p2-thinks} 
+tr {05574.t2} {05574.f} {05574.p5} -> {05574.p6} 
+tr {05574.t3|05575.t1} : a5573 {05574.f} {05575.p1} -> {05575.p3} 
+tr {05575.e} {05575.p6} {05575.p3} -> {05575.p4-eats} 
+tr {05575.t} {05575.p2-thinks} -> {05575.p1} {05575.p5} 
+tr {05575.t0|05576.t4} : b5574 {05576.p4-eats} -> {05575.f} {05576.f} {05576.p2-thinks} 
+tr {05575.t2} {05575.f} {05575.p5} -> {05575.p6} 
+tr {05575.t3|05576.t1} : a5574 {05575.f} {05576.p1} -> {05576.p3} 
+tr {05576.e} {05576.p6} {05576.p3} -> {05576.p4-eats} 
+tr {05576.t} {05576.p2-thinks} -> {05576.p1} {05576.p5} 
+tr {05576.t0|05577.t4} : b5575 {05577.p4-eats} -> {05576.f} {05577.f} {05577.p2-thinks} 
+tr {05576.t2} {05576.f} {05576.p5} -> {05576.p6} 
+tr {05576.t3|05577.t1} : a5575 {05576.f} {05577.p1} -> {05577.p3} 
+tr {05577.e} {05577.p6} {05577.p3} -> {05577.p4-eats} 
+tr {05577.t} {05577.p2-thinks} -> {05577.p1} {05577.p5} 
+tr {05577.t0|05578.t4} : b5576 {05578.p4-eats} -> {05577.f} {05578.f} {05578.p2-thinks} 
+tr {05577.t2} {05577.f} {05577.p5} -> {05577.p6} 
+tr {05577.t3|05578.t1} : a5576 {05577.f} {05578.p1} -> {05578.p3} 
+tr {05578.e} {05578.p6} {05578.p3} -> {05578.p4-eats} 
+tr {05578.t} {05578.p2-thinks} -> {05578.p1} {05578.p5} 
+tr {05578.t0|05579.t4} : b5577 {05579.p4-eats} -> {05578.f} {05579.f} {05579.p2-thinks} 
+tr {05578.t2} {05578.f} {05578.p5} -> {05578.p6} 
+tr {05578.t3|05579.t1} : a5577 {05578.f} {05579.p1} -> {05579.p3} 
+tr {05579.e} {05579.p6} {05579.p3} -> {05579.p4-eats} 
+tr {05579.t} {05579.p2-thinks} -> {05579.p1} {05579.p5} 
+tr {05579.t0|05580.t4} : b5578 {05580.p4-eats} -> {05579.f} {05580.f} {05580.p2-thinks} 
+tr {05579.t2} {05579.f} {05579.p5} -> {05579.p6} 
+tr {05579.t3|05580.t1} : a5578 {05579.f} {05580.p1} -> {05580.p3} 
+tr {05580.e} {05580.p6} {05580.p3} -> {05580.p4-eats} 
+tr {05580.t} {05580.p2-thinks} -> {05580.p1} {05580.p5} 
+tr {05580.t0|05581.t4} : b5579 {05581.p4-eats} -> {05580.f} {05581.f} {05581.p2-thinks} 
+tr {05580.t2} {05580.f} {05580.p5} -> {05580.p6} 
+tr {05580.t3|05581.t1} : a5579 {05580.f} {05581.p1} -> {05581.p3} 
+tr {05581.e} {05581.p6} {05581.p3} -> {05581.p4-eats} 
+tr {05581.t} {05581.p2-thinks} -> {05581.p1} {05581.p5} 
+tr {05581.t0|05582.t4} : b5580 {05582.p4-eats} -> {05581.f} {05582.f} {05582.p2-thinks} 
+tr {05581.t2} {05581.f} {05581.p5} -> {05581.p6} 
+tr {05581.t3|05582.t1} : a5580 {05581.f} {05582.p1} -> {05582.p3} 
+tr {05582.e} {05582.p6} {05582.p3} -> {05582.p4-eats} 
+tr {05582.t} {05582.p2-thinks} -> {05582.p1} {05582.p5} 
+tr {05582.t0|05583.t4} : b5581 {05583.p4-eats} -> {05582.f} {05583.f} {05583.p2-thinks} 
+tr {05582.t2} {05582.f} {05582.p5} -> {05582.p6} 
+tr {05582.t3|05583.t1} : a5581 {05582.f} {05583.p1} -> {05583.p3} 
+tr {05583.e} {05583.p6} {05583.p3} -> {05583.p4-eats} 
+tr {05583.t} {05583.p2-thinks} -> {05583.p1} {05583.p5} 
+tr {05583.t0|05584.t4} : b5582 {05584.p4-eats} -> {05583.f} {05584.f} {05584.p2-thinks} 
+tr {05583.t2} {05583.f} {05583.p5} -> {05583.p6} 
+tr {05583.t3|05584.t1} : a5582 {05583.f} {05584.p1} -> {05584.p3} 
+tr {05584.e} {05584.p6} {05584.p3} -> {05584.p4-eats} 
+tr {05584.t} {05584.p2-thinks} -> {05584.p1} {05584.p5} 
+tr {05584.t0|05585.t4} : b5583 {05585.p4-eats} -> {05584.f} {05585.f} {05585.p2-thinks} 
+tr {05584.t2} {05584.f} {05584.p5} -> {05584.p6} 
+tr {05584.t3|05585.t1} : a5583 {05584.f} {05585.p1} -> {05585.p3} 
+tr {05585.e} {05585.p6} {05585.p3} -> {05585.p4-eats} 
+tr {05585.t} {05585.p2-thinks} -> {05585.p1} {05585.p5} 
+tr {05585.t0|05586.t4} : b5584 {05586.p4-eats} -> {05585.f} {05586.f} {05586.p2-thinks} 
+tr {05585.t2} {05585.f} {05585.p5} -> {05585.p6} 
+tr {05585.t3|05586.t1} : a5584 {05585.f} {05586.p1} -> {05586.p3} 
+tr {05586.e} {05586.p6} {05586.p3} -> {05586.p4-eats} 
+tr {05586.t} {05586.p2-thinks} -> {05586.p1} {05586.p5} 
+tr {05586.t0|05587.t4} : b5585 {05587.p4-eats} -> {05586.f} {05587.f} {05587.p2-thinks} 
+tr {05586.t2} {05586.f} {05586.p5} -> {05586.p6} 
+tr {05586.t3|05587.t1} : a5585 {05586.f} {05587.p1} -> {05587.p3} 
+tr {05587.e} {05587.p6} {05587.p3} -> {05587.p4-eats} 
+tr {05587.t} {05587.p2-thinks} -> {05587.p1} {05587.p5} 
+tr {05587.t0|05588.t4} : b5586 {05588.p4-eats} -> {05587.f} {05588.f} {05588.p2-thinks} 
+tr {05587.t2} {05587.f} {05587.p5} -> {05587.p6} 
+tr {05587.t3|05588.t1} : a5586 {05587.f} {05588.p1} -> {05588.p3} 
+tr {05588.e} {05588.p6} {05588.p3} -> {05588.p4-eats} 
+tr {05588.t} {05588.p2-thinks} -> {05588.p1} {05588.p5} 
+tr {05588.t0|05589.t4} : b5587 {05589.p4-eats} -> {05588.f} {05589.f} {05589.p2-thinks} 
+tr {05588.t2} {05588.f} {05588.p5} -> {05588.p6} 
+tr {05588.t3|05589.t1} : a5587 {05588.f} {05589.p1} -> {05589.p3} 
+tr {05589.e} {05589.p6} {05589.p3} -> {05589.p4-eats} 
+tr {05589.t} {05589.p2-thinks} -> {05589.p1} {05589.p5} 
+tr {05589.t0|05590.t4} : b5588 {05590.p4-eats} -> {05589.f} {05590.f} {05590.p2-thinks} 
+tr {05589.t2} {05589.f} {05589.p5} -> {05589.p6} 
+tr {05589.t3|05590.t1} : a5588 {05589.f} {05590.p1} -> {05590.p3} 
+tr {05590.e} {05590.p6} {05590.p3} -> {05590.p4-eats} 
+tr {05590.t} {05590.p2-thinks} -> {05590.p1} {05590.p5} 
+tr {05590.t0|05591.t4} : b5589 {05591.p4-eats} -> {05590.f} {05591.f} {05591.p2-thinks} 
+tr {05590.t2} {05590.f} {05590.p5} -> {05590.p6} 
+tr {05590.t3|05591.t1} : a5589 {05590.f} {05591.p1} -> {05591.p3} 
+tr {05591.e} {05591.p6} {05591.p3} -> {05591.p4-eats} 
+tr {05591.t} {05591.p2-thinks} -> {05591.p1} {05591.p5} 
+tr {05591.t0|05592.t4} : b5590 {05592.p4-eats} -> {05591.f} {05592.f} {05592.p2-thinks} 
+tr {05591.t2} {05591.f} {05591.p5} -> {05591.p6} 
+tr {05591.t3|05592.t1} : a5590 {05591.f} {05592.p1} -> {05592.p3} 
+tr {05592.e} {05592.p6} {05592.p3} -> {05592.p4-eats} 
+tr {05592.t} {05592.p2-thinks} -> {05592.p1} {05592.p5} 
+tr {05592.t0|05593.t4} : b5591 {05593.p4-eats} -> {05592.f} {05593.f} {05593.p2-thinks} 
+tr {05592.t2} {05592.f} {05592.p5} -> {05592.p6} 
+tr {05592.t3|05593.t1} : a5591 {05592.f} {05593.p1} -> {05593.p3} 
+tr {05593.e} {05593.p6} {05593.p3} -> {05593.p4-eats} 
+tr {05593.t} {05593.p2-thinks} -> {05593.p1} {05593.p5} 
+tr {05593.t0|05594.t4} : b5592 {05594.p4-eats} -> {05593.f} {05594.f} {05594.p2-thinks} 
+tr {05593.t2} {05593.f} {05593.p5} -> {05593.p6} 
+tr {05593.t3|05594.t1} : a5592 {05593.f} {05594.p1} -> {05594.p3} 
+tr {05594.e} {05594.p6} {05594.p3} -> {05594.p4-eats} 
+tr {05594.t} {05594.p2-thinks} -> {05594.p1} {05594.p5} 
+tr {05594.t0|05595.t4} : b5593 {05595.p4-eats} -> {05594.f} {05595.f} {05595.p2-thinks} 
+tr {05594.t2} {05594.f} {05594.p5} -> {05594.p6} 
+tr {05594.t3|05595.t1} : a5593 {05594.f} {05595.p1} -> {05595.p3} 
+tr {05595.e} {05595.p6} {05595.p3} -> {05595.p4-eats} 
+tr {05595.t} {05595.p2-thinks} -> {05595.p1} {05595.p5} 
+tr {05595.t0|05596.t4} : b5594 {05596.p4-eats} -> {05595.f} {05596.f} {05596.p2-thinks} 
+tr {05595.t2} {05595.f} {05595.p5} -> {05595.p6} 
+tr {05595.t3|05596.t1} : a5594 {05595.f} {05596.p1} -> {05596.p3} 
+tr {05596.e} {05596.p6} {05596.p3} -> {05596.p4-eats} 
+tr {05596.t} {05596.p2-thinks} -> {05596.p1} {05596.p5} 
+tr {05596.t0|05597.t4} : b5595 {05597.p4-eats} -> {05596.f} {05597.f} {05597.p2-thinks} 
+tr {05596.t2} {05596.f} {05596.p5} -> {05596.p6} 
+tr {05596.t3|05597.t1} : a5595 {05596.f} {05597.p1} -> {05597.p3} 
+tr {05597.e} {05597.p6} {05597.p3} -> {05597.p4-eats} 
+tr {05597.t} {05597.p2-thinks} -> {05597.p1} {05597.p5} 
+tr {05597.t0|05598.t4} : b5596 {05598.p4-eats} -> {05597.f} {05598.f} {05598.p2-thinks} 
+tr {05597.t2} {05597.f} {05597.p5} -> {05597.p6} 
+tr {05597.t3|05598.t1} : a5596 {05597.f} {05598.p1} -> {05598.p3} 
+tr {05598.e} {05598.p6} {05598.p3} -> {05598.p4-eats} 
+tr {05598.t} {05598.p2-thinks} -> {05598.p1} {05598.p5} 
+tr {05598.t0|05599.t4} : b5597 {05599.p4-eats} -> {05598.f} {05599.f} {05599.p2-thinks} 
+tr {05598.t2} {05598.f} {05598.p5} -> {05598.p6} 
+tr {05598.t3|05599.t1} : a5597 {05598.f} {05599.p1} -> {05599.p3} 
+tr {05599.e} {05599.p6} {05599.p3} -> {05599.p4-eats} 
+tr {05599.t} {05599.p2-thinks} -> {05599.p1} {05599.p5} 
+tr {05599.t0|05600.t4} : b5598 {05600.p4-eats} -> {05599.f} {05600.f} {05600.p2-thinks} 
+tr {05599.t2} {05599.f} {05599.p5} -> {05599.p6} 
+tr {05599.t3|05600.t1} : a5598 {05599.f} {05600.p1} -> {05600.p3} 
+tr {05600.e} {05600.p6} {05600.p3} -> {05600.p4-eats} 
+tr {05600.t} {05600.p2-thinks} -> {05600.p1} {05600.p5} 
+tr {05600.t0|05601.t4} : b5599 {05601.p4-eats} -> {05600.f} {05601.f} {05601.p2-thinks} 
+tr {05600.t2} {05600.f} {05600.p5} -> {05600.p6} 
+tr {05600.t3|05601.t1} : a5599 {05600.f} {05601.p1} -> {05601.p3} 
+tr {05601.e} {05601.p6} {05601.p3} -> {05601.p4-eats} 
+tr {05601.t} {05601.p2-thinks} -> {05601.p1} {05601.p5} 
+tr {05601.t0|05602.t4} : b5600 {05602.p4-eats} -> {05601.f} {05602.f} {05602.p2-thinks} 
+tr {05601.t2} {05601.f} {05601.p5} -> {05601.p6} 
+tr {05601.t3|05602.t1} : a5600 {05601.f} {05602.p1} -> {05602.p3} 
+tr {05602.e} {05602.p6} {05602.p3} -> {05602.p4-eats} 
+tr {05602.t} {05602.p2-thinks} -> {05602.p1} {05602.p5} 
+tr {05602.t0|05603.t4} : b5601 {05603.p4-eats} -> {05602.f} {05603.f} {05603.p2-thinks} 
+tr {05602.t2} {05602.f} {05602.p5} -> {05602.p6} 
+tr {05602.t3|05603.t1} : a5601 {05602.f} {05603.p1} -> {05603.p3} 
+tr {05603.e} {05603.p6} {05603.p3} -> {05603.p4-eats} 
+tr {05603.t} {05603.p2-thinks} -> {05603.p1} {05603.p5} 
+tr {05603.t0|05604.t4} : b5602 {05604.p4-eats} -> {05603.f} {05604.f} {05604.p2-thinks} 
+tr {05603.t2} {05603.f} {05603.p5} -> {05603.p6} 
+tr {05603.t3|05604.t1} : a5602 {05603.f} {05604.p1} -> {05604.p3} 
+tr {05604.e} {05604.p6} {05604.p3} -> {05604.p4-eats} 
+tr {05604.t} {05604.p2-thinks} -> {05604.p1} {05604.p5} 
+tr {05604.t0|05605.t4} : b5603 {05605.p4-eats} -> {05604.f} {05605.f} {05605.p2-thinks} 
+tr {05604.t2} {05604.f} {05604.p5} -> {05604.p6} 
+tr {05604.t3|05605.t1} : a5603 {05604.f} {05605.p1} -> {05605.p3} 
+tr {05605.e} {05605.p6} {05605.p3} -> {05605.p4-eats} 
+tr {05605.t} {05605.p2-thinks} -> {05605.p1} {05605.p5} 
+tr {05605.t0|05606.t4} : b5604 {05606.p4-eats} -> {05605.f} {05606.f} {05606.p2-thinks} 
+tr {05605.t2} {05605.f} {05605.p5} -> {05605.p6} 
+tr {05605.t3|05606.t1} : a5604 {05605.f} {05606.p1} -> {05606.p3} 
+tr {05606.e} {05606.p6} {05606.p3} -> {05606.p4-eats} 
+tr {05606.t} {05606.p2-thinks} -> {05606.p1} {05606.p5} 
+tr {05606.t0|05607.t4} : b5605 {05607.p4-eats} -> {05606.f} {05607.f} {05607.p2-thinks} 
+tr {05606.t2} {05606.f} {05606.p5} -> {05606.p6} 
+tr {05606.t3|05607.t1} : a5605 {05606.f} {05607.p1} -> {05607.p3} 
+tr {05607.e} {05607.p6} {05607.p3} -> {05607.p4-eats} 
+tr {05607.t} {05607.p2-thinks} -> {05607.p1} {05607.p5} 
+tr {05607.t0|05608.t4} : b5606 {05608.p4-eats} -> {05607.f} {05608.f} {05608.p2-thinks} 
+tr {05607.t2} {05607.f} {05607.p5} -> {05607.p6} 
+tr {05607.t3|05608.t1} : a5606 {05607.f} {05608.p1} -> {05608.p3} 
+tr {05608.e} {05608.p6} {05608.p3} -> {05608.p4-eats} 
+tr {05608.t} {05608.p2-thinks} -> {05608.p1} {05608.p5} 
+tr {05608.t0|05609.t4} : b5607 {05609.p4-eats} -> {05608.f} {05609.f} {05609.p2-thinks} 
+tr {05608.t2} {05608.f} {05608.p5} -> {05608.p6} 
+tr {05608.t3|05609.t1} : a5607 {05608.f} {05609.p1} -> {05609.p3} 
+tr {05609.e} {05609.p6} {05609.p3} -> {05609.p4-eats} 
+tr {05609.t} {05609.p2-thinks} -> {05609.p1} {05609.p5} 
+tr {05609.t0|05610.t4} : b5608 {05610.p4-eats} -> {05609.f} {05610.f} {05610.p2-thinks} 
+tr {05609.t2} {05609.f} {05609.p5} -> {05609.p6} 
+tr {05609.t3|05610.t1} : a5608 {05609.f} {05610.p1} -> {05610.p3} 
+tr {05610.e} {05610.p6} {05610.p3} -> {05610.p4-eats} 
+tr {05610.t} {05610.p2-thinks} -> {05610.p1} {05610.p5} 
+tr {05610.t0|05611.t4} : b5609 {05611.p4-eats} -> {05610.f} {05611.f} {05611.p2-thinks} 
+tr {05610.t2} {05610.f} {05610.p5} -> {05610.p6} 
+tr {05610.t3|05611.t1} : a5609 {05610.f} {05611.p1} -> {05611.p3} 
+tr {05611.e} {05611.p6} {05611.p3} -> {05611.p4-eats} 
+tr {05611.t} {05611.p2-thinks} -> {05611.p1} {05611.p5} 
+tr {05611.t0|05612.t4} : b5610 {05612.p4-eats} -> {05611.f} {05612.f} {05612.p2-thinks} 
+tr {05611.t2} {05611.f} {05611.p5} -> {05611.p6} 
+tr {05611.t3|05612.t1} : a5610 {05611.f} {05612.p1} -> {05612.p3} 
+tr {05612.e} {05612.p6} {05612.p3} -> {05612.p4-eats} 
+tr {05612.t} {05612.p2-thinks} -> {05612.p1} {05612.p5} 
+tr {05612.t0|05613.t4} : b5611 {05613.p4-eats} -> {05612.f} {05613.f} {05613.p2-thinks} 
+tr {05612.t2} {05612.f} {05612.p5} -> {05612.p6} 
+tr {05612.t3|05613.t1} : a5611 {05612.f} {05613.p1} -> {05613.p3} 
+tr {05613.e} {05613.p6} {05613.p3} -> {05613.p4-eats} 
+tr {05613.t} {05613.p2-thinks} -> {05613.p1} {05613.p5} 
+tr {05613.t0|05614.t4} : b5612 {05614.p4-eats} -> {05613.f} {05614.f} {05614.p2-thinks} 
+tr {05613.t2} {05613.f} {05613.p5} -> {05613.p6} 
+tr {05613.t3|05614.t1} : a5612 {05613.f} {05614.p1} -> {05614.p3} 
+tr {05614.e} {05614.p6} {05614.p3} -> {05614.p4-eats} 
+tr {05614.t} {05614.p2-thinks} -> {05614.p1} {05614.p5} 
+tr {05614.t0|05615.t4} : b5613 {05615.p4-eats} -> {05614.f} {05615.f} {05615.p2-thinks} 
+tr {05614.t2} {05614.f} {05614.p5} -> {05614.p6} 
+tr {05614.t3|05615.t1} : a5613 {05614.f} {05615.p1} -> {05615.p3} 
+tr {05615.e} {05615.p6} {05615.p3} -> {05615.p4-eats} 
+tr {05615.t} {05615.p2-thinks} -> {05615.p1} {05615.p5} 
+tr {05615.t0|05616.t4} : b5614 {05616.p4-eats} -> {05615.f} {05616.f} {05616.p2-thinks} 
+tr {05615.t2} {05615.f} {05615.p5} -> {05615.p6} 
+tr {05615.t3|05616.t1} : a5614 {05615.f} {05616.p1} -> {05616.p3} 
+tr {05616.e} {05616.p6} {05616.p3} -> {05616.p4-eats} 
+tr {05616.t} {05616.p2-thinks} -> {05616.p1} {05616.p5} 
+tr {05616.t0|05617.t4} : b5615 {05617.p4-eats} -> {05616.f} {05617.f} {05617.p2-thinks} 
+tr {05616.t2} {05616.f} {05616.p5} -> {05616.p6} 
+tr {05616.t3|05617.t1} : a5615 {05616.f} {05617.p1} -> {05617.p3} 
+tr {05617.e} {05617.p6} {05617.p3} -> {05617.p4-eats} 
+tr {05617.t} {05617.p2-thinks} -> {05617.p1} {05617.p5} 
+tr {05617.t0|05618.t4} : b5616 {05618.p4-eats} -> {05617.f} {05618.f} {05618.p2-thinks} 
+tr {05617.t2} {05617.f} {05617.p5} -> {05617.p6} 
+tr {05617.t3|05618.t1} : a5616 {05617.f} {05618.p1} -> {05618.p3} 
+tr {05618.e} {05618.p6} {05618.p3} -> {05618.p4-eats} 
+tr {05618.t} {05618.p2-thinks} -> {05618.p1} {05618.p5} 
+tr {05618.t0|05619.t4} : b5617 {05619.p4-eats} -> {05618.f} {05619.f} {05619.p2-thinks} 
+tr {05618.t2} {05618.f} {05618.p5} -> {05618.p6} 
+tr {05618.t3|05619.t1} : a5617 {05618.f} {05619.p1} -> {05619.p3} 
+tr {05619.e} {05619.p6} {05619.p3} -> {05619.p4-eats} 
+tr {05619.t} {05619.p2-thinks} -> {05619.p1} {05619.p5} 
+tr {05619.t0|05620.t4} : b5618 {05620.p4-eats} -> {05619.f} {05620.f} {05620.p2-thinks} 
+tr {05619.t2} {05619.f} {05619.p5} -> {05619.p6} 
+tr {05619.t3|05620.t1} : a5618 {05619.f} {05620.p1} -> {05620.p3} 
+tr {05620.e} {05620.p6} {05620.p3} -> {05620.p4-eats} 
+tr {05620.t} {05620.p2-thinks} -> {05620.p1} {05620.p5} 
+tr {05620.t0|05621.t4} : b5619 {05621.p4-eats} -> {05620.f} {05621.f} {05621.p2-thinks} 
+tr {05620.t2} {05620.f} {05620.p5} -> {05620.p6} 
+tr {05620.t3|05621.t1} : a5619 {05620.f} {05621.p1} -> {05621.p3} 
+tr {05621.e} {05621.p6} {05621.p3} -> {05621.p4-eats} 
+tr {05621.t} {05621.p2-thinks} -> {05621.p1} {05621.p5} 
+tr {05621.t0|05622.t4} : b5620 {05622.p4-eats} -> {05621.f} {05622.f} {05622.p2-thinks} 
+tr {05621.t2} {05621.f} {05621.p5} -> {05621.p6} 
+tr {05621.t3|05622.t1} : a5620 {05621.f} {05622.p1} -> {05622.p3} 
+tr {05622.e} {05622.p6} {05622.p3} -> {05622.p4-eats} 
+tr {05622.t} {05622.p2-thinks} -> {05622.p1} {05622.p5} 
+tr {05622.t0|05623.t4} : b5621 {05623.p4-eats} -> {05622.f} {05623.f} {05623.p2-thinks} 
+tr {05622.t2} {05622.f} {05622.p5} -> {05622.p6} 
+tr {05622.t3|05623.t1} : a5621 {05622.f} {05623.p1} -> {05623.p3} 
+tr {05623.e} {05623.p6} {05623.p3} -> {05623.p4-eats} 
+tr {05623.t} {05623.p2-thinks} -> {05623.p1} {05623.p5} 
+tr {05623.t0|05624.t4} : b5622 {05624.p4-eats} -> {05623.f} {05624.f} {05624.p2-thinks} 
+tr {05623.t2} {05623.f} {05623.p5} -> {05623.p6} 
+tr {05623.t3|05624.t1} : a5622 {05623.f} {05624.p1} -> {05624.p3} 
+tr {05624.e} {05624.p6} {05624.p3} -> {05624.p4-eats} 
+tr {05624.t} {05624.p2-thinks} -> {05624.p1} {05624.p5} 
+tr {05624.t0|05625.t4} : b5623 {05625.p4-eats} -> {05624.f} {05625.f} {05625.p2-thinks} 
+tr {05624.t2} {05624.f} {05624.p5} -> {05624.p6} 
+tr {05624.t3|05625.t1} : a5623 {05624.f} {05625.p1} -> {05625.p3} 
+tr {05625.e} {05625.p6} {05625.p3} -> {05625.p4-eats} 
+tr {05625.t} {05625.p2-thinks} -> {05625.p1} {05625.p5} 
+tr {05625.t0|05626.t4} : b5624 {05626.p4-eats} -> {05625.f} {05626.f} {05626.p2-thinks} 
+tr {05625.t2} {05625.f} {05625.p5} -> {05625.p6} 
+tr {05625.t3|05626.t1} : a5624 {05625.f} {05626.p1} -> {05626.p3} 
+tr {05626.e} {05626.p6} {05626.p3} -> {05626.p4-eats} 
+tr {05626.t} {05626.p2-thinks} -> {05626.p1} {05626.p5} 
+tr {05626.t0|05627.t4} : b5625 {05627.p4-eats} -> {05626.f} {05627.f} {05627.p2-thinks} 
+tr {05626.t2} {05626.f} {05626.p5} -> {05626.p6} 
+tr {05626.t3|05627.t1} : a5625 {05626.f} {05627.p1} -> {05627.p3} 
+tr {05627.e} {05627.p6} {05627.p3} -> {05627.p4-eats} 
+tr {05627.t} {05627.p2-thinks} -> {05627.p1} {05627.p5} 
+tr {05627.t0|05628.t4} : b5626 {05628.p4-eats} -> {05627.f} {05628.f} {05628.p2-thinks} 
+tr {05627.t2} {05627.f} {05627.p5} -> {05627.p6} 
+tr {05627.t3|05628.t1} : a5626 {05627.f} {05628.p1} -> {05628.p3} 
+tr {05628.e} {05628.p6} {05628.p3} -> {05628.p4-eats} 
+tr {05628.t} {05628.p2-thinks} -> {05628.p1} {05628.p5} 
+tr {05628.t0|05629.t4} : b5627 {05629.p4-eats} -> {05628.f} {05629.f} {05629.p2-thinks} 
+tr {05628.t2} {05628.f} {05628.p5} -> {05628.p6} 
+tr {05628.t3|05629.t1} : a5627 {05628.f} {05629.p1} -> {05629.p3} 
+tr {05629.e} {05629.p6} {05629.p3} -> {05629.p4-eats} 
+tr {05629.t} {05629.p2-thinks} -> {05629.p1} {05629.p5} 
+tr {05629.t0|05630.t4} : b5628 {05630.p4-eats} -> {05629.f} {05630.f} {05630.p2-thinks} 
+tr {05629.t2} {05629.f} {05629.p5} -> {05629.p6} 
+tr {05629.t3|05630.t1} : a5628 {05629.f} {05630.p1} -> {05630.p3} 
+tr {05630.e} {05630.p6} {05630.p3} -> {05630.p4-eats} 
+tr {05630.t} {05630.p2-thinks} -> {05630.p1} {05630.p5} 
+tr {05630.t0|05631.t4} : b5629 {05631.p4-eats} -> {05630.f} {05631.f} {05631.p2-thinks} 
+tr {05630.t2} {05630.f} {05630.p5} -> {05630.p6} 
+tr {05630.t3|05631.t1} : a5629 {05630.f} {05631.p1} -> {05631.p3} 
+tr {05631.e} {05631.p6} {05631.p3} -> {05631.p4-eats} 
+tr {05631.t} {05631.p2-thinks} -> {05631.p1} {05631.p5} 
+tr {05631.t0|05632.t4} : b5630 {05632.p4-eats} -> {05631.f} {05632.f} {05632.p2-thinks} 
+tr {05631.t2} {05631.f} {05631.p5} -> {05631.p6} 
+tr {05631.t3|05632.t1} : a5630 {05631.f} {05632.p1} -> {05632.p3} 
+tr {05632.e} {05632.p6} {05632.p3} -> {05632.p4-eats} 
+tr {05632.t} {05632.p2-thinks} -> {05632.p1} {05632.p5} 
+tr {05632.t0|05633.t4} : b5631 {05633.p4-eats} -> {05632.f} {05633.f} {05633.p2-thinks} 
+tr {05632.t2} {05632.f} {05632.p5} -> {05632.p6} 
+tr {05632.t3|05633.t1} : a5631 {05632.f} {05633.p1} -> {05633.p3} 
+tr {05633.e} {05633.p6} {05633.p3} -> {05633.p4-eats} 
+tr {05633.t} {05633.p2-thinks} -> {05633.p1} {05633.p5} 
+tr {05633.t0|05634.t4} : b5632 {05634.p4-eats} -> {05633.f} {05634.f} {05634.p2-thinks} 
+tr {05633.t2} {05633.f} {05633.p5} -> {05633.p6} 
+tr {05633.t3|05634.t1} : a5632 {05633.f} {05634.p1} -> {05634.p3} 
+tr {05634.e} {05634.p6} {05634.p3} -> {05634.p4-eats} 
+tr {05634.t} {05634.p2-thinks} -> {05634.p1} {05634.p5} 
+tr {05634.t0|05635.t4} : b5633 {05635.p4-eats} -> {05634.f} {05635.f} {05635.p2-thinks} 
+tr {05634.t2} {05634.f} {05634.p5} -> {05634.p6} 
+tr {05634.t3|05635.t1} : a5633 {05634.f} {05635.p1} -> {05635.p3} 
+tr {05635.e} {05635.p6} {05635.p3} -> {05635.p4-eats} 
+tr {05635.t} {05635.p2-thinks} -> {05635.p1} {05635.p5} 
+tr {05635.t0|05636.t4} : b5634 {05636.p4-eats} -> {05635.f} {05636.f} {05636.p2-thinks} 
+tr {05635.t2} {05635.f} {05635.p5} -> {05635.p6} 
+tr {05635.t3|05636.t1} : a5634 {05635.f} {05636.p1} -> {05636.p3} 
+tr {05636.e} {05636.p6} {05636.p3} -> {05636.p4-eats} 
+tr {05636.t} {05636.p2-thinks} -> {05636.p1} {05636.p5} 
+tr {05636.t0|05637.t4} : b5635 {05637.p4-eats} -> {05636.f} {05637.f} {05637.p2-thinks} 
+tr {05636.t2} {05636.f} {05636.p5} -> {05636.p6} 
+tr {05636.t3|05637.t1} : a5635 {05636.f} {05637.p1} -> {05637.p3} 
+tr {05637.e} {05637.p6} {05637.p3} -> {05637.p4-eats} 
+tr {05637.t} {05637.p2-thinks} -> {05637.p1} {05637.p5} 
+tr {05637.t0|05638.t4} : b5636 {05638.p4-eats} -> {05637.f} {05638.f} {05638.p2-thinks} 
+tr {05637.t2} {05637.f} {05637.p5} -> {05637.p6} 
+tr {05637.t3|05638.t1} : a5636 {05637.f} {05638.p1} -> {05638.p3} 
+tr {05638.e} {05638.p6} {05638.p3} -> {05638.p4-eats} 
+tr {05638.t} {05638.p2-thinks} -> {05638.p1} {05638.p5} 
+tr {05638.t0|05639.t4} : b5637 {05639.p4-eats} -> {05638.f} {05639.f} {05639.p2-thinks} 
+tr {05638.t2} {05638.f} {05638.p5} -> {05638.p6} 
+tr {05638.t3|05639.t1} : a5637 {05638.f} {05639.p1} -> {05639.p3} 
+tr {05639.e} {05639.p6} {05639.p3} -> {05639.p4-eats} 
+tr {05639.t} {05639.p2-thinks} -> {05639.p1} {05639.p5} 
+tr {05639.t0|05640.t4} : b5638 {05640.p4-eats} -> {05639.f} {05640.f} {05640.p2-thinks} 
+tr {05639.t2} {05639.f} {05639.p5} -> {05639.p6} 
+tr {05639.t3|05640.t1} : a5638 {05639.f} {05640.p1} -> {05640.p3} 
+tr {05640.e} {05640.p6} {05640.p3} -> {05640.p4-eats} 
+tr {05640.t} {05640.p2-thinks} -> {05640.p1} {05640.p5} 
+tr {05640.t0|05641.t4} : b5639 {05641.p4-eats} -> {05640.f} {05641.f} {05641.p2-thinks} 
+tr {05640.t2} {05640.f} {05640.p5} -> {05640.p6} 
+tr {05640.t3|05641.t1} : a5639 {05640.f} {05641.p1} -> {05641.p3} 
+tr {05641.e} {05641.p6} {05641.p3} -> {05641.p4-eats} 
+tr {05641.t} {05641.p2-thinks} -> {05641.p1} {05641.p5} 
+tr {05641.t0|05642.t4} : b5640 {05642.p4-eats} -> {05641.f} {05642.f} {05642.p2-thinks} 
+tr {05641.t2} {05641.f} {05641.p5} -> {05641.p6} 
+tr {05641.t3|05642.t1} : a5640 {05641.f} {05642.p1} -> {05642.p3} 
+tr {05642.e} {05642.p6} {05642.p3} -> {05642.p4-eats} 
+tr {05642.t} {05642.p2-thinks} -> {05642.p1} {05642.p5} 
+tr {05642.t0|05643.t4} : b5641 {05643.p4-eats} -> {05642.f} {05643.f} {05643.p2-thinks} 
+tr {05642.t2} {05642.f} {05642.p5} -> {05642.p6} 
+tr {05642.t3|05643.t1} : a5641 {05642.f} {05643.p1} -> {05643.p3} 
+tr {05643.e} {05643.p6} {05643.p3} -> {05643.p4-eats} 
+tr {05643.t} {05643.p2-thinks} -> {05643.p1} {05643.p5} 
+tr {05643.t0|05644.t4} : b5642 {05644.p4-eats} -> {05643.f} {05644.f} {05644.p2-thinks} 
+tr {05643.t2} {05643.f} {05643.p5} -> {05643.p6} 
+tr {05643.t3|05644.t1} : a5642 {05643.f} {05644.p1} -> {05644.p3} 
+tr {05644.e} {05644.p6} {05644.p3} -> {05644.p4-eats} 
+tr {05644.t} {05644.p2-thinks} -> {05644.p1} {05644.p5} 
+tr {05644.t0|05645.t4} : b5643 {05645.p4-eats} -> {05644.f} {05645.f} {05645.p2-thinks} 
+tr {05644.t2} {05644.f} {05644.p5} -> {05644.p6} 
+tr {05644.t3|05645.t1} : a5643 {05644.f} {05645.p1} -> {05645.p3} 
+tr {05645.e} {05645.p6} {05645.p3} -> {05645.p4-eats} 
+tr {05645.t} {05645.p2-thinks} -> {05645.p1} {05645.p5} 
+tr {05645.t0|05646.t4} : b5644 {05646.p4-eats} -> {05645.f} {05646.f} {05646.p2-thinks} 
+tr {05645.t2} {05645.f} {05645.p5} -> {05645.p6} 
+tr {05645.t3|05646.t1} : a5644 {05645.f} {05646.p1} -> {05646.p3} 
+tr {05646.e} {05646.p6} {05646.p3} -> {05646.p4-eats} 
+tr {05646.t} {05646.p2-thinks} -> {05646.p1} {05646.p5} 
+tr {05646.t0|05647.t4} : b5645 {05647.p4-eats} -> {05646.f} {05647.f} {05647.p2-thinks} 
+tr {05646.t2} {05646.f} {05646.p5} -> {05646.p6} 
+tr {05646.t3|05647.t1} : a5645 {05646.f} {05647.p1} -> {05647.p3} 
+tr {05647.e} {05647.p6} {05647.p3} -> {05647.p4-eats} 
+tr {05647.t} {05647.p2-thinks} -> {05647.p1} {05647.p5} 
+tr {05647.t0|05648.t4} : b5646 {05648.p4-eats} -> {05647.f} {05648.f} {05648.p2-thinks} 
+tr {05647.t2} {05647.f} {05647.p5} -> {05647.p6} 
+tr {05647.t3|05648.t1} : a5646 {05647.f} {05648.p1} -> {05648.p3} 
+tr {05648.e} {05648.p6} {05648.p3} -> {05648.p4-eats} 
+tr {05648.t} {05648.p2-thinks} -> {05648.p1} {05648.p5} 
+tr {05648.t0|05649.t4} : b5647 {05649.p4-eats} -> {05648.f} {05649.f} {05649.p2-thinks} 
+tr {05648.t2} {05648.f} {05648.p5} -> {05648.p6} 
+tr {05648.t3|05649.t1} : a5647 {05648.f} {05649.p1} -> {05649.p3} 
+tr {05649.e} {05649.p6} {05649.p3} -> {05649.p4-eats} 
+tr {05649.t} {05649.p2-thinks} -> {05649.p1} {05649.p5} 
+tr {05649.t0|05650.t4} : b5648 {05650.p4-eats} -> {05649.f} {05650.f} {05650.p2-thinks} 
+tr {05649.t2} {05649.f} {05649.p5} -> {05649.p6} 
+tr {05649.t3|05650.t1} : a5648 {05649.f} {05650.p1} -> {05650.p3} 
+tr {05650.e} {05650.p6} {05650.p3} -> {05650.p4-eats} 
+tr {05650.t} {05650.p2-thinks} -> {05650.p1} {05650.p5} 
+tr {05650.t0|05651.t4} : b5649 {05651.p4-eats} -> {05650.f} {05651.f} {05651.p2-thinks} 
+tr {05650.t2} {05650.f} {05650.p5} -> {05650.p6} 
+tr {05650.t3|05651.t1} : a5649 {05650.f} {05651.p1} -> {05651.p3} 
+tr {05651.e} {05651.p6} {05651.p3} -> {05651.p4-eats} 
+tr {05651.t} {05651.p2-thinks} -> {05651.p1} {05651.p5} 
+tr {05651.t0|05652.t4} : b5650 {05652.p4-eats} -> {05651.f} {05652.f} {05652.p2-thinks} 
+tr {05651.t2} {05651.f} {05651.p5} -> {05651.p6} 
+tr {05651.t3|05652.t1} : a5650 {05651.f} {05652.p1} -> {05652.p3} 
+tr {05652.e} {05652.p6} {05652.p3} -> {05652.p4-eats} 
+tr {05652.t} {05652.p2-thinks} -> {05652.p1} {05652.p5} 
+tr {05652.t0|05653.t4} : b5651 {05653.p4-eats} -> {05652.f} {05653.f} {05653.p2-thinks} 
+tr {05652.t2} {05652.f} {05652.p5} -> {05652.p6} 
+tr {05652.t3|05653.t1} : a5651 {05652.f} {05653.p1} -> {05653.p3} 
+tr {05653.e} {05653.p6} {05653.p3} -> {05653.p4-eats} 
+tr {05653.t} {05653.p2-thinks} -> {05653.p1} {05653.p5} 
+tr {05653.t0|05654.t4} : b5652 {05654.p4-eats} -> {05653.f} {05654.f} {05654.p2-thinks} 
+tr {05653.t2} {05653.f} {05653.p5} -> {05653.p6} 
+tr {05653.t3|05654.t1} : a5652 {05653.f} {05654.p1} -> {05654.p3} 
+tr {05654.e} {05654.p6} {05654.p3} -> {05654.p4-eats} 
+tr {05654.t} {05654.p2-thinks} -> {05654.p1} {05654.p5} 
+tr {05654.t0|05655.t4} : b5653 {05655.p4-eats} -> {05654.f} {05655.f} {05655.p2-thinks} 
+tr {05654.t2} {05654.f} {05654.p5} -> {05654.p6} 
+tr {05654.t3|05655.t1} : a5653 {05654.f} {05655.p1} -> {05655.p3} 
+tr {05655.e} {05655.p6} {05655.p3} -> {05655.p4-eats} 
+tr {05655.t} {05655.p2-thinks} -> {05655.p1} {05655.p5} 
+tr {05655.t0|05656.t4} : b5654 {05656.p4-eats} -> {05655.f} {05656.f} {05656.p2-thinks} 
+tr {05655.t2} {05655.f} {05655.p5} -> {05655.p6} 
+tr {05655.t3|05656.t1} : a5654 {05655.f} {05656.p1} -> {05656.p3} 
+tr {05656.e} {05656.p6} {05656.p3} -> {05656.p4-eats} 
+tr {05656.t} {05656.p2-thinks} -> {05656.p1} {05656.p5} 
+tr {05656.t0|05657.t4} : b5655 {05657.p4-eats} -> {05656.f} {05657.f} {05657.p2-thinks} 
+tr {05656.t2} {05656.f} {05656.p5} -> {05656.p6} 
+tr {05656.t3|05657.t1} : a5655 {05656.f} {05657.p1} -> {05657.p3} 
+tr {05657.e} {05657.p6} {05657.p3} -> {05657.p4-eats} 
+tr {05657.t} {05657.p2-thinks} -> {05657.p1} {05657.p5} 
+tr {05657.t0|05658.t4} : b5656 {05658.p4-eats} -> {05657.f} {05658.f} {05658.p2-thinks} 
+tr {05657.t2} {05657.f} {05657.p5} -> {05657.p6} 
+tr {05657.t3|05658.t1} : a5656 {05657.f} {05658.p1} -> {05658.p3} 
+tr {05658.e} {05658.p6} {05658.p3} -> {05658.p4-eats} 
+tr {05658.t} {05658.p2-thinks} -> {05658.p1} {05658.p5} 
+tr {05658.t0|05659.t4} : b5657 {05659.p4-eats} -> {05658.f} {05659.f} {05659.p2-thinks} 
+tr {05658.t2} {05658.f} {05658.p5} -> {05658.p6} 
+tr {05658.t3|05659.t1} : a5657 {05658.f} {05659.p1} -> {05659.p3} 
+tr {05659.e} {05659.p6} {05659.p3} -> {05659.p4-eats} 
+tr {05659.t} {05659.p2-thinks} -> {05659.p1} {05659.p5} 
+tr {05659.t0|05660.t4} : b5658 {05660.p4-eats} -> {05659.f} {05660.f} {05660.p2-thinks} 
+tr {05659.t2} {05659.f} {05659.p5} -> {05659.p6} 
+tr {05659.t3|05660.t1} : a5658 {05659.f} {05660.p1} -> {05660.p3} 
+tr {05660.e} {05660.p6} {05660.p3} -> {05660.p4-eats} 
+tr {05660.t} {05660.p2-thinks} -> {05660.p1} {05660.p5} 
+tr {05660.t0|05661.t4} : b5659 {05661.p4-eats} -> {05660.f} {05661.f} {05661.p2-thinks} 
+tr {05660.t2} {05660.f} {05660.p5} -> {05660.p6} 
+tr {05660.t3|05661.t1} : a5659 {05660.f} {05661.p1} -> {05661.p3} 
+tr {05661.e} {05661.p6} {05661.p3} -> {05661.p4-eats} 
+tr {05661.t} {05661.p2-thinks} -> {05661.p1} {05661.p5} 
+tr {05661.t0|05662.t4} : b5660 {05662.p4-eats} -> {05661.f} {05662.f} {05662.p2-thinks} 
+tr {05661.t2} {05661.f} {05661.p5} -> {05661.p6} 
+tr {05661.t3|05662.t1} : a5660 {05661.f} {05662.p1} -> {05662.p3} 
+tr {05662.e} {05662.p6} {05662.p3} -> {05662.p4-eats} 
+tr {05662.t} {05662.p2-thinks} -> {05662.p1} {05662.p5} 
+tr {05662.t0|05663.t4} : b5661 {05663.p4-eats} -> {05662.f} {05663.f} {05663.p2-thinks} 
+tr {05662.t2} {05662.f} {05662.p5} -> {05662.p6} 
+tr {05662.t3|05663.t1} : a5661 {05662.f} {05663.p1} -> {05663.p3} 
+tr {05663.e} {05663.p6} {05663.p3} -> {05663.p4-eats} 
+tr {05663.t} {05663.p2-thinks} -> {05663.p1} {05663.p5} 
+tr {05663.t0|05664.t4} : b5662 {05664.p4-eats} -> {05663.f} {05664.f} {05664.p2-thinks} 
+tr {05663.t2} {05663.f} {05663.p5} -> {05663.p6} 
+tr {05663.t3|05664.t1} : a5662 {05663.f} {05664.p1} -> {05664.p3} 
+tr {05664.e} {05664.p6} {05664.p3} -> {05664.p4-eats} 
+tr {05664.t} {05664.p2-thinks} -> {05664.p1} {05664.p5} 
+tr {05664.t0|05665.t4} : b5663 {05665.p4-eats} -> {05664.f} {05665.f} {05665.p2-thinks} 
+tr {05664.t2} {05664.f} {05664.p5} -> {05664.p6} 
+tr {05664.t3|05665.t1} : a5663 {05664.f} {05665.p1} -> {05665.p3} 
+tr {05665.e} {05665.p6} {05665.p3} -> {05665.p4-eats} 
+tr {05665.t} {05665.p2-thinks} -> {05665.p1} {05665.p5} 
+tr {05665.t0|05666.t4} : b5664 {05666.p4-eats} -> {05665.f} {05666.f} {05666.p2-thinks} 
+tr {05665.t2} {05665.f} {05665.p5} -> {05665.p6} 
+tr {05665.t3|05666.t1} : a5664 {05665.f} {05666.p1} -> {05666.p3} 
+tr {05666.e} {05666.p6} {05666.p3} -> {05666.p4-eats} 
+tr {05666.t} {05666.p2-thinks} -> {05666.p1} {05666.p5} 
+tr {05666.t0|05667.t4} : b5665 {05667.p4-eats} -> {05666.f} {05667.f} {05667.p2-thinks} 
+tr {05666.t2} {05666.f} {05666.p5} -> {05666.p6} 
+tr {05666.t3|05667.t1} : a5665 {05666.f} {05667.p1} -> {05667.p3} 
+tr {05667.e} {05667.p6} {05667.p3} -> {05667.p4-eats} 
+tr {05667.t} {05667.p2-thinks} -> {05667.p1} {05667.p5} 
+tr {05667.t0|05668.t4} : b5666 {05668.p4-eats} -> {05667.f} {05668.f} {05668.p2-thinks} 
+tr {05667.t2} {05667.f} {05667.p5} -> {05667.p6} 
+tr {05667.t3|05668.t1} : a5666 {05667.f} {05668.p1} -> {05668.p3} 
+tr {05668.e} {05668.p6} {05668.p3} -> {05668.p4-eats} 
+tr {05668.t} {05668.p2-thinks} -> {05668.p1} {05668.p5} 
+tr {05668.t0|05669.t4} : b5667 {05669.p4-eats} -> {05668.f} {05669.f} {05669.p2-thinks} 
+tr {05668.t2} {05668.f} {05668.p5} -> {05668.p6} 
+tr {05668.t3|05669.t1} : a5667 {05668.f} {05669.p1} -> {05669.p3} 
+tr {05669.e} {05669.p6} {05669.p3} -> {05669.p4-eats} 
+tr {05669.t} {05669.p2-thinks} -> {05669.p1} {05669.p5} 
+tr {05669.t0|05670.t4} : b5668 {05670.p4-eats} -> {05669.f} {05670.f} {05670.p2-thinks} 
+tr {05669.t2} {05669.f} {05669.p5} -> {05669.p6} 
+tr {05669.t3|05670.t1} : a5668 {05669.f} {05670.p1} -> {05670.p3} 
+tr {05670.e} {05670.p6} {05670.p3} -> {05670.p4-eats} 
+tr {05670.t} {05670.p2-thinks} -> {05670.p1} {05670.p5} 
+tr {05670.t0|05671.t4} : b5669 {05671.p4-eats} -> {05670.f} {05671.f} {05671.p2-thinks} 
+tr {05670.t2} {05670.f} {05670.p5} -> {05670.p6} 
+tr {05670.t3|05671.t1} : a5669 {05670.f} {05671.p1} -> {05671.p3} 
+tr {05671.e} {05671.p6} {05671.p3} -> {05671.p4-eats} 
+tr {05671.t} {05671.p2-thinks} -> {05671.p1} {05671.p5} 
+tr {05671.t0|05672.t4} : b5670 {05672.p4-eats} -> {05671.f} {05672.f} {05672.p2-thinks} 
+tr {05671.t2} {05671.f} {05671.p5} -> {05671.p6} 
+tr {05671.t3|05672.t1} : a5670 {05671.f} {05672.p1} -> {05672.p3} 
+tr {05672.e} {05672.p6} {05672.p3} -> {05672.p4-eats} 
+tr {05672.t} {05672.p2-thinks} -> {05672.p1} {05672.p5} 
+tr {05672.t0|05673.t4} : b5671 {05673.p4-eats} -> {05672.f} {05673.f} {05673.p2-thinks} 
+tr {05672.t2} {05672.f} {05672.p5} -> {05672.p6} 
+tr {05672.t3|05673.t1} : a5671 {05672.f} {05673.p1} -> {05673.p3} 
+tr {05673.e} {05673.p6} {05673.p3} -> {05673.p4-eats} 
+tr {05673.t} {05673.p2-thinks} -> {05673.p1} {05673.p5} 
+tr {05673.t0|05674.t4} : b5672 {05674.p4-eats} -> {05673.f} {05674.f} {05674.p2-thinks} 
+tr {05673.t2} {05673.f} {05673.p5} -> {05673.p6} 
+tr {05673.t3|05674.t1} : a5672 {05673.f} {05674.p1} -> {05674.p3} 
+tr {05674.e} {05674.p6} {05674.p3} -> {05674.p4-eats} 
+tr {05674.t} {05674.p2-thinks} -> {05674.p1} {05674.p5} 
+tr {05674.t0|05675.t4} : b5673 {05675.p4-eats} -> {05674.f} {05675.f} {05675.p2-thinks} 
+tr {05674.t2} {05674.f} {05674.p5} -> {05674.p6} 
+tr {05674.t3|05675.t1} : a5673 {05674.f} {05675.p1} -> {05675.p3} 
+tr {05675.e} {05675.p6} {05675.p3} -> {05675.p4-eats} 
+tr {05675.t} {05675.p2-thinks} -> {05675.p1} {05675.p5} 
+tr {05675.t0|05676.t4} : b5674 {05676.p4-eats} -> {05675.f} {05676.f} {05676.p2-thinks} 
+tr {05675.t2} {05675.f} {05675.p5} -> {05675.p6} 
+tr {05675.t3|05676.t1} : a5674 {05675.f} {05676.p1} -> {05676.p3} 
+tr {05676.e} {05676.p6} {05676.p3} -> {05676.p4-eats} 
+tr {05676.t} {05676.p2-thinks} -> {05676.p1} {05676.p5} 
+tr {05676.t0|05677.t4} : b5675 {05677.p4-eats} -> {05676.f} {05677.f} {05677.p2-thinks} 
+tr {05676.t2} {05676.f} {05676.p5} -> {05676.p6} 
+tr {05676.t3|05677.t1} : a5675 {05676.f} {05677.p1} -> {05677.p3} 
+tr {05677.e} {05677.p6} {05677.p3} -> {05677.p4-eats} 
+tr {05677.t} {05677.p2-thinks} -> {05677.p1} {05677.p5} 
+tr {05677.t0|05678.t4} : b5676 {05678.p4-eats} -> {05677.f} {05678.f} {05678.p2-thinks} 
+tr {05677.t2} {05677.f} {05677.p5} -> {05677.p6} 
+tr {05677.t3|05678.t1} : a5676 {05677.f} {05678.p1} -> {05678.p3} 
+tr {05678.e} {05678.p6} {05678.p3} -> {05678.p4-eats} 
+tr {05678.t} {05678.p2-thinks} -> {05678.p1} {05678.p5} 
+tr {05678.t0|05679.t4} : b5677 {05679.p4-eats} -> {05678.f} {05679.f} {05679.p2-thinks} 
+tr {05678.t2} {05678.f} {05678.p5} -> {05678.p6} 
+tr {05678.t3|05679.t1} : a5677 {05678.f} {05679.p1} -> {05679.p3} 
+tr {05679.e} {05679.p6} {05679.p3} -> {05679.p4-eats} 
+tr {05679.t} {05679.p2-thinks} -> {05679.p1} {05679.p5} 
+tr {05679.t0|05680.t4} : b5678 {05680.p4-eats} -> {05679.f} {05680.f} {05680.p2-thinks} 
+tr {05679.t2} {05679.f} {05679.p5} -> {05679.p6} 
+tr {05679.t3|05680.t1} : a5678 {05679.f} {05680.p1} -> {05680.p3} 
+tr {05680.e} {05680.p6} {05680.p3} -> {05680.p4-eats} 
+tr {05680.t} {05680.p2-thinks} -> {05680.p1} {05680.p5} 
+tr {05680.t0|05681.t4} : b5679 {05681.p4-eats} -> {05680.f} {05681.f} {05681.p2-thinks} 
+tr {05680.t2} {05680.f} {05680.p5} -> {05680.p6} 
+tr {05680.t3|05681.t1} : a5679 {05680.f} {05681.p1} -> {05681.p3} 
+tr {05681.e} {05681.p6} {05681.p3} -> {05681.p4-eats} 
+tr {05681.t} {05681.p2-thinks} -> {05681.p1} {05681.p5} 
+tr {05681.t0|05682.t4} : b5680 {05682.p4-eats} -> {05681.f} {05682.f} {05682.p2-thinks} 
+tr {05681.t2} {05681.f} {05681.p5} -> {05681.p6} 
+tr {05681.t3|05682.t1} : a5680 {05681.f} {05682.p1} -> {05682.p3} 
+tr {05682.e} {05682.p6} {05682.p3} -> {05682.p4-eats} 
+tr {05682.t} {05682.p2-thinks} -> {05682.p1} {05682.p5} 
+tr {05682.t0|05683.t4} : b5681 {05683.p4-eats} -> {05682.f} {05683.f} {05683.p2-thinks} 
+tr {05682.t2} {05682.f} {05682.p5} -> {05682.p6} 
+tr {05682.t3|05683.t1} : a5681 {05682.f} {05683.p1} -> {05683.p3} 
+tr {05683.e} {05683.p6} {05683.p3} -> {05683.p4-eats} 
+tr {05683.t} {05683.p2-thinks} -> {05683.p1} {05683.p5} 
+tr {05683.t0|05684.t4} : b5682 {05684.p4-eats} -> {05683.f} {05684.f} {05684.p2-thinks} 
+tr {05683.t2} {05683.f} {05683.p5} -> {05683.p6} 
+tr {05683.t3|05684.t1} : a5682 {05683.f} {05684.p1} -> {05684.p3} 
+tr {05684.e} {05684.p6} {05684.p3} -> {05684.p4-eats} 
+tr {05684.t} {05684.p2-thinks} -> {05684.p1} {05684.p5} 
+tr {05684.t0|05685.t4} : b5683 {05685.p4-eats} -> {05684.f} {05685.f} {05685.p2-thinks} 
+tr {05684.t2} {05684.f} {05684.p5} -> {05684.p6} 
+tr {05684.t3|05685.t1} : a5683 {05684.f} {05685.p1} -> {05685.p3} 
+tr {05685.e} {05685.p6} {05685.p3} -> {05685.p4-eats} 
+tr {05685.t} {05685.p2-thinks} -> {05685.p1} {05685.p5} 
+tr {05685.t0|05686.t4} : b5684 {05686.p4-eats} -> {05685.f} {05686.f} {05686.p2-thinks} 
+tr {05685.t2} {05685.f} {05685.p5} -> {05685.p6} 
+tr {05685.t3|05686.t1} : a5684 {05685.f} {05686.p1} -> {05686.p3} 
+tr {05686.e} {05686.p6} {05686.p3} -> {05686.p4-eats} 
+tr {05686.t} {05686.p2-thinks} -> {05686.p1} {05686.p5} 
+tr {05686.t0|05687.t4} : b5685 {05687.p4-eats} -> {05686.f} {05687.f} {05687.p2-thinks} 
+tr {05686.t2} {05686.f} {05686.p5} -> {05686.p6} 
+tr {05686.t3|05687.t1} : a5685 {05686.f} {05687.p1} -> {05687.p3} 
+tr {05687.e} {05687.p6} {05687.p3} -> {05687.p4-eats} 
+tr {05687.t} {05687.p2-thinks} -> {05687.p1} {05687.p5} 
+tr {05687.t0|05688.t4} : b5686 {05688.p4-eats} -> {05687.f} {05688.f} {05688.p2-thinks} 
+tr {05687.t2} {05687.f} {05687.p5} -> {05687.p6} 
+tr {05687.t3|05688.t1} : a5686 {05687.f} {05688.p1} -> {05688.p3} 
+tr {05688.e} {05688.p6} {05688.p3} -> {05688.p4-eats} 
+tr {05688.t} {05688.p2-thinks} -> {05688.p1} {05688.p5} 
+tr {05688.t0|05689.t4} : b5687 {05689.p4-eats} -> {05688.f} {05689.f} {05689.p2-thinks} 
+tr {05688.t2} {05688.f} {05688.p5} -> {05688.p6} 
+tr {05688.t3|05689.t1} : a5687 {05688.f} {05689.p1} -> {05689.p3} 
+tr {05689.e} {05689.p6} {05689.p3} -> {05689.p4-eats} 
+tr {05689.t} {05689.p2-thinks} -> {05689.p1} {05689.p5} 
+tr {05689.t0|05690.t4} : b5688 {05690.p4-eats} -> {05689.f} {05690.f} {05690.p2-thinks} 
+tr {05689.t2} {05689.f} {05689.p5} -> {05689.p6} 
+tr {05689.t3|05690.t1} : a5688 {05689.f} {05690.p1} -> {05690.p3} 
+tr {05690.e} {05690.p6} {05690.p3} -> {05690.p4-eats} 
+tr {05690.t} {05690.p2-thinks} -> {05690.p1} {05690.p5} 
+tr {05690.t0|05691.t4} : b5689 {05691.p4-eats} -> {05690.f} {05691.f} {05691.p2-thinks} 
+tr {05690.t2} {05690.f} {05690.p5} -> {05690.p6} 
+tr {05690.t3|05691.t1} : a5689 {05690.f} {05691.p1} -> {05691.p3} 
+tr {05691.e} {05691.p6} {05691.p3} -> {05691.p4-eats} 
+tr {05691.t} {05691.p2-thinks} -> {05691.p1} {05691.p5} 
+tr {05691.t0|05692.t4} : b5690 {05692.p4-eats} -> {05691.f} {05692.f} {05692.p2-thinks} 
+tr {05691.t2} {05691.f} {05691.p5} -> {05691.p6} 
+tr {05691.t3|05692.t1} : a5690 {05691.f} {05692.p1} -> {05692.p3} 
+tr {05692.e} {05692.p6} {05692.p3} -> {05692.p4-eats} 
+tr {05692.t} {05692.p2-thinks} -> {05692.p1} {05692.p5} 
+tr {05692.t0|05693.t4} : b5691 {05693.p4-eats} -> {05692.f} {05693.f} {05693.p2-thinks} 
+tr {05692.t2} {05692.f} {05692.p5} -> {05692.p6} 
+tr {05692.t3|05693.t1} : a5691 {05692.f} {05693.p1} -> {05693.p3} 
+tr {05693.e} {05693.p6} {05693.p3} -> {05693.p4-eats} 
+tr {05693.t} {05693.p2-thinks} -> {05693.p1} {05693.p5} 
+tr {05693.t0|05694.t4} : b5692 {05694.p4-eats} -> {05693.f} {05694.f} {05694.p2-thinks} 
+tr {05693.t2} {05693.f} {05693.p5} -> {05693.p6} 
+tr {05693.t3|05694.t1} : a5692 {05693.f} {05694.p1} -> {05694.p3} 
+tr {05694.e} {05694.p6} {05694.p3} -> {05694.p4-eats} 
+tr {05694.t} {05694.p2-thinks} -> {05694.p1} {05694.p5} 
+tr {05694.t0|05695.t4} : b5693 {05695.p4-eats} -> {05694.f} {05695.f} {05695.p2-thinks} 
+tr {05694.t2} {05694.f} {05694.p5} -> {05694.p6} 
+tr {05694.t3|05695.t1} : a5693 {05694.f} {05695.p1} -> {05695.p3} 
+tr {05695.e} {05695.p6} {05695.p3} -> {05695.p4-eats} 
+tr {05695.t} {05695.p2-thinks} -> {05695.p1} {05695.p5} 
+tr {05695.t0|05696.t4} : b5694 {05696.p4-eats} -> {05695.f} {05696.f} {05696.p2-thinks} 
+tr {05695.t2} {05695.f} {05695.p5} -> {05695.p6} 
+tr {05695.t3|05696.t1} : a5694 {05695.f} {05696.p1} -> {05696.p3} 
+tr {05696.e} {05696.p6} {05696.p3} -> {05696.p4-eats} 
+tr {05696.t} {05696.p2-thinks} -> {05696.p1} {05696.p5} 
+tr {05696.t0|05697.t4} : b5695 {05697.p4-eats} -> {05696.f} {05697.f} {05697.p2-thinks} 
+tr {05696.t2} {05696.f} {05696.p5} -> {05696.p6} 
+tr {05696.t3|05697.t1} : a5695 {05696.f} {05697.p1} -> {05697.p3} 
+tr {05697.e} {05697.p6} {05697.p3} -> {05697.p4-eats} 
+tr {05697.t} {05697.p2-thinks} -> {05697.p1} {05697.p5} 
+tr {05697.t0|05698.t4} : b5696 {05698.p4-eats} -> {05697.f} {05698.f} {05698.p2-thinks} 
+tr {05697.t2} {05697.f} {05697.p5} -> {05697.p6} 
+tr {05697.t3|05698.t1} : a5696 {05697.f} {05698.p1} -> {05698.p3} 
+tr {05698.e} {05698.p6} {05698.p3} -> {05698.p4-eats} 
+tr {05698.t} {05698.p2-thinks} -> {05698.p1} {05698.p5} 
+tr {05698.t0|05699.t4} : b5697 {05699.p4-eats} -> {05698.f} {05699.f} {05699.p2-thinks} 
+tr {05698.t2} {05698.f} {05698.p5} -> {05698.p6} 
+tr {05698.t3|05699.t1} : a5697 {05698.f} {05699.p1} -> {05699.p3} 
+tr {05699.e} {05699.p6} {05699.p3} -> {05699.p4-eats} 
+tr {05699.t} {05699.p2-thinks} -> {05699.p1} {05699.p5} 
+tr {05699.t0|05700.t4} : b5698 {05700.p4-eats} -> {05699.f} {05700.f} {05700.p2-thinks} 
+tr {05699.t2} {05699.f} {05699.p5} -> {05699.p6} 
+tr {05699.t3|05700.t1} : a5698 {05699.f} {05700.p1} -> {05700.p3} 
+tr {05700.e} {05700.p6} {05700.p3} -> {05700.p4-eats} 
+tr {05700.t} {05700.p2-thinks} -> {05700.p1} {05700.p5} 
+tr {05700.t0|05701.t4} : b5699 {05701.p4-eats} -> {05700.f} {05701.f} {05701.p2-thinks} 
+tr {05700.t2} {05700.f} {05700.p5} -> {05700.p6} 
+tr {05700.t3|05701.t1} : a5699 {05700.f} {05701.p1} -> {05701.p3} 
+tr {05701.e} {05701.p6} {05701.p3} -> {05701.p4-eats} 
+tr {05701.t} {05701.p2-thinks} -> {05701.p1} {05701.p5} 
+tr {05701.t0|05702.t4} : b5700 {05702.p4-eats} -> {05701.f} {05702.f} {05702.p2-thinks} 
+tr {05701.t2} {05701.f} {05701.p5} -> {05701.p6} 
+tr {05701.t3|05702.t1} : a5700 {05701.f} {05702.p1} -> {05702.p3} 
+tr {05702.e} {05702.p6} {05702.p3} -> {05702.p4-eats} 
+tr {05702.t} {05702.p2-thinks} -> {05702.p1} {05702.p5} 
+tr {05702.t0|05703.t4} : b5701 {05703.p4-eats} -> {05702.f} {05703.f} {05703.p2-thinks} 
+tr {05702.t2} {05702.f} {05702.p5} -> {05702.p6} 
+tr {05702.t3|05703.t1} : a5701 {05702.f} {05703.p1} -> {05703.p3} 
+tr {05703.e} {05703.p6} {05703.p3} -> {05703.p4-eats} 
+tr {05703.t} {05703.p2-thinks} -> {05703.p1} {05703.p5} 
+tr {05703.t0|05704.t4} : b5702 {05704.p4-eats} -> {05703.f} {05704.f} {05704.p2-thinks} 
+tr {05703.t2} {05703.f} {05703.p5} -> {05703.p6} 
+tr {05703.t3|05704.t1} : a5702 {05703.f} {05704.p1} -> {05704.p3} 
+tr {05704.e} {05704.p6} {05704.p3} -> {05704.p4-eats} 
+tr {05704.t} {05704.p2-thinks} -> {05704.p1} {05704.p5} 
+tr {05704.t0|05705.t4} : b5703 {05705.p4-eats} -> {05704.f} {05705.f} {05705.p2-thinks} 
+tr {05704.t2} {05704.f} {05704.p5} -> {05704.p6} 
+tr {05704.t3|05705.t1} : a5703 {05704.f} {05705.p1} -> {05705.p3} 
+tr {05705.e} {05705.p6} {05705.p3} -> {05705.p4-eats} 
+tr {05705.t} {05705.p2-thinks} -> {05705.p1} {05705.p5} 
+tr {05705.t0|05706.t4} : b5704 {05706.p4-eats} -> {05705.f} {05706.f} {05706.p2-thinks} 
+tr {05705.t2} {05705.f} {05705.p5} -> {05705.p6} 
+tr {05705.t3|05706.t1} : a5704 {05705.f} {05706.p1} -> {05706.p3} 
+tr {05706.e} {05706.p6} {05706.p3} -> {05706.p4-eats} 
+tr {05706.t} {05706.p2-thinks} -> {05706.p1} {05706.p5} 
+tr {05706.t0|05707.t4} : b5705 {05707.p4-eats} -> {05706.f} {05707.f} {05707.p2-thinks} 
+tr {05706.t2} {05706.f} {05706.p5} -> {05706.p6} 
+tr {05706.t3|05707.t1} : a5705 {05706.f} {05707.p1} -> {05707.p3} 
+tr {05707.e} {05707.p6} {05707.p3} -> {05707.p4-eats} 
+tr {05707.t} {05707.p2-thinks} -> {05707.p1} {05707.p5} 
+tr {05707.t0|05708.t4} : b5706 {05708.p4-eats} -> {05707.f} {05708.f} {05708.p2-thinks} 
+tr {05707.t2} {05707.f} {05707.p5} -> {05707.p6} 
+tr {05707.t3|05708.t1} : a5706 {05707.f} {05708.p1} -> {05708.p3} 
+tr {05708.e} {05708.p6} {05708.p3} -> {05708.p4-eats} 
+tr {05708.t} {05708.p2-thinks} -> {05708.p1} {05708.p5} 
+tr {05708.t0|05709.t4} : b5707 {05709.p4-eats} -> {05708.f} {05709.f} {05709.p2-thinks} 
+tr {05708.t2} {05708.f} {05708.p5} -> {05708.p6} 
+tr {05708.t3|05709.t1} : a5707 {05708.f} {05709.p1} -> {05709.p3} 
+tr {05709.e} {05709.p6} {05709.p3} -> {05709.p4-eats} 
+tr {05709.t} {05709.p2-thinks} -> {05709.p1} {05709.p5} 
+tr {05709.t0|05710.t4} : b5708 {05710.p4-eats} -> {05709.f} {05710.f} {05710.p2-thinks} 
+tr {05709.t2} {05709.f} {05709.p5} -> {05709.p6} 
+tr {05709.t3|05710.t1} : a5708 {05709.f} {05710.p1} -> {05710.p3} 
+tr {05710.e} {05710.p6} {05710.p3} -> {05710.p4-eats} 
+tr {05710.t} {05710.p2-thinks} -> {05710.p1} {05710.p5} 
+tr {05710.t0|05711.t4} : b5709 {05711.p4-eats} -> {05710.f} {05711.f} {05711.p2-thinks} 
+tr {05710.t2} {05710.f} {05710.p5} -> {05710.p6} 
+tr {05710.t3|05711.t1} : a5709 {05710.f} {05711.p1} -> {05711.p3} 
+tr {05711.e} {05711.p6} {05711.p3} -> {05711.p4-eats} 
+tr {05711.t} {05711.p2-thinks} -> {05711.p1} {05711.p5} 
+tr {05711.t0|05712.t4} : b5710 {05712.p4-eats} -> {05711.f} {05712.f} {05712.p2-thinks} 
+tr {05711.t2} {05711.f} {05711.p5} -> {05711.p6} 
+tr {05711.t3|05712.t1} : a5710 {05711.f} {05712.p1} -> {05712.p3} 
+tr {05712.e} {05712.p6} {05712.p3} -> {05712.p4-eats} 
+tr {05712.t} {05712.p2-thinks} -> {05712.p1} {05712.p5} 
+tr {05712.t0|05713.t4} : b5711 {05713.p4-eats} -> {05712.f} {05713.f} {05713.p2-thinks} 
+tr {05712.t2} {05712.f} {05712.p5} -> {05712.p6} 
+tr {05712.t3|05713.t1} : a5711 {05712.f} {05713.p1} -> {05713.p3} 
+tr {05713.e} {05713.p6} {05713.p3} -> {05713.p4-eats} 
+tr {05713.t} {05713.p2-thinks} -> {05713.p1} {05713.p5} 
+tr {05713.t0|05714.t4} : b5712 {05714.p4-eats} -> {05713.f} {05714.f} {05714.p2-thinks} 
+tr {05713.t2} {05713.f} {05713.p5} -> {05713.p6} 
+tr {05713.t3|05714.t1} : a5712 {05713.f} {05714.p1} -> {05714.p3} 
+tr {05714.e} {05714.p6} {05714.p3} -> {05714.p4-eats} 
+tr {05714.t} {05714.p2-thinks} -> {05714.p1} {05714.p5} 
+tr {05714.t0|05715.t4} : b5713 {05715.p4-eats} -> {05714.f} {05715.f} {05715.p2-thinks} 
+tr {05714.t2} {05714.f} {05714.p5} -> {05714.p6} 
+tr {05714.t3|05715.t1} : a5713 {05714.f} {05715.p1} -> {05715.p3} 
+tr {05715.e} {05715.p6} {05715.p3} -> {05715.p4-eats} 
+tr {05715.t} {05715.p2-thinks} -> {05715.p1} {05715.p5} 
+tr {05715.t0|05716.t4} : b5714 {05716.p4-eats} -> {05715.f} {05716.f} {05716.p2-thinks} 
+tr {05715.t2} {05715.f} {05715.p5} -> {05715.p6} 
+tr {05715.t3|05716.t1} : a5714 {05715.f} {05716.p1} -> {05716.p3} 
+tr {05716.e} {05716.p6} {05716.p3} -> {05716.p4-eats} 
+tr {05716.t} {05716.p2-thinks} -> {05716.p1} {05716.p5} 
+tr {05716.t0|05717.t4} : b5715 {05717.p4-eats} -> {05716.f} {05717.f} {05717.p2-thinks} 
+tr {05716.t2} {05716.f} {05716.p5} -> {05716.p6} 
+tr {05716.t3|05717.t1} : a5715 {05716.f} {05717.p1} -> {05717.p3} 
+tr {05717.e} {05717.p6} {05717.p3} -> {05717.p4-eats} 
+tr {05717.t} {05717.p2-thinks} -> {05717.p1} {05717.p5} 
+tr {05717.t0|05718.t4} : b5716 {05718.p4-eats} -> {05717.f} {05718.f} {05718.p2-thinks} 
+tr {05717.t2} {05717.f} {05717.p5} -> {05717.p6} 
+tr {05717.t3|05718.t1} : a5716 {05717.f} {05718.p1} -> {05718.p3} 
+tr {05718.e} {05718.p6} {05718.p3} -> {05718.p4-eats} 
+tr {05718.t} {05718.p2-thinks} -> {05718.p1} {05718.p5} 
+tr {05718.t0|05719.t4} : b5717 {05719.p4-eats} -> {05718.f} {05719.f} {05719.p2-thinks} 
+tr {05718.t2} {05718.f} {05718.p5} -> {05718.p6} 
+tr {05718.t3|05719.t1} : a5717 {05718.f} {05719.p1} -> {05719.p3} 
+tr {05719.e} {05719.p6} {05719.p3} -> {05719.p4-eats} 
+tr {05719.t} {05719.p2-thinks} -> {05719.p1} {05719.p5} 
+tr {05719.t0|05720.t4} : b5718 {05720.p4-eats} -> {05719.f} {05720.f} {05720.p2-thinks} 
+tr {05719.t2} {05719.f} {05719.p5} -> {05719.p6} 
+tr {05719.t3|05720.t1} : a5718 {05719.f} {05720.p1} -> {05720.p3} 
+tr {05720.e} {05720.p6} {05720.p3} -> {05720.p4-eats} 
+tr {05720.t} {05720.p2-thinks} -> {05720.p1} {05720.p5} 
+tr {05720.t0|05721.t4} : b5719 {05721.p4-eats} -> {05720.f} {05721.f} {05721.p2-thinks} 
+tr {05720.t2} {05720.f} {05720.p5} -> {05720.p6} 
+tr {05720.t3|05721.t1} : a5719 {05720.f} {05721.p1} -> {05721.p3} 
+tr {05721.e} {05721.p6} {05721.p3} -> {05721.p4-eats} 
+tr {05721.t} {05721.p2-thinks} -> {05721.p1} {05721.p5} 
+tr {05721.t0|05722.t4} : b5720 {05722.p4-eats} -> {05721.f} {05722.f} {05722.p2-thinks} 
+tr {05721.t2} {05721.f} {05721.p5} -> {05721.p6} 
+tr {05721.t3|05722.t1} : a5720 {05721.f} {05722.p1} -> {05722.p3} 
+tr {05722.e} {05722.p6} {05722.p3} -> {05722.p4-eats} 
+tr {05722.t} {05722.p2-thinks} -> {05722.p1} {05722.p5} 
+tr {05722.t0|05723.t4} : b5721 {05723.p4-eats} -> {05722.f} {05723.f} {05723.p2-thinks} 
+tr {05722.t2} {05722.f} {05722.p5} -> {05722.p6} 
+tr {05722.t3|05723.t1} : a5721 {05722.f} {05723.p1} -> {05723.p3} 
+tr {05723.e} {05723.p6} {05723.p3} -> {05723.p4-eats} 
+tr {05723.t} {05723.p2-thinks} -> {05723.p1} {05723.p5} 
+tr {05723.t0|05724.t4} : b5722 {05724.p4-eats} -> {05723.f} {05724.f} {05724.p2-thinks} 
+tr {05723.t2} {05723.f} {05723.p5} -> {05723.p6} 
+tr {05723.t3|05724.t1} : a5722 {05723.f} {05724.p1} -> {05724.p3} 
+tr {05724.e} {05724.p6} {05724.p3} -> {05724.p4-eats} 
+tr {05724.t} {05724.p2-thinks} -> {05724.p1} {05724.p5} 
+tr {05724.t0|05725.t4} : b5723 {05725.p4-eats} -> {05724.f} {05725.f} {05725.p2-thinks} 
+tr {05724.t2} {05724.f} {05724.p5} -> {05724.p6} 
+tr {05724.t3|05725.t1} : a5723 {05724.f} {05725.p1} -> {05725.p3} 
+tr {05725.e} {05725.p6} {05725.p3} -> {05725.p4-eats} 
+tr {05725.t} {05725.p2-thinks} -> {05725.p1} {05725.p5} 
+tr {05725.t0|05726.t4} : b5724 {05726.p4-eats} -> {05725.f} {05726.f} {05726.p2-thinks} 
+tr {05725.t2} {05725.f} {05725.p5} -> {05725.p6} 
+tr {05725.t3|05726.t1} : a5724 {05725.f} {05726.p1} -> {05726.p3} 
+tr {05726.e} {05726.p6} {05726.p3} -> {05726.p4-eats} 
+tr {05726.t} {05726.p2-thinks} -> {05726.p1} {05726.p5} 
+tr {05726.t0|05727.t4} : b5725 {05727.p4-eats} -> {05726.f} {05727.f} {05727.p2-thinks} 
+tr {05726.t2} {05726.f} {05726.p5} -> {05726.p6} 
+tr {05726.t3|05727.t1} : a5725 {05726.f} {05727.p1} -> {05727.p3} 
+tr {05727.e} {05727.p6} {05727.p3} -> {05727.p4-eats} 
+tr {05727.t} {05727.p2-thinks} -> {05727.p1} {05727.p5} 
+tr {05727.t0|05728.t4} : b5726 {05728.p4-eats} -> {05727.f} {05728.f} {05728.p2-thinks} 
+tr {05727.t2} {05727.f} {05727.p5} -> {05727.p6} 
+tr {05727.t3|05728.t1} : a5726 {05727.f} {05728.p1} -> {05728.p3} 
+tr {05728.e} {05728.p6} {05728.p3} -> {05728.p4-eats} 
+tr {05728.t} {05728.p2-thinks} -> {05728.p1} {05728.p5} 
+tr {05728.t0|05729.t4} : b5727 {05729.p4-eats} -> {05728.f} {05729.f} {05729.p2-thinks} 
+tr {05728.t2} {05728.f} {05728.p5} -> {05728.p6} 
+tr {05728.t3|05729.t1} : a5727 {05728.f} {05729.p1} -> {05729.p3} 
+tr {05729.e} {05729.p6} {05729.p3} -> {05729.p4-eats} 
+tr {05729.t} {05729.p2-thinks} -> {05729.p1} {05729.p5} 
+tr {05729.t0|05730.t4} : b5728 {05730.p4-eats} -> {05729.f} {05730.f} {05730.p2-thinks} 
+tr {05729.t2} {05729.f} {05729.p5} -> {05729.p6} 
+tr {05729.t3|05730.t1} : a5728 {05729.f} {05730.p1} -> {05730.p3} 
+tr {05730.e} {05730.p6} {05730.p3} -> {05730.p4-eats} 
+tr {05730.t} {05730.p2-thinks} -> {05730.p1} {05730.p5} 
+tr {05730.t0|05731.t4} : b5729 {05731.p4-eats} -> {05730.f} {05731.f} {05731.p2-thinks} 
+tr {05730.t2} {05730.f} {05730.p5} -> {05730.p6} 
+tr {05730.t3|05731.t1} : a5729 {05730.f} {05731.p1} -> {05731.p3} 
+tr {05731.e} {05731.p6} {05731.p3} -> {05731.p4-eats} 
+tr {05731.t} {05731.p2-thinks} -> {05731.p1} {05731.p5} 
+tr {05731.t0|05732.t4} : b5730 {05732.p4-eats} -> {05731.f} {05732.f} {05732.p2-thinks} 
+tr {05731.t2} {05731.f} {05731.p5} -> {05731.p6} 
+tr {05731.t3|05732.t1} : a5730 {05731.f} {05732.p1} -> {05732.p3} 
+tr {05732.e} {05732.p6} {05732.p3} -> {05732.p4-eats} 
+tr {05732.t} {05732.p2-thinks} -> {05732.p1} {05732.p5} 
+tr {05732.t0|05733.t4} : b5731 {05733.p4-eats} -> {05732.f} {05733.f} {05733.p2-thinks} 
+tr {05732.t2} {05732.f} {05732.p5} -> {05732.p6} 
+tr {05732.t3|05733.t1} : a5731 {05732.f} {05733.p1} -> {05733.p3} 
+tr {05733.e} {05733.p6} {05733.p3} -> {05733.p4-eats} 
+tr {05733.t} {05733.p2-thinks} -> {05733.p1} {05733.p5} 
+tr {05733.t0|05734.t4} : b5732 {05734.p4-eats} -> {05733.f} {05734.f} {05734.p2-thinks} 
+tr {05733.t2} {05733.f} {05733.p5} -> {05733.p6} 
+tr {05733.t3|05734.t1} : a5732 {05733.f} {05734.p1} -> {05734.p3} 
+tr {05734.e} {05734.p6} {05734.p3} -> {05734.p4-eats} 
+tr {05734.t} {05734.p2-thinks} -> {05734.p1} {05734.p5} 
+tr {05734.t0|05735.t4} : b5733 {05735.p4-eats} -> {05734.f} {05735.f} {05735.p2-thinks} 
+tr {05734.t2} {05734.f} {05734.p5} -> {05734.p6} 
+tr {05734.t3|05735.t1} : a5733 {05734.f} {05735.p1} -> {05735.p3} 
+tr {05735.e} {05735.p6} {05735.p3} -> {05735.p4-eats} 
+tr {05735.t} {05735.p2-thinks} -> {05735.p1} {05735.p5} 
+tr {05735.t0|05736.t4} : b5734 {05736.p4-eats} -> {05735.f} {05736.f} {05736.p2-thinks} 
+tr {05735.t2} {05735.f} {05735.p5} -> {05735.p6} 
+tr {05735.t3|05736.t1} : a5734 {05735.f} {05736.p1} -> {05736.p3} 
+tr {05736.e} {05736.p6} {05736.p3} -> {05736.p4-eats} 
+tr {05736.t} {05736.p2-thinks} -> {05736.p1} {05736.p5} 
+tr {05736.t0|05737.t4} : b5735 {05737.p4-eats} -> {05736.f} {05737.f} {05737.p2-thinks} 
+tr {05736.t2} {05736.f} {05736.p5} -> {05736.p6} 
+tr {05736.t3|05737.t1} : a5735 {05736.f} {05737.p1} -> {05737.p3} 
+tr {05737.e} {05737.p6} {05737.p3} -> {05737.p4-eats} 
+tr {05737.t} {05737.p2-thinks} -> {05737.p1} {05737.p5} 
+tr {05737.t0|05738.t4} : b5736 {05738.p4-eats} -> {05737.f} {05738.f} {05738.p2-thinks} 
+tr {05737.t2} {05737.f} {05737.p5} -> {05737.p6} 
+tr {05737.t3|05738.t1} : a5736 {05737.f} {05738.p1} -> {05738.p3} 
+tr {05738.e} {05738.p6} {05738.p3} -> {05738.p4-eats} 
+tr {05738.t} {05738.p2-thinks} -> {05738.p1} {05738.p5} 
+tr {05738.t0|05739.t4} : b5737 {05739.p4-eats} -> {05738.f} {05739.f} {05739.p2-thinks} 
+tr {05738.t2} {05738.f} {05738.p5} -> {05738.p6} 
+tr {05738.t3|05739.t1} : a5737 {05738.f} {05739.p1} -> {05739.p3} 
+tr {05739.e} {05739.p6} {05739.p3} -> {05739.p4-eats} 
+tr {05739.t} {05739.p2-thinks} -> {05739.p1} {05739.p5} 
+tr {05739.t0|05740.t4} : b5738 {05740.p4-eats} -> {05739.f} {05740.f} {05740.p2-thinks} 
+tr {05739.t2} {05739.f} {05739.p5} -> {05739.p6} 
+tr {05739.t3|05740.t1} : a5738 {05739.f} {05740.p1} -> {05740.p3} 
+tr {05740.e} {05740.p6} {05740.p3} -> {05740.p4-eats} 
+tr {05740.t} {05740.p2-thinks} -> {05740.p1} {05740.p5} 
+tr {05740.t0|05741.t4} : b5739 {05741.p4-eats} -> {05740.f} {05741.f} {05741.p2-thinks} 
+tr {05740.t2} {05740.f} {05740.p5} -> {05740.p6} 
+tr {05740.t3|05741.t1} : a5739 {05740.f} {05741.p1} -> {05741.p3} 
+tr {05741.e} {05741.p6} {05741.p3} -> {05741.p4-eats} 
+tr {05741.t} {05741.p2-thinks} -> {05741.p1} {05741.p5} 
+tr {05741.t0|05742.t4} : b5740 {05742.p4-eats} -> {05741.f} {05742.f} {05742.p2-thinks} 
+tr {05741.t2} {05741.f} {05741.p5} -> {05741.p6} 
+tr {05741.t3|05742.t1} : a5740 {05741.f} {05742.p1} -> {05742.p3} 
+tr {05742.e} {05742.p6} {05742.p3} -> {05742.p4-eats} 
+tr {05742.t} {05742.p2-thinks} -> {05742.p1} {05742.p5} 
+tr {05742.t0|05743.t4} : b5741 {05743.p4-eats} -> {05742.f} {05743.f} {05743.p2-thinks} 
+tr {05742.t2} {05742.f} {05742.p5} -> {05742.p6} 
+tr {05742.t3|05743.t1} : a5741 {05742.f} {05743.p1} -> {05743.p3} 
+tr {05743.e} {05743.p6} {05743.p3} -> {05743.p4-eats} 
+tr {05743.t} {05743.p2-thinks} -> {05743.p1} {05743.p5} 
+tr {05743.t0|05744.t4} : b5742 {05744.p4-eats} -> {05743.f} {05744.f} {05744.p2-thinks} 
+tr {05743.t2} {05743.f} {05743.p5} -> {05743.p6} 
+tr {05743.t3|05744.t1} : a5742 {05743.f} {05744.p1} -> {05744.p3} 
+tr {05744.e} {05744.p6} {05744.p3} -> {05744.p4-eats} 
+tr {05744.t} {05744.p2-thinks} -> {05744.p1} {05744.p5} 
+tr {05744.t0|05745.t4} : b5743 {05745.p4-eats} -> {05744.f} {05745.f} {05745.p2-thinks} 
+tr {05744.t2} {05744.f} {05744.p5} -> {05744.p6} 
+tr {05744.t3|05745.t1} : a5743 {05744.f} {05745.p1} -> {05745.p3} 
+tr {05745.e} {05745.p6} {05745.p3} -> {05745.p4-eats} 
+tr {05745.t} {05745.p2-thinks} -> {05745.p1} {05745.p5} 
+tr {05745.t0|05746.t4} : b5744 {05746.p4-eats} -> {05745.f} {05746.f} {05746.p2-thinks} 
+tr {05745.t2} {05745.f} {05745.p5} -> {05745.p6} 
+tr {05745.t3|05746.t1} : a5744 {05745.f} {05746.p1} -> {05746.p3} 
+tr {05746.e} {05746.p6} {05746.p3} -> {05746.p4-eats} 
+tr {05746.t} {05746.p2-thinks} -> {05746.p1} {05746.p5} 
+tr {05746.t0|05747.t4} : b5745 {05747.p4-eats} -> {05746.f} {05747.f} {05747.p2-thinks} 
+tr {05746.t2} {05746.f} {05746.p5} -> {05746.p6} 
+tr {05746.t3|05747.t1} : a5745 {05746.f} {05747.p1} -> {05747.p3} 
+tr {05747.e} {05747.p6} {05747.p3} -> {05747.p4-eats} 
+tr {05747.t} {05747.p2-thinks} -> {05747.p1} {05747.p5} 
+tr {05747.t0|05748.t4} : b5746 {05748.p4-eats} -> {05747.f} {05748.f} {05748.p2-thinks} 
+tr {05747.t2} {05747.f} {05747.p5} -> {05747.p6} 
+tr {05747.t3|05748.t1} : a5746 {05747.f} {05748.p1} -> {05748.p3} 
+tr {05748.e} {05748.p6} {05748.p3} -> {05748.p4-eats} 
+tr {05748.t} {05748.p2-thinks} -> {05748.p1} {05748.p5} 
+tr {05748.t0|05749.t4} : b5747 {05749.p4-eats} -> {05748.f} {05749.f} {05749.p2-thinks} 
+tr {05748.t2} {05748.f} {05748.p5} -> {05748.p6} 
+tr {05748.t3|05749.t1} : a5747 {05748.f} {05749.p1} -> {05749.p3} 
+tr {05749.e} {05749.p6} {05749.p3} -> {05749.p4-eats} 
+tr {05749.t} {05749.p2-thinks} -> {05749.p1} {05749.p5} 
+tr {05749.t0|05750.t4} : b5748 {05750.p4-eats} -> {05749.f} {05750.f} {05750.p2-thinks} 
+tr {05749.t2} {05749.f} {05749.p5} -> {05749.p6} 
+tr {05749.t3|05750.t1} : a5748 {05749.f} {05750.p1} -> {05750.p3} 
+tr {05750.e} {05750.p6} {05750.p3} -> {05750.p4-eats} 
+tr {05750.t} {05750.p2-thinks} -> {05750.p1} {05750.p5} 
+tr {05750.t0|05751.t4} : b5749 {05751.p4-eats} -> {05750.f} {05751.f} {05751.p2-thinks} 
+tr {05750.t2} {05750.f} {05750.p5} -> {05750.p6} 
+tr {05750.t3|05751.t1} : a5749 {05750.f} {05751.p1} -> {05751.p3} 
+tr {05751.e} {05751.p6} {05751.p3} -> {05751.p4-eats} 
+tr {05751.t} {05751.p2-thinks} -> {05751.p1} {05751.p5} 
+tr {05751.t0|05752.t4} : b5750 {05752.p4-eats} -> {05751.f} {05752.f} {05752.p2-thinks} 
+tr {05751.t2} {05751.f} {05751.p5} -> {05751.p6} 
+tr {05751.t3|05752.t1} : a5750 {05751.f} {05752.p1} -> {05752.p3} 
+tr {05752.e} {05752.p6} {05752.p3} -> {05752.p4-eats} 
+tr {05752.t} {05752.p2-thinks} -> {05752.p1} {05752.p5} 
+tr {05752.t0|05753.t4} : b5751 {05753.p4-eats} -> {05752.f} {05753.f} {05753.p2-thinks} 
+tr {05752.t2} {05752.f} {05752.p5} -> {05752.p6} 
+tr {05752.t3|05753.t1} : a5751 {05752.f} {05753.p1} -> {05753.p3} 
+tr {05753.e} {05753.p6} {05753.p3} -> {05753.p4-eats} 
+tr {05753.t} {05753.p2-thinks} -> {05753.p1} {05753.p5} 
+tr {05753.t0|05754.t4} : b5752 {05754.p4-eats} -> {05753.f} {05754.f} {05754.p2-thinks} 
+tr {05753.t2} {05753.f} {05753.p5} -> {05753.p6} 
+tr {05753.t3|05754.t1} : a5752 {05753.f} {05754.p1} -> {05754.p3} 
+tr {05754.e} {05754.p6} {05754.p3} -> {05754.p4-eats} 
+tr {05754.t} {05754.p2-thinks} -> {05754.p1} {05754.p5} 
+tr {05754.t0|05755.t4} : b5753 {05755.p4-eats} -> {05754.f} {05755.f} {05755.p2-thinks} 
+tr {05754.t2} {05754.f} {05754.p5} -> {05754.p6} 
+tr {05754.t3|05755.t1} : a5753 {05754.f} {05755.p1} -> {05755.p3} 
+tr {05755.e} {05755.p6} {05755.p3} -> {05755.p4-eats} 
+tr {05755.t} {05755.p2-thinks} -> {05755.p1} {05755.p5} 
+tr {05755.t0|05756.t4} : b5754 {05756.p4-eats} -> {05755.f} {05756.f} {05756.p2-thinks} 
+tr {05755.t2} {05755.f} {05755.p5} -> {05755.p6} 
+tr {05755.t3|05756.t1} : a5754 {05755.f} {05756.p1} -> {05756.p3} 
+tr {05756.e} {05756.p6} {05756.p3} -> {05756.p4-eats} 
+tr {05756.t} {05756.p2-thinks} -> {05756.p1} {05756.p5} 
+tr {05756.t0|05757.t4} : b5755 {05757.p4-eats} -> {05756.f} {05757.f} {05757.p2-thinks} 
+tr {05756.t2} {05756.f} {05756.p5} -> {05756.p6} 
+tr {05756.t3|05757.t1} : a5755 {05756.f} {05757.p1} -> {05757.p3} 
+tr {05757.e} {05757.p6} {05757.p3} -> {05757.p4-eats} 
+tr {05757.t} {05757.p2-thinks} -> {05757.p1} {05757.p5} 
+tr {05757.t0|05758.t4} : b5756 {05758.p4-eats} -> {05757.f} {05758.f} {05758.p2-thinks} 
+tr {05757.t2} {05757.f} {05757.p5} -> {05757.p6} 
+tr {05757.t3|05758.t1} : a5756 {05757.f} {05758.p1} -> {05758.p3} 
+tr {05758.e} {05758.p6} {05758.p3} -> {05758.p4-eats} 
+tr {05758.t} {05758.p2-thinks} -> {05758.p1} {05758.p5} 
+tr {05758.t0|05759.t4} : b5757 {05759.p4-eats} -> {05758.f} {05759.f} {05759.p2-thinks} 
+tr {05758.t2} {05758.f} {05758.p5} -> {05758.p6} 
+tr {05758.t3|05759.t1} : a5757 {05758.f} {05759.p1} -> {05759.p3} 
+tr {05759.e} {05759.p6} {05759.p3} -> {05759.p4-eats} 
+tr {05759.t} {05759.p2-thinks} -> {05759.p1} {05759.p5} 
+tr {05759.t0|05760.t4} : b5758 {05760.p4-eats} -> {05759.f} {05760.f} {05760.p2-thinks} 
+tr {05759.t2} {05759.f} {05759.p5} -> {05759.p6} 
+tr {05759.t3|05760.t1} : a5758 {05759.f} {05760.p1} -> {05760.p3} 
+tr {05760.e} {05760.p6} {05760.p3} -> {05760.p4-eats} 
+tr {05760.t} {05760.p2-thinks} -> {05760.p1} {05760.p5} 
+tr {05760.t0|05761.t4} : b5759 {05761.p4-eats} -> {05760.f} {05761.f} {05761.p2-thinks} 
+tr {05760.t2} {05760.f} {05760.p5} -> {05760.p6} 
+tr {05760.t3|05761.t1} : a5759 {05760.f} {05761.p1} -> {05761.p3} 
+tr {05761.e} {05761.p6} {05761.p3} -> {05761.p4-eats} 
+tr {05761.t} {05761.p2-thinks} -> {05761.p1} {05761.p5} 
+tr {05761.t0|05762.t4} : b5760 {05762.p4-eats} -> {05761.f} {05762.f} {05762.p2-thinks} 
+tr {05761.t2} {05761.f} {05761.p5} -> {05761.p6} 
+tr {05761.t3|05762.t1} : a5760 {05761.f} {05762.p1} -> {05762.p3} 
+tr {05762.e} {05762.p6} {05762.p3} -> {05762.p4-eats} 
+tr {05762.t} {05762.p2-thinks} -> {05762.p1} {05762.p5} 
+tr {05762.t0|05763.t4} : b5761 {05763.p4-eats} -> {05762.f} {05763.f} {05763.p2-thinks} 
+tr {05762.t2} {05762.f} {05762.p5} -> {05762.p6} 
+tr {05762.t3|05763.t1} : a5761 {05762.f} {05763.p1} -> {05763.p3} 
+tr {05763.e} {05763.p6} {05763.p3} -> {05763.p4-eats} 
+tr {05763.t} {05763.p2-thinks} -> {05763.p1} {05763.p5} 
+tr {05763.t0|05764.t4} : b5762 {05764.p4-eats} -> {05763.f} {05764.f} {05764.p2-thinks} 
+tr {05763.t2} {05763.f} {05763.p5} -> {05763.p6} 
+tr {05763.t3|05764.t1} : a5762 {05763.f} {05764.p1} -> {05764.p3} 
+tr {05764.e} {05764.p6} {05764.p3} -> {05764.p4-eats} 
+tr {05764.t} {05764.p2-thinks} -> {05764.p1} {05764.p5} 
+tr {05764.t0|05765.t4} : b5763 {05765.p4-eats} -> {05764.f} {05765.f} {05765.p2-thinks} 
+tr {05764.t2} {05764.f} {05764.p5} -> {05764.p6} 
+tr {05764.t3|05765.t1} : a5763 {05764.f} {05765.p1} -> {05765.p3} 
+tr {05765.e} {05765.p6} {05765.p3} -> {05765.p4-eats} 
+tr {05765.t} {05765.p2-thinks} -> {05765.p1} {05765.p5} 
+tr {05765.t0|05766.t4} : b5764 {05766.p4-eats} -> {05765.f} {05766.f} {05766.p2-thinks} 
+tr {05765.t2} {05765.f} {05765.p5} -> {05765.p6} 
+tr {05765.t3|05766.t1} : a5764 {05765.f} {05766.p1} -> {05766.p3} 
+tr {05766.e} {05766.p6} {05766.p3} -> {05766.p4-eats} 
+tr {05766.t} {05766.p2-thinks} -> {05766.p1} {05766.p5} 
+tr {05766.t0|05767.t4} : b5765 {05767.p4-eats} -> {05766.f} {05767.f} {05767.p2-thinks} 
+tr {05766.t2} {05766.f} {05766.p5} -> {05766.p6} 
+tr {05766.t3|05767.t1} : a5765 {05766.f} {05767.p1} -> {05767.p3} 
+tr {05767.e} {05767.p6} {05767.p3} -> {05767.p4-eats} 
+tr {05767.t} {05767.p2-thinks} -> {05767.p1} {05767.p5} 
+tr {05767.t0|05768.t4} : b5766 {05768.p4-eats} -> {05767.f} {05768.f} {05768.p2-thinks} 
+tr {05767.t2} {05767.f} {05767.p5} -> {05767.p6} 
+tr {05767.t3|05768.t1} : a5766 {05767.f} {05768.p1} -> {05768.p3} 
+tr {05768.e} {05768.p6} {05768.p3} -> {05768.p4-eats} 
+tr {05768.t} {05768.p2-thinks} -> {05768.p1} {05768.p5} 
+tr {05768.t0|05769.t4} : b5767 {05769.p4-eats} -> {05768.f} {05769.f} {05769.p2-thinks} 
+tr {05768.t2} {05768.f} {05768.p5} -> {05768.p6} 
+tr {05768.t3|05769.t1} : a5767 {05768.f} {05769.p1} -> {05769.p3} 
+tr {05769.e} {05769.p6} {05769.p3} -> {05769.p4-eats} 
+tr {05769.t} {05769.p2-thinks} -> {05769.p1} {05769.p5} 
+tr {05769.t0|05770.t4} : b5768 {05770.p4-eats} -> {05769.f} {05770.f} {05770.p2-thinks} 
+tr {05769.t2} {05769.f} {05769.p5} -> {05769.p6} 
+tr {05769.t3|05770.t1} : a5768 {05769.f} {05770.p1} -> {05770.p3} 
+tr {05770.e} {05770.p6} {05770.p3} -> {05770.p4-eats} 
+tr {05770.t} {05770.p2-thinks} -> {05770.p1} {05770.p5} 
+tr {05770.t0|05771.t4} : b5769 {05771.p4-eats} -> {05770.f} {05771.f} {05771.p2-thinks} 
+tr {05770.t2} {05770.f} {05770.p5} -> {05770.p6} 
+tr {05770.t3|05771.t1} : a5769 {05770.f} {05771.p1} -> {05771.p3} 
+tr {05771.e} {05771.p6} {05771.p3} -> {05771.p4-eats} 
+tr {05771.t} {05771.p2-thinks} -> {05771.p1} {05771.p5} 
+tr {05771.t0|05772.t4} : b5770 {05772.p4-eats} -> {05771.f} {05772.f} {05772.p2-thinks} 
+tr {05771.t2} {05771.f} {05771.p5} -> {05771.p6} 
+tr {05771.t3|05772.t1} : a5770 {05771.f} {05772.p1} -> {05772.p3} 
+tr {05772.e} {05772.p6} {05772.p3} -> {05772.p4-eats} 
+tr {05772.t} {05772.p2-thinks} -> {05772.p1} {05772.p5} 
+tr {05772.t0|05773.t4} : b5771 {05773.p4-eats} -> {05772.f} {05773.f} {05773.p2-thinks} 
+tr {05772.t2} {05772.f} {05772.p5} -> {05772.p6} 
+tr {05772.t3|05773.t1} : a5771 {05772.f} {05773.p1} -> {05773.p3} 
+tr {05773.e} {05773.p6} {05773.p3} -> {05773.p4-eats} 
+tr {05773.t} {05773.p2-thinks} -> {05773.p1} {05773.p5} 
+tr {05773.t0|05774.t4} : b5772 {05774.p4-eats} -> {05773.f} {05774.f} {05774.p2-thinks} 
+tr {05773.t2} {05773.f} {05773.p5} -> {05773.p6} 
+tr {05773.t3|05774.t1} : a5772 {05773.f} {05774.p1} -> {05774.p3} 
+tr {05774.e} {05774.p6} {05774.p3} -> {05774.p4-eats} 
+tr {05774.t} {05774.p2-thinks} -> {05774.p1} {05774.p5} 
+tr {05774.t0|05775.t4} : b5773 {05775.p4-eats} -> {05774.f} {05775.f} {05775.p2-thinks} 
+tr {05774.t2} {05774.f} {05774.p5} -> {05774.p6} 
+tr {05774.t3|05775.t1} : a5773 {05774.f} {05775.p1} -> {05775.p3} 
+tr {05775.e} {05775.p6} {05775.p3} -> {05775.p4-eats} 
+tr {05775.t} {05775.p2-thinks} -> {05775.p1} {05775.p5} 
+tr {05775.t0|05776.t4} : b5774 {05776.p4-eats} -> {05775.f} {05776.f} {05776.p2-thinks} 
+tr {05775.t2} {05775.f} {05775.p5} -> {05775.p6} 
+tr {05775.t3|05776.t1} : a5774 {05775.f} {05776.p1} -> {05776.p3} 
+tr {05776.e} {05776.p6} {05776.p3} -> {05776.p4-eats} 
+tr {05776.t} {05776.p2-thinks} -> {05776.p1} {05776.p5} 
+tr {05776.t0|05777.t4} : b5775 {05777.p4-eats} -> {05776.f} {05777.f} {05777.p2-thinks} 
+tr {05776.t2} {05776.f} {05776.p5} -> {05776.p6} 
+tr {05776.t3|05777.t1} : a5775 {05776.f} {05777.p1} -> {05777.p3} 
+tr {05777.e} {05777.p6} {05777.p3} -> {05777.p4-eats} 
+tr {05777.t} {05777.p2-thinks} -> {05777.p1} {05777.p5} 
+tr {05777.t0|05778.t4} : b5776 {05778.p4-eats} -> {05777.f} {05778.f} {05778.p2-thinks} 
+tr {05777.t2} {05777.f} {05777.p5} -> {05777.p6} 
+tr {05777.t3|05778.t1} : a5776 {05777.f} {05778.p1} -> {05778.p3} 
+tr {05778.e} {05778.p6} {05778.p3} -> {05778.p4-eats} 
+tr {05778.t} {05778.p2-thinks} -> {05778.p1} {05778.p5} 
+tr {05778.t0|05779.t4} : b5777 {05779.p4-eats} -> {05778.f} {05779.f} {05779.p2-thinks} 
+tr {05778.t2} {05778.f} {05778.p5} -> {05778.p6} 
+tr {05778.t3|05779.t1} : a5777 {05778.f} {05779.p1} -> {05779.p3} 
+tr {05779.e} {05779.p6} {05779.p3} -> {05779.p4-eats} 
+tr {05779.t} {05779.p2-thinks} -> {05779.p1} {05779.p5} 
+tr {05779.t0|05780.t4} : b5778 {05780.p4-eats} -> {05779.f} {05780.f} {05780.p2-thinks} 
+tr {05779.t2} {05779.f} {05779.p5} -> {05779.p6} 
+tr {05779.t3|05780.t1} : a5778 {05779.f} {05780.p1} -> {05780.p3} 
+tr {05780.e} {05780.p6} {05780.p3} -> {05780.p4-eats} 
+tr {05780.t} {05780.p2-thinks} -> {05780.p1} {05780.p5} 
+tr {05780.t0|05781.t4} : b5779 {05781.p4-eats} -> {05780.f} {05781.f} {05781.p2-thinks} 
+tr {05780.t2} {05780.f} {05780.p5} -> {05780.p6} 
+tr {05780.t3|05781.t1} : a5779 {05780.f} {05781.p1} -> {05781.p3} 
+tr {05781.e} {05781.p6} {05781.p3} -> {05781.p4-eats} 
+tr {05781.t} {05781.p2-thinks} -> {05781.p1} {05781.p5} 
+tr {05781.t0|05782.t4} : b5780 {05782.p4-eats} -> {05781.f} {05782.f} {05782.p2-thinks} 
+tr {05781.t2} {05781.f} {05781.p5} -> {05781.p6} 
+tr {05781.t3|05782.t1} : a5780 {05781.f} {05782.p1} -> {05782.p3} 
+tr {05782.e} {05782.p6} {05782.p3} -> {05782.p4-eats} 
+tr {05782.t} {05782.p2-thinks} -> {05782.p1} {05782.p5} 
+tr {05782.t0|05783.t4} : b5781 {05783.p4-eats} -> {05782.f} {05783.f} {05783.p2-thinks} 
+tr {05782.t2} {05782.f} {05782.p5} -> {05782.p6} 
+tr {05782.t3|05783.t1} : a5781 {05782.f} {05783.p1} -> {05783.p3} 
+tr {05783.e} {05783.p6} {05783.p3} -> {05783.p4-eats} 
+tr {05783.t} {05783.p2-thinks} -> {05783.p1} {05783.p5} 
+tr {05783.t0|05784.t4} : b5782 {05784.p4-eats} -> {05783.f} {05784.f} {05784.p2-thinks} 
+tr {05783.t2} {05783.f} {05783.p5} -> {05783.p6} 
+tr {05783.t3|05784.t1} : a5782 {05783.f} {05784.p1} -> {05784.p3} 
+tr {05784.e} {05784.p6} {05784.p3} -> {05784.p4-eats} 
+tr {05784.t} {05784.p2-thinks} -> {05784.p1} {05784.p5} 
+tr {05784.t0|05785.t4} : b5783 {05785.p4-eats} -> {05784.f} {05785.f} {05785.p2-thinks} 
+tr {05784.t2} {05784.f} {05784.p5} -> {05784.p6} 
+tr {05784.t3|05785.t1} : a5783 {05784.f} {05785.p1} -> {05785.p3} 
+tr {05785.e} {05785.p6} {05785.p3} -> {05785.p4-eats} 
+tr {05785.t} {05785.p2-thinks} -> {05785.p1} {05785.p5} 
+tr {05785.t0|05786.t4} : b5784 {05786.p4-eats} -> {05785.f} {05786.f} {05786.p2-thinks} 
+tr {05785.t2} {05785.f} {05785.p5} -> {05785.p6} 
+tr {05785.t3|05786.t1} : a5784 {05785.f} {05786.p1} -> {05786.p3} 
+tr {05786.e} {05786.p6} {05786.p3} -> {05786.p4-eats} 
+tr {05786.t} {05786.p2-thinks} -> {05786.p1} {05786.p5} 
+tr {05786.t0|05787.t4} : b5785 {05787.p4-eats} -> {05786.f} {05787.f} {05787.p2-thinks} 
+tr {05786.t2} {05786.f} {05786.p5} -> {05786.p6} 
+tr {05786.t3|05787.t1} : a5785 {05786.f} {05787.p1} -> {05787.p3} 
+tr {05787.e} {05787.p6} {05787.p3} -> {05787.p4-eats} 
+tr {05787.t} {05787.p2-thinks} -> {05787.p1} {05787.p5} 
+tr {05787.t0|05788.t4} : b5786 {05788.p4-eats} -> {05787.f} {05788.f} {05788.p2-thinks} 
+tr {05787.t2} {05787.f} {05787.p5} -> {05787.p6} 
+tr {05787.t3|05788.t1} : a5786 {05787.f} {05788.p1} -> {05788.p3} 
+tr {05788.e} {05788.p6} {05788.p3} -> {05788.p4-eats} 
+tr {05788.t} {05788.p2-thinks} -> {05788.p1} {05788.p5} 
+tr {05788.t0|05789.t4} : b5787 {05789.p4-eats} -> {05788.f} {05789.f} {05789.p2-thinks} 
+tr {05788.t2} {05788.f} {05788.p5} -> {05788.p6} 
+tr {05788.t3|05789.t1} : a5787 {05788.f} {05789.p1} -> {05789.p3} 
+tr {05789.e} {05789.p6} {05789.p3} -> {05789.p4-eats} 
+tr {05789.t} {05789.p2-thinks} -> {05789.p1} {05789.p5} 
+tr {05789.t0|05790.t4} : b5788 {05790.p4-eats} -> {05789.f} {05790.f} {05790.p2-thinks} 
+tr {05789.t2} {05789.f} {05789.p5} -> {05789.p6} 
+tr {05789.t3|05790.t1} : a5788 {05789.f} {05790.p1} -> {05790.p3} 
+tr {05790.e} {05790.p6} {05790.p3} -> {05790.p4-eats} 
+tr {05790.t} {05790.p2-thinks} -> {05790.p1} {05790.p5} 
+tr {05790.t0|05791.t4} : b5789 {05791.p4-eats} -> {05790.f} {05791.f} {05791.p2-thinks} 
+tr {05790.t2} {05790.f} {05790.p5} -> {05790.p6} 
+tr {05790.t3|05791.t1} : a5789 {05790.f} {05791.p1} -> {05791.p3} 
+tr {05791.e} {05791.p6} {05791.p3} -> {05791.p4-eats} 
+tr {05791.t} {05791.p2-thinks} -> {05791.p1} {05791.p5} 
+tr {05791.t0|05792.t4} : b5790 {05792.p4-eats} -> {05791.f} {05792.f} {05792.p2-thinks} 
+tr {05791.t2} {05791.f} {05791.p5} -> {05791.p6} 
+tr {05791.t3|05792.t1} : a5790 {05791.f} {05792.p1} -> {05792.p3} 
+tr {05792.e} {05792.p6} {05792.p3} -> {05792.p4-eats} 
+tr {05792.t} {05792.p2-thinks} -> {05792.p1} {05792.p5} 
+tr {05792.t0|05793.t4} : b5791 {05793.p4-eats} -> {05792.f} {05793.f} {05793.p2-thinks} 
+tr {05792.t2} {05792.f} {05792.p5} -> {05792.p6} 
+tr {05792.t3|05793.t1} : a5791 {05792.f} {05793.p1} -> {05793.p3} 
+tr {05793.e} {05793.p6} {05793.p3} -> {05793.p4-eats} 
+tr {05793.t} {05793.p2-thinks} -> {05793.p1} {05793.p5} 
+tr {05793.t0|05794.t4} : b5792 {05794.p4-eats} -> {05793.f} {05794.f} {05794.p2-thinks} 
+tr {05793.t2} {05793.f} {05793.p5} -> {05793.p6} 
+tr {05793.t3|05794.t1} : a5792 {05793.f} {05794.p1} -> {05794.p3} 
+tr {05794.e} {05794.p6} {05794.p3} -> {05794.p4-eats} 
+tr {05794.t} {05794.p2-thinks} -> {05794.p1} {05794.p5} 
+tr {05794.t0|05795.t4} : b5793 {05795.p4-eats} -> {05794.f} {05795.f} {05795.p2-thinks} 
+tr {05794.t2} {05794.f} {05794.p5} -> {05794.p6} 
+tr {05794.t3|05795.t1} : a5793 {05794.f} {05795.p1} -> {05795.p3} 
+tr {05795.e} {05795.p6} {05795.p3} -> {05795.p4-eats} 
+tr {05795.t} {05795.p2-thinks} -> {05795.p1} {05795.p5} 
+tr {05795.t0|05796.t4} : b5794 {05796.p4-eats} -> {05795.f} {05796.f} {05796.p2-thinks} 
+tr {05795.t2} {05795.f} {05795.p5} -> {05795.p6} 
+tr {05795.t3|05796.t1} : a5794 {05795.f} {05796.p1} -> {05796.p3} 
+tr {05796.e} {05796.p6} {05796.p3} -> {05796.p4-eats} 
+tr {05796.t} {05796.p2-thinks} -> {05796.p1} {05796.p5} 
+tr {05796.t0|05797.t4} : b5795 {05797.p4-eats} -> {05796.f} {05797.f} {05797.p2-thinks} 
+tr {05796.t2} {05796.f} {05796.p5} -> {05796.p6} 
+tr {05796.t3|05797.t1} : a5795 {05796.f} {05797.p1} -> {05797.p3} 
+tr {05797.e} {05797.p6} {05797.p3} -> {05797.p4-eats} 
+tr {05797.t} {05797.p2-thinks} -> {05797.p1} {05797.p5} 
+tr {05797.t0|05798.t4} : b5796 {05798.p4-eats} -> {05797.f} {05798.f} {05798.p2-thinks} 
+tr {05797.t2} {05797.f} {05797.p5} -> {05797.p6} 
+tr {05797.t3|05798.t1} : a5796 {05797.f} {05798.p1} -> {05798.p3} 
+tr {05798.e} {05798.p6} {05798.p3} -> {05798.p4-eats} 
+tr {05798.t} {05798.p2-thinks} -> {05798.p1} {05798.p5} 
+tr {05798.t0|05799.t4} : b5797 {05799.p4-eats} -> {05798.f} {05799.f} {05799.p2-thinks} 
+tr {05798.t2} {05798.f} {05798.p5} -> {05798.p6} 
+tr {05798.t3|05799.t1} : a5797 {05798.f} {05799.p1} -> {05799.p3} 
+tr {05799.e} {05799.p6} {05799.p3} -> {05799.p4-eats} 
+tr {05799.t} {05799.p2-thinks} -> {05799.p1} {05799.p5} 
+tr {05799.t0|05800.t4} : b5798 {05800.p4-eats} -> {05799.f} {05800.f} {05800.p2-thinks} 
+tr {05799.t2} {05799.f} {05799.p5} -> {05799.p6} 
+tr {05799.t3|05800.t1} : a5798 {05799.f} {05800.p1} -> {05800.p3} 
+tr {05800.e} {05800.p6} {05800.p3} -> {05800.p4-eats} 
+tr {05800.t} {05800.p2-thinks} -> {05800.p1} {05800.p5} 
+tr {05800.t0|05801.t4} : b5799 {05801.p4-eats} -> {05800.f} {05801.f} {05801.p2-thinks} 
+tr {05800.t2} {05800.f} {05800.p5} -> {05800.p6} 
+tr {05800.t3|05801.t1} : a5799 {05800.f} {05801.p1} -> {05801.p3} 
+tr {05801.e} {05801.p6} {05801.p3} -> {05801.p4-eats} 
+tr {05801.t} {05801.p2-thinks} -> {05801.p1} {05801.p5} 
+tr {05801.t0|05802.t4} : b5800 {05802.p4-eats} -> {05801.f} {05802.f} {05802.p2-thinks} 
+tr {05801.t2} {05801.f} {05801.p5} -> {05801.p6} 
+tr {05801.t3|05802.t1} : a5800 {05801.f} {05802.p1} -> {05802.p3} 
+tr {05802.e} {05802.p6} {05802.p3} -> {05802.p4-eats} 
+tr {05802.t} {05802.p2-thinks} -> {05802.p1} {05802.p5} 
+tr {05802.t0|05803.t4} : b5801 {05803.p4-eats} -> {05802.f} {05803.f} {05803.p2-thinks} 
+tr {05802.t2} {05802.f} {05802.p5} -> {05802.p6} 
+tr {05802.t3|05803.t1} : a5801 {05802.f} {05803.p1} -> {05803.p3} 
+tr {05803.e} {05803.p6} {05803.p3} -> {05803.p4-eats} 
+tr {05803.t} {05803.p2-thinks} -> {05803.p1} {05803.p5} 
+tr {05803.t0|05804.t4} : b5802 {05804.p4-eats} -> {05803.f} {05804.f} {05804.p2-thinks} 
+tr {05803.t2} {05803.f} {05803.p5} -> {05803.p6} 
+tr {05803.t3|05804.t1} : a5802 {05803.f} {05804.p1} -> {05804.p3} 
+tr {05804.e} {05804.p6} {05804.p3} -> {05804.p4-eats} 
+tr {05804.t} {05804.p2-thinks} -> {05804.p1} {05804.p5} 
+tr {05804.t0|05805.t4} : b5803 {05805.p4-eats} -> {05804.f} {05805.f} {05805.p2-thinks} 
+tr {05804.t2} {05804.f} {05804.p5} -> {05804.p6} 
+tr {05804.t3|05805.t1} : a5803 {05804.f} {05805.p1} -> {05805.p3} 
+tr {05805.e} {05805.p6} {05805.p3} -> {05805.p4-eats} 
+tr {05805.t} {05805.p2-thinks} -> {05805.p1} {05805.p5} 
+tr {05805.t0|05806.t4} : b5804 {05806.p4-eats} -> {05805.f} {05806.f} {05806.p2-thinks} 
+tr {05805.t2} {05805.f} {05805.p5} -> {05805.p6} 
+tr {05805.t3|05806.t1} : a5804 {05805.f} {05806.p1} -> {05806.p3} 
+tr {05806.e} {05806.p6} {05806.p3} -> {05806.p4-eats} 
+tr {05806.t} {05806.p2-thinks} -> {05806.p1} {05806.p5} 
+tr {05806.t0|05807.t4} : b5805 {05807.p4-eats} -> {05806.f} {05807.f} {05807.p2-thinks} 
+tr {05806.t2} {05806.f} {05806.p5} -> {05806.p6} 
+tr {05806.t3|05807.t1} : a5805 {05806.f} {05807.p1} -> {05807.p3} 
+tr {05807.e} {05807.p6} {05807.p3} -> {05807.p4-eats} 
+tr {05807.t} {05807.p2-thinks} -> {05807.p1} {05807.p5} 
+tr {05807.t0|05808.t4} : b5806 {05808.p4-eats} -> {05807.f} {05808.f} {05808.p2-thinks} 
+tr {05807.t2} {05807.f} {05807.p5} -> {05807.p6} 
+tr {05807.t3|05808.t1} : a5806 {05807.f} {05808.p1} -> {05808.p3} 
+tr {05808.e} {05808.p6} {05808.p3} -> {05808.p4-eats} 
+tr {05808.t} {05808.p2-thinks} -> {05808.p1} {05808.p5} 
+tr {05808.t0|05809.t4} : b5807 {05809.p4-eats} -> {05808.f} {05809.f} {05809.p2-thinks} 
+tr {05808.t2} {05808.f} {05808.p5} -> {05808.p6} 
+tr {05808.t3|05809.t1} : a5807 {05808.f} {05809.p1} -> {05809.p3} 
+tr {05809.e} {05809.p6} {05809.p3} -> {05809.p4-eats} 
+tr {05809.t} {05809.p2-thinks} -> {05809.p1} {05809.p5} 
+tr {05809.t0|05810.t4} : b5808 {05810.p4-eats} -> {05809.f} {05810.f} {05810.p2-thinks} 
+tr {05809.t2} {05809.f} {05809.p5} -> {05809.p6} 
+tr {05809.t3|05810.t1} : a5808 {05809.f} {05810.p1} -> {05810.p3} 
+tr {05810.e} {05810.p6} {05810.p3} -> {05810.p4-eats} 
+tr {05810.t} {05810.p2-thinks} -> {05810.p1} {05810.p5} 
+tr {05810.t0|05811.t4} : b5809 {05811.p4-eats} -> {05810.f} {05811.f} {05811.p2-thinks} 
+tr {05810.t2} {05810.f} {05810.p5} -> {05810.p6} 
+tr {05810.t3|05811.t1} : a5809 {05810.f} {05811.p1} -> {05811.p3} 
+tr {05811.e} {05811.p6} {05811.p3} -> {05811.p4-eats} 
+tr {05811.t} {05811.p2-thinks} -> {05811.p1} {05811.p5} 
+tr {05811.t0|05812.t4} : b5810 {05812.p4-eats} -> {05811.f} {05812.f} {05812.p2-thinks} 
+tr {05811.t2} {05811.f} {05811.p5} -> {05811.p6} 
+tr {05811.t3|05812.t1} : a5810 {05811.f} {05812.p1} -> {05812.p3} 
+tr {05812.e} {05812.p6} {05812.p3} -> {05812.p4-eats} 
+tr {05812.t} {05812.p2-thinks} -> {05812.p1} {05812.p5} 
+tr {05812.t0|05813.t4} : b5811 {05813.p4-eats} -> {05812.f} {05813.f} {05813.p2-thinks} 
+tr {05812.t2} {05812.f} {05812.p5} -> {05812.p6} 
+tr {05812.t3|05813.t1} : a5811 {05812.f} {05813.p1} -> {05813.p3} 
+tr {05813.e} {05813.p6} {05813.p3} -> {05813.p4-eats} 
+tr {05813.t} {05813.p2-thinks} -> {05813.p1} {05813.p5} 
+tr {05813.t0|05814.t4} : b5812 {05814.p4-eats} -> {05813.f} {05814.f} {05814.p2-thinks} 
+tr {05813.t2} {05813.f} {05813.p5} -> {05813.p6} 
+tr {05813.t3|05814.t1} : a5812 {05813.f} {05814.p1} -> {05814.p3} 
+tr {05814.e} {05814.p6} {05814.p3} -> {05814.p4-eats} 
+tr {05814.t} {05814.p2-thinks} -> {05814.p1} {05814.p5} 
+tr {05814.t0|05815.t4} : b5813 {05815.p4-eats} -> {05814.f} {05815.f} {05815.p2-thinks} 
+tr {05814.t2} {05814.f} {05814.p5} -> {05814.p6} 
+tr {05814.t3|05815.t1} : a5813 {05814.f} {05815.p1} -> {05815.p3} 
+tr {05815.e} {05815.p6} {05815.p3} -> {05815.p4-eats} 
+tr {05815.t} {05815.p2-thinks} -> {05815.p1} {05815.p5} 
+tr {05815.t0|05816.t4} : b5814 {05816.p4-eats} -> {05815.f} {05816.f} {05816.p2-thinks} 
+tr {05815.t2} {05815.f} {05815.p5} -> {05815.p6} 
+tr {05815.t3|05816.t1} : a5814 {05815.f} {05816.p1} -> {05816.p3} 
+tr {05816.e} {05816.p6} {05816.p3} -> {05816.p4-eats} 
+tr {05816.t} {05816.p2-thinks} -> {05816.p1} {05816.p5} 
+tr {05816.t0|05817.t4} : b5815 {05817.p4-eats} -> {05816.f} {05817.f} {05817.p2-thinks} 
+tr {05816.t2} {05816.f} {05816.p5} -> {05816.p6} 
+tr {05816.t3|05817.t1} : a5815 {05816.f} {05817.p1} -> {05817.p3} 
+tr {05817.e} {05817.p6} {05817.p3} -> {05817.p4-eats} 
+tr {05817.t} {05817.p2-thinks} -> {05817.p1} {05817.p5} 
+tr {05817.t0|05818.t4} : b5816 {05818.p4-eats} -> {05817.f} {05818.f} {05818.p2-thinks} 
+tr {05817.t2} {05817.f} {05817.p5} -> {05817.p6} 
+tr {05817.t3|05818.t1} : a5816 {05817.f} {05818.p1} -> {05818.p3} 
+tr {05818.e} {05818.p6} {05818.p3} -> {05818.p4-eats} 
+tr {05818.t} {05818.p2-thinks} -> {05818.p1} {05818.p5} 
+tr {05818.t0|05819.t4} : b5817 {05819.p4-eats} -> {05818.f} {05819.f} {05819.p2-thinks} 
+tr {05818.t2} {05818.f} {05818.p5} -> {05818.p6} 
+tr {05818.t3|05819.t1} : a5817 {05818.f} {05819.p1} -> {05819.p3} 
+tr {05819.e} {05819.p6} {05819.p3} -> {05819.p4-eats} 
+tr {05819.t} {05819.p2-thinks} -> {05819.p1} {05819.p5} 
+tr {05819.t0|05820.t4} : b5818 {05820.p4-eats} -> {05819.f} {05820.f} {05820.p2-thinks} 
+tr {05819.t2} {05819.f} {05819.p5} -> {05819.p6} 
+tr {05819.t3|05820.t1} : a5818 {05819.f} {05820.p1} -> {05820.p3} 
+tr {05820.e} {05820.p6} {05820.p3} -> {05820.p4-eats} 
+tr {05820.t} {05820.p2-thinks} -> {05820.p1} {05820.p5} 
+tr {05820.t0|05821.t4} : b5819 {05821.p4-eats} -> {05820.f} {05821.f} {05821.p2-thinks} 
+tr {05820.t2} {05820.f} {05820.p5} -> {05820.p6} 
+tr {05820.t3|05821.t1} : a5819 {05820.f} {05821.p1} -> {05821.p3} 
+tr {05821.e} {05821.p6} {05821.p3} -> {05821.p4-eats} 
+tr {05821.t} {05821.p2-thinks} -> {05821.p1} {05821.p5} 
+tr {05821.t0|05822.t4} : b5820 {05822.p4-eats} -> {05821.f} {05822.f} {05822.p2-thinks} 
+tr {05821.t2} {05821.f} {05821.p5} -> {05821.p6} 
+tr {05821.t3|05822.t1} : a5820 {05821.f} {05822.p1} -> {05822.p3} 
+tr {05822.e} {05822.p6} {05822.p3} -> {05822.p4-eats} 
+tr {05822.t} {05822.p2-thinks} -> {05822.p1} {05822.p5} 
+tr {05822.t0|05823.t4} : b5821 {05823.p4-eats} -> {05822.f} {05823.f} {05823.p2-thinks} 
+tr {05822.t2} {05822.f} {05822.p5} -> {05822.p6} 
+tr {05822.t3|05823.t1} : a5821 {05822.f} {05823.p1} -> {05823.p3} 
+tr {05823.e} {05823.p6} {05823.p3} -> {05823.p4-eats} 
+tr {05823.t} {05823.p2-thinks} -> {05823.p1} {05823.p5} 
+tr {05823.t0|05824.t4} : b5822 {05824.p4-eats} -> {05823.f} {05824.f} {05824.p2-thinks} 
+tr {05823.t2} {05823.f} {05823.p5} -> {05823.p6} 
+tr {05823.t3|05824.t1} : a5822 {05823.f} {05824.p1} -> {05824.p3} 
+tr {05824.e} {05824.p6} {05824.p3} -> {05824.p4-eats} 
+tr {05824.t} {05824.p2-thinks} -> {05824.p1} {05824.p5} 
+tr {05824.t0|05825.t4} : b5823 {05825.p4-eats} -> {05824.f} {05825.f} {05825.p2-thinks} 
+tr {05824.t2} {05824.f} {05824.p5} -> {05824.p6} 
+tr {05824.t3|05825.t1} : a5823 {05824.f} {05825.p1} -> {05825.p3} 
+tr {05825.e} {05825.p6} {05825.p3} -> {05825.p4-eats} 
+tr {05825.t} {05825.p2-thinks} -> {05825.p1} {05825.p5} 
+tr {05825.t0|05826.t4} : b5824 {05826.p4-eats} -> {05825.f} {05826.f} {05826.p2-thinks} 
+tr {05825.t2} {05825.f} {05825.p5} -> {05825.p6} 
+tr {05825.t3|05826.t1} : a5824 {05825.f} {05826.p1} -> {05826.p3} 
+tr {05826.e} {05826.p6} {05826.p3} -> {05826.p4-eats} 
+tr {05826.t} {05826.p2-thinks} -> {05826.p1} {05826.p5} 
+tr {05826.t0|05827.t4} : b5825 {05827.p4-eats} -> {05826.f} {05827.f} {05827.p2-thinks} 
+tr {05826.t2} {05826.f} {05826.p5} -> {05826.p6} 
+tr {05826.t3|05827.t1} : a5825 {05826.f} {05827.p1} -> {05827.p3} 
+tr {05827.e} {05827.p6} {05827.p3} -> {05827.p4-eats} 
+tr {05827.t} {05827.p2-thinks} -> {05827.p1} {05827.p5} 
+tr {05827.t0|05828.t4} : b5826 {05828.p4-eats} -> {05827.f} {05828.f} {05828.p2-thinks} 
+tr {05827.t2} {05827.f} {05827.p5} -> {05827.p6} 
+tr {05827.t3|05828.t1} : a5826 {05827.f} {05828.p1} -> {05828.p3} 
+tr {05828.e} {05828.p6} {05828.p3} -> {05828.p4-eats} 
+tr {05828.t} {05828.p2-thinks} -> {05828.p1} {05828.p5} 
+tr {05828.t0|05829.t4} : b5827 {05829.p4-eats} -> {05828.f} {05829.f} {05829.p2-thinks} 
+tr {05828.t2} {05828.f} {05828.p5} -> {05828.p6} 
+tr {05828.t3|05829.t1} : a5827 {05828.f} {05829.p1} -> {05829.p3} 
+tr {05829.e} {05829.p6} {05829.p3} -> {05829.p4-eats} 
+tr {05829.t} {05829.p2-thinks} -> {05829.p1} {05829.p5} 
+tr {05829.t0|05830.t4} : b5828 {05830.p4-eats} -> {05829.f} {05830.f} {05830.p2-thinks} 
+tr {05829.t2} {05829.f} {05829.p5} -> {05829.p6} 
+tr {05829.t3|05830.t1} : a5828 {05829.f} {05830.p1} -> {05830.p3} 
+tr {05830.e} {05830.p6} {05830.p3} -> {05830.p4-eats} 
+tr {05830.t} {05830.p2-thinks} -> {05830.p1} {05830.p5} 
+tr {05830.t0|05831.t4} : b5829 {05831.p4-eats} -> {05830.f} {05831.f} {05831.p2-thinks} 
+tr {05830.t2} {05830.f} {05830.p5} -> {05830.p6} 
+tr {05830.t3|05831.t1} : a5829 {05830.f} {05831.p1} -> {05831.p3} 
+tr {05831.e} {05831.p6} {05831.p3} -> {05831.p4-eats} 
+tr {05831.t} {05831.p2-thinks} -> {05831.p1} {05831.p5} 
+tr {05831.t0|05832.t4} : b5830 {05832.p4-eats} -> {05831.f} {05832.f} {05832.p2-thinks} 
+tr {05831.t2} {05831.f} {05831.p5} -> {05831.p6} 
+tr {05831.t3|05832.t1} : a5830 {05831.f} {05832.p1} -> {05832.p3} 
+tr {05832.e} {05832.p6} {05832.p3} -> {05832.p4-eats} 
+tr {05832.t} {05832.p2-thinks} -> {05832.p1} {05832.p5} 
+tr {05832.t0|05833.t4} : b5831 {05833.p4-eats} -> {05832.f} {05833.f} {05833.p2-thinks} 
+tr {05832.t2} {05832.f} {05832.p5} -> {05832.p6} 
+tr {05832.t3|05833.t1} : a5831 {05832.f} {05833.p1} -> {05833.p3} 
+tr {05833.e} {05833.p6} {05833.p3} -> {05833.p4-eats} 
+tr {05833.t} {05833.p2-thinks} -> {05833.p1} {05833.p5} 
+tr {05833.t0|05834.t4} : b5832 {05834.p4-eats} -> {05833.f} {05834.f} {05834.p2-thinks} 
+tr {05833.t2} {05833.f} {05833.p5} -> {05833.p6} 
+tr {05833.t3|05834.t1} : a5832 {05833.f} {05834.p1} -> {05834.p3} 
+tr {05834.e} {05834.p6} {05834.p3} -> {05834.p4-eats} 
+tr {05834.t} {05834.p2-thinks} -> {05834.p1} {05834.p5} 
+tr {05834.t0|05835.t4} : b5833 {05835.p4-eats} -> {05834.f} {05835.f} {05835.p2-thinks} 
+tr {05834.t2} {05834.f} {05834.p5} -> {05834.p6} 
+tr {05834.t3|05835.t1} : a5833 {05834.f} {05835.p1} -> {05835.p3} 
+tr {05835.e} {05835.p6} {05835.p3} -> {05835.p4-eats} 
+tr {05835.t} {05835.p2-thinks} -> {05835.p1} {05835.p5} 
+tr {05835.t0|05836.t4} : b5834 {05836.p4-eats} -> {05835.f} {05836.f} {05836.p2-thinks} 
+tr {05835.t2} {05835.f} {05835.p5} -> {05835.p6} 
+tr {05835.t3|05836.t1} : a5834 {05835.f} {05836.p1} -> {05836.p3} 
+tr {05836.e} {05836.p6} {05836.p3} -> {05836.p4-eats} 
+tr {05836.t} {05836.p2-thinks} -> {05836.p1} {05836.p5} 
+tr {05836.t0|05837.t4} : b5835 {05837.p4-eats} -> {05836.f} {05837.f} {05837.p2-thinks} 
+tr {05836.t2} {05836.f} {05836.p5} -> {05836.p6} 
+tr {05836.t3|05837.t1} : a5835 {05836.f} {05837.p1} -> {05837.p3} 
+tr {05837.e} {05837.p6} {05837.p3} -> {05837.p4-eats} 
+tr {05837.t} {05837.p2-thinks} -> {05837.p1} {05837.p5} 
+tr {05837.t0|05838.t4} : b5836 {05838.p4-eats} -> {05837.f} {05838.f} {05838.p2-thinks} 
+tr {05837.t2} {05837.f} {05837.p5} -> {05837.p6} 
+tr {05837.t3|05838.t1} : a5836 {05837.f} {05838.p1} -> {05838.p3} 
+tr {05838.e} {05838.p6} {05838.p3} -> {05838.p4-eats} 
+tr {05838.t} {05838.p2-thinks} -> {05838.p1} {05838.p5} 
+tr {05838.t0|05839.t4} : b5837 {05839.p4-eats} -> {05838.f} {05839.f} {05839.p2-thinks} 
+tr {05838.t2} {05838.f} {05838.p5} -> {05838.p6} 
+tr {05838.t3|05839.t1} : a5837 {05838.f} {05839.p1} -> {05839.p3} 
+tr {05839.e} {05839.p6} {05839.p3} -> {05839.p4-eats} 
+tr {05839.t} {05839.p2-thinks} -> {05839.p1} {05839.p5} 
+tr {05839.t0|05840.t4} : b5838 {05840.p4-eats} -> {05839.f} {05840.f} {05840.p2-thinks} 
+tr {05839.t2} {05839.f} {05839.p5} -> {05839.p6} 
+tr {05839.t3|05840.t1} : a5838 {05839.f} {05840.p1} -> {05840.p3} 
+tr {05840.e} {05840.p6} {05840.p3} -> {05840.p4-eats} 
+tr {05840.t} {05840.p2-thinks} -> {05840.p1} {05840.p5} 
+tr {05840.t0|05841.t4} : b5839 {05841.p4-eats} -> {05840.f} {05841.f} {05841.p2-thinks} 
+tr {05840.t2} {05840.f} {05840.p5} -> {05840.p6} 
+tr {05840.t3|05841.t1} : a5839 {05840.f} {05841.p1} -> {05841.p3} 
+tr {05841.e} {05841.p6} {05841.p3} -> {05841.p4-eats} 
+tr {05841.t} {05841.p2-thinks} -> {05841.p1} {05841.p5} 
+tr {05841.t0|05842.t4} : b5840 {05842.p4-eats} -> {05841.f} {05842.f} {05842.p2-thinks} 
+tr {05841.t2} {05841.f} {05841.p5} -> {05841.p6} 
+tr {05841.t3|05842.t1} : a5840 {05841.f} {05842.p1} -> {05842.p3} 
+tr {05842.e} {05842.p6} {05842.p3} -> {05842.p4-eats} 
+tr {05842.t} {05842.p2-thinks} -> {05842.p1} {05842.p5} 
+tr {05842.t0|05843.t4} : b5841 {05843.p4-eats} -> {05842.f} {05843.f} {05843.p2-thinks} 
+tr {05842.t2} {05842.f} {05842.p5} -> {05842.p6} 
+tr {05842.t3|05843.t1} : a5841 {05842.f} {05843.p1} -> {05843.p3} 
+tr {05843.e} {05843.p6} {05843.p3} -> {05843.p4-eats} 
+tr {05843.t} {05843.p2-thinks} -> {05843.p1} {05843.p5} 
+tr {05843.t0|05844.t4} : b5842 {05844.p4-eats} -> {05843.f} {05844.f} {05844.p2-thinks} 
+tr {05843.t2} {05843.f} {05843.p5} -> {05843.p6} 
+tr {05843.t3|05844.t1} : a5842 {05843.f} {05844.p1} -> {05844.p3} 
+tr {05844.e} {05844.p6} {05844.p3} -> {05844.p4-eats} 
+tr {05844.t} {05844.p2-thinks} -> {05844.p1} {05844.p5} 
+tr {05844.t0|05845.t4} : b5843 {05845.p4-eats} -> {05844.f} {05845.f} {05845.p2-thinks} 
+tr {05844.t2} {05844.f} {05844.p5} -> {05844.p6} 
+tr {05844.t3|05845.t1} : a5843 {05844.f} {05845.p1} -> {05845.p3} 
+tr {05845.e} {05845.p6} {05845.p3} -> {05845.p4-eats} 
+tr {05845.t} {05845.p2-thinks} -> {05845.p1} {05845.p5} 
+tr {05845.t0|05846.t4} : b5844 {05846.p4-eats} -> {05845.f} {05846.f} {05846.p2-thinks} 
+tr {05845.t2} {05845.f} {05845.p5} -> {05845.p6} 
+tr {05845.t3|05846.t1} : a5844 {05845.f} {05846.p1} -> {05846.p3} 
+tr {05846.e} {05846.p6} {05846.p3} -> {05846.p4-eats} 
+tr {05846.t} {05846.p2-thinks} -> {05846.p1} {05846.p5} 
+tr {05846.t0|05847.t4} : b5845 {05847.p4-eats} -> {05846.f} {05847.f} {05847.p2-thinks} 
+tr {05846.t2} {05846.f} {05846.p5} -> {05846.p6} 
+tr {05846.t3|05847.t1} : a5845 {05846.f} {05847.p1} -> {05847.p3} 
+tr {05847.e} {05847.p6} {05847.p3} -> {05847.p4-eats} 
+tr {05847.t} {05847.p2-thinks} -> {05847.p1} {05847.p5} 
+tr {05847.t0|05848.t4} : b5846 {05848.p4-eats} -> {05847.f} {05848.f} {05848.p2-thinks} 
+tr {05847.t2} {05847.f} {05847.p5} -> {05847.p6} 
+tr {05847.t3|05848.t1} : a5846 {05847.f} {05848.p1} -> {05848.p3} 
+tr {05848.e} {05848.p6} {05848.p3} -> {05848.p4-eats} 
+tr {05848.t} {05848.p2-thinks} -> {05848.p1} {05848.p5} 
+tr {05848.t0|05849.t4} : b5847 {05849.p4-eats} -> {05848.f} {05849.f} {05849.p2-thinks} 
+tr {05848.t2} {05848.f} {05848.p5} -> {05848.p6} 
+tr {05848.t3|05849.t1} : a5847 {05848.f} {05849.p1} -> {05849.p3} 
+tr {05849.e} {05849.p6} {05849.p3} -> {05849.p4-eats} 
+tr {05849.t} {05849.p2-thinks} -> {05849.p1} {05849.p5} 
+tr {05849.t0|05850.t4} : b5848 {05850.p4-eats} -> {05849.f} {05850.f} {05850.p2-thinks} 
+tr {05849.t2} {05849.f} {05849.p5} -> {05849.p6} 
+tr {05849.t3|05850.t1} : a5848 {05849.f} {05850.p1} -> {05850.p3} 
+tr {05850.e} {05850.p6} {05850.p3} -> {05850.p4-eats} 
+tr {05850.t} {05850.p2-thinks} -> {05850.p1} {05850.p5} 
+tr {05850.t0|05851.t4} : b5849 {05851.p4-eats} -> {05850.f} {05851.f} {05851.p2-thinks} 
+tr {05850.t2} {05850.f} {05850.p5} -> {05850.p6} 
+tr {05850.t3|05851.t1} : a5849 {05850.f} {05851.p1} -> {05851.p3} 
+tr {05851.e} {05851.p6} {05851.p3} -> {05851.p4-eats} 
+tr {05851.t} {05851.p2-thinks} -> {05851.p1} {05851.p5} 
+tr {05851.t0|05852.t4} : b5850 {05852.p4-eats} -> {05851.f} {05852.f} {05852.p2-thinks} 
+tr {05851.t2} {05851.f} {05851.p5} -> {05851.p6} 
+tr {05851.t3|05852.t1} : a5850 {05851.f} {05852.p1} -> {05852.p3} 
+tr {05852.e} {05852.p6} {05852.p3} -> {05852.p4-eats} 
+tr {05852.t} {05852.p2-thinks} -> {05852.p1} {05852.p5} 
+tr {05852.t0|05853.t4} : b5851 {05853.p4-eats} -> {05852.f} {05853.f} {05853.p2-thinks} 
+tr {05852.t2} {05852.f} {05852.p5} -> {05852.p6} 
+tr {05852.t3|05853.t1} : a5851 {05852.f} {05853.p1} -> {05853.p3} 
+tr {05853.e} {05853.p6} {05853.p3} -> {05853.p4-eats} 
+tr {05853.t} {05853.p2-thinks} -> {05853.p1} {05853.p5} 
+tr {05853.t0|05854.t4} : b5852 {05854.p4-eats} -> {05853.f} {05854.f} {05854.p2-thinks} 
+tr {05853.t2} {05853.f} {05853.p5} -> {05853.p6} 
+tr {05853.t3|05854.t1} : a5852 {05853.f} {05854.p1} -> {05854.p3} 
+tr {05854.e} {05854.p6} {05854.p3} -> {05854.p4-eats} 
+tr {05854.t} {05854.p2-thinks} -> {05854.p1} {05854.p5} 
+tr {05854.t0|05855.t4} : b5853 {05855.p4-eats} -> {05854.f} {05855.f} {05855.p2-thinks} 
+tr {05854.t2} {05854.f} {05854.p5} -> {05854.p6} 
+tr {05854.t3|05855.t1} : a5853 {05854.f} {05855.p1} -> {05855.p3} 
+tr {05855.e} {05855.p6} {05855.p3} -> {05855.p4-eats} 
+tr {05855.t} {05855.p2-thinks} -> {05855.p1} {05855.p5} 
+tr {05855.t0|05856.t4} : b5854 {05856.p4-eats} -> {05855.f} {05856.f} {05856.p2-thinks} 
+tr {05855.t2} {05855.f} {05855.p5} -> {05855.p6} 
+tr {05855.t3|05856.t1} : a5854 {05855.f} {05856.p1} -> {05856.p3} 
+tr {05856.e} {05856.p6} {05856.p3} -> {05856.p4-eats} 
+tr {05856.t} {05856.p2-thinks} -> {05856.p1} {05856.p5} 
+tr {05856.t0|05857.t4} : b5855 {05857.p4-eats} -> {05856.f} {05857.f} {05857.p2-thinks} 
+tr {05856.t2} {05856.f} {05856.p5} -> {05856.p6} 
+tr {05856.t3|05857.t1} : a5855 {05856.f} {05857.p1} -> {05857.p3} 
+tr {05857.e} {05857.p6} {05857.p3} -> {05857.p4-eats} 
+tr {05857.t} {05857.p2-thinks} -> {05857.p1} {05857.p5} 
+tr {05857.t0|05858.t4} : b5856 {05858.p4-eats} -> {05857.f} {05858.f} {05858.p2-thinks} 
+tr {05857.t2} {05857.f} {05857.p5} -> {05857.p6} 
+tr {05857.t3|05858.t1} : a5856 {05857.f} {05858.p1} -> {05858.p3} 
+tr {05858.e} {05858.p6} {05858.p3} -> {05858.p4-eats} 
+tr {05858.t} {05858.p2-thinks} -> {05858.p1} {05858.p5} 
+tr {05858.t0|05859.t4} : b5857 {05859.p4-eats} -> {05858.f} {05859.f} {05859.p2-thinks} 
+tr {05858.t2} {05858.f} {05858.p5} -> {05858.p6} 
+tr {05858.t3|05859.t1} : a5857 {05858.f} {05859.p1} -> {05859.p3} 
+tr {05859.e} {05859.p6} {05859.p3} -> {05859.p4-eats} 
+tr {05859.t} {05859.p2-thinks} -> {05859.p1} {05859.p5} 
+tr {05859.t0|05860.t4} : b5858 {05860.p4-eats} -> {05859.f} {05860.f} {05860.p2-thinks} 
+tr {05859.t2} {05859.f} {05859.p5} -> {05859.p6} 
+tr {05859.t3|05860.t1} : a5858 {05859.f} {05860.p1} -> {05860.p3} 
+tr {05860.e} {05860.p6} {05860.p3} -> {05860.p4-eats} 
+tr {05860.t} {05860.p2-thinks} -> {05860.p1} {05860.p5} 
+tr {05860.t0|05861.t4} : b5859 {05861.p4-eats} -> {05860.f} {05861.f} {05861.p2-thinks} 
+tr {05860.t2} {05860.f} {05860.p5} -> {05860.p6} 
+tr {05860.t3|05861.t1} : a5859 {05860.f} {05861.p1} -> {05861.p3} 
+tr {05861.e} {05861.p6} {05861.p3} -> {05861.p4-eats} 
+tr {05861.t} {05861.p2-thinks} -> {05861.p1} {05861.p5} 
+tr {05861.t0|05862.t4} : b5860 {05862.p4-eats} -> {05861.f} {05862.f} {05862.p2-thinks} 
+tr {05861.t2} {05861.f} {05861.p5} -> {05861.p6} 
+tr {05861.t3|05862.t1} : a5860 {05861.f} {05862.p1} -> {05862.p3} 
+tr {05862.e} {05862.p6} {05862.p3} -> {05862.p4-eats} 
+tr {05862.t} {05862.p2-thinks} -> {05862.p1} {05862.p5} 
+tr {05862.t0|05863.t4} : b5861 {05863.p4-eats} -> {05862.f} {05863.f} {05863.p2-thinks} 
+tr {05862.t2} {05862.f} {05862.p5} -> {05862.p6} 
+tr {05862.t3|05863.t1} : a5861 {05862.f} {05863.p1} -> {05863.p3} 
+tr {05863.e} {05863.p6} {05863.p3} -> {05863.p4-eats} 
+tr {05863.t} {05863.p2-thinks} -> {05863.p1} {05863.p5} 
+tr {05863.t0|05864.t4} : b5862 {05864.p4-eats} -> {05863.f} {05864.f} {05864.p2-thinks} 
+tr {05863.t2} {05863.f} {05863.p5} -> {05863.p6} 
+tr {05863.t3|05864.t1} : a5862 {05863.f} {05864.p1} -> {05864.p3} 
+tr {05864.e} {05864.p6} {05864.p3} -> {05864.p4-eats} 
+tr {05864.t} {05864.p2-thinks} -> {05864.p1} {05864.p5} 
+tr {05864.t0|05865.t4} : b5863 {05865.p4-eats} -> {05864.f} {05865.f} {05865.p2-thinks} 
+tr {05864.t2} {05864.f} {05864.p5} -> {05864.p6} 
+tr {05864.t3|05865.t1} : a5863 {05864.f} {05865.p1} -> {05865.p3} 
+tr {05865.e} {05865.p6} {05865.p3} -> {05865.p4-eats} 
+tr {05865.t} {05865.p2-thinks} -> {05865.p1} {05865.p5} 
+tr {05865.t0|05866.t4} : b5864 {05866.p4-eats} -> {05865.f} {05866.f} {05866.p2-thinks} 
+tr {05865.t2} {05865.f} {05865.p5} -> {05865.p6} 
+tr {05865.t3|05866.t1} : a5864 {05865.f} {05866.p1} -> {05866.p3} 
+tr {05866.e} {05866.p6} {05866.p3} -> {05866.p4-eats} 
+tr {05866.t} {05866.p2-thinks} -> {05866.p1} {05866.p5} 
+tr {05866.t0|05867.t4} : b5865 {05867.p4-eats} -> {05866.f} {05867.f} {05867.p2-thinks} 
+tr {05866.t2} {05866.f} {05866.p5} -> {05866.p6} 
+tr {05866.t3|05867.t1} : a5865 {05866.f} {05867.p1} -> {05867.p3} 
+tr {05867.e} {05867.p6} {05867.p3} -> {05867.p4-eats} 
+tr {05867.t} {05867.p2-thinks} -> {05867.p1} {05867.p5} 
+tr {05867.t0|05868.t4} : b5866 {05868.p4-eats} -> {05867.f} {05868.f} {05868.p2-thinks} 
+tr {05867.t2} {05867.f} {05867.p5} -> {05867.p6} 
+tr {05867.t3|05868.t1} : a5866 {05867.f} {05868.p1} -> {05868.p3} 
+tr {05868.e} {05868.p6} {05868.p3} -> {05868.p4-eats} 
+tr {05868.t} {05868.p2-thinks} -> {05868.p1} {05868.p5} 
+tr {05868.t0|05869.t4} : b5867 {05869.p4-eats} -> {05868.f} {05869.f} {05869.p2-thinks} 
+tr {05868.t2} {05868.f} {05868.p5} -> {05868.p6} 
+tr {05868.t3|05869.t1} : a5867 {05868.f} {05869.p1} -> {05869.p3} 
+tr {05869.e} {05869.p6} {05869.p3} -> {05869.p4-eats} 
+tr {05869.t} {05869.p2-thinks} -> {05869.p1} {05869.p5} 
+tr {05869.t0|05870.t4} : b5868 {05870.p4-eats} -> {05869.f} {05870.f} {05870.p2-thinks} 
+tr {05869.t2} {05869.f} {05869.p5} -> {05869.p6} 
+tr {05869.t3|05870.t1} : a5868 {05869.f} {05870.p1} -> {05870.p3} 
+tr {05870.e} {05870.p6} {05870.p3} -> {05870.p4-eats} 
+tr {05870.t} {05870.p2-thinks} -> {05870.p1} {05870.p5} 
+tr {05870.t0|05871.t4} : b5869 {05871.p4-eats} -> {05870.f} {05871.f} {05871.p2-thinks} 
+tr {05870.t2} {05870.f} {05870.p5} -> {05870.p6} 
+tr {05870.t3|05871.t1} : a5869 {05870.f} {05871.p1} -> {05871.p3} 
+tr {05871.e} {05871.p6} {05871.p3} -> {05871.p4-eats} 
+tr {05871.t} {05871.p2-thinks} -> {05871.p1} {05871.p5} 
+tr {05871.t0|05872.t4} : b5870 {05872.p4-eats} -> {05871.f} {05872.f} {05872.p2-thinks} 
+tr {05871.t2} {05871.f} {05871.p5} -> {05871.p6} 
+tr {05871.t3|05872.t1} : a5870 {05871.f} {05872.p1} -> {05872.p3} 
+tr {05872.e} {05872.p6} {05872.p3} -> {05872.p4-eats} 
+tr {05872.t} {05872.p2-thinks} -> {05872.p1} {05872.p5} 
+tr {05872.t0|05873.t4} : b5871 {05873.p4-eats} -> {05872.f} {05873.f} {05873.p2-thinks} 
+tr {05872.t2} {05872.f} {05872.p5} -> {05872.p6} 
+tr {05872.t3|05873.t1} : a5871 {05872.f} {05873.p1} -> {05873.p3} 
+tr {05873.e} {05873.p6} {05873.p3} -> {05873.p4-eats} 
+tr {05873.t} {05873.p2-thinks} -> {05873.p1} {05873.p5} 
+tr {05873.t0|05874.t4} : b5872 {05874.p4-eats} -> {05873.f} {05874.f} {05874.p2-thinks} 
+tr {05873.t2} {05873.f} {05873.p5} -> {05873.p6} 
+tr {05873.t3|05874.t1} : a5872 {05873.f} {05874.p1} -> {05874.p3} 
+tr {05874.e} {05874.p6} {05874.p3} -> {05874.p4-eats} 
+tr {05874.t} {05874.p2-thinks} -> {05874.p1} {05874.p5} 
+tr {05874.t0|05875.t4} : b5873 {05875.p4-eats} -> {05874.f} {05875.f} {05875.p2-thinks} 
+tr {05874.t2} {05874.f} {05874.p5} -> {05874.p6} 
+tr {05874.t3|05875.t1} : a5873 {05874.f} {05875.p1} -> {05875.p3} 
+tr {05875.e} {05875.p6} {05875.p3} -> {05875.p4-eats} 
+tr {05875.t} {05875.p2-thinks} -> {05875.p1} {05875.p5} 
+tr {05875.t0|05876.t4} : b5874 {05876.p4-eats} -> {05875.f} {05876.f} {05876.p2-thinks} 
+tr {05875.t2} {05875.f} {05875.p5} -> {05875.p6} 
+tr {05875.t3|05876.t1} : a5874 {05875.f} {05876.p1} -> {05876.p3} 
+tr {05876.e} {05876.p6} {05876.p3} -> {05876.p4-eats} 
+tr {05876.t} {05876.p2-thinks} -> {05876.p1} {05876.p5} 
+tr {05876.t0|05877.t4} : b5875 {05877.p4-eats} -> {05876.f} {05877.f} {05877.p2-thinks} 
+tr {05876.t2} {05876.f} {05876.p5} -> {05876.p6} 
+tr {05876.t3|05877.t1} : a5875 {05876.f} {05877.p1} -> {05877.p3} 
+tr {05877.e} {05877.p6} {05877.p3} -> {05877.p4-eats} 
+tr {05877.t} {05877.p2-thinks} -> {05877.p1} {05877.p5} 
+tr {05877.t0|05878.t4} : b5876 {05878.p4-eats} -> {05877.f} {05878.f} {05878.p2-thinks} 
+tr {05877.t2} {05877.f} {05877.p5} -> {05877.p6} 
+tr {05877.t3|05878.t1} : a5876 {05877.f} {05878.p1} -> {05878.p3} 
+tr {05878.e} {05878.p6} {05878.p3} -> {05878.p4-eats} 
+tr {05878.t} {05878.p2-thinks} -> {05878.p1} {05878.p5} 
+tr {05878.t0|05879.t4} : b5877 {05879.p4-eats} -> {05878.f} {05879.f} {05879.p2-thinks} 
+tr {05878.t2} {05878.f} {05878.p5} -> {05878.p6} 
+tr {05878.t3|05879.t1} : a5877 {05878.f} {05879.p1} -> {05879.p3} 
+tr {05879.e} {05879.p6} {05879.p3} -> {05879.p4-eats} 
+tr {05879.t} {05879.p2-thinks} -> {05879.p1} {05879.p5} 
+tr {05879.t0|05880.t4} : b5878 {05880.p4-eats} -> {05879.f} {05880.f} {05880.p2-thinks} 
+tr {05879.t2} {05879.f} {05879.p5} -> {05879.p6} 
+tr {05879.t3|05880.t1} : a5878 {05879.f} {05880.p1} -> {05880.p3} 
+tr {05880.e} {05880.p6} {05880.p3} -> {05880.p4-eats} 
+tr {05880.t} {05880.p2-thinks} -> {05880.p1} {05880.p5} 
+tr {05880.t0|05881.t4} : b5879 {05881.p4-eats} -> {05880.f} {05881.f} {05881.p2-thinks} 
+tr {05880.t2} {05880.f} {05880.p5} -> {05880.p6} 
+tr {05880.t3|05881.t1} : a5879 {05880.f} {05881.p1} -> {05881.p3} 
+tr {05881.e} {05881.p6} {05881.p3} -> {05881.p4-eats} 
+tr {05881.t} {05881.p2-thinks} -> {05881.p1} {05881.p5} 
+tr {05881.t0|05882.t4} : b5880 {05882.p4-eats} -> {05881.f} {05882.f} {05882.p2-thinks} 
+tr {05881.t2} {05881.f} {05881.p5} -> {05881.p6} 
+tr {05881.t3|05882.t1} : a5880 {05881.f} {05882.p1} -> {05882.p3} 
+tr {05882.e} {05882.p6} {05882.p3} -> {05882.p4-eats} 
+tr {05882.t} {05882.p2-thinks} -> {05882.p1} {05882.p5} 
+tr {05882.t0|05883.t4} : b5881 {05883.p4-eats} -> {05882.f} {05883.f} {05883.p2-thinks} 
+tr {05882.t2} {05882.f} {05882.p5} -> {05882.p6} 
+tr {05882.t3|05883.t1} : a5881 {05882.f} {05883.p1} -> {05883.p3} 
+tr {05883.e} {05883.p6} {05883.p3} -> {05883.p4-eats} 
+tr {05883.t} {05883.p2-thinks} -> {05883.p1} {05883.p5} 
+tr {05883.t0|05884.t4} : b5882 {05884.p4-eats} -> {05883.f} {05884.f} {05884.p2-thinks} 
+tr {05883.t2} {05883.f} {05883.p5} -> {05883.p6} 
+tr {05883.t3|05884.t1} : a5882 {05883.f} {05884.p1} -> {05884.p3} 
+tr {05884.e} {05884.p6} {05884.p3} -> {05884.p4-eats} 
+tr {05884.t} {05884.p2-thinks} -> {05884.p1} {05884.p5} 
+tr {05884.t0|05885.t4} : b5883 {05885.p4-eats} -> {05884.f} {05885.f} {05885.p2-thinks} 
+tr {05884.t2} {05884.f} {05884.p5} -> {05884.p6} 
+tr {05884.t3|05885.t1} : a5883 {05884.f} {05885.p1} -> {05885.p3} 
+tr {05885.e} {05885.p6} {05885.p3} -> {05885.p4-eats} 
+tr {05885.t} {05885.p2-thinks} -> {05885.p1} {05885.p5} 
+tr {05885.t0|05886.t4} : b5884 {05886.p4-eats} -> {05885.f} {05886.f} {05886.p2-thinks} 
+tr {05885.t2} {05885.f} {05885.p5} -> {05885.p6} 
+tr {05885.t3|05886.t1} : a5884 {05885.f} {05886.p1} -> {05886.p3} 
+tr {05886.e} {05886.p6} {05886.p3} -> {05886.p4-eats} 
+tr {05886.t} {05886.p2-thinks} -> {05886.p1} {05886.p5} 
+tr {05886.t0|05887.t4} : b5885 {05887.p4-eats} -> {05886.f} {05887.f} {05887.p2-thinks} 
+tr {05886.t2} {05886.f} {05886.p5} -> {05886.p6} 
+tr {05886.t3|05887.t1} : a5885 {05886.f} {05887.p1} -> {05887.p3} 
+tr {05887.e} {05887.p6} {05887.p3} -> {05887.p4-eats} 
+tr {05887.t} {05887.p2-thinks} -> {05887.p1} {05887.p5} 
+tr {05887.t0|05888.t4} : b5886 {05888.p4-eats} -> {05887.f} {05888.f} {05888.p2-thinks} 
+tr {05887.t2} {05887.f} {05887.p5} -> {05887.p6} 
+tr {05887.t3|05888.t1} : a5886 {05887.f} {05888.p1} -> {05888.p3} 
+tr {05888.e} {05888.p6} {05888.p3} -> {05888.p4-eats} 
+tr {05888.t} {05888.p2-thinks} -> {05888.p1} {05888.p5} 
+tr {05888.t0|05889.t4} : b5887 {05889.p4-eats} -> {05888.f} {05889.f} {05889.p2-thinks} 
+tr {05888.t2} {05888.f} {05888.p5} -> {05888.p6} 
+tr {05888.t3|05889.t1} : a5887 {05888.f} {05889.p1} -> {05889.p3} 
+tr {05889.e} {05889.p6} {05889.p3} -> {05889.p4-eats} 
+tr {05889.t} {05889.p2-thinks} -> {05889.p1} {05889.p5} 
+tr {05889.t0|05890.t4} : b5888 {05890.p4-eats} -> {05889.f} {05890.f} {05890.p2-thinks} 
+tr {05889.t2} {05889.f} {05889.p5} -> {05889.p6} 
+tr {05889.t3|05890.t1} : a5888 {05889.f} {05890.p1} -> {05890.p3} 
+tr {05890.e} {05890.p6} {05890.p3} -> {05890.p4-eats} 
+tr {05890.t} {05890.p2-thinks} -> {05890.p1} {05890.p5} 
+tr {05890.t0|05891.t4} : b5889 {05891.p4-eats} -> {05890.f} {05891.f} {05891.p2-thinks} 
+tr {05890.t2} {05890.f} {05890.p5} -> {05890.p6} 
+tr {05890.t3|05891.t1} : a5889 {05890.f} {05891.p1} -> {05891.p3} 
+tr {05891.e} {05891.p6} {05891.p3} -> {05891.p4-eats} 
+tr {05891.t} {05891.p2-thinks} -> {05891.p1} {05891.p5} 
+tr {05891.t0|05892.t4} : b5890 {05892.p4-eats} -> {05891.f} {05892.f} {05892.p2-thinks} 
+tr {05891.t2} {05891.f} {05891.p5} -> {05891.p6} 
+tr {05891.t3|05892.t1} : a5890 {05891.f} {05892.p1} -> {05892.p3} 
+tr {05892.e} {05892.p6} {05892.p3} -> {05892.p4-eats} 
+tr {05892.t} {05892.p2-thinks} -> {05892.p1} {05892.p5} 
+tr {05892.t0|05893.t4} : b5891 {05893.p4-eats} -> {05892.f} {05893.f} {05893.p2-thinks} 
+tr {05892.t2} {05892.f} {05892.p5} -> {05892.p6} 
+tr {05892.t3|05893.t1} : a5891 {05892.f} {05893.p1} -> {05893.p3} 
+tr {05893.e} {05893.p6} {05893.p3} -> {05893.p4-eats} 
+tr {05893.t} {05893.p2-thinks} -> {05893.p1} {05893.p5} 
+tr {05893.t0|05894.t4} : b5892 {05894.p4-eats} -> {05893.f} {05894.f} {05894.p2-thinks} 
+tr {05893.t2} {05893.f} {05893.p5} -> {05893.p6} 
+tr {05893.t3|05894.t1} : a5892 {05893.f} {05894.p1} -> {05894.p3} 
+tr {05894.e} {05894.p6} {05894.p3} -> {05894.p4-eats} 
+tr {05894.t} {05894.p2-thinks} -> {05894.p1} {05894.p5} 
+tr {05894.t0|05895.t4} : b5893 {05895.p4-eats} -> {05894.f} {05895.f} {05895.p2-thinks} 
+tr {05894.t2} {05894.f} {05894.p5} -> {05894.p6} 
+tr {05894.t3|05895.t1} : a5893 {05894.f} {05895.p1} -> {05895.p3} 
+tr {05895.e} {05895.p6} {05895.p3} -> {05895.p4-eats} 
+tr {05895.t} {05895.p2-thinks} -> {05895.p1} {05895.p5} 
+tr {05895.t0|05896.t4} : b5894 {05896.p4-eats} -> {05895.f} {05896.f} {05896.p2-thinks} 
+tr {05895.t2} {05895.f} {05895.p5} -> {05895.p6} 
+tr {05895.t3|05896.t1} : a5894 {05895.f} {05896.p1} -> {05896.p3} 
+tr {05896.e} {05896.p6} {05896.p3} -> {05896.p4-eats} 
+tr {05896.t} {05896.p2-thinks} -> {05896.p1} {05896.p5} 
+tr {05896.t0|05897.t4} : b5895 {05897.p4-eats} -> {05896.f} {05897.f} {05897.p2-thinks} 
+tr {05896.t2} {05896.f} {05896.p5} -> {05896.p6} 
+tr {05896.t3|05897.t1} : a5895 {05896.f} {05897.p1} -> {05897.p3} 
+tr {05897.e} {05897.p6} {05897.p3} -> {05897.p4-eats} 
+tr {05897.t} {05897.p2-thinks} -> {05897.p1} {05897.p5} 
+tr {05897.t0|05898.t4} : b5896 {05898.p4-eats} -> {05897.f} {05898.f} {05898.p2-thinks} 
+tr {05897.t2} {05897.f} {05897.p5} -> {05897.p6} 
+tr {05897.t3|05898.t1} : a5896 {05897.f} {05898.p1} -> {05898.p3} 
+tr {05898.e} {05898.p6} {05898.p3} -> {05898.p4-eats} 
+tr {05898.t} {05898.p2-thinks} -> {05898.p1} {05898.p5} 
+tr {05898.t0|05899.t4} : b5897 {05899.p4-eats} -> {05898.f} {05899.f} {05899.p2-thinks} 
+tr {05898.t2} {05898.f} {05898.p5} -> {05898.p6} 
+tr {05898.t3|05899.t1} : a5897 {05898.f} {05899.p1} -> {05899.p3} 
+tr {05899.e} {05899.p6} {05899.p3} -> {05899.p4-eats} 
+tr {05899.t} {05899.p2-thinks} -> {05899.p1} {05899.p5} 
+tr {05899.t0|05900.t4} : b5898 {05900.p4-eats} -> {05899.f} {05900.f} {05900.p2-thinks} 
+tr {05899.t2} {05899.f} {05899.p5} -> {05899.p6} 
+tr {05899.t3|05900.t1} : a5898 {05899.f} {05900.p1} -> {05900.p3} 
+tr {05900.e} {05900.p6} {05900.p3} -> {05900.p4-eats} 
+tr {05900.t} {05900.p2-thinks} -> {05900.p1} {05900.p5} 
+tr {05900.t0|05901.t4} : b5899 {05901.p4-eats} -> {05900.f} {05901.f} {05901.p2-thinks} 
+tr {05900.t2} {05900.f} {05900.p5} -> {05900.p6} 
+tr {05900.t3|05901.t1} : a5899 {05900.f} {05901.p1} -> {05901.p3} 
+tr {05901.e} {05901.p6} {05901.p3} -> {05901.p4-eats} 
+tr {05901.t} {05901.p2-thinks} -> {05901.p1} {05901.p5} 
+tr {05901.t0|05902.t4} : b5900 {05902.p4-eats} -> {05901.f} {05902.f} {05902.p2-thinks} 
+tr {05901.t2} {05901.f} {05901.p5} -> {05901.p6} 
+tr {05901.t3|05902.t1} : a5900 {05901.f} {05902.p1} -> {05902.p3} 
+tr {05902.e} {05902.p6} {05902.p3} -> {05902.p4-eats} 
+tr {05902.t} {05902.p2-thinks} -> {05902.p1} {05902.p5} 
+tr {05902.t0|05903.t4} : b5901 {05903.p4-eats} -> {05902.f} {05903.f} {05903.p2-thinks} 
+tr {05902.t2} {05902.f} {05902.p5} -> {05902.p6} 
+tr {05902.t3|05903.t1} : a5901 {05902.f} {05903.p1} -> {05903.p3} 
+tr {05903.e} {05903.p6} {05903.p3} -> {05903.p4-eats} 
+tr {05903.t} {05903.p2-thinks} -> {05903.p1} {05903.p5} 
+tr {05903.t0|05904.t4} : b5902 {05904.p4-eats} -> {05903.f} {05904.f} {05904.p2-thinks} 
+tr {05903.t2} {05903.f} {05903.p5} -> {05903.p6} 
+tr {05903.t3|05904.t1} : a5902 {05903.f} {05904.p1} -> {05904.p3} 
+tr {05904.e} {05904.p6} {05904.p3} -> {05904.p4-eats} 
+tr {05904.t} {05904.p2-thinks} -> {05904.p1} {05904.p5} 
+tr {05904.t0|05905.t4} : b5903 {05905.p4-eats} -> {05904.f} {05905.f} {05905.p2-thinks} 
+tr {05904.t2} {05904.f} {05904.p5} -> {05904.p6} 
+tr {05904.t3|05905.t1} : a5903 {05904.f} {05905.p1} -> {05905.p3} 
+tr {05905.e} {05905.p6} {05905.p3} -> {05905.p4-eats} 
+tr {05905.t} {05905.p2-thinks} -> {05905.p1} {05905.p5} 
+tr {05905.t0|05906.t4} : b5904 {05906.p4-eats} -> {05905.f} {05906.f} {05906.p2-thinks} 
+tr {05905.t2} {05905.f} {05905.p5} -> {05905.p6} 
+tr {05905.t3|05906.t1} : a5904 {05905.f} {05906.p1} -> {05906.p3} 
+tr {05906.e} {05906.p6} {05906.p3} -> {05906.p4-eats} 
+tr {05906.t} {05906.p2-thinks} -> {05906.p1} {05906.p5} 
+tr {05906.t0|05907.t4} : b5905 {05907.p4-eats} -> {05906.f} {05907.f} {05907.p2-thinks} 
+tr {05906.t2} {05906.f} {05906.p5} -> {05906.p6} 
+tr {05906.t3|05907.t1} : a5905 {05906.f} {05907.p1} -> {05907.p3} 
+tr {05907.e} {05907.p6} {05907.p3} -> {05907.p4-eats} 
+tr {05907.t} {05907.p2-thinks} -> {05907.p1} {05907.p5} 
+tr {05907.t0|05908.t4} : b5906 {05908.p4-eats} -> {05907.f} {05908.f} {05908.p2-thinks} 
+tr {05907.t2} {05907.f} {05907.p5} -> {05907.p6} 
+tr {05907.t3|05908.t1} : a5906 {05907.f} {05908.p1} -> {05908.p3} 
+tr {05908.e} {05908.p6} {05908.p3} -> {05908.p4-eats} 
+tr {05908.t} {05908.p2-thinks} -> {05908.p1} {05908.p5} 
+tr {05908.t0|05909.t4} : b5907 {05909.p4-eats} -> {05908.f} {05909.f} {05909.p2-thinks} 
+tr {05908.t2} {05908.f} {05908.p5} -> {05908.p6} 
+tr {05908.t3|05909.t1} : a5907 {05908.f} {05909.p1} -> {05909.p3} 
+tr {05909.e} {05909.p6} {05909.p3} -> {05909.p4-eats} 
+tr {05909.t} {05909.p2-thinks} -> {05909.p1} {05909.p5} 
+tr {05909.t0|05910.t4} : b5908 {05910.p4-eats} -> {05909.f} {05910.f} {05910.p2-thinks} 
+tr {05909.t2} {05909.f} {05909.p5} -> {05909.p6} 
+tr {05909.t3|05910.t1} : a5908 {05909.f} {05910.p1} -> {05910.p3} 
+tr {05910.e} {05910.p6} {05910.p3} -> {05910.p4-eats} 
+tr {05910.t} {05910.p2-thinks} -> {05910.p1} {05910.p5} 
+tr {05910.t0|05911.t4} : b5909 {05911.p4-eats} -> {05910.f} {05911.f} {05911.p2-thinks} 
+tr {05910.t2} {05910.f} {05910.p5} -> {05910.p6} 
+tr {05910.t3|05911.t1} : a5909 {05910.f} {05911.p1} -> {05911.p3} 
+tr {05911.e} {05911.p6} {05911.p3} -> {05911.p4-eats} 
+tr {05911.t} {05911.p2-thinks} -> {05911.p1} {05911.p5} 
+tr {05911.t0|05912.t4} : b5910 {05912.p4-eats} -> {05911.f} {05912.f} {05912.p2-thinks} 
+tr {05911.t2} {05911.f} {05911.p5} -> {05911.p6} 
+tr {05911.t3|05912.t1} : a5910 {05911.f} {05912.p1} -> {05912.p3} 
+tr {05912.e} {05912.p6} {05912.p3} -> {05912.p4-eats} 
+tr {05912.t} {05912.p2-thinks} -> {05912.p1} {05912.p5} 
+tr {05912.t0|05913.t4} : b5911 {05913.p4-eats} -> {05912.f} {05913.f} {05913.p2-thinks} 
+tr {05912.t2} {05912.f} {05912.p5} -> {05912.p6} 
+tr {05912.t3|05913.t1} : a5911 {05912.f} {05913.p1} -> {05913.p3} 
+tr {05913.e} {05913.p6} {05913.p3} -> {05913.p4-eats} 
+tr {05913.t} {05913.p2-thinks} -> {05913.p1} {05913.p5} 
+tr {05913.t0|05914.t4} : b5912 {05914.p4-eats} -> {05913.f} {05914.f} {05914.p2-thinks} 
+tr {05913.t2} {05913.f} {05913.p5} -> {05913.p6} 
+tr {05913.t3|05914.t1} : a5912 {05913.f} {05914.p1} -> {05914.p3} 
+tr {05914.e} {05914.p6} {05914.p3} -> {05914.p4-eats} 
+tr {05914.t} {05914.p2-thinks} -> {05914.p1} {05914.p5} 
+tr {05914.t0|05915.t4} : b5913 {05915.p4-eats} -> {05914.f} {05915.f} {05915.p2-thinks} 
+tr {05914.t2} {05914.f} {05914.p5} -> {05914.p6} 
+tr {05914.t3|05915.t1} : a5913 {05914.f} {05915.p1} -> {05915.p3} 
+tr {05915.e} {05915.p6} {05915.p3} -> {05915.p4-eats} 
+tr {05915.t} {05915.p2-thinks} -> {05915.p1} {05915.p5} 
+tr {05915.t0|05916.t4} : b5914 {05916.p4-eats} -> {05915.f} {05916.f} {05916.p2-thinks} 
+tr {05915.t2} {05915.f} {05915.p5} -> {05915.p6} 
+tr {05915.t3|05916.t1} : a5914 {05915.f} {05916.p1} -> {05916.p3} 
+tr {05916.e} {05916.p6} {05916.p3} -> {05916.p4-eats} 
+tr {05916.t} {05916.p2-thinks} -> {05916.p1} {05916.p5} 
+tr {05916.t0|05917.t4} : b5915 {05917.p4-eats} -> {05916.f} {05917.f} {05917.p2-thinks} 
+tr {05916.t2} {05916.f} {05916.p5} -> {05916.p6} 
+tr {05916.t3|05917.t1} : a5915 {05916.f} {05917.p1} -> {05917.p3} 
+tr {05917.e} {05917.p6} {05917.p3} -> {05917.p4-eats} 
+tr {05917.t} {05917.p2-thinks} -> {05917.p1} {05917.p5} 
+tr {05917.t0|05918.t4} : b5916 {05918.p4-eats} -> {05917.f} {05918.f} {05918.p2-thinks} 
+tr {05917.t2} {05917.f} {05917.p5} -> {05917.p6} 
+tr {05917.t3|05918.t1} : a5916 {05917.f} {05918.p1} -> {05918.p3} 
+tr {05918.e} {05918.p6} {05918.p3} -> {05918.p4-eats} 
+tr {05918.t} {05918.p2-thinks} -> {05918.p1} {05918.p5} 
+tr {05918.t0|05919.t4} : b5917 {05919.p4-eats} -> {05918.f} {05919.f} {05919.p2-thinks} 
+tr {05918.t2} {05918.f} {05918.p5} -> {05918.p6} 
+tr {05918.t3|05919.t1} : a5917 {05918.f} {05919.p1} -> {05919.p3} 
+tr {05919.e} {05919.p6} {05919.p3} -> {05919.p4-eats} 
+tr {05919.t} {05919.p2-thinks} -> {05919.p1} {05919.p5} 
+tr {05919.t0|05920.t4} : b5918 {05920.p4-eats} -> {05919.f} {05920.f} {05920.p2-thinks} 
+tr {05919.t2} {05919.f} {05919.p5} -> {05919.p6} 
+tr {05919.t3|05920.t1} : a5918 {05919.f} {05920.p1} -> {05920.p3} 
+tr {05920.e} {05920.p6} {05920.p3} -> {05920.p4-eats} 
+tr {05920.t} {05920.p2-thinks} -> {05920.p1} {05920.p5} 
+tr {05920.t0|05921.t4} : b5919 {05921.p4-eats} -> {05920.f} {05921.f} {05921.p2-thinks} 
+tr {05920.t2} {05920.f} {05920.p5} -> {05920.p6} 
+tr {05920.t3|05921.t1} : a5919 {05920.f} {05921.p1} -> {05921.p3} 
+tr {05921.e} {05921.p6} {05921.p3} -> {05921.p4-eats} 
+tr {05921.t} {05921.p2-thinks} -> {05921.p1} {05921.p5} 
+tr {05921.t0|05922.t4} : b5920 {05922.p4-eats} -> {05921.f} {05922.f} {05922.p2-thinks} 
+tr {05921.t2} {05921.f} {05921.p5} -> {05921.p6} 
+tr {05921.t3|05922.t1} : a5920 {05921.f} {05922.p1} -> {05922.p3} 
+tr {05922.e} {05922.p6} {05922.p3} -> {05922.p4-eats} 
+tr {05922.t} {05922.p2-thinks} -> {05922.p1} {05922.p5} 
+tr {05922.t0|05923.t4} : b5921 {05923.p4-eats} -> {05922.f} {05923.f} {05923.p2-thinks} 
+tr {05922.t2} {05922.f} {05922.p5} -> {05922.p6} 
+tr {05922.t3|05923.t1} : a5921 {05922.f} {05923.p1} -> {05923.p3} 
+tr {05923.e} {05923.p6} {05923.p3} -> {05923.p4-eats} 
+tr {05923.t} {05923.p2-thinks} -> {05923.p1} {05923.p5} 
+tr {05923.t0|05924.t4} : b5922 {05924.p4-eats} -> {05923.f} {05924.f} {05924.p2-thinks} 
+tr {05923.t2} {05923.f} {05923.p5} -> {05923.p6} 
+tr {05923.t3|05924.t1} : a5922 {05923.f} {05924.p1} -> {05924.p3} 
+tr {05924.e} {05924.p6} {05924.p3} -> {05924.p4-eats} 
+tr {05924.t} {05924.p2-thinks} -> {05924.p1} {05924.p5} 
+tr {05924.t0|05925.t4} : b5923 {05925.p4-eats} -> {05924.f} {05925.f} {05925.p2-thinks} 
+tr {05924.t2} {05924.f} {05924.p5} -> {05924.p6} 
+tr {05924.t3|05925.t1} : a5923 {05924.f} {05925.p1} -> {05925.p3} 
+tr {05925.e} {05925.p6} {05925.p3} -> {05925.p4-eats} 
+tr {05925.t} {05925.p2-thinks} -> {05925.p1} {05925.p5} 
+tr {05925.t0|05926.t4} : b5924 {05926.p4-eats} -> {05925.f} {05926.f} {05926.p2-thinks} 
+tr {05925.t2} {05925.f} {05925.p5} -> {05925.p6} 
+tr {05925.t3|05926.t1} : a5924 {05925.f} {05926.p1} -> {05926.p3} 
+tr {05926.e} {05926.p6} {05926.p3} -> {05926.p4-eats} 
+tr {05926.t} {05926.p2-thinks} -> {05926.p1} {05926.p5} 
+tr {05926.t0|05927.t4} : b5925 {05927.p4-eats} -> {05926.f} {05927.f} {05927.p2-thinks} 
+tr {05926.t2} {05926.f} {05926.p5} -> {05926.p6} 
+tr {05926.t3|05927.t1} : a5925 {05926.f} {05927.p1} -> {05927.p3} 
+tr {05927.e} {05927.p6} {05927.p3} -> {05927.p4-eats} 
+tr {05927.t} {05927.p2-thinks} -> {05927.p1} {05927.p5} 
+tr {05927.t0|05928.t4} : b5926 {05928.p4-eats} -> {05927.f} {05928.f} {05928.p2-thinks} 
+tr {05927.t2} {05927.f} {05927.p5} -> {05927.p6} 
+tr {05927.t3|05928.t1} : a5926 {05927.f} {05928.p1} -> {05928.p3} 
+tr {05928.e} {05928.p6} {05928.p3} -> {05928.p4-eats} 
+tr {05928.t} {05928.p2-thinks} -> {05928.p1} {05928.p5} 
+tr {05928.t0|05929.t4} : b5927 {05929.p4-eats} -> {05928.f} {05929.f} {05929.p2-thinks} 
+tr {05928.t2} {05928.f} {05928.p5} -> {05928.p6} 
+tr {05928.t3|05929.t1} : a5927 {05928.f} {05929.p1} -> {05929.p3} 
+tr {05929.e} {05929.p6} {05929.p3} -> {05929.p4-eats} 
+tr {05929.t} {05929.p2-thinks} -> {05929.p1} {05929.p5} 
+tr {05929.t0|05930.t4} : b5928 {05930.p4-eats} -> {05929.f} {05930.f} {05930.p2-thinks} 
+tr {05929.t2} {05929.f} {05929.p5} -> {05929.p6} 
+tr {05929.t3|05930.t1} : a5928 {05929.f} {05930.p1} -> {05930.p3} 
+tr {05930.e} {05930.p6} {05930.p3} -> {05930.p4-eats} 
+tr {05930.t} {05930.p2-thinks} -> {05930.p1} {05930.p5} 
+tr {05930.t0|05931.t4} : b5929 {05931.p4-eats} -> {05930.f} {05931.f} {05931.p2-thinks} 
+tr {05930.t2} {05930.f} {05930.p5} -> {05930.p6} 
+tr {05930.t3|05931.t1} : a5929 {05930.f} {05931.p1} -> {05931.p3} 
+tr {05931.e} {05931.p6} {05931.p3} -> {05931.p4-eats} 
+tr {05931.t} {05931.p2-thinks} -> {05931.p1} {05931.p5} 
+tr {05931.t0|05932.t4} : b5930 {05932.p4-eats} -> {05931.f} {05932.f} {05932.p2-thinks} 
+tr {05931.t2} {05931.f} {05931.p5} -> {05931.p6} 
+tr {05931.t3|05932.t1} : a5930 {05931.f} {05932.p1} -> {05932.p3} 
+tr {05932.e} {05932.p6} {05932.p3} -> {05932.p4-eats} 
+tr {05932.t} {05932.p2-thinks} -> {05932.p1} {05932.p5} 
+tr {05932.t0|05933.t4} : b5931 {05933.p4-eats} -> {05932.f} {05933.f} {05933.p2-thinks} 
+tr {05932.t2} {05932.f} {05932.p5} -> {05932.p6} 
+tr {05932.t3|05933.t1} : a5931 {05932.f} {05933.p1} -> {05933.p3} 
+tr {05933.e} {05933.p6} {05933.p3} -> {05933.p4-eats} 
+tr {05933.t} {05933.p2-thinks} -> {05933.p1} {05933.p5} 
+tr {05933.t0|05934.t4} : b5932 {05934.p4-eats} -> {05933.f} {05934.f} {05934.p2-thinks} 
+tr {05933.t2} {05933.f} {05933.p5} -> {05933.p6} 
+tr {05933.t3|05934.t1} : a5932 {05933.f} {05934.p1} -> {05934.p3} 
+tr {05934.e} {05934.p6} {05934.p3} -> {05934.p4-eats} 
+tr {05934.t} {05934.p2-thinks} -> {05934.p1} {05934.p5} 
+tr {05934.t0|05935.t4} : b5933 {05935.p4-eats} -> {05934.f} {05935.f} {05935.p2-thinks} 
+tr {05934.t2} {05934.f} {05934.p5} -> {05934.p6} 
+tr {05934.t3|05935.t1} : a5933 {05934.f} {05935.p1} -> {05935.p3} 
+tr {05935.e} {05935.p6} {05935.p3} -> {05935.p4-eats} 
+tr {05935.t} {05935.p2-thinks} -> {05935.p1} {05935.p5} 
+tr {05935.t0|05936.t4} : b5934 {05936.p4-eats} -> {05935.f} {05936.f} {05936.p2-thinks} 
+tr {05935.t2} {05935.f} {05935.p5} -> {05935.p6} 
+tr {05935.t3|05936.t1} : a5934 {05935.f} {05936.p1} -> {05936.p3} 
+tr {05936.e} {05936.p6} {05936.p3} -> {05936.p4-eats} 
+tr {05936.t} {05936.p2-thinks} -> {05936.p1} {05936.p5} 
+tr {05936.t0|05937.t4} : b5935 {05937.p4-eats} -> {05936.f} {05937.f} {05937.p2-thinks} 
+tr {05936.t2} {05936.f} {05936.p5} -> {05936.p6} 
+tr {05936.t3|05937.t1} : a5935 {05936.f} {05937.p1} -> {05937.p3} 
+tr {05937.e} {05937.p6} {05937.p3} -> {05937.p4-eats} 
+tr {05937.t} {05937.p2-thinks} -> {05937.p1} {05937.p5} 
+tr {05937.t0|05938.t4} : b5936 {05938.p4-eats} -> {05937.f} {05938.f} {05938.p2-thinks} 
+tr {05937.t2} {05937.f} {05937.p5} -> {05937.p6} 
+tr {05937.t3|05938.t1} : a5936 {05937.f} {05938.p1} -> {05938.p3} 
+tr {05938.e} {05938.p6} {05938.p3} -> {05938.p4-eats} 
+tr {05938.t} {05938.p2-thinks} -> {05938.p1} {05938.p5} 
+tr {05938.t0|05939.t4} : b5937 {05939.p4-eats} -> {05938.f} {05939.f} {05939.p2-thinks} 
+tr {05938.t2} {05938.f} {05938.p5} -> {05938.p6} 
+tr {05938.t3|05939.t1} : a5937 {05938.f} {05939.p1} -> {05939.p3} 
+tr {05939.e} {05939.p6} {05939.p3} -> {05939.p4-eats} 
+tr {05939.t} {05939.p2-thinks} -> {05939.p1} {05939.p5} 
+tr {05939.t0|05940.t4} : b5938 {05940.p4-eats} -> {05939.f} {05940.f} {05940.p2-thinks} 
+tr {05939.t2} {05939.f} {05939.p5} -> {05939.p6} 
+tr {05939.t3|05940.t1} : a5938 {05939.f} {05940.p1} -> {05940.p3} 
+tr {05940.e} {05940.p6} {05940.p3} -> {05940.p4-eats} 
+tr {05940.t} {05940.p2-thinks} -> {05940.p1} {05940.p5} 
+tr {05940.t0|05941.t4} : b5939 {05941.p4-eats} -> {05940.f} {05941.f} {05941.p2-thinks} 
+tr {05940.t2} {05940.f} {05940.p5} -> {05940.p6} 
+tr {05940.t3|05941.t1} : a5939 {05940.f} {05941.p1} -> {05941.p3} 
+tr {05941.e} {05941.p6} {05941.p3} -> {05941.p4-eats} 
+tr {05941.t} {05941.p2-thinks} -> {05941.p1} {05941.p5} 
+tr {05941.t0|05942.t4} : b5940 {05942.p4-eats} -> {05941.f} {05942.f} {05942.p2-thinks} 
+tr {05941.t2} {05941.f} {05941.p5} -> {05941.p6} 
+tr {05941.t3|05942.t1} : a5940 {05941.f} {05942.p1} -> {05942.p3} 
+tr {05942.e} {05942.p6} {05942.p3} -> {05942.p4-eats} 
+tr {05942.t} {05942.p2-thinks} -> {05942.p1} {05942.p5} 
+tr {05942.t0|05943.t4} : b5941 {05943.p4-eats} -> {05942.f} {05943.f} {05943.p2-thinks} 
+tr {05942.t2} {05942.f} {05942.p5} -> {05942.p6} 
+tr {05942.t3|05943.t1} : a5941 {05942.f} {05943.p1} -> {05943.p3} 
+tr {05943.e} {05943.p6} {05943.p3} -> {05943.p4-eats} 
+tr {05943.t} {05943.p2-thinks} -> {05943.p1} {05943.p5} 
+tr {05943.t0|05944.t4} : b5942 {05944.p4-eats} -> {05943.f} {05944.f} {05944.p2-thinks} 
+tr {05943.t2} {05943.f} {05943.p5} -> {05943.p6} 
+tr {05943.t3|05944.t1} : a5942 {05943.f} {05944.p1} -> {05944.p3} 
+tr {05944.e} {05944.p6} {05944.p3} -> {05944.p4-eats} 
+tr {05944.t} {05944.p2-thinks} -> {05944.p1} {05944.p5} 
+tr {05944.t0|05945.t4} : b5943 {05945.p4-eats} -> {05944.f} {05945.f} {05945.p2-thinks} 
+tr {05944.t2} {05944.f} {05944.p5} -> {05944.p6} 
+tr {05944.t3|05945.t1} : a5943 {05944.f} {05945.p1} -> {05945.p3} 
+tr {05945.e} {05945.p6} {05945.p3} -> {05945.p4-eats} 
+tr {05945.t} {05945.p2-thinks} -> {05945.p1} {05945.p5} 
+tr {05945.t0|05946.t4} : b5944 {05946.p4-eats} -> {05945.f} {05946.f} {05946.p2-thinks} 
+tr {05945.t2} {05945.f} {05945.p5} -> {05945.p6} 
+tr {05945.t3|05946.t1} : a5944 {05945.f} {05946.p1} -> {05946.p3} 
+tr {05946.e} {05946.p6} {05946.p3} -> {05946.p4-eats} 
+tr {05946.t} {05946.p2-thinks} -> {05946.p1} {05946.p5} 
+tr {05946.t0|05947.t4} : b5945 {05947.p4-eats} -> {05946.f} {05947.f} {05947.p2-thinks} 
+tr {05946.t2} {05946.f} {05946.p5} -> {05946.p6} 
+tr {05946.t3|05947.t1} : a5945 {05946.f} {05947.p1} -> {05947.p3} 
+tr {05947.e} {05947.p6} {05947.p3} -> {05947.p4-eats} 
+tr {05947.t} {05947.p2-thinks} -> {05947.p1} {05947.p5} 
+tr {05947.t0|05948.t4} : b5946 {05948.p4-eats} -> {05947.f} {05948.f} {05948.p2-thinks} 
+tr {05947.t2} {05947.f} {05947.p5} -> {05947.p6} 
+tr {05947.t3|05948.t1} : a5946 {05947.f} {05948.p1} -> {05948.p3} 
+tr {05948.e} {05948.p6} {05948.p3} -> {05948.p4-eats} 
+tr {05948.t} {05948.p2-thinks} -> {05948.p1} {05948.p5} 
+tr {05948.t0|05949.t4} : b5947 {05949.p4-eats} -> {05948.f} {05949.f} {05949.p2-thinks} 
+tr {05948.t2} {05948.f} {05948.p5} -> {05948.p6} 
+tr {05948.t3|05949.t1} : a5947 {05948.f} {05949.p1} -> {05949.p3} 
+tr {05949.e} {05949.p6} {05949.p3} -> {05949.p4-eats} 
+tr {05949.t} {05949.p2-thinks} -> {05949.p1} {05949.p5} 
+tr {05949.t0|05950.t4} : b5948 {05950.p4-eats} -> {05949.f} {05950.f} {05950.p2-thinks} 
+tr {05949.t2} {05949.f} {05949.p5} -> {05949.p6} 
+tr {05949.t3|05950.t1} : a5948 {05949.f} {05950.p1} -> {05950.p3} 
+tr {05950.e} {05950.p6} {05950.p3} -> {05950.p4-eats} 
+tr {05950.t} {05950.p2-thinks} -> {05950.p1} {05950.p5} 
+tr {05950.t0|05951.t4} : b5949 {05951.p4-eats} -> {05950.f} {05951.f} {05951.p2-thinks} 
+tr {05950.t2} {05950.f} {05950.p5} -> {05950.p6} 
+tr {05950.t3|05951.t1} : a5949 {05950.f} {05951.p1} -> {05951.p3} 
+tr {05951.e} {05951.p6} {05951.p3} -> {05951.p4-eats} 
+tr {05951.t} {05951.p2-thinks} -> {05951.p1} {05951.p5} 
+tr {05951.t0|05952.t4} : b5950 {05952.p4-eats} -> {05951.f} {05952.f} {05952.p2-thinks} 
+tr {05951.t2} {05951.f} {05951.p5} -> {05951.p6} 
+tr {05951.t3|05952.t1} : a5950 {05951.f} {05952.p1} -> {05952.p3} 
+tr {05952.e} {05952.p6} {05952.p3} -> {05952.p4-eats} 
+tr {05952.t} {05952.p2-thinks} -> {05952.p1} {05952.p5} 
+tr {05952.t0|05953.t4} : b5951 {05953.p4-eats} -> {05952.f} {05953.f} {05953.p2-thinks} 
+tr {05952.t2} {05952.f} {05952.p5} -> {05952.p6} 
+tr {05952.t3|05953.t1} : a5951 {05952.f} {05953.p1} -> {05953.p3} 
+tr {05953.e} {05953.p6} {05953.p3} -> {05953.p4-eats} 
+tr {05953.t} {05953.p2-thinks} -> {05953.p1} {05953.p5} 
+tr {05953.t0|05954.t4} : b5952 {05954.p4-eats} -> {05953.f} {05954.f} {05954.p2-thinks} 
+tr {05953.t2} {05953.f} {05953.p5} -> {05953.p6} 
+tr {05953.t3|05954.t1} : a5952 {05953.f} {05954.p1} -> {05954.p3} 
+tr {05954.e} {05954.p6} {05954.p3} -> {05954.p4-eats} 
+tr {05954.t} {05954.p2-thinks} -> {05954.p1} {05954.p5} 
+tr {05954.t0|05955.t4} : b5953 {05955.p4-eats} -> {05954.f} {05955.f} {05955.p2-thinks} 
+tr {05954.t2} {05954.f} {05954.p5} -> {05954.p6} 
+tr {05954.t3|05955.t1} : a5953 {05954.f} {05955.p1} -> {05955.p3} 
+tr {05955.e} {05955.p6} {05955.p3} -> {05955.p4-eats} 
+tr {05955.t} {05955.p2-thinks} -> {05955.p1} {05955.p5} 
+tr {05955.t0|05956.t4} : b5954 {05956.p4-eats} -> {05955.f} {05956.f} {05956.p2-thinks} 
+tr {05955.t2} {05955.f} {05955.p5} -> {05955.p6} 
+tr {05955.t3|05956.t1} : a5954 {05955.f} {05956.p1} -> {05956.p3} 
+tr {05956.e} {05956.p6} {05956.p3} -> {05956.p4-eats} 
+tr {05956.t} {05956.p2-thinks} -> {05956.p1} {05956.p5} 
+tr {05956.t0|05957.t4} : b5955 {05957.p4-eats} -> {05956.f} {05957.f} {05957.p2-thinks} 
+tr {05956.t2} {05956.f} {05956.p5} -> {05956.p6} 
+tr {05956.t3|05957.t1} : a5955 {05956.f} {05957.p1} -> {05957.p3} 
+tr {05957.e} {05957.p6} {05957.p3} -> {05957.p4-eats} 
+tr {05957.t} {05957.p2-thinks} -> {05957.p1} {05957.p5} 
+tr {05957.t0|05958.t4} : b5956 {05958.p4-eats} -> {05957.f} {05958.f} {05958.p2-thinks} 
+tr {05957.t2} {05957.f} {05957.p5} -> {05957.p6} 
+tr {05957.t3|05958.t1} : a5956 {05957.f} {05958.p1} -> {05958.p3} 
+tr {05958.e} {05958.p6} {05958.p3} -> {05958.p4-eats} 
+tr {05958.t} {05958.p2-thinks} -> {05958.p1} {05958.p5} 
+tr {05958.t0|05959.t4} : b5957 {05959.p4-eats} -> {05958.f} {05959.f} {05959.p2-thinks} 
+tr {05958.t2} {05958.f} {05958.p5} -> {05958.p6} 
+tr {05958.t3|05959.t1} : a5957 {05958.f} {05959.p1} -> {05959.p3} 
+tr {05959.e} {05959.p6} {05959.p3} -> {05959.p4-eats} 
+tr {05959.t} {05959.p2-thinks} -> {05959.p1} {05959.p5} 
+tr {05959.t0|05960.t4} : b5958 {05960.p4-eats} -> {05959.f} {05960.f} {05960.p2-thinks} 
+tr {05959.t2} {05959.f} {05959.p5} -> {05959.p6} 
+tr {05959.t3|05960.t1} : a5958 {05959.f} {05960.p1} -> {05960.p3} 
+tr {05960.e} {05960.p6} {05960.p3} -> {05960.p4-eats} 
+tr {05960.t} {05960.p2-thinks} -> {05960.p1} {05960.p5} 
+tr {05960.t0|05961.t4} : b5959 {05961.p4-eats} -> {05960.f} {05961.f} {05961.p2-thinks} 
+tr {05960.t2} {05960.f} {05960.p5} -> {05960.p6} 
+tr {05960.t3|05961.t1} : a5959 {05960.f} {05961.p1} -> {05961.p3} 
+tr {05961.e} {05961.p6} {05961.p3} -> {05961.p4-eats} 
+tr {05961.t} {05961.p2-thinks} -> {05961.p1} {05961.p5} 
+tr {05961.t0|05962.t4} : b5960 {05962.p4-eats} -> {05961.f} {05962.f} {05962.p2-thinks} 
+tr {05961.t2} {05961.f} {05961.p5} -> {05961.p6} 
+tr {05961.t3|05962.t1} : a5960 {05961.f} {05962.p1} -> {05962.p3} 
+tr {05962.e} {05962.p6} {05962.p3} -> {05962.p4-eats} 
+tr {05962.t} {05962.p2-thinks} -> {05962.p1} {05962.p5} 
+tr {05962.t0|05963.t4} : b5961 {05963.p4-eats} -> {05962.f} {05963.f} {05963.p2-thinks} 
+tr {05962.t2} {05962.f} {05962.p5} -> {05962.p6} 
+tr {05962.t3|05963.t1} : a5961 {05962.f} {05963.p1} -> {05963.p3} 
+tr {05963.e} {05963.p6} {05963.p3} -> {05963.p4-eats} 
+tr {05963.t} {05963.p2-thinks} -> {05963.p1} {05963.p5} 
+tr {05963.t0|05964.t4} : b5962 {05964.p4-eats} -> {05963.f} {05964.f} {05964.p2-thinks} 
+tr {05963.t2} {05963.f} {05963.p5} -> {05963.p6} 
+tr {05963.t3|05964.t1} : a5962 {05963.f} {05964.p1} -> {05964.p3} 
+tr {05964.e} {05964.p6} {05964.p3} -> {05964.p4-eats} 
+tr {05964.t} {05964.p2-thinks} -> {05964.p1} {05964.p5} 
+tr {05964.t0|05965.t4} : b5963 {05965.p4-eats} -> {05964.f} {05965.f} {05965.p2-thinks} 
+tr {05964.t2} {05964.f} {05964.p5} -> {05964.p6} 
+tr {05964.t3|05965.t1} : a5963 {05964.f} {05965.p1} -> {05965.p3} 
+tr {05965.e} {05965.p6} {05965.p3} -> {05965.p4-eats} 
+tr {05965.t} {05965.p2-thinks} -> {05965.p1} {05965.p5} 
+tr {05965.t0|05966.t4} : b5964 {05966.p4-eats} -> {05965.f} {05966.f} {05966.p2-thinks} 
+tr {05965.t2} {05965.f} {05965.p5} -> {05965.p6} 
+tr {05965.t3|05966.t1} : a5964 {05965.f} {05966.p1} -> {05966.p3} 
+tr {05966.e} {05966.p6} {05966.p3} -> {05966.p4-eats} 
+tr {05966.t} {05966.p2-thinks} -> {05966.p1} {05966.p5} 
+tr {05966.t0|05967.t4} : b5965 {05967.p4-eats} -> {05966.f} {05967.f} {05967.p2-thinks} 
+tr {05966.t2} {05966.f} {05966.p5} -> {05966.p6} 
+tr {05966.t3|05967.t1} : a5965 {05966.f} {05967.p1} -> {05967.p3} 
+tr {05967.e} {05967.p6} {05967.p3} -> {05967.p4-eats} 
+tr {05967.t} {05967.p2-thinks} -> {05967.p1} {05967.p5} 
+tr {05967.t0|05968.t4} : b5966 {05968.p4-eats} -> {05967.f} {05968.f} {05968.p2-thinks} 
+tr {05967.t2} {05967.f} {05967.p5} -> {05967.p6} 
+tr {05967.t3|05968.t1} : a5966 {05967.f} {05968.p1} -> {05968.p3} 
+tr {05968.e} {05968.p6} {05968.p3} -> {05968.p4-eats} 
+tr {05968.t} {05968.p2-thinks} -> {05968.p1} {05968.p5} 
+tr {05968.t0|05969.t4} : b5967 {05969.p4-eats} -> {05968.f} {05969.f} {05969.p2-thinks} 
+tr {05968.t2} {05968.f} {05968.p5} -> {05968.p6} 
+tr {05968.t3|05969.t1} : a5967 {05968.f} {05969.p1} -> {05969.p3} 
+tr {05969.e} {05969.p6} {05969.p3} -> {05969.p4-eats} 
+tr {05969.t} {05969.p2-thinks} -> {05969.p1} {05969.p5} 
+tr {05969.t0|05970.t4} : b5968 {05970.p4-eats} -> {05969.f} {05970.f} {05970.p2-thinks} 
+tr {05969.t2} {05969.f} {05969.p5} -> {05969.p6} 
+tr {05969.t3|05970.t1} : a5968 {05969.f} {05970.p1} -> {05970.p3} 
+tr {05970.e} {05970.p6} {05970.p3} -> {05970.p4-eats} 
+tr {05970.t} {05970.p2-thinks} -> {05970.p1} {05970.p5} 
+tr {05970.t0|05971.t4} : b5969 {05971.p4-eats} -> {05970.f} {05971.f} {05971.p2-thinks} 
+tr {05970.t2} {05970.f} {05970.p5} -> {05970.p6} 
+tr {05970.t3|05971.t1} : a5969 {05970.f} {05971.p1} -> {05971.p3} 
+tr {05971.e} {05971.p6} {05971.p3} -> {05971.p4-eats} 
+tr {05971.t} {05971.p2-thinks} -> {05971.p1} {05971.p5} 
+tr {05971.t0|05972.t4} : b5970 {05972.p4-eats} -> {05971.f} {05972.f} {05972.p2-thinks} 
+tr {05971.t2} {05971.f} {05971.p5} -> {05971.p6} 
+tr {05971.t3|05972.t1} : a5970 {05971.f} {05972.p1} -> {05972.p3} 
+tr {05972.e} {05972.p6} {05972.p3} -> {05972.p4-eats} 
+tr {05972.t} {05972.p2-thinks} -> {05972.p1} {05972.p5} 
+tr {05972.t0|05973.t4} : b5971 {05973.p4-eats} -> {05972.f} {05973.f} {05973.p2-thinks} 
+tr {05972.t2} {05972.f} {05972.p5} -> {05972.p6} 
+tr {05972.t3|05973.t1} : a5971 {05972.f} {05973.p1} -> {05973.p3} 
+tr {05973.e} {05973.p6} {05973.p3} -> {05973.p4-eats} 
+tr {05973.t} {05973.p2-thinks} -> {05973.p1} {05973.p5} 
+tr {05973.t0|05974.t4} : b5972 {05974.p4-eats} -> {05973.f} {05974.f} {05974.p2-thinks} 
+tr {05973.t2} {05973.f} {05973.p5} -> {05973.p6} 
+tr {05973.t3|05974.t1} : a5972 {05973.f} {05974.p1} -> {05974.p3} 
+tr {05974.e} {05974.p6} {05974.p3} -> {05974.p4-eats} 
+tr {05974.t} {05974.p2-thinks} -> {05974.p1} {05974.p5} 
+tr {05974.t0|05975.t4} : b5973 {05975.p4-eats} -> {05974.f} {05975.f} {05975.p2-thinks} 
+tr {05974.t2} {05974.f} {05974.p5} -> {05974.p6} 
+tr {05974.t3|05975.t1} : a5973 {05974.f} {05975.p1} -> {05975.p3} 
+tr {05975.e} {05975.p6} {05975.p3} -> {05975.p4-eats} 
+tr {05975.t} {05975.p2-thinks} -> {05975.p1} {05975.p5} 
+tr {05975.t0|05976.t4} : b5974 {05976.p4-eats} -> {05975.f} {05976.f} {05976.p2-thinks} 
+tr {05975.t2} {05975.f} {05975.p5} -> {05975.p6} 
+tr {05975.t3|05976.t1} : a5974 {05975.f} {05976.p1} -> {05976.p3} 
+tr {05976.e} {05976.p6} {05976.p3} -> {05976.p4-eats} 
+tr {05976.t} {05976.p2-thinks} -> {05976.p1} {05976.p5} 
+tr {05976.t0|05977.t4} : b5975 {05977.p4-eats} -> {05976.f} {05977.f} {05977.p2-thinks} 
+tr {05976.t2} {05976.f} {05976.p5} -> {05976.p6} 
+tr {05976.t3|05977.t1} : a5975 {05976.f} {05977.p1} -> {05977.p3} 
+tr {05977.e} {05977.p6} {05977.p3} -> {05977.p4-eats} 
+tr {05977.t} {05977.p2-thinks} -> {05977.p1} {05977.p5} 
+tr {05977.t0|05978.t4} : b5976 {05978.p4-eats} -> {05977.f} {05978.f} {05978.p2-thinks} 
+tr {05977.t2} {05977.f} {05977.p5} -> {05977.p6} 
+tr {05977.t3|05978.t1} : a5976 {05977.f} {05978.p1} -> {05978.p3} 
+tr {05978.e} {05978.p6} {05978.p3} -> {05978.p4-eats} 
+tr {05978.t} {05978.p2-thinks} -> {05978.p1} {05978.p5} 
+tr {05978.t0|05979.t4} : b5977 {05979.p4-eats} -> {05978.f} {05979.f} {05979.p2-thinks} 
+tr {05978.t2} {05978.f} {05978.p5} -> {05978.p6} 
+tr {05978.t3|05979.t1} : a5977 {05978.f} {05979.p1} -> {05979.p3} 
+tr {05979.e} {05979.p6} {05979.p3} -> {05979.p4-eats} 
+tr {05979.t} {05979.p2-thinks} -> {05979.p1} {05979.p5} 
+tr {05979.t0|05980.t4} : b5978 {05980.p4-eats} -> {05979.f} {05980.f} {05980.p2-thinks} 
+tr {05979.t2} {05979.f} {05979.p5} -> {05979.p6} 
+tr {05979.t3|05980.t1} : a5978 {05979.f} {05980.p1} -> {05980.p3} 
+tr {05980.e} {05980.p6} {05980.p3} -> {05980.p4-eats} 
+tr {05980.t} {05980.p2-thinks} -> {05980.p1} {05980.p5} 
+tr {05980.t0|05981.t4} : b5979 {05981.p4-eats} -> {05980.f} {05981.f} {05981.p2-thinks} 
+tr {05980.t2} {05980.f} {05980.p5} -> {05980.p6} 
+tr {05980.t3|05981.t1} : a5979 {05980.f} {05981.p1} -> {05981.p3} 
+tr {05981.e} {05981.p6} {05981.p3} -> {05981.p4-eats} 
+tr {05981.t} {05981.p2-thinks} -> {05981.p1} {05981.p5} 
+tr {05981.t0|05982.t4} : b5980 {05982.p4-eats} -> {05981.f} {05982.f} {05982.p2-thinks} 
+tr {05981.t2} {05981.f} {05981.p5} -> {05981.p6} 
+tr {05981.t3|05982.t1} : a5980 {05981.f} {05982.p1} -> {05982.p3} 
+tr {05982.e} {05982.p6} {05982.p3} -> {05982.p4-eats} 
+tr {05982.t} {05982.p2-thinks} -> {05982.p1} {05982.p5} 
+tr {05982.t0|05983.t4} : b5981 {05983.p4-eats} -> {05982.f} {05983.f} {05983.p2-thinks} 
+tr {05982.t2} {05982.f} {05982.p5} -> {05982.p6} 
+tr {05982.t3|05983.t1} : a5981 {05982.f} {05983.p1} -> {05983.p3} 
+tr {05983.e} {05983.p6} {05983.p3} -> {05983.p4-eats} 
+tr {05983.t} {05983.p2-thinks} -> {05983.p1} {05983.p5} 
+tr {05983.t0|05984.t4} : b5982 {05984.p4-eats} -> {05983.f} {05984.f} {05984.p2-thinks} 
+tr {05983.t2} {05983.f} {05983.p5} -> {05983.p6} 
+tr {05983.t3|05984.t1} : a5982 {05983.f} {05984.p1} -> {05984.p3} 
+tr {05984.e} {05984.p6} {05984.p3} -> {05984.p4-eats} 
+tr {05984.t} {05984.p2-thinks} -> {05984.p1} {05984.p5} 
+tr {05984.t0|05985.t4} : b5983 {05985.p4-eats} -> {05984.f} {05985.f} {05985.p2-thinks} 
+tr {05984.t2} {05984.f} {05984.p5} -> {05984.p6} 
+tr {05984.t3|05985.t1} : a5983 {05984.f} {05985.p1} -> {05985.p3} 
+tr {05985.e} {05985.p6} {05985.p3} -> {05985.p4-eats} 
+tr {05985.t} {05985.p2-thinks} -> {05985.p1} {05985.p5} 
+tr {05985.t0|05986.t4} : b5984 {05986.p4-eats} -> {05985.f} {05986.f} {05986.p2-thinks} 
+tr {05985.t2} {05985.f} {05985.p5} -> {05985.p6} 
+tr {05985.t3|05986.t1} : a5984 {05985.f} {05986.p1} -> {05986.p3} 
+tr {05986.e} {05986.p6} {05986.p3} -> {05986.p4-eats} 
+tr {05986.t} {05986.p2-thinks} -> {05986.p1} {05986.p5} 
+tr {05986.t0|05987.t4} : b5985 {05987.p4-eats} -> {05986.f} {05987.f} {05987.p2-thinks} 
+tr {05986.t2} {05986.f} {05986.p5} -> {05986.p6} 
+tr {05986.t3|05987.t1} : a5985 {05986.f} {05987.p1} -> {05987.p3} 
+tr {05987.e} {05987.p6} {05987.p3} -> {05987.p4-eats} 
+tr {05987.t} {05987.p2-thinks} -> {05987.p1} {05987.p5} 
+tr {05987.t0|05988.t4} : b5986 {05988.p4-eats} -> {05987.f} {05988.f} {05988.p2-thinks} 
+tr {05987.t2} {05987.f} {05987.p5} -> {05987.p6} 
+tr {05987.t3|05988.t1} : a5986 {05987.f} {05988.p1} -> {05988.p3} 
+tr {05988.e} {05988.p6} {05988.p3} -> {05988.p4-eats} 
+tr {05988.t} {05988.p2-thinks} -> {05988.p1} {05988.p5} 
+tr {05988.t0|05989.t4} : b5987 {05989.p4-eats} -> {05988.f} {05989.f} {05989.p2-thinks} 
+tr {05988.t2} {05988.f} {05988.p5} -> {05988.p6} 
+tr {05988.t3|05989.t1} : a5987 {05988.f} {05989.p1} -> {05989.p3} 
+tr {05989.e} {05989.p6} {05989.p3} -> {05989.p4-eats} 
+tr {05989.t} {05989.p2-thinks} -> {05989.p1} {05989.p5} 
+tr {05989.t0|05990.t4} : b5988 {05990.p4-eats} -> {05989.f} {05990.f} {05990.p2-thinks} 
+tr {05989.t2} {05989.f} {05989.p5} -> {05989.p6} 
+tr {05989.t3|05990.t1} : a5988 {05989.f} {05990.p1} -> {05990.p3} 
+tr {05990.e} {05990.p6} {05990.p3} -> {05990.p4-eats} 
+tr {05990.t} {05990.p2-thinks} -> {05990.p1} {05990.p5} 
+tr {05990.t0|05991.t4} : b5989 {05991.p4-eats} -> {05990.f} {05991.f} {05991.p2-thinks} 
+tr {05990.t2} {05990.f} {05990.p5} -> {05990.p6} 
+tr {05990.t3|05991.t1} : a5989 {05990.f} {05991.p1} -> {05991.p3} 
+tr {05991.e} {05991.p6} {05991.p3} -> {05991.p4-eats} 
+tr {05991.t} {05991.p2-thinks} -> {05991.p1} {05991.p5} 
+tr {05991.t0|05992.t4} : b5990 {05992.p4-eats} -> {05991.f} {05992.f} {05992.p2-thinks} 
+tr {05991.t2} {05991.f} {05991.p5} -> {05991.p6} 
+tr {05991.t3|05992.t1} : a5990 {05991.f} {05992.p1} -> {05992.p3} 
+tr {05992.e} {05992.p6} {05992.p3} -> {05992.p4-eats} 
+tr {05992.t} {05992.p2-thinks} -> {05992.p1} {05992.p5} 
+tr {05992.t0|05993.t4} : b5991 {05993.p4-eats} -> {05992.f} {05993.f} {05993.p2-thinks} 
+tr {05992.t2} {05992.f} {05992.p5} -> {05992.p6} 
+tr {05992.t3|05993.t1} : a5991 {05992.f} {05993.p1} -> {05993.p3} 
+tr {05993.e} {05993.p6} {05993.p3} -> {05993.p4-eats} 
+tr {05993.t} {05993.p2-thinks} -> {05993.p1} {05993.p5} 
+tr {05993.t0|05994.t4} : b5992 {05994.p4-eats} -> {05993.f} {05994.f} {05994.p2-thinks} 
+tr {05993.t2} {05993.f} {05993.p5} -> {05993.p6} 
+tr {05993.t3|05994.t1} : a5992 {05993.f} {05994.p1} -> {05994.p3} 
+tr {05994.e} {05994.p6} {05994.p3} -> {05994.p4-eats} 
+tr {05994.t} {05994.p2-thinks} -> {05994.p1} {05994.p5} 
+tr {05994.t0|05995.t4} : b5993 {05995.p4-eats} -> {05994.f} {05995.f} {05995.p2-thinks} 
+tr {05994.t2} {05994.f} {05994.p5} -> {05994.p6} 
+tr {05994.t3|05995.t1} : a5993 {05994.f} {05995.p1} -> {05995.p3} 
+tr {05995.e} {05995.p6} {05995.p3} -> {05995.p4-eats} 
+tr {05995.t} {05995.p2-thinks} -> {05995.p1} {05995.p5} 
+tr {05995.t0|05996.t4} : b5994 {05996.p4-eats} -> {05995.f} {05996.f} {05996.p2-thinks} 
+tr {05995.t2} {05995.f} {05995.p5} -> {05995.p6} 
+tr {05995.t3|05996.t1} : a5994 {05995.f} {05996.p1} -> {05996.p3} 
+tr {05996.e} {05996.p6} {05996.p3} -> {05996.p4-eats} 
+tr {05996.t} {05996.p2-thinks} -> {05996.p1} {05996.p5} 
+tr {05996.t0|05997.t4} : b5995 {05997.p4-eats} -> {05996.f} {05997.f} {05997.p2-thinks} 
+tr {05996.t2} {05996.f} {05996.p5} -> {05996.p6} 
+tr {05996.t3|05997.t1} : a5995 {05996.f} {05997.p1} -> {05997.p3} 
+tr {05997.e} {05997.p6} {05997.p3} -> {05997.p4-eats} 
+tr {05997.t} {05997.p2-thinks} -> {05997.p1} {05997.p5} 
+tr {05997.t0|05998.t4} : b5996 {05998.p4-eats} -> {05997.f} {05998.f} {05998.p2-thinks} 
+tr {05997.t2} {05997.f} {05997.p5} -> {05997.p6} 
+tr {05997.t3|05998.t1} : a5996 {05997.f} {05998.p1} -> {05998.p3} 
+tr {05998.e} {05998.p6} {05998.p3} -> {05998.p4-eats} 
+tr {05998.t} {05998.p2-thinks} -> {05998.p1} {05998.p5} 
+tr {05998.t0|05999.t4} : b5997 {05999.p4-eats} -> {05998.f} {05999.f} {05999.p2-thinks} 
+tr {05998.t2} {05998.f} {05998.p5} -> {05998.p6} 
+tr {05998.t3|05999.t1} : a5997 {05998.f} {05999.p1} -> {05999.p3} 
+tr {05999.e} {05999.p6} {05999.p3} -> {05999.p4-eats} 
+tr {05999.t} {05999.p2-thinks} -> {05999.p1} {05999.p5} 
+tr {05999.t0|06000.t4} : b5998 {06000.p4-eats} -> {05999.f} {06000.f} {06000.p2-thinks} 
+tr {05999.t2} {05999.f} {05999.p5} -> {05999.p6} 
+tr {05999.t3|06000.t1} : a5998 {05999.f} {06000.p1} -> {06000.p3} 
+tr {06000.e} {06000.p6} {06000.p3} -> {06000.p4-eats} 
+tr {06000.t} {06000.p2-thinks} -> {06000.p1} {06000.p5} 
+tr {06000.t0|06001.t4} : b5999 {06001.p4-eats} -> {06000.f} {06001.f} {06001.p2-thinks} 
+tr {06000.t2} {06000.f} {06000.p5} -> {06000.p6} 
+tr {06000.t3|06001.t1} : a5999 {06000.f} {06001.p1} -> {06001.p3} 
+tr {06001.e} {06001.p6} {06001.p3} -> {06001.p4-eats} 
+tr {06001.t} {06001.p2-thinks} -> {06001.p1} {06001.p5} 
+tr {06001.t0|06002.t4} : b6000 {06002.p4-eats} -> {06001.f} {06002.f} {06002.p2-thinks} 
+tr {06001.t2} {06001.f} {06001.p5} -> {06001.p6} 
+tr {06001.t3|06002.t1} : a6000 {06001.f} {06002.p1} -> {06002.p3} 
+tr {06002.e} {06002.p6} {06002.p3} -> {06002.p4-eats} 
+tr {06002.t} {06002.p2-thinks} -> {06002.p1} {06002.p5} 
+tr {06002.t0|06003.t4} : b6001 {06003.p4-eats} -> {06002.f} {06003.f} {06003.p2-thinks} 
+tr {06002.t2} {06002.f} {06002.p5} -> {06002.p6} 
+tr {06002.t3|06003.t1} : a6001 {06002.f} {06003.p1} -> {06003.p3} 
+tr {06003.e} {06003.p6} {06003.p3} -> {06003.p4-eats} 
+tr {06003.t} {06003.p2-thinks} -> {06003.p1} {06003.p5} 
+tr {06003.t0|06004.t4} : b6002 {06004.p4-eats} -> {06003.f} {06004.f} {06004.p2-thinks} 
+tr {06003.t2} {06003.f} {06003.p5} -> {06003.p6} 
+tr {06003.t3|06004.t1} : a6002 {06003.f} {06004.p1} -> {06004.p3} 
+tr {06004.e} {06004.p6} {06004.p3} -> {06004.p4-eats} 
+tr {06004.t} {06004.p2-thinks} -> {06004.p1} {06004.p5} 
+tr {06004.t0|06005.t4} : b6003 {06005.p4-eats} -> {06004.f} {06005.f} {06005.p2-thinks} 
+tr {06004.t2} {06004.f} {06004.p5} -> {06004.p6} 
+tr {06004.t3|06005.t1} : a6003 {06004.f} {06005.p1} -> {06005.p3} 
+tr {06005.e} {06005.p6} {06005.p3} -> {06005.p4-eats} 
+tr {06005.t} {06005.p2-thinks} -> {06005.p1} {06005.p5} 
+tr {06005.t0|06006.t4} : b6004 {06006.p4-eats} -> {06005.f} {06006.f} {06006.p2-thinks} 
+tr {06005.t2} {06005.f} {06005.p5} -> {06005.p6} 
+tr {06005.t3|06006.t1} : a6004 {06005.f} {06006.p1} -> {06006.p3} 
+tr {06006.e} {06006.p6} {06006.p3} -> {06006.p4-eats} 
+tr {06006.t} {06006.p2-thinks} -> {06006.p1} {06006.p5} 
+tr {06006.t0|06007.t4} : b6005 {06007.p4-eats} -> {06006.f} {06007.f} {06007.p2-thinks} 
+tr {06006.t2} {06006.f} {06006.p5} -> {06006.p6} 
+tr {06006.t3|06007.t1} : a6005 {06006.f} {06007.p1} -> {06007.p3} 
+tr {06007.e} {06007.p6} {06007.p3} -> {06007.p4-eats} 
+tr {06007.t} {06007.p2-thinks} -> {06007.p1} {06007.p5} 
+tr {06007.t0|06008.t4} : b6006 {06008.p4-eats} -> {06007.f} {06008.f} {06008.p2-thinks} 
+tr {06007.t2} {06007.f} {06007.p5} -> {06007.p6} 
+tr {06007.t3|06008.t1} : a6006 {06007.f} {06008.p1} -> {06008.p3} 
+tr {06008.e} {06008.p6} {06008.p3} -> {06008.p4-eats} 
+tr {06008.t} {06008.p2-thinks} -> {06008.p1} {06008.p5} 
+tr {06008.t0|06009.t4} : b6007 {06009.p4-eats} -> {06008.f} {06009.f} {06009.p2-thinks} 
+tr {06008.t2} {06008.f} {06008.p5} -> {06008.p6} 
+tr {06008.t3|06009.t1} : a6007 {06008.f} {06009.p1} -> {06009.p3} 
+tr {06009.e} {06009.p6} {06009.p3} -> {06009.p4-eats} 
+tr {06009.t} {06009.p2-thinks} -> {06009.p1} {06009.p5} 
+tr {06009.t0|06010.t4} : b6008 {06010.p4-eats} -> {06009.f} {06010.f} {06010.p2-thinks} 
+tr {06009.t2} {06009.f} {06009.p5} -> {06009.p6} 
+tr {06009.t3|06010.t1} : a6008 {06009.f} {06010.p1} -> {06010.p3} 
+tr {06010.e} {06010.p6} {06010.p3} -> {06010.p4-eats} 
+tr {06010.t} {06010.p2-thinks} -> {06010.p1} {06010.p5} 
+tr {06010.t0|06011.t4} : b6009 {06011.p4-eats} -> {06010.f} {06011.f} {06011.p2-thinks} 
+tr {06010.t2} {06010.f} {06010.p5} -> {06010.p6} 
+tr {06010.t3|06011.t1} : a6009 {06010.f} {06011.p1} -> {06011.p3} 
+tr {06011.e} {06011.p6} {06011.p3} -> {06011.p4-eats} 
+tr {06011.t} {06011.p2-thinks} -> {06011.p1} {06011.p5} 
+tr {06011.t0|06012.t4} : b6010 {06012.p4-eats} -> {06011.f} {06012.f} {06012.p2-thinks} 
+tr {06011.t2} {06011.f} {06011.p5} -> {06011.p6} 
+tr {06011.t3|06012.t1} : a6010 {06011.f} {06012.p1} -> {06012.p3} 
+tr {06012.e} {06012.p6} {06012.p3} -> {06012.p4-eats} 
+tr {06012.t} {06012.p2-thinks} -> {06012.p1} {06012.p5} 
+tr {06012.t0|06013.t4} : b6011 {06013.p4-eats} -> {06012.f} {06013.f} {06013.p2-thinks} 
+tr {06012.t2} {06012.f} {06012.p5} -> {06012.p6} 
+tr {06012.t3|06013.t1} : a6011 {06012.f} {06013.p1} -> {06013.p3} 
+tr {06013.e} {06013.p6} {06013.p3} -> {06013.p4-eats} 
+tr {06013.t} {06013.p2-thinks} -> {06013.p1} {06013.p5} 
+tr {06013.t0|06014.t4} : b6012 {06014.p4-eats} -> {06013.f} {06014.f} {06014.p2-thinks} 
+tr {06013.t2} {06013.f} {06013.p5} -> {06013.p6} 
+tr {06013.t3|06014.t1} : a6012 {06013.f} {06014.p1} -> {06014.p3} 
+tr {06014.e} {06014.p6} {06014.p3} -> {06014.p4-eats} 
+tr {06014.t} {06014.p2-thinks} -> {06014.p1} {06014.p5} 
+tr {06014.t0|06015.t4} : b6013 {06015.p4-eats} -> {06014.f} {06015.f} {06015.p2-thinks} 
+tr {06014.t2} {06014.f} {06014.p5} -> {06014.p6} 
+tr {06014.t3|06015.t1} : a6013 {06014.f} {06015.p1} -> {06015.p3} 
+tr {06015.e} {06015.p6} {06015.p3} -> {06015.p4-eats} 
+tr {06015.t} {06015.p2-thinks} -> {06015.p1} {06015.p5} 
+tr {06015.t0|06016.t4} : b6014 {06016.p4-eats} -> {06015.f} {06016.f} {06016.p2-thinks} 
+tr {06015.t2} {06015.f} {06015.p5} -> {06015.p6} 
+tr {06015.t3|06016.t1} : a6014 {06015.f} {06016.p1} -> {06016.p3} 
+tr {06016.e} {06016.p6} {06016.p3} -> {06016.p4-eats} 
+tr {06016.t} {06016.p2-thinks} -> {06016.p1} {06016.p5} 
+tr {06016.t0|06017.t4} : b6015 {06017.p4-eats} -> {06016.f} {06017.f} {06017.p2-thinks} 
+tr {06016.t2} {06016.f} {06016.p5} -> {06016.p6} 
+tr {06016.t3|06017.t1} : a6015 {06016.f} {06017.p1} -> {06017.p3} 
+tr {06017.e} {06017.p6} {06017.p3} -> {06017.p4-eats} 
+tr {06017.t} {06017.p2-thinks} -> {06017.p1} {06017.p5} 
+tr {06017.t0|06018.t4} : b6016 {06018.p4-eats} -> {06017.f} {06018.f} {06018.p2-thinks} 
+tr {06017.t2} {06017.f} {06017.p5} -> {06017.p6} 
+tr {06017.t3|06018.t1} : a6016 {06017.f} {06018.p1} -> {06018.p3} 
+tr {06018.e} {06018.p6} {06018.p3} -> {06018.p4-eats} 
+tr {06018.t} {06018.p2-thinks} -> {06018.p1} {06018.p5} 
+tr {06018.t0|06019.t4} : b6017 {06019.p4-eats} -> {06018.f} {06019.f} {06019.p2-thinks} 
+tr {06018.t2} {06018.f} {06018.p5} -> {06018.p6} 
+tr {06018.t3|06019.t1} : a6017 {06018.f} {06019.p1} -> {06019.p3} 
+tr {06019.e} {06019.p6} {06019.p3} -> {06019.p4-eats} 
+tr {06019.t} {06019.p2-thinks} -> {06019.p1} {06019.p5} 
+tr {06019.t0|06020.t4} : b6018 {06020.p4-eats} -> {06019.f} {06020.f} {06020.p2-thinks} 
+tr {06019.t2} {06019.f} {06019.p5} -> {06019.p6} 
+tr {06019.t3|06020.t1} : a6018 {06019.f} {06020.p1} -> {06020.p3} 
+tr {06020.e} {06020.p6} {06020.p3} -> {06020.p4-eats} 
+tr {06020.t} {06020.p2-thinks} -> {06020.p1} {06020.p5} 
+tr {06020.t0|06021.t4} : b6019 {06021.p4-eats} -> {06020.f} {06021.f} {06021.p2-thinks} 
+tr {06020.t2} {06020.f} {06020.p5} -> {06020.p6} 
+tr {06020.t3|06021.t1} : a6019 {06020.f} {06021.p1} -> {06021.p3} 
+tr {06021.e} {06021.p6} {06021.p3} -> {06021.p4-eats} 
+tr {06021.t} {06021.p2-thinks} -> {06021.p1} {06021.p5} 
+tr {06021.t0|06022.t4} : b6020 {06022.p4-eats} -> {06021.f} {06022.f} {06022.p2-thinks} 
+tr {06021.t2} {06021.f} {06021.p5} -> {06021.p6} 
+tr {06021.t3|06022.t1} : a6020 {06021.f} {06022.p1} -> {06022.p3} 
+tr {06022.e} {06022.p6} {06022.p3} -> {06022.p4-eats} 
+tr {06022.t} {06022.p2-thinks} -> {06022.p1} {06022.p5} 
+tr {06022.t0|06023.t4} : b6021 {06023.p4-eats} -> {06022.f} {06023.f} {06023.p2-thinks} 
+tr {06022.t2} {06022.f} {06022.p5} -> {06022.p6} 
+tr {06022.t3|06023.t1} : a6021 {06022.f} {06023.p1} -> {06023.p3} 
+tr {06023.e} {06023.p6} {06023.p3} -> {06023.p4-eats} 
+tr {06023.t} {06023.p2-thinks} -> {06023.p1} {06023.p5} 
+tr {06023.t0|06024.t4} : b6022 {06024.p4-eats} -> {06023.f} {06024.f} {06024.p2-thinks} 
+tr {06023.t2} {06023.f} {06023.p5} -> {06023.p6} 
+tr {06023.t3|06024.t1} : a6022 {06023.f} {06024.p1} -> {06024.p3} 
+tr {06024.e} {06024.p6} {06024.p3} -> {06024.p4-eats} 
+tr {06024.t} {06024.p2-thinks} -> {06024.p1} {06024.p5} 
+tr {06024.t0|06025.t4} : b6023 {06025.p4-eats} -> {06024.f} {06025.f} {06025.p2-thinks} 
+tr {06024.t2} {06024.f} {06024.p5} -> {06024.p6} 
+tr {06024.t3|06025.t1} : a6023 {06024.f} {06025.p1} -> {06025.p3} 
+tr {06025.e} {06025.p6} {06025.p3} -> {06025.p4-eats} 
+tr {06025.t} {06025.p2-thinks} -> {06025.p1} {06025.p5} 
+tr {06025.t0|06026.t4} : b6024 {06026.p4-eats} -> {06025.f} {06026.f} {06026.p2-thinks} 
+tr {06025.t2} {06025.f} {06025.p5} -> {06025.p6} 
+tr {06025.t3|06026.t1} : a6024 {06025.f} {06026.p1} -> {06026.p3} 
+tr {06026.e} {06026.p6} {06026.p3} -> {06026.p4-eats} 
+tr {06026.t} {06026.p2-thinks} -> {06026.p1} {06026.p5} 
+tr {06026.t0|06027.t4} : b6025 {06027.p4-eats} -> {06026.f} {06027.f} {06027.p2-thinks} 
+tr {06026.t2} {06026.f} {06026.p5} -> {06026.p6} 
+tr {06026.t3|06027.t1} : a6025 {06026.f} {06027.p1} -> {06027.p3} 
+tr {06027.e} {06027.p6} {06027.p3} -> {06027.p4-eats} 
+tr {06027.t} {06027.p2-thinks} -> {06027.p1} {06027.p5} 
+tr {06027.t0|06028.t4} : b6026 {06028.p4-eats} -> {06027.f} {06028.f} {06028.p2-thinks} 
+tr {06027.t2} {06027.f} {06027.p5} -> {06027.p6} 
+tr {06027.t3|06028.t1} : a6026 {06027.f} {06028.p1} -> {06028.p3} 
+tr {06028.e} {06028.p6} {06028.p3} -> {06028.p4-eats} 
+tr {06028.t} {06028.p2-thinks} -> {06028.p1} {06028.p5} 
+tr {06028.t0|06029.t4} : b6027 {06029.p4-eats} -> {06028.f} {06029.f} {06029.p2-thinks} 
+tr {06028.t2} {06028.f} {06028.p5} -> {06028.p6} 
+tr {06028.t3|06029.t1} : a6027 {06028.f} {06029.p1} -> {06029.p3} 
+tr {06029.e} {06029.p6} {06029.p3} -> {06029.p4-eats} 
+tr {06029.t} {06029.p2-thinks} -> {06029.p1} {06029.p5} 
+tr {06029.t0|06030.t4} : b6028 {06030.p4-eats} -> {06029.f} {06030.f} {06030.p2-thinks} 
+tr {06029.t2} {06029.f} {06029.p5} -> {06029.p6} 
+tr {06029.t3|06030.t1} : a6028 {06029.f} {06030.p1} -> {06030.p3} 
+tr {06030.e} {06030.p6} {06030.p3} -> {06030.p4-eats} 
+tr {06030.t} {06030.p2-thinks} -> {06030.p1} {06030.p5} 
+tr {06030.t0|06031.t4} : b6029 {06031.p4-eats} -> {06030.f} {06031.f} {06031.p2-thinks} 
+tr {06030.t2} {06030.f} {06030.p5} -> {06030.p6} 
+tr {06030.t3|06031.t1} : a6029 {06030.f} {06031.p1} -> {06031.p3} 
+tr {06031.e} {06031.p6} {06031.p3} -> {06031.p4-eats} 
+tr {06031.t} {06031.p2-thinks} -> {06031.p1} {06031.p5} 
+tr {06031.t0|06032.t4} : b6030 {06032.p4-eats} -> {06031.f} {06032.f} {06032.p2-thinks} 
+tr {06031.t2} {06031.f} {06031.p5} -> {06031.p6} 
+tr {06031.t3|06032.t1} : a6030 {06031.f} {06032.p1} -> {06032.p3} 
+tr {06032.e} {06032.p6} {06032.p3} -> {06032.p4-eats} 
+tr {06032.t} {06032.p2-thinks} -> {06032.p1} {06032.p5} 
+tr {06032.t0|06033.t4} : b6031 {06033.p4-eats} -> {06032.f} {06033.f} {06033.p2-thinks} 
+tr {06032.t2} {06032.f} {06032.p5} -> {06032.p6} 
+tr {06032.t3|06033.t1} : a6031 {06032.f} {06033.p1} -> {06033.p3} 
+tr {06033.e} {06033.p6} {06033.p3} -> {06033.p4-eats} 
+tr {06033.t} {06033.p2-thinks} -> {06033.p1} {06033.p5} 
+tr {06033.t0|06034.t4} : b6032 {06034.p4-eats} -> {06033.f} {06034.f} {06034.p2-thinks} 
+tr {06033.t2} {06033.f} {06033.p5} -> {06033.p6} 
+tr {06033.t3|06034.t1} : a6032 {06033.f} {06034.p1} -> {06034.p3} 
+tr {06034.e} {06034.p6} {06034.p3} -> {06034.p4-eats} 
+tr {06034.t} {06034.p2-thinks} -> {06034.p1} {06034.p5} 
+tr {06034.t0|06035.t4} : b6033 {06035.p4-eats} -> {06034.f} {06035.f} {06035.p2-thinks} 
+tr {06034.t2} {06034.f} {06034.p5} -> {06034.p6} 
+tr {06034.t3|06035.t1} : a6033 {06034.f} {06035.p1} -> {06035.p3} 
+tr {06035.e} {06035.p6} {06035.p3} -> {06035.p4-eats} 
+tr {06035.t} {06035.p2-thinks} -> {06035.p1} {06035.p5} 
+tr {06035.t0|06036.t4} : b6034 {06036.p4-eats} -> {06035.f} {06036.f} {06036.p2-thinks} 
+tr {06035.t2} {06035.f} {06035.p5} -> {06035.p6} 
+tr {06035.t3|06036.t1} : a6034 {06035.f} {06036.p1} -> {06036.p3} 
+tr {06036.e} {06036.p6} {06036.p3} -> {06036.p4-eats} 
+tr {06036.t} {06036.p2-thinks} -> {06036.p1} {06036.p5} 
+tr {06036.t0|06037.t4} : b6035 {06037.p4-eats} -> {06036.f} {06037.f} {06037.p2-thinks} 
+tr {06036.t2} {06036.f} {06036.p5} -> {06036.p6} 
+tr {06036.t3|06037.t1} : a6035 {06036.f} {06037.p1} -> {06037.p3} 
+tr {06037.e} {06037.p6} {06037.p3} -> {06037.p4-eats} 
+tr {06037.t} {06037.p2-thinks} -> {06037.p1} {06037.p5} 
+tr {06037.t0|06038.t4} : b6036 {06038.p4-eats} -> {06037.f} {06038.f} {06038.p2-thinks} 
+tr {06037.t2} {06037.f} {06037.p5} -> {06037.p6} 
+tr {06037.t3|06038.t1} : a6036 {06037.f} {06038.p1} -> {06038.p3} 
+tr {06038.e} {06038.p6} {06038.p3} -> {06038.p4-eats} 
+tr {06038.t} {06038.p2-thinks} -> {06038.p1} {06038.p5} 
+tr {06038.t0|06039.t4} : b6037 {06039.p4-eats} -> {06038.f} {06039.f} {06039.p2-thinks} 
+tr {06038.t2} {06038.f} {06038.p5} -> {06038.p6} 
+tr {06038.t3|06039.t1} : a6037 {06038.f} {06039.p1} -> {06039.p3} 
+tr {06039.e} {06039.p6} {06039.p3} -> {06039.p4-eats} 
+tr {06039.t} {06039.p2-thinks} -> {06039.p1} {06039.p5} 
+tr {06039.t0|06040.t4} : b6038 {06040.p4-eats} -> {06039.f} {06040.f} {06040.p2-thinks} 
+tr {06039.t2} {06039.f} {06039.p5} -> {06039.p6} 
+tr {06039.t3|06040.t1} : a6038 {06039.f} {06040.p1} -> {06040.p3} 
+tr {06040.e} {06040.p6} {06040.p3} -> {06040.p4-eats} 
+tr {06040.t} {06040.p2-thinks} -> {06040.p1} {06040.p5} 
+tr {06040.t0|06041.t4} : b6039 {06041.p4-eats} -> {06040.f} {06041.f} {06041.p2-thinks} 
+tr {06040.t2} {06040.f} {06040.p5} -> {06040.p6} 
+tr {06040.t3|06041.t1} : a6039 {06040.f} {06041.p1} -> {06041.p3} 
+tr {06041.e} {06041.p6} {06041.p3} -> {06041.p4-eats} 
+tr {06041.t} {06041.p2-thinks} -> {06041.p1} {06041.p5} 
+tr {06041.t0|06042.t4} : b6040 {06042.p4-eats} -> {06041.f} {06042.f} {06042.p2-thinks} 
+tr {06041.t2} {06041.f} {06041.p5} -> {06041.p6} 
+tr {06041.t3|06042.t1} : a6040 {06041.f} {06042.p1} -> {06042.p3} 
+tr {06042.e} {06042.p6} {06042.p3} -> {06042.p4-eats} 
+tr {06042.t} {06042.p2-thinks} -> {06042.p1} {06042.p5} 
+tr {06042.t0|06043.t4} : b6041 {06043.p4-eats} -> {06042.f} {06043.f} {06043.p2-thinks} 
+tr {06042.t2} {06042.f} {06042.p5} -> {06042.p6} 
+tr {06042.t3|06043.t1} : a6041 {06042.f} {06043.p1} -> {06043.p3} 
+tr {06043.e} {06043.p6} {06043.p3} -> {06043.p4-eats} 
+tr {06043.t} {06043.p2-thinks} -> {06043.p1} {06043.p5} 
+tr {06043.t0|06044.t4} : b6042 {06044.p4-eats} -> {06043.f} {06044.f} {06044.p2-thinks} 
+tr {06043.t2} {06043.f} {06043.p5} -> {06043.p6} 
+tr {06043.t3|06044.t1} : a6042 {06043.f} {06044.p1} -> {06044.p3} 
+tr {06044.e} {06044.p6} {06044.p3} -> {06044.p4-eats} 
+tr {06044.t} {06044.p2-thinks} -> {06044.p1} {06044.p5} 
+tr {06044.t0|06045.t4} : b6043 {06045.p4-eats} -> {06044.f} {06045.f} {06045.p2-thinks} 
+tr {06044.t2} {06044.f} {06044.p5} -> {06044.p6} 
+tr {06044.t3|06045.t1} : a6043 {06044.f} {06045.p1} -> {06045.p3} 
+tr {06045.e} {06045.p6} {06045.p3} -> {06045.p4-eats} 
+tr {06045.t} {06045.p2-thinks} -> {06045.p1} {06045.p5} 
+tr {06045.t0|06046.t4} : b6044 {06046.p4-eats} -> {06045.f} {06046.f} {06046.p2-thinks} 
+tr {06045.t2} {06045.f} {06045.p5} -> {06045.p6} 
+tr {06045.t3|06046.t1} : a6044 {06045.f} {06046.p1} -> {06046.p3} 
+tr {06046.e} {06046.p6} {06046.p3} -> {06046.p4-eats} 
+tr {06046.t} {06046.p2-thinks} -> {06046.p1} {06046.p5} 
+tr {06046.t0|06047.t4} : b6045 {06047.p4-eats} -> {06046.f} {06047.f} {06047.p2-thinks} 
+tr {06046.t2} {06046.f} {06046.p5} -> {06046.p6} 
+tr {06046.t3|06047.t1} : a6045 {06046.f} {06047.p1} -> {06047.p3} 
+tr {06047.e} {06047.p6} {06047.p3} -> {06047.p4-eats} 
+tr {06047.t} {06047.p2-thinks} -> {06047.p1} {06047.p5} 
+tr {06047.t0|06048.t4} : b6046 {06048.p4-eats} -> {06047.f} {06048.f} {06048.p2-thinks} 
+tr {06047.t2} {06047.f} {06047.p5} -> {06047.p6} 
+tr {06047.t3|06048.t1} : a6046 {06047.f} {06048.p1} -> {06048.p3} 
+tr {06048.e} {06048.p6} {06048.p3} -> {06048.p4-eats} 
+tr {06048.t} {06048.p2-thinks} -> {06048.p1} {06048.p5} 
+tr {06048.t0|06049.t4} : b6047 {06049.p4-eats} -> {06048.f} {06049.f} {06049.p2-thinks} 
+tr {06048.t2} {06048.f} {06048.p5} -> {06048.p6} 
+tr {06048.t3|06049.t1} : a6047 {06048.f} {06049.p1} -> {06049.p3} 
+tr {06049.e} {06049.p6} {06049.p3} -> {06049.p4-eats} 
+tr {06049.t} {06049.p2-thinks} -> {06049.p1} {06049.p5} 
+tr {06049.t0|06050.t4} : b6048 {06050.p4-eats} -> {06049.f} {06050.f} {06050.p2-thinks} 
+tr {06049.t2} {06049.f} {06049.p5} -> {06049.p6} 
+tr {06049.t3|06050.t1} : a6048 {06049.f} {06050.p1} -> {06050.p3} 
+tr {06050.e} {06050.p6} {06050.p3} -> {06050.p4-eats} 
+tr {06050.t} {06050.p2-thinks} -> {06050.p1} {06050.p5} 
+tr {06050.t0|06051.t4} : b6049 {06051.p4-eats} -> {06050.f} {06051.f} {06051.p2-thinks} 
+tr {06050.t2} {06050.f} {06050.p5} -> {06050.p6} 
+tr {06050.t3|06051.t1} : a6049 {06050.f} {06051.p1} -> {06051.p3} 
+tr {06051.e} {06051.p6} {06051.p3} -> {06051.p4-eats} 
+tr {06051.t} {06051.p2-thinks} -> {06051.p1} {06051.p5} 
+tr {06051.t0|06052.t4} : b6050 {06052.p4-eats} -> {06051.f} {06052.f} {06052.p2-thinks} 
+tr {06051.t2} {06051.f} {06051.p5} -> {06051.p6} 
+tr {06051.t3|06052.t1} : a6050 {06051.f} {06052.p1} -> {06052.p3} 
+tr {06052.e} {06052.p6} {06052.p3} -> {06052.p4-eats} 
+tr {06052.t} {06052.p2-thinks} -> {06052.p1} {06052.p5} 
+tr {06052.t0|06053.t4} : b6051 {06053.p4-eats} -> {06052.f} {06053.f} {06053.p2-thinks} 
+tr {06052.t2} {06052.f} {06052.p5} -> {06052.p6} 
+tr {06052.t3|06053.t1} : a6051 {06052.f} {06053.p1} -> {06053.p3} 
+tr {06053.e} {06053.p6} {06053.p3} -> {06053.p4-eats} 
+tr {06053.t} {06053.p2-thinks} -> {06053.p1} {06053.p5} 
+tr {06053.t0|06054.t4} : b6052 {06054.p4-eats} -> {06053.f} {06054.f} {06054.p2-thinks} 
+tr {06053.t2} {06053.f} {06053.p5} -> {06053.p6} 
+tr {06053.t3|06054.t1} : a6052 {06053.f} {06054.p1} -> {06054.p3} 
+tr {06054.e} {06054.p6} {06054.p3} -> {06054.p4-eats} 
+tr {06054.t} {06054.p2-thinks} -> {06054.p1} {06054.p5} 
+tr {06054.t0|06055.t4} : b6053 {06055.p4-eats} -> {06054.f} {06055.f} {06055.p2-thinks} 
+tr {06054.t2} {06054.f} {06054.p5} -> {06054.p6} 
+tr {06054.t3|06055.t1} : a6053 {06054.f} {06055.p1} -> {06055.p3} 
+tr {06055.e} {06055.p6} {06055.p3} -> {06055.p4-eats} 
+tr {06055.t} {06055.p2-thinks} -> {06055.p1} {06055.p5} 
+tr {06055.t0|06056.t4} : b6054 {06056.p4-eats} -> {06055.f} {06056.f} {06056.p2-thinks} 
+tr {06055.t2} {06055.f} {06055.p5} -> {06055.p6} 
+tr {06055.t3|06056.t1} : a6054 {06055.f} {06056.p1} -> {06056.p3} 
+tr {06056.e} {06056.p6} {06056.p3} -> {06056.p4-eats} 
+tr {06056.t} {06056.p2-thinks} -> {06056.p1} {06056.p5} 
+tr {06056.t0|06057.t4} : b6055 {06057.p4-eats} -> {06056.f} {06057.f} {06057.p2-thinks} 
+tr {06056.t2} {06056.f} {06056.p5} -> {06056.p6} 
+tr {06056.t3|06057.t1} : a6055 {06056.f} {06057.p1} -> {06057.p3} 
+tr {06057.e} {06057.p6} {06057.p3} -> {06057.p4-eats} 
+tr {06057.t} {06057.p2-thinks} -> {06057.p1} {06057.p5} 
+tr {06057.t0|06058.t4} : b6056 {06058.p4-eats} -> {06057.f} {06058.f} {06058.p2-thinks} 
+tr {06057.t2} {06057.f} {06057.p5} -> {06057.p6} 
+tr {06057.t3|06058.t1} : a6056 {06057.f} {06058.p1} -> {06058.p3} 
+tr {06058.e} {06058.p6} {06058.p3} -> {06058.p4-eats} 
+tr {06058.t} {06058.p2-thinks} -> {06058.p1} {06058.p5} 
+tr {06058.t0|06059.t4} : b6057 {06059.p4-eats} -> {06058.f} {06059.f} {06059.p2-thinks} 
+tr {06058.t2} {06058.f} {06058.p5} -> {06058.p6} 
+tr {06058.t3|06059.t1} : a6057 {06058.f} {06059.p1} -> {06059.p3} 
+tr {06059.e} {06059.p6} {06059.p3} -> {06059.p4-eats} 
+tr {06059.t} {06059.p2-thinks} -> {06059.p1} {06059.p5} 
+tr {06059.t0|06060.t4} : b6058 {06060.p4-eats} -> {06059.f} {06060.f} {06060.p2-thinks} 
+tr {06059.t2} {06059.f} {06059.p5} -> {06059.p6} 
+tr {06059.t3|06060.t1} : a6058 {06059.f} {06060.p1} -> {06060.p3} 
+tr {06060.e} {06060.p6} {06060.p3} -> {06060.p4-eats} 
+tr {06060.t} {06060.p2-thinks} -> {06060.p1} {06060.p5} 
+tr {06060.t0|06061.t4} : b6059 {06061.p4-eats} -> {06060.f} {06061.f} {06061.p2-thinks} 
+tr {06060.t2} {06060.f} {06060.p5} -> {06060.p6} 
+tr {06060.t3|06061.t1} : a6059 {06060.f} {06061.p1} -> {06061.p3} 
+tr {06061.e} {06061.p6} {06061.p3} -> {06061.p4-eats} 
+tr {06061.t} {06061.p2-thinks} -> {06061.p1} {06061.p5} 
+tr {06061.t0|06062.t4} : b6060 {06062.p4-eats} -> {06061.f} {06062.f} {06062.p2-thinks} 
+tr {06061.t2} {06061.f} {06061.p5} -> {06061.p6} 
+tr {06061.t3|06062.t1} : a6060 {06061.f} {06062.p1} -> {06062.p3} 
+tr {06062.e} {06062.p6} {06062.p3} -> {06062.p4-eats} 
+tr {06062.t} {06062.p2-thinks} -> {06062.p1} {06062.p5} 
+tr {06062.t0|06063.t4} : b6061 {06063.p4-eats} -> {06062.f} {06063.f} {06063.p2-thinks} 
+tr {06062.t2} {06062.f} {06062.p5} -> {06062.p6} 
+tr {06062.t3|06063.t1} : a6061 {06062.f} {06063.p1} -> {06063.p3} 
+tr {06063.e} {06063.p6} {06063.p3} -> {06063.p4-eats} 
+tr {06063.t} {06063.p2-thinks} -> {06063.p1} {06063.p5} 
+tr {06063.t0|06064.t4} : b6062 {06064.p4-eats} -> {06063.f} {06064.f} {06064.p2-thinks} 
+tr {06063.t2} {06063.f} {06063.p5} -> {06063.p6} 
+tr {06063.t3|06064.t1} : a6062 {06063.f} {06064.p1} -> {06064.p3} 
+tr {06064.e} {06064.p6} {06064.p3} -> {06064.p4-eats} 
+tr {06064.t} {06064.p2-thinks} -> {06064.p1} {06064.p5} 
+tr {06064.t0|06065.t4} : b6063 {06065.p4-eats} -> {06064.f} {06065.f} {06065.p2-thinks} 
+tr {06064.t2} {06064.f} {06064.p5} -> {06064.p6} 
+tr {06064.t3|06065.t1} : a6063 {06064.f} {06065.p1} -> {06065.p3} 
+tr {06065.e} {06065.p6} {06065.p3} -> {06065.p4-eats} 
+tr {06065.t} {06065.p2-thinks} -> {06065.p1} {06065.p5} 
+tr {06065.t0|06066.t4} : b6064 {06066.p4-eats} -> {06065.f} {06066.f} {06066.p2-thinks} 
+tr {06065.t2} {06065.f} {06065.p5} -> {06065.p6} 
+tr {06065.t3|06066.t1} : a6064 {06065.f} {06066.p1} -> {06066.p3} 
+tr {06066.e} {06066.p6} {06066.p3} -> {06066.p4-eats} 
+tr {06066.t} {06066.p2-thinks} -> {06066.p1} {06066.p5} 
+tr {06066.t0|06067.t4} : b6065 {06067.p4-eats} -> {06066.f} {06067.f} {06067.p2-thinks} 
+tr {06066.t2} {06066.f} {06066.p5} -> {06066.p6} 
+tr {06066.t3|06067.t1} : a6065 {06066.f} {06067.p1} -> {06067.p3} 
+tr {06067.e} {06067.p6} {06067.p3} -> {06067.p4-eats} 
+tr {06067.t} {06067.p2-thinks} -> {06067.p1} {06067.p5} 
+tr {06067.t0|06068.t4} : b6066 {06068.p4-eats} -> {06067.f} {06068.f} {06068.p2-thinks} 
+tr {06067.t2} {06067.f} {06067.p5} -> {06067.p6} 
+tr {06067.t3|06068.t1} : a6066 {06067.f} {06068.p1} -> {06068.p3} 
+tr {06068.e} {06068.p6} {06068.p3} -> {06068.p4-eats} 
+tr {06068.t} {06068.p2-thinks} -> {06068.p1} {06068.p5} 
+tr {06068.t0|06069.t4} : b6067 {06069.p4-eats} -> {06068.f} {06069.f} {06069.p2-thinks} 
+tr {06068.t2} {06068.f} {06068.p5} -> {06068.p6} 
+tr {06068.t3|06069.t1} : a6067 {06068.f} {06069.p1} -> {06069.p3} 
+tr {06069.e} {06069.p6} {06069.p3} -> {06069.p4-eats} 
+tr {06069.t} {06069.p2-thinks} -> {06069.p1} {06069.p5} 
+tr {06069.t0|06070.t4} : b6068 {06070.p4-eats} -> {06069.f} {06070.f} {06070.p2-thinks} 
+tr {06069.t2} {06069.f} {06069.p5} -> {06069.p6} 
+tr {06069.t3|06070.t1} : a6068 {06069.f} {06070.p1} -> {06070.p3} 
+tr {06070.e} {06070.p6} {06070.p3} -> {06070.p4-eats} 
+tr {06070.t} {06070.p2-thinks} -> {06070.p1} {06070.p5} 
+tr {06070.t0|06071.t4} : b6069 {06071.p4-eats} -> {06070.f} {06071.f} {06071.p2-thinks} 
+tr {06070.t2} {06070.f} {06070.p5} -> {06070.p6} 
+tr {06070.t3|06071.t1} : a6069 {06070.f} {06071.p1} -> {06071.p3} 
+tr {06071.e} {06071.p6} {06071.p3} -> {06071.p4-eats} 
+tr {06071.t} {06071.p2-thinks} -> {06071.p1} {06071.p5} 
+tr {06071.t0|06072.t4} : b6070 {06072.p4-eats} -> {06071.f} {06072.f} {06072.p2-thinks} 
+tr {06071.t2} {06071.f} {06071.p5} -> {06071.p6} 
+tr {06071.t3|06072.t1} : a6070 {06071.f} {06072.p1} -> {06072.p3} 
+tr {06072.e} {06072.p6} {06072.p3} -> {06072.p4-eats} 
+tr {06072.t} {06072.p2-thinks} -> {06072.p1} {06072.p5} 
+tr {06072.t0|06073.t4} : b6071 {06073.p4-eats} -> {06072.f} {06073.f} {06073.p2-thinks} 
+tr {06072.t2} {06072.f} {06072.p5} -> {06072.p6} 
+tr {06072.t3|06073.t1} : a6071 {06072.f} {06073.p1} -> {06073.p3} 
+tr {06073.e} {06073.p6} {06073.p3} -> {06073.p4-eats} 
+tr {06073.t} {06073.p2-thinks} -> {06073.p1} {06073.p5} 
+tr {06073.t0|06074.t4} : b6072 {06074.p4-eats} -> {06073.f} {06074.f} {06074.p2-thinks} 
+tr {06073.t2} {06073.f} {06073.p5} -> {06073.p6} 
+tr {06073.t3|06074.t1} : a6072 {06073.f} {06074.p1} -> {06074.p3} 
+tr {06074.e} {06074.p6} {06074.p3} -> {06074.p4-eats} 
+tr {06074.t} {06074.p2-thinks} -> {06074.p1} {06074.p5} 
+tr {06074.t0|06075.t4} : b6073 {06075.p4-eats} -> {06074.f} {06075.f} {06075.p2-thinks} 
+tr {06074.t2} {06074.f} {06074.p5} -> {06074.p6} 
+tr {06074.t3|06075.t1} : a6073 {06074.f} {06075.p1} -> {06075.p3} 
+tr {06075.e} {06075.p6} {06075.p3} -> {06075.p4-eats} 
+tr {06075.t} {06075.p2-thinks} -> {06075.p1} {06075.p5} 
+tr {06075.t0|06076.t4} : b6074 {06076.p4-eats} -> {06075.f} {06076.f} {06076.p2-thinks} 
+tr {06075.t2} {06075.f} {06075.p5} -> {06075.p6} 
+tr {06075.t3|06076.t1} : a6074 {06075.f} {06076.p1} -> {06076.p3} 
+tr {06076.e} {06076.p6} {06076.p3} -> {06076.p4-eats} 
+tr {06076.t} {06076.p2-thinks} -> {06076.p1} {06076.p5} 
+tr {06076.t0|06077.t4} : b6075 {06077.p4-eats} -> {06076.f} {06077.f} {06077.p2-thinks} 
+tr {06076.t2} {06076.f} {06076.p5} -> {06076.p6} 
+tr {06076.t3|06077.t1} : a6075 {06076.f} {06077.p1} -> {06077.p3} 
+tr {06077.e} {06077.p6} {06077.p3} -> {06077.p4-eats} 
+tr {06077.t} {06077.p2-thinks} -> {06077.p1} {06077.p5} 
+tr {06077.t0|06078.t4} : b6076 {06078.p4-eats} -> {06077.f} {06078.f} {06078.p2-thinks} 
+tr {06077.t2} {06077.f} {06077.p5} -> {06077.p6} 
+tr {06077.t3|06078.t1} : a6076 {06077.f} {06078.p1} -> {06078.p3} 
+tr {06078.e} {06078.p6} {06078.p3} -> {06078.p4-eats} 
+tr {06078.t} {06078.p2-thinks} -> {06078.p1} {06078.p5} 
+tr {06078.t0|06079.t4} : b6077 {06079.p4-eats} -> {06078.f} {06079.f} {06079.p2-thinks} 
+tr {06078.t2} {06078.f} {06078.p5} -> {06078.p6} 
+tr {06078.t3|06079.t1} : a6077 {06078.f} {06079.p1} -> {06079.p3} 
+tr {06079.e} {06079.p6} {06079.p3} -> {06079.p4-eats} 
+tr {06079.t} {06079.p2-thinks} -> {06079.p1} {06079.p5} 
+tr {06079.t0|06080.t4} : b6078 {06080.p4-eats} -> {06079.f} {06080.f} {06080.p2-thinks} 
+tr {06079.t2} {06079.f} {06079.p5} -> {06079.p6} 
+tr {06079.t3|06080.t1} : a6078 {06079.f} {06080.p1} -> {06080.p3} 
+tr {06080.e} {06080.p6} {06080.p3} -> {06080.p4-eats} 
+tr {06080.t} {06080.p2-thinks} -> {06080.p1} {06080.p5} 
+tr {06080.t0|06081.t4} : b6079 {06081.p4-eats} -> {06080.f} {06081.f} {06081.p2-thinks} 
+tr {06080.t2} {06080.f} {06080.p5} -> {06080.p6} 
+tr {06080.t3|06081.t1} : a6079 {06080.f} {06081.p1} -> {06081.p3} 
+tr {06081.e} {06081.p6} {06081.p3} -> {06081.p4-eats} 
+tr {06081.t} {06081.p2-thinks} -> {06081.p1} {06081.p5} 
+tr {06081.t0|06082.t4} : b6080 {06082.p4-eats} -> {06081.f} {06082.f} {06082.p2-thinks} 
+tr {06081.t2} {06081.f} {06081.p5} -> {06081.p6} 
+tr {06081.t3|06082.t1} : a6080 {06081.f} {06082.p1} -> {06082.p3} 
+tr {06082.e} {06082.p6} {06082.p3} -> {06082.p4-eats} 
+tr {06082.t} {06082.p2-thinks} -> {06082.p1} {06082.p5} 
+tr {06082.t0|06083.t4} : b6081 {06083.p4-eats} -> {06082.f} {06083.f} {06083.p2-thinks} 
+tr {06082.t2} {06082.f} {06082.p5} -> {06082.p6} 
+tr {06082.t3|06083.t1} : a6081 {06082.f} {06083.p1} -> {06083.p3} 
+tr {06083.e} {06083.p6} {06083.p3} -> {06083.p4-eats} 
+tr {06083.t} {06083.p2-thinks} -> {06083.p1} {06083.p5} 
+tr {06083.t0|06084.t4} : b6082 {06084.p4-eats} -> {06083.f} {06084.f} {06084.p2-thinks} 
+tr {06083.t2} {06083.f} {06083.p5} -> {06083.p6} 
+tr {06083.t3|06084.t1} : a6082 {06083.f} {06084.p1} -> {06084.p3} 
+tr {06084.e} {06084.p6} {06084.p3} -> {06084.p4-eats} 
+tr {06084.t} {06084.p2-thinks} -> {06084.p1} {06084.p5} 
+tr {06084.t0|06085.t4} : b6083 {06085.p4-eats} -> {06084.f} {06085.f} {06085.p2-thinks} 
+tr {06084.t2} {06084.f} {06084.p5} -> {06084.p6} 
+tr {06084.t3|06085.t1} : a6083 {06084.f} {06085.p1} -> {06085.p3} 
+tr {06085.e} {06085.p6} {06085.p3} -> {06085.p4-eats} 
+tr {06085.t} {06085.p2-thinks} -> {06085.p1} {06085.p5} 
+tr {06085.t0|06086.t4} : b6084 {06086.p4-eats} -> {06085.f} {06086.f} {06086.p2-thinks} 
+tr {06085.t2} {06085.f} {06085.p5} -> {06085.p6} 
+tr {06085.t3|06086.t1} : a6084 {06085.f} {06086.p1} -> {06086.p3} 
+tr {06086.e} {06086.p6} {06086.p3} -> {06086.p4-eats} 
+tr {06086.t} {06086.p2-thinks} -> {06086.p1} {06086.p5} 
+tr {06086.t0|06087.t4} : b6085 {06087.p4-eats} -> {06086.f} {06087.f} {06087.p2-thinks} 
+tr {06086.t2} {06086.f} {06086.p5} -> {06086.p6} 
+tr {06086.t3|06087.t1} : a6085 {06086.f} {06087.p1} -> {06087.p3} 
+tr {06087.e} {06087.p6} {06087.p3} -> {06087.p4-eats} 
+tr {06087.t} {06087.p2-thinks} -> {06087.p1} {06087.p5} 
+tr {06087.t0|06088.t4} : b6086 {06088.p4-eats} -> {06087.f} {06088.f} {06088.p2-thinks} 
+tr {06087.t2} {06087.f} {06087.p5} -> {06087.p6} 
+tr {06087.t3|06088.t1} : a6086 {06087.f} {06088.p1} -> {06088.p3} 
+tr {06088.e} {06088.p6} {06088.p3} -> {06088.p4-eats} 
+tr {06088.t} {06088.p2-thinks} -> {06088.p1} {06088.p5} 
+tr {06088.t0|06089.t4} : b6087 {06089.p4-eats} -> {06088.f} {06089.f} {06089.p2-thinks} 
+tr {06088.t2} {06088.f} {06088.p5} -> {06088.p6} 
+tr {06088.t3|06089.t1} : a6087 {06088.f} {06089.p1} -> {06089.p3} 
+tr {06089.e} {06089.p6} {06089.p3} -> {06089.p4-eats} 
+tr {06089.t} {06089.p2-thinks} -> {06089.p1} {06089.p5} 
+tr {06089.t0|06090.t4} : b6088 {06090.p4-eats} -> {06089.f} {06090.f} {06090.p2-thinks} 
+tr {06089.t2} {06089.f} {06089.p5} -> {06089.p6} 
+tr {06089.t3|06090.t1} : a6088 {06089.f} {06090.p1} -> {06090.p3} 
+tr {06090.e} {06090.p6} {06090.p3} -> {06090.p4-eats} 
+tr {06090.t} {06090.p2-thinks} -> {06090.p1} {06090.p5} 
+tr {06090.t0|06091.t4} : b6089 {06091.p4-eats} -> {06090.f} {06091.f} {06091.p2-thinks} 
+tr {06090.t2} {06090.f} {06090.p5} -> {06090.p6} 
+tr {06090.t3|06091.t1} : a6089 {06090.f} {06091.p1} -> {06091.p3} 
+tr {06091.e} {06091.p6} {06091.p3} -> {06091.p4-eats} 
+tr {06091.t} {06091.p2-thinks} -> {06091.p1} {06091.p5} 
+tr {06091.t0|06092.t4} : b6090 {06092.p4-eats} -> {06091.f} {06092.f} {06092.p2-thinks} 
+tr {06091.t2} {06091.f} {06091.p5} -> {06091.p6} 
+tr {06091.t3|06092.t1} : a6090 {06091.f} {06092.p1} -> {06092.p3} 
+tr {06092.e} {06092.p6} {06092.p3} -> {06092.p4-eats} 
+tr {06092.t} {06092.p2-thinks} -> {06092.p1} {06092.p5} 
+tr {06092.t0|06093.t4} : b6091 {06093.p4-eats} -> {06092.f} {06093.f} {06093.p2-thinks} 
+tr {06092.t2} {06092.f} {06092.p5} -> {06092.p6} 
+tr {06092.t3|06093.t1} : a6091 {06092.f} {06093.p1} -> {06093.p3} 
+tr {06093.e} {06093.p6} {06093.p3} -> {06093.p4-eats} 
+tr {06093.t} {06093.p2-thinks} -> {06093.p1} {06093.p5} 
+tr {06093.t0|06094.t4} : b6092 {06094.p4-eats} -> {06093.f} {06094.f} {06094.p2-thinks} 
+tr {06093.t2} {06093.f} {06093.p5} -> {06093.p6} 
+tr {06093.t3|06094.t1} : a6092 {06093.f} {06094.p1} -> {06094.p3} 
+tr {06094.e} {06094.p6} {06094.p3} -> {06094.p4-eats} 
+tr {06094.t} {06094.p2-thinks} -> {06094.p1} {06094.p5} 
+tr {06094.t0|06095.t4} : b6093 {06095.p4-eats} -> {06094.f} {06095.f} {06095.p2-thinks} 
+tr {06094.t2} {06094.f} {06094.p5} -> {06094.p6} 
+tr {06094.t3|06095.t1} : a6093 {06094.f} {06095.p1} -> {06095.p3} 
+tr {06095.e} {06095.p6} {06095.p3} -> {06095.p4-eats} 
+tr {06095.t} {06095.p2-thinks} -> {06095.p1} {06095.p5} 
+tr {06095.t0|06096.t4} : b6094 {06096.p4-eats} -> {06095.f} {06096.f} {06096.p2-thinks} 
+tr {06095.t2} {06095.f} {06095.p5} -> {06095.p6} 
+tr {06095.t3|06096.t1} : a6094 {06095.f} {06096.p1} -> {06096.p3} 
+tr {06096.e} {06096.p6} {06096.p3} -> {06096.p4-eats} 
+tr {06096.t} {06096.p2-thinks} -> {06096.p1} {06096.p5} 
+tr {06096.t0|06097.t4} : b6095 {06097.p4-eats} -> {06096.f} {06097.f} {06097.p2-thinks} 
+tr {06096.t2} {06096.f} {06096.p5} -> {06096.p6} 
+tr {06096.t3|06097.t1} : a6095 {06096.f} {06097.p1} -> {06097.p3} 
+tr {06097.e} {06097.p6} {06097.p3} -> {06097.p4-eats} 
+tr {06097.t} {06097.p2-thinks} -> {06097.p1} {06097.p5} 
+tr {06097.t0|06098.t4} : b6096 {06098.p4-eats} -> {06097.f} {06098.f} {06098.p2-thinks} 
+tr {06097.t2} {06097.f} {06097.p5} -> {06097.p6} 
+tr {06097.t3|06098.t1} : a6096 {06097.f} {06098.p1} -> {06098.p3} 
+tr {06098.e} {06098.p6} {06098.p3} -> {06098.p4-eats} 
+tr {06098.t} {06098.p2-thinks} -> {06098.p1} {06098.p5} 
+tr {06098.t0|06099.t4} : b6097 {06099.p4-eats} -> {06098.f} {06099.f} {06099.p2-thinks} 
+tr {06098.t2} {06098.f} {06098.p5} -> {06098.p6} 
+tr {06098.t3|06099.t1} : a6097 {06098.f} {06099.p1} -> {06099.p3} 
+tr {06099.e} {06099.p6} {06099.p3} -> {06099.p4-eats} 
+tr {06099.t} {06099.p2-thinks} -> {06099.p1} {06099.p5} 
+tr {06099.t0|06100.t4} : b6098 {06100.p4-eats} -> {06099.f} {06100.f} {06100.p2-thinks} 
+tr {06099.t2} {06099.f} {06099.p5} -> {06099.p6} 
+tr {06099.t3|06100.t1} : a6098 {06099.f} {06100.p1} -> {06100.p3} 
+tr {06100.e} {06100.p6} {06100.p3} -> {06100.p4-eats} 
+tr {06100.t} {06100.p2-thinks} -> {06100.p1} {06100.p5} 
+tr {06100.t0|06101.t4} : b6099 {06101.p4-eats} -> {06100.f} {06101.f} {06101.p2-thinks} 
+tr {06100.t2} {06100.f} {06100.p5} -> {06100.p6} 
+tr {06100.t3|06101.t1} : a6099 {06100.f} {06101.p1} -> {06101.p3} 
+tr {06101.e} {06101.p6} {06101.p3} -> {06101.p4-eats} 
+tr {06101.t} {06101.p2-thinks} -> {06101.p1} {06101.p5} 
+tr {06101.t0|06102.t4} : b6100 {06102.p4-eats} -> {06101.f} {06102.f} {06102.p2-thinks} 
+tr {06101.t2} {06101.f} {06101.p5} -> {06101.p6} 
+tr {06101.t3|06102.t1} : a6100 {06101.f} {06102.p1} -> {06102.p3} 
+tr {06102.e} {06102.p6} {06102.p3} -> {06102.p4-eats} 
+tr {06102.t} {06102.p2-thinks} -> {06102.p1} {06102.p5} 
+tr {06102.t0|06103.t4} : b6101 {06103.p4-eats} -> {06102.f} {06103.f} {06103.p2-thinks} 
+tr {06102.t2} {06102.f} {06102.p5} -> {06102.p6} 
+tr {06102.t3|06103.t1} : a6101 {06102.f} {06103.p1} -> {06103.p3} 
+tr {06103.e} {06103.p6} {06103.p3} -> {06103.p4-eats} 
+tr {06103.t} {06103.p2-thinks} -> {06103.p1} {06103.p5} 
+tr {06103.t0|06104.t4} : b6102 {06104.p4-eats} -> {06103.f} {06104.f} {06104.p2-thinks} 
+tr {06103.t2} {06103.f} {06103.p5} -> {06103.p6} 
+tr {06103.t3|06104.t1} : a6102 {06103.f} {06104.p1} -> {06104.p3} 
+tr {06104.e} {06104.p6} {06104.p3} -> {06104.p4-eats} 
+tr {06104.t} {06104.p2-thinks} -> {06104.p1} {06104.p5} 
+tr {06104.t0|06105.t4} : b6103 {06105.p4-eats} -> {06104.f} {06105.f} {06105.p2-thinks} 
+tr {06104.t2} {06104.f} {06104.p5} -> {06104.p6} 
+tr {06104.t3|06105.t1} : a6103 {06104.f} {06105.p1} -> {06105.p3} 
+tr {06105.e} {06105.p6} {06105.p3} -> {06105.p4-eats} 
+tr {06105.t} {06105.p2-thinks} -> {06105.p1} {06105.p5} 
+tr {06105.t0|06106.t4} : b6104 {06106.p4-eats} -> {06105.f} {06106.f} {06106.p2-thinks} 
+tr {06105.t2} {06105.f} {06105.p5} -> {06105.p6} 
+tr {06105.t3|06106.t1} : a6104 {06105.f} {06106.p1} -> {06106.p3} 
+tr {06106.e} {06106.p6} {06106.p3} -> {06106.p4-eats} 
+tr {06106.t} {06106.p2-thinks} -> {06106.p1} {06106.p5} 
+tr {06106.t0|06107.t4} : b6105 {06107.p4-eats} -> {06106.f} {06107.f} {06107.p2-thinks} 
+tr {06106.t2} {06106.f} {06106.p5} -> {06106.p6} 
+tr {06106.t3|06107.t1} : a6105 {06106.f} {06107.p1} -> {06107.p3} 
+tr {06107.e} {06107.p6} {06107.p3} -> {06107.p4-eats} 
+tr {06107.t} {06107.p2-thinks} -> {06107.p1} {06107.p5} 
+tr {06107.t0|06108.t4} : b6106 {06108.p4-eats} -> {06107.f} {06108.f} {06108.p2-thinks} 
+tr {06107.t2} {06107.f} {06107.p5} -> {06107.p6} 
+tr {06107.t3|06108.t1} : a6106 {06107.f} {06108.p1} -> {06108.p3} 
+tr {06108.e} {06108.p6} {06108.p3} -> {06108.p4-eats} 
+tr {06108.t} {06108.p2-thinks} -> {06108.p1} {06108.p5} 
+tr {06108.t0|06109.t4} : b6107 {06109.p4-eats} -> {06108.f} {06109.f} {06109.p2-thinks} 
+tr {06108.t2} {06108.f} {06108.p5} -> {06108.p6} 
+tr {06108.t3|06109.t1} : a6107 {06108.f} {06109.p1} -> {06109.p3} 
+tr {06109.e} {06109.p6} {06109.p3} -> {06109.p4-eats} 
+tr {06109.t} {06109.p2-thinks} -> {06109.p1} {06109.p5} 
+tr {06109.t0|06110.t4} : b6108 {06110.p4-eats} -> {06109.f} {06110.f} {06110.p2-thinks} 
+tr {06109.t2} {06109.f} {06109.p5} -> {06109.p6} 
+tr {06109.t3|06110.t1} : a6108 {06109.f} {06110.p1} -> {06110.p3} 
+tr {06110.e} {06110.p6} {06110.p3} -> {06110.p4-eats} 
+tr {06110.t} {06110.p2-thinks} -> {06110.p1} {06110.p5} 
+tr {06110.t0|06111.t4} : b6109 {06111.p4-eats} -> {06110.f} {06111.f} {06111.p2-thinks} 
+tr {06110.t2} {06110.f} {06110.p5} -> {06110.p6} 
+tr {06110.t3|06111.t1} : a6109 {06110.f} {06111.p1} -> {06111.p3} 
+tr {06111.e} {06111.p6} {06111.p3} -> {06111.p4-eats} 
+tr {06111.t} {06111.p2-thinks} -> {06111.p1} {06111.p5} 
+tr {06111.t0|06112.t4} : b6110 {06112.p4-eats} -> {06111.f} {06112.f} {06112.p2-thinks} 
+tr {06111.t2} {06111.f} {06111.p5} -> {06111.p6} 
+tr {06111.t3|06112.t1} : a6110 {06111.f} {06112.p1} -> {06112.p3} 
+tr {06112.e} {06112.p6} {06112.p3} -> {06112.p4-eats} 
+tr {06112.t} {06112.p2-thinks} -> {06112.p1} {06112.p5} 
+tr {06112.t0|06113.t4} : b6111 {06113.p4-eats} -> {06112.f} {06113.f} {06113.p2-thinks} 
+tr {06112.t2} {06112.f} {06112.p5} -> {06112.p6} 
+tr {06112.t3|06113.t1} : a6111 {06112.f} {06113.p1} -> {06113.p3} 
+tr {06113.e} {06113.p6} {06113.p3} -> {06113.p4-eats} 
+tr {06113.t} {06113.p2-thinks} -> {06113.p1} {06113.p5} 
+tr {06113.t0|06114.t4} : b6112 {06114.p4-eats} -> {06113.f} {06114.f} {06114.p2-thinks} 
+tr {06113.t2} {06113.f} {06113.p5} -> {06113.p6} 
+tr {06113.t3|06114.t1} : a6112 {06113.f} {06114.p1} -> {06114.p3} 
+tr {06114.e} {06114.p6} {06114.p3} -> {06114.p4-eats} 
+tr {06114.t} {06114.p2-thinks} -> {06114.p1} {06114.p5} 
+tr {06114.t0|06115.t4} : b6113 {06115.p4-eats} -> {06114.f} {06115.f} {06115.p2-thinks} 
+tr {06114.t2} {06114.f} {06114.p5} -> {06114.p6} 
+tr {06114.t3|06115.t1} : a6113 {06114.f} {06115.p1} -> {06115.p3} 
+tr {06115.e} {06115.p6} {06115.p3} -> {06115.p4-eats} 
+tr {06115.t} {06115.p2-thinks} -> {06115.p1} {06115.p5} 
+tr {06115.t0|06116.t4} : b6114 {06116.p4-eats} -> {06115.f} {06116.f} {06116.p2-thinks} 
+tr {06115.t2} {06115.f} {06115.p5} -> {06115.p6} 
+tr {06115.t3|06116.t1} : a6114 {06115.f} {06116.p1} -> {06116.p3} 
+tr {06116.e} {06116.p6} {06116.p3} -> {06116.p4-eats} 
+tr {06116.t} {06116.p2-thinks} -> {06116.p1} {06116.p5} 
+tr {06116.t0|06117.t4} : b6115 {06117.p4-eats} -> {06116.f} {06117.f} {06117.p2-thinks} 
+tr {06116.t2} {06116.f} {06116.p5} -> {06116.p6} 
+tr {06116.t3|06117.t1} : a6115 {06116.f} {06117.p1} -> {06117.p3} 
+tr {06117.e} {06117.p6} {06117.p3} -> {06117.p4-eats} 
+tr {06117.t} {06117.p2-thinks} -> {06117.p1} {06117.p5} 
+tr {06117.t0|06118.t4} : b6116 {06118.p4-eats} -> {06117.f} {06118.f} {06118.p2-thinks} 
+tr {06117.t2} {06117.f} {06117.p5} -> {06117.p6} 
+tr {06117.t3|06118.t1} : a6116 {06117.f} {06118.p1} -> {06118.p3} 
+tr {06118.e} {06118.p6} {06118.p3} -> {06118.p4-eats} 
+tr {06118.t} {06118.p2-thinks} -> {06118.p1} {06118.p5} 
+tr {06118.t0|06119.t4} : b6117 {06119.p4-eats} -> {06118.f} {06119.f} {06119.p2-thinks} 
+tr {06118.t2} {06118.f} {06118.p5} -> {06118.p6} 
+tr {06118.t3|06119.t1} : a6117 {06118.f} {06119.p1} -> {06119.p3} 
+tr {06119.e} {06119.p6} {06119.p3} -> {06119.p4-eats} 
+tr {06119.t} {06119.p2-thinks} -> {06119.p1} {06119.p5} 
+tr {06119.t0|06120.t4} : b6118 {06120.p4-eats} -> {06119.f} {06120.f} {06120.p2-thinks} 
+tr {06119.t2} {06119.f} {06119.p5} -> {06119.p6} 
+tr {06119.t3|06120.t1} : a6118 {06119.f} {06120.p1} -> {06120.p3} 
+tr {06120.e} {06120.p6} {06120.p3} -> {06120.p4-eats} 
+tr {06120.t} {06120.p2-thinks} -> {06120.p1} {06120.p5} 
+tr {06120.t0|06121.t4} : b6119 {06121.p4-eats} -> {06120.f} {06121.f} {06121.p2-thinks} 
+tr {06120.t2} {06120.f} {06120.p5} -> {06120.p6} 
+tr {06120.t3|06121.t1} : a6119 {06120.f} {06121.p1} -> {06121.p3} 
+tr {06121.e} {06121.p6} {06121.p3} -> {06121.p4-eats} 
+tr {06121.t} {06121.p2-thinks} -> {06121.p1} {06121.p5} 
+tr {06121.t0|06122.t4} : b6120 {06122.p4-eats} -> {06121.f} {06122.f} {06122.p2-thinks} 
+tr {06121.t2} {06121.f} {06121.p5} -> {06121.p6} 
+tr {06121.t3|06122.t1} : a6120 {06121.f} {06122.p1} -> {06122.p3} 
+tr {06122.e} {06122.p6} {06122.p3} -> {06122.p4-eats} 
+tr {06122.t} {06122.p2-thinks} -> {06122.p1} {06122.p5} 
+tr {06122.t0|06123.t4} : b6121 {06123.p4-eats} -> {06122.f} {06123.f} {06123.p2-thinks} 
+tr {06122.t2} {06122.f} {06122.p5} -> {06122.p6} 
+tr {06122.t3|06123.t1} : a6121 {06122.f} {06123.p1} -> {06123.p3} 
+tr {06123.e} {06123.p6} {06123.p3} -> {06123.p4-eats} 
+tr {06123.t} {06123.p2-thinks} -> {06123.p1} {06123.p5} 
+tr {06123.t0|06124.t4} : b6122 {06124.p4-eats} -> {06123.f} {06124.f} {06124.p2-thinks} 
+tr {06123.t2} {06123.f} {06123.p5} -> {06123.p6} 
+tr {06123.t3|06124.t1} : a6122 {06123.f} {06124.p1} -> {06124.p3} 
+tr {06124.e} {06124.p6} {06124.p3} -> {06124.p4-eats} 
+tr {06124.t} {06124.p2-thinks} -> {06124.p1} {06124.p5} 
+tr {06124.t0|06125.t4} : b6123 {06125.p4-eats} -> {06124.f} {06125.f} {06125.p2-thinks} 
+tr {06124.t2} {06124.f} {06124.p5} -> {06124.p6} 
+tr {06124.t3|06125.t1} : a6123 {06124.f} {06125.p1} -> {06125.p3} 
+tr {06125.e} {06125.p6} {06125.p3} -> {06125.p4-eats} 
+tr {06125.t} {06125.p2-thinks} -> {06125.p1} {06125.p5} 
+tr {06125.t0|06126.t4} : b6124 {06126.p4-eats} -> {06125.f} {06126.f} {06126.p2-thinks} 
+tr {06125.t2} {06125.f} {06125.p5} -> {06125.p6} 
+tr {06125.t3|06126.t1} : a6124 {06125.f} {06126.p1} -> {06126.p3} 
+tr {06126.e} {06126.p6} {06126.p3} -> {06126.p4-eats} 
+tr {06126.t} {06126.p2-thinks} -> {06126.p1} {06126.p5} 
+tr {06126.t0|06127.t4} : b6125 {06127.p4-eats} -> {06126.f} {06127.f} {06127.p2-thinks} 
+tr {06126.t2} {06126.f} {06126.p5} -> {06126.p6} 
+tr {06126.t3|06127.t1} : a6125 {06126.f} {06127.p1} -> {06127.p3} 
+tr {06127.e} {06127.p6} {06127.p3} -> {06127.p4-eats} 
+tr {06127.t} {06127.p2-thinks} -> {06127.p1} {06127.p5} 
+tr {06127.t0|06128.t4} : b6126 {06128.p4-eats} -> {06127.f} {06128.f} {06128.p2-thinks} 
+tr {06127.t2} {06127.f} {06127.p5} -> {06127.p6} 
+tr {06127.t3|06128.t1} : a6126 {06127.f} {06128.p1} -> {06128.p3} 
+tr {06128.e} {06128.p6} {06128.p3} -> {06128.p4-eats} 
+tr {06128.t} {06128.p2-thinks} -> {06128.p1} {06128.p5} 
+tr {06128.t0|06129.t4} : b6127 {06129.p4-eats} -> {06128.f} {06129.f} {06129.p2-thinks} 
+tr {06128.t2} {06128.f} {06128.p5} -> {06128.p6} 
+tr {06128.t3|06129.t1} : a6127 {06128.f} {06129.p1} -> {06129.p3} 
+tr {06129.e} {06129.p6} {06129.p3} -> {06129.p4-eats} 
+tr {06129.t} {06129.p2-thinks} -> {06129.p1} {06129.p5} 
+tr {06129.t0|06130.t4} : b6128 {06130.p4-eats} -> {06129.f} {06130.f} {06130.p2-thinks} 
+tr {06129.t2} {06129.f} {06129.p5} -> {06129.p6} 
+tr {06129.t3|06130.t1} : a6128 {06129.f} {06130.p1} -> {06130.p3} 
+tr {06130.e} {06130.p6} {06130.p3} -> {06130.p4-eats} 
+tr {06130.t} {06130.p2-thinks} -> {06130.p1} {06130.p5} 
+tr {06130.t0|06131.t4} : b6129 {06131.p4-eats} -> {06130.f} {06131.f} {06131.p2-thinks} 
+tr {06130.t2} {06130.f} {06130.p5} -> {06130.p6} 
+tr {06130.t3|06131.t1} : a6129 {06130.f} {06131.p1} -> {06131.p3} 
+tr {06131.e} {06131.p6} {06131.p3} -> {06131.p4-eats} 
+tr {06131.t} {06131.p2-thinks} -> {06131.p1} {06131.p5} 
+tr {06131.t0|06132.t4} : b6130 {06132.p4-eats} -> {06131.f} {06132.f} {06132.p2-thinks} 
+tr {06131.t2} {06131.f} {06131.p5} -> {06131.p6} 
+tr {06131.t3|06132.t1} : a6130 {06131.f} {06132.p1} -> {06132.p3} 
+tr {06132.e} {06132.p6} {06132.p3} -> {06132.p4-eats} 
+tr {06132.t} {06132.p2-thinks} -> {06132.p1} {06132.p5} 
+tr {06132.t0|06133.t4} : b6131 {06133.p4-eats} -> {06132.f} {06133.f} {06133.p2-thinks} 
+tr {06132.t2} {06132.f} {06132.p5} -> {06132.p6} 
+tr {06132.t3|06133.t1} : a6131 {06132.f} {06133.p1} -> {06133.p3} 
+tr {06133.e} {06133.p6} {06133.p3} -> {06133.p4-eats} 
+tr {06133.t} {06133.p2-thinks} -> {06133.p1} {06133.p5} 
+tr {06133.t0|06134.t4} : b6132 {06134.p4-eats} -> {06133.f} {06134.f} {06134.p2-thinks} 
+tr {06133.t2} {06133.f} {06133.p5} -> {06133.p6} 
+tr {06133.t3|06134.t1} : a6132 {06133.f} {06134.p1} -> {06134.p3} 
+tr {06134.e} {06134.p6} {06134.p3} -> {06134.p4-eats} 
+tr {06134.t} {06134.p2-thinks} -> {06134.p1} {06134.p5} 
+tr {06134.t0|06135.t4} : b6133 {06135.p4-eats} -> {06134.f} {06135.f} {06135.p2-thinks} 
+tr {06134.t2} {06134.f} {06134.p5} -> {06134.p6} 
+tr {06134.t3|06135.t1} : a6133 {06134.f} {06135.p1} -> {06135.p3} 
+tr {06135.e} {06135.p6} {06135.p3} -> {06135.p4-eats} 
+tr {06135.t} {06135.p2-thinks} -> {06135.p1} {06135.p5} 
+tr {06135.t0|06136.t4} : b6134 {06136.p4-eats} -> {06135.f} {06136.f} {06136.p2-thinks} 
+tr {06135.t2} {06135.f} {06135.p5} -> {06135.p6} 
+tr {06135.t3|06136.t1} : a6134 {06135.f} {06136.p1} -> {06136.p3} 
+tr {06136.e} {06136.p6} {06136.p3} -> {06136.p4-eats} 
+tr {06136.t} {06136.p2-thinks} -> {06136.p1} {06136.p5} 
+tr {06136.t0|06137.t4} : b6135 {06137.p4-eats} -> {06136.f} {06137.f} {06137.p2-thinks} 
+tr {06136.t2} {06136.f} {06136.p5} -> {06136.p6} 
+tr {06136.t3|06137.t1} : a6135 {06136.f} {06137.p1} -> {06137.p3} 
+tr {06137.e} {06137.p6} {06137.p3} -> {06137.p4-eats} 
+tr {06137.t} {06137.p2-thinks} -> {06137.p1} {06137.p5} 
+tr {06137.t0|06138.t4} : b6136 {06138.p4-eats} -> {06137.f} {06138.f} {06138.p2-thinks} 
+tr {06137.t2} {06137.f} {06137.p5} -> {06137.p6} 
+tr {06137.t3|06138.t1} : a6136 {06137.f} {06138.p1} -> {06138.p3} 
+tr {06138.e} {06138.p6} {06138.p3} -> {06138.p4-eats} 
+tr {06138.t} {06138.p2-thinks} -> {06138.p1} {06138.p5} 
+tr {06138.t0|06139.t4} : b6137 {06139.p4-eats} -> {06138.f} {06139.f} {06139.p2-thinks} 
+tr {06138.t2} {06138.f} {06138.p5} -> {06138.p6} 
+tr {06138.t3|06139.t1} : a6137 {06138.f} {06139.p1} -> {06139.p3} 
+tr {06139.e} {06139.p6} {06139.p3} -> {06139.p4-eats} 
+tr {06139.t} {06139.p2-thinks} -> {06139.p1} {06139.p5} 
+tr {06139.t0|06140.t4} : b6138 {06140.p4-eats} -> {06139.f} {06140.f} {06140.p2-thinks} 
+tr {06139.t2} {06139.f} {06139.p5} -> {06139.p6} 
+tr {06139.t3|06140.t1} : a6138 {06139.f} {06140.p1} -> {06140.p3} 
+tr {06140.e} {06140.p6} {06140.p3} -> {06140.p4-eats} 
+tr {06140.t} {06140.p2-thinks} -> {06140.p1} {06140.p5} 
+tr {06140.t0|06141.t4} : b6139 {06141.p4-eats} -> {06140.f} {06141.f} {06141.p2-thinks} 
+tr {06140.t2} {06140.f} {06140.p5} -> {06140.p6} 
+tr {06140.t3|06141.t1} : a6139 {06140.f} {06141.p1} -> {06141.p3} 
+tr {06141.e} {06141.p6} {06141.p3} -> {06141.p4-eats} 
+tr {06141.t} {06141.p2-thinks} -> {06141.p1} {06141.p5} 
+tr {06141.t0|06142.t4} : b6140 {06142.p4-eats} -> {06141.f} {06142.f} {06142.p2-thinks} 
+tr {06141.t2} {06141.f} {06141.p5} -> {06141.p6} 
+tr {06141.t3|06142.t1} : a6140 {06141.f} {06142.p1} -> {06142.p3} 
+tr {06142.e} {06142.p6} {06142.p3} -> {06142.p4-eats} 
+tr {06142.t} {06142.p2-thinks} -> {06142.p1} {06142.p5} 
+tr {06142.t0|06143.t4} : b6141 {06143.p4-eats} -> {06142.f} {06143.f} {06143.p2-thinks} 
+tr {06142.t2} {06142.f} {06142.p5} -> {06142.p6} 
+tr {06142.t3|06143.t1} : a6141 {06142.f} {06143.p1} -> {06143.p3} 
+tr {06143.e} {06143.p6} {06143.p3} -> {06143.p4-eats} 
+tr {06143.t} {06143.p2-thinks} -> {06143.p1} {06143.p5} 
+tr {06143.t0|06144.t4} : b6142 {06144.p4-eats} -> {06143.f} {06144.f} {06144.p2-thinks} 
+tr {06143.t2} {06143.f} {06143.p5} -> {06143.p6} 
+tr {06143.t3|06144.t1} : a6142 {06143.f} {06144.p1} -> {06144.p3} 
+tr {06144.e} {06144.p6} {06144.p3} -> {06144.p4-eats} 
+tr {06144.t} {06144.p2-thinks} -> {06144.p1} {06144.p5} 
+tr {06144.t0|06145.t4} : b6143 {06145.p4-eats} -> {06144.f} {06145.f} {06145.p2-thinks} 
+tr {06144.t2} {06144.f} {06144.p5} -> {06144.p6} 
+tr {06144.t3|06145.t1} : a6143 {06144.f} {06145.p1} -> {06145.p3} 
+tr {06145.e} {06145.p6} {06145.p3} -> {06145.p4-eats} 
+tr {06145.t} {06145.p2-thinks} -> {06145.p1} {06145.p5} 
+tr {06145.t0|06146.t4} : b6144 {06146.p4-eats} -> {06145.f} {06146.f} {06146.p2-thinks} 
+tr {06145.t2} {06145.f} {06145.p5} -> {06145.p6} 
+tr {06145.t3|06146.t1} : a6144 {06145.f} {06146.p1} -> {06146.p3} 
+tr {06146.e} {06146.p6} {06146.p3} -> {06146.p4-eats} 
+tr {06146.t} {06146.p2-thinks} -> {06146.p1} {06146.p5} 
+tr {06146.t0|06147.t4} : b6145 {06147.p4-eats} -> {06146.f} {06147.f} {06147.p2-thinks} 
+tr {06146.t2} {06146.f} {06146.p5} -> {06146.p6} 
+tr {06146.t3|06147.t1} : a6145 {06146.f} {06147.p1} -> {06147.p3} 
+tr {06147.e} {06147.p6} {06147.p3} -> {06147.p4-eats} 
+tr {06147.t} {06147.p2-thinks} -> {06147.p1} {06147.p5} 
+tr {06147.t0|06148.t4} : b6146 {06148.p4-eats} -> {06147.f} {06148.f} {06148.p2-thinks} 
+tr {06147.t2} {06147.f} {06147.p5} -> {06147.p6} 
+tr {06147.t3|06148.t1} : a6146 {06147.f} {06148.p1} -> {06148.p3} 
+tr {06148.e} {06148.p6} {06148.p3} -> {06148.p4-eats} 
+tr {06148.t} {06148.p2-thinks} -> {06148.p1} {06148.p5} 
+tr {06148.t0|06149.t4} : b6147 {06149.p4-eats} -> {06148.f} {06149.f} {06149.p2-thinks} 
+tr {06148.t2} {06148.f} {06148.p5} -> {06148.p6} 
+tr {06148.t3|06149.t1} : a6147 {06148.f} {06149.p1} -> {06149.p3} 
+tr {06149.e} {06149.p6} {06149.p3} -> {06149.p4-eats} 
+tr {06149.t} {06149.p2-thinks} -> {06149.p1} {06149.p5} 
+tr {06149.t0|06150.t4} : b6148 {06150.p4-eats} -> {06149.f} {06150.f} {06150.p2-thinks} 
+tr {06149.t2} {06149.f} {06149.p5} -> {06149.p6} 
+tr {06149.t3|06150.t1} : a6148 {06149.f} {06150.p1} -> {06150.p3} 
+tr {06150.e} {06150.p6} {06150.p3} -> {06150.p4-eats} 
+tr {06150.t} {06150.p2-thinks} -> {06150.p1} {06150.p5} 
+tr {06150.t0|06151.t4} : b6149 {06151.p4-eats} -> {06150.f} {06151.f} {06151.p2-thinks} 
+tr {06150.t2} {06150.f} {06150.p5} -> {06150.p6} 
+tr {06150.t3|06151.t1} : a6149 {06150.f} {06151.p1} -> {06151.p3} 
+tr {06151.e} {06151.p6} {06151.p3} -> {06151.p4-eats} 
+tr {06151.t} {06151.p2-thinks} -> {06151.p1} {06151.p5} 
+tr {06151.t0|06152.t4} : b6150 {06152.p4-eats} -> {06151.f} {06152.f} {06152.p2-thinks} 
+tr {06151.t2} {06151.f} {06151.p5} -> {06151.p6} 
+tr {06151.t3|06152.t1} : a6150 {06151.f} {06152.p1} -> {06152.p3} 
+tr {06152.e} {06152.p6} {06152.p3} -> {06152.p4-eats} 
+tr {06152.t} {06152.p2-thinks} -> {06152.p1} {06152.p5} 
+tr {06152.t0|06153.t4} : b6151 {06153.p4-eats} -> {06152.f} {06153.f} {06153.p2-thinks} 
+tr {06152.t2} {06152.f} {06152.p5} -> {06152.p6} 
+tr {06152.t3|06153.t1} : a6151 {06152.f} {06153.p1} -> {06153.p3} 
+tr {06153.e} {06153.p6} {06153.p3} -> {06153.p4-eats} 
+tr {06153.t} {06153.p2-thinks} -> {06153.p1} {06153.p5} 
+tr {06153.t0|06154.t4} : b6152 {06154.p4-eats} -> {06153.f} {06154.f} {06154.p2-thinks} 
+tr {06153.t2} {06153.f} {06153.p5} -> {06153.p6} 
+tr {06153.t3|06154.t1} : a6152 {06153.f} {06154.p1} -> {06154.p3} 
+tr {06154.e} {06154.p6} {06154.p3} -> {06154.p4-eats} 
+tr {06154.t} {06154.p2-thinks} -> {06154.p1} {06154.p5} 
+tr {06154.t0|06155.t4} : b6153 {06155.p4-eats} -> {06154.f} {06155.f} {06155.p2-thinks} 
+tr {06154.t2} {06154.f} {06154.p5} -> {06154.p6} 
+tr {06154.t3|06155.t1} : a6153 {06154.f} {06155.p1} -> {06155.p3} 
+tr {06155.e} {06155.p6} {06155.p3} -> {06155.p4-eats} 
+tr {06155.t} {06155.p2-thinks} -> {06155.p1} {06155.p5} 
+tr {06155.t0|06156.t4} : b6154 {06156.p4-eats} -> {06155.f} {06156.f} {06156.p2-thinks} 
+tr {06155.t2} {06155.f} {06155.p5} -> {06155.p6} 
+tr {06155.t3|06156.t1} : a6154 {06155.f} {06156.p1} -> {06156.p3} 
+tr {06156.e} {06156.p6} {06156.p3} -> {06156.p4-eats} 
+tr {06156.t} {06156.p2-thinks} -> {06156.p1} {06156.p5} 
+tr {06156.t0|06157.t4} : b6155 {06157.p4-eats} -> {06156.f} {06157.f} {06157.p2-thinks} 
+tr {06156.t2} {06156.f} {06156.p5} -> {06156.p6} 
+tr {06156.t3|06157.t1} : a6155 {06156.f} {06157.p1} -> {06157.p3} 
+tr {06157.e} {06157.p6} {06157.p3} -> {06157.p4-eats} 
+tr {06157.t} {06157.p2-thinks} -> {06157.p1} {06157.p5} 
+tr {06157.t0|06158.t4} : b6156 {06158.p4-eats} -> {06157.f} {06158.f} {06158.p2-thinks} 
+tr {06157.t2} {06157.f} {06157.p5} -> {06157.p6} 
+tr {06157.t3|06158.t1} : a6156 {06157.f} {06158.p1} -> {06158.p3} 
+tr {06158.e} {06158.p6} {06158.p3} -> {06158.p4-eats} 
+tr {06158.t} {06158.p2-thinks} -> {06158.p1} {06158.p5} 
+tr {06158.t0|06159.t4} : b6157 {06159.p4-eats} -> {06158.f} {06159.f} {06159.p2-thinks} 
+tr {06158.t2} {06158.f} {06158.p5} -> {06158.p6} 
+tr {06158.t3|06159.t1} : a6157 {06158.f} {06159.p1} -> {06159.p3} 
+tr {06159.e} {06159.p6} {06159.p3} -> {06159.p4-eats} 
+tr {06159.t} {06159.p2-thinks} -> {06159.p1} {06159.p5} 
+tr {06159.t0|06160.t4} : b6158 {06160.p4-eats} -> {06159.f} {06160.f} {06160.p2-thinks} 
+tr {06159.t2} {06159.f} {06159.p5} -> {06159.p6} 
+tr {06159.t3|06160.t1} : a6158 {06159.f} {06160.p1} -> {06160.p3} 
+tr {06160.e} {06160.p6} {06160.p3} -> {06160.p4-eats} 
+tr {06160.t} {06160.p2-thinks} -> {06160.p1} {06160.p5} 
+tr {06160.t0|06161.t4} : b6159 {06161.p4-eats} -> {06160.f} {06161.f} {06161.p2-thinks} 
+tr {06160.t2} {06160.f} {06160.p5} -> {06160.p6} 
+tr {06160.t3|06161.t1} : a6159 {06160.f} {06161.p1} -> {06161.p3} 
+tr {06161.e} {06161.p6} {06161.p3} -> {06161.p4-eats} 
+tr {06161.t} {06161.p2-thinks} -> {06161.p1} {06161.p5} 
+tr {06161.t0|06162.t4} : b6160 {06162.p4-eats} -> {06161.f} {06162.f} {06162.p2-thinks} 
+tr {06161.t2} {06161.f} {06161.p5} -> {06161.p6} 
+tr {06161.t3|06162.t1} : a6160 {06161.f} {06162.p1} -> {06162.p3} 
+tr {06162.e} {06162.p6} {06162.p3} -> {06162.p4-eats} 
+tr {06162.t} {06162.p2-thinks} -> {06162.p1} {06162.p5} 
+tr {06162.t0|06163.t4} : b6161 {06163.p4-eats} -> {06162.f} {06163.f} {06163.p2-thinks} 
+tr {06162.t2} {06162.f} {06162.p5} -> {06162.p6} 
+tr {06162.t3|06163.t1} : a6161 {06162.f} {06163.p1} -> {06163.p3} 
+tr {06163.e} {06163.p6} {06163.p3} -> {06163.p4-eats} 
+tr {06163.t} {06163.p2-thinks} -> {06163.p1} {06163.p5} 
+tr {06163.t0|06164.t4} : b6162 {06164.p4-eats} -> {06163.f} {06164.f} {06164.p2-thinks} 
+tr {06163.t2} {06163.f} {06163.p5} -> {06163.p6} 
+tr {06163.t3|06164.t1} : a6162 {06163.f} {06164.p1} -> {06164.p3} 
+tr {06164.e} {06164.p6} {06164.p3} -> {06164.p4-eats} 
+tr {06164.t} {06164.p2-thinks} -> {06164.p1} {06164.p5} 
+tr {06164.t0|06165.t4} : b6163 {06165.p4-eats} -> {06164.f} {06165.f} {06165.p2-thinks} 
+tr {06164.t2} {06164.f} {06164.p5} -> {06164.p6} 
+tr {06164.t3|06165.t1} : a6163 {06164.f} {06165.p1} -> {06165.p3} 
+tr {06165.e} {06165.p6} {06165.p3} -> {06165.p4-eats} 
+tr {06165.t} {06165.p2-thinks} -> {06165.p1} {06165.p5} 
+tr {06165.t0|06166.t4} : b6164 {06166.p4-eats} -> {06165.f} {06166.f} {06166.p2-thinks} 
+tr {06165.t2} {06165.f} {06165.p5} -> {06165.p6} 
+tr {06165.t3|06166.t1} : a6164 {06165.f} {06166.p1} -> {06166.p3} 
+tr {06166.e} {06166.p6} {06166.p3} -> {06166.p4-eats} 
+tr {06166.t} {06166.p2-thinks} -> {06166.p1} {06166.p5} 
+tr {06166.t0|06167.t4} : b6165 {06167.p4-eats} -> {06166.f} {06167.f} {06167.p2-thinks} 
+tr {06166.t2} {06166.f} {06166.p5} -> {06166.p6} 
+tr {06166.t3|06167.t1} : a6165 {06166.f} {06167.p1} -> {06167.p3} 
+tr {06167.e} {06167.p6} {06167.p3} -> {06167.p4-eats} 
+tr {06167.t} {06167.p2-thinks} -> {06167.p1} {06167.p5} 
+tr {06167.t0|06168.t4} : b6166 {06168.p4-eats} -> {06167.f} {06168.f} {06168.p2-thinks} 
+tr {06167.t2} {06167.f} {06167.p5} -> {06167.p6} 
+tr {06167.t3|06168.t1} : a6166 {06167.f} {06168.p1} -> {06168.p3} 
+tr {06168.e} {06168.p6} {06168.p3} -> {06168.p4-eats} 
+tr {06168.t} {06168.p2-thinks} -> {06168.p1} {06168.p5} 
+tr {06168.t0|06169.t4} : b6167 {06169.p4-eats} -> {06168.f} {06169.f} {06169.p2-thinks} 
+tr {06168.t2} {06168.f} {06168.p5} -> {06168.p6} 
+tr {06168.t3|06169.t1} : a6167 {06168.f} {06169.p1} -> {06169.p3} 
+tr {06169.e} {06169.p6} {06169.p3} -> {06169.p4-eats} 
+tr {06169.t} {06169.p2-thinks} -> {06169.p1} {06169.p5} 
+tr {06169.t0|06170.t4} : b6168 {06170.p4-eats} -> {06169.f} {06170.f} {06170.p2-thinks} 
+tr {06169.t2} {06169.f} {06169.p5} -> {06169.p6} 
+tr {06169.t3|06170.t1} : a6168 {06169.f} {06170.p1} -> {06170.p3} 
+tr {06170.e} {06170.p6} {06170.p3} -> {06170.p4-eats} 
+tr {06170.t} {06170.p2-thinks} -> {06170.p1} {06170.p5} 
+tr {06170.t0|06171.t4} : b6169 {06171.p4-eats} -> {06170.f} {06171.f} {06171.p2-thinks} 
+tr {06170.t2} {06170.f} {06170.p5} -> {06170.p6} 
+tr {06170.t3|06171.t1} : a6169 {06170.f} {06171.p1} -> {06171.p3} 
+tr {06171.e} {06171.p6} {06171.p3} -> {06171.p4-eats} 
+tr {06171.t} {06171.p2-thinks} -> {06171.p1} {06171.p5} 
+tr {06171.t0|06172.t4} : b6170 {06172.p4-eats} -> {06171.f} {06172.f} {06172.p2-thinks} 
+tr {06171.t2} {06171.f} {06171.p5} -> {06171.p6} 
+tr {06171.t3|06172.t1} : a6170 {06171.f} {06172.p1} -> {06172.p3} 
+tr {06172.e} {06172.p6} {06172.p3} -> {06172.p4-eats} 
+tr {06172.t} {06172.p2-thinks} -> {06172.p1} {06172.p5} 
+tr {06172.t0|06173.t4} : b6171 {06173.p4-eats} -> {06172.f} {06173.f} {06173.p2-thinks} 
+tr {06172.t2} {06172.f} {06172.p5} -> {06172.p6} 
+tr {06172.t3|06173.t1} : a6171 {06172.f} {06173.p1} -> {06173.p3} 
+tr {06173.e} {06173.p6} {06173.p3} -> {06173.p4-eats} 
+tr {06173.t} {06173.p2-thinks} -> {06173.p1} {06173.p5} 
+tr {06173.t0|06174.t4} : b6172 {06174.p4-eats} -> {06173.f} {06174.f} {06174.p2-thinks} 
+tr {06173.t2} {06173.f} {06173.p5} -> {06173.p6} 
+tr {06173.t3|06174.t1} : a6172 {06173.f} {06174.p1} -> {06174.p3} 
+tr {06174.e} {06174.p6} {06174.p3} -> {06174.p4-eats} 
+tr {06174.t} {06174.p2-thinks} -> {06174.p1} {06174.p5} 
+tr {06174.t0|06175.t4} : b6173 {06175.p4-eats} -> {06174.f} {06175.f} {06175.p2-thinks} 
+tr {06174.t2} {06174.f} {06174.p5} -> {06174.p6} 
+tr {06174.t3|06175.t1} : a6173 {06174.f} {06175.p1} -> {06175.p3} 
+tr {06175.e} {06175.p6} {06175.p3} -> {06175.p4-eats} 
+tr {06175.t} {06175.p2-thinks} -> {06175.p1} {06175.p5} 
+tr {06175.t0|06176.t4} : b6174 {06176.p4-eats} -> {06175.f} {06176.f} {06176.p2-thinks} 
+tr {06175.t2} {06175.f} {06175.p5} -> {06175.p6} 
+tr {06175.t3|06176.t1} : a6174 {06175.f} {06176.p1} -> {06176.p3} 
+tr {06176.e} {06176.p6} {06176.p3} -> {06176.p4-eats} 
+tr {06176.t} {06176.p2-thinks} -> {06176.p1} {06176.p5} 
+tr {06176.t0|06177.t4} : b6175 {06177.p4-eats} -> {06176.f} {06177.f} {06177.p2-thinks} 
+tr {06176.t2} {06176.f} {06176.p5} -> {06176.p6} 
+tr {06176.t3|06177.t1} : a6175 {06176.f} {06177.p1} -> {06177.p3} 
+tr {06177.e} {06177.p6} {06177.p3} -> {06177.p4-eats} 
+tr {06177.t} {06177.p2-thinks} -> {06177.p1} {06177.p5} 
+tr {06177.t0|06178.t4} : b6176 {06178.p4-eats} -> {06177.f} {06178.f} {06178.p2-thinks} 
+tr {06177.t2} {06177.f} {06177.p5} -> {06177.p6} 
+tr {06177.t3|06178.t1} : a6176 {06177.f} {06178.p1} -> {06178.p3} 
+tr {06178.e} {06178.p6} {06178.p3} -> {06178.p4-eats} 
+tr {06178.t} {06178.p2-thinks} -> {06178.p1} {06178.p5} 
+tr {06178.t0|06179.t4} : b6177 {06179.p4-eats} -> {06178.f} {06179.f} {06179.p2-thinks} 
+tr {06178.t2} {06178.f} {06178.p5} -> {06178.p6} 
+tr {06178.t3|06179.t1} : a6177 {06178.f} {06179.p1} -> {06179.p3} 
+tr {06179.e} {06179.p6} {06179.p3} -> {06179.p4-eats} 
+tr {06179.t} {06179.p2-thinks} -> {06179.p1} {06179.p5} 
+tr {06179.t0|06180.t4} : b6178 {06180.p4-eats} -> {06179.f} {06180.f} {06180.p2-thinks} 
+tr {06179.t2} {06179.f} {06179.p5} -> {06179.p6} 
+tr {06179.t3|06180.t1} : a6178 {06179.f} {06180.p1} -> {06180.p3} 
+tr {06180.e} {06180.p6} {06180.p3} -> {06180.p4-eats} 
+tr {06180.t} {06180.p2-thinks} -> {06180.p1} {06180.p5} 
+tr {06180.t0|06181.t4} : b6179 {06181.p4-eats} -> {06180.f} {06181.f} {06181.p2-thinks} 
+tr {06180.t2} {06180.f} {06180.p5} -> {06180.p6} 
+tr {06180.t3|06181.t1} : a6179 {06180.f} {06181.p1} -> {06181.p3} 
+tr {06181.e} {06181.p6} {06181.p3} -> {06181.p4-eats} 
+tr {06181.t} {06181.p2-thinks} -> {06181.p1} {06181.p5} 
+tr {06181.t0|06182.t4} : b6180 {06182.p4-eats} -> {06181.f} {06182.f} {06182.p2-thinks} 
+tr {06181.t2} {06181.f} {06181.p5} -> {06181.p6} 
+tr {06181.t3|06182.t1} : a6180 {06181.f} {06182.p1} -> {06182.p3} 
+tr {06182.e} {06182.p6} {06182.p3} -> {06182.p4-eats} 
+tr {06182.t} {06182.p2-thinks} -> {06182.p1} {06182.p5} 
+tr {06182.t0|06183.t4} : b6181 {06183.p4-eats} -> {06182.f} {06183.f} {06183.p2-thinks} 
+tr {06182.t2} {06182.f} {06182.p5} -> {06182.p6} 
+tr {06182.t3|06183.t1} : a6181 {06182.f} {06183.p1} -> {06183.p3} 
+tr {06183.e} {06183.p6} {06183.p3} -> {06183.p4-eats} 
+tr {06183.t} {06183.p2-thinks} -> {06183.p1} {06183.p5} 
+tr {06183.t0|06184.t4} : b6182 {06184.p4-eats} -> {06183.f} {06184.f} {06184.p2-thinks} 
+tr {06183.t2} {06183.f} {06183.p5} -> {06183.p6} 
+tr {06183.t3|06184.t1} : a6182 {06183.f} {06184.p1} -> {06184.p3} 
+tr {06184.e} {06184.p6} {06184.p3} -> {06184.p4-eats} 
+tr {06184.t} {06184.p2-thinks} -> {06184.p1} {06184.p5} 
+tr {06184.t0|06185.t4} : b6183 {06185.p4-eats} -> {06184.f} {06185.f} {06185.p2-thinks} 
+tr {06184.t2} {06184.f} {06184.p5} -> {06184.p6} 
+tr {06184.t3|06185.t1} : a6183 {06184.f} {06185.p1} -> {06185.p3} 
+tr {06185.e} {06185.p6} {06185.p3} -> {06185.p4-eats} 
+tr {06185.t} {06185.p2-thinks} -> {06185.p1} {06185.p5} 
+tr {06185.t0|06186.t4} : b6184 {06186.p4-eats} -> {06185.f} {06186.f} {06186.p2-thinks} 
+tr {06185.t2} {06185.f} {06185.p5} -> {06185.p6} 
+tr {06185.t3|06186.t1} : a6184 {06185.f} {06186.p1} -> {06186.p3} 
+tr {06186.e} {06186.p6} {06186.p3} -> {06186.p4-eats} 
+tr {06186.t} {06186.p2-thinks} -> {06186.p1} {06186.p5} 
+tr {06186.t0|06187.t4} : b6185 {06187.p4-eats} -> {06186.f} {06187.f} {06187.p2-thinks} 
+tr {06186.t2} {06186.f} {06186.p5} -> {06186.p6} 
+tr {06186.t3|06187.t1} : a6185 {06186.f} {06187.p1} -> {06187.p3} 
+tr {06187.e} {06187.p6} {06187.p3} -> {06187.p4-eats} 
+tr {06187.t} {06187.p2-thinks} -> {06187.p1} {06187.p5} 
+tr {06187.t0|06188.t4} : b6186 {06188.p4-eats} -> {06187.f} {06188.f} {06188.p2-thinks} 
+tr {06187.t2} {06187.f} {06187.p5} -> {06187.p6} 
+tr {06187.t3|06188.t1} : a6186 {06187.f} {06188.p1} -> {06188.p3} 
+tr {06188.e} {06188.p6} {06188.p3} -> {06188.p4-eats} 
+tr {06188.t} {06188.p2-thinks} -> {06188.p1} {06188.p5} 
+tr {06188.t0|06189.t4} : b6187 {06189.p4-eats} -> {06188.f} {06189.f} {06189.p2-thinks} 
+tr {06188.t2} {06188.f} {06188.p5} -> {06188.p6} 
+tr {06188.t3|06189.t1} : a6187 {06188.f} {06189.p1} -> {06189.p3} 
+tr {06189.e} {06189.p6} {06189.p3} -> {06189.p4-eats} 
+tr {06189.t} {06189.p2-thinks} -> {06189.p1} {06189.p5} 
+tr {06189.t0|06190.t4} : b6188 {06190.p4-eats} -> {06189.f} {06190.f} {06190.p2-thinks} 
+tr {06189.t2} {06189.f} {06189.p5} -> {06189.p6} 
+tr {06189.t3|06190.t1} : a6188 {06189.f} {06190.p1} -> {06190.p3} 
+tr {06190.e} {06190.p6} {06190.p3} -> {06190.p4-eats} 
+tr {06190.t} {06190.p2-thinks} -> {06190.p1} {06190.p5} 
+tr {06190.t0|06191.t4} : b6189 {06191.p4-eats} -> {06190.f} {06191.f} {06191.p2-thinks} 
+tr {06190.t2} {06190.f} {06190.p5} -> {06190.p6} 
+tr {06190.t3|06191.t1} : a6189 {06190.f} {06191.p1} -> {06191.p3} 
+tr {06191.e} {06191.p6} {06191.p3} -> {06191.p4-eats} 
+tr {06191.t} {06191.p2-thinks} -> {06191.p1} {06191.p5} 
+tr {06191.t0|06192.t4} : b6190 {06192.p4-eats} -> {06191.f} {06192.f} {06192.p2-thinks} 
+tr {06191.t2} {06191.f} {06191.p5} -> {06191.p6} 
+tr {06191.t3|06192.t1} : a6190 {06191.f} {06192.p1} -> {06192.p3} 
+tr {06192.e} {06192.p6} {06192.p3} -> {06192.p4-eats} 
+tr {06192.t} {06192.p2-thinks} -> {06192.p1} {06192.p5} 
+tr {06192.t0|06193.t4} : b6191 {06193.p4-eats} -> {06192.f} {06193.f} {06193.p2-thinks} 
+tr {06192.t2} {06192.f} {06192.p5} -> {06192.p6} 
+tr {06192.t3|06193.t1} : a6191 {06192.f} {06193.p1} -> {06193.p3} 
+tr {06193.e} {06193.p6} {06193.p3} -> {06193.p4-eats} 
+tr {06193.t} {06193.p2-thinks} -> {06193.p1} {06193.p5} 
+tr {06193.t0|06194.t4} : b6192 {06194.p4-eats} -> {06193.f} {06194.f} {06194.p2-thinks} 
+tr {06193.t2} {06193.f} {06193.p5} -> {06193.p6} 
+tr {06193.t3|06194.t1} : a6192 {06193.f} {06194.p1} -> {06194.p3} 
+tr {06194.e} {06194.p6} {06194.p3} -> {06194.p4-eats} 
+tr {06194.t} {06194.p2-thinks} -> {06194.p1} {06194.p5} 
+tr {06194.t0|06195.t4} : b6193 {06195.p4-eats} -> {06194.f} {06195.f} {06195.p2-thinks} 
+tr {06194.t2} {06194.f} {06194.p5} -> {06194.p6} 
+tr {06194.t3|06195.t1} : a6193 {06194.f} {06195.p1} -> {06195.p3} 
+tr {06195.e} {06195.p6} {06195.p3} -> {06195.p4-eats} 
+tr {06195.t} {06195.p2-thinks} -> {06195.p1} {06195.p5} 
+tr {06195.t0|06196.t4} : b6194 {06196.p4-eats} -> {06195.f} {06196.f} {06196.p2-thinks} 
+tr {06195.t2} {06195.f} {06195.p5} -> {06195.p6} 
+tr {06195.t3|06196.t1} : a6194 {06195.f} {06196.p1} -> {06196.p3} 
+tr {06196.e} {06196.p6} {06196.p3} -> {06196.p4-eats} 
+tr {06196.t} {06196.p2-thinks} -> {06196.p1} {06196.p5} 
+tr {06196.t0|06197.t4} : b6195 {06197.p4-eats} -> {06196.f} {06197.f} {06197.p2-thinks} 
+tr {06196.t2} {06196.f} {06196.p5} -> {06196.p6} 
+tr {06196.t3|06197.t1} : a6195 {06196.f} {06197.p1} -> {06197.p3} 
+tr {06197.e} {06197.p6} {06197.p3} -> {06197.p4-eats} 
+tr {06197.t} {06197.p2-thinks} -> {06197.p1} {06197.p5} 
+tr {06197.t0|06198.t4} : b6196 {06198.p4-eats} -> {06197.f} {06198.f} {06198.p2-thinks} 
+tr {06197.t2} {06197.f} {06197.p5} -> {06197.p6} 
+tr {06197.t3|06198.t1} : a6196 {06197.f} {06198.p1} -> {06198.p3} 
+tr {06198.e} {06198.p6} {06198.p3} -> {06198.p4-eats} 
+tr {06198.t} {06198.p2-thinks} -> {06198.p1} {06198.p5} 
+tr {06198.t0|06199.t4} : b6197 {06199.p4-eats} -> {06198.f} {06199.f} {06199.p2-thinks} 
+tr {06198.t2} {06198.f} {06198.p5} -> {06198.p6} 
+tr {06198.t3|06199.t1} : a6197 {06198.f} {06199.p1} -> {06199.p3} 
+tr {06199.e} {06199.p6} {06199.p3} -> {06199.p4-eats} 
+tr {06199.t} {06199.p2-thinks} -> {06199.p1} {06199.p5} 
+tr {06199.t0|06200.t4} : b6198 {06200.p4-eats} -> {06199.f} {06200.f} {06200.p2-thinks} 
+tr {06199.t2} {06199.f} {06199.p5} -> {06199.p6} 
+tr {06199.t3|06200.t1} : a6198 {06199.f} {06200.p1} -> {06200.p3} 
+tr {06200.e} {06200.p6} {06200.p3} -> {06200.p4-eats} 
+tr {06200.t} {06200.p2-thinks} -> {06200.p1} {06200.p5} 
+tr {06200.t0|06201.t4} : b6199 {06201.p4-eats} -> {06200.f} {06201.f} {06201.p2-thinks} 
+tr {06200.t2} {06200.f} {06200.p5} -> {06200.p6} 
+tr {06200.t3|06201.t1} : a6199 {06200.f} {06201.p1} -> {06201.p3} 
+tr {06201.e} {06201.p6} {06201.p3} -> {06201.p4-eats} 
+tr {06201.t} {06201.p2-thinks} -> {06201.p1} {06201.p5} 
+tr {06201.t0|06202.t4} : b6200 {06202.p4-eats} -> {06201.f} {06202.f} {06202.p2-thinks} 
+tr {06201.t2} {06201.f} {06201.p5} -> {06201.p6} 
+tr {06201.t3|06202.t1} : a6200 {06201.f} {06202.p1} -> {06202.p3} 
+tr {06202.e} {06202.p6} {06202.p3} -> {06202.p4-eats} 
+tr {06202.t} {06202.p2-thinks} -> {06202.p1} {06202.p5} 
+tr {06202.t0|06203.t4} : b6201 {06203.p4-eats} -> {06202.f} {06203.f} {06203.p2-thinks} 
+tr {06202.t2} {06202.f} {06202.p5} -> {06202.p6} 
+tr {06202.t3|06203.t1} : a6201 {06202.f} {06203.p1} -> {06203.p3} 
+tr {06203.e} {06203.p6} {06203.p3} -> {06203.p4-eats} 
+tr {06203.t} {06203.p2-thinks} -> {06203.p1} {06203.p5} 
+tr {06203.t0|06204.t4} : b6202 {06204.p4-eats} -> {06203.f} {06204.f} {06204.p2-thinks} 
+tr {06203.t2} {06203.f} {06203.p5} -> {06203.p6} 
+tr {06203.t3|06204.t1} : a6202 {06203.f} {06204.p1} -> {06204.p3} 
+tr {06204.e} {06204.p6} {06204.p3} -> {06204.p4-eats} 
+tr {06204.t} {06204.p2-thinks} -> {06204.p1} {06204.p5} 
+tr {06204.t0|06205.t4} : b6203 {06205.p4-eats} -> {06204.f} {06205.f} {06205.p2-thinks} 
+tr {06204.t2} {06204.f} {06204.p5} -> {06204.p6} 
+tr {06204.t3|06205.t1} : a6203 {06204.f} {06205.p1} -> {06205.p3} 
+tr {06205.e} {06205.p6} {06205.p3} -> {06205.p4-eats} 
+tr {06205.t} {06205.p2-thinks} -> {06205.p1} {06205.p5} 
+tr {06205.t0|06206.t4} : b6204 {06206.p4-eats} -> {06205.f} {06206.f} {06206.p2-thinks} 
+tr {06205.t2} {06205.f} {06205.p5} -> {06205.p6} 
+tr {06205.t3|06206.t1} : a6204 {06205.f} {06206.p1} -> {06206.p3} 
+tr {06206.e} {06206.p6} {06206.p3} -> {06206.p4-eats} 
+tr {06206.t} {06206.p2-thinks} -> {06206.p1} {06206.p5} 
+tr {06206.t0|06207.t4} : b6205 {06207.p4-eats} -> {06206.f} {06207.f} {06207.p2-thinks} 
+tr {06206.t2} {06206.f} {06206.p5} -> {06206.p6} 
+tr {06206.t3|06207.t1} : a6205 {06206.f} {06207.p1} -> {06207.p3} 
+tr {06207.e} {06207.p6} {06207.p3} -> {06207.p4-eats} 
+tr {06207.t} {06207.p2-thinks} -> {06207.p1} {06207.p5} 
+tr {06207.t0|06208.t4} : b6206 {06208.p4-eats} -> {06207.f} {06208.f} {06208.p2-thinks} 
+tr {06207.t2} {06207.f} {06207.p5} -> {06207.p6} 
+tr {06207.t3|06208.t1} : a6206 {06207.f} {06208.p1} -> {06208.p3} 
+tr {06208.e} {06208.p6} {06208.p3} -> {06208.p4-eats} 
+tr {06208.t} {06208.p2-thinks} -> {06208.p1} {06208.p5} 
+tr {06208.t0|06209.t4} : b6207 {06209.p4-eats} -> {06208.f} {06209.f} {06209.p2-thinks} 
+tr {06208.t2} {06208.f} {06208.p5} -> {06208.p6} 
+tr {06208.t3|06209.t1} : a6207 {06208.f} {06209.p1} -> {06209.p3} 
+tr {06209.e} {06209.p6} {06209.p3} -> {06209.p4-eats} 
+tr {06209.t} {06209.p2-thinks} -> {06209.p1} {06209.p5} 
+tr {06209.t0|06210.t4} : b6208 {06210.p4-eats} -> {06209.f} {06210.f} {06210.p2-thinks} 
+tr {06209.t2} {06209.f} {06209.p5} -> {06209.p6} 
+tr {06209.t3|06210.t1} : a6208 {06209.f} {06210.p1} -> {06210.p3} 
+tr {06210.e} {06210.p6} {06210.p3} -> {06210.p4-eats} 
+tr {06210.t} {06210.p2-thinks} -> {06210.p1} {06210.p5} 
+tr {06210.t0|06211.t4} : b6209 {06211.p4-eats} -> {06210.f} {06211.f} {06211.p2-thinks} 
+tr {06210.t2} {06210.f} {06210.p5} -> {06210.p6} 
+tr {06210.t3|06211.t1} : a6209 {06210.f} {06211.p1} -> {06211.p3} 
+tr {06211.e} {06211.p6} {06211.p3} -> {06211.p4-eats} 
+tr {06211.t} {06211.p2-thinks} -> {06211.p1} {06211.p5} 
+tr {06211.t0|06212.t4} : b6210 {06212.p4-eats} -> {06211.f} {06212.f} {06212.p2-thinks} 
+tr {06211.t2} {06211.f} {06211.p5} -> {06211.p6} 
+tr {06211.t3|06212.t1} : a6210 {06211.f} {06212.p1} -> {06212.p3} 
+tr {06212.e} {06212.p6} {06212.p3} -> {06212.p4-eats} 
+tr {06212.t} {06212.p2-thinks} -> {06212.p1} {06212.p5} 
+tr {06212.t0|06213.t4} : b6211 {06213.p4-eats} -> {06212.f} {06213.f} {06213.p2-thinks} 
+tr {06212.t2} {06212.f} {06212.p5} -> {06212.p6} 
+tr {06212.t3|06213.t1} : a6211 {06212.f} {06213.p1} -> {06213.p3} 
+tr {06213.e} {06213.p6} {06213.p3} -> {06213.p4-eats} 
+tr {06213.t} {06213.p2-thinks} -> {06213.p1} {06213.p5} 
+tr {06213.t0|06214.t4} : b6212 {06214.p4-eats} -> {06213.f} {06214.f} {06214.p2-thinks} 
+tr {06213.t2} {06213.f} {06213.p5} -> {06213.p6} 
+tr {06213.t3|06214.t1} : a6212 {06213.f} {06214.p1} -> {06214.p3} 
+tr {06214.e} {06214.p6} {06214.p3} -> {06214.p4-eats} 
+tr {06214.t} {06214.p2-thinks} -> {06214.p1} {06214.p5} 
+tr {06214.t0|06215.t4} : b6213 {06215.p4-eats} -> {06214.f} {06215.f} {06215.p2-thinks} 
+tr {06214.t2} {06214.f} {06214.p5} -> {06214.p6} 
+tr {06214.t3|06215.t1} : a6213 {06214.f} {06215.p1} -> {06215.p3} 
+tr {06215.e} {06215.p6} {06215.p3} -> {06215.p4-eats} 
+tr {06215.t} {06215.p2-thinks} -> {06215.p1} {06215.p5} 
+tr {06215.t0|06216.t4} : b6214 {06216.p4-eats} -> {06215.f} {06216.f} {06216.p2-thinks} 
+tr {06215.t2} {06215.f} {06215.p5} -> {06215.p6} 
+tr {06215.t3|06216.t1} : a6214 {06215.f} {06216.p1} -> {06216.p3} 
+tr {06216.e} {06216.p6} {06216.p3} -> {06216.p4-eats} 
+tr {06216.t} {06216.p2-thinks} -> {06216.p1} {06216.p5} 
+tr {06216.t0|06217.t4} : b6215 {06217.p4-eats} -> {06216.f} {06217.f} {06217.p2-thinks} 
+tr {06216.t2} {06216.f} {06216.p5} -> {06216.p6} 
+tr {06216.t3|06217.t1} : a6215 {06216.f} {06217.p1} -> {06217.p3} 
+tr {06217.e} {06217.p6} {06217.p3} -> {06217.p4-eats} 
+tr {06217.t} {06217.p2-thinks} -> {06217.p1} {06217.p5} 
+tr {06217.t0|06218.t4} : b6216 {06218.p4-eats} -> {06217.f} {06218.f} {06218.p2-thinks} 
+tr {06217.t2} {06217.f} {06217.p5} -> {06217.p6} 
+tr {06217.t3|06218.t1} : a6216 {06217.f} {06218.p1} -> {06218.p3} 
+tr {06218.e} {06218.p6} {06218.p3} -> {06218.p4-eats} 
+tr {06218.t} {06218.p2-thinks} -> {06218.p1} {06218.p5} 
+tr {06218.t0|06219.t4} : b6217 {06219.p4-eats} -> {06218.f} {06219.f} {06219.p2-thinks} 
+tr {06218.t2} {06218.f} {06218.p5} -> {06218.p6} 
+tr {06218.t3|06219.t1} : a6217 {06218.f} {06219.p1} -> {06219.p3} 
+tr {06219.e} {06219.p6} {06219.p3} -> {06219.p4-eats} 
+tr {06219.t} {06219.p2-thinks} -> {06219.p1} {06219.p5} 
+tr {06219.t0|06220.t4} : b6218 {06220.p4-eats} -> {06219.f} {06220.f} {06220.p2-thinks} 
+tr {06219.t2} {06219.f} {06219.p5} -> {06219.p6} 
+tr {06219.t3|06220.t1} : a6218 {06219.f} {06220.p1} -> {06220.p3} 
+tr {06220.e} {06220.p6} {06220.p3} -> {06220.p4-eats} 
+tr {06220.t} {06220.p2-thinks} -> {06220.p1} {06220.p5} 
+tr {06220.t0|06221.t4} : b6219 {06221.p4-eats} -> {06220.f} {06221.f} {06221.p2-thinks} 
+tr {06220.t2} {06220.f} {06220.p5} -> {06220.p6} 
+tr {06220.t3|06221.t1} : a6219 {06220.f} {06221.p1} -> {06221.p3} 
+tr {06221.e} {06221.p6} {06221.p3} -> {06221.p4-eats} 
+tr {06221.t} {06221.p2-thinks} -> {06221.p1} {06221.p5} 
+tr {06221.t0|06222.t4} : b6220 {06222.p4-eats} -> {06221.f} {06222.f} {06222.p2-thinks} 
+tr {06221.t2} {06221.f} {06221.p5} -> {06221.p6} 
+tr {06221.t3|06222.t1} : a6220 {06221.f} {06222.p1} -> {06222.p3} 
+tr {06222.e} {06222.p6} {06222.p3} -> {06222.p4-eats} 
+tr {06222.t} {06222.p2-thinks} -> {06222.p1} {06222.p5} 
+tr {06222.t0|06223.t4} : b6221 {06223.p4-eats} -> {06222.f} {06223.f} {06223.p2-thinks} 
+tr {06222.t2} {06222.f} {06222.p5} -> {06222.p6} 
+tr {06222.t3|06223.t1} : a6221 {06222.f} {06223.p1} -> {06223.p3} 
+tr {06223.e} {06223.p6} {06223.p3} -> {06223.p4-eats} 
+tr {06223.t} {06223.p2-thinks} -> {06223.p1} {06223.p5} 
+tr {06223.t0|06224.t4} : b6222 {06224.p4-eats} -> {06223.f} {06224.f} {06224.p2-thinks} 
+tr {06223.t2} {06223.f} {06223.p5} -> {06223.p6} 
+tr {06223.t3|06224.t1} : a6222 {06223.f} {06224.p1} -> {06224.p3} 
+tr {06224.e} {06224.p6} {06224.p3} -> {06224.p4-eats} 
+tr {06224.t} {06224.p2-thinks} -> {06224.p1} {06224.p5} 
+tr {06224.t0|06225.t4} : b6223 {06225.p4-eats} -> {06224.f} {06225.f} {06225.p2-thinks} 
+tr {06224.t2} {06224.f} {06224.p5} -> {06224.p6} 
+tr {06224.t3|06225.t1} : a6223 {06224.f} {06225.p1} -> {06225.p3} 
+tr {06225.e} {06225.p6} {06225.p3} -> {06225.p4-eats} 
+tr {06225.t} {06225.p2-thinks} -> {06225.p1} {06225.p5} 
+tr {06225.t0|06226.t4} : b6224 {06226.p4-eats} -> {06225.f} {06226.f} {06226.p2-thinks} 
+tr {06225.t2} {06225.f} {06225.p5} -> {06225.p6} 
+tr {06225.t3|06226.t1} : a6224 {06225.f} {06226.p1} -> {06226.p3} 
+tr {06226.e} {06226.p6} {06226.p3} -> {06226.p4-eats} 
+tr {06226.t} {06226.p2-thinks} -> {06226.p1} {06226.p5} 
+tr {06226.t0|06227.t4} : b6225 {06227.p4-eats} -> {06226.f} {06227.f} {06227.p2-thinks} 
+tr {06226.t2} {06226.f} {06226.p5} -> {06226.p6} 
+tr {06226.t3|06227.t1} : a6225 {06226.f} {06227.p1} -> {06227.p3} 
+tr {06227.e} {06227.p6} {06227.p3} -> {06227.p4-eats} 
+tr {06227.t} {06227.p2-thinks} -> {06227.p1} {06227.p5} 
+tr {06227.t0|06228.t4} : b6226 {06228.p4-eats} -> {06227.f} {06228.f} {06228.p2-thinks} 
+tr {06227.t2} {06227.f} {06227.p5} -> {06227.p6} 
+tr {06227.t3|06228.t1} : a6226 {06227.f} {06228.p1} -> {06228.p3} 
+tr {06228.e} {06228.p6} {06228.p3} -> {06228.p4-eats} 
+tr {06228.t} {06228.p2-thinks} -> {06228.p1} {06228.p5} 
+tr {06228.t0|06229.t4} : b6227 {06229.p4-eats} -> {06228.f} {06229.f} {06229.p2-thinks} 
+tr {06228.t2} {06228.f} {06228.p5} -> {06228.p6} 
+tr {06228.t3|06229.t1} : a6227 {06228.f} {06229.p1} -> {06229.p3} 
+tr {06229.e} {06229.p6} {06229.p3} -> {06229.p4-eats} 
+tr {06229.t} {06229.p2-thinks} -> {06229.p1} {06229.p5} 
+tr {06229.t0|06230.t4} : b6228 {06230.p4-eats} -> {06229.f} {06230.f} {06230.p2-thinks} 
+tr {06229.t2} {06229.f} {06229.p5} -> {06229.p6} 
+tr {06229.t3|06230.t1} : a6228 {06229.f} {06230.p1} -> {06230.p3} 
+tr {06230.e} {06230.p6} {06230.p3} -> {06230.p4-eats} 
+tr {06230.t} {06230.p2-thinks} -> {06230.p1} {06230.p5} 
+tr {06230.t0|06231.t4} : b6229 {06231.p4-eats} -> {06230.f} {06231.f} {06231.p2-thinks} 
+tr {06230.t2} {06230.f} {06230.p5} -> {06230.p6} 
+tr {06230.t3|06231.t1} : a6229 {06230.f} {06231.p1} -> {06231.p3} 
+tr {06231.e} {06231.p6} {06231.p3} -> {06231.p4-eats} 
+tr {06231.t} {06231.p2-thinks} -> {06231.p1} {06231.p5} 
+tr {06231.t0|06232.t4} : b6230 {06232.p4-eats} -> {06231.f} {06232.f} {06232.p2-thinks} 
+tr {06231.t2} {06231.f} {06231.p5} -> {06231.p6} 
+tr {06231.t3|06232.t1} : a6230 {06231.f} {06232.p1} -> {06232.p3} 
+tr {06232.e} {06232.p6} {06232.p3} -> {06232.p4-eats} 
+tr {06232.t} {06232.p2-thinks} -> {06232.p1} {06232.p5} 
+tr {06232.t0|06233.t4} : b6231 {06233.p4-eats} -> {06232.f} {06233.f} {06233.p2-thinks} 
+tr {06232.t2} {06232.f} {06232.p5} -> {06232.p6} 
+tr {06232.t3|06233.t1} : a6231 {06232.f} {06233.p1} -> {06233.p3} 
+tr {06233.e} {06233.p6} {06233.p3} -> {06233.p4-eats} 
+tr {06233.t} {06233.p2-thinks} -> {06233.p1} {06233.p5} 
+tr {06233.t0|06234.t4} : b6232 {06234.p4-eats} -> {06233.f} {06234.f} {06234.p2-thinks} 
+tr {06233.t2} {06233.f} {06233.p5} -> {06233.p6} 
+tr {06233.t3|06234.t1} : a6232 {06233.f} {06234.p1} -> {06234.p3} 
+tr {06234.e} {06234.p6} {06234.p3} -> {06234.p4-eats} 
+tr {06234.t} {06234.p2-thinks} -> {06234.p1} {06234.p5} 
+tr {06234.t0|06235.t4} : b6233 {06235.p4-eats} -> {06234.f} {06235.f} {06235.p2-thinks} 
+tr {06234.t2} {06234.f} {06234.p5} -> {06234.p6} 
+tr {06234.t3|06235.t1} : a6233 {06234.f} {06235.p1} -> {06235.p3} 
+tr {06235.e} {06235.p6} {06235.p3} -> {06235.p4-eats} 
+tr {06235.t} {06235.p2-thinks} -> {06235.p1} {06235.p5} 
+tr {06235.t0|06236.t4} : b6234 {06236.p4-eats} -> {06235.f} {06236.f} {06236.p2-thinks} 
+tr {06235.t2} {06235.f} {06235.p5} -> {06235.p6} 
+tr {06235.t3|06236.t1} : a6234 {06235.f} {06236.p1} -> {06236.p3} 
+tr {06236.e} {06236.p6} {06236.p3} -> {06236.p4-eats} 
+tr {06236.t} {06236.p2-thinks} -> {06236.p1} {06236.p5} 
+tr {06236.t0|06237.t4} : b6235 {06237.p4-eats} -> {06236.f} {06237.f} {06237.p2-thinks} 
+tr {06236.t2} {06236.f} {06236.p5} -> {06236.p6} 
+tr {06236.t3|06237.t1} : a6235 {06236.f} {06237.p1} -> {06237.p3} 
+tr {06237.e} {06237.p6} {06237.p3} -> {06237.p4-eats} 
+tr {06237.t} {06237.p2-thinks} -> {06237.p1} {06237.p5} 
+tr {06237.t0|06238.t4} : b6236 {06238.p4-eats} -> {06237.f} {06238.f} {06238.p2-thinks} 
+tr {06237.t2} {06237.f} {06237.p5} -> {06237.p6} 
+tr {06237.t3|06238.t1} : a6236 {06237.f} {06238.p1} -> {06238.p3} 
+tr {06238.e} {06238.p6} {06238.p3} -> {06238.p4-eats} 
+tr {06238.t} {06238.p2-thinks} -> {06238.p1} {06238.p5} 
+tr {06238.t0|06239.t4} : b6237 {06239.p4-eats} -> {06238.f} {06239.f} {06239.p2-thinks} 
+tr {06238.t2} {06238.f} {06238.p5} -> {06238.p6} 
+tr {06238.t3|06239.t1} : a6237 {06238.f} {06239.p1} -> {06239.p3} 
+tr {06239.e} {06239.p6} {06239.p3} -> {06239.p4-eats} 
+tr {06239.t} {06239.p2-thinks} -> {06239.p1} {06239.p5} 
+tr {06239.t0|06240.t4} : b6238 {06240.p4-eats} -> {06239.f} {06240.f} {06240.p2-thinks} 
+tr {06239.t2} {06239.f} {06239.p5} -> {06239.p6} 
+tr {06239.t3|06240.t1} : a6238 {06239.f} {06240.p1} -> {06240.p3} 
+tr {06240.e} {06240.p6} {06240.p3} -> {06240.p4-eats} 
+tr {06240.t} {06240.p2-thinks} -> {06240.p1} {06240.p5} 
+tr {06240.t0|06241.t4} : b6239 {06241.p4-eats} -> {06240.f} {06241.f} {06241.p2-thinks} 
+tr {06240.t2} {06240.f} {06240.p5} -> {06240.p6} 
+tr {06240.t3|06241.t1} : a6239 {06240.f} {06241.p1} -> {06241.p3} 
+tr {06241.e} {06241.p6} {06241.p3} -> {06241.p4-eats} 
+tr {06241.t} {06241.p2-thinks} -> {06241.p1} {06241.p5} 
+tr {06241.t0|06242.t4} : b6240 {06242.p4-eats} -> {06241.f} {06242.f} {06242.p2-thinks} 
+tr {06241.t2} {06241.f} {06241.p5} -> {06241.p6} 
+tr {06241.t3|06242.t1} : a6240 {06241.f} {06242.p1} -> {06242.p3} 
+tr {06242.e} {06242.p6} {06242.p3} -> {06242.p4-eats} 
+tr {06242.t} {06242.p2-thinks} -> {06242.p1} {06242.p5} 
+tr {06242.t0|06243.t4} : b6241 {06243.p4-eats} -> {06242.f} {06243.f} {06243.p2-thinks} 
+tr {06242.t2} {06242.f} {06242.p5} -> {06242.p6} 
+tr {06242.t3|06243.t1} : a6241 {06242.f} {06243.p1} -> {06243.p3} 
+tr {06243.e} {06243.p6} {06243.p3} -> {06243.p4-eats} 
+tr {06243.t} {06243.p2-thinks} -> {06243.p1} {06243.p5} 
+tr {06243.t0|06244.t4} : b6242 {06244.p4-eats} -> {06243.f} {06244.f} {06244.p2-thinks} 
+tr {06243.t2} {06243.f} {06243.p5} -> {06243.p6} 
+tr {06243.t3|06244.t1} : a6242 {06243.f} {06244.p1} -> {06244.p3} 
+tr {06244.e} {06244.p6} {06244.p3} -> {06244.p4-eats} 
+tr {06244.t} {06244.p2-thinks} -> {06244.p1} {06244.p5} 
+tr {06244.t0|06245.t4} : b6243 {06245.p4-eats} -> {06244.f} {06245.f} {06245.p2-thinks} 
+tr {06244.t2} {06244.f} {06244.p5} -> {06244.p6} 
+tr {06244.t3|06245.t1} : a6243 {06244.f} {06245.p1} -> {06245.p3} 
+tr {06245.e} {06245.p6} {06245.p3} -> {06245.p4-eats} 
+tr {06245.t} {06245.p2-thinks} -> {06245.p1} {06245.p5} 
+tr {06245.t0|06246.t4} : b6244 {06246.p4-eats} -> {06245.f} {06246.f} {06246.p2-thinks} 
+tr {06245.t2} {06245.f} {06245.p5} -> {06245.p6} 
+tr {06245.t3|06246.t1} : a6244 {06245.f} {06246.p1} -> {06246.p3} 
+tr {06246.e} {06246.p6} {06246.p3} -> {06246.p4-eats} 
+tr {06246.t} {06246.p2-thinks} -> {06246.p1} {06246.p5} 
+tr {06246.t0|06247.t4} : b6245 {06247.p4-eats} -> {06246.f} {06247.f} {06247.p2-thinks} 
+tr {06246.t2} {06246.f} {06246.p5} -> {06246.p6} 
+tr {06246.t3|06247.t1} : a6245 {06246.f} {06247.p1} -> {06247.p3} 
+tr {06247.e} {06247.p6} {06247.p3} -> {06247.p4-eats} 
+tr {06247.t} {06247.p2-thinks} -> {06247.p1} {06247.p5} 
+tr {06247.t0|06248.t4} : b6246 {06248.p4-eats} -> {06247.f} {06248.f} {06248.p2-thinks} 
+tr {06247.t2} {06247.f} {06247.p5} -> {06247.p6} 
+tr {06247.t3|06248.t1} : a6246 {06247.f} {06248.p1} -> {06248.p3} 
+tr {06248.e} {06248.p6} {06248.p3} -> {06248.p4-eats} 
+tr {06248.t} {06248.p2-thinks} -> {06248.p1} {06248.p5} 
+tr {06248.t0|06249.t4} : b6247 {06249.p4-eats} -> {06248.f} {06249.f} {06249.p2-thinks} 
+tr {06248.t2} {06248.f} {06248.p5} -> {06248.p6} 
+tr {06248.t3|06249.t1} : a6247 {06248.f} {06249.p1} -> {06249.p3} 
+tr {06249.e} {06249.p6} {06249.p3} -> {06249.p4-eats} 
+tr {06249.t} {06249.p2-thinks} -> {06249.p1} {06249.p5} 
+tr {06249.t0|06250.t4} : b6248 {06250.p4-eats} -> {06249.f} {06250.f} {06250.p2-thinks} 
+tr {06249.t2} {06249.f} {06249.p5} -> {06249.p6} 
+tr {06249.t3|06250.t1} : a6248 {06249.f} {06250.p1} -> {06250.p3} 
+tr {06250.e} {06250.p6} {06250.p3} -> {06250.p4-eats} 
+tr {06250.t} {06250.p2-thinks} -> {06250.p1} {06250.p5} 
+tr {06250.t0|06251.t4} : b6249 {06251.p4-eats} -> {06250.f} {06251.f} {06251.p2-thinks} 
+tr {06250.t2} {06250.f} {06250.p5} -> {06250.p6} 
+tr {06250.t3|06251.t1} : a6249 {06250.f} {06251.p1} -> {06251.p3} 
+tr {06251.e} {06251.p6} {06251.p3} -> {06251.p4-eats} 
+tr {06251.t} {06251.p2-thinks} -> {06251.p1} {06251.p5} 
+tr {06251.t0|06252.t4} : b6250 {06252.p4-eats} -> {06251.f} {06252.f} {06252.p2-thinks} 
+tr {06251.t2} {06251.f} {06251.p5} -> {06251.p6} 
+tr {06251.t3|06252.t1} : a6250 {06251.f} {06252.p1} -> {06252.p3} 
+tr {06252.e} {06252.p6} {06252.p3} -> {06252.p4-eats} 
+tr {06252.t} {06252.p2-thinks} -> {06252.p1} {06252.p5} 
+tr {06252.t0|06253.t4} : b6251 {06253.p4-eats} -> {06252.f} {06253.f} {06253.p2-thinks} 
+tr {06252.t2} {06252.f} {06252.p5} -> {06252.p6} 
+tr {06252.t3|06253.t1} : a6251 {06252.f} {06253.p1} -> {06253.p3} 
+tr {06253.e} {06253.p6} {06253.p3} -> {06253.p4-eats} 
+tr {06253.t} {06253.p2-thinks} -> {06253.p1} {06253.p5} 
+tr {06253.t0|06254.t4} : b6252 {06254.p4-eats} -> {06253.f} {06254.f} {06254.p2-thinks} 
+tr {06253.t2} {06253.f} {06253.p5} -> {06253.p6} 
+tr {06253.t3|06254.t1} : a6252 {06253.f} {06254.p1} -> {06254.p3} 
+tr {06254.e} {06254.p6} {06254.p3} -> {06254.p4-eats} 
+tr {06254.t} {06254.p2-thinks} -> {06254.p1} {06254.p5} 
+tr {06254.t0|06255.t4} : b6253 {06255.p4-eats} -> {06254.f} {06255.f} {06255.p2-thinks} 
+tr {06254.t2} {06254.f} {06254.p5} -> {06254.p6} 
+tr {06254.t3|06255.t1} : a6253 {06254.f} {06255.p1} -> {06255.p3} 
+tr {06255.e} {06255.p6} {06255.p3} -> {06255.p4-eats} 
+tr {06255.t} {06255.p2-thinks} -> {06255.p1} {06255.p5} 
+tr {06255.t0|06256.t4} : b6254 {06256.p4-eats} -> {06255.f} {06256.f} {06256.p2-thinks} 
+tr {06255.t2} {06255.f} {06255.p5} -> {06255.p6} 
+tr {06255.t3|06256.t1} : a6254 {06255.f} {06256.p1} -> {06256.p3} 
+tr {06256.e} {06256.p6} {06256.p3} -> {06256.p4-eats} 
+tr {06256.t} {06256.p2-thinks} -> {06256.p1} {06256.p5} 
+tr {06256.t0|06257.t4} : b6255 {06257.p4-eats} -> {06256.f} {06257.f} {06257.p2-thinks} 
+tr {06256.t2} {06256.f} {06256.p5} -> {06256.p6} 
+tr {06256.t3|06257.t1} : a6255 {06256.f} {06257.p1} -> {06257.p3} 
+tr {06257.e} {06257.p6} {06257.p3} -> {06257.p4-eats} 
+tr {06257.t} {06257.p2-thinks} -> {06257.p1} {06257.p5} 
+tr {06257.t0|06258.t4} : b6256 {06258.p4-eats} -> {06257.f} {06258.f} {06258.p2-thinks} 
+tr {06257.t2} {06257.f} {06257.p5} -> {06257.p6} 
+tr {06257.t3|06258.t1} : a6256 {06257.f} {06258.p1} -> {06258.p3} 
+tr {06258.e} {06258.p6} {06258.p3} -> {06258.p4-eats} 
+tr {06258.t} {06258.p2-thinks} -> {06258.p1} {06258.p5} 
+tr {06258.t0|06259.t4} : b6257 {06259.p4-eats} -> {06258.f} {06259.f} {06259.p2-thinks} 
+tr {06258.t2} {06258.f} {06258.p5} -> {06258.p6} 
+tr {06258.t3|06259.t1} : a6257 {06258.f} {06259.p1} -> {06259.p3} 
+tr {06259.e} {06259.p6} {06259.p3} -> {06259.p4-eats} 
+tr {06259.t} {06259.p2-thinks} -> {06259.p1} {06259.p5} 
+tr {06259.t0|06260.t4} : b6258 {06260.p4-eats} -> {06259.f} {06260.f} {06260.p2-thinks} 
+tr {06259.t2} {06259.f} {06259.p5} -> {06259.p6} 
+tr {06259.t3|06260.t1} : a6258 {06259.f} {06260.p1} -> {06260.p3} 
+tr {06260.e} {06260.p6} {06260.p3} -> {06260.p4-eats} 
+tr {06260.t} {06260.p2-thinks} -> {06260.p1} {06260.p5} 
+tr {06260.t0|06261.t4} : b6259 {06261.p4-eats} -> {06260.f} {06261.f} {06261.p2-thinks} 
+tr {06260.t2} {06260.f} {06260.p5} -> {06260.p6} 
+tr {06260.t3|06261.t1} : a6259 {06260.f} {06261.p1} -> {06261.p3} 
+tr {06261.e} {06261.p6} {06261.p3} -> {06261.p4-eats} 
+tr {06261.t} {06261.p2-thinks} -> {06261.p1} {06261.p5} 
+tr {06261.t0|06262.t4} : b6260 {06262.p4-eats} -> {06261.f} {06262.f} {06262.p2-thinks} 
+tr {06261.t2} {06261.f} {06261.p5} -> {06261.p6} 
+tr {06261.t3|06262.t1} : a6260 {06261.f} {06262.p1} -> {06262.p3} 
+tr {06262.e} {06262.p6} {06262.p3} -> {06262.p4-eats} 
+tr {06262.t} {06262.p2-thinks} -> {06262.p1} {06262.p5} 
+tr {06262.t0|06263.t4} : b6261 {06263.p4-eats} -> {06262.f} {06263.f} {06263.p2-thinks} 
+tr {06262.t2} {06262.f} {06262.p5} -> {06262.p6} 
+tr {06262.t3|06263.t1} : a6261 {06262.f} {06263.p1} -> {06263.p3} 
+tr {06263.e} {06263.p6} {06263.p3} -> {06263.p4-eats} 
+tr {06263.t} {06263.p2-thinks} -> {06263.p1} {06263.p5} 
+tr {06263.t0|06264.t4} : b6262 {06264.p4-eats} -> {06263.f} {06264.f} {06264.p2-thinks} 
+tr {06263.t2} {06263.f} {06263.p5} -> {06263.p6} 
+tr {06263.t3|06264.t1} : a6262 {06263.f} {06264.p1} -> {06264.p3} 
+tr {06264.e} {06264.p6} {06264.p3} -> {06264.p4-eats} 
+tr {06264.t} {06264.p2-thinks} -> {06264.p1} {06264.p5} 
+tr {06264.t0|06265.t4} : b6263 {06265.p4-eats} -> {06264.f} {06265.f} {06265.p2-thinks} 
+tr {06264.t2} {06264.f} {06264.p5} -> {06264.p6} 
+tr {06264.t3|06265.t1} : a6263 {06264.f} {06265.p1} -> {06265.p3} 
+tr {06265.e} {06265.p6} {06265.p3} -> {06265.p4-eats} 
+tr {06265.t} {06265.p2-thinks} -> {06265.p1} {06265.p5} 
+tr {06265.t0|06266.t4} : b6264 {06266.p4-eats} -> {06265.f} {06266.f} {06266.p2-thinks} 
+tr {06265.t2} {06265.f} {06265.p5} -> {06265.p6} 
+tr {06265.t3|06266.t1} : a6264 {06265.f} {06266.p1} -> {06266.p3} 
+tr {06266.e} {06266.p6} {06266.p3} -> {06266.p4-eats} 
+tr {06266.t} {06266.p2-thinks} -> {06266.p1} {06266.p5} 
+tr {06266.t0|06267.t4} : b6265 {06267.p4-eats} -> {06266.f} {06267.f} {06267.p2-thinks} 
+tr {06266.t2} {06266.f} {06266.p5} -> {06266.p6} 
+tr {06266.t3|06267.t1} : a6265 {06266.f} {06267.p1} -> {06267.p3} 
+tr {06267.e} {06267.p6} {06267.p3} -> {06267.p4-eats} 
+tr {06267.t} {06267.p2-thinks} -> {06267.p1} {06267.p5} 
+tr {06267.t0|06268.t4} : b6266 {06268.p4-eats} -> {06267.f} {06268.f} {06268.p2-thinks} 
+tr {06267.t2} {06267.f} {06267.p5} -> {06267.p6} 
+tr {06267.t3|06268.t1} : a6266 {06267.f} {06268.p1} -> {06268.p3} 
+tr {06268.e} {06268.p6} {06268.p3} -> {06268.p4-eats} 
+tr {06268.t} {06268.p2-thinks} -> {06268.p1} {06268.p5} 
+tr {06268.t0|06269.t4} : b6267 {06269.p4-eats} -> {06268.f} {06269.f} {06269.p2-thinks} 
+tr {06268.t2} {06268.f} {06268.p5} -> {06268.p6} 
+tr {06268.t3|06269.t1} : a6267 {06268.f} {06269.p1} -> {06269.p3} 
+tr {06269.e} {06269.p6} {06269.p3} -> {06269.p4-eats} 
+tr {06269.t} {06269.p2-thinks} -> {06269.p1} {06269.p5} 
+tr {06269.t0|06270.t4} : b6268 {06270.p4-eats} -> {06269.f} {06270.f} {06270.p2-thinks} 
+tr {06269.t2} {06269.f} {06269.p5} -> {06269.p6} 
+tr {06269.t3|06270.t1} : a6268 {06269.f} {06270.p1} -> {06270.p3} 
+tr {06270.e} {06270.p6} {06270.p3} -> {06270.p4-eats} 
+tr {06270.t} {06270.p2-thinks} -> {06270.p1} {06270.p5} 
+tr {06270.t0|06271.t4} : b6269 {06271.p4-eats} -> {06270.f} {06271.f} {06271.p2-thinks} 
+tr {06270.t2} {06270.f} {06270.p5} -> {06270.p6} 
+tr {06270.t3|06271.t1} : a6269 {06270.f} {06271.p1} -> {06271.p3} 
+tr {06271.e} {06271.p6} {06271.p3} -> {06271.p4-eats} 
+tr {06271.t} {06271.p2-thinks} -> {06271.p1} {06271.p5} 
+tr {06271.t0|06272.t4} : b6270 {06272.p4-eats} -> {06271.f} {06272.f} {06272.p2-thinks} 
+tr {06271.t2} {06271.f} {06271.p5} -> {06271.p6} 
+tr {06271.t3|06272.t1} : a6270 {06271.f} {06272.p1} -> {06272.p3} 
+tr {06272.e} {06272.p6} {06272.p3} -> {06272.p4-eats} 
+tr {06272.t} {06272.p2-thinks} -> {06272.p1} {06272.p5} 
+tr {06272.t0|06273.t4} : b6271 {06273.p4-eats} -> {06272.f} {06273.f} {06273.p2-thinks} 
+tr {06272.t2} {06272.f} {06272.p5} -> {06272.p6} 
+tr {06272.t3|06273.t1} : a6271 {06272.f} {06273.p1} -> {06273.p3} 
+tr {06273.e} {06273.p6} {06273.p3} -> {06273.p4-eats} 
+tr {06273.t} {06273.p2-thinks} -> {06273.p1} {06273.p5} 
+tr {06273.t0|06274.t4} : b6272 {06274.p4-eats} -> {06273.f} {06274.f} {06274.p2-thinks} 
+tr {06273.t2} {06273.f} {06273.p5} -> {06273.p6} 
+tr {06273.t3|06274.t1} : a6272 {06273.f} {06274.p1} -> {06274.p3} 
+tr {06274.e} {06274.p6} {06274.p3} -> {06274.p4-eats} 
+tr {06274.t} {06274.p2-thinks} -> {06274.p1} {06274.p5} 
+tr {06274.t0|06275.t4} : b6273 {06275.p4-eats} -> {06274.f} {06275.f} {06275.p2-thinks} 
+tr {06274.t2} {06274.f} {06274.p5} -> {06274.p6} 
+tr {06274.t3|06275.t1} : a6273 {06274.f} {06275.p1} -> {06275.p3} 
+tr {06275.e} {06275.p6} {06275.p3} -> {06275.p4-eats} 
+tr {06275.t} {06275.p2-thinks} -> {06275.p1} {06275.p5} 
+tr {06275.t0|06276.t4} : b6274 {06276.p4-eats} -> {06275.f} {06276.f} {06276.p2-thinks} 
+tr {06275.t2} {06275.f} {06275.p5} -> {06275.p6} 
+tr {06275.t3|06276.t1} : a6274 {06275.f} {06276.p1} -> {06276.p3} 
+tr {06276.e} {06276.p6} {06276.p3} -> {06276.p4-eats} 
+tr {06276.t} {06276.p2-thinks} -> {06276.p1} {06276.p5} 
+tr {06276.t0|06277.t4} : b6275 {06277.p4-eats} -> {06276.f} {06277.f} {06277.p2-thinks} 
+tr {06276.t2} {06276.f} {06276.p5} -> {06276.p6} 
+tr {06276.t3|06277.t1} : a6275 {06276.f} {06277.p1} -> {06277.p3} 
+tr {06277.e} {06277.p6} {06277.p3} -> {06277.p4-eats} 
+tr {06277.t} {06277.p2-thinks} -> {06277.p1} {06277.p5} 
+tr {06277.t0|06278.t4} : b6276 {06278.p4-eats} -> {06277.f} {06278.f} {06278.p2-thinks} 
+tr {06277.t2} {06277.f} {06277.p5} -> {06277.p6} 
+tr {06277.t3|06278.t1} : a6276 {06277.f} {06278.p1} -> {06278.p3} 
+tr {06278.e} {06278.p6} {06278.p3} -> {06278.p4-eats} 
+tr {06278.t} {06278.p2-thinks} -> {06278.p1} {06278.p5} 
+tr {06278.t0|06279.t4} : b6277 {06279.p4-eats} -> {06278.f} {06279.f} {06279.p2-thinks} 
+tr {06278.t2} {06278.f} {06278.p5} -> {06278.p6} 
+tr {06278.t3|06279.t1} : a6277 {06278.f} {06279.p1} -> {06279.p3} 
+tr {06279.e} {06279.p6} {06279.p3} -> {06279.p4-eats} 
+tr {06279.t} {06279.p2-thinks} -> {06279.p1} {06279.p5} 
+tr {06279.t0|06280.t4} : b6278 {06280.p4-eats} -> {06279.f} {06280.f} {06280.p2-thinks} 
+tr {06279.t2} {06279.f} {06279.p5} -> {06279.p6} 
+tr {06279.t3|06280.t1} : a6278 {06279.f} {06280.p1} -> {06280.p3} 
+tr {06280.e} {06280.p6} {06280.p3} -> {06280.p4-eats} 
+tr {06280.t} {06280.p2-thinks} -> {06280.p1} {06280.p5} 
+tr {06280.t0|06281.t4} : b6279 {06281.p4-eats} -> {06280.f} {06281.f} {06281.p2-thinks} 
+tr {06280.t2} {06280.f} {06280.p5} -> {06280.p6} 
+tr {06280.t3|06281.t1} : a6279 {06280.f} {06281.p1} -> {06281.p3} 
+tr {06281.e} {06281.p6} {06281.p3} -> {06281.p4-eats} 
+tr {06281.t} {06281.p2-thinks} -> {06281.p1} {06281.p5} 
+tr {06281.t0|06282.t4} : b6280 {06282.p4-eats} -> {06281.f} {06282.f} {06282.p2-thinks} 
+tr {06281.t2} {06281.f} {06281.p5} -> {06281.p6} 
+tr {06281.t3|06282.t1} : a6280 {06281.f} {06282.p1} -> {06282.p3} 
+tr {06282.e} {06282.p6} {06282.p3} -> {06282.p4-eats} 
+tr {06282.t} {06282.p2-thinks} -> {06282.p1} {06282.p5} 
+tr {06282.t0|06283.t4} : b6281 {06283.p4-eats} -> {06282.f} {06283.f} {06283.p2-thinks} 
+tr {06282.t2} {06282.f} {06282.p5} -> {06282.p6} 
+tr {06282.t3|06283.t1} : a6281 {06282.f} {06283.p1} -> {06283.p3} 
+tr {06283.e} {06283.p6} {06283.p3} -> {06283.p4-eats} 
+tr {06283.t} {06283.p2-thinks} -> {06283.p1} {06283.p5} 
+tr {06283.t0|06284.t4} : b6282 {06284.p4-eats} -> {06283.f} {06284.f} {06284.p2-thinks} 
+tr {06283.t2} {06283.f} {06283.p5} -> {06283.p6} 
+tr {06283.t3|06284.t1} : a6282 {06283.f} {06284.p1} -> {06284.p3} 
+tr {06284.e} {06284.p6} {06284.p3} -> {06284.p4-eats} 
+tr {06284.t} {06284.p2-thinks} -> {06284.p1} {06284.p5} 
+tr {06284.t0|06285.t4} : b6283 {06285.p4-eats} -> {06284.f} {06285.f} {06285.p2-thinks} 
+tr {06284.t2} {06284.f} {06284.p5} -> {06284.p6} 
+tr {06284.t3|06285.t1} : a6283 {06284.f} {06285.p1} -> {06285.p3} 
+tr {06285.e} {06285.p6} {06285.p3} -> {06285.p4-eats} 
+tr {06285.t} {06285.p2-thinks} -> {06285.p1} {06285.p5} 
+tr {06285.t0|06286.t4} : b6284 {06286.p4-eats} -> {06285.f} {06286.f} {06286.p2-thinks} 
+tr {06285.t2} {06285.f} {06285.p5} -> {06285.p6} 
+tr {06285.t3|06286.t1} : a6284 {06285.f} {06286.p1} -> {06286.p3} 
+tr {06286.e} {06286.p6} {06286.p3} -> {06286.p4-eats} 
+tr {06286.t} {06286.p2-thinks} -> {06286.p1} {06286.p5} 
+tr {06286.t0|06287.t4} : b6285 {06287.p4-eats} -> {06286.f} {06287.f} {06287.p2-thinks} 
+tr {06286.t2} {06286.f} {06286.p5} -> {06286.p6} 
+tr {06286.t3|06287.t1} : a6285 {06286.f} {06287.p1} -> {06287.p3} 
+tr {06287.e} {06287.p6} {06287.p3} -> {06287.p4-eats} 
+tr {06287.t} {06287.p2-thinks} -> {06287.p1} {06287.p5} 
+tr {06287.t0|06288.t4} : b6286 {06288.p4-eats} -> {06287.f} {06288.f} {06288.p2-thinks} 
+tr {06287.t2} {06287.f} {06287.p5} -> {06287.p6} 
+tr {06287.t3|06288.t1} : a6286 {06287.f} {06288.p1} -> {06288.p3} 
+tr {06288.e} {06288.p6} {06288.p3} -> {06288.p4-eats} 
+tr {06288.t} {06288.p2-thinks} -> {06288.p1} {06288.p5} 
+tr {06288.t0|06289.t4} : b6287 {06289.p4-eats} -> {06288.f} {06289.f} {06289.p2-thinks} 
+tr {06288.t2} {06288.f} {06288.p5} -> {06288.p6} 
+tr {06288.t3|06289.t1} : a6287 {06288.f} {06289.p1} -> {06289.p3} 
+tr {06289.e} {06289.p6} {06289.p3} -> {06289.p4-eats} 
+tr {06289.t} {06289.p2-thinks} -> {06289.p1} {06289.p5} 
+tr {06289.t0|06290.t4} : b6288 {06290.p4-eats} -> {06289.f} {06290.f} {06290.p2-thinks} 
+tr {06289.t2} {06289.f} {06289.p5} -> {06289.p6} 
+tr {06289.t3|06290.t1} : a6288 {06289.f} {06290.p1} -> {06290.p3} 
+tr {06290.e} {06290.p6} {06290.p3} -> {06290.p4-eats} 
+tr {06290.t} {06290.p2-thinks} -> {06290.p1} {06290.p5} 
+tr {06290.t0|06291.t4} : b6289 {06291.p4-eats} -> {06290.f} {06291.f} {06291.p2-thinks} 
+tr {06290.t2} {06290.f} {06290.p5} -> {06290.p6} 
+tr {06290.t3|06291.t1} : a6289 {06290.f} {06291.p1} -> {06291.p3} 
+tr {06291.e} {06291.p6} {06291.p3} -> {06291.p4-eats} 
+tr {06291.t} {06291.p2-thinks} -> {06291.p1} {06291.p5} 
+tr {06291.t0|06292.t4} : b6290 {06292.p4-eats} -> {06291.f} {06292.f} {06292.p2-thinks} 
+tr {06291.t2} {06291.f} {06291.p5} -> {06291.p6} 
+tr {06291.t3|06292.t1} : a6290 {06291.f} {06292.p1} -> {06292.p3} 
+tr {06292.e} {06292.p6} {06292.p3} -> {06292.p4-eats} 
+tr {06292.t} {06292.p2-thinks} -> {06292.p1} {06292.p5} 
+tr {06292.t0|06293.t4} : b6291 {06293.p4-eats} -> {06292.f} {06293.f} {06293.p2-thinks} 
+tr {06292.t2} {06292.f} {06292.p5} -> {06292.p6} 
+tr {06292.t3|06293.t1} : a6291 {06292.f} {06293.p1} -> {06293.p3} 
+tr {06293.e} {06293.p6} {06293.p3} -> {06293.p4-eats} 
+tr {06293.t} {06293.p2-thinks} -> {06293.p1} {06293.p5} 
+tr {06293.t0|06294.t4} : b6292 {06294.p4-eats} -> {06293.f} {06294.f} {06294.p2-thinks} 
+tr {06293.t2} {06293.f} {06293.p5} -> {06293.p6} 
+tr {06293.t3|06294.t1} : a6292 {06293.f} {06294.p1} -> {06294.p3} 
+tr {06294.e} {06294.p6} {06294.p3} -> {06294.p4-eats} 
+tr {06294.t} {06294.p2-thinks} -> {06294.p1} {06294.p5} 
+tr {06294.t0|06295.t4} : b6293 {06295.p4-eats} -> {06294.f} {06295.f} {06295.p2-thinks} 
+tr {06294.t2} {06294.f} {06294.p5} -> {06294.p6} 
+tr {06294.t3|06295.t1} : a6293 {06294.f} {06295.p1} -> {06295.p3} 
+tr {06295.e} {06295.p6} {06295.p3} -> {06295.p4-eats} 
+tr {06295.t} {06295.p2-thinks} -> {06295.p1} {06295.p5} 
+tr {06295.t0|06296.t4} : b6294 {06296.p4-eats} -> {06295.f} {06296.f} {06296.p2-thinks} 
+tr {06295.t2} {06295.f} {06295.p5} -> {06295.p6} 
+tr {06295.t3|06296.t1} : a6294 {06295.f} {06296.p1} -> {06296.p3} 
+tr {06296.e} {06296.p6} {06296.p3} -> {06296.p4-eats} 
+tr {06296.t} {06296.p2-thinks} -> {06296.p1} {06296.p5} 
+tr {06296.t0|06297.t4} : b6295 {06297.p4-eats} -> {06296.f} {06297.f} {06297.p2-thinks} 
+tr {06296.t2} {06296.f} {06296.p5} -> {06296.p6} 
+tr {06296.t3|06297.t1} : a6295 {06296.f} {06297.p1} -> {06297.p3} 
+tr {06297.e} {06297.p6} {06297.p3} -> {06297.p4-eats} 
+tr {06297.t} {06297.p2-thinks} -> {06297.p1} {06297.p5} 
+tr {06297.t0|06298.t4} : b6296 {06298.p4-eats} -> {06297.f} {06298.f} {06298.p2-thinks} 
+tr {06297.t2} {06297.f} {06297.p5} -> {06297.p6} 
+tr {06297.t3|06298.t1} : a6296 {06297.f} {06298.p1} -> {06298.p3} 
+tr {06298.e} {06298.p6} {06298.p3} -> {06298.p4-eats} 
+tr {06298.t} {06298.p2-thinks} -> {06298.p1} {06298.p5} 
+tr {06298.t0|06299.t4} : b6297 {06299.p4-eats} -> {06298.f} {06299.f} {06299.p2-thinks} 
+tr {06298.t2} {06298.f} {06298.p5} -> {06298.p6} 
+tr {06298.t3|06299.t1} : a6297 {06298.f} {06299.p1} -> {06299.p3} 
+tr {06299.e} {06299.p6} {06299.p3} -> {06299.p4-eats} 
+tr {06299.t} {06299.p2-thinks} -> {06299.p1} {06299.p5} 
+tr {06299.t0|06300.t4} : b6298 {06300.p4-eats} -> {06299.f} {06300.f} {06300.p2-thinks} 
+tr {06299.t2} {06299.f} {06299.p5} -> {06299.p6} 
+tr {06299.t3|06300.t1} : a6298 {06299.f} {06300.p1} -> {06300.p3} 
+tr {06300.e} {06300.p6} {06300.p3} -> {06300.p4-eats} 
+tr {06300.t} {06300.p2-thinks} -> {06300.p1} {06300.p5} 
+tr {06300.t0|06301.t4} : b6299 {06301.p4-eats} -> {06300.f} {06301.f} {06301.p2-thinks} 
+tr {06300.t2} {06300.f} {06300.p5} -> {06300.p6} 
+tr {06300.t3|06301.t1} : a6299 {06300.f} {06301.p1} -> {06301.p3} 
+tr {06301.e} {06301.p6} {06301.p3} -> {06301.p4-eats} 
+tr {06301.t} {06301.p2-thinks} -> {06301.p1} {06301.p5} 
+tr {06301.t0|06302.t4} : b6300 {06302.p4-eats} -> {06301.f} {06302.f} {06302.p2-thinks} 
+tr {06301.t2} {06301.f} {06301.p5} -> {06301.p6} 
+tr {06301.t3|06302.t1} : a6300 {06301.f} {06302.p1} -> {06302.p3} 
+tr {06302.e} {06302.p6} {06302.p3} -> {06302.p4-eats} 
+tr {06302.t} {06302.p2-thinks} -> {06302.p1} {06302.p5} 
+tr {06302.t0|06303.t4} : b6301 {06303.p4-eats} -> {06302.f} {06303.f} {06303.p2-thinks} 
+tr {06302.t2} {06302.f} {06302.p5} -> {06302.p6} 
+tr {06302.t3|06303.t1} : a6301 {06302.f} {06303.p1} -> {06303.p3} 
+tr {06303.e} {06303.p6} {06303.p3} -> {06303.p4-eats} 
+tr {06303.t} {06303.p2-thinks} -> {06303.p1} {06303.p5} 
+tr {06303.t0|06304.t4} : b6302 {06304.p4-eats} -> {06303.f} {06304.f} {06304.p2-thinks} 
+tr {06303.t2} {06303.f} {06303.p5} -> {06303.p6} 
+tr {06303.t3|06304.t1} : a6302 {06303.f} {06304.p1} -> {06304.p3} 
+tr {06304.e} {06304.p6} {06304.p3} -> {06304.p4-eats} 
+tr {06304.t} {06304.p2-thinks} -> {06304.p1} {06304.p5} 
+tr {06304.t0|06305.t4} : b6303 {06305.p4-eats} -> {06304.f} {06305.f} {06305.p2-thinks} 
+tr {06304.t2} {06304.f} {06304.p5} -> {06304.p6} 
+tr {06304.t3|06305.t1} : a6303 {06304.f} {06305.p1} -> {06305.p3} 
+tr {06305.e} {06305.p6} {06305.p3} -> {06305.p4-eats} 
+tr {06305.t} {06305.p2-thinks} -> {06305.p1} {06305.p5} 
+tr {06305.t0|06306.t4} : b6304 {06306.p4-eats} -> {06305.f} {06306.f} {06306.p2-thinks} 
+tr {06305.t2} {06305.f} {06305.p5} -> {06305.p6} 
+tr {06305.t3|06306.t1} : a6304 {06305.f} {06306.p1} -> {06306.p3} 
+tr {06306.e} {06306.p6} {06306.p3} -> {06306.p4-eats} 
+tr {06306.t} {06306.p2-thinks} -> {06306.p1} {06306.p5} 
+tr {06306.t0|06307.t4} : b6305 {06307.p4-eats} -> {06306.f} {06307.f} {06307.p2-thinks} 
+tr {06306.t2} {06306.f} {06306.p5} -> {06306.p6} 
+tr {06306.t3|06307.t1} : a6305 {06306.f} {06307.p1} -> {06307.p3} 
+tr {06307.e} {06307.p6} {06307.p3} -> {06307.p4-eats} 
+tr {06307.t} {06307.p2-thinks} -> {06307.p1} {06307.p5} 
+tr {06307.t0|06308.t4} : b6306 {06308.p4-eats} -> {06307.f} {06308.f} {06308.p2-thinks} 
+tr {06307.t2} {06307.f} {06307.p5} -> {06307.p6} 
+tr {06307.t3|06308.t1} : a6306 {06307.f} {06308.p1} -> {06308.p3} 
+tr {06308.e} {06308.p6} {06308.p3} -> {06308.p4-eats} 
+tr {06308.t} {06308.p2-thinks} -> {06308.p1} {06308.p5} 
+tr {06308.t0|06309.t4} : b6307 {06309.p4-eats} -> {06308.f} {06309.f} {06309.p2-thinks} 
+tr {06308.t2} {06308.f} {06308.p5} -> {06308.p6} 
+tr {06308.t3|06309.t1} : a6307 {06308.f} {06309.p1} -> {06309.p3} 
+tr {06309.e} {06309.p6} {06309.p3} -> {06309.p4-eats} 
+tr {06309.t} {06309.p2-thinks} -> {06309.p1} {06309.p5} 
+tr {06309.t0|06310.t4} : b6308 {06310.p4-eats} -> {06309.f} {06310.f} {06310.p2-thinks} 
+tr {06309.t2} {06309.f} {06309.p5} -> {06309.p6} 
+tr {06309.t3|06310.t1} : a6308 {06309.f} {06310.p1} -> {06310.p3} 
+tr {06310.e} {06310.p6} {06310.p3} -> {06310.p4-eats} 
+tr {06310.t} {06310.p2-thinks} -> {06310.p1} {06310.p5} 
+tr {06310.t0|06311.t4} : b6309 {06311.p4-eats} -> {06310.f} {06311.f} {06311.p2-thinks} 
+tr {06310.t2} {06310.f} {06310.p5} -> {06310.p6} 
+tr {06310.t3|06311.t1} : a6309 {06310.f} {06311.p1} -> {06311.p3} 
+tr {06311.e} {06311.p6} {06311.p3} -> {06311.p4-eats} 
+tr {06311.t} {06311.p2-thinks} -> {06311.p1} {06311.p5} 
+tr {06311.t0|06312.t4} : b6310 {06312.p4-eats} -> {06311.f} {06312.f} {06312.p2-thinks} 
+tr {06311.t2} {06311.f} {06311.p5} -> {06311.p6} 
+tr {06311.t3|06312.t1} : a6310 {06311.f} {06312.p1} -> {06312.p3} 
+tr {06312.e} {06312.p6} {06312.p3} -> {06312.p4-eats} 
+tr {06312.t} {06312.p2-thinks} -> {06312.p1} {06312.p5} 
+tr {06312.t0|06313.t4} : b6311 {06313.p4-eats} -> {06312.f} {06313.f} {06313.p2-thinks} 
+tr {06312.t2} {06312.f} {06312.p5} -> {06312.p6} 
+tr {06312.t3|06313.t1} : a6311 {06312.f} {06313.p1} -> {06313.p3} 
+tr {06313.e} {06313.p6} {06313.p3} -> {06313.p4-eats} 
+tr {06313.t} {06313.p2-thinks} -> {06313.p1} {06313.p5} 
+tr {06313.t0|06314.t4} : b6312 {06314.p4-eats} -> {06313.f} {06314.f} {06314.p2-thinks} 
+tr {06313.t2} {06313.f} {06313.p5} -> {06313.p6} 
+tr {06313.t3|06314.t1} : a6312 {06313.f} {06314.p1} -> {06314.p3} 
+tr {06314.e} {06314.p6} {06314.p3} -> {06314.p4-eats} 
+tr {06314.t} {06314.p2-thinks} -> {06314.p1} {06314.p5} 
+tr {06314.t0|06315.t4} : b6313 {06315.p4-eats} -> {06314.f} {06315.f} {06315.p2-thinks} 
+tr {06314.t2} {06314.f} {06314.p5} -> {06314.p6} 
+tr {06314.t3|06315.t1} : a6313 {06314.f} {06315.p1} -> {06315.p3} 
+tr {06315.e} {06315.p6} {06315.p3} -> {06315.p4-eats} 
+tr {06315.t} {06315.p2-thinks} -> {06315.p1} {06315.p5} 
+tr {06315.t0|06316.t4} : b6314 {06316.p4-eats} -> {06315.f} {06316.f} {06316.p2-thinks} 
+tr {06315.t2} {06315.f} {06315.p5} -> {06315.p6} 
+tr {06315.t3|06316.t1} : a6314 {06315.f} {06316.p1} -> {06316.p3} 
+tr {06316.e} {06316.p6} {06316.p3} -> {06316.p4-eats} 
+tr {06316.t} {06316.p2-thinks} -> {06316.p1} {06316.p5} 
+tr {06316.t0|06317.t4} : b6315 {06317.p4-eats} -> {06316.f} {06317.f} {06317.p2-thinks} 
+tr {06316.t2} {06316.f} {06316.p5} -> {06316.p6} 
+tr {06316.t3|06317.t1} : a6315 {06316.f} {06317.p1} -> {06317.p3} 
+tr {06317.e} {06317.p6} {06317.p3} -> {06317.p4-eats} 
+tr {06317.t} {06317.p2-thinks} -> {06317.p1} {06317.p5} 
+tr {06317.t0|06318.t4} : b6316 {06318.p4-eats} -> {06317.f} {06318.f} {06318.p2-thinks} 
+tr {06317.t2} {06317.f} {06317.p5} -> {06317.p6} 
+tr {06317.t3|06318.t1} : a6316 {06317.f} {06318.p1} -> {06318.p3} 
+tr {06318.e} {06318.p6} {06318.p3} -> {06318.p4-eats} 
+tr {06318.t} {06318.p2-thinks} -> {06318.p1} {06318.p5} 
+tr {06318.t0|06319.t4} : b6317 {06319.p4-eats} -> {06318.f} {06319.f} {06319.p2-thinks} 
+tr {06318.t2} {06318.f} {06318.p5} -> {06318.p6} 
+tr {06318.t3|06319.t1} : a6317 {06318.f} {06319.p1} -> {06319.p3} 
+tr {06319.e} {06319.p6} {06319.p3} -> {06319.p4-eats} 
+tr {06319.t} {06319.p2-thinks} -> {06319.p1} {06319.p5} 
+tr {06319.t0|06320.t4} : b6318 {06320.p4-eats} -> {06319.f} {06320.f} {06320.p2-thinks} 
+tr {06319.t2} {06319.f} {06319.p5} -> {06319.p6} 
+tr {06319.t3|06320.t1} : a6318 {06319.f} {06320.p1} -> {06320.p3} 
+tr {06320.e} {06320.p6} {06320.p3} -> {06320.p4-eats} 
+tr {06320.t} {06320.p2-thinks} -> {06320.p1} {06320.p5} 
+tr {06320.t0|06321.t4} : b6319 {06321.p4-eats} -> {06320.f} {06321.f} {06321.p2-thinks} 
+tr {06320.t2} {06320.f} {06320.p5} -> {06320.p6} 
+tr {06320.t3|06321.t1} : a6319 {06320.f} {06321.p1} -> {06321.p3} 
+tr {06321.e} {06321.p6} {06321.p3} -> {06321.p4-eats} 
+tr {06321.t} {06321.p2-thinks} -> {06321.p1} {06321.p5} 
+tr {06321.t0|06322.t4} : b6320 {06322.p4-eats} -> {06321.f} {06322.f} {06322.p2-thinks} 
+tr {06321.t2} {06321.f} {06321.p5} -> {06321.p6} 
+tr {06321.t3|06322.t1} : a6320 {06321.f} {06322.p1} -> {06322.p3} 
+tr {06322.e} {06322.p6} {06322.p3} -> {06322.p4-eats} 
+tr {06322.t} {06322.p2-thinks} -> {06322.p1} {06322.p5} 
+tr {06322.t0|06323.t4} : b6321 {06323.p4-eats} -> {06322.f} {06323.f} {06323.p2-thinks} 
+tr {06322.t2} {06322.f} {06322.p5} -> {06322.p6} 
+tr {06322.t3|06323.t1} : a6321 {06322.f} {06323.p1} -> {06323.p3} 
+tr {06323.e} {06323.p6} {06323.p3} -> {06323.p4-eats} 
+tr {06323.t} {06323.p2-thinks} -> {06323.p1} {06323.p5} 
+tr {06323.t0|06324.t4} : b6322 {06324.p4-eats} -> {06323.f} {06324.f} {06324.p2-thinks} 
+tr {06323.t2} {06323.f} {06323.p5} -> {06323.p6} 
+tr {06323.t3|06324.t1} : a6322 {06323.f} {06324.p1} -> {06324.p3} 
+tr {06324.e} {06324.p6} {06324.p3} -> {06324.p4-eats} 
+tr {06324.t} {06324.p2-thinks} -> {06324.p1} {06324.p5} 
+tr {06324.t0|06325.t4} : b6323 {06325.p4-eats} -> {06324.f} {06325.f} {06325.p2-thinks} 
+tr {06324.t2} {06324.f} {06324.p5} -> {06324.p6} 
+tr {06324.t3|06325.t1} : a6323 {06324.f} {06325.p1} -> {06325.p3} 
+tr {06325.e} {06325.p6} {06325.p3} -> {06325.p4-eats} 
+tr {06325.t} {06325.p2-thinks} -> {06325.p1} {06325.p5} 
+tr {06325.t0|06326.t4} : b6324 {06326.p4-eats} -> {06325.f} {06326.f} {06326.p2-thinks} 
+tr {06325.t2} {06325.f} {06325.p5} -> {06325.p6} 
+tr {06325.t3|06326.t1} : a6324 {06325.f} {06326.p1} -> {06326.p3} 
+tr {06326.e} {06326.p6} {06326.p3} -> {06326.p4-eats} 
+tr {06326.t} {06326.p2-thinks} -> {06326.p1} {06326.p5} 
+tr {06326.t0|06327.t4} : b6325 {06327.p4-eats} -> {06326.f} {06327.f} {06327.p2-thinks} 
+tr {06326.t2} {06326.f} {06326.p5} -> {06326.p6} 
+tr {06326.t3|06327.t1} : a6325 {06326.f} {06327.p1} -> {06327.p3} 
+tr {06327.e} {06327.p6} {06327.p3} -> {06327.p4-eats} 
+tr {06327.t} {06327.p2-thinks} -> {06327.p1} {06327.p5} 
+tr {06327.t0|06328.t4} : b6326 {06328.p4-eats} -> {06327.f} {06328.f} {06328.p2-thinks} 
+tr {06327.t2} {06327.f} {06327.p5} -> {06327.p6} 
+tr {06327.t3|06328.t1} : a6326 {06327.f} {06328.p1} -> {06328.p3} 
+tr {06328.e} {06328.p6} {06328.p3} -> {06328.p4-eats} 
+tr {06328.t} {06328.p2-thinks} -> {06328.p1} {06328.p5} 
+tr {06328.t0|06329.t4} : b6327 {06329.p4-eats} -> {06328.f} {06329.f} {06329.p2-thinks} 
+tr {06328.t2} {06328.f} {06328.p5} -> {06328.p6} 
+tr {06328.t3|06329.t1} : a6327 {06328.f} {06329.p1} -> {06329.p3} 
+tr {06329.e} {06329.p6} {06329.p3} -> {06329.p4-eats} 
+tr {06329.t} {06329.p2-thinks} -> {06329.p1} {06329.p5} 
+tr {06329.t0|06330.t4} : b6328 {06330.p4-eats} -> {06329.f} {06330.f} {06330.p2-thinks} 
+tr {06329.t2} {06329.f} {06329.p5} -> {06329.p6} 
+tr {06329.t3|06330.t1} : a6328 {06329.f} {06330.p1} -> {06330.p3} 
+tr {06330.e} {06330.p6} {06330.p3} -> {06330.p4-eats} 
+tr {06330.t} {06330.p2-thinks} -> {06330.p1} {06330.p5} 
+tr {06330.t0|06331.t4} : b6329 {06331.p4-eats} -> {06330.f} {06331.f} {06331.p2-thinks} 
+tr {06330.t2} {06330.f} {06330.p5} -> {06330.p6} 
+tr {06330.t3|06331.t1} : a6329 {06330.f} {06331.p1} -> {06331.p3} 
+tr {06331.e} {06331.p6} {06331.p3} -> {06331.p4-eats} 
+tr {06331.t} {06331.p2-thinks} -> {06331.p1} {06331.p5} 
+tr {06331.t0|06332.t4} : b6330 {06332.p4-eats} -> {06331.f} {06332.f} {06332.p2-thinks} 
+tr {06331.t2} {06331.f} {06331.p5} -> {06331.p6} 
+tr {06331.t3|06332.t1} : a6330 {06331.f} {06332.p1} -> {06332.p3} 
+tr {06332.e} {06332.p6} {06332.p3} -> {06332.p4-eats} 
+tr {06332.t} {06332.p2-thinks} -> {06332.p1} {06332.p5} 
+tr {06332.t0|06333.t4} : b6331 {06333.p4-eats} -> {06332.f} {06333.f} {06333.p2-thinks} 
+tr {06332.t2} {06332.f} {06332.p5} -> {06332.p6} 
+tr {06332.t3|06333.t1} : a6331 {06332.f} {06333.p1} -> {06333.p3} 
+tr {06333.e} {06333.p6} {06333.p3} -> {06333.p4-eats} 
+tr {06333.t} {06333.p2-thinks} -> {06333.p1} {06333.p5} 
+tr {06333.t0|06334.t4} : b6332 {06334.p4-eats} -> {06333.f} {06334.f} {06334.p2-thinks} 
+tr {06333.t2} {06333.f} {06333.p5} -> {06333.p6} 
+tr {06333.t3|06334.t1} : a6332 {06333.f} {06334.p1} -> {06334.p3} 
+tr {06334.e} {06334.p6} {06334.p3} -> {06334.p4-eats} 
+tr {06334.t} {06334.p2-thinks} -> {06334.p1} {06334.p5} 
+tr {06334.t0|06335.t4} : b6333 {06335.p4-eats} -> {06334.f} {06335.f} {06335.p2-thinks} 
+tr {06334.t2} {06334.f} {06334.p5} -> {06334.p6} 
+tr {06334.t3|06335.t1} : a6333 {06334.f} {06335.p1} -> {06335.p3} 
+tr {06335.e} {06335.p6} {06335.p3} -> {06335.p4-eats} 
+tr {06335.t} {06335.p2-thinks} -> {06335.p1} {06335.p5} 
+tr {06335.t0|06336.t4} : b6334 {06336.p4-eats} -> {06335.f} {06336.f} {06336.p2-thinks} 
+tr {06335.t2} {06335.f} {06335.p5} -> {06335.p6} 
+tr {06335.t3|06336.t1} : a6334 {06335.f} {06336.p1} -> {06336.p3} 
+tr {06336.e} {06336.p6} {06336.p3} -> {06336.p4-eats} 
+tr {06336.t} {06336.p2-thinks} -> {06336.p1} {06336.p5} 
+tr {06336.t0|06337.t4} : b6335 {06337.p4-eats} -> {06336.f} {06337.f} {06337.p2-thinks} 
+tr {06336.t2} {06336.f} {06336.p5} -> {06336.p6} 
+tr {06336.t3|06337.t1} : a6335 {06336.f} {06337.p1} -> {06337.p3} 
+tr {06337.e} {06337.p6} {06337.p3} -> {06337.p4-eats} 
+tr {06337.t} {06337.p2-thinks} -> {06337.p1} {06337.p5} 
+tr {06337.t0|06338.t4} : b6336 {06338.p4-eats} -> {06337.f} {06338.f} {06338.p2-thinks} 
+tr {06337.t2} {06337.f} {06337.p5} -> {06337.p6} 
+tr {06337.t3|06338.t1} : a6336 {06337.f} {06338.p1} -> {06338.p3} 
+tr {06338.e} {06338.p6} {06338.p3} -> {06338.p4-eats} 
+tr {06338.t} {06338.p2-thinks} -> {06338.p1} {06338.p5} 
+tr {06338.t0|06339.t4} : b6337 {06339.p4-eats} -> {06338.f} {06339.f} {06339.p2-thinks} 
+tr {06338.t2} {06338.f} {06338.p5} -> {06338.p6} 
+tr {06338.t3|06339.t1} : a6337 {06338.f} {06339.p1} -> {06339.p3} 
+tr {06339.e} {06339.p6} {06339.p3} -> {06339.p4-eats} 
+tr {06339.t} {06339.p2-thinks} -> {06339.p1} {06339.p5} 
+tr {06339.t0|06340.t4} : b6338 {06340.p4-eats} -> {06339.f} {06340.f} {06340.p2-thinks} 
+tr {06339.t2} {06339.f} {06339.p5} -> {06339.p6} 
+tr {06339.t3|06340.t1} : a6338 {06339.f} {06340.p1} -> {06340.p3} 
+tr {06340.e} {06340.p6} {06340.p3} -> {06340.p4-eats} 
+tr {06340.t} {06340.p2-thinks} -> {06340.p1} {06340.p5} 
+tr {06340.t0|06341.t4} : b6339 {06341.p4-eats} -> {06340.f} {06341.f} {06341.p2-thinks} 
+tr {06340.t2} {06340.f} {06340.p5} -> {06340.p6} 
+tr {06340.t3|06341.t1} : a6339 {06340.f} {06341.p1} -> {06341.p3} 
+tr {06341.e} {06341.p6} {06341.p3} -> {06341.p4-eats} 
+tr {06341.t} {06341.p2-thinks} -> {06341.p1} {06341.p5} 
+tr {06341.t0|06342.t4} : b6340 {06342.p4-eats} -> {06341.f} {06342.f} {06342.p2-thinks} 
+tr {06341.t2} {06341.f} {06341.p5} -> {06341.p6} 
+tr {06341.t3|06342.t1} : a6340 {06341.f} {06342.p1} -> {06342.p3} 
+tr {06342.e} {06342.p6} {06342.p3} -> {06342.p4-eats} 
+tr {06342.t} {06342.p2-thinks} -> {06342.p1} {06342.p5} 
+tr {06342.t0|06343.t4} : b6341 {06343.p4-eats} -> {06342.f} {06343.f} {06343.p2-thinks} 
+tr {06342.t2} {06342.f} {06342.p5} -> {06342.p6} 
+tr {06342.t3|06343.t1} : a6341 {06342.f} {06343.p1} -> {06343.p3} 
+tr {06343.e} {06343.p6} {06343.p3} -> {06343.p4-eats} 
+tr {06343.t} {06343.p2-thinks} -> {06343.p1} {06343.p5} 
+tr {06343.t0|06344.t4} : b6342 {06344.p4-eats} -> {06343.f} {06344.f} {06344.p2-thinks} 
+tr {06343.t2} {06343.f} {06343.p5} -> {06343.p6} 
+tr {06343.t3|06344.t1} : a6342 {06343.f} {06344.p1} -> {06344.p3} 
+tr {06344.e} {06344.p6} {06344.p3} -> {06344.p4-eats} 
+tr {06344.t} {06344.p2-thinks} -> {06344.p1} {06344.p5} 
+tr {06344.t0|06345.t4} : b6343 {06345.p4-eats} -> {06344.f} {06345.f} {06345.p2-thinks} 
+tr {06344.t2} {06344.f} {06344.p5} -> {06344.p6} 
+tr {06344.t3|06345.t1} : a6343 {06344.f} {06345.p1} -> {06345.p3} 
+tr {06345.e} {06345.p6} {06345.p3} -> {06345.p4-eats} 
+tr {06345.t} {06345.p2-thinks} -> {06345.p1} {06345.p5} 
+tr {06345.t0|06346.t4} : b6344 {06346.p4-eats} -> {06345.f} {06346.f} {06346.p2-thinks} 
+tr {06345.t2} {06345.f} {06345.p5} -> {06345.p6} 
+tr {06345.t3|06346.t1} : a6344 {06345.f} {06346.p1} -> {06346.p3} 
+tr {06346.e} {06346.p6} {06346.p3} -> {06346.p4-eats} 
+tr {06346.t} {06346.p2-thinks} -> {06346.p1} {06346.p5} 
+tr {06346.t0|06347.t4} : b6345 {06347.p4-eats} -> {06346.f} {06347.f} {06347.p2-thinks} 
+tr {06346.t2} {06346.f} {06346.p5} -> {06346.p6} 
+tr {06346.t3|06347.t1} : a6345 {06346.f} {06347.p1} -> {06347.p3} 
+tr {06347.e} {06347.p6} {06347.p3} -> {06347.p4-eats} 
+tr {06347.t} {06347.p2-thinks} -> {06347.p1} {06347.p5} 
+tr {06347.t0|06348.t4} : b6346 {06348.p4-eats} -> {06347.f} {06348.f} {06348.p2-thinks} 
+tr {06347.t2} {06347.f} {06347.p5} -> {06347.p6} 
+tr {06347.t3|06348.t1} : a6346 {06347.f} {06348.p1} -> {06348.p3} 
+tr {06348.e} {06348.p6} {06348.p3} -> {06348.p4-eats} 
+tr {06348.t} {06348.p2-thinks} -> {06348.p1} {06348.p5} 
+tr {06348.t0|06349.t4} : b6347 {06349.p4-eats} -> {06348.f} {06349.f} {06349.p2-thinks} 
+tr {06348.t2} {06348.f} {06348.p5} -> {06348.p6} 
+tr {06348.t3|06349.t1} : a6347 {06348.f} {06349.p1} -> {06349.p3} 
+tr {06349.e} {06349.p6} {06349.p3} -> {06349.p4-eats} 
+tr {06349.t} {06349.p2-thinks} -> {06349.p1} {06349.p5} 
+tr {06349.t0|06350.t4} : b6348 {06350.p4-eats} -> {06349.f} {06350.f} {06350.p2-thinks} 
+tr {06349.t2} {06349.f} {06349.p5} -> {06349.p6} 
+tr {06349.t3|06350.t1} : a6348 {06349.f} {06350.p1} -> {06350.p3} 
+tr {06350.e} {06350.p6} {06350.p3} -> {06350.p4-eats} 
+tr {06350.t} {06350.p2-thinks} -> {06350.p1} {06350.p5} 
+tr {06350.t0|06351.t4} : b6349 {06351.p4-eats} -> {06350.f} {06351.f} {06351.p2-thinks} 
+tr {06350.t2} {06350.f} {06350.p5} -> {06350.p6} 
+tr {06350.t3|06351.t1} : a6349 {06350.f} {06351.p1} -> {06351.p3} 
+tr {06351.e} {06351.p6} {06351.p3} -> {06351.p4-eats} 
+tr {06351.t} {06351.p2-thinks} -> {06351.p1} {06351.p5} 
+tr {06351.t0|06352.t4} : b6350 {06352.p4-eats} -> {06351.f} {06352.f} {06352.p2-thinks} 
+tr {06351.t2} {06351.f} {06351.p5} -> {06351.p6} 
+tr {06351.t3|06352.t1} : a6350 {06351.f} {06352.p1} -> {06352.p3} 
+tr {06352.e} {06352.p6} {06352.p3} -> {06352.p4-eats} 
+tr {06352.t} {06352.p2-thinks} -> {06352.p1} {06352.p5} 
+tr {06352.t0|06353.t4} : b6351 {06353.p4-eats} -> {06352.f} {06353.f} {06353.p2-thinks} 
+tr {06352.t2} {06352.f} {06352.p5} -> {06352.p6} 
+tr {06352.t3|06353.t1} : a6351 {06352.f} {06353.p1} -> {06353.p3} 
+tr {06353.e} {06353.p6} {06353.p3} -> {06353.p4-eats} 
+tr {06353.t} {06353.p2-thinks} -> {06353.p1} {06353.p5} 
+tr {06353.t0|06354.t4} : b6352 {06354.p4-eats} -> {06353.f} {06354.f} {06354.p2-thinks} 
+tr {06353.t2} {06353.f} {06353.p5} -> {06353.p6} 
+tr {06353.t3|06354.t1} : a6352 {06353.f} {06354.p1} -> {06354.p3} 
+tr {06354.e} {06354.p6} {06354.p3} -> {06354.p4-eats} 
+tr {06354.t} {06354.p2-thinks} -> {06354.p1} {06354.p5} 
+tr {06354.t0|06355.t4} : b6353 {06355.p4-eats} -> {06354.f} {06355.f} {06355.p2-thinks} 
+tr {06354.t2} {06354.f} {06354.p5} -> {06354.p6} 
+tr {06354.t3|06355.t1} : a6353 {06354.f} {06355.p1} -> {06355.p3} 
+tr {06355.e} {06355.p6} {06355.p3} -> {06355.p4-eats} 
+tr {06355.t} {06355.p2-thinks} -> {06355.p1} {06355.p5} 
+tr {06355.t0|06356.t4} : b6354 {06356.p4-eats} -> {06355.f} {06356.f} {06356.p2-thinks} 
+tr {06355.t2} {06355.f} {06355.p5} -> {06355.p6} 
+tr {06355.t3|06356.t1} : a6354 {06355.f} {06356.p1} -> {06356.p3} 
+tr {06356.e} {06356.p6} {06356.p3} -> {06356.p4-eats} 
+tr {06356.t} {06356.p2-thinks} -> {06356.p1} {06356.p5} 
+tr {06356.t0|06357.t4} : b6355 {06357.p4-eats} -> {06356.f} {06357.f} {06357.p2-thinks} 
+tr {06356.t2} {06356.f} {06356.p5} -> {06356.p6} 
+tr {06356.t3|06357.t1} : a6355 {06356.f} {06357.p1} -> {06357.p3} 
+tr {06357.e} {06357.p6} {06357.p3} -> {06357.p4-eats} 
+tr {06357.t} {06357.p2-thinks} -> {06357.p1} {06357.p5} 
+tr {06357.t0|06358.t4} : b6356 {06358.p4-eats} -> {06357.f} {06358.f} {06358.p2-thinks} 
+tr {06357.t2} {06357.f} {06357.p5} -> {06357.p6} 
+tr {06357.t3|06358.t1} : a6356 {06357.f} {06358.p1} -> {06358.p3} 
+tr {06358.e} {06358.p6} {06358.p3} -> {06358.p4-eats} 
+tr {06358.t} {06358.p2-thinks} -> {06358.p1} {06358.p5} 
+tr {06358.t0|06359.t4} : b6357 {06359.p4-eats} -> {06358.f} {06359.f} {06359.p2-thinks} 
+tr {06358.t2} {06358.f} {06358.p5} -> {06358.p6} 
+tr {06358.t3|06359.t1} : a6357 {06358.f} {06359.p1} -> {06359.p3} 
+tr {06359.e} {06359.p6} {06359.p3} -> {06359.p4-eats} 
+tr {06359.t} {06359.p2-thinks} -> {06359.p1} {06359.p5} 
+tr {06359.t0|06360.t4} : b6358 {06360.p4-eats} -> {06359.f} {06360.f} {06360.p2-thinks} 
+tr {06359.t2} {06359.f} {06359.p5} -> {06359.p6} 
+tr {06359.t3|06360.t1} : a6358 {06359.f} {06360.p1} -> {06360.p3} 
+tr {06360.e} {06360.p6} {06360.p3} -> {06360.p4-eats} 
+tr {06360.t} {06360.p2-thinks} -> {06360.p1} {06360.p5} 
+tr {06360.t0|06361.t4} : b6359 {06361.p4-eats} -> {06360.f} {06361.f} {06361.p2-thinks} 
+tr {06360.t2} {06360.f} {06360.p5} -> {06360.p6} 
+tr {06360.t3|06361.t1} : a6359 {06360.f} {06361.p1} -> {06361.p3} 
+tr {06361.e} {06361.p6} {06361.p3} -> {06361.p4-eats} 
+tr {06361.t} {06361.p2-thinks} -> {06361.p1} {06361.p5} 
+tr {06361.t0|06362.t4} : b6360 {06362.p4-eats} -> {06361.f} {06362.f} {06362.p2-thinks} 
+tr {06361.t2} {06361.f} {06361.p5} -> {06361.p6} 
+tr {06361.t3|06362.t1} : a6360 {06361.f} {06362.p1} -> {06362.p3} 
+tr {06362.e} {06362.p6} {06362.p3} -> {06362.p4-eats} 
+tr {06362.t} {06362.p2-thinks} -> {06362.p1} {06362.p5} 
+tr {06362.t0|06363.t4} : b6361 {06363.p4-eats} -> {06362.f} {06363.f} {06363.p2-thinks} 
+tr {06362.t2} {06362.f} {06362.p5} -> {06362.p6} 
+tr {06362.t3|06363.t1} : a6361 {06362.f} {06363.p1} -> {06363.p3} 
+tr {06363.e} {06363.p6} {06363.p3} -> {06363.p4-eats} 
+tr {06363.t} {06363.p2-thinks} -> {06363.p1} {06363.p5} 
+tr {06363.t0|06364.t4} : b6362 {06364.p4-eats} -> {06363.f} {06364.f} {06364.p2-thinks} 
+tr {06363.t2} {06363.f} {06363.p5} -> {06363.p6} 
+tr {06363.t3|06364.t1} : a6362 {06363.f} {06364.p1} -> {06364.p3} 
+tr {06364.e} {06364.p6} {06364.p3} -> {06364.p4-eats} 
+tr {06364.t} {06364.p2-thinks} -> {06364.p1} {06364.p5} 
+tr {06364.t0|06365.t4} : b6363 {06365.p4-eats} -> {06364.f} {06365.f} {06365.p2-thinks} 
+tr {06364.t2} {06364.f} {06364.p5} -> {06364.p6} 
+tr {06364.t3|06365.t1} : a6363 {06364.f} {06365.p1} -> {06365.p3} 
+tr {06365.e} {06365.p6} {06365.p3} -> {06365.p4-eats} 
+tr {06365.t} {06365.p2-thinks} -> {06365.p1} {06365.p5} 
+tr {06365.t0|06366.t4} : b6364 {06366.p4-eats} -> {06365.f} {06366.f} {06366.p2-thinks} 
+tr {06365.t2} {06365.f} {06365.p5} -> {06365.p6} 
+tr {06365.t3|06366.t1} : a6364 {06365.f} {06366.p1} -> {06366.p3} 
+tr {06366.e} {06366.p6} {06366.p3} -> {06366.p4-eats} 
+tr {06366.t} {06366.p2-thinks} -> {06366.p1} {06366.p5} 
+tr {06366.t0|06367.t4} : b6365 {06367.p4-eats} -> {06366.f} {06367.f} {06367.p2-thinks} 
+tr {06366.t2} {06366.f} {06366.p5} -> {06366.p6} 
+tr {06366.t3|06367.t1} : a6365 {06366.f} {06367.p1} -> {06367.p3} 
+tr {06367.e} {06367.p6} {06367.p3} -> {06367.p4-eats} 
+tr {06367.t} {06367.p2-thinks} -> {06367.p1} {06367.p5} 
+tr {06367.t0|06368.t4} : b6366 {06368.p4-eats} -> {06367.f} {06368.f} {06368.p2-thinks} 
+tr {06367.t2} {06367.f} {06367.p5} -> {06367.p6} 
+tr {06367.t3|06368.t1} : a6366 {06367.f} {06368.p1} -> {06368.p3} 
+tr {06368.e} {06368.p6} {06368.p3} -> {06368.p4-eats} 
+tr {06368.t} {06368.p2-thinks} -> {06368.p1} {06368.p5} 
+tr {06368.t0|06369.t4} : b6367 {06369.p4-eats} -> {06368.f} {06369.f} {06369.p2-thinks} 
+tr {06368.t2} {06368.f} {06368.p5} -> {06368.p6} 
+tr {06368.t3|06369.t1} : a6367 {06368.f} {06369.p1} -> {06369.p3} 
+tr {06369.e} {06369.p6} {06369.p3} -> {06369.p4-eats} 
+tr {06369.t} {06369.p2-thinks} -> {06369.p1} {06369.p5} 
+tr {06369.t0|06370.t4} : b6368 {06370.p4-eats} -> {06369.f} {06370.f} {06370.p2-thinks} 
+tr {06369.t2} {06369.f} {06369.p5} -> {06369.p6} 
+tr {06369.t3|06370.t1} : a6368 {06369.f} {06370.p1} -> {06370.p3} 
+tr {06370.e} {06370.p6} {06370.p3} -> {06370.p4-eats} 
+tr {06370.t} {06370.p2-thinks} -> {06370.p1} {06370.p5} 
+tr {06370.t0|06371.t4} : b6369 {06371.p4-eats} -> {06370.f} {06371.f} {06371.p2-thinks} 
+tr {06370.t2} {06370.f} {06370.p5} -> {06370.p6} 
+tr {06370.t3|06371.t1} : a6369 {06370.f} {06371.p1} -> {06371.p3} 
+tr {06371.e} {06371.p6} {06371.p3} -> {06371.p4-eats} 
+tr {06371.t} {06371.p2-thinks} -> {06371.p1} {06371.p5} 
+tr {06371.t0|06372.t4} : b6370 {06372.p4-eats} -> {06371.f} {06372.f} {06372.p2-thinks} 
+tr {06371.t2} {06371.f} {06371.p5} -> {06371.p6} 
+tr {06371.t3|06372.t1} : a6370 {06371.f} {06372.p1} -> {06372.p3} 
+tr {06372.e} {06372.p6} {06372.p3} -> {06372.p4-eats} 
+tr {06372.t} {06372.p2-thinks} -> {06372.p1} {06372.p5} 
+tr {06372.t0|06373.t4} : b6371 {06373.p4-eats} -> {06372.f} {06373.f} {06373.p2-thinks} 
+tr {06372.t2} {06372.f} {06372.p5} -> {06372.p6} 
+tr {06372.t3|06373.t1} : a6371 {06372.f} {06373.p1} -> {06373.p3} 
+tr {06373.e} {06373.p6} {06373.p3} -> {06373.p4-eats} 
+tr {06373.t} {06373.p2-thinks} -> {06373.p1} {06373.p5} 
+tr {06373.t0|06374.t4} : b6372 {06374.p4-eats} -> {06373.f} {06374.f} {06374.p2-thinks} 
+tr {06373.t2} {06373.f} {06373.p5} -> {06373.p6} 
+tr {06373.t3|06374.t1} : a6372 {06373.f} {06374.p1} -> {06374.p3} 
+tr {06374.e} {06374.p6} {06374.p3} -> {06374.p4-eats} 
+tr {06374.t} {06374.p2-thinks} -> {06374.p1} {06374.p5} 
+tr {06374.t0|06375.t4} : b6373 {06375.p4-eats} -> {06374.f} {06375.f} {06375.p2-thinks} 
+tr {06374.t2} {06374.f} {06374.p5} -> {06374.p6} 
+tr {06374.t3|06375.t1} : a6373 {06374.f} {06375.p1} -> {06375.p3} 
+tr {06375.e} {06375.p6} {06375.p3} -> {06375.p4-eats} 
+tr {06375.t} {06375.p2-thinks} -> {06375.p1} {06375.p5} 
+tr {06375.t0|06376.t4} : b6374 {06376.p4-eats} -> {06375.f} {06376.f} {06376.p2-thinks} 
+tr {06375.t2} {06375.f} {06375.p5} -> {06375.p6} 
+tr {06375.t3|06376.t1} : a6374 {06375.f} {06376.p1} -> {06376.p3} 
+tr {06376.e} {06376.p6} {06376.p3} -> {06376.p4-eats} 
+tr {06376.t} {06376.p2-thinks} -> {06376.p1} {06376.p5} 
+tr {06376.t0|06377.t4} : b6375 {06377.p4-eats} -> {06376.f} {06377.f} {06377.p2-thinks} 
+tr {06376.t2} {06376.f} {06376.p5} -> {06376.p6} 
+tr {06376.t3|06377.t1} : a6375 {06376.f} {06377.p1} -> {06377.p3} 
+tr {06377.e} {06377.p6} {06377.p3} -> {06377.p4-eats} 
+tr {06377.t} {06377.p2-thinks} -> {06377.p1} {06377.p5} 
+tr {06377.t0|06378.t4} : b6376 {06378.p4-eats} -> {06377.f} {06378.f} {06378.p2-thinks} 
+tr {06377.t2} {06377.f} {06377.p5} -> {06377.p6} 
+tr {06377.t3|06378.t1} : a6376 {06377.f} {06378.p1} -> {06378.p3} 
+tr {06378.e} {06378.p6} {06378.p3} -> {06378.p4-eats} 
+tr {06378.t} {06378.p2-thinks} -> {06378.p1} {06378.p5} 
+tr {06378.t0|06379.t4} : b6377 {06379.p4-eats} -> {06378.f} {06379.f} {06379.p2-thinks} 
+tr {06378.t2} {06378.f} {06378.p5} -> {06378.p6} 
+tr {06378.t3|06379.t1} : a6377 {06378.f} {06379.p1} -> {06379.p3} 
+tr {06379.e} {06379.p6} {06379.p3} -> {06379.p4-eats} 
+tr {06379.t} {06379.p2-thinks} -> {06379.p1} {06379.p5} 
+tr {06379.t0|06380.t4} : b6378 {06380.p4-eats} -> {06379.f} {06380.f} {06380.p2-thinks} 
+tr {06379.t2} {06379.f} {06379.p5} -> {06379.p6} 
+tr {06379.t3|06380.t1} : a6378 {06379.f} {06380.p1} -> {06380.p3} 
+tr {06380.e} {06380.p6} {06380.p3} -> {06380.p4-eats} 
+tr {06380.t} {06380.p2-thinks} -> {06380.p1} {06380.p5} 
+tr {06380.t0|06381.t4} : b6379 {06381.p4-eats} -> {06380.f} {06381.f} {06381.p2-thinks} 
+tr {06380.t2} {06380.f} {06380.p5} -> {06380.p6} 
+tr {06380.t3|06381.t1} : a6379 {06380.f} {06381.p1} -> {06381.p3} 
+tr {06381.e} {06381.p6} {06381.p3} -> {06381.p4-eats} 
+tr {06381.t} {06381.p2-thinks} -> {06381.p1} {06381.p5} 
+tr {06381.t0|06382.t4} : b6380 {06382.p4-eats} -> {06381.f} {06382.f} {06382.p2-thinks} 
+tr {06381.t2} {06381.f} {06381.p5} -> {06381.p6} 
+tr {06381.t3|06382.t1} : a6380 {06381.f} {06382.p1} -> {06382.p3} 
+tr {06382.e} {06382.p6} {06382.p3} -> {06382.p4-eats} 
+tr {06382.t} {06382.p2-thinks} -> {06382.p1} {06382.p5} 
+tr {06382.t0|06383.t4} : b6381 {06383.p4-eats} -> {06382.f} {06383.f} {06383.p2-thinks} 
+tr {06382.t2} {06382.f} {06382.p5} -> {06382.p6} 
+tr {06382.t3|06383.t1} : a6381 {06382.f} {06383.p1} -> {06383.p3} 
+tr {06383.e} {06383.p6} {06383.p3} -> {06383.p4-eats} 
+tr {06383.t} {06383.p2-thinks} -> {06383.p1} {06383.p5} 
+tr {06383.t0|06384.t4} : b6382 {06384.p4-eats} -> {06383.f} {06384.f} {06384.p2-thinks} 
+tr {06383.t2} {06383.f} {06383.p5} -> {06383.p6} 
+tr {06383.t3|06384.t1} : a6382 {06383.f} {06384.p1} -> {06384.p3} 
+tr {06384.e} {06384.p6} {06384.p3} -> {06384.p4-eats} 
+tr {06384.t} {06384.p2-thinks} -> {06384.p1} {06384.p5} 
+tr {06384.t0|06385.t4} : b6383 {06385.p4-eats} -> {06384.f} {06385.f} {06385.p2-thinks} 
+tr {06384.t2} {06384.f} {06384.p5} -> {06384.p6} 
+tr {06384.t3|06385.t1} : a6383 {06384.f} {06385.p1} -> {06385.p3} 
+tr {06385.e} {06385.p6} {06385.p3} -> {06385.p4-eats} 
+tr {06385.t} {06385.p2-thinks} -> {06385.p1} {06385.p5} 
+tr {06385.t0|06386.t4} : b6384 {06386.p4-eats} -> {06385.f} {06386.f} {06386.p2-thinks} 
+tr {06385.t2} {06385.f} {06385.p5} -> {06385.p6} 
+tr {06385.t3|06386.t1} : a6384 {06385.f} {06386.p1} -> {06386.p3} 
+tr {06386.e} {06386.p6} {06386.p3} -> {06386.p4-eats} 
+tr {06386.t} {06386.p2-thinks} -> {06386.p1} {06386.p5} 
+tr {06386.t0|06387.t4} : b6385 {06387.p4-eats} -> {06386.f} {06387.f} {06387.p2-thinks} 
+tr {06386.t2} {06386.f} {06386.p5} -> {06386.p6} 
+tr {06386.t3|06387.t1} : a6385 {06386.f} {06387.p1} -> {06387.p3} 
+tr {06387.e} {06387.p6} {06387.p3} -> {06387.p4-eats} 
+tr {06387.t} {06387.p2-thinks} -> {06387.p1} {06387.p5} 
+tr {06387.t0|06388.t4} : b6386 {06388.p4-eats} -> {06387.f} {06388.f} {06388.p2-thinks} 
+tr {06387.t2} {06387.f} {06387.p5} -> {06387.p6} 
+tr {06387.t3|06388.t1} : a6386 {06387.f} {06388.p1} -> {06388.p3} 
+tr {06388.e} {06388.p6} {06388.p3} -> {06388.p4-eats} 
+tr {06388.t} {06388.p2-thinks} -> {06388.p1} {06388.p5} 
+tr {06388.t0|06389.t4} : b6387 {06389.p4-eats} -> {06388.f} {06389.f} {06389.p2-thinks} 
+tr {06388.t2} {06388.f} {06388.p5} -> {06388.p6} 
+tr {06388.t3|06389.t1} : a6387 {06388.f} {06389.p1} -> {06389.p3} 
+tr {06389.e} {06389.p6} {06389.p3} -> {06389.p4-eats} 
+tr {06389.t} {06389.p2-thinks} -> {06389.p1} {06389.p5} 
+tr {06389.t0|06390.t4} : b6388 {06390.p4-eats} -> {06389.f} {06390.f} {06390.p2-thinks} 
+tr {06389.t2} {06389.f} {06389.p5} -> {06389.p6} 
+tr {06389.t3|06390.t1} : a6388 {06389.f} {06390.p1} -> {06390.p3} 
+tr {06390.e} {06390.p6} {06390.p3} -> {06390.p4-eats} 
+tr {06390.t} {06390.p2-thinks} -> {06390.p1} {06390.p5} 
+tr {06390.t0|06391.t4} : b6389 {06391.p4-eats} -> {06390.f} {06391.f} {06391.p2-thinks} 
+tr {06390.t2} {06390.f} {06390.p5} -> {06390.p6} 
+tr {06390.t3|06391.t1} : a6389 {06390.f} {06391.p1} -> {06391.p3} 
+tr {06391.e} {06391.p6} {06391.p3} -> {06391.p4-eats} 
+tr {06391.t} {06391.p2-thinks} -> {06391.p1} {06391.p5} 
+tr {06391.t0|06392.t4} : b6390 {06392.p4-eats} -> {06391.f} {06392.f} {06392.p2-thinks} 
+tr {06391.t2} {06391.f} {06391.p5} -> {06391.p6} 
+tr {06391.t3|06392.t1} : a6390 {06391.f} {06392.p1} -> {06392.p3} 
+tr {06392.e} {06392.p6} {06392.p3} -> {06392.p4-eats} 
+tr {06392.t} {06392.p2-thinks} -> {06392.p1} {06392.p5} 
+tr {06392.t0|06393.t4} : b6391 {06393.p4-eats} -> {06392.f} {06393.f} {06393.p2-thinks} 
+tr {06392.t2} {06392.f} {06392.p5} -> {06392.p6} 
+tr {06392.t3|06393.t1} : a6391 {06392.f} {06393.p1} -> {06393.p3} 
+tr {06393.e} {06393.p6} {06393.p3} -> {06393.p4-eats} 
+tr {06393.t} {06393.p2-thinks} -> {06393.p1} {06393.p5} 
+tr {06393.t0|06394.t4} : b6392 {06394.p4-eats} -> {06393.f} {06394.f} {06394.p2-thinks} 
+tr {06393.t2} {06393.f} {06393.p5} -> {06393.p6} 
+tr {06393.t3|06394.t1} : a6392 {06393.f} {06394.p1} -> {06394.p3} 
+tr {06394.e} {06394.p6} {06394.p3} -> {06394.p4-eats} 
+tr {06394.t} {06394.p2-thinks} -> {06394.p1} {06394.p5} 
+tr {06394.t0|06395.t4} : b6393 {06395.p4-eats} -> {06394.f} {06395.f} {06395.p2-thinks} 
+tr {06394.t2} {06394.f} {06394.p5} -> {06394.p6} 
+tr {06394.t3|06395.t1} : a6393 {06394.f} {06395.p1} -> {06395.p3} 
+tr {06395.e} {06395.p6} {06395.p3} -> {06395.p4-eats} 
+tr {06395.t} {06395.p2-thinks} -> {06395.p1} {06395.p5} 
+tr {06395.t0|06396.t4} : b6394 {06396.p4-eats} -> {06395.f} {06396.f} {06396.p2-thinks} 
+tr {06395.t2} {06395.f} {06395.p5} -> {06395.p6} 
+tr {06395.t3|06396.t1} : a6394 {06395.f} {06396.p1} -> {06396.p3} 
+tr {06396.e} {06396.p6} {06396.p3} -> {06396.p4-eats} 
+tr {06396.t} {06396.p2-thinks} -> {06396.p1} {06396.p5} 
+tr {06396.t0|06397.t4} : b6395 {06397.p4-eats} -> {06396.f} {06397.f} {06397.p2-thinks} 
+tr {06396.t2} {06396.f} {06396.p5} -> {06396.p6} 
+tr {06396.t3|06397.t1} : a6395 {06396.f} {06397.p1} -> {06397.p3} 
+tr {06397.e} {06397.p6} {06397.p3} -> {06397.p4-eats} 
+tr {06397.t} {06397.p2-thinks} -> {06397.p1} {06397.p5} 
+tr {06397.t0|06398.t4} : b6396 {06398.p4-eats} -> {06397.f} {06398.f} {06398.p2-thinks} 
+tr {06397.t2} {06397.f} {06397.p5} -> {06397.p6} 
+tr {06397.t3|06398.t1} : a6396 {06397.f} {06398.p1} -> {06398.p3} 
+tr {06398.e} {06398.p6} {06398.p3} -> {06398.p4-eats} 
+tr {06398.t} {06398.p2-thinks} -> {06398.p1} {06398.p5} 
+tr {06398.t0|06399.t4} : b6397 {06399.p4-eats} -> {06398.f} {06399.f} {06399.p2-thinks} 
+tr {06398.t2} {06398.f} {06398.p5} -> {06398.p6} 
+tr {06398.t3|06399.t1} : a6397 {06398.f} {06399.p1} -> {06399.p3} 
+tr {06399.e} {06399.p6} {06399.p3} -> {06399.p4-eats} 
+tr {06399.t} {06399.p2-thinks} -> {06399.p1} {06399.p5} 
+tr {06399.t0|06400.t4} : b6398 {06400.p4-eats} -> {06399.f} {06400.f} {06400.p2-thinks} 
+tr {06399.t2} {06399.f} {06399.p5} -> {06399.p6} 
+tr {06399.t3|06400.t1} : a6398 {06399.f} {06400.p1} -> {06400.p3} 
+tr {06400.e} {06400.p6} {06400.p3} -> {06400.p4-eats} 
+tr {06400.t} {06400.p2-thinks} -> {06400.p1} {06400.p5} 
+tr {06400.t0|06401.t4} : b6399 {06401.p4-eats} -> {06400.f} {06401.f} {06401.p2-thinks} 
+tr {06400.t2} {06400.f} {06400.p5} -> {06400.p6} 
+tr {06400.t3|06401.t1} : a6399 {06400.f} {06401.p1} -> {06401.p3} 
+tr {06401.e} {06401.p6} {06401.p3} -> {06401.p4-eats} 
+tr {06401.t} {06401.p2-thinks} -> {06401.p1} {06401.p5} 
+tr {06401.t0|06402.t4} : b6400 {06402.p4-eats} -> {06401.f} {06402.f} {06402.p2-thinks} 
+tr {06401.t2} {06401.f} {06401.p5} -> {06401.p6} 
+tr {06401.t3|06402.t1} : a6400 {06401.f} {06402.p1} -> {06402.p3} 
+tr {06402.e} {06402.p6} {06402.p3} -> {06402.p4-eats} 
+tr {06402.t} {06402.p2-thinks} -> {06402.p1} {06402.p5} 
+tr {06402.t0|06403.t4} : b6401 {06403.p4-eats} -> {06402.f} {06403.f} {06403.p2-thinks} 
+tr {06402.t2} {06402.f} {06402.p5} -> {06402.p6} 
+tr {06402.t3|06403.t1} : a6401 {06402.f} {06403.p1} -> {06403.p3} 
+tr {06403.e} {06403.p6} {06403.p3} -> {06403.p4-eats} 
+tr {06403.t} {06403.p2-thinks} -> {06403.p1} {06403.p5} 
+tr {06403.t0|06404.t4} : b6402 {06404.p4-eats} -> {06403.f} {06404.f} {06404.p2-thinks} 
+tr {06403.t2} {06403.f} {06403.p5} -> {06403.p6} 
+tr {06403.t3|06404.t1} : a6402 {06403.f} {06404.p1} -> {06404.p3} 
+tr {06404.e} {06404.p6} {06404.p3} -> {06404.p4-eats} 
+tr {06404.t} {06404.p2-thinks} -> {06404.p1} {06404.p5} 
+tr {06404.t0|06405.t4} : b6403 {06405.p4-eats} -> {06404.f} {06405.f} {06405.p2-thinks} 
+tr {06404.t2} {06404.f} {06404.p5} -> {06404.p6} 
+tr {06404.t3|06405.t1} : a6403 {06404.f} {06405.p1} -> {06405.p3} 
+tr {06405.e} {06405.p6} {06405.p3} -> {06405.p4-eats} 
+tr {06405.t} {06405.p2-thinks} -> {06405.p1} {06405.p5} 
+tr {06405.t0|06406.t4} : b6404 {06406.p4-eats} -> {06405.f} {06406.f} {06406.p2-thinks} 
+tr {06405.t2} {06405.f} {06405.p5} -> {06405.p6} 
+tr {06405.t3|06406.t1} : a6404 {06405.f} {06406.p1} -> {06406.p3} 
+tr {06406.e} {06406.p6} {06406.p3} -> {06406.p4-eats} 
+tr {06406.t} {06406.p2-thinks} -> {06406.p1} {06406.p5} 
+tr {06406.t0|06407.t4} : b6405 {06407.p4-eats} -> {06406.f} {06407.f} {06407.p2-thinks} 
+tr {06406.t2} {06406.f} {06406.p5} -> {06406.p6} 
+tr {06406.t3|06407.t1} : a6405 {06406.f} {06407.p1} -> {06407.p3} 
+tr {06407.e} {06407.p6} {06407.p3} -> {06407.p4-eats} 
+tr {06407.t} {06407.p2-thinks} -> {06407.p1} {06407.p5} 
+tr {06407.t0|06408.t4} : b6406 {06408.p4-eats} -> {06407.f} {06408.f} {06408.p2-thinks} 
+tr {06407.t2} {06407.f} {06407.p5} -> {06407.p6} 
+tr {06407.t3|06408.t1} : a6406 {06407.f} {06408.p1} -> {06408.p3} 
+tr {06408.e} {06408.p6} {06408.p3} -> {06408.p4-eats} 
+tr {06408.t} {06408.p2-thinks} -> {06408.p1} {06408.p5} 
+tr {06408.t0|06409.t4} : b6407 {06409.p4-eats} -> {06408.f} {06409.f} {06409.p2-thinks} 
+tr {06408.t2} {06408.f} {06408.p5} -> {06408.p6} 
+tr {06408.t3|06409.t1} : a6407 {06408.f} {06409.p1} -> {06409.p3} 
+tr {06409.e} {06409.p6} {06409.p3} -> {06409.p4-eats} 
+tr {06409.t} {06409.p2-thinks} -> {06409.p1} {06409.p5} 
+tr {06409.t0|06410.t4} : b6408 {06410.p4-eats} -> {06409.f} {06410.f} {06410.p2-thinks} 
+tr {06409.t2} {06409.f} {06409.p5} -> {06409.p6} 
+tr {06409.t3|06410.t1} : a6408 {06409.f} {06410.p1} -> {06410.p3} 
+tr {06410.e} {06410.p6} {06410.p3} -> {06410.p4-eats} 
+tr {06410.t} {06410.p2-thinks} -> {06410.p1} {06410.p5} 
+tr {06410.t0|06411.t4} : b6409 {06411.p4-eats} -> {06410.f} {06411.f} {06411.p2-thinks} 
+tr {06410.t2} {06410.f} {06410.p5} -> {06410.p6} 
+tr {06410.t3|06411.t1} : a6409 {06410.f} {06411.p1} -> {06411.p3} 
+tr {06411.e} {06411.p6} {06411.p3} -> {06411.p4-eats} 
+tr {06411.t} {06411.p2-thinks} -> {06411.p1} {06411.p5} 
+tr {06411.t0|06412.t4} : b6410 {06412.p4-eats} -> {06411.f} {06412.f} {06412.p2-thinks} 
+tr {06411.t2} {06411.f} {06411.p5} -> {06411.p6} 
+tr {06411.t3|06412.t1} : a6410 {06411.f} {06412.p1} -> {06412.p3} 
+tr {06412.e} {06412.p6} {06412.p3} -> {06412.p4-eats} 
+tr {06412.t} {06412.p2-thinks} -> {06412.p1} {06412.p5} 
+tr {06412.t0|06413.t4} : b6411 {06413.p4-eats} -> {06412.f} {06413.f} {06413.p2-thinks} 
+tr {06412.t2} {06412.f} {06412.p5} -> {06412.p6} 
+tr {06412.t3|06413.t1} : a6411 {06412.f} {06413.p1} -> {06413.p3} 
+tr {06413.e} {06413.p6} {06413.p3} -> {06413.p4-eats} 
+tr {06413.t} {06413.p2-thinks} -> {06413.p1} {06413.p5} 
+tr {06413.t0|06414.t4} : b6412 {06414.p4-eats} -> {06413.f} {06414.f} {06414.p2-thinks} 
+tr {06413.t2} {06413.f} {06413.p5} -> {06413.p6} 
+tr {06413.t3|06414.t1} : a6412 {06413.f} {06414.p1} -> {06414.p3} 
+tr {06414.e} {06414.p6} {06414.p3} -> {06414.p4-eats} 
+tr {06414.t} {06414.p2-thinks} -> {06414.p1} {06414.p5} 
+tr {06414.t0|06415.t4} : b6413 {06415.p4-eats} -> {06414.f} {06415.f} {06415.p2-thinks} 
+tr {06414.t2} {06414.f} {06414.p5} -> {06414.p6} 
+tr {06414.t3|06415.t1} : a6413 {06414.f} {06415.p1} -> {06415.p3} 
+tr {06415.e} {06415.p6} {06415.p3} -> {06415.p4-eats} 
+tr {06415.t} {06415.p2-thinks} -> {06415.p1} {06415.p5} 
+tr {06415.t0|06416.t4} : b6414 {06416.p4-eats} -> {06415.f} {06416.f} {06416.p2-thinks} 
+tr {06415.t2} {06415.f} {06415.p5} -> {06415.p6} 
+tr {06415.t3|06416.t1} : a6414 {06415.f} {06416.p1} -> {06416.p3} 
+tr {06416.e} {06416.p6} {06416.p3} -> {06416.p4-eats} 
+tr {06416.t} {06416.p2-thinks} -> {06416.p1} {06416.p5} 
+tr {06416.t0|06417.t4} : b6415 {06417.p4-eats} -> {06416.f} {06417.f} {06417.p2-thinks} 
+tr {06416.t2} {06416.f} {06416.p5} -> {06416.p6} 
+tr {06416.t3|06417.t1} : a6415 {06416.f} {06417.p1} -> {06417.p3} 
+tr {06417.e} {06417.p6} {06417.p3} -> {06417.p4-eats} 
+tr {06417.t} {06417.p2-thinks} -> {06417.p1} {06417.p5} 
+tr {06417.t0|06418.t4} : b6416 {06418.p4-eats} -> {06417.f} {06418.f} {06418.p2-thinks} 
+tr {06417.t2} {06417.f} {06417.p5} -> {06417.p6} 
+tr {06417.t3|06418.t1} : a6416 {06417.f} {06418.p1} -> {06418.p3} 
+tr {06418.e} {06418.p6} {06418.p3} -> {06418.p4-eats} 
+tr {06418.t} {06418.p2-thinks} -> {06418.p1} {06418.p5} 
+tr {06418.t0|06419.t4} : b6417 {06419.p4-eats} -> {06418.f} {06419.f} {06419.p2-thinks} 
+tr {06418.t2} {06418.f} {06418.p5} -> {06418.p6} 
+tr {06418.t3|06419.t1} : a6417 {06418.f} {06419.p1} -> {06419.p3} 
+tr {06419.e} {06419.p6} {06419.p3} -> {06419.p4-eats} 
+tr {06419.t} {06419.p2-thinks} -> {06419.p1} {06419.p5} 
+tr {06419.t0|06420.t4} : b6418 {06420.p4-eats} -> {06419.f} {06420.f} {06420.p2-thinks} 
+tr {06419.t2} {06419.f} {06419.p5} -> {06419.p6} 
+tr {06419.t3|06420.t1} : a6418 {06419.f} {06420.p1} -> {06420.p3} 
+tr {06420.e} {06420.p6} {06420.p3} -> {06420.p4-eats} 
+tr {06420.t} {06420.p2-thinks} -> {06420.p1} {06420.p5} 
+tr {06420.t0|06421.t4} : b6419 {06421.p4-eats} -> {06420.f} {06421.f} {06421.p2-thinks} 
+tr {06420.t2} {06420.f} {06420.p5} -> {06420.p6} 
+tr {06420.t3|06421.t1} : a6419 {06420.f} {06421.p1} -> {06421.p3} 
+tr {06421.e} {06421.p6} {06421.p3} -> {06421.p4-eats} 
+tr {06421.t} {06421.p2-thinks} -> {06421.p1} {06421.p5} 
+tr {06421.t0|06422.t4} : b6420 {06422.p4-eats} -> {06421.f} {06422.f} {06422.p2-thinks} 
+tr {06421.t2} {06421.f} {06421.p5} -> {06421.p6} 
+tr {06421.t3|06422.t1} : a6420 {06421.f} {06422.p1} -> {06422.p3} 
+tr {06422.e} {06422.p6} {06422.p3} -> {06422.p4-eats} 
+tr {06422.t} {06422.p2-thinks} -> {06422.p1} {06422.p5} 
+tr {06422.t0|06423.t4} : b6421 {06423.p4-eats} -> {06422.f} {06423.f} {06423.p2-thinks} 
+tr {06422.t2} {06422.f} {06422.p5} -> {06422.p6} 
+tr {06422.t3|06423.t1} : a6421 {06422.f} {06423.p1} -> {06423.p3} 
+tr {06423.e} {06423.p6} {06423.p3} -> {06423.p4-eats} 
+tr {06423.t} {06423.p2-thinks} -> {06423.p1} {06423.p5} 
+tr {06423.t0|06424.t4} : b6422 {06424.p4-eats} -> {06423.f} {06424.f} {06424.p2-thinks} 
+tr {06423.t2} {06423.f} {06423.p5} -> {06423.p6} 
+tr {06423.t3|06424.t1} : a6422 {06423.f} {06424.p1} -> {06424.p3} 
+tr {06424.e} {06424.p6} {06424.p3} -> {06424.p4-eats} 
+tr {06424.t} {06424.p2-thinks} -> {06424.p1} {06424.p5} 
+tr {06424.t0|06425.t4} : b6423 {06425.p4-eats} -> {06424.f} {06425.f} {06425.p2-thinks} 
+tr {06424.t2} {06424.f} {06424.p5} -> {06424.p6} 
+tr {06424.t3|06425.t1} : a6423 {06424.f} {06425.p1} -> {06425.p3} 
+tr {06425.e} {06425.p6} {06425.p3} -> {06425.p4-eats} 
+tr {06425.t} {06425.p2-thinks} -> {06425.p1} {06425.p5} 
+tr {06425.t0|06426.t4} : b6424 {06426.p4-eats} -> {06425.f} {06426.f} {06426.p2-thinks} 
+tr {06425.t2} {06425.f} {06425.p5} -> {06425.p6} 
+tr {06425.t3|06426.t1} : a6424 {06425.f} {06426.p1} -> {06426.p3} 
+tr {06426.e} {06426.p6} {06426.p3} -> {06426.p4-eats} 
+tr {06426.t} {06426.p2-thinks} -> {06426.p1} {06426.p5} 
+tr {06426.t0|06427.t4} : b6425 {06427.p4-eats} -> {06426.f} {06427.f} {06427.p2-thinks} 
+tr {06426.t2} {06426.f} {06426.p5} -> {06426.p6} 
+tr {06426.t3|06427.t1} : a6425 {06426.f} {06427.p1} -> {06427.p3} 
+tr {06427.e} {06427.p6} {06427.p3} -> {06427.p4-eats} 
+tr {06427.t} {06427.p2-thinks} -> {06427.p1} {06427.p5} 
+tr {06427.t0|06428.t4} : b6426 {06428.p4-eats} -> {06427.f} {06428.f} {06428.p2-thinks} 
+tr {06427.t2} {06427.f} {06427.p5} -> {06427.p6} 
+tr {06427.t3|06428.t1} : a6426 {06427.f} {06428.p1} -> {06428.p3} 
+tr {06428.e} {06428.p6} {06428.p3} -> {06428.p4-eats} 
+tr {06428.t} {06428.p2-thinks} -> {06428.p1} {06428.p5} 
+tr {06428.t0|06429.t4} : b6427 {06429.p4-eats} -> {06428.f} {06429.f} {06429.p2-thinks} 
+tr {06428.t2} {06428.f} {06428.p5} -> {06428.p6} 
+tr {06428.t3|06429.t1} : a6427 {06428.f} {06429.p1} -> {06429.p3} 
+tr {06429.e} {06429.p6} {06429.p3} -> {06429.p4-eats} 
+tr {06429.t} {06429.p2-thinks} -> {06429.p1} {06429.p5} 
+tr {06429.t0|06430.t4} : b6428 {06430.p4-eats} -> {06429.f} {06430.f} {06430.p2-thinks} 
+tr {06429.t2} {06429.f} {06429.p5} -> {06429.p6} 
+tr {06429.t3|06430.t1} : a6428 {06429.f} {06430.p1} -> {06430.p3} 
+tr {06430.e} {06430.p6} {06430.p3} -> {06430.p4-eats} 
+tr {06430.t} {06430.p2-thinks} -> {06430.p1} {06430.p5} 
+tr {06430.t0|06431.t4} : b6429 {06431.p4-eats} -> {06430.f} {06431.f} {06431.p2-thinks} 
+tr {06430.t2} {06430.f} {06430.p5} -> {06430.p6} 
+tr {06430.t3|06431.t1} : a6429 {06430.f} {06431.p1} -> {06431.p3} 
+tr {06431.e} {06431.p6} {06431.p3} -> {06431.p4-eats} 
+tr {06431.t} {06431.p2-thinks} -> {06431.p1} {06431.p5} 
+tr {06431.t0|06432.t4} : b6430 {06432.p4-eats} -> {06431.f} {06432.f} {06432.p2-thinks} 
+tr {06431.t2} {06431.f} {06431.p5} -> {06431.p6} 
+tr {06431.t3|06432.t1} : a6430 {06431.f} {06432.p1} -> {06432.p3} 
+tr {06432.e} {06432.p6} {06432.p3} -> {06432.p4-eats} 
+tr {06432.t} {06432.p2-thinks} -> {06432.p1} {06432.p5} 
+tr {06432.t0|06433.t4} : b6431 {06433.p4-eats} -> {06432.f} {06433.f} {06433.p2-thinks} 
+tr {06432.t2} {06432.f} {06432.p5} -> {06432.p6} 
+tr {06432.t3|06433.t1} : a6431 {06432.f} {06433.p1} -> {06433.p3} 
+tr {06433.e} {06433.p6} {06433.p3} -> {06433.p4-eats} 
+tr {06433.t} {06433.p2-thinks} -> {06433.p1} {06433.p5} 
+tr {06433.t0|06434.t4} : b6432 {06434.p4-eats} -> {06433.f} {06434.f} {06434.p2-thinks} 
+tr {06433.t2} {06433.f} {06433.p5} -> {06433.p6} 
+tr {06433.t3|06434.t1} : a6432 {06433.f} {06434.p1} -> {06434.p3} 
+tr {06434.e} {06434.p6} {06434.p3} -> {06434.p4-eats} 
+tr {06434.t} {06434.p2-thinks} -> {06434.p1} {06434.p5} 
+tr {06434.t0|06435.t4} : b6433 {06435.p4-eats} -> {06434.f} {06435.f} {06435.p2-thinks} 
+tr {06434.t2} {06434.f} {06434.p5} -> {06434.p6} 
+tr {06434.t3|06435.t1} : a6433 {06434.f} {06435.p1} -> {06435.p3} 
+tr {06435.e} {06435.p6} {06435.p3} -> {06435.p4-eats} 
+tr {06435.t} {06435.p2-thinks} -> {06435.p1} {06435.p5} 
+tr {06435.t0|06436.t4} : b6434 {06436.p4-eats} -> {06435.f} {06436.f} {06436.p2-thinks} 
+tr {06435.t2} {06435.f} {06435.p5} -> {06435.p6} 
+tr {06435.t3|06436.t1} : a6434 {06435.f} {06436.p1} -> {06436.p3} 
+tr {06436.e} {06436.p6} {06436.p3} -> {06436.p4-eats} 
+tr {06436.t} {06436.p2-thinks} -> {06436.p1} {06436.p5} 
+tr {06436.t0|06437.t4} : b6435 {06437.p4-eats} -> {06436.f} {06437.f} {06437.p2-thinks} 
+tr {06436.t2} {06436.f} {06436.p5} -> {06436.p6} 
+tr {06436.t3|06437.t1} : a6435 {06436.f} {06437.p1} -> {06437.p3} 
+tr {06437.e} {06437.p6} {06437.p3} -> {06437.p4-eats} 
+tr {06437.t} {06437.p2-thinks} -> {06437.p1} {06437.p5} 
+tr {06437.t0|06438.t4} : b6436 {06438.p4-eats} -> {06437.f} {06438.f} {06438.p2-thinks} 
+tr {06437.t2} {06437.f} {06437.p5} -> {06437.p6} 
+tr {06437.t3|06438.t1} : a6436 {06437.f} {06438.p1} -> {06438.p3} 
+tr {06438.e} {06438.p6} {06438.p3} -> {06438.p4-eats} 
+tr {06438.t} {06438.p2-thinks} -> {06438.p1} {06438.p5} 
+tr {06438.t0|06439.t4} : b6437 {06439.p4-eats} -> {06438.f} {06439.f} {06439.p2-thinks} 
+tr {06438.t2} {06438.f} {06438.p5} -> {06438.p6} 
+tr {06438.t3|06439.t1} : a6437 {06438.f} {06439.p1} -> {06439.p3} 
+tr {06439.e} {06439.p6} {06439.p3} -> {06439.p4-eats} 
+tr {06439.t} {06439.p2-thinks} -> {06439.p1} {06439.p5} 
+tr {06439.t0|06440.t4} : b6438 {06440.p4-eats} -> {06439.f} {06440.f} {06440.p2-thinks} 
+tr {06439.t2} {06439.f} {06439.p5} -> {06439.p6} 
+tr {06439.t3|06440.t1} : a6438 {06439.f} {06440.p1} -> {06440.p3} 
+tr {06440.e} {06440.p6} {06440.p3} -> {06440.p4-eats} 
+tr {06440.t} {06440.p2-thinks} -> {06440.p1} {06440.p5} 
+tr {06440.t0|06441.t4} : b6439 {06441.p4-eats} -> {06440.f} {06441.f} {06441.p2-thinks} 
+tr {06440.t2} {06440.f} {06440.p5} -> {06440.p6} 
+tr {06440.t3|06441.t1} : a6439 {06440.f} {06441.p1} -> {06441.p3} 
+tr {06441.e} {06441.p6} {06441.p3} -> {06441.p4-eats} 
+tr {06441.t} {06441.p2-thinks} -> {06441.p1} {06441.p5} 
+tr {06441.t0|06442.t4} : b6440 {06442.p4-eats} -> {06441.f} {06442.f} {06442.p2-thinks} 
+tr {06441.t2} {06441.f} {06441.p5} -> {06441.p6} 
+tr {06441.t3|06442.t1} : a6440 {06441.f} {06442.p1} -> {06442.p3} 
+tr {06442.e} {06442.p6} {06442.p3} -> {06442.p4-eats} 
+tr {06442.t} {06442.p2-thinks} -> {06442.p1} {06442.p5} 
+tr {06442.t0|06443.t4} : b6441 {06443.p4-eats} -> {06442.f} {06443.f} {06443.p2-thinks} 
+tr {06442.t2} {06442.f} {06442.p5} -> {06442.p6} 
+tr {06442.t3|06443.t1} : a6441 {06442.f} {06443.p1} -> {06443.p3} 
+tr {06443.e} {06443.p6} {06443.p3} -> {06443.p4-eats} 
+tr {06443.t} {06443.p2-thinks} -> {06443.p1} {06443.p5} 
+tr {06443.t0|06444.t4} : b6442 {06444.p4-eats} -> {06443.f} {06444.f} {06444.p2-thinks} 
+tr {06443.t2} {06443.f} {06443.p5} -> {06443.p6} 
+tr {06443.t3|06444.t1} : a6442 {06443.f} {06444.p1} -> {06444.p3} 
+tr {06444.e} {06444.p6} {06444.p3} -> {06444.p4-eats} 
+tr {06444.t} {06444.p2-thinks} -> {06444.p1} {06444.p5} 
+tr {06444.t0|06445.t4} : b6443 {06445.p4-eats} -> {06444.f} {06445.f} {06445.p2-thinks} 
+tr {06444.t2} {06444.f} {06444.p5} -> {06444.p6} 
+tr {06444.t3|06445.t1} : a6443 {06444.f} {06445.p1} -> {06445.p3} 
+tr {06445.e} {06445.p6} {06445.p3} -> {06445.p4-eats} 
+tr {06445.t} {06445.p2-thinks} -> {06445.p1} {06445.p5} 
+tr {06445.t0|06446.t4} : b6444 {06446.p4-eats} -> {06445.f} {06446.f} {06446.p2-thinks} 
+tr {06445.t2} {06445.f} {06445.p5} -> {06445.p6} 
+tr {06445.t3|06446.t1} : a6444 {06445.f} {06446.p1} -> {06446.p3} 
+tr {06446.e} {06446.p6} {06446.p3} -> {06446.p4-eats} 
+tr {06446.t} {06446.p2-thinks} -> {06446.p1} {06446.p5} 
+tr {06446.t0|06447.t4} : b6445 {06447.p4-eats} -> {06446.f} {06447.f} {06447.p2-thinks} 
+tr {06446.t2} {06446.f} {06446.p5} -> {06446.p6} 
+tr {06446.t3|06447.t1} : a6445 {06446.f} {06447.p1} -> {06447.p3} 
+tr {06447.e} {06447.p6} {06447.p3} -> {06447.p4-eats} 
+tr {06447.t} {06447.p2-thinks} -> {06447.p1} {06447.p5} 
+tr {06447.t0|06448.t4} : b6446 {06448.p4-eats} -> {06447.f} {06448.f} {06448.p2-thinks} 
+tr {06447.t2} {06447.f} {06447.p5} -> {06447.p6} 
+tr {06447.t3|06448.t1} : a6446 {06447.f} {06448.p1} -> {06448.p3} 
+tr {06448.e} {06448.p6} {06448.p3} -> {06448.p4-eats} 
+tr {06448.t} {06448.p2-thinks} -> {06448.p1} {06448.p5} 
+tr {06448.t0|06449.t4} : b6447 {06449.p4-eats} -> {06448.f} {06449.f} {06449.p2-thinks} 
+tr {06448.t2} {06448.f} {06448.p5} -> {06448.p6} 
+tr {06448.t3|06449.t1} : a6447 {06448.f} {06449.p1} -> {06449.p3} 
+tr {06449.e} {06449.p6} {06449.p3} -> {06449.p4-eats} 
+tr {06449.t} {06449.p2-thinks} -> {06449.p1} {06449.p5} 
+tr {06449.t0|06450.t4} : b6448 {06450.p4-eats} -> {06449.f} {06450.f} {06450.p2-thinks} 
+tr {06449.t2} {06449.f} {06449.p5} -> {06449.p6} 
+tr {06449.t3|06450.t1} : a6448 {06449.f} {06450.p1} -> {06450.p3} 
+tr {06450.e} {06450.p6} {06450.p3} -> {06450.p4-eats} 
+tr {06450.t} {06450.p2-thinks} -> {06450.p1} {06450.p5} 
+tr {06450.t0|06451.t4} : b6449 {06451.p4-eats} -> {06450.f} {06451.f} {06451.p2-thinks} 
+tr {06450.t2} {06450.f} {06450.p5} -> {06450.p6} 
+tr {06450.t3|06451.t1} : a6449 {06450.f} {06451.p1} -> {06451.p3} 
+tr {06451.e} {06451.p6} {06451.p3} -> {06451.p4-eats} 
+tr {06451.t} {06451.p2-thinks} -> {06451.p1} {06451.p5} 
+tr {06451.t0|06452.t4} : b6450 {06452.p4-eats} -> {06451.f} {06452.f} {06452.p2-thinks} 
+tr {06451.t2} {06451.f} {06451.p5} -> {06451.p6} 
+tr {06451.t3|06452.t1} : a6450 {06451.f} {06452.p1} -> {06452.p3} 
+tr {06452.e} {06452.p6} {06452.p3} -> {06452.p4-eats} 
+tr {06452.t} {06452.p2-thinks} -> {06452.p1} {06452.p5} 
+tr {06452.t0|06453.t4} : b6451 {06453.p4-eats} -> {06452.f} {06453.f} {06453.p2-thinks} 
+tr {06452.t2} {06452.f} {06452.p5} -> {06452.p6} 
+tr {06452.t3|06453.t1} : a6451 {06452.f} {06453.p1} -> {06453.p3} 
+tr {06453.e} {06453.p6} {06453.p3} -> {06453.p4-eats} 
+tr {06453.t} {06453.p2-thinks} -> {06453.p1} {06453.p5} 
+tr {06453.t0|06454.t4} : b6452 {06454.p4-eats} -> {06453.f} {06454.f} {06454.p2-thinks} 
+tr {06453.t2} {06453.f} {06453.p5} -> {06453.p6} 
+tr {06453.t3|06454.t1} : a6452 {06453.f} {06454.p1} -> {06454.p3} 
+tr {06454.e} {06454.p6} {06454.p3} -> {06454.p4-eats} 
+tr {06454.t} {06454.p2-thinks} -> {06454.p1} {06454.p5} 
+tr {06454.t0|06455.t4} : b6453 {06455.p4-eats} -> {06454.f} {06455.f} {06455.p2-thinks} 
+tr {06454.t2} {06454.f} {06454.p5} -> {06454.p6} 
+tr {06454.t3|06455.t1} : a6453 {06454.f} {06455.p1} -> {06455.p3} 
+tr {06455.e} {06455.p6} {06455.p3} -> {06455.p4-eats} 
+tr {06455.t} {06455.p2-thinks} -> {06455.p1} {06455.p5} 
+tr {06455.t0|06456.t4} : b6454 {06456.p4-eats} -> {06455.f} {06456.f} {06456.p2-thinks} 
+tr {06455.t2} {06455.f} {06455.p5} -> {06455.p6} 
+tr {06455.t3|06456.t1} : a6454 {06455.f} {06456.p1} -> {06456.p3} 
+tr {06456.e} {06456.p6} {06456.p3} -> {06456.p4-eats} 
+tr {06456.t} {06456.p2-thinks} -> {06456.p1} {06456.p5} 
+tr {06456.t0|06457.t4} : b6455 {06457.p4-eats} -> {06456.f} {06457.f} {06457.p2-thinks} 
+tr {06456.t2} {06456.f} {06456.p5} -> {06456.p6} 
+tr {06456.t3|06457.t1} : a6455 {06456.f} {06457.p1} -> {06457.p3} 
+tr {06457.e} {06457.p6} {06457.p3} -> {06457.p4-eats} 
+tr {06457.t} {06457.p2-thinks} -> {06457.p1} {06457.p5} 
+tr {06457.t0|06458.t4} : b6456 {06458.p4-eats} -> {06457.f} {06458.f} {06458.p2-thinks} 
+tr {06457.t2} {06457.f} {06457.p5} -> {06457.p6} 
+tr {06457.t3|06458.t1} : a6456 {06457.f} {06458.p1} -> {06458.p3} 
+tr {06458.e} {06458.p6} {06458.p3} -> {06458.p4-eats} 
+tr {06458.t} {06458.p2-thinks} -> {06458.p1} {06458.p5} 
+tr {06458.t0|06459.t4} : b6457 {06459.p4-eats} -> {06458.f} {06459.f} {06459.p2-thinks} 
+tr {06458.t2} {06458.f} {06458.p5} -> {06458.p6} 
+tr {06458.t3|06459.t1} : a6457 {06458.f} {06459.p1} -> {06459.p3} 
+tr {06459.e} {06459.p6} {06459.p3} -> {06459.p4-eats} 
+tr {06459.t} {06459.p2-thinks} -> {06459.p1} {06459.p5} 
+tr {06459.t0|06460.t4} : b6458 {06460.p4-eats} -> {06459.f} {06460.f} {06460.p2-thinks} 
+tr {06459.t2} {06459.f} {06459.p5} -> {06459.p6} 
+tr {06459.t3|06460.t1} : a6458 {06459.f} {06460.p1} -> {06460.p3} 
+tr {06460.e} {06460.p6} {06460.p3} -> {06460.p4-eats} 
+tr {06460.t} {06460.p2-thinks} -> {06460.p1} {06460.p5} 
+tr {06460.t0|06461.t4} : b6459 {06461.p4-eats} -> {06460.f} {06461.f} {06461.p2-thinks} 
+tr {06460.t2} {06460.f} {06460.p5} -> {06460.p6} 
+tr {06460.t3|06461.t1} : a6459 {06460.f} {06461.p1} -> {06461.p3} 
+tr {06461.e} {06461.p6} {06461.p3} -> {06461.p4-eats} 
+tr {06461.t} {06461.p2-thinks} -> {06461.p1} {06461.p5} 
+tr {06461.t0|06462.t4} : b6460 {06462.p4-eats} -> {06461.f} {06462.f} {06462.p2-thinks} 
+tr {06461.t2} {06461.f} {06461.p5} -> {06461.p6} 
+tr {06461.t3|06462.t1} : a6460 {06461.f} {06462.p1} -> {06462.p3} 
+tr {06462.e} {06462.p6} {06462.p3} -> {06462.p4-eats} 
+tr {06462.t} {06462.p2-thinks} -> {06462.p1} {06462.p5} 
+tr {06462.t0|06463.t4} : b6461 {06463.p4-eats} -> {06462.f} {06463.f} {06463.p2-thinks} 
+tr {06462.t2} {06462.f} {06462.p5} -> {06462.p6} 
+tr {06462.t3|06463.t1} : a6461 {06462.f} {06463.p1} -> {06463.p3} 
+tr {06463.e} {06463.p6} {06463.p3} -> {06463.p4-eats} 
+tr {06463.t} {06463.p2-thinks} -> {06463.p1} {06463.p5} 
+tr {06463.t0|06464.t4} : b6462 {06464.p4-eats} -> {06463.f} {06464.f} {06464.p2-thinks} 
+tr {06463.t2} {06463.f} {06463.p5} -> {06463.p6} 
+tr {06463.t3|06464.t1} : a6462 {06463.f} {06464.p1} -> {06464.p3} 
+tr {06464.e} {06464.p6} {06464.p3} -> {06464.p4-eats} 
+tr {06464.t} {06464.p2-thinks} -> {06464.p1} {06464.p5} 
+tr {06464.t0|06465.t4} : b6463 {06465.p4-eats} -> {06464.f} {06465.f} {06465.p2-thinks} 
+tr {06464.t2} {06464.f} {06464.p5} -> {06464.p6} 
+tr {06464.t3|06465.t1} : a6463 {06464.f} {06465.p1} -> {06465.p3} 
+tr {06465.e} {06465.p6} {06465.p3} -> {06465.p4-eats} 
+tr {06465.t} {06465.p2-thinks} -> {06465.p1} {06465.p5} 
+tr {06465.t0|06466.t4} : b6464 {06466.p4-eats} -> {06465.f} {06466.f} {06466.p2-thinks} 
+tr {06465.t2} {06465.f} {06465.p5} -> {06465.p6} 
+tr {06465.t3|06466.t1} : a6464 {06465.f} {06466.p1} -> {06466.p3} 
+tr {06466.e} {06466.p6} {06466.p3} -> {06466.p4-eats} 
+tr {06466.t} {06466.p2-thinks} -> {06466.p1} {06466.p5} 
+tr {06466.t0|06467.t4} : b6465 {06467.p4-eats} -> {06466.f} {06467.f} {06467.p2-thinks} 
+tr {06466.t2} {06466.f} {06466.p5} -> {06466.p6} 
+tr {06466.t3|06467.t1} : a6465 {06466.f} {06467.p1} -> {06467.p3} 
+tr {06467.e} {06467.p6} {06467.p3} -> {06467.p4-eats} 
+tr {06467.t} {06467.p2-thinks} -> {06467.p1} {06467.p5} 
+tr {06467.t0|06468.t4} : b6466 {06468.p4-eats} -> {06467.f} {06468.f} {06468.p2-thinks} 
+tr {06467.t2} {06467.f} {06467.p5} -> {06467.p6} 
+tr {06467.t3|06468.t1} : a6466 {06467.f} {06468.p1} -> {06468.p3} 
+tr {06468.e} {06468.p6} {06468.p3} -> {06468.p4-eats} 
+tr {06468.t} {06468.p2-thinks} -> {06468.p1} {06468.p5} 
+tr {06468.t0|06469.t4} : b6467 {06469.p4-eats} -> {06468.f} {06469.f} {06469.p2-thinks} 
+tr {06468.t2} {06468.f} {06468.p5} -> {06468.p6} 
+tr {06468.t3|06469.t1} : a6467 {06468.f} {06469.p1} -> {06469.p3} 
+tr {06469.e} {06469.p6} {06469.p3} -> {06469.p4-eats} 
+tr {06469.t} {06469.p2-thinks} -> {06469.p1} {06469.p5} 
+tr {06469.t0|06470.t4} : b6468 {06470.p4-eats} -> {06469.f} {06470.f} {06470.p2-thinks} 
+tr {06469.t2} {06469.f} {06469.p5} -> {06469.p6} 
+tr {06469.t3|06470.t1} : a6468 {06469.f} {06470.p1} -> {06470.p3} 
+tr {06470.e} {06470.p6} {06470.p3} -> {06470.p4-eats} 
+tr {06470.t} {06470.p2-thinks} -> {06470.p1} {06470.p5} 
+tr {06470.t0|06471.t4} : b6469 {06471.p4-eats} -> {06470.f} {06471.f} {06471.p2-thinks} 
+tr {06470.t2} {06470.f} {06470.p5} -> {06470.p6} 
+tr {06470.t3|06471.t1} : a6469 {06470.f} {06471.p1} -> {06471.p3} 
+tr {06471.e} {06471.p6} {06471.p3} -> {06471.p4-eats} 
+tr {06471.t} {06471.p2-thinks} -> {06471.p1} {06471.p5} 
+tr {06471.t0|06472.t4} : b6470 {06472.p4-eats} -> {06471.f} {06472.f} {06472.p2-thinks} 
+tr {06471.t2} {06471.f} {06471.p5} -> {06471.p6} 
+tr {06471.t3|06472.t1} : a6470 {06471.f} {06472.p1} -> {06472.p3} 
+tr {06472.e} {06472.p6} {06472.p3} -> {06472.p4-eats} 
+tr {06472.t} {06472.p2-thinks} -> {06472.p1} {06472.p5} 
+tr {06472.t0|06473.t4} : b6471 {06473.p4-eats} -> {06472.f} {06473.f} {06473.p2-thinks} 
+tr {06472.t2} {06472.f} {06472.p5} -> {06472.p6} 
+tr {06472.t3|06473.t1} : a6471 {06472.f} {06473.p1} -> {06473.p3} 
+tr {06473.e} {06473.p6} {06473.p3} -> {06473.p4-eats} 
+tr {06473.t} {06473.p2-thinks} -> {06473.p1} {06473.p5} 
+tr {06473.t0|06474.t4} : b6472 {06474.p4-eats} -> {06473.f} {06474.f} {06474.p2-thinks} 
+tr {06473.t2} {06473.f} {06473.p5} -> {06473.p6} 
+tr {06473.t3|06474.t1} : a6472 {06473.f} {06474.p1} -> {06474.p3} 
+tr {06474.e} {06474.p6} {06474.p3} -> {06474.p4-eats} 
+tr {06474.t} {06474.p2-thinks} -> {06474.p1} {06474.p5} 
+tr {06474.t0|06475.t4} : b6473 {06475.p4-eats} -> {06474.f} {06475.f} {06475.p2-thinks} 
+tr {06474.t2} {06474.f} {06474.p5} -> {06474.p6} 
+tr {06474.t3|06475.t1} : a6473 {06474.f} {06475.p1} -> {06475.p3} 
+tr {06475.e} {06475.p6} {06475.p3} -> {06475.p4-eats} 
+tr {06475.t} {06475.p2-thinks} -> {06475.p1} {06475.p5} 
+tr {06475.t0|06476.t4} : b6474 {06476.p4-eats} -> {06475.f} {06476.f} {06476.p2-thinks} 
+tr {06475.t2} {06475.f} {06475.p5} -> {06475.p6} 
+tr {06475.t3|06476.t1} : a6474 {06475.f} {06476.p1} -> {06476.p3} 
+tr {06476.e} {06476.p6} {06476.p3} -> {06476.p4-eats} 
+tr {06476.t} {06476.p2-thinks} -> {06476.p1} {06476.p5} 
+tr {06476.t0|06477.t4} : b6475 {06477.p4-eats} -> {06476.f} {06477.f} {06477.p2-thinks} 
+tr {06476.t2} {06476.f} {06476.p5} -> {06476.p6} 
+tr {06476.t3|06477.t1} : a6475 {06476.f} {06477.p1} -> {06477.p3} 
+tr {06477.e} {06477.p6} {06477.p3} -> {06477.p4-eats} 
+tr {06477.t} {06477.p2-thinks} -> {06477.p1} {06477.p5} 
+tr {06477.t0|06478.t4} : b6476 {06478.p4-eats} -> {06477.f} {06478.f} {06478.p2-thinks} 
+tr {06477.t2} {06477.f} {06477.p5} -> {06477.p6} 
+tr {06477.t3|06478.t1} : a6476 {06477.f} {06478.p1} -> {06478.p3} 
+tr {06478.e} {06478.p6} {06478.p3} -> {06478.p4-eats} 
+tr {06478.t} {06478.p2-thinks} -> {06478.p1} {06478.p5} 
+tr {06478.t0|06479.t4} : b6477 {06479.p4-eats} -> {06478.f} {06479.f} {06479.p2-thinks} 
+tr {06478.t2} {06478.f} {06478.p5} -> {06478.p6} 
+tr {06478.t3|06479.t1} : a6477 {06478.f} {06479.p1} -> {06479.p3} 
+tr {06479.e} {06479.p6} {06479.p3} -> {06479.p4-eats} 
+tr {06479.t} {06479.p2-thinks} -> {06479.p1} {06479.p5} 
+tr {06479.t0|06480.t4} : b6478 {06480.p4-eats} -> {06479.f} {06480.f} {06480.p2-thinks} 
+tr {06479.t2} {06479.f} {06479.p5} -> {06479.p6} 
+tr {06479.t3|06480.t1} : a6478 {06479.f} {06480.p1} -> {06480.p3} 
+tr {06480.e} {06480.p6} {06480.p3} -> {06480.p4-eats} 
+tr {06480.t} {06480.p2-thinks} -> {06480.p1} {06480.p5} 
+tr {06480.t0|06481.t4} : b6479 {06481.p4-eats} -> {06480.f} {06481.f} {06481.p2-thinks} 
+tr {06480.t2} {06480.f} {06480.p5} -> {06480.p6} 
+tr {06480.t3|06481.t1} : a6479 {06480.f} {06481.p1} -> {06481.p3} 
+tr {06481.e} {06481.p6} {06481.p3} -> {06481.p4-eats} 
+tr {06481.t} {06481.p2-thinks} -> {06481.p1} {06481.p5} 
+tr {06481.t0|06482.t4} : b6480 {06482.p4-eats} -> {06481.f} {06482.f} {06482.p2-thinks} 
+tr {06481.t2} {06481.f} {06481.p5} -> {06481.p6} 
+tr {06481.t3|06482.t1} : a6480 {06481.f} {06482.p1} -> {06482.p3} 
+tr {06482.e} {06482.p6} {06482.p3} -> {06482.p4-eats} 
+tr {06482.t} {06482.p2-thinks} -> {06482.p1} {06482.p5} 
+tr {06482.t0|06483.t4} : b6481 {06483.p4-eats} -> {06482.f} {06483.f} {06483.p2-thinks} 
+tr {06482.t2} {06482.f} {06482.p5} -> {06482.p6} 
+tr {06482.t3|06483.t1} : a6481 {06482.f} {06483.p1} -> {06483.p3} 
+tr {06483.e} {06483.p6} {06483.p3} -> {06483.p4-eats} 
+tr {06483.t} {06483.p2-thinks} -> {06483.p1} {06483.p5} 
+tr {06483.t0|06484.t4} : b6482 {06484.p4-eats} -> {06483.f} {06484.f} {06484.p2-thinks} 
+tr {06483.t2} {06483.f} {06483.p5} -> {06483.p6} 
+tr {06483.t3|06484.t1} : a6482 {06483.f} {06484.p1} -> {06484.p3} 
+tr {06484.e} {06484.p6} {06484.p3} -> {06484.p4-eats} 
+tr {06484.t} {06484.p2-thinks} -> {06484.p1} {06484.p5} 
+tr {06484.t0|06485.t4} : b6483 {06485.p4-eats} -> {06484.f} {06485.f} {06485.p2-thinks} 
+tr {06484.t2} {06484.f} {06484.p5} -> {06484.p6} 
+tr {06484.t3|06485.t1} : a6483 {06484.f} {06485.p1} -> {06485.p3} 
+tr {06485.e} {06485.p6} {06485.p3} -> {06485.p4-eats} 
+tr {06485.t} {06485.p2-thinks} -> {06485.p1} {06485.p5} 
+tr {06485.t0|06486.t4} : b6484 {06486.p4-eats} -> {06485.f} {06486.f} {06486.p2-thinks} 
+tr {06485.t2} {06485.f} {06485.p5} -> {06485.p6} 
+tr {06485.t3|06486.t1} : a6484 {06485.f} {06486.p1} -> {06486.p3} 
+tr {06486.e} {06486.p6} {06486.p3} -> {06486.p4-eats} 
+tr {06486.t} {06486.p2-thinks} -> {06486.p1} {06486.p5} 
+tr {06486.t0|06487.t4} : b6485 {06487.p4-eats} -> {06486.f} {06487.f} {06487.p2-thinks} 
+tr {06486.t2} {06486.f} {06486.p5} -> {06486.p6} 
+tr {06486.t3|06487.t1} : a6485 {06486.f} {06487.p1} -> {06487.p3} 
+tr {06487.e} {06487.p6} {06487.p3} -> {06487.p4-eats} 
+tr {06487.t} {06487.p2-thinks} -> {06487.p1} {06487.p5} 
+tr {06487.t0|06488.t4} : b6486 {06488.p4-eats} -> {06487.f} {06488.f} {06488.p2-thinks} 
+tr {06487.t2} {06487.f} {06487.p5} -> {06487.p6} 
+tr {06487.t3|06488.t1} : a6486 {06487.f} {06488.p1} -> {06488.p3} 
+tr {06488.e} {06488.p6} {06488.p3} -> {06488.p4-eats} 
+tr {06488.t} {06488.p2-thinks} -> {06488.p1} {06488.p5} 
+tr {06488.t0|06489.t4} : b6487 {06489.p4-eats} -> {06488.f} {06489.f} {06489.p2-thinks} 
+tr {06488.t2} {06488.f} {06488.p5} -> {06488.p6} 
+tr {06488.t3|06489.t1} : a6487 {06488.f} {06489.p1} -> {06489.p3} 
+tr {06489.e} {06489.p6} {06489.p3} -> {06489.p4-eats} 
+tr {06489.t} {06489.p2-thinks} -> {06489.p1} {06489.p5} 
+tr {06489.t0|06490.t4} : b6488 {06490.p4-eats} -> {06489.f} {06490.f} {06490.p2-thinks} 
+tr {06489.t2} {06489.f} {06489.p5} -> {06489.p6} 
+tr {06489.t3|06490.t1} : a6488 {06489.f} {06490.p1} -> {06490.p3} 
+tr {06490.e} {06490.p6} {06490.p3} -> {06490.p4-eats} 
+tr {06490.t} {06490.p2-thinks} -> {06490.p1} {06490.p5} 
+tr {06490.t0|06491.t4} : b6489 {06491.p4-eats} -> {06490.f} {06491.f} {06491.p2-thinks} 
+tr {06490.t2} {06490.f} {06490.p5} -> {06490.p6} 
+tr {06490.t3|06491.t1} : a6489 {06490.f} {06491.p1} -> {06491.p3} 
+tr {06491.e} {06491.p6} {06491.p3} -> {06491.p4-eats} 
+tr {06491.t} {06491.p2-thinks} -> {06491.p1} {06491.p5} 
+tr {06491.t0|06492.t4} : b6490 {06492.p4-eats} -> {06491.f} {06492.f} {06492.p2-thinks} 
+tr {06491.t2} {06491.f} {06491.p5} -> {06491.p6} 
+tr {06491.t3|06492.t1} : a6490 {06491.f} {06492.p1} -> {06492.p3} 
+tr {06492.e} {06492.p6} {06492.p3} -> {06492.p4-eats} 
+tr {06492.t} {06492.p2-thinks} -> {06492.p1} {06492.p5} 
+tr {06492.t0|06493.t4} : b6491 {06493.p4-eats} -> {06492.f} {06493.f} {06493.p2-thinks} 
+tr {06492.t2} {06492.f} {06492.p5} -> {06492.p6} 
+tr {06492.t3|06493.t1} : a6491 {06492.f} {06493.p1} -> {06493.p3} 
+tr {06493.e} {06493.p6} {06493.p3} -> {06493.p4-eats} 
+tr {06493.t} {06493.p2-thinks} -> {06493.p1} {06493.p5} 
+tr {06493.t0|06494.t4} : b6492 {06494.p4-eats} -> {06493.f} {06494.f} {06494.p2-thinks} 
+tr {06493.t2} {06493.f} {06493.p5} -> {06493.p6} 
+tr {06493.t3|06494.t1} : a6492 {06493.f} {06494.p1} -> {06494.p3} 
+tr {06494.e} {06494.p6} {06494.p3} -> {06494.p4-eats} 
+tr {06494.t} {06494.p2-thinks} -> {06494.p1} {06494.p5} 
+tr {06494.t0|06495.t4} : b6493 {06495.p4-eats} -> {06494.f} {06495.f} {06495.p2-thinks} 
+tr {06494.t2} {06494.f} {06494.p5} -> {06494.p6} 
+tr {06494.t3|06495.t1} : a6493 {06494.f} {06495.p1} -> {06495.p3} 
+tr {06495.e} {06495.p6} {06495.p3} -> {06495.p4-eats} 
+tr {06495.t} {06495.p2-thinks} -> {06495.p1} {06495.p5} 
+tr {06495.t0|06496.t4} : b6494 {06496.p4-eats} -> {06495.f} {06496.f} {06496.p2-thinks} 
+tr {06495.t2} {06495.f} {06495.p5} -> {06495.p6} 
+tr {06495.t3|06496.t1} : a6494 {06495.f} {06496.p1} -> {06496.p3} 
+tr {06496.e} {06496.p6} {06496.p3} -> {06496.p4-eats} 
+tr {06496.t} {06496.p2-thinks} -> {06496.p1} {06496.p5} 
+tr {06496.t0|06497.t4} : b6495 {06497.p4-eats} -> {06496.f} {06497.f} {06497.p2-thinks} 
+tr {06496.t2} {06496.f} {06496.p5} -> {06496.p6} 
+tr {06496.t3|06497.t1} : a6495 {06496.f} {06497.p1} -> {06497.p3} 
+tr {06497.e} {06497.p6} {06497.p3} -> {06497.p4-eats} 
+tr {06497.t} {06497.p2-thinks} -> {06497.p1} {06497.p5} 
+tr {06497.t0|06498.t4} : b6496 {06498.p4-eats} -> {06497.f} {06498.f} {06498.p2-thinks} 
+tr {06497.t2} {06497.f} {06497.p5} -> {06497.p6} 
+tr {06497.t3|06498.t1} : a6496 {06497.f} {06498.p1} -> {06498.p3} 
+tr {06498.e} {06498.p6} {06498.p3} -> {06498.p4-eats} 
+tr {06498.t} {06498.p2-thinks} -> {06498.p1} {06498.p5} 
+tr {06498.t0|06499.t4} : b6497 {06499.p4-eats} -> {06498.f} {06499.f} {06499.p2-thinks} 
+tr {06498.t2} {06498.f} {06498.p5} -> {06498.p6} 
+tr {06498.t3|06499.t1} : a6497 {06498.f} {06499.p1} -> {06499.p3} 
+tr {06499.e} {06499.p6} {06499.p3} -> {06499.p4-eats} 
+tr {06499.t} {06499.p2-thinks} -> {06499.p1} {06499.p5} 
+tr {06499.t0|06500.t4} : b6498 {06500.p4-eats} -> {06499.f} {06500.f} {06500.p2-thinks} 
+tr {06499.t2} {06499.f} {06499.p5} -> {06499.p6} 
+tr {06499.t3|06500.t1} : a6498 {06499.f} {06500.p1} -> {06500.p3} 
+tr {06500.e} {06500.p6} {06500.p3} -> {06500.p4-eats} 
+tr {06500.t} {06500.p2-thinks} -> {06500.p1} {06500.p5} 
+tr {06500.t0|06501.t4} : b6499 {06501.p4-eats} -> {06500.f} {06501.f} {06501.p2-thinks} 
+tr {06500.t2} {06500.f} {06500.p5} -> {06500.p6} 
+tr {06500.t3|06501.t1} : a6499 {06500.f} {06501.p1} -> {06501.p3} 
+tr {06501.e} {06501.p6} {06501.p3} -> {06501.p4-eats} 
+tr {06501.t} {06501.p2-thinks} -> {06501.p1} {06501.p5} 
+tr {06501.t0|06502.t4} : b6500 {06502.p4-eats} -> {06501.f} {06502.f} {06502.p2-thinks} 
+tr {06501.t2} {06501.f} {06501.p5} -> {06501.p6} 
+tr {06501.t3|06502.t1} : a6500 {06501.f} {06502.p1} -> {06502.p3} 
+tr {06502.e} {06502.p6} {06502.p3} -> {06502.p4-eats} 
+tr {06502.t} {06502.p2-thinks} -> {06502.p1} {06502.p5} 
+tr {06502.t0|06503.t4} : b6501 {06503.p4-eats} -> {06502.f} {06503.f} {06503.p2-thinks} 
+tr {06502.t2} {06502.f} {06502.p5} -> {06502.p6} 
+tr {06502.t3|06503.t1} : a6501 {06502.f} {06503.p1} -> {06503.p3} 
+tr {06503.e} {06503.p6} {06503.p3} -> {06503.p4-eats} 
+tr {06503.t} {06503.p2-thinks} -> {06503.p1} {06503.p5} 
+tr {06503.t0|06504.t4} : b6502 {06504.p4-eats} -> {06503.f} {06504.f} {06504.p2-thinks} 
+tr {06503.t2} {06503.f} {06503.p5} -> {06503.p6} 
+tr {06503.t3|06504.t1} : a6502 {06503.f} {06504.p1} -> {06504.p3} 
+tr {06504.e} {06504.p6} {06504.p3} -> {06504.p4-eats} 
+tr {06504.t} {06504.p2-thinks} -> {06504.p1} {06504.p5} 
+tr {06504.t0|06505.t4} : b6503 {06505.p4-eats} -> {06504.f} {06505.f} {06505.p2-thinks} 
+tr {06504.t2} {06504.f} {06504.p5} -> {06504.p6} 
+tr {06504.t3|06505.t1} : a6503 {06504.f} {06505.p1} -> {06505.p3} 
+tr {06505.e} {06505.p6} {06505.p3} -> {06505.p4-eats} 
+tr {06505.t} {06505.p2-thinks} -> {06505.p1} {06505.p5} 
+tr {06505.t0|06506.t4} : b6504 {06506.p4-eats} -> {06505.f} {06506.f} {06506.p2-thinks} 
+tr {06505.t2} {06505.f} {06505.p5} -> {06505.p6} 
+tr {06505.t3|06506.t1} : a6504 {06505.f} {06506.p1} -> {06506.p3} 
+tr {06506.e} {06506.p6} {06506.p3} -> {06506.p4-eats} 
+tr {06506.t} {06506.p2-thinks} -> {06506.p1} {06506.p5} 
+tr {06506.t0|06507.t4} : b6505 {06507.p4-eats} -> {06506.f} {06507.f} {06507.p2-thinks} 
+tr {06506.t2} {06506.f} {06506.p5} -> {06506.p6} 
+tr {06506.t3|06507.t1} : a6505 {06506.f} {06507.p1} -> {06507.p3} 
+tr {06507.e} {06507.p6} {06507.p3} -> {06507.p4-eats} 
+tr {06507.t} {06507.p2-thinks} -> {06507.p1} {06507.p5} 
+tr {06507.t0|06508.t4} : b6506 {06508.p4-eats} -> {06507.f} {06508.f} {06508.p2-thinks} 
+tr {06507.t2} {06507.f} {06507.p5} -> {06507.p6} 
+tr {06507.t3|06508.t1} : a6506 {06507.f} {06508.p1} -> {06508.p3} 
+tr {06508.e} {06508.p6} {06508.p3} -> {06508.p4-eats} 
+tr {06508.t} {06508.p2-thinks} -> {06508.p1} {06508.p5} 
+tr {06508.t0|06509.t4} : b6507 {06509.p4-eats} -> {06508.f} {06509.f} {06509.p2-thinks} 
+tr {06508.t2} {06508.f} {06508.p5} -> {06508.p6} 
+tr {06508.t3|06509.t1} : a6507 {06508.f} {06509.p1} -> {06509.p3} 
+tr {06509.e} {06509.p6} {06509.p3} -> {06509.p4-eats} 
+tr {06509.t} {06509.p2-thinks} -> {06509.p1} {06509.p5} 
+tr {06509.t0|06510.t4} : b6508 {06510.p4-eats} -> {06509.f} {06510.f} {06510.p2-thinks} 
+tr {06509.t2} {06509.f} {06509.p5} -> {06509.p6} 
+tr {06509.t3|06510.t1} : a6508 {06509.f} {06510.p1} -> {06510.p3} 
+tr {06510.e} {06510.p6} {06510.p3} -> {06510.p4-eats} 
+tr {06510.t} {06510.p2-thinks} -> {06510.p1} {06510.p5} 
+tr {06510.t0|06511.t4} : b6509 {06511.p4-eats} -> {06510.f} {06511.f} {06511.p2-thinks} 
+tr {06510.t2} {06510.f} {06510.p5} -> {06510.p6} 
+tr {06510.t3|06511.t1} : a6509 {06510.f} {06511.p1} -> {06511.p3} 
+tr {06511.e} {06511.p6} {06511.p3} -> {06511.p4-eats} 
+tr {06511.t} {06511.p2-thinks} -> {06511.p1} {06511.p5} 
+tr {06511.t0|06512.t4} : b6510 {06512.p4-eats} -> {06511.f} {06512.f} {06512.p2-thinks} 
+tr {06511.t2} {06511.f} {06511.p5} -> {06511.p6} 
+tr {06511.t3|06512.t1} : a6510 {06511.f} {06512.p1} -> {06512.p3} 
+tr {06512.e} {06512.p6} {06512.p3} -> {06512.p4-eats} 
+tr {06512.t} {06512.p2-thinks} -> {06512.p1} {06512.p5} 
+tr {06512.t0|06513.t4} : b6511 {06513.p4-eats} -> {06512.f} {06513.f} {06513.p2-thinks} 
+tr {06512.t2} {06512.f} {06512.p5} -> {06512.p6} 
+tr {06512.t3|06513.t1} : a6511 {06512.f} {06513.p1} -> {06513.p3} 
+tr {06513.e} {06513.p6} {06513.p3} -> {06513.p4-eats} 
+tr {06513.t} {06513.p2-thinks} -> {06513.p1} {06513.p5} 
+tr {06513.t0|06514.t4} : b6512 {06514.p4-eats} -> {06513.f} {06514.f} {06514.p2-thinks} 
+tr {06513.t2} {06513.f} {06513.p5} -> {06513.p6} 
+tr {06513.t3|06514.t1} : a6512 {06513.f} {06514.p1} -> {06514.p3} 
+tr {06514.e} {06514.p6} {06514.p3} -> {06514.p4-eats} 
+tr {06514.t} {06514.p2-thinks} -> {06514.p1} {06514.p5} 
+tr {06514.t0|06515.t4} : b6513 {06515.p4-eats} -> {06514.f} {06515.f} {06515.p2-thinks} 
+tr {06514.t2} {06514.f} {06514.p5} -> {06514.p6} 
+tr {06514.t3|06515.t1} : a6513 {06514.f} {06515.p1} -> {06515.p3} 
+tr {06515.e} {06515.p6} {06515.p3} -> {06515.p4-eats} 
+tr {06515.t} {06515.p2-thinks} -> {06515.p1} {06515.p5} 
+tr {06515.t0|06516.t4} : b6514 {06516.p4-eats} -> {06515.f} {06516.f} {06516.p2-thinks} 
+tr {06515.t2} {06515.f} {06515.p5} -> {06515.p6} 
+tr {06515.t3|06516.t1} : a6514 {06515.f} {06516.p1} -> {06516.p3} 
+tr {06516.e} {06516.p6} {06516.p3} -> {06516.p4-eats} 
+tr {06516.t} {06516.p2-thinks} -> {06516.p1} {06516.p5} 
+tr {06516.t0|06517.t4} : b6515 {06517.p4-eats} -> {06516.f} {06517.f} {06517.p2-thinks} 
+tr {06516.t2} {06516.f} {06516.p5} -> {06516.p6} 
+tr {06516.t3|06517.t1} : a6515 {06516.f} {06517.p1} -> {06517.p3} 
+tr {06517.e} {06517.p6} {06517.p3} -> {06517.p4-eats} 
+tr {06517.t} {06517.p2-thinks} -> {06517.p1} {06517.p5} 
+tr {06517.t0|06518.t4} : b6516 {06518.p4-eats} -> {06517.f} {06518.f} {06518.p2-thinks} 
+tr {06517.t2} {06517.f} {06517.p5} -> {06517.p6} 
+tr {06517.t3|06518.t1} : a6516 {06517.f} {06518.p1} -> {06518.p3} 
+tr {06518.e} {06518.p6} {06518.p3} -> {06518.p4-eats} 
+tr {06518.t} {06518.p2-thinks} -> {06518.p1} {06518.p5} 
+tr {06518.t0|06519.t4} : b6517 {06519.p4-eats} -> {06518.f} {06519.f} {06519.p2-thinks} 
+tr {06518.t2} {06518.f} {06518.p5} -> {06518.p6} 
+tr {06518.t3|06519.t1} : a6517 {06518.f} {06519.p1} -> {06519.p3} 
+tr {06519.e} {06519.p6} {06519.p3} -> {06519.p4-eats} 
+tr {06519.t} {06519.p2-thinks} -> {06519.p1} {06519.p5} 
+tr {06519.t0|06520.t4} : b6518 {06520.p4-eats} -> {06519.f} {06520.f} {06520.p2-thinks} 
+tr {06519.t2} {06519.f} {06519.p5} -> {06519.p6} 
+tr {06519.t3|06520.t1} : a6518 {06519.f} {06520.p1} -> {06520.p3} 
+tr {06520.e} {06520.p6} {06520.p3} -> {06520.p4-eats} 
+tr {06520.t} {06520.p2-thinks} -> {06520.p1} {06520.p5} 
+tr {06520.t0|06521.t4} : b6519 {06521.p4-eats} -> {06520.f} {06521.f} {06521.p2-thinks} 
+tr {06520.t2} {06520.f} {06520.p5} -> {06520.p6} 
+tr {06520.t3|06521.t1} : a6519 {06520.f} {06521.p1} -> {06521.p3} 
+tr {06521.e} {06521.p6} {06521.p3} -> {06521.p4-eats} 
+tr {06521.t} {06521.p2-thinks} -> {06521.p1} {06521.p5} 
+tr {06521.t0|06522.t4} : b6520 {06522.p4-eats} -> {06521.f} {06522.f} {06522.p2-thinks} 
+tr {06521.t2} {06521.f} {06521.p5} -> {06521.p6} 
+tr {06521.t3|06522.t1} : a6520 {06521.f} {06522.p1} -> {06522.p3} 
+tr {06522.e} {06522.p6} {06522.p3} -> {06522.p4-eats} 
+tr {06522.t} {06522.p2-thinks} -> {06522.p1} {06522.p5} 
+tr {06522.t0|06523.t4} : b6521 {06523.p4-eats} -> {06522.f} {06523.f} {06523.p2-thinks} 
+tr {06522.t2} {06522.f} {06522.p5} -> {06522.p6} 
+tr {06522.t3|06523.t1} : a6521 {06522.f} {06523.p1} -> {06523.p3} 
+tr {06523.e} {06523.p6} {06523.p3} -> {06523.p4-eats} 
+tr {06523.t} {06523.p2-thinks} -> {06523.p1} {06523.p5} 
+tr {06523.t0|06524.t4} : b6522 {06524.p4-eats} -> {06523.f} {06524.f} {06524.p2-thinks} 
+tr {06523.t2} {06523.f} {06523.p5} -> {06523.p6} 
+tr {06523.t3|06524.t1} : a6522 {06523.f} {06524.p1} -> {06524.p3} 
+tr {06524.e} {06524.p6} {06524.p3} -> {06524.p4-eats} 
+tr {06524.t} {06524.p2-thinks} -> {06524.p1} {06524.p5} 
+tr {06524.t0|06525.t4} : b6523 {06525.p4-eats} -> {06524.f} {06525.f} {06525.p2-thinks} 
+tr {06524.t2} {06524.f} {06524.p5} -> {06524.p6} 
+tr {06524.t3|06525.t1} : a6523 {06524.f} {06525.p1} -> {06525.p3} 
+tr {06525.e} {06525.p6} {06525.p3} -> {06525.p4-eats} 
+tr {06525.t} {06525.p2-thinks} -> {06525.p1} {06525.p5} 
+tr {06525.t0|06526.t4} : b6524 {06526.p4-eats} -> {06525.f} {06526.f} {06526.p2-thinks} 
+tr {06525.t2} {06525.f} {06525.p5} -> {06525.p6} 
+tr {06525.t3|06526.t1} : a6524 {06525.f} {06526.p1} -> {06526.p3} 
+tr {06526.e} {06526.p6} {06526.p3} -> {06526.p4-eats} 
+tr {06526.t} {06526.p2-thinks} -> {06526.p1} {06526.p5} 
+tr {06526.t0|06527.t4} : b6525 {06527.p4-eats} -> {06526.f} {06527.f} {06527.p2-thinks} 
+tr {06526.t2} {06526.f} {06526.p5} -> {06526.p6} 
+tr {06526.t3|06527.t1} : a6525 {06526.f} {06527.p1} -> {06527.p3} 
+tr {06527.e} {06527.p6} {06527.p3} -> {06527.p4-eats} 
+tr {06527.t} {06527.p2-thinks} -> {06527.p1} {06527.p5} 
+tr {06527.t0|06528.t4} : b6526 {06528.p4-eats} -> {06527.f} {06528.f} {06528.p2-thinks} 
+tr {06527.t2} {06527.f} {06527.p5} -> {06527.p6} 
+tr {06527.t3|06528.t1} : a6526 {06527.f} {06528.p1} -> {06528.p3} 
+tr {06528.e} {06528.p6} {06528.p3} -> {06528.p4-eats} 
+tr {06528.t} {06528.p2-thinks} -> {06528.p1} {06528.p5} 
+tr {06528.t0|06529.t4} : b6527 {06529.p4-eats} -> {06528.f} {06529.f} {06529.p2-thinks} 
+tr {06528.t2} {06528.f} {06528.p5} -> {06528.p6} 
+tr {06528.t3|06529.t1} : a6527 {06528.f} {06529.p1} -> {06529.p3} 
+tr {06529.e} {06529.p6} {06529.p3} -> {06529.p4-eats} 
+tr {06529.t} {06529.p2-thinks} -> {06529.p1} {06529.p5} 
+tr {06529.t0|06530.t4} : b6528 {06530.p4-eats} -> {06529.f} {06530.f} {06530.p2-thinks} 
+tr {06529.t2} {06529.f} {06529.p5} -> {06529.p6} 
+tr {06529.t3|06530.t1} : a6528 {06529.f} {06530.p1} -> {06530.p3} 
+tr {06530.e} {06530.p6} {06530.p3} -> {06530.p4-eats} 
+tr {06530.t} {06530.p2-thinks} -> {06530.p1} {06530.p5} 
+tr {06530.t0|06531.t4} : b6529 {06531.p4-eats} -> {06530.f} {06531.f} {06531.p2-thinks} 
+tr {06530.t2} {06530.f} {06530.p5} -> {06530.p6} 
+tr {06530.t3|06531.t1} : a6529 {06530.f} {06531.p1} -> {06531.p3} 
+tr {06531.e} {06531.p6} {06531.p3} -> {06531.p4-eats} 
+tr {06531.t} {06531.p2-thinks} -> {06531.p1} {06531.p5} 
+tr {06531.t0|06532.t4} : b6530 {06532.p4-eats} -> {06531.f} {06532.f} {06532.p2-thinks} 
+tr {06531.t2} {06531.f} {06531.p5} -> {06531.p6} 
+tr {06531.t3|06532.t1} : a6530 {06531.f} {06532.p1} -> {06532.p3} 
+tr {06532.e} {06532.p6} {06532.p3} -> {06532.p4-eats} 
+tr {06532.t} {06532.p2-thinks} -> {06532.p1} {06532.p5} 
+tr {06532.t0|06533.t4} : b6531 {06533.p4-eats} -> {06532.f} {06533.f} {06533.p2-thinks} 
+tr {06532.t2} {06532.f} {06532.p5} -> {06532.p6} 
+tr {06532.t3|06533.t1} : a6531 {06532.f} {06533.p1} -> {06533.p3} 
+tr {06533.e} {06533.p6} {06533.p3} -> {06533.p4-eats} 
+tr {06533.t} {06533.p2-thinks} -> {06533.p1} {06533.p5} 
+tr {06533.t0|06534.t4} : b6532 {06534.p4-eats} -> {06533.f} {06534.f} {06534.p2-thinks} 
+tr {06533.t2} {06533.f} {06533.p5} -> {06533.p6} 
+tr {06533.t3|06534.t1} : a6532 {06533.f} {06534.p1} -> {06534.p3} 
+tr {06534.e} {06534.p6} {06534.p3} -> {06534.p4-eats} 
+tr {06534.t} {06534.p2-thinks} -> {06534.p1} {06534.p5} 
+tr {06534.t0|06535.t4} : b6533 {06535.p4-eats} -> {06534.f} {06535.f} {06535.p2-thinks} 
+tr {06534.t2} {06534.f} {06534.p5} -> {06534.p6} 
+tr {06534.t3|06535.t1} : a6533 {06534.f} {06535.p1} -> {06535.p3} 
+tr {06535.e} {06535.p6} {06535.p3} -> {06535.p4-eats} 
+tr {06535.t} {06535.p2-thinks} -> {06535.p1} {06535.p5} 
+tr {06535.t0|06536.t4} : b6534 {06536.p4-eats} -> {06535.f} {06536.f} {06536.p2-thinks} 
+tr {06535.t2} {06535.f} {06535.p5} -> {06535.p6} 
+tr {06535.t3|06536.t1} : a6534 {06535.f} {06536.p1} -> {06536.p3} 
+tr {06536.e} {06536.p6} {06536.p3} -> {06536.p4-eats} 
+tr {06536.t} {06536.p2-thinks} -> {06536.p1} {06536.p5} 
+tr {06536.t0|06537.t4} : b6535 {06537.p4-eats} -> {06536.f} {06537.f} {06537.p2-thinks} 
+tr {06536.t2} {06536.f} {06536.p5} -> {06536.p6} 
+tr {06536.t3|06537.t1} : a6535 {06536.f} {06537.p1} -> {06537.p3} 
+tr {06537.e} {06537.p6} {06537.p3} -> {06537.p4-eats} 
+tr {06537.t} {06537.p2-thinks} -> {06537.p1} {06537.p5} 
+tr {06537.t0|06538.t4} : b6536 {06538.p4-eats} -> {06537.f} {06538.f} {06538.p2-thinks} 
+tr {06537.t2} {06537.f} {06537.p5} -> {06537.p6} 
+tr {06537.t3|06538.t1} : a6536 {06537.f} {06538.p1} -> {06538.p3} 
+tr {06538.e} {06538.p6} {06538.p3} -> {06538.p4-eats} 
+tr {06538.t} {06538.p2-thinks} -> {06538.p1} {06538.p5} 
+tr {06538.t0|06539.t4} : b6537 {06539.p4-eats} -> {06538.f} {06539.f} {06539.p2-thinks} 
+tr {06538.t2} {06538.f} {06538.p5} -> {06538.p6} 
+tr {06538.t3|06539.t1} : a6537 {06538.f} {06539.p1} -> {06539.p3} 
+tr {06539.e} {06539.p6} {06539.p3} -> {06539.p4-eats} 
+tr {06539.t} {06539.p2-thinks} -> {06539.p1} {06539.p5} 
+tr {06539.t0|06540.t4} : b6538 {06540.p4-eats} -> {06539.f} {06540.f} {06540.p2-thinks} 
+tr {06539.t2} {06539.f} {06539.p5} -> {06539.p6} 
+tr {06539.t3|06540.t1} : a6538 {06539.f} {06540.p1} -> {06540.p3} 
+tr {06540.e} {06540.p6} {06540.p3} -> {06540.p4-eats} 
+tr {06540.t} {06540.p2-thinks} -> {06540.p1} {06540.p5} 
+tr {06540.t0|06541.t4} : b6539 {06541.p4-eats} -> {06540.f} {06541.f} {06541.p2-thinks} 
+tr {06540.t2} {06540.f} {06540.p5} -> {06540.p6} 
+tr {06540.t3|06541.t1} : a6539 {06540.f} {06541.p1} -> {06541.p3} 
+tr {06541.e} {06541.p6} {06541.p3} -> {06541.p4-eats} 
+tr {06541.t} {06541.p2-thinks} -> {06541.p1} {06541.p5} 
+tr {06541.t0|06542.t4} : b6540 {06542.p4-eats} -> {06541.f} {06542.f} {06542.p2-thinks} 
+tr {06541.t2} {06541.f} {06541.p5} -> {06541.p6} 
+tr {06541.t3|06542.t1} : a6540 {06541.f} {06542.p1} -> {06542.p3} 
+tr {06542.e} {06542.p6} {06542.p3} -> {06542.p4-eats} 
+tr {06542.t} {06542.p2-thinks} -> {06542.p1} {06542.p5} 
+tr {06542.t0|06543.t4} : b6541 {06543.p4-eats} -> {06542.f} {06543.f} {06543.p2-thinks} 
+tr {06542.t2} {06542.f} {06542.p5} -> {06542.p6} 
+tr {06542.t3|06543.t1} : a6541 {06542.f} {06543.p1} -> {06543.p3} 
+tr {06543.e} {06543.p6} {06543.p3} -> {06543.p4-eats} 
+tr {06543.t} {06543.p2-thinks} -> {06543.p1} {06543.p5} 
+tr {06543.t0|06544.t4} : b6542 {06544.p4-eats} -> {06543.f} {06544.f} {06544.p2-thinks} 
+tr {06543.t2} {06543.f} {06543.p5} -> {06543.p6} 
+tr {06543.t3|06544.t1} : a6542 {06543.f} {06544.p1} -> {06544.p3} 
+tr {06544.e} {06544.p6} {06544.p3} -> {06544.p4-eats} 
+tr {06544.t} {06544.p2-thinks} -> {06544.p1} {06544.p5} 
+tr {06544.t0|06545.t4} : b6543 {06545.p4-eats} -> {06544.f} {06545.f} {06545.p2-thinks} 
+tr {06544.t2} {06544.f} {06544.p5} -> {06544.p6} 
+tr {06544.t3|06545.t1} : a6543 {06544.f} {06545.p1} -> {06545.p3} 
+tr {06545.e} {06545.p6} {06545.p3} -> {06545.p4-eats} 
+tr {06545.t} {06545.p2-thinks} -> {06545.p1} {06545.p5} 
+tr {06545.t0|06546.t4} : b6544 {06546.p4-eats} -> {06545.f} {06546.f} {06546.p2-thinks} 
+tr {06545.t2} {06545.f} {06545.p5} -> {06545.p6} 
+tr {06545.t3|06546.t1} : a6544 {06545.f} {06546.p1} -> {06546.p3} 
+tr {06546.e} {06546.p6} {06546.p3} -> {06546.p4-eats} 
+tr {06546.t} {06546.p2-thinks} -> {06546.p1} {06546.p5} 
+tr {06546.t0|06547.t4} : b6545 {06547.p4-eats} -> {06546.f} {06547.f} {06547.p2-thinks} 
+tr {06546.t2} {06546.f} {06546.p5} -> {06546.p6} 
+tr {06546.t3|06547.t1} : a6545 {06546.f} {06547.p1} -> {06547.p3} 
+tr {06547.e} {06547.p6} {06547.p3} -> {06547.p4-eats} 
+tr {06547.t} {06547.p2-thinks} -> {06547.p1} {06547.p5} 
+tr {06547.t0|06548.t4} : b6546 {06548.p4-eats} -> {06547.f} {06548.f} {06548.p2-thinks} 
+tr {06547.t2} {06547.f} {06547.p5} -> {06547.p6} 
+tr {06547.t3|06548.t1} : a6546 {06547.f} {06548.p1} -> {06548.p3} 
+tr {06548.e} {06548.p6} {06548.p3} -> {06548.p4-eats} 
+tr {06548.t} {06548.p2-thinks} -> {06548.p1} {06548.p5} 
+tr {06548.t0|06549.t4} : b6547 {06549.p4-eats} -> {06548.f} {06549.f} {06549.p2-thinks} 
+tr {06548.t2} {06548.f} {06548.p5} -> {06548.p6} 
+tr {06548.t3|06549.t1} : a6547 {06548.f} {06549.p1} -> {06549.p3} 
+tr {06549.e} {06549.p6} {06549.p3} -> {06549.p4-eats} 
+tr {06549.t} {06549.p2-thinks} -> {06549.p1} {06549.p5} 
+tr {06549.t0|06550.t4} : b6548 {06550.p4-eats} -> {06549.f} {06550.f} {06550.p2-thinks} 
+tr {06549.t2} {06549.f} {06549.p5} -> {06549.p6} 
+tr {06549.t3|06550.t1} : a6548 {06549.f} {06550.p1} -> {06550.p3} 
+tr {06550.e} {06550.p6} {06550.p3} -> {06550.p4-eats} 
+tr {06550.t} {06550.p2-thinks} -> {06550.p1} {06550.p5} 
+tr {06550.t0|06551.t4} : b6549 {06551.p4-eats} -> {06550.f} {06551.f} {06551.p2-thinks} 
+tr {06550.t2} {06550.f} {06550.p5} -> {06550.p6} 
+tr {06550.t3|06551.t1} : a6549 {06550.f} {06551.p1} -> {06551.p3} 
+tr {06551.e} {06551.p6} {06551.p3} -> {06551.p4-eats} 
+tr {06551.t} {06551.p2-thinks} -> {06551.p1} {06551.p5} 
+tr {06551.t0|06552.t4} : b6550 {06552.p4-eats} -> {06551.f} {06552.f} {06552.p2-thinks} 
+tr {06551.t2} {06551.f} {06551.p5} -> {06551.p6} 
+tr {06551.t3|06552.t1} : a6550 {06551.f} {06552.p1} -> {06552.p3} 
+tr {06552.e} {06552.p6} {06552.p3} -> {06552.p4-eats} 
+tr {06552.t} {06552.p2-thinks} -> {06552.p1} {06552.p5} 
+tr {06552.t0|06553.t4} : b6551 {06553.p4-eats} -> {06552.f} {06553.f} {06553.p2-thinks} 
+tr {06552.t2} {06552.f} {06552.p5} -> {06552.p6} 
+tr {06552.t3|06553.t1} : a6551 {06552.f} {06553.p1} -> {06553.p3} 
+tr {06553.e} {06553.p6} {06553.p3} -> {06553.p4-eats} 
+tr {06553.t} {06553.p2-thinks} -> {06553.p1} {06553.p5} 
+tr {06553.t0|06554.t4} : b6552 {06554.p4-eats} -> {06553.f} {06554.f} {06554.p2-thinks} 
+tr {06553.t2} {06553.f} {06553.p5} -> {06553.p6} 
+tr {06553.t3|06554.t1} : a6552 {06553.f} {06554.p1} -> {06554.p3} 
+tr {06554.e} {06554.p6} {06554.p3} -> {06554.p4-eats} 
+tr {06554.t} {06554.p2-thinks} -> {06554.p1} {06554.p5} 
+tr {06554.t0|06555.t4} : b6553 {06555.p4-eats} -> {06554.f} {06555.f} {06555.p2-thinks} 
+tr {06554.t2} {06554.f} {06554.p5} -> {06554.p6} 
+tr {06554.t3|06555.t1} : a6553 {06554.f} {06555.p1} -> {06555.p3} 
+tr {06555.e} {06555.p6} {06555.p3} -> {06555.p4-eats} 
+tr {06555.t} {06555.p2-thinks} -> {06555.p1} {06555.p5} 
+tr {06555.t0|06556.t4} : b6554 {06556.p4-eats} -> {06555.f} {06556.f} {06556.p2-thinks} 
+tr {06555.t2} {06555.f} {06555.p5} -> {06555.p6} 
+tr {06555.t3|06556.t1} : a6554 {06555.f} {06556.p1} -> {06556.p3} 
+tr {06556.e} {06556.p6} {06556.p3} -> {06556.p4-eats} 
+tr {06556.t} {06556.p2-thinks} -> {06556.p1} {06556.p5} 
+tr {06556.t0|06557.t4} : b6555 {06557.p4-eats} -> {06556.f} {06557.f} {06557.p2-thinks} 
+tr {06556.t2} {06556.f} {06556.p5} -> {06556.p6} 
+tr {06556.t3|06557.t1} : a6555 {06556.f} {06557.p1} -> {06557.p3} 
+tr {06557.e} {06557.p6} {06557.p3} -> {06557.p4-eats} 
+tr {06557.t} {06557.p2-thinks} -> {06557.p1} {06557.p5} 
+tr {06557.t0|06558.t4} : b6556 {06558.p4-eats} -> {06557.f} {06558.f} {06558.p2-thinks} 
+tr {06557.t2} {06557.f} {06557.p5} -> {06557.p6} 
+tr {06557.t3|06558.t1} : a6556 {06557.f} {06558.p1} -> {06558.p3} 
+tr {06558.e} {06558.p6} {06558.p3} -> {06558.p4-eats} 
+tr {06558.t} {06558.p2-thinks} -> {06558.p1} {06558.p5} 
+tr {06558.t0|06559.t4} : b6557 {06559.p4-eats} -> {06558.f} {06559.f} {06559.p2-thinks} 
+tr {06558.t2} {06558.f} {06558.p5} -> {06558.p6} 
+tr {06558.t3|06559.t1} : a6557 {06558.f} {06559.p1} -> {06559.p3} 
+tr {06559.e} {06559.p6} {06559.p3} -> {06559.p4-eats} 
+tr {06559.t} {06559.p2-thinks} -> {06559.p1} {06559.p5} 
+tr {06559.t0|06560.t4} : b6558 {06560.p4-eats} -> {06559.f} {06560.f} {06560.p2-thinks} 
+tr {06559.t2} {06559.f} {06559.p5} -> {06559.p6} 
+tr {06559.t3|06560.t1} : a6558 {06559.f} {06560.p1} -> {06560.p3} 
+tr {06560.e} {06560.p6} {06560.p3} -> {06560.p4-eats} 
+tr {06560.t} {06560.p2-thinks} -> {06560.p1} {06560.p5} 
+tr {06560.t0|06561.t4} : b6559 {06561.p4-eats} -> {06560.f} {06561.f} {06561.p2-thinks} 
+tr {06560.t2} {06560.f} {06560.p5} -> {06560.p6} 
+tr {06560.t3|06561.t1} : a6559 {06560.f} {06561.p1} -> {06561.p3} 
+tr {06561.e} {06561.p6} {06561.p3} -> {06561.p4-eats} 
+tr {06561.t} {06561.p2-thinks} -> {06561.p1} {06561.p5} 
+tr {06561.t0|06562.t4} : b6560 {06562.p4-eats} -> {06561.f} {06562.f} {06562.p2-thinks} 
+tr {06561.t2} {06561.f} {06561.p5} -> {06561.p6} 
+tr {06561.t3|06562.t1} : a6560 {06561.f} {06562.p1} -> {06562.p3} 
+tr {06562.e} {06562.p6} {06562.p3} -> {06562.p4-eats} 
+tr {06562.t} {06562.p2-thinks} -> {06562.p1} {06562.p5} 
+tr {06562.t0|06563.t4} : b6561 {06563.p4-eats} -> {06562.f} {06563.f} {06563.p2-thinks} 
+tr {06562.t2} {06562.f} {06562.p5} -> {06562.p6} 
+tr {06562.t3|06563.t1} : a6561 {06562.f} {06563.p1} -> {06563.p3} 
+tr {06563.e} {06563.p6} {06563.p3} -> {06563.p4-eats} 
+tr {06563.t} {06563.p2-thinks} -> {06563.p1} {06563.p5} 
+tr {06563.t0|06564.t4} : b6562 {06564.p4-eats} -> {06563.f} {06564.f} {06564.p2-thinks} 
+tr {06563.t2} {06563.f} {06563.p5} -> {06563.p6} 
+tr {06563.t3|06564.t1} : a6562 {06563.f} {06564.p1} -> {06564.p3} 
+tr {06564.e} {06564.p6} {06564.p3} -> {06564.p4-eats} 
+tr {06564.t} {06564.p2-thinks} -> {06564.p1} {06564.p5} 
+tr {06564.t0|06565.t4} : b6563 {06565.p4-eats} -> {06564.f} {06565.f} {06565.p2-thinks} 
+tr {06564.t2} {06564.f} {06564.p5} -> {06564.p6} 
+tr {06564.t3|06565.t1} : a6563 {06564.f} {06565.p1} -> {06565.p3} 
+tr {06565.e} {06565.p6} {06565.p3} -> {06565.p4-eats} 
+tr {06565.t} {06565.p2-thinks} -> {06565.p1} {06565.p5} 
+tr {06565.t0|06566.t4} : b6564 {06566.p4-eats} -> {06565.f} {06566.f} {06566.p2-thinks} 
+tr {06565.t2} {06565.f} {06565.p5} -> {06565.p6} 
+tr {06565.t3|06566.t1} : a6564 {06565.f} {06566.p1} -> {06566.p3} 
+tr {06566.e} {06566.p6} {06566.p3} -> {06566.p4-eats} 
+tr {06566.t} {06566.p2-thinks} -> {06566.p1} {06566.p5} 
+tr {06566.t0|06567.t4} : b6565 {06567.p4-eats} -> {06566.f} {06567.f} {06567.p2-thinks} 
+tr {06566.t2} {06566.f} {06566.p5} -> {06566.p6} 
+tr {06566.t3|06567.t1} : a6565 {06566.f} {06567.p1} -> {06567.p3} 
+tr {06567.e} {06567.p6} {06567.p3} -> {06567.p4-eats} 
+tr {06567.t} {06567.p2-thinks} -> {06567.p1} {06567.p5} 
+tr {06567.t0|06568.t4} : b6566 {06568.p4-eats} -> {06567.f} {06568.f} {06568.p2-thinks} 
+tr {06567.t2} {06567.f} {06567.p5} -> {06567.p6} 
+tr {06567.t3|06568.t1} : a6566 {06567.f} {06568.p1} -> {06568.p3} 
+tr {06568.e} {06568.p6} {06568.p3} -> {06568.p4-eats} 
+tr {06568.t} {06568.p2-thinks} -> {06568.p1} {06568.p5} 
+tr {06568.t0|06569.t4} : b6567 {06569.p4-eats} -> {06568.f} {06569.f} {06569.p2-thinks} 
+tr {06568.t2} {06568.f} {06568.p5} -> {06568.p6} 
+tr {06568.t3|06569.t1} : a6567 {06568.f} {06569.p1} -> {06569.p3} 
+tr {06569.e} {06569.p6} {06569.p3} -> {06569.p4-eats} 
+tr {06569.t} {06569.p2-thinks} -> {06569.p1} {06569.p5} 
+tr {06569.t0|06570.t4} : b6568 {06570.p4-eats} -> {06569.f} {06570.f} {06570.p2-thinks} 
+tr {06569.t2} {06569.f} {06569.p5} -> {06569.p6} 
+tr {06569.t3|06570.t1} : a6568 {06569.f} {06570.p1} -> {06570.p3} 
+tr {06570.e} {06570.p6} {06570.p3} -> {06570.p4-eats} 
+tr {06570.t} {06570.p2-thinks} -> {06570.p1} {06570.p5} 
+tr {06570.t0|06571.t4} : b6569 {06571.p4-eats} -> {06570.f} {06571.f} {06571.p2-thinks} 
+tr {06570.t2} {06570.f} {06570.p5} -> {06570.p6} 
+tr {06570.t3|06571.t1} : a6569 {06570.f} {06571.p1} -> {06571.p3} 
+tr {06571.e} {06571.p6} {06571.p3} -> {06571.p4-eats} 
+tr {06571.t} {06571.p2-thinks} -> {06571.p1} {06571.p5} 
+tr {06571.t0|06572.t4} : b6570 {06572.p4-eats} -> {06571.f} {06572.f} {06572.p2-thinks} 
+tr {06571.t2} {06571.f} {06571.p5} -> {06571.p6} 
+tr {06571.t3|06572.t1} : a6570 {06571.f} {06572.p1} -> {06572.p3} 
+tr {06572.e} {06572.p6} {06572.p3} -> {06572.p4-eats} 
+tr {06572.t} {06572.p2-thinks} -> {06572.p1} {06572.p5} 
+tr {06572.t0|06573.t4} : b6571 {06573.p4-eats} -> {06572.f} {06573.f} {06573.p2-thinks} 
+tr {06572.t2} {06572.f} {06572.p5} -> {06572.p6} 
+tr {06572.t3|06573.t1} : a6571 {06572.f} {06573.p1} -> {06573.p3} 
+tr {06573.e} {06573.p6} {06573.p3} -> {06573.p4-eats} 
+tr {06573.t} {06573.p2-thinks} -> {06573.p1} {06573.p5} 
+tr {06573.t0|06574.t4} : b6572 {06574.p4-eats} -> {06573.f} {06574.f} {06574.p2-thinks} 
+tr {06573.t2} {06573.f} {06573.p5} -> {06573.p6} 
+tr {06573.t3|06574.t1} : a6572 {06573.f} {06574.p1} -> {06574.p3} 
+tr {06574.e} {06574.p6} {06574.p3} -> {06574.p4-eats} 
+tr {06574.t} {06574.p2-thinks} -> {06574.p1} {06574.p5} 
+tr {06574.t0|06575.t4} : b6573 {06575.p4-eats} -> {06574.f} {06575.f} {06575.p2-thinks} 
+tr {06574.t2} {06574.f} {06574.p5} -> {06574.p6} 
+tr {06574.t3|06575.t1} : a6573 {06574.f} {06575.p1} -> {06575.p3} 
+tr {06575.e} {06575.p6} {06575.p3} -> {06575.p4-eats} 
+tr {06575.t} {06575.p2-thinks} -> {06575.p1} {06575.p5} 
+tr {06575.t0|06576.t4} : b6574 {06576.p4-eats} -> {06575.f} {06576.f} {06576.p2-thinks} 
+tr {06575.t2} {06575.f} {06575.p5} -> {06575.p6} 
+tr {06575.t3|06576.t1} : a6574 {06575.f} {06576.p1} -> {06576.p3} 
+tr {06576.e} {06576.p6} {06576.p3} -> {06576.p4-eats} 
+tr {06576.t} {06576.p2-thinks} -> {06576.p1} {06576.p5} 
+tr {06576.t0|06577.t4} : b6575 {06577.p4-eats} -> {06576.f} {06577.f} {06577.p2-thinks} 
+tr {06576.t2} {06576.f} {06576.p5} -> {06576.p6} 
+tr {06576.t3|06577.t1} : a6575 {06576.f} {06577.p1} -> {06577.p3} 
+tr {06577.e} {06577.p6} {06577.p3} -> {06577.p4-eats} 
+tr {06577.t} {06577.p2-thinks} -> {06577.p1} {06577.p5} 
+tr {06577.t0|06578.t4} : b6576 {06578.p4-eats} -> {06577.f} {06578.f} {06578.p2-thinks} 
+tr {06577.t2} {06577.f} {06577.p5} -> {06577.p6} 
+tr {06577.t3|06578.t1} : a6576 {06577.f} {06578.p1} -> {06578.p3} 
+tr {06578.e} {06578.p6} {06578.p3} -> {06578.p4-eats} 
+tr {06578.t} {06578.p2-thinks} -> {06578.p1} {06578.p5} 
+tr {06578.t0|06579.t4} : b6577 {06579.p4-eats} -> {06578.f} {06579.f} {06579.p2-thinks} 
+tr {06578.t2} {06578.f} {06578.p5} -> {06578.p6} 
+tr {06578.t3|06579.t1} : a6577 {06578.f} {06579.p1} -> {06579.p3} 
+tr {06579.e} {06579.p6} {06579.p3} -> {06579.p4-eats} 
+tr {06579.t} {06579.p2-thinks} -> {06579.p1} {06579.p5} 
+tr {06579.t0|06580.t4} : b6578 {06580.p4-eats} -> {06579.f} {06580.f} {06580.p2-thinks} 
+tr {06579.t2} {06579.f} {06579.p5} -> {06579.p6} 
+tr {06579.t3|06580.t1} : a6578 {06579.f} {06580.p1} -> {06580.p3} 
+tr {06580.e} {06580.p6} {06580.p3} -> {06580.p4-eats} 
+tr {06580.t} {06580.p2-thinks} -> {06580.p1} {06580.p5} 
+tr {06580.t0|06581.t4} : b6579 {06581.p4-eats} -> {06580.f} {06581.f} {06581.p2-thinks} 
+tr {06580.t2} {06580.f} {06580.p5} -> {06580.p6} 
+tr {06580.t3|06581.t1} : a6579 {06580.f} {06581.p1} -> {06581.p3} 
+tr {06581.e} {06581.p6} {06581.p3} -> {06581.p4-eats} 
+tr {06581.t} {06581.p2-thinks} -> {06581.p1} {06581.p5} 
+tr {06581.t0|06582.t4} : b6580 {06582.p4-eats} -> {06581.f} {06582.f} {06582.p2-thinks} 
+tr {06581.t2} {06581.f} {06581.p5} -> {06581.p6} 
+tr {06581.t3|06582.t1} : a6580 {06581.f} {06582.p1} -> {06582.p3} 
+tr {06582.e} {06582.p6} {06582.p3} -> {06582.p4-eats} 
+tr {06582.t} {06582.p2-thinks} -> {06582.p1} {06582.p5} 
+tr {06582.t0|06583.t4} : b6581 {06583.p4-eats} -> {06582.f} {06583.f} {06583.p2-thinks} 
+tr {06582.t2} {06582.f} {06582.p5} -> {06582.p6} 
+tr {06582.t3|06583.t1} : a6581 {06582.f} {06583.p1} -> {06583.p3} 
+tr {06583.e} {06583.p6} {06583.p3} -> {06583.p4-eats} 
+tr {06583.t} {06583.p2-thinks} -> {06583.p1} {06583.p5} 
+tr {06583.t0|06584.t4} : b6582 {06584.p4-eats} -> {06583.f} {06584.f} {06584.p2-thinks} 
+tr {06583.t2} {06583.f} {06583.p5} -> {06583.p6} 
+tr {06583.t3|06584.t1} : a6582 {06583.f} {06584.p1} -> {06584.p3} 
+tr {06584.e} {06584.p6} {06584.p3} -> {06584.p4-eats} 
+tr {06584.t} {06584.p2-thinks} -> {06584.p1} {06584.p5} 
+tr {06584.t0|06585.t4} : b6583 {06585.p4-eats} -> {06584.f} {06585.f} {06585.p2-thinks} 
+tr {06584.t2} {06584.f} {06584.p5} -> {06584.p6} 
+tr {06584.t3|06585.t1} : a6583 {06584.f} {06585.p1} -> {06585.p3} 
+tr {06585.e} {06585.p6} {06585.p3} -> {06585.p4-eats} 
+tr {06585.t} {06585.p2-thinks} -> {06585.p1} {06585.p5} 
+tr {06585.t0|06586.t4} : b6584 {06586.p4-eats} -> {06585.f} {06586.f} {06586.p2-thinks} 
+tr {06585.t2} {06585.f} {06585.p5} -> {06585.p6} 
+tr {06585.t3|06586.t1} : a6584 {06585.f} {06586.p1} -> {06586.p3} 
+tr {06586.e} {06586.p6} {06586.p3} -> {06586.p4-eats} 
+tr {06586.t} {06586.p2-thinks} -> {06586.p1} {06586.p5} 
+tr {06586.t0|06587.t4} : b6585 {06587.p4-eats} -> {06586.f} {06587.f} {06587.p2-thinks} 
+tr {06586.t2} {06586.f} {06586.p5} -> {06586.p6} 
+tr {06586.t3|06587.t1} : a6585 {06586.f} {06587.p1} -> {06587.p3} 
+tr {06587.e} {06587.p6} {06587.p3} -> {06587.p4-eats} 
+tr {06587.t} {06587.p2-thinks} -> {06587.p1} {06587.p5} 
+tr {06587.t0|06588.t4} : b6586 {06588.p4-eats} -> {06587.f} {06588.f} {06588.p2-thinks} 
+tr {06587.t2} {06587.f} {06587.p5} -> {06587.p6} 
+tr {06587.t3|06588.t1} : a6586 {06587.f} {06588.p1} -> {06588.p3} 
+tr {06588.e} {06588.p6} {06588.p3} -> {06588.p4-eats} 
+tr {06588.t} {06588.p2-thinks} -> {06588.p1} {06588.p5} 
+tr {06588.t0|06589.t4} : b6587 {06589.p4-eats} -> {06588.f} {06589.f} {06589.p2-thinks} 
+tr {06588.t2} {06588.f} {06588.p5} -> {06588.p6} 
+tr {06588.t3|06589.t1} : a6587 {06588.f} {06589.p1} -> {06589.p3} 
+tr {06589.e} {06589.p6} {06589.p3} -> {06589.p4-eats} 
+tr {06589.t} {06589.p2-thinks} -> {06589.p1} {06589.p5} 
+tr {06589.t0|06590.t4} : b6588 {06590.p4-eats} -> {06589.f} {06590.f} {06590.p2-thinks} 
+tr {06589.t2} {06589.f} {06589.p5} -> {06589.p6} 
+tr {06589.t3|06590.t1} : a6588 {06589.f} {06590.p1} -> {06590.p3} 
+tr {06590.e} {06590.p6} {06590.p3} -> {06590.p4-eats} 
+tr {06590.t} {06590.p2-thinks} -> {06590.p1} {06590.p5} 
+tr {06590.t0|06591.t4} : b6589 {06591.p4-eats} -> {06590.f} {06591.f} {06591.p2-thinks} 
+tr {06590.t2} {06590.f} {06590.p5} -> {06590.p6} 
+tr {06590.t3|06591.t1} : a6589 {06590.f} {06591.p1} -> {06591.p3} 
+tr {06591.e} {06591.p6} {06591.p3} -> {06591.p4-eats} 
+tr {06591.t} {06591.p2-thinks} -> {06591.p1} {06591.p5} 
+tr {06591.t0|06592.t4} : b6590 {06592.p4-eats} -> {06591.f} {06592.f} {06592.p2-thinks} 
+tr {06591.t2} {06591.f} {06591.p5} -> {06591.p6} 
+tr {06591.t3|06592.t1} : a6590 {06591.f} {06592.p1} -> {06592.p3} 
+tr {06592.e} {06592.p6} {06592.p3} -> {06592.p4-eats} 
+tr {06592.t} {06592.p2-thinks} -> {06592.p1} {06592.p5} 
+tr {06592.t0|06593.t4} : b6591 {06593.p4-eats} -> {06592.f} {06593.f} {06593.p2-thinks} 
+tr {06592.t2} {06592.f} {06592.p5} -> {06592.p6} 
+tr {06592.t3|06593.t1} : a6591 {06592.f} {06593.p1} -> {06593.p3} 
+tr {06593.e} {06593.p6} {06593.p3} -> {06593.p4-eats} 
+tr {06593.t} {06593.p2-thinks} -> {06593.p1} {06593.p5} 
+tr {06593.t0|06594.t4} : b6592 {06594.p4-eats} -> {06593.f} {06594.f} {06594.p2-thinks} 
+tr {06593.t2} {06593.f} {06593.p5} -> {06593.p6} 
+tr {06593.t3|06594.t1} : a6592 {06593.f} {06594.p1} -> {06594.p3} 
+tr {06594.e} {06594.p6} {06594.p3} -> {06594.p4-eats} 
+tr {06594.t} {06594.p2-thinks} -> {06594.p1} {06594.p5} 
+tr {06594.t0|06595.t4} : b6593 {06595.p4-eats} -> {06594.f} {06595.f} {06595.p2-thinks} 
+tr {06594.t2} {06594.f} {06594.p5} -> {06594.p6} 
+tr {06594.t3|06595.t1} : a6593 {06594.f} {06595.p1} -> {06595.p3} 
+tr {06595.e} {06595.p6} {06595.p3} -> {06595.p4-eats} 
+tr {06595.t} {06595.p2-thinks} -> {06595.p1} {06595.p5} 
+tr {06595.t0|06596.t4} : b6594 {06596.p4-eats} -> {06595.f} {06596.f} {06596.p2-thinks} 
+tr {06595.t2} {06595.f} {06595.p5} -> {06595.p6} 
+tr {06595.t3|06596.t1} : a6594 {06595.f} {06596.p1} -> {06596.p3} 
+tr {06596.e} {06596.p6} {06596.p3} -> {06596.p4-eats} 
+tr {06596.t} {06596.p2-thinks} -> {06596.p1} {06596.p5} 
+tr {06596.t0|06597.t4} : b6595 {06597.p4-eats} -> {06596.f} {06597.f} {06597.p2-thinks} 
+tr {06596.t2} {06596.f} {06596.p5} -> {06596.p6} 
+tr {06596.t3|06597.t1} : a6595 {06596.f} {06597.p1} -> {06597.p3} 
+tr {06597.e} {06597.p6} {06597.p3} -> {06597.p4-eats} 
+tr {06597.t} {06597.p2-thinks} -> {06597.p1} {06597.p5} 
+tr {06597.t0|06598.t4} : b6596 {06598.p4-eats} -> {06597.f} {06598.f} {06598.p2-thinks} 
+tr {06597.t2} {06597.f} {06597.p5} -> {06597.p6} 
+tr {06597.t3|06598.t1} : a6596 {06597.f} {06598.p1} -> {06598.p3} 
+tr {06598.e} {06598.p6} {06598.p3} -> {06598.p4-eats} 
+tr {06598.t} {06598.p2-thinks} -> {06598.p1} {06598.p5} 
+tr {06598.t0|06599.t4} : b6597 {06599.p4-eats} -> {06598.f} {06599.f} {06599.p2-thinks} 
+tr {06598.t2} {06598.f} {06598.p5} -> {06598.p6} 
+tr {06598.t3|06599.t1} : a6597 {06598.f} {06599.p1} -> {06599.p3} 
+tr {06599.e} {06599.p6} {06599.p3} -> {06599.p4-eats} 
+tr {06599.t} {06599.p2-thinks} -> {06599.p1} {06599.p5} 
+tr {06599.t0|06600.t4} : b6598 {06600.p4-eats} -> {06599.f} {06600.f} {06600.p2-thinks} 
+tr {06599.t2} {06599.f} {06599.p5} -> {06599.p6} 
+tr {06599.t3|06600.t1} : a6598 {06599.f} {06600.p1} -> {06600.p3} 
+tr {06600.e} {06600.p6} {06600.p3} -> {06600.p4-eats} 
+tr {06600.t} {06600.p2-thinks} -> {06600.p1} {06600.p5} 
+tr {06600.t0|06601.t4} : b6599 {06601.p4-eats} -> {06600.f} {06601.f} {06601.p2-thinks} 
+tr {06600.t2} {06600.f} {06600.p5} -> {06600.p6} 
+tr {06600.t3|06601.t1} : a6599 {06600.f} {06601.p1} -> {06601.p3} 
+tr {06601.e} {06601.p6} {06601.p3} -> {06601.p4-eats} 
+tr {06601.t} {06601.p2-thinks} -> {06601.p1} {06601.p5} 
+tr {06601.t0|06602.t4} : b6600 {06602.p4-eats} -> {06601.f} {06602.f} {06602.p2-thinks} 
+tr {06601.t2} {06601.f} {06601.p5} -> {06601.p6} 
+tr {06601.t3|06602.t1} : a6600 {06601.f} {06602.p1} -> {06602.p3} 
+tr {06602.e} {06602.p6} {06602.p3} -> {06602.p4-eats} 
+tr {06602.t} {06602.p2-thinks} -> {06602.p1} {06602.p5} 
+tr {06602.t0|06603.t4} : b6601 {06603.p4-eats} -> {06602.f} {06603.f} {06603.p2-thinks} 
+tr {06602.t2} {06602.f} {06602.p5} -> {06602.p6} 
+tr {06602.t3|06603.t1} : a6601 {06602.f} {06603.p1} -> {06603.p3} 
+tr {06603.e} {06603.p6} {06603.p3} -> {06603.p4-eats} 
+tr {06603.t} {06603.p2-thinks} -> {06603.p1} {06603.p5} 
+tr {06603.t0|06604.t4} : b6602 {06604.p4-eats} -> {06603.f} {06604.f} {06604.p2-thinks} 
+tr {06603.t2} {06603.f} {06603.p5} -> {06603.p6} 
+tr {06603.t3|06604.t1} : a6602 {06603.f} {06604.p1} -> {06604.p3} 
+tr {06604.e} {06604.p6} {06604.p3} -> {06604.p4-eats} 
+tr {06604.t} {06604.p2-thinks} -> {06604.p1} {06604.p5} 
+tr {06604.t0|06605.t4} : b6603 {06605.p4-eats} -> {06604.f} {06605.f} {06605.p2-thinks} 
+tr {06604.t2} {06604.f} {06604.p5} -> {06604.p6} 
+tr {06604.t3|06605.t1} : a6603 {06604.f} {06605.p1} -> {06605.p3} 
+tr {06605.e} {06605.p6} {06605.p3} -> {06605.p4-eats} 
+tr {06605.t} {06605.p2-thinks} -> {06605.p1} {06605.p5} 
+tr {06605.t0|06606.t4} : b6604 {06606.p4-eats} -> {06605.f} {06606.f} {06606.p2-thinks} 
+tr {06605.t2} {06605.f} {06605.p5} -> {06605.p6} 
+tr {06605.t3|06606.t1} : a6604 {06605.f} {06606.p1} -> {06606.p3} 
+tr {06606.e} {06606.p6} {06606.p3} -> {06606.p4-eats} 
+tr {06606.t} {06606.p2-thinks} -> {06606.p1} {06606.p5} 
+tr {06606.t0|06607.t4} : b6605 {06607.p4-eats} -> {06606.f} {06607.f} {06607.p2-thinks} 
+tr {06606.t2} {06606.f} {06606.p5} -> {06606.p6} 
+tr {06606.t3|06607.t1} : a6605 {06606.f} {06607.p1} -> {06607.p3} 
+tr {06607.e} {06607.p6} {06607.p3} -> {06607.p4-eats} 
+tr {06607.t} {06607.p2-thinks} -> {06607.p1} {06607.p5} 
+tr {06607.t0|06608.t4} : b6606 {06608.p4-eats} -> {06607.f} {06608.f} {06608.p2-thinks} 
+tr {06607.t2} {06607.f} {06607.p5} -> {06607.p6} 
+tr {06607.t3|06608.t1} : a6606 {06607.f} {06608.p1} -> {06608.p3} 
+tr {06608.e} {06608.p6} {06608.p3} -> {06608.p4-eats} 
+tr {06608.t} {06608.p2-thinks} -> {06608.p1} {06608.p5} 
+tr {06608.t0|06609.t4} : b6607 {06609.p4-eats} -> {06608.f} {06609.f} {06609.p2-thinks} 
+tr {06608.t2} {06608.f} {06608.p5} -> {06608.p6} 
+tr {06608.t3|06609.t1} : a6607 {06608.f} {06609.p1} -> {06609.p3} 
+tr {06609.e} {06609.p6} {06609.p3} -> {06609.p4-eats} 
+tr {06609.t} {06609.p2-thinks} -> {06609.p1} {06609.p5} 
+tr {06609.t0|06610.t4} : b6608 {06610.p4-eats} -> {06609.f} {06610.f} {06610.p2-thinks} 
+tr {06609.t2} {06609.f} {06609.p5} -> {06609.p6} 
+tr {06609.t3|06610.t1} : a6608 {06609.f} {06610.p1} -> {06610.p3} 
+tr {06610.e} {06610.p6} {06610.p3} -> {06610.p4-eats} 
+tr {06610.t} {06610.p2-thinks} -> {06610.p1} {06610.p5} 
+tr {06610.t0|06611.t4} : b6609 {06611.p4-eats} -> {06610.f} {06611.f} {06611.p2-thinks} 
+tr {06610.t2} {06610.f} {06610.p5} -> {06610.p6} 
+tr {06610.t3|06611.t1} : a6609 {06610.f} {06611.p1} -> {06611.p3} 
+tr {06611.e} {06611.p6} {06611.p3} -> {06611.p4-eats} 
+tr {06611.t} {06611.p2-thinks} -> {06611.p1} {06611.p5} 
+tr {06611.t0|06612.t4} : b6610 {06612.p4-eats} -> {06611.f} {06612.f} {06612.p2-thinks} 
+tr {06611.t2} {06611.f} {06611.p5} -> {06611.p6} 
+tr {06611.t3|06612.t1} : a6610 {06611.f} {06612.p1} -> {06612.p3} 
+tr {06612.e} {06612.p6} {06612.p3} -> {06612.p4-eats} 
+tr {06612.t} {06612.p2-thinks} -> {06612.p1} {06612.p5} 
+tr {06612.t0|06613.t4} : b6611 {06613.p4-eats} -> {06612.f} {06613.f} {06613.p2-thinks} 
+tr {06612.t2} {06612.f} {06612.p5} -> {06612.p6} 
+tr {06612.t3|06613.t1} : a6611 {06612.f} {06613.p1} -> {06613.p3} 
+tr {06613.e} {06613.p6} {06613.p3} -> {06613.p4-eats} 
+tr {06613.t} {06613.p2-thinks} -> {06613.p1} {06613.p5} 
+tr {06613.t0|06614.t4} : b6612 {06614.p4-eats} -> {06613.f} {06614.f} {06614.p2-thinks} 
+tr {06613.t2} {06613.f} {06613.p5} -> {06613.p6} 
+tr {06613.t3|06614.t1} : a6612 {06613.f} {06614.p1} -> {06614.p3} 
+tr {06614.e} {06614.p6} {06614.p3} -> {06614.p4-eats} 
+tr {06614.t} {06614.p2-thinks} -> {06614.p1} {06614.p5} 
+tr {06614.t0|06615.t4} : b6613 {06615.p4-eats} -> {06614.f} {06615.f} {06615.p2-thinks} 
+tr {06614.t2} {06614.f} {06614.p5} -> {06614.p6} 
+tr {06614.t3|06615.t1} : a6613 {06614.f} {06615.p1} -> {06615.p3} 
+tr {06615.e} {06615.p6} {06615.p3} -> {06615.p4-eats} 
+tr {06615.t} {06615.p2-thinks} -> {06615.p1} {06615.p5} 
+tr {06615.t0|06616.t4} : b6614 {06616.p4-eats} -> {06615.f} {06616.f} {06616.p2-thinks} 
+tr {06615.t2} {06615.f} {06615.p5} -> {06615.p6} 
+tr {06615.t3|06616.t1} : a6614 {06615.f} {06616.p1} -> {06616.p3} 
+tr {06616.e} {06616.p6} {06616.p3} -> {06616.p4-eats} 
+tr {06616.t} {06616.p2-thinks} -> {06616.p1} {06616.p5} 
+tr {06616.t0|06617.t4} : b6615 {06617.p4-eats} -> {06616.f} {06617.f} {06617.p2-thinks} 
+tr {06616.t2} {06616.f} {06616.p5} -> {06616.p6} 
+tr {06616.t3|06617.t1} : a6615 {06616.f} {06617.p1} -> {06617.p3} 
+tr {06617.e} {06617.p6} {06617.p3} -> {06617.p4-eats} 
+tr {06617.t} {06617.p2-thinks} -> {06617.p1} {06617.p5} 
+tr {06617.t0|06618.t4} : b6616 {06618.p4-eats} -> {06617.f} {06618.f} {06618.p2-thinks} 
+tr {06617.t2} {06617.f} {06617.p5} -> {06617.p6} 
+tr {06617.t3|06618.t1} : a6616 {06617.f} {06618.p1} -> {06618.p3} 
+tr {06618.e} {06618.p6} {06618.p3} -> {06618.p4-eats} 
+tr {06618.t} {06618.p2-thinks} -> {06618.p1} {06618.p5} 
+tr {06618.t0|06619.t4} : b6617 {06619.p4-eats} -> {06618.f} {06619.f} {06619.p2-thinks} 
+tr {06618.t2} {06618.f} {06618.p5} -> {06618.p6} 
+tr {06618.t3|06619.t1} : a6617 {06618.f} {06619.p1} -> {06619.p3} 
+tr {06619.e} {06619.p6} {06619.p3} -> {06619.p4-eats} 
+tr {06619.t} {06619.p2-thinks} -> {06619.p1} {06619.p5} 
+tr {06619.t0|06620.t4} : b6618 {06620.p4-eats} -> {06619.f} {06620.f} {06620.p2-thinks} 
+tr {06619.t2} {06619.f} {06619.p5} -> {06619.p6} 
+tr {06619.t3|06620.t1} : a6618 {06619.f} {06620.p1} -> {06620.p3} 
+tr {06620.e} {06620.p6} {06620.p3} -> {06620.p4-eats} 
+tr {06620.t} {06620.p2-thinks} -> {06620.p1} {06620.p5} 
+tr {06620.t0|06621.t4} : b6619 {06621.p4-eats} -> {06620.f} {06621.f} {06621.p2-thinks} 
+tr {06620.t2} {06620.f} {06620.p5} -> {06620.p6} 
+tr {06620.t3|06621.t1} : a6619 {06620.f} {06621.p1} -> {06621.p3} 
+tr {06621.e} {06621.p6} {06621.p3} -> {06621.p4-eats} 
+tr {06621.t} {06621.p2-thinks} -> {06621.p1} {06621.p5} 
+tr {06621.t0|06622.t4} : b6620 {06622.p4-eats} -> {06621.f} {06622.f} {06622.p2-thinks} 
+tr {06621.t2} {06621.f} {06621.p5} -> {06621.p6} 
+tr {06621.t3|06622.t1} : a6620 {06621.f} {06622.p1} -> {06622.p3} 
+tr {06622.e} {06622.p6} {06622.p3} -> {06622.p4-eats} 
+tr {06622.t} {06622.p2-thinks} -> {06622.p1} {06622.p5} 
+tr {06622.t0|06623.t4} : b6621 {06623.p4-eats} -> {06622.f} {06623.f} {06623.p2-thinks} 
+tr {06622.t2} {06622.f} {06622.p5} -> {06622.p6} 
+tr {06622.t3|06623.t1} : a6621 {06622.f} {06623.p1} -> {06623.p3} 
+tr {06623.e} {06623.p6} {06623.p3} -> {06623.p4-eats} 
+tr {06623.t} {06623.p2-thinks} -> {06623.p1} {06623.p5} 
+tr {06623.t0|06624.t4} : b6622 {06624.p4-eats} -> {06623.f} {06624.f} {06624.p2-thinks} 
+tr {06623.t2} {06623.f} {06623.p5} -> {06623.p6} 
+tr {06623.t3|06624.t1} : a6622 {06623.f} {06624.p1} -> {06624.p3} 
+tr {06624.e} {06624.p6} {06624.p3} -> {06624.p4-eats} 
+tr {06624.t} {06624.p2-thinks} -> {06624.p1} {06624.p5} 
+tr {06624.t0|06625.t4} : b6623 {06625.p4-eats} -> {06624.f} {06625.f} {06625.p2-thinks} 
+tr {06624.t2} {06624.f} {06624.p5} -> {06624.p6} 
+tr {06624.t3|06625.t1} : a6623 {06624.f} {06625.p1} -> {06625.p3} 
+tr {06625.e} {06625.p6} {06625.p3} -> {06625.p4-eats} 
+tr {06625.t} {06625.p2-thinks} -> {06625.p1} {06625.p5} 
+tr {06625.t0|06626.t4} : b6624 {06626.p4-eats} -> {06625.f} {06626.f} {06626.p2-thinks} 
+tr {06625.t2} {06625.f} {06625.p5} -> {06625.p6} 
+tr {06625.t3|06626.t1} : a6624 {06625.f} {06626.p1} -> {06626.p3} 
+tr {06626.e} {06626.p6} {06626.p3} -> {06626.p4-eats} 
+tr {06626.t} {06626.p2-thinks} -> {06626.p1} {06626.p5} 
+tr {06626.t0|06627.t4} : b6625 {06627.p4-eats} -> {06626.f} {06627.f} {06627.p2-thinks} 
+tr {06626.t2} {06626.f} {06626.p5} -> {06626.p6} 
+tr {06626.t3|06627.t1} : a6625 {06626.f} {06627.p1} -> {06627.p3} 
+tr {06627.e} {06627.p6} {06627.p3} -> {06627.p4-eats} 
+tr {06627.t} {06627.p2-thinks} -> {06627.p1} {06627.p5} 
+tr {06627.t0|06628.t4} : b6626 {06628.p4-eats} -> {06627.f} {06628.f} {06628.p2-thinks} 
+tr {06627.t2} {06627.f} {06627.p5} -> {06627.p6} 
+tr {06627.t3|06628.t1} : a6626 {06627.f} {06628.p1} -> {06628.p3} 
+tr {06628.e} {06628.p6} {06628.p3} -> {06628.p4-eats} 
+tr {06628.t} {06628.p2-thinks} -> {06628.p1} {06628.p5} 
+tr {06628.t0|06629.t4} : b6627 {06629.p4-eats} -> {06628.f} {06629.f} {06629.p2-thinks} 
+tr {06628.t2} {06628.f} {06628.p5} -> {06628.p6} 
+tr {06628.t3|06629.t1} : a6627 {06628.f} {06629.p1} -> {06629.p3} 
+tr {06629.e} {06629.p6} {06629.p3} -> {06629.p4-eats} 
+tr {06629.t} {06629.p2-thinks} -> {06629.p1} {06629.p5} 
+tr {06629.t0|06630.t4} : b6628 {06630.p4-eats} -> {06629.f} {06630.f} {06630.p2-thinks} 
+tr {06629.t2} {06629.f} {06629.p5} -> {06629.p6} 
+tr {06629.t3|06630.t1} : a6628 {06629.f} {06630.p1} -> {06630.p3} 
+tr {06630.e} {06630.p6} {06630.p3} -> {06630.p4-eats} 
+tr {06630.t} {06630.p2-thinks} -> {06630.p1} {06630.p5} 
+tr {06630.t0|06631.t4} : b6629 {06631.p4-eats} -> {06630.f} {06631.f} {06631.p2-thinks} 
+tr {06630.t2} {06630.f} {06630.p5} -> {06630.p6} 
+tr {06630.t3|06631.t1} : a6629 {06630.f} {06631.p1} -> {06631.p3} 
+tr {06631.e} {06631.p6} {06631.p3} -> {06631.p4-eats} 
+tr {06631.t} {06631.p2-thinks} -> {06631.p1} {06631.p5} 
+tr {06631.t0|06632.t4} : b6630 {06632.p4-eats} -> {06631.f} {06632.f} {06632.p2-thinks} 
+tr {06631.t2} {06631.f} {06631.p5} -> {06631.p6} 
+tr {06631.t3|06632.t1} : a6630 {06631.f} {06632.p1} -> {06632.p3} 
+tr {06632.e} {06632.p6} {06632.p3} -> {06632.p4-eats} 
+tr {06632.t} {06632.p2-thinks} -> {06632.p1} {06632.p5} 
+tr {06632.t0|06633.t4} : b6631 {06633.p4-eats} -> {06632.f} {06633.f} {06633.p2-thinks} 
+tr {06632.t2} {06632.f} {06632.p5} -> {06632.p6} 
+tr {06632.t3|06633.t1} : a6631 {06632.f} {06633.p1} -> {06633.p3} 
+tr {06633.e} {06633.p6} {06633.p3} -> {06633.p4-eats} 
+tr {06633.t} {06633.p2-thinks} -> {06633.p1} {06633.p5} 
+tr {06633.t0|06634.t4} : b6632 {06634.p4-eats} -> {06633.f} {06634.f} {06634.p2-thinks} 
+tr {06633.t2} {06633.f} {06633.p5} -> {06633.p6} 
+tr {06633.t3|06634.t1} : a6632 {06633.f} {06634.p1} -> {06634.p3} 
+tr {06634.e} {06634.p6} {06634.p3} -> {06634.p4-eats} 
+tr {06634.t} {06634.p2-thinks} -> {06634.p1} {06634.p5} 
+tr {06634.t0|06635.t4} : b6633 {06635.p4-eats} -> {06634.f} {06635.f} {06635.p2-thinks} 
+tr {06634.t2} {06634.f} {06634.p5} -> {06634.p6} 
+tr {06634.t3|06635.t1} : a6633 {06634.f} {06635.p1} -> {06635.p3} 
+tr {06635.e} {06635.p6} {06635.p3} -> {06635.p4-eats} 
+tr {06635.t} {06635.p2-thinks} -> {06635.p1} {06635.p5} 
+tr {06635.t0|06636.t4} : b6634 {06636.p4-eats} -> {06635.f} {06636.f} {06636.p2-thinks} 
+tr {06635.t2} {06635.f} {06635.p5} -> {06635.p6} 
+tr {06635.t3|06636.t1} : a6634 {06635.f} {06636.p1} -> {06636.p3} 
+tr {06636.e} {06636.p6} {06636.p3} -> {06636.p4-eats} 
+tr {06636.t} {06636.p2-thinks} -> {06636.p1} {06636.p5} 
+tr {06636.t0|06637.t4} : b6635 {06637.p4-eats} -> {06636.f} {06637.f} {06637.p2-thinks} 
+tr {06636.t2} {06636.f} {06636.p5} -> {06636.p6} 
+tr {06636.t3|06637.t1} : a6635 {06636.f} {06637.p1} -> {06637.p3} 
+tr {06637.e} {06637.p6} {06637.p3} -> {06637.p4-eats} 
+tr {06637.t} {06637.p2-thinks} -> {06637.p1} {06637.p5} 
+tr {06637.t0|06638.t4} : b6636 {06638.p4-eats} -> {06637.f} {06638.f} {06638.p2-thinks} 
+tr {06637.t2} {06637.f} {06637.p5} -> {06637.p6} 
+tr {06637.t3|06638.t1} : a6636 {06637.f} {06638.p1} -> {06638.p3} 
+tr {06638.e} {06638.p6} {06638.p3} -> {06638.p4-eats} 
+tr {06638.t} {06638.p2-thinks} -> {06638.p1} {06638.p5} 
+tr {06638.t0|06639.t4} : b6637 {06639.p4-eats} -> {06638.f} {06639.f} {06639.p2-thinks} 
+tr {06638.t2} {06638.f} {06638.p5} -> {06638.p6} 
+tr {06638.t3|06639.t1} : a6637 {06638.f} {06639.p1} -> {06639.p3} 
+tr {06639.e} {06639.p6} {06639.p3} -> {06639.p4-eats} 
+tr {06639.t} {06639.p2-thinks} -> {06639.p1} {06639.p5} 
+tr {06639.t0|06640.t4} : b6638 {06640.p4-eats} -> {06639.f} {06640.f} {06640.p2-thinks} 
+tr {06639.t2} {06639.f} {06639.p5} -> {06639.p6} 
+tr {06639.t3|06640.t1} : a6638 {06639.f} {06640.p1} -> {06640.p3} 
+tr {06640.e} {06640.p6} {06640.p3} -> {06640.p4-eats} 
+tr {06640.t} {06640.p2-thinks} -> {06640.p1} {06640.p5} 
+tr {06640.t0|06641.t4} : b6639 {06641.p4-eats} -> {06640.f} {06641.f} {06641.p2-thinks} 
+tr {06640.t2} {06640.f} {06640.p5} -> {06640.p6} 
+tr {06640.t3|06641.t1} : a6639 {06640.f} {06641.p1} -> {06641.p3} 
+tr {06641.e} {06641.p6} {06641.p3} -> {06641.p4-eats} 
+tr {06641.t} {06641.p2-thinks} -> {06641.p1} {06641.p5} 
+tr {06641.t0|06642.t4} : b6640 {06642.p4-eats} -> {06641.f} {06642.f} {06642.p2-thinks} 
+tr {06641.t2} {06641.f} {06641.p5} -> {06641.p6} 
+tr {06641.t3|06642.t1} : a6640 {06641.f} {06642.p1} -> {06642.p3} 
+tr {06642.e} {06642.p6} {06642.p3} -> {06642.p4-eats} 
+tr {06642.t} {06642.p2-thinks} -> {06642.p1} {06642.p5} 
+tr {06642.t0|06643.t4} : b6641 {06643.p4-eats} -> {06642.f} {06643.f} {06643.p2-thinks} 
+tr {06642.t2} {06642.f} {06642.p5} -> {06642.p6} 
+tr {06642.t3|06643.t1} : a6641 {06642.f} {06643.p1} -> {06643.p3} 
+tr {06643.e} {06643.p6} {06643.p3} -> {06643.p4-eats} 
+tr {06643.t} {06643.p2-thinks} -> {06643.p1} {06643.p5} 
+tr {06643.t0|06644.t4} : b6642 {06644.p4-eats} -> {06643.f} {06644.f} {06644.p2-thinks} 
+tr {06643.t2} {06643.f} {06643.p5} -> {06643.p6} 
+tr {06643.t3|06644.t1} : a6642 {06643.f} {06644.p1} -> {06644.p3} 
+tr {06644.e} {06644.p6} {06644.p3} -> {06644.p4-eats} 
+tr {06644.t} {06644.p2-thinks} -> {06644.p1} {06644.p5} 
+tr {06644.t0|06645.t4} : b6643 {06645.p4-eats} -> {06644.f} {06645.f} {06645.p2-thinks} 
+tr {06644.t2} {06644.f} {06644.p5} -> {06644.p6} 
+tr {06644.t3|06645.t1} : a6643 {06644.f} {06645.p1} -> {06645.p3} 
+tr {06645.e} {06645.p6} {06645.p3} -> {06645.p4-eats} 
+tr {06645.t} {06645.p2-thinks} -> {06645.p1} {06645.p5} 
+tr {06645.t0|06646.t4} : b6644 {06646.p4-eats} -> {06645.f} {06646.f} {06646.p2-thinks} 
+tr {06645.t2} {06645.f} {06645.p5} -> {06645.p6} 
+tr {06645.t3|06646.t1} : a6644 {06645.f} {06646.p1} -> {06646.p3} 
+tr {06646.e} {06646.p6} {06646.p3} -> {06646.p4-eats} 
+tr {06646.t} {06646.p2-thinks} -> {06646.p1} {06646.p5} 
+tr {06646.t0|06647.t4} : b6645 {06647.p4-eats} -> {06646.f} {06647.f} {06647.p2-thinks} 
+tr {06646.t2} {06646.f} {06646.p5} -> {06646.p6} 
+tr {06646.t3|06647.t1} : a6645 {06646.f} {06647.p1} -> {06647.p3} 
+tr {06647.e} {06647.p6} {06647.p3} -> {06647.p4-eats} 
+tr {06647.t} {06647.p2-thinks} -> {06647.p1} {06647.p5} 
+tr {06647.t0|06648.t4} : b6646 {06648.p4-eats} -> {06647.f} {06648.f} {06648.p2-thinks} 
+tr {06647.t2} {06647.f} {06647.p5} -> {06647.p6} 
+tr {06647.t3|06648.t1} : a6646 {06647.f} {06648.p1} -> {06648.p3} 
+tr {06648.e} {06648.p6} {06648.p3} -> {06648.p4-eats} 
+tr {06648.t} {06648.p2-thinks} -> {06648.p1} {06648.p5} 
+tr {06648.t0|06649.t4} : b6647 {06649.p4-eats} -> {06648.f} {06649.f} {06649.p2-thinks} 
+tr {06648.t2} {06648.f} {06648.p5} -> {06648.p6} 
+tr {06648.t3|06649.t1} : a6647 {06648.f} {06649.p1} -> {06649.p3} 
+tr {06649.e} {06649.p6} {06649.p3} -> {06649.p4-eats} 
+tr {06649.t} {06649.p2-thinks} -> {06649.p1} {06649.p5} 
+tr {06649.t0|06650.t4} : b6648 {06650.p4-eats} -> {06649.f} {06650.f} {06650.p2-thinks} 
+tr {06649.t2} {06649.f} {06649.p5} -> {06649.p6} 
+tr {06649.t3|06650.t1} : a6648 {06649.f} {06650.p1} -> {06650.p3} 
+tr {06650.e} {06650.p6} {06650.p3} -> {06650.p4-eats} 
+tr {06650.t} {06650.p2-thinks} -> {06650.p1} {06650.p5} 
+tr {06650.t0|06651.t4} : b6649 {06651.p4-eats} -> {06650.f} {06651.f} {06651.p2-thinks} 
+tr {06650.t2} {06650.f} {06650.p5} -> {06650.p6} 
+tr {06650.t3|06651.t1} : a6649 {06650.f} {06651.p1} -> {06651.p3} 
+tr {06651.e} {06651.p6} {06651.p3} -> {06651.p4-eats} 
+tr {06651.t} {06651.p2-thinks} -> {06651.p1} {06651.p5} 
+tr {06651.t0|06652.t4} : b6650 {06652.p4-eats} -> {06651.f} {06652.f} {06652.p2-thinks} 
+tr {06651.t2} {06651.f} {06651.p5} -> {06651.p6} 
+tr {06651.t3|06652.t1} : a6650 {06651.f} {06652.p1} -> {06652.p3} 
+tr {06652.e} {06652.p6} {06652.p3} -> {06652.p4-eats} 
+tr {06652.t} {06652.p2-thinks} -> {06652.p1} {06652.p5} 
+tr {06652.t0|06653.t4} : b6651 {06653.p4-eats} -> {06652.f} {06653.f} {06653.p2-thinks} 
+tr {06652.t2} {06652.f} {06652.p5} -> {06652.p6} 
+tr {06652.t3|06653.t1} : a6651 {06652.f} {06653.p1} -> {06653.p3} 
+tr {06653.e} {06653.p6} {06653.p3} -> {06653.p4-eats} 
+tr {06653.t} {06653.p2-thinks} -> {06653.p1} {06653.p5} 
+tr {06653.t0|06654.t4} : b6652 {06654.p4-eats} -> {06653.f} {06654.f} {06654.p2-thinks} 
+tr {06653.t2} {06653.f} {06653.p5} -> {06653.p6} 
+tr {06653.t3|06654.t1} : a6652 {06653.f} {06654.p1} -> {06654.p3} 
+tr {06654.e} {06654.p6} {06654.p3} -> {06654.p4-eats} 
+tr {06654.t} {06654.p2-thinks} -> {06654.p1} {06654.p5} 
+tr {06654.t0|06655.t4} : b6653 {06655.p4-eats} -> {06654.f} {06655.f} {06655.p2-thinks} 
+tr {06654.t2} {06654.f} {06654.p5} -> {06654.p6} 
+tr {06654.t3|06655.t1} : a6653 {06654.f} {06655.p1} -> {06655.p3} 
+tr {06655.e} {06655.p6} {06655.p3} -> {06655.p4-eats} 
+tr {06655.t} {06655.p2-thinks} -> {06655.p1} {06655.p5} 
+tr {06655.t0|06656.t4} : b6654 {06656.p4-eats} -> {06655.f} {06656.f} {06656.p2-thinks} 
+tr {06655.t2} {06655.f} {06655.p5} -> {06655.p6} 
+tr {06655.t3|06656.t1} : a6654 {06655.f} {06656.p1} -> {06656.p3} 
+tr {06656.e} {06656.p6} {06656.p3} -> {06656.p4-eats} 
+tr {06656.t} {06656.p2-thinks} -> {06656.p1} {06656.p5} 
+tr {06656.t0|06657.t4} : b6655 {06657.p4-eats} -> {06656.f} {06657.f} {06657.p2-thinks} 
+tr {06656.t2} {06656.f} {06656.p5} -> {06656.p6} 
+tr {06656.t3|06657.t1} : a6655 {06656.f} {06657.p1} -> {06657.p3} 
+tr {06657.e} {06657.p6} {06657.p3} -> {06657.p4-eats} 
+tr {06657.t} {06657.p2-thinks} -> {06657.p1} {06657.p5} 
+tr {06657.t0|06658.t4} : b6656 {06658.p4-eats} -> {06657.f} {06658.f} {06658.p2-thinks} 
+tr {06657.t2} {06657.f} {06657.p5} -> {06657.p6} 
+tr {06657.t3|06658.t1} : a6656 {06657.f} {06658.p1} -> {06658.p3} 
+tr {06658.e} {06658.p6} {06658.p3} -> {06658.p4-eats} 
+tr {06658.t} {06658.p2-thinks} -> {06658.p1} {06658.p5} 
+tr {06658.t0|06659.t4} : b6657 {06659.p4-eats} -> {06658.f} {06659.f} {06659.p2-thinks} 
+tr {06658.t2} {06658.f} {06658.p5} -> {06658.p6} 
+tr {06658.t3|06659.t1} : a6657 {06658.f} {06659.p1} -> {06659.p3} 
+tr {06659.e} {06659.p6} {06659.p3} -> {06659.p4-eats} 
+tr {06659.t} {06659.p2-thinks} -> {06659.p1} {06659.p5} 
+tr {06659.t0|06660.t4} : b6658 {06660.p4-eats} -> {06659.f} {06660.f} {06660.p2-thinks} 
+tr {06659.t2} {06659.f} {06659.p5} -> {06659.p6} 
+tr {06659.t3|06660.t1} : a6658 {06659.f} {06660.p1} -> {06660.p3} 
+tr {06660.e} {06660.p6} {06660.p3} -> {06660.p4-eats} 
+tr {06660.t} {06660.p2-thinks} -> {06660.p1} {06660.p5} 
+tr {06660.t0|06661.t4} : b6659 {06661.p4-eats} -> {06660.f} {06661.f} {06661.p2-thinks} 
+tr {06660.t2} {06660.f} {06660.p5} -> {06660.p6} 
+tr {06660.t3|06661.t1} : a6659 {06660.f} {06661.p1} -> {06661.p3} 
+tr {06661.e} {06661.p6} {06661.p3} -> {06661.p4-eats} 
+tr {06661.t} {06661.p2-thinks} -> {06661.p1} {06661.p5} 
+tr {06661.t0|06662.t4} : b6660 {06662.p4-eats} -> {06661.f} {06662.f} {06662.p2-thinks} 
+tr {06661.t2} {06661.f} {06661.p5} -> {06661.p6} 
+tr {06661.t3|06662.t1} : a6660 {06661.f} {06662.p1} -> {06662.p3} 
+tr {06662.e} {06662.p6} {06662.p3} -> {06662.p4-eats} 
+tr {06662.t} {06662.p2-thinks} -> {06662.p1} {06662.p5} 
+tr {06662.t0|06663.t4} : b6661 {06663.p4-eats} -> {06662.f} {06663.f} {06663.p2-thinks} 
+tr {06662.t2} {06662.f} {06662.p5} -> {06662.p6} 
+tr {06662.t3|06663.t1} : a6661 {06662.f} {06663.p1} -> {06663.p3} 
+tr {06663.e} {06663.p6} {06663.p3} -> {06663.p4-eats} 
+tr {06663.t} {06663.p2-thinks} -> {06663.p1} {06663.p5} 
+tr {06663.t0|06664.t4} : b6662 {06664.p4-eats} -> {06663.f} {06664.f} {06664.p2-thinks} 
+tr {06663.t2} {06663.f} {06663.p5} -> {06663.p6} 
+tr {06663.t3|06664.t1} : a6662 {06663.f} {06664.p1} -> {06664.p3} 
+tr {06664.e} {06664.p6} {06664.p3} -> {06664.p4-eats} 
+tr {06664.t} {06664.p2-thinks} -> {06664.p1} {06664.p5} 
+tr {06664.t0|06665.t4} : b6663 {06665.p4-eats} -> {06664.f} {06665.f} {06665.p2-thinks} 
+tr {06664.t2} {06664.f} {06664.p5} -> {06664.p6} 
+tr {06664.t3|06665.t1} : a6663 {06664.f} {06665.p1} -> {06665.p3} 
+tr {06665.e} {06665.p6} {06665.p3} -> {06665.p4-eats} 
+tr {06665.t} {06665.p2-thinks} -> {06665.p1} {06665.p5} 
+tr {06665.t0|06666.t4} : b6664 {06666.p4-eats} -> {06665.f} {06666.f} {06666.p2-thinks} 
+tr {06665.t2} {06665.f} {06665.p5} -> {06665.p6} 
+tr {06665.t3|06666.t1} : a6664 {06665.f} {06666.p1} -> {06666.p3} 
+tr {06666.e} {06666.p6} {06666.p3} -> {06666.p4-eats} 
+tr {06666.t} {06666.p2-thinks} -> {06666.p1} {06666.p5} 
+tr {06666.t0|06667.t4} : b6665 {06667.p4-eats} -> {06666.f} {06667.f} {06667.p2-thinks} 
+tr {06666.t2} {06666.f} {06666.p5} -> {06666.p6} 
+tr {06666.t3|06667.t1} : a6665 {06666.f} {06667.p1} -> {06667.p3} 
+tr {06667.e} {06667.p6} {06667.p3} -> {06667.p4-eats} 
+tr {06667.t} {06667.p2-thinks} -> {06667.p1} {06667.p5} 
+tr {06667.t0|06668.t4} : b6666 {06668.p4-eats} -> {06667.f} {06668.f} {06668.p2-thinks} 
+tr {06667.t2} {06667.f} {06667.p5} -> {06667.p6} 
+tr {06667.t3|06668.t1} : a6666 {06667.f} {06668.p1} -> {06668.p3} 
+tr {06668.e} {06668.p6} {06668.p3} -> {06668.p4-eats} 
+tr {06668.t} {06668.p2-thinks} -> {06668.p1} {06668.p5} 
+tr {06668.t0|06669.t4} : b6667 {06669.p4-eats} -> {06668.f} {06669.f} {06669.p2-thinks} 
+tr {06668.t2} {06668.f} {06668.p5} -> {06668.p6} 
+tr {06668.t3|06669.t1} : a6667 {06668.f} {06669.p1} -> {06669.p3} 
+tr {06669.e} {06669.p6} {06669.p3} -> {06669.p4-eats} 
+tr {06669.t} {06669.p2-thinks} -> {06669.p1} {06669.p5} 
+tr {06669.t0|06670.t4} : b6668 {06670.p4-eats} -> {06669.f} {06670.f} {06670.p2-thinks} 
+tr {06669.t2} {06669.f} {06669.p5} -> {06669.p6} 
+tr {06669.t3|06670.t1} : a6668 {06669.f} {06670.p1} -> {06670.p3} 
+tr {06670.e} {06670.p6} {06670.p3} -> {06670.p4-eats} 
+tr {06670.t} {06670.p2-thinks} -> {06670.p1} {06670.p5} 
+tr {06670.t0|06671.t4} : b6669 {06671.p4-eats} -> {06670.f} {06671.f} {06671.p2-thinks} 
+tr {06670.t2} {06670.f} {06670.p5} -> {06670.p6} 
+tr {06670.t3|06671.t1} : a6669 {06670.f} {06671.p1} -> {06671.p3} 
+tr {06671.e} {06671.p6} {06671.p3} -> {06671.p4-eats} 
+tr {06671.t} {06671.p2-thinks} -> {06671.p1} {06671.p5} 
+tr {06671.t0|06672.t4} : b6670 {06672.p4-eats} -> {06671.f} {06672.f} {06672.p2-thinks} 
+tr {06671.t2} {06671.f} {06671.p5} -> {06671.p6} 
+tr {06671.t3|06672.t1} : a6670 {06671.f} {06672.p1} -> {06672.p3} 
+tr {06672.e} {06672.p6} {06672.p3} -> {06672.p4-eats} 
+tr {06672.t} {06672.p2-thinks} -> {06672.p1} {06672.p5} 
+tr {06672.t0|06673.t4} : b6671 {06673.p4-eats} -> {06672.f} {06673.f} {06673.p2-thinks} 
+tr {06672.t2} {06672.f} {06672.p5} -> {06672.p6} 
+tr {06672.t3|06673.t1} : a6671 {06672.f} {06673.p1} -> {06673.p3} 
+tr {06673.e} {06673.p6} {06673.p3} -> {06673.p4-eats} 
+tr {06673.t} {06673.p2-thinks} -> {06673.p1} {06673.p5} 
+tr {06673.t0|06674.t4} : b6672 {06674.p4-eats} -> {06673.f} {06674.f} {06674.p2-thinks} 
+tr {06673.t2} {06673.f} {06673.p5} -> {06673.p6} 
+tr {06673.t3|06674.t1} : a6672 {06673.f} {06674.p1} -> {06674.p3} 
+tr {06674.e} {06674.p6} {06674.p3} -> {06674.p4-eats} 
+tr {06674.t} {06674.p2-thinks} -> {06674.p1} {06674.p5} 
+tr {06674.t0|06675.t4} : b6673 {06675.p4-eats} -> {06674.f} {06675.f} {06675.p2-thinks} 
+tr {06674.t2} {06674.f} {06674.p5} -> {06674.p6} 
+tr {06674.t3|06675.t1} : a6673 {06674.f} {06675.p1} -> {06675.p3} 
+tr {06675.e} {06675.p6} {06675.p3} -> {06675.p4-eats} 
+tr {06675.t} {06675.p2-thinks} -> {06675.p1} {06675.p5} 
+tr {06675.t0|06676.t4} : b6674 {06676.p4-eats} -> {06675.f} {06676.f} {06676.p2-thinks} 
+tr {06675.t2} {06675.f} {06675.p5} -> {06675.p6} 
+tr {06675.t3|06676.t1} : a6674 {06675.f} {06676.p1} -> {06676.p3} 
+tr {06676.e} {06676.p6} {06676.p3} -> {06676.p4-eats} 
+tr {06676.t} {06676.p2-thinks} -> {06676.p1} {06676.p5} 
+tr {06676.t0|06677.t4} : b6675 {06677.p4-eats} -> {06676.f} {06677.f} {06677.p2-thinks} 
+tr {06676.t2} {06676.f} {06676.p5} -> {06676.p6} 
+tr {06676.t3|06677.t1} : a6675 {06676.f} {06677.p1} -> {06677.p3} 
+tr {06677.e} {06677.p6} {06677.p3} -> {06677.p4-eats} 
+tr {06677.t} {06677.p2-thinks} -> {06677.p1} {06677.p5} 
+tr {06677.t0|06678.t4} : b6676 {06678.p4-eats} -> {06677.f} {06678.f} {06678.p2-thinks} 
+tr {06677.t2} {06677.f} {06677.p5} -> {06677.p6} 
+tr {06677.t3|06678.t1} : a6676 {06677.f} {06678.p1} -> {06678.p3} 
+tr {06678.e} {06678.p6} {06678.p3} -> {06678.p4-eats} 
+tr {06678.t} {06678.p2-thinks} -> {06678.p1} {06678.p5} 
+tr {06678.t0|06679.t4} : b6677 {06679.p4-eats} -> {06678.f} {06679.f} {06679.p2-thinks} 
+tr {06678.t2} {06678.f} {06678.p5} -> {06678.p6} 
+tr {06678.t3|06679.t1} : a6677 {06678.f} {06679.p1} -> {06679.p3} 
+tr {06679.e} {06679.p6} {06679.p3} -> {06679.p4-eats} 
+tr {06679.t} {06679.p2-thinks} -> {06679.p1} {06679.p5} 
+tr {06679.t0|06680.t4} : b6678 {06680.p4-eats} -> {06679.f} {06680.f} {06680.p2-thinks} 
+tr {06679.t2} {06679.f} {06679.p5} -> {06679.p6} 
+tr {06679.t3|06680.t1} : a6678 {06679.f} {06680.p1} -> {06680.p3} 
+tr {06680.e} {06680.p6} {06680.p3} -> {06680.p4-eats} 
+tr {06680.t} {06680.p2-thinks} -> {06680.p1} {06680.p5} 
+tr {06680.t0|06681.t4} : b6679 {06681.p4-eats} -> {06680.f} {06681.f} {06681.p2-thinks} 
+tr {06680.t2} {06680.f} {06680.p5} -> {06680.p6} 
+tr {06680.t3|06681.t1} : a6679 {06680.f} {06681.p1} -> {06681.p3} 
+tr {06681.e} {06681.p6} {06681.p3} -> {06681.p4-eats} 
+tr {06681.t} {06681.p2-thinks} -> {06681.p1} {06681.p5} 
+tr {06681.t0|06682.t4} : b6680 {06682.p4-eats} -> {06681.f} {06682.f} {06682.p2-thinks} 
+tr {06681.t2} {06681.f} {06681.p5} -> {06681.p6} 
+tr {06681.t3|06682.t1} : a6680 {06681.f} {06682.p1} -> {06682.p3} 
+tr {06682.e} {06682.p6} {06682.p3} -> {06682.p4-eats} 
+tr {06682.t} {06682.p2-thinks} -> {06682.p1} {06682.p5} 
+tr {06682.t0|06683.t4} : b6681 {06683.p4-eats} -> {06682.f} {06683.f} {06683.p2-thinks} 
+tr {06682.t2} {06682.f} {06682.p5} -> {06682.p6} 
+tr {06682.t3|06683.t1} : a6681 {06682.f} {06683.p1} -> {06683.p3} 
+tr {06683.e} {06683.p6} {06683.p3} -> {06683.p4-eats} 
+tr {06683.t} {06683.p2-thinks} -> {06683.p1} {06683.p5} 
+tr {06683.t0|06684.t4} : b6682 {06684.p4-eats} -> {06683.f} {06684.f} {06684.p2-thinks} 
+tr {06683.t2} {06683.f} {06683.p5} -> {06683.p6} 
+tr {06683.t3|06684.t1} : a6682 {06683.f} {06684.p1} -> {06684.p3} 
+tr {06684.e} {06684.p6} {06684.p3} -> {06684.p4-eats} 
+tr {06684.t} {06684.p2-thinks} -> {06684.p1} {06684.p5} 
+tr {06684.t0|06685.t4} : b6683 {06685.p4-eats} -> {06684.f} {06685.f} {06685.p2-thinks} 
+tr {06684.t2} {06684.f} {06684.p5} -> {06684.p6} 
+tr {06684.t3|06685.t1} : a6683 {06684.f} {06685.p1} -> {06685.p3} 
+tr {06685.e} {06685.p6} {06685.p3} -> {06685.p4-eats} 
+tr {06685.t} {06685.p2-thinks} -> {06685.p1} {06685.p5} 
+tr {06685.t0|06686.t4} : b6684 {06686.p4-eats} -> {06685.f} {06686.f} {06686.p2-thinks} 
+tr {06685.t2} {06685.f} {06685.p5} -> {06685.p6} 
+tr {06685.t3|06686.t1} : a6684 {06685.f} {06686.p1} -> {06686.p3} 
+tr {06686.e} {06686.p6} {06686.p3} -> {06686.p4-eats} 
+tr {06686.t} {06686.p2-thinks} -> {06686.p1} {06686.p5} 
+tr {06686.t0|06687.t4} : b6685 {06687.p4-eats} -> {06686.f} {06687.f} {06687.p2-thinks} 
+tr {06686.t2} {06686.f} {06686.p5} -> {06686.p6} 
+tr {06686.t3|06687.t1} : a6685 {06686.f} {06687.p1} -> {06687.p3} 
+tr {06687.e} {06687.p6} {06687.p3} -> {06687.p4-eats} 
+tr {06687.t} {06687.p2-thinks} -> {06687.p1} {06687.p5} 
+tr {06687.t0|06688.t4} : b6686 {06688.p4-eats} -> {06687.f} {06688.f} {06688.p2-thinks} 
+tr {06687.t2} {06687.f} {06687.p5} -> {06687.p6} 
+tr {06687.t3|06688.t1} : a6686 {06687.f} {06688.p1} -> {06688.p3} 
+tr {06688.e} {06688.p6} {06688.p3} -> {06688.p4-eats} 
+tr {06688.t} {06688.p2-thinks} -> {06688.p1} {06688.p5} 
+tr {06688.t0|06689.t4} : b6687 {06689.p4-eats} -> {06688.f} {06689.f} {06689.p2-thinks} 
+tr {06688.t2} {06688.f} {06688.p5} -> {06688.p6} 
+tr {06688.t3|06689.t1} : a6687 {06688.f} {06689.p1} -> {06689.p3} 
+tr {06689.e} {06689.p6} {06689.p3} -> {06689.p4-eats} 
+tr {06689.t} {06689.p2-thinks} -> {06689.p1} {06689.p5} 
+tr {06689.t0|06690.t4} : b6688 {06690.p4-eats} -> {06689.f} {06690.f} {06690.p2-thinks} 
+tr {06689.t2} {06689.f} {06689.p5} -> {06689.p6} 
+tr {06689.t3|06690.t1} : a6688 {06689.f} {06690.p1} -> {06690.p3} 
+tr {06690.e} {06690.p6} {06690.p3} -> {06690.p4-eats} 
+tr {06690.t} {06690.p2-thinks} -> {06690.p1} {06690.p5} 
+tr {06690.t0|06691.t4} : b6689 {06691.p4-eats} -> {06690.f} {06691.f} {06691.p2-thinks} 
+tr {06690.t2} {06690.f} {06690.p5} -> {06690.p6} 
+tr {06690.t3|06691.t1} : a6689 {06690.f} {06691.p1} -> {06691.p3} 
+tr {06691.e} {06691.p6} {06691.p3} -> {06691.p4-eats} 
+tr {06691.t} {06691.p2-thinks} -> {06691.p1} {06691.p5} 
+tr {06691.t0|06692.t4} : b6690 {06692.p4-eats} -> {06691.f} {06692.f} {06692.p2-thinks} 
+tr {06691.t2} {06691.f} {06691.p5} -> {06691.p6} 
+tr {06691.t3|06692.t1} : a6690 {06691.f} {06692.p1} -> {06692.p3} 
+tr {06692.e} {06692.p6} {06692.p3} -> {06692.p4-eats} 
+tr {06692.t} {06692.p2-thinks} -> {06692.p1} {06692.p5} 
+tr {06692.t0|06693.t4} : b6691 {06693.p4-eats} -> {06692.f} {06693.f} {06693.p2-thinks} 
+tr {06692.t2} {06692.f} {06692.p5} -> {06692.p6} 
+tr {06692.t3|06693.t1} : a6691 {06692.f} {06693.p1} -> {06693.p3} 
+tr {06693.e} {06693.p6} {06693.p3} -> {06693.p4-eats} 
+tr {06693.t} {06693.p2-thinks} -> {06693.p1} {06693.p5} 
+tr {06693.t0|06694.t4} : b6692 {06694.p4-eats} -> {06693.f} {06694.f} {06694.p2-thinks} 
+tr {06693.t2} {06693.f} {06693.p5} -> {06693.p6} 
+tr {06693.t3|06694.t1} : a6692 {06693.f} {06694.p1} -> {06694.p3} 
+tr {06694.e} {06694.p6} {06694.p3} -> {06694.p4-eats} 
+tr {06694.t} {06694.p2-thinks} -> {06694.p1} {06694.p5} 
+tr {06694.t0|06695.t4} : b6693 {06695.p4-eats} -> {06694.f} {06695.f} {06695.p2-thinks} 
+tr {06694.t2} {06694.f} {06694.p5} -> {06694.p6} 
+tr {06694.t3|06695.t1} : a6693 {06694.f} {06695.p1} -> {06695.p3} 
+tr {06695.e} {06695.p6} {06695.p3} -> {06695.p4-eats} 
+tr {06695.t} {06695.p2-thinks} -> {06695.p1} {06695.p5} 
+tr {06695.t0|06696.t4} : b6694 {06696.p4-eats} -> {06695.f} {06696.f} {06696.p2-thinks} 
+tr {06695.t2} {06695.f} {06695.p5} -> {06695.p6} 
+tr {06695.t3|06696.t1} : a6694 {06695.f} {06696.p1} -> {06696.p3} 
+tr {06696.e} {06696.p6} {06696.p3} -> {06696.p4-eats} 
+tr {06696.t} {06696.p2-thinks} -> {06696.p1} {06696.p5} 
+tr {06696.t0|06697.t4} : b6695 {06697.p4-eats} -> {06696.f} {06697.f} {06697.p2-thinks} 
+tr {06696.t2} {06696.f} {06696.p5} -> {06696.p6} 
+tr {06696.t3|06697.t1} : a6695 {06696.f} {06697.p1} -> {06697.p3} 
+tr {06697.e} {06697.p6} {06697.p3} -> {06697.p4-eats} 
+tr {06697.t} {06697.p2-thinks} -> {06697.p1} {06697.p5} 
+tr {06697.t0|06698.t4} : b6696 {06698.p4-eats} -> {06697.f} {06698.f} {06698.p2-thinks} 
+tr {06697.t2} {06697.f} {06697.p5} -> {06697.p6} 
+tr {06697.t3|06698.t1} : a6696 {06697.f} {06698.p1} -> {06698.p3} 
+tr {06698.e} {06698.p6} {06698.p3} -> {06698.p4-eats} 
+tr {06698.t} {06698.p2-thinks} -> {06698.p1} {06698.p5} 
+tr {06698.t0|06699.t4} : b6697 {06699.p4-eats} -> {06698.f} {06699.f} {06699.p2-thinks} 
+tr {06698.t2} {06698.f} {06698.p5} -> {06698.p6} 
+tr {06698.t3|06699.t1} : a6697 {06698.f} {06699.p1} -> {06699.p3} 
+tr {06699.e} {06699.p6} {06699.p3} -> {06699.p4-eats} 
+tr {06699.t} {06699.p2-thinks} -> {06699.p1} {06699.p5} 
+tr {06699.t0|06700.t4} : b6698 {06700.p4-eats} -> {06699.f} {06700.f} {06700.p2-thinks} 
+tr {06699.t2} {06699.f} {06699.p5} -> {06699.p6} 
+tr {06699.t3|06700.t1} : a6698 {06699.f} {06700.p1} -> {06700.p3} 
+tr {06700.e} {06700.p6} {06700.p3} -> {06700.p4-eats} 
+tr {06700.t} {06700.p2-thinks} -> {06700.p1} {06700.p5} 
+tr {06700.t0|06701.t4} : b6699 {06701.p4-eats} -> {06700.f} {06701.f} {06701.p2-thinks} 
+tr {06700.t2} {06700.f} {06700.p5} -> {06700.p6} 
+tr {06700.t3|06701.t1} : a6699 {06700.f} {06701.p1} -> {06701.p3} 
+tr {06701.e} {06701.p6} {06701.p3} -> {06701.p4-eats} 
+tr {06701.t} {06701.p2-thinks} -> {06701.p1} {06701.p5} 
+tr {06701.t0|06702.t4} : b6700 {06702.p4-eats} -> {06701.f} {06702.f} {06702.p2-thinks} 
+tr {06701.t2} {06701.f} {06701.p5} -> {06701.p6} 
+tr {06701.t3|06702.t1} : a6700 {06701.f} {06702.p1} -> {06702.p3} 
+tr {06702.e} {06702.p6} {06702.p3} -> {06702.p4-eats} 
+tr {06702.t} {06702.p2-thinks} -> {06702.p1} {06702.p5} 
+tr {06702.t0|06703.t4} : b6701 {06703.p4-eats} -> {06702.f} {06703.f} {06703.p2-thinks} 
+tr {06702.t2} {06702.f} {06702.p5} -> {06702.p6} 
+tr {06702.t3|06703.t1} : a6701 {06702.f} {06703.p1} -> {06703.p3} 
+tr {06703.e} {06703.p6} {06703.p3} -> {06703.p4-eats} 
+tr {06703.t} {06703.p2-thinks} -> {06703.p1} {06703.p5} 
+tr {06703.t0|06704.t4} : b6702 {06704.p4-eats} -> {06703.f} {06704.f} {06704.p2-thinks} 
+tr {06703.t2} {06703.f} {06703.p5} -> {06703.p6} 
+tr {06703.t3|06704.t1} : a6702 {06703.f} {06704.p1} -> {06704.p3} 
+tr {06704.e} {06704.p6} {06704.p3} -> {06704.p4-eats} 
+tr {06704.t} {06704.p2-thinks} -> {06704.p1} {06704.p5} 
+tr {06704.t0|06705.t4} : b6703 {06705.p4-eats} -> {06704.f} {06705.f} {06705.p2-thinks} 
+tr {06704.t2} {06704.f} {06704.p5} -> {06704.p6} 
+tr {06704.t3|06705.t1} : a6703 {06704.f} {06705.p1} -> {06705.p3} 
+tr {06705.e} {06705.p6} {06705.p3} -> {06705.p4-eats} 
+tr {06705.t} {06705.p2-thinks} -> {06705.p1} {06705.p5} 
+tr {06705.t0|06706.t4} : b6704 {06706.p4-eats} -> {06705.f} {06706.f} {06706.p2-thinks} 
+tr {06705.t2} {06705.f} {06705.p5} -> {06705.p6} 
+tr {06705.t3|06706.t1} : a6704 {06705.f} {06706.p1} -> {06706.p3} 
+tr {06706.e} {06706.p6} {06706.p3} -> {06706.p4-eats} 
+tr {06706.t} {06706.p2-thinks} -> {06706.p1} {06706.p5} 
+tr {06706.t0|06707.t4} : b6705 {06707.p4-eats} -> {06706.f} {06707.f} {06707.p2-thinks} 
+tr {06706.t2} {06706.f} {06706.p5} -> {06706.p6} 
+tr {06706.t3|06707.t1} : a6705 {06706.f} {06707.p1} -> {06707.p3} 
+tr {06707.e} {06707.p6} {06707.p3} -> {06707.p4-eats} 
+tr {06707.t} {06707.p2-thinks} -> {06707.p1} {06707.p5} 
+tr {06707.t0|06708.t4} : b6706 {06708.p4-eats} -> {06707.f} {06708.f} {06708.p2-thinks} 
+tr {06707.t2} {06707.f} {06707.p5} -> {06707.p6} 
+tr {06707.t3|06708.t1} : a6706 {06707.f} {06708.p1} -> {06708.p3} 
+tr {06708.e} {06708.p6} {06708.p3} -> {06708.p4-eats} 
+tr {06708.t} {06708.p2-thinks} -> {06708.p1} {06708.p5} 
+tr {06708.t0|06709.t4} : b6707 {06709.p4-eats} -> {06708.f} {06709.f} {06709.p2-thinks} 
+tr {06708.t2} {06708.f} {06708.p5} -> {06708.p6} 
+tr {06708.t3|06709.t1} : a6707 {06708.f} {06709.p1} -> {06709.p3} 
+tr {06709.e} {06709.p6} {06709.p3} -> {06709.p4-eats} 
+tr {06709.t} {06709.p2-thinks} -> {06709.p1} {06709.p5} 
+tr {06709.t0|06710.t4} : b6708 {06710.p4-eats} -> {06709.f} {06710.f} {06710.p2-thinks} 
+tr {06709.t2} {06709.f} {06709.p5} -> {06709.p6} 
+tr {06709.t3|06710.t1} : a6708 {06709.f} {06710.p1} -> {06710.p3} 
+tr {06710.e} {06710.p6} {06710.p3} -> {06710.p4-eats} 
+tr {06710.t} {06710.p2-thinks} -> {06710.p1} {06710.p5} 
+tr {06710.t0|06711.t4} : b6709 {06711.p4-eats} -> {06710.f} {06711.f} {06711.p2-thinks} 
+tr {06710.t2} {06710.f} {06710.p5} -> {06710.p6} 
+tr {06710.t3|06711.t1} : a6709 {06710.f} {06711.p1} -> {06711.p3} 
+tr {06711.e} {06711.p6} {06711.p3} -> {06711.p4-eats} 
+tr {06711.t} {06711.p2-thinks} -> {06711.p1} {06711.p5} 
+tr {06711.t0|06712.t4} : b6710 {06712.p4-eats} -> {06711.f} {06712.f} {06712.p2-thinks} 
+tr {06711.t2} {06711.f} {06711.p5} -> {06711.p6} 
+tr {06711.t3|06712.t1} : a6710 {06711.f} {06712.p1} -> {06712.p3} 
+tr {06712.e} {06712.p6} {06712.p3} -> {06712.p4-eats} 
+tr {06712.t} {06712.p2-thinks} -> {06712.p1} {06712.p5} 
+tr {06712.t0|06713.t4} : b6711 {06713.p4-eats} -> {06712.f} {06713.f} {06713.p2-thinks} 
+tr {06712.t2} {06712.f} {06712.p5} -> {06712.p6} 
+tr {06712.t3|06713.t1} : a6711 {06712.f} {06713.p1} -> {06713.p3} 
+tr {06713.e} {06713.p6} {06713.p3} -> {06713.p4-eats} 
+tr {06713.t} {06713.p2-thinks} -> {06713.p1} {06713.p5} 
+tr {06713.t0|06714.t4} : b6712 {06714.p4-eats} -> {06713.f} {06714.f} {06714.p2-thinks} 
+tr {06713.t2} {06713.f} {06713.p5} -> {06713.p6} 
+tr {06713.t3|06714.t1} : a6712 {06713.f} {06714.p1} -> {06714.p3} 
+tr {06714.e} {06714.p6} {06714.p3} -> {06714.p4-eats} 
+tr {06714.t} {06714.p2-thinks} -> {06714.p1} {06714.p5} 
+tr {06714.t0|06715.t4} : b6713 {06715.p4-eats} -> {06714.f} {06715.f} {06715.p2-thinks} 
+tr {06714.t2} {06714.f} {06714.p5} -> {06714.p6} 
+tr {06714.t3|06715.t1} : a6713 {06714.f} {06715.p1} -> {06715.p3} 
+tr {06715.e} {06715.p6} {06715.p3} -> {06715.p4-eats} 
+tr {06715.t} {06715.p2-thinks} -> {06715.p1} {06715.p5} 
+tr {06715.t0|06716.t4} : b6714 {06716.p4-eats} -> {06715.f} {06716.f} {06716.p2-thinks} 
+tr {06715.t2} {06715.f} {06715.p5} -> {06715.p6} 
+tr {06715.t3|06716.t1} : a6714 {06715.f} {06716.p1} -> {06716.p3} 
+tr {06716.e} {06716.p6} {06716.p3} -> {06716.p4-eats} 
+tr {06716.t} {06716.p2-thinks} -> {06716.p1} {06716.p5} 
+tr {06716.t0|06717.t4} : b6715 {06717.p4-eats} -> {06716.f} {06717.f} {06717.p2-thinks} 
+tr {06716.t2} {06716.f} {06716.p5} -> {06716.p6} 
+tr {06716.t3|06717.t1} : a6715 {06716.f} {06717.p1} -> {06717.p3} 
+tr {06717.e} {06717.p6} {06717.p3} -> {06717.p4-eats} 
+tr {06717.t} {06717.p2-thinks} -> {06717.p1} {06717.p5} 
+tr {06717.t0|06718.t4} : b6716 {06718.p4-eats} -> {06717.f} {06718.f} {06718.p2-thinks} 
+tr {06717.t2} {06717.f} {06717.p5} -> {06717.p6} 
+tr {06717.t3|06718.t1} : a6716 {06717.f} {06718.p1} -> {06718.p3} 
+tr {06718.e} {06718.p6} {06718.p3} -> {06718.p4-eats} 
+tr {06718.t} {06718.p2-thinks} -> {06718.p1} {06718.p5} 
+tr {06718.t0|06719.t4} : b6717 {06719.p4-eats} -> {06718.f} {06719.f} {06719.p2-thinks} 
+tr {06718.t2} {06718.f} {06718.p5} -> {06718.p6} 
+tr {06718.t3|06719.t1} : a6717 {06718.f} {06719.p1} -> {06719.p3} 
+tr {06719.e} {06719.p6} {06719.p3} -> {06719.p4-eats} 
+tr {06719.t} {06719.p2-thinks} -> {06719.p1} {06719.p5} 
+tr {06719.t0|06720.t4} : b6718 {06720.p4-eats} -> {06719.f} {06720.f} {06720.p2-thinks} 
+tr {06719.t2} {06719.f} {06719.p5} -> {06719.p6} 
+tr {06719.t3|06720.t1} : a6718 {06719.f} {06720.p1} -> {06720.p3} 
+tr {06720.e} {06720.p6} {06720.p3} -> {06720.p4-eats} 
+tr {06720.t} {06720.p2-thinks} -> {06720.p1} {06720.p5} 
+tr {06720.t0|06721.t4} : b6719 {06721.p4-eats} -> {06720.f} {06721.f} {06721.p2-thinks} 
+tr {06720.t2} {06720.f} {06720.p5} -> {06720.p6} 
+tr {06720.t3|06721.t1} : a6719 {06720.f} {06721.p1} -> {06721.p3} 
+tr {06721.e} {06721.p6} {06721.p3} -> {06721.p4-eats} 
+tr {06721.t} {06721.p2-thinks} -> {06721.p1} {06721.p5} 
+tr {06721.t0|06722.t4} : b6720 {06722.p4-eats} -> {06721.f} {06722.f} {06722.p2-thinks} 
+tr {06721.t2} {06721.f} {06721.p5} -> {06721.p6} 
+tr {06721.t3|06722.t1} : a6720 {06721.f} {06722.p1} -> {06722.p3} 
+tr {06722.e} {06722.p6} {06722.p3} -> {06722.p4-eats} 
+tr {06722.t} {06722.p2-thinks} -> {06722.p1} {06722.p5} 
+tr {06722.t0|06723.t4} : b6721 {06723.p4-eats} -> {06722.f} {06723.f} {06723.p2-thinks} 
+tr {06722.t2} {06722.f} {06722.p5} -> {06722.p6} 
+tr {06722.t3|06723.t1} : a6721 {06722.f} {06723.p1} -> {06723.p3} 
+tr {06723.e} {06723.p6} {06723.p3} -> {06723.p4-eats} 
+tr {06723.t} {06723.p2-thinks} -> {06723.p1} {06723.p5} 
+tr {06723.t0|06724.t4} : b6722 {06724.p4-eats} -> {06723.f} {06724.f} {06724.p2-thinks} 
+tr {06723.t2} {06723.f} {06723.p5} -> {06723.p6} 
+tr {06723.t3|06724.t1} : a6722 {06723.f} {06724.p1} -> {06724.p3} 
+tr {06724.e} {06724.p6} {06724.p3} -> {06724.p4-eats} 
+tr {06724.t} {06724.p2-thinks} -> {06724.p1} {06724.p5} 
+tr {06724.t0|06725.t4} : b6723 {06725.p4-eats} -> {06724.f} {06725.f} {06725.p2-thinks} 
+tr {06724.t2} {06724.f} {06724.p5} -> {06724.p6} 
+tr {06724.t3|06725.t1} : a6723 {06724.f} {06725.p1} -> {06725.p3} 
+tr {06725.e} {06725.p6} {06725.p3} -> {06725.p4-eats} 
+tr {06725.t} {06725.p2-thinks} -> {06725.p1} {06725.p5} 
+tr {06725.t0|06726.t4} : b6724 {06726.p4-eats} -> {06725.f} {06726.f} {06726.p2-thinks} 
+tr {06725.t2} {06725.f} {06725.p5} -> {06725.p6} 
+tr {06725.t3|06726.t1} : a6724 {06725.f} {06726.p1} -> {06726.p3} 
+tr {06726.e} {06726.p6} {06726.p3} -> {06726.p4-eats} 
+tr {06726.t} {06726.p2-thinks} -> {06726.p1} {06726.p5} 
+tr {06726.t0|06727.t4} : b6725 {06727.p4-eats} -> {06726.f} {06727.f} {06727.p2-thinks} 
+tr {06726.t2} {06726.f} {06726.p5} -> {06726.p6} 
+tr {06726.t3|06727.t1} : a6725 {06726.f} {06727.p1} -> {06727.p3} 
+tr {06727.e} {06727.p6} {06727.p3} -> {06727.p4-eats} 
+tr {06727.t} {06727.p2-thinks} -> {06727.p1} {06727.p5} 
+tr {06727.t0|06728.t4} : b6726 {06728.p4-eats} -> {06727.f} {06728.f} {06728.p2-thinks} 
+tr {06727.t2} {06727.f} {06727.p5} -> {06727.p6} 
+tr {06727.t3|06728.t1} : a6726 {06727.f} {06728.p1} -> {06728.p3} 
+tr {06728.e} {06728.p6} {06728.p3} -> {06728.p4-eats} 
+tr {06728.t} {06728.p2-thinks} -> {06728.p1} {06728.p5} 
+tr {06728.t0|06729.t4} : b6727 {06729.p4-eats} -> {06728.f} {06729.f} {06729.p2-thinks} 
+tr {06728.t2} {06728.f} {06728.p5} -> {06728.p6} 
+tr {06728.t3|06729.t1} : a6727 {06728.f} {06729.p1} -> {06729.p3} 
+tr {06729.e} {06729.p6} {06729.p3} -> {06729.p4-eats} 
+tr {06729.t} {06729.p2-thinks} -> {06729.p1} {06729.p5} 
+tr {06729.t0|06730.t4} : b6728 {06730.p4-eats} -> {06729.f} {06730.f} {06730.p2-thinks} 
+tr {06729.t2} {06729.f} {06729.p5} -> {06729.p6} 
+tr {06729.t3|06730.t1} : a6728 {06729.f} {06730.p1} -> {06730.p3} 
+tr {06730.e} {06730.p6} {06730.p3} -> {06730.p4-eats} 
+tr {06730.t} {06730.p2-thinks} -> {06730.p1} {06730.p5} 
+tr {06730.t0|06731.t4} : b6729 {06731.p4-eats} -> {06730.f} {06731.f} {06731.p2-thinks} 
+tr {06730.t2} {06730.f} {06730.p5} -> {06730.p6} 
+tr {06730.t3|06731.t1} : a6729 {06730.f} {06731.p1} -> {06731.p3} 
+tr {06731.e} {06731.p6} {06731.p3} -> {06731.p4-eats} 
+tr {06731.t} {06731.p2-thinks} -> {06731.p1} {06731.p5} 
+tr {06731.t0|06732.t4} : b6730 {06732.p4-eats} -> {06731.f} {06732.f} {06732.p2-thinks} 
+tr {06731.t2} {06731.f} {06731.p5} -> {06731.p6} 
+tr {06731.t3|06732.t1} : a6730 {06731.f} {06732.p1} -> {06732.p3} 
+tr {06732.e} {06732.p6} {06732.p3} -> {06732.p4-eats} 
+tr {06732.t} {06732.p2-thinks} -> {06732.p1} {06732.p5} 
+tr {06732.t0|06733.t4} : b6731 {06733.p4-eats} -> {06732.f} {06733.f} {06733.p2-thinks} 
+tr {06732.t2} {06732.f} {06732.p5} -> {06732.p6} 
+tr {06732.t3|06733.t1} : a6731 {06732.f} {06733.p1} -> {06733.p3} 
+tr {06733.e} {06733.p6} {06733.p3} -> {06733.p4-eats} 
+tr {06733.t} {06733.p2-thinks} -> {06733.p1} {06733.p5} 
+tr {06733.t0|06734.t4} : b6732 {06734.p4-eats} -> {06733.f} {06734.f} {06734.p2-thinks} 
+tr {06733.t2} {06733.f} {06733.p5} -> {06733.p6} 
+tr {06733.t3|06734.t1} : a6732 {06733.f} {06734.p1} -> {06734.p3} 
+tr {06734.e} {06734.p6} {06734.p3} -> {06734.p4-eats} 
+tr {06734.t} {06734.p2-thinks} -> {06734.p1} {06734.p5} 
+tr {06734.t0|06735.t4} : b6733 {06735.p4-eats} -> {06734.f} {06735.f} {06735.p2-thinks} 
+tr {06734.t2} {06734.f} {06734.p5} -> {06734.p6} 
+tr {06734.t3|06735.t1} : a6733 {06734.f} {06735.p1} -> {06735.p3} 
+tr {06735.e} {06735.p6} {06735.p3} -> {06735.p4-eats} 
+tr {06735.t} {06735.p2-thinks} -> {06735.p1} {06735.p5} 
+tr {06735.t0|06736.t4} : b6734 {06736.p4-eats} -> {06735.f} {06736.f} {06736.p2-thinks} 
+tr {06735.t2} {06735.f} {06735.p5} -> {06735.p6} 
+tr {06735.t3|06736.t1} : a6734 {06735.f} {06736.p1} -> {06736.p3} 
+tr {06736.e} {06736.p6} {06736.p3} -> {06736.p4-eats} 
+tr {06736.t} {06736.p2-thinks} -> {06736.p1} {06736.p5} 
+tr {06736.t0|06737.t4} : b6735 {06737.p4-eats} -> {06736.f} {06737.f} {06737.p2-thinks} 
+tr {06736.t2} {06736.f} {06736.p5} -> {06736.p6} 
+tr {06736.t3|06737.t1} : a6735 {06736.f} {06737.p1} -> {06737.p3} 
+tr {06737.e} {06737.p6} {06737.p3} -> {06737.p4-eats} 
+tr {06737.t} {06737.p2-thinks} -> {06737.p1} {06737.p5} 
+tr {06737.t0|06738.t4} : b6736 {06738.p4-eats} -> {06737.f} {06738.f} {06738.p2-thinks} 
+tr {06737.t2} {06737.f} {06737.p5} -> {06737.p6} 
+tr {06737.t3|06738.t1} : a6736 {06737.f} {06738.p1} -> {06738.p3} 
+tr {06738.e} {06738.p6} {06738.p3} -> {06738.p4-eats} 
+tr {06738.t} {06738.p2-thinks} -> {06738.p1} {06738.p5} 
+tr {06738.t0|06739.t4} : b6737 {06739.p4-eats} -> {06738.f} {06739.f} {06739.p2-thinks} 
+tr {06738.t2} {06738.f} {06738.p5} -> {06738.p6} 
+tr {06738.t3|06739.t1} : a6737 {06738.f} {06739.p1} -> {06739.p3} 
+tr {06739.e} {06739.p6} {06739.p3} -> {06739.p4-eats} 
+tr {06739.t} {06739.p2-thinks} -> {06739.p1} {06739.p5} 
+tr {06739.t0|06740.t4} : b6738 {06740.p4-eats} -> {06739.f} {06740.f} {06740.p2-thinks} 
+tr {06739.t2} {06739.f} {06739.p5} -> {06739.p6} 
+tr {06739.t3|06740.t1} : a6738 {06739.f} {06740.p1} -> {06740.p3} 
+tr {06740.e} {06740.p6} {06740.p3} -> {06740.p4-eats} 
+tr {06740.t} {06740.p2-thinks} -> {06740.p1} {06740.p5} 
+tr {06740.t0|06741.t4} : b6739 {06741.p4-eats} -> {06740.f} {06741.f} {06741.p2-thinks} 
+tr {06740.t2} {06740.f} {06740.p5} -> {06740.p6} 
+tr {06740.t3|06741.t1} : a6739 {06740.f} {06741.p1} -> {06741.p3} 
+tr {06741.e} {06741.p6} {06741.p3} -> {06741.p4-eats} 
+tr {06741.t} {06741.p2-thinks} -> {06741.p1} {06741.p5} 
+tr {06741.t0|06742.t4} : b6740 {06742.p4-eats} -> {06741.f} {06742.f} {06742.p2-thinks} 
+tr {06741.t2} {06741.f} {06741.p5} -> {06741.p6} 
+tr {06741.t3|06742.t1} : a6740 {06741.f} {06742.p1} -> {06742.p3} 
+tr {06742.e} {06742.p6} {06742.p3} -> {06742.p4-eats} 
+tr {06742.t} {06742.p2-thinks} -> {06742.p1} {06742.p5} 
+tr {06742.t0|06743.t4} : b6741 {06743.p4-eats} -> {06742.f} {06743.f} {06743.p2-thinks} 
+tr {06742.t2} {06742.f} {06742.p5} -> {06742.p6} 
+tr {06742.t3|06743.t1} : a6741 {06742.f} {06743.p1} -> {06743.p3} 
+tr {06743.e} {06743.p6} {06743.p3} -> {06743.p4-eats} 
+tr {06743.t} {06743.p2-thinks} -> {06743.p1} {06743.p5} 
+tr {06743.t0|06744.t4} : b6742 {06744.p4-eats} -> {06743.f} {06744.f} {06744.p2-thinks} 
+tr {06743.t2} {06743.f} {06743.p5} -> {06743.p6} 
+tr {06743.t3|06744.t1} : a6742 {06743.f} {06744.p1} -> {06744.p3} 
+tr {06744.e} {06744.p6} {06744.p3} -> {06744.p4-eats} 
+tr {06744.t} {06744.p2-thinks} -> {06744.p1} {06744.p5} 
+tr {06744.t0|06745.t4} : b6743 {06745.p4-eats} -> {06744.f} {06745.f} {06745.p2-thinks} 
+tr {06744.t2} {06744.f} {06744.p5} -> {06744.p6} 
+tr {06744.t3|06745.t1} : a6743 {06744.f} {06745.p1} -> {06745.p3} 
+tr {06745.e} {06745.p6} {06745.p3} -> {06745.p4-eats} 
+tr {06745.t} {06745.p2-thinks} -> {06745.p1} {06745.p5} 
+tr {06745.t0|06746.t4} : b6744 {06746.p4-eats} -> {06745.f} {06746.f} {06746.p2-thinks} 
+tr {06745.t2} {06745.f} {06745.p5} -> {06745.p6} 
+tr {06745.t3|06746.t1} : a6744 {06745.f} {06746.p1} -> {06746.p3} 
+tr {06746.e} {06746.p6} {06746.p3} -> {06746.p4-eats} 
+tr {06746.t} {06746.p2-thinks} -> {06746.p1} {06746.p5} 
+tr {06746.t0|06747.t4} : b6745 {06747.p4-eats} -> {06746.f} {06747.f} {06747.p2-thinks} 
+tr {06746.t2} {06746.f} {06746.p5} -> {06746.p6} 
+tr {06746.t3|06747.t1} : a6745 {06746.f} {06747.p1} -> {06747.p3} 
+tr {06747.e} {06747.p6} {06747.p3} -> {06747.p4-eats} 
+tr {06747.t} {06747.p2-thinks} -> {06747.p1} {06747.p5} 
+tr {06747.t0|06748.t4} : b6746 {06748.p4-eats} -> {06747.f} {06748.f} {06748.p2-thinks} 
+tr {06747.t2} {06747.f} {06747.p5} -> {06747.p6} 
+tr {06747.t3|06748.t1} : a6746 {06747.f} {06748.p1} -> {06748.p3} 
+tr {06748.e} {06748.p6} {06748.p3} -> {06748.p4-eats} 
+tr {06748.t} {06748.p2-thinks} -> {06748.p1} {06748.p5} 
+tr {06748.t0|06749.t4} : b6747 {06749.p4-eats} -> {06748.f} {06749.f} {06749.p2-thinks} 
+tr {06748.t2} {06748.f} {06748.p5} -> {06748.p6} 
+tr {06748.t3|06749.t1} : a6747 {06748.f} {06749.p1} -> {06749.p3} 
+tr {06749.e} {06749.p6} {06749.p3} -> {06749.p4-eats} 
+tr {06749.t} {06749.p2-thinks} -> {06749.p1} {06749.p5} 
+tr {06749.t0|06750.t4} : b6748 {06750.p4-eats} -> {06749.f} {06750.f} {06750.p2-thinks} 
+tr {06749.t2} {06749.f} {06749.p5} -> {06749.p6} 
+tr {06749.t3|06750.t1} : a6748 {06749.f} {06750.p1} -> {06750.p3} 
+tr {06750.e} {06750.p6} {06750.p3} -> {06750.p4-eats} 
+tr {06750.t} {06750.p2-thinks} -> {06750.p1} {06750.p5} 
+tr {06750.t0|06751.t4} : b6749 {06751.p4-eats} -> {06750.f} {06751.f} {06751.p2-thinks} 
+tr {06750.t2} {06750.f} {06750.p5} -> {06750.p6} 
+tr {06750.t3|06751.t1} : a6749 {06750.f} {06751.p1} -> {06751.p3} 
+tr {06751.e} {06751.p6} {06751.p3} -> {06751.p4-eats} 
+tr {06751.t} {06751.p2-thinks} -> {06751.p1} {06751.p5} 
+tr {06751.t0|06752.t4} : b6750 {06752.p4-eats} -> {06751.f} {06752.f} {06752.p2-thinks} 
+tr {06751.t2} {06751.f} {06751.p5} -> {06751.p6} 
+tr {06751.t3|06752.t1} : a6750 {06751.f} {06752.p1} -> {06752.p3} 
+tr {06752.e} {06752.p6} {06752.p3} -> {06752.p4-eats} 
+tr {06752.t} {06752.p2-thinks} -> {06752.p1} {06752.p5} 
+tr {06752.t0|06753.t4} : b6751 {06753.p4-eats} -> {06752.f} {06753.f} {06753.p2-thinks} 
+tr {06752.t2} {06752.f} {06752.p5} -> {06752.p6} 
+tr {06752.t3|06753.t1} : a6751 {06752.f} {06753.p1} -> {06753.p3} 
+tr {06753.e} {06753.p6} {06753.p3} -> {06753.p4-eats} 
+tr {06753.t} {06753.p2-thinks} -> {06753.p1} {06753.p5} 
+tr {06753.t0|06754.t4} : b6752 {06754.p4-eats} -> {06753.f} {06754.f} {06754.p2-thinks} 
+tr {06753.t2} {06753.f} {06753.p5} -> {06753.p6} 
+tr {06753.t3|06754.t1} : a6752 {06753.f} {06754.p1} -> {06754.p3} 
+tr {06754.e} {06754.p6} {06754.p3} -> {06754.p4-eats} 
+tr {06754.t} {06754.p2-thinks} -> {06754.p1} {06754.p5} 
+tr {06754.t0|06755.t4} : b6753 {06755.p4-eats} -> {06754.f} {06755.f} {06755.p2-thinks} 
+tr {06754.t2} {06754.f} {06754.p5} -> {06754.p6} 
+tr {06754.t3|06755.t1} : a6753 {06754.f} {06755.p1} -> {06755.p3} 
+tr {06755.e} {06755.p6} {06755.p3} -> {06755.p4-eats} 
+tr {06755.t} {06755.p2-thinks} -> {06755.p1} {06755.p5} 
+tr {06755.t0|06756.t4} : b6754 {06756.p4-eats} -> {06755.f} {06756.f} {06756.p2-thinks} 
+tr {06755.t2} {06755.f} {06755.p5} -> {06755.p6} 
+tr {06755.t3|06756.t1} : a6754 {06755.f} {06756.p1} -> {06756.p3} 
+tr {06756.e} {06756.p6} {06756.p3} -> {06756.p4-eats} 
+tr {06756.t} {06756.p2-thinks} -> {06756.p1} {06756.p5} 
+tr {06756.t0|06757.t4} : b6755 {06757.p4-eats} -> {06756.f} {06757.f} {06757.p2-thinks} 
+tr {06756.t2} {06756.f} {06756.p5} -> {06756.p6} 
+tr {06756.t3|06757.t1} : a6755 {06756.f} {06757.p1} -> {06757.p3} 
+tr {06757.e} {06757.p6} {06757.p3} -> {06757.p4-eats} 
+tr {06757.t} {06757.p2-thinks} -> {06757.p1} {06757.p5} 
+tr {06757.t0|06758.t4} : b6756 {06758.p4-eats} -> {06757.f} {06758.f} {06758.p2-thinks} 
+tr {06757.t2} {06757.f} {06757.p5} -> {06757.p6} 
+tr {06757.t3|06758.t1} : a6756 {06757.f} {06758.p1} -> {06758.p3} 
+tr {06758.e} {06758.p6} {06758.p3} -> {06758.p4-eats} 
+tr {06758.t} {06758.p2-thinks} -> {06758.p1} {06758.p5} 
+tr {06758.t0|06759.t4} : b6757 {06759.p4-eats} -> {06758.f} {06759.f} {06759.p2-thinks} 
+tr {06758.t2} {06758.f} {06758.p5} -> {06758.p6} 
+tr {06758.t3|06759.t1} : a6757 {06758.f} {06759.p1} -> {06759.p3} 
+tr {06759.e} {06759.p6} {06759.p3} -> {06759.p4-eats} 
+tr {06759.t} {06759.p2-thinks} -> {06759.p1} {06759.p5} 
+tr {06759.t0|06760.t4} : b6758 {06760.p4-eats} -> {06759.f} {06760.f} {06760.p2-thinks} 
+tr {06759.t2} {06759.f} {06759.p5} -> {06759.p6} 
+tr {06759.t3|06760.t1} : a6758 {06759.f} {06760.p1} -> {06760.p3} 
+tr {06760.e} {06760.p6} {06760.p3} -> {06760.p4-eats} 
+tr {06760.t} {06760.p2-thinks} -> {06760.p1} {06760.p5} 
+tr {06760.t0|06761.t4} : b6759 {06761.p4-eats} -> {06760.f} {06761.f} {06761.p2-thinks} 
+tr {06760.t2} {06760.f} {06760.p5} -> {06760.p6} 
+tr {06760.t3|06761.t1} : a6759 {06760.f} {06761.p1} -> {06761.p3} 
+tr {06761.e} {06761.p6} {06761.p3} -> {06761.p4-eats} 
+tr {06761.t} {06761.p2-thinks} -> {06761.p1} {06761.p5} 
+tr {06761.t0|06762.t4} : b6760 {06762.p4-eats} -> {06761.f} {06762.f} {06762.p2-thinks} 
+tr {06761.t2} {06761.f} {06761.p5} -> {06761.p6} 
+tr {06761.t3|06762.t1} : a6760 {06761.f} {06762.p1} -> {06762.p3} 
+tr {06762.e} {06762.p6} {06762.p3} -> {06762.p4-eats} 
+tr {06762.t} {06762.p2-thinks} -> {06762.p1} {06762.p5} 
+tr {06762.t0|06763.t4} : b6761 {06763.p4-eats} -> {06762.f} {06763.f} {06763.p2-thinks} 
+tr {06762.t2} {06762.f} {06762.p5} -> {06762.p6} 
+tr {06762.t3|06763.t1} : a6761 {06762.f} {06763.p1} -> {06763.p3} 
+tr {06763.e} {06763.p6} {06763.p3} -> {06763.p4-eats} 
+tr {06763.t} {06763.p2-thinks} -> {06763.p1} {06763.p5} 
+tr {06763.t0|06764.t4} : b6762 {06764.p4-eats} -> {06763.f} {06764.f} {06764.p2-thinks} 
+tr {06763.t2} {06763.f} {06763.p5} -> {06763.p6} 
+tr {06763.t3|06764.t1} : a6762 {06763.f} {06764.p1} -> {06764.p3} 
+tr {06764.e} {06764.p6} {06764.p3} -> {06764.p4-eats} 
+tr {06764.t} {06764.p2-thinks} -> {06764.p1} {06764.p5} 
+tr {06764.t0|06765.t4} : b6763 {06765.p4-eats} -> {06764.f} {06765.f} {06765.p2-thinks} 
+tr {06764.t2} {06764.f} {06764.p5} -> {06764.p6} 
+tr {06764.t3|06765.t1} : a6763 {06764.f} {06765.p1} -> {06765.p3} 
+tr {06765.e} {06765.p6} {06765.p3} -> {06765.p4-eats} 
+tr {06765.t} {06765.p2-thinks} -> {06765.p1} {06765.p5} 
+tr {06765.t0|06766.t4} : b6764 {06766.p4-eats} -> {06765.f} {06766.f} {06766.p2-thinks} 
+tr {06765.t2} {06765.f} {06765.p5} -> {06765.p6} 
+tr {06765.t3|06766.t1} : a6764 {06765.f} {06766.p1} -> {06766.p3} 
+tr {06766.e} {06766.p6} {06766.p3} -> {06766.p4-eats} 
+tr {06766.t} {06766.p2-thinks} -> {06766.p1} {06766.p5} 
+tr {06766.t0|06767.t4} : b6765 {06767.p4-eats} -> {06766.f} {06767.f} {06767.p2-thinks} 
+tr {06766.t2} {06766.f} {06766.p5} -> {06766.p6} 
+tr {06766.t3|06767.t1} : a6765 {06766.f} {06767.p1} -> {06767.p3} 
+tr {06767.e} {06767.p6} {06767.p3} -> {06767.p4-eats} 
+tr {06767.t} {06767.p2-thinks} -> {06767.p1} {06767.p5} 
+tr {06767.t0|06768.t4} : b6766 {06768.p4-eats} -> {06767.f} {06768.f} {06768.p2-thinks} 
+tr {06767.t2} {06767.f} {06767.p5} -> {06767.p6} 
+tr {06767.t3|06768.t1} : a6766 {06767.f} {06768.p1} -> {06768.p3} 
+tr {06768.e} {06768.p6} {06768.p3} -> {06768.p4-eats} 
+tr {06768.t} {06768.p2-thinks} -> {06768.p1} {06768.p5} 
+tr {06768.t0|06769.t4} : b6767 {06769.p4-eats} -> {06768.f} {06769.f} {06769.p2-thinks} 
+tr {06768.t2} {06768.f} {06768.p5} -> {06768.p6} 
+tr {06768.t3|06769.t1} : a6767 {06768.f} {06769.p1} -> {06769.p3} 
+tr {06769.e} {06769.p6} {06769.p3} -> {06769.p4-eats} 
+tr {06769.t} {06769.p2-thinks} -> {06769.p1} {06769.p5} 
+tr {06769.t0|06770.t4} : b6768 {06770.p4-eats} -> {06769.f} {06770.f} {06770.p2-thinks} 
+tr {06769.t2} {06769.f} {06769.p5} -> {06769.p6} 
+tr {06769.t3|06770.t1} : a6768 {06769.f} {06770.p1} -> {06770.p3} 
+tr {06770.e} {06770.p6} {06770.p3} -> {06770.p4-eats} 
+tr {06770.t} {06770.p2-thinks} -> {06770.p1} {06770.p5} 
+tr {06770.t0|06771.t4} : b6769 {06771.p4-eats} -> {06770.f} {06771.f} {06771.p2-thinks} 
+tr {06770.t2} {06770.f} {06770.p5} -> {06770.p6} 
+tr {06770.t3|06771.t1} : a6769 {06770.f} {06771.p1} -> {06771.p3} 
+tr {06771.e} {06771.p6} {06771.p3} -> {06771.p4-eats} 
+tr {06771.t} {06771.p2-thinks} -> {06771.p1} {06771.p5} 
+tr {06771.t0|06772.t4} : b6770 {06772.p4-eats} -> {06771.f} {06772.f} {06772.p2-thinks} 
+tr {06771.t2} {06771.f} {06771.p5} -> {06771.p6} 
+tr {06771.t3|06772.t1} : a6770 {06771.f} {06772.p1} -> {06772.p3} 
+tr {06772.e} {06772.p6} {06772.p3} -> {06772.p4-eats} 
+tr {06772.t} {06772.p2-thinks} -> {06772.p1} {06772.p5} 
+tr {06772.t0|06773.t4} : b6771 {06773.p4-eats} -> {06772.f} {06773.f} {06773.p2-thinks} 
+tr {06772.t2} {06772.f} {06772.p5} -> {06772.p6} 
+tr {06772.t3|06773.t1} : a6771 {06772.f} {06773.p1} -> {06773.p3} 
+tr {06773.e} {06773.p6} {06773.p3} -> {06773.p4-eats} 
+tr {06773.t} {06773.p2-thinks} -> {06773.p1} {06773.p5} 
+tr {06773.t0|06774.t4} : b6772 {06774.p4-eats} -> {06773.f} {06774.f} {06774.p2-thinks} 
+tr {06773.t2} {06773.f} {06773.p5} -> {06773.p6} 
+tr {06773.t3|06774.t1} : a6772 {06773.f} {06774.p1} -> {06774.p3} 
+tr {06774.e} {06774.p6} {06774.p3} -> {06774.p4-eats} 
+tr {06774.t} {06774.p2-thinks} -> {06774.p1} {06774.p5} 
+tr {06774.t0|06775.t4} : b6773 {06775.p4-eats} -> {06774.f} {06775.f} {06775.p2-thinks} 
+tr {06774.t2} {06774.f} {06774.p5} -> {06774.p6} 
+tr {06774.t3|06775.t1} : a6773 {06774.f} {06775.p1} -> {06775.p3} 
+tr {06775.e} {06775.p6} {06775.p3} -> {06775.p4-eats} 
+tr {06775.t} {06775.p2-thinks} -> {06775.p1} {06775.p5} 
+tr {06775.t0|06776.t4} : b6774 {06776.p4-eats} -> {06775.f} {06776.f} {06776.p2-thinks} 
+tr {06775.t2} {06775.f} {06775.p5} -> {06775.p6} 
+tr {06775.t3|06776.t1} : a6774 {06775.f} {06776.p1} -> {06776.p3} 
+tr {06776.e} {06776.p6} {06776.p3} -> {06776.p4-eats} 
+tr {06776.t} {06776.p2-thinks} -> {06776.p1} {06776.p5} 
+tr {06776.t0|06777.t4} : b6775 {06777.p4-eats} -> {06776.f} {06777.f} {06777.p2-thinks} 
+tr {06776.t2} {06776.f} {06776.p5} -> {06776.p6} 
+tr {06776.t3|06777.t1} : a6775 {06776.f} {06777.p1} -> {06777.p3} 
+tr {06777.e} {06777.p6} {06777.p3} -> {06777.p4-eats} 
+tr {06777.t} {06777.p2-thinks} -> {06777.p1} {06777.p5} 
+tr {06777.t0|06778.t4} : b6776 {06778.p4-eats} -> {06777.f} {06778.f} {06778.p2-thinks} 
+tr {06777.t2} {06777.f} {06777.p5} -> {06777.p6} 
+tr {06777.t3|06778.t1} : a6776 {06777.f} {06778.p1} -> {06778.p3} 
+tr {06778.e} {06778.p6} {06778.p3} -> {06778.p4-eats} 
+tr {06778.t} {06778.p2-thinks} -> {06778.p1} {06778.p5} 
+tr {06778.t0|06779.t4} : b6777 {06779.p4-eats} -> {06778.f} {06779.f} {06779.p2-thinks} 
+tr {06778.t2} {06778.f} {06778.p5} -> {06778.p6} 
+tr {06778.t3|06779.t1} : a6777 {06778.f} {06779.p1} -> {06779.p3} 
+tr {06779.e} {06779.p6} {06779.p3} -> {06779.p4-eats} 
+tr {06779.t} {06779.p2-thinks} -> {06779.p1} {06779.p5} 
+tr {06779.t0|06780.t4} : b6778 {06780.p4-eats} -> {06779.f} {06780.f} {06780.p2-thinks} 
+tr {06779.t2} {06779.f} {06779.p5} -> {06779.p6} 
+tr {06779.t3|06780.t1} : a6778 {06779.f} {06780.p1} -> {06780.p3} 
+tr {06780.e} {06780.p6} {06780.p3} -> {06780.p4-eats} 
+tr {06780.t} {06780.p2-thinks} -> {06780.p1} {06780.p5} 
+tr {06780.t0|06781.t4} : b6779 {06781.p4-eats} -> {06780.f} {06781.f} {06781.p2-thinks} 
+tr {06780.t2} {06780.f} {06780.p5} -> {06780.p6} 
+tr {06780.t3|06781.t1} : a6779 {06780.f} {06781.p1} -> {06781.p3} 
+tr {06781.e} {06781.p6} {06781.p3} -> {06781.p4-eats} 
+tr {06781.t} {06781.p2-thinks} -> {06781.p1} {06781.p5} 
+tr {06781.t0|06782.t4} : b6780 {06782.p4-eats} -> {06781.f} {06782.f} {06782.p2-thinks} 
+tr {06781.t2} {06781.f} {06781.p5} -> {06781.p6} 
+tr {06781.t3|06782.t1} : a6780 {06781.f} {06782.p1} -> {06782.p3} 
+tr {06782.e} {06782.p6} {06782.p3} -> {06782.p4-eats} 
+tr {06782.t} {06782.p2-thinks} -> {06782.p1} {06782.p5} 
+tr {06782.t0|06783.t4} : b6781 {06783.p4-eats} -> {06782.f} {06783.f} {06783.p2-thinks} 
+tr {06782.t2} {06782.f} {06782.p5} -> {06782.p6} 
+tr {06782.t3|06783.t1} : a6781 {06782.f} {06783.p1} -> {06783.p3} 
+tr {06783.e} {06783.p6} {06783.p3} -> {06783.p4-eats} 
+tr {06783.t} {06783.p2-thinks} -> {06783.p1} {06783.p5} 
+tr {06783.t0|06784.t4} : b6782 {06784.p4-eats} -> {06783.f} {06784.f} {06784.p2-thinks} 
+tr {06783.t2} {06783.f} {06783.p5} -> {06783.p6} 
+tr {06783.t3|06784.t1} : a6782 {06783.f} {06784.p1} -> {06784.p3} 
+tr {06784.e} {06784.p6} {06784.p3} -> {06784.p4-eats} 
+tr {06784.t} {06784.p2-thinks} -> {06784.p1} {06784.p5} 
+tr {06784.t0|06785.t4} : b6783 {06785.p4-eats} -> {06784.f} {06785.f} {06785.p2-thinks} 
+tr {06784.t2} {06784.f} {06784.p5} -> {06784.p6} 
+tr {06784.t3|06785.t1} : a6783 {06784.f} {06785.p1} -> {06785.p3} 
+tr {06785.e} {06785.p6} {06785.p3} -> {06785.p4-eats} 
+tr {06785.t} {06785.p2-thinks} -> {06785.p1} {06785.p5} 
+tr {06785.t0|06786.t4} : b6784 {06786.p4-eats} -> {06785.f} {06786.f} {06786.p2-thinks} 
+tr {06785.t2} {06785.f} {06785.p5} -> {06785.p6} 
+tr {06785.t3|06786.t1} : a6784 {06785.f} {06786.p1} -> {06786.p3} 
+tr {06786.e} {06786.p6} {06786.p3} -> {06786.p4-eats} 
+tr {06786.t} {06786.p2-thinks} -> {06786.p1} {06786.p5} 
+tr {06786.t0|06787.t4} : b6785 {06787.p4-eats} -> {06786.f} {06787.f} {06787.p2-thinks} 
+tr {06786.t2} {06786.f} {06786.p5} -> {06786.p6} 
+tr {06786.t3|06787.t1} : a6785 {06786.f} {06787.p1} -> {06787.p3} 
+tr {06787.e} {06787.p6} {06787.p3} -> {06787.p4-eats} 
+tr {06787.t} {06787.p2-thinks} -> {06787.p1} {06787.p5} 
+tr {06787.t0|06788.t4} : b6786 {06788.p4-eats} -> {06787.f} {06788.f} {06788.p2-thinks} 
+tr {06787.t2} {06787.f} {06787.p5} -> {06787.p6} 
+tr {06787.t3|06788.t1} : a6786 {06787.f} {06788.p1} -> {06788.p3} 
+tr {06788.e} {06788.p6} {06788.p3} -> {06788.p4-eats} 
+tr {06788.t} {06788.p2-thinks} -> {06788.p1} {06788.p5} 
+tr {06788.t0|06789.t4} : b6787 {06789.p4-eats} -> {06788.f} {06789.f} {06789.p2-thinks} 
+tr {06788.t2} {06788.f} {06788.p5} -> {06788.p6} 
+tr {06788.t3|06789.t1} : a6787 {06788.f} {06789.p1} -> {06789.p3} 
+tr {06789.e} {06789.p6} {06789.p3} -> {06789.p4-eats} 
+tr {06789.t} {06789.p2-thinks} -> {06789.p1} {06789.p5} 
+tr {06789.t0|06790.t4} : b6788 {06790.p4-eats} -> {06789.f} {06790.f} {06790.p2-thinks} 
+tr {06789.t2} {06789.f} {06789.p5} -> {06789.p6} 
+tr {06789.t3|06790.t1} : a6788 {06789.f} {06790.p1} -> {06790.p3} 
+tr {06790.e} {06790.p6} {06790.p3} -> {06790.p4-eats} 
+tr {06790.t} {06790.p2-thinks} -> {06790.p1} {06790.p5} 
+tr {06790.t0|06791.t4} : b6789 {06791.p4-eats} -> {06790.f} {06791.f} {06791.p2-thinks} 
+tr {06790.t2} {06790.f} {06790.p5} -> {06790.p6} 
+tr {06790.t3|06791.t1} : a6789 {06790.f} {06791.p1} -> {06791.p3} 
+tr {06791.e} {06791.p6} {06791.p3} -> {06791.p4-eats} 
+tr {06791.t} {06791.p2-thinks} -> {06791.p1} {06791.p5} 
+tr {06791.t0|06792.t4} : b6790 {06792.p4-eats} -> {06791.f} {06792.f} {06792.p2-thinks} 
+tr {06791.t2} {06791.f} {06791.p5} -> {06791.p6} 
+tr {06791.t3|06792.t1} : a6790 {06791.f} {06792.p1} -> {06792.p3} 
+tr {06792.e} {06792.p6} {06792.p3} -> {06792.p4-eats} 
+tr {06792.t} {06792.p2-thinks} -> {06792.p1} {06792.p5} 
+tr {06792.t0|06793.t4} : b6791 {06793.p4-eats} -> {06792.f} {06793.f} {06793.p2-thinks} 
+tr {06792.t2} {06792.f} {06792.p5} -> {06792.p6} 
+tr {06792.t3|06793.t1} : a6791 {06792.f} {06793.p1} -> {06793.p3} 
+tr {06793.e} {06793.p6} {06793.p3} -> {06793.p4-eats} 
+tr {06793.t} {06793.p2-thinks} -> {06793.p1} {06793.p5} 
+tr {06793.t0|06794.t4} : b6792 {06794.p4-eats} -> {06793.f} {06794.f} {06794.p2-thinks} 
+tr {06793.t2} {06793.f} {06793.p5} -> {06793.p6} 
+tr {06793.t3|06794.t1} : a6792 {06793.f} {06794.p1} -> {06794.p3} 
+tr {06794.e} {06794.p6} {06794.p3} -> {06794.p4-eats} 
+tr {06794.t} {06794.p2-thinks} -> {06794.p1} {06794.p5} 
+tr {06794.t0|06795.t4} : b6793 {06795.p4-eats} -> {06794.f} {06795.f} {06795.p2-thinks} 
+tr {06794.t2} {06794.f} {06794.p5} -> {06794.p6} 
+tr {06794.t3|06795.t1} : a6793 {06794.f} {06795.p1} -> {06795.p3} 
+tr {06795.e} {06795.p6} {06795.p3} -> {06795.p4-eats} 
+tr {06795.t} {06795.p2-thinks} -> {06795.p1} {06795.p5} 
+tr {06795.t0|06796.t4} : b6794 {06796.p4-eats} -> {06795.f} {06796.f} {06796.p2-thinks} 
+tr {06795.t2} {06795.f} {06795.p5} -> {06795.p6} 
+tr {06795.t3|06796.t1} : a6794 {06795.f} {06796.p1} -> {06796.p3} 
+tr {06796.e} {06796.p6} {06796.p3} -> {06796.p4-eats} 
+tr {06796.t} {06796.p2-thinks} -> {06796.p1} {06796.p5} 
+tr {06796.t0|06797.t4} : b6795 {06797.p4-eats} -> {06796.f} {06797.f} {06797.p2-thinks} 
+tr {06796.t2} {06796.f} {06796.p5} -> {06796.p6} 
+tr {06796.t3|06797.t1} : a6795 {06796.f} {06797.p1} -> {06797.p3} 
+tr {06797.e} {06797.p6} {06797.p3} -> {06797.p4-eats} 
+tr {06797.t} {06797.p2-thinks} -> {06797.p1} {06797.p5} 
+tr {06797.t0|06798.t4} : b6796 {06798.p4-eats} -> {06797.f} {06798.f} {06798.p2-thinks} 
+tr {06797.t2} {06797.f} {06797.p5} -> {06797.p6} 
+tr {06797.t3|06798.t1} : a6796 {06797.f} {06798.p1} -> {06798.p3} 
+tr {06798.e} {06798.p6} {06798.p3} -> {06798.p4-eats} 
+tr {06798.t} {06798.p2-thinks} -> {06798.p1} {06798.p5} 
+tr {06798.t0|06799.t4} : b6797 {06799.p4-eats} -> {06798.f} {06799.f} {06799.p2-thinks} 
+tr {06798.t2} {06798.f} {06798.p5} -> {06798.p6} 
+tr {06798.t3|06799.t1} : a6797 {06798.f} {06799.p1} -> {06799.p3} 
+tr {06799.e} {06799.p6} {06799.p3} -> {06799.p4-eats} 
+tr {06799.t} {06799.p2-thinks} -> {06799.p1} {06799.p5} 
+tr {06799.t0|06800.t4} : b6798 {06800.p4-eats} -> {06799.f} {06800.f} {06800.p2-thinks} 
+tr {06799.t2} {06799.f} {06799.p5} -> {06799.p6} 
+tr {06799.t3|06800.t1} : a6798 {06799.f} {06800.p1} -> {06800.p3} 
+tr {06800.e} {06800.p6} {06800.p3} -> {06800.p4-eats} 
+tr {06800.t} {06800.p2-thinks} -> {06800.p1} {06800.p5} 
+tr {06800.t0|06801.t4} : b6799 {06801.p4-eats} -> {06800.f} {06801.f} {06801.p2-thinks} 
+tr {06800.t2} {06800.f} {06800.p5} -> {06800.p6} 
+tr {06800.t3|06801.t1} : a6799 {06800.f} {06801.p1} -> {06801.p3} 
+tr {06801.e} {06801.p6} {06801.p3} -> {06801.p4-eats} 
+tr {06801.t} {06801.p2-thinks} -> {06801.p1} {06801.p5} 
+tr {06801.t0|06802.t4} : b6800 {06802.p4-eats} -> {06801.f} {06802.f} {06802.p2-thinks} 
+tr {06801.t2} {06801.f} {06801.p5} -> {06801.p6} 
+tr {06801.t3|06802.t1} : a6800 {06801.f} {06802.p1} -> {06802.p3} 
+tr {06802.e} {06802.p6} {06802.p3} -> {06802.p4-eats} 
+tr {06802.t} {06802.p2-thinks} -> {06802.p1} {06802.p5} 
+tr {06802.t0|06803.t4} : b6801 {06803.p4-eats} -> {06802.f} {06803.f} {06803.p2-thinks} 
+tr {06802.t2} {06802.f} {06802.p5} -> {06802.p6} 
+tr {06802.t3|06803.t1} : a6801 {06802.f} {06803.p1} -> {06803.p3} 
+tr {06803.e} {06803.p6} {06803.p3} -> {06803.p4-eats} 
+tr {06803.t} {06803.p2-thinks} -> {06803.p1} {06803.p5} 
+tr {06803.t0|06804.t4} : b6802 {06804.p4-eats} -> {06803.f} {06804.f} {06804.p2-thinks} 
+tr {06803.t2} {06803.f} {06803.p5} -> {06803.p6} 
+tr {06803.t3|06804.t1} : a6802 {06803.f} {06804.p1} -> {06804.p3} 
+tr {06804.e} {06804.p6} {06804.p3} -> {06804.p4-eats} 
+tr {06804.t} {06804.p2-thinks} -> {06804.p1} {06804.p5} 
+tr {06804.t0|06805.t4} : b6803 {06805.p4-eats} -> {06804.f} {06805.f} {06805.p2-thinks} 
+tr {06804.t2} {06804.f} {06804.p5} -> {06804.p6} 
+tr {06804.t3|06805.t1} : a6803 {06804.f} {06805.p1} -> {06805.p3} 
+tr {06805.e} {06805.p6} {06805.p3} -> {06805.p4-eats} 
+tr {06805.t} {06805.p2-thinks} -> {06805.p1} {06805.p5} 
+tr {06805.t0|06806.t4} : b6804 {06806.p4-eats} -> {06805.f} {06806.f} {06806.p2-thinks} 
+tr {06805.t2} {06805.f} {06805.p5} -> {06805.p6} 
+tr {06805.t3|06806.t1} : a6804 {06805.f} {06806.p1} -> {06806.p3} 
+tr {06806.e} {06806.p6} {06806.p3} -> {06806.p4-eats} 
+tr {06806.t} {06806.p2-thinks} -> {06806.p1} {06806.p5} 
+tr {06806.t0|06807.t4} : b6805 {06807.p4-eats} -> {06806.f} {06807.f} {06807.p2-thinks} 
+tr {06806.t2} {06806.f} {06806.p5} -> {06806.p6} 
+tr {06806.t3|06807.t1} : a6805 {06806.f} {06807.p1} -> {06807.p3} 
+tr {06807.e} {06807.p6} {06807.p3} -> {06807.p4-eats} 
+tr {06807.t} {06807.p2-thinks} -> {06807.p1} {06807.p5} 
+tr {06807.t0|06808.t4} : b6806 {06808.p4-eats} -> {06807.f} {06808.f} {06808.p2-thinks} 
+tr {06807.t2} {06807.f} {06807.p5} -> {06807.p6} 
+tr {06807.t3|06808.t1} : a6806 {06807.f} {06808.p1} -> {06808.p3} 
+tr {06808.e} {06808.p6} {06808.p3} -> {06808.p4-eats} 
+tr {06808.t} {06808.p2-thinks} -> {06808.p1} {06808.p5} 
+tr {06808.t0|06809.t4} : b6807 {06809.p4-eats} -> {06808.f} {06809.f} {06809.p2-thinks} 
+tr {06808.t2} {06808.f} {06808.p5} -> {06808.p6} 
+tr {06808.t3|06809.t1} : a6807 {06808.f} {06809.p1} -> {06809.p3} 
+tr {06809.e} {06809.p6} {06809.p3} -> {06809.p4-eats} 
+tr {06809.t} {06809.p2-thinks} -> {06809.p1} {06809.p5} 
+tr {06809.t0|06810.t4} : b6808 {06810.p4-eats} -> {06809.f} {06810.f} {06810.p2-thinks} 
+tr {06809.t2} {06809.f} {06809.p5} -> {06809.p6} 
+tr {06809.t3|06810.t1} : a6808 {06809.f} {06810.p1} -> {06810.p3} 
+tr {06810.e} {06810.p6} {06810.p3} -> {06810.p4-eats} 
+tr {06810.t} {06810.p2-thinks} -> {06810.p1} {06810.p5} 
+tr {06810.t0|06811.t4} : b6809 {06811.p4-eats} -> {06810.f} {06811.f} {06811.p2-thinks} 
+tr {06810.t2} {06810.f} {06810.p5} -> {06810.p6} 
+tr {06810.t3|06811.t1} : a6809 {06810.f} {06811.p1} -> {06811.p3} 
+tr {06811.e} {06811.p6} {06811.p3} -> {06811.p4-eats} 
+tr {06811.t} {06811.p2-thinks} -> {06811.p1} {06811.p5} 
+tr {06811.t0|06812.t4} : b6810 {06812.p4-eats} -> {06811.f} {06812.f} {06812.p2-thinks} 
+tr {06811.t2} {06811.f} {06811.p5} -> {06811.p6} 
+tr {06811.t3|06812.t1} : a6810 {06811.f} {06812.p1} -> {06812.p3} 
+tr {06812.e} {06812.p6} {06812.p3} -> {06812.p4-eats} 
+tr {06812.t} {06812.p2-thinks} -> {06812.p1} {06812.p5} 
+tr {06812.t0|06813.t4} : b6811 {06813.p4-eats} -> {06812.f} {06813.f} {06813.p2-thinks} 
+tr {06812.t2} {06812.f} {06812.p5} -> {06812.p6} 
+tr {06812.t3|06813.t1} : a6811 {06812.f} {06813.p1} -> {06813.p3} 
+tr {06813.e} {06813.p6} {06813.p3} -> {06813.p4-eats} 
+tr {06813.t} {06813.p2-thinks} -> {06813.p1} {06813.p5} 
+tr {06813.t0|06814.t4} : b6812 {06814.p4-eats} -> {06813.f} {06814.f} {06814.p2-thinks} 
+tr {06813.t2} {06813.f} {06813.p5} -> {06813.p6} 
+tr {06813.t3|06814.t1} : a6812 {06813.f} {06814.p1} -> {06814.p3} 
+tr {06814.e} {06814.p6} {06814.p3} -> {06814.p4-eats} 
+tr {06814.t} {06814.p2-thinks} -> {06814.p1} {06814.p5} 
+tr {06814.t0|06815.t4} : b6813 {06815.p4-eats} -> {06814.f} {06815.f} {06815.p2-thinks} 
+tr {06814.t2} {06814.f} {06814.p5} -> {06814.p6} 
+tr {06814.t3|06815.t1} : a6813 {06814.f} {06815.p1} -> {06815.p3} 
+tr {06815.e} {06815.p6} {06815.p3} -> {06815.p4-eats} 
+tr {06815.t} {06815.p2-thinks} -> {06815.p1} {06815.p5} 
+tr {06815.t0|06816.t4} : b6814 {06816.p4-eats} -> {06815.f} {06816.f} {06816.p2-thinks} 
+tr {06815.t2} {06815.f} {06815.p5} -> {06815.p6} 
+tr {06815.t3|06816.t1} : a6814 {06815.f} {06816.p1} -> {06816.p3} 
+tr {06816.e} {06816.p6} {06816.p3} -> {06816.p4-eats} 
+tr {06816.t} {06816.p2-thinks} -> {06816.p1} {06816.p5} 
+tr {06816.t0|06817.t4} : b6815 {06817.p4-eats} -> {06816.f} {06817.f} {06817.p2-thinks} 
+tr {06816.t2} {06816.f} {06816.p5} -> {06816.p6} 
+tr {06816.t3|06817.t1} : a6815 {06816.f} {06817.p1} -> {06817.p3} 
+tr {06817.e} {06817.p6} {06817.p3} -> {06817.p4-eats} 
+tr {06817.t} {06817.p2-thinks} -> {06817.p1} {06817.p5} 
+tr {06817.t0|06818.t4} : b6816 {06818.p4-eats} -> {06817.f} {06818.f} {06818.p2-thinks} 
+tr {06817.t2} {06817.f} {06817.p5} -> {06817.p6} 
+tr {06817.t3|06818.t1} : a6816 {06817.f} {06818.p1} -> {06818.p3} 
+tr {06818.e} {06818.p6} {06818.p3} -> {06818.p4-eats} 
+tr {06818.t} {06818.p2-thinks} -> {06818.p1} {06818.p5} 
+tr {06818.t0|06819.t4} : b6817 {06819.p4-eats} -> {06818.f} {06819.f} {06819.p2-thinks} 
+tr {06818.t2} {06818.f} {06818.p5} -> {06818.p6} 
+tr {06818.t3|06819.t1} : a6817 {06818.f} {06819.p1} -> {06819.p3} 
+tr {06819.e} {06819.p6} {06819.p3} -> {06819.p4-eats} 
+tr {06819.t} {06819.p2-thinks} -> {06819.p1} {06819.p5} 
+tr {06819.t0|06820.t4} : b6818 {06820.p4-eats} -> {06819.f} {06820.f} {06820.p2-thinks} 
+tr {06819.t2} {06819.f} {06819.p5} -> {06819.p6} 
+tr {06819.t3|06820.t1} : a6818 {06819.f} {06820.p1} -> {06820.p3} 
+tr {06820.e} {06820.p6} {06820.p3} -> {06820.p4-eats} 
+tr {06820.t} {06820.p2-thinks} -> {06820.p1} {06820.p5} 
+tr {06820.t0|06821.t4} : b6819 {06821.p4-eats} -> {06820.f} {06821.f} {06821.p2-thinks} 
+tr {06820.t2} {06820.f} {06820.p5} -> {06820.p6} 
+tr {06820.t3|06821.t1} : a6819 {06820.f} {06821.p1} -> {06821.p3} 
+tr {06821.e} {06821.p6} {06821.p3} -> {06821.p4-eats} 
+tr {06821.t} {06821.p2-thinks} -> {06821.p1} {06821.p5} 
+tr {06821.t0|06822.t4} : b6820 {06822.p4-eats} -> {06821.f} {06822.f} {06822.p2-thinks} 
+tr {06821.t2} {06821.f} {06821.p5} -> {06821.p6} 
+tr {06821.t3|06822.t1} : a6820 {06821.f} {06822.p1} -> {06822.p3} 
+tr {06822.e} {06822.p6} {06822.p3} -> {06822.p4-eats} 
+tr {06822.t} {06822.p2-thinks} -> {06822.p1} {06822.p5} 
+tr {06822.t0|06823.t4} : b6821 {06823.p4-eats} -> {06822.f} {06823.f} {06823.p2-thinks} 
+tr {06822.t2} {06822.f} {06822.p5} -> {06822.p6} 
+tr {06822.t3|06823.t1} : a6821 {06822.f} {06823.p1} -> {06823.p3} 
+tr {06823.e} {06823.p6} {06823.p3} -> {06823.p4-eats} 
+tr {06823.t} {06823.p2-thinks} -> {06823.p1} {06823.p5} 
+tr {06823.t0|06824.t4} : b6822 {06824.p4-eats} -> {06823.f} {06824.f} {06824.p2-thinks} 
+tr {06823.t2} {06823.f} {06823.p5} -> {06823.p6} 
+tr {06823.t3|06824.t1} : a6822 {06823.f} {06824.p1} -> {06824.p3} 
+tr {06824.e} {06824.p6} {06824.p3} -> {06824.p4-eats} 
+tr {06824.t} {06824.p2-thinks} -> {06824.p1} {06824.p5} 
+tr {06824.t0|06825.t4} : b6823 {06825.p4-eats} -> {06824.f} {06825.f} {06825.p2-thinks} 
+tr {06824.t2} {06824.f} {06824.p5} -> {06824.p6} 
+tr {06824.t3|06825.t1} : a6823 {06824.f} {06825.p1} -> {06825.p3} 
+tr {06825.e} {06825.p6} {06825.p3} -> {06825.p4-eats} 
+tr {06825.t} {06825.p2-thinks} -> {06825.p1} {06825.p5} 
+tr {06825.t0|06826.t4} : b6824 {06826.p4-eats} -> {06825.f} {06826.f} {06826.p2-thinks} 
+tr {06825.t2} {06825.f} {06825.p5} -> {06825.p6} 
+tr {06825.t3|06826.t1} : a6824 {06825.f} {06826.p1} -> {06826.p3} 
+tr {06826.e} {06826.p6} {06826.p3} -> {06826.p4-eats} 
+tr {06826.t} {06826.p2-thinks} -> {06826.p1} {06826.p5} 
+tr {06826.t0|06827.t4} : b6825 {06827.p4-eats} -> {06826.f} {06827.f} {06827.p2-thinks} 
+tr {06826.t2} {06826.f} {06826.p5} -> {06826.p6} 
+tr {06826.t3|06827.t1} : a6825 {06826.f} {06827.p1} -> {06827.p3} 
+tr {06827.e} {06827.p6} {06827.p3} -> {06827.p4-eats} 
+tr {06827.t} {06827.p2-thinks} -> {06827.p1} {06827.p5} 
+tr {06827.t0|06828.t4} : b6826 {06828.p4-eats} -> {06827.f} {06828.f} {06828.p2-thinks} 
+tr {06827.t2} {06827.f} {06827.p5} -> {06827.p6} 
+tr {06827.t3|06828.t1} : a6826 {06827.f} {06828.p1} -> {06828.p3} 
+tr {06828.e} {06828.p6} {06828.p3} -> {06828.p4-eats} 
+tr {06828.t} {06828.p2-thinks} -> {06828.p1} {06828.p5} 
+tr {06828.t0|06829.t4} : b6827 {06829.p4-eats} -> {06828.f} {06829.f} {06829.p2-thinks} 
+tr {06828.t2} {06828.f} {06828.p5} -> {06828.p6} 
+tr {06828.t3|06829.t1} : a6827 {06828.f} {06829.p1} -> {06829.p3} 
+tr {06829.e} {06829.p6} {06829.p3} -> {06829.p4-eats} 
+tr {06829.t} {06829.p2-thinks} -> {06829.p1} {06829.p5} 
+tr {06829.t0|06830.t4} : b6828 {06830.p4-eats} -> {06829.f} {06830.f} {06830.p2-thinks} 
+tr {06829.t2} {06829.f} {06829.p5} -> {06829.p6} 
+tr {06829.t3|06830.t1} : a6828 {06829.f} {06830.p1} -> {06830.p3} 
+tr {06830.e} {06830.p6} {06830.p3} -> {06830.p4-eats} 
+tr {06830.t} {06830.p2-thinks} -> {06830.p1} {06830.p5} 
+tr {06830.t0|06831.t4} : b6829 {06831.p4-eats} -> {06830.f} {06831.f} {06831.p2-thinks} 
+tr {06830.t2} {06830.f} {06830.p5} -> {06830.p6} 
+tr {06830.t3|06831.t1} : a6829 {06830.f} {06831.p1} -> {06831.p3} 
+tr {06831.e} {06831.p6} {06831.p3} -> {06831.p4-eats} 
+tr {06831.t} {06831.p2-thinks} -> {06831.p1} {06831.p5} 
+tr {06831.t0|06832.t4} : b6830 {06832.p4-eats} -> {06831.f} {06832.f} {06832.p2-thinks} 
+tr {06831.t2} {06831.f} {06831.p5} -> {06831.p6} 
+tr {06831.t3|06832.t1} : a6830 {06831.f} {06832.p1} -> {06832.p3} 
+tr {06832.e} {06832.p6} {06832.p3} -> {06832.p4-eats} 
+tr {06832.t} {06832.p2-thinks} -> {06832.p1} {06832.p5} 
+tr {06832.t0|06833.t4} : b6831 {06833.p4-eats} -> {06832.f} {06833.f} {06833.p2-thinks} 
+tr {06832.t2} {06832.f} {06832.p5} -> {06832.p6} 
+tr {06832.t3|06833.t1} : a6831 {06832.f} {06833.p1} -> {06833.p3} 
+tr {06833.e} {06833.p6} {06833.p3} -> {06833.p4-eats} 
+tr {06833.t} {06833.p2-thinks} -> {06833.p1} {06833.p5} 
+tr {06833.t0|06834.t4} : b6832 {06834.p4-eats} -> {06833.f} {06834.f} {06834.p2-thinks} 
+tr {06833.t2} {06833.f} {06833.p5} -> {06833.p6} 
+tr {06833.t3|06834.t1} : a6832 {06833.f} {06834.p1} -> {06834.p3} 
+tr {06834.e} {06834.p6} {06834.p3} -> {06834.p4-eats} 
+tr {06834.t} {06834.p2-thinks} -> {06834.p1} {06834.p5} 
+tr {06834.t0|06835.t4} : b6833 {06835.p4-eats} -> {06834.f} {06835.f} {06835.p2-thinks} 
+tr {06834.t2} {06834.f} {06834.p5} -> {06834.p6} 
+tr {06834.t3|06835.t1} : a6833 {06834.f} {06835.p1} -> {06835.p3} 
+tr {06835.e} {06835.p6} {06835.p3} -> {06835.p4-eats} 
+tr {06835.t} {06835.p2-thinks} -> {06835.p1} {06835.p5} 
+tr {06835.t0|06836.t4} : b6834 {06836.p4-eats} -> {06835.f} {06836.f} {06836.p2-thinks} 
+tr {06835.t2} {06835.f} {06835.p5} -> {06835.p6} 
+tr {06835.t3|06836.t1} : a6834 {06835.f} {06836.p1} -> {06836.p3} 
+tr {06836.e} {06836.p6} {06836.p3} -> {06836.p4-eats} 
+tr {06836.t} {06836.p2-thinks} -> {06836.p1} {06836.p5} 
+tr {06836.t0|06837.t4} : b6835 {06837.p4-eats} -> {06836.f} {06837.f} {06837.p2-thinks} 
+tr {06836.t2} {06836.f} {06836.p5} -> {06836.p6} 
+tr {06836.t3|06837.t1} : a6835 {06836.f} {06837.p1} -> {06837.p3} 
+tr {06837.e} {06837.p6} {06837.p3} -> {06837.p4-eats} 
+tr {06837.t} {06837.p2-thinks} -> {06837.p1} {06837.p5} 
+tr {06837.t0|06838.t4} : b6836 {06838.p4-eats} -> {06837.f} {06838.f} {06838.p2-thinks} 
+tr {06837.t2} {06837.f} {06837.p5} -> {06837.p6} 
+tr {06837.t3|06838.t1} : a6836 {06837.f} {06838.p1} -> {06838.p3} 
+tr {06838.e} {06838.p6} {06838.p3} -> {06838.p4-eats} 
+tr {06838.t} {06838.p2-thinks} -> {06838.p1} {06838.p5} 
+tr {06838.t0|06839.t4} : b6837 {06839.p4-eats} -> {06838.f} {06839.f} {06839.p2-thinks} 
+tr {06838.t2} {06838.f} {06838.p5} -> {06838.p6} 
+tr {06838.t3|06839.t1} : a6837 {06838.f} {06839.p1} -> {06839.p3} 
+tr {06839.e} {06839.p6} {06839.p3} -> {06839.p4-eats} 
+tr {06839.t} {06839.p2-thinks} -> {06839.p1} {06839.p5} 
+tr {06839.t0|06840.t4} : b6838 {06840.p4-eats} -> {06839.f} {06840.f} {06840.p2-thinks} 
+tr {06839.t2} {06839.f} {06839.p5} -> {06839.p6} 
+tr {06839.t3|06840.t1} : a6838 {06839.f} {06840.p1} -> {06840.p3} 
+tr {06840.e} {06840.p6} {06840.p3} -> {06840.p4-eats} 
+tr {06840.t} {06840.p2-thinks} -> {06840.p1} {06840.p5} 
+tr {06840.t0|06841.t4} : b6839 {06841.p4-eats} -> {06840.f} {06841.f} {06841.p2-thinks} 
+tr {06840.t2} {06840.f} {06840.p5} -> {06840.p6} 
+tr {06840.t3|06841.t1} : a6839 {06840.f} {06841.p1} -> {06841.p3} 
+tr {06841.e} {06841.p6} {06841.p3} -> {06841.p4-eats} 
+tr {06841.t} {06841.p2-thinks} -> {06841.p1} {06841.p5} 
+tr {06841.t0|06842.t4} : b6840 {06842.p4-eats} -> {06841.f} {06842.f} {06842.p2-thinks} 
+tr {06841.t2} {06841.f} {06841.p5} -> {06841.p6} 
+tr {06841.t3|06842.t1} : a6840 {06841.f} {06842.p1} -> {06842.p3} 
+tr {06842.e} {06842.p6} {06842.p3} -> {06842.p4-eats} 
+tr {06842.t} {06842.p2-thinks} -> {06842.p1} {06842.p5} 
+tr {06842.t0|06843.t4} : b6841 {06843.p4-eats} -> {06842.f} {06843.f} {06843.p2-thinks} 
+tr {06842.t2} {06842.f} {06842.p5} -> {06842.p6} 
+tr {06842.t3|06843.t1} : a6841 {06842.f} {06843.p1} -> {06843.p3} 
+tr {06843.e} {06843.p6} {06843.p3} -> {06843.p4-eats} 
+tr {06843.t} {06843.p2-thinks} -> {06843.p1} {06843.p5} 
+tr {06843.t0|06844.t4} : b6842 {06844.p4-eats} -> {06843.f} {06844.f} {06844.p2-thinks} 
+tr {06843.t2} {06843.f} {06843.p5} -> {06843.p6} 
+tr {06843.t3|06844.t1} : a6842 {06843.f} {06844.p1} -> {06844.p3} 
+tr {06844.e} {06844.p6} {06844.p3} -> {06844.p4-eats} 
+tr {06844.t} {06844.p2-thinks} -> {06844.p1} {06844.p5} 
+tr {06844.t0|06845.t4} : b6843 {06845.p4-eats} -> {06844.f} {06845.f} {06845.p2-thinks} 
+tr {06844.t2} {06844.f} {06844.p5} -> {06844.p6} 
+tr {06844.t3|06845.t1} : a6843 {06844.f} {06845.p1} -> {06845.p3} 
+tr {06845.e} {06845.p6} {06845.p3} -> {06845.p4-eats} 
+tr {06845.t} {06845.p2-thinks} -> {06845.p1} {06845.p5} 
+tr {06845.t0|06846.t4} : b6844 {06846.p4-eats} -> {06845.f} {06846.f} {06846.p2-thinks} 
+tr {06845.t2} {06845.f} {06845.p5} -> {06845.p6} 
+tr {06845.t3|06846.t1} : a6844 {06845.f} {06846.p1} -> {06846.p3} 
+tr {06846.e} {06846.p6} {06846.p3} -> {06846.p4-eats} 
+tr {06846.t} {06846.p2-thinks} -> {06846.p1} {06846.p5} 
+tr {06846.t0|06847.t4} : b6845 {06847.p4-eats} -> {06846.f} {06847.f} {06847.p2-thinks} 
+tr {06846.t2} {06846.f} {06846.p5} -> {06846.p6} 
+tr {06846.t3|06847.t1} : a6845 {06846.f} {06847.p1} -> {06847.p3} 
+tr {06847.e} {06847.p6} {06847.p3} -> {06847.p4-eats} 
+tr {06847.t} {06847.p2-thinks} -> {06847.p1} {06847.p5} 
+tr {06847.t0|06848.t4} : b6846 {06848.p4-eats} -> {06847.f} {06848.f} {06848.p2-thinks} 
+tr {06847.t2} {06847.f} {06847.p5} -> {06847.p6} 
+tr {06847.t3|06848.t1} : a6846 {06847.f} {06848.p1} -> {06848.p3} 
+tr {06848.e} {06848.p6} {06848.p3} -> {06848.p4-eats} 
+tr {06848.t} {06848.p2-thinks} -> {06848.p1} {06848.p5} 
+tr {06848.t0|06849.t4} : b6847 {06849.p4-eats} -> {06848.f} {06849.f} {06849.p2-thinks} 
+tr {06848.t2} {06848.f} {06848.p5} -> {06848.p6} 
+tr {06848.t3|06849.t1} : a6847 {06848.f} {06849.p1} -> {06849.p3} 
+tr {06849.e} {06849.p6} {06849.p3} -> {06849.p4-eats} 
+tr {06849.t} {06849.p2-thinks} -> {06849.p1} {06849.p5} 
+tr {06849.t0|06850.t4} : b6848 {06850.p4-eats} -> {06849.f} {06850.f} {06850.p2-thinks} 
+tr {06849.t2} {06849.f} {06849.p5} -> {06849.p6} 
+tr {06849.t3|06850.t1} : a6848 {06849.f} {06850.p1} -> {06850.p3} 
+tr {06850.e} {06850.p6} {06850.p3} -> {06850.p4-eats} 
+tr {06850.t} {06850.p2-thinks} -> {06850.p1} {06850.p5} 
+tr {06850.t0|06851.t4} : b6849 {06851.p4-eats} -> {06850.f} {06851.f} {06851.p2-thinks} 
+tr {06850.t2} {06850.f} {06850.p5} -> {06850.p6} 
+tr {06850.t3|06851.t1} : a6849 {06850.f} {06851.p1} -> {06851.p3} 
+tr {06851.e} {06851.p6} {06851.p3} -> {06851.p4-eats} 
+tr {06851.t} {06851.p2-thinks} -> {06851.p1} {06851.p5} 
+tr {06851.t0|06852.t4} : b6850 {06852.p4-eats} -> {06851.f} {06852.f} {06852.p2-thinks} 
+tr {06851.t2} {06851.f} {06851.p5} -> {06851.p6} 
+tr {06851.t3|06852.t1} : a6850 {06851.f} {06852.p1} -> {06852.p3} 
+tr {06852.e} {06852.p6} {06852.p3} -> {06852.p4-eats} 
+tr {06852.t} {06852.p2-thinks} -> {06852.p1} {06852.p5} 
+tr {06852.t0|06853.t4} : b6851 {06853.p4-eats} -> {06852.f} {06853.f} {06853.p2-thinks} 
+tr {06852.t2} {06852.f} {06852.p5} -> {06852.p6} 
+tr {06852.t3|06853.t1} : a6851 {06852.f} {06853.p1} -> {06853.p3} 
+tr {06853.e} {06853.p6} {06853.p3} -> {06853.p4-eats} 
+tr {06853.t} {06853.p2-thinks} -> {06853.p1} {06853.p5} 
+tr {06853.t0|06854.t4} : b6852 {06854.p4-eats} -> {06853.f} {06854.f} {06854.p2-thinks} 
+tr {06853.t2} {06853.f} {06853.p5} -> {06853.p6} 
+tr {06853.t3|06854.t1} : a6852 {06853.f} {06854.p1} -> {06854.p3} 
+tr {06854.e} {06854.p6} {06854.p3} -> {06854.p4-eats} 
+tr {06854.t} {06854.p2-thinks} -> {06854.p1} {06854.p5} 
+tr {06854.t0|06855.t4} : b6853 {06855.p4-eats} -> {06854.f} {06855.f} {06855.p2-thinks} 
+tr {06854.t2} {06854.f} {06854.p5} -> {06854.p6} 
+tr {06854.t3|06855.t1} : a6853 {06854.f} {06855.p1} -> {06855.p3} 
+tr {06855.e} {06855.p6} {06855.p3} -> {06855.p4-eats} 
+tr {06855.t} {06855.p2-thinks} -> {06855.p1} {06855.p5} 
+tr {06855.t0|06856.t4} : b6854 {06856.p4-eats} -> {06855.f} {06856.f} {06856.p2-thinks} 
+tr {06855.t2} {06855.f} {06855.p5} -> {06855.p6} 
+tr {06855.t3|06856.t1} : a6854 {06855.f} {06856.p1} -> {06856.p3} 
+tr {06856.e} {06856.p6} {06856.p3} -> {06856.p4-eats} 
+tr {06856.t} {06856.p2-thinks} -> {06856.p1} {06856.p5} 
+tr {06856.t0|06857.t4} : b6855 {06857.p4-eats} -> {06856.f} {06857.f} {06857.p2-thinks} 
+tr {06856.t2} {06856.f} {06856.p5} -> {06856.p6} 
+tr {06856.t3|06857.t1} : a6855 {06856.f} {06857.p1} -> {06857.p3} 
+tr {06857.e} {06857.p6} {06857.p3} -> {06857.p4-eats} 
+tr {06857.t} {06857.p2-thinks} -> {06857.p1} {06857.p5} 
+tr {06857.t0|06858.t4} : b6856 {06858.p4-eats} -> {06857.f} {06858.f} {06858.p2-thinks} 
+tr {06857.t2} {06857.f} {06857.p5} -> {06857.p6} 
+tr {06857.t3|06858.t1} : a6856 {06857.f} {06858.p1} -> {06858.p3} 
+tr {06858.e} {06858.p6} {06858.p3} -> {06858.p4-eats} 
+tr {06858.t} {06858.p2-thinks} -> {06858.p1} {06858.p5} 
+tr {06858.t0|06859.t4} : b6857 {06859.p4-eats} -> {06858.f} {06859.f} {06859.p2-thinks} 
+tr {06858.t2} {06858.f} {06858.p5} -> {06858.p6} 
+tr {06858.t3|06859.t1} : a6857 {06858.f} {06859.p1} -> {06859.p3} 
+tr {06859.e} {06859.p6} {06859.p3} -> {06859.p4-eats} 
+tr {06859.t} {06859.p2-thinks} -> {06859.p1} {06859.p5} 
+tr {06859.t0|06860.t4} : b6858 {06860.p4-eats} -> {06859.f} {06860.f} {06860.p2-thinks} 
+tr {06859.t2} {06859.f} {06859.p5} -> {06859.p6} 
+tr {06859.t3|06860.t1} : a6858 {06859.f} {06860.p1} -> {06860.p3} 
+tr {06860.e} {06860.p6} {06860.p3} -> {06860.p4-eats} 
+tr {06860.t} {06860.p2-thinks} -> {06860.p1} {06860.p5} 
+tr {06860.t0|06861.t4} : b6859 {06861.p4-eats} -> {06860.f} {06861.f} {06861.p2-thinks} 
+tr {06860.t2} {06860.f} {06860.p5} -> {06860.p6} 
+tr {06860.t3|06861.t1} : a6859 {06860.f} {06861.p1} -> {06861.p3} 
+tr {06861.e} {06861.p6} {06861.p3} -> {06861.p4-eats} 
+tr {06861.t} {06861.p2-thinks} -> {06861.p1} {06861.p5} 
+tr {06861.t0|06862.t4} : b6860 {06862.p4-eats} -> {06861.f} {06862.f} {06862.p2-thinks} 
+tr {06861.t2} {06861.f} {06861.p5} -> {06861.p6} 
+tr {06861.t3|06862.t1} : a6860 {06861.f} {06862.p1} -> {06862.p3} 
+tr {06862.e} {06862.p6} {06862.p3} -> {06862.p4-eats} 
+tr {06862.t} {06862.p2-thinks} -> {06862.p1} {06862.p5} 
+tr {06862.t0|06863.t4} : b6861 {06863.p4-eats} -> {06862.f} {06863.f} {06863.p2-thinks} 
+tr {06862.t2} {06862.f} {06862.p5} -> {06862.p6} 
+tr {06862.t3|06863.t1} : a6861 {06862.f} {06863.p1} -> {06863.p3} 
+tr {06863.e} {06863.p6} {06863.p3} -> {06863.p4-eats} 
+tr {06863.t} {06863.p2-thinks} -> {06863.p1} {06863.p5} 
+tr {06863.t0|06864.t4} : b6862 {06864.p4-eats} -> {06863.f} {06864.f} {06864.p2-thinks} 
+tr {06863.t2} {06863.f} {06863.p5} -> {06863.p6} 
+tr {06863.t3|06864.t1} : a6862 {06863.f} {06864.p1} -> {06864.p3} 
+tr {06864.e} {06864.p6} {06864.p3} -> {06864.p4-eats} 
+tr {06864.t} {06864.p2-thinks} -> {06864.p1} {06864.p5} 
+tr {06864.t0|06865.t4} : b6863 {06865.p4-eats} -> {06864.f} {06865.f} {06865.p2-thinks} 
+tr {06864.t2} {06864.f} {06864.p5} -> {06864.p6} 
+tr {06864.t3|06865.t1} : a6863 {06864.f} {06865.p1} -> {06865.p3} 
+tr {06865.e} {06865.p6} {06865.p3} -> {06865.p4-eats} 
+tr {06865.t} {06865.p2-thinks} -> {06865.p1} {06865.p5} 
+tr {06865.t0|06866.t4} : b6864 {06866.p4-eats} -> {06865.f} {06866.f} {06866.p2-thinks} 
+tr {06865.t2} {06865.f} {06865.p5} -> {06865.p6} 
+tr {06865.t3|06866.t1} : a6864 {06865.f} {06866.p1} -> {06866.p3} 
+tr {06866.e} {06866.p6} {06866.p3} -> {06866.p4-eats} 
+tr {06866.t} {06866.p2-thinks} -> {06866.p1} {06866.p5} 
+tr {06866.t0|06867.t4} : b6865 {06867.p4-eats} -> {06866.f} {06867.f} {06867.p2-thinks} 
+tr {06866.t2} {06866.f} {06866.p5} -> {06866.p6} 
+tr {06866.t3|06867.t1} : a6865 {06866.f} {06867.p1} -> {06867.p3} 
+tr {06867.e} {06867.p6} {06867.p3} -> {06867.p4-eats} 
+tr {06867.t} {06867.p2-thinks} -> {06867.p1} {06867.p5} 
+tr {06867.t0|06868.t4} : b6866 {06868.p4-eats} -> {06867.f} {06868.f} {06868.p2-thinks} 
+tr {06867.t2} {06867.f} {06867.p5} -> {06867.p6} 
+tr {06867.t3|06868.t1} : a6866 {06867.f} {06868.p1} -> {06868.p3} 
+tr {06868.e} {06868.p6} {06868.p3} -> {06868.p4-eats} 
+tr {06868.t} {06868.p2-thinks} -> {06868.p1} {06868.p5} 
+tr {06868.t0|06869.t4} : b6867 {06869.p4-eats} -> {06868.f} {06869.f} {06869.p2-thinks} 
+tr {06868.t2} {06868.f} {06868.p5} -> {06868.p6} 
+tr {06868.t3|06869.t1} : a6867 {06868.f} {06869.p1} -> {06869.p3} 
+tr {06869.e} {06869.p6} {06869.p3} -> {06869.p4-eats} 
+tr {06869.t} {06869.p2-thinks} -> {06869.p1} {06869.p5} 
+tr {06869.t0|06870.t4} : b6868 {06870.p4-eats} -> {06869.f} {06870.f} {06870.p2-thinks} 
+tr {06869.t2} {06869.f} {06869.p5} -> {06869.p6} 
+tr {06869.t3|06870.t1} : a6868 {06869.f} {06870.p1} -> {06870.p3} 
+tr {06870.e} {06870.p6} {06870.p3} -> {06870.p4-eats} 
+tr {06870.t} {06870.p2-thinks} -> {06870.p1} {06870.p5} 
+tr {06870.t0|06871.t4} : b6869 {06871.p4-eats} -> {06870.f} {06871.f} {06871.p2-thinks} 
+tr {06870.t2} {06870.f} {06870.p5} -> {06870.p6} 
+tr {06870.t3|06871.t1} : a6869 {06870.f} {06871.p1} -> {06871.p3} 
+tr {06871.e} {06871.p6} {06871.p3} -> {06871.p4-eats} 
+tr {06871.t} {06871.p2-thinks} -> {06871.p1} {06871.p5} 
+tr {06871.t0|06872.t4} : b6870 {06872.p4-eats} -> {06871.f} {06872.f} {06872.p2-thinks} 
+tr {06871.t2} {06871.f} {06871.p5} -> {06871.p6} 
+tr {06871.t3|06872.t1} : a6870 {06871.f} {06872.p1} -> {06872.p3} 
+tr {06872.e} {06872.p6} {06872.p3} -> {06872.p4-eats} 
+tr {06872.t} {06872.p2-thinks} -> {06872.p1} {06872.p5} 
+tr {06872.t0|06873.t4} : b6871 {06873.p4-eats} -> {06872.f} {06873.f} {06873.p2-thinks} 
+tr {06872.t2} {06872.f} {06872.p5} -> {06872.p6} 
+tr {06872.t3|06873.t1} : a6871 {06872.f} {06873.p1} -> {06873.p3} 
+tr {06873.e} {06873.p6} {06873.p3} -> {06873.p4-eats} 
+tr {06873.t} {06873.p2-thinks} -> {06873.p1} {06873.p5} 
+tr {06873.t0|06874.t4} : b6872 {06874.p4-eats} -> {06873.f} {06874.f} {06874.p2-thinks} 
+tr {06873.t2} {06873.f} {06873.p5} -> {06873.p6} 
+tr {06873.t3|06874.t1} : a6872 {06873.f} {06874.p1} -> {06874.p3} 
+tr {06874.e} {06874.p6} {06874.p3} -> {06874.p4-eats} 
+tr {06874.t} {06874.p2-thinks} -> {06874.p1} {06874.p5} 
+tr {06874.t0|06875.t4} : b6873 {06875.p4-eats} -> {06874.f} {06875.f} {06875.p2-thinks} 
+tr {06874.t2} {06874.f} {06874.p5} -> {06874.p6} 
+tr {06874.t3|06875.t1} : a6873 {06874.f} {06875.p1} -> {06875.p3} 
+tr {06875.e} {06875.p6} {06875.p3} -> {06875.p4-eats} 
+tr {06875.t} {06875.p2-thinks} -> {06875.p1} {06875.p5} 
+tr {06875.t0|06876.t4} : b6874 {06876.p4-eats} -> {06875.f} {06876.f} {06876.p2-thinks} 
+tr {06875.t2} {06875.f} {06875.p5} -> {06875.p6} 
+tr {06875.t3|06876.t1} : a6874 {06875.f} {06876.p1} -> {06876.p3} 
+tr {06876.e} {06876.p6} {06876.p3} -> {06876.p4-eats} 
+tr {06876.t} {06876.p2-thinks} -> {06876.p1} {06876.p5} 
+tr {06876.t0|06877.t4} : b6875 {06877.p4-eats} -> {06876.f} {06877.f} {06877.p2-thinks} 
+tr {06876.t2} {06876.f} {06876.p5} -> {06876.p6} 
+tr {06876.t3|06877.t1} : a6875 {06876.f} {06877.p1} -> {06877.p3} 
+tr {06877.e} {06877.p6} {06877.p3} -> {06877.p4-eats} 
+tr {06877.t} {06877.p2-thinks} -> {06877.p1} {06877.p5} 
+tr {06877.t0|06878.t4} : b6876 {06878.p4-eats} -> {06877.f} {06878.f} {06878.p2-thinks} 
+tr {06877.t2} {06877.f} {06877.p5} -> {06877.p6} 
+tr {06877.t3|06878.t1} : a6876 {06877.f} {06878.p1} -> {06878.p3} 
+tr {06878.e} {06878.p6} {06878.p3} -> {06878.p4-eats} 
+tr {06878.t} {06878.p2-thinks} -> {06878.p1} {06878.p5} 
+tr {06878.t0|06879.t4} : b6877 {06879.p4-eats} -> {06878.f} {06879.f} {06879.p2-thinks} 
+tr {06878.t2} {06878.f} {06878.p5} -> {06878.p6} 
+tr {06878.t3|06879.t1} : a6877 {06878.f} {06879.p1} -> {06879.p3} 
+tr {06879.e} {06879.p6} {06879.p3} -> {06879.p4-eats} 
+tr {06879.t} {06879.p2-thinks} -> {06879.p1} {06879.p5} 
+tr {06879.t0|06880.t4} : b6878 {06880.p4-eats} -> {06879.f} {06880.f} {06880.p2-thinks} 
+tr {06879.t2} {06879.f} {06879.p5} -> {06879.p6} 
+tr {06879.t3|06880.t1} : a6878 {06879.f} {06880.p1} -> {06880.p3} 
+tr {06880.e} {06880.p6} {06880.p3} -> {06880.p4-eats} 
+tr {06880.t} {06880.p2-thinks} -> {06880.p1} {06880.p5} 
+tr {06880.t0|06881.t4} : b6879 {06881.p4-eats} -> {06880.f} {06881.f} {06881.p2-thinks} 
+tr {06880.t2} {06880.f} {06880.p5} -> {06880.p6} 
+tr {06880.t3|06881.t1} : a6879 {06880.f} {06881.p1} -> {06881.p3} 
+tr {06881.e} {06881.p6} {06881.p3} -> {06881.p4-eats} 
+tr {06881.t} {06881.p2-thinks} -> {06881.p1} {06881.p5} 
+tr {06881.t0|06882.t4} : b6880 {06882.p4-eats} -> {06881.f} {06882.f} {06882.p2-thinks} 
+tr {06881.t2} {06881.f} {06881.p5} -> {06881.p6} 
+tr {06881.t3|06882.t1} : a6880 {06881.f} {06882.p1} -> {06882.p3} 
+tr {06882.e} {06882.p6} {06882.p3} -> {06882.p4-eats} 
+tr {06882.t} {06882.p2-thinks} -> {06882.p1} {06882.p5} 
+tr {06882.t0|06883.t4} : b6881 {06883.p4-eats} -> {06882.f} {06883.f} {06883.p2-thinks} 
+tr {06882.t2} {06882.f} {06882.p5} -> {06882.p6} 
+tr {06882.t3|06883.t1} : a6881 {06882.f} {06883.p1} -> {06883.p3} 
+tr {06883.e} {06883.p6} {06883.p3} -> {06883.p4-eats} 
+tr {06883.t} {06883.p2-thinks} -> {06883.p1} {06883.p5} 
+tr {06883.t0|06884.t4} : b6882 {06884.p4-eats} -> {06883.f} {06884.f} {06884.p2-thinks} 
+tr {06883.t2} {06883.f} {06883.p5} -> {06883.p6} 
+tr {06883.t3|06884.t1} : a6882 {06883.f} {06884.p1} -> {06884.p3} 
+tr {06884.e} {06884.p6} {06884.p3} -> {06884.p4-eats} 
+tr {06884.t} {06884.p2-thinks} -> {06884.p1} {06884.p5} 
+tr {06884.t0|06885.t4} : b6883 {06885.p4-eats} -> {06884.f} {06885.f} {06885.p2-thinks} 
+tr {06884.t2} {06884.f} {06884.p5} -> {06884.p6} 
+tr {06884.t3|06885.t1} : a6883 {06884.f} {06885.p1} -> {06885.p3} 
+tr {06885.e} {06885.p6} {06885.p3} -> {06885.p4-eats} 
+tr {06885.t} {06885.p2-thinks} -> {06885.p1} {06885.p5} 
+tr {06885.t0|06886.t4} : b6884 {06886.p4-eats} -> {06885.f} {06886.f} {06886.p2-thinks} 
+tr {06885.t2} {06885.f} {06885.p5} -> {06885.p6} 
+tr {06885.t3|06886.t1} : a6884 {06885.f} {06886.p1} -> {06886.p3} 
+tr {06886.e} {06886.p6} {06886.p3} -> {06886.p4-eats} 
+tr {06886.t} {06886.p2-thinks} -> {06886.p1} {06886.p5} 
+tr {06886.t0|06887.t4} : b6885 {06887.p4-eats} -> {06886.f} {06887.f} {06887.p2-thinks} 
+tr {06886.t2} {06886.f} {06886.p5} -> {06886.p6} 
+tr {06886.t3|06887.t1} : a6885 {06886.f} {06887.p1} -> {06887.p3} 
+tr {06887.e} {06887.p6} {06887.p3} -> {06887.p4-eats} 
+tr {06887.t} {06887.p2-thinks} -> {06887.p1} {06887.p5} 
+tr {06887.t0|06888.t4} : b6886 {06888.p4-eats} -> {06887.f} {06888.f} {06888.p2-thinks} 
+tr {06887.t2} {06887.f} {06887.p5} -> {06887.p6} 
+tr {06887.t3|06888.t1} : a6886 {06887.f} {06888.p1} -> {06888.p3} 
+tr {06888.e} {06888.p6} {06888.p3} -> {06888.p4-eats} 
+tr {06888.t} {06888.p2-thinks} -> {06888.p1} {06888.p5} 
+tr {06888.t0|06889.t4} : b6887 {06889.p4-eats} -> {06888.f} {06889.f} {06889.p2-thinks} 
+tr {06888.t2} {06888.f} {06888.p5} -> {06888.p6} 
+tr {06888.t3|06889.t1} : a6887 {06888.f} {06889.p1} -> {06889.p3} 
+tr {06889.e} {06889.p6} {06889.p3} -> {06889.p4-eats} 
+tr {06889.t} {06889.p2-thinks} -> {06889.p1} {06889.p5} 
+tr {06889.t0|06890.t4} : b6888 {06890.p4-eats} -> {06889.f} {06890.f} {06890.p2-thinks} 
+tr {06889.t2} {06889.f} {06889.p5} -> {06889.p6} 
+tr {06889.t3|06890.t1} : a6888 {06889.f} {06890.p1} -> {06890.p3} 
+tr {06890.e} {06890.p6} {06890.p3} -> {06890.p4-eats} 
+tr {06890.t} {06890.p2-thinks} -> {06890.p1} {06890.p5} 
+tr {06890.t0|06891.t4} : b6889 {06891.p4-eats} -> {06890.f} {06891.f} {06891.p2-thinks} 
+tr {06890.t2} {06890.f} {06890.p5} -> {06890.p6} 
+tr {06890.t3|06891.t1} : a6889 {06890.f} {06891.p1} -> {06891.p3} 
+tr {06891.e} {06891.p6} {06891.p3} -> {06891.p4-eats} 
+tr {06891.t} {06891.p2-thinks} -> {06891.p1} {06891.p5} 
+tr {06891.t0|06892.t4} : b6890 {06892.p4-eats} -> {06891.f} {06892.f} {06892.p2-thinks} 
+tr {06891.t2} {06891.f} {06891.p5} -> {06891.p6} 
+tr {06891.t3|06892.t1} : a6890 {06891.f} {06892.p1} -> {06892.p3} 
+tr {06892.e} {06892.p6} {06892.p3} -> {06892.p4-eats} 
+tr {06892.t} {06892.p2-thinks} -> {06892.p1} {06892.p5} 
+tr {06892.t0|06893.t4} : b6891 {06893.p4-eats} -> {06892.f} {06893.f} {06893.p2-thinks} 
+tr {06892.t2} {06892.f} {06892.p5} -> {06892.p6} 
+tr {06892.t3|06893.t1} : a6891 {06892.f} {06893.p1} -> {06893.p3} 
+tr {06893.e} {06893.p6} {06893.p3} -> {06893.p4-eats} 
+tr {06893.t} {06893.p2-thinks} -> {06893.p1} {06893.p5} 
+tr {06893.t0|06894.t4} : b6892 {06894.p4-eats} -> {06893.f} {06894.f} {06894.p2-thinks} 
+tr {06893.t2} {06893.f} {06893.p5} -> {06893.p6} 
+tr {06893.t3|06894.t1} : a6892 {06893.f} {06894.p1} -> {06894.p3} 
+tr {06894.e} {06894.p6} {06894.p3} -> {06894.p4-eats} 
+tr {06894.t} {06894.p2-thinks} -> {06894.p1} {06894.p5} 
+tr {06894.t0|06895.t4} : b6893 {06895.p4-eats} -> {06894.f} {06895.f} {06895.p2-thinks} 
+tr {06894.t2} {06894.f} {06894.p5} -> {06894.p6} 
+tr {06894.t3|06895.t1} : a6893 {06894.f} {06895.p1} -> {06895.p3} 
+tr {06895.e} {06895.p6} {06895.p3} -> {06895.p4-eats} 
+tr {06895.t} {06895.p2-thinks} -> {06895.p1} {06895.p5} 
+tr {06895.t0|06896.t4} : b6894 {06896.p4-eats} -> {06895.f} {06896.f} {06896.p2-thinks} 
+tr {06895.t2} {06895.f} {06895.p5} -> {06895.p6} 
+tr {06895.t3|06896.t1} : a6894 {06895.f} {06896.p1} -> {06896.p3} 
+tr {06896.e} {06896.p6} {06896.p3} -> {06896.p4-eats} 
+tr {06896.t} {06896.p2-thinks} -> {06896.p1} {06896.p5} 
+tr {06896.t0|06897.t4} : b6895 {06897.p4-eats} -> {06896.f} {06897.f} {06897.p2-thinks} 
+tr {06896.t2} {06896.f} {06896.p5} -> {06896.p6} 
+tr {06896.t3|06897.t1} : a6895 {06896.f} {06897.p1} -> {06897.p3} 
+tr {06897.e} {06897.p6} {06897.p3} -> {06897.p4-eats} 
+tr {06897.t} {06897.p2-thinks} -> {06897.p1} {06897.p5} 
+tr {06897.t0|06898.t4} : b6896 {06898.p4-eats} -> {06897.f} {06898.f} {06898.p2-thinks} 
+tr {06897.t2} {06897.f} {06897.p5} -> {06897.p6} 
+tr {06897.t3|06898.t1} : a6896 {06897.f} {06898.p1} -> {06898.p3} 
+tr {06898.e} {06898.p6} {06898.p3} -> {06898.p4-eats} 
+tr {06898.t} {06898.p2-thinks} -> {06898.p1} {06898.p5} 
+tr {06898.t0|06899.t4} : b6897 {06899.p4-eats} -> {06898.f} {06899.f} {06899.p2-thinks} 
+tr {06898.t2} {06898.f} {06898.p5} -> {06898.p6} 
+tr {06898.t3|06899.t1} : a6897 {06898.f} {06899.p1} -> {06899.p3} 
+tr {06899.e} {06899.p6} {06899.p3} -> {06899.p4-eats} 
+tr {06899.t} {06899.p2-thinks} -> {06899.p1} {06899.p5} 
+tr {06899.t0|06900.t4} : b6898 {06900.p4-eats} -> {06899.f} {06900.f} {06900.p2-thinks} 
+tr {06899.t2} {06899.f} {06899.p5} -> {06899.p6} 
+tr {06899.t3|06900.t1} : a6898 {06899.f} {06900.p1} -> {06900.p3} 
+tr {06900.e} {06900.p6} {06900.p3} -> {06900.p4-eats} 
+tr {06900.t} {06900.p2-thinks} -> {06900.p1} {06900.p5} 
+tr {06900.t0|06901.t4} : b6899 {06901.p4-eats} -> {06900.f} {06901.f} {06901.p2-thinks} 
+tr {06900.t2} {06900.f} {06900.p5} -> {06900.p6} 
+tr {06900.t3|06901.t1} : a6899 {06900.f} {06901.p1} -> {06901.p3} 
+tr {06901.e} {06901.p6} {06901.p3} -> {06901.p4-eats} 
+tr {06901.t} {06901.p2-thinks} -> {06901.p1} {06901.p5} 
+tr {06901.t0|06902.t4} : b6900 {06902.p4-eats} -> {06901.f} {06902.f} {06902.p2-thinks} 
+tr {06901.t2} {06901.f} {06901.p5} -> {06901.p6} 
+tr {06901.t3|06902.t1} : a6900 {06901.f} {06902.p1} -> {06902.p3} 
+tr {06902.e} {06902.p6} {06902.p3} -> {06902.p4-eats} 
+tr {06902.t} {06902.p2-thinks} -> {06902.p1} {06902.p5} 
+tr {06902.t0|06903.t4} : b6901 {06903.p4-eats} -> {06902.f} {06903.f} {06903.p2-thinks} 
+tr {06902.t2} {06902.f} {06902.p5} -> {06902.p6} 
+tr {06902.t3|06903.t1} : a6901 {06902.f} {06903.p1} -> {06903.p3} 
+tr {06903.e} {06903.p6} {06903.p3} -> {06903.p4-eats} 
+tr {06903.t} {06903.p2-thinks} -> {06903.p1} {06903.p5} 
+tr {06903.t0|06904.t4} : b6902 {06904.p4-eats} -> {06903.f} {06904.f} {06904.p2-thinks} 
+tr {06903.t2} {06903.f} {06903.p5} -> {06903.p6} 
+tr {06903.t3|06904.t1} : a6902 {06903.f} {06904.p1} -> {06904.p3} 
+tr {06904.e} {06904.p6} {06904.p3} -> {06904.p4-eats} 
+tr {06904.t} {06904.p2-thinks} -> {06904.p1} {06904.p5} 
+tr {06904.t0|06905.t4} : b6903 {06905.p4-eats} -> {06904.f} {06905.f} {06905.p2-thinks} 
+tr {06904.t2} {06904.f} {06904.p5} -> {06904.p6} 
+tr {06904.t3|06905.t1} : a6903 {06904.f} {06905.p1} -> {06905.p3} 
+tr {06905.e} {06905.p6} {06905.p3} -> {06905.p4-eats} 
+tr {06905.t} {06905.p2-thinks} -> {06905.p1} {06905.p5} 
+tr {06905.t0|06906.t4} : b6904 {06906.p4-eats} -> {06905.f} {06906.f} {06906.p2-thinks} 
+tr {06905.t2} {06905.f} {06905.p5} -> {06905.p6} 
+tr {06905.t3|06906.t1} : a6904 {06905.f} {06906.p1} -> {06906.p3} 
+tr {06906.e} {06906.p6} {06906.p3} -> {06906.p4-eats} 
+tr {06906.t} {06906.p2-thinks} -> {06906.p1} {06906.p5} 
+tr {06906.t0|06907.t4} : b6905 {06907.p4-eats} -> {06906.f} {06907.f} {06907.p2-thinks} 
+tr {06906.t2} {06906.f} {06906.p5} -> {06906.p6} 
+tr {06906.t3|06907.t1} : a6905 {06906.f} {06907.p1} -> {06907.p3} 
+tr {06907.e} {06907.p6} {06907.p3} -> {06907.p4-eats} 
+tr {06907.t} {06907.p2-thinks} -> {06907.p1} {06907.p5} 
+tr {06907.t0|06908.t4} : b6906 {06908.p4-eats} -> {06907.f} {06908.f} {06908.p2-thinks} 
+tr {06907.t2} {06907.f} {06907.p5} -> {06907.p6} 
+tr {06907.t3|06908.t1} : a6906 {06907.f} {06908.p1} -> {06908.p3} 
+tr {06908.e} {06908.p6} {06908.p3} -> {06908.p4-eats} 
+tr {06908.t} {06908.p2-thinks} -> {06908.p1} {06908.p5} 
+tr {06908.t0|06909.t4} : b6907 {06909.p4-eats} -> {06908.f} {06909.f} {06909.p2-thinks} 
+tr {06908.t2} {06908.f} {06908.p5} -> {06908.p6} 
+tr {06908.t3|06909.t1} : a6907 {06908.f} {06909.p1} -> {06909.p3} 
+tr {06909.e} {06909.p6} {06909.p3} -> {06909.p4-eats} 
+tr {06909.t} {06909.p2-thinks} -> {06909.p1} {06909.p5} 
+tr {06909.t0|06910.t4} : b6908 {06910.p4-eats} -> {06909.f} {06910.f} {06910.p2-thinks} 
+tr {06909.t2} {06909.f} {06909.p5} -> {06909.p6} 
+tr {06909.t3|06910.t1} : a6908 {06909.f} {06910.p1} -> {06910.p3} 
+tr {06910.e} {06910.p6} {06910.p3} -> {06910.p4-eats} 
+tr {06910.t} {06910.p2-thinks} -> {06910.p1} {06910.p5} 
+tr {06910.t0|06911.t4} : b6909 {06911.p4-eats} -> {06910.f} {06911.f} {06911.p2-thinks} 
+tr {06910.t2} {06910.f} {06910.p5} -> {06910.p6} 
+tr {06910.t3|06911.t1} : a6909 {06910.f} {06911.p1} -> {06911.p3} 
+tr {06911.e} {06911.p6} {06911.p3} -> {06911.p4-eats} 
+tr {06911.t} {06911.p2-thinks} -> {06911.p1} {06911.p5} 
+tr {06911.t0|06912.t4} : b6910 {06912.p4-eats} -> {06911.f} {06912.f} {06912.p2-thinks} 
+tr {06911.t2} {06911.f} {06911.p5} -> {06911.p6} 
+tr {06911.t3|06912.t1} : a6910 {06911.f} {06912.p1} -> {06912.p3} 
+tr {06912.e} {06912.p6} {06912.p3} -> {06912.p4-eats} 
+tr {06912.t} {06912.p2-thinks} -> {06912.p1} {06912.p5} 
+tr {06912.t0|06913.t4} : b6911 {06913.p4-eats} -> {06912.f} {06913.f} {06913.p2-thinks} 
+tr {06912.t2} {06912.f} {06912.p5} -> {06912.p6} 
+tr {06912.t3|06913.t1} : a6911 {06912.f} {06913.p1} -> {06913.p3} 
+tr {06913.e} {06913.p6} {06913.p3} -> {06913.p4-eats} 
+tr {06913.t} {06913.p2-thinks} -> {06913.p1} {06913.p5} 
+tr {06913.t0|06914.t4} : b6912 {06914.p4-eats} -> {06913.f} {06914.f} {06914.p2-thinks} 
+tr {06913.t2} {06913.f} {06913.p5} -> {06913.p6} 
+tr {06913.t3|06914.t1} : a6912 {06913.f} {06914.p1} -> {06914.p3} 
+tr {06914.e} {06914.p6} {06914.p3} -> {06914.p4-eats} 
+tr {06914.t} {06914.p2-thinks} -> {06914.p1} {06914.p5} 
+tr {06914.t0|06915.t4} : b6913 {06915.p4-eats} -> {06914.f} {06915.f} {06915.p2-thinks} 
+tr {06914.t2} {06914.f} {06914.p5} -> {06914.p6} 
+tr {06914.t3|06915.t1} : a6913 {06914.f} {06915.p1} -> {06915.p3} 
+tr {06915.e} {06915.p6} {06915.p3} -> {06915.p4-eats} 
+tr {06915.t} {06915.p2-thinks} -> {06915.p1} {06915.p5} 
+tr {06915.t0|06916.t4} : b6914 {06916.p4-eats} -> {06915.f} {06916.f} {06916.p2-thinks} 
+tr {06915.t2} {06915.f} {06915.p5} -> {06915.p6} 
+tr {06915.t3|06916.t1} : a6914 {06915.f} {06916.p1} -> {06916.p3} 
+tr {06916.e} {06916.p6} {06916.p3} -> {06916.p4-eats} 
+tr {06916.t} {06916.p2-thinks} -> {06916.p1} {06916.p5} 
+tr {06916.t0|06917.t4} : b6915 {06917.p4-eats} -> {06916.f} {06917.f} {06917.p2-thinks} 
+tr {06916.t2} {06916.f} {06916.p5} -> {06916.p6} 
+tr {06916.t3|06917.t1} : a6915 {06916.f} {06917.p1} -> {06917.p3} 
+tr {06917.e} {06917.p6} {06917.p3} -> {06917.p4-eats} 
+tr {06917.t} {06917.p2-thinks} -> {06917.p1} {06917.p5} 
+tr {06917.t0|06918.t4} : b6916 {06918.p4-eats} -> {06917.f} {06918.f} {06918.p2-thinks} 
+tr {06917.t2} {06917.f} {06917.p5} -> {06917.p6} 
+tr {06917.t3|06918.t1} : a6916 {06917.f} {06918.p1} -> {06918.p3} 
+tr {06918.e} {06918.p6} {06918.p3} -> {06918.p4-eats} 
+tr {06918.t} {06918.p2-thinks} -> {06918.p1} {06918.p5} 
+tr {06918.t0|06919.t4} : b6917 {06919.p4-eats} -> {06918.f} {06919.f} {06919.p2-thinks} 
+tr {06918.t2} {06918.f} {06918.p5} -> {06918.p6} 
+tr {06918.t3|06919.t1} : a6917 {06918.f} {06919.p1} -> {06919.p3} 
+tr {06919.e} {06919.p6} {06919.p3} -> {06919.p4-eats} 
+tr {06919.t} {06919.p2-thinks} -> {06919.p1} {06919.p5} 
+tr {06919.t0|06920.t4} : b6918 {06920.p4-eats} -> {06919.f} {06920.f} {06920.p2-thinks} 
+tr {06919.t2} {06919.f} {06919.p5} -> {06919.p6} 
+tr {06919.t3|06920.t1} : a6918 {06919.f} {06920.p1} -> {06920.p3} 
+tr {06920.e} {06920.p6} {06920.p3} -> {06920.p4-eats} 
+tr {06920.t} {06920.p2-thinks} -> {06920.p1} {06920.p5} 
+tr {06920.t0|06921.t4} : b6919 {06921.p4-eats} -> {06920.f} {06921.f} {06921.p2-thinks} 
+tr {06920.t2} {06920.f} {06920.p5} -> {06920.p6} 
+tr {06920.t3|06921.t1} : a6919 {06920.f} {06921.p1} -> {06921.p3} 
+tr {06921.e} {06921.p6} {06921.p3} -> {06921.p4-eats} 
+tr {06921.t} {06921.p2-thinks} -> {06921.p1} {06921.p5} 
+tr {06921.t0|06922.t4} : b6920 {06922.p4-eats} -> {06921.f} {06922.f} {06922.p2-thinks} 
+tr {06921.t2} {06921.f} {06921.p5} -> {06921.p6} 
+tr {06921.t3|06922.t1} : a6920 {06921.f} {06922.p1} -> {06922.p3} 
+tr {06922.e} {06922.p6} {06922.p3} -> {06922.p4-eats} 
+tr {06922.t} {06922.p2-thinks} -> {06922.p1} {06922.p5} 
+tr {06922.t0|06923.t4} : b6921 {06923.p4-eats} -> {06922.f} {06923.f} {06923.p2-thinks} 
+tr {06922.t2} {06922.f} {06922.p5} -> {06922.p6} 
+tr {06922.t3|06923.t1} : a6921 {06922.f} {06923.p1} -> {06923.p3} 
+tr {06923.e} {06923.p6} {06923.p3} -> {06923.p4-eats} 
+tr {06923.t} {06923.p2-thinks} -> {06923.p1} {06923.p5} 
+tr {06923.t0|06924.t4} : b6922 {06924.p4-eats} -> {06923.f} {06924.f} {06924.p2-thinks} 
+tr {06923.t2} {06923.f} {06923.p5} -> {06923.p6} 
+tr {06923.t3|06924.t1} : a6922 {06923.f} {06924.p1} -> {06924.p3} 
+tr {06924.e} {06924.p6} {06924.p3} -> {06924.p4-eats} 
+tr {06924.t} {06924.p2-thinks} -> {06924.p1} {06924.p5} 
+tr {06924.t0|06925.t4} : b6923 {06925.p4-eats} -> {06924.f} {06925.f} {06925.p2-thinks} 
+tr {06924.t2} {06924.f} {06924.p5} -> {06924.p6} 
+tr {06924.t3|06925.t1} : a6923 {06924.f} {06925.p1} -> {06925.p3} 
+tr {06925.e} {06925.p6} {06925.p3} -> {06925.p4-eats} 
+tr {06925.t} {06925.p2-thinks} -> {06925.p1} {06925.p5} 
+tr {06925.t0|06926.t4} : b6924 {06926.p4-eats} -> {06925.f} {06926.f} {06926.p2-thinks} 
+tr {06925.t2} {06925.f} {06925.p5} -> {06925.p6} 
+tr {06925.t3|06926.t1} : a6924 {06925.f} {06926.p1} -> {06926.p3} 
+tr {06926.e} {06926.p6} {06926.p3} -> {06926.p4-eats} 
+tr {06926.t} {06926.p2-thinks} -> {06926.p1} {06926.p5} 
+tr {06926.t0|06927.t4} : b6925 {06927.p4-eats} -> {06926.f} {06927.f} {06927.p2-thinks} 
+tr {06926.t2} {06926.f} {06926.p5} -> {06926.p6} 
+tr {06926.t3|06927.t1} : a6925 {06926.f} {06927.p1} -> {06927.p3} 
+tr {06927.e} {06927.p6} {06927.p3} -> {06927.p4-eats} 
+tr {06927.t} {06927.p2-thinks} -> {06927.p1} {06927.p5} 
+tr {06927.t0|06928.t4} : b6926 {06928.p4-eats} -> {06927.f} {06928.f} {06928.p2-thinks} 
+tr {06927.t2} {06927.f} {06927.p5} -> {06927.p6} 
+tr {06927.t3|06928.t1} : a6926 {06927.f} {06928.p1} -> {06928.p3} 
+tr {06928.e} {06928.p6} {06928.p3} -> {06928.p4-eats} 
+tr {06928.t} {06928.p2-thinks} -> {06928.p1} {06928.p5} 
+tr {06928.t0|06929.t4} : b6927 {06929.p4-eats} -> {06928.f} {06929.f} {06929.p2-thinks} 
+tr {06928.t2} {06928.f} {06928.p5} -> {06928.p6} 
+tr {06928.t3|06929.t1} : a6927 {06928.f} {06929.p1} -> {06929.p3} 
+tr {06929.e} {06929.p6} {06929.p3} -> {06929.p4-eats} 
+tr {06929.t} {06929.p2-thinks} -> {06929.p1} {06929.p5} 
+tr {06929.t0|06930.t4} : b6928 {06930.p4-eats} -> {06929.f} {06930.f} {06930.p2-thinks} 
+tr {06929.t2} {06929.f} {06929.p5} -> {06929.p6} 
+tr {06929.t3|06930.t1} : a6928 {06929.f} {06930.p1} -> {06930.p3} 
+tr {06930.e} {06930.p6} {06930.p3} -> {06930.p4-eats} 
+tr {06930.t} {06930.p2-thinks} -> {06930.p1} {06930.p5} 
+tr {06930.t0|06931.t4} : b6929 {06931.p4-eats} -> {06930.f} {06931.f} {06931.p2-thinks} 
+tr {06930.t2} {06930.f} {06930.p5} -> {06930.p6} 
+tr {06930.t3|06931.t1} : a6929 {06930.f} {06931.p1} -> {06931.p3} 
+tr {06931.e} {06931.p6} {06931.p3} -> {06931.p4-eats} 
+tr {06931.t} {06931.p2-thinks} -> {06931.p1} {06931.p5} 
+tr {06931.t0|06932.t4} : b6930 {06932.p4-eats} -> {06931.f} {06932.f} {06932.p2-thinks} 
+tr {06931.t2} {06931.f} {06931.p5} -> {06931.p6} 
+tr {06931.t3|06932.t1} : a6930 {06931.f} {06932.p1} -> {06932.p3} 
+tr {06932.e} {06932.p6} {06932.p3} -> {06932.p4-eats} 
+tr {06932.t} {06932.p2-thinks} -> {06932.p1} {06932.p5} 
+tr {06932.t0|06933.t4} : b6931 {06933.p4-eats} -> {06932.f} {06933.f} {06933.p2-thinks} 
+tr {06932.t2} {06932.f} {06932.p5} -> {06932.p6} 
+tr {06932.t3|06933.t1} : a6931 {06932.f} {06933.p1} -> {06933.p3} 
+tr {06933.e} {06933.p6} {06933.p3} -> {06933.p4-eats} 
+tr {06933.t} {06933.p2-thinks} -> {06933.p1} {06933.p5} 
+tr {06933.t0|06934.t4} : b6932 {06934.p4-eats} -> {06933.f} {06934.f} {06934.p2-thinks} 
+tr {06933.t2} {06933.f} {06933.p5} -> {06933.p6} 
+tr {06933.t3|06934.t1} : a6932 {06933.f} {06934.p1} -> {06934.p3} 
+tr {06934.e} {06934.p6} {06934.p3} -> {06934.p4-eats} 
+tr {06934.t} {06934.p2-thinks} -> {06934.p1} {06934.p5} 
+tr {06934.t0|06935.t4} : b6933 {06935.p4-eats} -> {06934.f} {06935.f} {06935.p2-thinks} 
+tr {06934.t2} {06934.f} {06934.p5} -> {06934.p6} 
+tr {06934.t3|06935.t1} : a6933 {06934.f} {06935.p1} -> {06935.p3} 
+tr {06935.e} {06935.p6} {06935.p3} -> {06935.p4-eats} 
+tr {06935.t} {06935.p2-thinks} -> {06935.p1} {06935.p5} 
+tr {06935.t0|06936.t4} : b6934 {06936.p4-eats} -> {06935.f} {06936.f} {06936.p2-thinks} 
+tr {06935.t2} {06935.f} {06935.p5} -> {06935.p6} 
+tr {06935.t3|06936.t1} : a6934 {06935.f} {06936.p1} -> {06936.p3} 
+tr {06936.e} {06936.p6} {06936.p3} -> {06936.p4-eats} 
+tr {06936.t} {06936.p2-thinks} -> {06936.p1} {06936.p5} 
+tr {06936.t0|06937.t4} : b6935 {06937.p4-eats} -> {06936.f} {06937.f} {06937.p2-thinks} 
+tr {06936.t2} {06936.f} {06936.p5} -> {06936.p6} 
+tr {06936.t3|06937.t1} : a6935 {06936.f} {06937.p1} -> {06937.p3} 
+tr {06937.e} {06937.p6} {06937.p3} -> {06937.p4-eats} 
+tr {06937.t} {06937.p2-thinks} -> {06937.p1} {06937.p5} 
+tr {06937.t0|06938.t4} : b6936 {06938.p4-eats} -> {06937.f} {06938.f} {06938.p2-thinks} 
+tr {06937.t2} {06937.f} {06937.p5} -> {06937.p6} 
+tr {06937.t3|06938.t1} : a6936 {06937.f} {06938.p1} -> {06938.p3} 
+tr {06938.e} {06938.p6} {06938.p3} -> {06938.p4-eats} 
+tr {06938.t} {06938.p2-thinks} -> {06938.p1} {06938.p5} 
+tr {06938.t0|06939.t4} : b6937 {06939.p4-eats} -> {06938.f} {06939.f} {06939.p2-thinks} 
+tr {06938.t2} {06938.f} {06938.p5} -> {06938.p6} 
+tr {06938.t3|06939.t1} : a6937 {06938.f} {06939.p1} -> {06939.p3} 
+tr {06939.e} {06939.p6} {06939.p3} -> {06939.p4-eats} 
+tr {06939.t} {06939.p2-thinks} -> {06939.p1} {06939.p5} 
+tr {06939.t0|06940.t4} : b6938 {06940.p4-eats} -> {06939.f} {06940.f} {06940.p2-thinks} 
+tr {06939.t2} {06939.f} {06939.p5} -> {06939.p6} 
+tr {06939.t3|06940.t1} : a6938 {06939.f} {06940.p1} -> {06940.p3} 
+tr {06940.e} {06940.p6} {06940.p3} -> {06940.p4-eats} 
+tr {06940.t} {06940.p2-thinks} -> {06940.p1} {06940.p5} 
+tr {06940.t0|06941.t4} : b6939 {06941.p4-eats} -> {06940.f} {06941.f} {06941.p2-thinks} 
+tr {06940.t2} {06940.f} {06940.p5} -> {06940.p6} 
+tr {06940.t3|06941.t1} : a6939 {06940.f} {06941.p1} -> {06941.p3} 
+tr {06941.e} {06941.p6} {06941.p3} -> {06941.p4-eats} 
+tr {06941.t} {06941.p2-thinks} -> {06941.p1} {06941.p5} 
+tr {06941.t0|06942.t4} : b6940 {06942.p4-eats} -> {06941.f} {06942.f} {06942.p2-thinks} 
+tr {06941.t2} {06941.f} {06941.p5} -> {06941.p6} 
+tr {06941.t3|06942.t1} : a6940 {06941.f} {06942.p1} -> {06942.p3} 
+tr {06942.e} {06942.p6} {06942.p3} -> {06942.p4-eats} 
+tr {06942.t} {06942.p2-thinks} -> {06942.p1} {06942.p5} 
+tr {06942.t0|06943.t4} : b6941 {06943.p4-eats} -> {06942.f} {06943.f} {06943.p2-thinks} 
+tr {06942.t2} {06942.f} {06942.p5} -> {06942.p6} 
+tr {06942.t3|06943.t1} : a6941 {06942.f} {06943.p1} -> {06943.p3} 
+tr {06943.e} {06943.p6} {06943.p3} -> {06943.p4-eats} 
+tr {06943.t} {06943.p2-thinks} -> {06943.p1} {06943.p5} 
+tr {06943.t0|06944.t4} : b6942 {06944.p4-eats} -> {06943.f} {06944.f} {06944.p2-thinks} 
+tr {06943.t2} {06943.f} {06943.p5} -> {06943.p6} 
+tr {06943.t3|06944.t1} : a6942 {06943.f} {06944.p1} -> {06944.p3} 
+tr {06944.e} {06944.p6} {06944.p3} -> {06944.p4-eats} 
+tr {06944.t} {06944.p2-thinks} -> {06944.p1} {06944.p5} 
+tr {06944.t0|06945.t4} : b6943 {06945.p4-eats} -> {06944.f} {06945.f} {06945.p2-thinks} 
+tr {06944.t2} {06944.f} {06944.p5} -> {06944.p6} 
+tr {06944.t3|06945.t1} : a6943 {06944.f} {06945.p1} -> {06945.p3} 
+tr {06945.e} {06945.p6} {06945.p3} -> {06945.p4-eats} 
+tr {06945.t} {06945.p2-thinks} -> {06945.p1} {06945.p5} 
+tr {06945.t0|06946.t4} : b6944 {06946.p4-eats} -> {06945.f} {06946.f} {06946.p2-thinks} 
+tr {06945.t2} {06945.f} {06945.p5} -> {06945.p6} 
+tr {06945.t3|06946.t1} : a6944 {06945.f} {06946.p1} -> {06946.p3} 
+tr {06946.e} {06946.p6} {06946.p3} -> {06946.p4-eats} 
+tr {06946.t} {06946.p2-thinks} -> {06946.p1} {06946.p5} 
+tr {06946.t0|06947.t4} : b6945 {06947.p4-eats} -> {06946.f} {06947.f} {06947.p2-thinks} 
+tr {06946.t2} {06946.f} {06946.p5} -> {06946.p6} 
+tr {06946.t3|06947.t1} : a6945 {06946.f} {06947.p1} -> {06947.p3} 
+tr {06947.e} {06947.p6} {06947.p3} -> {06947.p4-eats} 
+tr {06947.t} {06947.p2-thinks} -> {06947.p1} {06947.p5} 
+tr {06947.t0|06948.t4} : b6946 {06948.p4-eats} -> {06947.f} {06948.f} {06948.p2-thinks} 
+tr {06947.t2} {06947.f} {06947.p5} -> {06947.p6} 
+tr {06947.t3|06948.t1} : a6946 {06947.f} {06948.p1} -> {06948.p3} 
+tr {06948.e} {06948.p6} {06948.p3} -> {06948.p4-eats} 
+tr {06948.t} {06948.p2-thinks} -> {06948.p1} {06948.p5} 
+tr {06948.t0|06949.t4} : b6947 {06949.p4-eats} -> {06948.f} {06949.f} {06949.p2-thinks} 
+tr {06948.t2} {06948.f} {06948.p5} -> {06948.p6} 
+tr {06948.t3|06949.t1} : a6947 {06948.f} {06949.p1} -> {06949.p3} 
+tr {06949.e} {06949.p6} {06949.p3} -> {06949.p4-eats} 
+tr {06949.t} {06949.p2-thinks} -> {06949.p1} {06949.p5} 
+tr {06949.t0|06950.t4} : b6948 {06950.p4-eats} -> {06949.f} {06950.f} {06950.p2-thinks} 
+tr {06949.t2} {06949.f} {06949.p5} -> {06949.p6} 
+tr {06949.t3|06950.t1} : a6948 {06949.f} {06950.p1} -> {06950.p3} 
+tr {06950.e} {06950.p6} {06950.p3} -> {06950.p4-eats} 
+tr {06950.t} {06950.p2-thinks} -> {06950.p1} {06950.p5} 
+tr {06950.t0|06951.t4} : b6949 {06951.p4-eats} -> {06950.f} {06951.f} {06951.p2-thinks} 
+tr {06950.t2} {06950.f} {06950.p5} -> {06950.p6} 
+tr {06950.t3|06951.t1} : a6949 {06950.f} {06951.p1} -> {06951.p3} 
+tr {06951.e} {06951.p6} {06951.p3} -> {06951.p4-eats} 
+tr {06951.t} {06951.p2-thinks} -> {06951.p1} {06951.p5} 
+tr {06951.t0|06952.t4} : b6950 {06952.p4-eats} -> {06951.f} {06952.f} {06952.p2-thinks} 
+tr {06951.t2} {06951.f} {06951.p5} -> {06951.p6} 
+tr {06951.t3|06952.t1} : a6950 {06951.f} {06952.p1} -> {06952.p3} 
+tr {06952.e} {06952.p6} {06952.p3} -> {06952.p4-eats} 
+tr {06952.t} {06952.p2-thinks} -> {06952.p1} {06952.p5} 
+tr {06952.t0|06953.t4} : b6951 {06953.p4-eats} -> {06952.f} {06953.f} {06953.p2-thinks} 
+tr {06952.t2} {06952.f} {06952.p5} -> {06952.p6} 
+tr {06952.t3|06953.t1} : a6951 {06952.f} {06953.p1} -> {06953.p3} 
+tr {06953.e} {06953.p6} {06953.p3} -> {06953.p4-eats} 
+tr {06953.t} {06953.p2-thinks} -> {06953.p1} {06953.p5} 
+tr {06953.t0|06954.t4} : b6952 {06954.p4-eats} -> {06953.f} {06954.f} {06954.p2-thinks} 
+tr {06953.t2} {06953.f} {06953.p5} -> {06953.p6} 
+tr {06953.t3|06954.t1} : a6952 {06953.f} {06954.p1} -> {06954.p3} 
+tr {06954.e} {06954.p6} {06954.p3} -> {06954.p4-eats} 
+tr {06954.t} {06954.p2-thinks} -> {06954.p1} {06954.p5} 
+tr {06954.t0|06955.t4} : b6953 {06955.p4-eats} -> {06954.f} {06955.f} {06955.p2-thinks} 
+tr {06954.t2} {06954.f} {06954.p5} -> {06954.p6} 
+tr {06954.t3|06955.t1} : a6953 {06954.f} {06955.p1} -> {06955.p3} 
+tr {06955.e} {06955.p6} {06955.p3} -> {06955.p4-eats} 
+tr {06955.t} {06955.p2-thinks} -> {06955.p1} {06955.p5} 
+tr {06955.t0|06956.t4} : b6954 {06956.p4-eats} -> {06955.f} {06956.f} {06956.p2-thinks} 
+tr {06955.t2} {06955.f} {06955.p5} -> {06955.p6} 
+tr {06955.t3|06956.t1} : a6954 {06955.f} {06956.p1} -> {06956.p3} 
+tr {06956.e} {06956.p6} {06956.p3} -> {06956.p4-eats} 
+tr {06956.t} {06956.p2-thinks} -> {06956.p1} {06956.p5} 
+tr {06956.t0|06957.t4} : b6955 {06957.p4-eats} -> {06956.f} {06957.f} {06957.p2-thinks} 
+tr {06956.t2} {06956.f} {06956.p5} -> {06956.p6} 
+tr {06956.t3|06957.t1} : a6955 {06956.f} {06957.p1} -> {06957.p3} 
+tr {06957.e} {06957.p6} {06957.p3} -> {06957.p4-eats} 
+tr {06957.t} {06957.p2-thinks} -> {06957.p1} {06957.p5} 
+tr {06957.t0|06958.t4} : b6956 {06958.p4-eats} -> {06957.f} {06958.f} {06958.p2-thinks} 
+tr {06957.t2} {06957.f} {06957.p5} -> {06957.p6} 
+tr {06957.t3|06958.t1} : a6956 {06957.f} {06958.p1} -> {06958.p3} 
+tr {06958.e} {06958.p6} {06958.p3} -> {06958.p4-eats} 
+tr {06958.t} {06958.p2-thinks} -> {06958.p1} {06958.p5} 
+tr {06958.t0|06959.t4} : b6957 {06959.p4-eats} -> {06958.f} {06959.f} {06959.p2-thinks} 
+tr {06958.t2} {06958.f} {06958.p5} -> {06958.p6} 
+tr {06958.t3|06959.t1} : a6957 {06958.f} {06959.p1} -> {06959.p3} 
+tr {06959.e} {06959.p6} {06959.p3} -> {06959.p4-eats} 
+tr {06959.t} {06959.p2-thinks} -> {06959.p1} {06959.p5} 
+tr {06959.t0|06960.t4} : b6958 {06960.p4-eats} -> {06959.f} {06960.f} {06960.p2-thinks} 
+tr {06959.t2} {06959.f} {06959.p5} -> {06959.p6} 
+tr {06959.t3|06960.t1} : a6958 {06959.f} {06960.p1} -> {06960.p3} 
+tr {06960.e} {06960.p6} {06960.p3} -> {06960.p4-eats} 
+tr {06960.t} {06960.p2-thinks} -> {06960.p1} {06960.p5} 
+tr {06960.t0|06961.t4} : b6959 {06961.p4-eats} -> {06960.f} {06961.f} {06961.p2-thinks} 
+tr {06960.t2} {06960.f} {06960.p5} -> {06960.p6} 
+tr {06960.t3|06961.t1} : a6959 {06960.f} {06961.p1} -> {06961.p3} 
+tr {06961.e} {06961.p6} {06961.p3} -> {06961.p4-eats} 
+tr {06961.t} {06961.p2-thinks} -> {06961.p1} {06961.p5} 
+tr {06961.t0|06962.t4} : b6960 {06962.p4-eats} -> {06961.f} {06962.f} {06962.p2-thinks} 
+tr {06961.t2} {06961.f} {06961.p5} -> {06961.p6} 
+tr {06961.t3|06962.t1} : a6960 {06961.f} {06962.p1} -> {06962.p3} 
+tr {06962.e} {06962.p6} {06962.p3} -> {06962.p4-eats} 
+tr {06962.t} {06962.p2-thinks} -> {06962.p1} {06962.p5} 
+tr {06962.t0|06963.t4} : b6961 {06963.p4-eats} -> {06962.f} {06963.f} {06963.p2-thinks} 
+tr {06962.t2} {06962.f} {06962.p5} -> {06962.p6} 
+tr {06962.t3|06963.t1} : a6961 {06962.f} {06963.p1} -> {06963.p3} 
+tr {06963.e} {06963.p6} {06963.p3} -> {06963.p4-eats} 
+tr {06963.t} {06963.p2-thinks} -> {06963.p1} {06963.p5} 
+tr {06963.t0|06964.t4} : b6962 {06964.p4-eats} -> {06963.f} {06964.f} {06964.p2-thinks} 
+tr {06963.t2} {06963.f} {06963.p5} -> {06963.p6} 
+tr {06963.t3|06964.t1} : a6962 {06963.f} {06964.p1} -> {06964.p3} 
+tr {06964.e} {06964.p6} {06964.p3} -> {06964.p4-eats} 
+tr {06964.t} {06964.p2-thinks} -> {06964.p1} {06964.p5} 
+tr {06964.t0|06965.t4} : b6963 {06965.p4-eats} -> {06964.f} {06965.f} {06965.p2-thinks} 
+tr {06964.t2} {06964.f} {06964.p5} -> {06964.p6} 
+tr {06964.t3|06965.t1} : a6963 {06964.f} {06965.p1} -> {06965.p3} 
+tr {06965.e} {06965.p6} {06965.p3} -> {06965.p4-eats} 
+tr {06965.t} {06965.p2-thinks} -> {06965.p1} {06965.p5} 
+tr {06965.t0|06966.t4} : b6964 {06966.p4-eats} -> {06965.f} {06966.f} {06966.p2-thinks} 
+tr {06965.t2} {06965.f} {06965.p5} -> {06965.p6} 
+tr {06965.t3|06966.t1} : a6964 {06965.f} {06966.p1} -> {06966.p3} 
+tr {06966.e} {06966.p6} {06966.p3} -> {06966.p4-eats} 
+tr {06966.t} {06966.p2-thinks} -> {06966.p1} {06966.p5} 
+tr {06966.t0|06967.t4} : b6965 {06967.p4-eats} -> {06966.f} {06967.f} {06967.p2-thinks} 
+tr {06966.t2} {06966.f} {06966.p5} -> {06966.p6} 
+tr {06966.t3|06967.t1} : a6965 {06966.f} {06967.p1} -> {06967.p3} 
+tr {06967.e} {06967.p6} {06967.p3} -> {06967.p4-eats} 
+tr {06967.t} {06967.p2-thinks} -> {06967.p1} {06967.p5} 
+tr {06967.t0|06968.t4} : b6966 {06968.p4-eats} -> {06967.f} {06968.f} {06968.p2-thinks} 
+tr {06967.t2} {06967.f} {06967.p5} -> {06967.p6} 
+tr {06967.t3|06968.t1} : a6966 {06967.f} {06968.p1} -> {06968.p3} 
+tr {06968.e} {06968.p6} {06968.p3} -> {06968.p4-eats} 
+tr {06968.t} {06968.p2-thinks} -> {06968.p1} {06968.p5} 
+tr {06968.t0|06969.t4} : b6967 {06969.p4-eats} -> {06968.f} {06969.f} {06969.p2-thinks} 
+tr {06968.t2} {06968.f} {06968.p5} -> {06968.p6} 
+tr {06968.t3|06969.t1} : a6967 {06968.f} {06969.p1} -> {06969.p3} 
+tr {06969.e} {06969.p6} {06969.p3} -> {06969.p4-eats} 
+tr {06969.t} {06969.p2-thinks} -> {06969.p1} {06969.p5} 
+tr {06969.t0|06970.t4} : b6968 {06970.p4-eats} -> {06969.f} {06970.f} {06970.p2-thinks} 
+tr {06969.t2} {06969.f} {06969.p5} -> {06969.p6} 
+tr {06969.t3|06970.t1} : a6968 {06969.f} {06970.p1} -> {06970.p3} 
+tr {06970.e} {06970.p6} {06970.p3} -> {06970.p4-eats} 
+tr {06970.t} {06970.p2-thinks} -> {06970.p1} {06970.p5} 
+tr {06970.t0|06971.t4} : b6969 {06971.p4-eats} -> {06970.f} {06971.f} {06971.p2-thinks} 
+tr {06970.t2} {06970.f} {06970.p5} -> {06970.p6} 
+tr {06970.t3|06971.t1} : a6969 {06970.f} {06971.p1} -> {06971.p3} 
+tr {06971.e} {06971.p6} {06971.p3} -> {06971.p4-eats} 
+tr {06971.t} {06971.p2-thinks} -> {06971.p1} {06971.p5} 
+tr {06971.t0|06972.t4} : b6970 {06972.p4-eats} -> {06971.f} {06972.f} {06972.p2-thinks} 
+tr {06971.t2} {06971.f} {06971.p5} -> {06971.p6} 
+tr {06971.t3|06972.t1} : a6970 {06971.f} {06972.p1} -> {06972.p3} 
+tr {06972.e} {06972.p6} {06972.p3} -> {06972.p4-eats} 
+tr {06972.t} {06972.p2-thinks} -> {06972.p1} {06972.p5} 
+tr {06972.t0|06973.t4} : b6971 {06973.p4-eats} -> {06972.f} {06973.f} {06973.p2-thinks} 
+tr {06972.t2} {06972.f} {06972.p5} -> {06972.p6} 
+tr {06972.t3|06973.t1} : a6971 {06972.f} {06973.p1} -> {06973.p3} 
+tr {06973.e} {06973.p6} {06973.p3} -> {06973.p4-eats} 
+tr {06973.t} {06973.p2-thinks} -> {06973.p1} {06973.p5} 
+tr {06973.t0|06974.t4} : b6972 {06974.p4-eats} -> {06973.f} {06974.f} {06974.p2-thinks} 
+tr {06973.t2} {06973.f} {06973.p5} -> {06973.p6} 
+tr {06973.t3|06974.t1} : a6972 {06973.f} {06974.p1} -> {06974.p3} 
+tr {06974.e} {06974.p6} {06974.p3} -> {06974.p4-eats} 
+tr {06974.t} {06974.p2-thinks} -> {06974.p1} {06974.p5} 
+tr {06974.t0|06975.t4} : b6973 {06975.p4-eats} -> {06974.f} {06975.f} {06975.p2-thinks} 
+tr {06974.t2} {06974.f} {06974.p5} -> {06974.p6} 
+tr {06974.t3|06975.t1} : a6973 {06974.f} {06975.p1} -> {06975.p3} 
+tr {06975.e} {06975.p6} {06975.p3} -> {06975.p4-eats} 
+tr {06975.t} {06975.p2-thinks} -> {06975.p1} {06975.p5} 
+tr {06975.t0|06976.t4} : b6974 {06976.p4-eats} -> {06975.f} {06976.f} {06976.p2-thinks} 
+tr {06975.t2} {06975.f} {06975.p5} -> {06975.p6} 
+tr {06975.t3|06976.t1} : a6974 {06975.f} {06976.p1} -> {06976.p3} 
+tr {06976.e} {06976.p6} {06976.p3} -> {06976.p4-eats} 
+tr {06976.t} {06976.p2-thinks} -> {06976.p1} {06976.p5} 
+tr {06976.t0|06977.t4} : b6975 {06977.p4-eats} -> {06976.f} {06977.f} {06977.p2-thinks} 
+tr {06976.t2} {06976.f} {06976.p5} -> {06976.p6} 
+tr {06976.t3|06977.t1} : a6975 {06976.f} {06977.p1} -> {06977.p3} 
+tr {06977.e} {06977.p6} {06977.p3} -> {06977.p4-eats} 
+tr {06977.t} {06977.p2-thinks} -> {06977.p1} {06977.p5} 
+tr {06977.t0|06978.t4} : b6976 {06978.p4-eats} -> {06977.f} {06978.f} {06978.p2-thinks} 
+tr {06977.t2} {06977.f} {06977.p5} -> {06977.p6} 
+tr {06977.t3|06978.t1} : a6976 {06977.f} {06978.p1} -> {06978.p3} 
+tr {06978.e} {06978.p6} {06978.p3} -> {06978.p4-eats} 
+tr {06978.t} {06978.p2-thinks} -> {06978.p1} {06978.p5} 
+tr {06978.t0|06979.t4} : b6977 {06979.p4-eats} -> {06978.f} {06979.f} {06979.p2-thinks} 
+tr {06978.t2} {06978.f} {06978.p5} -> {06978.p6} 
+tr {06978.t3|06979.t1} : a6977 {06978.f} {06979.p1} -> {06979.p3} 
+tr {06979.e} {06979.p6} {06979.p3} -> {06979.p4-eats} 
+tr {06979.t} {06979.p2-thinks} -> {06979.p1} {06979.p5} 
+tr {06979.t0|06980.t4} : b6978 {06980.p4-eats} -> {06979.f} {06980.f} {06980.p2-thinks} 
+tr {06979.t2} {06979.f} {06979.p5} -> {06979.p6} 
+tr {06979.t3|06980.t1} : a6978 {06979.f} {06980.p1} -> {06980.p3} 
+tr {06980.e} {06980.p6} {06980.p3} -> {06980.p4-eats} 
+tr {06980.t} {06980.p2-thinks} -> {06980.p1} {06980.p5} 
+tr {06980.t0|06981.t4} : b6979 {06981.p4-eats} -> {06980.f} {06981.f} {06981.p2-thinks} 
+tr {06980.t2} {06980.f} {06980.p5} -> {06980.p6} 
+tr {06980.t3|06981.t1} : a6979 {06980.f} {06981.p1} -> {06981.p3} 
+tr {06981.e} {06981.p6} {06981.p3} -> {06981.p4-eats} 
+tr {06981.t} {06981.p2-thinks} -> {06981.p1} {06981.p5} 
+tr {06981.t0|06982.t4} : b6980 {06982.p4-eats} -> {06981.f} {06982.f} {06982.p2-thinks} 
+tr {06981.t2} {06981.f} {06981.p5} -> {06981.p6} 
+tr {06981.t3|06982.t1} : a6980 {06981.f} {06982.p1} -> {06982.p3} 
+tr {06982.e} {06982.p6} {06982.p3} -> {06982.p4-eats} 
+tr {06982.t} {06982.p2-thinks} -> {06982.p1} {06982.p5} 
+tr {06982.t0|06983.t4} : b6981 {06983.p4-eats} -> {06982.f} {06983.f} {06983.p2-thinks} 
+tr {06982.t2} {06982.f} {06982.p5} -> {06982.p6} 
+tr {06982.t3|06983.t1} : a6981 {06982.f} {06983.p1} -> {06983.p3} 
+tr {06983.e} {06983.p6} {06983.p3} -> {06983.p4-eats} 
+tr {06983.t} {06983.p2-thinks} -> {06983.p1} {06983.p5} 
+tr {06983.t0|06984.t4} : b6982 {06984.p4-eats} -> {06983.f} {06984.f} {06984.p2-thinks} 
+tr {06983.t2} {06983.f} {06983.p5} -> {06983.p6} 
+tr {06983.t3|06984.t1} : a6982 {06983.f} {06984.p1} -> {06984.p3} 
+tr {06984.e} {06984.p6} {06984.p3} -> {06984.p4-eats} 
+tr {06984.t} {06984.p2-thinks} -> {06984.p1} {06984.p5} 
+tr {06984.t0|06985.t4} : b6983 {06985.p4-eats} -> {06984.f} {06985.f} {06985.p2-thinks} 
+tr {06984.t2} {06984.f} {06984.p5} -> {06984.p6} 
+tr {06984.t3|06985.t1} : a6983 {06984.f} {06985.p1} -> {06985.p3} 
+tr {06985.e} {06985.p6} {06985.p3} -> {06985.p4-eats} 
+tr {06985.t} {06985.p2-thinks} -> {06985.p1} {06985.p5} 
+tr {06985.t0|06986.t4} : b6984 {06986.p4-eats} -> {06985.f} {06986.f} {06986.p2-thinks} 
+tr {06985.t2} {06985.f} {06985.p5} -> {06985.p6} 
+tr {06985.t3|06986.t1} : a6984 {06985.f} {06986.p1} -> {06986.p3} 
+tr {06986.e} {06986.p6} {06986.p3} -> {06986.p4-eats} 
+tr {06986.t} {06986.p2-thinks} -> {06986.p1} {06986.p5} 
+tr {06986.t0|06987.t4} : b6985 {06987.p4-eats} -> {06986.f} {06987.f} {06987.p2-thinks} 
+tr {06986.t2} {06986.f} {06986.p5} -> {06986.p6} 
+tr {06986.t3|06987.t1} : a6985 {06986.f} {06987.p1} -> {06987.p3} 
+tr {06987.e} {06987.p6} {06987.p3} -> {06987.p4-eats} 
+tr {06987.t} {06987.p2-thinks} -> {06987.p1} {06987.p5} 
+tr {06987.t0|06988.t4} : b6986 {06988.p4-eats} -> {06987.f} {06988.f} {06988.p2-thinks} 
+tr {06987.t2} {06987.f} {06987.p5} -> {06987.p6} 
+tr {06987.t3|06988.t1} : a6986 {06987.f} {06988.p1} -> {06988.p3} 
+tr {06988.e} {06988.p6} {06988.p3} -> {06988.p4-eats} 
+tr {06988.t} {06988.p2-thinks} -> {06988.p1} {06988.p5} 
+tr {06988.t0|06989.t4} : b6987 {06989.p4-eats} -> {06988.f} {06989.f} {06989.p2-thinks} 
+tr {06988.t2} {06988.f} {06988.p5} -> {06988.p6} 
+tr {06988.t3|06989.t1} : a6987 {06988.f} {06989.p1} -> {06989.p3} 
+tr {06989.e} {06989.p6} {06989.p3} -> {06989.p4-eats} 
+tr {06989.t} {06989.p2-thinks} -> {06989.p1} {06989.p5} 
+tr {06989.t0|06990.t4} : b6988 {06990.p4-eats} -> {06989.f} {06990.f} {06990.p2-thinks} 
+tr {06989.t2} {06989.f} {06989.p5} -> {06989.p6} 
+tr {06989.t3|06990.t1} : a6988 {06989.f} {06990.p1} -> {06990.p3} 
+tr {06990.e} {06990.p6} {06990.p3} -> {06990.p4-eats} 
+tr {06990.t} {06990.p2-thinks} -> {06990.p1} {06990.p5} 
+tr {06990.t0|06991.t4} : b6989 {06991.p4-eats} -> {06990.f} {06991.f} {06991.p2-thinks} 
+tr {06990.t2} {06990.f} {06990.p5} -> {06990.p6} 
+tr {06990.t3|06991.t1} : a6989 {06990.f} {06991.p1} -> {06991.p3} 
+tr {06991.e} {06991.p6} {06991.p3} -> {06991.p4-eats} 
+tr {06991.t} {06991.p2-thinks} -> {06991.p1} {06991.p5} 
+tr {06991.t0|06992.t4} : b6990 {06992.p4-eats} -> {06991.f} {06992.f} {06992.p2-thinks} 
+tr {06991.t2} {06991.f} {06991.p5} -> {06991.p6} 
+tr {06991.t3|06992.t1} : a6990 {06991.f} {06992.p1} -> {06992.p3} 
+tr {06992.e} {06992.p6} {06992.p3} -> {06992.p4-eats} 
+tr {06992.t} {06992.p2-thinks} -> {06992.p1} {06992.p5} 
+tr {06992.t0|06993.t4} : b6991 {06993.p4-eats} -> {06992.f} {06993.f} {06993.p2-thinks} 
+tr {06992.t2} {06992.f} {06992.p5} -> {06992.p6} 
+tr {06992.t3|06993.t1} : a6991 {06992.f} {06993.p1} -> {06993.p3} 
+tr {06993.e} {06993.p6} {06993.p3} -> {06993.p4-eats} 
+tr {06993.t} {06993.p2-thinks} -> {06993.p1} {06993.p5} 
+tr {06993.t0|06994.t4} : b6992 {06994.p4-eats} -> {06993.f} {06994.f} {06994.p2-thinks} 
+tr {06993.t2} {06993.f} {06993.p5} -> {06993.p6} 
+tr {06993.t3|06994.t1} : a6992 {06993.f} {06994.p1} -> {06994.p3} 
+tr {06994.e} {06994.p6} {06994.p3} -> {06994.p4-eats} 
+tr {06994.t} {06994.p2-thinks} -> {06994.p1} {06994.p5} 
+tr {06994.t0|06995.t4} : b6993 {06995.p4-eats} -> {06994.f} {06995.f} {06995.p2-thinks} 
+tr {06994.t2} {06994.f} {06994.p5} -> {06994.p6} 
+tr {06994.t3|06995.t1} : a6993 {06994.f} {06995.p1} -> {06995.p3} 
+tr {06995.e} {06995.p6} {06995.p3} -> {06995.p4-eats} 
+tr {06995.t} {06995.p2-thinks} -> {06995.p1} {06995.p5} 
+tr {06995.t0|06996.t4} : b6994 {06996.p4-eats} -> {06995.f} {06996.f} {06996.p2-thinks} 
+tr {06995.t2} {06995.f} {06995.p5} -> {06995.p6} 
+tr {06995.t3|06996.t1} : a6994 {06995.f} {06996.p1} -> {06996.p3} 
+tr {06996.e} {06996.p6} {06996.p3} -> {06996.p4-eats} 
+tr {06996.t} {06996.p2-thinks} -> {06996.p1} {06996.p5} 
+tr {06996.t0|06997.t4} : b6995 {06997.p4-eats} -> {06996.f} {06997.f} {06997.p2-thinks} 
+tr {06996.t2} {06996.f} {06996.p5} -> {06996.p6} 
+tr {06996.t3|06997.t1} : a6995 {06996.f} {06997.p1} -> {06997.p3} 
+tr {06997.e} {06997.p6} {06997.p3} -> {06997.p4-eats} 
+tr {06997.t} {06997.p2-thinks} -> {06997.p1} {06997.p5} 
+tr {06997.t0|06998.t4} : b6996 {06998.p4-eats} -> {06997.f} {06998.f} {06998.p2-thinks} 
+tr {06997.t2} {06997.f} {06997.p5} -> {06997.p6} 
+tr {06997.t3|06998.t1} : a6996 {06997.f} {06998.p1} -> {06998.p3} 
+tr {06998.e} {06998.p6} {06998.p3} -> {06998.p4-eats} 
+tr {06998.t} {06998.p2-thinks} -> {06998.p1} {06998.p5} 
+tr {06998.t0|06999.t4} : b6997 {06999.p4-eats} -> {06998.f} {06999.f} {06999.p2-thinks} 
+tr {06998.t2} {06998.f} {06998.p5} -> {06998.p6} 
+tr {06998.t3|06999.t1} : a6997 {06998.f} {06999.p1} -> {06999.p3} 
+tr {06999.e} {06999.p6} {06999.p3} -> {06999.p4-eats} 
+tr {06999.t} {06999.p2-thinks} -> {06999.p1} {06999.p5} 
+tr {06999.t0|07000.t4} : b6998 {07000.p4-eats} -> {06999.f} {07000.f} {07000.p2-thinks} 
+tr {06999.t2} {06999.f} {06999.p5} -> {06999.p6} 
+tr {06999.t3|07000.t1} : a6998 {06999.f} {07000.p1} -> {07000.p3} 
+tr {07000.e} {07000.p6} {07000.p3} -> {07000.p4-eats} 
+tr {07000.t} {07000.p2-thinks} -> {07000.p1} {07000.p5} 
+tr {07000.t0|07001.t4} : b6999 {07001.p4-eats} -> {07000.f} {07001.f} {07001.p2-thinks} 
+tr {07000.t2} {07000.f} {07000.p5} -> {07000.p6} 
+tr {07000.t3|07001.t1} : a6999 {07000.f} {07001.p1} -> {07001.p3} 
+tr {07001.e} {07001.p6} {07001.p3} -> {07001.p4-eats} 
+tr {07001.t} {07001.p2-thinks} -> {07001.p1} {07001.p5} 
+tr {07001.t0|07002.t4} : b7000 {07002.p4-eats} -> {07001.f} {07002.f} {07002.p2-thinks} 
+tr {07001.t2} {07001.f} {07001.p5} -> {07001.p6} 
+tr {07001.t3|07002.t1} : a7000 {07001.f} {07002.p1} -> {07002.p3} 
+tr {07002.e} {07002.p6} {07002.p3} -> {07002.p4-eats} 
+tr {07002.t} {07002.p2-thinks} -> {07002.p1} {07002.p5} 
+tr {07002.t0|07003.t4} : b7001 {07003.p4-eats} -> {07002.f} {07003.f} {07003.p2-thinks} 
+tr {07002.t2} {07002.f} {07002.p5} -> {07002.p6} 
+tr {07002.t3|07003.t1} : a7001 {07002.f} {07003.p1} -> {07003.p3} 
+tr {07003.e} {07003.p6} {07003.p3} -> {07003.p4-eats} 
+tr {07003.t} {07003.p2-thinks} -> {07003.p1} {07003.p5} 
+tr {07003.t0|07004.t4} : b7002 {07004.p4-eats} -> {07003.f} {07004.f} {07004.p2-thinks} 
+tr {07003.t2} {07003.f} {07003.p5} -> {07003.p6} 
+tr {07003.t3|07004.t1} : a7002 {07003.f} {07004.p1} -> {07004.p3} 
+tr {07004.e} {07004.p6} {07004.p3} -> {07004.p4-eats} 
+tr {07004.t} {07004.p2-thinks} -> {07004.p1} {07004.p5} 
+tr {07004.t0|07005.t4} : b7003 {07005.p4-eats} -> {07004.f} {07005.f} {07005.p2-thinks} 
+tr {07004.t2} {07004.f} {07004.p5} -> {07004.p6} 
+tr {07004.t3|07005.t1} : a7003 {07004.f} {07005.p1} -> {07005.p3} 
+tr {07005.e} {07005.p6} {07005.p3} -> {07005.p4-eats} 
+tr {07005.t} {07005.p2-thinks} -> {07005.p1} {07005.p5} 
+tr {07005.t0|07006.t4} : b7004 {07006.p4-eats} -> {07005.f} {07006.f} {07006.p2-thinks} 
+tr {07005.t2} {07005.f} {07005.p5} -> {07005.p6} 
+tr {07005.t3|07006.t1} : a7004 {07005.f} {07006.p1} -> {07006.p3} 
+tr {07006.e} {07006.p6} {07006.p3} -> {07006.p4-eats} 
+tr {07006.t} {07006.p2-thinks} -> {07006.p1} {07006.p5} 
+tr {07006.t0|07007.t4} : b7005 {07007.p4-eats} -> {07006.f} {07007.f} {07007.p2-thinks} 
+tr {07006.t2} {07006.f} {07006.p5} -> {07006.p6} 
+tr {07006.t3|07007.t1} : a7005 {07006.f} {07007.p1} -> {07007.p3} 
+tr {07007.e} {07007.p6} {07007.p3} -> {07007.p4-eats} 
+tr {07007.t} {07007.p2-thinks} -> {07007.p1} {07007.p5} 
+tr {07007.t0|07008.t4} : b7006 {07008.p4-eats} -> {07007.f} {07008.f} {07008.p2-thinks} 
+tr {07007.t2} {07007.f} {07007.p5} -> {07007.p6} 
+tr {07007.t3|07008.t1} : a7006 {07007.f} {07008.p1} -> {07008.p3} 
+tr {07008.e} {07008.p6} {07008.p3} -> {07008.p4-eats} 
+tr {07008.t} {07008.p2-thinks} -> {07008.p1} {07008.p5} 
+tr {07008.t0|07009.t4} : b7007 {07009.p4-eats} -> {07008.f} {07009.f} {07009.p2-thinks} 
+tr {07008.t2} {07008.f} {07008.p5} -> {07008.p6} 
+tr {07008.t3|07009.t1} : a7007 {07008.f} {07009.p1} -> {07009.p3} 
+tr {07009.e} {07009.p6} {07009.p3} -> {07009.p4-eats} 
+tr {07009.t} {07009.p2-thinks} -> {07009.p1} {07009.p5} 
+tr {07009.t0|07010.t4} : b7008 {07010.p4-eats} -> {07009.f} {07010.f} {07010.p2-thinks} 
+tr {07009.t2} {07009.f} {07009.p5} -> {07009.p6} 
+tr {07009.t3|07010.t1} : a7008 {07009.f} {07010.p1} -> {07010.p3} 
+tr {07010.e} {07010.p6} {07010.p3} -> {07010.p4-eats} 
+tr {07010.t} {07010.p2-thinks} -> {07010.p1} {07010.p5} 
+tr {07010.t0|07011.t4} : b7009 {07011.p4-eats} -> {07010.f} {07011.f} {07011.p2-thinks} 
+tr {07010.t2} {07010.f} {07010.p5} -> {07010.p6} 
+tr {07010.t3|07011.t1} : a7009 {07010.f} {07011.p1} -> {07011.p3} 
+tr {07011.e} {07011.p6} {07011.p3} -> {07011.p4-eats} 
+tr {07011.t} {07011.p2-thinks} -> {07011.p1} {07011.p5} 
+tr {07011.t0|07012.t4} : b7010 {07012.p4-eats} -> {07011.f} {07012.f} {07012.p2-thinks} 
+tr {07011.t2} {07011.f} {07011.p5} -> {07011.p6} 
+tr {07011.t3|07012.t1} : a7010 {07011.f} {07012.p1} -> {07012.p3} 
+tr {07012.e} {07012.p6} {07012.p3} -> {07012.p4-eats} 
+tr {07012.t} {07012.p2-thinks} -> {07012.p1} {07012.p5} 
+tr {07012.t0|07013.t4} : b7011 {07013.p4-eats} -> {07012.f} {07013.f} {07013.p2-thinks} 
+tr {07012.t2} {07012.f} {07012.p5} -> {07012.p6} 
+tr {07012.t3|07013.t1} : a7011 {07012.f} {07013.p1} -> {07013.p3} 
+tr {07013.e} {07013.p6} {07013.p3} -> {07013.p4-eats} 
+tr {07013.t} {07013.p2-thinks} -> {07013.p1} {07013.p5} 
+tr {07013.t0|07014.t4} : b7012 {07014.p4-eats} -> {07013.f} {07014.f} {07014.p2-thinks} 
+tr {07013.t2} {07013.f} {07013.p5} -> {07013.p6} 
+tr {07013.t3|07014.t1} : a7012 {07013.f} {07014.p1} -> {07014.p3} 
+tr {07014.e} {07014.p6} {07014.p3} -> {07014.p4-eats} 
+tr {07014.t} {07014.p2-thinks} -> {07014.p1} {07014.p5} 
+tr {07014.t0|07015.t4} : b7013 {07015.p4-eats} -> {07014.f} {07015.f} {07015.p2-thinks} 
+tr {07014.t2} {07014.f} {07014.p5} -> {07014.p6} 
+tr {07014.t3|07015.t1} : a7013 {07014.f} {07015.p1} -> {07015.p3} 
+tr {07015.e} {07015.p6} {07015.p3} -> {07015.p4-eats} 
+tr {07015.t} {07015.p2-thinks} -> {07015.p1} {07015.p5} 
+tr {07015.t0|07016.t4} : b7014 {07016.p4-eats} -> {07015.f} {07016.f} {07016.p2-thinks} 
+tr {07015.t2} {07015.f} {07015.p5} -> {07015.p6} 
+tr {07015.t3|07016.t1} : a7014 {07015.f} {07016.p1} -> {07016.p3} 
+tr {07016.e} {07016.p6} {07016.p3} -> {07016.p4-eats} 
+tr {07016.t} {07016.p2-thinks} -> {07016.p1} {07016.p5} 
+tr {07016.t0|07017.t4} : b7015 {07017.p4-eats} -> {07016.f} {07017.f} {07017.p2-thinks} 
+tr {07016.t2} {07016.f} {07016.p5} -> {07016.p6} 
+tr {07016.t3|07017.t1} : a7015 {07016.f} {07017.p1} -> {07017.p3} 
+tr {07017.e} {07017.p6} {07017.p3} -> {07017.p4-eats} 
+tr {07017.t} {07017.p2-thinks} -> {07017.p1} {07017.p5} 
+tr {07017.t0|07018.t4} : b7016 {07018.p4-eats} -> {07017.f} {07018.f} {07018.p2-thinks} 
+tr {07017.t2} {07017.f} {07017.p5} -> {07017.p6} 
+tr {07017.t3|07018.t1} : a7016 {07017.f} {07018.p1} -> {07018.p3} 
+tr {07018.e} {07018.p6} {07018.p3} -> {07018.p4-eats} 
+tr {07018.t} {07018.p2-thinks} -> {07018.p1} {07018.p5} 
+tr {07018.t0|07019.t4} : b7017 {07019.p4-eats} -> {07018.f} {07019.f} {07019.p2-thinks} 
+tr {07018.t2} {07018.f} {07018.p5} -> {07018.p6} 
+tr {07018.t3|07019.t1} : a7017 {07018.f} {07019.p1} -> {07019.p3} 
+tr {07019.e} {07019.p6} {07019.p3} -> {07019.p4-eats} 
+tr {07019.t} {07019.p2-thinks} -> {07019.p1} {07019.p5} 
+tr {07019.t0|07020.t4} : b7018 {07020.p4-eats} -> {07019.f} {07020.f} {07020.p2-thinks} 
+tr {07019.t2} {07019.f} {07019.p5} -> {07019.p6} 
+tr {07019.t3|07020.t1} : a7018 {07019.f} {07020.p1} -> {07020.p3} 
+tr {07020.e} {07020.p6} {07020.p3} -> {07020.p4-eats} 
+tr {07020.t} {07020.p2-thinks} -> {07020.p1} {07020.p5} 
+tr {07020.t0|07021.t4} : b7019 {07021.p4-eats} -> {07020.f} {07021.f} {07021.p2-thinks} 
+tr {07020.t2} {07020.f} {07020.p5} -> {07020.p6} 
+tr {07020.t3|07021.t1} : a7019 {07020.f} {07021.p1} -> {07021.p3} 
+tr {07021.e} {07021.p6} {07021.p3} -> {07021.p4-eats} 
+tr {07021.t} {07021.p2-thinks} -> {07021.p1} {07021.p5} 
+tr {07021.t0|07022.t4} : b7020 {07022.p4-eats} -> {07021.f} {07022.f} {07022.p2-thinks} 
+tr {07021.t2} {07021.f} {07021.p5} -> {07021.p6} 
+tr {07021.t3|07022.t1} : a7020 {07021.f} {07022.p1} -> {07022.p3} 
+tr {07022.e} {07022.p6} {07022.p3} -> {07022.p4-eats} 
+tr {07022.t} {07022.p2-thinks} -> {07022.p1} {07022.p5} 
+tr {07022.t0|07023.t4} : b7021 {07023.p4-eats} -> {07022.f} {07023.f} {07023.p2-thinks} 
+tr {07022.t2} {07022.f} {07022.p5} -> {07022.p6} 
+tr {07022.t3|07023.t1} : a7021 {07022.f} {07023.p1} -> {07023.p3} 
+tr {07023.e} {07023.p6} {07023.p3} -> {07023.p4-eats} 
+tr {07023.t} {07023.p2-thinks} -> {07023.p1} {07023.p5} 
+tr {07023.t0|07024.t4} : b7022 {07024.p4-eats} -> {07023.f} {07024.f} {07024.p2-thinks} 
+tr {07023.t2} {07023.f} {07023.p5} -> {07023.p6} 
+tr {07023.t3|07024.t1} : a7022 {07023.f} {07024.p1} -> {07024.p3} 
+tr {07024.e} {07024.p6} {07024.p3} -> {07024.p4-eats} 
+tr {07024.t} {07024.p2-thinks} -> {07024.p1} {07024.p5} 
+tr {07024.t0|07025.t4} : b7023 {07025.p4-eats} -> {07024.f} {07025.f} {07025.p2-thinks} 
+tr {07024.t2} {07024.f} {07024.p5} -> {07024.p6} 
+tr {07024.t3|07025.t1} : a7023 {07024.f} {07025.p1} -> {07025.p3} 
+tr {07025.e} {07025.p6} {07025.p3} -> {07025.p4-eats} 
+tr {07025.t} {07025.p2-thinks} -> {07025.p1} {07025.p5} 
+tr {07025.t0|07026.t4} : b7024 {07026.p4-eats} -> {07025.f} {07026.f} {07026.p2-thinks} 
+tr {07025.t2} {07025.f} {07025.p5} -> {07025.p6} 
+tr {07025.t3|07026.t1} : a7024 {07025.f} {07026.p1} -> {07026.p3} 
+tr {07026.e} {07026.p6} {07026.p3} -> {07026.p4-eats} 
+tr {07026.t} {07026.p2-thinks} -> {07026.p1} {07026.p5} 
+tr {07026.t0|07027.t4} : b7025 {07027.p4-eats} -> {07026.f} {07027.f} {07027.p2-thinks} 
+tr {07026.t2} {07026.f} {07026.p5} -> {07026.p6} 
+tr {07026.t3|07027.t1} : a7025 {07026.f} {07027.p1} -> {07027.p3} 
+tr {07027.e} {07027.p6} {07027.p3} -> {07027.p4-eats} 
+tr {07027.t} {07027.p2-thinks} -> {07027.p1} {07027.p5} 
+tr {07027.t0|07028.t4} : b7026 {07028.p4-eats} -> {07027.f} {07028.f} {07028.p2-thinks} 
+tr {07027.t2} {07027.f} {07027.p5} -> {07027.p6} 
+tr {07027.t3|07028.t1} : a7026 {07027.f} {07028.p1} -> {07028.p3} 
+tr {07028.e} {07028.p6} {07028.p3} -> {07028.p4-eats} 
+tr {07028.t} {07028.p2-thinks} -> {07028.p1} {07028.p5} 
+tr {07028.t0|07029.t4} : b7027 {07029.p4-eats} -> {07028.f} {07029.f} {07029.p2-thinks} 
+tr {07028.t2} {07028.f} {07028.p5} -> {07028.p6} 
+tr {07028.t3|07029.t1} : a7027 {07028.f} {07029.p1} -> {07029.p3} 
+tr {07029.e} {07029.p6} {07029.p3} -> {07029.p4-eats} 
+tr {07029.t} {07029.p2-thinks} -> {07029.p1} {07029.p5} 
+tr {07029.t0|07030.t4} : b7028 {07030.p4-eats} -> {07029.f} {07030.f} {07030.p2-thinks} 
+tr {07029.t2} {07029.f} {07029.p5} -> {07029.p6} 
+tr {07029.t3|07030.t1} : a7028 {07029.f} {07030.p1} -> {07030.p3} 
+tr {07030.e} {07030.p6} {07030.p3} -> {07030.p4-eats} 
+tr {07030.t} {07030.p2-thinks} -> {07030.p1} {07030.p5} 
+tr {07030.t0|07031.t4} : b7029 {07031.p4-eats} -> {07030.f} {07031.f} {07031.p2-thinks} 
+tr {07030.t2} {07030.f} {07030.p5} -> {07030.p6} 
+tr {07030.t3|07031.t1} : a7029 {07030.f} {07031.p1} -> {07031.p3} 
+tr {07031.e} {07031.p6} {07031.p3} -> {07031.p4-eats} 
+tr {07031.t} {07031.p2-thinks} -> {07031.p1} {07031.p5} 
+tr {07031.t0|07032.t4} : b7030 {07032.p4-eats} -> {07031.f} {07032.f} {07032.p2-thinks} 
+tr {07031.t2} {07031.f} {07031.p5} -> {07031.p6} 
+tr {07031.t3|07032.t1} : a7030 {07031.f} {07032.p1} -> {07032.p3} 
+tr {07032.e} {07032.p6} {07032.p3} -> {07032.p4-eats} 
+tr {07032.t} {07032.p2-thinks} -> {07032.p1} {07032.p5} 
+tr {07032.t0|07033.t4} : b7031 {07033.p4-eats} -> {07032.f} {07033.f} {07033.p2-thinks} 
+tr {07032.t2} {07032.f} {07032.p5} -> {07032.p6} 
+tr {07032.t3|07033.t1} : a7031 {07032.f} {07033.p1} -> {07033.p3} 
+tr {07033.e} {07033.p6} {07033.p3} -> {07033.p4-eats} 
+tr {07033.t} {07033.p2-thinks} -> {07033.p1} {07033.p5} 
+tr {07033.t0|07034.t4} : b7032 {07034.p4-eats} -> {07033.f} {07034.f} {07034.p2-thinks} 
+tr {07033.t2} {07033.f} {07033.p5} -> {07033.p6} 
+tr {07033.t3|07034.t1} : a7032 {07033.f} {07034.p1} -> {07034.p3} 
+tr {07034.e} {07034.p6} {07034.p3} -> {07034.p4-eats} 
+tr {07034.t} {07034.p2-thinks} -> {07034.p1} {07034.p5} 
+tr {07034.t0|07035.t4} : b7033 {07035.p4-eats} -> {07034.f} {07035.f} {07035.p2-thinks} 
+tr {07034.t2} {07034.f} {07034.p5} -> {07034.p6} 
+tr {07034.t3|07035.t1} : a7033 {07034.f} {07035.p1} -> {07035.p3} 
+tr {07035.e} {07035.p6} {07035.p3} -> {07035.p4-eats} 
+tr {07035.t} {07035.p2-thinks} -> {07035.p1} {07035.p5} 
+tr {07035.t0|07036.t4} : b7034 {07036.p4-eats} -> {07035.f} {07036.f} {07036.p2-thinks} 
+tr {07035.t2} {07035.f} {07035.p5} -> {07035.p6} 
+tr {07035.t3|07036.t1} : a7034 {07035.f} {07036.p1} -> {07036.p3} 
+tr {07036.e} {07036.p6} {07036.p3} -> {07036.p4-eats} 
+tr {07036.t} {07036.p2-thinks} -> {07036.p1} {07036.p5} 
+tr {07036.t0|07037.t4} : b7035 {07037.p4-eats} -> {07036.f} {07037.f} {07037.p2-thinks} 
+tr {07036.t2} {07036.f} {07036.p5} -> {07036.p6} 
+tr {07036.t3|07037.t1} : a7035 {07036.f} {07037.p1} -> {07037.p3} 
+tr {07037.e} {07037.p6} {07037.p3} -> {07037.p4-eats} 
+tr {07037.t} {07037.p2-thinks} -> {07037.p1} {07037.p5} 
+tr {07037.t0|07038.t4} : b7036 {07038.p4-eats} -> {07037.f} {07038.f} {07038.p2-thinks} 
+tr {07037.t2} {07037.f} {07037.p5} -> {07037.p6} 
+tr {07037.t3|07038.t1} : a7036 {07037.f} {07038.p1} -> {07038.p3} 
+tr {07038.e} {07038.p6} {07038.p3} -> {07038.p4-eats} 
+tr {07038.t} {07038.p2-thinks} -> {07038.p1} {07038.p5} 
+tr {07038.t0|07039.t4} : b7037 {07039.p4-eats} -> {07038.f} {07039.f} {07039.p2-thinks} 
+tr {07038.t2} {07038.f} {07038.p5} -> {07038.p6} 
+tr {07038.t3|07039.t1} : a7037 {07038.f} {07039.p1} -> {07039.p3} 
+tr {07039.e} {07039.p6} {07039.p3} -> {07039.p4-eats} 
+tr {07039.t} {07039.p2-thinks} -> {07039.p1} {07039.p5} 
+tr {07039.t0|07040.t4} : b7038 {07040.p4-eats} -> {07039.f} {07040.f} {07040.p2-thinks} 
+tr {07039.t2} {07039.f} {07039.p5} -> {07039.p6} 
+tr {07039.t3|07040.t1} : a7038 {07039.f} {07040.p1} -> {07040.p3} 
+tr {07040.e} {07040.p6} {07040.p3} -> {07040.p4-eats} 
+tr {07040.t} {07040.p2-thinks} -> {07040.p1} {07040.p5} 
+tr {07040.t0|07041.t4} : b7039 {07041.p4-eats} -> {07040.f} {07041.f} {07041.p2-thinks} 
+tr {07040.t2} {07040.f} {07040.p5} -> {07040.p6} 
+tr {07040.t3|07041.t1} : a7039 {07040.f} {07041.p1} -> {07041.p3} 
+tr {07041.e} {07041.p6} {07041.p3} -> {07041.p4-eats} 
+tr {07041.t} {07041.p2-thinks} -> {07041.p1} {07041.p5} 
+tr {07041.t0|07042.t4} : b7040 {07042.p4-eats} -> {07041.f} {07042.f} {07042.p2-thinks} 
+tr {07041.t2} {07041.f} {07041.p5} -> {07041.p6} 
+tr {07041.t3|07042.t1} : a7040 {07041.f} {07042.p1} -> {07042.p3} 
+tr {07042.e} {07042.p6} {07042.p3} -> {07042.p4-eats} 
+tr {07042.t} {07042.p2-thinks} -> {07042.p1} {07042.p5} 
+tr {07042.t0|07043.t4} : b7041 {07043.p4-eats} -> {07042.f} {07043.f} {07043.p2-thinks} 
+tr {07042.t2} {07042.f} {07042.p5} -> {07042.p6} 
+tr {07042.t3|07043.t1} : a7041 {07042.f} {07043.p1} -> {07043.p3} 
+tr {07043.e} {07043.p6} {07043.p3} -> {07043.p4-eats} 
+tr {07043.t} {07043.p2-thinks} -> {07043.p1} {07043.p5} 
+tr {07043.t0|07044.t4} : b7042 {07044.p4-eats} -> {07043.f} {07044.f} {07044.p2-thinks} 
+tr {07043.t2} {07043.f} {07043.p5} -> {07043.p6} 
+tr {07043.t3|07044.t1} : a7042 {07043.f} {07044.p1} -> {07044.p3} 
+tr {07044.e} {07044.p6} {07044.p3} -> {07044.p4-eats} 
+tr {07044.t} {07044.p2-thinks} -> {07044.p1} {07044.p5} 
+tr {07044.t0|07045.t4} : b7043 {07045.p4-eats} -> {07044.f} {07045.f} {07045.p2-thinks} 
+tr {07044.t2} {07044.f} {07044.p5} -> {07044.p6} 
+tr {07044.t3|07045.t1} : a7043 {07044.f} {07045.p1} -> {07045.p3} 
+tr {07045.e} {07045.p6} {07045.p3} -> {07045.p4-eats} 
+tr {07045.t} {07045.p2-thinks} -> {07045.p1} {07045.p5} 
+tr {07045.t0|07046.t4} : b7044 {07046.p4-eats} -> {07045.f} {07046.f} {07046.p2-thinks} 
+tr {07045.t2} {07045.f} {07045.p5} -> {07045.p6} 
+tr {07045.t3|07046.t1} : a7044 {07045.f} {07046.p1} -> {07046.p3} 
+tr {07046.e} {07046.p6} {07046.p3} -> {07046.p4-eats} 
+tr {07046.t} {07046.p2-thinks} -> {07046.p1} {07046.p5} 
+tr {07046.t0|07047.t4} : b7045 {07047.p4-eats} -> {07046.f} {07047.f} {07047.p2-thinks} 
+tr {07046.t2} {07046.f} {07046.p5} -> {07046.p6} 
+tr {07046.t3|07047.t1} : a7045 {07046.f} {07047.p1} -> {07047.p3} 
+tr {07047.e} {07047.p6} {07047.p3} -> {07047.p4-eats} 
+tr {07047.t} {07047.p2-thinks} -> {07047.p1} {07047.p5} 
+tr {07047.t0|07048.t4} : b7046 {07048.p4-eats} -> {07047.f} {07048.f} {07048.p2-thinks} 
+tr {07047.t2} {07047.f} {07047.p5} -> {07047.p6} 
+tr {07047.t3|07048.t1} : a7046 {07047.f} {07048.p1} -> {07048.p3} 
+tr {07048.e} {07048.p6} {07048.p3} -> {07048.p4-eats} 
+tr {07048.t} {07048.p2-thinks} -> {07048.p1} {07048.p5} 
+tr {07048.t0|07049.t4} : b7047 {07049.p4-eats} -> {07048.f} {07049.f} {07049.p2-thinks} 
+tr {07048.t2} {07048.f} {07048.p5} -> {07048.p6} 
+tr {07048.t3|07049.t1} : a7047 {07048.f} {07049.p1} -> {07049.p3} 
+tr {07049.e} {07049.p6} {07049.p3} -> {07049.p4-eats} 
+tr {07049.t} {07049.p2-thinks} -> {07049.p1} {07049.p5} 
+tr {07049.t0|07050.t4} : b7048 {07050.p4-eats} -> {07049.f} {07050.f} {07050.p2-thinks} 
+tr {07049.t2} {07049.f} {07049.p5} -> {07049.p6} 
+tr {07049.t3|07050.t1} : a7048 {07049.f} {07050.p1} -> {07050.p3} 
+tr {07050.e} {07050.p6} {07050.p3} -> {07050.p4-eats} 
+tr {07050.t} {07050.p2-thinks} -> {07050.p1} {07050.p5} 
+tr {07050.t0|07051.t4} : b7049 {07051.p4-eats} -> {07050.f} {07051.f} {07051.p2-thinks} 
+tr {07050.t2} {07050.f} {07050.p5} -> {07050.p6} 
+tr {07050.t3|07051.t1} : a7049 {07050.f} {07051.p1} -> {07051.p3} 
+tr {07051.e} {07051.p6} {07051.p3} -> {07051.p4-eats} 
+tr {07051.t} {07051.p2-thinks} -> {07051.p1} {07051.p5} 
+tr {07051.t0|07052.t4} : b7050 {07052.p4-eats} -> {07051.f} {07052.f} {07052.p2-thinks} 
+tr {07051.t2} {07051.f} {07051.p5} -> {07051.p6} 
+tr {07051.t3|07052.t1} : a7050 {07051.f} {07052.p1} -> {07052.p3} 
+tr {07052.e} {07052.p6} {07052.p3} -> {07052.p4-eats} 
+tr {07052.t} {07052.p2-thinks} -> {07052.p1} {07052.p5} 
+tr {07052.t0|07053.t4} : b7051 {07053.p4-eats} -> {07052.f} {07053.f} {07053.p2-thinks} 
+tr {07052.t2} {07052.f} {07052.p5} -> {07052.p6} 
+tr {07052.t3|07053.t1} : a7051 {07052.f} {07053.p1} -> {07053.p3} 
+tr {07053.e} {07053.p6} {07053.p3} -> {07053.p4-eats} 
+tr {07053.t} {07053.p2-thinks} -> {07053.p1} {07053.p5} 
+tr {07053.t0|07054.t4} : b7052 {07054.p4-eats} -> {07053.f} {07054.f} {07054.p2-thinks} 
+tr {07053.t2} {07053.f} {07053.p5} -> {07053.p6} 
+tr {07053.t3|07054.t1} : a7052 {07053.f} {07054.p1} -> {07054.p3} 
+tr {07054.e} {07054.p6} {07054.p3} -> {07054.p4-eats} 
+tr {07054.t} {07054.p2-thinks} -> {07054.p1} {07054.p5} 
+tr {07054.t0|07055.t4} : b7053 {07055.p4-eats} -> {07054.f} {07055.f} {07055.p2-thinks} 
+tr {07054.t2} {07054.f} {07054.p5} -> {07054.p6} 
+tr {07054.t3|07055.t1} : a7053 {07054.f} {07055.p1} -> {07055.p3} 
+tr {07055.e} {07055.p6} {07055.p3} -> {07055.p4-eats} 
+tr {07055.t} {07055.p2-thinks} -> {07055.p1} {07055.p5} 
+tr {07055.t0|07056.t4} : b7054 {07056.p4-eats} -> {07055.f} {07056.f} {07056.p2-thinks} 
+tr {07055.t2} {07055.f} {07055.p5} -> {07055.p6} 
+tr {07055.t3|07056.t1} : a7054 {07055.f} {07056.p1} -> {07056.p3} 
+tr {07056.e} {07056.p6} {07056.p3} -> {07056.p4-eats} 
+tr {07056.t} {07056.p2-thinks} -> {07056.p1} {07056.p5} 
+tr {07056.t0|07057.t4} : b7055 {07057.p4-eats} -> {07056.f} {07057.f} {07057.p2-thinks} 
+tr {07056.t2} {07056.f} {07056.p5} -> {07056.p6} 
+tr {07056.t3|07057.t1} : a7055 {07056.f} {07057.p1} -> {07057.p3} 
+tr {07057.e} {07057.p6} {07057.p3} -> {07057.p4-eats} 
+tr {07057.t} {07057.p2-thinks} -> {07057.p1} {07057.p5} 
+tr {07057.t0|07058.t4} : b7056 {07058.p4-eats} -> {07057.f} {07058.f} {07058.p2-thinks} 
+tr {07057.t2} {07057.f} {07057.p5} -> {07057.p6} 
+tr {07057.t3|07058.t1} : a7056 {07057.f} {07058.p1} -> {07058.p3} 
+tr {07058.e} {07058.p6} {07058.p3} -> {07058.p4-eats} 
+tr {07058.t} {07058.p2-thinks} -> {07058.p1} {07058.p5} 
+tr {07058.t0|07059.t4} : b7057 {07059.p4-eats} -> {07058.f} {07059.f} {07059.p2-thinks} 
+tr {07058.t2} {07058.f} {07058.p5} -> {07058.p6} 
+tr {07058.t3|07059.t1} : a7057 {07058.f} {07059.p1} -> {07059.p3} 
+tr {07059.e} {07059.p6} {07059.p3} -> {07059.p4-eats} 
+tr {07059.t} {07059.p2-thinks} -> {07059.p1} {07059.p5} 
+tr {07059.t0|07060.t4} : b7058 {07060.p4-eats} -> {07059.f} {07060.f} {07060.p2-thinks} 
+tr {07059.t2} {07059.f} {07059.p5} -> {07059.p6} 
+tr {07059.t3|07060.t1} : a7058 {07059.f} {07060.p1} -> {07060.p3} 
+tr {07060.e} {07060.p6} {07060.p3} -> {07060.p4-eats} 
+tr {07060.t} {07060.p2-thinks} -> {07060.p1} {07060.p5} 
+tr {07060.t0|07061.t4} : b7059 {07061.p4-eats} -> {07060.f} {07061.f} {07061.p2-thinks} 
+tr {07060.t2} {07060.f} {07060.p5} -> {07060.p6} 
+tr {07060.t3|07061.t1} : a7059 {07060.f} {07061.p1} -> {07061.p3} 
+tr {07061.e} {07061.p6} {07061.p3} -> {07061.p4-eats} 
+tr {07061.t} {07061.p2-thinks} -> {07061.p1} {07061.p5} 
+tr {07061.t0|07062.t4} : b7060 {07062.p4-eats} -> {07061.f} {07062.f} {07062.p2-thinks} 
+tr {07061.t2} {07061.f} {07061.p5} -> {07061.p6} 
+tr {07061.t3|07062.t1} : a7060 {07061.f} {07062.p1} -> {07062.p3} 
+tr {07062.e} {07062.p6} {07062.p3} -> {07062.p4-eats} 
+tr {07062.t} {07062.p2-thinks} -> {07062.p1} {07062.p5} 
+tr {07062.t0|07063.t4} : b7061 {07063.p4-eats} -> {07062.f} {07063.f} {07063.p2-thinks} 
+tr {07062.t2} {07062.f} {07062.p5} -> {07062.p6} 
+tr {07062.t3|07063.t1} : a7061 {07062.f} {07063.p1} -> {07063.p3} 
+tr {07063.e} {07063.p6} {07063.p3} -> {07063.p4-eats} 
+tr {07063.t} {07063.p2-thinks} -> {07063.p1} {07063.p5} 
+tr {07063.t0|07064.t4} : b7062 {07064.p4-eats} -> {07063.f} {07064.f} {07064.p2-thinks} 
+tr {07063.t2} {07063.f} {07063.p5} -> {07063.p6} 
+tr {07063.t3|07064.t1} : a7062 {07063.f} {07064.p1} -> {07064.p3} 
+tr {07064.e} {07064.p6} {07064.p3} -> {07064.p4-eats} 
+tr {07064.t} {07064.p2-thinks} -> {07064.p1} {07064.p5} 
+tr {07064.t0|07065.t4} : b7063 {07065.p4-eats} -> {07064.f} {07065.f} {07065.p2-thinks} 
+tr {07064.t2} {07064.f} {07064.p5} -> {07064.p6} 
+tr {07064.t3|07065.t1} : a7063 {07064.f} {07065.p1} -> {07065.p3} 
+tr {07065.e} {07065.p6} {07065.p3} -> {07065.p4-eats} 
+tr {07065.t} {07065.p2-thinks} -> {07065.p1} {07065.p5} 
+tr {07065.t0|07066.t4} : b7064 {07066.p4-eats} -> {07065.f} {07066.f} {07066.p2-thinks} 
+tr {07065.t2} {07065.f} {07065.p5} -> {07065.p6} 
+tr {07065.t3|07066.t1} : a7064 {07065.f} {07066.p1} -> {07066.p3} 
+tr {07066.e} {07066.p6} {07066.p3} -> {07066.p4-eats} 
+tr {07066.t} {07066.p2-thinks} -> {07066.p1} {07066.p5} 
+tr {07066.t0|07067.t4} : b7065 {07067.p4-eats} -> {07066.f} {07067.f} {07067.p2-thinks} 
+tr {07066.t2} {07066.f} {07066.p5} -> {07066.p6} 
+tr {07066.t3|07067.t1} : a7065 {07066.f} {07067.p1} -> {07067.p3} 
+tr {07067.e} {07067.p6} {07067.p3} -> {07067.p4-eats} 
+tr {07067.t} {07067.p2-thinks} -> {07067.p1} {07067.p5} 
+tr {07067.t0|07068.t4} : b7066 {07068.p4-eats} -> {07067.f} {07068.f} {07068.p2-thinks} 
+tr {07067.t2} {07067.f} {07067.p5} -> {07067.p6} 
+tr {07067.t3|07068.t1} : a7066 {07067.f} {07068.p1} -> {07068.p3} 
+tr {07068.e} {07068.p6} {07068.p3} -> {07068.p4-eats} 
+tr {07068.t} {07068.p2-thinks} -> {07068.p1} {07068.p5} 
+tr {07068.t0|07069.t4} : b7067 {07069.p4-eats} -> {07068.f} {07069.f} {07069.p2-thinks} 
+tr {07068.t2} {07068.f} {07068.p5} -> {07068.p6} 
+tr {07068.t3|07069.t1} : a7067 {07068.f} {07069.p1} -> {07069.p3} 
+tr {07069.e} {07069.p6} {07069.p3} -> {07069.p4-eats} 
+tr {07069.t} {07069.p2-thinks} -> {07069.p1} {07069.p5} 
+tr {07069.t0|07070.t4} : b7068 {07070.p4-eats} -> {07069.f} {07070.f} {07070.p2-thinks} 
+tr {07069.t2} {07069.f} {07069.p5} -> {07069.p6} 
+tr {07069.t3|07070.t1} : a7068 {07069.f} {07070.p1} -> {07070.p3} 
+tr {07070.e} {07070.p6} {07070.p3} -> {07070.p4-eats} 
+tr {07070.t} {07070.p2-thinks} -> {07070.p1} {07070.p5} 
+tr {07070.t0|07071.t4} : b7069 {07071.p4-eats} -> {07070.f} {07071.f} {07071.p2-thinks} 
+tr {07070.t2} {07070.f} {07070.p5} -> {07070.p6} 
+tr {07070.t3|07071.t1} : a7069 {07070.f} {07071.p1} -> {07071.p3} 
+tr {07071.e} {07071.p6} {07071.p3} -> {07071.p4-eats} 
+tr {07071.t} {07071.p2-thinks} -> {07071.p1} {07071.p5} 
+tr {07071.t0|07072.t4} : b7070 {07072.p4-eats} -> {07071.f} {07072.f} {07072.p2-thinks} 
+tr {07071.t2} {07071.f} {07071.p5} -> {07071.p6} 
+tr {07071.t3|07072.t1} : a7070 {07071.f} {07072.p1} -> {07072.p3} 
+tr {07072.e} {07072.p6} {07072.p3} -> {07072.p4-eats} 
+tr {07072.t} {07072.p2-thinks} -> {07072.p1} {07072.p5} 
+tr {07072.t0|07073.t4} : b7071 {07073.p4-eats} -> {07072.f} {07073.f} {07073.p2-thinks} 
+tr {07072.t2} {07072.f} {07072.p5} -> {07072.p6} 
+tr {07072.t3|07073.t1} : a7071 {07072.f} {07073.p1} -> {07073.p3} 
+tr {07073.e} {07073.p6} {07073.p3} -> {07073.p4-eats} 
+tr {07073.t} {07073.p2-thinks} -> {07073.p1} {07073.p5} 
+tr {07073.t0|07074.t4} : b7072 {07074.p4-eats} -> {07073.f} {07074.f} {07074.p2-thinks} 
+tr {07073.t2} {07073.f} {07073.p5} -> {07073.p6} 
+tr {07073.t3|07074.t1} : a7072 {07073.f} {07074.p1} -> {07074.p3} 
+tr {07074.e} {07074.p6} {07074.p3} -> {07074.p4-eats} 
+tr {07074.t} {07074.p2-thinks} -> {07074.p1} {07074.p5} 
+tr {07074.t0|07075.t4} : b7073 {07075.p4-eats} -> {07074.f} {07075.f} {07075.p2-thinks} 
+tr {07074.t2} {07074.f} {07074.p5} -> {07074.p6} 
+tr {07074.t3|07075.t1} : a7073 {07074.f} {07075.p1} -> {07075.p3} 
+tr {07075.e} {07075.p6} {07075.p3} -> {07075.p4-eats} 
+tr {07075.t} {07075.p2-thinks} -> {07075.p1} {07075.p5} 
+tr {07075.t0|07076.t4} : b7074 {07076.p4-eats} -> {07075.f} {07076.f} {07076.p2-thinks} 
+tr {07075.t2} {07075.f} {07075.p5} -> {07075.p6} 
+tr {07075.t3|07076.t1} : a7074 {07075.f} {07076.p1} -> {07076.p3} 
+tr {07076.e} {07076.p6} {07076.p3} -> {07076.p4-eats} 
+tr {07076.t} {07076.p2-thinks} -> {07076.p1} {07076.p5} 
+tr {07076.t0|07077.t4} : b7075 {07077.p4-eats} -> {07076.f} {07077.f} {07077.p2-thinks} 
+tr {07076.t2} {07076.f} {07076.p5} -> {07076.p6} 
+tr {07076.t3|07077.t1} : a7075 {07076.f} {07077.p1} -> {07077.p3} 
+tr {07077.e} {07077.p6} {07077.p3} -> {07077.p4-eats} 
+tr {07077.t} {07077.p2-thinks} -> {07077.p1} {07077.p5} 
+tr {07077.t0|07078.t4} : b7076 {07078.p4-eats} -> {07077.f} {07078.f} {07078.p2-thinks} 
+tr {07077.t2} {07077.f} {07077.p5} -> {07077.p6} 
+tr {07077.t3|07078.t1} : a7076 {07077.f} {07078.p1} -> {07078.p3} 
+tr {07078.e} {07078.p6} {07078.p3} -> {07078.p4-eats} 
+tr {07078.t} {07078.p2-thinks} -> {07078.p1} {07078.p5} 
+tr {07078.t0|07079.t4} : b7077 {07079.p4-eats} -> {07078.f} {07079.f} {07079.p2-thinks} 
+tr {07078.t2} {07078.f} {07078.p5} -> {07078.p6} 
+tr {07078.t3|07079.t1} : a7077 {07078.f} {07079.p1} -> {07079.p3} 
+tr {07079.e} {07079.p6} {07079.p3} -> {07079.p4-eats} 
+tr {07079.t} {07079.p2-thinks} -> {07079.p1} {07079.p5} 
+tr {07079.t0|07080.t4} : b7078 {07080.p4-eats} -> {07079.f} {07080.f} {07080.p2-thinks} 
+tr {07079.t2} {07079.f} {07079.p5} -> {07079.p6} 
+tr {07079.t3|07080.t1} : a7078 {07079.f} {07080.p1} -> {07080.p3} 
+tr {07080.e} {07080.p6} {07080.p3} -> {07080.p4-eats} 
+tr {07080.t} {07080.p2-thinks} -> {07080.p1} {07080.p5} 
+tr {07080.t0|07081.t4} : b7079 {07081.p4-eats} -> {07080.f} {07081.f} {07081.p2-thinks} 
+tr {07080.t2} {07080.f} {07080.p5} -> {07080.p6} 
+tr {07080.t3|07081.t1} : a7079 {07080.f} {07081.p1} -> {07081.p3} 
+tr {07081.e} {07081.p6} {07081.p3} -> {07081.p4-eats} 
+tr {07081.t} {07081.p2-thinks} -> {07081.p1} {07081.p5} 
+tr {07081.t0|07082.t4} : b7080 {07082.p4-eats} -> {07081.f} {07082.f} {07082.p2-thinks} 
+tr {07081.t2} {07081.f} {07081.p5} -> {07081.p6} 
+tr {07081.t3|07082.t1} : a7080 {07081.f} {07082.p1} -> {07082.p3} 
+tr {07082.e} {07082.p6} {07082.p3} -> {07082.p4-eats} 
+tr {07082.t} {07082.p2-thinks} -> {07082.p1} {07082.p5} 
+tr {07082.t0|07083.t4} : b7081 {07083.p4-eats} -> {07082.f} {07083.f} {07083.p2-thinks} 
+tr {07082.t2} {07082.f} {07082.p5} -> {07082.p6} 
+tr {07082.t3|07083.t1} : a7081 {07082.f} {07083.p1} -> {07083.p3} 
+tr {07083.e} {07083.p6} {07083.p3} -> {07083.p4-eats} 
+tr {07083.t} {07083.p2-thinks} -> {07083.p1} {07083.p5} 
+tr {07083.t0|07084.t4} : b7082 {07084.p4-eats} -> {07083.f} {07084.f} {07084.p2-thinks} 
+tr {07083.t2} {07083.f} {07083.p5} -> {07083.p6} 
+tr {07083.t3|07084.t1} : a7082 {07083.f} {07084.p1} -> {07084.p3} 
+tr {07084.e} {07084.p6} {07084.p3} -> {07084.p4-eats} 
+tr {07084.t} {07084.p2-thinks} -> {07084.p1} {07084.p5} 
+tr {07084.t0|07085.t4} : b7083 {07085.p4-eats} -> {07084.f} {07085.f} {07085.p2-thinks} 
+tr {07084.t2} {07084.f} {07084.p5} -> {07084.p6} 
+tr {07084.t3|07085.t1} : a7083 {07084.f} {07085.p1} -> {07085.p3} 
+tr {07085.e} {07085.p6} {07085.p3} -> {07085.p4-eats} 
+tr {07085.t} {07085.p2-thinks} -> {07085.p1} {07085.p5} 
+tr {07085.t0|07086.t4} : b7084 {07086.p4-eats} -> {07085.f} {07086.f} {07086.p2-thinks} 
+tr {07085.t2} {07085.f} {07085.p5} -> {07085.p6} 
+tr {07085.t3|07086.t1} : a7084 {07085.f} {07086.p1} -> {07086.p3} 
+tr {07086.e} {07086.p6} {07086.p3} -> {07086.p4-eats} 
+tr {07086.t} {07086.p2-thinks} -> {07086.p1} {07086.p5} 
+tr {07086.t0|07087.t4} : b7085 {07087.p4-eats} -> {07086.f} {07087.f} {07087.p2-thinks} 
+tr {07086.t2} {07086.f} {07086.p5} -> {07086.p6} 
+tr {07086.t3|07087.t1} : a7085 {07086.f} {07087.p1} -> {07087.p3} 
+tr {07087.e} {07087.p6} {07087.p3} -> {07087.p4-eats} 
+tr {07087.t} {07087.p2-thinks} -> {07087.p1} {07087.p5} 
+tr {07087.t0|07088.t4} : b7086 {07088.p4-eats} -> {07087.f} {07088.f} {07088.p2-thinks} 
+tr {07087.t2} {07087.f} {07087.p5} -> {07087.p6} 
+tr {07087.t3|07088.t1} : a7086 {07087.f} {07088.p1} -> {07088.p3} 
+tr {07088.e} {07088.p6} {07088.p3} -> {07088.p4-eats} 
+tr {07088.t} {07088.p2-thinks} -> {07088.p1} {07088.p5} 
+tr {07088.t0|07089.t4} : b7087 {07089.p4-eats} -> {07088.f} {07089.f} {07089.p2-thinks} 
+tr {07088.t2} {07088.f} {07088.p5} -> {07088.p6} 
+tr {07088.t3|07089.t1} : a7087 {07088.f} {07089.p1} -> {07089.p3} 
+tr {07089.e} {07089.p6} {07089.p3} -> {07089.p4-eats} 
+tr {07089.t} {07089.p2-thinks} -> {07089.p1} {07089.p5} 
+tr {07089.t0|07090.t4} : b7088 {07090.p4-eats} -> {07089.f} {07090.f} {07090.p2-thinks} 
+tr {07089.t2} {07089.f} {07089.p5} -> {07089.p6} 
+tr {07089.t3|07090.t1} : a7088 {07089.f} {07090.p1} -> {07090.p3} 
+tr {07090.e} {07090.p6} {07090.p3} -> {07090.p4-eats} 
+tr {07090.t} {07090.p2-thinks} -> {07090.p1} {07090.p5} 
+tr {07090.t0|07091.t4} : b7089 {07091.p4-eats} -> {07090.f} {07091.f} {07091.p2-thinks} 
+tr {07090.t2} {07090.f} {07090.p5} -> {07090.p6} 
+tr {07090.t3|07091.t1} : a7089 {07090.f} {07091.p1} -> {07091.p3} 
+tr {07091.e} {07091.p6} {07091.p3} -> {07091.p4-eats} 
+tr {07091.t} {07091.p2-thinks} -> {07091.p1} {07091.p5} 
+tr {07091.t0|07092.t4} : b7090 {07092.p4-eats} -> {07091.f} {07092.f} {07092.p2-thinks} 
+tr {07091.t2} {07091.f} {07091.p5} -> {07091.p6} 
+tr {07091.t3|07092.t1} : a7090 {07091.f} {07092.p1} -> {07092.p3} 
+tr {07092.e} {07092.p6} {07092.p3} -> {07092.p4-eats} 
+tr {07092.t} {07092.p2-thinks} -> {07092.p1} {07092.p5} 
+tr {07092.t0|07093.t4} : b7091 {07093.p4-eats} -> {07092.f} {07093.f} {07093.p2-thinks} 
+tr {07092.t2} {07092.f} {07092.p5} -> {07092.p6} 
+tr {07092.t3|07093.t1} : a7091 {07092.f} {07093.p1} -> {07093.p3} 
+tr {07093.e} {07093.p6} {07093.p3} -> {07093.p4-eats} 
+tr {07093.t} {07093.p2-thinks} -> {07093.p1} {07093.p5} 
+tr {07093.t0|07094.t4} : b7092 {07094.p4-eats} -> {07093.f} {07094.f} {07094.p2-thinks} 
+tr {07093.t2} {07093.f} {07093.p5} -> {07093.p6} 
+tr {07093.t3|07094.t1} : a7092 {07093.f} {07094.p1} -> {07094.p3} 
+tr {07094.e} {07094.p6} {07094.p3} -> {07094.p4-eats} 
+tr {07094.t} {07094.p2-thinks} -> {07094.p1} {07094.p5} 
+tr {07094.t0|07095.t4} : b7093 {07095.p4-eats} -> {07094.f} {07095.f} {07095.p2-thinks} 
+tr {07094.t2} {07094.f} {07094.p5} -> {07094.p6} 
+tr {07094.t3|07095.t1} : a7093 {07094.f} {07095.p1} -> {07095.p3} 
+tr {07095.e} {07095.p6} {07095.p3} -> {07095.p4-eats} 
+tr {07095.t} {07095.p2-thinks} -> {07095.p1} {07095.p5} 
+tr {07095.t0|07096.t4} : b7094 {07096.p4-eats} -> {07095.f} {07096.f} {07096.p2-thinks} 
+tr {07095.t2} {07095.f} {07095.p5} -> {07095.p6} 
+tr {07095.t3|07096.t1} : a7094 {07095.f} {07096.p1} -> {07096.p3} 
+tr {07096.e} {07096.p6} {07096.p3} -> {07096.p4-eats} 
+tr {07096.t} {07096.p2-thinks} -> {07096.p1} {07096.p5} 
+tr {07096.t0|07097.t4} : b7095 {07097.p4-eats} -> {07096.f} {07097.f} {07097.p2-thinks} 
+tr {07096.t2} {07096.f} {07096.p5} -> {07096.p6} 
+tr {07096.t3|07097.t1} : a7095 {07096.f} {07097.p1} -> {07097.p3} 
+tr {07097.e} {07097.p6} {07097.p3} -> {07097.p4-eats} 
+tr {07097.t} {07097.p2-thinks} -> {07097.p1} {07097.p5} 
+tr {07097.t0|07098.t4} : b7096 {07098.p4-eats} -> {07097.f} {07098.f} {07098.p2-thinks} 
+tr {07097.t2} {07097.f} {07097.p5} -> {07097.p6} 
+tr {07097.t3|07098.t1} : a7096 {07097.f} {07098.p1} -> {07098.p3} 
+tr {07098.e} {07098.p6} {07098.p3} -> {07098.p4-eats} 
+tr {07098.t} {07098.p2-thinks} -> {07098.p1} {07098.p5} 
+tr {07098.t0|07099.t4} : b7097 {07099.p4-eats} -> {07098.f} {07099.f} {07099.p2-thinks} 
+tr {07098.t2} {07098.f} {07098.p5} -> {07098.p6} 
+tr {07098.t3|07099.t1} : a7097 {07098.f} {07099.p1} -> {07099.p3} 
+tr {07099.e} {07099.p6} {07099.p3} -> {07099.p4-eats} 
+tr {07099.t} {07099.p2-thinks} -> {07099.p1} {07099.p5} 
+tr {07099.t0|07100.t4} : b7098 {07100.p4-eats} -> {07099.f} {07100.f} {07100.p2-thinks} 
+tr {07099.t2} {07099.f} {07099.p5} -> {07099.p6} 
+tr {07099.t3|07100.t1} : a7098 {07099.f} {07100.p1} -> {07100.p3} 
+tr {07100.e} {07100.p6} {07100.p3} -> {07100.p4-eats} 
+tr {07100.t} {07100.p2-thinks} -> {07100.p1} {07100.p5} 
+tr {07100.t0|07101.t4} : b7099 {07101.p4-eats} -> {07100.f} {07101.f} {07101.p2-thinks} 
+tr {07100.t2} {07100.f} {07100.p5} -> {07100.p6} 
+tr {07100.t3|07101.t1} : a7099 {07100.f} {07101.p1} -> {07101.p3} 
+tr {07101.e} {07101.p6} {07101.p3} -> {07101.p4-eats} 
+tr {07101.t} {07101.p2-thinks} -> {07101.p1} {07101.p5} 
+tr {07101.t0|07102.t4} : b7100 {07102.p4-eats} -> {07101.f} {07102.f} {07102.p2-thinks} 
+tr {07101.t2} {07101.f} {07101.p5} -> {07101.p6} 
+tr {07101.t3|07102.t1} : a7100 {07101.f} {07102.p1} -> {07102.p3} 
+tr {07102.e} {07102.p6} {07102.p3} -> {07102.p4-eats} 
+tr {07102.t} {07102.p2-thinks} -> {07102.p1} {07102.p5} 
+tr {07102.t0|07103.t4} : b7101 {07103.p4-eats} -> {07102.f} {07103.f} {07103.p2-thinks} 
+tr {07102.t2} {07102.f} {07102.p5} -> {07102.p6} 
+tr {07102.t3|07103.t1} : a7101 {07102.f} {07103.p1} -> {07103.p3} 
+tr {07103.e} {07103.p6} {07103.p3} -> {07103.p4-eats} 
+tr {07103.t} {07103.p2-thinks} -> {07103.p1} {07103.p5} 
+tr {07103.t0|07104.t4} : b7102 {07104.p4-eats} -> {07103.f} {07104.f} {07104.p2-thinks} 
+tr {07103.t2} {07103.f} {07103.p5} -> {07103.p6} 
+tr {07103.t3|07104.t1} : a7102 {07103.f} {07104.p1} -> {07104.p3} 
+tr {07104.e} {07104.p6} {07104.p3} -> {07104.p4-eats} 
+tr {07104.t} {07104.p2-thinks} -> {07104.p1} {07104.p5} 
+tr {07104.t0|07105.t4} : b7103 {07105.p4-eats} -> {07104.f} {07105.f} {07105.p2-thinks} 
+tr {07104.t2} {07104.f} {07104.p5} -> {07104.p6} 
+tr {07104.t3|07105.t1} : a7103 {07104.f} {07105.p1} -> {07105.p3} 
+tr {07105.e} {07105.p6} {07105.p3} -> {07105.p4-eats} 
+tr {07105.t} {07105.p2-thinks} -> {07105.p1} {07105.p5} 
+tr {07105.t0|07106.t4} : b7104 {07106.p4-eats} -> {07105.f} {07106.f} {07106.p2-thinks} 
+tr {07105.t2} {07105.f} {07105.p5} -> {07105.p6} 
+tr {07105.t3|07106.t1} : a7104 {07105.f} {07106.p1} -> {07106.p3} 
+tr {07106.e} {07106.p6} {07106.p3} -> {07106.p4-eats} 
+tr {07106.t} {07106.p2-thinks} -> {07106.p1} {07106.p5} 
+tr {07106.t0|07107.t4} : b7105 {07107.p4-eats} -> {07106.f} {07107.f} {07107.p2-thinks} 
+tr {07106.t2} {07106.f} {07106.p5} -> {07106.p6} 
+tr {07106.t3|07107.t1} : a7105 {07106.f} {07107.p1} -> {07107.p3} 
+tr {07107.e} {07107.p6} {07107.p3} -> {07107.p4-eats} 
+tr {07107.t} {07107.p2-thinks} -> {07107.p1} {07107.p5} 
+tr {07107.t0|07108.t4} : b7106 {07108.p4-eats} -> {07107.f} {07108.f} {07108.p2-thinks} 
+tr {07107.t2} {07107.f} {07107.p5} -> {07107.p6} 
+tr {07107.t3|07108.t1} : a7106 {07107.f} {07108.p1} -> {07108.p3} 
+tr {07108.e} {07108.p6} {07108.p3} -> {07108.p4-eats} 
+tr {07108.t} {07108.p2-thinks} -> {07108.p1} {07108.p5} 
+tr {07108.t0|07109.t4} : b7107 {07109.p4-eats} -> {07108.f} {07109.f} {07109.p2-thinks} 
+tr {07108.t2} {07108.f} {07108.p5} -> {07108.p6} 
+tr {07108.t3|07109.t1} : a7107 {07108.f} {07109.p1} -> {07109.p3} 
+tr {07109.e} {07109.p6} {07109.p3} -> {07109.p4-eats} 
+tr {07109.t} {07109.p2-thinks} -> {07109.p1} {07109.p5} 
+tr {07109.t0|07110.t4} : b7108 {07110.p4-eats} -> {07109.f} {07110.f} {07110.p2-thinks} 
+tr {07109.t2} {07109.f} {07109.p5} -> {07109.p6} 
+tr {07109.t3|07110.t1} : a7108 {07109.f} {07110.p1} -> {07110.p3} 
+tr {07110.e} {07110.p6} {07110.p3} -> {07110.p4-eats} 
+tr {07110.t} {07110.p2-thinks} -> {07110.p1} {07110.p5} 
+tr {07110.t0|07111.t4} : b7109 {07111.p4-eats} -> {07110.f} {07111.f} {07111.p2-thinks} 
+tr {07110.t2} {07110.f} {07110.p5} -> {07110.p6} 
+tr {07110.t3|07111.t1} : a7109 {07110.f} {07111.p1} -> {07111.p3} 
+tr {07111.e} {07111.p6} {07111.p3} -> {07111.p4-eats} 
+tr {07111.t} {07111.p2-thinks} -> {07111.p1} {07111.p5} 
+tr {07111.t0|07112.t4} : b7110 {07112.p4-eats} -> {07111.f} {07112.f} {07112.p2-thinks} 
+tr {07111.t2} {07111.f} {07111.p5} -> {07111.p6} 
+tr {07111.t3|07112.t1} : a7110 {07111.f} {07112.p1} -> {07112.p3} 
+tr {07112.e} {07112.p6} {07112.p3} -> {07112.p4-eats} 
+tr {07112.t} {07112.p2-thinks} -> {07112.p1} {07112.p5} 
+tr {07112.t0|07113.t4} : b7111 {07113.p4-eats} -> {07112.f} {07113.f} {07113.p2-thinks} 
+tr {07112.t2} {07112.f} {07112.p5} -> {07112.p6} 
+tr {07112.t3|07113.t1} : a7111 {07112.f} {07113.p1} -> {07113.p3} 
+tr {07113.e} {07113.p6} {07113.p3} -> {07113.p4-eats} 
+tr {07113.t} {07113.p2-thinks} -> {07113.p1} {07113.p5} 
+tr {07113.t0|07114.t4} : b7112 {07114.p4-eats} -> {07113.f} {07114.f} {07114.p2-thinks} 
+tr {07113.t2} {07113.f} {07113.p5} -> {07113.p6} 
+tr {07113.t3|07114.t1} : a7112 {07113.f} {07114.p1} -> {07114.p3} 
+tr {07114.e} {07114.p6} {07114.p3} -> {07114.p4-eats} 
+tr {07114.t} {07114.p2-thinks} -> {07114.p1} {07114.p5} 
+tr {07114.t0|07115.t4} : b7113 {07115.p4-eats} -> {07114.f} {07115.f} {07115.p2-thinks} 
+tr {07114.t2} {07114.f} {07114.p5} -> {07114.p6} 
+tr {07114.t3|07115.t1} : a7113 {07114.f} {07115.p1} -> {07115.p3} 
+tr {07115.e} {07115.p6} {07115.p3} -> {07115.p4-eats} 
+tr {07115.t} {07115.p2-thinks} -> {07115.p1} {07115.p5} 
+tr {07115.t0|07116.t4} : b7114 {07116.p4-eats} -> {07115.f} {07116.f} {07116.p2-thinks} 
+tr {07115.t2} {07115.f} {07115.p5} -> {07115.p6} 
+tr {07115.t3|07116.t1} : a7114 {07115.f} {07116.p1} -> {07116.p3} 
+tr {07116.e} {07116.p6} {07116.p3} -> {07116.p4-eats} 
+tr {07116.t} {07116.p2-thinks} -> {07116.p1} {07116.p5} 
+tr {07116.t0|07117.t4} : b7115 {07117.p4-eats} -> {07116.f} {07117.f} {07117.p2-thinks} 
+tr {07116.t2} {07116.f} {07116.p5} -> {07116.p6} 
+tr {07116.t3|07117.t1} : a7115 {07116.f} {07117.p1} -> {07117.p3} 
+tr {07117.e} {07117.p6} {07117.p3} -> {07117.p4-eats} 
+tr {07117.t} {07117.p2-thinks} -> {07117.p1} {07117.p5} 
+tr {07117.t0|07118.t4} : b7116 {07118.p4-eats} -> {07117.f} {07118.f} {07118.p2-thinks} 
+tr {07117.t2} {07117.f} {07117.p5} -> {07117.p6} 
+tr {07117.t3|07118.t1} : a7116 {07117.f} {07118.p1} -> {07118.p3} 
+tr {07118.e} {07118.p6} {07118.p3} -> {07118.p4-eats} 
+tr {07118.t} {07118.p2-thinks} -> {07118.p1} {07118.p5} 
+tr {07118.t0|07119.t4} : b7117 {07119.p4-eats} -> {07118.f} {07119.f} {07119.p2-thinks} 
+tr {07118.t2} {07118.f} {07118.p5} -> {07118.p6} 
+tr {07118.t3|07119.t1} : a7117 {07118.f} {07119.p1} -> {07119.p3} 
+tr {07119.e} {07119.p6} {07119.p3} -> {07119.p4-eats} 
+tr {07119.t} {07119.p2-thinks} -> {07119.p1} {07119.p5} 
+tr {07119.t0|07120.t4} : b7118 {07120.p4-eats} -> {07119.f} {07120.f} {07120.p2-thinks} 
+tr {07119.t2} {07119.f} {07119.p5} -> {07119.p6} 
+tr {07119.t3|07120.t1} : a7118 {07119.f} {07120.p1} -> {07120.p3} 
+tr {07120.e} {07120.p6} {07120.p3} -> {07120.p4-eats} 
+tr {07120.t} {07120.p2-thinks} -> {07120.p1} {07120.p5} 
+tr {07120.t0|07121.t4} : b7119 {07121.p4-eats} -> {07120.f} {07121.f} {07121.p2-thinks} 
+tr {07120.t2} {07120.f} {07120.p5} -> {07120.p6} 
+tr {07120.t3|07121.t1} : a7119 {07120.f} {07121.p1} -> {07121.p3} 
+tr {07121.e} {07121.p6} {07121.p3} -> {07121.p4-eats} 
+tr {07121.t} {07121.p2-thinks} -> {07121.p1} {07121.p5} 
+tr {07121.t0|07122.t4} : b7120 {07122.p4-eats} -> {07121.f} {07122.f} {07122.p2-thinks} 
+tr {07121.t2} {07121.f} {07121.p5} -> {07121.p6} 
+tr {07121.t3|07122.t1} : a7120 {07121.f} {07122.p1} -> {07122.p3} 
+tr {07122.e} {07122.p6} {07122.p3} -> {07122.p4-eats} 
+tr {07122.t} {07122.p2-thinks} -> {07122.p1} {07122.p5} 
+tr {07122.t0|07123.t4} : b7121 {07123.p4-eats} -> {07122.f} {07123.f} {07123.p2-thinks} 
+tr {07122.t2} {07122.f} {07122.p5} -> {07122.p6} 
+tr {07122.t3|07123.t1} : a7121 {07122.f} {07123.p1} -> {07123.p3} 
+tr {07123.e} {07123.p6} {07123.p3} -> {07123.p4-eats} 
+tr {07123.t} {07123.p2-thinks} -> {07123.p1} {07123.p5} 
+tr {07123.t0|07124.t4} : b7122 {07124.p4-eats} -> {07123.f} {07124.f} {07124.p2-thinks} 
+tr {07123.t2} {07123.f} {07123.p5} -> {07123.p6} 
+tr {07123.t3|07124.t1} : a7122 {07123.f} {07124.p1} -> {07124.p3} 
+tr {07124.e} {07124.p6} {07124.p3} -> {07124.p4-eats} 
+tr {07124.t} {07124.p2-thinks} -> {07124.p1} {07124.p5} 
+tr {07124.t0|07125.t4} : b7123 {07125.p4-eats} -> {07124.f} {07125.f} {07125.p2-thinks} 
+tr {07124.t2} {07124.f} {07124.p5} -> {07124.p6} 
+tr {07124.t3|07125.t1} : a7123 {07124.f} {07125.p1} -> {07125.p3} 
+tr {07125.e} {07125.p6} {07125.p3} -> {07125.p4-eats} 
+tr {07125.t} {07125.p2-thinks} -> {07125.p1} {07125.p5} 
+tr {07125.t0|07126.t4} : b7124 {07126.p4-eats} -> {07125.f} {07126.f} {07126.p2-thinks} 
+tr {07125.t2} {07125.f} {07125.p5} -> {07125.p6} 
+tr {07125.t3|07126.t1} : a7124 {07125.f} {07126.p1} -> {07126.p3} 
+tr {07126.e} {07126.p6} {07126.p3} -> {07126.p4-eats} 
+tr {07126.t} {07126.p2-thinks} -> {07126.p1} {07126.p5} 
+tr {07126.t0|07127.t4} : b7125 {07127.p4-eats} -> {07126.f} {07127.f} {07127.p2-thinks} 
+tr {07126.t2} {07126.f} {07126.p5} -> {07126.p6} 
+tr {07126.t3|07127.t1} : a7125 {07126.f} {07127.p1} -> {07127.p3} 
+tr {07127.e} {07127.p6} {07127.p3} -> {07127.p4-eats} 
+tr {07127.t} {07127.p2-thinks} -> {07127.p1} {07127.p5} 
+tr {07127.t0|07128.t4} : b7126 {07128.p4-eats} -> {07127.f} {07128.f} {07128.p2-thinks} 
+tr {07127.t2} {07127.f} {07127.p5} -> {07127.p6} 
+tr {07127.t3|07128.t1} : a7126 {07127.f} {07128.p1} -> {07128.p3} 
+tr {07128.e} {07128.p6} {07128.p3} -> {07128.p4-eats} 
+tr {07128.t} {07128.p2-thinks} -> {07128.p1} {07128.p5} 
+tr {07128.t0|07129.t4} : b7127 {07129.p4-eats} -> {07128.f} {07129.f} {07129.p2-thinks} 
+tr {07128.t2} {07128.f} {07128.p5} -> {07128.p6} 
+tr {07128.t3|07129.t1} : a7127 {07128.f} {07129.p1} -> {07129.p3} 
+tr {07129.e} {07129.p6} {07129.p3} -> {07129.p4-eats} 
+tr {07129.t} {07129.p2-thinks} -> {07129.p1} {07129.p5} 
+tr {07129.t0|07130.t4} : b7128 {07130.p4-eats} -> {07129.f} {07130.f} {07130.p2-thinks} 
+tr {07129.t2} {07129.f} {07129.p5} -> {07129.p6} 
+tr {07129.t3|07130.t1} : a7128 {07129.f} {07130.p1} -> {07130.p3} 
+tr {07130.e} {07130.p6} {07130.p3} -> {07130.p4-eats} 
+tr {07130.t} {07130.p2-thinks} -> {07130.p1} {07130.p5} 
+tr {07130.t0|07131.t4} : b7129 {07131.p4-eats} -> {07130.f} {07131.f} {07131.p2-thinks} 
+tr {07130.t2} {07130.f} {07130.p5} -> {07130.p6} 
+tr {07130.t3|07131.t1} : a7129 {07130.f} {07131.p1} -> {07131.p3} 
+tr {07131.e} {07131.p6} {07131.p3} -> {07131.p4-eats} 
+tr {07131.t} {07131.p2-thinks} -> {07131.p1} {07131.p5} 
+tr {07131.t0|07132.t4} : b7130 {07132.p4-eats} -> {07131.f} {07132.f} {07132.p2-thinks} 
+tr {07131.t2} {07131.f} {07131.p5} -> {07131.p6} 
+tr {07131.t3|07132.t1} : a7130 {07131.f} {07132.p1} -> {07132.p3} 
+tr {07132.e} {07132.p6} {07132.p3} -> {07132.p4-eats} 
+tr {07132.t} {07132.p2-thinks} -> {07132.p1} {07132.p5} 
+tr {07132.t0|07133.t4} : b7131 {07133.p4-eats} -> {07132.f} {07133.f} {07133.p2-thinks} 
+tr {07132.t2} {07132.f} {07132.p5} -> {07132.p6} 
+tr {07132.t3|07133.t1} : a7131 {07132.f} {07133.p1} -> {07133.p3} 
+tr {07133.e} {07133.p6} {07133.p3} -> {07133.p4-eats} 
+tr {07133.t} {07133.p2-thinks} -> {07133.p1} {07133.p5} 
+tr {07133.t0|07134.t4} : b7132 {07134.p4-eats} -> {07133.f} {07134.f} {07134.p2-thinks} 
+tr {07133.t2} {07133.f} {07133.p5} -> {07133.p6} 
+tr {07133.t3|07134.t1} : a7132 {07133.f} {07134.p1} -> {07134.p3} 
+tr {07134.e} {07134.p6} {07134.p3} -> {07134.p4-eats} 
+tr {07134.t} {07134.p2-thinks} -> {07134.p1} {07134.p5} 
+tr {07134.t0|07135.t4} : b7133 {07135.p4-eats} -> {07134.f} {07135.f} {07135.p2-thinks} 
+tr {07134.t2} {07134.f} {07134.p5} -> {07134.p6} 
+tr {07134.t3|07135.t1} : a7133 {07134.f} {07135.p1} -> {07135.p3} 
+tr {07135.e} {07135.p6} {07135.p3} -> {07135.p4-eats} 
+tr {07135.t} {07135.p2-thinks} -> {07135.p1} {07135.p5} 
+tr {07135.t0|07136.t4} : b7134 {07136.p4-eats} -> {07135.f} {07136.f} {07136.p2-thinks} 
+tr {07135.t2} {07135.f} {07135.p5} -> {07135.p6} 
+tr {07135.t3|07136.t1} : a7134 {07135.f} {07136.p1} -> {07136.p3} 
+tr {07136.e} {07136.p6} {07136.p3} -> {07136.p4-eats} 
+tr {07136.t} {07136.p2-thinks} -> {07136.p1} {07136.p5} 
+tr {07136.t0|07137.t4} : b7135 {07137.p4-eats} -> {07136.f} {07137.f} {07137.p2-thinks} 
+tr {07136.t2} {07136.f} {07136.p5} -> {07136.p6} 
+tr {07136.t3|07137.t1} : a7135 {07136.f} {07137.p1} -> {07137.p3} 
+tr {07137.e} {07137.p6} {07137.p3} -> {07137.p4-eats} 
+tr {07137.t} {07137.p2-thinks} -> {07137.p1} {07137.p5} 
+tr {07137.t0|07138.t4} : b7136 {07138.p4-eats} -> {07137.f} {07138.f} {07138.p2-thinks} 
+tr {07137.t2} {07137.f} {07137.p5} -> {07137.p6} 
+tr {07137.t3|07138.t1} : a7136 {07137.f} {07138.p1} -> {07138.p3} 
+tr {07138.e} {07138.p6} {07138.p3} -> {07138.p4-eats} 
+tr {07138.t} {07138.p2-thinks} -> {07138.p1} {07138.p5} 
+tr {07138.t0|07139.t4} : b7137 {07139.p4-eats} -> {07138.f} {07139.f} {07139.p2-thinks} 
+tr {07138.t2} {07138.f} {07138.p5} -> {07138.p6} 
+tr {07138.t3|07139.t1} : a7137 {07138.f} {07139.p1} -> {07139.p3} 
+tr {07139.e} {07139.p6} {07139.p3} -> {07139.p4-eats} 
+tr {07139.t} {07139.p2-thinks} -> {07139.p1} {07139.p5} 
+tr {07139.t0|07140.t4} : b7138 {07140.p4-eats} -> {07139.f} {07140.f} {07140.p2-thinks} 
+tr {07139.t2} {07139.f} {07139.p5} -> {07139.p6} 
+tr {07139.t3|07140.t1} : a7138 {07139.f} {07140.p1} -> {07140.p3} 
+tr {07140.e} {07140.p6} {07140.p3} -> {07140.p4-eats} 
+tr {07140.t} {07140.p2-thinks} -> {07140.p1} {07140.p5} 
+tr {07140.t0|07141.t4} : b7139 {07141.p4-eats} -> {07140.f} {07141.f} {07141.p2-thinks} 
+tr {07140.t2} {07140.f} {07140.p5} -> {07140.p6} 
+tr {07140.t3|07141.t1} : a7139 {07140.f} {07141.p1} -> {07141.p3} 
+tr {07141.e} {07141.p6} {07141.p3} -> {07141.p4-eats} 
+tr {07141.t} {07141.p2-thinks} -> {07141.p1} {07141.p5} 
+tr {07141.t0|07142.t4} : b7140 {07142.p4-eats} -> {07141.f} {07142.f} {07142.p2-thinks} 
+tr {07141.t2} {07141.f} {07141.p5} -> {07141.p6} 
+tr {07141.t3|07142.t1} : a7140 {07141.f} {07142.p1} -> {07142.p3} 
+tr {07142.e} {07142.p6} {07142.p3} -> {07142.p4-eats} 
+tr {07142.t} {07142.p2-thinks} -> {07142.p1} {07142.p5} 
+tr {07142.t0|07143.t4} : b7141 {07143.p4-eats} -> {07142.f} {07143.f} {07143.p2-thinks} 
+tr {07142.t2} {07142.f} {07142.p5} -> {07142.p6} 
+tr {07142.t3|07143.t1} : a7141 {07142.f} {07143.p1} -> {07143.p3} 
+tr {07143.e} {07143.p6} {07143.p3} -> {07143.p4-eats} 
+tr {07143.t} {07143.p2-thinks} -> {07143.p1} {07143.p5} 
+tr {07143.t0|07144.t4} : b7142 {07144.p4-eats} -> {07143.f} {07144.f} {07144.p2-thinks} 
+tr {07143.t2} {07143.f} {07143.p5} -> {07143.p6} 
+tr {07143.t3|07144.t1} : a7142 {07143.f} {07144.p1} -> {07144.p3} 
+tr {07144.e} {07144.p6} {07144.p3} -> {07144.p4-eats} 
+tr {07144.t} {07144.p2-thinks} -> {07144.p1} {07144.p5} 
+tr {07144.t0|07145.t4} : b7143 {07145.p4-eats} -> {07144.f} {07145.f} {07145.p2-thinks} 
+tr {07144.t2} {07144.f} {07144.p5} -> {07144.p6} 
+tr {07144.t3|07145.t1} : a7143 {07144.f} {07145.p1} -> {07145.p3} 
+tr {07145.e} {07145.p6} {07145.p3} -> {07145.p4-eats} 
+tr {07145.t} {07145.p2-thinks} -> {07145.p1} {07145.p5} 
+tr {07145.t0|07146.t4} : b7144 {07146.p4-eats} -> {07145.f} {07146.f} {07146.p2-thinks} 
+tr {07145.t2} {07145.f} {07145.p5} -> {07145.p6} 
+tr {07145.t3|07146.t1} : a7144 {07145.f} {07146.p1} -> {07146.p3} 
+tr {07146.e} {07146.p6} {07146.p3} -> {07146.p4-eats} 
+tr {07146.t} {07146.p2-thinks} -> {07146.p1} {07146.p5} 
+tr {07146.t0|07147.t4} : b7145 {07147.p4-eats} -> {07146.f} {07147.f} {07147.p2-thinks} 
+tr {07146.t2} {07146.f} {07146.p5} -> {07146.p6} 
+tr {07146.t3|07147.t1} : a7145 {07146.f} {07147.p1} -> {07147.p3} 
+tr {07147.e} {07147.p6} {07147.p3} -> {07147.p4-eats} 
+tr {07147.t} {07147.p2-thinks} -> {07147.p1} {07147.p5} 
+tr {07147.t0|07148.t4} : b7146 {07148.p4-eats} -> {07147.f} {07148.f} {07148.p2-thinks} 
+tr {07147.t2} {07147.f} {07147.p5} -> {07147.p6} 
+tr {07147.t3|07148.t1} : a7146 {07147.f} {07148.p1} -> {07148.p3} 
+tr {07148.e} {07148.p6} {07148.p3} -> {07148.p4-eats} 
+tr {07148.t} {07148.p2-thinks} -> {07148.p1} {07148.p5} 
+tr {07148.t0|07149.t4} : b7147 {07149.p4-eats} -> {07148.f} {07149.f} {07149.p2-thinks} 
+tr {07148.t2} {07148.f} {07148.p5} -> {07148.p6} 
+tr {07148.t3|07149.t1} : a7147 {07148.f} {07149.p1} -> {07149.p3} 
+tr {07149.e} {07149.p6} {07149.p3} -> {07149.p4-eats} 
+tr {07149.t} {07149.p2-thinks} -> {07149.p1} {07149.p5} 
+tr {07149.t0|07150.t4} : b7148 {07150.p4-eats} -> {07149.f} {07150.f} {07150.p2-thinks} 
+tr {07149.t2} {07149.f} {07149.p5} -> {07149.p6} 
+tr {07149.t3|07150.t1} : a7148 {07149.f} {07150.p1} -> {07150.p3} 
+tr {07150.e} {07150.p6} {07150.p3} -> {07150.p4-eats} 
+tr {07150.t} {07150.p2-thinks} -> {07150.p1} {07150.p5} 
+tr {07150.t0|07151.t4} : b7149 {07151.p4-eats} -> {07150.f} {07151.f} {07151.p2-thinks} 
+tr {07150.t2} {07150.f} {07150.p5} -> {07150.p6} 
+tr {07150.t3|07151.t1} : a7149 {07150.f} {07151.p1} -> {07151.p3} 
+tr {07151.e} {07151.p6} {07151.p3} -> {07151.p4-eats} 
+tr {07151.t} {07151.p2-thinks} -> {07151.p1} {07151.p5} 
+tr {07151.t0|07152.t4} : b7150 {07152.p4-eats} -> {07151.f} {07152.f} {07152.p2-thinks} 
+tr {07151.t2} {07151.f} {07151.p5} -> {07151.p6} 
+tr {07151.t3|07152.t1} : a7150 {07151.f} {07152.p1} -> {07152.p3} 
+tr {07152.e} {07152.p6} {07152.p3} -> {07152.p4-eats} 
+tr {07152.t} {07152.p2-thinks} -> {07152.p1} {07152.p5} 
+tr {07152.t0|07153.t4} : b7151 {07153.p4-eats} -> {07152.f} {07153.f} {07153.p2-thinks} 
+tr {07152.t2} {07152.f} {07152.p5} -> {07152.p6} 
+tr {07152.t3|07153.t1} : a7151 {07152.f} {07153.p1} -> {07153.p3} 
+tr {07153.e} {07153.p6} {07153.p3} -> {07153.p4-eats} 
+tr {07153.t} {07153.p2-thinks} -> {07153.p1} {07153.p5} 
+tr {07153.t0|07154.t4} : b7152 {07154.p4-eats} -> {07153.f} {07154.f} {07154.p2-thinks} 
+tr {07153.t2} {07153.f} {07153.p5} -> {07153.p6} 
+tr {07153.t3|07154.t1} : a7152 {07153.f} {07154.p1} -> {07154.p3} 
+tr {07154.e} {07154.p6} {07154.p3} -> {07154.p4-eats} 
+tr {07154.t} {07154.p2-thinks} -> {07154.p1} {07154.p5} 
+tr {07154.t0|07155.t4} : b7153 {07155.p4-eats} -> {07154.f} {07155.f} {07155.p2-thinks} 
+tr {07154.t2} {07154.f} {07154.p5} -> {07154.p6} 
+tr {07154.t3|07155.t1} : a7153 {07154.f} {07155.p1} -> {07155.p3} 
+tr {07155.e} {07155.p6} {07155.p3} -> {07155.p4-eats} 
+tr {07155.t} {07155.p2-thinks} -> {07155.p1} {07155.p5} 
+tr {07155.t0|07156.t4} : b7154 {07156.p4-eats} -> {07155.f} {07156.f} {07156.p2-thinks} 
+tr {07155.t2} {07155.f} {07155.p5} -> {07155.p6} 
+tr {07155.t3|07156.t1} : a7154 {07155.f} {07156.p1} -> {07156.p3} 
+tr {07156.e} {07156.p6} {07156.p3} -> {07156.p4-eats} 
+tr {07156.t} {07156.p2-thinks} -> {07156.p1} {07156.p5} 
+tr {07156.t0|07157.t4} : b7155 {07157.p4-eats} -> {07156.f} {07157.f} {07157.p2-thinks} 
+tr {07156.t2} {07156.f} {07156.p5} -> {07156.p6} 
+tr {07156.t3|07157.t1} : a7155 {07156.f} {07157.p1} -> {07157.p3} 
+tr {07157.e} {07157.p6} {07157.p3} -> {07157.p4-eats} 
+tr {07157.t} {07157.p2-thinks} -> {07157.p1} {07157.p5} 
+tr {07157.t0|07158.t4} : b7156 {07158.p4-eats} -> {07157.f} {07158.f} {07158.p2-thinks} 
+tr {07157.t2} {07157.f} {07157.p5} -> {07157.p6} 
+tr {07157.t3|07158.t1} : a7156 {07157.f} {07158.p1} -> {07158.p3} 
+tr {07158.e} {07158.p6} {07158.p3} -> {07158.p4-eats} 
+tr {07158.t} {07158.p2-thinks} -> {07158.p1} {07158.p5} 
+tr {07158.t0|07159.t4} : b7157 {07159.p4-eats} -> {07158.f} {07159.f} {07159.p2-thinks} 
+tr {07158.t2} {07158.f} {07158.p5} -> {07158.p6} 
+tr {07158.t3|07159.t1} : a7157 {07158.f} {07159.p1} -> {07159.p3} 
+tr {07159.e} {07159.p6} {07159.p3} -> {07159.p4-eats} 
+tr {07159.t} {07159.p2-thinks} -> {07159.p1} {07159.p5} 
+tr {07159.t0|07160.t4} : b7158 {07160.p4-eats} -> {07159.f} {07160.f} {07160.p2-thinks} 
+tr {07159.t2} {07159.f} {07159.p5} -> {07159.p6} 
+tr {07159.t3|07160.t1} : a7158 {07159.f} {07160.p1} -> {07160.p3} 
+tr {07160.e} {07160.p6} {07160.p3} -> {07160.p4-eats} 
+tr {07160.t} {07160.p2-thinks} -> {07160.p1} {07160.p5} 
+tr {07160.t0|07161.t4} : b7159 {07161.p4-eats} -> {07160.f} {07161.f} {07161.p2-thinks} 
+tr {07160.t2} {07160.f} {07160.p5} -> {07160.p6} 
+tr {07160.t3|07161.t1} : a7159 {07160.f} {07161.p1} -> {07161.p3} 
+tr {07161.e} {07161.p6} {07161.p3} -> {07161.p4-eats} 
+tr {07161.t} {07161.p2-thinks} -> {07161.p1} {07161.p5} 
+tr {07161.t0|07162.t4} : b7160 {07162.p4-eats} -> {07161.f} {07162.f} {07162.p2-thinks} 
+tr {07161.t2} {07161.f} {07161.p5} -> {07161.p6} 
+tr {07161.t3|07162.t1} : a7160 {07161.f} {07162.p1} -> {07162.p3} 
+tr {07162.e} {07162.p6} {07162.p3} -> {07162.p4-eats} 
+tr {07162.t} {07162.p2-thinks} -> {07162.p1} {07162.p5} 
+tr {07162.t0|07163.t4} : b7161 {07163.p4-eats} -> {07162.f} {07163.f} {07163.p2-thinks} 
+tr {07162.t2} {07162.f} {07162.p5} -> {07162.p6} 
+tr {07162.t3|07163.t1} : a7161 {07162.f} {07163.p1} -> {07163.p3} 
+tr {07163.e} {07163.p6} {07163.p3} -> {07163.p4-eats} 
+tr {07163.t} {07163.p2-thinks} -> {07163.p1} {07163.p5} 
+tr {07163.t0|07164.t4} : b7162 {07164.p4-eats} -> {07163.f} {07164.f} {07164.p2-thinks} 
+tr {07163.t2} {07163.f} {07163.p5} -> {07163.p6} 
+tr {07163.t3|07164.t1} : a7162 {07163.f} {07164.p1} -> {07164.p3} 
+tr {07164.e} {07164.p6} {07164.p3} -> {07164.p4-eats} 
+tr {07164.t} {07164.p2-thinks} -> {07164.p1} {07164.p5} 
+tr {07164.t0|07165.t4} : b7163 {07165.p4-eats} -> {07164.f} {07165.f} {07165.p2-thinks} 
+tr {07164.t2} {07164.f} {07164.p5} -> {07164.p6} 
+tr {07164.t3|07165.t1} : a7163 {07164.f} {07165.p1} -> {07165.p3} 
+tr {07165.e} {07165.p6} {07165.p3} -> {07165.p4-eats} 
+tr {07165.t} {07165.p2-thinks} -> {07165.p1} {07165.p5} 
+tr {07165.t0|07166.t4} : b7164 {07166.p4-eats} -> {07165.f} {07166.f} {07166.p2-thinks} 
+tr {07165.t2} {07165.f} {07165.p5} -> {07165.p6} 
+tr {07165.t3|07166.t1} : a7164 {07165.f} {07166.p1} -> {07166.p3} 
+tr {07166.e} {07166.p6} {07166.p3} -> {07166.p4-eats} 
+tr {07166.t} {07166.p2-thinks} -> {07166.p1} {07166.p5} 
+tr {07166.t0|07167.t4} : b7165 {07167.p4-eats} -> {07166.f} {07167.f} {07167.p2-thinks} 
+tr {07166.t2} {07166.f} {07166.p5} -> {07166.p6} 
+tr {07166.t3|07167.t1} : a7165 {07166.f} {07167.p1} -> {07167.p3} 
+tr {07167.e} {07167.p6} {07167.p3} -> {07167.p4-eats} 
+tr {07167.t} {07167.p2-thinks} -> {07167.p1} {07167.p5} 
+tr {07167.t0|07168.t4} : b7166 {07168.p4-eats} -> {07167.f} {07168.f} {07168.p2-thinks} 
+tr {07167.t2} {07167.f} {07167.p5} -> {07167.p6} 
+tr {07167.t3|07168.t1} : a7166 {07167.f} {07168.p1} -> {07168.p3} 
+tr {07168.e} {07168.p6} {07168.p3} -> {07168.p4-eats} 
+tr {07168.t} {07168.p2-thinks} -> {07168.p1} {07168.p5} 
+tr {07168.t0|07169.t4} : b7167 {07169.p4-eats} -> {07168.f} {07169.f} {07169.p2-thinks} 
+tr {07168.t2} {07168.f} {07168.p5} -> {07168.p6} 
+tr {07168.t3|07169.t1} : a7167 {07168.f} {07169.p1} -> {07169.p3} 
+tr {07169.e} {07169.p6} {07169.p3} -> {07169.p4-eats} 
+tr {07169.t} {07169.p2-thinks} -> {07169.p1} {07169.p5} 
+tr {07169.t0|07170.t4} : b7168 {07170.p4-eats} -> {07169.f} {07170.f} {07170.p2-thinks} 
+tr {07169.t2} {07169.f} {07169.p5} -> {07169.p6} 
+tr {07169.t3|07170.t1} : a7168 {07169.f} {07170.p1} -> {07170.p3} 
+tr {07170.e} {07170.p6} {07170.p3} -> {07170.p4-eats} 
+tr {07170.t} {07170.p2-thinks} -> {07170.p1} {07170.p5} 
+tr {07170.t0|07171.t4} : b7169 {07171.p4-eats} -> {07170.f} {07171.f} {07171.p2-thinks} 
+tr {07170.t2} {07170.f} {07170.p5} -> {07170.p6} 
+tr {07170.t3|07171.t1} : a7169 {07170.f} {07171.p1} -> {07171.p3} 
+tr {07171.e} {07171.p6} {07171.p3} -> {07171.p4-eats} 
+tr {07171.t} {07171.p2-thinks} -> {07171.p1} {07171.p5} 
+tr {07171.t0|07172.t4} : b7170 {07172.p4-eats} -> {07171.f} {07172.f} {07172.p2-thinks} 
+tr {07171.t2} {07171.f} {07171.p5} -> {07171.p6} 
+tr {07171.t3|07172.t1} : a7170 {07171.f} {07172.p1} -> {07172.p3} 
+tr {07172.e} {07172.p6} {07172.p3} -> {07172.p4-eats} 
+tr {07172.t} {07172.p2-thinks} -> {07172.p1} {07172.p5} 
+tr {07172.t0|07173.t4} : b7171 {07173.p4-eats} -> {07172.f} {07173.f} {07173.p2-thinks} 
+tr {07172.t2} {07172.f} {07172.p5} -> {07172.p6} 
+tr {07172.t3|07173.t1} : a7171 {07172.f} {07173.p1} -> {07173.p3} 
+tr {07173.e} {07173.p6} {07173.p3} -> {07173.p4-eats} 
+tr {07173.t} {07173.p2-thinks} -> {07173.p1} {07173.p5} 
+tr {07173.t0|07174.t4} : b7172 {07174.p4-eats} -> {07173.f} {07174.f} {07174.p2-thinks} 
+tr {07173.t2} {07173.f} {07173.p5} -> {07173.p6} 
+tr {07173.t3|07174.t1} : a7172 {07173.f} {07174.p1} -> {07174.p3} 
+tr {07174.e} {07174.p6} {07174.p3} -> {07174.p4-eats} 
+tr {07174.t} {07174.p2-thinks} -> {07174.p1} {07174.p5} 
+tr {07174.t0|07175.t4} : b7173 {07175.p4-eats} -> {07174.f} {07175.f} {07175.p2-thinks} 
+tr {07174.t2} {07174.f} {07174.p5} -> {07174.p6} 
+tr {07174.t3|07175.t1} : a7173 {07174.f} {07175.p1} -> {07175.p3} 
+tr {07175.e} {07175.p6} {07175.p3} -> {07175.p4-eats} 
+tr {07175.t} {07175.p2-thinks} -> {07175.p1} {07175.p5} 
+tr {07175.t0|07176.t4} : b7174 {07176.p4-eats} -> {07175.f} {07176.f} {07176.p2-thinks} 
+tr {07175.t2} {07175.f} {07175.p5} -> {07175.p6} 
+tr {07175.t3|07176.t1} : a7174 {07175.f} {07176.p1} -> {07176.p3} 
+tr {07176.e} {07176.p6} {07176.p3} -> {07176.p4-eats} 
+tr {07176.t} {07176.p2-thinks} -> {07176.p1} {07176.p5} 
+tr {07176.t0|07177.t4} : b7175 {07177.p4-eats} -> {07176.f} {07177.f} {07177.p2-thinks} 
+tr {07176.t2} {07176.f} {07176.p5} -> {07176.p6} 
+tr {07176.t3|07177.t1} : a7175 {07176.f} {07177.p1} -> {07177.p3} 
+tr {07177.e} {07177.p6} {07177.p3} -> {07177.p4-eats} 
+tr {07177.t} {07177.p2-thinks} -> {07177.p1} {07177.p5} 
+tr {07177.t0|07178.t4} : b7176 {07178.p4-eats} -> {07177.f} {07178.f} {07178.p2-thinks} 
+tr {07177.t2} {07177.f} {07177.p5} -> {07177.p6} 
+tr {07177.t3|07178.t1} : a7176 {07177.f} {07178.p1} -> {07178.p3} 
+tr {07178.e} {07178.p6} {07178.p3} -> {07178.p4-eats} 
+tr {07178.t} {07178.p2-thinks} -> {07178.p1} {07178.p5} 
+tr {07178.t0|07179.t4} : b7177 {07179.p4-eats} -> {07178.f} {07179.f} {07179.p2-thinks} 
+tr {07178.t2} {07178.f} {07178.p5} -> {07178.p6} 
+tr {07178.t3|07179.t1} : a7177 {07178.f} {07179.p1} -> {07179.p3} 
+tr {07179.e} {07179.p6} {07179.p3} -> {07179.p4-eats} 
+tr {07179.t} {07179.p2-thinks} -> {07179.p1} {07179.p5} 
+tr {07179.t0|07180.t4} : b7178 {07180.p4-eats} -> {07179.f} {07180.f} {07180.p2-thinks} 
+tr {07179.t2} {07179.f} {07179.p5} -> {07179.p6} 
+tr {07179.t3|07180.t1} : a7178 {07179.f} {07180.p1} -> {07180.p3} 
+tr {07180.e} {07180.p6} {07180.p3} -> {07180.p4-eats} 
+tr {07180.t} {07180.p2-thinks} -> {07180.p1} {07180.p5} 
+tr {07180.t0|07181.t4} : b7179 {07181.p4-eats} -> {07180.f} {07181.f} {07181.p2-thinks} 
+tr {07180.t2} {07180.f} {07180.p5} -> {07180.p6} 
+tr {07180.t3|07181.t1} : a7179 {07180.f} {07181.p1} -> {07181.p3} 
+tr {07181.e} {07181.p6} {07181.p3} -> {07181.p4-eats} 
+tr {07181.t} {07181.p2-thinks} -> {07181.p1} {07181.p5} 
+tr {07181.t0|07182.t4} : b7180 {07182.p4-eats} -> {07181.f} {07182.f} {07182.p2-thinks} 
+tr {07181.t2} {07181.f} {07181.p5} -> {07181.p6} 
+tr {07181.t3|07182.t1} : a7180 {07181.f} {07182.p1} -> {07182.p3} 
+tr {07182.e} {07182.p6} {07182.p3} -> {07182.p4-eats} 
+tr {07182.t} {07182.p2-thinks} -> {07182.p1} {07182.p5} 
+tr {07182.t0|07183.t4} : b7181 {07183.p4-eats} -> {07182.f} {07183.f} {07183.p2-thinks} 
+tr {07182.t2} {07182.f} {07182.p5} -> {07182.p6} 
+tr {07182.t3|07183.t1} : a7181 {07182.f} {07183.p1} -> {07183.p3} 
+tr {07183.e} {07183.p6} {07183.p3} -> {07183.p4-eats} 
+tr {07183.t} {07183.p2-thinks} -> {07183.p1} {07183.p5} 
+tr {07183.t0|07184.t4} : b7182 {07184.p4-eats} -> {07183.f} {07184.f} {07184.p2-thinks} 
+tr {07183.t2} {07183.f} {07183.p5} -> {07183.p6} 
+tr {07183.t3|07184.t1} : a7182 {07183.f} {07184.p1} -> {07184.p3} 
+tr {07184.e} {07184.p6} {07184.p3} -> {07184.p4-eats} 
+tr {07184.t} {07184.p2-thinks} -> {07184.p1} {07184.p5} 
+tr {07184.t0|07185.t4} : b7183 {07185.p4-eats} -> {07184.f} {07185.f} {07185.p2-thinks} 
+tr {07184.t2} {07184.f} {07184.p5} -> {07184.p6} 
+tr {07184.t3|07185.t1} : a7183 {07184.f} {07185.p1} -> {07185.p3} 
+tr {07185.e} {07185.p6} {07185.p3} -> {07185.p4-eats} 
+tr {07185.t} {07185.p2-thinks} -> {07185.p1} {07185.p5} 
+tr {07185.t0|07186.t4} : b7184 {07186.p4-eats} -> {07185.f} {07186.f} {07186.p2-thinks} 
+tr {07185.t2} {07185.f} {07185.p5} -> {07185.p6} 
+tr {07185.t3|07186.t1} : a7184 {07185.f} {07186.p1} -> {07186.p3} 
+tr {07186.e} {07186.p6} {07186.p3} -> {07186.p4-eats} 
+tr {07186.t} {07186.p2-thinks} -> {07186.p1} {07186.p5} 
+tr {07186.t0|07187.t4} : b7185 {07187.p4-eats} -> {07186.f} {07187.f} {07187.p2-thinks} 
+tr {07186.t2} {07186.f} {07186.p5} -> {07186.p6} 
+tr {07186.t3|07187.t1} : a7185 {07186.f} {07187.p1} -> {07187.p3} 
+tr {07187.e} {07187.p6} {07187.p3} -> {07187.p4-eats} 
+tr {07187.t} {07187.p2-thinks} -> {07187.p1} {07187.p5} 
+tr {07187.t0|07188.t4} : b7186 {07188.p4-eats} -> {07187.f} {07188.f} {07188.p2-thinks} 
+tr {07187.t2} {07187.f} {07187.p5} -> {07187.p6} 
+tr {07187.t3|07188.t1} : a7186 {07187.f} {07188.p1} -> {07188.p3} 
+tr {07188.e} {07188.p6} {07188.p3} -> {07188.p4-eats} 
+tr {07188.t} {07188.p2-thinks} -> {07188.p1} {07188.p5} 
+tr {07188.t0|07189.t4} : b7187 {07189.p4-eats} -> {07188.f} {07189.f} {07189.p2-thinks} 
+tr {07188.t2} {07188.f} {07188.p5} -> {07188.p6} 
+tr {07188.t3|07189.t1} : a7187 {07188.f} {07189.p1} -> {07189.p3} 
+tr {07189.e} {07189.p6} {07189.p3} -> {07189.p4-eats} 
+tr {07189.t} {07189.p2-thinks} -> {07189.p1} {07189.p5} 
+tr {07189.t0|07190.t4} : b7188 {07190.p4-eats} -> {07189.f} {07190.f} {07190.p2-thinks} 
+tr {07189.t2} {07189.f} {07189.p5} -> {07189.p6} 
+tr {07189.t3|07190.t1} : a7188 {07189.f} {07190.p1} -> {07190.p3} 
+tr {07190.e} {07190.p6} {07190.p3} -> {07190.p4-eats} 
+tr {07190.t} {07190.p2-thinks} -> {07190.p1} {07190.p5} 
+tr {07190.t0|07191.t4} : b7189 {07191.p4-eats} -> {07190.f} {07191.f} {07191.p2-thinks} 
+tr {07190.t2} {07190.f} {07190.p5} -> {07190.p6} 
+tr {07190.t3|07191.t1} : a7189 {07190.f} {07191.p1} -> {07191.p3} 
+tr {07191.e} {07191.p6} {07191.p3} -> {07191.p4-eats} 
+tr {07191.t} {07191.p2-thinks} -> {07191.p1} {07191.p5} 
+tr {07191.t0|07192.t4} : b7190 {07192.p4-eats} -> {07191.f} {07192.f} {07192.p2-thinks} 
+tr {07191.t2} {07191.f} {07191.p5} -> {07191.p6} 
+tr {07191.t3|07192.t1} : a7190 {07191.f} {07192.p1} -> {07192.p3} 
+tr {07192.e} {07192.p6} {07192.p3} -> {07192.p4-eats} 
+tr {07192.t} {07192.p2-thinks} -> {07192.p1} {07192.p5} 
+tr {07192.t0|07193.t4} : b7191 {07193.p4-eats} -> {07192.f} {07193.f} {07193.p2-thinks} 
+tr {07192.t2} {07192.f} {07192.p5} -> {07192.p6} 
+tr {07192.t3|07193.t1} : a7191 {07192.f} {07193.p1} -> {07193.p3} 
+tr {07193.e} {07193.p6} {07193.p3} -> {07193.p4-eats} 
+tr {07193.t} {07193.p2-thinks} -> {07193.p1} {07193.p5} 
+tr {07193.t0|07194.t4} : b7192 {07194.p4-eats} -> {07193.f} {07194.f} {07194.p2-thinks} 
+tr {07193.t2} {07193.f} {07193.p5} -> {07193.p6} 
+tr {07193.t3|07194.t1} : a7192 {07193.f} {07194.p1} -> {07194.p3} 
+tr {07194.e} {07194.p6} {07194.p3} -> {07194.p4-eats} 
+tr {07194.t} {07194.p2-thinks} -> {07194.p1} {07194.p5} 
+tr {07194.t0|07195.t4} : b7193 {07195.p4-eats} -> {07194.f} {07195.f} {07195.p2-thinks} 
+tr {07194.t2} {07194.f} {07194.p5} -> {07194.p6} 
+tr {07194.t3|07195.t1} : a7193 {07194.f} {07195.p1} -> {07195.p3} 
+tr {07195.e} {07195.p6} {07195.p3} -> {07195.p4-eats} 
+tr {07195.t} {07195.p2-thinks} -> {07195.p1} {07195.p5} 
+tr {07195.t0|07196.t4} : b7194 {07196.p4-eats} -> {07195.f} {07196.f} {07196.p2-thinks} 
+tr {07195.t2} {07195.f} {07195.p5} -> {07195.p6} 
+tr {07195.t3|07196.t1} : a7194 {07195.f} {07196.p1} -> {07196.p3} 
+tr {07196.e} {07196.p6} {07196.p3} -> {07196.p4-eats} 
+tr {07196.t} {07196.p2-thinks} -> {07196.p1} {07196.p5} 
+tr {07196.t0|07197.t4} : b7195 {07197.p4-eats} -> {07196.f} {07197.f} {07197.p2-thinks} 
+tr {07196.t2} {07196.f} {07196.p5} -> {07196.p6} 
+tr {07196.t3|07197.t1} : a7195 {07196.f} {07197.p1} -> {07197.p3} 
+tr {07197.e} {07197.p6} {07197.p3} -> {07197.p4-eats} 
+tr {07197.t} {07197.p2-thinks} -> {07197.p1} {07197.p5} 
+tr {07197.t0|07198.t4} : b7196 {07198.p4-eats} -> {07197.f} {07198.f} {07198.p2-thinks} 
+tr {07197.t2} {07197.f} {07197.p5} -> {07197.p6} 
+tr {07197.t3|07198.t1} : a7196 {07197.f} {07198.p1} -> {07198.p3} 
+tr {07198.e} {07198.p6} {07198.p3} -> {07198.p4-eats} 
+tr {07198.t} {07198.p2-thinks} -> {07198.p1} {07198.p5} 
+tr {07198.t0|07199.t4} : b7197 {07199.p4-eats} -> {07198.f} {07199.f} {07199.p2-thinks} 
+tr {07198.t2} {07198.f} {07198.p5} -> {07198.p6} 
+tr {07198.t3|07199.t1} : a7197 {07198.f} {07199.p1} -> {07199.p3} 
+tr {07199.e} {07199.p6} {07199.p3} -> {07199.p4-eats} 
+tr {07199.t} {07199.p2-thinks} -> {07199.p1} {07199.p5} 
+tr {07199.t0|07200.t4} : b7198 {07200.p4-eats} -> {07199.f} {07200.f} {07200.p2-thinks} 
+tr {07199.t2} {07199.f} {07199.p5} -> {07199.p6} 
+tr {07199.t3|07200.t1} : a7198 {07199.f} {07200.p1} -> {07200.p3} 
+tr {07200.e} {07200.p6} {07200.p3} -> {07200.p4-eats} 
+tr {07200.t} {07200.p2-thinks} -> {07200.p1} {07200.p5} 
+tr {07200.t0|07201.t4} : b7199 {07201.p4-eats} -> {07200.f} {07201.f} {07201.p2-thinks} 
+tr {07200.t2} {07200.f} {07200.p5} -> {07200.p6} 
+tr {07200.t3|07201.t1} : a7199 {07200.f} {07201.p1} -> {07201.p3} 
+tr {07201.e} {07201.p6} {07201.p3} -> {07201.p4-eats} 
+tr {07201.t} {07201.p2-thinks} -> {07201.p1} {07201.p5} 
+tr {07201.t0|07202.t4} : b7200 {07202.p4-eats} -> {07201.f} {07202.f} {07202.p2-thinks} 
+tr {07201.t2} {07201.f} {07201.p5} -> {07201.p6} 
+tr {07201.t3|07202.t1} : a7200 {07201.f} {07202.p1} -> {07202.p3} 
+tr {07202.e} {07202.p6} {07202.p3} -> {07202.p4-eats} 
+tr {07202.t} {07202.p2-thinks} -> {07202.p1} {07202.p5} 
+tr {07202.t0|07203.t4} : b7201 {07203.p4-eats} -> {07202.f} {07203.f} {07203.p2-thinks} 
+tr {07202.t2} {07202.f} {07202.p5} -> {07202.p6} 
+tr {07202.t3|07203.t1} : a7201 {07202.f} {07203.p1} -> {07203.p3} 
+tr {07203.e} {07203.p6} {07203.p3} -> {07203.p4-eats} 
+tr {07203.t} {07203.p2-thinks} -> {07203.p1} {07203.p5} 
+tr {07203.t0|07204.t4} : b7202 {07204.p4-eats} -> {07203.f} {07204.f} {07204.p2-thinks} 
+tr {07203.t2} {07203.f} {07203.p5} -> {07203.p6} 
+tr {07203.t3|07204.t1} : a7202 {07203.f} {07204.p1} -> {07204.p3} 
+tr {07204.e} {07204.p6} {07204.p3} -> {07204.p4-eats} 
+tr {07204.t} {07204.p2-thinks} -> {07204.p1} {07204.p5} 
+tr {07204.t0|07205.t4} : b7203 {07205.p4-eats} -> {07204.f} {07205.f} {07205.p2-thinks} 
+tr {07204.t2} {07204.f} {07204.p5} -> {07204.p6} 
+tr {07204.t3|07205.t1} : a7203 {07204.f} {07205.p1} -> {07205.p3} 
+tr {07205.e} {07205.p6} {07205.p3} -> {07205.p4-eats} 
+tr {07205.t} {07205.p2-thinks} -> {07205.p1} {07205.p5} 
+tr {07205.t0|07206.t4} : b7204 {07206.p4-eats} -> {07205.f} {07206.f} {07206.p2-thinks} 
+tr {07205.t2} {07205.f} {07205.p5} -> {07205.p6} 
+tr {07205.t3|07206.t1} : a7204 {07205.f} {07206.p1} -> {07206.p3} 
+tr {07206.e} {07206.p6} {07206.p3} -> {07206.p4-eats} 
+tr {07206.t} {07206.p2-thinks} -> {07206.p1} {07206.p5} 
+tr {07206.t0|07207.t4} : b7205 {07207.p4-eats} -> {07206.f} {07207.f} {07207.p2-thinks} 
+tr {07206.t2} {07206.f} {07206.p5} -> {07206.p6} 
+tr {07206.t3|07207.t1} : a7205 {07206.f} {07207.p1} -> {07207.p3} 
+tr {07207.e} {07207.p6} {07207.p3} -> {07207.p4-eats} 
+tr {07207.t} {07207.p2-thinks} -> {07207.p1} {07207.p5} 
+tr {07207.t0|07208.t4} : b7206 {07208.p4-eats} -> {07207.f} {07208.f} {07208.p2-thinks} 
+tr {07207.t2} {07207.f} {07207.p5} -> {07207.p6} 
+tr {07207.t3|07208.t1} : a7206 {07207.f} {07208.p1} -> {07208.p3} 
+tr {07208.e} {07208.p6} {07208.p3} -> {07208.p4-eats} 
+tr {07208.t} {07208.p2-thinks} -> {07208.p1} {07208.p5} 
+tr {07208.t0|07209.t4} : b7207 {07209.p4-eats} -> {07208.f} {07209.f} {07209.p2-thinks} 
+tr {07208.t2} {07208.f} {07208.p5} -> {07208.p6} 
+tr {07208.t3|07209.t1} : a7207 {07208.f} {07209.p1} -> {07209.p3} 
+tr {07209.e} {07209.p6} {07209.p3} -> {07209.p4-eats} 
+tr {07209.t} {07209.p2-thinks} -> {07209.p1} {07209.p5} 
+tr {07209.t0|07210.t4} : b7208 {07210.p4-eats} -> {07209.f} {07210.f} {07210.p2-thinks} 
+tr {07209.t2} {07209.f} {07209.p5} -> {07209.p6} 
+tr {07209.t3|07210.t1} : a7208 {07209.f} {07210.p1} -> {07210.p3} 
+tr {07210.e} {07210.p6} {07210.p3} -> {07210.p4-eats} 
+tr {07210.t} {07210.p2-thinks} -> {07210.p1} {07210.p5} 
+tr {07210.t0|07211.t4} : b7209 {07211.p4-eats} -> {07210.f} {07211.f} {07211.p2-thinks} 
+tr {07210.t2} {07210.f} {07210.p5} -> {07210.p6} 
+tr {07210.t3|07211.t1} : a7209 {07210.f} {07211.p1} -> {07211.p3} 
+tr {07211.e} {07211.p6} {07211.p3} -> {07211.p4-eats} 
+tr {07211.t} {07211.p2-thinks} -> {07211.p1} {07211.p5} 
+tr {07211.t0|07212.t4} : b7210 {07212.p4-eats} -> {07211.f} {07212.f} {07212.p2-thinks} 
+tr {07211.t2} {07211.f} {07211.p5} -> {07211.p6} 
+tr {07211.t3|07212.t1} : a7210 {07211.f} {07212.p1} -> {07212.p3} 
+tr {07212.e} {07212.p6} {07212.p3} -> {07212.p4-eats} 
+tr {07212.t} {07212.p2-thinks} -> {07212.p1} {07212.p5} 
+tr {07212.t0|07213.t4} : b7211 {07213.p4-eats} -> {07212.f} {07213.f} {07213.p2-thinks} 
+tr {07212.t2} {07212.f} {07212.p5} -> {07212.p6} 
+tr {07212.t3|07213.t1} : a7211 {07212.f} {07213.p1} -> {07213.p3} 
+tr {07213.e} {07213.p6} {07213.p3} -> {07213.p4-eats} 
+tr {07213.t} {07213.p2-thinks} -> {07213.p1} {07213.p5} 
+tr {07213.t0|07214.t4} : b7212 {07214.p4-eats} -> {07213.f} {07214.f} {07214.p2-thinks} 
+tr {07213.t2} {07213.f} {07213.p5} -> {07213.p6} 
+tr {07213.t3|07214.t1} : a7212 {07213.f} {07214.p1} -> {07214.p3} 
+tr {07214.e} {07214.p6} {07214.p3} -> {07214.p4-eats} 
+tr {07214.t} {07214.p2-thinks} -> {07214.p1} {07214.p5} 
+tr {07214.t0|07215.t4} : b7213 {07215.p4-eats} -> {07214.f} {07215.f} {07215.p2-thinks} 
+tr {07214.t2} {07214.f} {07214.p5} -> {07214.p6} 
+tr {07214.t3|07215.t1} : a7213 {07214.f} {07215.p1} -> {07215.p3} 
+tr {07215.e} {07215.p6} {07215.p3} -> {07215.p4-eats} 
+tr {07215.t} {07215.p2-thinks} -> {07215.p1} {07215.p5} 
+tr {07215.t0|07216.t4} : b7214 {07216.p4-eats} -> {07215.f} {07216.f} {07216.p2-thinks} 
+tr {07215.t2} {07215.f} {07215.p5} -> {07215.p6} 
+tr {07215.t3|07216.t1} : a7214 {07215.f} {07216.p1} -> {07216.p3} 
+tr {07216.e} {07216.p6} {07216.p3} -> {07216.p4-eats} 
+tr {07216.t} {07216.p2-thinks} -> {07216.p1} {07216.p5} 
+tr {07216.t0|07217.t4} : b7215 {07217.p4-eats} -> {07216.f} {07217.f} {07217.p2-thinks} 
+tr {07216.t2} {07216.f} {07216.p5} -> {07216.p6} 
+tr {07216.t3|07217.t1} : a7215 {07216.f} {07217.p1} -> {07217.p3} 
+tr {07217.e} {07217.p6} {07217.p3} -> {07217.p4-eats} 
+tr {07217.t} {07217.p2-thinks} -> {07217.p1} {07217.p5} 
+tr {07217.t0|07218.t4} : b7216 {07218.p4-eats} -> {07217.f} {07218.f} {07218.p2-thinks} 
+tr {07217.t2} {07217.f} {07217.p5} -> {07217.p6} 
+tr {07217.t3|07218.t1} : a7216 {07217.f} {07218.p1} -> {07218.p3} 
+tr {07218.e} {07218.p6} {07218.p3} -> {07218.p4-eats} 
+tr {07218.t} {07218.p2-thinks} -> {07218.p1} {07218.p5} 
+tr {07218.t0|07219.t4} : b7217 {07219.p4-eats} -> {07218.f} {07219.f} {07219.p2-thinks} 
+tr {07218.t2} {07218.f} {07218.p5} -> {07218.p6} 
+tr {07218.t3|07219.t1} : a7217 {07218.f} {07219.p1} -> {07219.p3} 
+tr {07219.e} {07219.p6} {07219.p3} -> {07219.p4-eats} 
+tr {07219.t} {07219.p2-thinks} -> {07219.p1} {07219.p5} 
+tr {07219.t0|07220.t4} : b7218 {07220.p4-eats} -> {07219.f} {07220.f} {07220.p2-thinks} 
+tr {07219.t2} {07219.f} {07219.p5} -> {07219.p6} 
+tr {07219.t3|07220.t1} : a7218 {07219.f} {07220.p1} -> {07220.p3} 
+tr {07220.e} {07220.p6} {07220.p3} -> {07220.p4-eats} 
+tr {07220.t} {07220.p2-thinks} -> {07220.p1} {07220.p5} 
+tr {07220.t0|07221.t4} : b7219 {07221.p4-eats} -> {07220.f} {07221.f} {07221.p2-thinks} 
+tr {07220.t2} {07220.f} {07220.p5} -> {07220.p6} 
+tr {07220.t3|07221.t1} : a7219 {07220.f} {07221.p1} -> {07221.p3} 
+tr {07221.e} {07221.p6} {07221.p3} -> {07221.p4-eats} 
+tr {07221.t} {07221.p2-thinks} -> {07221.p1} {07221.p5} 
+tr {07221.t0|07222.t4} : b7220 {07222.p4-eats} -> {07221.f} {07222.f} {07222.p2-thinks} 
+tr {07221.t2} {07221.f} {07221.p5} -> {07221.p6} 
+tr {07221.t3|07222.t1} : a7220 {07221.f} {07222.p1} -> {07222.p3} 
+tr {07222.e} {07222.p6} {07222.p3} -> {07222.p4-eats} 
+tr {07222.t} {07222.p2-thinks} -> {07222.p1} {07222.p5} 
+tr {07222.t0|07223.t4} : b7221 {07223.p4-eats} -> {07222.f} {07223.f} {07223.p2-thinks} 
+tr {07222.t2} {07222.f} {07222.p5} -> {07222.p6} 
+tr {07222.t3|07223.t1} : a7221 {07222.f} {07223.p1} -> {07223.p3} 
+tr {07223.e} {07223.p6} {07223.p3} -> {07223.p4-eats} 
+tr {07223.t} {07223.p2-thinks} -> {07223.p1} {07223.p5} 
+tr {07223.t0|07224.t4} : b7222 {07224.p4-eats} -> {07223.f} {07224.f} {07224.p2-thinks} 
+tr {07223.t2} {07223.f} {07223.p5} -> {07223.p6} 
+tr {07223.t3|07224.t1} : a7222 {07223.f} {07224.p1} -> {07224.p3} 
+tr {07224.e} {07224.p6} {07224.p3} -> {07224.p4-eats} 
+tr {07224.t} {07224.p2-thinks} -> {07224.p1} {07224.p5} 
+tr {07224.t0|07225.t4} : b7223 {07225.p4-eats} -> {07224.f} {07225.f} {07225.p2-thinks} 
+tr {07224.t2} {07224.f} {07224.p5} -> {07224.p6} 
+tr {07224.t3|07225.t1} : a7223 {07224.f} {07225.p1} -> {07225.p3} 
+tr {07225.e} {07225.p6} {07225.p3} -> {07225.p4-eats} 
+tr {07225.t} {07225.p2-thinks} -> {07225.p1} {07225.p5} 
+tr {07225.t0|07226.t4} : b7224 {07226.p4-eats} -> {07225.f} {07226.f} {07226.p2-thinks} 
+tr {07225.t2} {07225.f} {07225.p5} -> {07225.p6} 
+tr {07225.t3|07226.t1} : a7224 {07225.f} {07226.p1} -> {07226.p3} 
+tr {07226.e} {07226.p6} {07226.p3} -> {07226.p4-eats} 
+tr {07226.t} {07226.p2-thinks} -> {07226.p1} {07226.p5} 
+tr {07226.t0|07227.t4} : b7225 {07227.p4-eats} -> {07226.f} {07227.f} {07227.p2-thinks} 
+tr {07226.t2} {07226.f} {07226.p5} -> {07226.p6} 
+tr {07226.t3|07227.t1} : a7225 {07226.f} {07227.p1} -> {07227.p3} 
+tr {07227.e} {07227.p6} {07227.p3} -> {07227.p4-eats} 
+tr {07227.t} {07227.p2-thinks} -> {07227.p1} {07227.p5} 
+tr {07227.t0|07228.t4} : b7226 {07228.p4-eats} -> {07227.f} {07228.f} {07228.p2-thinks} 
+tr {07227.t2} {07227.f} {07227.p5} -> {07227.p6} 
+tr {07227.t3|07228.t1} : a7226 {07227.f} {07228.p1} -> {07228.p3} 
+tr {07228.e} {07228.p6} {07228.p3} -> {07228.p4-eats} 
+tr {07228.t} {07228.p2-thinks} -> {07228.p1} {07228.p5} 
+tr {07228.t0|07229.t4} : b7227 {07229.p4-eats} -> {07228.f} {07229.f} {07229.p2-thinks} 
+tr {07228.t2} {07228.f} {07228.p5} -> {07228.p6} 
+tr {07228.t3|07229.t1} : a7227 {07228.f} {07229.p1} -> {07229.p3} 
+tr {07229.e} {07229.p6} {07229.p3} -> {07229.p4-eats} 
+tr {07229.t} {07229.p2-thinks} -> {07229.p1} {07229.p5} 
+tr {07229.t0|07230.t4} : b7228 {07230.p4-eats} -> {07229.f} {07230.f} {07230.p2-thinks} 
+tr {07229.t2} {07229.f} {07229.p5} -> {07229.p6} 
+tr {07229.t3|07230.t1} : a7228 {07229.f} {07230.p1} -> {07230.p3} 
+tr {07230.e} {07230.p6} {07230.p3} -> {07230.p4-eats} 
+tr {07230.t} {07230.p2-thinks} -> {07230.p1} {07230.p5} 
+tr {07230.t0|07231.t4} : b7229 {07231.p4-eats} -> {07230.f} {07231.f} {07231.p2-thinks} 
+tr {07230.t2} {07230.f} {07230.p5} -> {07230.p6} 
+tr {07230.t3|07231.t1} : a7229 {07230.f} {07231.p1} -> {07231.p3} 
+tr {07231.e} {07231.p6} {07231.p3} -> {07231.p4-eats} 
+tr {07231.t} {07231.p2-thinks} -> {07231.p1} {07231.p5} 
+tr {07231.t0|07232.t4} : b7230 {07232.p4-eats} -> {07231.f} {07232.f} {07232.p2-thinks} 
+tr {07231.t2} {07231.f} {07231.p5} -> {07231.p6} 
+tr {07231.t3|07232.t1} : a7230 {07231.f} {07232.p1} -> {07232.p3} 
+tr {07232.e} {07232.p6} {07232.p3} -> {07232.p4-eats} 
+tr {07232.t} {07232.p2-thinks} -> {07232.p1} {07232.p5} 
+tr {07232.t0|07233.t4} : b7231 {07233.p4-eats} -> {07232.f} {07233.f} {07233.p2-thinks} 
+tr {07232.t2} {07232.f} {07232.p5} -> {07232.p6} 
+tr {07232.t3|07233.t1} : a7231 {07232.f} {07233.p1} -> {07233.p3} 
+tr {07233.e} {07233.p6} {07233.p3} -> {07233.p4-eats} 
+tr {07233.t} {07233.p2-thinks} -> {07233.p1} {07233.p5} 
+tr {07233.t0|07234.t4} : b7232 {07234.p4-eats} -> {07233.f} {07234.f} {07234.p2-thinks} 
+tr {07233.t2} {07233.f} {07233.p5} -> {07233.p6} 
+tr {07233.t3|07234.t1} : a7232 {07233.f} {07234.p1} -> {07234.p3} 
+tr {07234.e} {07234.p6} {07234.p3} -> {07234.p4-eats} 
+tr {07234.t} {07234.p2-thinks} -> {07234.p1} {07234.p5} 
+tr {07234.t0|07235.t4} : b7233 {07235.p4-eats} -> {07234.f} {07235.f} {07235.p2-thinks} 
+tr {07234.t2} {07234.f} {07234.p5} -> {07234.p6} 
+tr {07234.t3|07235.t1} : a7233 {07234.f} {07235.p1} -> {07235.p3} 
+tr {07235.e} {07235.p6} {07235.p3} -> {07235.p4-eats} 
+tr {07235.t} {07235.p2-thinks} -> {07235.p1} {07235.p5} 
+tr {07235.t0|07236.t4} : b7234 {07236.p4-eats} -> {07235.f} {07236.f} {07236.p2-thinks} 
+tr {07235.t2} {07235.f} {07235.p5} -> {07235.p6} 
+tr {07235.t3|07236.t1} : a7234 {07235.f} {07236.p1} -> {07236.p3} 
+tr {07236.e} {07236.p6} {07236.p3} -> {07236.p4-eats} 
+tr {07236.t} {07236.p2-thinks} -> {07236.p1} {07236.p5} 
+tr {07236.t0|07237.t4} : b7235 {07237.p4-eats} -> {07236.f} {07237.f} {07237.p2-thinks} 
+tr {07236.t2} {07236.f} {07236.p5} -> {07236.p6} 
+tr {07236.t3|07237.t1} : a7235 {07236.f} {07237.p1} -> {07237.p3} 
+tr {07237.e} {07237.p6} {07237.p3} -> {07237.p4-eats} 
+tr {07237.t} {07237.p2-thinks} -> {07237.p1} {07237.p5} 
+tr {07237.t0|07238.t4} : b7236 {07238.p4-eats} -> {07237.f} {07238.f} {07238.p2-thinks} 
+tr {07237.t2} {07237.f} {07237.p5} -> {07237.p6} 
+tr {07237.t3|07238.t1} : a7236 {07237.f} {07238.p1} -> {07238.p3} 
+tr {07238.e} {07238.p6} {07238.p3} -> {07238.p4-eats} 
+tr {07238.t} {07238.p2-thinks} -> {07238.p1} {07238.p5} 
+tr {07238.t0|07239.t4} : b7237 {07239.p4-eats} -> {07238.f} {07239.f} {07239.p2-thinks} 
+tr {07238.t2} {07238.f} {07238.p5} -> {07238.p6} 
+tr {07238.t3|07239.t1} : a7237 {07238.f} {07239.p1} -> {07239.p3} 
+tr {07239.e} {07239.p6} {07239.p3} -> {07239.p4-eats} 
+tr {07239.t} {07239.p2-thinks} -> {07239.p1} {07239.p5} 
+tr {07239.t0|07240.t4} : b7238 {07240.p4-eats} -> {07239.f} {07240.f} {07240.p2-thinks} 
+tr {07239.t2} {07239.f} {07239.p5} -> {07239.p6} 
+tr {07239.t3|07240.t1} : a7238 {07239.f} {07240.p1} -> {07240.p3} 
+tr {07240.e} {07240.p6} {07240.p3} -> {07240.p4-eats} 
+tr {07240.t} {07240.p2-thinks} -> {07240.p1} {07240.p5} 
+tr {07240.t0|07241.t4} : b7239 {07241.p4-eats} -> {07240.f} {07241.f} {07241.p2-thinks} 
+tr {07240.t2} {07240.f} {07240.p5} -> {07240.p6} 
+tr {07240.t3|07241.t1} : a7239 {07240.f} {07241.p1} -> {07241.p3} 
+tr {07241.e} {07241.p6} {07241.p3} -> {07241.p4-eats} 
+tr {07241.t} {07241.p2-thinks} -> {07241.p1} {07241.p5} 
+tr {07241.t0|07242.t4} : b7240 {07242.p4-eats} -> {07241.f} {07242.f} {07242.p2-thinks} 
+tr {07241.t2} {07241.f} {07241.p5} -> {07241.p6} 
+tr {07241.t3|07242.t1} : a7240 {07241.f} {07242.p1} -> {07242.p3} 
+tr {07242.e} {07242.p6} {07242.p3} -> {07242.p4-eats} 
+tr {07242.t} {07242.p2-thinks} -> {07242.p1} {07242.p5} 
+tr {07242.t0|07243.t4} : b7241 {07243.p4-eats} -> {07242.f} {07243.f} {07243.p2-thinks} 
+tr {07242.t2} {07242.f} {07242.p5} -> {07242.p6} 
+tr {07242.t3|07243.t1} : a7241 {07242.f} {07243.p1} -> {07243.p3} 
+tr {07243.e} {07243.p6} {07243.p3} -> {07243.p4-eats} 
+tr {07243.t} {07243.p2-thinks} -> {07243.p1} {07243.p5} 
+tr {07243.t0|07244.t4} : b7242 {07244.p4-eats} -> {07243.f} {07244.f} {07244.p2-thinks} 
+tr {07243.t2} {07243.f} {07243.p5} -> {07243.p6} 
+tr {07243.t3|07244.t1} : a7242 {07243.f} {07244.p1} -> {07244.p3} 
+tr {07244.e} {07244.p6} {07244.p3} -> {07244.p4-eats} 
+tr {07244.t} {07244.p2-thinks} -> {07244.p1} {07244.p5} 
+tr {07244.t0|07245.t4} : b7243 {07245.p4-eats} -> {07244.f} {07245.f} {07245.p2-thinks} 
+tr {07244.t2} {07244.f} {07244.p5} -> {07244.p6} 
+tr {07244.t3|07245.t1} : a7243 {07244.f} {07245.p1} -> {07245.p3} 
+tr {07245.e} {07245.p6} {07245.p3} -> {07245.p4-eats} 
+tr {07245.t} {07245.p2-thinks} -> {07245.p1} {07245.p5} 
+tr {07245.t0|07246.t4} : b7244 {07246.p4-eats} -> {07245.f} {07246.f} {07246.p2-thinks} 
+tr {07245.t2} {07245.f} {07245.p5} -> {07245.p6} 
+tr {07245.t3|07246.t1} : a7244 {07245.f} {07246.p1} -> {07246.p3} 
+tr {07246.e} {07246.p6} {07246.p3} -> {07246.p4-eats} 
+tr {07246.t} {07246.p2-thinks} -> {07246.p1} {07246.p5} 
+tr {07246.t0|07247.t4} : b7245 {07247.p4-eats} -> {07246.f} {07247.f} {07247.p2-thinks} 
+tr {07246.t2} {07246.f} {07246.p5} -> {07246.p6} 
+tr {07246.t3|07247.t1} : a7245 {07246.f} {07247.p1} -> {07247.p3} 
+tr {07247.e} {07247.p6} {07247.p3} -> {07247.p4-eats} 
+tr {07247.t} {07247.p2-thinks} -> {07247.p1} {07247.p5} 
+tr {07247.t0|07248.t4} : b7246 {07248.p4-eats} -> {07247.f} {07248.f} {07248.p2-thinks} 
+tr {07247.t2} {07247.f} {07247.p5} -> {07247.p6} 
+tr {07247.t3|07248.t1} : a7246 {07247.f} {07248.p1} -> {07248.p3} 
+tr {07248.e} {07248.p6} {07248.p3} -> {07248.p4-eats} 
+tr {07248.t} {07248.p2-thinks} -> {07248.p1} {07248.p5} 
+tr {07248.t0|07249.t4} : b7247 {07249.p4-eats} -> {07248.f} {07249.f} {07249.p2-thinks} 
+tr {07248.t2} {07248.f} {07248.p5} -> {07248.p6} 
+tr {07248.t3|07249.t1} : a7247 {07248.f} {07249.p1} -> {07249.p3} 
+tr {07249.e} {07249.p6} {07249.p3} -> {07249.p4-eats} 
+tr {07249.t} {07249.p2-thinks} -> {07249.p1} {07249.p5} 
+tr {07249.t0|07250.t4} : b7248 {07250.p4-eats} -> {07249.f} {07250.f} {07250.p2-thinks} 
+tr {07249.t2} {07249.f} {07249.p5} -> {07249.p6} 
+tr {07249.t3|07250.t1} : a7248 {07249.f} {07250.p1} -> {07250.p3} 
+tr {07250.e} {07250.p6} {07250.p3} -> {07250.p4-eats} 
+tr {07250.t} {07250.p2-thinks} -> {07250.p1} {07250.p5} 
+tr {07250.t0|07251.t4} : b7249 {07251.p4-eats} -> {07250.f} {07251.f} {07251.p2-thinks} 
+tr {07250.t2} {07250.f} {07250.p5} -> {07250.p6} 
+tr {07250.t3|07251.t1} : a7249 {07250.f} {07251.p1} -> {07251.p3} 
+tr {07251.e} {07251.p6} {07251.p3} -> {07251.p4-eats} 
+tr {07251.t} {07251.p2-thinks} -> {07251.p1} {07251.p5} 
+tr {07251.t0|07252.t4} : b7250 {07252.p4-eats} -> {07251.f} {07252.f} {07252.p2-thinks} 
+tr {07251.t2} {07251.f} {07251.p5} -> {07251.p6} 
+tr {07251.t3|07252.t1} : a7250 {07251.f} {07252.p1} -> {07252.p3} 
+tr {07252.e} {07252.p6} {07252.p3} -> {07252.p4-eats} 
+tr {07252.t} {07252.p2-thinks} -> {07252.p1} {07252.p5} 
+tr {07252.t0|07253.t4} : b7251 {07253.p4-eats} -> {07252.f} {07253.f} {07253.p2-thinks} 
+tr {07252.t2} {07252.f} {07252.p5} -> {07252.p6} 
+tr {07252.t3|07253.t1} : a7251 {07252.f} {07253.p1} -> {07253.p3} 
+tr {07253.e} {07253.p6} {07253.p3} -> {07253.p4-eats} 
+tr {07253.t} {07253.p2-thinks} -> {07253.p1} {07253.p5} 
+tr {07253.t0|07254.t4} : b7252 {07254.p4-eats} -> {07253.f} {07254.f} {07254.p2-thinks} 
+tr {07253.t2} {07253.f} {07253.p5} -> {07253.p6} 
+tr {07253.t3|07254.t1} : a7252 {07253.f} {07254.p1} -> {07254.p3} 
+tr {07254.e} {07254.p6} {07254.p3} -> {07254.p4-eats} 
+tr {07254.t} {07254.p2-thinks} -> {07254.p1} {07254.p5} 
+tr {07254.t0|07255.t4} : b7253 {07255.p4-eats} -> {07254.f} {07255.f} {07255.p2-thinks} 
+tr {07254.t2} {07254.f} {07254.p5} -> {07254.p6} 
+tr {07254.t3|07255.t1} : a7253 {07254.f} {07255.p1} -> {07255.p3} 
+tr {07255.e} {07255.p6} {07255.p3} -> {07255.p4-eats} 
+tr {07255.t} {07255.p2-thinks} -> {07255.p1} {07255.p5} 
+tr {07255.t0|07256.t4} : b7254 {07256.p4-eats} -> {07255.f} {07256.f} {07256.p2-thinks} 
+tr {07255.t2} {07255.f} {07255.p5} -> {07255.p6} 
+tr {07255.t3|07256.t1} : a7254 {07255.f} {07256.p1} -> {07256.p3} 
+tr {07256.e} {07256.p6} {07256.p3} -> {07256.p4-eats} 
+tr {07256.t} {07256.p2-thinks} -> {07256.p1} {07256.p5} 
+tr {07256.t0|07257.t4} : b7255 {07257.p4-eats} -> {07256.f} {07257.f} {07257.p2-thinks} 
+tr {07256.t2} {07256.f} {07256.p5} -> {07256.p6} 
+tr {07256.t3|07257.t1} : a7255 {07256.f} {07257.p1} -> {07257.p3} 
+tr {07257.e} {07257.p6} {07257.p3} -> {07257.p4-eats} 
+tr {07257.t} {07257.p2-thinks} -> {07257.p1} {07257.p5} 
+tr {07257.t0|07258.t4} : b7256 {07258.p4-eats} -> {07257.f} {07258.f} {07258.p2-thinks} 
+tr {07257.t2} {07257.f} {07257.p5} -> {07257.p6} 
+tr {07257.t3|07258.t1} : a7256 {07257.f} {07258.p1} -> {07258.p3} 
+tr {07258.e} {07258.p6} {07258.p3} -> {07258.p4-eats} 
+tr {07258.t} {07258.p2-thinks} -> {07258.p1} {07258.p5} 
+tr {07258.t0|07259.t4} : b7257 {07259.p4-eats} -> {07258.f} {07259.f} {07259.p2-thinks} 
+tr {07258.t2} {07258.f} {07258.p5} -> {07258.p6} 
+tr {07258.t3|07259.t1} : a7257 {07258.f} {07259.p1} -> {07259.p3} 
+tr {07259.e} {07259.p6} {07259.p3} -> {07259.p4-eats} 
+tr {07259.t} {07259.p2-thinks} -> {07259.p1} {07259.p5} 
+tr {07259.t0|07260.t4} : b7258 {07260.p4-eats} -> {07259.f} {07260.f} {07260.p2-thinks} 
+tr {07259.t2} {07259.f} {07259.p5} -> {07259.p6} 
+tr {07259.t3|07260.t1} : a7258 {07259.f} {07260.p1} -> {07260.p3} 
+tr {07260.e} {07260.p6} {07260.p3} -> {07260.p4-eats} 
+tr {07260.t} {07260.p2-thinks} -> {07260.p1} {07260.p5} 
+tr {07260.t0|07261.t4} : b7259 {07261.p4-eats} -> {07260.f} {07261.f} {07261.p2-thinks} 
+tr {07260.t2} {07260.f} {07260.p5} -> {07260.p6} 
+tr {07260.t3|07261.t1} : a7259 {07260.f} {07261.p1} -> {07261.p3} 
+tr {07261.e} {07261.p6} {07261.p3} -> {07261.p4-eats} 
+tr {07261.t} {07261.p2-thinks} -> {07261.p1} {07261.p5} 
+tr {07261.t0|07262.t4} : b7260 {07262.p4-eats} -> {07261.f} {07262.f} {07262.p2-thinks} 
+tr {07261.t2} {07261.f} {07261.p5} -> {07261.p6} 
+tr {07261.t3|07262.t1} : a7260 {07261.f} {07262.p1} -> {07262.p3} 
+tr {07262.e} {07262.p6} {07262.p3} -> {07262.p4-eats} 
+tr {07262.t} {07262.p2-thinks} -> {07262.p1} {07262.p5} 
+tr {07262.t0|07263.t4} : b7261 {07263.p4-eats} -> {07262.f} {07263.f} {07263.p2-thinks} 
+tr {07262.t2} {07262.f} {07262.p5} -> {07262.p6} 
+tr {07262.t3|07263.t1} : a7261 {07262.f} {07263.p1} -> {07263.p3} 
+tr {07263.e} {07263.p6} {07263.p3} -> {07263.p4-eats} 
+tr {07263.t} {07263.p2-thinks} -> {07263.p1} {07263.p5} 
+tr {07263.t0|07264.t4} : b7262 {07264.p4-eats} -> {07263.f} {07264.f} {07264.p2-thinks} 
+tr {07263.t2} {07263.f} {07263.p5} -> {07263.p6} 
+tr {07263.t3|07264.t1} : a7262 {07263.f} {07264.p1} -> {07264.p3} 
+tr {07264.e} {07264.p6} {07264.p3} -> {07264.p4-eats} 
+tr {07264.t} {07264.p2-thinks} -> {07264.p1} {07264.p5} 
+tr {07264.t0|07265.t4} : b7263 {07265.p4-eats} -> {07264.f} {07265.f} {07265.p2-thinks} 
+tr {07264.t2} {07264.f} {07264.p5} -> {07264.p6} 
+tr {07264.t3|07265.t1} : a7263 {07264.f} {07265.p1} -> {07265.p3} 
+tr {07265.e} {07265.p6} {07265.p3} -> {07265.p4-eats} 
+tr {07265.t} {07265.p2-thinks} -> {07265.p1} {07265.p5} 
+tr {07265.t0|07266.t4} : b7264 {07266.p4-eats} -> {07265.f} {07266.f} {07266.p2-thinks} 
+tr {07265.t2} {07265.f} {07265.p5} -> {07265.p6} 
+tr {07265.t3|07266.t1} : a7264 {07265.f} {07266.p1} -> {07266.p3} 
+tr {07266.e} {07266.p6} {07266.p3} -> {07266.p4-eats} 
+tr {07266.t} {07266.p2-thinks} -> {07266.p1} {07266.p5} 
+tr {07266.t0|07267.t4} : b7265 {07267.p4-eats} -> {07266.f} {07267.f} {07267.p2-thinks} 
+tr {07266.t2} {07266.f} {07266.p5} -> {07266.p6} 
+tr {07266.t3|07267.t1} : a7265 {07266.f} {07267.p1} -> {07267.p3} 
+tr {07267.e} {07267.p6} {07267.p3} -> {07267.p4-eats} 
+tr {07267.t} {07267.p2-thinks} -> {07267.p1} {07267.p5} 
+tr {07267.t0|07268.t4} : b7266 {07268.p4-eats} -> {07267.f} {07268.f} {07268.p2-thinks} 
+tr {07267.t2} {07267.f} {07267.p5} -> {07267.p6} 
+tr {07267.t3|07268.t1} : a7266 {07267.f} {07268.p1} -> {07268.p3} 
+tr {07268.e} {07268.p6} {07268.p3} -> {07268.p4-eats} 
+tr {07268.t} {07268.p2-thinks} -> {07268.p1} {07268.p5} 
+tr {07268.t0|07269.t4} : b7267 {07269.p4-eats} -> {07268.f} {07269.f} {07269.p2-thinks} 
+tr {07268.t2} {07268.f} {07268.p5} -> {07268.p6} 
+tr {07268.t3|07269.t1} : a7267 {07268.f} {07269.p1} -> {07269.p3} 
+tr {07269.e} {07269.p6} {07269.p3} -> {07269.p4-eats} 
+tr {07269.t} {07269.p2-thinks} -> {07269.p1} {07269.p5} 
+tr {07269.t0|07270.t4} : b7268 {07270.p4-eats} -> {07269.f} {07270.f} {07270.p2-thinks} 
+tr {07269.t2} {07269.f} {07269.p5} -> {07269.p6} 
+tr {07269.t3|07270.t1} : a7268 {07269.f} {07270.p1} -> {07270.p3} 
+tr {07270.e} {07270.p6} {07270.p3} -> {07270.p4-eats} 
+tr {07270.t} {07270.p2-thinks} -> {07270.p1} {07270.p5} 
+tr {07270.t0|07271.t4} : b7269 {07271.p4-eats} -> {07270.f} {07271.f} {07271.p2-thinks} 
+tr {07270.t2} {07270.f} {07270.p5} -> {07270.p6} 
+tr {07270.t3|07271.t1} : a7269 {07270.f} {07271.p1} -> {07271.p3} 
+tr {07271.e} {07271.p6} {07271.p3} -> {07271.p4-eats} 
+tr {07271.t} {07271.p2-thinks} -> {07271.p1} {07271.p5} 
+tr {07271.t0|07272.t4} : b7270 {07272.p4-eats} -> {07271.f} {07272.f} {07272.p2-thinks} 
+tr {07271.t2} {07271.f} {07271.p5} -> {07271.p6} 
+tr {07271.t3|07272.t1} : a7270 {07271.f} {07272.p1} -> {07272.p3} 
+tr {07272.e} {07272.p6} {07272.p3} -> {07272.p4-eats} 
+tr {07272.t} {07272.p2-thinks} -> {07272.p1} {07272.p5} 
+tr {07272.t0|07273.t4} : b7271 {07273.p4-eats} -> {07272.f} {07273.f} {07273.p2-thinks} 
+tr {07272.t2} {07272.f} {07272.p5} -> {07272.p6} 
+tr {07272.t3|07273.t1} : a7271 {07272.f} {07273.p1} -> {07273.p3} 
+tr {07273.e} {07273.p6} {07273.p3} -> {07273.p4-eats} 
+tr {07273.t} {07273.p2-thinks} -> {07273.p1} {07273.p5} 
+tr {07273.t0|07274.t4} : b7272 {07274.p4-eats} -> {07273.f} {07274.f} {07274.p2-thinks} 
+tr {07273.t2} {07273.f} {07273.p5} -> {07273.p6} 
+tr {07273.t3|07274.t1} : a7272 {07273.f} {07274.p1} -> {07274.p3} 
+tr {07274.e} {07274.p6} {07274.p3} -> {07274.p4-eats} 
+tr {07274.t} {07274.p2-thinks} -> {07274.p1} {07274.p5} 
+tr {07274.t0|07275.t4} : b7273 {07275.p4-eats} -> {07274.f} {07275.f} {07275.p2-thinks} 
+tr {07274.t2} {07274.f} {07274.p5} -> {07274.p6} 
+tr {07274.t3|07275.t1} : a7273 {07274.f} {07275.p1} -> {07275.p3} 
+tr {07275.e} {07275.p6} {07275.p3} -> {07275.p4-eats} 
+tr {07275.t} {07275.p2-thinks} -> {07275.p1} {07275.p5} 
+tr {07275.t0|07276.t4} : b7274 {07276.p4-eats} -> {07275.f} {07276.f} {07276.p2-thinks} 
+tr {07275.t2} {07275.f} {07275.p5} -> {07275.p6} 
+tr {07275.t3|07276.t1} : a7274 {07275.f} {07276.p1} -> {07276.p3} 
+tr {07276.e} {07276.p6} {07276.p3} -> {07276.p4-eats} 
+tr {07276.t} {07276.p2-thinks} -> {07276.p1} {07276.p5} 
+tr {07276.t0|07277.t4} : b7275 {07277.p4-eats} -> {07276.f} {07277.f} {07277.p2-thinks} 
+tr {07276.t2} {07276.f} {07276.p5} -> {07276.p6} 
+tr {07276.t3|07277.t1} : a7275 {07276.f} {07277.p1} -> {07277.p3} 
+tr {07277.e} {07277.p6} {07277.p3} -> {07277.p4-eats} 
+tr {07277.t} {07277.p2-thinks} -> {07277.p1} {07277.p5} 
+tr {07277.t0|07278.t4} : b7276 {07278.p4-eats} -> {07277.f} {07278.f} {07278.p2-thinks} 
+tr {07277.t2} {07277.f} {07277.p5} -> {07277.p6} 
+tr {07277.t3|07278.t1} : a7276 {07277.f} {07278.p1} -> {07278.p3} 
+tr {07278.e} {07278.p6} {07278.p3} -> {07278.p4-eats} 
+tr {07278.t} {07278.p2-thinks} -> {07278.p1} {07278.p5} 
+tr {07278.t0|07279.t4} : b7277 {07279.p4-eats} -> {07278.f} {07279.f} {07279.p2-thinks} 
+tr {07278.t2} {07278.f} {07278.p5} -> {07278.p6} 
+tr {07278.t3|07279.t1} : a7277 {07278.f} {07279.p1} -> {07279.p3} 
+tr {07279.e} {07279.p6} {07279.p3} -> {07279.p4-eats} 
+tr {07279.t} {07279.p2-thinks} -> {07279.p1} {07279.p5} 
+tr {07279.t0|07280.t4} : b7278 {07280.p4-eats} -> {07279.f} {07280.f} {07280.p2-thinks} 
+tr {07279.t2} {07279.f} {07279.p5} -> {07279.p6} 
+tr {07279.t3|07280.t1} : a7278 {07279.f} {07280.p1} -> {07280.p3} 
+tr {07280.e} {07280.p6} {07280.p3} -> {07280.p4-eats} 
+tr {07280.t} {07280.p2-thinks} -> {07280.p1} {07280.p5} 
+tr {07280.t0|07281.t4} : b7279 {07281.p4-eats} -> {07280.f} {07281.f} {07281.p2-thinks} 
+tr {07280.t2} {07280.f} {07280.p5} -> {07280.p6} 
+tr {07280.t3|07281.t1} : a7279 {07280.f} {07281.p1} -> {07281.p3} 
+tr {07281.e} {07281.p6} {07281.p3} -> {07281.p4-eats} 
+tr {07281.t} {07281.p2-thinks} -> {07281.p1} {07281.p5} 
+tr {07281.t0|07282.t4} : b7280 {07282.p4-eats} -> {07281.f} {07282.f} {07282.p2-thinks} 
+tr {07281.t2} {07281.f} {07281.p5} -> {07281.p6} 
+tr {07281.t3|07282.t1} : a7280 {07281.f} {07282.p1} -> {07282.p3} 
+tr {07282.e} {07282.p6} {07282.p3} -> {07282.p4-eats} 
+tr {07282.t} {07282.p2-thinks} -> {07282.p1} {07282.p5} 
+tr {07282.t0|07283.t4} : b7281 {07283.p4-eats} -> {07282.f} {07283.f} {07283.p2-thinks} 
+tr {07282.t2} {07282.f} {07282.p5} -> {07282.p6} 
+tr {07282.t3|07283.t1} : a7281 {07282.f} {07283.p1} -> {07283.p3} 
+tr {07283.e} {07283.p6} {07283.p3} -> {07283.p4-eats} 
+tr {07283.t} {07283.p2-thinks} -> {07283.p1} {07283.p5} 
+tr {07283.t0|07284.t4} : b7282 {07284.p4-eats} -> {07283.f} {07284.f} {07284.p2-thinks} 
+tr {07283.t2} {07283.f} {07283.p5} -> {07283.p6} 
+tr {07283.t3|07284.t1} : a7282 {07283.f} {07284.p1} -> {07284.p3} 
+tr {07284.e} {07284.p6} {07284.p3} -> {07284.p4-eats} 
+tr {07284.t} {07284.p2-thinks} -> {07284.p1} {07284.p5} 
+tr {07284.t0|07285.t4} : b7283 {07285.p4-eats} -> {07284.f} {07285.f} {07285.p2-thinks} 
+tr {07284.t2} {07284.f} {07284.p5} -> {07284.p6} 
+tr {07284.t3|07285.t1} : a7283 {07284.f} {07285.p1} -> {07285.p3} 
+tr {07285.e} {07285.p6} {07285.p3} -> {07285.p4-eats} 
+tr {07285.t} {07285.p2-thinks} -> {07285.p1} {07285.p5} 
+tr {07285.t0|07286.t4} : b7284 {07286.p4-eats} -> {07285.f} {07286.f} {07286.p2-thinks} 
+tr {07285.t2} {07285.f} {07285.p5} -> {07285.p6} 
+tr {07285.t3|07286.t1} : a7284 {07285.f} {07286.p1} -> {07286.p3} 
+tr {07286.e} {07286.p6} {07286.p3} -> {07286.p4-eats} 
+tr {07286.t} {07286.p2-thinks} -> {07286.p1} {07286.p5} 
+tr {07286.t0|07287.t4} : b7285 {07287.p4-eats} -> {07286.f} {07287.f} {07287.p2-thinks} 
+tr {07286.t2} {07286.f} {07286.p5} -> {07286.p6} 
+tr {07286.t3|07287.t1} : a7285 {07286.f} {07287.p1} -> {07287.p3} 
+tr {07287.e} {07287.p6} {07287.p3} -> {07287.p4-eats} 
+tr {07287.t} {07287.p2-thinks} -> {07287.p1} {07287.p5} 
+tr {07287.t0|07288.t4} : b7286 {07288.p4-eats} -> {07287.f} {07288.f} {07288.p2-thinks} 
+tr {07287.t2} {07287.f} {07287.p5} -> {07287.p6} 
+tr {07287.t3|07288.t1} : a7286 {07287.f} {07288.p1} -> {07288.p3} 
+tr {07288.e} {07288.p6} {07288.p3} -> {07288.p4-eats} 
+tr {07288.t} {07288.p2-thinks} -> {07288.p1} {07288.p5} 
+tr {07288.t0|07289.t4} : b7287 {07289.p4-eats} -> {07288.f} {07289.f} {07289.p2-thinks} 
+tr {07288.t2} {07288.f} {07288.p5} -> {07288.p6} 
+tr {07288.t3|07289.t1} : a7287 {07288.f} {07289.p1} -> {07289.p3} 
+tr {07289.e} {07289.p6} {07289.p3} -> {07289.p4-eats} 
+tr {07289.t} {07289.p2-thinks} -> {07289.p1} {07289.p5} 
+tr {07289.t0|07290.t4} : b7288 {07290.p4-eats} -> {07289.f} {07290.f} {07290.p2-thinks} 
+tr {07289.t2} {07289.f} {07289.p5} -> {07289.p6} 
+tr {07289.t3|07290.t1} : a7288 {07289.f} {07290.p1} -> {07290.p3} 
+tr {07290.e} {07290.p6} {07290.p3} -> {07290.p4-eats} 
+tr {07290.t} {07290.p2-thinks} -> {07290.p1} {07290.p5} 
+tr {07290.t0|07291.t4} : b7289 {07291.p4-eats} -> {07290.f} {07291.f} {07291.p2-thinks} 
+tr {07290.t2} {07290.f} {07290.p5} -> {07290.p6} 
+tr {07290.t3|07291.t1} : a7289 {07290.f} {07291.p1} -> {07291.p3} 
+tr {07291.e} {07291.p6} {07291.p3} -> {07291.p4-eats} 
+tr {07291.t} {07291.p2-thinks} -> {07291.p1} {07291.p5} 
+tr {07291.t0|07292.t4} : b7290 {07292.p4-eats} -> {07291.f} {07292.f} {07292.p2-thinks} 
+tr {07291.t2} {07291.f} {07291.p5} -> {07291.p6} 
+tr {07291.t3|07292.t1} : a7290 {07291.f} {07292.p1} -> {07292.p3} 
+tr {07292.e} {07292.p6} {07292.p3} -> {07292.p4-eats} 
+tr {07292.t} {07292.p2-thinks} -> {07292.p1} {07292.p5} 
+tr {07292.t0|07293.t4} : b7291 {07293.p4-eats} -> {07292.f} {07293.f} {07293.p2-thinks} 
+tr {07292.t2} {07292.f} {07292.p5} -> {07292.p6} 
+tr {07292.t3|07293.t1} : a7291 {07292.f} {07293.p1} -> {07293.p3} 
+tr {07293.e} {07293.p6} {07293.p3} -> {07293.p4-eats} 
+tr {07293.t} {07293.p2-thinks} -> {07293.p1} {07293.p5} 
+tr {07293.t0|07294.t4} : b7292 {07294.p4-eats} -> {07293.f} {07294.f} {07294.p2-thinks} 
+tr {07293.t2} {07293.f} {07293.p5} -> {07293.p6} 
+tr {07293.t3|07294.t1} : a7292 {07293.f} {07294.p1} -> {07294.p3} 
+tr {07294.e} {07294.p6} {07294.p3} -> {07294.p4-eats} 
+tr {07294.t} {07294.p2-thinks} -> {07294.p1} {07294.p5} 
+tr {07294.t0|07295.t4} : b7293 {07295.p4-eats} -> {07294.f} {07295.f} {07295.p2-thinks} 
+tr {07294.t2} {07294.f} {07294.p5} -> {07294.p6} 
+tr {07294.t3|07295.t1} : a7293 {07294.f} {07295.p1} -> {07295.p3} 
+tr {07295.e} {07295.p6} {07295.p3} -> {07295.p4-eats} 
+tr {07295.t} {07295.p2-thinks} -> {07295.p1} {07295.p5} 
+tr {07295.t0|07296.t4} : b7294 {07296.p4-eats} -> {07295.f} {07296.f} {07296.p2-thinks} 
+tr {07295.t2} {07295.f} {07295.p5} -> {07295.p6} 
+tr {07295.t3|07296.t1} : a7294 {07295.f} {07296.p1} -> {07296.p3} 
+tr {07296.e} {07296.p6} {07296.p3} -> {07296.p4-eats} 
+tr {07296.t} {07296.p2-thinks} -> {07296.p1} {07296.p5} 
+tr {07296.t0|07297.t4} : b7295 {07297.p4-eats} -> {07296.f} {07297.f} {07297.p2-thinks} 
+tr {07296.t2} {07296.f} {07296.p5} -> {07296.p6} 
+tr {07296.t3|07297.t1} : a7295 {07296.f} {07297.p1} -> {07297.p3} 
+tr {07297.e} {07297.p6} {07297.p3} -> {07297.p4-eats} 
+tr {07297.t} {07297.p2-thinks} -> {07297.p1} {07297.p5} 
+tr {07297.t0|07298.t4} : b7296 {07298.p4-eats} -> {07297.f} {07298.f} {07298.p2-thinks} 
+tr {07297.t2} {07297.f} {07297.p5} -> {07297.p6} 
+tr {07297.t3|07298.t1} : a7296 {07297.f} {07298.p1} -> {07298.p3} 
+tr {07298.e} {07298.p6} {07298.p3} -> {07298.p4-eats} 
+tr {07298.t} {07298.p2-thinks} -> {07298.p1} {07298.p5} 
+tr {07298.t0|07299.t4} : b7297 {07299.p4-eats} -> {07298.f} {07299.f} {07299.p2-thinks} 
+tr {07298.t2} {07298.f} {07298.p5} -> {07298.p6} 
+tr {07298.t3|07299.t1} : a7297 {07298.f} {07299.p1} -> {07299.p3} 
+tr {07299.e} {07299.p6} {07299.p3} -> {07299.p4-eats} 
+tr {07299.t} {07299.p2-thinks} -> {07299.p1} {07299.p5} 
+tr {07299.t0|07300.t4} : b7298 {07300.p4-eats} -> {07299.f} {07300.f} {07300.p2-thinks} 
+tr {07299.t2} {07299.f} {07299.p5} -> {07299.p6} 
+tr {07299.t3|07300.t1} : a7298 {07299.f} {07300.p1} -> {07300.p3} 
+tr {07300.e} {07300.p6} {07300.p3} -> {07300.p4-eats} 
+tr {07300.t} {07300.p2-thinks} -> {07300.p1} {07300.p5} 
+tr {07300.t0|07301.t4} : b7299 {07301.p4-eats} -> {07300.f} {07301.f} {07301.p2-thinks} 
+tr {07300.t2} {07300.f} {07300.p5} -> {07300.p6} 
+tr {07300.t3|07301.t1} : a7299 {07300.f} {07301.p1} -> {07301.p3} 
+tr {07301.e} {07301.p6} {07301.p3} -> {07301.p4-eats} 
+tr {07301.t} {07301.p2-thinks} -> {07301.p1} {07301.p5} 
+tr {07301.t0|07302.t4} : b7300 {07302.p4-eats} -> {07301.f} {07302.f} {07302.p2-thinks} 
+tr {07301.t2} {07301.f} {07301.p5} -> {07301.p6} 
+tr {07301.t3|07302.t1} : a7300 {07301.f} {07302.p1} -> {07302.p3} 
+tr {07302.e} {07302.p6} {07302.p3} -> {07302.p4-eats} 
+tr {07302.t} {07302.p2-thinks} -> {07302.p1} {07302.p5} 
+tr {07302.t0|07303.t4} : b7301 {07303.p4-eats} -> {07302.f} {07303.f} {07303.p2-thinks} 
+tr {07302.t2} {07302.f} {07302.p5} -> {07302.p6} 
+tr {07302.t3|07303.t1} : a7301 {07302.f} {07303.p1} -> {07303.p3} 
+tr {07303.e} {07303.p6} {07303.p3} -> {07303.p4-eats} 
+tr {07303.t} {07303.p2-thinks} -> {07303.p1} {07303.p5} 
+tr {07303.t0|07304.t4} : b7302 {07304.p4-eats} -> {07303.f} {07304.f} {07304.p2-thinks} 
+tr {07303.t2} {07303.f} {07303.p5} -> {07303.p6} 
+tr {07303.t3|07304.t1} : a7302 {07303.f} {07304.p1} -> {07304.p3} 
+tr {07304.e} {07304.p6} {07304.p3} -> {07304.p4-eats} 
+tr {07304.t} {07304.p2-thinks} -> {07304.p1} {07304.p5} 
+tr {07304.t0|07305.t4} : b7303 {07305.p4-eats} -> {07304.f} {07305.f} {07305.p2-thinks} 
+tr {07304.t2} {07304.f} {07304.p5} -> {07304.p6} 
+tr {07304.t3|07305.t1} : a7303 {07304.f} {07305.p1} -> {07305.p3} 
+tr {07305.e} {07305.p6} {07305.p3} -> {07305.p4-eats} 
+tr {07305.t} {07305.p2-thinks} -> {07305.p1} {07305.p5} 
+tr {07305.t0|07306.t4} : b7304 {07306.p4-eats} -> {07305.f} {07306.f} {07306.p2-thinks} 
+tr {07305.t2} {07305.f} {07305.p5} -> {07305.p6} 
+tr {07305.t3|07306.t1} : a7304 {07305.f} {07306.p1} -> {07306.p3} 
+tr {07306.e} {07306.p6} {07306.p3} -> {07306.p4-eats} 
+tr {07306.t} {07306.p2-thinks} -> {07306.p1} {07306.p5} 
+tr {07306.t0|07307.t4} : b7305 {07307.p4-eats} -> {07306.f} {07307.f} {07307.p2-thinks} 
+tr {07306.t2} {07306.f} {07306.p5} -> {07306.p6} 
+tr {07306.t3|07307.t1} : a7305 {07306.f} {07307.p1} -> {07307.p3} 
+tr {07307.e} {07307.p6} {07307.p3} -> {07307.p4-eats} 
+tr {07307.t} {07307.p2-thinks} -> {07307.p1} {07307.p5} 
+tr {07307.t0|07308.t4} : b7306 {07308.p4-eats} -> {07307.f} {07308.f} {07308.p2-thinks} 
+tr {07307.t2} {07307.f} {07307.p5} -> {07307.p6} 
+tr {07307.t3|07308.t1} : a7306 {07307.f} {07308.p1} -> {07308.p3} 
+tr {07308.e} {07308.p6} {07308.p3} -> {07308.p4-eats} 
+tr {07308.t} {07308.p2-thinks} -> {07308.p1} {07308.p5} 
+tr {07308.t0|07309.t4} : b7307 {07309.p4-eats} -> {07308.f} {07309.f} {07309.p2-thinks} 
+tr {07308.t2} {07308.f} {07308.p5} -> {07308.p6} 
+tr {07308.t3|07309.t1} : a7307 {07308.f} {07309.p1} -> {07309.p3} 
+tr {07309.e} {07309.p6} {07309.p3} -> {07309.p4-eats} 
+tr {07309.t} {07309.p2-thinks} -> {07309.p1} {07309.p5} 
+tr {07309.t0|07310.t4} : b7308 {07310.p4-eats} -> {07309.f} {07310.f} {07310.p2-thinks} 
+tr {07309.t2} {07309.f} {07309.p5} -> {07309.p6} 
+tr {07309.t3|07310.t1} : a7308 {07309.f} {07310.p1} -> {07310.p3} 
+tr {07310.e} {07310.p6} {07310.p3} -> {07310.p4-eats} 
+tr {07310.t} {07310.p2-thinks} -> {07310.p1} {07310.p5} 
+tr {07310.t0|07311.t4} : b7309 {07311.p4-eats} -> {07310.f} {07311.f} {07311.p2-thinks} 
+tr {07310.t2} {07310.f} {07310.p5} -> {07310.p6} 
+tr {07310.t3|07311.t1} : a7309 {07310.f} {07311.p1} -> {07311.p3} 
+tr {07311.e} {07311.p6} {07311.p3} -> {07311.p4-eats} 
+tr {07311.t} {07311.p2-thinks} -> {07311.p1} {07311.p5} 
+tr {07311.t0|07312.t4} : b7310 {07312.p4-eats} -> {07311.f} {07312.f} {07312.p2-thinks} 
+tr {07311.t2} {07311.f} {07311.p5} -> {07311.p6} 
+tr {07311.t3|07312.t1} : a7310 {07311.f} {07312.p1} -> {07312.p3} 
+tr {07312.e} {07312.p6} {07312.p3} -> {07312.p4-eats} 
+tr {07312.t} {07312.p2-thinks} -> {07312.p1} {07312.p5} 
+tr {07312.t0|07313.t4} : b7311 {07313.p4-eats} -> {07312.f} {07313.f} {07313.p2-thinks} 
+tr {07312.t2} {07312.f} {07312.p5} -> {07312.p6} 
+tr {07312.t3|07313.t1} : a7311 {07312.f} {07313.p1} -> {07313.p3} 
+tr {07313.e} {07313.p6} {07313.p3} -> {07313.p4-eats} 
+tr {07313.t} {07313.p2-thinks} -> {07313.p1} {07313.p5} 
+tr {07313.t0|07314.t4} : b7312 {07314.p4-eats} -> {07313.f} {07314.f} {07314.p2-thinks} 
+tr {07313.t2} {07313.f} {07313.p5} -> {07313.p6} 
+tr {07313.t3|07314.t1} : a7312 {07313.f} {07314.p1} -> {07314.p3} 
+tr {07314.e} {07314.p6} {07314.p3} -> {07314.p4-eats} 
+tr {07314.t} {07314.p2-thinks} -> {07314.p1} {07314.p5} 
+tr {07314.t0|07315.t4} : b7313 {07315.p4-eats} -> {07314.f} {07315.f} {07315.p2-thinks} 
+tr {07314.t2} {07314.f} {07314.p5} -> {07314.p6} 
+tr {07314.t3|07315.t1} : a7313 {07314.f} {07315.p1} -> {07315.p3} 
+tr {07315.e} {07315.p6} {07315.p3} -> {07315.p4-eats} 
+tr {07315.t} {07315.p2-thinks} -> {07315.p1} {07315.p5} 
+tr {07315.t0|07316.t4} : b7314 {07316.p4-eats} -> {07315.f} {07316.f} {07316.p2-thinks} 
+tr {07315.t2} {07315.f} {07315.p5} -> {07315.p6} 
+tr {07315.t3|07316.t1} : a7314 {07315.f} {07316.p1} -> {07316.p3} 
+tr {07316.e} {07316.p6} {07316.p3} -> {07316.p4-eats} 
+tr {07316.t} {07316.p2-thinks} -> {07316.p1} {07316.p5} 
+tr {07316.t0|07317.t4} : b7315 {07317.p4-eats} -> {07316.f} {07317.f} {07317.p2-thinks} 
+tr {07316.t2} {07316.f} {07316.p5} -> {07316.p6} 
+tr {07316.t3|07317.t1} : a7315 {07316.f} {07317.p1} -> {07317.p3} 
+tr {07317.e} {07317.p6} {07317.p3} -> {07317.p4-eats} 
+tr {07317.t} {07317.p2-thinks} -> {07317.p1} {07317.p5} 
+tr {07317.t0|07318.t4} : b7316 {07318.p4-eats} -> {07317.f} {07318.f} {07318.p2-thinks} 
+tr {07317.t2} {07317.f} {07317.p5} -> {07317.p6} 
+tr {07317.t3|07318.t1} : a7316 {07317.f} {07318.p1} -> {07318.p3} 
+tr {07318.e} {07318.p6} {07318.p3} -> {07318.p4-eats} 
+tr {07318.t} {07318.p2-thinks} -> {07318.p1} {07318.p5} 
+tr {07318.t0|07319.t4} : b7317 {07319.p4-eats} -> {07318.f} {07319.f} {07319.p2-thinks} 
+tr {07318.t2} {07318.f} {07318.p5} -> {07318.p6} 
+tr {07318.t3|07319.t1} : a7317 {07318.f} {07319.p1} -> {07319.p3} 
+tr {07319.e} {07319.p6} {07319.p3} -> {07319.p4-eats} 
+tr {07319.t} {07319.p2-thinks} -> {07319.p1} {07319.p5} 
+tr {07319.t0|07320.t4} : b7318 {07320.p4-eats} -> {07319.f} {07320.f} {07320.p2-thinks} 
+tr {07319.t2} {07319.f} {07319.p5} -> {07319.p6} 
+tr {07319.t3|07320.t1} : a7318 {07319.f} {07320.p1} -> {07320.p3} 
+tr {07320.e} {07320.p6} {07320.p3} -> {07320.p4-eats} 
+tr {07320.t} {07320.p2-thinks} -> {07320.p1} {07320.p5} 
+tr {07320.t0|07321.t4} : b7319 {07321.p4-eats} -> {07320.f} {07321.f} {07321.p2-thinks} 
+tr {07320.t2} {07320.f} {07320.p5} -> {07320.p6} 
+tr {07320.t3|07321.t1} : a7319 {07320.f} {07321.p1} -> {07321.p3} 
+tr {07321.e} {07321.p6} {07321.p3} -> {07321.p4-eats} 
+tr {07321.t} {07321.p2-thinks} -> {07321.p1} {07321.p5} 
+tr {07321.t0|07322.t4} : b7320 {07322.p4-eats} -> {07321.f} {07322.f} {07322.p2-thinks} 
+tr {07321.t2} {07321.f} {07321.p5} -> {07321.p6} 
+tr {07321.t3|07322.t1} : a7320 {07321.f} {07322.p1} -> {07322.p3} 
+tr {07322.e} {07322.p6} {07322.p3} -> {07322.p4-eats} 
+tr {07322.t} {07322.p2-thinks} -> {07322.p1} {07322.p5} 
+tr {07322.t0|07323.t4} : b7321 {07323.p4-eats} -> {07322.f} {07323.f} {07323.p2-thinks} 
+tr {07322.t2} {07322.f} {07322.p5} -> {07322.p6} 
+tr {07322.t3|07323.t1} : a7321 {07322.f} {07323.p1} -> {07323.p3} 
+tr {07323.e} {07323.p6} {07323.p3} -> {07323.p4-eats} 
+tr {07323.t} {07323.p2-thinks} -> {07323.p1} {07323.p5} 
+tr {07323.t0|07324.t4} : b7322 {07324.p4-eats} -> {07323.f} {07324.f} {07324.p2-thinks} 
+tr {07323.t2} {07323.f} {07323.p5} -> {07323.p6} 
+tr {07323.t3|07324.t1} : a7322 {07323.f} {07324.p1} -> {07324.p3} 
+tr {07324.e} {07324.p6} {07324.p3} -> {07324.p4-eats} 
+tr {07324.t} {07324.p2-thinks} -> {07324.p1} {07324.p5} 
+tr {07324.t0|07325.t4} : b7323 {07325.p4-eats} -> {07324.f} {07325.f} {07325.p2-thinks} 
+tr {07324.t2} {07324.f} {07324.p5} -> {07324.p6} 
+tr {07324.t3|07325.t1} : a7323 {07324.f} {07325.p1} -> {07325.p3} 
+tr {07325.e} {07325.p6} {07325.p3} -> {07325.p4-eats} 
+tr {07325.t} {07325.p2-thinks} -> {07325.p1} {07325.p5} 
+tr {07325.t0|07326.t4} : b7324 {07326.p4-eats} -> {07325.f} {07326.f} {07326.p2-thinks} 
+tr {07325.t2} {07325.f} {07325.p5} -> {07325.p6} 
+tr {07325.t3|07326.t1} : a7324 {07325.f} {07326.p1} -> {07326.p3} 
+tr {07326.e} {07326.p6} {07326.p3} -> {07326.p4-eats} 
+tr {07326.t} {07326.p2-thinks} -> {07326.p1} {07326.p5} 
+tr {07326.t0|07327.t4} : b7325 {07327.p4-eats} -> {07326.f} {07327.f} {07327.p2-thinks} 
+tr {07326.t2} {07326.f} {07326.p5} -> {07326.p6} 
+tr {07326.t3|07327.t1} : a7325 {07326.f} {07327.p1} -> {07327.p3} 
+tr {07327.e} {07327.p6} {07327.p3} -> {07327.p4-eats} 
+tr {07327.t} {07327.p2-thinks} -> {07327.p1} {07327.p5} 
+tr {07327.t0|07328.t4} : b7326 {07328.p4-eats} -> {07327.f} {07328.f} {07328.p2-thinks} 
+tr {07327.t2} {07327.f} {07327.p5} -> {07327.p6} 
+tr {07327.t3|07328.t1} : a7326 {07327.f} {07328.p1} -> {07328.p3} 
+tr {07328.e} {07328.p6} {07328.p3} -> {07328.p4-eats} 
+tr {07328.t} {07328.p2-thinks} -> {07328.p1} {07328.p5} 
+tr {07328.t0|07329.t4} : b7327 {07329.p4-eats} -> {07328.f} {07329.f} {07329.p2-thinks} 
+tr {07328.t2} {07328.f} {07328.p5} -> {07328.p6} 
+tr {07328.t3|07329.t1} : a7327 {07328.f} {07329.p1} -> {07329.p3} 
+tr {07329.e} {07329.p6} {07329.p3} -> {07329.p4-eats} 
+tr {07329.t} {07329.p2-thinks} -> {07329.p1} {07329.p5} 
+tr {07329.t0|07330.t4} : b7328 {07330.p4-eats} -> {07329.f} {07330.f} {07330.p2-thinks} 
+tr {07329.t2} {07329.f} {07329.p5} -> {07329.p6} 
+tr {07329.t3|07330.t1} : a7328 {07329.f} {07330.p1} -> {07330.p3} 
+tr {07330.e} {07330.p6} {07330.p3} -> {07330.p4-eats} 
+tr {07330.t} {07330.p2-thinks} -> {07330.p1} {07330.p5} 
+tr {07330.t0|07331.t4} : b7329 {07331.p4-eats} -> {07330.f} {07331.f} {07331.p2-thinks} 
+tr {07330.t2} {07330.f} {07330.p5} -> {07330.p6} 
+tr {07330.t3|07331.t1} : a7329 {07330.f} {07331.p1} -> {07331.p3} 
+tr {07331.e} {07331.p6} {07331.p3} -> {07331.p4-eats} 
+tr {07331.t} {07331.p2-thinks} -> {07331.p1} {07331.p5} 
+tr {07331.t0|07332.t4} : b7330 {07332.p4-eats} -> {07331.f} {07332.f} {07332.p2-thinks} 
+tr {07331.t2} {07331.f} {07331.p5} -> {07331.p6} 
+tr {07331.t3|07332.t1} : a7330 {07331.f} {07332.p1} -> {07332.p3} 
+tr {07332.e} {07332.p6} {07332.p3} -> {07332.p4-eats} 
+tr {07332.t} {07332.p2-thinks} -> {07332.p1} {07332.p5} 
+tr {07332.t0|07333.t4} : b7331 {07333.p4-eats} -> {07332.f} {07333.f} {07333.p2-thinks} 
+tr {07332.t2} {07332.f} {07332.p5} -> {07332.p6} 
+tr {07332.t3|07333.t1} : a7331 {07332.f} {07333.p1} -> {07333.p3} 
+tr {07333.e} {07333.p6} {07333.p3} -> {07333.p4-eats} 
+tr {07333.t} {07333.p2-thinks} -> {07333.p1} {07333.p5} 
+tr {07333.t0|07334.t4} : b7332 {07334.p4-eats} -> {07333.f} {07334.f} {07334.p2-thinks} 
+tr {07333.t2} {07333.f} {07333.p5} -> {07333.p6} 
+tr {07333.t3|07334.t1} : a7332 {07333.f} {07334.p1} -> {07334.p3} 
+tr {07334.e} {07334.p6} {07334.p3} -> {07334.p4-eats} 
+tr {07334.t} {07334.p2-thinks} -> {07334.p1} {07334.p5} 
+tr {07334.t0|07335.t4} : b7333 {07335.p4-eats} -> {07334.f} {07335.f} {07335.p2-thinks} 
+tr {07334.t2} {07334.f} {07334.p5} -> {07334.p6} 
+tr {07334.t3|07335.t1} : a7333 {07334.f} {07335.p1} -> {07335.p3} 
+tr {07335.e} {07335.p6} {07335.p3} -> {07335.p4-eats} 
+tr {07335.t} {07335.p2-thinks} -> {07335.p1} {07335.p5} 
+tr {07335.t0|07336.t4} : b7334 {07336.p4-eats} -> {07335.f} {07336.f} {07336.p2-thinks} 
+tr {07335.t2} {07335.f} {07335.p5} -> {07335.p6} 
+tr {07335.t3|07336.t1} : a7334 {07335.f} {07336.p1} -> {07336.p3} 
+tr {07336.e} {07336.p6} {07336.p3} -> {07336.p4-eats} 
+tr {07336.t} {07336.p2-thinks} -> {07336.p1} {07336.p5} 
+tr {07336.t0|07337.t4} : b7335 {07337.p4-eats} -> {07336.f} {07337.f} {07337.p2-thinks} 
+tr {07336.t2} {07336.f} {07336.p5} -> {07336.p6} 
+tr {07336.t3|07337.t1} : a7335 {07336.f} {07337.p1} -> {07337.p3} 
+tr {07337.e} {07337.p6} {07337.p3} -> {07337.p4-eats} 
+tr {07337.t} {07337.p2-thinks} -> {07337.p1} {07337.p5} 
+tr {07337.t0|07338.t4} : b7336 {07338.p4-eats} -> {07337.f} {07338.f} {07338.p2-thinks} 
+tr {07337.t2} {07337.f} {07337.p5} -> {07337.p6} 
+tr {07337.t3|07338.t1} : a7336 {07337.f} {07338.p1} -> {07338.p3} 
+tr {07338.e} {07338.p6} {07338.p3} -> {07338.p4-eats} 
+tr {07338.t} {07338.p2-thinks} -> {07338.p1} {07338.p5} 
+tr {07338.t0|07339.t4} : b7337 {07339.p4-eats} -> {07338.f} {07339.f} {07339.p2-thinks} 
+tr {07338.t2} {07338.f} {07338.p5} -> {07338.p6} 
+tr {07338.t3|07339.t1} : a7337 {07338.f} {07339.p1} -> {07339.p3} 
+tr {07339.e} {07339.p6} {07339.p3} -> {07339.p4-eats} 
+tr {07339.t} {07339.p2-thinks} -> {07339.p1} {07339.p5} 
+tr {07339.t0|07340.t4} : b7338 {07340.p4-eats} -> {07339.f} {07340.f} {07340.p2-thinks} 
+tr {07339.t2} {07339.f} {07339.p5} -> {07339.p6} 
+tr {07339.t3|07340.t1} : a7338 {07339.f} {07340.p1} -> {07340.p3} 
+tr {07340.e} {07340.p6} {07340.p3} -> {07340.p4-eats} 
+tr {07340.t} {07340.p2-thinks} -> {07340.p1} {07340.p5} 
+tr {07340.t0|07341.t4} : b7339 {07341.p4-eats} -> {07340.f} {07341.f} {07341.p2-thinks} 
+tr {07340.t2} {07340.f} {07340.p5} -> {07340.p6} 
+tr {07340.t3|07341.t1} : a7339 {07340.f} {07341.p1} -> {07341.p3} 
+tr {07341.e} {07341.p6} {07341.p3} -> {07341.p4-eats} 
+tr {07341.t} {07341.p2-thinks} -> {07341.p1} {07341.p5} 
+tr {07341.t0|07342.t4} : b7340 {07342.p4-eats} -> {07341.f} {07342.f} {07342.p2-thinks} 
+tr {07341.t2} {07341.f} {07341.p5} -> {07341.p6} 
+tr {07341.t3|07342.t1} : a7340 {07341.f} {07342.p1} -> {07342.p3} 
+tr {07342.e} {07342.p6} {07342.p3} -> {07342.p4-eats} 
+tr {07342.t} {07342.p2-thinks} -> {07342.p1} {07342.p5} 
+tr {07342.t0|07343.t4} : b7341 {07343.p4-eats} -> {07342.f} {07343.f} {07343.p2-thinks} 
+tr {07342.t2} {07342.f} {07342.p5} -> {07342.p6} 
+tr {07342.t3|07343.t1} : a7341 {07342.f} {07343.p1} -> {07343.p3} 
+tr {07343.e} {07343.p6} {07343.p3} -> {07343.p4-eats} 
+tr {07343.t} {07343.p2-thinks} -> {07343.p1} {07343.p5} 
+tr {07343.t0|07344.t4} : b7342 {07344.p4-eats} -> {07343.f} {07344.f} {07344.p2-thinks} 
+tr {07343.t2} {07343.f} {07343.p5} -> {07343.p6} 
+tr {07343.t3|07344.t1} : a7342 {07343.f} {07344.p1} -> {07344.p3} 
+tr {07344.e} {07344.p6} {07344.p3} -> {07344.p4-eats} 
+tr {07344.t} {07344.p2-thinks} -> {07344.p1} {07344.p5} 
+tr {07344.t0|07345.t4} : b7343 {07345.p4-eats} -> {07344.f} {07345.f} {07345.p2-thinks} 
+tr {07344.t2} {07344.f} {07344.p5} -> {07344.p6} 
+tr {07344.t3|07345.t1} : a7343 {07344.f} {07345.p1} -> {07345.p3} 
+tr {07345.e} {07345.p6} {07345.p3} -> {07345.p4-eats} 
+tr {07345.t} {07345.p2-thinks} -> {07345.p1} {07345.p5} 
+tr {07345.t0|07346.t4} : b7344 {07346.p4-eats} -> {07345.f} {07346.f} {07346.p2-thinks} 
+tr {07345.t2} {07345.f} {07345.p5} -> {07345.p6} 
+tr {07345.t3|07346.t1} : a7344 {07345.f} {07346.p1} -> {07346.p3} 
+tr {07346.e} {07346.p6} {07346.p3} -> {07346.p4-eats} 
+tr {07346.t} {07346.p2-thinks} -> {07346.p1} {07346.p5} 
+tr {07346.t0|07347.t4} : b7345 {07347.p4-eats} -> {07346.f} {07347.f} {07347.p2-thinks} 
+tr {07346.t2} {07346.f} {07346.p5} -> {07346.p6} 
+tr {07346.t3|07347.t1} : a7345 {07346.f} {07347.p1} -> {07347.p3} 
+tr {07347.e} {07347.p6} {07347.p3} -> {07347.p4-eats} 
+tr {07347.t} {07347.p2-thinks} -> {07347.p1} {07347.p5} 
+tr {07347.t0|07348.t4} : b7346 {07348.p4-eats} -> {07347.f} {07348.f} {07348.p2-thinks} 
+tr {07347.t2} {07347.f} {07347.p5} -> {07347.p6} 
+tr {07347.t3|07348.t1} : a7346 {07347.f} {07348.p1} -> {07348.p3} 
+tr {07348.e} {07348.p6} {07348.p3} -> {07348.p4-eats} 
+tr {07348.t} {07348.p2-thinks} -> {07348.p1} {07348.p5} 
+tr {07348.t0|07349.t4} : b7347 {07349.p4-eats} -> {07348.f} {07349.f} {07349.p2-thinks} 
+tr {07348.t2} {07348.f} {07348.p5} -> {07348.p6} 
+tr {07348.t3|07349.t1} : a7347 {07348.f} {07349.p1} -> {07349.p3} 
+tr {07349.e} {07349.p6} {07349.p3} -> {07349.p4-eats} 
+tr {07349.t} {07349.p2-thinks} -> {07349.p1} {07349.p5} 
+tr {07349.t0|07350.t4} : b7348 {07350.p4-eats} -> {07349.f} {07350.f} {07350.p2-thinks} 
+tr {07349.t2} {07349.f} {07349.p5} -> {07349.p6} 
+tr {07349.t3|07350.t1} : a7348 {07349.f} {07350.p1} -> {07350.p3} 
+tr {07350.e} {07350.p6} {07350.p3} -> {07350.p4-eats} 
+tr {07350.t} {07350.p2-thinks} -> {07350.p1} {07350.p5} 
+tr {07350.t0|07351.t4} : b7349 {07351.p4-eats} -> {07350.f} {07351.f} {07351.p2-thinks} 
+tr {07350.t2} {07350.f} {07350.p5} -> {07350.p6} 
+tr {07350.t3|07351.t1} : a7349 {07350.f} {07351.p1} -> {07351.p3} 
+tr {07351.e} {07351.p6} {07351.p3} -> {07351.p4-eats} 
+tr {07351.t} {07351.p2-thinks} -> {07351.p1} {07351.p5} 
+tr {07351.t0|07352.t4} : b7350 {07352.p4-eats} -> {07351.f} {07352.f} {07352.p2-thinks} 
+tr {07351.t2} {07351.f} {07351.p5} -> {07351.p6} 
+tr {07351.t3|07352.t1} : a7350 {07351.f} {07352.p1} -> {07352.p3} 
+tr {07352.e} {07352.p6} {07352.p3} -> {07352.p4-eats} 
+tr {07352.t} {07352.p2-thinks} -> {07352.p1} {07352.p5} 
+tr {07352.t0|07353.t4} : b7351 {07353.p4-eats} -> {07352.f} {07353.f} {07353.p2-thinks} 
+tr {07352.t2} {07352.f} {07352.p5} -> {07352.p6} 
+tr {07352.t3|07353.t1} : a7351 {07352.f} {07353.p1} -> {07353.p3} 
+tr {07353.e} {07353.p6} {07353.p3} -> {07353.p4-eats} 
+tr {07353.t} {07353.p2-thinks} -> {07353.p1} {07353.p5} 
+tr {07353.t0|07354.t4} : b7352 {07354.p4-eats} -> {07353.f} {07354.f} {07354.p2-thinks} 
+tr {07353.t2} {07353.f} {07353.p5} -> {07353.p6} 
+tr {07353.t3|07354.t1} : a7352 {07353.f} {07354.p1} -> {07354.p3} 
+tr {07354.e} {07354.p6} {07354.p3} -> {07354.p4-eats} 
+tr {07354.t} {07354.p2-thinks} -> {07354.p1} {07354.p5} 
+tr {07354.t0|07355.t4} : b7353 {07355.p4-eats} -> {07354.f} {07355.f} {07355.p2-thinks} 
+tr {07354.t2} {07354.f} {07354.p5} -> {07354.p6} 
+tr {07354.t3|07355.t1} : a7353 {07354.f} {07355.p1} -> {07355.p3} 
+tr {07355.e} {07355.p6} {07355.p3} -> {07355.p4-eats} 
+tr {07355.t} {07355.p2-thinks} -> {07355.p1} {07355.p5} 
+tr {07355.t0|07356.t4} : b7354 {07356.p4-eats} -> {07355.f} {07356.f} {07356.p2-thinks} 
+tr {07355.t2} {07355.f} {07355.p5} -> {07355.p6} 
+tr {07355.t3|07356.t1} : a7354 {07355.f} {07356.p1} -> {07356.p3} 
+tr {07356.e} {07356.p6} {07356.p3} -> {07356.p4-eats} 
+tr {07356.t} {07356.p2-thinks} -> {07356.p1} {07356.p5} 
+tr {07356.t0|07357.t4} : b7355 {07357.p4-eats} -> {07356.f} {07357.f} {07357.p2-thinks} 
+tr {07356.t2} {07356.f} {07356.p5} -> {07356.p6} 
+tr {07356.t3|07357.t1} : a7355 {07356.f} {07357.p1} -> {07357.p3} 
+tr {07357.e} {07357.p6} {07357.p3} -> {07357.p4-eats} 
+tr {07357.t} {07357.p2-thinks} -> {07357.p1} {07357.p5} 
+tr {07357.t0|07358.t4} : b7356 {07358.p4-eats} -> {07357.f} {07358.f} {07358.p2-thinks} 
+tr {07357.t2} {07357.f} {07357.p5} -> {07357.p6} 
+tr {07357.t3|07358.t1} : a7356 {07357.f} {07358.p1} -> {07358.p3} 
+tr {07358.e} {07358.p6} {07358.p3} -> {07358.p4-eats} 
+tr {07358.t} {07358.p2-thinks} -> {07358.p1} {07358.p5} 
+tr {07358.t0|07359.t4} : b7357 {07359.p4-eats} -> {07358.f} {07359.f} {07359.p2-thinks} 
+tr {07358.t2} {07358.f} {07358.p5} -> {07358.p6} 
+tr {07358.t3|07359.t1} : a7357 {07358.f} {07359.p1} -> {07359.p3} 
+tr {07359.e} {07359.p6} {07359.p3} -> {07359.p4-eats} 
+tr {07359.t} {07359.p2-thinks} -> {07359.p1} {07359.p5} 
+tr {07359.t0|07360.t4} : b7358 {07360.p4-eats} -> {07359.f} {07360.f} {07360.p2-thinks} 
+tr {07359.t2} {07359.f} {07359.p5} -> {07359.p6} 
+tr {07359.t3|07360.t1} : a7358 {07359.f} {07360.p1} -> {07360.p3} 
+tr {07360.e} {07360.p6} {07360.p3} -> {07360.p4-eats} 
+tr {07360.t} {07360.p2-thinks} -> {07360.p1} {07360.p5} 
+tr {07360.t0|07361.t4} : b7359 {07361.p4-eats} -> {07360.f} {07361.f} {07361.p2-thinks} 
+tr {07360.t2} {07360.f} {07360.p5} -> {07360.p6} 
+tr {07360.t3|07361.t1} : a7359 {07360.f} {07361.p1} -> {07361.p3} 
+tr {07361.e} {07361.p6} {07361.p3} -> {07361.p4-eats} 
+tr {07361.t} {07361.p2-thinks} -> {07361.p1} {07361.p5} 
+tr {07361.t0|07362.t4} : b7360 {07362.p4-eats} -> {07361.f} {07362.f} {07362.p2-thinks} 
+tr {07361.t2} {07361.f} {07361.p5} -> {07361.p6} 
+tr {07361.t3|07362.t1} : a7360 {07361.f} {07362.p1} -> {07362.p3} 
+tr {07362.e} {07362.p6} {07362.p3} -> {07362.p4-eats} 
+tr {07362.t} {07362.p2-thinks} -> {07362.p1} {07362.p5} 
+tr {07362.t0|07363.t4} : b7361 {07363.p4-eats} -> {07362.f} {07363.f} {07363.p2-thinks} 
+tr {07362.t2} {07362.f} {07362.p5} -> {07362.p6} 
+tr {07362.t3|07363.t1} : a7361 {07362.f} {07363.p1} -> {07363.p3} 
+tr {07363.e} {07363.p6} {07363.p3} -> {07363.p4-eats} 
+tr {07363.t} {07363.p2-thinks} -> {07363.p1} {07363.p5} 
+tr {07363.t0|07364.t4} : b7362 {07364.p4-eats} -> {07363.f} {07364.f} {07364.p2-thinks} 
+tr {07363.t2} {07363.f} {07363.p5} -> {07363.p6} 
+tr {07363.t3|07364.t1} : a7362 {07363.f} {07364.p1} -> {07364.p3} 
+tr {07364.e} {07364.p6} {07364.p3} -> {07364.p4-eats} 
+tr {07364.t} {07364.p2-thinks} -> {07364.p1} {07364.p5} 
+tr {07364.t0|07365.t4} : b7363 {07365.p4-eats} -> {07364.f} {07365.f} {07365.p2-thinks} 
+tr {07364.t2} {07364.f} {07364.p5} -> {07364.p6} 
+tr {07364.t3|07365.t1} : a7363 {07364.f} {07365.p1} -> {07365.p3} 
+tr {07365.e} {07365.p6} {07365.p3} -> {07365.p4-eats} 
+tr {07365.t} {07365.p2-thinks} -> {07365.p1} {07365.p5} 
+tr {07365.t0|07366.t4} : b7364 {07366.p4-eats} -> {07365.f} {07366.f} {07366.p2-thinks} 
+tr {07365.t2} {07365.f} {07365.p5} -> {07365.p6} 
+tr {07365.t3|07366.t1} : a7364 {07365.f} {07366.p1} -> {07366.p3} 
+tr {07366.e} {07366.p6} {07366.p3} -> {07366.p4-eats} 
+tr {07366.t} {07366.p2-thinks} -> {07366.p1} {07366.p5} 
+tr {07366.t0|07367.t4} : b7365 {07367.p4-eats} -> {07366.f} {07367.f} {07367.p2-thinks} 
+tr {07366.t2} {07366.f} {07366.p5} -> {07366.p6} 
+tr {07366.t3|07367.t1} : a7365 {07366.f} {07367.p1} -> {07367.p3} 
+tr {07367.e} {07367.p6} {07367.p3} -> {07367.p4-eats} 
+tr {07367.t} {07367.p2-thinks} -> {07367.p1} {07367.p5} 
+tr {07367.t0|07368.t4} : b7366 {07368.p4-eats} -> {07367.f} {07368.f} {07368.p2-thinks} 
+tr {07367.t2} {07367.f} {07367.p5} -> {07367.p6} 
+tr {07367.t3|07368.t1} : a7366 {07367.f} {07368.p1} -> {07368.p3} 
+tr {07368.e} {07368.p6} {07368.p3} -> {07368.p4-eats} 
+tr {07368.t} {07368.p2-thinks} -> {07368.p1} {07368.p5} 
+tr {07368.t0|07369.t4} : b7367 {07369.p4-eats} -> {07368.f} {07369.f} {07369.p2-thinks} 
+tr {07368.t2} {07368.f} {07368.p5} -> {07368.p6} 
+tr {07368.t3|07369.t1} : a7367 {07368.f} {07369.p1} -> {07369.p3} 
+tr {07369.e} {07369.p6} {07369.p3} -> {07369.p4-eats} 
+tr {07369.t} {07369.p2-thinks} -> {07369.p1} {07369.p5} 
+tr {07369.t0|07370.t4} : b7368 {07370.p4-eats} -> {07369.f} {07370.f} {07370.p2-thinks} 
+tr {07369.t2} {07369.f} {07369.p5} -> {07369.p6} 
+tr {07369.t3|07370.t1} : a7368 {07369.f} {07370.p1} -> {07370.p3} 
+tr {07370.e} {07370.p6} {07370.p3} -> {07370.p4-eats} 
+tr {07370.t} {07370.p2-thinks} -> {07370.p1} {07370.p5} 
+tr {07370.t0|07371.t4} : b7369 {07371.p4-eats} -> {07370.f} {07371.f} {07371.p2-thinks} 
+tr {07370.t2} {07370.f} {07370.p5} -> {07370.p6} 
+tr {07370.t3|07371.t1} : a7369 {07370.f} {07371.p1} -> {07371.p3} 
+tr {07371.e} {07371.p6} {07371.p3} -> {07371.p4-eats} 
+tr {07371.t} {07371.p2-thinks} -> {07371.p1} {07371.p5} 
+tr {07371.t0|07372.t4} : b7370 {07372.p4-eats} -> {07371.f} {07372.f} {07372.p2-thinks} 
+tr {07371.t2} {07371.f} {07371.p5} -> {07371.p6} 
+tr {07371.t3|07372.t1} : a7370 {07371.f} {07372.p1} -> {07372.p3} 
+tr {07372.e} {07372.p6} {07372.p3} -> {07372.p4-eats} 
+tr {07372.t} {07372.p2-thinks} -> {07372.p1} {07372.p5} 
+tr {07372.t0|07373.t4} : b7371 {07373.p4-eats} -> {07372.f} {07373.f} {07373.p2-thinks} 
+tr {07372.t2} {07372.f} {07372.p5} -> {07372.p6} 
+tr {07372.t3|07373.t1} : a7371 {07372.f} {07373.p1} -> {07373.p3} 
+tr {07373.e} {07373.p6} {07373.p3} -> {07373.p4-eats} 
+tr {07373.t} {07373.p2-thinks} -> {07373.p1} {07373.p5} 
+tr {07373.t0|07374.t4} : b7372 {07374.p4-eats} -> {07373.f} {07374.f} {07374.p2-thinks} 
+tr {07373.t2} {07373.f} {07373.p5} -> {07373.p6} 
+tr {07373.t3|07374.t1} : a7372 {07373.f} {07374.p1} -> {07374.p3} 
+tr {07374.e} {07374.p6} {07374.p3} -> {07374.p4-eats} 
+tr {07374.t} {07374.p2-thinks} -> {07374.p1} {07374.p5} 
+tr {07374.t0|07375.t4} : b7373 {07375.p4-eats} -> {07374.f} {07375.f} {07375.p2-thinks} 
+tr {07374.t2} {07374.f} {07374.p5} -> {07374.p6} 
+tr {07374.t3|07375.t1} : a7373 {07374.f} {07375.p1} -> {07375.p3} 
+tr {07375.e} {07375.p6} {07375.p3} -> {07375.p4-eats} 
+tr {07375.t} {07375.p2-thinks} -> {07375.p1} {07375.p5} 
+tr {07375.t0|07376.t4} : b7374 {07376.p4-eats} -> {07375.f} {07376.f} {07376.p2-thinks} 
+tr {07375.t2} {07375.f} {07375.p5} -> {07375.p6} 
+tr {07375.t3|07376.t1} : a7374 {07375.f} {07376.p1} -> {07376.p3} 
+tr {07376.e} {07376.p6} {07376.p3} -> {07376.p4-eats} 
+tr {07376.t} {07376.p2-thinks} -> {07376.p1} {07376.p5} 
+tr {07376.t0|07377.t4} : b7375 {07377.p4-eats} -> {07376.f} {07377.f} {07377.p2-thinks} 
+tr {07376.t2} {07376.f} {07376.p5} -> {07376.p6} 
+tr {07376.t3|07377.t1} : a7375 {07376.f} {07377.p1} -> {07377.p3} 
+tr {07377.e} {07377.p6} {07377.p3} -> {07377.p4-eats} 
+tr {07377.t} {07377.p2-thinks} -> {07377.p1} {07377.p5} 
+tr {07377.t0|07378.t4} : b7376 {07378.p4-eats} -> {07377.f} {07378.f} {07378.p2-thinks} 
+tr {07377.t2} {07377.f} {07377.p5} -> {07377.p6} 
+tr {07377.t3|07378.t1} : a7376 {07377.f} {07378.p1} -> {07378.p3} 
+tr {07378.e} {07378.p6} {07378.p3} -> {07378.p4-eats} 
+tr {07378.t} {07378.p2-thinks} -> {07378.p1} {07378.p5} 
+tr {07378.t0|07379.t4} : b7377 {07379.p4-eats} -> {07378.f} {07379.f} {07379.p2-thinks} 
+tr {07378.t2} {07378.f} {07378.p5} -> {07378.p6} 
+tr {07378.t3|07379.t1} : a7377 {07378.f} {07379.p1} -> {07379.p3} 
+tr {07379.e} {07379.p6} {07379.p3} -> {07379.p4-eats} 
+tr {07379.t} {07379.p2-thinks} -> {07379.p1} {07379.p5} 
+tr {07379.t0|07380.t4} : b7378 {07380.p4-eats} -> {07379.f} {07380.f} {07380.p2-thinks} 
+tr {07379.t2} {07379.f} {07379.p5} -> {07379.p6} 
+tr {07379.t3|07380.t1} : a7378 {07379.f} {07380.p1} -> {07380.p3} 
+tr {07380.e} {07380.p6} {07380.p3} -> {07380.p4-eats} 
+tr {07380.t} {07380.p2-thinks} -> {07380.p1} {07380.p5} 
+tr {07380.t0|07381.t4} : b7379 {07381.p4-eats} -> {07380.f} {07381.f} {07381.p2-thinks} 
+tr {07380.t2} {07380.f} {07380.p5} -> {07380.p6} 
+tr {07380.t3|07381.t1} : a7379 {07380.f} {07381.p1} -> {07381.p3} 
+tr {07381.e} {07381.p6} {07381.p3} -> {07381.p4-eats} 
+tr {07381.t} {07381.p2-thinks} -> {07381.p1} {07381.p5} 
+tr {07381.t0|07382.t4} : b7380 {07382.p4-eats} -> {07381.f} {07382.f} {07382.p2-thinks} 
+tr {07381.t2} {07381.f} {07381.p5} -> {07381.p6} 
+tr {07381.t3|07382.t1} : a7380 {07381.f} {07382.p1} -> {07382.p3} 
+tr {07382.e} {07382.p6} {07382.p3} -> {07382.p4-eats} 
+tr {07382.t} {07382.p2-thinks} -> {07382.p1} {07382.p5} 
+tr {07382.t0|07383.t4} : b7381 {07383.p4-eats} -> {07382.f} {07383.f} {07383.p2-thinks} 
+tr {07382.t2} {07382.f} {07382.p5} -> {07382.p6} 
+tr {07382.t3|07383.t1} : a7381 {07382.f} {07383.p1} -> {07383.p3} 
+tr {07383.e} {07383.p6} {07383.p3} -> {07383.p4-eats} 
+tr {07383.t} {07383.p2-thinks} -> {07383.p1} {07383.p5} 
+tr {07383.t0|07384.t4} : b7382 {07384.p4-eats} -> {07383.f} {07384.f} {07384.p2-thinks} 
+tr {07383.t2} {07383.f} {07383.p5} -> {07383.p6} 
+tr {07383.t3|07384.t1} : a7382 {07383.f} {07384.p1} -> {07384.p3} 
+tr {07384.e} {07384.p6} {07384.p3} -> {07384.p4-eats} 
+tr {07384.t} {07384.p2-thinks} -> {07384.p1} {07384.p5} 
+tr {07384.t0|07385.t4} : b7383 {07385.p4-eats} -> {07384.f} {07385.f} {07385.p2-thinks} 
+tr {07384.t2} {07384.f} {07384.p5} -> {07384.p6} 
+tr {07384.t3|07385.t1} : a7383 {07384.f} {07385.p1} -> {07385.p3} 
+tr {07385.e} {07385.p6} {07385.p3} -> {07385.p4-eats} 
+tr {07385.t} {07385.p2-thinks} -> {07385.p1} {07385.p5} 
+tr {07385.t0|07386.t4} : b7384 {07386.p4-eats} -> {07385.f} {07386.f} {07386.p2-thinks} 
+tr {07385.t2} {07385.f} {07385.p5} -> {07385.p6} 
+tr {07385.t3|07386.t1} : a7384 {07385.f} {07386.p1} -> {07386.p3} 
+tr {07386.e} {07386.p6} {07386.p3} -> {07386.p4-eats} 
+tr {07386.t} {07386.p2-thinks} -> {07386.p1} {07386.p5} 
+tr {07386.t0|07387.t4} : b7385 {07387.p4-eats} -> {07386.f} {07387.f} {07387.p2-thinks} 
+tr {07386.t2} {07386.f} {07386.p5} -> {07386.p6} 
+tr {07386.t3|07387.t1} : a7385 {07386.f} {07387.p1} -> {07387.p3} 
+tr {07387.e} {07387.p6} {07387.p3} -> {07387.p4-eats} 
+tr {07387.t} {07387.p2-thinks} -> {07387.p1} {07387.p5} 
+tr {07387.t0|07388.t4} : b7386 {07388.p4-eats} -> {07387.f} {07388.f} {07388.p2-thinks} 
+tr {07387.t2} {07387.f} {07387.p5} -> {07387.p6} 
+tr {07387.t3|07388.t1} : a7386 {07387.f} {07388.p1} -> {07388.p3} 
+tr {07388.e} {07388.p6} {07388.p3} -> {07388.p4-eats} 
+tr {07388.t} {07388.p2-thinks} -> {07388.p1} {07388.p5} 
+tr {07388.t0|07389.t4} : b7387 {07389.p4-eats} -> {07388.f} {07389.f} {07389.p2-thinks} 
+tr {07388.t2} {07388.f} {07388.p5} -> {07388.p6} 
+tr {07388.t3|07389.t1} : a7387 {07388.f} {07389.p1} -> {07389.p3} 
+tr {07389.e} {07389.p6} {07389.p3} -> {07389.p4-eats} 
+tr {07389.t} {07389.p2-thinks} -> {07389.p1} {07389.p5} 
+tr {07389.t0|07390.t4} : b7388 {07390.p4-eats} -> {07389.f} {07390.f} {07390.p2-thinks} 
+tr {07389.t2} {07389.f} {07389.p5} -> {07389.p6} 
+tr {07389.t3|07390.t1} : a7388 {07389.f} {07390.p1} -> {07390.p3} 
+tr {07390.e} {07390.p6} {07390.p3} -> {07390.p4-eats} 
+tr {07390.t} {07390.p2-thinks} -> {07390.p1} {07390.p5} 
+tr {07390.t0|07391.t4} : b7389 {07391.p4-eats} -> {07390.f} {07391.f} {07391.p2-thinks} 
+tr {07390.t2} {07390.f} {07390.p5} -> {07390.p6} 
+tr {07390.t3|07391.t1} : a7389 {07390.f} {07391.p1} -> {07391.p3} 
+tr {07391.e} {07391.p6} {07391.p3} -> {07391.p4-eats} 
+tr {07391.t} {07391.p2-thinks} -> {07391.p1} {07391.p5} 
+tr {07391.t0|07392.t4} : b7390 {07392.p4-eats} -> {07391.f} {07392.f} {07392.p2-thinks} 
+tr {07391.t2} {07391.f} {07391.p5} -> {07391.p6} 
+tr {07391.t3|07392.t1} : a7390 {07391.f} {07392.p1} -> {07392.p3} 
+tr {07392.e} {07392.p6} {07392.p3} -> {07392.p4-eats} 
+tr {07392.t} {07392.p2-thinks} -> {07392.p1} {07392.p5} 
+tr {07392.t0|07393.t4} : b7391 {07393.p4-eats} -> {07392.f} {07393.f} {07393.p2-thinks} 
+tr {07392.t2} {07392.f} {07392.p5} -> {07392.p6} 
+tr {07392.t3|07393.t1} : a7391 {07392.f} {07393.p1} -> {07393.p3} 
+tr {07393.e} {07393.p6} {07393.p3} -> {07393.p4-eats} 
+tr {07393.t} {07393.p2-thinks} -> {07393.p1} {07393.p5} 
+tr {07393.t0|07394.t4} : b7392 {07394.p4-eats} -> {07393.f} {07394.f} {07394.p2-thinks} 
+tr {07393.t2} {07393.f} {07393.p5} -> {07393.p6} 
+tr {07393.t3|07394.t1} : a7392 {07393.f} {07394.p1} -> {07394.p3} 
+tr {07394.e} {07394.p6} {07394.p3} -> {07394.p4-eats} 
+tr {07394.t} {07394.p2-thinks} -> {07394.p1} {07394.p5} 
+tr {07394.t0|07395.t4} : b7393 {07395.p4-eats} -> {07394.f} {07395.f} {07395.p2-thinks} 
+tr {07394.t2} {07394.f} {07394.p5} -> {07394.p6} 
+tr {07394.t3|07395.t1} : a7393 {07394.f} {07395.p1} -> {07395.p3} 
+tr {07395.e} {07395.p6} {07395.p3} -> {07395.p4-eats} 
+tr {07395.t} {07395.p2-thinks} -> {07395.p1} {07395.p5} 
+tr {07395.t0|07396.t4} : b7394 {07396.p4-eats} -> {07395.f} {07396.f} {07396.p2-thinks} 
+tr {07395.t2} {07395.f} {07395.p5} -> {07395.p6} 
+tr {07395.t3|07396.t1} : a7394 {07395.f} {07396.p1} -> {07396.p3} 
+tr {07396.e} {07396.p6} {07396.p3} -> {07396.p4-eats} 
+tr {07396.t} {07396.p2-thinks} -> {07396.p1} {07396.p5} 
+tr {07396.t0|07397.t4} : b7395 {07397.p4-eats} -> {07396.f} {07397.f} {07397.p2-thinks} 
+tr {07396.t2} {07396.f} {07396.p5} -> {07396.p6} 
+tr {07396.t3|07397.t1} : a7395 {07396.f} {07397.p1} -> {07397.p3} 
+tr {07397.e} {07397.p6} {07397.p3} -> {07397.p4-eats} 
+tr {07397.t} {07397.p2-thinks} -> {07397.p1} {07397.p5} 
+tr {07397.t0|07398.t4} : b7396 {07398.p4-eats} -> {07397.f} {07398.f} {07398.p2-thinks} 
+tr {07397.t2} {07397.f} {07397.p5} -> {07397.p6} 
+tr {07397.t3|07398.t1} : a7396 {07397.f} {07398.p1} -> {07398.p3} 
+tr {07398.e} {07398.p6} {07398.p3} -> {07398.p4-eats} 
+tr {07398.t} {07398.p2-thinks} -> {07398.p1} {07398.p5} 
+tr {07398.t0|07399.t4} : b7397 {07399.p4-eats} -> {07398.f} {07399.f} {07399.p2-thinks} 
+tr {07398.t2} {07398.f} {07398.p5} -> {07398.p6} 
+tr {07398.t3|07399.t1} : a7397 {07398.f} {07399.p1} -> {07399.p3} 
+tr {07399.e} {07399.p6} {07399.p3} -> {07399.p4-eats} 
+tr {07399.t} {07399.p2-thinks} -> {07399.p1} {07399.p5} 
+tr {07399.t0|07400.t4} : b7398 {07400.p4-eats} -> {07399.f} {07400.f} {07400.p2-thinks} 
+tr {07399.t2} {07399.f} {07399.p5} -> {07399.p6} 
+tr {07399.t3|07400.t1} : a7398 {07399.f} {07400.p1} -> {07400.p3} 
+tr {07400.e} {07400.p6} {07400.p3} -> {07400.p4-eats} 
+tr {07400.t} {07400.p2-thinks} -> {07400.p1} {07400.p5} 
+tr {07400.t0|07401.t4} : b7399 {07401.p4-eats} -> {07400.f} {07401.f} {07401.p2-thinks} 
+tr {07400.t2} {07400.f} {07400.p5} -> {07400.p6} 
+tr {07400.t3|07401.t1} : a7399 {07400.f} {07401.p1} -> {07401.p3} 
+tr {07401.e} {07401.p6} {07401.p3} -> {07401.p4-eats} 
+tr {07401.t} {07401.p2-thinks} -> {07401.p1} {07401.p5} 
+tr {07401.t0|07402.t4} : b7400 {07402.p4-eats} -> {07401.f} {07402.f} {07402.p2-thinks} 
+tr {07401.t2} {07401.f} {07401.p5} -> {07401.p6} 
+tr {07401.t3|07402.t1} : a7400 {07401.f} {07402.p1} -> {07402.p3} 
+tr {07402.e} {07402.p6} {07402.p3} -> {07402.p4-eats} 
+tr {07402.t} {07402.p2-thinks} -> {07402.p1} {07402.p5} 
+tr {07402.t0|07403.t4} : b7401 {07403.p4-eats} -> {07402.f} {07403.f} {07403.p2-thinks} 
+tr {07402.t2} {07402.f} {07402.p5} -> {07402.p6} 
+tr {07402.t3|07403.t1} : a7401 {07402.f} {07403.p1} -> {07403.p3} 
+tr {07403.e} {07403.p6} {07403.p3} -> {07403.p4-eats} 
+tr {07403.t} {07403.p2-thinks} -> {07403.p1} {07403.p5} 
+tr {07403.t0|07404.t4} : b7402 {07404.p4-eats} -> {07403.f} {07404.f} {07404.p2-thinks} 
+tr {07403.t2} {07403.f} {07403.p5} -> {07403.p6} 
+tr {07403.t3|07404.t1} : a7402 {07403.f} {07404.p1} -> {07404.p3} 
+tr {07404.e} {07404.p6} {07404.p3} -> {07404.p4-eats} 
+tr {07404.t} {07404.p2-thinks} -> {07404.p1} {07404.p5} 
+tr {07404.t0|07405.t4} : b7403 {07405.p4-eats} -> {07404.f} {07405.f} {07405.p2-thinks} 
+tr {07404.t2} {07404.f} {07404.p5} -> {07404.p6} 
+tr {07404.t3|07405.t1} : a7403 {07404.f} {07405.p1} -> {07405.p3} 
+tr {07405.e} {07405.p6} {07405.p3} -> {07405.p4-eats} 
+tr {07405.t} {07405.p2-thinks} -> {07405.p1} {07405.p5} 
+tr {07405.t0|07406.t4} : b7404 {07406.p4-eats} -> {07405.f} {07406.f} {07406.p2-thinks} 
+tr {07405.t2} {07405.f} {07405.p5} -> {07405.p6} 
+tr {07405.t3|07406.t1} : a7404 {07405.f} {07406.p1} -> {07406.p3} 
+tr {07406.e} {07406.p6} {07406.p3} -> {07406.p4-eats} 
+tr {07406.t} {07406.p2-thinks} -> {07406.p1} {07406.p5} 
+tr {07406.t0|07407.t4} : b7405 {07407.p4-eats} -> {07406.f} {07407.f} {07407.p2-thinks} 
+tr {07406.t2} {07406.f} {07406.p5} -> {07406.p6} 
+tr {07406.t3|07407.t1} : a7405 {07406.f} {07407.p1} -> {07407.p3} 
+tr {07407.e} {07407.p6} {07407.p3} -> {07407.p4-eats} 
+tr {07407.t} {07407.p2-thinks} -> {07407.p1} {07407.p5} 
+tr {07407.t0|07408.t4} : b7406 {07408.p4-eats} -> {07407.f} {07408.f} {07408.p2-thinks} 
+tr {07407.t2} {07407.f} {07407.p5} -> {07407.p6} 
+tr {07407.t3|07408.t1} : a7406 {07407.f} {07408.p1} -> {07408.p3} 
+tr {07408.e} {07408.p6} {07408.p3} -> {07408.p4-eats} 
+tr {07408.t} {07408.p2-thinks} -> {07408.p1} {07408.p5} 
+tr {07408.t0|07409.t4} : b7407 {07409.p4-eats} -> {07408.f} {07409.f} {07409.p2-thinks} 
+tr {07408.t2} {07408.f} {07408.p5} -> {07408.p6} 
+tr {07408.t3|07409.t1} : a7407 {07408.f} {07409.p1} -> {07409.p3} 
+tr {07409.e} {07409.p6} {07409.p3} -> {07409.p4-eats} 
+tr {07409.t} {07409.p2-thinks} -> {07409.p1} {07409.p5} 
+tr {07409.t0|07410.t4} : b7408 {07410.p4-eats} -> {07409.f} {07410.f} {07410.p2-thinks} 
+tr {07409.t2} {07409.f} {07409.p5} -> {07409.p6} 
+tr {07409.t3|07410.t1} : a7408 {07409.f} {07410.p1} -> {07410.p3} 
+tr {07410.e} {07410.p6} {07410.p3} -> {07410.p4-eats} 
+tr {07410.t} {07410.p2-thinks} -> {07410.p1} {07410.p5} 
+tr {07410.t0|07411.t4} : b7409 {07411.p4-eats} -> {07410.f} {07411.f} {07411.p2-thinks} 
+tr {07410.t2} {07410.f} {07410.p5} -> {07410.p6} 
+tr {07410.t3|07411.t1} : a7409 {07410.f} {07411.p1} -> {07411.p3} 
+tr {07411.e} {07411.p6} {07411.p3} -> {07411.p4-eats} 
+tr {07411.t} {07411.p2-thinks} -> {07411.p1} {07411.p5} 
+tr {07411.t0|07412.t4} : b7410 {07412.p4-eats} -> {07411.f} {07412.f} {07412.p2-thinks} 
+tr {07411.t2} {07411.f} {07411.p5} -> {07411.p6} 
+tr {07411.t3|07412.t1} : a7410 {07411.f} {07412.p1} -> {07412.p3} 
+tr {07412.e} {07412.p6} {07412.p3} -> {07412.p4-eats} 
+tr {07412.t} {07412.p2-thinks} -> {07412.p1} {07412.p5} 
+tr {07412.t0|07413.t4} : b7411 {07413.p4-eats} -> {07412.f} {07413.f} {07413.p2-thinks} 
+tr {07412.t2} {07412.f} {07412.p5} -> {07412.p6} 
+tr {07412.t3|07413.t1} : a7411 {07412.f} {07413.p1} -> {07413.p3} 
+tr {07413.e} {07413.p6} {07413.p3} -> {07413.p4-eats} 
+tr {07413.t} {07413.p2-thinks} -> {07413.p1} {07413.p5} 
+tr {07413.t0|07414.t4} : b7412 {07414.p4-eats} -> {07413.f} {07414.f} {07414.p2-thinks} 
+tr {07413.t2} {07413.f} {07413.p5} -> {07413.p6} 
+tr {07413.t3|07414.t1} : a7412 {07413.f} {07414.p1} -> {07414.p3} 
+tr {07414.e} {07414.p6} {07414.p3} -> {07414.p4-eats} 
+tr {07414.t} {07414.p2-thinks} -> {07414.p1} {07414.p5} 
+tr {07414.t0|07415.t4} : b7413 {07415.p4-eats} -> {07414.f} {07415.f} {07415.p2-thinks} 
+tr {07414.t2} {07414.f} {07414.p5} -> {07414.p6} 
+tr {07414.t3|07415.t1} : a7413 {07414.f} {07415.p1} -> {07415.p3} 
+tr {07415.e} {07415.p6} {07415.p3} -> {07415.p4-eats} 
+tr {07415.t} {07415.p2-thinks} -> {07415.p1} {07415.p5} 
+tr {07415.t0|07416.t4} : b7414 {07416.p4-eats} -> {07415.f} {07416.f} {07416.p2-thinks} 
+tr {07415.t2} {07415.f} {07415.p5} -> {07415.p6} 
+tr {07415.t3|07416.t1} : a7414 {07415.f} {07416.p1} -> {07416.p3} 
+tr {07416.e} {07416.p6} {07416.p3} -> {07416.p4-eats} 
+tr {07416.t} {07416.p2-thinks} -> {07416.p1} {07416.p5} 
+tr {07416.t0|07417.t4} : b7415 {07417.p4-eats} -> {07416.f} {07417.f} {07417.p2-thinks} 
+tr {07416.t2} {07416.f} {07416.p5} -> {07416.p6} 
+tr {07416.t3|07417.t1} : a7415 {07416.f} {07417.p1} -> {07417.p3} 
+tr {07417.e} {07417.p6} {07417.p3} -> {07417.p4-eats} 
+tr {07417.t} {07417.p2-thinks} -> {07417.p1} {07417.p5} 
+tr {07417.t0|07418.t4} : b7416 {07418.p4-eats} -> {07417.f} {07418.f} {07418.p2-thinks} 
+tr {07417.t2} {07417.f} {07417.p5} -> {07417.p6} 
+tr {07417.t3|07418.t1} : a7416 {07417.f} {07418.p1} -> {07418.p3} 
+tr {07418.e} {07418.p6} {07418.p3} -> {07418.p4-eats} 
+tr {07418.t} {07418.p2-thinks} -> {07418.p1} {07418.p5} 
+tr {07418.t0|07419.t4} : b7417 {07419.p4-eats} -> {07418.f} {07419.f} {07419.p2-thinks} 
+tr {07418.t2} {07418.f} {07418.p5} -> {07418.p6} 
+tr {07418.t3|07419.t1} : a7417 {07418.f} {07419.p1} -> {07419.p3} 
+tr {07419.e} {07419.p6} {07419.p3} -> {07419.p4-eats} 
+tr {07419.t} {07419.p2-thinks} -> {07419.p1} {07419.p5} 
+tr {07419.t0|07420.t4} : b7418 {07420.p4-eats} -> {07419.f} {07420.f} {07420.p2-thinks} 
+tr {07419.t2} {07419.f} {07419.p5} -> {07419.p6} 
+tr {07419.t3|07420.t1} : a7418 {07419.f} {07420.p1} -> {07420.p3} 
+tr {07420.e} {07420.p6} {07420.p3} -> {07420.p4-eats} 
+tr {07420.t} {07420.p2-thinks} -> {07420.p1} {07420.p5} 
+tr {07420.t0|07421.t4} : b7419 {07421.p4-eats} -> {07420.f} {07421.f} {07421.p2-thinks} 
+tr {07420.t2} {07420.f} {07420.p5} -> {07420.p6} 
+tr {07420.t3|07421.t1} : a7419 {07420.f} {07421.p1} -> {07421.p3} 
+tr {07421.e} {07421.p6} {07421.p3} -> {07421.p4-eats} 
+tr {07421.t} {07421.p2-thinks} -> {07421.p1} {07421.p5} 
+tr {07421.t0|07422.t4} : b7420 {07422.p4-eats} -> {07421.f} {07422.f} {07422.p2-thinks} 
+tr {07421.t2} {07421.f} {07421.p5} -> {07421.p6} 
+tr {07421.t3|07422.t1} : a7420 {07421.f} {07422.p1} -> {07422.p3} 
+tr {07422.e} {07422.p6} {07422.p3} -> {07422.p4-eats} 
+tr {07422.t} {07422.p2-thinks} -> {07422.p1} {07422.p5} 
+tr {07422.t0|07423.t4} : b7421 {07423.p4-eats} -> {07422.f} {07423.f} {07423.p2-thinks} 
+tr {07422.t2} {07422.f} {07422.p5} -> {07422.p6} 
+tr {07422.t3|07423.t1} : a7421 {07422.f} {07423.p1} -> {07423.p3} 
+tr {07423.e} {07423.p6} {07423.p3} -> {07423.p4-eats} 
+tr {07423.t} {07423.p2-thinks} -> {07423.p1} {07423.p5} 
+tr {07423.t0|07424.t4} : b7422 {07424.p4-eats} -> {07423.f} {07424.f} {07424.p2-thinks} 
+tr {07423.t2} {07423.f} {07423.p5} -> {07423.p6} 
+tr {07423.t3|07424.t1} : a7422 {07423.f} {07424.p1} -> {07424.p3} 
+tr {07424.e} {07424.p6} {07424.p3} -> {07424.p4-eats} 
+tr {07424.t} {07424.p2-thinks} -> {07424.p1} {07424.p5} 
+tr {07424.t0|07425.t4} : b7423 {07425.p4-eats} -> {07424.f} {07425.f} {07425.p2-thinks} 
+tr {07424.t2} {07424.f} {07424.p5} -> {07424.p6} 
+tr {07424.t3|07425.t1} : a7423 {07424.f} {07425.p1} -> {07425.p3} 
+tr {07425.e} {07425.p6} {07425.p3} -> {07425.p4-eats} 
+tr {07425.t} {07425.p2-thinks} -> {07425.p1} {07425.p5} 
+tr {07425.t0|07426.t4} : b7424 {07426.p4-eats} -> {07425.f} {07426.f} {07426.p2-thinks} 
+tr {07425.t2} {07425.f} {07425.p5} -> {07425.p6} 
+tr {07425.t3|07426.t1} : a7424 {07425.f} {07426.p1} -> {07426.p3} 
+tr {07426.e} {07426.p6} {07426.p3} -> {07426.p4-eats} 
+tr {07426.t} {07426.p2-thinks} -> {07426.p1} {07426.p5} 
+tr {07426.t0|07427.t4} : b7425 {07427.p4-eats} -> {07426.f} {07427.f} {07427.p2-thinks} 
+tr {07426.t2} {07426.f} {07426.p5} -> {07426.p6} 
+tr {07426.t3|07427.t1} : a7425 {07426.f} {07427.p1} -> {07427.p3} 
+tr {07427.e} {07427.p6} {07427.p3} -> {07427.p4-eats} 
+tr {07427.t} {07427.p2-thinks} -> {07427.p1} {07427.p5} 
+tr {07427.t0|07428.t4} : b7426 {07428.p4-eats} -> {07427.f} {07428.f} {07428.p2-thinks} 
+tr {07427.t2} {07427.f} {07427.p5} -> {07427.p6} 
+tr {07427.t3|07428.t1} : a7426 {07427.f} {07428.p1} -> {07428.p3} 
+tr {07428.e} {07428.p6} {07428.p3} -> {07428.p4-eats} 
+tr {07428.t} {07428.p2-thinks} -> {07428.p1} {07428.p5} 
+tr {07428.t0|07429.t4} : b7427 {07429.p4-eats} -> {07428.f} {07429.f} {07429.p2-thinks} 
+tr {07428.t2} {07428.f} {07428.p5} -> {07428.p6} 
+tr {07428.t3|07429.t1} : a7427 {07428.f} {07429.p1} -> {07429.p3} 
+tr {07429.e} {07429.p6} {07429.p3} -> {07429.p4-eats} 
+tr {07429.t} {07429.p2-thinks} -> {07429.p1} {07429.p5} 
+tr {07429.t0|07430.t4} : b7428 {07430.p4-eats} -> {07429.f} {07430.f} {07430.p2-thinks} 
+tr {07429.t2} {07429.f} {07429.p5} -> {07429.p6} 
+tr {07429.t3|07430.t1} : a7428 {07429.f} {07430.p1} -> {07430.p3} 
+tr {07430.e} {07430.p6} {07430.p3} -> {07430.p4-eats} 
+tr {07430.t} {07430.p2-thinks} -> {07430.p1} {07430.p5} 
+tr {07430.t0|07431.t4} : b7429 {07431.p4-eats} -> {07430.f} {07431.f} {07431.p2-thinks} 
+tr {07430.t2} {07430.f} {07430.p5} -> {07430.p6} 
+tr {07430.t3|07431.t1} : a7429 {07430.f} {07431.p1} -> {07431.p3} 
+tr {07431.e} {07431.p6} {07431.p3} -> {07431.p4-eats} 
+tr {07431.t} {07431.p2-thinks} -> {07431.p1} {07431.p5} 
+tr {07431.t0|07432.t4} : b7430 {07432.p4-eats} -> {07431.f} {07432.f} {07432.p2-thinks} 
+tr {07431.t2} {07431.f} {07431.p5} -> {07431.p6} 
+tr {07431.t3|07432.t1} : a7430 {07431.f} {07432.p1} -> {07432.p3} 
+tr {07432.e} {07432.p6} {07432.p3} -> {07432.p4-eats} 
+tr {07432.t} {07432.p2-thinks} -> {07432.p1} {07432.p5} 
+tr {07432.t0|07433.t4} : b7431 {07433.p4-eats} -> {07432.f} {07433.f} {07433.p2-thinks} 
+tr {07432.t2} {07432.f} {07432.p5} -> {07432.p6} 
+tr {07432.t3|07433.t1} : a7431 {07432.f} {07433.p1} -> {07433.p3} 
+tr {07433.e} {07433.p6} {07433.p3} -> {07433.p4-eats} 
+tr {07433.t} {07433.p2-thinks} -> {07433.p1} {07433.p5} 
+tr {07433.t0|07434.t4} : b7432 {07434.p4-eats} -> {07433.f} {07434.f} {07434.p2-thinks} 
+tr {07433.t2} {07433.f} {07433.p5} -> {07433.p6} 
+tr {07433.t3|07434.t1} : a7432 {07433.f} {07434.p1} -> {07434.p3} 
+tr {07434.e} {07434.p6} {07434.p3} -> {07434.p4-eats} 
+tr {07434.t} {07434.p2-thinks} -> {07434.p1} {07434.p5} 
+tr {07434.t0|07435.t4} : b7433 {07435.p4-eats} -> {07434.f} {07435.f} {07435.p2-thinks} 
+tr {07434.t2} {07434.f} {07434.p5} -> {07434.p6} 
+tr {07434.t3|07435.t1} : a7433 {07434.f} {07435.p1} -> {07435.p3} 
+tr {07435.e} {07435.p6} {07435.p3} -> {07435.p4-eats} 
+tr {07435.t} {07435.p2-thinks} -> {07435.p1} {07435.p5} 
+tr {07435.t0|07436.t4} : b7434 {07436.p4-eats} -> {07435.f} {07436.f} {07436.p2-thinks} 
+tr {07435.t2} {07435.f} {07435.p5} -> {07435.p6} 
+tr {07435.t3|07436.t1} : a7434 {07435.f} {07436.p1} -> {07436.p3} 
+tr {07436.e} {07436.p6} {07436.p3} -> {07436.p4-eats} 
+tr {07436.t} {07436.p2-thinks} -> {07436.p1} {07436.p5} 
+tr {07436.t0|07437.t4} : b7435 {07437.p4-eats} -> {07436.f} {07437.f} {07437.p2-thinks} 
+tr {07436.t2} {07436.f} {07436.p5} -> {07436.p6} 
+tr {07436.t3|07437.t1} : a7435 {07436.f} {07437.p1} -> {07437.p3} 
+tr {07437.e} {07437.p6} {07437.p3} -> {07437.p4-eats} 
+tr {07437.t} {07437.p2-thinks} -> {07437.p1} {07437.p5} 
+tr {07437.t0|07438.t4} : b7436 {07438.p4-eats} -> {07437.f} {07438.f} {07438.p2-thinks} 
+tr {07437.t2} {07437.f} {07437.p5} -> {07437.p6} 
+tr {07437.t3|07438.t1} : a7436 {07437.f} {07438.p1} -> {07438.p3} 
+tr {07438.e} {07438.p6} {07438.p3} -> {07438.p4-eats} 
+tr {07438.t} {07438.p2-thinks} -> {07438.p1} {07438.p5} 
+tr {07438.t0|07439.t4} : b7437 {07439.p4-eats} -> {07438.f} {07439.f} {07439.p2-thinks} 
+tr {07438.t2} {07438.f} {07438.p5} -> {07438.p6} 
+tr {07438.t3|07439.t1} : a7437 {07438.f} {07439.p1} -> {07439.p3} 
+tr {07439.e} {07439.p6} {07439.p3} -> {07439.p4-eats} 
+tr {07439.t} {07439.p2-thinks} -> {07439.p1} {07439.p5} 
+tr {07439.t0|07440.t4} : b7438 {07440.p4-eats} -> {07439.f} {07440.f} {07440.p2-thinks} 
+tr {07439.t2} {07439.f} {07439.p5} -> {07439.p6} 
+tr {07439.t3|07440.t1} : a7438 {07439.f} {07440.p1} -> {07440.p3} 
+tr {07440.e} {07440.p6} {07440.p3} -> {07440.p4-eats} 
+tr {07440.t} {07440.p2-thinks} -> {07440.p1} {07440.p5} 
+tr {07440.t0|07441.t4} : b7439 {07441.p4-eats} -> {07440.f} {07441.f} {07441.p2-thinks} 
+tr {07440.t2} {07440.f} {07440.p5} -> {07440.p6} 
+tr {07440.t3|07441.t1} : a7439 {07440.f} {07441.p1} -> {07441.p3} 
+tr {07441.e} {07441.p6} {07441.p3} -> {07441.p4-eats} 
+tr {07441.t} {07441.p2-thinks} -> {07441.p1} {07441.p5} 
+tr {07441.t0|07442.t4} : b7440 {07442.p4-eats} -> {07441.f} {07442.f} {07442.p2-thinks} 
+tr {07441.t2} {07441.f} {07441.p5} -> {07441.p6} 
+tr {07441.t3|07442.t1} : a7440 {07441.f} {07442.p1} -> {07442.p3} 
+tr {07442.e} {07442.p6} {07442.p3} -> {07442.p4-eats} 
+tr {07442.t} {07442.p2-thinks} -> {07442.p1} {07442.p5} 
+tr {07442.t0|07443.t4} : b7441 {07443.p4-eats} -> {07442.f} {07443.f} {07443.p2-thinks} 
+tr {07442.t2} {07442.f} {07442.p5} -> {07442.p6} 
+tr {07442.t3|07443.t1} : a7441 {07442.f} {07443.p1} -> {07443.p3} 
+tr {07443.e} {07443.p6} {07443.p3} -> {07443.p4-eats} 
+tr {07443.t} {07443.p2-thinks} -> {07443.p1} {07443.p5} 
+tr {07443.t0|07444.t4} : b7442 {07444.p4-eats} -> {07443.f} {07444.f} {07444.p2-thinks} 
+tr {07443.t2} {07443.f} {07443.p5} -> {07443.p6} 
+tr {07443.t3|07444.t1} : a7442 {07443.f} {07444.p1} -> {07444.p3} 
+tr {07444.e} {07444.p6} {07444.p3} -> {07444.p4-eats} 
+tr {07444.t} {07444.p2-thinks} -> {07444.p1} {07444.p5} 
+tr {07444.t0|07445.t4} : b7443 {07445.p4-eats} -> {07444.f} {07445.f} {07445.p2-thinks} 
+tr {07444.t2} {07444.f} {07444.p5} -> {07444.p6} 
+tr {07444.t3|07445.t1} : a7443 {07444.f} {07445.p1} -> {07445.p3} 
+tr {07445.e} {07445.p6} {07445.p3} -> {07445.p4-eats} 
+tr {07445.t} {07445.p2-thinks} -> {07445.p1} {07445.p5} 
+tr {07445.t0|07446.t4} : b7444 {07446.p4-eats} -> {07445.f} {07446.f} {07446.p2-thinks} 
+tr {07445.t2} {07445.f} {07445.p5} -> {07445.p6} 
+tr {07445.t3|07446.t1} : a7444 {07445.f} {07446.p1} -> {07446.p3} 
+tr {07446.e} {07446.p6} {07446.p3} -> {07446.p4-eats} 
+tr {07446.t} {07446.p2-thinks} -> {07446.p1} {07446.p5} 
+tr {07446.t0|07447.t4} : b7445 {07447.p4-eats} -> {07446.f} {07447.f} {07447.p2-thinks} 
+tr {07446.t2} {07446.f} {07446.p5} -> {07446.p6} 
+tr {07446.t3|07447.t1} : a7445 {07446.f} {07447.p1} -> {07447.p3} 
+tr {07447.e} {07447.p6} {07447.p3} -> {07447.p4-eats} 
+tr {07447.t} {07447.p2-thinks} -> {07447.p1} {07447.p5} 
+tr {07447.t0|07448.t4} : b7446 {07448.p4-eats} -> {07447.f} {07448.f} {07448.p2-thinks} 
+tr {07447.t2} {07447.f} {07447.p5} -> {07447.p6} 
+tr {07447.t3|07448.t1} : a7446 {07447.f} {07448.p1} -> {07448.p3} 
+tr {07448.e} {07448.p6} {07448.p3} -> {07448.p4-eats} 
+tr {07448.t} {07448.p2-thinks} -> {07448.p1} {07448.p5} 
+tr {07448.t0|07449.t4} : b7447 {07449.p4-eats} -> {07448.f} {07449.f} {07449.p2-thinks} 
+tr {07448.t2} {07448.f} {07448.p5} -> {07448.p6} 
+tr {07448.t3|07449.t1} : a7447 {07448.f} {07449.p1} -> {07449.p3} 
+tr {07449.e} {07449.p6} {07449.p3} -> {07449.p4-eats} 
+tr {07449.t} {07449.p2-thinks} -> {07449.p1} {07449.p5} 
+tr {07449.t0|07450.t4} : b7448 {07450.p4-eats} -> {07449.f} {07450.f} {07450.p2-thinks} 
+tr {07449.t2} {07449.f} {07449.p5} -> {07449.p6} 
+tr {07449.t3|07450.t1} : a7448 {07449.f} {07450.p1} -> {07450.p3} 
+tr {07450.e} {07450.p6} {07450.p3} -> {07450.p4-eats} 
+tr {07450.t} {07450.p2-thinks} -> {07450.p1} {07450.p5} 
+tr {07450.t0|07451.t4} : b7449 {07451.p4-eats} -> {07450.f} {07451.f} {07451.p2-thinks} 
+tr {07450.t2} {07450.f} {07450.p5} -> {07450.p6} 
+tr {07450.t3|07451.t1} : a7449 {07450.f} {07451.p1} -> {07451.p3} 
+tr {07451.e} {07451.p6} {07451.p3} -> {07451.p4-eats} 
+tr {07451.t} {07451.p2-thinks} -> {07451.p1} {07451.p5} 
+tr {07451.t0|07452.t4} : b7450 {07452.p4-eats} -> {07451.f} {07452.f} {07452.p2-thinks} 
+tr {07451.t2} {07451.f} {07451.p5} -> {07451.p6} 
+tr {07451.t3|07452.t1} : a7450 {07451.f} {07452.p1} -> {07452.p3} 
+tr {07452.e} {07452.p6} {07452.p3} -> {07452.p4-eats} 
+tr {07452.t} {07452.p2-thinks} -> {07452.p1} {07452.p5} 
+tr {07452.t0|07453.t4} : b7451 {07453.p4-eats} -> {07452.f} {07453.f} {07453.p2-thinks} 
+tr {07452.t2} {07452.f} {07452.p5} -> {07452.p6} 
+tr {07452.t3|07453.t1} : a7451 {07452.f} {07453.p1} -> {07453.p3} 
+tr {07453.e} {07453.p6} {07453.p3} -> {07453.p4-eats} 
+tr {07453.t} {07453.p2-thinks} -> {07453.p1} {07453.p5} 
+tr {07453.t0|07454.t4} : b7452 {07454.p4-eats} -> {07453.f} {07454.f} {07454.p2-thinks} 
+tr {07453.t2} {07453.f} {07453.p5} -> {07453.p6} 
+tr {07453.t3|07454.t1} : a7452 {07453.f} {07454.p1} -> {07454.p3} 
+tr {07454.e} {07454.p6} {07454.p3} -> {07454.p4-eats} 
+tr {07454.t} {07454.p2-thinks} -> {07454.p1} {07454.p5} 
+tr {07454.t0|07455.t4} : b7453 {07455.p4-eats} -> {07454.f} {07455.f} {07455.p2-thinks} 
+tr {07454.t2} {07454.f} {07454.p5} -> {07454.p6} 
+tr {07454.t3|07455.t1} : a7453 {07454.f} {07455.p1} -> {07455.p3} 
+tr {07455.e} {07455.p6} {07455.p3} -> {07455.p4-eats} 
+tr {07455.t} {07455.p2-thinks} -> {07455.p1} {07455.p5} 
+tr {07455.t0|07456.t4} : b7454 {07456.p4-eats} -> {07455.f} {07456.f} {07456.p2-thinks} 
+tr {07455.t2} {07455.f} {07455.p5} -> {07455.p6} 
+tr {07455.t3|07456.t1} : a7454 {07455.f} {07456.p1} -> {07456.p3} 
+tr {07456.e} {07456.p6} {07456.p3} -> {07456.p4-eats} 
+tr {07456.t} {07456.p2-thinks} -> {07456.p1} {07456.p5} 
+tr {07456.t0|07457.t4} : b7455 {07457.p4-eats} -> {07456.f} {07457.f} {07457.p2-thinks} 
+tr {07456.t2} {07456.f} {07456.p5} -> {07456.p6} 
+tr {07456.t3|07457.t1} : a7455 {07456.f} {07457.p1} -> {07457.p3} 
+tr {07457.e} {07457.p6} {07457.p3} -> {07457.p4-eats} 
+tr {07457.t} {07457.p2-thinks} -> {07457.p1} {07457.p5} 
+tr {07457.t0|07458.t4} : b7456 {07458.p4-eats} -> {07457.f} {07458.f} {07458.p2-thinks} 
+tr {07457.t2} {07457.f} {07457.p5} -> {07457.p6} 
+tr {07457.t3|07458.t1} : a7456 {07457.f} {07458.p1} -> {07458.p3} 
+tr {07458.e} {07458.p6} {07458.p3} -> {07458.p4-eats} 
+tr {07458.t} {07458.p2-thinks} -> {07458.p1} {07458.p5} 
+tr {07458.t0|07459.t4} : b7457 {07459.p4-eats} -> {07458.f} {07459.f} {07459.p2-thinks} 
+tr {07458.t2} {07458.f} {07458.p5} -> {07458.p6} 
+tr {07458.t3|07459.t1} : a7457 {07458.f} {07459.p1} -> {07459.p3} 
+tr {07459.e} {07459.p6} {07459.p3} -> {07459.p4-eats} 
+tr {07459.t} {07459.p2-thinks} -> {07459.p1} {07459.p5} 
+tr {07459.t0|07460.t4} : b7458 {07460.p4-eats} -> {07459.f} {07460.f} {07460.p2-thinks} 
+tr {07459.t2} {07459.f} {07459.p5} -> {07459.p6} 
+tr {07459.t3|07460.t1} : a7458 {07459.f} {07460.p1} -> {07460.p3} 
+tr {07460.e} {07460.p6} {07460.p3} -> {07460.p4-eats} 
+tr {07460.t} {07460.p2-thinks} -> {07460.p1} {07460.p5} 
+tr {07460.t0|07461.t4} : b7459 {07461.p4-eats} -> {07460.f} {07461.f} {07461.p2-thinks} 
+tr {07460.t2} {07460.f} {07460.p5} -> {07460.p6} 
+tr {07460.t3|07461.t1} : a7459 {07460.f} {07461.p1} -> {07461.p3} 
+tr {07461.e} {07461.p6} {07461.p3} -> {07461.p4-eats} 
+tr {07461.t} {07461.p2-thinks} -> {07461.p1} {07461.p5} 
+tr {07461.t0|07462.t4} : b7460 {07462.p4-eats} -> {07461.f} {07462.f} {07462.p2-thinks} 
+tr {07461.t2} {07461.f} {07461.p5} -> {07461.p6} 
+tr {07461.t3|07462.t1} : a7460 {07461.f} {07462.p1} -> {07462.p3} 
+tr {07462.e} {07462.p6} {07462.p3} -> {07462.p4-eats} 
+tr {07462.t} {07462.p2-thinks} -> {07462.p1} {07462.p5} 
+tr {07462.t0|07463.t4} : b7461 {07463.p4-eats} -> {07462.f} {07463.f} {07463.p2-thinks} 
+tr {07462.t2} {07462.f} {07462.p5} -> {07462.p6} 
+tr {07462.t3|07463.t1} : a7461 {07462.f} {07463.p1} -> {07463.p3} 
+tr {07463.e} {07463.p6} {07463.p3} -> {07463.p4-eats} 
+tr {07463.t} {07463.p2-thinks} -> {07463.p1} {07463.p5} 
+tr {07463.t0|07464.t4} : b7462 {07464.p4-eats} -> {07463.f} {07464.f} {07464.p2-thinks} 
+tr {07463.t2} {07463.f} {07463.p5} -> {07463.p6} 
+tr {07463.t3|07464.t1} : a7462 {07463.f} {07464.p1} -> {07464.p3} 
+tr {07464.e} {07464.p6} {07464.p3} -> {07464.p4-eats} 
+tr {07464.t} {07464.p2-thinks} -> {07464.p1} {07464.p5} 
+tr {07464.t0|07465.t4} : b7463 {07465.p4-eats} -> {07464.f} {07465.f} {07465.p2-thinks} 
+tr {07464.t2} {07464.f} {07464.p5} -> {07464.p6} 
+tr {07464.t3|07465.t1} : a7463 {07464.f} {07465.p1} -> {07465.p3} 
+tr {07465.e} {07465.p6} {07465.p3} -> {07465.p4-eats} 
+tr {07465.t} {07465.p2-thinks} -> {07465.p1} {07465.p5} 
+tr {07465.t0|07466.t4} : b7464 {07466.p4-eats} -> {07465.f} {07466.f} {07466.p2-thinks} 
+tr {07465.t2} {07465.f} {07465.p5} -> {07465.p6} 
+tr {07465.t3|07466.t1} : a7464 {07465.f} {07466.p1} -> {07466.p3} 
+tr {07466.e} {07466.p6} {07466.p3} -> {07466.p4-eats} 
+tr {07466.t} {07466.p2-thinks} -> {07466.p1} {07466.p5} 
+tr {07466.t0|07467.t4} : b7465 {07467.p4-eats} -> {07466.f} {07467.f} {07467.p2-thinks} 
+tr {07466.t2} {07466.f} {07466.p5} -> {07466.p6} 
+tr {07466.t3|07467.t1} : a7465 {07466.f} {07467.p1} -> {07467.p3} 
+tr {07467.e} {07467.p6} {07467.p3} -> {07467.p4-eats} 
+tr {07467.t} {07467.p2-thinks} -> {07467.p1} {07467.p5} 
+tr {07467.t0|07468.t4} : b7466 {07468.p4-eats} -> {07467.f} {07468.f} {07468.p2-thinks} 
+tr {07467.t2} {07467.f} {07467.p5} -> {07467.p6} 
+tr {07467.t3|07468.t1} : a7466 {07467.f} {07468.p1} -> {07468.p3} 
+tr {07468.e} {07468.p6} {07468.p3} -> {07468.p4-eats} 
+tr {07468.t} {07468.p2-thinks} -> {07468.p1} {07468.p5} 
+tr {07468.t0|07469.t4} : b7467 {07469.p4-eats} -> {07468.f} {07469.f} {07469.p2-thinks} 
+tr {07468.t2} {07468.f} {07468.p5} -> {07468.p6} 
+tr {07468.t3|07469.t1} : a7467 {07468.f} {07469.p1} -> {07469.p3} 
+tr {07469.e} {07469.p6} {07469.p3} -> {07469.p4-eats} 
+tr {07469.t} {07469.p2-thinks} -> {07469.p1} {07469.p5} 
+tr {07469.t0|07470.t4} : b7468 {07470.p4-eats} -> {07469.f} {07470.f} {07470.p2-thinks} 
+tr {07469.t2} {07469.f} {07469.p5} -> {07469.p6} 
+tr {07469.t3|07470.t1} : a7468 {07469.f} {07470.p1} -> {07470.p3} 
+tr {07470.e} {07470.p6} {07470.p3} -> {07470.p4-eats} 
+tr {07470.t} {07470.p2-thinks} -> {07470.p1} {07470.p5} 
+tr {07470.t0|07471.t4} : b7469 {07471.p4-eats} -> {07470.f} {07471.f} {07471.p2-thinks} 
+tr {07470.t2} {07470.f} {07470.p5} -> {07470.p6} 
+tr {07470.t3|07471.t1} : a7469 {07470.f} {07471.p1} -> {07471.p3} 
+tr {07471.e} {07471.p6} {07471.p3} -> {07471.p4-eats} 
+tr {07471.t} {07471.p2-thinks} -> {07471.p1} {07471.p5} 
+tr {07471.t0|07472.t4} : b7470 {07472.p4-eats} -> {07471.f} {07472.f} {07472.p2-thinks} 
+tr {07471.t2} {07471.f} {07471.p5} -> {07471.p6} 
+tr {07471.t3|07472.t1} : a7470 {07471.f} {07472.p1} -> {07472.p3} 
+tr {07472.e} {07472.p6} {07472.p3} -> {07472.p4-eats} 
+tr {07472.t} {07472.p2-thinks} -> {07472.p1} {07472.p5} 
+tr {07472.t0|07473.t4} : b7471 {07473.p4-eats} -> {07472.f} {07473.f} {07473.p2-thinks} 
+tr {07472.t2} {07472.f} {07472.p5} -> {07472.p6} 
+tr {07472.t3|07473.t1} : a7471 {07472.f} {07473.p1} -> {07473.p3} 
+tr {07473.e} {07473.p6} {07473.p3} -> {07473.p4-eats} 
+tr {07473.t} {07473.p2-thinks} -> {07473.p1} {07473.p5} 
+tr {07473.t0|07474.t4} : b7472 {07474.p4-eats} -> {07473.f} {07474.f} {07474.p2-thinks} 
+tr {07473.t2} {07473.f} {07473.p5} -> {07473.p6} 
+tr {07473.t3|07474.t1} : a7472 {07473.f} {07474.p1} -> {07474.p3} 
+tr {07474.e} {07474.p6} {07474.p3} -> {07474.p4-eats} 
+tr {07474.t} {07474.p2-thinks} -> {07474.p1} {07474.p5} 
+tr {07474.t0|07475.t4} : b7473 {07475.p4-eats} -> {07474.f} {07475.f} {07475.p2-thinks} 
+tr {07474.t2} {07474.f} {07474.p5} -> {07474.p6} 
+tr {07474.t3|07475.t1} : a7473 {07474.f} {07475.p1} -> {07475.p3} 
+tr {07475.e} {07475.p6} {07475.p3} -> {07475.p4-eats} 
+tr {07475.t} {07475.p2-thinks} -> {07475.p1} {07475.p5} 
+tr {07475.t0|07476.t4} : b7474 {07476.p4-eats} -> {07475.f} {07476.f} {07476.p2-thinks} 
+tr {07475.t2} {07475.f} {07475.p5} -> {07475.p6} 
+tr {07475.t3|07476.t1} : a7474 {07475.f} {07476.p1} -> {07476.p3} 
+tr {07476.e} {07476.p6} {07476.p3} -> {07476.p4-eats} 
+tr {07476.t} {07476.p2-thinks} -> {07476.p1} {07476.p5} 
+tr {07476.t0|07477.t4} : b7475 {07477.p4-eats} -> {07476.f} {07477.f} {07477.p2-thinks} 
+tr {07476.t2} {07476.f} {07476.p5} -> {07476.p6} 
+tr {07476.t3|07477.t1} : a7475 {07476.f} {07477.p1} -> {07477.p3} 
+tr {07477.e} {07477.p6} {07477.p3} -> {07477.p4-eats} 
+tr {07477.t} {07477.p2-thinks} -> {07477.p1} {07477.p5} 
+tr {07477.t0|07478.t4} : b7476 {07478.p4-eats} -> {07477.f} {07478.f} {07478.p2-thinks} 
+tr {07477.t2} {07477.f} {07477.p5} -> {07477.p6} 
+tr {07477.t3|07478.t1} : a7476 {07477.f} {07478.p1} -> {07478.p3} 
+tr {07478.e} {07478.p6} {07478.p3} -> {07478.p4-eats} 
+tr {07478.t} {07478.p2-thinks} -> {07478.p1} {07478.p5} 
+tr {07478.t0|07479.t4} : b7477 {07479.p4-eats} -> {07478.f} {07479.f} {07479.p2-thinks} 
+tr {07478.t2} {07478.f} {07478.p5} -> {07478.p6} 
+tr {07478.t3|07479.t1} : a7477 {07478.f} {07479.p1} -> {07479.p3} 
+tr {07479.e} {07479.p6} {07479.p3} -> {07479.p4-eats} 
+tr {07479.t} {07479.p2-thinks} -> {07479.p1} {07479.p5} 
+tr {07479.t0|07480.t4} : b7478 {07480.p4-eats} -> {07479.f} {07480.f} {07480.p2-thinks} 
+tr {07479.t2} {07479.f} {07479.p5} -> {07479.p6} 
+tr {07479.t3|07480.t1} : a7478 {07479.f} {07480.p1} -> {07480.p3} 
+tr {07480.e} {07480.p6} {07480.p3} -> {07480.p4-eats} 
+tr {07480.t} {07480.p2-thinks} -> {07480.p1} {07480.p5} 
+tr {07480.t0|07481.t4} : b7479 {07481.p4-eats} -> {07480.f} {07481.f} {07481.p2-thinks} 
+tr {07480.t2} {07480.f} {07480.p5} -> {07480.p6} 
+tr {07480.t3|07481.t1} : a7479 {07480.f} {07481.p1} -> {07481.p3} 
+tr {07481.e} {07481.p6} {07481.p3} -> {07481.p4-eats} 
+tr {07481.t} {07481.p2-thinks} -> {07481.p1} {07481.p5} 
+tr {07481.t0|07482.t4} : b7480 {07482.p4-eats} -> {07481.f} {07482.f} {07482.p2-thinks} 
+tr {07481.t2} {07481.f} {07481.p5} -> {07481.p6} 
+tr {07481.t3|07482.t1} : a7480 {07481.f} {07482.p1} -> {07482.p3} 
+tr {07482.e} {07482.p6} {07482.p3} -> {07482.p4-eats} 
+tr {07482.t} {07482.p2-thinks} -> {07482.p1} {07482.p5} 
+tr {07482.t0|07483.t4} : b7481 {07483.p4-eats} -> {07482.f} {07483.f} {07483.p2-thinks} 
+tr {07482.t2} {07482.f} {07482.p5} -> {07482.p6} 
+tr {07482.t3|07483.t1} : a7481 {07482.f} {07483.p1} -> {07483.p3} 
+tr {07483.e} {07483.p6} {07483.p3} -> {07483.p4-eats} 
+tr {07483.t} {07483.p2-thinks} -> {07483.p1} {07483.p5} 
+tr {07483.t0|07484.t4} : b7482 {07484.p4-eats} -> {07483.f} {07484.f} {07484.p2-thinks} 
+tr {07483.t2} {07483.f} {07483.p5} -> {07483.p6} 
+tr {07483.t3|07484.t1} : a7482 {07483.f} {07484.p1} -> {07484.p3} 
+tr {07484.e} {07484.p6} {07484.p3} -> {07484.p4-eats} 
+tr {07484.t} {07484.p2-thinks} -> {07484.p1} {07484.p5} 
+tr {07484.t0|07485.t4} : b7483 {07485.p4-eats} -> {07484.f} {07485.f} {07485.p2-thinks} 
+tr {07484.t2} {07484.f} {07484.p5} -> {07484.p6} 
+tr {07484.t3|07485.t1} : a7483 {07484.f} {07485.p1} -> {07485.p3} 
+tr {07485.e} {07485.p6} {07485.p3} -> {07485.p4-eats} 
+tr {07485.t} {07485.p2-thinks} -> {07485.p1} {07485.p5} 
+tr {07485.t0|07486.t4} : b7484 {07486.p4-eats} -> {07485.f} {07486.f} {07486.p2-thinks} 
+tr {07485.t2} {07485.f} {07485.p5} -> {07485.p6} 
+tr {07485.t3|07486.t1} : a7484 {07485.f} {07486.p1} -> {07486.p3} 
+tr {07486.e} {07486.p6} {07486.p3} -> {07486.p4-eats} 
+tr {07486.t} {07486.p2-thinks} -> {07486.p1} {07486.p5} 
+tr {07486.t0|07487.t4} : b7485 {07487.p4-eats} -> {07486.f} {07487.f} {07487.p2-thinks} 
+tr {07486.t2} {07486.f} {07486.p5} -> {07486.p6} 
+tr {07486.t3|07487.t1} : a7485 {07486.f} {07487.p1} -> {07487.p3} 
+tr {07487.e} {07487.p6} {07487.p3} -> {07487.p4-eats} 
+tr {07487.t} {07487.p2-thinks} -> {07487.p1} {07487.p5} 
+tr {07487.t0|07488.t4} : b7486 {07488.p4-eats} -> {07487.f} {07488.f} {07488.p2-thinks} 
+tr {07487.t2} {07487.f} {07487.p5} -> {07487.p6} 
+tr {07487.t3|07488.t1} : a7486 {07487.f} {07488.p1} -> {07488.p3} 
+tr {07488.e} {07488.p6} {07488.p3} -> {07488.p4-eats} 
+tr {07488.t} {07488.p2-thinks} -> {07488.p1} {07488.p5} 
+tr {07488.t0|07489.t4} : b7487 {07489.p4-eats} -> {07488.f} {07489.f} {07489.p2-thinks} 
+tr {07488.t2} {07488.f} {07488.p5} -> {07488.p6} 
+tr {07488.t3|07489.t1} : a7487 {07488.f} {07489.p1} -> {07489.p3} 
+tr {07489.e} {07489.p6} {07489.p3} -> {07489.p4-eats} 
+tr {07489.t} {07489.p2-thinks} -> {07489.p1} {07489.p5} 
+tr {07489.t0|07490.t4} : b7488 {07490.p4-eats} -> {07489.f} {07490.f} {07490.p2-thinks} 
+tr {07489.t2} {07489.f} {07489.p5} -> {07489.p6} 
+tr {07489.t3|07490.t1} : a7488 {07489.f} {07490.p1} -> {07490.p3} 
+tr {07490.e} {07490.p6} {07490.p3} -> {07490.p4-eats} 
+tr {07490.t} {07490.p2-thinks} -> {07490.p1} {07490.p5} 
+tr {07490.t0|07491.t4} : b7489 {07491.p4-eats} -> {07490.f} {07491.f} {07491.p2-thinks} 
+tr {07490.t2} {07490.f} {07490.p5} -> {07490.p6} 
+tr {07490.t3|07491.t1} : a7489 {07490.f} {07491.p1} -> {07491.p3} 
+tr {07491.e} {07491.p6} {07491.p3} -> {07491.p4-eats} 
+tr {07491.t} {07491.p2-thinks} -> {07491.p1} {07491.p5} 
+tr {07491.t0|07492.t4} : b7490 {07492.p4-eats} -> {07491.f} {07492.f} {07492.p2-thinks} 
+tr {07491.t2} {07491.f} {07491.p5} -> {07491.p6} 
+tr {07491.t3|07492.t1} : a7490 {07491.f} {07492.p1} -> {07492.p3} 
+tr {07492.e} {07492.p6} {07492.p3} -> {07492.p4-eats} 
+tr {07492.t} {07492.p2-thinks} -> {07492.p1} {07492.p5} 
+tr {07492.t0|07493.t4} : b7491 {07493.p4-eats} -> {07492.f} {07493.f} {07493.p2-thinks} 
+tr {07492.t2} {07492.f} {07492.p5} -> {07492.p6} 
+tr {07492.t3|07493.t1} : a7491 {07492.f} {07493.p1} -> {07493.p3} 
+tr {07493.e} {07493.p6} {07493.p3} -> {07493.p4-eats} 
+tr {07493.t} {07493.p2-thinks} -> {07493.p1} {07493.p5} 
+tr {07493.t0|07494.t4} : b7492 {07494.p4-eats} -> {07493.f} {07494.f} {07494.p2-thinks} 
+tr {07493.t2} {07493.f} {07493.p5} -> {07493.p6} 
+tr {07493.t3|07494.t1} : a7492 {07493.f} {07494.p1} -> {07494.p3} 
+tr {07494.e} {07494.p6} {07494.p3} -> {07494.p4-eats} 
+tr {07494.t} {07494.p2-thinks} -> {07494.p1} {07494.p5} 
+tr {07494.t0|07495.t4} : b7493 {07495.p4-eats} -> {07494.f} {07495.f} {07495.p2-thinks} 
+tr {07494.t2} {07494.f} {07494.p5} -> {07494.p6} 
+tr {07494.t3|07495.t1} : a7493 {07494.f} {07495.p1} -> {07495.p3} 
+tr {07495.e} {07495.p6} {07495.p3} -> {07495.p4-eats} 
+tr {07495.t} {07495.p2-thinks} -> {07495.p1} {07495.p5} 
+tr {07495.t0|07496.t4} : b7494 {07496.p4-eats} -> {07495.f} {07496.f} {07496.p2-thinks} 
+tr {07495.t2} {07495.f} {07495.p5} -> {07495.p6} 
+tr {07495.t3|07496.t1} : a7494 {07495.f} {07496.p1} -> {07496.p3} 
+tr {07496.e} {07496.p6} {07496.p3} -> {07496.p4-eats} 
+tr {07496.t} {07496.p2-thinks} -> {07496.p1} {07496.p5} 
+tr {07496.t0|07497.t4} : b7495 {07497.p4-eats} -> {07496.f} {07497.f} {07497.p2-thinks} 
+tr {07496.t2} {07496.f} {07496.p5} -> {07496.p6} 
+tr {07496.t3|07497.t1} : a7495 {07496.f} {07497.p1} -> {07497.p3} 
+tr {07497.e} {07497.p6} {07497.p3} -> {07497.p4-eats} 
+tr {07497.t} {07497.p2-thinks} -> {07497.p1} {07497.p5} 
+tr {07497.t0|07498.t4} : b7496 {07498.p4-eats} -> {07497.f} {07498.f} {07498.p2-thinks} 
+tr {07497.t2} {07497.f} {07497.p5} -> {07497.p6} 
+tr {07497.t3|07498.t1} : a7496 {07497.f} {07498.p1} -> {07498.p3} 
+tr {07498.e} {07498.p6} {07498.p3} -> {07498.p4-eats} 
+tr {07498.t} {07498.p2-thinks} -> {07498.p1} {07498.p5} 
+tr {07498.t0|07499.t4} : b7497 {07499.p4-eats} -> {07498.f} {07499.f} {07499.p2-thinks} 
+tr {07498.t2} {07498.f} {07498.p5} -> {07498.p6} 
+tr {07498.t3|07499.t1} : a7497 {07498.f} {07499.p1} -> {07499.p3} 
+tr {07499.e} {07499.p6} {07499.p3} -> {07499.p4-eats} 
+tr {07499.t} {07499.p2-thinks} -> {07499.p1} {07499.p5} 
+tr {07499.t0|07500.t4} : b7498 {07500.p4-eats} -> {07499.f} {07500.f} {07500.p2-thinks} 
+tr {07499.t2} {07499.f} {07499.p5} -> {07499.p6} 
+tr {07499.t3|07500.t1} : a7498 {07499.f} {07500.p1} -> {07500.p3} 
+tr {07500.e} {07500.p6} {07500.p3} -> {07500.p4-eats} 
+tr {07500.t} {07500.p2-thinks} -> {07500.p1} {07500.p5} 
+tr {07500.t0|07501.t4} : b7499 {07501.p4-eats} -> {07500.f} {07501.f} {07501.p2-thinks} 
+tr {07500.t2} {07500.f} {07500.p5} -> {07500.p6} 
+tr {07500.t3|07501.t1} : a7499 {07500.f} {07501.p1} -> {07501.p3} 
+tr {07501.e} {07501.p6} {07501.p3} -> {07501.p4-eats} 
+tr {07501.t} {07501.p2-thinks} -> {07501.p1} {07501.p5} 
+tr {07501.t0|07502.t4} : b7500 {07502.p4-eats} -> {07501.f} {07502.f} {07502.p2-thinks} 
+tr {07501.t2} {07501.f} {07501.p5} -> {07501.p6} 
+tr {07501.t3|07502.t1} : a7500 {07501.f} {07502.p1} -> {07502.p3} 
+tr {07502.e} {07502.p6} {07502.p3} -> {07502.p4-eats} 
+tr {07502.t} {07502.p2-thinks} -> {07502.p1} {07502.p5} 
+tr {07502.t0|07503.t4} : b7501 {07503.p4-eats} -> {07502.f} {07503.f} {07503.p2-thinks} 
+tr {07502.t2} {07502.f} {07502.p5} -> {07502.p6} 
+tr {07502.t3|07503.t1} : a7501 {07502.f} {07503.p1} -> {07503.p3} 
+tr {07503.e} {07503.p6} {07503.p3} -> {07503.p4-eats} 
+tr {07503.t} {07503.p2-thinks} -> {07503.p1} {07503.p5} 
+tr {07503.t0|07504.t4} : b7502 {07504.p4-eats} -> {07503.f} {07504.f} {07504.p2-thinks} 
+tr {07503.t2} {07503.f} {07503.p5} -> {07503.p6} 
+tr {07503.t3|07504.t1} : a7502 {07503.f} {07504.p1} -> {07504.p3} 
+tr {07504.e} {07504.p6} {07504.p3} -> {07504.p4-eats} 
+tr {07504.t} {07504.p2-thinks} -> {07504.p1} {07504.p5} 
+tr {07504.t0|07505.t4} : b7503 {07505.p4-eats} -> {07504.f} {07505.f} {07505.p2-thinks} 
+tr {07504.t2} {07504.f} {07504.p5} -> {07504.p6} 
+tr {07504.t3|07505.t1} : a7503 {07504.f} {07505.p1} -> {07505.p3} 
+tr {07505.e} {07505.p6} {07505.p3} -> {07505.p4-eats} 
+tr {07505.t} {07505.p2-thinks} -> {07505.p1} {07505.p5} 
+tr {07505.t0|07506.t4} : b7504 {07506.p4-eats} -> {07505.f} {07506.f} {07506.p2-thinks} 
+tr {07505.t2} {07505.f} {07505.p5} -> {07505.p6} 
+tr {07505.t3|07506.t1} : a7504 {07505.f} {07506.p1} -> {07506.p3} 
+tr {07506.e} {07506.p6} {07506.p3} -> {07506.p4-eats} 
+tr {07506.t} {07506.p2-thinks} -> {07506.p1} {07506.p5} 
+tr {07506.t0|07507.t4} : b7505 {07507.p4-eats} -> {07506.f} {07507.f} {07507.p2-thinks} 
+tr {07506.t2} {07506.f} {07506.p5} -> {07506.p6} 
+tr {07506.t3|07507.t1} : a7505 {07506.f} {07507.p1} -> {07507.p3} 
+tr {07507.e} {07507.p6} {07507.p3} -> {07507.p4-eats} 
+tr {07507.t} {07507.p2-thinks} -> {07507.p1} {07507.p5} 
+tr {07507.t0|07508.t4} : b7506 {07508.p4-eats} -> {07507.f} {07508.f} {07508.p2-thinks} 
+tr {07507.t2} {07507.f} {07507.p5} -> {07507.p6} 
+tr {07507.t3|07508.t1} : a7506 {07507.f} {07508.p1} -> {07508.p3} 
+tr {07508.e} {07508.p6} {07508.p3} -> {07508.p4-eats} 
+tr {07508.t} {07508.p2-thinks} -> {07508.p1} {07508.p5} 
+tr {07508.t0|07509.t4} : b7507 {07509.p4-eats} -> {07508.f} {07509.f} {07509.p2-thinks} 
+tr {07508.t2} {07508.f} {07508.p5} -> {07508.p6} 
+tr {07508.t3|07509.t1} : a7507 {07508.f} {07509.p1} -> {07509.p3} 
+tr {07509.e} {07509.p6} {07509.p3} -> {07509.p4-eats} 
+tr {07509.t} {07509.p2-thinks} -> {07509.p1} {07509.p5} 
+tr {07509.t0|07510.t4} : b7508 {07510.p4-eats} -> {07509.f} {07510.f} {07510.p2-thinks} 
+tr {07509.t2} {07509.f} {07509.p5} -> {07509.p6} 
+tr {07509.t3|07510.t1} : a7508 {07509.f} {07510.p1} -> {07510.p3} 
+tr {07510.e} {07510.p6} {07510.p3} -> {07510.p4-eats} 
+tr {07510.t} {07510.p2-thinks} -> {07510.p1} {07510.p5} 
+tr {07510.t0|07511.t4} : b7509 {07511.p4-eats} -> {07510.f} {07511.f} {07511.p2-thinks} 
+tr {07510.t2} {07510.f} {07510.p5} -> {07510.p6} 
+tr {07510.t3|07511.t1} : a7509 {07510.f} {07511.p1} -> {07511.p3} 
+tr {07511.e} {07511.p6} {07511.p3} -> {07511.p4-eats} 
+tr {07511.t} {07511.p2-thinks} -> {07511.p1} {07511.p5} 
+tr {07511.t0|07512.t4} : b7510 {07512.p4-eats} -> {07511.f} {07512.f} {07512.p2-thinks} 
+tr {07511.t2} {07511.f} {07511.p5} -> {07511.p6} 
+tr {07511.t3|07512.t1} : a7510 {07511.f} {07512.p1} -> {07512.p3} 
+tr {07512.e} {07512.p6} {07512.p3} -> {07512.p4-eats} 
+tr {07512.t} {07512.p2-thinks} -> {07512.p1} {07512.p5} 
+tr {07512.t0|07513.t4} : b7511 {07513.p4-eats} -> {07512.f} {07513.f} {07513.p2-thinks} 
+tr {07512.t2} {07512.f} {07512.p5} -> {07512.p6} 
+tr {07512.t3|07513.t1} : a7511 {07512.f} {07513.p1} -> {07513.p3} 
+tr {07513.e} {07513.p6} {07513.p3} -> {07513.p4-eats} 
+tr {07513.t} {07513.p2-thinks} -> {07513.p1} {07513.p5} 
+tr {07513.t0|07514.t4} : b7512 {07514.p4-eats} -> {07513.f} {07514.f} {07514.p2-thinks} 
+tr {07513.t2} {07513.f} {07513.p5} -> {07513.p6} 
+tr {07513.t3|07514.t1} : a7512 {07513.f} {07514.p1} -> {07514.p3} 
+tr {07514.e} {07514.p6} {07514.p3} -> {07514.p4-eats} 
+tr {07514.t} {07514.p2-thinks} -> {07514.p1} {07514.p5} 
+tr {07514.t0|07515.t4} : b7513 {07515.p4-eats} -> {07514.f} {07515.f} {07515.p2-thinks} 
+tr {07514.t2} {07514.f} {07514.p5} -> {07514.p6} 
+tr {07514.t3|07515.t1} : a7513 {07514.f} {07515.p1} -> {07515.p3} 
+tr {07515.e} {07515.p6} {07515.p3} -> {07515.p4-eats} 
+tr {07515.t} {07515.p2-thinks} -> {07515.p1} {07515.p5} 
+tr {07515.t0|07516.t4} : b7514 {07516.p4-eats} -> {07515.f} {07516.f} {07516.p2-thinks} 
+tr {07515.t2} {07515.f} {07515.p5} -> {07515.p6} 
+tr {07515.t3|07516.t1} : a7514 {07515.f} {07516.p1} -> {07516.p3} 
+tr {07516.e} {07516.p6} {07516.p3} -> {07516.p4-eats} 
+tr {07516.t} {07516.p2-thinks} -> {07516.p1} {07516.p5} 
+tr {07516.t0|07517.t4} : b7515 {07517.p4-eats} -> {07516.f} {07517.f} {07517.p2-thinks} 
+tr {07516.t2} {07516.f} {07516.p5} -> {07516.p6} 
+tr {07516.t3|07517.t1} : a7515 {07516.f} {07517.p1} -> {07517.p3} 
+tr {07517.e} {07517.p6} {07517.p3} -> {07517.p4-eats} 
+tr {07517.t} {07517.p2-thinks} -> {07517.p1} {07517.p5} 
+tr {07517.t0|07518.t4} : b7516 {07518.p4-eats} -> {07517.f} {07518.f} {07518.p2-thinks} 
+tr {07517.t2} {07517.f} {07517.p5} -> {07517.p6} 
+tr {07517.t3|07518.t1} : a7516 {07517.f} {07518.p1} -> {07518.p3} 
+tr {07518.e} {07518.p6} {07518.p3} -> {07518.p4-eats} 
+tr {07518.t} {07518.p2-thinks} -> {07518.p1} {07518.p5} 
+tr {07518.t0|07519.t4} : b7517 {07519.p4-eats} -> {07518.f} {07519.f} {07519.p2-thinks} 
+tr {07518.t2} {07518.f} {07518.p5} -> {07518.p6} 
+tr {07518.t3|07519.t1} : a7517 {07518.f} {07519.p1} -> {07519.p3} 
+tr {07519.e} {07519.p6} {07519.p3} -> {07519.p4-eats} 
+tr {07519.t} {07519.p2-thinks} -> {07519.p1} {07519.p5} 
+tr {07519.t0|07520.t4} : b7518 {07520.p4-eats} -> {07519.f} {07520.f} {07520.p2-thinks} 
+tr {07519.t2} {07519.f} {07519.p5} -> {07519.p6} 
+tr {07519.t3|07520.t1} : a7518 {07519.f} {07520.p1} -> {07520.p3} 
+tr {07520.e} {07520.p6} {07520.p3} -> {07520.p4-eats} 
+tr {07520.t} {07520.p2-thinks} -> {07520.p1} {07520.p5} 
+tr {07520.t0|07521.t4} : b7519 {07521.p4-eats} -> {07520.f} {07521.f} {07521.p2-thinks} 
+tr {07520.t2} {07520.f} {07520.p5} -> {07520.p6} 
+tr {07520.t3|07521.t1} : a7519 {07520.f} {07521.p1} -> {07521.p3} 
+tr {07521.e} {07521.p6} {07521.p3} -> {07521.p4-eats} 
+tr {07521.t} {07521.p2-thinks} -> {07521.p1} {07521.p5} 
+tr {07521.t0|07522.t4} : b7520 {07522.p4-eats} -> {07521.f} {07522.f} {07522.p2-thinks} 
+tr {07521.t2} {07521.f} {07521.p5} -> {07521.p6} 
+tr {07521.t3|07522.t1} : a7520 {07521.f} {07522.p1} -> {07522.p3} 
+tr {07522.e} {07522.p6} {07522.p3} -> {07522.p4-eats} 
+tr {07522.t} {07522.p2-thinks} -> {07522.p1} {07522.p5} 
+tr {07522.t0|07523.t4} : b7521 {07523.p4-eats} -> {07522.f} {07523.f} {07523.p2-thinks} 
+tr {07522.t2} {07522.f} {07522.p5} -> {07522.p6} 
+tr {07522.t3|07523.t1} : a7521 {07522.f} {07523.p1} -> {07523.p3} 
+tr {07523.e} {07523.p6} {07523.p3} -> {07523.p4-eats} 
+tr {07523.t} {07523.p2-thinks} -> {07523.p1} {07523.p5} 
+tr {07523.t0|07524.t4} : b7522 {07524.p4-eats} -> {07523.f} {07524.f} {07524.p2-thinks} 
+tr {07523.t2} {07523.f} {07523.p5} -> {07523.p6} 
+tr {07523.t3|07524.t1} : a7522 {07523.f} {07524.p1} -> {07524.p3} 
+tr {07524.e} {07524.p6} {07524.p3} -> {07524.p4-eats} 
+tr {07524.t} {07524.p2-thinks} -> {07524.p1} {07524.p5} 
+tr {07524.t0|07525.t4} : b7523 {07525.p4-eats} -> {07524.f} {07525.f} {07525.p2-thinks} 
+tr {07524.t2} {07524.f} {07524.p5} -> {07524.p6} 
+tr {07524.t3|07525.t1} : a7523 {07524.f} {07525.p1} -> {07525.p3} 
+tr {07525.e} {07525.p6} {07525.p3} -> {07525.p4-eats} 
+tr {07525.t} {07525.p2-thinks} -> {07525.p1} {07525.p5} 
+tr {07525.t0|07526.t4} : b7524 {07526.p4-eats} -> {07525.f} {07526.f} {07526.p2-thinks} 
+tr {07525.t2} {07525.f} {07525.p5} -> {07525.p6} 
+tr {07525.t3|07526.t1} : a7524 {07525.f} {07526.p1} -> {07526.p3} 
+tr {07526.e} {07526.p6} {07526.p3} -> {07526.p4-eats} 
+tr {07526.t} {07526.p2-thinks} -> {07526.p1} {07526.p5} 
+tr {07526.t0|07527.t4} : b7525 {07527.p4-eats} -> {07526.f} {07527.f} {07527.p2-thinks} 
+tr {07526.t2} {07526.f} {07526.p5} -> {07526.p6} 
+tr {07526.t3|07527.t1} : a7525 {07526.f} {07527.p1} -> {07527.p3} 
+tr {07527.e} {07527.p6} {07527.p3} -> {07527.p4-eats} 
+tr {07527.t} {07527.p2-thinks} -> {07527.p1} {07527.p5} 
+tr {07527.t0|07528.t4} : b7526 {07528.p4-eats} -> {07527.f} {07528.f} {07528.p2-thinks} 
+tr {07527.t2} {07527.f} {07527.p5} -> {07527.p6} 
+tr {07527.t3|07528.t1} : a7526 {07527.f} {07528.p1} -> {07528.p3} 
+tr {07528.e} {07528.p6} {07528.p3} -> {07528.p4-eats} 
+tr {07528.t} {07528.p2-thinks} -> {07528.p1} {07528.p5} 
+tr {07528.t0|07529.t4} : b7527 {07529.p4-eats} -> {07528.f} {07529.f} {07529.p2-thinks} 
+tr {07528.t2} {07528.f} {07528.p5} -> {07528.p6} 
+tr {07528.t3|07529.t1} : a7527 {07528.f} {07529.p1} -> {07529.p3} 
+tr {07529.e} {07529.p6} {07529.p3} -> {07529.p4-eats} 
+tr {07529.t} {07529.p2-thinks} -> {07529.p1} {07529.p5} 
+tr {07529.t0|07530.t4} : b7528 {07530.p4-eats} -> {07529.f} {07530.f} {07530.p2-thinks} 
+tr {07529.t2} {07529.f} {07529.p5} -> {07529.p6} 
+tr {07529.t3|07530.t1} : a7528 {07529.f} {07530.p1} -> {07530.p3} 
+tr {07530.e} {07530.p6} {07530.p3} -> {07530.p4-eats} 
+tr {07530.t} {07530.p2-thinks} -> {07530.p1} {07530.p5} 
+tr {07530.t0|07531.t4} : b7529 {07531.p4-eats} -> {07530.f} {07531.f} {07531.p2-thinks} 
+tr {07530.t2} {07530.f} {07530.p5} -> {07530.p6} 
+tr {07530.t3|07531.t1} : a7529 {07530.f} {07531.p1} -> {07531.p3} 
+tr {07531.e} {07531.p6} {07531.p3} -> {07531.p4-eats} 
+tr {07531.t} {07531.p2-thinks} -> {07531.p1} {07531.p5} 
+tr {07531.t0|07532.t4} : b7530 {07532.p4-eats} -> {07531.f} {07532.f} {07532.p2-thinks} 
+tr {07531.t2} {07531.f} {07531.p5} -> {07531.p6} 
+tr {07531.t3|07532.t1} : a7530 {07531.f} {07532.p1} -> {07532.p3} 
+tr {07532.e} {07532.p6} {07532.p3} -> {07532.p4-eats} 
+tr {07532.t} {07532.p2-thinks} -> {07532.p1} {07532.p5} 
+tr {07532.t0|07533.t4} : b7531 {07533.p4-eats} -> {07532.f} {07533.f} {07533.p2-thinks} 
+tr {07532.t2} {07532.f} {07532.p5} -> {07532.p6} 
+tr {07532.t3|07533.t1} : a7531 {07532.f} {07533.p1} -> {07533.p3} 
+tr {07533.e} {07533.p6} {07533.p3} -> {07533.p4-eats} 
+tr {07533.t} {07533.p2-thinks} -> {07533.p1} {07533.p5} 
+tr {07533.t0|07534.t4} : b7532 {07534.p4-eats} -> {07533.f} {07534.f} {07534.p2-thinks} 
+tr {07533.t2} {07533.f} {07533.p5} -> {07533.p6} 
+tr {07533.t3|07534.t1} : a7532 {07533.f} {07534.p1} -> {07534.p3} 
+tr {07534.e} {07534.p6} {07534.p3} -> {07534.p4-eats} 
+tr {07534.t} {07534.p2-thinks} -> {07534.p1} {07534.p5} 
+tr {07534.t0|07535.t4} : b7533 {07535.p4-eats} -> {07534.f} {07535.f} {07535.p2-thinks} 
+tr {07534.t2} {07534.f} {07534.p5} -> {07534.p6} 
+tr {07534.t3|07535.t1} : a7533 {07534.f} {07535.p1} -> {07535.p3} 
+tr {07535.e} {07535.p6} {07535.p3} -> {07535.p4-eats} 
+tr {07535.t} {07535.p2-thinks} -> {07535.p1} {07535.p5} 
+tr {07535.t0|07536.t4} : b7534 {07536.p4-eats} -> {07535.f} {07536.f} {07536.p2-thinks} 
+tr {07535.t2} {07535.f} {07535.p5} -> {07535.p6} 
+tr {07535.t3|07536.t1} : a7534 {07535.f} {07536.p1} -> {07536.p3} 
+tr {07536.e} {07536.p6} {07536.p3} -> {07536.p4-eats} 
+tr {07536.t} {07536.p2-thinks} -> {07536.p1} {07536.p5} 
+tr {07536.t0|07537.t4} : b7535 {07537.p4-eats} -> {07536.f} {07537.f} {07537.p2-thinks} 
+tr {07536.t2} {07536.f} {07536.p5} -> {07536.p6} 
+tr {07536.t3|07537.t1} : a7535 {07536.f} {07537.p1} -> {07537.p3} 
+tr {07537.e} {07537.p6} {07537.p3} -> {07537.p4-eats} 
+tr {07537.t} {07537.p2-thinks} -> {07537.p1} {07537.p5} 
+tr {07537.t0|07538.t4} : b7536 {07538.p4-eats} -> {07537.f} {07538.f} {07538.p2-thinks} 
+tr {07537.t2} {07537.f} {07537.p5} -> {07537.p6} 
+tr {07537.t3|07538.t1} : a7536 {07537.f} {07538.p1} -> {07538.p3} 
+tr {07538.e} {07538.p6} {07538.p3} -> {07538.p4-eats} 
+tr {07538.t} {07538.p2-thinks} -> {07538.p1} {07538.p5} 
+tr {07538.t0|07539.t4} : b7537 {07539.p4-eats} -> {07538.f} {07539.f} {07539.p2-thinks} 
+tr {07538.t2} {07538.f} {07538.p5} -> {07538.p6} 
+tr {07538.t3|07539.t1} : a7537 {07538.f} {07539.p1} -> {07539.p3} 
+tr {07539.e} {07539.p6} {07539.p3} -> {07539.p4-eats} 
+tr {07539.t} {07539.p2-thinks} -> {07539.p1} {07539.p5} 
+tr {07539.t0|07540.t4} : b7538 {07540.p4-eats} -> {07539.f} {07540.f} {07540.p2-thinks} 
+tr {07539.t2} {07539.f} {07539.p5} -> {07539.p6} 
+tr {07539.t3|07540.t1} : a7538 {07539.f} {07540.p1} -> {07540.p3} 
+tr {07540.e} {07540.p6} {07540.p3} -> {07540.p4-eats} 
+tr {07540.t} {07540.p2-thinks} -> {07540.p1} {07540.p5} 
+tr {07540.t0|07541.t4} : b7539 {07541.p4-eats} -> {07540.f} {07541.f} {07541.p2-thinks} 
+tr {07540.t2} {07540.f} {07540.p5} -> {07540.p6} 
+tr {07540.t3|07541.t1} : a7539 {07540.f} {07541.p1} -> {07541.p3} 
+tr {07541.e} {07541.p6} {07541.p3} -> {07541.p4-eats} 
+tr {07541.t} {07541.p2-thinks} -> {07541.p1} {07541.p5} 
+tr {07541.t0|07542.t4} : b7540 {07542.p4-eats} -> {07541.f} {07542.f} {07542.p2-thinks} 
+tr {07541.t2} {07541.f} {07541.p5} -> {07541.p6} 
+tr {07541.t3|07542.t1} : a7540 {07541.f} {07542.p1} -> {07542.p3} 
+tr {07542.e} {07542.p6} {07542.p3} -> {07542.p4-eats} 
+tr {07542.t} {07542.p2-thinks} -> {07542.p1} {07542.p5} 
+tr {07542.t0|07543.t4} : b7541 {07543.p4-eats} -> {07542.f} {07543.f} {07543.p2-thinks} 
+tr {07542.t2} {07542.f} {07542.p5} -> {07542.p6} 
+tr {07542.t3|07543.t1} : a7541 {07542.f} {07543.p1} -> {07543.p3} 
+tr {07543.e} {07543.p6} {07543.p3} -> {07543.p4-eats} 
+tr {07543.t} {07543.p2-thinks} -> {07543.p1} {07543.p5} 
+tr {07543.t0|07544.t4} : b7542 {07544.p4-eats} -> {07543.f} {07544.f} {07544.p2-thinks} 
+tr {07543.t2} {07543.f} {07543.p5} -> {07543.p6} 
+tr {07543.t3|07544.t1} : a7542 {07543.f} {07544.p1} -> {07544.p3} 
+tr {07544.e} {07544.p6} {07544.p3} -> {07544.p4-eats} 
+tr {07544.t} {07544.p2-thinks} -> {07544.p1} {07544.p5} 
+tr {07544.t0|07545.t4} : b7543 {07545.p4-eats} -> {07544.f} {07545.f} {07545.p2-thinks} 
+tr {07544.t2} {07544.f} {07544.p5} -> {07544.p6} 
+tr {07544.t3|07545.t1} : a7543 {07544.f} {07545.p1} -> {07545.p3} 
+tr {07545.e} {07545.p6} {07545.p3} -> {07545.p4-eats} 
+tr {07545.t} {07545.p2-thinks} -> {07545.p1} {07545.p5} 
+tr {07545.t0|07546.t4} : b7544 {07546.p4-eats} -> {07545.f} {07546.f} {07546.p2-thinks} 
+tr {07545.t2} {07545.f} {07545.p5} -> {07545.p6} 
+tr {07545.t3|07546.t1} : a7544 {07545.f} {07546.p1} -> {07546.p3} 
+tr {07546.e} {07546.p6} {07546.p3} -> {07546.p4-eats} 
+tr {07546.t} {07546.p2-thinks} -> {07546.p1} {07546.p5} 
+tr {07546.t0|07547.t4} : b7545 {07547.p4-eats} -> {07546.f} {07547.f} {07547.p2-thinks} 
+tr {07546.t2} {07546.f} {07546.p5} -> {07546.p6} 
+tr {07546.t3|07547.t1} : a7545 {07546.f} {07547.p1} -> {07547.p3} 
+tr {07547.e} {07547.p6} {07547.p3} -> {07547.p4-eats} 
+tr {07547.t} {07547.p2-thinks} -> {07547.p1} {07547.p5} 
+tr {07547.t0|07548.t4} : b7546 {07548.p4-eats} -> {07547.f} {07548.f} {07548.p2-thinks} 
+tr {07547.t2} {07547.f} {07547.p5} -> {07547.p6} 
+tr {07547.t3|07548.t1} : a7546 {07547.f} {07548.p1} -> {07548.p3} 
+tr {07548.e} {07548.p6} {07548.p3} -> {07548.p4-eats} 
+tr {07548.t} {07548.p2-thinks} -> {07548.p1} {07548.p5} 
+tr {07548.t0|07549.t4} : b7547 {07549.p4-eats} -> {07548.f} {07549.f} {07549.p2-thinks} 
+tr {07548.t2} {07548.f} {07548.p5} -> {07548.p6} 
+tr {07548.t3|07549.t1} : a7547 {07548.f} {07549.p1} -> {07549.p3} 
+tr {07549.e} {07549.p6} {07549.p3} -> {07549.p4-eats} 
+tr {07549.t} {07549.p2-thinks} -> {07549.p1} {07549.p5} 
+tr {07549.t0|07550.t4} : b7548 {07550.p4-eats} -> {07549.f} {07550.f} {07550.p2-thinks} 
+tr {07549.t2} {07549.f} {07549.p5} -> {07549.p6} 
+tr {07549.t3|07550.t1} : a7548 {07549.f} {07550.p1} -> {07550.p3} 
+tr {07550.e} {07550.p6} {07550.p3} -> {07550.p4-eats} 
+tr {07550.t} {07550.p2-thinks} -> {07550.p1} {07550.p5} 
+tr {07550.t0|07551.t4} : b7549 {07551.p4-eats} -> {07550.f} {07551.f} {07551.p2-thinks} 
+tr {07550.t2} {07550.f} {07550.p5} -> {07550.p6} 
+tr {07550.t3|07551.t1} : a7549 {07550.f} {07551.p1} -> {07551.p3} 
+tr {07551.e} {07551.p6} {07551.p3} -> {07551.p4-eats} 
+tr {07551.t} {07551.p2-thinks} -> {07551.p1} {07551.p5} 
+tr {07551.t0|07552.t4} : b7550 {07552.p4-eats} -> {07551.f} {07552.f} {07552.p2-thinks} 
+tr {07551.t2} {07551.f} {07551.p5} -> {07551.p6} 
+tr {07551.t3|07552.t1} : a7550 {07551.f} {07552.p1} -> {07552.p3} 
+tr {07552.e} {07552.p6} {07552.p3} -> {07552.p4-eats} 
+tr {07552.t} {07552.p2-thinks} -> {07552.p1} {07552.p5} 
+tr {07552.t0|07553.t4} : b7551 {07553.p4-eats} -> {07552.f} {07553.f} {07553.p2-thinks} 
+tr {07552.t2} {07552.f} {07552.p5} -> {07552.p6} 
+tr {07552.t3|07553.t1} : a7551 {07552.f} {07553.p1} -> {07553.p3} 
+tr {07553.e} {07553.p6} {07553.p3} -> {07553.p4-eats} 
+tr {07553.t} {07553.p2-thinks} -> {07553.p1} {07553.p5} 
+tr {07553.t0|07554.t4} : b7552 {07554.p4-eats} -> {07553.f} {07554.f} {07554.p2-thinks} 
+tr {07553.t2} {07553.f} {07553.p5} -> {07553.p6} 
+tr {07553.t3|07554.t1} : a7552 {07553.f} {07554.p1} -> {07554.p3} 
+tr {07554.e} {07554.p6} {07554.p3} -> {07554.p4-eats} 
+tr {07554.t} {07554.p2-thinks} -> {07554.p1} {07554.p5} 
+tr {07554.t0|07555.t4} : b7553 {07555.p4-eats} -> {07554.f} {07555.f} {07555.p2-thinks} 
+tr {07554.t2} {07554.f} {07554.p5} -> {07554.p6} 
+tr {07554.t3|07555.t1} : a7553 {07554.f} {07555.p1} -> {07555.p3} 
+tr {07555.e} {07555.p6} {07555.p3} -> {07555.p4-eats} 
+tr {07555.t} {07555.p2-thinks} -> {07555.p1} {07555.p5} 
+tr {07555.t0|07556.t4} : b7554 {07556.p4-eats} -> {07555.f} {07556.f} {07556.p2-thinks} 
+tr {07555.t2} {07555.f} {07555.p5} -> {07555.p6} 
+tr {07555.t3|07556.t1} : a7554 {07555.f} {07556.p1} -> {07556.p3} 
+tr {07556.e} {07556.p6} {07556.p3} -> {07556.p4-eats} 
+tr {07556.t} {07556.p2-thinks} -> {07556.p1} {07556.p5} 
+tr {07556.t0|07557.t4} : b7555 {07557.p4-eats} -> {07556.f} {07557.f} {07557.p2-thinks} 
+tr {07556.t2} {07556.f} {07556.p5} -> {07556.p6} 
+tr {07556.t3|07557.t1} : a7555 {07556.f} {07557.p1} -> {07557.p3} 
+tr {07557.e} {07557.p6} {07557.p3} -> {07557.p4-eats} 
+tr {07557.t} {07557.p2-thinks} -> {07557.p1} {07557.p5} 
+tr {07557.t0|07558.t4} : b7556 {07558.p4-eats} -> {07557.f} {07558.f} {07558.p2-thinks} 
+tr {07557.t2} {07557.f} {07557.p5} -> {07557.p6} 
+tr {07557.t3|07558.t1} : a7556 {07557.f} {07558.p1} -> {07558.p3} 
+tr {07558.e} {07558.p6} {07558.p3} -> {07558.p4-eats} 
+tr {07558.t} {07558.p2-thinks} -> {07558.p1} {07558.p5} 
+tr {07558.t0|07559.t4} : b7557 {07559.p4-eats} -> {07558.f} {07559.f} {07559.p2-thinks} 
+tr {07558.t2} {07558.f} {07558.p5} -> {07558.p6} 
+tr {07558.t3|07559.t1} : a7557 {07558.f} {07559.p1} -> {07559.p3} 
+tr {07559.e} {07559.p6} {07559.p3} -> {07559.p4-eats} 
+tr {07559.t} {07559.p2-thinks} -> {07559.p1} {07559.p5} 
+tr {07559.t0|07560.t4} : b7558 {07560.p4-eats} -> {07559.f} {07560.f} {07560.p2-thinks} 
+tr {07559.t2} {07559.f} {07559.p5} -> {07559.p6} 
+tr {07559.t3|07560.t1} : a7558 {07559.f} {07560.p1} -> {07560.p3} 
+tr {07560.e} {07560.p6} {07560.p3} -> {07560.p4-eats} 
+tr {07560.t} {07560.p2-thinks} -> {07560.p1} {07560.p5} 
+tr {07560.t0|07561.t4} : b7559 {07561.p4-eats} -> {07560.f} {07561.f} {07561.p2-thinks} 
+tr {07560.t2} {07560.f} {07560.p5} -> {07560.p6} 
+tr {07560.t3|07561.t1} : a7559 {07560.f} {07561.p1} -> {07561.p3} 
+tr {07561.e} {07561.p6} {07561.p3} -> {07561.p4-eats} 
+tr {07561.t} {07561.p2-thinks} -> {07561.p1} {07561.p5} 
+tr {07561.t0|07562.t4} : b7560 {07562.p4-eats} -> {07561.f} {07562.f} {07562.p2-thinks} 
+tr {07561.t2} {07561.f} {07561.p5} -> {07561.p6} 
+tr {07561.t3|07562.t1} : a7560 {07561.f} {07562.p1} -> {07562.p3} 
+tr {07562.e} {07562.p6} {07562.p3} -> {07562.p4-eats} 
+tr {07562.t} {07562.p2-thinks} -> {07562.p1} {07562.p5} 
+tr {07562.t0|07563.t4} : b7561 {07563.p4-eats} -> {07562.f} {07563.f} {07563.p2-thinks} 
+tr {07562.t2} {07562.f} {07562.p5} -> {07562.p6} 
+tr {07562.t3|07563.t1} : a7561 {07562.f} {07563.p1} -> {07563.p3} 
+tr {07563.e} {07563.p6} {07563.p3} -> {07563.p4-eats} 
+tr {07563.t} {07563.p2-thinks} -> {07563.p1} {07563.p5} 
+tr {07563.t0|07564.t4} : b7562 {07564.p4-eats} -> {07563.f} {07564.f} {07564.p2-thinks} 
+tr {07563.t2} {07563.f} {07563.p5} -> {07563.p6} 
+tr {07563.t3|07564.t1} : a7562 {07563.f} {07564.p1} -> {07564.p3} 
+tr {07564.e} {07564.p6} {07564.p3} -> {07564.p4-eats} 
+tr {07564.t} {07564.p2-thinks} -> {07564.p1} {07564.p5} 
+tr {07564.t0|07565.t4} : b7563 {07565.p4-eats} -> {07564.f} {07565.f} {07565.p2-thinks} 
+tr {07564.t2} {07564.f} {07564.p5} -> {07564.p6} 
+tr {07564.t3|07565.t1} : a7563 {07564.f} {07565.p1} -> {07565.p3} 
+tr {07565.e} {07565.p6} {07565.p3} -> {07565.p4-eats} 
+tr {07565.t} {07565.p2-thinks} -> {07565.p1} {07565.p5} 
+tr {07565.t0|07566.t4} : b7564 {07566.p4-eats} -> {07565.f} {07566.f} {07566.p2-thinks} 
+tr {07565.t2} {07565.f} {07565.p5} -> {07565.p6} 
+tr {07565.t3|07566.t1} : a7564 {07565.f} {07566.p1} -> {07566.p3} 
+tr {07566.e} {07566.p6} {07566.p3} -> {07566.p4-eats} 
+tr {07566.t} {07566.p2-thinks} -> {07566.p1} {07566.p5} 
+tr {07566.t0|07567.t4} : b7565 {07567.p4-eats} -> {07566.f} {07567.f} {07567.p2-thinks} 
+tr {07566.t2} {07566.f} {07566.p5} -> {07566.p6} 
+tr {07566.t3|07567.t1} : a7565 {07566.f} {07567.p1} -> {07567.p3} 
+tr {07567.e} {07567.p6} {07567.p3} -> {07567.p4-eats} 
+tr {07567.t} {07567.p2-thinks} -> {07567.p1} {07567.p5} 
+tr {07567.t0|07568.t4} : b7566 {07568.p4-eats} -> {07567.f} {07568.f} {07568.p2-thinks} 
+tr {07567.t2} {07567.f} {07567.p5} -> {07567.p6} 
+tr {07567.t3|07568.t1} : a7566 {07567.f} {07568.p1} -> {07568.p3} 
+tr {07568.e} {07568.p6} {07568.p3} -> {07568.p4-eats} 
+tr {07568.t} {07568.p2-thinks} -> {07568.p1} {07568.p5} 
+tr {07568.t0|07569.t4} : b7567 {07569.p4-eats} -> {07568.f} {07569.f} {07569.p2-thinks} 
+tr {07568.t2} {07568.f} {07568.p5} -> {07568.p6} 
+tr {07568.t3|07569.t1} : a7567 {07568.f} {07569.p1} -> {07569.p3} 
+tr {07569.e} {07569.p6} {07569.p3} -> {07569.p4-eats} 
+tr {07569.t} {07569.p2-thinks} -> {07569.p1} {07569.p5} 
+tr {07569.t0|07570.t4} : b7568 {07570.p4-eats} -> {07569.f} {07570.f} {07570.p2-thinks} 
+tr {07569.t2} {07569.f} {07569.p5} -> {07569.p6} 
+tr {07569.t3|07570.t1} : a7568 {07569.f} {07570.p1} -> {07570.p3} 
+tr {07570.e} {07570.p6} {07570.p3} -> {07570.p4-eats} 
+tr {07570.t} {07570.p2-thinks} -> {07570.p1} {07570.p5} 
+tr {07570.t0|07571.t4} : b7569 {07571.p4-eats} -> {07570.f} {07571.f} {07571.p2-thinks} 
+tr {07570.t2} {07570.f} {07570.p5} -> {07570.p6} 
+tr {07570.t3|07571.t1} : a7569 {07570.f} {07571.p1} -> {07571.p3} 
+tr {07571.e} {07571.p6} {07571.p3} -> {07571.p4-eats} 
+tr {07571.t} {07571.p2-thinks} -> {07571.p1} {07571.p5} 
+tr {07571.t0|07572.t4} : b7570 {07572.p4-eats} -> {07571.f} {07572.f} {07572.p2-thinks} 
+tr {07571.t2} {07571.f} {07571.p5} -> {07571.p6} 
+tr {07571.t3|07572.t1} : a7570 {07571.f} {07572.p1} -> {07572.p3} 
+tr {07572.e} {07572.p6} {07572.p3} -> {07572.p4-eats} 
+tr {07572.t} {07572.p2-thinks} -> {07572.p1} {07572.p5} 
+tr {07572.t0|07573.t4} : b7571 {07573.p4-eats} -> {07572.f} {07573.f} {07573.p2-thinks} 
+tr {07572.t2} {07572.f} {07572.p5} -> {07572.p6} 
+tr {07572.t3|07573.t1} : a7571 {07572.f} {07573.p1} -> {07573.p3} 
+tr {07573.e} {07573.p6} {07573.p3} -> {07573.p4-eats} 
+tr {07573.t} {07573.p2-thinks} -> {07573.p1} {07573.p5} 
+tr {07573.t0|07574.t4} : b7572 {07574.p4-eats} -> {07573.f} {07574.f} {07574.p2-thinks} 
+tr {07573.t2} {07573.f} {07573.p5} -> {07573.p6} 
+tr {07573.t3|07574.t1} : a7572 {07573.f} {07574.p1} -> {07574.p3} 
+tr {07574.e} {07574.p6} {07574.p3} -> {07574.p4-eats} 
+tr {07574.t} {07574.p2-thinks} -> {07574.p1} {07574.p5} 
+tr {07574.t0|07575.t4} : b7573 {07575.p4-eats} -> {07574.f} {07575.f} {07575.p2-thinks} 
+tr {07574.t2} {07574.f} {07574.p5} -> {07574.p6} 
+tr {07574.t3|07575.t1} : a7573 {07574.f} {07575.p1} -> {07575.p3} 
+tr {07575.e} {07575.p6} {07575.p3} -> {07575.p4-eats} 
+tr {07575.t} {07575.p2-thinks} -> {07575.p1} {07575.p5} 
+tr {07575.t0|07576.t4} : b7574 {07576.p4-eats} -> {07575.f} {07576.f} {07576.p2-thinks} 
+tr {07575.t2} {07575.f} {07575.p5} -> {07575.p6} 
+tr {07575.t3|07576.t1} : a7574 {07575.f} {07576.p1} -> {07576.p3} 
+tr {07576.e} {07576.p6} {07576.p3} -> {07576.p4-eats} 
+tr {07576.t} {07576.p2-thinks} -> {07576.p1} {07576.p5} 
+tr {07576.t0|07577.t4} : b7575 {07577.p4-eats} -> {07576.f} {07577.f} {07577.p2-thinks} 
+tr {07576.t2} {07576.f} {07576.p5} -> {07576.p6} 
+tr {07576.t3|07577.t1} : a7575 {07576.f} {07577.p1} -> {07577.p3} 
+tr {07577.e} {07577.p6} {07577.p3} -> {07577.p4-eats} 
+tr {07577.t} {07577.p2-thinks} -> {07577.p1} {07577.p5} 
+tr {07577.t0|07578.t4} : b7576 {07578.p4-eats} -> {07577.f} {07578.f} {07578.p2-thinks} 
+tr {07577.t2} {07577.f} {07577.p5} -> {07577.p6} 
+tr {07577.t3|07578.t1} : a7576 {07577.f} {07578.p1} -> {07578.p3} 
+tr {07578.e} {07578.p6} {07578.p3} -> {07578.p4-eats} 
+tr {07578.t} {07578.p2-thinks} -> {07578.p1} {07578.p5} 
+tr {07578.t0|07579.t4} : b7577 {07579.p4-eats} -> {07578.f} {07579.f} {07579.p2-thinks} 
+tr {07578.t2} {07578.f} {07578.p5} -> {07578.p6} 
+tr {07578.t3|07579.t1} : a7577 {07578.f} {07579.p1} -> {07579.p3} 
+tr {07579.e} {07579.p6} {07579.p3} -> {07579.p4-eats} 
+tr {07579.t} {07579.p2-thinks} -> {07579.p1} {07579.p5} 
+tr {07579.t0|07580.t4} : b7578 {07580.p4-eats} -> {07579.f} {07580.f} {07580.p2-thinks} 
+tr {07579.t2} {07579.f} {07579.p5} -> {07579.p6} 
+tr {07579.t3|07580.t1} : a7578 {07579.f} {07580.p1} -> {07580.p3} 
+tr {07580.e} {07580.p6} {07580.p3} -> {07580.p4-eats} 
+tr {07580.t} {07580.p2-thinks} -> {07580.p1} {07580.p5} 
+tr {07580.t0|07581.t4} : b7579 {07581.p4-eats} -> {07580.f} {07581.f} {07581.p2-thinks} 
+tr {07580.t2} {07580.f} {07580.p5} -> {07580.p6} 
+tr {07580.t3|07581.t1} : a7579 {07580.f} {07581.p1} -> {07581.p3} 
+tr {07581.e} {07581.p6} {07581.p3} -> {07581.p4-eats} 
+tr {07581.t} {07581.p2-thinks} -> {07581.p1} {07581.p5} 
+tr {07581.t0|07582.t4} : b7580 {07582.p4-eats} -> {07581.f} {07582.f} {07582.p2-thinks} 
+tr {07581.t2} {07581.f} {07581.p5} -> {07581.p6} 
+tr {07581.t3|07582.t1} : a7580 {07581.f} {07582.p1} -> {07582.p3} 
+tr {07582.e} {07582.p6} {07582.p3} -> {07582.p4-eats} 
+tr {07582.t} {07582.p2-thinks} -> {07582.p1} {07582.p5} 
+tr {07582.t0|07583.t4} : b7581 {07583.p4-eats} -> {07582.f} {07583.f} {07583.p2-thinks} 
+tr {07582.t2} {07582.f} {07582.p5} -> {07582.p6} 
+tr {07582.t3|07583.t1} : a7581 {07582.f} {07583.p1} -> {07583.p3} 
+tr {07583.e} {07583.p6} {07583.p3} -> {07583.p4-eats} 
+tr {07583.t} {07583.p2-thinks} -> {07583.p1} {07583.p5} 
+tr {07583.t0|07584.t4} : b7582 {07584.p4-eats} -> {07583.f} {07584.f} {07584.p2-thinks} 
+tr {07583.t2} {07583.f} {07583.p5} -> {07583.p6} 
+tr {07583.t3|07584.t1} : a7582 {07583.f} {07584.p1} -> {07584.p3} 
+tr {07584.e} {07584.p6} {07584.p3} -> {07584.p4-eats} 
+tr {07584.t} {07584.p2-thinks} -> {07584.p1} {07584.p5} 
+tr {07584.t0|07585.t4} : b7583 {07585.p4-eats} -> {07584.f} {07585.f} {07585.p2-thinks} 
+tr {07584.t2} {07584.f} {07584.p5} -> {07584.p6} 
+tr {07584.t3|07585.t1} : a7583 {07584.f} {07585.p1} -> {07585.p3} 
+tr {07585.e} {07585.p6} {07585.p3} -> {07585.p4-eats} 
+tr {07585.t} {07585.p2-thinks} -> {07585.p1} {07585.p5} 
+tr {07585.t0|07586.t4} : b7584 {07586.p4-eats} -> {07585.f} {07586.f} {07586.p2-thinks} 
+tr {07585.t2} {07585.f} {07585.p5} -> {07585.p6} 
+tr {07585.t3|07586.t1} : a7584 {07585.f} {07586.p1} -> {07586.p3} 
+tr {07586.e} {07586.p6} {07586.p3} -> {07586.p4-eats} 
+tr {07586.t} {07586.p2-thinks} -> {07586.p1} {07586.p5} 
+tr {07586.t0|07587.t4} : b7585 {07587.p4-eats} -> {07586.f} {07587.f} {07587.p2-thinks} 
+tr {07586.t2} {07586.f} {07586.p5} -> {07586.p6} 
+tr {07586.t3|07587.t1} : a7585 {07586.f} {07587.p1} -> {07587.p3} 
+tr {07587.e} {07587.p6} {07587.p3} -> {07587.p4-eats} 
+tr {07587.t} {07587.p2-thinks} -> {07587.p1} {07587.p5} 
+tr {07587.t0|07588.t4} : b7586 {07588.p4-eats} -> {07587.f} {07588.f} {07588.p2-thinks} 
+tr {07587.t2} {07587.f} {07587.p5} -> {07587.p6} 
+tr {07587.t3|07588.t1} : a7586 {07587.f} {07588.p1} -> {07588.p3} 
+tr {07588.e} {07588.p6} {07588.p3} -> {07588.p4-eats} 
+tr {07588.t} {07588.p2-thinks} -> {07588.p1} {07588.p5} 
+tr {07588.t0|07589.t4} : b7587 {07589.p4-eats} -> {07588.f} {07589.f} {07589.p2-thinks} 
+tr {07588.t2} {07588.f} {07588.p5} -> {07588.p6} 
+tr {07588.t3|07589.t1} : a7587 {07588.f} {07589.p1} -> {07589.p3} 
+tr {07589.e} {07589.p6} {07589.p3} -> {07589.p4-eats} 
+tr {07589.t} {07589.p2-thinks} -> {07589.p1} {07589.p5} 
+tr {07589.t0|07590.t4} : b7588 {07590.p4-eats} -> {07589.f} {07590.f} {07590.p2-thinks} 
+tr {07589.t2} {07589.f} {07589.p5} -> {07589.p6} 
+tr {07589.t3|07590.t1} : a7588 {07589.f} {07590.p1} -> {07590.p3} 
+tr {07590.e} {07590.p6} {07590.p3} -> {07590.p4-eats} 
+tr {07590.t} {07590.p2-thinks} -> {07590.p1} {07590.p5} 
+tr {07590.t0|07591.t4} : b7589 {07591.p4-eats} -> {07590.f} {07591.f} {07591.p2-thinks} 
+tr {07590.t2} {07590.f} {07590.p5} -> {07590.p6} 
+tr {07590.t3|07591.t1} : a7589 {07590.f} {07591.p1} -> {07591.p3} 
+tr {07591.e} {07591.p6} {07591.p3} -> {07591.p4-eats} 
+tr {07591.t} {07591.p2-thinks} -> {07591.p1} {07591.p5} 
+tr {07591.t0|07592.t4} : b7590 {07592.p4-eats} -> {07591.f} {07592.f} {07592.p2-thinks} 
+tr {07591.t2} {07591.f} {07591.p5} -> {07591.p6} 
+tr {07591.t3|07592.t1} : a7590 {07591.f} {07592.p1} -> {07592.p3} 
+tr {07592.e} {07592.p6} {07592.p3} -> {07592.p4-eats} 
+tr {07592.t} {07592.p2-thinks} -> {07592.p1} {07592.p5} 
+tr {07592.t0|07593.t4} : b7591 {07593.p4-eats} -> {07592.f} {07593.f} {07593.p2-thinks} 
+tr {07592.t2} {07592.f} {07592.p5} -> {07592.p6} 
+tr {07592.t3|07593.t1} : a7591 {07592.f} {07593.p1} -> {07593.p3} 
+tr {07593.e} {07593.p6} {07593.p3} -> {07593.p4-eats} 
+tr {07593.t} {07593.p2-thinks} -> {07593.p1} {07593.p5} 
+tr {07593.t0|07594.t4} : b7592 {07594.p4-eats} -> {07593.f} {07594.f} {07594.p2-thinks} 
+tr {07593.t2} {07593.f} {07593.p5} -> {07593.p6} 
+tr {07593.t3|07594.t1} : a7592 {07593.f} {07594.p1} -> {07594.p3} 
+tr {07594.e} {07594.p6} {07594.p3} -> {07594.p4-eats} 
+tr {07594.t} {07594.p2-thinks} -> {07594.p1} {07594.p5} 
+tr {07594.t0|07595.t4} : b7593 {07595.p4-eats} -> {07594.f} {07595.f} {07595.p2-thinks} 
+tr {07594.t2} {07594.f} {07594.p5} -> {07594.p6} 
+tr {07594.t3|07595.t1} : a7593 {07594.f} {07595.p1} -> {07595.p3} 
+tr {07595.e} {07595.p6} {07595.p3} -> {07595.p4-eats} 
+tr {07595.t} {07595.p2-thinks} -> {07595.p1} {07595.p5} 
+tr {07595.t0|07596.t4} : b7594 {07596.p4-eats} -> {07595.f} {07596.f} {07596.p2-thinks} 
+tr {07595.t2} {07595.f} {07595.p5} -> {07595.p6} 
+tr {07595.t3|07596.t1} : a7594 {07595.f} {07596.p1} -> {07596.p3} 
+tr {07596.e} {07596.p6} {07596.p3} -> {07596.p4-eats} 
+tr {07596.t} {07596.p2-thinks} -> {07596.p1} {07596.p5} 
+tr {07596.t0|07597.t4} : b7595 {07597.p4-eats} -> {07596.f} {07597.f} {07597.p2-thinks} 
+tr {07596.t2} {07596.f} {07596.p5} -> {07596.p6} 
+tr {07596.t3|07597.t1} : a7595 {07596.f} {07597.p1} -> {07597.p3} 
+tr {07597.e} {07597.p6} {07597.p3} -> {07597.p4-eats} 
+tr {07597.t} {07597.p2-thinks} -> {07597.p1} {07597.p5} 
+tr {07597.t0|07598.t4} : b7596 {07598.p4-eats} -> {07597.f} {07598.f} {07598.p2-thinks} 
+tr {07597.t2} {07597.f} {07597.p5} -> {07597.p6} 
+tr {07597.t3|07598.t1} : a7596 {07597.f} {07598.p1} -> {07598.p3} 
+tr {07598.e} {07598.p6} {07598.p3} -> {07598.p4-eats} 
+tr {07598.t} {07598.p2-thinks} -> {07598.p1} {07598.p5} 
+tr {07598.t0|07599.t4} : b7597 {07599.p4-eats} -> {07598.f} {07599.f} {07599.p2-thinks} 
+tr {07598.t2} {07598.f} {07598.p5} -> {07598.p6} 
+tr {07598.t3|07599.t1} : a7597 {07598.f} {07599.p1} -> {07599.p3} 
+tr {07599.e} {07599.p6} {07599.p3} -> {07599.p4-eats} 
+tr {07599.t} {07599.p2-thinks} -> {07599.p1} {07599.p5} 
+tr {07599.t0|07600.t4} : b7598 {07600.p4-eats} -> {07599.f} {07600.f} {07600.p2-thinks} 
+tr {07599.t2} {07599.f} {07599.p5} -> {07599.p6} 
+tr {07599.t3|07600.t1} : a7598 {07599.f} {07600.p1} -> {07600.p3} 
+tr {07600.e} {07600.p6} {07600.p3} -> {07600.p4-eats} 
+tr {07600.t} {07600.p2-thinks} -> {07600.p1} {07600.p5} 
+tr {07600.t0|07601.t4} : b7599 {07601.p4-eats} -> {07600.f} {07601.f} {07601.p2-thinks} 
+tr {07600.t2} {07600.f} {07600.p5} -> {07600.p6} 
+tr {07600.t3|07601.t1} : a7599 {07600.f} {07601.p1} -> {07601.p3} 
+tr {07601.e} {07601.p6} {07601.p3} -> {07601.p4-eats} 
+tr {07601.t} {07601.p2-thinks} -> {07601.p1} {07601.p5} 
+tr {07601.t0|07602.t4} : b7600 {07602.p4-eats} -> {07601.f} {07602.f} {07602.p2-thinks} 
+tr {07601.t2} {07601.f} {07601.p5} -> {07601.p6} 
+tr {07601.t3|07602.t1} : a7600 {07601.f} {07602.p1} -> {07602.p3} 
+tr {07602.e} {07602.p6} {07602.p3} -> {07602.p4-eats} 
+tr {07602.t} {07602.p2-thinks} -> {07602.p1} {07602.p5} 
+tr {07602.t0|07603.t4} : b7601 {07603.p4-eats} -> {07602.f} {07603.f} {07603.p2-thinks} 
+tr {07602.t2} {07602.f} {07602.p5} -> {07602.p6} 
+tr {07602.t3|07603.t1} : a7601 {07602.f} {07603.p1} -> {07603.p3} 
+tr {07603.e} {07603.p6} {07603.p3} -> {07603.p4-eats} 
+tr {07603.t} {07603.p2-thinks} -> {07603.p1} {07603.p5} 
+tr {07603.t0|07604.t4} : b7602 {07604.p4-eats} -> {07603.f} {07604.f} {07604.p2-thinks} 
+tr {07603.t2} {07603.f} {07603.p5} -> {07603.p6} 
+tr {07603.t3|07604.t1} : a7602 {07603.f} {07604.p1} -> {07604.p3} 
+tr {07604.e} {07604.p6} {07604.p3} -> {07604.p4-eats} 
+tr {07604.t} {07604.p2-thinks} -> {07604.p1} {07604.p5} 
+tr {07604.t0|07605.t4} : b7603 {07605.p4-eats} -> {07604.f} {07605.f} {07605.p2-thinks} 
+tr {07604.t2} {07604.f} {07604.p5} -> {07604.p6} 
+tr {07604.t3|07605.t1} : a7603 {07604.f} {07605.p1} -> {07605.p3} 
+tr {07605.e} {07605.p6} {07605.p3} -> {07605.p4-eats} 
+tr {07605.t} {07605.p2-thinks} -> {07605.p1} {07605.p5} 
+tr {07605.t0|07606.t4} : b7604 {07606.p4-eats} -> {07605.f} {07606.f} {07606.p2-thinks} 
+tr {07605.t2} {07605.f} {07605.p5} -> {07605.p6} 
+tr {07605.t3|07606.t1} : a7604 {07605.f} {07606.p1} -> {07606.p3} 
+tr {07606.e} {07606.p6} {07606.p3} -> {07606.p4-eats} 
+tr {07606.t} {07606.p2-thinks} -> {07606.p1} {07606.p5} 
+tr {07606.t0|07607.t4} : b7605 {07607.p4-eats} -> {07606.f} {07607.f} {07607.p2-thinks} 
+tr {07606.t2} {07606.f} {07606.p5} -> {07606.p6} 
+tr {07606.t3|07607.t1} : a7605 {07606.f} {07607.p1} -> {07607.p3} 
+tr {07607.e} {07607.p6} {07607.p3} -> {07607.p4-eats} 
+tr {07607.t} {07607.p2-thinks} -> {07607.p1} {07607.p5} 
+tr {07607.t0|07608.t4} : b7606 {07608.p4-eats} -> {07607.f} {07608.f} {07608.p2-thinks} 
+tr {07607.t2} {07607.f} {07607.p5} -> {07607.p6} 
+tr {07607.t3|07608.t1} : a7606 {07607.f} {07608.p1} -> {07608.p3} 
+tr {07608.e} {07608.p6} {07608.p3} -> {07608.p4-eats} 
+tr {07608.t} {07608.p2-thinks} -> {07608.p1} {07608.p5} 
+tr {07608.t0|07609.t4} : b7607 {07609.p4-eats} -> {07608.f} {07609.f} {07609.p2-thinks} 
+tr {07608.t2} {07608.f} {07608.p5} -> {07608.p6} 
+tr {07608.t3|07609.t1} : a7607 {07608.f} {07609.p1} -> {07609.p3} 
+tr {07609.e} {07609.p6} {07609.p3} -> {07609.p4-eats} 
+tr {07609.t} {07609.p2-thinks} -> {07609.p1} {07609.p5} 
+tr {07609.t0|07610.t4} : b7608 {07610.p4-eats} -> {07609.f} {07610.f} {07610.p2-thinks} 
+tr {07609.t2} {07609.f} {07609.p5} -> {07609.p6} 
+tr {07609.t3|07610.t1} : a7608 {07609.f} {07610.p1} -> {07610.p3} 
+tr {07610.e} {07610.p6} {07610.p3} -> {07610.p4-eats} 
+tr {07610.t} {07610.p2-thinks} -> {07610.p1} {07610.p5} 
+tr {07610.t0|07611.t4} : b7609 {07611.p4-eats} -> {07610.f} {07611.f} {07611.p2-thinks} 
+tr {07610.t2} {07610.f} {07610.p5} -> {07610.p6} 
+tr {07610.t3|07611.t1} : a7609 {07610.f} {07611.p1} -> {07611.p3} 
+tr {07611.e} {07611.p6} {07611.p3} -> {07611.p4-eats} 
+tr {07611.t} {07611.p2-thinks} -> {07611.p1} {07611.p5} 
+tr {07611.t0|07612.t4} : b7610 {07612.p4-eats} -> {07611.f} {07612.f} {07612.p2-thinks} 
+tr {07611.t2} {07611.f} {07611.p5} -> {07611.p6} 
+tr {07611.t3|07612.t1} : a7610 {07611.f} {07612.p1} -> {07612.p3} 
+tr {07612.e} {07612.p6} {07612.p3} -> {07612.p4-eats} 
+tr {07612.t} {07612.p2-thinks} -> {07612.p1} {07612.p5} 
+tr {07612.t0|07613.t4} : b7611 {07613.p4-eats} -> {07612.f} {07613.f} {07613.p2-thinks} 
+tr {07612.t2} {07612.f} {07612.p5} -> {07612.p6} 
+tr {07612.t3|07613.t1} : a7611 {07612.f} {07613.p1} -> {07613.p3} 
+tr {07613.e} {07613.p6} {07613.p3} -> {07613.p4-eats} 
+tr {07613.t} {07613.p2-thinks} -> {07613.p1} {07613.p5} 
+tr {07613.t0|07614.t4} : b7612 {07614.p4-eats} -> {07613.f} {07614.f} {07614.p2-thinks} 
+tr {07613.t2} {07613.f} {07613.p5} -> {07613.p6} 
+tr {07613.t3|07614.t1} : a7612 {07613.f} {07614.p1} -> {07614.p3} 
+tr {07614.e} {07614.p6} {07614.p3} -> {07614.p4-eats} 
+tr {07614.t} {07614.p2-thinks} -> {07614.p1} {07614.p5} 
+tr {07614.t0|07615.t4} : b7613 {07615.p4-eats} -> {07614.f} {07615.f} {07615.p2-thinks} 
+tr {07614.t2} {07614.f} {07614.p5} -> {07614.p6} 
+tr {07614.t3|07615.t1} : a7613 {07614.f} {07615.p1} -> {07615.p3} 
+tr {07615.e} {07615.p6} {07615.p3} -> {07615.p4-eats} 
+tr {07615.t} {07615.p2-thinks} -> {07615.p1} {07615.p5} 
+tr {07615.t0|07616.t4} : b7614 {07616.p4-eats} -> {07615.f} {07616.f} {07616.p2-thinks} 
+tr {07615.t2} {07615.f} {07615.p5} -> {07615.p6} 
+tr {07615.t3|07616.t1} : a7614 {07615.f} {07616.p1} -> {07616.p3} 
+tr {07616.e} {07616.p6} {07616.p3} -> {07616.p4-eats} 
+tr {07616.t} {07616.p2-thinks} -> {07616.p1} {07616.p5} 
+tr {07616.t0|07617.t4} : b7615 {07617.p4-eats} -> {07616.f} {07617.f} {07617.p2-thinks} 
+tr {07616.t2} {07616.f} {07616.p5} -> {07616.p6} 
+tr {07616.t3|07617.t1} : a7615 {07616.f} {07617.p1} -> {07617.p3} 
+tr {07617.e} {07617.p6} {07617.p3} -> {07617.p4-eats} 
+tr {07617.t} {07617.p2-thinks} -> {07617.p1} {07617.p5} 
+tr {07617.t0|07618.t4} : b7616 {07618.p4-eats} -> {07617.f} {07618.f} {07618.p2-thinks} 
+tr {07617.t2} {07617.f} {07617.p5} -> {07617.p6} 
+tr {07617.t3|07618.t1} : a7616 {07617.f} {07618.p1} -> {07618.p3} 
+tr {07618.e} {07618.p6} {07618.p3} -> {07618.p4-eats} 
+tr {07618.t} {07618.p2-thinks} -> {07618.p1} {07618.p5} 
+tr {07618.t0|07619.t4} : b7617 {07619.p4-eats} -> {07618.f} {07619.f} {07619.p2-thinks} 
+tr {07618.t2} {07618.f} {07618.p5} -> {07618.p6} 
+tr {07618.t3|07619.t1} : a7617 {07618.f} {07619.p1} -> {07619.p3} 
+tr {07619.e} {07619.p6} {07619.p3} -> {07619.p4-eats} 
+tr {07619.t} {07619.p2-thinks} -> {07619.p1} {07619.p5} 
+tr {07619.t0|07620.t4} : b7618 {07620.p4-eats} -> {07619.f} {07620.f} {07620.p2-thinks} 
+tr {07619.t2} {07619.f} {07619.p5} -> {07619.p6} 
+tr {07619.t3|07620.t1} : a7618 {07619.f} {07620.p1} -> {07620.p3} 
+tr {07620.e} {07620.p6} {07620.p3} -> {07620.p4-eats} 
+tr {07620.t} {07620.p2-thinks} -> {07620.p1} {07620.p5} 
+tr {07620.t0|07621.t4} : b7619 {07621.p4-eats} -> {07620.f} {07621.f} {07621.p2-thinks} 
+tr {07620.t2} {07620.f} {07620.p5} -> {07620.p6} 
+tr {07620.t3|07621.t1} : a7619 {07620.f} {07621.p1} -> {07621.p3} 
+tr {07621.e} {07621.p6} {07621.p3} -> {07621.p4-eats} 
+tr {07621.t} {07621.p2-thinks} -> {07621.p1} {07621.p5} 
+tr {07621.t0|07622.t4} : b7620 {07622.p4-eats} -> {07621.f} {07622.f} {07622.p2-thinks} 
+tr {07621.t2} {07621.f} {07621.p5} -> {07621.p6} 
+tr {07621.t3|07622.t1} : a7620 {07621.f} {07622.p1} -> {07622.p3} 
+tr {07622.e} {07622.p6} {07622.p3} -> {07622.p4-eats} 
+tr {07622.t} {07622.p2-thinks} -> {07622.p1} {07622.p5} 
+tr {07622.t0|07623.t4} : b7621 {07623.p4-eats} -> {07622.f} {07623.f} {07623.p2-thinks} 
+tr {07622.t2} {07622.f} {07622.p5} -> {07622.p6} 
+tr {07622.t3|07623.t1} : a7621 {07622.f} {07623.p1} -> {07623.p3} 
+tr {07623.e} {07623.p6} {07623.p3} -> {07623.p4-eats} 
+tr {07623.t} {07623.p2-thinks} -> {07623.p1} {07623.p5} 
+tr {07623.t0|07624.t4} : b7622 {07624.p4-eats} -> {07623.f} {07624.f} {07624.p2-thinks} 
+tr {07623.t2} {07623.f} {07623.p5} -> {07623.p6} 
+tr {07623.t3|07624.t1} : a7622 {07623.f} {07624.p1} -> {07624.p3} 
+tr {07624.e} {07624.p6} {07624.p3} -> {07624.p4-eats} 
+tr {07624.t} {07624.p2-thinks} -> {07624.p1} {07624.p5} 
+tr {07624.t0|07625.t4} : b7623 {07625.p4-eats} -> {07624.f} {07625.f} {07625.p2-thinks} 
+tr {07624.t2} {07624.f} {07624.p5} -> {07624.p6} 
+tr {07624.t3|07625.t1} : a7623 {07624.f} {07625.p1} -> {07625.p3} 
+tr {07625.e} {07625.p6} {07625.p3} -> {07625.p4-eats} 
+tr {07625.t} {07625.p2-thinks} -> {07625.p1} {07625.p5} 
+tr {07625.t0|07626.t4} : b7624 {07626.p4-eats} -> {07625.f} {07626.f} {07626.p2-thinks} 
+tr {07625.t2} {07625.f} {07625.p5} -> {07625.p6} 
+tr {07625.t3|07626.t1} : a7624 {07625.f} {07626.p1} -> {07626.p3} 
+tr {07626.e} {07626.p6} {07626.p3} -> {07626.p4-eats} 
+tr {07626.t} {07626.p2-thinks} -> {07626.p1} {07626.p5} 
+tr {07626.t0|07627.t4} : b7625 {07627.p4-eats} -> {07626.f} {07627.f} {07627.p2-thinks} 
+tr {07626.t2} {07626.f} {07626.p5} -> {07626.p6} 
+tr {07626.t3|07627.t1} : a7625 {07626.f} {07627.p1} -> {07627.p3} 
+tr {07627.e} {07627.p6} {07627.p3} -> {07627.p4-eats} 
+tr {07627.t} {07627.p2-thinks} -> {07627.p1} {07627.p5} 
+tr {07627.t0|07628.t4} : b7626 {07628.p4-eats} -> {07627.f} {07628.f} {07628.p2-thinks} 
+tr {07627.t2} {07627.f} {07627.p5} -> {07627.p6} 
+tr {07627.t3|07628.t1} : a7626 {07627.f} {07628.p1} -> {07628.p3} 
+tr {07628.e} {07628.p6} {07628.p3} -> {07628.p4-eats} 
+tr {07628.t} {07628.p2-thinks} -> {07628.p1} {07628.p5} 
+tr {07628.t0|07629.t4} : b7627 {07629.p4-eats} -> {07628.f} {07629.f} {07629.p2-thinks} 
+tr {07628.t2} {07628.f} {07628.p5} -> {07628.p6} 
+tr {07628.t3|07629.t1} : a7627 {07628.f} {07629.p1} -> {07629.p3} 
+tr {07629.e} {07629.p6} {07629.p3} -> {07629.p4-eats} 
+tr {07629.t} {07629.p2-thinks} -> {07629.p1} {07629.p5} 
+tr {07629.t0|07630.t4} : b7628 {07630.p4-eats} -> {07629.f} {07630.f} {07630.p2-thinks} 
+tr {07629.t2} {07629.f} {07629.p5} -> {07629.p6} 
+tr {07629.t3|07630.t1} : a7628 {07629.f} {07630.p1} -> {07630.p3} 
+tr {07630.e} {07630.p6} {07630.p3} -> {07630.p4-eats} 
+tr {07630.t} {07630.p2-thinks} -> {07630.p1} {07630.p5} 
+tr {07630.t0|07631.t4} : b7629 {07631.p4-eats} -> {07630.f} {07631.f} {07631.p2-thinks} 
+tr {07630.t2} {07630.f} {07630.p5} -> {07630.p6} 
+tr {07630.t3|07631.t1} : a7629 {07630.f} {07631.p1} -> {07631.p3} 
+tr {07631.e} {07631.p6} {07631.p3} -> {07631.p4-eats} 
+tr {07631.t} {07631.p2-thinks} -> {07631.p1} {07631.p5} 
+tr {07631.t0|07632.t4} : b7630 {07632.p4-eats} -> {07631.f} {07632.f} {07632.p2-thinks} 
+tr {07631.t2} {07631.f} {07631.p5} -> {07631.p6} 
+tr {07631.t3|07632.t1} : a7630 {07631.f} {07632.p1} -> {07632.p3} 
+tr {07632.e} {07632.p6} {07632.p3} -> {07632.p4-eats} 
+tr {07632.t} {07632.p2-thinks} -> {07632.p1} {07632.p5} 
+tr {07632.t0|07633.t4} : b7631 {07633.p4-eats} -> {07632.f} {07633.f} {07633.p2-thinks} 
+tr {07632.t2} {07632.f} {07632.p5} -> {07632.p6} 
+tr {07632.t3|07633.t1} : a7631 {07632.f} {07633.p1} -> {07633.p3} 
+tr {07633.e} {07633.p6} {07633.p3} -> {07633.p4-eats} 
+tr {07633.t} {07633.p2-thinks} -> {07633.p1} {07633.p5} 
+tr {07633.t0|07634.t4} : b7632 {07634.p4-eats} -> {07633.f} {07634.f} {07634.p2-thinks} 
+tr {07633.t2} {07633.f} {07633.p5} -> {07633.p6} 
+tr {07633.t3|07634.t1} : a7632 {07633.f} {07634.p1} -> {07634.p3} 
+tr {07634.e} {07634.p6} {07634.p3} -> {07634.p4-eats} 
+tr {07634.t} {07634.p2-thinks} -> {07634.p1} {07634.p5} 
+tr {07634.t0|07635.t4} : b7633 {07635.p4-eats} -> {07634.f} {07635.f} {07635.p2-thinks} 
+tr {07634.t2} {07634.f} {07634.p5} -> {07634.p6} 
+tr {07634.t3|07635.t1} : a7633 {07634.f} {07635.p1} -> {07635.p3} 
+tr {07635.e} {07635.p6} {07635.p3} -> {07635.p4-eats} 
+tr {07635.t} {07635.p2-thinks} -> {07635.p1} {07635.p5} 
+tr {07635.t0|07636.t4} : b7634 {07636.p4-eats} -> {07635.f} {07636.f} {07636.p2-thinks} 
+tr {07635.t2} {07635.f} {07635.p5} -> {07635.p6} 
+tr {07635.t3|07636.t1} : a7634 {07635.f} {07636.p1} -> {07636.p3} 
+tr {07636.e} {07636.p6} {07636.p3} -> {07636.p4-eats} 
+tr {07636.t} {07636.p2-thinks} -> {07636.p1} {07636.p5} 
+tr {07636.t0|07637.t4} : b7635 {07637.p4-eats} -> {07636.f} {07637.f} {07637.p2-thinks} 
+tr {07636.t2} {07636.f} {07636.p5} -> {07636.p6} 
+tr {07636.t3|07637.t1} : a7635 {07636.f} {07637.p1} -> {07637.p3} 
+tr {07637.e} {07637.p6} {07637.p3} -> {07637.p4-eats} 
+tr {07637.t} {07637.p2-thinks} -> {07637.p1} {07637.p5} 
+tr {07637.t0|07638.t4} : b7636 {07638.p4-eats} -> {07637.f} {07638.f} {07638.p2-thinks} 
+tr {07637.t2} {07637.f} {07637.p5} -> {07637.p6} 
+tr {07637.t3|07638.t1} : a7636 {07637.f} {07638.p1} -> {07638.p3} 
+tr {07638.e} {07638.p6} {07638.p3} -> {07638.p4-eats} 
+tr {07638.t} {07638.p2-thinks} -> {07638.p1} {07638.p5} 
+tr {07638.t0|07639.t4} : b7637 {07639.p4-eats} -> {07638.f} {07639.f} {07639.p2-thinks} 
+tr {07638.t2} {07638.f} {07638.p5} -> {07638.p6} 
+tr {07638.t3|07639.t1} : a7637 {07638.f} {07639.p1} -> {07639.p3} 
+tr {07639.e} {07639.p6} {07639.p3} -> {07639.p4-eats} 
+tr {07639.t} {07639.p2-thinks} -> {07639.p1} {07639.p5} 
+tr {07639.t0|07640.t4} : b7638 {07640.p4-eats} -> {07639.f} {07640.f} {07640.p2-thinks} 
+tr {07639.t2} {07639.f} {07639.p5} -> {07639.p6} 
+tr {07639.t3|07640.t1} : a7638 {07639.f} {07640.p1} -> {07640.p3} 
+tr {07640.e} {07640.p6} {07640.p3} -> {07640.p4-eats} 
+tr {07640.t} {07640.p2-thinks} -> {07640.p1} {07640.p5} 
+tr {07640.t0|07641.t4} : b7639 {07641.p4-eats} -> {07640.f} {07641.f} {07641.p2-thinks} 
+tr {07640.t2} {07640.f} {07640.p5} -> {07640.p6} 
+tr {07640.t3|07641.t1} : a7639 {07640.f} {07641.p1} -> {07641.p3} 
+tr {07641.e} {07641.p6} {07641.p3} -> {07641.p4-eats} 
+tr {07641.t} {07641.p2-thinks} -> {07641.p1} {07641.p5} 
+tr {07641.t0|07642.t4} : b7640 {07642.p4-eats} -> {07641.f} {07642.f} {07642.p2-thinks} 
+tr {07641.t2} {07641.f} {07641.p5} -> {07641.p6} 
+tr {07641.t3|07642.t1} : a7640 {07641.f} {07642.p1} -> {07642.p3} 
+tr {07642.e} {07642.p6} {07642.p3} -> {07642.p4-eats} 
+tr {07642.t} {07642.p2-thinks} -> {07642.p1} {07642.p5} 
+tr {07642.t0|07643.t4} : b7641 {07643.p4-eats} -> {07642.f} {07643.f} {07643.p2-thinks} 
+tr {07642.t2} {07642.f} {07642.p5} -> {07642.p6} 
+tr {07642.t3|07643.t1} : a7641 {07642.f} {07643.p1} -> {07643.p3} 
+tr {07643.e} {07643.p6} {07643.p3} -> {07643.p4-eats} 
+tr {07643.t} {07643.p2-thinks} -> {07643.p1} {07643.p5} 
+tr {07643.t0|07644.t4} : b7642 {07644.p4-eats} -> {07643.f} {07644.f} {07644.p2-thinks} 
+tr {07643.t2} {07643.f} {07643.p5} -> {07643.p6} 
+tr {07643.t3|07644.t1} : a7642 {07643.f} {07644.p1} -> {07644.p3} 
+tr {07644.e} {07644.p6} {07644.p3} -> {07644.p4-eats} 
+tr {07644.t} {07644.p2-thinks} -> {07644.p1} {07644.p5} 
+tr {07644.t0|07645.t4} : b7643 {07645.p4-eats} -> {07644.f} {07645.f} {07645.p2-thinks} 
+tr {07644.t2} {07644.f} {07644.p5} -> {07644.p6} 
+tr {07644.t3|07645.t1} : a7643 {07644.f} {07645.p1} -> {07645.p3} 
+tr {07645.e} {07645.p6} {07645.p3} -> {07645.p4-eats} 
+tr {07645.t} {07645.p2-thinks} -> {07645.p1} {07645.p5} 
+tr {07645.t0|07646.t4} : b7644 {07646.p4-eats} -> {07645.f} {07646.f} {07646.p2-thinks} 
+tr {07645.t2} {07645.f} {07645.p5} -> {07645.p6} 
+tr {07645.t3|07646.t1} : a7644 {07645.f} {07646.p1} -> {07646.p3} 
+tr {07646.e} {07646.p6} {07646.p3} -> {07646.p4-eats} 
+tr {07646.t} {07646.p2-thinks} -> {07646.p1} {07646.p5} 
+tr {07646.t0|07647.t4} : b7645 {07647.p4-eats} -> {07646.f} {07647.f} {07647.p2-thinks} 
+tr {07646.t2} {07646.f} {07646.p5} -> {07646.p6} 
+tr {07646.t3|07647.t1} : a7645 {07646.f} {07647.p1} -> {07647.p3} 
+tr {07647.e} {07647.p6} {07647.p3} -> {07647.p4-eats} 
+tr {07647.t} {07647.p2-thinks} -> {07647.p1} {07647.p5} 
+tr {07647.t0|07648.t4} : b7646 {07648.p4-eats} -> {07647.f} {07648.f} {07648.p2-thinks} 
+tr {07647.t2} {07647.f} {07647.p5} -> {07647.p6} 
+tr {07647.t3|07648.t1} : a7646 {07647.f} {07648.p1} -> {07648.p3} 
+tr {07648.e} {07648.p6} {07648.p3} -> {07648.p4-eats} 
+tr {07648.t} {07648.p2-thinks} -> {07648.p1} {07648.p5} 
+tr {07648.t0|07649.t4} : b7647 {07649.p4-eats} -> {07648.f} {07649.f} {07649.p2-thinks} 
+tr {07648.t2} {07648.f} {07648.p5} -> {07648.p6} 
+tr {07648.t3|07649.t1} : a7647 {07648.f} {07649.p1} -> {07649.p3} 
+tr {07649.e} {07649.p6} {07649.p3} -> {07649.p4-eats} 
+tr {07649.t} {07649.p2-thinks} -> {07649.p1} {07649.p5} 
+tr {07649.t0|07650.t4} : b7648 {07650.p4-eats} -> {07649.f} {07650.f} {07650.p2-thinks} 
+tr {07649.t2} {07649.f} {07649.p5} -> {07649.p6} 
+tr {07649.t3|07650.t1} : a7648 {07649.f} {07650.p1} -> {07650.p3} 
+tr {07650.e} {07650.p6} {07650.p3} -> {07650.p4-eats} 
+tr {07650.t} {07650.p2-thinks} -> {07650.p1} {07650.p5} 
+tr {07650.t0|07651.t4} : b7649 {07651.p4-eats} -> {07650.f} {07651.f} {07651.p2-thinks} 
+tr {07650.t2} {07650.f} {07650.p5} -> {07650.p6} 
+tr {07650.t3|07651.t1} : a7649 {07650.f} {07651.p1} -> {07651.p3} 
+tr {07651.e} {07651.p6} {07651.p3} -> {07651.p4-eats} 
+tr {07651.t} {07651.p2-thinks} -> {07651.p1} {07651.p5} 
+tr {07651.t0|07652.t4} : b7650 {07652.p4-eats} -> {07651.f} {07652.f} {07652.p2-thinks} 
+tr {07651.t2} {07651.f} {07651.p5} -> {07651.p6} 
+tr {07651.t3|07652.t1} : a7650 {07651.f} {07652.p1} -> {07652.p3} 
+tr {07652.e} {07652.p6} {07652.p3} -> {07652.p4-eats} 
+tr {07652.t} {07652.p2-thinks} -> {07652.p1} {07652.p5} 
+tr {07652.t0|07653.t4} : b7651 {07653.p4-eats} -> {07652.f} {07653.f} {07653.p2-thinks} 
+tr {07652.t2} {07652.f} {07652.p5} -> {07652.p6} 
+tr {07652.t3|07653.t1} : a7651 {07652.f} {07653.p1} -> {07653.p3} 
+tr {07653.e} {07653.p6} {07653.p3} -> {07653.p4-eats} 
+tr {07653.t} {07653.p2-thinks} -> {07653.p1} {07653.p5} 
+tr {07653.t0|07654.t4} : b7652 {07654.p4-eats} -> {07653.f} {07654.f} {07654.p2-thinks} 
+tr {07653.t2} {07653.f} {07653.p5} -> {07653.p6} 
+tr {07653.t3|07654.t1} : a7652 {07653.f} {07654.p1} -> {07654.p3} 
+tr {07654.e} {07654.p6} {07654.p3} -> {07654.p4-eats} 
+tr {07654.t} {07654.p2-thinks} -> {07654.p1} {07654.p5} 
+tr {07654.t0|07655.t4} : b7653 {07655.p4-eats} -> {07654.f} {07655.f} {07655.p2-thinks} 
+tr {07654.t2} {07654.f} {07654.p5} -> {07654.p6} 
+tr {07654.t3|07655.t1} : a7653 {07654.f} {07655.p1} -> {07655.p3} 
+tr {07655.e} {07655.p6} {07655.p3} -> {07655.p4-eats} 
+tr {07655.t} {07655.p2-thinks} -> {07655.p1} {07655.p5} 
+tr {07655.t0|07656.t4} : b7654 {07656.p4-eats} -> {07655.f} {07656.f} {07656.p2-thinks} 
+tr {07655.t2} {07655.f} {07655.p5} -> {07655.p6} 
+tr {07655.t3|07656.t1} : a7654 {07655.f} {07656.p1} -> {07656.p3} 
+tr {07656.e} {07656.p6} {07656.p3} -> {07656.p4-eats} 
+tr {07656.t} {07656.p2-thinks} -> {07656.p1} {07656.p5} 
+tr {07656.t0|07657.t4} : b7655 {07657.p4-eats} -> {07656.f} {07657.f} {07657.p2-thinks} 
+tr {07656.t2} {07656.f} {07656.p5} -> {07656.p6} 
+tr {07656.t3|07657.t1} : a7655 {07656.f} {07657.p1} -> {07657.p3} 
+tr {07657.e} {07657.p6} {07657.p3} -> {07657.p4-eats} 
+tr {07657.t} {07657.p2-thinks} -> {07657.p1} {07657.p5} 
+tr {07657.t0|07658.t4} : b7656 {07658.p4-eats} -> {07657.f} {07658.f} {07658.p2-thinks} 
+tr {07657.t2} {07657.f} {07657.p5} -> {07657.p6} 
+tr {07657.t3|07658.t1} : a7656 {07657.f} {07658.p1} -> {07658.p3} 
+tr {07658.e} {07658.p6} {07658.p3} -> {07658.p4-eats} 
+tr {07658.t} {07658.p2-thinks} -> {07658.p1} {07658.p5} 
+tr {07658.t0|07659.t4} : b7657 {07659.p4-eats} -> {07658.f} {07659.f} {07659.p2-thinks} 
+tr {07658.t2} {07658.f} {07658.p5} -> {07658.p6} 
+tr {07658.t3|07659.t1} : a7657 {07658.f} {07659.p1} -> {07659.p3} 
+tr {07659.e} {07659.p6} {07659.p3} -> {07659.p4-eats} 
+tr {07659.t} {07659.p2-thinks} -> {07659.p1} {07659.p5} 
+tr {07659.t0|07660.t4} : b7658 {07660.p4-eats} -> {07659.f} {07660.f} {07660.p2-thinks} 
+tr {07659.t2} {07659.f} {07659.p5} -> {07659.p6} 
+tr {07659.t3|07660.t1} : a7658 {07659.f} {07660.p1} -> {07660.p3} 
+tr {07660.e} {07660.p6} {07660.p3} -> {07660.p4-eats} 
+tr {07660.t} {07660.p2-thinks} -> {07660.p1} {07660.p5} 
+tr {07660.t0|07661.t4} : b7659 {07661.p4-eats} -> {07660.f} {07661.f} {07661.p2-thinks} 
+tr {07660.t2} {07660.f} {07660.p5} -> {07660.p6} 
+tr {07660.t3|07661.t1} : a7659 {07660.f} {07661.p1} -> {07661.p3} 
+tr {07661.e} {07661.p6} {07661.p3} -> {07661.p4-eats} 
+tr {07661.t} {07661.p2-thinks} -> {07661.p1} {07661.p5} 
+tr {07661.t0|07662.t4} : b7660 {07662.p4-eats} -> {07661.f} {07662.f} {07662.p2-thinks} 
+tr {07661.t2} {07661.f} {07661.p5} -> {07661.p6} 
+tr {07661.t3|07662.t1} : a7660 {07661.f} {07662.p1} -> {07662.p3} 
+tr {07662.e} {07662.p6} {07662.p3} -> {07662.p4-eats} 
+tr {07662.t} {07662.p2-thinks} -> {07662.p1} {07662.p5} 
+tr {07662.t0|07663.t4} : b7661 {07663.p4-eats} -> {07662.f} {07663.f} {07663.p2-thinks} 
+tr {07662.t2} {07662.f} {07662.p5} -> {07662.p6} 
+tr {07662.t3|07663.t1} : a7661 {07662.f} {07663.p1} -> {07663.p3} 
+tr {07663.e} {07663.p6} {07663.p3} -> {07663.p4-eats} 
+tr {07663.t} {07663.p2-thinks} -> {07663.p1} {07663.p5} 
+tr {07663.t0|07664.t4} : b7662 {07664.p4-eats} -> {07663.f} {07664.f} {07664.p2-thinks} 
+tr {07663.t2} {07663.f} {07663.p5} -> {07663.p6} 
+tr {07663.t3|07664.t1} : a7662 {07663.f} {07664.p1} -> {07664.p3} 
+tr {07664.e} {07664.p6} {07664.p3} -> {07664.p4-eats} 
+tr {07664.t} {07664.p2-thinks} -> {07664.p1} {07664.p5} 
+tr {07664.t0|07665.t4} : b7663 {07665.p4-eats} -> {07664.f} {07665.f} {07665.p2-thinks} 
+tr {07664.t2} {07664.f} {07664.p5} -> {07664.p6} 
+tr {07664.t3|07665.t1} : a7663 {07664.f} {07665.p1} -> {07665.p3} 
+tr {07665.e} {07665.p6} {07665.p3} -> {07665.p4-eats} 
+tr {07665.t} {07665.p2-thinks} -> {07665.p1} {07665.p5} 
+tr {07665.t0|07666.t4} : b7664 {07666.p4-eats} -> {07665.f} {07666.f} {07666.p2-thinks} 
+tr {07665.t2} {07665.f} {07665.p5} -> {07665.p6} 
+tr {07665.t3|07666.t1} : a7664 {07665.f} {07666.p1} -> {07666.p3} 
+tr {07666.e} {07666.p6} {07666.p3} -> {07666.p4-eats} 
+tr {07666.t} {07666.p2-thinks} -> {07666.p1} {07666.p5} 
+tr {07666.t0|07667.t4} : b7665 {07667.p4-eats} -> {07666.f} {07667.f} {07667.p2-thinks} 
+tr {07666.t2} {07666.f} {07666.p5} -> {07666.p6} 
+tr {07666.t3|07667.t1} : a7665 {07666.f} {07667.p1} -> {07667.p3} 
+tr {07667.e} {07667.p6} {07667.p3} -> {07667.p4-eats} 
+tr {07667.t} {07667.p2-thinks} -> {07667.p1} {07667.p5} 
+tr {07667.t0|07668.t4} : b7666 {07668.p4-eats} -> {07667.f} {07668.f} {07668.p2-thinks} 
+tr {07667.t2} {07667.f} {07667.p5} -> {07667.p6} 
+tr {07667.t3|07668.t1} : a7666 {07667.f} {07668.p1} -> {07668.p3} 
+tr {07668.e} {07668.p6} {07668.p3} -> {07668.p4-eats} 
+tr {07668.t} {07668.p2-thinks} -> {07668.p1} {07668.p5} 
+tr {07668.t0|07669.t4} : b7667 {07669.p4-eats} -> {07668.f} {07669.f} {07669.p2-thinks} 
+tr {07668.t2} {07668.f} {07668.p5} -> {07668.p6} 
+tr {07668.t3|07669.t1} : a7667 {07668.f} {07669.p1} -> {07669.p3} 
+tr {07669.e} {07669.p6} {07669.p3} -> {07669.p4-eats} 
+tr {07669.t} {07669.p2-thinks} -> {07669.p1} {07669.p5} 
+tr {07669.t0|07670.t4} : b7668 {07670.p4-eats} -> {07669.f} {07670.f} {07670.p2-thinks} 
+tr {07669.t2} {07669.f} {07669.p5} -> {07669.p6} 
+tr {07669.t3|07670.t1} : a7668 {07669.f} {07670.p1} -> {07670.p3} 
+tr {07670.e} {07670.p6} {07670.p3} -> {07670.p4-eats} 
+tr {07670.t} {07670.p2-thinks} -> {07670.p1} {07670.p5} 
+tr {07670.t0|07671.t4} : b7669 {07671.p4-eats} -> {07670.f} {07671.f} {07671.p2-thinks} 
+tr {07670.t2} {07670.f} {07670.p5} -> {07670.p6} 
+tr {07670.t3|07671.t1} : a7669 {07670.f} {07671.p1} -> {07671.p3} 
+tr {07671.e} {07671.p6} {07671.p3} -> {07671.p4-eats} 
+tr {07671.t} {07671.p2-thinks} -> {07671.p1} {07671.p5} 
+tr {07671.t0|07672.t4} : b7670 {07672.p4-eats} -> {07671.f} {07672.f} {07672.p2-thinks} 
+tr {07671.t2} {07671.f} {07671.p5} -> {07671.p6} 
+tr {07671.t3|07672.t1} : a7670 {07671.f} {07672.p1} -> {07672.p3} 
+tr {07672.e} {07672.p6} {07672.p3} -> {07672.p4-eats} 
+tr {07672.t} {07672.p2-thinks} -> {07672.p1} {07672.p5} 
+tr {07672.t0|07673.t4} : b7671 {07673.p4-eats} -> {07672.f} {07673.f} {07673.p2-thinks} 
+tr {07672.t2} {07672.f} {07672.p5} -> {07672.p6} 
+tr {07672.t3|07673.t1} : a7671 {07672.f} {07673.p1} -> {07673.p3} 
+tr {07673.e} {07673.p6} {07673.p3} -> {07673.p4-eats} 
+tr {07673.t} {07673.p2-thinks} -> {07673.p1} {07673.p5} 
+tr {07673.t0|07674.t4} : b7672 {07674.p4-eats} -> {07673.f} {07674.f} {07674.p2-thinks} 
+tr {07673.t2} {07673.f} {07673.p5} -> {07673.p6} 
+tr {07673.t3|07674.t1} : a7672 {07673.f} {07674.p1} -> {07674.p3} 
+tr {07674.e} {07674.p6} {07674.p3} -> {07674.p4-eats} 
+tr {07674.t} {07674.p2-thinks} -> {07674.p1} {07674.p5} 
+tr {07674.t0|07675.t4} : b7673 {07675.p4-eats} -> {07674.f} {07675.f} {07675.p2-thinks} 
+tr {07674.t2} {07674.f} {07674.p5} -> {07674.p6} 
+tr {07674.t3|07675.t1} : a7673 {07674.f} {07675.p1} -> {07675.p3} 
+tr {07675.e} {07675.p6} {07675.p3} -> {07675.p4-eats} 
+tr {07675.t} {07675.p2-thinks} -> {07675.p1} {07675.p5} 
+tr {07675.t0|07676.t4} : b7674 {07676.p4-eats} -> {07675.f} {07676.f} {07676.p2-thinks} 
+tr {07675.t2} {07675.f} {07675.p5} -> {07675.p6} 
+tr {07675.t3|07676.t1} : a7674 {07675.f} {07676.p1} -> {07676.p3} 
+tr {07676.e} {07676.p6} {07676.p3} -> {07676.p4-eats} 
+tr {07676.t} {07676.p2-thinks} -> {07676.p1} {07676.p5} 
+tr {07676.t0|07677.t4} : b7675 {07677.p4-eats} -> {07676.f} {07677.f} {07677.p2-thinks} 
+tr {07676.t2} {07676.f} {07676.p5} -> {07676.p6} 
+tr {07676.t3|07677.t1} : a7675 {07676.f} {07677.p1} -> {07677.p3} 
+tr {07677.e} {07677.p6} {07677.p3} -> {07677.p4-eats} 
+tr {07677.t} {07677.p2-thinks} -> {07677.p1} {07677.p5} 
+tr {07677.t0|07678.t4} : b7676 {07678.p4-eats} -> {07677.f} {07678.f} {07678.p2-thinks} 
+tr {07677.t2} {07677.f} {07677.p5} -> {07677.p6} 
+tr {07677.t3|07678.t1} : a7676 {07677.f} {07678.p1} -> {07678.p3} 
+tr {07678.e} {07678.p6} {07678.p3} -> {07678.p4-eats} 
+tr {07678.t} {07678.p2-thinks} -> {07678.p1} {07678.p5} 
+tr {07678.t0|07679.t4} : b7677 {07679.p4-eats} -> {07678.f} {07679.f} {07679.p2-thinks} 
+tr {07678.t2} {07678.f} {07678.p5} -> {07678.p6} 
+tr {07678.t3|07679.t1} : a7677 {07678.f} {07679.p1} -> {07679.p3} 
+tr {07679.e} {07679.p6} {07679.p3} -> {07679.p4-eats} 
+tr {07679.t} {07679.p2-thinks} -> {07679.p1} {07679.p5} 
+tr {07679.t0|07680.t4} : b7678 {07680.p4-eats} -> {07679.f} {07680.f} {07680.p2-thinks} 
+tr {07679.t2} {07679.f} {07679.p5} -> {07679.p6} 
+tr {07679.t3|07680.t1} : a7678 {07679.f} {07680.p1} -> {07680.p3} 
+tr {07680.e} {07680.p6} {07680.p3} -> {07680.p4-eats} 
+tr {07680.t} {07680.p2-thinks} -> {07680.p1} {07680.p5} 
+tr {07680.t0|07681.t4} : b7679 {07681.p4-eats} -> {07680.f} {07681.f} {07681.p2-thinks} 
+tr {07680.t2} {07680.f} {07680.p5} -> {07680.p6} 
+tr {07680.t3|07681.t1} : a7679 {07680.f} {07681.p1} -> {07681.p3} 
+tr {07681.e} {07681.p6} {07681.p3} -> {07681.p4-eats} 
+tr {07681.t} {07681.p2-thinks} -> {07681.p1} {07681.p5} 
+tr {07681.t0|07682.t4} : b7680 {07682.p4-eats} -> {07681.f} {07682.f} {07682.p2-thinks} 
+tr {07681.t2} {07681.f} {07681.p5} -> {07681.p6} 
+tr {07681.t3|07682.t1} : a7680 {07681.f} {07682.p1} -> {07682.p3} 
+tr {07682.e} {07682.p6} {07682.p3} -> {07682.p4-eats} 
+tr {07682.t} {07682.p2-thinks} -> {07682.p1} {07682.p5} 
+tr {07682.t0|07683.t4} : b7681 {07683.p4-eats} -> {07682.f} {07683.f} {07683.p2-thinks} 
+tr {07682.t2} {07682.f} {07682.p5} -> {07682.p6} 
+tr {07682.t3|07683.t1} : a7681 {07682.f} {07683.p1} -> {07683.p3} 
+tr {07683.e} {07683.p6} {07683.p3} -> {07683.p4-eats} 
+tr {07683.t} {07683.p2-thinks} -> {07683.p1} {07683.p5} 
+tr {07683.t0|07684.t4} : b7682 {07684.p4-eats} -> {07683.f} {07684.f} {07684.p2-thinks} 
+tr {07683.t2} {07683.f} {07683.p5} -> {07683.p6} 
+tr {07683.t3|07684.t1} : a7682 {07683.f} {07684.p1} -> {07684.p3} 
+tr {07684.e} {07684.p6} {07684.p3} -> {07684.p4-eats} 
+tr {07684.t} {07684.p2-thinks} -> {07684.p1} {07684.p5} 
+tr {07684.t0|07685.t4} : b7683 {07685.p4-eats} -> {07684.f} {07685.f} {07685.p2-thinks} 
+tr {07684.t2} {07684.f} {07684.p5} -> {07684.p6} 
+tr {07684.t3|07685.t1} : a7683 {07684.f} {07685.p1} -> {07685.p3} 
+tr {07685.e} {07685.p6} {07685.p3} -> {07685.p4-eats} 
+tr {07685.t} {07685.p2-thinks} -> {07685.p1} {07685.p5} 
+tr {07685.t0|07686.t4} : b7684 {07686.p4-eats} -> {07685.f} {07686.f} {07686.p2-thinks} 
+tr {07685.t2} {07685.f} {07685.p5} -> {07685.p6} 
+tr {07685.t3|07686.t1} : a7684 {07685.f} {07686.p1} -> {07686.p3} 
+tr {07686.e} {07686.p6} {07686.p3} -> {07686.p4-eats} 
+tr {07686.t} {07686.p2-thinks} -> {07686.p1} {07686.p5} 
+tr {07686.t0|07687.t4} : b7685 {07687.p4-eats} -> {07686.f} {07687.f} {07687.p2-thinks} 
+tr {07686.t2} {07686.f} {07686.p5} -> {07686.p6} 
+tr {07686.t3|07687.t1} : a7685 {07686.f} {07687.p1} -> {07687.p3} 
+tr {07687.e} {07687.p6} {07687.p3} -> {07687.p4-eats} 
+tr {07687.t} {07687.p2-thinks} -> {07687.p1} {07687.p5} 
+tr {07687.t0|07688.t4} : b7686 {07688.p4-eats} -> {07687.f} {07688.f} {07688.p2-thinks} 
+tr {07687.t2} {07687.f} {07687.p5} -> {07687.p6} 
+tr {07687.t3|07688.t1} : a7686 {07687.f} {07688.p1} -> {07688.p3} 
+tr {07688.e} {07688.p6} {07688.p3} -> {07688.p4-eats} 
+tr {07688.t} {07688.p2-thinks} -> {07688.p1} {07688.p5} 
+tr {07688.t0|07689.t4} : b7687 {07689.p4-eats} -> {07688.f} {07689.f} {07689.p2-thinks} 
+tr {07688.t2} {07688.f} {07688.p5} -> {07688.p6} 
+tr {07688.t3|07689.t1} : a7687 {07688.f} {07689.p1} -> {07689.p3} 
+tr {07689.e} {07689.p6} {07689.p3} -> {07689.p4-eats} 
+tr {07689.t} {07689.p2-thinks} -> {07689.p1} {07689.p5} 
+tr {07689.t0|07690.t4} : b7688 {07690.p4-eats} -> {07689.f} {07690.f} {07690.p2-thinks} 
+tr {07689.t2} {07689.f} {07689.p5} -> {07689.p6} 
+tr {07689.t3|07690.t1} : a7688 {07689.f} {07690.p1} -> {07690.p3} 
+tr {07690.e} {07690.p6} {07690.p3} -> {07690.p4-eats} 
+tr {07690.t} {07690.p2-thinks} -> {07690.p1} {07690.p5} 
+tr {07690.t0|07691.t4} : b7689 {07691.p4-eats} -> {07690.f} {07691.f} {07691.p2-thinks} 
+tr {07690.t2} {07690.f} {07690.p5} -> {07690.p6} 
+tr {07690.t3|07691.t1} : a7689 {07690.f} {07691.p1} -> {07691.p3} 
+tr {07691.e} {07691.p6} {07691.p3} -> {07691.p4-eats} 
+tr {07691.t} {07691.p2-thinks} -> {07691.p1} {07691.p5} 
+tr {07691.t0|07692.t4} : b7690 {07692.p4-eats} -> {07691.f} {07692.f} {07692.p2-thinks} 
+tr {07691.t2} {07691.f} {07691.p5} -> {07691.p6} 
+tr {07691.t3|07692.t1} : a7690 {07691.f} {07692.p1} -> {07692.p3} 
+tr {07692.e} {07692.p6} {07692.p3} -> {07692.p4-eats} 
+tr {07692.t} {07692.p2-thinks} -> {07692.p1} {07692.p5} 
+tr {07692.t0|07693.t4} : b7691 {07693.p4-eats} -> {07692.f} {07693.f} {07693.p2-thinks} 
+tr {07692.t2} {07692.f} {07692.p5} -> {07692.p6} 
+tr {07692.t3|07693.t1} : a7691 {07692.f} {07693.p1} -> {07693.p3} 
+tr {07693.e} {07693.p6} {07693.p3} -> {07693.p4-eats} 
+tr {07693.t} {07693.p2-thinks} -> {07693.p1} {07693.p5} 
+tr {07693.t0|07694.t4} : b7692 {07694.p4-eats} -> {07693.f} {07694.f} {07694.p2-thinks} 
+tr {07693.t2} {07693.f} {07693.p5} -> {07693.p6} 
+tr {07693.t3|07694.t1} : a7692 {07693.f} {07694.p1} -> {07694.p3} 
+tr {07694.e} {07694.p6} {07694.p3} -> {07694.p4-eats} 
+tr {07694.t} {07694.p2-thinks} -> {07694.p1} {07694.p5} 
+tr {07694.t0|07695.t4} : b7693 {07695.p4-eats} -> {07694.f} {07695.f} {07695.p2-thinks} 
+tr {07694.t2} {07694.f} {07694.p5} -> {07694.p6} 
+tr {07694.t3|07695.t1} : a7693 {07694.f} {07695.p1} -> {07695.p3} 
+tr {07695.e} {07695.p6} {07695.p3} -> {07695.p4-eats} 
+tr {07695.t} {07695.p2-thinks} -> {07695.p1} {07695.p5} 
+tr {07695.t0|07696.t4} : b7694 {07696.p4-eats} -> {07695.f} {07696.f} {07696.p2-thinks} 
+tr {07695.t2} {07695.f} {07695.p5} -> {07695.p6} 
+tr {07695.t3|07696.t1} : a7694 {07695.f} {07696.p1} -> {07696.p3} 
+tr {07696.e} {07696.p6} {07696.p3} -> {07696.p4-eats} 
+tr {07696.t} {07696.p2-thinks} -> {07696.p1} {07696.p5} 
+tr {07696.t0|07697.t4} : b7695 {07697.p4-eats} -> {07696.f} {07697.f} {07697.p2-thinks} 
+tr {07696.t2} {07696.f} {07696.p5} -> {07696.p6} 
+tr {07696.t3|07697.t1} : a7695 {07696.f} {07697.p1} -> {07697.p3} 
+tr {07697.e} {07697.p6} {07697.p3} -> {07697.p4-eats} 
+tr {07697.t} {07697.p2-thinks} -> {07697.p1} {07697.p5} 
+tr {07697.t0|07698.t4} : b7696 {07698.p4-eats} -> {07697.f} {07698.f} {07698.p2-thinks} 
+tr {07697.t2} {07697.f} {07697.p5} -> {07697.p6} 
+tr {07697.t3|07698.t1} : a7696 {07697.f} {07698.p1} -> {07698.p3} 
+tr {07698.e} {07698.p6} {07698.p3} -> {07698.p4-eats} 
+tr {07698.t} {07698.p2-thinks} -> {07698.p1} {07698.p5} 
+tr {07698.t0|07699.t4} : b7697 {07699.p4-eats} -> {07698.f} {07699.f} {07699.p2-thinks} 
+tr {07698.t2} {07698.f} {07698.p5} -> {07698.p6} 
+tr {07698.t3|07699.t1} : a7697 {07698.f} {07699.p1} -> {07699.p3} 
+tr {07699.e} {07699.p6} {07699.p3} -> {07699.p4-eats} 
+tr {07699.t} {07699.p2-thinks} -> {07699.p1} {07699.p5} 
+tr {07699.t0|07700.t4} : b7698 {07700.p4-eats} -> {07699.f} {07700.f} {07700.p2-thinks} 
+tr {07699.t2} {07699.f} {07699.p5} -> {07699.p6} 
+tr {07699.t3|07700.t1} : a7698 {07699.f} {07700.p1} -> {07700.p3} 
+tr {07700.e} {07700.p6} {07700.p3} -> {07700.p4-eats} 
+tr {07700.t} {07700.p2-thinks} -> {07700.p1} {07700.p5} 
+tr {07700.t0|07701.t4} : b7699 {07701.p4-eats} -> {07700.f} {07701.f} {07701.p2-thinks} 
+tr {07700.t2} {07700.f} {07700.p5} -> {07700.p6} 
+tr {07700.t3|07701.t1} : a7699 {07700.f} {07701.p1} -> {07701.p3} 
+tr {07701.e} {07701.p6} {07701.p3} -> {07701.p4-eats} 
+tr {07701.t} {07701.p2-thinks} -> {07701.p1} {07701.p5} 
+tr {07701.t0|07702.t4} : b7700 {07702.p4-eats} -> {07701.f} {07702.f} {07702.p2-thinks} 
+tr {07701.t2} {07701.f} {07701.p5} -> {07701.p6} 
+tr {07701.t3|07702.t1} : a7700 {07701.f} {07702.p1} -> {07702.p3} 
+tr {07702.e} {07702.p6} {07702.p3} -> {07702.p4-eats} 
+tr {07702.t} {07702.p2-thinks} -> {07702.p1} {07702.p5} 
+tr {07702.t0|07703.t4} : b7701 {07703.p4-eats} -> {07702.f} {07703.f} {07703.p2-thinks} 
+tr {07702.t2} {07702.f} {07702.p5} -> {07702.p6} 
+tr {07702.t3|07703.t1} : a7701 {07702.f} {07703.p1} -> {07703.p3} 
+tr {07703.e} {07703.p6} {07703.p3} -> {07703.p4-eats} 
+tr {07703.t} {07703.p2-thinks} -> {07703.p1} {07703.p5} 
+tr {07703.t0|07704.t4} : b7702 {07704.p4-eats} -> {07703.f} {07704.f} {07704.p2-thinks} 
+tr {07703.t2} {07703.f} {07703.p5} -> {07703.p6} 
+tr {07703.t3|07704.t1} : a7702 {07703.f} {07704.p1} -> {07704.p3} 
+tr {07704.e} {07704.p6} {07704.p3} -> {07704.p4-eats} 
+tr {07704.t} {07704.p2-thinks} -> {07704.p1} {07704.p5} 
+tr {07704.t0|07705.t4} : b7703 {07705.p4-eats} -> {07704.f} {07705.f} {07705.p2-thinks} 
+tr {07704.t2} {07704.f} {07704.p5} -> {07704.p6} 
+tr {07704.t3|07705.t1} : a7703 {07704.f} {07705.p1} -> {07705.p3} 
+tr {07705.e} {07705.p6} {07705.p3} -> {07705.p4-eats} 
+tr {07705.t} {07705.p2-thinks} -> {07705.p1} {07705.p5} 
+tr {07705.t0|07706.t4} : b7704 {07706.p4-eats} -> {07705.f} {07706.f} {07706.p2-thinks} 
+tr {07705.t2} {07705.f} {07705.p5} -> {07705.p6} 
+tr {07705.t3|07706.t1} : a7704 {07705.f} {07706.p1} -> {07706.p3} 
+tr {07706.e} {07706.p6} {07706.p3} -> {07706.p4-eats} 
+tr {07706.t} {07706.p2-thinks} -> {07706.p1} {07706.p5} 
+tr {07706.t0|07707.t4} : b7705 {07707.p4-eats} -> {07706.f} {07707.f} {07707.p2-thinks} 
+tr {07706.t2} {07706.f} {07706.p5} -> {07706.p6} 
+tr {07706.t3|07707.t1} : a7705 {07706.f} {07707.p1} -> {07707.p3} 
+tr {07707.e} {07707.p6} {07707.p3} -> {07707.p4-eats} 
+tr {07707.t} {07707.p2-thinks} -> {07707.p1} {07707.p5} 
+tr {07707.t0|07708.t4} : b7706 {07708.p4-eats} -> {07707.f} {07708.f} {07708.p2-thinks} 
+tr {07707.t2} {07707.f} {07707.p5} -> {07707.p6} 
+tr {07707.t3|07708.t1} : a7706 {07707.f} {07708.p1} -> {07708.p3} 
+tr {07708.e} {07708.p6} {07708.p3} -> {07708.p4-eats} 
+tr {07708.t} {07708.p2-thinks} -> {07708.p1} {07708.p5} 
+tr {07708.t0|07709.t4} : b7707 {07709.p4-eats} -> {07708.f} {07709.f} {07709.p2-thinks} 
+tr {07708.t2} {07708.f} {07708.p5} -> {07708.p6} 
+tr {07708.t3|07709.t1} : a7707 {07708.f} {07709.p1} -> {07709.p3} 
+tr {07709.e} {07709.p6} {07709.p3} -> {07709.p4-eats} 
+tr {07709.t} {07709.p2-thinks} -> {07709.p1} {07709.p5} 
+tr {07709.t0|07710.t4} : b7708 {07710.p4-eats} -> {07709.f} {07710.f} {07710.p2-thinks} 
+tr {07709.t2} {07709.f} {07709.p5} -> {07709.p6} 
+tr {07709.t3|07710.t1} : a7708 {07709.f} {07710.p1} -> {07710.p3} 
+tr {07710.e} {07710.p6} {07710.p3} -> {07710.p4-eats} 
+tr {07710.t} {07710.p2-thinks} -> {07710.p1} {07710.p5} 
+tr {07710.t0|07711.t4} : b7709 {07711.p4-eats} -> {07710.f} {07711.f} {07711.p2-thinks} 
+tr {07710.t2} {07710.f} {07710.p5} -> {07710.p6} 
+tr {07710.t3|07711.t1} : a7709 {07710.f} {07711.p1} -> {07711.p3} 
+tr {07711.e} {07711.p6} {07711.p3} -> {07711.p4-eats} 
+tr {07711.t} {07711.p2-thinks} -> {07711.p1} {07711.p5} 
+tr {07711.t0|07712.t4} : b7710 {07712.p4-eats} -> {07711.f} {07712.f} {07712.p2-thinks} 
+tr {07711.t2} {07711.f} {07711.p5} -> {07711.p6} 
+tr {07711.t3|07712.t1} : a7710 {07711.f} {07712.p1} -> {07712.p3} 
+tr {07712.e} {07712.p6} {07712.p3} -> {07712.p4-eats} 
+tr {07712.t} {07712.p2-thinks} -> {07712.p1} {07712.p5} 
+tr {07712.t0|07713.t4} : b7711 {07713.p4-eats} -> {07712.f} {07713.f} {07713.p2-thinks} 
+tr {07712.t2} {07712.f} {07712.p5} -> {07712.p6} 
+tr {07712.t3|07713.t1} : a7711 {07712.f} {07713.p1} -> {07713.p3} 
+tr {07713.e} {07713.p6} {07713.p3} -> {07713.p4-eats} 
+tr {07713.t} {07713.p2-thinks} -> {07713.p1} {07713.p5} 
+tr {07713.t0|07714.t4} : b7712 {07714.p4-eats} -> {07713.f} {07714.f} {07714.p2-thinks} 
+tr {07713.t2} {07713.f} {07713.p5} -> {07713.p6} 
+tr {07713.t3|07714.t1} : a7712 {07713.f} {07714.p1} -> {07714.p3} 
+tr {07714.e} {07714.p6} {07714.p3} -> {07714.p4-eats} 
+tr {07714.t} {07714.p2-thinks} -> {07714.p1} {07714.p5} 
+tr {07714.t0|07715.t4} : b7713 {07715.p4-eats} -> {07714.f} {07715.f} {07715.p2-thinks} 
+tr {07714.t2} {07714.f} {07714.p5} -> {07714.p6} 
+tr {07714.t3|07715.t1} : a7713 {07714.f} {07715.p1} -> {07715.p3} 
+tr {07715.e} {07715.p6} {07715.p3} -> {07715.p4-eats} 
+tr {07715.t} {07715.p2-thinks} -> {07715.p1} {07715.p5} 
+tr {07715.t0|07716.t4} : b7714 {07716.p4-eats} -> {07715.f} {07716.f} {07716.p2-thinks} 
+tr {07715.t2} {07715.f} {07715.p5} -> {07715.p6} 
+tr {07715.t3|07716.t1} : a7714 {07715.f} {07716.p1} -> {07716.p3} 
+tr {07716.e} {07716.p6} {07716.p3} -> {07716.p4-eats} 
+tr {07716.t} {07716.p2-thinks} -> {07716.p1} {07716.p5} 
+tr {07716.t0|07717.t4} : b7715 {07717.p4-eats} -> {07716.f} {07717.f} {07717.p2-thinks} 
+tr {07716.t2} {07716.f} {07716.p5} -> {07716.p6} 
+tr {07716.t3|07717.t1} : a7715 {07716.f} {07717.p1} -> {07717.p3} 
+tr {07717.e} {07717.p6} {07717.p3} -> {07717.p4-eats} 
+tr {07717.t} {07717.p2-thinks} -> {07717.p1} {07717.p5} 
+tr {07717.t0|07718.t4} : b7716 {07718.p4-eats} -> {07717.f} {07718.f} {07718.p2-thinks} 
+tr {07717.t2} {07717.f} {07717.p5} -> {07717.p6} 
+tr {07717.t3|07718.t1} : a7716 {07717.f} {07718.p1} -> {07718.p3} 
+tr {07718.e} {07718.p6} {07718.p3} -> {07718.p4-eats} 
+tr {07718.t} {07718.p2-thinks} -> {07718.p1} {07718.p5} 
+tr {07718.t0|07719.t4} : b7717 {07719.p4-eats} -> {07718.f} {07719.f} {07719.p2-thinks} 
+tr {07718.t2} {07718.f} {07718.p5} -> {07718.p6} 
+tr {07718.t3|07719.t1} : a7717 {07718.f} {07719.p1} -> {07719.p3} 
+tr {07719.e} {07719.p6} {07719.p3} -> {07719.p4-eats} 
+tr {07719.t} {07719.p2-thinks} -> {07719.p1} {07719.p5} 
+tr {07719.t0|07720.t4} : b7718 {07720.p4-eats} -> {07719.f} {07720.f} {07720.p2-thinks} 
+tr {07719.t2} {07719.f} {07719.p5} -> {07719.p6} 
+tr {07719.t3|07720.t1} : a7718 {07719.f} {07720.p1} -> {07720.p3} 
+tr {07720.e} {07720.p6} {07720.p3} -> {07720.p4-eats} 
+tr {07720.t} {07720.p2-thinks} -> {07720.p1} {07720.p5} 
+tr {07720.t0|07721.t4} : b7719 {07721.p4-eats} -> {07720.f} {07721.f} {07721.p2-thinks} 
+tr {07720.t2} {07720.f} {07720.p5} -> {07720.p6} 
+tr {07720.t3|07721.t1} : a7719 {07720.f} {07721.p1} -> {07721.p3} 
+tr {07721.e} {07721.p6} {07721.p3} -> {07721.p4-eats} 
+tr {07721.t} {07721.p2-thinks} -> {07721.p1} {07721.p5} 
+tr {07721.t0|07722.t4} : b7720 {07722.p4-eats} -> {07721.f} {07722.f} {07722.p2-thinks} 
+tr {07721.t2} {07721.f} {07721.p5} -> {07721.p6} 
+tr {07721.t3|07722.t1} : a7720 {07721.f} {07722.p1} -> {07722.p3} 
+tr {07722.e} {07722.p6} {07722.p3} -> {07722.p4-eats} 
+tr {07722.t} {07722.p2-thinks} -> {07722.p1} {07722.p5} 
+tr {07722.t0|07723.t4} : b7721 {07723.p4-eats} -> {07722.f} {07723.f} {07723.p2-thinks} 
+tr {07722.t2} {07722.f} {07722.p5} -> {07722.p6} 
+tr {07722.t3|07723.t1} : a7721 {07722.f} {07723.p1} -> {07723.p3} 
+tr {07723.e} {07723.p6} {07723.p3} -> {07723.p4-eats} 
+tr {07723.t} {07723.p2-thinks} -> {07723.p1} {07723.p5} 
+tr {07723.t0|07724.t4} : b7722 {07724.p4-eats} -> {07723.f} {07724.f} {07724.p2-thinks} 
+tr {07723.t2} {07723.f} {07723.p5} -> {07723.p6} 
+tr {07723.t3|07724.t1} : a7722 {07723.f} {07724.p1} -> {07724.p3} 
+tr {07724.e} {07724.p6} {07724.p3} -> {07724.p4-eats} 
+tr {07724.t} {07724.p2-thinks} -> {07724.p1} {07724.p5} 
+tr {07724.t0|07725.t4} : b7723 {07725.p4-eats} -> {07724.f} {07725.f} {07725.p2-thinks} 
+tr {07724.t2} {07724.f} {07724.p5} -> {07724.p6} 
+tr {07724.t3|07725.t1} : a7723 {07724.f} {07725.p1} -> {07725.p3} 
+tr {07725.e} {07725.p6} {07725.p3} -> {07725.p4-eats} 
+tr {07725.t} {07725.p2-thinks} -> {07725.p1} {07725.p5} 
+tr {07725.t0|07726.t4} : b7724 {07726.p4-eats} -> {07725.f} {07726.f} {07726.p2-thinks} 
+tr {07725.t2} {07725.f} {07725.p5} -> {07725.p6} 
+tr {07725.t3|07726.t1} : a7724 {07725.f} {07726.p1} -> {07726.p3} 
+tr {07726.e} {07726.p6} {07726.p3} -> {07726.p4-eats} 
+tr {07726.t} {07726.p2-thinks} -> {07726.p1} {07726.p5} 
+tr {07726.t0|07727.t4} : b7725 {07727.p4-eats} -> {07726.f} {07727.f} {07727.p2-thinks} 
+tr {07726.t2} {07726.f} {07726.p5} -> {07726.p6} 
+tr {07726.t3|07727.t1} : a7725 {07726.f} {07727.p1} -> {07727.p3} 
+tr {07727.e} {07727.p6} {07727.p3} -> {07727.p4-eats} 
+tr {07727.t} {07727.p2-thinks} -> {07727.p1} {07727.p5} 
+tr {07727.t0|07728.t4} : b7726 {07728.p4-eats} -> {07727.f} {07728.f} {07728.p2-thinks} 
+tr {07727.t2} {07727.f} {07727.p5} -> {07727.p6} 
+tr {07727.t3|07728.t1} : a7726 {07727.f} {07728.p1} -> {07728.p3} 
+tr {07728.e} {07728.p6} {07728.p3} -> {07728.p4-eats} 
+tr {07728.t} {07728.p2-thinks} -> {07728.p1} {07728.p5} 
+tr {07728.t0|07729.t4} : b7727 {07729.p4-eats} -> {07728.f} {07729.f} {07729.p2-thinks} 
+tr {07728.t2} {07728.f} {07728.p5} -> {07728.p6} 
+tr {07728.t3|07729.t1} : a7727 {07728.f} {07729.p1} -> {07729.p3} 
+tr {07729.e} {07729.p6} {07729.p3} -> {07729.p4-eats} 
+tr {07729.t} {07729.p2-thinks} -> {07729.p1} {07729.p5} 
+tr {07729.t0|07730.t4} : b7728 {07730.p4-eats} -> {07729.f} {07730.f} {07730.p2-thinks} 
+tr {07729.t2} {07729.f} {07729.p5} -> {07729.p6} 
+tr {07729.t3|07730.t1} : a7728 {07729.f} {07730.p1} -> {07730.p3} 
+tr {07730.e} {07730.p6} {07730.p3} -> {07730.p4-eats} 
+tr {07730.t} {07730.p2-thinks} -> {07730.p1} {07730.p5} 
+tr {07730.t0|07731.t4} : b7729 {07731.p4-eats} -> {07730.f} {07731.f} {07731.p2-thinks} 
+tr {07730.t2} {07730.f} {07730.p5} -> {07730.p6} 
+tr {07730.t3|07731.t1} : a7729 {07730.f} {07731.p1} -> {07731.p3} 
+tr {07731.e} {07731.p6} {07731.p3} -> {07731.p4-eats} 
+tr {07731.t} {07731.p2-thinks} -> {07731.p1} {07731.p5} 
+tr {07731.t0|07732.t4} : b7730 {07732.p4-eats} -> {07731.f} {07732.f} {07732.p2-thinks} 
+tr {07731.t2} {07731.f} {07731.p5} -> {07731.p6} 
+tr {07731.t3|07732.t1} : a7730 {07731.f} {07732.p1} -> {07732.p3} 
+tr {07732.e} {07732.p6} {07732.p3} -> {07732.p4-eats} 
+tr {07732.t} {07732.p2-thinks} -> {07732.p1} {07732.p5} 
+tr {07732.t0|07733.t4} : b7731 {07733.p4-eats} -> {07732.f} {07733.f} {07733.p2-thinks} 
+tr {07732.t2} {07732.f} {07732.p5} -> {07732.p6} 
+tr {07732.t3|07733.t1} : a7731 {07732.f} {07733.p1} -> {07733.p3} 
+tr {07733.e} {07733.p6} {07733.p3} -> {07733.p4-eats} 
+tr {07733.t} {07733.p2-thinks} -> {07733.p1} {07733.p5} 
+tr {07733.t0|07734.t4} : b7732 {07734.p4-eats} -> {07733.f} {07734.f} {07734.p2-thinks} 
+tr {07733.t2} {07733.f} {07733.p5} -> {07733.p6} 
+tr {07733.t3|07734.t1} : a7732 {07733.f} {07734.p1} -> {07734.p3} 
+tr {07734.e} {07734.p6} {07734.p3} -> {07734.p4-eats} 
+tr {07734.t} {07734.p2-thinks} -> {07734.p1} {07734.p5} 
+tr {07734.t0|07735.t4} : b7733 {07735.p4-eats} -> {07734.f} {07735.f} {07735.p2-thinks} 
+tr {07734.t2} {07734.f} {07734.p5} -> {07734.p6} 
+tr {07734.t3|07735.t1} : a7733 {07734.f} {07735.p1} -> {07735.p3} 
+tr {07735.e} {07735.p6} {07735.p3} -> {07735.p4-eats} 
+tr {07735.t} {07735.p2-thinks} -> {07735.p1} {07735.p5} 
+tr {07735.t0|07736.t4} : b7734 {07736.p4-eats} -> {07735.f} {07736.f} {07736.p2-thinks} 
+tr {07735.t2} {07735.f} {07735.p5} -> {07735.p6} 
+tr {07735.t3|07736.t1} : a7734 {07735.f} {07736.p1} -> {07736.p3} 
+tr {07736.e} {07736.p6} {07736.p3} -> {07736.p4-eats} 
+tr {07736.t} {07736.p2-thinks} -> {07736.p1} {07736.p5} 
+tr {07736.t0|07737.t4} : b7735 {07737.p4-eats} -> {07736.f} {07737.f} {07737.p2-thinks} 
+tr {07736.t2} {07736.f} {07736.p5} -> {07736.p6} 
+tr {07736.t3|07737.t1} : a7735 {07736.f} {07737.p1} -> {07737.p3} 
+tr {07737.e} {07737.p6} {07737.p3} -> {07737.p4-eats} 
+tr {07737.t} {07737.p2-thinks} -> {07737.p1} {07737.p5} 
+tr {07737.t0|07738.t4} : b7736 {07738.p4-eats} -> {07737.f} {07738.f} {07738.p2-thinks} 
+tr {07737.t2} {07737.f} {07737.p5} -> {07737.p6} 
+tr {07737.t3|07738.t1} : a7736 {07737.f} {07738.p1} -> {07738.p3} 
+tr {07738.e} {07738.p6} {07738.p3} -> {07738.p4-eats} 
+tr {07738.t} {07738.p2-thinks} -> {07738.p1} {07738.p5} 
+tr {07738.t0|07739.t4} : b7737 {07739.p4-eats} -> {07738.f} {07739.f} {07739.p2-thinks} 
+tr {07738.t2} {07738.f} {07738.p5} -> {07738.p6} 
+tr {07738.t3|07739.t1} : a7737 {07738.f} {07739.p1} -> {07739.p3} 
+tr {07739.e} {07739.p6} {07739.p3} -> {07739.p4-eats} 
+tr {07739.t} {07739.p2-thinks} -> {07739.p1} {07739.p5} 
+tr {07739.t0|07740.t4} : b7738 {07740.p4-eats} -> {07739.f} {07740.f} {07740.p2-thinks} 
+tr {07739.t2} {07739.f} {07739.p5} -> {07739.p6} 
+tr {07739.t3|07740.t1} : a7738 {07739.f} {07740.p1} -> {07740.p3} 
+tr {07740.e} {07740.p6} {07740.p3} -> {07740.p4-eats} 
+tr {07740.t} {07740.p2-thinks} -> {07740.p1} {07740.p5} 
+tr {07740.t0|07741.t4} : b7739 {07741.p4-eats} -> {07740.f} {07741.f} {07741.p2-thinks} 
+tr {07740.t2} {07740.f} {07740.p5} -> {07740.p6} 
+tr {07740.t3|07741.t1} : a7739 {07740.f} {07741.p1} -> {07741.p3} 
+tr {07741.e} {07741.p6} {07741.p3} -> {07741.p4-eats} 
+tr {07741.t} {07741.p2-thinks} -> {07741.p1} {07741.p5} 
+tr {07741.t0|07742.t4} : b7740 {07742.p4-eats} -> {07741.f} {07742.f} {07742.p2-thinks} 
+tr {07741.t2} {07741.f} {07741.p5} -> {07741.p6} 
+tr {07741.t3|07742.t1} : a7740 {07741.f} {07742.p1} -> {07742.p3} 
+tr {07742.e} {07742.p6} {07742.p3} -> {07742.p4-eats} 
+tr {07742.t} {07742.p2-thinks} -> {07742.p1} {07742.p5} 
+tr {07742.t0|07743.t4} : b7741 {07743.p4-eats} -> {07742.f} {07743.f} {07743.p2-thinks} 
+tr {07742.t2} {07742.f} {07742.p5} -> {07742.p6} 
+tr {07742.t3|07743.t1} : a7741 {07742.f} {07743.p1} -> {07743.p3} 
+tr {07743.e} {07743.p6} {07743.p3} -> {07743.p4-eats} 
+tr {07743.t} {07743.p2-thinks} -> {07743.p1} {07743.p5} 
+tr {07743.t0|07744.t4} : b7742 {07744.p4-eats} -> {07743.f} {07744.f} {07744.p2-thinks} 
+tr {07743.t2} {07743.f} {07743.p5} -> {07743.p6} 
+tr {07743.t3|07744.t1} : a7742 {07743.f} {07744.p1} -> {07744.p3} 
+tr {07744.e} {07744.p6} {07744.p3} -> {07744.p4-eats} 
+tr {07744.t} {07744.p2-thinks} -> {07744.p1} {07744.p5} 
+tr {07744.t0|07745.t4} : b7743 {07745.p4-eats} -> {07744.f} {07745.f} {07745.p2-thinks} 
+tr {07744.t2} {07744.f} {07744.p5} -> {07744.p6} 
+tr {07744.t3|07745.t1} : a7743 {07744.f} {07745.p1} -> {07745.p3} 
+tr {07745.e} {07745.p6} {07745.p3} -> {07745.p4-eats} 
+tr {07745.t} {07745.p2-thinks} -> {07745.p1} {07745.p5} 
+tr {07745.t0|07746.t4} : b7744 {07746.p4-eats} -> {07745.f} {07746.f} {07746.p2-thinks} 
+tr {07745.t2} {07745.f} {07745.p5} -> {07745.p6} 
+tr {07745.t3|07746.t1} : a7744 {07745.f} {07746.p1} -> {07746.p3} 
+tr {07746.e} {07746.p6} {07746.p3} -> {07746.p4-eats} 
+tr {07746.t} {07746.p2-thinks} -> {07746.p1} {07746.p5} 
+tr {07746.t0|07747.t4} : b7745 {07747.p4-eats} -> {07746.f} {07747.f} {07747.p2-thinks} 
+tr {07746.t2} {07746.f} {07746.p5} -> {07746.p6} 
+tr {07746.t3|07747.t1} : a7745 {07746.f} {07747.p1} -> {07747.p3} 
+tr {07747.e} {07747.p6} {07747.p3} -> {07747.p4-eats} 
+tr {07747.t} {07747.p2-thinks} -> {07747.p1} {07747.p5} 
+tr {07747.t0|07748.t4} : b7746 {07748.p4-eats} -> {07747.f} {07748.f} {07748.p2-thinks} 
+tr {07747.t2} {07747.f} {07747.p5} -> {07747.p6} 
+tr {07747.t3|07748.t1} : a7746 {07747.f} {07748.p1} -> {07748.p3} 
+tr {07748.e} {07748.p6} {07748.p3} -> {07748.p4-eats} 
+tr {07748.t} {07748.p2-thinks} -> {07748.p1} {07748.p5} 
+tr {07748.t0|07749.t4} : b7747 {07749.p4-eats} -> {07748.f} {07749.f} {07749.p2-thinks} 
+tr {07748.t2} {07748.f} {07748.p5} -> {07748.p6} 
+tr {07748.t3|07749.t1} : a7747 {07748.f} {07749.p1} -> {07749.p3} 
+tr {07749.e} {07749.p6} {07749.p3} -> {07749.p4-eats} 
+tr {07749.t} {07749.p2-thinks} -> {07749.p1} {07749.p5} 
+tr {07749.t0|07750.t4} : b7748 {07750.p4-eats} -> {07749.f} {07750.f} {07750.p2-thinks} 
+tr {07749.t2} {07749.f} {07749.p5} -> {07749.p6} 
+tr {07749.t3|07750.t1} : a7748 {07749.f} {07750.p1} -> {07750.p3} 
+tr {07750.e} {07750.p6} {07750.p3} -> {07750.p4-eats} 
+tr {07750.t} {07750.p2-thinks} -> {07750.p1} {07750.p5} 
+tr {07750.t0|07751.t4} : b7749 {07751.p4-eats} -> {07750.f} {07751.f} {07751.p2-thinks} 
+tr {07750.t2} {07750.f} {07750.p5} -> {07750.p6} 
+tr {07750.t3|07751.t1} : a7749 {07750.f} {07751.p1} -> {07751.p3} 
+tr {07751.e} {07751.p6} {07751.p3} -> {07751.p4-eats} 
+tr {07751.t} {07751.p2-thinks} -> {07751.p1} {07751.p5} 
+tr {07751.t0|07752.t4} : b7750 {07752.p4-eats} -> {07751.f} {07752.f} {07752.p2-thinks} 
+tr {07751.t2} {07751.f} {07751.p5} -> {07751.p6} 
+tr {07751.t3|07752.t1} : a7750 {07751.f} {07752.p1} -> {07752.p3} 
+tr {07752.e} {07752.p6} {07752.p3} -> {07752.p4-eats} 
+tr {07752.t} {07752.p2-thinks} -> {07752.p1} {07752.p5} 
+tr {07752.t0|07753.t4} : b7751 {07753.p4-eats} -> {07752.f} {07753.f} {07753.p2-thinks} 
+tr {07752.t2} {07752.f} {07752.p5} -> {07752.p6} 
+tr {07752.t3|07753.t1} : a7751 {07752.f} {07753.p1} -> {07753.p3} 
+tr {07753.e} {07753.p6} {07753.p3} -> {07753.p4-eats} 
+tr {07753.t} {07753.p2-thinks} -> {07753.p1} {07753.p5} 
+tr {07753.t0|07754.t4} : b7752 {07754.p4-eats} -> {07753.f} {07754.f} {07754.p2-thinks} 
+tr {07753.t2} {07753.f} {07753.p5} -> {07753.p6} 
+tr {07753.t3|07754.t1} : a7752 {07753.f} {07754.p1} -> {07754.p3} 
+tr {07754.e} {07754.p6} {07754.p3} -> {07754.p4-eats} 
+tr {07754.t} {07754.p2-thinks} -> {07754.p1} {07754.p5} 
+tr {07754.t0|07755.t4} : b7753 {07755.p4-eats} -> {07754.f} {07755.f} {07755.p2-thinks} 
+tr {07754.t2} {07754.f} {07754.p5} -> {07754.p6} 
+tr {07754.t3|07755.t1} : a7753 {07754.f} {07755.p1} -> {07755.p3} 
+tr {07755.e} {07755.p6} {07755.p3} -> {07755.p4-eats} 
+tr {07755.t} {07755.p2-thinks} -> {07755.p1} {07755.p5} 
+tr {07755.t0|07756.t4} : b7754 {07756.p4-eats} -> {07755.f} {07756.f} {07756.p2-thinks} 
+tr {07755.t2} {07755.f} {07755.p5} -> {07755.p6} 
+tr {07755.t3|07756.t1} : a7754 {07755.f} {07756.p1} -> {07756.p3} 
+tr {07756.e} {07756.p6} {07756.p3} -> {07756.p4-eats} 
+tr {07756.t} {07756.p2-thinks} -> {07756.p1} {07756.p5} 
+tr {07756.t0|07757.t4} : b7755 {07757.p4-eats} -> {07756.f} {07757.f} {07757.p2-thinks} 
+tr {07756.t2} {07756.f} {07756.p5} -> {07756.p6} 
+tr {07756.t3|07757.t1} : a7755 {07756.f} {07757.p1} -> {07757.p3} 
+tr {07757.e} {07757.p6} {07757.p3} -> {07757.p4-eats} 
+tr {07757.t} {07757.p2-thinks} -> {07757.p1} {07757.p5} 
+tr {07757.t0|07758.t4} : b7756 {07758.p4-eats} -> {07757.f} {07758.f} {07758.p2-thinks} 
+tr {07757.t2} {07757.f} {07757.p5} -> {07757.p6} 
+tr {07757.t3|07758.t1} : a7756 {07757.f} {07758.p1} -> {07758.p3} 
+tr {07758.e} {07758.p6} {07758.p3} -> {07758.p4-eats} 
+tr {07758.t} {07758.p2-thinks} -> {07758.p1} {07758.p5} 
+tr {07758.t0|07759.t4} : b7757 {07759.p4-eats} -> {07758.f} {07759.f} {07759.p2-thinks} 
+tr {07758.t2} {07758.f} {07758.p5} -> {07758.p6} 
+tr {07758.t3|07759.t1} : a7757 {07758.f} {07759.p1} -> {07759.p3} 
+tr {07759.e} {07759.p6} {07759.p3} -> {07759.p4-eats} 
+tr {07759.t} {07759.p2-thinks} -> {07759.p1} {07759.p5} 
+tr {07759.t0|07760.t4} : b7758 {07760.p4-eats} -> {07759.f} {07760.f} {07760.p2-thinks} 
+tr {07759.t2} {07759.f} {07759.p5} -> {07759.p6} 
+tr {07759.t3|07760.t1} : a7758 {07759.f} {07760.p1} -> {07760.p3} 
+tr {07760.e} {07760.p6} {07760.p3} -> {07760.p4-eats} 
+tr {07760.t} {07760.p2-thinks} -> {07760.p1} {07760.p5} 
+tr {07760.t0|07761.t4} : b7759 {07761.p4-eats} -> {07760.f} {07761.f} {07761.p2-thinks} 
+tr {07760.t2} {07760.f} {07760.p5} -> {07760.p6} 
+tr {07760.t3|07761.t1} : a7759 {07760.f} {07761.p1} -> {07761.p3} 
+tr {07761.e} {07761.p6} {07761.p3} -> {07761.p4-eats} 
+tr {07761.t} {07761.p2-thinks} -> {07761.p1} {07761.p5} 
+tr {07761.t0|07762.t4} : b7760 {07762.p4-eats} -> {07761.f} {07762.f} {07762.p2-thinks} 
+tr {07761.t2} {07761.f} {07761.p5} -> {07761.p6} 
+tr {07761.t3|07762.t1} : a7760 {07761.f} {07762.p1} -> {07762.p3} 
+tr {07762.e} {07762.p6} {07762.p3} -> {07762.p4-eats} 
+tr {07762.t} {07762.p2-thinks} -> {07762.p1} {07762.p5} 
+tr {07762.t0|07763.t4} : b7761 {07763.p4-eats} -> {07762.f} {07763.f} {07763.p2-thinks} 
+tr {07762.t2} {07762.f} {07762.p5} -> {07762.p6} 
+tr {07762.t3|07763.t1} : a7761 {07762.f} {07763.p1} -> {07763.p3} 
+tr {07763.e} {07763.p6} {07763.p3} -> {07763.p4-eats} 
+tr {07763.t} {07763.p2-thinks} -> {07763.p1} {07763.p5} 
+tr {07763.t0|07764.t4} : b7762 {07764.p4-eats} -> {07763.f} {07764.f} {07764.p2-thinks} 
+tr {07763.t2} {07763.f} {07763.p5} -> {07763.p6} 
+tr {07763.t3|07764.t1} : a7762 {07763.f} {07764.p1} -> {07764.p3} 
+tr {07764.e} {07764.p6} {07764.p3} -> {07764.p4-eats} 
+tr {07764.t} {07764.p2-thinks} -> {07764.p1} {07764.p5} 
+tr {07764.t0|07765.t4} : b7763 {07765.p4-eats} -> {07764.f} {07765.f} {07765.p2-thinks} 
+tr {07764.t2} {07764.f} {07764.p5} -> {07764.p6} 
+tr {07764.t3|07765.t1} : a7763 {07764.f} {07765.p1} -> {07765.p3} 
+tr {07765.e} {07765.p6} {07765.p3} -> {07765.p4-eats} 
+tr {07765.t} {07765.p2-thinks} -> {07765.p1} {07765.p5} 
+tr {07765.t0|07766.t4} : b7764 {07766.p4-eats} -> {07765.f} {07766.f} {07766.p2-thinks} 
+tr {07765.t2} {07765.f} {07765.p5} -> {07765.p6} 
+tr {07765.t3|07766.t1} : a7764 {07765.f} {07766.p1} -> {07766.p3} 
+tr {07766.e} {07766.p6} {07766.p3} -> {07766.p4-eats} 
+tr {07766.t} {07766.p2-thinks} -> {07766.p1} {07766.p5} 
+tr {07766.t0|07767.t4} : b7765 {07767.p4-eats} -> {07766.f} {07767.f} {07767.p2-thinks} 
+tr {07766.t2} {07766.f} {07766.p5} -> {07766.p6} 
+tr {07766.t3|07767.t1} : a7765 {07766.f} {07767.p1} -> {07767.p3} 
+tr {07767.e} {07767.p6} {07767.p3} -> {07767.p4-eats} 
+tr {07767.t} {07767.p2-thinks} -> {07767.p1} {07767.p5} 
+tr {07767.t0|07768.t4} : b7766 {07768.p4-eats} -> {07767.f} {07768.f} {07768.p2-thinks} 
+tr {07767.t2} {07767.f} {07767.p5} -> {07767.p6} 
+tr {07767.t3|07768.t1} : a7766 {07767.f} {07768.p1} -> {07768.p3} 
+tr {07768.e} {07768.p6} {07768.p3} -> {07768.p4-eats} 
+tr {07768.t} {07768.p2-thinks} -> {07768.p1} {07768.p5} 
+tr {07768.t0|07769.t4} : b7767 {07769.p4-eats} -> {07768.f} {07769.f} {07769.p2-thinks} 
+tr {07768.t2} {07768.f} {07768.p5} -> {07768.p6} 
+tr {07768.t3|07769.t1} : a7767 {07768.f} {07769.p1} -> {07769.p3} 
+tr {07769.e} {07769.p6} {07769.p3} -> {07769.p4-eats} 
+tr {07769.t} {07769.p2-thinks} -> {07769.p1} {07769.p5} 
+tr {07769.t0|07770.t4} : b7768 {07770.p4-eats} -> {07769.f} {07770.f} {07770.p2-thinks} 
+tr {07769.t2} {07769.f} {07769.p5} -> {07769.p6} 
+tr {07769.t3|07770.t1} : a7768 {07769.f} {07770.p1} -> {07770.p3} 
+tr {07770.e} {07770.p6} {07770.p3} -> {07770.p4-eats} 
+tr {07770.t} {07770.p2-thinks} -> {07770.p1} {07770.p5} 
+tr {07770.t0|07771.t4} : b7769 {07771.p4-eats} -> {07770.f} {07771.f} {07771.p2-thinks} 
+tr {07770.t2} {07770.f} {07770.p5} -> {07770.p6} 
+tr {07770.t3|07771.t1} : a7769 {07770.f} {07771.p1} -> {07771.p3} 
+tr {07771.e} {07771.p6} {07771.p3} -> {07771.p4-eats} 
+tr {07771.t} {07771.p2-thinks} -> {07771.p1} {07771.p5} 
+tr {07771.t0|07772.t4} : b7770 {07772.p4-eats} -> {07771.f} {07772.f} {07772.p2-thinks} 
+tr {07771.t2} {07771.f} {07771.p5} -> {07771.p6} 
+tr {07771.t3|07772.t1} : a7770 {07771.f} {07772.p1} -> {07772.p3} 
+tr {07772.e} {07772.p6} {07772.p3} -> {07772.p4-eats} 
+tr {07772.t} {07772.p2-thinks} -> {07772.p1} {07772.p5} 
+tr {07772.t0|07773.t4} : b7771 {07773.p4-eats} -> {07772.f} {07773.f} {07773.p2-thinks} 
+tr {07772.t2} {07772.f} {07772.p5} -> {07772.p6} 
+tr {07772.t3|07773.t1} : a7771 {07772.f} {07773.p1} -> {07773.p3} 
+tr {07773.e} {07773.p6} {07773.p3} -> {07773.p4-eats} 
+tr {07773.t} {07773.p2-thinks} -> {07773.p1} {07773.p5} 
+tr {07773.t0|07774.t4} : b7772 {07774.p4-eats} -> {07773.f} {07774.f} {07774.p2-thinks} 
+tr {07773.t2} {07773.f} {07773.p5} -> {07773.p6} 
+tr {07773.t3|07774.t1} : a7772 {07773.f} {07774.p1} -> {07774.p3} 
+tr {07774.e} {07774.p6} {07774.p3} -> {07774.p4-eats} 
+tr {07774.t} {07774.p2-thinks} -> {07774.p1} {07774.p5} 
+tr {07774.t0|07775.t4} : b7773 {07775.p4-eats} -> {07774.f} {07775.f} {07775.p2-thinks} 
+tr {07774.t2} {07774.f} {07774.p5} -> {07774.p6} 
+tr {07774.t3|07775.t1} : a7773 {07774.f} {07775.p1} -> {07775.p3} 
+tr {07775.e} {07775.p6} {07775.p3} -> {07775.p4-eats} 
+tr {07775.t} {07775.p2-thinks} -> {07775.p1} {07775.p5} 
+tr {07775.t0|07776.t4} : b7774 {07776.p4-eats} -> {07775.f} {07776.f} {07776.p2-thinks} 
+tr {07775.t2} {07775.f} {07775.p5} -> {07775.p6} 
+tr {07775.t3|07776.t1} : a7774 {07775.f} {07776.p1} -> {07776.p3} 
+tr {07776.e} {07776.p6} {07776.p3} -> {07776.p4-eats} 
+tr {07776.t} {07776.p2-thinks} -> {07776.p1} {07776.p5} 
+tr {07776.t0|07777.t4} : b7775 {07777.p4-eats} -> {07776.f} {07777.f} {07777.p2-thinks} 
+tr {07776.t2} {07776.f} {07776.p5} -> {07776.p6} 
+tr {07776.t3|07777.t1} : a7775 {07776.f} {07777.p1} -> {07777.p3} 
+tr {07777.e} {07777.p6} {07777.p3} -> {07777.p4-eats} 
+tr {07777.t} {07777.p2-thinks} -> {07777.p1} {07777.p5} 
+tr {07777.t0|07778.t4} : b7776 {07778.p4-eats} -> {07777.f} {07778.f} {07778.p2-thinks} 
+tr {07777.t2} {07777.f} {07777.p5} -> {07777.p6} 
+tr {07777.t3|07778.t1} : a7776 {07777.f} {07778.p1} -> {07778.p3} 
+tr {07778.e} {07778.p6} {07778.p3} -> {07778.p4-eats} 
+tr {07778.t} {07778.p2-thinks} -> {07778.p1} {07778.p5} 
+tr {07778.t0|07779.t4} : b7777 {07779.p4-eats} -> {07778.f} {07779.f} {07779.p2-thinks} 
+tr {07778.t2} {07778.f} {07778.p5} -> {07778.p6} 
+tr {07778.t3|07779.t1} : a7777 {07778.f} {07779.p1} -> {07779.p3} 
+tr {07779.e} {07779.p6} {07779.p3} -> {07779.p4-eats} 
+tr {07779.t} {07779.p2-thinks} -> {07779.p1} {07779.p5} 
+tr {07779.t0|07780.t4} : b7778 {07780.p4-eats} -> {07779.f} {07780.f} {07780.p2-thinks} 
+tr {07779.t2} {07779.f} {07779.p5} -> {07779.p6} 
+tr {07779.t3|07780.t1} : a7778 {07779.f} {07780.p1} -> {07780.p3} 
+tr {07780.e} {07780.p6} {07780.p3} -> {07780.p4-eats} 
+tr {07780.t} {07780.p2-thinks} -> {07780.p1} {07780.p5} 
+tr {07780.t0|07781.t4} : b7779 {07781.p4-eats} -> {07780.f} {07781.f} {07781.p2-thinks} 
+tr {07780.t2} {07780.f} {07780.p5} -> {07780.p6} 
+tr {07780.t3|07781.t1} : a7779 {07780.f} {07781.p1} -> {07781.p3} 
+tr {07781.e} {07781.p6} {07781.p3} -> {07781.p4-eats} 
+tr {07781.t} {07781.p2-thinks} -> {07781.p1} {07781.p5} 
+tr {07781.t0|07782.t4} : b7780 {07782.p4-eats} -> {07781.f} {07782.f} {07782.p2-thinks} 
+tr {07781.t2} {07781.f} {07781.p5} -> {07781.p6} 
+tr {07781.t3|07782.t1} : a7780 {07781.f} {07782.p1} -> {07782.p3} 
+tr {07782.e} {07782.p6} {07782.p3} -> {07782.p4-eats} 
+tr {07782.t} {07782.p2-thinks} -> {07782.p1} {07782.p5} 
+tr {07782.t0|07783.t4} : b7781 {07783.p4-eats} -> {07782.f} {07783.f} {07783.p2-thinks} 
+tr {07782.t2} {07782.f} {07782.p5} -> {07782.p6} 
+tr {07782.t3|07783.t1} : a7781 {07782.f} {07783.p1} -> {07783.p3} 
+tr {07783.e} {07783.p6} {07783.p3} -> {07783.p4-eats} 
+tr {07783.t} {07783.p2-thinks} -> {07783.p1} {07783.p5} 
+tr {07783.t0|07784.t4} : b7782 {07784.p4-eats} -> {07783.f} {07784.f} {07784.p2-thinks} 
+tr {07783.t2} {07783.f} {07783.p5} -> {07783.p6} 
+tr {07783.t3|07784.t1} : a7782 {07783.f} {07784.p1} -> {07784.p3} 
+tr {07784.e} {07784.p6} {07784.p3} -> {07784.p4-eats} 
+tr {07784.t} {07784.p2-thinks} -> {07784.p1} {07784.p5} 
+tr {07784.t0|07785.t4} : b7783 {07785.p4-eats} -> {07784.f} {07785.f} {07785.p2-thinks} 
+tr {07784.t2} {07784.f} {07784.p5} -> {07784.p6} 
+tr {07784.t3|07785.t1} : a7783 {07784.f} {07785.p1} -> {07785.p3} 
+tr {07785.e} {07785.p6} {07785.p3} -> {07785.p4-eats} 
+tr {07785.t} {07785.p2-thinks} -> {07785.p1} {07785.p5} 
+tr {07785.t0|07786.t4} : b7784 {07786.p4-eats} -> {07785.f} {07786.f} {07786.p2-thinks} 
+tr {07785.t2} {07785.f} {07785.p5} -> {07785.p6} 
+tr {07785.t3|07786.t1} : a7784 {07785.f} {07786.p1} -> {07786.p3} 
+tr {07786.e} {07786.p6} {07786.p3} -> {07786.p4-eats} 
+tr {07786.t} {07786.p2-thinks} -> {07786.p1} {07786.p5} 
+tr {07786.t0|07787.t4} : b7785 {07787.p4-eats} -> {07786.f} {07787.f} {07787.p2-thinks} 
+tr {07786.t2} {07786.f} {07786.p5} -> {07786.p6} 
+tr {07786.t3|07787.t1} : a7785 {07786.f} {07787.p1} -> {07787.p3} 
+tr {07787.e} {07787.p6} {07787.p3} -> {07787.p4-eats} 
+tr {07787.t} {07787.p2-thinks} -> {07787.p1} {07787.p5} 
+tr {07787.t0|07788.t4} : b7786 {07788.p4-eats} -> {07787.f} {07788.f} {07788.p2-thinks} 
+tr {07787.t2} {07787.f} {07787.p5} -> {07787.p6} 
+tr {07787.t3|07788.t1} : a7786 {07787.f} {07788.p1} -> {07788.p3} 
+tr {07788.e} {07788.p6} {07788.p3} -> {07788.p4-eats} 
+tr {07788.t} {07788.p2-thinks} -> {07788.p1} {07788.p5} 
+tr {07788.t0|07789.t4} : b7787 {07789.p4-eats} -> {07788.f} {07789.f} {07789.p2-thinks} 
+tr {07788.t2} {07788.f} {07788.p5} -> {07788.p6} 
+tr {07788.t3|07789.t1} : a7787 {07788.f} {07789.p1} -> {07789.p3} 
+tr {07789.e} {07789.p6} {07789.p3} -> {07789.p4-eats} 
+tr {07789.t} {07789.p2-thinks} -> {07789.p1} {07789.p5} 
+tr {07789.t0|07790.t4} : b7788 {07790.p4-eats} -> {07789.f} {07790.f} {07790.p2-thinks} 
+tr {07789.t2} {07789.f} {07789.p5} -> {07789.p6} 
+tr {07789.t3|07790.t1} : a7788 {07789.f} {07790.p1} -> {07790.p3} 
+tr {07790.e} {07790.p6} {07790.p3} -> {07790.p4-eats} 
+tr {07790.t} {07790.p2-thinks} -> {07790.p1} {07790.p5} 
+tr {07790.t0|07791.t4} : b7789 {07791.p4-eats} -> {07790.f} {07791.f} {07791.p2-thinks} 
+tr {07790.t2} {07790.f} {07790.p5} -> {07790.p6} 
+tr {07790.t3|07791.t1} : a7789 {07790.f} {07791.p1} -> {07791.p3} 
+tr {07791.e} {07791.p6} {07791.p3} -> {07791.p4-eats} 
+tr {07791.t} {07791.p2-thinks} -> {07791.p1} {07791.p5} 
+tr {07791.t0|07792.t4} : b7790 {07792.p4-eats} -> {07791.f} {07792.f} {07792.p2-thinks} 
+tr {07791.t2} {07791.f} {07791.p5} -> {07791.p6} 
+tr {07791.t3|07792.t1} : a7790 {07791.f} {07792.p1} -> {07792.p3} 
+tr {07792.e} {07792.p6} {07792.p3} -> {07792.p4-eats} 
+tr {07792.t} {07792.p2-thinks} -> {07792.p1} {07792.p5} 
+tr {07792.t0|07793.t4} : b7791 {07793.p4-eats} -> {07792.f} {07793.f} {07793.p2-thinks} 
+tr {07792.t2} {07792.f} {07792.p5} -> {07792.p6} 
+tr {07792.t3|07793.t1} : a7791 {07792.f} {07793.p1} -> {07793.p3} 
+tr {07793.e} {07793.p6} {07793.p3} -> {07793.p4-eats} 
+tr {07793.t} {07793.p2-thinks} -> {07793.p1} {07793.p5} 
+tr {07793.t0|07794.t4} : b7792 {07794.p4-eats} -> {07793.f} {07794.f} {07794.p2-thinks} 
+tr {07793.t2} {07793.f} {07793.p5} -> {07793.p6} 
+tr {07793.t3|07794.t1} : a7792 {07793.f} {07794.p1} -> {07794.p3} 
+tr {07794.e} {07794.p6} {07794.p3} -> {07794.p4-eats} 
+tr {07794.t} {07794.p2-thinks} -> {07794.p1} {07794.p5} 
+tr {07794.t0|07795.t4} : b7793 {07795.p4-eats} -> {07794.f} {07795.f} {07795.p2-thinks} 
+tr {07794.t2} {07794.f} {07794.p5} -> {07794.p6} 
+tr {07794.t3|07795.t1} : a7793 {07794.f} {07795.p1} -> {07795.p3} 
+tr {07795.e} {07795.p6} {07795.p3} -> {07795.p4-eats} 
+tr {07795.t} {07795.p2-thinks} -> {07795.p1} {07795.p5} 
+tr {07795.t0|07796.t4} : b7794 {07796.p4-eats} -> {07795.f} {07796.f} {07796.p2-thinks} 
+tr {07795.t2} {07795.f} {07795.p5} -> {07795.p6} 
+tr {07795.t3|07796.t1} : a7794 {07795.f} {07796.p1} -> {07796.p3} 
+tr {07796.e} {07796.p6} {07796.p3} -> {07796.p4-eats} 
+tr {07796.t} {07796.p2-thinks} -> {07796.p1} {07796.p5} 
+tr {07796.t0|07797.t4} : b7795 {07797.p4-eats} -> {07796.f} {07797.f} {07797.p2-thinks} 
+tr {07796.t2} {07796.f} {07796.p5} -> {07796.p6} 
+tr {07796.t3|07797.t1} : a7795 {07796.f} {07797.p1} -> {07797.p3} 
+tr {07797.e} {07797.p6} {07797.p3} -> {07797.p4-eats} 
+tr {07797.t} {07797.p2-thinks} -> {07797.p1} {07797.p5} 
+tr {07797.t0|07798.t4} : b7796 {07798.p4-eats} -> {07797.f} {07798.f} {07798.p2-thinks} 
+tr {07797.t2} {07797.f} {07797.p5} -> {07797.p6} 
+tr {07797.t3|07798.t1} : a7796 {07797.f} {07798.p1} -> {07798.p3} 
+tr {07798.e} {07798.p6} {07798.p3} -> {07798.p4-eats} 
+tr {07798.t} {07798.p2-thinks} -> {07798.p1} {07798.p5} 
+tr {07798.t0|07799.t4} : b7797 {07799.p4-eats} -> {07798.f} {07799.f} {07799.p2-thinks} 
+tr {07798.t2} {07798.f} {07798.p5} -> {07798.p6} 
+tr {07798.t3|07799.t1} : a7797 {07798.f} {07799.p1} -> {07799.p3} 
+tr {07799.e} {07799.p6} {07799.p3} -> {07799.p4-eats} 
+tr {07799.t} {07799.p2-thinks} -> {07799.p1} {07799.p5} 
+tr {07799.t0|07800.t4} : b7798 {07800.p4-eats} -> {07799.f} {07800.f} {07800.p2-thinks} 
+tr {07799.t2} {07799.f} {07799.p5} -> {07799.p6} 
+tr {07799.t3|07800.t1} : a7798 {07799.f} {07800.p1} -> {07800.p3} 
+tr {07800.e} {07800.p6} {07800.p3} -> {07800.p4-eats} 
+tr {07800.t} {07800.p2-thinks} -> {07800.p1} {07800.p5} 
+tr {07800.t0|07801.t4} : b7799 {07801.p4-eats} -> {07800.f} {07801.f} {07801.p2-thinks} 
+tr {07800.t2} {07800.f} {07800.p5} -> {07800.p6} 
+tr {07800.t3|07801.t1} : a7799 {07800.f} {07801.p1} -> {07801.p3} 
+tr {07801.e} {07801.p6} {07801.p3} -> {07801.p4-eats} 
+tr {07801.t} {07801.p2-thinks} -> {07801.p1} {07801.p5} 
+tr {07801.t0|07802.t4} : b7800 {07802.p4-eats} -> {07801.f} {07802.f} {07802.p2-thinks} 
+tr {07801.t2} {07801.f} {07801.p5} -> {07801.p6} 
+tr {07801.t3|07802.t1} : a7800 {07801.f} {07802.p1} -> {07802.p3} 
+tr {07802.e} {07802.p6} {07802.p3} -> {07802.p4-eats} 
+tr {07802.t} {07802.p2-thinks} -> {07802.p1} {07802.p5} 
+tr {07802.t0|07803.t4} : b7801 {07803.p4-eats} -> {07802.f} {07803.f} {07803.p2-thinks} 
+tr {07802.t2} {07802.f} {07802.p5} -> {07802.p6} 
+tr {07802.t3|07803.t1} : a7801 {07802.f} {07803.p1} -> {07803.p3} 
+tr {07803.e} {07803.p6} {07803.p3} -> {07803.p4-eats} 
+tr {07803.t} {07803.p2-thinks} -> {07803.p1} {07803.p5} 
+tr {07803.t0|07804.t4} : b7802 {07804.p4-eats} -> {07803.f} {07804.f} {07804.p2-thinks} 
+tr {07803.t2} {07803.f} {07803.p5} -> {07803.p6} 
+tr {07803.t3|07804.t1} : a7802 {07803.f} {07804.p1} -> {07804.p3} 
+tr {07804.e} {07804.p6} {07804.p3} -> {07804.p4-eats} 
+tr {07804.t} {07804.p2-thinks} -> {07804.p1} {07804.p5} 
+tr {07804.t0|07805.t4} : b7803 {07805.p4-eats} -> {07804.f} {07805.f} {07805.p2-thinks} 
+tr {07804.t2} {07804.f} {07804.p5} -> {07804.p6} 
+tr {07804.t3|07805.t1} : a7803 {07804.f} {07805.p1} -> {07805.p3} 
+tr {07805.e} {07805.p6} {07805.p3} -> {07805.p4-eats} 
+tr {07805.t} {07805.p2-thinks} -> {07805.p1} {07805.p5} 
+tr {07805.t0|07806.t4} : b7804 {07806.p4-eats} -> {07805.f} {07806.f} {07806.p2-thinks} 
+tr {07805.t2} {07805.f} {07805.p5} -> {07805.p6} 
+tr {07805.t3|07806.t1} : a7804 {07805.f} {07806.p1} -> {07806.p3} 
+tr {07806.e} {07806.p6} {07806.p3} -> {07806.p4-eats} 
+tr {07806.t} {07806.p2-thinks} -> {07806.p1} {07806.p5} 
+tr {07806.t0|07807.t4} : b7805 {07807.p4-eats} -> {07806.f} {07807.f} {07807.p2-thinks} 
+tr {07806.t2} {07806.f} {07806.p5} -> {07806.p6} 
+tr {07806.t3|07807.t1} : a7805 {07806.f} {07807.p1} -> {07807.p3} 
+tr {07807.e} {07807.p6} {07807.p3} -> {07807.p4-eats} 
+tr {07807.t} {07807.p2-thinks} -> {07807.p1} {07807.p5} 
+tr {07807.t0|07808.t4} : b7806 {07808.p4-eats} -> {07807.f} {07808.f} {07808.p2-thinks} 
+tr {07807.t2} {07807.f} {07807.p5} -> {07807.p6} 
+tr {07807.t3|07808.t1} : a7806 {07807.f} {07808.p1} -> {07808.p3} 
+tr {07808.e} {07808.p6} {07808.p3} -> {07808.p4-eats} 
+tr {07808.t} {07808.p2-thinks} -> {07808.p1} {07808.p5} 
+tr {07808.t0|07809.t4} : b7807 {07809.p4-eats} -> {07808.f} {07809.f} {07809.p2-thinks} 
+tr {07808.t2} {07808.f} {07808.p5} -> {07808.p6} 
+tr {07808.t3|07809.t1} : a7807 {07808.f} {07809.p1} -> {07809.p3} 
+tr {07809.e} {07809.p6} {07809.p3} -> {07809.p4-eats} 
+tr {07809.t} {07809.p2-thinks} -> {07809.p1} {07809.p5} 
+tr {07809.t0|07810.t4} : b7808 {07810.p4-eats} -> {07809.f} {07810.f} {07810.p2-thinks} 
+tr {07809.t2} {07809.f} {07809.p5} -> {07809.p6} 
+tr {07809.t3|07810.t1} : a7808 {07809.f} {07810.p1} -> {07810.p3} 
+tr {07810.e} {07810.p6} {07810.p3} -> {07810.p4-eats} 
+tr {07810.t} {07810.p2-thinks} -> {07810.p1} {07810.p5} 
+tr {07810.t0|07811.t4} : b7809 {07811.p4-eats} -> {07810.f} {07811.f} {07811.p2-thinks} 
+tr {07810.t2} {07810.f} {07810.p5} -> {07810.p6} 
+tr {07810.t3|07811.t1} : a7809 {07810.f} {07811.p1} -> {07811.p3} 
+tr {07811.e} {07811.p6} {07811.p3} -> {07811.p4-eats} 
+tr {07811.t} {07811.p2-thinks} -> {07811.p1} {07811.p5} 
+tr {07811.t0|07812.t4} : b7810 {07812.p4-eats} -> {07811.f} {07812.f} {07812.p2-thinks} 
+tr {07811.t2} {07811.f} {07811.p5} -> {07811.p6} 
+tr {07811.t3|07812.t1} : a7810 {07811.f} {07812.p1} -> {07812.p3} 
+tr {07812.e} {07812.p6} {07812.p3} -> {07812.p4-eats} 
+tr {07812.t} {07812.p2-thinks} -> {07812.p1} {07812.p5} 
+tr {07812.t0|07813.t4} : b7811 {07813.p4-eats} -> {07812.f} {07813.f} {07813.p2-thinks} 
+tr {07812.t2} {07812.f} {07812.p5} -> {07812.p6} 
+tr {07812.t3|07813.t1} : a7811 {07812.f} {07813.p1} -> {07813.p3} 
+tr {07813.e} {07813.p6} {07813.p3} -> {07813.p4-eats} 
+tr {07813.t} {07813.p2-thinks} -> {07813.p1} {07813.p5} 
+tr {07813.t0|07814.t4} : b7812 {07814.p4-eats} -> {07813.f} {07814.f} {07814.p2-thinks} 
+tr {07813.t2} {07813.f} {07813.p5} -> {07813.p6} 
+tr {07813.t3|07814.t1} : a7812 {07813.f} {07814.p1} -> {07814.p3} 
+tr {07814.e} {07814.p6} {07814.p3} -> {07814.p4-eats} 
+tr {07814.t} {07814.p2-thinks} -> {07814.p1} {07814.p5} 
+tr {07814.t0|07815.t4} : b7813 {07815.p4-eats} -> {07814.f} {07815.f} {07815.p2-thinks} 
+tr {07814.t2} {07814.f} {07814.p5} -> {07814.p6} 
+tr {07814.t3|07815.t1} : a7813 {07814.f} {07815.p1} -> {07815.p3} 
+tr {07815.e} {07815.p6} {07815.p3} -> {07815.p4-eats} 
+tr {07815.t} {07815.p2-thinks} -> {07815.p1} {07815.p5} 
+tr {07815.t0|07816.t4} : b7814 {07816.p4-eats} -> {07815.f} {07816.f} {07816.p2-thinks} 
+tr {07815.t2} {07815.f} {07815.p5} -> {07815.p6} 
+tr {07815.t3|07816.t1} : a7814 {07815.f} {07816.p1} -> {07816.p3} 
+tr {07816.e} {07816.p6} {07816.p3} -> {07816.p4-eats} 
+tr {07816.t} {07816.p2-thinks} -> {07816.p1} {07816.p5} 
+tr {07816.t0|07817.t4} : b7815 {07817.p4-eats} -> {07816.f} {07817.f} {07817.p2-thinks} 
+tr {07816.t2} {07816.f} {07816.p5} -> {07816.p6} 
+tr {07816.t3|07817.t1} : a7815 {07816.f} {07817.p1} -> {07817.p3} 
+tr {07817.e} {07817.p6} {07817.p3} -> {07817.p4-eats} 
+tr {07817.t} {07817.p2-thinks} -> {07817.p1} {07817.p5} 
+tr {07817.t0|07818.t4} : b7816 {07818.p4-eats} -> {07817.f} {07818.f} {07818.p2-thinks} 
+tr {07817.t2} {07817.f} {07817.p5} -> {07817.p6} 
+tr {07817.t3|07818.t1} : a7816 {07817.f} {07818.p1} -> {07818.p3} 
+tr {07818.e} {07818.p6} {07818.p3} -> {07818.p4-eats} 
+tr {07818.t} {07818.p2-thinks} -> {07818.p1} {07818.p5} 
+tr {07818.t0|07819.t4} : b7817 {07819.p4-eats} -> {07818.f} {07819.f} {07819.p2-thinks} 
+tr {07818.t2} {07818.f} {07818.p5} -> {07818.p6} 
+tr {07818.t3|07819.t1} : a7817 {07818.f} {07819.p1} -> {07819.p3} 
+tr {07819.e} {07819.p6} {07819.p3} -> {07819.p4-eats} 
+tr {07819.t} {07819.p2-thinks} -> {07819.p1} {07819.p5} 
+tr {07819.t0|07820.t4} : b7818 {07820.p4-eats} -> {07819.f} {07820.f} {07820.p2-thinks} 
+tr {07819.t2} {07819.f} {07819.p5} -> {07819.p6} 
+tr {07819.t3|07820.t1} : a7818 {07819.f} {07820.p1} -> {07820.p3} 
+tr {07820.e} {07820.p6} {07820.p3} -> {07820.p4-eats} 
+tr {07820.t} {07820.p2-thinks} -> {07820.p1} {07820.p5} 
+tr {07820.t0|07821.t4} : b7819 {07821.p4-eats} -> {07820.f} {07821.f} {07821.p2-thinks} 
+tr {07820.t2} {07820.f} {07820.p5} -> {07820.p6} 
+tr {07820.t3|07821.t1} : a7819 {07820.f} {07821.p1} -> {07821.p3} 
+tr {07821.e} {07821.p6} {07821.p3} -> {07821.p4-eats} 
+tr {07821.t} {07821.p2-thinks} -> {07821.p1} {07821.p5} 
+tr {07821.t0|07822.t4} : b7820 {07822.p4-eats} -> {07821.f} {07822.f} {07822.p2-thinks} 
+tr {07821.t2} {07821.f} {07821.p5} -> {07821.p6} 
+tr {07821.t3|07822.t1} : a7820 {07821.f} {07822.p1} -> {07822.p3} 
+tr {07822.e} {07822.p6} {07822.p3} -> {07822.p4-eats} 
+tr {07822.t} {07822.p2-thinks} -> {07822.p1} {07822.p5} 
+tr {07822.t0|07823.t4} : b7821 {07823.p4-eats} -> {07822.f} {07823.f} {07823.p2-thinks} 
+tr {07822.t2} {07822.f} {07822.p5} -> {07822.p6} 
+tr {07822.t3|07823.t1} : a7821 {07822.f} {07823.p1} -> {07823.p3} 
+tr {07823.e} {07823.p6} {07823.p3} -> {07823.p4-eats} 
+tr {07823.t} {07823.p2-thinks} -> {07823.p1} {07823.p5} 
+tr {07823.t0|07824.t4} : b7822 {07824.p4-eats} -> {07823.f} {07824.f} {07824.p2-thinks} 
+tr {07823.t2} {07823.f} {07823.p5} -> {07823.p6} 
+tr {07823.t3|07824.t1} : a7822 {07823.f} {07824.p1} -> {07824.p3} 
+tr {07824.e} {07824.p6} {07824.p3} -> {07824.p4-eats} 
+tr {07824.t} {07824.p2-thinks} -> {07824.p1} {07824.p5} 
+tr {07824.t0|07825.t4} : b7823 {07825.p4-eats} -> {07824.f} {07825.f} {07825.p2-thinks} 
+tr {07824.t2} {07824.f} {07824.p5} -> {07824.p6} 
+tr {07824.t3|07825.t1} : a7823 {07824.f} {07825.p1} -> {07825.p3} 
+tr {07825.e} {07825.p6} {07825.p3} -> {07825.p4-eats} 
+tr {07825.t} {07825.p2-thinks} -> {07825.p1} {07825.p5} 
+tr {07825.t0|07826.t4} : b7824 {07826.p4-eats} -> {07825.f} {07826.f} {07826.p2-thinks} 
+tr {07825.t2} {07825.f} {07825.p5} -> {07825.p6} 
+tr {07825.t3|07826.t1} : a7824 {07825.f} {07826.p1} -> {07826.p3} 
+tr {07826.e} {07826.p6} {07826.p3} -> {07826.p4-eats} 
+tr {07826.t} {07826.p2-thinks} -> {07826.p1} {07826.p5} 
+tr {07826.t0|07827.t4} : b7825 {07827.p4-eats} -> {07826.f} {07827.f} {07827.p2-thinks} 
+tr {07826.t2} {07826.f} {07826.p5} -> {07826.p6} 
+tr {07826.t3|07827.t1} : a7825 {07826.f} {07827.p1} -> {07827.p3} 
+tr {07827.e} {07827.p6} {07827.p3} -> {07827.p4-eats} 
+tr {07827.t} {07827.p2-thinks} -> {07827.p1} {07827.p5} 
+tr {07827.t0|07828.t4} : b7826 {07828.p4-eats} -> {07827.f} {07828.f} {07828.p2-thinks} 
+tr {07827.t2} {07827.f} {07827.p5} -> {07827.p6} 
+tr {07827.t3|07828.t1} : a7826 {07827.f} {07828.p1} -> {07828.p3} 
+tr {07828.e} {07828.p6} {07828.p3} -> {07828.p4-eats} 
+tr {07828.t} {07828.p2-thinks} -> {07828.p1} {07828.p5} 
+tr {07828.t0|07829.t4} : b7827 {07829.p4-eats} -> {07828.f} {07829.f} {07829.p2-thinks} 
+tr {07828.t2} {07828.f} {07828.p5} -> {07828.p6} 
+tr {07828.t3|07829.t1} : a7827 {07828.f} {07829.p1} -> {07829.p3} 
+tr {07829.e} {07829.p6} {07829.p3} -> {07829.p4-eats} 
+tr {07829.t} {07829.p2-thinks} -> {07829.p1} {07829.p5} 
+tr {07829.t0|07830.t4} : b7828 {07830.p4-eats} -> {07829.f} {07830.f} {07830.p2-thinks} 
+tr {07829.t2} {07829.f} {07829.p5} -> {07829.p6} 
+tr {07829.t3|07830.t1} : a7828 {07829.f} {07830.p1} -> {07830.p3} 
+tr {07830.e} {07830.p6} {07830.p3} -> {07830.p4-eats} 
+tr {07830.t} {07830.p2-thinks} -> {07830.p1} {07830.p5} 
+tr {07830.t0|07831.t4} : b7829 {07831.p4-eats} -> {07830.f} {07831.f} {07831.p2-thinks} 
+tr {07830.t2} {07830.f} {07830.p5} -> {07830.p6} 
+tr {07830.t3|07831.t1} : a7829 {07830.f} {07831.p1} -> {07831.p3} 
+tr {07831.e} {07831.p6} {07831.p3} -> {07831.p4-eats} 
+tr {07831.t} {07831.p2-thinks} -> {07831.p1} {07831.p5} 
+tr {07831.t0|07832.t4} : b7830 {07832.p4-eats} -> {07831.f} {07832.f} {07832.p2-thinks} 
+tr {07831.t2} {07831.f} {07831.p5} -> {07831.p6} 
+tr {07831.t3|07832.t1} : a7830 {07831.f} {07832.p1} -> {07832.p3} 
+tr {07832.e} {07832.p6} {07832.p3} -> {07832.p4-eats} 
+tr {07832.t} {07832.p2-thinks} -> {07832.p1} {07832.p5} 
+tr {07832.t0|07833.t4} : b7831 {07833.p4-eats} -> {07832.f} {07833.f} {07833.p2-thinks} 
+tr {07832.t2} {07832.f} {07832.p5} -> {07832.p6} 
+tr {07832.t3|07833.t1} : a7831 {07832.f} {07833.p1} -> {07833.p3} 
+tr {07833.e} {07833.p6} {07833.p3} -> {07833.p4-eats} 
+tr {07833.t} {07833.p2-thinks} -> {07833.p1} {07833.p5} 
+tr {07833.t0|07834.t4} : b7832 {07834.p4-eats} -> {07833.f} {07834.f} {07834.p2-thinks} 
+tr {07833.t2} {07833.f} {07833.p5} -> {07833.p6} 
+tr {07833.t3|07834.t1} : a7832 {07833.f} {07834.p1} -> {07834.p3} 
+tr {07834.e} {07834.p6} {07834.p3} -> {07834.p4-eats} 
+tr {07834.t} {07834.p2-thinks} -> {07834.p1} {07834.p5} 
+tr {07834.t0|07835.t4} : b7833 {07835.p4-eats} -> {07834.f} {07835.f} {07835.p2-thinks} 
+tr {07834.t2} {07834.f} {07834.p5} -> {07834.p6} 
+tr {07834.t3|07835.t1} : a7833 {07834.f} {07835.p1} -> {07835.p3} 
+tr {07835.e} {07835.p6} {07835.p3} -> {07835.p4-eats} 
+tr {07835.t} {07835.p2-thinks} -> {07835.p1} {07835.p5} 
+tr {07835.t0|07836.t4} : b7834 {07836.p4-eats} -> {07835.f} {07836.f} {07836.p2-thinks} 
+tr {07835.t2} {07835.f} {07835.p5} -> {07835.p6} 
+tr {07835.t3|07836.t1} : a7834 {07835.f} {07836.p1} -> {07836.p3} 
+tr {07836.e} {07836.p6} {07836.p3} -> {07836.p4-eats} 
+tr {07836.t} {07836.p2-thinks} -> {07836.p1} {07836.p5} 
+tr {07836.t0|07837.t4} : b7835 {07837.p4-eats} -> {07836.f} {07837.f} {07837.p2-thinks} 
+tr {07836.t2} {07836.f} {07836.p5} -> {07836.p6} 
+tr {07836.t3|07837.t1} : a7835 {07836.f} {07837.p1} -> {07837.p3} 
+tr {07837.e} {07837.p6} {07837.p3} -> {07837.p4-eats} 
+tr {07837.t} {07837.p2-thinks} -> {07837.p1} {07837.p5} 
+tr {07837.t0|07838.t4} : b7836 {07838.p4-eats} -> {07837.f} {07838.f} {07838.p2-thinks} 
+tr {07837.t2} {07837.f} {07837.p5} -> {07837.p6} 
+tr {07837.t3|07838.t1} : a7836 {07837.f} {07838.p1} -> {07838.p3} 
+tr {07838.e} {07838.p6} {07838.p3} -> {07838.p4-eats} 
+tr {07838.t} {07838.p2-thinks} -> {07838.p1} {07838.p5} 
+tr {07838.t0|07839.t4} : b7837 {07839.p4-eats} -> {07838.f} {07839.f} {07839.p2-thinks} 
+tr {07838.t2} {07838.f} {07838.p5} -> {07838.p6} 
+tr {07838.t3|07839.t1} : a7837 {07838.f} {07839.p1} -> {07839.p3} 
+tr {07839.e} {07839.p6} {07839.p3} -> {07839.p4-eats} 
+tr {07839.t} {07839.p2-thinks} -> {07839.p1} {07839.p5} 
+tr {07839.t0|07840.t4} : b7838 {07840.p4-eats} -> {07839.f} {07840.f} {07840.p2-thinks} 
+tr {07839.t2} {07839.f} {07839.p5} -> {07839.p6} 
+tr {07839.t3|07840.t1} : a7838 {07839.f} {07840.p1} -> {07840.p3} 
+tr {07840.e} {07840.p6} {07840.p3} -> {07840.p4-eats} 
+tr {07840.t} {07840.p2-thinks} -> {07840.p1} {07840.p5} 
+tr {07840.t0|07841.t4} : b7839 {07841.p4-eats} -> {07840.f} {07841.f} {07841.p2-thinks} 
+tr {07840.t2} {07840.f} {07840.p5} -> {07840.p6} 
+tr {07840.t3|07841.t1} : a7839 {07840.f} {07841.p1} -> {07841.p3} 
+tr {07841.e} {07841.p6} {07841.p3} -> {07841.p4-eats} 
+tr {07841.t} {07841.p2-thinks} -> {07841.p1} {07841.p5} 
+tr {07841.t0|07842.t4} : b7840 {07842.p4-eats} -> {07841.f} {07842.f} {07842.p2-thinks} 
+tr {07841.t2} {07841.f} {07841.p5} -> {07841.p6} 
+tr {07841.t3|07842.t1} : a7840 {07841.f} {07842.p1} -> {07842.p3} 
+tr {07842.e} {07842.p6} {07842.p3} -> {07842.p4-eats} 
+tr {07842.t} {07842.p2-thinks} -> {07842.p1} {07842.p5} 
+tr {07842.t0|07843.t4} : b7841 {07843.p4-eats} -> {07842.f} {07843.f} {07843.p2-thinks} 
+tr {07842.t2} {07842.f} {07842.p5} -> {07842.p6} 
+tr {07842.t3|07843.t1} : a7841 {07842.f} {07843.p1} -> {07843.p3} 
+tr {07843.e} {07843.p6} {07843.p3} -> {07843.p4-eats} 
+tr {07843.t} {07843.p2-thinks} -> {07843.p1} {07843.p5} 
+tr {07843.t0|07844.t4} : b7842 {07844.p4-eats} -> {07843.f} {07844.f} {07844.p2-thinks} 
+tr {07843.t2} {07843.f} {07843.p5} -> {07843.p6} 
+tr {07843.t3|07844.t1} : a7842 {07843.f} {07844.p1} -> {07844.p3} 
+tr {07844.e} {07844.p6} {07844.p3} -> {07844.p4-eats} 
+tr {07844.t} {07844.p2-thinks} -> {07844.p1} {07844.p5} 
+tr {07844.t0|07845.t4} : b7843 {07845.p4-eats} -> {07844.f} {07845.f} {07845.p2-thinks} 
+tr {07844.t2} {07844.f} {07844.p5} -> {07844.p6} 
+tr {07844.t3|07845.t1} : a7843 {07844.f} {07845.p1} -> {07845.p3} 
+tr {07845.e} {07845.p6} {07845.p3} -> {07845.p4-eats} 
+tr {07845.t} {07845.p2-thinks} -> {07845.p1} {07845.p5} 
+tr {07845.t0|07846.t4} : b7844 {07846.p4-eats} -> {07845.f} {07846.f} {07846.p2-thinks} 
+tr {07845.t2} {07845.f} {07845.p5} -> {07845.p6} 
+tr {07845.t3|07846.t1} : a7844 {07845.f} {07846.p1} -> {07846.p3} 
+tr {07846.e} {07846.p6} {07846.p3} -> {07846.p4-eats} 
+tr {07846.t} {07846.p2-thinks} -> {07846.p1} {07846.p5} 
+tr {07846.t0|07847.t4} : b7845 {07847.p4-eats} -> {07846.f} {07847.f} {07847.p2-thinks} 
+tr {07846.t2} {07846.f} {07846.p5} -> {07846.p6} 
+tr {07846.t3|07847.t1} : a7845 {07846.f} {07847.p1} -> {07847.p3} 
+tr {07847.e} {07847.p6} {07847.p3} -> {07847.p4-eats} 
+tr {07847.t} {07847.p2-thinks} -> {07847.p1} {07847.p5} 
+tr {07847.t0|07848.t4} : b7846 {07848.p4-eats} -> {07847.f} {07848.f} {07848.p2-thinks} 
+tr {07847.t2} {07847.f} {07847.p5} -> {07847.p6} 
+tr {07847.t3|07848.t1} : a7846 {07847.f} {07848.p1} -> {07848.p3} 
+tr {07848.e} {07848.p6} {07848.p3} -> {07848.p4-eats} 
+tr {07848.t} {07848.p2-thinks} -> {07848.p1} {07848.p5} 
+tr {07848.t0|07849.t4} : b7847 {07849.p4-eats} -> {07848.f} {07849.f} {07849.p2-thinks} 
+tr {07848.t2} {07848.f} {07848.p5} -> {07848.p6} 
+tr {07848.t3|07849.t1} : a7847 {07848.f} {07849.p1} -> {07849.p3} 
+tr {07849.e} {07849.p6} {07849.p3} -> {07849.p4-eats} 
+tr {07849.t} {07849.p2-thinks} -> {07849.p1} {07849.p5} 
+tr {07849.t0|07850.t4} : b7848 {07850.p4-eats} -> {07849.f} {07850.f} {07850.p2-thinks} 
+tr {07849.t2} {07849.f} {07849.p5} -> {07849.p6} 
+tr {07849.t3|07850.t1} : a7848 {07849.f} {07850.p1} -> {07850.p3} 
+tr {07850.e} {07850.p6} {07850.p3} -> {07850.p4-eats} 
+tr {07850.t} {07850.p2-thinks} -> {07850.p1} {07850.p5} 
+tr {07850.t0|07851.t4} : b7849 {07851.p4-eats} -> {07850.f} {07851.f} {07851.p2-thinks} 
+tr {07850.t2} {07850.f} {07850.p5} -> {07850.p6} 
+tr {07850.t3|07851.t1} : a7849 {07850.f} {07851.p1} -> {07851.p3} 
+tr {07851.e} {07851.p6} {07851.p3} -> {07851.p4-eats} 
+tr {07851.t} {07851.p2-thinks} -> {07851.p1} {07851.p5} 
+tr {07851.t0|07852.t4} : b7850 {07852.p4-eats} -> {07851.f} {07852.f} {07852.p2-thinks} 
+tr {07851.t2} {07851.f} {07851.p5} -> {07851.p6} 
+tr {07851.t3|07852.t1} : a7850 {07851.f} {07852.p1} -> {07852.p3} 
+tr {07852.e} {07852.p6} {07852.p3} -> {07852.p4-eats} 
+tr {07852.t} {07852.p2-thinks} -> {07852.p1} {07852.p5} 
+tr {07852.t0|07853.t4} : b7851 {07853.p4-eats} -> {07852.f} {07853.f} {07853.p2-thinks} 
+tr {07852.t2} {07852.f} {07852.p5} -> {07852.p6} 
+tr {07852.t3|07853.t1} : a7851 {07852.f} {07853.p1} -> {07853.p3} 
+tr {07853.e} {07853.p6} {07853.p3} -> {07853.p4-eats} 
+tr {07853.t} {07853.p2-thinks} -> {07853.p1} {07853.p5} 
+tr {07853.t0|07854.t4} : b7852 {07854.p4-eats} -> {07853.f} {07854.f} {07854.p2-thinks} 
+tr {07853.t2} {07853.f} {07853.p5} -> {07853.p6} 
+tr {07853.t3|07854.t1} : a7852 {07853.f} {07854.p1} -> {07854.p3} 
+tr {07854.e} {07854.p6} {07854.p3} -> {07854.p4-eats} 
+tr {07854.t} {07854.p2-thinks} -> {07854.p1} {07854.p5} 
+tr {07854.t0|07855.t4} : b7853 {07855.p4-eats} -> {07854.f} {07855.f} {07855.p2-thinks} 
+tr {07854.t2} {07854.f} {07854.p5} -> {07854.p6} 
+tr {07854.t3|07855.t1} : a7853 {07854.f} {07855.p1} -> {07855.p3} 
+tr {07855.e} {07855.p6} {07855.p3} -> {07855.p4-eats} 
+tr {07855.t} {07855.p2-thinks} -> {07855.p1} {07855.p5} 
+tr {07855.t0|07856.t4} : b7854 {07856.p4-eats} -> {07855.f} {07856.f} {07856.p2-thinks} 
+tr {07855.t2} {07855.f} {07855.p5} -> {07855.p6} 
+tr {07855.t3|07856.t1} : a7854 {07855.f} {07856.p1} -> {07856.p3} 
+tr {07856.e} {07856.p6} {07856.p3} -> {07856.p4-eats} 
+tr {07856.t} {07856.p2-thinks} -> {07856.p1} {07856.p5} 
+tr {07856.t0|07857.t4} : b7855 {07857.p4-eats} -> {07856.f} {07857.f} {07857.p2-thinks} 
+tr {07856.t2} {07856.f} {07856.p5} -> {07856.p6} 
+tr {07856.t3|07857.t1} : a7855 {07856.f} {07857.p1} -> {07857.p3} 
+tr {07857.e} {07857.p6} {07857.p3} -> {07857.p4-eats} 
+tr {07857.t} {07857.p2-thinks} -> {07857.p1} {07857.p5} 
+tr {07857.t0|07858.t4} : b7856 {07858.p4-eats} -> {07857.f} {07858.f} {07858.p2-thinks} 
+tr {07857.t2} {07857.f} {07857.p5} -> {07857.p6} 
+tr {07857.t3|07858.t1} : a7856 {07857.f} {07858.p1} -> {07858.p3} 
+tr {07858.e} {07858.p6} {07858.p3} -> {07858.p4-eats} 
+tr {07858.t} {07858.p2-thinks} -> {07858.p1} {07858.p5} 
+tr {07858.t0|07859.t4} : b7857 {07859.p4-eats} -> {07858.f} {07859.f} {07859.p2-thinks} 
+tr {07858.t2} {07858.f} {07858.p5} -> {07858.p6} 
+tr {07858.t3|07859.t1} : a7857 {07858.f} {07859.p1} -> {07859.p3} 
+tr {07859.e} {07859.p6} {07859.p3} -> {07859.p4-eats} 
+tr {07859.t} {07859.p2-thinks} -> {07859.p1} {07859.p5} 
+tr {07859.t0|07860.t4} : b7858 {07860.p4-eats} -> {07859.f} {07860.f} {07860.p2-thinks} 
+tr {07859.t2} {07859.f} {07859.p5} -> {07859.p6} 
+tr {07859.t3|07860.t1} : a7858 {07859.f} {07860.p1} -> {07860.p3} 
+tr {07860.e} {07860.p6} {07860.p3} -> {07860.p4-eats} 
+tr {07860.t} {07860.p2-thinks} -> {07860.p1} {07860.p5} 
+tr {07860.t0|07861.t4} : b7859 {07861.p4-eats} -> {07860.f} {07861.f} {07861.p2-thinks} 
+tr {07860.t2} {07860.f} {07860.p5} -> {07860.p6} 
+tr {07860.t3|07861.t1} : a7859 {07860.f} {07861.p1} -> {07861.p3} 
+tr {07861.e} {07861.p6} {07861.p3} -> {07861.p4-eats} 
+tr {07861.t} {07861.p2-thinks} -> {07861.p1} {07861.p5} 
+tr {07861.t0|07862.t4} : b7860 {07862.p4-eats} -> {07861.f} {07862.f} {07862.p2-thinks} 
+tr {07861.t2} {07861.f} {07861.p5} -> {07861.p6} 
+tr {07861.t3|07862.t1} : a7860 {07861.f} {07862.p1} -> {07862.p3} 
+tr {07862.e} {07862.p6} {07862.p3} -> {07862.p4-eats} 
+tr {07862.t} {07862.p2-thinks} -> {07862.p1} {07862.p5} 
+tr {07862.t0|07863.t4} : b7861 {07863.p4-eats} -> {07862.f} {07863.f} {07863.p2-thinks} 
+tr {07862.t2} {07862.f} {07862.p5} -> {07862.p6} 
+tr {07862.t3|07863.t1} : a7861 {07862.f} {07863.p1} -> {07863.p3} 
+tr {07863.e} {07863.p6} {07863.p3} -> {07863.p4-eats} 
+tr {07863.t} {07863.p2-thinks} -> {07863.p1} {07863.p5} 
+tr {07863.t0|07864.t4} : b7862 {07864.p4-eats} -> {07863.f} {07864.f} {07864.p2-thinks} 
+tr {07863.t2} {07863.f} {07863.p5} -> {07863.p6} 
+tr {07863.t3|07864.t1} : a7862 {07863.f} {07864.p1} -> {07864.p3} 
+tr {07864.e} {07864.p6} {07864.p3} -> {07864.p4-eats} 
+tr {07864.t} {07864.p2-thinks} -> {07864.p1} {07864.p5} 
+tr {07864.t0|07865.t4} : b7863 {07865.p4-eats} -> {07864.f} {07865.f} {07865.p2-thinks} 
+tr {07864.t2} {07864.f} {07864.p5} -> {07864.p6} 
+tr {07864.t3|07865.t1} : a7863 {07864.f} {07865.p1} -> {07865.p3} 
+tr {07865.e} {07865.p6} {07865.p3} -> {07865.p4-eats} 
+tr {07865.t} {07865.p2-thinks} -> {07865.p1} {07865.p5} 
+tr {07865.t0|07866.t4} : b7864 {07866.p4-eats} -> {07865.f} {07866.f} {07866.p2-thinks} 
+tr {07865.t2} {07865.f} {07865.p5} -> {07865.p6} 
+tr {07865.t3|07866.t1} : a7864 {07865.f} {07866.p1} -> {07866.p3} 
+tr {07866.e} {07866.p6} {07866.p3} -> {07866.p4-eats} 
+tr {07866.t} {07866.p2-thinks} -> {07866.p1} {07866.p5} 
+tr {07866.t0|07867.t4} : b7865 {07867.p4-eats} -> {07866.f} {07867.f} {07867.p2-thinks} 
+tr {07866.t2} {07866.f} {07866.p5} -> {07866.p6} 
+tr {07866.t3|07867.t1} : a7865 {07866.f} {07867.p1} -> {07867.p3} 
+tr {07867.e} {07867.p6} {07867.p3} -> {07867.p4-eats} 
+tr {07867.t} {07867.p2-thinks} -> {07867.p1} {07867.p5} 
+tr {07867.t0|07868.t4} : b7866 {07868.p4-eats} -> {07867.f} {07868.f} {07868.p2-thinks} 
+tr {07867.t2} {07867.f} {07867.p5} -> {07867.p6} 
+tr {07867.t3|07868.t1} : a7866 {07867.f} {07868.p1} -> {07868.p3} 
+tr {07868.e} {07868.p6} {07868.p3} -> {07868.p4-eats} 
+tr {07868.t} {07868.p2-thinks} -> {07868.p1} {07868.p5} 
+tr {07868.t0|07869.t4} : b7867 {07869.p4-eats} -> {07868.f} {07869.f} {07869.p2-thinks} 
+tr {07868.t2} {07868.f} {07868.p5} -> {07868.p6} 
+tr {07868.t3|07869.t1} : a7867 {07868.f} {07869.p1} -> {07869.p3} 
+tr {07869.e} {07869.p6} {07869.p3} -> {07869.p4-eats} 
+tr {07869.t} {07869.p2-thinks} -> {07869.p1} {07869.p5} 
+tr {07869.t0|07870.t4} : b7868 {07870.p4-eats} -> {07869.f} {07870.f} {07870.p2-thinks} 
+tr {07869.t2} {07869.f} {07869.p5} -> {07869.p6} 
+tr {07869.t3|07870.t1} : a7868 {07869.f} {07870.p1} -> {07870.p3} 
+tr {07870.e} {07870.p6} {07870.p3} -> {07870.p4-eats} 
+tr {07870.t} {07870.p2-thinks} -> {07870.p1} {07870.p5} 
+tr {07870.t0|07871.t4} : b7869 {07871.p4-eats} -> {07870.f} {07871.f} {07871.p2-thinks} 
+tr {07870.t2} {07870.f} {07870.p5} -> {07870.p6} 
+tr {07870.t3|07871.t1} : a7869 {07870.f} {07871.p1} -> {07871.p3} 
+tr {07871.e} {07871.p6} {07871.p3} -> {07871.p4-eats} 
+tr {07871.t} {07871.p2-thinks} -> {07871.p1} {07871.p5} 
+tr {07871.t0|07872.t4} : b7870 {07872.p4-eats} -> {07871.f} {07872.f} {07872.p2-thinks} 
+tr {07871.t2} {07871.f} {07871.p5} -> {07871.p6} 
+tr {07871.t3|07872.t1} : a7870 {07871.f} {07872.p1} -> {07872.p3} 
+tr {07872.e} {07872.p6} {07872.p3} -> {07872.p4-eats} 
+tr {07872.t} {07872.p2-thinks} -> {07872.p1} {07872.p5} 
+tr {07872.t0|07873.t4} : b7871 {07873.p4-eats} -> {07872.f} {07873.f} {07873.p2-thinks} 
+tr {07872.t2} {07872.f} {07872.p5} -> {07872.p6} 
+tr {07872.t3|07873.t1} : a7871 {07872.f} {07873.p1} -> {07873.p3} 
+tr {07873.e} {07873.p6} {07873.p3} -> {07873.p4-eats} 
+tr {07873.t} {07873.p2-thinks} -> {07873.p1} {07873.p5} 
+tr {07873.t0|07874.t4} : b7872 {07874.p4-eats} -> {07873.f} {07874.f} {07874.p2-thinks} 
+tr {07873.t2} {07873.f} {07873.p5} -> {07873.p6} 
+tr {07873.t3|07874.t1} : a7872 {07873.f} {07874.p1} -> {07874.p3} 
+tr {07874.e} {07874.p6} {07874.p3} -> {07874.p4-eats} 
+tr {07874.t} {07874.p2-thinks} -> {07874.p1} {07874.p5} 
+tr {07874.t0|07875.t4} : b7873 {07875.p4-eats} -> {07874.f} {07875.f} {07875.p2-thinks} 
+tr {07874.t2} {07874.f} {07874.p5} -> {07874.p6} 
+tr {07874.t3|07875.t1} : a7873 {07874.f} {07875.p1} -> {07875.p3} 
+tr {07875.e} {07875.p6} {07875.p3} -> {07875.p4-eats} 
+tr {07875.t} {07875.p2-thinks} -> {07875.p1} {07875.p5} 
+tr {07875.t0|07876.t4} : b7874 {07876.p4-eats} -> {07875.f} {07876.f} {07876.p2-thinks} 
+tr {07875.t2} {07875.f} {07875.p5} -> {07875.p6} 
+tr {07875.t3|07876.t1} : a7874 {07875.f} {07876.p1} -> {07876.p3} 
+tr {07876.e} {07876.p6} {07876.p3} -> {07876.p4-eats} 
+tr {07876.t} {07876.p2-thinks} -> {07876.p1} {07876.p5} 
+tr {07876.t0|07877.t4} : b7875 {07877.p4-eats} -> {07876.f} {07877.f} {07877.p2-thinks} 
+tr {07876.t2} {07876.f} {07876.p5} -> {07876.p6} 
+tr {07876.t3|07877.t1} : a7875 {07876.f} {07877.p1} -> {07877.p3} 
+tr {07877.e} {07877.p6} {07877.p3} -> {07877.p4-eats} 
+tr {07877.t} {07877.p2-thinks} -> {07877.p1} {07877.p5} 
+tr {07877.t0|07878.t4} : b7876 {07878.p4-eats} -> {07877.f} {07878.f} {07878.p2-thinks} 
+tr {07877.t2} {07877.f} {07877.p5} -> {07877.p6} 
+tr {07877.t3|07878.t1} : a7876 {07877.f} {07878.p1} -> {07878.p3} 
+tr {07878.e} {07878.p6} {07878.p3} -> {07878.p4-eats} 
+tr {07878.t} {07878.p2-thinks} -> {07878.p1} {07878.p5} 
+tr {07878.t0|07879.t4} : b7877 {07879.p4-eats} -> {07878.f} {07879.f} {07879.p2-thinks} 
+tr {07878.t2} {07878.f} {07878.p5} -> {07878.p6} 
+tr {07878.t3|07879.t1} : a7877 {07878.f} {07879.p1} -> {07879.p3} 
+tr {07879.e} {07879.p6} {07879.p3} -> {07879.p4-eats} 
+tr {07879.t} {07879.p2-thinks} -> {07879.p1} {07879.p5} 
+tr {07879.t0|07880.t4} : b7878 {07880.p4-eats} -> {07879.f} {07880.f} {07880.p2-thinks} 
+tr {07879.t2} {07879.f} {07879.p5} -> {07879.p6} 
+tr {07879.t3|07880.t1} : a7878 {07879.f} {07880.p1} -> {07880.p3} 
+tr {07880.e} {07880.p6} {07880.p3} -> {07880.p4-eats} 
+tr {07880.t} {07880.p2-thinks} -> {07880.p1} {07880.p5} 
+tr {07880.t0|07881.t4} : b7879 {07881.p4-eats} -> {07880.f} {07881.f} {07881.p2-thinks} 
+tr {07880.t2} {07880.f} {07880.p5} -> {07880.p6} 
+tr {07880.t3|07881.t1} : a7879 {07880.f} {07881.p1} -> {07881.p3} 
+tr {07881.e} {07881.p6} {07881.p3} -> {07881.p4-eats} 
+tr {07881.t} {07881.p2-thinks} -> {07881.p1} {07881.p5} 
+tr {07881.t0|07882.t4} : b7880 {07882.p4-eats} -> {07881.f} {07882.f} {07882.p2-thinks} 
+tr {07881.t2} {07881.f} {07881.p5} -> {07881.p6} 
+tr {07881.t3|07882.t1} : a7880 {07881.f} {07882.p1} -> {07882.p3} 
+tr {07882.e} {07882.p6} {07882.p3} -> {07882.p4-eats} 
+tr {07882.t} {07882.p2-thinks} -> {07882.p1} {07882.p5} 
+tr {07882.t0|07883.t4} : b7881 {07883.p4-eats} -> {07882.f} {07883.f} {07883.p2-thinks} 
+tr {07882.t2} {07882.f} {07882.p5} -> {07882.p6} 
+tr {07882.t3|07883.t1} : a7881 {07882.f} {07883.p1} -> {07883.p3} 
+tr {07883.e} {07883.p6} {07883.p3} -> {07883.p4-eats} 
+tr {07883.t} {07883.p2-thinks} -> {07883.p1} {07883.p5} 
+tr {07883.t0|07884.t4} : b7882 {07884.p4-eats} -> {07883.f} {07884.f} {07884.p2-thinks} 
+tr {07883.t2} {07883.f} {07883.p5} -> {07883.p6} 
+tr {07883.t3|07884.t1} : a7882 {07883.f} {07884.p1} -> {07884.p3} 
+tr {07884.e} {07884.p6} {07884.p3} -> {07884.p4-eats} 
+tr {07884.t} {07884.p2-thinks} -> {07884.p1} {07884.p5} 
+tr {07884.t0|07885.t4} : b7883 {07885.p4-eats} -> {07884.f} {07885.f} {07885.p2-thinks} 
+tr {07884.t2} {07884.f} {07884.p5} -> {07884.p6} 
+tr {07884.t3|07885.t1} : a7883 {07884.f} {07885.p1} -> {07885.p3} 
+tr {07885.e} {07885.p6} {07885.p3} -> {07885.p4-eats} 
+tr {07885.t} {07885.p2-thinks} -> {07885.p1} {07885.p5} 
+tr {07885.t0|07886.t4} : b7884 {07886.p4-eats} -> {07885.f} {07886.f} {07886.p2-thinks} 
+tr {07885.t2} {07885.f} {07885.p5} -> {07885.p6} 
+tr {07885.t3|07886.t1} : a7884 {07885.f} {07886.p1} -> {07886.p3} 
+tr {07886.e} {07886.p6} {07886.p3} -> {07886.p4-eats} 
+tr {07886.t} {07886.p2-thinks} -> {07886.p1} {07886.p5} 
+tr {07886.t0|07887.t4} : b7885 {07887.p4-eats} -> {07886.f} {07887.f} {07887.p2-thinks} 
+tr {07886.t2} {07886.f} {07886.p5} -> {07886.p6} 
+tr {07886.t3|07887.t1} : a7885 {07886.f} {07887.p1} -> {07887.p3} 
+tr {07887.e} {07887.p6} {07887.p3} -> {07887.p4-eats} 
+tr {07887.t} {07887.p2-thinks} -> {07887.p1} {07887.p5} 
+tr {07887.t0|07888.t4} : b7886 {07888.p4-eats} -> {07887.f} {07888.f} {07888.p2-thinks} 
+tr {07887.t2} {07887.f} {07887.p5} -> {07887.p6} 
+tr {07887.t3|07888.t1} : a7886 {07887.f} {07888.p1} -> {07888.p3} 
+tr {07888.e} {07888.p6} {07888.p3} -> {07888.p4-eats} 
+tr {07888.t} {07888.p2-thinks} -> {07888.p1} {07888.p5} 
+tr {07888.t0|07889.t4} : b7887 {07889.p4-eats} -> {07888.f} {07889.f} {07889.p2-thinks} 
+tr {07888.t2} {07888.f} {07888.p5} -> {07888.p6} 
+tr {07888.t3|07889.t1} : a7887 {07888.f} {07889.p1} -> {07889.p3} 
+tr {07889.e} {07889.p6} {07889.p3} -> {07889.p4-eats} 
+tr {07889.t} {07889.p2-thinks} -> {07889.p1} {07889.p5} 
+tr {07889.t0|07890.t4} : b7888 {07890.p4-eats} -> {07889.f} {07890.f} {07890.p2-thinks} 
+tr {07889.t2} {07889.f} {07889.p5} -> {07889.p6} 
+tr {07889.t3|07890.t1} : a7888 {07889.f} {07890.p1} -> {07890.p3} 
+tr {07890.e} {07890.p6} {07890.p3} -> {07890.p4-eats} 
+tr {07890.t} {07890.p2-thinks} -> {07890.p1} {07890.p5} 
+tr {07890.t0|07891.t4} : b7889 {07891.p4-eats} -> {07890.f} {07891.f} {07891.p2-thinks} 
+tr {07890.t2} {07890.f} {07890.p5} -> {07890.p6} 
+tr {07890.t3|07891.t1} : a7889 {07890.f} {07891.p1} -> {07891.p3} 
+tr {07891.e} {07891.p6} {07891.p3} -> {07891.p4-eats} 
+tr {07891.t} {07891.p2-thinks} -> {07891.p1} {07891.p5} 
+tr {07891.t0|07892.t4} : b7890 {07892.p4-eats} -> {07891.f} {07892.f} {07892.p2-thinks} 
+tr {07891.t2} {07891.f} {07891.p5} -> {07891.p6} 
+tr {07891.t3|07892.t1} : a7890 {07891.f} {07892.p1} -> {07892.p3} 
+tr {07892.e} {07892.p6} {07892.p3} -> {07892.p4-eats} 
+tr {07892.t} {07892.p2-thinks} -> {07892.p1} {07892.p5} 
+tr {07892.t0|07893.t4} : b7891 {07893.p4-eats} -> {07892.f} {07893.f} {07893.p2-thinks} 
+tr {07892.t2} {07892.f} {07892.p5} -> {07892.p6} 
+tr {07892.t3|07893.t1} : a7891 {07892.f} {07893.p1} -> {07893.p3} 
+tr {07893.e} {07893.p6} {07893.p3} -> {07893.p4-eats} 
+tr {07893.t} {07893.p2-thinks} -> {07893.p1} {07893.p5} 
+tr {07893.t0|07894.t4} : b7892 {07894.p4-eats} -> {07893.f} {07894.f} {07894.p2-thinks} 
+tr {07893.t2} {07893.f} {07893.p5} -> {07893.p6} 
+tr {07893.t3|07894.t1} : a7892 {07893.f} {07894.p1} -> {07894.p3} 
+tr {07894.e} {07894.p6} {07894.p3} -> {07894.p4-eats} 
+tr {07894.t} {07894.p2-thinks} -> {07894.p1} {07894.p5} 
+tr {07894.t0|07895.t4} : b7893 {07895.p4-eats} -> {07894.f} {07895.f} {07895.p2-thinks} 
+tr {07894.t2} {07894.f} {07894.p5} -> {07894.p6} 
+tr {07894.t3|07895.t1} : a7893 {07894.f} {07895.p1} -> {07895.p3} 
+tr {07895.e} {07895.p6} {07895.p3} -> {07895.p4-eats} 
+tr {07895.t} {07895.p2-thinks} -> {07895.p1} {07895.p5} 
+tr {07895.t0|07896.t4} : b7894 {07896.p4-eats} -> {07895.f} {07896.f} {07896.p2-thinks} 
+tr {07895.t2} {07895.f} {07895.p5} -> {07895.p6} 
+tr {07895.t3|07896.t1} : a7894 {07895.f} {07896.p1} -> {07896.p3} 
+tr {07896.e} {07896.p6} {07896.p3} -> {07896.p4-eats} 
+tr {07896.t} {07896.p2-thinks} -> {07896.p1} {07896.p5} 
+tr {07896.t0|07897.t4} : b7895 {07897.p4-eats} -> {07896.f} {07897.f} {07897.p2-thinks} 
+tr {07896.t2} {07896.f} {07896.p5} -> {07896.p6} 
+tr {07896.t3|07897.t1} : a7895 {07896.f} {07897.p1} -> {07897.p3} 
+tr {07897.e} {07897.p6} {07897.p3} -> {07897.p4-eats} 
+tr {07897.t} {07897.p2-thinks} -> {07897.p1} {07897.p5} 
+tr {07897.t0|07898.t4} : b7896 {07898.p4-eats} -> {07897.f} {07898.f} {07898.p2-thinks} 
+tr {07897.t2} {07897.f} {07897.p5} -> {07897.p6} 
+tr {07897.t3|07898.t1} : a7896 {07897.f} {07898.p1} -> {07898.p3} 
+tr {07898.e} {07898.p6} {07898.p3} -> {07898.p4-eats} 
+tr {07898.t} {07898.p2-thinks} -> {07898.p1} {07898.p5} 
+tr {07898.t0|07899.t4} : b7897 {07899.p4-eats} -> {07898.f} {07899.f} {07899.p2-thinks} 
+tr {07898.t2} {07898.f} {07898.p5} -> {07898.p6} 
+tr {07898.t3|07899.t1} : a7897 {07898.f} {07899.p1} -> {07899.p3} 
+tr {07899.e} {07899.p6} {07899.p3} -> {07899.p4-eats} 
+tr {07899.t} {07899.p2-thinks} -> {07899.p1} {07899.p5} 
+tr {07899.t0|07900.t4} : b7898 {07900.p4-eats} -> {07899.f} {07900.f} {07900.p2-thinks} 
+tr {07899.t2} {07899.f} {07899.p5} -> {07899.p6} 
+tr {07899.t3|07900.t1} : a7898 {07899.f} {07900.p1} -> {07900.p3} 
+tr {07900.e} {07900.p6} {07900.p3} -> {07900.p4-eats} 
+tr {07900.t} {07900.p2-thinks} -> {07900.p1} {07900.p5} 
+tr {07900.t0|07901.t4} : b7899 {07901.p4-eats} -> {07900.f} {07901.f} {07901.p2-thinks} 
+tr {07900.t2} {07900.f} {07900.p5} -> {07900.p6} 
+tr {07900.t3|07901.t1} : a7899 {07900.f} {07901.p1} -> {07901.p3} 
+tr {07901.e} {07901.p6} {07901.p3} -> {07901.p4-eats} 
+tr {07901.t} {07901.p2-thinks} -> {07901.p1} {07901.p5} 
+tr {07901.t0|07902.t4} : b7900 {07902.p4-eats} -> {07901.f} {07902.f} {07902.p2-thinks} 
+tr {07901.t2} {07901.f} {07901.p5} -> {07901.p6} 
+tr {07901.t3|07902.t1} : a7900 {07901.f} {07902.p1} -> {07902.p3} 
+tr {07902.e} {07902.p6} {07902.p3} -> {07902.p4-eats} 
+tr {07902.t} {07902.p2-thinks} -> {07902.p1} {07902.p5} 
+tr {07902.t0|07903.t4} : b7901 {07903.p4-eats} -> {07902.f} {07903.f} {07903.p2-thinks} 
+tr {07902.t2} {07902.f} {07902.p5} -> {07902.p6} 
+tr {07902.t3|07903.t1} : a7901 {07902.f} {07903.p1} -> {07903.p3} 
+tr {07903.e} {07903.p6} {07903.p3} -> {07903.p4-eats} 
+tr {07903.t} {07903.p2-thinks} -> {07903.p1} {07903.p5} 
+tr {07903.t0|07904.t4} : b7902 {07904.p4-eats} -> {07903.f} {07904.f} {07904.p2-thinks} 
+tr {07903.t2} {07903.f} {07903.p5} -> {07903.p6} 
+tr {07903.t3|07904.t1} : a7902 {07903.f} {07904.p1} -> {07904.p3} 
+tr {07904.e} {07904.p6} {07904.p3} -> {07904.p4-eats} 
+tr {07904.t} {07904.p2-thinks} -> {07904.p1} {07904.p5} 
+tr {07904.t0|07905.t4} : b7903 {07905.p4-eats} -> {07904.f} {07905.f} {07905.p2-thinks} 
+tr {07904.t2} {07904.f} {07904.p5} -> {07904.p6} 
+tr {07904.t3|07905.t1} : a7903 {07904.f} {07905.p1} -> {07905.p3} 
+tr {07905.e} {07905.p6} {07905.p3} -> {07905.p4-eats} 
+tr {07905.t} {07905.p2-thinks} -> {07905.p1} {07905.p5} 
+tr {07905.t0|07906.t4} : b7904 {07906.p4-eats} -> {07905.f} {07906.f} {07906.p2-thinks} 
+tr {07905.t2} {07905.f} {07905.p5} -> {07905.p6} 
+tr {07905.t3|07906.t1} : a7904 {07905.f} {07906.p1} -> {07906.p3} 
+tr {07906.e} {07906.p6} {07906.p3} -> {07906.p4-eats} 
+tr {07906.t} {07906.p2-thinks} -> {07906.p1} {07906.p5} 
+tr {07906.t0|07907.t4} : b7905 {07907.p4-eats} -> {07906.f} {07907.f} {07907.p2-thinks} 
+tr {07906.t2} {07906.f} {07906.p5} -> {07906.p6} 
+tr {07906.t3|07907.t1} : a7905 {07906.f} {07907.p1} -> {07907.p3} 
+tr {07907.e} {07907.p6} {07907.p3} -> {07907.p4-eats} 
+tr {07907.t} {07907.p2-thinks} -> {07907.p1} {07907.p5} 
+tr {07907.t0|07908.t4} : b7906 {07908.p4-eats} -> {07907.f} {07908.f} {07908.p2-thinks} 
+tr {07907.t2} {07907.f} {07907.p5} -> {07907.p6} 
+tr {07907.t3|07908.t1} : a7906 {07907.f} {07908.p1} -> {07908.p3} 
+tr {07908.e} {07908.p6} {07908.p3} -> {07908.p4-eats} 
+tr {07908.t} {07908.p2-thinks} -> {07908.p1} {07908.p5} 
+tr {07908.t0|07909.t4} : b7907 {07909.p4-eats} -> {07908.f} {07909.f} {07909.p2-thinks} 
+tr {07908.t2} {07908.f} {07908.p5} -> {07908.p6} 
+tr {07908.t3|07909.t1} : a7907 {07908.f} {07909.p1} -> {07909.p3} 
+tr {07909.e} {07909.p6} {07909.p3} -> {07909.p4-eats} 
+tr {07909.t} {07909.p2-thinks} -> {07909.p1} {07909.p5} 
+tr {07909.t0|07910.t4} : b7908 {07910.p4-eats} -> {07909.f} {07910.f} {07910.p2-thinks} 
+tr {07909.t2} {07909.f} {07909.p5} -> {07909.p6} 
+tr {07909.t3|07910.t1} : a7908 {07909.f} {07910.p1} -> {07910.p3} 
+tr {07910.e} {07910.p6} {07910.p3} -> {07910.p4-eats} 
+tr {07910.t} {07910.p2-thinks} -> {07910.p1} {07910.p5} 
+tr {07910.t0|07911.t4} : b7909 {07911.p4-eats} -> {07910.f} {07911.f} {07911.p2-thinks} 
+tr {07910.t2} {07910.f} {07910.p5} -> {07910.p6} 
+tr {07910.t3|07911.t1} : a7909 {07910.f} {07911.p1} -> {07911.p3} 
+tr {07911.e} {07911.p6} {07911.p3} -> {07911.p4-eats} 
+tr {07911.t} {07911.p2-thinks} -> {07911.p1} {07911.p5} 
+tr {07911.t0|07912.t4} : b7910 {07912.p4-eats} -> {07911.f} {07912.f} {07912.p2-thinks} 
+tr {07911.t2} {07911.f} {07911.p5} -> {07911.p6} 
+tr {07911.t3|07912.t1} : a7910 {07911.f} {07912.p1} -> {07912.p3} 
+tr {07912.e} {07912.p6} {07912.p3} -> {07912.p4-eats} 
+tr {07912.t} {07912.p2-thinks} -> {07912.p1} {07912.p5} 
+tr {07912.t0|07913.t4} : b7911 {07913.p4-eats} -> {07912.f} {07913.f} {07913.p2-thinks} 
+tr {07912.t2} {07912.f} {07912.p5} -> {07912.p6} 
+tr {07912.t3|07913.t1} : a7911 {07912.f} {07913.p1} -> {07913.p3} 
+tr {07913.e} {07913.p6} {07913.p3} -> {07913.p4-eats} 
+tr {07913.t} {07913.p2-thinks} -> {07913.p1} {07913.p5} 
+tr {07913.t0|07914.t4} : b7912 {07914.p4-eats} -> {07913.f} {07914.f} {07914.p2-thinks} 
+tr {07913.t2} {07913.f} {07913.p5} -> {07913.p6} 
+tr {07913.t3|07914.t1} : a7912 {07913.f} {07914.p1} -> {07914.p3} 
+tr {07914.e} {07914.p6} {07914.p3} -> {07914.p4-eats} 
+tr {07914.t} {07914.p2-thinks} -> {07914.p1} {07914.p5} 
+tr {07914.t0|07915.t4} : b7913 {07915.p4-eats} -> {07914.f} {07915.f} {07915.p2-thinks} 
+tr {07914.t2} {07914.f} {07914.p5} -> {07914.p6} 
+tr {07914.t3|07915.t1} : a7913 {07914.f} {07915.p1} -> {07915.p3} 
+tr {07915.e} {07915.p6} {07915.p3} -> {07915.p4-eats} 
+tr {07915.t} {07915.p2-thinks} -> {07915.p1} {07915.p5} 
+tr {07915.t0|07916.t4} : b7914 {07916.p4-eats} -> {07915.f} {07916.f} {07916.p2-thinks} 
+tr {07915.t2} {07915.f} {07915.p5} -> {07915.p6} 
+tr {07915.t3|07916.t1} : a7914 {07915.f} {07916.p1} -> {07916.p3} 
+tr {07916.e} {07916.p6} {07916.p3} -> {07916.p4-eats} 
+tr {07916.t} {07916.p2-thinks} -> {07916.p1} {07916.p5} 
+tr {07916.t0|07917.t4} : b7915 {07917.p4-eats} -> {07916.f} {07917.f} {07917.p2-thinks} 
+tr {07916.t2} {07916.f} {07916.p5} -> {07916.p6} 
+tr {07916.t3|07917.t1} : a7915 {07916.f} {07917.p1} -> {07917.p3} 
+tr {07917.e} {07917.p6} {07917.p3} -> {07917.p4-eats} 
+tr {07917.t} {07917.p2-thinks} -> {07917.p1} {07917.p5} 
+tr {07917.t0|07918.t4} : b7916 {07918.p4-eats} -> {07917.f} {07918.f} {07918.p2-thinks} 
+tr {07917.t2} {07917.f} {07917.p5} -> {07917.p6} 
+tr {07917.t3|07918.t1} : a7916 {07917.f} {07918.p1} -> {07918.p3} 
+tr {07918.e} {07918.p6} {07918.p3} -> {07918.p4-eats} 
+tr {07918.t} {07918.p2-thinks} -> {07918.p1} {07918.p5} 
+tr {07918.t0|07919.t4} : b7917 {07919.p4-eats} -> {07918.f} {07919.f} {07919.p2-thinks} 
+tr {07918.t2} {07918.f} {07918.p5} -> {07918.p6} 
+tr {07918.t3|07919.t1} : a7917 {07918.f} {07919.p1} -> {07919.p3} 
+tr {07919.e} {07919.p6} {07919.p3} -> {07919.p4-eats} 
+tr {07919.t} {07919.p2-thinks} -> {07919.p1} {07919.p5} 
+tr {07919.t0|07920.t4} : b7918 {07920.p4-eats} -> {07919.f} {07920.f} {07920.p2-thinks} 
+tr {07919.t2} {07919.f} {07919.p5} -> {07919.p6} 
+tr {07919.t3|07920.t1} : a7918 {07919.f} {07920.p1} -> {07920.p3} 
+tr {07920.e} {07920.p6} {07920.p3} -> {07920.p4-eats} 
+tr {07920.t} {07920.p2-thinks} -> {07920.p1} {07920.p5} 
+tr {07920.t0|07921.t4} : b7919 {07921.p4-eats} -> {07920.f} {07921.f} {07921.p2-thinks} 
+tr {07920.t2} {07920.f} {07920.p5} -> {07920.p6} 
+tr {07920.t3|07921.t1} : a7919 {07920.f} {07921.p1} -> {07921.p3} 
+tr {07921.e} {07921.p6} {07921.p3} -> {07921.p4-eats} 
+tr {07921.t} {07921.p2-thinks} -> {07921.p1} {07921.p5} 
+tr {07921.t0|07922.t4} : b7920 {07922.p4-eats} -> {07921.f} {07922.f} {07922.p2-thinks} 
+tr {07921.t2} {07921.f} {07921.p5} -> {07921.p6} 
+tr {07921.t3|07922.t1} : a7920 {07921.f} {07922.p1} -> {07922.p3} 
+tr {07922.e} {07922.p6} {07922.p3} -> {07922.p4-eats} 
+tr {07922.t} {07922.p2-thinks} -> {07922.p1} {07922.p5} 
+tr {07922.t0|07923.t4} : b7921 {07923.p4-eats} -> {07922.f} {07923.f} {07923.p2-thinks} 
+tr {07922.t2} {07922.f} {07922.p5} -> {07922.p6} 
+tr {07922.t3|07923.t1} : a7921 {07922.f} {07923.p1} -> {07923.p3} 
+tr {07923.e} {07923.p6} {07923.p3} -> {07923.p4-eats} 
+tr {07923.t} {07923.p2-thinks} -> {07923.p1} {07923.p5} 
+tr {07923.t0|07924.t4} : b7922 {07924.p4-eats} -> {07923.f} {07924.f} {07924.p2-thinks} 
+tr {07923.t2} {07923.f} {07923.p5} -> {07923.p6} 
+tr {07923.t3|07924.t1} : a7922 {07923.f} {07924.p1} -> {07924.p3} 
+tr {07924.e} {07924.p6} {07924.p3} -> {07924.p4-eats} 
+tr {07924.t} {07924.p2-thinks} -> {07924.p1} {07924.p5} 
+tr {07924.t0|07925.t4} : b7923 {07925.p4-eats} -> {07924.f} {07925.f} {07925.p2-thinks} 
+tr {07924.t2} {07924.f} {07924.p5} -> {07924.p6} 
+tr {07924.t3|07925.t1} : a7923 {07924.f} {07925.p1} -> {07925.p3} 
+tr {07925.e} {07925.p6} {07925.p3} -> {07925.p4-eats} 
+tr {07925.t} {07925.p2-thinks} -> {07925.p1} {07925.p5} 
+tr {07925.t0|07926.t4} : b7924 {07926.p4-eats} -> {07925.f} {07926.f} {07926.p2-thinks} 
+tr {07925.t2} {07925.f} {07925.p5} -> {07925.p6} 
+tr {07925.t3|07926.t1} : a7924 {07925.f} {07926.p1} -> {07926.p3} 
+tr {07926.e} {07926.p6} {07926.p3} -> {07926.p4-eats} 
+tr {07926.t} {07926.p2-thinks} -> {07926.p1} {07926.p5} 
+tr {07926.t0|07927.t4} : b7925 {07927.p4-eats} -> {07926.f} {07927.f} {07927.p2-thinks} 
+tr {07926.t2} {07926.f} {07926.p5} -> {07926.p6} 
+tr {07926.t3|07927.t1} : a7925 {07926.f} {07927.p1} -> {07927.p3} 
+tr {07927.e} {07927.p6} {07927.p3} -> {07927.p4-eats} 
+tr {07927.t} {07927.p2-thinks} -> {07927.p1} {07927.p5} 
+tr {07927.t0|07928.t4} : b7926 {07928.p4-eats} -> {07927.f} {07928.f} {07928.p2-thinks} 
+tr {07927.t2} {07927.f} {07927.p5} -> {07927.p6} 
+tr {07927.t3|07928.t1} : a7926 {07927.f} {07928.p1} -> {07928.p3} 
+tr {07928.e} {07928.p6} {07928.p3} -> {07928.p4-eats} 
+tr {07928.t} {07928.p2-thinks} -> {07928.p1} {07928.p5} 
+tr {07928.t0|07929.t4} : b7927 {07929.p4-eats} -> {07928.f} {07929.f} {07929.p2-thinks} 
+tr {07928.t2} {07928.f} {07928.p5} -> {07928.p6} 
+tr {07928.t3|07929.t1} : a7927 {07928.f} {07929.p1} -> {07929.p3} 
+tr {07929.e} {07929.p6} {07929.p3} -> {07929.p4-eats} 
+tr {07929.t} {07929.p2-thinks} -> {07929.p1} {07929.p5} 
+tr {07929.t0|07930.t4} : b7928 {07930.p4-eats} -> {07929.f} {07930.f} {07930.p2-thinks} 
+tr {07929.t2} {07929.f} {07929.p5} -> {07929.p6} 
+tr {07929.t3|07930.t1} : a7928 {07929.f} {07930.p1} -> {07930.p3} 
+tr {07930.e} {07930.p6} {07930.p3} -> {07930.p4-eats} 
+tr {07930.t} {07930.p2-thinks} -> {07930.p1} {07930.p5} 
+tr {07930.t0|07931.t4} : b7929 {07931.p4-eats} -> {07930.f} {07931.f} {07931.p2-thinks} 
+tr {07930.t2} {07930.f} {07930.p5} -> {07930.p6} 
+tr {07930.t3|07931.t1} : a7929 {07930.f} {07931.p1} -> {07931.p3} 
+tr {07931.e} {07931.p6} {07931.p3} -> {07931.p4-eats} 
+tr {07931.t} {07931.p2-thinks} -> {07931.p1} {07931.p5} 
+tr {07931.t0|07932.t4} : b7930 {07932.p4-eats} -> {07931.f} {07932.f} {07932.p2-thinks} 
+tr {07931.t2} {07931.f} {07931.p5} -> {07931.p6} 
+tr {07931.t3|07932.t1} : a7930 {07931.f} {07932.p1} -> {07932.p3} 
+tr {07932.e} {07932.p6} {07932.p3} -> {07932.p4-eats} 
+tr {07932.t} {07932.p2-thinks} -> {07932.p1} {07932.p5} 
+tr {07932.t0|07933.t4} : b7931 {07933.p4-eats} -> {07932.f} {07933.f} {07933.p2-thinks} 
+tr {07932.t2} {07932.f} {07932.p5} -> {07932.p6} 
+tr {07932.t3|07933.t1} : a7931 {07932.f} {07933.p1} -> {07933.p3} 
+tr {07933.e} {07933.p6} {07933.p3} -> {07933.p4-eats} 
+tr {07933.t} {07933.p2-thinks} -> {07933.p1} {07933.p5} 
+tr {07933.t0|07934.t4} : b7932 {07934.p4-eats} -> {07933.f} {07934.f} {07934.p2-thinks} 
+tr {07933.t2} {07933.f} {07933.p5} -> {07933.p6} 
+tr {07933.t3|07934.t1} : a7932 {07933.f} {07934.p1} -> {07934.p3} 
+tr {07934.e} {07934.p6} {07934.p3} -> {07934.p4-eats} 
+tr {07934.t} {07934.p2-thinks} -> {07934.p1} {07934.p5} 
+tr {07934.t0|07935.t4} : b7933 {07935.p4-eats} -> {07934.f} {07935.f} {07935.p2-thinks} 
+tr {07934.t2} {07934.f} {07934.p5} -> {07934.p6} 
+tr {07934.t3|07935.t1} : a7933 {07934.f} {07935.p1} -> {07935.p3} 
+tr {07935.e} {07935.p6} {07935.p3} -> {07935.p4-eats} 
+tr {07935.t} {07935.p2-thinks} -> {07935.p1} {07935.p5} 
+tr {07935.t0|07936.t4} : b7934 {07936.p4-eats} -> {07935.f} {07936.f} {07936.p2-thinks} 
+tr {07935.t2} {07935.f} {07935.p5} -> {07935.p6} 
+tr {07935.t3|07936.t1} : a7934 {07935.f} {07936.p1} -> {07936.p3} 
+tr {07936.e} {07936.p6} {07936.p3} -> {07936.p4-eats} 
+tr {07936.t} {07936.p2-thinks} -> {07936.p1} {07936.p5} 
+tr {07936.t0|07937.t4} : b7935 {07937.p4-eats} -> {07936.f} {07937.f} {07937.p2-thinks} 
+tr {07936.t2} {07936.f} {07936.p5} -> {07936.p6} 
+tr {07936.t3|07937.t1} : a7935 {07936.f} {07937.p1} -> {07937.p3} 
+tr {07937.e} {07937.p6} {07937.p3} -> {07937.p4-eats} 
+tr {07937.t} {07937.p2-thinks} -> {07937.p1} {07937.p5} 
+tr {07937.t0|07938.t4} : b7936 {07938.p4-eats} -> {07937.f} {07938.f} {07938.p2-thinks} 
+tr {07937.t2} {07937.f} {07937.p5} -> {07937.p6} 
+tr {07937.t3|07938.t1} : a7936 {07937.f} {07938.p1} -> {07938.p3} 
+tr {07938.e} {07938.p6} {07938.p3} -> {07938.p4-eats} 
+tr {07938.t} {07938.p2-thinks} -> {07938.p1} {07938.p5} 
+tr {07938.t0|07939.t4} : b7937 {07939.p4-eats} -> {07938.f} {07939.f} {07939.p2-thinks} 
+tr {07938.t2} {07938.f} {07938.p5} -> {07938.p6} 
+tr {07938.t3|07939.t1} : a7937 {07938.f} {07939.p1} -> {07939.p3} 
+tr {07939.e} {07939.p6} {07939.p3} -> {07939.p4-eats} 
+tr {07939.t} {07939.p2-thinks} -> {07939.p1} {07939.p5} 
+tr {07939.t0|07940.t4} : b7938 {07940.p4-eats} -> {07939.f} {07940.f} {07940.p2-thinks} 
+tr {07939.t2} {07939.f} {07939.p5} -> {07939.p6} 
+tr {07939.t3|07940.t1} : a7938 {07939.f} {07940.p1} -> {07940.p3} 
+tr {07940.e} {07940.p6} {07940.p3} -> {07940.p4-eats} 
+tr {07940.t} {07940.p2-thinks} -> {07940.p1} {07940.p5} 
+tr {07940.t0|07941.t4} : b7939 {07941.p4-eats} -> {07940.f} {07941.f} {07941.p2-thinks} 
+tr {07940.t2} {07940.f} {07940.p5} -> {07940.p6} 
+tr {07940.t3|07941.t1} : a7939 {07940.f} {07941.p1} -> {07941.p3} 
+tr {07941.e} {07941.p6} {07941.p3} -> {07941.p4-eats} 
+tr {07941.t} {07941.p2-thinks} -> {07941.p1} {07941.p5} 
+tr {07941.t0|07942.t4} : b7940 {07942.p4-eats} -> {07941.f} {07942.f} {07942.p2-thinks} 
+tr {07941.t2} {07941.f} {07941.p5} -> {07941.p6} 
+tr {07941.t3|07942.t1} : a7940 {07941.f} {07942.p1} -> {07942.p3} 
+tr {07942.e} {07942.p6} {07942.p3} -> {07942.p4-eats} 
+tr {07942.t} {07942.p2-thinks} -> {07942.p1} {07942.p5} 
+tr {07942.t0|07943.t4} : b7941 {07943.p4-eats} -> {07942.f} {07943.f} {07943.p2-thinks} 
+tr {07942.t2} {07942.f} {07942.p5} -> {07942.p6} 
+tr {07942.t3|07943.t1} : a7941 {07942.f} {07943.p1} -> {07943.p3} 
+tr {07943.e} {07943.p6} {07943.p3} -> {07943.p4-eats} 
+tr {07943.t} {07943.p2-thinks} -> {07943.p1} {07943.p5} 
+tr {07943.t0|07944.t4} : b7942 {07944.p4-eats} -> {07943.f} {07944.f} {07944.p2-thinks} 
+tr {07943.t2} {07943.f} {07943.p5} -> {07943.p6} 
+tr {07943.t3|07944.t1} : a7942 {07943.f} {07944.p1} -> {07944.p3} 
+tr {07944.e} {07944.p6} {07944.p3} -> {07944.p4-eats} 
+tr {07944.t} {07944.p2-thinks} -> {07944.p1} {07944.p5} 
+tr {07944.t0|07945.t4} : b7943 {07945.p4-eats} -> {07944.f} {07945.f} {07945.p2-thinks} 
+tr {07944.t2} {07944.f} {07944.p5} -> {07944.p6} 
+tr {07944.t3|07945.t1} : a7943 {07944.f} {07945.p1} -> {07945.p3} 
+tr {07945.e} {07945.p6} {07945.p3} -> {07945.p4-eats} 
+tr {07945.t} {07945.p2-thinks} -> {07945.p1} {07945.p5} 
+tr {07945.t0|07946.t4} : b7944 {07946.p4-eats} -> {07945.f} {07946.f} {07946.p2-thinks} 
+tr {07945.t2} {07945.f} {07945.p5} -> {07945.p6} 
+tr {07945.t3|07946.t1} : a7944 {07945.f} {07946.p1} -> {07946.p3} 
+tr {07946.e} {07946.p6} {07946.p3} -> {07946.p4-eats} 
+tr {07946.t} {07946.p2-thinks} -> {07946.p1} {07946.p5} 
+tr {07946.t0|07947.t4} : b7945 {07947.p4-eats} -> {07946.f} {07947.f} {07947.p2-thinks} 
+tr {07946.t2} {07946.f} {07946.p5} -> {07946.p6} 
+tr {07946.t3|07947.t1} : a7945 {07946.f} {07947.p1} -> {07947.p3} 
+tr {07947.e} {07947.p6} {07947.p3} -> {07947.p4-eats} 
+tr {07947.t} {07947.p2-thinks} -> {07947.p1} {07947.p5} 
+tr {07947.t0|07948.t4} : b7946 {07948.p4-eats} -> {07947.f} {07948.f} {07948.p2-thinks} 
+tr {07947.t2} {07947.f} {07947.p5} -> {07947.p6} 
+tr {07947.t3|07948.t1} : a7946 {07947.f} {07948.p1} -> {07948.p3} 
+tr {07948.e} {07948.p6} {07948.p3} -> {07948.p4-eats} 
+tr {07948.t} {07948.p2-thinks} -> {07948.p1} {07948.p5} 
+tr {07948.t0|07949.t4} : b7947 {07949.p4-eats} -> {07948.f} {07949.f} {07949.p2-thinks} 
+tr {07948.t2} {07948.f} {07948.p5} -> {07948.p6} 
+tr {07948.t3|07949.t1} : a7947 {07948.f} {07949.p1} -> {07949.p3} 
+tr {07949.e} {07949.p6} {07949.p3} -> {07949.p4-eats} 
+tr {07949.t} {07949.p2-thinks} -> {07949.p1} {07949.p5} 
+tr {07949.t0|07950.t4} : b7948 {07950.p4-eats} -> {07949.f} {07950.f} {07950.p2-thinks} 
+tr {07949.t2} {07949.f} {07949.p5} -> {07949.p6} 
+tr {07949.t3|07950.t1} : a7948 {07949.f} {07950.p1} -> {07950.p3} 
+tr {07950.e} {07950.p6} {07950.p3} -> {07950.p4-eats} 
+tr {07950.t} {07950.p2-thinks} -> {07950.p1} {07950.p5} 
+tr {07950.t0|07951.t4} : b7949 {07951.p4-eats} -> {07950.f} {07951.f} {07951.p2-thinks} 
+tr {07950.t2} {07950.f} {07950.p5} -> {07950.p6} 
+tr {07950.t3|07951.t1} : a7949 {07950.f} {07951.p1} -> {07951.p3} 
+tr {07951.e} {07951.p6} {07951.p3} -> {07951.p4-eats} 
+tr {07951.t} {07951.p2-thinks} -> {07951.p1} {07951.p5} 
+tr {07951.t0|07952.t4} : b7950 {07952.p4-eats} -> {07951.f} {07952.f} {07952.p2-thinks} 
+tr {07951.t2} {07951.f} {07951.p5} -> {07951.p6} 
+tr {07951.t3|07952.t1} : a7950 {07951.f} {07952.p1} -> {07952.p3} 
+tr {07952.e} {07952.p6} {07952.p3} -> {07952.p4-eats} 
+tr {07952.t} {07952.p2-thinks} -> {07952.p1} {07952.p5} 
+tr {07952.t0|07953.t4} : b7951 {07953.p4-eats} -> {07952.f} {07953.f} {07953.p2-thinks} 
+tr {07952.t2} {07952.f} {07952.p5} -> {07952.p6} 
+tr {07952.t3|07953.t1} : a7951 {07952.f} {07953.p1} -> {07953.p3} 
+tr {07953.e} {07953.p6} {07953.p3} -> {07953.p4-eats} 
+tr {07953.t} {07953.p2-thinks} -> {07953.p1} {07953.p5} 
+tr {07953.t0|07954.t4} : b7952 {07954.p4-eats} -> {07953.f} {07954.f} {07954.p2-thinks} 
+tr {07953.t2} {07953.f} {07953.p5} -> {07953.p6} 
+tr {07953.t3|07954.t1} : a7952 {07953.f} {07954.p1} -> {07954.p3} 
+tr {07954.e} {07954.p6} {07954.p3} -> {07954.p4-eats} 
+tr {07954.t} {07954.p2-thinks} -> {07954.p1} {07954.p5} 
+tr {07954.t0|07955.t4} : b7953 {07955.p4-eats} -> {07954.f} {07955.f} {07955.p2-thinks} 
+tr {07954.t2} {07954.f} {07954.p5} -> {07954.p6} 
+tr {07954.t3|07955.t1} : a7953 {07954.f} {07955.p1} -> {07955.p3} 
+tr {07955.e} {07955.p6} {07955.p3} -> {07955.p4-eats} 
+tr {07955.t} {07955.p2-thinks} -> {07955.p1} {07955.p5} 
+tr {07955.t0|07956.t4} : b7954 {07956.p4-eats} -> {07955.f} {07956.f} {07956.p2-thinks} 
+tr {07955.t2} {07955.f} {07955.p5} -> {07955.p6} 
+tr {07955.t3|07956.t1} : a7954 {07955.f} {07956.p1} -> {07956.p3} 
+tr {07956.e} {07956.p6} {07956.p3} -> {07956.p4-eats} 
+tr {07956.t} {07956.p2-thinks} -> {07956.p1} {07956.p5} 
+tr {07956.t0|07957.t4} : b7955 {07957.p4-eats} -> {07956.f} {07957.f} {07957.p2-thinks} 
+tr {07956.t2} {07956.f} {07956.p5} -> {07956.p6} 
+tr {07956.t3|07957.t1} : a7955 {07956.f} {07957.p1} -> {07957.p3} 
+tr {07957.e} {07957.p6} {07957.p3} -> {07957.p4-eats} 
+tr {07957.t} {07957.p2-thinks} -> {07957.p1} {07957.p5} 
+tr {07957.t0|07958.t4} : b7956 {07958.p4-eats} -> {07957.f} {07958.f} {07958.p2-thinks} 
+tr {07957.t2} {07957.f} {07957.p5} -> {07957.p6} 
+tr {07957.t3|07958.t1} : a7956 {07957.f} {07958.p1} -> {07958.p3} 
+tr {07958.e} {07958.p6} {07958.p3} -> {07958.p4-eats} 
+tr {07958.t} {07958.p2-thinks} -> {07958.p1} {07958.p5} 
+tr {07958.t0|07959.t4} : b7957 {07959.p4-eats} -> {07958.f} {07959.f} {07959.p2-thinks} 
+tr {07958.t2} {07958.f} {07958.p5} -> {07958.p6} 
+tr {07958.t3|07959.t1} : a7957 {07958.f} {07959.p1} -> {07959.p3} 
+tr {07959.e} {07959.p6} {07959.p3} -> {07959.p4-eats} 
+tr {07959.t} {07959.p2-thinks} -> {07959.p1} {07959.p5} 
+tr {07959.t0|07960.t4} : b7958 {07960.p4-eats} -> {07959.f} {07960.f} {07960.p2-thinks} 
+tr {07959.t2} {07959.f} {07959.p5} -> {07959.p6} 
+tr {07959.t3|07960.t1} : a7958 {07959.f} {07960.p1} -> {07960.p3} 
+tr {07960.e} {07960.p6} {07960.p3} -> {07960.p4-eats} 
+tr {07960.t} {07960.p2-thinks} -> {07960.p1} {07960.p5} 
+tr {07960.t0|07961.t4} : b7959 {07961.p4-eats} -> {07960.f} {07961.f} {07961.p2-thinks} 
+tr {07960.t2} {07960.f} {07960.p5} -> {07960.p6} 
+tr {07960.t3|07961.t1} : a7959 {07960.f} {07961.p1} -> {07961.p3} 
+tr {07961.e} {07961.p6} {07961.p3} -> {07961.p4-eats} 
+tr {07961.t} {07961.p2-thinks} -> {07961.p1} {07961.p5} 
+tr {07961.t0|07962.t4} : b7960 {07962.p4-eats} -> {07961.f} {07962.f} {07962.p2-thinks} 
+tr {07961.t2} {07961.f} {07961.p5} -> {07961.p6} 
+tr {07961.t3|07962.t1} : a7960 {07961.f} {07962.p1} -> {07962.p3} 
+tr {07962.e} {07962.p6} {07962.p3} -> {07962.p4-eats} 
+tr {07962.t} {07962.p2-thinks} -> {07962.p1} {07962.p5} 
+tr {07962.t0|07963.t4} : b7961 {07963.p4-eats} -> {07962.f} {07963.f} {07963.p2-thinks} 
+tr {07962.t2} {07962.f} {07962.p5} -> {07962.p6} 
+tr {07962.t3|07963.t1} : a7961 {07962.f} {07963.p1} -> {07963.p3} 
+tr {07963.e} {07963.p6} {07963.p3} -> {07963.p4-eats} 
+tr {07963.t} {07963.p2-thinks} -> {07963.p1} {07963.p5} 
+tr {07963.t0|07964.t4} : b7962 {07964.p4-eats} -> {07963.f} {07964.f} {07964.p2-thinks} 
+tr {07963.t2} {07963.f} {07963.p5} -> {07963.p6} 
+tr {07963.t3|07964.t1} : a7962 {07963.f} {07964.p1} -> {07964.p3} 
+tr {07964.e} {07964.p6} {07964.p3} -> {07964.p4-eats} 
+tr {07964.t} {07964.p2-thinks} -> {07964.p1} {07964.p5} 
+tr {07964.t0|07965.t4} : b7963 {07965.p4-eats} -> {07964.f} {07965.f} {07965.p2-thinks} 
+tr {07964.t2} {07964.f} {07964.p5} -> {07964.p6} 
+tr {07964.t3|07965.t1} : a7963 {07964.f} {07965.p1} -> {07965.p3} 
+tr {07965.e} {07965.p6} {07965.p3} -> {07965.p4-eats} 
+tr {07965.t} {07965.p2-thinks} -> {07965.p1} {07965.p5} 
+tr {07965.t0|07966.t4} : b7964 {07966.p4-eats} -> {07965.f} {07966.f} {07966.p2-thinks} 
+tr {07965.t2} {07965.f} {07965.p5} -> {07965.p6} 
+tr {07965.t3|07966.t1} : a7964 {07965.f} {07966.p1} -> {07966.p3} 
+tr {07966.e} {07966.p6} {07966.p3} -> {07966.p4-eats} 
+tr {07966.t} {07966.p2-thinks} -> {07966.p1} {07966.p5} 
+tr {07966.t0|07967.t4} : b7965 {07967.p4-eats} -> {07966.f} {07967.f} {07967.p2-thinks} 
+tr {07966.t2} {07966.f} {07966.p5} -> {07966.p6} 
+tr {07966.t3|07967.t1} : a7965 {07966.f} {07967.p1} -> {07967.p3} 
+tr {07967.e} {07967.p6} {07967.p3} -> {07967.p4-eats} 
+tr {07967.t} {07967.p2-thinks} -> {07967.p1} {07967.p5} 
+tr {07967.t0|07968.t4} : b7966 {07968.p4-eats} -> {07967.f} {07968.f} {07968.p2-thinks} 
+tr {07967.t2} {07967.f} {07967.p5} -> {07967.p6} 
+tr {07967.t3|07968.t1} : a7966 {07967.f} {07968.p1} -> {07968.p3} 
+tr {07968.e} {07968.p6} {07968.p3} -> {07968.p4-eats} 
+tr {07968.t} {07968.p2-thinks} -> {07968.p1} {07968.p5} 
+tr {07968.t0|07969.t4} : b7967 {07969.p4-eats} -> {07968.f} {07969.f} {07969.p2-thinks} 
+tr {07968.t2} {07968.f} {07968.p5} -> {07968.p6} 
+tr {07968.t3|07969.t1} : a7967 {07968.f} {07969.p1} -> {07969.p3} 
+tr {07969.e} {07969.p6} {07969.p3} -> {07969.p4-eats} 
+tr {07969.t} {07969.p2-thinks} -> {07969.p1} {07969.p5} 
+tr {07969.t0|07970.t4} : b7968 {07970.p4-eats} -> {07969.f} {07970.f} {07970.p2-thinks} 
+tr {07969.t2} {07969.f} {07969.p5} -> {07969.p6} 
+tr {07969.t3|07970.t1} : a7968 {07969.f} {07970.p1} -> {07970.p3} 
+tr {07970.e} {07970.p6} {07970.p3} -> {07970.p4-eats} 
+tr {07970.t} {07970.p2-thinks} -> {07970.p1} {07970.p5} 
+tr {07970.t0|07971.t4} : b7969 {07971.p4-eats} -> {07970.f} {07971.f} {07971.p2-thinks} 
+tr {07970.t2} {07970.f} {07970.p5} -> {07970.p6} 
+tr {07970.t3|07971.t1} : a7969 {07970.f} {07971.p1} -> {07971.p3} 
+tr {07971.e} {07971.p6} {07971.p3} -> {07971.p4-eats} 
+tr {07971.t} {07971.p2-thinks} -> {07971.p1} {07971.p5} 
+tr {07971.t0|07972.t4} : b7970 {07972.p4-eats} -> {07971.f} {07972.f} {07972.p2-thinks} 
+tr {07971.t2} {07971.f} {07971.p5} -> {07971.p6} 
+tr {07971.t3|07972.t1} : a7970 {07971.f} {07972.p1} -> {07972.p3} 
+tr {07972.e} {07972.p6} {07972.p3} -> {07972.p4-eats} 
+tr {07972.t} {07972.p2-thinks} -> {07972.p1} {07972.p5} 
+tr {07972.t0|07973.t4} : b7971 {07973.p4-eats} -> {07972.f} {07973.f} {07973.p2-thinks} 
+tr {07972.t2} {07972.f} {07972.p5} -> {07972.p6} 
+tr {07972.t3|07973.t1} : a7971 {07972.f} {07973.p1} -> {07973.p3} 
+tr {07973.e} {07973.p6} {07973.p3} -> {07973.p4-eats} 
+tr {07973.t} {07973.p2-thinks} -> {07973.p1} {07973.p5} 
+tr {07973.t0|07974.t4} : b7972 {07974.p4-eats} -> {07973.f} {07974.f} {07974.p2-thinks} 
+tr {07973.t2} {07973.f} {07973.p5} -> {07973.p6} 
+tr {07973.t3|07974.t1} : a7972 {07973.f} {07974.p1} -> {07974.p3} 
+tr {07974.e} {07974.p6} {07974.p3} -> {07974.p4-eats} 
+tr {07974.t} {07974.p2-thinks} -> {07974.p1} {07974.p5} 
+tr {07974.t0|07975.t4} : b7973 {07975.p4-eats} -> {07974.f} {07975.f} {07975.p2-thinks} 
+tr {07974.t2} {07974.f} {07974.p5} -> {07974.p6} 
+tr {07974.t3|07975.t1} : a7973 {07974.f} {07975.p1} -> {07975.p3} 
+tr {07975.e} {07975.p6} {07975.p3} -> {07975.p4-eats} 
+tr {07975.t} {07975.p2-thinks} -> {07975.p1} {07975.p5} 
+tr {07975.t0|07976.t4} : b7974 {07976.p4-eats} -> {07975.f} {07976.f} {07976.p2-thinks} 
+tr {07975.t2} {07975.f} {07975.p5} -> {07975.p6} 
+tr {07975.t3|07976.t1} : a7974 {07975.f} {07976.p1} -> {07976.p3} 
+tr {07976.e} {07976.p6} {07976.p3} -> {07976.p4-eats} 
+tr {07976.t} {07976.p2-thinks} -> {07976.p1} {07976.p5} 
+tr {07976.t0|07977.t4} : b7975 {07977.p4-eats} -> {07976.f} {07977.f} {07977.p2-thinks} 
+tr {07976.t2} {07976.f} {07976.p5} -> {07976.p6} 
+tr {07976.t3|07977.t1} : a7975 {07976.f} {07977.p1} -> {07977.p3} 
+tr {07977.e} {07977.p6} {07977.p3} -> {07977.p4-eats} 
+tr {07977.t} {07977.p2-thinks} -> {07977.p1} {07977.p5} 
+tr {07977.t0|07978.t4} : b7976 {07978.p4-eats} -> {07977.f} {07978.f} {07978.p2-thinks} 
+tr {07977.t2} {07977.f} {07977.p5} -> {07977.p6} 
+tr {07977.t3|07978.t1} : a7976 {07977.f} {07978.p1} -> {07978.p3} 
+tr {07978.e} {07978.p6} {07978.p3} -> {07978.p4-eats} 
+tr {07978.t} {07978.p2-thinks} -> {07978.p1} {07978.p5} 
+tr {07978.t0|07979.t4} : b7977 {07979.p4-eats} -> {07978.f} {07979.f} {07979.p2-thinks} 
+tr {07978.t2} {07978.f} {07978.p5} -> {07978.p6} 
+tr {07978.t3|07979.t1} : a7977 {07978.f} {07979.p1} -> {07979.p3} 
+tr {07979.e} {07979.p6} {07979.p3} -> {07979.p4-eats} 
+tr {07979.t} {07979.p2-thinks} -> {07979.p1} {07979.p5} 
+tr {07979.t0|07980.t4} : b7978 {07980.p4-eats} -> {07979.f} {07980.f} {07980.p2-thinks} 
+tr {07979.t2} {07979.f} {07979.p5} -> {07979.p6} 
+tr {07979.t3|07980.t1} : a7978 {07979.f} {07980.p1} -> {07980.p3} 
+tr {07980.e} {07980.p6} {07980.p3} -> {07980.p4-eats} 
+tr {07980.t} {07980.p2-thinks} -> {07980.p1} {07980.p5} 
+tr {07980.t0|07981.t4} : b7979 {07981.p4-eats} -> {07980.f} {07981.f} {07981.p2-thinks} 
+tr {07980.t2} {07980.f} {07980.p5} -> {07980.p6} 
+tr {07980.t3|07981.t1} : a7979 {07980.f} {07981.p1} -> {07981.p3} 
+tr {07981.e} {07981.p6} {07981.p3} -> {07981.p4-eats} 
+tr {07981.t} {07981.p2-thinks} -> {07981.p1} {07981.p5} 
+tr {07981.t0|07982.t4} : b7980 {07982.p4-eats} -> {07981.f} {07982.f} {07982.p2-thinks} 
+tr {07981.t2} {07981.f} {07981.p5} -> {07981.p6} 
+tr {07981.t3|07982.t1} : a7980 {07981.f} {07982.p1} -> {07982.p3} 
+tr {07982.e} {07982.p6} {07982.p3} -> {07982.p4-eats} 
+tr {07982.t} {07982.p2-thinks} -> {07982.p1} {07982.p5} 
+tr {07982.t0|07983.t4} : b7981 {07983.p4-eats} -> {07982.f} {07983.f} {07983.p2-thinks} 
+tr {07982.t2} {07982.f} {07982.p5} -> {07982.p6} 
+tr {07982.t3|07983.t1} : a7981 {07982.f} {07983.p1} -> {07983.p3} 
+tr {07983.e} {07983.p6} {07983.p3} -> {07983.p4-eats} 
+tr {07983.t} {07983.p2-thinks} -> {07983.p1} {07983.p5} 
+tr {07983.t0|07984.t4} : b7982 {07984.p4-eats} -> {07983.f} {07984.f} {07984.p2-thinks} 
+tr {07983.t2} {07983.f} {07983.p5} -> {07983.p6} 
+tr {07983.t3|07984.t1} : a7982 {07983.f} {07984.p1} -> {07984.p3} 
+tr {07984.e} {07984.p6} {07984.p3} -> {07984.p4-eats} 
+tr {07984.t} {07984.p2-thinks} -> {07984.p1} {07984.p5} 
+tr {07984.t0|07985.t4} : b7983 {07985.p4-eats} -> {07984.f} {07985.f} {07985.p2-thinks} 
+tr {07984.t2} {07984.f} {07984.p5} -> {07984.p6} 
+tr {07984.t3|07985.t1} : a7983 {07984.f} {07985.p1} -> {07985.p3} 
+tr {07985.e} {07985.p6} {07985.p3} -> {07985.p4-eats} 
+tr {07985.t} {07985.p2-thinks} -> {07985.p1} {07985.p5} 
+tr {07985.t0|07986.t4} : b7984 {07986.p4-eats} -> {07985.f} {07986.f} {07986.p2-thinks} 
+tr {07985.t2} {07985.f} {07985.p5} -> {07985.p6} 
+tr {07985.t3|07986.t1} : a7984 {07985.f} {07986.p1} -> {07986.p3} 
+tr {07986.e} {07986.p6} {07986.p3} -> {07986.p4-eats} 
+tr {07986.t} {07986.p2-thinks} -> {07986.p1} {07986.p5} 
+tr {07986.t0|07987.t4} : b7985 {07987.p4-eats} -> {07986.f} {07987.f} {07987.p2-thinks} 
+tr {07986.t2} {07986.f} {07986.p5} -> {07986.p6} 
+tr {07986.t3|07987.t1} : a7985 {07986.f} {07987.p1} -> {07987.p3} 
+tr {07987.e} {07987.p6} {07987.p3} -> {07987.p4-eats} 
+tr {07987.t} {07987.p2-thinks} -> {07987.p1} {07987.p5} 
+tr {07987.t0|07988.t4} : b7986 {07988.p4-eats} -> {07987.f} {07988.f} {07988.p2-thinks} 
+tr {07987.t2} {07987.f} {07987.p5} -> {07987.p6} 
+tr {07987.t3|07988.t1} : a7986 {07987.f} {07988.p1} -> {07988.p3} 
+tr {07988.e} {07988.p6} {07988.p3} -> {07988.p4-eats} 
+tr {07988.t} {07988.p2-thinks} -> {07988.p1} {07988.p5} 
+tr {07988.t0|07989.t4} : b7987 {07989.p4-eats} -> {07988.f} {07989.f} {07989.p2-thinks} 
+tr {07988.t2} {07988.f} {07988.p5} -> {07988.p6} 
+tr {07988.t3|07989.t1} : a7987 {07988.f} {07989.p1} -> {07989.p3} 
+tr {07989.e} {07989.p6} {07989.p3} -> {07989.p4-eats} 
+tr {07989.t} {07989.p2-thinks} -> {07989.p1} {07989.p5} 
+tr {07989.t0|07990.t4} : b7988 {07990.p4-eats} -> {07989.f} {07990.f} {07990.p2-thinks} 
+tr {07989.t2} {07989.f} {07989.p5} -> {07989.p6} 
+tr {07989.t3|07990.t1} : a7988 {07989.f} {07990.p1} -> {07990.p3} 
+tr {07990.e} {07990.p6} {07990.p3} -> {07990.p4-eats} 
+tr {07990.t} {07990.p2-thinks} -> {07990.p1} {07990.p5} 
+tr {07990.t0|07991.t4} : b7989 {07991.p4-eats} -> {07990.f} {07991.f} {07991.p2-thinks} 
+tr {07990.t2} {07990.f} {07990.p5} -> {07990.p6} 
+tr {07990.t3|07991.t1} : a7989 {07990.f} {07991.p1} -> {07991.p3} 
+tr {07991.e} {07991.p6} {07991.p3} -> {07991.p4-eats} 
+tr {07991.t} {07991.p2-thinks} -> {07991.p1} {07991.p5} 
+tr {07991.t0|07992.t4} : b7990 {07992.p4-eats} -> {07991.f} {07992.f} {07992.p2-thinks} 
+tr {07991.t2} {07991.f} {07991.p5} -> {07991.p6} 
+tr {07991.t3|07992.t1} : a7990 {07991.f} {07992.p1} -> {07992.p3} 
+tr {07992.e} {07992.p6} {07992.p3} -> {07992.p4-eats} 
+tr {07992.t} {07992.p2-thinks} -> {07992.p1} {07992.p5} 
+tr {07992.t0|07993.t4} : b7991 {07993.p4-eats} -> {07992.f} {07993.f} {07993.p2-thinks} 
+tr {07992.t2} {07992.f} {07992.p5} -> {07992.p6} 
+tr {07992.t3|07993.t1} : a7991 {07992.f} {07993.p1} -> {07993.p3} 
+tr {07993.e} {07993.p6} {07993.p3} -> {07993.p4-eats} 
+tr {07993.t} {07993.p2-thinks} -> {07993.p1} {07993.p5} 
+tr {07993.t0|07994.t4} : b7992 {07994.p4-eats} -> {07993.f} {07994.f} {07994.p2-thinks} 
+tr {07993.t2} {07993.f} {07993.p5} -> {07993.p6} 
+tr {07993.t3|07994.t1} : a7992 {07993.f} {07994.p1} -> {07994.p3} 
+tr {07994.e} {07994.p6} {07994.p3} -> {07994.p4-eats} 
+tr {07994.t} {07994.p2-thinks} -> {07994.p1} {07994.p5} 
+tr {07994.t0|07995.t4} : b7993 {07995.p4-eats} -> {07994.f} {07995.f} {07995.p2-thinks} 
+tr {07994.t2} {07994.f} {07994.p5} -> {07994.p6} 
+tr {07994.t3|07995.t1} : a7993 {07994.f} {07995.p1} -> {07995.p3} 
+tr {07995.e} {07995.p6} {07995.p3} -> {07995.p4-eats} 
+tr {07995.t} {07995.p2-thinks} -> {07995.p1} {07995.p5} 
+tr {07995.t0|07996.t4} : b7994 {07996.p4-eats} -> {07995.f} {07996.f} {07996.p2-thinks} 
+tr {07995.t2} {07995.f} {07995.p5} -> {07995.p6} 
+tr {07995.t3|07996.t1} : a7994 {07995.f} {07996.p1} -> {07996.p3} 
+tr {07996.e} {07996.p6} {07996.p3} -> {07996.p4-eats} 
+tr {07996.t} {07996.p2-thinks} -> {07996.p1} {07996.p5} 
+tr {07996.t0|07997.t4} : b7995 {07997.p4-eats} -> {07996.f} {07997.f} {07997.p2-thinks} 
+tr {07996.t2} {07996.f} {07996.p5} -> {07996.p6} 
+tr {07996.t3|07997.t1} : a7995 {07996.f} {07997.p1} -> {07997.p3} 
+tr {07997.e} {07997.p6} {07997.p3} -> {07997.p4-eats} 
+tr {07997.t} {07997.p2-thinks} -> {07997.p1} {07997.p5} 
+tr {07997.t0|07998.t4} : b7996 {07998.p4-eats} -> {07997.f} {07998.f} {07998.p2-thinks} 
+tr {07997.t2} {07997.f} {07997.p5} -> {07997.p6} 
+tr {07997.t3|07998.t1} : a7996 {07997.f} {07998.p1} -> {07998.p3} 
+tr {07998.e} {07998.p6} {07998.p3} -> {07998.p4-eats} 
+tr {07998.t} {07998.p2-thinks} -> {07998.p1} {07998.p5} 
+tr {07998.t0|07999.t4} : b7997 {07999.p4-eats} -> {07998.f} {07999.f} {07999.p2-thinks} 
+tr {07998.t2} {07998.f} {07998.p5} -> {07998.p6} 
+tr {07998.t3|07999.t1} : a7997 {07998.f} {07999.p1} -> {07999.p3} 
+tr {07999.e} {07999.p6} {07999.p3} -> {07999.p4-eats} 
+tr {07999.t} {07999.p2-thinks} -> {07999.p1} {07999.p5} 
+tr {07999.t0|08000.t4} : b7998 {08000.p4-eats} -> {07999.f} {08000.f} {08000.p2-thinks} 
+tr {07999.t2} {07999.f} {07999.p5} -> {07999.p6} 
+tr {07999.t3|08000.t1} : a7998 {07999.f} {08000.p1} -> {08000.p3} 
+tr {08000.e} {08000.p6} {08000.p3} -> {08000.p4-eats} 
+tr {08000.t} {08000.p2-thinks} -> {08000.p1} {08000.p5} 
+tr {08000.t0|08001.t4} : b7999 {08001.p4-eats} -> {08000.f} {08001.f} {08001.p2-thinks} 
+tr {08000.t2} {08000.f} {08000.p5} -> {08000.p6} 
+tr {08000.t3|08001.t1} : a7999 {08000.f} {08001.p1} -> {08001.p3} 
+tr {08001.e} {08001.p6} {08001.p3} -> {08001.p4-eats} 
+tr {08001.t} {08001.p2-thinks} -> {08001.p1} {08001.p5} 
+tr {08001.t0|08002.t4} : b8000 {08002.p4-eats} -> {08001.f} {08002.f} {08002.p2-thinks} 
+tr {08001.t2} {08001.f} {08001.p5} -> {08001.p6} 
+tr {08001.t3|08002.t1} : a8000 {08001.f} {08002.p1} -> {08002.p3} 
+tr {08002.e} {08002.p6} {08002.p3} -> {08002.p4-eats} 
+tr {08002.t} {08002.p2-thinks} -> {08002.p1} {08002.p5} 
+tr {08002.t0|08003.t4} : b8001 {08003.p4-eats} -> {08002.f} {08003.f} {08003.p2-thinks} 
+tr {08002.t2} {08002.f} {08002.p5} -> {08002.p6} 
+tr {08002.t3|08003.t1} : a8001 {08002.f} {08003.p1} -> {08003.p3} 
+tr {08003.e} {08003.p6} {08003.p3} -> {08003.p4-eats} 
+tr {08003.t} {08003.p2-thinks} -> {08003.p1} {08003.p5} 
+tr {08003.t0|08004.t4} : b8002 {08004.p4-eats} -> {08003.f} {08004.f} {08004.p2-thinks} 
+tr {08003.t2} {08003.f} {08003.p5} -> {08003.p6} 
+tr {08003.t3|08004.t1} : a8002 {08003.f} {08004.p1} -> {08004.p3} 
+tr {08004.e} {08004.p6} {08004.p3} -> {08004.p4-eats} 
+tr {08004.t} {08004.p2-thinks} -> {08004.p1} {08004.p5} 
+tr {08004.t0|08005.t4} : b8003 {08005.p4-eats} -> {08004.f} {08005.f} {08005.p2-thinks} 
+tr {08004.t2} {08004.f} {08004.p5} -> {08004.p6} 
+tr {08004.t3|08005.t1} : a8003 {08004.f} {08005.p1} -> {08005.p3} 
+tr {08005.e} {08005.p6} {08005.p3} -> {08005.p4-eats} 
+tr {08005.t} {08005.p2-thinks} -> {08005.p1} {08005.p5} 
+tr {08005.t0|08006.t4} : b8004 {08006.p4-eats} -> {08005.f} {08006.f} {08006.p2-thinks} 
+tr {08005.t2} {08005.f} {08005.p5} -> {08005.p6} 
+tr {08005.t3|08006.t1} : a8004 {08005.f} {08006.p1} -> {08006.p3} 
+tr {08006.e} {08006.p6} {08006.p3} -> {08006.p4-eats} 
+tr {08006.t} {08006.p2-thinks} -> {08006.p1} {08006.p5} 
+tr {08006.t0|08007.t4} : b8005 {08007.p4-eats} -> {08006.f} {08007.f} {08007.p2-thinks} 
+tr {08006.t2} {08006.f} {08006.p5} -> {08006.p6} 
+tr {08006.t3|08007.t1} : a8005 {08006.f} {08007.p1} -> {08007.p3} 
+tr {08007.e} {08007.p6} {08007.p3} -> {08007.p4-eats} 
+tr {08007.t} {08007.p2-thinks} -> {08007.p1} {08007.p5} 
+tr {08007.t0|08008.t4} : b8006 {08008.p4-eats} -> {08007.f} {08008.f} {08008.p2-thinks} 
+tr {08007.t2} {08007.f} {08007.p5} -> {08007.p6} 
+tr {08007.t3|08008.t1} : a8006 {08007.f} {08008.p1} -> {08008.p3} 
+tr {08008.e} {08008.p6} {08008.p3} -> {08008.p4-eats} 
+tr {08008.t} {08008.p2-thinks} -> {08008.p1} {08008.p5} 
+tr {08008.t0|08009.t4} : b8007 {08009.p4-eats} -> {08008.f} {08009.f} {08009.p2-thinks} 
+tr {08008.t2} {08008.f} {08008.p5} -> {08008.p6} 
+tr {08008.t3|08009.t1} : a8007 {08008.f} {08009.p1} -> {08009.p3} 
+tr {08009.e} {08009.p6} {08009.p3} -> {08009.p4-eats} 
+tr {08009.t} {08009.p2-thinks} -> {08009.p1} {08009.p5} 
+tr {08009.t0|08010.t4} : b8008 {08010.p4-eats} -> {08009.f} {08010.f} {08010.p2-thinks} 
+tr {08009.t2} {08009.f} {08009.p5} -> {08009.p6} 
+tr {08009.t3|08010.t1} : a8008 {08009.f} {08010.p1} -> {08010.p3} 
+tr {08010.e} {08010.p6} {08010.p3} -> {08010.p4-eats} 
+tr {08010.t} {08010.p2-thinks} -> {08010.p1} {08010.p5} 
+tr {08010.t0|08011.t4} : b8009 {08011.p4-eats} -> {08010.f} {08011.f} {08011.p2-thinks} 
+tr {08010.t2} {08010.f} {08010.p5} -> {08010.p6} 
+tr {08010.t3|08011.t1} : a8009 {08010.f} {08011.p1} -> {08011.p3} 
+tr {08011.e} {08011.p6} {08011.p3} -> {08011.p4-eats} 
+tr {08011.t} {08011.p2-thinks} -> {08011.p1} {08011.p5} 
+tr {08011.t0|08012.t4} : b8010 {08012.p4-eats} -> {08011.f} {08012.f} {08012.p2-thinks} 
+tr {08011.t2} {08011.f} {08011.p5} -> {08011.p6} 
+tr {08011.t3|08012.t1} : a8010 {08011.f} {08012.p1} -> {08012.p3} 
+tr {08012.e} {08012.p6} {08012.p3} -> {08012.p4-eats} 
+tr {08012.t} {08012.p2-thinks} -> {08012.p1} {08012.p5} 
+tr {08012.t0|08013.t4} : b8011 {08013.p4-eats} -> {08012.f} {08013.f} {08013.p2-thinks} 
+tr {08012.t2} {08012.f} {08012.p5} -> {08012.p6} 
+tr {08012.t3|08013.t1} : a8011 {08012.f} {08013.p1} -> {08013.p3} 
+tr {08013.e} {08013.p6} {08013.p3} -> {08013.p4-eats} 
+tr {08013.t} {08013.p2-thinks} -> {08013.p1} {08013.p5} 
+tr {08013.t0|08014.t4} : b8012 {08014.p4-eats} -> {08013.f} {08014.f} {08014.p2-thinks} 
+tr {08013.t2} {08013.f} {08013.p5} -> {08013.p6} 
+tr {08013.t3|08014.t1} : a8012 {08013.f} {08014.p1} -> {08014.p3} 
+tr {08014.e} {08014.p6} {08014.p3} -> {08014.p4-eats} 
+tr {08014.t} {08014.p2-thinks} -> {08014.p1} {08014.p5} 
+tr {08014.t0|08015.t4} : b8013 {08015.p4-eats} -> {08014.f} {08015.f} {08015.p2-thinks} 
+tr {08014.t2} {08014.f} {08014.p5} -> {08014.p6} 
+tr {08014.t3|08015.t1} : a8013 {08014.f} {08015.p1} -> {08015.p3} 
+tr {08015.e} {08015.p6} {08015.p3} -> {08015.p4-eats} 
+tr {08015.t} {08015.p2-thinks} -> {08015.p1} {08015.p5} 
+tr {08015.t0|08016.t4} : b8014 {08016.p4-eats} -> {08015.f} {08016.f} {08016.p2-thinks} 
+tr {08015.t2} {08015.f} {08015.p5} -> {08015.p6} 
+tr {08015.t3|08016.t1} : a8014 {08015.f} {08016.p1} -> {08016.p3} 
+tr {08016.e} {08016.p6} {08016.p3} -> {08016.p4-eats} 
+tr {08016.t} {08016.p2-thinks} -> {08016.p1} {08016.p5} 
+tr {08016.t0|08017.t4} : b8015 {08017.p4-eats} -> {08016.f} {08017.f} {08017.p2-thinks} 
+tr {08016.t2} {08016.f} {08016.p5} -> {08016.p6} 
+tr {08016.t3|08017.t1} : a8015 {08016.f} {08017.p1} -> {08017.p3} 
+tr {08017.e} {08017.p6} {08017.p3} -> {08017.p4-eats} 
+tr {08017.t} {08017.p2-thinks} -> {08017.p1} {08017.p5} 
+tr {08017.t0|08018.t4} : b8016 {08018.p4-eats} -> {08017.f} {08018.f} {08018.p2-thinks} 
+tr {08017.t2} {08017.f} {08017.p5} -> {08017.p6} 
+tr {08017.t3|08018.t1} : a8016 {08017.f} {08018.p1} -> {08018.p3} 
+tr {08018.e} {08018.p6} {08018.p3} -> {08018.p4-eats} 
+tr {08018.t} {08018.p2-thinks} -> {08018.p1} {08018.p5} 
+tr {08018.t0|08019.t4} : b8017 {08019.p4-eats} -> {08018.f} {08019.f} {08019.p2-thinks} 
+tr {08018.t2} {08018.f} {08018.p5} -> {08018.p6} 
+tr {08018.t3|08019.t1} : a8017 {08018.f} {08019.p1} -> {08019.p3} 
+tr {08019.e} {08019.p6} {08019.p3} -> {08019.p4-eats} 
+tr {08019.t} {08019.p2-thinks} -> {08019.p1} {08019.p5} 
+tr {08019.t0|08020.t4} : b8018 {08020.p4-eats} -> {08019.f} {08020.f} {08020.p2-thinks} 
+tr {08019.t2} {08019.f} {08019.p5} -> {08019.p6} 
+tr {08019.t3|08020.t1} : a8018 {08019.f} {08020.p1} -> {08020.p3} 
+tr {08020.e} {08020.p6} {08020.p3} -> {08020.p4-eats} 
+tr {08020.t} {08020.p2-thinks} -> {08020.p1} {08020.p5} 
+tr {08020.t0|08021.t4} : b8019 {08021.p4-eats} -> {08020.f} {08021.f} {08021.p2-thinks} 
+tr {08020.t2} {08020.f} {08020.p5} -> {08020.p6} 
+tr {08020.t3|08021.t1} : a8019 {08020.f} {08021.p1} -> {08021.p3} 
+tr {08021.e} {08021.p6} {08021.p3} -> {08021.p4-eats} 
+tr {08021.t} {08021.p2-thinks} -> {08021.p1} {08021.p5} 
+tr {08021.t0|08022.t4} : b8020 {08022.p4-eats} -> {08021.f} {08022.f} {08022.p2-thinks} 
+tr {08021.t2} {08021.f} {08021.p5} -> {08021.p6} 
+tr {08021.t3|08022.t1} : a8020 {08021.f} {08022.p1} -> {08022.p3} 
+tr {08022.e} {08022.p6} {08022.p3} -> {08022.p4-eats} 
+tr {08022.t} {08022.p2-thinks} -> {08022.p1} {08022.p5} 
+tr {08022.t0|08023.t4} : b8021 {08023.p4-eats} -> {08022.f} {08023.f} {08023.p2-thinks} 
+tr {08022.t2} {08022.f} {08022.p5} -> {08022.p6} 
+tr {08022.t3|08023.t1} : a8021 {08022.f} {08023.p1} -> {08023.p3} 
+tr {08023.e} {08023.p6} {08023.p3} -> {08023.p4-eats} 
+tr {08023.t} {08023.p2-thinks} -> {08023.p1} {08023.p5} 
+tr {08023.t0|08024.t4} : b8022 {08024.p4-eats} -> {08023.f} {08024.f} {08024.p2-thinks} 
+tr {08023.t2} {08023.f} {08023.p5} -> {08023.p6} 
+tr {08023.t3|08024.t1} : a8022 {08023.f} {08024.p1} -> {08024.p3} 
+tr {08024.e} {08024.p6} {08024.p3} -> {08024.p4-eats} 
+tr {08024.t} {08024.p2-thinks} -> {08024.p1} {08024.p5} 
+tr {08024.t0|08025.t4} : b8023 {08025.p4-eats} -> {08024.f} {08025.f} {08025.p2-thinks} 
+tr {08024.t2} {08024.f} {08024.p5} -> {08024.p6} 
+tr {08024.t3|08025.t1} : a8023 {08024.f} {08025.p1} -> {08025.p3} 
+tr {08025.e} {08025.p6} {08025.p3} -> {08025.p4-eats} 
+tr {08025.t} {08025.p2-thinks} -> {08025.p1} {08025.p5} 
+tr {08025.t0|08026.t4} : b8024 {08026.p4-eats} -> {08025.f} {08026.f} {08026.p2-thinks} 
+tr {08025.t2} {08025.f} {08025.p5} -> {08025.p6} 
+tr {08025.t3|08026.t1} : a8024 {08025.f} {08026.p1} -> {08026.p3} 
+tr {08026.e} {08026.p6} {08026.p3} -> {08026.p4-eats} 
+tr {08026.t} {08026.p2-thinks} -> {08026.p1} {08026.p5} 
+tr {08026.t0|08027.t4} : b8025 {08027.p4-eats} -> {08026.f} {08027.f} {08027.p2-thinks} 
+tr {08026.t2} {08026.f} {08026.p5} -> {08026.p6} 
+tr {08026.t3|08027.t1} : a8025 {08026.f} {08027.p1} -> {08027.p3} 
+tr {08027.e} {08027.p6} {08027.p3} -> {08027.p4-eats} 
+tr {08027.t} {08027.p2-thinks} -> {08027.p1} {08027.p5} 
+tr {08027.t0|08028.t4} : b8026 {08028.p4-eats} -> {08027.f} {08028.f} {08028.p2-thinks} 
+tr {08027.t2} {08027.f} {08027.p5} -> {08027.p6} 
+tr {08027.t3|08028.t1} : a8026 {08027.f} {08028.p1} -> {08028.p3} 
+tr {08028.e} {08028.p6} {08028.p3} -> {08028.p4-eats} 
+tr {08028.t} {08028.p2-thinks} -> {08028.p1} {08028.p5} 
+tr {08028.t0|08029.t4} : b8027 {08029.p4-eats} -> {08028.f} {08029.f} {08029.p2-thinks} 
+tr {08028.t2} {08028.f} {08028.p5} -> {08028.p6} 
+tr {08028.t3|08029.t1} : a8027 {08028.f} {08029.p1} -> {08029.p3} 
+tr {08029.e} {08029.p6} {08029.p3} -> {08029.p4-eats} 
+tr {08029.t} {08029.p2-thinks} -> {08029.p1} {08029.p5} 
+tr {08029.t0|08030.t4} : b8028 {08030.p4-eats} -> {08029.f} {08030.f} {08030.p2-thinks} 
+tr {08029.t2} {08029.f} {08029.p5} -> {08029.p6} 
+tr {08029.t3|08030.t1} : a8028 {08029.f} {08030.p1} -> {08030.p3} 
+tr {08030.e} {08030.p6} {08030.p3} -> {08030.p4-eats} 
+tr {08030.t} {08030.p2-thinks} -> {08030.p1} {08030.p5} 
+tr {08030.t0|08031.t4} : b8029 {08031.p4-eats} -> {08030.f} {08031.f} {08031.p2-thinks} 
+tr {08030.t2} {08030.f} {08030.p5} -> {08030.p6} 
+tr {08030.t3|08031.t1} : a8029 {08030.f} {08031.p1} -> {08031.p3} 
+tr {08031.e} {08031.p6} {08031.p3} -> {08031.p4-eats} 
+tr {08031.t} {08031.p2-thinks} -> {08031.p1} {08031.p5} 
+tr {08031.t0|08032.t4} : b8030 {08032.p4-eats} -> {08031.f} {08032.f} {08032.p2-thinks} 
+tr {08031.t2} {08031.f} {08031.p5} -> {08031.p6} 
+tr {08031.t3|08032.t1} : a8030 {08031.f} {08032.p1} -> {08032.p3} 
+tr {08032.e} {08032.p6} {08032.p3} -> {08032.p4-eats} 
+tr {08032.t} {08032.p2-thinks} -> {08032.p1} {08032.p5} 
+tr {08032.t0|08033.t4} : b8031 {08033.p4-eats} -> {08032.f} {08033.f} {08033.p2-thinks} 
+tr {08032.t2} {08032.f} {08032.p5} -> {08032.p6} 
+tr {08032.t3|08033.t1} : a8031 {08032.f} {08033.p1} -> {08033.p3} 
+tr {08033.e} {08033.p6} {08033.p3} -> {08033.p4-eats} 
+tr {08033.t} {08033.p2-thinks} -> {08033.p1} {08033.p5} 
+tr {08033.t0|08034.t4} : b8032 {08034.p4-eats} -> {08033.f} {08034.f} {08034.p2-thinks} 
+tr {08033.t2} {08033.f} {08033.p5} -> {08033.p6} 
+tr {08033.t3|08034.t1} : a8032 {08033.f} {08034.p1} -> {08034.p3} 
+tr {08034.e} {08034.p6} {08034.p3} -> {08034.p4-eats} 
+tr {08034.t} {08034.p2-thinks} -> {08034.p1} {08034.p5} 
+tr {08034.t0|08035.t4} : b8033 {08035.p4-eats} -> {08034.f} {08035.f} {08035.p2-thinks} 
+tr {08034.t2} {08034.f} {08034.p5} -> {08034.p6} 
+tr {08034.t3|08035.t1} : a8033 {08034.f} {08035.p1} -> {08035.p3} 
+tr {08035.e} {08035.p6} {08035.p3} -> {08035.p4-eats} 
+tr {08035.t} {08035.p2-thinks} -> {08035.p1} {08035.p5} 
+tr {08035.t0|08036.t4} : b8034 {08036.p4-eats} -> {08035.f} {08036.f} {08036.p2-thinks} 
+tr {08035.t2} {08035.f} {08035.p5} -> {08035.p6} 
+tr {08035.t3|08036.t1} : a8034 {08035.f} {08036.p1} -> {08036.p3} 
+tr {08036.e} {08036.p6} {08036.p3} -> {08036.p4-eats} 
+tr {08036.t} {08036.p2-thinks} -> {08036.p1} {08036.p5} 
+tr {08036.t0|08037.t4} : b8035 {08037.p4-eats} -> {08036.f} {08037.f} {08037.p2-thinks} 
+tr {08036.t2} {08036.f} {08036.p5} -> {08036.p6} 
+tr {08036.t3|08037.t1} : a8035 {08036.f} {08037.p1} -> {08037.p3} 
+tr {08037.e} {08037.p6} {08037.p3} -> {08037.p4-eats} 
+tr {08037.t} {08037.p2-thinks} -> {08037.p1} {08037.p5} 
+tr {08037.t0|08038.t4} : b8036 {08038.p4-eats} -> {08037.f} {08038.f} {08038.p2-thinks} 
+tr {08037.t2} {08037.f} {08037.p5} -> {08037.p6} 
+tr {08037.t3|08038.t1} : a8036 {08037.f} {08038.p1} -> {08038.p3} 
+tr {08038.e} {08038.p6} {08038.p3} -> {08038.p4-eats} 
+tr {08038.t} {08038.p2-thinks} -> {08038.p1} {08038.p5} 
+tr {08038.t0|08039.t4} : b8037 {08039.p4-eats} -> {08038.f} {08039.f} {08039.p2-thinks} 
+tr {08038.t2} {08038.f} {08038.p5} -> {08038.p6} 
+tr {08038.t3|08039.t1} : a8037 {08038.f} {08039.p1} -> {08039.p3} 
+tr {08039.e} {08039.p6} {08039.p3} -> {08039.p4-eats} 
+tr {08039.t} {08039.p2-thinks} -> {08039.p1} {08039.p5} 
+tr {08039.t0|08040.t4} : b8038 {08040.p4-eats} -> {08039.f} {08040.f} {08040.p2-thinks} 
+tr {08039.t2} {08039.f} {08039.p5} -> {08039.p6} 
+tr {08039.t3|08040.t1} : a8038 {08039.f} {08040.p1} -> {08040.p3} 
+tr {08040.e} {08040.p6} {08040.p3} -> {08040.p4-eats} 
+tr {08040.t} {08040.p2-thinks} -> {08040.p1} {08040.p5} 
+tr {08040.t0|08041.t4} : b8039 {08041.p4-eats} -> {08040.f} {08041.f} {08041.p2-thinks} 
+tr {08040.t2} {08040.f} {08040.p5} -> {08040.p6} 
+tr {08040.t3|08041.t1} : a8039 {08040.f} {08041.p1} -> {08041.p3} 
+tr {08041.e} {08041.p6} {08041.p3} -> {08041.p4-eats} 
+tr {08041.t} {08041.p2-thinks} -> {08041.p1} {08041.p5} 
+tr {08041.t0|08042.t4} : b8040 {08042.p4-eats} -> {08041.f} {08042.f} {08042.p2-thinks} 
+tr {08041.t2} {08041.f} {08041.p5} -> {08041.p6} 
+tr {08041.t3|08042.t1} : a8040 {08041.f} {08042.p1} -> {08042.p3} 
+tr {08042.e} {08042.p6} {08042.p3} -> {08042.p4-eats} 
+tr {08042.t} {08042.p2-thinks} -> {08042.p1} {08042.p5} 
+tr {08042.t0|08043.t4} : b8041 {08043.p4-eats} -> {08042.f} {08043.f} {08043.p2-thinks} 
+tr {08042.t2} {08042.f} {08042.p5} -> {08042.p6} 
+tr {08042.t3|08043.t1} : a8041 {08042.f} {08043.p1} -> {08043.p3} 
+tr {08043.e} {08043.p6} {08043.p3} -> {08043.p4-eats} 
+tr {08043.t} {08043.p2-thinks} -> {08043.p1} {08043.p5} 
+tr {08043.t0|08044.t4} : b8042 {08044.p4-eats} -> {08043.f} {08044.f} {08044.p2-thinks} 
+tr {08043.t2} {08043.f} {08043.p5} -> {08043.p6} 
+tr {08043.t3|08044.t1} : a8042 {08043.f} {08044.p1} -> {08044.p3} 
+tr {08044.e} {08044.p6} {08044.p3} -> {08044.p4-eats} 
+tr {08044.t} {08044.p2-thinks} -> {08044.p1} {08044.p5} 
+tr {08044.t0|08045.t4} : b8043 {08045.p4-eats} -> {08044.f} {08045.f} {08045.p2-thinks} 
+tr {08044.t2} {08044.f} {08044.p5} -> {08044.p6} 
+tr {08044.t3|08045.t1} : a8043 {08044.f} {08045.p1} -> {08045.p3} 
+tr {08045.e} {08045.p6} {08045.p3} -> {08045.p4-eats} 
+tr {08045.t} {08045.p2-thinks} -> {08045.p1} {08045.p5} 
+tr {08045.t0|08046.t4} : b8044 {08046.p4-eats} -> {08045.f} {08046.f} {08046.p2-thinks} 
+tr {08045.t2} {08045.f} {08045.p5} -> {08045.p6} 
+tr {08045.t3|08046.t1} : a8044 {08045.f} {08046.p1} -> {08046.p3} 
+tr {08046.e} {08046.p6} {08046.p3} -> {08046.p4-eats} 
+tr {08046.t} {08046.p2-thinks} -> {08046.p1} {08046.p5} 
+tr {08046.t0|08047.t4} : b8045 {08047.p4-eats} -> {08046.f} {08047.f} {08047.p2-thinks} 
+tr {08046.t2} {08046.f} {08046.p5} -> {08046.p6} 
+tr {08046.t3|08047.t1} : a8045 {08046.f} {08047.p1} -> {08047.p3} 
+tr {08047.e} {08047.p6} {08047.p3} -> {08047.p4-eats} 
+tr {08047.t} {08047.p2-thinks} -> {08047.p1} {08047.p5} 
+tr {08047.t0|08048.t4} : b8046 {08048.p4-eats} -> {08047.f} {08048.f} {08048.p2-thinks} 
+tr {08047.t2} {08047.f} {08047.p5} -> {08047.p6} 
+tr {08047.t3|08048.t1} : a8046 {08047.f} {08048.p1} -> {08048.p3} 
+tr {08048.e} {08048.p6} {08048.p3} -> {08048.p4-eats} 
+tr {08048.t} {08048.p2-thinks} -> {08048.p1} {08048.p5} 
+tr {08048.t0|08049.t4} : b8047 {08049.p4-eats} -> {08048.f} {08049.f} {08049.p2-thinks} 
+tr {08048.t2} {08048.f} {08048.p5} -> {08048.p6} 
+tr {08048.t3|08049.t1} : a8047 {08048.f} {08049.p1} -> {08049.p3} 
+tr {08049.e} {08049.p6} {08049.p3} -> {08049.p4-eats} 
+tr {08049.t} {08049.p2-thinks} -> {08049.p1} {08049.p5} 
+tr {08049.t0|08050.t4} : b8048 {08050.p4-eats} -> {08049.f} {08050.f} {08050.p2-thinks} 
+tr {08049.t2} {08049.f} {08049.p5} -> {08049.p6} 
+tr {08049.t3|08050.t1} : a8048 {08049.f} {08050.p1} -> {08050.p3} 
+tr {08050.e} {08050.p6} {08050.p3} -> {08050.p4-eats} 
+tr {08050.t} {08050.p2-thinks} -> {08050.p1} {08050.p5} 
+tr {08050.t0|08051.t4} : b8049 {08051.p4-eats} -> {08050.f} {08051.f} {08051.p2-thinks} 
+tr {08050.t2} {08050.f} {08050.p5} -> {08050.p6} 
+tr {08050.t3|08051.t1} : a8049 {08050.f} {08051.p1} -> {08051.p3} 
+tr {08051.e} {08051.p6} {08051.p3} -> {08051.p4-eats} 
+tr {08051.t} {08051.p2-thinks} -> {08051.p1} {08051.p5} 
+tr {08051.t0|08052.t4} : b8050 {08052.p4-eats} -> {08051.f} {08052.f} {08052.p2-thinks} 
+tr {08051.t2} {08051.f} {08051.p5} -> {08051.p6} 
+tr {08051.t3|08052.t1} : a8050 {08051.f} {08052.p1} -> {08052.p3} 
+tr {08052.e} {08052.p6} {08052.p3} -> {08052.p4-eats} 
+tr {08052.t} {08052.p2-thinks} -> {08052.p1} {08052.p5} 
+tr {08052.t0|08053.t4} : b8051 {08053.p4-eats} -> {08052.f} {08053.f} {08053.p2-thinks} 
+tr {08052.t2} {08052.f} {08052.p5} -> {08052.p6} 
+tr {08052.t3|08053.t1} : a8051 {08052.f} {08053.p1} -> {08053.p3} 
+tr {08053.e} {08053.p6} {08053.p3} -> {08053.p4-eats} 
+tr {08053.t} {08053.p2-thinks} -> {08053.p1} {08053.p5} 
+tr {08053.t0|08054.t4} : b8052 {08054.p4-eats} -> {08053.f} {08054.f} {08054.p2-thinks} 
+tr {08053.t2} {08053.f} {08053.p5} -> {08053.p6} 
+tr {08053.t3|08054.t1} : a8052 {08053.f} {08054.p1} -> {08054.p3} 
+tr {08054.e} {08054.p6} {08054.p3} -> {08054.p4-eats} 
+tr {08054.t} {08054.p2-thinks} -> {08054.p1} {08054.p5} 
+tr {08054.t0|08055.t4} : b8053 {08055.p4-eats} -> {08054.f} {08055.f} {08055.p2-thinks} 
+tr {08054.t2} {08054.f} {08054.p5} -> {08054.p6} 
+tr {08054.t3|08055.t1} : a8053 {08054.f} {08055.p1} -> {08055.p3} 
+tr {08055.e} {08055.p6} {08055.p3} -> {08055.p4-eats} 
+tr {08055.t} {08055.p2-thinks} -> {08055.p1} {08055.p5} 
+tr {08055.t0|08056.t4} : b8054 {08056.p4-eats} -> {08055.f} {08056.f} {08056.p2-thinks} 
+tr {08055.t2} {08055.f} {08055.p5} -> {08055.p6} 
+tr {08055.t3|08056.t1} : a8054 {08055.f} {08056.p1} -> {08056.p3} 
+tr {08056.e} {08056.p6} {08056.p3} -> {08056.p4-eats} 
+tr {08056.t} {08056.p2-thinks} -> {08056.p1} {08056.p5} 
+tr {08056.t0|08057.t4} : b8055 {08057.p4-eats} -> {08056.f} {08057.f} {08057.p2-thinks} 
+tr {08056.t2} {08056.f} {08056.p5} -> {08056.p6} 
+tr {08056.t3|08057.t1} : a8055 {08056.f} {08057.p1} -> {08057.p3} 
+tr {08057.e} {08057.p6} {08057.p3} -> {08057.p4-eats} 
+tr {08057.t} {08057.p2-thinks} -> {08057.p1} {08057.p5} 
+tr {08057.t0|08058.t4} : b8056 {08058.p4-eats} -> {08057.f} {08058.f} {08058.p2-thinks} 
+tr {08057.t2} {08057.f} {08057.p5} -> {08057.p6} 
+tr {08057.t3|08058.t1} : a8056 {08057.f} {08058.p1} -> {08058.p3} 
+tr {08058.e} {08058.p6} {08058.p3} -> {08058.p4-eats} 
+tr {08058.t} {08058.p2-thinks} -> {08058.p1} {08058.p5} 
+tr {08058.t0|08059.t4} : b8057 {08059.p4-eats} -> {08058.f} {08059.f} {08059.p2-thinks} 
+tr {08058.t2} {08058.f} {08058.p5} -> {08058.p6} 
+tr {08058.t3|08059.t1} : a8057 {08058.f} {08059.p1} -> {08059.p3} 
+tr {08059.e} {08059.p6} {08059.p3} -> {08059.p4-eats} 
+tr {08059.t} {08059.p2-thinks} -> {08059.p1} {08059.p5} 
+tr {08059.t0|08060.t4} : b8058 {08060.p4-eats} -> {08059.f} {08060.f} {08060.p2-thinks} 
+tr {08059.t2} {08059.f} {08059.p5} -> {08059.p6} 
+tr {08059.t3|08060.t1} : a8058 {08059.f} {08060.p1} -> {08060.p3} 
+tr {08060.e} {08060.p6} {08060.p3} -> {08060.p4-eats} 
+tr {08060.t} {08060.p2-thinks} -> {08060.p1} {08060.p5} 
+tr {08060.t0|08061.t4} : b8059 {08061.p4-eats} -> {08060.f} {08061.f} {08061.p2-thinks} 
+tr {08060.t2} {08060.f} {08060.p5} -> {08060.p6} 
+tr {08060.t3|08061.t1} : a8059 {08060.f} {08061.p1} -> {08061.p3} 
+tr {08061.e} {08061.p6} {08061.p3} -> {08061.p4-eats} 
+tr {08061.t} {08061.p2-thinks} -> {08061.p1} {08061.p5} 
+tr {08061.t0|08062.t4} : b8060 {08062.p4-eats} -> {08061.f} {08062.f} {08062.p2-thinks} 
+tr {08061.t2} {08061.f} {08061.p5} -> {08061.p6} 
+tr {08061.t3|08062.t1} : a8060 {08061.f} {08062.p1} -> {08062.p3} 
+tr {08062.e} {08062.p6} {08062.p3} -> {08062.p4-eats} 
+tr {08062.t} {08062.p2-thinks} -> {08062.p1} {08062.p5} 
+tr {08062.t0|08063.t4} : b8061 {08063.p4-eats} -> {08062.f} {08063.f} {08063.p2-thinks} 
+tr {08062.t2} {08062.f} {08062.p5} -> {08062.p6} 
+tr {08062.t3|08063.t1} : a8061 {08062.f} {08063.p1} -> {08063.p3} 
+tr {08063.e} {08063.p6} {08063.p3} -> {08063.p4-eats} 
+tr {08063.t} {08063.p2-thinks} -> {08063.p1} {08063.p5} 
+tr {08063.t0|08064.t4} : b8062 {08064.p4-eats} -> {08063.f} {08064.f} {08064.p2-thinks} 
+tr {08063.t2} {08063.f} {08063.p5} -> {08063.p6} 
+tr {08063.t3|08064.t1} : a8062 {08063.f} {08064.p1} -> {08064.p3} 
+tr {08064.e} {08064.p6} {08064.p3} -> {08064.p4-eats} 
+tr {08064.t} {08064.p2-thinks} -> {08064.p1} {08064.p5} 
+tr {08064.t0|08065.t4} : b8063 {08065.p4-eats} -> {08064.f} {08065.f} {08065.p2-thinks} 
+tr {08064.t2} {08064.f} {08064.p5} -> {08064.p6} 
+tr {08064.t3|08065.t1} : a8063 {08064.f} {08065.p1} -> {08065.p3} 
+tr {08065.e} {08065.p6} {08065.p3} -> {08065.p4-eats} 
+tr {08065.t} {08065.p2-thinks} -> {08065.p1} {08065.p5} 
+tr {08065.t0|08066.t4} : b8064 {08066.p4-eats} -> {08065.f} {08066.f} {08066.p2-thinks} 
+tr {08065.t2} {08065.f} {08065.p5} -> {08065.p6} 
+tr {08065.t3|08066.t1} : a8064 {08065.f} {08066.p1} -> {08066.p3} 
+tr {08066.e} {08066.p6} {08066.p3} -> {08066.p4-eats} 
+tr {08066.t} {08066.p2-thinks} -> {08066.p1} {08066.p5} 
+tr {08066.t0|08067.t4} : b8065 {08067.p4-eats} -> {08066.f} {08067.f} {08067.p2-thinks} 
+tr {08066.t2} {08066.f} {08066.p5} -> {08066.p6} 
+tr {08066.t3|08067.t1} : a8065 {08066.f} {08067.p1} -> {08067.p3} 
+tr {08067.e} {08067.p6} {08067.p3} -> {08067.p4-eats} 
+tr {08067.t} {08067.p2-thinks} -> {08067.p1} {08067.p5} 
+tr {08067.t0|08068.t4} : b8066 {08068.p4-eats} -> {08067.f} {08068.f} {08068.p2-thinks} 
+tr {08067.t2} {08067.f} {08067.p5} -> {08067.p6} 
+tr {08067.t3|08068.t1} : a8066 {08067.f} {08068.p1} -> {08068.p3} 
+tr {08068.e} {08068.p6} {08068.p3} -> {08068.p4-eats} 
+tr {08068.t} {08068.p2-thinks} -> {08068.p1} {08068.p5} 
+tr {08068.t0|08069.t4} : b8067 {08069.p4-eats} -> {08068.f} {08069.f} {08069.p2-thinks} 
+tr {08068.t2} {08068.f} {08068.p5} -> {08068.p6} 
+tr {08068.t3|08069.t1} : a8067 {08068.f} {08069.p1} -> {08069.p3} 
+tr {08069.e} {08069.p6} {08069.p3} -> {08069.p4-eats} 
+tr {08069.t} {08069.p2-thinks} -> {08069.p1} {08069.p5} 
+tr {08069.t0|08070.t4} : b8068 {08070.p4-eats} -> {08069.f} {08070.f} {08070.p2-thinks} 
+tr {08069.t2} {08069.f} {08069.p5} -> {08069.p6} 
+tr {08069.t3|08070.t1} : a8068 {08069.f} {08070.p1} -> {08070.p3} 
+tr {08070.e} {08070.p6} {08070.p3} -> {08070.p4-eats} 
+tr {08070.t} {08070.p2-thinks} -> {08070.p1} {08070.p5} 
+tr {08070.t0|08071.t4} : b8069 {08071.p4-eats} -> {08070.f} {08071.f} {08071.p2-thinks} 
+tr {08070.t2} {08070.f} {08070.p5} -> {08070.p6} 
+tr {08070.t3|08071.t1} : a8069 {08070.f} {08071.p1} -> {08071.p3} 
+tr {08071.e} {08071.p6} {08071.p3} -> {08071.p4-eats} 
+tr {08071.t} {08071.p2-thinks} -> {08071.p1} {08071.p5} 
+tr {08071.t0|08072.t4} : b8070 {08072.p4-eats} -> {08071.f} {08072.f} {08072.p2-thinks} 
+tr {08071.t2} {08071.f} {08071.p5} -> {08071.p6} 
+tr {08071.t3|08072.t1} : a8070 {08071.f} {08072.p1} -> {08072.p3} 
+tr {08072.e} {08072.p6} {08072.p3} -> {08072.p4-eats} 
+tr {08072.t} {08072.p2-thinks} -> {08072.p1} {08072.p5} 
+tr {08072.t0|08073.t4} : b8071 {08073.p4-eats} -> {08072.f} {08073.f} {08073.p2-thinks} 
+tr {08072.t2} {08072.f} {08072.p5} -> {08072.p6} 
+tr {08072.t3|08073.t1} : a8071 {08072.f} {08073.p1} -> {08073.p3} 
+tr {08073.e} {08073.p6} {08073.p3} -> {08073.p4-eats} 
+tr {08073.t} {08073.p2-thinks} -> {08073.p1} {08073.p5} 
+tr {08073.t0|08074.t4} : b8072 {08074.p4-eats} -> {08073.f} {08074.f} {08074.p2-thinks} 
+tr {08073.t2} {08073.f} {08073.p5} -> {08073.p6} 
+tr {08073.t3|08074.t1} : a8072 {08073.f} {08074.p1} -> {08074.p3} 
+tr {08074.e} {08074.p6} {08074.p3} -> {08074.p4-eats} 
+tr {08074.t} {08074.p2-thinks} -> {08074.p1} {08074.p5} 
+tr {08074.t0|08075.t4} : b8073 {08075.p4-eats} -> {08074.f} {08075.f} {08075.p2-thinks} 
+tr {08074.t2} {08074.f} {08074.p5} -> {08074.p6} 
+tr {08074.t3|08075.t1} : a8073 {08074.f} {08075.p1} -> {08075.p3} 
+tr {08075.e} {08075.p6} {08075.p3} -> {08075.p4-eats} 
+tr {08075.t} {08075.p2-thinks} -> {08075.p1} {08075.p5} 
+tr {08075.t0|08076.t4} : b8074 {08076.p4-eats} -> {08075.f} {08076.f} {08076.p2-thinks} 
+tr {08075.t2} {08075.f} {08075.p5} -> {08075.p6} 
+tr {08075.t3|08076.t1} : a8074 {08075.f} {08076.p1} -> {08076.p3} 
+tr {08076.e} {08076.p6} {08076.p3} -> {08076.p4-eats} 
+tr {08076.t} {08076.p2-thinks} -> {08076.p1} {08076.p5} 
+tr {08076.t0|08077.t4} : b8075 {08077.p4-eats} -> {08076.f} {08077.f} {08077.p2-thinks} 
+tr {08076.t2} {08076.f} {08076.p5} -> {08076.p6} 
+tr {08076.t3|08077.t1} : a8075 {08076.f} {08077.p1} -> {08077.p3} 
+tr {08077.e} {08077.p6} {08077.p3} -> {08077.p4-eats} 
+tr {08077.t} {08077.p2-thinks} -> {08077.p1} {08077.p5} 
+tr {08077.t0|08078.t4} : b8076 {08078.p4-eats} -> {08077.f} {08078.f} {08078.p2-thinks} 
+tr {08077.t2} {08077.f} {08077.p5} -> {08077.p6} 
+tr {08077.t3|08078.t1} : a8076 {08077.f} {08078.p1} -> {08078.p3} 
+tr {08078.e} {08078.p6} {08078.p3} -> {08078.p4-eats} 
+tr {08078.t} {08078.p2-thinks} -> {08078.p1} {08078.p5} 
+tr {08078.t0|08079.t4} : b8077 {08079.p4-eats} -> {08078.f} {08079.f} {08079.p2-thinks} 
+tr {08078.t2} {08078.f} {08078.p5} -> {08078.p6} 
+tr {08078.t3|08079.t1} : a8077 {08078.f} {08079.p1} -> {08079.p3} 
+tr {08079.e} {08079.p6} {08079.p3} -> {08079.p4-eats} 
+tr {08079.t} {08079.p2-thinks} -> {08079.p1} {08079.p5} 
+tr {08079.t0|08080.t4} : b8078 {08080.p4-eats} -> {08079.f} {08080.f} {08080.p2-thinks} 
+tr {08079.t2} {08079.f} {08079.p5} -> {08079.p6} 
+tr {08079.t3|08080.t1} : a8078 {08079.f} {08080.p1} -> {08080.p3} 
+tr {08080.e} {08080.p6} {08080.p3} -> {08080.p4-eats} 
+tr {08080.t} {08080.p2-thinks} -> {08080.p1} {08080.p5} 
+tr {08080.t0|08081.t4} : b8079 {08081.p4-eats} -> {08080.f} {08081.f} {08081.p2-thinks} 
+tr {08080.t2} {08080.f} {08080.p5} -> {08080.p6} 
+tr {08080.t3|08081.t1} : a8079 {08080.f} {08081.p1} -> {08081.p3} 
+tr {08081.e} {08081.p6} {08081.p3} -> {08081.p4-eats} 
+tr {08081.t} {08081.p2-thinks} -> {08081.p1} {08081.p5} 
+tr {08081.t0|08082.t4} : b8080 {08082.p4-eats} -> {08081.f} {08082.f} {08082.p2-thinks} 
+tr {08081.t2} {08081.f} {08081.p5} -> {08081.p6} 
+tr {08081.t3|08082.t1} : a8080 {08081.f} {08082.p1} -> {08082.p3} 
+tr {08082.e} {08082.p6} {08082.p3} -> {08082.p4-eats} 
+tr {08082.t} {08082.p2-thinks} -> {08082.p1} {08082.p5} 
+tr {08082.t0|08083.t4} : b8081 {08083.p4-eats} -> {08082.f} {08083.f} {08083.p2-thinks} 
+tr {08082.t2} {08082.f} {08082.p5} -> {08082.p6} 
+tr {08082.t3|08083.t1} : a8081 {08082.f} {08083.p1} -> {08083.p3} 
+tr {08083.e} {08083.p6} {08083.p3} -> {08083.p4-eats} 
+tr {08083.t} {08083.p2-thinks} -> {08083.p1} {08083.p5} 
+tr {08083.t0|08084.t4} : b8082 {08084.p4-eats} -> {08083.f} {08084.f} {08084.p2-thinks} 
+tr {08083.t2} {08083.f} {08083.p5} -> {08083.p6} 
+tr {08083.t3|08084.t1} : a8082 {08083.f} {08084.p1} -> {08084.p3} 
+tr {08084.e} {08084.p6} {08084.p3} -> {08084.p4-eats} 
+tr {08084.t} {08084.p2-thinks} -> {08084.p1} {08084.p5} 
+tr {08084.t0|08085.t4} : b8083 {08085.p4-eats} -> {08084.f} {08085.f} {08085.p2-thinks} 
+tr {08084.t2} {08084.f} {08084.p5} -> {08084.p6} 
+tr {08084.t3|08085.t1} : a8083 {08084.f} {08085.p1} -> {08085.p3} 
+tr {08085.e} {08085.p6} {08085.p3} -> {08085.p4-eats} 
+tr {08085.t} {08085.p2-thinks} -> {08085.p1} {08085.p5} 
+tr {08085.t0|08086.t4} : b8084 {08086.p4-eats} -> {08085.f} {08086.f} {08086.p2-thinks} 
+tr {08085.t2} {08085.f} {08085.p5} -> {08085.p6} 
+tr {08085.t3|08086.t1} : a8084 {08085.f} {08086.p1} -> {08086.p3} 
+tr {08086.e} {08086.p6} {08086.p3} -> {08086.p4-eats} 
+tr {08086.t} {08086.p2-thinks} -> {08086.p1} {08086.p5} 
+tr {08086.t0|08087.t4} : b8085 {08087.p4-eats} -> {08086.f} {08087.f} {08087.p2-thinks} 
+tr {08086.t2} {08086.f} {08086.p5} -> {08086.p6} 
+tr {08086.t3|08087.t1} : a8085 {08086.f} {08087.p1} -> {08087.p3} 
+tr {08087.e} {08087.p6} {08087.p3} -> {08087.p4-eats} 
+tr {08087.t} {08087.p2-thinks} -> {08087.p1} {08087.p5} 
+tr {08087.t0|08088.t4} : b8086 {08088.p4-eats} -> {08087.f} {08088.f} {08088.p2-thinks} 
+tr {08087.t2} {08087.f} {08087.p5} -> {08087.p6} 
+tr {08087.t3|08088.t1} : a8086 {08087.f} {08088.p1} -> {08088.p3} 
+tr {08088.e} {08088.p6} {08088.p3} -> {08088.p4-eats} 
+tr {08088.t} {08088.p2-thinks} -> {08088.p1} {08088.p5} 
+tr {08088.t0|08089.t4} : b8087 {08089.p4-eats} -> {08088.f} {08089.f} {08089.p2-thinks} 
+tr {08088.t2} {08088.f} {08088.p5} -> {08088.p6} 
+tr {08088.t3|08089.t1} : a8087 {08088.f} {08089.p1} -> {08089.p3} 
+tr {08089.e} {08089.p6} {08089.p3} -> {08089.p4-eats} 
+tr {08089.t} {08089.p2-thinks} -> {08089.p1} {08089.p5} 
+tr {08089.t0|08090.t4} : b8088 {08090.p4-eats} -> {08089.f} {08090.f} {08090.p2-thinks} 
+tr {08089.t2} {08089.f} {08089.p5} -> {08089.p6} 
+tr {08089.t3|08090.t1} : a8088 {08089.f} {08090.p1} -> {08090.p3} 
+tr {08090.e} {08090.p6} {08090.p3} -> {08090.p4-eats} 
+tr {08090.t} {08090.p2-thinks} -> {08090.p1} {08090.p5} 
+tr {08090.t0|08091.t4} : b8089 {08091.p4-eats} -> {08090.f} {08091.f} {08091.p2-thinks} 
+tr {08090.t2} {08090.f} {08090.p5} -> {08090.p6} 
+tr {08090.t3|08091.t1} : a8089 {08090.f} {08091.p1} -> {08091.p3} 
+tr {08091.e} {08091.p6} {08091.p3} -> {08091.p4-eats} 
+tr {08091.t} {08091.p2-thinks} -> {08091.p1} {08091.p5} 
+tr {08091.t0|08092.t4} : b8090 {08092.p4-eats} -> {08091.f} {08092.f} {08092.p2-thinks} 
+tr {08091.t2} {08091.f} {08091.p5} -> {08091.p6} 
+tr {08091.t3|08092.t1} : a8090 {08091.f} {08092.p1} -> {08092.p3} 
+tr {08092.e} {08092.p6} {08092.p3} -> {08092.p4-eats} 
+tr {08092.t} {08092.p2-thinks} -> {08092.p1} {08092.p5} 
+tr {08092.t0|08093.t4} : b8091 {08093.p4-eats} -> {08092.f} {08093.f} {08093.p2-thinks} 
+tr {08092.t2} {08092.f} {08092.p5} -> {08092.p6} 
+tr {08092.t3|08093.t1} : a8091 {08092.f} {08093.p1} -> {08093.p3} 
+tr {08093.e} {08093.p6} {08093.p3} -> {08093.p4-eats} 
+tr {08093.t} {08093.p2-thinks} -> {08093.p1} {08093.p5} 
+tr {08093.t0|08094.t4} : b8092 {08094.p4-eats} -> {08093.f} {08094.f} {08094.p2-thinks} 
+tr {08093.t2} {08093.f} {08093.p5} -> {08093.p6} 
+tr {08093.t3|08094.t1} : a8092 {08093.f} {08094.p1} -> {08094.p3} 
+tr {08094.e} {08094.p6} {08094.p3} -> {08094.p4-eats} 
+tr {08094.t} {08094.p2-thinks} -> {08094.p1} {08094.p5} 
+tr {08094.t0|08095.t4} : b8093 {08095.p4-eats} -> {08094.f} {08095.f} {08095.p2-thinks} 
+tr {08094.t2} {08094.f} {08094.p5} -> {08094.p6} 
+tr {08094.t3|08095.t1} : a8093 {08094.f} {08095.p1} -> {08095.p3} 
+tr {08095.e} {08095.p6} {08095.p3} -> {08095.p4-eats} 
+tr {08095.t} {08095.p2-thinks} -> {08095.p1} {08095.p5} 
+tr {08095.t0|08096.t4} : b8094 {08096.p4-eats} -> {08095.f} {08096.f} {08096.p2-thinks} 
+tr {08095.t2} {08095.f} {08095.p5} -> {08095.p6} 
+tr {08095.t3|08096.t1} : a8094 {08095.f} {08096.p1} -> {08096.p3} 
+tr {08096.e} {08096.p6} {08096.p3} -> {08096.p4-eats} 
+tr {08096.t} {08096.p2-thinks} -> {08096.p1} {08096.p5} 
+tr {08096.t0|08097.t4} : b8095 {08097.p4-eats} -> {08096.f} {08097.f} {08097.p2-thinks} 
+tr {08096.t2} {08096.f} {08096.p5} -> {08096.p6} 
+tr {08096.t3|08097.t1} : a8095 {08096.f} {08097.p1} -> {08097.p3} 
+tr {08097.e} {08097.p6} {08097.p3} -> {08097.p4-eats} 
+tr {08097.t} {08097.p2-thinks} -> {08097.p1} {08097.p5} 
+tr {08097.t0|08098.t4} : b8096 {08098.p4-eats} -> {08097.f} {08098.f} {08098.p2-thinks} 
+tr {08097.t2} {08097.f} {08097.p5} -> {08097.p6} 
+tr {08097.t3|08098.t1} : a8096 {08097.f} {08098.p1} -> {08098.p3} 
+tr {08098.e} {08098.p6} {08098.p3} -> {08098.p4-eats} 
+tr {08098.t} {08098.p2-thinks} -> {08098.p1} {08098.p5} 
+tr {08098.t0|08099.t4} : b8097 {08099.p4-eats} -> {08098.f} {08099.f} {08099.p2-thinks} 
+tr {08098.t2} {08098.f} {08098.p5} -> {08098.p6} 
+tr {08098.t3|08099.t1} : a8097 {08098.f} {08099.p1} -> {08099.p3} 
+tr {08099.e} {08099.p6} {08099.p3} -> {08099.p4-eats} 
+tr {08099.t} {08099.p2-thinks} -> {08099.p1} {08099.p5} 
+tr {08099.t0|08100.t4} : b8098 {08100.p4-eats} -> {08099.f} {08100.f} {08100.p2-thinks} 
+tr {08099.t2} {08099.f} {08099.p5} -> {08099.p6} 
+tr {08099.t3|08100.t1} : a8098 {08099.f} {08100.p1} -> {08100.p3} 
+tr {08100.e} {08100.p6} {08100.p3} -> {08100.p4-eats} 
+tr {08100.t} {08100.p2-thinks} -> {08100.p1} {08100.p5} 
+tr {08100.t0|08101.t4} : b8099 {08101.p4-eats} -> {08100.f} {08101.f} {08101.p2-thinks} 
+tr {08100.t2} {08100.f} {08100.p5} -> {08100.p6} 
+tr {08100.t3|08101.t1} : a8099 {08100.f} {08101.p1} -> {08101.p3} 
+tr {08101.e} {08101.p6} {08101.p3} -> {08101.p4-eats} 
+tr {08101.t} {08101.p2-thinks} -> {08101.p1} {08101.p5} 
+tr {08101.t0|08102.t4} : b8100 {08102.p4-eats} -> {08101.f} {08102.f} {08102.p2-thinks} 
+tr {08101.t2} {08101.f} {08101.p5} -> {08101.p6} 
+tr {08101.t3|08102.t1} : a8100 {08101.f} {08102.p1} -> {08102.p3} 
+tr {08102.e} {08102.p6} {08102.p3} -> {08102.p4-eats} 
+tr {08102.t} {08102.p2-thinks} -> {08102.p1} {08102.p5} 
+tr {08102.t0|08103.t4} : b8101 {08103.p4-eats} -> {08102.f} {08103.f} {08103.p2-thinks} 
+tr {08102.t2} {08102.f} {08102.p5} -> {08102.p6} 
+tr {08102.t3|08103.t1} : a8101 {08102.f} {08103.p1} -> {08103.p3} 
+tr {08103.e} {08103.p6} {08103.p3} -> {08103.p4-eats} 
+tr {08103.t} {08103.p2-thinks} -> {08103.p1} {08103.p5} 
+tr {08103.t0|08104.t4} : b8102 {08104.p4-eats} -> {08103.f} {08104.f} {08104.p2-thinks} 
+tr {08103.t2} {08103.f} {08103.p5} -> {08103.p6} 
+tr {08103.t3|08104.t1} : a8102 {08103.f} {08104.p1} -> {08104.p3} 
+tr {08104.e} {08104.p6} {08104.p3} -> {08104.p4-eats} 
+tr {08104.t} {08104.p2-thinks} -> {08104.p1} {08104.p5} 
+tr {08104.t0|08105.t4} : b8103 {08105.p4-eats} -> {08104.f} {08105.f} {08105.p2-thinks} 
+tr {08104.t2} {08104.f} {08104.p5} -> {08104.p6} 
+tr {08104.t3|08105.t1} : a8103 {08104.f} {08105.p1} -> {08105.p3} 
+tr {08105.e} {08105.p6} {08105.p3} -> {08105.p4-eats} 
+tr {08105.t} {08105.p2-thinks} -> {08105.p1} {08105.p5} 
+tr {08105.t0|08106.t4} : b8104 {08106.p4-eats} -> {08105.f} {08106.f} {08106.p2-thinks} 
+tr {08105.t2} {08105.f} {08105.p5} -> {08105.p6} 
+tr {08105.t3|08106.t1} : a8104 {08105.f} {08106.p1} -> {08106.p3} 
+tr {08106.e} {08106.p6} {08106.p3} -> {08106.p4-eats} 
+tr {08106.t} {08106.p2-thinks} -> {08106.p1} {08106.p5} 
+tr {08106.t0|08107.t4} : b8105 {08107.p4-eats} -> {08106.f} {08107.f} {08107.p2-thinks} 
+tr {08106.t2} {08106.f} {08106.p5} -> {08106.p6} 
+tr {08106.t3|08107.t1} : a8105 {08106.f} {08107.p1} -> {08107.p3} 
+tr {08107.e} {08107.p6} {08107.p3} -> {08107.p4-eats} 
+tr {08107.t} {08107.p2-thinks} -> {08107.p1} {08107.p5} 
+tr {08107.t0|08108.t4} : b8106 {08108.p4-eats} -> {08107.f} {08108.f} {08108.p2-thinks} 
+tr {08107.t2} {08107.f} {08107.p5} -> {08107.p6} 
+tr {08107.t3|08108.t1} : a8106 {08107.f} {08108.p1} -> {08108.p3} 
+tr {08108.e} {08108.p6} {08108.p3} -> {08108.p4-eats} 
+tr {08108.t} {08108.p2-thinks} -> {08108.p1} {08108.p5} 
+tr {08108.t0|08109.t4} : b8107 {08109.p4-eats} -> {08108.f} {08109.f} {08109.p2-thinks} 
+tr {08108.t2} {08108.f} {08108.p5} -> {08108.p6} 
+tr {08108.t3|08109.t1} : a8107 {08108.f} {08109.p1} -> {08109.p3} 
+tr {08109.e} {08109.p6} {08109.p3} -> {08109.p4-eats} 
+tr {08109.t} {08109.p2-thinks} -> {08109.p1} {08109.p5} 
+tr {08109.t0|08110.t4} : b8108 {08110.p4-eats} -> {08109.f} {08110.f} {08110.p2-thinks} 
+tr {08109.t2} {08109.f} {08109.p5} -> {08109.p6} 
+tr {08109.t3|08110.t1} : a8108 {08109.f} {08110.p1} -> {08110.p3} 
+tr {08110.e} {08110.p6} {08110.p3} -> {08110.p4-eats} 
+tr {08110.t} {08110.p2-thinks} -> {08110.p1} {08110.p5} 
+tr {08110.t0|08111.t4} : b8109 {08111.p4-eats} -> {08110.f} {08111.f} {08111.p2-thinks} 
+tr {08110.t2} {08110.f} {08110.p5} -> {08110.p6} 
+tr {08110.t3|08111.t1} : a8109 {08110.f} {08111.p1} -> {08111.p3} 
+tr {08111.e} {08111.p6} {08111.p3} -> {08111.p4-eats} 
+tr {08111.t} {08111.p2-thinks} -> {08111.p1} {08111.p5} 
+tr {08111.t0|08112.t4} : b8110 {08112.p4-eats} -> {08111.f} {08112.f} {08112.p2-thinks} 
+tr {08111.t2} {08111.f} {08111.p5} -> {08111.p6} 
+tr {08111.t3|08112.t1} : a8110 {08111.f} {08112.p1} -> {08112.p3} 
+tr {08112.e} {08112.p6} {08112.p3} -> {08112.p4-eats} 
+tr {08112.t} {08112.p2-thinks} -> {08112.p1} {08112.p5} 
+tr {08112.t0|08113.t4} : b8111 {08113.p4-eats} -> {08112.f} {08113.f} {08113.p2-thinks} 
+tr {08112.t2} {08112.f} {08112.p5} -> {08112.p6} 
+tr {08112.t3|08113.t1} : a8111 {08112.f} {08113.p1} -> {08113.p3} 
+tr {08113.e} {08113.p6} {08113.p3} -> {08113.p4-eats} 
+tr {08113.t} {08113.p2-thinks} -> {08113.p1} {08113.p5} 
+tr {08113.t0|08114.t4} : b8112 {08114.p4-eats} -> {08113.f} {08114.f} {08114.p2-thinks} 
+tr {08113.t2} {08113.f} {08113.p5} -> {08113.p6} 
+tr {08113.t3|08114.t1} : a8112 {08113.f} {08114.p1} -> {08114.p3} 
+tr {08114.e} {08114.p6} {08114.p3} -> {08114.p4-eats} 
+tr {08114.t} {08114.p2-thinks} -> {08114.p1} {08114.p5} 
+tr {08114.t0|08115.t4} : b8113 {08115.p4-eats} -> {08114.f} {08115.f} {08115.p2-thinks} 
+tr {08114.t2} {08114.f} {08114.p5} -> {08114.p6} 
+tr {08114.t3|08115.t1} : a8113 {08114.f} {08115.p1} -> {08115.p3} 
+tr {08115.e} {08115.p6} {08115.p3} -> {08115.p4-eats} 
+tr {08115.t} {08115.p2-thinks} -> {08115.p1} {08115.p5} 
+tr {08115.t0|08116.t4} : b8114 {08116.p4-eats} -> {08115.f} {08116.f} {08116.p2-thinks} 
+tr {08115.t2} {08115.f} {08115.p5} -> {08115.p6} 
+tr {08115.t3|08116.t1} : a8114 {08115.f} {08116.p1} -> {08116.p3} 
+tr {08116.e} {08116.p6} {08116.p3} -> {08116.p4-eats} 
+tr {08116.t} {08116.p2-thinks} -> {08116.p1} {08116.p5} 
+tr {08116.t0|08117.t4} : b8115 {08117.p4-eats} -> {08116.f} {08117.f} {08117.p2-thinks} 
+tr {08116.t2} {08116.f} {08116.p5} -> {08116.p6} 
+tr {08116.t3|08117.t1} : a8115 {08116.f} {08117.p1} -> {08117.p3} 
+tr {08117.e} {08117.p6} {08117.p3} -> {08117.p4-eats} 
+tr {08117.t} {08117.p2-thinks} -> {08117.p1} {08117.p5} 
+tr {08117.t0|08118.t4} : b8116 {08118.p4-eats} -> {08117.f} {08118.f} {08118.p2-thinks} 
+tr {08117.t2} {08117.f} {08117.p5} -> {08117.p6} 
+tr {08117.t3|08118.t1} : a8116 {08117.f} {08118.p1} -> {08118.p3} 
+tr {08118.e} {08118.p6} {08118.p3} -> {08118.p4-eats} 
+tr {08118.t} {08118.p2-thinks} -> {08118.p1} {08118.p5} 
+tr {08118.t0|08119.t4} : b8117 {08119.p4-eats} -> {08118.f} {08119.f} {08119.p2-thinks} 
+tr {08118.t2} {08118.f} {08118.p5} -> {08118.p6} 
+tr {08118.t3|08119.t1} : a8117 {08118.f} {08119.p1} -> {08119.p3} 
+tr {08119.e} {08119.p6} {08119.p3} -> {08119.p4-eats} 
+tr {08119.t} {08119.p2-thinks} -> {08119.p1} {08119.p5} 
+tr {08119.t0|08120.t4} : b8118 {08120.p4-eats} -> {08119.f} {08120.f} {08120.p2-thinks} 
+tr {08119.t2} {08119.f} {08119.p5} -> {08119.p6} 
+tr {08119.t3|08120.t1} : a8118 {08119.f} {08120.p1} -> {08120.p3} 
+tr {08120.e} {08120.p6} {08120.p3} -> {08120.p4-eats} 
+tr {08120.t} {08120.p2-thinks} -> {08120.p1} {08120.p5} 
+tr {08120.t0|08121.t4} : b8119 {08121.p4-eats} -> {08120.f} {08121.f} {08121.p2-thinks} 
+tr {08120.t2} {08120.f} {08120.p5} -> {08120.p6} 
+tr {08120.t3|08121.t1} : a8119 {08120.f} {08121.p1} -> {08121.p3} 
+tr {08121.e} {08121.p6} {08121.p3} -> {08121.p4-eats} 
+tr {08121.t} {08121.p2-thinks} -> {08121.p1} {08121.p5} 
+tr {08121.t0|08122.t4} : b8120 {08122.p4-eats} -> {08121.f} {08122.f} {08122.p2-thinks} 
+tr {08121.t2} {08121.f} {08121.p5} -> {08121.p6} 
+tr {08121.t3|08122.t1} : a8120 {08121.f} {08122.p1} -> {08122.p3} 
+tr {08122.e} {08122.p6} {08122.p3} -> {08122.p4-eats} 
+tr {08122.t} {08122.p2-thinks} -> {08122.p1} {08122.p5} 
+tr {08122.t0|08123.t4} : b8121 {08123.p4-eats} -> {08122.f} {08123.f} {08123.p2-thinks} 
+tr {08122.t2} {08122.f} {08122.p5} -> {08122.p6} 
+tr {08122.t3|08123.t1} : a8121 {08122.f} {08123.p1} -> {08123.p3} 
+tr {08123.e} {08123.p6} {08123.p3} -> {08123.p4-eats} 
+tr {08123.t} {08123.p2-thinks} -> {08123.p1} {08123.p5} 
+tr {08123.t0|08124.t4} : b8122 {08124.p4-eats} -> {08123.f} {08124.f} {08124.p2-thinks} 
+tr {08123.t2} {08123.f} {08123.p5} -> {08123.p6} 
+tr {08123.t3|08124.t1} : a8122 {08123.f} {08124.p1} -> {08124.p3} 
+tr {08124.e} {08124.p6} {08124.p3} -> {08124.p4-eats} 
+tr {08124.t} {08124.p2-thinks} -> {08124.p1} {08124.p5} 
+tr {08124.t0|08125.t4} : b8123 {08125.p4-eats} -> {08124.f} {08125.f} {08125.p2-thinks} 
+tr {08124.t2} {08124.f} {08124.p5} -> {08124.p6} 
+tr {08124.t3|08125.t1} : a8123 {08124.f} {08125.p1} -> {08125.p3} 
+tr {08125.e} {08125.p6} {08125.p3} -> {08125.p4-eats} 
+tr {08125.t} {08125.p2-thinks} -> {08125.p1} {08125.p5} 
+tr {08125.t0|08126.t4} : b8124 {08126.p4-eats} -> {08125.f} {08126.f} {08126.p2-thinks} 
+tr {08125.t2} {08125.f} {08125.p5} -> {08125.p6} 
+tr {08125.t3|08126.t1} : a8124 {08125.f} {08126.p1} -> {08126.p3} 
+tr {08126.e} {08126.p6} {08126.p3} -> {08126.p4-eats} 
+tr {08126.t} {08126.p2-thinks} -> {08126.p1} {08126.p5} 
+tr {08126.t0|08127.t4} : b8125 {08127.p4-eats} -> {08126.f} {08127.f} {08127.p2-thinks} 
+tr {08126.t2} {08126.f} {08126.p5} -> {08126.p6} 
+tr {08126.t3|08127.t1} : a8125 {08126.f} {08127.p1} -> {08127.p3} 
+tr {08127.e} {08127.p6} {08127.p3} -> {08127.p4-eats} 
+tr {08127.t} {08127.p2-thinks} -> {08127.p1} {08127.p5} 
+tr {08127.t0|08128.t4} : b8126 {08128.p4-eats} -> {08127.f} {08128.f} {08128.p2-thinks} 
+tr {08127.t2} {08127.f} {08127.p5} -> {08127.p6} 
+tr {08127.t3|08128.t1} : a8126 {08127.f} {08128.p1} -> {08128.p3} 
+tr {08128.e} {08128.p6} {08128.p3} -> {08128.p4-eats} 
+tr {08128.t} {08128.p2-thinks} -> {08128.p1} {08128.p5} 
+tr {08128.t0|08129.t4} : b8127 {08129.p4-eats} -> {08128.f} {08129.f} {08129.p2-thinks} 
+tr {08128.t2} {08128.f} {08128.p5} -> {08128.p6} 
+tr {08128.t3|08129.t1} : a8127 {08128.f} {08129.p1} -> {08129.p3} 
+tr {08129.e} {08129.p6} {08129.p3} -> {08129.p4-eats} 
+tr {08129.t} {08129.p2-thinks} -> {08129.p1} {08129.p5} 
+tr {08129.t0|08130.t4} : b8128 {08130.p4-eats} -> {08129.f} {08130.f} {08130.p2-thinks} 
+tr {08129.t2} {08129.f} {08129.p5} -> {08129.p6} 
+tr {08129.t3|08130.t1} : a8128 {08129.f} {08130.p1} -> {08130.p3} 
+tr {08130.e} {08130.p6} {08130.p3} -> {08130.p4-eats} 
+tr {08130.t} {08130.p2-thinks} -> {08130.p1} {08130.p5} 
+tr {08130.t0|08131.t4} : b8129 {08131.p4-eats} -> {08130.f} {08131.f} {08131.p2-thinks} 
+tr {08130.t2} {08130.f} {08130.p5} -> {08130.p6} 
+tr {08130.t3|08131.t1} : a8129 {08130.f} {08131.p1} -> {08131.p3} 
+tr {08131.e} {08131.p6} {08131.p3} -> {08131.p4-eats} 
+tr {08131.t} {08131.p2-thinks} -> {08131.p1} {08131.p5} 
+tr {08131.t0|08132.t4} : b8130 {08132.p4-eats} -> {08131.f} {08132.f} {08132.p2-thinks} 
+tr {08131.t2} {08131.f} {08131.p5} -> {08131.p6} 
+tr {08131.t3|08132.t1} : a8130 {08131.f} {08132.p1} -> {08132.p3} 
+tr {08132.e} {08132.p6} {08132.p3} -> {08132.p4-eats} 
+tr {08132.t} {08132.p2-thinks} -> {08132.p1} {08132.p5} 
+tr {08132.t0|08133.t4} : b8131 {08133.p4-eats} -> {08132.f} {08133.f} {08133.p2-thinks} 
+tr {08132.t2} {08132.f} {08132.p5} -> {08132.p6} 
+tr {08132.t3|08133.t1} : a8131 {08132.f} {08133.p1} -> {08133.p3} 
+tr {08133.e} {08133.p6} {08133.p3} -> {08133.p4-eats} 
+tr {08133.t} {08133.p2-thinks} -> {08133.p1} {08133.p5} 
+tr {08133.t0|08134.t4} : b8132 {08134.p4-eats} -> {08133.f} {08134.f} {08134.p2-thinks} 
+tr {08133.t2} {08133.f} {08133.p5} -> {08133.p6} 
+tr {08133.t3|08134.t1} : a8132 {08133.f} {08134.p1} -> {08134.p3} 
+tr {08134.e} {08134.p6} {08134.p3} -> {08134.p4-eats} 
+tr {08134.t} {08134.p2-thinks} -> {08134.p1} {08134.p5} 
+tr {08134.t0|08135.t4} : b8133 {08135.p4-eats} -> {08134.f} {08135.f} {08135.p2-thinks} 
+tr {08134.t2} {08134.f} {08134.p5} -> {08134.p6} 
+tr {08134.t3|08135.t1} : a8133 {08134.f} {08135.p1} -> {08135.p3} 
+tr {08135.e} {08135.p6} {08135.p3} -> {08135.p4-eats} 
+tr {08135.t} {08135.p2-thinks} -> {08135.p1} {08135.p5} 
+tr {08135.t0|08136.t4} : b8134 {08136.p4-eats} -> {08135.f} {08136.f} {08136.p2-thinks} 
+tr {08135.t2} {08135.f} {08135.p5} -> {08135.p6} 
+tr {08135.t3|08136.t1} : a8134 {08135.f} {08136.p1} -> {08136.p3} 
+tr {08136.e} {08136.p6} {08136.p3} -> {08136.p4-eats} 
+tr {08136.t} {08136.p2-thinks} -> {08136.p1} {08136.p5} 
+tr {08136.t0|08137.t4} : b8135 {08137.p4-eats} -> {08136.f} {08137.f} {08137.p2-thinks} 
+tr {08136.t2} {08136.f} {08136.p5} -> {08136.p6} 
+tr {08136.t3|08137.t1} : a8135 {08136.f} {08137.p1} -> {08137.p3} 
+tr {08137.e} {08137.p6} {08137.p3} -> {08137.p4-eats} 
+tr {08137.t} {08137.p2-thinks} -> {08137.p1} {08137.p5} 
+tr {08137.t0|08138.t4} : b8136 {08138.p4-eats} -> {08137.f} {08138.f} {08138.p2-thinks} 
+tr {08137.t2} {08137.f} {08137.p5} -> {08137.p6} 
+tr {08137.t3|08138.t1} : a8136 {08137.f} {08138.p1} -> {08138.p3} 
+tr {08138.e} {08138.p6} {08138.p3} -> {08138.p4-eats} 
+tr {08138.t} {08138.p2-thinks} -> {08138.p1} {08138.p5} 
+tr {08138.t0|08139.t4} : b8137 {08139.p4-eats} -> {08138.f} {08139.f} {08139.p2-thinks} 
+tr {08138.t2} {08138.f} {08138.p5} -> {08138.p6} 
+tr {08138.t3|08139.t1} : a8137 {08138.f} {08139.p1} -> {08139.p3} 
+tr {08139.e} {08139.p6} {08139.p3} -> {08139.p4-eats} 
+tr {08139.t} {08139.p2-thinks} -> {08139.p1} {08139.p5} 
+tr {08139.t0|08140.t4} : b8138 {08140.p4-eats} -> {08139.f} {08140.f} {08140.p2-thinks} 
+tr {08139.t2} {08139.f} {08139.p5} -> {08139.p6} 
+tr {08139.t3|08140.t1} : a8138 {08139.f} {08140.p1} -> {08140.p3} 
+tr {08140.e} {08140.p6} {08140.p3} -> {08140.p4-eats} 
+tr {08140.t} {08140.p2-thinks} -> {08140.p1} {08140.p5} 
+tr {08140.t0|08141.t4} : b8139 {08141.p4-eats} -> {08140.f} {08141.f} {08141.p2-thinks} 
+tr {08140.t2} {08140.f} {08140.p5} -> {08140.p6} 
+tr {08140.t3|08141.t1} : a8139 {08140.f} {08141.p1} -> {08141.p3} 
+tr {08141.e} {08141.p6} {08141.p3} -> {08141.p4-eats} 
+tr {08141.t} {08141.p2-thinks} -> {08141.p1} {08141.p5} 
+tr {08141.t0|08142.t4} : b8140 {08142.p4-eats} -> {08141.f} {08142.f} {08142.p2-thinks} 
+tr {08141.t2} {08141.f} {08141.p5} -> {08141.p6} 
+tr {08141.t3|08142.t1} : a8140 {08141.f} {08142.p1} -> {08142.p3} 
+tr {08142.e} {08142.p6} {08142.p3} -> {08142.p4-eats} 
+tr {08142.t} {08142.p2-thinks} -> {08142.p1} {08142.p5} 
+tr {08142.t0|08143.t4} : b8141 {08143.p4-eats} -> {08142.f} {08143.f} {08143.p2-thinks} 
+tr {08142.t2} {08142.f} {08142.p5} -> {08142.p6} 
+tr {08142.t3|08143.t1} : a8141 {08142.f} {08143.p1} -> {08143.p3} 
+tr {08143.e} {08143.p6} {08143.p3} -> {08143.p4-eats} 
+tr {08143.t} {08143.p2-thinks} -> {08143.p1} {08143.p5} 
+tr {08143.t0|08144.t4} : b8142 {08144.p4-eats} -> {08143.f} {08144.f} {08144.p2-thinks} 
+tr {08143.t2} {08143.f} {08143.p5} -> {08143.p6} 
+tr {08143.t3|08144.t1} : a8142 {08143.f} {08144.p1} -> {08144.p3} 
+tr {08144.e} {08144.p6} {08144.p3} -> {08144.p4-eats} 
+tr {08144.t} {08144.p2-thinks} -> {08144.p1} {08144.p5} 
+tr {08144.t0|08145.t4} : b8143 {08145.p4-eats} -> {08144.f} {08145.f} {08145.p2-thinks} 
+tr {08144.t2} {08144.f} {08144.p5} -> {08144.p6} 
+tr {08144.t3|08145.t1} : a8143 {08144.f} {08145.p1} -> {08145.p3} 
+tr {08145.e} {08145.p6} {08145.p3} -> {08145.p4-eats} 
+tr {08145.t} {08145.p2-thinks} -> {08145.p1} {08145.p5} 
+tr {08145.t0|08146.t4} : b8144 {08146.p4-eats} -> {08145.f} {08146.f} {08146.p2-thinks} 
+tr {08145.t2} {08145.f} {08145.p5} -> {08145.p6} 
+tr {08145.t3|08146.t1} : a8144 {08145.f} {08146.p1} -> {08146.p3} 
+tr {08146.e} {08146.p6} {08146.p3} -> {08146.p4-eats} 
+tr {08146.t} {08146.p2-thinks} -> {08146.p1} {08146.p5} 
+tr {08146.t0|08147.t4} : b8145 {08147.p4-eats} -> {08146.f} {08147.f} {08147.p2-thinks} 
+tr {08146.t2} {08146.f} {08146.p5} -> {08146.p6} 
+tr {08146.t3|08147.t1} : a8145 {08146.f} {08147.p1} -> {08147.p3} 
+tr {08147.e} {08147.p6} {08147.p3} -> {08147.p4-eats} 
+tr {08147.t} {08147.p2-thinks} -> {08147.p1} {08147.p5} 
+tr {08147.t0|08148.t4} : b8146 {08148.p4-eats} -> {08147.f} {08148.f} {08148.p2-thinks} 
+tr {08147.t2} {08147.f} {08147.p5} -> {08147.p6} 
+tr {08147.t3|08148.t1} : a8146 {08147.f} {08148.p1} -> {08148.p3} 
+tr {08148.e} {08148.p6} {08148.p3} -> {08148.p4-eats} 
+tr {08148.t} {08148.p2-thinks} -> {08148.p1} {08148.p5} 
+tr {08148.t0|08149.t4} : b8147 {08149.p4-eats} -> {08148.f} {08149.f} {08149.p2-thinks} 
+tr {08148.t2} {08148.f} {08148.p5} -> {08148.p6} 
+tr {08148.t3|08149.t1} : a8147 {08148.f} {08149.p1} -> {08149.p3} 
+tr {08149.e} {08149.p6} {08149.p3} -> {08149.p4-eats} 
+tr {08149.t} {08149.p2-thinks} -> {08149.p1} {08149.p5} 
+tr {08149.t0|08150.t4} : b8148 {08150.p4-eats} -> {08149.f} {08150.f} {08150.p2-thinks} 
+tr {08149.t2} {08149.f} {08149.p5} -> {08149.p6} 
+tr {08149.t3|08150.t1} : a8148 {08149.f} {08150.p1} -> {08150.p3} 
+tr {08150.e} {08150.p6} {08150.p3} -> {08150.p4-eats} 
+tr {08150.t} {08150.p2-thinks} -> {08150.p1} {08150.p5} 
+tr {08150.t0|08151.t4} : b8149 {08151.p4-eats} -> {08150.f} {08151.f} {08151.p2-thinks} 
+tr {08150.t2} {08150.f} {08150.p5} -> {08150.p6} 
+tr {08150.t3|08151.t1} : a8149 {08150.f} {08151.p1} -> {08151.p3} 
+tr {08151.e} {08151.p6} {08151.p3} -> {08151.p4-eats} 
+tr {08151.t} {08151.p2-thinks} -> {08151.p1} {08151.p5} 
+tr {08151.t0|08152.t4} : b8150 {08152.p4-eats} -> {08151.f} {08152.f} {08152.p2-thinks} 
+tr {08151.t2} {08151.f} {08151.p5} -> {08151.p6} 
+tr {08151.t3|08152.t1} : a8150 {08151.f} {08152.p1} -> {08152.p3} 
+tr {08152.e} {08152.p6} {08152.p3} -> {08152.p4-eats} 
+tr {08152.t} {08152.p2-thinks} -> {08152.p1} {08152.p5} 
+tr {08152.t0|08153.t4} : b8151 {08153.p4-eats} -> {08152.f} {08153.f} {08153.p2-thinks} 
+tr {08152.t2} {08152.f} {08152.p5} -> {08152.p6} 
+tr {08152.t3|08153.t1} : a8151 {08152.f} {08153.p1} -> {08153.p3} 
+tr {08153.e} {08153.p6} {08153.p3} -> {08153.p4-eats} 
+tr {08153.t} {08153.p2-thinks} -> {08153.p1} {08153.p5} 
+tr {08153.t0|08154.t4} : b8152 {08154.p4-eats} -> {08153.f} {08154.f} {08154.p2-thinks} 
+tr {08153.t2} {08153.f} {08153.p5} -> {08153.p6} 
+tr {08153.t3|08154.t1} : a8152 {08153.f} {08154.p1} -> {08154.p3} 
+tr {08154.e} {08154.p6} {08154.p3} -> {08154.p4-eats} 
+tr {08154.t} {08154.p2-thinks} -> {08154.p1} {08154.p5} 
+tr {08154.t0|08155.t4} : b8153 {08155.p4-eats} -> {08154.f} {08155.f} {08155.p2-thinks} 
+tr {08154.t2} {08154.f} {08154.p5} -> {08154.p6} 
+tr {08154.t3|08155.t1} : a8153 {08154.f} {08155.p1} -> {08155.p3} 
+tr {08155.e} {08155.p6} {08155.p3} -> {08155.p4-eats} 
+tr {08155.t} {08155.p2-thinks} -> {08155.p1} {08155.p5} 
+tr {08155.t0|08156.t4} : b8154 {08156.p4-eats} -> {08155.f} {08156.f} {08156.p2-thinks} 
+tr {08155.t2} {08155.f} {08155.p5} -> {08155.p6} 
+tr {08155.t3|08156.t1} : a8154 {08155.f} {08156.p1} -> {08156.p3} 
+tr {08156.e} {08156.p6} {08156.p3} -> {08156.p4-eats} 
+tr {08156.t} {08156.p2-thinks} -> {08156.p1} {08156.p5} 
+tr {08156.t0|08157.t4} : b8155 {08157.p4-eats} -> {08156.f} {08157.f} {08157.p2-thinks} 
+tr {08156.t2} {08156.f} {08156.p5} -> {08156.p6} 
+tr {08156.t3|08157.t1} : a8155 {08156.f} {08157.p1} -> {08157.p3} 
+tr {08157.e} {08157.p6} {08157.p3} -> {08157.p4-eats} 
+tr {08157.t} {08157.p2-thinks} -> {08157.p1} {08157.p5} 
+tr {08157.t0|08158.t4} : b8156 {08158.p4-eats} -> {08157.f} {08158.f} {08158.p2-thinks} 
+tr {08157.t2} {08157.f} {08157.p5} -> {08157.p6} 
+tr {08157.t3|08158.t1} : a8156 {08157.f} {08158.p1} -> {08158.p3} 
+tr {08158.e} {08158.p6} {08158.p3} -> {08158.p4-eats} 
+tr {08158.t} {08158.p2-thinks} -> {08158.p1} {08158.p5} 
+tr {08158.t0|08159.t4} : b8157 {08159.p4-eats} -> {08158.f} {08159.f} {08159.p2-thinks} 
+tr {08158.t2} {08158.f} {08158.p5} -> {08158.p6} 
+tr {08158.t3|08159.t1} : a8157 {08158.f} {08159.p1} -> {08159.p3} 
+tr {08159.e} {08159.p6} {08159.p3} -> {08159.p4-eats} 
+tr {08159.t} {08159.p2-thinks} -> {08159.p1} {08159.p5} 
+tr {08159.t0|08160.t4} : b8158 {08160.p4-eats} -> {08159.f} {08160.f} {08160.p2-thinks} 
+tr {08159.t2} {08159.f} {08159.p5} -> {08159.p6} 
+tr {08159.t3|08160.t1} : a8158 {08159.f} {08160.p1} -> {08160.p3} 
+tr {08160.e} {08160.p6} {08160.p3} -> {08160.p4-eats} 
+tr {08160.t} {08160.p2-thinks} -> {08160.p1} {08160.p5} 
+tr {08160.t0|08161.t4} : b8159 {08161.p4-eats} -> {08160.f} {08161.f} {08161.p2-thinks} 
+tr {08160.t2} {08160.f} {08160.p5} -> {08160.p6} 
+tr {08160.t3|08161.t1} : a8159 {08160.f} {08161.p1} -> {08161.p3} 
+tr {08161.e} {08161.p6} {08161.p3} -> {08161.p4-eats} 
+tr {08161.t} {08161.p2-thinks} -> {08161.p1} {08161.p5} 
+tr {08161.t0|08162.t4} : b8160 {08162.p4-eats} -> {08161.f} {08162.f} {08162.p2-thinks} 
+tr {08161.t2} {08161.f} {08161.p5} -> {08161.p6} 
+tr {08161.t3|08162.t1} : a8160 {08161.f} {08162.p1} -> {08162.p3} 
+tr {08162.e} {08162.p6} {08162.p3} -> {08162.p4-eats} 
+tr {08162.t} {08162.p2-thinks} -> {08162.p1} {08162.p5} 
+tr {08162.t0|08163.t4} : b8161 {08163.p4-eats} -> {08162.f} {08163.f} {08163.p2-thinks} 
+tr {08162.t2} {08162.f} {08162.p5} -> {08162.p6} 
+tr {08162.t3|08163.t1} : a8161 {08162.f} {08163.p1} -> {08163.p3} 
+tr {08163.e} {08163.p6} {08163.p3} -> {08163.p4-eats} 
+tr {08163.t} {08163.p2-thinks} -> {08163.p1} {08163.p5} 
+tr {08163.t0|08164.t4} : b8162 {08164.p4-eats} -> {08163.f} {08164.f} {08164.p2-thinks} 
+tr {08163.t2} {08163.f} {08163.p5} -> {08163.p6} 
+tr {08163.t3|08164.t1} : a8162 {08163.f} {08164.p1} -> {08164.p3} 
+tr {08164.e} {08164.p6} {08164.p3} -> {08164.p4-eats} 
+tr {08164.t} {08164.p2-thinks} -> {08164.p1} {08164.p5} 
+tr {08164.t0|08165.t4} : b8163 {08165.p4-eats} -> {08164.f} {08165.f} {08165.p2-thinks} 
+tr {08164.t2} {08164.f} {08164.p5} -> {08164.p6} 
+tr {08164.t3|08165.t1} : a8163 {08164.f} {08165.p1} -> {08165.p3} 
+tr {08165.e} {08165.p6} {08165.p3} -> {08165.p4-eats} 
+tr {08165.t} {08165.p2-thinks} -> {08165.p1} {08165.p5} 
+tr {08165.t0|08166.t4} : b8164 {08166.p4-eats} -> {08165.f} {08166.f} {08166.p2-thinks} 
+tr {08165.t2} {08165.f} {08165.p5} -> {08165.p6} 
+tr {08165.t3|08166.t1} : a8164 {08165.f} {08166.p1} -> {08166.p3} 
+tr {08166.e} {08166.p6} {08166.p3} -> {08166.p4-eats} 
+tr {08166.t} {08166.p2-thinks} -> {08166.p1} {08166.p5} 
+tr {08166.t0|08167.t4} : b8165 {08167.p4-eats} -> {08166.f} {08167.f} {08167.p2-thinks} 
+tr {08166.t2} {08166.f} {08166.p5} -> {08166.p6} 
+tr {08166.t3|08167.t1} : a8165 {08166.f} {08167.p1} -> {08167.p3} 
+tr {08167.e} {08167.p6} {08167.p3} -> {08167.p4-eats} 
+tr {08167.t} {08167.p2-thinks} -> {08167.p1} {08167.p5} 
+tr {08167.t0|08168.t4} : b8166 {08168.p4-eats} -> {08167.f} {08168.f} {08168.p2-thinks} 
+tr {08167.t2} {08167.f} {08167.p5} -> {08167.p6} 
+tr {08167.t3|08168.t1} : a8166 {08167.f} {08168.p1} -> {08168.p3} 
+tr {08168.e} {08168.p6} {08168.p3} -> {08168.p4-eats} 
+tr {08168.t} {08168.p2-thinks} -> {08168.p1} {08168.p5} 
+tr {08168.t0|08169.t4} : b8167 {08169.p4-eats} -> {08168.f} {08169.f} {08169.p2-thinks} 
+tr {08168.t2} {08168.f} {08168.p5} -> {08168.p6} 
+tr {08168.t3|08169.t1} : a8167 {08168.f} {08169.p1} -> {08169.p3} 
+tr {08169.e} {08169.p6} {08169.p3} -> {08169.p4-eats} 
+tr {08169.t} {08169.p2-thinks} -> {08169.p1} {08169.p5} 
+tr {08169.t0|08170.t4} : b8168 {08170.p4-eats} -> {08169.f} {08170.f} {08170.p2-thinks} 
+tr {08169.t2} {08169.f} {08169.p5} -> {08169.p6} 
+tr {08169.t3|08170.t1} : a8168 {08169.f} {08170.p1} -> {08170.p3} 
+tr {08170.e} {08170.p6} {08170.p3} -> {08170.p4-eats} 
+tr {08170.t} {08170.p2-thinks} -> {08170.p1} {08170.p5} 
+tr {08170.t0|08171.t4} : b8169 {08171.p4-eats} -> {08170.f} {08171.f} {08171.p2-thinks} 
+tr {08170.t2} {08170.f} {08170.p5} -> {08170.p6} 
+tr {08170.t3|08171.t1} : a8169 {08170.f} {08171.p1} -> {08171.p3} 
+tr {08171.e} {08171.p6} {08171.p3} -> {08171.p4-eats} 
+tr {08171.t} {08171.p2-thinks} -> {08171.p1} {08171.p5} 
+tr {08171.t0|08172.t4} : b8170 {08172.p4-eats} -> {08171.f} {08172.f} {08172.p2-thinks} 
+tr {08171.t2} {08171.f} {08171.p5} -> {08171.p6} 
+tr {08171.t3|08172.t1} : a8170 {08171.f} {08172.p1} -> {08172.p3} 
+tr {08172.e} {08172.p6} {08172.p3} -> {08172.p4-eats} 
+tr {08172.t} {08172.p2-thinks} -> {08172.p1} {08172.p5} 
+tr {08172.t0|08173.t4} : b8171 {08173.p4-eats} -> {08172.f} {08173.f} {08173.p2-thinks} 
+tr {08172.t2} {08172.f} {08172.p5} -> {08172.p6} 
+tr {08172.t3|08173.t1} : a8171 {08172.f} {08173.p1} -> {08173.p3} 
+tr {08173.e} {08173.p6} {08173.p3} -> {08173.p4-eats} 
+tr {08173.t} {08173.p2-thinks} -> {08173.p1} {08173.p5} 
+tr {08173.t0|08174.t4} : b8172 {08174.p4-eats} -> {08173.f} {08174.f} {08174.p2-thinks} 
+tr {08173.t2} {08173.f} {08173.p5} -> {08173.p6} 
+tr {08173.t3|08174.t1} : a8172 {08173.f} {08174.p1} -> {08174.p3} 
+tr {08174.e} {08174.p6} {08174.p3} -> {08174.p4-eats} 
+tr {08174.t} {08174.p2-thinks} -> {08174.p1} {08174.p5} 
+tr {08174.t0|08175.t4} : b8173 {08175.p4-eats} -> {08174.f} {08175.f} {08175.p2-thinks} 
+tr {08174.t2} {08174.f} {08174.p5} -> {08174.p6} 
+tr {08174.t3|08175.t1} : a8173 {08174.f} {08175.p1} -> {08175.p3} 
+tr {08175.e} {08175.p6} {08175.p3} -> {08175.p4-eats} 
+tr {08175.t} {08175.p2-thinks} -> {08175.p1} {08175.p5} 
+tr {08175.t0|08176.t4} : b8174 {08176.p4-eats} -> {08175.f} {08176.f} {08176.p2-thinks} 
+tr {08175.t2} {08175.f} {08175.p5} -> {08175.p6} 
+tr {08175.t3|08176.t1} : a8174 {08175.f} {08176.p1} -> {08176.p3} 
+tr {08176.e} {08176.p6} {08176.p3} -> {08176.p4-eats} 
+tr {08176.t} {08176.p2-thinks} -> {08176.p1} {08176.p5} 
+tr {08176.t0|08177.t4} : b8175 {08177.p4-eats} -> {08176.f} {08177.f} {08177.p2-thinks} 
+tr {08176.t2} {08176.f} {08176.p5} -> {08176.p6} 
+tr {08176.t3|08177.t1} : a8175 {08176.f} {08177.p1} -> {08177.p3} 
+tr {08177.e} {08177.p6} {08177.p3} -> {08177.p4-eats} 
+tr {08177.t} {08177.p2-thinks} -> {08177.p1} {08177.p5} 
+tr {08177.t0|08178.t4} : b8176 {08178.p4-eats} -> {08177.f} {08178.f} {08178.p2-thinks} 
+tr {08177.t2} {08177.f} {08177.p5} -> {08177.p6} 
+tr {08177.t3|08178.t1} : a8176 {08177.f} {08178.p1} -> {08178.p3} 
+tr {08178.e} {08178.p6} {08178.p3} -> {08178.p4-eats} 
+tr {08178.t} {08178.p2-thinks} -> {08178.p1} {08178.p5} 
+tr {08178.t0|08179.t4} : b8177 {08179.p4-eats} -> {08178.f} {08179.f} {08179.p2-thinks} 
+tr {08178.t2} {08178.f} {08178.p5} -> {08178.p6} 
+tr {08178.t3|08179.t1} : a8177 {08178.f} {08179.p1} -> {08179.p3} 
+tr {08179.e} {08179.p6} {08179.p3} -> {08179.p4-eats} 
+tr {08179.t} {08179.p2-thinks} -> {08179.p1} {08179.p5} 
+tr {08179.t0|08180.t4} : b8178 {08180.p4-eats} -> {08179.f} {08180.f} {08180.p2-thinks} 
+tr {08179.t2} {08179.f} {08179.p5} -> {08179.p6} 
+tr {08179.t3|08180.t1} : a8178 {08179.f} {08180.p1} -> {08180.p3} 
+tr {08180.e} {08180.p6} {08180.p3} -> {08180.p4-eats} 
+tr {08180.t} {08180.p2-thinks} -> {08180.p1} {08180.p5} 
+tr {08180.t0|08181.t4} : b8179 {08181.p4-eats} -> {08180.f} {08181.f} {08181.p2-thinks} 
+tr {08180.t2} {08180.f} {08180.p5} -> {08180.p6} 
+tr {08180.t3|08181.t1} : a8179 {08180.f} {08181.p1} -> {08181.p3} 
+tr {08181.e} {08181.p6} {08181.p3} -> {08181.p4-eats} 
+tr {08181.t} {08181.p2-thinks} -> {08181.p1} {08181.p5} 
+tr {08181.t0|08182.t4} : b8180 {08182.p4-eats} -> {08181.f} {08182.f} {08182.p2-thinks} 
+tr {08181.t2} {08181.f} {08181.p5} -> {08181.p6} 
+tr {08181.t3|08182.t1} : a8180 {08181.f} {08182.p1} -> {08182.p3} 
+tr {08182.e} {08182.p6} {08182.p3} -> {08182.p4-eats} 
+tr {08182.t} {08182.p2-thinks} -> {08182.p1} {08182.p5} 
+tr {08182.t0|08183.t4} : b8181 {08183.p4-eats} -> {08182.f} {08183.f} {08183.p2-thinks} 
+tr {08182.t2} {08182.f} {08182.p5} -> {08182.p6} 
+tr {08182.t3|08183.t1} : a8181 {08182.f} {08183.p1} -> {08183.p3} 
+tr {08183.e} {08183.p6} {08183.p3} -> {08183.p4-eats} 
+tr {08183.t} {08183.p2-thinks} -> {08183.p1} {08183.p5} 
+tr {08183.t0|08184.t4} : b8182 {08184.p4-eats} -> {08183.f} {08184.f} {08184.p2-thinks} 
+tr {08183.t2} {08183.f} {08183.p5} -> {08183.p6} 
+tr {08183.t3|08184.t1} : a8182 {08183.f} {08184.p1} -> {08184.p3} 
+tr {08184.e} {08184.p6} {08184.p3} -> {08184.p4-eats} 
+tr {08184.t} {08184.p2-thinks} -> {08184.p1} {08184.p5} 
+tr {08184.t0|08185.t4} : b8183 {08185.p4-eats} -> {08184.f} {08185.f} {08185.p2-thinks} 
+tr {08184.t2} {08184.f} {08184.p5} -> {08184.p6} 
+tr {08184.t3|08185.t1} : a8183 {08184.f} {08185.p1} -> {08185.p3} 
+tr {08185.e} {08185.p6} {08185.p3} -> {08185.p4-eats} 
+tr {08185.t} {08185.p2-thinks} -> {08185.p1} {08185.p5} 
+tr {08185.t0|08186.t4} : b8184 {08186.p4-eats} -> {08185.f} {08186.f} {08186.p2-thinks} 
+tr {08185.t2} {08185.f} {08185.p5} -> {08185.p6} 
+tr {08185.t3|08186.t1} : a8184 {08185.f} {08186.p1} -> {08186.p3} 
+tr {08186.e} {08186.p6} {08186.p3} -> {08186.p4-eats} 
+tr {08186.t} {08186.p2-thinks} -> {08186.p1} {08186.p5} 
+tr {08186.t0|08187.t4} : b8185 {08187.p4-eats} -> {08186.f} {08187.f} {08187.p2-thinks} 
+tr {08186.t2} {08186.f} {08186.p5} -> {08186.p6} 
+tr {08186.t3|08187.t1} : a8185 {08186.f} {08187.p1} -> {08187.p3} 
+tr {08187.e} {08187.p6} {08187.p3} -> {08187.p4-eats} 
+tr {08187.t} {08187.p2-thinks} -> {08187.p1} {08187.p5} 
+tr {08187.t0|08188.t4} : b8186 {08188.p4-eats} -> {08187.f} {08188.f} {08188.p2-thinks} 
+tr {08187.t2} {08187.f} {08187.p5} -> {08187.p6} 
+tr {08187.t3|08188.t1} : a8186 {08187.f} {08188.p1} -> {08188.p3} 
+tr {08188.e} {08188.p6} {08188.p3} -> {08188.p4-eats} 
+tr {08188.t} {08188.p2-thinks} -> {08188.p1} {08188.p5} 
+tr {08188.t0|08189.t4} : b8187 {08189.p4-eats} -> {08188.f} {08189.f} {08189.p2-thinks} 
+tr {08188.t2} {08188.f} {08188.p5} -> {08188.p6} 
+tr {08188.t3|08189.t1} : a8187 {08188.f} {08189.p1} -> {08189.p3} 
+tr {08189.e} {08189.p6} {08189.p3} -> {08189.p4-eats} 
+tr {08189.t} {08189.p2-thinks} -> {08189.p1} {08189.p5} 
+tr {08189.t0|08190.t4} : b8188 {08190.p4-eats} -> {08189.f} {08190.f} {08190.p2-thinks} 
+tr {08189.t2} {08189.f} {08189.p5} -> {08189.p6} 
+tr {08189.t3|08190.t1} : a8188 {08189.f} {08190.p1} -> {08190.p3} 
+tr {08190.e} {08190.p6} {08190.p3} -> {08190.p4-eats} 
+tr {08190.t} {08190.p2-thinks} -> {08190.p1} {08190.p5} 
+tr {08190.t0|08191.t4} : b8189 {08191.p4-eats} -> {08190.f} {08191.f} {08191.p2-thinks} 
+tr {08190.t2} {08190.f} {08190.p5} -> {08190.p6} 
+tr {08190.t3|08191.t1} : a8189 {08190.f} {08191.p1} -> {08191.p3} 
+tr {08191.e} {08191.p6} {08191.p3} -> {08191.p4-eats} 
+tr {08191.t} {08191.p2-thinks} -> {08191.p1} {08191.p5} 
+tr {08191.t0|08192.t4} : b8190 {08192.p4-eats} -> {08191.f} {08192.f} {08192.p2-thinks} 
+tr {08191.t2} {08191.f} {08191.p5} -> {08191.p6} 
+tr {08191.t3|08192.t1} : a8190 {08191.f} {08192.p1} -> {08192.p3} 
+tr {08192.e} {08192.p6} {08192.p3} -> {08192.p4-eats} 
+tr {08192.t} {08192.p2-thinks} -> {08192.p1} {08192.p5} 
+tr {08192.t0|08193.t4} : b8191 {08193.p4-eats} -> {08192.f} {08193.f} {08193.p2-thinks} 
+tr {08192.t2} {08192.f} {08192.p5} -> {08192.p6} 
+tr {08192.t3|08193.t1} : a8191 {08192.f} {08193.p1} -> {08193.p3} 
+tr {08193.e} {08193.p6} {08193.p3} -> {08193.p4-eats} 
+tr {08193.t} {08193.p2-thinks} -> {08193.p1} {08193.p5} 
+tr {08193.t0|08194.t4} : b8192 {08194.p4-eats} -> {08193.f} {08194.f} {08194.p2-thinks} 
+tr {08193.t2} {08193.f} {08193.p5} -> {08193.p6} 
+tr {08193.t3|08194.t1} : a8192 {08193.f} {08194.p1} -> {08194.p3} 
+tr {08194.e} {08194.p6} {08194.p3} -> {08194.p4-eats} 
+tr {08194.t} {08194.p2-thinks} -> {08194.p1} {08194.p5} 
+tr {08194.t0|08195.t4} : b8193 {08195.p4-eats} -> {08194.f} {08195.f} {08195.p2-thinks} 
+tr {08194.t2} {08194.f} {08194.p5} -> {08194.p6} 
+tr {08194.t3|08195.t1} : a8193 {08194.f} {08195.p1} -> {08195.p3} 
+tr {08195.e} {08195.p6} {08195.p3} -> {08195.p4-eats} 
+tr {08195.t} {08195.p2-thinks} -> {08195.p1} {08195.p5} 
+tr {08195.t0|08196.t4} : b8194 {08196.p4-eats} -> {08195.f} {08196.f} {08196.p2-thinks} 
+tr {08195.t2} {08195.f} {08195.p5} -> {08195.p6} 
+tr {08195.t3|08196.t1} : a8194 {08195.f} {08196.p1} -> {08196.p3} 
+tr {08196.e} {08196.p6} {08196.p3} -> {08196.p4-eats} 
+tr {08196.t} {08196.p2-thinks} -> {08196.p1} {08196.p5} 
+tr {08196.t0|08197.t4} : b8195 {08197.p4-eats} -> {08196.f} {08197.f} {08197.p2-thinks} 
+tr {08196.t2} {08196.f} {08196.p5} -> {08196.p6} 
+tr {08196.t3|08197.t1} : a8195 {08196.f} {08197.p1} -> {08197.p3} 
+tr {08197.e} {08197.p6} {08197.p3} -> {08197.p4-eats} 
+tr {08197.t} {08197.p2-thinks} -> {08197.p1} {08197.p5} 
+tr {08197.t0|08198.t4} : b8196 {08198.p4-eats} -> {08197.f} {08198.f} {08198.p2-thinks} 
+tr {08197.t2} {08197.f} {08197.p5} -> {08197.p6} 
+tr {08197.t3|08198.t1} : a8196 {08197.f} {08198.p1} -> {08198.p3} 
+tr {08198.e} {08198.p6} {08198.p3} -> {08198.p4-eats} 
+tr {08198.t} {08198.p2-thinks} -> {08198.p1} {08198.p5} 
+tr {08198.t0|08199.t4} : b8197 {08199.p4-eats} -> {08198.f} {08199.f} {08199.p2-thinks} 
+tr {08198.t2} {08198.f} {08198.p5} -> {08198.p6} 
+tr {08198.t3|08199.t1} : a8197 {08198.f} {08199.p1} -> {08199.p3} 
+tr {08199.e} {08199.p6} {08199.p3} -> {08199.p4-eats} 
+tr {08199.t} {08199.p2-thinks} -> {08199.p1} {08199.p5} 
+tr {08199.t0|08200.t4} : b8198 {08200.p4-eats} -> {08199.f} {08200.f} {08200.p2-thinks} 
+tr {08199.t2} {08199.f} {08199.p5} -> {08199.p6} 
+tr {08199.t3|08200.t1} : a8198 {08199.f} {08200.p1} -> {08200.p3} 
+tr {08200.e} {08200.p6} {08200.p3} -> {08200.p4-eats} 
+tr {08200.t} {08200.p2-thinks} -> {08200.p1} {08200.p5} 
+tr {08200.t0|08201.t4} : b8199 {08201.p4-eats} -> {08200.f} {08201.f} {08201.p2-thinks} 
+tr {08200.t2} {08200.f} {08200.p5} -> {08200.p6} 
+tr {08200.t3|08201.t1} : a8199 {08200.f} {08201.p1} -> {08201.p3} 
+tr {08201.e} {08201.p6} {08201.p3} -> {08201.p4-eats} 
+tr {08201.t} {08201.p2-thinks} -> {08201.p1} {08201.p5} 
+tr {08201.t0|08202.t4} : b8200 {08202.p4-eats} -> {08201.f} {08202.f} {08202.p2-thinks} 
+tr {08201.t2} {08201.f} {08201.p5} -> {08201.p6} 
+tr {08201.t3|08202.t1} : a8200 {08201.f} {08202.p1} -> {08202.p3} 
+tr {08202.e} {08202.p6} {08202.p3} -> {08202.p4-eats} 
+tr {08202.t} {08202.p2-thinks} -> {08202.p1} {08202.p5} 
+tr {08202.t0|08203.t4} : b8201 {08203.p4-eats} -> {08202.f} {08203.f} {08203.p2-thinks} 
+tr {08202.t2} {08202.f} {08202.p5} -> {08202.p6} 
+tr {08202.t3|08203.t1} : a8201 {08202.f} {08203.p1} -> {08203.p3} 
+tr {08203.e} {08203.p6} {08203.p3} -> {08203.p4-eats} 
+tr {08203.t} {08203.p2-thinks} -> {08203.p1} {08203.p5} 
+tr {08203.t0|08204.t4} : b8202 {08204.p4-eats} -> {08203.f} {08204.f} {08204.p2-thinks} 
+tr {08203.t2} {08203.f} {08203.p5} -> {08203.p6} 
+tr {08203.t3|08204.t1} : a8202 {08203.f} {08204.p1} -> {08204.p3} 
+tr {08204.e} {08204.p6} {08204.p3} -> {08204.p4-eats} 
+tr {08204.t} {08204.p2-thinks} -> {08204.p1} {08204.p5} 
+tr {08204.t0|08205.t4} : b8203 {08205.p4-eats} -> {08204.f} {08205.f} {08205.p2-thinks} 
+tr {08204.t2} {08204.f} {08204.p5} -> {08204.p6} 
+tr {08204.t3|08205.t1} : a8203 {08204.f} {08205.p1} -> {08205.p3} 
+tr {08205.e} {08205.p6} {08205.p3} -> {08205.p4-eats} 
+tr {08205.t} {08205.p2-thinks} -> {08205.p1} {08205.p5} 
+tr {08205.t0|08206.t4} : b8204 {08206.p4-eats} -> {08205.f} {08206.f} {08206.p2-thinks} 
+tr {08205.t2} {08205.f} {08205.p5} -> {08205.p6} 
+tr {08205.t3|08206.t1} : a8204 {08205.f} {08206.p1} -> {08206.p3} 
+tr {08206.e} {08206.p6} {08206.p3} -> {08206.p4-eats} 
+tr {08206.t} {08206.p2-thinks} -> {08206.p1} {08206.p5} 
+tr {08206.t0|08207.t4} : b8205 {08207.p4-eats} -> {08206.f} {08207.f} {08207.p2-thinks} 
+tr {08206.t2} {08206.f} {08206.p5} -> {08206.p6} 
+tr {08206.t3|08207.t1} : a8205 {08206.f} {08207.p1} -> {08207.p3} 
+tr {08207.e} {08207.p6} {08207.p3} -> {08207.p4-eats} 
+tr {08207.t} {08207.p2-thinks} -> {08207.p1} {08207.p5} 
+tr {08207.t0|08208.t4} : b8206 {08208.p4-eats} -> {08207.f} {08208.f} {08208.p2-thinks} 
+tr {08207.t2} {08207.f} {08207.p5} -> {08207.p6} 
+tr {08207.t3|08208.t1} : a8206 {08207.f} {08208.p1} -> {08208.p3} 
+tr {08208.e} {08208.p6} {08208.p3} -> {08208.p4-eats} 
+tr {08208.t} {08208.p2-thinks} -> {08208.p1} {08208.p5} 
+tr {08208.t0|08209.t4} : b8207 {08209.p4-eats} -> {08208.f} {08209.f} {08209.p2-thinks} 
+tr {08208.t2} {08208.f} {08208.p5} -> {08208.p6} 
+tr {08208.t3|08209.t1} : a8207 {08208.f} {08209.p1} -> {08209.p3} 
+tr {08209.e} {08209.p6} {08209.p3} -> {08209.p4-eats} 
+tr {08209.t} {08209.p2-thinks} -> {08209.p1} {08209.p5} 
+tr {08209.t0|08210.t4} : b8208 {08210.p4-eats} -> {08209.f} {08210.f} {08210.p2-thinks} 
+tr {08209.t2} {08209.f} {08209.p5} -> {08209.p6} 
+tr {08209.t3|08210.t1} : a8208 {08209.f} {08210.p1} -> {08210.p3} 
+tr {08210.e} {08210.p6} {08210.p3} -> {08210.p4-eats} 
+tr {08210.t} {08210.p2-thinks} -> {08210.p1} {08210.p5} 
+tr {08210.t0|08211.t4} : b8209 {08211.p4-eats} -> {08210.f} {08211.f} {08211.p2-thinks} 
+tr {08210.t2} {08210.f} {08210.p5} -> {08210.p6} 
+tr {08210.t3|08211.t1} : a8209 {08210.f} {08211.p1} -> {08211.p3} 
+tr {08211.e} {08211.p6} {08211.p3} -> {08211.p4-eats} 
+tr {08211.t} {08211.p2-thinks} -> {08211.p1} {08211.p5} 
+tr {08211.t0|08212.t4} : b8210 {08212.p4-eats} -> {08211.f} {08212.f} {08212.p2-thinks} 
+tr {08211.t2} {08211.f} {08211.p5} -> {08211.p6} 
+tr {08211.t3|08212.t1} : a8210 {08211.f} {08212.p1} -> {08212.p3} 
+tr {08212.e} {08212.p6} {08212.p3} -> {08212.p4-eats} 
+tr {08212.t} {08212.p2-thinks} -> {08212.p1} {08212.p5} 
+tr {08212.t0|08213.t4} : b8211 {08213.p4-eats} -> {08212.f} {08213.f} {08213.p2-thinks} 
+tr {08212.t2} {08212.f} {08212.p5} -> {08212.p6} 
+tr {08212.t3|08213.t1} : a8211 {08212.f} {08213.p1} -> {08213.p3} 
+tr {08213.e} {08213.p6} {08213.p3} -> {08213.p4-eats} 
+tr {08213.t} {08213.p2-thinks} -> {08213.p1} {08213.p5} 
+tr {08213.t0|08214.t4} : b8212 {08214.p4-eats} -> {08213.f} {08214.f} {08214.p2-thinks} 
+tr {08213.t2} {08213.f} {08213.p5} -> {08213.p6} 
+tr {08213.t3|08214.t1} : a8212 {08213.f} {08214.p1} -> {08214.p3} 
+tr {08214.e} {08214.p6} {08214.p3} -> {08214.p4-eats} 
+tr {08214.t} {08214.p2-thinks} -> {08214.p1} {08214.p5} 
+tr {08214.t0|08215.t4} : b8213 {08215.p4-eats} -> {08214.f} {08215.f} {08215.p2-thinks} 
+tr {08214.t2} {08214.f} {08214.p5} -> {08214.p6} 
+tr {08214.t3|08215.t1} : a8213 {08214.f} {08215.p1} -> {08215.p3} 
+tr {08215.e} {08215.p6} {08215.p3} -> {08215.p4-eats} 
+tr {08215.t} {08215.p2-thinks} -> {08215.p1} {08215.p5} 
+tr {08215.t0|08216.t4} : b8214 {08216.p4-eats} -> {08215.f} {08216.f} {08216.p2-thinks} 
+tr {08215.t2} {08215.f} {08215.p5} -> {08215.p6} 
+tr {08215.t3|08216.t1} : a8214 {08215.f} {08216.p1} -> {08216.p3} 
+tr {08216.e} {08216.p6} {08216.p3} -> {08216.p4-eats} 
+tr {08216.t} {08216.p2-thinks} -> {08216.p1} {08216.p5} 
+tr {08216.t0|08217.t4} : b8215 {08217.p4-eats} -> {08216.f} {08217.f} {08217.p2-thinks} 
+tr {08216.t2} {08216.f} {08216.p5} -> {08216.p6} 
+tr {08216.t3|08217.t1} : a8215 {08216.f} {08217.p1} -> {08217.p3} 
+tr {08217.e} {08217.p6} {08217.p3} -> {08217.p4-eats} 
+tr {08217.t} {08217.p2-thinks} -> {08217.p1} {08217.p5} 
+tr {08217.t0|08218.t4} : b8216 {08218.p4-eats} -> {08217.f} {08218.f} {08218.p2-thinks} 
+tr {08217.t2} {08217.f} {08217.p5} -> {08217.p6} 
+tr {08217.t3|08218.t1} : a8216 {08217.f} {08218.p1} -> {08218.p3} 
+tr {08218.e} {08218.p6} {08218.p3} -> {08218.p4-eats} 
+tr {08218.t} {08218.p2-thinks} -> {08218.p1} {08218.p5} 
+tr {08218.t0|08219.t4} : b8217 {08219.p4-eats} -> {08218.f} {08219.f} {08219.p2-thinks} 
+tr {08218.t2} {08218.f} {08218.p5} -> {08218.p6} 
+tr {08218.t3|08219.t1} : a8217 {08218.f} {08219.p1} -> {08219.p3} 
+tr {08219.e} {08219.p6} {08219.p3} -> {08219.p4-eats} 
+tr {08219.t} {08219.p2-thinks} -> {08219.p1} {08219.p5} 
+tr {08219.t0|08220.t4} : b8218 {08220.p4-eats} -> {08219.f} {08220.f} {08220.p2-thinks} 
+tr {08219.t2} {08219.f} {08219.p5} -> {08219.p6} 
+tr {08219.t3|08220.t1} : a8218 {08219.f} {08220.p1} -> {08220.p3} 
+tr {08220.e} {08220.p6} {08220.p3} -> {08220.p4-eats} 
+tr {08220.t} {08220.p2-thinks} -> {08220.p1} {08220.p5} 
+tr {08220.t0|08221.t4} : b8219 {08221.p4-eats} -> {08220.f} {08221.f} {08221.p2-thinks} 
+tr {08220.t2} {08220.f} {08220.p5} -> {08220.p6} 
+tr {08220.t3|08221.t1} : a8219 {08220.f} {08221.p1} -> {08221.p3} 
+tr {08221.e} {08221.p6} {08221.p3} -> {08221.p4-eats} 
+tr {08221.t} {08221.p2-thinks} -> {08221.p1} {08221.p5} 
+tr {08221.t0|08222.t4} : b8220 {08222.p4-eats} -> {08221.f} {08222.f} {08222.p2-thinks} 
+tr {08221.t2} {08221.f} {08221.p5} -> {08221.p6} 
+tr {08221.t3|08222.t1} : a8220 {08221.f} {08222.p1} -> {08222.p3} 
+tr {08222.e} {08222.p6} {08222.p3} -> {08222.p4-eats} 
+tr {08222.t} {08222.p2-thinks} -> {08222.p1} {08222.p5} 
+tr {08222.t0|08223.t4} : b8221 {08223.p4-eats} -> {08222.f} {08223.f} {08223.p2-thinks} 
+tr {08222.t2} {08222.f} {08222.p5} -> {08222.p6} 
+tr {08222.t3|08223.t1} : a8221 {08222.f} {08223.p1} -> {08223.p3} 
+tr {08223.e} {08223.p6} {08223.p3} -> {08223.p4-eats} 
+tr {08223.t} {08223.p2-thinks} -> {08223.p1} {08223.p5} 
+tr {08223.t0|08224.t4} : b8222 {08224.p4-eats} -> {08223.f} {08224.f} {08224.p2-thinks} 
+tr {08223.t2} {08223.f} {08223.p5} -> {08223.p6} 
+tr {08223.t3|08224.t1} : a8222 {08223.f} {08224.p1} -> {08224.p3} 
+tr {08224.e} {08224.p6} {08224.p3} -> {08224.p4-eats} 
+tr {08224.t} {08224.p2-thinks} -> {08224.p1} {08224.p5} 
+tr {08224.t0|08225.t4} : b8223 {08225.p4-eats} -> {08224.f} {08225.f} {08225.p2-thinks} 
+tr {08224.t2} {08224.f} {08224.p5} -> {08224.p6} 
+tr {08224.t3|08225.t1} : a8223 {08224.f} {08225.p1} -> {08225.p3} 
+tr {08225.e} {08225.p6} {08225.p3} -> {08225.p4-eats} 
+tr {08225.t} {08225.p2-thinks} -> {08225.p1} {08225.p5} 
+tr {08225.t0|08226.t4} : b8224 {08226.p4-eats} -> {08225.f} {08226.f} {08226.p2-thinks} 
+tr {08225.t2} {08225.f} {08225.p5} -> {08225.p6} 
+tr {08225.t3|08226.t1} : a8224 {08225.f} {08226.p1} -> {08226.p3} 
+tr {08226.e} {08226.p6} {08226.p3} -> {08226.p4-eats} 
+tr {08226.t} {08226.p2-thinks} -> {08226.p1} {08226.p5} 
+tr {08226.t0|08227.t4} : b8225 {08227.p4-eats} -> {08226.f} {08227.f} {08227.p2-thinks} 
+tr {08226.t2} {08226.f} {08226.p5} -> {08226.p6} 
+tr {08226.t3|08227.t1} : a8225 {08226.f} {08227.p1} -> {08227.p3} 
+tr {08227.e} {08227.p6} {08227.p3} -> {08227.p4-eats} 
+tr {08227.t} {08227.p2-thinks} -> {08227.p1} {08227.p5} 
+tr {08227.t0|08228.t4} : b8226 {08228.p4-eats} -> {08227.f} {08228.f} {08228.p2-thinks} 
+tr {08227.t2} {08227.f} {08227.p5} -> {08227.p6} 
+tr {08227.t3|08228.t1} : a8226 {08227.f} {08228.p1} -> {08228.p3} 
+tr {08228.e} {08228.p6} {08228.p3} -> {08228.p4-eats} 
+tr {08228.t} {08228.p2-thinks} -> {08228.p1} {08228.p5} 
+tr {08228.t0|08229.t4} : b8227 {08229.p4-eats} -> {08228.f} {08229.f} {08229.p2-thinks} 
+tr {08228.t2} {08228.f} {08228.p5} -> {08228.p6} 
+tr {08228.t3|08229.t1} : a8227 {08228.f} {08229.p1} -> {08229.p3} 
+tr {08229.e} {08229.p6} {08229.p3} -> {08229.p4-eats} 
+tr {08229.t} {08229.p2-thinks} -> {08229.p1} {08229.p5} 
+tr {08229.t0|08230.t4} : b8228 {08230.p4-eats} -> {08229.f} {08230.f} {08230.p2-thinks} 
+tr {08229.t2} {08229.f} {08229.p5} -> {08229.p6} 
+tr {08229.t3|08230.t1} : a8228 {08229.f} {08230.p1} -> {08230.p3} 
+tr {08230.e} {08230.p6} {08230.p3} -> {08230.p4-eats} 
+tr {08230.t} {08230.p2-thinks} -> {08230.p1} {08230.p5} 
+tr {08230.t0|08231.t4} : b8229 {08231.p4-eats} -> {08230.f} {08231.f} {08231.p2-thinks} 
+tr {08230.t2} {08230.f} {08230.p5} -> {08230.p6} 
+tr {08230.t3|08231.t1} : a8229 {08230.f} {08231.p1} -> {08231.p3} 
+tr {08231.e} {08231.p6} {08231.p3} -> {08231.p4-eats} 
+tr {08231.t} {08231.p2-thinks} -> {08231.p1} {08231.p5} 
+tr {08231.t0|08232.t4} : b8230 {08232.p4-eats} -> {08231.f} {08232.f} {08232.p2-thinks} 
+tr {08231.t2} {08231.f} {08231.p5} -> {08231.p6} 
+tr {08231.t3|08232.t1} : a8230 {08231.f} {08232.p1} -> {08232.p3} 
+tr {08232.e} {08232.p6} {08232.p3} -> {08232.p4-eats} 
+tr {08232.t} {08232.p2-thinks} -> {08232.p1} {08232.p5} 
+tr {08232.t0|08233.t4} : b8231 {08233.p4-eats} -> {08232.f} {08233.f} {08233.p2-thinks} 
+tr {08232.t2} {08232.f} {08232.p5} -> {08232.p6} 
+tr {08232.t3|08233.t1} : a8231 {08232.f} {08233.p1} -> {08233.p3} 
+tr {08233.e} {08233.p6} {08233.p3} -> {08233.p4-eats} 
+tr {08233.t} {08233.p2-thinks} -> {08233.p1} {08233.p5} 
+tr {08233.t0|08234.t4} : b8232 {08234.p4-eats} -> {08233.f} {08234.f} {08234.p2-thinks} 
+tr {08233.t2} {08233.f} {08233.p5} -> {08233.p6} 
+tr {08233.t3|08234.t1} : a8232 {08233.f} {08234.p1} -> {08234.p3} 
+tr {08234.e} {08234.p6} {08234.p3} -> {08234.p4-eats} 
+tr {08234.t} {08234.p2-thinks} -> {08234.p1} {08234.p5} 
+tr {08234.t0|08235.t4} : b8233 {08235.p4-eats} -> {08234.f} {08235.f} {08235.p2-thinks} 
+tr {08234.t2} {08234.f} {08234.p5} -> {08234.p6} 
+tr {08234.t3|08235.t1} : a8233 {08234.f} {08235.p1} -> {08235.p3} 
+tr {08235.e} {08235.p6} {08235.p3} -> {08235.p4-eats} 
+tr {08235.t} {08235.p2-thinks} -> {08235.p1} {08235.p5} 
+tr {08235.t0|08236.t4} : b8234 {08236.p4-eats} -> {08235.f} {08236.f} {08236.p2-thinks} 
+tr {08235.t2} {08235.f} {08235.p5} -> {08235.p6} 
+tr {08235.t3|08236.t1} : a8234 {08235.f} {08236.p1} -> {08236.p3} 
+tr {08236.e} {08236.p6} {08236.p3} -> {08236.p4-eats} 
+tr {08236.t} {08236.p2-thinks} -> {08236.p1} {08236.p5} 
+tr {08236.t0|08237.t4} : b8235 {08237.p4-eats} -> {08236.f} {08237.f} {08237.p2-thinks} 
+tr {08236.t2} {08236.f} {08236.p5} -> {08236.p6} 
+tr {08236.t3|08237.t1} : a8235 {08236.f} {08237.p1} -> {08237.p3} 
+tr {08237.e} {08237.p6} {08237.p3} -> {08237.p4-eats} 
+tr {08237.t} {08237.p2-thinks} -> {08237.p1} {08237.p5} 
+tr {08237.t0|08238.t4} : b8236 {08238.p4-eats} -> {08237.f} {08238.f} {08238.p2-thinks} 
+tr {08237.t2} {08237.f} {08237.p5} -> {08237.p6} 
+tr {08237.t3|08238.t1} : a8236 {08237.f} {08238.p1} -> {08238.p3} 
+tr {08238.e} {08238.p6} {08238.p3} -> {08238.p4-eats} 
+tr {08238.t} {08238.p2-thinks} -> {08238.p1} {08238.p5} 
+tr {08238.t0|08239.t4} : b8237 {08239.p4-eats} -> {08238.f} {08239.f} {08239.p2-thinks} 
+tr {08238.t2} {08238.f} {08238.p5} -> {08238.p6} 
+tr {08238.t3|08239.t1} : a8237 {08238.f} {08239.p1} -> {08239.p3} 
+tr {08239.e} {08239.p6} {08239.p3} -> {08239.p4-eats} 
+tr {08239.t} {08239.p2-thinks} -> {08239.p1} {08239.p5} 
+tr {08239.t0|08240.t4} : b8238 {08240.p4-eats} -> {08239.f} {08240.f} {08240.p2-thinks} 
+tr {08239.t2} {08239.f} {08239.p5} -> {08239.p6} 
+tr {08239.t3|08240.t1} : a8238 {08239.f} {08240.p1} -> {08240.p3} 
+tr {08240.e} {08240.p6} {08240.p3} -> {08240.p4-eats} 
+tr {08240.t} {08240.p2-thinks} -> {08240.p1} {08240.p5} 
+tr {08240.t0|08241.t4} : b8239 {08241.p4-eats} -> {08240.f} {08241.f} {08241.p2-thinks} 
+tr {08240.t2} {08240.f} {08240.p5} -> {08240.p6} 
+tr {08240.t3|08241.t1} : a8239 {08240.f} {08241.p1} -> {08241.p3} 
+tr {08241.e} {08241.p6} {08241.p3} -> {08241.p4-eats} 
+tr {08241.t} {08241.p2-thinks} -> {08241.p1} {08241.p5} 
+tr {08241.t0|08242.t4} : b8240 {08242.p4-eats} -> {08241.f} {08242.f} {08242.p2-thinks} 
+tr {08241.t2} {08241.f} {08241.p5} -> {08241.p6} 
+tr {08241.t3|08242.t1} : a8240 {08241.f} {08242.p1} -> {08242.p3} 
+tr {08242.e} {08242.p6} {08242.p3} -> {08242.p4-eats} 
+tr {08242.t} {08242.p2-thinks} -> {08242.p1} {08242.p5} 
+tr {08242.t0|08243.t4} : b8241 {08243.p4-eats} -> {08242.f} {08243.f} {08243.p2-thinks} 
+tr {08242.t2} {08242.f} {08242.p5} -> {08242.p6} 
+tr {08242.t3|08243.t1} : a8241 {08242.f} {08243.p1} -> {08243.p3} 
+tr {08243.e} {08243.p6} {08243.p3} -> {08243.p4-eats} 
+tr {08243.t} {08243.p2-thinks} -> {08243.p1} {08243.p5} 
+tr {08243.t0|08244.t4} : b8242 {08244.p4-eats} -> {08243.f} {08244.f} {08244.p2-thinks} 
+tr {08243.t2} {08243.f} {08243.p5} -> {08243.p6} 
+tr {08243.t3|08244.t1} : a8242 {08243.f} {08244.p1} -> {08244.p3} 
+tr {08244.e} {08244.p6} {08244.p3} -> {08244.p4-eats} 
+tr {08244.t} {08244.p2-thinks} -> {08244.p1} {08244.p5} 
+tr {08244.t0|08245.t4} : b8243 {08245.p4-eats} -> {08244.f} {08245.f} {08245.p2-thinks} 
+tr {08244.t2} {08244.f} {08244.p5} -> {08244.p6} 
+tr {08244.t3|08245.t1} : a8243 {08244.f} {08245.p1} -> {08245.p3} 
+tr {08245.e} {08245.p6} {08245.p3} -> {08245.p4-eats} 
+tr {08245.t} {08245.p2-thinks} -> {08245.p1} {08245.p5} 
+tr {08245.t0|08246.t4} : b8244 {08246.p4-eats} -> {08245.f} {08246.f} {08246.p2-thinks} 
+tr {08245.t2} {08245.f} {08245.p5} -> {08245.p6} 
+tr {08245.t3|08246.t1} : a8244 {08245.f} {08246.p1} -> {08246.p3} 
+tr {08246.e} {08246.p6} {08246.p3} -> {08246.p4-eats} 
+tr {08246.t} {08246.p2-thinks} -> {08246.p1} {08246.p5} 
+tr {08246.t0|08247.t4} : b8245 {08247.p4-eats} -> {08246.f} {08247.f} {08247.p2-thinks} 
+tr {08246.t2} {08246.f} {08246.p5} -> {08246.p6} 
+tr {08246.t3|08247.t1} : a8245 {08246.f} {08247.p1} -> {08247.p3} 
+tr {08247.e} {08247.p6} {08247.p3} -> {08247.p4-eats} 
+tr {08247.t} {08247.p2-thinks} -> {08247.p1} {08247.p5} 
+tr {08247.t0|08248.t4} : b8246 {08248.p4-eats} -> {08247.f} {08248.f} {08248.p2-thinks} 
+tr {08247.t2} {08247.f} {08247.p5} -> {08247.p6} 
+tr {08247.t3|08248.t1} : a8246 {08247.f} {08248.p1} -> {08248.p3} 
+tr {08248.e} {08248.p6} {08248.p3} -> {08248.p4-eats} 
+tr {08248.t} {08248.p2-thinks} -> {08248.p1} {08248.p5} 
+tr {08248.t0|08249.t4} : b8247 {08249.p4-eats} -> {08248.f} {08249.f} {08249.p2-thinks} 
+tr {08248.t2} {08248.f} {08248.p5} -> {08248.p6} 
+tr {08248.t3|08249.t1} : a8247 {08248.f} {08249.p1} -> {08249.p3} 
+tr {08249.e} {08249.p6} {08249.p3} -> {08249.p4-eats} 
+tr {08249.t} {08249.p2-thinks} -> {08249.p1} {08249.p5} 
+tr {08249.t0|08250.t4} : b8248 {08250.p4-eats} -> {08249.f} {08250.f} {08250.p2-thinks} 
+tr {08249.t2} {08249.f} {08249.p5} -> {08249.p6} 
+tr {08249.t3|08250.t1} : a8248 {08249.f} {08250.p1} -> {08250.p3} 
+tr {08250.e} {08250.p6} {08250.p3} -> {08250.p4-eats} 
+tr {08250.t} {08250.p2-thinks} -> {08250.p1} {08250.p5} 
+tr {08250.t0|08251.t4} : b8249 {08251.p4-eats} -> {08250.f} {08251.f} {08251.p2-thinks} 
+tr {08250.t2} {08250.f} {08250.p5} -> {08250.p6} 
+tr {08250.t3|08251.t1} : a8249 {08250.f} {08251.p1} -> {08251.p3} 
+tr {08251.e} {08251.p6} {08251.p3} -> {08251.p4-eats} 
+tr {08251.t} {08251.p2-thinks} -> {08251.p1} {08251.p5} 
+tr {08251.t0|08252.t4} : b8250 {08252.p4-eats} -> {08251.f} {08252.f} {08252.p2-thinks} 
+tr {08251.t2} {08251.f} {08251.p5} -> {08251.p6} 
+tr {08251.t3|08252.t1} : a8250 {08251.f} {08252.p1} -> {08252.p3} 
+tr {08252.e} {08252.p6} {08252.p3} -> {08252.p4-eats} 
+tr {08252.t} {08252.p2-thinks} -> {08252.p1} {08252.p5} 
+tr {08252.t0|08253.t4} : b8251 {08253.p4-eats} -> {08252.f} {08253.f} {08253.p2-thinks} 
+tr {08252.t2} {08252.f} {08252.p5} -> {08252.p6} 
+tr {08252.t3|08253.t1} : a8251 {08252.f} {08253.p1} -> {08253.p3} 
+tr {08253.e} {08253.p6} {08253.p3} -> {08253.p4-eats} 
+tr {08253.t} {08253.p2-thinks} -> {08253.p1} {08253.p5} 
+tr {08253.t0|08254.t4} : b8252 {08254.p4-eats} -> {08253.f} {08254.f} {08254.p2-thinks} 
+tr {08253.t2} {08253.f} {08253.p5} -> {08253.p6} 
+tr {08253.t3|08254.t1} : a8252 {08253.f} {08254.p1} -> {08254.p3} 
+tr {08254.e} {08254.p6} {08254.p3} -> {08254.p4-eats} 
+tr {08254.t} {08254.p2-thinks} -> {08254.p1} {08254.p5} 
+tr {08254.t0|08255.t4} : b8253 {08255.p4-eats} -> {08254.f} {08255.f} {08255.p2-thinks} 
+tr {08254.t2} {08254.f} {08254.p5} -> {08254.p6} 
+tr {08254.t3|08255.t1} : a8253 {08254.f} {08255.p1} -> {08255.p3} 
+tr {08255.e} {08255.p6} {08255.p3} -> {08255.p4-eats} 
+tr {08255.t} {08255.p2-thinks} -> {08255.p1} {08255.p5} 
+tr {08255.t0|08256.t4} : b8254 {08256.p4-eats} -> {08255.f} {08256.f} {08256.p2-thinks} 
+tr {08255.t2} {08255.f} {08255.p5} -> {08255.p6} 
+tr {08255.t3|08256.t1} : a8254 {08255.f} {08256.p1} -> {08256.p3} 
+tr {08256.e} {08256.p6} {08256.p3} -> {08256.p4-eats} 
+tr {08256.t} {08256.p2-thinks} -> {08256.p1} {08256.p5} 
+tr {08256.t0|08257.t4} : b8255 {08257.p4-eats} -> {08256.f} {08257.f} {08257.p2-thinks} 
+tr {08256.t2} {08256.f} {08256.p5} -> {08256.p6} 
+tr {08256.t3|08257.t1} : a8255 {08256.f} {08257.p1} -> {08257.p3} 
+tr {08257.e} {08257.p6} {08257.p3} -> {08257.p4-eats} 
+tr {08257.t} {08257.p2-thinks} -> {08257.p1} {08257.p5} 
+tr {08257.t0|08258.t4} : b8256 {08258.p4-eats} -> {08257.f} {08258.f} {08258.p2-thinks} 
+tr {08257.t2} {08257.f} {08257.p5} -> {08257.p6} 
+tr {08257.t3|08258.t1} : a8256 {08257.f} {08258.p1} -> {08258.p3} 
+tr {08258.e} {08258.p6} {08258.p3} -> {08258.p4-eats} 
+tr {08258.t} {08258.p2-thinks} -> {08258.p1} {08258.p5} 
+tr {08258.t0|08259.t4} : b8257 {08259.p4-eats} -> {08258.f} {08259.f} {08259.p2-thinks} 
+tr {08258.t2} {08258.f} {08258.p5} -> {08258.p6} 
+tr {08258.t3|08259.t1} : a8257 {08258.f} {08259.p1} -> {08259.p3} 
+tr {08259.e} {08259.p6} {08259.p3} -> {08259.p4-eats} 
+tr {08259.t} {08259.p2-thinks} -> {08259.p1} {08259.p5} 
+tr {08259.t0|08260.t4} : b8258 {08260.p4-eats} -> {08259.f} {08260.f} {08260.p2-thinks} 
+tr {08259.t2} {08259.f} {08259.p5} -> {08259.p6} 
+tr {08259.t3|08260.t1} : a8258 {08259.f} {08260.p1} -> {08260.p3} 
+tr {08260.e} {08260.p6} {08260.p3} -> {08260.p4-eats} 
+tr {08260.t} {08260.p2-thinks} -> {08260.p1} {08260.p5} 
+tr {08260.t0|08261.t4} : b8259 {08261.p4-eats} -> {08260.f} {08261.f} {08261.p2-thinks} 
+tr {08260.t2} {08260.f} {08260.p5} -> {08260.p6} 
+tr {08260.t3|08261.t1} : a8259 {08260.f} {08261.p1} -> {08261.p3} 
+tr {08261.e} {08261.p6} {08261.p3} -> {08261.p4-eats} 
+tr {08261.t} {08261.p2-thinks} -> {08261.p1} {08261.p5} 
+tr {08261.t0|08262.t4} : b8260 {08262.p4-eats} -> {08261.f} {08262.f} {08262.p2-thinks} 
+tr {08261.t2} {08261.f} {08261.p5} -> {08261.p6} 
+tr {08261.t3|08262.t1} : a8260 {08261.f} {08262.p1} -> {08262.p3} 
+tr {08262.e} {08262.p6} {08262.p3} -> {08262.p4-eats} 
+tr {08262.t} {08262.p2-thinks} -> {08262.p1} {08262.p5} 
+tr {08262.t0|08263.t4} : b8261 {08263.p4-eats} -> {08262.f} {08263.f} {08263.p2-thinks} 
+tr {08262.t2} {08262.f} {08262.p5} -> {08262.p6} 
+tr {08262.t3|08263.t1} : a8261 {08262.f} {08263.p1} -> {08263.p3} 
+tr {08263.e} {08263.p6} {08263.p3} -> {08263.p4-eats} 
+tr {08263.t} {08263.p2-thinks} -> {08263.p1} {08263.p5} 
+tr {08263.t0|08264.t4} : b8262 {08264.p4-eats} -> {08263.f} {08264.f} {08264.p2-thinks} 
+tr {08263.t2} {08263.f} {08263.p5} -> {08263.p6} 
+tr {08263.t3|08264.t1} : a8262 {08263.f} {08264.p1} -> {08264.p3} 
+tr {08264.e} {08264.p6} {08264.p3} -> {08264.p4-eats} 
+tr {08264.t} {08264.p2-thinks} -> {08264.p1} {08264.p5} 
+tr {08264.t0|08265.t4} : b8263 {08265.p4-eats} -> {08264.f} {08265.f} {08265.p2-thinks} 
+tr {08264.t2} {08264.f} {08264.p5} -> {08264.p6} 
+tr {08264.t3|08265.t1} : a8263 {08264.f} {08265.p1} -> {08265.p3} 
+tr {08265.e} {08265.p6} {08265.p3} -> {08265.p4-eats} 
+tr {08265.t} {08265.p2-thinks} -> {08265.p1} {08265.p5} 
+tr {08265.t0|08266.t4} : b8264 {08266.p4-eats} -> {08265.f} {08266.f} {08266.p2-thinks} 
+tr {08265.t2} {08265.f} {08265.p5} -> {08265.p6} 
+tr {08265.t3|08266.t1} : a8264 {08265.f} {08266.p1} -> {08266.p3} 
+tr {08266.e} {08266.p6} {08266.p3} -> {08266.p4-eats} 
+tr {08266.t} {08266.p2-thinks} -> {08266.p1} {08266.p5} 
+tr {08266.t0|08267.t4} : b8265 {08267.p4-eats} -> {08266.f} {08267.f} {08267.p2-thinks} 
+tr {08266.t2} {08266.f} {08266.p5} -> {08266.p6} 
+tr {08266.t3|08267.t1} : a8265 {08266.f} {08267.p1} -> {08267.p3} 
+tr {08267.e} {08267.p6} {08267.p3} -> {08267.p4-eats} 
+tr {08267.t} {08267.p2-thinks} -> {08267.p1} {08267.p5} 
+tr {08267.t0|08268.t4} : b8266 {08268.p4-eats} -> {08267.f} {08268.f} {08268.p2-thinks} 
+tr {08267.t2} {08267.f} {08267.p5} -> {08267.p6} 
+tr {08267.t3|08268.t1} : a8266 {08267.f} {08268.p1} -> {08268.p3} 
+tr {08268.e} {08268.p6} {08268.p3} -> {08268.p4-eats} 
+tr {08268.t} {08268.p2-thinks} -> {08268.p1} {08268.p5} 
+tr {08268.t0|08269.t4} : b8267 {08269.p4-eats} -> {08268.f} {08269.f} {08269.p2-thinks} 
+tr {08268.t2} {08268.f} {08268.p5} -> {08268.p6} 
+tr {08268.t3|08269.t1} : a8267 {08268.f} {08269.p1} -> {08269.p3} 
+tr {08269.e} {08269.p6} {08269.p3} -> {08269.p4-eats} 
+tr {08269.t} {08269.p2-thinks} -> {08269.p1} {08269.p5} 
+tr {08269.t0|08270.t4} : b8268 {08270.p4-eats} -> {08269.f} {08270.f} {08270.p2-thinks} 
+tr {08269.t2} {08269.f} {08269.p5} -> {08269.p6} 
+tr {08269.t3|08270.t1} : a8268 {08269.f} {08270.p1} -> {08270.p3} 
+tr {08270.e} {08270.p6} {08270.p3} -> {08270.p4-eats} 
+tr {08270.t} {08270.p2-thinks} -> {08270.p1} {08270.p5} 
+tr {08270.t0|08271.t4} : b8269 {08271.p4-eats} -> {08270.f} {08271.f} {08271.p2-thinks} 
+tr {08270.t2} {08270.f} {08270.p5} -> {08270.p6} 
+tr {08270.t3|08271.t1} : a8269 {08270.f} {08271.p1} -> {08271.p3} 
+tr {08271.e} {08271.p6} {08271.p3} -> {08271.p4-eats} 
+tr {08271.t} {08271.p2-thinks} -> {08271.p1} {08271.p5} 
+tr {08271.t0|08272.t4} : b8270 {08272.p4-eats} -> {08271.f} {08272.f} {08272.p2-thinks} 
+tr {08271.t2} {08271.f} {08271.p5} -> {08271.p6} 
+tr {08271.t3|08272.t1} : a8270 {08271.f} {08272.p1} -> {08272.p3} 
+tr {08272.e} {08272.p6} {08272.p3} -> {08272.p4-eats} 
+tr {08272.t} {08272.p2-thinks} -> {08272.p1} {08272.p5} 
+tr {08272.t0|08273.t4} : b8271 {08273.p4-eats} -> {08272.f} {08273.f} {08273.p2-thinks} 
+tr {08272.t2} {08272.f} {08272.p5} -> {08272.p6} 
+tr {08272.t3|08273.t1} : a8271 {08272.f} {08273.p1} -> {08273.p3} 
+tr {08273.e} {08273.p6} {08273.p3} -> {08273.p4-eats} 
+tr {08273.t} {08273.p2-thinks} -> {08273.p1} {08273.p5} 
+tr {08273.t0|08274.t4} : b8272 {08274.p4-eats} -> {08273.f} {08274.f} {08274.p2-thinks} 
+tr {08273.t2} {08273.f} {08273.p5} -> {08273.p6} 
+tr {08273.t3|08274.t1} : a8272 {08273.f} {08274.p1} -> {08274.p3} 
+tr {08274.e} {08274.p6} {08274.p3} -> {08274.p4-eats} 
+tr {08274.t} {08274.p2-thinks} -> {08274.p1} {08274.p5} 
+tr {08274.t0|08275.t4} : b8273 {08275.p4-eats} -> {08274.f} {08275.f} {08275.p2-thinks} 
+tr {08274.t2} {08274.f} {08274.p5} -> {08274.p6} 
+tr {08274.t3|08275.t1} : a8273 {08274.f} {08275.p1} -> {08275.p3} 
+tr {08275.e} {08275.p6} {08275.p3} -> {08275.p4-eats} 
+tr {08275.t} {08275.p2-thinks} -> {08275.p1} {08275.p5} 
+tr {08275.t0|08276.t4} : b8274 {08276.p4-eats} -> {08275.f} {08276.f} {08276.p2-thinks} 
+tr {08275.t2} {08275.f} {08275.p5} -> {08275.p6} 
+tr {08275.t3|08276.t1} : a8274 {08275.f} {08276.p1} -> {08276.p3} 
+tr {08276.e} {08276.p6} {08276.p3} -> {08276.p4-eats} 
+tr {08276.t} {08276.p2-thinks} -> {08276.p1} {08276.p5} 
+tr {08276.t0|08277.t4} : b8275 {08277.p4-eats} -> {08276.f} {08277.f} {08277.p2-thinks} 
+tr {08276.t2} {08276.f} {08276.p5} -> {08276.p6} 
+tr {08276.t3|08277.t1} : a8275 {08276.f} {08277.p1} -> {08277.p3} 
+tr {08277.e} {08277.p6} {08277.p3} -> {08277.p4-eats} 
+tr {08277.t} {08277.p2-thinks} -> {08277.p1} {08277.p5} 
+tr {08277.t0|08278.t4} : b8276 {08278.p4-eats} -> {08277.f} {08278.f} {08278.p2-thinks} 
+tr {08277.t2} {08277.f} {08277.p5} -> {08277.p6} 
+tr {08277.t3|08278.t1} : a8276 {08277.f} {08278.p1} -> {08278.p3} 
+tr {08278.e} {08278.p6} {08278.p3} -> {08278.p4-eats} 
+tr {08278.t} {08278.p2-thinks} -> {08278.p1} {08278.p5} 
+tr {08278.t0|08279.t4} : b8277 {08279.p4-eats} -> {08278.f} {08279.f} {08279.p2-thinks} 
+tr {08278.t2} {08278.f} {08278.p5} -> {08278.p6} 
+tr {08278.t3|08279.t1} : a8277 {08278.f} {08279.p1} -> {08279.p3} 
+tr {08279.e} {08279.p6} {08279.p3} -> {08279.p4-eats} 
+tr {08279.t} {08279.p2-thinks} -> {08279.p1} {08279.p5} 
+tr {08279.t0|08280.t4} : b8278 {08280.p4-eats} -> {08279.f} {08280.f} {08280.p2-thinks} 
+tr {08279.t2} {08279.f} {08279.p5} -> {08279.p6} 
+tr {08279.t3|08280.t1} : a8278 {08279.f} {08280.p1} -> {08280.p3} 
+tr {08280.e} {08280.p6} {08280.p3} -> {08280.p4-eats} 
+tr {08280.t} {08280.p2-thinks} -> {08280.p1} {08280.p5} 
+tr {08280.t0|08281.t4} : b8279 {08281.p4-eats} -> {08280.f} {08281.f} {08281.p2-thinks} 
+tr {08280.t2} {08280.f} {08280.p5} -> {08280.p6} 
+tr {08280.t3|08281.t1} : a8279 {08280.f} {08281.p1} -> {08281.p3} 
+tr {08281.e} {08281.p6} {08281.p3} -> {08281.p4-eats} 
+tr {08281.t} {08281.p2-thinks} -> {08281.p1} {08281.p5} 
+tr {08281.t0|08282.t4} : b8280 {08282.p4-eats} -> {08281.f} {08282.f} {08282.p2-thinks} 
+tr {08281.t2} {08281.f} {08281.p5} -> {08281.p6} 
+tr {08281.t3|08282.t1} : a8280 {08281.f} {08282.p1} -> {08282.p3} 
+tr {08282.e} {08282.p6} {08282.p3} -> {08282.p4-eats} 
+tr {08282.t} {08282.p2-thinks} -> {08282.p1} {08282.p5} 
+tr {08282.t0|08283.t4} : b8281 {08283.p4-eats} -> {08282.f} {08283.f} {08283.p2-thinks} 
+tr {08282.t2} {08282.f} {08282.p5} -> {08282.p6} 
+tr {08282.t3|08283.t1} : a8281 {08282.f} {08283.p1} -> {08283.p3} 
+tr {08283.e} {08283.p6} {08283.p3} -> {08283.p4-eats} 
+tr {08283.t} {08283.p2-thinks} -> {08283.p1} {08283.p5} 
+tr {08283.t0|08284.t4} : b8282 {08284.p4-eats} -> {08283.f} {08284.f} {08284.p2-thinks} 
+tr {08283.t2} {08283.f} {08283.p5} -> {08283.p6} 
+tr {08283.t3|08284.t1} : a8282 {08283.f} {08284.p1} -> {08284.p3} 
+tr {08284.e} {08284.p6} {08284.p3} -> {08284.p4-eats} 
+tr {08284.t} {08284.p2-thinks} -> {08284.p1} {08284.p5} 
+tr {08284.t0|08285.t4} : b8283 {08285.p4-eats} -> {08284.f} {08285.f} {08285.p2-thinks} 
+tr {08284.t2} {08284.f} {08284.p5} -> {08284.p6} 
+tr {08284.t3|08285.t1} : a8283 {08284.f} {08285.p1} -> {08285.p3} 
+tr {08285.e} {08285.p6} {08285.p3} -> {08285.p4-eats} 
+tr {08285.t} {08285.p2-thinks} -> {08285.p1} {08285.p5} 
+tr {08285.t0|08286.t4} : b8284 {08286.p4-eats} -> {08285.f} {08286.f} {08286.p2-thinks} 
+tr {08285.t2} {08285.f} {08285.p5} -> {08285.p6} 
+tr {08285.t3|08286.t1} : a8284 {08285.f} {08286.p1} -> {08286.p3} 
+tr {08286.e} {08286.p6} {08286.p3} -> {08286.p4-eats} 
+tr {08286.t} {08286.p2-thinks} -> {08286.p1} {08286.p5} 
+tr {08286.t0|08287.t4} : b8285 {08287.p4-eats} -> {08286.f} {08287.f} {08287.p2-thinks} 
+tr {08286.t2} {08286.f} {08286.p5} -> {08286.p6} 
+tr {08286.t3|08287.t1} : a8285 {08286.f} {08287.p1} -> {08287.p3} 
+tr {08287.e} {08287.p6} {08287.p3} -> {08287.p4-eats} 
+tr {08287.t} {08287.p2-thinks} -> {08287.p1} {08287.p5} 
+tr {08287.t0|08288.t4} : b8286 {08288.p4-eats} -> {08287.f} {08288.f} {08288.p2-thinks} 
+tr {08287.t2} {08287.f} {08287.p5} -> {08287.p6} 
+tr {08287.t3|08288.t1} : a8286 {08287.f} {08288.p1} -> {08288.p3} 
+tr {08288.e} {08288.p6} {08288.p3} -> {08288.p4-eats} 
+tr {08288.t} {08288.p2-thinks} -> {08288.p1} {08288.p5} 
+tr {08288.t0|08289.t4} : b8287 {08289.p4-eats} -> {08288.f} {08289.f} {08289.p2-thinks} 
+tr {08288.t2} {08288.f} {08288.p5} -> {08288.p6} 
+tr {08288.t3|08289.t1} : a8287 {08288.f} {08289.p1} -> {08289.p3} 
+tr {08289.e} {08289.p6} {08289.p3} -> {08289.p4-eats} 
+tr {08289.t} {08289.p2-thinks} -> {08289.p1} {08289.p5} 
+tr {08289.t0|08290.t4} : b8288 {08290.p4-eats} -> {08289.f} {08290.f} {08290.p2-thinks} 
+tr {08289.t2} {08289.f} {08289.p5} -> {08289.p6} 
+tr {08289.t3|08290.t1} : a8288 {08289.f} {08290.p1} -> {08290.p3} 
+tr {08290.e} {08290.p6} {08290.p3} -> {08290.p4-eats} 
+tr {08290.t} {08290.p2-thinks} -> {08290.p1} {08290.p5} 
+tr {08290.t0|08291.t4} : b8289 {08291.p4-eats} -> {08290.f} {08291.f} {08291.p2-thinks} 
+tr {08290.t2} {08290.f} {08290.p5} -> {08290.p6} 
+tr {08290.t3|08291.t1} : a8289 {08290.f} {08291.p1} -> {08291.p3} 
+tr {08291.e} {08291.p6} {08291.p3} -> {08291.p4-eats} 
+tr {08291.t} {08291.p2-thinks} -> {08291.p1} {08291.p5} 
+tr {08291.t0|08292.t4} : b8290 {08292.p4-eats} -> {08291.f} {08292.f} {08292.p2-thinks} 
+tr {08291.t2} {08291.f} {08291.p5} -> {08291.p6} 
+tr {08291.t3|08292.t1} : a8290 {08291.f} {08292.p1} -> {08292.p3} 
+tr {08292.e} {08292.p6} {08292.p3} -> {08292.p4-eats} 
+tr {08292.t} {08292.p2-thinks} -> {08292.p1} {08292.p5} 
+tr {08292.t0|08293.t4} : b8291 {08293.p4-eats} -> {08292.f} {08293.f} {08293.p2-thinks} 
+tr {08292.t2} {08292.f} {08292.p5} -> {08292.p6} 
+tr {08292.t3|08293.t1} : a8291 {08292.f} {08293.p1} -> {08293.p3} 
+tr {08293.e} {08293.p6} {08293.p3} -> {08293.p4-eats} 
+tr {08293.t} {08293.p2-thinks} -> {08293.p1} {08293.p5} 
+tr {08293.t0|08294.t4} : b8292 {08294.p4-eats} -> {08293.f} {08294.f} {08294.p2-thinks} 
+tr {08293.t2} {08293.f} {08293.p5} -> {08293.p6} 
+tr {08293.t3|08294.t1} : a8292 {08293.f} {08294.p1} -> {08294.p3} 
+tr {08294.e} {08294.p6} {08294.p3} -> {08294.p4-eats} 
+tr {08294.t} {08294.p2-thinks} -> {08294.p1} {08294.p5} 
+tr {08294.t0|08295.t4} : b8293 {08295.p4-eats} -> {08294.f} {08295.f} {08295.p2-thinks} 
+tr {08294.t2} {08294.f} {08294.p5} -> {08294.p6} 
+tr {08294.t3|08295.t1} : a8293 {08294.f} {08295.p1} -> {08295.p3} 
+tr {08295.e} {08295.p6} {08295.p3} -> {08295.p4-eats} 
+tr {08295.t} {08295.p2-thinks} -> {08295.p1} {08295.p5} 
+tr {08295.t0|08296.t4} : b8294 {08296.p4-eats} -> {08295.f} {08296.f} {08296.p2-thinks} 
+tr {08295.t2} {08295.f} {08295.p5} -> {08295.p6} 
+tr {08295.t3|08296.t1} : a8294 {08295.f} {08296.p1} -> {08296.p3} 
+tr {08296.e} {08296.p6} {08296.p3} -> {08296.p4-eats} 
+tr {08296.t} {08296.p2-thinks} -> {08296.p1} {08296.p5} 
+tr {08296.t0|08297.t4} : b8295 {08297.p4-eats} -> {08296.f} {08297.f} {08297.p2-thinks} 
+tr {08296.t2} {08296.f} {08296.p5} -> {08296.p6} 
+tr {08296.t3|08297.t1} : a8295 {08296.f} {08297.p1} -> {08297.p3} 
+tr {08297.e} {08297.p6} {08297.p3} -> {08297.p4-eats} 
+tr {08297.t} {08297.p2-thinks} -> {08297.p1} {08297.p5} 
+tr {08297.t0|08298.t4} : b8296 {08298.p4-eats} -> {08297.f} {08298.f} {08298.p2-thinks} 
+tr {08297.t2} {08297.f} {08297.p5} -> {08297.p6} 
+tr {08297.t3|08298.t1} : a8296 {08297.f} {08298.p1} -> {08298.p3} 
+tr {08298.e} {08298.p6} {08298.p3} -> {08298.p4-eats} 
+tr {08298.t} {08298.p2-thinks} -> {08298.p1} {08298.p5} 
+tr {08298.t0|08299.t4} : b8297 {08299.p4-eats} -> {08298.f} {08299.f} {08299.p2-thinks} 
+tr {08298.t2} {08298.f} {08298.p5} -> {08298.p6} 
+tr {08298.t3|08299.t1} : a8297 {08298.f} {08299.p1} -> {08299.p3} 
+tr {08299.e} {08299.p6} {08299.p3} -> {08299.p4-eats} 
+tr {08299.t} {08299.p2-thinks} -> {08299.p1} {08299.p5} 
+tr {08299.t0|08300.t4} : b8298 {08300.p4-eats} -> {08299.f} {08300.f} {08300.p2-thinks} 
+tr {08299.t2} {08299.f} {08299.p5} -> {08299.p6} 
+tr {08299.t3|08300.t1} : a8298 {08299.f} {08300.p1} -> {08300.p3} 
+tr {08300.e} {08300.p6} {08300.p3} -> {08300.p4-eats} 
+tr {08300.t} {08300.p2-thinks} -> {08300.p1} {08300.p5} 
+tr {08300.t0|08301.t4} : b8299 {08301.p4-eats} -> {08300.f} {08301.f} {08301.p2-thinks} 
+tr {08300.t2} {08300.f} {08300.p5} -> {08300.p6} 
+tr {08300.t3|08301.t1} : a8299 {08300.f} {08301.p1} -> {08301.p3} 
+tr {08301.e} {08301.p6} {08301.p3} -> {08301.p4-eats} 
+tr {08301.t} {08301.p2-thinks} -> {08301.p1} {08301.p5} 
+tr {08301.t0|08302.t4} : b8300 {08302.p4-eats} -> {08301.f} {08302.f} {08302.p2-thinks} 
+tr {08301.t2} {08301.f} {08301.p5} -> {08301.p6} 
+tr {08301.t3|08302.t1} : a8300 {08301.f} {08302.p1} -> {08302.p3} 
+tr {08302.e} {08302.p6} {08302.p3} -> {08302.p4-eats} 
+tr {08302.t} {08302.p2-thinks} -> {08302.p1} {08302.p5} 
+tr {08302.t0|08303.t4} : b8301 {08303.p4-eats} -> {08302.f} {08303.f} {08303.p2-thinks} 
+tr {08302.t2} {08302.f} {08302.p5} -> {08302.p6} 
+tr {08302.t3|08303.t1} : a8301 {08302.f} {08303.p1} -> {08303.p3} 
+tr {08303.e} {08303.p6} {08303.p3} -> {08303.p4-eats} 
+tr {08303.t} {08303.p2-thinks} -> {08303.p1} {08303.p5} 
+tr {08303.t0|08304.t4} : b8302 {08304.p4-eats} -> {08303.f} {08304.f} {08304.p2-thinks} 
+tr {08303.t2} {08303.f} {08303.p5} -> {08303.p6} 
+tr {08303.t3|08304.t1} : a8302 {08303.f} {08304.p1} -> {08304.p3} 
+tr {08304.e} {08304.p6} {08304.p3} -> {08304.p4-eats} 
+tr {08304.t} {08304.p2-thinks} -> {08304.p1} {08304.p5} 
+tr {08304.t0|08305.t4} : b8303 {08305.p4-eats} -> {08304.f} {08305.f} {08305.p2-thinks} 
+tr {08304.t2} {08304.f} {08304.p5} -> {08304.p6} 
+tr {08304.t3|08305.t1} : a8303 {08304.f} {08305.p1} -> {08305.p3} 
+tr {08305.e} {08305.p6} {08305.p3} -> {08305.p4-eats} 
+tr {08305.t} {08305.p2-thinks} -> {08305.p1} {08305.p5} 
+tr {08305.t0|08306.t4} : b8304 {08306.p4-eats} -> {08305.f} {08306.f} {08306.p2-thinks} 
+tr {08305.t2} {08305.f} {08305.p5} -> {08305.p6} 
+tr {08305.t3|08306.t1} : a8304 {08305.f} {08306.p1} -> {08306.p3} 
+tr {08306.e} {08306.p6} {08306.p3} -> {08306.p4-eats} 
+tr {08306.t} {08306.p2-thinks} -> {08306.p1} {08306.p5} 
+tr {08306.t0|08307.t4} : b8305 {08307.p4-eats} -> {08306.f} {08307.f} {08307.p2-thinks} 
+tr {08306.t2} {08306.f} {08306.p5} -> {08306.p6} 
+tr {08306.t3|08307.t1} : a8305 {08306.f} {08307.p1} -> {08307.p3} 
+tr {08307.e} {08307.p6} {08307.p3} -> {08307.p4-eats} 
+tr {08307.t} {08307.p2-thinks} -> {08307.p1} {08307.p5} 
+tr {08307.t0|08308.t4} : b8306 {08308.p4-eats} -> {08307.f} {08308.f} {08308.p2-thinks} 
+tr {08307.t2} {08307.f} {08307.p5} -> {08307.p6} 
+tr {08307.t3|08308.t1} : a8306 {08307.f} {08308.p1} -> {08308.p3} 
+tr {08308.e} {08308.p6} {08308.p3} -> {08308.p4-eats} 
+tr {08308.t} {08308.p2-thinks} -> {08308.p1} {08308.p5} 
+tr {08308.t0|08309.t4} : b8307 {08309.p4-eats} -> {08308.f} {08309.f} {08309.p2-thinks} 
+tr {08308.t2} {08308.f} {08308.p5} -> {08308.p6} 
+tr {08308.t3|08309.t1} : a8307 {08308.f} {08309.p1} -> {08309.p3} 
+tr {08309.e} {08309.p6} {08309.p3} -> {08309.p4-eats} 
+tr {08309.t} {08309.p2-thinks} -> {08309.p1} {08309.p5} 
+tr {08309.t0|08310.t4} : b8308 {08310.p4-eats} -> {08309.f} {08310.f} {08310.p2-thinks} 
+tr {08309.t2} {08309.f} {08309.p5} -> {08309.p6} 
+tr {08309.t3|08310.t1} : a8308 {08309.f} {08310.p1} -> {08310.p3} 
+tr {08310.e} {08310.p6} {08310.p3} -> {08310.p4-eats} 
+tr {08310.t} {08310.p2-thinks} -> {08310.p1} {08310.p5} 
+tr {08310.t0|08311.t4} : b8309 {08311.p4-eats} -> {08310.f} {08311.f} {08311.p2-thinks} 
+tr {08310.t2} {08310.f} {08310.p5} -> {08310.p6} 
+tr {08310.t3|08311.t1} : a8309 {08310.f} {08311.p1} -> {08311.p3} 
+tr {08311.e} {08311.p6} {08311.p3} -> {08311.p4-eats} 
+tr {08311.t} {08311.p2-thinks} -> {08311.p1} {08311.p5} 
+tr {08311.t0|08312.t4} : b8310 {08312.p4-eats} -> {08311.f} {08312.f} {08312.p2-thinks} 
+tr {08311.t2} {08311.f} {08311.p5} -> {08311.p6} 
+tr {08311.t3|08312.t1} : a8310 {08311.f} {08312.p1} -> {08312.p3} 
+tr {08312.e} {08312.p6} {08312.p3} -> {08312.p4-eats} 
+tr {08312.t} {08312.p2-thinks} -> {08312.p1} {08312.p5} 
+tr {08312.t0|08313.t4} : b8311 {08313.p4-eats} -> {08312.f} {08313.f} {08313.p2-thinks} 
+tr {08312.t2} {08312.f} {08312.p5} -> {08312.p6} 
+tr {08312.t3|08313.t1} : a8311 {08312.f} {08313.p1} -> {08313.p3} 
+tr {08313.e} {08313.p6} {08313.p3} -> {08313.p4-eats} 
+tr {08313.t} {08313.p2-thinks} -> {08313.p1} {08313.p5} 
+tr {08313.t0|08314.t4} : b8312 {08314.p4-eats} -> {08313.f} {08314.f} {08314.p2-thinks} 
+tr {08313.t2} {08313.f} {08313.p5} -> {08313.p6} 
+tr {08313.t3|08314.t1} : a8312 {08313.f} {08314.p1} -> {08314.p3} 
+tr {08314.e} {08314.p6} {08314.p3} -> {08314.p4-eats} 
+tr {08314.t} {08314.p2-thinks} -> {08314.p1} {08314.p5} 
+tr {08314.t0|08315.t4} : b8313 {08315.p4-eats} -> {08314.f} {08315.f} {08315.p2-thinks} 
+tr {08314.t2} {08314.f} {08314.p5} -> {08314.p6} 
+tr {08314.t3|08315.t1} : a8313 {08314.f} {08315.p1} -> {08315.p3} 
+tr {08315.e} {08315.p6} {08315.p3} -> {08315.p4-eats} 
+tr {08315.t} {08315.p2-thinks} -> {08315.p1} {08315.p5} 
+tr {08315.t0|08316.t4} : b8314 {08316.p4-eats} -> {08315.f} {08316.f} {08316.p2-thinks} 
+tr {08315.t2} {08315.f} {08315.p5} -> {08315.p6} 
+tr {08315.t3|08316.t1} : a8314 {08315.f} {08316.p1} -> {08316.p3} 
+tr {08316.e} {08316.p6} {08316.p3} -> {08316.p4-eats} 
+tr {08316.t} {08316.p2-thinks} -> {08316.p1} {08316.p5} 
+tr {08316.t0|08317.t4} : b8315 {08317.p4-eats} -> {08316.f} {08317.f} {08317.p2-thinks} 
+tr {08316.t2} {08316.f} {08316.p5} -> {08316.p6} 
+tr {08316.t3|08317.t1} : a8315 {08316.f} {08317.p1} -> {08317.p3} 
+tr {08317.e} {08317.p6} {08317.p3} -> {08317.p4-eats} 
+tr {08317.t} {08317.p2-thinks} -> {08317.p1} {08317.p5} 
+tr {08317.t0|08318.t4} : b8316 {08318.p4-eats} -> {08317.f} {08318.f} {08318.p2-thinks} 
+tr {08317.t2} {08317.f} {08317.p5} -> {08317.p6} 
+tr {08317.t3|08318.t1} : a8316 {08317.f} {08318.p1} -> {08318.p3} 
+tr {08318.e} {08318.p6} {08318.p3} -> {08318.p4-eats} 
+tr {08318.t} {08318.p2-thinks} -> {08318.p1} {08318.p5} 
+tr {08318.t0|08319.t4} : b8317 {08319.p4-eats} -> {08318.f} {08319.f} {08319.p2-thinks} 
+tr {08318.t2} {08318.f} {08318.p5} -> {08318.p6} 
+tr {08318.t3|08319.t1} : a8317 {08318.f} {08319.p1} -> {08319.p3} 
+tr {08319.e} {08319.p6} {08319.p3} -> {08319.p4-eats} 
+tr {08319.t} {08319.p2-thinks} -> {08319.p1} {08319.p5} 
+tr {08319.t0|08320.t4} : b8318 {08320.p4-eats} -> {08319.f} {08320.f} {08320.p2-thinks} 
+tr {08319.t2} {08319.f} {08319.p5} -> {08319.p6} 
+tr {08319.t3|08320.t1} : a8318 {08319.f} {08320.p1} -> {08320.p3} 
+tr {08320.e} {08320.p6} {08320.p3} -> {08320.p4-eats} 
+tr {08320.t} {08320.p2-thinks} -> {08320.p1} {08320.p5} 
+tr {08320.t0|08321.t4} : b8319 {08321.p4-eats} -> {08320.f} {08321.f} {08321.p2-thinks} 
+tr {08320.t2} {08320.f} {08320.p5} -> {08320.p6} 
+tr {08320.t3|08321.t1} : a8319 {08320.f} {08321.p1} -> {08321.p3} 
+tr {08321.e} {08321.p6} {08321.p3} -> {08321.p4-eats} 
+tr {08321.t} {08321.p2-thinks} -> {08321.p1} {08321.p5} 
+tr {08321.t0|08322.t4} : b8320 {08322.p4-eats} -> {08321.f} {08322.f} {08322.p2-thinks} 
+tr {08321.t2} {08321.f} {08321.p5} -> {08321.p6} 
+tr {08321.t3|08322.t1} : a8320 {08321.f} {08322.p1} -> {08322.p3} 
+tr {08322.e} {08322.p6} {08322.p3} -> {08322.p4-eats} 
+tr {08322.t} {08322.p2-thinks} -> {08322.p1} {08322.p5} 
+tr {08322.t0|08323.t4} : b8321 {08323.p4-eats} -> {08322.f} {08323.f} {08323.p2-thinks} 
+tr {08322.t2} {08322.f} {08322.p5} -> {08322.p6} 
+tr {08322.t3|08323.t1} : a8321 {08322.f} {08323.p1} -> {08323.p3} 
+tr {08323.e} {08323.p6} {08323.p3} -> {08323.p4-eats} 
+tr {08323.t} {08323.p2-thinks} -> {08323.p1} {08323.p5} 
+tr {08323.t0|08324.t4} : b8322 {08324.p4-eats} -> {08323.f} {08324.f} {08324.p2-thinks} 
+tr {08323.t2} {08323.f} {08323.p5} -> {08323.p6} 
+tr {08323.t3|08324.t1} : a8322 {08323.f} {08324.p1} -> {08324.p3} 
+tr {08324.e} {08324.p6} {08324.p3} -> {08324.p4-eats} 
+tr {08324.t} {08324.p2-thinks} -> {08324.p1} {08324.p5} 
+tr {08324.t0|08325.t4} : b8323 {08325.p4-eats} -> {08324.f} {08325.f} {08325.p2-thinks} 
+tr {08324.t2} {08324.f} {08324.p5} -> {08324.p6} 
+tr {08324.t3|08325.t1} : a8323 {08324.f} {08325.p1} -> {08325.p3} 
+tr {08325.e} {08325.p6} {08325.p3} -> {08325.p4-eats} 
+tr {08325.t} {08325.p2-thinks} -> {08325.p1} {08325.p5} 
+tr {08325.t0|08326.t4} : b8324 {08326.p4-eats} -> {08325.f} {08326.f} {08326.p2-thinks} 
+tr {08325.t2} {08325.f} {08325.p5} -> {08325.p6} 
+tr {08325.t3|08326.t1} : a8324 {08325.f} {08326.p1} -> {08326.p3} 
+tr {08326.e} {08326.p6} {08326.p3} -> {08326.p4-eats} 
+tr {08326.t} {08326.p2-thinks} -> {08326.p1} {08326.p5} 
+tr {08326.t0|08327.t4} : b8325 {08327.p4-eats} -> {08326.f} {08327.f} {08327.p2-thinks} 
+tr {08326.t2} {08326.f} {08326.p5} -> {08326.p6} 
+tr {08326.t3|08327.t1} : a8325 {08326.f} {08327.p1} -> {08327.p3} 
+tr {08327.e} {08327.p6} {08327.p3} -> {08327.p4-eats} 
+tr {08327.t} {08327.p2-thinks} -> {08327.p1} {08327.p5} 
+tr {08327.t0|08328.t4} : b8326 {08328.p4-eats} -> {08327.f} {08328.f} {08328.p2-thinks} 
+tr {08327.t2} {08327.f} {08327.p5} -> {08327.p6} 
+tr {08327.t3|08328.t1} : a8326 {08327.f} {08328.p1} -> {08328.p3} 
+tr {08328.e} {08328.p6} {08328.p3} -> {08328.p4-eats} 
+tr {08328.t} {08328.p2-thinks} -> {08328.p1} {08328.p5} 
+tr {08328.t0|08329.t4} : b8327 {08329.p4-eats} -> {08328.f} {08329.f} {08329.p2-thinks} 
+tr {08328.t2} {08328.f} {08328.p5} -> {08328.p6} 
+tr {08328.t3|08329.t1} : a8327 {08328.f} {08329.p1} -> {08329.p3} 
+tr {08329.e} {08329.p6} {08329.p3} -> {08329.p4-eats} 
+tr {08329.t} {08329.p2-thinks} -> {08329.p1} {08329.p5} 
+tr {08329.t0|08330.t4} : b8328 {08330.p4-eats} -> {08329.f} {08330.f} {08330.p2-thinks} 
+tr {08329.t2} {08329.f} {08329.p5} -> {08329.p6} 
+tr {08329.t3|08330.t1} : a8328 {08329.f} {08330.p1} -> {08330.p3} 
+tr {08330.e} {08330.p6} {08330.p3} -> {08330.p4-eats} 
+tr {08330.t} {08330.p2-thinks} -> {08330.p1} {08330.p5} 
+tr {08330.t0|08331.t4} : b8329 {08331.p4-eats} -> {08330.f} {08331.f} {08331.p2-thinks} 
+tr {08330.t2} {08330.f} {08330.p5} -> {08330.p6} 
+tr {08330.t3|08331.t1} : a8329 {08330.f} {08331.p1} -> {08331.p3} 
+tr {08331.e} {08331.p6} {08331.p3} -> {08331.p4-eats} 
+tr {08331.t} {08331.p2-thinks} -> {08331.p1} {08331.p5} 
+tr {08331.t0|08332.t4} : b8330 {08332.p4-eats} -> {08331.f} {08332.f} {08332.p2-thinks} 
+tr {08331.t2} {08331.f} {08331.p5} -> {08331.p6} 
+tr {08331.t3|08332.t1} : a8330 {08331.f} {08332.p1} -> {08332.p3} 
+tr {08332.e} {08332.p6} {08332.p3} -> {08332.p4-eats} 
+tr {08332.t} {08332.p2-thinks} -> {08332.p1} {08332.p5} 
+tr {08332.t0|08333.t4} : b8331 {08333.p4-eats} -> {08332.f} {08333.f} {08333.p2-thinks} 
+tr {08332.t2} {08332.f} {08332.p5} -> {08332.p6} 
+tr {08332.t3|08333.t1} : a8331 {08332.f} {08333.p1} -> {08333.p3} 
+tr {08333.e} {08333.p6} {08333.p3} -> {08333.p4-eats} 
+tr {08333.t} {08333.p2-thinks} -> {08333.p1} {08333.p5} 
+tr {08333.t0|08334.t4} : b8332 {08334.p4-eats} -> {08333.f} {08334.f} {08334.p2-thinks} 
+tr {08333.t2} {08333.f} {08333.p5} -> {08333.p6} 
+tr {08333.t3|08334.t1} : a8332 {08333.f} {08334.p1} -> {08334.p3} 
+tr {08334.e} {08334.p6} {08334.p3} -> {08334.p4-eats} 
+tr {08334.t} {08334.p2-thinks} -> {08334.p1} {08334.p5} 
+tr {08334.t0|08335.t4} : b8333 {08335.p4-eats} -> {08334.f} {08335.f} {08335.p2-thinks} 
+tr {08334.t2} {08334.f} {08334.p5} -> {08334.p6} 
+tr {08334.t3|08335.t1} : a8333 {08334.f} {08335.p1} -> {08335.p3} 
+tr {08335.e} {08335.p6} {08335.p3} -> {08335.p4-eats} 
+tr {08335.t} {08335.p2-thinks} -> {08335.p1} {08335.p5} 
+tr {08335.t0|08336.t4} : b8334 {08336.p4-eats} -> {08335.f} {08336.f} {08336.p2-thinks} 
+tr {08335.t2} {08335.f} {08335.p5} -> {08335.p6} 
+tr {08335.t3|08336.t1} : a8334 {08335.f} {08336.p1} -> {08336.p3} 
+tr {08336.e} {08336.p6} {08336.p3} -> {08336.p4-eats} 
+tr {08336.t} {08336.p2-thinks} -> {08336.p1} {08336.p5} 
+tr {08336.t0|08337.t4} : b8335 {08337.p4-eats} -> {08336.f} {08337.f} {08337.p2-thinks} 
+tr {08336.t2} {08336.f} {08336.p5} -> {08336.p6} 
+tr {08336.t3|08337.t1} : a8335 {08336.f} {08337.p1} -> {08337.p3} 
+tr {08337.e} {08337.p6} {08337.p3} -> {08337.p4-eats} 
+tr {08337.t} {08337.p2-thinks} -> {08337.p1} {08337.p5} 
+tr {08337.t0|08338.t4} : b8336 {08338.p4-eats} -> {08337.f} {08338.f} {08338.p2-thinks} 
+tr {08337.t2} {08337.f} {08337.p5} -> {08337.p6} 
+tr {08337.t3|08338.t1} : a8336 {08337.f} {08338.p1} -> {08338.p3} 
+tr {08338.e} {08338.p6} {08338.p3} -> {08338.p4-eats} 
+tr {08338.t} {08338.p2-thinks} -> {08338.p1} {08338.p5} 
+tr {08338.t0|08339.t4} : b8337 {08339.p4-eats} -> {08338.f} {08339.f} {08339.p2-thinks} 
+tr {08338.t2} {08338.f} {08338.p5} -> {08338.p6} 
+tr {08338.t3|08339.t1} : a8337 {08338.f} {08339.p1} -> {08339.p3} 
+tr {08339.e} {08339.p6} {08339.p3} -> {08339.p4-eats} 
+tr {08339.t} {08339.p2-thinks} -> {08339.p1} {08339.p5} 
+tr {08339.t0|08340.t4} : b8338 {08340.p4-eats} -> {08339.f} {08340.f} {08340.p2-thinks} 
+tr {08339.t2} {08339.f} {08339.p5} -> {08339.p6} 
+tr {08339.t3|08340.t1} : a8338 {08339.f} {08340.p1} -> {08340.p3} 
+tr {08340.e} {08340.p6} {08340.p3} -> {08340.p4-eats} 
+tr {08340.t} {08340.p2-thinks} -> {08340.p1} {08340.p5} 
+tr {08340.t0|08341.t4} : b8339 {08341.p4-eats} -> {08340.f} {08341.f} {08341.p2-thinks} 
+tr {08340.t2} {08340.f} {08340.p5} -> {08340.p6} 
+tr {08340.t3|08341.t1} : a8339 {08340.f} {08341.p1} -> {08341.p3} 
+tr {08341.e} {08341.p6} {08341.p3} -> {08341.p4-eats} 
+tr {08341.t} {08341.p2-thinks} -> {08341.p1} {08341.p5} 
+tr {08341.t0|08342.t4} : b8340 {08342.p4-eats} -> {08341.f} {08342.f} {08342.p2-thinks} 
+tr {08341.t2} {08341.f} {08341.p5} -> {08341.p6} 
+tr {08341.t3|08342.t1} : a8340 {08341.f} {08342.p1} -> {08342.p3} 
+tr {08342.e} {08342.p6} {08342.p3} -> {08342.p4-eats} 
+tr {08342.t} {08342.p2-thinks} -> {08342.p1} {08342.p5} 
+tr {08342.t0|08343.t4} : b8341 {08343.p4-eats} -> {08342.f} {08343.f} {08343.p2-thinks} 
+tr {08342.t2} {08342.f} {08342.p5} -> {08342.p6} 
+tr {08342.t3|08343.t1} : a8341 {08342.f} {08343.p1} -> {08343.p3} 
+tr {08343.e} {08343.p6} {08343.p3} -> {08343.p4-eats} 
+tr {08343.t} {08343.p2-thinks} -> {08343.p1} {08343.p5} 
+tr {08343.t0|08344.t4} : b8342 {08344.p4-eats} -> {08343.f} {08344.f} {08344.p2-thinks} 
+tr {08343.t2} {08343.f} {08343.p5} -> {08343.p6} 
+tr {08343.t3|08344.t1} : a8342 {08343.f} {08344.p1} -> {08344.p3} 
+tr {08344.e} {08344.p6} {08344.p3} -> {08344.p4-eats} 
+tr {08344.t} {08344.p2-thinks} -> {08344.p1} {08344.p5} 
+tr {08344.t0|08345.t4} : b8343 {08345.p4-eats} -> {08344.f} {08345.f} {08345.p2-thinks} 
+tr {08344.t2} {08344.f} {08344.p5} -> {08344.p6} 
+tr {08344.t3|08345.t1} : a8343 {08344.f} {08345.p1} -> {08345.p3} 
+tr {08345.e} {08345.p6} {08345.p3} -> {08345.p4-eats} 
+tr {08345.t} {08345.p2-thinks} -> {08345.p1} {08345.p5} 
+tr {08345.t0|08346.t4} : b8344 {08346.p4-eats} -> {08345.f} {08346.f} {08346.p2-thinks} 
+tr {08345.t2} {08345.f} {08345.p5} -> {08345.p6} 
+tr {08345.t3|08346.t1} : a8344 {08345.f} {08346.p1} -> {08346.p3} 
+tr {08346.e} {08346.p6} {08346.p3} -> {08346.p4-eats} 
+tr {08346.t} {08346.p2-thinks} -> {08346.p1} {08346.p5} 
+tr {08346.t0|08347.t4} : b8345 {08347.p4-eats} -> {08346.f} {08347.f} {08347.p2-thinks} 
+tr {08346.t2} {08346.f} {08346.p5} -> {08346.p6} 
+tr {08346.t3|08347.t1} : a8345 {08346.f} {08347.p1} -> {08347.p3} 
+tr {08347.e} {08347.p6} {08347.p3} -> {08347.p4-eats} 
+tr {08347.t} {08347.p2-thinks} -> {08347.p1} {08347.p5} 
+tr {08347.t0|08348.t4} : b8346 {08348.p4-eats} -> {08347.f} {08348.f} {08348.p2-thinks} 
+tr {08347.t2} {08347.f} {08347.p5} -> {08347.p6} 
+tr {08347.t3|08348.t1} : a8346 {08347.f} {08348.p1} -> {08348.p3} 
+tr {08348.e} {08348.p6} {08348.p3} -> {08348.p4-eats} 
+tr {08348.t} {08348.p2-thinks} -> {08348.p1} {08348.p5} 
+tr {08348.t0|08349.t4} : b8347 {08349.p4-eats} -> {08348.f} {08349.f} {08349.p2-thinks} 
+tr {08348.t2} {08348.f} {08348.p5} -> {08348.p6} 
+tr {08348.t3|08349.t1} : a8347 {08348.f} {08349.p1} -> {08349.p3} 
+tr {08349.e} {08349.p6} {08349.p3} -> {08349.p4-eats} 
+tr {08349.t} {08349.p2-thinks} -> {08349.p1} {08349.p5} 
+tr {08349.t0|08350.t4} : b8348 {08350.p4-eats} -> {08349.f} {08350.f} {08350.p2-thinks} 
+tr {08349.t2} {08349.f} {08349.p5} -> {08349.p6} 
+tr {08349.t3|08350.t1} : a8348 {08349.f} {08350.p1} -> {08350.p3} 
+tr {08350.e} {08350.p6} {08350.p3} -> {08350.p4-eats} 
+tr {08350.t} {08350.p2-thinks} -> {08350.p1} {08350.p5} 
+tr {08350.t0|08351.t4} : b8349 {08351.p4-eats} -> {08350.f} {08351.f} {08351.p2-thinks} 
+tr {08350.t2} {08350.f} {08350.p5} -> {08350.p6} 
+tr {08350.t3|08351.t1} : a8349 {08350.f} {08351.p1} -> {08351.p3} 
+tr {08351.e} {08351.p6} {08351.p3} -> {08351.p4-eats} 
+tr {08351.t} {08351.p2-thinks} -> {08351.p1} {08351.p5} 
+tr {08351.t0|08352.t4} : b8350 {08352.p4-eats} -> {08351.f} {08352.f} {08352.p2-thinks} 
+tr {08351.t2} {08351.f} {08351.p5} -> {08351.p6} 
+tr {08351.t3|08352.t1} : a8350 {08351.f} {08352.p1} -> {08352.p3} 
+tr {08352.e} {08352.p6} {08352.p3} -> {08352.p4-eats} 
+tr {08352.t} {08352.p2-thinks} -> {08352.p1} {08352.p5} 
+tr {08352.t0|08353.t4} : b8351 {08353.p4-eats} -> {08352.f} {08353.f} {08353.p2-thinks} 
+tr {08352.t2} {08352.f} {08352.p5} -> {08352.p6} 
+tr {08352.t3|08353.t1} : a8351 {08352.f} {08353.p1} -> {08353.p3} 
+tr {08353.e} {08353.p6} {08353.p3} -> {08353.p4-eats} 
+tr {08353.t} {08353.p2-thinks} -> {08353.p1} {08353.p5} 
+tr {08353.t0|08354.t4} : b8352 {08354.p4-eats} -> {08353.f} {08354.f} {08354.p2-thinks} 
+tr {08353.t2} {08353.f} {08353.p5} -> {08353.p6} 
+tr {08353.t3|08354.t1} : a8352 {08353.f} {08354.p1} -> {08354.p3} 
+tr {08354.e} {08354.p6} {08354.p3} -> {08354.p4-eats} 
+tr {08354.t} {08354.p2-thinks} -> {08354.p1} {08354.p5} 
+tr {08354.t0|08355.t4} : b8353 {08355.p4-eats} -> {08354.f} {08355.f} {08355.p2-thinks} 
+tr {08354.t2} {08354.f} {08354.p5} -> {08354.p6} 
+tr {08354.t3|08355.t1} : a8353 {08354.f} {08355.p1} -> {08355.p3} 
+tr {08355.e} {08355.p6} {08355.p3} -> {08355.p4-eats} 
+tr {08355.t} {08355.p2-thinks} -> {08355.p1} {08355.p5} 
+tr {08355.t0|08356.t4} : b8354 {08356.p4-eats} -> {08355.f} {08356.f} {08356.p2-thinks} 
+tr {08355.t2} {08355.f} {08355.p5} -> {08355.p6} 
+tr {08355.t3|08356.t1} : a8354 {08355.f} {08356.p1} -> {08356.p3} 
+tr {08356.e} {08356.p6} {08356.p3} -> {08356.p4-eats} 
+tr {08356.t} {08356.p2-thinks} -> {08356.p1} {08356.p5} 
+tr {08356.t0|08357.t4} : b8355 {08357.p4-eats} -> {08356.f} {08357.f} {08357.p2-thinks} 
+tr {08356.t2} {08356.f} {08356.p5} -> {08356.p6} 
+tr {08356.t3|08357.t1} : a8355 {08356.f} {08357.p1} -> {08357.p3} 
+tr {08357.e} {08357.p6} {08357.p3} -> {08357.p4-eats} 
+tr {08357.t} {08357.p2-thinks} -> {08357.p1} {08357.p5} 
+tr {08357.t0|08358.t4} : b8356 {08358.p4-eats} -> {08357.f} {08358.f} {08358.p2-thinks} 
+tr {08357.t2} {08357.f} {08357.p5} -> {08357.p6} 
+tr {08357.t3|08358.t1} : a8356 {08357.f} {08358.p1} -> {08358.p3} 
+tr {08358.e} {08358.p6} {08358.p3} -> {08358.p4-eats} 
+tr {08358.t} {08358.p2-thinks} -> {08358.p1} {08358.p5} 
+tr {08358.t0|08359.t4} : b8357 {08359.p4-eats} -> {08358.f} {08359.f} {08359.p2-thinks} 
+tr {08358.t2} {08358.f} {08358.p5} -> {08358.p6} 
+tr {08358.t3|08359.t1} : a8357 {08358.f} {08359.p1} -> {08359.p3} 
+tr {08359.e} {08359.p6} {08359.p3} -> {08359.p4-eats} 
+tr {08359.t} {08359.p2-thinks} -> {08359.p1} {08359.p5} 
+tr {08359.t0|08360.t4} : b8358 {08360.p4-eats} -> {08359.f} {08360.f} {08360.p2-thinks} 
+tr {08359.t2} {08359.f} {08359.p5} -> {08359.p6} 
+tr {08359.t3|08360.t1} : a8358 {08359.f} {08360.p1} -> {08360.p3} 
+tr {08360.e} {08360.p6} {08360.p3} -> {08360.p4-eats} 
+tr {08360.t} {08360.p2-thinks} -> {08360.p1} {08360.p5} 
+tr {08360.t0|08361.t4} : b8359 {08361.p4-eats} -> {08360.f} {08361.f} {08361.p2-thinks} 
+tr {08360.t2} {08360.f} {08360.p5} -> {08360.p6} 
+tr {08360.t3|08361.t1} : a8359 {08360.f} {08361.p1} -> {08361.p3} 
+tr {08361.e} {08361.p6} {08361.p3} -> {08361.p4-eats} 
+tr {08361.t} {08361.p2-thinks} -> {08361.p1} {08361.p5} 
+tr {08361.t0|08362.t4} : b8360 {08362.p4-eats} -> {08361.f} {08362.f} {08362.p2-thinks} 
+tr {08361.t2} {08361.f} {08361.p5} -> {08361.p6} 
+tr {08361.t3|08362.t1} : a8360 {08361.f} {08362.p1} -> {08362.p3} 
+tr {08362.e} {08362.p6} {08362.p3} -> {08362.p4-eats} 
+tr {08362.t} {08362.p2-thinks} -> {08362.p1} {08362.p5} 
+tr {08362.t0|08363.t4} : b8361 {08363.p4-eats} -> {08362.f} {08363.f} {08363.p2-thinks} 
+tr {08362.t2} {08362.f} {08362.p5} -> {08362.p6} 
+tr {08362.t3|08363.t1} : a8361 {08362.f} {08363.p1} -> {08363.p3} 
+tr {08363.e} {08363.p6} {08363.p3} -> {08363.p4-eats} 
+tr {08363.t} {08363.p2-thinks} -> {08363.p1} {08363.p5} 
+tr {08363.t0|08364.t4} : b8362 {08364.p4-eats} -> {08363.f} {08364.f} {08364.p2-thinks} 
+tr {08363.t2} {08363.f} {08363.p5} -> {08363.p6} 
+tr {08363.t3|08364.t1} : a8362 {08363.f} {08364.p1} -> {08364.p3} 
+tr {08364.e} {08364.p6} {08364.p3} -> {08364.p4-eats} 
+tr {08364.t} {08364.p2-thinks} -> {08364.p1} {08364.p5} 
+tr {08364.t0|08365.t4} : b8363 {08365.p4-eats} -> {08364.f} {08365.f} {08365.p2-thinks} 
+tr {08364.t2} {08364.f} {08364.p5} -> {08364.p6} 
+tr {08364.t3|08365.t1} : a8363 {08364.f} {08365.p1} -> {08365.p3} 
+tr {08365.e} {08365.p6} {08365.p3} -> {08365.p4-eats} 
+tr {08365.t} {08365.p2-thinks} -> {08365.p1} {08365.p5} 
+tr {08365.t0|08366.t4} : b8364 {08366.p4-eats} -> {08365.f} {08366.f} {08366.p2-thinks} 
+tr {08365.t2} {08365.f} {08365.p5} -> {08365.p6} 
+tr {08365.t3|08366.t1} : a8364 {08365.f} {08366.p1} -> {08366.p3} 
+tr {08366.e} {08366.p6} {08366.p3} -> {08366.p4-eats} 
+tr {08366.t} {08366.p2-thinks} -> {08366.p1} {08366.p5} 
+tr {08366.t0|08367.t4} : b8365 {08367.p4-eats} -> {08366.f} {08367.f} {08367.p2-thinks} 
+tr {08366.t2} {08366.f} {08366.p5} -> {08366.p6} 
+tr {08366.t3|08367.t1} : a8365 {08366.f} {08367.p1} -> {08367.p3} 
+tr {08367.e} {08367.p6} {08367.p3} -> {08367.p4-eats} 
+tr {08367.t} {08367.p2-thinks} -> {08367.p1} {08367.p5} 
+tr {08367.t0|08368.t4} : b8366 {08368.p4-eats} -> {08367.f} {08368.f} {08368.p2-thinks} 
+tr {08367.t2} {08367.f} {08367.p5} -> {08367.p6} 
+tr {08367.t3|08368.t1} : a8366 {08367.f} {08368.p1} -> {08368.p3} 
+tr {08368.e} {08368.p6} {08368.p3} -> {08368.p4-eats} 
+tr {08368.t} {08368.p2-thinks} -> {08368.p1} {08368.p5} 
+tr {08368.t0|08369.t4} : b8367 {08369.p4-eats} -> {08368.f} {08369.f} {08369.p2-thinks} 
+tr {08368.t2} {08368.f} {08368.p5} -> {08368.p6} 
+tr {08368.t3|08369.t1} : a8367 {08368.f} {08369.p1} -> {08369.p3} 
+tr {08369.e} {08369.p6} {08369.p3} -> {08369.p4-eats} 
+tr {08369.t} {08369.p2-thinks} -> {08369.p1} {08369.p5} 
+tr {08369.t0|08370.t4} : b8368 {08370.p4-eats} -> {08369.f} {08370.f} {08370.p2-thinks} 
+tr {08369.t2} {08369.f} {08369.p5} -> {08369.p6} 
+tr {08369.t3|08370.t1} : a8368 {08369.f} {08370.p1} -> {08370.p3} 
+tr {08370.e} {08370.p6} {08370.p3} -> {08370.p4-eats} 
+tr {08370.t} {08370.p2-thinks} -> {08370.p1} {08370.p5} 
+tr {08370.t0|08371.t4} : b8369 {08371.p4-eats} -> {08370.f} {08371.f} {08371.p2-thinks} 
+tr {08370.t2} {08370.f} {08370.p5} -> {08370.p6} 
+tr {08370.t3|08371.t1} : a8369 {08370.f} {08371.p1} -> {08371.p3} 
+tr {08371.e} {08371.p6} {08371.p3} -> {08371.p4-eats} 
+tr {08371.t} {08371.p2-thinks} -> {08371.p1} {08371.p5} 
+tr {08371.t0|08372.t4} : b8370 {08372.p4-eats} -> {08371.f} {08372.f} {08372.p2-thinks} 
+tr {08371.t2} {08371.f} {08371.p5} -> {08371.p6} 
+tr {08371.t3|08372.t1} : a8370 {08371.f} {08372.p1} -> {08372.p3} 
+tr {08372.e} {08372.p6} {08372.p3} -> {08372.p4-eats} 
+tr {08372.t} {08372.p2-thinks} -> {08372.p1} {08372.p5} 
+tr {08372.t0|08373.t4} : b8371 {08373.p4-eats} -> {08372.f} {08373.f} {08373.p2-thinks} 
+tr {08372.t2} {08372.f} {08372.p5} -> {08372.p6} 
+tr {08372.t3|08373.t1} : a8371 {08372.f} {08373.p1} -> {08373.p3} 
+tr {08373.e} {08373.p6} {08373.p3} -> {08373.p4-eats} 
+tr {08373.t} {08373.p2-thinks} -> {08373.p1} {08373.p5} 
+tr {08373.t0|08374.t4} : b8372 {08374.p4-eats} -> {08373.f} {08374.f} {08374.p2-thinks} 
+tr {08373.t2} {08373.f} {08373.p5} -> {08373.p6} 
+tr {08373.t3|08374.t1} : a8372 {08373.f} {08374.p1} -> {08374.p3} 
+tr {08374.e} {08374.p6} {08374.p3} -> {08374.p4-eats} 
+tr {08374.t} {08374.p2-thinks} -> {08374.p1} {08374.p5} 
+tr {08374.t0|08375.t4} : b8373 {08375.p4-eats} -> {08374.f} {08375.f} {08375.p2-thinks} 
+tr {08374.t2} {08374.f} {08374.p5} -> {08374.p6} 
+tr {08374.t3|08375.t1} : a8373 {08374.f} {08375.p1} -> {08375.p3} 
+tr {08375.e} {08375.p6} {08375.p3} -> {08375.p4-eats} 
+tr {08375.t} {08375.p2-thinks} -> {08375.p1} {08375.p5} 
+tr {08375.t0|08376.t4} : b8374 {08376.p4-eats} -> {08375.f} {08376.f} {08376.p2-thinks} 
+tr {08375.t2} {08375.f} {08375.p5} -> {08375.p6} 
+tr {08375.t3|08376.t1} : a8374 {08375.f} {08376.p1} -> {08376.p3} 
+tr {08376.e} {08376.p6} {08376.p3} -> {08376.p4-eats} 
+tr {08376.t} {08376.p2-thinks} -> {08376.p1} {08376.p5} 
+tr {08376.t0|08377.t4} : b8375 {08377.p4-eats} -> {08376.f} {08377.f} {08377.p2-thinks} 
+tr {08376.t2} {08376.f} {08376.p5} -> {08376.p6} 
+tr {08376.t3|08377.t1} : a8375 {08376.f} {08377.p1} -> {08377.p3} 
+tr {08377.e} {08377.p6} {08377.p3} -> {08377.p4-eats} 
+tr {08377.t} {08377.p2-thinks} -> {08377.p1} {08377.p5} 
+tr {08377.t0|08378.t4} : b8376 {08378.p4-eats} -> {08377.f} {08378.f} {08378.p2-thinks} 
+tr {08377.t2} {08377.f} {08377.p5} -> {08377.p6} 
+tr {08377.t3|08378.t1} : a8376 {08377.f} {08378.p1} -> {08378.p3} 
+tr {08378.e} {08378.p6} {08378.p3} -> {08378.p4-eats} 
+tr {08378.t} {08378.p2-thinks} -> {08378.p1} {08378.p5} 
+tr {08378.t0|08379.t4} : b8377 {08379.p4-eats} -> {08378.f} {08379.f} {08379.p2-thinks} 
+tr {08378.t2} {08378.f} {08378.p5} -> {08378.p6} 
+tr {08378.t3|08379.t1} : a8377 {08378.f} {08379.p1} -> {08379.p3} 
+tr {08379.e} {08379.p6} {08379.p3} -> {08379.p4-eats} 
+tr {08379.t} {08379.p2-thinks} -> {08379.p1} {08379.p5} 
+tr {08379.t0|08380.t4} : b8378 {08380.p4-eats} -> {08379.f} {08380.f} {08380.p2-thinks} 
+tr {08379.t2} {08379.f} {08379.p5} -> {08379.p6} 
+tr {08379.t3|08380.t1} : a8378 {08379.f} {08380.p1} -> {08380.p3} 
+tr {08380.e} {08380.p6} {08380.p3} -> {08380.p4-eats} 
+tr {08380.t} {08380.p2-thinks} -> {08380.p1} {08380.p5} 
+tr {08380.t0|08381.t4} : b8379 {08381.p4-eats} -> {08380.f} {08381.f} {08381.p2-thinks} 
+tr {08380.t2} {08380.f} {08380.p5} -> {08380.p6} 
+tr {08380.t3|08381.t1} : a8379 {08380.f} {08381.p1} -> {08381.p3} 
+tr {08381.e} {08381.p6} {08381.p3} -> {08381.p4-eats} 
+tr {08381.t} {08381.p2-thinks} -> {08381.p1} {08381.p5} 
+tr {08381.t0|08382.t4} : b8380 {08382.p4-eats} -> {08381.f} {08382.f} {08382.p2-thinks} 
+tr {08381.t2} {08381.f} {08381.p5} -> {08381.p6} 
+tr {08381.t3|08382.t1} : a8380 {08381.f} {08382.p1} -> {08382.p3} 
+tr {08382.e} {08382.p6} {08382.p3} -> {08382.p4-eats} 
+tr {08382.t} {08382.p2-thinks} -> {08382.p1} {08382.p5} 
+tr {08382.t0|08383.t4} : b8381 {08383.p4-eats} -> {08382.f} {08383.f} {08383.p2-thinks} 
+tr {08382.t2} {08382.f} {08382.p5} -> {08382.p6} 
+tr {08382.t3|08383.t1} : a8381 {08382.f} {08383.p1} -> {08383.p3} 
+tr {08383.e} {08383.p6} {08383.p3} -> {08383.p4-eats} 
+tr {08383.t} {08383.p2-thinks} -> {08383.p1} {08383.p5} 
+tr {08383.t0|08384.t4} : b8382 {08384.p4-eats} -> {08383.f} {08384.f} {08384.p2-thinks} 
+tr {08383.t2} {08383.f} {08383.p5} -> {08383.p6} 
+tr {08383.t3|08384.t1} : a8382 {08383.f} {08384.p1} -> {08384.p3} 
+tr {08384.e} {08384.p6} {08384.p3} -> {08384.p4-eats} 
+tr {08384.t} {08384.p2-thinks} -> {08384.p1} {08384.p5} 
+tr {08384.t0|08385.t4} : b8383 {08385.p4-eats} -> {08384.f} {08385.f} {08385.p2-thinks} 
+tr {08384.t2} {08384.f} {08384.p5} -> {08384.p6} 
+tr {08384.t3|08385.t1} : a8383 {08384.f} {08385.p1} -> {08385.p3} 
+tr {08385.e} {08385.p6} {08385.p3} -> {08385.p4-eats} 
+tr {08385.t} {08385.p2-thinks} -> {08385.p1} {08385.p5} 
+tr {08385.t0|08386.t4} : b8384 {08386.p4-eats} -> {08385.f} {08386.f} {08386.p2-thinks} 
+tr {08385.t2} {08385.f} {08385.p5} -> {08385.p6} 
+tr {08385.t3|08386.t1} : a8384 {08385.f} {08386.p1} -> {08386.p3} 
+tr {08386.e} {08386.p6} {08386.p3} -> {08386.p4-eats} 
+tr {08386.t} {08386.p2-thinks} -> {08386.p1} {08386.p5} 
+tr {08386.t0|08387.t4} : b8385 {08387.p4-eats} -> {08386.f} {08387.f} {08387.p2-thinks} 
+tr {08386.t2} {08386.f} {08386.p5} -> {08386.p6} 
+tr {08386.t3|08387.t1} : a8385 {08386.f} {08387.p1} -> {08387.p3} 
+tr {08387.e} {08387.p6} {08387.p3} -> {08387.p4-eats} 
+tr {08387.t} {08387.p2-thinks} -> {08387.p1} {08387.p5} 
+tr {08387.t0|08388.t4} : b8386 {08388.p4-eats} -> {08387.f} {08388.f} {08388.p2-thinks} 
+tr {08387.t2} {08387.f} {08387.p5} -> {08387.p6} 
+tr {08387.t3|08388.t1} : a8386 {08387.f} {08388.p1} -> {08388.p3} 
+tr {08388.e} {08388.p6} {08388.p3} -> {08388.p4-eats} 
+tr {08388.t} {08388.p2-thinks} -> {08388.p1} {08388.p5} 
+tr {08388.t0|08389.t4} : b8387 {08389.p4-eats} -> {08388.f} {08389.f} {08389.p2-thinks} 
+tr {08388.t2} {08388.f} {08388.p5} -> {08388.p6} 
+tr {08388.t3|08389.t1} : a8387 {08388.f} {08389.p1} -> {08389.p3} 
+tr {08389.e} {08389.p6} {08389.p3} -> {08389.p4-eats} 
+tr {08389.t} {08389.p2-thinks} -> {08389.p1} {08389.p5} 
+tr {08389.t0|08390.t4} : b8388 {08390.p4-eats} -> {08389.f} {08390.f} {08390.p2-thinks} 
+tr {08389.t2} {08389.f} {08389.p5} -> {08389.p6} 
+tr {08389.t3|08390.t1} : a8388 {08389.f} {08390.p1} -> {08390.p3} 
+tr {08390.e} {08390.p6} {08390.p3} -> {08390.p4-eats} 
+tr {08390.t} {08390.p2-thinks} -> {08390.p1} {08390.p5} 
+tr {08390.t0|08391.t4} : b8389 {08391.p4-eats} -> {08390.f} {08391.f} {08391.p2-thinks} 
+tr {08390.t2} {08390.f} {08390.p5} -> {08390.p6} 
+tr {08390.t3|08391.t1} : a8389 {08390.f} {08391.p1} -> {08391.p3} 
+tr {08391.e} {08391.p6} {08391.p3} -> {08391.p4-eats} 
+tr {08391.t} {08391.p2-thinks} -> {08391.p1} {08391.p5} 
+tr {08391.t0|08392.t4} : b8390 {08392.p4-eats} -> {08391.f} {08392.f} {08392.p2-thinks} 
+tr {08391.t2} {08391.f} {08391.p5} -> {08391.p6} 
+tr {08391.t3|08392.t1} : a8390 {08391.f} {08392.p1} -> {08392.p3} 
+tr {08392.e} {08392.p6} {08392.p3} -> {08392.p4-eats} 
+tr {08392.t} {08392.p2-thinks} -> {08392.p1} {08392.p5} 
+tr {08392.t0|08393.t4} : b8391 {08393.p4-eats} -> {08392.f} {08393.f} {08393.p2-thinks} 
+tr {08392.t2} {08392.f} {08392.p5} -> {08392.p6} 
+tr {08392.t3|08393.t1} : a8391 {08392.f} {08393.p1} -> {08393.p3} 
+tr {08393.e} {08393.p6} {08393.p3} -> {08393.p4-eats} 
+tr {08393.t} {08393.p2-thinks} -> {08393.p1} {08393.p5} 
+tr {08393.t0|08394.t4} : b8392 {08394.p4-eats} -> {08393.f} {08394.f} {08394.p2-thinks} 
+tr {08393.t2} {08393.f} {08393.p5} -> {08393.p6} 
+tr {08393.t3|08394.t1} : a8392 {08393.f} {08394.p1} -> {08394.p3} 
+tr {08394.e} {08394.p6} {08394.p3} -> {08394.p4-eats} 
+tr {08394.t} {08394.p2-thinks} -> {08394.p1} {08394.p5} 
+tr {08394.t0|08395.t4} : b8393 {08395.p4-eats} -> {08394.f} {08395.f} {08395.p2-thinks} 
+tr {08394.t2} {08394.f} {08394.p5} -> {08394.p6} 
+tr {08394.t3|08395.t1} : a8393 {08394.f} {08395.p1} -> {08395.p3} 
+tr {08395.e} {08395.p6} {08395.p3} -> {08395.p4-eats} 
+tr {08395.t} {08395.p2-thinks} -> {08395.p1} {08395.p5} 
+tr {08395.t0|08396.t4} : b8394 {08396.p4-eats} -> {08395.f} {08396.f} {08396.p2-thinks} 
+tr {08395.t2} {08395.f} {08395.p5} -> {08395.p6} 
+tr {08395.t3|08396.t1} : a8394 {08395.f} {08396.p1} -> {08396.p3} 
+tr {08396.e} {08396.p6} {08396.p3} -> {08396.p4-eats} 
+tr {08396.t} {08396.p2-thinks} -> {08396.p1} {08396.p5} 
+tr {08396.t0|08397.t4} : b8395 {08397.p4-eats} -> {08396.f} {08397.f} {08397.p2-thinks} 
+tr {08396.t2} {08396.f} {08396.p5} -> {08396.p6} 
+tr {08396.t3|08397.t1} : a8395 {08396.f} {08397.p1} -> {08397.p3} 
+tr {08397.e} {08397.p6} {08397.p3} -> {08397.p4-eats} 
+tr {08397.t} {08397.p2-thinks} -> {08397.p1} {08397.p5} 
+tr {08397.t0|08398.t4} : b8396 {08398.p4-eats} -> {08397.f} {08398.f} {08398.p2-thinks} 
+tr {08397.t2} {08397.f} {08397.p5} -> {08397.p6} 
+tr {08397.t3|08398.t1} : a8396 {08397.f} {08398.p1} -> {08398.p3} 
+tr {08398.e} {08398.p6} {08398.p3} -> {08398.p4-eats} 
+tr {08398.t} {08398.p2-thinks} -> {08398.p1} {08398.p5} 
+tr {08398.t0|08399.t4} : b8397 {08399.p4-eats} -> {08398.f} {08399.f} {08399.p2-thinks} 
+tr {08398.t2} {08398.f} {08398.p5} -> {08398.p6} 
+tr {08398.t3|08399.t1} : a8397 {08398.f} {08399.p1} -> {08399.p3} 
+tr {08399.e} {08399.p6} {08399.p3} -> {08399.p4-eats} 
+tr {08399.t} {08399.p2-thinks} -> {08399.p1} {08399.p5} 
+tr {08399.t0|08400.t4} : b8398 {08400.p4-eats} -> {08399.f} {08400.f} {08400.p2-thinks} 
+tr {08399.t2} {08399.f} {08399.p5} -> {08399.p6} 
+tr {08399.t3|08400.t1} : a8398 {08399.f} {08400.p1} -> {08400.p3} 
+tr {08400.e} {08400.p6} {08400.p3} -> {08400.p4-eats} 
+tr {08400.t} {08400.p2-thinks} -> {08400.p1} {08400.p5} 
+tr {08400.t0|08401.t4} : b8399 {08401.p4-eats} -> {08400.f} {08401.f} {08401.p2-thinks} 
+tr {08400.t2} {08400.f} {08400.p5} -> {08400.p6} 
+tr {08400.t3|08401.t1} : a8399 {08400.f} {08401.p1} -> {08401.p3} 
+tr {08401.e} {08401.p6} {08401.p3} -> {08401.p4-eats} 
+tr {08401.t} {08401.p2-thinks} -> {08401.p1} {08401.p5} 
+tr {08401.t0|08402.t4} : b8400 {08402.p4-eats} -> {08401.f} {08402.f} {08402.p2-thinks} 
+tr {08401.t2} {08401.f} {08401.p5} -> {08401.p6} 
+tr {08401.t3|08402.t1} : a8400 {08401.f} {08402.p1} -> {08402.p3} 
+tr {08402.e} {08402.p6} {08402.p3} -> {08402.p4-eats} 
+tr {08402.t} {08402.p2-thinks} -> {08402.p1} {08402.p5} 
+tr {08402.t0|08403.t4} : b8401 {08403.p4-eats} -> {08402.f} {08403.f} {08403.p2-thinks} 
+tr {08402.t2} {08402.f} {08402.p5} -> {08402.p6} 
+tr {08402.t3|08403.t1} : a8401 {08402.f} {08403.p1} -> {08403.p3} 
+tr {08403.e} {08403.p6} {08403.p3} -> {08403.p4-eats} 
+tr {08403.t} {08403.p2-thinks} -> {08403.p1} {08403.p5} 
+tr {08403.t0|08404.t4} : b8402 {08404.p4-eats} -> {08403.f} {08404.f} {08404.p2-thinks} 
+tr {08403.t2} {08403.f} {08403.p5} -> {08403.p6} 
+tr {08403.t3|08404.t1} : a8402 {08403.f} {08404.p1} -> {08404.p3} 
+tr {08404.e} {08404.p6} {08404.p3} -> {08404.p4-eats} 
+tr {08404.t} {08404.p2-thinks} -> {08404.p1} {08404.p5} 
+tr {08404.t0|08405.t4} : b8403 {08405.p4-eats} -> {08404.f} {08405.f} {08405.p2-thinks} 
+tr {08404.t2} {08404.f} {08404.p5} -> {08404.p6} 
+tr {08404.t3|08405.t1} : a8403 {08404.f} {08405.p1} -> {08405.p3} 
+tr {08405.e} {08405.p6} {08405.p3} -> {08405.p4-eats} 
+tr {08405.t} {08405.p2-thinks} -> {08405.p1} {08405.p5} 
+tr {08405.t0|08406.t4} : b8404 {08406.p4-eats} -> {08405.f} {08406.f} {08406.p2-thinks} 
+tr {08405.t2} {08405.f} {08405.p5} -> {08405.p6} 
+tr {08405.t3|08406.t1} : a8404 {08405.f} {08406.p1} -> {08406.p3} 
+tr {08406.e} {08406.p6} {08406.p3} -> {08406.p4-eats} 
+tr {08406.t} {08406.p2-thinks} -> {08406.p1} {08406.p5} 
+tr {08406.t0|08407.t4} : b8405 {08407.p4-eats} -> {08406.f} {08407.f} {08407.p2-thinks} 
+tr {08406.t2} {08406.f} {08406.p5} -> {08406.p6} 
+tr {08406.t3|08407.t1} : a8405 {08406.f} {08407.p1} -> {08407.p3} 
+tr {08407.e} {08407.p6} {08407.p3} -> {08407.p4-eats} 
+tr {08407.t} {08407.p2-thinks} -> {08407.p1} {08407.p5} 
+tr {08407.t0|08408.t4} : b8406 {08408.p4-eats} -> {08407.f} {08408.f} {08408.p2-thinks} 
+tr {08407.t2} {08407.f} {08407.p5} -> {08407.p6} 
+tr {08407.t3|08408.t1} : a8406 {08407.f} {08408.p1} -> {08408.p3} 
+tr {08408.e} {08408.p6} {08408.p3} -> {08408.p4-eats} 
+tr {08408.t} {08408.p2-thinks} -> {08408.p1} {08408.p5} 
+tr {08408.t0|08409.t4} : b8407 {08409.p4-eats} -> {08408.f} {08409.f} {08409.p2-thinks} 
+tr {08408.t2} {08408.f} {08408.p5} -> {08408.p6} 
+tr {08408.t3|08409.t1} : a8407 {08408.f} {08409.p1} -> {08409.p3} 
+tr {08409.e} {08409.p6} {08409.p3} -> {08409.p4-eats} 
+tr {08409.t} {08409.p2-thinks} -> {08409.p1} {08409.p5} 
+tr {08409.t0|08410.t4} : b8408 {08410.p4-eats} -> {08409.f} {08410.f} {08410.p2-thinks} 
+tr {08409.t2} {08409.f} {08409.p5} -> {08409.p6} 
+tr {08409.t3|08410.t1} : a8408 {08409.f} {08410.p1} -> {08410.p3} 
+tr {08410.e} {08410.p6} {08410.p3} -> {08410.p4-eats} 
+tr {08410.t} {08410.p2-thinks} -> {08410.p1} {08410.p5} 
+tr {08410.t0|08411.t4} : b8409 {08411.p4-eats} -> {08410.f} {08411.f} {08411.p2-thinks} 
+tr {08410.t2} {08410.f} {08410.p5} -> {08410.p6} 
+tr {08410.t3|08411.t1} : a8409 {08410.f} {08411.p1} -> {08411.p3} 
+tr {08411.e} {08411.p6} {08411.p3} -> {08411.p4-eats} 
+tr {08411.t} {08411.p2-thinks} -> {08411.p1} {08411.p5} 
+tr {08411.t0|08412.t4} : b8410 {08412.p4-eats} -> {08411.f} {08412.f} {08412.p2-thinks} 
+tr {08411.t2} {08411.f} {08411.p5} -> {08411.p6} 
+tr {08411.t3|08412.t1} : a8410 {08411.f} {08412.p1} -> {08412.p3} 
+tr {08412.e} {08412.p6} {08412.p3} -> {08412.p4-eats} 
+tr {08412.t} {08412.p2-thinks} -> {08412.p1} {08412.p5} 
+tr {08412.t0|08413.t4} : b8411 {08413.p4-eats} -> {08412.f} {08413.f} {08413.p2-thinks} 
+tr {08412.t2} {08412.f} {08412.p5} -> {08412.p6} 
+tr {08412.t3|08413.t1} : a8411 {08412.f} {08413.p1} -> {08413.p3} 
+tr {08413.e} {08413.p6} {08413.p3} -> {08413.p4-eats} 
+tr {08413.t} {08413.p2-thinks} -> {08413.p1} {08413.p5} 
+tr {08413.t0|08414.t4} : b8412 {08414.p4-eats} -> {08413.f} {08414.f} {08414.p2-thinks} 
+tr {08413.t2} {08413.f} {08413.p5} -> {08413.p6} 
+tr {08413.t3|08414.t1} : a8412 {08413.f} {08414.p1} -> {08414.p3} 
+tr {08414.e} {08414.p6} {08414.p3} -> {08414.p4-eats} 
+tr {08414.t} {08414.p2-thinks} -> {08414.p1} {08414.p5} 
+tr {08414.t0|08415.t4} : b8413 {08415.p4-eats} -> {08414.f} {08415.f} {08415.p2-thinks} 
+tr {08414.t2} {08414.f} {08414.p5} -> {08414.p6} 
+tr {08414.t3|08415.t1} : a8413 {08414.f} {08415.p1} -> {08415.p3} 
+tr {08415.e} {08415.p6} {08415.p3} -> {08415.p4-eats} 
+tr {08415.t} {08415.p2-thinks} -> {08415.p1} {08415.p5} 
+tr {08415.t0|08416.t4} : b8414 {08416.p4-eats} -> {08415.f} {08416.f} {08416.p2-thinks} 
+tr {08415.t2} {08415.f} {08415.p5} -> {08415.p6} 
+tr {08415.t3|08416.t1} : a8414 {08415.f} {08416.p1} -> {08416.p3} 
+tr {08416.e} {08416.p6} {08416.p3} -> {08416.p4-eats} 
+tr {08416.t} {08416.p2-thinks} -> {08416.p1} {08416.p5} 
+tr {08416.t0|08417.t4} : b8415 {08417.p4-eats} -> {08416.f} {08417.f} {08417.p2-thinks} 
+tr {08416.t2} {08416.f} {08416.p5} -> {08416.p6} 
+tr {08416.t3|08417.t1} : a8415 {08416.f} {08417.p1} -> {08417.p3} 
+tr {08417.e} {08417.p6} {08417.p3} -> {08417.p4-eats} 
+tr {08417.t} {08417.p2-thinks} -> {08417.p1} {08417.p5} 
+tr {08417.t0|08418.t4} : b8416 {08418.p4-eats} -> {08417.f} {08418.f} {08418.p2-thinks} 
+tr {08417.t2} {08417.f} {08417.p5} -> {08417.p6} 
+tr {08417.t3|08418.t1} : a8416 {08417.f} {08418.p1} -> {08418.p3} 
+tr {08418.e} {08418.p6} {08418.p3} -> {08418.p4-eats} 
+tr {08418.t} {08418.p2-thinks} -> {08418.p1} {08418.p5} 
+tr {08418.t0|08419.t4} : b8417 {08419.p4-eats} -> {08418.f} {08419.f} {08419.p2-thinks} 
+tr {08418.t2} {08418.f} {08418.p5} -> {08418.p6} 
+tr {08418.t3|08419.t1} : a8417 {08418.f} {08419.p1} -> {08419.p3} 
+tr {08419.e} {08419.p6} {08419.p3} -> {08419.p4-eats} 
+tr {08419.t} {08419.p2-thinks} -> {08419.p1} {08419.p5} 
+tr {08419.t0|08420.t4} : b8418 {08420.p4-eats} -> {08419.f} {08420.f} {08420.p2-thinks} 
+tr {08419.t2} {08419.f} {08419.p5} -> {08419.p6} 
+tr {08419.t3|08420.t1} : a8418 {08419.f} {08420.p1} -> {08420.p3} 
+tr {08420.e} {08420.p6} {08420.p3} -> {08420.p4-eats} 
+tr {08420.t} {08420.p2-thinks} -> {08420.p1} {08420.p5} 
+tr {08420.t0|08421.t4} : b8419 {08421.p4-eats} -> {08420.f} {08421.f} {08421.p2-thinks} 
+tr {08420.t2} {08420.f} {08420.p5} -> {08420.p6} 
+tr {08420.t3|08421.t1} : a8419 {08420.f} {08421.p1} -> {08421.p3} 
+tr {08421.e} {08421.p6} {08421.p3} -> {08421.p4-eats} 
+tr {08421.t} {08421.p2-thinks} -> {08421.p1} {08421.p5} 
+tr {08421.t0|08422.t4} : b8420 {08422.p4-eats} -> {08421.f} {08422.f} {08422.p2-thinks} 
+tr {08421.t2} {08421.f} {08421.p5} -> {08421.p6} 
+tr {08421.t3|08422.t1} : a8420 {08421.f} {08422.p1} -> {08422.p3} 
+tr {08422.e} {08422.p6} {08422.p3} -> {08422.p4-eats} 
+tr {08422.t} {08422.p2-thinks} -> {08422.p1} {08422.p5} 
+tr {08422.t0|08423.t4} : b8421 {08423.p4-eats} -> {08422.f} {08423.f} {08423.p2-thinks} 
+tr {08422.t2} {08422.f} {08422.p5} -> {08422.p6} 
+tr {08422.t3|08423.t1} : a8421 {08422.f} {08423.p1} -> {08423.p3} 
+tr {08423.e} {08423.p6} {08423.p3} -> {08423.p4-eats} 
+tr {08423.t} {08423.p2-thinks} -> {08423.p1} {08423.p5} 
+tr {08423.t0|08424.t4} : b8422 {08424.p4-eats} -> {08423.f} {08424.f} {08424.p2-thinks} 
+tr {08423.t2} {08423.f} {08423.p5} -> {08423.p6} 
+tr {08423.t3|08424.t1} : a8422 {08423.f} {08424.p1} -> {08424.p3} 
+tr {08424.e} {08424.p6} {08424.p3} -> {08424.p4-eats} 
+tr {08424.t} {08424.p2-thinks} -> {08424.p1} {08424.p5} 
+tr {08424.t0|08425.t4} : b8423 {08425.p4-eats} -> {08424.f} {08425.f} {08425.p2-thinks} 
+tr {08424.t2} {08424.f} {08424.p5} -> {08424.p6} 
+tr {08424.t3|08425.t1} : a8423 {08424.f} {08425.p1} -> {08425.p3} 
+tr {08425.e} {08425.p6} {08425.p3} -> {08425.p4-eats} 
+tr {08425.t} {08425.p2-thinks} -> {08425.p1} {08425.p5} 
+tr {08425.t0|08426.t4} : b8424 {08426.p4-eats} -> {08425.f} {08426.f} {08426.p2-thinks} 
+tr {08425.t2} {08425.f} {08425.p5} -> {08425.p6} 
+tr {08425.t3|08426.t1} : a8424 {08425.f} {08426.p1} -> {08426.p3} 
+tr {08426.e} {08426.p6} {08426.p3} -> {08426.p4-eats} 
+tr {08426.t} {08426.p2-thinks} -> {08426.p1} {08426.p5} 
+tr {08426.t0|08427.t4} : b8425 {08427.p4-eats} -> {08426.f} {08427.f} {08427.p2-thinks} 
+tr {08426.t2} {08426.f} {08426.p5} -> {08426.p6} 
+tr {08426.t3|08427.t1} : a8425 {08426.f} {08427.p1} -> {08427.p3} 
+tr {08427.e} {08427.p6} {08427.p3} -> {08427.p4-eats} 
+tr {08427.t} {08427.p2-thinks} -> {08427.p1} {08427.p5} 
+tr {08427.t0|08428.t4} : b8426 {08428.p4-eats} -> {08427.f} {08428.f} {08428.p2-thinks} 
+tr {08427.t2} {08427.f} {08427.p5} -> {08427.p6} 
+tr {08427.t3|08428.t1} : a8426 {08427.f} {08428.p1} -> {08428.p3} 
+tr {08428.e} {08428.p6} {08428.p3} -> {08428.p4-eats} 
+tr {08428.t} {08428.p2-thinks} -> {08428.p1} {08428.p5} 
+tr {08428.t0|08429.t4} : b8427 {08429.p4-eats} -> {08428.f} {08429.f} {08429.p2-thinks} 
+tr {08428.t2} {08428.f} {08428.p5} -> {08428.p6} 
+tr {08428.t3|08429.t1} : a8427 {08428.f} {08429.p1} -> {08429.p3} 
+tr {08429.e} {08429.p6} {08429.p3} -> {08429.p4-eats} 
+tr {08429.t} {08429.p2-thinks} -> {08429.p1} {08429.p5} 
+tr {08429.t0|08430.t4} : b8428 {08430.p4-eats} -> {08429.f} {08430.f} {08430.p2-thinks} 
+tr {08429.t2} {08429.f} {08429.p5} -> {08429.p6} 
+tr {08429.t3|08430.t1} : a8428 {08429.f} {08430.p1} -> {08430.p3} 
+tr {08430.e} {08430.p6} {08430.p3} -> {08430.p4-eats} 
+tr {08430.t} {08430.p2-thinks} -> {08430.p1} {08430.p5} 
+tr {08430.t0|08431.t4} : b8429 {08431.p4-eats} -> {08430.f} {08431.f} {08431.p2-thinks} 
+tr {08430.t2} {08430.f} {08430.p5} -> {08430.p6} 
+tr {08430.t3|08431.t1} : a8429 {08430.f} {08431.p1} -> {08431.p3} 
+tr {08431.e} {08431.p6} {08431.p3} -> {08431.p4-eats} 
+tr {08431.t} {08431.p2-thinks} -> {08431.p1} {08431.p5} 
+tr {08431.t0|08432.t4} : b8430 {08432.p4-eats} -> {08431.f} {08432.f} {08432.p2-thinks} 
+tr {08431.t2} {08431.f} {08431.p5} -> {08431.p6} 
+tr {08431.t3|08432.t1} : a8430 {08431.f} {08432.p1} -> {08432.p3} 
+tr {08432.e} {08432.p6} {08432.p3} -> {08432.p4-eats} 
+tr {08432.t} {08432.p2-thinks} -> {08432.p1} {08432.p5} 
+tr {08432.t0|08433.t4} : b8431 {08433.p4-eats} -> {08432.f} {08433.f} {08433.p2-thinks} 
+tr {08432.t2} {08432.f} {08432.p5} -> {08432.p6} 
+tr {08432.t3|08433.t1} : a8431 {08432.f} {08433.p1} -> {08433.p3} 
+tr {08433.e} {08433.p6} {08433.p3} -> {08433.p4-eats} 
+tr {08433.t} {08433.p2-thinks} -> {08433.p1} {08433.p5} 
+tr {08433.t0|08434.t4} : b8432 {08434.p4-eats} -> {08433.f} {08434.f} {08434.p2-thinks} 
+tr {08433.t2} {08433.f} {08433.p5} -> {08433.p6} 
+tr {08433.t3|08434.t1} : a8432 {08433.f} {08434.p1} -> {08434.p3} 
+tr {08434.e} {08434.p6} {08434.p3} -> {08434.p4-eats} 
+tr {08434.t} {08434.p2-thinks} -> {08434.p1} {08434.p5} 
+tr {08434.t0|08435.t4} : b8433 {08435.p4-eats} -> {08434.f} {08435.f} {08435.p2-thinks} 
+tr {08434.t2} {08434.f} {08434.p5} -> {08434.p6} 
+tr {08434.t3|08435.t1} : a8433 {08434.f} {08435.p1} -> {08435.p3} 
+tr {08435.e} {08435.p6} {08435.p3} -> {08435.p4-eats} 
+tr {08435.t} {08435.p2-thinks} -> {08435.p1} {08435.p5} 
+tr {08435.t0|08436.t4} : b8434 {08436.p4-eats} -> {08435.f} {08436.f} {08436.p2-thinks} 
+tr {08435.t2} {08435.f} {08435.p5} -> {08435.p6} 
+tr {08435.t3|08436.t1} : a8434 {08435.f} {08436.p1} -> {08436.p3} 
+tr {08436.e} {08436.p6} {08436.p3} -> {08436.p4-eats} 
+tr {08436.t} {08436.p2-thinks} -> {08436.p1} {08436.p5} 
+tr {08436.t0|08437.t4} : b8435 {08437.p4-eats} -> {08436.f} {08437.f} {08437.p2-thinks} 
+tr {08436.t2} {08436.f} {08436.p5} -> {08436.p6} 
+tr {08436.t3|08437.t1} : a8435 {08436.f} {08437.p1} -> {08437.p3} 
+tr {08437.e} {08437.p6} {08437.p3} -> {08437.p4-eats} 
+tr {08437.t} {08437.p2-thinks} -> {08437.p1} {08437.p5} 
+tr {08437.t0|08438.t4} : b8436 {08438.p4-eats} -> {08437.f} {08438.f} {08438.p2-thinks} 
+tr {08437.t2} {08437.f} {08437.p5} -> {08437.p6} 
+tr {08437.t3|08438.t1} : a8436 {08437.f} {08438.p1} -> {08438.p3} 
+tr {08438.e} {08438.p6} {08438.p3} -> {08438.p4-eats} 
+tr {08438.t} {08438.p2-thinks} -> {08438.p1} {08438.p5} 
+tr {08438.t0|08439.t4} : b8437 {08439.p4-eats} -> {08438.f} {08439.f} {08439.p2-thinks} 
+tr {08438.t2} {08438.f} {08438.p5} -> {08438.p6} 
+tr {08438.t3|08439.t1} : a8437 {08438.f} {08439.p1} -> {08439.p3} 
+tr {08439.e} {08439.p6} {08439.p3} -> {08439.p4-eats} 
+tr {08439.t} {08439.p2-thinks} -> {08439.p1} {08439.p5} 
+tr {08439.t0|08440.t4} : b8438 {08440.p4-eats} -> {08439.f} {08440.f} {08440.p2-thinks} 
+tr {08439.t2} {08439.f} {08439.p5} -> {08439.p6} 
+tr {08439.t3|08440.t1} : a8438 {08439.f} {08440.p1} -> {08440.p3} 
+tr {08440.e} {08440.p6} {08440.p3} -> {08440.p4-eats} 
+tr {08440.t} {08440.p2-thinks} -> {08440.p1} {08440.p5} 
+tr {08440.t0|08441.t4} : b8439 {08441.p4-eats} -> {08440.f} {08441.f} {08441.p2-thinks} 
+tr {08440.t2} {08440.f} {08440.p5} -> {08440.p6} 
+tr {08440.t3|08441.t1} : a8439 {08440.f} {08441.p1} -> {08441.p3} 
+tr {08441.e} {08441.p6} {08441.p3} -> {08441.p4-eats} 
+tr {08441.t} {08441.p2-thinks} -> {08441.p1} {08441.p5} 
+tr {08441.t0|08442.t4} : b8440 {08442.p4-eats} -> {08441.f} {08442.f} {08442.p2-thinks} 
+tr {08441.t2} {08441.f} {08441.p5} -> {08441.p6} 
+tr {08441.t3|08442.t1} : a8440 {08441.f} {08442.p1} -> {08442.p3} 
+tr {08442.e} {08442.p6} {08442.p3} -> {08442.p4-eats} 
+tr {08442.t} {08442.p2-thinks} -> {08442.p1} {08442.p5} 
+tr {08442.t0|08443.t4} : b8441 {08443.p4-eats} -> {08442.f} {08443.f} {08443.p2-thinks} 
+tr {08442.t2} {08442.f} {08442.p5} -> {08442.p6} 
+tr {08442.t3|08443.t1} : a8441 {08442.f} {08443.p1} -> {08443.p3} 
+tr {08443.e} {08443.p6} {08443.p3} -> {08443.p4-eats} 
+tr {08443.t} {08443.p2-thinks} -> {08443.p1} {08443.p5} 
+tr {08443.t0|08444.t4} : b8442 {08444.p4-eats} -> {08443.f} {08444.f} {08444.p2-thinks} 
+tr {08443.t2} {08443.f} {08443.p5} -> {08443.p6} 
+tr {08443.t3|08444.t1} : a8442 {08443.f} {08444.p1} -> {08444.p3} 
+tr {08444.e} {08444.p6} {08444.p3} -> {08444.p4-eats} 
+tr {08444.t} {08444.p2-thinks} -> {08444.p1} {08444.p5} 
+tr {08444.t0|08445.t4} : b8443 {08445.p4-eats} -> {08444.f} {08445.f} {08445.p2-thinks} 
+tr {08444.t2} {08444.f} {08444.p5} -> {08444.p6} 
+tr {08444.t3|08445.t1} : a8443 {08444.f} {08445.p1} -> {08445.p3} 
+tr {08445.e} {08445.p6} {08445.p3} -> {08445.p4-eats} 
+tr {08445.t} {08445.p2-thinks} -> {08445.p1} {08445.p5} 
+tr {08445.t0|08446.t4} : b8444 {08446.p4-eats} -> {08445.f} {08446.f} {08446.p2-thinks} 
+tr {08445.t2} {08445.f} {08445.p5} -> {08445.p6} 
+tr {08445.t3|08446.t1} : a8444 {08445.f} {08446.p1} -> {08446.p3} 
+tr {08446.e} {08446.p6} {08446.p3} -> {08446.p4-eats} 
+tr {08446.t} {08446.p2-thinks} -> {08446.p1} {08446.p5} 
+tr {08446.t0|08447.t4} : b8445 {08447.p4-eats} -> {08446.f} {08447.f} {08447.p2-thinks} 
+tr {08446.t2} {08446.f} {08446.p5} -> {08446.p6} 
+tr {08446.t3|08447.t1} : a8445 {08446.f} {08447.p1} -> {08447.p3} 
+tr {08447.e} {08447.p6} {08447.p3} -> {08447.p4-eats} 
+tr {08447.t} {08447.p2-thinks} -> {08447.p1} {08447.p5} 
+tr {08447.t0|08448.t4} : b8446 {08448.p4-eats} -> {08447.f} {08448.f} {08448.p2-thinks} 
+tr {08447.t2} {08447.f} {08447.p5} -> {08447.p6} 
+tr {08447.t3|08448.t1} : a8446 {08447.f} {08448.p1} -> {08448.p3} 
+tr {08448.e} {08448.p6} {08448.p3} -> {08448.p4-eats} 
+tr {08448.t} {08448.p2-thinks} -> {08448.p1} {08448.p5} 
+tr {08448.t0|08449.t4} : b8447 {08449.p4-eats} -> {08448.f} {08449.f} {08449.p2-thinks} 
+tr {08448.t2} {08448.f} {08448.p5} -> {08448.p6} 
+tr {08448.t3|08449.t1} : a8447 {08448.f} {08449.p1} -> {08449.p3} 
+tr {08449.e} {08449.p6} {08449.p3} -> {08449.p4-eats} 
+tr {08449.t} {08449.p2-thinks} -> {08449.p1} {08449.p5} 
+tr {08449.t0|08450.t4} : b8448 {08450.p4-eats} -> {08449.f} {08450.f} {08450.p2-thinks} 
+tr {08449.t2} {08449.f} {08449.p5} -> {08449.p6} 
+tr {08449.t3|08450.t1} : a8448 {08449.f} {08450.p1} -> {08450.p3} 
+tr {08450.e} {08450.p6} {08450.p3} -> {08450.p4-eats} 
+tr {08450.t} {08450.p2-thinks} -> {08450.p1} {08450.p5} 
+tr {08450.t0|08451.t4} : b8449 {08451.p4-eats} -> {08450.f} {08451.f} {08451.p2-thinks} 
+tr {08450.t2} {08450.f} {08450.p5} -> {08450.p6} 
+tr {08450.t3|08451.t1} : a8449 {08450.f} {08451.p1} -> {08451.p3} 
+tr {08451.e} {08451.p6} {08451.p3} -> {08451.p4-eats} 
+tr {08451.t} {08451.p2-thinks} -> {08451.p1} {08451.p5} 
+tr {08451.t0|08452.t4} : b8450 {08452.p4-eats} -> {08451.f} {08452.f} {08452.p2-thinks} 
+tr {08451.t2} {08451.f} {08451.p5} -> {08451.p6} 
+tr {08451.t3|08452.t1} : a8450 {08451.f} {08452.p1} -> {08452.p3} 
+tr {08452.e} {08452.p6} {08452.p3} -> {08452.p4-eats} 
+tr {08452.t} {08452.p2-thinks} -> {08452.p1} {08452.p5} 
+tr {08452.t0|08453.t4} : b8451 {08453.p4-eats} -> {08452.f} {08453.f} {08453.p2-thinks} 
+tr {08452.t2} {08452.f} {08452.p5} -> {08452.p6} 
+tr {08452.t3|08453.t1} : a8451 {08452.f} {08453.p1} -> {08453.p3} 
+tr {08453.e} {08453.p6} {08453.p3} -> {08453.p4-eats} 
+tr {08453.t} {08453.p2-thinks} -> {08453.p1} {08453.p5} 
+tr {08453.t0|08454.t4} : b8452 {08454.p4-eats} -> {08453.f} {08454.f} {08454.p2-thinks} 
+tr {08453.t2} {08453.f} {08453.p5} -> {08453.p6} 
+tr {08453.t3|08454.t1} : a8452 {08453.f} {08454.p1} -> {08454.p3} 
+tr {08454.e} {08454.p6} {08454.p3} -> {08454.p4-eats} 
+tr {08454.t} {08454.p2-thinks} -> {08454.p1} {08454.p5} 
+tr {08454.t0|08455.t4} : b8453 {08455.p4-eats} -> {08454.f} {08455.f} {08455.p2-thinks} 
+tr {08454.t2} {08454.f} {08454.p5} -> {08454.p6} 
+tr {08454.t3|08455.t1} : a8453 {08454.f} {08455.p1} -> {08455.p3} 
+tr {08455.e} {08455.p6} {08455.p3} -> {08455.p4-eats} 
+tr {08455.t} {08455.p2-thinks} -> {08455.p1} {08455.p5} 
+tr {08455.t0|08456.t4} : b8454 {08456.p4-eats} -> {08455.f} {08456.f} {08456.p2-thinks} 
+tr {08455.t2} {08455.f} {08455.p5} -> {08455.p6} 
+tr {08455.t3|08456.t1} : a8454 {08455.f} {08456.p1} -> {08456.p3} 
+tr {08456.e} {08456.p6} {08456.p3} -> {08456.p4-eats} 
+tr {08456.t} {08456.p2-thinks} -> {08456.p1} {08456.p5} 
+tr {08456.t0|08457.t4} : b8455 {08457.p4-eats} -> {08456.f} {08457.f} {08457.p2-thinks} 
+tr {08456.t2} {08456.f} {08456.p5} -> {08456.p6} 
+tr {08456.t3|08457.t1} : a8455 {08456.f} {08457.p1} -> {08457.p3} 
+tr {08457.e} {08457.p6} {08457.p3} -> {08457.p4-eats} 
+tr {08457.t} {08457.p2-thinks} -> {08457.p1} {08457.p5} 
+tr {08457.t0|08458.t4} : b8456 {08458.p4-eats} -> {08457.f} {08458.f} {08458.p2-thinks} 
+tr {08457.t2} {08457.f} {08457.p5} -> {08457.p6} 
+tr {08457.t3|08458.t1} : a8456 {08457.f} {08458.p1} -> {08458.p3} 
+tr {08458.e} {08458.p6} {08458.p3} -> {08458.p4-eats} 
+tr {08458.t} {08458.p2-thinks} -> {08458.p1} {08458.p5} 
+tr {08458.t0|08459.t4} : b8457 {08459.p4-eats} -> {08458.f} {08459.f} {08459.p2-thinks} 
+tr {08458.t2} {08458.f} {08458.p5} -> {08458.p6} 
+tr {08458.t3|08459.t1} : a8457 {08458.f} {08459.p1} -> {08459.p3} 
+tr {08459.e} {08459.p6} {08459.p3} -> {08459.p4-eats} 
+tr {08459.t} {08459.p2-thinks} -> {08459.p1} {08459.p5} 
+tr {08459.t0|08460.t4} : b8458 {08460.p4-eats} -> {08459.f} {08460.f} {08460.p2-thinks} 
+tr {08459.t2} {08459.f} {08459.p5} -> {08459.p6} 
+tr {08459.t3|08460.t1} : a8458 {08459.f} {08460.p1} -> {08460.p3} 
+tr {08460.e} {08460.p6} {08460.p3} -> {08460.p4-eats} 
+tr {08460.t} {08460.p2-thinks} -> {08460.p1} {08460.p5} 
+tr {08460.t0|08461.t4} : b8459 {08461.p4-eats} -> {08460.f} {08461.f} {08461.p2-thinks} 
+tr {08460.t2} {08460.f} {08460.p5} -> {08460.p6} 
+tr {08460.t3|08461.t1} : a8459 {08460.f} {08461.p1} -> {08461.p3} 
+tr {08461.e} {08461.p6} {08461.p3} -> {08461.p4-eats} 
+tr {08461.t} {08461.p2-thinks} -> {08461.p1} {08461.p5} 
+tr {08461.t0|08462.t4} : b8460 {08462.p4-eats} -> {08461.f} {08462.f} {08462.p2-thinks} 
+tr {08461.t2} {08461.f} {08461.p5} -> {08461.p6} 
+tr {08461.t3|08462.t1} : a8460 {08461.f} {08462.p1} -> {08462.p3} 
+tr {08462.e} {08462.p6} {08462.p3} -> {08462.p4-eats} 
+tr {08462.t} {08462.p2-thinks} -> {08462.p1} {08462.p5} 
+tr {08462.t0|08463.t4} : b8461 {08463.p4-eats} -> {08462.f} {08463.f} {08463.p2-thinks} 
+tr {08462.t2} {08462.f} {08462.p5} -> {08462.p6} 
+tr {08462.t3|08463.t1} : a8461 {08462.f} {08463.p1} -> {08463.p3} 
+tr {08463.e} {08463.p6} {08463.p3} -> {08463.p4-eats} 
+tr {08463.t} {08463.p2-thinks} -> {08463.p1} {08463.p5} 
+tr {08463.t0|08464.t4} : b8462 {08464.p4-eats} -> {08463.f} {08464.f} {08464.p2-thinks} 
+tr {08463.t2} {08463.f} {08463.p5} -> {08463.p6} 
+tr {08463.t3|08464.t1} : a8462 {08463.f} {08464.p1} -> {08464.p3} 
+tr {08464.e} {08464.p6} {08464.p3} -> {08464.p4-eats} 
+tr {08464.t} {08464.p2-thinks} -> {08464.p1} {08464.p5} 
+tr {08464.t0|08465.t4} : b8463 {08465.p4-eats} -> {08464.f} {08465.f} {08465.p2-thinks} 
+tr {08464.t2} {08464.f} {08464.p5} -> {08464.p6} 
+tr {08464.t3|08465.t1} : a8463 {08464.f} {08465.p1} -> {08465.p3} 
+tr {08465.e} {08465.p6} {08465.p3} -> {08465.p4-eats} 
+tr {08465.t} {08465.p2-thinks} -> {08465.p1} {08465.p5} 
+tr {08465.t0|08466.t4} : b8464 {08466.p4-eats} -> {08465.f} {08466.f} {08466.p2-thinks} 
+tr {08465.t2} {08465.f} {08465.p5} -> {08465.p6} 
+tr {08465.t3|08466.t1} : a8464 {08465.f} {08466.p1} -> {08466.p3} 
+tr {08466.e} {08466.p6} {08466.p3} -> {08466.p4-eats} 
+tr {08466.t} {08466.p2-thinks} -> {08466.p1} {08466.p5} 
+tr {08466.t0|08467.t4} : b8465 {08467.p4-eats} -> {08466.f} {08467.f} {08467.p2-thinks} 
+tr {08466.t2} {08466.f} {08466.p5} -> {08466.p6} 
+tr {08466.t3|08467.t1} : a8465 {08466.f} {08467.p1} -> {08467.p3} 
+tr {08467.e} {08467.p6} {08467.p3} -> {08467.p4-eats} 
+tr {08467.t} {08467.p2-thinks} -> {08467.p1} {08467.p5} 
+tr {08467.t0|08468.t4} : b8466 {08468.p4-eats} -> {08467.f} {08468.f} {08468.p2-thinks} 
+tr {08467.t2} {08467.f} {08467.p5} -> {08467.p6} 
+tr {08467.t3|08468.t1} : a8466 {08467.f} {08468.p1} -> {08468.p3} 
+tr {08468.e} {08468.p6} {08468.p3} -> {08468.p4-eats} 
+tr {08468.t} {08468.p2-thinks} -> {08468.p1} {08468.p5} 
+tr {08468.t0|08469.t4} : b8467 {08469.p4-eats} -> {08468.f} {08469.f} {08469.p2-thinks} 
+tr {08468.t2} {08468.f} {08468.p5} -> {08468.p6} 
+tr {08468.t3|08469.t1} : a8467 {08468.f} {08469.p1} -> {08469.p3} 
+tr {08469.e} {08469.p6} {08469.p3} -> {08469.p4-eats} 
+tr {08469.t} {08469.p2-thinks} -> {08469.p1} {08469.p5} 
+tr {08469.t0|08470.t4} : b8468 {08470.p4-eats} -> {08469.f} {08470.f} {08470.p2-thinks} 
+tr {08469.t2} {08469.f} {08469.p5} -> {08469.p6} 
+tr {08469.t3|08470.t1} : a8468 {08469.f} {08470.p1} -> {08470.p3} 
+tr {08470.e} {08470.p6} {08470.p3} -> {08470.p4-eats} 
+tr {08470.t} {08470.p2-thinks} -> {08470.p1} {08470.p5} 
+tr {08470.t0|08471.t4} : b8469 {08471.p4-eats} -> {08470.f} {08471.f} {08471.p2-thinks} 
+tr {08470.t2} {08470.f} {08470.p5} -> {08470.p6} 
+tr {08470.t3|08471.t1} : a8469 {08470.f} {08471.p1} -> {08471.p3} 
+tr {08471.e} {08471.p6} {08471.p3} -> {08471.p4-eats} 
+tr {08471.t} {08471.p2-thinks} -> {08471.p1} {08471.p5} 
+tr {08471.t0|08472.t4} : b8470 {08472.p4-eats} -> {08471.f} {08472.f} {08472.p2-thinks} 
+tr {08471.t2} {08471.f} {08471.p5} -> {08471.p6} 
+tr {08471.t3|08472.t1} : a8470 {08471.f} {08472.p1} -> {08472.p3} 
+tr {08472.e} {08472.p6} {08472.p3} -> {08472.p4-eats} 
+tr {08472.t} {08472.p2-thinks} -> {08472.p1} {08472.p5} 
+tr {08472.t0|08473.t4} : b8471 {08473.p4-eats} -> {08472.f} {08473.f} {08473.p2-thinks} 
+tr {08472.t2} {08472.f} {08472.p5} -> {08472.p6} 
+tr {08472.t3|08473.t1} : a8471 {08472.f} {08473.p1} -> {08473.p3} 
+tr {08473.e} {08473.p6} {08473.p3} -> {08473.p4-eats} 
+tr {08473.t} {08473.p2-thinks} -> {08473.p1} {08473.p5} 
+tr {08473.t0|08474.t4} : b8472 {08474.p4-eats} -> {08473.f} {08474.f} {08474.p2-thinks} 
+tr {08473.t2} {08473.f} {08473.p5} -> {08473.p6} 
+tr {08473.t3|08474.t1} : a8472 {08473.f} {08474.p1} -> {08474.p3} 
+tr {08474.e} {08474.p6} {08474.p3} -> {08474.p4-eats} 
+tr {08474.t} {08474.p2-thinks} -> {08474.p1} {08474.p5} 
+tr {08474.t0|08475.t4} : b8473 {08475.p4-eats} -> {08474.f} {08475.f} {08475.p2-thinks} 
+tr {08474.t2} {08474.f} {08474.p5} -> {08474.p6} 
+tr {08474.t3|08475.t1} : a8473 {08474.f} {08475.p1} -> {08475.p3} 
+tr {08475.e} {08475.p6} {08475.p3} -> {08475.p4-eats} 
+tr {08475.t} {08475.p2-thinks} -> {08475.p1} {08475.p5} 
+tr {08475.t0|08476.t4} : b8474 {08476.p4-eats} -> {08475.f} {08476.f} {08476.p2-thinks} 
+tr {08475.t2} {08475.f} {08475.p5} -> {08475.p6} 
+tr {08475.t3|08476.t1} : a8474 {08475.f} {08476.p1} -> {08476.p3} 
+tr {08476.e} {08476.p6} {08476.p3} -> {08476.p4-eats} 
+tr {08476.t} {08476.p2-thinks} -> {08476.p1} {08476.p5} 
+tr {08476.t0|08477.t4} : b8475 {08477.p4-eats} -> {08476.f} {08477.f} {08477.p2-thinks} 
+tr {08476.t2} {08476.f} {08476.p5} -> {08476.p6} 
+tr {08476.t3|08477.t1} : a8475 {08476.f} {08477.p1} -> {08477.p3} 
+tr {08477.e} {08477.p6} {08477.p3} -> {08477.p4-eats} 
+tr {08477.t} {08477.p2-thinks} -> {08477.p1} {08477.p5} 
+tr {08477.t0|08478.t4} : b8476 {08478.p4-eats} -> {08477.f} {08478.f} {08478.p2-thinks} 
+tr {08477.t2} {08477.f} {08477.p5} -> {08477.p6} 
+tr {08477.t3|08478.t1} : a8476 {08477.f} {08478.p1} -> {08478.p3} 
+tr {08478.e} {08478.p6} {08478.p3} -> {08478.p4-eats} 
+tr {08478.t} {08478.p2-thinks} -> {08478.p1} {08478.p5} 
+tr {08478.t0|08479.t4} : b8477 {08479.p4-eats} -> {08478.f} {08479.f} {08479.p2-thinks} 
+tr {08478.t2} {08478.f} {08478.p5} -> {08478.p6} 
+tr {08478.t3|08479.t1} : a8477 {08478.f} {08479.p1} -> {08479.p3} 
+tr {08479.e} {08479.p6} {08479.p3} -> {08479.p4-eats} 
+tr {08479.t} {08479.p2-thinks} -> {08479.p1} {08479.p5} 
+tr {08479.t0|08480.t4} : b8478 {08480.p4-eats} -> {08479.f} {08480.f} {08480.p2-thinks} 
+tr {08479.t2} {08479.f} {08479.p5} -> {08479.p6} 
+tr {08479.t3|08480.t1} : a8478 {08479.f} {08480.p1} -> {08480.p3} 
+tr {08480.e} {08480.p6} {08480.p3} -> {08480.p4-eats} 
+tr {08480.t} {08480.p2-thinks} -> {08480.p1} {08480.p5} 
+tr {08480.t0|08481.t4} : b8479 {08481.p4-eats} -> {08480.f} {08481.f} {08481.p2-thinks} 
+tr {08480.t2} {08480.f} {08480.p5} -> {08480.p6} 
+tr {08480.t3|08481.t1} : a8479 {08480.f} {08481.p1} -> {08481.p3} 
+tr {08481.e} {08481.p6} {08481.p3} -> {08481.p4-eats} 
+tr {08481.t} {08481.p2-thinks} -> {08481.p1} {08481.p5} 
+tr {08481.t0|08482.t4} : b8480 {08482.p4-eats} -> {08481.f} {08482.f} {08482.p2-thinks} 
+tr {08481.t2} {08481.f} {08481.p5} -> {08481.p6} 
+tr {08481.t3|08482.t1} : a8480 {08481.f} {08482.p1} -> {08482.p3} 
+tr {08482.e} {08482.p6} {08482.p3} -> {08482.p4-eats} 
+tr {08482.t} {08482.p2-thinks} -> {08482.p1} {08482.p5} 
+tr {08482.t0|08483.t4} : b8481 {08483.p4-eats} -> {08482.f} {08483.f} {08483.p2-thinks} 
+tr {08482.t2} {08482.f} {08482.p5} -> {08482.p6} 
+tr {08482.t3|08483.t1} : a8481 {08482.f} {08483.p1} -> {08483.p3} 
+tr {08483.e} {08483.p6} {08483.p3} -> {08483.p4-eats} 
+tr {08483.t} {08483.p2-thinks} -> {08483.p1} {08483.p5} 
+tr {08483.t0|08484.t4} : b8482 {08484.p4-eats} -> {08483.f} {08484.f} {08484.p2-thinks} 
+tr {08483.t2} {08483.f} {08483.p5} -> {08483.p6} 
+tr {08483.t3|08484.t1} : a8482 {08483.f} {08484.p1} -> {08484.p3} 
+tr {08484.e} {08484.p6} {08484.p3} -> {08484.p4-eats} 
+tr {08484.t} {08484.p2-thinks} -> {08484.p1} {08484.p5} 
+tr {08484.t0|08485.t4} : b8483 {08485.p4-eats} -> {08484.f} {08485.f} {08485.p2-thinks} 
+tr {08484.t2} {08484.f} {08484.p5} -> {08484.p6} 
+tr {08484.t3|08485.t1} : a8483 {08484.f} {08485.p1} -> {08485.p3} 
+tr {08485.e} {08485.p6} {08485.p3} -> {08485.p4-eats} 
+tr {08485.t} {08485.p2-thinks} -> {08485.p1} {08485.p5} 
+tr {08485.t0|08486.t4} : b8484 {08486.p4-eats} -> {08485.f} {08486.f} {08486.p2-thinks} 
+tr {08485.t2} {08485.f} {08485.p5} -> {08485.p6} 
+tr {08485.t3|08486.t1} : a8484 {08485.f} {08486.p1} -> {08486.p3} 
+tr {08486.e} {08486.p6} {08486.p3} -> {08486.p4-eats} 
+tr {08486.t} {08486.p2-thinks} -> {08486.p1} {08486.p5} 
+tr {08486.t0|08487.t4} : b8485 {08487.p4-eats} -> {08486.f} {08487.f} {08487.p2-thinks} 
+tr {08486.t2} {08486.f} {08486.p5} -> {08486.p6} 
+tr {08486.t3|08487.t1} : a8485 {08486.f} {08487.p1} -> {08487.p3} 
+tr {08487.e} {08487.p6} {08487.p3} -> {08487.p4-eats} 
+tr {08487.t} {08487.p2-thinks} -> {08487.p1} {08487.p5} 
+tr {08487.t0|08488.t4} : b8486 {08488.p4-eats} -> {08487.f} {08488.f} {08488.p2-thinks} 
+tr {08487.t2} {08487.f} {08487.p5} -> {08487.p6} 
+tr {08487.t3|08488.t1} : a8486 {08487.f} {08488.p1} -> {08488.p3} 
+tr {08488.e} {08488.p6} {08488.p3} -> {08488.p4-eats} 
+tr {08488.t} {08488.p2-thinks} -> {08488.p1} {08488.p5} 
+tr {08488.t0|08489.t4} : b8487 {08489.p4-eats} -> {08488.f} {08489.f} {08489.p2-thinks} 
+tr {08488.t2} {08488.f} {08488.p5} -> {08488.p6} 
+tr {08488.t3|08489.t1} : a8487 {08488.f} {08489.p1} -> {08489.p3} 
+tr {08489.e} {08489.p6} {08489.p3} -> {08489.p4-eats} 
+tr {08489.t} {08489.p2-thinks} -> {08489.p1} {08489.p5} 
+tr {08489.t0|08490.t4} : b8488 {08490.p4-eats} -> {08489.f} {08490.f} {08490.p2-thinks} 
+tr {08489.t2} {08489.f} {08489.p5} -> {08489.p6} 
+tr {08489.t3|08490.t1} : a8488 {08489.f} {08490.p1} -> {08490.p3} 
+tr {08490.e} {08490.p6} {08490.p3} -> {08490.p4-eats} 
+tr {08490.t} {08490.p2-thinks} -> {08490.p1} {08490.p5} 
+tr {08490.t0|08491.t4} : b8489 {08491.p4-eats} -> {08490.f} {08491.f} {08491.p2-thinks} 
+tr {08490.t2} {08490.f} {08490.p5} -> {08490.p6} 
+tr {08490.t3|08491.t1} : a8489 {08490.f} {08491.p1} -> {08491.p3} 
+tr {08491.e} {08491.p6} {08491.p3} -> {08491.p4-eats} 
+tr {08491.t} {08491.p2-thinks} -> {08491.p1} {08491.p5} 
+tr {08491.t0|08492.t4} : b8490 {08492.p4-eats} -> {08491.f} {08492.f} {08492.p2-thinks} 
+tr {08491.t2} {08491.f} {08491.p5} -> {08491.p6} 
+tr {08491.t3|08492.t1} : a8490 {08491.f} {08492.p1} -> {08492.p3} 
+tr {08492.e} {08492.p6} {08492.p3} -> {08492.p4-eats} 
+tr {08492.t} {08492.p2-thinks} -> {08492.p1} {08492.p5} 
+tr {08492.t0|08493.t4} : b8491 {08493.p4-eats} -> {08492.f} {08493.f} {08493.p2-thinks} 
+tr {08492.t2} {08492.f} {08492.p5} -> {08492.p6} 
+tr {08492.t3|08493.t1} : a8491 {08492.f} {08493.p1} -> {08493.p3} 
+tr {08493.e} {08493.p6} {08493.p3} -> {08493.p4-eats} 
+tr {08493.t} {08493.p2-thinks} -> {08493.p1} {08493.p5} 
+tr {08493.t0|08494.t4} : b8492 {08494.p4-eats} -> {08493.f} {08494.f} {08494.p2-thinks} 
+tr {08493.t2} {08493.f} {08493.p5} -> {08493.p6} 
+tr {08493.t3|08494.t1} : a8492 {08493.f} {08494.p1} -> {08494.p3} 
+tr {08494.e} {08494.p6} {08494.p3} -> {08494.p4-eats} 
+tr {08494.t} {08494.p2-thinks} -> {08494.p1} {08494.p5} 
+tr {08494.t0|08495.t4} : b8493 {08495.p4-eats} -> {08494.f} {08495.f} {08495.p2-thinks} 
+tr {08494.t2} {08494.f} {08494.p5} -> {08494.p6} 
+tr {08494.t3|08495.t1} : a8493 {08494.f} {08495.p1} -> {08495.p3} 
+tr {08495.e} {08495.p6} {08495.p3} -> {08495.p4-eats} 
+tr {08495.t} {08495.p2-thinks} -> {08495.p1} {08495.p5} 
+tr {08495.t0|08496.t4} : b8494 {08496.p4-eats} -> {08495.f} {08496.f} {08496.p2-thinks} 
+tr {08495.t2} {08495.f} {08495.p5} -> {08495.p6} 
+tr {08495.t3|08496.t1} : a8494 {08495.f} {08496.p1} -> {08496.p3} 
+tr {08496.e} {08496.p6} {08496.p3} -> {08496.p4-eats} 
+tr {08496.t} {08496.p2-thinks} -> {08496.p1} {08496.p5} 
+tr {08496.t0|08497.t4} : b8495 {08497.p4-eats} -> {08496.f} {08497.f} {08497.p2-thinks} 
+tr {08496.t2} {08496.f} {08496.p5} -> {08496.p6} 
+tr {08496.t3|08497.t1} : a8495 {08496.f} {08497.p1} -> {08497.p3} 
+tr {08497.e} {08497.p6} {08497.p3} -> {08497.p4-eats} 
+tr {08497.t} {08497.p2-thinks} -> {08497.p1} {08497.p5} 
+tr {08497.t0|08498.t4} : b8496 {08498.p4-eats} -> {08497.f} {08498.f} {08498.p2-thinks} 
+tr {08497.t2} {08497.f} {08497.p5} -> {08497.p6} 
+tr {08497.t3|08498.t1} : a8496 {08497.f} {08498.p1} -> {08498.p3} 
+tr {08498.e} {08498.p6} {08498.p3} -> {08498.p4-eats} 
+tr {08498.t} {08498.p2-thinks} -> {08498.p1} {08498.p5} 
+tr {08498.t0|08499.t4} : b8497 {08499.p4-eats} -> {08498.f} {08499.f} {08499.p2-thinks} 
+tr {08498.t2} {08498.f} {08498.p5} -> {08498.p6} 
+tr {08498.t3|08499.t1} : a8497 {08498.f} {08499.p1} -> {08499.p3} 
+tr {08499.e} {08499.p6} {08499.p3} -> {08499.p4-eats} 
+tr {08499.t} {08499.p2-thinks} -> {08499.p1} {08499.p5} 
+tr {08499.t0|08500.t4} : b8498 {08500.p4-eats} -> {08499.f} {08500.f} {08500.p2-thinks} 
+tr {08499.t2} {08499.f} {08499.p5} -> {08499.p6} 
+tr {08499.t3|08500.t1} : a8498 {08499.f} {08500.p1} -> {08500.p3} 
+tr {08500.e} {08500.p6} {08500.p3} -> {08500.p4-eats} 
+tr {08500.t} {08500.p2-thinks} -> {08500.p1} {08500.p5} 
+tr {08500.t0|08501.t4} : b8499 {08501.p4-eats} -> {08500.f} {08501.f} {08501.p2-thinks} 
+tr {08500.t2} {08500.f} {08500.p5} -> {08500.p6} 
+tr {08500.t3|08501.t1} : a8499 {08500.f} {08501.p1} -> {08501.p3} 
+tr {08501.e} {08501.p6} {08501.p3} -> {08501.p4-eats} 
+tr {08501.t} {08501.p2-thinks} -> {08501.p1} {08501.p5} 
+tr {08501.t0|08502.t4} : b8500 {08502.p4-eats} -> {08501.f} {08502.f} {08502.p2-thinks} 
+tr {08501.t2} {08501.f} {08501.p5} -> {08501.p6} 
+tr {08501.t3|08502.t1} : a8500 {08501.f} {08502.p1} -> {08502.p3} 
+tr {08502.e} {08502.p6} {08502.p3} -> {08502.p4-eats} 
+tr {08502.t} {08502.p2-thinks} -> {08502.p1} {08502.p5} 
+tr {08502.t0|08503.t4} : b8501 {08503.p4-eats} -> {08502.f} {08503.f} {08503.p2-thinks} 
+tr {08502.t2} {08502.f} {08502.p5} -> {08502.p6} 
+tr {08502.t3|08503.t1} : a8501 {08502.f} {08503.p1} -> {08503.p3} 
+tr {08503.e} {08503.p6} {08503.p3} -> {08503.p4-eats} 
+tr {08503.t} {08503.p2-thinks} -> {08503.p1} {08503.p5} 
+tr {08503.t0|08504.t4} : b8502 {08504.p4-eats} -> {08503.f} {08504.f} {08504.p2-thinks} 
+tr {08503.t2} {08503.f} {08503.p5} -> {08503.p6} 
+tr {08503.t3|08504.t1} : a8502 {08503.f} {08504.p1} -> {08504.p3} 
+tr {08504.e} {08504.p6} {08504.p3} -> {08504.p4-eats} 
+tr {08504.t} {08504.p2-thinks} -> {08504.p1} {08504.p5} 
+tr {08504.t0|08505.t4} : b8503 {08505.p4-eats} -> {08504.f} {08505.f} {08505.p2-thinks} 
+tr {08504.t2} {08504.f} {08504.p5} -> {08504.p6} 
+tr {08504.t3|08505.t1} : a8503 {08504.f} {08505.p1} -> {08505.p3} 
+tr {08505.e} {08505.p6} {08505.p3} -> {08505.p4-eats} 
+tr {08505.t} {08505.p2-thinks} -> {08505.p1} {08505.p5} 
+tr {08505.t0|08506.t4} : b8504 {08506.p4-eats} -> {08505.f} {08506.f} {08506.p2-thinks} 
+tr {08505.t2} {08505.f} {08505.p5} -> {08505.p6} 
+tr {08505.t3|08506.t1} : a8504 {08505.f} {08506.p1} -> {08506.p3} 
+tr {08506.e} {08506.p6} {08506.p3} -> {08506.p4-eats} 
+tr {08506.t} {08506.p2-thinks} -> {08506.p1} {08506.p5} 
+tr {08506.t0|08507.t4} : b8505 {08507.p4-eats} -> {08506.f} {08507.f} {08507.p2-thinks} 
+tr {08506.t2} {08506.f} {08506.p5} -> {08506.p6} 
+tr {08506.t3|08507.t1} : a8505 {08506.f} {08507.p1} -> {08507.p3} 
+tr {08507.e} {08507.p6} {08507.p3} -> {08507.p4-eats} 
+tr {08507.t} {08507.p2-thinks} -> {08507.p1} {08507.p5} 
+tr {08507.t0|08508.t4} : b8506 {08508.p4-eats} -> {08507.f} {08508.f} {08508.p2-thinks} 
+tr {08507.t2} {08507.f} {08507.p5} -> {08507.p6} 
+tr {08507.t3|08508.t1} : a8506 {08507.f} {08508.p1} -> {08508.p3} 
+tr {08508.e} {08508.p6} {08508.p3} -> {08508.p4-eats} 
+tr {08508.t} {08508.p2-thinks} -> {08508.p1} {08508.p5} 
+tr {08508.t0|08509.t4} : b8507 {08509.p4-eats} -> {08508.f} {08509.f} {08509.p2-thinks} 
+tr {08508.t2} {08508.f} {08508.p5} -> {08508.p6} 
+tr {08508.t3|08509.t1} : a8507 {08508.f} {08509.p1} -> {08509.p3} 
+tr {08509.e} {08509.p6} {08509.p3} -> {08509.p4-eats} 
+tr {08509.t} {08509.p2-thinks} -> {08509.p1} {08509.p5} 
+tr {08509.t0|08510.t4} : b8508 {08510.p4-eats} -> {08509.f} {08510.f} {08510.p2-thinks} 
+tr {08509.t2} {08509.f} {08509.p5} -> {08509.p6} 
+tr {08509.t3|08510.t1} : a8508 {08509.f} {08510.p1} -> {08510.p3} 
+tr {08510.e} {08510.p6} {08510.p3} -> {08510.p4-eats} 
+tr {08510.t} {08510.p2-thinks} -> {08510.p1} {08510.p5} 
+tr {08510.t0|08511.t4} : b8509 {08511.p4-eats} -> {08510.f} {08511.f} {08511.p2-thinks} 
+tr {08510.t2} {08510.f} {08510.p5} -> {08510.p6} 
+tr {08510.t3|08511.t1} : a8509 {08510.f} {08511.p1} -> {08511.p3} 
+tr {08511.e} {08511.p6} {08511.p3} -> {08511.p4-eats} 
+tr {08511.t} {08511.p2-thinks} -> {08511.p1} {08511.p5} 
+tr {08511.t0|08512.t4} : b8510 {08512.p4-eats} -> {08511.f} {08512.f} {08512.p2-thinks} 
+tr {08511.t2} {08511.f} {08511.p5} -> {08511.p6} 
+tr {08511.t3|08512.t1} : a8510 {08511.f} {08512.p1} -> {08512.p3} 
+tr {08512.e} {08512.p6} {08512.p3} -> {08512.p4-eats} 
+tr {08512.t} {08512.p2-thinks} -> {08512.p1} {08512.p5} 
+tr {08512.t0|08513.t4} : b8511 {08513.p4-eats} -> {08512.f} {08513.f} {08513.p2-thinks} 
+tr {08512.t2} {08512.f} {08512.p5} -> {08512.p6} 
+tr {08512.t3|08513.t1} : a8511 {08512.f} {08513.p1} -> {08513.p3} 
+tr {08513.e} {08513.p6} {08513.p3} -> {08513.p4-eats} 
+tr {08513.t} {08513.p2-thinks} -> {08513.p1} {08513.p5} 
+tr {08513.t0|08514.t4} : b8512 {08514.p4-eats} -> {08513.f} {08514.f} {08514.p2-thinks} 
+tr {08513.t2} {08513.f} {08513.p5} -> {08513.p6} 
+tr {08513.t3|08514.t1} : a8512 {08513.f} {08514.p1} -> {08514.p3} 
+tr {08514.e} {08514.p6} {08514.p3} -> {08514.p4-eats} 
+tr {08514.t} {08514.p2-thinks} -> {08514.p1} {08514.p5} 
+tr {08514.t0|08515.t4} : b8513 {08515.p4-eats} -> {08514.f} {08515.f} {08515.p2-thinks} 
+tr {08514.t2} {08514.f} {08514.p5} -> {08514.p6} 
+tr {08514.t3|08515.t1} : a8513 {08514.f} {08515.p1} -> {08515.p3} 
+tr {08515.e} {08515.p6} {08515.p3} -> {08515.p4-eats} 
+tr {08515.t} {08515.p2-thinks} -> {08515.p1} {08515.p5} 
+tr {08515.t0|08516.t4} : b8514 {08516.p4-eats} -> {08515.f} {08516.f} {08516.p2-thinks} 
+tr {08515.t2} {08515.f} {08515.p5} -> {08515.p6} 
+tr {08515.t3|08516.t1} : a8514 {08515.f} {08516.p1} -> {08516.p3} 
+tr {08516.e} {08516.p6} {08516.p3} -> {08516.p4-eats} 
+tr {08516.t} {08516.p2-thinks} -> {08516.p1} {08516.p5} 
+tr {08516.t0|08517.t4} : b8515 {08517.p4-eats} -> {08516.f} {08517.f} {08517.p2-thinks} 
+tr {08516.t2} {08516.f} {08516.p5} -> {08516.p6} 
+tr {08516.t3|08517.t1} : a8515 {08516.f} {08517.p1} -> {08517.p3} 
+tr {08517.e} {08517.p6} {08517.p3} -> {08517.p4-eats} 
+tr {08517.t} {08517.p2-thinks} -> {08517.p1} {08517.p5} 
+tr {08517.t0|08518.t4} : b8516 {08518.p4-eats} -> {08517.f} {08518.f} {08518.p2-thinks} 
+tr {08517.t2} {08517.f} {08517.p5} -> {08517.p6} 
+tr {08517.t3|08518.t1} : a8516 {08517.f} {08518.p1} -> {08518.p3} 
+tr {08518.e} {08518.p6} {08518.p3} -> {08518.p4-eats} 
+tr {08518.t} {08518.p2-thinks} -> {08518.p1} {08518.p5} 
+tr {08518.t0|08519.t4} : b8517 {08519.p4-eats} -> {08518.f} {08519.f} {08519.p2-thinks} 
+tr {08518.t2} {08518.f} {08518.p5} -> {08518.p6} 
+tr {08518.t3|08519.t1} : a8517 {08518.f} {08519.p1} -> {08519.p3} 
+tr {08519.e} {08519.p6} {08519.p3} -> {08519.p4-eats} 
+tr {08519.t} {08519.p2-thinks} -> {08519.p1} {08519.p5} 
+tr {08519.t0|08520.t4} : b8518 {08520.p4-eats} -> {08519.f} {08520.f} {08520.p2-thinks} 
+tr {08519.t2} {08519.f} {08519.p5} -> {08519.p6} 
+tr {08519.t3|08520.t1} : a8518 {08519.f} {08520.p1} -> {08520.p3} 
+tr {08520.e} {08520.p6} {08520.p3} -> {08520.p4-eats} 
+tr {08520.t} {08520.p2-thinks} -> {08520.p1} {08520.p5} 
+tr {08520.t0|08521.t4} : b8519 {08521.p4-eats} -> {08520.f} {08521.f} {08521.p2-thinks} 
+tr {08520.t2} {08520.f} {08520.p5} -> {08520.p6} 
+tr {08520.t3|08521.t1} : a8519 {08520.f} {08521.p1} -> {08521.p3} 
+tr {08521.e} {08521.p6} {08521.p3} -> {08521.p4-eats} 
+tr {08521.t} {08521.p2-thinks} -> {08521.p1} {08521.p5} 
+tr {08521.t0|08522.t4} : b8520 {08522.p4-eats} -> {08521.f} {08522.f} {08522.p2-thinks} 
+tr {08521.t2} {08521.f} {08521.p5} -> {08521.p6} 
+tr {08521.t3|08522.t1} : a8520 {08521.f} {08522.p1} -> {08522.p3} 
+tr {08522.e} {08522.p6} {08522.p3} -> {08522.p4-eats} 
+tr {08522.t} {08522.p2-thinks} -> {08522.p1} {08522.p5} 
+tr {08522.t0|08523.t4} : b8521 {08523.p4-eats} -> {08522.f} {08523.f} {08523.p2-thinks} 
+tr {08522.t2} {08522.f} {08522.p5} -> {08522.p6} 
+tr {08522.t3|08523.t1} : a8521 {08522.f} {08523.p1} -> {08523.p3} 
+tr {08523.e} {08523.p6} {08523.p3} -> {08523.p4-eats} 
+tr {08523.t} {08523.p2-thinks} -> {08523.p1} {08523.p5} 
+tr {08523.t0|08524.t4} : b8522 {08524.p4-eats} -> {08523.f} {08524.f} {08524.p2-thinks} 
+tr {08523.t2} {08523.f} {08523.p5} -> {08523.p6} 
+tr {08523.t3|08524.t1} : a8522 {08523.f} {08524.p1} -> {08524.p3} 
+tr {08524.e} {08524.p6} {08524.p3} -> {08524.p4-eats} 
+tr {08524.t} {08524.p2-thinks} -> {08524.p1} {08524.p5} 
+tr {08524.t0|08525.t4} : b8523 {08525.p4-eats} -> {08524.f} {08525.f} {08525.p2-thinks} 
+tr {08524.t2} {08524.f} {08524.p5} -> {08524.p6} 
+tr {08524.t3|08525.t1} : a8523 {08524.f} {08525.p1} -> {08525.p3} 
+tr {08525.e} {08525.p6} {08525.p3} -> {08525.p4-eats} 
+tr {08525.t} {08525.p2-thinks} -> {08525.p1} {08525.p5} 
+tr {08525.t0|08526.t4} : b8524 {08526.p4-eats} -> {08525.f} {08526.f} {08526.p2-thinks} 
+tr {08525.t2} {08525.f} {08525.p5} -> {08525.p6} 
+tr {08525.t3|08526.t1} : a8524 {08525.f} {08526.p1} -> {08526.p3} 
+tr {08526.e} {08526.p6} {08526.p3} -> {08526.p4-eats} 
+tr {08526.t} {08526.p2-thinks} -> {08526.p1} {08526.p5} 
+tr {08526.t0|08527.t4} : b8525 {08527.p4-eats} -> {08526.f} {08527.f} {08527.p2-thinks} 
+tr {08526.t2} {08526.f} {08526.p5} -> {08526.p6} 
+tr {08526.t3|08527.t1} : a8525 {08526.f} {08527.p1} -> {08527.p3} 
+tr {08527.e} {08527.p6} {08527.p3} -> {08527.p4-eats} 
+tr {08527.t} {08527.p2-thinks} -> {08527.p1} {08527.p5} 
+tr {08527.t0|08528.t4} : b8526 {08528.p4-eats} -> {08527.f} {08528.f} {08528.p2-thinks} 
+tr {08527.t2} {08527.f} {08527.p5} -> {08527.p6} 
+tr {08527.t3|08528.t1} : a8526 {08527.f} {08528.p1} -> {08528.p3} 
+tr {08528.e} {08528.p6} {08528.p3} -> {08528.p4-eats} 
+tr {08528.t} {08528.p2-thinks} -> {08528.p1} {08528.p5} 
+tr {08528.t0|08529.t4} : b8527 {08529.p4-eats} -> {08528.f} {08529.f} {08529.p2-thinks} 
+tr {08528.t2} {08528.f} {08528.p5} -> {08528.p6} 
+tr {08528.t3|08529.t1} : a8527 {08528.f} {08529.p1} -> {08529.p3} 
+tr {08529.e} {08529.p6} {08529.p3} -> {08529.p4-eats} 
+tr {08529.t} {08529.p2-thinks} -> {08529.p1} {08529.p5} 
+tr {08529.t0|08530.t4} : b8528 {08530.p4-eats} -> {08529.f} {08530.f} {08530.p2-thinks} 
+tr {08529.t2} {08529.f} {08529.p5} -> {08529.p6} 
+tr {08529.t3|08530.t1} : a8528 {08529.f} {08530.p1} -> {08530.p3} 
+tr {08530.e} {08530.p6} {08530.p3} -> {08530.p4-eats} 
+tr {08530.t} {08530.p2-thinks} -> {08530.p1} {08530.p5} 
+tr {08530.t0|08531.t4} : b8529 {08531.p4-eats} -> {08530.f} {08531.f} {08531.p2-thinks} 
+tr {08530.t2} {08530.f} {08530.p5} -> {08530.p6} 
+tr {08530.t3|08531.t1} : a8529 {08530.f} {08531.p1} -> {08531.p3} 
+tr {08531.e} {08531.p6} {08531.p3} -> {08531.p4-eats} 
+tr {08531.t} {08531.p2-thinks} -> {08531.p1} {08531.p5} 
+tr {08531.t0|08532.t4} : b8530 {08532.p4-eats} -> {08531.f} {08532.f} {08532.p2-thinks} 
+tr {08531.t2} {08531.f} {08531.p5} -> {08531.p6} 
+tr {08531.t3|08532.t1} : a8530 {08531.f} {08532.p1} -> {08532.p3} 
+tr {08532.e} {08532.p6} {08532.p3} -> {08532.p4-eats} 
+tr {08532.t} {08532.p2-thinks} -> {08532.p1} {08532.p5} 
+tr {08532.t0|08533.t4} : b8531 {08533.p4-eats} -> {08532.f} {08533.f} {08533.p2-thinks} 
+tr {08532.t2} {08532.f} {08532.p5} -> {08532.p6} 
+tr {08532.t3|08533.t1} : a8531 {08532.f} {08533.p1} -> {08533.p3} 
+tr {08533.e} {08533.p6} {08533.p3} -> {08533.p4-eats} 
+tr {08533.t} {08533.p2-thinks} -> {08533.p1} {08533.p5} 
+tr {08533.t0|08534.t4} : b8532 {08534.p4-eats} -> {08533.f} {08534.f} {08534.p2-thinks} 
+tr {08533.t2} {08533.f} {08533.p5} -> {08533.p6} 
+tr {08533.t3|08534.t1} : a8532 {08533.f} {08534.p1} -> {08534.p3} 
+tr {08534.e} {08534.p6} {08534.p3} -> {08534.p4-eats} 
+tr {08534.t} {08534.p2-thinks} -> {08534.p1} {08534.p5} 
+tr {08534.t0|08535.t4} : b8533 {08535.p4-eats} -> {08534.f} {08535.f} {08535.p2-thinks} 
+tr {08534.t2} {08534.f} {08534.p5} -> {08534.p6} 
+tr {08534.t3|08535.t1} : a8533 {08534.f} {08535.p1} -> {08535.p3} 
+tr {08535.e} {08535.p6} {08535.p3} -> {08535.p4-eats} 
+tr {08535.t} {08535.p2-thinks} -> {08535.p1} {08535.p5} 
+tr {08535.t0|08536.t4} : b8534 {08536.p4-eats} -> {08535.f} {08536.f} {08536.p2-thinks} 
+tr {08535.t2} {08535.f} {08535.p5} -> {08535.p6} 
+tr {08535.t3|08536.t1} : a8534 {08535.f} {08536.p1} -> {08536.p3} 
+tr {08536.e} {08536.p6} {08536.p3} -> {08536.p4-eats} 
+tr {08536.t} {08536.p2-thinks} -> {08536.p1} {08536.p5} 
+tr {08536.t0|08537.t4} : b8535 {08537.p4-eats} -> {08536.f} {08537.f} {08537.p2-thinks} 
+tr {08536.t2} {08536.f} {08536.p5} -> {08536.p6} 
+tr {08536.t3|08537.t1} : a8535 {08536.f} {08537.p1} -> {08537.p3} 
+tr {08537.e} {08537.p6} {08537.p3} -> {08537.p4-eats} 
+tr {08537.t} {08537.p2-thinks} -> {08537.p1} {08537.p5} 
+tr {08537.t0|08538.t4} : b8536 {08538.p4-eats} -> {08537.f} {08538.f} {08538.p2-thinks} 
+tr {08537.t2} {08537.f} {08537.p5} -> {08537.p6} 
+tr {08537.t3|08538.t1} : a8536 {08537.f} {08538.p1} -> {08538.p3} 
+tr {08538.e} {08538.p6} {08538.p3} -> {08538.p4-eats} 
+tr {08538.t} {08538.p2-thinks} -> {08538.p1} {08538.p5} 
+tr {08538.t0|08539.t4} : b8537 {08539.p4-eats} -> {08538.f} {08539.f} {08539.p2-thinks} 
+tr {08538.t2} {08538.f} {08538.p5} -> {08538.p6} 
+tr {08538.t3|08539.t1} : a8537 {08538.f} {08539.p1} -> {08539.p3} 
+tr {08539.e} {08539.p6} {08539.p3} -> {08539.p4-eats} 
+tr {08539.t} {08539.p2-thinks} -> {08539.p1} {08539.p5} 
+tr {08539.t0|08540.t4} : b8538 {08540.p4-eats} -> {08539.f} {08540.f} {08540.p2-thinks} 
+tr {08539.t2} {08539.f} {08539.p5} -> {08539.p6} 
+tr {08539.t3|08540.t1} : a8538 {08539.f} {08540.p1} -> {08540.p3} 
+tr {08540.e} {08540.p6} {08540.p3} -> {08540.p4-eats} 
+tr {08540.t} {08540.p2-thinks} -> {08540.p1} {08540.p5} 
+tr {08540.t0|08541.t4} : b8539 {08541.p4-eats} -> {08540.f} {08541.f} {08541.p2-thinks} 
+tr {08540.t2} {08540.f} {08540.p5} -> {08540.p6} 
+tr {08540.t3|08541.t1} : a8539 {08540.f} {08541.p1} -> {08541.p3} 
+tr {08541.e} {08541.p6} {08541.p3} -> {08541.p4-eats} 
+tr {08541.t} {08541.p2-thinks} -> {08541.p1} {08541.p5} 
+tr {08541.t0|08542.t4} : b8540 {08542.p4-eats} -> {08541.f} {08542.f} {08542.p2-thinks} 
+tr {08541.t2} {08541.f} {08541.p5} -> {08541.p6} 
+tr {08541.t3|08542.t1} : a8540 {08541.f} {08542.p1} -> {08542.p3} 
+tr {08542.e} {08542.p6} {08542.p3} -> {08542.p4-eats} 
+tr {08542.t} {08542.p2-thinks} -> {08542.p1} {08542.p5} 
+tr {08542.t0|08543.t4} : b8541 {08543.p4-eats} -> {08542.f} {08543.f} {08543.p2-thinks} 
+tr {08542.t2} {08542.f} {08542.p5} -> {08542.p6} 
+tr {08542.t3|08543.t1} : a8541 {08542.f} {08543.p1} -> {08543.p3} 
+tr {08543.e} {08543.p6} {08543.p3} -> {08543.p4-eats} 
+tr {08543.t} {08543.p2-thinks} -> {08543.p1} {08543.p5} 
+tr {08543.t0|08544.t4} : b8542 {08544.p4-eats} -> {08543.f} {08544.f} {08544.p2-thinks} 
+tr {08543.t2} {08543.f} {08543.p5} -> {08543.p6} 
+tr {08543.t3|08544.t1} : a8542 {08543.f} {08544.p1} -> {08544.p3} 
+tr {08544.e} {08544.p6} {08544.p3} -> {08544.p4-eats} 
+tr {08544.t} {08544.p2-thinks} -> {08544.p1} {08544.p5} 
+tr {08544.t0|08545.t4} : b8543 {08545.p4-eats} -> {08544.f} {08545.f} {08545.p2-thinks} 
+tr {08544.t2} {08544.f} {08544.p5} -> {08544.p6} 
+tr {08544.t3|08545.t1} : a8543 {08544.f} {08545.p1} -> {08545.p3} 
+tr {08545.e} {08545.p6} {08545.p3} -> {08545.p4-eats} 
+tr {08545.t} {08545.p2-thinks} -> {08545.p1} {08545.p5} 
+tr {08545.t0|08546.t4} : b8544 {08546.p4-eats} -> {08545.f} {08546.f} {08546.p2-thinks} 
+tr {08545.t2} {08545.f} {08545.p5} -> {08545.p6} 
+tr {08545.t3|08546.t1} : a8544 {08545.f} {08546.p1} -> {08546.p3} 
+tr {08546.e} {08546.p6} {08546.p3} -> {08546.p4-eats} 
+tr {08546.t} {08546.p2-thinks} -> {08546.p1} {08546.p5} 
+tr {08546.t0|08547.t4} : b8545 {08547.p4-eats} -> {08546.f} {08547.f} {08547.p2-thinks} 
+tr {08546.t2} {08546.f} {08546.p5} -> {08546.p6} 
+tr {08546.t3|08547.t1} : a8545 {08546.f} {08547.p1} -> {08547.p3} 
+tr {08547.e} {08547.p6} {08547.p3} -> {08547.p4-eats} 
+tr {08547.t} {08547.p2-thinks} -> {08547.p1} {08547.p5} 
+tr {08547.t0|08548.t4} : b8546 {08548.p4-eats} -> {08547.f} {08548.f} {08548.p2-thinks} 
+tr {08547.t2} {08547.f} {08547.p5} -> {08547.p6} 
+tr {08547.t3|08548.t1} : a8546 {08547.f} {08548.p1} -> {08548.p3} 
+tr {08548.e} {08548.p6} {08548.p3} -> {08548.p4-eats} 
+tr {08548.t} {08548.p2-thinks} -> {08548.p1} {08548.p5} 
+tr {08548.t0|08549.t4} : b8547 {08549.p4-eats} -> {08548.f} {08549.f} {08549.p2-thinks} 
+tr {08548.t2} {08548.f} {08548.p5} -> {08548.p6} 
+tr {08548.t3|08549.t1} : a8547 {08548.f} {08549.p1} -> {08549.p3} 
+tr {08549.e} {08549.p6} {08549.p3} -> {08549.p4-eats} 
+tr {08549.t} {08549.p2-thinks} -> {08549.p1} {08549.p5} 
+tr {08549.t0|08550.t4} : b8548 {08550.p4-eats} -> {08549.f} {08550.f} {08550.p2-thinks} 
+tr {08549.t2} {08549.f} {08549.p5} -> {08549.p6} 
+tr {08549.t3|08550.t1} : a8548 {08549.f} {08550.p1} -> {08550.p3} 
+tr {08550.e} {08550.p6} {08550.p3} -> {08550.p4-eats} 
+tr {08550.t} {08550.p2-thinks} -> {08550.p1} {08550.p5} 
+tr {08550.t0|08551.t4} : b8549 {08551.p4-eats} -> {08550.f} {08551.f} {08551.p2-thinks} 
+tr {08550.t2} {08550.f} {08550.p5} -> {08550.p6} 
+tr {08550.t3|08551.t1} : a8549 {08550.f} {08551.p1} -> {08551.p3} 
+tr {08551.e} {08551.p6} {08551.p3} -> {08551.p4-eats} 
+tr {08551.t} {08551.p2-thinks} -> {08551.p1} {08551.p5} 
+tr {08551.t0|08552.t4} : b8550 {08552.p4-eats} -> {08551.f} {08552.f} {08552.p2-thinks} 
+tr {08551.t2} {08551.f} {08551.p5} -> {08551.p6} 
+tr {08551.t3|08552.t1} : a8550 {08551.f} {08552.p1} -> {08552.p3} 
+tr {08552.e} {08552.p6} {08552.p3} -> {08552.p4-eats} 
+tr {08552.t} {08552.p2-thinks} -> {08552.p1} {08552.p5} 
+tr {08552.t0|08553.t4} : b8551 {08553.p4-eats} -> {08552.f} {08553.f} {08553.p2-thinks} 
+tr {08552.t2} {08552.f} {08552.p5} -> {08552.p6} 
+tr {08552.t3|08553.t1} : a8551 {08552.f} {08553.p1} -> {08553.p3} 
+tr {08553.e} {08553.p6} {08553.p3} -> {08553.p4-eats} 
+tr {08553.t} {08553.p2-thinks} -> {08553.p1} {08553.p5} 
+tr {08553.t0|08554.t4} : b8552 {08554.p4-eats} -> {08553.f} {08554.f} {08554.p2-thinks} 
+tr {08553.t2} {08553.f} {08553.p5} -> {08553.p6} 
+tr {08553.t3|08554.t1} : a8552 {08553.f} {08554.p1} -> {08554.p3} 
+tr {08554.e} {08554.p6} {08554.p3} -> {08554.p4-eats} 
+tr {08554.t} {08554.p2-thinks} -> {08554.p1} {08554.p5} 
+tr {08554.t0|08555.t4} : b8553 {08555.p4-eats} -> {08554.f} {08555.f} {08555.p2-thinks} 
+tr {08554.t2} {08554.f} {08554.p5} -> {08554.p6} 
+tr {08554.t3|08555.t1} : a8553 {08554.f} {08555.p1} -> {08555.p3} 
+tr {08555.e} {08555.p6} {08555.p3} -> {08555.p4-eats} 
+tr {08555.t} {08555.p2-thinks} -> {08555.p1} {08555.p5} 
+tr {08555.t0|08556.t4} : b8554 {08556.p4-eats} -> {08555.f} {08556.f} {08556.p2-thinks} 
+tr {08555.t2} {08555.f} {08555.p5} -> {08555.p6} 
+tr {08555.t3|08556.t1} : a8554 {08555.f} {08556.p1} -> {08556.p3} 
+tr {08556.e} {08556.p6} {08556.p3} -> {08556.p4-eats} 
+tr {08556.t} {08556.p2-thinks} -> {08556.p1} {08556.p5} 
+tr {08556.t0|08557.t4} : b8555 {08557.p4-eats} -> {08556.f} {08557.f} {08557.p2-thinks} 
+tr {08556.t2} {08556.f} {08556.p5} -> {08556.p6} 
+tr {08556.t3|08557.t1} : a8555 {08556.f} {08557.p1} -> {08557.p3} 
+tr {08557.e} {08557.p6} {08557.p3} -> {08557.p4-eats} 
+tr {08557.t} {08557.p2-thinks} -> {08557.p1} {08557.p5} 
+tr {08557.t0|08558.t4} : b8556 {08558.p4-eats} -> {08557.f} {08558.f} {08558.p2-thinks} 
+tr {08557.t2} {08557.f} {08557.p5} -> {08557.p6} 
+tr {08557.t3|08558.t1} : a8556 {08557.f} {08558.p1} -> {08558.p3} 
+tr {08558.e} {08558.p6} {08558.p3} -> {08558.p4-eats} 
+tr {08558.t} {08558.p2-thinks} -> {08558.p1} {08558.p5} 
+tr {08558.t0|08559.t4} : b8557 {08559.p4-eats} -> {08558.f} {08559.f} {08559.p2-thinks} 
+tr {08558.t2} {08558.f} {08558.p5} -> {08558.p6} 
+tr {08558.t3|08559.t1} : a8557 {08558.f} {08559.p1} -> {08559.p3} 
+tr {08559.e} {08559.p6} {08559.p3} -> {08559.p4-eats} 
+tr {08559.t} {08559.p2-thinks} -> {08559.p1} {08559.p5} 
+tr {08559.t0|08560.t4} : b8558 {08560.p4-eats} -> {08559.f} {08560.f} {08560.p2-thinks} 
+tr {08559.t2} {08559.f} {08559.p5} -> {08559.p6} 
+tr {08559.t3|08560.t1} : a8558 {08559.f} {08560.p1} -> {08560.p3} 
+tr {08560.e} {08560.p6} {08560.p3} -> {08560.p4-eats} 
+tr {08560.t} {08560.p2-thinks} -> {08560.p1} {08560.p5} 
+tr {08560.t0|08561.t4} : b8559 {08561.p4-eats} -> {08560.f} {08561.f} {08561.p2-thinks} 
+tr {08560.t2} {08560.f} {08560.p5} -> {08560.p6} 
+tr {08560.t3|08561.t1} : a8559 {08560.f} {08561.p1} -> {08561.p3} 
+tr {08561.e} {08561.p6} {08561.p3} -> {08561.p4-eats} 
+tr {08561.t} {08561.p2-thinks} -> {08561.p1} {08561.p5} 
+tr {08561.t0|08562.t4} : b8560 {08562.p4-eats} -> {08561.f} {08562.f} {08562.p2-thinks} 
+tr {08561.t2} {08561.f} {08561.p5} -> {08561.p6} 
+tr {08561.t3|08562.t1} : a8560 {08561.f} {08562.p1} -> {08562.p3} 
+tr {08562.e} {08562.p6} {08562.p3} -> {08562.p4-eats} 
+tr {08562.t} {08562.p2-thinks} -> {08562.p1} {08562.p5} 
+tr {08562.t0|08563.t4} : b8561 {08563.p4-eats} -> {08562.f} {08563.f} {08563.p2-thinks} 
+tr {08562.t2} {08562.f} {08562.p5} -> {08562.p6} 
+tr {08562.t3|08563.t1} : a8561 {08562.f} {08563.p1} -> {08563.p3} 
+tr {08563.e} {08563.p6} {08563.p3} -> {08563.p4-eats} 
+tr {08563.t} {08563.p2-thinks} -> {08563.p1} {08563.p5} 
+tr {08563.t0|08564.t4} : b8562 {08564.p4-eats} -> {08563.f} {08564.f} {08564.p2-thinks} 
+tr {08563.t2} {08563.f} {08563.p5} -> {08563.p6} 
+tr {08563.t3|08564.t1} : a8562 {08563.f} {08564.p1} -> {08564.p3} 
+tr {08564.e} {08564.p6} {08564.p3} -> {08564.p4-eats} 
+tr {08564.t} {08564.p2-thinks} -> {08564.p1} {08564.p5} 
+tr {08564.t0|08565.t4} : b8563 {08565.p4-eats} -> {08564.f} {08565.f} {08565.p2-thinks} 
+tr {08564.t2} {08564.f} {08564.p5} -> {08564.p6} 
+tr {08564.t3|08565.t1} : a8563 {08564.f} {08565.p1} -> {08565.p3} 
+tr {08565.e} {08565.p6} {08565.p3} -> {08565.p4-eats} 
+tr {08565.t} {08565.p2-thinks} -> {08565.p1} {08565.p5} 
+tr {08565.t0|08566.t4} : b8564 {08566.p4-eats} -> {08565.f} {08566.f} {08566.p2-thinks} 
+tr {08565.t2} {08565.f} {08565.p5} -> {08565.p6} 
+tr {08565.t3|08566.t1} : a8564 {08565.f} {08566.p1} -> {08566.p3} 
+tr {08566.e} {08566.p6} {08566.p3} -> {08566.p4-eats} 
+tr {08566.t} {08566.p2-thinks} -> {08566.p1} {08566.p5} 
+tr {08566.t0|08567.t4} : b8565 {08567.p4-eats} -> {08566.f} {08567.f} {08567.p2-thinks} 
+tr {08566.t2} {08566.f} {08566.p5} -> {08566.p6} 
+tr {08566.t3|08567.t1} : a8565 {08566.f} {08567.p1} -> {08567.p3} 
+tr {08567.e} {08567.p6} {08567.p3} -> {08567.p4-eats} 
+tr {08567.t} {08567.p2-thinks} -> {08567.p1} {08567.p5} 
+tr {08567.t0|08568.t4} : b8566 {08568.p4-eats} -> {08567.f} {08568.f} {08568.p2-thinks} 
+tr {08567.t2} {08567.f} {08567.p5} -> {08567.p6} 
+tr {08567.t3|08568.t1} : a8566 {08567.f} {08568.p1} -> {08568.p3} 
+tr {08568.e} {08568.p6} {08568.p3} -> {08568.p4-eats} 
+tr {08568.t} {08568.p2-thinks} -> {08568.p1} {08568.p5} 
+tr {08568.t0|08569.t4} : b8567 {08569.p4-eats} -> {08568.f} {08569.f} {08569.p2-thinks} 
+tr {08568.t2} {08568.f} {08568.p5} -> {08568.p6} 
+tr {08568.t3|08569.t1} : a8567 {08568.f} {08569.p1} -> {08569.p3} 
+tr {08569.e} {08569.p6} {08569.p3} -> {08569.p4-eats} 
+tr {08569.t} {08569.p2-thinks} -> {08569.p1} {08569.p5} 
+tr {08569.t0|08570.t4} : b8568 {08570.p4-eats} -> {08569.f} {08570.f} {08570.p2-thinks} 
+tr {08569.t2} {08569.f} {08569.p5} -> {08569.p6} 
+tr {08569.t3|08570.t1} : a8568 {08569.f} {08570.p1} -> {08570.p3} 
+tr {08570.e} {08570.p6} {08570.p3} -> {08570.p4-eats} 
+tr {08570.t} {08570.p2-thinks} -> {08570.p1} {08570.p5} 
+tr {08570.t0|08571.t4} : b8569 {08571.p4-eats} -> {08570.f} {08571.f} {08571.p2-thinks} 
+tr {08570.t2} {08570.f} {08570.p5} -> {08570.p6} 
+tr {08570.t3|08571.t1} : a8569 {08570.f} {08571.p1} -> {08571.p3} 
+tr {08571.e} {08571.p6} {08571.p3} -> {08571.p4-eats} 
+tr {08571.t} {08571.p2-thinks} -> {08571.p1} {08571.p5} 
+tr {08571.t0|08572.t4} : b8570 {08572.p4-eats} -> {08571.f} {08572.f} {08572.p2-thinks} 
+tr {08571.t2} {08571.f} {08571.p5} -> {08571.p6} 
+tr {08571.t3|08572.t1} : a8570 {08571.f} {08572.p1} -> {08572.p3} 
+tr {08572.e} {08572.p6} {08572.p3} -> {08572.p4-eats} 
+tr {08572.t} {08572.p2-thinks} -> {08572.p1} {08572.p5} 
+tr {08572.t0|08573.t4} : b8571 {08573.p4-eats} -> {08572.f} {08573.f} {08573.p2-thinks} 
+tr {08572.t2} {08572.f} {08572.p5} -> {08572.p6} 
+tr {08572.t3|08573.t1} : a8571 {08572.f} {08573.p1} -> {08573.p3} 
+tr {08573.e} {08573.p6} {08573.p3} -> {08573.p4-eats} 
+tr {08573.t} {08573.p2-thinks} -> {08573.p1} {08573.p5} 
+tr {08573.t0|08574.t4} : b8572 {08574.p4-eats} -> {08573.f} {08574.f} {08574.p2-thinks} 
+tr {08573.t2} {08573.f} {08573.p5} -> {08573.p6} 
+tr {08573.t3|08574.t1} : a8572 {08573.f} {08574.p1} -> {08574.p3} 
+tr {08574.e} {08574.p6} {08574.p3} -> {08574.p4-eats} 
+tr {08574.t} {08574.p2-thinks} -> {08574.p1} {08574.p5} 
+tr {08574.t0|08575.t4} : b8573 {08575.p4-eats} -> {08574.f} {08575.f} {08575.p2-thinks} 
+tr {08574.t2} {08574.f} {08574.p5} -> {08574.p6} 
+tr {08574.t3|08575.t1} : a8573 {08574.f} {08575.p1} -> {08575.p3} 
+tr {08575.e} {08575.p6} {08575.p3} -> {08575.p4-eats} 
+tr {08575.t} {08575.p2-thinks} -> {08575.p1} {08575.p5} 
+tr {08575.t0|08576.t4} : b8574 {08576.p4-eats} -> {08575.f} {08576.f} {08576.p2-thinks} 
+tr {08575.t2} {08575.f} {08575.p5} -> {08575.p6} 
+tr {08575.t3|08576.t1} : a8574 {08575.f} {08576.p1} -> {08576.p3} 
+tr {08576.e} {08576.p6} {08576.p3} -> {08576.p4-eats} 
+tr {08576.t} {08576.p2-thinks} -> {08576.p1} {08576.p5} 
+tr {08576.t0|08577.t4} : b8575 {08577.p4-eats} -> {08576.f} {08577.f} {08577.p2-thinks} 
+tr {08576.t2} {08576.f} {08576.p5} -> {08576.p6} 
+tr {08576.t3|08577.t1} : a8575 {08576.f} {08577.p1} -> {08577.p3} 
+tr {08577.e} {08577.p6} {08577.p3} -> {08577.p4-eats} 
+tr {08577.t} {08577.p2-thinks} -> {08577.p1} {08577.p5} 
+tr {08577.t0|08578.t4} : b8576 {08578.p4-eats} -> {08577.f} {08578.f} {08578.p2-thinks} 
+tr {08577.t2} {08577.f} {08577.p5} -> {08577.p6} 
+tr {08577.t3|08578.t1} : a8576 {08577.f} {08578.p1} -> {08578.p3} 
+tr {08578.e} {08578.p6} {08578.p3} -> {08578.p4-eats} 
+tr {08578.t} {08578.p2-thinks} -> {08578.p1} {08578.p5} 
+tr {08578.t0|08579.t4} : b8577 {08579.p4-eats} -> {08578.f} {08579.f} {08579.p2-thinks} 
+tr {08578.t2} {08578.f} {08578.p5} -> {08578.p6} 
+tr {08578.t3|08579.t1} : a8577 {08578.f} {08579.p1} -> {08579.p3} 
+tr {08579.e} {08579.p6} {08579.p3} -> {08579.p4-eats} 
+tr {08579.t} {08579.p2-thinks} -> {08579.p1} {08579.p5} 
+tr {08579.t0|08580.t4} : b8578 {08580.p4-eats} -> {08579.f} {08580.f} {08580.p2-thinks} 
+tr {08579.t2} {08579.f} {08579.p5} -> {08579.p6} 
+tr {08579.t3|08580.t1} : a8578 {08579.f} {08580.p1} -> {08580.p3} 
+tr {08580.e} {08580.p6} {08580.p3} -> {08580.p4-eats} 
+tr {08580.t} {08580.p2-thinks} -> {08580.p1} {08580.p5} 
+tr {08580.t0|08581.t4} : b8579 {08581.p4-eats} -> {08580.f} {08581.f} {08581.p2-thinks} 
+tr {08580.t2} {08580.f} {08580.p5} -> {08580.p6} 
+tr {08580.t3|08581.t1} : a8579 {08580.f} {08581.p1} -> {08581.p3} 
+tr {08581.e} {08581.p6} {08581.p3} -> {08581.p4-eats} 
+tr {08581.t} {08581.p2-thinks} -> {08581.p1} {08581.p5} 
+tr {08581.t0|08582.t4} : b8580 {08582.p4-eats} -> {08581.f} {08582.f} {08582.p2-thinks} 
+tr {08581.t2} {08581.f} {08581.p5} -> {08581.p6} 
+tr {08581.t3|08582.t1} : a8580 {08581.f} {08582.p1} -> {08582.p3} 
+tr {08582.e} {08582.p6} {08582.p3} -> {08582.p4-eats} 
+tr {08582.t} {08582.p2-thinks} -> {08582.p1} {08582.p5} 
+tr {08582.t0|08583.t4} : b8581 {08583.p4-eats} -> {08582.f} {08583.f} {08583.p2-thinks} 
+tr {08582.t2} {08582.f} {08582.p5} -> {08582.p6} 
+tr {08582.t3|08583.t1} : a8581 {08582.f} {08583.p1} -> {08583.p3} 
+tr {08583.e} {08583.p6} {08583.p3} -> {08583.p4-eats} 
+tr {08583.t} {08583.p2-thinks} -> {08583.p1} {08583.p5} 
+tr {08583.t0|08584.t4} : b8582 {08584.p4-eats} -> {08583.f} {08584.f} {08584.p2-thinks} 
+tr {08583.t2} {08583.f} {08583.p5} -> {08583.p6} 
+tr {08583.t3|08584.t1} : a8582 {08583.f} {08584.p1} -> {08584.p3} 
+tr {08584.e} {08584.p6} {08584.p3} -> {08584.p4-eats} 
+tr {08584.t} {08584.p2-thinks} -> {08584.p1} {08584.p5} 
+tr {08584.t0|08585.t4} : b8583 {08585.p4-eats} -> {08584.f} {08585.f} {08585.p2-thinks} 
+tr {08584.t2} {08584.f} {08584.p5} -> {08584.p6} 
+tr {08584.t3|08585.t1} : a8583 {08584.f} {08585.p1} -> {08585.p3} 
+tr {08585.e} {08585.p6} {08585.p3} -> {08585.p4-eats} 
+tr {08585.t} {08585.p2-thinks} -> {08585.p1} {08585.p5} 
+tr {08585.t0|08586.t4} : b8584 {08586.p4-eats} -> {08585.f} {08586.f} {08586.p2-thinks} 
+tr {08585.t2} {08585.f} {08585.p5} -> {08585.p6} 
+tr {08585.t3|08586.t1} : a8584 {08585.f} {08586.p1} -> {08586.p3} 
+tr {08586.e} {08586.p6} {08586.p3} -> {08586.p4-eats} 
+tr {08586.t} {08586.p2-thinks} -> {08586.p1} {08586.p5} 
+tr {08586.t0|08587.t4} : b8585 {08587.p4-eats} -> {08586.f} {08587.f} {08587.p2-thinks} 
+tr {08586.t2} {08586.f} {08586.p5} -> {08586.p6} 
+tr {08586.t3|08587.t1} : a8585 {08586.f} {08587.p1} -> {08587.p3} 
+tr {08587.e} {08587.p6} {08587.p3} -> {08587.p4-eats} 
+tr {08587.t} {08587.p2-thinks} -> {08587.p1} {08587.p5} 
+tr {08587.t0|08588.t4} : b8586 {08588.p4-eats} -> {08587.f} {08588.f} {08588.p2-thinks} 
+tr {08587.t2} {08587.f} {08587.p5} -> {08587.p6} 
+tr {08587.t3|08588.t1} : a8586 {08587.f} {08588.p1} -> {08588.p3} 
+tr {08588.e} {08588.p6} {08588.p3} -> {08588.p4-eats} 
+tr {08588.t} {08588.p2-thinks} -> {08588.p1} {08588.p5} 
+tr {08588.t0|08589.t4} : b8587 {08589.p4-eats} -> {08588.f} {08589.f} {08589.p2-thinks} 
+tr {08588.t2} {08588.f} {08588.p5} -> {08588.p6} 
+tr {08588.t3|08589.t1} : a8587 {08588.f} {08589.p1} -> {08589.p3} 
+tr {08589.e} {08589.p6} {08589.p3} -> {08589.p4-eats} 
+tr {08589.t} {08589.p2-thinks} -> {08589.p1} {08589.p5} 
+tr {08589.t0|08590.t4} : b8588 {08590.p4-eats} -> {08589.f} {08590.f} {08590.p2-thinks} 
+tr {08589.t2} {08589.f} {08589.p5} -> {08589.p6} 
+tr {08589.t3|08590.t1} : a8588 {08589.f} {08590.p1} -> {08590.p3} 
+tr {08590.e} {08590.p6} {08590.p3} -> {08590.p4-eats} 
+tr {08590.t} {08590.p2-thinks} -> {08590.p1} {08590.p5} 
+tr {08590.t0|08591.t4} : b8589 {08591.p4-eats} -> {08590.f} {08591.f} {08591.p2-thinks} 
+tr {08590.t2} {08590.f} {08590.p5} -> {08590.p6} 
+tr {08590.t3|08591.t1} : a8589 {08590.f} {08591.p1} -> {08591.p3} 
+tr {08591.e} {08591.p6} {08591.p3} -> {08591.p4-eats} 
+tr {08591.t} {08591.p2-thinks} -> {08591.p1} {08591.p5} 
+tr {08591.t0|08592.t4} : b8590 {08592.p4-eats} -> {08591.f} {08592.f} {08592.p2-thinks} 
+tr {08591.t2} {08591.f} {08591.p5} -> {08591.p6} 
+tr {08591.t3|08592.t1} : a8590 {08591.f} {08592.p1} -> {08592.p3} 
+tr {08592.e} {08592.p6} {08592.p3} -> {08592.p4-eats} 
+tr {08592.t} {08592.p2-thinks} -> {08592.p1} {08592.p5} 
+tr {08592.t0|08593.t4} : b8591 {08593.p4-eats} -> {08592.f} {08593.f} {08593.p2-thinks} 
+tr {08592.t2} {08592.f} {08592.p5} -> {08592.p6} 
+tr {08592.t3|08593.t1} : a8591 {08592.f} {08593.p1} -> {08593.p3} 
+tr {08593.e} {08593.p6} {08593.p3} -> {08593.p4-eats} 
+tr {08593.t} {08593.p2-thinks} -> {08593.p1} {08593.p5} 
+tr {08593.t0|08594.t4} : b8592 {08594.p4-eats} -> {08593.f} {08594.f} {08594.p2-thinks} 
+tr {08593.t2} {08593.f} {08593.p5} -> {08593.p6} 
+tr {08593.t3|08594.t1} : a8592 {08593.f} {08594.p1} -> {08594.p3} 
+tr {08594.e} {08594.p6} {08594.p3} -> {08594.p4-eats} 
+tr {08594.t} {08594.p2-thinks} -> {08594.p1} {08594.p5} 
+tr {08594.t0|08595.t4} : b8593 {08595.p4-eats} -> {08594.f} {08595.f} {08595.p2-thinks} 
+tr {08594.t2} {08594.f} {08594.p5} -> {08594.p6} 
+tr {08594.t3|08595.t1} : a8593 {08594.f} {08595.p1} -> {08595.p3} 
+tr {08595.e} {08595.p6} {08595.p3} -> {08595.p4-eats} 
+tr {08595.t} {08595.p2-thinks} -> {08595.p1} {08595.p5} 
+tr {08595.t0|08596.t4} : b8594 {08596.p4-eats} -> {08595.f} {08596.f} {08596.p2-thinks} 
+tr {08595.t2} {08595.f} {08595.p5} -> {08595.p6} 
+tr {08595.t3|08596.t1} : a8594 {08595.f} {08596.p1} -> {08596.p3} 
+tr {08596.e} {08596.p6} {08596.p3} -> {08596.p4-eats} 
+tr {08596.t} {08596.p2-thinks} -> {08596.p1} {08596.p5} 
+tr {08596.t0|08597.t4} : b8595 {08597.p4-eats} -> {08596.f} {08597.f} {08597.p2-thinks} 
+tr {08596.t2} {08596.f} {08596.p5} -> {08596.p6} 
+tr {08596.t3|08597.t1} : a8595 {08596.f} {08597.p1} -> {08597.p3} 
+tr {08597.e} {08597.p6} {08597.p3} -> {08597.p4-eats} 
+tr {08597.t} {08597.p2-thinks} -> {08597.p1} {08597.p5} 
+tr {08597.t0|08598.t4} : b8596 {08598.p4-eats} -> {08597.f} {08598.f} {08598.p2-thinks} 
+tr {08597.t2} {08597.f} {08597.p5} -> {08597.p6} 
+tr {08597.t3|08598.t1} : a8596 {08597.f} {08598.p1} -> {08598.p3} 
+tr {08598.e} {08598.p6} {08598.p3} -> {08598.p4-eats} 
+tr {08598.t} {08598.p2-thinks} -> {08598.p1} {08598.p5} 
+tr {08598.t0|08599.t4} : b8597 {08599.p4-eats} -> {08598.f} {08599.f} {08599.p2-thinks} 
+tr {08598.t2} {08598.f} {08598.p5} -> {08598.p6} 
+tr {08598.t3|08599.t1} : a8597 {08598.f} {08599.p1} -> {08599.p3} 
+tr {08599.e} {08599.p6} {08599.p3} -> {08599.p4-eats} 
+tr {08599.t} {08599.p2-thinks} -> {08599.p1} {08599.p5} 
+tr {08599.t0|08600.t4} : b8598 {08600.p4-eats} -> {08599.f} {08600.f} {08600.p2-thinks} 
+tr {08599.t2} {08599.f} {08599.p5} -> {08599.p6} 
+tr {08599.t3|08600.t1} : a8598 {08599.f} {08600.p1} -> {08600.p3} 
+tr {08600.e} {08600.p6} {08600.p3} -> {08600.p4-eats} 
+tr {08600.t} {08600.p2-thinks} -> {08600.p1} {08600.p5} 
+tr {08600.t0|08601.t4} : b8599 {08601.p4-eats} -> {08600.f} {08601.f} {08601.p2-thinks} 
+tr {08600.t2} {08600.f} {08600.p5} -> {08600.p6} 
+tr {08600.t3|08601.t1} : a8599 {08600.f} {08601.p1} -> {08601.p3} 
+tr {08601.e} {08601.p6} {08601.p3} -> {08601.p4-eats} 
+tr {08601.t} {08601.p2-thinks} -> {08601.p1} {08601.p5} 
+tr {08601.t0|08602.t4} : b8600 {08602.p4-eats} -> {08601.f} {08602.f} {08602.p2-thinks} 
+tr {08601.t2} {08601.f} {08601.p5} -> {08601.p6} 
+tr {08601.t3|08602.t1} : a8600 {08601.f} {08602.p1} -> {08602.p3} 
+tr {08602.e} {08602.p6} {08602.p3} -> {08602.p4-eats} 
+tr {08602.t} {08602.p2-thinks} -> {08602.p1} {08602.p5} 
+tr {08602.t0|08603.t4} : b8601 {08603.p4-eats} -> {08602.f} {08603.f} {08603.p2-thinks} 
+tr {08602.t2} {08602.f} {08602.p5} -> {08602.p6} 
+tr {08602.t3|08603.t1} : a8601 {08602.f} {08603.p1} -> {08603.p3} 
+tr {08603.e} {08603.p6} {08603.p3} -> {08603.p4-eats} 
+tr {08603.t} {08603.p2-thinks} -> {08603.p1} {08603.p5} 
+tr {08603.t0|08604.t4} : b8602 {08604.p4-eats} -> {08603.f} {08604.f} {08604.p2-thinks} 
+tr {08603.t2} {08603.f} {08603.p5} -> {08603.p6} 
+tr {08603.t3|08604.t1} : a8602 {08603.f} {08604.p1} -> {08604.p3} 
+tr {08604.e} {08604.p6} {08604.p3} -> {08604.p4-eats} 
+tr {08604.t} {08604.p2-thinks} -> {08604.p1} {08604.p5} 
+tr {08604.t0|08605.t4} : b8603 {08605.p4-eats} -> {08604.f} {08605.f} {08605.p2-thinks} 
+tr {08604.t2} {08604.f} {08604.p5} -> {08604.p6} 
+tr {08604.t3|08605.t1} : a8603 {08604.f} {08605.p1} -> {08605.p3} 
+tr {08605.e} {08605.p6} {08605.p3} -> {08605.p4-eats} 
+tr {08605.t} {08605.p2-thinks} -> {08605.p1} {08605.p5} 
+tr {08605.t0|08606.t4} : b8604 {08606.p4-eats} -> {08605.f} {08606.f} {08606.p2-thinks} 
+tr {08605.t2} {08605.f} {08605.p5} -> {08605.p6} 
+tr {08605.t3|08606.t1} : a8604 {08605.f} {08606.p1} -> {08606.p3} 
+tr {08606.e} {08606.p6} {08606.p3} -> {08606.p4-eats} 
+tr {08606.t} {08606.p2-thinks} -> {08606.p1} {08606.p5} 
+tr {08606.t0|08607.t4} : b8605 {08607.p4-eats} -> {08606.f} {08607.f} {08607.p2-thinks} 
+tr {08606.t2} {08606.f} {08606.p5} -> {08606.p6} 
+tr {08606.t3|08607.t1} : a8605 {08606.f} {08607.p1} -> {08607.p3} 
+tr {08607.e} {08607.p6} {08607.p3} -> {08607.p4-eats} 
+tr {08607.t} {08607.p2-thinks} -> {08607.p1} {08607.p5} 
+tr {08607.t0|08608.t4} : b8606 {08608.p4-eats} -> {08607.f} {08608.f} {08608.p2-thinks} 
+tr {08607.t2} {08607.f} {08607.p5} -> {08607.p6} 
+tr {08607.t3|08608.t1} : a8606 {08607.f} {08608.p1} -> {08608.p3} 
+tr {08608.e} {08608.p6} {08608.p3} -> {08608.p4-eats} 
+tr {08608.t} {08608.p2-thinks} -> {08608.p1} {08608.p5} 
+tr {08608.t0|08609.t4} : b8607 {08609.p4-eats} -> {08608.f} {08609.f} {08609.p2-thinks} 
+tr {08608.t2} {08608.f} {08608.p5} -> {08608.p6} 
+tr {08608.t3|08609.t1} : a8607 {08608.f} {08609.p1} -> {08609.p3} 
+tr {08609.e} {08609.p6} {08609.p3} -> {08609.p4-eats} 
+tr {08609.t} {08609.p2-thinks} -> {08609.p1} {08609.p5} 
+tr {08609.t0|08610.t4} : b8608 {08610.p4-eats} -> {08609.f} {08610.f} {08610.p2-thinks} 
+tr {08609.t2} {08609.f} {08609.p5} -> {08609.p6} 
+tr {08609.t3|08610.t1} : a8608 {08609.f} {08610.p1} -> {08610.p3} 
+tr {08610.e} {08610.p6} {08610.p3} -> {08610.p4-eats} 
+tr {08610.t} {08610.p2-thinks} -> {08610.p1} {08610.p5} 
+tr {08610.t0|08611.t4} : b8609 {08611.p4-eats} -> {08610.f} {08611.f} {08611.p2-thinks} 
+tr {08610.t2} {08610.f} {08610.p5} -> {08610.p6} 
+tr {08610.t3|08611.t1} : a8609 {08610.f} {08611.p1} -> {08611.p3} 
+tr {08611.e} {08611.p6} {08611.p3} -> {08611.p4-eats} 
+tr {08611.t} {08611.p2-thinks} -> {08611.p1} {08611.p5} 
+tr {08611.t0|08612.t4} : b8610 {08612.p4-eats} -> {08611.f} {08612.f} {08612.p2-thinks} 
+tr {08611.t2} {08611.f} {08611.p5} -> {08611.p6} 
+tr {08611.t3|08612.t1} : a8610 {08611.f} {08612.p1} -> {08612.p3} 
+tr {08612.e} {08612.p6} {08612.p3} -> {08612.p4-eats} 
+tr {08612.t} {08612.p2-thinks} -> {08612.p1} {08612.p5} 
+tr {08612.t0|08613.t4} : b8611 {08613.p4-eats} -> {08612.f} {08613.f} {08613.p2-thinks} 
+tr {08612.t2} {08612.f} {08612.p5} -> {08612.p6} 
+tr {08612.t3|08613.t1} : a8611 {08612.f} {08613.p1} -> {08613.p3} 
+tr {08613.e} {08613.p6} {08613.p3} -> {08613.p4-eats} 
+tr {08613.t} {08613.p2-thinks} -> {08613.p1} {08613.p5} 
+tr {08613.t0|08614.t4} : b8612 {08614.p4-eats} -> {08613.f} {08614.f} {08614.p2-thinks} 
+tr {08613.t2} {08613.f} {08613.p5} -> {08613.p6} 
+tr {08613.t3|08614.t1} : a8612 {08613.f} {08614.p1} -> {08614.p3} 
+tr {08614.e} {08614.p6} {08614.p3} -> {08614.p4-eats} 
+tr {08614.t} {08614.p2-thinks} -> {08614.p1} {08614.p5} 
+tr {08614.t0|08615.t4} : b8613 {08615.p4-eats} -> {08614.f} {08615.f} {08615.p2-thinks} 
+tr {08614.t2} {08614.f} {08614.p5} -> {08614.p6} 
+tr {08614.t3|08615.t1} : a8613 {08614.f} {08615.p1} -> {08615.p3} 
+tr {08615.e} {08615.p6} {08615.p3} -> {08615.p4-eats} 
+tr {08615.t} {08615.p2-thinks} -> {08615.p1} {08615.p5} 
+tr {08615.t0|08616.t4} : b8614 {08616.p4-eats} -> {08615.f} {08616.f} {08616.p2-thinks} 
+tr {08615.t2} {08615.f} {08615.p5} -> {08615.p6} 
+tr {08615.t3|08616.t1} : a8614 {08615.f} {08616.p1} -> {08616.p3} 
+tr {08616.e} {08616.p6} {08616.p3} -> {08616.p4-eats} 
+tr {08616.t} {08616.p2-thinks} -> {08616.p1} {08616.p5} 
+tr {08616.t0|08617.t4} : b8615 {08617.p4-eats} -> {08616.f} {08617.f} {08617.p2-thinks} 
+tr {08616.t2} {08616.f} {08616.p5} -> {08616.p6} 
+tr {08616.t3|08617.t1} : a8615 {08616.f} {08617.p1} -> {08617.p3} 
+tr {08617.e} {08617.p6} {08617.p3} -> {08617.p4-eats} 
+tr {08617.t} {08617.p2-thinks} -> {08617.p1} {08617.p5} 
+tr {08617.t0|08618.t4} : b8616 {08618.p4-eats} -> {08617.f} {08618.f} {08618.p2-thinks} 
+tr {08617.t2} {08617.f} {08617.p5} -> {08617.p6} 
+tr {08617.t3|08618.t1} : a8616 {08617.f} {08618.p1} -> {08618.p3} 
+tr {08618.e} {08618.p6} {08618.p3} -> {08618.p4-eats} 
+tr {08618.t} {08618.p2-thinks} -> {08618.p1} {08618.p5} 
+tr {08618.t0|08619.t4} : b8617 {08619.p4-eats} -> {08618.f} {08619.f} {08619.p2-thinks} 
+tr {08618.t2} {08618.f} {08618.p5} -> {08618.p6} 
+tr {08618.t3|08619.t1} : a8617 {08618.f} {08619.p1} -> {08619.p3} 
+tr {08619.e} {08619.p6} {08619.p3} -> {08619.p4-eats} 
+tr {08619.t} {08619.p2-thinks} -> {08619.p1} {08619.p5} 
+tr {08619.t0|08620.t4} : b8618 {08620.p4-eats} -> {08619.f} {08620.f} {08620.p2-thinks} 
+tr {08619.t2} {08619.f} {08619.p5} -> {08619.p6} 
+tr {08619.t3|08620.t1} : a8618 {08619.f} {08620.p1} -> {08620.p3} 
+tr {08620.e} {08620.p6} {08620.p3} -> {08620.p4-eats} 
+tr {08620.t} {08620.p2-thinks} -> {08620.p1} {08620.p5} 
+tr {08620.t0|08621.t4} : b8619 {08621.p4-eats} -> {08620.f} {08621.f} {08621.p2-thinks} 
+tr {08620.t2} {08620.f} {08620.p5} -> {08620.p6} 
+tr {08620.t3|08621.t1} : a8619 {08620.f} {08621.p1} -> {08621.p3} 
+tr {08621.e} {08621.p6} {08621.p3} -> {08621.p4-eats} 
+tr {08621.t} {08621.p2-thinks} -> {08621.p1} {08621.p5} 
+tr {08621.t0|08622.t4} : b8620 {08622.p4-eats} -> {08621.f} {08622.f} {08622.p2-thinks} 
+tr {08621.t2} {08621.f} {08621.p5} -> {08621.p6} 
+tr {08621.t3|08622.t1} : a8620 {08621.f} {08622.p1} -> {08622.p3} 
+tr {08622.e} {08622.p6} {08622.p3} -> {08622.p4-eats} 
+tr {08622.t} {08622.p2-thinks} -> {08622.p1} {08622.p5} 
+tr {08622.t0|08623.t4} : b8621 {08623.p4-eats} -> {08622.f} {08623.f} {08623.p2-thinks} 
+tr {08622.t2} {08622.f} {08622.p5} -> {08622.p6} 
+tr {08622.t3|08623.t1} : a8621 {08622.f} {08623.p1} -> {08623.p3} 
+tr {08623.e} {08623.p6} {08623.p3} -> {08623.p4-eats} 
+tr {08623.t} {08623.p2-thinks} -> {08623.p1} {08623.p5} 
+tr {08623.t0|08624.t4} : b8622 {08624.p4-eats} -> {08623.f} {08624.f} {08624.p2-thinks} 
+tr {08623.t2} {08623.f} {08623.p5} -> {08623.p6} 
+tr {08623.t3|08624.t1} : a8622 {08623.f} {08624.p1} -> {08624.p3} 
+tr {08624.e} {08624.p6} {08624.p3} -> {08624.p4-eats} 
+tr {08624.t} {08624.p2-thinks} -> {08624.p1} {08624.p5} 
+tr {08624.t0|08625.t4} : b8623 {08625.p4-eats} -> {08624.f} {08625.f} {08625.p2-thinks} 
+tr {08624.t2} {08624.f} {08624.p5} -> {08624.p6} 
+tr {08624.t3|08625.t1} : a8623 {08624.f} {08625.p1} -> {08625.p3} 
+tr {08625.e} {08625.p6} {08625.p3} -> {08625.p4-eats} 
+tr {08625.t} {08625.p2-thinks} -> {08625.p1} {08625.p5} 
+tr {08625.t0|08626.t4} : b8624 {08626.p4-eats} -> {08625.f} {08626.f} {08626.p2-thinks} 
+tr {08625.t2} {08625.f} {08625.p5} -> {08625.p6} 
+tr {08625.t3|08626.t1} : a8624 {08625.f} {08626.p1} -> {08626.p3} 
+tr {08626.e} {08626.p6} {08626.p3} -> {08626.p4-eats} 
+tr {08626.t} {08626.p2-thinks} -> {08626.p1} {08626.p5} 
+tr {08626.t0|08627.t4} : b8625 {08627.p4-eats} -> {08626.f} {08627.f} {08627.p2-thinks} 
+tr {08626.t2} {08626.f} {08626.p5} -> {08626.p6} 
+tr {08626.t3|08627.t1} : a8625 {08626.f} {08627.p1} -> {08627.p3} 
+tr {08627.e} {08627.p6} {08627.p3} -> {08627.p4-eats} 
+tr {08627.t} {08627.p2-thinks} -> {08627.p1} {08627.p5} 
+tr {08627.t0|08628.t4} : b8626 {08628.p4-eats} -> {08627.f} {08628.f} {08628.p2-thinks} 
+tr {08627.t2} {08627.f} {08627.p5} -> {08627.p6} 
+tr {08627.t3|08628.t1} : a8626 {08627.f} {08628.p1} -> {08628.p3} 
+tr {08628.e} {08628.p6} {08628.p3} -> {08628.p4-eats} 
+tr {08628.t} {08628.p2-thinks} -> {08628.p1} {08628.p5} 
+tr {08628.t0|08629.t4} : b8627 {08629.p4-eats} -> {08628.f} {08629.f} {08629.p2-thinks} 
+tr {08628.t2} {08628.f} {08628.p5} -> {08628.p6} 
+tr {08628.t3|08629.t1} : a8627 {08628.f} {08629.p1} -> {08629.p3} 
+tr {08629.e} {08629.p6} {08629.p3} -> {08629.p4-eats} 
+tr {08629.t} {08629.p2-thinks} -> {08629.p1} {08629.p5} 
+tr {08629.t0|08630.t4} : b8628 {08630.p4-eats} -> {08629.f} {08630.f} {08630.p2-thinks} 
+tr {08629.t2} {08629.f} {08629.p5} -> {08629.p6} 
+tr {08629.t3|08630.t1} : a8628 {08629.f} {08630.p1} -> {08630.p3} 
+tr {08630.e} {08630.p6} {08630.p3} -> {08630.p4-eats} 
+tr {08630.t} {08630.p2-thinks} -> {08630.p1} {08630.p5} 
+tr {08630.t0|08631.t4} : b8629 {08631.p4-eats} -> {08630.f} {08631.f} {08631.p2-thinks} 
+tr {08630.t2} {08630.f} {08630.p5} -> {08630.p6} 
+tr {08630.t3|08631.t1} : a8629 {08630.f} {08631.p1} -> {08631.p3} 
+tr {08631.e} {08631.p6} {08631.p3} -> {08631.p4-eats} 
+tr {08631.t} {08631.p2-thinks} -> {08631.p1} {08631.p5} 
+tr {08631.t0|08632.t4} : b8630 {08632.p4-eats} -> {08631.f} {08632.f} {08632.p2-thinks} 
+tr {08631.t2} {08631.f} {08631.p5} -> {08631.p6} 
+tr {08631.t3|08632.t1} : a8630 {08631.f} {08632.p1} -> {08632.p3} 
+tr {08632.e} {08632.p6} {08632.p3} -> {08632.p4-eats} 
+tr {08632.t} {08632.p2-thinks} -> {08632.p1} {08632.p5} 
+tr {08632.t0|08633.t4} : b8631 {08633.p4-eats} -> {08632.f} {08633.f} {08633.p2-thinks} 
+tr {08632.t2} {08632.f} {08632.p5} -> {08632.p6} 
+tr {08632.t3|08633.t1} : a8631 {08632.f} {08633.p1} -> {08633.p3} 
+tr {08633.e} {08633.p6} {08633.p3} -> {08633.p4-eats} 
+tr {08633.t} {08633.p2-thinks} -> {08633.p1} {08633.p5} 
+tr {08633.t0|08634.t4} : b8632 {08634.p4-eats} -> {08633.f} {08634.f} {08634.p2-thinks} 
+tr {08633.t2} {08633.f} {08633.p5} -> {08633.p6} 
+tr {08633.t3|08634.t1} : a8632 {08633.f} {08634.p1} -> {08634.p3} 
+tr {08634.e} {08634.p6} {08634.p3} -> {08634.p4-eats} 
+tr {08634.t} {08634.p2-thinks} -> {08634.p1} {08634.p5} 
+tr {08634.t0|08635.t4} : b8633 {08635.p4-eats} -> {08634.f} {08635.f} {08635.p2-thinks} 
+tr {08634.t2} {08634.f} {08634.p5} -> {08634.p6} 
+tr {08634.t3|08635.t1} : a8633 {08634.f} {08635.p1} -> {08635.p3} 
+tr {08635.e} {08635.p6} {08635.p3} -> {08635.p4-eats} 
+tr {08635.t} {08635.p2-thinks} -> {08635.p1} {08635.p5} 
+tr {08635.t0|08636.t4} : b8634 {08636.p4-eats} -> {08635.f} {08636.f} {08636.p2-thinks} 
+tr {08635.t2} {08635.f} {08635.p5} -> {08635.p6} 
+tr {08635.t3|08636.t1} : a8634 {08635.f} {08636.p1} -> {08636.p3} 
+tr {08636.e} {08636.p6} {08636.p3} -> {08636.p4-eats} 
+tr {08636.t} {08636.p2-thinks} -> {08636.p1} {08636.p5} 
+tr {08636.t0|08637.t4} : b8635 {08637.p4-eats} -> {08636.f} {08637.f} {08637.p2-thinks} 
+tr {08636.t2} {08636.f} {08636.p5} -> {08636.p6} 
+tr {08636.t3|08637.t1} : a8635 {08636.f} {08637.p1} -> {08637.p3} 
+tr {08637.e} {08637.p6} {08637.p3} -> {08637.p4-eats} 
+tr {08637.t} {08637.p2-thinks} -> {08637.p1} {08637.p5} 
+tr {08637.t0|08638.t4} : b8636 {08638.p4-eats} -> {08637.f} {08638.f} {08638.p2-thinks} 
+tr {08637.t2} {08637.f} {08637.p5} -> {08637.p6} 
+tr {08637.t3|08638.t1} : a8636 {08637.f} {08638.p1} -> {08638.p3} 
+tr {08638.e} {08638.p6} {08638.p3} -> {08638.p4-eats} 
+tr {08638.t} {08638.p2-thinks} -> {08638.p1} {08638.p5} 
+tr {08638.t0|08639.t4} : b8637 {08639.p4-eats} -> {08638.f} {08639.f} {08639.p2-thinks} 
+tr {08638.t2} {08638.f} {08638.p5} -> {08638.p6} 
+tr {08638.t3|08639.t1} : a8637 {08638.f} {08639.p1} -> {08639.p3} 
+tr {08639.e} {08639.p6} {08639.p3} -> {08639.p4-eats} 
+tr {08639.t} {08639.p2-thinks} -> {08639.p1} {08639.p5} 
+tr {08639.t0|08640.t4} : b8638 {08640.p4-eats} -> {08639.f} {08640.f} {08640.p2-thinks} 
+tr {08639.t2} {08639.f} {08639.p5} -> {08639.p6} 
+tr {08639.t3|08640.t1} : a8638 {08639.f} {08640.p1} -> {08640.p3} 
+tr {08640.e} {08640.p6} {08640.p3} -> {08640.p4-eats} 
+tr {08640.t} {08640.p2-thinks} -> {08640.p1} {08640.p5} 
+tr {08640.t0|08641.t4} : b8639 {08641.p4-eats} -> {08640.f} {08641.f} {08641.p2-thinks} 
+tr {08640.t2} {08640.f} {08640.p5} -> {08640.p6} 
+tr {08640.t3|08641.t1} : a8639 {08640.f} {08641.p1} -> {08641.p3} 
+tr {08641.e} {08641.p6} {08641.p3} -> {08641.p4-eats} 
+tr {08641.t} {08641.p2-thinks} -> {08641.p1} {08641.p5} 
+tr {08641.t0|08642.t4} : b8640 {08642.p4-eats} -> {08641.f} {08642.f} {08642.p2-thinks} 
+tr {08641.t2} {08641.f} {08641.p5} -> {08641.p6} 
+tr {08641.t3|08642.t1} : a8640 {08641.f} {08642.p1} -> {08642.p3} 
+tr {08642.e} {08642.p6} {08642.p3} -> {08642.p4-eats} 
+tr {08642.t} {08642.p2-thinks} -> {08642.p1} {08642.p5} 
+tr {08642.t0|08643.t4} : b8641 {08643.p4-eats} -> {08642.f} {08643.f} {08643.p2-thinks} 
+tr {08642.t2} {08642.f} {08642.p5} -> {08642.p6} 
+tr {08642.t3|08643.t1} : a8641 {08642.f} {08643.p1} -> {08643.p3} 
+tr {08643.e} {08643.p6} {08643.p3} -> {08643.p4-eats} 
+tr {08643.t} {08643.p2-thinks} -> {08643.p1} {08643.p5} 
+tr {08643.t0|08644.t4} : b8642 {08644.p4-eats} -> {08643.f} {08644.f} {08644.p2-thinks} 
+tr {08643.t2} {08643.f} {08643.p5} -> {08643.p6} 
+tr {08643.t3|08644.t1} : a8642 {08643.f} {08644.p1} -> {08644.p3} 
+tr {08644.e} {08644.p6} {08644.p3} -> {08644.p4-eats} 
+tr {08644.t} {08644.p2-thinks} -> {08644.p1} {08644.p5} 
+tr {08644.t0|08645.t4} : b8643 {08645.p4-eats} -> {08644.f} {08645.f} {08645.p2-thinks} 
+tr {08644.t2} {08644.f} {08644.p5} -> {08644.p6} 
+tr {08644.t3|08645.t1} : a8643 {08644.f} {08645.p1} -> {08645.p3} 
+tr {08645.e} {08645.p6} {08645.p3} -> {08645.p4-eats} 
+tr {08645.t} {08645.p2-thinks} -> {08645.p1} {08645.p5} 
+tr {08645.t0|08646.t4} : b8644 {08646.p4-eats} -> {08645.f} {08646.f} {08646.p2-thinks} 
+tr {08645.t2} {08645.f} {08645.p5} -> {08645.p6} 
+tr {08645.t3|08646.t1} : a8644 {08645.f} {08646.p1} -> {08646.p3} 
+tr {08646.e} {08646.p6} {08646.p3} -> {08646.p4-eats} 
+tr {08646.t} {08646.p2-thinks} -> {08646.p1} {08646.p5} 
+tr {08646.t0|08647.t4} : b8645 {08647.p4-eats} -> {08646.f} {08647.f} {08647.p2-thinks} 
+tr {08646.t2} {08646.f} {08646.p5} -> {08646.p6} 
+tr {08646.t3|08647.t1} : a8645 {08646.f} {08647.p1} -> {08647.p3} 
+tr {08647.e} {08647.p6} {08647.p3} -> {08647.p4-eats} 
+tr {08647.t} {08647.p2-thinks} -> {08647.p1} {08647.p5} 
+tr {08647.t0|08648.t4} : b8646 {08648.p4-eats} -> {08647.f} {08648.f} {08648.p2-thinks} 
+tr {08647.t2} {08647.f} {08647.p5} -> {08647.p6} 
+tr {08647.t3|08648.t1} : a8646 {08647.f} {08648.p1} -> {08648.p3} 
+tr {08648.e} {08648.p6} {08648.p3} -> {08648.p4-eats} 
+tr {08648.t} {08648.p2-thinks} -> {08648.p1} {08648.p5} 
+tr {08648.t0|08649.t4} : b8647 {08649.p4-eats} -> {08648.f} {08649.f} {08649.p2-thinks} 
+tr {08648.t2} {08648.f} {08648.p5} -> {08648.p6} 
+tr {08648.t3|08649.t1} : a8647 {08648.f} {08649.p1} -> {08649.p3} 
+tr {08649.e} {08649.p6} {08649.p3} -> {08649.p4-eats} 
+tr {08649.t} {08649.p2-thinks} -> {08649.p1} {08649.p5} 
+tr {08649.t0|08650.t4} : b8648 {08650.p4-eats} -> {08649.f} {08650.f} {08650.p2-thinks} 
+tr {08649.t2} {08649.f} {08649.p5} -> {08649.p6} 
+tr {08649.t3|08650.t1} : a8648 {08649.f} {08650.p1} -> {08650.p3} 
+tr {08650.e} {08650.p6} {08650.p3} -> {08650.p4-eats} 
+tr {08650.t} {08650.p2-thinks} -> {08650.p1} {08650.p5} 
+tr {08650.t0|08651.t4} : b8649 {08651.p4-eats} -> {08650.f} {08651.f} {08651.p2-thinks} 
+tr {08650.t2} {08650.f} {08650.p5} -> {08650.p6} 
+tr {08650.t3|08651.t1} : a8649 {08650.f} {08651.p1} -> {08651.p3} 
+tr {08651.e} {08651.p6} {08651.p3} -> {08651.p4-eats} 
+tr {08651.t} {08651.p2-thinks} -> {08651.p1} {08651.p5} 
+tr {08651.t0|08652.t4} : b8650 {08652.p4-eats} -> {08651.f} {08652.f} {08652.p2-thinks} 
+tr {08651.t2} {08651.f} {08651.p5} -> {08651.p6} 
+tr {08651.t3|08652.t1} : a8650 {08651.f} {08652.p1} -> {08652.p3} 
+tr {08652.e} {08652.p6} {08652.p3} -> {08652.p4-eats} 
+tr {08652.t} {08652.p2-thinks} -> {08652.p1} {08652.p5} 
+tr {08652.t0|08653.t4} : b8651 {08653.p4-eats} -> {08652.f} {08653.f} {08653.p2-thinks} 
+tr {08652.t2} {08652.f} {08652.p5} -> {08652.p6} 
+tr {08652.t3|08653.t1} : a8651 {08652.f} {08653.p1} -> {08653.p3} 
+tr {08653.e} {08653.p6} {08653.p3} -> {08653.p4-eats} 
+tr {08653.t} {08653.p2-thinks} -> {08653.p1} {08653.p5} 
+tr {08653.t0|08654.t4} : b8652 {08654.p4-eats} -> {08653.f} {08654.f} {08654.p2-thinks} 
+tr {08653.t2} {08653.f} {08653.p5} -> {08653.p6} 
+tr {08653.t3|08654.t1} : a8652 {08653.f} {08654.p1} -> {08654.p3} 
+tr {08654.e} {08654.p6} {08654.p3} -> {08654.p4-eats} 
+tr {08654.t} {08654.p2-thinks} -> {08654.p1} {08654.p5} 
+tr {08654.t0|08655.t4} : b8653 {08655.p4-eats} -> {08654.f} {08655.f} {08655.p2-thinks} 
+tr {08654.t2} {08654.f} {08654.p5} -> {08654.p6} 
+tr {08654.t3|08655.t1} : a8653 {08654.f} {08655.p1} -> {08655.p3} 
+tr {08655.e} {08655.p6} {08655.p3} -> {08655.p4-eats} 
+tr {08655.t} {08655.p2-thinks} -> {08655.p1} {08655.p5} 
+tr {08655.t0|08656.t4} : b8654 {08656.p4-eats} -> {08655.f} {08656.f} {08656.p2-thinks} 
+tr {08655.t2} {08655.f} {08655.p5} -> {08655.p6} 
+tr {08655.t3|08656.t1} : a8654 {08655.f} {08656.p1} -> {08656.p3} 
+tr {08656.e} {08656.p6} {08656.p3} -> {08656.p4-eats} 
+tr {08656.t} {08656.p2-thinks} -> {08656.p1} {08656.p5} 
+tr {08656.t0|08657.t4} : b8655 {08657.p4-eats} -> {08656.f} {08657.f} {08657.p2-thinks} 
+tr {08656.t2} {08656.f} {08656.p5} -> {08656.p6} 
+tr {08656.t3|08657.t1} : a8655 {08656.f} {08657.p1} -> {08657.p3} 
+tr {08657.e} {08657.p6} {08657.p3} -> {08657.p4-eats} 
+tr {08657.t} {08657.p2-thinks} -> {08657.p1} {08657.p5} 
+tr {08657.t0|08658.t4} : b8656 {08658.p4-eats} -> {08657.f} {08658.f} {08658.p2-thinks} 
+tr {08657.t2} {08657.f} {08657.p5} -> {08657.p6} 
+tr {08657.t3|08658.t1} : a8656 {08657.f} {08658.p1} -> {08658.p3} 
+tr {08658.e} {08658.p6} {08658.p3} -> {08658.p4-eats} 
+tr {08658.t} {08658.p2-thinks} -> {08658.p1} {08658.p5} 
+tr {08658.t0|08659.t4} : b8657 {08659.p4-eats} -> {08658.f} {08659.f} {08659.p2-thinks} 
+tr {08658.t2} {08658.f} {08658.p5} -> {08658.p6} 
+tr {08658.t3|08659.t1} : a8657 {08658.f} {08659.p1} -> {08659.p3} 
+tr {08659.e} {08659.p6} {08659.p3} -> {08659.p4-eats} 
+tr {08659.t} {08659.p2-thinks} -> {08659.p1} {08659.p5} 
+tr {08659.t0|08660.t4} : b8658 {08660.p4-eats} -> {08659.f} {08660.f} {08660.p2-thinks} 
+tr {08659.t2} {08659.f} {08659.p5} -> {08659.p6} 
+tr {08659.t3|08660.t1} : a8658 {08659.f} {08660.p1} -> {08660.p3} 
+tr {08660.e} {08660.p6} {08660.p3} -> {08660.p4-eats} 
+tr {08660.t} {08660.p2-thinks} -> {08660.p1} {08660.p5} 
+tr {08660.t0|08661.t4} : b8659 {08661.p4-eats} -> {08660.f} {08661.f} {08661.p2-thinks} 
+tr {08660.t2} {08660.f} {08660.p5} -> {08660.p6} 
+tr {08660.t3|08661.t1} : a8659 {08660.f} {08661.p1} -> {08661.p3} 
+tr {08661.e} {08661.p6} {08661.p3} -> {08661.p4-eats} 
+tr {08661.t} {08661.p2-thinks} -> {08661.p1} {08661.p5} 
+tr {08661.t0|08662.t4} : b8660 {08662.p4-eats} -> {08661.f} {08662.f} {08662.p2-thinks} 
+tr {08661.t2} {08661.f} {08661.p5} -> {08661.p6} 
+tr {08661.t3|08662.t1} : a8660 {08661.f} {08662.p1} -> {08662.p3} 
+tr {08662.e} {08662.p6} {08662.p3} -> {08662.p4-eats} 
+tr {08662.t} {08662.p2-thinks} -> {08662.p1} {08662.p5} 
+tr {08662.t0|08663.t4} : b8661 {08663.p4-eats} -> {08662.f} {08663.f} {08663.p2-thinks} 
+tr {08662.t2} {08662.f} {08662.p5} -> {08662.p6} 
+tr {08662.t3|08663.t1} : a8661 {08662.f} {08663.p1} -> {08663.p3} 
+tr {08663.e} {08663.p6} {08663.p3} -> {08663.p4-eats} 
+tr {08663.t} {08663.p2-thinks} -> {08663.p1} {08663.p5} 
+tr {08663.t0|08664.t4} : b8662 {08664.p4-eats} -> {08663.f} {08664.f} {08664.p2-thinks} 
+tr {08663.t2} {08663.f} {08663.p5} -> {08663.p6} 
+tr {08663.t3|08664.t1} : a8662 {08663.f} {08664.p1} -> {08664.p3} 
+tr {08664.e} {08664.p6} {08664.p3} -> {08664.p4-eats} 
+tr {08664.t} {08664.p2-thinks} -> {08664.p1} {08664.p5} 
+tr {08664.t0|08665.t4} : b8663 {08665.p4-eats} -> {08664.f} {08665.f} {08665.p2-thinks} 
+tr {08664.t2} {08664.f} {08664.p5} -> {08664.p6} 
+tr {08664.t3|08665.t1} : a8663 {08664.f} {08665.p1} -> {08665.p3} 
+tr {08665.e} {08665.p6} {08665.p3} -> {08665.p4-eats} 
+tr {08665.t} {08665.p2-thinks} -> {08665.p1} {08665.p5} 
+tr {08665.t0|08666.t4} : b8664 {08666.p4-eats} -> {08665.f} {08666.f} {08666.p2-thinks} 
+tr {08665.t2} {08665.f} {08665.p5} -> {08665.p6} 
+tr {08665.t3|08666.t1} : a8664 {08665.f} {08666.p1} -> {08666.p3} 
+tr {08666.e} {08666.p6} {08666.p3} -> {08666.p4-eats} 
+tr {08666.t} {08666.p2-thinks} -> {08666.p1} {08666.p5} 
+tr {08666.t0|08667.t4} : b8665 {08667.p4-eats} -> {08666.f} {08667.f} {08667.p2-thinks} 
+tr {08666.t2} {08666.f} {08666.p5} -> {08666.p6} 
+tr {08666.t3|08667.t1} : a8665 {08666.f} {08667.p1} -> {08667.p3} 
+tr {08667.e} {08667.p6} {08667.p3} -> {08667.p4-eats} 
+tr {08667.t} {08667.p2-thinks} -> {08667.p1} {08667.p5} 
+tr {08667.t0|08668.t4} : b8666 {08668.p4-eats} -> {08667.f} {08668.f} {08668.p2-thinks} 
+tr {08667.t2} {08667.f} {08667.p5} -> {08667.p6} 
+tr {08667.t3|08668.t1} : a8666 {08667.f} {08668.p1} -> {08668.p3} 
+tr {08668.e} {08668.p6} {08668.p3} -> {08668.p4-eats} 
+tr {08668.t} {08668.p2-thinks} -> {08668.p1} {08668.p5} 
+tr {08668.t0|08669.t4} : b8667 {08669.p4-eats} -> {08668.f} {08669.f} {08669.p2-thinks} 
+tr {08668.t2} {08668.f} {08668.p5} -> {08668.p6} 
+tr {08668.t3|08669.t1} : a8667 {08668.f} {08669.p1} -> {08669.p3} 
+tr {08669.e} {08669.p6} {08669.p3} -> {08669.p4-eats} 
+tr {08669.t} {08669.p2-thinks} -> {08669.p1} {08669.p5} 
+tr {08669.t0|08670.t4} : b8668 {08670.p4-eats} -> {08669.f} {08670.f} {08670.p2-thinks} 
+tr {08669.t2} {08669.f} {08669.p5} -> {08669.p6} 
+tr {08669.t3|08670.t1} : a8668 {08669.f} {08670.p1} -> {08670.p3} 
+tr {08670.e} {08670.p6} {08670.p3} -> {08670.p4-eats} 
+tr {08670.t} {08670.p2-thinks} -> {08670.p1} {08670.p5} 
+tr {08670.t0|08671.t4} : b8669 {08671.p4-eats} -> {08670.f} {08671.f} {08671.p2-thinks} 
+tr {08670.t2} {08670.f} {08670.p5} -> {08670.p6} 
+tr {08670.t3|08671.t1} : a8669 {08670.f} {08671.p1} -> {08671.p3} 
+tr {08671.e} {08671.p6} {08671.p3} -> {08671.p4-eats} 
+tr {08671.t} {08671.p2-thinks} -> {08671.p1} {08671.p5} 
+tr {08671.t0|08672.t4} : b8670 {08672.p4-eats} -> {08671.f} {08672.f} {08672.p2-thinks} 
+tr {08671.t2} {08671.f} {08671.p5} -> {08671.p6} 
+tr {08671.t3|08672.t1} : a8670 {08671.f} {08672.p1} -> {08672.p3} 
+tr {08672.e} {08672.p6} {08672.p3} -> {08672.p4-eats} 
+tr {08672.t} {08672.p2-thinks} -> {08672.p1} {08672.p5} 
+tr {08672.t0|08673.t4} : b8671 {08673.p4-eats} -> {08672.f} {08673.f} {08673.p2-thinks} 
+tr {08672.t2} {08672.f} {08672.p5} -> {08672.p6} 
+tr {08672.t3|08673.t1} : a8671 {08672.f} {08673.p1} -> {08673.p3} 
+tr {08673.e} {08673.p6} {08673.p3} -> {08673.p4-eats} 
+tr {08673.t} {08673.p2-thinks} -> {08673.p1} {08673.p5} 
+tr {08673.t0|08674.t4} : b8672 {08674.p4-eats} -> {08673.f} {08674.f} {08674.p2-thinks} 
+tr {08673.t2} {08673.f} {08673.p5} -> {08673.p6} 
+tr {08673.t3|08674.t1} : a8672 {08673.f} {08674.p1} -> {08674.p3} 
+tr {08674.e} {08674.p6} {08674.p3} -> {08674.p4-eats} 
+tr {08674.t} {08674.p2-thinks} -> {08674.p1} {08674.p5} 
+tr {08674.t0|08675.t4} : b8673 {08675.p4-eats} -> {08674.f} {08675.f} {08675.p2-thinks} 
+tr {08674.t2} {08674.f} {08674.p5} -> {08674.p6} 
+tr {08674.t3|08675.t1} : a8673 {08674.f} {08675.p1} -> {08675.p3} 
+tr {08675.e} {08675.p6} {08675.p3} -> {08675.p4-eats} 
+tr {08675.t} {08675.p2-thinks} -> {08675.p1} {08675.p5} 
+tr {08675.t0|08676.t4} : b8674 {08676.p4-eats} -> {08675.f} {08676.f} {08676.p2-thinks} 
+tr {08675.t2} {08675.f} {08675.p5} -> {08675.p6} 
+tr {08675.t3|08676.t1} : a8674 {08675.f} {08676.p1} -> {08676.p3} 
+tr {08676.e} {08676.p6} {08676.p3} -> {08676.p4-eats} 
+tr {08676.t} {08676.p2-thinks} -> {08676.p1} {08676.p5} 
+tr {08676.t0|08677.t4} : b8675 {08677.p4-eats} -> {08676.f} {08677.f} {08677.p2-thinks} 
+tr {08676.t2} {08676.f} {08676.p5} -> {08676.p6} 
+tr {08676.t3|08677.t1} : a8675 {08676.f} {08677.p1} -> {08677.p3} 
+tr {08677.e} {08677.p6} {08677.p3} -> {08677.p4-eats} 
+tr {08677.t} {08677.p2-thinks} -> {08677.p1} {08677.p5} 
+tr {08677.t0|08678.t4} : b8676 {08678.p4-eats} -> {08677.f} {08678.f} {08678.p2-thinks} 
+tr {08677.t2} {08677.f} {08677.p5} -> {08677.p6} 
+tr {08677.t3|08678.t1} : a8676 {08677.f} {08678.p1} -> {08678.p3} 
+tr {08678.e} {08678.p6} {08678.p3} -> {08678.p4-eats} 
+tr {08678.t} {08678.p2-thinks} -> {08678.p1} {08678.p5} 
+tr {08678.t0|08679.t4} : b8677 {08679.p4-eats} -> {08678.f} {08679.f} {08679.p2-thinks} 
+tr {08678.t2} {08678.f} {08678.p5} -> {08678.p6} 
+tr {08678.t3|08679.t1} : a8677 {08678.f} {08679.p1} -> {08679.p3} 
+tr {08679.e} {08679.p6} {08679.p3} -> {08679.p4-eats} 
+tr {08679.t} {08679.p2-thinks} -> {08679.p1} {08679.p5} 
+tr {08679.t0|08680.t4} : b8678 {08680.p4-eats} -> {08679.f} {08680.f} {08680.p2-thinks} 
+tr {08679.t2} {08679.f} {08679.p5} -> {08679.p6} 
+tr {08679.t3|08680.t1} : a8678 {08679.f} {08680.p1} -> {08680.p3} 
+tr {08680.e} {08680.p6} {08680.p3} -> {08680.p4-eats} 
+tr {08680.t} {08680.p2-thinks} -> {08680.p1} {08680.p5} 
+tr {08680.t0|08681.t4} : b8679 {08681.p4-eats} -> {08680.f} {08681.f} {08681.p2-thinks} 
+tr {08680.t2} {08680.f} {08680.p5} -> {08680.p6} 
+tr {08680.t3|08681.t1} : a8679 {08680.f} {08681.p1} -> {08681.p3} 
+tr {08681.e} {08681.p6} {08681.p3} -> {08681.p4-eats} 
+tr {08681.t} {08681.p2-thinks} -> {08681.p1} {08681.p5} 
+tr {08681.t0|08682.t4} : b8680 {08682.p4-eats} -> {08681.f} {08682.f} {08682.p2-thinks} 
+tr {08681.t2} {08681.f} {08681.p5} -> {08681.p6} 
+tr {08681.t3|08682.t1} : a8680 {08681.f} {08682.p1} -> {08682.p3} 
+tr {08682.e} {08682.p6} {08682.p3} -> {08682.p4-eats} 
+tr {08682.t} {08682.p2-thinks} -> {08682.p1} {08682.p5} 
+tr {08682.t0|08683.t4} : b8681 {08683.p4-eats} -> {08682.f} {08683.f} {08683.p2-thinks} 
+tr {08682.t2} {08682.f} {08682.p5} -> {08682.p6} 
+tr {08682.t3|08683.t1} : a8681 {08682.f} {08683.p1} -> {08683.p3} 
+tr {08683.e} {08683.p6} {08683.p3} -> {08683.p4-eats} 
+tr {08683.t} {08683.p2-thinks} -> {08683.p1} {08683.p5} 
+tr {08683.t0|08684.t4} : b8682 {08684.p4-eats} -> {08683.f} {08684.f} {08684.p2-thinks} 
+tr {08683.t2} {08683.f} {08683.p5} -> {08683.p6} 
+tr {08683.t3|08684.t1} : a8682 {08683.f} {08684.p1} -> {08684.p3} 
+tr {08684.e} {08684.p6} {08684.p3} -> {08684.p4-eats} 
+tr {08684.t} {08684.p2-thinks} -> {08684.p1} {08684.p5} 
+tr {08684.t0|08685.t4} : b8683 {08685.p4-eats} -> {08684.f} {08685.f} {08685.p2-thinks} 
+tr {08684.t2} {08684.f} {08684.p5} -> {08684.p6} 
+tr {08684.t3|08685.t1} : a8683 {08684.f} {08685.p1} -> {08685.p3} 
+tr {08685.e} {08685.p6} {08685.p3} -> {08685.p4-eats} 
+tr {08685.t} {08685.p2-thinks} -> {08685.p1} {08685.p5} 
+tr {08685.t0|08686.t4} : b8684 {08686.p4-eats} -> {08685.f} {08686.f} {08686.p2-thinks} 
+tr {08685.t2} {08685.f} {08685.p5} -> {08685.p6} 
+tr {08685.t3|08686.t1} : a8684 {08685.f} {08686.p1} -> {08686.p3} 
+tr {08686.e} {08686.p6} {08686.p3} -> {08686.p4-eats} 
+tr {08686.t} {08686.p2-thinks} -> {08686.p1} {08686.p5} 
+tr {08686.t0|08687.t4} : b8685 {08687.p4-eats} -> {08686.f} {08687.f} {08687.p2-thinks} 
+tr {08686.t2} {08686.f} {08686.p5} -> {08686.p6} 
+tr {08686.t3|08687.t1} : a8685 {08686.f} {08687.p1} -> {08687.p3} 
+tr {08687.e} {08687.p6} {08687.p3} -> {08687.p4-eats} 
+tr {08687.t} {08687.p2-thinks} -> {08687.p1} {08687.p5} 
+tr {08687.t0|08688.t4} : b8686 {08688.p4-eats} -> {08687.f} {08688.f} {08688.p2-thinks} 
+tr {08687.t2} {08687.f} {08687.p5} -> {08687.p6} 
+tr {08687.t3|08688.t1} : a8686 {08687.f} {08688.p1} -> {08688.p3} 
+tr {08688.e} {08688.p6} {08688.p3} -> {08688.p4-eats} 
+tr {08688.t} {08688.p2-thinks} -> {08688.p1} {08688.p5} 
+tr {08688.t0|08689.t4} : b8687 {08689.p4-eats} -> {08688.f} {08689.f} {08689.p2-thinks} 
+tr {08688.t2} {08688.f} {08688.p5} -> {08688.p6} 
+tr {08688.t3|08689.t1} : a8687 {08688.f} {08689.p1} -> {08689.p3} 
+tr {08689.e} {08689.p6} {08689.p3} -> {08689.p4-eats} 
+tr {08689.t} {08689.p2-thinks} -> {08689.p1} {08689.p5} 
+tr {08689.t0|08690.t4} : b8688 {08690.p4-eats} -> {08689.f} {08690.f} {08690.p2-thinks} 
+tr {08689.t2} {08689.f} {08689.p5} -> {08689.p6} 
+tr {08689.t3|08690.t1} : a8688 {08689.f} {08690.p1} -> {08690.p3} 
+tr {08690.e} {08690.p6} {08690.p3} -> {08690.p4-eats} 
+tr {08690.t} {08690.p2-thinks} -> {08690.p1} {08690.p5} 
+tr {08690.t0|08691.t4} : b8689 {08691.p4-eats} -> {08690.f} {08691.f} {08691.p2-thinks} 
+tr {08690.t2} {08690.f} {08690.p5} -> {08690.p6} 
+tr {08690.t3|08691.t1} : a8689 {08690.f} {08691.p1} -> {08691.p3} 
+tr {08691.e} {08691.p6} {08691.p3} -> {08691.p4-eats} 
+tr {08691.t} {08691.p2-thinks} -> {08691.p1} {08691.p5} 
+tr {08691.t0|08692.t4} : b8690 {08692.p4-eats} -> {08691.f} {08692.f} {08692.p2-thinks} 
+tr {08691.t2} {08691.f} {08691.p5} -> {08691.p6} 
+tr {08691.t3|08692.t1} : a8690 {08691.f} {08692.p1} -> {08692.p3} 
+tr {08692.e} {08692.p6} {08692.p3} -> {08692.p4-eats} 
+tr {08692.t} {08692.p2-thinks} -> {08692.p1} {08692.p5} 
+tr {08692.t0|08693.t4} : b8691 {08693.p4-eats} -> {08692.f} {08693.f} {08693.p2-thinks} 
+tr {08692.t2} {08692.f} {08692.p5} -> {08692.p6} 
+tr {08692.t3|08693.t1} : a8691 {08692.f} {08693.p1} -> {08693.p3} 
+tr {08693.e} {08693.p6} {08693.p3} -> {08693.p4-eats} 
+tr {08693.t} {08693.p2-thinks} -> {08693.p1} {08693.p5} 
+tr {08693.t0|08694.t4} : b8692 {08694.p4-eats} -> {08693.f} {08694.f} {08694.p2-thinks} 
+tr {08693.t2} {08693.f} {08693.p5} -> {08693.p6} 
+tr {08693.t3|08694.t1} : a8692 {08693.f} {08694.p1} -> {08694.p3} 
+tr {08694.e} {08694.p6} {08694.p3} -> {08694.p4-eats} 
+tr {08694.t} {08694.p2-thinks} -> {08694.p1} {08694.p5} 
+tr {08694.t0|08695.t4} : b8693 {08695.p4-eats} -> {08694.f} {08695.f} {08695.p2-thinks} 
+tr {08694.t2} {08694.f} {08694.p5} -> {08694.p6} 
+tr {08694.t3|08695.t1} : a8693 {08694.f} {08695.p1} -> {08695.p3} 
+tr {08695.e} {08695.p6} {08695.p3} -> {08695.p4-eats} 
+tr {08695.t} {08695.p2-thinks} -> {08695.p1} {08695.p5} 
+tr {08695.t0|08696.t4} : b8694 {08696.p4-eats} -> {08695.f} {08696.f} {08696.p2-thinks} 
+tr {08695.t2} {08695.f} {08695.p5} -> {08695.p6} 
+tr {08695.t3|08696.t1} : a8694 {08695.f} {08696.p1} -> {08696.p3} 
+tr {08696.e} {08696.p6} {08696.p3} -> {08696.p4-eats} 
+tr {08696.t} {08696.p2-thinks} -> {08696.p1} {08696.p5} 
+tr {08696.t0|08697.t4} : b8695 {08697.p4-eats} -> {08696.f} {08697.f} {08697.p2-thinks} 
+tr {08696.t2} {08696.f} {08696.p5} -> {08696.p6} 
+tr {08696.t3|08697.t1} : a8695 {08696.f} {08697.p1} -> {08697.p3} 
+tr {08697.e} {08697.p6} {08697.p3} -> {08697.p4-eats} 
+tr {08697.t} {08697.p2-thinks} -> {08697.p1} {08697.p5} 
+tr {08697.t0|08698.t4} : b8696 {08698.p4-eats} -> {08697.f} {08698.f} {08698.p2-thinks} 
+tr {08697.t2} {08697.f} {08697.p5} -> {08697.p6} 
+tr {08697.t3|08698.t1} : a8696 {08697.f} {08698.p1} -> {08698.p3} 
+tr {08698.e} {08698.p6} {08698.p3} -> {08698.p4-eats} 
+tr {08698.t} {08698.p2-thinks} -> {08698.p1} {08698.p5} 
+tr {08698.t0|08699.t4} : b8697 {08699.p4-eats} -> {08698.f} {08699.f} {08699.p2-thinks} 
+tr {08698.t2} {08698.f} {08698.p5} -> {08698.p6} 
+tr {08698.t3|08699.t1} : a8697 {08698.f} {08699.p1} -> {08699.p3} 
+tr {08699.e} {08699.p6} {08699.p3} -> {08699.p4-eats} 
+tr {08699.t} {08699.p2-thinks} -> {08699.p1} {08699.p5} 
+tr {08699.t0|08700.t4} : b8698 {08700.p4-eats} -> {08699.f} {08700.f} {08700.p2-thinks} 
+tr {08699.t2} {08699.f} {08699.p5} -> {08699.p6} 
+tr {08699.t3|08700.t1} : a8698 {08699.f} {08700.p1} -> {08700.p3} 
+tr {08700.e} {08700.p6} {08700.p3} -> {08700.p4-eats} 
+tr {08700.t} {08700.p2-thinks} -> {08700.p1} {08700.p5} 
+tr {08700.t0|08701.t4} : b8699 {08701.p4-eats} -> {08700.f} {08701.f} {08701.p2-thinks} 
+tr {08700.t2} {08700.f} {08700.p5} -> {08700.p6} 
+tr {08700.t3|08701.t1} : a8699 {08700.f} {08701.p1} -> {08701.p3} 
+tr {08701.e} {08701.p6} {08701.p3} -> {08701.p4-eats} 
+tr {08701.t} {08701.p2-thinks} -> {08701.p1} {08701.p5} 
+tr {08701.t0|08702.t4} : b8700 {08702.p4-eats} -> {08701.f} {08702.f} {08702.p2-thinks} 
+tr {08701.t2} {08701.f} {08701.p5} -> {08701.p6} 
+tr {08701.t3|08702.t1} : a8700 {08701.f} {08702.p1} -> {08702.p3} 
+tr {08702.e} {08702.p6} {08702.p3} -> {08702.p4-eats} 
+tr {08702.t} {08702.p2-thinks} -> {08702.p1} {08702.p5} 
+tr {08702.t0|08703.t4} : b8701 {08703.p4-eats} -> {08702.f} {08703.f} {08703.p2-thinks} 
+tr {08702.t2} {08702.f} {08702.p5} -> {08702.p6} 
+tr {08702.t3|08703.t1} : a8701 {08702.f} {08703.p1} -> {08703.p3} 
+tr {08703.e} {08703.p6} {08703.p3} -> {08703.p4-eats} 
+tr {08703.t} {08703.p2-thinks} -> {08703.p1} {08703.p5} 
+tr {08703.t0|08704.t4} : b8702 {08704.p4-eats} -> {08703.f} {08704.f} {08704.p2-thinks} 
+tr {08703.t2} {08703.f} {08703.p5} -> {08703.p6} 
+tr {08703.t3|08704.t1} : a8702 {08703.f} {08704.p1} -> {08704.p3} 
+tr {08704.e} {08704.p6} {08704.p3} -> {08704.p4-eats} 
+tr {08704.t} {08704.p2-thinks} -> {08704.p1} {08704.p5} 
+tr {08704.t0|08705.t4} : b8703 {08705.p4-eats} -> {08704.f} {08705.f} {08705.p2-thinks} 
+tr {08704.t2} {08704.f} {08704.p5} -> {08704.p6} 
+tr {08704.t3|08705.t1} : a8703 {08704.f} {08705.p1} -> {08705.p3} 
+tr {08705.e} {08705.p6} {08705.p3} -> {08705.p4-eats} 
+tr {08705.t} {08705.p2-thinks} -> {08705.p1} {08705.p5} 
+tr {08705.t0|08706.t4} : b8704 {08706.p4-eats} -> {08705.f} {08706.f} {08706.p2-thinks} 
+tr {08705.t2} {08705.f} {08705.p5} -> {08705.p6} 
+tr {08705.t3|08706.t1} : a8704 {08705.f} {08706.p1} -> {08706.p3} 
+tr {08706.e} {08706.p6} {08706.p3} -> {08706.p4-eats} 
+tr {08706.t} {08706.p2-thinks} -> {08706.p1} {08706.p5} 
+tr {08706.t0|08707.t4} : b8705 {08707.p4-eats} -> {08706.f} {08707.f} {08707.p2-thinks} 
+tr {08706.t2} {08706.f} {08706.p5} -> {08706.p6} 
+tr {08706.t3|08707.t1} : a8705 {08706.f} {08707.p1} -> {08707.p3} 
+tr {08707.e} {08707.p6} {08707.p3} -> {08707.p4-eats} 
+tr {08707.t} {08707.p2-thinks} -> {08707.p1} {08707.p5} 
+tr {08707.t0|08708.t4} : b8706 {08708.p4-eats} -> {08707.f} {08708.f} {08708.p2-thinks} 
+tr {08707.t2} {08707.f} {08707.p5} -> {08707.p6} 
+tr {08707.t3|08708.t1} : a8706 {08707.f} {08708.p1} -> {08708.p3} 
+tr {08708.e} {08708.p6} {08708.p3} -> {08708.p4-eats} 
+tr {08708.t} {08708.p2-thinks} -> {08708.p1} {08708.p5} 
+tr {08708.t0|08709.t4} : b8707 {08709.p4-eats} -> {08708.f} {08709.f} {08709.p2-thinks} 
+tr {08708.t2} {08708.f} {08708.p5} -> {08708.p6} 
+tr {08708.t3|08709.t1} : a8707 {08708.f} {08709.p1} -> {08709.p3} 
+tr {08709.e} {08709.p6} {08709.p3} -> {08709.p4-eats} 
+tr {08709.t} {08709.p2-thinks} -> {08709.p1} {08709.p5} 
+tr {08709.t0|08710.t4} : b8708 {08710.p4-eats} -> {08709.f} {08710.f} {08710.p2-thinks} 
+tr {08709.t2} {08709.f} {08709.p5} -> {08709.p6} 
+tr {08709.t3|08710.t1} : a8708 {08709.f} {08710.p1} -> {08710.p3} 
+tr {08710.e} {08710.p6} {08710.p3} -> {08710.p4-eats} 
+tr {08710.t} {08710.p2-thinks} -> {08710.p1} {08710.p5} 
+tr {08710.t0|08711.t4} : b8709 {08711.p4-eats} -> {08710.f} {08711.f} {08711.p2-thinks} 
+tr {08710.t2} {08710.f} {08710.p5} -> {08710.p6} 
+tr {08710.t3|08711.t1} : a8709 {08710.f} {08711.p1} -> {08711.p3} 
+tr {08711.e} {08711.p6} {08711.p3} -> {08711.p4-eats} 
+tr {08711.t} {08711.p2-thinks} -> {08711.p1} {08711.p5} 
+tr {08711.t0|08712.t4} : b8710 {08712.p4-eats} -> {08711.f} {08712.f} {08712.p2-thinks} 
+tr {08711.t2} {08711.f} {08711.p5} -> {08711.p6} 
+tr {08711.t3|08712.t1} : a8710 {08711.f} {08712.p1} -> {08712.p3} 
+tr {08712.e} {08712.p6} {08712.p3} -> {08712.p4-eats} 
+tr {08712.t} {08712.p2-thinks} -> {08712.p1} {08712.p5} 
+tr {08712.t0|08713.t4} : b8711 {08713.p4-eats} -> {08712.f} {08713.f} {08713.p2-thinks} 
+tr {08712.t2} {08712.f} {08712.p5} -> {08712.p6} 
+tr {08712.t3|08713.t1} : a8711 {08712.f} {08713.p1} -> {08713.p3} 
+tr {08713.e} {08713.p6} {08713.p3} -> {08713.p4-eats} 
+tr {08713.t} {08713.p2-thinks} -> {08713.p1} {08713.p5} 
+tr {08713.t0|08714.t4} : b8712 {08714.p4-eats} -> {08713.f} {08714.f} {08714.p2-thinks} 
+tr {08713.t2} {08713.f} {08713.p5} -> {08713.p6} 
+tr {08713.t3|08714.t1} : a8712 {08713.f} {08714.p1} -> {08714.p3} 
+tr {08714.e} {08714.p6} {08714.p3} -> {08714.p4-eats} 
+tr {08714.t} {08714.p2-thinks} -> {08714.p1} {08714.p5} 
+tr {08714.t0|08715.t4} : b8713 {08715.p4-eats} -> {08714.f} {08715.f} {08715.p2-thinks} 
+tr {08714.t2} {08714.f} {08714.p5} -> {08714.p6} 
+tr {08714.t3|08715.t1} : a8713 {08714.f} {08715.p1} -> {08715.p3} 
+tr {08715.e} {08715.p6} {08715.p3} -> {08715.p4-eats} 
+tr {08715.t} {08715.p2-thinks} -> {08715.p1} {08715.p5} 
+tr {08715.t0|08716.t4} : b8714 {08716.p4-eats} -> {08715.f} {08716.f} {08716.p2-thinks} 
+tr {08715.t2} {08715.f} {08715.p5} -> {08715.p6} 
+tr {08715.t3|08716.t1} : a8714 {08715.f} {08716.p1} -> {08716.p3} 
+tr {08716.e} {08716.p6} {08716.p3} -> {08716.p4-eats} 
+tr {08716.t} {08716.p2-thinks} -> {08716.p1} {08716.p5} 
+tr {08716.t0|08717.t4} : b8715 {08717.p4-eats} -> {08716.f} {08717.f} {08717.p2-thinks} 
+tr {08716.t2} {08716.f} {08716.p5} -> {08716.p6} 
+tr {08716.t3|08717.t1} : a8715 {08716.f} {08717.p1} -> {08717.p3} 
+tr {08717.e} {08717.p6} {08717.p3} -> {08717.p4-eats} 
+tr {08717.t} {08717.p2-thinks} -> {08717.p1} {08717.p5} 
+tr {08717.t0|08718.t4} : b8716 {08718.p4-eats} -> {08717.f} {08718.f} {08718.p2-thinks} 
+tr {08717.t2} {08717.f} {08717.p5} -> {08717.p6} 
+tr {08717.t3|08718.t1} : a8716 {08717.f} {08718.p1} -> {08718.p3} 
+tr {08718.e} {08718.p6} {08718.p3} -> {08718.p4-eats} 
+tr {08718.t} {08718.p2-thinks} -> {08718.p1} {08718.p5} 
+tr {08718.t0|08719.t4} : b8717 {08719.p4-eats} -> {08718.f} {08719.f} {08719.p2-thinks} 
+tr {08718.t2} {08718.f} {08718.p5} -> {08718.p6} 
+tr {08718.t3|08719.t1} : a8717 {08718.f} {08719.p1} -> {08719.p3} 
+tr {08719.e} {08719.p6} {08719.p3} -> {08719.p4-eats} 
+tr {08719.t} {08719.p2-thinks} -> {08719.p1} {08719.p5} 
+tr {08719.t0|08720.t4} : b8718 {08720.p4-eats} -> {08719.f} {08720.f} {08720.p2-thinks} 
+tr {08719.t2} {08719.f} {08719.p5} -> {08719.p6} 
+tr {08719.t3|08720.t1} : a8718 {08719.f} {08720.p1} -> {08720.p3} 
+tr {08720.e} {08720.p6} {08720.p3} -> {08720.p4-eats} 
+tr {08720.t} {08720.p2-thinks} -> {08720.p1} {08720.p5} 
+tr {08720.t0|08721.t4} : b8719 {08721.p4-eats} -> {08720.f} {08721.f} {08721.p2-thinks} 
+tr {08720.t2} {08720.f} {08720.p5} -> {08720.p6} 
+tr {08720.t3|08721.t1} : a8719 {08720.f} {08721.p1} -> {08721.p3} 
+tr {08721.e} {08721.p6} {08721.p3} -> {08721.p4-eats} 
+tr {08721.t} {08721.p2-thinks} -> {08721.p1} {08721.p5} 
+tr {08721.t0|08722.t4} : b8720 {08722.p4-eats} -> {08721.f} {08722.f} {08722.p2-thinks} 
+tr {08721.t2} {08721.f} {08721.p5} -> {08721.p6} 
+tr {08721.t3|08722.t1} : a8720 {08721.f} {08722.p1} -> {08722.p3} 
+tr {08722.e} {08722.p6} {08722.p3} -> {08722.p4-eats} 
+tr {08722.t} {08722.p2-thinks} -> {08722.p1} {08722.p5} 
+tr {08722.t0|08723.t4} : b8721 {08723.p4-eats} -> {08722.f} {08723.f} {08723.p2-thinks} 
+tr {08722.t2} {08722.f} {08722.p5} -> {08722.p6} 
+tr {08722.t3|08723.t1} : a8721 {08722.f} {08723.p1} -> {08723.p3} 
+tr {08723.e} {08723.p6} {08723.p3} -> {08723.p4-eats} 
+tr {08723.t} {08723.p2-thinks} -> {08723.p1} {08723.p5} 
+tr {08723.t0|08724.t4} : b8722 {08724.p4-eats} -> {08723.f} {08724.f} {08724.p2-thinks} 
+tr {08723.t2} {08723.f} {08723.p5} -> {08723.p6} 
+tr {08723.t3|08724.t1} : a8722 {08723.f} {08724.p1} -> {08724.p3} 
+tr {08724.e} {08724.p6} {08724.p3} -> {08724.p4-eats} 
+tr {08724.t} {08724.p2-thinks} -> {08724.p1} {08724.p5} 
+tr {08724.t0|08725.t4} : b8723 {08725.p4-eats} -> {08724.f} {08725.f} {08725.p2-thinks} 
+tr {08724.t2} {08724.f} {08724.p5} -> {08724.p6} 
+tr {08724.t3|08725.t1} : a8723 {08724.f} {08725.p1} -> {08725.p3} 
+tr {08725.e} {08725.p6} {08725.p3} -> {08725.p4-eats} 
+tr {08725.t} {08725.p2-thinks} -> {08725.p1} {08725.p5} 
+tr {08725.t0|08726.t4} : b8724 {08726.p4-eats} -> {08725.f} {08726.f} {08726.p2-thinks} 
+tr {08725.t2} {08725.f} {08725.p5} -> {08725.p6} 
+tr {08725.t3|08726.t1} : a8724 {08725.f} {08726.p1} -> {08726.p3} 
+tr {08726.e} {08726.p6} {08726.p3} -> {08726.p4-eats} 
+tr {08726.t} {08726.p2-thinks} -> {08726.p1} {08726.p5} 
+tr {08726.t0|08727.t4} : b8725 {08727.p4-eats} -> {08726.f} {08727.f} {08727.p2-thinks} 
+tr {08726.t2} {08726.f} {08726.p5} -> {08726.p6} 
+tr {08726.t3|08727.t1} : a8725 {08726.f} {08727.p1} -> {08727.p3} 
+tr {08727.e} {08727.p6} {08727.p3} -> {08727.p4-eats} 
+tr {08727.t} {08727.p2-thinks} -> {08727.p1} {08727.p5} 
+tr {08727.t0|08728.t4} : b8726 {08728.p4-eats} -> {08727.f} {08728.f} {08728.p2-thinks} 
+tr {08727.t2} {08727.f} {08727.p5} -> {08727.p6} 
+tr {08727.t3|08728.t1} : a8726 {08727.f} {08728.p1} -> {08728.p3} 
+tr {08728.e} {08728.p6} {08728.p3} -> {08728.p4-eats} 
+tr {08728.t} {08728.p2-thinks} -> {08728.p1} {08728.p5} 
+tr {08728.t0|08729.t4} : b8727 {08729.p4-eats} -> {08728.f} {08729.f} {08729.p2-thinks} 
+tr {08728.t2} {08728.f} {08728.p5} -> {08728.p6} 
+tr {08728.t3|08729.t1} : a8727 {08728.f} {08729.p1} -> {08729.p3} 
+tr {08729.e} {08729.p6} {08729.p3} -> {08729.p4-eats} 
+tr {08729.t} {08729.p2-thinks} -> {08729.p1} {08729.p5} 
+tr {08729.t0|08730.t4} : b8728 {08730.p4-eats} -> {08729.f} {08730.f} {08730.p2-thinks} 
+tr {08729.t2} {08729.f} {08729.p5} -> {08729.p6} 
+tr {08729.t3|08730.t1} : a8728 {08729.f} {08730.p1} -> {08730.p3} 
+tr {08730.e} {08730.p6} {08730.p3} -> {08730.p4-eats} 
+tr {08730.t} {08730.p2-thinks} -> {08730.p1} {08730.p5} 
+tr {08730.t0|08731.t4} : b8729 {08731.p4-eats} -> {08730.f} {08731.f} {08731.p2-thinks} 
+tr {08730.t2} {08730.f} {08730.p5} -> {08730.p6} 
+tr {08730.t3|08731.t1} : a8729 {08730.f} {08731.p1} -> {08731.p3} 
+tr {08731.e} {08731.p6} {08731.p3} -> {08731.p4-eats} 
+tr {08731.t} {08731.p2-thinks} -> {08731.p1} {08731.p5} 
+tr {08731.t0|08732.t4} : b8730 {08732.p4-eats} -> {08731.f} {08732.f} {08732.p2-thinks} 
+tr {08731.t2} {08731.f} {08731.p5} -> {08731.p6} 
+tr {08731.t3|08732.t1} : a8730 {08731.f} {08732.p1} -> {08732.p3} 
+tr {08732.e} {08732.p6} {08732.p3} -> {08732.p4-eats} 
+tr {08732.t} {08732.p2-thinks} -> {08732.p1} {08732.p5} 
+tr {08732.t0|08733.t4} : b8731 {08733.p4-eats} -> {08732.f} {08733.f} {08733.p2-thinks} 
+tr {08732.t2} {08732.f} {08732.p5} -> {08732.p6} 
+tr {08732.t3|08733.t1} : a8731 {08732.f} {08733.p1} -> {08733.p3} 
+tr {08733.e} {08733.p6} {08733.p3} -> {08733.p4-eats} 
+tr {08733.t} {08733.p2-thinks} -> {08733.p1} {08733.p5} 
+tr {08733.t0|08734.t4} : b8732 {08734.p4-eats} -> {08733.f} {08734.f} {08734.p2-thinks} 
+tr {08733.t2} {08733.f} {08733.p5} -> {08733.p6} 
+tr {08733.t3|08734.t1} : a8732 {08733.f} {08734.p1} -> {08734.p3} 
+tr {08734.e} {08734.p6} {08734.p3} -> {08734.p4-eats} 
+tr {08734.t} {08734.p2-thinks} -> {08734.p1} {08734.p5} 
+tr {08734.t0|08735.t4} : b8733 {08735.p4-eats} -> {08734.f} {08735.f} {08735.p2-thinks} 
+tr {08734.t2} {08734.f} {08734.p5} -> {08734.p6} 
+tr {08734.t3|08735.t1} : a8733 {08734.f} {08735.p1} -> {08735.p3} 
+tr {08735.e} {08735.p6} {08735.p3} -> {08735.p4-eats} 
+tr {08735.t} {08735.p2-thinks} -> {08735.p1} {08735.p5} 
+tr {08735.t0|08736.t4} : b8734 {08736.p4-eats} -> {08735.f} {08736.f} {08736.p2-thinks} 
+tr {08735.t2} {08735.f} {08735.p5} -> {08735.p6} 
+tr {08735.t3|08736.t1} : a8734 {08735.f} {08736.p1} -> {08736.p3} 
+tr {08736.e} {08736.p6} {08736.p3} -> {08736.p4-eats} 
+tr {08736.t} {08736.p2-thinks} -> {08736.p1} {08736.p5} 
+tr {08736.t0|08737.t4} : b8735 {08737.p4-eats} -> {08736.f} {08737.f} {08737.p2-thinks} 
+tr {08736.t2} {08736.f} {08736.p5} -> {08736.p6} 
+tr {08736.t3|08737.t1} : a8735 {08736.f} {08737.p1} -> {08737.p3} 
+tr {08737.e} {08737.p6} {08737.p3} -> {08737.p4-eats} 
+tr {08737.t} {08737.p2-thinks} -> {08737.p1} {08737.p5} 
+tr {08737.t0|08738.t4} : b8736 {08738.p4-eats} -> {08737.f} {08738.f} {08738.p2-thinks} 
+tr {08737.t2} {08737.f} {08737.p5} -> {08737.p6} 
+tr {08737.t3|08738.t1} : a8736 {08737.f} {08738.p1} -> {08738.p3} 
+tr {08738.e} {08738.p6} {08738.p3} -> {08738.p4-eats} 
+tr {08738.t} {08738.p2-thinks} -> {08738.p1} {08738.p5} 
+tr {08738.t0|08739.t4} : b8737 {08739.p4-eats} -> {08738.f} {08739.f} {08739.p2-thinks} 
+tr {08738.t2} {08738.f} {08738.p5} -> {08738.p6} 
+tr {08738.t3|08739.t1} : a8737 {08738.f} {08739.p1} -> {08739.p3} 
+tr {08739.e} {08739.p6} {08739.p3} -> {08739.p4-eats} 
+tr {08739.t} {08739.p2-thinks} -> {08739.p1} {08739.p5} 
+tr {08739.t0|08740.t4} : b8738 {08740.p4-eats} -> {08739.f} {08740.f} {08740.p2-thinks} 
+tr {08739.t2} {08739.f} {08739.p5} -> {08739.p6} 
+tr {08739.t3|08740.t1} : a8738 {08739.f} {08740.p1} -> {08740.p3} 
+tr {08740.e} {08740.p6} {08740.p3} -> {08740.p4-eats} 
+tr {08740.t} {08740.p2-thinks} -> {08740.p1} {08740.p5} 
+tr {08740.t0|08741.t4} : b8739 {08741.p4-eats} -> {08740.f} {08741.f} {08741.p2-thinks} 
+tr {08740.t2} {08740.f} {08740.p5} -> {08740.p6} 
+tr {08740.t3|08741.t1} : a8739 {08740.f} {08741.p1} -> {08741.p3} 
+tr {08741.e} {08741.p6} {08741.p3} -> {08741.p4-eats} 
+tr {08741.t} {08741.p2-thinks} -> {08741.p1} {08741.p5} 
+tr {08741.t0|08742.t4} : b8740 {08742.p4-eats} -> {08741.f} {08742.f} {08742.p2-thinks} 
+tr {08741.t2} {08741.f} {08741.p5} -> {08741.p6} 
+tr {08741.t3|08742.t1} : a8740 {08741.f} {08742.p1} -> {08742.p3} 
+tr {08742.e} {08742.p6} {08742.p3} -> {08742.p4-eats} 
+tr {08742.t} {08742.p2-thinks} -> {08742.p1} {08742.p5} 
+tr {08742.t0|08743.t4} : b8741 {08743.p4-eats} -> {08742.f} {08743.f} {08743.p2-thinks} 
+tr {08742.t2} {08742.f} {08742.p5} -> {08742.p6} 
+tr {08742.t3|08743.t1} : a8741 {08742.f} {08743.p1} -> {08743.p3} 
+tr {08743.e} {08743.p6} {08743.p3} -> {08743.p4-eats} 
+tr {08743.t} {08743.p2-thinks} -> {08743.p1} {08743.p5} 
+tr {08743.t0|08744.t4} : b8742 {08744.p4-eats} -> {08743.f} {08744.f} {08744.p2-thinks} 
+tr {08743.t2} {08743.f} {08743.p5} -> {08743.p6} 
+tr {08743.t3|08744.t1} : a8742 {08743.f} {08744.p1} -> {08744.p3} 
+tr {08744.e} {08744.p6} {08744.p3} -> {08744.p4-eats} 
+tr {08744.t} {08744.p2-thinks} -> {08744.p1} {08744.p5} 
+tr {08744.t0|08745.t4} : b8743 {08745.p4-eats} -> {08744.f} {08745.f} {08745.p2-thinks} 
+tr {08744.t2} {08744.f} {08744.p5} -> {08744.p6} 
+tr {08744.t3|08745.t1} : a8743 {08744.f} {08745.p1} -> {08745.p3} 
+tr {08745.e} {08745.p6} {08745.p3} -> {08745.p4-eats} 
+tr {08745.t} {08745.p2-thinks} -> {08745.p1} {08745.p5} 
+tr {08745.t0|08746.t4} : b8744 {08746.p4-eats} -> {08745.f} {08746.f} {08746.p2-thinks} 
+tr {08745.t2} {08745.f} {08745.p5} -> {08745.p6} 
+tr {08745.t3|08746.t1} : a8744 {08745.f} {08746.p1} -> {08746.p3} 
+tr {08746.e} {08746.p6} {08746.p3} -> {08746.p4-eats} 
+tr {08746.t} {08746.p2-thinks} -> {08746.p1} {08746.p5} 
+tr {08746.t0|08747.t4} : b8745 {08747.p4-eats} -> {08746.f} {08747.f} {08747.p2-thinks} 
+tr {08746.t2} {08746.f} {08746.p5} -> {08746.p6} 
+tr {08746.t3|08747.t1} : a8745 {08746.f} {08747.p1} -> {08747.p3} 
+tr {08747.e} {08747.p6} {08747.p3} -> {08747.p4-eats} 
+tr {08747.t} {08747.p2-thinks} -> {08747.p1} {08747.p5} 
+tr {08747.t0|08748.t4} : b8746 {08748.p4-eats} -> {08747.f} {08748.f} {08748.p2-thinks} 
+tr {08747.t2} {08747.f} {08747.p5} -> {08747.p6} 
+tr {08747.t3|08748.t1} : a8746 {08747.f} {08748.p1} -> {08748.p3} 
+tr {08748.e} {08748.p6} {08748.p3} -> {08748.p4-eats} 
+tr {08748.t} {08748.p2-thinks} -> {08748.p1} {08748.p5} 
+tr {08748.t0|08749.t4} : b8747 {08749.p4-eats} -> {08748.f} {08749.f} {08749.p2-thinks} 
+tr {08748.t2} {08748.f} {08748.p5} -> {08748.p6} 
+tr {08748.t3|08749.t1} : a8747 {08748.f} {08749.p1} -> {08749.p3} 
+tr {08749.e} {08749.p6} {08749.p3} -> {08749.p4-eats} 
+tr {08749.t} {08749.p2-thinks} -> {08749.p1} {08749.p5} 
+tr {08749.t0|08750.t4} : b8748 {08750.p4-eats} -> {08749.f} {08750.f} {08750.p2-thinks} 
+tr {08749.t2} {08749.f} {08749.p5} -> {08749.p6} 
+tr {08749.t3|08750.t1} : a8748 {08749.f} {08750.p1} -> {08750.p3} 
+tr {08750.e} {08750.p6} {08750.p3} -> {08750.p4-eats} 
+tr {08750.t} {08750.p2-thinks} -> {08750.p1} {08750.p5} 
+tr {08750.t0|08751.t4} : b8749 {08751.p4-eats} -> {08750.f} {08751.f} {08751.p2-thinks} 
+tr {08750.t2} {08750.f} {08750.p5} -> {08750.p6} 
+tr {08750.t3|08751.t1} : a8749 {08750.f} {08751.p1} -> {08751.p3} 
+tr {08751.e} {08751.p6} {08751.p3} -> {08751.p4-eats} 
+tr {08751.t} {08751.p2-thinks} -> {08751.p1} {08751.p5} 
+tr {08751.t0|08752.t4} : b8750 {08752.p4-eats} -> {08751.f} {08752.f} {08752.p2-thinks} 
+tr {08751.t2} {08751.f} {08751.p5} -> {08751.p6} 
+tr {08751.t3|08752.t1} : a8750 {08751.f} {08752.p1} -> {08752.p3} 
+tr {08752.e} {08752.p6} {08752.p3} -> {08752.p4-eats} 
+tr {08752.t} {08752.p2-thinks} -> {08752.p1} {08752.p5} 
+tr {08752.t0|08753.t4} : b8751 {08753.p4-eats} -> {08752.f} {08753.f} {08753.p2-thinks} 
+tr {08752.t2} {08752.f} {08752.p5} -> {08752.p6} 
+tr {08752.t3|08753.t1} : a8751 {08752.f} {08753.p1} -> {08753.p3} 
+tr {08753.e} {08753.p6} {08753.p3} -> {08753.p4-eats} 
+tr {08753.t} {08753.p2-thinks} -> {08753.p1} {08753.p5} 
+tr {08753.t0|08754.t4} : b8752 {08754.p4-eats} -> {08753.f} {08754.f} {08754.p2-thinks} 
+tr {08753.t2} {08753.f} {08753.p5} -> {08753.p6} 
+tr {08753.t3|08754.t1} : a8752 {08753.f} {08754.p1} -> {08754.p3} 
+tr {08754.e} {08754.p6} {08754.p3} -> {08754.p4-eats} 
+tr {08754.t} {08754.p2-thinks} -> {08754.p1} {08754.p5} 
+tr {08754.t0|08755.t4} : b8753 {08755.p4-eats} -> {08754.f} {08755.f} {08755.p2-thinks} 
+tr {08754.t2} {08754.f} {08754.p5} -> {08754.p6} 
+tr {08754.t3|08755.t1} : a8753 {08754.f} {08755.p1} -> {08755.p3} 
+tr {08755.e} {08755.p6} {08755.p3} -> {08755.p4-eats} 
+tr {08755.t} {08755.p2-thinks} -> {08755.p1} {08755.p5} 
+tr {08755.t0|08756.t4} : b8754 {08756.p4-eats} -> {08755.f} {08756.f} {08756.p2-thinks} 
+tr {08755.t2} {08755.f} {08755.p5} -> {08755.p6} 
+tr {08755.t3|08756.t1} : a8754 {08755.f} {08756.p1} -> {08756.p3} 
+tr {08756.e} {08756.p6} {08756.p3} -> {08756.p4-eats} 
+tr {08756.t} {08756.p2-thinks} -> {08756.p1} {08756.p5} 
+tr {08756.t0|08757.t4} : b8755 {08757.p4-eats} -> {08756.f} {08757.f} {08757.p2-thinks} 
+tr {08756.t2} {08756.f} {08756.p5} -> {08756.p6} 
+tr {08756.t3|08757.t1} : a8755 {08756.f} {08757.p1} -> {08757.p3} 
+tr {08757.e} {08757.p6} {08757.p3} -> {08757.p4-eats} 
+tr {08757.t} {08757.p2-thinks} -> {08757.p1} {08757.p5} 
+tr {08757.t0|08758.t4} : b8756 {08758.p4-eats} -> {08757.f} {08758.f} {08758.p2-thinks} 
+tr {08757.t2} {08757.f} {08757.p5} -> {08757.p6} 
+tr {08757.t3|08758.t1} : a8756 {08757.f} {08758.p1} -> {08758.p3} 
+tr {08758.e} {08758.p6} {08758.p3} -> {08758.p4-eats} 
+tr {08758.t} {08758.p2-thinks} -> {08758.p1} {08758.p5} 
+tr {08758.t0|08759.t4} : b8757 {08759.p4-eats} -> {08758.f} {08759.f} {08759.p2-thinks} 
+tr {08758.t2} {08758.f} {08758.p5} -> {08758.p6} 
+tr {08758.t3|08759.t1} : a8757 {08758.f} {08759.p1} -> {08759.p3} 
+tr {08759.e} {08759.p6} {08759.p3} -> {08759.p4-eats} 
+tr {08759.t} {08759.p2-thinks} -> {08759.p1} {08759.p5} 
+tr {08759.t0|08760.t4} : b8758 {08760.p4-eats} -> {08759.f} {08760.f} {08760.p2-thinks} 
+tr {08759.t2} {08759.f} {08759.p5} -> {08759.p6} 
+tr {08759.t3|08760.t1} : a8758 {08759.f} {08760.p1} -> {08760.p3} 
+tr {08760.e} {08760.p6} {08760.p3} -> {08760.p4-eats} 
+tr {08760.t} {08760.p2-thinks} -> {08760.p1} {08760.p5} 
+tr {08760.t0|08761.t4} : b8759 {08761.p4-eats} -> {08760.f} {08761.f} {08761.p2-thinks} 
+tr {08760.t2} {08760.f} {08760.p5} -> {08760.p6} 
+tr {08760.t3|08761.t1} : a8759 {08760.f} {08761.p1} -> {08761.p3} 
+tr {08761.e} {08761.p6} {08761.p3} -> {08761.p4-eats} 
+tr {08761.t} {08761.p2-thinks} -> {08761.p1} {08761.p5} 
+tr {08761.t0|08762.t4} : b8760 {08762.p4-eats} -> {08761.f} {08762.f} {08762.p2-thinks} 
+tr {08761.t2} {08761.f} {08761.p5} -> {08761.p6} 
+tr {08761.t3|08762.t1} : a8760 {08761.f} {08762.p1} -> {08762.p3} 
+tr {08762.e} {08762.p6} {08762.p3} -> {08762.p4-eats} 
+tr {08762.t} {08762.p2-thinks} -> {08762.p1} {08762.p5} 
+tr {08762.t0|08763.t4} : b8761 {08763.p4-eats} -> {08762.f} {08763.f} {08763.p2-thinks} 
+tr {08762.t2} {08762.f} {08762.p5} -> {08762.p6} 
+tr {08762.t3|08763.t1} : a8761 {08762.f} {08763.p1} -> {08763.p3} 
+tr {08763.e} {08763.p6} {08763.p3} -> {08763.p4-eats} 
+tr {08763.t} {08763.p2-thinks} -> {08763.p1} {08763.p5} 
+tr {08763.t0|08764.t4} : b8762 {08764.p4-eats} -> {08763.f} {08764.f} {08764.p2-thinks} 
+tr {08763.t2} {08763.f} {08763.p5} -> {08763.p6} 
+tr {08763.t3|08764.t1} : a8762 {08763.f} {08764.p1} -> {08764.p3} 
+tr {08764.e} {08764.p6} {08764.p3} -> {08764.p4-eats} 
+tr {08764.t} {08764.p2-thinks} -> {08764.p1} {08764.p5} 
+tr {08764.t0|08765.t4} : b8763 {08765.p4-eats} -> {08764.f} {08765.f} {08765.p2-thinks} 
+tr {08764.t2} {08764.f} {08764.p5} -> {08764.p6} 
+tr {08764.t3|08765.t1} : a8763 {08764.f} {08765.p1} -> {08765.p3} 
+tr {08765.e} {08765.p6} {08765.p3} -> {08765.p4-eats} 
+tr {08765.t} {08765.p2-thinks} -> {08765.p1} {08765.p5} 
+tr {08765.t0|08766.t4} : b8764 {08766.p4-eats} -> {08765.f} {08766.f} {08766.p2-thinks} 
+tr {08765.t2} {08765.f} {08765.p5} -> {08765.p6} 
+tr {08765.t3|08766.t1} : a8764 {08765.f} {08766.p1} -> {08766.p3} 
+tr {08766.e} {08766.p6} {08766.p3} -> {08766.p4-eats} 
+tr {08766.t} {08766.p2-thinks} -> {08766.p1} {08766.p5} 
+tr {08766.t0|08767.t4} : b8765 {08767.p4-eats} -> {08766.f} {08767.f} {08767.p2-thinks} 
+tr {08766.t2} {08766.f} {08766.p5} -> {08766.p6} 
+tr {08766.t3|08767.t1} : a8765 {08766.f} {08767.p1} -> {08767.p3} 
+tr {08767.e} {08767.p6} {08767.p3} -> {08767.p4-eats} 
+tr {08767.t} {08767.p2-thinks} -> {08767.p1} {08767.p5} 
+tr {08767.t0|08768.t4} : b8766 {08768.p4-eats} -> {08767.f} {08768.f} {08768.p2-thinks} 
+tr {08767.t2} {08767.f} {08767.p5} -> {08767.p6} 
+tr {08767.t3|08768.t1} : a8766 {08767.f} {08768.p1} -> {08768.p3} 
+tr {08768.e} {08768.p6} {08768.p3} -> {08768.p4-eats} 
+tr {08768.t} {08768.p2-thinks} -> {08768.p1} {08768.p5} 
+tr {08768.t0|08769.t4} : b8767 {08769.p4-eats} -> {08768.f} {08769.f} {08769.p2-thinks} 
+tr {08768.t2} {08768.f} {08768.p5} -> {08768.p6} 
+tr {08768.t3|08769.t1} : a8767 {08768.f} {08769.p1} -> {08769.p3} 
+tr {08769.e} {08769.p6} {08769.p3} -> {08769.p4-eats} 
+tr {08769.t} {08769.p2-thinks} -> {08769.p1} {08769.p5} 
+tr {08769.t0|08770.t4} : b8768 {08770.p4-eats} -> {08769.f} {08770.f} {08770.p2-thinks} 
+tr {08769.t2} {08769.f} {08769.p5} -> {08769.p6} 
+tr {08769.t3|08770.t1} : a8768 {08769.f} {08770.p1} -> {08770.p3} 
+tr {08770.e} {08770.p6} {08770.p3} -> {08770.p4-eats} 
+tr {08770.t} {08770.p2-thinks} -> {08770.p1} {08770.p5} 
+tr {08770.t0|08771.t4} : b8769 {08771.p4-eats} -> {08770.f} {08771.f} {08771.p2-thinks} 
+tr {08770.t2} {08770.f} {08770.p5} -> {08770.p6} 
+tr {08770.t3|08771.t1} : a8769 {08770.f} {08771.p1} -> {08771.p3} 
+tr {08771.e} {08771.p6} {08771.p3} -> {08771.p4-eats} 
+tr {08771.t} {08771.p2-thinks} -> {08771.p1} {08771.p5} 
+tr {08771.t0|08772.t4} : b8770 {08772.p4-eats} -> {08771.f} {08772.f} {08772.p2-thinks} 
+tr {08771.t2} {08771.f} {08771.p5} -> {08771.p6} 
+tr {08771.t3|08772.t1} : a8770 {08771.f} {08772.p1} -> {08772.p3} 
+tr {08772.e} {08772.p6} {08772.p3} -> {08772.p4-eats} 
+tr {08772.t} {08772.p2-thinks} -> {08772.p1} {08772.p5} 
+tr {08772.t0|08773.t4} : b8771 {08773.p4-eats} -> {08772.f} {08773.f} {08773.p2-thinks} 
+tr {08772.t2} {08772.f} {08772.p5} -> {08772.p6} 
+tr {08772.t3|08773.t1} : a8771 {08772.f} {08773.p1} -> {08773.p3} 
+tr {08773.e} {08773.p6} {08773.p3} -> {08773.p4-eats} 
+tr {08773.t} {08773.p2-thinks} -> {08773.p1} {08773.p5} 
+tr {08773.t0|08774.t4} : b8772 {08774.p4-eats} -> {08773.f} {08774.f} {08774.p2-thinks} 
+tr {08773.t2} {08773.f} {08773.p5} -> {08773.p6} 
+tr {08773.t3|08774.t1} : a8772 {08773.f} {08774.p1} -> {08774.p3} 
+tr {08774.e} {08774.p6} {08774.p3} -> {08774.p4-eats} 
+tr {08774.t} {08774.p2-thinks} -> {08774.p1} {08774.p5} 
+tr {08774.t0|08775.t4} : b8773 {08775.p4-eats} -> {08774.f} {08775.f} {08775.p2-thinks} 
+tr {08774.t2} {08774.f} {08774.p5} -> {08774.p6} 
+tr {08774.t3|08775.t1} : a8773 {08774.f} {08775.p1} -> {08775.p3} 
+tr {08775.e} {08775.p6} {08775.p3} -> {08775.p4-eats} 
+tr {08775.t} {08775.p2-thinks} -> {08775.p1} {08775.p5} 
+tr {08775.t0|08776.t4} : b8774 {08776.p4-eats} -> {08775.f} {08776.f} {08776.p2-thinks} 
+tr {08775.t2} {08775.f} {08775.p5} -> {08775.p6} 
+tr {08775.t3|08776.t1} : a8774 {08775.f} {08776.p1} -> {08776.p3} 
+tr {08776.e} {08776.p6} {08776.p3} -> {08776.p4-eats} 
+tr {08776.t} {08776.p2-thinks} -> {08776.p1} {08776.p5} 
+tr {08776.t0|08777.t4} : b8775 {08777.p4-eats} -> {08776.f} {08777.f} {08777.p2-thinks} 
+tr {08776.t2} {08776.f} {08776.p5} -> {08776.p6} 
+tr {08776.t3|08777.t1} : a8775 {08776.f} {08777.p1} -> {08777.p3} 
+tr {08777.e} {08777.p6} {08777.p3} -> {08777.p4-eats} 
+tr {08777.t} {08777.p2-thinks} -> {08777.p1} {08777.p5} 
+tr {08777.t0|08778.t4} : b8776 {08778.p4-eats} -> {08777.f} {08778.f} {08778.p2-thinks} 
+tr {08777.t2} {08777.f} {08777.p5} -> {08777.p6} 
+tr {08777.t3|08778.t1} : a8776 {08777.f} {08778.p1} -> {08778.p3} 
+tr {08778.e} {08778.p6} {08778.p3} -> {08778.p4-eats} 
+tr {08778.t} {08778.p2-thinks} -> {08778.p1} {08778.p5} 
+tr {08778.t0|08779.t4} : b8777 {08779.p4-eats} -> {08778.f} {08779.f} {08779.p2-thinks} 
+tr {08778.t2} {08778.f} {08778.p5} -> {08778.p6} 
+tr {08778.t3|08779.t1} : a8777 {08778.f} {08779.p1} -> {08779.p3} 
+tr {08779.e} {08779.p6} {08779.p3} -> {08779.p4-eats} 
+tr {08779.t} {08779.p2-thinks} -> {08779.p1} {08779.p5} 
+tr {08779.t0|08780.t4} : b8778 {08780.p4-eats} -> {08779.f} {08780.f} {08780.p2-thinks} 
+tr {08779.t2} {08779.f} {08779.p5} -> {08779.p6} 
+tr {08779.t3|08780.t1} : a8778 {08779.f} {08780.p1} -> {08780.p3} 
+tr {08780.e} {08780.p6} {08780.p3} -> {08780.p4-eats} 
+tr {08780.t} {08780.p2-thinks} -> {08780.p1} {08780.p5} 
+tr {08780.t0|08781.t4} : b8779 {08781.p4-eats} -> {08780.f} {08781.f} {08781.p2-thinks} 
+tr {08780.t2} {08780.f} {08780.p5} -> {08780.p6} 
+tr {08780.t3|08781.t1} : a8779 {08780.f} {08781.p1} -> {08781.p3} 
+tr {08781.e} {08781.p6} {08781.p3} -> {08781.p4-eats} 
+tr {08781.t} {08781.p2-thinks} -> {08781.p1} {08781.p5} 
+tr {08781.t0|08782.t4} : b8780 {08782.p4-eats} -> {08781.f} {08782.f} {08782.p2-thinks} 
+tr {08781.t2} {08781.f} {08781.p5} -> {08781.p6} 
+tr {08781.t3|08782.t1} : a8780 {08781.f} {08782.p1} -> {08782.p3} 
+tr {08782.e} {08782.p6} {08782.p3} -> {08782.p4-eats} 
+tr {08782.t} {08782.p2-thinks} -> {08782.p1} {08782.p5} 
+tr {08782.t0|08783.t4} : b8781 {08783.p4-eats} -> {08782.f} {08783.f} {08783.p2-thinks} 
+tr {08782.t2} {08782.f} {08782.p5} -> {08782.p6} 
+tr {08782.t3|08783.t1} : a8781 {08782.f} {08783.p1} -> {08783.p3} 
+tr {08783.e} {08783.p6} {08783.p3} -> {08783.p4-eats} 
+tr {08783.t} {08783.p2-thinks} -> {08783.p1} {08783.p5} 
+tr {08783.t0|08784.t4} : b8782 {08784.p4-eats} -> {08783.f} {08784.f} {08784.p2-thinks} 
+tr {08783.t2} {08783.f} {08783.p5} -> {08783.p6} 
+tr {08783.t3|08784.t1} : a8782 {08783.f} {08784.p1} -> {08784.p3} 
+tr {08784.e} {08784.p6} {08784.p3} -> {08784.p4-eats} 
+tr {08784.t} {08784.p2-thinks} -> {08784.p1} {08784.p5} 
+tr {08784.t0|08785.t4} : b8783 {08785.p4-eats} -> {08784.f} {08785.f} {08785.p2-thinks} 
+tr {08784.t2} {08784.f} {08784.p5} -> {08784.p6} 
+tr {08784.t3|08785.t1} : a8783 {08784.f} {08785.p1} -> {08785.p3} 
+tr {08785.e} {08785.p6} {08785.p3} -> {08785.p4-eats} 
+tr {08785.t} {08785.p2-thinks} -> {08785.p1} {08785.p5} 
+tr {08785.t0|08786.t4} : b8784 {08786.p4-eats} -> {08785.f} {08786.f} {08786.p2-thinks} 
+tr {08785.t2} {08785.f} {08785.p5} -> {08785.p6} 
+tr {08785.t3|08786.t1} : a8784 {08785.f} {08786.p1} -> {08786.p3} 
+tr {08786.e} {08786.p6} {08786.p3} -> {08786.p4-eats} 
+tr {08786.t} {08786.p2-thinks} -> {08786.p1} {08786.p5} 
+tr {08786.t0|08787.t4} : b8785 {08787.p4-eats} -> {08786.f} {08787.f} {08787.p2-thinks} 
+tr {08786.t2} {08786.f} {08786.p5} -> {08786.p6} 
+tr {08786.t3|08787.t1} : a8785 {08786.f} {08787.p1} -> {08787.p3} 
+tr {08787.e} {08787.p6} {08787.p3} -> {08787.p4-eats} 
+tr {08787.t} {08787.p2-thinks} -> {08787.p1} {08787.p5} 
+tr {08787.t0|08788.t4} : b8786 {08788.p4-eats} -> {08787.f} {08788.f} {08788.p2-thinks} 
+tr {08787.t2} {08787.f} {08787.p5} -> {08787.p6} 
+tr {08787.t3|08788.t1} : a8786 {08787.f} {08788.p1} -> {08788.p3} 
+tr {08788.e} {08788.p6} {08788.p3} -> {08788.p4-eats} 
+tr {08788.t} {08788.p2-thinks} -> {08788.p1} {08788.p5} 
+tr {08788.t0|08789.t4} : b8787 {08789.p4-eats} -> {08788.f} {08789.f} {08789.p2-thinks} 
+tr {08788.t2} {08788.f} {08788.p5} -> {08788.p6} 
+tr {08788.t3|08789.t1} : a8787 {08788.f} {08789.p1} -> {08789.p3} 
+tr {08789.e} {08789.p6} {08789.p3} -> {08789.p4-eats} 
+tr {08789.t} {08789.p2-thinks} -> {08789.p1} {08789.p5} 
+tr {08789.t0|08790.t4} : b8788 {08790.p4-eats} -> {08789.f} {08790.f} {08790.p2-thinks} 
+tr {08789.t2} {08789.f} {08789.p5} -> {08789.p6} 
+tr {08789.t3|08790.t1} : a8788 {08789.f} {08790.p1} -> {08790.p3} 
+tr {08790.e} {08790.p6} {08790.p3} -> {08790.p4-eats} 
+tr {08790.t} {08790.p2-thinks} -> {08790.p1} {08790.p5} 
+tr {08790.t0|08791.t4} : b8789 {08791.p4-eats} -> {08790.f} {08791.f} {08791.p2-thinks} 
+tr {08790.t2} {08790.f} {08790.p5} -> {08790.p6} 
+tr {08790.t3|08791.t1} : a8789 {08790.f} {08791.p1} -> {08791.p3} 
+tr {08791.e} {08791.p6} {08791.p3} -> {08791.p4-eats} 
+tr {08791.t} {08791.p2-thinks} -> {08791.p1} {08791.p5} 
+tr {08791.t0|08792.t4} : b8790 {08792.p4-eats} -> {08791.f} {08792.f} {08792.p2-thinks} 
+tr {08791.t2} {08791.f} {08791.p5} -> {08791.p6} 
+tr {08791.t3|08792.t1} : a8790 {08791.f} {08792.p1} -> {08792.p3} 
+tr {08792.e} {08792.p6} {08792.p3} -> {08792.p4-eats} 
+tr {08792.t} {08792.p2-thinks} -> {08792.p1} {08792.p5} 
+tr {08792.t0|08793.t4} : b8791 {08793.p4-eats} -> {08792.f} {08793.f} {08793.p2-thinks} 
+tr {08792.t2} {08792.f} {08792.p5} -> {08792.p6} 
+tr {08792.t3|08793.t1} : a8791 {08792.f} {08793.p1} -> {08793.p3} 
+tr {08793.e} {08793.p6} {08793.p3} -> {08793.p4-eats} 
+tr {08793.t} {08793.p2-thinks} -> {08793.p1} {08793.p5} 
+tr {08793.t0|08794.t4} : b8792 {08794.p4-eats} -> {08793.f} {08794.f} {08794.p2-thinks} 
+tr {08793.t2} {08793.f} {08793.p5} -> {08793.p6} 
+tr {08793.t3|08794.t1} : a8792 {08793.f} {08794.p1} -> {08794.p3} 
+tr {08794.e} {08794.p6} {08794.p3} -> {08794.p4-eats} 
+tr {08794.t} {08794.p2-thinks} -> {08794.p1} {08794.p5} 
+tr {08794.t0|08795.t4} : b8793 {08795.p4-eats} -> {08794.f} {08795.f} {08795.p2-thinks} 
+tr {08794.t2} {08794.f} {08794.p5} -> {08794.p6} 
+tr {08794.t3|08795.t1} : a8793 {08794.f} {08795.p1} -> {08795.p3} 
+tr {08795.e} {08795.p6} {08795.p3} -> {08795.p4-eats} 
+tr {08795.t} {08795.p2-thinks} -> {08795.p1} {08795.p5} 
+tr {08795.t0|08796.t4} : b8794 {08796.p4-eats} -> {08795.f} {08796.f} {08796.p2-thinks} 
+tr {08795.t2} {08795.f} {08795.p5} -> {08795.p6} 
+tr {08795.t3|08796.t1} : a8794 {08795.f} {08796.p1} -> {08796.p3} 
+tr {08796.e} {08796.p6} {08796.p3} -> {08796.p4-eats} 
+tr {08796.t} {08796.p2-thinks} -> {08796.p1} {08796.p5} 
+tr {08796.t0|08797.t4} : b8795 {08797.p4-eats} -> {08796.f} {08797.f} {08797.p2-thinks} 
+tr {08796.t2} {08796.f} {08796.p5} -> {08796.p6} 
+tr {08796.t3|08797.t1} : a8795 {08796.f} {08797.p1} -> {08797.p3} 
+tr {08797.e} {08797.p6} {08797.p3} -> {08797.p4-eats} 
+tr {08797.t} {08797.p2-thinks} -> {08797.p1} {08797.p5} 
+tr {08797.t0|08798.t4} : b8796 {08798.p4-eats} -> {08797.f} {08798.f} {08798.p2-thinks} 
+tr {08797.t2} {08797.f} {08797.p5} -> {08797.p6} 
+tr {08797.t3|08798.t1} : a8796 {08797.f} {08798.p1} -> {08798.p3} 
+tr {08798.e} {08798.p6} {08798.p3} -> {08798.p4-eats} 
+tr {08798.t} {08798.p2-thinks} -> {08798.p1} {08798.p5} 
+tr {08798.t0|08799.t4} : b8797 {08799.p4-eats} -> {08798.f} {08799.f} {08799.p2-thinks} 
+tr {08798.t2} {08798.f} {08798.p5} -> {08798.p6} 
+tr {08798.t3|08799.t1} : a8797 {08798.f} {08799.p1} -> {08799.p3} 
+tr {08799.e} {08799.p6} {08799.p3} -> {08799.p4-eats} 
+tr {08799.t} {08799.p2-thinks} -> {08799.p1} {08799.p5} 
+tr {08799.t0|08800.t4} : b8798 {08800.p4-eats} -> {08799.f} {08800.f} {08800.p2-thinks} 
+tr {08799.t2} {08799.f} {08799.p5} -> {08799.p6} 
+tr {08799.t3|08800.t1} : a8798 {08799.f} {08800.p1} -> {08800.p3} 
+tr {08800.e} {08800.p6} {08800.p3} -> {08800.p4-eats} 
+tr {08800.t} {08800.p2-thinks} -> {08800.p1} {08800.p5} 
+tr {08800.t0|08801.t4} : b8799 {08801.p4-eats} -> {08800.f} {08801.f} {08801.p2-thinks} 
+tr {08800.t2} {08800.f} {08800.p5} -> {08800.p6} 
+tr {08800.t3|08801.t1} : a8799 {08800.f} {08801.p1} -> {08801.p3} 
+tr {08801.e} {08801.p6} {08801.p3} -> {08801.p4-eats} 
+tr {08801.t} {08801.p2-thinks} -> {08801.p1} {08801.p5} 
+tr {08801.t0|08802.t4} : b8800 {08802.p4-eats} -> {08801.f} {08802.f} {08802.p2-thinks} 
+tr {08801.t2} {08801.f} {08801.p5} -> {08801.p6} 
+tr {08801.t3|08802.t1} : a8800 {08801.f} {08802.p1} -> {08802.p3} 
+tr {08802.e} {08802.p6} {08802.p3} -> {08802.p4-eats} 
+tr {08802.t} {08802.p2-thinks} -> {08802.p1} {08802.p5} 
+tr {08802.t0|08803.t4} : b8801 {08803.p4-eats} -> {08802.f} {08803.f} {08803.p2-thinks} 
+tr {08802.t2} {08802.f} {08802.p5} -> {08802.p6} 
+tr {08802.t3|08803.t1} : a8801 {08802.f} {08803.p1} -> {08803.p3} 
+tr {08803.e} {08803.p6} {08803.p3} -> {08803.p4-eats} 
+tr {08803.t} {08803.p2-thinks} -> {08803.p1} {08803.p5} 
+tr {08803.t0|08804.t4} : b8802 {08804.p4-eats} -> {08803.f} {08804.f} {08804.p2-thinks} 
+tr {08803.t2} {08803.f} {08803.p5} -> {08803.p6} 
+tr {08803.t3|08804.t1} : a8802 {08803.f} {08804.p1} -> {08804.p3} 
+tr {08804.e} {08804.p6} {08804.p3} -> {08804.p4-eats} 
+tr {08804.t} {08804.p2-thinks} -> {08804.p1} {08804.p5} 
+tr {08804.t0|08805.t4} : b8803 {08805.p4-eats} -> {08804.f} {08805.f} {08805.p2-thinks} 
+tr {08804.t2} {08804.f} {08804.p5} -> {08804.p6} 
+tr {08804.t3|08805.t1} : a8803 {08804.f} {08805.p1} -> {08805.p3} 
+tr {08805.e} {08805.p6} {08805.p3} -> {08805.p4-eats} 
+tr {08805.t} {08805.p2-thinks} -> {08805.p1} {08805.p5} 
+tr {08805.t0|08806.t4} : b8804 {08806.p4-eats} -> {08805.f} {08806.f} {08806.p2-thinks} 
+tr {08805.t2} {08805.f} {08805.p5} -> {08805.p6} 
+tr {08805.t3|08806.t1} : a8804 {08805.f} {08806.p1} -> {08806.p3} 
+tr {08806.e} {08806.p6} {08806.p3} -> {08806.p4-eats} 
+tr {08806.t} {08806.p2-thinks} -> {08806.p1} {08806.p5} 
+tr {08806.t0|08807.t4} : b8805 {08807.p4-eats} -> {08806.f} {08807.f} {08807.p2-thinks} 
+tr {08806.t2} {08806.f} {08806.p5} -> {08806.p6} 
+tr {08806.t3|08807.t1} : a8805 {08806.f} {08807.p1} -> {08807.p3} 
+tr {08807.e} {08807.p6} {08807.p3} -> {08807.p4-eats} 
+tr {08807.t} {08807.p2-thinks} -> {08807.p1} {08807.p5} 
+tr {08807.t0|08808.t4} : b8806 {08808.p4-eats} -> {08807.f} {08808.f} {08808.p2-thinks} 
+tr {08807.t2} {08807.f} {08807.p5} -> {08807.p6} 
+tr {08807.t3|08808.t1} : a8806 {08807.f} {08808.p1} -> {08808.p3} 
+tr {08808.e} {08808.p6} {08808.p3} -> {08808.p4-eats} 
+tr {08808.t} {08808.p2-thinks} -> {08808.p1} {08808.p5} 
+tr {08808.t0|08809.t4} : b8807 {08809.p4-eats} -> {08808.f} {08809.f} {08809.p2-thinks} 
+tr {08808.t2} {08808.f} {08808.p5} -> {08808.p6} 
+tr {08808.t3|08809.t1} : a8807 {08808.f} {08809.p1} -> {08809.p3} 
+tr {08809.e} {08809.p6} {08809.p3} -> {08809.p4-eats} 
+tr {08809.t} {08809.p2-thinks} -> {08809.p1} {08809.p5} 
+tr {08809.t0|08810.t4} : b8808 {08810.p4-eats} -> {08809.f} {08810.f} {08810.p2-thinks} 
+tr {08809.t2} {08809.f} {08809.p5} -> {08809.p6} 
+tr {08809.t3|08810.t1} : a8808 {08809.f} {08810.p1} -> {08810.p3} 
+tr {08810.e} {08810.p6} {08810.p3} -> {08810.p4-eats} 
+tr {08810.t} {08810.p2-thinks} -> {08810.p1} {08810.p5} 
+tr {08810.t0|08811.t4} : b8809 {08811.p4-eats} -> {08810.f} {08811.f} {08811.p2-thinks} 
+tr {08810.t2} {08810.f} {08810.p5} -> {08810.p6} 
+tr {08810.t3|08811.t1} : a8809 {08810.f} {08811.p1} -> {08811.p3} 
+tr {08811.e} {08811.p6} {08811.p3} -> {08811.p4-eats} 
+tr {08811.t} {08811.p2-thinks} -> {08811.p1} {08811.p5} 
+tr {08811.t0|08812.t4} : b8810 {08812.p4-eats} -> {08811.f} {08812.f} {08812.p2-thinks} 
+tr {08811.t2} {08811.f} {08811.p5} -> {08811.p6} 
+tr {08811.t3|08812.t1} : a8810 {08811.f} {08812.p1} -> {08812.p3} 
+tr {08812.e} {08812.p6} {08812.p3} -> {08812.p4-eats} 
+tr {08812.t} {08812.p2-thinks} -> {08812.p1} {08812.p5} 
+tr {08812.t0|08813.t4} : b8811 {08813.p4-eats} -> {08812.f} {08813.f} {08813.p2-thinks} 
+tr {08812.t2} {08812.f} {08812.p5} -> {08812.p6} 
+tr {08812.t3|08813.t1} : a8811 {08812.f} {08813.p1} -> {08813.p3} 
+tr {08813.e} {08813.p6} {08813.p3} -> {08813.p4-eats} 
+tr {08813.t} {08813.p2-thinks} -> {08813.p1} {08813.p5} 
+tr {08813.t0|08814.t4} : b8812 {08814.p4-eats} -> {08813.f} {08814.f} {08814.p2-thinks} 
+tr {08813.t2} {08813.f} {08813.p5} -> {08813.p6} 
+tr {08813.t3|08814.t1} : a8812 {08813.f} {08814.p1} -> {08814.p3} 
+tr {08814.e} {08814.p6} {08814.p3} -> {08814.p4-eats} 
+tr {08814.t} {08814.p2-thinks} -> {08814.p1} {08814.p5} 
+tr {08814.t0|08815.t4} : b8813 {08815.p4-eats} -> {08814.f} {08815.f} {08815.p2-thinks} 
+tr {08814.t2} {08814.f} {08814.p5} -> {08814.p6} 
+tr {08814.t3|08815.t1} : a8813 {08814.f} {08815.p1} -> {08815.p3} 
+tr {08815.e} {08815.p6} {08815.p3} -> {08815.p4-eats} 
+tr {08815.t} {08815.p2-thinks} -> {08815.p1} {08815.p5} 
+tr {08815.t0|08816.t4} : b8814 {08816.p4-eats} -> {08815.f} {08816.f} {08816.p2-thinks} 
+tr {08815.t2} {08815.f} {08815.p5} -> {08815.p6} 
+tr {08815.t3|08816.t1} : a8814 {08815.f} {08816.p1} -> {08816.p3} 
+tr {08816.e} {08816.p6} {08816.p3} -> {08816.p4-eats} 
+tr {08816.t} {08816.p2-thinks} -> {08816.p1} {08816.p5} 
+tr {08816.t0|08817.t4} : b8815 {08817.p4-eats} -> {08816.f} {08817.f} {08817.p2-thinks} 
+tr {08816.t2} {08816.f} {08816.p5} -> {08816.p6} 
+tr {08816.t3|08817.t1} : a8815 {08816.f} {08817.p1} -> {08817.p3} 
+tr {08817.e} {08817.p6} {08817.p3} -> {08817.p4-eats} 
+tr {08817.t} {08817.p2-thinks} -> {08817.p1} {08817.p5} 
+tr {08817.t0|08818.t4} : b8816 {08818.p4-eats} -> {08817.f} {08818.f} {08818.p2-thinks} 
+tr {08817.t2} {08817.f} {08817.p5} -> {08817.p6} 
+tr {08817.t3|08818.t1} : a8816 {08817.f} {08818.p1} -> {08818.p3} 
+tr {08818.e} {08818.p6} {08818.p3} -> {08818.p4-eats} 
+tr {08818.t} {08818.p2-thinks} -> {08818.p1} {08818.p5} 
+tr {08818.t0|08819.t4} : b8817 {08819.p4-eats} -> {08818.f} {08819.f} {08819.p2-thinks} 
+tr {08818.t2} {08818.f} {08818.p5} -> {08818.p6} 
+tr {08818.t3|08819.t1} : a8817 {08818.f} {08819.p1} -> {08819.p3} 
+tr {08819.e} {08819.p6} {08819.p3} -> {08819.p4-eats} 
+tr {08819.t} {08819.p2-thinks} -> {08819.p1} {08819.p5} 
+tr {08819.t0|08820.t4} : b8818 {08820.p4-eats} -> {08819.f} {08820.f} {08820.p2-thinks} 
+tr {08819.t2} {08819.f} {08819.p5} -> {08819.p6} 
+tr {08819.t3|08820.t1} : a8818 {08819.f} {08820.p1} -> {08820.p3} 
+tr {08820.e} {08820.p6} {08820.p3} -> {08820.p4-eats} 
+tr {08820.t} {08820.p2-thinks} -> {08820.p1} {08820.p5} 
+tr {08820.t0|08821.t4} : b8819 {08821.p4-eats} -> {08820.f} {08821.f} {08821.p2-thinks} 
+tr {08820.t2} {08820.f} {08820.p5} -> {08820.p6} 
+tr {08820.t3|08821.t1} : a8819 {08820.f} {08821.p1} -> {08821.p3} 
+tr {08821.e} {08821.p6} {08821.p3} -> {08821.p4-eats} 
+tr {08821.t} {08821.p2-thinks} -> {08821.p1} {08821.p5} 
+tr {08821.t0|08822.t4} : b8820 {08822.p4-eats} -> {08821.f} {08822.f} {08822.p2-thinks} 
+tr {08821.t2} {08821.f} {08821.p5} -> {08821.p6} 
+tr {08821.t3|08822.t1} : a8820 {08821.f} {08822.p1} -> {08822.p3} 
+tr {08822.e} {08822.p6} {08822.p3} -> {08822.p4-eats} 
+tr {08822.t} {08822.p2-thinks} -> {08822.p1} {08822.p5} 
+tr {08822.t0|08823.t4} : b8821 {08823.p4-eats} -> {08822.f} {08823.f} {08823.p2-thinks} 
+tr {08822.t2} {08822.f} {08822.p5} -> {08822.p6} 
+tr {08822.t3|08823.t1} : a8821 {08822.f} {08823.p1} -> {08823.p3} 
+tr {08823.e} {08823.p6} {08823.p3} -> {08823.p4-eats} 
+tr {08823.t} {08823.p2-thinks} -> {08823.p1} {08823.p5} 
+tr {08823.t0|08824.t4} : b8822 {08824.p4-eats} -> {08823.f} {08824.f} {08824.p2-thinks} 
+tr {08823.t2} {08823.f} {08823.p5} -> {08823.p6} 
+tr {08823.t3|08824.t1} : a8822 {08823.f} {08824.p1} -> {08824.p3} 
+tr {08824.e} {08824.p6} {08824.p3} -> {08824.p4-eats} 
+tr {08824.t} {08824.p2-thinks} -> {08824.p1} {08824.p5} 
+tr {08824.t0|08825.t4} : b8823 {08825.p4-eats} -> {08824.f} {08825.f} {08825.p2-thinks} 
+tr {08824.t2} {08824.f} {08824.p5} -> {08824.p6} 
+tr {08824.t3|08825.t1} : a8823 {08824.f} {08825.p1} -> {08825.p3} 
+tr {08825.e} {08825.p6} {08825.p3} -> {08825.p4-eats} 
+tr {08825.t} {08825.p2-thinks} -> {08825.p1} {08825.p5} 
+tr {08825.t0|08826.t4} : b8824 {08826.p4-eats} -> {08825.f} {08826.f} {08826.p2-thinks} 
+tr {08825.t2} {08825.f} {08825.p5} -> {08825.p6} 
+tr {08825.t3|08826.t1} : a8824 {08825.f} {08826.p1} -> {08826.p3} 
+tr {08826.e} {08826.p6} {08826.p3} -> {08826.p4-eats} 
+tr {08826.t} {08826.p2-thinks} -> {08826.p1} {08826.p5} 
+tr {08826.t0|08827.t4} : b8825 {08827.p4-eats} -> {08826.f} {08827.f} {08827.p2-thinks} 
+tr {08826.t2} {08826.f} {08826.p5} -> {08826.p6} 
+tr {08826.t3|08827.t1} : a8825 {08826.f} {08827.p1} -> {08827.p3} 
+tr {08827.e} {08827.p6} {08827.p3} -> {08827.p4-eats} 
+tr {08827.t} {08827.p2-thinks} -> {08827.p1} {08827.p5} 
+tr {08827.t0|08828.t4} : b8826 {08828.p4-eats} -> {08827.f} {08828.f} {08828.p2-thinks} 
+tr {08827.t2} {08827.f} {08827.p5} -> {08827.p6} 
+tr {08827.t3|08828.t1} : a8826 {08827.f} {08828.p1} -> {08828.p3} 
+tr {08828.e} {08828.p6} {08828.p3} -> {08828.p4-eats} 
+tr {08828.t} {08828.p2-thinks} -> {08828.p1} {08828.p5} 
+tr {08828.t0|08829.t4} : b8827 {08829.p4-eats} -> {08828.f} {08829.f} {08829.p2-thinks} 
+tr {08828.t2} {08828.f} {08828.p5} -> {08828.p6} 
+tr {08828.t3|08829.t1} : a8827 {08828.f} {08829.p1} -> {08829.p3} 
+tr {08829.e} {08829.p6} {08829.p3} -> {08829.p4-eats} 
+tr {08829.t} {08829.p2-thinks} -> {08829.p1} {08829.p5} 
+tr {08829.t0|08830.t4} : b8828 {08830.p4-eats} -> {08829.f} {08830.f} {08830.p2-thinks} 
+tr {08829.t2} {08829.f} {08829.p5} -> {08829.p6} 
+tr {08829.t3|08830.t1} : a8828 {08829.f} {08830.p1} -> {08830.p3} 
+tr {08830.e} {08830.p6} {08830.p3} -> {08830.p4-eats} 
+tr {08830.t} {08830.p2-thinks} -> {08830.p1} {08830.p5} 
+tr {08830.t0|08831.t4} : b8829 {08831.p4-eats} -> {08830.f} {08831.f} {08831.p2-thinks} 
+tr {08830.t2} {08830.f} {08830.p5} -> {08830.p6} 
+tr {08830.t3|08831.t1} : a8829 {08830.f} {08831.p1} -> {08831.p3} 
+tr {08831.e} {08831.p6} {08831.p3} -> {08831.p4-eats} 
+tr {08831.t} {08831.p2-thinks} -> {08831.p1} {08831.p5} 
+tr {08831.t0|08832.t4} : b8830 {08832.p4-eats} -> {08831.f} {08832.f} {08832.p2-thinks} 
+tr {08831.t2} {08831.f} {08831.p5} -> {08831.p6} 
+tr {08831.t3|08832.t1} : a8830 {08831.f} {08832.p1} -> {08832.p3} 
+tr {08832.e} {08832.p6} {08832.p3} -> {08832.p4-eats} 
+tr {08832.t} {08832.p2-thinks} -> {08832.p1} {08832.p5} 
+tr {08832.t0|08833.t4} : b8831 {08833.p4-eats} -> {08832.f} {08833.f} {08833.p2-thinks} 
+tr {08832.t2} {08832.f} {08832.p5} -> {08832.p6} 
+tr {08832.t3|08833.t1} : a8831 {08832.f} {08833.p1} -> {08833.p3} 
+tr {08833.e} {08833.p6} {08833.p3} -> {08833.p4-eats} 
+tr {08833.t} {08833.p2-thinks} -> {08833.p1} {08833.p5} 
+tr {08833.t0|08834.t4} : b8832 {08834.p4-eats} -> {08833.f} {08834.f} {08834.p2-thinks} 
+tr {08833.t2} {08833.f} {08833.p5} -> {08833.p6} 
+tr {08833.t3|08834.t1} : a8832 {08833.f} {08834.p1} -> {08834.p3} 
+tr {08834.e} {08834.p6} {08834.p3} -> {08834.p4-eats} 
+tr {08834.t} {08834.p2-thinks} -> {08834.p1} {08834.p5} 
+tr {08834.t0|08835.t4} : b8833 {08835.p4-eats} -> {08834.f} {08835.f} {08835.p2-thinks} 
+tr {08834.t2} {08834.f} {08834.p5} -> {08834.p6} 
+tr {08834.t3|08835.t1} : a8833 {08834.f} {08835.p1} -> {08835.p3} 
+tr {08835.e} {08835.p6} {08835.p3} -> {08835.p4-eats} 
+tr {08835.t} {08835.p2-thinks} -> {08835.p1} {08835.p5} 
+tr {08835.t0|08836.t4} : b8834 {08836.p4-eats} -> {08835.f} {08836.f} {08836.p2-thinks} 
+tr {08835.t2} {08835.f} {08835.p5} -> {08835.p6} 
+tr {08835.t3|08836.t1} : a8834 {08835.f} {08836.p1} -> {08836.p3} 
+tr {08836.e} {08836.p6} {08836.p3} -> {08836.p4-eats} 
+tr {08836.t} {08836.p2-thinks} -> {08836.p1} {08836.p5} 
+tr {08836.t0|08837.t4} : b8835 {08837.p4-eats} -> {08836.f} {08837.f} {08837.p2-thinks} 
+tr {08836.t2} {08836.f} {08836.p5} -> {08836.p6} 
+tr {08836.t3|08837.t1} : a8835 {08836.f} {08837.p1} -> {08837.p3} 
+tr {08837.e} {08837.p6} {08837.p3} -> {08837.p4-eats} 
+tr {08837.t} {08837.p2-thinks} -> {08837.p1} {08837.p5} 
+tr {08837.t0|08838.t4} : b8836 {08838.p4-eats} -> {08837.f} {08838.f} {08838.p2-thinks} 
+tr {08837.t2} {08837.f} {08837.p5} -> {08837.p6} 
+tr {08837.t3|08838.t1} : a8836 {08837.f} {08838.p1} -> {08838.p3} 
+tr {08838.e} {08838.p6} {08838.p3} -> {08838.p4-eats} 
+tr {08838.t} {08838.p2-thinks} -> {08838.p1} {08838.p5} 
+tr {08838.t0|08839.t4} : b8837 {08839.p4-eats} -> {08838.f} {08839.f} {08839.p2-thinks} 
+tr {08838.t2} {08838.f} {08838.p5} -> {08838.p6} 
+tr {08838.t3|08839.t1} : a8837 {08838.f} {08839.p1} -> {08839.p3} 
+tr {08839.e} {08839.p6} {08839.p3} -> {08839.p4-eats} 
+tr {08839.t} {08839.p2-thinks} -> {08839.p1} {08839.p5} 
+tr {08839.t0|08840.t4} : b8838 {08840.p4-eats} -> {08839.f} {08840.f} {08840.p2-thinks} 
+tr {08839.t2} {08839.f} {08839.p5} -> {08839.p6} 
+tr {08839.t3|08840.t1} : a8838 {08839.f} {08840.p1} -> {08840.p3} 
+tr {08840.e} {08840.p6} {08840.p3} -> {08840.p4-eats} 
+tr {08840.t} {08840.p2-thinks} -> {08840.p1} {08840.p5} 
+tr {08840.t0|08841.t4} : b8839 {08841.p4-eats} -> {08840.f} {08841.f} {08841.p2-thinks} 
+tr {08840.t2} {08840.f} {08840.p5} -> {08840.p6} 
+tr {08840.t3|08841.t1} : a8839 {08840.f} {08841.p1} -> {08841.p3} 
+tr {08841.e} {08841.p6} {08841.p3} -> {08841.p4-eats} 
+tr {08841.t} {08841.p2-thinks} -> {08841.p1} {08841.p5} 
+tr {08841.t0|08842.t4} : b8840 {08842.p4-eats} -> {08841.f} {08842.f} {08842.p2-thinks} 
+tr {08841.t2} {08841.f} {08841.p5} -> {08841.p6} 
+tr {08841.t3|08842.t1} : a8840 {08841.f} {08842.p1} -> {08842.p3} 
+tr {08842.e} {08842.p6} {08842.p3} -> {08842.p4-eats} 
+tr {08842.t} {08842.p2-thinks} -> {08842.p1} {08842.p5} 
+tr {08842.t0|08843.t4} : b8841 {08843.p4-eats} -> {08842.f} {08843.f} {08843.p2-thinks} 
+tr {08842.t2} {08842.f} {08842.p5} -> {08842.p6} 
+tr {08842.t3|08843.t1} : a8841 {08842.f} {08843.p1} -> {08843.p3} 
+tr {08843.e} {08843.p6} {08843.p3} -> {08843.p4-eats} 
+tr {08843.t} {08843.p2-thinks} -> {08843.p1} {08843.p5} 
+tr {08843.t0|08844.t4} : b8842 {08844.p4-eats} -> {08843.f} {08844.f} {08844.p2-thinks} 
+tr {08843.t2} {08843.f} {08843.p5} -> {08843.p6} 
+tr {08843.t3|08844.t1} : a8842 {08843.f} {08844.p1} -> {08844.p3} 
+tr {08844.e} {08844.p6} {08844.p3} -> {08844.p4-eats} 
+tr {08844.t} {08844.p2-thinks} -> {08844.p1} {08844.p5} 
+tr {08844.t0|08845.t4} : b8843 {08845.p4-eats} -> {08844.f} {08845.f} {08845.p2-thinks} 
+tr {08844.t2} {08844.f} {08844.p5} -> {08844.p6} 
+tr {08844.t3|08845.t1} : a8843 {08844.f} {08845.p1} -> {08845.p3} 
+tr {08845.e} {08845.p6} {08845.p3} -> {08845.p4-eats} 
+tr {08845.t} {08845.p2-thinks} -> {08845.p1} {08845.p5} 
+tr {08845.t0|08846.t4} : b8844 {08846.p4-eats} -> {08845.f} {08846.f} {08846.p2-thinks} 
+tr {08845.t2} {08845.f} {08845.p5} -> {08845.p6} 
+tr {08845.t3|08846.t1} : a8844 {08845.f} {08846.p1} -> {08846.p3} 
+tr {08846.e} {08846.p6} {08846.p3} -> {08846.p4-eats} 
+tr {08846.t} {08846.p2-thinks} -> {08846.p1} {08846.p5} 
+tr {08846.t0|08847.t4} : b8845 {08847.p4-eats} -> {08846.f} {08847.f} {08847.p2-thinks} 
+tr {08846.t2} {08846.f} {08846.p5} -> {08846.p6} 
+tr {08846.t3|08847.t1} : a8845 {08846.f} {08847.p1} -> {08847.p3} 
+tr {08847.e} {08847.p6} {08847.p3} -> {08847.p4-eats} 
+tr {08847.t} {08847.p2-thinks} -> {08847.p1} {08847.p5} 
+tr {08847.t0|08848.t4} : b8846 {08848.p4-eats} -> {08847.f} {08848.f} {08848.p2-thinks} 
+tr {08847.t2} {08847.f} {08847.p5} -> {08847.p6} 
+tr {08847.t3|08848.t1} : a8846 {08847.f} {08848.p1} -> {08848.p3} 
+tr {08848.e} {08848.p6} {08848.p3} -> {08848.p4-eats} 
+tr {08848.t} {08848.p2-thinks} -> {08848.p1} {08848.p5} 
+tr {08848.t0|08849.t4} : b8847 {08849.p4-eats} -> {08848.f} {08849.f} {08849.p2-thinks} 
+tr {08848.t2} {08848.f} {08848.p5} -> {08848.p6} 
+tr {08848.t3|08849.t1} : a8847 {08848.f} {08849.p1} -> {08849.p3} 
+tr {08849.e} {08849.p6} {08849.p3} -> {08849.p4-eats} 
+tr {08849.t} {08849.p2-thinks} -> {08849.p1} {08849.p5} 
+tr {08849.t0|08850.t4} : b8848 {08850.p4-eats} -> {08849.f} {08850.f} {08850.p2-thinks} 
+tr {08849.t2} {08849.f} {08849.p5} -> {08849.p6} 
+tr {08849.t3|08850.t1} : a8848 {08849.f} {08850.p1} -> {08850.p3} 
+tr {08850.e} {08850.p6} {08850.p3} -> {08850.p4-eats} 
+tr {08850.t} {08850.p2-thinks} -> {08850.p1} {08850.p5} 
+tr {08850.t0|08851.t4} : b8849 {08851.p4-eats} -> {08850.f} {08851.f} {08851.p2-thinks} 
+tr {08850.t2} {08850.f} {08850.p5} -> {08850.p6} 
+tr {08850.t3|08851.t1} : a8849 {08850.f} {08851.p1} -> {08851.p3} 
+tr {08851.e} {08851.p6} {08851.p3} -> {08851.p4-eats} 
+tr {08851.t} {08851.p2-thinks} -> {08851.p1} {08851.p5} 
+tr {08851.t0|08852.t4} : b8850 {08852.p4-eats} -> {08851.f} {08852.f} {08852.p2-thinks} 
+tr {08851.t2} {08851.f} {08851.p5} -> {08851.p6} 
+tr {08851.t3|08852.t1} : a8850 {08851.f} {08852.p1} -> {08852.p3} 
+tr {08852.e} {08852.p6} {08852.p3} -> {08852.p4-eats} 
+tr {08852.t} {08852.p2-thinks} -> {08852.p1} {08852.p5} 
+tr {08852.t0|08853.t4} : b8851 {08853.p4-eats} -> {08852.f} {08853.f} {08853.p2-thinks} 
+tr {08852.t2} {08852.f} {08852.p5} -> {08852.p6} 
+tr {08852.t3|08853.t1} : a8851 {08852.f} {08853.p1} -> {08853.p3} 
+tr {08853.e} {08853.p6} {08853.p3} -> {08853.p4-eats} 
+tr {08853.t} {08853.p2-thinks} -> {08853.p1} {08853.p5} 
+tr {08853.t0|08854.t4} : b8852 {08854.p4-eats} -> {08853.f} {08854.f} {08854.p2-thinks} 
+tr {08853.t2} {08853.f} {08853.p5} -> {08853.p6} 
+tr {08853.t3|08854.t1} : a8852 {08853.f} {08854.p1} -> {08854.p3} 
+tr {08854.e} {08854.p6} {08854.p3} -> {08854.p4-eats} 
+tr {08854.t} {08854.p2-thinks} -> {08854.p1} {08854.p5} 
+tr {08854.t0|08855.t4} : b8853 {08855.p4-eats} -> {08854.f} {08855.f} {08855.p2-thinks} 
+tr {08854.t2} {08854.f} {08854.p5} -> {08854.p6} 
+tr {08854.t3|08855.t1} : a8853 {08854.f} {08855.p1} -> {08855.p3} 
+tr {08855.e} {08855.p6} {08855.p3} -> {08855.p4-eats} 
+tr {08855.t} {08855.p2-thinks} -> {08855.p1} {08855.p5} 
+tr {08855.t0|08856.t4} : b8854 {08856.p4-eats} -> {08855.f} {08856.f} {08856.p2-thinks} 
+tr {08855.t2} {08855.f} {08855.p5} -> {08855.p6} 
+tr {08855.t3|08856.t1} : a8854 {08855.f} {08856.p1} -> {08856.p3} 
+tr {08856.e} {08856.p6} {08856.p3} -> {08856.p4-eats} 
+tr {08856.t} {08856.p2-thinks} -> {08856.p1} {08856.p5} 
+tr {08856.t0|08857.t4} : b8855 {08857.p4-eats} -> {08856.f} {08857.f} {08857.p2-thinks} 
+tr {08856.t2} {08856.f} {08856.p5} -> {08856.p6} 
+tr {08856.t3|08857.t1} : a8855 {08856.f} {08857.p1} -> {08857.p3} 
+tr {08857.e} {08857.p6} {08857.p3} -> {08857.p4-eats} 
+tr {08857.t} {08857.p2-thinks} -> {08857.p1} {08857.p5} 
+tr {08857.t0|08858.t4} : b8856 {08858.p4-eats} -> {08857.f} {08858.f} {08858.p2-thinks} 
+tr {08857.t2} {08857.f} {08857.p5} -> {08857.p6} 
+tr {08857.t3|08858.t1} : a8856 {08857.f} {08858.p1} -> {08858.p3} 
+tr {08858.e} {08858.p6} {08858.p3} -> {08858.p4-eats} 
+tr {08858.t} {08858.p2-thinks} -> {08858.p1} {08858.p5} 
+tr {08858.t0|08859.t4} : b8857 {08859.p4-eats} -> {08858.f} {08859.f} {08859.p2-thinks} 
+tr {08858.t2} {08858.f} {08858.p5} -> {08858.p6} 
+tr {08858.t3|08859.t1} : a8857 {08858.f} {08859.p1} -> {08859.p3} 
+tr {08859.e} {08859.p6} {08859.p3} -> {08859.p4-eats} 
+tr {08859.t} {08859.p2-thinks} -> {08859.p1} {08859.p5} 
+tr {08859.t0|08860.t4} : b8858 {08860.p4-eats} -> {08859.f} {08860.f} {08860.p2-thinks} 
+tr {08859.t2} {08859.f} {08859.p5} -> {08859.p6} 
+tr {08859.t3|08860.t1} : a8858 {08859.f} {08860.p1} -> {08860.p3} 
+tr {08860.e} {08860.p6} {08860.p3} -> {08860.p4-eats} 
+tr {08860.t} {08860.p2-thinks} -> {08860.p1} {08860.p5} 
+tr {08860.t0|08861.t4} : b8859 {08861.p4-eats} -> {08860.f} {08861.f} {08861.p2-thinks} 
+tr {08860.t2} {08860.f} {08860.p5} -> {08860.p6} 
+tr {08860.t3|08861.t1} : a8859 {08860.f} {08861.p1} -> {08861.p3} 
+tr {08861.e} {08861.p6} {08861.p3} -> {08861.p4-eats} 
+tr {08861.t} {08861.p2-thinks} -> {08861.p1} {08861.p5} 
+tr {08861.t0|08862.t4} : b8860 {08862.p4-eats} -> {08861.f} {08862.f} {08862.p2-thinks} 
+tr {08861.t2} {08861.f} {08861.p5} -> {08861.p6} 
+tr {08861.t3|08862.t1} : a8860 {08861.f} {08862.p1} -> {08862.p3} 
+tr {08862.e} {08862.p6} {08862.p3} -> {08862.p4-eats} 
+tr {08862.t} {08862.p2-thinks} -> {08862.p1} {08862.p5} 
+tr {08862.t0|08863.t4} : b8861 {08863.p4-eats} -> {08862.f} {08863.f} {08863.p2-thinks} 
+tr {08862.t2} {08862.f} {08862.p5} -> {08862.p6} 
+tr {08862.t3|08863.t1} : a8861 {08862.f} {08863.p1} -> {08863.p3} 
+tr {08863.e} {08863.p6} {08863.p3} -> {08863.p4-eats} 
+tr {08863.t} {08863.p2-thinks} -> {08863.p1} {08863.p5} 
+tr {08863.t0|08864.t4} : b8862 {08864.p4-eats} -> {08863.f} {08864.f} {08864.p2-thinks} 
+tr {08863.t2} {08863.f} {08863.p5} -> {08863.p6} 
+tr {08863.t3|08864.t1} : a8862 {08863.f} {08864.p1} -> {08864.p3} 
+tr {08864.e} {08864.p6} {08864.p3} -> {08864.p4-eats} 
+tr {08864.t} {08864.p2-thinks} -> {08864.p1} {08864.p5} 
+tr {08864.t0|08865.t4} : b8863 {08865.p4-eats} -> {08864.f} {08865.f} {08865.p2-thinks} 
+tr {08864.t2} {08864.f} {08864.p5} -> {08864.p6} 
+tr {08864.t3|08865.t1} : a8863 {08864.f} {08865.p1} -> {08865.p3} 
+tr {08865.e} {08865.p6} {08865.p3} -> {08865.p4-eats} 
+tr {08865.t} {08865.p2-thinks} -> {08865.p1} {08865.p5} 
+tr {08865.t0|08866.t4} : b8864 {08866.p4-eats} -> {08865.f} {08866.f} {08866.p2-thinks} 
+tr {08865.t2} {08865.f} {08865.p5} -> {08865.p6} 
+tr {08865.t3|08866.t1} : a8864 {08865.f} {08866.p1} -> {08866.p3} 
+tr {08866.e} {08866.p6} {08866.p3} -> {08866.p4-eats} 
+tr {08866.t} {08866.p2-thinks} -> {08866.p1} {08866.p5} 
+tr {08866.t0|08867.t4} : b8865 {08867.p4-eats} -> {08866.f} {08867.f} {08867.p2-thinks} 
+tr {08866.t2} {08866.f} {08866.p5} -> {08866.p6} 
+tr {08866.t3|08867.t1} : a8865 {08866.f} {08867.p1} -> {08867.p3} 
+tr {08867.e} {08867.p6} {08867.p3} -> {08867.p4-eats} 
+tr {08867.t} {08867.p2-thinks} -> {08867.p1} {08867.p5} 
+tr {08867.t0|08868.t4} : b8866 {08868.p4-eats} -> {08867.f} {08868.f} {08868.p2-thinks} 
+tr {08867.t2} {08867.f} {08867.p5} -> {08867.p6} 
+tr {08867.t3|08868.t1} : a8866 {08867.f} {08868.p1} -> {08868.p3} 
+tr {08868.e} {08868.p6} {08868.p3} -> {08868.p4-eats} 
+tr {08868.t} {08868.p2-thinks} -> {08868.p1} {08868.p5} 
+tr {08868.t0|08869.t4} : b8867 {08869.p4-eats} -> {08868.f} {08869.f} {08869.p2-thinks} 
+tr {08868.t2} {08868.f} {08868.p5} -> {08868.p6} 
+tr {08868.t3|08869.t1} : a8867 {08868.f} {08869.p1} -> {08869.p3} 
+tr {08869.e} {08869.p6} {08869.p3} -> {08869.p4-eats} 
+tr {08869.t} {08869.p2-thinks} -> {08869.p1} {08869.p5} 
+tr {08869.t0|08870.t4} : b8868 {08870.p4-eats} -> {08869.f} {08870.f} {08870.p2-thinks} 
+tr {08869.t2} {08869.f} {08869.p5} -> {08869.p6} 
+tr {08869.t3|08870.t1} : a8868 {08869.f} {08870.p1} -> {08870.p3} 
+tr {08870.e} {08870.p6} {08870.p3} -> {08870.p4-eats} 
+tr {08870.t} {08870.p2-thinks} -> {08870.p1} {08870.p5} 
+tr {08870.t0|08871.t4} : b8869 {08871.p4-eats} -> {08870.f} {08871.f} {08871.p2-thinks} 
+tr {08870.t2} {08870.f} {08870.p5} -> {08870.p6} 
+tr {08870.t3|08871.t1} : a8869 {08870.f} {08871.p1} -> {08871.p3} 
+tr {08871.e} {08871.p6} {08871.p3} -> {08871.p4-eats} 
+tr {08871.t} {08871.p2-thinks} -> {08871.p1} {08871.p5} 
+tr {08871.t0|08872.t4} : b8870 {08872.p4-eats} -> {08871.f} {08872.f} {08872.p2-thinks} 
+tr {08871.t2} {08871.f} {08871.p5} -> {08871.p6} 
+tr {08871.t3|08872.t1} : a8870 {08871.f} {08872.p1} -> {08872.p3} 
+tr {08872.e} {08872.p6} {08872.p3} -> {08872.p4-eats} 
+tr {08872.t} {08872.p2-thinks} -> {08872.p1} {08872.p5} 
+tr {08872.t0|08873.t4} : b8871 {08873.p4-eats} -> {08872.f} {08873.f} {08873.p2-thinks} 
+tr {08872.t2} {08872.f} {08872.p5} -> {08872.p6} 
+tr {08872.t3|08873.t1} : a8871 {08872.f} {08873.p1} -> {08873.p3} 
+tr {08873.e} {08873.p6} {08873.p3} -> {08873.p4-eats} 
+tr {08873.t} {08873.p2-thinks} -> {08873.p1} {08873.p5} 
+tr {08873.t0|08874.t4} : b8872 {08874.p4-eats} -> {08873.f} {08874.f} {08874.p2-thinks} 
+tr {08873.t2} {08873.f} {08873.p5} -> {08873.p6} 
+tr {08873.t3|08874.t1} : a8872 {08873.f} {08874.p1} -> {08874.p3} 
+tr {08874.e} {08874.p6} {08874.p3} -> {08874.p4-eats} 
+tr {08874.t} {08874.p2-thinks} -> {08874.p1} {08874.p5} 
+tr {08874.t0|08875.t4} : b8873 {08875.p4-eats} -> {08874.f} {08875.f} {08875.p2-thinks} 
+tr {08874.t2} {08874.f} {08874.p5} -> {08874.p6} 
+tr {08874.t3|08875.t1} : a8873 {08874.f} {08875.p1} -> {08875.p3} 
+tr {08875.e} {08875.p6} {08875.p3} -> {08875.p4-eats} 
+tr {08875.t} {08875.p2-thinks} -> {08875.p1} {08875.p5} 
+tr {08875.t0|08876.t4} : b8874 {08876.p4-eats} -> {08875.f} {08876.f} {08876.p2-thinks} 
+tr {08875.t2} {08875.f} {08875.p5} -> {08875.p6} 
+tr {08875.t3|08876.t1} : a8874 {08875.f} {08876.p1} -> {08876.p3} 
+tr {08876.e} {08876.p6} {08876.p3} -> {08876.p4-eats} 
+tr {08876.t} {08876.p2-thinks} -> {08876.p1} {08876.p5} 
+tr {08876.t0|08877.t4} : b8875 {08877.p4-eats} -> {08876.f} {08877.f} {08877.p2-thinks} 
+tr {08876.t2} {08876.f} {08876.p5} -> {08876.p6} 
+tr {08876.t3|08877.t1} : a8875 {08876.f} {08877.p1} -> {08877.p3} 
+tr {08877.e} {08877.p6} {08877.p3} -> {08877.p4-eats} 
+tr {08877.t} {08877.p2-thinks} -> {08877.p1} {08877.p5} 
+tr {08877.t0|08878.t4} : b8876 {08878.p4-eats} -> {08877.f} {08878.f} {08878.p2-thinks} 
+tr {08877.t2} {08877.f} {08877.p5} -> {08877.p6} 
+tr {08877.t3|08878.t1} : a8876 {08877.f} {08878.p1} -> {08878.p3} 
+tr {08878.e} {08878.p6} {08878.p3} -> {08878.p4-eats} 
+tr {08878.t} {08878.p2-thinks} -> {08878.p1} {08878.p5} 
+tr {08878.t0|08879.t4} : b8877 {08879.p4-eats} -> {08878.f} {08879.f} {08879.p2-thinks} 
+tr {08878.t2} {08878.f} {08878.p5} -> {08878.p6} 
+tr {08878.t3|08879.t1} : a8877 {08878.f} {08879.p1} -> {08879.p3} 
+tr {08879.e} {08879.p6} {08879.p3} -> {08879.p4-eats} 
+tr {08879.t} {08879.p2-thinks} -> {08879.p1} {08879.p5} 
+tr {08879.t0|08880.t4} : b8878 {08880.p4-eats} -> {08879.f} {08880.f} {08880.p2-thinks} 
+tr {08879.t2} {08879.f} {08879.p5} -> {08879.p6} 
+tr {08879.t3|08880.t1} : a8878 {08879.f} {08880.p1} -> {08880.p3} 
+tr {08880.e} {08880.p6} {08880.p3} -> {08880.p4-eats} 
+tr {08880.t} {08880.p2-thinks} -> {08880.p1} {08880.p5} 
+tr {08880.t0|08881.t4} : b8879 {08881.p4-eats} -> {08880.f} {08881.f} {08881.p2-thinks} 
+tr {08880.t2} {08880.f} {08880.p5} -> {08880.p6} 
+tr {08880.t3|08881.t1} : a8879 {08880.f} {08881.p1} -> {08881.p3} 
+tr {08881.e} {08881.p6} {08881.p3} -> {08881.p4-eats} 
+tr {08881.t} {08881.p2-thinks} -> {08881.p1} {08881.p5} 
+tr {08881.t0|08882.t4} : b8880 {08882.p4-eats} -> {08881.f} {08882.f} {08882.p2-thinks} 
+tr {08881.t2} {08881.f} {08881.p5} -> {08881.p6} 
+tr {08881.t3|08882.t1} : a8880 {08881.f} {08882.p1} -> {08882.p3} 
+tr {08882.e} {08882.p6} {08882.p3} -> {08882.p4-eats} 
+tr {08882.t} {08882.p2-thinks} -> {08882.p1} {08882.p5} 
+tr {08882.t0|08883.t4} : b8881 {08883.p4-eats} -> {08882.f} {08883.f} {08883.p2-thinks} 
+tr {08882.t2} {08882.f} {08882.p5} -> {08882.p6} 
+tr {08882.t3|08883.t1} : a8881 {08882.f} {08883.p1} -> {08883.p3} 
+tr {08883.e} {08883.p6} {08883.p3} -> {08883.p4-eats} 
+tr {08883.t} {08883.p2-thinks} -> {08883.p1} {08883.p5} 
+tr {08883.t0|08884.t4} : b8882 {08884.p4-eats} -> {08883.f} {08884.f} {08884.p2-thinks} 
+tr {08883.t2} {08883.f} {08883.p5} -> {08883.p6} 
+tr {08883.t3|08884.t1} : a8882 {08883.f} {08884.p1} -> {08884.p3} 
+tr {08884.e} {08884.p6} {08884.p3} -> {08884.p4-eats} 
+tr {08884.t} {08884.p2-thinks} -> {08884.p1} {08884.p5} 
+tr {08884.t0|08885.t4} : b8883 {08885.p4-eats} -> {08884.f} {08885.f} {08885.p2-thinks} 
+tr {08884.t2} {08884.f} {08884.p5} -> {08884.p6} 
+tr {08884.t3|08885.t1} : a8883 {08884.f} {08885.p1} -> {08885.p3} 
+tr {08885.e} {08885.p6} {08885.p3} -> {08885.p4-eats} 
+tr {08885.t} {08885.p2-thinks} -> {08885.p1} {08885.p5} 
+tr {08885.t0|08886.t4} : b8884 {08886.p4-eats} -> {08885.f} {08886.f} {08886.p2-thinks} 
+tr {08885.t2} {08885.f} {08885.p5} -> {08885.p6} 
+tr {08885.t3|08886.t1} : a8884 {08885.f} {08886.p1} -> {08886.p3} 
+tr {08886.e} {08886.p6} {08886.p3} -> {08886.p4-eats} 
+tr {08886.t} {08886.p2-thinks} -> {08886.p1} {08886.p5} 
+tr {08886.t0|08887.t4} : b8885 {08887.p4-eats} -> {08886.f} {08887.f} {08887.p2-thinks} 
+tr {08886.t2} {08886.f} {08886.p5} -> {08886.p6} 
+tr {08886.t3|08887.t1} : a8885 {08886.f} {08887.p1} -> {08887.p3} 
+tr {08887.e} {08887.p6} {08887.p3} -> {08887.p4-eats} 
+tr {08887.t} {08887.p2-thinks} -> {08887.p1} {08887.p5} 
+tr {08887.t0|08888.t4} : b8886 {08888.p4-eats} -> {08887.f} {08888.f} {08888.p2-thinks} 
+tr {08887.t2} {08887.f} {08887.p5} -> {08887.p6} 
+tr {08887.t3|08888.t1} : a8886 {08887.f} {08888.p1} -> {08888.p3} 
+tr {08888.e} {08888.p6} {08888.p3} -> {08888.p4-eats} 
+tr {08888.t} {08888.p2-thinks} -> {08888.p1} {08888.p5} 
+tr {08888.t0|08889.t4} : b8887 {08889.p4-eats} -> {08888.f} {08889.f} {08889.p2-thinks} 
+tr {08888.t2} {08888.f} {08888.p5} -> {08888.p6} 
+tr {08888.t3|08889.t1} : a8887 {08888.f} {08889.p1} -> {08889.p3} 
+tr {08889.e} {08889.p6} {08889.p3} -> {08889.p4-eats} 
+tr {08889.t} {08889.p2-thinks} -> {08889.p1} {08889.p5} 
+tr {08889.t0|08890.t4} : b8888 {08890.p4-eats} -> {08889.f} {08890.f} {08890.p2-thinks} 
+tr {08889.t2} {08889.f} {08889.p5} -> {08889.p6} 
+tr {08889.t3|08890.t1} : a8888 {08889.f} {08890.p1} -> {08890.p3} 
+tr {08890.e} {08890.p6} {08890.p3} -> {08890.p4-eats} 
+tr {08890.t} {08890.p2-thinks} -> {08890.p1} {08890.p5} 
+tr {08890.t0|08891.t4} : b8889 {08891.p4-eats} -> {08890.f} {08891.f} {08891.p2-thinks} 
+tr {08890.t2} {08890.f} {08890.p5} -> {08890.p6} 
+tr {08890.t3|08891.t1} : a8889 {08890.f} {08891.p1} -> {08891.p3} 
+tr {08891.e} {08891.p6} {08891.p3} -> {08891.p4-eats} 
+tr {08891.t} {08891.p2-thinks} -> {08891.p1} {08891.p5} 
+tr {08891.t0|08892.t4} : b8890 {08892.p4-eats} -> {08891.f} {08892.f} {08892.p2-thinks} 
+tr {08891.t2} {08891.f} {08891.p5} -> {08891.p6} 
+tr {08891.t3|08892.t1} : a8890 {08891.f} {08892.p1} -> {08892.p3} 
+tr {08892.e} {08892.p6} {08892.p3} -> {08892.p4-eats} 
+tr {08892.t} {08892.p2-thinks} -> {08892.p1} {08892.p5} 
+tr {08892.t0|08893.t4} : b8891 {08893.p4-eats} -> {08892.f} {08893.f} {08893.p2-thinks} 
+tr {08892.t2} {08892.f} {08892.p5} -> {08892.p6} 
+tr {08892.t3|08893.t1} : a8891 {08892.f} {08893.p1} -> {08893.p3} 
+tr {08893.e} {08893.p6} {08893.p3} -> {08893.p4-eats} 
+tr {08893.t} {08893.p2-thinks} -> {08893.p1} {08893.p5} 
+tr {08893.t0|08894.t4} : b8892 {08894.p4-eats} -> {08893.f} {08894.f} {08894.p2-thinks} 
+tr {08893.t2} {08893.f} {08893.p5} -> {08893.p6} 
+tr {08893.t3|08894.t1} : a8892 {08893.f} {08894.p1} -> {08894.p3} 
+tr {08894.e} {08894.p6} {08894.p3} -> {08894.p4-eats} 
+tr {08894.t} {08894.p2-thinks} -> {08894.p1} {08894.p5} 
+tr {08894.t0|08895.t4} : b8893 {08895.p4-eats} -> {08894.f} {08895.f} {08895.p2-thinks} 
+tr {08894.t2} {08894.f} {08894.p5} -> {08894.p6} 
+tr {08894.t3|08895.t1} : a8893 {08894.f} {08895.p1} -> {08895.p3} 
+tr {08895.e} {08895.p6} {08895.p3} -> {08895.p4-eats} 
+tr {08895.t} {08895.p2-thinks} -> {08895.p1} {08895.p5} 
+tr {08895.t0|08896.t4} : b8894 {08896.p4-eats} -> {08895.f} {08896.f} {08896.p2-thinks} 
+tr {08895.t2} {08895.f} {08895.p5} -> {08895.p6} 
+tr {08895.t3|08896.t1} : a8894 {08895.f} {08896.p1} -> {08896.p3} 
+tr {08896.e} {08896.p6} {08896.p3} -> {08896.p4-eats} 
+tr {08896.t} {08896.p2-thinks} -> {08896.p1} {08896.p5} 
+tr {08896.t0|08897.t4} : b8895 {08897.p4-eats} -> {08896.f} {08897.f} {08897.p2-thinks} 
+tr {08896.t2} {08896.f} {08896.p5} -> {08896.p6} 
+tr {08896.t3|08897.t1} : a8895 {08896.f} {08897.p1} -> {08897.p3} 
+tr {08897.e} {08897.p6} {08897.p3} -> {08897.p4-eats} 
+tr {08897.t} {08897.p2-thinks} -> {08897.p1} {08897.p5} 
+tr {08897.t0|08898.t4} : b8896 {08898.p4-eats} -> {08897.f} {08898.f} {08898.p2-thinks} 
+tr {08897.t2} {08897.f} {08897.p5} -> {08897.p6} 
+tr {08897.t3|08898.t1} : a8896 {08897.f} {08898.p1} -> {08898.p3} 
+tr {08898.e} {08898.p6} {08898.p3} -> {08898.p4-eats} 
+tr {08898.t} {08898.p2-thinks} -> {08898.p1} {08898.p5} 
+tr {08898.t0|08899.t4} : b8897 {08899.p4-eats} -> {08898.f} {08899.f} {08899.p2-thinks} 
+tr {08898.t2} {08898.f} {08898.p5} -> {08898.p6} 
+tr {08898.t3|08899.t1} : a8897 {08898.f} {08899.p1} -> {08899.p3} 
+tr {08899.e} {08899.p6} {08899.p3} -> {08899.p4-eats} 
+tr {08899.t} {08899.p2-thinks} -> {08899.p1} {08899.p5} 
+tr {08899.t0|08900.t4} : b8898 {08900.p4-eats} -> {08899.f} {08900.f} {08900.p2-thinks} 
+tr {08899.t2} {08899.f} {08899.p5} -> {08899.p6} 
+tr {08899.t3|08900.t1} : a8898 {08899.f} {08900.p1} -> {08900.p3} 
+tr {08900.e} {08900.p6} {08900.p3} -> {08900.p4-eats} 
+tr {08900.t} {08900.p2-thinks} -> {08900.p1} {08900.p5} 
+tr {08900.t0|08901.t4} : b8899 {08901.p4-eats} -> {08900.f} {08901.f} {08901.p2-thinks} 
+tr {08900.t2} {08900.f} {08900.p5} -> {08900.p6} 
+tr {08900.t3|08901.t1} : a8899 {08900.f} {08901.p1} -> {08901.p3} 
+tr {08901.e} {08901.p6} {08901.p3} -> {08901.p4-eats} 
+tr {08901.t} {08901.p2-thinks} -> {08901.p1} {08901.p5} 
+tr {08901.t0|08902.t4} : b8900 {08902.p4-eats} -> {08901.f} {08902.f} {08902.p2-thinks} 
+tr {08901.t2} {08901.f} {08901.p5} -> {08901.p6} 
+tr {08901.t3|08902.t1} : a8900 {08901.f} {08902.p1} -> {08902.p3} 
+tr {08902.e} {08902.p6} {08902.p3} -> {08902.p4-eats} 
+tr {08902.t} {08902.p2-thinks} -> {08902.p1} {08902.p5} 
+tr {08902.t0|08903.t4} : b8901 {08903.p4-eats} -> {08902.f} {08903.f} {08903.p2-thinks} 
+tr {08902.t2} {08902.f} {08902.p5} -> {08902.p6} 
+tr {08902.t3|08903.t1} : a8901 {08902.f} {08903.p1} -> {08903.p3} 
+tr {08903.e} {08903.p6} {08903.p3} -> {08903.p4-eats} 
+tr {08903.t} {08903.p2-thinks} -> {08903.p1} {08903.p5} 
+tr {08903.t0|08904.t4} : b8902 {08904.p4-eats} -> {08903.f} {08904.f} {08904.p2-thinks} 
+tr {08903.t2} {08903.f} {08903.p5} -> {08903.p6} 
+tr {08903.t3|08904.t1} : a8902 {08903.f} {08904.p1} -> {08904.p3} 
+tr {08904.e} {08904.p6} {08904.p3} -> {08904.p4-eats} 
+tr {08904.t} {08904.p2-thinks} -> {08904.p1} {08904.p5} 
+tr {08904.t0|08905.t4} : b8903 {08905.p4-eats} -> {08904.f} {08905.f} {08905.p2-thinks} 
+tr {08904.t2} {08904.f} {08904.p5} -> {08904.p6} 
+tr {08904.t3|08905.t1} : a8903 {08904.f} {08905.p1} -> {08905.p3} 
+tr {08905.e} {08905.p6} {08905.p3} -> {08905.p4-eats} 
+tr {08905.t} {08905.p2-thinks} -> {08905.p1} {08905.p5} 
+tr {08905.t0|08906.t4} : b8904 {08906.p4-eats} -> {08905.f} {08906.f} {08906.p2-thinks} 
+tr {08905.t2} {08905.f} {08905.p5} -> {08905.p6} 
+tr {08905.t3|08906.t1} : a8904 {08905.f} {08906.p1} -> {08906.p3} 
+tr {08906.e} {08906.p6} {08906.p3} -> {08906.p4-eats} 
+tr {08906.t} {08906.p2-thinks} -> {08906.p1} {08906.p5} 
+tr {08906.t0|08907.t4} : b8905 {08907.p4-eats} -> {08906.f} {08907.f} {08907.p2-thinks} 
+tr {08906.t2} {08906.f} {08906.p5} -> {08906.p6} 
+tr {08906.t3|08907.t1} : a8905 {08906.f} {08907.p1} -> {08907.p3} 
+tr {08907.e} {08907.p6} {08907.p3} -> {08907.p4-eats} 
+tr {08907.t} {08907.p2-thinks} -> {08907.p1} {08907.p5} 
+tr {08907.t0|08908.t4} : b8906 {08908.p4-eats} -> {08907.f} {08908.f} {08908.p2-thinks} 
+tr {08907.t2} {08907.f} {08907.p5} -> {08907.p6} 
+tr {08907.t3|08908.t1} : a8906 {08907.f} {08908.p1} -> {08908.p3} 
+tr {08908.e} {08908.p6} {08908.p3} -> {08908.p4-eats} 
+tr {08908.t} {08908.p2-thinks} -> {08908.p1} {08908.p5} 
+tr {08908.t0|08909.t4} : b8907 {08909.p4-eats} -> {08908.f} {08909.f} {08909.p2-thinks} 
+tr {08908.t2} {08908.f} {08908.p5} -> {08908.p6} 
+tr {08908.t3|08909.t1} : a8907 {08908.f} {08909.p1} -> {08909.p3} 
+tr {08909.e} {08909.p6} {08909.p3} -> {08909.p4-eats} 
+tr {08909.t} {08909.p2-thinks} -> {08909.p1} {08909.p5} 
+tr {08909.t0|08910.t4} : b8908 {08910.p4-eats} -> {08909.f} {08910.f} {08910.p2-thinks} 
+tr {08909.t2} {08909.f} {08909.p5} -> {08909.p6} 
+tr {08909.t3|08910.t1} : a8908 {08909.f} {08910.p1} -> {08910.p3} 
+tr {08910.e} {08910.p6} {08910.p3} -> {08910.p4-eats} 
+tr {08910.t} {08910.p2-thinks} -> {08910.p1} {08910.p5} 
+tr {08910.t0|08911.t4} : b8909 {08911.p4-eats} -> {08910.f} {08911.f} {08911.p2-thinks} 
+tr {08910.t2} {08910.f} {08910.p5} -> {08910.p6} 
+tr {08910.t3|08911.t1} : a8909 {08910.f} {08911.p1} -> {08911.p3} 
+tr {08911.e} {08911.p6} {08911.p3} -> {08911.p4-eats} 
+tr {08911.t} {08911.p2-thinks} -> {08911.p1} {08911.p5} 
+tr {08911.t0|08912.t4} : b8910 {08912.p4-eats} -> {08911.f} {08912.f} {08912.p2-thinks} 
+tr {08911.t2} {08911.f} {08911.p5} -> {08911.p6} 
+tr {08911.t3|08912.t1} : a8910 {08911.f} {08912.p1} -> {08912.p3} 
+tr {08912.e} {08912.p6} {08912.p3} -> {08912.p4-eats} 
+tr {08912.t} {08912.p2-thinks} -> {08912.p1} {08912.p5} 
+tr {08912.t0|08913.t4} : b8911 {08913.p4-eats} -> {08912.f} {08913.f} {08913.p2-thinks} 
+tr {08912.t2} {08912.f} {08912.p5} -> {08912.p6} 
+tr {08912.t3|08913.t1} : a8911 {08912.f} {08913.p1} -> {08913.p3} 
+tr {08913.e} {08913.p6} {08913.p3} -> {08913.p4-eats} 
+tr {08913.t} {08913.p2-thinks} -> {08913.p1} {08913.p5} 
+tr {08913.t0|08914.t4} : b8912 {08914.p4-eats} -> {08913.f} {08914.f} {08914.p2-thinks} 
+tr {08913.t2} {08913.f} {08913.p5} -> {08913.p6} 
+tr {08913.t3|08914.t1} : a8912 {08913.f} {08914.p1} -> {08914.p3} 
+tr {08914.e} {08914.p6} {08914.p3} -> {08914.p4-eats} 
+tr {08914.t} {08914.p2-thinks} -> {08914.p1} {08914.p5} 
+tr {08914.t0|08915.t4} : b8913 {08915.p4-eats} -> {08914.f} {08915.f} {08915.p2-thinks} 
+tr {08914.t2} {08914.f} {08914.p5} -> {08914.p6} 
+tr {08914.t3|08915.t1} : a8913 {08914.f} {08915.p1} -> {08915.p3} 
+tr {08915.e} {08915.p6} {08915.p3} -> {08915.p4-eats} 
+tr {08915.t} {08915.p2-thinks} -> {08915.p1} {08915.p5} 
+tr {08915.t0|08916.t4} : b8914 {08916.p4-eats} -> {08915.f} {08916.f} {08916.p2-thinks} 
+tr {08915.t2} {08915.f} {08915.p5} -> {08915.p6} 
+tr {08915.t3|08916.t1} : a8914 {08915.f} {08916.p1} -> {08916.p3} 
+tr {08916.e} {08916.p6} {08916.p3} -> {08916.p4-eats} 
+tr {08916.t} {08916.p2-thinks} -> {08916.p1} {08916.p5} 
+tr {08916.t0|08917.t4} : b8915 {08917.p4-eats} -> {08916.f} {08917.f} {08917.p2-thinks} 
+tr {08916.t2} {08916.f} {08916.p5} -> {08916.p6} 
+tr {08916.t3|08917.t1} : a8915 {08916.f} {08917.p1} -> {08917.p3} 
+tr {08917.e} {08917.p6} {08917.p3} -> {08917.p4-eats} 
+tr {08917.t} {08917.p2-thinks} -> {08917.p1} {08917.p5} 
+tr {08917.t0|08918.t4} : b8916 {08918.p4-eats} -> {08917.f} {08918.f} {08918.p2-thinks} 
+tr {08917.t2} {08917.f} {08917.p5} -> {08917.p6} 
+tr {08917.t3|08918.t1} : a8916 {08917.f} {08918.p1} -> {08918.p3} 
+tr {08918.e} {08918.p6} {08918.p3} -> {08918.p4-eats} 
+tr {08918.t} {08918.p2-thinks} -> {08918.p1} {08918.p5} 
+tr {08918.t0|08919.t4} : b8917 {08919.p4-eats} -> {08918.f} {08919.f} {08919.p2-thinks} 
+tr {08918.t2} {08918.f} {08918.p5} -> {08918.p6} 
+tr {08918.t3|08919.t1} : a8917 {08918.f} {08919.p1} -> {08919.p3} 
+tr {08919.e} {08919.p6} {08919.p3} -> {08919.p4-eats} 
+tr {08919.t} {08919.p2-thinks} -> {08919.p1} {08919.p5} 
+tr {08919.t0|08920.t4} : b8918 {08920.p4-eats} -> {08919.f} {08920.f} {08920.p2-thinks} 
+tr {08919.t2} {08919.f} {08919.p5} -> {08919.p6} 
+tr {08919.t3|08920.t1} : a8918 {08919.f} {08920.p1} -> {08920.p3} 
+tr {08920.e} {08920.p6} {08920.p3} -> {08920.p4-eats} 
+tr {08920.t} {08920.p2-thinks} -> {08920.p1} {08920.p5} 
+tr {08920.t0|08921.t4} : b8919 {08921.p4-eats} -> {08920.f} {08921.f} {08921.p2-thinks} 
+tr {08920.t2} {08920.f} {08920.p5} -> {08920.p6} 
+tr {08920.t3|08921.t1} : a8919 {08920.f} {08921.p1} -> {08921.p3} 
+tr {08921.e} {08921.p6} {08921.p3} -> {08921.p4-eats} 
+tr {08921.t} {08921.p2-thinks} -> {08921.p1} {08921.p5} 
+tr {08921.t0|08922.t4} : b8920 {08922.p4-eats} -> {08921.f} {08922.f} {08922.p2-thinks} 
+tr {08921.t2} {08921.f} {08921.p5} -> {08921.p6} 
+tr {08921.t3|08922.t1} : a8920 {08921.f} {08922.p1} -> {08922.p3} 
+tr {08922.e} {08922.p6} {08922.p3} -> {08922.p4-eats} 
+tr {08922.t} {08922.p2-thinks} -> {08922.p1} {08922.p5} 
+tr {08922.t0|08923.t4} : b8921 {08923.p4-eats} -> {08922.f} {08923.f} {08923.p2-thinks} 
+tr {08922.t2} {08922.f} {08922.p5} -> {08922.p6} 
+tr {08922.t3|08923.t1} : a8921 {08922.f} {08923.p1} -> {08923.p3} 
+tr {08923.e} {08923.p6} {08923.p3} -> {08923.p4-eats} 
+tr {08923.t} {08923.p2-thinks} -> {08923.p1} {08923.p5} 
+tr {08923.t0|08924.t4} : b8922 {08924.p4-eats} -> {08923.f} {08924.f} {08924.p2-thinks} 
+tr {08923.t2} {08923.f} {08923.p5} -> {08923.p6} 
+tr {08923.t3|08924.t1} : a8922 {08923.f} {08924.p1} -> {08924.p3} 
+tr {08924.e} {08924.p6} {08924.p3} -> {08924.p4-eats} 
+tr {08924.t} {08924.p2-thinks} -> {08924.p1} {08924.p5} 
+tr {08924.t0|08925.t4} : b8923 {08925.p4-eats} -> {08924.f} {08925.f} {08925.p2-thinks} 
+tr {08924.t2} {08924.f} {08924.p5} -> {08924.p6} 
+tr {08924.t3|08925.t1} : a8923 {08924.f} {08925.p1} -> {08925.p3} 
+tr {08925.e} {08925.p6} {08925.p3} -> {08925.p4-eats} 
+tr {08925.t} {08925.p2-thinks} -> {08925.p1} {08925.p5} 
+tr {08925.t0|08926.t4} : b8924 {08926.p4-eats} -> {08925.f} {08926.f} {08926.p2-thinks} 
+tr {08925.t2} {08925.f} {08925.p5} -> {08925.p6} 
+tr {08925.t3|08926.t1} : a8924 {08925.f} {08926.p1} -> {08926.p3} 
+tr {08926.e} {08926.p6} {08926.p3} -> {08926.p4-eats} 
+tr {08926.t} {08926.p2-thinks} -> {08926.p1} {08926.p5} 
+tr {08926.t0|08927.t4} : b8925 {08927.p4-eats} -> {08926.f} {08927.f} {08927.p2-thinks} 
+tr {08926.t2} {08926.f} {08926.p5} -> {08926.p6} 
+tr {08926.t3|08927.t1} : a8925 {08926.f} {08927.p1} -> {08927.p3} 
+tr {08927.e} {08927.p6} {08927.p3} -> {08927.p4-eats} 
+tr {08927.t} {08927.p2-thinks} -> {08927.p1} {08927.p5} 
+tr {08927.t0|08928.t4} : b8926 {08928.p4-eats} -> {08927.f} {08928.f} {08928.p2-thinks} 
+tr {08927.t2} {08927.f} {08927.p5} -> {08927.p6} 
+tr {08927.t3|08928.t1} : a8926 {08927.f} {08928.p1} -> {08928.p3} 
+tr {08928.e} {08928.p6} {08928.p3} -> {08928.p4-eats} 
+tr {08928.t} {08928.p2-thinks} -> {08928.p1} {08928.p5} 
+tr {08928.t0|08929.t4} : b8927 {08929.p4-eats} -> {08928.f} {08929.f} {08929.p2-thinks} 
+tr {08928.t2} {08928.f} {08928.p5} -> {08928.p6} 
+tr {08928.t3|08929.t1} : a8927 {08928.f} {08929.p1} -> {08929.p3} 
+tr {08929.e} {08929.p6} {08929.p3} -> {08929.p4-eats} 
+tr {08929.t} {08929.p2-thinks} -> {08929.p1} {08929.p5} 
+tr {08929.t0|08930.t4} : b8928 {08930.p4-eats} -> {08929.f} {08930.f} {08930.p2-thinks} 
+tr {08929.t2} {08929.f} {08929.p5} -> {08929.p6} 
+tr {08929.t3|08930.t1} : a8928 {08929.f} {08930.p1} -> {08930.p3} 
+tr {08930.e} {08930.p6} {08930.p3} -> {08930.p4-eats} 
+tr {08930.t} {08930.p2-thinks} -> {08930.p1} {08930.p5} 
+tr {08930.t0|08931.t4} : b8929 {08931.p4-eats} -> {08930.f} {08931.f} {08931.p2-thinks} 
+tr {08930.t2} {08930.f} {08930.p5} -> {08930.p6} 
+tr {08930.t3|08931.t1} : a8929 {08930.f} {08931.p1} -> {08931.p3} 
+tr {08931.e} {08931.p6} {08931.p3} -> {08931.p4-eats} 
+tr {08931.t} {08931.p2-thinks} -> {08931.p1} {08931.p5} 
+tr {08931.t0|08932.t4} : b8930 {08932.p4-eats} -> {08931.f} {08932.f} {08932.p2-thinks} 
+tr {08931.t2} {08931.f} {08931.p5} -> {08931.p6} 
+tr {08931.t3|08932.t1} : a8930 {08931.f} {08932.p1} -> {08932.p3} 
+tr {08932.e} {08932.p6} {08932.p3} -> {08932.p4-eats} 
+tr {08932.t} {08932.p2-thinks} -> {08932.p1} {08932.p5} 
+tr {08932.t0|08933.t4} : b8931 {08933.p4-eats} -> {08932.f} {08933.f} {08933.p2-thinks} 
+tr {08932.t2} {08932.f} {08932.p5} -> {08932.p6} 
+tr {08932.t3|08933.t1} : a8931 {08932.f} {08933.p1} -> {08933.p3} 
+tr {08933.e} {08933.p6} {08933.p3} -> {08933.p4-eats} 
+tr {08933.t} {08933.p2-thinks} -> {08933.p1} {08933.p5} 
+tr {08933.t0|08934.t4} : b8932 {08934.p4-eats} -> {08933.f} {08934.f} {08934.p2-thinks} 
+tr {08933.t2} {08933.f} {08933.p5} -> {08933.p6} 
+tr {08933.t3|08934.t1} : a8932 {08933.f} {08934.p1} -> {08934.p3} 
+tr {08934.e} {08934.p6} {08934.p3} -> {08934.p4-eats} 
+tr {08934.t} {08934.p2-thinks} -> {08934.p1} {08934.p5} 
+tr {08934.t0|08935.t4} : b8933 {08935.p4-eats} -> {08934.f} {08935.f} {08935.p2-thinks} 
+tr {08934.t2} {08934.f} {08934.p5} -> {08934.p6} 
+tr {08934.t3|08935.t1} : a8933 {08934.f} {08935.p1} -> {08935.p3} 
+tr {08935.e} {08935.p6} {08935.p3} -> {08935.p4-eats} 
+tr {08935.t} {08935.p2-thinks} -> {08935.p1} {08935.p5} 
+tr {08935.t0|08936.t4} : b8934 {08936.p4-eats} -> {08935.f} {08936.f} {08936.p2-thinks} 
+tr {08935.t2} {08935.f} {08935.p5} -> {08935.p6} 
+tr {08935.t3|08936.t1} : a8934 {08935.f} {08936.p1} -> {08936.p3} 
+tr {08936.e} {08936.p6} {08936.p3} -> {08936.p4-eats} 
+tr {08936.t} {08936.p2-thinks} -> {08936.p1} {08936.p5} 
+tr {08936.t0|08937.t4} : b8935 {08937.p4-eats} -> {08936.f} {08937.f} {08937.p2-thinks} 
+tr {08936.t2} {08936.f} {08936.p5} -> {08936.p6} 
+tr {08936.t3|08937.t1} : a8935 {08936.f} {08937.p1} -> {08937.p3} 
+tr {08937.e} {08937.p6} {08937.p3} -> {08937.p4-eats} 
+tr {08937.t} {08937.p2-thinks} -> {08937.p1} {08937.p5} 
+tr {08937.t0|08938.t4} : b8936 {08938.p4-eats} -> {08937.f} {08938.f} {08938.p2-thinks} 
+tr {08937.t2} {08937.f} {08937.p5} -> {08937.p6} 
+tr {08937.t3|08938.t1} : a8936 {08937.f} {08938.p1} -> {08938.p3} 
+tr {08938.e} {08938.p6} {08938.p3} -> {08938.p4-eats} 
+tr {08938.t} {08938.p2-thinks} -> {08938.p1} {08938.p5} 
+tr {08938.t0|08939.t4} : b8937 {08939.p4-eats} -> {08938.f} {08939.f} {08939.p2-thinks} 
+tr {08938.t2} {08938.f} {08938.p5} -> {08938.p6} 
+tr {08938.t3|08939.t1} : a8937 {08938.f} {08939.p1} -> {08939.p3} 
+tr {08939.e} {08939.p6} {08939.p3} -> {08939.p4-eats} 
+tr {08939.t} {08939.p2-thinks} -> {08939.p1} {08939.p5} 
+tr {08939.t0|08940.t4} : b8938 {08940.p4-eats} -> {08939.f} {08940.f} {08940.p2-thinks} 
+tr {08939.t2} {08939.f} {08939.p5} -> {08939.p6} 
+tr {08939.t3|08940.t1} : a8938 {08939.f} {08940.p1} -> {08940.p3} 
+tr {08940.e} {08940.p6} {08940.p3} -> {08940.p4-eats} 
+tr {08940.t} {08940.p2-thinks} -> {08940.p1} {08940.p5} 
+tr {08940.t0|08941.t4} : b8939 {08941.p4-eats} -> {08940.f} {08941.f} {08941.p2-thinks} 
+tr {08940.t2} {08940.f} {08940.p5} -> {08940.p6} 
+tr {08940.t3|08941.t1} : a8939 {08940.f} {08941.p1} -> {08941.p3} 
+tr {08941.e} {08941.p6} {08941.p3} -> {08941.p4-eats} 
+tr {08941.t} {08941.p2-thinks} -> {08941.p1} {08941.p5} 
+tr {08941.t0|08942.t4} : b8940 {08942.p4-eats} -> {08941.f} {08942.f} {08942.p2-thinks} 
+tr {08941.t2} {08941.f} {08941.p5} -> {08941.p6} 
+tr {08941.t3|08942.t1} : a8940 {08941.f} {08942.p1} -> {08942.p3} 
+tr {08942.e} {08942.p6} {08942.p3} -> {08942.p4-eats} 
+tr {08942.t} {08942.p2-thinks} -> {08942.p1} {08942.p5} 
+tr {08942.t0|08943.t4} : b8941 {08943.p4-eats} -> {08942.f} {08943.f} {08943.p2-thinks} 
+tr {08942.t2} {08942.f} {08942.p5} -> {08942.p6} 
+tr {08942.t3|08943.t1} : a8941 {08942.f} {08943.p1} -> {08943.p3} 
+tr {08943.e} {08943.p6} {08943.p3} -> {08943.p4-eats} 
+tr {08943.t} {08943.p2-thinks} -> {08943.p1} {08943.p5} 
+tr {08943.t0|08944.t4} : b8942 {08944.p4-eats} -> {08943.f} {08944.f} {08944.p2-thinks} 
+tr {08943.t2} {08943.f} {08943.p5} -> {08943.p6} 
+tr {08943.t3|08944.t1} : a8942 {08943.f} {08944.p1} -> {08944.p3} 
+tr {08944.e} {08944.p6} {08944.p3} -> {08944.p4-eats} 
+tr {08944.t} {08944.p2-thinks} -> {08944.p1} {08944.p5} 
+tr {08944.t0|08945.t4} : b8943 {08945.p4-eats} -> {08944.f} {08945.f} {08945.p2-thinks} 
+tr {08944.t2} {08944.f} {08944.p5} -> {08944.p6} 
+tr {08944.t3|08945.t1} : a8943 {08944.f} {08945.p1} -> {08945.p3} 
+tr {08945.e} {08945.p6} {08945.p3} -> {08945.p4-eats} 
+tr {08945.t} {08945.p2-thinks} -> {08945.p1} {08945.p5} 
+tr {08945.t0|08946.t4} : b8944 {08946.p4-eats} -> {08945.f} {08946.f} {08946.p2-thinks} 
+tr {08945.t2} {08945.f} {08945.p5} -> {08945.p6} 
+tr {08945.t3|08946.t1} : a8944 {08945.f} {08946.p1} -> {08946.p3} 
+tr {08946.e} {08946.p6} {08946.p3} -> {08946.p4-eats} 
+tr {08946.t} {08946.p2-thinks} -> {08946.p1} {08946.p5} 
+tr {08946.t0|08947.t4} : b8945 {08947.p4-eats} -> {08946.f} {08947.f} {08947.p2-thinks} 
+tr {08946.t2} {08946.f} {08946.p5} -> {08946.p6} 
+tr {08946.t3|08947.t1} : a8945 {08946.f} {08947.p1} -> {08947.p3} 
+tr {08947.e} {08947.p6} {08947.p3} -> {08947.p4-eats} 
+tr {08947.t} {08947.p2-thinks} -> {08947.p1} {08947.p5} 
+tr {08947.t0|08948.t4} : b8946 {08948.p4-eats} -> {08947.f} {08948.f} {08948.p2-thinks} 
+tr {08947.t2} {08947.f} {08947.p5} -> {08947.p6} 
+tr {08947.t3|08948.t1} : a8946 {08947.f} {08948.p1} -> {08948.p3} 
+tr {08948.e} {08948.p6} {08948.p3} -> {08948.p4-eats} 
+tr {08948.t} {08948.p2-thinks} -> {08948.p1} {08948.p5} 
+tr {08948.t0|08949.t4} : b8947 {08949.p4-eats} -> {08948.f} {08949.f} {08949.p2-thinks} 
+tr {08948.t2} {08948.f} {08948.p5} -> {08948.p6} 
+tr {08948.t3|08949.t1} : a8947 {08948.f} {08949.p1} -> {08949.p3} 
+tr {08949.e} {08949.p6} {08949.p3} -> {08949.p4-eats} 
+tr {08949.t} {08949.p2-thinks} -> {08949.p1} {08949.p5} 
+tr {08949.t0|08950.t4} : b8948 {08950.p4-eats} -> {08949.f} {08950.f} {08950.p2-thinks} 
+tr {08949.t2} {08949.f} {08949.p5} -> {08949.p6} 
+tr {08949.t3|08950.t1} : a8948 {08949.f} {08950.p1} -> {08950.p3} 
+tr {08950.e} {08950.p6} {08950.p3} -> {08950.p4-eats} 
+tr {08950.t} {08950.p2-thinks} -> {08950.p1} {08950.p5} 
+tr {08950.t0|08951.t4} : b8949 {08951.p4-eats} -> {08950.f} {08951.f} {08951.p2-thinks} 
+tr {08950.t2} {08950.f} {08950.p5} -> {08950.p6} 
+tr {08950.t3|08951.t1} : a8949 {08950.f} {08951.p1} -> {08951.p3} 
+tr {08951.e} {08951.p6} {08951.p3} -> {08951.p4-eats} 
+tr {08951.t} {08951.p2-thinks} -> {08951.p1} {08951.p5} 
+tr {08951.t0|08952.t4} : b8950 {08952.p4-eats} -> {08951.f} {08952.f} {08952.p2-thinks} 
+tr {08951.t2} {08951.f} {08951.p5} -> {08951.p6} 
+tr {08951.t3|08952.t1} : a8950 {08951.f} {08952.p1} -> {08952.p3} 
+tr {08952.e} {08952.p6} {08952.p3} -> {08952.p4-eats} 
+tr {08952.t} {08952.p2-thinks} -> {08952.p1} {08952.p5} 
+tr {08952.t0|08953.t4} : b8951 {08953.p4-eats} -> {08952.f} {08953.f} {08953.p2-thinks} 
+tr {08952.t2} {08952.f} {08952.p5} -> {08952.p6} 
+tr {08952.t3|08953.t1} : a8951 {08952.f} {08953.p1} -> {08953.p3} 
+tr {08953.e} {08953.p6} {08953.p3} -> {08953.p4-eats} 
+tr {08953.t} {08953.p2-thinks} -> {08953.p1} {08953.p5} 
+tr {08953.t0|08954.t4} : b8952 {08954.p4-eats} -> {08953.f} {08954.f} {08954.p2-thinks} 
+tr {08953.t2} {08953.f} {08953.p5} -> {08953.p6} 
+tr {08953.t3|08954.t1} : a8952 {08953.f} {08954.p1} -> {08954.p3} 
+tr {08954.e} {08954.p6} {08954.p3} -> {08954.p4-eats} 
+tr {08954.t} {08954.p2-thinks} -> {08954.p1} {08954.p5} 
+tr {08954.t0|08955.t4} : b8953 {08955.p4-eats} -> {08954.f} {08955.f} {08955.p2-thinks} 
+tr {08954.t2} {08954.f} {08954.p5} -> {08954.p6} 
+tr {08954.t3|08955.t1} : a8953 {08954.f} {08955.p1} -> {08955.p3} 
+tr {08955.e} {08955.p6} {08955.p3} -> {08955.p4-eats} 
+tr {08955.t} {08955.p2-thinks} -> {08955.p1} {08955.p5} 
+tr {08955.t0|08956.t4} : b8954 {08956.p4-eats} -> {08955.f} {08956.f} {08956.p2-thinks} 
+tr {08955.t2} {08955.f} {08955.p5} -> {08955.p6} 
+tr {08955.t3|08956.t1} : a8954 {08955.f} {08956.p1} -> {08956.p3} 
+tr {08956.e} {08956.p6} {08956.p3} -> {08956.p4-eats} 
+tr {08956.t} {08956.p2-thinks} -> {08956.p1} {08956.p5} 
+tr {08956.t0|08957.t4} : b8955 {08957.p4-eats} -> {08956.f} {08957.f} {08957.p2-thinks} 
+tr {08956.t2} {08956.f} {08956.p5} -> {08956.p6} 
+tr {08956.t3|08957.t1} : a8955 {08956.f} {08957.p1} -> {08957.p3} 
+tr {08957.e} {08957.p6} {08957.p3} -> {08957.p4-eats} 
+tr {08957.t} {08957.p2-thinks} -> {08957.p1} {08957.p5} 
+tr {08957.t0|08958.t4} : b8956 {08958.p4-eats} -> {08957.f} {08958.f} {08958.p2-thinks} 
+tr {08957.t2} {08957.f} {08957.p5} -> {08957.p6} 
+tr {08957.t3|08958.t1} : a8956 {08957.f} {08958.p1} -> {08958.p3} 
+tr {08958.e} {08958.p6} {08958.p3} -> {08958.p4-eats} 
+tr {08958.t} {08958.p2-thinks} -> {08958.p1} {08958.p5} 
+tr {08958.t0|08959.t4} : b8957 {08959.p4-eats} -> {08958.f} {08959.f} {08959.p2-thinks} 
+tr {08958.t2} {08958.f} {08958.p5} -> {08958.p6} 
+tr {08958.t3|08959.t1} : a8957 {08958.f} {08959.p1} -> {08959.p3} 
+tr {08959.e} {08959.p6} {08959.p3} -> {08959.p4-eats} 
+tr {08959.t} {08959.p2-thinks} -> {08959.p1} {08959.p5} 
+tr {08959.t0|08960.t4} : b8958 {08960.p4-eats} -> {08959.f} {08960.f} {08960.p2-thinks} 
+tr {08959.t2} {08959.f} {08959.p5} -> {08959.p6} 
+tr {08959.t3|08960.t1} : a8958 {08959.f} {08960.p1} -> {08960.p3} 
+tr {08960.e} {08960.p6} {08960.p3} -> {08960.p4-eats} 
+tr {08960.t} {08960.p2-thinks} -> {08960.p1} {08960.p5} 
+tr {08960.t0|08961.t4} : b8959 {08961.p4-eats} -> {08960.f} {08961.f} {08961.p2-thinks} 
+tr {08960.t2} {08960.f} {08960.p5} -> {08960.p6} 
+tr {08960.t3|08961.t1} : a8959 {08960.f} {08961.p1} -> {08961.p3} 
+tr {08961.e} {08961.p6} {08961.p3} -> {08961.p4-eats} 
+tr {08961.t} {08961.p2-thinks} -> {08961.p1} {08961.p5} 
+tr {08961.t0|08962.t4} : b8960 {08962.p4-eats} -> {08961.f} {08962.f} {08962.p2-thinks} 
+tr {08961.t2} {08961.f} {08961.p5} -> {08961.p6} 
+tr {08961.t3|08962.t1} : a8960 {08961.f} {08962.p1} -> {08962.p3} 
+tr {08962.e} {08962.p6} {08962.p3} -> {08962.p4-eats} 
+tr {08962.t} {08962.p2-thinks} -> {08962.p1} {08962.p5} 
+tr {08962.t0|08963.t4} : b8961 {08963.p4-eats} -> {08962.f} {08963.f} {08963.p2-thinks} 
+tr {08962.t2} {08962.f} {08962.p5} -> {08962.p6} 
+tr {08962.t3|08963.t1} : a8961 {08962.f} {08963.p1} -> {08963.p3} 
+tr {08963.e} {08963.p6} {08963.p3} -> {08963.p4-eats} 
+tr {08963.t} {08963.p2-thinks} -> {08963.p1} {08963.p5} 
+tr {08963.t0|08964.t4} : b8962 {08964.p4-eats} -> {08963.f} {08964.f} {08964.p2-thinks} 
+tr {08963.t2} {08963.f} {08963.p5} -> {08963.p6} 
+tr {08963.t3|08964.t1} : a8962 {08963.f} {08964.p1} -> {08964.p3} 
+tr {08964.e} {08964.p6} {08964.p3} -> {08964.p4-eats} 
+tr {08964.t} {08964.p2-thinks} -> {08964.p1} {08964.p5} 
+tr {08964.t0|08965.t4} : b8963 {08965.p4-eats} -> {08964.f} {08965.f} {08965.p2-thinks} 
+tr {08964.t2} {08964.f} {08964.p5} -> {08964.p6} 
+tr {08964.t3|08965.t1} : a8963 {08964.f} {08965.p1} -> {08965.p3} 
+tr {08965.e} {08965.p6} {08965.p3} -> {08965.p4-eats} 
+tr {08965.t} {08965.p2-thinks} -> {08965.p1} {08965.p5} 
+tr {08965.t0|08966.t4} : b8964 {08966.p4-eats} -> {08965.f} {08966.f} {08966.p2-thinks} 
+tr {08965.t2} {08965.f} {08965.p5} -> {08965.p6} 
+tr {08965.t3|08966.t1} : a8964 {08965.f} {08966.p1} -> {08966.p3} 
+tr {08966.e} {08966.p6} {08966.p3} -> {08966.p4-eats} 
+tr {08966.t} {08966.p2-thinks} -> {08966.p1} {08966.p5} 
+tr {08966.t0|08967.t4} : b8965 {08967.p4-eats} -> {08966.f} {08967.f} {08967.p2-thinks} 
+tr {08966.t2} {08966.f} {08966.p5} -> {08966.p6} 
+tr {08966.t3|08967.t1} : a8965 {08966.f} {08967.p1} -> {08967.p3} 
+tr {08967.e} {08967.p6} {08967.p3} -> {08967.p4-eats} 
+tr {08967.t} {08967.p2-thinks} -> {08967.p1} {08967.p5} 
+tr {08967.t0|08968.t4} : b8966 {08968.p4-eats} -> {08967.f} {08968.f} {08968.p2-thinks} 
+tr {08967.t2} {08967.f} {08967.p5} -> {08967.p6} 
+tr {08967.t3|08968.t1} : a8966 {08967.f} {08968.p1} -> {08968.p3} 
+tr {08968.e} {08968.p6} {08968.p3} -> {08968.p4-eats} 
+tr {08968.t} {08968.p2-thinks} -> {08968.p1} {08968.p5} 
+tr {08968.t0|08969.t4} : b8967 {08969.p4-eats} -> {08968.f} {08969.f} {08969.p2-thinks} 
+tr {08968.t2} {08968.f} {08968.p5} -> {08968.p6} 
+tr {08968.t3|08969.t1} : a8967 {08968.f} {08969.p1} -> {08969.p3} 
+tr {08969.e} {08969.p6} {08969.p3} -> {08969.p4-eats} 
+tr {08969.t} {08969.p2-thinks} -> {08969.p1} {08969.p5} 
+tr {08969.t0|08970.t4} : b8968 {08970.p4-eats} -> {08969.f} {08970.f} {08970.p2-thinks} 
+tr {08969.t2} {08969.f} {08969.p5} -> {08969.p6} 
+tr {08969.t3|08970.t1} : a8968 {08969.f} {08970.p1} -> {08970.p3} 
+tr {08970.e} {08970.p6} {08970.p3} -> {08970.p4-eats} 
+tr {08970.t} {08970.p2-thinks} -> {08970.p1} {08970.p5} 
+tr {08970.t0|08971.t4} : b8969 {08971.p4-eats} -> {08970.f} {08971.f} {08971.p2-thinks} 
+tr {08970.t2} {08970.f} {08970.p5} -> {08970.p6} 
+tr {08970.t3|08971.t1} : a8969 {08970.f} {08971.p1} -> {08971.p3} 
+tr {08971.e} {08971.p6} {08971.p3} -> {08971.p4-eats} 
+tr {08971.t} {08971.p2-thinks} -> {08971.p1} {08971.p5} 
+tr {08971.t0|08972.t4} : b8970 {08972.p4-eats} -> {08971.f} {08972.f} {08972.p2-thinks} 
+tr {08971.t2} {08971.f} {08971.p5} -> {08971.p6} 
+tr {08971.t3|08972.t1} : a8970 {08971.f} {08972.p1} -> {08972.p3} 
+tr {08972.e} {08972.p6} {08972.p3} -> {08972.p4-eats} 
+tr {08972.t} {08972.p2-thinks} -> {08972.p1} {08972.p5} 
+tr {08972.t0|08973.t4} : b8971 {08973.p4-eats} -> {08972.f} {08973.f} {08973.p2-thinks} 
+tr {08972.t2} {08972.f} {08972.p5} -> {08972.p6} 
+tr {08972.t3|08973.t1} : a8971 {08972.f} {08973.p1} -> {08973.p3} 
+tr {08973.e} {08973.p6} {08973.p3} -> {08973.p4-eats} 
+tr {08973.t} {08973.p2-thinks} -> {08973.p1} {08973.p5} 
+tr {08973.t0|08974.t4} : b8972 {08974.p4-eats} -> {08973.f} {08974.f} {08974.p2-thinks} 
+tr {08973.t2} {08973.f} {08973.p5} -> {08973.p6} 
+tr {08973.t3|08974.t1} : a8972 {08973.f} {08974.p1} -> {08974.p3} 
+tr {08974.e} {08974.p6} {08974.p3} -> {08974.p4-eats} 
+tr {08974.t} {08974.p2-thinks} -> {08974.p1} {08974.p5} 
+tr {08974.t0|08975.t4} : b8973 {08975.p4-eats} -> {08974.f} {08975.f} {08975.p2-thinks} 
+tr {08974.t2} {08974.f} {08974.p5} -> {08974.p6} 
+tr {08974.t3|08975.t1} : a8973 {08974.f} {08975.p1} -> {08975.p3} 
+tr {08975.e} {08975.p6} {08975.p3} -> {08975.p4-eats} 
+tr {08975.t} {08975.p2-thinks} -> {08975.p1} {08975.p5} 
+tr {08975.t0|08976.t4} : b8974 {08976.p4-eats} -> {08975.f} {08976.f} {08976.p2-thinks} 
+tr {08975.t2} {08975.f} {08975.p5} -> {08975.p6} 
+tr {08975.t3|08976.t1} : a8974 {08975.f} {08976.p1} -> {08976.p3} 
+tr {08976.e} {08976.p6} {08976.p3} -> {08976.p4-eats} 
+tr {08976.t} {08976.p2-thinks} -> {08976.p1} {08976.p5} 
+tr {08976.t0|08977.t4} : b8975 {08977.p4-eats} -> {08976.f} {08977.f} {08977.p2-thinks} 
+tr {08976.t2} {08976.f} {08976.p5} -> {08976.p6} 
+tr {08976.t3|08977.t1} : a8975 {08976.f} {08977.p1} -> {08977.p3} 
+tr {08977.e} {08977.p6} {08977.p3} -> {08977.p4-eats} 
+tr {08977.t} {08977.p2-thinks} -> {08977.p1} {08977.p5} 
+tr {08977.t0|08978.t4} : b8976 {08978.p4-eats} -> {08977.f} {08978.f} {08978.p2-thinks} 
+tr {08977.t2} {08977.f} {08977.p5} -> {08977.p6} 
+tr {08977.t3|08978.t1} : a8976 {08977.f} {08978.p1} -> {08978.p3} 
+tr {08978.e} {08978.p6} {08978.p3} -> {08978.p4-eats} 
+tr {08978.t} {08978.p2-thinks} -> {08978.p1} {08978.p5} 
+tr {08978.t0|08979.t4} : b8977 {08979.p4-eats} -> {08978.f} {08979.f} {08979.p2-thinks} 
+tr {08978.t2} {08978.f} {08978.p5} -> {08978.p6} 
+tr {08978.t3|08979.t1} : a8977 {08978.f} {08979.p1} -> {08979.p3} 
+tr {08979.e} {08979.p6} {08979.p3} -> {08979.p4-eats} 
+tr {08979.t} {08979.p2-thinks} -> {08979.p1} {08979.p5} 
+tr {08979.t0|08980.t4} : b8978 {08980.p4-eats} -> {08979.f} {08980.f} {08980.p2-thinks} 
+tr {08979.t2} {08979.f} {08979.p5} -> {08979.p6} 
+tr {08979.t3|08980.t1} : a8978 {08979.f} {08980.p1} -> {08980.p3} 
+tr {08980.e} {08980.p6} {08980.p3} -> {08980.p4-eats} 
+tr {08980.t} {08980.p2-thinks} -> {08980.p1} {08980.p5} 
+tr {08980.t0|08981.t4} : b8979 {08981.p4-eats} -> {08980.f} {08981.f} {08981.p2-thinks} 
+tr {08980.t2} {08980.f} {08980.p5} -> {08980.p6} 
+tr {08980.t3|08981.t1} : a8979 {08980.f} {08981.p1} -> {08981.p3} 
+tr {08981.e} {08981.p6} {08981.p3} -> {08981.p4-eats} 
+tr {08981.t} {08981.p2-thinks} -> {08981.p1} {08981.p5} 
+tr {08981.t0|08982.t4} : b8980 {08982.p4-eats} -> {08981.f} {08982.f} {08982.p2-thinks} 
+tr {08981.t2} {08981.f} {08981.p5} -> {08981.p6} 
+tr {08981.t3|08982.t1} : a8980 {08981.f} {08982.p1} -> {08982.p3} 
+tr {08982.e} {08982.p6} {08982.p3} -> {08982.p4-eats} 
+tr {08982.t} {08982.p2-thinks} -> {08982.p1} {08982.p5} 
+tr {08982.t0|08983.t4} : b8981 {08983.p4-eats} -> {08982.f} {08983.f} {08983.p2-thinks} 
+tr {08982.t2} {08982.f} {08982.p5} -> {08982.p6} 
+tr {08982.t3|08983.t1} : a8981 {08982.f} {08983.p1} -> {08983.p3} 
+tr {08983.e} {08983.p6} {08983.p3} -> {08983.p4-eats} 
+tr {08983.t} {08983.p2-thinks} -> {08983.p1} {08983.p5} 
+tr {08983.t0|08984.t4} : b8982 {08984.p4-eats} -> {08983.f} {08984.f} {08984.p2-thinks} 
+tr {08983.t2} {08983.f} {08983.p5} -> {08983.p6} 
+tr {08983.t3|08984.t1} : a8982 {08983.f} {08984.p1} -> {08984.p3} 
+tr {08984.e} {08984.p6} {08984.p3} -> {08984.p4-eats} 
+tr {08984.t} {08984.p2-thinks} -> {08984.p1} {08984.p5} 
+tr {08984.t0|08985.t4} : b8983 {08985.p4-eats} -> {08984.f} {08985.f} {08985.p2-thinks} 
+tr {08984.t2} {08984.f} {08984.p5} -> {08984.p6} 
+tr {08984.t3|08985.t1} : a8983 {08984.f} {08985.p1} -> {08985.p3} 
+tr {08985.e} {08985.p6} {08985.p3} -> {08985.p4-eats} 
+tr {08985.t} {08985.p2-thinks} -> {08985.p1} {08985.p5} 
+tr {08985.t0|08986.t4} : b8984 {08986.p4-eats} -> {08985.f} {08986.f} {08986.p2-thinks} 
+tr {08985.t2} {08985.f} {08985.p5} -> {08985.p6} 
+tr {08985.t3|08986.t1} : a8984 {08985.f} {08986.p1} -> {08986.p3} 
+tr {08986.e} {08986.p6} {08986.p3} -> {08986.p4-eats} 
+tr {08986.t} {08986.p2-thinks} -> {08986.p1} {08986.p5} 
+tr {08986.t0|08987.t4} : b8985 {08987.p4-eats} -> {08986.f} {08987.f} {08987.p2-thinks} 
+tr {08986.t2} {08986.f} {08986.p5} -> {08986.p6} 
+tr {08986.t3|08987.t1} : a8985 {08986.f} {08987.p1} -> {08987.p3} 
+tr {08987.e} {08987.p6} {08987.p3} -> {08987.p4-eats} 
+tr {08987.t} {08987.p2-thinks} -> {08987.p1} {08987.p5} 
+tr {08987.t0|08988.t4} : b8986 {08988.p4-eats} -> {08987.f} {08988.f} {08988.p2-thinks} 
+tr {08987.t2} {08987.f} {08987.p5} -> {08987.p6} 
+tr {08987.t3|08988.t1} : a8986 {08987.f} {08988.p1} -> {08988.p3} 
+tr {08988.e} {08988.p6} {08988.p3} -> {08988.p4-eats} 
+tr {08988.t} {08988.p2-thinks} -> {08988.p1} {08988.p5} 
+tr {08988.t0|08989.t4} : b8987 {08989.p4-eats} -> {08988.f} {08989.f} {08989.p2-thinks} 
+tr {08988.t2} {08988.f} {08988.p5} -> {08988.p6} 
+tr {08988.t3|08989.t1} : a8987 {08988.f} {08989.p1} -> {08989.p3} 
+tr {08989.e} {08989.p6} {08989.p3} -> {08989.p4-eats} 
+tr {08989.t} {08989.p2-thinks} -> {08989.p1} {08989.p5} 
+tr {08989.t0|08990.t4} : b8988 {08990.p4-eats} -> {08989.f} {08990.f} {08990.p2-thinks} 
+tr {08989.t2} {08989.f} {08989.p5} -> {08989.p6} 
+tr {08989.t3|08990.t1} : a8988 {08989.f} {08990.p1} -> {08990.p3} 
+tr {08990.e} {08990.p6} {08990.p3} -> {08990.p4-eats} 
+tr {08990.t} {08990.p2-thinks} -> {08990.p1} {08990.p5} 
+tr {08990.t0|08991.t4} : b8989 {08991.p4-eats} -> {08990.f} {08991.f} {08991.p2-thinks} 
+tr {08990.t2} {08990.f} {08990.p5} -> {08990.p6} 
+tr {08990.t3|08991.t1} : a8989 {08990.f} {08991.p1} -> {08991.p3} 
+tr {08991.e} {08991.p6} {08991.p3} -> {08991.p4-eats} 
+tr {08991.t} {08991.p2-thinks} -> {08991.p1} {08991.p5} 
+tr {08991.t0|08992.t4} : b8990 {08992.p4-eats} -> {08991.f} {08992.f} {08992.p2-thinks} 
+tr {08991.t2} {08991.f} {08991.p5} -> {08991.p6} 
+tr {08991.t3|08992.t1} : a8990 {08991.f} {08992.p1} -> {08992.p3} 
+tr {08992.e} {08992.p6} {08992.p3} -> {08992.p4-eats} 
+tr {08992.t} {08992.p2-thinks} -> {08992.p1} {08992.p5} 
+tr {08992.t0|08993.t4} : b8991 {08993.p4-eats} -> {08992.f} {08993.f} {08993.p2-thinks} 
+tr {08992.t2} {08992.f} {08992.p5} -> {08992.p6} 
+tr {08992.t3|08993.t1} : a8991 {08992.f} {08993.p1} -> {08993.p3} 
+tr {08993.e} {08993.p6} {08993.p3} -> {08993.p4-eats} 
+tr {08993.t} {08993.p2-thinks} -> {08993.p1} {08993.p5} 
+tr {08993.t0|08994.t4} : b8992 {08994.p4-eats} -> {08993.f} {08994.f} {08994.p2-thinks} 
+tr {08993.t2} {08993.f} {08993.p5} -> {08993.p6} 
+tr {08993.t3|08994.t1} : a8992 {08993.f} {08994.p1} -> {08994.p3} 
+tr {08994.e} {08994.p6} {08994.p3} -> {08994.p4-eats} 
+tr {08994.t} {08994.p2-thinks} -> {08994.p1} {08994.p5} 
+tr {08994.t0|08995.t4} : b8993 {08995.p4-eats} -> {08994.f} {08995.f} {08995.p2-thinks} 
+tr {08994.t2} {08994.f} {08994.p5} -> {08994.p6} 
+tr {08994.t3|08995.t1} : a8993 {08994.f} {08995.p1} -> {08995.p3} 
+tr {08995.e} {08995.p6} {08995.p3} -> {08995.p4-eats} 
+tr {08995.t} {08995.p2-thinks} -> {08995.p1} {08995.p5} 
+tr {08995.t0|08996.t4} : b8994 {08996.p4-eats} -> {08995.f} {08996.f} {08996.p2-thinks} 
+tr {08995.t2} {08995.f} {08995.p5} -> {08995.p6} 
+tr {08995.t3|08996.t1} : a8994 {08995.f} {08996.p1} -> {08996.p3} 
+tr {08996.e} {08996.p6} {08996.p3} -> {08996.p4-eats} 
+tr {08996.t} {08996.p2-thinks} -> {08996.p1} {08996.p5} 
+tr {08996.t0|08997.t4} : b8995 {08997.p4-eats} -> {08996.f} {08997.f} {08997.p2-thinks} 
+tr {08996.t2} {08996.f} {08996.p5} -> {08996.p6} 
+tr {08996.t3|08997.t1} : a8995 {08996.f} {08997.p1} -> {08997.p3} 
+tr {08997.e} {08997.p6} {08997.p3} -> {08997.p4-eats} 
+tr {08997.t} {08997.p2-thinks} -> {08997.p1} {08997.p5} 
+tr {08997.t0|08998.t4} : b8996 {08998.p4-eats} -> {08997.f} {08998.f} {08998.p2-thinks} 
+tr {08997.t2} {08997.f} {08997.p5} -> {08997.p6} 
+tr {08997.t3|08998.t1} : a8996 {08997.f} {08998.p1} -> {08998.p3} 
+tr {08998.e} {08998.p6} {08998.p3} -> {08998.p4-eats} 
+tr {08998.t} {08998.p2-thinks} -> {08998.p1} {08998.p5} 
+tr {08998.t0|08999.t4} : b8997 {08999.p4-eats} -> {08998.f} {08999.f} {08999.p2-thinks} 
+tr {08998.t2} {08998.f} {08998.p5} -> {08998.p6} 
+tr {08998.t3|08999.t1} : a8997 {08998.f} {08999.p1} -> {08999.p3} 
+tr {08999.e} {08999.p6} {08999.p3} -> {08999.p4-eats} 
+tr {08999.t} {08999.p2-thinks} -> {08999.p1} {08999.p5} 
+tr {08999.t0|09000.t4} : b8998 {09000.p4-eats} -> {08999.f} {09000.f} {09000.p2-thinks} 
+tr {08999.t2} {08999.f} {08999.p5} -> {08999.p6} 
+tr {08999.t3|09000.t1} : a8998 {08999.f} {09000.p1} -> {09000.p3} 
+tr {09000.e} {09000.p6} {09000.p3} -> {09000.p4-eats} 
+tr {09000.t} {09000.p2-thinks} -> {09000.p1} {09000.p5} 
+tr {09000.t0|09001.t4} : b8999 {09001.p4-eats} -> {09000.f} {09001.f} {09001.p2-thinks} 
+tr {09000.t2} {09000.f} {09000.p5} -> {09000.p6} 
+tr {09000.t3|09001.t1} : a8999 {09000.f} {09001.p1} -> {09001.p3} 
+tr {09001.e} {09001.p6} {09001.p3} -> {09001.p4-eats} 
+tr {09001.t} {09001.p2-thinks} -> {09001.p1} {09001.p5} 
+tr {09001.t0|09002.t4} : b9000 {09002.p4-eats} -> {09001.f} {09002.f} {09002.p2-thinks} 
+tr {09001.t2} {09001.f} {09001.p5} -> {09001.p6} 
+tr {09001.t3|09002.t1} : a9000 {09001.f} {09002.p1} -> {09002.p3} 
+tr {09002.e} {09002.p6} {09002.p3} -> {09002.p4-eats} 
+tr {09002.t} {09002.p2-thinks} -> {09002.p1} {09002.p5} 
+tr {09002.t0|09003.t4} : b9001 {09003.p4-eats} -> {09002.f} {09003.f} {09003.p2-thinks} 
+tr {09002.t2} {09002.f} {09002.p5} -> {09002.p6} 
+tr {09002.t3|09003.t1} : a9001 {09002.f} {09003.p1} -> {09003.p3} 
+tr {09003.e} {09003.p6} {09003.p3} -> {09003.p4-eats} 
+tr {09003.t} {09003.p2-thinks} -> {09003.p1} {09003.p5} 
+tr {09003.t0|09004.t4} : b9002 {09004.p4-eats} -> {09003.f} {09004.f} {09004.p2-thinks} 
+tr {09003.t2} {09003.f} {09003.p5} -> {09003.p6} 
+tr {09003.t3|09004.t1} : a9002 {09003.f} {09004.p1} -> {09004.p3} 
+tr {09004.e} {09004.p6} {09004.p3} -> {09004.p4-eats} 
+tr {09004.t} {09004.p2-thinks} -> {09004.p1} {09004.p5} 
+tr {09004.t0|09005.t4} : b9003 {09005.p4-eats} -> {09004.f} {09005.f} {09005.p2-thinks} 
+tr {09004.t2} {09004.f} {09004.p5} -> {09004.p6} 
+tr {09004.t3|09005.t1} : a9003 {09004.f} {09005.p1} -> {09005.p3} 
+tr {09005.e} {09005.p6} {09005.p3} -> {09005.p4-eats} 
+tr {09005.t} {09005.p2-thinks} -> {09005.p1} {09005.p5} 
+tr {09005.t0|09006.t4} : b9004 {09006.p4-eats} -> {09005.f} {09006.f} {09006.p2-thinks} 
+tr {09005.t2} {09005.f} {09005.p5} -> {09005.p6} 
+tr {09005.t3|09006.t1} : a9004 {09005.f} {09006.p1} -> {09006.p3} 
+tr {09006.e} {09006.p6} {09006.p3} -> {09006.p4-eats} 
+tr {09006.t} {09006.p2-thinks} -> {09006.p1} {09006.p5} 
+tr {09006.t0|09007.t4} : b9005 {09007.p4-eats} -> {09006.f} {09007.f} {09007.p2-thinks} 
+tr {09006.t2} {09006.f} {09006.p5} -> {09006.p6} 
+tr {09006.t3|09007.t1} : a9005 {09006.f} {09007.p1} -> {09007.p3} 
+tr {09007.e} {09007.p6} {09007.p3} -> {09007.p4-eats} 
+tr {09007.t} {09007.p2-thinks} -> {09007.p1} {09007.p5} 
+tr {09007.t0|09008.t4} : b9006 {09008.p4-eats} -> {09007.f} {09008.f} {09008.p2-thinks} 
+tr {09007.t2} {09007.f} {09007.p5} -> {09007.p6} 
+tr {09007.t3|09008.t1} : a9006 {09007.f} {09008.p1} -> {09008.p3} 
+tr {09008.e} {09008.p6} {09008.p3} -> {09008.p4-eats} 
+tr {09008.t} {09008.p2-thinks} -> {09008.p1} {09008.p5} 
+tr {09008.t0|09009.t4} : b9007 {09009.p4-eats} -> {09008.f} {09009.f} {09009.p2-thinks} 
+tr {09008.t2} {09008.f} {09008.p5} -> {09008.p6} 
+tr {09008.t3|09009.t1} : a9007 {09008.f} {09009.p1} -> {09009.p3} 
+tr {09009.e} {09009.p6} {09009.p3} -> {09009.p4-eats} 
+tr {09009.t} {09009.p2-thinks} -> {09009.p1} {09009.p5} 
+tr {09009.t0|09010.t4} : b9008 {09010.p4-eats} -> {09009.f} {09010.f} {09010.p2-thinks} 
+tr {09009.t2} {09009.f} {09009.p5} -> {09009.p6} 
+tr {09009.t3|09010.t1} : a9008 {09009.f} {09010.p1} -> {09010.p3} 
+tr {09010.e} {09010.p6} {09010.p3} -> {09010.p4-eats} 
+tr {09010.t} {09010.p2-thinks} -> {09010.p1} {09010.p5} 
+tr {09010.t0|09011.t4} : b9009 {09011.p4-eats} -> {09010.f} {09011.f} {09011.p2-thinks} 
+tr {09010.t2} {09010.f} {09010.p5} -> {09010.p6} 
+tr {09010.t3|09011.t1} : a9009 {09010.f} {09011.p1} -> {09011.p3} 
+tr {09011.e} {09011.p6} {09011.p3} -> {09011.p4-eats} 
+tr {09011.t} {09011.p2-thinks} -> {09011.p1} {09011.p5} 
+tr {09011.t0|09012.t4} : b9010 {09012.p4-eats} -> {09011.f} {09012.f} {09012.p2-thinks} 
+tr {09011.t2} {09011.f} {09011.p5} -> {09011.p6} 
+tr {09011.t3|09012.t1} : a9010 {09011.f} {09012.p1} -> {09012.p3} 
+tr {09012.e} {09012.p6} {09012.p3} -> {09012.p4-eats} 
+tr {09012.t} {09012.p2-thinks} -> {09012.p1} {09012.p5} 
+tr {09012.t0|09013.t4} : b9011 {09013.p4-eats} -> {09012.f} {09013.f} {09013.p2-thinks} 
+tr {09012.t2} {09012.f} {09012.p5} -> {09012.p6} 
+tr {09012.t3|09013.t1} : a9011 {09012.f} {09013.p1} -> {09013.p3} 
+tr {09013.e} {09013.p6} {09013.p3} -> {09013.p4-eats} 
+tr {09013.t} {09013.p2-thinks} -> {09013.p1} {09013.p5} 
+tr {09013.t0|09014.t4} : b9012 {09014.p4-eats} -> {09013.f} {09014.f} {09014.p2-thinks} 
+tr {09013.t2} {09013.f} {09013.p5} -> {09013.p6} 
+tr {09013.t3|09014.t1} : a9012 {09013.f} {09014.p1} -> {09014.p3} 
+tr {09014.e} {09014.p6} {09014.p3} -> {09014.p4-eats} 
+tr {09014.t} {09014.p2-thinks} -> {09014.p1} {09014.p5} 
+tr {09014.t0|09015.t4} : b9013 {09015.p4-eats} -> {09014.f} {09015.f} {09015.p2-thinks} 
+tr {09014.t2} {09014.f} {09014.p5} -> {09014.p6} 
+tr {09014.t3|09015.t1} : a9013 {09014.f} {09015.p1} -> {09015.p3} 
+tr {09015.e} {09015.p6} {09015.p3} -> {09015.p4-eats} 
+tr {09015.t} {09015.p2-thinks} -> {09015.p1} {09015.p5} 
+tr {09015.t0|09016.t4} : b9014 {09016.p4-eats} -> {09015.f} {09016.f} {09016.p2-thinks} 
+tr {09015.t2} {09015.f} {09015.p5} -> {09015.p6} 
+tr {09015.t3|09016.t1} : a9014 {09015.f} {09016.p1} -> {09016.p3} 
+tr {09016.e} {09016.p6} {09016.p3} -> {09016.p4-eats} 
+tr {09016.t} {09016.p2-thinks} -> {09016.p1} {09016.p5} 
+tr {09016.t0|09017.t4} : b9015 {09017.p4-eats} -> {09016.f} {09017.f} {09017.p2-thinks} 
+tr {09016.t2} {09016.f} {09016.p5} -> {09016.p6} 
+tr {09016.t3|09017.t1} : a9015 {09016.f} {09017.p1} -> {09017.p3} 
+tr {09017.e} {09017.p6} {09017.p3} -> {09017.p4-eats} 
+tr {09017.t} {09017.p2-thinks} -> {09017.p1} {09017.p5} 
+tr {09017.t0|09018.t4} : b9016 {09018.p4-eats} -> {09017.f} {09018.f} {09018.p2-thinks} 
+tr {09017.t2} {09017.f} {09017.p5} -> {09017.p6} 
+tr {09017.t3|09018.t1} : a9016 {09017.f} {09018.p1} -> {09018.p3} 
+tr {09018.e} {09018.p6} {09018.p3} -> {09018.p4-eats} 
+tr {09018.t} {09018.p2-thinks} -> {09018.p1} {09018.p5} 
+tr {09018.t0|09019.t4} : b9017 {09019.p4-eats} -> {09018.f} {09019.f} {09019.p2-thinks} 
+tr {09018.t2} {09018.f} {09018.p5} -> {09018.p6} 
+tr {09018.t3|09019.t1} : a9017 {09018.f} {09019.p1} -> {09019.p3} 
+tr {09019.e} {09019.p6} {09019.p3} -> {09019.p4-eats} 
+tr {09019.t} {09019.p2-thinks} -> {09019.p1} {09019.p5} 
+tr {09019.t0|09020.t4} : b9018 {09020.p4-eats} -> {09019.f} {09020.f} {09020.p2-thinks} 
+tr {09019.t2} {09019.f} {09019.p5} -> {09019.p6} 
+tr {09019.t3|09020.t1} : a9018 {09019.f} {09020.p1} -> {09020.p3} 
+tr {09020.e} {09020.p6} {09020.p3} -> {09020.p4-eats} 
+tr {09020.t} {09020.p2-thinks} -> {09020.p1} {09020.p5} 
+tr {09020.t0|09021.t4} : b9019 {09021.p4-eats} -> {09020.f} {09021.f} {09021.p2-thinks} 
+tr {09020.t2} {09020.f} {09020.p5} -> {09020.p6} 
+tr {09020.t3|09021.t1} : a9019 {09020.f} {09021.p1} -> {09021.p3} 
+tr {09021.e} {09021.p6} {09021.p3} -> {09021.p4-eats} 
+tr {09021.t} {09021.p2-thinks} -> {09021.p1} {09021.p5} 
+tr {09021.t0|09022.t4} : b9020 {09022.p4-eats} -> {09021.f} {09022.f} {09022.p2-thinks} 
+tr {09021.t2} {09021.f} {09021.p5} -> {09021.p6} 
+tr {09021.t3|09022.t1} : a9020 {09021.f} {09022.p1} -> {09022.p3} 
+tr {09022.e} {09022.p6} {09022.p3} -> {09022.p4-eats} 
+tr {09022.t} {09022.p2-thinks} -> {09022.p1} {09022.p5} 
+tr {09022.t0|09023.t4} : b9021 {09023.p4-eats} -> {09022.f} {09023.f} {09023.p2-thinks} 
+tr {09022.t2} {09022.f} {09022.p5} -> {09022.p6} 
+tr {09022.t3|09023.t1} : a9021 {09022.f} {09023.p1} -> {09023.p3} 
+tr {09023.e} {09023.p6} {09023.p3} -> {09023.p4-eats} 
+tr {09023.t} {09023.p2-thinks} -> {09023.p1} {09023.p5} 
+tr {09023.t0|09024.t4} : b9022 {09024.p4-eats} -> {09023.f} {09024.f} {09024.p2-thinks} 
+tr {09023.t2} {09023.f} {09023.p5} -> {09023.p6} 
+tr {09023.t3|09024.t1} : a9022 {09023.f} {09024.p1} -> {09024.p3} 
+tr {09024.e} {09024.p6} {09024.p3} -> {09024.p4-eats} 
+tr {09024.t} {09024.p2-thinks} -> {09024.p1} {09024.p5} 
+tr {09024.t0|09025.t4} : b9023 {09025.p4-eats} -> {09024.f} {09025.f} {09025.p2-thinks} 
+tr {09024.t2} {09024.f} {09024.p5} -> {09024.p6} 
+tr {09024.t3|09025.t1} : a9023 {09024.f} {09025.p1} -> {09025.p3} 
+tr {09025.e} {09025.p6} {09025.p3} -> {09025.p4-eats} 
+tr {09025.t} {09025.p2-thinks} -> {09025.p1} {09025.p5} 
+tr {09025.t0|09026.t4} : b9024 {09026.p4-eats} -> {09025.f} {09026.f} {09026.p2-thinks} 
+tr {09025.t2} {09025.f} {09025.p5} -> {09025.p6} 
+tr {09025.t3|09026.t1} : a9024 {09025.f} {09026.p1} -> {09026.p3} 
+tr {09026.e} {09026.p6} {09026.p3} -> {09026.p4-eats} 
+tr {09026.t} {09026.p2-thinks} -> {09026.p1} {09026.p5} 
+tr {09026.t0|09027.t4} : b9025 {09027.p4-eats} -> {09026.f} {09027.f} {09027.p2-thinks} 
+tr {09026.t2} {09026.f} {09026.p5} -> {09026.p6} 
+tr {09026.t3|09027.t1} : a9025 {09026.f} {09027.p1} -> {09027.p3} 
+tr {09027.e} {09027.p6} {09027.p3} -> {09027.p4-eats} 
+tr {09027.t} {09027.p2-thinks} -> {09027.p1} {09027.p5} 
+tr {09027.t0|09028.t4} : b9026 {09028.p4-eats} -> {09027.f} {09028.f} {09028.p2-thinks} 
+tr {09027.t2} {09027.f} {09027.p5} -> {09027.p6} 
+tr {09027.t3|09028.t1} : a9026 {09027.f} {09028.p1} -> {09028.p3} 
+tr {09028.e} {09028.p6} {09028.p3} -> {09028.p4-eats} 
+tr {09028.t} {09028.p2-thinks} -> {09028.p1} {09028.p5} 
+tr {09028.t0|09029.t4} : b9027 {09029.p4-eats} -> {09028.f} {09029.f} {09029.p2-thinks} 
+tr {09028.t2} {09028.f} {09028.p5} -> {09028.p6} 
+tr {09028.t3|09029.t1} : a9027 {09028.f} {09029.p1} -> {09029.p3} 
+tr {09029.e} {09029.p6} {09029.p3} -> {09029.p4-eats} 
+tr {09029.t} {09029.p2-thinks} -> {09029.p1} {09029.p5} 
+tr {09029.t0|09030.t4} : b9028 {09030.p4-eats} -> {09029.f} {09030.f} {09030.p2-thinks} 
+tr {09029.t2} {09029.f} {09029.p5} -> {09029.p6} 
+tr {09029.t3|09030.t1} : a9028 {09029.f} {09030.p1} -> {09030.p3} 
+tr {09030.e} {09030.p6} {09030.p3} -> {09030.p4-eats} 
+tr {09030.t} {09030.p2-thinks} -> {09030.p1} {09030.p5} 
+tr {09030.t0|09031.t4} : b9029 {09031.p4-eats} -> {09030.f} {09031.f} {09031.p2-thinks} 
+tr {09030.t2} {09030.f} {09030.p5} -> {09030.p6} 
+tr {09030.t3|09031.t1} : a9029 {09030.f} {09031.p1} -> {09031.p3} 
+tr {09031.e} {09031.p6} {09031.p3} -> {09031.p4-eats} 
+tr {09031.t} {09031.p2-thinks} -> {09031.p1} {09031.p5} 
+tr {09031.t0|09032.t4} : b9030 {09032.p4-eats} -> {09031.f} {09032.f} {09032.p2-thinks} 
+tr {09031.t2} {09031.f} {09031.p5} -> {09031.p6} 
+tr {09031.t3|09032.t1} : a9030 {09031.f} {09032.p1} -> {09032.p3} 
+tr {09032.e} {09032.p6} {09032.p3} -> {09032.p4-eats} 
+tr {09032.t} {09032.p2-thinks} -> {09032.p1} {09032.p5} 
+tr {09032.t0|09033.t4} : b9031 {09033.p4-eats} -> {09032.f} {09033.f} {09033.p2-thinks} 
+tr {09032.t2} {09032.f} {09032.p5} -> {09032.p6} 
+tr {09032.t3|09033.t1} : a9031 {09032.f} {09033.p1} -> {09033.p3} 
+tr {09033.e} {09033.p6} {09033.p3} -> {09033.p4-eats} 
+tr {09033.t} {09033.p2-thinks} -> {09033.p1} {09033.p5} 
+tr {09033.t0|09034.t4} : b9032 {09034.p4-eats} -> {09033.f} {09034.f} {09034.p2-thinks} 
+tr {09033.t2} {09033.f} {09033.p5} -> {09033.p6} 
+tr {09033.t3|09034.t1} : a9032 {09033.f} {09034.p1} -> {09034.p3} 
+tr {09034.e} {09034.p6} {09034.p3} -> {09034.p4-eats} 
+tr {09034.t} {09034.p2-thinks} -> {09034.p1} {09034.p5} 
+tr {09034.t0|09035.t4} : b9033 {09035.p4-eats} -> {09034.f} {09035.f} {09035.p2-thinks} 
+tr {09034.t2} {09034.f} {09034.p5} -> {09034.p6} 
+tr {09034.t3|09035.t1} : a9033 {09034.f} {09035.p1} -> {09035.p3} 
+tr {09035.e} {09035.p6} {09035.p3} -> {09035.p4-eats} 
+tr {09035.t} {09035.p2-thinks} -> {09035.p1} {09035.p5} 
+tr {09035.t0|09036.t4} : b9034 {09036.p4-eats} -> {09035.f} {09036.f} {09036.p2-thinks} 
+tr {09035.t2} {09035.f} {09035.p5} -> {09035.p6} 
+tr {09035.t3|09036.t1} : a9034 {09035.f} {09036.p1} -> {09036.p3} 
+tr {09036.e} {09036.p6} {09036.p3} -> {09036.p4-eats} 
+tr {09036.t} {09036.p2-thinks} -> {09036.p1} {09036.p5} 
+tr {09036.t0|09037.t4} : b9035 {09037.p4-eats} -> {09036.f} {09037.f} {09037.p2-thinks} 
+tr {09036.t2} {09036.f} {09036.p5} -> {09036.p6} 
+tr {09036.t3|09037.t1} : a9035 {09036.f} {09037.p1} -> {09037.p3} 
+tr {09037.e} {09037.p6} {09037.p3} -> {09037.p4-eats} 
+tr {09037.t} {09037.p2-thinks} -> {09037.p1} {09037.p5} 
+tr {09037.t0|09038.t4} : b9036 {09038.p4-eats} -> {09037.f} {09038.f} {09038.p2-thinks} 
+tr {09037.t2} {09037.f} {09037.p5} -> {09037.p6} 
+tr {09037.t3|09038.t1} : a9036 {09037.f} {09038.p1} -> {09038.p3} 
+tr {09038.e} {09038.p6} {09038.p3} -> {09038.p4-eats} 
+tr {09038.t} {09038.p2-thinks} -> {09038.p1} {09038.p5} 
+tr {09038.t0|09039.t4} : b9037 {09039.p4-eats} -> {09038.f} {09039.f} {09039.p2-thinks} 
+tr {09038.t2} {09038.f} {09038.p5} -> {09038.p6} 
+tr {09038.t3|09039.t1} : a9037 {09038.f} {09039.p1} -> {09039.p3} 
+tr {09039.e} {09039.p6} {09039.p3} -> {09039.p4-eats} 
+tr {09039.t} {09039.p2-thinks} -> {09039.p1} {09039.p5} 
+tr {09039.t0|09040.t4} : b9038 {09040.p4-eats} -> {09039.f} {09040.f} {09040.p2-thinks} 
+tr {09039.t2} {09039.f} {09039.p5} -> {09039.p6} 
+tr {09039.t3|09040.t1} : a9038 {09039.f} {09040.p1} -> {09040.p3} 
+tr {09040.e} {09040.p6} {09040.p3} -> {09040.p4-eats} 
+tr {09040.t} {09040.p2-thinks} -> {09040.p1} {09040.p5} 
+tr {09040.t0|09041.t4} : b9039 {09041.p4-eats} -> {09040.f} {09041.f} {09041.p2-thinks} 
+tr {09040.t2} {09040.f} {09040.p5} -> {09040.p6} 
+tr {09040.t3|09041.t1} : a9039 {09040.f} {09041.p1} -> {09041.p3} 
+tr {09041.e} {09041.p6} {09041.p3} -> {09041.p4-eats} 
+tr {09041.t} {09041.p2-thinks} -> {09041.p1} {09041.p5} 
+tr {09041.t0|09042.t4} : b9040 {09042.p4-eats} -> {09041.f} {09042.f} {09042.p2-thinks} 
+tr {09041.t2} {09041.f} {09041.p5} -> {09041.p6} 
+tr {09041.t3|09042.t1} : a9040 {09041.f} {09042.p1} -> {09042.p3} 
+tr {09042.e} {09042.p6} {09042.p3} -> {09042.p4-eats} 
+tr {09042.t} {09042.p2-thinks} -> {09042.p1} {09042.p5} 
+tr {09042.t0|09043.t4} : b9041 {09043.p4-eats} -> {09042.f} {09043.f} {09043.p2-thinks} 
+tr {09042.t2} {09042.f} {09042.p5} -> {09042.p6} 
+tr {09042.t3|09043.t1} : a9041 {09042.f} {09043.p1} -> {09043.p3} 
+tr {09043.e} {09043.p6} {09043.p3} -> {09043.p4-eats} 
+tr {09043.t} {09043.p2-thinks} -> {09043.p1} {09043.p5} 
+tr {09043.t0|09044.t4} : b9042 {09044.p4-eats} -> {09043.f} {09044.f} {09044.p2-thinks} 
+tr {09043.t2} {09043.f} {09043.p5} -> {09043.p6} 
+tr {09043.t3|09044.t1} : a9042 {09043.f} {09044.p1} -> {09044.p3} 
+tr {09044.e} {09044.p6} {09044.p3} -> {09044.p4-eats} 
+tr {09044.t} {09044.p2-thinks} -> {09044.p1} {09044.p5} 
+tr {09044.t0|09045.t4} : b9043 {09045.p4-eats} -> {09044.f} {09045.f} {09045.p2-thinks} 
+tr {09044.t2} {09044.f} {09044.p5} -> {09044.p6} 
+tr {09044.t3|09045.t1} : a9043 {09044.f} {09045.p1} -> {09045.p3} 
+tr {09045.e} {09045.p6} {09045.p3} -> {09045.p4-eats} 
+tr {09045.t} {09045.p2-thinks} -> {09045.p1} {09045.p5} 
+tr {09045.t0|09046.t4} : b9044 {09046.p4-eats} -> {09045.f} {09046.f} {09046.p2-thinks} 
+tr {09045.t2} {09045.f} {09045.p5} -> {09045.p6} 
+tr {09045.t3|09046.t1} : a9044 {09045.f} {09046.p1} -> {09046.p3} 
+tr {09046.e} {09046.p6} {09046.p3} -> {09046.p4-eats} 
+tr {09046.t} {09046.p2-thinks} -> {09046.p1} {09046.p5} 
+tr {09046.t0|09047.t4} : b9045 {09047.p4-eats} -> {09046.f} {09047.f} {09047.p2-thinks} 
+tr {09046.t2} {09046.f} {09046.p5} -> {09046.p6} 
+tr {09046.t3|09047.t1} : a9045 {09046.f} {09047.p1} -> {09047.p3} 
+tr {09047.e} {09047.p6} {09047.p3} -> {09047.p4-eats} 
+tr {09047.t} {09047.p2-thinks} -> {09047.p1} {09047.p5} 
+tr {09047.t0|09048.t4} : b9046 {09048.p4-eats} -> {09047.f} {09048.f} {09048.p2-thinks} 
+tr {09047.t2} {09047.f} {09047.p5} -> {09047.p6} 
+tr {09047.t3|09048.t1} : a9046 {09047.f} {09048.p1} -> {09048.p3} 
+tr {09048.e} {09048.p6} {09048.p3} -> {09048.p4-eats} 
+tr {09048.t} {09048.p2-thinks} -> {09048.p1} {09048.p5} 
+tr {09048.t0|09049.t4} : b9047 {09049.p4-eats} -> {09048.f} {09049.f} {09049.p2-thinks} 
+tr {09048.t2} {09048.f} {09048.p5} -> {09048.p6} 
+tr {09048.t3|09049.t1} : a9047 {09048.f} {09049.p1} -> {09049.p3} 
+tr {09049.e} {09049.p6} {09049.p3} -> {09049.p4-eats} 
+tr {09049.t} {09049.p2-thinks} -> {09049.p1} {09049.p5} 
+tr {09049.t0|09050.t4} : b9048 {09050.p4-eats} -> {09049.f} {09050.f} {09050.p2-thinks} 
+tr {09049.t2} {09049.f} {09049.p5} -> {09049.p6} 
+tr {09049.t3|09050.t1} : a9048 {09049.f} {09050.p1} -> {09050.p3} 
+tr {09050.e} {09050.p6} {09050.p3} -> {09050.p4-eats} 
+tr {09050.t} {09050.p2-thinks} -> {09050.p1} {09050.p5} 
+tr {09050.t0|09051.t4} : b9049 {09051.p4-eats} -> {09050.f} {09051.f} {09051.p2-thinks} 
+tr {09050.t2} {09050.f} {09050.p5} -> {09050.p6} 
+tr {09050.t3|09051.t1} : a9049 {09050.f} {09051.p1} -> {09051.p3} 
+tr {09051.e} {09051.p6} {09051.p3} -> {09051.p4-eats} 
+tr {09051.t} {09051.p2-thinks} -> {09051.p1} {09051.p5} 
+tr {09051.t0|09052.t4} : b9050 {09052.p4-eats} -> {09051.f} {09052.f} {09052.p2-thinks} 
+tr {09051.t2} {09051.f} {09051.p5} -> {09051.p6} 
+tr {09051.t3|09052.t1} : a9050 {09051.f} {09052.p1} -> {09052.p3} 
+tr {09052.e} {09052.p6} {09052.p3} -> {09052.p4-eats} 
+tr {09052.t} {09052.p2-thinks} -> {09052.p1} {09052.p5} 
+tr {09052.t0|09053.t4} : b9051 {09053.p4-eats} -> {09052.f} {09053.f} {09053.p2-thinks} 
+tr {09052.t2} {09052.f} {09052.p5} -> {09052.p6} 
+tr {09052.t3|09053.t1} : a9051 {09052.f} {09053.p1} -> {09053.p3} 
+tr {09053.e} {09053.p6} {09053.p3} -> {09053.p4-eats} 
+tr {09053.t} {09053.p2-thinks} -> {09053.p1} {09053.p5} 
+tr {09053.t0|09054.t4} : b9052 {09054.p4-eats} -> {09053.f} {09054.f} {09054.p2-thinks} 
+tr {09053.t2} {09053.f} {09053.p5} -> {09053.p6} 
+tr {09053.t3|09054.t1} : a9052 {09053.f} {09054.p1} -> {09054.p3} 
+tr {09054.e} {09054.p6} {09054.p3} -> {09054.p4-eats} 
+tr {09054.t} {09054.p2-thinks} -> {09054.p1} {09054.p5} 
+tr {09054.t0|09055.t4} : b9053 {09055.p4-eats} -> {09054.f} {09055.f} {09055.p2-thinks} 
+tr {09054.t2} {09054.f} {09054.p5} -> {09054.p6} 
+tr {09054.t3|09055.t1} : a9053 {09054.f} {09055.p1} -> {09055.p3} 
+tr {09055.e} {09055.p6} {09055.p3} -> {09055.p4-eats} 
+tr {09055.t} {09055.p2-thinks} -> {09055.p1} {09055.p5} 
+tr {09055.t0|09056.t4} : b9054 {09056.p4-eats} -> {09055.f} {09056.f} {09056.p2-thinks} 
+tr {09055.t2} {09055.f} {09055.p5} -> {09055.p6} 
+tr {09055.t3|09056.t1} : a9054 {09055.f} {09056.p1} -> {09056.p3} 
+tr {09056.e} {09056.p6} {09056.p3} -> {09056.p4-eats} 
+tr {09056.t} {09056.p2-thinks} -> {09056.p1} {09056.p5} 
+tr {09056.t0|09057.t4} : b9055 {09057.p4-eats} -> {09056.f} {09057.f} {09057.p2-thinks} 
+tr {09056.t2} {09056.f} {09056.p5} -> {09056.p6} 
+tr {09056.t3|09057.t1} : a9055 {09056.f} {09057.p1} -> {09057.p3} 
+tr {09057.e} {09057.p6} {09057.p3} -> {09057.p4-eats} 
+tr {09057.t} {09057.p2-thinks} -> {09057.p1} {09057.p5} 
+tr {09057.t0|09058.t4} : b9056 {09058.p4-eats} -> {09057.f} {09058.f} {09058.p2-thinks} 
+tr {09057.t2} {09057.f} {09057.p5} -> {09057.p6} 
+tr {09057.t3|09058.t1} : a9056 {09057.f} {09058.p1} -> {09058.p3} 
+tr {09058.e} {09058.p6} {09058.p3} -> {09058.p4-eats} 
+tr {09058.t} {09058.p2-thinks} -> {09058.p1} {09058.p5} 
+tr {09058.t0|09059.t4} : b9057 {09059.p4-eats} -> {09058.f} {09059.f} {09059.p2-thinks} 
+tr {09058.t2} {09058.f} {09058.p5} -> {09058.p6} 
+tr {09058.t3|09059.t1} : a9057 {09058.f} {09059.p1} -> {09059.p3} 
+tr {09059.e} {09059.p6} {09059.p3} -> {09059.p4-eats} 
+tr {09059.t} {09059.p2-thinks} -> {09059.p1} {09059.p5} 
+tr {09059.t0|09060.t4} : b9058 {09060.p4-eats} -> {09059.f} {09060.f} {09060.p2-thinks} 
+tr {09059.t2} {09059.f} {09059.p5} -> {09059.p6} 
+tr {09059.t3|09060.t1} : a9058 {09059.f} {09060.p1} -> {09060.p3} 
+tr {09060.e} {09060.p6} {09060.p3} -> {09060.p4-eats} 
+tr {09060.t} {09060.p2-thinks} -> {09060.p1} {09060.p5} 
+tr {09060.t0|09061.t4} : b9059 {09061.p4-eats} -> {09060.f} {09061.f} {09061.p2-thinks} 
+tr {09060.t2} {09060.f} {09060.p5} -> {09060.p6} 
+tr {09060.t3|09061.t1} : a9059 {09060.f} {09061.p1} -> {09061.p3} 
+tr {09061.e} {09061.p6} {09061.p3} -> {09061.p4-eats} 
+tr {09061.t} {09061.p2-thinks} -> {09061.p1} {09061.p5} 
+tr {09061.t0|09062.t4} : b9060 {09062.p4-eats} -> {09061.f} {09062.f} {09062.p2-thinks} 
+tr {09061.t2} {09061.f} {09061.p5} -> {09061.p6} 
+tr {09061.t3|09062.t1} : a9060 {09061.f} {09062.p1} -> {09062.p3} 
+tr {09062.e} {09062.p6} {09062.p3} -> {09062.p4-eats} 
+tr {09062.t} {09062.p2-thinks} -> {09062.p1} {09062.p5} 
+tr {09062.t0|09063.t4} : b9061 {09063.p4-eats} -> {09062.f} {09063.f} {09063.p2-thinks} 
+tr {09062.t2} {09062.f} {09062.p5} -> {09062.p6} 
+tr {09062.t3|09063.t1} : a9061 {09062.f} {09063.p1} -> {09063.p3} 
+tr {09063.e} {09063.p6} {09063.p3} -> {09063.p4-eats} 
+tr {09063.t} {09063.p2-thinks} -> {09063.p1} {09063.p5} 
+tr {09063.t0|09064.t4} : b9062 {09064.p4-eats} -> {09063.f} {09064.f} {09064.p2-thinks} 
+tr {09063.t2} {09063.f} {09063.p5} -> {09063.p6} 
+tr {09063.t3|09064.t1} : a9062 {09063.f} {09064.p1} -> {09064.p3} 
+tr {09064.e} {09064.p6} {09064.p3} -> {09064.p4-eats} 
+tr {09064.t} {09064.p2-thinks} -> {09064.p1} {09064.p5} 
+tr {09064.t0|09065.t4} : b9063 {09065.p4-eats} -> {09064.f} {09065.f} {09065.p2-thinks} 
+tr {09064.t2} {09064.f} {09064.p5} -> {09064.p6} 
+tr {09064.t3|09065.t1} : a9063 {09064.f} {09065.p1} -> {09065.p3} 
+tr {09065.e} {09065.p6} {09065.p3} -> {09065.p4-eats} 
+tr {09065.t} {09065.p2-thinks} -> {09065.p1} {09065.p5} 
+tr {09065.t0|09066.t4} : b9064 {09066.p4-eats} -> {09065.f} {09066.f} {09066.p2-thinks} 
+tr {09065.t2} {09065.f} {09065.p5} -> {09065.p6} 
+tr {09065.t3|09066.t1} : a9064 {09065.f} {09066.p1} -> {09066.p3} 
+tr {09066.e} {09066.p6} {09066.p3} -> {09066.p4-eats} 
+tr {09066.t} {09066.p2-thinks} -> {09066.p1} {09066.p5} 
+tr {09066.t0|09067.t4} : b9065 {09067.p4-eats} -> {09066.f} {09067.f} {09067.p2-thinks} 
+tr {09066.t2} {09066.f} {09066.p5} -> {09066.p6} 
+tr {09066.t3|09067.t1} : a9065 {09066.f} {09067.p1} -> {09067.p3} 
+tr {09067.e} {09067.p6} {09067.p3} -> {09067.p4-eats} 
+tr {09067.t} {09067.p2-thinks} -> {09067.p1} {09067.p5} 
+tr {09067.t0|09068.t4} : b9066 {09068.p4-eats} -> {09067.f} {09068.f} {09068.p2-thinks} 
+tr {09067.t2} {09067.f} {09067.p5} -> {09067.p6} 
+tr {09067.t3|09068.t1} : a9066 {09067.f} {09068.p1} -> {09068.p3} 
+tr {09068.e} {09068.p6} {09068.p3} -> {09068.p4-eats} 
+tr {09068.t} {09068.p2-thinks} -> {09068.p1} {09068.p5} 
+tr {09068.t0|09069.t4} : b9067 {09069.p4-eats} -> {09068.f} {09069.f} {09069.p2-thinks} 
+tr {09068.t2} {09068.f} {09068.p5} -> {09068.p6} 
+tr {09068.t3|09069.t1} : a9067 {09068.f} {09069.p1} -> {09069.p3} 
+tr {09069.e} {09069.p6} {09069.p3} -> {09069.p4-eats} 
+tr {09069.t} {09069.p2-thinks} -> {09069.p1} {09069.p5} 
+tr {09069.t0|09070.t4} : b9068 {09070.p4-eats} -> {09069.f} {09070.f} {09070.p2-thinks} 
+tr {09069.t2} {09069.f} {09069.p5} -> {09069.p6} 
+tr {09069.t3|09070.t1} : a9068 {09069.f} {09070.p1} -> {09070.p3} 
+tr {09070.e} {09070.p6} {09070.p3} -> {09070.p4-eats} 
+tr {09070.t} {09070.p2-thinks} -> {09070.p1} {09070.p5} 
+tr {09070.t0|09071.t4} : b9069 {09071.p4-eats} -> {09070.f} {09071.f} {09071.p2-thinks} 
+tr {09070.t2} {09070.f} {09070.p5} -> {09070.p6} 
+tr {09070.t3|09071.t1} : a9069 {09070.f} {09071.p1} -> {09071.p3} 
+tr {09071.e} {09071.p6} {09071.p3} -> {09071.p4-eats} 
+tr {09071.t} {09071.p2-thinks} -> {09071.p1} {09071.p5} 
+tr {09071.t0|09072.t4} : b9070 {09072.p4-eats} -> {09071.f} {09072.f} {09072.p2-thinks} 
+tr {09071.t2} {09071.f} {09071.p5} -> {09071.p6} 
+tr {09071.t3|09072.t1} : a9070 {09071.f} {09072.p1} -> {09072.p3} 
+tr {09072.e} {09072.p6} {09072.p3} -> {09072.p4-eats} 
+tr {09072.t} {09072.p2-thinks} -> {09072.p1} {09072.p5} 
+tr {09072.t0|09073.t4} : b9071 {09073.p4-eats} -> {09072.f} {09073.f} {09073.p2-thinks} 
+tr {09072.t2} {09072.f} {09072.p5} -> {09072.p6} 
+tr {09072.t3|09073.t1} : a9071 {09072.f} {09073.p1} -> {09073.p3} 
+tr {09073.e} {09073.p6} {09073.p3} -> {09073.p4-eats} 
+tr {09073.t} {09073.p2-thinks} -> {09073.p1} {09073.p5} 
+tr {09073.t0|09074.t4} : b9072 {09074.p4-eats} -> {09073.f} {09074.f} {09074.p2-thinks} 
+tr {09073.t2} {09073.f} {09073.p5} -> {09073.p6} 
+tr {09073.t3|09074.t1} : a9072 {09073.f} {09074.p1} -> {09074.p3} 
+tr {09074.e} {09074.p6} {09074.p3} -> {09074.p4-eats} 
+tr {09074.t} {09074.p2-thinks} -> {09074.p1} {09074.p5} 
+tr {09074.t0|09075.t4} : b9073 {09075.p4-eats} -> {09074.f} {09075.f} {09075.p2-thinks} 
+tr {09074.t2} {09074.f} {09074.p5} -> {09074.p6} 
+tr {09074.t3|09075.t1} : a9073 {09074.f} {09075.p1} -> {09075.p3} 
+tr {09075.e} {09075.p6} {09075.p3} -> {09075.p4-eats} 
+tr {09075.t} {09075.p2-thinks} -> {09075.p1} {09075.p5} 
+tr {09075.t0|09076.t4} : b9074 {09076.p4-eats} -> {09075.f} {09076.f} {09076.p2-thinks} 
+tr {09075.t2} {09075.f} {09075.p5} -> {09075.p6} 
+tr {09075.t3|09076.t1} : a9074 {09075.f} {09076.p1} -> {09076.p3} 
+tr {09076.e} {09076.p6} {09076.p3} -> {09076.p4-eats} 
+tr {09076.t} {09076.p2-thinks} -> {09076.p1} {09076.p5} 
+tr {09076.t0|09077.t4} : b9075 {09077.p4-eats} -> {09076.f} {09077.f} {09077.p2-thinks} 
+tr {09076.t2} {09076.f} {09076.p5} -> {09076.p6} 
+tr {09076.t3|09077.t1} : a9075 {09076.f} {09077.p1} -> {09077.p3} 
+tr {09077.e} {09077.p6} {09077.p3} -> {09077.p4-eats} 
+tr {09077.t} {09077.p2-thinks} -> {09077.p1} {09077.p5} 
+tr {09077.t0|09078.t4} : b9076 {09078.p4-eats} -> {09077.f} {09078.f} {09078.p2-thinks} 
+tr {09077.t2} {09077.f} {09077.p5} -> {09077.p6} 
+tr {09077.t3|09078.t1} : a9076 {09077.f} {09078.p1} -> {09078.p3} 
+tr {09078.e} {09078.p6} {09078.p3} -> {09078.p4-eats} 
+tr {09078.t} {09078.p2-thinks} -> {09078.p1} {09078.p5} 
+tr {09078.t0|09079.t4} : b9077 {09079.p4-eats} -> {09078.f} {09079.f} {09079.p2-thinks} 
+tr {09078.t2} {09078.f} {09078.p5} -> {09078.p6} 
+tr {09078.t3|09079.t1} : a9077 {09078.f} {09079.p1} -> {09079.p3} 
+tr {09079.e} {09079.p6} {09079.p3} -> {09079.p4-eats} 
+tr {09079.t} {09079.p2-thinks} -> {09079.p1} {09079.p5} 
+tr {09079.t0|09080.t4} : b9078 {09080.p4-eats} -> {09079.f} {09080.f} {09080.p2-thinks} 
+tr {09079.t2} {09079.f} {09079.p5} -> {09079.p6} 
+tr {09079.t3|09080.t1} : a9078 {09079.f} {09080.p1} -> {09080.p3} 
+tr {09080.e} {09080.p6} {09080.p3} -> {09080.p4-eats} 
+tr {09080.t} {09080.p2-thinks} -> {09080.p1} {09080.p5} 
+tr {09080.t0|09081.t4} : b9079 {09081.p4-eats} -> {09080.f} {09081.f} {09081.p2-thinks} 
+tr {09080.t2} {09080.f} {09080.p5} -> {09080.p6} 
+tr {09080.t3|09081.t1} : a9079 {09080.f} {09081.p1} -> {09081.p3} 
+tr {09081.e} {09081.p6} {09081.p3} -> {09081.p4-eats} 
+tr {09081.t} {09081.p2-thinks} -> {09081.p1} {09081.p5} 
+tr {09081.t0|09082.t4} : b9080 {09082.p4-eats} -> {09081.f} {09082.f} {09082.p2-thinks} 
+tr {09081.t2} {09081.f} {09081.p5} -> {09081.p6} 
+tr {09081.t3|09082.t1} : a9080 {09081.f} {09082.p1} -> {09082.p3} 
+tr {09082.e} {09082.p6} {09082.p3} -> {09082.p4-eats} 
+tr {09082.t} {09082.p2-thinks} -> {09082.p1} {09082.p5} 
+tr {09082.t0|09083.t4} : b9081 {09083.p4-eats} -> {09082.f} {09083.f} {09083.p2-thinks} 
+tr {09082.t2} {09082.f} {09082.p5} -> {09082.p6} 
+tr {09082.t3|09083.t1} : a9081 {09082.f} {09083.p1} -> {09083.p3} 
+tr {09083.e} {09083.p6} {09083.p3} -> {09083.p4-eats} 
+tr {09083.t} {09083.p2-thinks} -> {09083.p1} {09083.p5} 
+tr {09083.t0|09084.t4} : b9082 {09084.p4-eats} -> {09083.f} {09084.f} {09084.p2-thinks} 
+tr {09083.t2} {09083.f} {09083.p5} -> {09083.p6} 
+tr {09083.t3|09084.t1} : a9082 {09083.f} {09084.p1} -> {09084.p3} 
+tr {09084.e} {09084.p6} {09084.p3} -> {09084.p4-eats} 
+tr {09084.t} {09084.p2-thinks} -> {09084.p1} {09084.p5} 
+tr {09084.t0|09085.t4} : b9083 {09085.p4-eats} -> {09084.f} {09085.f} {09085.p2-thinks} 
+tr {09084.t2} {09084.f} {09084.p5} -> {09084.p6} 
+tr {09084.t3|09085.t1} : a9083 {09084.f} {09085.p1} -> {09085.p3} 
+tr {09085.e} {09085.p6} {09085.p3} -> {09085.p4-eats} 
+tr {09085.t} {09085.p2-thinks} -> {09085.p1} {09085.p5} 
+tr {09085.t0|09086.t4} : b9084 {09086.p4-eats} -> {09085.f} {09086.f} {09086.p2-thinks} 
+tr {09085.t2} {09085.f} {09085.p5} -> {09085.p6} 
+tr {09085.t3|09086.t1} : a9084 {09085.f} {09086.p1} -> {09086.p3} 
+tr {09086.e} {09086.p6} {09086.p3} -> {09086.p4-eats} 
+tr {09086.t} {09086.p2-thinks} -> {09086.p1} {09086.p5} 
+tr {09086.t0|09087.t4} : b9085 {09087.p4-eats} -> {09086.f} {09087.f} {09087.p2-thinks} 
+tr {09086.t2} {09086.f} {09086.p5} -> {09086.p6} 
+tr {09086.t3|09087.t1} : a9085 {09086.f} {09087.p1} -> {09087.p3} 
+tr {09087.e} {09087.p6} {09087.p3} -> {09087.p4-eats} 
+tr {09087.t} {09087.p2-thinks} -> {09087.p1} {09087.p5} 
+tr {09087.t0|09088.t4} : b9086 {09088.p4-eats} -> {09087.f} {09088.f} {09088.p2-thinks} 
+tr {09087.t2} {09087.f} {09087.p5} -> {09087.p6} 
+tr {09087.t3|09088.t1} : a9086 {09087.f} {09088.p1} -> {09088.p3} 
+tr {09088.e} {09088.p6} {09088.p3} -> {09088.p4-eats} 
+tr {09088.t} {09088.p2-thinks} -> {09088.p1} {09088.p5} 
+tr {09088.t0|09089.t4} : b9087 {09089.p4-eats} -> {09088.f} {09089.f} {09089.p2-thinks} 
+tr {09088.t2} {09088.f} {09088.p5} -> {09088.p6} 
+tr {09088.t3|09089.t1} : a9087 {09088.f} {09089.p1} -> {09089.p3} 
+tr {09089.e} {09089.p6} {09089.p3} -> {09089.p4-eats} 
+tr {09089.t} {09089.p2-thinks} -> {09089.p1} {09089.p5} 
+tr {09089.t0|09090.t4} : b9088 {09090.p4-eats} -> {09089.f} {09090.f} {09090.p2-thinks} 
+tr {09089.t2} {09089.f} {09089.p5} -> {09089.p6} 
+tr {09089.t3|09090.t1} : a9088 {09089.f} {09090.p1} -> {09090.p3} 
+tr {09090.e} {09090.p6} {09090.p3} -> {09090.p4-eats} 
+tr {09090.t} {09090.p2-thinks} -> {09090.p1} {09090.p5} 
+tr {09090.t0|09091.t4} : b9089 {09091.p4-eats} -> {09090.f} {09091.f} {09091.p2-thinks} 
+tr {09090.t2} {09090.f} {09090.p5} -> {09090.p6} 
+tr {09090.t3|09091.t1} : a9089 {09090.f} {09091.p1} -> {09091.p3} 
+tr {09091.e} {09091.p6} {09091.p3} -> {09091.p4-eats} 
+tr {09091.t} {09091.p2-thinks} -> {09091.p1} {09091.p5} 
+tr {09091.t0|09092.t4} : b9090 {09092.p4-eats} -> {09091.f} {09092.f} {09092.p2-thinks} 
+tr {09091.t2} {09091.f} {09091.p5} -> {09091.p6} 
+tr {09091.t3|09092.t1} : a9090 {09091.f} {09092.p1} -> {09092.p3} 
+tr {09092.e} {09092.p6} {09092.p3} -> {09092.p4-eats} 
+tr {09092.t} {09092.p2-thinks} -> {09092.p1} {09092.p5} 
+tr {09092.t0|09093.t4} : b9091 {09093.p4-eats} -> {09092.f} {09093.f} {09093.p2-thinks} 
+tr {09092.t2} {09092.f} {09092.p5} -> {09092.p6} 
+tr {09092.t3|09093.t1} : a9091 {09092.f} {09093.p1} -> {09093.p3} 
+tr {09093.e} {09093.p6} {09093.p3} -> {09093.p4-eats} 
+tr {09093.t} {09093.p2-thinks} -> {09093.p1} {09093.p5} 
+tr {09093.t0|09094.t4} : b9092 {09094.p4-eats} -> {09093.f} {09094.f} {09094.p2-thinks} 
+tr {09093.t2} {09093.f} {09093.p5} -> {09093.p6} 
+tr {09093.t3|09094.t1} : a9092 {09093.f} {09094.p1} -> {09094.p3} 
+tr {09094.e} {09094.p6} {09094.p3} -> {09094.p4-eats} 
+tr {09094.t} {09094.p2-thinks} -> {09094.p1} {09094.p5} 
+tr {09094.t0|09095.t4} : b9093 {09095.p4-eats} -> {09094.f} {09095.f} {09095.p2-thinks} 
+tr {09094.t2} {09094.f} {09094.p5} -> {09094.p6} 
+tr {09094.t3|09095.t1} : a9093 {09094.f} {09095.p1} -> {09095.p3} 
+tr {09095.e} {09095.p6} {09095.p3} -> {09095.p4-eats} 
+tr {09095.t} {09095.p2-thinks} -> {09095.p1} {09095.p5} 
+tr {09095.t0|09096.t4} : b9094 {09096.p4-eats} -> {09095.f} {09096.f} {09096.p2-thinks} 
+tr {09095.t2} {09095.f} {09095.p5} -> {09095.p6} 
+tr {09095.t3|09096.t1} : a9094 {09095.f} {09096.p1} -> {09096.p3} 
+tr {09096.e} {09096.p6} {09096.p3} -> {09096.p4-eats} 
+tr {09096.t} {09096.p2-thinks} -> {09096.p1} {09096.p5} 
+tr {09096.t0|09097.t4} : b9095 {09097.p4-eats} -> {09096.f} {09097.f} {09097.p2-thinks} 
+tr {09096.t2} {09096.f} {09096.p5} -> {09096.p6} 
+tr {09096.t3|09097.t1} : a9095 {09096.f} {09097.p1} -> {09097.p3} 
+tr {09097.e} {09097.p6} {09097.p3} -> {09097.p4-eats} 
+tr {09097.t} {09097.p2-thinks} -> {09097.p1} {09097.p5} 
+tr {09097.t0|09098.t4} : b9096 {09098.p4-eats} -> {09097.f} {09098.f} {09098.p2-thinks} 
+tr {09097.t2} {09097.f} {09097.p5} -> {09097.p6} 
+tr {09097.t3|09098.t1} : a9096 {09097.f} {09098.p1} -> {09098.p3} 
+tr {09098.e} {09098.p6} {09098.p3} -> {09098.p4-eats} 
+tr {09098.t} {09098.p2-thinks} -> {09098.p1} {09098.p5} 
+tr {09098.t0|09099.t4} : b9097 {09099.p4-eats} -> {09098.f} {09099.f} {09099.p2-thinks} 
+tr {09098.t2} {09098.f} {09098.p5} -> {09098.p6} 
+tr {09098.t3|09099.t1} : a9097 {09098.f} {09099.p1} -> {09099.p3} 
+tr {09099.e} {09099.p6} {09099.p3} -> {09099.p4-eats} 
+tr {09099.t} {09099.p2-thinks} -> {09099.p1} {09099.p5} 
+tr {09099.t0|09100.t4} : b9098 {09100.p4-eats} -> {09099.f} {09100.f} {09100.p2-thinks} 
+tr {09099.t2} {09099.f} {09099.p5} -> {09099.p6} 
+tr {09099.t3|09100.t1} : a9098 {09099.f} {09100.p1} -> {09100.p3} 
+tr {09100.e} {09100.p6} {09100.p3} -> {09100.p4-eats} 
+tr {09100.t} {09100.p2-thinks} -> {09100.p1} {09100.p5} 
+tr {09100.t0|09101.t4} : b9099 {09101.p4-eats} -> {09100.f} {09101.f} {09101.p2-thinks} 
+tr {09100.t2} {09100.f} {09100.p5} -> {09100.p6} 
+tr {09100.t3|09101.t1} : a9099 {09100.f} {09101.p1} -> {09101.p3} 
+tr {09101.e} {09101.p6} {09101.p3} -> {09101.p4-eats} 
+tr {09101.t} {09101.p2-thinks} -> {09101.p1} {09101.p5} 
+tr {09101.t0|09102.t4} : b9100 {09102.p4-eats} -> {09101.f} {09102.f} {09102.p2-thinks} 
+tr {09101.t2} {09101.f} {09101.p5} -> {09101.p6} 
+tr {09101.t3|09102.t1} : a9100 {09101.f} {09102.p1} -> {09102.p3} 
+tr {09102.e} {09102.p6} {09102.p3} -> {09102.p4-eats} 
+tr {09102.t} {09102.p2-thinks} -> {09102.p1} {09102.p5} 
+tr {09102.t0|09103.t4} : b9101 {09103.p4-eats} -> {09102.f} {09103.f} {09103.p2-thinks} 
+tr {09102.t2} {09102.f} {09102.p5} -> {09102.p6} 
+tr {09102.t3|09103.t1} : a9101 {09102.f} {09103.p1} -> {09103.p3} 
+tr {09103.e} {09103.p6} {09103.p3} -> {09103.p4-eats} 
+tr {09103.t} {09103.p2-thinks} -> {09103.p1} {09103.p5} 
+tr {09103.t0|09104.t4} : b9102 {09104.p4-eats} -> {09103.f} {09104.f} {09104.p2-thinks} 
+tr {09103.t2} {09103.f} {09103.p5} -> {09103.p6} 
+tr {09103.t3|09104.t1} : a9102 {09103.f} {09104.p1} -> {09104.p3} 
+tr {09104.e} {09104.p6} {09104.p3} -> {09104.p4-eats} 
+tr {09104.t} {09104.p2-thinks} -> {09104.p1} {09104.p5} 
+tr {09104.t0|09105.t4} : b9103 {09105.p4-eats} -> {09104.f} {09105.f} {09105.p2-thinks} 
+tr {09104.t2} {09104.f} {09104.p5} -> {09104.p6} 
+tr {09104.t3|09105.t1} : a9103 {09104.f} {09105.p1} -> {09105.p3} 
+tr {09105.e} {09105.p6} {09105.p3} -> {09105.p4-eats} 
+tr {09105.t} {09105.p2-thinks} -> {09105.p1} {09105.p5} 
+tr {09105.t0|09106.t4} : b9104 {09106.p4-eats} -> {09105.f} {09106.f} {09106.p2-thinks} 
+tr {09105.t2} {09105.f} {09105.p5} -> {09105.p6} 
+tr {09105.t3|09106.t1} : a9104 {09105.f} {09106.p1} -> {09106.p3} 
+tr {09106.e} {09106.p6} {09106.p3} -> {09106.p4-eats} 
+tr {09106.t} {09106.p2-thinks} -> {09106.p1} {09106.p5} 
+tr {09106.t0|09107.t4} : b9105 {09107.p4-eats} -> {09106.f} {09107.f} {09107.p2-thinks} 
+tr {09106.t2} {09106.f} {09106.p5} -> {09106.p6} 
+tr {09106.t3|09107.t1} : a9105 {09106.f} {09107.p1} -> {09107.p3} 
+tr {09107.e} {09107.p6} {09107.p3} -> {09107.p4-eats} 
+tr {09107.t} {09107.p2-thinks} -> {09107.p1} {09107.p5} 
+tr {09107.t0|09108.t4} : b9106 {09108.p4-eats} -> {09107.f} {09108.f} {09108.p2-thinks} 
+tr {09107.t2} {09107.f} {09107.p5} -> {09107.p6} 
+tr {09107.t3|09108.t1} : a9106 {09107.f} {09108.p1} -> {09108.p3} 
+tr {09108.e} {09108.p6} {09108.p3} -> {09108.p4-eats} 
+tr {09108.t} {09108.p2-thinks} -> {09108.p1} {09108.p5} 
+tr {09108.t0|09109.t4} : b9107 {09109.p4-eats} -> {09108.f} {09109.f} {09109.p2-thinks} 
+tr {09108.t2} {09108.f} {09108.p5} -> {09108.p6} 
+tr {09108.t3|09109.t1} : a9107 {09108.f} {09109.p1} -> {09109.p3} 
+tr {09109.e} {09109.p6} {09109.p3} -> {09109.p4-eats} 
+tr {09109.t} {09109.p2-thinks} -> {09109.p1} {09109.p5} 
+tr {09109.t0|09110.t4} : b9108 {09110.p4-eats} -> {09109.f} {09110.f} {09110.p2-thinks} 
+tr {09109.t2} {09109.f} {09109.p5} -> {09109.p6} 
+tr {09109.t3|09110.t1} : a9108 {09109.f} {09110.p1} -> {09110.p3} 
+tr {09110.e} {09110.p6} {09110.p3} -> {09110.p4-eats} 
+tr {09110.t} {09110.p2-thinks} -> {09110.p1} {09110.p5} 
+tr {09110.t0|09111.t4} : b9109 {09111.p4-eats} -> {09110.f} {09111.f} {09111.p2-thinks} 
+tr {09110.t2} {09110.f} {09110.p5} -> {09110.p6} 
+tr {09110.t3|09111.t1} : a9109 {09110.f} {09111.p1} -> {09111.p3} 
+tr {09111.e} {09111.p6} {09111.p3} -> {09111.p4-eats} 
+tr {09111.t} {09111.p2-thinks} -> {09111.p1} {09111.p5} 
+tr {09111.t0|09112.t4} : b9110 {09112.p4-eats} -> {09111.f} {09112.f} {09112.p2-thinks} 
+tr {09111.t2} {09111.f} {09111.p5} -> {09111.p6} 
+tr {09111.t3|09112.t1} : a9110 {09111.f} {09112.p1} -> {09112.p3} 
+tr {09112.e} {09112.p6} {09112.p3} -> {09112.p4-eats} 
+tr {09112.t} {09112.p2-thinks} -> {09112.p1} {09112.p5} 
+tr {09112.t0|09113.t4} : b9111 {09113.p4-eats} -> {09112.f} {09113.f} {09113.p2-thinks} 
+tr {09112.t2} {09112.f} {09112.p5} -> {09112.p6} 
+tr {09112.t3|09113.t1} : a9111 {09112.f} {09113.p1} -> {09113.p3} 
+tr {09113.e} {09113.p6} {09113.p3} -> {09113.p4-eats} 
+tr {09113.t} {09113.p2-thinks} -> {09113.p1} {09113.p5} 
+tr {09113.t0|09114.t4} : b9112 {09114.p4-eats} -> {09113.f} {09114.f} {09114.p2-thinks} 
+tr {09113.t2} {09113.f} {09113.p5} -> {09113.p6} 
+tr {09113.t3|09114.t1} : a9112 {09113.f} {09114.p1} -> {09114.p3} 
+tr {09114.e} {09114.p6} {09114.p3} -> {09114.p4-eats} 
+tr {09114.t} {09114.p2-thinks} -> {09114.p1} {09114.p5} 
+tr {09114.t0|09115.t4} : b9113 {09115.p4-eats} -> {09114.f} {09115.f} {09115.p2-thinks} 
+tr {09114.t2} {09114.f} {09114.p5} -> {09114.p6} 
+tr {09114.t3|09115.t1} : a9113 {09114.f} {09115.p1} -> {09115.p3} 
+tr {09115.e} {09115.p6} {09115.p3} -> {09115.p4-eats} 
+tr {09115.t} {09115.p2-thinks} -> {09115.p1} {09115.p5} 
+tr {09115.t0|09116.t4} : b9114 {09116.p4-eats} -> {09115.f} {09116.f} {09116.p2-thinks} 
+tr {09115.t2} {09115.f} {09115.p5} -> {09115.p6} 
+tr {09115.t3|09116.t1} : a9114 {09115.f} {09116.p1} -> {09116.p3} 
+tr {09116.e} {09116.p6} {09116.p3} -> {09116.p4-eats} 
+tr {09116.t} {09116.p2-thinks} -> {09116.p1} {09116.p5} 
+tr {09116.t0|09117.t4} : b9115 {09117.p4-eats} -> {09116.f} {09117.f} {09117.p2-thinks} 
+tr {09116.t2} {09116.f} {09116.p5} -> {09116.p6} 
+tr {09116.t3|09117.t1} : a9115 {09116.f} {09117.p1} -> {09117.p3} 
+tr {09117.e} {09117.p6} {09117.p3} -> {09117.p4-eats} 
+tr {09117.t} {09117.p2-thinks} -> {09117.p1} {09117.p5} 
+tr {09117.t0|09118.t4} : b9116 {09118.p4-eats} -> {09117.f} {09118.f} {09118.p2-thinks} 
+tr {09117.t2} {09117.f} {09117.p5} -> {09117.p6} 
+tr {09117.t3|09118.t1} : a9116 {09117.f} {09118.p1} -> {09118.p3} 
+tr {09118.e} {09118.p6} {09118.p3} -> {09118.p4-eats} 
+tr {09118.t} {09118.p2-thinks} -> {09118.p1} {09118.p5} 
+tr {09118.t0|09119.t4} : b9117 {09119.p4-eats} -> {09118.f} {09119.f} {09119.p2-thinks} 
+tr {09118.t2} {09118.f} {09118.p5} -> {09118.p6} 
+tr {09118.t3|09119.t1} : a9117 {09118.f} {09119.p1} -> {09119.p3} 
+tr {09119.e} {09119.p6} {09119.p3} -> {09119.p4-eats} 
+tr {09119.t} {09119.p2-thinks} -> {09119.p1} {09119.p5} 
+tr {09119.t0|09120.t4} : b9118 {09120.p4-eats} -> {09119.f} {09120.f} {09120.p2-thinks} 
+tr {09119.t2} {09119.f} {09119.p5} -> {09119.p6} 
+tr {09119.t3|09120.t1} : a9118 {09119.f} {09120.p1} -> {09120.p3} 
+tr {09120.e} {09120.p6} {09120.p3} -> {09120.p4-eats} 
+tr {09120.t} {09120.p2-thinks} -> {09120.p1} {09120.p5} 
+tr {09120.t0|09121.t4} : b9119 {09121.p4-eats} -> {09120.f} {09121.f} {09121.p2-thinks} 
+tr {09120.t2} {09120.f} {09120.p5} -> {09120.p6} 
+tr {09120.t3|09121.t1} : a9119 {09120.f} {09121.p1} -> {09121.p3} 
+tr {09121.e} {09121.p6} {09121.p3} -> {09121.p4-eats} 
+tr {09121.t} {09121.p2-thinks} -> {09121.p1} {09121.p5} 
+tr {09121.t0|09122.t4} : b9120 {09122.p4-eats} -> {09121.f} {09122.f} {09122.p2-thinks} 
+tr {09121.t2} {09121.f} {09121.p5} -> {09121.p6} 
+tr {09121.t3|09122.t1} : a9120 {09121.f} {09122.p1} -> {09122.p3} 
+tr {09122.e} {09122.p6} {09122.p3} -> {09122.p4-eats} 
+tr {09122.t} {09122.p2-thinks} -> {09122.p1} {09122.p5} 
+tr {09122.t0|09123.t4} : b9121 {09123.p4-eats} -> {09122.f} {09123.f} {09123.p2-thinks} 
+tr {09122.t2} {09122.f} {09122.p5} -> {09122.p6} 
+tr {09122.t3|09123.t1} : a9121 {09122.f} {09123.p1} -> {09123.p3} 
+tr {09123.e} {09123.p6} {09123.p3} -> {09123.p4-eats} 
+tr {09123.t} {09123.p2-thinks} -> {09123.p1} {09123.p5} 
+tr {09123.t0|09124.t4} : b9122 {09124.p4-eats} -> {09123.f} {09124.f} {09124.p2-thinks} 
+tr {09123.t2} {09123.f} {09123.p5} -> {09123.p6} 
+tr {09123.t3|09124.t1} : a9122 {09123.f} {09124.p1} -> {09124.p3} 
+tr {09124.e} {09124.p6} {09124.p3} -> {09124.p4-eats} 
+tr {09124.t} {09124.p2-thinks} -> {09124.p1} {09124.p5} 
+tr {09124.t0|09125.t4} : b9123 {09125.p4-eats} -> {09124.f} {09125.f} {09125.p2-thinks} 
+tr {09124.t2} {09124.f} {09124.p5} -> {09124.p6} 
+tr {09124.t3|09125.t1} : a9123 {09124.f} {09125.p1} -> {09125.p3} 
+tr {09125.e} {09125.p6} {09125.p3} -> {09125.p4-eats} 
+tr {09125.t} {09125.p2-thinks} -> {09125.p1} {09125.p5} 
+tr {09125.t0|09126.t4} : b9124 {09126.p4-eats} -> {09125.f} {09126.f} {09126.p2-thinks} 
+tr {09125.t2} {09125.f} {09125.p5} -> {09125.p6} 
+tr {09125.t3|09126.t1} : a9124 {09125.f} {09126.p1} -> {09126.p3} 
+tr {09126.e} {09126.p6} {09126.p3} -> {09126.p4-eats} 
+tr {09126.t} {09126.p2-thinks} -> {09126.p1} {09126.p5} 
+tr {09126.t0|09127.t4} : b9125 {09127.p4-eats} -> {09126.f} {09127.f} {09127.p2-thinks} 
+tr {09126.t2} {09126.f} {09126.p5} -> {09126.p6} 
+tr {09126.t3|09127.t1} : a9125 {09126.f} {09127.p1} -> {09127.p3} 
+tr {09127.e} {09127.p6} {09127.p3} -> {09127.p4-eats} 
+tr {09127.t} {09127.p2-thinks} -> {09127.p1} {09127.p5} 
+tr {09127.t0|09128.t4} : b9126 {09128.p4-eats} -> {09127.f} {09128.f} {09128.p2-thinks} 
+tr {09127.t2} {09127.f} {09127.p5} -> {09127.p6} 
+tr {09127.t3|09128.t1} : a9126 {09127.f} {09128.p1} -> {09128.p3} 
+tr {09128.e} {09128.p6} {09128.p3} -> {09128.p4-eats} 
+tr {09128.t} {09128.p2-thinks} -> {09128.p1} {09128.p5} 
+tr {09128.t0|09129.t4} : b9127 {09129.p4-eats} -> {09128.f} {09129.f} {09129.p2-thinks} 
+tr {09128.t2} {09128.f} {09128.p5} -> {09128.p6} 
+tr {09128.t3|09129.t1} : a9127 {09128.f} {09129.p1} -> {09129.p3} 
+tr {09129.e} {09129.p6} {09129.p3} -> {09129.p4-eats} 
+tr {09129.t} {09129.p2-thinks} -> {09129.p1} {09129.p5} 
+tr {09129.t0|09130.t4} : b9128 {09130.p4-eats} -> {09129.f} {09130.f} {09130.p2-thinks} 
+tr {09129.t2} {09129.f} {09129.p5} -> {09129.p6} 
+tr {09129.t3|09130.t1} : a9128 {09129.f} {09130.p1} -> {09130.p3} 
+tr {09130.e} {09130.p6} {09130.p3} -> {09130.p4-eats} 
+tr {09130.t} {09130.p2-thinks} -> {09130.p1} {09130.p5} 
+tr {09130.t0|09131.t4} : b9129 {09131.p4-eats} -> {09130.f} {09131.f} {09131.p2-thinks} 
+tr {09130.t2} {09130.f} {09130.p5} -> {09130.p6} 
+tr {09130.t3|09131.t1} : a9129 {09130.f} {09131.p1} -> {09131.p3} 
+tr {09131.e} {09131.p6} {09131.p3} -> {09131.p4-eats} 
+tr {09131.t} {09131.p2-thinks} -> {09131.p1} {09131.p5} 
+tr {09131.t0|09132.t4} : b9130 {09132.p4-eats} -> {09131.f} {09132.f} {09132.p2-thinks} 
+tr {09131.t2} {09131.f} {09131.p5} -> {09131.p6} 
+tr {09131.t3|09132.t1} : a9130 {09131.f} {09132.p1} -> {09132.p3} 
+tr {09132.e} {09132.p6} {09132.p3} -> {09132.p4-eats} 
+tr {09132.t} {09132.p2-thinks} -> {09132.p1} {09132.p5} 
+tr {09132.t0|09133.t4} : b9131 {09133.p4-eats} -> {09132.f} {09133.f} {09133.p2-thinks} 
+tr {09132.t2} {09132.f} {09132.p5} -> {09132.p6} 
+tr {09132.t3|09133.t1} : a9131 {09132.f} {09133.p1} -> {09133.p3} 
+tr {09133.e} {09133.p6} {09133.p3} -> {09133.p4-eats} 
+tr {09133.t} {09133.p2-thinks} -> {09133.p1} {09133.p5} 
+tr {09133.t0|09134.t4} : b9132 {09134.p4-eats} -> {09133.f} {09134.f} {09134.p2-thinks} 
+tr {09133.t2} {09133.f} {09133.p5} -> {09133.p6} 
+tr {09133.t3|09134.t1} : a9132 {09133.f} {09134.p1} -> {09134.p3} 
+tr {09134.e} {09134.p6} {09134.p3} -> {09134.p4-eats} 
+tr {09134.t} {09134.p2-thinks} -> {09134.p1} {09134.p5} 
+tr {09134.t0|09135.t4} : b9133 {09135.p4-eats} -> {09134.f} {09135.f} {09135.p2-thinks} 
+tr {09134.t2} {09134.f} {09134.p5} -> {09134.p6} 
+tr {09134.t3|09135.t1} : a9133 {09134.f} {09135.p1} -> {09135.p3} 
+tr {09135.e} {09135.p6} {09135.p3} -> {09135.p4-eats} 
+tr {09135.t} {09135.p2-thinks} -> {09135.p1} {09135.p5} 
+tr {09135.t0|09136.t4} : b9134 {09136.p4-eats} -> {09135.f} {09136.f} {09136.p2-thinks} 
+tr {09135.t2} {09135.f} {09135.p5} -> {09135.p6} 
+tr {09135.t3|09136.t1} : a9134 {09135.f} {09136.p1} -> {09136.p3} 
+tr {09136.e} {09136.p6} {09136.p3} -> {09136.p4-eats} 
+tr {09136.t} {09136.p2-thinks} -> {09136.p1} {09136.p5} 
+tr {09136.t0|09137.t4} : b9135 {09137.p4-eats} -> {09136.f} {09137.f} {09137.p2-thinks} 
+tr {09136.t2} {09136.f} {09136.p5} -> {09136.p6} 
+tr {09136.t3|09137.t1} : a9135 {09136.f} {09137.p1} -> {09137.p3} 
+tr {09137.e} {09137.p6} {09137.p3} -> {09137.p4-eats} 
+tr {09137.t} {09137.p2-thinks} -> {09137.p1} {09137.p5} 
+tr {09137.t0|09138.t4} : b9136 {09138.p4-eats} -> {09137.f} {09138.f} {09138.p2-thinks} 
+tr {09137.t2} {09137.f} {09137.p5} -> {09137.p6} 
+tr {09137.t3|09138.t1} : a9136 {09137.f} {09138.p1} -> {09138.p3} 
+tr {09138.e} {09138.p6} {09138.p3} -> {09138.p4-eats} 
+tr {09138.t} {09138.p2-thinks} -> {09138.p1} {09138.p5} 
+tr {09138.t0|09139.t4} : b9137 {09139.p4-eats} -> {09138.f} {09139.f} {09139.p2-thinks} 
+tr {09138.t2} {09138.f} {09138.p5} -> {09138.p6} 
+tr {09138.t3|09139.t1} : a9137 {09138.f} {09139.p1} -> {09139.p3} 
+tr {09139.e} {09139.p6} {09139.p3} -> {09139.p4-eats} 
+tr {09139.t} {09139.p2-thinks} -> {09139.p1} {09139.p5} 
+tr {09139.t0|09140.t4} : b9138 {09140.p4-eats} -> {09139.f} {09140.f} {09140.p2-thinks} 
+tr {09139.t2} {09139.f} {09139.p5} -> {09139.p6} 
+tr {09139.t3|09140.t1} : a9138 {09139.f} {09140.p1} -> {09140.p3} 
+tr {09140.e} {09140.p6} {09140.p3} -> {09140.p4-eats} 
+tr {09140.t} {09140.p2-thinks} -> {09140.p1} {09140.p5} 
+tr {09140.t0|09141.t4} : b9139 {09141.p4-eats} -> {09140.f} {09141.f} {09141.p2-thinks} 
+tr {09140.t2} {09140.f} {09140.p5} -> {09140.p6} 
+tr {09140.t3|09141.t1} : a9139 {09140.f} {09141.p1} -> {09141.p3} 
+tr {09141.e} {09141.p6} {09141.p3} -> {09141.p4-eats} 
+tr {09141.t} {09141.p2-thinks} -> {09141.p1} {09141.p5} 
+tr {09141.t0|09142.t4} : b9140 {09142.p4-eats} -> {09141.f} {09142.f} {09142.p2-thinks} 
+tr {09141.t2} {09141.f} {09141.p5} -> {09141.p6} 
+tr {09141.t3|09142.t1} : a9140 {09141.f} {09142.p1} -> {09142.p3} 
+tr {09142.e} {09142.p6} {09142.p3} -> {09142.p4-eats} 
+tr {09142.t} {09142.p2-thinks} -> {09142.p1} {09142.p5} 
+tr {09142.t0|09143.t4} : b9141 {09143.p4-eats} -> {09142.f} {09143.f} {09143.p2-thinks} 
+tr {09142.t2} {09142.f} {09142.p5} -> {09142.p6} 
+tr {09142.t3|09143.t1} : a9141 {09142.f} {09143.p1} -> {09143.p3} 
+tr {09143.e} {09143.p6} {09143.p3} -> {09143.p4-eats} 
+tr {09143.t} {09143.p2-thinks} -> {09143.p1} {09143.p5} 
+tr {09143.t0|09144.t4} : b9142 {09144.p4-eats} -> {09143.f} {09144.f} {09144.p2-thinks} 
+tr {09143.t2} {09143.f} {09143.p5} -> {09143.p6} 
+tr {09143.t3|09144.t1} : a9142 {09143.f} {09144.p1} -> {09144.p3} 
+tr {09144.e} {09144.p6} {09144.p3} -> {09144.p4-eats} 
+tr {09144.t} {09144.p2-thinks} -> {09144.p1} {09144.p5} 
+tr {09144.t0|09145.t4} : b9143 {09145.p4-eats} -> {09144.f} {09145.f} {09145.p2-thinks} 
+tr {09144.t2} {09144.f} {09144.p5} -> {09144.p6} 
+tr {09144.t3|09145.t1} : a9143 {09144.f} {09145.p1} -> {09145.p3} 
+tr {09145.e} {09145.p6} {09145.p3} -> {09145.p4-eats} 
+tr {09145.t} {09145.p2-thinks} -> {09145.p1} {09145.p5} 
+tr {09145.t0|09146.t4} : b9144 {09146.p4-eats} -> {09145.f} {09146.f} {09146.p2-thinks} 
+tr {09145.t2} {09145.f} {09145.p5} -> {09145.p6} 
+tr {09145.t3|09146.t1} : a9144 {09145.f} {09146.p1} -> {09146.p3} 
+tr {09146.e} {09146.p6} {09146.p3} -> {09146.p4-eats} 
+tr {09146.t} {09146.p2-thinks} -> {09146.p1} {09146.p5} 
+tr {09146.t0|09147.t4} : b9145 {09147.p4-eats} -> {09146.f} {09147.f} {09147.p2-thinks} 
+tr {09146.t2} {09146.f} {09146.p5} -> {09146.p6} 
+tr {09146.t3|09147.t1} : a9145 {09146.f} {09147.p1} -> {09147.p3} 
+tr {09147.e} {09147.p6} {09147.p3} -> {09147.p4-eats} 
+tr {09147.t} {09147.p2-thinks} -> {09147.p1} {09147.p5} 
+tr {09147.t0|09148.t4} : b9146 {09148.p4-eats} -> {09147.f} {09148.f} {09148.p2-thinks} 
+tr {09147.t2} {09147.f} {09147.p5} -> {09147.p6} 
+tr {09147.t3|09148.t1} : a9146 {09147.f} {09148.p1} -> {09148.p3} 
+tr {09148.e} {09148.p6} {09148.p3} -> {09148.p4-eats} 
+tr {09148.t} {09148.p2-thinks} -> {09148.p1} {09148.p5} 
+tr {09148.t0|09149.t4} : b9147 {09149.p4-eats} -> {09148.f} {09149.f} {09149.p2-thinks} 
+tr {09148.t2} {09148.f} {09148.p5} -> {09148.p6} 
+tr {09148.t3|09149.t1} : a9147 {09148.f} {09149.p1} -> {09149.p3} 
+tr {09149.e} {09149.p6} {09149.p3} -> {09149.p4-eats} 
+tr {09149.t} {09149.p2-thinks} -> {09149.p1} {09149.p5} 
+tr {09149.t0|09150.t4} : b9148 {09150.p4-eats} -> {09149.f} {09150.f} {09150.p2-thinks} 
+tr {09149.t2} {09149.f} {09149.p5} -> {09149.p6} 
+tr {09149.t3|09150.t1} : a9148 {09149.f} {09150.p1} -> {09150.p3} 
+tr {09150.e} {09150.p6} {09150.p3} -> {09150.p4-eats} 
+tr {09150.t} {09150.p2-thinks} -> {09150.p1} {09150.p5} 
+tr {09150.t0|09151.t4} : b9149 {09151.p4-eats} -> {09150.f} {09151.f} {09151.p2-thinks} 
+tr {09150.t2} {09150.f} {09150.p5} -> {09150.p6} 
+tr {09150.t3|09151.t1} : a9149 {09150.f} {09151.p1} -> {09151.p3} 
+tr {09151.e} {09151.p6} {09151.p3} -> {09151.p4-eats} 
+tr {09151.t} {09151.p2-thinks} -> {09151.p1} {09151.p5} 
+tr {09151.t0|09152.t4} : b9150 {09152.p4-eats} -> {09151.f} {09152.f} {09152.p2-thinks} 
+tr {09151.t2} {09151.f} {09151.p5} -> {09151.p6} 
+tr {09151.t3|09152.t1} : a9150 {09151.f} {09152.p1} -> {09152.p3} 
+tr {09152.e} {09152.p6} {09152.p3} -> {09152.p4-eats} 
+tr {09152.t} {09152.p2-thinks} -> {09152.p1} {09152.p5} 
+tr {09152.t0|09153.t4} : b9151 {09153.p4-eats} -> {09152.f} {09153.f} {09153.p2-thinks} 
+tr {09152.t2} {09152.f} {09152.p5} -> {09152.p6} 
+tr {09152.t3|09153.t1} : a9151 {09152.f} {09153.p1} -> {09153.p3} 
+tr {09153.e} {09153.p6} {09153.p3} -> {09153.p4-eats} 
+tr {09153.t} {09153.p2-thinks} -> {09153.p1} {09153.p5} 
+tr {09153.t0|09154.t4} : b9152 {09154.p4-eats} -> {09153.f} {09154.f} {09154.p2-thinks} 
+tr {09153.t2} {09153.f} {09153.p5} -> {09153.p6} 
+tr {09153.t3|09154.t1} : a9152 {09153.f} {09154.p1} -> {09154.p3} 
+tr {09154.e} {09154.p6} {09154.p3} -> {09154.p4-eats} 
+tr {09154.t} {09154.p2-thinks} -> {09154.p1} {09154.p5} 
+tr {09154.t0|09155.t4} : b9153 {09155.p4-eats} -> {09154.f} {09155.f} {09155.p2-thinks} 
+tr {09154.t2} {09154.f} {09154.p5} -> {09154.p6} 
+tr {09154.t3|09155.t1} : a9153 {09154.f} {09155.p1} -> {09155.p3} 
+tr {09155.e} {09155.p6} {09155.p3} -> {09155.p4-eats} 
+tr {09155.t} {09155.p2-thinks} -> {09155.p1} {09155.p5} 
+tr {09155.t0|09156.t4} : b9154 {09156.p4-eats} -> {09155.f} {09156.f} {09156.p2-thinks} 
+tr {09155.t2} {09155.f} {09155.p5} -> {09155.p6} 
+tr {09155.t3|09156.t1} : a9154 {09155.f} {09156.p1} -> {09156.p3} 
+tr {09156.e} {09156.p6} {09156.p3} -> {09156.p4-eats} 
+tr {09156.t} {09156.p2-thinks} -> {09156.p1} {09156.p5} 
+tr {09156.t0|09157.t4} : b9155 {09157.p4-eats} -> {09156.f} {09157.f} {09157.p2-thinks} 
+tr {09156.t2} {09156.f} {09156.p5} -> {09156.p6} 
+tr {09156.t3|09157.t1} : a9155 {09156.f} {09157.p1} -> {09157.p3} 
+tr {09157.e} {09157.p6} {09157.p3} -> {09157.p4-eats} 
+tr {09157.t} {09157.p2-thinks} -> {09157.p1} {09157.p5} 
+tr {09157.t0|09158.t4} : b9156 {09158.p4-eats} -> {09157.f} {09158.f} {09158.p2-thinks} 
+tr {09157.t2} {09157.f} {09157.p5} -> {09157.p6} 
+tr {09157.t3|09158.t1} : a9156 {09157.f} {09158.p1} -> {09158.p3} 
+tr {09158.e} {09158.p6} {09158.p3} -> {09158.p4-eats} 
+tr {09158.t} {09158.p2-thinks} -> {09158.p1} {09158.p5} 
+tr {09158.t0|09159.t4} : b9157 {09159.p4-eats} -> {09158.f} {09159.f} {09159.p2-thinks} 
+tr {09158.t2} {09158.f} {09158.p5} -> {09158.p6} 
+tr {09158.t3|09159.t1} : a9157 {09158.f} {09159.p1} -> {09159.p3} 
+tr {09159.e} {09159.p6} {09159.p3} -> {09159.p4-eats} 
+tr {09159.t} {09159.p2-thinks} -> {09159.p1} {09159.p5} 
+tr {09159.t0|09160.t4} : b9158 {09160.p4-eats} -> {09159.f} {09160.f} {09160.p2-thinks} 
+tr {09159.t2} {09159.f} {09159.p5} -> {09159.p6} 
+tr {09159.t3|09160.t1} : a9158 {09159.f} {09160.p1} -> {09160.p3} 
+tr {09160.e} {09160.p6} {09160.p3} -> {09160.p4-eats} 
+tr {09160.t} {09160.p2-thinks} -> {09160.p1} {09160.p5} 
+tr {09160.t0|09161.t4} : b9159 {09161.p4-eats} -> {09160.f} {09161.f} {09161.p2-thinks} 
+tr {09160.t2} {09160.f} {09160.p5} -> {09160.p6} 
+tr {09160.t3|09161.t1} : a9159 {09160.f} {09161.p1} -> {09161.p3} 
+tr {09161.e} {09161.p6} {09161.p3} -> {09161.p4-eats} 
+tr {09161.t} {09161.p2-thinks} -> {09161.p1} {09161.p5} 
+tr {09161.t0|09162.t4} : b9160 {09162.p4-eats} -> {09161.f} {09162.f} {09162.p2-thinks} 
+tr {09161.t2} {09161.f} {09161.p5} -> {09161.p6} 
+tr {09161.t3|09162.t1} : a9160 {09161.f} {09162.p1} -> {09162.p3} 
+tr {09162.e} {09162.p6} {09162.p3} -> {09162.p4-eats} 
+tr {09162.t} {09162.p2-thinks} -> {09162.p1} {09162.p5} 
+tr {09162.t0|09163.t4} : b9161 {09163.p4-eats} -> {09162.f} {09163.f} {09163.p2-thinks} 
+tr {09162.t2} {09162.f} {09162.p5} -> {09162.p6} 
+tr {09162.t3|09163.t1} : a9161 {09162.f} {09163.p1} -> {09163.p3} 
+tr {09163.e} {09163.p6} {09163.p3} -> {09163.p4-eats} 
+tr {09163.t} {09163.p2-thinks} -> {09163.p1} {09163.p5} 
+tr {09163.t0|09164.t4} : b9162 {09164.p4-eats} -> {09163.f} {09164.f} {09164.p2-thinks} 
+tr {09163.t2} {09163.f} {09163.p5} -> {09163.p6} 
+tr {09163.t3|09164.t1} : a9162 {09163.f} {09164.p1} -> {09164.p3} 
+tr {09164.e} {09164.p6} {09164.p3} -> {09164.p4-eats} 
+tr {09164.t} {09164.p2-thinks} -> {09164.p1} {09164.p5} 
+tr {09164.t0|09165.t4} : b9163 {09165.p4-eats} -> {09164.f} {09165.f} {09165.p2-thinks} 
+tr {09164.t2} {09164.f} {09164.p5} -> {09164.p6} 
+tr {09164.t3|09165.t1} : a9163 {09164.f} {09165.p1} -> {09165.p3} 
+tr {09165.e} {09165.p6} {09165.p3} -> {09165.p4-eats} 
+tr {09165.t} {09165.p2-thinks} -> {09165.p1} {09165.p5} 
+tr {09165.t0|09166.t4} : b9164 {09166.p4-eats} -> {09165.f} {09166.f} {09166.p2-thinks} 
+tr {09165.t2} {09165.f} {09165.p5} -> {09165.p6} 
+tr {09165.t3|09166.t1} : a9164 {09165.f} {09166.p1} -> {09166.p3} 
+tr {09166.e} {09166.p6} {09166.p3} -> {09166.p4-eats} 
+tr {09166.t} {09166.p2-thinks} -> {09166.p1} {09166.p5} 
+tr {09166.t0|09167.t4} : b9165 {09167.p4-eats} -> {09166.f} {09167.f} {09167.p2-thinks} 
+tr {09166.t2} {09166.f} {09166.p5} -> {09166.p6} 
+tr {09166.t3|09167.t1} : a9165 {09166.f} {09167.p1} -> {09167.p3} 
+tr {09167.e} {09167.p6} {09167.p3} -> {09167.p4-eats} 
+tr {09167.t} {09167.p2-thinks} -> {09167.p1} {09167.p5} 
+tr {09167.t0|09168.t4} : b9166 {09168.p4-eats} -> {09167.f} {09168.f} {09168.p2-thinks} 
+tr {09167.t2} {09167.f} {09167.p5} -> {09167.p6} 
+tr {09167.t3|09168.t1} : a9166 {09167.f} {09168.p1} -> {09168.p3} 
+tr {09168.e} {09168.p6} {09168.p3} -> {09168.p4-eats} 
+tr {09168.t} {09168.p2-thinks} -> {09168.p1} {09168.p5} 
+tr {09168.t0|09169.t4} : b9167 {09169.p4-eats} -> {09168.f} {09169.f} {09169.p2-thinks} 
+tr {09168.t2} {09168.f} {09168.p5} -> {09168.p6} 
+tr {09168.t3|09169.t1} : a9167 {09168.f} {09169.p1} -> {09169.p3} 
+tr {09169.e} {09169.p6} {09169.p3} -> {09169.p4-eats} 
+tr {09169.t} {09169.p2-thinks} -> {09169.p1} {09169.p5} 
+tr {09169.t0|09170.t4} : b9168 {09170.p4-eats} -> {09169.f} {09170.f} {09170.p2-thinks} 
+tr {09169.t2} {09169.f} {09169.p5} -> {09169.p6} 
+tr {09169.t3|09170.t1} : a9168 {09169.f} {09170.p1} -> {09170.p3} 
+tr {09170.e} {09170.p6} {09170.p3} -> {09170.p4-eats} 
+tr {09170.t} {09170.p2-thinks} -> {09170.p1} {09170.p5} 
+tr {09170.t0|09171.t4} : b9169 {09171.p4-eats} -> {09170.f} {09171.f} {09171.p2-thinks} 
+tr {09170.t2} {09170.f} {09170.p5} -> {09170.p6} 
+tr {09170.t3|09171.t1} : a9169 {09170.f} {09171.p1} -> {09171.p3} 
+tr {09171.e} {09171.p6} {09171.p3} -> {09171.p4-eats} 
+tr {09171.t} {09171.p2-thinks} -> {09171.p1} {09171.p5} 
+tr {09171.t0|09172.t4} : b9170 {09172.p4-eats} -> {09171.f} {09172.f} {09172.p2-thinks} 
+tr {09171.t2} {09171.f} {09171.p5} -> {09171.p6} 
+tr {09171.t3|09172.t1} : a9170 {09171.f} {09172.p1} -> {09172.p3} 
+tr {09172.e} {09172.p6} {09172.p3} -> {09172.p4-eats} 
+tr {09172.t} {09172.p2-thinks} -> {09172.p1} {09172.p5} 
+tr {09172.t0|09173.t4} : b9171 {09173.p4-eats} -> {09172.f} {09173.f} {09173.p2-thinks} 
+tr {09172.t2} {09172.f} {09172.p5} -> {09172.p6} 
+tr {09172.t3|09173.t1} : a9171 {09172.f} {09173.p1} -> {09173.p3} 
+tr {09173.e} {09173.p6} {09173.p3} -> {09173.p4-eats} 
+tr {09173.t} {09173.p2-thinks} -> {09173.p1} {09173.p5} 
+tr {09173.t0|09174.t4} : b9172 {09174.p4-eats} -> {09173.f} {09174.f} {09174.p2-thinks} 
+tr {09173.t2} {09173.f} {09173.p5} -> {09173.p6} 
+tr {09173.t3|09174.t1} : a9172 {09173.f} {09174.p1} -> {09174.p3} 
+tr {09174.e} {09174.p6} {09174.p3} -> {09174.p4-eats} 
+tr {09174.t} {09174.p2-thinks} -> {09174.p1} {09174.p5} 
+tr {09174.t0|09175.t4} : b9173 {09175.p4-eats} -> {09174.f} {09175.f} {09175.p2-thinks} 
+tr {09174.t2} {09174.f} {09174.p5} -> {09174.p6} 
+tr {09174.t3|09175.t1} : a9173 {09174.f} {09175.p1} -> {09175.p3} 
+tr {09175.e} {09175.p6} {09175.p3} -> {09175.p4-eats} 
+tr {09175.t} {09175.p2-thinks} -> {09175.p1} {09175.p5} 
+tr {09175.t0|09176.t4} : b9174 {09176.p4-eats} -> {09175.f} {09176.f} {09176.p2-thinks} 
+tr {09175.t2} {09175.f} {09175.p5} -> {09175.p6} 
+tr {09175.t3|09176.t1} : a9174 {09175.f} {09176.p1} -> {09176.p3} 
+tr {09176.e} {09176.p6} {09176.p3} -> {09176.p4-eats} 
+tr {09176.t} {09176.p2-thinks} -> {09176.p1} {09176.p5} 
+tr {09176.t0|09177.t4} : b9175 {09177.p4-eats} -> {09176.f} {09177.f} {09177.p2-thinks} 
+tr {09176.t2} {09176.f} {09176.p5} -> {09176.p6} 
+tr {09176.t3|09177.t1} : a9175 {09176.f} {09177.p1} -> {09177.p3} 
+tr {09177.e} {09177.p6} {09177.p3} -> {09177.p4-eats} 
+tr {09177.t} {09177.p2-thinks} -> {09177.p1} {09177.p5} 
+tr {09177.t0|09178.t4} : b9176 {09178.p4-eats} -> {09177.f} {09178.f} {09178.p2-thinks} 
+tr {09177.t2} {09177.f} {09177.p5} -> {09177.p6} 
+tr {09177.t3|09178.t1} : a9176 {09177.f} {09178.p1} -> {09178.p3} 
+tr {09178.e} {09178.p6} {09178.p3} -> {09178.p4-eats} 
+tr {09178.t} {09178.p2-thinks} -> {09178.p1} {09178.p5} 
+tr {09178.t0|09179.t4} : b9177 {09179.p4-eats} -> {09178.f} {09179.f} {09179.p2-thinks} 
+tr {09178.t2} {09178.f} {09178.p5} -> {09178.p6} 
+tr {09178.t3|09179.t1} : a9177 {09178.f} {09179.p1} -> {09179.p3} 
+tr {09179.e} {09179.p6} {09179.p3} -> {09179.p4-eats} 
+tr {09179.t} {09179.p2-thinks} -> {09179.p1} {09179.p5} 
+tr {09179.t0|09180.t4} : b9178 {09180.p4-eats} -> {09179.f} {09180.f} {09180.p2-thinks} 
+tr {09179.t2} {09179.f} {09179.p5} -> {09179.p6} 
+tr {09179.t3|09180.t1} : a9178 {09179.f} {09180.p1} -> {09180.p3} 
+tr {09180.e} {09180.p6} {09180.p3} -> {09180.p4-eats} 
+tr {09180.t} {09180.p2-thinks} -> {09180.p1} {09180.p5} 
+tr {09180.t0|09181.t4} : b9179 {09181.p4-eats} -> {09180.f} {09181.f} {09181.p2-thinks} 
+tr {09180.t2} {09180.f} {09180.p5} -> {09180.p6} 
+tr {09180.t3|09181.t1} : a9179 {09180.f} {09181.p1} -> {09181.p3} 
+tr {09181.e} {09181.p6} {09181.p3} -> {09181.p4-eats} 
+tr {09181.t} {09181.p2-thinks} -> {09181.p1} {09181.p5} 
+tr {09181.t0|09182.t4} : b9180 {09182.p4-eats} -> {09181.f} {09182.f} {09182.p2-thinks} 
+tr {09181.t2} {09181.f} {09181.p5} -> {09181.p6} 
+tr {09181.t3|09182.t1} : a9180 {09181.f} {09182.p1} -> {09182.p3} 
+tr {09182.e} {09182.p6} {09182.p3} -> {09182.p4-eats} 
+tr {09182.t} {09182.p2-thinks} -> {09182.p1} {09182.p5} 
+tr {09182.t0|09183.t4} : b9181 {09183.p4-eats} -> {09182.f} {09183.f} {09183.p2-thinks} 
+tr {09182.t2} {09182.f} {09182.p5} -> {09182.p6} 
+tr {09182.t3|09183.t1} : a9181 {09182.f} {09183.p1} -> {09183.p3} 
+tr {09183.e} {09183.p6} {09183.p3} -> {09183.p4-eats} 
+tr {09183.t} {09183.p2-thinks} -> {09183.p1} {09183.p5} 
+tr {09183.t0|09184.t4} : b9182 {09184.p4-eats} -> {09183.f} {09184.f} {09184.p2-thinks} 
+tr {09183.t2} {09183.f} {09183.p5} -> {09183.p6} 
+tr {09183.t3|09184.t1} : a9182 {09183.f} {09184.p1} -> {09184.p3} 
+tr {09184.e} {09184.p6} {09184.p3} -> {09184.p4-eats} 
+tr {09184.t} {09184.p2-thinks} -> {09184.p1} {09184.p5} 
+tr {09184.t0|09185.t4} : b9183 {09185.p4-eats} -> {09184.f} {09185.f} {09185.p2-thinks} 
+tr {09184.t2} {09184.f} {09184.p5} -> {09184.p6} 
+tr {09184.t3|09185.t1} : a9183 {09184.f} {09185.p1} -> {09185.p3} 
+tr {09185.e} {09185.p6} {09185.p3} -> {09185.p4-eats} 
+tr {09185.t} {09185.p2-thinks} -> {09185.p1} {09185.p5} 
+tr {09185.t0|09186.t4} : b9184 {09186.p4-eats} -> {09185.f} {09186.f} {09186.p2-thinks} 
+tr {09185.t2} {09185.f} {09185.p5} -> {09185.p6} 
+tr {09185.t3|09186.t1} : a9184 {09185.f} {09186.p1} -> {09186.p3} 
+tr {09186.e} {09186.p6} {09186.p3} -> {09186.p4-eats} 
+tr {09186.t} {09186.p2-thinks} -> {09186.p1} {09186.p5} 
+tr {09186.t0|09187.t4} : b9185 {09187.p4-eats} -> {09186.f} {09187.f} {09187.p2-thinks} 
+tr {09186.t2} {09186.f} {09186.p5} -> {09186.p6} 
+tr {09186.t3|09187.t1} : a9185 {09186.f} {09187.p1} -> {09187.p3} 
+tr {09187.e} {09187.p6} {09187.p3} -> {09187.p4-eats} 
+tr {09187.t} {09187.p2-thinks} -> {09187.p1} {09187.p5} 
+tr {09187.t0|09188.t4} : b9186 {09188.p4-eats} -> {09187.f} {09188.f} {09188.p2-thinks} 
+tr {09187.t2} {09187.f} {09187.p5} -> {09187.p6} 
+tr {09187.t3|09188.t1} : a9186 {09187.f} {09188.p1} -> {09188.p3} 
+tr {09188.e} {09188.p6} {09188.p3} -> {09188.p4-eats} 
+tr {09188.t} {09188.p2-thinks} -> {09188.p1} {09188.p5} 
+tr {09188.t0|09189.t4} : b9187 {09189.p4-eats} -> {09188.f} {09189.f} {09189.p2-thinks} 
+tr {09188.t2} {09188.f} {09188.p5} -> {09188.p6} 
+tr {09188.t3|09189.t1} : a9187 {09188.f} {09189.p1} -> {09189.p3} 
+tr {09189.e} {09189.p6} {09189.p3} -> {09189.p4-eats} 
+tr {09189.t} {09189.p2-thinks} -> {09189.p1} {09189.p5} 
+tr {09189.t0|09190.t4} : b9188 {09190.p4-eats} -> {09189.f} {09190.f} {09190.p2-thinks} 
+tr {09189.t2} {09189.f} {09189.p5} -> {09189.p6} 
+tr {09189.t3|09190.t1} : a9188 {09189.f} {09190.p1} -> {09190.p3} 
+tr {09190.e} {09190.p6} {09190.p3} -> {09190.p4-eats} 
+tr {09190.t} {09190.p2-thinks} -> {09190.p1} {09190.p5} 
+tr {09190.t0|09191.t4} : b9189 {09191.p4-eats} -> {09190.f} {09191.f} {09191.p2-thinks} 
+tr {09190.t2} {09190.f} {09190.p5} -> {09190.p6} 
+tr {09190.t3|09191.t1} : a9189 {09190.f} {09191.p1} -> {09191.p3} 
+tr {09191.e} {09191.p6} {09191.p3} -> {09191.p4-eats} 
+tr {09191.t} {09191.p2-thinks} -> {09191.p1} {09191.p5} 
+tr {09191.t0|09192.t4} : b9190 {09192.p4-eats} -> {09191.f} {09192.f} {09192.p2-thinks} 
+tr {09191.t2} {09191.f} {09191.p5} -> {09191.p6} 
+tr {09191.t3|09192.t1} : a9190 {09191.f} {09192.p1} -> {09192.p3} 
+tr {09192.e} {09192.p6} {09192.p3} -> {09192.p4-eats} 
+tr {09192.t} {09192.p2-thinks} -> {09192.p1} {09192.p5} 
+tr {09192.t0|09193.t4} : b9191 {09193.p4-eats} -> {09192.f} {09193.f} {09193.p2-thinks} 
+tr {09192.t2} {09192.f} {09192.p5} -> {09192.p6} 
+tr {09192.t3|09193.t1} : a9191 {09192.f} {09193.p1} -> {09193.p3} 
+tr {09193.e} {09193.p6} {09193.p3} -> {09193.p4-eats} 
+tr {09193.t} {09193.p2-thinks} -> {09193.p1} {09193.p5} 
+tr {09193.t0|09194.t4} : b9192 {09194.p4-eats} -> {09193.f} {09194.f} {09194.p2-thinks} 
+tr {09193.t2} {09193.f} {09193.p5} -> {09193.p6} 
+tr {09193.t3|09194.t1} : a9192 {09193.f} {09194.p1} -> {09194.p3} 
+tr {09194.e} {09194.p6} {09194.p3} -> {09194.p4-eats} 
+tr {09194.t} {09194.p2-thinks} -> {09194.p1} {09194.p5} 
+tr {09194.t0|09195.t4} : b9193 {09195.p4-eats} -> {09194.f} {09195.f} {09195.p2-thinks} 
+tr {09194.t2} {09194.f} {09194.p5} -> {09194.p6} 
+tr {09194.t3|09195.t1} : a9193 {09194.f} {09195.p1} -> {09195.p3} 
+tr {09195.e} {09195.p6} {09195.p3} -> {09195.p4-eats} 
+tr {09195.t} {09195.p2-thinks} -> {09195.p1} {09195.p5} 
+tr {09195.t0|09196.t4} : b9194 {09196.p4-eats} -> {09195.f} {09196.f} {09196.p2-thinks} 
+tr {09195.t2} {09195.f} {09195.p5} -> {09195.p6} 
+tr {09195.t3|09196.t1} : a9194 {09195.f} {09196.p1} -> {09196.p3} 
+tr {09196.e} {09196.p6} {09196.p3} -> {09196.p4-eats} 
+tr {09196.t} {09196.p2-thinks} -> {09196.p1} {09196.p5} 
+tr {09196.t0|09197.t4} : b9195 {09197.p4-eats} -> {09196.f} {09197.f} {09197.p2-thinks} 
+tr {09196.t2} {09196.f} {09196.p5} -> {09196.p6} 
+tr {09196.t3|09197.t1} : a9195 {09196.f} {09197.p1} -> {09197.p3} 
+tr {09197.e} {09197.p6} {09197.p3} -> {09197.p4-eats} 
+tr {09197.t} {09197.p2-thinks} -> {09197.p1} {09197.p5} 
+tr {09197.t0|09198.t4} : b9196 {09198.p4-eats} -> {09197.f} {09198.f} {09198.p2-thinks} 
+tr {09197.t2} {09197.f} {09197.p5} -> {09197.p6} 
+tr {09197.t3|09198.t1} : a9196 {09197.f} {09198.p1} -> {09198.p3} 
+tr {09198.e} {09198.p6} {09198.p3} -> {09198.p4-eats} 
+tr {09198.t} {09198.p2-thinks} -> {09198.p1} {09198.p5} 
+tr {09198.t0|09199.t4} : b9197 {09199.p4-eats} -> {09198.f} {09199.f} {09199.p2-thinks} 
+tr {09198.t2} {09198.f} {09198.p5} -> {09198.p6} 
+tr {09198.t3|09199.t1} : a9197 {09198.f} {09199.p1} -> {09199.p3} 
+tr {09199.e} {09199.p6} {09199.p3} -> {09199.p4-eats} 
+tr {09199.t} {09199.p2-thinks} -> {09199.p1} {09199.p5} 
+tr {09199.t0|09200.t4} : b9198 {09200.p4-eats} -> {09199.f} {09200.f} {09200.p2-thinks} 
+tr {09199.t2} {09199.f} {09199.p5} -> {09199.p6} 
+tr {09199.t3|09200.t1} : a9198 {09199.f} {09200.p1} -> {09200.p3} 
+tr {09200.e} {09200.p6} {09200.p3} -> {09200.p4-eats} 
+tr {09200.t} {09200.p2-thinks} -> {09200.p1} {09200.p5} 
+tr {09200.t0|09201.t4} : b9199 {09201.p4-eats} -> {09200.f} {09201.f} {09201.p2-thinks} 
+tr {09200.t2} {09200.f} {09200.p5} -> {09200.p6} 
+tr {09200.t3|09201.t1} : a9199 {09200.f} {09201.p1} -> {09201.p3} 
+tr {09201.e} {09201.p6} {09201.p3} -> {09201.p4-eats} 
+tr {09201.t} {09201.p2-thinks} -> {09201.p1} {09201.p5} 
+tr {09201.t0|09202.t4} : b9200 {09202.p4-eats} -> {09201.f} {09202.f} {09202.p2-thinks} 
+tr {09201.t2} {09201.f} {09201.p5} -> {09201.p6} 
+tr {09201.t3|09202.t1} : a9200 {09201.f} {09202.p1} -> {09202.p3} 
+tr {09202.e} {09202.p6} {09202.p3} -> {09202.p4-eats} 
+tr {09202.t} {09202.p2-thinks} -> {09202.p1} {09202.p5} 
+tr {09202.t0|09203.t4} : b9201 {09203.p4-eats} -> {09202.f} {09203.f} {09203.p2-thinks} 
+tr {09202.t2} {09202.f} {09202.p5} -> {09202.p6} 
+tr {09202.t3|09203.t1} : a9201 {09202.f} {09203.p1} -> {09203.p3} 
+tr {09203.e} {09203.p6} {09203.p3} -> {09203.p4-eats} 
+tr {09203.t} {09203.p2-thinks} -> {09203.p1} {09203.p5} 
+tr {09203.t0|09204.t4} : b9202 {09204.p4-eats} -> {09203.f} {09204.f} {09204.p2-thinks} 
+tr {09203.t2} {09203.f} {09203.p5} -> {09203.p6} 
+tr {09203.t3|09204.t1} : a9202 {09203.f} {09204.p1} -> {09204.p3} 
+tr {09204.e} {09204.p6} {09204.p3} -> {09204.p4-eats} 
+tr {09204.t} {09204.p2-thinks} -> {09204.p1} {09204.p5} 
+tr {09204.t0|09205.t4} : b9203 {09205.p4-eats} -> {09204.f} {09205.f} {09205.p2-thinks} 
+tr {09204.t2} {09204.f} {09204.p5} -> {09204.p6} 
+tr {09204.t3|09205.t1} : a9203 {09204.f} {09205.p1} -> {09205.p3} 
+tr {09205.e} {09205.p6} {09205.p3} -> {09205.p4-eats} 
+tr {09205.t} {09205.p2-thinks} -> {09205.p1} {09205.p5} 
+tr {09205.t0|09206.t4} : b9204 {09206.p4-eats} -> {09205.f} {09206.f} {09206.p2-thinks} 
+tr {09205.t2} {09205.f} {09205.p5} -> {09205.p6} 
+tr {09205.t3|09206.t1} : a9204 {09205.f} {09206.p1} -> {09206.p3} 
+tr {09206.e} {09206.p6} {09206.p3} -> {09206.p4-eats} 
+tr {09206.t} {09206.p2-thinks} -> {09206.p1} {09206.p5} 
+tr {09206.t0|09207.t4} : b9205 {09207.p4-eats} -> {09206.f} {09207.f} {09207.p2-thinks} 
+tr {09206.t2} {09206.f} {09206.p5} -> {09206.p6} 
+tr {09206.t3|09207.t1} : a9205 {09206.f} {09207.p1} -> {09207.p3} 
+tr {09207.e} {09207.p6} {09207.p3} -> {09207.p4-eats} 
+tr {09207.t} {09207.p2-thinks} -> {09207.p1} {09207.p5} 
+tr {09207.t0|09208.t4} : b9206 {09208.p4-eats} -> {09207.f} {09208.f} {09208.p2-thinks} 
+tr {09207.t2} {09207.f} {09207.p5} -> {09207.p6} 
+tr {09207.t3|09208.t1} : a9206 {09207.f} {09208.p1} -> {09208.p3} 
+tr {09208.e} {09208.p6} {09208.p3} -> {09208.p4-eats} 
+tr {09208.t} {09208.p2-thinks} -> {09208.p1} {09208.p5} 
+tr {09208.t0|09209.t4} : b9207 {09209.p4-eats} -> {09208.f} {09209.f} {09209.p2-thinks} 
+tr {09208.t2} {09208.f} {09208.p5} -> {09208.p6} 
+tr {09208.t3|09209.t1} : a9207 {09208.f} {09209.p1} -> {09209.p3} 
+tr {09209.e} {09209.p6} {09209.p3} -> {09209.p4-eats} 
+tr {09209.t} {09209.p2-thinks} -> {09209.p1} {09209.p5} 
+tr {09209.t0|09210.t4} : b9208 {09210.p4-eats} -> {09209.f} {09210.f} {09210.p2-thinks} 
+tr {09209.t2} {09209.f} {09209.p5} -> {09209.p6} 
+tr {09209.t3|09210.t1} : a9208 {09209.f} {09210.p1} -> {09210.p3} 
+tr {09210.e} {09210.p6} {09210.p3} -> {09210.p4-eats} 
+tr {09210.t} {09210.p2-thinks} -> {09210.p1} {09210.p5} 
+tr {09210.t0|09211.t4} : b9209 {09211.p4-eats} -> {09210.f} {09211.f} {09211.p2-thinks} 
+tr {09210.t2} {09210.f} {09210.p5} -> {09210.p6} 
+tr {09210.t3|09211.t1} : a9209 {09210.f} {09211.p1} -> {09211.p3} 
+tr {09211.e} {09211.p6} {09211.p3} -> {09211.p4-eats} 
+tr {09211.t} {09211.p2-thinks} -> {09211.p1} {09211.p5} 
+tr {09211.t0|09212.t4} : b9210 {09212.p4-eats} -> {09211.f} {09212.f} {09212.p2-thinks} 
+tr {09211.t2} {09211.f} {09211.p5} -> {09211.p6} 
+tr {09211.t3|09212.t1} : a9210 {09211.f} {09212.p1} -> {09212.p3} 
+tr {09212.e} {09212.p6} {09212.p3} -> {09212.p4-eats} 
+tr {09212.t} {09212.p2-thinks} -> {09212.p1} {09212.p5} 
+tr {09212.t0|09213.t4} : b9211 {09213.p4-eats} -> {09212.f} {09213.f} {09213.p2-thinks} 
+tr {09212.t2} {09212.f} {09212.p5} -> {09212.p6} 
+tr {09212.t3|09213.t1} : a9211 {09212.f} {09213.p1} -> {09213.p3} 
+tr {09213.e} {09213.p6} {09213.p3} -> {09213.p4-eats} 
+tr {09213.t} {09213.p2-thinks} -> {09213.p1} {09213.p5} 
+tr {09213.t0|09214.t4} : b9212 {09214.p4-eats} -> {09213.f} {09214.f} {09214.p2-thinks} 
+tr {09213.t2} {09213.f} {09213.p5} -> {09213.p6} 
+tr {09213.t3|09214.t1} : a9212 {09213.f} {09214.p1} -> {09214.p3} 
+tr {09214.e} {09214.p6} {09214.p3} -> {09214.p4-eats} 
+tr {09214.t} {09214.p2-thinks} -> {09214.p1} {09214.p5} 
+tr {09214.t0|09215.t4} : b9213 {09215.p4-eats} -> {09214.f} {09215.f} {09215.p2-thinks} 
+tr {09214.t2} {09214.f} {09214.p5} -> {09214.p6} 
+tr {09214.t3|09215.t1} : a9213 {09214.f} {09215.p1} -> {09215.p3} 
+tr {09215.e} {09215.p6} {09215.p3} -> {09215.p4-eats} 
+tr {09215.t} {09215.p2-thinks} -> {09215.p1} {09215.p5} 
+tr {09215.t0|09216.t4} : b9214 {09216.p4-eats} -> {09215.f} {09216.f} {09216.p2-thinks} 
+tr {09215.t2} {09215.f} {09215.p5} -> {09215.p6} 
+tr {09215.t3|09216.t1} : a9214 {09215.f} {09216.p1} -> {09216.p3} 
+tr {09216.e} {09216.p6} {09216.p3} -> {09216.p4-eats} 
+tr {09216.t} {09216.p2-thinks} -> {09216.p1} {09216.p5} 
+tr {09216.t0|09217.t4} : b9215 {09217.p4-eats} -> {09216.f} {09217.f} {09217.p2-thinks} 
+tr {09216.t2} {09216.f} {09216.p5} -> {09216.p6} 
+tr {09216.t3|09217.t1} : a9215 {09216.f} {09217.p1} -> {09217.p3} 
+tr {09217.e} {09217.p6} {09217.p3} -> {09217.p4-eats} 
+tr {09217.t} {09217.p2-thinks} -> {09217.p1} {09217.p5} 
+tr {09217.t0|09218.t4} : b9216 {09218.p4-eats} -> {09217.f} {09218.f} {09218.p2-thinks} 
+tr {09217.t2} {09217.f} {09217.p5} -> {09217.p6} 
+tr {09217.t3|09218.t1} : a9216 {09217.f} {09218.p1} -> {09218.p3} 
+tr {09218.e} {09218.p6} {09218.p3} -> {09218.p4-eats} 
+tr {09218.t} {09218.p2-thinks} -> {09218.p1} {09218.p5} 
+tr {09218.t0|09219.t4} : b9217 {09219.p4-eats} -> {09218.f} {09219.f} {09219.p2-thinks} 
+tr {09218.t2} {09218.f} {09218.p5} -> {09218.p6} 
+tr {09218.t3|09219.t1} : a9217 {09218.f} {09219.p1} -> {09219.p3} 
+tr {09219.e} {09219.p6} {09219.p3} -> {09219.p4-eats} 
+tr {09219.t} {09219.p2-thinks} -> {09219.p1} {09219.p5} 
+tr {09219.t0|09220.t4} : b9218 {09220.p4-eats} -> {09219.f} {09220.f} {09220.p2-thinks} 
+tr {09219.t2} {09219.f} {09219.p5} -> {09219.p6} 
+tr {09219.t3|09220.t1} : a9218 {09219.f} {09220.p1} -> {09220.p3} 
+tr {09220.e} {09220.p6} {09220.p3} -> {09220.p4-eats} 
+tr {09220.t} {09220.p2-thinks} -> {09220.p1} {09220.p5} 
+tr {09220.t0|09221.t4} : b9219 {09221.p4-eats} -> {09220.f} {09221.f} {09221.p2-thinks} 
+tr {09220.t2} {09220.f} {09220.p5} -> {09220.p6} 
+tr {09220.t3|09221.t1} : a9219 {09220.f} {09221.p1} -> {09221.p3} 
+tr {09221.e} {09221.p6} {09221.p3} -> {09221.p4-eats} 
+tr {09221.t} {09221.p2-thinks} -> {09221.p1} {09221.p5} 
+tr {09221.t0|09222.t4} : b9220 {09222.p4-eats} -> {09221.f} {09222.f} {09222.p2-thinks} 
+tr {09221.t2} {09221.f} {09221.p5} -> {09221.p6} 
+tr {09221.t3|09222.t1} : a9220 {09221.f} {09222.p1} -> {09222.p3} 
+tr {09222.e} {09222.p6} {09222.p3} -> {09222.p4-eats} 
+tr {09222.t} {09222.p2-thinks} -> {09222.p1} {09222.p5} 
+tr {09222.t0|09223.t4} : b9221 {09223.p4-eats} -> {09222.f} {09223.f} {09223.p2-thinks} 
+tr {09222.t2} {09222.f} {09222.p5} -> {09222.p6} 
+tr {09222.t3|09223.t1} : a9221 {09222.f} {09223.p1} -> {09223.p3} 
+tr {09223.e} {09223.p6} {09223.p3} -> {09223.p4-eats} 
+tr {09223.t} {09223.p2-thinks} -> {09223.p1} {09223.p5} 
+tr {09223.t0|09224.t4} : b9222 {09224.p4-eats} -> {09223.f} {09224.f} {09224.p2-thinks} 
+tr {09223.t2} {09223.f} {09223.p5} -> {09223.p6} 
+tr {09223.t3|09224.t1} : a9222 {09223.f} {09224.p1} -> {09224.p3} 
+tr {09224.e} {09224.p6} {09224.p3} -> {09224.p4-eats} 
+tr {09224.t} {09224.p2-thinks} -> {09224.p1} {09224.p5} 
+tr {09224.t0|09225.t4} : b9223 {09225.p4-eats} -> {09224.f} {09225.f} {09225.p2-thinks} 
+tr {09224.t2} {09224.f} {09224.p5} -> {09224.p6} 
+tr {09224.t3|09225.t1} : a9223 {09224.f} {09225.p1} -> {09225.p3} 
+tr {09225.e} {09225.p6} {09225.p3} -> {09225.p4-eats} 
+tr {09225.t} {09225.p2-thinks} -> {09225.p1} {09225.p5} 
+tr {09225.t0|09226.t4} : b9224 {09226.p4-eats} -> {09225.f} {09226.f} {09226.p2-thinks} 
+tr {09225.t2} {09225.f} {09225.p5} -> {09225.p6} 
+tr {09225.t3|09226.t1} : a9224 {09225.f} {09226.p1} -> {09226.p3} 
+tr {09226.e} {09226.p6} {09226.p3} -> {09226.p4-eats} 
+tr {09226.t} {09226.p2-thinks} -> {09226.p1} {09226.p5} 
+tr {09226.t0|09227.t4} : b9225 {09227.p4-eats} -> {09226.f} {09227.f} {09227.p2-thinks} 
+tr {09226.t2} {09226.f} {09226.p5} -> {09226.p6} 
+tr {09226.t3|09227.t1} : a9225 {09226.f} {09227.p1} -> {09227.p3} 
+tr {09227.e} {09227.p6} {09227.p3} -> {09227.p4-eats} 
+tr {09227.t} {09227.p2-thinks} -> {09227.p1} {09227.p5} 
+tr {09227.t0|09228.t4} : b9226 {09228.p4-eats} -> {09227.f} {09228.f} {09228.p2-thinks} 
+tr {09227.t2} {09227.f} {09227.p5} -> {09227.p6} 
+tr {09227.t3|09228.t1} : a9226 {09227.f} {09228.p1} -> {09228.p3} 
+tr {09228.e} {09228.p6} {09228.p3} -> {09228.p4-eats} 
+tr {09228.t} {09228.p2-thinks} -> {09228.p1} {09228.p5} 
+tr {09228.t0|09229.t4} : b9227 {09229.p4-eats} -> {09228.f} {09229.f} {09229.p2-thinks} 
+tr {09228.t2} {09228.f} {09228.p5} -> {09228.p6} 
+tr {09228.t3|09229.t1} : a9227 {09228.f} {09229.p1} -> {09229.p3} 
+tr {09229.e} {09229.p6} {09229.p3} -> {09229.p4-eats} 
+tr {09229.t} {09229.p2-thinks} -> {09229.p1} {09229.p5} 
+tr {09229.t0|09230.t4} : b9228 {09230.p4-eats} -> {09229.f} {09230.f} {09230.p2-thinks} 
+tr {09229.t2} {09229.f} {09229.p5} -> {09229.p6} 
+tr {09229.t3|09230.t1} : a9228 {09229.f} {09230.p1} -> {09230.p3} 
+tr {09230.e} {09230.p6} {09230.p3} -> {09230.p4-eats} 
+tr {09230.t} {09230.p2-thinks} -> {09230.p1} {09230.p5} 
+tr {09230.t0|09231.t4} : b9229 {09231.p4-eats} -> {09230.f} {09231.f} {09231.p2-thinks} 
+tr {09230.t2} {09230.f} {09230.p5} -> {09230.p6} 
+tr {09230.t3|09231.t1} : a9229 {09230.f} {09231.p1} -> {09231.p3} 
+tr {09231.e} {09231.p6} {09231.p3} -> {09231.p4-eats} 
+tr {09231.t} {09231.p2-thinks} -> {09231.p1} {09231.p5} 
+tr {09231.t0|09232.t4} : b9230 {09232.p4-eats} -> {09231.f} {09232.f} {09232.p2-thinks} 
+tr {09231.t2} {09231.f} {09231.p5} -> {09231.p6} 
+tr {09231.t3|09232.t1} : a9230 {09231.f} {09232.p1} -> {09232.p3} 
+tr {09232.e} {09232.p6} {09232.p3} -> {09232.p4-eats} 
+tr {09232.t} {09232.p2-thinks} -> {09232.p1} {09232.p5} 
+tr {09232.t0|09233.t4} : b9231 {09233.p4-eats} -> {09232.f} {09233.f} {09233.p2-thinks} 
+tr {09232.t2} {09232.f} {09232.p5} -> {09232.p6} 
+tr {09232.t3|09233.t1} : a9231 {09232.f} {09233.p1} -> {09233.p3} 
+tr {09233.e} {09233.p6} {09233.p3} -> {09233.p4-eats} 
+tr {09233.t} {09233.p2-thinks} -> {09233.p1} {09233.p5} 
+tr {09233.t0|09234.t4} : b9232 {09234.p4-eats} -> {09233.f} {09234.f} {09234.p2-thinks} 
+tr {09233.t2} {09233.f} {09233.p5} -> {09233.p6} 
+tr {09233.t3|09234.t1} : a9232 {09233.f} {09234.p1} -> {09234.p3} 
+tr {09234.e} {09234.p6} {09234.p3} -> {09234.p4-eats} 
+tr {09234.t} {09234.p2-thinks} -> {09234.p1} {09234.p5} 
+tr {09234.t0|09235.t4} : b9233 {09235.p4-eats} -> {09234.f} {09235.f} {09235.p2-thinks} 
+tr {09234.t2} {09234.f} {09234.p5} -> {09234.p6} 
+tr {09234.t3|09235.t1} : a9233 {09234.f} {09235.p1} -> {09235.p3} 
+tr {09235.e} {09235.p6} {09235.p3} -> {09235.p4-eats} 
+tr {09235.t} {09235.p2-thinks} -> {09235.p1} {09235.p5} 
+tr {09235.t0|09236.t4} : b9234 {09236.p4-eats} -> {09235.f} {09236.f} {09236.p2-thinks} 
+tr {09235.t2} {09235.f} {09235.p5} -> {09235.p6} 
+tr {09235.t3|09236.t1} : a9234 {09235.f} {09236.p1} -> {09236.p3} 
+tr {09236.e} {09236.p6} {09236.p3} -> {09236.p4-eats} 
+tr {09236.t} {09236.p2-thinks} -> {09236.p1} {09236.p5} 
+tr {09236.t0|09237.t4} : b9235 {09237.p4-eats} -> {09236.f} {09237.f} {09237.p2-thinks} 
+tr {09236.t2} {09236.f} {09236.p5} -> {09236.p6} 
+tr {09236.t3|09237.t1} : a9235 {09236.f} {09237.p1} -> {09237.p3} 
+tr {09237.e} {09237.p6} {09237.p3} -> {09237.p4-eats} 
+tr {09237.t} {09237.p2-thinks} -> {09237.p1} {09237.p5} 
+tr {09237.t0|09238.t4} : b9236 {09238.p4-eats} -> {09237.f} {09238.f} {09238.p2-thinks} 
+tr {09237.t2} {09237.f} {09237.p5} -> {09237.p6} 
+tr {09237.t3|09238.t1} : a9236 {09237.f} {09238.p1} -> {09238.p3} 
+tr {09238.e} {09238.p6} {09238.p3} -> {09238.p4-eats} 
+tr {09238.t} {09238.p2-thinks} -> {09238.p1} {09238.p5} 
+tr {09238.t0|09239.t4} : b9237 {09239.p4-eats} -> {09238.f} {09239.f} {09239.p2-thinks} 
+tr {09238.t2} {09238.f} {09238.p5} -> {09238.p6} 
+tr {09238.t3|09239.t1} : a9237 {09238.f} {09239.p1} -> {09239.p3} 
+tr {09239.e} {09239.p6} {09239.p3} -> {09239.p4-eats} 
+tr {09239.t} {09239.p2-thinks} -> {09239.p1} {09239.p5} 
+tr {09239.t0|09240.t4} : b9238 {09240.p4-eats} -> {09239.f} {09240.f} {09240.p2-thinks} 
+tr {09239.t2} {09239.f} {09239.p5} -> {09239.p6} 
+tr {09239.t3|09240.t1} : a9238 {09239.f} {09240.p1} -> {09240.p3} 
+tr {09240.e} {09240.p6} {09240.p3} -> {09240.p4-eats} 
+tr {09240.t} {09240.p2-thinks} -> {09240.p1} {09240.p5} 
+tr {09240.t0|09241.t4} : b9239 {09241.p4-eats} -> {09240.f} {09241.f} {09241.p2-thinks} 
+tr {09240.t2} {09240.f} {09240.p5} -> {09240.p6} 
+tr {09240.t3|09241.t1} : a9239 {09240.f} {09241.p1} -> {09241.p3} 
+tr {09241.e} {09241.p6} {09241.p3} -> {09241.p4-eats} 
+tr {09241.t} {09241.p2-thinks} -> {09241.p1} {09241.p5} 
+tr {09241.t0|09242.t4} : b9240 {09242.p4-eats} -> {09241.f} {09242.f} {09242.p2-thinks} 
+tr {09241.t2} {09241.f} {09241.p5} -> {09241.p6} 
+tr {09241.t3|09242.t1} : a9240 {09241.f} {09242.p1} -> {09242.p3} 
+tr {09242.e} {09242.p6} {09242.p3} -> {09242.p4-eats} 
+tr {09242.t} {09242.p2-thinks} -> {09242.p1} {09242.p5} 
+tr {09242.t0|09243.t4} : b9241 {09243.p4-eats} -> {09242.f} {09243.f} {09243.p2-thinks} 
+tr {09242.t2} {09242.f} {09242.p5} -> {09242.p6} 
+tr {09242.t3|09243.t1} : a9241 {09242.f} {09243.p1} -> {09243.p3} 
+tr {09243.e} {09243.p6} {09243.p3} -> {09243.p4-eats} 
+tr {09243.t} {09243.p2-thinks} -> {09243.p1} {09243.p5} 
+tr {09243.t0|09244.t4} : b9242 {09244.p4-eats} -> {09243.f} {09244.f} {09244.p2-thinks} 
+tr {09243.t2} {09243.f} {09243.p5} -> {09243.p6} 
+tr {09243.t3|09244.t1} : a9242 {09243.f} {09244.p1} -> {09244.p3} 
+tr {09244.e} {09244.p6} {09244.p3} -> {09244.p4-eats} 
+tr {09244.t} {09244.p2-thinks} -> {09244.p1} {09244.p5} 
+tr {09244.t0|09245.t4} : b9243 {09245.p4-eats} -> {09244.f} {09245.f} {09245.p2-thinks} 
+tr {09244.t2} {09244.f} {09244.p5} -> {09244.p6} 
+tr {09244.t3|09245.t1} : a9243 {09244.f} {09245.p1} -> {09245.p3} 
+tr {09245.e} {09245.p6} {09245.p3} -> {09245.p4-eats} 
+tr {09245.t} {09245.p2-thinks} -> {09245.p1} {09245.p5} 
+tr {09245.t0|09246.t4} : b9244 {09246.p4-eats} -> {09245.f} {09246.f} {09246.p2-thinks} 
+tr {09245.t2} {09245.f} {09245.p5} -> {09245.p6} 
+tr {09245.t3|09246.t1} : a9244 {09245.f} {09246.p1} -> {09246.p3} 
+tr {09246.e} {09246.p6} {09246.p3} -> {09246.p4-eats} 
+tr {09246.t} {09246.p2-thinks} -> {09246.p1} {09246.p5} 
+tr {09246.t0|09247.t4} : b9245 {09247.p4-eats} -> {09246.f} {09247.f} {09247.p2-thinks} 
+tr {09246.t2} {09246.f} {09246.p5} -> {09246.p6} 
+tr {09246.t3|09247.t1} : a9245 {09246.f} {09247.p1} -> {09247.p3} 
+tr {09247.e} {09247.p6} {09247.p3} -> {09247.p4-eats} 
+tr {09247.t} {09247.p2-thinks} -> {09247.p1} {09247.p5} 
+tr {09247.t0|09248.t4} : b9246 {09248.p4-eats} -> {09247.f} {09248.f} {09248.p2-thinks} 
+tr {09247.t2} {09247.f} {09247.p5} -> {09247.p6} 
+tr {09247.t3|09248.t1} : a9246 {09247.f} {09248.p1} -> {09248.p3} 
+tr {09248.e} {09248.p6} {09248.p3} -> {09248.p4-eats} 
+tr {09248.t} {09248.p2-thinks} -> {09248.p1} {09248.p5} 
+tr {09248.t0|09249.t4} : b9247 {09249.p4-eats} -> {09248.f} {09249.f} {09249.p2-thinks} 
+tr {09248.t2} {09248.f} {09248.p5} -> {09248.p6} 
+tr {09248.t3|09249.t1} : a9247 {09248.f} {09249.p1} -> {09249.p3} 
+tr {09249.e} {09249.p6} {09249.p3} -> {09249.p4-eats} 
+tr {09249.t} {09249.p2-thinks} -> {09249.p1} {09249.p5} 
+tr {09249.t0|09250.t4} : b9248 {09250.p4-eats} -> {09249.f} {09250.f} {09250.p2-thinks} 
+tr {09249.t2} {09249.f} {09249.p5} -> {09249.p6} 
+tr {09249.t3|09250.t1} : a9248 {09249.f} {09250.p1} -> {09250.p3} 
+tr {09250.e} {09250.p6} {09250.p3} -> {09250.p4-eats} 
+tr {09250.t} {09250.p2-thinks} -> {09250.p1} {09250.p5} 
+tr {09250.t0|09251.t4} : b9249 {09251.p4-eats} -> {09250.f} {09251.f} {09251.p2-thinks} 
+tr {09250.t2} {09250.f} {09250.p5} -> {09250.p6} 
+tr {09250.t3|09251.t1} : a9249 {09250.f} {09251.p1} -> {09251.p3} 
+tr {09251.e} {09251.p6} {09251.p3} -> {09251.p4-eats} 
+tr {09251.t} {09251.p2-thinks} -> {09251.p1} {09251.p5} 
+tr {09251.t0|09252.t4} : b9250 {09252.p4-eats} -> {09251.f} {09252.f} {09252.p2-thinks} 
+tr {09251.t2} {09251.f} {09251.p5} -> {09251.p6} 
+tr {09251.t3|09252.t1} : a9250 {09251.f} {09252.p1} -> {09252.p3} 
+tr {09252.e} {09252.p6} {09252.p3} -> {09252.p4-eats} 
+tr {09252.t} {09252.p2-thinks} -> {09252.p1} {09252.p5} 
+tr {09252.t0|09253.t4} : b9251 {09253.p4-eats} -> {09252.f} {09253.f} {09253.p2-thinks} 
+tr {09252.t2} {09252.f} {09252.p5} -> {09252.p6} 
+tr {09252.t3|09253.t1} : a9251 {09252.f} {09253.p1} -> {09253.p3} 
+tr {09253.e} {09253.p6} {09253.p3} -> {09253.p4-eats} 
+tr {09253.t} {09253.p2-thinks} -> {09253.p1} {09253.p5} 
+tr {09253.t0|09254.t4} : b9252 {09254.p4-eats} -> {09253.f} {09254.f} {09254.p2-thinks} 
+tr {09253.t2} {09253.f} {09253.p5} -> {09253.p6} 
+tr {09253.t3|09254.t1} : a9252 {09253.f} {09254.p1} -> {09254.p3} 
+tr {09254.e} {09254.p6} {09254.p3} -> {09254.p4-eats} 
+tr {09254.t} {09254.p2-thinks} -> {09254.p1} {09254.p5} 
+tr {09254.t0|09255.t4} : b9253 {09255.p4-eats} -> {09254.f} {09255.f} {09255.p2-thinks} 
+tr {09254.t2} {09254.f} {09254.p5} -> {09254.p6} 
+tr {09254.t3|09255.t1} : a9253 {09254.f} {09255.p1} -> {09255.p3} 
+tr {09255.e} {09255.p6} {09255.p3} -> {09255.p4-eats} 
+tr {09255.t} {09255.p2-thinks} -> {09255.p1} {09255.p5} 
+tr {09255.t0|09256.t4} : b9254 {09256.p4-eats} -> {09255.f} {09256.f} {09256.p2-thinks} 
+tr {09255.t2} {09255.f} {09255.p5} -> {09255.p6} 
+tr {09255.t3|09256.t1} : a9254 {09255.f} {09256.p1} -> {09256.p3} 
+tr {09256.e} {09256.p6} {09256.p3} -> {09256.p4-eats} 
+tr {09256.t} {09256.p2-thinks} -> {09256.p1} {09256.p5} 
+tr {09256.t0|09257.t4} : b9255 {09257.p4-eats} -> {09256.f} {09257.f} {09257.p2-thinks} 
+tr {09256.t2} {09256.f} {09256.p5} -> {09256.p6} 
+tr {09256.t3|09257.t1} : a9255 {09256.f} {09257.p1} -> {09257.p3} 
+tr {09257.e} {09257.p6} {09257.p3} -> {09257.p4-eats} 
+tr {09257.t} {09257.p2-thinks} -> {09257.p1} {09257.p5} 
+tr {09257.t0|09258.t4} : b9256 {09258.p4-eats} -> {09257.f} {09258.f} {09258.p2-thinks} 
+tr {09257.t2} {09257.f} {09257.p5} -> {09257.p6} 
+tr {09257.t3|09258.t1} : a9256 {09257.f} {09258.p1} -> {09258.p3} 
+tr {09258.e} {09258.p6} {09258.p3} -> {09258.p4-eats} 
+tr {09258.t} {09258.p2-thinks} -> {09258.p1} {09258.p5} 
+tr {09258.t0|09259.t4} : b9257 {09259.p4-eats} -> {09258.f} {09259.f} {09259.p2-thinks} 
+tr {09258.t2} {09258.f} {09258.p5} -> {09258.p6} 
+tr {09258.t3|09259.t1} : a9257 {09258.f} {09259.p1} -> {09259.p3} 
+tr {09259.e} {09259.p6} {09259.p3} -> {09259.p4-eats} 
+tr {09259.t} {09259.p2-thinks} -> {09259.p1} {09259.p5} 
+tr {09259.t0|09260.t4} : b9258 {09260.p4-eats} -> {09259.f} {09260.f} {09260.p2-thinks} 
+tr {09259.t2} {09259.f} {09259.p5} -> {09259.p6} 
+tr {09259.t3|09260.t1} : a9258 {09259.f} {09260.p1} -> {09260.p3} 
+tr {09260.e} {09260.p6} {09260.p3} -> {09260.p4-eats} 
+tr {09260.t} {09260.p2-thinks} -> {09260.p1} {09260.p5} 
+tr {09260.t0|09261.t4} : b9259 {09261.p4-eats} -> {09260.f} {09261.f} {09261.p2-thinks} 
+tr {09260.t2} {09260.f} {09260.p5} -> {09260.p6} 
+tr {09260.t3|09261.t1} : a9259 {09260.f} {09261.p1} -> {09261.p3} 
+tr {09261.e} {09261.p6} {09261.p3} -> {09261.p4-eats} 
+tr {09261.t} {09261.p2-thinks} -> {09261.p1} {09261.p5} 
+tr {09261.t0|09262.t4} : b9260 {09262.p4-eats} -> {09261.f} {09262.f} {09262.p2-thinks} 
+tr {09261.t2} {09261.f} {09261.p5} -> {09261.p6} 
+tr {09261.t3|09262.t1} : a9260 {09261.f} {09262.p1} -> {09262.p3} 
+tr {09262.e} {09262.p6} {09262.p3} -> {09262.p4-eats} 
+tr {09262.t} {09262.p2-thinks} -> {09262.p1} {09262.p5} 
+tr {09262.t0|09263.t4} : b9261 {09263.p4-eats} -> {09262.f} {09263.f} {09263.p2-thinks} 
+tr {09262.t2} {09262.f} {09262.p5} -> {09262.p6} 
+tr {09262.t3|09263.t1} : a9261 {09262.f} {09263.p1} -> {09263.p3} 
+tr {09263.e} {09263.p6} {09263.p3} -> {09263.p4-eats} 
+tr {09263.t} {09263.p2-thinks} -> {09263.p1} {09263.p5} 
+tr {09263.t0|09264.t4} : b9262 {09264.p4-eats} -> {09263.f} {09264.f} {09264.p2-thinks} 
+tr {09263.t2} {09263.f} {09263.p5} -> {09263.p6} 
+tr {09263.t3|09264.t1} : a9262 {09263.f} {09264.p1} -> {09264.p3} 
+tr {09264.e} {09264.p6} {09264.p3} -> {09264.p4-eats} 
+tr {09264.t} {09264.p2-thinks} -> {09264.p1} {09264.p5} 
+tr {09264.t0|09265.t4} : b9263 {09265.p4-eats} -> {09264.f} {09265.f} {09265.p2-thinks} 
+tr {09264.t2} {09264.f} {09264.p5} -> {09264.p6} 
+tr {09264.t3|09265.t1} : a9263 {09264.f} {09265.p1} -> {09265.p3} 
+tr {09265.e} {09265.p6} {09265.p3} -> {09265.p4-eats} 
+tr {09265.t} {09265.p2-thinks} -> {09265.p1} {09265.p5} 
+tr {09265.t0|09266.t4} : b9264 {09266.p4-eats} -> {09265.f} {09266.f} {09266.p2-thinks} 
+tr {09265.t2} {09265.f} {09265.p5} -> {09265.p6} 
+tr {09265.t3|09266.t1} : a9264 {09265.f} {09266.p1} -> {09266.p3} 
+tr {09266.e} {09266.p6} {09266.p3} -> {09266.p4-eats} 
+tr {09266.t} {09266.p2-thinks} -> {09266.p1} {09266.p5} 
+tr {09266.t0|09267.t4} : b9265 {09267.p4-eats} -> {09266.f} {09267.f} {09267.p2-thinks} 
+tr {09266.t2} {09266.f} {09266.p5} -> {09266.p6} 
+tr {09266.t3|09267.t1} : a9265 {09266.f} {09267.p1} -> {09267.p3} 
+tr {09267.e} {09267.p6} {09267.p3} -> {09267.p4-eats} 
+tr {09267.t} {09267.p2-thinks} -> {09267.p1} {09267.p5} 
+tr {09267.t0|09268.t4} : b9266 {09268.p4-eats} -> {09267.f} {09268.f} {09268.p2-thinks} 
+tr {09267.t2} {09267.f} {09267.p5} -> {09267.p6} 
+tr {09267.t3|09268.t1} : a9266 {09267.f} {09268.p1} -> {09268.p3} 
+tr {09268.e} {09268.p6} {09268.p3} -> {09268.p4-eats} 
+tr {09268.t} {09268.p2-thinks} -> {09268.p1} {09268.p5} 
+tr {09268.t0|09269.t4} : b9267 {09269.p4-eats} -> {09268.f} {09269.f} {09269.p2-thinks} 
+tr {09268.t2} {09268.f} {09268.p5} -> {09268.p6} 
+tr {09268.t3|09269.t1} : a9267 {09268.f} {09269.p1} -> {09269.p3} 
+tr {09269.e} {09269.p6} {09269.p3} -> {09269.p4-eats} 
+tr {09269.t} {09269.p2-thinks} -> {09269.p1} {09269.p5} 
+tr {09269.t0|09270.t4} : b9268 {09270.p4-eats} -> {09269.f} {09270.f} {09270.p2-thinks} 
+tr {09269.t2} {09269.f} {09269.p5} -> {09269.p6} 
+tr {09269.t3|09270.t1} : a9268 {09269.f} {09270.p1} -> {09270.p3} 
+tr {09270.e} {09270.p6} {09270.p3} -> {09270.p4-eats} 
+tr {09270.t} {09270.p2-thinks} -> {09270.p1} {09270.p5} 
+tr {09270.t0|09271.t4} : b9269 {09271.p4-eats} -> {09270.f} {09271.f} {09271.p2-thinks} 
+tr {09270.t2} {09270.f} {09270.p5} -> {09270.p6} 
+tr {09270.t3|09271.t1} : a9269 {09270.f} {09271.p1} -> {09271.p3} 
+tr {09271.e} {09271.p6} {09271.p3} -> {09271.p4-eats} 
+tr {09271.t} {09271.p2-thinks} -> {09271.p1} {09271.p5} 
+tr {09271.t0|09272.t4} : b9270 {09272.p4-eats} -> {09271.f} {09272.f} {09272.p2-thinks} 
+tr {09271.t2} {09271.f} {09271.p5} -> {09271.p6} 
+tr {09271.t3|09272.t1} : a9270 {09271.f} {09272.p1} -> {09272.p3} 
+tr {09272.e} {09272.p6} {09272.p3} -> {09272.p4-eats} 
+tr {09272.t} {09272.p2-thinks} -> {09272.p1} {09272.p5} 
+tr {09272.t0|09273.t4} : b9271 {09273.p4-eats} -> {09272.f} {09273.f} {09273.p2-thinks} 
+tr {09272.t2} {09272.f} {09272.p5} -> {09272.p6} 
+tr {09272.t3|09273.t1} : a9271 {09272.f} {09273.p1} -> {09273.p3} 
+tr {09273.e} {09273.p6} {09273.p3} -> {09273.p4-eats} 
+tr {09273.t} {09273.p2-thinks} -> {09273.p1} {09273.p5} 
+tr {09273.t0|09274.t4} : b9272 {09274.p4-eats} -> {09273.f} {09274.f} {09274.p2-thinks} 
+tr {09273.t2} {09273.f} {09273.p5} -> {09273.p6} 
+tr {09273.t3|09274.t1} : a9272 {09273.f} {09274.p1} -> {09274.p3} 
+tr {09274.e} {09274.p6} {09274.p3} -> {09274.p4-eats} 
+tr {09274.t} {09274.p2-thinks} -> {09274.p1} {09274.p5} 
+tr {09274.t0|09275.t4} : b9273 {09275.p4-eats} -> {09274.f} {09275.f} {09275.p2-thinks} 
+tr {09274.t2} {09274.f} {09274.p5} -> {09274.p6} 
+tr {09274.t3|09275.t1} : a9273 {09274.f} {09275.p1} -> {09275.p3} 
+tr {09275.e} {09275.p6} {09275.p3} -> {09275.p4-eats} 
+tr {09275.t} {09275.p2-thinks} -> {09275.p1} {09275.p5} 
+tr {09275.t0|09276.t4} : b9274 {09276.p4-eats} -> {09275.f} {09276.f} {09276.p2-thinks} 
+tr {09275.t2} {09275.f} {09275.p5} -> {09275.p6} 
+tr {09275.t3|09276.t1} : a9274 {09275.f} {09276.p1} -> {09276.p3} 
+tr {09276.e} {09276.p6} {09276.p3} -> {09276.p4-eats} 
+tr {09276.t} {09276.p2-thinks} -> {09276.p1} {09276.p5} 
+tr {09276.t0|09277.t4} : b9275 {09277.p4-eats} -> {09276.f} {09277.f} {09277.p2-thinks} 
+tr {09276.t2} {09276.f} {09276.p5} -> {09276.p6} 
+tr {09276.t3|09277.t1} : a9275 {09276.f} {09277.p1} -> {09277.p3} 
+tr {09277.e} {09277.p6} {09277.p3} -> {09277.p4-eats} 
+tr {09277.t} {09277.p2-thinks} -> {09277.p1} {09277.p5} 
+tr {09277.t0|09278.t4} : b9276 {09278.p4-eats} -> {09277.f} {09278.f} {09278.p2-thinks} 
+tr {09277.t2} {09277.f} {09277.p5} -> {09277.p6} 
+tr {09277.t3|09278.t1} : a9276 {09277.f} {09278.p1} -> {09278.p3} 
+tr {09278.e} {09278.p6} {09278.p3} -> {09278.p4-eats} 
+tr {09278.t} {09278.p2-thinks} -> {09278.p1} {09278.p5} 
+tr {09278.t0|09279.t4} : b9277 {09279.p4-eats} -> {09278.f} {09279.f} {09279.p2-thinks} 
+tr {09278.t2} {09278.f} {09278.p5} -> {09278.p6} 
+tr {09278.t3|09279.t1} : a9277 {09278.f} {09279.p1} -> {09279.p3} 
+tr {09279.e} {09279.p6} {09279.p3} -> {09279.p4-eats} 
+tr {09279.t} {09279.p2-thinks} -> {09279.p1} {09279.p5} 
+tr {09279.t0|09280.t4} : b9278 {09280.p4-eats} -> {09279.f} {09280.f} {09280.p2-thinks} 
+tr {09279.t2} {09279.f} {09279.p5} -> {09279.p6} 
+tr {09279.t3|09280.t1} : a9278 {09279.f} {09280.p1} -> {09280.p3} 
+tr {09280.e} {09280.p6} {09280.p3} -> {09280.p4-eats} 
+tr {09280.t} {09280.p2-thinks} -> {09280.p1} {09280.p5} 
+tr {09280.t0|09281.t4} : b9279 {09281.p4-eats} -> {09280.f} {09281.f} {09281.p2-thinks} 
+tr {09280.t2} {09280.f} {09280.p5} -> {09280.p6} 
+tr {09280.t3|09281.t1} : a9279 {09280.f} {09281.p1} -> {09281.p3} 
+tr {09281.e} {09281.p6} {09281.p3} -> {09281.p4-eats} 
+tr {09281.t} {09281.p2-thinks} -> {09281.p1} {09281.p5} 
+tr {09281.t0|09282.t4} : b9280 {09282.p4-eats} -> {09281.f} {09282.f} {09282.p2-thinks} 
+tr {09281.t2} {09281.f} {09281.p5} -> {09281.p6} 
+tr {09281.t3|09282.t1} : a9280 {09281.f} {09282.p1} -> {09282.p3} 
+tr {09282.e} {09282.p6} {09282.p3} -> {09282.p4-eats} 
+tr {09282.t} {09282.p2-thinks} -> {09282.p1} {09282.p5} 
+tr {09282.t0|09283.t4} : b9281 {09283.p4-eats} -> {09282.f} {09283.f} {09283.p2-thinks} 
+tr {09282.t2} {09282.f} {09282.p5} -> {09282.p6} 
+tr {09282.t3|09283.t1} : a9281 {09282.f} {09283.p1} -> {09283.p3} 
+tr {09283.e} {09283.p6} {09283.p3} -> {09283.p4-eats} 
+tr {09283.t} {09283.p2-thinks} -> {09283.p1} {09283.p5} 
+tr {09283.t0|09284.t4} : b9282 {09284.p4-eats} -> {09283.f} {09284.f} {09284.p2-thinks} 
+tr {09283.t2} {09283.f} {09283.p5} -> {09283.p6} 
+tr {09283.t3|09284.t1} : a9282 {09283.f} {09284.p1} -> {09284.p3} 
+tr {09284.e} {09284.p6} {09284.p3} -> {09284.p4-eats} 
+tr {09284.t} {09284.p2-thinks} -> {09284.p1} {09284.p5} 
+tr {09284.t0|09285.t4} : b9283 {09285.p4-eats} -> {09284.f} {09285.f} {09285.p2-thinks} 
+tr {09284.t2} {09284.f} {09284.p5} -> {09284.p6} 
+tr {09284.t3|09285.t1} : a9283 {09284.f} {09285.p1} -> {09285.p3} 
+tr {09285.e} {09285.p6} {09285.p3} -> {09285.p4-eats} 
+tr {09285.t} {09285.p2-thinks} -> {09285.p1} {09285.p5} 
+tr {09285.t0|09286.t4} : b9284 {09286.p4-eats} -> {09285.f} {09286.f} {09286.p2-thinks} 
+tr {09285.t2} {09285.f} {09285.p5} -> {09285.p6} 
+tr {09285.t3|09286.t1} : a9284 {09285.f} {09286.p1} -> {09286.p3} 
+tr {09286.e} {09286.p6} {09286.p3} -> {09286.p4-eats} 
+tr {09286.t} {09286.p2-thinks} -> {09286.p1} {09286.p5} 
+tr {09286.t0|09287.t4} : b9285 {09287.p4-eats} -> {09286.f} {09287.f} {09287.p2-thinks} 
+tr {09286.t2} {09286.f} {09286.p5} -> {09286.p6} 
+tr {09286.t3|09287.t1} : a9285 {09286.f} {09287.p1} -> {09287.p3} 
+tr {09287.e} {09287.p6} {09287.p3} -> {09287.p4-eats} 
+tr {09287.t} {09287.p2-thinks} -> {09287.p1} {09287.p5} 
+tr {09287.t0|09288.t4} : b9286 {09288.p4-eats} -> {09287.f} {09288.f} {09288.p2-thinks} 
+tr {09287.t2} {09287.f} {09287.p5} -> {09287.p6} 
+tr {09287.t3|09288.t1} : a9286 {09287.f} {09288.p1} -> {09288.p3} 
+tr {09288.e} {09288.p6} {09288.p3} -> {09288.p4-eats} 
+tr {09288.t} {09288.p2-thinks} -> {09288.p1} {09288.p5} 
+tr {09288.t0|09289.t4} : b9287 {09289.p4-eats} -> {09288.f} {09289.f} {09289.p2-thinks} 
+tr {09288.t2} {09288.f} {09288.p5} -> {09288.p6} 
+tr {09288.t3|09289.t1} : a9287 {09288.f} {09289.p1} -> {09289.p3} 
+tr {09289.e} {09289.p6} {09289.p3} -> {09289.p4-eats} 
+tr {09289.t} {09289.p2-thinks} -> {09289.p1} {09289.p5} 
+tr {09289.t0|09290.t4} : b9288 {09290.p4-eats} -> {09289.f} {09290.f} {09290.p2-thinks} 
+tr {09289.t2} {09289.f} {09289.p5} -> {09289.p6} 
+tr {09289.t3|09290.t1} : a9288 {09289.f} {09290.p1} -> {09290.p3} 
+tr {09290.e} {09290.p6} {09290.p3} -> {09290.p4-eats} 
+tr {09290.t} {09290.p2-thinks} -> {09290.p1} {09290.p5} 
+tr {09290.t0|09291.t4} : b9289 {09291.p4-eats} -> {09290.f} {09291.f} {09291.p2-thinks} 
+tr {09290.t2} {09290.f} {09290.p5} -> {09290.p6} 
+tr {09290.t3|09291.t1} : a9289 {09290.f} {09291.p1} -> {09291.p3} 
+tr {09291.e} {09291.p6} {09291.p3} -> {09291.p4-eats} 
+tr {09291.t} {09291.p2-thinks} -> {09291.p1} {09291.p5} 
+tr {09291.t0|09292.t4} : b9290 {09292.p4-eats} -> {09291.f} {09292.f} {09292.p2-thinks} 
+tr {09291.t2} {09291.f} {09291.p5} -> {09291.p6} 
+tr {09291.t3|09292.t1} : a9290 {09291.f} {09292.p1} -> {09292.p3} 
+tr {09292.e} {09292.p6} {09292.p3} -> {09292.p4-eats} 
+tr {09292.t} {09292.p2-thinks} -> {09292.p1} {09292.p5} 
+tr {09292.t0|09293.t4} : b9291 {09293.p4-eats} -> {09292.f} {09293.f} {09293.p2-thinks} 
+tr {09292.t2} {09292.f} {09292.p5} -> {09292.p6} 
+tr {09292.t3|09293.t1} : a9291 {09292.f} {09293.p1} -> {09293.p3} 
+tr {09293.e} {09293.p6} {09293.p3} -> {09293.p4-eats} 
+tr {09293.t} {09293.p2-thinks} -> {09293.p1} {09293.p5} 
+tr {09293.t0|09294.t4} : b9292 {09294.p4-eats} -> {09293.f} {09294.f} {09294.p2-thinks} 
+tr {09293.t2} {09293.f} {09293.p5} -> {09293.p6} 
+tr {09293.t3|09294.t1} : a9292 {09293.f} {09294.p1} -> {09294.p3} 
+tr {09294.e} {09294.p6} {09294.p3} -> {09294.p4-eats} 
+tr {09294.t} {09294.p2-thinks} -> {09294.p1} {09294.p5} 
+tr {09294.t0|09295.t4} : b9293 {09295.p4-eats} -> {09294.f} {09295.f} {09295.p2-thinks} 
+tr {09294.t2} {09294.f} {09294.p5} -> {09294.p6} 
+tr {09294.t3|09295.t1} : a9293 {09294.f} {09295.p1} -> {09295.p3} 
+tr {09295.e} {09295.p6} {09295.p3} -> {09295.p4-eats} 
+tr {09295.t} {09295.p2-thinks} -> {09295.p1} {09295.p5} 
+tr {09295.t0|09296.t4} : b9294 {09296.p4-eats} -> {09295.f} {09296.f} {09296.p2-thinks} 
+tr {09295.t2} {09295.f} {09295.p5} -> {09295.p6} 
+tr {09295.t3|09296.t1} : a9294 {09295.f} {09296.p1} -> {09296.p3} 
+tr {09296.e} {09296.p6} {09296.p3} -> {09296.p4-eats} 
+tr {09296.t} {09296.p2-thinks} -> {09296.p1} {09296.p5} 
+tr {09296.t0|09297.t4} : b9295 {09297.p4-eats} -> {09296.f} {09297.f} {09297.p2-thinks} 
+tr {09296.t2} {09296.f} {09296.p5} -> {09296.p6} 
+tr {09296.t3|09297.t1} : a9295 {09296.f} {09297.p1} -> {09297.p3} 
+tr {09297.e} {09297.p6} {09297.p3} -> {09297.p4-eats} 
+tr {09297.t} {09297.p2-thinks} -> {09297.p1} {09297.p5} 
+tr {09297.t0|09298.t4} : b9296 {09298.p4-eats} -> {09297.f} {09298.f} {09298.p2-thinks} 
+tr {09297.t2} {09297.f} {09297.p5} -> {09297.p6} 
+tr {09297.t3|09298.t1} : a9296 {09297.f} {09298.p1} -> {09298.p3} 
+tr {09298.e} {09298.p6} {09298.p3} -> {09298.p4-eats} 
+tr {09298.t} {09298.p2-thinks} -> {09298.p1} {09298.p5} 
+tr {09298.t0|09299.t4} : b9297 {09299.p4-eats} -> {09298.f} {09299.f} {09299.p2-thinks} 
+tr {09298.t2} {09298.f} {09298.p5} -> {09298.p6} 
+tr {09298.t3|09299.t1} : a9297 {09298.f} {09299.p1} -> {09299.p3} 
+tr {09299.e} {09299.p6} {09299.p3} -> {09299.p4-eats} 
+tr {09299.t} {09299.p2-thinks} -> {09299.p1} {09299.p5} 
+tr {09299.t0|09300.t4} : b9298 {09300.p4-eats} -> {09299.f} {09300.f} {09300.p2-thinks} 
+tr {09299.t2} {09299.f} {09299.p5} -> {09299.p6} 
+tr {09299.t3|09300.t1} : a9298 {09299.f} {09300.p1} -> {09300.p3} 
+tr {09300.e} {09300.p6} {09300.p3} -> {09300.p4-eats} 
+tr {09300.t} {09300.p2-thinks} -> {09300.p1} {09300.p5} 
+tr {09300.t0|09301.t4} : b9299 {09301.p4-eats} -> {09300.f} {09301.f} {09301.p2-thinks} 
+tr {09300.t2} {09300.f} {09300.p5} -> {09300.p6} 
+tr {09300.t3|09301.t1} : a9299 {09300.f} {09301.p1} -> {09301.p3} 
+tr {09301.e} {09301.p6} {09301.p3} -> {09301.p4-eats} 
+tr {09301.t} {09301.p2-thinks} -> {09301.p1} {09301.p5} 
+tr {09301.t0|09302.t4} : b9300 {09302.p4-eats} -> {09301.f} {09302.f} {09302.p2-thinks} 
+tr {09301.t2} {09301.f} {09301.p5} -> {09301.p6} 
+tr {09301.t3|09302.t1} : a9300 {09301.f} {09302.p1} -> {09302.p3} 
+tr {09302.e} {09302.p6} {09302.p3} -> {09302.p4-eats} 
+tr {09302.t} {09302.p2-thinks} -> {09302.p1} {09302.p5} 
+tr {09302.t0|09303.t4} : b9301 {09303.p4-eats} -> {09302.f} {09303.f} {09303.p2-thinks} 
+tr {09302.t2} {09302.f} {09302.p5} -> {09302.p6} 
+tr {09302.t3|09303.t1} : a9301 {09302.f} {09303.p1} -> {09303.p3} 
+tr {09303.e} {09303.p6} {09303.p3} -> {09303.p4-eats} 
+tr {09303.t} {09303.p2-thinks} -> {09303.p1} {09303.p5} 
+tr {09303.t0|09304.t4} : b9302 {09304.p4-eats} -> {09303.f} {09304.f} {09304.p2-thinks} 
+tr {09303.t2} {09303.f} {09303.p5} -> {09303.p6} 
+tr {09303.t3|09304.t1} : a9302 {09303.f} {09304.p1} -> {09304.p3} 
+tr {09304.e} {09304.p6} {09304.p3} -> {09304.p4-eats} 
+tr {09304.t} {09304.p2-thinks} -> {09304.p1} {09304.p5} 
+tr {09304.t0|09305.t4} : b9303 {09305.p4-eats} -> {09304.f} {09305.f} {09305.p2-thinks} 
+tr {09304.t2} {09304.f} {09304.p5} -> {09304.p6} 
+tr {09304.t3|09305.t1} : a9303 {09304.f} {09305.p1} -> {09305.p3} 
+tr {09305.e} {09305.p6} {09305.p3} -> {09305.p4-eats} 
+tr {09305.t} {09305.p2-thinks} -> {09305.p1} {09305.p5} 
+tr {09305.t0|09306.t4} : b9304 {09306.p4-eats} -> {09305.f} {09306.f} {09306.p2-thinks} 
+tr {09305.t2} {09305.f} {09305.p5} -> {09305.p6} 
+tr {09305.t3|09306.t1} : a9304 {09305.f} {09306.p1} -> {09306.p3} 
+tr {09306.e} {09306.p6} {09306.p3} -> {09306.p4-eats} 
+tr {09306.t} {09306.p2-thinks} -> {09306.p1} {09306.p5} 
+tr {09306.t0|09307.t4} : b9305 {09307.p4-eats} -> {09306.f} {09307.f} {09307.p2-thinks} 
+tr {09306.t2} {09306.f} {09306.p5} -> {09306.p6} 
+tr {09306.t3|09307.t1} : a9305 {09306.f} {09307.p1} -> {09307.p3} 
+tr {09307.e} {09307.p6} {09307.p3} -> {09307.p4-eats} 
+tr {09307.t} {09307.p2-thinks} -> {09307.p1} {09307.p5} 
+tr {09307.t0|09308.t4} : b9306 {09308.p4-eats} -> {09307.f} {09308.f} {09308.p2-thinks} 
+tr {09307.t2} {09307.f} {09307.p5} -> {09307.p6} 
+tr {09307.t3|09308.t1} : a9306 {09307.f} {09308.p1} -> {09308.p3} 
+tr {09308.e} {09308.p6} {09308.p3} -> {09308.p4-eats} 
+tr {09308.t} {09308.p2-thinks} -> {09308.p1} {09308.p5} 
+tr {09308.t0|09309.t4} : b9307 {09309.p4-eats} -> {09308.f} {09309.f} {09309.p2-thinks} 
+tr {09308.t2} {09308.f} {09308.p5} -> {09308.p6} 
+tr {09308.t3|09309.t1} : a9307 {09308.f} {09309.p1} -> {09309.p3} 
+tr {09309.e} {09309.p6} {09309.p3} -> {09309.p4-eats} 
+tr {09309.t} {09309.p2-thinks} -> {09309.p1} {09309.p5} 
+tr {09309.t0|09310.t4} : b9308 {09310.p4-eats} -> {09309.f} {09310.f} {09310.p2-thinks} 
+tr {09309.t2} {09309.f} {09309.p5} -> {09309.p6} 
+tr {09309.t3|09310.t1} : a9308 {09309.f} {09310.p1} -> {09310.p3} 
+tr {09310.e} {09310.p6} {09310.p3} -> {09310.p4-eats} 
+tr {09310.t} {09310.p2-thinks} -> {09310.p1} {09310.p5} 
+tr {09310.t0|09311.t4} : b9309 {09311.p4-eats} -> {09310.f} {09311.f} {09311.p2-thinks} 
+tr {09310.t2} {09310.f} {09310.p5} -> {09310.p6} 
+tr {09310.t3|09311.t1} : a9309 {09310.f} {09311.p1} -> {09311.p3} 
+tr {09311.e} {09311.p6} {09311.p3} -> {09311.p4-eats} 
+tr {09311.t} {09311.p2-thinks} -> {09311.p1} {09311.p5} 
+tr {09311.t0|09312.t4} : b9310 {09312.p4-eats} -> {09311.f} {09312.f} {09312.p2-thinks} 
+tr {09311.t2} {09311.f} {09311.p5} -> {09311.p6} 
+tr {09311.t3|09312.t1} : a9310 {09311.f} {09312.p1} -> {09312.p3} 
+tr {09312.e} {09312.p6} {09312.p3} -> {09312.p4-eats} 
+tr {09312.t} {09312.p2-thinks} -> {09312.p1} {09312.p5} 
+tr {09312.t0|09313.t4} : b9311 {09313.p4-eats} -> {09312.f} {09313.f} {09313.p2-thinks} 
+tr {09312.t2} {09312.f} {09312.p5} -> {09312.p6} 
+tr {09312.t3|09313.t1} : a9311 {09312.f} {09313.p1} -> {09313.p3} 
+tr {09313.e} {09313.p6} {09313.p3} -> {09313.p4-eats} 
+tr {09313.t} {09313.p2-thinks} -> {09313.p1} {09313.p5} 
+tr {09313.t0|09314.t4} : b9312 {09314.p4-eats} -> {09313.f} {09314.f} {09314.p2-thinks} 
+tr {09313.t2} {09313.f} {09313.p5} -> {09313.p6} 
+tr {09313.t3|09314.t1} : a9312 {09313.f} {09314.p1} -> {09314.p3} 
+tr {09314.e} {09314.p6} {09314.p3} -> {09314.p4-eats} 
+tr {09314.t} {09314.p2-thinks} -> {09314.p1} {09314.p5} 
+tr {09314.t0|09315.t4} : b9313 {09315.p4-eats} -> {09314.f} {09315.f} {09315.p2-thinks} 
+tr {09314.t2} {09314.f} {09314.p5} -> {09314.p6} 
+tr {09314.t3|09315.t1} : a9313 {09314.f} {09315.p1} -> {09315.p3} 
+tr {09315.e} {09315.p6} {09315.p3} -> {09315.p4-eats} 
+tr {09315.t} {09315.p2-thinks} -> {09315.p1} {09315.p5} 
+tr {09315.t0|09316.t4} : b9314 {09316.p4-eats} -> {09315.f} {09316.f} {09316.p2-thinks} 
+tr {09315.t2} {09315.f} {09315.p5} -> {09315.p6} 
+tr {09315.t3|09316.t1} : a9314 {09315.f} {09316.p1} -> {09316.p3} 
+tr {09316.e} {09316.p6} {09316.p3} -> {09316.p4-eats} 
+tr {09316.t} {09316.p2-thinks} -> {09316.p1} {09316.p5} 
+tr {09316.t0|09317.t4} : b9315 {09317.p4-eats} -> {09316.f} {09317.f} {09317.p2-thinks} 
+tr {09316.t2} {09316.f} {09316.p5} -> {09316.p6} 
+tr {09316.t3|09317.t1} : a9315 {09316.f} {09317.p1} -> {09317.p3} 
+tr {09317.e} {09317.p6} {09317.p3} -> {09317.p4-eats} 
+tr {09317.t} {09317.p2-thinks} -> {09317.p1} {09317.p5} 
+tr {09317.t0|09318.t4} : b9316 {09318.p4-eats} -> {09317.f} {09318.f} {09318.p2-thinks} 
+tr {09317.t2} {09317.f} {09317.p5} -> {09317.p6} 
+tr {09317.t3|09318.t1} : a9316 {09317.f} {09318.p1} -> {09318.p3} 
+tr {09318.e} {09318.p6} {09318.p3} -> {09318.p4-eats} 
+tr {09318.t} {09318.p2-thinks} -> {09318.p1} {09318.p5} 
+tr {09318.t0|09319.t4} : b9317 {09319.p4-eats} -> {09318.f} {09319.f} {09319.p2-thinks} 
+tr {09318.t2} {09318.f} {09318.p5} -> {09318.p6} 
+tr {09318.t3|09319.t1} : a9317 {09318.f} {09319.p1} -> {09319.p3} 
+tr {09319.e} {09319.p6} {09319.p3} -> {09319.p4-eats} 
+tr {09319.t} {09319.p2-thinks} -> {09319.p1} {09319.p5} 
+tr {09319.t0|09320.t4} : b9318 {09320.p4-eats} -> {09319.f} {09320.f} {09320.p2-thinks} 
+tr {09319.t2} {09319.f} {09319.p5} -> {09319.p6} 
+tr {09319.t3|09320.t1} : a9318 {09319.f} {09320.p1} -> {09320.p3} 
+tr {09320.e} {09320.p6} {09320.p3} -> {09320.p4-eats} 
+tr {09320.t} {09320.p2-thinks} -> {09320.p1} {09320.p5} 
+tr {09320.t0|09321.t4} : b9319 {09321.p4-eats} -> {09320.f} {09321.f} {09321.p2-thinks} 
+tr {09320.t2} {09320.f} {09320.p5} -> {09320.p6} 
+tr {09320.t3|09321.t1} : a9319 {09320.f} {09321.p1} -> {09321.p3} 
+tr {09321.e} {09321.p6} {09321.p3} -> {09321.p4-eats} 
+tr {09321.t} {09321.p2-thinks} -> {09321.p1} {09321.p5} 
+tr {09321.t0|09322.t4} : b9320 {09322.p4-eats} -> {09321.f} {09322.f} {09322.p2-thinks} 
+tr {09321.t2} {09321.f} {09321.p5} -> {09321.p6} 
+tr {09321.t3|09322.t1} : a9320 {09321.f} {09322.p1} -> {09322.p3} 
+tr {09322.e} {09322.p6} {09322.p3} -> {09322.p4-eats} 
+tr {09322.t} {09322.p2-thinks} -> {09322.p1} {09322.p5} 
+tr {09322.t0|09323.t4} : b9321 {09323.p4-eats} -> {09322.f} {09323.f} {09323.p2-thinks} 
+tr {09322.t2} {09322.f} {09322.p5} -> {09322.p6} 
+tr {09322.t3|09323.t1} : a9321 {09322.f} {09323.p1} -> {09323.p3} 
+tr {09323.e} {09323.p6} {09323.p3} -> {09323.p4-eats} 
+tr {09323.t} {09323.p2-thinks} -> {09323.p1} {09323.p5} 
+tr {09323.t0|09324.t4} : b9322 {09324.p4-eats} -> {09323.f} {09324.f} {09324.p2-thinks} 
+tr {09323.t2} {09323.f} {09323.p5} -> {09323.p6} 
+tr {09323.t3|09324.t1} : a9322 {09323.f} {09324.p1} -> {09324.p3} 
+tr {09324.e} {09324.p6} {09324.p3} -> {09324.p4-eats} 
+tr {09324.t} {09324.p2-thinks} -> {09324.p1} {09324.p5} 
+tr {09324.t0|09325.t4} : b9323 {09325.p4-eats} -> {09324.f} {09325.f} {09325.p2-thinks} 
+tr {09324.t2} {09324.f} {09324.p5} -> {09324.p6} 
+tr {09324.t3|09325.t1} : a9323 {09324.f} {09325.p1} -> {09325.p3} 
+tr {09325.e} {09325.p6} {09325.p3} -> {09325.p4-eats} 
+tr {09325.t} {09325.p2-thinks} -> {09325.p1} {09325.p5} 
+tr {09325.t0|09326.t4} : b9324 {09326.p4-eats} -> {09325.f} {09326.f} {09326.p2-thinks} 
+tr {09325.t2} {09325.f} {09325.p5} -> {09325.p6} 
+tr {09325.t3|09326.t1} : a9324 {09325.f} {09326.p1} -> {09326.p3} 
+tr {09326.e} {09326.p6} {09326.p3} -> {09326.p4-eats} 
+tr {09326.t} {09326.p2-thinks} -> {09326.p1} {09326.p5} 
+tr {09326.t0|09327.t4} : b9325 {09327.p4-eats} -> {09326.f} {09327.f} {09327.p2-thinks} 
+tr {09326.t2} {09326.f} {09326.p5} -> {09326.p6} 
+tr {09326.t3|09327.t1} : a9325 {09326.f} {09327.p1} -> {09327.p3} 
+tr {09327.e} {09327.p6} {09327.p3} -> {09327.p4-eats} 
+tr {09327.t} {09327.p2-thinks} -> {09327.p1} {09327.p5} 
+tr {09327.t0|09328.t4} : b9326 {09328.p4-eats} -> {09327.f} {09328.f} {09328.p2-thinks} 
+tr {09327.t2} {09327.f} {09327.p5} -> {09327.p6} 
+tr {09327.t3|09328.t1} : a9326 {09327.f} {09328.p1} -> {09328.p3} 
+tr {09328.e} {09328.p6} {09328.p3} -> {09328.p4-eats} 
+tr {09328.t} {09328.p2-thinks} -> {09328.p1} {09328.p5} 
+tr {09328.t0|09329.t4} : b9327 {09329.p4-eats} -> {09328.f} {09329.f} {09329.p2-thinks} 
+tr {09328.t2} {09328.f} {09328.p5} -> {09328.p6} 
+tr {09328.t3|09329.t1} : a9327 {09328.f} {09329.p1} -> {09329.p3} 
+tr {09329.e} {09329.p6} {09329.p3} -> {09329.p4-eats} 
+tr {09329.t} {09329.p2-thinks} -> {09329.p1} {09329.p5} 
+tr {09329.t0|09330.t4} : b9328 {09330.p4-eats} -> {09329.f} {09330.f} {09330.p2-thinks} 
+tr {09329.t2} {09329.f} {09329.p5} -> {09329.p6} 
+tr {09329.t3|09330.t1} : a9328 {09329.f} {09330.p1} -> {09330.p3} 
+tr {09330.e} {09330.p6} {09330.p3} -> {09330.p4-eats} 
+tr {09330.t} {09330.p2-thinks} -> {09330.p1} {09330.p5} 
+tr {09330.t0|09331.t4} : b9329 {09331.p4-eats} -> {09330.f} {09331.f} {09331.p2-thinks} 
+tr {09330.t2} {09330.f} {09330.p5} -> {09330.p6} 
+tr {09330.t3|09331.t1} : a9329 {09330.f} {09331.p1} -> {09331.p3} 
+tr {09331.e} {09331.p6} {09331.p3} -> {09331.p4-eats} 
+tr {09331.t} {09331.p2-thinks} -> {09331.p1} {09331.p5} 
+tr {09331.t0|09332.t4} : b9330 {09332.p4-eats} -> {09331.f} {09332.f} {09332.p2-thinks} 
+tr {09331.t2} {09331.f} {09331.p5} -> {09331.p6} 
+tr {09331.t3|09332.t1} : a9330 {09331.f} {09332.p1} -> {09332.p3} 
+tr {09332.e} {09332.p6} {09332.p3} -> {09332.p4-eats} 
+tr {09332.t} {09332.p2-thinks} -> {09332.p1} {09332.p5} 
+tr {09332.t0|09333.t4} : b9331 {09333.p4-eats} -> {09332.f} {09333.f} {09333.p2-thinks} 
+tr {09332.t2} {09332.f} {09332.p5} -> {09332.p6} 
+tr {09332.t3|09333.t1} : a9331 {09332.f} {09333.p1} -> {09333.p3} 
+tr {09333.e} {09333.p6} {09333.p3} -> {09333.p4-eats} 
+tr {09333.t} {09333.p2-thinks} -> {09333.p1} {09333.p5} 
+tr {09333.t0|09334.t4} : b9332 {09334.p4-eats} -> {09333.f} {09334.f} {09334.p2-thinks} 
+tr {09333.t2} {09333.f} {09333.p5} -> {09333.p6} 
+tr {09333.t3|09334.t1} : a9332 {09333.f} {09334.p1} -> {09334.p3} 
+tr {09334.e} {09334.p6} {09334.p3} -> {09334.p4-eats} 
+tr {09334.t} {09334.p2-thinks} -> {09334.p1} {09334.p5} 
+tr {09334.t0|09335.t4} : b9333 {09335.p4-eats} -> {09334.f} {09335.f} {09335.p2-thinks} 
+tr {09334.t2} {09334.f} {09334.p5} -> {09334.p6} 
+tr {09334.t3|09335.t1} : a9333 {09334.f} {09335.p1} -> {09335.p3} 
+tr {09335.e} {09335.p6} {09335.p3} -> {09335.p4-eats} 
+tr {09335.t} {09335.p2-thinks} -> {09335.p1} {09335.p5} 
+tr {09335.t0|09336.t4} : b9334 {09336.p4-eats} -> {09335.f} {09336.f} {09336.p2-thinks} 
+tr {09335.t2} {09335.f} {09335.p5} -> {09335.p6} 
+tr {09335.t3|09336.t1} : a9334 {09335.f} {09336.p1} -> {09336.p3} 
+tr {09336.e} {09336.p6} {09336.p3} -> {09336.p4-eats} 
+tr {09336.t} {09336.p2-thinks} -> {09336.p1} {09336.p5} 
+tr {09336.t0|09337.t4} : b9335 {09337.p4-eats} -> {09336.f} {09337.f} {09337.p2-thinks} 
+tr {09336.t2} {09336.f} {09336.p5} -> {09336.p6} 
+tr {09336.t3|09337.t1} : a9335 {09336.f} {09337.p1} -> {09337.p3} 
+tr {09337.e} {09337.p6} {09337.p3} -> {09337.p4-eats} 
+tr {09337.t} {09337.p2-thinks} -> {09337.p1} {09337.p5} 
+tr {09337.t0|09338.t4} : b9336 {09338.p4-eats} -> {09337.f} {09338.f} {09338.p2-thinks} 
+tr {09337.t2} {09337.f} {09337.p5} -> {09337.p6} 
+tr {09337.t3|09338.t1} : a9336 {09337.f} {09338.p1} -> {09338.p3} 
+tr {09338.e} {09338.p6} {09338.p3} -> {09338.p4-eats} 
+tr {09338.t} {09338.p2-thinks} -> {09338.p1} {09338.p5} 
+tr {09338.t0|09339.t4} : b9337 {09339.p4-eats} -> {09338.f} {09339.f} {09339.p2-thinks} 
+tr {09338.t2} {09338.f} {09338.p5} -> {09338.p6} 
+tr {09338.t3|09339.t1} : a9337 {09338.f} {09339.p1} -> {09339.p3} 
+tr {09339.e} {09339.p6} {09339.p3} -> {09339.p4-eats} 
+tr {09339.t} {09339.p2-thinks} -> {09339.p1} {09339.p5} 
+tr {09339.t0|09340.t4} : b9338 {09340.p4-eats} -> {09339.f} {09340.f} {09340.p2-thinks} 
+tr {09339.t2} {09339.f} {09339.p5} -> {09339.p6} 
+tr {09339.t3|09340.t1} : a9338 {09339.f} {09340.p1} -> {09340.p3} 
+tr {09340.e} {09340.p6} {09340.p3} -> {09340.p4-eats} 
+tr {09340.t} {09340.p2-thinks} -> {09340.p1} {09340.p5} 
+tr {09340.t0|09341.t4} : b9339 {09341.p4-eats} -> {09340.f} {09341.f} {09341.p2-thinks} 
+tr {09340.t2} {09340.f} {09340.p5} -> {09340.p6} 
+tr {09340.t3|09341.t1} : a9339 {09340.f} {09341.p1} -> {09341.p3} 
+tr {09341.e} {09341.p6} {09341.p3} -> {09341.p4-eats} 
+tr {09341.t} {09341.p2-thinks} -> {09341.p1} {09341.p5} 
+tr {09341.t0|09342.t4} : b9340 {09342.p4-eats} -> {09341.f} {09342.f} {09342.p2-thinks} 
+tr {09341.t2} {09341.f} {09341.p5} -> {09341.p6} 
+tr {09341.t3|09342.t1} : a9340 {09341.f} {09342.p1} -> {09342.p3} 
+tr {09342.e} {09342.p6} {09342.p3} -> {09342.p4-eats} 
+tr {09342.t} {09342.p2-thinks} -> {09342.p1} {09342.p5} 
+tr {09342.t0|09343.t4} : b9341 {09343.p4-eats} -> {09342.f} {09343.f} {09343.p2-thinks} 
+tr {09342.t2} {09342.f} {09342.p5} -> {09342.p6} 
+tr {09342.t3|09343.t1} : a9341 {09342.f} {09343.p1} -> {09343.p3} 
+tr {09343.e} {09343.p6} {09343.p3} -> {09343.p4-eats} 
+tr {09343.t} {09343.p2-thinks} -> {09343.p1} {09343.p5} 
+tr {09343.t0|09344.t4} : b9342 {09344.p4-eats} -> {09343.f} {09344.f} {09344.p2-thinks} 
+tr {09343.t2} {09343.f} {09343.p5} -> {09343.p6} 
+tr {09343.t3|09344.t1} : a9342 {09343.f} {09344.p1} -> {09344.p3} 
+tr {09344.e} {09344.p6} {09344.p3} -> {09344.p4-eats} 
+tr {09344.t} {09344.p2-thinks} -> {09344.p1} {09344.p5} 
+tr {09344.t0|09345.t4} : b9343 {09345.p4-eats} -> {09344.f} {09345.f} {09345.p2-thinks} 
+tr {09344.t2} {09344.f} {09344.p5} -> {09344.p6} 
+tr {09344.t3|09345.t1} : a9343 {09344.f} {09345.p1} -> {09345.p3} 
+tr {09345.e} {09345.p6} {09345.p3} -> {09345.p4-eats} 
+tr {09345.t} {09345.p2-thinks} -> {09345.p1} {09345.p5} 
+tr {09345.t0|09346.t4} : b9344 {09346.p4-eats} -> {09345.f} {09346.f} {09346.p2-thinks} 
+tr {09345.t2} {09345.f} {09345.p5} -> {09345.p6} 
+tr {09345.t3|09346.t1} : a9344 {09345.f} {09346.p1} -> {09346.p3} 
+tr {09346.e} {09346.p6} {09346.p3} -> {09346.p4-eats} 
+tr {09346.t} {09346.p2-thinks} -> {09346.p1} {09346.p5} 
+tr {09346.t0|09347.t4} : b9345 {09347.p4-eats} -> {09346.f} {09347.f} {09347.p2-thinks} 
+tr {09346.t2} {09346.f} {09346.p5} -> {09346.p6} 
+tr {09346.t3|09347.t1} : a9345 {09346.f} {09347.p1} -> {09347.p3} 
+tr {09347.e} {09347.p6} {09347.p3} -> {09347.p4-eats} 
+tr {09347.t} {09347.p2-thinks} -> {09347.p1} {09347.p5} 
+tr {09347.t0|09348.t4} : b9346 {09348.p4-eats} -> {09347.f} {09348.f} {09348.p2-thinks} 
+tr {09347.t2} {09347.f} {09347.p5} -> {09347.p6} 
+tr {09347.t3|09348.t1} : a9346 {09347.f} {09348.p1} -> {09348.p3} 
+tr {09348.e} {09348.p6} {09348.p3} -> {09348.p4-eats} 
+tr {09348.t} {09348.p2-thinks} -> {09348.p1} {09348.p5} 
+tr {09348.t0|09349.t4} : b9347 {09349.p4-eats} -> {09348.f} {09349.f} {09349.p2-thinks} 
+tr {09348.t2} {09348.f} {09348.p5} -> {09348.p6} 
+tr {09348.t3|09349.t1} : a9347 {09348.f} {09349.p1} -> {09349.p3} 
+tr {09349.e} {09349.p6} {09349.p3} -> {09349.p4-eats} 
+tr {09349.t} {09349.p2-thinks} -> {09349.p1} {09349.p5} 
+tr {09349.t0|09350.t4} : b9348 {09350.p4-eats} -> {09349.f} {09350.f} {09350.p2-thinks} 
+tr {09349.t2} {09349.f} {09349.p5} -> {09349.p6} 
+tr {09349.t3|09350.t1} : a9348 {09349.f} {09350.p1} -> {09350.p3} 
+tr {09350.e} {09350.p6} {09350.p3} -> {09350.p4-eats} 
+tr {09350.t} {09350.p2-thinks} -> {09350.p1} {09350.p5} 
+tr {09350.t0|09351.t4} : b9349 {09351.p4-eats} -> {09350.f} {09351.f} {09351.p2-thinks} 
+tr {09350.t2} {09350.f} {09350.p5} -> {09350.p6} 
+tr {09350.t3|09351.t1} : a9349 {09350.f} {09351.p1} -> {09351.p3} 
+tr {09351.e} {09351.p6} {09351.p3} -> {09351.p4-eats} 
+tr {09351.t} {09351.p2-thinks} -> {09351.p1} {09351.p5} 
+tr {09351.t0|09352.t4} : b9350 {09352.p4-eats} -> {09351.f} {09352.f} {09352.p2-thinks} 
+tr {09351.t2} {09351.f} {09351.p5} -> {09351.p6} 
+tr {09351.t3|09352.t1} : a9350 {09351.f} {09352.p1} -> {09352.p3} 
+tr {09352.e} {09352.p6} {09352.p3} -> {09352.p4-eats} 
+tr {09352.t} {09352.p2-thinks} -> {09352.p1} {09352.p5} 
+tr {09352.t0|09353.t4} : b9351 {09353.p4-eats} -> {09352.f} {09353.f} {09353.p2-thinks} 
+tr {09352.t2} {09352.f} {09352.p5} -> {09352.p6} 
+tr {09352.t3|09353.t1} : a9351 {09352.f} {09353.p1} -> {09353.p3} 
+tr {09353.e} {09353.p6} {09353.p3} -> {09353.p4-eats} 
+tr {09353.t} {09353.p2-thinks} -> {09353.p1} {09353.p5} 
+tr {09353.t0|09354.t4} : b9352 {09354.p4-eats} -> {09353.f} {09354.f} {09354.p2-thinks} 
+tr {09353.t2} {09353.f} {09353.p5} -> {09353.p6} 
+tr {09353.t3|09354.t1} : a9352 {09353.f} {09354.p1} -> {09354.p3} 
+tr {09354.e} {09354.p6} {09354.p3} -> {09354.p4-eats} 
+tr {09354.t} {09354.p2-thinks} -> {09354.p1} {09354.p5} 
+tr {09354.t0|09355.t4} : b9353 {09355.p4-eats} -> {09354.f} {09355.f} {09355.p2-thinks} 
+tr {09354.t2} {09354.f} {09354.p5} -> {09354.p6} 
+tr {09354.t3|09355.t1} : a9353 {09354.f} {09355.p1} -> {09355.p3} 
+tr {09355.e} {09355.p6} {09355.p3} -> {09355.p4-eats} 
+tr {09355.t} {09355.p2-thinks} -> {09355.p1} {09355.p5} 
+tr {09355.t0|09356.t4} : b9354 {09356.p4-eats} -> {09355.f} {09356.f} {09356.p2-thinks} 
+tr {09355.t2} {09355.f} {09355.p5} -> {09355.p6} 
+tr {09355.t3|09356.t1} : a9354 {09355.f} {09356.p1} -> {09356.p3} 
+tr {09356.e} {09356.p6} {09356.p3} -> {09356.p4-eats} 
+tr {09356.t} {09356.p2-thinks} -> {09356.p1} {09356.p5} 
+tr {09356.t0|09357.t4} : b9355 {09357.p4-eats} -> {09356.f} {09357.f} {09357.p2-thinks} 
+tr {09356.t2} {09356.f} {09356.p5} -> {09356.p6} 
+tr {09356.t3|09357.t1} : a9355 {09356.f} {09357.p1} -> {09357.p3} 
+tr {09357.e} {09357.p6} {09357.p3} -> {09357.p4-eats} 
+tr {09357.t} {09357.p2-thinks} -> {09357.p1} {09357.p5} 
+tr {09357.t0|09358.t4} : b9356 {09358.p4-eats} -> {09357.f} {09358.f} {09358.p2-thinks} 
+tr {09357.t2} {09357.f} {09357.p5} -> {09357.p6} 
+tr {09357.t3|09358.t1} : a9356 {09357.f} {09358.p1} -> {09358.p3} 
+tr {09358.e} {09358.p6} {09358.p3} -> {09358.p4-eats} 
+tr {09358.t} {09358.p2-thinks} -> {09358.p1} {09358.p5} 
+tr {09358.t0|09359.t4} : b9357 {09359.p4-eats} -> {09358.f} {09359.f} {09359.p2-thinks} 
+tr {09358.t2} {09358.f} {09358.p5} -> {09358.p6} 
+tr {09358.t3|09359.t1} : a9357 {09358.f} {09359.p1} -> {09359.p3} 
+tr {09359.e} {09359.p6} {09359.p3} -> {09359.p4-eats} 
+tr {09359.t} {09359.p2-thinks} -> {09359.p1} {09359.p5} 
+tr {09359.t0|09360.t4} : b9358 {09360.p4-eats} -> {09359.f} {09360.f} {09360.p2-thinks} 
+tr {09359.t2} {09359.f} {09359.p5} -> {09359.p6} 
+tr {09359.t3|09360.t1} : a9358 {09359.f} {09360.p1} -> {09360.p3} 
+tr {09360.e} {09360.p6} {09360.p3} -> {09360.p4-eats} 
+tr {09360.t} {09360.p2-thinks} -> {09360.p1} {09360.p5} 
+tr {09360.t0|09361.t4} : b9359 {09361.p4-eats} -> {09360.f} {09361.f} {09361.p2-thinks} 
+tr {09360.t2} {09360.f} {09360.p5} -> {09360.p6} 
+tr {09360.t3|09361.t1} : a9359 {09360.f} {09361.p1} -> {09361.p3} 
+tr {09361.e} {09361.p6} {09361.p3} -> {09361.p4-eats} 
+tr {09361.t} {09361.p2-thinks} -> {09361.p1} {09361.p5} 
+tr {09361.t0|09362.t4} : b9360 {09362.p4-eats} -> {09361.f} {09362.f} {09362.p2-thinks} 
+tr {09361.t2} {09361.f} {09361.p5} -> {09361.p6} 
+tr {09361.t3|09362.t1} : a9360 {09361.f} {09362.p1} -> {09362.p3} 
+tr {09362.e} {09362.p6} {09362.p3} -> {09362.p4-eats} 
+tr {09362.t} {09362.p2-thinks} -> {09362.p1} {09362.p5} 
+tr {09362.t0|09363.t4} : b9361 {09363.p4-eats} -> {09362.f} {09363.f} {09363.p2-thinks} 
+tr {09362.t2} {09362.f} {09362.p5} -> {09362.p6} 
+tr {09362.t3|09363.t1} : a9361 {09362.f} {09363.p1} -> {09363.p3} 
+tr {09363.e} {09363.p6} {09363.p3} -> {09363.p4-eats} 
+tr {09363.t} {09363.p2-thinks} -> {09363.p1} {09363.p5} 
+tr {09363.t0|09364.t4} : b9362 {09364.p4-eats} -> {09363.f} {09364.f} {09364.p2-thinks} 
+tr {09363.t2} {09363.f} {09363.p5} -> {09363.p6} 
+tr {09363.t3|09364.t1} : a9362 {09363.f} {09364.p1} -> {09364.p3} 
+tr {09364.e} {09364.p6} {09364.p3} -> {09364.p4-eats} 
+tr {09364.t} {09364.p2-thinks} -> {09364.p1} {09364.p5} 
+tr {09364.t0|09365.t4} : b9363 {09365.p4-eats} -> {09364.f} {09365.f} {09365.p2-thinks} 
+tr {09364.t2} {09364.f} {09364.p5} -> {09364.p6} 
+tr {09364.t3|09365.t1} : a9363 {09364.f} {09365.p1} -> {09365.p3} 
+tr {09365.e} {09365.p6} {09365.p3} -> {09365.p4-eats} 
+tr {09365.t} {09365.p2-thinks} -> {09365.p1} {09365.p5} 
+tr {09365.t0|09366.t4} : b9364 {09366.p4-eats} -> {09365.f} {09366.f} {09366.p2-thinks} 
+tr {09365.t2} {09365.f} {09365.p5} -> {09365.p6} 
+tr {09365.t3|09366.t1} : a9364 {09365.f} {09366.p1} -> {09366.p3} 
+tr {09366.e} {09366.p6} {09366.p3} -> {09366.p4-eats} 
+tr {09366.t} {09366.p2-thinks} -> {09366.p1} {09366.p5} 
+tr {09366.t0|09367.t4} : b9365 {09367.p4-eats} -> {09366.f} {09367.f} {09367.p2-thinks} 
+tr {09366.t2} {09366.f} {09366.p5} -> {09366.p6} 
+tr {09366.t3|09367.t1} : a9365 {09366.f} {09367.p1} -> {09367.p3} 
+tr {09367.e} {09367.p6} {09367.p3} -> {09367.p4-eats} 
+tr {09367.t} {09367.p2-thinks} -> {09367.p1} {09367.p5} 
+tr {09367.t0|09368.t4} : b9366 {09368.p4-eats} -> {09367.f} {09368.f} {09368.p2-thinks} 
+tr {09367.t2} {09367.f} {09367.p5} -> {09367.p6} 
+tr {09367.t3|09368.t1} : a9366 {09367.f} {09368.p1} -> {09368.p3} 
+tr {09368.e} {09368.p6} {09368.p3} -> {09368.p4-eats} 
+tr {09368.t} {09368.p2-thinks} -> {09368.p1} {09368.p5} 
+tr {09368.t0|09369.t4} : b9367 {09369.p4-eats} -> {09368.f} {09369.f} {09369.p2-thinks} 
+tr {09368.t2} {09368.f} {09368.p5} -> {09368.p6} 
+tr {09368.t3|09369.t1} : a9367 {09368.f} {09369.p1} -> {09369.p3} 
+tr {09369.e} {09369.p6} {09369.p3} -> {09369.p4-eats} 
+tr {09369.t} {09369.p2-thinks} -> {09369.p1} {09369.p5} 
+tr {09369.t0|09370.t4} : b9368 {09370.p4-eats} -> {09369.f} {09370.f} {09370.p2-thinks} 
+tr {09369.t2} {09369.f} {09369.p5} -> {09369.p6} 
+tr {09369.t3|09370.t1} : a9368 {09369.f} {09370.p1} -> {09370.p3} 
+tr {09370.e} {09370.p6} {09370.p3} -> {09370.p4-eats} 
+tr {09370.t} {09370.p2-thinks} -> {09370.p1} {09370.p5} 
+tr {09370.t0|09371.t4} : b9369 {09371.p4-eats} -> {09370.f} {09371.f} {09371.p2-thinks} 
+tr {09370.t2} {09370.f} {09370.p5} -> {09370.p6} 
+tr {09370.t3|09371.t1} : a9369 {09370.f} {09371.p1} -> {09371.p3} 
+tr {09371.e} {09371.p6} {09371.p3} -> {09371.p4-eats} 
+tr {09371.t} {09371.p2-thinks} -> {09371.p1} {09371.p5} 
+tr {09371.t0|09372.t4} : b9370 {09372.p4-eats} -> {09371.f} {09372.f} {09372.p2-thinks} 
+tr {09371.t2} {09371.f} {09371.p5} -> {09371.p6} 
+tr {09371.t3|09372.t1} : a9370 {09371.f} {09372.p1} -> {09372.p3} 
+tr {09372.e} {09372.p6} {09372.p3} -> {09372.p4-eats} 
+tr {09372.t} {09372.p2-thinks} -> {09372.p1} {09372.p5} 
+tr {09372.t0|09373.t4} : b9371 {09373.p4-eats} -> {09372.f} {09373.f} {09373.p2-thinks} 
+tr {09372.t2} {09372.f} {09372.p5} -> {09372.p6} 
+tr {09372.t3|09373.t1} : a9371 {09372.f} {09373.p1} -> {09373.p3} 
+tr {09373.e} {09373.p6} {09373.p3} -> {09373.p4-eats} 
+tr {09373.t} {09373.p2-thinks} -> {09373.p1} {09373.p5} 
+tr {09373.t0|09374.t4} : b9372 {09374.p4-eats} -> {09373.f} {09374.f} {09374.p2-thinks} 
+tr {09373.t2} {09373.f} {09373.p5} -> {09373.p6} 
+tr {09373.t3|09374.t1} : a9372 {09373.f} {09374.p1} -> {09374.p3} 
+tr {09374.e} {09374.p6} {09374.p3} -> {09374.p4-eats} 
+tr {09374.t} {09374.p2-thinks} -> {09374.p1} {09374.p5} 
+tr {09374.t0|09375.t4} : b9373 {09375.p4-eats} -> {09374.f} {09375.f} {09375.p2-thinks} 
+tr {09374.t2} {09374.f} {09374.p5} -> {09374.p6} 
+tr {09374.t3|09375.t1} : a9373 {09374.f} {09375.p1} -> {09375.p3} 
+tr {09375.e} {09375.p6} {09375.p3} -> {09375.p4-eats} 
+tr {09375.t} {09375.p2-thinks} -> {09375.p1} {09375.p5} 
+tr {09375.t0|09376.t4} : b9374 {09376.p4-eats} -> {09375.f} {09376.f} {09376.p2-thinks} 
+tr {09375.t2} {09375.f} {09375.p5} -> {09375.p6} 
+tr {09375.t3|09376.t1} : a9374 {09375.f} {09376.p1} -> {09376.p3} 
+tr {09376.e} {09376.p6} {09376.p3} -> {09376.p4-eats} 
+tr {09376.t} {09376.p2-thinks} -> {09376.p1} {09376.p5} 
+tr {09376.t0|09377.t4} : b9375 {09377.p4-eats} -> {09376.f} {09377.f} {09377.p2-thinks} 
+tr {09376.t2} {09376.f} {09376.p5} -> {09376.p6} 
+tr {09376.t3|09377.t1} : a9375 {09376.f} {09377.p1} -> {09377.p3} 
+tr {09377.e} {09377.p6} {09377.p3} -> {09377.p4-eats} 
+tr {09377.t} {09377.p2-thinks} -> {09377.p1} {09377.p5} 
+tr {09377.t0|09378.t4} : b9376 {09378.p4-eats} -> {09377.f} {09378.f} {09378.p2-thinks} 
+tr {09377.t2} {09377.f} {09377.p5} -> {09377.p6} 
+tr {09377.t3|09378.t1} : a9376 {09377.f} {09378.p1} -> {09378.p3} 
+tr {09378.e} {09378.p6} {09378.p3} -> {09378.p4-eats} 
+tr {09378.t} {09378.p2-thinks} -> {09378.p1} {09378.p5} 
+tr {09378.t0|09379.t4} : b9377 {09379.p4-eats} -> {09378.f} {09379.f} {09379.p2-thinks} 
+tr {09378.t2} {09378.f} {09378.p5} -> {09378.p6} 
+tr {09378.t3|09379.t1} : a9377 {09378.f} {09379.p1} -> {09379.p3} 
+tr {09379.e} {09379.p6} {09379.p3} -> {09379.p4-eats} 
+tr {09379.t} {09379.p2-thinks} -> {09379.p1} {09379.p5} 
+tr {09379.t0|09380.t4} : b9378 {09380.p4-eats} -> {09379.f} {09380.f} {09380.p2-thinks} 
+tr {09379.t2} {09379.f} {09379.p5} -> {09379.p6} 
+tr {09379.t3|09380.t1} : a9378 {09379.f} {09380.p1} -> {09380.p3} 
+tr {09380.e} {09380.p6} {09380.p3} -> {09380.p4-eats} 
+tr {09380.t} {09380.p2-thinks} -> {09380.p1} {09380.p5} 
+tr {09380.t0|09381.t4} : b9379 {09381.p4-eats} -> {09380.f} {09381.f} {09381.p2-thinks} 
+tr {09380.t2} {09380.f} {09380.p5} -> {09380.p6} 
+tr {09380.t3|09381.t1} : a9379 {09380.f} {09381.p1} -> {09381.p3} 
+tr {09381.e} {09381.p6} {09381.p3} -> {09381.p4-eats} 
+tr {09381.t} {09381.p2-thinks} -> {09381.p1} {09381.p5} 
+tr {09381.t0|09382.t4} : b9380 {09382.p4-eats} -> {09381.f} {09382.f} {09382.p2-thinks} 
+tr {09381.t2} {09381.f} {09381.p5} -> {09381.p6} 
+tr {09381.t3|09382.t1} : a9380 {09381.f} {09382.p1} -> {09382.p3} 
+tr {09382.e} {09382.p6} {09382.p3} -> {09382.p4-eats} 
+tr {09382.t} {09382.p2-thinks} -> {09382.p1} {09382.p5} 
+tr {09382.t0|09383.t4} : b9381 {09383.p4-eats} -> {09382.f} {09383.f} {09383.p2-thinks} 
+tr {09382.t2} {09382.f} {09382.p5} -> {09382.p6} 
+tr {09382.t3|09383.t1} : a9381 {09382.f} {09383.p1} -> {09383.p3} 
+tr {09383.e} {09383.p6} {09383.p3} -> {09383.p4-eats} 
+tr {09383.t} {09383.p2-thinks} -> {09383.p1} {09383.p5} 
+tr {09383.t0|09384.t4} : b9382 {09384.p4-eats} -> {09383.f} {09384.f} {09384.p2-thinks} 
+tr {09383.t2} {09383.f} {09383.p5} -> {09383.p6} 
+tr {09383.t3|09384.t1} : a9382 {09383.f} {09384.p1} -> {09384.p3} 
+tr {09384.e} {09384.p6} {09384.p3} -> {09384.p4-eats} 
+tr {09384.t} {09384.p2-thinks} -> {09384.p1} {09384.p5} 
+tr {09384.t0|09385.t4} : b9383 {09385.p4-eats} -> {09384.f} {09385.f} {09385.p2-thinks} 
+tr {09384.t2} {09384.f} {09384.p5} -> {09384.p6} 
+tr {09384.t3|09385.t1} : a9383 {09384.f} {09385.p1} -> {09385.p3} 
+tr {09385.e} {09385.p6} {09385.p3} -> {09385.p4-eats} 
+tr {09385.t} {09385.p2-thinks} -> {09385.p1} {09385.p5} 
+tr {09385.t0|09386.t4} : b9384 {09386.p4-eats} -> {09385.f} {09386.f} {09386.p2-thinks} 
+tr {09385.t2} {09385.f} {09385.p5} -> {09385.p6} 
+tr {09385.t3|09386.t1} : a9384 {09385.f} {09386.p1} -> {09386.p3} 
+tr {09386.e} {09386.p6} {09386.p3} -> {09386.p4-eats} 
+tr {09386.t} {09386.p2-thinks} -> {09386.p1} {09386.p5} 
+tr {09386.t0|09387.t4} : b9385 {09387.p4-eats} -> {09386.f} {09387.f} {09387.p2-thinks} 
+tr {09386.t2} {09386.f} {09386.p5} -> {09386.p6} 
+tr {09386.t3|09387.t1} : a9385 {09386.f} {09387.p1} -> {09387.p3} 
+tr {09387.e} {09387.p6} {09387.p3} -> {09387.p4-eats} 
+tr {09387.t} {09387.p2-thinks} -> {09387.p1} {09387.p5} 
+tr {09387.t0|09388.t4} : b9386 {09388.p4-eats} -> {09387.f} {09388.f} {09388.p2-thinks} 
+tr {09387.t2} {09387.f} {09387.p5} -> {09387.p6} 
+tr {09387.t3|09388.t1} : a9386 {09387.f} {09388.p1} -> {09388.p3} 
+tr {09388.e} {09388.p6} {09388.p3} -> {09388.p4-eats} 
+tr {09388.t} {09388.p2-thinks} -> {09388.p1} {09388.p5} 
+tr {09388.t0|09389.t4} : b9387 {09389.p4-eats} -> {09388.f} {09389.f} {09389.p2-thinks} 
+tr {09388.t2} {09388.f} {09388.p5} -> {09388.p6} 
+tr {09388.t3|09389.t1} : a9387 {09388.f} {09389.p1} -> {09389.p3} 
+tr {09389.e} {09389.p6} {09389.p3} -> {09389.p4-eats} 
+tr {09389.t} {09389.p2-thinks} -> {09389.p1} {09389.p5} 
+tr {09389.t0|09390.t4} : b9388 {09390.p4-eats} -> {09389.f} {09390.f} {09390.p2-thinks} 
+tr {09389.t2} {09389.f} {09389.p5} -> {09389.p6} 
+tr {09389.t3|09390.t1} : a9388 {09389.f} {09390.p1} -> {09390.p3} 
+tr {09390.e} {09390.p6} {09390.p3} -> {09390.p4-eats} 
+tr {09390.t} {09390.p2-thinks} -> {09390.p1} {09390.p5} 
+tr {09390.t0|09391.t4} : b9389 {09391.p4-eats} -> {09390.f} {09391.f} {09391.p2-thinks} 
+tr {09390.t2} {09390.f} {09390.p5} -> {09390.p6} 
+tr {09390.t3|09391.t1} : a9389 {09390.f} {09391.p1} -> {09391.p3} 
+tr {09391.e} {09391.p6} {09391.p3} -> {09391.p4-eats} 
+tr {09391.t} {09391.p2-thinks} -> {09391.p1} {09391.p5} 
+tr {09391.t0|09392.t4} : b9390 {09392.p4-eats} -> {09391.f} {09392.f} {09392.p2-thinks} 
+tr {09391.t2} {09391.f} {09391.p5} -> {09391.p6} 
+tr {09391.t3|09392.t1} : a9390 {09391.f} {09392.p1} -> {09392.p3} 
+tr {09392.e} {09392.p6} {09392.p3} -> {09392.p4-eats} 
+tr {09392.t} {09392.p2-thinks} -> {09392.p1} {09392.p5} 
+tr {09392.t0|09393.t4} : b9391 {09393.p4-eats} -> {09392.f} {09393.f} {09393.p2-thinks} 
+tr {09392.t2} {09392.f} {09392.p5} -> {09392.p6} 
+tr {09392.t3|09393.t1} : a9391 {09392.f} {09393.p1} -> {09393.p3} 
+tr {09393.e} {09393.p6} {09393.p3} -> {09393.p4-eats} 
+tr {09393.t} {09393.p2-thinks} -> {09393.p1} {09393.p5} 
+tr {09393.t0|09394.t4} : b9392 {09394.p4-eats} -> {09393.f} {09394.f} {09394.p2-thinks} 
+tr {09393.t2} {09393.f} {09393.p5} -> {09393.p6} 
+tr {09393.t3|09394.t1} : a9392 {09393.f} {09394.p1} -> {09394.p3} 
+tr {09394.e} {09394.p6} {09394.p3} -> {09394.p4-eats} 
+tr {09394.t} {09394.p2-thinks} -> {09394.p1} {09394.p5} 
+tr {09394.t0|09395.t4} : b9393 {09395.p4-eats} -> {09394.f} {09395.f} {09395.p2-thinks} 
+tr {09394.t2} {09394.f} {09394.p5} -> {09394.p6} 
+tr {09394.t3|09395.t1} : a9393 {09394.f} {09395.p1} -> {09395.p3} 
+tr {09395.e} {09395.p6} {09395.p3} -> {09395.p4-eats} 
+tr {09395.t} {09395.p2-thinks} -> {09395.p1} {09395.p5} 
+tr {09395.t0|09396.t4} : b9394 {09396.p4-eats} -> {09395.f} {09396.f} {09396.p2-thinks} 
+tr {09395.t2} {09395.f} {09395.p5} -> {09395.p6} 
+tr {09395.t3|09396.t1} : a9394 {09395.f} {09396.p1} -> {09396.p3} 
+tr {09396.e} {09396.p6} {09396.p3} -> {09396.p4-eats} 
+tr {09396.t} {09396.p2-thinks} -> {09396.p1} {09396.p5} 
+tr {09396.t0|09397.t4} : b9395 {09397.p4-eats} -> {09396.f} {09397.f} {09397.p2-thinks} 
+tr {09396.t2} {09396.f} {09396.p5} -> {09396.p6} 
+tr {09396.t3|09397.t1} : a9395 {09396.f} {09397.p1} -> {09397.p3} 
+tr {09397.e} {09397.p6} {09397.p3} -> {09397.p4-eats} 
+tr {09397.t} {09397.p2-thinks} -> {09397.p1} {09397.p5} 
+tr {09397.t0|09398.t4} : b9396 {09398.p4-eats} -> {09397.f} {09398.f} {09398.p2-thinks} 
+tr {09397.t2} {09397.f} {09397.p5} -> {09397.p6} 
+tr {09397.t3|09398.t1} : a9396 {09397.f} {09398.p1} -> {09398.p3} 
+tr {09398.e} {09398.p6} {09398.p3} -> {09398.p4-eats} 
+tr {09398.t} {09398.p2-thinks} -> {09398.p1} {09398.p5} 
+tr {09398.t0|09399.t4} : b9397 {09399.p4-eats} -> {09398.f} {09399.f} {09399.p2-thinks} 
+tr {09398.t2} {09398.f} {09398.p5} -> {09398.p6} 
+tr {09398.t3|09399.t1} : a9397 {09398.f} {09399.p1} -> {09399.p3} 
+tr {09399.e} {09399.p6} {09399.p3} -> {09399.p4-eats} 
+tr {09399.t} {09399.p2-thinks} -> {09399.p1} {09399.p5} 
+tr {09399.t0|09400.t4} : b9398 {09400.p4-eats} -> {09399.f} {09400.f} {09400.p2-thinks} 
+tr {09399.t2} {09399.f} {09399.p5} -> {09399.p6} 
+tr {09399.t3|09400.t1} : a9398 {09399.f} {09400.p1} -> {09400.p3} 
+tr {09400.e} {09400.p6} {09400.p3} -> {09400.p4-eats} 
+tr {09400.t} {09400.p2-thinks} -> {09400.p1} {09400.p5} 
+tr {09400.t0|09401.t4} : b9399 {09401.p4-eats} -> {09400.f} {09401.f} {09401.p2-thinks} 
+tr {09400.t2} {09400.f} {09400.p5} -> {09400.p6} 
+tr {09400.t3|09401.t1} : a9399 {09400.f} {09401.p1} -> {09401.p3} 
+tr {09401.e} {09401.p6} {09401.p3} -> {09401.p4-eats} 
+tr {09401.t} {09401.p2-thinks} -> {09401.p1} {09401.p5} 
+tr {09401.t0|09402.t4} : b9400 {09402.p4-eats} -> {09401.f} {09402.f} {09402.p2-thinks} 
+tr {09401.t2} {09401.f} {09401.p5} -> {09401.p6} 
+tr {09401.t3|09402.t1} : a9400 {09401.f} {09402.p1} -> {09402.p3} 
+tr {09402.e} {09402.p6} {09402.p3} -> {09402.p4-eats} 
+tr {09402.t} {09402.p2-thinks} -> {09402.p1} {09402.p5} 
+tr {09402.t0|09403.t4} : b9401 {09403.p4-eats} -> {09402.f} {09403.f} {09403.p2-thinks} 
+tr {09402.t2} {09402.f} {09402.p5} -> {09402.p6} 
+tr {09402.t3|09403.t1} : a9401 {09402.f} {09403.p1} -> {09403.p3} 
+tr {09403.e} {09403.p6} {09403.p3} -> {09403.p4-eats} 
+tr {09403.t} {09403.p2-thinks} -> {09403.p1} {09403.p5} 
+tr {09403.t0|09404.t4} : b9402 {09404.p4-eats} -> {09403.f} {09404.f} {09404.p2-thinks} 
+tr {09403.t2} {09403.f} {09403.p5} -> {09403.p6} 
+tr {09403.t3|09404.t1} : a9402 {09403.f} {09404.p1} -> {09404.p3} 
+tr {09404.e} {09404.p6} {09404.p3} -> {09404.p4-eats} 
+tr {09404.t} {09404.p2-thinks} -> {09404.p1} {09404.p5} 
+tr {09404.t0|09405.t4} : b9403 {09405.p4-eats} -> {09404.f} {09405.f} {09405.p2-thinks} 
+tr {09404.t2} {09404.f} {09404.p5} -> {09404.p6} 
+tr {09404.t3|09405.t1} : a9403 {09404.f} {09405.p1} -> {09405.p3} 
+tr {09405.e} {09405.p6} {09405.p3} -> {09405.p4-eats} 
+tr {09405.t} {09405.p2-thinks} -> {09405.p1} {09405.p5} 
+tr {09405.t0|09406.t4} : b9404 {09406.p4-eats} -> {09405.f} {09406.f} {09406.p2-thinks} 
+tr {09405.t2} {09405.f} {09405.p5} -> {09405.p6} 
+tr {09405.t3|09406.t1} : a9404 {09405.f} {09406.p1} -> {09406.p3} 
+tr {09406.e} {09406.p6} {09406.p3} -> {09406.p4-eats} 
+tr {09406.t} {09406.p2-thinks} -> {09406.p1} {09406.p5} 
+tr {09406.t0|09407.t4} : b9405 {09407.p4-eats} -> {09406.f} {09407.f} {09407.p2-thinks} 
+tr {09406.t2} {09406.f} {09406.p5} -> {09406.p6} 
+tr {09406.t3|09407.t1} : a9405 {09406.f} {09407.p1} -> {09407.p3} 
+tr {09407.e} {09407.p6} {09407.p3} -> {09407.p4-eats} 
+tr {09407.t} {09407.p2-thinks} -> {09407.p1} {09407.p5} 
+tr {09407.t0|09408.t4} : b9406 {09408.p4-eats} -> {09407.f} {09408.f} {09408.p2-thinks} 
+tr {09407.t2} {09407.f} {09407.p5} -> {09407.p6} 
+tr {09407.t3|09408.t1} : a9406 {09407.f} {09408.p1} -> {09408.p3} 
+tr {09408.e} {09408.p6} {09408.p3} -> {09408.p4-eats} 
+tr {09408.t} {09408.p2-thinks} -> {09408.p1} {09408.p5} 
+tr {09408.t0|09409.t4} : b9407 {09409.p4-eats} -> {09408.f} {09409.f} {09409.p2-thinks} 
+tr {09408.t2} {09408.f} {09408.p5} -> {09408.p6} 
+tr {09408.t3|09409.t1} : a9407 {09408.f} {09409.p1} -> {09409.p3} 
+tr {09409.e} {09409.p6} {09409.p3} -> {09409.p4-eats} 
+tr {09409.t} {09409.p2-thinks} -> {09409.p1} {09409.p5} 
+tr {09409.t0|09410.t4} : b9408 {09410.p4-eats} -> {09409.f} {09410.f} {09410.p2-thinks} 
+tr {09409.t2} {09409.f} {09409.p5} -> {09409.p6} 
+tr {09409.t3|09410.t1} : a9408 {09409.f} {09410.p1} -> {09410.p3} 
+tr {09410.e} {09410.p6} {09410.p3} -> {09410.p4-eats} 
+tr {09410.t} {09410.p2-thinks} -> {09410.p1} {09410.p5} 
+tr {09410.t0|09411.t4} : b9409 {09411.p4-eats} -> {09410.f} {09411.f} {09411.p2-thinks} 
+tr {09410.t2} {09410.f} {09410.p5} -> {09410.p6} 
+tr {09410.t3|09411.t1} : a9409 {09410.f} {09411.p1} -> {09411.p3} 
+tr {09411.e} {09411.p6} {09411.p3} -> {09411.p4-eats} 
+tr {09411.t} {09411.p2-thinks} -> {09411.p1} {09411.p5} 
+tr {09411.t0|09412.t4} : b9410 {09412.p4-eats} -> {09411.f} {09412.f} {09412.p2-thinks} 
+tr {09411.t2} {09411.f} {09411.p5} -> {09411.p6} 
+tr {09411.t3|09412.t1} : a9410 {09411.f} {09412.p1} -> {09412.p3} 
+tr {09412.e} {09412.p6} {09412.p3} -> {09412.p4-eats} 
+tr {09412.t} {09412.p2-thinks} -> {09412.p1} {09412.p5} 
+tr {09412.t0|09413.t4} : b9411 {09413.p4-eats} -> {09412.f} {09413.f} {09413.p2-thinks} 
+tr {09412.t2} {09412.f} {09412.p5} -> {09412.p6} 
+tr {09412.t3|09413.t1} : a9411 {09412.f} {09413.p1} -> {09413.p3} 
+tr {09413.e} {09413.p6} {09413.p3} -> {09413.p4-eats} 
+tr {09413.t} {09413.p2-thinks} -> {09413.p1} {09413.p5} 
+tr {09413.t0|09414.t4} : b9412 {09414.p4-eats} -> {09413.f} {09414.f} {09414.p2-thinks} 
+tr {09413.t2} {09413.f} {09413.p5} -> {09413.p6} 
+tr {09413.t3|09414.t1} : a9412 {09413.f} {09414.p1} -> {09414.p3} 
+tr {09414.e} {09414.p6} {09414.p3} -> {09414.p4-eats} 
+tr {09414.t} {09414.p2-thinks} -> {09414.p1} {09414.p5} 
+tr {09414.t0|09415.t4} : b9413 {09415.p4-eats} -> {09414.f} {09415.f} {09415.p2-thinks} 
+tr {09414.t2} {09414.f} {09414.p5} -> {09414.p6} 
+tr {09414.t3|09415.t1} : a9413 {09414.f} {09415.p1} -> {09415.p3} 
+tr {09415.e} {09415.p6} {09415.p3} -> {09415.p4-eats} 
+tr {09415.t} {09415.p2-thinks} -> {09415.p1} {09415.p5} 
+tr {09415.t0|09416.t4} : b9414 {09416.p4-eats} -> {09415.f} {09416.f} {09416.p2-thinks} 
+tr {09415.t2} {09415.f} {09415.p5} -> {09415.p6} 
+tr {09415.t3|09416.t1} : a9414 {09415.f} {09416.p1} -> {09416.p3} 
+tr {09416.e} {09416.p6} {09416.p3} -> {09416.p4-eats} 
+tr {09416.t} {09416.p2-thinks} -> {09416.p1} {09416.p5} 
+tr {09416.t0|09417.t4} : b9415 {09417.p4-eats} -> {09416.f} {09417.f} {09417.p2-thinks} 
+tr {09416.t2} {09416.f} {09416.p5} -> {09416.p6} 
+tr {09416.t3|09417.t1} : a9415 {09416.f} {09417.p1} -> {09417.p3} 
+tr {09417.e} {09417.p6} {09417.p3} -> {09417.p4-eats} 
+tr {09417.t} {09417.p2-thinks} -> {09417.p1} {09417.p5} 
+tr {09417.t0|09418.t4} : b9416 {09418.p4-eats} -> {09417.f} {09418.f} {09418.p2-thinks} 
+tr {09417.t2} {09417.f} {09417.p5} -> {09417.p6} 
+tr {09417.t3|09418.t1} : a9416 {09417.f} {09418.p1} -> {09418.p3} 
+tr {09418.e} {09418.p6} {09418.p3} -> {09418.p4-eats} 
+tr {09418.t} {09418.p2-thinks} -> {09418.p1} {09418.p5} 
+tr {09418.t0|09419.t4} : b9417 {09419.p4-eats} -> {09418.f} {09419.f} {09419.p2-thinks} 
+tr {09418.t2} {09418.f} {09418.p5} -> {09418.p6} 
+tr {09418.t3|09419.t1} : a9417 {09418.f} {09419.p1} -> {09419.p3} 
+tr {09419.e} {09419.p6} {09419.p3} -> {09419.p4-eats} 
+tr {09419.t} {09419.p2-thinks} -> {09419.p1} {09419.p5} 
+tr {09419.t0|09420.t4} : b9418 {09420.p4-eats} -> {09419.f} {09420.f} {09420.p2-thinks} 
+tr {09419.t2} {09419.f} {09419.p5} -> {09419.p6} 
+tr {09419.t3|09420.t1} : a9418 {09419.f} {09420.p1} -> {09420.p3} 
+tr {09420.e} {09420.p6} {09420.p3} -> {09420.p4-eats} 
+tr {09420.t} {09420.p2-thinks} -> {09420.p1} {09420.p5} 
+tr {09420.t0|09421.t4} : b9419 {09421.p4-eats} -> {09420.f} {09421.f} {09421.p2-thinks} 
+tr {09420.t2} {09420.f} {09420.p5} -> {09420.p6} 
+tr {09420.t3|09421.t1} : a9419 {09420.f} {09421.p1} -> {09421.p3} 
+tr {09421.e} {09421.p6} {09421.p3} -> {09421.p4-eats} 
+tr {09421.t} {09421.p2-thinks} -> {09421.p1} {09421.p5} 
+tr {09421.t0|09422.t4} : b9420 {09422.p4-eats} -> {09421.f} {09422.f} {09422.p2-thinks} 
+tr {09421.t2} {09421.f} {09421.p5} -> {09421.p6} 
+tr {09421.t3|09422.t1} : a9420 {09421.f} {09422.p1} -> {09422.p3} 
+tr {09422.e} {09422.p6} {09422.p3} -> {09422.p4-eats} 
+tr {09422.t} {09422.p2-thinks} -> {09422.p1} {09422.p5} 
+tr {09422.t0|09423.t4} : b9421 {09423.p4-eats} -> {09422.f} {09423.f} {09423.p2-thinks} 
+tr {09422.t2} {09422.f} {09422.p5} -> {09422.p6} 
+tr {09422.t3|09423.t1} : a9421 {09422.f} {09423.p1} -> {09423.p3} 
+tr {09423.e} {09423.p6} {09423.p3} -> {09423.p4-eats} 
+tr {09423.t} {09423.p2-thinks} -> {09423.p1} {09423.p5} 
+tr {09423.t0|09424.t4} : b9422 {09424.p4-eats} -> {09423.f} {09424.f} {09424.p2-thinks} 
+tr {09423.t2} {09423.f} {09423.p5} -> {09423.p6} 
+tr {09423.t3|09424.t1} : a9422 {09423.f} {09424.p1} -> {09424.p3} 
+tr {09424.e} {09424.p6} {09424.p3} -> {09424.p4-eats} 
+tr {09424.t} {09424.p2-thinks} -> {09424.p1} {09424.p5} 
+tr {09424.t0|09425.t4} : b9423 {09425.p4-eats} -> {09424.f} {09425.f} {09425.p2-thinks} 
+tr {09424.t2} {09424.f} {09424.p5} -> {09424.p6} 
+tr {09424.t3|09425.t1} : a9423 {09424.f} {09425.p1} -> {09425.p3} 
+tr {09425.e} {09425.p6} {09425.p3} -> {09425.p4-eats} 
+tr {09425.t} {09425.p2-thinks} -> {09425.p1} {09425.p5} 
+tr {09425.t0|09426.t4} : b9424 {09426.p4-eats} -> {09425.f} {09426.f} {09426.p2-thinks} 
+tr {09425.t2} {09425.f} {09425.p5} -> {09425.p6} 
+tr {09425.t3|09426.t1} : a9424 {09425.f} {09426.p1} -> {09426.p3} 
+tr {09426.e} {09426.p6} {09426.p3} -> {09426.p4-eats} 
+tr {09426.t} {09426.p2-thinks} -> {09426.p1} {09426.p5} 
+tr {09426.t0|09427.t4} : b9425 {09427.p4-eats} -> {09426.f} {09427.f} {09427.p2-thinks} 
+tr {09426.t2} {09426.f} {09426.p5} -> {09426.p6} 
+tr {09426.t3|09427.t1} : a9425 {09426.f} {09427.p1} -> {09427.p3} 
+tr {09427.e} {09427.p6} {09427.p3} -> {09427.p4-eats} 
+tr {09427.t} {09427.p2-thinks} -> {09427.p1} {09427.p5} 
+tr {09427.t0|09428.t4} : b9426 {09428.p4-eats} -> {09427.f} {09428.f} {09428.p2-thinks} 
+tr {09427.t2} {09427.f} {09427.p5} -> {09427.p6} 
+tr {09427.t3|09428.t1} : a9426 {09427.f} {09428.p1} -> {09428.p3} 
+tr {09428.e} {09428.p6} {09428.p3} -> {09428.p4-eats} 
+tr {09428.t} {09428.p2-thinks} -> {09428.p1} {09428.p5} 
+tr {09428.t0|09429.t4} : b9427 {09429.p4-eats} -> {09428.f} {09429.f} {09429.p2-thinks} 
+tr {09428.t2} {09428.f} {09428.p5} -> {09428.p6} 
+tr {09428.t3|09429.t1} : a9427 {09428.f} {09429.p1} -> {09429.p3} 
+tr {09429.e} {09429.p6} {09429.p3} -> {09429.p4-eats} 
+tr {09429.t} {09429.p2-thinks} -> {09429.p1} {09429.p5} 
+tr {09429.t0|09430.t4} : b9428 {09430.p4-eats} -> {09429.f} {09430.f} {09430.p2-thinks} 
+tr {09429.t2} {09429.f} {09429.p5} -> {09429.p6} 
+tr {09429.t3|09430.t1} : a9428 {09429.f} {09430.p1} -> {09430.p3} 
+tr {09430.e} {09430.p6} {09430.p3} -> {09430.p4-eats} 
+tr {09430.t} {09430.p2-thinks} -> {09430.p1} {09430.p5} 
+tr {09430.t0|09431.t4} : b9429 {09431.p4-eats} -> {09430.f} {09431.f} {09431.p2-thinks} 
+tr {09430.t2} {09430.f} {09430.p5} -> {09430.p6} 
+tr {09430.t3|09431.t1} : a9429 {09430.f} {09431.p1} -> {09431.p3} 
+tr {09431.e} {09431.p6} {09431.p3} -> {09431.p4-eats} 
+tr {09431.t} {09431.p2-thinks} -> {09431.p1} {09431.p5} 
+tr {09431.t0|09432.t4} : b9430 {09432.p4-eats} -> {09431.f} {09432.f} {09432.p2-thinks} 
+tr {09431.t2} {09431.f} {09431.p5} -> {09431.p6} 
+tr {09431.t3|09432.t1} : a9430 {09431.f} {09432.p1} -> {09432.p3} 
+tr {09432.e} {09432.p6} {09432.p3} -> {09432.p4-eats} 
+tr {09432.t} {09432.p2-thinks} -> {09432.p1} {09432.p5} 
+tr {09432.t0|09433.t4} : b9431 {09433.p4-eats} -> {09432.f} {09433.f} {09433.p2-thinks} 
+tr {09432.t2} {09432.f} {09432.p5} -> {09432.p6} 
+tr {09432.t3|09433.t1} : a9431 {09432.f} {09433.p1} -> {09433.p3} 
+tr {09433.e} {09433.p6} {09433.p3} -> {09433.p4-eats} 
+tr {09433.t} {09433.p2-thinks} -> {09433.p1} {09433.p5} 
+tr {09433.t0|09434.t4} : b9432 {09434.p4-eats} -> {09433.f} {09434.f} {09434.p2-thinks} 
+tr {09433.t2} {09433.f} {09433.p5} -> {09433.p6} 
+tr {09433.t3|09434.t1} : a9432 {09433.f} {09434.p1} -> {09434.p3} 
+tr {09434.e} {09434.p6} {09434.p3} -> {09434.p4-eats} 
+tr {09434.t} {09434.p2-thinks} -> {09434.p1} {09434.p5} 
+tr {09434.t0|09435.t4} : b9433 {09435.p4-eats} -> {09434.f} {09435.f} {09435.p2-thinks} 
+tr {09434.t2} {09434.f} {09434.p5} -> {09434.p6} 
+tr {09434.t3|09435.t1} : a9433 {09434.f} {09435.p1} -> {09435.p3} 
+tr {09435.e} {09435.p6} {09435.p3} -> {09435.p4-eats} 
+tr {09435.t} {09435.p2-thinks} -> {09435.p1} {09435.p5} 
+tr {09435.t0|09436.t4} : b9434 {09436.p4-eats} -> {09435.f} {09436.f} {09436.p2-thinks} 
+tr {09435.t2} {09435.f} {09435.p5} -> {09435.p6} 
+tr {09435.t3|09436.t1} : a9434 {09435.f} {09436.p1} -> {09436.p3} 
+tr {09436.e} {09436.p6} {09436.p3} -> {09436.p4-eats} 
+tr {09436.t} {09436.p2-thinks} -> {09436.p1} {09436.p5} 
+tr {09436.t0|09437.t4} : b9435 {09437.p4-eats} -> {09436.f} {09437.f} {09437.p2-thinks} 
+tr {09436.t2} {09436.f} {09436.p5} -> {09436.p6} 
+tr {09436.t3|09437.t1} : a9435 {09436.f} {09437.p1} -> {09437.p3} 
+tr {09437.e} {09437.p6} {09437.p3} -> {09437.p4-eats} 
+tr {09437.t} {09437.p2-thinks} -> {09437.p1} {09437.p5} 
+tr {09437.t0|09438.t4} : b9436 {09438.p4-eats} -> {09437.f} {09438.f} {09438.p2-thinks} 
+tr {09437.t2} {09437.f} {09437.p5} -> {09437.p6} 
+tr {09437.t3|09438.t1} : a9436 {09437.f} {09438.p1} -> {09438.p3} 
+tr {09438.e} {09438.p6} {09438.p3} -> {09438.p4-eats} 
+tr {09438.t} {09438.p2-thinks} -> {09438.p1} {09438.p5} 
+tr {09438.t0|09439.t4} : b9437 {09439.p4-eats} -> {09438.f} {09439.f} {09439.p2-thinks} 
+tr {09438.t2} {09438.f} {09438.p5} -> {09438.p6} 
+tr {09438.t3|09439.t1} : a9437 {09438.f} {09439.p1} -> {09439.p3} 
+tr {09439.e} {09439.p6} {09439.p3} -> {09439.p4-eats} 
+tr {09439.t} {09439.p2-thinks} -> {09439.p1} {09439.p5} 
+tr {09439.t0|09440.t4} : b9438 {09440.p4-eats} -> {09439.f} {09440.f} {09440.p2-thinks} 
+tr {09439.t2} {09439.f} {09439.p5} -> {09439.p6} 
+tr {09439.t3|09440.t1} : a9438 {09439.f} {09440.p1} -> {09440.p3} 
+tr {09440.e} {09440.p6} {09440.p3} -> {09440.p4-eats} 
+tr {09440.t} {09440.p2-thinks} -> {09440.p1} {09440.p5} 
+tr {09440.t0|09441.t4} : b9439 {09441.p4-eats} -> {09440.f} {09441.f} {09441.p2-thinks} 
+tr {09440.t2} {09440.f} {09440.p5} -> {09440.p6} 
+tr {09440.t3|09441.t1} : a9439 {09440.f} {09441.p1} -> {09441.p3} 
+tr {09441.e} {09441.p6} {09441.p3} -> {09441.p4-eats} 
+tr {09441.t} {09441.p2-thinks} -> {09441.p1} {09441.p5} 
+tr {09441.t0|09442.t4} : b9440 {09442.p4-eats} -> {09441.f} {09442.f} {09442.p2-thinks} 
+tr {09441.t2} {09441.f} {09441.p5} -> {09441.p6} 
+tr {09441.t3|09442.t1} : a9440 {09441.f} {09442.p1} -> {09442.p3} 
+tr {09442.e} {09442.p6} {09442.p3} -> {09442.p4-eats} 
+tr {09442.t} {09442.p2-thinks} -> {09442.p1} {09442.p5} 
+tr {09442.t0|09443.t4} : b9441 {09443.p4-eats} -> {09442.f} {09443.f} {09443.p2-thinks} 
+tr {09442.t2} {09442.f} {09442.p5} -> {09442.p6} 
+tr {09442.t3|09443.t1} : a9441 {09442.f} {09443.p1} -> {09443.p3} 
+tr {09443.e} {09443.p6} {09443.p3} -> {09443.p4-eats} 
+tr {09443.t} {09443.p2-thinks} -> {09443.p1} {09443.p5} 
+tr {09443.t0|09444.t4} : b9442 {09444.p4-eats} -> {09443.f} {09444.f} {09444.p2-thinks} 
+tr {09443.t2} {09443.f} {09443.p5} -> {09443.p6} 
+tr {09443.t3|09444.t1} : a9442 {09443.f} {09444.p1} -> {09444.p3} 
+tr {09444.e} {09444.p6} {09444.p3} -> {09444.p4-eats} 
+tr {09444.t} {09444.p2-thinks} -> {09444.p1} {09444.p5} 
+tr {09444.t0|09445.t4} : b9443 {09445.p4-eats} -> {09444.f} {09445.f} {09445.p2-thinks} 
+tr {09444.t2} {09444.f} {09444.p5} -> {09444.p6} 
+tr {09444.t3|09445.t1} : a9443 {09444.f} {09445.p1} -> {09445.p3} 
+tr {09445.e} {09445.p6} {09445.p3} -> {09445.p4-eats} 
+tr {09445.t} {09445.p2-thinks} -> {09445.p1} {09445.p5} 
+tr {09445.t0|09446.t4} : b9444 {09446.p4-eats} -> {09445.f} {09446.f} {09446.p2-thinks} 
+tr {09445.t2} {09445.f} {09445.p5} -> {09445.p6} 
+tr {09445.t3|09446.t1} : a9444 {09445.f} {09446.p1} -> {09446.p3} 
+tr {09446.e} {09446.p6} {09446.p3} -> {09446.p4-eats} 
+tr {09446.t} {09446.p2-thinks} -> {09446.p1} {09446.p5} 
+tr {09446.t0|09447.t4} : b9445 {09447.p4-eats} -> {09446.f} {09447.f} {09447.p2-thinks} 
+tr {09446.t2} {09446.f} {09446.p5} -> {09446.p6} 
+tr {09446.t3|09447.t1} : a9445 {09446.f} {09447.p1} -> {09447.p3} 
+tr {09447.e} {09447.p6} {09447.p3} -> {09447.p4-eats} 
+tr {09447.t} {09447.p2-thinks} -> {09447.p1} {09447.p5} 
+tr {09447.t0|09448.t4} : b9446 {09448.p4-eats} -> {09447.f} {09448.f} {09448.p2-thinks} 
+tr {09447.t2} {09447.f} {09447.p5} -> {09447.p6} 
+tr {09447.t3|09448.t1} : a9446 {09447.f} {09448.p1} -> {09448.p3} 
+tr {09448.e} {09448.p6} {09448.p3} -> {09448.p4-eats} 
+tr {09448.t} {09448.p2-thinks} -> {09448.p1} {09448.p5} 
+tr {09448.t0|09449.t4} : b9447 {09449.p4-eats} -> {09448.f} {09449.f} {09449.p2-thinks} 
+tr {09448.t2} {09448.f} {09448.p5} -> {09448.p6} 
+tr {09448.t3|09449.t1} : a9447 {09448.f} {09449.p1} -> {09449.p3} 
+tr {09449.e} {09449.p6} {09449.p3} -> {09449.p4-eats} 
+tr {09449.t} {09449.p2-thinks} -> {09449.p1} {09449.p5} 
+tr {09449.t0|09450.t4} : b9448 {09450.p4-eats} -> {09449.f} {09450.f} {09450.p2-thinks} 
+tr {09449.t2} {09449.f} {09449.p5} -> {09449.p6} 
+tr {09449.t3|09450.t1} : a9448 {09449.f} {09450.p1} -> {09450.p3} 
+tr {09450.e} {09450.p6} {09450.p3} -> {09450.p4-eats} 
+tr {09450.t} {09450.p2-thinks} -> {09450.p1} {09450.p5} 
+tr {09450.t0|09451.t4} : b9449 {09451.p4-eats} -> {09450.f} {09451.f} {09451.p2-thinks} 
+tr {09450.t2} {09450.f} {09450.p5} -> {09450.p6} 
+tr {09450.t3|09451.t1} : a9449 {09450.f} {09451.p1} -> {09451.p3} 
+tr {09451.e} {09451.p6} {09451.p3} -> {09451.p4-eats} 
+tr {09451.t} {09451.p2-thinks} -> {09451.p1} {09451.p5} 
+tr {09451.t0|09452.t4} : b9450 {09452.p4-eats} -> {09451.f} {09452.f} {09452.p2-thinks} 
+tr {09451.t2} {09451.f} {09451.p5} -> {09451.p6} 
+tr {09451.t3|09452.t1} : a9450 {09451.f} {09452.p1} -> {09452.p3} 
+tr {09452.e} {09452.p6} {09452.p3} -> {09452.p4-eats} 
+tr {09452.t} {09452.p2-thinks} -> {09452.p1} {09452.p5} 
+tr {09452.t0|09453.t4} : b9451 {09453.p4-eats} -> {09452.f} {09453.f} {09453.p2-thinks} 
+tr {09452.t2} {09452.f} {09452.p5} -> {09452.p6} 
+tr {09452.t3|09453.t1} : a9451 {09452.f} {09453.p1} -> {09453.p3} 
+tr {09453.e} {09453.p6} {09453.p3} -> {09453.p4-eats} 
+tr {09453.t} {09453.p2-thinks} -> {09453.p1} {09453.p5} 
+tr {09453.t0|09454.t4} : b9452 {09454.p4-eats} -> {09453.f} {09454.f} {09454.p2-thinks} 
+tr {09453.t2} {09453.f} {09453.p5} -> {09453.p6} 
+tr {09453.t3|09454.t1} : a9452 {09453.f} {09454.p1} -> {09454.p3} 
+tr {09454.e} {09454.p6} {09454.p3} -> {09454.p4-eats} 
+tr {09454.t} {09454.p2-thinks} -> {09454.p1} {09454.p5} 
+tr {09454.t0|09455.t4} : b9453 {09455.p4-eats} -> {09454.f} {09455.f} {09455.p2-thinks} 
+tr {09454.t2} {09454.f} {09454.p5} -> {09454.p6} 
+tr {09454.t3|09455.t1} : a9453 {09454.f} {09455.p1} -> {09455.p3} 
+tr {09455.e} {09455.p6} {09455.p3} -> {09455.p4-eats} 
+tr {09455.t} {09455.p2-thinks} -> {09455.p1} {09455.p5} 
+tr {09455.t0|09456.t4} : b9454 {09456.p4-eats} -> {09455.f} {09456.f} {09456.p2-thinks} 
+tr {09455.t2} {09455.f} {09455.p5} -> {09455.p6} 
+tr {09455.t3|09456.t1} : a9454 {09455.f} {09456.p1} -> {09456.p3} 
+tr {09456.e} {09456.p6} {09456.p3} -> {09456.p4-eats} 
+tr {09456.t} {09456.p2-thinks} -> {09456.p1} {09456.p5} 
+tr {09456.t0|09457.t4} : b9455 {09457.p4-eats} -> {09456.f} {09457.f} {09457.p2-thinks} 
+tr {09456.t2} {09456.f} {09456.p5} -> {09456.p6} 
+tr {09456.t3|09457.t1} : a9455 {09456.f} {09457.p1} -> {09457.p3} 
+tr {09457.e} {09457.p6} {09457.p3} -> {09457.p4-eats} 
+tr {09457.t} {09457.p2-thinks} -> {09457.p1} {09457.p5} 
+tr {09457.t0|09458.t4} : b9456 {09458.p4-eats} -> {09457.f} {09458.f} {09458.p2-thinks} 
+tr {09457.t2} {09457.f} {09457.p5} -> {09457.p6} 
+tr {09457.t3|09458.t1} : a9456 {09457.f} {09458.p1} -> {09458.p3} 
+tr {09458.e} {09458.p6} {09458.p3} -> {09458.p4-eats} 
+tr {09458.t} {09458.p2-thinks} -> {09458.p1} {09458.p5} 
+tr {09458.t0|09459.t4} : b9457 {09459.p4-eats} -> {09458.f} {09459.f} {09459.p2-thinks} 
+tr {09458.t2} {09458.f} {09458.p5} -> {09458.p6} 
+tr {09458.t3|09459.t1} : a9457 {09458.f} {09459.p1} -> {09459.p3} 
+tr {09459.e} {09459.p6} {09459.p3} -> {09459.p4-eats} 
+tr {09459.t} {09459.p2-thinks} -> {09459.p1} {09459.p5} 
+tr {09459.t0|09460.t4} : b9458 {09460.p4-eats} -> {09459.f} {09460.f} {09460.p2-thinks} 
+tr {09459.t2} {09459.f} {09459.p5} -> {09459.p6} 
+tr {09459.t3|09460.t1} : a9458 {09459.f} {09460.p1} -> {09460.p3} 
+tr {09460.e} {09460.p6} {09460.p3} -> {09460.p4-eats} 
+tr {09460.t} {09460.p2-thinks} -> {09460.p1} {09460.p5} 
+tr {09460.t0|09461.t4} : b9459 {09461.p4-eats} -> {09460.f} {09461.f} {09461.p2-thinks} 
+tr {09460.t2} {09460.f} {09460.p5} -> {09460.p6} 
+tr {09460.t3|09461.t1} : a9459 {09460.f} {09461.p1} -> {09461.p3} 
+tr {09461.e} {09461.p6} {09461.p3} -> {09461.p4-eats} 
+tr {09461.t} {09461.p2-thinks} -> {09461.p1} {09461.p5} 
+tr {09461.t0|09462.t4} : b9460 {09462.p4-eats} -> {09461.f} {09462.f} {09462.p2-thinks} 
+tr {09461.t2} {09461.f} {09461.p5} -> {09461.p6} 
+tr {09461.t3|09462.t1} : a9460 {09461.f} {09462.p1} -> {09462.p3} 
+tr {09462.e} {09462.p6} {09462.p3} -> {09462.p4-eats} 
+tr {09462.t} {09462.p2-thinks} -> {09462.p1} {09462.p5} 
+tr {09462.t0|09463.t4} : b9461 {09463.p4-eats} -> {09462.f} {09463.f} {09463.p2-thinks} 
+tr {09462.t2} {09462.f} {09462.p5} -> {09462.p6} 
+tr {09462.t3|09463.t1} : a9461 {09462.f} {09463.p1} -> {09463.p3} 
+tr {09463.e} {09463.p6} {09463.p3} -> {09463.p4-eats} 
+tr {09463.t} {09463.p2-thinks} -> {09463.p1} {09463.p5} 
+tr {09463.t0|09464.t4} : b9462 {09464.p4-eats} -> {09463.f} {09464.f} {09464.p2-thinks} 
+tr {09463.t2} {09463.f} {09463.p5} -> {09463.p6} 
+tr {09463.t3|09464.t1} : a9462 {09463.f} {09464.p1} -> {09464.p3} 
+tr {09464.e} {09464.p6} {09464.p3} -> {09464.p4-eats} 
+tr {09464.t} {09464.p2-thinks} -> {09464.p1} {09464.p5} 
+tr {09464.t0|09465.t4} : b9463 {09465.p4-eats} -> {09464.f} {09465.f} {09465.p2-thinks} 
+tr {09464.t2} {09464.f} {09464.p5} -> {09464.p6} 
+tr {09464.t3|09465.t1} : a9463 {09464.f} {09465.p1} -> {09465.p3} 
+tr {09465.e} {09465.p6} {09465.p3} -> {09465.p4-eats} 
+tr {09465.t} {09465.p2-thinks} -> {09465.p1} {09465.p5} 
+tr {09465.t0|09466.t4} : b9464 {09466.p4-eats} -> {09465.f} {09466.f} {09466.p2-thinks} 
+tr {09465.t2} {09465.f} {09465.p5} -> {09465.p6} 
+tr {09465.t3|09466.t1} : a9464 {09465.f} {09466.p1} -> {09466.p3} 
+tr {09466.e} {09466.p6} {09466.p3} -> {09466.p4-eats} 
+tr {09466.t} {09466.p2-thinks} -> {09466.p1} {09466.p5} 
+tr {09466.t0|09467.t4} : b9465 {09467.p4-eats} -> {09466.f} {09467.f} {09467.p2-thinks} 
+tr {09466.t2} {09466.f} {09466.p5} -> {09466.p6} 
+tr {09466.t3|09467.t1} : a9465 {09466.f} {09467.p1} -> {09467.p3} 
+tr {09467.e} {09467.p6} {09467.p3} -> {09467.p4-eats} 
+tr {09467.t} {09467.p2-thinks} -> {09467.p1} {09467.p5} 
+tr {09467.t0|09468.t4} : b9466 {09468.p4-eats} -> {09467.f} {09468.f} {09468.p2-thinks} 
+tr {09467.t2} {09467.f} {09467.p5} -> {09467.p6} 
+tr {09467.t3|09468.t1} : a9466 {09467.f} {09468.p1} -> {09468.p3} 
+tr {09468.e} {09468.p6} {09468.p3} -> {09468.p4-eats} 
+tr {09468.t} {09468.p2-thinks} -> {09468.p1} {09468.p5} 
+tr {09468.t0|09469.t4} : b9467 {09469.p4-eats} -> {09468.f} {09469.f} {09469.p2-thinks} 
+tr {09468.t2} {09468.f} {09468.p5} -> {09468.p6} 
+tr {09468.t3|09469.t1} : a9467 {09468.f} {09469.p1} -> {09469.p3} 
+tr {09469.e} {09469.p6} {09469.p3} -> {09469.p4-eats} 
+tr {09469.t} {09469.p2-thinks} -> {09469.p1} {09469.p5} 
+tr {09469.t0|09470.t4} : b9468 {09470.p4-eats} -> {09469.f} {09470.f} {09470.p2-thinks} 
+tr {09469.t2} {09469.f} {09469.p5} -> {09469.p6} 
+tr {09469.t3|09470.t1} : a9468 {09469.f} {09470.p1} -> {09470.p3} 
+tr {09470.e} {09470.p6} {09470.p3} -> {09470.p4-eats} 
+tr {09470.t} {09470.p2-thinks} -> {09470.p1} {09470.p5} 
+tr {09470.t0|09471.t4} : b9469 {09471.p4-eats} -> {09470.f} {09471.f} {09471.p2-thinks} 
+tr {09470.t2} {09470.f} {09470.p5} -> {09470.p6} 
+tr {09470.t3|09471.t1} : a9469 {09470.f} {09471.p1} -> {09471.p3} 
+tr {09471.e} {09471.p6} {09471.p3} -> {09471.p4-eats} 
+tr {09471.t} {09471.p2-thinks} -> {09471.p1} {09471.p5} 
+tr {09471.t0|09472.t4} : b9470 {09472.p4-eats} -> {09471.f} {09472.f} {09472.p2-thinks} 
+tr {09471.t2} {09471.f} {09471.p5} -> {09471.p6} 
+tr {09471.t3|09472.t1} : a9470 {09471.f} {09472.p1} -> {09472.p3} 
+tr {09472.e} {09472.p6} {09472.p3} -> {09472.p4-eats} 
+tr {09472.t} {09472.p2-thinks} -> {09472.p1} {09472.p5} 
+tr {09472.t0|09473.t4} : b9471 {09473.p4-eats} -> {09472.f} {09473.f} {09473.p2-thinks} 
+tr {09472.t2} {09472.f} {09472.p5} -> {09472.p6} 
+tr {09472.t3|09473.t1} : a9471 {09472.f} {09473.p1} -> {09473.p3} 
+tr {09473.e} {09473.p6} {09473.p3} -> {09473.p4-eats} 
+tr {09473.t} {09473.p2-thinks} -> {09473.p1} {09473.p5} 
+tr {09473.t0|09474.t4} : b9472 {09474.p4-eats} -> {09473.f} {09474.f} {09474.p2-thinks} 
+tr {09473.t2} {09473.f} {09473.p5} -> {09473.p6} 
+tr {09473.t3|09474.t1} : a9472 {09473.f} {09474.p1} -> {09474.p3} 
+tr {09474.e} {09474.p6} {09474.p3} -> {09474.p4-eats} 
+tr {09474.t} {09474.p2-thinks} -> {09474.p1} {09474.p5} 
+tr {09474.t0|09475.t4} : b9473 {09475.p4-eats} -> {09474.f} {09475.f} {09475.p2-thinks} 
+tr {09474.t2} {09474.f} {09474.p5} -> {09474.p6} 
+tr {09474.t3|09475.t1} : a9473 {09474.f} {09475.p1} -> {09475.p3} 
+tr {09475.e} {09475.p6} {09475.p3} -> {09475.p4-eats} 
+tr {09475.t} {09475.p2-thinks} -> {09475.p1} {09475.p5} 
+tr {09475.t0|09476.t4} : b9474 {09476.p4-eats} -> {09475.f} {09476.f} {09476.p2-thinks} 
+tr {09475.t2} {09475.f} {09475.p5} -> {09475.p6} 
+tr {09475.t3|09476.t1} : a9474 {09475.f} {09476.p1} -> {09476.p3} 
+tr {09476.e} {09476.p6} {09476.p3} -> {09476.p4-eats} 
+tr {09476.t} {09476.p2-thinks} -> {09476.p1} {09476.p5} 
+tr {09476.t0|09477.t4} : b9475 {09477.p4-eats} -> {09476.f} {09477.f} {09477.p2-thinks} 
+tr {09476.t2} {09476.f} {09476.p5} -> {09476.p6} 
+tr {09476.t3|09477.t1} : a9475 {09476.f} {09477.p1} -> {09477.p3} 
+tr {09477.e} {09477.p6} {09477.p3} -> {09477.p4-eats} 
+tr {09477.t} {09477.p2-thinks} -> {09477.p1} {09477.p5} 
+tr {09477.t0|09478.t4} : b9476 {09478.p4-eats} -> {09477.f} {09478.f} {09478.p2-thinks} 
+tr {09477.t2} {09477.f} {09477.p5} -> {09477.p6} 
+tr {09477.t3|09478.t1} : a9476 {09477.f} {09478.p1} -> {09478.p3} 
+tr {09478.e} {09478.p6} {09478.p3} -> {09478.p4-eats} 
+tr {09478.t} {09478.p2-thinks} -> {09478.p1} {09478.p5} 
+tr {09478.t0|09479.t4} : b9477 {09479.p4-eats} -> {09478.f} {09479.f} {09479.p2-thinks} 
+tr {09478.t2} {09478.f} {09478.p5} -> {09478.p6} 
+tr {09478.t3|09479.t1} : a9477 {09478.f} {09479.p1} -> {09479.p3} 
+tr {09479.e} {09479.p6} {09479.p3} -> {09479.p4-eats} 
+tr {09479.t} {09479.p2-thinks} -> {09479.p1} {09479.p5} 
+tr {09479.t0|09480.t4} : b9478 {09480.p4-eats} -> {09479.f} {09480.f} {09480.p2-thinks} 
+tr {09479.t2} {09479.f} {09479.p5} -> {09479.p6} 
+tr {09479.t3|09480.t1} : a9478 {09479.f} {09480.p1} -> {09480.p3} 
+tr {09480.e} {09480.p6} {09480.p3} -> {09480.p4-eats} 
+tr {09480.t} {09480.p2-thinks} -> {09480.p1} {09480.p5} 
+tr {09480.t0|09481.t4} : b9479 {09481.p4-eats} -> {09480.f} {09481.f} {09481.p2-thinks} 
+tr {09480.t2} {09480.f} {09480.p5} -> {09480.p6} 
+tr {09480.t3|09481.t1} : a9479 {09480.f} {09481.p1} -> {09481.p3} 
+tr {09481.e} {09481.p6} {09481.p3} -> {09481.p4-eats} 
+tr {09481.t} {09481.p2-thinks} -> {09481.p1} {09481.p5} 
+tr {09481.t0|09482.t4} : b9480 {09482.p4-eats} -> {09481.f} {09482.f} {09482.p2-thinks} 
+tr {09481.t2} {09481.f} {09481.p5} -> {09481.p6} 
+tr {09481.t3|09482.t1} : a9480 {09481.f} {09482.p1} -> {09482.p3} 
+tr {09482.e} {09482.p6} {09482.p3} -> {09482.p4-eats} 
+tr {09482.t} {09482.p2-thinks} -> {09482.p1} {09482.p5} 
+tr {09482.t0|09483.t4} : b9481 {09483.p4-eats} -> {09482.f} {09483.f} {09483.p2-thinks} 
+tr {09482.t2} {09482.f} {09482.p5} -> {09482.p6} 
+tr {09482.t3|09483.t1} : a9481 {09482.f} {09483.p1} -> {09483.p3} 
+tr {09483.e} {09483.p6} {09483.p3} -> {09483.p4-eats} 
+tr {09483.t} {09483.p2-thinks} -> {09483.p1} {09483.p5} 
+tr {09483.t0|09484.t4} : b9482 {09484.p4-eats} -> {09483.f} {09484.f} {09484.p2-thinks} 
+tr {09483.t2} {09483.f} {09483.p5} -> {09483.p6} 
+tr {09483.t3|09484.t1} : a9482 {09483.f} {09484.p1} -> {09484.p3} 
+tr {09484.e} {09484.p6} {09484.p3} -> {09484.p4-eats} 
+tr {09484.t} {09484.p2-thinks} -> {09484.p1} {09484.p5} 
+tr {09484.t0|09485.t4} : b9483 {09485.p4-eats} -> {09484.f} {09485.f} {09485.p2-thinks} 
+tr {09484.t2} {09484.f} {09484.p5} -> {09484.p6} 
+tr {09484.t3|09485.t1} : a9483 {09484.f} {09485.p1} -> {09485.p3} 
+tr {09485.e} {09485.p6} {09485.p3} -> {09485.p4-eats} 
+tr {09485.t} {09485.p2-thinks} -> {09485.p1} {09485.p5} 
+tr {09485.t0|09486.t4} : b9484 {09486.p4-eats} -> {09485.f} {09486.f} {09486.p2-thinks} 
+tr {09485.t2} {09485.f} {09485.p5} -> {09485.p6} 
+tr {09485.t3|09486.t1} : a9484 {09485.f} {09486.p1} -> {09486.p3} 
+tr {09486.e} {09486.p6} {09486.p3} -> {09486.p4-eats} 
+tr {09486.t} {09486.p2-thinks} -> {09486.p1} {09486.p5} 
+tr {09486.t0|09487.t4} : b9485 {09487.p4-eats} -> {09486.f} {09487.f} {09487.p2-thinks} 
+tr {09486.t2} {09486.f} {09486.p5} -> {09486.p6} 
+tr {09486.t3|09487.t1} : a9485 {09486.f} {09487.p1} -> {09487.p3} 
+tr {09487.e} {09487.p6} {09487.p3} -> {09487.p4-eats} 
+tr {09487.t} {09487.p2-thinks} -> {09487.p1} {09487.p5} 
+tr {09487.t0|09488.t4} : b9486 {09488.p4-eats} -> {09487.f} {09488.f} {09488.p2-thinks} 
+tr {09487.t2} {09487.f} {09487.p5} -> {09487.p6} 
+tr {09487.t3|09488.t1} : a9486 {09487.f} {09488.p1} -> {09488.p3} 
+tr {09488.e} {09488.p6} {09488.p3} -> {09488.p4-eats} 
+tr {09488.t} {09488.p2-thinks} -> {09488.p1} {09488.p5} 
+tr {09488.t0|09489.t4} : b9487 {09489.p4-eats} -> {09488.f} {09489.f} {09489.p2-thinks} 
+tr {09488.t2} {09488.f} {09488.p5} -> {09488.p6} 
+tr {09488.t3|09489.t1} : a9487 {09488.f} {09489.p1} -> {09489.p3} 
+tr {09489.e} {09489.p6} {09489.p3} -> {09489.p4-eats} 
+tr {09489.t} {09489.p2-thinks} -> {09489.p1} {09489.p5} 
+tr {09489.t0|09490.t4} : b9488 {09490.p4-eats} -> {09489.f} {09490.f} {09490.p2-thinks} 
+tr {09489.t2} {09489.f} {09489.p5} -> {09489.p6} 
+tr {09489.t3|09490.t1} : a9488 {09489.f} {09490.p1} -> {09490.p3} 
+tr {09490.e} {09490.p6} {09490.p3} -> {09490.p4-eats} 
+tr {09490.t} {09490.p2-thinks} -> {09490.p1} {09490.p5} 
+tr {09490.t0|09491.t4} : b9489 {09491.p4-eats} -> {09490.f} {09491.f} {09491.p2-thinks} 
+tr {09490.t2} {09490.f} {09490.p5} -> {09490.p6} 
+tr {09490.t3|09491.t1} : a9489 {09490.f} {09491.p1} -> {09491.p3} 
+tr {09491.e} {09491.p6} {09491.p3} -> {09491.p4-eats} 
+tr {09491.t} {09491.p2-thinks} -> {09491.p1} {09491.p5} 
+tr {09491.t0|09492.t4} : b9490 {09492.p4-eats} -> {09491.f} {09492.f} {09492.p2-thinks} 
+tr {09491.t2} {09491.f} {09491.p5} -> {09491.p6} 
+tr {09491.t3|09492.t1} : a9490 {09491.f} {09492.p1} -> {09492.p3} 
+tr {09492.e} {09492.p6} {09492.p3} -> {09492.p4-eats} 
+tr {09492.t} {09492.p2-thinks} -> {09492.p1} {09492.p5} 
+tr {09492.t0|09493.t4} : b9491 {09493.p4-eats} -> {09492.f} {09493.f} {09493.p2-thinks} 
+tr {09492.t2} {09492.f} {09492.p5} -> {09492.p6} 
+tr {09492.t3|09493.t1} : a9491 {09492.f} {09493.p1} -> {09493.p3} 
+tr {09493.e} {09493.p6} {09493.p3} -> {09493.p4-eats} 
+tr {09493.t} {09493.p2-thinks} -> {09493.p1} {09493.p5} 
+tr {09493.t0|09494.t4} : b9492 {09494.p4-eats} -> {09493.f} {09494.f} {09494.p2-thinks} 
+tr {09493.t2} {09493.f} {09493.p5} -> {09493.p6} 
+tr {09493.t3|09494.t1} : a9492 {09493.f} {09494.p1} -> {09494.p3} 
+tr {09494.e} {09494.p6} {09494.p3} -> {09494.p4-eats} 
+tr {09494.t} {09494.p2-thinks} -> {09494.p1} {09494.p5} 
+tr {09494.t0|09495.t4} : b9493 {09495.p4-eats} -> {09494.f} {09495.f} {09495.p2-thinks} 
+tr {09494.t2} {09494.f} {09494.p5} -> {09494.p6} 
+tr {09494.t3|09495.t1} : a9493 {09494.f} {09495.p1} -> {09495.p3} 
+tr {09495.e} {09495.p6} {09495.p3} -> {09495.p4-eats} 
+tr {09495.t} {09495.p2-thinks} -> {09495.p1} {09495.p5} 
+tr {09495.t0|09496.t4} : b9494 {09496.p4-eats} -> {09495.f} {09496.f} {09496.p2-thinks} 
+tr {09495.t2} {09495.f} {09495.p5} -> {09495.p6} 
+tr {09495.t3|09496.t1} : a9494 {09495.f} {09496.p1} -> {09496.p3} 
+tr {09496.e} {09496.p6} {09496.p3} -> {09496.p4-eats} 
+tr {09496.t} {09496.p2-thinks} -> {09496.p1} {09496.p5} 
+tr {09496.t0|09497.t4} : b9495 {09497.p4-eats} -> {09496.f} {09497.f} {09497.p2-thinks} 
+tr {09496.t2} {09496.f} {09496.p5} -> {09496.p6} 
+tr {09496.t3|09497.t1} : a9495 {09496.f} {09497.p1} -> {09497.p3} 
+tr {09497.e} {09497.p6} {09497.p3} -> {09497.p4-eats} 
+tr {09497.t} {09497.p2-thinks} -> {09497.p1} {09497.p5} 
+tr {09497.t0|09498.t4} : b9496 {09498.p4-eats} -> {09497.f} {09498.f} {09498.p2-thinks} 
+tr {09497.t2} {09497.f} {09497.p5} -> {09497.p6} 
+tr {09497.t3|09498.t1} : a9496 {09497.f} {09498.p1} -> {09498.p3} 
+tr {09498.e} {09498.p6} {09498.p3} -> {09498.p4-eats} 
+tr {09498.t} {09498.p2-thinks} -> {09498.p1} {09498.p5} 
+tr {09498.t0|09499.t4} : b9497 {09499.p4-eats} -> {09498.f} {09499.f} {09499.p2-thinks} 
+tr {09498.t2} {09498.f} {09498.p5} -> {09498.p6} 
+tr {09498.t3|09499.t1} : a9497 {09498.f} {09499.p1} -> {09499.p3} 
+tr {09499.e} {09499.p6} {09499.p3} -> {09499.p4-eats} 
+tr {09499.t} {09499.p2-thinks} -> {09499.p1} {09499.p5} 
+tr {09499.t0|09500.t4} : b9498 {09500.p4-eats} -> {09499.f} {09500.f} {09500.p2-thinks} 
+tr {09499.t2} {09499.f} {09499.p5} -> {09499.p6} 
+tr {09499.t3|09500.t1} : a9498 {09499.f} {09500.p1} -> {09500.p3} 
+tr {09500.e} {09500.p6} {09500.p3} -> {09500.p4-eats} 
+tr {09500.t} {09500.p2-thinks} -> {09500.p1} {09500.p5} 
+tr {09500.t0|09501.t4} : b9499 {09501.p4-eats} -> {09500.f} {09501.f} {09501.p2-thinks} 
+tr {09500.t2} {09500.f} {09500.p5} -> {09500.p6} 
+tr {09500.t3|09501.t1} : a9499 {09500.f} {09501.p1} -> {09501.p3} 
+tr {09501.e} {09501.p6} {09501.p3} -> {09501.p4-eats} 
+tr {09501.t} {09501.p2-thinks} -> {09501.p1} {09501.p5} 
+tr {09501.t0|09502.t4} : b9500 {09502.p4-eats} -> {09501.f} {09502.f} {09502.p2-thinks} 
+tr {09501.t2} {09501.f} {09501.p5} -> {09501.p6} 
+tr {09501.t3|09502.t1} : a9500 {09501.f} {09502.p1} -> {09502.p3} 
+tr {09502.e} {09502.p6} {09502.p3} -> {09502.p4-eats} 
+tr {09502.t} {09502.p2-thinks} -> {09502.p1} {09502.p5} 
+tr {09502.t0|09503.t4} : b9501 {09503.p4-eats} -> {09502.f} {09503.f} {09503.p2-thinks} 
+tr {09502.t2} {09502.f} {09502.p5} -> {09502.p6} 
+tr {09502.t3|09503.t1} : a9501 {09502.f} {09503.p1} -> {09503.p3} 
+tr {09503.e} {09503.p6} {09503.p3} -> {09503.p4-eats} 
+tr {09503.t} {09503.p2-thinks} -> {09503.p1} {09503.p5} 
+tr {09503.t0|09504.t4} : b9502 {09504.p4-eats} -> {09503.f} {09504.f} {09504.p2-thinks} 
+tr {09503.t2} {09503.f} {09503.p5} -> {09503.p6} 
+tr {09503.t3|09504.t1} : a9502 {09503.f} {09504.p1} -> {09504.p3} 
+tr {09504.e} {09504.p6} {09504.p3} -> {09504.p4-eats} 
+tr {09504.t} {09504.p2-thinks} -> {09504.p1} {09504.p5} 
+tr {09504.t0|09505.t4} : b9503 {09505.p4-eats} -> {09504.f} {09505.f} {09505.p2-thinks} 
+tr {09504.t2} {09504.f} {09504.p5} -> {09504.p6} 
+tr {09504.t3|09505.t1} : a9503 {09504.f} {09505.p1} -> {09505.p3} 
+tr {09505.e} {09505.p6} {09505.p3} -> {09505.p4-eats} 
+tr {09505.t} {09505.p2-thinks} -> {09505.p1} {09505.p5} 
+tr {09505.t0|09506.t4} : b9504 {09506.p4-eats} -> {09505.f} {09506.f} {09506.p2-thinks} 
+tr {09505.t2} {09505.f} {09505.p5} -> {09505.p6} 
+tr {09505.t3|09506.t1} : a9504 {09505.f} {09506.p1} -> {09506.p3} 
+tr {09506.e} {09506.p6} {09506.p3} -> {09506.p4-eats} 
+tr {09506.t} {09506.p2-thinks} -> {09506.p1} {09506.p5} 
+tr {09506.t0|09507.t4} : b9505 {09507.p4-eats} -> {09506.f} {09507.f} {09507.p2-thinks} 
+tr {09506.t2} {09506.f} {09506.p5} -> {09506.p6} 
+tr {09506.t3|09507.t1} : a9505 {09506.f} {09507.p1} -> {09507.p3} 
+tr {09507.e} {09507.p6} {09507.p3} -> {09507.p4-eats} 
+tr {09507.t} {09507.p2-thinks} -> {09507.p1} {09507.p5} 
+tr {09507.t0|09508.t4} : b9506 {09508.p4-eats} -> {09507.f} {09508.f} {09508.p2-thinks} 
+tr {09507.t2} {09507.f} {09507.p5} -> {09507.p6} 
+tr {09507.t3|09508.t1} : a9506 {09507.f} {09508.p1} -> {09508.p3} 
+tr {09508.e} {09508.p6} {09508.p3} -> {09508.p4-eats} 
+tr {09508.t} {09508.p2-thinks} -> {09508.p1} {09508.p5} 
+tr {09508.t0|09509.t4} : b9507 {09509.p4-eats} -> {09508.f} {09509.f} {09509.p2-thinks} 
+tr {09508.t2} {09508.f} {09508.p5} -> {09508.p6} 
+tr {09508.t3|09509.t1} : a9507 {09508.f} {09509.p1} -> {09509.p3} 
+tr {09509.e} {09509.p6} {09509.p3} -> {09509.p4-eats} 
+tr {09509.t} {09509.p2-thinks} -> {09509.p1} {09509.p5} 
+tr {09509.t0|09510.t4} : b9508 {09510.p4-eats} -> {09509.f} {09510.f} {09510.p2-thinks} 
+tr {09509.t2} {09509.f} {09509.p5} -> {09509.p6} 
+tr {09509.t3|09510.t1} : a9508 {09509.f} {09510.p1} -> {09510.p3} 
+tr {09510.e} {09510.p6} {09510.p3} -> {09510.p4-eats} 
+tr {09510.t} {09510.p2-thinks} -> {09510.p1} {09510.p5} 
+tr {09510.t0|09511.t4} : b9509 {09511.p4-eats} -> {09510.f} {09511.f} {09511.p2-thinks} 
+tr {09510.t2} {09510.f} {09510.p5} -> {09510.p6} 
+tr {09510.t3|09511.t1} : a9509 {09510.f} {09511.p1} -> {09511.p3} 
+tr {09511.e} {09511.p6} {09511.p3} -> {09511.p4-eats} 
+tr {09511.t} {09511.p2-thinks} -> {09511.p1} {09511.p5} 
+tr {09511.t0|09512.t4} : b9510 {09512.p4-eats} -> {09511.f} {09512.f} {09512.p2-thinks} 
+tr {09511.t2} {09511.f} {09511.p5} -> {09511.p6} 
+tr {09511.t3|09512.t1} : a9510 {09511.f} {09512.p1} -> {09512.p3} 
+tr {09512.e} {09512.p6} {09512.p3} -> {09512.p4-eats} 
+tr {09512.t} {09512.p2-thinks} -> {09512.p1} {09512.p5} 
+tr {09512.t0|09513.t4} : b9511 {09513.p4-eats} -> {09512.f} {09513.f} {09513.p2-thinks} 
+tr {09512.t2} {09512.f} {09512.p5} -> {09512.p6} 
+tr {09512.t3|09513.t1} : a9511 {09512.f} {09513.p1} -> {09513.p3} 
+tr {09513.e} {09513.p6} {09513.p3} -> {09513.p4-eats} 
+tr {09513.t} {09513.p2-thinks} -> {09513.p1} {09513.p5} 
+tr {09513.t0|09514.t4} : b9512 {09514.p4-eats} -> {09513.f} {09514.f} {09514.p2-thinks} 
+tr {09513.t2} {09513.f} {09513.p5} -> {09513.p6} 
+tr {09513.t3|09514.t1} : a9512 {09513.f} {09514.p1} -> {09514.p3} 
+tr {09514.e} {09514.p6} {09514.p3} -> {09514.p4-eats} 
+tr {09514.t} {09514.p2-thinks} -> {09514.p1} {09514.p5} 
+tr {09514.t0|09515.t4} : b9513 {09515.p4-eats} -> {09514.f} {09515.f} {09515.p2-thinks} 
+tr {09514.t2} {09514.f} {09514.p5} -> {09514.p6} 
+tr {09514.t3|09515.t1} : a9513 {09514.f} {09515.p1} -> {09515.p3} 
+tr {09515.e} {09515.p6} {09515.p3} -> {09515.p4-eats} 
+tr {09515.t} {09515.p2-thinks} -> {09515.p1} {09515.p5} 
+tr {09515.t0|09516.t4} : b9514 {09516.p4-eats} -> {09515.f} {09516.f} {09516.p2-thinks} 
+tr {09515.t2} {09515.f} {09515.p5} -> {09515.p6} 
+tr {09515.t3|09516.t1} : a9514 {09515.f} {09516.p1} -> {09516.p3} 
+tr {09516.e} {09516.p6} {09516.p3} -> {09516.p4-eats} 
+tr {09516.t} {09516.p2-thinks} -> {09516.p1} {09516.p5} 
+tr {09516.t0|09517.t4} : b9515 {09517.p4-eats} -> {09516.f} {09517.f} {09517.p2-thinks} 
+tr {09516.t2} {09516.f} {09516.p5} -> {09516.p6} 
+tr {09516.t3|09517.t1} : a9515 {09516.f} {09517.p1} -> {09517.p3} 
+tr {09517.e} {09517.p6} {09517.p3} -> {09517.p4-eats} 
+tr {09517.t} {09517.p2-thinks} -> {09517.p1} {09517.p5} 
+tr {09517.t0|09518.t4} : b9516 {09518.p4-eats} -> {09517.f} {09518.f} {09518.p2-thinks} 
+tr {09517.t2} {09517.f} {09517.p5} -> {09517.p6} 
+tr {09517.t3|09518.t1} : a9516 {09517.f} {09518.p1} -> {09518.p3} 
+tr {09518.e} {09518.p6} {09518.p3} -> {09518.p4-eats} 
+tr {09518.t} {09518.p2-thinks} -> {09518.p1} {09518.p5} 
+tr {09518.t0|09519.t4} : b9517 {09519.p4-eats} -> {09518.f} {09519.f} {09519.p2-thinks} 
+tr {09518.t2} {09518.f} {09518.p5} -> {09518.p6} 
+tr {09518.t3|09519.t1} : a9517 {09518.f} {09519.p1} -> {09519.p3} 
+tr {09519.e} {09519.p6} {09519.p3} -> {09519.p4-eats} 
+tr {09519.t} {09519.p2-thinks} -> {09519.p1} {09519.p5} 
+tr {09519.t0|09520.t4} : b9518 {09520.p4-eats} -> {09519.f} {09520.f} {09520.p2-thinks} 
+tr {09519.t2} {09519.f} {09519.p5} -> {09519.p6} 
+tr {09519.t3|09520.t1} : a9518 {09519.f} {09520.p1} -> {09520.p3} 
+tr {09520.e} {09520.p6} {09520.p3} -> {09520.p4-eats} 
+tr {09520.t} {09520.p2-thinks} -> {09520.p1} {09520.p5} 
+tr {09520.t0|09521.t4} : b9519 {09521.p4-eats} -> {09520.f} {09521.f} {09521.p2-thinks} 
+tr {09520.t2} {09520.f} {09520.p5} -> {09520.p6} 
+tr {09520.t3|09521.t1} : a9519 {09520.f} {09521.p1} -> {09521.p3} 
+tr {09521.e} {09521.p6} {09521.p3} -> {09521.p4-eats} 
+tr {09521.t} {09521.p2-thinks} -> {09521.p1} {09521.p5} 
+tr {09521.t0|09522.t4} : b9520 {09522.p4-eats} -> {09521.f} {09522.f} {09522.p2-thinks} 
+tr {09521.t2} {09521.f} {09521.p5} -> {09521.p6} 
+tr {09521.t3|09522.t1} : a9520 {09521.f} {09522.p1} -> {09522.p3} 
+tr {09522.e} {09522.p6} {09522.p3} -> {09522.p4-eats} 
+tr {09522.t} {09522.p2-thinks} -> {09522.p1} {09522.p5} 
+tr {09522.t0|09523.t4} : b9521 {09523.p4-eats} -> {09522.f} {09523.f} {09523.p2-thinks} 
+tr {09522.t2} {09522.f} {09522.p5} -> {09522.p6} 
+tr {09522.t3|09523.t1} : a9521 {09522.f} {09523.p1} -> {09523.p3} 
+tr {09523.e} {09523.p6} {09523.p3} -> {09523.p4-eats} 
+tr {09523.t} {09523.p2-thinks} -> {09523.p1} {09523.p5} 
+tr {09523.t0|09524.t4} : b9522 {09524.p4-eats} -> {09523.f} {09524.f} {09524.p2-thinks} 
+tr {09523.t2} {09523.f} {09523.p5} -> {09523.p6} 
+tr {09523.t3|09524.t1} : a9522 {09523.f} {09524.p1} -> {09524.p3} 
+tr {09524.e} {09524.p6} {09524.p3} -> {09524.p4-eats} 
+tr {09524.t} {09524.p2-thinks} -> {09524.p1} {09524.p5} 
+tr {09524.t0|09525.t4} : b9523 {09525.p4-eats} -> {09524.f} {09525.f} {09525.p2-thinks} 
+tr {09524.t2} {09524.f} {09524.p5} -> {09524.p6} 
+tr {09524.t3|09525.t1} : a9523 {09524.f} {09525.p1} -> {09525.p3} 
+tr {09525.e} {09525.p6} {09525.p3} -> {09525.p4-eats} 
+tr {09525.t} {09525.p2-thinks} -> {09525.p1} {09525.p5} 
+tr {09525.t0|09526.t4} : b9524 {09526.p4-eats} -> {09525.f} {09526.f} {09526.p2-thinks} 
+tr {09525.t2} {09525.f} {09525.p5} -> {09525.p6} 
+tr {09525.t3|09526.t1} : a9524 {09525.f} {09526.p1} -> {09526.p3} 
+tr {09526.e} {09526.p6} {09526.p3} -> {09526.p4-eats} 
+tr {09526.t} {09526.p2-thinks} -> {09526.p1} {09526.p5} 
+tr {09526.t0|09527.t4} : b9525 {09527.p4-eats} -> {09526.f} {09527.f} {09527.p2-thinks} 
+tr {09526.t2} {09526.f} {09526.p5} -> {09526.p6} 
+tr {09526.t3|09527.t1} : a9525 {09526.f} {09527.p1} -> {09527.p3} 
+tr {09527.e} {09527.p6} {09527.p3} -> {09527.p4-eats} 
+tr {09527.t} {09527.p2-thinks} -> {09527.p1} {09527.p5} 
+tr {09527.t0|09528.t4} : b9526 {09528.p4-eats} -> {09527.f} {09528.f} {09528.p2-thinks} 
+tr {09527.t2} {09527.f} {09527.p5} -> {09527.p6} 
+tr {09527.t3|09528.t1} : a9526 {09527.f} {09528.p1} -> {09528.p3} 
+tr {09528.e} {09528.p6} {09528.p3} -> {09528.p4-eats} 
+tr {09528.t} {09528.p2-thinks} -> {09528.p1} {09528.p5} 
+tr {09528.t0|09529.t4} : b9527 {09529.p4-eats} -> {09528.f} {09529.f} {09529.p2-thinks} 
+tr {09528.t2} {09528.f} {09528.p5} -> {09528.p6} 
+tr {09528.t3|09529.t1} : a9527 {09528.f} {09529.p1} -> {09529.p3} 
+tr {09529.e} {09529.p6} {09529.p3} -> {09529.p4-eats} 
+tr {09529.t} {09529.p2-thinks} -> {09529.p1} {09529.p5} 
+tr {09529.t0|09530.t4} : b9528 {09530.p4-eats} -> {09529.f} {09530.f} {09530.p2-thinks} 
+tr {09529.t2} {09529.f} {09529.p5} -> {09529.p6} 
+tr {09529.t3|09530.t1} : a9528 {09529.f} {09530.p1} -> {09530.p3} 
+tr {09530.e} {09530.p6} {09530.p3} -> {09530.p4-eats} 
+tr {09530.t} {09530.p2-thinks} -> {09530.p1} {09530.p5} 
+tr {09530.t0|09531.t4} : b9529 {09531.p4-eats} -> {09530.f} {09531.f} {09531.p2-thinks} 
+tr {09530.t2} {09530.f} {09530.p5} -> {09530.p6} 
+tr {09530.t3|09531.t1} : a9529 {09530.f} {09531.p1} -> {09531.p3} 
+tr {09531.e} {09531.p6} {09531.p3} -> {09531.p4-eats} 
+tr {09531.t} {09531.p2-thinks} -> {09531.p1} {09531.p5} 
+tr {09531.t0|09532.t4} : b9530 {09532.p4-eats} -> {09531.f} {09532.f} {09532.p2-thinks} 
+tr {09531.t2} {09531.f} {09531.p5} -> {09531.p6} 
+tr {09531.t3|09532.t1} : a9530 {09531.f} {09532.p1} -> {09532.p3} 
+tr {09532.e} {09532.p6} {09532.p3} -> {09532.p4-eats} 
+tr {09532.t} {09532.p2-thinks} -> {09532.p1} {09532.p5} 
+tr {09532.t0|09533.t4} : b9531 {09533.p4-eats} -> {09532.f} {09533.f} {09533.p2-thinks} 
+tr {09532.t2} {09532.f} {09532.p5} -> {09532.p6} 
+tr {09532.t3|09533.t1} : a9531 {09532.f} {09533.p1} -> {09533.p3} 
+tr {09533.e} {09533.p6} {09533.p3} -> {09533.p4-eats} 
+tr {09533.t} {09533.p2-thinks} -> {09533.p1} {09533.p5} 
+tr {09533.t0|09534.t4} : b9532 {09534.p4-eats} -> {09533.f} {09534.f} {09534.p2-thinks} 
+tr {09533.t2} {09533.f} {09533.p5} -> {09533.p6} 
+tr {09533.t3|09534.t1} : a9532 {09533.f} {09534.p1} -> {09534.p3} 
+tr {09534.e} {09534.p6} {09534.p3} -> {09534.p4-eats} 
+tr {09534.t} {09534.p2-thinks} -> {09534.p1} {09534.p5} 
+tr {09534.t0|09535.t4} : b9533 {09535.p4-eats} -> {09534.f} {09535.f} {09535.p2-thinks} 
+tr {09534.t2} {09534.f} {09534.p5} -> {09534.p6} 
+tr {09534.t3|09535.t1} : a9533 {09534.f} {09535.p1} -> {09535.p3} 
+tr {09535.e} {09535.p6} {09535.p3} -> {09535.p4-eats} 
+tr {09535.t} {09535.p2-thinks} -> {09535.p1} {09535.p5} 
+tr {09535.t0|09536.t4} : b9534 {09536.p4-eats} -> {09535.f} {09536.f} {09536.p2-thinks} 
+tr {09535.t2} {09535.f} {09535.p5} -> {09535.p6} 
+tr {09535.t3|09536.t1} : a9534 {09535.f} {09536.p1} -> {09536.p3} 
+tr {09536.e} {09536.p6} {09536.p3} -> {09536.p4-eats} 
+tr {09536.t} {09536.p2-thinks} -> {09536.p1} {09536.p5} 
+tr {09536.t0|09537.t4} : b9535 {09537.p4-eats} -> {09536.f} {09537.f} {09537.p2-thinks} 
+tr {09536.t2} {09536.f} {09536.p5} -> {09536.p6} 
+tr {09536.t3|09537.t1} : a9535 {09536.f} {09537.p1} -> {09537.p3} 
+tr {09537.e} {09537.p6} {09537.p3} -> {09537.p4-eats} 
+tr {09537.t} {09537.p2-thinks} -> {09537.p1} {09537.p5} 
+tr {09537.t0|09538.t4} : b9536 {09538.p4-eats} -> {09537.f} {09538.f} {09538.p2-thinks} 
+tr {09537.t2} {09537.f} {09537.p5} -> {09537.p6} 
+tr {09537.t3|09538.t1} : a9536 {09537.f} {09538.p1} -> {09538.p3} 
+tr {09538.e} {09538.p6} {09538.p3} -> {09538.p4-eats} 
+tr {09538.t} {09538.p2-thinks} -> {09538.p1} {09538.p5} 
+tr {09538.t0|09539.t4} : b9537 {09539.p4-eats} -> {09538.f} {09539.f} {09539.p2-thinks} 
+tr {09538.t2} {09538.f} {09538.p5} -> {09538.p6} 
+tr {09538.t3|09539.t1} : a9537 {09538.f} {09539.p1} -> {09539.p3} 
+tr {09539.e} {09539.p6} {09539.p3} -> {09539.p4-eats} 
+tr {09539.t} {09539.p2-thinks} -> {09539.p1} {09539.p5} 
+tr {09539.t0|09540.t4} : b9538 {09540.p4-eats} -> {09539.f} {09540.f} {09540.p2-thinks} 
+tr {09539.t2} {09539.f} {09539.p5} -> {09539.p6} 
+tr {09539.t3|09540.t1} : a9538 {09539.f} {09540.p1} -> {09540.p3} 
+tr {09540.e} {09540.p6} {09540.p3} -> {09540.p4-eats} 
+tr {09540.t} {09540.p2-thinks} -> {09540.p1} {09540.p5} 
+tr {09540.t0|09541.t4} : b9539 {09541.p4-eats} -> {09540.f} {09541.f} {09541.p2-thinks} 
+tr {09540.t2} {09540.f} {09540.p5} -> {09540.p6} 
+tr {09540.t3|09541.t1} : a9539 {09540.f} {09541.p1} -> {09541.p3} 
+tr {09541.e} {09541.p6} {09541.p3} -> {09541.p4-eats} 
+tr {09541.t} {09541.p2-thinks} -> {09541.p1} {09541.p5} 
+tr {09541.t0|09542.t4} : b9540 {09542.p4-eats} -> {09541.f} {09542.f} {09542.p2-thinks} 
+tr {09541.t2} {09541.f} {09541.p5} -> {09541.p6} 
+tr {09541.t3|09542.t1} : a9540 {09541.f} {09542.p1} -> {09542.p3} 
+tr {09542.e} {09542.p6} {09542.p3} -> {09542.p4-eats} 
+tr {09542.t} {09542.p2-thinks} -> {09542.p1} {09542.p5} 
+tr {09542.t0|09543.t4} : b9541 {09543.p4-eats} -> {09542.f} {09543.f} {09543.p2-thinks} 
+tr {09542.t2} {09542.f} {09542.p5} -> {09542.p6} 
+tr {09542.t3|09543.t1} : a9541 {09542.f} {09543.p1} -> {09543.p3} 
+tr {09543.e} {09543.p6} {09543.p3} -> {09543.p4-eats} 
+tr {09543.t} {09543.p2-thinks} -> {09543.p1} {09543.p5} 
+tr {09543.t0|09544.t4} : b9542 {09544.p4-eats} -> {09543.f} {09544.f} {09544.p2-thinks} 
+tr {09543.t2} {09543.f} {09543.p5} -> {09543.p6} 
+tr {09543.t3|09544.t1} : a9542 {09543.f} {09544.p1} -> {09544.p3} 
+tr {09544.e} {09544.p6} {09544.p3} -> {09544.p4-eats} 
+tr {09544.t} {09544.p2-thinks} -> {09544.p1} {09544.p5} 
+tr {09544.t0|09545.t4} : b9543 {09545.p4-eats} -> {09544.f} {09545.f} {09545.p2-thinks} 
+tr {09544.t2} {09544.f} {09544.p5} -> {09544.p6} 
+tr {09544.t3|09545.t1} : a9543 {09544.f} {09545.p1} -> {09545.p3} 
+tr {09545.e} {09545.p6} {09545.p3} -> {09545.p4-eats} 
+tr {09545.t} {09545.p2-thinks} -> {09545.p1} {09545.p5} 
+tr {09545.t0|09546.t4} : b9544 {09546.p4-eats} -> {09545.f} {09546.f} {09546.p2-thinks} 
+tr {09545.t2} {09545.f} {09545.p5} -> {09545.p6} 
+tr {09545.t3|09546.t1} : a9544 {09545.f} {09546.p1} -> {09546.p3} 
+tr {09546.e} {09546.p6} {09546.p3} -> {09546.p4-eats} 
+tr {09546.t} {09546.p2-thinks} -> {09546.p1} {09546.p5} 
+tr {09546.t0|09547.t4} : b9545 {09547.p4-eats} -> {09546.f} {09547.f} {09547.p2-thinks} 
+tr {09546.t2} {09546.f} {09546.p5} -> {09546.p6} 
+tr {09546.t3|09547.t1} : a9545 {09546.f} {09547.p1} -> {09547.p3} 
+tr {09547.e} {09547.p6} {09547.p3} -> {09547.p4-eats} 
+tr {09547.t} {09547.p2-thinks} -> {09547.p1} {09547.p5} 
+tr {09547.t0|09548.t4} : b9546 {09548.p4-eats} -> {09547.f} {09548.f} {09548.p2-thinks} 
+tr {09547.t2} {09547.f} {09547.p5} -> {09547.p6} 
+tr {09547.t3|09548.t1} : a9546 {09547.f} {09548.p1} -> {09548.p3} 
+tr {09548.e} {09548.p6} {09548.p3} -> {09548.p4-eats} 
+tr {09548.t} {09548.p2-thinks} -> {09548.p1} {09548.p5} 
+tr {09548.t0|09549.t4} : b9547 {09549.p4-eats} -> {09548.f} {09549.f} {09549.p2-thinks} 
+tr {09548.t2} {09548.f} {09548.p5} -> {09548.p6} 
+tr {09548.t3|09549.t1} : a9547 {09548.f} {09549.p1} -> {09549.p3} 
+tr {09549.e} {09549.p6} {09549.p3} -> {09549.p4-eats} 
+tr {09549.t} {09549.p2-thinks} -> {09549.p1} {09549.p5} 
+tr {09549.t0|09550.t4} : b9548 {09550.p4-eats} -> {09549.f} {09550.f} {09550.p2-thinks} 
+tr {09549.t2} {09549.f} {09549.p5} -> {09549.p6} 
+tr {09549.t3|09550.t1} : a9548 {09549.f} {09550.p1} -> {09550.p3} 
+tr {09550.e} {09550.p6} {09550.p3} -> {09550.p4-eats} 
+tr {09550.t} {09550.p2-thinks} -> {09550.p1} {09550.p5} 
+tr {09550.t0|09551.t4} : b9549 {09551.p4-eats} -> {09550.f} {09551.f} {09551.p2-thinks} 
+tr {09550.t2} {09550.f} {09550.p5} -> {09550.p6} 
+tr {09550.t3|09551.t1} : a9549 {09550.f} {09551.p1} -> {09551.p3} 
+tr {09551.e} {09551.p6} {09551.p3} -> {09551.p4-eats} 
+tr {09551.t} {09551.p2-thinks} -> {09551.p1} {09551.p5} 
+tr {09551.t0|09552.t4} : b9550 {09552.p4-eats} -> {09551.f} {09552.f} {09552.p2-thinks} 
+tr {09551.t2} {09551.f} {09551.p5} -> {09551.p6} 
+tr {09551.t3|09552.t1} : a9550 {09551.f} {09552.p1} -> {09552.p3} 
+tr {09552.e} {09552.p6} {09552.p3} -> {09552.p4-eats} 
+tr {09552.t} {09552.p2-thinks} -> {09552.p1} {09552.p5} 
+tr {09552.t0|09553.t4} : b9551 {09553.p4-eats} -> {09552.f} {09553.f} {09553.p2-thinks} 
+tr {09552.t2} {09552.f} {09552.p5} -> {09552.p6} 
+tr {09552.t3|09553.t1} : a9551 {09552.f} {09553.p1} -> {09553.p3} 
+tr {09553.e} {09553.p6} {09553.p3} -> {09553.p4-eats} 
+tr {09553.t} {09553.p2-thinks} -> {09553.p1} {09553.p5} 
+tr {09553.t0|09554.t4} : b9552 {09554.p4-eats} -> {09553.f} {09554.f} {09554.p2-thinks} 
+tr {09553.t2} {09553.f} {09553.p5} -> {09553.p6} 
+tr {09553.t3|09554.t1} : a9552 {09553.f} {09554.p1} -> {09554.p3} 
+tr {09554.e} {09554.p6} {09554.p3} -> {09554.p4-eats} 
+tr {09554.t} {09554.p2-thinks} -> {09554.p1} {09554.p5} 
+tr {09554.t0|09555.t4} : b9553 {09555.p4-eats} -> {09554.f} {09555.f} {09555.p2-thinks} 
+tr {09554.t2} {09554.f} {09554.p5} -> {09554.p6} 
+tr {09554.t3|09555.t1} : a9553 {09554.f} {09555.p1} -> {09555.p3} 
+tr {09555.e} {09555.p6} {09555.p3} -> {09555.p4-eats} 
+tr {09555.t} {09555.p2-thinks} -> {09555.p1} {09555.p5} 
+tr {09555.t0|09556.t4} : b9554 {09556.p4-eats} -> {09555.f} {09556.f} {09556.p2-thinks} 
+tr {09555.t2} {09555.f} {09555.p5} -> {09555.p6} 
+tr {09555.t3|09556.t1} : a9554 {09555.f} {09556.p1} -> {09556.p3} 
+tr {09556.e} {09556.p6} {09556.p3} -> {09556.p4-eats} 
+tr {09556.t} {09556.p2-thinks} -> {09556.p1} {09556.p5} 
+tr {09556.t0|09557.t4} : b9555 {09557.p4-eats} -> {09556.f} {09557.f} {09557.p2-thinks} 
+tr {09556.t2} {09556.f} {09556.p5} -> {09556.p6} 
+tr {09556.t3|09557.t1} : a9555 {09556.f} {09557.p1} -> {09557.p3} 
+tr {09557.e} {09557.p6} {09557.p3} -> {09557.p4-eats} 
+tr {09557.t} {09557.p2-thinks} -> {09557.p1} {09557.p5} 
+tr {09557.t0|09558.t4} : b9556 {09558.p4-eats} -> {09557.f} {09558.f} {09558.p2-thinks} 
+tr {09557.t2} {09557.f} {09557.p5} -> {09557.p6} 
+tr {09557.t3|09558.t1} : a9556 {09557.f} {09558.p1} -> {09558.p3} 
+tr {09558.e} {09558.p6} {09558.p3} -> {09558.p4-eats} 
+tr {09558.t} {09558.p2-thinks} -> {09558.p1} {09558.p5} 
+tr {09558.t0|09559.t4} : b9557 {09559.p4-eats} -> {09558.f} {09559.f} {09559.p2-thinks} 
+tr {09558.t2} {09558.f} {09558.p5} -> {09558.p6} 
+tr {09558.t3|09559.t1} : a9557 {09558.f} {09559.p1} -> {09559.p3} 
+tr {09559.e} {09559.p6} {09559.p3} -> {09559.p4-eats} 
+tr {09559.t} {09559.p2-thinks} -> {09559.p1} {09559.p5} 
+tr {09559.t0|09560.t4} : b9558 {09560.p4-eats} -> {09559.f} {09560.f} {09560.p2-thinks} 
+tr {09559.t2} {09559.f} {09559.p5} -> {09559.p6} 
+tr {09559.t3|09560.t1} : a9558 {09559.f} {09560.p1} -> {09560.p3} 
+tr {09560.e} {09560.p6} {09560.p3} -> {09560.p4-eats} 
+tr {09560.t} {09560.p2-thinks} -> {09560.p1} {09560.p5} 
+tr {09560.t0|09561.t4} : b9559 {09561.p4-eats} -> {09560.f} {09561.f} {09561.p2-thinks} 
+tr {09560.t2} {09560.f} {09560.p5} -> {09560.p6} 
+tr {09560.t3|09561.t1} : a9559 {09560.f} {09561.p1} -> {09561.p3} 
+tr {09561.e} {09561.p6} {09561.p3} -> {09561.p4-eats} 
+tr {09561.t} {09561.p2-thinks} -> {09561.p1} {09561.p5} 
+tr {09561.t0|09562.t4} : b9560 {09562.p4-eats} -> {09561.f} {09562.f} {09562.p2-thinks} 
+tr {09561.t2} {09561.f} {09561.p5} -> {09561.p6} 
+tr {09561.t3|09562.t1} : a9560 {09561.f} {09562.p1} -> {09562.p3} 
+tr {09562.e} {09562.p6} {09562.p3} -> {09562.p4-eats} 
+tr {09562.t} {09562.p2-thinks} -> {09562.p1} {09562.p5} 
+tr {09562.t0|09563.t4} : b9561 {09563.p4-eats} -> {09562.f} {09563.f} {09563.p2-thinks} 
+tr {09562.t2} {09562.f} {09562.p5} -> {09562.p6} 
+tr {09562.t3|09563.t1} : a9561 {09562.f} {09563.p1} -> {09563.p3} 
+tr {09563.e} {09563.p6} {09563.p3} -> {09563.p4-eats} 
+tr {09563.t} {09563.p2-thinks} -> {09563.p1} {09563.p5} 
+tr {09563.t0|09564.t4} : b9562 {09564.p4-eats} -> {09563.f} {09564.f} {09564.p2-thinks} 
+tr {09563.t2} {09563.f} {09563.p5} -> {09563.p6} 
+tr {09563.t3|09564.t1} : a9562 {09563.f} {09564.p1} -> {09564.p3} 
+tr {09564.e} {09564.p6} {09564.p3} -> {09564.p4-eats} 
+tr {09564.t} {09564.p2-thinks} -> {09564.p1} {09564.p5} 
+tr {09564.t0|09565.t4} : b9563 {09565.p4-eats} -> {09564.f} {09565.f} {09565.p2-thinks} 
+tr {09564.t2} {09564.f} {09564.p5} -> {09564.p6} 
+tr {09564.t3|09565.t1} : a9563 {09564.f} {09565.p1} -> {09565.p3} 
+tr {09565.e} {09565.p6} {09565.p3} -> {09565.p4-eats} 
+tr {09565.t} {09565.p2-thinks} -> {09565.p1} {09565.p5} 
+tr {09565.t0|09566.t4} : b9564 {09566.p4-eats} -> {09565.f} {09566.f} {09566.p2-thinks} 
+tr {09565.t2} {09565.f} {09565.p5} -> {09565.p6} 
+tr {09565.t3|09566.t1} : a9564 {09565.f} {09566.p1} -> {09566.p3} 
+tr {09566.e} {09566.p6} {09566.p3} -> {09566.p4-eats} 
+tr {09566.t} {09566.p2-thinks} -> {09566.p1} {09566.p5} 
+tr {09566.t0|09567.t4} : b9565 {09567.p4-eats} -> {09566.f} {09567.f} {09567.p2-thinks} 
+tr {09566.t2} {09566.f} {09566.p5} -> {09566.p6} 
+tr {09566.t3|09567.t1} : a9565 {09566.f} {09567.p1} -> {09567.p3} 
+tr {09567.e} {09567.p6} {09567.p3} -> {09567.p4-eats} 
+tr {09567.t} {09567.p2-thinks} -> {09567.p1} {09567.p5} 
+tr {09567.t0|09568.t4} : b9566 {09568.p4-eats} -> {09567.f} {09568.f} {09568.p2-thinks} 
+tr {09567.t2} {09567.f} {09567.p5} -> {09567.p6} 
+tr {09567.t3|09568.t1} : a9566 {09567.f} {09568.p1} -> {09568.p3} 
+tr {09568.e} {09568.p6} {09568.p3} -> {09568.p4-eats} 
+tr {09568.t} {09568.p2-thinks} -> {09568.p1} {09568.p5} 
+tr {09568.t0|09569.t4} : b9567 {09569.p4-eats} -> {09568.f} {09569.f} {09569.p2-thinks} 
+tr {09568.t2} {09568.f} {09568.p5} -> {09568.p6} 
+tr {09568.t3|09569.t1} : a9567 {09568.f} {09569.p1} -> {09569.p3} 
+tr {09569.e} {09569.p6} {09569.p3} -> {09569.p4-eats} 
+tr {09569.t} {09569.p2-thinks} -> {09569.p1} {09569.p5} 
+tr {09569.t0|09570.t4} : b9568 {09570.p4-eats} -> {09569.f} {09570.f} {09570.p2-thinks} 
+tr {09569.t2} {09569.f} {09569.p5} -> {09569.p6} 
+tr {09569.t3|09570.t1} : a9568 {09569.f} {09570.p1} -> {09570.p3} 
+tr {09570.e} {09570.p6} {09570.p3} -> {09570.p4-eats} 
+tr {09570.t} {09570.p2-thinks} -> {09570.p1} {09570.p5} 
+tr {09570.t0|09571.t4} : b9569 {09571.p4-eats} -> {09570.f} {09571.f} {09571.p2-thinks} 
+tr {09570.t2} {09570.f} {09570.p5} -> {09570.p6} 
+tr {09570.t3|09571.t1} : a9569 {09570.f} {09571.p1} -> {09571.p3} 
+tr {09571.e} {09571.p6} {09571.p3} -> {09571.p4-eats} 
+tr {09571.t} {09571.p2-thinks} -> {09571.p1} {09571.p5} 
+tr {09571.t0|09572.t4} : b9570 {09572.p4-eats} -> {09571.f} {09572.f} {09572.p2-thinks} 
+tr {09571.t2} {09571.f} {09571.p5} -> {09571.p6} 
+tr {09571.t3|09572.t1} : a9570 {09571.f} {09572.p1} -> {09572.p3} 
+tr {09572.e} {09572.p6} {09572.p3} -> {09572.p4-eats} 
+tr {09572.t} {09572.p2-thinks} -> {09572.p1} {09572.p5} 
+tr {09572.t0|09573.t4} : b9571 {09573.p4-eats} -> {09572.f} {09573.f} {09573.p2-thinks} 
+tr {09572.t2} {09572.f} {09572.p5} -> {09572.p6} 
+tr {09572.t3|09573.t1} : a9571 {09572.f} {09573.p1} -> {09573.p3} 
+tr {09573.e} {09573.p6} {09573.p3} -> {09573.p4-eats} 
+tr {09573.t} {09573.p2-thinks} -> {09573.p1} {09573.p5} 
+tr {09573.t0|09574.t4} : b9572 {09574.p4-eats} -> {09573.f} {09574.f} {09574.p2-thinks} 
+tr {09573.t2} {09573.f} {09573.p5} -> {09573.p6} 
+tr {09573.t3|09574.t1} : a9572 {09573.f} {09574.p1} -> {09574.p3} 
+tr {09574.e} {09574.p6} {09574.p3} -> {09574.p4-eats} 
+tr {09574.t} {09574.p2-thinks} -> {09574.p1} {09574.p5} 
+tr {09574.t0|09575.t4} : b9573 {09575.p4-eats} -> {09574.f} {09575.f} {09575.p2-thinks} 
+tr {09574.t2} {09574.f} {09574.p5} -> {09574.p6} 
+tr {09574.t3|09575.t1} : a9573 {09574.f} {09575.p1} -> {09575.p3} 
+tr {09575.e} {09575.p6} {09575.p3} -> {09575.p4-eats} 
+tr {09575.t} {09575.p2-thinks} -> {09575.p1} {09575.p5} 
+tr {09575.t0|09576.t4} : b9574 {09576.p4-eats} -> {09575.f} {09576.f} {09576.p2-thinks} 
+tr {09575.t2} {09575.f} {09575.p5} -> {09575.p6} 
+tr {09575.t3|09576.t1} : a9574 {09575.f} {09576.p1} -> {09576.p3} 
+tr {09576.e} {09576.p6} {09576.p3} -> {09576.p4-eats} 
+tr {09576.t} {09576.p2-thinks} -> {09576.p1} {09576.p5} 
+tr {09576.t0|09577.t4} : b9575 {09577.p4-eats} -> {09576.f} {09577.f} {09577.p2-thinks} 
+tr {09576.t2} {09576.f} {09576.p5} -> {09576.p6} 
+tr {09576.t3|09577.t1} : a9575 {09576.f} {09577.p1} -> {09577.p3} 
+tr {09577.e} {09577.p6} {09577.p3} -> {09577.p4-eats} 
+tr {09577.t} {09577.p2-thinks} -> {09577.p1} {09577.p5} 
+tr {09577.t0|09578.t4} : b9576 {09578.p4-eats} -> {09577.f} {09578.f} {09578.p2-thinks} 
+tr {09577.t2} {09577.f} {09577.p5} -> {09577.p6} 
+tr {09577.t3|09578.t1} : a9576 {09577.f} {09578.p1} -> {09578.p3} 
+tr {09578.e} {09578.p6} {09578.p3} -> {09578.p4-eats} 
+tr {09578.t} {09578.p2-thinks} -> {09578.p1} {09578.p5} 
+tr {09578.t0|09579.t4} : b9577 {09579.p4-eats} -> {09578.f} {09579.f} {09579.p2-thinks} 
+tr {09578.t2} {09578.f} {09578.p5} -> {09578.p6} 
+tr {09578.t3|09579.t1} : a9577 {09578.f} {09579.p1} -> {09579.p3} 
+tr {09579.e} {09579.p6} {09579.p3} -> {09579.p4-eats} 
+tr {09579.t} {09579.p2-thinks} -> {09579.p1} {09579.p5} 
+tr {09579.t0|09580.t4} : b9578 {09580.p4-eats} -> {09579.f} {09580.f} {09580.p2-thinks} 
+tr {09579.t2} {09579.f} {09579.p5} -> {09579.p6} 
+tr {09579.t3|09580.t1} : a9578 {09579.f} {09580.p1} -> {09580.p3} 
+tr {09580.e} {09580.p6} {09580.p3} -> {09580.p4-eats} 
+tr {09580.t} {09580.p2-thinks} -> {09580.p1} {09580.p5} 
+tr {09580.t0|09581.t4} : b9579 {09581.p4-eats} -> {09580.f} {09581.f} {09581.p2-thinks} 
+tr {09580.t2} {09580.f} {09580.p5} -> {09580.p6} 
+tr {09580.t3|09581.t1} : a9579 {09580.f} {09581.p1} -> {09581.p3} 
+tr {09581.e} {09581.p6} {09581.p3} -> {09581.p4-eats} 
+tr {09581.t} {09581.p2-thinks} -> {09581.p1} {09581.p5} 
+tr {09581.t0|09582.t4} : b9580 {09582.p4-eats} -> {09581.f} {09582.f} {09582.p2-thinks} 
+tr {09581.t2} {09581.f} {09581.p5} -> {09581.p6} 
+tr {09581.t3|09582.t1} : a9580 {09581.f} {09582.p1} -> {09582.p3} 
+tr {09582.e} {09582.p6} {09582.p3} -> {09582.p4-eats} 
+tr {09582.t} {09582.p2-thinks} -> {09582.p1} {09582.p5} 
+tr {09582.t0|09583.t4} : b9581 {09583.p4-eats} -> {09582.f} {09583.f} {09583.p2-thinks} 
+tr {09582.t2} {09582.f} {09582.p5} -> {09582.p6} 
+tr {09582.t3|09583.t1} : a9581 {09582.f} {09583.p1} -> {09583.p3} 
+tr {09583.e} {09583.p6} {09583.p3} -> {09583.p4-eats} 
+tr {09583.t} {09583.p2-thinks} -> {09583.p1} {09583.p5} 
+tr {09583.t0|09584.t4} : b9582 {09584.p4-eats} -> {09583.f} {09584.f} {09584.p2-thinks} 
+tr {09583.t2} {09583.f} {09583.p5} -> {09583.p6} 
+tr {09583.t3|09584.t1} : a9582 {09583.f} {09584.p1} -> {09584.p3} 
+tr {09584.e} {09584.p6} {09584.p3} -> {09584.p4-eats} 
+tr {09584.t} {09584.p2-thinks} -> {09584.p1} {09584.p5} 
+tr {09584.t0|09585.t4} : b9583 {09585.p4-eats} -> {09584.f} {09585.f} {09585.p2-thinks} 
+tr {09584.t2} {09584.f} {09584.p5} -> {09584.p6} 
+tr {09584.t3|09585.t1} : a9583 {09584.f} {09585.p1} -> {09585.p3} 
+tr {09585.e} {09585.p6} {09585.p3} -> {09585.p4-eats} 
+tr {09585.t} {09585.p2-thinks} -> {09585.p1} {09585.p5} 
+tr {09585.t0|09586.t4} : b9584 {09586.p4-eats} -> {09585.f} {09586.f} {09586.p2-thinks} 
+tr {09585.t2} {09585.f} {09585.p5} -> {09585.p6} 
+tr {09585.t3|09586.t1} : a9584 {09585.f} {09586.p1} -> {09586.p3} 
+tr {09586.e} {09586.p6} {09586.p3} -> {09586.p4-eats} 
+tr {09586.t} {09586.p2-thinks} -> {09586.p1} {09586.p5} 
+tr {09586.t0|09587.t4} : b9585 {09587.p4-eats} -> {09586.f} {09587.f} {09587.p2-thinks} 
+tr {09586.t2} {09586.f} {09586.p5} -> {09586.p6} 
+tr {09586.t3|09587.t1} : a9585 {09586.f} {09587.p1} -> {09587.p3} 
+tr {09587.e} {09587.p6} {09587.p3} -> {09587.p4-eats} 
+tr {09587.t} {09587.p2-thinks} -> {09587.p1} {09587.p5} 
+tr {09587.t0|09588.t4} : b9586 {09588.p4-eats} -> {09587.f} {09588.f} {09588.p2-thinks} 
+tr {09587.t2} {09587.f} {09587.p5} -> {09587.p6} 
+tr {09587.t3|09588.t1} : a9586 {09587.f} {09588.p1} -> {09588.p3} 
+tr {09588.e} {09588.p6} {09588.p3} -> {09588.p4-eats} 
+tr {09588.t} {09588.p2-thinks} -> {09588.p1} {09588.p5} 
+tr {09588.t0|09589.t4} : b9587 {09589.p4-eats} -> {09588.f} {09589.f} {09589.p2-thinks} 
+tr {09588.t2} {09588.f} {09588.p5} -> {09588.p6} 
+tr {09588.t3|09589.t1} : a9587 {09588.f} {09589.p1} -> {09589.p3} 
+tr {09589.e} {09589.p6} {09589.p3} -> {09589.p4-eats} 
+tr {09589.t} {09589.p2-thinks} -> {09589.p1} {09589.p5} 
+tr {09589.t0|09590.t4} : b9588 {09590.p4-eats} -> {09589.f} {09590.f} {09590.p2-thinks} 
+tr {09589.t2} {09589.f} {09589.p5} -> {09589.p6} 
+tr {09589.t3|09590.t1} : a9588 {09589.f} {09590.p1} -> {09590.p3} 
+tr {09590.e} {09590.p6} {09590.p3} -> {09590.p4-eats} 
+tr {09590.t} {09590.p2-thinks} -> {09590.p1} {09590.p5} 
+tr {09590.t0|09591.t4} : b9589 {09591.p4-eats} -> {09590.f} {09591.f} {09591.p2-thinks} 
+tr {09590.t2} {09590.f} {09590.p5} -> {09590.p6} 
+tr {09590.t3|09591.t1} : a9589 {09590.f} {09591.p1} -> {09591.p3} 
+tr {09591.e} {09591.p6} {09591.p3} -> {09591.p4-eats} 
+tr {09591.t} {09591.p2-thinks} -> {09591.p1} {09591.p5} 
+tr {09591.t0|09592.t4} : b9590 {09592.p4-eats} -> {09591.f} {09592.f} {09592.p2-thinks} 
+tr {09591.t2} {09591.f} {09591.p5} -> {09591.p6} 
+tr {09591.t3|09592.t1} : a9590 {09591.f} {09592.p1} -> {09592.p3} 
+tr {09592.e} {09592.p6} {09592.p3} -> {09592.p4-eats} 
+tr {09592.t} {09592.p2-thinks} -> {09592.p1} {09592.p5} 
+tr {09592.t0|09593.t4} : b9591 {09593.p4-eats} -> {09592.f} {09593.f} {09593.p2-thinks} 
+tr {09592.t2} {09592.f} {09592.p5} -> {09592.p6} 
+tr {09592.t3|09593.t1} : a9591 {09592.f} {09593.p1} -> {09593.p3} 
+tr {09593.e} {09593.p6} {09593.p3} -> {09593.p4-eats} 
+tr {09593.t} {09593.p2-thinks} -> {09593.p1} {09593.p5} 
+tr {09593.t0|09594.t4} : b9592 {09594.p4-eats} -> {09593.f} {09594.f} {09594.p2-thinks} 
+tr {09593.t2} {09593.f} {09593.p5} -> {09593.p6} 
+tr {09593.t3|09594.t1} : a9592 {09593.f} {09594.p1} -> {09594.p3} 
+tr {09594.e} {09594.p6} {09594.p3} -> {09594.p4-eats} 
+tr {09594.t} {09594.p2-thinks} -> {09594.p1} {09594.p5} 
+tr {09594.t0|09595.t4} : b9593 {09595.p4-eats} -> {09594.f} {09595.f} {09595.p2-thinks} 
+tr {09594.t2} {09594.f} {09594.p5} -> {09594.p6} 
+tr {09594.t3|09595.t1} : a9593 {09594.f} {09595.p1} -> {09595.p3} 
+tr {09595.e} {09595.p6} {09595.p3} -> {09595.p4-eats} 
+tr {09595.t} {09595.p2-thinks} -> {09595.p1} {09595.p5} 
+tr {09595.t0|09596.t4} : b9594 {09596.p4-eats} -> {09595.f} {09596.f} {09596.p2-thinks} 
+tr {09595.t2} {09595.f} {09595.p5} -> {09595.p6} 
+tr {09595.t3|09596.t1} : a9594 {09595.f} {09596.p1} -> {09596.p3} 
+tr {09596.e} {09596.p6} {09596.p3} -> {09596.p4-eats} 
+tr {09596.t} {09596.p2-thinks} -> {09596.p1} {09596.p5} 
+tr {09596.t0|09597.t4} : b9595 {09597.p4-eats} -> {09596.f} {09597.f} {09597.p2-thinks} 
+tr {09596.t2} {09596.f} {09596.p5} -> {09596.p6} 
+tr {09596.t3|09597.t1} : a9595 {09596.f} {09597.p1} -> {09597.p3} 
+tr {09597.e} {09597.p6} {09597.p3} -> {09597.p4-eats} 
+tr {09597.t} {09597.p2-thinks} -> {09597.p1} {09597.p5} 
+tr {09597.t0|09598.t4} : b9596 {09598.p4-eats} -> {09597.f} {09598.f} {09598.p2-thinks} 
+tr {09597.t2} {09597.f} {09597.p5} -> {09597.p6} 
+tr {09597.t3|09598.t1} : a9596 {09597.f} {09598.p1} -> {09598.p3} 
+tr {09598.e} {09598.p6} {09598.p3} -> {09598.p4-eats} 
+tr {09598.t} {09598.p2-thinks} -> {09598.p1} {09598.p5} 
+tr {09598.t0|09599.t4} : b9597 {09599.p4-eats} -> {09598.f} {09599.f} {09599.p2-thinks} 
+tr {09598.t2} {09598.f} {09598.p5} -> {09598.p6} 
+tr {09598.t3|09599.t1} : a9597 {09598.f} {09599.p1} -> {09599.p3} 
+tr {09599.e} {09599.p6} {09599.p3} -> {09599.p4-eats} 
+tr {09599.t} {09599.p2-thinks} -> {09599.p1} {09599.p5} 
+tr {09599.t0|09600.t4} : b9598 {09600.p4-eats} -> {09599.f} {09600.f} {09600.p2-thinks} 
+tr {09599.t2} {09599.f} {09599.p5} -> {09599.p6} 
+tr {09599.t3|09600.t1} : a9598 {09599.f} {09600.p1} -> {09600.p3} 
+tr {09600.e} {09600.p6} {09600.p3} -> {09600.p4-eats} 
+tr {09600.t} {09600.p2-thinks} -> {09600.p1} {09600.p5} 
+tr {09600.t0|09601.t4} : b9599 {09601.p4-eats} -> {09600.f} {09601.f} {09601.p2-thinks} 
+tr {09600.t2} {09600.f} {09600.p5} -> {09600.p6} 
+tr {09600.t3|09601.t1} : a9599 {09600.f} {09601.p1} -> {09601.p3} 
+tr {09601.e} {09601.p6} {09601.p3} -> {09601.p4-eats} 
+tr {09601.t} {09601.p2-thinks} -> {09601.p1} {09601.p5} 
+tr {09601.t0|09602.t4} : b9600 {09602.p4-eats} -> {09601.f} {09602.f} {09602.p2-thinks} 
+tr {09601.t2} {09601.f} {09601.p5} -> {09601.p6} 
+tr {09601.t3|09602.t1} : a9600 {09601.f} {09602.p1} -> {09602.p3} 
+tr {09602.e} {09602.p6} {09602.p3} -> {09602.p4-eats} 
+tr {09602.t} {09602.p2-thinks} -> {09602.p1} {09602.p5} 
+tr {09602.t0|09603.t4} : b9601 {09603.p4-eats} -> {09602.f} {09603.f} {09603.p2-thinks} 
+tr {09602.t2} {09602.f} {09602.p5} -> {09602.p6} 
+tr {09602.t3|09603.t1} : a9601 {09602.f} {09603.p1} -> {09603.p3} 
+tr {09603.e} {09603.p6} {09603.p3} -> {09603.p4-eats} 
+tr {09603.t} {09603.p2-thinks} -> {09603.p1} {09603.p5} 
+tr {09603.t0|09604.t4} : b9602 {09604.p4-eats} -> {09603.f} {09604.f} {09604.p2-thinks} 
+tr {09603.t2} {09603.f} {09603.p5} -> {09603.p6} 
+tr {09603.t3|09604.t1} : a9602 {09603.f} {09604.p1} -> {09604.p3} 
+tr {09604.e} {09604.p6} {09604.p3} -> {09604.p4-eats} 
+tr {09604.t} {09604.p2-thinks} -> {09604.p1} {09604.p5} 
+tr {09604.t0|09605.t4} : b9603 {09605.p4-eats} -> {09604.f} {09605.f} {09605.p2-thinks} 
+tr {09604.t2} {09604.f} {09604.p5} -> {09604.p6} 
+tr {09604.t3|09605.t1} : a9603 {09604.f} {09605.p1} -> {09605.p3} 
+tr {09605.e} {09605.p6} {09605.p3} -> {09605.p4-eats} 
+tr {09605.t} {09605.p2-thinks} -> {09605.p1} {09605.p5} 
+tr {09605.t0|09606.t4} : b9604 {09606.p4-eats} -> {09605.f} {09606.f} {09606.p2-thinks} 
+tr {09605.t2} {09605.f} {09605.p5} -> {09605.p6} 
+tr {09605.t3|09606.t1} : a9604 {09605.f} {09606.p1} -> {09606.p3} 
+tr {09606.e} {09606.p6} {09606.p3} -> {09606.p4-eats} 
+tr {09606.t} {09606.p2-thinks} -> {09606.p1} {09606.p5} 
+tr {09606.t0|09607.t4} : b9605 {09607.p4-eats} -> {09606.f} {09607.f} {09607.p2-thinks} 
+tr {09606.t2} {09606.f} {09606.p5} -> {09606.p6} 
+tr {09606.t3|09607.t1} : a9605 {09606.f} {09607.p1} -> {09607.p3} 
+tr {09607.e} {09607.p6} {09607.p3} -> {09607.p4-eats} 
+tr {09607.t} {09607.p2-thinks} -> {09607.p1} {09607.p5} 
+tr {09607.t0|09608.t4} : b9606 {09608.p4-eats} -> {09607.f} {09608.f} {09608.p2-thinks} 
+tr {09607.t2} {09607.f} {09607.p5} -> {09607.p6} 
+tr {09607.t3|09608.t1} : a9606 {09607.f} {09608.p1} -> {09608.p3} 
+tr {09608.e} {09608.p6} {09608.p3} -> {09608.p4-eats} 
+tr {09608.t} {09608.p2-thinks} -> {09608.p1} {09608.p5} 
+tr {09608.t0|09609.t4} : b9607 {09609.p4-eats} -> {09608.f} {09609.f} {09609.p2-thinks} 
+tr {09608.t2} {09608.f} {09608.p5} -> {09608.p6} 
+tr {09608.t3|09609.t1} : a9607 {09608.f} {09609.p1} -> {09609.p3} 
+tr {09609.e} {09609.p6} {09609.p3} -> {09609.p4-eats} 
+tr {09609.t} {09609.p2-thinks} -> {09609.p1} {09609.p5} 
+tr {09609.t0|09610.t4} : b9608 {09610.p4-eats} -> {09609.f} {09610.f} {09610.p2-thinks} 
+tr {09609.t2} {09609.f} {09609.p5} -> {09609.p6} 
+tr {09609.t3|09610.t1} : a9608 {09609.f} {09610.p1} -> {09610.p3} 
+tr {09610.e} {09610.p6} {09610.p3} -> {09610.p4-eats} 
+tr {09610.t} {09610.p2-thinks} -> {09610.p1} {09610.p5} 
+tr {09610.t0|09611.t4} : b9609 {09611.p4-eats} -> {09610.f} {09611.f} {09611.p2-thinks} 
+tr {09610.t2} {09610.f} {09610.p5} -> {09610.p6} 
+tr {09610.t3|09611.t1} : a9609 {09610.f} {09611.p1} -> {09611.p3} 
+tr {09611.e} {09611.p6} {09611.p3} -> {09611.p4-eats} 
+tr {09611.t} {09611.p2-thinks} -> {09611.p1} {09611.p5} 
+tr {09611.t0|09612.t4} : b9610 {09612.p4-eats} -> {09611.f} {09612.f} {09612.p2-thinks} 
+tr {09611.t2} {09611.f} {09611.p5} -> {09611.p6} 
+tr {09611.t3|09612.t1} : a9610 {09611.f} {09612.p1} -> {09612.p3} 
+tr {09612.e} {09612.p6} {09612.p3} -> {09612.p4-eats} 
+tr {09612.t} {09612.p2-thinks} -> {09612.p1} {09612.p5} 
+tr {09612.t0|09613.t4} : b9611 {09613.p4-eats} -> {09612.f} {09613.f} {09613.p2-thinks} 
+tr {09612.t2} {09612.f} {09612.p5} -> {09612.p6} 
+tr {09612.t3|09613.t1} : a9611 {09612.f} {09613.p1} -> {09613.p3} 
+tr {09613.e} {09613.p6} {09613.p3} -> {09613.p4-eats} 
+tr {09613.t} {09613.p2-thinks} -> {09613.p1} {09613.p5} 
+tr {09613.t0|09614.t4} : b9612 {09614.p4-eats} -> {09613.f} {09614.f} {09614.p2-thinks} 
+tr {09613.t2} {09613.f} {09613.p5} -> {09613.p6} 
+tr {09613.t3|09614.t1} : a9612 {09613.f} {09614.p1} -> {09614.p3} 
+tr {09614.e} {09614.p6} {09614.p3} -> {09614.p4-eats} 
+tr {09614.t} {09614.p2-thinks} -> {09614.p1} {09614.p5} 
+tr {09614.t0|09615.t4} : b9613 {09615.p4-eats} -> {09614.f} {09615.f} {09615.p2-thinks} 
+tr {09614.t2} {09614.f} {09614.p5} -> {09614.p6} 
+tr {09614.t3|09615.t1} : a9613 {09614.f} {09615.p1} -> {09615.p3} 
+tr {09615.e} {09615.p6} {09615.p3} -> {09615.p4-eats} 
+tr {09615.t} {09615.p2-thinks} -> {09615.p1} {09615.p5} 
+tr {09615.t0|09616.t4} : b9614 {09616.p4-eats} -> {09615.f} {09616.f} {09616.p2-thinks} 
+tr {09615.t2} {09615.f} {09615.p5} -> {09615.p6} 
+tr {09615.t3|09616.t1} : a9614 {09615.f} {09616.p1} -> {09616.p3} 
+tr {09616.e} {09616.p6} {09616.p3} -> {09616.p4-eats} 
+tr {09616.t} {09616.p2-thinks} -> {09616.p1} {09616.p5} 
+tr {09616.t0|09617.t4} : b9615 {09617.p4-eats} -> {09616.f} {09617.f} {09617.p2-thinks} 
+tr {09616.t2} {09616.f} {09616.p5} -> {09616.p6} 
+tr {09616.t3|09617.t1} : a9615 {09616.f} {09617.p1} -> {09617.p3} 
+tr {09617.e} {09617.p6} {09617.p3} -> {09617.p4-eats} 
+tr {09617.t} {09617.p2-thinks} -> {09617.p1} {09617.p5} 
+tr {09617.t0|09618.t4} : b9616 {09618.p4-eats} -> {09617.f} {09618.f} {09618.p2-thinks} 
+tr {09617.t2} {09617.f} {09617.p5} -> {09617.p6} 
+tr {09617.t3|09618.t1} : a9616 {09617.f} {09618.p1} -> {09618.p3} 
+tr {09618.e} {09618.p6} {09618.p3} -> {09618.p4-eats} 
+tr {09618.t} {09618.p2-thinks} -> {09618.p1} {09618.p5} 
+tr {09618.t0|09619.t4} : b9617 {09619.p4-eats} -> {09618.f} {09619.f} {09619.p2-thinks} 
+tr {09618.t2} {09618.f} {09618.p5} -> {09618.p6} 
+tr {09618.t3|09619.t1} : a9617 {09618.f} {09619.p1} -> {09619.p3} 
+tr {09619.e} {09619.p6} {09619.p3} -> {09619.p4-eats} 
+tr {09619.t} {09619.p2-thinks} -> {09619.p1} {09619.p5} 
+tr {09619.t0|09620.t4} : b9618 {09620.p4-eats} -> {09619.f} {09620.f} {09620.p2-thinks} 
+tr {09619.t2} {09619.f} {09619.p5} -> {09619.p6} 
+tr {09619.t3|09620.t1} : a9618 {09619.f} {09620.p1} -> {09620.p3} 
+tr {09620.e} {09620.p6} {09620.p3} -> {09620.p4-eats} 
+tr {09620.t} {09620.p2-thinks} -> {09620.p1} {09620.p5} 
+tr {09620.t0|09621.t4} : b9619 {09621.p4-eats} -> {09620.f} {09621.f} {09621.p2-thinks} 
+tr {09620.t2} {09620.f} {09620.p5} -> {09620.p6} 
+tr {09620.t3|09621.t1} : a9619 {09620.f} {09621.p1} -> {09621.p3} 
+tr {09621.e} {09621.p6} {09621.p3} -> {09621.p4-eats} 
+tr {09621.t} {09621.p2-thinks} -> {09621.p1} {09621.p5} 
+tr {09621.t0|09622.t4} : b9620 {09622.p4-eats} -> {09621.f} {09622.f} {09622.p2-thinks} 
+tr {09621.t2} {09621.f} {09621.p5} -> {09621.p6} 
+tr {09621.t3|09622.t1} : a9620 {09621.f} {09622.p1} -> {09622.p3} 
+tr {09622.e} {09622.p6} {09622.p3} -> {09622.p4-eats} 
+tr {09622.t} {09622.p2-thinks} -> {09622.p1} {09622.p5} 
+tr {09622.t0|09623.t4} : b9621 {09623.p4-eats} -> {09622.f} {09623.f} {09623.p2-thinks} 
+tr {09622.t2} {09622.f} {09622.p5} -> {09622.p6} 
+tr {09622.t3|09623.t1} : a9621 {09622.f} {09623.p1} -> {09623.p3} 
+tr {09623.e} {09623.p6} {09623.p3} -> {09623.p4-eats} 
+tr {09623.t} {09623.p2-thinks} -> {09623.p1} {09623.p5} 
+tr {09623.t0|09624.t4} : b9622 {09624.p4-eats} -> {09623.f} {09624.f} {09624.p2-thinks} 
+tr {09623.t2} {09623.f} {09623.p5} -> {09623.p6} 
+tr {09623.t3|09624.t1} : a9622 {09623.f} {09624.p1} -> {09624.p3} 
+tr {09624.e} {09624.p6} {09624.p3} -> {09624.p4-eats} 
+tr {09624.t} {09624.p2-thinks} -> {09624.p1} {09624.p5} 
+tr {09624.t0|09625.t4} : b9623 {09625.p4-eats} -> {09624.f} {09625.f} {09625.p2-thinks} 
+tr {09624.t2} {09624.f} {09624.p5} -> {09624.p6} 
+tr {09624.t3|09625.t1} : a9623 {09624.f} {09625.p1} -> {09625.p3} 
+tr {09625.e} {09625.p6} {09625.p3} -> {09625.p4-eats} 
+tr {09625.t} {09625.p2-thinks} -> {09625.p1} {09625.p5} 
+tr {09625.t0|09626.t4} : b9624 {09626.p4-eats} -> {09625.f} {09626.f} {09626.p2-thinks} 
+tr {09625.t2} {09625.f} {09625.p5} -> {09625.p6} 
+tr {09625.t3|09626.t1} : a9624 {09625.f} {09626.p1} -> {09626.p3} 
+tr {09626.e} {09626.p6} {09626.p3} -> {09626.p4-eats} 
+tr {09626.t} {09626.p2-thinks} -> {09626.p1} {09626.p5} 
+tr {09626.t0|09627.t4} : b9625 {09627.p4-eats} -> {09626.f} {09627.f} {09627.p2-thinks} 
+tr {09626.t2} {09626.f} {09626.p5} -> {09626.p6} 
+tr {09626.t3|09627.t1} : a9625 {09626.f} {09627.p1} -> {09627.p3} 
+tr {09627.e} {09627.p6} {09627.p3} -> {09627.p4-eats} 
+tr {09627.t} {09627.p2-thinks} -> {09627.p1} {09627.p5} 
+tr {09627.t0|09628.t4} : b9626 {09628.p4-eats} -> {09627.f} {09628.f} {09628.p2-thinks} 
+tr {09627.t2} {09627.f} {09627.p5} -> {09627.p6} 
+tr {09627.t3|09628.t1} : a9626 {09627.f} {09628.p1} -> {09628.p3} 
+tr {09628.e} {09628.p6} {09628.p3} -> {09628.p4-eats} 
+tr {09628.t} {09628.p2-thinks} -> {09628.p1} {09628.p5} 
+tr {09628.t0|09629.t4} : b9627 {09629.p4-eats} -> {09628.f} {09629.f} {09629.p2-thinks} 
+tr {09628.t2} {09628.f} {09628.p5} -> {09628.p6} 
+tr {09628.t3|09629.t1} : a9627 {09628.f} {09629.p1} -> {09629.p3} 
+tr {09629.e} {09629.p6} {09629.p3} -> {09629.p4-eats} 
+tr {09629.t} {09629.p2-thinks} -> {09629.p1} {09629.p5} 
+tr {09629.t0|09630.t4} : b9628 {09630.p4-eats} -> {09629.f} {09630.f} {09630.p2-thinks} 
+tr {09629.t2} {09629.f} {09629.p5} -> {09629.p6} 
+tr {09629.t3|09630.t1} : a9628 {09629.f} {09630.p1} -> {09630.p3} 
+tr {09630.e} {09630.p6} {09630.p3} -> {09630.p4-eats} 
+tr {09630.t} {09630.p2-thinks} -> {09630.p1} {09630.p5} 
+tr {09630.t0|09631.t4} : b9629 {09631.p4-eats} -> {09630.f} {09631.f} {09631.p2-thinks} 
+tr {09630.t2} {09630.f} {09630.p5} -> {09630.p6} 
+tr {09630.t3|09631.t1} : a9629 {09630.f} {09631.p1} -> {09631.p3} 
+tr {09631.e} {09631.p6} {09631.p3} -> {09631.p4-eats} 
+tr {09631.t} {09631.p2-thinks} -> {09631.p1} {09631.p5} 
+tr {09631.t0|09632.t4} : b9630 {09632.p4-eats} -> {09631.f} {09632.f} {09632.p2-thinks} 
+tr {09631.t2} {09631.f} {09631.p5} -> {09631.p6} 
+tr {09631.t3|09632.t1} : a9630 {09631.f} {09632.p1} -> {09632.p3} 
+tr {09632.e} {09632.p6} {09632.p3} -> {09632.p4-eats} 
+tr {09632.t} {09632.p2-thinks} -> {09632.p1} {09632.p5} 
+tr {09632.t0|09633.t4} : b9631 {09633.p4-eats} -> {09632.f} {09633.f} {09633.p2-thinks} 
+tr {09632.t2} {09632.f} {09632.p5} -> {09632.p6} 
+tr {09632.t3|09633.t1} : a9631 {09632.f} {09633.p1} -> {09633.p3} 
+tr {09633.e} {09633.p6} {09633.p3} -> {09633.p4-eats} 
+tr {09633.t} {09633.p2-thinks} -> {09633.p1} {09633.p5} 
+tr {09633.t0|09634.t4} : b9632 {09634.p4-eats} -> {09633.f} {09634.f} {09634.p2-thinks} 
+tr {09633.t2} {09633.f} {09633.p5} -> {09633.p6} 
+tr {09633.t3|09634.t1} : a9632 {09633.f} {09634.p1} -> {09634.p3} 
+tr {09634.e} {09634.p6} {09634.p3} -> {09634.p4-eats} 
+tr {09634.t} {09634.p2-thinks} -> {09634.p1} {09634.p5} 
+tr {09634.t0|09635.t4} : b9633 {09635.p4-eats} -> {09634.f} {09635.f} {09635.p2-thinks} 
+tr {09634.t2} {09634.f} {09634.p5} -> {09634.p6} 
+tr {09634.t3|09635.t1} : a9633 {09634.f} {09635.p1} -> {09635.p3} 
+tr {09635.e} {09635.p6} {09635.p3} -> {09635.p4-eats} 
+tr {09635.t} {09635.p2-thinks} -> {09635.p1} {09635.p5} 
+tr {09635.t0|09636.t4} : b9634 {09636.p4-eats} -> {09635.f} {09636.f} {09636.p2-thinks} 
+tr {09635.t2} {09635.f} {09635.p5} -> {09635.p6} 
+tr {09635.t3|09636.t1} : a9634 {09635.f} {09636.p1} -> {09636.p3} 
+tr {09636.e} {09636.p6} {09636.p3} -> {09636.p4-eats} 
+tr {09636.t} {09636.p2-thinks} -> {09636.p1} {09636.p5} 
+tr {09636.t0|09637.t4} : b9635 {09637.p4-eats} -> {09636.f} {09637.f} {09637.p2-thinks} 
+tr {09636.t2} {09636.f} {09636.p5} -> {09636.p6} 
+tr {09636.t3|09637.t1} : a9635 {09636.f} {09637.p1} -> {09637.p3} 
+tr {09637.e} {09637.p6} {09637.p3} -> {09637.p4-eats} 
+tr {09637.t} {09637.p2-thinks} -> {09637.p1} {09637.p5} 
+tr {09637.t0|09638.t4} : b9636 {09638.p4-eats} -> {09637.f} {09638.f} {09638.p2-thinks} 
+tr {09637.t2} {09637.f} {09637.p5} -> {09637.p6} 
+tr {09637.t3|09638.t1} : a9636 {09637.f} {09638.p1} -> {09638.p3} 
+tr {09638.e} {09638.p6} {09638.p3} -> {09638.p4-eats} 
+tr {09638.t} {09638.p2-thinks} -> {09638.p1} {09638.p5} 
+tr {09638.t0|09639.t4} : b9637 {09639.p4-eats} -> {09638.f} {09639.f} {09639.p2-thinks} 
+tr {09638.t2} {09638.f} {09638.p5} -> {09638.p6} 
+tr {09638.t3|09639.t1} : a9637 {09638.f} {09639.p1} -> {09639.p3} 
+tr {09639.e} {09639.p6} {09639.p3} -> {09639.p4-eats} 
+tr {09639.t} {09639.p2-thinks} -> {09639.p1} {09639.p5} 
+tr {09639.t0|09640.t4} : b9638 {09640.p4-eats} -> {09639.f} {09640.f} {09640.p2-thinks} 
+tr {09639.t2} {09639.f} {09639.p5} -> {09639.p6} 
+tr {09639.t3|09640.t1} : a9638 {09639.f} {09640.p1} -> {09640.p3} 
+tr {09640.e} {09640.p6} {09640.p3} -> {09640.p4-eats} 
+tr {09640.t} {09640.p2-thinks} -> {09640.p1} {09640.p5} 
+tr {09640.t0|09641.t4} : b9639 {09641.p4-eats} -> {09640.f} {09641.f} {09641.p2-thinks} 
+tr {09640.t2} {09640.f} {09640.p5} -> {09640.p6} 
+tr {09640.t3|09641.t1} : a9639 {09640.f} {09641.p1} -> {09641.p3} 
+tr {09641.e} {09641.p6} {09641.p3} -> {09641.p4-eats} 
+tr {09641.t} {09641.p2-thinks} -> {09641.p1} {09641.p5} 
+tr {09641.t0|09642.t4} : b9640 {09642.p4-eats} -> {09641.f} {09642.f} {09642.p2-thinks} 
+tr {09641.t2} {09641.f} {09641.p5} -> {09641.p6} 
+tr {09641.t3|09642.t1} : a9640 {09641.f} {09642.p1} -> {09642.p3} 
+tr {09642.e} {09642.p6} {09642.p3} -> {09642.p4-eats} 
+tr {09642.t} {09642.p2-thinks} -> {09642.p1} {09642.p5} 
+tr {09642.t0|09643.t4} : b9641 {09643.p4-eats} -> {09642.f} {09643.f} {09643.p2-thinks} 
+tr {09642.t2} {09642.f} {09642.p5} -> {09642.p6} 
+tr {09642.t3|09643.t1} : a9641 {09642.f} {09643.p1} -> {09643.p3} 
+tr {09643.e} {09643.p6} {09643.p3} -> {09643.p4-eats} 
+tr {09643.t} {09643.p2-thinks} -> {09643.p1} {09643.p5} 
+tr {09643.t0|09644.t4} : b9642 {09644.p4-eats} -> {09643.f} {09644.f} {09644.p2-thinks} 
+tr {09643.t2} {09643.f} {09643.p5} -> {09643.p6} 
+tr {09643.t3|09644.t1} : a9642 {09643.f} {09644.p1} -> {09644.p3} 
+tr {09644.e} {09644.p6} {09644.p3} -> {09644.p4-eats} 
+tr {09644.t} {09644.p2-thinks} -> {09644.p1} {09644.p5} 
+tr {09644.t0|09645.t4} : b9643 {09645.p4-eats} -> {09644.f} {09645.f} {09645.p2-thinks} 
+tr {09644.t2} {09644.f} {09644.p5} -> {09644.p6} 
+tr {09644.t3|09645.t1} : a9643 {09644.f} {09645.p1} -> {09645.p3} 
+tr {09645.e} {09645.p6} {09645.p3} -> {09645.p4-eats} 
+tr {09645.t} {09645.p2-thinks} -> {09645.p1} {09645.p5} 
+tr {09645.t0|09646.t4} : b9644 {09646.p4-eats} -> {09645.f} {09646.f} {09646.p2-thinks} 
+tr {09645.t2} {09645.f} {09645.p5} -> {09645.p6} 
+tr {09645.t3|09646.t1} : a9644 {09645.f} {09646.p1} -> {09646.p3} 
+tr {09646.e} {09646.p6} {09646.p3} -> {09646.p4-eats} 
+tr {09646.t} {09646.p2-thinks} -> {09646.p1} {09646.p5} 
+tr {09646.t0|09647.t4} : b9645 {09647.p4-eats} -> {09646.f} {09647.f} {09647.p2-thinks} 
+tr {09646.t2} {09646.f} {09646.p5} -> {09646.p6} 
+tr {09646.t3|09647.t1} : a9645 {09646.f} {09647.p1} -> {09647.p3} 
+tr {09647.e} {09647.p6} {09647.p3} -> {09647.p4-eats} 
+tr {09647.t} {09647.p2-thinks} -> {09647.p1} {09647.p5} 
+tr {09647.t0|09648.t4} : b9646 {09648.p4-eats} -> {09647.f} {09648.f} {09648.p2-thinks} 
+tr {09647.t2} {09647.f} {09647.p5} -> {09647.p6} 
+tr {09647.t3|09648.t1} : a9646 {09647.f} {09648.p1} -> {09648.p3} 
+tr {09648.e} {09648.p6} {09648.p3} -> {09648.p4-eats} 
+tr {09648.t} {09648.p2-thinks} -> {09648.p1} {09648.p5} 
+tr {09648.t0|09649.t4} : b9647 {09649.p4-eats} -> {09648.f} {09649.f} {09649.p2-thinks} 
+tr {09648.t2} {09648.f} {09648.p5} -> {09648.p6} 
+tr {09648.t3|09649.t1} : a9647 {09648.f} {09649.p1} -> {09649.p3} 
+tr {09649.e} {09649.p6} {09649.p3} -> {09649.p4-eats} 
+tr {09649.t} {09649.p2-thinks} -> {09649.p1} {09649.p5} 
+tr {09649.t0|09650.t4} : b9648 {09650.p4-eats} -> {09649.f} {09650.f} {09650.p2-thinks} 
+tr {09649.t2} {09649.f} {09649.p5} -> {09649.p6} 
+tr {09649.t3|09650.t1} : a9648 {09649.f} {09650.p1} -> {09650.p3} 
+tr {09650.e} {09650.p6} {09650.p3} -> {09650.p4-eats} 
+tr {09650.t} {09650.p2-thinks} -> {09650.p1} {09650.p5} 
+tr {09650.t0|09651.t4} : b9649 {09651.p4-eats} -> {09650.f} {09651.f} {09651.p2-thinks} 
+tr {09650.t2} {09650.f} {09650.p5} -> {09650.p6} 
+tr {09650.t3|09651.t1} : a9649 {09650.f} {09651.p1} -> {09651.p3} 
+tr {09651.e} {09651.p6} {09651.p3} -> {09651.p4-eats} 
+tr {09651.t} {09651.p2-thinks} -> {09651.p1} {09651.p5} 
+tr {09651.t0|09652.t4} : b9650 {09652.p4-eats} -> {09651.f} {09652.f} {09652.p2-thinks} 
+tr {09651.t2} {09651.f} {09651.p5} -> {09651.p6} 
+tr {09651.t3|09652.t1} : a9650 {09651.f} {09652.p1} -> {09652.p3} 
+tr {09652.e} {09652.p6} {09652.p3} -> {09652.p4-eats} 
+tr {09652.t} {09652.p2-thinks} -> {09652.p1} {09652.p5} 
+tr {09652.t0|09653.t4} : b9651 {09653.p4-eats} -> {09652.f} {09653.f} {09653.p2-thinks} 
+tr {09652.t2} {09652.f} {09652.p5} -> {09652.p6} 
+tr {09652.t3|09653.t1} : a9651 {09652.f} {09653.p1} -> {09653.p3} 
+tr {09653.e} {09653.p6} {09653.p3} -> {09653.p4-eats} 
+tr {09653.t} {09653.p2-thinks} -> {09653.p1} {09653.p5} 
+tr {09653.t0|09654.t4} : b9652 {09654.p4-eats} -> {09653.f} {09654.f} {09654.p2-thinks} 
+tr {09653.t2} {09653.f} {09653.p5} -> {09653.p6} 
+tr {09653.t3|09654.t1} : a9652 {09653.f} {09654.p1} -> {09654.p3} 
+tr {09654.e} {09654.p6} {09654.p3} -> {09654.p4-eats} 
+tr {09654.t} {09654.p2-thinks} -> {09654.p1} {09654.p5} 
+tr {09654.t0|09655.t4} : b9653 {09655.p4-eats} -> {09654.f} {09655.f} {09655.p2-thinks} 
+tr {09654.t2} {09654.f} {09654.p5} -> {09654.p6} 
+tr {09654.t3|09655.t1} : a9653 {09654.f} {09655.p1} -> {09655.p3} 
+tr {09655.e} {09655.p6} {09655.p3} -> {09655.p4-eats} 
+tr {09655.t} {09655.p2-thinks} -> {09655.p1} {09655.p5} 
+tr {09655.t0|09656.t4} : b9654 {09656.p4-eats} -> {09655.f} {09656.f} {09656.p2-thinks} 
+tr {09655.t2} {09655.f} {09655.p5} -> {09655.p6} 
+tr {09655.t3|09656.t1} : a9654 {09655.f} {09656.p1} -> {09656.p3} 
+tr {09656.e} {09656.p6} {09656.p3} -> {09656.p4-eats} 
+tr {09656.t} {09656.p2-thinks} -> {09656.p1} {09656.p5} 
+tr {09656.t0|09657.t4} : b9655 {09657.p4-eats} -> {09656.f} {09657.f} {09657.p2-thinks} 
+tr {09656.t2} {09656.f} {09656.p5} -> {09656.p6} 
+tr {09656.t3|09657.t1} : a9655 {09656.f} {09657.p1} -> {09657.p3} 
+tr {09657.e} {09657.p6} {09657.p3} -> {09657.p4-eats} 
+tr {09657.t} {09657.p2-thinks} -> {09657.p1} {09657.p5} 
+tr {09657.t0|09658.t4} : b9656 {09658.p4-eats} -> {09657.f} {09658.f} {09658.p2-thinks} 
+tr {09657.t2} {09657.f} {09657.p5} -> {09657.p6} 
+tr {09657.t3|09658.t1} : a9656 {09657.f} {09658.p1} -> {09658.p3} 
+tr {09658.e} {09658.p6} {09658.p3} -> {09658.p4-eats} 
+tr {09658.t} {09658.p2-thinks} -> {09658.p1} {09658.p5} 
+tr {09658.t0|09659.t4} : b9657 {09659.p4-eats} -> {09658.f} {09659.f} {09659.p2-thinks} 
+tr {09658.t2} {09658.f} {09658.p5} -> {09658.p6} 
+tr {09658.t3|09659.t1} : a9657 {09658.f} {09659.p1} -> {09659.p3} 
+tr {09659.e} {09659.p6} {09659.p3} -> {09659.p4-eats} 
+tr {09659.t} {09659.p2-thinks} -> {09659.p1} {09659.p5} 
+tr {09659.t0|09660.t4} : b9658 {09660.p4-eats} -> {09659.f} {09660.f} {09660.p2-thinks} 
+tr {09659.t2} {09659.f} {09659.p5} -> {09659.p6} 
+tr {09659.t3|09660.t1} : a9658 {09659.f} {09660.p1} -> {09660.p3} 
+tr {09660.e} {09660.p6} {09660.p3} -> {09660.p4-eats} 
+tr {09660.t} {09660.p2-thinks} -> {09660.p1} {09660.p5} 
+tr {09660.t0|09661.t4} : b9659 {09661.p4-eats} -> {09660.f} {09661.f} {09661.p2-thinks} 
+tr {09660.t2} {09660.f} {09660.p5} -> {09660.p6} 
+tr {09660.t3|09661.t1} : a9659 {09660.f} {09661.p1} -> {09661.p3} 
+tr {09661.e} {09661.p6} {09661.p3} -> {09661.p4-eats} 
+tr {09661.t} {09661.p2-thinks} -> {09661.p1} {09661.p5} 
+tr {09661.t0|09662.t4} : b9660 {09662.p4-eats} -> {09661.f} {09662.f} {09662.p2-thinks} 
+tr {09661.t2} {09661.f} {09661.p5} -> {09661.p6} 
+tr {09661.t3|09662.t1} : a9660 {09661.f} {09662.p1} -> {09662.p3} 
+tr {09662.e} {09662.p6} {09662.p3} -> {09662.p4-eats} 
+tr {09662.t} {09662.p2-thinks} -> {09662.p1} {09662.p5} 
+tr {09662.t0|09663.t4} : b9661 {09663.p4-eats} -> {09662.f} {09663.f} {09663.p2-thinks} 
+tr {09662.t2} {09662.f} {09662.p5} -> {09662.p6} 
+tr {09662.t3|09663.t1} : a9661 {09662.f} {09663.p1} -> {09663.p3} 
+tr {09663.e} {09663.p6} {09663.p3} -> {09663.p4-eats} 
+tr {09663.t} {09663.p2-thinks} -> {09663.p1} {09663.p5} 
+tr {09663.t0|09664.t4} : b9662 {09664.p4-eats} -> {09663.f} {09664.f} {09664.p2-thinks} 
+tr {09663.t2} {09663.f} {09663.p5} -> {09663.p6} 
+tr {09663.t3|09664.t1} : a9662 {09663.f} {09664.p1} -> {09664.p3} 
+tr {09664.e} {09664.p6} {09664.p3} -> {09664.p4-eats} 
+tr {09664.t} {09664.p2-thinks} -> {09664.p1} {09664.p5} 
+tr {09664.t0|09665.t4} : b9663 {09665.p4-eats} -> {09664.f} {09665.f} {09665.p2-thinks} 
+tr {09664.t2} {09664.f} {09664.p5} -> {09664.p6} 
+tr {09664.t3|09665.t1} : a9663 {09664.f} {09665.p1} -> {09665.p3} 
+tr {09665.e} {09665.p6} {09665.p3} -> {09665.p4-eats} 
+tr {09665.t} {09665.p2-thinks} -> {09665.p1} {09665.p5} 
+tr {09665.t0|09666.t4} : b9664 {09666.p4-eats} -> {09665.f} {09666.f} {09666.p2-thinks} 
+tr {09665.t2} {09665.f} {09665.p5} -> {09665.p6} 
+tr {09665.t3|09666.t1} : a9664 {09665.f} {09666.p1} -> {09666.p3} 
+tr {09666.e} {09666.p6} {09666.p3} -> {09666.p4-eats} 
+tr {09666.t} {09666.p2-thinks} -> {09666.p1} {09666.p5} 
+tr {09666.t0|09667.t4} : b9665 {09667.p4-eats} -> {09666.f} {09667.f} {09667.p2-thinks} 
+tr {09666.t2} {09666.f} {09666.p5} -> {09666.p6} 
+tr {09666.t3|09667.t1} : a9665 {09666.f} {09667.p1} -> {09667.p3} 
+tr {09667.e} {09667.p6} {09667.p3} -> {09667.p4-eats} 
+tr {09667.t} {09667.p2-thinks} -> {09667.p1} {09667.p5} 
+tr {09667.t0|09668.t4} : b9666 {09668.p4-eats} -> {09667.f} {09668.f} {09668.p2-thinks} 
+tr {09667.t2} {09667.f} {09667.p5} -> {09667.p6} 
+tr {09667.t3|09668.t1} : a9666 {09667.f} {09668.p1} -> {09668.p3} 
+tr {09668.e} {09668.p6} {09668.p3} -> {09668.p4-eats} 
+tr {09668.t} {09668.p2-thinks} -> {09668.p1} {09668.p5} 
+tr {09668.t0|09669.t4} : b9667 {09669.p4-eats} -> {09668.f} {09669.f} {09669.p2-thinks} 
+tr {09668.t2} {09668.f} {09668.p5} -> {09668.p6} 
+tr {09668.t3|09669.t1} : a9667 {09668.f} {09669.p1} -> {09669.p3} 
+tr {09669.e} {09669.p6} {09669.p3} -> {09669.p4-eats} 
+tr {09669.t} {09669.p2-thinks} -> {09669.p1} {09669.p5} 
+tr {09669.t0|09670.t4} : b9668 {09670.p4-eats} -> {09669.f} {09670.f} {09670.p2-thinks} 
+tr {09669.t2} {09669.f} {09669.p5} -> {09669.p6} 
+tr {09669.t3|09670.t1} : a9668 {09669.f} {09670.p1} -> {09670.p3} 
+tr {09670.e} {09670.p6} {09670.p3} -> {09670.p4-eats} 
+tr {09670.t} {09670.p2-thinks} -> {09670.p1} {09670.p5} 
+tr {09670.t0|09671.t4} : b9669 {09671.p4-eats} -> {09670.f} {09671.f} {09671.p2-thinks} 
+tr {09670.t2} {09670.f} {09670.p5} -> {09670.p6} 
+tr {09670.t3|09671.t1} : a9669 {09670.f} {09671.p1} -> {09671.p3} 
+tr {09671.e} {09671.p6} {09671.p3} -> {09671.p4-eats} 
+tr {09671.t} {09671.p2-thinks} -> {09671.p1} {09671.p5} 
+tr {09671.t0|09672.t4} : b9670 {09672.p4-eats} -> {09671.f} {09672.f} {09672.p2-thinks} 
+tr {09671.t2} {09671.f} {09671.p5} -> {09671.p6} 
+tr {09671.t3|09672.t1} : a9670 {09671.f} {09672.p1} -> {09672.p3} 
+tr {09672.e} {09672.p6} {09672.p3} -> {09672.p4-eats} 
+tr {09672.t} {09672.p2-thinks} -> {09672.p1} {09672.p5} 
+tr {09672.t0|09673.t4} : b9671 {09673.p4-eats} -> {09672.f} {09673.f} {09673.p2-thinks} 
+tr {09672.t2} {09672.f} {09672.p5} -> {09672.p6} 
+tr {09672.t3|09673.t1} : a9671 {09672.f} {09673.p1} -> {09673.p3} 
+tr {09673.e} {09673.p6} {09673.p3} -> {09673.p4-eats} 
+tr {09673.t} {09673.p2-thinks} -> {09673.p1} {09673.p5} 
+tr {09673.t0|09674.t4} : b9672 {09674.p4-eats} -> {09673.f} {09674.f} {09674.p2-thinks} 
+tr {09673.t2} {09673.f} {09673.p5} -> {09673.p6} 
+tr {09673.t3|09674.t1} : a9672 {09673.f} {09674.p1} -> {09674.p3} 
+tr {09674.e} {09674.p6} {09674.p3} -> {09674.p4-eats} 
+tr {09674.t} {09674.p2-thinks} -> {09674.p1} {09674.p5} 
+tr {09674.t0|09675.t4} : b9673 {09675.p4-eats} -> {09674.f} {09675.f} {09675.p2-thinks} 
+tr {09674.t2} {09674.f} {09674.p5} -> {09674.p6} 
+tr {09674.t3|09675.t1} : a9673 {09674.f} {09675.p1} -> {09675.p3} 
+tr {09675.e} {09675.p6} {09675.p3} -> {09675.p4-eats} 
+tr {09675.t} {09675.p2-thinks} -> {09675.p1} {09675.p5} 
+tr {09675.t0|09676.t4} : b9674 {09676.p4-eats} -> {09675.f} {09676.f} {09676.p2-thinks} 
+tr {09675.t2} {09675.f} {09675.p5} -> {09675.p6} 
+tr {09675.t3|09676.t1} : a9674 {09675.f} {09676.p1} -> {09676.p3} 
+tr {09676.e} {09676.p6} {09676.p3} -> {09676.p4-eats} 
+tr {09676.t} {09676.p2-thinks} -> {09676.p1} {09676.p5} 
+tr {09676.t0|09677.t4} : b9675 {09677.p4-eats} -> {09676.f} {09677.f} {09677.p2-thinks} 
+tr {09676.t2} {09676.f} {09676.p5} -> {09676.p6} 
+tr {09676.t3|09677.t1} : a9675 {09676.f} {09677.p1} -> {09677.p3} 
+tr {09677.e} {09677.p6} {09677.p3} -> {09677.p4-eats} 
+tr {09677.t} {09677.p2-thinks} -> {09677.p1} {09677.p5} 
+tr {09677.t0|09678.t4} : b9676 {09678.p4-eats} -> {09677.f} {09678.f} {09678.p2-thinks} 
+tr {09677.t2} {09677.f} {09677.p5} -> {09677.p6} 
+tr {09677.t3|09678.t1} : a9676 {09677.f} {09678.p1} -> {09678.p3} 
+tr {09678.e} {09678.p6} {09678.p3} -> {09678.p4-eats} 
+tr {09678.t} {09678.p2-thinks} -> {09678.p1} {09678.p5} 
+tr {09678.t0|09679.t4} : b9677 {09679.p4-eats} -> {09678.f} {09679.f} {09679.p2-thinks} 
+tr {09678.t2} {09678.f} {09678.p5} -> {09678.p6} 
+tr {09678.t3|09679.t1} : a9677 {09678.f} {09679.p1} -> {09679.p3} 
+tr {09679.e} {09679.p6} {09679.p3} -> {09679.p4-eats} 
+tr {09679.t} {09679.p2-thinks} -> {09679.p1} {09679.p5} 
+tr {09679.t0|09680.t4} : b9678 {09680.p4-eats} -> {09679.f} {09680.f} {09680.p2-thinks} 
+tr {09679.t2} {09679.f} {09679.p5} -> {09679.p6} 
+tr {09679.t3|09680.t1} : a9678 {09679.f} {09680.p1} -> {09680.p3} 
+tr {09680.e} {09680.p6} {09680.p3} -> {09680.p4-eats} 
+tr {09680.t} {09680.p2-thinks} -> {09680.p1} {09680.p5} 
+tr {09680.t0|09681.t4} : b9679 {09681.p4-eats} -> {09680.f} {09681.f} {09681.p2-thinks} 
+tr {09680.t2} {09680.f} {09680.p5} -> {09680.p6} 
+tr {09680.t3|09681.t1} : a9679 {09680.f} {09681.p1} -> {09681.p3} 
+tr {09681.e} {09681.p6} {09681.p3} -> {09681.p4-eats} 
+tr {09681.t} {09681.p2-thinks} -> {09681.p1} {09681.p5} 
+tr {09681.t0|09682.t4} : b9680 {09682.p4-eats} -> {09681.f} {09682.f} {09682.p2-thinks} 
+tr {09681.t2} {09681.f} {09681.p5} -> {09681.p6} 
+tr {09681.t3|09682.t1} : a9680 {09681.f} {09682.p1} -> {09682.p3} 
+tr {09682.e} {09682.p6} {09682.p3} -> {09682.p4-eats} 
+tr {09682.t} {09682.p2-thinks} -> {09682.p1} {09682.p5} 
+tr {09682.t0|09683.t4} : b9681 {09683.p4-eats} -> {09682.f} {09683.f} {09683.p2-thinks} 
+tr {09682.t2} {09682.f} {09682.p5} -> {09682.p6} 
+tr {09682.t3|09683.t1} : a9681 {09682.f} {09683.p1} -> {09683.p3} 
+tr {09683.e} {09683.p6} {09683.p3} -> {09683.p4-eats} 
+tr {09683.t} {09683.p2-thinks} -> {09683.p1} {09683.p5} 
+tr {09683.t0|09684.t4} : b9682 {09684.p4-eats} -> {09683.f} {09684.f} {09684.p2-thinks} 
+tr {09683.t2} {09683.f} {09683.p5} -> {09683.p6} 
+tr {09683.t3|09684.t1} : a9682 {09683.f} {09684.p1} -> {09684.p3} 
+tr {09684.e} {09684.p6} {09684.p3} -> {09684.p4-eats} 
+tr {09684.t} {09684.p2-thinks} -> {09684.p1} {09684.p5} 
+tr {09684.t0|09685.t4} : b9683 {09685.p4-eats} -> {09684.f} {09685.f} {09685.p2-thinks} 
+tr {09684.t2} {09684.f} {09684.p5} -> {09684.p6} 
+tr {09684.t3|09685.t1} : a9683 {09684.f} {09685.p1} -> {09685.p3} 
+tr {09685.e} {09685.p6} {09685.p3} -> {09685.p4-eats} 
+tr {09685.t} {09685.p2-thinks} -> {09685.p1} {09685.p5} 
+tr {09685.t0|09686.t4} : b9684 {09686.p4-eats} -> {09685.f} {09686.f} {09686.p2-thinks} 
+tr {09685.t2} {09685.f} {09685.p5} -> {09685.p6} 
+tr {09685.t3|09686.t1} : a9684 {09685.f} {09686.p1} -> {09686.p3} 
+tr {09686.e} {09686.p6} {09686.p3} -> {09686.p4-eats} 
+tr {09686.t} {09686.p2-thinks} -> {09686.p1} {09686.p5} 
+tr {09686.t0|09687.t4} : b9685 {09687.p4-eats} -> {09686.f} {09687.f} {09687.p2-thinks} 
+tr {09686.t2} {09686.f} {09686.p5} -> {09686.p6} 
+tr {09686.t3|09687.t1} : a9685 {09686.f} {09687.p1} -> {09687.p3} 
+tr {09687.e} {09687.p6} {09687.p3} -> {09687.p4-eats} 
+tr {09687.t} {09687.p2-thinks} -> {09687.p1} {09687.p5} 
+tr {09687.t0|09688.t4} : b9686 {09688.p4-eats} -> {09687.f} {09688.f} {09688.p2-thinks} 
+tr {09687.t2} {09687.f} {09687.p5} -> {09687.p6} 
+tr {09687.t3|09688.t1} : a9686 {09687.f} {09688.p1} -> {09688.p3} 
+tr {09688.e} {09688.p6} {09688.p3} -> {09688.p4-eats} 
+tr {09688.t} {09688.p2-thinks} -> {09688.p1} {09688.p5} 
+tr {09688.t0|09689.t4} : b9687 {09689.p4-eats} -> {09688.f} {09689.f} {09689.p2-thinks} 
+tr {09688.t2} {09688.f} {09688.p5} -> {09688.p6} 
+tr {09688.t3|09689.t1} : a9687 {09688.f} {09689.p1} -> {09689.p3} 
+tr {09689.e} {09689.p6} {09689.p3} -> {09689.p4-eats} 
+tr {09689.t} {09689.p2-thinks} -> {09689.p1} {09689.p5} 
+tr {09689.t0|09690.t4} : b9688 {09690.p4-eats} -> {09689.f} {09690.f} {09690.p2-thinks} 
+tr {09689.t2} {09689.f} {09689.p5} -> {09689.p6} 
+tr {09689.t3|09690.t1} : a9688 {09689.f} {09690.p1} -> {09690.p3} 
+tr {09690.e} {09690.p6} {09690.p3} -> {09690.p4-eats} 
+tr {09690.t} {09690.p2-thinks} -> {09690.p1} {09690.p5} 
+tr {09690.t0|09691.t4} : b9689 {09691.p4-eats} -> {09690.f} {09691.f} {09691.p2-thinks} 
+tr {09690.t2} {09690.f} {09690.p5} -> {09690.p6} 
+tr {09690.t3|09691.t1} : a9689 {09690.f} {09691.p1} -> {09691.p3} 
+tr {09691.e} {09691.p6} {09691.p3} -> {09691.p4-eats} 
+tr {09691.t} {09691.p2-thinks} -> {09691.p1} {09691.p5} 
+tr {09691.t0|09692.t4} : b9690 {09692.p4-eats} -> {09691.f} {09692.f} {09692.p2-thinks} 
+tr {09691.t2} {09691.f} {09691.p5} -> {09691.p6} 
+tr {09691.t3|09692.t1} : a9690 {09691.f} {09692.p1} -> {09692.p3} 
+tr {09692.e} {09692.p6} {09692.p3} -> {09692.p4-eats} 
+tr {09692.t} {09692.p2-thinks} -> {09692.p1} {09692.p5} 
+tr {09692.t0|09693.t4} : b9691 {09693.p4-eats} -> {09692.f} {09693.f} {09693.p2-thinks} 
+tr {09692.t2} {09692.f} {09692.p5} -> {09692.p6} 
+tr {09692.t3|09693.t1} : a9691 {09692.f} {09693.p1} -> {09693.p3} 
+tr {09693.e} {09693.p6} {09693.p3} -> {09693.p4-eats} 
+tr {09693.t} {09693.p2-thinks} -> {09693.p1} {09693.p5} 
+tr {09693.t0|09694.t4} : b9692 {09694.p4-eats} -> {09693.f} {09694.f} {09694.p2-thinks} 
+tr {09693.t2} {09693.f} {09693.p5} -> {09693.p6} 
+tr {09693.t3|09694.t1} : a9692 {09693.f} {09694.p1} -> {09694.p3} 
+tr {09694.e} {09694.p6} {09694.p3} -> {09694.p4-eats} 
+tr {09694.t} {09694.p2-thinks} -> {09694.p1} {09694.p5} 
+tr {09694.t0|09695.t4} : b9693 {09695.p4-eats} -> {09694.f} {09695.f} {09695.p2-thinks} 
+tr {09694.t2} {09694.f} {09694.p5} -> {09694.p6} 
+tr {09694.t3|09695.t1} : a9693 {09694.f} {09695.p1} -> {09695.p3} 
+tr {09695.e} {09695.p6} {09695.p3} -> {09695.p4-eats} 
+tr {09695.t} {09695.p2-thinks} -> {09695.p1} {09695.p5} 
+tr {09695.t0|09696.t4} : b9694 {09696.p4-eats} -> {09695.f} {09696.f} {09696.p2-thinks} 
+tr {09695.t2} {09695.f} {09695.p5} -> {09695.p6} 
+tr {09695.t3|09696.t1} : a9694 {09695.f} {09696.p1} -> {09696.p3} 
+tr {09696.e} {09696.p6} {09696.p3} -> {09696.p4-eats} 
+tr {09696.t} {09696.p2-thinks} -> {09696.p1} {09696.p5} 
+tr {09696.t0|09697.t4} : b9695 {09697.p4-eats} -> {09696.f} {09697.f} {09697.p2-thinks} 
+tr {09696.t2} {09696.f} {09696.p5} -> {09696.p6} 
+tr {09696.t3|09697.t1} : a9695 {09696.f} {09697.p1} -> {09697.p3} 
+tr {09697.e} {09697.p6} {09697.p3} -> {09697.p4-eats} 
+tr {09697.t} {09697.p2-thinks} -> {09697.p1} {09697.p5} 
+tr {09697.t0|09698.t4} : b9696 {09698.p4-eats} -> {09697.f} {09698.f} {09698.p2-thinks} 
+tr {09697.t2} {09697.f} {09697.p5} -> {09697.p6} 
+tr {09697.t3|09698.t1} : a9696 {09697.f} {09698.p1} -> {09698.p3} 
+tr {09698.e} {09698.p6} {09698.p3} -> {09698.p4-eats} 
+tr {09698.t} {09698.p2-thinks} -> {09698.p1} {09698.p5} 
+tr {09698.t0|09699.t4} : b9697 {09699.p4-eats} -> {09698.f} {09699.f} {09699.p2-thinks} 
+tr {09698.t2} {09698.f} {09698.p5} -> {09698.p6} 
+tr {09698.t3|09699.t1} : a9697 {09698.f} {09699.p1} -> {09699.p3} 
+tr {09699.e} {09699.p6} {09699.p3} -> {09699.p4-eats} 
+tr {09699.t} {09699.p2-thinks} -> {09699.p1} {09699.p5} 
+tr {09699.t0|09700.t4} : b9698 {09700.p4-eats} -> {09699.f} {09700.f} {09700.p2-thinks} 
+tr {09699.t2} {09699.f} {09699.p5} -> {09699.p6} 
+tr {09699.t3|09700.t1} : a9698 {09699.f} {09700.p1} -> {09700.p3} 
+tr {09700.e} {09700.p6} {09700.p3} -> {09700.p4-eats} 
+tr {09700.t} {09700.p2-thinks} -> {09700.p1} {09700.p5} 
+tr {09700.t0|09701.t4} : b9699 {09701.p4-eats} -> {09700.f} {09701.f} {09701.p2-thinks} 
+tr {09700.t2} {09700.f} {09700.p5} -> {09700.p6} 
+tr {09700.t3|09701.t1} : a9699 {09700.f} {09701.p1} -> {09701.p3} 
+tr {09701.e} {09701.p6} {09701.p3} -> {09701.p4-eats} 
+tr {09701.t} {09701.p2-thinks} -> {09701.p1} {09701.p5} 
+tr {09701.t0|09702.t4} : b9700 {09702.p4-eats} -> {09701.f} {09702.f} {09702.p2-thinks} 
+tr {09701.t2} {09701.f} {09701.p5} -> {09701.p6} 
+tr {09701.t3|09702.t1} : a9700 {09701.f} {09702.p1} -> {09702.p3} 
+tr {09702.e} {09702.p6} {09702.p3} -> {09702.p4-eats} 
+tr {09702.t} {09702.p2-thinks} -> {09702.p1} {09702.p5} 
+tr {09702.t0|09703.t4} : b9701 {09703.p4-eats} -> {09702.f} {09703.f} {09703.p2-thinks} 
+tr {09702.t2} {09702.f} {09702.p5} -> {09702.p6} 
+tr {09702.t3|09703.t1} : a9701 {09702.f} {09703.p1} -> {09703.p3} 
+tr {09703.e} {09703.p6} {09703.p3} -> {09703.p4-eats} 
+tr {09703.t} {09703.p2-thinks} -> {09703.p1} {09703.p5} 
+tr {09703.t0|09704.t4} : b9702 {09704.p4-eats} -> {09703.f} {09704.f} {09704.p2-thinks} 
+tr {09703.t2} {09703.f} {09703.p5} -> {09703.p6} 
+tr {09703.t3|09704.t1} : a9702 {09703.f} {09704.p1} -> {09704.p3} 
+tr {09704.e} {09704.p6} {09704.p3} -> {09704.p4-eats} 
+tr {09704.t} {09704.p2-thinks} -> {09704.p1} {09704.p5} 
+tr {09704.t0|09705.t4} : b9703 {09705.p4-eats} -> {09704.f} {09705.f} {09705.p2-thinks} 
+tr {09704.t2} {09704.f} {09704.p5} -> {09704.p6} 
+tr {09704.t3|09705.t1} : a9703 {09704.f} {09705.p1} -> {09705.p3} 
+tr {09705.e} {09705.p6} {09705.p3} -> {09705.p4-eats} 
+tr {09705.t} {09705.p2-thinks} -> {09705.p1} {09705.p5} 
+tr {09705.t0|09706.t4} : b9704 {09706.p4-eats} -> {09705.f} {09706.f} {09706.p2-thinks} 
+tr {09705.t2} {09705.f} {09705.p5} -> {09705.p6} 
+tr {09705.t3|09706.t1} : a9704 {09705.f} {09706.p1} -> {09706.p3} 
+tr {09706.e} {09706.p6} {09706.p3} -> {09706.p4-eats} 
+tr {09706.t} {09706.p2-thinks} -> {09706.p1} {09706.p5} 
+tr {09706.t0|09707.t4} : b9705 {09707.p4-eats} -> {09706.f} {09707.f} {09707.p2-thinks} 
+tr {09706.t2} {09706.f} {09706.p5} -> {09706.p6} 
+tr {09706.t3|09707.t1} : a9705 {09706.f} {09707.p1} -> {09707.p3} 
+tr {09707.e} {09707.p6} {09707.p3} -> {09707.p4-eats} 
+tr {09707.t} {09707.p2-thinks} -> {09707.p1} {09707.p5} 
+tr {09707.t0|09708.t4} : b9706 {09708.p4-eats} -> {09707.f} {09708.f} {09708.p2-thinks} 
+tr {09707.t2} {09707.f} {09707.p5} -> {09707.p6} 
+tr {09707.t3|09708.t1} : a9706 {09707.f} {09708.p1} -> {09708.p3} 
+tr {09708.e} {09708.p6} {09708.p3} -> {09708.p4-eats} 
+tr {09708.t} {09708.p2-thinks} -> {09708.p1} {09708.p5} 
+tr {09708.t0|09709.t4} : b9707 {09709.p4-eats} -> {09708.f} {09709.f} {09709.p2-thinks} 
+tr {09708.t2} {09708.f} {09708.p5} -> {09708.p6} 
+tr {09708.t3|09709.t1} : a9707 {09708.f} {09709.p1} -> {09709.p3} 
+tr {09709.e} {09709.p6} {09709.p3} -> {09709.p4-eats} 
+tr {09709.t} {09709.p2-thinks} -> {09709.p1} {09709.p5} 
+tr {09709.t0|09710.t4} : b9708 {09710.p4-eats} -> {09709.f} {09710.f} {09710.p2-thinks} 
+tr {09709.t2} {09709.f} {09709.p5} -> {09709.p6} 
+tr {09709.t3|09710.t1} : a9708 {09709.f} {09710.p1} -> {09710.p3} 
+tr {09710.e} {09710.p6} {09710.p3} -> {09710.p4-eats} 
+tr {09710.t} {09710.p2-thinks} -> {09710.p1} {09710.p5} 
+tr {09710.t0|09711.t4} : b9709 {09711.p4-eats} -> {09710.f} {09711.f} {09711.p2-thinks} 
+tr {09710.t2} {09710.f} {09710.p5} -> {09710.p6} 
+tr {09710.t3|09711.t1} : a9709 {09710.f} {09711.p1} -> {09711.p3} 
+tr {09711.e} {09711.p6} {09711.p3} -> {09711.p4-eats} 
+tr {09711.t} {09711.p2-thinks} -> {09711.p1} {09711.p5} 
+tr {09711.t0|09712.t4} : b9710 {09712.p4-eats} -> {09711.f} {09712.f} {09712.p2-thinks} 
+tr {09711.t2} {09711.f} {09711.p5} -> {09711.p6} 
+tr {09711.t3|09712.t1} : a9710 {09711.f} {09712.p1} -> {09712.p3} 
+tr {09712.e} {09712.p6} {09712.p3} -> {09712.p4-eats} 
+tr {09712.t} {09712.p2-thinks} -> {09712.p1} {09712.p5} 
+tr {09712.t0|09713.t4} : b9711 {09713.p4-eats} -> {09712.f} {09713.f} {09713.p2-thinks} 
+tr {09712.t2} {09712.f} {09712.p5} -> {09712.p6} 
+tr {09712.t3|09713.t1} : a9711 {09712.f} {09713.p1} -> {09713.p3} 
+tr {09713.e} {09713.p6} {09713.p3} -> {09713.p4-eats} 
+tr {09713.t} {09713.p2-thinks} -> {09713.p1} {09713.p5} 
+tr {09713.t0|09714.t4} : b9712 {09714.p4-eats} -> {09713.f} {09714.f} {09714.p2-thinks} 
+tr {09713.t2} {09713.f} {09713.p5} -> {09713.p6} 
+tr {09713.t3|09714.t1} : a9712 {09713.f} {09714.p1} -> {09714.p3} 
+tr {09714.e} {09714.p6} {09714.p3} -> {09714.p4-eats} 
+tr {09714.t} {09714.p2-thinks} -> {09714.p1} {09714.p5} 
+tr {09714.t0|09715.t4} : b9713 {09715.p4-eats} -> {09714.f} {09715.f} {09715.p2-thinks} 
+tr {09714.t2} {09714.f} {09714.p5} -> {09714.p6} 
+tr {09714.t3|09715.t1} : a9713 {09714.f} {09715.p1} -> {09715.p3} 
+tr {09715.e} {09715.p6} {09715.p3} -> {09715.p4-eats} 
+tr {09715.t} {09715.p2-thinks} -> {09715.p1} {09715.p5} 
+tr {09715.t0|09716.t4} : b9714 {09716.p4-eats} -> {09715.f} {09716.f} {09716.p2-thinks} 
+tr {09715.t2} {09715.f} {09715.p5} -> {09715.p6} 
+tr {09715.t3|09716.t1} : a9714 {09715.f} {09716.p1} -> {09716.p3} 
+tr {09716.e} {09716.p6} {09716.p3} -> {09716.p4-eats} 
+tr {09716.t} {09716.p2-thinks} -> {09716.p1} {09716.p5} 
+tr {09716.t0|09717.t4} : b9715 {09717.p4-eats} -> {09716.f} {09717.f} {09717.p2-thinks} 
+tr {09716.t2} {09716.f} {09716.p5} -> {09716.p6} 
+tr {09716.t3|09717.t1} : a9715 {09716.f} {09717.p1} -> {09717.p3} 
+tr {09717.e} {09717.p6} {09717.p3} -> {09717.p4-eats} 
+tr {09717.t} {09717.p2-thinks} -> {09717.p1} {09717.p5} 
+tr {09717.t0|09718.t4} : b9716 {09718.p4-eats} -> {09717.f} {09718.f} {09718.p2-thinks} 
+tr {09717.t2} {09717.f} {09717.p5} -> {09717.p6} 
+tr {09717.t3|09718.t1} : a9716 {09717.f} {09718.p1} -> {09718.p3} 
+tr {09718.e} {09718.p6} {09718.p3} -> {09718.p4-eats} 
+tr {09718.t} {09718.p2-thinks} -> {09718.p1} {09718.p5} 
+tr {09718.t0|09719.t4} : b9717 {09719.p4-eats} -> {09718.f} {09719.f} {09719.p2-thinks} 
+tr {09718.t2} {09718.f} {09718.p5} -> {09718.p6} 
+tr {09718.t3|09719.t1} : a9717 {09718.f} {09719.p1} -> {09719.p3} 
+tr {09719.e} {09719.p6} {09719.p3} -> {09719.p4-eats} 
+tr {09719.t} {09719.p2-thinks} -> {09719.p1} {09719.p5} 
+tr {09719.t0|09720.t4} : b9718 {09720.p4-eats} -> {09719.f} {09720.f} {09720.p2-thinks} 
+tr {09719.t2} {09719.f} {09719.p5} -> {09719.p6} 
+tr {09719.t3|09720.t1} : a9718 {09719.f} {09720.p1} -> {09720.p3} 
+tr {09720.e} {09720.p6} {09720.p3} -> {09720.p4-eats} 
+tr {09720.t} {09720.p2-thinks} -> {09720.p1} {09720.p5} 
+tr {09720.t0|09721.t4} : b9719 {09721.p4-eats} -> {09720.f} {09721.f} {09721.p2-thinks} 
+tr {09720.t2} {09720.f} {09720.p5} -> {09720.p6} 
+tr {09720.t3|09721.t1} : a9719 {09720.f} {09721.p1} -> {09721.p3} 
+tr {09721.e} {09721.p6} {09721.p3} -> {09721.p4-eats} 
+tr {09721.t} {09721.p2-thinks} -> {09721.p1} {09721.p5} 
+tr {09721.t0|09722.t4} : b9720 {09722.p4-eats} -> {09721.f} {09722.f} {09722.p2-thinks} 
+tr {09721.t2} {09721.f} {09721.p5} -> {09721.p6} 
+tr {09721.t3|09722.t1} : a9720 {09721.f} {09722.p1} -> {09722.p3} 
+tr {09722.e} {09722.p6} {09722.p3} -> {09722.p4-eats} 
+tr {09722.t} {09722.p2-thinks} -> {09722.p1} {09722.p5} 
+tr {09722.t0|09723.t4} : b9721 {09723.p4-eats} -> {09722.f} {09723.f} {09723.p2-thinks} 
+tr {09722.t2} {09722.f} {09722.p5} -> {09722.p6} 
+tr {09722.t3|09723.t1} : a9721 {09722.f} {09723.p1} -> {09723.p3} 
+tr {09723.e} {09723.p6} {09723.p3} -> {09723.p4-eats} 
+tr {09723.t} {09723.p2-thinks} -> {09723.p1} {09723.p5} 
+tr {09723.t0|09724.t4} : b9722 {09724.p4-eats} -> {09723.f} {09724.f} {09724.p2-thinks} 
+tr {09723.t2} {09723.f} {09723.p5} -> {09723.p6} 
+tr {09723.t3|09724.t1} : a9722 {09723.f} {09724.p1} -> {09724.p3} 
+tr {09724.e} {09724.p6} {09724.p3} -> {09724.p4-eats} 
+tr {09724.t} {09724.p2-thinks} -> {09724.p1} {09724.p5} 
+tr {09724.t0|09725.t4} : b9723 {09725.p4-eats} -> {09724.f} {09725.f} {09725.p2-thinks} 
+tr {09724.t2} {09724.f} {09724.p5} -> {09724.p6} 
+tr {09724.t3|09725.t1} : a9723 {09724.f} {09725.p1} -> {09725.p3} 
+tr {09725.e} {09725.p6} {09725.p3} -> {09725.p4-eats} 
+tr {09725.t} {09725.p2-thinks} -> {09725.p1} {09725.p5} 
+tr {09725.t0|09726.t4} : b9724 {09726.p4-eats} -> {09725.f} {09726.f} {09726.p2-thinks} 
+tr {09725.t2} {09725.f} {09725.p5} -> {09725.p6} 
+tr {09725.t3|09726.t1} : a9724 {09725.f} {09726.p1} -> {09726.p3} 
+tr {09726.e} {09726.p6} {09726.p3} -> {09726.p4-eats} 
+tr {09726.t} {09726.p2-thinks} -> {09726.p1} {09726.p5} 
+tr {09726.t0|09727.t4} : b9725 {09727.p4-eats} -> {09726.f} {09727.f} {09727.p2-thinks} 
+tr {09726.t2} {09726.f} {09726.p5} -> {09726.p6} 
+tr {09726.t3|09727.t1} : a9725 {09726.f} {09727.p1} -> {09727.p3} 
+tr {09727.e} {09727.p6} {09727.p3} -> {09727.p4-eats} 
+tr {09727.t} {09727.p2-thinks} -> {09727.p1} {09727.p5} 
+tr {09727.t0|09728.t4} : b9726 {09728.p4-eats} -> {09727.f} {09728.f} {09728.p2-thinks} 
+tr {09727.t2} {09727.f} {09727.p5} -> {09727.p6} 
+tr {09727.t3|09728.t1} : a9726 {09727.f} {09728.p1} -> {09728.p3} 
+tr {09728.e} {09728.p6} {09728.p3} -> {09728.p4-eats} 
+tr {09728.t} {09728.p2-thinks} -> {09728.p1} {09728.p5} 
+tr {09728.t0|09729.t4} : b9727 {09729.p4-eats} -> {09728.f} {09729.f} {09729.p2-thinks} 
+tr {09728.t2} {09728.f} {09728.p5} -> {09728.p6} 
+tr {09728.t3|09729.t1} : a9727 {09728.f} {09729.p1} -> {09729.p3} 
+tr {09729.e} {09729.p6} {09729.p3} -> {09729.p4-eats} 
+tr {09729.t} {09729.p2-thinks} -> {09729.p1} {09729.p5} 
+tr {09729.t0|09730.t4} : b9728 {09730.p4-eats} -> {09729.f} {09730.f} {09730.p2-thinks} 
+tr {09729.t2} {09729.f} {09729.p5} -> {09729.p6} 
+tr {09729.t3|09730.t1} : a9728 {09729.f} {09730.p1} -> {09730.p3} 
+tr {09730.e} {09730.p6} {09730.p3} -> {09730.p4-eats} 
+tr {09730.t} {09730.p2-thinks} -> {09730.p1} {09730.p5} 
+tr {09730.t0|09731.t4} : b9729 {09731.p4-eats} -> {09730.f} {09731.f} {09731.p2-thinks} 
+tr {09730.t2} {09730.f} {09730.p5} -> {09730.p6} 
+tr {09730.t3|09731.t1} : a9729 {09730.f} {09731.p1} -> {09731.p3} 
+tr {09731.e} {09731.p6} {09731.p3} -> {09731.p4-eats} 
+tr {09731.t} {09731.p2-thinks} -> {09731.p1} {09731.p5} 
+tr {09731.t0|09732.t4} : b9730 {09732.p4-eats} -> {09731.f} {09732.f} {09732.p2-thinks} 
+tr {09731.t2} {09731.f} {09731.p5} -> {09731.p6} 
+tr {09731.t3|09732.t1} : a9730 {09731.f} {09732.p1} -> {09732.p3} 
+tr {09732.e} {09732.p6} {09732.p3} -> {09732.p4-eats} 
+tr {09732.t} {09732.p2-thinks} -> {09732.p1} {09732.p5} 
+tr {09732.t0|09733.t4} : b9731 {09733.p4-eats} -> {09732.f} {09733.f} {09733.p2-thinks} 
+tr {09732.t2} {09732.f} {09732.p5} -> {09732.p6} 
+tr {09732.t3|09733.t1} : a9731 {09732.f} {09733.p1} -> {09733.p3} 
+tr {09733.e} {09733.p6} {09733.p3} -> {09733.p4-eats} 
+tr {09733.t} {09733.p2-thinks} -> {09733.p1} {09733.p5} 
+tr {09733.t0|09734.t4} : b9732 {09734.p4-eats} -> {09733.f} {09734.f} {09734.p2-thinks} 
+tr {09733.t2} {09733.f} {09733.p5} -> {09733.p6} 
+tr {09733.t3|09734.t1} : a9732 {09733.f} {09734.p1} -> {09734.p3} 
+tr {09734.e} {09734.p6} {09734.p3} -> {09734.p4-eats} 
+tr {09734.t} {09734.p2-thinks} -> {09734.p1} {09734.p5} 
+tr {09734.t0|09735.t4} : b9733 {09735.p4-eats} -> {09734.f} {09735.f} {09735.p2-thinks} 
+tr {09734.t2} {09734.f} {09734.p5} -> {09734.p6} 
+tr {09734.t3|09735.t1} : a9733 {09734.f} {09735.p1} -> {09735.p3} 
+tr {09735.e} {09735.p6} {09735.p3} -> {09735.p4-eats} 
+tr {09735.t} {09735.p2-thinks} -> {09735.p1} {09735.p5} 
+tr {09735.t0|09736.t4} : b9734 {09736.p4-eats} -> {09735.f} {09736.f} {09736.p2-thinks} 
+tr {09735.t2} {09735.f} {09735.p5} -> {09735.p6} 
+tr {09735.t3|09736.t1} : a9734 {09735.f} {09736.p1} -> {09736.p3} 
+tr {09736.e} {09736.p6} {09736.p3} -> {09736.p4-eats} 
+tr {09736.t} {09736.p2-thinks} -> {09736.p1} {09736.p5} 
+tr {09736.t0|09737.t4} : b9735 {09737.p4-eats} -> {09736.f} {09737.f} {09737.p2-thinks} 
+tr {09736.t2} {09736.f} {09736.p5} -> {09736.p6} 
+tr {09736.t3|09737.t1} : a9735 {09736.f} {09737.p1} -> {09737.p3} 
+tr {09737.e} {09737.p6} {09737.p3} -> {09737.p4-eats} 
+tr {09737.t} {09737.p2-thinks} -> {09737.p1} {09737.p5} 
+tr {09737.t0|09738.t4} : b9736 {09738.p4-eats} -> {09737.f} {09738.f} {09738.p2-thinks} 
+tr {09737.t2} {09737.f} {09737.p5} -> {09737.p6} 
+tr {09737.t3|09738.t1} : a9736 {09737.f} {09738.p1} -> {09738.p3} 
+tr {09738.e} {09738.p6} {09738.p3} -> {09738.p4-eats} 
+tr {09738.t} {09738.p2-thinks} -> {09738.p1} {09738.p5} 
+tr {09738.t0|09739.t4} : b9737 {09739.p4-eats} -> {09738.f} {09739.f} {09739.p2-thinks} 
+tr {09738.t2} {09738.f} {09738.p5} -> {09738.p6} 
+tr {09738.t3|09739.t1} : a9737 {09738.f} {09739.p1} -> {09739.p3} 
+tr {09739.e} {09739.p6} {09739.p3} -> {09739.p4-eats} 
+tr {09739.t} {09739.p2-thinks} -> {09739.p1} {09739.p5} 
+tr {09739.t0|09740.t4} : b9738 {09740.p4-eats} -> {09739.f} {09740.f} {09740.p2-thinks} 
+tr {09739.t2} {09739.f} {09739.p5} -> {09739.p6} 
+tr {09739.t3|09740.t1} : a9738 {09739.f} {09740.p1} -> {09740.p3} 
+tr {09740.e} {09740.p6} {09740.p3} -> {09740.p4-eats} 
+tr {09740.t} {09740.p2-thinks} -> {09740.p1} {09740.p5} 
+tr {09740.t0|09741.t4} : b9739 {09741.p4-eats} -> {09740.f} {09741.f} {09741.p2-thinks} 
+tr {09740.t2} {09740.f} {09740.p5} -> {09740.p6} 
+tr {09740.t3|09741.t1} : a9739 {09740.f} {09741.p1} -> {09741.p3} 
+tr {09741.e} {09741.p6} {09741.p3} -> {09741.p4-eats} 
+tr {09741.t} {09741.p2-thinks} -> {09741.p1} {09741.p5} 
+tr {09741.t0|09742.t4} : b9740 {09742.p4-eats} -> {09741.f} {09742.f} {09742.p2-thinks} 
+tr {09741.t2} {09741.f} {09741.p5} -> {09741.p6} 
+tr {09741.t3|09742.t1} : a9740 {09741.f} {09742.p1} -> {09742.p3} 
+tr {09742.e} {09742.p6} {09742.p3} -> {09742.p4-eats} 
+tr {09742.t} {09742.p2-thinks} -> {09742.p1} {09742.p5} 
+tr {09742.t0|09743.t4} : b9741 {09743.p4-eats} -> {09742.f} {09743.f} {09743.p2-thinks} 
+tr {09742.t2} {09742.f} {09742.p5} -> {09742.p6} 
+tr {09742.t3|09743.t1} : a9741 {09742.f} {09743.p1} -> {09743.p3} 
+tr {09743.e} {09743.p6} {09743.p3} -> {09743.p4-eats} 
+tr {09743.t} {09743.p2-thinks} -> {09743.p1} {09743.p5} 
+tr {09743.t0|09744.t4} : b9742 {09744.p4-eats} -> {09743.f} {09744.f} {09744.p2-thinks} 
+tr {09743.t2} {09743.f} {09743.p5} -> {09743.p6} 
+tr {09743.t3|09744.t1} : a9742 {09743.f} {09744.p1} -> {09744.p3} 
+tr {09744.e} {09744.p6} {09744.p3} -> {09744.p4-eats} 
+tr {09744.t} {09744.p2-thinks} -> {09744.p1} {09744.p5} 
+tr {09744.t0|09745.t4} : b9743 {09745.p4-eats} -> {09744.f} {09745.f} {09745.p2-thinks} 
+tr {09744.t2} {09744.f} {09744.p5} -> {09744.p6} 
+tr {09744.t3|09745.t1} : a9743 {09744.f} {09745.p1} -> {09745.p3} 
+tr {09745.e} {09745.p6} {09745.p3} -> {09745.p4-eats} 
+tr {09745.t} {09745.p2-thinks} -> {09745.p1} {09745.p5} 
+tr {09745.t0|09746.t4} : b9744 {09746.p4-eats} -> {09745.f} {09746.f} {09746.p2-thinks} 
+tr {09745.t2} {09745.f} {09745.p5} -> {09745.p6} 
+tr {09745.t3|09746.t1} : a9744 {09745.f} {09746.p1} -> {09746.p3} 
+tr {09746.e} {09746.p6} {09746.p3} -> {09746.p4-eats} 
+tr {09746.t} {09746.p2-thinks} -> {09746.p1} {09746.p5} 
+tr {09746.t0|09747.t4} : b9745 {09747.p4-eats} -> {09746.f} {09747.f} {09747.p2-thinks} 
+tr {09746.t2} {09746.f} {09746.p5} -> {09746.p6} 
+tr {09746.t3|09747.t1} : a9745 {09746.f} {09747.p1} -> {09747.p3} 
+tr {09747.e} {09747.p6} {09747.p3} -> {09747.p4-eats} 
+tr {09747.t} {09747.p2-thinks} -> {09747.p1} {09747.p5} 
+tr {09747.t0|09748.t4} : b9746 {09748.p4-eats} -> {09747.f} {09748.f} {09748.p2-thinks} 
+tr {09747.t2} {09747.f} {09747.p5} -> {09747.p6} 
+tr {09747.t3|09748.t1} : a9746 {09747.f} {09748.p1} -> {09748.p3} 
+tr {09748.e} {09748.p6} {09748.p3} -> {09748.p4-eats} 
+tr {09748.t} {09748.p2-thinks} -> {09748.p1} {09748.p5} 
+tr {09748.t0|09749.t4} : b9747 {09749.p4-eats} -> {09748.f} {09749.f} {09749.p2-thinks} 
+tr {09748.t2} {09748.f} {09748.p5} -> {09748.p6} 
+tr {09748.t3|09749.t1} : a9747 {09748.f} {09749.p1} -> {09749.p3} 
+tr {09749.e} {09749.p6} {09749.p3} -> {09749.p4-eats} 
+tr {09749.t} {09749.p2-thinks} -> {09749.p1} {09749.p5} 
+tr {09749.t0|09750.t4} : b9748 {09750.p4-eats} -> {09749.f} {09750.f} {09750.p2-thinks} 
+tr {09749.t2} {09749.f} {09749.p5} -> {09749.p6} 
+tr {09749.t3|09750.t1} : a9748 {09749.f} {09750.p1} -> {09750.p3} 
+tr {09750.e} {09750.p6} {09750.p3} -> {09750.p4-eats} 
+tr {09750.t} {09750.p2-thinks} -> {09750.p1} {09750.p5} 
+tr {09750.t0|09751.t4} : b9749 {09751.p4-eats} -> {09750.f} {09751.f} {09751.p2-thinks} 
+tr {09750.t2} {09750.f} {09750.p5} -> {09750.p6} 
+tr {09750.t3|09751.t1} : a9749 {09750.f} {09751.p1} -> {09751.p3} 
+tr {09751.e} {09751.p6} {09751.p3} -> {09751.p4-eats} 
+tr {09751.t} {09751.p2-thinks} -> {09751.p1} {09751.p5} 
+tr {09751.t0|09752.t4} : b9750 {09752.p4-eats} -> {09751.f} {09752.f} {09752.p2-thinks} 
+tr {09751.t2} {09751.f} {09751.p5} -> {09751.p6} 
+tr {09751.t3|09752.t1} : a9750 {09751.f} {09752.p1} -> {09752.p3} 
+tr {09752.e} {09752.p6} {09752.p3} -> {09752.p4-eats} 
+tr {09752.t} {09752.p2-thinks} -> {09752.p1} {09752.p5} 
+tr {09752.t0|09753.t4} : b9751 {09753.p4-eats} -> {09752.f} {09753.f} {09753.p2-thinks} 
+tr {09752.t2} {09752.f} {09752.p5} -> {09752.p6} 
+tr {09752.t3|09753.t1} : a9751 {09752.f} {09753.p1} -> {09753.p3} 
+tr {09753.e} {09753.p6} {09753.p3} -> {09753.p4-eats} 
+tr {09753.t} {09753.p2-thinks} -> {09753.p1} {09753.p5} 
+tr {09753.t0|09754.t4} : b9752 {09754.p4-eats} -> {09753.f} {09754.f} {09754.p2-thinks} 
+tr {09753.t2} {09753.f} {09753.p5} -> {09753.p6} 
+tr {09753.t3|09754.t1} : a9752 {09753.f} {09754.p1} -> {09754.p3} 
+tr {09754.e} {09754.p6} {09754.p3} -> {09754.p4-eats} 
+tr {09754.t} {09754.p2-thinks} -> {09754.p1} {09754.p5} 
+tr {09754.t0|09755.t4} : b9753 {09755.p4-eats} -> {09754.f} {09755.f} {09755.p2-thinks} 
+tr {09754.t2} {09754.f} {09754.p5} -> {09754.p6} 
+tr {09754.t3|09755.t1} : a9753 {09754.f} {09755.p1} -> {09755.p3} 
+tr {09755.e} {09755.p6} {09755.p3} -> {09755.p4-eats} 
+tr {09755.t} {09755.p2-thinks} -> {09755.p1} {09755.p5} 
+tr {09755.t0|09756.t4} : b9754 {09756.p4-eats} -> {09755.f} {09756.f} {09756.p2-thinks} 
+tr {09755.t2} {09755.f} {09755.p5} -> {09755.p6} 
+tr {09755.t3|09756.t1} : a9754 {09755.f} {09756.p1} -> {09756.p3} 
+tr {09756.e} {09756.p6} {09756.p3} -> {09756.p4-eats} 
+tr {09756.t} {09756.p2-thinks} -> {09756.p1} {09756.p5} 
+tr {09756.t0|09757.t4} : b9755 {09757.p4-eats} -> {09756.f} {09757.f} {09757.p2-thinks} 
+tr {09756.t2} {09756.f} {09756.p5} -> {09756.p6} 
+tr {09756.t3|09757.t1} : a9755 {09756.f} {09757.p1} -> {09757.p3} 
+tr {09757.e} {09757.p6} {09757.p3} -> {09757.p4-eats} 
+tr {09757.t} {09757.p2-thinks} -> {09757.p1} {09757.p5} 
+tr {09757.t0|09758.t4} : b9756 {09758.p4-eats} -> {09757.f} {09758.f} {09758.p2-thinks} 
+tr {09757.t2} {09757.f} {09757.p5} -> {09757.p6} 
+tr {09757.t3|09758.t1} : a9756 {09757.f} {09758.p1} -> {09758.p3} 
+tr {09758.e} {09758.p6} {09758.p3} -> {09758.p4-eats} 
+tr {09758.t} {09758.p2-thinks} -> {09758.p1} {09758.p5} 
+tr {09758.t0|09759.t4} : b9757 {09759.p4-eats} -> {09758.f} {09759.f} {09759.p2-thinks} 
+tr {09758.t2} {09758.f} {09758.p5} -> {09758.p6} 
+tr {09758.t3|09759.t1} : a9757 {09758.f} {09759.p1} -> {09759.p3} 
+tr {09759.e} {09759.p6} {09759.p3} -> {09759.p4-eats} 
+tr {09759.t} {09759.p2-thinks} -> {09759.p1} {09759.p5} 
+tr {09759.t0|09760.t4} : b9758 {09760.p4-eats} -> {09759.f} {09760.f} {09760.p2-thinks} 
+tr {09759.t2} {09759.f} {09759.p5} -> {09759.p6} 
+tr {09759.t3|09760.t1} : a9758 {09759.f} {09760.p1} -> {09760.p3} 
+tr {09760.e} {09760.p6} {09760.p3} -> {09760.p4-eats} 
+tr {09760.t} {09760.p2-thinks} -> {09760.p1} {09760.p5} 
+tr {09760.t0|09761.t4} : b9759 {09761.p4-eats} -> {09760.f} {09761.f} {09761.p2-thinks} 
+tr {09760.t2} {09760.f} {09760.p5} -> {09760.p6} 
+tr {09760.t3|09761.t1} : a9759 {09760.f} {09761.p1} -> {09761.p3} 
+tr {09761.e} {09761.p6} {09761.p3} -> {09761.p4-eats} 
+tr {09761.t} {09761.p2-thinks} -> {09761.p1} {09761.p5} 
+tr {09761.t0|09762.t4} : b9760 {09762.p4-eats} -> {09761.f} {09762.f} {09762.p2-thinks} 
+tr {09761.t2} {09761.f} {09761.p5} -> {09761.p6} 
+tr {09761.t3|09762.t1} : a9760 {09761.f} {09762.p1} -> {09762.p3} 
+tr {09762.e} {09762.p6} {09762.p3} -> {09762.p4-eats} 
+tr {09762.t} {09762.p2-thinks} -> {09762.p1} {09762.p5} 
+tr {09762.t0|09763.t4} : b9761 {09763.p4-eats} -> {09762.f} {09763.f} {09763.p2-thinks} 
+tr {09762.t2} {09762.f} {09762.p5} -> {09762.p6} 
+tr {09762.t3|09763.t1} : a9761 {09762.f} {09763.p1} -> {09763.p3} 
+tr {09763.e} {09763.p6} {09763.p3} -> {09763.p4-eats} 
+tr {09763.t} {09763.p2-thinks} -> {09763.p1} {09763.p5} 
+tr {09763.t0|09764.t4} : b9762 {09764.p4-eats} -> {09763.f} {09764.f} {09764.p2-thinks} 
+tr {09763.t2} {09763.f} {09763.p5} -> {09763.p6} 
+tr {09763.t3|09764.t1} : a9762 {09763.f} {09764.p1} -> {09764.p3} 
+tr {09764.e} {09764.p6} {09764.p3} -> {09764.p4-eats} 
+tr {09764.t} {09764.p2-thinks} -> {09764.p1} {09764.p5} 
+tr {09764.t0|09765.t4} : b9763 {09765.p4-eats} -> {09764.f} {09765.f} {09765.p2-thinks} 
+tr {09764.t2} {09764.f} {09764.p5} -> {09764.p6} 
+tr {09764.t3|09765.t1} : a9763 {09764.f} {09765.p1} -> {09765.p3} 
+tr {09765.e} {09765.p6} {09765.p3} -> {09765.p4-eats} 
+tr {09765.t} {09765.p2-thinks} -> {09765.p1} {09765.p5} 
+tr {09765.t0|09766.t4} : b9764 {09766.p4-eats} -> {09765.f} {09766.f} {09766.p2-thinks} 
+tr {09765.t2} {09765.f} {09765.p5} -> {09765.p6} 
+tr {09765.t3|09766.t1} : a9764 {09765.f} {09766.p1} -> {09766.p3} 
+tr {09766.e} {09766.p6} {09766.p3} -> {09766.p4-eats} 
+tr {09766.t} {09766.p2-thinks} -> {09766.p1} {09766.p5} 
+tr {09766.t0|09767.t4} : b9765 {09767.p4-eats} -> {09766.f} {09767.f} {09767.p2-thinks} 
+tr {09766.t2} {09766.f} {09766.p5} -> {09766.p6} 
+tr {09766.t3|09767.t1} : a9765 {09766.f} {09767.p1} -> {09767.p3} 
+tr {09767.e} {09767.p6} {09767.p3} -> {09767.p4-eats} 
+tr {09767.t} {09767.p2-thinks} -> {09767.p1} {09767.p5} 
+tr {09767.t0|09768.t4} : b9766 {09768.p4-eats} -> {09767.f} {09768.f} {09768.p2-thinks} 
+tr {09767.t2} {09767.f} {09767.p5} -> {09767.p6} 
+tr {09767.t3|09768.t1} : a9766 {09767.f} {09768.p1} -> {09768.p3} 
+tr {09768.e} {09768.p6} {09768.p3} -> {09768.p4-eats} 
+tr {09768.t} {09768.p2-thinks} -> {09768.p1} {09768.p5} 
+tr {09768.t0|09769.t4} : b9767 {09769.p4-eats} -> {09768.f} {09769.f} {09769.p2-thinks} 
+tr {09768.t2} {09768.f} {09768.p5} -> {09768.p6} 
+tr {09768.t3|09769.t1} : a9767 {09768.f} {09769.p1} -> {09769.p3} 
+tr {09769.e} {09769.p6} {09769.p3} -> {09769.p4-eats} 
+tr {09769.t} {09769.p2-thinks} -> {09769.p1} {09769.p5} 
+tr {09769.t0|09770.t4} : b9768 {09770.p4-eats} -> {09769.f} {09770.f} {09770.p2-thinks} 
+tr {09769.t2} {09769.f} {09769.p5} -> {09769.p6} 
+tr {09769.t3|09770.t1} : a9768 {09769.f} {09770.p1} -> {09770.p3} 
+tr {09770.e} {09770.p6} {09770.p3} -> {09770.p4-eats} 
+tr {09770.t} {09770.p2-thinks} -> {09770.p1} {09770.p5} 
+tr {09770.t0|09771.t4} : b9769 {09771.p4-eats} -> {09770.f} {09771.f} {09771.p2-thinks} 
+tr {09770.t2} {09770.f} {09770.p5} -> {09770.p6} 
+tr {09770.t3|09771.t1} : a9769 {09770.f} {09771.p1} -> {09771.p3} 
+tr {09771.e} {09771.p6} {09771.p3} -> {09771.p4-eats} 
+tr {09771.t} {09771.p2-thinks} -> {09771.p1} {09771.p5} 
+tr {09771.t0|09772.t4} : b9770 {09772.p4-eats} -> {09771.f} {09772.f} {09772.p2-thinks} 
+tr {09771.t2} {09771.f} {09771.p5} -> {09771.p6} 
+tr {09771.t3|09772.t1} : a9770 {09771.f} {09772.p1} -> {09772.p3} 
+tr {09772.e} {09772.p6} {09772.p3} -> {09772.p4-eats} 
+tr {09772.t} {09772.p2-thinks} -> {09772.p1} {09772.p5} 
+tr {09772.t0|09773.t4} : b9771 {09773.p4-eats} -> {09772.f} {09773.f} {09773.p2-thinks} 
+tr {09772.t2} {09772.f} {09772.p5} -> {09772.p6} 
+tr {09772.t3|09773.t1} : a9771 {09772.f} {09773.p1} -> {09773.p3} 
+tr {09773.e} {09773.p6} {09773.p3} -> {09773.p4-eats} 
+tr {09773.t} {09773.p2-thinks} -> {09773.p1} {09773.p5} 
+tr {09773.t0|09774.t4} : b9772 {09774.p4-eats} -> {09773.f} {09774.f} {09774.p2-thinks} 
+tr {09773.t2} {09773.f} {09773.p5} -> {09773.p6} 
+tr {09773.t3|09774.t1} : a9772 {09773.f} {09774.p1} -> {09774.p3} 
+tr {09774.e} {09774.p6} {09774.p3} -> {09774.p4-eats} 
+tr {09774.t} {09774.p2-thinks} -> {09774.p1} {09774.p5} 
+tr {09774.t0|09775.t4} : b9773 {09775.p4-eats} -> {09774.f} {09775.f} {09775.p2-thinks} 
+tr {09774.t2} {09774.f} {09774.p5} -> {09774.p6} 
+tr {09774.t3|09775.t1} : a9773 {09774.f} {09775.p1} -> {09775.p3} 
+tr {09775.e} {09775.p6} {09775.p3} -> {09775.p4-eats} 
+tr {09775.t} {09775.p2-thinks} -> {09775.p1} {09775.p5} 
+tr {09775.t0|09776.t4} : b9774 {09776.p4-eats} -> {09775.f} {09776.f} {09776.p2-thinks} 
+tr {09775.t2} {09775.f} {09775.p5} -> {09775.p6} 
+tr {09775.t3|09776.t1} : a9774 {09775.f} {09776.p1} -> {09776.p3} 
+tr {09776.e} {09776.p6} {09776.p3} -> {09776.p4-eats} 
+tr {09776.t} {09776.p2-thinks} -> {09776.p1} {09776.p5} 
+tr {09776.t0|09777.t4} : b9775 {09777.p4-eats} -> {09776.f} {09777.f} {09777.p2-thinks} 
+tr {09776.t2} {09776.f} {09776.p5} -> {09776.p6} 
+tr {09776.t3|09777.t1} : a9775 {09776.f} {09777.p1} -> {09777.p3} 
+tr {09777.e} {09777.p6} {09777.p3} -> {09777.p4-eats} 
+tr {09777.t} {09777.p2-thinks} -> {09777.p1} {09777.p5} 
+tr {09777.t0|09778.t4} : b9776 {09778.p4-eats} -> {09777.f} {09778.f} {09778.p2-thinks} 
+tr {09777.t2} {09777.f} {09777.p5} -> {09777.p6} 
+tr {09777.t3|09778.t1} : a9776 {09777.f} {09778.p1} -> {09778.p3} 
+tr {09778.e} {09778.p6} {09778.p3} -> {09778.p4-eats} 
+tr {09778.t} {09778.p2-thinks} -> {09778.p1} {09778.p5} 
+tr {09778.t0|09779.t4} : b9777 {09779.p4-eats} -> {09778.f} {09779.f} {09779.p2-thinks} 
+tr {09778.t2} {09778.f} {09778.p5} -> {09778.p6} 
+tr {09778.t3|09779.t1} : a9777 {09778.f} {09779.p1} -> {09779.p3} 
+tr {09779.e} {09779.p6} {09779.p3} -> {09779.p4-eats} 
+tr {09779.t} {09779.p2-thinks} -> {09779.p1} {09779.p5} 
+tr {09779.t0|09780.t4} : b9778 {09780.p4-eats} -> {09779.f} {09780.f} {09780.p2-thinks} 
+tr {09779.t2} {09779.f} {09779.p5} -> {09779.p6} 
+tr {09779.t3|09780.t1} : a9778 {09779.f} {09780.p1} -> {09780.p3} 
+tr {09780.e} {09780.p6} {09780.p3} -> {09780.p4-eats} 
+tr {09780.t} {09780.p2-thinks} -> {09780.p1} {09780.p5} 
+tr {09780.t0|09781.t4} : b9779 {09781.p4-eats} -> {09780.f} {09781.f} {09781.p2-thinks} 
+tr {09780.t2} {09780.f} {09780.p5} -> {09780.p6} 
+tr {09780.t3|09781.t1} : a9779 {09780.f} {09781.p1} -> {09781.p3} 
+tr {09781.e} {09781.p6} {09781.p3} -> {09781.p4-eats} 
+tr {09781.t} {09781.p2-thinks} -> {09781.p1} {09781.p5} 
+tr {09781.t0|09782.t4} : b9780 {09782.p4-eats} -> {09781.f} {09782.f} {09782.p2-thinks} 
+tr {09781.t2} {09781.f} {09781.p5} -> {09781.p6} 
+tr {09781.t3|09782.t1} : a9780 {09781.f} {09782.p1} -> {09782.p3} 
+tr {09782.e} {09782.p6} {09782.p3} -> {09782.p4-eats} 
+tr {09782.t} {09782.p2-thinks} -> {09782.p1} {09782.p5} 
+tr {09782.t0|09783.t4} : b9781 {09783.p4-eats} -> {09782.f} {09783.f} {09783.p2-thinks} 
+tr {09782.t2} {09782.f} {09782.p5} -> {09782.p6} 
+tr {09782.t3|09783.t1} : a9781 {09782.f} {09783.p1} -> {09783.p3} 
+tr {09783.e} {09783.p6} {09783.p3} -> {09783.p4-eats} 
+tr {09783.t} {09783.p2-thinks} -> {09783.p1} {09783.p5} 
+tr {09783.t0|09784.t4} : b9782 {09784.p4-eats} -> {09783.f} {09784.f} {09784.p2-thinks} 
+tr {09783.t2} {09783.f} {09783.p5} -> {09783.p6} 
+tr {09783.t3|09784.t1} : a9782 {09783.f} {09784.p1} -> {09784.p3} 
+tr {09784.e} {09784.p6} {09784.p3} -> {09784.p4-eats} 
+tr {09784.t} {09784.p2-thinks} -> {09784.p1} {09784.p5} 
+tr {09784.t0|09785.t4} : b9783 {09785.p4-eats} -> {09784.f} {09785.f} {09785.p2-thinks} 
+tr {09784.t2} {09784.f} {09784.p5} -> {09784.p6} 
+tr {09784.t3|09785.t1} : a9783 {09784.f} {09785.p1} -> {09785.p3} 
+tr {09785.e} {09785.p6} {09785.p3} -> {09785.p4-eats} 
+tr {09785.t} {09785.p2-thinks} -> {09785.p1} {09785.p5} 
+tr {09785.t0|09786.t4} : b9784 {09786.p4-eats} -> {09785.f} {09786.f} {09786.p2-thinks} 
+tr {09785.t2} {09785.f} {09785.p5} -> {09785.p6} 
+tr {09785.t3|09786.t1} : a9784 {09785.f} {09786.p1} -> {09786.p3} 
+tr {09786.e} {09786.p6} {09786.p3} -> {09786.p4-eats} 
+tr {09786.t} {09786.p2-thinks} -> {09786.p1} {09786.p5} 
+tr {09786.t0|09787.t4} : b9785 {09787.p4-eats} -> {09786.f} {09787.f} {09787.p2-thinks} 
+tr {09786.t2} {09786.f} {09786.p5} -> {09786.p6} 
+tr {09786.t3|09787.t1} : a9785 {09786.f} {09787.p1} -> {09787.p3} 
+tr {09787.e} {09787.p6} {09787.p3} -> {09787.p4-eats} 
+tr {09787.t} {09787.p2-thinks} -> {09787.p1} {09787.p5} 
+tr {09787.t0|09788.t4} : b9786 {09788.p4-eats} -> {09787.f} {09788.f} {09788.p2-thinks} 
+tr {09787.t2} {09787.f} {09787.p5} -> {09787.p6} 
+tr {09787.t3|09788.t1} : a9786 {09787.f} {09788.p1} -> {09788.p3} 
+tr {09788.e} {09788.p6} {09788.p3} -> {09788.p4-eats} 
+tr {09788.t} {09788.p2-thinks} -> {09788.p1} {09788.p5} 
+tr {09788.t0|09789.t4} : b9787 {09789.p4-eats} -> {09788.f} {09789.f} {09789.p2-thinks} 
+tr {09788.t2} {09788.f} {09788.p5} -> {09788.p6} 
+tr {09788.t3|09789.t1} : a9787 {09788.f} {09789.p1} -> {09789.p3} 
+tr {09789.e} {09789.p6} {09789.p3} -> {09789.p4-eats} 
+tr {09789.t} {09789.p2-thinks} -> {09789.p1} {09789.p5} 
+tr {09789.t0|09790.t4} : b9788 {09790.p4-eats} -> {09789.f} {09790.f} {09790.p2-thinks} 
+tr {09789.t2} {09789.f} {09789.p5} -> {09789.p6} 
+tr {09789.t3|09790.t1} : a9788 {09789.f} {09790.p1} -> {09790.p3} 
+tr {09790.e} {09790.p6} {09790.p3} -> {09790.p4-eats} 
+tr {09790.t} {09790.p2-thinks} -> {09790.p1} {09790.p5} 
+tr {09790.t0|09791.t4} : b9789 {09791.p4-eats} -> {09790.f} {09791.f} {09791.p2-thinks} 
+tr {09790.t2} {09790.f} {09790.p5} -> {09790.p6} 
+tr {09790.t3|09791.t1} : a9789 {09790.f} {09791.p1} -> {09791.p3} 
+tr {09791.e} {09791.p6} {09791.p3} -> {09791.p4-eats} 
+tr {09791.t} {09791.p2-thinks} -> {09791.p1} {09791.p5} 
+tr {09791.t0|09792.t4} : b9790 {09792.p4-eats} -> {09791.f} {09792.f} {09792.p2-thinks} 
+tr {09791.t2} {09791.f} {09791.p5} -> {09791.p6} 
+tr {09791.t3|09792.t1} : a9790 {09791.f} {09792.p1} -> {09792.p3} 
+tr {09792.e} {09792.p6} {09792.p3} -> {09792.p4-eats} 
+tr {09792.t} {09792.p2-thinks} -> {09792.p1} {09792.p5} 
+tr {09792.t0|09793.t4} : b9791 {09793.p4-eats} -> {09792.f} {09793.f} {09793.p2-thinks} 
+tr {09792.t2} {09792.f} {09792.p5} -> {09792.p6} 
+tr {09792.t3|09793.t1} : a9791 {09792.f} {09793.p1} -> {09793.p3} 
+tr {09793.e} {09793.p6} {09793.p3} -> {09793.p4-eats} 
+tr {09793.t} {09793.p2-thinks} -> {09793.p1} {09793.p5} 
+tr {09793.t0|09794.t4} : b9792 {09794.p4-eats} -> {09793.f} {09794.f} {09794.p2-thinks} 
+tr {09793.t2} {09793.f} {09793.p5} -> {09793.p6} 
+tr {09793.t3|09794.t1} : a9792 {09793.f} {09794.p1} -> {09794.p3} 
+tr {09794.e} {09794.p6} {09794.p3} -> {09794.p4-eats} 
+tr {09794.t} {09794.p2-thinks} -> {09794.p1} {09794.p5} 
+tr {09794.t0|09795.t4} : b9793 {09795.p4-eats} -> {09794.f} {09795.f} {09795.p2-thinks} 
+tr {09794.t2} {09794.f} {09794.p5} -> {09794.p6} 
+tr {09794.t3|09795.t1} : a9793 {09794.f} {09795.p1} -> {09795.p3} 
+tr {09795.e} {09795.p6} {09795.p3} -> {09795.p4-eats} 
+tr {09795.t} {09795.p2-thinks} -> {09795.p1} {09795.p5} 
+tr {09795.t0|09796.t4} : b9794 {09796.p4-eats} -> {09795.f} {09796.f} {09796.p2-thinks} 
+tr {09795.t2} {09795.f} {09795.p5} -> {09795.p6} 
+tr {09795.t3|09796.t1} : a9794 {09795.f} {09796.p1} -> {09796.p3} 
+tr {09796.e} {09796.p6} {09796.p3} -> {09796.p4-eats} 
+tr {09796.t} {09796.p2-thinks} -> {09796.p1} {09796.p5} 
+tr {09796.t0|09797.t4} : b9795 {09797.p4-eats} -> {09796.f} {09797.f} {09797.p2-thinks} 
+tr {09796.t2} {09796.f} {09796.p5} -> {09796.p6} 
+tr {09796.t3|09797.t1} : a9795 {09796.f} {09797.p1} -> {09797.p3} 
+tr {09797.e} {09797.p6} {09797.p3} -> {09797.p4-eats} 
+tr {09797.t} {09797.p2-thinks} -> {09797.p1} {09797.p5} 
+tr {09797.t0|09798.t4} : b9796 {09798.p4-eats} -> {09797.f} {09798.f} {09798.p2-thinks} 
+tr {09797.t2} {09797.f} {09797.p5} -> {09797.p6} 
+tr {09797.t3|09798.t1} : a9796 {09797.f} {09798.p1} -> {09798.p3} 
+tr {09798.e} {09798.p6} {09798.p3} -> {09798.p4-eats} 
+tr {09798.t} {09798.p2-thinks} -> {09798.p1} {09798.p5} 
+tr {09798.t0|09799.t4} : b9797 {09799.p4-eats} -> {09798.f} {09799.f} {09799.p2-thinks} 
+tr {09798.t2} {09798.f} {09798.p5} -> {09798.p6} 
+tr {09798.t3|09799.t1} : a9797 {09798.f} {09799.p1} -> {09799.p3} 
+tr {09799.e} {09799.p6} {09799.p3} -> {09799.p4-eats} 
+tr {09799.t} {09799.p2-thinks} -> {09799.p1} {09799.p5} 
+tr {09799.t0|09800.t4} : b9798 {09800.p4-eats} -> {09799.f} {09800.f} {09800.p2-thinks} 
+tr {09799.t2} {09799.f} {09799.p5} -> {09799.p6} 
+tr {09799.t3|09800.t1} : a9798 {09799.f} {09800.p1} -> {09800.p3} 
+tr {09800.e} {09800.p6} {09800.p3} -> {09800.p4-eats} 
+tr {09800.t} {09800.p2-thinks} -> {09800.p1} {09800.p5} 
+tr {09800.t0|09801.t4} : b9799 {09801.p4-eats} -> {09800.f} {09801.f} {09801.p2-thinks} 
+tr {09800.t2} {09800.f} {09800.p5} -> {09800.p6} 
+tr {09800.t3|09801.t1} : a9799 {09800.f} {09801.p1} -> {09801.p3} 
+tr {09801.e} {09801.p6} {09801.p3} -> {09801.p4-eats} 
+tr {09801.t} {09801.p2-thinks} -> {09801.p1} {09801.p5} 
+tr {09801.t0|09802.t4} : b9800 {09802.p4-eats} -> {09801.f} {09802.f} {09802.p2-thinks} 
+tr {09801.t2} {09801.f} {09801.p5} -> {09801.p6} 
+tr {09801.t3|09802.t1} : a9800 {09801.f} {09802.p1} -> {09802.p3} 
+tr {09802.e} {09802.p6} {09802.p3} -> {09802.p4-eats} 
+tr {09802.t} {09802.p2-thinks} -> {09802.p1} {09802.p5} 
+tr {09802.t0|09803.t4} : b9801 {09803.p4-eats} -> {09802.f} {09803.f} {09803.p2-thinks} 
+tr {09802.t2} {09802.f} {09802.p5} -> {09802.p6} 
+tr {09802.t3|09803.t1} : a9801 {09802.f} {09803.p1} -> {09803.p3} 
+tr {09803.e} {09803.p6} {09803.p3} -> {09803.p4-eats} 
+tr {09803.t} {09803.p2-thinks} -> {09803.p1} {09803.p5} 
+tr {09803.t0|09804.t4} : b9802 {09804.p4-eats} -> {09803.f} {09804.f} {09804.p2-thinks} 
+tr {09803.t2} {09803.f} {09803.p5} -> {09803.p6} 
+tr {09803.t3|09804.t1} : a9802 {09803.f} {09804.p1} -> {09804.p3} 
+tr {09804.e} {09804.p6} {09804.p3} -> {09804.p4-eats} 
+tr {09804.t} {09804.p2-thinks} -> {09804.p1} {09804.p5} 
+tr {09804.t0|09805.t4} : b9803 {09805.p4-eats} -> {09804.f} {09805.f} {09805.p2-thinks} 
+tr {09804.t2} {09804.f} {09804.p5} -> {09804.p6} 
+tr {09804.t3|09805.t1} : a9803 {09804.f} {09805.p1} -> {09805.p3} 
+tr {09805.e} {09805.p6} {09805.p3} -> {09805.p4-eats} 
+tr {09805.t} {09805.p2-thinks} -> {09805.p1} {09805.p5} 
+tr {09805.t0|09806.t4} : b9804 {09806.p4-eats} -> {09805.f} {09806.f} {09806.p2-thinks} 
+tr {09805.t2} {09805.f} {09805.p5} -> {09805.p6} 
+tr {09805.t3|09806.t1} : a9804 {09805.f} {09806.p1} -> {09806.p3} 
+tr {09806.e} {09806.p6} {09806.p3} -> {09806.p4-eats} 
+tr {09806.t} {09806.p2-thinks} -> {09806.p1} {09806.p5} 
+tr {09806.t0|09807.t4} : b9805 {09807.p4-eats} -> {09806.f} {09807.f} {09807.p2-thinks} 
+tr {09806.t2} {09806.f} {09806.p5} -> {09806.p6} 
+tr {09806.t3|09807.t1} : a9805 {09806.f} {09807.p1} -> {09807.p3} 
+tr {09807.e} {09807.p6} {09807.p3} -> {09807.p4-eats} 
+tr {09807.t} {09807.p2-thinks} -> {09807.p1} {09807.p5} 
+tr {09807.t0|09808.t4} : b9806 {09808.p4-eats} -> {09807.f} {09808.f} {09808.p2-thinks} 
+tr {09807.t2} {09807.f} {09807.p5} -> {09807.p6} 
+tr {09807.t3|09808.t1} : a9806 {09807.f} {09808.p1} -> {09808.p3} 
+tr {09808.e} {09808.p6} {09808.p3} -> {09808.p4-eats} 
+tr {09808.t} {09808.p2-thinks} -> {09808.p1} {09808.p5} 
+tr {09808.t0|09809.t4} : b9807 {09809.p4-eats} -> {09808.f} {09809.f} {09809.p2-thinks} 
+tr {09808.t2} {09808.f} {09808.p5} -> {09808.p6} 
+tr {09808.t3|09809.t1} : a9807 {09808.f} {09809.p1} -> {09809.p3} 
+tr {09809.e} {09809.p6} {09809.p3} -> {09809.p4-eats} 
+tr {09809.t} {09809.p2-thinks} -> {09809.p1} {09809.p5} 
+tr {09809.t0|09810.t4} : b9808 {09810.p4-eats} -> {09809.f} {09810.f} {09810.p2-thinks} 
+tr {09809.t2} {09809.f} {09809.p5} -> {09809.p6} 
+tr {09809.t3|09810.t1} : a9808 {09809.f} {09810.p1} -> {09810.p3} 
+tr {09810.e} {09810.p6} {09810.p3} -> {09810.p4-eats} 
+tr {09810.t} {09810.p2-thinks} -> {09810.p1} {09810.p5} 
+tr {09810.t0|09811.t4} : b9809 {09811.p4-eats} -> {09810.f} {09811.f} {09811.p2-thinks} 
+tr {09810.t2} {09810.f} {09810.p5} -> {09810.p6} 
+tr {09810.t3|09811.t1} : a9809 {09810.f} {09811.p1} -> {09811.p3} 
+tr {09811.e} {09811.p6} {09811.p3} -> {09811.p4-eats} 
+tr {09811.t} {09811.p2-thinks} -> {09811.p1} {09811.p5} 
+tr {09811.t0|09812.t4} : b9810 {09812.p4-eats} -> {09811.f} {09812.f} {09812.p2-thinks} 
+tr {09811.t2} {09811.f} {09811.p5} -> {09811.p6} 
+tr {09811.t3|09812.t1} : a9810 {09811.f} {09812.p1} -> {09812.p3} 
+tr {09812.e} {09812.p6} {09812.p3} -> {09812.p4-eats} 
+tr {09812.t} {09812.p2-thinks} -> {09812.p1} {09812.p5} 
+tr {09812.t0|09813.t4} : b9811 {09813.p4-eats} -> {09812.f} {09813.f} {09813.p2-thinks} 
+tr {09812.t2} {09812.f} {09812.p5} -> {09812.p6} 
+tr {09812.t3|09813.t1} : a9811 {09812.f} {09813.p1} -> {09813.p3} 
+tr {09813.e} {09813.p6} {09813.p3} -> {09813.p4-eats} 
+tr {09813.t} {09813.p2-thinks} -> {09813.p1} {09813.p5} 
+tr {09813.t0|09814.t4} : b9812 {09814.p4-eats} -> {09813.f} {09814.f} {09814.p2-thinks} 
+tr {09813.t2} {09813.f} {09813.p5} -> {09813.p6} 
+tr {09813.t3|09814.t1} : a9812 {09813.f} {09814.p1} -> {09814.p3} 
+tr {09814.e} {09814.p6} {09814.p3} -> {09814.p4-eats} 
+tr {09814.t} {09814.p2-thinks} -> {09814.p1} {09814.p5} 
+tr {09814.t0|09815.t4} : b9813 {09815.p4-eats} -> {09814.f} {09815.f} {09815.p2-thinks} 
+tr {09814.t2} {09814.f} {09814.p5} -> {09814.p6} 
+tr {09814.t3|09815.t1} : a9813 {09814.f} {09815.p1} -> {09815.p3} 
+tr {09815.e} {09815.p6} {09815.p3} -> {09815.p4-eats} 
+tr {09815.t} {09815.p2-thinks} -> {09815.p1} {09815.p5} 
+tr {09815.t0|09816.t4} : b9814 {09816.p4-eats} -> {09815.f} {09816.f} {09816.p2-thinks} 
+tr {09815.t2} {09815.f} {09815.p5} -> {09815.p6} 
+tr {09815.t3|09816.t1} : a9814 {09815.f} {09816.p1} -> {09816.p3} 
+tr {09816.e} {09816.p6} {09816.p3} -> {09816.p4-eats} 
+tr {09816.t} {09816.p2-thinks} -> {09816.p1} {09816.p5} 
+tr {09816.t0|09817.t4} : b9815 {09817.p4-eats} -> {09816.f} {09817.f} {09817.p2-thinks} 
+tr {09816.t2} {09816.f} {09816.p5} -> {09816.p6} 
+tr {09816.t3|09817.t1} : a9815 {09816.f} {09817.p1} -> {09817.p3} 
+tr {09817.e} {09817.p6} {09817.p3} -> {09817.p4-eats} 
+tr {09817.t} {09817.p2-thinks} -> {09817.p1} {09817.p5} 
+tr {09817.t0|09818.t4} : b9816 {09818.p4-eats} -> {09817.f} {09818.f} {09818.p2-thinks} 
+tr {09817.t2} {09817.f} {09817.p5} -> {09817.p6} 
+tr {09817.t3|09818.t1} : a9816 {09817.f} {09818.p1} -> {09818.p3} 
+tr {09818.e} {09818.p6} {09818.p3} -> {09818.p4-eats} 
+tr {09818.t} {09818.p2-thinks} -> {09818.p1} {09818.p5} 
+tr {09818.t0|09819.t4} : b9817 {09819.p4-eats} -> {09818.f} {09819.f} {09819.p2-thinks} 
+tr {09818.t2} {09818.f} {09818.p5} -> {09818.p6} 
+tr {09818.t3|09819.t1} : a9817 {09818.f} {09819.p1} -> {09819.p3} 
+tr {09819.e} {09819.p6} {09819.p3} -> {09819.p4-eats} 
+tr {09819.t} {09819.p2-thinks} -> {09819.p1} {09819.p5} 
+tr {09819.t0|09820.t4} : b9818 {09820.p4-eats} -> {09819.f} {09820.f} {09820.p2-thinks} 
+tr {09819.t2} {09819.f} {09819.p5} -> {09819.p6} 
+tr {09819.t3|09820.t1} : a9818 {09819.f} {09820.p1} -> {09820.p3} 
+tr {09820.e} {09820.p6} {09820.p3} -> {09820.p4-eats} 
+tr {09820.t} {09820.p2-thinks} -> {09820.p1} {09820.p5} 
+tr {09820.t0|09821.t4} : b9819 {09821.p4-eats} -> {09820.f} {09821.f} {09821.p2-thinks} 
+tr {09820.t2} {09820.f} {09820.p5} -> {09820.p6} 
+tr {09820.t3|09821.t1} : a9819 {09820.f} {09821.p1} -> {09821.p3} 
+tr {09821.e} {09821.p6} {09821.p3} -> {09821.p4-eats} 
+tr {09821.t} {09821.p2-thinks} -> {09821.p1} {09821.p5} 
+tr {09821.t0|09822.t4} : b9820 {09822.p4-eats} -> {09821.f} {09822.f} {09822.p2-thinks} 
+tr {09821.t2} {09821.f} {09821.p5} -> {09821.p6} 
+tr {09821.t3|09822.t1} : a9820 {09821.f} {09822.p1} -> {09822.p3} 
+tr {09822.e} {09822.p6} {09822.p3} -> {09822.p4-eats} 
+tr {09822.t} {09822.p2-thinks} -> {09822.p1} {09822.p5} 
+tr {09822.t0|09823.t4} : b9821 {09823.p4-eats} -> {09822.f} {09823.f} {09823.p2-thinks} 
+tr {09822.t2} {09822.f} {09822.p5} -> {09822.p6} 
+tr {09822.t3|09823.t1} : a9821 {09822.f} {09823.p1} -> {09823.p3} 
+tr {09823.e} {09823.p6} {09823.p3} -> {09823.p4-eats} 
+tr {09823.t} {09823.p2-thinks} -> {09823.p1} {09823.p5} 
+tr {09823.t0|09824.t4} : b9822 {09824.p4-eats} -> {09823.f} {09824.f} {09824.p2-thinks} 
+tr {09823.t2} {09823.f} {09823.p5} -> {09823.p6} 
+tr {09823.t3|09824.t1} : a9822 {09823.f} {09824.p1} -> {09824.p3} 
+tr {09824.e} {09824.p6} {09824.p3} -> {09824.p4-eats} 
+tr {09824.t} {09824.p2-thinks} -> {09824.p1} {09824.p5} 
+tr {09824.t0|09825.t4} : b9823 {09825.p4-eats} -> {09824.f} {09825.f} {09825.p2-thinks} 
+tr {09824.t2} {09824.f} {09824.p5} -> {09824.p6} 
+tr {09824.t3|09825.t1} : a9823 {09824.f} {09825.p1} -> {09825.p3} 
+tr {09825.e} {09825.p6} {09825.p3} -> {09825.p4-eats} 
+tr {09825.t} {09825.p2-thinks} -> {09825.p1} {09825.p5} 
+tr {09825.t0|09826.t4} : b9824 {09826.p4-eats} -> {09825.f} {09826.f} {09826.p2-thinks} 
+tr {09825.t2} {09825.f} {09825.p5} -> {09825.p6} 
+tr {09825.t3|09826.t1} : a9824 {09825.f} {09826.p1} -> {09826.p3} 
+tr {09826.e} {09826.p6} {09826.p3} -> {09826.p4-eats} 
+tr {09826.t} {09826.p2-thinks} -> {09826.p1} {09826.p5} 
+tr {09826.t0|09827.t4} : b9825 {09827.p4-eats} -> {09826.f} {09827.f} {09827.p2-thinks} 
+tr {09826.t2} {09826.f} {09826.p5} -> {09826.p6} 
+tr {09826.t3|09827.t1} : a9825 {09826.f} {09827.p1} -> {09827.p3} 
+tr {09827.e} {09827.p6} {09827.p3} -> {09827.p4-eats} 
+tr {09827.t} {09827.p2-thinks} -> {09827.p1} {09827.p5} 
+tr {09827.t0|09828.t4} : b9826 {09828.p4-eats} -> {09827.f} {09828.f} {09828.p2-thinks} 
+tr {09827.t2} {09827.f} {09827.p5} -> {09827.p6} 
+tr {09827.t3|09828.t1} : a9826 {09827.f} {09828.p1} -> {09828.p3} 
+tr {09828.e} {09828.p6} {09828.p3} -> {09828.p4-eats} 
+tr {09828.t} {09828.p2-thinks} -> {09828.p1} {09828.p5} 
+tr {09828.t0|09829.t4} : b9827 {09829.p4-eats} -> {09828.f} {09829.f} {09829.p2-thinks} 
+tr {09828.t2} {09828.f} {09828.p5} -> {09828.p6} 
+tr {09828.t3|09829.t1} : a9827 {09828.f} {09829.p1} -> {09829.p3} 
+tr {09829.e} {09829.p6} {09829.p3} -> {09829.p4-eats} 
+tr {09829.t} {09829.p2-thinks} -> {09829.p1} {09829.p5} 
+tr {09829.t0|09830.t4} : b9828 {09830.p4-eats} -> {09829.f} {09830.f} {09830.p2-thinks} 
+tr {09829.t2} {09829.f} {09829.p5} -> {09829.p6} 
+tr {09829.t3|09830.t1} : a9828 {09829.f} {09830.p1} -> {09830.p3} 
+tr {09830.e} {09830.p6} {09830.p3} -> {09830.p4-eats} 
+tr {09830.t} {09830.p2-thinks} -> {09830.p1} {09830.p5} 
+tr {09830.t0|09831.t4} : b9829 {09831.p4-eats} -> {09830.f} {09831.f} {09831.p2-thinks} 
+tr {09830.t2} {09830.f} {09830.p5} -> {09830.p6} 
+tr {09830.t3|09831.t1} : a9829 {09830.f} {09831.p1} -> {09831.p3} 
+tr {09831.e} {09831.p6} {09831.p3} -> {09831.p4-eats} 
+tr {09831.t} {09831.p2-thinks} -> {09831.p1} {09831.p5} 
+tr {09831.t0|09832.t4} : b9830 {09832.p4-eats} -> {09831.f} {09832.f} {09832.p2-thinks} 
+tr {09831.t2} {09831.f} {09831.p5} -> {09831.p6} 
+tr {09831.t3|09832.t1} : a9830 {09831.f} {09832.p1} -> {09832.p3} 
+tr {09832.e} {09832.p6} {09832.p3} -> {09832.p4-eats} 
+tr {09832.t} {09832.p2-thinks} -> {09832.p1} {09832.p5} 
+tr {09832.t0|09833.t4} : b9831 {09833.p4-eats} -> {09832.f} {09833.f} {09833.p2-thinks} 
+tr {09832.t2} {09832.f} {09832.p5} -> {09832.p6} 
+tr {09832.t3|09833.t1} : a9831 {09832.f} {09833.p1} -> {09833.p3} 
+tr {09833.e} {09833.p6} {09833.p3} -> {09833.p4-eats} 
+tr {09833.t} {09833.p2-thinks} -> {09833.p1} {09833.p5} 
+tr {09833.t0|09834.t4} : b9832 {09834.p4-eats} -> {09833.f} {09834.f} {09834.p2-thinks} 
+tr {09833.t2} {09833.f} {09833.p5} -> {09833.p6} 
+tr {09833.t3|09834.t1} : a9832 {09833.f} {09834.p1} -> {09834.p3} 
+tr {09834.e} {09834.p6} {09834.p3} -> {09834.p4-eats} 
+tr {09834.t} {09834.p2-thinks} -> {09834.p1} {09834.p5} 
+tr {09834.t0|09835.t4} : b9833 {09835.p4-eats} -> {09834.f} {09835.f} {09835.p2-thinks} 
+tr {09834.t2} {09834.f} {09834.p5} -> {09834.p6} 
+tr {09834.t3|09835.t1} : a9833 {09834.f} {09835.p1} -> {09835.p3} 
+tr {09835.e} {09835.p6} {09835.p3} -> {09835.p4-eats} 
+tr {09835.t} {09835.p2-thinks} -> {09835.p1} {09835.p5} 
+tr {09835.t0|09836.t4} : b9834 {09836.p4-eats} -> {09835.f} {09836.f} {09836.p2-thinks} 
+tr {09835.t2} {09835.f} {09835.p5} -> {09835.p6} 
+tr {09835.t3|09836.t1} : a9834 {09835.f} {09836.p1} -> {09836.p3} 
+tr {09836.e} {09836.p6} {09836.p3} -> {09836.p4-eats} 
+tr {09836.t} {09836.p2-thinks} -> {09836.p1} {09836.p5} 
+tr {09836.t0|09837.t4} : b9835 {09837.p4-eats} -> {09836.f} {09837.f} {09837.p2-thinks} 
+tr {09836.t2} {09836.f} {09836.p5} -> {09836.p6} 
+tr {09836.t3|09837.t1} : a9835 {09836.f} {09837.p1} -> {09837.p3} 
+tr {09837.e} {09837.p6} {09837.p3} -> {09837.p4-eats} 
+tr {09837.t} {09837.p2-thinks} -> {09837.p1} {09837.p5} 
+tr {09837.t0|09838.t4} : b9836 {09838.p4-eats} -> {09837.f} {09838.f} {09838.p2-thinks} 
+tr {09837.t2} {09837.f} {09837.p5} -> {09837.p6} 
+tr {09837.t3|09838.t1} : a9836 {09837.f} {09838.p1} -> {09838.p3} 
+tr {09838.e} {09838.p6} {09838.p3} -> {09838.p4-eats} 
+tr {09838.t} {09838.p2-thinks} -> {09838.p1} {09838.p5} 
+tr {09838.t0|09839.t4} : b9837 {09839.p4-eats} -> {09838.f} {09839.f} {09839.p2-thinks} 
+tr {09838.t2} {09838.f} {09838.p5} -> {09838.p6} 
+tr {09838.t3|09839.t1} : a9837 {09838.f} {09839.p1} -> {09839.p3} 
+tr {09839.e} {09839.p6} {09839.p3} -> {09839.p4-eats} 
+tr {09839.t} {09839.p2-thinks} -> {09839.p1} {09839.p5} 
+tr {09839.t0|09840.t4} : b9838 {09840.p4-eats} -> {09839.f} {09840.f} {09840.p2-thinks} 
+tr {09839.t2} {09839.f} {09839.p5} -> {09839.p6} 
+tr {09839.t3|09840.t1} : a9838 {09839.f} {09840.p1} -> {09840.p3} 
+tr {09840.e} {09840.p6} {09840.p3} -> {09840.p4-eats} 
+tr {09840.t} {09840.p2-thinks} -> {09840.p1} {09840.p5} 
+tr {09840.t0|09841.t4} : b9839 {09841.p4-eats} -> {09840.f} {09841.f} {09841.p2-thinks} 
+tr {09840.t2} {09840.f} {09840.p5} -> {09840.p6} 
+tr {09840.t3|09841.t1} : a9839 {09840.f} {09841.p1} -> {09841.p3} 
+tr {09841.e} {09841.p6} {09841.p3} -> {09841.p4-eats} 
+tr {09841.t} {09841.p2-thinks} -> {09841.p1} {09841.p5} 
+tr {09841.t0|09842.t4} : b9840 {09842.p4-eats} -> {09841.f} {09842.f} {09842.p2-thinks} 
+tr {09841.t2} {09841.f} {09841.p5} -> {09841.p6} 
+tr {09841.t3|09842.t1} : a9840 {09841.f} {09842.p1} -> {09842.p3} 
+tr {09842.e} {09842.p6} {09842.p3} -> {09842.p4-eats} 
+tr {09842.t} {09842.p2-thinks} -> {09842.p1} {09842.p5} 
+tr {09842.t0|09843.t4} : b9841 {09843.p4-eats} -> {09842.f} {09843.f} {09843.p2-thinks} 
+tr {09842.t2} {09842.f} {09842.p5} -> {09842.p6} 
+tr {09842.t3|09843.t1} : a9841 {09842.f} {09843.p1} -> {09843.p3} 
+tr {09843.e} {09843.p6} {09843.p3} -> {09843.p4-eats} 
+tr {09843.t} {09843.p2-thinks} -> {09843.p1} {09843.p5} 
+tr {09843.t0|09844.t4} : b9842 {09844.p4-eats} -> {09843.f} {09844.f} {09844.p2-thinks} 
+tr {09843.t2} {09843.f} {09843.p5} -> {09843.p6} 
+tr {09843.t3|09844.t1} : a9842 {09843.f} {09844.p1} -> {09844.p3} 
+tr {09844.e} {09844.p6} {09844.p3} -> {09844.p4-eats} 
+tr {09844.t} {09844.p2-thinks} -> {09844.p1} {09844.p5} 
+tr {09844.t0|09845.t4} : b9843 {09845.p4-eats} -> {09844.f} {09845.f} {09845.p2-thinks} 
+tr {09844.t2} {09844.f} {09844.p5} -> {09844.p6} 
+tr {09844.t3|09845.t1} : a9843 {09844.f} {09845.p1} -> {09845.p3} 
+tr {09845.e} {09845.p6} {09845.p3} -> {09845.p4-eats} 
+tr {09845.t} {09845.p2-thinks} -> {09845.p1} {09845.p5} 
+tr {09845.t0|09846.t4} : b9844 {09846.p4-eats} -> {09845.f} {09846.f} {09846.p2-thinks} 
+tr {09845.t2} {09845.f} {09845.p5} -> {09845.p6} 
+tr {09845.t3|09846.t1} : a9844 {09845.f} {09846.p1} -> {09846.p3} 
+tr {09846.e} {09846.p6} {09846.p3} -> {09846.p4-eats} 
+tr {09846.t} {09846.p2-thinks} -> {09846.p1} {09846.p5} 
+tr {09846.t0|09847.t4} : b9845 {09847.p4-eats} -> {09846.f} {09847.f} {09847.p2-thinks} 
+tr {09846.t2} {09846.f} {09846.p5} -> {09846.p6} 
+tr {09846.t3|09847.t1} : a9845 {09846.f} {09847.p1} -> {09847.p3} 
+tr {09847.e} {09847.p6} {09847.p3} -> {09847.p4-eats} 
+tr {09847.t} {09847.p2-thinks} -> {09847.p1} {09847.p5} 
+tr {09847.t0|09848.t4} : b9846 {09848.p4-eats} -> {09847.f} {09848.f} {09848.p2-thinks} 
+tr {09847.t2} {09847.f} {09847.p5} -> {09847.p6} 
+tr {09847.t3|09848.t1} : a9846 {09847.f} {09848.p1} -> {09848.p3} 
+tr {09848.e} {09848.p6} {09848.p3} -> {09848.p4-eats} 
+tr {09848.t} {09848.p2-thinks} -> {09848.p1} {09848.p5} 
+tr {09848.t0|09849.t4} : b9847 {09849.p4-eats} -> {09848.f} {09849.f} {09849.p2-thinks} 
+tr {09848.t2} {09848.f} {09848.p5} -> {09848.p6} 
+tr {09848.t3|09849.t1} : a9847 {09848.f} {09849.p1} -> {09849.p3} 
+tr {09849.e} {09849.p6} {09849.p3} -> {09849.p4-eats} 
+tr {09849.t} {09849.p2-thinks} -> {09849.p1} {09849.p5} 
+tr {09849.t0|09850.t4} : b9848 {09850.p4-eats} -> {09849.f} {09850.f} {09850.p2-thinks} 
+tr {09849.t2} {09849.f} {09849.p5} -> {09849.p6} 
+tr {09849.t3|09850.t1} : a9848 {09849.f} {09850.p1} -> {09850.p3} 
+tr {09850.e} {09850.p6} {09850.p3} -> {09850.p4-eats} 
+tr {09850.t} {09850.p2-thinks} -> {09850.p1} {09850.p5} 
+tr {09850.t0|09851.t4} : b9849 {09851.p4-eats} -> {09850.f} {09851.f} {09851.p2-thinks} 
+tr {09850.t2} {09850.f} {09850.p5} -> {09850.p6} 
+tr {09850.t3|09851.t1} : a9849 {09850.f} {09851.p1} -> {09851.p3} 
+tr {09851.e} {09851.p6} {09851.p3} -> {09851.p4-eats} 
+tr {09851.t} {09851.p2-thinks} -> {09851.p1} {09851.p5} 
+tr {09851.t0|09852.t4} : b9850 {09852.p4-eats} -> {09851.f} {09852.f} {09852.p2-thinks} 
+tr {09851.t2} {09851.f} {09851.p5} -> {09851.p6} 
+tr {09851.t3|09852.t1} : a9850 {09851.f} {09852.p1} -> {09852.p3} 
+tr {09852.e} {09852.p6} {09852.p3} -> {09852.p4-eats} 
+tr {09852.t} {09852.p2-thinks} -> {09852.p1} {09852.p5} 
+tr {09852.t0|09853.t4} : b9851 {09853.p4-eats} -> {09852.f} {09853.f} {09853.p2-thinks} 
+tr {09852.t2} {09852.f} {09852.p5} -> {09852.p6} 
+tr {09852.t3|09853.t1} : a9851 {09852.f} {09853.p1} -> {09853.p3} 
+tr {09853.e} {09853.p6} {09853.p3} -> {09853.p4-eats} 
+tr {09853.t} {09853.p2-thinks} -> {09853.p1} {09853.p5} 
+tr {09853.t0|09854.t4} : b9852 {09854.p4-eats} -> {09853.f} {09854.f} {09854.p2-thinks} 
+tr {09853.t2} {09853.f} {09853.p5} -> {09853.p6} 
+tr {09853.t3|09854.t1} : a9852 {09853.f} {09854.p1} -> {09854.p3} 
+tr {09854.e} {09854.p6} {09854.p3} -> {09854.p4-eats} 
+tr {09854.t} {09854.p2-thinks} -> {09854.p1} {09854.p5} 
+tr {09854.t0|09855.t4} : b9853 {09855.p4-eats} -> {09854.f} {09855.f} {09855.p2-thinks} 
+tr {09854.t2} {09854.f} {09854.p5} -> {09854.p6} 
+tr {09854.t3|09855.t1} : a9853 {09854.f} {09855.p1} -> {09855.p3} 
+tr {09855.e} {09855.p6} {09855.p3} -> {09855.p4-eats} 
+tr {09855.t} {09855.p2-thinks} -> {09855.p1} {09855.p5} 
+tr {09855.t0|09856.t4} : b9854 {09856.p4-eats} -> {09855.f} {09856.f} {09856.p2-thinks} 
+tr {09855.t2} {09855.f} {09855.p5} -> {09855.p6} 
+tr {09855.t3|09856.t1} : a9854 {09855.f} {09856.p1} -> {09856.p3} 
+tr {09856.e} {09856.p6} {09856.p3} -> {09856.p4-eats} 
+tr {09856.t} {09856.p2-thinks} -> {09856.p1} {09856.p5} 
+tr {09856.t0|09857.t4} : b9855 {09857.p4-eats} -> {09856.f} {09857.f} {09857.p2-thinks} 
+tr {09856.t2} {09856.f} {09856.p5} -> {09856.p6} 
+tr {09856.t3|09857.t1} : a9855 {09856.f} {09857.p1} -> {09857.p3} 
+tr {09857.e} {09857.p6} {09857.p3} -> {09857.p4-eats} 
+tr {09857.t} {09857.p2-thinks} -> {09857.p1} {09857.p5} 
+tr {09857.t0|09858.t4} : b9856 {09858.p4-eats} -> {09857.f} {09858.f} {09858.p2-thinks} 
+tr {09857.t2} {09857.f} {09857.p5} -> {09857.p6} 
+tr {09857.t3|09858.t1} : a9856 {09857.f} {09858.p1} -> {09858.p3} 
+tr {09858.e} {09858.p6} {09858.p3} -> {09858.p4-eats} 
+tr {09858.t} {09858.p2-thinks} -> {09858.p1} {09858.p5} 
+tr {09858.t0|09859.t4} : b9857 {09859.p4-eats} -> {09858.f} {09859.f} {09859.p2-thinks} 
+tr {09858.t2} {09858.f} {09858.p5} -> {09858.p6} 
+tr {09858.t3|09859.t1} : a9857 {09858.f} {09859.p1} -> {09859.p3} 
+tr {09859.e} {09859.p6} {09859.p3} -> {09859.p4-eats} 
+tr {09859.t} {09859.p2-thinks} -> {09859.p1} {09859.p5} 
+tr {09859.t0|09860.t4} : b9858 {09860.p4-eats} -> {09859.f} {09860.f} {09860.p2-thinks} 
+tr {09859.t2} {09859.f} {09859.p5} -> {09859.p6} 
+tr {09859.t3|09860.t1} : a9858 {09859.f} {09860.p1} -> {09860.p3} 
+tr {09860.e} {09860.p6} {09860.p3} -> {09860.p4-eats} 
+tr {09860.t} {09860.p2-thinks} -> {09860.p1} {09860.p5} 
+tr {09860.t0|09861.t4} : b9859 {09861.p4-eats} -> {09860.f} {09861.f} {09861.p2-thinks} 
+tr {09860.t2} {09860.f} {09860.p5} -> {09860.p6} 
+tr {09860.t3|09861.t1} : a9859 {09860.f} {09861.p1} -> {09861.p3} 
+tr {09861.e} {09861.p6} {09861.p3} -> {09861.p4-eats} 
+tr {09861.t} {09861.p2-thinks} -> {09861.p1} {09861.p5} 
+tr {09861.t0|09862.t4} : b9860 {09862.p4-eats} -> {09861.f} {09862.f} {09862.p2-thinks} 
+tr {09861.t2} {09861.f} {09861.p5} -> {09861.p6} 
+tr {09861.t3|09862.t1} : a9860 {09861.f} {09862.p1} -> {09862.p3} 
+tr {09862.e} {09862.p6} {09862.p3} -> {09862.p4-eats} 
+tr {09862.t} {09862.p2-thinks} -> {09862.p1} {09862.p5} 
+tr {09862.t0|09863.t4} : b9861 {09863.p4-eats} -> {09862.f} {09863.f} {09863.p2-thinks} 
+tr {09862.t2} {09862.f} {09862.p5} -> {09862.p6} 
+tr {09862.t3|09863.t1} : a9861 {09862.f} {09863.p1} -> {09863.p3} 
+tr {09863.e} {09863.p6} {09863.p3} -> {09863.p4-eats} 
+tr {09863.t} {09863.p2-thinks} -> {09863.p1} {09863.p5} 
+tr {09863.t0|09864.t4} : b9862 {09864.p4-eats} -> {09863.f} {09864.f} {09864.p2-thinks} 
+tr {09863.t2} {09863.f} {09863.p5} -> {09863.p6} 
+tr {09863.t3|09864.t1} : a9862 {09863.f} {09864.p1} -> {09864.p3} 
+tr {09864.e} {09864.p6} {09864.p3} -> {09864.p4-eats} 
+tr {09864.t} {09864.p2-thinks} -> {09864.p1} {09864.p5} 
+tr {09864.t0|09865.t4} : b9863 {09865.p4-eats} -> {09864.f} {09865.f} {09865.p2-thinks} 
+tr {09864.t2} {09864.f} {09864.p5} -> {09864.p6} 
+tr {09864.t3|09865.t1} : a9863 {09864.f} {09865.p1} -> {09865.p3} 
+tr {09865.e} {09865.p6} {09865.p3} -> {09865.p4-eats} 
+tr {09865.t} {09865.p2-thinks} -> {09865.p1} {09865.p5} 
+tr {09865.t0|09866.t4} : b9864 {09866.p4-eats} -> {09865.f} {09866.f} {09866.p2-thinks} 
+tr {09865.t2} {09865.f} {09865.p5} -> {09865.p6} 
+tr {09865.t3|09866.t1} : a9864 {09865.f} {09866.p1} -> {09866.p3} 
+tr {09866.e} {09866.p6} {09866.p3} -> {09866.p4-eats} 
+tr {09866.t} {09866.p2-thinks} -> {09866.p1} {09866.p5} 
+tr {09866.t0|09867.t4} : b9865 {09867.p4-eats} -> {09866.f} {09867.f} {09867.p2-thinks} 
+tr {09866.t2} {09866.f} {09866.p5} -> {09866.p6} 
+tr {09866.t3|09867.t1} : a9865 {09866.f} {09867.p1} -> {09867.p3} 
+tr {09867.e} {09867.p6} {09867.p3} -> {09867.p4-eats} 
+tr {09867.t} {09867.p2-thinks} -> {09867.p1} {09867.p5} 
+tr {09867.t0|09868.t4} : b9866 {09868.p4-eats} -> {09867.f} {09868.f} {09868.p2-thinks} 
+tr {09867.t2} {09867.f} {09867.p5} -> {09867.p6} 
+tr {09867.t3|09868.t1} : a9866 {09867.f} {09868.p1} -> {09868.p3} 
+tr {09868.e} {09868.p6} {09868.p3} -> {09868.p4-eats} 
+tr {09868.t} {09868.p2-thinks} -> {09868.p1} {09868.p5} 
+tr {09868.t0|09869.t4} : b9867 {09869.p4-eats} -> {09868.f} {09869.f} {09869.p2-thinks} 
+tr {09868.t2} {09868.f} {09868.p5} -> {09868.p6} 
+tr {09868.t3|09869.t1} : a9867 {09868.f} {09869.p1} -> {09869.p3} 
+tr {09869.e} {09869.p6} {09869.p3} -> {09869.p4-eats} 
+tr {09869.t} {09869.p2-thinks} -> {09869.p1} {09869.p5} 
+tr {09869.t0|09870.t4} : b9868 {09870.p4-eats} -> {09869.f} {09870.f} {09870.p2-thinks} 
+tr {09869.t2} {09869.f} {09869.p5} -> {09869.p6} 
+tr {09869.t3|09870.t1} : a9868 {09869.f} {09870.p1} -> {09870.p3} 
+tr {09870.e} {09870.p6} {09870.p3} -> {09870.p4-eats} 
+tr {09870.t} {09870.p2-thinks} -> {09870.p1} {09870.p5} 
+tr {09870.t0|09871.t4} : b9869 {09871.p4-eats} -> {09870.f} {09871.f} {09871.p2-thinks} 
+tr {09870.t2} {09870.f} {09870.p5} -> {09870.p6} 
+tr {09870.t3|09871.t1} : a9869 {09870.f} {09871.p1} -> {09871.p3} 
+tr {09871.e} {09871.p6} {09871.p3} -> {09871.p4-eats} 
+tr {09871.t} {09871.p2-thinks} -> {09871.p1} {09871.p5} 
+tr {09871.t0|09872.t4} : b9870 {09872.p4-eats} -> {09871.f} {09872.f} {09872.p2-thinks} 
+tr {09871.t2} {09871.f} {09871.p5} -> {09871.p6} 
+tr {09871.t3|09872.t1} : a9870 {09871.f} {09872.p1} -> {09872.p3} 
+tr {09872.e} {09872.p6} {09872.p3} -> {09872.p4-eats} 
+tr {09872.t} {09872.p2-thinks} -> {09872.p1} {09872.p5} 
+tr {09872.t0|09873.t4} : b9871 {09873.p4-eats} -> {09872.f} {09873.f} {09873.p2-thinks} 
+tr {09872.t2} {09872.f} {09872.p5} -> {09872.p6} 
+tr {09872.t3|09873.t1} : a9871 {09872.f} {09873.p1} -> {09873.p3} 
+tr {09873.e} {09873.p6} {09873.p3} -> {09873.p4-eats} 
+tr {09873.t} {09873.p2-thinks} -> {09873.p1} {09873.p5} 
+tr {09873.t0|09874.t4} : b9872 {09874.p4-eats} -> {09873.f} {09874.f} {09874.p2-thinks} 
+tr {09873.t2} {09873.f} {09873.p5} -> {09873.p6} 
+tr {09873.t3|09874.t1} : a9872 {09873.f} {09874.p1} -> {09874.p3} 
+tr {09874.e} {09874.p6} {09874.p3} -> {09874.p4-eats} 
+tr {09874.t} {09874.p2-thinks} -> {09874.p1} {09874.p5} 
+tr {09874.t0|09875.t4} : b9873 {09875.p4-eats} -> {09874.f} {09875.f} {09875.p2-thinks} 
+tr {09874.t2} {09874.f} {09874.p5} -> {09874.p6} 
+tr {09874.t3|09875.t1} : a9873 {09874.f} {09875.p1} -> {09875.p3} 
+tr {09875.e} {09875.p6} {09875.p3} -> {09875.p4-eats} 
+tr {09875.t} {09875.p2-thinks} -> {09875.p1} {09875.p5} 
+tr {09875.t0|09876.t4} : b9874 {09876.p4-eats} -> {09875.f} {09876.f} {09876.p2-thinks} 
+tr {09875.t2} {09875.f} {09875.p5} -> {09875.p6} 
+tr {09875.t3|09876.t1} : a9874 {09875.f} {09876.p1} -> {09876.p3} 
+tr {09876.e} {09876.p6} {09876.p3} -> {09876.p4-eats} 
+tr {09876.t} {09876.p2-thinks} -> {09876.p1} {09876.p5} 
+tr {09876.t0|09877.t4} : b9875 {09877.p4-eats} -> {09876.f} {09877.f} {09877.p2-thinks} 
+tr {09876.t2} {09876.f} {09876.p5} -> {09876.p6} 
+tr {09876.t3|09877.t1} : a9875 {09876.f} {09877.p1} -> {09877.p3} 
+tr {09877.e} {09877.p6} {09877.p3} -> {09877.p4-eats} 
+tr {09877.t} {09877.p2-thinks} -> {09877.p1} {09877.p5} 
+tr {09877.t0|09878.t4} : b9876 {09878.p4-eats} -> {09877.f} {09878.f} {09878.p2-thinks} 
+tr {09877.t2} {09877.f} {09877.p5} -> {09877.p6} 
+tr {09877.t3|09878.t1} : a9876 {09877.f} {09878.p1} -> {09878.p3} 
+tr {09878.e} {09878.p6} {09878.p3} -> {09878.p4-eats} 
+tr {09878.t} {09878.p2-thinks} -> {09878.p1} {09878.p5} 
+tr {09878.t0|09879.t4} : b9877 {09879.p4-eats} -> {09878.f} {09879.f} {09879.p2-thinks} 
+tr {09878.t2} {09878.f} {09878.p5} -> {09878.p6} 
+tr {09878.t3|09879.t1} : a9877 {09878.f} {09879.p1} -> {09879.p3} 
+tr {09879.e} {09879.p6} {09879.p3} -> {09879.p4-eats} 
+tr {09879.t} {09879.p2-thinks} -> {09879.p1} {09879.p5} 
+tr {09879.t0|09880.t4} : b9878 {09880.p4-eats} -> {09879.f} {09880.f} {09880.p2-thinks} 
+tr {09879.t2} {09879.f} {09879.p5} -> {09879.p6} 
+tr {09879.t3|09880.t1} : a9878 {09879.f} {09880.p1} -> {09880.p3} 
+tr {09880.e} {09880.p6} {09880.p3} -> {09880.p4-eats} 
+tr {09880.t} {09880.p2-thinks} -> {09880.p1} {09880.p5} 
+tr {09880.t0|09881.t4} : b9879 {09881.p4-eats} -> {09880.f} {09881.f} {09881.p2-thinks} 
+tr {09880.t2} {09880.f} {09880.p5} -> {09880.p6} 
+tr {09880.t3|09881.t1} : a9879 {09880.f} {09881.p1} -> {09881.p3} 
+tr {09881.e} {09881.p6} {09881.p3} -> {09881.p4-eats} 
+tr {09881.t} {09881.p2-thinks} -> {09881.p1} {09881.p5} 
+tr {09881.t0|09882.t4} : b9880 {09882.p4-eats} -> {09881.f} {09882.f} {09882.p2-thinks} 
+tr {09881.t2} {09881.f} {09881.p5} -> {09881.p6} 
+tr {09881.t3|09882.t1} : a9880 {09881.f} {09882.p1} -> {09882.p3} 
+tr {09882.e} {09882.p6} {09882.p3} -> {09882.p4-eats} 
+tr {09882.t} {09882.p2-thinks} -> {09882.p1} {09882.p5} 
+tr {09882.t0|09883.t4} : b9881 {09883.p4-eats} -> {09882.f} {09883.f} {09883.p2-thinks} 
+tr {09882.t2} {09882.f} {09882.p5} -> {09882.p6} 
+tr {09882.t3|09883.t1} : a9881 {09882.f} {09883.p1} -> {09883.p3} 
+tr {09883.e} {09883.p6} {09883.p3} -> {09883.p4-eats} 
+tr {09883.t} {09883.p2-thinks} -> {09883.p1} {09883.p5} 
+tr {09883.t0|09884.t4} : b9882 {09884.p4-eats} -> {09883.f} {09884.f} {09884.p2-thinks} 
+tr {09883.t2} {09883.f} {09883.p5} -> {09883.p6} 
+tr {09883.t3|09884.t1} : a9882 {09883.f} {09884.p1} -> {09884.p3} 
+tr {09884.e} {09884.p6} {09884.p3} -> {09884.p4-eats} 
+tr {09884.t} {09884.p2-thinks} -> {09884.p1} {09884.p5} 
+tr {09884.t0|09885.t4} : b9883 {09885.p4-eats} -> {09884.f} {09885.f} {09885.p2-thinks} 
+tr {09884.t2} {09884.f} {09884.p5} -> {09884.p6} 
+tr {09884.t3|09885.t1} : a9883 {09884.f} {09885.p1} -> {09885.p3} 
+tr {09885.e} {09885.p6} {09885.p3} -> {09885.p4-eats} 
+tr {09885.t} {09885.p2-thinks} -> {09885.p1} {09885.p5} 
+tr {09885.t0|09886.t4} : b9884 {09886.p4-eats} -> {09885.f} {09886.f} {09886.p2-thinks} 
+tr {09885.t2} {09885.f} {09885.p5} -> {09885.p6} 
+tr {09885.t3|09886.t1} : a9884 {09885.f} {09886.p1} -> {09886.p3} 
+tr {09886.e} {09886.p6} {09886.p3} -> {09886.p4-eats} 
+tr {09886.t} {09886.p2-thinks} -> {09886.p1} {09886.p5} 
+tr {09886.t0|09887.t4} : b9885 {09887.p4-eats} -> {09886.f} {09887.f} {09887.p2-thinks} 
+tr {09886.t2} {09886.f} {09886.p5} -> {09886.p6} 
+tr {09886.t3|09887.t1} : a9885 {09886.f} {09887.p1} -> {09887.p3} 
+tr {09887.e} {09887.p6} {09887.p3} -> {09887.p4-eats} 
+tr {09887.t} {09887.p2-thinks} -> {09887.p1} {09887.p5} 
+tr {09887.t0|09888.t4} : b9886 {09888.p4-eats} -> {09887.f} {09888.f} {09888.p2-thinks} 
+tr {09887.t2} {09887.f} {09887.p5} -> {09887.p6} 
+tr {09887.t3|09888.t1} : a9886 {09887.f} {09888.p1} -> {09888.p3} 
+tr {09888.e} {09888.p6} {09888.p3} -> {09888.p4-eats} 
+tr {09888.t} {09888.p2-thinks} -> {09888.p1} {09888.p5} 
+tr {09888.t0|09889.t4} : b9887 {09889.p4-eats} -> {09888.f} {09889.f} {09889.p2-thinks} 
+tr {09888.t2} {09888.f} {09888.p5} -> {09888.p6} 
+tr {09888.t3|09889.t1} : a9887 {09888.f} {09889.p1} -> {09889.p3} 
+tr {09889.e} {09889.p6} {09889.p3} -> {09889.p4-eats} 
+tr {09889.t} {09889.p2-thinks} -> {09889.p1} {09889.p5} 
+tr {09889.t0|09890.t4} : b9888 {09890.p4-eats} -> {09889.f} {09890.f} {09890.p2-thinks} 
+tr {09889.t2} {09889.f} {09889.p5} -> {09889.p6} 
+tr {09889.t3|09890.t1} : a9888 {09889.f} {09890.p1} -> {09890.p3} 
+tr {09890.e} {09890.p6} {09890.p3} -> {09890.p4-eats} 
+tr {09890.t} {09890.p2-thinks} -> {09890.p1} {09890.p5} 
+tr {09890.t0|09891.t4} : b9889 {09891.p4-eats} -> {09890.f} {09891.f} {09891.p2-thinks} 
+tr {09890.t2} {09890.f} {09890.p5} -> {09890.p6} 
+tr {09890.t3|09891.t1} : a9889 {09890.f} {09891.p1} -> {09891.p3} 
+tr {09891.e} {09891.p6} {09891.p3} -> {09891.p4-eats} 
+tr {09891.t} {09891.p2-thinks} -> {09891.p1} {09891.p5} 
+tr {09891.t0|09892.t4} : b9890 {09892.p4-eats} -> {09891.f} {09892.f} {09892.p2-thinks} 
+tr {09891.t2} {09891.f} {09891.p5} -> {09891.p6} 
+tr {09891.t3|09892.t1} : a9890 {09891.f} {09892.p1} -> {09892.p3} 
+tr {09892.e} {09892.p6} {09892.p3} -> {09892.p4-eats} 
+tr {09892.t} {09892.p2-thinks} -> {09892.p1} {09892.p5} 
+tr {09892.t0|09893.t4} : b9891 {09893.p4-eats} -> {09892.f} {09893.f} {09893.p2-thinks} 
+tr {09892.t2} {09892.f} {09892.p5} -> {09892.p6} 
+tr {09892.t3|09893.t1} : a9891 {09892.f} {09893.p1} -> {09893.p3} 
+tr {09893.e} {09893.p6} {09893.p3} -> {09893.p4-eats} 
+tr {09893.t} {09893.p2-thinks} -> {09893.p1} {09893.p5} 
+tr {09893.t0|09894.t4} : b9892 {09894.p4-eats} -> {09893.f} {09894.f} {09894.p2-thinks} 
+tr {09893.t2} {09893.f} {09893.p5} -> {09893.p6} 
+tr {09893.t3|09894.t1} : a9892 {09893.f} {09894.p1} -> {09894.p3} 
+tr {09894.e} {09894.p6} {09894.p3} -> {09894.p4-eats} 
+tr {09894.t} {09894.p2-thinks} -> {09894.p1} {09894.p5} 
+tr {09894.t0|09895.t4} : b9893 {09895.p4-eats} -> {09894.f} {09895.f} {09895.p2-thinks} 
+tr {09894.t2} {09894.f} {09894.p5} -> {09894.p6} 
+tr {09894.t3|09895.t1} : a9893 {09894.f} {09895.p1} -> {09895.p3} 
+tr {09895.e} {09895.p6} {09895.p3} -> {09895.p4-eats} 
+tr {09895.t} {09895.p2-thinks} -> {09895.p1} {09895.p5} 
+tr {09895.t0|09896.t4} : b9894 {09896.p4-eats} -> {09895.f} {09896.f} {09896.p2-thinks} 
+tr {09895.t2} {09895.f} {09895.p5} -> {09895.p6} 
+tr {09895.t3|09896.t1} : a9894 {09895.f} {09896.p1} -> {09896.p3} 
+tr {09896.e} {09896.p6} {09896.p3} -> {09896.p4-eats} 
+tr {09896.t} {09896.p2-thinks} -> {09896.p1} {09896.p5} 
+tr {09896.t0|09897.t4} : b9895 {09897.p4-eats} -> {09896.f} {09897.f} {09897.p2-thinks} 
+tr {09896.t2} {09896.f} {09896.p5} -> {09896.p6} 
+tr {09896.t3|09897.t1} : a9895 {09896.f} {09897.p1} -> {09897.p3} 
+tr {09897.e} {09897.p6} {09897.p3} -> {09897.p4-eats} 
+tr {09897.t} {09897.p2-thinks} -> {09897.p1} {09897.p5} 
+tr {09897.t0|09898.t4} : b9896 {09898.p4-eats} -> {09897.f} {09898.f} {09898.p2-thinks} 
+tr {09897.t2} {09897.f} {09897.p5} -> {09897.p6} 
+tr {09897.t3|09898.t1} : a9896 {09897.f} {09898.p1} -> {09898.p3} 
+tr {09898.e} {09898.p6} {09898.p3} -> {09898.p4-eats} 
+tr {09898.t} {09898.p2-thinks} -> {09898.p1} {09898.p5} 
+tr {09898.t0|09899.t4} : b9897 {09899.p4-eats} -> {09898.f} {09899.f} {09899.p2-thinks} 
+tr {09898.t2} {09898.f} {09898.p5} -> {09898.p6} 
+tr {09898.t3|09899.t1} : a9897 {09898.f} {09899.p1} -> {09899.p3} 
+tr {09899.e} {09899.p6} {09899.p3} -> {09899.p4-eats} 
+tr {09899.t} {09899.p2-thinks} -> {09899.p1} {09899.p5} 
+tr {09899.t0|09900.t4} : b9898 {09900.p4-eats} -> {09899.f} {09900.f} {09900.p2-thinks} 
+tr {09899.t2} {09899.f} {09899.p5} -> {09899.p6} 
+tr {09899.t3|09900.t1} : a9898 {09899.f} {09900.p1} -> {09900.p3} 
+tr {09900.e} {09900.p6} {09900.p3} -> {09900.p4-eats} 
+tr {09900.t} {09900.p2-thinks} -> {09900.p1} {09900.p5} 
+tr {09900.t0|09901.t4} : b9899 {09901.p4-eats} -> {09900.f} {09901.f} {09901.p2-thinks} 
+tr {09900.t2} {09900.f} {09900.p5} -> {09900.p6} 
+tr {09900.t3|09901.t1} : a9899 {09900.f} {09901.p1} -> {09901.p3} 
+tr {09901.e} {09901.p6} {09901.p3} -> {09901.p4-eats} 
+tr {09901.t} {09901.p2-thinks} -> {09901.p1} {09901.p5} 
+tr {09901.t0|09902.t4} : b9900 {09902.p4-eats} -> {09901.f} {09902.f} {09902.p2-thinks} 
+tr {09901.t2} {09901.f} {09901.p5} -> {09901.p6} 
+tr {09901.t3|09902.t1} : a9900 {09901.f} {09902.p1} -> {09902.p3} 
+tr {09902.e} {09902.p6} {09902.p3} -> {09902.p4-eats} 
+tr {09902.t} {09902.p2-thinks} -> {09902.p1} {09902.p5} 
+tr {09902.t0|09903.t4} : b9901 {09903.p4-eats} -> {09902.f} {09903.f} {09903.p2-thinks} 
+tr {09902.t2} {09902.f} {09902.p5} -> {09902.p6} 
+tr {09902.t3|09903.t1} : a9901 {09902.f} {09903.p1} -> {09903.p3} 
+tr {09903.e} {09903.p6} {09903.p3} -> {09903.p4-eats} 
+tr {09903.t} {09903.p2-thinks} -> {09903.p1} {09903.p5} 
+tr {09903.t0|09904.t4} : b9902 {09904.p4-eats} -> {09903.f} {09904.f} {09904.p2-thinks} 
+tr {09903.t2} {09903.f} {09903.p5} -> {09903.p6} 
+tr {09903.t3|09904.t1} : a9902 {09903.f} {09904.p1} -> {09904.p3} 
+tr {09904.e} {09904.p6} {09904.p3} -> {09904.p4-eats} 
+tr {09904.t} {09904.p2-thinks} -> {09904.p1} {09904.p5} 
+tr {09904.t0|09905.t4} : b9903 {09905.p4-eats} -> {09904.f} {09905.f} {09905.p2-thinks} 
+tr {09904.t2} {09904.f} {09904.p5} -> {09904.p6} 
+tr {09904.t3|09905.t1} : a9903 {09904.f} {09905.p1} -> {09905.p3} 
+tr {09905.e} {09905.p6} {09905.p3} -> {09905.p4-eats} 
+tr {09905.t} {09905.p2-thinks} -> {09905.p1} {09905.p5} 
+tr {09905.t0|09906.t4} : b9904 {09906.p4-eats} -> {09905.f} {09906.f} {09906.p2-thinks} 
+tr {09905.t2} {09905.f} {09905.p5} -> {09905.p6} 
+tr {09905.t3|09906.t1} : a9904 {09905.f} {09906.p1} -> {09906.p3} 
+tr {09906.e} {09906.p6} {09906.p3} -> {09906.p4-eats} 
+tr {09906.t} {09906.p2-thinks} -> {09906.p1} {09906.p5} 
+tr {09906.t0|09907.t4} : b9905 {09907.p4-eats} -> {09906.f} {09907.f} {09907.p2-thinks} 
+tr {09906.t2} {09906.f} {09906.p5} -> {09906.p6} 
+tr {09906.t3|09907.t1} : a9905 {09906.f} {09907.p1} -> {09907.p3} 
+tr {09907.e} {09907.p6} {09907.p3} -> {09907.p4-eats} 
+tr {09907.t} {09907.p2-thinks} -> {09907.p1} {09907.p5} 
+tr {09907.t0|09908.t4} : b9906 {09908.p4-eats} -> {09907.f} {09908.f} {09908.p2-thinks} 
+tr {09907.t2} {09907.f} {09907.p5} -> {09907.p6} 
+tr {09907.t3|09908.t1} : a9906 {09907.f} {09908.p1} -> {09908.p3} 
+tr {09908.e} {09908.p6} {09908.p3} -> {09908.p4-eats} 
+tr {09908.t} {09908.p2-thinks} -> {09908.p1} {09908.p5} 
+tr {09908.t0|09909.t4} : b9907 {09909.p4-eats} -> {09908.f} {09909.f} {09909.p2-thinks} 
+tr {09908.t2} {09908.f} {09908.p5} -> {09908.p6} 
+tr {09908.t3|09909.t1} : a9907 {09908.f} {09909.p1} -> {09909.p3} 
+tr {09909.e} {09909.p6} {09909.p3} -> {09909.p4-eats} 
+tr {09909.t} {09909.p2-thinks} -> {09909.p1} {09909.p5} 
+tr {09909.t0|09910.t4} : b9908 {09910.p4-eats} -> {09909.f} {09910.f} {09910.p2-thinks} 
+tr {09909.t2} {09909.f} {09909.p5} -> {09909.p6} 
+tr {09909.t3|09910.t1} : a9908 {09909.f} {09910.p1} -> {09910.p3} 
+tr {09910.e} {09910.p6} {09910.p3} -> {09910.p4-eats} 
+tr {09910.t} {09910.p2-thinks} -> {09910.p1} {09910.p5} 
+tr {09910.t0|09911.t4} : b9909 {09911.p4-eats} -> {09910.f} {09911.f} {09911.p2-thinks} 
+tr {09910.t2} {09910.f} {09910.p5} -> {09910.p6} 
+tr {09910.t3|09911.t1} : a9909 {09910.f} {09911.p1} -> {09911.p3} 
+tr {09911.e} {09911.p6} {09911.p3} -> {09911.p4-eats} 
+tr {09911.t} {09911.p2-thinks} -> {09911.p1} {09911.p5} 
+tr {09911.t0|09912.t4} : b9910 {09912.p4-eats} -> {09911.f} {09912.f} {09912.p2-thinks} 
+tr {09911.t2} {09911.f} {09911.p5} -> {09911.p6} 
+tr {09911.t3|09912.t1} : a9910 {09911.f} {09912.p1} -> {09912.p3} 
+tr {09912.e} {09912.p6} {09912.p3} -> {09912.p4-eats} 
+tr {09912.t} {09912.p2-thinks} -> {09912.p1} {09912.p5} 
+tr {09912.t0|09913.t4} : b9911 {09913.p4-eats} -> {09912.f} {09913.f} {09913.p2-thinks} 
+tr {09912.t2} {09912.f} {09912.p5} -> {09912.p6} 
+tr {09912.t3|09913.t1} : a9911 {09912.f} {09913.p1} -> {09913.p3} 
+tr {09913.e} {09913.p6} {09913.p3} -> {09913.p4-eats} 
+tr {09913.t} {09913.p2-thinks} -> {09913.p1} {09913.p5} 
+tr {09913.t0|09914.t4} : b9912 {09914.p4-eats} -> {09913.f} {09914.f} {09914.p2-thinks} 
+tr {09913.t2} {09913.f} {09913.p5} -> {09913.p6} 
+tr {09913.t3|09914.t1} : a9912 {09913.f} {09914.p1} -> {09914.p3} 
+tr {09914.e} {09914.p6} {09914.p3} -> {09914.p4-eats} 
+tr {09914.t} {09914.p2-thinks} -> {09914.p1} {09914.p5} 
+tr {09914.t0|09915.t4} : b9913 {09915.p4-eats} -> {09914.f} {09915.f} {09915.p2-thinks} 
+tr {09914.t2} {09914.f} {09914.p5} -> {09914.p6} 
+tr {09914.t3|09915.t1} : a9913 {09914.f} {09915.p1} -> {09915.p3} 
+tr {09915.e} {09915.p6} {09915.p3} -> {09915.p4-eats} 
+tr {09915.t} {09915.p2-thinks} -> {09915.p1} {09915.p5} 
+tr {09915.t0|09916.t4} : b9914 {09916.p4-eats} -> {09915.f} {09916.f} {09916.p2-thinks} 
+tr {09915.t2} {09915.f} {09915.p5} -> {09915.p6} 
+tr {09915.t3|09916.t1} : a9914 {09915.f} {09916.p1} -> {09916.p3} 
+tr {09916.e} {09916.p6} {09916.p3} -> {09916.p4-eats} 
+tr {09916.t} {09916.p2-thinks} -> {09916.p1} {09916.p5} 
+tr {09916.t0|09917.t4} : b9915 {09917.p4-eats} -> {09916.f} {09917.f} {09917.p2-thinks} 
+tr {09916.t2} {09916.f} {09916.p5} -> {09916.p6} 
+tr {09916.t3|09917.t1} : a9915 {09916.f} {09917.p1} -> {09917.p3} 
+tr {09917.e} {09917.p6} {09917.p3} -> {09917.p4-eats} 
+tr {09917.t} {09917.p2-thinks} -> {09917.p1} {09917.p5} 
+tr {09917.t0|09918.t4} : b9916 {09918.p4-eats} -> {09917.f} {09918.f} {09918.p2-thinks} 
+tr {09917.t2} {09917.f} {09917.p5} -> {09917.p6} 
+tr {09917.t3|09918.t1} : a9916 {09917.f} {09918.p1} -> {09918.p3} 
+tr {09918.e} {09918.p6} {09918.p3} -> {09918.p4-eats} 
+tr {09918.t} {09918.p2-thinks} -> {09918.p1} {09918.p5} 
+tr {09918.t0|09919.t4} : b9917 {09919.p4-eats} -> {09918.f} {09919.f} {09919.p2-thinks} 
+tr {09918.t2} {09918.f} {09918.p5} -> {09918.p6} 
+tr {09918.t3|09919.t1} : a9917 {09918.f} {09919.p1} -> {09919.p3} 
+tr {09919.e} {09919.p6} {09919.p3} -> {09919.p4-eats} 
+tr {09919.t} {09919.p2-thinks} -> {09919.p1} {09919.p5} 
+tr {09919.t0|09920.t4} : b9918 {09920.p4-eats} -> {09919.f} {09920.f} {09920.p2-thinks} 
+tr {09919.t2} {09919.f} {09919.p5} -> {09919.p6} 
+tr {09919.t3|09920.t1} : a9918 {09919.f} {09920.p1} -> {09920.p3} 
+tr {09920.e} {09920.p6} {09920.p3} -> {09920.p4-eats} 
+tr {09920.t} {09920.p2-thinks} -> {09920.p1} {09920.p5} 
+tr {09920.t0|09921.t4} : b9919 {09921.p4-eats} -> {09920.f} {09921.f} {09921.p2-thinks} 
+tr {09920.t2} {09920.f} {09920.p5} -> {09920.p6} 
+tr {09920.t3|09921.t1} : a9919 {09920.f} {09921.p1} -> {09921.p3} 
+tr {09921.e} {09921.p6} {09921.p3} -> {09921.p4-eats} 
+tr {09921.t} {09921.p2-thinks} -> {09921.p1} {09921.p5} 
+tr {09921.t0|09922.t4} : b9920 {09922.p4-eats} -> {09921.f} {09922.f} {09922.p2-thinks} 
+tr {09921.t2} {09921.f} {09921.p5} -> {09921.p6} 
+tr {09921.t3|09922.t1} : a9920 {09921.f} {09922.p1} -> {09922.p3} 
+tr {09922.e} {09922.p6} {09922.p3} -> {09922.p4-eats} 
+tr {09922.t} {09922.p2-thinks} -> {09922.p1} {09922.p5} 
+tr {09922.t0|09923.t4} : b9921 {09923.p4-eats} -> {09922.f} {09923.f} {09923.p2-thinks} 
+tr {09922.t2} {09922.f} {09922.p5} -> {09922.p6} 
+tr {09922.t3|09923.t1} : a9921 {09922.f} {09923.p1} -> {09923.p3} 
+tr {09923.e} {09923.p6} {09923.p3} -> {09923.p4-eats} 
+tr {09923.t} {09923.p2-thinks} -> {09923.p1} {09923.p5} 
+tr {09923.t0|09924.t4} : b9922 {09924.p4-eats} -> {09923.f} {09924.f} {09924.p2-thinks} 
+tr {09923.t2} {09923.f} {09923.p5} -> {09923.p6} 
+tr {09923.t3|09924.t1} : a9922 {09923.f} {09924.p1} -> {09924.p3} 
+tr {09924.e} {09924.p6} {09924.p3} -> {09924.p4-eats} 
+tr {09924.t} {09924.p2-thinks} -> {09924.p1} {09924.p5} 
+tr {09924.t0|09925.t4} : b9923 {09925.p4-eats} -> {09924.f} {09925.f} {09925.p2-thinks} 
+tr {09924.t2} {09924.f} {09924.p5} -> {09924.p6} 
+tr {09924.t3|09925.t1} : a9923 {09924.f} {09925.p1} -> {09925.p3} 
+tr {09925.e} {09925.p6} {09925.p3} -> {09925.p4-eats} 
+tr {09925.t} {09925.p2-thinks} -> {09925.p1} {09925.p5} 
+tr {09925.t0|09926.t4} : b9924 {09926.p4-eats} -> {09925.f} {09926.f} {09926.p2-thinks} 
+tr {09925.t2} {09925.f} {09925.p5} -> {09925.p6} 
+tr {09925.t3|09926.t1} : a9924 {09925.f} {09926.p1} -> {09926.p3} 
+tr {09926.e} {09926.p6} {09926.p3} -> {09926.p4-eats} 
+tr {09926.t} {09926.p2-thinks} -> {09926.p1} {09926.p5} 
+tr {09926.t0|09927.t4} : b9925 {09927.p4-eats} -> {09926.f} {09927.f} {09927.p2-thinks} 
+tr {09926.t2} {09926.f} {09926.p5} -> {09926.p6} 
+tr {09926.t3|09927.t1} : a9925 {09926.f} {09927.p1} -> {09927.p3} 
+tr {09927.e} {09927.p6} {09927.p3} -> {09927.p4-eats} 
+tr {09927.t} {09927.p2-thinks} -> {09927.p1} {09927.p5} 
+tr {09927.t0|09928.t4} : b9926 {09928.p4-eats} -> {09927.f} {09928.f} {09928.p2-thinks} 
+tr {09927.t2} {09927.f} {09927.p5} -> {09927.p6} 
+tr {09927.t3|09928.t1} : a9926 {09927.f} {09928.p1} -> {09928.p3} 
+tr {09928.e} {09928.p6} {09928.p3} -> {09928.p4-eats} 
+tr {09928.t} {09928.p2-thinks} -> {09928.p1} {09928.p5} 
+tr {09928.t0|09929.t4} : b9927 {09929.p4-eats} -> {09928.f} {09929.f} {09929.p2-thinks} 
+tr {09928.t2} {09928.f} {09928.p5} -> {09928.p6} 
+tr {09928.t3|09929.t1} : a9927 {09928.f} {09929.p1} -> {09929.p3} 
+tr {09929.e} {09929.p6} {09929.p3} -> {09929.p4-eats} 
+tr {09929.t} {09929.p2-thinks} -> {09929.p1} {09929.p5} 
+tr {09929.t0|09930.t4} : b9928 {09930.p4-eats} -> {09929.f} {09930.f} {09930.p2-thinks} 
+tr {09929.t2} {09929.f} {09929.p5} -> {09929.p6} 
+tr {09929.t3|09930.t1} : a9928 {09929.f} {09930.p1} -> {09930.p3} 
+tr {09930.e} {09930.p6} {09930.p3} -> {09930.p4-eats} 
+tr {09930.t} {09930.p2-thinks} -> {09930.p1} {09930.p5} 
+tr {09930.t0|09931.t4} : b9929 {09931.p4-eats} -> {09930.f} {09931.f} {09931.p2-thinks} 
+tr {09930.t2} {09930.f} {09930.p5} -> {09930.p6} 
+tr {09930.t3|09931.t1} : a9929 {09930.f} {09931.p1} -> {09931.p3} 
+tr {09931.e} {09931.p6} {09931.p3} -> {09931.p4-eats} 
+tr {09931.t} {09931.p2-thinks} -> {09931.p1} {09931.p5} 
+tr {09931.t0|09932.t4} : b9930 {09932.p4-eats} -> {09931.f} {09932.f} {09932.p2-thinks} 
+tr {09931.t2} {09931.f} {09931.p5} -> {09931.p6} 
+tr {09931.t3|09932.t1} : a9930 {09931.f} {09932.p1} -> {09932.p3} 
+tr {09932.e} {09932.p6} {09932.p3} -> {09932.p4-eats} 
+tr {09932.t} {09932.p2-thinks} -> {09932.p1} {09932.p5} 
+tr {09932.t0|09933.t4} : b9931 {09933.p4-eats} -> {09932.f} {09933.f} {09933.p2-thinks} 
+tr {09932.t2} {09932.f} {09932.p5} -> {09932.p6} 
+tr {09932.t3|09933.t1} : a9931 {09932.f} {09933.p1} -> {09933.p3} 
+tr {09933.e} {09933.p6} {09933.p3} -> {09933.p4-eats} 
+tr {09933.t} {09933.p2-thinks} -> {09933.p1} {09933.p5} 
+tr {09933.t0|09934.t4} : b9932 {09934.p4-eats} -> {09933.f} {09934.f} {09934.p2-thinks} 
+tr {09933.t2} {09933.f} {09933.p5} -> {09933.p6} 
+tr {09933.t3|09934.t1} : a9932 {09933.f} {09934.p1} -> {09934.p3} 
+tr {09934.e} {09934.p6} {09934.p3} -> {09934.p4-eats} 
+tr {09934.t} {09934.p2-thinks} -> {09934.p1} {09934.p5} 
+tr {09934.t0|09935.t4} : b9933 {09935.p4-eats} -> {09934.f} {09935.f} {09935.p2-thinks} 
+tr {09934.t2} {09934.f} {09934.p5} -> {09934.p6} 
+tr {09934.t3|09935.t1} : a9933 {09934.f} {09935.p1} -> {09935.p3} 
+tr {09935.e} {09935.p6} {09935.p3} -> {09935.p4-eats} 
+tr {09935.t} {09935.p2-thinks} -> {09935.p1} {09935.p5} 
+tr {09935.t0|09936.t4} : b9934 {09936.p4-eats} -> {09935.f} {09936.f} {09936.p2-thinks} 
+tr {09935.t2} {09935.f} {09935.p5} -> {09935.p6} 
+tr {09935.t3|09936.t1} : a9934 {09935.f} {09936.p1} -> {09936.p3} 
+tr {09936.e} {09936.p6} {09936.p3} -> {09936.p4-eats} 
+tr {09936.t} {09936.p2-thinks} -> {09936.p1} {09936.p5} 
+tr {09936.t0|09937.t4} : b9935 {09937.p4-eats} -> {09936.f} {09937.f} {09937.p2-thinks} 
+tr {09936.t2} {09936.f} {09936.p5} -> {09936.p6} 
+tr {09936.t3|09937.t1} : a9935 {09936.f} {09937.p1} -> {09937.p3} 
+tr {09937.e} {09937.p6} {09937.p3} -> {09937.p4-eats} 
+tr {09937.t} {09937.p2-thinks} -> {09937.p1} {09937.p5} 
+tr {09937.t0|09938.t4} : b9936 {09938.p4-eats} -> {09937.f} {09938.f} {09938.p2-thinks} 
+tr {09937.t2} {09937.f} {09937.p5} -> {09937.p6} 
+tr {09937.t3|09938.t1} : a9936 {09937.f} {09938.p1} -> {09938.p3} 
+tr {09938.e} {09938.p6} {09938.p3} -> {09938.p4-eats} 
+tr {09938.t} {09938.p2-thinks} -> {09938.p1} {09938.p5} 
+tr {09938.t0|09939.t4} : b9937 {09939.p4-eats} -> {09938.f} {09939.f} {09939.p2-thinks} 
+tr {09938.t2} {09938.f} {09938.p5} -> {09938.p6} 
+tr {09938.t3|09939.t1} : a9937 {09938.f} {09939.p1} -> {09939.p3} 
+tr {09939.e} {09939.p6} {09939.p3} -> {09939.p4-eats} 
+tr {09939.t} {09939.p2-thinks} -> {09939.p1} {09939.p5} 
+tr {09939.t0|09940.t4} : b9938 {09940.p4-eats} -> {09939.f} {09940.f} {09940.p2-thinks} 
+tr {09939.t2} {09939.f} {09939.p5} -> {09939.p6} 
+tr {09939.t3|09940.t1} : a9938 {09939.f} {09940.p1} -> {09940.p3} 
+tr {09940.e} {09940.p6} {09940.p3} -> {09940.p4-eats} 
+tr {09940.t} {09940.p2-thinks} -> {09940.p1} {09940.p5} 
+tr {09940.t0|09941.t4} : b9939 {09941.p4-eats} -> {09940.f} {09941.f} {09941.p2-thinks} 
+tr {09940.t2} {09940.f} {09940.p5} -> {09940.p6} 
+tr {09940.t3|09941.t1} : a9939 {09940.f} {09941.p1} -> {09941.p3} 
+tr {09941.e} {09941.p6} {09941.p3} -> {09941.p4-eats} 
+tr {09941.t} {09941.p2-thinks} -> {09941.p1} {09941.p5} 
+tr {09941.t0|09942.t4} : b9940 {09942.p4-eats} -> {09941.f} {09942.f} {09942.p2-thinks} 
+tr {09941.t2} {09941.f} {09941.p5} -> {09941.p6} 
+tr {09941.t3|09942.t1} : a9940 {09941.f} {09942.p1} -> {09942.p3} 
+tr {09942.e} {09942.p6} {09942.p3} -> {09942.p4-eats} 
+tr {09942.t} {09942.p2-thinks} -> {09942.p1} {09942.p5} 
+tr {09942.t0|09943.t4} : b9941 {09943.p4-eats} -> {09942.f} {09943.f} {09943.p2-thinks} 
+tr {09942.t2} {09942.f} {09942.p5} -> {09942.p6} 
+tr {09942.t3|09943.t1} : a9941 {09942.f} {09943.p1} -> {09943.p3} 
+tr {09943.e} {09943.p6} {09943.p3} -> {09943.p4-eats} 
+tr {09943.t} {09943.p2-thinks} -> {09943.p1} {09943.p5} 
+tr {09943.t0|09944.t4} : b9942 {09944.p4-eats} -> {09943.f} {09944.f} {09944.p2-thinks} 
+tr {09943.t2} {09943.f} {09943.p5} -> {09943.p6} 
+tr {09943.t3|09944.t1} : a9942 {09943.f} {09944.p1} -> {09944.p3} 
+tr {09944.e} {09944.p6} {09944.p3} -> {09944.p4-eats} 
+tr {09944.t} {09944.p2-thinks} -> {09944.p1} {09944.p5} 
+tr {09944.t0|09945.t4} : b9943 {09945.p4-eats} -> {09944.f} {09945.f} {09945.p2-thinks} 
+tr {09944.t2} {09944.f} {09944.p5} -> {09944.p6} 
+tr {09944.t3|09945.t1} : a9943 {09944.f} {09945.p1} -> {09945.p3} 
+tr {09945.e} {09945.p6} {09945.p3} -> {09945.p4-eats} 
+tr {09945.t} {09945.p2-thinks} -> {09945.p1} {09945.p5} 
+tr {09945.t0|09946.t4} : b9944 {09946.p4-eats} -> {09945.f} {09946.f} {09946.p2-thinks} 
+tr {09945.t2} {09945.f} {09945.p5} -> {09945.p6} 
+tr {09945.t3|09946.t1} : a9944 {09945.f} {09946.p1} -> {09946.p3} 
+tr {09946.e} {09946.p6} {09946.p3} -> {09946.p4-eats} 
+tr {09946.t} {09946.p2-thinks} -> {09946.p1} {09946.p5} 
+tr {09946.t0|09947.t4} : b9945 {09947.p4-eats} -> {09946.f} {09947.f} {09947.p2-thinks} 
+tr {09946.t2} {09946.f} {09946.p5} -> {09946.p6} 
+tr {09946.t3|09947.t1} : a9945 {09946.f} {09947.p1} -> {09947.p3} 
+tr {09947.e} {09947.p6} {09947.p3} -> {09947.p4-eats} 
+tr {09947.t} {09947.p2-thinks} -> {09947.p1} {09947.p5} 
+tr {09947.t0|09948.t4} : b9946 {09948.p4-eats} -> {09947.f} {09948.f} {09948.p2-thinks} 
+tr {09947.t2} {09947.f} {09947.p5} -> {09947.p6} 
+tr {09947.t3|09948.t1} : a9946 {09947.f} {09948.p1} -> {09948.p3} 
+tr {09948.e} {09948.p6} {09948.p3} -> {09948.p4-eats} 
+tr {09948.t} {09948.p2-thinks} -> {09948.p1} {09948.p5} 
+tr {09948.t0|09949.t4} : b9947 {09949.p4-eats} -> {09948.f} {09949.f} {09949.p2-thinks} 
+tr {09948.t2} {09948.f} {09948.p5} -> {09948.p6} 
+tr {09948.t3|09949.t1} : a9947 {09948.f} {09949.p1} -> {09949.p3} 
+tr {09949.e} {09949.p6} {09949.p3} -> {09949.p4-eats} 
+tr {09949.t} {09949.p2-thinks} -> {09949.p1} {09949.p5} 
+tr {09949.t0|09950.t4} : b9948 {09950.p4-eats} -> {09949.f} {09950.f} {09950.p2-thinks} 
+tr {09949.t2} {09949.f} {09949.p5} -> {09949.p6} 
+tr {09949.t3|09950.t1} : a9948 {09949.f} {09950.p1} -> {09950.p3} 
+tr {09950.e} {09950.p6} {09950.p3} -> {09950.p4-eats} 
+tr {09950.t} {09950.p2-thinks} -> {09950.p1} {09950.p5} 
+tr {09950.t0|09951.t4} : b9949 {09951.p4-eats} -> {09950.f} {09951.f} {09951.p2-thinks} 
+tr {09950.t2} {09950.f} {09950.p5} -> {09950.p6} 
+tr {09950.t3|09951.t1} : a9949 {09950.f} {09951.p1} -> {09951.p3} 
+tr {09951.e} {09951.p6} {09951.p3} -> {09951.p4-eats} 
+tr {09951.t} {09951.p2-thinks} -> {09951.p1} {09951.p5} 
+tr {09951.t0|09952.t4} : b9950 {09952.p4-eats} -> {09951.f} {09952.f} {09952.p2-thinks} 
+tr {09951.t2} {09951.f} {09951.p5} -> {09951.p6} 
+tr {09951.t3|09952.t1} : a9950 {09951.f} {09952.p1} -> {09952.p3} 
+tr {09952.e} {09952.p6} {09952.p3} -> {09952.p4-eats} 
+tr {09952.t} {09952.p2-thinks} -> {09952.p1} {09952.p5} 
+tr {09952.t0|09953.t4} : b9951 {09953.p4-eats} -> {09952.f} {09953.f} {09953.p2-thinks} 
+tr {09952.t2} {09952.f} {09952.p5} -> {09952.p6} 
+tr {09952.t3|09953.t1} : a9951 {09952.f} {09953.p1} -> {09953.p3} 
+tr {09953.e} {09953.p6} {09953.p3} -> {09953.p4-eats} 
+tr {09953.t} {09953.p2-thinks} -> {09953.p1} {09953.p5} 
+tr {09953.t0|09954.t4} : b9952 {09954.p4-eats} -> {09953.f} {09954.f} {09954.p2-thinks} 
+tr {09953.t2} {09953.f} {09953.p5} -> {09953.p6} 
+tr {09953.t3|09954.t1} : a9952 {09953.f} {09954.p1} -> {09954.p3} 
+tr {09954.e} {09954.p6} {09954.p3} -> {09954.p4-eats} 
+tr {09954.t} {09954.p2-thinks} -> {09954.p1} {09954.p5} 
+tr {09954.t0|09955.t4} : b9953 {09955.p4-eats} -> {09954.f} {09955.f} {09955.p2-thinks} 
+tr {09954.t2} {09954.f} {09954.p5} -> {09954.p6} 
+tr {09954.t3|09955.t1} : a9953 {09954.f} {09955.p1} -> {09955.p3} 
+tr {09955.e} {09955.p6} {09955.p3} -> {09955.p4-eats} 
+tr {09955.t} {09955.p2-thinks} -> {09955.p1} {09955.p5} 
+tr {09955.t0|09956.t4} : b9954 {09956.p4-eats} -> {09955.f} {09956.f} {09956.p2-thinks} 
+tr {09955.t2} {09955.f} {09955.p5} -> {09955.p6} 
+tr {09955.t3|09956.t1} : a9954 {09955.f} {09956.p1} -> {09956.p3} 
+tr {09956.e} {09956.p6} {09956.p3} -> {09956.p4-eats} 
+tr {09956.t} {09956.p2-thinks} -> {09956.p1} {09956.p5} 
+tr {09956.t0|09957.t4} : b9955 {09957.p4-eats} -> {09956.f} {09957.f} {09957.p2-thinks} 
+tr {09956.t2} {09956.f} {09956.p5} -> {09956.p6} 
+tr {09956.t3|09957.t1} : a9955 {09956.f} {09957.p1} -> {09957.p3} 
+tr {09957.e} {09957.p6} {09957.p3} -> {09957.p4-eats} 
+tr {09957.t} {09957.p2-thinks} -> {09957.p1} {09957.p5} 
+tr {09957.t0|09958.t4} : b9956 {09958.p4-eats} -> {09957.f} {09958.f} {09958.p2-thinks} 
+tr {09957.t2} {09957.f} {09957.p5} -> {09957.p6} 
+tr {09957.t3|09958.t1} : a9956 {09957.f} {09958.p1} -> {09958.p3} 
+tr {09958.e} {09958.p6} {09958.p3} -> {09958.p4-eats} 
+tr {09958.t} {09958.p2-thinks} -> {09958.p1} {09958.p5} 
+tr {09958.t0|09959.t4} : b9957 {09959.p4-eats} -> {09958.f} {09959.f} {09959.p2-thinks} 
+tr {09958.t2} {09958.f} {09958.p5} -> {09958.p6} 
+tr {09958.t3|09959.t1} : a9957 {09958.f} {09959.p1} -> {09959.p3} 
+tr {09959.e} {09959.p6} {09959.p3} -> {09959.p4-eats} 
+tr {09959.t} {09959.p2-thinks} -> {09959.p1} {09959.p5} 
+tr {09959.t0|09960.t4} : b9958 {09960.p4-eats} -> {09959.f} {09960.f} {09960.p2-thinks} 
+tr {09959.t2} {09959.f} {09959.p5} -> {09959.p6} 
+tr {09959.t3|09960.t1} : a9958 {09959.f} {09960.p1} -> {09960.p3} 
+tr {09960.e} {09960.p6} {09960.p3} -> {09960.p4-eats} 
+tr {09960.t} {09960.p2-thinks} -> {09960.p1} {09960.p5} 
+tr {09960.t0|09961.t4} : b9959 {09961.p4-eats} -> {09960.f} {09961.f} {09961.p2-thinks} 
+tr {09960.t2} {09960.f} {09960.p5} -> {09960.p6} 
+tr {09960.t3|09961.t1} : a9959 {09960.f} {09961.p1} -> {09961.p3} 
+tr {09961.e} {09961.p6} {09961.p3} -> {09961.p4-eats} 
+tr {09961.t} {09961.p2-thinks} -> {09961.p1} {09961.p5} 
+tr {09961.t0|09962.t4} : b9960 {09962.p4-eats} -> {09961.f} {09962.f} {09962.p2-thinks} 
+tr {09961.t2} {09961.f} {09961.p5} -> {09961.p6} 
+tr {09961.t3|09962.t1} : a9960 {09961.f} {09962.p1} -> {09962.p3} 
+tr {09962.e} {09962.p6} {09962.p3} -> {09962.p4-eats} 
+tr {09962.t} {09962.p2-thinks} -> {09962.p1} {09962.p5} 
+tr {09962.t0|09963.t4} : b9961 {09963.p4-eats} -> {09962.f} {09963.f} {09963.p2-thinks} 
+tr {09962.t2} {09962.f} {09962.p5} -> {09962.p6} 
+tr {09962.t3|09963.t1} : a9961 {09962.f} {09963.p1} -> {09963.p3} 
+tr {09963.e} {09963.p6} {09963.p3} -> {09963.p4-eats} 
+tr {09963.t} {09963.p2-thinks} -> {09963.p1} {09963.p5} 
+tr {09963.t0|09964.t4} : b9962 {09964.p4-eats} -> {09963.f} {09964.f} {09964.p2-thinks} 
+tr {09963.t2} {09963.f} {09963.p5} -> {09963.p6} 
+tr {09963.t3|09964.t1} : a9962 {09963.f} {09964.p1} -> {09964.p3} 
+tr {09964.e} {09964.p6} {09964.p3} -> {09964.p4-eats} 
+tr {09964.t} {09964.p2-thinks} -> {09964.p1} {09964.p5} 
+tr {09964.t0|09965.t4} : b9963 {09965.p4-eats} -> {09964.f} {09965.f} {09965.p2-thinks} 
+tr {09964.t2} {09964.f} {09964.p5} -> {09964.p6} 
+tr {09964.t3|09965.t1} : a9963 {09964.f} {09965.p1} -> {09965.p3} 
+tr {09965.e} {09965.p6} {09965.p3} -> {09965.p4-eats} 
+tr {09965.t} {09965.p2-thinks} -> {09965.p1} {09965.p5} 
+tr {09965.t0|09966.t4} : b9964 {09966.p4-eats} -> {09965.f} {09966.f} {09966.p2-thinks} 
+tr {09965.t2} {09965.f} {09965.p5} -> {09965.p6} 
+tr {09965.t3|09966.t1} : a9964 {09965.f} {09966.p1} -> {09966.p3} 
+tr {09966.e} {09966.p6} {09966.p3} -> {09966.p4-eats} 
+tr {09966.t} {09966.p2-thinks} -> {09966.p1} {09966.p5} 
+tr {09966.t0|09967.t4} : b9965 {09967.p4-eats} -> {09966.f} {09967.f} {09967.p2-thinks} 
+tr {09966.t2} {09966.f} {09966.p5} -> {09966.p6} 
+tr {09966.t3|09967.t1} : a9965 {09966.f} {09967.p1} -> {09967.p3} 
+tr {09967.e} {09967.p6} {09967.p3} -> {09967.p4-eats} 
+tr {09967.t} {09967.p2-thinks} -> {09967.p1} {09967.p5} 
+tr {09967.t0|09968.t4} : b9966 {09968.p4-eats} -> {09967.f} {09968.f} {09968.p2-thinks} 
+tr {09967.t2} {09967.f} {09967.p5} -> {09967.p6} 
+tr {09967.t3|09968.t1} : a9966 {09967.f} {09968.p1} -> {09968.p3} 
+tr {09968.e} {09968.p6} {09968.p3} -> {09968.p4-eats} 
+tr {09968.t} {09968.p2-thinks} -> {09968.p1} {09968.p5} 
+tr {09968.t0|09969.t4} : b9967 {09969.p4-eats} -> {09968.f} {09969.f} {09969.p2-thinks} 
+tr {09968.t2} {09968.f} {09968.p5} -> {09968.p6} 
+tr {09968.t3|09969.t1} : a9967 {09968.f} {09969.p1} -> {09969.p3} 
+tr {09969.e} {09969.p6} {09969.p3} -> {09969.p4-eats} 
+tr {09969.t} {09969.p2-thinks} -> {09969.p1} {09969.p5} 
+tr {09969.t0|09970.t4} : b9968 {09970.p4-eats} -> {09969.f} {09970.f} {09970.p2-thinks} 
+tr {09969.t2} {09969.f} {09969.p5} -> {09969.p6} 
+tr {09969.t3|09970.t1} : a9968 {09969.f} {09970.p1} -> {09970.p3} 
+tr {09970.e} {09970.p6} {09970.p3} -> {09970.p4-eats} 
+tr {09970.t} {09970.p2-thinks} -> {09970.p1} {09970.p5} 
+tr {09970.t0|09971.t4} : b9969 {09971.p4-eats} -> {09970.f} {09971.f} {09971.p2-thinks} 
+tr {09970.t2} {09970.f} {09970.p5} -> {09970.p6} 
+tr {09970.t3|09971.t1} : a9969 {09970.f} {09971.p1} -> {09971.p3} 
+tr {09971.e} {09971.p6} {09971.p3} -> {09971.p4-eats} 
+tr {09971.t} {09971.p2-thinks} -> {09971.p1} {09971.p5} 
+tr {09971.t0|09972.t4} : b9970 {09972.p4-eats} -> {09971.f} {09972.f} {09972.p2-thinks} 
+tr {09971.t2} {09971.f} {09971.p5} -> {09971.p6} 
+tr {09971.t3|09972.t1} : a9970 {09971.f} {09972.p1} -> {09972.p3} 
+tr {09972.e} {09972.p6} {09972.p3} -> {09972.p4-eats} 
+tr {09972.t} {09972.p2-thinks} -> {09972.p1} {09972.p5} 
+tr {09972.t0|09973.t4} : b9971 {09973.p4-eats} -> {09972.f} {09973.f} {09973.p2-thinks} 
+tr {09972.t2} {09972.f} {09972.p5} -> {09972.p6} 
+tr {09972.t3|09973.t1} : a9971 {09972.f} {09973.p1} -> {09973.p3} 
+tr {09973.e} {09973.p6} {09973.p3} -> {09973.p4-eats} 
+tr {09973.t} {09973.p2-thinks} -> {09973.p1} {09973.p5} 
+tr {09973.t0|09974.t4} : b9972 {09974.p4-eats} -> {09973.f} {09974.f} {09974.p2-thinks} 
+tr {09973.t2} {09973.f} {09973.p5} -> {09973.p6} 
+tr {09973.t3|09974.t1} : a9972 {09973.f} {09974.p1} -> {09974.p3} 
+tr {09974.e} {09974.p6} {09974.p3} -> {09974.p4-eats} 
+tr {09974.t} {09974.p2-thinks} -> {09974.p1} {09974.p5} 
+tr {09974.t0|09975.t4} : b9973 {09975.p4-eats} -> {09974.f} {09975.f} {09975.p2-thinks} 
+tr {09974.t2} {09974.f} {09974.p5} -> {09974.p6} 
+tr {09974.t3|09975.t1} : a9973 {09974.f} {09975.p1} -> {09975.p3} 
+tr {09975.e} {09975.p6} {09975.p3} -> {09975.p4-eats} 
+tr {09975.t} {09975.p2-thinks} -> {09975.p1} {09975.p5} 
+tr {09975.t0|09976.t4} : b9974 {09976.p4-eats} -> {09975.f} {09976.f} {09976.p2-thinks} 
+tr {09975.t2} {09975.f} {09975.p5} -> {09975.p6} 
+tr {09975.t3|09976.t1} : a9974 {09975.f} {09976.p1} -> {09976.p3} 
+tr {09976.e} {09976.p6} {09976.p3} -> {09976.p4-eats} 
+tr {09976.t} {09976.p2-thinks} -> {09976.p1} {09976.p5} 
+tr {09976.t0|09977.t4} : b9975 {09977.p4-eats} -> {09976.f} {09977.f} {09977.p2-thinks} 
+tr {09976.t2} {09976.f} {09976.p5} -> {09976.p6} 
+tr {09976.t3|09977.t1} : a9975 {09976.f} {09977.p1} -> {09977.p3} 
+tr {09977.e} {09977.p6} {09977.p3} -> {09977.p4-eats} 
+tr {09977.t} {09977.p2-thinks} -> {09977.p1} {09977.p5} 
+tr {09977.t0|09978.t4} : b9976 {09978.p4-eats} -> {09977.f} {09978.f} {09978.p2-thinks} 
+tr {09977.t2} {09977.f} {09977.p5} -> {09977.p6} 
+tr {09977.t3|09978.t1} : a9976 {09977.f} {09978.p1} -> {09978.p3} 
+tr {09978.e} {09978.p6} {09978.p3} -> {09978.p4-eats} 
+tr {09978.t} {09978.p2-thinks} -> {09978.p1} {09978.p5} 
+tr {09978.t0|09979.t4} : b9977 {09979.p4-eats} -> {09978.f} {09979.f} {09979.p2-thinks} 
+tr {09978.t2} {09978.f} {09978.p5} -> {09978.p6} 
+tr {09978.t3|09979.t1} : a9977 {09978.f} {09979.p1} -> {09979.p3} 
+tr {09979.e} {09979.p6} {09979.p3} -> {09979.p4-eats} 
+tr {09979.t} {09979.p2-thinks} -> {09979.p1} {09979.p5} 
+tr {09979.t0|09980.t4} : b9978 {09980.p4-eats} -> {09979.f} {09980.f} {09980.p2-thinks} 
+tr {09979.t2} {09979.f} {09979.p5} -> {09979.p6} 
+tr {09979.t3|09980.t1} : a9978 {09979.f} {09980.p1} -> {09980.p3} 
+tr {09980.e} {09980.p6} {09980.p3} -> {09980.p4-eats} 
+tr {09980.t} {09980.p2-thinks} -> {09980.p1} {09980.p5} 
+tr {09980.t0|09981.t4} : b9979 {09981.p4-eats} -> {09980.f} {09981.f} {09981.p2-thinks} 
+tr {09980.t2} {09980.f} {09980.p5} -> {09980.p6} 
+tr {09980.t3|09981.t1} : a9979 {09980.f} {09981.p1} -> {09981.p3} 
+tr {09981.e} {09981.p6} {09981.p3} -> {09981.p4-eats} 
+tr {09981.t} {09981.p2-thinks} -> {09981.p1} {09981.p5} 
+tr {09981.t0|09982.t4} : b9980 {09982.p4-eats} -> {09981.f} {09982.f} {09982.p2-thinks} 
+tr {09981.t2} {09981.f} {09981.p5} -> {09981.p6} 
+tr {09981.t3|09982.t1} : a9980 {09981.f} {09982.p1} -> {09982.p3} 
+tr {09982.e} {09982.p6} {09982.p3} -> {09982.p4-eats} 
+tr {09982.t} {09982.p2-thinks} -> {09982.p1} {09982.p5} 
+tr {09982.t0|09983.t4} : b9981 {09983.p4-eats} -> {09982.f} {09983.f} {09983.p2-thinks} 
+tr {09982.t2} {09982.f} {09982.p5} -> {09982.p6} 
+tr {09982.t3|09983.t1} : a9981 {09982.f} {09983.p1} -> {09983.p3} 
+tr {09983.e} {09983.p6} {09983.p3} -> {09983.p4-eats} 
+tr {09983.t} {09983.p2-thinks} -> {09983.p1} {09983.p5} 
+tr {09983.t0|09984.t4} : b9982 {09984.p4-eats} -> {09983.f} {09984.f} {09984.p2-thinks} 
+tr {09983.t2} {09983.f} {09983.p5} -> {09983.p6} 
+tr {09983.t3|09984.t1} : a9982 {09983.f} {09984.p1} -> {09984.p3} 
+tr {09984.e} {09984.p6} {09984.p3} -> {09984.p4-eats} 
+tr {09984.t} {09984.p2-thinks} -> {09984.p1} {09984.p5} 
+tr {09984.t0|09985.t4} : b9983 {09985.p4-eats} -> {09984.f} {09985.f} {09985.p2-thinks} 
+tr {09984.t2} {09984.f} {09984.p5} -> {09984.p6} 
+tr {09984.t3|09985.t1} : a9983 {09984.f} {09985.p1} -> {09985.p3} 
+tr {09985.e} {09985.p6} {09985.p3} -> {09985.p4-eats} 
+tr {09985.t} {09985.p2-thinks} -> {09985.p1} {09985.p5} 
+tr {09985.t0|09986.t4} : b9984 {09986.p4-eats} -> {09985.f} {09986.f} {09986.p2-thinks} 
+tr {09985.t2} {09985.f} {09985.p5} -> {09985.p6} 
+tr {09985.t3|09986.t1} : a9984 {09985.f} {09986.p1} -> {09986.p3} 
+tr {09986.e} {09986.p6} {09986.p3} -> {09986.p4-eats} 
+tr {09986.t} {09986.p2-thinks} -> {09986.p1} {09986.p5} 
+tr {09986.t0|09987.t4} : b9985 {09987.p4-eats} -> {09986.f} {09987.f} {09987.p2-thinks} 
+tr {09986.t2} {09986.f} {09986.p5} -> {09986.p6} 
+tr {09986.t3|09987.t1} : a9985 {09986.f} {09987.p1} -> {09987.p3} 
+tr {09987.e} {09987.p6} {09987.p3} -> {09987.p4-eats} 
+tr {09987.t} {09987.p2-thinks} -> {09987.p1} {09987.p5} 
+tr {09987.t0|09988.t4} : b9986 {09988.p4-eats} -> {09987.f} {09988.f} {09988.p2-thinks} 
+tr {09987.t2} {09987.f} {09987.p5} -> {09987.p6} 
+tr {09987.t3|09988.t1} : a9986 {09987.f} {09988.p1} -> {09988.p3} 
+tr {09988.e} {09988.p6} {09988.p3} -> {09988.p4-eats} 
+tr {09988.t} {09988.p2-thinks} -> {09988.p1} {09988.p5} 
+tr {09988.t0|09989.t4} : b9987 {09989.p4-eats} -> {09988.f} {09989.f} {09989.p2-thinks} 
+tr {09988.t2} {09988.f} {09988.p5} -> {09988.p6} 
+tr {09988.t3|09989.t1} : a9987 {09988.f} {09989.p1} -> {09989.p3} 
+tr {09989.e} {09989.p6} {09989.p3} -> {09989.p4-eats} 
+tr {09989.t} {09989.p2-thinks} -> {09989.p1} {09989.p5} 
+tr {09989.t0|09990.t4} : b9988 {09990.p4-eats} -> {09989.f} {09990.f} {09990.p2-thinks} 
+tr {09989.t2} {09989.f} {09989.p5} -> {09989.p6} 
+tr {09989.t3|09990.t1} : a9988 {09989.f} {09990.p1} -> {09990.p3} 
+tr {09990.e} {09990.p6} {09990.p3} -> {09990.p4-eats} 
+tr {09990.t} {09990.p2-thinks} -> {09990.p1} {09990.p5} 
+tr {09990.t0|09991.t4} : b9989 {09991.p4-eats} -> {09990.f} {09991.f} {09991.p2-thinks} 
+tr {09990.t2} {09990.f} {09990.p5} -> {09990.p6} 
+tr {09990.t3|09991.t1} : a9989 {09990.f} {09991.p1} -> {09991.p3} 
+tr {09991.e} {09991.p6} {09991.p3} -> {09991.p4-eats} 
+tr {09991.t} {09991.p2-thinks} -> {09991.p1} {09991.p5} 
+tr {09991.t0|09992.t4} : b9990 {09992.p4-eats} -> {09991.f} {09992.f} {09992.p2-thinks} 
+tr {09991.t2} {09991.f} {09991.p5} -> {09991.p6} 
+tr {09991.t3|09992.t1} : a9990 {09991.f} {09992.p1} -> {09992.p3} 
+tr {09992.e} {09992.p6} {09992.p3} -> {09992.p4-eats} 
+tr {09992.t} {09992.p2-thinks} -> {09992.p1} {09992.p5} 
+tr {09992.t0|09993.t4} : b9991 {09993.p4-eats} -> {09992.f} {09993.f} {09993.p2-thinks} 
+tr {09992.t2} {09992.f} {09992.p5} -> {09992.p6} 
+tr {09992.t3|09993.t1} : a9991 {09992.f} {09993.p1} -> {09993.p3} 
+tr {09993.e} {09993.p6} {09993.p3} -> {09993.p4-eats} 
+tr {09993.t} {09993.p2-thinks} -> {09993.p1} {09993.p5} 
+tr {09993.t0|09994.t4} : b9992 {09994.p4-eats} -> {09993.f} {09994.f} {09994.p2-thinks} 
+tr {09993.t2} {09993.f} {09993.p5} -> {09993.p6} 
+tr {09993.t3|09994.t1} : a9992 {09993.f} {09994.p1} -> {09994.p3} 
+tr {09994.e} {09994.p6} {09994.p3} -> {09994.p4-eats} 
+tr {09994.t} {09994.p2-thinks} -> {09994.p1} {09994.p5} 
+tr {09994.t0|09995.t4} : b9993 {09995.p4-eats} -> {09994.f} {09995.f} {09995.p2-thinks} 
+tr {09994.t2} {09994.f} {09994.p5} -> {09994.p6} 
+tr {09994.t3|09995.t1} : a9993 {09994.f} {09995.p1} -> {09995.p3} 
+tr {09995.e} {09995.p6} {09995.p3} -> {09995.p4-eats} 
+tr {09995.t} {09995.p2-thinks} -> {09995.p1} {09995.p5} 
+tr {09995.t0|09996.t4} : b9994 {09996.p4-eats} -> {09995.f} {09996.f} {09996.p2-thinks} 
+tr {09995.t2} {09995.f} {09995.p5} -> {09995.p6} 
+tr {09995.t3|09996.t1} : a9994 {09995.f} {09996.p1} -> {09996.p3} 
+tr {09996.e} {09996.p6} {09996.p3} -> {09996.p4-eats} 
+tr {09996.t} {09996.p2-thinks} -> {09996.p1} {09996.p5} 
+tr {09996.t0|09997.t4} : b9995 {09997.p4-eats} -> {09996.f} {09997.f} {09997.p2-thinks} 
+tr {09996.t2} {09996.f} {09996.p5} -> {09996.p6} 
+tr {09996.t3|09997.t1} : a9995 {09996.f} {09997.p1} -> {09997.p3} 
+tr {09997.e} {09997.p6} {09997.p3} -> {09997.p4-eats} 
+tr {09997.t} {09997.p2-thinks} -> {09997.p1} {09997.p5} 
+tr {09997.t0|09998.t4} : b9996 {09998.p4-eats} -> {09997.f} {09998.f} {09998.p2-thinks} 
+tr {09997.t2} {09997.f} {09997.p5} -> {09997.p6} 
+tr {09997.t3|09998.t1} : a9996 {09997.f} {09998.p1} -> {09998.p3} 
+tr {09998.e} {09998.p6} {09998.p3} -> {09998.p4-eats} 
+tr {09998.t} {09998.p2-thinks} -> {09998.p1} {09998.p5} 
+tr {09998.t0|09999.t4} : b9997 {09999.p4-eats} -> {09998.f} {09999.f} {09999.p2-thinks} 
+tr {09998.t2} {09998.f} {09998.p5} -> {09998.p6} 
+tr {09998.t3|09999.t1} : a9997 {09998.f} {09999.p1} -> {09999.p3} 
+tr {09999.e} {09999.p6} {09999.p3} -> {09999.p4-eats} 
+tr {09999.t} {09999.p2-thinks} -> {09999.p1} {09999.p5} 
+tr {09999.t0|10000.t4} : b9998 {10000.p4-eats} -> {09999.f} {10000.f} {10000.p2-thinks} 
+tr {09999.t2} {09999.f} {09999.p5} -> {09999.p6} 
+tr {09999.t3|10000.t1} : a9998 {09999.f} {10000.p1} -> {10000.p3} 
+tr {10000.e} {10000.p6} {10000.p3} -> {10000.p4-eats} 
+tr {10000.t} {10000.p2-thinks} -> {10000.p1} {10000.p5} 
+tr {10000.t0|00001.t4} : b9999 {00001.p4-eats} -> {00001.f} {00001.p2-thinks} {10000.f} 
+tr {10000.t2} {10000.f} {10000.p5} -> {10000.p6} 
+tr {10000.t3|00001.t1} : a9999 {00001.p1} {10000.f} -> {00001.p3} 
+pl {00001.f} (1)
+pl {00001.p2-thinks} (1)
+pl {00002.f} (1)
+pl {00002.p2-thinks} (1)
+pl {00003.f} (1)
+pl {00003.p2-thinks} (1)
+pl {00004.f} (1)
+pl {00004.p2-thinks} (1)
+pl {00005.f} (1)
+pl {00005.p2-thinks} (1)
+pl {00006.f} (1)
+pl {00006.p2-thinks} (1)
+pl {00007.f} (1)
+pl {00007.p2-thinks} (1)
+pl {00008.f} (1)
+pl {00008.p2-thinks} (1)
+pl {00009.f} (1)
+pl {00009.p2-thinks} (1)
+pl {00010.f} (1)
+pl {00010.p2-thinks} (1)
+pl {00011.f} (1)
+pl {00011.p2-thinks} (1)
+pl {00012.f} (1)
+pl {00012.p2-thinks} (1)
+pl {00013.f} (1)
+pl {00013.p2-thinks} (1)
+pl {00014.f} (1)
+pl {00014.p2-thinks} (1)
+pl {00015.f} (1)
+pl {00015.p2-thinks} (1)
+pl {00016.f} (1)
+pl {00016.p2-thinks} (1)
+pl {00017.f} (1)
+pl {00017.p2-thinks} (1)
+pl {00018.f} (1)
+pl {00018.p2-thinks} (1)
+pl {00019.f} (1)
+pl {00019.p2-thinks} (1)
+pl {00020.f} (1)
+pl {00020.p2-thinks} (1)
+pl {00021.f} (1)
+pl {00021.p2-thinks} (1)
+pl {00022.f} (1)
+pl {00022.p2-thinks} (1)
+pl {00023.f} (1)
+pl {00023.p2-thinks} (1)
+pl {00024.f} (1)
+pl {00024.p2-thinks} (1)
+pl {00025.f} (1)
+pl {00025.p2-thinks} (1)
+pl {00026.f} (1)
+pl {00026.p2-thinks} (1)
+pl {00027.f} (1)
+pl {00027.p2-thinks} (1)
+pl {00028.f} (1)
+pl {00028.p2-thinks} (1)
+pl {00029.f} (1)
+pl {00029.p2-thinks} (1)
+pl {00030.f} (1)
+pl {00030.p2-thinks} (1)
+pl {00031.f} (1)
+pl {00031.p2-thinks} (1)
+pl {00032.f} (1)
+pl {00032.p2-thinks} (1)
+pl {00033.f} (1)
+pl {00033.p2-thinks} (1)
+pl {00034.f} (1)
+pl {00034.p2-thinks} (1)
+pl {00035.f} (1)
+pl {00035.p2-thinks} (1)
+pl {00036.f} (1)
+pl {00036.p2-thinks} (1)
+pl {00037.f} (1)
+pl {00037.p2-thinks} (1)
+pl {00038.f} (1)
+pl {00038.p2-thinks} (1)
+pl {00039.f} (1)
+pl {00039.p2-thinks} (1)
+pl {00040.f} (1)
+pl {00040.p2-thinks} (1)
+pl {00041.f} (1)
+pl {00041.p2-thinks} (1)
+pl {00042.f} (1)
+pl {00042.p2-thinks} (1)
+pl {00043.f} (1)
+pl {00043.p2-thinks} (1)
+pl {00044.f} (1)
+pl {00044.p2-thinks} (1)
+pl {00045.f} (1)
+pl {00045.p2-thinks} (1)
+pl {00046.f} (1)
+pl {00046.p2-thinks} (1)
+pl {00047.f} (1)
+pl {00047.p2-thinks} (1)
+pl {00048.f} (1)
+pl {00048.p2-thinks} (1)
+pl {00049.f} (1)
+pl {00049.p2-thinks} (1)
+pl {00050.f} (1)
+pl {00050.p2-thinks} (1)
+pl {00051.f} (1)
+pl {00051.p2-thinks} (1)
+pl {00052.f} (1)
+pl {00052.p2-thinks} (1)
+pl {00053.f} (1)
+pl {00053.p2-thinks} (1)
+pl {00054.f} (1)
+pl {00054.p2-thinks} (1)
+pl {00055.f} (1)
+pl {00055.p2-thinks} (1)
+pl {00056.f} (1)
+pl {00056.p2-thinks} (1)
+pl {00057.f} (1)
+pl {00057.p2-thinks} (1)
+pl {00058.f} (1)
+pl {00058.p2-thinks} (1)
+pl {00059.f} (1)
+pl {00059.p2-thinks} (1)
+pl {00060.f} (1)
+pl {00060.p2-thinks} (1)
+pl {00061.f} (1)
+pl {00061.p2-thinks} (1)
+pl {00062.f} (1)
+pl {00062.p2-thinks} (1)
+pl {00063.f} (1)
+pl {00063.p2-thinks} (1)
+pl {00064.f} (1)
+pl {00064.p2-thinks} (1)
+pl {00065.f} (1)
+pl {00065.p2-thinks} (1)
+pl {00066.f} (1)
+pl {00066.p2-thinks} (1)
+pl {00067.f} (1)
+pl {00067.p2-thinks} (1)
+pl {00068.f} (1)
+pl {00068.p2-thinks} (1)
+pl {00069.f} (1)
+pl {00069.p2-thinks} (1)
+pl {00070.f} (1)
+pl {00070.p2-thinks} (1)
+pl {00071.f} (1)
+pl {00071.p2-thinks} (1)
+pl {00072.f} (1)
+pl {00072.p2-thinks} (1)
+pl {00073.f} (1)
+pl {00073.p2-thinks} (1)
+pl {00074.f} (1)
+pl {00074.p2-thinks} (1)
+pl {00075.f} (1)
+pl {00075.p2-thinks} (1)
+pl {00076.f} (1)
+pl {00076.p2-thinks} (1)
+pl {00077.f} (1)
+pl {00077.p2-thinks} (1)
+pl {00078.f} (1)
+pl {00078.p2-thinks} (1)
+pl {00079.f} (1)
+pl {00079.p2-thinks} (1)
+pl {00080.f} (1)
+pl {00080.p2-thinks} (1)
+pl {00081.f} (1)
+pl {00081.p2-thinks} (1)
+pl {00082.f} (1)
+pl {00082.p2-thinks} (1)
+pl {00083.f} (1)
+pl {00083.p2-thinks} (1)
+pl {00084.f} (1)
+pl {00084.p2-thinks} (1)
+pl {00085.f} (1)
+pl {00085.p2-thinks} (1)
+pl {00086.f} (1)
+pl {00086.p2-thinks} (1)
+pl {00087.f} (1)
+pl {00087.p2-thinks} (1)
+pl {00088.f} (1)
+pl {00088.p2-thinks} (1)
+pl {00089.f} (1)
+pl {00089.p2-thinks} (1)
+pl {00090.f} (1)
+pl {00090.p2-thinks} (1)
+pl {00091.f} (1)
+pl {00091.p2-thinks} (1)
+pl {00092.f} (1)
+pl {00092.p2-thinks} (1)
+pl {00093.f} (1)
+pl {00093.p2-thinks} (1)
+pl {00094.f} (1)
+pl {00094.p2-thinks} (1)
+pl {00095.f} (1)
+pl {00095.p2-thinks} (1)
+pl {00096.f} (1)
+pl {00096.p2-thinks} (1)
+pl {00097.f} (1)
+pl {00097.p2-thinks} (1)
+pl {00098.f} (1)
+pl {00098.p2-thinks} (1)
+pl {00099.f} (1)
+pl {00099.p2-thinks} (1)
+pl {00100.f} (1)
+pl {00100.p2-thinks} (1)
+pl {00101.f} (1)
+pl {00101.p2-thinks} (1)
+pl {00102.f} (1)
+pl {00102.p2-thinks} (1)
+pl {00103.f} (1)
+pl {00103.p2-thinks} (1)
+pl {00104.f} (1)
+pl {00104.p2-thinks} (1)
+pl {00105.f} (1)
+pl {00105.p2-thinks} (1)
+pl {00106.f} (1)
+pl {00106.p2-thinks} (1)
+pl {00107.f} (1)
+pl {00107.p2-thinks} (1)
+pl {00108.f} (1)
+pl {00108.p2-thinks} (1)
+pl {00109.f} (1)
+pl {00109.p2-thinks} (1)
+pl {00110.f} (1)
+pl {00110.p2-thinks} (1)
+pl {00111.f} (1)
+pl {00111.p2-thinks} (1)
+pl {00112.f} (1)
+pl {00112.p2-thinks} (1)
+pl {00113.f} (1)
+pl {00113.p2-thinks} (1)
+pl {00114.f} (1)
+pl {00114.p2-thinks} (1)
+pl {00115.f} (1)
+pl {00115.p2-thinks} (1)
+pl {00116.f} (1)
+pl {00116.p2-thinks} (1)
+pl {00117.f} (1)
+pl {00117.p2-thinks} (1)
+pl {00118.f} (1)
+pl {00118.p2-thinks} (1)
+pl {00119.f} (1)
+pl {00119.p2-thinks} (1)
+pl {00120.f} (1)
+pl {00120.p2-thinks} (1)
+pl {00121.f} (1)
+pl {00121.p2-thinks} (1)
+pl {00122.f} (1)
+pl {00122.p2-thinks} (1)
+pl {00123.f} (1)
+pl {00123.p2-thinks} (1)
+pl {00124.f} (1)
+pl {00124.p2-thinks} (1)
+pl {00125.f} (1)
+pl {00125.p2-thinks} (1)
+pl {00126.f} (1)
+pl {00126.p2-thinks} (1)
+pl {00127.f} (1)
+pl {00127.p2-thinks} (1)
+pl {00128.f} (1)
+pl {00128.p2-thinks} (1)
+pl {00129.f} (1)
+pl {00129.p2-thinks} (1)
+pl {00130.f} (1)
+pl {00130.p2-thinks} (1)
+pl {00131.f} (1)
+pl {00131.p2-thinks} (1)
+pl {00132.f} (1)
+pl {00132.p2-thinks} (1)
+pl {00133.f} (1)
+pl {00133.p2-thinks} (1)
+pl {00134.f} (1)
+pl {00134.p2-thinks} (1)
+pl {00135.f} (1)
+pl {00135.p2-thinks} (1)
+pl {00136.f} (1)
+pl {00136.p2-thinks} (1)
+pl {00137.f} (1)
+pl {00137.p2-thinks} (1)
+pl {00138.f} (1)
+pl {00138.p2-thinks} (1)
+pl {00139.f} (1)
+pl {00139.p2-thinks} (1)
+pl {00140.f} (1)
+pl {00140.p2-thinks} (1)
+pl {00141.f} (1)
+pl {00141.p2-thinks} (1)
+pl {00142.f} (1)
+pl {00142.p2-thinks} (1)
+pl {00143.f} (1)
+pl {00143.p2-thinks} (1)
+pl {00144.f} (1)
+pl {00144.p2-thinks} (1)
+pl {00145.f} (1)
+pl {00145.p2-thinks} (1)
+pl {00146.f} (1)
+pl {00146.p2-thinks} (1)
+pl {00147.f} (1)
+pl {00147.p2-thinks} (1)
+pl {00148.f} (1)
+pl {00148.p2-thinks} (1)
+pl {00149.f} (1)
+pl {00149.p2-thinks} (1)
+pl {00150.f} (1)
+pl {00150.p2-thinks} (1)
+pl {00151.f} (1)
+pl {00151.p2-thinks} (1)
+pl {00152.f} (1)
+pl {00152.p2-thinks} (1)
+pl {00153.f} (1)
+pl {00153.p2-thinks} (1)
+pl {00154.f} (1)
+pl {00154.p2-thinks} (1)
+pl {00155.f} (1)
+pl {00155.p2-thinks} (1)
+pl {00156.f} (1)
+pl {00156.p2-thinks} (1)
+pl {00157.f} (1)
+pl {00157.p2-thinks} (1)
+pl {00158.f} (1)
+pl {00158.p2-thinks} (1)
+pl {00159.f} (1)
+pl {00159.p2-thinks} (1)
+pl {00160.f} (1)
+pl {00160.p2-thinks} (1)
+pl {00161.f} (1)
+pl {00161.p2-thinks} (1)
+pl {00162.f} (1)
+pl {00162.p2-thinks} (1)
+pl {00163.f} (1)
+pl {00163.p2-thinks} (1)
+pl {00164.f} (1)
+pl {00164.p2-thinks} (1)
+pl {00165.f} (1)
+pl {00165.p2-thinks} (1)
+pl {00166.f} (1)
+pl {00166.p2-thinks} (1)
+pl {00167.f} (1)
+pl {00167.p2-thinks} (1)
+pl {00168.f} (1)
+pl {00168.p2-thinks} (1)
+pl {00169.f} (1)
+pl {00169.p2-thinks} (1)
+pl {00170.f} (1)
+pl {00170.p2-thinks} (1)
+pl {00171.f} (1)
+pl {00171.p2-thinks} (1)
+pl {00172.f} (1)
+pl {00172.p2-thinks} (1)
+pl {00173.f} (1)
+pl {00173.p2-thinks} (1)
+pl {00174.f} (1)
+pl {00174.p2-thinks} (1)
+pl {00175.f} (1)
+pl {00175.p2-thinks} (1)
+pl {00176.f} (1)
+pl {00176.p2-thinks} (1)
+pl {00177.f} (1)
+pl {00177.p2-thinks} (1)
+pl {00178.f} (1)
+pl {00178.p2-thinks} (1)
+pl {00179.f} (1)
+pl {00179.p2-thinks} (1)
+pl {00180.f} (1)
+pl {00180.p2-thinks} (1)
+pl {00181.f} (1)
+pl {00181.p2-thinks} (1)
+pl {00182.f} (1)
+pl {00182.p2-thinks} (1)
+pl {00183.f} (1)
+pl {00183.p2-thinks} (1)
+pl {00184.f} (1)
+pl {00184.p2-thinks} (1)
+pl {00185.f} (1)
+pl {00185.p2-thinks} (1)
+pl {00186.f} (1)
+pl {00186.p2-thinks} (1)
+pl {00187.f} (1)
+pl {00187.p2-thinks} (1)
+pl {00188.f} (1)
+pl {00188.p2-thinks} (1)
+pl {00189.f} (1)
+pl {00189.p2-thinks} (1)
+pl {00190.f} (1)
+pl {00190.p2-thinks} (1)
+pl {00191.f} (1)
+pl {00191.p2-thinks} (1)
+pl {00192.f} (1)
+pl {00192.p2-thinks} (1)
+pl {00193.f} (1)
+pl {00193.p2-thinks} (1)
+pl {00194.f} (1)
+pl {00194.p2-thinks} (1)
+pl {00195.f} (1)
+pl {00195.p2-thinks} (1)
+pl {00196.f} (1)
+pl {00196.p2-thinks} (1)
+pl {00197.f} (1)
+pl {00197.p2-thinks} (1)
+pl {00198.f} (1)
+pl {00198.p2-thinks} (1)
+pl {00199.f} (1)
+pl {00199.p2-thinks} (1)
+pl {00200.f} (1)
+pl {00200.p2-thinks} (1)
+pl {00201.f} (1)
+pl {00201.p2-thinks} (1)
+pl {00202.f} (1)
+pl {00202.p2-thinks} (1)
+pl {00203.f} (1)
+pl {00203.p2-thinks} (1)
+pl {00204.f} (1)
+pl {00204.p2-thinks} (1)
+pl {00205.f} (1)
+pl {00205.p2-thinks} (1)
+pl {00206.f} (1)
+pl {00206.p2-thinks} (1)
+pl {00207.f} (1)
+pl {00207.p2-thinks} (1)
+pl {00208.f} (1)
+pl {00208.p2-thinks} (1)
+pl {00209.f} (1)
+pl {00209.p2-thinks} (1)
+pl {00210.f} (1)
+pl {00210.p2-thinks} (1)
+pl {00211.f} (1)
+pl {00211.p2-thinks} (1)
+pl {00212.f} (1)
+pl {00212.p2-thinks} (1)
+pl {00213.f} (1)
+pl {00213.p2-thinks} (1)
+pl {00214.f} (1)
+pl {00214.p2-thinks} (1)
+pl {00215.f} (1)
+pl {00215.p2-thinks} (1)
+pl {00216.f} (1)
+pl {00216.p2-thinks} (1)
+pl {00217.f} (1)
+pl {00217.p2-thinks} (1)
+pl {00218.f} (1)
+pl {00218.p2-thinks} (1)
+pl {00219.f} (1)
+pl {00219.p2-thinks} (1)
+pl {00220.f} (1)
+pl {00220.p2-thinks} (1)
+pl {00221.f} (1)
+pl {00221.p2-thinks} (1)
+pl {00222.f} (1)
+pl {00222.p2-thinks} (1)
+pl {00223.f} (1)
+pl {00223.p2-thinks} (1)
+pl {00224.f} (1)
+pl {00224.p2-thinks} (1)
+pl {00225.f} (1)
+pl {00225.p2-thinks} (1)
+pl {00226.f} (1)
+pl {00226.p2-thinks} (1)
+pl {00227.f} (1)
+pl {00227.p2-thinks} (1)
+pl {00228.f} (1)
+pl {00228.p2-thinks} (1)
+pl {00229.f} (1)
+pl {00229.p2-thinks} (1)
+pl {00230.f} (1)
+pl {00230.p2-thinks} (1)
+pl {00231.f} (1)
+pl {00231.p2-thinks} (1)
+pl {00232.f} (1)
+pl {00232.p2-thinks} (1)
+pl {00233.f} (1)
+pl {00233.p2-thinks} (1)
+pl {00234.f} (1)
+pl {00234.p2-thinks} (1)
+pl {00235.f} (1)
+pl {00235.p2-thinks} (1)
+pl {00236.f} (1)
+pl {00236.p2-thinks} (1)
+pl {00237.f} (1)
+pl {00237.p2-thinks} (1)
+pl {00238.f} (1)
+pl {00238.p2-thinks} (1)
+pl {00239.f} (1)
+pl {00239.p2-thinks} (1)
+pl {00240.f} (1)
+pl {00240.p2-thinks} (1)
+pl {00241.f} (1)
+pl {00241.p2-thinks} (1)
+pl {00242.f} (1)
+pl {00242.p2-thinks} (1)
+pl {00243.f} (1)
+pl {00243.p2-thinks} (1)
+pl {00244.f} (1)
+pl {00244.p2-thinks} (1)
+pl {00245.f} (1)
+pl {00245.p2-thinks} (1)
+pl {00246.f} (1)
+pl {00246.p2-thinks} (1)
+pl {00247.f} (1)
+pl {00247.p2-thinks} (1)
+pl {00248.f} (1)
+pl {00248.p2-thinks} (1)
+pl {00249.f} (1)
+pl {00249.p2-thinks} (1)
+pl {00250.f} (1)
+pl {00250.p2-thinks} (1)
+pl {00251.f} (1)
+pl {00251.p2-thinks} (1)
+pl {00252.f} (1)
+pl {00252.p2-thinks} (1)
+pl {00253.f} (1)
+pl {00253.p2-thinks} (1)
+pl {00254.f} (1)
+pl {00254.p2-thinks} (1)
+pl {00255.f} (1)
+pl {00255.p2-thinks} (1)
+pl {00256.f} (1)
+pl {00256.p2-thinks} (1)
+pl {00257.f} (1)
+pl {00257.p2-thinks} (1)
+pl {00258.f} (1)
+pl {00258.p2-thinks} (1)
+pl {00259.f} (1)
+pl {00259.p2-thinks} (1)
+pl {00260.f} (1)
+pl {00260.p2-thinks} (1)
+pl {00261.f} (1)
+pl {00261.p2-thinks} (1)
+pl {00262.f} (1)
+pl {00262.p2-thinks} (1)
+pl {00263.f} (1)
+pl {00263.p2-thinks} (1)
+pl {00264.f} (1)
+pl {00264.p2-thinks} (1)
+pl {00265.f} (1)
+pl {00265.p2-thinks} (1)
+pl {00266.f} (1)
+pl {00266.p2-thinks} (1)
+pl {00267.f} (1)
+pl {00267.p2-thinks} (1)
+pl {00268.f} (1)
+pl {00268.p2-thinks} (1)
+pl {00269.f} (1)
+pl {00269.p2-thinks} (1)
+pl {00270.f} (1)
+pl {00270.p2-thinks} (1)
+pl {00271.f} (1)
+pl {00271.p2-thinks} (1)
+pl {00272.f} (1)
+pl {00272.p2-thinks} (1)
+pl {00273.f} (1)
+pl {00273.p2-thinks} (1)
+pl {00274.f} (1)
+pl {00274.p2-thinks} (1)
+pl {00275.f} (1)
+pl {00275.p2-thinks} (1)
+pl {00276.f} (1)
+pl {00276.p2-thinks} (1)
+pl {00277.f} (1)
+pl {00277.p2-thinks} (1)
+pl {00278.f} (1)
+pl {00278.p2-thinks} (1)
+pl {00279.f} (1)
+pl {00279.p2-thinks} (1)
+pl {00280.f} (1)
+pl {00280.p2-thinks} (1)
+pl {00281.f} (1)
+pl {00281.p2-thinks} (1)
+pl {00282.f} (1)
+pl {00282.p2-thinks} (1)
+pl {00283.f} (1)
+pl {00283.p2-thinks} (1)
+pl {00284.f} (1)
+pl {00284.p2-thinks} (1)
+pl {00285.f} (1)
+pl {00285.p2-thinks} (1)
+pl {00286.f} (1)
+pl {00286.p2-thinks} (1)
+pl {00287.f} (1)
+pl {00287.p2-thinks} (1)
+pl {00288.f} (1)
+pl {00288.p2-thinks} (1)
+pl {00289.f} (1)
+pl {00289.p2-thinks} (1)
+pl {00290.f} (1)
+pl {00290.p2-thinks} (1)
+pl {00291.f} (1)
+pl {00291.p2-thinks} (1)
+pl {00292.f} (1)
+pl {00292.p2-thinks} (1)
+pl {00293.f} (1)
+pl {00293.p2-thinks} (1)
+pl {00294.f} (1)
+pl {00294.p2-thinks} (1)
+pl {00295.f} (1)
+pl {00295.p2-thinks} (1)
+pl {00296.f} (1)
+pl {00296.p2-thinks} (1)
+pl {00297.f} (1)
+pl {00297.p2-thinks} (1)
+pl {00298.f} (1)
+pl {00298.p2-thinks} (1)
+pl {00299.f} (1)
+pl {00299.p2-thinks} (1)
+pl {00300.f} (1)
+pl {00300.p2-thinks} (1)
+pl {00301.f} (1)
+pl {00301.p2-thinks} (1)
+pl {00302.f} (1)
+pl {00302.p2-thinks} (1)
+pl {00303.f} (1)
+pl {00303.p2-thinks} (1)
+pl {00304.f} (1)
+pl {00304.p2-thinks} (1)
+pl {00305.f} (1)
+pl {00305.p2-thinks} (1)
+pl {00306.f} (1)
+pl {00306.p2-thinks} (1)
+pl {00307.f} (1)
+pl {00307.p2-thinks} (1)
+pl {00308.f} (1)
+pl {00308.p2-thinks} (1)
+pl {00309.f} (1)
+pl {00309.p2-thinks} (1)
+pl {00310.f} (1)
+pl {00310.p2-thinks} (1)
+pl {00311.f} (1)
+pl {00311.p2-thinks} (1)
+pl {00312.f} (1)
+pl {00312.p2-thinks} (1)
+pl {00313.f} (1)
+pl {00313.p2-thinks} (1)
+pl {00314.f} (1)
+pl {00314.p2-thinks} (1)
+pl {00315.f} (1)
+pl {00315.p2-thinks} (1)
+pl {00316.f} (1)
+pl {00316.p2-thinks} (1)
+pl {00317.f} (1)
+pl {00317.p2-thinks} (1)
+pl {00318.f} (1)
+pl {00318.p2-thinks} (1)
+pl {00319.f} (1)
+pl {00319.p2-thinks} (1)
+pl {00320.f} (1)
+pl {00320.p2-thinks} (1)
+pl {00321.f} (1)
+pl {00321.p2-thinks} (1)
+pl {00322.f} (1)
+pl {00322.p2-thinks} (1)
+pl {00323.f} (1)
+pl {00323.p2-thinks} (1)
+pl {00324.f} (1)
+pl {00324.p2-thinks} (1)
+pl {00325.f} (1)
+pl {00325.p2-thinks} (1)
+pl {00326.f} (1)
+pl {00326.p2-thinks} (1)
+pl {00327.f} (1)
+pl {00327.p2-thinks} (1)
+pl {00328.f} (1)
+pl {00328.p2-thinks} (1)
+pl {00329.f} (1)
+pl {00329.p2-thinks} (1)
+pl {00330.f} (1)
+pl {00330.p2-thinks} (1)
+pl {00331.f} (1)
+pl {00331.p2-thinks} (1)
+pl {00332.f} (1)
+pl {00332.p2-thinks} (1)
+pl {00333.f} (1)
+pl {00333.p2-thinks} (1)
+pl {00334.f} (1)
+pl {00334.p2-thinks} (1)
+pl {00335.f} (1)
+pl {00335.p2-thinks} (1)
+pl {00336.f} (1)
+pl {00336.p2-thinks} (1)
+pl {00337.f} (1)
+pl {00337.p2-thinks} (1)
+pl {00338.f} (1)
+pl {00338.p2-thinks} (1)
+pl {00339.f} (1)
+pl {00339.p2-thinks} (1)
+pl {00340.f} (1)
+pl {00340.p2-thinks} (1)
+pl {00341.f} (1)
+pl {00341.p2-thinks} (1)
+pl {00342.f} (1)
+pl {00342.p2-thinks} (1)
+pl {00343.f} (1)
+pl {00343.p2-thinks} (1)
+pl {00344.f} (1)
+pl {00344.p2-thinks} (1)
+pl {00345.f} (1)
+pl {00345.p2-thinks} (1)
+pl {00346.f} (1)
+pl {00346.p2-thinks} (1)
+pl {00347.f} (1)
+pl {00347.p2-thinks} (1)
+pl {00348.f} (1)
+pl {00348.p2-thinks} (1)
+pl {00349.f} (1)
+pl {00349.p2-thinks} (1)
+pl {00350.f} (1)
+pl {00350.p2-thinks} (1)
+pl {00351.f} (1)
+pl {00351.p2-thinks} (1)
+pl {00352.f} (1)
+pl {00352.p2-thinks} (1)
+pl {00353.f} (1)
+pl {00353.p2-thinks} (1)
+pl {00354.f} (1)
+pl {00354.p2-thinks} (1)
+pl {00355.f} (1)
+pl {00355.p2-thinks} (1)
+pl {00356.f} (1)
+pl {00356.p2-thinks} (1)
+pl {00357.f} (1)
+pl {00357.p2-thinks} (1)
+pl {00358.f} (1)
+pl {00358.p2-thinks} (1)
+pl {00359.f} (1)
+pl {00359.p2-thinks} (1)
+pl {00360.f} (1)
+pl {00360.p2-thinks} (1)
+pl {00361.f} (1)
+pl {00361.p2-thinks} (1)
+pl {00362.f} (1)
+pl {00362.p2-thinks} (1)
+pl {00363.f} (1)
+pl {00363.p2-thinks} (1)
+pl {00364.f} (1)
+pl {00364.p2-thinks} (1)
+pl {00365.f} (1)
+pl {00365.p2-thinks} (1)
+pl {00366.f} (1)
+pl {00366.p2-thinks} (1)
+pl {00367.f} (1)
+pl {00367.p2-thinks} (1)
+pl {00368.f} (1)
+pl {00368.p2-thinks} (1)
+pl {00369.f} (1)
+pl {00369.p2-thinks} (1)
+pl {00370.f} (1)
+pl {00370.p2-thinks} (1)
+pl {00371.f} (1)
+pl {00371.p2-thinks} (1)
+pl {00372.f} (1)
+pl {00372.p2-thinks} (1)
+pl {00373.f} (1)
+pl {00373.p2-thinks} (1)
+pl {00374.f} (1)
+pl {00374.p2-thinks} (1)
+pl {00375.f} (1)
+pl {00375.p2-thinks} (1)
+pl {00376.f} (1)
+pl {00376.p2-thinks} (1)
+pl {00377.f} (1)
+pl {00377.p2-thinks} (1)
+pl {00378.f} (1)
+pl {00378.p2-thinks} (1)
+pl {00379.f} (1)
+pl {00379.p2-thinks} (1)
+pl {00380.f} (1)
+pl {00380.p2-thinks} (1)
+pl {00381.f} (1)
+pl {00381.p2-thinks} (1)
+pl {00382.f} (1)
+pl {00382.p2-thinks} (1)
+pl {00383.f} (1)
+pl {00383.p2-thinks} (1)
+pl {00384.f} (1)
+pl {00384.p2-thinks} (1)
+pl {00385.f} (1)
+pl {00385.p2-thinks} (1)
+pl {00386.f} (1)
+pl {00386.p2-thinks} (1)
+pl {00387.f} (1)
+pl {00387.p2-thinks} (1)
+pl {00388.f} (1)
+pl {00388.p2-thinks} (1)
+pl {00389.f} (1)
+pl {00389.p2-thinks} (1)
+pl {00390.f} (1)
+pl {00390.p2-thinks} (1)
+pl {00391.f} (1)
+pl {00391.p2-thinks} (1)
+pl {00392.f} (1)
+pl {00392.p2-thinks} (1)
+pl {00393.f} (1)
+pl {00393.p2-thinks} (1)
+pl {00394.f} (1)
+pl {00394.p2-thinks} (1)
+pl {00395.f} (1)
+pl {00395.p2-thinks} (1)
+pl {00396.f} (1)
+pl {00396.p2-thinks} (1)
+pl {00397.f} (1)
+pl {00397.p2-thinks} (1)
+pl {00398.f} (1)
+pl {00398.p2-thinks} (1)
+pl {00399.f} (1)
+pl {00399.p2-thinks} (1)
+pl {00400.f} (1)
+pl {00400.p2-thinks} (1)
+pl {00401.f} (1)
+pl {00401.p2-thinks} (1)
+pl {00402.f} (1)
+pl {00402.p2-thinks} (1)
+pl {00403.f} (1)
+pl {00403.p2-thinks} (1)
+pl {00404.f} (1)
+pl {00404.p2-thinks} (1)
+pl {00405.f} (1)
+pl {00405.p2-thinks} (1)
+pl {00406.f} (1)
+pl {00406.p2-thinks} (1)
+pl {00407.f} (1)
+pl {00407.p2-thinks} (1)
+pl {00408.f} (1)
+pl {00408.p2-thinks} (1)
+pl {00409.f} (1)
+pl {00409.p2-thinks} (1)
+pl {00410.f} (1)
+pl {00410.p2-thinks} (1)
+pl {00411.f} (1)
+pl {00411.p2-thinks} (1)
+pl {00412.f} (1)
+pl {00412.p2-thinks} (1)
+pl {00413.f} (1)
+pl {00413.p2-thinks} (1)
+pl {00414.f} (1)
+pl {00414.p2-thinks} (1)
+pl {00415.f} (1)
+pl {00415.p2-thinks} (1)
+pl {00416.f} (1)
+pl {00416.p2-thinks} (1)
+pl {00417.f} (1)
+pl {00417.p2-thinks} (1)
+pl {00418.f} (1)
+pl {00418.p2-thinks} (1)
+pl {00419.f} (1)
+pl {00419.p2-thinks} (1)
+pl {00420.f} (1)
+pl {00420.p2-thinks} (1)
+pl {00421.f} (1)
+pl {00421.p2-thinks} (1)
+pl {00422.f} (1)
+pl {00422.p2-thinks} (1)
+pl {00423.f} (1)
+pl {00423.p2-thinks} (1)
+pl {00424.f} (1)
+pl {00424.p2-thinks} (1)
+pl {00425.f} (1)
+pl {00425.p2-thinks} (1)
+pl {00426.f} (1)
+pl {00426.p2-thinks} (1)
+pl {00427.f} (1)
+pl {00427.p2-thinks} (1)
+pl {00428.f} (1)
+pl {00428.p2-thinks} (1)
+pl {00429.f} (1)
+pl {00429.p2-thinks} (1)
+pl {00430.f} (1)
+pl {00430.p2-thinks} (1)
+pl {00431.f} (1)
+pl {00431.p2-thinks} (1)
+pl {00432.f} (1)
+pl {00432.p2-thinks} (1)
+pl {00433.f} (1)
+pl {00433.p2-thinks} (1)
+pl {00434.f} (1)
+pl {00434.p2-thinks} (1)
+pl {00435.f} (1)
+pl {00435.p2-thinks} (1)
+pl {00436.f} (1)
+pl {00436.p2-thinks} (1)
+pl {00437.f} (1)
+pl {00437.p2-thinks} (1)
+pl {00438.f} (1)
+pl {00438.p2-thinks} (1)
+pl {00439.f} (1)
+pl {00439.p2-thinks} (1)
+pl {00440.f} (1)
+pl {00440.p2-thinks} (1)
+pl {00441.f} (1)
+pl {00441.p2-thinks} (1)
+pl {00442.f} (1)
+pl {00442.p2-thinks} (1)
+pl {00443.f} (1)
+pl {00443.p2-thinks} (1)
+pl {00444.f} (1)
+pl {00444.p2-thinks} (1)
+pl {00445.f} (1)
+pl {00445.p2-thinks} (1)
+pl {00446.f} (1)
+pl {00446.p2-thinks} (1)
+pl {00447.f} (1)
+pl {00447.p2-thinks} (1)
+pl {00448.f} (1)
+pl {00448.p2-thinks} (1)
+pl {00449.f} (1)
+pl {00449.p2-thinks} (1)
+pl {00450.f} (1)
+pl {00450.p2-thinks} (1)
+pl {00451.f} (1)
+pl {00451.p2-thinks} (1)
+pl {00452.f} (1)
+pl {00452.p2-thinks} (1)
+pl {00453.f} (1)
+pl {00453.p2-thinks} (1)
+pl {00454.f} (1)
+pl {00454.p2-thinks} (1)
+pl {00455.f} (1)
+pl {00455.p2-thinks} (1)
+pl {00456.f} (1)
+pl {00456.p2-thinks} (1)
+pl {00457.f} (1)
+pl {00457.p2-thinks} (1)
+pl {00458.f} (1)
+pl {00458.p2-thinks} (1)
+pl {00459.f} (1)
+pl {00459.p2-thinks} (1)
+pl {00460.f} (1)
+pl {00460.p2-thinks} (1)
+pl {00461.f} (1)
+pl {00461.p2-thinks} (1)
+pl {00462.f} (1)
+pl {00462.p2-thinks} (1)
+pl {00463.f} (1)
+pl {00463.p2-thinks} (1)
+pl {00464.f} (1)
+pl {00464.p2-thinks} (1)
+pl {00465.f} (1)
+pl {00465.p2-thinks} (1)
+pl {00466.f} (1)
+pl {00466.p2-thinks} (1)
+pl {00467.f} (1)
+pl {00467.p2-thinks} (1)
+pl {00468.f} (1)
+pl {00468.p2-thinks} (1)
+pl {00469.f} (1)
+pl {00469.p2-thinks} (1)
+pl {00470.f} (1)
+pl {00470.p2-thinks} (1)
+pl {00471.f} (1)
+pl {00471.p2-thinks} (1)
+pl {00472.f} (1)
+pl {00472.p2-thinks} (1)
+pl {00473.f} (1)
+pl {00473.p2-thinks} (1)
+pl {00474.f} (1)
+pl {00474.p2-thinks} (1)
+pl {00475.f} (1)
+pl {00475.p2-thinks} (1)
+pl {00476.f} (1)
+pl {00476.p2-thinks} (1)
+pl {00477.f} (1)
+pl {00477.p2-thinks} (1)
+pl {00478.f} (1)
+pl {00478.p2-thinks} (1)
+pl {00479.f} (1)
+pl {00479.p2-thinks} (1)
+pl {00480.f} (1)
+pl {00480.p2-thinks} (1)
+pl {00481.f} (1)
+pl {00481.p2-thinks} (1)
+pl {00482.f} (1)
+pl {00482.p2-thinks} (1)
+pl {00483.f} (1)
+pl {00483.p2-thinks} (1)
+pl {00484.f} (1)
+pl {00484.p2-thinks} (1)
+pl {00485.f} (1)
+pl {00485.p2-thinks} (1)
+pl {00486.f} (1)
+pl {00486.p2-thinks} (1)
+pl {00487.f} (1)
+pl {00487.p2-thinks} (1)
+pl {00488.f} (1)
+pl {00488.p2-thinks} (1)
+pl {00489.f} (1)
+pl {00489.p2-thinks} (1)
+pl {00490.f} (1)
+pl {00490.p2-thinks} (1)
+pl {00491.f} (1)
+pl {00491.p2-thinks} (1)
+pl {00492.f} (1)
+pl {00492.p2-thinks} (1)
+pl {00493.f} (1)
+pl {00493.p2-thinks} (1)
+pl {00494.f} (1)
+pl {00494.p2-thinks} (1)
+pl {00495.f} (1)
+pl {00495.p2-thinks} (1)
+pl {00496.f} (1)
+pl {00496.p2-thinks} (1)
+pl {00497.f} (1)
+pl {00497.p2-thinks} (1)
+pl {00498.f} (1)
+pl {00498.p2-thinks} (1)
+pl {00499.f} (1)
+pl {00499.p2-thinks} (1)
+pl {00500.f} (1)
+pl {00500.p2-thinks} (1)
+pl {00501.f} (1)
+pl {00501.p2-thinks} (1)
+pl {00502.f} (1)
+pl {00502.p2-thinks} (1)
+pl {00503.f} (1)
+pl {00503.p2-thinks} (1)
+pl {00504.f} (1)
+pl {00504.p2-thinks} (1)
+pl {00505.f} (1)
+pl {00505.p2-thinks} (1)
+pl {00506.f} (1)
+pl {00506.p2-thinks} (1)
+pl {00507.f} (1)
+pl {00507.p2-thinks} (1)
+pl {00508.f} (1)
+pl {00508.p2-thinks} (1)
+pl {00509.f} (1)
+pl {00509.p2-thinks} (1)
+pl {00510.f} (1)
+pl {00510.p2-thinks} (1)
+pl {00511.f} (1)
+pl {00511.p2-thinks} (1)
+pl {00512.f} (1)
+pl {00512.p2-thinks} (1)
+pl {00513.f} (1)
+pl {00513.p2-thinks} (1)
+pl {00514.f} (1)
+pl {00514.p2-thinks} (1)
+pl {00515.f} (1)
+pl {00515.p2-thinks} (1)
+pl {00516.f} (1)
+pl {00516.p2-thinks} (1)
+pl {00517.f} (1)
+pl {00517.p2-thinks} (1)
+pl {00518.f} (1)
+pl {00518.p2-thinks} (1)
+pl {00519.f} (1)
+pl {00519.p2-thinks} (1)
+pl {00520.f} (1)
+pl {00520.p2-thinks} (1)
+pl {00521.f} (1)
+pl {00521.p2-thinks} (1)
+pl {00522.f} (1)
+pl {00522.p2-thinks} (1)
+pl {00523.f} (1)
+pl {00523.p2-thinks} (1)
+pl {00524.f} (1)
+pl {00524.p2-thinks} (1)
+pl {00525.f} (1)
+pl {00525.p2-thinks} (1)
+pl {00526.f} (1)
+pl {00526.p2-thinks} (1)
+pl {00527.f} (1)
+pl {00527.p2-thinks} (1)
+pl {00528.f} (1)
+pl {00528.p2-thinks} (1)
+pl {00529.f} (1)
+pl {00529.p2-thinks} (1)
+pl {00530.f} (1)
+pl {00530.p2-thinks} (1)
+pl {00531.f} (1)
+pl {00531.p2-thinks} (1)
+pl {00532.f} (1)
+pl {00532.p2-thinks} (1)
+pl {00533.f} (1)
+pl {00533.p2-thinks} (1)
+pl {00534.f} (1)
+pl {00534.p2-thinks} (1)
+pl {00535.f} (1)
+pl {00535.p2-thinks} (1)
+pl {00536.f} (1)
+pl {00536.p2-thinks} (1)
+pl {00537.f} (1)
+pl {00537.p2-thinks} (1)
+pl {00538.f} (1)
+pl {00538.p2-thinks} (1)
+pl {00539.f} (1)
+pl {00539.p2-thinks} (1)
+pl {00540.f} (1)
+pl {00540.p2-thinks} (1)
+pl {00541.f} (1)
+pl {00541.p2-thinks} (1)
+pl {00542.f} (1)
+pl {00542.p2-thinks} (1)
+pl {00543.f} (1)
+pl {00543.p2-thinks} (1)
+pl {00544.f} (1)
+pl {00544.p2-thinks} (1)
+pl {00545.f} (1)
+pl {00545.p2-thinks} (1)
+pl {00546.f} (1)
+pl {00546.p2-thinks} (1)
+pl {00547.f} (1)
+pl {00547.p2-thinks} (1)
+pl {00548.f} (1)
+pl {00548.p2-thinks} (1)
+pl {00549.f} (1)
+pl {00549.p2-thinks} (1)
+pl {00550.f} (1)
+pl {00550.p2-thinks} (1)
+pl {00551.f} (1)
+pl {00551.p2-thinks} (1)
+pl {00552.f} (1)
+pl {00552.p2-thinks} (1)
+pl {00553.f} (1)
+pl {00553.p2-thinks} (1)
+pl {00554.f} (1)
+pl {00554.p2-thinks} (1)
+pl {00555.f} (1)
+pl {00555.p2-thinks} (1)
+pl {00556.f} (1)
+pl {00556.p2-thinks} (1)
+pl {00557.f} (1)
+pl {00557.p2-thinks} (1)
+pl {00558.f} (1)
+pl {00558.p2-thinks} (1)
+pl {00559.f} (1)
+pl {00559.p2-thinks} (1)
+pl {00560.f} (1)
+pl {00560.p2-thinks} (1)
+pl {00561.f} (1)
+pl {00561.p2-thinks} (1)
+pl {00562.f} (1)
+pl {00562.p2-thinks} (1)
+pl {00563.f} (1)
+pl {00563.p2-thinks} (1)
+pl {00564.f} (1)
+pl {00564.p2-thinks} (1)
+pl {00565.f} (1)
+pl {00565.p2-thinks} (1)
+pl {00566.f} (1)
+pl {00566.p2-thinks} (1)
+pl {00567.f} (1)
+pl {00567.p2-thinks} (1)
+pl {00568.f} (1)
+pl {00568.p2-thinks} (1)
+pl {00569.f} (1)
+pl {00569.p2-thinks} (1)
+pl {00570.f} (1)
+pl {00570.p2-thinks} (1)
+pl {00571.f} (1)
+pl {00571.p2-thinks} (1)
+pl {00572.f} (1)
+pl {00572.p2-thinks} (1)
+pl {00573.f} (1)
+pl {00573.p2-thinks} (1)
+pl {00574.f} (1)
+pl {00574.p2-thinks} (1)
+pl {00575.f} (1)
+pl {00575.p2-thinks} (1)
+pl {00576.f} (1)
+pl {00576.p2-thinks} (1)
+pl {00577.f} (1)
+pl {00577.p2-thinks} (1)
+pl {00578.f} (1)
+pl {00578.p2-thinks} (1)
+pl {00579.f} (1)
+pl {00579.p2-thinks} (1)
+pl {00580.f} (1)
+pl {00580.p2-thinks} (1)
+pl {00581.f} (1)
+pl {00581.p2-thinks} (1)
+pl {00582.f} (1)
+pl {00582.p2-thinks} (1)
+pl {00583.f} (1)
+pl {00583.p2-thinks} (1)
+pl {00584.f} (1)
+pl {00584.p2-thinks} (1)
+pl {00585.f} (1)
+pl {00585.p2-thinks} (1)
+pl {00586.f} (1)
+pl {00586.p2-thinks} (1)
+pl {00587.f} (1)
+pl {00587.p2-thinks} (1)
+pl {00588.f} (1)
+pl {00588.p2-thinks} (1)
+pl {00589.f} (1)
+pl {00589.p2-thinks} (1)
+pl {00590.f} (1)
+pl {00590.p2-thinks} (1)
+pl {00591.f} (1)
+pl {00591.p2-thinks} (1)
+pl {00592.f} (1)
+pl {00592.p2-thinks} (1)
+pl {00593.f} (1)
+pl {00593.p2-thinks} (1)
+pl {00594.f} (1)
+pl {00594.p2-thinks} (1)
+pl {00595.f} (1)
+pl {00595.p2-thinks} (1)
+pl {00596.f} (1)
+pl {00596.p2-thinks} (1)
+pl {00597.f} (1)
+pl {00597.p2-thinks} (1)
+pl {00598.f} (1)
+pl {00598.p2-thinks} (1)
+pl {00599.f} (1)
+pl {00599.p2-thinks} (1)
+pl {00600.f} (1)
+pl {00600.p2-thinks} (1)
+pl {00601.f} (1)
+pl {00601.p2-thinks} (1)
+pl {00602.f} (1)
+pl {00602.p2-thinks} (1)
+pl {00603.f} (1)
+pl {00603.p2-thinks} (1)
+pl {00604.f} (1)
+pl {00604.p2-thinks} (1)
+pl {00605.f} (1)
+pl {00605.p2-thinks} (1)
+pl {00606.f} (1)
+pl {00606.p2-thinks} (1)
+pl {00607.f} (1)
+pl {00607.p2-thinks} (1)
+pl {00608.f} (1)
+pl {00608.p2-thinks} (1)
+pl {00609.f} (1)
+pl {00609.p2-thinks} (1)
+pl {00610.f} (1)
+pl {00610.p2-thinks} (1)
+pl {00611.f} (1)
+pl {00611.p2-thinks} (1)
+pl {00612.f} (1)
+pl {00612.p2-thinks} (1)
+pl {00613.f} (1)
+pl {00613.p2-thinks} (1)
+pl {00614.f} (1)
+pl {00614.p2-thinks} (1)
+pl {00615.f} (1)
+pl {00615.p2-thinks} (1)
+pl {00616.f} (1)
+pl {00616.p2-thinks} (1)
+pl {00617.f} (1)
+pl {00617.p2-thinks} (1)
+pl {00618.f} (1)
+pl {00618.p2-thinks} (1)
+pl {00619.f} (1)
+pl {00619.p2-thinks} (1)
+pl {00620.f} (1)
+pl {00620.p2-thinks} (1)
+pl {00621.f} (1)
+pl {00621.p2-thinks} (1)
+pl {00622.f} (1)
+pl {00622.p2-thinks} (1)
+pl {00623.f} (1)
+pl {00623.p2-thinks} (1)
+pl {00624.f} (1)
+pl {00624.p2-thinks} (1)
+pl {00625.f} (1)
+pl {00625.p2-thinks} (1)
+pl {00626.f} (1)
+pl {00626.p2-thinks} (1)
+pl {00627.f} (1)
+pl {00627.p2-thinks} (1)
+pl {00628.f} (1)
+pl {00628.p2-thinks} (1)
+pl {00629.f} (1)
+pl {00629.p2-thinks} (1)
+pl {00630.f} (1)
+pl {00630.p2-thinks} (1)
+pl {00631.f} (1)
+pl {00631.p2-thinks} (1)
+pl {00632.f} (1)
+pl {00632.p2-thinks} (1)
+pl {00633.f} (1)
+pl {00633.p2-thinks} (1)
+pl {00634.f} (1)
+pl {00634.p2-thinks} (1)
+pl {00635.f} (1)
+pl {00635.p2-thinks} (1)
+pl {00636.f} (1)
+pl {00636.p2-thinks} (1)
+pl {00637.f} (1)
+pl {00637.p2-thinks} (1)
+pl {00638.f} (1)
+pl {00638.p2-thinks} (1)
+pl {00639.f} (1)
+pl {00639.p2-thinks} (1)
+pl {00640.f} (1)
+pl {00640.p2-thinks} (1)
+pl {00641.f} (1)
+pl {00641.p2-thinks} (1)
+pl {00642.f} (1)
+pl {00642.p2-thinks} (1)
+pl {00643.f} (1)
+pl {00643.p2-thinks} (1)
+pl {00644.f} (1)
+pl {00644.p2-thinks} (1)
+pl {00645.f} (1)
+pl {00645.p2-thinks} (1)
+pl {00646.f} (1)
+pl {00646.p2-thinks} (1)
+pl {00647.f} (1)
+pl {00647.p2-thinks} (1)
+pl {00648.f} (1)
+pl {00648.p2-thinks} (1)
+pl {00649.f} (1)
+pl {00649.p2-thinks} (1)
+pl {00650.f} (1)
+pl {00650.p2-thinks} (1)
+pl {00651.f} (1)
+pl {00651.p2-thinks} (1)
+pl {00652.f} (1)
+pl {00652.p2-thinks} (1)
+pl {00653.f} (1)
+pl {00653.p2-thinks} (1)
+pl {00654.f} (1)
+pl {00654.p2-thinks} (1)
+pl {00655.f} (1)
+pl {00655.p2-thinks} (1)
+pl {00656.f} (1)
+pl {00656.p2-thinks} (1)
+pl {00657.f} (1)
+pl {00657.p2-thinks} (1)
+pl {00658.f} (1)
+pl {00658.p2-thinks} (1)
+pl {00659.f} (1)
+pl {00659.p2-thinks} (1)
+pl {00660.f} (1)
+pl {00660.p2-thinks} (1)
+pl {00661.f} (1)
+pl {00661.p2-thinks} (1)
+pl {00662.f} (1)
+pl {00662.p2-thinks} (1)
+pl {00663.f} (1)
+pl {00663.p2-thinks} (1)
+pl {00664.f} (1)
+pl {00664.p2-thinks} (1)
+pl {00665.f} (1)
+pl {00665.p2-thinks} (1)
+pl {00666.f} (1)
+pl {00666.p2-thinks} (1)
+pl {00667.f} (1)
+pl {00667.p2-thinks} (1)
+pl {00668.f} (1)
+pl {00668.p2-thinks} (1)
+pl {00669.f} (1)
+pl {00669.p2-thinks} (1)
+pl {00670.f} (1)
+pl {00670.p2-thinks} (1)
+pl {00671.f} (1)
+pl {00671.p2-thinks} (1)
+pl {00672.f} (1)
+pl {00672.p2-thinks} (1)
+pl {00673.f} (1)
+pl {00673.p2-thinks} (1)
+pl {00674.f} (1)
+pl {00674.p2-thinks} (1)
+pl {00675.f} (1)
+pl {00675.p2-thinks} (1)
+pl {00676.f} (1)
+pl {00676.p2-thinks} (1)
+pl {00677.f} (1)
+pl {00677.p2-thinks} (1)
+pl {00678.f} (1)
+pl {00678.p2-thinks} (1)
+pl {00679.f} (1)
+pl {00679.p2-thinks} (1)
+pl {00680.f} (1)
+pl {00680.p2-thinks} (1)
+pl {00681.f} (1)
+pl {00681.p2-thinks} (1)
+pl {00682.f} (1)
+pl {00682.p2-thinks} (1)
+pl {00683.f} (1)
+pl {00683.p2-thinks} (1)
+pl {00684.f} (1)
+pl {00684.p2-thinks} (1)
+pl {00685.f} (1)
+pl {00685.p2-thinks} (1)
+pl {00686.f} (1)
+pl {00686.p2-thinks} (1)
+pl {00687.f} (1)
+pl {00687.p2-thinks} (1)
+pl {00688.f} (1)
+pl {00688.p2-thinks} (1)
+pl {00689.f} (1)
+pl {00689.p2-thinks} (1)
+pl {00690.f} (1)
+pl {00690.p2-thinks} (1)
+pl {00691.f} (1)
+pl {00691.p2-thinks} (1)
+pl {00692.f} (1)
+pl {00692.p2-thinks} (1)
+pl {00693.f} (1)
+pl {00693.p2-thinks} (1)
+pl {00694.f} (1)
+pl {00694.p2-thinks} (1)
+pl {00695.f} (1)
+pl {00695.p2-thinks} (1)
+pl {00696.f} (1)
+pl {00696.p2-thinks} (1)
+pl {00697.f} (1)
+pl {00697.p2-thinks} (1)
+pl {00698.f} (1)
+pl {00698.p2-thinks} (1)
+pl {00699.f} (1)
+pl {00699.p2-thinks} (1)
+pl {00700.f} (1)
+pl {00700.p2-thinks} (1)
+pl {00701.f} (1)
+pl {00701.p2-thinks} (1)
+pl {00702.f} (1)
+pl {00702.p2-thinks} (1)
+pl {00703.f} (1)
+pl {00703.p2-thinks} (1)
+pl {00704.f} (1)
+pl {00704.p2-thinks} (1)
+pl {00705.f} (1)
+pl {00705.p2-thinks} (1)
+pl {00706.f} (1)
+pl {00706.p2-thinks} (1)
+pl {00707.f} (1)
+pl {00707.p2-thinks} (1)
+pl {00708.f} (1)
+pl {00708.p2-thinks} (1)
+pl {00709.f} (1)
+pl {00709.p2-thinks} (1)
+pl {00710.f} (1)
+pl {00710.p2-thinks} (1)
+pl {00711.f} (1)
+pl {00711.p2-thinks} (1)
+pl {00712.f} (1)
+pl {00712.p2-thinks} (1)
+pl {00713.f} (1)
+pl {00713.p2-thinks} (1)
+pl {00714.f} (1)
+pl {00714.p2-thinks} (1)
+pl {00715.f} (1)
+pl {00715.p2-thinks} (1)
+pl {00716.f} (1)
+pl {00716.p2-thinks} (1)
+pl {00717.f} (1)
+pl {00717.p2-thinks} (1)
+pl {00718.f} (1)
+pl {00718.p2-thinks} (1)
+pl {00719.f} (1)
+pl {00719.p2-thinks} (1)
+pl {00720.f} (1)
+pl {00720.p2-thinks} (1)
+pl {00721.f} (1)
+pl {00721.p2-thinks} (1)
+pl {00722.f} (1)
+pl {00722.p2-thinks} (1)
+pl {00723.f} (1)
+pl {00723.p2-thinks} (1)
+pl {00724.f} (1)
+pl {00724.p2-thinks} (1)
+pl {00725.f} (1)
+pl {00725.p2-thinks} (1)
+pl {00726.f} (1)
+pl {00726.p2-thinks} (1)
+pl {00727.f} (1)
+pl {00727.p2-thinks} (1)
+pl {00728.f} (1)
+pl {00728.p2-thinks} (1)
+pl {00729.f} (1)
+pl {00729.p2-thinks} (1)
+pl {00730.f} (1)
+pl {00730.p2-thinks} (1)
+pl {00731.f} (1)
+pl {00731.p2-thinks} (1)
+pl {00732.f} (1)
+pl {00732.p2-thinks} (1)
+pl {00733.f} (1)
+pl {00733.p2-thinks} (1)
+pl {00734.f} (1)
+pl {00734.p2-thinks} (1)
+pl {00735.f} (1)
+pl {00735.p2-thinks} (1)
+pl {00736.f} (1)
+pl {00736.p2-thinks} (1)
+pl {00737.f} (1)
+pl {00737.p2-thinks} (1)
+pl {00738.f} (1)
+pl {00738.p2-thinks} (1)
+pl {00739.f} (1)
+pl {00739.p2-thinks} (1)
+pl {00740.f} (1)
+pl {00740.p2-thinks} (1)
+pl {00741.f} (1)
+pl {00741.p2-thinks} (1)
+pl {00742.f} (1)
+pl {00742.p2-thinks} (1)
+pl {00743.f} (1)
+pl {00743.p2-thinks} (1)
+pl {00744.f} (1)
+pl {00744.p2-thinks} (1)
+pl {00745.f} (1)
+pl {00745.p2-thinks} (1)
+pl {00746.f} (1)
+pl {00746.p2-thinks} (1)
+pl {00747.f} (1)
+pl {00747.p2-thinks} (1)
+pl {00748.f} (1)
+pl {00748.p2-thinks} (1)
+pl {00749.f} (1)
+pl {00749.p2-thinks} (1)
+pl {00750.f} (1)
+pl {00750.p2-thinks} (1)
+pl {00751.f} (1)
+pl {00751.p2-thinks} (1)
+pl {00752.f} (1)
+pl {00752.p2-thinks} (1)
+pl {00753.f} (1)
+pl {00753.p2-thinks} (1)
+pl {00754.f} (1)
+pl {00754.p2-thinks} (1)
+pl {00755.f} (1)
+pl {00755.p2-thinks} (1)
+pl {00756.f} (1)
+pl {00756.p2-thinks} (1)
+pl {00757.f} (1)
+pl {00757.p2-thinks} (1)
+pl {00758.f} (1)
+pl {00758.p2-thinks} (1)
+pl {00759.f} (1)
+pl {00759.p2-thinks} (1)
+pl {00760.f} (1)
+pl {00760.p2-thinks} (1)
+pl {00761.f} (1)
+pl {00761.p2-thinks} (1)
+pl {00762.f} (1)
+pl {00762.p2-thinks} (1)
+pl {00763.f} (1)
+pl {00763.p2-thinks} (1)
+pl {00764.f} (1)
+pl {00764.p2-thinks} (1)
+pl {00765.f} (1)
+pl {00765.p2-thinks} (1)
+pl {00766.f} (1)
+pl {00766.p2-thinks} (1)
+pl {00767.f} (1)
+pl {00767.p2-thinks} (1)
+pl {00768.f} (1)
+pl {00768.p2-thinks} (1)
+pl {00769.f} (1)
+pl {00769.p2-thinks} (1)
+pl {00770.f} (1)
+pl {00770.p2-thinks} (1)
+pl {00771.f} (1)
+pl {00771.p2-thinks} (1)
+pl {00772.f} (1)
+pl {00772.p2-thinks} (1)
+pl {00773.f} (1)
+pl {00773.p2-thinks} (1)
+pl {00774.f} (1)
+pl {00774.p2-thinks} (1)
+pl {00775.f} (1)
+pl {00775.p2-thinks} (1)
+pl {00776.f} (1)
+pl {00776.p2-thinks} (1)
+pl {00777.f} (1)
+pl {00777.p2-thinks} (1)
+pl {00778.f} (1)
+pl {00778.p2-thinks} (1)
+pl {00779.f} (1)
+pl {00779.p2-thinks} (1)
+pl {00780.f} (1)
+pl {00780.p2-thinks} (1)
+pl {00781.f} (1)
+pl {00781.p2-thinks} (1)
+pl {00782.f} (1)
+pl {00782.p2-thinks} (1)
+pl {00783.f} (1)
+pl {00783.p2-thinks} (1)
+pl {00784.f} (1)
+pl {00784.p2-thinks} (1)
+pl {00785.f} (1)
+pl {00785.p2-thinks} (1)
+pl {00786.f} (1)
+pl {00786.p2-thinks} (1)
+pl {00787.f} (1)
+pl {00787.p2-thinks} (1)
+pl {00788.f} (1)
+pl {00788.p2-thinks} (1)
+pl {00789.f} (1)
+pl {00789.p2-thinks} (1)
+pl {00790.f} (1)
+pl {00790.p2-thinks} (1)
+pl {00791.f} (1)
+pl {00791.p2-thinks} (1)
+pl {00792.f} (1)
+pl {00792.p2-thinks} (1)
+pl {00793.f} (1)
+pl {00793.p2-thinks} (1)
+pl {00794.f} (1)
+pl {00794.p2-thinks} (1)
+pl {00795.f} (1)
+pl {00795.p2-thinks} (1)
+pl {00796.f} (1)
+pl {00796.p2-thinks} (1)
+pl {00797.f} (1)
+pl {00797.p2-thinks} (1)
+pl {00798.f} (1)
+pl {00798.p2-thinks} (1)
+pl {00799.f} (1)
+pl {00799.p2-thinks} (1)
+pl {00800.f} (1)
+pl {00800.p2-thinks} (1)
+pl {00801.f} (1)
+pl {00801.p2-thinks} (1)
+pl {00802.f} (1)
+pl {00802.p2-thinks} (1)
+pl {00803.f} (1)
+pl {00803.p2-thinks} (1)
+pl {00804.f} (1)
+pl {00804.p2-thinks} (1)
+pl {00805.f} (1)
+pl {00805.p2-thinks} (1)
+pl {00806.f} (1)
+pl {00806.p2-thinks} (1)
+pl {00807.f} (1)
+pl {00807.p2-thinks} (1)
+pl {00808.f} (1)
+pl {00808.p2-thinks} (1)
+pl {00809.f} (1)
+pl {00809.p2-thinks} (1)
+pl {00810.f} (1)
+pl {00810.p2-thinks} (1)
+pl {00811.f} (1)
+pl {00811.p2-thinks} (1)
+pl {00812.f} (1)
+pl {00812.p2-thinks} (1)
+pl {00813.f} (1)
+pl {00813.p2-thinks} (1)
+pl {00814.f} (1)
+pl {00814.p2-thinks} (1)
+pl {00815.f} (1)
+pl {00815.p2-thinks} (1)
+pl {00816.f} (1)
+pl {00816.p2-thinks} (1)
+pl {00817.f} (1)
+pl {00817.p2-thinks} (1)
+pl {00818.f} (1)
+pl {00818.p2-thinks} (1)
+pl {00819.f} (1)
+pl {00819.p2-thinks} (1)
+pl {00820.f} (1)
+pl {00820.p2-thinks} (1)
+pl {00821.f} (1)
+pl {00821.p2-thinks} (1)
+pl {00822.f} (1)
+pl {00822.p2-thinks} (1)
+pl {00823.f} (1)
+pl {00823.p2-thinks} (1)
+pl {00824.f} (1)
+pl {00824.p2-thinks} (1)
+pl {00825.f} (1)
+pl {00825.p2-thinks} (1)
+pl {00826.f} (1)
+pl {00826.p2-thinks} (1)
+pl {00827.f} (1)
+pl {00827.p2-thinks} (1)
+pl {00828.f} (1)
+pl {00828.p2-thinks} (1)
+pl {00829.f} (1)
+pl {00829.p2-thinks} (1)
+pl {00830.f} (1)
+pl {00830.p2-thinks} (1)
+pl {00831.f} (1)
+pl {00831.p2-thinks} (1)
+pl {00832.f} (1)
+pl {00832.p2-thinks} (1)
+pl {00833.f} (1)
+pl {00833.p2-thinks} (1)
+pl {00834.f} (1)
+pl {00834.p2-thinks} (1)
+pl {00835.f} (1)
+pl {00835.p2-thinks} (1)
+pl {00836.f} (1)
+pl {00836.p2-thinks} (1)
+pl {00837.f} (1)
+pl {00837.p2-thinks} (1)
+pl {00838.f} (1)
+pl {00838.p2-thinks} (1)
+pl {00839.f} (1)
+pl {00839.p2-thinks} (1)
+pl {00840.f} (1)
+pl {00840.p2-thinks} (1)
+pl {00841.f} (1)
+pl {00841.p2-thinks} (1)
+pl {00842.f} (1)
+pl {00842.p2-thinks} (1)
+pl {00843.f} (1)
+pl {00843.p2-thinks} (1)
+pl {00844.f} (1)
+pl {00844.p2-thinks} (1)
+pl {00845.f} (1)
+pl {00845.p2-thinks} (1)
+pl {00846.f} (1)
+pl {00846.p2-thinks} (1)
+pl {00847.f} (1)
+pl {00847.p2-thinks} (1)
+pl {00848.f} (1)
+pl {00848.p2-thinks} (1)
+pl {00849.f} (1)
+pl {00849.p2-thinks} (1)
+pl {00850.f} (1)
+pl {00850.p2-thinks} (1)
+pl {00851.f} (1)
+pl {00851.p2-thinks} (1)
+pl {00852.f} (1)
+pl {00852.p2-thinks} (1)
+pl {00853.f} (1)
+pl {00853.p2-thinks} (1)
+pl {00854.f} (1)
+pl {00854.p2-thinks} (1)
+pl {00855.f} (1)
+pl {00855.p2-thinks} (1)
+pl {00856.f} (1)
+pl {00856.p2-thinks} (1)
+pl {00857.f} (1)
+pl {00857.p2-thinks} (1)
+pl {00858.f} (1)
+pl {00858.p2-thinks} (1)
+pl {00859.f} (1)
+pl {00859.p2-thinks} (1)
+pl {00860.f} (1)
+pl {00860.p2-thinks} (1)
+pl {00861.f} (1)
+pl {00861.p2-thinks} (1)
+pl {00862.f} (1)
+pl {00862.p2-thinks} (1)
+pl {00863.f} (1)
+pl {00863.p2-thinks} (1)
+pl {00864.f} (1)
+pl {00864.p2-thinks} (1)
+pl {00865.f} (1)
+pl {00865.p2-thinks} (1)
+pl {00866.f} (1)
+pl {00866.p2-thinks} (1)
+pl {00867.f} (1)
+pl {00867.p2-thinks} (1)
+pl {00868.f} (1)
+pl {00868.p2-thinks} (1)
+pl {00869.f} (1)
+pl {00869.p2-thinks} (1)
+pl {00870.f} (1)
+pl {00870.p2-thinks} (1)
+pl {00871.f} (1)
+pl {00871.p2-thinks} (1)
+pl {00872.f} (1)
+pl {00872.p2-thinks} (1)
+pl {00873.f} (1)
+pl {00873.p2-thinks} (1)
+pl {00874.f} (1)
+pl {00874.p2-thinks} (1)
+pl {00875.f} (1)
+pl {00875.p2-thinks} (1)
+pl {00876.f} (1)
+pl {00876.p2-thinks} (1)
+pl {00877.f} (1)
+pl {00877.p2-thinks} (1)
+pl {00878.f} (1)
+pl {00878.p2-thinks} (1)
+pl {00879.f} (1)
+pl {00879.p2-thinks} (1)
+pl {00880.f} (1)
+pl {00880.p2-thinks} (1)
+pl {00881.f} (1)
+pl {00881.p2-thinks} (1)
+pl {00882.f} (1)
+pl {00882.p2-thinks} (1)
+pl {00883.f} (1)
+pl {00883.p2-thinks} (1)
+pl {00884.f} (1)
+pl {00884.p2-thinks} (1)
+pl {00885.f} (1)
+pl {00885.p2-thinks} (1)
+pl {00886.f} (1)
+pl {00886.p2-thinks} (1)
+pl {00887.f} (1)
+pl {00887.p2-thinks} (1)
+pl {00888.f} (1)
+pl {00888.p2-thinks} (1)
+pl {00889.f} (1)
+pl {00889.p2-thinks} (1)
+pl {00890.f} (1)
+pl {00890.p2-thinks} (1)
+pl {00891.f} (1)
+pl {00891.p2-thinks} (1)
+pl {00892.f} (1)
+pl {00892.p2-thinks} (1)
+pl {00893.f} (1)
+pl {00893.p2-thinks} (1)
+pl {00894.f} (1)
+pl {00894.p2-thinks} (1)
+pl {00895.f} (1)
+pl {00895.p2-thinks} (1)
+pl {00896.f} (1)
+pl {00896.p2-thinks} (1)
+pl {00897.f} (1)
+pl {00897.p2-thinks} (1)
+pl {00898.f} (1)
+pl {00898.p2-thinks} (1)
+pl {00899.f} (1)
+pl {00899.p2-thinks} (1)
+pl {00900.f} (1)
+pl {00900.p2-thinks} (1)
+pl {00901.f} (1)
+pl {00901.p2-thinks} (1)
+pl {00902.f} (1)
+pl {00902.p2-thinks} (1)
+pl {00903.f} (1)
+pl {00903.p2-thinks} (1)
+pl {00904.f} (1)
+pl {00904.p2-thinks} (1)
+pl {00905.f} (1)
+pl {00905.p2-thinks} (1)
+pl {00906.f} (1)
+pl {00906.p2-thinks} (1)
+pl {00907.f} (1)
+pl {00907.p2-thinks} (1)
+pl {00908.f} (1)
+pl {00908.p2-thinks} (1)
+pl {00909.f} (1)
+pl {00909.p2-thinks} (1)
+pl {00910.f} (1)
+pl {00910.p2-thinks} (1)
+pl {00911.f} (1)
+pl {00911.p2-thinks} (1)
+pl {00912.f} (1)
+pl {00912.p2-thinks} (1)
+pl {00913.f} (1)
+pl {00913.p2-thinks} (1)
+pl {00914.f} (1)
+pl {00914.p2-thinks} (1)
+pl {00915.f} (1)
+pl {00915.p2-thinks} (1)
+pl {00916.f} (1)
+pl {00916.p2-thinks} (1)
+pl {00917.f} (1)
+pl {00917.p2-thinks} (1)
+pl {00918.f} (1)
+pl {00918.p2-thinks} (1)
+pl {00919.f} (1)
+pl {00919.p2-thinks} (1)
+pl {00920.f} (1)
+pl {00920.p2-thinks} (1)
+pl {00921.f} (1)
+pl {00921.p2-thinks} (1)
+pl {00922.f} (1)
+pl {00922.p2-thinks} (1)
+pl {00923.f} (1)
+pl {00923.p2-thinks} (1)
+pl {00924.f} (1)
+pl {00924.p2-thinks} (1)
+pl {00925.f} (1)
+pl {00925.p2-thinks} (1)
+pl {00926.f} (1)
+pl {00926.p2-thinks} (1)
+pl {00927.f} (1)
+pl {00927.p2-thinks} (1)
+pl {00928.f} (1)
+pl {00928.p2-thinks} (1)
+pl {00929.f} (1)
+pl {00929.p2-thinks} (1)
+pl {00930.f} (1)
+pl {00930.p2-thinks} (1)
+pl {00931.f} (1)
+pl {00931.p2-thinks} (1)
+pl {00932.f} (1)
+pl {00932.p2-thinks} (1)
+pl {00933.f} (1)
+pl {00933.p2-thinks} (1)
+pl {00934.f} (1)
+pl {00934.p2-thinks} (1)
+pl {00935.f} (1)
+pl {00935.p2-thinks} (1)
+pl {00936.f} (1)
+pl {00936.p2-thinks} (1)
+pl {00937.f} (1)
+pl {00937.p2-thinks} (1)
+pl {00938.f} (1)
+pl {00938.p2-thinks} (1)
+pl {00939.f} (1)
+pl {00939.p2-thinks} (1)
+pl {00940.f} (1)
+pl {00940.p2-thinks} (1)
+pl {00941.f} (1)
+pl {00941.p2-thinks} (1)
+pl {00942.f} (1)
+pl {00942.p2-thinks} (1)
+pl {00943.f} (1)
+pl {00943.p2-thinks} (1)
+pl {00944.f} (1)
+pl {00944.p2-thinks} (1)
+pl {00945.f} (1)
+pl {00945.p2-thinks} (1)
+pl {00946.f} (1)
+pl {00946.p2-thinks} (1)
+pl {00947.f} (1)
+pl {00947.p2-thinks} (1)
+pl {00948.f} (1)
+pl {00948.p2-thinks} (1)
+pl {00949.f} (1)
+pl {00949.p2-thinks} (1)
+pl {00950.f} (1)
+pl {00950.p2-thinks} (1)
+pl {00951.f} (1)
+pl {00951.p2-thinks} (1)
+pl {00952.f} (1)
+pl {00952.p2-thinks} (1)
+pl {00953.f} (1)
+pl {00953.p2-thinks} (1)
+pl {00954.f} (1)
+pl {00954.p2-thinks} (1)
+pl {00955.f} (1)
+pl {00955.p2-thinks} (1)
+pl {00956.f} (1)
+pl {00956.p2-thinks} (1)
+pl {00957.f} (1)
+pl {00957.p2-thinks} (1)
+pl {00958.f} (1)
+pl {00958.p2-thinks} (1)
+pl {00959.f} (1)
+pl {00959.p2-thinks} (1)
+pl {00960.f} (1)
+pl {00960.p2-thinks} (1)
+pl {00961.f} (1)
+pl {00961.p2-thinks} (1)
+pl {00962.f} (1)
+pl {00962.p2-thinks} (1)
+pl {00963.f} (1)
+pl {00963.p2-thinks} (1)
+pl {00964.f} (1)
+pl {00964.p2-thinks} (1)
+pl {00965.f} (1)
+pl {00965.p2-thinks} (1)
+pl {00966.f} (1)
+pl {00966.p2-thinks} (1)
+pl {00967.f} (1)
+pl {00967.p2-thinks} (1)
+pl {00968.f} (1)
+pl {00968.p2-thinks} (1)
+pl {00969.f} (1)
+pl {00969.p2-thinks} (1)
+pl {00970.f} (1)
+pl {00970.p2-thinks} (1)
+pl {00971.f} (1)
+pl {00971.p2-thinks} (1)
+pl {00972.f} (1)
+pl {00972.p2-thinks} (1)
+pl {00973.f} (1)
+pl {00973.p2-thinks} (1)
+pl {00974.f} (1)
+pl {00974.p2-thinks} (1)
+pl {00975.f} (1)
+pl {00975.p2-thinks} (1)
+pl {00976.f} (1)
+pl {00976.p2-thinks} (1)
+pl {00977.f} (1)
+pl {00977.p2-thinks} (1)
+pl {00978.f} (1)
+pl {00978.p2-thinks} (1)
+pl {00979.f} (1)
+pl {00979.p2-thinks} (1)
+pl {00980.f} (1)
+pl {00980.p2-thinks} (1)
+pl {00981.f} (1)
+pl {00981.p2-thinks} (1)
+pl {00982.f} (1)
+pl {00982.p2-thinks} (1)
+pl {00983.f} (1)
+pl {00983.p2-thinks} (1)
+pl {00984.f} (1)
+pl {00984.p2-thinks} (1)
+pl {00985.f} (1)
+pl {00985.p2-thinks} (1)
+pl {00986.f} (1)
+pl {00986.p2-thinks} (1)
+pl {00987.f} (1)
+pl {00987.p2-thinks} (1)
+pl {00988.f} (1)
+pl {00988.p2-thinks} (1)
+pl {00989.f} (1)
+pl {00989.p2-thinks} (1)
+pl {00990.f} (1)
+pl {00990.p2-thinks} (1)
+pl {00991.f} (1)
+pl {00991.p2-thinks} (1)
+pl {00992.f} (1)
+pl {00992.p2-thinks} (1)
+pl {00993.f} (1)
+pl {00993.p2-thinks} (1)
+pl {00994.f} (1)
+pl {00994.p2-thinks} (1)
+pl {00995.f} (1)
+pl {00995.p2-thinks} (1)
+pl {00996.f} (1)
+pl {00996.p2-thinks} (1)
+pl {00997.f} (1)
+pl {00997.p2-thinks} (1)
+pl {00998.f} (1)
+pl {00998.p2-thinks} (1)
+pl {00999.f} (1)
+pl {00999.p2-thinks} (1)
+pl {01000.f} (1)
+pl {01000.p2-thinks} (1)
+pl {01001.f} (1)
+pl {01001.p2-thinks} (1)
+pl {01002.f} (1)
+pl {01002.p2-thinks} (1)
+pl {01003.f} (1)
+pl {01003.p2-thinks} (1)
+pl {01004.f} (1)
+pl {01004.p2-thinks} (1)
+pl {01005.f} (1)
+pl {01005.p2-thinks} (1)
+pl {01006.f} (1)
+pl {01006.p2-thinks} (1)
+pl {01007.f} (1)
+pl {01007.p2-thinks} (1)
+pl {01008.f} (1)
+pl {01008.p2-thinks} (1)
+pl {01009.f} (1)
+pl {01009.p2-thinks} (1)
+pl {01010.f} (1)
+pl {01010.p2-thinks} (1)
+pl {01011.f} (1)
+pl {01011.p2-thinks} (1)
+pl {01012.f} (1)
+pl {01012.p2-thinks} (1)
+pl {01013.f} (1)
+pl {01013.p2-thinks} (1)
+pl {01014.f} (1)
+pl {01014.p2-thinks} (1)
+pl {01015.f} (1)
+pl {01015.p2-thinks} (1)
+pl {01016.f} (1)
+pl {01016.p2-thinks} (1)
+pl {01017.f} (1)
+pl {01017.p2-thinks} (1)
+pl {01018.f} (1)
+pl {01018.p2-thinks} (1)
+pl {01019.f} (1)
+pl {01019.p2-thinks} (1)
+pl {01020.f} (1)
+pl {01020.p2-thinks} (1)
+pl {01021.f} (1)
+pl {01021.p2-thinks} (1)
+pl {01022.f} (1)
+pl {01022.p2-thinks} (1)
+pl {01023.f} (1)
+pl {01023.p2-thinks} (1)
+pl {01024.f} (1)
+pl {01024.p2-thinks} (1)
+pl {01025.f} (1)
+pl {01025.p2-thinks} (1)
+pl {01026.f} (1)
+pl {01026.p2-thinks} (1)
+pl {01027.f} (1)
+pl {01027.p2-thinks} (1)
+pl {01028.f} (1)
+pl {01028.p2-thinks} (1)
+pl {01029.f} (1)
+pl {01029.p2-thinks} (1)
+pl {01030.f} (1)
+pl {01030.p2-thinks} (1)
+pl {01031.f} (1)
+pl {01031.p2-thinks} (1)
+pl {01032.f} (1)
+pl {01032.p2-thinks} (1)
+pl {01033.f} (1)
+pl {01033.p2-thinks} (1)
+pl {01034.f} (1)
+pl {01034.p2-thinks} (1)
+pl {01035.f} (1)
+pl {01035.p2-thinks} (1)
+pl {01036.f} (1)
+pl {01036.p2-thinks} (1)
+pl {01037.f} (1)
+pl {01037.p2-thinks} (1)
+pl {01038.f} (1)
+pl {01038.p2-thinks} (1)
+pl {01039.f} (1)
+pl {01039.p2-thinks} (1)
+pl {01040.f} (1)
+pl {01040.p2-thinks} (1)
+pl {01041.f} (1)
+pl {01041.p2-thinks} (1)
+pl {01042.f} (1)
+pl {01042.p2-thinks} (1)
+pl {01043.f} (1)
+pl {01043.p2-thinks} (1)
+pl {01044.f} (1)
+pl {01044.p2-thinks} (1)
+pl {01045.f} (1)
+pl {01045.p2-thinks} (1)
+pl {01046.f} (1)
+pl {01046.p2-thinks} (1)
+pl {01047.f} (1)
+pl {01047.p2-thinks} (1)
+pl {01048.f} (1)
+pl {01048.p2-thinks} (1)
+pl {01049.f} (1)
+pl {01049.p2-thinks} (1)
+pl {01050.f} (1)
+pl {01050.p2-thinks} (1)
+pl {01051.f} (1)
+pl {01051.p2-thinks} (1)
+pl {01052.f} (1)
+pl {01052.p2-thinks} (1)
+pl {01053.f} (1)
+pl {01053.p2-thinks} (1)
+pl {01054.f} (1)
+pl {01054.p2-thinks} (1)
+pl {01055.f} (1)
+pl {01055.p2-thinks} (1)
+pl {01056.f} (1)
+pl {01056.p2-thinks} (1)
+pl {01057.f} (1)
+pl {01057.p2-thinks} (1)
+pl {01058.f} (1)
+pl {01058.p2-thinks} (1)
+pl {01059.f} (1)
+pl {01059.p2-thinks} (1)
+pl {01060.f} (1)
+pl {01060.p2-thinks} (1)
+pl {01061.f} (1)
+pl {01061.p2-thinks} (1)
+pl {01062.f} (1)
+pl {01062.p2-thinks} (1)
+pl {01063.f} (1)
+pl {01063.p2-thinks} (1)
+pl {01064.f} (1)
+pl {01064.p2-thinks} (1)
+pl {01065.f} (1)
+pl {01065.p2-thinks} (1)
+pl {01066.f} (1)
+pl {01066.p2-thinks} (1)
+pl {01067.f} (1)
+pl {01067.p2-thinks} (1)
+pl {01068.f} (1)
+pl {01068.p2-thinks} (1)
+pl {01069.f} (1)
+pl {01069.p2-thinks} (1)
+pl {01070.f} (1)
+pl {01070.p2-thinks} (1)
+pl {01071.f} (1)
+pl {01071.p2-thinks} (1)
+pl {01072.f} (1)
+pl {01072.p2-thinks} (1)
+pl {01073.f} (1)
+pl {01073.p2-thinks} (1)
+pl {01074.f} (1)
+pl {01074.p2-thinks} (1)
+pl {01075.f} (1)
+pl {01075.p2-thinks} (1)
+pl {01076.f} (1)
+pl {01076.p2-thinks} (1)
+pl {01077.f} (1)
+pl {01077.p2-thinks} (1)
+pl {01078.f} (1)
+pl {01078.p2-thinks} (1)
+pl {01079.f} (1)
+pl {01079.p2-thinks} (1)
+pl {01080.f} (1)
+pl {01080.p2-thinks} (1)
+pl {01081.f} (1)
+pl {01081.p2-thinks} (1)
+pl {01082.f} (1)
+pl {01082.p2-thinks} (1)
+pl {01083.f} (1)
+pl {01083.p2-thinks} (1)
+pl {01084.f} (1)
+pl {01084.p2-thinks} (1)
+pl {01085.f} (1)
+pl {01085.p2-thinks} (1)
+pl {01086.f} (1)
+pl {01086.p2-thinks} (1)
+pl {01087.f} (1)
+pl {01087.p2-thinks} (1)
+pl {01088.f} (1)
+pl {01088.p2-thinks} (1)
+pl {01089.f} (1)
+pl {01089.p2-thinks} (1)
+pl {01090.f} (1)
+pl {01090.p2-thinks} (1)
+pl {01091.f} (1)
+pl {01091.p2-thinks} (1)
+pl {01092.f} (1)
+pl {01092.p2-thinks} (1)
+pl {01093.f} (1)
+pl {01093.p2-thinks} (1)
+pl {01094.f} (1)
+pl {01094.p2-thinks} (1)
+pl {01095.f} (1)
+pl {01095.p2-thinks} (1)
+pl {01096.f} (1)
+pl {01096.p2-thinks} (1)
+pl {01097.f} (1)
+pl {01097.p2-thinks} (1)
+pl {01098.f} (1)
+pl {01098.p2-thinks} (1)
+pl {01099.f} (1)
+pl {01099.p2-thinks} (1)
+pl {01100.f} (1)
+pl {01100.p2-thinks} (1)
+pl {01101.f} (1)
+pl {01101.p2-thinks} (1)
+pl {01102.f} (1)
+pl {01102.p2-thinks} (1)
+pl {01103.f} (1)
+pl {01103.p2-thinks} (1)
+pl {01104.f} (1)
+pl {01104.p2-thinks} (1)
+pl {01105.f} (1)
+pl {01105.p2-thinks} (1)
+pl {01106.f} (1)
+pl {01106.p2-thinks} (1)
+pl {01107.f} (1)
+pl {01107.p2-thinks} (1)
+pl {01108.f} (1)
+pl {01108.p2-thinks} (1)
+pl {01109.f} (1)
+pl {01109.p2-thinks} (1)
+pl {01110.f} (1)
+pl {01110.p2-thinks} (1)
+pl {01111.f} (1)
+pl {01111.p2-thinks} (1)
+pl {01112.f} (1)
+pl {01112.p2-thinks} (1)
+pl {01113.f} (1)
+pl {01113.p2-thinks} (1)
+pl {01114.f} (1)
+pl {01114.p2-thinks} (1)
+pl {01115.f} (1)
+pl {01115.p2-thinks} (1)
+pl {01116.f} (1)
+pl {01116.p2-thinks} (1)
+pl {01117.f} (1)
+pl {01117.p2-thinks} (1)
+pl {01118.f} (1)
+pl {01118.p2-thinks} (1)
+pl {01119.f} (1)
+pl {01119.p2-thinks} (1)
+pl {01120.f} (1)
+pl {01120.p2-thinks} (1)
+pl {01121.f} (1)
+pl {01121.p2-thinks} (1)
+pl {01122.f} (1)
+pl {01122.p2-thinks} (1)
+pl {01123.f} (1)
+pl {01123.p2-thinks} (1)
+pl {01124.f} (1)
+pl {01124.p2-thinks} (1)
+pl {01125.f} (1)
+pl {01125.p2-thinks} (1)
+pl {01126.f} (1)
+pl {01126.p2-thinks} (1)
+pl {01127.f} (1)
+pl {01127.p2-thinks} (1)
+pl {01128.f} (1)
+pl {01128.p2-thinks} (1)
+pl {01129.f} (1)
+pl {01129.p2-thinks} (1)
+pl {01130.f} (1)
+pl {01130.p2-thinks} (1)
+pl {01131.f} (1)
+pl {01131.p2-thinks} (1)
+pl {01132.f} (1)
+pl {01132.p2-thinks} (1)
+pl {01133.f} (1)
+pl {01133.p2-thinks} (1)
+pl {01134.f} (1)
+pl {01134.p2-thinks} (1)
+pl {01135.f} (1)
+pl {01135.p2-thinks} (1)
+pl {01136.f} (1)
+pl {01136.p2-thinks} (1)
+pl {01137.f} (1)
+pl {01137.p2-thinks} (1)
+pl {01138.f} (1)
+pl {01138.p2-thinks} (1)
+pl {01139.f} (1)
+pl {01139.p2-thinks} (1)
+pl {01140.f} (1)
+pl {01140.p2-thinks} (1)
+pl {01141.f} (1)
+pl {01141.p2-thinks} (1)
+pl {01142.f} (1)
+pl {01142.p2-thinks} (1)
+pl {01143.f} (1)
+pl {01143.p2-thinks} (1)
+pl {01144.f} (1)
+pl {01144.p2-thinks} (1)
+pl {01145.f} (1)
+pl {01145.p2-thinks} (1)
+pl {01146.f} (1)
+pl {01146.p2-thinks} (1)
+pl {01147.f} (1)
+pl {01147.p2-thinks} (1)
+pl {01148.f} (1)
+pl {01148.p2-thinks} (1)
+pl {01149.f} (1)
+pl {01149.p2-thinks} (1)
+pl {01150.f} (1)
+pl {01150.p2-thinks} (1)
+pl {01151.f} (1)
+pl {01151.p2-thinks} (1)
+pl {01152.f} (1)
+pl {01152.p2-thinks} (1)
+pl {01153.f} (1)
+pl {01153.p2-thinks} (1)
+pl {01154.f} (1)
+pl {01154.p2-thinks} (1)
+pl {01155.f} (1)
+pl {01155.p2-thinks} (1)
+pl {01156.f} (1)
+pl {01156.p2-thinks} (1)
+pl {01157.f} (1)
+pl {01157.p2-thinks} (1)
+pl {01158.f} (1)
+pl {01158.p2-thinks} (1)
+pl {01159.f} (1)
+pl {01159.p2-thinks} (1)
+pl {01160.f} (1)
+pl {01160.p2-thinks} (1)
+pl {01161.f} (1)
+pl {01161.p2-thinks} (1)
+pl {01162.f} (1)
+pl {01162.p2-thinks} (1)
+pl {01163.f} (1)
+pl {01163.p2-thinks} (1)
+pl {01164.f} (1)
+pl {01164.p2-thinks} (1)
+pl {01165.f} (1)
+pl {01165.p2-thinks} (1)
+pl {01166.f} (1)
+pl {01166.p2-thinks} (1)
+pl {01167.f} (1)
+pl {01167.p2-thinks} (1)
+pl {01168.f} (1)
+pl {01168.p2-thinks} (1)
+pl {01169.f} (1)
+pl {01169.p2-thinks} (1)
+pl {01170.f} (1)
+pl {01170.p2-thinks} (1)
+pl {01171.f} (1)
+pl {01171.p2-thinks} (1)
+pl {01172.f} (1)
+pl {01172.p2-thinks} (1)
+pl {01173.f} (1)
+pl {01173.p2-thinks} (1)
+pl {01174.f} (1)
+pl {01174.p2-thinks} (1)
+pl {01175.f} (1)
+pl {01175.p2-thinks} (1)
+pl {01176.f} (1)
+pl {01176.p2-thinks} (1)
+pl {01177.f} (1)
+pl {01177.p2-thinks} (1)
+pl {01178.f} (1)
+pl {01178.p2-thinks} (1)
+pl {01179.f} (1)
+pl {01179.p2-thinks} (1)
+pl {01180.f} (1)
+pl {01180.p2-thinks} (1)
+pl {01181.f} (1)
+pl {01181.p2-thinks} (1)
+pl {01182.f} (1)
+pl {01182.p2-thinks} (1)
+pl {01183.f} (1)
+pl {01183.p2-thinks} (1)
+pl {01184.f} (1)
+pl {01184.p2-thinks} (1)
+pl {01185.f} (1)
+pl {01185.p2-thinks} (1)
+pl {01186.f} (1)
+pl {01186.p2-thinks} (1)
+pl {01187.f} (1)
+pl {01187.p2-thinks} (1)
+pl {01188.f} (1)
+pl {01188.p2-thinks} (1)
+pl {01189.f} (1)
+pl {01189.p2-thinks} (1)
+pl {01190.f} (1)
+pl {01190.p2-thinks} (1)
+pl {01191.f} (1)
+pl {01191.p2-thinks} (1)
+pl {01192.f} (1)
+pl {01192.p2-thinks} (1)
+pl {01193.f} (1)
+pl {01193.p2-thinks} (1)
+pl {01194.f} (1)
+pl {01194.p2-thinks} (1)
+pl {01195.f} (1)
+pl {01195.p2-thinks} (1)
+pl {01196.f} (1)
+pl {01196.p2-thinks} (1)
+pl {01197.f} (1)
+pl {01197.p2-thinks} (1)
+pl {01198.f} (1)
+pl {01198.p2-thinks} (1)
+pl {01199.f} (1)
+pl {01199.p2-thinks} (1)
+pl {01200.f} (1)
+pl {01200.p2-thinks} (1)
+pl {01201.f} (1)
+pl {01201.p2-thinks} (1)
+pl {01202.f} (1)
+pl {01202.p2-thinks} (1)
+pl {01203.f} (1)
+pl {01203.p2-thinks} (1)
+pl {01204.f} (1)
+pl {01204.p2-thinks} (1)
+pl {01205.f} (1)
+pl {01205.p2-thinks} (1)
+pl {01206.f} (1)
+pl {01206.p2-thinks} (1)
+pl {01207.f} (1)
+pl {01207.p2-thinks} (1)
+pl {01208.f} (1)
+pl {01208.p2-thinks} (1)
+pl {01209.f} (1)
+pl {01209.p2-thinks} (1)
+pl {01210.f} (1)
+pl {01210.p2-thinks} (1)
+pl {01211.f} (1)
+pl {01211.p2-thinks} (1)
+pl {01212.f} (1)
+pl {01212.p2-thinks} (1)
+pl {01213.f} (1)
+pl {01213.p2-thinks} (1)
+pl {01214.f} (1)
+pl {01214.p2-thinks} (1)
+pl {01215.f} (1)
+pl {01215.p2-thinks} (1)
+pl {01216.f} (1)
+pl {01216.p2-thinks} (1)
+pl {01217.f} (1)
+pl {01217.p2-thinks} (1)
+pl {01218.f} (1)
+pl {01218.p2-thinks} (1)
+pl {01219.f} (1)
+pl {01219.p2-thinks} (1)
+pl {01220.f} (1)
+pl {01220.p2-thinks} (1)
+pl {01221.f} (1)
+pl {01221.p2-thinks} (1)
+pl {01222.f} (1)
+pl {01222.p2-thinks} (1)
+pl {01223.f} (1)
+pl {01223.p2-thinks} (1)
+pl {01224.f} (1)
+pl {01224.p2-thinks} (1)
+pl {01225.f} (1)
+pl {01225.p2-thinks} (1)
+pl {01226.f} (1)
+pl {01226.p2-thinks} (1)
+pl {01227.f} (1)
+pl {01227.p2-thinks} (1)
+pl {01228.f} (1)
+pl {01228.p2-thinks} (1)
+pl {01229.f} (1)
+pl {01229.p2-thinks} (1)
+pl {01230.f} (1)
+pl {01230.p2-thinks} (1)
+pl {01231.f} (1)
+pl {01231.p2-thinks} (1)
+pl {01232.f} (1)
+pl {01232.p2-thinks} (1)
+pl {01233.f} (1)
+pl {01233.p2-thinks} (1)
+pl {01234.f} (1)
+pl {01234.p2-thinks} (1)
+pl {01235.f} (1)
+pl {01235.p2-thinks} (1)
+pl {01236.f} (1)
+pl {01236.p2-thinks} (1)
+pl {01237.f} (1)
+pl {01237.p2-thinks} (1)
+pl {01238.f} (1)
+pl {01238.p2-thinks} (1)
+pl {01239.f} (1)
+pl {01239.p2-thinks} (1)
+pl {01240.f} (1)
+pl {01240.p2-thinks} (1)
+pl {01241.f} (1)
+pl {01241.p2-thinks} (1)
+pl {01242.f} (1)
+pl {01242.p2-thinks} (1)
+pl {01243.f} (1)
+pl {01243.p2-thinks} (1)
+pl {01244.f} (1)
+pl {01244.p2-thinks} (1)
+pl {01245.f} (1)
+pl {01245.p2-thinks} (1)
+pl {01246.f} (1)
+pl {01246.p2-thinks} (1)
+pl {01247.f} (1)
+pl {01247.p2-thinks} (1)
+pl {01248.f} (1)
+pl {01248.p2-thinks} (1)
+pl {01249.f} (1)
+pl {01249.p2-thinks} (1)
+pl {01250.f} (1)
+pl {01250.p2-thinks} (1)
+pl {01251.f} (1)
+pl {01251.p2-thinks} (1)
+pl {01252.f} (1)
+pl {01252.p2-thinks} (1)
+pl {01253.f} (1)
+pl {01253.p2-thinks} (1)
+pl {01254.f} (1)
+pl {01254.p2-thinks} (1)
+pl {01255.f} (1)
+pl {01255.p2-thinks} (1)
+pl {01256.f} (1)
+pl {01256.p2-thinks} (1)
+pl {01257.f} (1)
+pl {01257.p2-thinks} (1)
+pl {01258.f} (1)
+pl {01258.p2-thinks} (1)
+pl {01259.f} (1)
+pl {01259.p2-thinks} (1)
+pl {01260.f} (1)
+pl {01260.p2-thinks} (1)
+pl {01261.f} (1)
+pl {01261.p2-thinks} (1)
+pl {01262.f} (1)
+pl {01262.p2-thinks} (1)
+pl {01263.f} (1)
+pl {01263.p2-thinks} (1)
+pl {01264.f} (1)
+pl {01264.p2-thinks} (1)
+pl {01265.f} (1)
+pl {01265.p2-thinks} (1)
+pl {01266.f} (1)
+pl {01266.p2-thinks} (1)
+pl {01267.f} (1)
+pl {01267.p2-thinks} (1)
+pl {01268.f} (1)
+pl {01268.p2-thinks} (1)
+pl {01269.f} (1)
+pl {01269.p2-thinks} (1)
+pl {01270.f} (1)
+pl {01270.p2-thinks} (1)
+pl {01271.f} (1)
+pl {01271.p2-thinks} (1)
+pl {01272.f} (1)
+pl {01272.p2-thinks} (1)
+pl {01273.f} (1)
+pl {01273.p2-thinks} (1)
+pl {01274.f} (1)
+pl {01274.p2-thinks} (1)
+pl {01275.f} (1)
+pl {01275.p2-thinks} (1)
+pl {01276.f} (1)
+pl {01276.p2-thinks} (1)
+pl {01277.f} (1)
+pl {01277.p2-thinks} (1)
+pl {01278.f} (1)
+pl {01278.p2-thinks} (1)
+pl {01279.f} (1)
+pl {01279.p2-thinks} (1)
+pl {01280.f} (1)
+pl {01280.p2-thinks} (1)
+pl {01281.f} (1)
+pl {01281.p2-thinks} (1)
+pl {01282.f} (1)
+pl {01282.p2-thinks} (1)
+pl {01283.f} (1)
+pl {01283.p2-thinks} (1)
+pl {01284.f} (1)
+pl {01284.p2-thinks} (1)
+pl {01285.f} (1)
+pl {01285.p2-thinks} (1)
+pl {01286.f} (1)
+pl {01286.p2-thinks} (1)
+pl {01287.f} (1)
+pl {01287.p2-thinks} (1)
+pl {01288.f} (1)
+pl {01288.p2-thinks} (1)
+pl {01289.f} (1)
+pl {01289.p2-thinks} (1)
+pl {01290.f} (1)
+pl {01290.p2-thinks} (1)
+pl {01291.f} (1)
+pl {01291.p2-thinks} (1)
+pl {01292.f} (1)
+pl {01292.p2-thinks} (1)
+pl {01293.f} (1)
+pl {01293.p2-thinks} (1)
+pl {01294.f} (1)
+pl {01294.p2-thinks} (1)
+pl {01295.f} (1)
+pl {01295.p2-thinks} (1)
+pl {01296.f} (1)
+pl {01296.p2-thinks} (1)
+pl {01297.f} (1)
+pl {01297.p2-thinks} (1)
+pl {01298.f} (1)
+pl {01298.p2-thinks} (1)
+pl {01299.f} (1)
+pl {01299.p2-thinks} (1)
+pl {01300.f} (1)
+pl {01300.p2-thinks} (1)
+pl {01301.f} (1)
+pl {01301.p2-thinks} (1)
+pl {01302.f} (1)
+pl {01302.p2-thinks} (1)
+pl {01303.f} (1)
+pl {01303.p2-thinks} (1)
+pl {01304.f} (1)
+pl {01304.p2-thinks} (1)
+pl {01305.f} (1)
+pl {01305.p2-thinks} (1)
+pl {01306.f} (1)
+pl {01306.p2-thinks} (1)
+pl {01307.f} (1)
+pl {01307.p2-thinks} (1)
+pl {01308.f} (1)
+pl {01308.p2-thinks} (1)
+pl {01309.f} (1)
+pl {01309.p2-thinks} (1)
+pl {01310.f} (1)
+pl {01310.p2-thinks} (1)
+pl {01311.f} (1)
+pl {01311.p2-thinks} (1)
+pl {01312.f} (1)
+pl {01312.p2-thinks} (1)
+pl {01313.f} (1)
+pl {01313.p2-thinks} (1)
+pl {01314.f} (1)
+pl {01314.p2-thinks} (1)
+pl {01315.f} (1)
+pl {01315.p2-thinks} (1)
+pl {01316.f} (1)
+pl {01316.p2-thinks} (1)
+pl {01317.f} (1)
+pl {01317.p2-thinks} (1)
+pl {01318.f} (1)
+pl {01318.p2-thinks} (1)
+pl {01319.f} (1)
+pl {01319.p2-thinks} (1)
+pl {01320.f} (1)
+pl {01320.p2-thinks} (1)
+pl {01321.f} (1)
+pl {01321.p2-thinks} (1)
+pl {01322.f} (1)
+pl {01322.p2-thinks} (1)
+pl {01323.f} (1)
+pl {01323.p2-thinks} (1)
+pl {01324.f} (1)
+pl {01324.p2-thinks} (1)
+pl {01325.f} (1)
+pl {01325.p2-thinks} (1)
+pl {01326.f} (1)
+pl {01326.p2-thinks} (1)
+pl {01327.f} (1)
+pl {01327.p2-thinks} (1)
+pl {01328.f} (1)
+pl {01328.p2-thinks} (1)
+pl {01329.f} (1)
+pl {01329.p2-thinks} (1)
+pl {01330.f} (1)
+pl {01330.p2-thinks} (1)
+pl {01331.f} (1)
+pl {01331.p2-thinks} (1)
+pl {01332.f} (1)
+pl {01332.p2-thinks} (1)
+pl {01333.f} (1)
+pl {01333.p2-thinks} (1)
+pl {01334.f} (1)
+pl {01334.p2-thinks} (1)
+pl {01335.f} (1)
+pl {01335.p2-thinks} (1)
+pl {01336.f} (1)
+pl {01336.p2-thinks} (1)
+pl {01337.f} (1)
+pl {01337.p2-thinks} (1)
+pl {01338.f} (1)
+pl {01338.p2-thinks} (1)
+pl {01339.f} (1)
+pl {01339.p2-thinks} (1)
+pl {01340.f} (1)
+pl {01340.p2-thinks} (1)
+pl {01341.f} (1)
+pl {01341.p2-thinks} (1)
+pl {01342.f} (1)
+pl {01342.p2-thinks} (1)
+pl {01343.f} (1)
+pl {01343.p2-thinks} (1)
+pl {01344.f} (1)
+pl {01344.p2-thinks} (1)
+pl {01345.f} (1)
+pl {01345.p2-thinks} (1)
+pl {01346.f} (1)
+pl {01346.p2-thinks} (1)
+pl {01347.f} (1)
+pl {01347.p2-thinks} (1)
+pl {01348.f} (1)
+pl {01348.p2-thinks} (1)
+pl {01349.f} (1)
+pl {01349.p2-thinks} (1)
+pl {01350.f} (1)
+pl {01350.p2-thinks} (1)
+pl {01351.f} (1)
+pl {01351.p2-thinks} (1)
+pl {01352.f} (1)
+pl {01352.p2-thinks} (1)
+pl {01353.f} (1)
+pl {01353.p2-thinks} (1)
+pl {01354.f} (1)
+pl {01354.p2-thinks} (1)
+pl {01355.f} (1)
+pl {01355.p2-thinks} (1)
+pl {01356.f} (1)
+pl {01356.p2-thinks} (1)
+pl {01357.f} (1)
+pl {01357.p2-thinks} (1)
+pl {01358.f} (1)
+pl {01358.p2-thinks} (1)
+pl {01359.f} (1)
+pl {01359.p2-thinks} (1)
+pl {01360.f} (1)
+pl {01360.p2-thinks} (1)
+pl {01361.f} (1)
+pl {01361.p2-thinks} (1)
+pl {01362.f} (1)
+pl {01362.p2-thinks} (1)
+pl {01363.f} (1)
+pl {01363.p2-thinks} (1)
+pl {01364.f} (1)
+pl {01364.p2-thinks} (1)
+pl {01365.f} (1)
+pl {01365.p2-thinks} (1)
+pl {01366.f} (1)
+pl {01366.p2-thinks} (1)
+pl {01367.f} (1)
+pl {01367.p2-thinks} (1)
+pl {01368.f} (1)
+pl {01368.p2-thinks} (1)
+pl {01369.f} (1)
+pl {01369.p2-thinks} (1)
+pl {01370.f} (1)
+pl {01370.p2-thinks} (1)
+pl {01371.f} (1)
+pl {01371.p2-thinks} (1)
+pl {01372.f} (1)
+pl {01372.p2-thinks} (1)
+pl {01373.f} (1)
+pl {01373.p2-thinks} (1)
+pl {01374.f} (1)
+pl {01374.p2-thinks} (1)
+pl {01375.f} (1)
+pl {01375.p2-thinks} (1)
+pl {01376.f} (1)
+pl {01376.p2-thinks} (1)
+pl {01377.f} (1)
+pl {01377.p2-thinks} (1)
+pl {01378.f} (1)
+pl {01378.p2-thinks} (1)
+pl {01379.f} (1)
+pl {01379.p2-thinks} (1)
+pl {01380.f} (1)
+pl {01380.p2-thinks} (1)
+pl {01381.f} (1)
+pl {01381.p2-thinks} (1)
+pl {01382.f} (1)
+pl {01382.p2-thinks} (1)
+pl {01383.f} (1)
+pl {01383.p2-thinks} (1)
+pl {01384.f} (1)
+pl {01384.p2-thinks} (1)
+pl {01385.f} (1)
+pl {01385.p2-thinks} (1)
+pl {01386.f} (1)
+pl {01386.p2-thinks} (1)
+pl {01387.f} (1)
+pl {01387.p2-thinks} (1)
+pl {01388.f} (1)
+pl {01388.p2-thinks} (1)
+pl {01389.f} (1)
+pl {01389.p2-thinks} (1)
+pl {01390.f} (1)
+pl {01390.p2-thinks} (1)
+pl {01391.f} (1)
+pl {01391.p2-thinks} (1)
+pl {01392.f} (1)
+pl {01392.p2-thinks} (1)
+pl {01393.f} (1)
+pl {01393.p2-thinks} (1)
+pl {01394.f} (1)
+pl {01394.p2-thinks} (1)
+pl {01395.f} (1)
+pl {01395.p2-thinks} (1)
+pl {01396.f} (1)
+pl {01396.p2-thinks} (1)
+pl {01397.f} (1)
+pl {01397.p2-thinks} (1)
+pl {01398.f} (1)
+pl {01398.p2-thinks} (1)
+pl {01399.f} (1)
+pl {01399.p2-thinks} (1)
+pl {01400.f} (1)
+pl {01400.p2-thinks} (1)
+pl {01401.f} (1)
+pl {01401.p2-thinks} (1)
+pl {01402.f} (1)
+pl {01402.p2-thinks} (1)
+pl {01403.f} (1)
+pl {01403.p2-thinks} (1)
+pl {01404.f} (1)
+pl {01404.p2-thinks} (1)
+pl {01405.f} (1)
+pl {01405.p2-thinks} (1)
+pl {01406.f} (1)
+pl {01406.p2-thinks} (1)
+pl {01407.f} (1)
+pl {01407.p2-thinks} (1)
+pl {01408.f} (1)
+pl {01408.p2-thinks} (1)
+pl {01409.f} (1)
+pl {01409.p2-thinks} (1)
+pl {01410.f} (1)
+pl {01410.p2-thinks} (1)
+pl {01411.f} (1)
+pl {01411.p2-thinks} (1)
+pl {01412.f} (1)
+pl {01412.p2-thinks} (1)
+pl {01413.f} (1)
+pl {01413.p2-thinks} (1)
+pl {01414.f} (1)
+pl {01414.p2-thinks} (1)
+pl {01415.f} (1)
+pl {01415.p2-thinks} (1)
+pl {01416.f} (1)
+pl {01416.p2-thinks} (1)
+pl {01417.f} (1)
+pl {01417.p2-thinks} (1)
+pl {01418.f} (1)
+pl {01418.p2-thinks} (1)
+pl {01419.f} (1)
+pl {01419.p2-thinks} (1)
+pl {01420.f} (1)
+pl {01420.p2-thinks} (1)
+pl {01421.f} (1)
+pl {01421.p2-thinks} (1)
+pl {01422.f} (1)
+pl {01422.p2-thinks} (1)
+pl {01423.f} (1)
+pl {01423.p2-thinks} (1)
+pl {01424.f} (1)
+pl {01424.p2-thinks} (1)
+pl {01425.f} (1)
+pl {01425.p2-thinks} (1)
+pl {01426.f} (1)
+pl {01426.p2-thinks} (1)
+pl {01427.f} (1)
+pl {01427.p2-thinks} (1)
+pl {01428.f} (1)
+pl {01428.p2-thinks} (1)
+pl {01429.f} (1)
+pl {01429.p2-thinks} (1)
+pl {01430.f} (1)
+pl {01430.p2-thinks} (1)
+pl {01431.f} (1)
+pl {01431.p2-thinks} (1)
+pl {01432.f} (1)
+pl {01432.p2-thinks} (1)
+pl {01433.f} (1)
+pl {01433.p2-thinks} (1)
+pl {01434.f} (1)
+pl {01434.p2-thinks} (1)
+pl {01435.f} (1)
+pl {01435.p2-thinks} (1)
+pl {01436.f} (1)
+pl {01436.p2-thinks} (1)
+pl {01437.f} (1)
+pl {01437.p2-thinks} (1)
+pl {01438.f} (1)
+pl {01438.p2-thinks} (1)
+pl {01439.f} (1)
+pl {01439.p2-thinks} (1)
+pl {01440.f} (1)
+pl {01440.p2-thinks} (1)
+pl {01441.f} (1)
+pl {01441.p2-thinks} (1)
+pl {01442.f} (1)
+pl {01442.p2-thinks} (1)
+pl {01443.f} (1)
+pl {01443.p2-thinks} (1)
+pl {01444.f} (1)
+pl {01444.p2-thinks} (1)
+pl {01445.f} (1)
+pl {01445.p2-thinks} (1)
+pl {01446.f} (1)
+pl {01446.p2-thinks} (1)
+pl {01447.f} (1)
+pl {01447.p2-thinks} (1)
+pl {01448.f} (1)
+pl {01448.p2-thinks} (1)
+pl {01449.f} (1)
+pl {01449.p2-thinks} (1)
+pl {01450.f} (1)
+pl {01450.p2-thinks} (1)
+pl {01451.f} (1)
+pl {01451.p2-thinks} (1)
+pl {01452.f} (1)
+pl {01452.p2-thinks} (1)
+pl {01453.f} (1)
+pl {01453.p2-thinks} (1)
+pl {01454.f} (1)
+pl {01454.p2-thinks} (1)
+pl {01455.f} (1)
+pl {01455.p2-thinks} (1)
+pl {01456.f} (1)
+pl {01456.p2-thinks} (1)
+pl {01457.f} (1)
+pl {01457.p2-thinks} (1)
+pl {01458.f} (1)
+pl {01458.p2-thinks} (1)
+pl {01459.f} (1)
+pl {01459.p2-thinks} (1)
+pl {01460.f} (1)
+pl {01460.p2-thinks} (1)
+pl {01461.f} (1)
+pl {01461.p2-thinks} (1)
+pl {01462.f} (1)
+pl {01462.p2-thinks} (1)
+pl {01463.f} (1)
+pl {01463.p2-thinks} (1)
+pl {01464.f} (1)
+pl {01464.p2-thinks} (1)
+pl {01465.f} (1)
+pl {01465.p2-thinks} (1)
+pl {01466.f} (1)
+pl {01466.p2-thinks} (1)
+pl {01467.f} (1)
+pl {01467.p2-thinks} (1)
+pl {01468.f} (1)
+pl {01468.p2-thinks} (1)
+pl {01469.f} (1)
+pl {01469.p2-thinks} (1)
+pl {01470.f} (1)
+pl {01470.p2-thinks} (1)
+pl {01471.f} (1)
+pl {01471.p2-thinks} (1)
+pl {01472.f} (1)
+pl {01472.p2-thinks} (1)
+pl {01473.f} (1)
+pl {01473.p2-thinks} (1)
+pl {01474.f} (1)
+pl {01474.p2-thinks} (1)
+pl {01475.f} (1)
+pl {01475.p2-thinks} (1)
+pl {01476.f} (1)
+pl {01476.p2-thinks} (1)
+pl {01477.f} (1)
+pl {01477.p2-thinks} (1)
+pl {01478.f} (1)
+pl {01478.p2-thinks} (1)
+pl {01479.f} (1)
+pl {01479.p2-thinks} (1)
+pl {01480.f} (1)
+pl {01480.p2-thinks} (1)
+pl {01481.f} (1)
+pl {01481.p2-thinks} (1)
+pl {01482.f} (1)
+pl {01482.p2-thinks} (1)
+pl {01483.f} (1)
+pl {01483.p2-thinks} (1)
+pl {01484.f} (1)
+pl {01484.p2-thinks} (1)
+pl {01485.f} (1)
+pl {01485.p2-thinks} (1)
+pl {01486.f} (1)
+pl {01486.p2-thinks} (1)
+pl {01487.f} (1)
+pl {01487.p2-thinks} (1)
+pl {01488.f} (1)
+pl {01488.p2-thinks} (1)
+pl {01489.f} (1)
+pl {01489.p2-thinks} (1)
+pl {01490.f} (1)
+pl {01490.p2-thinks} (1)
+pl {01491.f} (1)
+pl {01491.p2-thinks} (1)
+pl {01492.f} (1)
+pl {01492.p2-thinks} (1)
+pl {01493.f} (1)
+pl {01493.p2-thinks} (1)
+pl {01494.f} (1)
+pl {01494.p2-thinks} (1)
+pl {01495.f} (1)
+pl {01495.p2-thinks} (1)
+pl {01496.f} (1)
+pl {01496.p2-thinks} (1)
+pl {01497.f} (1)
+pl {01497.p2-thinks} (1)
+pl {01498.f} (1)
+pl {01498.p2-thinks} (1)
+pl {01499.f} (1)
+pl {01499.p2-thinks} (1)
+pl {01500.f} (1)
+pl {01500.p2-thinks} (1)
+pl {01501.f} (1)
+pl {01501.p2-thinks} (1)
+pl {01502.f} (1)
+pl {01502.p2-thinks} (1)
+pl {01503.f} (1)
+pl {01503.p2-thinks} (1)
+pl {01504.f} (1)
+pl {01504.p2-thinks} (1)
+pl {01505.f} (1)
+pl {01505.p2-thinks} (1)
+pl {01506.f} (1)
+pl {01506.p2-thinks} (1)
+pl {01507.f} (1)
+pl {01507.p2-thinks} (1)
+pl {01508.f} (1)
+pl {01508.p2-thinks} (1)
+pl {01509.f} (1)
+pl {01509.p2-thinks} (1)
+pl {01510.f} (1)
+pl {01510.p2-thinks} (1)
+pl {01511.f} (1)
+pl {01511.p2-thinks} (1)
+pl {01512.f} (1)
+pl {01512.p2-thinks} (1)
+pl {01513.f} (1)
+pl {01513.p2-thinks} (1)
+pl {01514.f} (1)
+pl {01514.p2-thinks} (1)
+pl {01515.f} (1)
+pl {01515.p2-thinks} (1)
+pl {01516.f} (1)
+pl {01516.p2-thinks} (1)
+pl {01517.f} (1)
+pl {01517.p2-thinks} (1)
+pl {01518.f} (1)
+pl {01518.p2-thinks} (1)
+pl {01519.f} (1)
+pl {01519.p2-thinks} (1)
+pl {01520.f} (1)
+pl {01520.p2-thinks} (1)
+pl {01521.f} (1)
+pl {01521.p2-thinks} (1)
+pl {01522.f} (1)
+pl {01522.p2-thinks} (1)
+pl {01523.f} (1)
+pl {01523.p2-thinks} (1)
+pl {01524.f} (1)
+pl {01524.p2-thinks} (1)
+pl {01525.f} (1)
+pl {01525.p2-thinks} (1)
+pl {01526.f} (1)
+pl {01526.p2-thinks} (1)
+pl {01527.f} (1)
+pl {01527.p2-thinks} (1)
+pl {01528.f} (1)
+pl {01528.p2-thinks} (1)
+pl {01529.f} (1)
+pl {01529.p2-thinks} (1)
+pl {01530.f} (1)
+pl {01530.p2-thinks} (1)
+pl {01531.f} (1)
+pl {01531.p2-thinks} (1)
+pl {01532.f} (1)
+pl {01532.p2-thinks} (1)
+pl {01533.f} (1)
+pl {01533.p2-thinks} (1)
+pl {01534.f} (1)
+pl {01534.p2-thinks} (1)
+pl {01535.f} (1)
+pl {01535.p2-thinks} (1)
+pl {01536.f} (1)
+pl {01536.p2-thinks} (1)
+pl {01537.f} (1)
+pl {01537.p2-thinks} (1)
+pl {01538.f} (1)
+pl {01538.p2-thinks} (1)
+pl {01539.f} (1)
+pl {01539.p2-thinks} (1)
+pl {01540.f} (1)
+pl {01540.p2-thinks} (1)
+pl {01541.f} (1)
+pl {01541.p2-thinks} (1)
+pl {01542.f} (1)
+pl {01542.p2-thinks} (1)
+pl {01543.f} (1)
+pl {01543.p2-thinks} (1)
+pl {01544.f} (1)
+pl {01544.p2-thinks} (1)
+pl {01545.f} (1)
+pl {01545.p2-thinks} (1)
+pl {01546.f} (1)
+pl {01546.p2-thinks} (1)
+pl {01547.f} (1)
+pl {01547.p2-thinks} (1)
+pl {01548.f} (1)
+pl {01548.p2-thinks} (1)
+pl {01549.f} (1)
+pl {01549.p2-thinks} (1)
+pl {01550.f} (1)
+pl {01550.p2-thinks} (1)
+pl {01551.f} (1)
+pl {01551.p2-thinks} (1)
+pl {01552.f} (1)
+pl {01552.p2-thinks} (1)
+pl {01553.f} (1)
+pl {01553.p2-thinks} (1)
+pl {01554.f} (1)
+pl {01554.p2-thinks} (1)
+pl {01555.f} (1)
+pl {01555.p2-thinks} (1)
+pl {01556.f} (1)
+pl {01556.p2-thinks} (1)
+pl {01557.f} (1)
+pl {01557.p2-thinks} (1)
+pl {01558.f} (1)
+pl {01558.p2-thinks} (1)
+pl {01559.f} (1)
+pl {01559.p2-thinks} (1)
+pl {01560.f} (1)
+pl {01560.p2-thinks} (1)
+pl {01561.f} (1)
+pl {01561.p2-thinks} (1)
+pl {01562.f} (1)
+pl {01562.p2-thinks} (1)
+pl {01563.f} (1)
+pl {01563.p2-thinks} (1)
+pl {01564.f} (1)
+pl {01564.p2-thinks} (1)
+pl {01565.f} (1)
+pl {01565.p2-thinks} (1)
+pl {01566.f} (1)
+pl {01566.p2-thinks} (1)
+pl {01567.f} (1)
+pl {01567.p2-thinks} (1)
+pl {01568.f} (1)
+pl {01568.p2-thinks} (1)
+pl {01569.f} (1)
+pl {01569.p2-thinks} (1)
+pl {01570.f} (1)
+pl {01570.p2-thinks} (1)
+pl {01571.f} (1)
+pl {01571.p2-thinks} (1)
+pl {01572.f} (1)
+pl {01572.p2-thinks} (1)
+pl {01573.f} (1)
+pl {01573.p2-thinks} (1)
+pl {01574.f} (1)
+pl {01574.p2-thinks} (1)
+pl {01575.f} (1)
+pl {01575.p2-thinks} (1)
+pl {01576.f} (1)
+pl {01576.p2-thinks} (1)
+pl {01577.f} (1)
+pl {01577.p2-thinks} (1)
+pl {01578.f} (1)
+pl {01578.p2-thinks} (1)
+pl {01579.f} (1)
+pl {01579.p2-thinks} (1)
+pl {01580.f} (1)
+pl {01580.p2-thinks} (1)
+pl {01581.f} (1)
+pl {01581.p2-thinks} (1)
+pl {01582.f} (1)
+pl {01582.p2-thinks} (1)
+pl {01583.f} (1)
+pl {01583.p2-thinks} (1)
+pl {01584.f} (1)
+pl {01584.p2-thinks} (1)
+pl {01585.f} (1)
+pl {01585.p2-thinks} (1)
+pl {01586.f} (1)
+pl {01586.p2-thinks} (1)
+pl {01587.f} (1)
+pl {01587.p2-thinks} (1)
+pl {01588.f} (1)
+pl {01588.p2-thinks} (1)
+pl {01589.f} (1)
+pl {01589.p2-thinks} (1)
+pl {01590.f} (1)
+pl {01590.p2-thinks} (1)
+pl {01591.f} (1)
+pl {01591.p2-thinks} (1)
+pl {01592.f} (1)
+pl {01592.p2-thinks} (1)
+pl {01593.f} (1)
+pl {01593.p2-thinks} (1)
+pl {01594.f} (1)
+pl {01594.p2-thinks} (1)
+pl {01595.f} (1)
+pl {01595.p2-thinks} (1)
+pl {01596.f} (1)
+pl {01596.p2-thinks} (1)
+pl {01597.f} (1)
+pl {01597.p2-thinks} (1)
+pl {01598.f} (1)
+pl {01598.p2-thinks} (1)
+pl {01599.f} (1)
+pl {01599.p2-thinks} (1)
+pl {01600.f} (1)
+pl {01600.p2-thinks} (1)
+pl {01601.f} (1)
+pl {01601.p2-thinks} (1)
+pl {01602.f} (1)
+pl {01602.p2-thinks} (1)
+pl {01603.f} (1)
+pl {01603.p2-thinks} (1)
+pl {01604.f} (1)
+pl {01604.p2-thinks} (1)
+pl {01605.f} (1)
+pl {01605.p2-thinks} (1)
+pl {01606.f} (1)
+pl {01606.p2-thinks} (1)
+pl {01607.f} (1)
+pl {01607.p2-thinks} (1)
+pl {01608.f} (1)
+pl {01608.p2-thinks} (1)
+pl {01609.f} (1)
+pl {01609.p2-thinks} (1)
+pl {01610.f} (1)
+pl {01610.p2-thinks} (1)
+pl {01611.f} (1)
+pl {01611.p2-thinks} (1)
+pl {01612.f} (1)
+pl {01612.p2-thinks} (1)
+pl {01613.f} (1)
+pl {01613.p2-thinks} (1)
+pl {01614.f} (1)
+pl {01614.p2-thinks} (1)
+pl {01615.f} (1)
+pl {01615.p2-thinks} (1)
+pl {01616.f} (1)
+pl {01616.p2-thinks} (1)
+pl {01617.f} (1)
+pl {01617.p2-thinks} (1)
+pl {01618.f} (1)
+pl {01618.p2-thinks} (1)
+pl {01619.f} (1)
+pl {01619.p2-thinks} (1)
+pl {01620.f} (1)
+pl {01620.p2-thinks} (1)
+pl {01621.f} (1)
+pl {01621.p2-thinks} (1)
+pl {01622.f} (1)
+pl {01622.p2-thinks} (1)
+pl {01623.f} (1)
+pl {01623.p2-thinks} (1)
+pl {01624.f} (1)
+pl {01624.p2-thinks} (1)
+pl {01625.f} (1)
+pl {01625.p2-thinks} (1)
+pl {01626.f} (1)
+pl {01626.p2-thinks} (1)
+pl {01627.f} (1)
+pl {01627.p2-thinks} (1)
+pl {01628.f} (1)
+pl {01628.p2-thinks} (1)
+pl {01629.f} (1)
+pl {01629.p2-thinks} (1)
+pl {01630.f} (1)
+pl {01630.p2-thinks} (1)
+pl {01631.f} (1)
+pl {01631.p2-thinks} (1)
+pl {01632.f} (1)
+pl {01632.p2-thinks} (1)
+pl {01633.f} (1)
+pl {01633.p2-thinks} (1)
+pl {01634.f} (1)
+pl {01634.p2-thinks} (1)
+pl {01635.f} (1)
+pl {01635.p2-thinks} (1)
+pl {01636.f} (1)
+pl {01636.p2-thinks} (1)
+pl {01637.f} (1)
+pl {01637.p2-thinks} (1)
+pl {01638.f} (1)
+pl {01638.p2-thinks} (1)
+pl {01639.f} (1)
+pl {01639.p2-thinks} (1)
+pl {01640.f} (1)
+pl {01640.p2-thinks} (1)
+pl {01641.f} (1)
+pl {01641.p2-thinks} (1)
+pl {01642.f} (1)
+pl {01642.p2-thinks} (1)
+pl {01643.f} (1)
+pl {01643.p2-thinks} (1)
+pl {01644.f} (1)
+pl {01644.p2-thinks} (1)
+pl {01645.f} (1)
+pl {01645.p2-thinks} (1)
+pl {01646.f} (1)
+pl {01646.p2-thinks} (1)
+pl {01647.f} (1)
+pl {01647.p2-thinks} (1)
+pl {01648.f} (1)
+pl {01648.p2-thinks} (1)
+pl {01649.f} (1)
+pl {01649.p2-thinks} (1)
+pl {01650.f} (1)
+pl {01650.p2-thinks} (1)
+pl {01651.f} (1)
+pl {01651.p2-thinks} (1)
+pl {01652.f} (1)
+pl {01652.p2-thinks} (1)
+pl {01653.f} (1)
+pl {01653.p2-thinks} (1)
+pl {01654.f} (1)
+pl {01654.p2-thinks} (1)
+pl {01655.f} (1)
+pl {01655.p2-thinks} (1)
+pl {01656.f} (1)
+pl {01656.p2-thinks} (1)
+pl {01657.f} (1)
+pl {01657.p2-thinks} (1)
+pl {01658.f} (1)
+pl {01658.p2-thinks} (1)
+pl {01659.f} (1)
+pl {01659.p2-thinks} (1)
+pl {01660.f} (1)
+pl {01660.p2-thinks} (1)
+pl {01661.f} (1)
+pl {01661.p2-thinks} (1)
+pl {01662.f} (1)
+pl {01662.p2-thinks} (1)
+pl {01663.f} (1)
+pl {01663.p2-thinks} (1)
+pl {01664.f} (1)
+pl {01664.p2-thinks} (1)
+pl {01665.f} (1)
+pl {01665.p2-thinks} (1)
+pl {01666.f} (1)
+pl {01666.p2-thinks} (1)
+pl {01667.f} (1)
+pl {01667.p2-thinks} (1)
+pl {01668.f} (1)
+pl {01668.p2-thinks} (1)
+pl {01669.f} (1)
+pl {01669.p2-thinks} (1)
+pl {01670.f} (1)
+pl {01670.p2-thinks} (1)
+pl {01671.f} (1)
+pl {01671.p2-thinks} (1)
+pl {01672.f} (1)
+pl {01672.p2-thinks} (1)
+pl {01673.f} (1)
+pl {01673.p2-thinks} (1)
+pl {01674.f} (1)
+pl {01674.p2-thinks} (1)
+pl {01675.f} (1)
+pl {01675.p2-thinks} (1)
+pl {01676.f} (1)
+pl {01676.p2-thinks} (1)
+pl {01677.f} (1)
+pl {01677.p2-thinks} (1)
+pl {01678.f} (1)
+pl {01678.p2-thinks} (1)
+pl {01679.f} (1)
+pl {01679.p2-thinks} (1)
+pl {01680.f} (1)
+pl {01680.p2-thinks} (1)
+pl {01681.f} (1)
+pl {01681.p2-thinks} (1)
+pl {01682.f} (1)
+pl {01682.p2-thinks} (1)
+pl {01683.f} (1)
+pl {01683.p2-thinks} (1)
+pl {01684.f} (1)
+pl {01684.p2-thinks} (1)
+pl {01685.f} (1)
+pl {01685.p2-thinks} (1)
+pl {01686.f} (1)
+pl {01686.p2-thinks} (1)
+pl {01687.f} (1)
+pl {01687.p2-thinks} (1)
+pl {01688.f} (1)
+pl {01688.p2-thinks} (1)
+pl {01689.f} (1)
+pl {01689.p2-thinks} (1)
+pl {01690.f} (1)
+pl {01690.p2-thinks} (1)
+pl {01691.f} (1)
+pl {01691.p2-thinks} (1)
+pl {01692.f} (1)
+pl {01692.p2-thinks} (1)
+pl {01693.f} (1)
+pl {01693.p2-thinks} (1)
+pl {01694.f} (1)
+pl {01694.p2-thinks} (1)
+pl {01695.f} (1)
+pl {01695.p2-thinks} (1)
+pl {01696.f} (1)
+pl {01696.p2-thinks} (1)
+pl {01697.f} (1)
+pl {01697.p2-thinks} (1)
+pl {01698.f} (1)
+pl {01698.p2-thinks} (1)
+pl {01699.f} (1)
+pl {01699.p2-thinks} (1)
+pl {01700.f} (1)
+pl {01700.p2-thinks} (1)
+pl {01701.f} (1)
+pl {01701.p2-thinks} (1)
+pl {01702.f} (1)
+pl {01702.p2-thinks} (1)
+pl {01703.f} (1)
+pl {01703.p2-thinks} (1)
+pl {01704.f} (1)
+pl {01704.p2-thinks} (1)
+pl {01705.f} (1)
+pl {01705.p2-thinks} (1)
+pl {01706.f} (1)
+pl {01706.p2-thinks} (1)
+pl {01707.f} (1)
+pl {01707.p2-thinks} (1)
+pl {01708.f} (1)
+pl {01708.p2-thinks} (1)
+pl {01709.f} (1)
+pl {01709.p2-thinks} (1)
+pl {01710.f} (1)
+pl {01710.p2-thinks} (1)
+pl {01711.f} (1)
+pl {01711.p2-thinks} (1)
+pl {01712.f} (1)
+pl {01712.p2-thinks} (1)
+pl {01713.f} (1)
+pl {01713.p2-thinks} (1)
+pl {01714.f} (1)
+pl {01714.p2-thinks} (1)
+pl {01715.f} (1)
+pl {01715.p2-thinks} (1)
+pl {01716.f} (1)
+pl {01716.p2-thinks} (1)
+pl {01717.f} (1)
+pl {01717.p2-thinks} (1)
+pl {01718.f} (1)
+pl {01718.p2-thinks} (1)
+pl {01719.f} (1)
+pl {01719.p2-thinks} (1)
+pl {01720.f} (1)
+pl {01720.p2-thinks} (1)
+pl {01721.f} (1)
+pl {01721.p2-thinks} (1)
+pl {01722.f} (1)
+pl {01722.p2-thinks} (1)
+pl {01723.f} (1)
+pl {01723.p2-thinks} (1)
+pl {01724.f} (1)
+pl {01724.p2-thinks} (1)
+pl {01725.f} (1)
+pl {01725.p2-thinks} (1)
+pl {01726.f} (1)
+pl {01726.p2-thinks} (1)
+pl {01727.f} (1)
+pl {01727.p2-thinks} (1)
+pl {01728.f} (1)
+pl {01728.p2-thinks} (1)
+pl {01729.f} (1)
+pl {01729.p2-thinks} (1)
+pl {01730.f} (1)
+pl {01730.p2-thinks} (1)
+pl {01731.f} (1)
+pl {01731.p2-thinks} (1)
+pl {01732.f} (1)
+pl {01732.p2-thinks} (1)
+pl {01733.f} (1)
+pl {01733.p2-thinks} (1)
+pl {01734.f} (1)
+pl {01734.p2-thinks} (1)
+pl {01735.f} (1)
+pl {01735.p2-thinks} (1)
+pl {01736.f} (1)
+pl {01736.p2-thinks} (1)
+pl {01737.f} (1)
+pl {01737.p2-thinks} (1)
+pl {01738.f} (1)
+pl {01738.p2-thinks} (1)
+pl {01739.f} (1)
+pl {01739.p2-thinks} (1)
+pl {01740.f} (1)
+pl {01740.p2-thinks} (1)
+pl {01741.f} (1)
+pl {01741.p2-thinks} (1)
+pl {01742.f} (1)
+pl {01742.p2-thinks} (1)
+pl {01743.f} (1)
+pl {01743.p2-thinks} (1)
+pl {01744.f} (1)
+pl {01744.p2-thinks} (1)
+pl {01745.f} (1)
+pl {01745.p2-thinks} (1)
+pl {01746.f} (1)
+pl {01746.p2-thinks} (1)
+pl {01747.f} (1)
+pl {01747.p2-thinks} (1)
+pl {01748.f} (1)
+pl {01748.p2-thinks} (1)
+pl {01749.f} (1)
+pl {01749.p2-thinks} (1)
+pl {01750.f} (1)
+pl {01750.p2-thinks} (1)
+pl {01751.f} (1)
+pl {01751.p2-thinks} (1)
+pl {01752.f} (1)
+pl {01752.p2-thinks} (1)
+pl {01753.f} (1)
+pl {01753.p2-thinks} (1)
+pl {01754.f} (1)
+pl {01754.p2-thinks} (1)
+pl {01755.f} (1)
+pl {01755.p2-thinks} (1)
+pl {01756.f} (1)
+pl {01756.p2-thinks} (1)
+pl {01757.f} (1)
+pl {01757.p2-thinks} (1)
+pl {01758.f} (1)
+pl {01758.p2-thinks} (1)
+pl {01759.f} (1)
+pl {01759.p2-thinks} (1)
+pl {01760.f} (1)
+pl {01760.p2-thinks} (1)
+pl {01761.f} (1)
+pl {01761.p2-thinks} (1)
+pl {01762.f} (1)
+pl {01762.p2-thinks} (1)
+pl {01763.f} (1)
+pl {01763.p2-thinks} (1)
+pl {01764.f} (1)
+pl {01764.p2-thinks} (1)
+pl {01765.f} (1)
+pl {01765.p2-thinks} (1)
+pl {01766.f} (1)
+pl {01766.p2-thinks} (1)
+pl {01767.f} (1)
+pl {01767.p2-thinks} (1)
+pl {01768.f} (1)
+pl {01768.p2-thinks} (1)
+pl {01769.f} (1)
+pl {01769.p2-thinks} (1)
+pl {01770.f} (1)
+pl {01770.p2-thinks} (1)
+pl {01771.f} (1)
+pl {01771.p2-thinks} (1)
+pl {01772.f} (1)
+pl {01772.p2-thinks} (1)
+pl {01773.f} (1)
+pl {01773.p2-thinks} (1)
+pl {01774.f} (1)
+pl {01774.p2-thinks} (1)
+pl {01775.f} (1)
+pl {01775.p2-thinks} (1)
+pl {01776.f} (1)
+pl {01776.p2-thinks} (1)
+pl {01777.f} (1)
+pl {01777.p2-thinks} (1)
+pl {01778.f} (1)
+pl {01778.p2-thinks} (1)
+pl {01779.f} (1)
+pl {01779.p2-thinks} (1)
+pl {01780.f} (1)
+pl {01780.p2-thinks} (1)
+pl {01781.f} (1)
+pl {01781.p2-thinks} (1)
+pl {01782.f} (1)
+pl {01782.p2-thinks} (1)
+pl {01783.f} (1)
+pl {01783.p2-thinks} (1)
+pl {01784.f} (1)
+pl {01784.p2-thinks} (1)
+pl {01785.f} (1)
+pl {01785.p2-thinks} (1)
+pl {01786.f} (1)
+pl {01786.p2-thinks} (1)
+pl {01787.f} (1)
+pl {01787.p2-thinks} (1)
+pl {01788.f} (1)
+pl {01788.p2-thinks} (1)
+pl {01789.f} (1)
+pl {01789.p2-thinks} (1)
+pl {01790.f} (1)
+pl {01790.p2-thinks} (1)
+pl {01791.f} (1)
+pl {01791.p2-thinks} (1)
+pl {01792.f} (1)
+pl {01792.p2-thinks} (1)
+pl {01793.f} (1)
+pl {01793.p2-thinks} (1)
+pl {01794.f} (1)
+pl {01794.p2-thinks} (1)
+pl {01795.f} (1)
+pl {01795.p2-thinks} (1)
+pl {01796.f} (1)
+pl {01796.p2-thinks} (1)
+pl {01797.f} (1)
+pl {01797.p2-thinks} (1)
+pl {01798.f} (1)
+pl {01798.p2-thinks} (1)
+pl {01799.f} (1)
+pl {01799.p2-thinks} (1)
+pl {01800.f} (1)
+pl {01800.p2-thinks} (1)
+pl {01801.f} (1)
+pl {01801.p2-thinks} (1)
+pl {01802.f} (1)
+pl {01802.p2-thinks} (1)
+pl {01803.f} (1)
+pl {01803.p2-thinks} (1)
+pl {01804.f} (1)
+pl {01804.p2-thinks} (1)
+pl {01805.f} (1)
+pl {01805.p2-thinks} (1)
+pl {01806.f} (1)
+pl {01806.p2-thinks} (1)
+pl {01807.f} (1)
+pl {01807.p2-thinks} (1)
+pl {01808.f} (1)
+pl {01808.p2-thinks} (1)
+pl {01809.f} (1)
+pl {01809.p2-thinks} (1)
+pl {01810.f} (1)
+pl {01810.p2-thinks} (1)
+pl {01811.f} (1)
+pl {01811.p2-thinks} (1)
+pl {01812.f} (1)
+pl {01812.p2-thinks} (1)
+pl {01813.f} (1)
+pl {01813.p2-thinks} (1)
+pl {01814.f} (1)
+pl {01814.p2-thinks} (1)
+pl {01815.f} (1)
+pl {01815.p2-thinks} (1)
+pl {01816.f} (1)
+pl {01816.p2-thinks} (1)
+pl {01817.f} (1)
+pl {01817.p2-thinks} (1)
+pl {01818.f} (1)
+pl {01818.p2-thinks} (1)
+pl {01819.f} (1)
+pl {01819.p2-thinks} (1)
+pl {01820.f} (1)
+pl {01820.p2-thinks} (1)
+pl {01821.f} (1)
+pl {01821.p2-thinks} (1)
+pl {01822.f} (1)
+pl {01822.p2-thinks} (1)
+pl {01823.f} (1)
+pl {01823.p2-thinks} (1)
+pl {01824.f} (1)
+pl {01824.p2-thinks} (1)
+pl {01825.f} (1)
+pl {01825.p2-thinks} (1)
+pl {01826.f} (1)
+pl {01826.p2-thinks} (1)
+pl {01827.f} (1)
+pl {01827.p2-thinks} (1)
+pl {01828.f} (1)
+pl {01828.p2-thinks} (1)
+pl {01829.f} (1)
+pl {01829.p2-thinks} (1)
+pl {01830.f} (1)
+pl {01830.p2-thinks} (1)
+pl {01831.f} (1)
+pl {01831.p2-thinks} (1)
+pl {01832.f} (1)
+pl {01832.p2-thinks} (1)
+pl {01833.f} (1)
+pl {01833.p2-thinks} (1)
+pl {01834.f} (1)
+pl {01834.p2-thinks} (1)
+pl {01835.f} (1)
+pl {01835.p2-thinks} (1)
+pl {01836.f} (1)
+pl {01836.p2-thinks} (1)
+pl {01837.f} (1)
+pl {01837.p2-thinks} (1)
+pl {01838.f} (1)
+pl {01838.p2-thinks} (1)
+pl {01839.f} (1)
+pl {01839.p2-thinks} (1)
+pl {01840.f} (1)
+pl {01840.p2-thinks} (1)
+pl {01841.f} (1)
+pl {01841.p2-thinks} (1)
+pl {01842.f} (1)
+pl {01842.p2-thinks} (1)
+pl {01843.f} (1)
+pl {01843.p2-thinks} (1)
+pl {01844.f} (1)
+pl {01844.p2-thinks} (1)
+pl {01845.f} (1)
+pl {01845.p2-thinks} (1)
+pl {01846.f} (1)
+pl {01846.p2-thinks} (1)
+pl {01847.f} (1)
+pl {01847.p2-thinks} (1)
+pl {01848.f} (1)
+pl {01848.p2-thinks} (1)
+pl {01849.f} (1)
+pl {01849.p2-thinks} (1)
+pl {01850.f} (1)
+pl {01850.p2-thinks} (1)
+pl {01851.f} (1)
+pl {01851.p2-thinks} (1)
+pl {01852.f} (1)
+pl {01852.p2-thinks} (1)
+pl {01853.f} (1)
+pl {01853.p2-thinks} (1)
+pl {01854.f} (1)
+pl {01854.p2-thinks} (1)
+pl {01855.f} (1)
+pl {01855.p2-thinks} (1)
+pl {01856.f} (1)
+pl {01856.p2-thinks} (1)
+pl {01857.f} (1)
+pl {01857.p2-thinks} (1)
+pl {01858.f} (1)
+pl {01858.p2-thinks} (1)
+pl {01859.f} (1)
+pl {01859.p2-thinks} (1)
+pl {01860.f} (1)
+pl {01860.p2-thinks} (1)
+pl {01861.f} (1)
+pl {01861.p2-thinks} (1)
+pl {01862.f} (1)
+pl {01862.p2-thinks} (1)
+pl {01863.f} (1)
+pl {01863.p2-thinks} (1)
+pl {01864.f} (1)
+pl {01864.p2-thinks} (1)
+pl {01865.f} (1)
+pl {01865.p2-thinks} (1)
+pl {01866.f} (1)
+pl {01866.p2-thinks} (1)
+pl {01867.f} (1)
+pl {01867.p2-thinks} (1)
+pl {01868.f} (1)
+pl {01868.p2-thinks} (1)
+pl {01869.f} (1)
+pl {01869.p2-thinks} (1)
+pl {01870.f} (1)
+pl {01870.p2-thinks} (1)
+pl {01871.f} (1)
+pl {01871.p2-thinks} (1)
+pl {01872.f} (1)
+pl {01872.p2-thinks} (1)
+pl {01873.f} (1)
+pl {01873.p2-thinks} (1)
+pl {01874.f} (1)
+pl {01874.p2-thinks} (1)
+pl {01875.f} (1)
+pl {01875.p2-thinks} (1)
+pl {01876.f} (1)
+pl {01876.p2-thinks} (1)
+pl {01877.f} (1)
+pl {01877.p2-thinks} (1)
+pl {01878.f} (1)
+pl {01878.p2-thinks} (1)
+pl {01879.f} (1)
+pl {01879.p2-thinks} (1)
+pl {01880.f} (1)
+pl {01880.p2-thinks} (1)
+pl {01881.f} (1)
+pl {01881.p2-thinks} (1)
+pl {01882.f} (1)
+pl {01882.p2-thinks} (1)
+pl {01883.f} (1)
+pl {01883.p2-thinks} (1)
+pl {01884.f} (1)
+pl {01884.p2-thinks} (1)
+pl {01885.f} (1)
+pl {01885.p2-thinks} (1)
+pl {01886.f} (1)
+pl {01886.p2-thinks} (1)
+pl {01887.f} (1)
+pl {01887.p2-thinks} (1)
+pl {01888.f} (1)
+pl {01888.p2-thinks} (1)
+pl {01889.f} (1)
+pl {01889.p2-thinks} (1)
+pl {01890.f} (1)
+pl {01890.p2-thinks} (1)
+pl {01891.f} (1)
+pl {01891.p2-thinks} (1)
+pl {01892.f} (1)
+pl {01892.p2-thinks} (1)
+pl {01893.f} (1)
+pl {01893.p2-thinks} (1)
+pl {01894.f} (1)
+pl {01894.p2-thinks} (1)
+pl {01895.f} (1)
+pl {01895.p2-thinks} (1)
+pl {01896.f} (1)
+pl {01896.p2-thinks} (1)
+pl {01897.f} (1)
+pl {01897.p2-thinks} (1)
+pl {01898.f} (1)
+pl {01898.p2-thinks} (1)
+pl {01899.f} (1)
+pl {01899.p2-thinks} (1)
+pl {01900.f} (1)
+pl {01900.p2-thinks} (1)
+pl {01901.f} (1)
+pl {01901.p2-thinks} (1)
+pl {01902.f} (1)
+pl {01902.p2-thinks} (1)
+pl {01903.f} (1)
+pl {01903.p2-thinks} (1)
+pl {01904.f} (1)
+pl {01904.p2-thinks} (1)
+pl {01905.f} (1)
+pl {01905.p2-thinks} (1)
+pl {01906.f} (1)
+pl {01906.p2-thinks} (1)
+pl {01907.f} (1)
+pl {01907.p2-thinks} (1)
+pl {01908.f} (1)
+pl {01908.p2-thinks} (1)
+pl {01909.f} (1)
+pl {01909.p2-thinks} (1)
+pl {01910.f} (1)
+pl {01910.p2-thinks} (1)
+pl {01911.f} (1)
+pl {01911.p2-thinks} (1)
+pl {01912.f} (1)
+pl {01912.p2-thinks} (1)
+pl {01913.f} (1)
+pl {01913.p2-thinks} (1)
+pl {01914.f} (1)
+pl {01914.p2-thinks} (1)
+pl {01915.f} (1)
+pl {01915.p2-thinks} (1)
+pl {01916.f} (1)
+pl {01916.p2-thinks} (1)
+pl {01917.f} (1)
+pl {01917.p2-thinks} (1)
+pl {01918.f} (1)
+pl {01918.p2-thinks} (1)
+pl {01919.f} (1)
+pl {01919.p2-thinks} (1)
+pl {01920.f} (1)
+pl {01920.p2-thinks} (1)
+pl {01921.f} (1)
+pl {01921.p2-thinks} (1)
+pl {01922.f} (1)
+pl {01922.p2-thinks} (1)
+pl {01923.f} (1)
+pl {01923.p2-thinks} (1)
+pl {01924.f} (1)
+pl {01924.p2-thinks} (1)
+pl {01925.f} (1)
+pl {01925.p2-thinks} (1)
+pl {01926.f} (1)
+pl {01926.p2-thinks} (1)
+pl {01927.f} (1)
+pl {01927.p2-thinks} (1)
+pl {01928.f} (1)
+pl {01928.p2-thinks} (1)
+pl {01929.f} (1)
+pl {01929.p2-thinks} (1)
+pl {01930.f} (1)
+pl {01930.p2-thinks} (1)
+pl {01931.f} (1)
+pl {01931.p2-thinks} (1)
+pl {01932.f} (1)
+pl {01932.p2-thinks} (1)
+pl {01933.f} (1)
+pl {01933.p2-thinks} (1)
+pl {01934.f} (1)
+pl {01934.p2-thinks} (1)
+pl {01935.f} (1)
+pl {01935.p2-thinks} (1)
+pl {01936.f} (1)
+pl {01936.p2-thinks} (1)
+pl {01937.f} (1)
+pl {01937.p2-thinks} (1)
+pl {01938.f} (1)
+pl {01938.p2-thinks} (1)
+pl {01939.f} (1)
+pl {01939.p2-thinks} (1)
+pl {01940.f} (1)
+pl {01940.p2-thinks} (1)
+pl {01941.f} (1)
+pl {01941.p2-thinks} (1)
+pl {01942.f} (1)
+pl {01942.p2-thinks} (1)
+pl {01943.f} (1)
+pl {01943.p2-thinks} (1)
+pl {01944.f} (1)
+pl {01944.p2-thinks} (1)
+pl {01945.f} (1)
+pl {01945.p2-thinks} (1)
+pl {01946.f} (1)
+pl {01946.p2-thinks} (1)
+pl {01947.f} (1)
+pl {01947.p2-thinks} (1)
+pl {01948.f} (1)
+pl {01948.p2-thinks} (1)
+pl {01949.f} (1)
+pl {01949.p2-thinks} (1)
+pl {01950.f} (1)
+pl {01950.p2-thinks} (1)
+pl {01951.f} (1)
+pl {01951.p2-thinks} (1)
+pl {01952.f} (1)
+pl {01952.p2-thinks} (1)
+pl {01953.f} (1)
+pl {01953.p2-thinks} (1)
+pl {01954.f} (1)
+pl {01954.p2-thinks} (1)
+pl {01955.f} (1)
+pl {01955.p2-thinks} (1)
+pl {01956.f} (1)
+pl {01956.p2-thinks} (1)
+pl {01957.f} (1)
+pl {01957.p2-thinks} (1)
+pl {01958.f} (1)
+pl {01958.p2-thinks} (1)
+pl {01959.f} (1)
+pl {01959.p2-thinks} (1)
+pl {01960.f} (1)
+pl {01960.p2-thinks} (1)
+pl {01961.f} (1)
+pl {01961.p2-thinks} (1)
+pl {01962.f} (1)
+pl {01962.p2-thinks} (1)
+pl {01963.f} (1)
+pl {01963.p2-thinks} (1)
+pl {01964.f} (1)
+pl {01964.p2-thinks} (1)
+pl {01965.f} (1)
+pl {01965.p2-thinks} (1)
+pl {01966.f} (1)
+pl {01966.p2-thinks} (1)
+pl {01967.f} (1)
+pl {01967.p2-thinks} (1)
+pl {01968.f} (1)
+pl {01968.p2-thinks} (1)
+pl {01969.f} (1)
+pl {01969.p2-thinks} (1)
+pl {01970.f} (1)
+pl {01970.p2-thinks} (1)
+pl {01971.f} (1)
+pl {01971.p2-thinks} (1)
+pl {01972.f} (1)
+pl {01972.p2-thinks} (1)
+pl {01973.f} (1)
+pl {01973.p2-thinks} (1)
+pl {01974.f} (1)
+pl {01974.p2-thinks} (1)
+pl {01975.f} (1)
+pl {01975.p2-thinks} (1)
+pl {01976.f} (1)
+pl {01976.p2-thinks} (1)
+pl {01977.f} (1)
+pl {01977.p2-thinks} (1)
+pl {01978.f} (1)
+pl {01978.p2-thinks} (1)
+pl {01979.f} (1)
+pl {01979.p2-thinks} (1)
+pl {01980.f} (1)
+pl {01980.p2-thinks} (1)
+pl {01981.f} (1)
+pl {01981.p2-thinks} (1)
+pl {01982.f} (1)
+pl {01982.p2-thinks} (1)
+pl {01983.f} (1)
+pl {01983.p2-thinks} (1)
+pl {01984.f} (1)
+pl {01984.p2-thinks} (1)
+pl {01985.f} (1)
+pl {01985.p2-thinks} (1)
+pl {01986.f} (1)
+pl {01986.p2-thinks} (1)
+pl {01987.f} (1)
+pl {01987.p2-thinks} (1)
+pl {01988.f} (1)
+pl {01988.p2-thinks} (1)
+pl {01989.f} (1)
+pl {01989.p2-thinks} (1)
+pl {01990.f} (1)
+pl {01990.p2-thinks} (1)
+pl {01991.f} (1)
+pl {01991.p2-thinks} (1)
+pl {01992.f} (1)
+pl {01992.p2-thinks} (1)
+pl {01993.f} (1)
+pl {01993.p2-thinks} (1)
+pl {01994.f} (1)
+pl {01994.p2-thinks} (1)
+pl {01995.f} (1)
+pl {01995.p2-thinks} (1)
+pl {01996.f} (1)
+pl {01996.p2-thinks} (1)
+pl {01997.f} (1)
+pl {01997.p2-thinks} (1)
+pl {01998.f} (1)
+pl {01998.p2-thinks} (1)
+pl {01999.f} (1)
+pl {01999.p2-thinks} (1)
+pl {02000.f} (1)
+pl {02000.p2-thinks} (1)
+pl {02001.f} (1)
+pl {02001.p2-thinks} (1)
+pl {02002.f} (1)
+pl {02002.p2-thinks} (1)
+pl {02003.f} (1)
+pl {02003.p2-thinks} (1)
+pl {02004.f} (1)
+pl {02004.p2-thinks} (1)
+pl {02005.f} (1)
+pl {02005.p2-thinks} (1)
+pl {02006.f} (1)
+pl {02006.p2-thinks} (1)
+pl {02007.f} (1)
+pl {02007.p2-thinks} (1)
+pl {02008.f} (1)
+pl {02008.p2-thinks} (1)
+pl {02009.f} (1)
+pl {02009.p2-thinks} (1)
+pl {02010.f} (1)
+pl {02010.p2-thinks} (1)
+pl {02011.f} (1)
+pl {02011.p2-thinks} (1)
+pl {02012.f} (1)
+pl {02012.p2-thinks} (1)
+pl {02013.f} (1)
+pl {02013.p2-thinks} (1)
+pl {02014.f} (1)
+pl {02014.p2-thinks} (1)
+pl {02015.f} (1)
+pl {02015.p2-thinks} (1)
+pl {02016.f} (1)
+pl {02016.p2-thinks} (1)
+pl {02017.f} (1)
+pl {02017.p2-thinks} (1)
+pl {02018.f} (1)
+pl {02018.p2-thinks} (1)
+pl {02019.f} (1)
+pl {02019.p2-thinks} (1)
+pl {02020.f} (1)
+pl {02020.p2-thinks} (1)
+pl {02021.f} (1)
+pl {02021.p2-thinks} (1)
+pl {02022.f} (1)
+pl {02022.p2-thinks} (1)
+pl {02023.f} (1)
+pl {02023.p2-thinks} (1)
+pl {02024.f} (1)
+pl {02024.p2-thinks} (1)
+pl {02025.f} (1)
+pl {02025.p2-thinks} (1)
+pl {02026.f} (1)
+pl {02026.p2-thinks} (1)
+pl {02027.f} (1)
+pl {02027.p2-thinks} (1)
+pl {02028.f} (1)
+pl {02028.p2-thinks} (1)
+pl {02029.f} (1)
+pl {02029.p2-thinks} (1)
+pl {02030.f} (1)
+pl {02030.p2-thinks} (1)
+pl {02031.f} (1)
+pl {02031.p2-thinks} (1)
+pl {02032.f} (1)
+pl {02032.p2-thinks} (1)
+pl {02033.f} (1)
+pl {02033.p2-thinks} (1)
+pl {02034.f} (1)
+pl {02034.p2-thinks} (1)
+pl {02035.f} (1)
+pl {02035.p2-thinks} (1)
+pl {02036.f} (1)
+pl {02036.p2-thinks} (1)
+pl {02037.f} (1)
+pl {02037.p2-thinks} (1)
+pl {02038.f} (1)
+pl {02038.p2-thinks} (1)
+pl {02039.f} (1)
+pl {02039.p2-thinks} (1)
+pl {02040.f} (1)
+pl {02040.p2-thinks} (1)
+pl {02041.f} (1)
+pl {02041.p2-thinks} (1)
+pl {02042.f} (1)
+pl {02042.p2-thinks} (1)
+pl {02043.f} (1)
+pl {02043.p2-thinks} (1)
+pl {02044.f} (1)
+pl {02044.p2-thinks} (1)
+pl {02045.f} (1)
+pl {02045.p2-thinks} (1)
+pl {02046.f} (1)
+pl {02046.p2-thinks} (1)
+pl {02047.f} (1)
+pl {02047.p2-thinks} (1)
+pl {02048.f} (1)
+pl {02048.p2-thinks} (1)
+pl {02049.f} (1)
+pl {02049.p2-thinks} (1)
+pl {02050.f} (1)
+pl {02050.p2-thinks} (1)
+pl {02051.f} (1)
+pl {02051.p2-thinks} (1)
+pl {02052.f} (1)
+pl {02052.p2-thinks} (1)
+pl {02053.f} (1)
+pl {02053.p2-thinks} (1)
+pl {02054.f} (1)
+pl {02054.p2-thinks} (1)
+pl {02055.f} (1)
+pl {02055.p2-thinks} (1)
+pl {02056.f} (1)
+pl {02056.p2-thinks} (1)
+pl {02057.f} (1)
+pl {02057.p2-thinks} (1)
+pl {02058.f} (1)
+pl {02058.p2-thinks} (1)
+pl {02059.f} (1)
+pl {02059.p2-thinks} (1)
+pl {02060.f} (1)
+pl {02060.p2-thinks} (1)
+pl {02061.f} (1)
+pl {02061.p2-thinks} (1)
+pl {02062.f} (1)
+pl {02062.p2-thinks} (1)
+pl {02063.f} (1)
+pl {02063.p2-thinks} (1)
+pl {02064.f} (1)
+pl {02064.p2-thinks} (1)
+pl {02065.f} (1)
+pl {02065.p2-thinks} (1)
+pl {02066.f} (1)
+pl {02066.p2-thinks} (1)
+pl {02067.f} (1)
+pl {02067.p2-thinks} (1)
+pl {02068.f} (1)
+pl {02068.p2-thinks} (1)
+pl {02069.f} (1)
+pl {02069.p2-thinks} (1)
+pl {02070.f} (1)
+pl {02070.p2-thinks} (1)
+pl {02071.f} (1)
+pl {02071.p2-thinks} (1)
+pl {02072.f} (1)
+pl {02072.p2-thinks} (1)
+pl {02073.f} (1)
+pl {02073.p2-thinks} (1)
+pl {02074.f} (1)
+pl {02074.p2-thinks} (1)
+pl {02075.f} (1)
+pl {02075.p2-thinks} (1)
+pl {02076.f} (1)
+pl {02076.p2-thinks} (1)
+pl {02077.f} (1)
+pl {02077.p2-thinks} (1)
+pl {02078.f} (1)
+pl {02078.p2-thinks} (1)
+pl {02079.f} (1)
+pl {02079.p2-thinks} (1)
+pl {02080.f} (1)
+pl {02080.p2-thinks} (1)
+pl {02081.f} (1)
+pl {02081.p2-thinks} (1)
+pl {02082.f} (1)
+pl {02082.p2-thinks} (1)
+pl {02083.f} (1)
+pl {02083.p2-thinks} (1)
+pl {02084.f} (1)
+pl {02084.p2-thinks} (1)
+pl {02085.f} (1)
+pl {02085.p2-thinks} (1)
+pl {02086.f} (1)
+pl {02086.p2-thinks} (1)
+pl {02087.f} (1)
+pl {02087.p2-thinks} (1)
+pl {02088.f} (1)
+pl {02088.p2-thinks} (1)
+pl {02089.f} (1)
+pl {02089.p2-thinks} (1)
+pl {02090.f} (1)
+pl {02090.p2-thinks} (1)
+pl {02091.f} (1)
+pl {02091.p2-thinks} (1)
+pl {02092.f} (1)
+pl {02092.p2-thinks} (1)
+pl {02093.f} (1)
+pl {02093.p2-thinks} (1)
+pl {02094.f} (1)
+pl {02094.p2-thinks} (1)
+pl {02095.f} (1)
+pl {02095.p2-thinks} (1)
+pl {02096.f} (1)
+pl {02096.p2-thinks} (1)
+pl {02097.f} (1)
+pl {02097.p2-thinks} (1)
+pl {02098.f} (1)
+pl {02098.p2-thinks} (1)
+pl {02099.f} (1)
+pl {02099.p2-thinks} (1)
+pl {02100.f} (1)
+pl {02100.p2-thinks} (1)
+pl {02101.f} (1)
+pl {02101.p2-thinks} (1)
+pl {02102.f} (1)
+pl {02102.p2-thinks} (1)
+pl {02103.f} (1)
+pl {02103.p2-thinks} (1)
+pl {02104.f} (1)
+pl {02104.p2-thinks} (1)
+pl {02105.f} (1)
+pl {02105.p2-thinks} (1)
+pl {02106.f} (1)
+pl {02106.p2-thinks} (1)
+pl {02107.f} (1)
+pl {02107.p2-thinks} (1)
+pl {02108.f} (1)
+pl {02108.p2-thinks} (1)
+pl {02109.f} (1)
+pl {02109.p2-thinks} (1)
+pl {02110.f} (1)
+pl {02110.p2-thinks} (1)
+pl {02111.f} (1)
+pl {02111.p2-thinks} (1)
+pl {02112.f} (1)
+pl {02112.p2-thinks} (1)
+pl {02113.f} (1)
+pl {02113.p2-thinks} (1)
+pl {02114.f} (1)
+pl {02114.p2-thinks} (1)
+pl {02115.f} (1)
+pl {02115.p2-thinks} (1)
+pl {02116.f} (1)
+pl {02116.p2-thinks} (1)
+pl {02117.f} (1)
+pl {02117.p2-thinks} (1)
+pl {02118.f} (1)
+pl {02118.p2-thinks} (1)
+pl {02119.f} (1)
+pl {02119.p2-thinks} (1)
+pl {02120.f} (1)
+pl {02120.p2-thinks} (1)
+pl {02121.f} (1)
+pl {02121.p2-thinks} (1)
+pl {02122.f} (1)
+pl {02122.p2-thinks} (1)
+pl {02123.f} (1)
+pl {02123.p2-thinks} (1)
+pl {02124.f} (1)
+pl {02124.p2-thinks} (1)
+pl {02125.f} (1)
+pl {02125.p2-thinks} (1)
+pl {02126.f} (1)
+pl {02126.p2-thinks} (1)
+pl {02127.f} (1)
+pl {02127.p2-thinks} (1)
+pl {02128.f} (1)
+pl {02128.p2-thinks} (1)
+pl {02129.f} (1)
+pl {02129.p2-thinks} (1)
+pl {02130.f} (1)
+pl {02130.p2-thinks} (1)
+pl {02131.f} (1)
+pl {02131.p2-thinks} (1)
+pl {02132.f} (1)
+pl {02132.p2-thinks} (1)
+pl {02133.f} (1)
+pl {02133.p2-thinks} (1)
+pl {02134.f} (1)
+pl {02134.p2-thinks} (1)
+pl {02135.f} (1)
+pl {02135.p2-thinks} (1)
+pl {02136.f} (1)
+pl {02136.p2-thinks} (1)
+pl {02137.f} (1)
+pl {02137.p2-thinks} (1)
+pl {02138.f} (1)
+pl {02138.p2-thinks} (1)
+pl {02139.f} (1)
+pl {02139.p2-thinks} (1)
+pl {02140.f} (1)
+pl {02140.p2-thinks} (1)
+pl {02141.f} (1)
+pl {02141.p2-thinks} (1)
+pl {02142.f} (1)
+pl {02142.p2-thinks} (1)
+pl {02143.f} (1)
+pl {02143.p2-thinks} (1)
+pl {02144.f} (1)
+pl {02144.p2-thinks} (1)
+pl {02145.f} (1)
+pl {02145.p2-thinks} (1)
+pl {02146.f} (1)
+pl {02146.p2-thinks} (1)
+pl {02147.f} (1)
+pl {02147.p2-thinks} (1)
+pl {02148.f} (1)
+pl {02148.p2-thinks} (1)
+pl {02149.f} (1)
+pl {02149.p2-thinks} (1)
+pl {02150.f} (1)
+pl {02150.p2-thinks} (1)
+pl {02151.f} (1)
+pl {02151.p2-thinks} (1)
+pl {02152.f} (1)
+pl {02152.p2-thinks} (1)
+pl {02153.f} (1)
+pl {02153.p2-thinks} (1)
+pl {02154.f} (1)
+pl {02154.p2-thinks} (1)
+pl {02155.f} (1)
+pl {02155.p2-thinks} (1)
+pl {02156.f} (1)
+pl {02156.p2-thinks} (1)
+pl {02157.f} (1)
+pl {02157.p2-thinks} (1)
+pl {02158.f} (1)
+pl {02158.p2-thinks} (1)
+pl {02159.f} (1)
+pl {02159.p2-thinks} (1)
+pl {02160.f} (1)
+pl {02160.p2-thinks} (1)
+pl {02161.f} (1)
+pl {02161.p2-thinks} (1)
+pl {02162.f} (1)
+pl {02162.p2-thinks} (1)
+pl {02163.f} (1)
+pl {02163.p2-thinks} (1)
+pl {02164.f} (1)
+pl {02164.p2-thinks} (1)
+pl {02165.f} (1)
+pl {02165.p2-thinks} (1)
+pl {02166.f} (1)
+pl {02166.p2-thinks} (1)
+pl {02167.f} (1)
+pl {02167.p2-thinks} (1)
+pl {02168.f} (1)
+pl {02168.p2-thinks} (1)
+pl {02169.f} (1)
+pl {02169.p2-thinks} (1)
+pl {02170.f} (1)
+pl {02170.p2-thinks} (1)
+pl {02171.f} (1)
+pl {02171.p2-thinks} (1)
+pl {02172.f} (1)
+pl {02172.p2-thinks} (1)
+pl {02173.f} (1)
+pl {02173.p2-thinks} (1)
+pl {02174.f} (1)
+pl {02174.p2-thinks} (1)
+pl {02175.f} (1)
+pl {02175.p2-thinks} (1)
+pl {02176.f} (1)
+pl {02176.p2-thinks} (1)
+pl {02177.f} (1)
+pl {02177.p2-thinks} (1)
+pl {02178.f} (1)
+pl {02178.p2-thinks} (1)
+pl {02179.f} (1)
+pl {02179.p2-thinks} (1)
+pl {02180.f} (1)
+pl {02180.p2-thinks} (1)
+pl {02181.f} (1)
+pl {02181.p2-thinks} (1)
+pl {02182.f} (1)
+pl {02182.p2-thinks} (1)
+pl {02183.f} (1)
+pl {02183.p2-thinks} (1)
+pl {02184.f} (1)
+pl {02184.p2-thinks} (1)
+pl {02185.f} (1)
+pl {02185.p2-thinks} (1)
+pl {02186.f} (1)
+pl {02186.p2-thinks} (1)
+pl {02187.f} (1)
+pl {02187.p2-thinks} (1)
+pl {02188.f} (1)
+pl {02188.p2-thinks} (1)
+pl {02189.f} (1)
+pl {02189.p2-thinks} (1)
+pl {02190.f} (1)
+pl {02190.p2-thinks} (1)
+pl {02191.f} (1)
+pl {02191.p2-thinks} (1)
+pl {02192.f} (1)
+pl {02192.p2-thinks} (1)
+pl {02193.f} (1)
+pl {02193.p2-thinks} (1)
+pl {02194.f} (1)
+pl {02194.p2-thinks} (1)
+pl {02195.f} (1)
+pl {02195.p2-thinks} (1)
+pl {02196.f} (1)
+pl {02196.p2-thinks} (1)
+pl {02197.f} (1)
+pl {02197.p2-thinks} (1)
+pl {02198.f} (1)
+pl {02198.p2-thinks} (1)
+pl {02199.f} (1)
+pl {02199.p2-thinks} (1)
+pl {02200.f} (1)
+pl {02200.p2-thinks} (1)
+pl {02201.f} (1)
+pl {02201.p2-thinks} (1)
+pl {02202.f} (1)
+pl {02202.p2-thinks} (1)
+pl {02203.f} (1)
+pl {02203.p2-thinks} (1)
+pl {02204.f} (1)
+pl {02204.p2-thinks} (1)
+pl {02205.f} (1)
+pl {02205.p2-thinks} (1)
+pl {02206.f} (1)
+pl {02206.p2-thinks} (1)
+pl {02207.f} (1)
+pl {02207.p2-thinks} (1)
+pl {02208.f} (1)
+pl {02208.p2-thinks} (1)
+pl {02209.f} (1)
+pl {02209.p2-thinks} (1)
+pl {02210.f} (1)
+pl {02210.p2-thinks} (1)
+pl {02211.f} (1)
+pl {02211.p2-thinks} (1)
+pl {02212.f} (1)
+pl {02212.p2-thinks} (1)
+pl {02213.f} (1)
+pl {02213.p2-thinks} (1)
+pl {02214.f} (1)
+pl {02214.p2-thinks} (1)
+pl {02215.f} (1)
+pl {02215.p2-thinks} (1)
+pl {02216.f} (1)
+pl {02216.p2-thinks} (1)
+pl {02217.f} (1)
+pl {02217.p2-thinks} (1)
+pl {02218.f} (1)
+pl {02218.p2-thinks} (1)
+pl {02219.f} (1)
+pl {02219.p2-thinks} (1)
+pl {02220.f} (1)
+pl {02220.p2-thinks} (1)
+pl {02221.f} (1)
+pl {02221.p2-thinks} (1)
+pl {02222.f} (1)
+pl {02222.p2-thinks} (1)
+pl {02223.f} (1)
+pl {02223.p2-thinks} (1)
+pl {02224.f} (1)
+pl {02224.p2-thinks} (1)
+pl {02225.f} (1)
+pl {02225.p2-thinks} (1)
+pl {02226.f} (1)
+pl {02226.p2-thinks} (1)
+pl {02227.f} (1)
+pl {02227.p2-thinks} (1)
+pl {02228.f} (1)
+pl {02228.p2-thinks} (1)
+pl {02229.f} (1)
+pl {02229.p2-thinks} (1)
+pl {02230.f} (1)
+pl {02230.p2-thinks} (1)
+pl {02231.f} (1)
+pl {02231.p2-thinks} (1)
+pl {02232.f} (1)
+pl {02232.p2-thinks} (1)
+pl {02233.f} (1)
+pl {02233.p2-thinks} (1)
+pl {02234.f} (1)
+pl {02234.p2-thinks} (1)
+pl {02235.f} (1)
+pl {02235.p2-thinks} (1)
+pl {02236.f} (1)
+pl {02236.p2-thinks} (1)
+pl {02237.f} (1)
+pl {02237.p2-thinks} (1)
+pl {02238.f} (1)
+pl {02238.p2-thinks} (1)
+pl {02239.f} (1)
+pl {02239.p2-thinks} (1)
+pl {02240.f} (1)
+pl {02240.p2-thinks} (1)
+pl {02241.f} (1)
+pl {02241.p2-thinks} (1)
+pl {02242.f} (1)
+pl {02242.p2-thinks} (1)
+pl {02243.f} (1)
+pl {02243.p2-thinks} (1)
+pl {02244.f} (1)
+pl {02244.p2-thinks} (1)
+pl {02245.f} (1)
+pl {02245.p2-thinks} (1)
+pl {02246.f} (1)
+pl {02246.p2-thinks} (1)
+pl {02247.f} (1)
+pl {02247.p2-thinks} (1)
+pl {02248.f} (1)
+pl {02248.p2-thinks} (1)
+pl {02249.f} (1)
+pl {02249.p2-thinks} (1)
+pl {02250.f} (1)
+pl {02250.p2-thinks} (1)
+pl {02251.f} (1)
+pl {02251.p2-thinks} (1)
+pl {02252.f} (1)
+pl {02252.p2-thinks} (1)
+pl {02253.f} (1)
+pl {02253.p2-thinks} (1)
+pl {02254.f} (1)
+pl {02254.p2-thinks} (1)
+pl {02255.f} (1)
+pl {02255.p2-thinks} (1)
+pl {02256.f} (1)
+pl {02256.p2-thinks} (1)
+pl {02257.f} (1)
+pl {02257.p2-thinks} (1)
+pl {02258.f} (1)
+pl {02258.p2-thinks} (1)
+pl {02259.f} (1)
+pl {02259.p2-thinks} (1)
+pl {02260.f} (1)
+pl {02260.p2-thinks} (1)
+pl {02261.f} (1)
+pl {02261.p2-thinks} (1)
+pl {02262.f} (1)
+pl {02262.p2-thinks} (1)
+pl {02263.f} (1)
+pl {02263.p2-thinks} (1)
+pl {02264.f} (1)
+pl {02264.p2-thinks} (1)
+pl {02265.f} (1)
+pl {02265.p2-thinks} (1)
+pl {02266.f} (1)
+pl {02266.p2-thinks} (1)
+pl {02267.f} (1)
+pl {02267.p2-thinks} (1)
+pl {02268.f} (1)
+pl {02268.p2-thinks} (1)
+pl {02269.f} (1)
+pl {02269.p2-thinks} (1)
+pl {02270.f} (1)
+pl {02270.p2-thinks} (1)
+pl {02271.f} (1)
+pl {02271.p2-thinks} (1)
+pl {02272.f} (1)
+pl {02272.p2-thinks} (1)
+pl {02273.f} (1)
+pl {02273.p2-thinks} (1)
+pl {02274.f} (1)
+pl {02274.p2-thinks} (1)
+pl {02275.f} (1)
+pl {02275.p2-thinks} (1)
+pl {02276.f} (1)
+pl {02276.p2-thinks} (1)
+pl {02277.f} (1)
+pl {02277.p2-thinks} (1)
+pl {02278.f} (1)
+pl {02278.p2-thinks} (1)
+pl {02279.f} (1)
+pl {02279.p2-thinks} (1)
+pl {02280.f} (1)
+pl {02280.p2-thinks} (1)
+pl {02281.f} (1)
+pl {02281.p2-thinks} (1)
+pl {02282.f} (1)
+pl {02282.p2-thinks} (1)
+pl {02283.f} (1)
+pl {02283.p2-thinks} (1)
+pl {02284.f} (1)
+pl {02284.p2-thinks} (1)
+pl {02285.f} (1)
+pl {02285.p2-thinks} (1)
+pl {02286.f} (1)
+pl {02286.p2-thinks} (1)
+pl {02287.f} (1)
+pl {02287.p2-thinks} (1)
+pl {02288.f} (1)
+pl {02288.p2-thinks} (1)
+pl {02289.f} (1)
+pl {02289.p2-thinks} (1)
+pl {02290.f} (1)
+pl {02290.p2-thinks} (1)
+pl {02291.f} (1)
+pl {02291.p2-thinks} (1)
+pl {02292.f} (1)
+pl {02292.p2-thinks} (1)
+pl {02293.f} (1)
+pl {02293.p2-thinks} (1)
+pl {02294.f} (1)
+pl {02294.p2-thinks} (1)
+pl {02295.f} (1)
+pl {02295.p2-thinks} (1)
+pl {02296.f} (1)
+pl {02296.p2-thinks} (1)
+pl {02297.f} (1)
+pl {02297.p2-thinks} (1)
+pl {02298.f} (1)
+pl {02298.p2-thinks} (1)
+pl {02299.f} (1)
+pl {02299.p2-thinks} (1)
+pl {02300.f} (1)
+pl {02300.p2-thinks} (1)
+pl {02301.f} (1)
+pl {02301.p2-thinks} (1)
+pl {02302.f} (1)
+pl {02302.p2-thinks} (1)
+pl {02303.f} (1)
+pl {02303.p2-thinks} (1)
+pl {02304.f} (1)
+pl {02304.p2-thinks} (1)
+pl {02305.f} (1)
+pl {02305.p2-thinks} (1)
+pl {02306.f} (1)
+pl {02306.p2-thinks} (1)
+pl {02307.f} (1)
+pl {02307.p2-thinks} (1)
+pl {02308.f} (1)
+pl {02308.p2-thinks} (1)
+pl {02309.f} (1)
+pl {02309.p2-thinks} (1)
+pl {02310.f} (1)
+pl {02310.p2-thinks} (1)
+pl {02311.f} (1)
+pl {02311.p2-thinks} (1)
+pl {02312.f} (1)
+pl {02312.p2-thinks} (1)
+pl {02313.f} (1)
+pl {02313.p2-thinks} (1)
+pl {02314.f} (1)
+pl {02314.p2-thinks} (1)
+pl {02315.f} (1)
+pl {02315.p2-thinks} (1)
+pl {02316.f} (1)
+pl {02316.p2-thinks} (1)
+pl {02317.f} (1)
+pl {02317.p2-thinks} (1)
+pl {02318.f} (1)
+pl {02318.p2-thinks} (1)
+pl {02319.f} (1)
+pl {02319.p2-thinks} (1)
+pl {02320.f} (1)
+pl {02320.p2-thinks} (1)
+pl {02321.f} (1)
+pl {02321.p2-thinks} (1)
+pl {02322.f} (1)
+pl {02322.p2-thinks} (1)
+pl {02323.f} (1)
+pl {02323.p2-thinks} (1)
+pl {02324.f} (1)
+pl {02324.p2-thinks} (1)
+pl {02325.f} (1)
+pl {02325.p2-thinks} (1)
+pl {02326.f} (1)
+pl {02326.p2-thinks} (1)
+pl {02327.f} (1)
+pl {02327.p2-thinks} (1)
+pl {02328.f} (1)
+pl {02328.p2-thinks} (1)
+pl {02329.f} (1)
+pl {02329.p2-thinks} (1)
+pl {02330.f} (1)
+pl {02330.p2-thinks} (1)
+pl {02331.f} (1)
+pl {02331.p2-thinks} (1)
+pl {02332.f} (1)
+pl {02332.p2-thinks} (1)
+pl {02333.f} (1)
+pl {02333.p2-thinks} (1)
+pl {02334.f} (1)
+pl {02334.p2-thinks} (1)
+pl {02335.f} (1)
+pl {02335.p2-thinks} (1)
+pl {02336.f} (1)
+pl {02336.p2-thinks} (1)
+pl {02337.f} (1)
+pl {02337.p2-thinks} (1)
+pl {02338.f} (1)
+pl {02338.p2-thinks} (1)
+pl {02339.f} (1)
+pl {02339.p2-thinks} (1)
+pl {02340.f} (1)
+pl {02340.p2-thinks} (1)
+pl {02341.f} (1)
+pl {02341.p2-thinks} (1)
+pl {02342.f} (1)
+pl {02342.p2-thinks} (1)
+pl {02343.f} (1)
+pl {02343.p2-thinks} (1)
+pl {02344.f} (1)
+pl {02344.p2-thinks} (1)
+pl {02345.f} (1)
+pl {02345.p2-thinks} (1)
+pl {02346.f} (1)
+pl {02346.p2-thinks} (1)
+pl {02347.f} (1)
+pl {02347.p2-thinks} (1)
+pl {02348.f} (1)
+pl {02348.p2-thinks} (1)
+pl {02349.f} (1)
+pl {02349.p2-thinks} (1)
+pl {02350.f} (1)
+pl {02350.p2-thinks} (1)
+pl {02351.f} (1)
+pl {02351.p2-thinks} (1)
+pl {02352.f} (1)
+pl {02352.p2-thinks} (1)
+pl {02353.f} (1)
+pl {02353.p2-thinks} (1)
+pl {02354.f} (1)
+pl {02354.p2-thinks} (1)
+pl {02355.f} (1)
+pl {02355.p2-thinks} (1)
+pl {02356.f} (1)
+pl {02356.p2-thinks} (1)
+pl {02357.f} (1)
+pl {02357.p2-thinks} (1)
+pl {02358.f} (1)
+pl {02358.p2-thinks} (1)
+pl {02359.f} (1)
+pl {02359.p2-thinks} (1)
+pl {02360.f} (1)
+pl {02360.p2-thinks} (1)
+pl {02361.f} (1)
+pl {02361.p2-thinks} (1)
+pl {02362.f} (1)
+pl {02362.p2-thinks} (1)
+pl {02363.f} (1)
+pl {02363.p2-thinks} (1)
+pl {02364.f} (1)
+pl {02364.p2-thinks} (1)
+pl {02365.f} (1)
+pl {02365.p2-thinks} (1)
+pl {02366.f} (1)
+pl {02366.p2-thinks} (1)
+pl {02367.f} (1)
+pl {02367.p2-thinks} (1)
+pl {02368.f} (1)
+pl {02368.p2-thinks} (1)
+pl {02369.f} (1)
+pl {02369.p2-thinks} (1)
+pl {02370.f} (1)
+pl {02370.p2-thinks} (1)
+pl {02371.f} (1)
+pl {02371.p2-thinks} (1)
+pl {02372.f} (1)
+pl {02372.p2-thinks} (1)
+pl {02373.f} (1)
+pl {02373.p2-thinks} (1)
+pl {02374.f} (1)
+pl {02374.p2-thinks} (1)
+pl {02375.f} (1)
+pl {02375.p2-thinks} (1)
+pl {02376.f} (1)
+pl {02376.p2-thinks} (1)
+pl {02377.f} (1)
+pl {02377.p2-thinks} (1)
+pl {02378.f} (1)
+pl {02378.p2-thinks} (1)
+pl {02379.f} (1)
+pl {02379.p2-thinks} (1)
+pl {02380.f} (1)
+pl {02380.p2-thinks} (1)
+pl {02381.f} (1)
+pl {02381.p2-thinks} (1)
+pl {02382.f} (1)
+pl {02382.p2-thinks} (1)
+pl {02383.f} (1)
+pl {02383.p2-thinks} (1)
+pl {02384.f} (1)
+pl {02384.p2-thinks} (1)
+pl {02385.f} (1)
+pl {02385.p2-thinks} (1)
+pl {02386.f} (1)
+pl {02386.p2-thinks} (1)
+pl {02387.f} (1)
+pl {02387.p2-thinks} (1)
+pl {02388.f} (1)
+pl {02388.p2-thinks} (1)
+pl {02389.f} (1)
+pl {02389.p2-thinks} (1)
+pl {02390.f} (1)
+pl {02390.p2-thinks} (1)
+pl {02391.f} (1)
+pl {02391.p2-thinks} (1)
+pl {02392.f} (1)
+pl {02392.p2-thinks} (1)
+pl {02393.f} (1)
+pl {02393.p2-thinks} (1)
+pl {02394.f} (1)
+pl {02394.p2-thinks} (1)
+pl {02395.f} (1)
+pl {02395.p2-thinks} (1)
+pl {02396.f} (1)
+pl {02396.p2-thinks} (1)
+pl {02397.f} (1)
+pl {02397.p2-thinks} (1)
+pl {02398.f} (1)
+pl {02398.p2-thinks} (1)
+pl {02399.f} (1)
+pl {02399.p2-thinks} (1)
+pl {02400.f} (1)
+pl {02400.p2-thinks} (1)
+pl {02401.f} (1)
+pl {02401.p2-thinks} (1)
+pl {02402.f} (1)
+pl {02402.p2-thinks} (1)
+pl {02403.f} (1)
+pl {02403.p2-thinks} (1)
+pl {02404.f} (1)
+pl {02404.p2-thinks} (1)
+pl {02405.f} (1)
+pl {02405.p2-thinks} (1)
+pl {02406.f} (1)
+pl {02406.p2-thinks} (1)
+pl {02407.f} (1)
+pl {02407.p2-thinks} (1)
+pl {02408.f} (1)
+pl {02408.p2-thinks} (1)
+pl {02409.f} (1)
+pl {02409.p2-thinks} (1)
+pl {02410.f} (1)
+pl {02410.p2-thinks} (1)
+pl {02411.f} (1)
+pl {02411.p2-thinks} (1)
+pl {02412.f} (1)
+pl {02412.p2-thinks} (1)
+pl {02413.f} (1)
+pl {02413.p2-thinks} (1)
+pl {02414.f} (1)
+pl {02414.p2-thinks} (1)
+pl {02415.f} (1)
+pl {02415.p2-thinks} (1)
+pl {02416.f} (1)
+pl {02416.p2-thinks} (1)
+pl {02417.f} (1)
+pl {02417.p2-thinks} (1)
+pl {02418.f} (1)
+pl {02418.p2-thinks} (1)
+pl {02419.f} (1)
+pl {02419.p2-thinks} (1)
+pl {02420.f} (1)
+pl {02420.p2-thinks} (1)
+pl {02421.f} (1)
+pl {02421.p2-thinks} (1)
+pl {02422.f} (1)
+pl {02422.p2-thinks} (1)
+pl {02423.f} (1)
+pl {02423.p2-thinks} (1)
+pl {02424.f} (1)
+pl {02424.p2-thinks} (1)
+pl {02425.f} (1)
+pl {02425.p2-thinks} (1)
+pl {02426.f} (1)
+pl {02426.p2-thinks} (1)
+pl {02427.f} (1)
+pl {02427.p2-thinks} (1)
+pl {02428.f} (1)
+pl {02428.p2-thinks} (1)
+pl {02429.f} (1)
+pl {02429.p2-thinks} (1)
+pl {02430.f} (1)
+pl {02430.p2-thinks} (1)
+pl {02431.f} (1)
+pl {02431.p2-thinks} (1)
+pl {02432.f} (1)
+pl {02432.p2-thinks} (1)
+pl {02433.f} (1)
+pl {02433.p2-thinks} (1)
+pl {02434.f} (1)
+pl {02434.p2-thinks} (1)
+pl {02435.f} (1)
+pl {02435.p2-thinks} (1)
+pl {02436.f} (1)
+pl {02436.p2-thinks} (1)
+pl {02437.f} (1)
+pl {02437.p2-thinks} (1)
+pl {02438.f} (1)
+pl {02438.p2-thinks} (1)
+pl {02439.f} (1)
+pl {02439.p2-thinks} (1)
+pl {02440.f} (1)
+pl {02440.p2-thinks} (1)
+pl {02441.f} (1)
+pl {02441.p2-thinks} (1)
+pl {02442.f} (1)
+pl {02442.p2-thinks} (1)
+pl {02443.f} (1)
+pl {02443.p2-thinks} (1)
+pl {02444.f} (1)
+pl {02444.p2-thinks} (1)
+pl {02445.f} (1)
+pl {02445.p2-thinks} (1)
+pl {02446.f} (1)
+pl {02446.p2-thinks} (1)
+pl {02447.f} (1)
+pl {02447.p2-thinks} (1)
+pl {02448.f} (1)
+pl {02448.p2-thinks} (1)
+pl {02449.f} (1)
+pl {02449.p2-thinks} (1)
+pl {02450.f} (1)
+pl {02450.p2-thinks} (1)
+pl {02451.f} (1)
+pl {02451.p2-thinks} (1)
+pl {02452.f} (1)
+pl {02452.p2-thinks} (1)
+pl {02453.f} (1)
+pl {02453.p2-thinks} (1)
+pl {02454.f} (1)
+pl {02454.p2-thinks} (1)
+pl {02455.f} (1)
+pl {02455.p2-thinks} (1)
+pl {02456.f} (1)
+pl {02456.p2-thinks} (1)
+pl {02457.f} (1)
+pl {02457.p2-thinks} (1)
+pl {02458.f} (1)
+pl {02458.p2-thinks} (1)
+pl {02459.f} (1)
+pl {02459.p2-thinks} (1)
+pl {02460.f} (1)
+pl {02460.p2-thinks} (1)
+pl {02461.f} (1)
+pl {02461.p2-thinks} (1)
+pl {02462.f} (1)
+pl {02462.p2-thinks} (1)
+pl {02463.f} (1)
+pl {02463.p2-thinks} (1)
+pl {02464.f} (1)
+pl {02464.p2-thinks} (1)
+pl {02465.f} (1)
+pl {02465.p2-thinks} (1)
+pl {02466.f} (1)
+pl {02466.p2-thinks} (1)
+pl {02467.f} (1)
+pl {02467.p2-thinks} (1)
+pl {02468.f} (1)
+pl {02468.p2-thinks} (1)
+pl {02469.f} (1)
+pl {02469.p2-thinks} (1)
+pl {02470.f} (1)
+pl {02470.p2-thinks} (1)
+pl {02471.f} (1)
+pl {02471.p2-thinks} (1)
+pl {02472.f} (1)
+pl {02472.p2-thinks} (1)
+pl {02473.f} (1)
+pl {02473.p2-thinks} (1)
+pl {02474.f} (1)
+pl {02474.p2-thinks} (1)
+pl {02475.f} (1)
+pl {02475.p2-thinks} (1)
+pl {02476.f} (1)
+pl {02476.p2-thinks} (1)
+pl {02477.f} (1)
+pl {02477.p2-thinks} (1)
+pl {02478.f} (1)
+pl {02478.p2-thinks} (1)
+pl {02479.f} (1)
+pl {02479.p2-thinks} (1)
+pl {02480.f} (1)
+pl {02480.p2-thinks} (1)
+pl {02481.f} (1)
+pl {02481.p2-thinks} (1)
+pl {02482.f} (1)
+pl {02482.p2-thinks} (1)
+pl {02483.f} (1)
+pl {02483.p2-thinks} (1)
+pl {02484.f} (1)
+pl {02484.p2-thinks} (1)
+pl {02485.f} (1)
+pl {02485.p2-thinks} (1)
+pl {02486.f} (1)
+pl {02486.p2-thinks} (1)
+pl {02487.f} (1)
+pl {02487.p2-thinks} (1)
+pl {02488.f} (1)
+pl {02488.p2-thinks} (1)
+pl {02489.f} (1)
+pl {02489.p2-thinks} (1)
+pl {02490.f} (1)
+pl {02490.p2-thinks} (1)
+pl {02491.f} (1)
+pl {02491.p2-thinks} (1)
+pl {02492.f} (1)
+pl {02492.p2-thinks} (1)
+pl {02493.f} (1)
+pl {02493.p2-thinks} (1)
+pl {02494.f} (1)
+pl {02494.p2-thinks} (1)
+pl {02495.f} (1)
+pl {02495.p2-thinks} (1)
+pl {02496.f} (1)
+pl {02496.p2-thinks} (1)
+pl {02497.f} (1)
+pl {02497.p2-thinks} (1)
+pl {02498.f} (1)
+pl {02498.p2-thinks} (1)
+pl {02499.f} (1)
+pl {02499.p2-thinks} (1)
+pl {02500.f} (1)
+pl {02500.p2-thinks} (1)
+pl {02501.f} (1)
+pl {02501.p2-thinks} (1)
+pl {02502.f} (1)
+pl {02502.p2-thinks} (1)
+pl {02503.f} (1)
+pl {02503.p2-thinks} (1)
+pl {02504.f} (1)
+pl {02504.p2-thinks} (1)
+pl {02505.f} (1)
+pl {02505.p2-thinks} (1)
+pl {02506.f} (1)
+pl {02506.p2-thinks} (1)
+pl {02507.f} (1)
+pl {02507.p2-thinks} (1)
+pl {02508.f} (1)
+pl {02508.p2-thinks} (1)
+pl {02509.f} (1)
+pl {02509.p2-thinks} (1)
+pl {02510.f} (1)
+pl {02510.p2-thinks} (1)
+pl {02511.f} (1)
+pl {02511.p2-thinks} (1)
+pl {02512.f} (1)
+pl {02512.p2-thinks} (1)
+pl {02513.f} (1)
+pl {02513.p2-thinks} (1)
+pl {02514.f} (1)
+pl {02514.p2-thinks} (1)
+pl {02515.f} (1)
+pl {02515.p2-thinks} (1)
+pl {02516.f} (1)
+pl {02516.p2-thinks} (1)
+pl {02517.f} (1)
+pl {02517.p2-thinks} (1)
+pl {02518.f} (1)
+pl {02518.p2-thinks} (1)
+pl {02519.f} (1)
+pl {02519.p2-thinks} (1)
+pl {02520.f} (1)
+pl {02520.p2-thinks} (1)
+pl {02521.f} (1)
+pl {02521.p2-thinks} (1)
+pl {02522.f} (1)
+pl {02522.p2-thinks} (1)
+pl {02523.f} (1)
+pl {02523.p2-thinks} (1)
+pl {02524.f} (1)
+pl {02524.p2-thinks} (1)
+pl {02525.f} (1)
+pl {02525.p2-thinks} (1)
+pl {02526.f} (1)
+pl {02526.p2-thinks} (1)
+pl {02527.f} (1)
+pl {02527.p2-thinks} (1)
+pl {02528.f} (1)
+pl {02528.p2-thinks} (1)
+pl {02529.f} (1)
+pl {02529.p2-thinks} (1)
+pl {02530.f} (1)
+pl {02530.p2-thinks} (1)
+pl {02531.f} (1)
+pl {02531.p2-thinks} (1)
+pl {02532.f} (1)
+pl {02532.p2-thinks} (1)
+pl {02533.f} (1)
+pl {02533.p2-thinks} (1)
+pl {02534.f} (1)
+pl {02534.p2-thinks} (1)
+pl {02535.f} (1)
+pl {02535.p2-thinks} (1)
+pl {02536.f} (1)
+pl {02536.p2-thinks} (1)
+pl {02537.f} (1)
+pl {02537.p2-thinks} (1)
+pl {02538.f} (1)
+pl {02538.p2-thinks} (1)
+pl {02539.f} (1)
+pl {02539.p2-thinks} (1)
+pl {02540.f} (1)
+pl {02540.p2-thinks} (1)
+pl {02541.f} (1)
+pl {02541.p2-thinks} (1)
+pl {02542.f} (1)
+pl {02542.p2-thinks} (1)
+pl {02543.f} (1)
+pl {02543.p2-thinks} (1)
+pl {02544.f} (1)
+pl {02544.p2-thinks} (1)
+pl {02545.f} (1)
+pl {02545.p2-thinks} (1)
+pl {02546.f} (1)
+pl {02546.p2-thinks} (1)
+pl {02547.f} (1)
+pl {02547.p2-thinks} (1)
+pl {02548.f} (1)
+pl {02548.p2-thinks} (1)
+pl {02549.f} (1)
+pl {02549.p2-thinks} (1)
+pl {02550.f} (1)
+pl {02550.p2-thinks} (1)
+pl {02551.f} (1)
+pl {02551.p2-thinks} (1)
+pl {02552.f} (1)
+pl {02552.p2-thinks} (1)
+pl {02553.f} (1)
+pl {02553.p2-thinks} (1)
+pl {02554.f} (1)
+pl {02554.p2-thinks} (1)
+pl {02555.f} (1)
+pl {02555.p2-thinks} (1)
+pl {02556.f} (1)
+pl {02556.p2-thinks} (1)
+pl {02557.f} (1)
+pl {02557.p2-thinks} (1)
+pl {02558.f} (1)
+pl {02558.p2-thinks} (1)
+pl {02559.f} (1)
+pl {02559.p2-thinks} (1)
+pl {02560.f} (1)
+pl {02560.p2-thinks} (1)
+pl {02561.f} (1)
+pl {02561.p2-thinks} (1)
+pl {02562.f} (1)
+pl {02562.p2-thinks} (1)
+pl {02563.f} (1)
+pl {02563.p2-thinks} (1)
+pl {02564.f} (1)
+pl {02564.p2-thinks} (1)
+pl {02565.f} (1)
+pl {02565.p2-thinks} (1)
+pl {02566.f} (1)
+pl {02566.p2-thinks} (1)
+pl {02567.f} (1)
+pl {02567.p2-thinks} (1)
+pl {02568.f} (1)
+pl {02568.p2-thinks} (1)
+pl {02569.f} (1)
+pl {02569.p2-thinks} (1)
+pl {02570.f} (1)
+pl {02570.p2-thinks} (1)
+pl {02571.f} (1)
+pl {02571.p2-thinks} (1)
+pl {02572.f} (1)
+pl {02572.p2-thinks} (1)
+pl {02573.f} (1)
+pl {02573.p2-thinks} (1)
+pl {02574.f} (1)
+pl {02574.p2-thinks} (1)
+pl {02575.f} (1)
+pl {02575.p2-thinks} (1)
+pl {02576.f} (1)
+pl {02576.p2-thinks} (1)
+pl {02577.f} (1)
+pl {02577.p2-thinks} (1)
+pl {02578.f} (1)
+pl {02578.p2-thinks} (1)
+pl {02579.f} (1)
+pl {02579.p2-thinks} (1)
+pl {02580.f} (1)
+pl {02580.p2-thinks} (1)
+pl {02581.f} (1)
+pl {02581.p2-thinks} (1)
+pl {02582.f} (1)
+pl {02582.p2-thinks} (1)
+pl {02583.f} (1)
+pl {02583.p2-thinks} (1)
+pl {02584.f} (1)
+pl {02584.p2-thinks} (1)
+pl {02585.f} (1)
+pl {02585.p2-thinks} (1)
+pl {02586.f} (1)
+pl {02586.p2-thinks} (1)
+pl {02587.f} (1)
+pl {02587.p2-thinks} (1)
+pl {02588.f} (1)
+pl {02588.p2-thinks} (1)
+pl {02589.f} (1)
+pl {02589.p2-thinks} (1)
+pl {02590.f} (1)
+pl {02590.p2-thinks} (1)
+pl {02591.f} (1)
+pl {02591.p2-thinks} (1)
+pl {02592.f} (1)
+pl {02592.p2-thinks} (1)
+pl {02593.f} (1)
+pl {02593.p2-thinks} (1)
+pl {02594.f} (1)
+pl {02594.p2-thinks} (1)
+pl {02595.f} (1)
+pl {02595.p2-thinks} (1)
+pl {02596.f} (1)
+pl {02596.p2-thinks} (1)
+pl {02597.f} (1)
+pl {02597.p2-thinks} (1)
+pl {02598.f} (1)
+pl {02598.p2-thinks} (1)
+pl {02599.f} (1)
+pl {02599.p2-thinks} (1)
+pl {02600.f} (1)
+pl {02600.p2-thinks} (1)
+pl {02601.f} (1)
+pl {02601.p2-thinks} (1)
+pl {02602.f} (1)
+pl {02602.p2-thinks} (1)
+pl {02603.f} (1)
+pl {02603.p2-thinks} (1)
+pl {02604.f} (1)
+pl {02604.p2-thinks} (1)
+pl {02605.f} (1)
+pl {02605.p2-thinks} (1)
+pl {02606.f} (1)
+pl {02606.p2-thinks} (1)
+pl {02607.f} (1)
+pl {02607.p2-thinks} (1)
+pl {02608.f} (1)
+pl {02608.p2-thinks} (1)
+pl {02609.f} (1)
+pl {02609.p2-thinks} (1)
+pl {02610.f} (1)
+pl {02610.p2-thinks} (1)
+pl {02611.f} (1)
+pl {02611.p2-thinks} (1)
+pl {02612.f} (1)
+pl {02612.p2-thinks} (1)
+pl {02613.f} (1)
+pl {02613.p2-thinks} (1)
+pl {02614.f} (1)
+pl {02614.p2-thinks} (1)
+pl {02615.f} (1)
+pl {02615.p2-thinks} (1)
+pl {02616.f} (1)
+pl {02616.p2-thinks} (1)
+pl {02617.f} (1)
+pl {02617.p2-thinks} (1)
+pl {02618.f} (1)
+pl {02618.p2-thinks} (1)
+pl {02619.f} (1)
+pl {02619.p2-thinks} (1)
+pl {02620.f} (1)
+pl {02620.p2-thinks} (1)
+pl {02621.f} (1)
+pl {02621.p2-thinks} (1)
+pl {02622.f} (1)
+pl {02622.p2-thinks} (1)
+pl {02623.f} (1)
+pl {02623.p2-thinks} (1)
+pl {02624.f} (1)
+pl {02624.p2-thinks} (1)
+pl {02625.f} (1)
+pl {02625.p2-thinks} (1)
+pl {02626.f} (1)
+pl {02626.p2-thinks} (1)
+pl {02627.f} (1)
+pl {02627.p2-thinks} (1)
+pl {02628.f} (1)
+pl {02628.p2-thinks} (1)
+pl {02629.f} (1)
+pl {02629.p2-thinks} (1)
+pl {02630.f} (1)
+pl {02630.p2-thinks} (1)
+pl {02631.f} (1)
+pl {02631.p2-thinks} (1)
+pl {02632.f} (1)
+pl {02632.p2-thinks} (1)
+pl {02633.f} (1)
+pl {02633.p2-thinks} (1)
+pl {02634.f} (1)
+pl {02634.p2-thinks} (1)
+pl {02635.f} (1)
+pl {02635.p2-thinks} (1)
+pl {02636.f} (1)
+pl {02636.p2-thinks} (1)
+pl {02637.f} (1)
+pl {02637.p2-thinks} (1)
+pl {02638.f} (1)
+pl {02638.p2-thinks} (1)
+pl {02639.f} (1)
+pl {02639.p2-thinks} (1)
+pl {02640.f} (1)
+pl {02640.p2-thinks} (1)
+pl {02641.f} (1)
+pl {02641.p2-thinks} (1)
+pl {02642.f} (1)
+pl {02642.p2-thinks} (1)
+pl {02643.f} (1)
+pl {02643.p2-thinks} (1)
+pl {02644.f} (1)
+pl {02644.p2-thinks} (1)
+pl {02645.f} (1)
+pl {02645.p2-thinks} (1)
+pl {02646.f} (1)
+pl {02646.p2-thinks} (1)
+pl {02647.f} (1)
+pl {02647.p2-thinks} (1)
+pl {02648.f} (1)
+pl {02648.p2-thinks} (1)
+pl {02649.f} (1)
+pl {02649.p2-thinks} (1)
+pl {02650.f} (1)
+pl {02650.p2-thinks} (1)
+pl {02651.f} (1)
+pl {02651.p2-thinks} (1)
+pl {02652.f} (1)
+pl {02652.p2-thinks} (1)
+pl {02653.f} (1)
+pl {02653.p2-thinks} (1)
+pl {02654.f} (1)
+pl {02654.p2-thinks} (1)
+pl {02655.f} (1)
+pl {02655.p2-thinks} (1)
+pl {02656.f} (1)
+pl {02656.p2-thinks} (1)
+pl {02657.f} (1)
+pl {02657.p2-thinks} (1)
+pl {02658.f} (1)
+pl {02658.p2-thinks} (1)
+pl {02659.f} (1)
+pl {02659.p2-thinks} (1)
+pl {02660.f} (1)
+pl {02660.p2-thinks} (1)
+pl {02661.f} (1)
+pl {02661.p2-thinks} (1)
+pl {02662.f} (1)
+pl {02662.p2-thinks} (1)
+pl {02663.f} (1)
+pl {02663.p2-thinks} (1)
+pl {02664.f} (1)
+pl {02664.p2-thinks} (1)
+pl {02665.f} (1)
+pl {02665.p2-thinks} (1)
+pl {02666.f} (1)
+pl {02666.p2-thinks} (1)
+pl {02667.f} (1)
+pl {02667.p2-thinks} (1)
+pl {02668.f} (1)
+pl {02668.p2-thinks} (1)
+pl {02669.f} (1)
+pl {02669.p2-thinks} (1)
+pl {02670.f} (1)
+pl {02670.p2-thinks} (1)
+pl {02671.f} (1)
+pl {02671.p2-thinks} (1)
+pl {02672.f} (1)
+pl {02672.p2-thinks} (1)
+pl {02673.f} (1)
+pl {02673.p2-thinks} (1)
+pl {02674.f} (1)
+pl {02674.p2-thinks} (1)
+pl {02675.f} (1)
+pl {02675.p2-thinks} (1)
+pl {02676.f} (1)
+pl {02676.p2-thinks} (1)
+pl {02677.f} (1)
+pl {02677.p2-thinks} (1)
+pl {02678.f} (1)
+pl {02678.p2-thinks} (1)
+pl {02679.f} (1)
+pl {02679.p2-thinks} (1)
+pl {02680.f} (1)
+pl {02680.p2-thinks} (1)
+pl {02681.f} (1)
+pl {02681.p2-thinks} (1)
+pl {02682.f} (1)
+pl {02682.p2-thinks} (1)
+pl {02683.f} (1)
+pl {02683.p2-thinks} (1)
+pl {02684.f} (1)
+pl {02684.p2-thinks} (1)
+pl {02685.f} (1)
+pl {02685.p2-thinks} (1)
+pl {02686.f} (1)
+pl {02686.p2-thinks} (1)
+pl {02687.f} (1)
+pl {02687.p2-thinks} (1)
+pl {02688.f} (1)
+pl {02688.p2-thinks} (1)
+pl {02689.f} (1)
+pl {02689.p2-thinks} (1)
+pl {02690.f} (1)
+pl {02690.p2-thinks} (1)
+pl {02691.f} (1)
+pl {02691.p2-thinks} (1)
+pl {02692.f} (1)
+pl {02692.p2-thinks} (1)
+pl {02693.f} (1)
+pl {02693.p2-thinks} (1)
+pl {02694.f} (1)
+pl {02694.p2-thinks} (1)
+pl {02695.f} (1)
+pl {02695.p2-thinks} (1)
+pl {02696.f} (1)
+pl {02696.p2-thinks} (1)
+pl {02697.f} (1)
+pl {02697.p2-thinks} (1)
+pl {02698.f} (1)
+pl {02698.p2-thinks} (1)
+pl {02699.f} (1)
+pl {02699.p2-thinks} (1)
+pl {02700.f} (1)
+pl {02700.p2-thinks} (1)
+pl {02701.f} (1)
+pl {02701.p2-thinks} (1)
+pl {02702.f} (1)
+pl {02702.p2-thinks} (1)
+pl {02703.f} (1)
+pl {02703.p2-thinks} (1)
+pl {02704.f} (1)
+pl {02704.p2-thinks} (1)
+pl {02705.f} (1)
+pl {02705.p2-thinks} (1)
+pl {02706.f} (1)
+pl {02706.p2-thinks} (1)
+pl {02707.f} (1)
+pl {02707.p2-thinks} (1)
+pl {02708.f} (1)
+pl {02708.p2-thinks} (1)
+pl {02709.f} (1)
+pl {02709.p2-thinks} (1)
+pl {02710.f} (1)
+pl {02710.p2-thinks} (1)
+pl {02711.f} (1)
+pl {02711.p2-thinks} (1)
+pl {02712.f} (1)
+pl {02712.p2-thinks} (1)
+pl {02713.f} (1)
+pl {02713.p2-thinks} (1)
+pl {02714.f} (1)
+pl {02714.p2-thinks} (1)
+pl {02715.f} (1)
+pl {02715.p2-thinks} (1)
+pl {02716.f} (1)
+pl {02716.p2-thinks} (1)
+pl {02717.f} (1)
+pl {02717.p2-thinks} (1)
+pl {02718.f} (1)
+pl {02718.p2-thinks} (1)
+pl {02719.f} (1)
+pl {02719.p2-thinks} (1)
+pl {02720.f} (1)
+pl {02720.p2-thinks} (1)
+pl {02721.f} (1)
+pl {02721.p2-thinks} (1)
+pl {02722.f} (1)
+pl {02722.p2-thinks} (1)
+pl {02723.f} (1)
+pl {02723.p2-thinks} (1)
+pl {02724.f} (1)
+pl {02724.p2-thinks} (1)
+pl {02725.f} (1)
+pl {02725.p2-thinks} (1)
+pl {02726.f} (1)
+pl {02726.p2-thinks} (1)
+pl {02727.f} (1)
+pl {02727.p2-thinks} (1)
+pl {02728.f} (1)
+pl {02728.p2-thinks} (1)
+pl {02729.f} (1)
+pl {02729.p2-thinks} (1)
+pl {02730.f} (1)
+pl {02730.p2-thinks} (1)
+pl {02731.f} (1)
+pl {02731.p2-thinks} (1)
+pl {02732.f} (1)
+pl {02732.p2-thinks} (1)
+pl {02733.f} (1)
+pl {02733.p2-thinks} (1)
+pl {02734.f} (1)
+pl {02734.p2-thinks} (1)
+pl {02735.f} (1)
+pl {02735.p2-thinks} (1)
+pl {02736.f} (1)
+pl {02736.p2-thinks} (1)
+pl {02737.f} (1)
+pl {02737.p2-thinks} (1)
+pl {02738.f} (1)
+pl {02738.p2-thinks} (1)
+pl {02739.f} (1)
+pl {02739.p2-thinks} (1)
+pl {02740.f} (1)
+pl {02740.p2-thinks} (1)
+pl {02741.f} (1)
+pl {02741.p2-thinks} (1)
+pl {02742.f} (1)
+pl {02742.p2-thinks} (1)
+pl {02743.f} (1)
+pl {02743.p2-thinks} (1)
+pl {02744.f} (1)
+pl {02744.p2-thinks} (1)
+pl {02745.f} (1)
+pl {02745.p2-thinks} (1)
+pl {02746.f} (1)
+pl {02746.p2-thinks} (1)
+pl {02747.f} (1)
+pl {02747.p2-thinks} (1)
+pl {02748.f} (1)
+pl {02748.p2-thinks} (1)
+pl {02749.f} (1)
+pl {02749.p2-thinks} (1)
+pl {02750.f} (1)
+pl {02750.p2-thinks} (1)
+pl {02751.f} (1)
+pl {02751.p2-thinks} (1)
+pl {02752.f} (1)
+pl {02752.p2-thinks} (1)
+pl {02753.f} (1)
+pl {02753.p2-thinks} (1)
+pl {02754.f} (1)
+pl {02754.p2-thinks} (1)
+pl {02755.f} (1)
+pl {02755.p2-thinks} (1)
+pl {02756.f} (1)
+pl {02756.p2-thinks} (1)
+pl {02757.f} (1)
+pl {02757.p2-thinks} (1)
+pl {02758.f} (1)
+pl {02758.p2-thinks} (1)
+pl {02759.f} (1)
+pl {02759.p2-thinks} (1)
+pl {02760.f} (1)
+pl {02760.p2-thinks} (1)
+pl {02761.f} (1)
+pl {02761.p2-thinks} (1)
+pl {02762.f} (1)
+pl {02762.p2-thinks} (1)
+pl {02763.f} (1)
+pl {02763.p2-thinks} (1)
+pl {02764.f} (1)
+pl {02764.p2-thinks} (1)
+pl {02765.f} (1)
+pl {02765.p2-thinks} (1)
+pl {02766.f} (1)
+pl {02766.p2-thinks} (1)
+pl {02767.f} (1)
+pl {02767.p2-thinks} (1)
+pl {02768.f} (1)
+pl {02768.p2-thinks} (1)
+pl {02769.f} (1)
+pl {02769.p2-thinks} (1)
+pl {02770.f} (1)
+pl {02770.p2-thinks} (1)
+pl {02771.f} (1)
+pl {02771.p2-thinks} (1)
+pl {02772.f} (1)
+pl {02772.p2-thinks} (1)
+pl {02773.f} (1)
+pl {02773.p2-thinks} (1)
+pl {02774.f} (1)
+pl {02774.p2-thinks} (1)
+pl {02775.f} (1)
+pl {02775.p2-thinks} (1)
+pl {02776.f} (1)
+pl {02776.p2-thinks} (1)
+pl {02777.f} (1)
+pl {02777.p2-thinks} (1)
+pl {02778.f} (1)
+pl {02778.p2-thinks} (1)
+pl {02779.f} (1)
+pl {02779.p2-thinks} (1)
+pl {02780.f} (1)
+pl {02780.p2-thinks} (1)
+pl {02781.f} (1)
+pl {02781.p2-thinks} (1)
+pl {02782.f} (1)
+pl {02782.p2-thinks} (1)
+pl {02783.f} (1)
+pl {02783.p2-thinks} (1)
+pl {02784.f} (1)
+pl {02784.p2-thinks} (1)
+pl {02785.f} (1)
+pl {02785.p2-thinks} (1)
+pl {02786.f} (1)
+pl {02786.p2-thinks} (1)
+pl {02787.f} (1)
+pl {02787.p2-thinks} (1)
+pl {02788.f} (1)
+pl {02788.p2-thinks} (1)
+pl {02789.f} (1)
+pl {02789.p2-thinks} (1)
+pl {02790.f} (1)
+pl {02790.p2-thinks} (1)
+pl {02791.f} (1)
+pl {02791.p2-thinks} (1)
+pl {02792.f} (1)
+pl {02792.p2-thinks} (1)
+pl {02793.f} (1)
+pl {02793.p2-thinks} (1)
+pl {02794.f} (1)
+pl {02794.p2-thinks} (1)
+pl {02795.f} (1)
+pl {02795.p2-thinks} (1)
+pl {02796.f} (1)
+pl {02796.p2-thinks} (1)
+pl {02797.f} (1)
+pl {02797.p2-thinks} (1)
+pl {02798.f} (1)
+pl {02798.p2-thinks} (1)
+pl {02799.f} (1)
+pl {02799.p2-thinks} (1)
+pl {02800.f} (1)
+pl {02800.p2-thinks} (1)
+pl {02801.f} (1)
+pl {02801.p2-thinks} (1)
+pl {02802.f} (1)
+pl {02802.p2-thinks} (1)
+pl {02803.f} (1)
+pl {02803.p2-thinks} (1)
+pl {02804.f} (1)
+pl {02804.p2-thinks} (1)
+pl {02805.f} (1)
+pl {02805.p2-thinks} (1)
+pl {02806.f} (1)
+pl {02806.p2-thinks} (1)
+pl {02807.f} (1)
+pl {02807.p2-thinks} (1)
+pl {02808.f} (1)
+pl {02808.p2-thinks} (1)
+pl {02809.f} (1)
+pl {02809.p2-thinks} (1)
+pl {02810.f} (1)
+pl {02810.p2-thinks} (1)
+pl {02811.f} (1)
+pl {02811.p2-thinks} (1)
+pl {02812.f} (1)
+pl {02812.p2-thinks} (1)
+pl {02813.f} (1)
+pl {02813.p2-thinks} (1)
+pl {02814.f} (1)
+pl {02814.p2-thinks} (1)
+pl {02815.f} (1)
+pl {02815.p2-thinks} (1)
+pl {02816.f} (1)
+pl {02816.p2-thinks} (1)
+pl {02817.f} (1)
+pl {02817.p2-thinks} (1)
+pl {02818.f} (1)
+pl {02818.p2-thinks} (1)
+pl {02819.f} (1)
+pl {02819.p2-thinks} (1)
+pl {02820.f} (1)
+pl {02820.p2-thinks} (1)
+pl {02821.f} (1)
+pl {02821.p2-thinks} (1)
+pl {02822.f} (1)
+pl {02822.p2-thinks} (1)
+pl {02823.f} (1)
+pl {02823.p2-thinks} (1)
+pl {02824.f} (1)
+pl {02824.p2-thinks} (1)
+pl {02825.f} (1)
+pl {02825.p2-thinks} (1)
+pl {02826.f} (1)
+pl {02826.p2-thinks} (1)
+pl {02827.f} (1)
+pl {02827.p2-thinks} (1)
+pl {02828.f} (1)
+pl {02828.p2-thinks} (1)
+pl {02829.f} (1)
+pl {02829.p2-thinks} (1)
+pl {02830.f} (1)
+pl {02830.p2-thinks} (1)
+pl {02831.f} (1)
+pl {02831.p2-thinks} (1)
+pl {02832.f} (1)
+pl {02832.p2-thinks} (1)
+pl {02833.f} (1)
+pl {02833.p2-thinks} (1)
+pl {02834.f} (1)
+pl {02834.p2-thinks} (1)
+pl {02835.f} (1)
+pl {02835.p2-thinks} (1)
+pl {02836.f} (1)
+pl {02836.p2-thinks} (1)
+pl {02837.f} (1)
+pl {02837.p2-thinks} (1)
+pl {02838.f} (1)
+pl {02838.p2-thinks} (1)
+pl {02839.f} (1)
+pl {02839.p2-thinks} (1)
+pl {02840.f} (1)
+pl {02840.p2-thinks} (1)
+pl {02841.f} (1)
+pl {02841.p2-thinks} (1)
+pl {02842.f} (1)
+pl {02842.p2-thinks} (1)
+pl {02843.f} (1)
+pl {02843.p2-thinks} (1)
+pl {02844.f} (1)
+pl {02844.p2-thinks} (1)
+pl {02845.f} (1)
+pl {02845.p2-thinks} (1)
+pl {02846.f} (1)
+pl {02846.p2-thinks} (1)
+pl {02847.f} (1)
+pl {02847.p2-thinks} (1)
+pl {02848.f} (1)
+pl {02848.p2-thinks} (1)
+pl {02849.f} (1)
+pl {02849.p2-thinks} (1)
+pl {02850.f} (1)
+pl {02850.p2-thinks} (1)
+pl {02851.f} (1)
+pl {02851.p2-thinks} (1)
+pl {02852.f} (1)
+pl {02852.p2-thinks} (1)
+pl {02853.f} (1)
+pl {02853.p2-thinks} (1)
+pl {02854.f} (1)
+pl {02854.p2-thinks} (1)
+pl {02855.f} (1)
+pl {02855.p2-thinks} (1)
+pl {02856.f} (1)
+pl {02856.p2-thinks} (1)
+pl {02857.f} (1)
+pl {02857.p2-thinks} (1)
+pl {02858.f} (1)
+pl {02858.p2-thinks} (1)
+pl {02859.f} (1)
+pl {02859.p2-thinks} (1)
+pl {02860.f} (1)
+pl {02860.p2-thinks} (1)
+pl {02861.f} (1)
+pl {02861.p2-thinks} (1)
+pl {02862.f} (1)
+pl {02862.p2-thinks} (1)
+pl {02863.f} (1)
+pl {02863.p2-thinks} (1)
+pl {02864.f} (1)
+pl {02864.p2-thinks} (1)
+pl {02865.f} (1)
+pl {02865.p2-thinks} (1)
+pl {02866.f} (1)
+pl {02866.p2-thinks} (1)
+pl {02867.f} (1)
+pl {02867.p2-thinks} (1)
+pl {02868.f} (1)
+pl {02868.p2-thinks} (1)
+pl {02869.f} (1)
+pl {02869.p2-thinks} (1)
+pl {02870.f} (1)
+pl {02870.p2-thinks} (1)
+pl {02871.f} (1)
+pl {02871.p2-thinks} (1)
+pl {02872.f} (1)
+pl {02872.p2-thinks} (1)
+pl {02873.f} (1)
+pl {02873.p2-thinks} (1)
+pl {02874.f} (1)
+pl {02874.p2-thinks} (1)
+pl {02875.f} (1)
+pl {02875.p2-thinks} (1)
+pl {02876.f} (1)
+pl {02876.p2-thinks} (1)
+pl {02877.f} (1)
+pl {02877.p2-thinks} (1)
+pl {02878.f} (1)
+pl {02878.p2-thinks} (1)
+pl {02879.f} (1)
+pl {02879.p2-thinks} (1)
+pl {02880.f} (1)
+pl {02880.p2-thinks} (1)
+pl {02881.f} (1)
+pl {02881.p2-thinks} (1)
+pl {02882.f} (1)
+pl {02882.p2-thinks} (1)
+pl {02883.f} (1)
+pl {02883.p2-thinks} (1)
+pl {02884.f} (1)
+pl {02884.p2-thinks} (1)
+pl {02885.f} (1)
+pl {02885.p2-thinks} (1)
+pl {02886.f} (1)
+pl {02886.p2-thinks} (1)
+pl {02887.f} (1)
+pl {02887.p2-thinks} (1)
+pl {02888.f} (1)
+pl {02888.p2-thinks} (1)
+pl {02889.f} (1)
+pl {02889.p2-thinks} (1)
+pl {02890.f} (1)
+pl {02890.p2-thinks} (1)
+pl {02891.f} (1)
+pl {02891.p2-thinks} (1)
+pl {02892.f} (1)
+pl {02892.p2-thinks} (1)
+pl {02893.f} (1)
+pl {02893.p2-thinks} (1)
+pl {02894.f} (1)
+pl {02894.p2-thinks} (1)
+pl {02895.f} (1)
+pl {02895.p2-thinks} (1)
+pl {02896.f} (1)
+pl {02896.p2-thinks} (1)
+pl {02897.f} (1)
+pl {02897.p2-thinks} (1)
+pl {02898.f} (1)
+pl {02898.p2-thinks} (1)
+pl {02899.f} (1)
+pl {02899.p2-thinks} (1)
+pl {02900.f} (1)
+pl {02900.p2-thinks} (1)
+pl {02901.f} (1)
+pl {02901.p2-thinks} (1)
+pl {02902.f} (1)
+pl {02902.p2-thinks} (1)
+pl {02903.f} (1)
+pl {02903.p2-thinks} (1)
+pl {02904.f} (1)
+pl {02904.p2-thinks} (1)
+pl {02905.f} (1)
+pl {02905.p2-thinks} (1)
+pl {02906.f} (1)
+pl {02906.p2-thinks} (1)
+pl {02907.f} (1)
+pl {02907.p2-thinks} (1)
+pl {02908.f} (1)
+pl {02908.p2-thinks} (1)
+pl {02909.f} (1)
+pl {02909.p2-thinks} (1)
+pl {02910.f} (1)
+pl {02910.p2-thinks} (1)
+pl {02911.f} (1)
+pl {02911.p2-thinks} (1)
+pl {02912.f} (1)
+pl {02912.p2-thinks} (1)
+pl {02913.f} (1)
+pl {02913.p2-thinks} (1)
+pl {02914.f} (1)
+pl {02914.p2-thinks} (1)
+pl {02915.f} (1)
+pl {02915.p2-thinks} (1)
+pl {02916.f} (1)
+pl {02916.p2-thinks} (1)
+pl {02917.f} (1)
+pl {02917.p2-thinks} (1)
+pl {02918.f} (1)
+pl {02918.p2-thinks} (1)
+pl {02919.f} (1)
+pl {02919.p2-thinks} (1)
+pl {02920.f} (1)
+pl {02920.p2-thinks} (1)
+pl {02921.f} (1)
+pl {02921.p2-thinks} (1)
+pl {02922.f} (1)
+pl {02922.p2-thinks} (1)
+pl {02923.f} (1)
+pl {02923.p2-thinks} (1)
+pl {02924.f} (1)
+pl {02924.p2-thinks} (1)
+pl {02925.f} (1)
+pl {02925.p2-thinks} (1)
+pl {02926.f} (1)
+pl {02926.p2-thinks} (1)
+pl {02927.f} (1)
+pl {02927.p2-thinks} (1)
+pl {02928.f} (1)
+pl {02928.p2-thinks} (1)
+pl {02929.f} (1)
+pl {02929.p2-thinks} (1)
+pl {02930.f} (1)
+pl {02930.p2-thinks} (1)
+pl {02931.f} (1)
+pl {02931.p2-thinks} (1)
+pl {02932.f} (1)
+pl {02932.p2-thinks} (1)
+pl {02933.f} (1)
+pl {02933.p2-thinks} (1)
+pl {02934.f} (1)
+pl {02934.p2-thinks} (1)
+pl {02935.f} (1)
+pl {02935.p2-thinks} (1)
+pl {02936.f} (1)
+pl {02936.p2-thinks} (1)
+pl {02937.f} (1)
+pl {02937.p2-thinks} (1)
+pl {02938.f} (1)
+pl {02938.p2-thinks} (1)
+pl {02939.f} (1)
+pl {02939.p2-thinks} (1)
+pl {02940.f} (1)
+pl {02940.p2-thinks} (1)
+pl {02941.f} (1)
+pl {02941.p2-thinks} (1)
+pl {02942.f} (1)
+pl {02942.p2-thinks} (1)
+pl {02943.f} (1)
+pl {02943.p2-thinks} (1)
+pl {02944.f} (1)
+pl {02944.p2-thinks} (1)
+pl {02945.f} (1)
+pl {02945.p2-thinks} (1)
+pl {02946.f} (1)
+pl {02946.p2-thinks} (1)
+pl {02947.f} (1)
+pl {02947.p2-thinks} (1)
+pl {02948.f} (1)
+pl {02948.p2-thinks} (1)
+pl {02949.f} (1)
+pl {02949.p2-thinks} (1)
+pl {02950.f} (1)
+pl {02950.p2-thinks} (1)
+pl {02951.f} (1)
+pl {02951.p2-thinks} (1)
+pl {02952.f} (1)
+pl {02952.p2-thinks} (1)
+pl {02953.f} (1)
+pl {02953.p2-thinks} (1)
+pl {02954.f} (1)
+pl {02954.p2-thinks} (1)
+pl {02955.f} (1)
+pl {02955.p2-thinks} (1)
+pl {02956.f} (1)
+pl {02956.p2-thinks} (1)
+pl {02957.f} (1)
+pl {02957.p2-thinks} (1)
+pl {02958.f} (1)
+pl {02958.p2-thinks} (1)
+pl {02959.f} (1)
+pl {02959.p2-thinks} (1)
+pl {02960.f} (1)
+pl {02960.p2-thinks} (1)
+pl {02961.f} (1)
+pl {02961.p2-thinks} (1)
+pl {02962.f} (1)
+pl {02962.p2-thinks} (1)
+pl {02963.f} (1)
+pl {02963.p2-thinks} (1)
+pl {02964.f} (1)
+pl {02964.p2-thinks} (1)
+pl {02965.f} (1)
+pl {02965.p2-thinks} (1)
+pl {02966.f} (1)
+pl {02966.p2-thinks} (1)
+pl {02967.f} (1)
+pl {02967.p2-thinks} (1)
+pl {02968.f} (1)
+pl {02968.p2-thinks} (1)
+pl {02969.f} (1)
+pl {02969.p2-thinks} (1)
+pl {02970.f} (1)
+pl {02970.p2-thinks} (1)
+pl {02971.f} (1)
+pl {02971.p2-thinks} (1)
+pl {02972.f} (1)
+pl {02972.p2-thinks} (1)
+pl {02973.f} (1)
+pl {02973.p2-thinks} (1)
+pl {02974.f} (1)
+pl {02974.p2-thinks} (1)
+pl {02975.f} (1)
+pl {02975.p2-thinks} (1)
+pl {02976.f} (1)
+pl {02976.p2-thinks} (1)
+pl {02977.f} (1)
+pl {02977.p2-thinks} (1)
+pl {02978.f} (1)
+pl {02978.p2-thinks} (1)
+pl {02979.f} (1)
+pl {02979.p2-thinks} (1)
+pl {02980.f} (1)
+pl {02980.p2-thinks} (1)
+pl {02981.f} (1)
+pl {02981.p2-thinks} (1)
+pl {02982.f} (1)
+pl {02982.p2-thinks} (1)
+pl {02983.f} (1)
+pl {02983.p2-thinks} (1)
+pl {02984.f} (1)
+pl {02984.p2-thinks} (1)
+pl {02985.f} (1)
+pl {02985.p2-thinks} (1)
+pl {02986.f} (1)
+pl {02986.p2-thinks} (1)
+pl {02987.f} (1)
+pl {02987.p2-thinks} (1)
+pl {02988.f} (1)
+pl {02988.p2-thinks} (1)
+pl {02989.f} (1)
+pl {02989.p2-thinks} (1)
+pl {02990.f} (1)
+pl {02990.p2-thinks} (1)
+pl {02991.f} (1)
+pl {02991.p2-thinks} (1)
+pl {02992.f} (1)
+pl {02992.p2-thinks} (1)
+pl {02993.f} (1)
+pl {02993.p2-thinks} (1)
+pl {02994.f} (1)
+pl {02994.p2-thinks} (1)
+pl {02995.f} (1)
+pl {02995.p2-thinks} (1)
+pl {02996.f} (1)
+pl {02996.p2-thinks} (1)
+pl {02997.f} (1)
+pl {02997.p2-thinks} (1)
+pl {02998.f} (1)
+pl {02998.p2-thinks} (1)
+pl {02999.f} (1)
+pl {02999.p2-thinks} (1)
+pl {03000.f} (1)
+pl {03000.p2-thinks} (1)
+pl {03001.f} (1)
+pl {03001.p2-thinks} (1)
+pl {03002.f} (1)
+pl {03002.p2-thinks} (1)
+pl {03003.f} (1)
+pl {03003.p2-thinks} (1)
+pl {03004.f} (1)
+pl {03004.p2-thinks} (1)
+pl {03005.f} (1)
+pl {03005.p2-thinks} (1)
+pl {03006.f} (1)
+pl {03006.p2-thinks} (1)
+pl {03007.f} (1)
+pl {03007.p2-thinks} (1)
+pl {03008.f} (1)
+pl {03008.p2-thinks} (1)
+pl {03009.f} (1)
+pl {03009.p2-thinks} (1)
+pl {03010.f} (1)
+pl {03010.p2-thinks} (1)
+pl {03011.f} (1)
+pl {03011.p2-thinks} (1)
+pl {03012.f} (1)
+pl {03012.p2-thinks} (1)
+pl {03013.f} (1)
+pl {03013.p2-thinks} (1)
+pl {03014.f} (1)
+pl {03014.p2-thinks} (1)
+pl {03015.f} (1)
+pl {03015.p2-thinks} (1)
+pl {03016.f} (1)
+pl {03016.p2-thinks} (1)
+pl {03017.f} (1)
+pl {03017.p2-thinks} (1)
+pl {03018.f} (1)
+pl {03018.p2-thinks} (1)
+pl {03019.f} (1)
+pl {03019.p2-thinks} (1)
+pl {03020.f} (1)
+pl {03020.p2-thinks} (1)
+pl {03021.f} (1)
+pl {03021.p2-thinks} (1)
+pl {03022.f} (1)
+pl {03022.p2-thinks} (1)
+pl {03023.f} (1)
+pl {03023.p2-thinks} (1)
+pl {03024.f} (1)
+pl {03024.p2-thinks} (1)
+pl {03025.f} (1)
+pl {03025.p2-thinks} (1)
+pl {03026.f} (1)
+pl {03026.p2-thinks} (1)
+pl {03027.f} (1)
+pl {03027.p2-thinks} (1)
+pl {03028.f} (1)
+pl {03028.p2-thinks} (1)
+pl {03029.f} (1)
+pl {03029.p2-thinks} (1)
+pl {03030.f} (1)
+pl {03030.p2-thinks} (1)
+pl {03031.f} (1)
+pl {03031.p2-thinks} (1)
+pl {03032.f} (1)
+pl {03032.p2-thinks} (1)
+pl {03033.f} (1)
+pl {03033.p2-thinks} (1)
+pl {03034.f} (1)
+pl {03034.p2-thinks} (1)
+pl {03035.f} (1)
+pl {03035.p2-thinks} (1)
+pl {03036.f} (1)
+pl {03036.p2-thinks} (1)
+pl {03037.f} (1)
+pl {03037.p2-thinks} (1)
+pl {03038.f} (1)
+pl {03038.p2-thinks} (1)
+pl {03039.f} (1)
+pl {03039.p2-thinks} (1)
+pl {03040.f} (1)
+pl {03040.p2-thinks} (1)
+pl {03041.f} (1)
+pl {03041.p2-thinks} (1)
+pl {03042.f} (1)
+pl {03042.p2-thinks} (1)
+pl {03043.f} (1)
+pl {03043.p2-thinks} (1)
+pl {03044.f} (1)
+pl {03044.p2-thinks} (1)
+pl {03045.f} (1)
+pl {03045.p2-thinks} (1)
+pl {03046.f} (1)
+pl {03046.p2-thinks} (1)
+pl {03047.f} (1)
+pl {03047.p2-thinks} (1)
+pl {03048.f} (1)
+pl {03048.p2-thinks} (1)
+pl {03049.f} (1)
+pl {03049.p2-thinks} (1)
+pl {03050.f} (1)
+pl {03050.p2-thinks} (1)
+pl {03051.f} (1)
+pl {03051.p2-thinks} (1)
+pl {03052.f} (1)
+pl {03052.p2-thinks} (1)
+pl {03053.f} (1)
+pl {03053.p2-thinks} (1)
+pl {03054.f} (1)
+pl {03054.p2-thinks} (1)
+pl {03055.f} (1)
+pl {03055.p2-thinks} (1)
+pl {03056.f} (1)
+pl {03056.p2-thinks} (1)
+pl {03057.f} (1)
+pl {03057.p2-thinks} (1)
+pl {03058.f} (1)
+pl {03058.p2-thinks} (1)
+pl {03059.f} (1)
+pl {03059.p2-thinks} (1)
+pl {03060.f} (1)
+pl {03060.p2-thinks} (1)
+pl {03061.f} (1)
+pl {03061.p2-thinks} (1)
+pl {03062.f} (1)
+pl {03062.p2-thinks} (1)
+pl {03063.f} (1)
+pl {03063.p2-thinks} (1)
+pl {03064.f} (1)
+pl {03064.p2-thinks} (1)
+pl {03065.f} (1)
+pl {03065.p2-thinks} (1)
+pl {03066.f} (1)
+pl {03066.p2-thinks} (1)
+pl {03067.f} (1)
+pl {03067.p2-thinks} (1)
+pl {03068.f} (1)
+pl {03068.p2-thinks} (1)
+pl {03069.f} (1)
+pl {03069.p2-thinks} (1)
+pl {03070.f} (1)
+pl {03070.p2-thinks} (1)
+pl {03071.f} (1)
+pl {03071.p2-thinks} (1)
+pl {03072.f} (1)
+pl {03072.p2-thinks} (1)
+pl {03073.f} (1)
+pl {03073.p2-thinks} (1)
+pl {03074.f} (1)
+pl {03074.p2-thinks} (1)
+pl {03075.f} (1)
+pl {03075.p2-thinks} (1)
+pl {03076.f} (1)
+pl {03076.p2-thinks} (1)
+pl {03077.f} (1)
+pl {03077.p2-thinks} (1)
+pl {03078.f} (1)
+pl {03078.p2-thinks} (1)
+pl {03079.f} (1)
+pl {03079.p2-thinks} (1)
+pl {03080.f} (1)
+pl {03080.p2-thinks} (1)
+pl {03081.f} (1)
+pl {03081.p2-thinks} (1)
+pl {03082.f} (1)
+pl {03082.p2-thinks} (1)
+pl {03083.f} (1)
+pl {03083.p2-thinks} (1)
+pl {03084.f} (1)
+pl {03084.p2-thinks} (1)
+pl {03085.f} (1)
+pl {03085.p2-thinks} (1)
+pl {03086.f} (1)
+pl {03086.p2-thinks} (1)
+pl {03087.f} (1)
+pl {03087.p2-thinks} (1)
+pl {03088.f} (1)
+pl {03088.p2-thinks} (1)
+pl {03089.f} (1)
+pl {03089.p2-thinks} (1)
+pl {03090.f} (1)
+pl {03090.p2-thinks} (1)
+pl {03091.f} (1)
+pl {03091.p2-thinks} (1)
+pl {03092.f} (1)
+pl {03092.p2-thinks} (1)
+pl {03093.f} (1)
+pl {03093.p2-thinks} (1)
+pl {03094.f} (1)
+pl {03094.p2-thinks} (1)
+pl {03095.f} (1)
+pl {03095.p2-thinks} (1)
+pl {03096.f} (1)
+pl {03096.p2-thinks} (1)
+pl {03097.f} (1)
+pl {03097.p2-thinks} (1)
+pl {03098.f} (1)
+pl {03098.p2-thinks} (1)
+pl {03099.f} (1)
+pl {03099.p2-thinks} (1)
+pl {03100.f} (1)
+pl {03100.p2-thinks} (1)
+pl {03101.f} (1)
+pl {03101.p2-thinks} (1)
+pl {03102.f} (1)
+pl {03102.p2-thinks} (1)
+pl {03103.f} (1)
+pl {03103.p2-thinks} (1)
+pl {03104.f} (1)
+pl {03104.p2-thinks} (1)
+pl {03105.f} (1)
+pl {03105.p2-thinks} (1)
+pl {03106.f} (1)
+pl {03106.p2-thinks} (1)
+pl {03107.f} (1)
+pl {03107.p2-thinks} (1)
+pl {03108.f} (1)
+pl {03108.p2-thinks} (1)
+pl {03109.f} (1)
+pl {03109.p2-thinks} (1)
+pl {03110.f} (1)
+pl {03110.p2-thinks} (1)
+pl {03111.f} (1)
+pl {03111.p2-thinks} (1)
+pl {03112.f} (1)
+pl {03112.p2-thinks} (1)
+pl {03113.f} (1)
+pl {03113.p2-thinks} (1)
+pl {03114.f} (1)
+pl {03114.p2-thinks} (1)
+pl {03115.f} (1)
+pl {03115.p2-thinks} (1)
+pl {03116.f} (1)
+pl {03116.p2-thinks} (1)
+pl {03117.f} (1)
+pl {03117.p2-thinks} (1)
+pl {03118.f} (1)
+pl {03118.p2-thinks} (1)
+pl {03119.f} (1)
+pl {03119.p2-thinks} (1)
+pl {03120.f} (1)
+pl {03120.p2-thinks} (1)
+pl {03121.f} (1)
+pl {03121.p2-thinks} (1)
+pl {03122.f} (1)
+pl {03122.p2-thinks} (1)
+pl {03123.f} (1)
+pl {03123.p2-thinks} (1)
+pl {03124.f} (1)
+pl {03124.p2-thinks} (1)
+pl {03125.f} (1)
+pl {03125.p2-thinks} (1)
+pl {03126.f} (1)
+pl {03126.p2-thinks} (1)
+pl {03127.f} (1)
+pl {03127.p2-thinks} (1)
+pl {03128.f} (1)
+pl {03128.p2-thinks} (1)
+pl {03129.f} (1)
+pl {03129.p2-thinks} (1)
+pl {03130.f} (1)
+pl {03130.p2-thinks} (1)
+pl {03131.f} (1)
+pl {03131.p2-thinks} (1)
+pl {03132.f} (1)
+pl {03132.p2-thinks} (1)
+pl {03133.f} (1)
+pl {03133.p2-thinks} (1)
+pl {03134.f} (1)
+pl {03134.p2-thinks} (1)
+pl {03135.f} (1)
+pl {03135.p2-thinks} (1)
+pl {03136.f} (1)
+pl {03136.p2-thinks} (1)
+pl {03137.f} (1)
+pl {03137.p2-thinks} (1)
+pl {03138.f} (1)
+pl {03138.p2-thinks} (1)
+pl {03139.f} (1)
+pl {03139.p2-thinks} (1)
+pl {03140.f} (1)
+pl {03140.p2-thinks} (1)
+pl {03141.f} (1)
+pl {03141.p2-thinks} (1)
+pl {03142.f} (1)
+pl {03142.p2-thinks} (1)
+pl {03143.f} (1)
+pl {03143.p2-thinks} (1)
+pl {03144.f} (1)
+pl {03144.p2-thinks} (1)
+pl {03145.f} (1)
+pl {03145.p2-thinks} (1)
+pl {03146.f} (1)
+pl {03146.p2-thinks} (1)
+pl {03147.f} (1)
+pl {03147.p2-thinks} (1)
+pl {03148.f} (1)
+pl {03148.p2-thinks} (1)
+pl {03149.f} (1)
+pl {03149.p2-thinks} (1)
+pl {03150.f} (1)
+pl {03150.p2-thinks} (1)
+pl {03151.f} (1)
+pl {03151.p2-thinks} (1)
+pl {03152.f} (1)
+pl {03152.p2-thinks} (1)
+pl {03153.f} (1)
+pl {03153.p2-thinks} (1)
+pl {03154.f} (1)
+pl {03154.p2-thinks} (1)
+pl {03155.f} (1)
+pl {03155.p2-thinks} (1)
+pl {03156.f} (1)
+pl {03156.p2-thinks} (1)
+pl {03157.f} (1)
+pl {03157.p2-thinks} (1)
+pl {03158.f} (1)
+pl {03158.p2-thinks} (1)
+pl {03159.f} (1)
+pl {03159.p2-thinks} (1)
+pl {03160.f} (1)
+pl {03160.p2-thinks} (1)
+pl {03161.f} (1)
+pl {03161.p2-thinks} (1)
+pl {03162.f} (1)
+pl {03162.p2-thinks} (1)
+pl {03163.f} (1)
+pl {03163.p2-thinks} (1)
+pl {03164.f} (1)
+pl {03164.p2-thinks} (1)
+pl {03165.f} (1)
+pl {03165.p2-thinks} (1)
+pl {03166.f} (1)
+pl {03166.p2-thinks} (1)
+pl {03167.f} (1)
+pl {03167.p2-thinks} (1)
+pl {03168.f} (1)
+pl {03168.p2-thinks} (1)
+pl {03169.f} (1)
+pl {03169.p2-thinks} (1)
+pl {03170.f} (1)
+pl {03170.p2-thinks} (1)
+pl {03171.f} (1)
+pl {03171.p2-thinks} (1)
+pl {03172.f} (1)
+pl {03172.p2-thinks} (1)
+pl {03173.f} (1)
+pl {03173.p2-thinks} (1)
+pl {03174.f} (1)
+pl {03174.p2-thinks} (1)
+pl {03175.f} (1)
+pl {03175.p2-thinks} (1)
+pl {03176.f} (1)
+pl {03176.p2-thinks} (1)
+pl {03177.f} (1)
+pl {03177.p2-thinks} (1)
+pl {03178.f} (1)
+pl {03178.p2-thinks} (1)
+pl {03179.f} (1)
+pl {03179.p2-thinks} (1)
+pl {03180.f} (1)
+pl {03180.p2-thinks} (1)
+pl {03181.f} (1)
+pl {03181.p2-thinks} (1)
+pl {03182.f} (1)
+pl {03182.p2-thinks} (1)
+pl {03183.f} (1)
+pl {03183.p2-thinks} (1)
+pl {03184.f} (1)
+pl {03184.p2-thinks} (1)
+pl {03185.f} (1)
+pl {03185.p2-thinks} (1)
+pl {03186.f} (1)
+pl {03186.p2-thinks} (1)
+pl {03187.f} (1)
+pl {03187.p2-thinks} (1)
+pl {03188.f} (1)
+pl {03188.p2-thinks} (1)
+pl {03189.f} (1)
+pl {03189.p2-thinks} (1)
+pl {03190.f} (1)
+pl {03190.p2-thinks} (1)
+pl {03191.f} (1)
+pl {03191.p2-thinks} (1)
+pl {03192.f} (1)
+pl {03192.p2-thinks} (1)
+pl {03193.f} (1)
+pl {03193.p2-thinks} (1)
+pl {03194.f} (1)
+pl {03194.p2-thinks} (1)
+pl {03195.f} (1)
+pl {03195.p2-thinks} (1)
+pl {03196.f} (1)
+pl {03196.p2-thinks} (1)
+pl {03197.f} (1)
+pl {03197.p2-thinks} (1)
+pl {03198.f} (1)
+pl {03198.p2-thinks} (1)
+pl {03199.f} (1)
+pl {03199.p2-thinks} (1)
+pl {03200.f} (1)
+pl {03200.p2-thinks} (1)
+pl {03201.f} (1)
+pl {03201.p2-thinks} (1)
+pl {03202.f} (1)
+pl {03202.p2-thinks} (1)
+pl {03203.f} (1)
+pl {03203.p2-thinks} (1)
+pl {03204.f} (1)
+pl {03204.p2-thinks} (1)
+pl {03205.f} (1)
+pl {03205.p2-thinks} (1)
+pl {03206.f} (1)
+pl {03206.p2-thinks} (1)
+pl {03207.f} (1)
+pl {03207.p2-thinks} (1)
+pl {03208.f} (1)
+pl {03208.p2-thinks} (1)
+pl {03209.f} (1)
+pl {03209.p2-thinks} (1)
+pl {03210.f} (1)
+pl {03210.p2-thinks} (1)
+pl {03211.f} (1)
+pl {03211.p2-thinks} (1)
+pl {03212.f} (1)
+pl {03212.p2-thinks} (1)
+pl {03213.f} (1)
+pl {03213.p2-thinks} (1)
+pl {03214.f} (1)
+pl {03214.p2-thinks} (1)
+pl {03215.f} (1)
+pl {03215.p2-thinks} (1)
+pl {03216.f} (1)
+pl {03216.p2-thinks} (1)
+pl {03217.f} (1)
+pl {03217.p2-thinks} (1)
+pl {03218.f} (1)
+pl {03218.p2-thinks} (1)
+pl {03219.f} (1)
+pl {03219.p2-thinks} (1)
+pl {03220.f} (1)
+pl {03220.p2-thinks} (1)
+pl {03221.f} (1)
+pl {03221.p2-thinks} (1)
+pl {03222.f} (1)
+pl {03222.p2-thinks} (1)
+pl {03223.f} (1)
+pl {03223.p2-thinks} (1)
+pl {03224.f} (1)
+pl {03224.p2-thinks} (1)
+pl {03225.f} (1)
+pl {03225.p2-thinks} (1)
+pl {03226.f} (1)
+pl {03226.p2-thinks} (1)
+pl {03227.f} (1)
+pl {03227.p2-thinks} (1)
+pl {03228.f} (1)
+pl {03228.p2-thinks} (1)
+pl {03229.f} (1)
+pl {03229.p2-thinks} (1)
+pl {03230.f} (1)
+pl {03230.p2-thinks} (1)
+pl {03231.f} (1)
+pl {03231.p2-thinks} (1)
+pl {03232.f} (1)
+pl {03232.p2-thinks} (1)
+pl {03233.f} (1)
+pl {03233.p2-thinks} (1)
+pl {03234.f} (1)
+pl {03234.p2-thinks} (1)
+pl {03235.f} (1)
+pl {03235.p2-thinks} (1)
+pl {03236.f} (1)
+pl {03236.p2-thinks} (1)
+pl {03237.f} (1)
+pl {03237.p2-thinks} (1)
+pl {03238.f} (1)
+pl {03238.p2-thinks} (1)
+pl {03239.f} (1)
+pl {03239.p2-thinks} (1)
+pl {03240.f} (1)
+pl {03240.p2-thinks} (1)
+pl {03241.f} (1)
+pl {03241.p2-thinks} (1)
+pl {03242.f} (1)
+pl {03242.p2-thinks} (1)
+pl {03243.f} (1)
+pl {03243.p2-thinks} (1)
+pl {03244.f} (1)
+pl {03244.p2-thinks} (1)
+pl {03245.f} (1)
+pl {03245.p2-thinks} (1)
+pl {03246.f} (1)
+pl {03246.p2-thinks} (1)
+pl {03247.f} (1)
+pl {03247.p2-thinks} (1)
+pl {03248.f} (1)
+pl {03248.p2-thinks} (1)
+pl {03249.f} (1)
+pl {03249.p2-thinks} (1)
+pl {03250.f} (1)
+pl {03250.p2-thinks} (1)
+pl {03251.f} (1)
+pl {03251.p2-thinks} (1)
+pl {03252.f} (1)
+pl {03252.p2-thinks} (1)
+pl {03253.f} (1)
+pl {03253.p2-thinks} (1)
+pl {03254.f} (1)
+pl {03254.p2-thinks} (1)
+pl {03255.f} (1)
+pl {03255.p2-thinks} (1)
+pl {03256.f} (1)
+pl {03256.p2-thinks} (1)
+pl {03257.f} (1)
+pl {03257.p2-thinks} (1)
+pl {03258.f} (1)
+pl {03258.p2-thinks} (1)
+pl {03259.f} (1)
+pl {03259.p2-thinks} (1)
+pl {03260.f} (1)
+pl {03260.p2-thinks} (1)
+pl {03261.f} (1)
+pl {03261.p2-thinks} (1)
+pl {03262.f} (1)
+pl {03262.p2-thinks} (1)
+pl {03263.f} (1)
+pl {03263.p2-thinks} (1)
+pl {03264.f} (1)
+pl {03264.p2-thinks} (1)
+pl {03265.f} (1)
+pl {03265.p2-thinks} (1)
+pl {03266.f} (1)
+pl {03266.p2-thinks} (1)
+pl {03267.f} (1)
+pl {03267.p2-thinks} (1)
+pl {03268.f} (1)
+pl {03268.p2-thinks} (1)
+pl {03269.f} (1)
+pl {03269.p2-thinks} (1)
+pl {03270.f} (1)
+pl {03270.p2-thinks} (1)
+pl {03271.f} (1)
+pl {03271.p2-thinks} (1)
+pl {03272.f} (1)
+pl {03272.p2-thinks} (1)
+pl {03273.f} (1)
+pl {03273.p2-thinks} (1)
+pl {03274.f} (1)
+pl {03274.p2-thinks} (1)
+pl {03275.f} (1)
+pl {03275.p2-thinks} (1)
+pl {03276.f} (1)
+pl {03276.p2-thinks} (1)
+pl {03277.f} (1)
+pl {03277.p2-thinks} (1)
+pl {03278.f} (1)
+pl {03278.p2-thinks} (1)
+pl {03279.f} (1)
+pl {03279.p2-thinks} (1)
+pl {03280.f} (1)
+pl {03280.p2-thinks} (1)
+pl {03281.f} (1)
+pl {03281.p2-thinks} (1)
+pl {03282.f} (1)
+pl {03282.p2-thinks} (1)
+pl {03283.f} (1)
+pl {03283.p2-thinks} (1)
+pl {03284.f} (1)
+pl {03284.p2-thinks} (1)
+pl {03285.f} (1)
+pl {03285.p2-thinks} (1)
+pl {03286.f} (1)
+pl {03286.p2-thinks} (1)
+pl {03287.f} (1)
+pl {03287.p2-thinks} (1)
+pl {03288.f} (1)
+pl {03288.p2-thinks} (1)
+pl {03289.f} (1)
+pl {03289.p2-thinks} (1)
+pl {03290.f} (1)
+pl {03290.p2-thinks} (1)
+pl {03291.f} (1)
+pl {03291.p2-thinks} (1)
+pl {03292.f} (1)
+pl {03292.p2-thinks} (1)
+pl {03293.f} (1)
+pl {03293.p2-thinks} (1)
+pl {03294.f} (1)
+pl {03294.p2-thinks} (1)
+pl {03295.f} (1)
+pl {03295.p2-thinks} (1)
+pl {03296.f} (1)
+pl {03296.p2-thinks} (1)
+pl {03297.f} (1)
+pl {03297.p2-thinks} (1)
+pl {03298.f} (1)
+pl {03298.p2-thinks} (1)
+pl {03299.f} (1)
+pl {03299.p2-thinks} (1)
+pl {03300.f} (1)
+pl {03300.p2-thinks} (1)
+pl {03301.f} (1)
+pl {03301.p2-thinks} (1)
+pl {03302.f} (1)
+pl {03302.p2-thinks} (1)
+pl {03303.f} (1)
+pl {03303.p2-thinks} (1)
+pl {03304.f} (1)
+pl {03304.p2-thinks} (1)
+pl {03305.f} (1)
+pl {03305.p2-thinks} (1)
+pl {03306.f} (1)
+pl {03306.p2-thinks} (1)
+pl {03307.f} (1)
+pl {03307.p2-thinks} (1)
+pl {03308.f} (1)
+pl {03308.p2-thinks} (1)
+pl {03309.f} (1)
+pl {03309.p2-thinks} (1)
+pl {03310.f} (1)
+pl {03310.p2-thinks} (1)
+pl {03311.f} (1)
+pl {03311.p2-thinks} (1)
+pl {03312.f} (1)
+pl {03312.p2-thinks} (1)
+pl {03313.f} (1)
+pl {03313.p2-thinks} (1)
+pl {03314.f} (1)
+pl {03314.p2-thinks} (1)
+pl {03315.f} (1)
+pl {03315.p2-thinks} (1)
+pl {03316.f} (1)
+pl {03316.p2-thinks} (1)
+pl {03317.f} (1)
+pl {03317.p2-thinks} (1)
+pl {03318.f} (1)
+pl {03318.p2-thinks} (1)
+pl {03319.f} (1)
+pl {03319.p2-thinks} (1)
+pl {03320.f} (1)
+pl {03320.p2-thinks} (1)
+pl {03321.f} (1)
+pl {03321.p2-thinks} (1)
+pl {03322.f} (1)
+pl {03322.p2-thinks} (1)
+pl {03323.f} (1)
+pl {03323.p2-thinks} (1)
+pl {03324.f} (1)
+pl {03324.p2-thinks} (1)
+pl {03325.f} (1)
+pl {03325.p2-thinks} (1)
+pl {03326.f} (1)
+pl {03326.p2-thinks} (1)
+pl {03327.f} (1)
+pl {03327.p2-thinks} (1)
+pl {03328.f} (1)
+pl {03328.p2-thinks} (1)
+pl {03329.f} (1)
+pl {03329.p2-thinks} (1)
+pl {03330.f} (1)
+pl {03330.p2-thinks} (1)
+pl {03331.f} (1)
+pl {03331.p2-thinks} (1)
+pl {03332.f} (1)
+pl {03332.p2-thinks} (1)
+pl {03333.f} (1)
+pl {03333.p2-thinks} (1)
+pl {03334.f} (1)
+pl {03334.p2-thinks} (1)
+pl {03335.f} (1)
+pl {03335.p2-thinks} (1)
+pl {03336.f} (1)
+pl {03336.p2-thinks} (1)
+pl {03337.f} (1)
+pl {03337.p2-thinks} (1)
+pl {03338.f} (1)
+pl {03338.p2-thinks} (1)
+pl {03339.f} (1)
+pl {03339.p2-thinks} (1)
+pl {03340.f} (1)
+pl {03340.p2-thinks} (1)
+pl {03341.f} (1)
+pl {03341.p2-thinks} (1)
+pl {03342.f} (1)
+pl {03342.p2-thinks} (1)
+pl {03343.f} (1)
+pl {03343.p2-thinks} (1)
+pl {03344.f} (1)
+pl {03344.p2-thinks} (1)
+pl {03345.f} (1)
+pl {03345.p2-thinks} (1)
+pl {03346.f} (1)
+pl {03346.p2-thinks} (1)
+pl {03347.f} (1)
+pl {03347.p2-thinks} (1)
+pl {03348.f} (1)
+pl {03348.p2-thinks} (1)
+pl {03349.f} (1)
+pl {03349.p2-thinks} (1)
+pl {03350.f} (1)
+pl {03350.p2-thinks} (1)
+pl {03351.f} (1)
+pl {03351.p2-thinks} (1)
+pl {03352.f} (1)
+pl {03352.p2-thinks} (1)
+pl {03353.f} (1)
+pl {03353.p2-thinks} (1)
+pl {03354.f} (1)
+pl {03354.p2-thinks} (1)
+pl {03355.f} (1)
+pl {03355.p2-thinks} (1)
+pl {03356.f} (1)
+pl {03356.p2-thinks} (1)
+pl {03357.f} (1)
+pl {03357.p2-thinks} (1)
+pl {03358.f} (1)
+pl {03358.p2-thinks} (1)
+pl {03359.f} (1)
+pl {03359.p2-thinks} (1)
+pl {03360.f} (1)
+pl {03360.p2-thinks} (1)
+pl {03361.f} (1)
+pl {03361.p2-thinks} (1)
+pl {03362.f} (1)
+pl {03362.p2-thinks} (1)
+pl {03363.f} (1)
+pl {03363.p2-thinks} (1)
+pl {03364.f} (1)
+pl {03364.p2-thinks} (1)
+pl {03365.f} (1)
+pl {03365.p2-thinks} (1)
+pl {03366.f} (1)
+pl {03366.p2-thinks} (1)
+pl {03367.f} (1)
+pl {03367.p2-thinks} (1)
+pl {03368.f} (1)
+pl {03368.p2-thinks} (1)
+pl {03369.f} (1)
+pl {03369.p2-thinks} (1)
+pl {03370.f} (1)
+pl {03370.p2-thinks} (1)
+pl {03371.f} (1)
+pl {03371.p2-thinks} (1)
+pl {03372.f} (1)
+pl {03372.p2-thinks} (1)
+pl {03373.f} (1)
+pl {03373.p2-thinks} (1)
+pl {03374.f} (1)
+pl {03374.p2-thinks} (1)
+pl {03375.f} (1)
+pl {03375.p2-thinks} (1)
+pl {03376.f} (1)
+pl {03376.p2-thinks} (1)
+pl {03377.f} (1)
+pl {03377.p2-thinks} (1)
+pl {03378.f} (1)
+pl {03378.p2-thinks} (1)
+pl {03379.f} (1)
+pl {03379.p2-thinks} (1)
+pl {03380.f} (1)
+pl {03380.p2-thinks} (1)
+pl {03381.f} (1)
+pl {03381.p2-thinks} (1)
+pl {03382.f} (1)
+pl {03382.p2-thinks} (1)
+pl {03383.f} (1)
+pl {03383.p2-thinks} (1)
+pl {03384.f} (1)
+pl {03384.p2-thinks} (1)
+pl {03385.f} (1)
+pl {03385.p2-thinks} (1)
+pl {03386.f} (1)
+pl {03386.p2-thinks} (1)
+pl {03387.f} (1)
+pl {03387.p2-thinks} (1)
+pl {03388.f} (1)
+pl {03388.p2-thinks} (1)
+pl {03389.f} (1)
+pl {03389.p2-thinks} (1)
+pl {03390.f} (1)
+pl {03390.p2-thinks} (1)
+pl {03391.f} (1)
+pl {03391.p2-thinks} (1)
+pl {03392.f} (1)
+pl {03392.p2-thinks} (1)
+pl {03393.f} (1)
+pl {03393.p2-thinks} (1)
+pl {03394.f} (1)
+pl {03394.p2-thinks} (1)
+pl {03395.f} (1)
+pl {03395.p2-thinks} (1)
+pl {03396.f} (1)
+pl {03396.p2-thinks} (1)
+pl {03397.f} (1)
+pl {03397.p2-thinks} (1)
+pl {03398.f} (1)
+pl {03398.p2-thinks} (1)
+pl {03399.f} (1)
+pl {03399.p2-thinks} (1)
+pl {03400.f} (1)
+pl {03400.p2-thinks} (1)
+pl {03401.f} (1)
+pl {03401.p2-thinks} (1)
+pl {03402.f} (1)
+pl {03402.p2-thinks} (1)
+pl {03403.f} (1)
+pl {03403.p2-thinks} (1)
+pl {03404.f} (1)
+pl {03404.p2-thinks} (1)
+pl {03405.f} (1)
+pl {03405.p2-thinks} (1)
+pl {03406.f} (1)
+pl {03406.p2-thinks} (1)
+pl {03407.f} (1)
+pl {03407.p2-thinks} (1)
+pl {03408.f} (1)
+pl {03408.p2-thinks} (1)
+pl {03409.f} (1)
+pl {03409.p2-thinks} (1)
+pl {03410.f} (1)
+pl {03410.p2-thinks} (1)
+pl {03411.f} (1)
+pl {03411.p2-thinks} (1)
+pl {03412.f} (1)
+pl {03412.p2-thinks} (1)
+pl {03413.f} (1)
+pl {03413.p2-thinks} (1)
+pl {03414.f} (1)
+pl {03414.p2-thinks} (1)
+pl {03415.f} (1)
+pl {03415.p2-thinks} (1)
+pl {03416.f} (1)
+pl {03416.p2-thinks} (1)
+pl {03417.f} (1)
+pl {03417.p2-thinks} (1)
+pl {03418.f} (1)
+pl {03418.p2-thinks} (1)
+pl {03419.f} (1)
+pl {03419.p2-thinks} (1)
+pl {03420.f} (1)
+pl {03420.p2-thinks} (1)
+pl {03421.f} (1)
+pl {03421.p2-thinks} (1)
+pl {03422.f} (1)
+pl {03422.p2-thinks} (1)
+pl {03423.f} (1)
+pl {03423.p2-thinks} (1)
+pl {03424.f} (1)
+pl {03424.p2-thinks} (1)
+pl {03425.f} (1)
+pl {03425.p2-thinks} (1)
+pl {03426.f} (1)
+pl {03426.p2-thinks} (1)
+pl {03427.f} (1)
+pl {03427.p2-thinks} (1)
+pl {03428.f} (1)
+pl {03428.p2-thinks} (1)
+pl {03429.f} (1)
+pl {03429.p2-thinks} (1)
+pl {03430.f} (1)
+pl {03430.p2-thinks} (1)
+pl {03431.f} (1)
+pl {03431.p2-thinks} (1)
+pl {03432.f} (1)
+pl {03432.p2-thinks} (1)
+pl {03433.f} (1)
+pl {03433.p2-thinks} (1)
+pl {03434.f} (1)
+pl {03434.p2-thinks} (1)
+pl {03435.f} (1)
+pl {03435.p2-thinks} (1)
+pl {03436.f} (1)
+pl {03436.p2-thinks} (1)
+pl {03437.f} (1)
+pl {03437.p2-thinks} (1)
+pl {03438.f} (1)
+pl {03438.p2-thinks} (1)
+pl {03439.f} (1)
+pl {03439.p2-thinks} (1)
+pl {03440.f} (1)
+pl {03440.p2-thinks} (1)
+pl {03441.f} (1)
+pl {03441.p2-thinks} (1)
+pl {03442.f} (1)
+pl {03442.p2-thinks} (1)
+pl {03443.f} (1)
+pl {03443.p2-thinks} (1)
+pl {03444.f} (1)
+pl {03444.p2-thinks} (1)
+pl {03445.f} (1)
+pl {03445.p2-thinks} (1)
+pl {03446.f} (1)
+pl {03446.p2-thinks} (1)
+pl {03447.f} (1)
+pl {03447.p2-thinks} (1)
+pl {03448.f} (1)
+pl {03448.p2-thinks} (1)
+pl {03449.f} (1)
+pl {03449.p2-thinks} (1)
+pl {03450.f} (1)
+pl {03450.p2-thinks} (1)
+pl {03451.f} (1)
+pl {03451.p2-thinks} (1)
+pl {03452.f} (1)
+pl {03452.p2-thinks} (1)
+pl {03453.f} (1)
+pl {03453.p2-thinks} (1)
+pl {03454.f} (1)
+pl {03454.p2-thinks} (1)
+pl {03455.f} (1)
+pl {03455.p2-thinks} (1)
+pl {03456.f} (1)
+pl {03456.p2-thinks} (1)
+pl {03457.f} (1)
+pl {03457.p2-thinks} (1)
+pl {03458.f} (1)
+pl {03458.p2-thinks} (1)
+pl {03459.f} (1)
+pl {03459.p2-thinks} (1)
+pl {03460.f} (1)
+pl {03460.p2-thinks} (1)
+pl {03461.f} (1)
+pl {03461.p2-thinks} (1)
+pl {03462.f} (1)
+pl {03462.p2-thinks} (1)
+pl {03463.f} (1)
+pl {03463.p2-thinks} (1)
+pl {03464.f} (1)
+pl {03464.p2-thinks} (1)
+pl {03465.f} (1)
+pl {03465.p2-thinks} (1)
+pl {03466.f} (1)
+pl {03466.p2-thinks} (1)
+pl {03467.f} (1)
+pl {03467.p2-thinks} (1)
+pl {03468.f} (1)
+pl {03468.p2-thinks} (1)
+pl {03469.f} (1)
+pl {03469.p2-thinks} (1)
+pl {03470.f} (1)
+pl {03470.p2-thinks} (1)
+pl {03471.f} (1)
+pl {03471.p2-thinks} (1)
+pl {03472.f} (1)
+pl {03472.p2-thinks} (1)
+pl {03473.f} (1)
+pl {03473.p2-thinks} (1)
+pl {03474.f} (1)
+pl {03474.p2-thinks} (1)
+pl {03475.f} (1)
+pl {03475.p2-thinks} (1)
+pl {03476.f} (1)
+pl {03476.p2-thinks} (1)
+pl {03477.f} (1)
+pl {03477.p2-thinks} (1)
+pl {03478.f} (1)
+pl {03478.p2-thinks} (1)
+pl {03479.f} (1)
+pl {03479.p2-thinks} (1)
+pl {03480.f} (1)
+pl {03480.p2-thinks} (1)
+pl {03481.f} (1)
+pl {03481.p2-thinks} (1)
+pl {03482.f} (1)
+pl {03482.p2-thinks} (1)
+pl {03483.f} (1)
+pl {03483.p2-thinks} (1)
+pl {03484.f} (1)
+pl {03484.p2-thinks} (1)
+pl {03485.f} (1)
+pl {03485.p2-thinks} (1)
+pl {03486.f} (1)
+pl {03486.p2-thinks} (1)
+pl {03487.f} (1)
+pl {03487.p2-thinks} (1)
+pl {03488.f} (1)
+pl {03488.p2-thinks} (1)
+pl {03489.f} (1)
+pl {03489.p2-thinks} (1)
+pl {03490.f} (1)
+pl {03490.p2-thinks} (1)
+pl {03491.f} (1)
+pl {03491.p2-thinks} (1)
+pl {03492.f} (1)
+pl {03492.p2-thinks} (1)
+pl {03493.f} (1)
+pl {03493.p2-thinks} (1)
+pl {03494.f} (1)
+pl {03494.p2-thinks} (1)
+pl {03495.f} (1)
+pl {03495.p2-thinks} (1)
+pl {03496.f} (1)
+pl {03496.p2-thinks} (1)
+pl {03497.f} (1)
+pl {03497.p2-thinks} (1)
+pl {03498.f} (1)
+pl {03498.p2-thinks} (1)
+pl {03499.f} (1)
+pl {03499.p2-thinks} (1)
+pl {03500.f} (1)
+pl {03500.p2-thinks} (1)
+pl {03501.f} (1)
+pl {03501.p2-thinks} (1)
+pl {03502.f} (1)
+pl {03502.p2-thinks} (1)
+pl {03503.f} (1)
+pl {03503.p2-thinks} (1)
+pl {03504.f} (1)
+pl {03504.p2-thinks} (1)
+pl {03505.f} (1)
+pl {03505.p2-thinks} (1)
+pl {03506.f} (1)
+pl {03506.p2-thinks} (1)
+pl {03507.f} (1)
+pl {03507.p2-thinks} (1)
+pl {03508.f} (1)
+pl {03508.p2-thinks} (1)
+pl {03509.f} (1)
+pl {03509.p2-thinks} (1)
+pl {03510.f} (1)
+pl {03510.p2-thinks} (1)
+pl {03511.f} (1)
+pl {03511.p2-thinks} (1)
+pl {03512.f} (1)
+pl {03512.p2-thinks} (1)
+pl {03513.f} (1)
+pl {03513.p2-thinks} (1)
+pl {03514.f} (1)
+pl {03514.p2-thinks} (1)
+pl {03515.f} (1)
+pl {03515.p2-thinks} (1)
+pl {03516.f} (1)
+pl {03516.p2-thinks} (1)
+pl {03517.f} (1)
+pl {03517.p2-thinks} (1)
+pl {03518.f} (1)
+pl {03518.p2-thinks} (1)
+pl {03519.f} (1)
+pl {03519.p2-thinks} (1)
+pl {03520.f} (1)
+pl {03520.p2-thinks} (1)
+pl {03521.f} (1)
+pl {03521.p2-thinks} (1)
+pl {03522.f} (1)
+pl {03522.p2-thinks} (1)
+pl {03523.f} (1)
+pl {03523.p2-thinks} (1)
+pl {03524.f} (1)
+pl {03524.p2-thinks} (1)
+pl {03525.f} (1)
+pl {03525.p2-thinks} (1)
+pl {03526.f} (1)
+pl {03526.p2-thinks} (1)
+pl {03527.f} (1)
+pl {03527.p2-thinks} (1)
+pl {03528.f} (1)
+pl {03528.p2-thinks} (1)
+pl {03529.f} (1)
+pl {03529.p2-thinks} (1)
+pl {03530.f} (1)
+pl {03530.p2-thinks} (1)
+pl {03531.f} (1)
+pl {03531.p2-thinks} (1)
+pl {03532.f} (1)
+pl {03532.p2-thinks} (1)
+pl {03533.f} (1)
+pl {03533.p2-thinks} (1)
+pl {03534.f} (1)
+pl {03534.p2-thinks} (1)
+pl {03535.f} (1)
+pl {03535.p2-thinks} (1)
+pl {03536.f} (1)
+pl {03536.p2-thinks} (1)
+pl {03537.f} (1)
+pl {03537.p2-thinks} (1)
+pl {03538.f} (1)
+pl {03538.p2-thinks} (1)
+pl {03539.f} (1)
+pl {03539.p2-thinks} (1)
+pl {03540.f} (1)
+pl {03540.p2-thinks} (1)
+pl {03541.f} (1)
+pl {03541.p2-thinks} (1)
+pl {03542.f} (1)
+pl {03542.p2-thinks} (1)
+pl {03543.f} (1)
+pl {03543.p2-thinks} (1)
+pl {03544.f} (1)
+pl {03544.p2-thinks} (1)
+pl {03545.f} (1)
+pl {03545.p2-thinks} (1)
+pl {03546.f} (1)
+pl {03546.p2-thinks} (1)
+pl {03547.f} (1)
+pl {03547.p2-thinks} (1)
+pl {03548.f} (1)
+pl {03548.p2-thinks} (1)
+pl {03549.f} (1)
+pl {03549.p2-thinks} (1)
+pl {03550.f} (1)
+pl {03550.p2-thinks} (1)
+pl {03551.f} (1)
+pl {03551.p2-thinks} (1)
+pl {03552.f} (1)
+pl {03552.p2-thinks} (1)
+pl {03553.f} (1)
+pl {03553.p2-thinks} (1)
+pl {03554.f} (1)
+pl {03554.p2-thinks} (1)
+pl {03555.f} (1)
+pl {03555.p2-thinks} (1)
+pl {03556.f} (1)
+pl {03556.p2-thinks} (1)
+pl {03557.f} (1)
+pl {03557.p2-thinks} (1)
+pl {03558.f} (1)
+pl {03558.p2-thinks} (1)
+pl {03559.f} (1)
+pl {03559.p2-thinks} (1)
+pl {03560.f} (1)
+pl {03560.p2-thinks} (1)
+pl {03561.f} (1)
+pl {03561.p2-thinks} (1)
+pl {03562.f} (1)
+pl {03562.p2-thinks} (1)
+pl {03563.f} (1)
+pl {03563.p2-thinks} (1)
+pl {03564.f} (1)
+pl {03564.p2-thinks} (1)
+pl {03565.f} (1)
+pl {03565.p2-thinks} (1)
+pl {03566.f} (1)
+pl {03566.p2-thinks} (1)
+pl {03567.f} (1)
+pl {03567.p2-thinks} (1)
+pl {03568.f} (1)
+pl {03568.p2-thinks} (1)
+pl {03569.f} (1)
+pl {03569.p2-thinks} (1)
+pl {03570.f} (1)
+pl {03570.p2-thinks} (1)
+pl {03571.f} (1)
+pl {03571.p2-thinks} (1)
+pl {03572.f} (1)
+pl {03572.p2-thinks} (1)
+pl {03573.f} (1)
+pl {03573.p2-thinks} (1)
+pl {03574.f} (1)
+pl {03574.p2-thinks} (1)
+pl {03575.f} (1)
+pl {03575.p2-thinks} (1)
+pl {03576.f} (1)
+pl {03576.p2-thinks} (1)
+pl {03577.f} (1)
+pl {03577.p2-thinks} (1)
+pl {03578.f} (1)
+pl {03578.p2-thinks} (1)
+pl {03579.f} (1)
+pl {03579.p2-thinks} (1)
+pl {03580.f} (1)
+pl {03580.p2-thinks} (1)
+pl {03581.f} (1)
+pl {03581.p2-thinks} (1)
+pl {03582.f} (1)
+pl {03582.p2-thinks} (1)
+pl {03583.f} (1)
+pl {03583.p2-thinks} (1)
+pl {03584.f} (1)
+pl {03584.p2-thinks} (1)
+pl {03585.f} (1)
+pl {03585.p2-thinks} (1)
+pl {03586.f} (1)
+pl {03586.p2-thinks} (1)
+pl {03587.f} (1)
+pl {03587.p2-thinks} (1)
+pl {03588.f} (1)
+pl {03588.p2-thinks} (1)
+pl {03589.f} (1)
+pl {03589.p2-thinks} (1)
+pl {03590.f} (1)
+pl {03590.p2-thinks} (1)
+pl {03591.f} (1)
+pl {03591.p2-thinks} (1)
+pl {03592.f} (1)
+pl {03592.p2-thinks} (1)
+pl {03593.f} (1)
+pl {03593.p2-thinks} (1)
+pl {03594.f} (1)
+pl {03594.p2-thinks} (1)
+pl {03595.f} (1)
+pl {03595.p2-thinks} (1)
+pl {03596.f} (1)
+pl {03596.p2-thinks} (1)
+pl {03597.f} (1)
+pl {03597.p2-thinks} (1)
+pl {03598.f} (1)
+pl {03598.p2-thinks} (1)
+pl {03599.f} (1)
+pl {03599.p2-thinks} (1)
+pl {03600.f} (1)
+pl {03600.p2-thinks} (1)
+pl {03601.f} (1)
+pl {03601.p2-thinks} (1)
+pl {03602.f} (1)
+pl {03602.p2-thinks} (1)
+pl {03603.f} (1)
+pl {03603.p2-thinks} (1)
+pl {03604.f} (1)
+pl {03604.p2-thinks} (1)
+pl {03605.f} (1)
+pl {03605.p2-thinks} (1)
+pl {03606.f} (1)
+pl {03606.p2-thinks} (1)
+pl {03607.f} (1)
+pl {03607.p2-thinks} (1)
+pl {03608.f} (1)
+pl {03608.p2-thinks} (1)
+pl {03609.f} (1)
+pl {03609.p2-thinks} (1)
+pl {03610.f} (1)
+pl {03610.p2-thinks} (1)
+pl {03611.f} (1)
+pl {03611.p2-thinks} (1)
+pl {03612.f} (1)
+pl {03612.p2-thinks} (1)
+pl {03613.f} (1)
+pl {03613.p2-thinks} (1)
+pl {03614.f} (1)
+pl {03614.p2-thinks} (1)
+pl {03615.f} (1)
+pl {03615.p2-thinks} (1)
+pl {03616.f} (1)
+pl {03616.p2-thinks} (1)
+pl {03617.f} (1)
+pl {03617.p2-thinks} (1)
+pl {03618.f} (1)
+pl {03618.p2-thinks} (1)
+pl {03619.f} (1)
+pl {03619.p2-thinks} (1)
+pl {03620.f} (1)
+pl {03620.p2-thinks} (1)
+pl {03621.f} (1)
+pl {03621.p2-thinks} (1)
+pl {03622.f} (1)
+pl {03622.p2-thinks} (1)
+pl {03623.f} (1)
+pl {03623.p2-thinks} (1)
+pl {03624.f} (1)
+pl {03624.p2-thinks} (1)
+pl {03625.f} (1)
+pl {03625.p2-thinks} (1)
+pl {03626.f} (1)
+pl {03626.p2-thinks} (1)
+pl {03627.f} (1)
+pl {03627.p2-thinks} (1)
+pl {03628.f} (1)
+pl {03628.p2-thinks} (1)
+pl {03629.f} (1)
+pl {03629.p2-thinks} (1)
+pl {03630.f} (1)
+pl {03630.p2-thinks} (1)
+pl {03631.f} (1)
+pl {03631.p2-thinks} (1)
+pl {03632.f} (1)
+pl {03632.p2-thinks} (1)
+pl {03633.f} (1)
+pl {03633.p2-thinks} (1)
+pl {03634.f} (1)
+pl {03634.p2-thinks} (1)
+pl {03635.f} (1)
+pl {03635.p2-thinks} (1)
+pl {03636.f} (1)
+pl {03636.p2-thinks} (1)
+pl {03637.f} (1)
+pl {03637.p2-thinks} (1)
+pl {03638.f} (1)
+pl {03638.p2-thinks} (1)
+pl {03639.f} (1)
+pl {03639.p2-thinks} (1)
+pl {03640.f} (1)
+pl {03640.p2-thinks} (1)
+pl {03641.f} (1)
+pl {03641.p2-thinks} (1)
+pl {03642.f} (1)
+pl {03642.p2-thinks} (1)
+pl {03643.f} (1)
+pl {03643.p2-thinks} (1)
+pl {03644.f} (1)
+pl {03644.p2-thinks} (1)
+pl {03645.f} (1)
+pl {03645.p2-thinks} (1)
+pl {03646.f} (1)
+pl {03646.p2-thinks} (1)
+pl {03647.f} (1)
+pl {03647.p2-thinks} (1)
+pl {03648.f} (1)
+pl {03648.p2-thinks} (1)
+pl {03649.f} (1)
+pl {03649.p2-thinks} (1)
+pl {03650.f} (1)
+pl {03650.p2-thinks} (1)
+pl {03651.f} (1)
+pl {03651.p2-thinks} (1)
+pl {03652.f} (1)
+pl {03652.p2-thinks} (1)
+pl {03653.f} (1)
+pl {03653.p2-thinks} (1)
+pl {03654.f} (1)
+pl {03654.p2-thinks} (1)
+pl {03655.f} (1)
+pl {03655.p2-thinks} (1)
+pl {03656.f} (1)
+pl {03656.p2-thinks} (1)
+pl {03657.f} (1)
+pl {03657.p2-thinks} (1)
+pl {03658.f} (1)
+pl {03658.p2-thinks} (1)
+pl {03659.f} (1)
+pl {03659.p2-thinks} (1)
+pl {03660.f} (1)
+pl {03660.p2-thinks} (1)
+pl {03661.f} (1)
+pl {03661.p2-thinks} (1)
+pl {03662.f} (1)
+pl {03662.p2-thinks} (1)
+pl {03663.f} (1)
+pl {03663.p2-thinks} (1)
+pl {03664.f} (1)
+pl {03664.p2-thinks} (1)
+pl {03665.f} (1)
+pl {03665.p2-thinks} (1)
+pl {03666.f} (1)
+pl {03666.p2-thinks} (1)
+pl {03667.f} (1)
+pl {03667.p2-thinks} (1)
+pl {03668.f} (1)
+pl {03668.p2-thinks} (1)
+pl {03669.f} (1)
+pl {03669.p2-thinks} (1)
+pl {03670.f} (1)
+pl {03670.p2-thinks} (1)
+pl {03671.f} (1)
+pl {03671.p2-thinks} (1)
+pl {03672.f} (1)
+pl {03672.p2-thinks} (1)
+pl {03673.f} (1)
+pl {03673.p2-thinks} (1)
+pl {03674.f} (1)
+pl {03674.p2-thinks} (1)
+pl {03675.f} (1)
+pl {03675.p2-thinks} (1)
+pl {03676.f} (1)
+pl {03676.p2-thinks} (1)
+pl {03677.f} (1)
+pl {03677.p2-thinks} (1)
+pl {03678.f} (1)
+pl {03678.p2-thinks} (1)
+pl {03679.f} (1)
+pl {03679.p2-thinks} (1)
+pl {03680.f} (1)
+pl {03680.p2-thinks} (1)
+pl {03681.f} (1)
+pl {03681.p2-thinks} (1)
+pl {03682.f} (1)
+pl {03682.p2-thinks} (1)
+pl {03683.f} (1)
+pl {03683.p2-thinks} (1)
+pl {03684.f} (1)
+pl {03684.p2-thinks} (1)
+pl {03685.f} (1)
+pl {03685.p2-thinks} (1)
+pl {03686.f} (1)
+pl {03686.p2-thinks} (1)
+pl {03687.f} (1)
+pl {03687.p2-thinks} (1)
+pl {03688.f} (1)
+pl {03688.p2-thinks} (1)
+pl {03689.f} (1)
+pl {03689.p2-thinks} (1)
+pl {03690.f} (1)
+pl {03690.p2-thinks} (1)
+pl {03691.f} (1)
+pl {03691.p2-thinks} (1)
+pl {03692.f} (1)
+pl {03692.p2-thinks} (1)
+pl {03693.f} (1)
+pl {03693.p2-thinks} (1)
+pl {03694.f} (1)
+pl {03694.p2-thinks} (1)
+pl {03695.f} (1)
+pl {03695.p2-thinks} (1)
+pl {03696.f} (1)
+pl {03696.p2-thinks} (1)
+pl {03697.f} (1)
+pl {03697.p2-thinks} (1)
+pl {03698.f} (1)
+pl {03698.p2-thinks} (1)
+pl {03699.f} (1)
+pl {03699.p2-thinks} (1)
+pl {03700.f} (1)
+pl {03700.p2-thinks} (1)
+pl {03701.f} (1)
+pl {03701.p2-thinks} (1)
+pl {03702.f} (1)
+pl {03702.p2-thinks} (1)
+pl {03703.f} (1)
+pl {03703.p2-thinks} (1)
+pl {03704.f} (1)
+pl {03704.p2-thinks} (1)
+pl {03705.f} (1)
+pl {03705.p2-thinks} (1)
+pl {03706.f} (1)
+pl {03706.p2-thinks} (1)
+pl {03707.f} (1)
+pl {03707.p2-thinks} (1)
+pl {03708.f} (1)
+pl {03708.p2-thinks} (1)
+pl {03709.f} (1)
+pl {03709.p2-thinks} (1)
+pl {03710.f} (1)
+pl {03710.p2-thinks} (1)
+pl {03711.f} (1)
+pl {03711.p2-thinks} (1)
+pl {03712.f} (1)
+pl {03712.p2-thinks} (1)
+pl {03713.f} (1)
+pl {03713.p2-thinks} (1)
+pl {03714.f} (1)
+pl {03714.p2-thinks} (1)
+pl {03715.f} (1)
+pl {03715.p2-thinks} (1)
+pl {03716.f} (1)
+pl {03716.p2-thinks} (1)
+pl {03717.f} (1)
+pl {03717.p2-thinks} (1)
+pl {03718.f} (1)
+pl {03718.p2-thinks} (1)
+pl {03719.f} (1)
+pl {03719.p2-thinks} (1)
+pl {03720.f} (1)
+pl {03720.p2-thinks} (1)
+pl {03721.f} (1)
+pl {03721.p2-thinks} (1)
+pl {03722.f} (1)
+pl {03722.p2-thinks} (1)
+pl {03723.f} (1)
+pl {03723.p2-thinks} (1)
+pl {03724.f} (1)
+pl {03724.p2-thinks} (1)
+pl {03725.f} (1)
+pl {03725.p2-thinks} (1)
+pl {03726.f} (1)
+pl {03726.p2-thinks} (1)
+pl {03727.f} (1)
+pl {03727.p2-thinks} (1)
+pl {03728.f} (1)
+pl {03728.p2-thinks} (1)
+pl {03729.f} (1)
+pl {03729.p2-thinks} (1)
+pl {03730.f} (1)
+pl {03730.p2-thinks} (1)
+pl {03731.f} (1)
+pl {03731.p2-thinks} (1)
+pl {03732.f} (1)
+pl {03732.p2-thinks} (1)
+pl {03733.f} (1)
+pl {03733.p2-thinks} (1)
+pl {03734.f} (1)
+pl {03734.p2-thinks} (1)
+pl {03735.f} (1)
+pl {03735.p2-thinks} (1)
+pl {03736.f} (1)
+pl {03736.p2-thinks} (1)
+pl {03737.f} (1)
+pl {03737.p2-thinks} (1)
+pl {03738.f} (1)
+pl {03738.p2-thinks} (1)
+pl {03739.f} (1)
+pl {03739.p2-thinks} (1)
+pl {03740.f} (1)
+pl {03740.p2-thinks} (1)
+pl {03741.f} (1)
+pl {03741.p2-thinks} (1)
+pl {03742.f} (1)
+pl {03742.p2-thinks} (1)
+pl {03743.f} (1)
+pl {03743.p2-thinks} (1)
+pl {03744.f} (1)
+pl {03744.p2-thinks} (1)
+pl {03745.f} (1)
+pl {03745.p2-thinks} (1)
+pl {03746.f} (1)
+pl {03746.p2-thinks} (1)
+pl {03747.f} (1)
+pl {03747.p2-thinks} (1)
+pl {03748.f} (1)
+pl {03748.p2-thinks} (1)
+pl {03749.f} (1)
+pl {03749.p2-thinks} (1)
+pl {03750.f} (1)
+pl {03750.p2-thinks} (1)
+pl {03751.f} (1)
+pl {03751.p2-thinks} (1)
+pl {03752.f} (1)
+pl {03752.p2-thinks} (1)
+pl {03753.f} (1)
+pl {03753.p2-thinks} (1)
+pl {03754.f} (1)
+pl {03754.p2-thinks} (1)
+pl {03755.f} (1)
+pl {03755.p2-thinks} (1)
+pl {03756.f} (1)
+pl {03756.p2-thinks} (1)
+pl {03757.f} (1)
+pl {03757.p2-thinks} (1)
+pl {03758.f} (1)
+pl {03758.p2-thinks} (1)
+pl {03759.f} (1)
+pl {03759.p2-thinks} (1)
+pl {03760.f} (1)
+pl {03760.p2-thinks} (1)
+pl {03761.f} (1)
+pl {03761.p2-thinks} (1)
+pl {03762.f} (1)
+pl {03762.p2-thinks} (1)
+pl {03763.f} (1)
+pl {03763.p2-thinks} (1)
+pl {03764.f} (1)
+pl {03764.p2-thinks} (1)
+pl {03765.f} (1)
+pl {03765.p2-thinks} (1)
+pl {03766.f} (1)
+pl {03766.p2-thinks} (1)
+pl {03767.f} (1)
+pl {03767.p2-thinks} (1)
+pl {03768.f} (1)
+pl {03768.p2-thinks} (1)
+pl {03769.f} (1)
+pl {03769.p2-thinks} (1)
+pl {03770.f} (1)
+pl {03770.p2-thinks} (1)
+pl {03771.f} (1)
+pl {03771.p2-thinks} (1)
+pl {03772.f} (1)
+pl {03772.p2-thinks} (1)
+pl {03773.f} (1)
+pl {03773.p2-thinks} (1)
+pl {03774.f} (1)
+pl {03774.p2-thinks} (1)
+pl {03775.f} (1)
+pl {03775.p2-thinks} (1)
+pl {03776.f} (1)
+pl {03776.p2-thinks} (1)
+pl {03777.f} (1)
+pl {03777.p2-thinks} (1)
+pl {03778.f} (1)
+pl {03778.p2-thinks} (1)
+pl {03779.f} (1)
+pl {03779.p2-thinks} (1)
+pl {03780.f} (1)
+pl {03780.p2-thinks} (1)
+pl {03781.f} (1)
+pl {03781.p2-thinks} (1)
+pl {03782.f} (1)
+pl {03782.p2-thinks} (1)
+pl {03783.f} (1)
+pl {03783.p2-thinks} (1)
+pl {03784.f} (1)
+pl {03784.p2-thinks} (1)
+pl {03785.f} (1)
+pl {03785.p2-thinks} (1)
+pl {03786.f} (1)
+pl {03786.p2-thinks} (1)
+pl {03787.f} (1)
+pl {03787.p2-thinks} (1)
+pl {03788.f} (1)
+pl {03788.p2-thinks} (1)
+pl {03789.f} (1)
+pl {03789.p2-thinks} (1)
+pl {03790.f} (1)
+pl {03790.p2-thinks} (1)
+pl {03791.f} (1)
+pl {03791.p2-thinks} (1)
+pl {03792.f} (1)
+pl {03792.p2-thinks} (1)
+pl {03793.f} (1)
+pl {03793.p2-thinks} (1)
+pl {03794.f} (1)
+pl {03794.p2-thinks} (1)
+pl {03795.f} (1)
+pl {03795.p2-thinks} (1)
+pl {03796.f} (1)
+pl {03796.p2-thinks} (1)
+pl {03797.f} (1)
+pl {03797.p2-thinks} (1)
+pl {03798.f} (1)
+pl {03798.p2-thinks} (1)
+pl {03799.f} (1)
+pl {03799.p2-thinks} (1)
+pl {03800.f} (1)
+pl {03800.p2-thinks} (1)
+pl {03801.f} (1)
+pl {03801.p2-thinks} (1)
+pl {03802.f} (1)
+pl {03802.p2-thinks} (1)
+pl {03803.f} (1)
+pl {03803.p2-thinks} (1)
+pl {03804.f} (1)
+pl {03804.p2-thinks} (1)
+pl {03805.f} (1)
+pl {03805.p2-thinks} (1)
+pl {03806.f} (1)
+pl {03806.p2-thinks} (1)
+pl {03807.f} (1)
+pl {03807.p2-thinks} (1)
+pl {03808.f} (1)
+pl {03808.p2-thinks} (1)
+pl {03809.f} (1)
+pl {03809.p2-thinks} (1)
+pl {03810.f} (1)
+pl {03810.p2-thinks} (1)
+pl {03811.f} (1)
+pl {03811.p2-thinks} (1)
+pl {03812.f} (1)
+pl {03812.p2-thinks} (1)
+pl {03813.f} (1)
+pl {03813.p2-thinks} (1)
+pl {03814.f} (1)
+pl {03814.p2-thinks} (1)
+pl {03815.f} (1)
+pl {03815.p2-thinks} (1)
+pl {03816.f} (1)
+pl {03816.p2-thinks} (1)
+pl {03817.f} (1)
+pl {03817.p2-thinks} (1)
+pl {03818.f} (1)
+pl {03818.p2-thinks} (1)
+pl {03819.f} (1)
+pl {03819.p2-thinks} (1)
+pl {03820.f} (1)
+pl {03820.p2-thinks} (1)
+pl {03821.f} (1)
+pl {03821.p2-thinks} (1)
+pl {03822.f} (1)
+pl {03822.p2-thinks} (1)
+pl {03823.f} (1)
+pl {03823.p2-thinks} (1)
+pl {03824.f} (1)
+pl {03824.p2-thinks} (1)
+pl {03825.f} (1)
+pl {03825.p2-thinks} (1)
+pl {03826.f} (1)
+pl {03826.p2-thinks} (1)
+pl {03827.f} (1)
+pl {03827.p2-thinks} (1)
+pl {03828.f} (1)
+pl {03828.p2-thinks} (1)
+pl {03829.f} (1)
+pl {03829.p2-thinks} (1)
+pl {03830.f} (1)
+pl {03830.p2-thinks} (1)
+pl {03831.f} (1)
+pl {03831.p2-thinks} (1)
+pl {03832.f} (1)
+pl {03832.p2-thinks} (1)
+pl {03833.f} (1)
+pl {03833.p2-thinks} (1)
+pl {03834.f} (1)
+pl {03834.p2-thinks} (1)
+pl {03835.f} (1)
+pl {03835.p2-thinks} (1)
+pl {03836.f} (1)
+pl {03836.p2-thinks} (1)
+pl {03837.f} (1)
+pl {03837.p2-thinks} (1)
+pl {03838.f} (1)
+pl {03838.p2-thinks} (1)
+pl {03839.f} (1)
+pl {03839.p2-thinks} (1)
+pl {03840.f} (1)
+pl {03840.p2-thinks} (1)
+pl {03841.f} (1)
+pl {03841.p2-thinks} (1)
+pl {03842.f} (1)
+pl {03842.p2-thinks} (1)
+pl {03843.f} (1)
+pl {03843.p2-thinks} (1)
+pl {03844.f} (1)
+pl {03844.p2-thinks} (1)
+pl {03845.f} (1)
+pl {03845.p2-thinks} (1)
+pl {03846.f} (1)
+pl {03846.p2-thinks} (1)
+pl {03847.f} (1)
+pl {03847.p2-thinks} (1)
+pl {03848.f} (1)
+pl {03848.p2-thinks} (1)
+pl {03849.f} (1)
+pl {03849.p2-thinks} (1)
+pl {03850.f} (1)
+pl {03850.p2-thinks} (1)
+pl {03851.f} (1)
+pl {03851.p2-thinks} (1)
+pl {03852.f} (1)
+pl {03852.p2-thinks} (1)
+pl {03853.f} (1)
+pl {03853.p2-thinks} (1)
+pl {03854.f} (1)
+pl {03854.p2-thinks} (1)
+pl {03855.f} (1)
+pl {03855.p2-thinks} (1)
+pl {03856.f} (1)
+pl {03856.p2-thinks} (1)
+pl {03857.f} (1)
+pl {03857.p2-thinks} (1)
+pl {03858.f} (1)
+pl {03858.p2-thinks} (1)
+pl {03859.f} (1)
+pl {03859.p2-thinks} (1)
+pl {03860.f} (1)
+pl {03860.p2-thinks} (1)
+pl {03861.f} (1)
+pl {03861.p2-thinks} (1)
+pl {03862.f} (1)
+pl {03862.p2-thinks} (1)
+pl {03863.f} (1)
+pl {03863.p2-thinks} (1)
+pl {03864.f} (1)
+pl {03864.p2-thinks} (1)
+pl {03865.f} (1)
+pl {03865.p2-thinks} (1)
+pl {03866.f} (1)
+pl {03866.p2-thinks} (1)
+pl {03867.f} (1)
+pl {03867.p2-thinks} (1)
+pl {03868.f} (1)
+pl {03868.p2-thinks} (1)
+pl {03869.f} (1)
+pl {03869.p2-thinks} (1)
+pl {03870.f} (1)
+pl {03870.p2-thinks} (1)
+pl {03871.f} (1)
+pl {03871.p2-thinks} (1)
+pl {03872.f} (1)
+pl {03872.p2-thinks} (1)
+pl {03873.f} (1)
+pl {03873.p2-thinks} (1)
+pl {03874.f} (1)
+pl {03874.p2-thinks} (1)
+pl {03875.f} (1)
+pl {03875.p2-thinks} (1)
+pl {03876.f} (1)
+pl {03876.p2-thinks} (1)
+pl {03877.f} (1)
+pl {03877.p2-thinks} (1)
+pl {03878.f} (1)
+pl {03878.p2-thinks} (1)
+pl {03879.f} (1)
+pl {03879.p2-thinks} (1)
+pl {03880.f} (1)
+pl {03880.p2-thinks} (1)
+pl {03881.f} (1)
+pl {03881.p2-thinks} (1)
+pl {03882.f} (1)
+pl {03882.p2-thinks} (1)
+pl {03883.f} (1)
+pl {03883.p2-thinks} (1)
+pl {03884.f} (1)
+pl {03884.p2-thinks} (1)
+pl {03885.f} (1)
+pl {03885.p2-thinks} (1)
+pl {03886.f} (1)
+pl {03886.p2-thinks} (1)
+pl {03887.f} (1)
+pl {03887.p2-thinks} (1)
+pl {03888.f} (1)
+pl {03888.p2-thinks} (1)
+pl {03889.f} (1)
+pl {03889.p2-thinks} (1)
+pl {03890.f} (1)
+pl {03890.p2-thinks} (1)
+pl {03891.f} (1)
+pl {03891.p2-thinks} (1)
+pl {03892.f} (1)
+pl {03892.p2-thinks} (1)
+pl {03893.f} (1)
+pl {03893.p2-thinks} (1)
+pl {03894.f} (1)
+pl {03894.p2-thinks} (1)
+pl {03895.f} (1)
+pl {03895.p2-thinks} (1)
+pl {03896.f} (1)
+pl {03896.p2-thinks} (1)
+pl {03897.f} (1)
+pl {03897.p2-thinks} (1)
+pl {03898.f} (1)
+pl {03898.p2-thinks} (1)
+pl {03899.f} (1)
+pl {03899.p2-thinks} (1)
+pl {03900.f} (1)
+pl {03900.p2-thinks} (1)
+pl {03901.f} (1)
+pl {03901.p2-thinks} (1)
+pl {03902.f} (1)
+pl {03902.p2-thinks} (1)
+pl {03903.f} (1)
+pl {03903.p2-thinks} (1)
+pl {03904.f} (1)
+pl {03904.p2-thinks} (1)
+pl {03905.f} (1)
+pl {03905.p2-thinks} (1)
+pl {03906.f} (1)
+pl {03906.p2-thinks} (1)
+pl {03907.f} (1)
+pl {03907.p2-thinks} (1)
+pl {03908.f} (1)
+pl {03908.p2-thinks} (1)
+pl {03909.f} (1)
+pl {03909.p2-thinks} (1)
+pl {03910.f} (1)
+pl {03910.p2-thinks} (1)
+pl {03911.f} (1)
+pl {03911.p2-thinks} (1)
+pl {03912.f} (1)
+pl {03912.p2-thinks} (1)
+pl {03913.f} (1)
+pl {03913.p2-thinks} (1)
+pl {03914.f} (1)
+pl {03914.p2-thinks} (1)
+pl {03915.f} (1)
+pl {03915.p2-thinks} (1)
+pl {03916.f} (1)
+pl {03916.p2-thinks} (1)
+pl {03917.f} (1)
+pl {03917.p2-thinks} (1)
+pl {03918.f} (1)
+pl {03918.p2-thinks} (1)
+pl {03919.f} (1)
+pl {03919.p2-thinks} (1)
+pl {03920.f} (1)
+pl {03920.p2-thinks} (1)
+pl {03921.f} (1)
+pl {03921.p2-thinks} (1)
+pl {03922.f} (1)
+pl {03922.p2-thinks} (1)
+pl {03923.f} (1)
+pl {03923.p2-thinks} (1)
+pl {03924.f} (1)
+pl {03924.p2-thinks} (1)
+pl {03925.f} (1)
+pl {03925.p2-thinks} (1)
+pl {03926.f} (1)
+pl {03926.p2-thinks} (1)
+pl {03927.f} (1)
+pl {03927.p2-thinks} (1)
+pl {03928.f} (1)
+pl {03928.p2-thinks} (1)
+pl {03929.f} (1)
+pl {03929.p2-thinks} (1)
+pl {03930.f} (1)
+pl {03930.p2-thinks} (1)
+pl {03931.f} (1)
+pl {03931.p2-thinks} (1)
+pl {03932.f} (1)
+pl {03932.p2-thinks} (1)
+pl {03933.f} (1)
+pl {03933.p2-thinks} (1)
+pl {03934.f} (1)
+pl {03934.p2-thinks} (1)
+pl {03935.f} (1)
+pl {03935.p2-thinks} (1)
+pl {03936.f} (1)
+pl {03936.p2-thinks} (1)
+pl {03937.f} (1)
+pl {03937.p2-thinks} (1)
+pl {03938.f} (1)
+pl {03938.p2-thinks} (1)
+pl {03939.f} (1)
+pl {03939.p2-thinks} (1)
+pl {03940.f} (1)
+pl {03940.p2-thinks} (1)
+pl {03941.f} (1)
+pl {03941.p2-thinks} (1)
+pl {03942.f} (1)
+pl {03942.p2-thinks} (1)
+pl {03943.f} (1)
+pl {03943.p2-thinks} (1)
+pl {03944.f} (1)
+pl {03944.p2-thinks} (1)
+pl {03945.f} (1)
+pl {03945.p2-thinks} (1)
+pl {03946.f} (1)
+pl {03946.p2-thinks} (1)
+pl {03947.f} (1)
+pl {03947.p2-thinks} (1)
+pl {03948.f} (1)
+pl {03948.p2-thinks} (1)
+pl {03949.f} (1)
+pl {03949.p2-thinks} (1)
+pl {03950.f} (1)
+pl {03950.p2-thinks} (1)
+pl {03951.f} (1)
+pl {03951.p2-thinks} (1)
+pl {03952.f} (1)
+pl {03952.p2-thinks} (1)
+pl {03953.f} (1)
+pl {03953.p2-thinks} (1)
+pl {03954.f} (1)
+pl {03954.p2-thinks} (1)
+pl {03955.f} (1)
+pl {03955.p2-thinks} (1)
+pl {03956.f} (1)
+pl {03956.p2-thinks} (1)
+pl {03957.f} (1)
+pl {03957.p2-thinks} (1)
+pl {03958.f} (1)
+pl {03958.p2-thinks} (1)
+pl {03959.f} (1)
+pl {03959.p2-thinks} (1)
+pl {03960.f} (1)
+pl {03960.p2-thinks} (1)
+pl {03961.f} (1)
+pl {03961.p2-thinks} (1)
+pl {03962.f} (1)
+pl {03962.p2-thinks} (1)
+pl {03963.f} (1)
+pl {03963.p2-thinks} (1)
+pl {03964.f} (1)
+pl {03964.p2-thinks} (1)
+pl {03965.f} (1)
+pl {03965.p2-thinks} (1)
+pl {03966.f} (1)
+pl {03966.p2-thinks} (1)
+pl {03967.f} (1)
+pl {03967.p2-thinks} (1)
+pl {03968.f} (1)
+pl {03968.p2-thinks} (1)
+pl {03969.f} (1)
+pl {03969.p2-thinks} (1)
+pl {03970.f} (1)
+pl {03970.p2-thinks} (1)
+pl {03971.f} (1)
+pl {03971.p2-thinks} (1)
+pl {03972.f} (1)
+pl {03972.p2-thinks} (1)
+pl {03973.f} (1)
+pl {03973.p2-thinks} (1)
+pl {03974.f} (1)
+pl {03974.p2-thinks} (1)
+pl {03975.f} (1)
+pl {03975.p2-thinks} (1)
+pl {03976.f} (1)
+pl {03976.p2-thinks} (1)
+pl {03977.f} (1)
+pl {03977.p2-thinks} (1)
+pl {03978.f} (1)
+pl {03978.p2-thinks} (1)
+pl {03979.f} (1)
+pl {03979.p2-thinks} (1)
+pl {03980.f} (1)
+pl {03980.p2-thinks} (1)
+pl {03981.f} (1)
+pl {03981.p2-thinks} (1)
+pl {03982.f} (1)
+pl {03982.p2-thinks} (1)
+pl {03983.f} (1)
+pl {03983.p2-thinks} (1)
+pl {03984.f} (1)
+pl {03984.p2-thinks} (1)
+pl {03985.f} (1)
+pl {03985.p2-thinks} (1)
+pl {03986.f} (1)
+pl {03986.p2-thinks} (1)
+pl {03987.f} (1)
+pl {03987.p2-thinks} (1)
+pl {03988.f} (1)
+pl {03988.p2-thinks} (1)
+pl {03989.f} (1)
+pl {03989.p2-thinks} (1)
+pl {03990.f} (1)
+pl {03990.p2-thinks} (1)
+pl {03991.f} (1)
+pl {03991.p2-thinks} (1)
+pl {03992.f} (1)
+pl {03992.p2-thinks} (1)
+pl {03993.f} (1)
+pl {03993.p2-thinks} (1)
+pl {03994.f} (1)
+pl {03994.p2-thinks} (1)
+pl {03995.f} (1)
+pl {03995.p2-thinks} (1)
+pl {03996.f} (1)
+pl {03996.p2-thinks} (1)
+pl {03997.f} (1)
+pl {03997.p2-thinks} (1)
+pl {03998.f} (1)
+pl {03998.p2-thinks} (1)
+pl {03999.f} (1)
+pl {03999.p2-thinks} (1)
+pl {04000.f} (1)
+pl {04000.p2-thinks} (1)
+pl {04001.f} (1)
+pl {04001.p2-thinks} (1)
+pl {04002.f} (1)
+pl {04002.p2-thinks} (1)
+pl {04003.f} (1)
+pl {04003.p2-thinks} (1)
+pl {04004.f} (1)
+pl {04004.p2-thinks} (1)
+pl {04005.f} (1)
+pl {04005.p2-thinks} (1)
+pl {04006.f} (1)
+pl {04006.p2-thinks} (1)
+pl {04007.f} (1)
+pl {04007.p2-thinks} (1)
+pl {04008.f} (1)
+pl {04008.p2-thinks} (1)
+pl {04009.f} (1)
+pl {04009.p2-thinks} (1)
+pl {04010.f} (1)
+pl {04010.p2-thinks} (1)
+pl {04011.f} (1)
+pl {04011.p2-thinks} (1)
+pl {04012.f} (1)
+pl {04012.p2-thinks} (1)
+pl {04013.f} (1)
+pl {04013.p2-thinks} (1)
+pl {04014.f} (1)
+pl {04014.p2-thinks} (1)
+pl {04015.f} (1)
+pl {04015.p2-thinks} (1)
+pl {04016.f} (1)
+pl {04016.p2-thinks} (1)
+pl {04017.f} (1)
+pl {04017.p2-thinks} (1)
+pl {04018.f} (1)
+pl {04018.p2-thinks} (1)
+pl {04019.f} (1)
+pl {04019.p2-thinks} (1)
+pl {04020.f} (1)
+pl {04020.p2-thinks} (1)
+pl {04021.f} (1)
+pl {04021.p2-thinks} (1)
+pl {04022.f} (1)
+pl {04022.p2-thinks} (1)
+pl {04023.f} (1)
+pl {04023.p2-thinks} (1)
+pl {04024.f} (1)
+pl {04024.p2-thinks} (1)
+pl {04025.f} (1)
+pl {04025.p2-thinks} (1)
+pl {04026.f} (1)
+pl {04026.p2-thinks} (1)
+pl {04027.f} (1)
+pl {04027.p2-thinks} (1)
+pl {04028.f} (1)
+pl {04028.p2-thinks} (1)
+pl {04029.f} (1)
+pl {04029.p2-thinks} (1)
+pl {04030.f} (1)
+pl {04030.p2-thinks} (1)
+pl {04031.f} (1)
+pl {04031.p2-thinks} (1)
+pl {04032.f} (1)
+pl {04032.p2-thinks} (1)
+pl {04033.f} (1)
+pl {04033.p2-thinks} (1)
+pl {04034.f} (1)
+pl {04034.p2-thinks} (1)
+pl {04035.f} (1)
+pl {04035.p2-thinks} (1)
+pl {04036.f} (1)
+pl {04036.p2-thinks} (1)
+pl {04037.f} (1)
+pl {04037.p2-thinks} (1)
+pl {04038.f} (1)
+pl {04038.p2-thinks} (1)
+pl {04039.f} (1)
+pl {04039.p2-thinks} (1)
+pl {04040.f} (1)
+pl {04040.p2-thinks} (1)
+pl {04041.f} (1)
+pl {04041.p2-thinks} (1)
+pl {04042.f} (1)
+pl {04042.p2-thinks} (1)
+pl {04043.f} (1)
+pl {04043.p2-thinks} (1)
+pl {04044.f} (1)
+pl {04044.p2-thinks} (1)
+pl {04045.f} (1)
+pl {04045.p2-thinks} (1)
+pl {04046.f} (1)
+pl {04046.p2-thinks} (1)
+pl {04047.f} (1)
+pl {04047.p2-thinks} (1)
+pl {04048.f} (1)
+pl {04048.p2-thinks} (1)
+pl {04049.f} (1)
+pl {04049.p2-thinks} (1)
+pl {04050.f} (1)
+pl {04050.p2-thinks} (1)
+pl {04051.f} (1)
+pl {04051.p2-thinks} (1)
+pl {04052.f} (1)
+pl {04052.p2-thinks} (1)
+pl {04053.f} (1)
+pl {04053.p2-thinks} (1)
+pl {04054.f} (1)
+pl {04054.p2-thinks} (1)
+pl {04055.f} (1)
+pl {04055.p2-thinks} (1)
+pl {04056.f} (1)
+pl {04056.p2-thinks} (1)
+pl {04057.f} (1)
+pl {04057.p2-thinks} (1)
+pl {04058.f} (1)
+pl {04058.p2-thinks} (1)
+pl {04059.f} (1)
+pl {04059.p2-thinks} (1)
+pl {04060.f} (1)
+pl {04060.p2-thinks} (1)
+pl {04061.f} (1)
+pl {04061.p2-thinks} (1)
+pl {04062.f} (1)
+pl {04062.p2-thinks} (1)
+pl {04063.f} (1)
+pl {04063.p2-thinks} (1)
+pl {04064.f} (1)
+pl {04064.p2-thinks} (1)
+pl {04065.f} (1)
+pl {04065.p2-thinks} (1)
+pl {04066.f} (1)
+pl {04066.p2-thinks} (1)
+pl {04067.f} (1)
+pl {04067.p2-thinks} (1)
+pl {04068.f} (1)
+pl {04068.p2-thinks} (1)
+pl {04069.f} (1)
+pl {04069.p2-thinks} (1)
+pl {04070.f} (1)
+pl {04070.p2-thinks} (1)
+pl {04071.f} (1)
+pl {04071.p2-thinks} (1)
+pl {04072.f} (1)
+pl {04072.p2-thinks} (1)
+pl {04073.f} (1)
+pl {04073.p2-thinks} (1)
+pl {04074.f} (1)
+pl {04074.p2-thinks} (1)
+pl {04075.f} (1)
+pl {04075.p2-thinks} (1)
+pl {04076.f} (1)
+pl {04076.p2-thinks} (1)
+pl {04077.f} (1)
+pl {04077.p2-thinks} (1)
+pl {04078.f} (1)
+pl {04078.p2-thinks} (1)
+pl {04079.f} (1)
+pl {04079.p2-thinks} (1)
+pl {04080.f} (1)
+pl {04080.p2-thinks} (1)
+pl {04081.f} (1)
+pl {04081.p2-thinks} (1)
+pl {04082.f} (1)
+pl {04082.p2-thinks} (1)
+pl {04083.f} (1)
+pl {04083.p2-thinks} (1)
+pl {04084.f} (1)
+pl {04084.p2-thinks} (1)
+pl {04085.f} (1)
+pl {04085.p2-thinks} (1)
+pl {04086.f} (1)
+pl {04086.p2-thinks} (1)
+pl {04087.f} (1)
+pl {04087.p2-thinks} (1)
+pl {04088.f} (1)
+pl {04088.p2-thinks} (1)
+pl {04089.f} (1)
+pl {04089.p2-thinks} (1)
+pl {04090.f} (1)
+pl {04090.p2-thinks} (1)
+pl {04091.f} (1)
+pl {04091.p2-thinks} (1)
+pl {04092.f} (1)
+pl {04092.p2-thinks} (1)
+pl {04093.f} (1)
+pl {04093.p2-thinks} (1)
+pl {04094.f} (1)
+pl {04094.p2-thinks} (1)
+pl {04095.f} (1)
+pl {04095.p2-thinks} (1)
+pl {04096.f} (1)
+pl {04096.p2-thinks} (1)
+pl {04097.f} (1)
+pl {04097.p2-thinks} (1)
+pl {04098.f} (1)
+pl {04098.p2-thinks} (1)
+pl {04099.f} (1)
+pl {04099.p2-thinks} (1)
+pl {04100.f} (1)
+pl {04100.p2-thinks} (1)
+pl {04101.f} (1)
+pl {04101.p2-thinks} (1)
+pl {04102.f} (1)
+pl {04102.p2-thinks} (1)
+pl {04103.f} (1)
+pl {04103.p2-thinks} (1)
+pl {04104.f} (1)
+pl {04104.p2-thinks} (1)
+pl {04105.f} (1)
+pl {04105.p2-thinks} (1)
+pl {04106.f} (1)
+pl {04106.p2-thinks} (1)
+pl {04107.f} (1)
+pl {04107.p2-thinks} (1)
+pl {04108.f} (1)
+pl {04108.p2-thinks} (1)
+pl {04109.f} (1)
+pl {04109.p2-thinks} (1)
+pl {04110.f} (1)
+pl {04110.p2-thinks} (1)
+pl {04111.f} (1)
+pl {04111.p2-thinks} (1)
+pl {04112.f} (1)
+pl {04112.p2-thinks} (1)
+pl {04113.f} (1)
+pl {04113.p2-thinks} (1)
+pl {04114.f} (1)
+pl {04114.p2-thinks} (1)
+pl {04115.f} (1)
+pl {04115.p2-thinks} (1)
+pl {04116.f} (1)
+pl {04116.p2-thinks} (1)
+pl {04117.f} (1)
+pl {04117.p2-thinks} (1)
+pl {04118.f} (1)
+pl {04118.p2-thinks} (1)
+pl {04119.f} (1)
+pl {04119.p2-thinks} (1)
+pl {04120.f} (1)
+pl {04120.p2-thinks} (1)
+pl {04121.f} (1)
+pl {04121.p2-thinks} (1)
+pl {04122.f} (1)
+pl {04122.p2-thinks} (1)
+pl {04123.f} (1)
+pl {04123.p2-thinks} (1)
+pl {04124.f} (1)
+pl {04124.p2-thinks} (1)
+pl {04125.f} (1)
+pl {04125.p2-thinks} (1)
+pl {04126.f} (1)
+pl {04126.p2-thinks} (1)
+pl {04127.f} (1)
+pl {04127.p2-thinks} (1)
+pl {04128.f} (1)
+pl {04128.p2-thinks} (1)
+pl {04129.f} (1)
+pl {04129.p2-thinks} (1)
+pl {04130.f} (1)
+pl {04130.p2-thinks} (1)
+pl {04131.f} (1)
+pl {04131.p2-thinks} (1)
+pl {04132.f} (1)
+pl {04132.p2-thinks} (1)
+pl {04133.f} (1)
+pl {04133.p2-thinks} (1)
+pl {04134.f} (1)
+pl {04134.p2-thinks} (1)
+pl {04135.f} (1)
+pl {04135.p2-thinks} (1)
+pl {04136.f} (1)
+pl {04136.p2-thinks} (1)
+pl {04137.f} (1)
+pl {04137.p2-thinks} (1)
+pl {04138.f} (1)
+pl {04138.p2-thinks} (1)
+pl {04139.f} (1)
+pl {04139.p2-thinks} (1)
+pl {04140.f} (1)
+pl {04140.p2-thinks} (1)
+pl {04141.f} (1)
+pl {04141.p2-thinks} (1)
+pl {04142.f} (1)
+pl {04142.p2-thinks} (1)
+pl {04143.f} (1)
+pl {04143.p2-thinks} (1)
+pl {04144.f} (1)
+pl {04144.p2-thinks} (1)
+pl {04145.f} (1)
+pl {04145.p2-thinks} (1)
+pl {04146.f} (1)
+pl {04146.p2-thinks} (1)
+pl {04147.f} (1)
+pl {04147.p2-thinks} (1)
+pl {04148.f} (1)
+pl {04148.p2-thinks} (1)
+pl {04149.f} (1)
+pl {04149.p2-thinks} (1)
+pl {04150.f} (1)
+pl {04150.p2-thinks} (1)
+pl {04151.f} (1)
+pl {04151.p2-thinks} (1)
+pl {04152.f} (1)
+pl {04152.p2-thinks} (1)
+pl {04153.f} (1)
+pl {04153.p2-thinks} (1)
+pl {04154.f} (1)
+pl {04154.p2-thinks} (1)
+pl {04155.f} (1)
+pl {04155.p2-thinks} (1)
+pl {04156.f} (1)
+pl {04156.p2-thinks} (1)
+pl {04157.f} (1)
+pl {04157.p2-thinks} (1)
+pl {04158.f} (1)
+pl {04158.p2-thinks} (1)
+pl {04159.f} (1)
+pl {04159.p2-thinks} (1)
+pl {04160.f} (1)
+pl {04160.p2-thinks} (1)
+pl {04161.f} (1)
+pl {04161.p2-thinks} (1)
+pl {04162.f} (1)
+pl {04162.p2-thinks} (1)
+pl {04163.f} (1)
+pl {04163.p2-thinks} (1)
+pl {04164.f} (1)
+pl {04164.p2-thinks} (1)
+pl {04165.f} (1)
+pl {04165.p2-thinks} (1)
+pl {04166.f} (1)
+pl {04166.p2-thinks} (1)
+pl {04167.f} (1)
+pl {04167.p2-thinks} (1)
+pl {04168.f} (1)
+pl {04168.p2-thinks} (1)
+pl {04169.f} (1)
+pl {04169.p2-thinks} (1)
+pl {04170.f} (1)
+pl {04170.p2-thinks} (1)
+pl {04171.f} (1)
+pl {04171.p2-thinks} (1)
+pl {04172.f} (1)
+pl {04172.p2-thinks} (1)
+pl {04173.f} (1)
+pl {04173.p2-thinks} (1)
+pl {04174.f} (1)
+pl {04174.p2-thinks} (1)
+pl {04175.f} (1)
+pl {04175.p2-thinks} (1)
+pl {04176.f} (1)
+pl {04176.p2-thinks} (1)
+pl {04177.f} (1)
+pl {04177.p2-thinks} (1)
+pl {04178.f} (1)
+pl {04178.p2-thinks} (1)
+pl {04179.f} (1)
+pl {04179.p2-thinks} (1)
+pl {04180.f} (1)
+pl {04180.p2-thinks} (1)
+pl {04181.f} (1)
+pl {04181.p2-thinks} (1)
+pl {04182.f} (1)
+pl {04182.p2-thinks} (1)
+pl {04183.f} (1)
+pl {04183.p2-thinks} (1)
+pl {04184.f} (1)
+pl {04184.p2-thinks} (1)
+pl {04185.f} (1)
+pl {04185.p2-thinks} (1)
+pl {04186.f} (1)
+pl {04186.p2-thinks} (1)
+pl {04187.f} (1)
+pl {04187.p2-thinks} (1)
+pl {04188.f} (1)
+pl {04188.p2-thinks} (1)
+pl {04189.f} (1)
+pl {04189.p2-thinks} (1)
+pl {04190.f} (1)
+pl {04190.p2-thinks} (1)
+pl {04191.f} (1)
+pl {04191.p2-thinks} (1)
+pl {04192.f} (1)
+pl {04192.p2-thinks} (1)
+pl {04193.f} (1)
+pl {04193.p2-thinks} (1)
+pl {04194.f} (1)
+pl {04194.p2-thinks} (1)
+pl {04195.f} (1)
+pl {04195.p2-thinks} (1)
+pl {04196.f} (1)
+pl {04196.p2-thinks} (1)
+pl {04197.f} (1)
+pl {04197.p2-thinks} (1)
+pl {04198.f} (1)
+pl {04198.p2-thinks} (1)
+pl {04199.f} (1)
+pl {04199.p2-thinks} (1)
+pl {04200.f} (1)
+pl {04200.p2-thinks} (1)
+pl {04201.f} (1)
+pl {04201.p2-thinks} (1)
+pl {04202.f} (1)
+pl {04202.p2-thinks} (1)
+pl {04203.f} (1)
+pl {04203.p2-thinks} (1)
+pl {04204.f} (1)
+pl {04204.p2-thinks} (1)
+pl {04205.f} (1)
+pl {04205.p2-thinks} (1)
+pl {04206.f} (1)
+pl {04206.p2-thinks} (1)
+pl {04207.f} (1)
+pl {04207.p2-thinks} (1)
+pl {04208.f} (1)
+pl {04208.p2-thinks} (1)
+pl {04209.f} (1)
+pl {04209.p2-thinks} (1)
+pl {04210.f} (1)
+pl {04210.p2-thinks} (1)
+pl {04211.f} (1)
+pl {04211.p2-thinks} (1)
+pl {04212.f} (1)
+pl {04212.p2-thinks} (1)
+pl {04213.f} (1)
+pl {04213.p2-thinks} (1)
+pl {04214.f} (1)
+pl {04214.p2-thinks} (1)
+pl {04215.f} (1)
+pl {04215.p2-thinks} (1)
+pl {04216.f} (1)
+pl {04216.p2-thinks} (1)
+pl {04217.f} (1)
+pl {04217.p2-thinks} (1)
+pl {04218.f} (1)
+pl {04218.p2-thinks} (1)
+pl {04219.f} (1)
+pl {04219.p2-thinks} (1)
+pl {04220.f} (1)
+pl {04220.p2-thinks} (1)
+pl {04221.f} (1)
+pl {04221.p2-thinks} (1)
+pl {04222.f} (1)
+pl {04222.p2-thinks} (1)
+pl {04223.f} (1)
+pl {04223.p2-thinks} (1)
+pl {04224.f} (1)
+pl {04224.p2-thinks} (1)
+pl {04225.f} (1)
+pl {04225.p2-thinks} (1)
+pl {04226.f} (1)
+pl {04226.p2-thinks} (1)
+pl {04227.f} (1)
+pl {04227.p2-thinks} (1)
+pl {04228.f} (1)
+pl {04228.p2-thinks} (1)
+pl {04229.f} (1)
+pl {04229.p2-thinks} (1)
+pl {04230.f} (1)
+pl {04230.p2-thinks} (1)
+pl {04231.f} (1)
+pl {04231.p2-thinks} (1)
+pl {04232.f} (1)
+pl {04232.p2-thinks} (1)
+pl {04233.f} (1)
+pl {04233.p2-thinks} (1)
+pl {04234.f} (1)
+pl {04234.p2-thinks} (1)
+pl {04235.f} (1)
+pl {04235.p2-thinks} (1)
+pl {04236.f} (1)
+pl {04236.p2-thinks} (1)
+pl {04237.f} (1)
+pl {04237.p2-thinks} (1)
+pl {04238.f} (1)
+pl {04238.p2-thinks} (1)
+pl {04239.f} (1)
+pl {04239.p2-thinks} (1)
+pl {04240.f} (1)
+pl {04240.p2-thinks} (1)
+pl {04241.f} (1)
+pl {04241.p2-thinks} (1)
+pl {04242.f} (1)
+pl {04242.p2-thinks} (1)
+pl {04243.f} (1)
+pl {04243.p2-thinks} (1)
+pl {04244.f} (1)
+pl {04244.p2-thinks} (1)
+pl {04245.f} (1)
+pl {04245.p2-thinks} (1)
+pl {04246.f} (1)
+pl {04246.p2-thinks} (1)
+pl {04247.f} (1)
+pl {04247.p2-thinks} (1)
+pl {04248.f} (1)
+pl {04248.p2-thinks} (1)
+pl {04249.f} (1)
+pl {04249.p2-thinks} (1)
+pl {04250.f} (1)
+pl {04250.p2-thinks} (1)
+pl {04251.f} (1)
+pl {04251.p2-thinks} (1)
+pl {04252.f} (1)
+pl {04252.p2-thinks} (1)
+pl {04253.f} (1)
+pl {04253.p2-thinks} (1)
+pl {04254.f} (1)
+pl {04254.p2-thinks} (1)
+pl {04255.f} (1)
+pl {04255.p2-thinks} (1)
+pl {04256.f} (1)
+pl {04256.p2-thinks} (1)
+pl {04257.f} (1)
+pl {04257.p2-thinks} (1)
+pl {04258.f} (1)
+pl {04258.p2-thinks} (1)
+pl {04259.f} (1)
+pl {04259.p2-thinks} (1)
+pl {04260.f} (1)
+pl {04260.p2-thinks} (1)
+pl {04261.f} (1)
+pl {04261.p2-thinks} (1)
+pl {04262.f} (1)
+pl {04262.p2-thinks} (1)
+pl {04263.f} (1)
+pl {04263.p2-thinks} (1)
+pl {04264.f} (1)
+pl {04264.p2-thinks} (1)
+pl {04265.f} (1)
+pl {04265.p2-thinks} (1)
+pl {04266.f} (1)
+pl {04266.p2-thinks} (1)
+pl {04267.f} (1)
+pl {04267.p2-thinks} (1)
+pl {04268.f} (1)
+pl {04268.p2-thinks} (1)
+pl {04269.f} (1)
+pl {04269.p2-thinks} (1)
+pl {04270.f} (1)
+pl {04270.p2-thinks} (1)
+pl {04271.f} (1)
+pl {04271.p2-thinks} (1)
+pl {04272.f} (1)
+pl {04272.p2-thinks} (1)
+pl {04273.f} (1)
+pl {04273.p2-thinks} (1)
+pl {04274.f} (1)
+pl {04274.p2-thinks} (1)
+pl {04275.f} (1)
+pl {04275.p2-thinks} (1)
+pl {04276.f} (1)
+pl {04276.p2-thinks} (1)
+pl {04277.f} (1)
+pl {04277.p2-thinks} (1)
+pl {04278.f} (1)
+pl {04278.p2-thinks} (1)
+pl {04279.f} (1)
+pl {04279.p2-thinks} (1)
+pl {04280.f} (1)
+pl {04280.p2-thinks} (1)
+pl {04281.f} (1)
+pl {04281.p2-thinks} (1)
+pl {04282.f} (1)
+pl {04282.p2-thinks} (1)
+pl {04283.f} (1)
+pl {04283.p2-thinks} (1)
+pl {04284.f} (1)
+pl {04284.p2-thinks} (1)
+pl {04285.f} (1)
+pl {04285.p2-thinks} (1)
+pl {04286.f} (1)
+pl {04286.p2-thinks} (1)
+pl {04287.f} (1)
+pl {04287.p2-thinks} (1)
+pl {04288.f} (1)
+pl {04288.p2-thinks} (1)
+pl {04289.f} (1)
+pl {04289.p2-thinks} (1)
+pl {04290.f} (1)
+pl {04290.p2-thinks} (1)
+pl {04291.f} (1)
+pl {04291.p2-thinks} (1)
+pl {04292.f} (1)
+pl {04292.p2-thinks} (1)
+pl {04293.f} (1)
+pl {04293.p2-thinks} (1)
+pl {04294.f} (1)
+pl {04294.p2-thinks} (1)
+pl {04295.f} (1)
+pl {04295.p2-thinks} (1)
+pl {04296.f} (1)
+pl {04296.p2-thinks} (1)
+pl {04297.f} (1)
+pl {04297.p2-thinks} (1)
+pl {04298.f} (1)
+pl {04298.p2-thinks} (1)
+pl {04299.f} (1)
+pl {04299.p2-thinks} (1)
+pl {04300.f} (1)
+pl {04300.p2-thinks} (1)
+pl {04301.f} (1)
+pl {04301.p2-thinks} (1)
+pl {04302.f} (1)
+pl {04302.p2-thinks} (1)
+pl {04303.f} (1)
+pl {04303.p2-thinks} (1)
+pl {04304.f} (1)
+pl {04304.p2-thinks} (1)
+pl {04305.f} (1)
+pl {04305.p2-thinks} (1)
+pl {04306.f} (1)
+pl {04306.p2-thinks} (1)
+pl {04307.f} (1)
+pl {04307.p2-thinks} (1)
+pl {04308.f} (1)
+pl {04308.p2-thinks} (1)
+pl {04309.f} (1)
+pl {04309.p2-thinks} (1)
+pl {04310.f} (1)
+pl {04310.p2-thinks} (1)
+pl {04311.f} (1)
+pl {04311.p2-thinks} (1)
+pl {04312.f} (1)
+pl {04312.p2-thinks} (1)
+pl {04313.f} (1)
+pl {04313.p2-thinks} (1)
+pl {04314.f} (1)
+pl {04314.p2-thinks} (1)
+pl {04315.f} (1)
+pl {04315.p2-thinks} (1)
+pl {04316.f} (1)
+pl {04316.p2-thinks} (1)
+pl {04317.f} (1)
+pl {04317.p2-thinks} (1)
+pl {04318.f} (1)
+pl {04318.p2-thinks} (1)
+pl {04319.f} (1)
+pl {04319.p2-thinks} (1)
+pl {04320.f} (1)
+pl {04320.p2-thinks} (1)
+pl {04321.f} (1)
+pl {04321.p2-thinks} (1)
+pl {04322.f} (1)
+pl {04322.p2-thinks} (1)
+pl {04323.f} (1)
+pl {04323.p2-thinks} (1)
+pl {04324.f} (1)
+pl {04324.p2-thinks} (1)
+pl {04325.f} (1)
+pl {04325.p2-thinks} (1)
+pl {04326.f} (1)
+pl {04326.p2-thinks} (1)
+pl {04327.f} (1)
+pl {04327.p2-thinks} (1)
+pl {04328.f} (1)
+pl {04328.p2-thinks} (1)
+pl {04329.f} (1)
+pl {04329.p2-thinks} (1)
+pl {04330.f} (1)
+pl {04330.p2-thinks} (1)
+pl {04331.f} (1)
+pl {04331.p2-thinks} (1)
+pl {04332.f} (1)
+pl {04332.p2-thinks} (1)
+pl {04333.f} (1)
+pl {04333.p2-thinks} (1)
+pl {04334.f} (1)
+pl {04334.p2-thinks} (1)
+pl {04335.f} (1)
+pl {04335.p2-thinks} (1)
+pl {04336.f} (1)
+pl {04336.p2-thinks} (1)
+pl {04337.f} (1)
+pl {04337.p2-thinks} (1)
+pl {04338.f} (1)
+pl {04338.p2-thinks} (1)
+pl {04339.f} (1)
+pl {04339.p2-thinks} (1)
+pl {04340.f} (1)
+pl {04340.p2-thinks} (1)
+pl {04341.f} (1)
+pl {04341.p2-thinks} (1)
+pl {04342.f} (1)
+pl {04342.p2-thinks} (1)
+pl {04343.f} (1)
+pl {04343.p2-thinks} (1)
+pl {04344.f} (1)
+pl {04344.p2-thinks} (1)
+pl {04345.f} (1)
+pl {04345.p2-thinks} (1)
+pl {04346.f} (1)
+pl {04346.p2-thinks} (1)
+pl {04347.f} (1)
+pl {04347.p2-thinks} (1)
+pl {04348.f} (1)
+pl {04348.p2-thinks} (1)
+pl {04349.f} (1)
+pl {04349.p2-thinks} (1)
+pl {04350.f} (1)
+pl {04350.p2-thinks} (1)
+pl {04351.f} (1)
+pl {04351.p2-thinks} (1)
+pl {04352.f} (1)
+pl {04352.p2-thinks} (1)
+pl {04353.f} (1)
+pl {04353.p2-thinks} (1)
+pl {04354.f} (1)
+pl {04354.p2-thinks} (1)
+pl {04355.f} (1)
+pl {04355.p2-thinks} (1)
+pl {04356.f} (1)
+pl {04356.p2-thinks} (1)
+pl {04357.f} (1)
+pl {04357.p2-thinks} (1)
+pl {04358.f} (1)
+pl {04358.p2-thinks} (1)
+pl {04359.f} (1)
+pl {04359.p2-thinks} (1)
+pl {04360.f} (1)
+pl {04360.p2-thinks} (1)
+pl {04361.f} (1)
+pl {04361.p2-thinks} (1)
+pl {04362.f} (1)
+pl {04362.p2-thinks} (1)
+pl {04363.f} (1)
+pl {04363.p2-thinks} (1)
+pl {04364.f} (1)
+pl {04364.p2-thinks} (1)
+pl {04365.f} (1)
+pl {04365.p2-thinks} (1)
+pl {04366.f} (1)
+pl {04366.p2-thinks} (1)
+pl {04367.f} (1)
+pl {04367.p2-thinks} (1)
+pl {04368.f} (1)
+pl {04368.p2-thinks} (1)
+pl {04369.f} (1)
+pl {04369.p2-thinks} (1)
+pl {04370.f} (1)
+pl {04370.p2-thinks} (1)
+pl {04371.f} (1)
+pl {04371.p2-thinks} (1)
+pl {04372.f} (1)
+pl {04372.p2-thinks} (1)
+pl {04373.f} (1)
+pl {04373.p2-thinks} (1)
+pl {04374.f} (1)
+pl {04374.p2-thinks} (1)
+pl {04375.f} (1)
+pl {04375.p2-thinks} (1)
+pl {04376.f} (1)
+pl {04376.p2-thinks} (1)
+pl {04377.f} (1)
+pl {04377.p2-thinks} (1)
+pl {04378.f} (1)
+pl {04378.p2-thinks} (1)
+pl {04379.f} (1)
+pl {04379.p2-thinks} (1)
+pl {04380.f} (1)
+pl {04380.p2-thinks} (1)
+pl {04381.f} (1)
+pl {04381.p2-thinks} (1)
+pl {04382.f} (1)
+pl {04382.p2-thinks} (1)
+pl {04383.f} (1)
+pl {04383.p2-thinks} (1)
+pl {04384.f} (1)
+pl {04384.p2-thinks} (1)
+pl {04385.f} (1)
+pl {04385.p2-thinks} (1)
+pl {04386.f} (1)
+pl {04386.p2-thinks} (1)
+pl {04387.f} (1)
+pl {04387.p2-thinks} (1)
+pl {04388.f} (1)
+pl {04388.p2-thinks} (1)
+pl {04389.f} (1)
+pl {04389.p2-thinks} (1)
+pl {04390.f} (1)
+pl {04390.p2-thinks} (1)
+pl {04391.f} (1)
+pl {04391.p2-thinks} (1)
+pl {04392.f} (1)
+pl {04392.p2-thinks} (1)
+pl {04393.f} (1)
+pl {04393.p2-thinks} (1)
+pl {04394.f} (1)
+pl {04394.p2-thinks} (1)
+pl {04395.f} (1)
+pl {04395.p2-thinks} (1)
+pl {04396.f} (1)
+pl {04396.p2-thinks} (1)
+pl {04397.f} (1)
+pl {04397.p2-thinks} (1)
+pl {04398.f} (1)
+pl {04398.p2-thinks} (1)
+pl {04399.f} (1)
+pl {04399.p2-thinks} (1)
+pl {04400.f} (1)
+pl {04400.p2-thinks} (1)
+pl {04401.f} (1)
+pl {04401.p2-thinks} (1)
+pl {04402.f} (1)
+pl {04402.p2-thinks} (1)
+pl {04403.f} (1)
+pl {04403.p2-thinks} (1)
+pl {04404.f} (1)
+pl {04404.p2-thinks} (1)
+pl {04405.f} (1)
+pl {04405.p2-thinks} (1)
+pl {04406.f} (1)
+pl {04406.p2-thinks} (1)
+pl {04407.f} (1)
+pl {04407.p2-thinks} (1)
+pl {04408.f} (1)
+pl {04408.p2-thinks} (1)
+pl {04409.f} (1)
+pl {04409.p2-thinks} (1)
+pl {04410.f} (1)
+pl {04410.p2-thinks} (1)
+pl {04411.f} (1)
+pl {04411.p2-thinks} (1)
+pl {04412.f} (1)
+pl {04412.p2-thinks} (1)
+pl {04413.f} (1)
+pl {04413.p2-thinks} (1)
+pl {04414.f} (1)
+pl {04414.p2-thinks} (1)
+pl {04415.f} (1)
+pl {04415.p2-thinks} (1)
+pl {04416.f} (1)
+pl {04416.p2-thinks} (1)
+pl {04417.f} (1)
+pl {04417.p2-thinks} (1)
+pl {04418.f} (1)
+pl {04418.p2-thinks} (1)
+pl {04419.f} (1)
+pl {04419.p2-thinks} (1)
+pl {04420.f} (1)
+pl {04420.p2-thinks} (1)
+pl {04421.f} (1)
+pl {04421.p2-thinks} (1)
+pl {04422.f} (1)
+pl {04422.p2-thinks} (1)
+pl {04423.f} (1)
+pl {04423.p2-thinks} (1)
+pl {04424.f} (1)
+pl {04424.p2-thinks} (1)
+pl {04425.f} (1)
+pl {04425.p2-thinks} (1)
+pl {04426.f} (1)
+pl {04426.p2-thinks} (1)
+pl {04427.f} (1)
+pl {04427.p2-thinks} (1)
+pl {04428.f} (1)
+pl {04428.p2-thinks} (1)
+pl {04429.f} (1)
+pl {04429.p2-thinks} (1)
+pl {04430.f} (1)
+pl {04430.p2-thinks} (1)
+pl {04431.f} (1)
+pl {04431.p2-thinks} (1)
+pl {04432.f} (1)
+pl {04432.p2-thinks} (1)
+pl {04433.f} (1)
+pl {04433.p2-thinks} (1)
+pl {04434.f} (1)
+pl {04434.p2-thinks} (1)
+pl {04435.f} (1)
+pl {04435.p2-thinks} (1)
+pl {04436.f} (1)
+pl {04436.p2-thinks} (1)
+pl {04437.f} (1)
+pl {04437.p2-thinks} (1)
+pl {04438.f} (1)
+pl {04438.p2-thinks} (1)
+pl {04439.f} (1)
+pl {04439.p2-thinks} (1)
+pl {04440.f} (1)
+pl {04440.p2-thinks} (1)
+pl {04441.f} (1)
+pl {04441.p2-thinks} (1)
+pl {04442.f} (1)
+pl {04442.p2-thinks} (1)
+pl {04443.f} (1)
+pl {04443.p2-thinks} (1)
+pl {04444.f} (1)
+pl {04444.p2-thinks} (1)
+pl {04445.f} (1)
+pl {04445.p2-thinks} (1)
+pl {04446.f} (1)
+pl {04446.p2-thinks} (1)
+pl {04447.f} (1)
+pl {04447.p2-thinks} (1)
+pl {04448.f} (1)
+pl {04448.p2-thinks} (1)
+pl {04449.f} (1)
+pl {04449.p2-thinks} (1)
+pl {04450.f} (1)
+pl {04450.p2-thinks} (1)
+pl {04451.f} (1)
+pl {04451.p2-thinks} (1)
+pl {04452.f} (1)
+pl {04452.p2-thinks} (1)
+pl {04453.f} (1)
+pl {04453.p2-thinks} (1)
+pl {04454.f} (1)
+pl {04454.p2-thinks} (1)
+pl {04455.f} (1)
+pl {04455.p2-thinks} (1)
+pl {04456.f} (1)
+pl {04456.p2-thinks} (1)
+pl {04457.f} (1)
+pl {04457.p2-thinks} (1)
+pl {04458.f} (1)
+pl {04458.p2-thinks} (1)
+pl {04459.f} (1)
+pl {04459.p2-thinks} (1)
+pl {04460.f} (1)
+pl {04460.p2-thinks} (1)
+pl {04461.f} (1)
+pl {04461.p2-thinks} (1)
+pl {04462.f} (1)
+pl {04462.p2-thinks} (1)
+pl {04463.f} (1)
+pl {04463.p2-thinks} (1)
+pl {04464.f} (1)
+pl {04464.p2-thinks} (1)
+pl {04465.f} (1)
+pl {04465.p2-thinks} (1)
+pl {04466.f} (1)
+pl {04466.p2-thinks} (1)
+pl {04467.f} (1)
+pl {04467.p2-thinks} (1)
+pl {04468.f} (1)
+pl {04468.p2-thinks} (1)
+pl {04469.f} (1)
+pl {04469.p2-thinks} (1)
+pl {04470.f} (1)
+pl {04470.p2-thinks} (1)
+pl {04471.f} (1)
+pl {04471.p2-thinks} (1)
+pl {04472.f} (1)
+pl {04472.p2-thinks} (1)
+pl {04473.f} (1)
+pl {04473.p2-thinks} (1)
+pl {04474.f} (1)
+pl {04474.p2-thinks} (1)
+pl {04475.f} (1)
+pl {04475.p2-thinks} (1)
+pl {04476.f} (1)
+pl {04476.p2-thinks} (1)
+pl {04477.f} (1)
+pl {04477.p2-thinks} (1)
+pl {04478.f} (1)
+pl {04478.p2-thinks} (1)
+pl {04479.f} (1)
+pl {04479.p2-thinks} (1)
+pl {04480.f} (1)
+pl {04480.p2-thinks} (1)
+pl {04481.f} (1)
+pl {04481.p2-thinks} (1)
+pl {04482.f} (1)
+pl {04482.p2-thinks} (1)
+pl {04483.f} (1)
+pl {04483.p2-thinks} (1)
+pl {04484.f} (1)
+pl {04484.p2-thinks} (1)
+pl {04485.f} (1)
+pl {04485.p2-thinks} (1)
+pl {04486.f} (1)
+pl {04486.p2-thinks} (1)
+pl {04487.f} (1)
+pl {04487.p2-thinks} (1)
+pl {04488.f} (1)
+pl {04488.p2-thinks} (1)
+pl {04489.f} (1)
+pl {04489.p2-thinks} (1)
+pl {04490.f} (1)
+pl {04490.p2-thinks} (1)
+pl {04491.f} (1)
+pl {04491.p2-thinks} (1)
+pl {04492.f} (1)
+pl {04492.p2-thinks} (1)
+pl {04493.f} (1)
+pl {04493.p2-thinks} (1)
+pl {04494.f} (1)
+pl {04494.p2-thinks} (1)
+pl {04495.f} (1)
+pl {04495.p2-thinks} (1)
+pl {04496.f} (1)
+pl {04496.p2-thinks} (1)
+pl {04497.f} (1)
+pl {04497.p2-thinks} (1)
+pl {04498.f} (1)
+pl {04498.p2-thinks} (1)
+pl {04499.f} (1)
+pl {04499.p2-thinks} (1)
+pl {04500.f} (1)
+pl {04500.p2-thinks} (1)
+pl {04501.f} (1)
+pl {04501.p2-thinks} (1)
+pl {04502.f} (1)
+pl {04502.p2-thinks} (1)
+pl {04503.f} (1)
+pl {04503.p2-thinks} (1)
+pl {04504.f} (1)
+pl {04504.p2-thinks} (1)
+pl {04505.f} (1)
+pl {04505.p2-thinks} (1)
+pl {04506.f} (1)
+pl {04506.p2-thinks} (1)
+pl {04507.f} (1)
+pl {04507.p2-thinks} (1)
+pl {04508.f} (1)
+pl {04508.p2-thinks} (1)
+pl {04509.f} (1)
+pl {04509.p2-thinks} (1)
+pl {04510.f} (1)
+pl {04510.p2-thinks} (1)
+pl {04511.f} (1)
+pl {04511.p2-thinks} (1)
+pl {04512.f} (1)
+pl {04512.p2-thinks} (1)
+pl {04513.f} (1)
+pl {04513.p2-thinks} (1)
+pl {04514.f} (1)
+pl {04514.p2-thinks} (1)
+pl {04515.f} (1)
+pl {04515.p2-thinks} (1)
+pl {04516.f} (1)
+pl {04516.p2-thinks} (1)
+pl {04517.f} (1)
+pl {04517.p2-thinks} (1)
+pl {04518.f} (1)
+pl {04518.p2-thinks} (1)
+pl {04519.f} (1)
+pl {04519.p2-thinks} (1)
+pl {04520.f} (1)
+pl {04520.p2-thinks} (1)
+pl {04521.f} (1)
+pl {04521.p2-thinks} (1)
+pl {04522.f} (1)
+pl {04522.p2-thinks} (1)
+pl {04523.f} (1)
+pl {04523.p2-thinks} (1)
+pl {04524.f} (1)
+pl {04524.p2-thinks} (1)
+pl {04525.f} (1)
+pl {04525.p2-thinks} (1)
+pl {04526.f} (1)
+pl {04526.p2-thinks} (1)
+pl {04527.f} (1)
+pl {04527.p2-thinks} (1)
+pl {04528.f} (1)
+pl {04528.p2-thinks} (1)
+pl {04529.f} (1)
+pl {04529.p2-thinks} (1)
+pl {04530.f} (1)
+pl {04530.p2-thinks} (1)
+pl {04531.f} (1)
+pl {04531.p2-thinks} (1)
+pl {04532.f} (1)
+pl {04532.p2-thinks} (1)
+pl {04533.f} (1)
+pl {04533.p2-thinks} (1)
+pl {04534.f} (1)
+pl {04534.p2-thinks} (1)
+pl {04535.f} (1)
+pl {04535.p2-thinks} (1)
+pl {04536.f} (1)
+pl {04536.p2-thinks} (1)
+pl {04537.f} (1)
+pl {04537.p2-thinks} (1)
+pl {04538.f} (1)
+pl {04538.p2-thinks} (1)
+pl {04539.f} (1)
+pl {04539.p2-thinks} (1)
+pl {04540.f} (1)
+pl {04540.p2-thinks} (1)
+pl {04541.f} (1)
+pl {04541.p2-thinks} (1)
+pl {04542.f} (1)
+pl {04542.p2-thinks} (1)
+pl {04543.f} (1)
+pl {04543.p2-thinks} (1)
+pl {04544.f} (1)
+pl {04544.p2-thinks} (1)
+pl {04545.f} (1)
+pl {04545.p2-thinks} (1)
+pl {04546.f} (1)
+pl {04546.p2-thinks} (1)
+pl {04547.f} (1)
+pl {04547.p2-thinks} (1)
+pl {04548.f} (1)
+pl {04548.p2-thinks} (1)
+pl {04549.f} (1)
+pl {04549.p2-thinks} (1)
+pl {04550.f} (1)
+pl {04550.p2-thinks} (1)
+pl {04551.f} (1)
+pl {04551.p2-thinks} (1)
+pl {04552.f} (1)
+pl {04552.p2-thinks} (1)
+pl {04553.f} (1)
+pl {04553.p2-thinks} (1)
+pl {04554.f} (1)
+pl {04554.p2-thinks} (1)
+pl {04555.f} (1)
+pl {04555.p2-thinks} (1)
+pl {04556.f} (1)
+pl {04556.p2-thinks} (1)
+pl {04557.f} (1)
+pl {04557.p2-thinks} (1)
+pl {04558.f} (1)
+pl {04558.p2-thinks} (1)
+pl {04559.f} (1)
+pl {04559.p2-thinks} (1)
+pl {04560.f} (1)
+pl {04560.p2-thinks} (1)
+pl {04561.f} (1)
+pl {04561.p2-thinks} (1)
+pl {04562.f} (1)
+pl {04562.p2-thinks} (1)
+pl {04563.f} (1)
+pl {04563.p2-thinks} (1)
+pl {04564.f} (1)
+pl {04564.p2-thinks} (1)
+pl {04565.f} (1)
+pl {04565.p2-thinks} (1)
+pl {04566.f} (1)
+pl {04566.p2-thinks} (1)
+pl {04567.f} (1)
+pl {04567.p2-thinks} (1)
+pl {04568.f} (1)
+pl {04568.p2-thinks} (1)
+pl {04569.f} (1)
+pl {04569.p2-thinks} (1)
+pl {04570.f} (1)
+pl {04570.p2-thinks} (1)
+pl {04571.f} (1)
+pl {04571.p2-thinks} (1)
+pl {04572.f} (1)
+pl {04572.p2-thinks} (1)
+pl {04573.f} (1)
+pl {04573.p2-thinks} (1)
+pl {04574.f} (1)
+pl {04574.p2-thinks} (1)
+pl {04575.f} (1)
+pl {04575.p2-thinks} (1)
+pl {04576.f} (1)
+pl {04576.p2-thinks} (1)
+pl {04577.f} (1)
+pl {04577.p2-thinks} (1)
+pl {04578.f} (1)
+pl {04578.p2-thinks} (1)
+pl {04579.f} (1)
+pl {04579.p2-thinks} (1)
+pl {04580.f} (1)
+pl {04580.p2-thinks} (1)
+pl {04581.f} (1)
+pl {04581.p2-thinks} (1)
+pl {04582.f} (1)
+pl {04582.p2-thinks} (1)
+pl {04583.f} (1)
+pl {04583.p2-thinks} (1)
+pl {04584.f} (1)
+pl {04584.p2-thinks} (1)
+pl {04585.f} (1)
+pl {04585.p2-thinks} (1)
+pl {04586.f} (1)
+pl {04586.p2-thinks} (1)
+pl {04587.f} (1)
+pl {04587.p2-thinks} (1)
+pl {04588.f} (1)
+pl {04588.p2-thinks} (1)
+pl {04589.f} (1)
+pl {04589.p2-thinks} (1)
+pl {04590.f} (1)
+pl {04590.p2-thinks} (1)
+pl {04591.f} (1)
+pl {04591.p2-thinks} (1)
+pl {04592.f} (1)
+pl {04592.p2-thinks} (1)
+pl {04593.f} (1)
+pl {04593.p2-thinks} (1)
+pl {04594.f} (1)
+pl {04594.p2-thinks} (1)
+pl {04595.f} (1)
+pl {04595.p2-thinks} (1)
+pl {04596.f} (1)
+pl {04596.p2-thinks} (1)
+pl {04597.f} (1)
+pl {04597.p2-thinks} (1)
+pl {04598.f} (1)
+pl {04598.p2-thinks} (1)
+pl {04599.f} (1)
+pl {04599.p2-thinks} (1)
+pl {04600.f} (1)
+pl {04600.p2-thinks} (1)
+pl {04601.f} (1)
+pl {04601.p2-thinks} (1)
+pl {04602.f} (1)
+pl {04602.p2-thinks} (1)
+pl {04603.f} (1)
+pl {04603.p2-thinks} (1)
+pl {04604.f} (1)
+pl {04604.p2-thinks} (1)
+pl {04605.f} (1)
+pl {04605.p2-thinks} (1)
+pl {04606.f} (1)
+pl {04606.p2-thinks} (1)
+pl {04607.f} (1)
+pl {04607.p2-thinks} (1)
+pl {04608.f} (1)
+pl {04608.p2-thinks} (1)
+pl {04609.f} (1)
+pl {04609.p2-thinks} (1)
+pl {04610.f} (1)
+pl {04610.p2-thinks} (1)
+pl {04611.f} (1)
+pl {04611.p2-thinks} (1)
+pl {04612.f} (1)
+pl {04612.p2-thinks} (1)
+pl {04613.f} (1)
+pl {04613.p2-thinks} (1)
+pl {04614.f} (1)
+pl {04614.p2-thinks} (1)
+pl {04615.f} (1)
+pl {04615.p2-thinks} (1)
+pl {04616.f} (1)
+pl {04616.p2-thinks} (1)
+pl {04617.f} (1)
+pl {04617.p2-thinks} (1)
+pl {04618.f} (1)
+pl {04618.p2-thinks} (1)
+pl {04619.f} (1)
+pl {04619.p2-thinks} (1)
+pl {04620.f} (1)
+pl {04620.p2-thinks} (1)
+pl {04621.f} (1)
+pl {04621.p2-thinks} (1)
+pl {04622.f} (1)
+pl {04622.p2-thinks} (1)
+pl {04623.f} (1)
+pl {04623.p2-thinks} (1)
+pl {04624.f} (1)
+pl {04624.p2-thinks} (1)
+pl {04625.f} (1)
+pl {04625.p2-thinks} (1)
+pl {04626.f} (1)
+pl {04626.p2-thinks} (1)
+pl {04627.f} (1)
+pl {04627.p2-thinks} (1)
+pl {04628.f} (1)
+pl {04628.p2-thinks} (1)
+pl {04629.f} (1)
+pl {04629.p2-thinks} (1)
+pl {04630.f} (1)
+pl {04630.p2-thinks} (1)
+pl {04631.f} (1)
+pl {04631.p2-thinks} (1)
+pl {04632.f} (1)
+pl {04632.p2-thinks} (1)
+pl {04633.f} (1)
+pl {04633.p2-thinks} (1)
+pl {04634.f} (1)
+pl {04634.p2-thinks} (1)
+pl {04635.f} (1)
+pl {04635.p2-thinks} (1)
+pl {04636.f} (1)
+pl {04636.p2-thinks} (1)
+pl {04637.f} (1)
+pl {04637.p2-thinks} (1)
+pl {04638.f} (1)
+pl {04638.p2-thinks} (1)
+pl {04639.f} (1)
+pl {04639.p2-thinks} (1)
+pl {04640.f} (1)
+pl {04640.p2-thinks} (1)
+pl {04641.f} (1)
+pl {04641.p2-thinks} (1)
+pl {04642.f} (1)
+pl {04642.p2-thinks} (1)
+pl {04643.f} (1)
+pl {04643.p2-thinks} (1)
+pl {04644.f} (1)
+pl {04644.p2-thinks} (1)
+pl {04645.f} (1)
+pl {04645.p2-thinks} (1)
+pl {04646.f} (1)
+pl {04646.p2-thinks} (1)
+pl {04647.f} (1)
+pl {04647.p2-thinks} (1)
+pl {04648.f} (1)
+pl {04648.p2-thinks} (1)
+pl {04649.f} (1)
+pl {04649.p2-thinks} (1)
+pl {04650.f} (1)
+pl {04650.p2-thinks} (1)
+pl {04651.f} (1)
+pl {04651.p2-thinks} (1)
+pl {04652.f} (1)
+pl {04652.p2-thinks} (1)
+pl {04653.f} (1)
+pl {04653.p2-thinks} (1)
+pl {04654.f} (1)
+pl {04654.p2-thinks} (1)
+pl {04655.f} (1)
+pl {04655.p2-thinks} (1)
+pl {04656.f} (1)
+pl {04656.p2-thinks} (1)
+pl {04657.f} (1)
+pl {04657.p2-thinks} (1)
+pl {04658.f} (1)
+pl {04658.p2-thinks} (1)
+pl {04659.f} (1)
+pl {04659.p2-thinks} (1)
+pl {04660.f} (1)
+pl {04660.p2-thinks} (1)
+pl {04661.f} (1)
+pl {04661.p2-thinks} (1)
+pl {04662.f} (1)
+pl {04662.p2-thinks} (1)
+pl {04663.f} (1)
+pl {04663.p2-thinks} (1)
+pl {04664.f} (1)
+pl {04664.p2-thinks} (1)
+pl {04665.f} (1)
+pl {04665.p2-thinks} (1)
+pl {04666.f} (1)
+pl {04666.p2-thinks} (1)
+pl {04667.f} (1)
+pl {04667.p2-thinks} (1)
+pl {04668.f} (1)
+pl {04668.p2-thinks} (1)
+pl {04669.f} (1)
+pl {04669.p2-thinks} (1)
+pl {04670.f} (1)
+pl {04670.p2-thinks} (1)
+pl {04671.f} (1)
+pl {04671.p2-thinks} (1)
+pl {04672.f} (1)
+pl {04672.p2-thinks} (1)
+pl {04673.f} (1)
+pl {04673.p2-thinks} (1)
+pl {04674.f} (1)
+pl {04674.p2-thinks} (1)
+pl {04675.f} (1)
+pl {04675.p2-thinks} (1)
+pl {04676.f} (1)
+pl {04676.p2-thinks} (1)
+pl {04677.f} (1)
+pl {04677.p2-thinks} (1)
+pl {04678.f} (1)
+pl {04678.p2-thinks} (1)
+pl {04679.f} (1)
+pl {04679.p2-thinks} (1)
+pl {04680.f} (1)
+pl {04680.p2-thinks} (1)
+pl {04681.f} (1)
+pl {04681.p2-thinks} (1)
+pl {04682.f} (1)
+pl {04682.p2-thinks} (1)
+pl {04683.f} (1)
+pl {04683.p2-thinks} (1)
+pl {04684.f} (1)
+pl {04684.p2-thinks} (1)
+pl {04685.f} (1)
+pl {04685.p2-thinks} (1)
+pl {04686.f} (1)
+pl {04686.p2-thinks} (1)
+pl {04687.f} (1)
+pl {04687.p2-thinks} (1)
+pl {04688.f} (1)
+pl {04688.p2-thinks} (1)
+pl {04689.f} (1)
+pl {04689.p2-thinks} (1)
+pl {04690.f} (1)
+pl {04690.p2-thinks} (1)
+pl {04691.f} (1)
+pl {04691.p2-thinks} (1)
+pl {04692.f} (1)
+pl {04692.p2-thinks} (1)
+pl {04693.f} (1)
+pl {04693.p2-thinks} (1)
+pl {04694.f} (1)
+pl {04694.p2-thinks} (1)
+pl {04695.f} (1)
+pl {04695.p2-thinks} (1)
+pl {04696.f} (1)
+pl {04696.p2-thinks} (1)
+pl {04697.f} (1)
+pl {04697.p2-thinks} (1)
+pl {04698.f} (1)
+pl {04698.p2-thinks} (1)
+pl {04699.f} (1)
+pl {04699.p2-thinks} (1)
+pl {04700.f} (1)
+pl {04700.p2-thinks} (1)
+pl {04701.f} (1)
+pl {04701.p2-thinks} (1)
+pl {04702.f} (1)
+pl {04702.p2-thinks} (1)
+pl {04703.f} (1)
+pl {04703.p2-thinks} (1)
+pl {04704.f} (1)
+pl {04704.p2-thinks} (1)
+pl {04705.f} (1)
+pl {04705.p2-thinks} (1)
+pl {04706.f} (1)
+pl {04706.p2-thinks} (1)
+pl {04707.f} (1)
+pl {04707.p2-thinks} (1)
+pl {04708.f} (1)
+pl {04708.p2-thinks} (1)
+pl {04709.f} (1)
+pl {04709.p2-thinks} (1)
+pl {04710.f} (1)
+pl {04710.p2-thinks} (1)
+pl {04711.f} (1)
+pl {04711.p2-thinks} (1)
+pl {04712.f} (1)
+pl {04712.p2-thinks} (1)
+pl {04713.f} (1)
+pl {04713.p2-thinks} (1)
+pl {04714.f} (1)
+pl {04714.p2-thinks} (1)
+pl {04715.f} (1)
+pl {04715.p2-thinks} (1)
+pl {04716.f} (1)
+pl {04716.p2-thinks} (1)
+pl {04717.f} (1)
+pl {04717.p2-thinks} (1)
+pl {04718.f} (1)
+pl {04718.p2-thinks} (1)
+pl {04719.f} (1)
+pl {04719.p2-thinks} (1)
+pl {04720.f} (1)
+pl {04720.p2-thinks} (1)
+pl {04721.f} (1)
+pl {04721.p2-thinks} (1)
+pl {04722.f} (1)
+pl {04722.p2-thinks} (1)
+pl {04723.f} (1)
+pl {04723.p2-thinks} (1)
+pl {04724.f} (1)
+pl {04724.p2-thinks} (1)
+pl {04725.f} (1)
+pl {04725.p2-thinks} (1)
+pl {04726.f} (1)
+pl {04726.p2-thinks} (1)
+pl {04727.f} (1)
+pl {04727.p2-thinks} (1)
+pl {04728.f} (1)
+pl {04728.p2-thinks} (1)
+pl {04729.f} (1)
+pl {04729.p2-thinks} (1)
+pl {04730.f} (1)
+pl {04730.p2-thinks} (1)
+pl {04731.f} (1)
+pl {04731.p2-thinks} (1)
+pl {04732.f} (1)
+pl {04732.p2-thinks} (1)
+pl {04733.f} (1)
+pl {04733.p2-thinks} (1)
+pl {04734.f} (1)
+pl {04734.p2-thinks} (1)
+pl {04735.f} (1)
+pl {04735.p2-thinks} (1)
+pl {04736.f} (1)
+pl {04736.p2-thinks} (1)
+pl {04737.f} (1)
+pl {04737.p2-thinks} (1)
+pl {04738.f} (1)
+pl {04738.p2-thinks} (1)
+pl {04739.f} (1)
+pl {04739.p2-thinks} (1)
+pl {04740.f} (1)
+pl {04740.p2-thinks} (1)
+pl {04741.f} (1)
+pl {04741.p2-thinks} (1)
+pl {04742.f} (1)
+pl {04742.p2-thinks} (1)
+pl {04743.f} (1)
+pl {04743.p2-thinks} (1)
+pl {04744.f} (1)
+pl {04744.p2-thinks} (1)
+pl {04745.f} (1)
+pl {04745.p2-thinks} (1)
+pl {04746.f} (1)
+pl {04746.p2-thinks} (1)
+pl {04747.f} (1)
+pl {04747.p2-thinks} (1)
+pl {04748.f} (1)
+pl {04748.p2-thinks} (1)
+pl {04749.f} (1)
+pl {04749.p2-thinks} (1)
+pl {04750.f} (1)
+pl {04750.p2-thinks} (1)
+pl {04751.f} (1)
+pl {04751.p2-thinks} (1)
+pl {04752.f} (1)
+pl {04752.p2-thinks} (1)
+pl {04753.f} (1)
+pl {04753.p2-thinks} (1)
+pl {04754.f} (1)
+pl {04754.p2-thinks} (1)
+pl {04755.f} (1)
+pl {04755.p2-thinks} (1)
+pl {04756.f} (1)
+pl {04756.p2-thinks} (1)
+pl {04757.f} (1)
+pl {04757.p2-thinks} (1)
+pl {04758.f} (1)
+pl {04758.p2-thinks} (1)
+pl {04759.f} (1)
+pl {04759.p2-thinks} (1)
+pl {04760.f} (1)
+pl {04760.p2-thinks} (1)
+pl {04761.f} (1)
+pl {04761.p2-thinks} (1)
+pl {04762.f} (1)
+pl {04762.p2-thinks} (1)
+pl {04763.f} (1)
+pl {04763.p2-thinks} (1)
+pl {04764.f} (1)
+pl {04764.p2-thinks} (1)
+pl {04765.f} (1)
+pl {04765.p2-thinks} (1)
+pl {04766.f} (1)
+pl {04766.p2-thinks} (1)
+pl {04767.f} (1)
+pl {04767.p2-thinks} (1)
+pl {04768.f} (1)
+pl {04768.p2-thinks} (1)
+pl {04769.f} (1)
+pl {04769.p2-thinks} (1)
+pl {04770.f} (1)
+pl {04770.p2-thinks} (1)
+pl {04771.f} (1)
+pl {04771.p2-thinks} (1)
+pl {04772.f} (1)
+pl {04772.p2-thinks} (1)
+pl {04773.f} (1)
+pl {04773.p2-thinks} (1)
+pl {04774.f} (1)
+pl {04774.p2-thinks} (1)
+pl {04775.f} (1)
+pl {04775.p2-thinks} (1)
+pl {04776.f} (1)
+pl {04776.p2-thinks} (1)
+pl {04777.f} (1)
+pl {04777.p2-thinks} (1)
+pl {04778.f} (1)
+pl {04778.p2-thinks} (1)
+pl {04779.f} (1)
+pl {04779.p2-thinks} (1)
+pl {04780.f} (1)
+pl {04780.p2-thinks} (1)
+pl {04781.f} (1)
+pl {04781.p2-thinks} (1)
+pl {04782.f} (1)
+pl {04782.p2-thinks} (1)
+pl {04783.f} (1)
+pl {04783.p2-thinks} (1)
+pl {04784.f} (1)
+pl {04784.p2-thinks} (1)
+pl {04785.f} (1)
+pl {04785.p2-thinks} (1)
+pl {04786.f} (1)
+pl {04786.p2-thinks} (1)
+pl {04787.f} (1)
+pl {04787.p2-thinks} (1)
+pl {04788.f} (1)
+pl {04788.p2-thinks} (1)
+pl {04789.f} (1)
+pl {04789.p2-thinks} (1)
+pl {04790.f} (1)
+pl {04790.p2-thinks} (1)
+pl {04791.f} (1)
+pl {04791.p2-thinks} (1)
+pl {04792.f} (1)
+pl {04792.p2-thinks} (1)
+pl {04793.f} (1)
+pl {04793.p2-thinks} (1)
+pl {04794.f} (1)
+pl {04794.p2-thinks} (1)
+pl {04795.f} (1)
+pl {04795.p2-thinks} (1)
+pl {04796.f} (1)
+pl {04796.p2-thinks} (1)
+pl {04797.f} (1)
+pl {04797.p2-thinks} (1)
+pl {04798.f} (1)
+pl {04798.p2-thinks} (1)
+pl {04799.f} (1)
+pl {04799.p2-thinks} (1)
+pl {04800.f} (1)
+pl {04800.p2-thinks} (1)
+pl {04801.f} (1)
+pl {04801.p2-thinks} (1)
+pl {04802.f} (1)
+pl {04802.p2-thinks} (1)
+pl {04803.f} (1)
+pl {04803.p2-thinks} (1)
+pl {04804.f} (1)
+pl {04804.p2-thinks} (1)
+pl {04805.f} (1)
+pl {04805.p2-thinks} (1)
+pl {04806.f} (1)
+pl {04806.p2-thinks} (1)
+pl {04807.f} (1)
+pl {04807.p2-thinks} (1)
+pl {04808.f} (1)
+pl {04808.p2-thinks} (1)
+pl {04809.f} (1)
+pl {04809.p2-thinks} (1)
+pl {04810.f} (1)
+pl {04810.p2-thinks} (1)
+pl {04811.f} (1)
+pl {04811.p2-thinks} (1)
+pl {04812.f} (1)
+pl {04812.p2-thinks} (1)
+pl {04813.f} (1)
+pl {04813.p2-thinks} (1)
+pl {04814.f} (1)
+pl {04814.p2-thinks} (1)
+pl {04815.f} (1)
+pl {04815.p2-thinks} (1)
+pl {04816.f} (1)
+pl {04816.p2-thinks} (1)
+pl {04817.f} (1)
+pl {04817.p2-thinks} (1)
+pl {04818.f} (1)
+pl {04818.p2-thinks} (1)
+pl {04819.f} (1)
+pl {04819.p2-thinks} (1)
+pl {04820.f} (1)
+pl {04820.p2-thinks} (1)
+pl {04821.f} (1)
+pl {04821.p2-thinks} (1)
+pl {04822.f} (1)
+pl {04822.p2-thinks} (1)
+pl {04823.f} (1)
+pl {04823.p2-thinks} (1)
+pl {04824.f} (1)
+pl {04824.p2-thinks} (1)
+pl {04825.f} (1)
+pl {04825.p2-thinks} (1)
+pl {04826.f} (1)
+pl {04826.p2-thinks} (1)
+pl {04827.f} (1)
+pl {04827.p2-thinks} (1)
+pl {04828.f} (1)
+pl {04828.p2-thinks} (1)
+pl {04829.f} (1)
+pl {04829.p2-thinks} (1)
+pl {04830.f} (1)
+pl {04830.p2-thinks} (1)
+pl {04831.f} (1)
+pl {04831.p2-thinks} (1)
+pl {04832.f} (1)
+pl {04832.p2-thinks} (1)
+pl {04833.f} (1)
+pl {04833.p2-thinks} (1)
+pl {04834.f} (1)
+pl {04834.p2-thinks} (1)
+pl {04835.f} (1)
+pl {04835.p2-thinks} (1)
+pl {04836.f} (1)
+pl {04836.p2-thinks} (1)
+pl {04837.f} (1)
+pl {04837.p2-thinks} (1)
+pl {04838.f} (1)
+pl {04838.p2-thinks} (1)
+pl {04839.f} (1)
+pl {04839.p2-thinks} (1)
+pl {04840.f} (1)
+pl {04840.p2-thinks} (1)
+pl {04841.f} (1)
+pl {04841.p2-thinks} (1)
+pl {04842.f} (1)
+pl {04842.p2-thinks} (1)
+pl {04843.f} (1)
+pl {04843.p2-thinks} (1)
+pl {04844.f} (1)
+pl {04844.p2-thinks} (1)
+pl {04845.f} (1)
+pl {04845.p2-thinks} (1)
+pl {04846.f} (1)
+pl {04846.p2-thinks} (1)
+pl {04847.f} (1)
+pl {04847.p2-thinks} (1)
+pl {04848.f} (1)
+pl {04848.p2-thinks} (1)
+pl {04849.f} (1)
+pl {04849.p2-thinks} (1)
+pl {04850.f} (1)
+pl {04850.p2-thinks} (1)
+pl {04851.f} (1)
+pl {04851.p2-thinks} (1)
+pl {04852.f} (1)
+pl {04852.p2-thinks} (1)
+pl {04853.f} (1)
+pl {04853.p2-thinks} (1)
+pl {04854.f} (1)
+pl {04854.p2-thinks} (1)
+pl {04855.f} (1)
+pl {04855.p2-thinks} (1)
+pl {04856.f} (1)
+pl {04856.p2-thinks} (1)
+pl {04857.f} (1)
+pl {04857.p2-thinks} (1)
+pl {04858.f} (1)
+pl {04858.p2-thinks} (1)
+pl {04859.f} (1)
+pl {04859.p2-thinks} (1)
+pl {04860.f} (1)
+pl {04860.p2-thinks} (1)
+pl {04861.f} (1)
+pl {04861.p2-thinks} (1)
+pl {04862.f} (1)
+pl {04862.p2-thinks} (1)
+pl {04863.f} (1)
+pl {04863.p2-thinks} (1)
+pl {04864.f} (1)
+pl {04864.p2-thinks} (1)
+pl {04865.f} (1)
+pl {04865.p2-thinks} (1)
+pl {04866.f} (1)
+pl {04866.p2-thinks} (1)
+pl {04867.f} (1)
+pl {04867.p2-thinks} (1)
+pl {04868.f} (1)
+pl {04868.p2-thinks} (1)
+pl {04869.f} (1)
+pl {04869.p2-thinks} (1)
+pl {04870.f} (1)
+pl {04870.p2-thinks} (1)
+pl {04871.f} (1)
+pl {04871.p2-thinks} (1)
+pl {04872.f} (1)
+pl {04872.p2-thinks} (1)
+pl {04873.f} (1)
+pl {04873.p2-thinks} (1)
+pl {04874.f} (1)
+pl {04874.p2-thinks} (1)
+pl {04875.f} (1)
+pl {04875.p2-thinks} (1)
+pl {04876.f} (1)
+pl {04876.p2-thinks} (1)
+pl {04877.f} (1)
+pl {04877.p2-thinks} (1)
+pl {04878.f} (1)
+pl {04878.p2-thinks} (1)
+pl {04879.f} (1)
+pl {04879.p2-thinks} (1)
+pl {04880.f} (1)
+pl {04880.p2-thinks} (1)
+pl {04881.f} (1)
+pl {04881.p2-thinks} (1)
+pl {04882.f} (1)
+pl {04882.p2-thinks} (1)
+pl {04883.f} (1)
+pl {04883.p2-thinks} (1)
+pl {04884.f} (1)
+pl {04884.p2-thinks} (1)
+pl {04885.f} (1)
+pl {04885.p2-thinks} (1)
+pl {04886.f} (1)
+pl {04886.p2-thinks} (1)
+pl {04887.f} (1)
+pl {04887.p2-thinks} (1)
+pl {04888.f} (1)
+pl {04888.p2-thinks} (1)
+pl {04889.f} (1)
+pl {04889.p2-thinks} (1)
+pl {04890.f} (1)
+pl {04890.p2-thinks} (1)
+pl {04891.f} (1)
+pl {04891.p2-thinks} (1)
+pl {04892.f} (1)
+pl {04892.p2-thinks} (1)
+pl {04893.f} (1)
+pl {04893.p2-thinks} (1)
+pl {04894.f} (1)
+pl {04894.p2-thinks} (1)
+pl {04895.f} (1)
+pl {04895.p2-thinks} (1)
+pl {04896.f} (1)
+pl {04896.p2-thinks} (1)
+pl {04897.f} (1)
+pl {04897.p2-thinks} (1)
+pl {04898.f} (1)
+pl {04898.p2-thinks} (1)
+pl {04899.f} (1)
+pl {04899.p2-thinks} (1)
+pl {04900.f} (1)
+pl {04900.p2-thinks} (1)
+pl {04901.f} (1)
+pl {04901.p2-thinks} (1)
+pl {04902.f} (1)
+pl {04902.p2-thinks} (1)
+pl {04903.f} (1)
+pl {04903.p2-thinks} (1)
+pl {04904.f} (1)
+pl {04904.p2-thinks} (1)
+pl {04905.f} (1)
+pl {04905.p2-thinks} (1)
+pl {04906.f} (1)
+pl {04906.p2-thinks} (1)
+pl {04907.f} (1)
+pl {04907.p2-thinks} (1)
+pl {04908.f} (1)
+pl {04908.p2-thinks} (1)
+pl {04909.f} (1)
+pl {04909.p2-thinks} (1)
+pl {04910.f} (1)
+pl {04910.p2-thinks} (1)
+pl {04911.f} (1)
+pl {04911.p2-thinks} (1)
+pl {04912.f} (1)
+pl {04912.p2-thinks} (1)
+pl {04913.f} (1)
+pl {04913.p2-thinks} (1)
+pl {04914.f} (1)
+pl {04914.p2-thinks} (1)
+pl {04915.f} (1)
+pl {04915.p2-thinks} (1)
+pl {04916.f} (1)
+pl {04916.p2-thinks} (1)
+pl {04917.f} (1)
+pl {04917.p2-thinks} (1)
+pl {04918.f} (1)
+pl {04918.p2-thinks} (1)
+pl {04919.f} (1)
+pl {04919.p2-thinks} (1)
+pl {04920.f} (1)
+pl {04920.p2-thinks} (1)
+pl {04921.f} (1)
+pl {04921.p2-thinks} (1)
+pl {04922.f} (1)
+pl {04922.p2-thinks} (1)
+pl {04923.f} (1)
+pl {04923.p2-thinks} (1)
+pl {04924.f} (1)
+pl {04924.p2-thinks} (1)
+pl {04925.f} (1)
+pl {04925.p2-thinks} (1)
+pl {04926.f} (1)
+pl {04926.p2-thinks} (1)
+pl {04927.f} (1)
+pl {04927.p2-thinks} (1)
+pl {04928.f} (1)
+pl {04928.p2-thinks} (1)
+pl {04929.f} (1)
+pl {04929.p2-thinks} (1)
+pl {04930.f} (1)
+pl {04930.p2-thinks} (1)
+pl {04931.f} (1)
+pl {04931.p2-thinks} (1)
+pl {04932.f} (1)
+pl {04932.p2-thinks} (1)
+pl {04933.f} (1)
+pl {04933.p2-thinks} (1)
+pl {04934.f} (1)
+pl {04934.p2-thinks} (1)
+pl {04935.f} (1)
+pl {04935.p2-thinks} (1)
+pl {04936.f} (1)
+pl {04936.p2-thinks} (1)
+pl {04937.f} (1)
+pl {04937.p2-thinks} (1)
+pl {04938.f} (1)
+pl {04938.p2-thinks} (1)
+pl {04939.f} (1)
+pl {04939.p2-thinks} (1)
+pl {04940.f} (1)
+pl {04940.p2-thinks} (1)
+pl {04941.f} (1)
+pl {04941.p2-thinks} (1)
+pl {04942.f} (1)
+pl {04942.p2-thinks} (1)
+pl {04943.f} (1)
+pl {04943.p2-thinks} (1)
+pl {04944.f} (1)
+pl {04944.p2-thinks} (1)
+pl {04945.f} (1)
+pl {04945.p2-thinks} (1)
+pl {04946.f} (1)
+pl {04946.p2-thinks} (1)
+pl {04947.f} (1)
+pl {04947.p2-thinks} (1)
+pl {04948.f} (1)
+pl {04948.p2-thinks} (1)
+pl {04949.f} (1)
+pl {04949.p2-thinks} (1)
+pl {04950.f} (1)
+pl {04950.p2-thinks} (1)
+pl {04951.f} (1)
+pl {04951.p2-thinks} (1)
+pl {04952.f} (1)
+pl {04952.p2-thinks} (1)
+pl {04953.f} (1)
+pl {04953.p2-thinks} (1)
+pl {04954.f} (1)
+pl {04954.p2-thinks} (1)
+pl {04955.f} (1)
+pl {04955.p2-thinks} (1)
+pl {04956.f} (1)
+pl {04956.p2-thinks} (1)
+pl {04957.f} (1)
+pl {04957.p2-thinks} (1)
+pl {04958.f} (1)
+pl {04958.p2-thinks} (1)
+pl {04959.f} (1)
+pl {04959.p2-thinks} (1)
+pl {04960.f} (1)
+pl {04960.p2-thinks} (1)
+pl {04961.f} (1)
+pl {04961.p2-thinks} (1)
+pl {04962.f} (1)
+pl {04962.p2-thinks} (1)
+pl {04963.f} (1)
+pl {04963.p2-thinks} (1)
+pl {04964.f} (1)
+pl {04964.p2-thinks} (1)
+pl {04965.f} (1)
+pl {04965.p2-thinks} (1)
+pl {04966.f} (1)
+pl {04966.p2-thinks} (1)
+pl {04967.f} (1)
+pl {04967.p2-thinks} (1)
+pl {04968.f} (1)
+pl {04968.p2-thinks} (1)
+pl {04969.f} (1)
+pl {04969.p2-thinks} (1)
+pl {04970.f} (1)
+pl {04970.p2-thinks} (1)
+pl {04971.f} (1)
+pl {04971.p2-thinks} (1)
+pl {04972.f} (1)
+pl {04972.p2-thinks} (1)
+pl {04973.f} (1)
+pl {04973.p2-thinks} (1)
+pl {04974.f} (1)
+pl {04974.p2-thinks} (1)
+pl {04975.f} (1)
+pl {04975.p2-thinks} (1)
+pl {04976.f} (1)
+pl {04976.p2-thinks} (1)
+pl {04977.f} (1)
+pl {04977.p2-thinks} (1)
+pl {04978.f} (1)
+pl {04978.p2-thinks} (1)
+pl {04979.f} (1)
+pl {04979.p2-thinks} (1)
+pl {04980.f} (1)
+pl {04980.p2-thinks} (1)
+pl {04981.f} (1)
+pl {04981.p2-thinks} (1)
+pl {04982.f} (1)
+pl {04982.p2-thinks} (1)
+pl {04983.f} (1)
+pl {04983.p2-thinks} (1)
+pl {04984.f} (1)
+pl {04984.p2-thinks} (1)
+pl {04985.f} (1)
+pl {04985.p2-thinks} (1)
+pl {04986.f} (1)
+pl {04986.p2-thinks} (1)
+pl {04987.f} (1)
+pl {04987.p2-thinks} (1)
+pl {04988.f} (1)
+pl {04988.p2-thinks} (1)
+pl {04989.f} (1)
+pl {04989.p2-thinks} (1)
+pl {04990.f} (1)
+pl {04990.p2-thinks} (1)
+pl {04991.f} (1)
+pl {04991.p2-thinks} (1)
+pl {04992.f} (1)
+pl {04992.p2-thinks} (1)
+pl {04993.f} (1)
+pl {04993.p2-thinks} (1)
+pl {04994.f} (1)
+pl {04994.p2-thinks} (1)
+pl {04995.f} (1)
+pl {04995.p2-thinks} (1)
+pl {04996.f} (1)
+pl {04996.p2-thinks} (1)
+pl {04997.f} (1)
+pl {04997.p2-thinks} (1)
+pl {04998.f} (1)
+pl {04998.p2-thinks} (1)
+pl {04999.f} (1)
+pl {04999.p2-thinks} (1)
+pl {05000.f} (1)
+pl {05000.p2-thinks} (1)
+pl {05001.f} (1)
+pl {05001.p2-thinks} (1)
+pl {05002.f} (1)
+pl {05002.p2-thinks} (1)
+pl {05003.f} (1)
+pl {05003.p2-thinks} (1)
+pl {05004.f} (1)
+pl {05004.p2-thinks} (1)
+pl {05005.f} (1)
+pl {05005.p2-thinks} (1)
+pl {05006.f} (1)
+pl {05006.p2-thinks} (1)
+pl {05007.f} (1)
+pl {05007.p2-thinks} (1)
+pl {05008.f} (1)
+pl {05008.p2-thinks} (1)
+pl {05009.f} (1)
+pl {05009.p2-thinks} (1)
+pl {05010.f} (1)
+pl {05010.p2-thinks} (1)
+pl {05011.f} (1)
+pl {05011.p2-thinks} (1)
+pl {05012.f} (1)
+pl {05012.p2-thinks} (1)
+pl {05013.f} (1)
+pl {05013.p2-thinks} (1)
+pl {05014.f} (1)
+pl {05014.p2-thinks} (1)
+pl {05015.f} (1)
+pl {05015.p2-thinks} (1)
+pl {05016.f} (1)
+pl {05016.p2-thinks} (1)
+pl {05017.f} (1)
+pl {05017.p2-thinks} (1)
+pl {05018.f} (1)
+pl {05018.p2-thinks} (1)
+pl {05019.f} (1)
+pl {05019.p2-thinks} (1)
+pl {05020.f} (1)
+pl {05020.p2-thinks} (1)
+pl {05021.f} (1)
+pl {05021.p2-thinks} (1)
+pl {05022.f} (1)
+pl {05022.p2-thinks} (1)
+pl {05023.f} (1)
+pl {05023.p2-thinks} (1)
+pl {05024.f} (1)
+pl {05024.p2-thinks} (1)
+pl {05025.f} (1)
+pl {05025.p2-thinks} (1)
+pl {05026.f} (1)
+pl {05026.p2-thinks} (1)
+pl {05027.f} (1)
+pl {05027.p2-thinks} (1)
+pl {05028.f} (1)
+pl {05028.p2-thinks} (1)
+pl {05029.f} (1)
+pl {05029.p2-thinks} (1)
+pl {05030.f} (1)
+pl {05030.p2-thinks} (1)
+pl {05031.f} (1)
+pl {05031.p2-thinks} (1)
+pl {05032.f} (1)
+pl {05032.p2-thinks} (1)
+pl {05033.f} (1)
+pl {05033.p2-thinks} (1)
+pl {05034.f} (1)
+pl {05034.p2-thinks} (1)
+pl {05035.f} (1)
+pl {05035.p2-thinks} (1)
+pl {05036.f} (1)
+pl {05036.p2-thinks} (1)
+pl {05037.f} (1)
+pl {05037.p2-thinks} (1)
+pl {05038.f} (1)
+pl {05038.p2-thinks} (1)
+pl {05039.f} (1)
+pl {05039.p2-thinks} (1)
+pl {05040.f} (1)
+pl {05040.p2-thinks} (1)
+pl {05041.f} (1)
+pl {05041.p2-thinks} (1)
+pl {05042.f} (1)
+pl {05042.p2-thinks} (1)
+pl {05043.f} (1)
+pl {05043.p2-thinks} (1)
+pl {05044.f} (1)
+pl {05044.p2-thinks} (1)
+pl {05045.f} (1)
+pl {05045.p2-thinks} (1)
+pl {05046.f} (1)
+pl {05046.p2-thinks} (1)
+pl {05047.f} (1)
+pl {05047.p2-thinks} (1)
+pl {05048.f} (1)
+pl {05048.p2-thinks} (1)
+pl {05049.f} (1)
+pl {05049.p2-thinks} (1)
+pl {05050.f} (1)
+pl {05050.p2-thinks} (1)
+pl {05051.f} (1)
+pl {05051.p2-thinks} (1)
+pl {05052.f} (1)
+pl {05052.p2-thinks} (1)
+pl {05053.f} (1)
+pl {05053.p2-thinks} (1)
+pl {05054.f} (1)
+pl {05054.p2-thinks} (1)
+pl {05055.f} (1)
+pl {05055.p2-thinks} (1)
+pl {05056.f} (1)
+pl {05056.p2-thinks} (1)
+pl {05057.f} (1)
+pl {05057.p2-thinks} (1)
+pl {05058.f} (1)
+pl {05058.p2-thinks} (1)
+pl {05059.f} (1)
+pl {05059.p2-thinks} (1)
+pl {05060.f} (1)
+pl {05060.p2-thinks} (1)
+pl {05061.f} (1)
+pl {05061.p2-thinks} (1)
+pl {05062.f} (1)
+pl {05062.p2-thinks} (1)
+pl {05063.f} (1)
+pl {05063.p2-thinks} (1)
+pl {05064.f} (1)
+pl {05064.p2-thinks} (1)
+pl {05065.f} (1)
+pl {05065.p2-thinks} (1)
+pl {05066.f} (1)
+pl {05066.p2-thinks} (1)
+pl {05067.f} (1)
+pl {05067.p2-thinks} (1)
+pl {05068.f} (1)
+pl {05068.p2-thinks} (1)
+pl {05069.f} (1)
+pl {05069.p2-thinks} (1)
+pl {05070.f} (1)
+pl {05070.p2-thinks} (1)
+pl {05071.f} (1)
+pl {05071.p2-thinks} (1)
+pl {05072.f} (1)
+pl {05072.p2-thinks} (1)
+pl {05073.f} (1)
+pl {05073.p2-thinks} (1)
+pl {05074.f} (1)
+pl {05074.p2-thinks} (1)
+pl {05075.f} (1)
+pl {05075.p2-thinks} (1)
+pl {05076.f} (1)
+pl {05076.p2-thinks} (1)
+pl {05077.f} (1)
+pl {05077.p2-thinks} (1)
+pl {05078.f} (1)
+pl {05078.p2-thinks} (1)
+pl {05079.f} (1)
+pl {05079.p2-thinks} (1)
+pl {05080.f} (1)
+pl {05080.p2-thinks} (1)
+pl {05081.f} (1)
+pl {05081.p2-thinks} (1)
+pl {05082.f} (1)
+pl {05082.p2-thinks} (1)
+pl {05083.f} (1)
+pl {05083.p2-thinks} (1)
+pl {05084.f} (1)
+pl {05084.p2-thinks} (1)
+pl {05085.f} (1)
+pl {05085.p2-thinks} (1)
+pl {05086.f} (1)
+pl {05086.p2-thinks} (1)
+pl {05087.f} (1)
+pl {05087.p2-thinks} (1)
+pl {05088.f} (1)
+pl {05088.p2-thinks} (1)
+pl {05089.f} (1)
+pl {05089.p2-thinks} (1)
+pl {05090.f} (1)
+pl {05090.p2-thinks} (1)
+pl {05091.f} (1)
+pl {05091.p2-thinks} (1)
+pl {05092.f} (1)
+pl {05092.p2-thinks} (1)
+pl {05093.f} (1)
+pl {05093.p2-thinks} (1)
+pl {05094.f} (1)
+pl {05094.p2-thinks} (1)
+pl {05095.f} (1)
+pl {05095.p2-thinks} (1)
+pl {05096.f} (1)
+pl {05096.p2-thinks} (1)
+pl {05097.f} (1)
+pl {05097.p2-thinks} (1)
+pl {05098.f} (1)
+pl {05098.p2-thinks} (1)
+pl {05099.f} (1)
+pl {05099.p2-thinks} (1)
+pl {05100.f} (1)
+pl {05100.p2-thinks} (1)
+pl {05101.f} (1)
+pl {05101.p2-thinks} (1)
+pl {05102.f} (1)
+pl {05102.p2-thinks} (1)
+pl {05103.f} (1)
+pl {05103.p2-thinks} (1)
+pl {05104.f} (1)
+pl {05104.p2-thinks} (1)
+pl {05105.f} (1)
+pl {05105.p2-thinks} (1)
+pl {05106.f} (1)
+pl {05106.p2-thinks} (1)
+pl {05107.f} (1)
+pl {05107.p2-thinks} (1)
+pl {05108.f} (1)
+pl {05108.p2-thinks} (1)
+pl {05109.f} (1)
+pl {05109.p2-thinks} (1)
+pl {05110.f} (1)
+pl {05110.p2-thinks} (1)
+pl {05111.f} (1)
+pl {05111.p2-thinks} (1)
+pl {05112.f} (1)
+pl {05112.p2-thinks} (1)
+pl {05113.f} (1)
+pl {05113.p2-thinks} (1)
+pl {05114.f} (1)
+pl {05114.p2-thinks} (1)
+pl {05115.f} (1)
+pl {05115.p2-thinks} (1)
+pl {05116.f} (1)
+pl {05116.p2-thinks} (1)
+pl {05117.f} (1)
+pl {05117.p2-thinks} (1)
+pl {05118.f} (1)
+pl {05118.p2-thinks} (1)
+pl {05119.f} (1)
+pl {05119.p2-thinks} (1)
+pl {05120.f} (1)
+pl {05120.p2-thinks} (1)
+pl {05121.f} (1)
+pl {05121.p2-thinks} (1)
+pl {05122.f} (1)
+pl {05122.p2-thinks} (1)
+pl {05123.f} (1)
+pl {05123.p2-thinks} (1)
+pl {05124.f} (1)
+pl {05124.p2-thinks} (1)
+pl {05125.f} (1)
+pl {05125.p2-thinks} (1)
+pl {05126.f} (1)
+pl {05126.p2-thinks} (1)
+pl {05127.f} (1)
+pl {05127.p2-thinks} (1)
+pl {05128.f} (1)
+pl {05128.p2-thinks} (1)
+pl {05129.f} (1)
+pl {05129.p2-thinks} (1)
+pl {05130.f} (1)
+pl {05130.p2-thinks} (1)
+pl {05131.f} (1)
+pl {05131.p2-thinks} (1)
+pl {05132.f} (1)
+pl {05132.p2-thinks} (1)
+pl {05133.f} (1)
+pl {05133.p2-thinks} (1)
+pl {05134.f} (1)
+pl {05134.p2-thinks} (1)
+pl {05135.f} (1)
+pl {05135.p2-thinks} (1)
+pl {05136.f} (1)
+pl {05136.p2-thinks} (1)
+pl {05137.f} (1)
+pl {05137.p2-thinks} (1)
+pl {05138.f} (1)
+pl {05138.p2-thinks} (1)
+pl {05139.f} (1)
+pl {05139.p2-thinks} (1)
+pl {05140.f} (1)
+pl {05140.p2-thinks} (1)
+pl {05141.f} (1)
+pl {05141.p2-thinks} (1)
+pl {05142.f} (1)
+pl {05142.p2-thinks} (1)
+pl {05143.f} (1)
+pl {05143.p2-thinks} (1)
+pl {05144.f} (1)
+pl {05144.p2-thinks} (1)
+pl {05145.f} (1)
+pl {05145.p2-thinks} (1)
+pl {05146.f} (1)
+pl {05146.p2-thinks} (1)
+pl {05147.f} (1)
+pl {05147.p2-thinks} (1)
+pl {05148.f} (1)
+pl {05148.p2-thinks} (1)
+pl {05149.f} (1)
+pl {05149.p2-thinks} (1)
+pl {05150.f} (1)
+pl {05150.p2-thinks} (1)
+pl {05151.f} (1)
+pl {05151.p2-thinks} (1)
+pl {05152.f} (1)
+pl {05152.p2-thinks} (1)
+pl {05153.f} (1)
+pl {05153.p2-thinks} (1)
+pl {05154.f} (1)
+pl {05154.p2-thinks} (1)
+pl {05155.f} (1)
+pl {05155.p2-thinks} (1)
+pl {05156.f} (1)
+pl {05156.p2-thinks} (1)
+pl {05157.f} (1)
+pl {05157.p2-thinks} (1)
+pl {05158.f} (1)
+pl {05158.p2-thinks} (1)
+pl {05159.f} (1)
+pl {05159.p2-thinks} (1)
+pl {05160.f} (1)
+pl {05160.p2-thinks} (1)
+pl {05161.f} (1)
+pl {05161.p2-thinks} (1)
+pl {05162.f} (1)
+pl {05162.p2-thinks} (1)
+pl {05163.f} (1)
+pl {05163.p2-thinks} (1)
+pl {05164.f} (1)
+pl {05164.p2-thinks} (1)
+pl {05165.f} (1)
+pl {05165.p2-thinks} (1)
+pl {05166.f} (1)
+pl {05166.p2-thinks} (1)
+pl {05167.f} (1)
+pl {05167.p2-thinks} (1)
+pl {05168.f} (1)
+pl {05168.p2-thinks} (1)
+pl {05169.f} (1)
+pl {05169.p2-thinks} (1)
+pl {05170.f} (1)
+pl {05170.p2-thinks} (1)
+pl {05171.f} (1)
+pl {05171.p2-thinks} (1)
+pl {05172.f} (1)
+pl {05172.p2-thinks} (1)
+pl {05173.f} (1)
+pl {05173.p2-thinks} (1)
+pl {05174.f} (1)
+pl {05174.p2-thinks} (1)
+pl {05175.f} (1)
+pl {05175.p2-thinks} (1)
+pl {05176.f} (1)
+pl {05176.p2-thinks} (1)
+pl {05177.f} (1)
+pl {05177.p2-thinks} (1)
+pl {05178.f} (1)
+pl {05178.p2-thinks} (1)
+pl {05179.f} (1)
+pl {05179.p2-thinks} (1)
+pl {05180.f} (1)
+pl {05180.p2-thinks} (1)
+pl {05181.f} (1)
+pl {05181.p2-thinks} (1)
+pl {05182.f} (1)
+pl {05182.p2-thinks} (1)
+pl {05183.f} (1)
+pl {05183.p2-thinks} (1)
+pl {05184.f} (1)
+pl {05184.p2-thinks} (1)
+pl {05185.f} (1)
+pl {05185.p2-thinks} (1)
+pl {05186.f} (1)
+pl {05186.p2-thinks} (1)
+pl {05187.f} (1)
+pl {05187.p2-thinks} (1)
+pl {05188.f} (1)
+pl {05188.p2-thinks} (1)
+pl {05189.f} (1)
+pl {05189.p2-thinks} (1)
+pl {05190.f} (1)
+pl {05190.p2-thinks} (1)
+pl {05191.f} (1)
+pl {05191.p2-thinks} (1)
+pl {05192.f} (1)
+pl {05192.p2-thinks} (1)
+pl {05193.f} (1)
+pl {05193.p2-thinks} (1)
+pl {05194.f} (1)
+pl {05194.p2-thinks} (1)
+pl {05195.f} (1)
+pl {05195.p2-thinks} (1)
+pl {05196.f} (1)
+pl {05196.p2-thinks} (1)
+pl {05197.f} (1)
+pl {05197.p2-thinks} (1)
+pl {05198.f} (1)
+pl {05198.p2-thinks} (1)
+pl {05199.f} (1)
+pl {05199.p2-thinks} (1)
+pl {05200.f} (1)
+pl {05200.p2-thinks} (1)
+pl {05201.f} (1)
+pl {05201.p2-thinks} (1)
+pl {05202.f} (1)
+pl {05202.p2-thinks} (1)
+pl {05203.f} (1)
+pl {05203.p2-thinks} (1)
+pl {05204.f} (1)
+pl {05204.p2-thinks} (1)
+pl {05205.f} (1)
+pl {05205.p2-thinks} (1)
+pl {05206.f} (1)
+pl {05206.p2-thinks} (1)
+pl {05207.f} (1)
+pl {05207.p2-thinks} (1)
+pl {05208.f} (1)
+pl {05208.p2-thinks} (1)
+pl {05209.f} (1)
+pl {05209.p2-thinks} (1)
+pl {05210.f} (1)
+pl {05210.p2-thinks} (1)
+pl {05211.f} (1)
+pl {05211.p2-thinks} (1)
+pl {05212.f} (1)
+pl {05212.p2-thinks} (1)
+pl {05213.f} (1)
+pl {05213.p2-thinks} (1)
+pl {05214.f} (1)
+pl {05214.p2-thinks} (1)
+pl {05215.f} (1)
+pl {05215.p2-thinks} (1)
+pl {05216.f} (1)
+pl {05216.p2-thinks} (1)
+pl {05217.f} (1)
+pl {05217.p2-thinks} (1)
+pl {05218.f} (1)
+pl {05218.p2-thinks} (1)
+pl {05219.f} (1)
+pl {05219.p2-thinks} (1)
+pl {05220.f} (1)
+pl {05220.p2-thinks} (1)
+pl {05221.f} (1)
+pl {05221.p2-thinks} (1)
+pl {05222.f} (1)
+pl {05222.p2-thinks} (1)
+pl {05223.f} (1)
+pl {05223.p2-thinks} (1)
+pl {05224.f} (1)
+pl {05224.p2-thinks} (1)
+pl {05225.f} (1)
+pl {05225.p2-thinks} (1)
+pl {05226.f} (1)
+pl {05226.p2-thinks} (1)
+pl {05227.f} (1)
+pl {05227.p2-thinks} (1)
+pl {05228.f} (1)
+pl {05228.p2-thinks} (1)
+pl {05229.f} (1)
+pl {05229.p2-thinks} (1)
+pl {05230.f} (1)
+pl {05230.p2-thinks} (1)
+pl {05231.f} (1)
+pl {05231.p2-thinks} (1)
+pl {05232.f} (1)
+pl {05232.p2-thinks} (1)
+pl {05233.f} (1)
+pl {05233.p2-thinks} (1)
+pl {05234.f} (1)
+pl {05234.p2-thinks} (1)
+pl {05235.f} (1)
+pl {05235.p2-thinks} (1)
+pl {05236.f} (1)
+pl {05236.p2-thinks} (1)
+pl {05237.f} (1)
+pl {05237.p2-thinks} (1)
+pl {05238.f} (1)
+pl {05238.p2-thinks} (1)
+pl {05239.f} (1)
+pl {05239.p2-thinks} (1)
+pl {05240.f} (1)
+pl {05240.p2-thinks} (1)
+pl {05241.f} (1)
+pl {05241.p2-thinks} (1)
+pl {05242.f} (1)
+pl {05242.p2-thinks} (1)
+pl {05243.f} (1)
+pl {05243.p2-thinks} (1)
+pl {05244.f} (1)
+pl {05244.p2-thinks} (1)
+pl {05245.f} (1)
+pl {05245.p2-thinks} (1)
+pl {05246.f} (1)
+pl {05246.p2-thinks} (1)
+pl {05247.f} (1)
+pl {05247.p2-thinks} (1)
+pl {05248.f} (1)
+pl {05248.p2-thinks} (1)
+pl {05249.f} (1)
+pl {05249.p2-thinks} (1)
+pl {05250.f} (1)
+pl {05250.p2-thinks} (1)
+pl {05251.f} (1)
+pl {05251.p2-thinks} (1)
+pl {05252.f} (1)
+pl {05252.p2-thinks} (1)
+pl {05253.f} (1)
+pl {05253.p2-thinks} (1)
+pl {05254.f} (1)
+pl {05254.p2-thinks} (1)
+pl {05255.f} (1)
+pl {05255.p2-thinks} (1)
+pl {05256.f} (1)
+pl {05256.p2-thinks} (1)
+pl {05257.f} (1)
+pl {05257.p2-thinks} (1)
+pl {05258.f} (1)
+pl {05258.p2-thinks} (1)
+pl {05259.f} (1)
+pl {05259.p2-thinks} (1)
+pl {05260.f} (1)
+pl {05260.p2-thinks} (1)
+pl {05261.f} (1)
+pl {05261.p2-thinks} (1)
+pl {05262.f} (1)
+pl {05262.p2-thinks} (1)
+pl {05263.f} (1)
+pl {05263.p2-thinks} (1)
+pl {05264.f} (1)
+pl {05264.p2-thinks} (1)
+pl {05265.f} (1)
+pl {05265.p2-thinks} (1)
+pl {05266.f} (1)
+pl {05266.p2-thinks} (1)
+pl {05267.f} (1)
+pl {05267.p2-thinks} (1)
+pl {05268.f} (1)
+pl {05268.p2-thinks} (1)
+pl {05269.f} (1)
+pl {05269.p2-thinks} (1)
+pl {05270.f} (1)
+pl {05270.p2-thinks} (1)
+pl {05271.f} (1)
+pl {05271.p2-thinks} (1)
+pl {05272.f} (1)
+pl {05272.p2-thinks} (1)
+pl {05273.f} (1)
+pl {05273.p2-thinks} (1)
+pl {05274.f} (1)
+pl {05274.p2-thinks} (1)
+pl {05275.f} (1)
+pl {05275.p2-thinks} (1)
+pl {05276.f} (1)
+pl {05276.p2-thinks} (1)
+pl {05277.f} (1)
+pl {05277.p2-thinks} (1)
+pl {05278.f} (1)
+pl {05278.p2-thinks} (1)
+pl {05279.f} (1)
+pl {05279.p2-thinks} (1)
+pl {05280.f} (1)
+pl {05280.p2-thinks} (1)
+pl {05281.f} (1)
+pl {05281.p2-thinks} (1)
+pl {05282.f} (1)
+pl {05282.p2-thinks} (1)
+pl {05283.f} (1)
+pl {05283.p2-thinks} (1)
+pl {05284.f} (1)
+pl {05284.p2-thinks} (1)
+pl {05285.f} (1)
+pl {05285.p2-thinks} (1)
+pl {05286.f} (1)
+pl {05286.p2-thinks} (1)
+pl {05287.f} (1)
+pl {05287.p2-thinks} (1)
+pl {05288.f} (1)
+pl {05288.p2-thinks} (1)
+pl {05289.f} (1)
+pl {05289.p2-thinks} (1)
+pl {05290.f} (1)
+pl {05290.p2-thinks} (1)
+pl {05291.f} (1)
+pl {05291.p2-thinks} (1)
+pl {05292.f} (1)
+pl {05292.p2-thinks} (1)
+pl {05293.f} (1)
+pl {05293.p2-thinks} (1)
+pl {05294.f} (1)
+pl {05294.p2-thinks} (1)
+pl {05295.f} (1)
+pl {05295.p2-thinks} (1)
+pl {05296.f} (1)
+pl {05296.p2-thinks} (1)
+pl {05297.f} (1)
+pl {05297.p2-thinks} (1)
+pl {05298.f} (1)
+pl {05298.p2-thinks} (1)
+pl {05299.f} (1)
+pl {05299.p2-thinks} (1)
+pl {05300.f} (1)
+pl {05300.p2-thinks} (1)
+pl {05301.f} (1)
+pl {05301.p2-thinks} (1)
+pl {05302.f} (1)
+pl {05302.p2-thinks} (1)
+pl {05303.f} (1)
+pl {05303.p2-thinks} (1)
+pl {05304.f} (1)
+pl {05304.p2-thinks} (1)
+pl {05305.f} (1)
+pl {05305.p2-thinks} (1)
+pl {05306.f} (1)
+pl {05306.p2-thinks} (1)
+pl {05307.f} (1)
+pl {05307.p2-thinks} (1)
+pl {05308.f} (1)
+pl {05308.p2-thinks} (1)
+pl {05309.f} (1)
+pl {05309.p2-thinks} (1)
+pl {05310.f} (1)
+pl {05310.p2-thinks} (1)
+pl {05311.f} (1)
+pl {05311.p2-thinks} (1)
+pl {05312.f} (1)
+pl {05312.p2-thinks} (1)
+pl {05313.f} (1)
+pl {05313.p2-thinks} (1)
+pl {05314.f} (1)
+pl {05314.p2-thinks} (1)
+pl {05315.f} (1)
+pl {05315.p2-thinks} (1)
+pl {05316.f} (1)
+pl {05316.p2-thinks} (1)
+pl {05317.f} (1)
+pl {05317.p2-thinks} (1)
+pl {05318.f} (1)
+pl {05318.p2-thinks} (1)
+pl {05319.f} (1)
+pl {05319.p2-thinks} (1)
+pl {05320.f} (1)
+pl {05320.p2-thinks} (1)
+pl {05321.f} (1)
+pl {05321.p2-thinks} (1)
+pl {05322.f} (1)
+pl {05322.p2-thinks} (1)
+pl {05323.f} (1)
+pl {05323.p2-thinks} (1)
+pl {05324.f} (1)
+pl {05324.p2-thinks} (1)
+pl {05325.f} (1)
+pl {05325.p2-thinks} (1)
+pl {05326.f} (1)
+pl {05326.p2-thinks} (1)
+pl {05327.f} (1)
+pl {05327.p2-thinks} (1)
+pl {05328.f} (1)
+pl {05328.p2-thinks} (1)
+pl {05329.f} (1)
+pl {05329.p2-thinks} (1)
+pl {05330.f} (1)
+pl {05330.p2-thinks} (1)
+pl {05331.f} (1)
+pl {05331.p2-thinks} (1)
+pl {05332.f} (1)
+pl {05332.p2-thinks} (1)
+pl {05333.f} (1)
+pl {05333.p2-thinks} (1)
+pl {05334.f} (1)
+pl {05334.p2-thinks} (1)
+pl {05335.f} (1)
+pl {05335.p2-thinks} (1)
+pl {05336.f} (1)
+pl {05336.p2-thinks} (1)
+pl {05337.f} (1)
+pl {05337.p2-thinks} (1)
+pl {05338.f} (1)
+pl {05338.p2-thinks} (1)
+pl {05339.f} (1)
+pl {05339.p2-thinks} (1)
+pl {05340.f} (1)
+pl {05340.p2-thinks} (1)
+pl {05341.f} (1)
+pl {05341.p2-thinks} (1)
+pl {05342.f} (1)
+pl {05342.p2-thinks} (1)
+pl {05343.f} (1)
+pl {05343.p2-thinks} (1)
+pl {05344.f} (1)
+pl {05344.p2-thinks} (1)
+pl {05345.f} (1)
+pl {05345.p2-thinks} (1)
+pl {05346.f} (1)
+pl {05346.p2-thinks} (1)
+pl {05347.f} (1)
+pl {05347.p2-thinks} (1)
+pl {05348.f} (1)
+pl {05348.p2-thinks} (1)
+pl {05349.f} (1)
+pl {05349.p2-thinks} (1)
+pl {05350.f} (1)
+pl {05350.p2-thinks} (1)
+pl {05351.f} (1)
+pl {05351.p2-thinks} (1)
+pl {05352.f} (1)
+pl {05352.p2-thinks} (1)
+pl {05353.f} (1)
+pl {05353.p2-thinks} (1)
+pl {05354.f} (1)
+pl {05354.p2-thinks} (1)
+pl {05355.f} (1)
+pl {05355.p2-thinks} (1)
+pl {05356.f} (1)
+pl {05356.p2-thinks} (1)
+pl {05357.f} (1)
+pl {05357.p2-thinks} (1)
+pl {05358.f} (1)
+pl {05358.p2-thinks} (1)
+pl {05359.f} (1)
+pl {05359.p2-thinks} (1)
+pl {05360.f} (1)
+pl {05360.p2-thinks} (1)
+pl {05361.f} (1)
+pl {05361.p2-thinks} (1)
+pl {05362.f} (1)
+pl {05362.p2-thinks} (1)
+pl {05363.f} (1)
+pl {05363.p2-thinks} (1)
+pl {05364.f} (1)
+pl {05364.p2-thinks} (1)
+pl {05365.f} (1)
+pl {05365.p2-thinks} (1)
+pl {05366.f} (1)
+pl {05366.p2-thinks} (1)
+pl {05367.f} (1)
+pl {05367.p2-thinks} (1)
+pl {05368.f} (1)
+pl {05368.p2-thinks} (1)
+pl {05369.f} (1)
+pl {05369.p2-thinks} (1)
+pl {05370.f} (1)
+pl {05370.p2-thinks} (1)
+pl {05371.f} (1)
+pl {05371.p2-thinks} (1)
+pl {05372.f} (1)
+pl {05372.p2-thinks} (1)
+pl {05373.f} (1)
+pl {05373.p2-thinks} (1)
+pl {05374.f} (1)
+pl {05374.p2-thinks} (1)
+pl {05375.f} (1)
+pl {05375.p2-thinks} (1)
+pl {05376.f} (1)
+pl {05376.p2-thinks} (1)
+pl {05377.f} (1)
+pl {05377.p2-thinks} (1)
+pl {05378.f} (1)
+pl {05378.p2-thinks} (1)
+pl {05379.f} (1)
+pl {05379.p2-thinks} (1)
+pl {05380.f} (1)
+pl {05380.p2-thinks} (1)
+pl {05381.f} (1)
+pl {05381.p2-thinks} (1)
+pl {05382.f} (1)
+pl {05382.p2-thinks} (1)
+pl {05383.f} (1)
+pl {05383.p2-thinks} (1)
+pl {05384.f} (1)
+pl {05384.p2-thinks} (1)
+pl {05385.f} (1)
+pl {05385.p2-thinks} (1)
+pl {05386.f} (1)
+pl {05386.p2-thinks} (1)
+pl {05387.f} (1)
+pl {05387.p2-thinks} (1)
+pl {05388.f} (1)
+pl {05388.p2-thinks} (1)
+pl {05389.f} (1)
+pl {05389.p2-thinks} (1)
+pl {05390.f} (1)
+pl {05390.p2-thinks} (1)
+pl {05391.f} (1)
+pl {05391.p2-thinks} (1)
+pl {05392.f} (1)
+pl {05392.p2-thinks} (1)
+pl {05393.f} (1)
+pl {05393.p2-thinks} (1)
+pl {05394.f} (1)
+pl {05394.p2-thinks} (1)
+pl {05395.f} (1)
+pl {05395.p2-thinks} (1)
+pl {05396.f} (1)
+pl {05396.p2-thinks} (1)
+pl {05397.f} (1)
+pl {05397.p2-thinks} (1)
+pl {05398.f} (1)
+pl {05398.p2-thinks} (1)
+pl {05399.f} (1)
+pl {05399.p2-thinks} (1)
+pl {05400.f} (1)
+pl {05400.p2-thinks} (1)
+pl {05401.f} (1)
+pl {05401.p2-thinks} (1)
+pl {05402.f} (1)
+pl {05402.p2-thinks} (1)
+pl {05403.f} (1)
+pl {05403.p2-thinks} (1)
+pl {05404.f} (1)
+pl {05404.p2-thinks} (1)
+pl {05405.f} (1)
+pl {05405.p2-thinks} (1)
+pl {05406.f} (1)
+pl {05406.p2-thinks} (1)
+pl {05407.f} (1)
+pl {05407.p2-thinks} (1)
+pl {05408.f} (1)
+pl {05408.p2-thinks} (1)
+pl {05409.f} (1)
+pl {05409.p2-thinks} (1)
+pl {05410.f} (1)
+pl {05410.p2-thinks} (1)
+pl {05411.f} (1)
+pl {05411.p2-thinks} (1)
+pl {05412.f} (1)
+pl {05412.p2-thinks} (1)
+pl {05413.f} (1)
+pl {05413.p2-thinks} (1)
+pl {05414.f} (1)
+pl {05414.p2-thinks} (1)
+pl {05415.f} (1)
+pl {05415.p2-thinks} (1)
+pl {05416.f} (1)
+pl {05416.p2-thinks} (1)
+pl {05417.f} (1)
+pl {05417.p2-thinks} (1)
+pl {05418.f} (1)
+pl {05418.p2-thinks} (1)
+pl {05419.f} (1)
+pl {05419.p2-thinks} (1)
+pl {05420.f} (1)
+pl {05420.p2-thinks} (1)
+pl {05421.f} (1)
+pl {05421.p2-thinks} (1)
+pl {05422.f} (1)
+pl {05422.p2-thinks} (1)
+pl {05423.f} (1)
+pl {05423.p2-thinks} (1)
+pl {05424.f} (1)
+pl {05424.p2-thinks} (1)
+pl {05425.f} (1)
+pl {05425.p2-thinks} (1)
+pl {05426.f} (1)
+pl {05426.p2-thinks} (1)
+pl {05427.f} (1)
+pl {05427.p2-thinks} (1)
+pl {05428.f} (1)
+pl {05428.p2-thinks} (1)
+pl {05429.f} (1)
+pl {05429.p2-thinks} (1)
+pl {05430.f} (1)
+pl {05430.p2-thinks} (1)
+pl {05431.f} (1)
+pl {05431.p2-thinks} (1)
+pl {05432.f} (1)
+pl {05432.p2-thinks} (1)
+pl {05433.f} (1)
+pl {05433.p2-thinks} (1)
+pl {05434.f} (1)
+pl {05434.p2-thinks} (1)
+pl {05435.f} (1)
+pl {05435.p2-thinks} (1)
+pl {05436.f} (1)
+pl {05436.p2-thinks} (1)
+pl {05437.f} (1)
+pl {05437.p2-thinks} (1)
+pl {05438.f} (1)
+pl {05438.p2-thinks} (1)
+pl {05439.f} (1)
+pl {05439.p2-thinks} (1)
+pl {05440.f} (1)
+pl {05440.p2-thinks} (1)
+pl {05441.f} (1)
+pl {05441.p2-thinks} (1)
+pl {05442.f} (1)
+pl {05442.p2-thinks} (1)
+pl {05443.f} (1)
+pl {05443.p2-thinks} (1)
+pl {05444.f} (1)
+pl {05444.p2-thinks} (1)
+pl {05445.f} (1)
+pl {05445.p2-thinks} (1)
+pl {05446.f} (1)
+pl {05446.p2-thinks} (1)
+pl {05447.f} (1)
+pl {05447.p2-thinks} (1)
+pl {05448.f} (1)
+pl {05448.p2-thinks} (1)
+pl {05449.f} (1)
+pl {05449.p2-thinks} (1)
+pl {05450.f} (1)
+pl {05450.p2-thinks} (1)
+pl {05451.f} (1)
+pl {05451.p2-thinks} (1)
+pl {05452.f} (1)
+pl {05452.p2-thinks} (1)
+pl {05453.f} (1)
+pl {05453.p2-thinks} (1)
+pl {05454.f} (1)
+pl {05454.p2-thinks} (1)
+pl {05455.f} (1)
+pl {05455.p2-thinks} (1)
+pl {05456.f} (1)
+pl {05456.p2-thinks} (1)
+pl {05457.f} (1)
+pl {05457.p2-thinks} (1)
+pl {05458.f} (1)
+pl {05458.p2-thinks} (1)
+pl {05459.f} (1)
+pl {05459.p2-thinks} (1)
+pl {05460.f} (1)
+pl {05460.p2-thinks} (1)
+pl {05461.f} (1)
+pl {05461.p2-thinks} (1)
+pl {05462.f} (1)
+pl {05462.p2-thinks} (1)
+pl {05463.f} (1)
+pl {05463.p2-thinks} (1)
+pl {05464.f} (1)
+pl {05464.p2-thinks} (1)
+pl {05465.f} (1)
+pl {05465.p2-thinks} (1)
+pl {05466.f} (1)
+pl {05466.p2-thinks} (1)
+pl {05467.f} (1)
+pl {05467.p2-thinks} (1)
+pl {05468.f} (1)
+pl {05468.p2-thinks} (1)
+pl {05469.f} (1)
+pl {05469.p2-thinks} (1)
+pl {05470.f} (1)
+pl {05470.p2-thinks} (1)
+pl {05471.f} (1)
+pl {05471.p2-thinks} (1)
+pl {05472.f} (1)
+pl {05472.p2-thinks} (1)
+pl {05473.f} (1)
+pl {05473.p2-thinks} (1)
+pl {05474.f} (1)
+pl {05474.p2-thinks} (1)
+pl {05475.f} (1)
+pl {05475.p2-thinks} (1)
+pl {05476.f} (1)
+pl {05476.p2-thinks} (1)
+pl {05477.f} (1)
+pl {05477.p2-thinks} (1)
+pl {05478.f} (1)
+pl {05478.p2-thinks} (1)
+pl {05479.f} (1)
+pl {05479.p2-thinks} (1)
+pl {05480.f} (1)
+pl {05480.p2-thinks} (1)
+pl {05481.f} (1)
+pl {05481.p2-thinks} (1)
+pl {05482.f} (1)
+pl {05482.p2-thinks} (1)
+pl {05483.f} (1)
+pl {05483.p2-thinks} (1)
+pl {05484.f} (1)
+pl {05484.p2-thinks} (1)
+pl {05485.f} (1)
+pl {05485.p2-thinks} (1)
+pl {05486.f} (1)
+pl {05486.p2-thinks} (1)
+pl {05487.f} (1)
+pl {05487.p2-thinks} (1)
+pl {05488.f} (1)
+pl {05488.p2-thinks} (1)
+pl {05489.f} (1)
+pl {05489.p2-thinks} (1)
+pl {05490.f} (1)
+pl {05490.p2-thinks} (1)
+pl {05491.f} (1)
+pl {05491.p2-thinks} (1)
+pl {05492.f} (1)
+pl {05492.p2-thinks} (1)
+pl {05493.f} (1)
+pl {05493.p2-thinks} (1)
+pl {05494.f} (1)
+pl {05494.p2-thinks} (1)
+pl {05495.f} (1)
+pl {05495.p2-thinks} (1)
+pl {05496.f} (1)
+pl {05496.p2-thinks} (1)
+pl {05497.f} (1)
+pl {05497.p2-thinks} (1)
+pl {05498.f} (1)
+pl {05498.p2-thinks} (1)
+pl {05499.f} (1)
+pl {05499.p2-thinks} (1)
+pl {05500.f} (1)
+pl {05500.p2-thinks} (1)
+pl {05501.f} (1)
+pl {05501.p2-thinks} (1)
+pl {05502.f} (1)
+pl {05502.p2-thinks} (1)
+pl {05503.f} (1)
+pl {05503.p2-thinks} (1)
+pl {05504.f} (1)
+pl {05504.p2-thinks} (1)
+pl {05505.f} (1)
+pl {05505.p2-thinks} (1)
+pl {05506.f} (1)
+pl {05506.p2-thinks} (1)
+pl {05507.f} (1)
+pl {05507.p2-thinks} (1)
+pl {05508.f} (1)
+pl {05508.p2-thinks} (1)
+pl {05509.f} (1)
+pl {05509.p2-thinks} (1)
+pl {05510.f} (1)
+pl {05510.p2-thinks} (1)
+pl {05511.f} (1)
+pl {05511.p2-thinks} (1)
+pl {05512.f} (1)
+pl {05512.p2-thinks} (1)
+pl {05513.f} (1)
+pl {05513.p2-thinks} (1)
+pl {05514.f} (1)
+pl {05514.p2-thinks} (1)
+pl {05515.f} (1)
+pl {05515.p2-thinks} (1)
+pl {05516.f} (1)
+pl {05516.p2-thinks} (1)
+pl {05517.f} (1)
+pl {05517.p2-thinks} (1)
+pl {05518.f} (1)
+pl {05518.p2-thinks} (1)
+pl {05519.f} (1)
+pl {05519.p2-thinks} (1)
+pl {05520.f} (1)
+pl {05520.p2-thinks} (1)
+pl {05521.f} (1)
+pl {05521.p2-thinks} (1)
+pl {05522.f} (1)
+pl {05522.p2-thinks} (1)
+pl {05523.f} (1)
+pl {05523.p2-thinks} (1)
+pl {05524.f} (1)
+pl {05524.p2-thinks} (1)
+pl {05525.f} (1)
+pl {05525.p2-thinks} (1)
+pl {05526.f} (1)
+pl {05526.p2-thinks} (1)
+pl {05527.f} (1)
+pl {05527.p2-thinks} (1)
+pl {05528.f} (1)
+pl {05528.p2-thinks} (1)
+pl {05529.f} (1)
+pl {05529.p2-thinks} (1)
+pl {05530.f} (1)
+pl {05530.p2-thinks} (1)
+pl {05531.f} (1)
+pl {05531.p2-thinks} (1)
+pl {05532.f} (1)
+pl {05532.p2-thinks} (1)
+pl {05533.f} (1)
+pl {05533.p2-thinks} (1)
+pl {05534.f} (1)
+pl {05534.p2-thinks} (1)
+pl {05535.f} (1)
+pl {05535.p2-thinks} (1)
+pl {05536.f} (1)
+pl {05536.p2-thinks} (1)
+pl {05537.f} (1)
+pl {05537.p2-thinks} (1)
+pl {05538.f} (1)
+pl {05538.p2-thinks} (1)
+pl {05539.f} (1)
+pl {05539.p2-thinks} (1)
+pl {05540.f} (1)
+pl {05540.p2-thinks} (1)
+pl {05541.f} (1)
+pl {05541.p2-thinks} (1)
+pl {05542.f} (1)
+pl {05542.p2-thinks} (1)
+pl {05543.f} (1)
+pl {05543.p2-thinks} (1)
+pl {05544.f} (1)
+pl {05544.p2-thinks} (1)
+pl {05545.f} (1)
+pl {05545.p2-thinks} (1)
+pl {05546.f} (1)
+pl {05546.p2-thinks} (1)
+pl {05547.f} (1)
+pl {05547.p2-thinks} (1)
+pl {05548.f} (1)
+pl {05548.p2-thinks} (1)
+pl {05549.f} (1)
+pl {05549.p2-thinks} (1)
+pl {05550.f} (1)
+pl {05550.p2-thinks} (1)
+pl {05551.f} (1)
+pl {05551.p2-thinks} (1)
+pl {05552.f} (1)
+pl {05552.p2-thinks} (1)
+pl {05553.f} (1)
+pl {05553.p2-thinks} (1)
+pl {05554.f} (1)
+pl {05554.p2-thinks} (1)
+pl {05555.f} (1)
+pl {05555.p2-thinks} (1)
+pl {05556.f} (1)
+pl {05556.p2-thinks} (1)
+pl {05557.f} (1)
+pl {05557.p2-thinks} (1)
+pl {05558.f} (1)
+pl {05558.p2-thinks} (1)
+pl {05559.f} (1)
+pl {05559.p2-thinks} (1)
+pl {05560.f} (1)
+pl {05560.p2-thinks} (1)
+pl {05561.f} (1)
+pl {05561.p2-thinks} (1)
+pl {05562.f} (1)
+pl {05562.p2-thinks} (1)
+pl {05563.f} (1)
+pl {05563.p2-thinks} (1)
+pl {05564.f} (1)
+pl {05564.p2-thinks} (1)
+pl {05565.f} (1)
+pl {05565.p2-thinks} (1)
+pl {05566.f} (1)
+pl {05566.p2-thinks} (1)
+pl {05567.f} (1)
+pl {05567.p2-thinks} (1)
+pl {05568.f} (1)
+pl {05568.p2-thinks} (1)
+pl {05569.f} (1)
+pl {05569.p2-thinks} (1)
+pl {05570.f} (1)
+pl {05570.p2-thinks} (1)
+pl {05571.f} (1)
+pl {05571.p2-thinks} (1)
+pl {05572.f} (1)
+pl {05572.p2-thinks} (1)
+pl {05573.f} (1)
+pl {05573.p2-thinks} (1)
+pl {05574.f} (1)
+pl {05574.p2-thinks} (1)
+pl {05575.f} (1)
+pl {05575.p2-thinks} (1)
+pl {05576.f} (1)
+pl {05576.p2-thinks} (1)
+pl {05577.f} (1)
+pl {05577.p2-thinks} (1)
+pl {05578.f} (1)
+pl {05578.p2-thinks} (1)
+pl {05579.f} (1)
+pl {05579.p2-thinks} (1)
+pl {05580.f} (1)
+pl {05580.p2-thinks} (1)
+pl {05581.f} (1)
+pl {05581.p2-thinks} (1)
+pl {05582.f} (1)
+pl {05582.p2-thinks} (1)
+pl {05583.f} (1)
+pl {05583.p2-thinks} (1)
+pl {05584.f} (1)
+pl {05584.p2-thinks} (1)
+pl {05585.f} (1)
+pl {05585.p2-thinks} (1)
+pl {05586.f} (1)
+pl {05586.p2-thinks} (1)
+pl {05587.f} (1)
+pl {05587.p2-thinks} (1)
+pl {05588.f} (1)
+pl {05588.p2-thinks} (1)
+pl {05589.f} (1)
+pl {05589.p2-thinks} (1)
+pl {05590.f} (1)
+pl {05590.p2-thinks} (1)
+pl {05591.f} (1)
+pl {05591.p2-thinks} (1)
+pl {05592.f} (1)
+pl {05592.p2-thinks} (1)
+pl {05593.f} (1)
+pl {05593.p2-thinks} (1)
+pl {05594.f} (1)
+pl {05594.p2-thinks} (1)
+pl {05595.f} (1)
+pl {05595.p2-thinks} (1)
+pl {05596.f} (1)
+pl {05596.p2-thinks} (1)
+pl {05597.f} (1)
+pl {05597.p2-thinks} (1)
+pl {05598.f} (1)
+pl {05598.p2-thinks} (1)
+pl {05599.f} (1)
+pl {05599.p2-thinks} (1)
+pl {05600.f} (1)
+pl {05600.p2-thinks} (1)
+pl {05601.f} (1)
+pl {05601.p2-thinks} (1)
+pl {05602.f} (1)
+pl {05602.p2-thinks} (1)
+pl {05603.f} (1)
+pl {05603.p2-thinks} (1)
+pl {05604.f} (1)
+pl {05604.p2-thinks} (1)
+pl {05605.f} (1)
+pl {05605.p2-thinks} (1)
+pl {05606.f} (1)
+pl {05606.p2-thinks} (1)
+pl {05607.f} (1)
+pl {05607.p2-thinks} (1)
+pl {05608.f} (1)
+pl {05608.p2-thinks} (1)
+pl {05609.f} (1)
+pl {05609.p2-thinks} (1)
+pl {05610.f} (1)
+pl {05610.p2-thinks} (1)
+pl {05611.f} (1)
+pl {05611.p2-thinks} (1)
+pl {05612.f} (1)
+pl {05612.p2-thinks} (1)
+pl {05613.f} (1)
+pl {05613.p2-thinks} (1)
+pl {05614.f} (1)
+pl {05614.p2-thinks} (1)
+pl {05615.f} (1)
+pl {05615.p2-thinks} (1)
+pl {05616.f} (1)
+pl {05616.p2-thinks} (1)
+pl {05617.f} (1)
+pl {05617.p2-thinks} (1)
+pl {05618.f} (1)
+pl {05618.p2-thinks} (1)
+pl {05619.f} (1)
+pl {05619.p2-thinks} (1)
+pl {05620.f} (1)
+pl {05620.p2-thinks} (1)
+pl {05621.f} (1)
+pl {05621.p2-thinks} (1)
+pl {05622.f} (1)
+pl {05622.p2-thinks} (1)
+pl {05623.f} (1)
+pl {05623.p2-thinks} (1)
+pl {05624.f} (1)
+pl {05624.p2-thinks} (1)
+pl {05625.f} (1)
+pl {05625.p2-thinks} (1)
+pl {05626.f} (1)
+pl {05626.p2-thinks} (1)
+pl {05627.f} (1)
+pl {05627.p2-thinks} (1)
+pl {05628.f} (1)
+pl {05628.p2-thinks} (1)
+pl {05629.f} (1)
+pl {05629.p2-thinks} (1)
+pl {05630.f} (1)
+pl {05630.p2-thinks} (1)
+pl {05631.f} (1)
+pl {05631.p2-thinks} (1)
+pl {05632.f} (1)
+pl {05632.p2-thinks} (1)
+pl {05633.f} (1)
+pl {05633.p2-thinks} (1)
+pl {05634.f} (1)
+pl {05634.p2-thinks} (1)
+pl {05635.f} (1)
+pl {05635.p2-thinks} (1)
+pl {05636.f} (1)
+pl {05636.p2-thinks} (1)
+pl {05637.f} (1)
+pl {05637.p2-thinks} (1)
+pl {05638.f} (1)
+pl {05638.p2-thinks} (1)
+pl {05639.f} (1)
+pl {05639.p2-thinks} (1)
+pl {05640.f} (1)
+pl {05640.p2-thinks} (1)
+pl {05641.f} (1)
+pl {05641.p2-thinks} (1)
+pl {05642.f} (1)
+pl {05642.p2-thinks} (1)
+pl {05643.f} (1)
+pl {05643.p2-thinks} (1)
+pl {05644.f} (1)
+pl {05644.p2-thinks} (1)
+pl {05645.f} (1)
+pl {05645.p2-thinks} (1)
+pl {05646.f} (1)
+pl {05646.p2-thinks} (1)
+pl {05647.f} (1)
+pl {05647.p2-thinks} (1)
+pl {05648.f} (1)
+pl {05648.p2-thinks} (1)
+pl {05649.f} (1)
+pl {05649.p2-thinks} (1)
+pl {05650.f} (1)
+pl {05650.p2-thinks} (1)
+pl {05651.f} (1)
+pl {05651.p2-thinks} (1)
+pl {05652.f} (1)
+pl {05652.p2-thinks} (1)
+pl {05653.f} (1)
+pl {05653.p2-thinks} (1)
+pl {05654.f} (1)
+pl {05654.p2-thinks} (1)
+pl {05655.f} (1)
+pl {05655.p2-thinks} (1)
+pl {05656.f} (1)
+pl {05656.p2-thinks} (1)
+pl {05657.f} (1)
+pl {05657.p2-thinks} (1)
+pl {05658.f} (1)
+pl {05658.p2-thinks} (1)
+pl {05659.f} (1)
+pl {05659.p2-thinks} (1)
+pl {05660.f} (1)
+pl {05660.p2-thinks} (1)
+pl {05661.f} (1)
+pl {05661.p2-thinks} (1)
+pl {05662.f} (1)
+pl {05662.p2-thinks} (1)
+pl {05663.f} (1)
+pl {05663.p2-thinks} (1)
+pl {05664.f} (1)
+pl {05664.p2-thinks} (1)
+pl {05665.f} (1)
+pl {05665.p2-thinks} (1)
+pl {05666.f} (1)
+pl {05666.p2-thinks} (1)
+pl {05667.f} (1)
+pl {05667.p2-thinks} (1)
+pl {05668.f} (1)
+pl {05668.p2-thinks} (1)
+pl {05669.f} (1)
+pl {05669.p2-thinks} (1)
+pl {05670.f} (1)
+pl {05670.p2-thinks} (1)
+pl {05671.f} (1)
+pl {05671.p2-thinks} (1)
+pl {05672.f} (1)
+pl {05672.p2-thinks} (1)
+pl {05673.f} (1)
+pl {05673.p2-thinks} (1)
+pl {05674.f} (1)
+pl {05674.p2-thinks} (1)
+pl {05675.f} (1)
+pl {05675.p2-thinks} (1)
+pl {05676.f} (1)
+pl {05676.p2-thinks} (1)
+pl {05677.f} (1)
+pl {05677.p2-thinks} (1)
+pl {05678.f} (1)
+pl {05678.p2-thinks} (1)
+pl {05679.f} (1)
+pl {05679.p2-thinks} (1)
+pl {05680.f} (1)
+pl {05680.p2-thinks} (1)
+pl {05681.f} (1)
+pl {05681.p2-thinks} (1)
+pl {05682.f} (1)
+pl {05682.p2-thinks} (1)
+pl {05683.f} (1)
+pl {05683.p2-thinks} (1)
+pl {05684.f} (1)
+pl {05684.p2-thinks} (1)
+pl {05685.f} (1)
+pl {05685.p2-thinks} (1)
+pl {05686.f} (1)
+pl {05686.p2-thinks} (1)
+pl {05687.f} (1)
+pl {05687.p2-thinks} (1)
+pl {05688.f} (1)
+pl {05688.p2-thinks} (1)
+pl {05689.f} (1)
+pl {05689.p2-thinks} (1)
+pl {05690.f} (1)
+pl {05690.p2-thinks} (1)
+pl {05691.f} (1)
+pl {05691.p2-thinks} (1)
+pl {05692.f} (1)
+pl {05692.p2-thinks} (1)
+pl {05693.f} (1)
+pl {05693.p2-thinks} (1)
+pl {05694.f} (1)
+pl {05694.p2-thinks} (1)
+pl {05695.f} (1)
+pl {05695.p2-thinks} (1)
+pl {05696.f} (1)
+pl {05696.p2-thinks} (1)
+pl {05697.f} (1)
+pl {05697.p2-thinks} (1)
+pl {05698.f} (1)
+pl {05698.p2-thinks} (1)
+pl {05699.f} (1)
+pl {05699.p2-thinks} (1)
+pl {05700.f} (1)
+pl {05700.p2-thinks} (1)
+pl {05701.f} (1)
+pl {05701.p2-thinks} (1)
+pl {05702.f} (1)
+pl {05702.p2-thinks} (1)
+pl {05703.f} (1)
+pl {05703.p2-thinks} (1)
+pl {05704.f} (1)
+pl {05704.p2-thinks} (1)
+pl {05705.f} (1)
+pl {05705.p2-thinks} (1)
+pl {05706.f} (1)
+pl {05706.p2-thinks} (1)
+pl {05707.f} (1)
+pl {05707.p2-thinks} (1)
+pl {05708.f} (1)
+pl {05708.p2-thinks} (1)
+pl {05709.f} (1)
+pl {05709.p2-thinks} (1)
+pl {05710.f} (1)
+pl {05710.p2-thinks} (1)
+pl {05711.f} (1)
+pl {05711.p2-thinks} (1)
+pl {05712.f} (1)
+pl {05712.p2-thinks} (1)
+pl {05713.f} (1)
+pl {05713.p2-thinks} (1)
+pl {05714.f} (1)
+pl {05714.p2-thinks} (1)
+pl {05715.f} (1)
+pl {05715.p2-thinks} (1)
+pl {05716.f} (1)
+pl {05716.p2-thinks} (1)
+pl {05717.f} (1)
+pl {05717.p2-thinks} (1)
+pl {05718.f} (1)
+pl {05718.p2-thinks} (1)
+pl {05719.f} (1)
+pl {05719.p2-thinks} (1)
+pl {05720.f} (1)
+pl {05720.p2-thinks} (1)
+pl {05721.f} (1)
+pl {05721.p2-thinks} (1)
+pl {05722.f} (1)
+pl {05722.p2-thinks} (1)
+pl {05723.f} (1)
+pl {05723.p2-thinks} (1)
+pl {05724.f} (1)
+pl {05724.p2-thinks} (1)
+pl {05725.f} (1)
+pl {05725.p2-thinks} (1)
+pl {05726.f} (1)
+pl {05726.p2-thinks} (1)
+pl {05727.f} (1)
+pl {05727.p2-thinks} (1)
+pl {05728.f} (1)
+pl {05728.p2-thinks} (1)
+pl {05729.f} (1)
+pl {05729.p2-thinks} (1)
+pl {05730.f} (1)
+pl {05730.p2-thinks} (1)
+pl {05731.f} (1)
+pl {05731.p2-thinks} (1)
+pl {05732.f} (1)
+pl {05732.p2-thinks} (1)
+pl {05733.f} (1)
+pl {05733.p2-thinks} (1)
+pl {05734.f} (1)
+pl {05734.p2-thinks} (1)
+pl {05735.f} (1)
+pl {05735.p2-thinks} (1)
+pl {05736.f} (1)
+pl {05736.p2-thinks} (1)
+pl {05737.f} (1)
+pl {05737.p2-thinks} (1)
+pl {05738.f} (1)
+pl {05738.p2-thinks} (1)
+pl {05739.f} (1)
+pl {05739.p2-thinks} (1)
+pl {05740.f} (1)
+pl {05740.p2-thinks} (1)
+pl {05741.f} (1)
+pl {05741.p2-thinks} (1)
+pl {05742.f} (1)
+pl {05742.p2-thinks} (1)
+pl {05743.f} (1)
+pl {05743.p2-thinks} (1)
+pl {05744.f} (1)
+pl {05744.p2-thinks} (1)
+pl {05745.f} (1)
+pl {05745.p2-thinks} (1)
+pl {05746.f} (1)
+pl {05746.p2-thinks} (1)
+pl {05747.f} (1)
+pl {05747.p2-thinks} (1)
+pl {05748.f} (1)
+pl {05748.p2-thinks} (1)
+pl {05749.f} (1)
+pl {05749.p2-thinks} (1)
+pl {05750.f} (1)
+pl {05750.p2-thinks} (1)
+pl {05751.f} (1)
+pl {05751.p2-thinks} (1)
+pl {05752.f} (1)
+pl {05752.p2-thinks} (1)
+pl {05753.f} (1)
+pl {05753.p2-thinks} (1)
+pl {05754.f} (1)
+pl {05754.p2-thinks} (1)
+pl {05755.f} (1)
+pl {05755.p2-thinks} (1)
+pl {05756.f} (1)
+pl {05756.p2-thinks} (1)
+pl {05757.f} (1)
+pl {05757.p2-thinks} (1)
+pl {05758.f} (1)
+pl {05758.p2-thinks} (1)
+pl {05759.f} (1)
+pl {05759.p2-thinks} (1)
+pl {05760.f} (1)
+pl {05760.p2-thinks} (1)
+pl {05761.f} (1)
+pl {05761.p2-thinks} (1)
+pl {05762.f} (1)
+pl {05762.p2-thinks} (1)
+pl {05763.f} (1)
+pl {05763.p2-thinks} (1)
+pl {05764.f} (1)
+pl {05764.p2-thinks} (1)
+pl {05765.f} (1)
+pl {05765.p2-thinks} (1)
+pl {05766.f} (1)
+pl {05766.p2-thinks} (1)
+pl {05767.f} (1)
+pl {05767.p2-thinks} (1)
+pl {05768.f} (1)
+pl {05768.p2-thinks} (1)
+pl {05769.f} (1)
+pl {05769.p2-thinks} (1)
+pl {05770.f} (1)
+pl {05770.p2-thinks} (1)
+pl {05771.f} (1)
+pl {05771.p2-thinks} (1)
+pl {05772.f} (1)
+pl {05772.p2-thinks} (1)
+pl {05773.f} (1)
+pl {05773.p2-thinks} (1)
+pl {05774.f} (1)
+pl {05774.p2-thinks} (1)
+pl {05775.f} (1)
+pl {05775.p2-thinks} (1)
+pl {05776.f} (1)
+pl {05776.p2-thinks} (1)
+pl {05777.f} (1)
+pl {05777.p2-thinks} (1)
+pl {05778.f} (1)
+pl {05778.p2-thinks} (1)
+pl {05779.f} (1)
+pl {05779.p2-thinks} (1)
+pl {05780.f} (1)
+pl {05780.p2-thinks} (1)
+pl {05781.f} (1)
+pl {05781.p2-thinks} (1)
+pl {05782.f} (1)
+pl {05782.p2-thinks} (1)
+pl {05783.f} (1)
+pl {05783.p2-thinks} (1)
+pl {05784.f} (1)
+pl {05784.p2-thinks} (1)
+pl {05785.f} (1)
+pl {05785.p2-thinks} (1)
+pl {05786.f} (1)
+pl {05786.p2-thinks} (1)
+pl {05787.f} (1)
+pl {05787.p2-thinks} (1)
+pl {05788.f} (1)
+pl {05788.p2-thinks} (1)
+pl {05789.f} (1)
+pl {05789.p2-thinks} (1)
+pl {05790.f} (1)
+pl {05790.p2-thinks} (1)
+pl {05791.f} (1)
+pl {05791.p2-thinks} (1)
+pl {05792.f} (1)
+pl {05792.p2-thinks} (1)
+pl {05793.f} (1)
+pl {05793.p2-thinks} (1)
+pl {05794.f} (1)
+pl {05794.p2-thinks} (1)
+pl {05795.f} (1)
+pl {05795.p2-thinks} (1)
+pl {05796.f} (1)
+pl {05796.p2-thinks} (1)
+pl {05797.f} (1)
+pl {05797.p2-thinks} (1)
+pl {05798.f} (1)
+pl {05798.p2-thinks} (1)
+pl {05799.f} (1)
+pl {05799.p2-thinks} (1)
+pl {05800.f} (1)
+pl {05800.p2-thinks} (1)
+pl {05801.f} (1)
+pl {05801.p2-thinks} (1)
+pl {05802.f} (1)
+pl {05802.p2-thinks} (1)
+pl {05803.f} (1)
+pl {05803.p2-thinks} (1)
+pl {05804.f} (1)
+pl {05804.p2-thinks} (1)
+pl {05805.f} (1)
+pl {05805.p2-thinks} (1)
+pl {05806.f} (1)
+pl {05806.p2-thinks} (1)
+pl {05807.f} (1)
+pl {05807.p2-thinks} (1)
+pl {05808.f} (1)
+pl {05808.p2-thinks} (1)
+pl {05809.f} (1)
+pl {05809.p2-thinks} (1)
+pl {05810.f} (1)
+pl {05810.p2-thinks} (1)
+pl {05811.f} (1)
+pl {05811.p2-thinks} (1)
+pl {05812.f} (1)
+pl {05812.p2-thinks} (1)
+pl {05813.f} (1)
+pl {05813.p2-thinks} (1)
+pl {05814.f} (1)
+pl {05814.p2-thinks} (1)
+pl {05815.f} (1)
+pl {05815.p2-thinks} (1)
+pl {05816.f} (1)
+pl {05816.p2-thinks} (1)
+pl {05817.f} (1)
+pl {05817.p2-thinks} (1)
+pl {05818.f} (1)
+pl {05818.p2-thinks} (1)
+pl {05819.f} (1)
+pl {05819.p2-thinks} (1)
+pl {05820.f} (1)
+pl {05820.p2-thinks} (1)
+pl {05821.f} (1)
+pl {05821.p2-thinks} (1)
+pl {05822.f} (1)
+pl {05822.p2-thinks} (1)
+pl {05823.f} (1)
+pl {05823.p2-thinks} (1)
+pl {05824.f} (1)
+pl {05824.p2-thinks} (1)
+pl {05825.f} (1)
+pl {05825.p2-thinks} (1)
+pl {05826.f} (1)
+pl {05826.p2-thinks} (1)
+pl {05827.f} (1)
+pl {05827.p2-thinks} (1)
+pl {05828.f} (1)
+pl {05828.p2-thinks} (1)
+pl {05829.f} (1)
+pl {05829.p2-thinks} (1)
+pl {05830.f} (1)
+pl {05830.p2-thinks} (1)
+pl {05831.f} (1)
+pl {05831.p2-thinks} (1)
+pl {05832.f} (1)
+pl {05832.p2-thinks} (1)
+pl {05833.f} (1)
+pl {05833.p2-thinks} (1)
+pl {05834.f} (1)
+pl {05834.p2-thinks} (1)
+pl {05835.f} (1)
+pl {05835.p2-thinks} (1)
+pl {05836.f} (1)
+pl {05836.p2-thinks} (1)
+pl {05837.f} (1)
+pl {05837.p2-thinks} (1)
+pl {05838.f} (1)
+pl {05838.p2-thinks} (1)
+pl {05839.f} (1)
+pl {05839.p2-thinks} (1)
+pl {05840.f} (1)
+pl {05840.p2-thinks} (1)
+pl {05841.f} (1)
+pl {05841.p2-thinks} (1)
+pl {05842.f} (1)
+pl {05842.p2-thinks} (1)
+pl {05843.f} (1)
+pl {05843.p2-thinks} (1)
+pl {05844.f} (1)
+pl {05844.p2-thinks} (1)
+pl {05845.f} (1)
+pl {05845.p2-thinks} (1)
+pl {05846.f} (1)
+pl {05846.p2-thinks} (1)
+pl {05847.f} (1)
+pl {05847.p2-thinks} (1)
+pl {05848.f} (1)
+pl {05848.p2-thinks} (1)
+pl {05849.f} (1)
+pl {05849.p2-thinks} (1)
+pl {05850.f} (1)
+pl {05850.p2-thinks} (1)
+pl {05851.f} (1)
+pl {05851.p2-thinks} (1)
+pl {05852.f} (1)
+pl {05852.p2-thinks} (1)
+pl {05853.f} (1)
+pl {05853.p2-thinks} (1)
+pl {05854.f} (1)
+pl {05854.p2-thinks} (1)
+pl {05855.f} (1)
+pl {05855.p2-thinks} (1)
+pl {05856.f} (1)
+pl {05856.p2-thinks} (1)
+pl {05857.f} (1)
+pl {05857.p2-thinks} (1)
+pl {05858.f} (1)
+pl {05858.p2-thinks} (1)
+pl {05859.f} (1)
+pl {05859.p2-thinks} (1)
+pl {05860.f} (1)
+pl {05860.p2-thinks} (1)
+pl {05861.f} (1)
+pl {05861.p2-thinks} (1)
+pl {05862.f} (1)
+pl {05862.p2-thinks} (1)
+pl {05863.f} (1)
+pl {05863.p2-thinks} (1)
+pl {05864.f} (1)
+pl {05864.p2-thinks} (1)
+pl {05865.f} (1)
+pl {05865.p2-thinks} (1)
+pl {05866.f} (1)
+pl {05866.p2-thinks} (1)
+pl {05867.f} (1)
+pl {05867.p2-thinks} (1)
+pl {05868.f} (1)
+pl {05868.p2-thinks} (1)
+pl {05869.f} (1)
+pl {05869.p2-thinks} (1)
+pl {05870.f} (1)
+pl {05870.p2-thinks} (1)
+pl {05871.f} (1)
+pl {05871.p2-thinks} (1)
+pl {05872.f} (1)
+pl {05872.p2-thinks} (1)
+pl {05873.f} (1)
+pl {05873.p2-thinks} (1)
+pl {05874.f} (1)
+pl {05874.p2-thinks} (1)
+pl {05875.f} (1)
+pl {05875.p2-thinks} (1)
+pl {05876.f} (1)
+pl {05876.p2-thinks} (1)
+pl {05877.f} (1)
+pl {05877.p2-thinks} (1)
+pl {05878.f} (1)
+pl {05878.p2-thinks} (1)
+pl {05879.f} (1)
+pl {05879.p2-thinks} (1)
+pl {05880.f} (1)
+pl {05880.p2-thinks} (1)
+pl {05881.f} (1)
+pl {05881.p2-thinks} (1)
+pl {05882.f} (1)
+pl {05882.p2-thinks} (1)
+pl {05883.f} (1)
+pl {05883.p2-thinks} (1)
+pl {05884.f} (1)
+pl {05884.p2-thinks} (1)
+pl {05885.f} (1)
+pl {05885.p2-thinks} (1)
+pl {05886.f} (1)
+pl {05886.p2-thinks} (1)
+pl {05887.f} (1)
+pl {05887.p2-thinks} (1)
+pl {05888.f} (1)
+pl {05888.p2-thinks} (1)
+pl {05889.f} (1)
+pl {05889.p2-thinks} (1)
+pl {05890.f} (1)
+pl {05890.p2-thinks} (1)
+pl {05891.f} (1)
+pl {05891.p2-thinks} (1)
+pl {05892.f} (1)
+pl {05892.p2-thinks} (1)
+pl {05893.f} (1)
+pl {05893.p2-thinks} (1)
+pl {05894.f} (1)
+pl {05894.p2-thinks} (1)
+pl {05895.f} (1)
+pl {05895.p2-thinks} (1)
+pl {05896.f} (1)
+pl {05896.p2-thinks} (1)
+pl {05897.f} (1)
+pl {05897.p2-thinks} (1)
+pl {05898.f} (1)
+pl {05898.p2-thinks} (1)
+pl {05899.f} (1)
+pl {05899.p2-thinks} (1)
+pl {05900.f} (1)
+pl {05900.p2-thinks} (1)
+pl {05901.f} (1)
+pl {05901.p2-thinks} (1)
+pl {05902.f} (1)
+pl {05902.p2-thinks} (1)
+pl {05903.f} (1)
+pl {05903.p2-thinks} (1)
+pl {05904.f} (1)
+pl {05904.p2-thinks} (1)
+pl {05905.f} (1)
+pl {05905.p2-thinks} (1)
+pl {05906.f} (1)
+pl {05906.p2-thinks} (1)
+pl {05907.f} (1)
+pl {05907.p2-thinks} (1)
+pl {05908.f} (1)
+pl {05908.p2-thinks} (1)
+pl {05909.f} (1)
+pl {05909.p2-thinks} (1)
+pl {05910.f} (1)
+pl {05910.p2-thinks} (1)
+pl {05911.f} (1)
+pl {05911.p2-thinks} (1)
+pl {05912.f} (1)
+pl {05912.p2-thinks} (1)
+pl {05913.f} (1)
+pl {05913.p2-thinks} (1)
+pl {05914.f} (1)
+pl {05914.p2-thinks} (1)
+pl {05915.f} (1)
+pl {05915.p2-thinks} (1)
+pl {05916.f} (1)
+pl {05916.p2-thinks} (1)
+pl {05917.f} (1)
+pl {05917.p2-thinks} (1)
+pl {05918.f} (1)
+pl {05918.p2-thinks} (1)
+pl {05919.f} (1)
+pl {05919.p2-thinks} (1)
+pl {05920.f} (1)
+pl {05920.p2-thinks} (1)
+pl {05921.f} (1)
+pl {05921.p2-thinks} (1)
+pl {05922.f} (1)
+pl {05922.p2-thinks} (1)
+pl {05923.f} (1)
+pl {05923.p2-thinks} (1)
+pl {05924.f} (1)
+pl {05924.p2-thinks} (1)
+pl {05925.f} (1)
+pl {05925.p2-thinks} (1)
+pl {05926.f} (1)
+pl {05926.p2-thinks} (1)
+pl {05927.f} (1)
+pl {05927.p2-thinks} (1)
+pl {05928.f} (1)
+pl {05928.p2-thinks} (1)
+pl {05929.f} (1)
+pl {05929.p2-thinks} (1)
+pl {05930.f} (1)
+pl {05930.p2-thinks} (1)
+pl {05931.f} (1)
+pl {05931.p2-thinks} (1)
+pl {05932.f} (1)
+pl {05932.p2-thinks} (1)
+pl {05933.f} (1)
+pl {05933.p2-thinks} (1)
+pl {05934.f} (1)
+pl {05934.p2-thinks} (1)
+pl {05935.f} (1)
+pl {05935.p2-thinks} (1)
+pl {05936.f} (1)
+pl {05936.p2-thinks} (1)
+pl {05937.f} (1)
+pl {05937.p2-thinks} (1)
+pl {05938.f} (1)
+pl {05938.p2-thinks} (1)
+pl {05939.f} (1)
+pl {05939.p2-thinks} (1)
+pl {05940.f} (1)
+pl {05940.p2-thinks} (1)
+pl {05941.f} (1)
+pl {05941.p2-thinks} (1)
+pl {05942.f} (1)
+pl {05942.p2-thinks} (1)
+pl {05943.f} (1)
+pl {05943.p2-thinks} (1)
+pl {05944.f} (1)
+pl {05944.p2-thinks} (1)
+pl {05945.f} (1)
+pl {05945.p2-thinks} (1)
+pl {05946.f} (1)
+pl {05946.p2-thinks} (1)
+pl {05947.f} (1)
+pl {05947.p2-thinks} (1)
+pl {05948.f} (1)
+pl {05948.p2-thinks} (1)
+pl {05949.f} (1)
+pl {05949.p2-thinks} (1)
+pl {05950.f} (1)
+pl {05950.p2-thinks} (1)
+pl {05951.f} (1)
+pl {05951.p2-thinks} (1)
+pl {05952.f} (1)
+pl {05952.p2-thinks} (1)
+pl {05953.f} (1)
+pl {05953.p2-thinks} (1)
+pl {05954.f} (1)
+pl {05954.p2-thinks} (1)
+pl {05955.f} (1)
+pl {05955.p2-thinks} (1)
+pl {05956.f} (1)
+pl {05956.p2-thinks} (1)
+pl {05957.f} (1)
+pl {05957.p2-thinks} (1)
+pl {05958.f} (1)
+pl {05958.p2-thinks} (1)
+pl {05959.f} (1)
+pl {05959.p2-thinks} (1)
+pl {05960.f} (1)
+pl {05960.p2-thinks} (1)
+pl {05961.f} (1)
+pl {05961.p2-thinks} (1)
+pl {05962.f} (1)
+pl {05962.p2-thinks} (1)
+pl {05963.f} (1)
+pl {05963.p2-thinks} (1)
+pl {05964.f} (1)
+pl {05964.p2-thinks} (1)
+pl {05965.f} (1)
+pl {05965.p2-thinks} (1)
+pl {05966.f} (1)
+pl {05966.p2-thinks} (1)
+pl {05967.f} (1)
+pl {05967.p2-thinks} (1)
+pl {05968.f} (1)
+pl {05968.p2-thinks} (1)
+pl {05969.f} (1)
+pl {05969.p2-thinks} (1)
+pl {05970.f} (1)
+pl {05970.p2-thinks} (1)
+pl {05971.f} (1)
+pl {05971.p2-thinks} (1)
+pl {05972.f} (1)
+pl {05972.p2-thinks} (1)
+pl {05973.f} (1)
+pl {05973.p2-thinks} (1)
+pl {05974.f} (1)
+pl {05974.p2-thinks} (1)
+pl {05975.f} (1)
+pl {05975.p2-thinks} (1)
+pl {05976.f} (1)
+pl {05976.p2-thinks} (1)
+pl {05977.f} (1)
+pl {05977.p2-thinks} (1)
+pl {05978.f} (1)
+pl {05978.p2-thinks} (1)
+pl {05979.f} (1)
+pl {05979.p2-thinks} (1)
+pl {05980.f} (1)
+pl {05980.p2-thinks} (1)
+pl {05981.f} (1)
+pl {05981.p2-thinks} (1)
+pl {05982.f} (1)
+pl {05982.p2-thinks} (1)
+pl {05983.f} (1)
+pl {05983.p2-thinks} (1)
+pl {05984.f} (1)
+pl {05984.p2-thinks} (1)
+pl {05985.f} (1)
+pl {05985.p2-thinks} (1)
+pl {05986.f} (1)
+pl {05986.p2-thinks} (1)
+pl {05987.f} (1)
+pl {05987.p2-thinks} (1)
+pl {05988.f} (1)
+pl {05988.p2-thinks} (1)
+pl {05989.f} (1)
+pl {05989.p2-thinks} (1)
+pl {05990.f} (1)
+pl {05990.p2-thinks} (1)
+pl {05991.f} (1)
+pl {05991.p2-thinks} (1)
+pl {05992.f} (1)
+pl {05992.p2-thinks} (1)
+pl {05993.f} (1)
+pl {05993.p2-thinks} (1)
+pl {05994.f} (1)
+pl {05994.p2-thinks} (1)
+pl {05995.f} (1)
+pl {05995.p2-thinks} (1)
+pl {05996.f} (1)
+pl {05996.p2-thinks} (1)
+pl {05997.f} (1)
+pl {05997.p2-thinks} (1)
+pl {05998.f} (1)
+pl {05998.p2-thinks} (1)
+pl {05999.f} (1)
+pl {05999.p2-thinks} (1)
+pl {06000.f} (1)
+pl {06000.p2-thinks} (1)
+pl {06001.f} (1)
+pl {06001.p2-thinks} (1)
+pl {06002.f} (1)
+pl {06002.p2-thinks} (1)
+pl {06003.f} (1)
+pl {06003.p2-thinks} (1)
+pl {06004.f} (1)
+pl {06004.p2-thinks} (1)
+pl {06005.f} (1)
+pl {06005.p2-thinks} (1)
+pl {06006.f} (1)
+pl {06006.p2-thinks} (1)
+pl {06007.f} (1)
+pl {06007.p2-thinks} (1)
+pl {06008.f} (1)
+pl {06008.p2-thinks} (1)
+pl {06009.f} (1)
+pl {06009.p2-thinks} (1)
+pl {06010.f} (1)
+pl {06010.p2-thinks} (1)
+pl {06011.f} (1)
+pl {06011.p2-thinks} (1)
+pl {06012.f} (1)
+pl {06012.p2-thinks} (1)
+pl {06013.f} (1)
+pl {06013.p2-thinks} (1)
+pl {06014.f} (1)
+pl {06014.p2-thinks} (1)
+pl {06015.f} (1)
+pl {06015.p2-thinks} (1)
+pl {06016.f} (1)
+pl {06016.p2-thinks} (1)
+pl {06017.f} (1)
+pl {06017.p2-thinks} (1)
+pl {06018.f} (1)
+pl {06018.p2-thinks} (1)
+pl {06019.f} (1)
+pl {06019.p2-thinks} (1)
+pl {06020.f} (1)
+pl {06020.p2-thinks} (1)
+pl {06021.f} (1)
+pl {06021.p2-thinks} (1)
+pl {06022.f} (1)
+pl {06022.p2-thinks} (1)
+pl {06023.f} (1)
+pl {06023.p2-thinks} (1)
+pl {06024.f} (1)
+pl {06024.p2-thinks} (1)
+pl {06025.f} (1)
+pl {06025.p2-thinks} (1)
+pl {06026.f} (1)
+pl {06026.p2-thinks} (1)
+pl {06027.f} (1)
+pl {06027.p2-thinks} (1)
+pl {06028.f} (1)
+pl {06028.p2-thinks} (1)
+pl {06029.f} (1)
+pl {06029.p2-thinks} (1)
+pl {06030.f} (1)
+pl {06030.p2-thinks} (1)
+pl {06031.f} (1)
+pl {06031.p2-thinks} (1)
+pl {06032.f} (1)
+pl {06032.p2-thinks} (1)
+pl {06033.f} (1)
+pl {06033.p2-thinks} (1)
+pl {06034.f} (1)
+pl {06034.p2-thinks} (1)
+pl {06035.f} (1)
+pl {06035.p2-thinks} (1)
+pl {06036.f} (1)
+pl {06036.p2-thinks} (1)
+pl {06037.f} (1)
+pl {06037.p2-thinks} (1)
+pl {06038.f} (1)
+pl {06038.p2-thinks} (1)
+pl {06039.f} (1)
+pl {06039.p2-thinks} (1)
+pl {06040.f} (1)
+pl {06040.p2-thinks} (1)
+pl {06041.f} (1)
+pl {06041.p2-thinks} (1)
+pl {06042.f} (1)
+pl {06042.p2-thinks} (1)
+pl {06043.f} (1)
+pl {06043.p2-thinks} (1)
+pl {06044.f} (1)
+pl {06044.p2-thinks} (1)
+pl {06045.f} (1)
+pl {06045.p2-thinks} (1)
+pl {06046.f} (1)
+pl {06046.p2-thinks} (1)
+pl {06047.f} (1)
+pl {06047.p2-thinks} (1)
+pl {06048.f} (1)
+pl {06048.p2-thinks} (1)
+pl {06049.f} (1)
+pl {06049.p2-thinks} (1)
+pl {06050.f} (1)
+pl {06050.p2-thinks} (1)
+pl {06051.f} (1)
+pl {06051.p2-thinks} (1)
+pl {06052.f} (1)
+pl {06052.p2-thinks} (1)
+pl {06053.f} (1)
+pl {06053.p2-thinks} (1)
+pl {06054.f} (1)
+pl {06054.p2-thinks} (1)
+pl {06055.f} (1)
+pl {06055.p2-thinks} (1)
+pl {06056.f} (1)
+pl {06056.p2-thinks} (1)
+pl {06057.f} (1)
+pl {06057.p2-thinks} (1)
+pl {06058.f} (1)
+pl {06058.p2-thinks} (1)
+pl {06059.f} (1)
+pl {06059.p2-thinks} (1)
+pl {06060.f} (1)
+pl {06060.p2-thinks} (1)
+pl {06061.f} (1)
+pl {06061.p2-thinks} (1)
+pl {06062.f} (1)
+pl {06062.p2-thinks} (1)
+pl {06063.f} (1)
+pl {06063.p2-thinks} (1)
+pl {06064.f} (1)
+pl {06064.p2-thinks} (1)
+pl {06065.f} (1)
+pl {06065.p2-thinks} (1)
+pl {06066.f} (1)
+pl {06066.p2-thinks} (1)
+pl {06067.f} (1)
+pl {06067.p2-thinks} (1)
+pl {06068.f} (1)
+pl {06068.p2-thinks} (1)
+pl {06069.f} (1)
+pl {06069.p2-thinks} (1)
+pl {06070.f} (1)
+pl {06070.p2-thinks} (1)
+pl {06071.f} (1)
+pl {06071.p2-thinks} (1)
+pl {06072.f} (1)
+pl {06072.p2-thinks} (1)
+pl {06073.f} (1)
+pl {06073.p2-thinks} (1)
+pl {06074.f} (1)
+pl {06074.p2-thinks} (1)
+pl {06075.f} (1)
+pl {06075.p2-thinks} (1)
+pl {06076.f} (1)
+pl {06076.p2-thinks} (1)
+pl {06077.f} (1)
+pl {06077.p2-thinks} (1)
+pl {06078.f} (1)
+pl {06078.p2-thinks} (1)
+pl {06079.f} (1)
+pl {06079.p2-thinks} (1)
+pl {06080.f} (1)
+pl {06080.p2-thinks} (1)
+pl {06081.f} (1)
+pl {06081.p2-thinks} (1)
+pl {06082.f} (1)
+pl {06082.p2-thinks} (1)
+pl {06083.f} (1)
+pl {06083.p2-thinks} (1)
+pl {06084.f} (1)
+pl {06084.p2-thinks} (1)
+pl {06085.f} (1)
+pl {06085.p2-thinks} (1)
+pl {06086.f} (1)
+pl {06086.p2-thinks} (1)
+pl {06087.f} (1)
+pl {06087.p2-thinks} (1)
+pl {06088.f} (1)
+pl {06088.p2-thinks} (1)
+pl {06089.f} (1)
+pl {06089.p2-thinks} (1)
+pl {06090.f} (1)
+pl {06090.p2-thinks} (1)
+pl {06091.f} (1)
+pl {06091.p2-thinks} (1)
+pl {06092.f} (1)
+pl {06092.p2-thinks} (1)
+pl {06093.f} (1)
+pl {06093.p2-thinks} (1)
+pl {06094.f} (1)
+pl {06094.p2-thinks} (1)
+pl {06095.f} (1)
+pl {06095.p2-thinks} (1)
+pl {06096.f} (1)
+pl {06096.p2-thinks} (1)
+pl {06097.f} (1)
+pl {06097.p2-thinks} (1)
+pl {06098.f} (1)
+pl {06098.p2-thinks} (1)
+pl {06099.f} (1)
+pl {06099.p2-thinks} (1)
+pl {06100.f} (1)
+pl {06100.p2-thinks} (1)
+pl {06101.f} (1)
+pl {06101.p2-thinks} (1)
+pl {06102.f} (1)
+pl {06102.p2-thinks} (1)
+pl {06103.f} (1)
+pl {06103.p2-thinks} (1)
+pl {06104.f} (1)
+pl {06104.p2-thinks} (1)
+pl {06105.f} (1)
+pl {06105.p2-thinks} (1)
+pl {06106.f} (1)
+pl {06106.p2-thinks} (1)
+pl {06107.f} (1)
+pl {06107.p2-thinks} (1)
+pl {06108.f} (1)
+pl {06108.p2-thinks} (1)
+pl {06109.f} (1)
+pl {06109.p2-thinks} (1)
+pl {06110.f} (1)
+pl {06110.p2-thinks} (1)
+pl {06111.f} (1)
+pl {06111.p2-thinks} (1)
+pl {06112.f} (1)
+pl {06112.p2-thinks} (1)
+pl {06113.f} (1)
+pl {06113.p2-thinks} (1)
+pl {06114.f} (1)
+pl {06114.p2-thinks} (1)
+pl {06115.f} (1)
+pl {06115.p2-thinks} (1)
+pl {06116.f} (1)
+pl {06116.p2-thinks} (1)
+pl {06117.f} (1)
+pl {06117.p2-thinks} (1)
+pl {06118.f} (1)
+pl {06118.p2-thinks} (1)
+pl {06119.f} (1)
+pl {06119.p2-thinks} (1)
+pl {06120.f} (1)
+pl {06120.p2-thinks} (1)
+pl {06121.f} (1)
+pl {06121.p2-thinks} (1)
+pl {06122.f} (1)
+pl {06122.p2-thinks} (1)
+pl {06123.f} (1)
+pl {06123.p2-thinks} (1)
+pl {06124.f} (1)
+pl {06124.p2-thinks} (1)
+pl {06125.f} (1)
+pl {06125.p2-thinks} (1)
+pl {06126.f} (1)
+pl {06126.p2-thinks} (1)
+pl {06127.f} (1)
+pl {06127.p2-thinks} (1)
+pl {06128.f} (1)
+pl {06128.p2-thinks} (1)
+pl {06129.f} (1)
+pl {06129.p2-thinks} (1)
+pl {06130.f} (1)
+pl {06130.p2-thinks} (1)
+pl {06131.f} (1)
+pl {06131.p2-thinks} (1)
+pl {06132.f} (1)
+pl {06132.p2-thinks} (1)
+pl {06133.f} (1)
+pl {06133.p2-thinks} (1)
+pl {06134.f} (1)
+pl {06134.p2-thinks} (1)
+pl {06135.f} (1)
+pl {06135.p2-thinks} (1)
+pl {06136.f} (1)
+pl {06136.p2-thinks} (1)
+pl {06137.f} (1)
+pl {06137.p2-thinks} (1)
+pl {06138.f} (1)
+pl {06138.p2-thinks} (1)
+pl {06139.f} (1)
+pl {06139.p2-thinks} (1)
+pl {06140.f} (1)
+pl {06140.p2-thinks} (1)
+pl {06141.f} (1)
+pl {06141.p2-thinks} (1)
+pl {06142.f} (1)
+pl {06142.p2-thinks} (1)
+pl {06143.f} (1)
+pl {06143.p2-thinks} (1)
+pl {06144.f} (1)
+pl {06144.p2-thinks} (1)
+pl {06145.f} (1)
+pl {06145.p2-thinks} (1)
+pl {06146.f} (1)
+pl {06146.p2-thinks} (1)
+pl {06147.f} (1)
+pl {06147.p2-thinks} (1)
+pl {06148.f} (1)
+pl {06148.p2-thinks} (1)
+pl {06149.f} (1)
+pl {06149.p2-thinks} (1)
+pl {06150.f} (1)
+pl {06150.p2-thinks} (1)
+pl {06151.f} (1)
+pl {06151.p2-thinks} (1)
+pl {06152.f} (1)
+pl {06152.p2-thinks} (1)
+pl {06153.f} (1)
+pl {06153.p2-thinks} (1)
+pl {06154.f} (1)
+pl {06154.p2-thinks} (1)
+pl {06155.f} (1)
+pl {06155.p2-thinks} (1)
+pl {06156.f} (1)
+pl {06156.p2-thinks} (1)
+pl {06157.f} (1)
+pl {06157.p2-thinks} (1)
+pl {06158.f} (1)
+pl {06158.p2-thinks} (1)
+pl {06159.f} (1)
+pl {06159.p2-thinks} (1)
+pl {06160.f} (1)
+pl {06160.p2-thinks} (1)
+pl {06161.f} (1)
+pl {06161.p2-thinks} (1)
+pl {06162.f} (1)
+pl {06162.p2-thinks} (1)
+pl {06163.f} (1)
+pl {06163.p2-thinks} (1)
+pl {06164.f} (1)
+pl {06164.p2-thinks} (1)
+pl {06165.f} (1)
+pl {06165.p2-thinks} (1)
+pl {06166.f} (1)
+pl {06166.p2-thinks} (1)
+pl {06167.f} (1)
+pl {06167.p2-thinks} (1)
+pl {06168.f} (1)
+pl {06168.p2-thinks} (1)
+pl {06169.f} (1)
+pl {06169.p2-thinks} (1)
+pl {06170.f} (1)
+pl {06170.p2-thinks} (1)
+pl {06171.f} (1)
+pl {06171.p2-thinks} (1)
+pl {06172.f} (1)
+pl {06172.p2-thinks} (1)
+pl {06173.f} (1)
+pl {06173.p2-thinks} (1)
+pl {06174.f} (1)
+pl {06174.p2-thinks} (1)
+pl {06175.f} (1)
+pl {06175.p2-thinks} (1)
+pl {06176.f} (1)
+pl {06176.p2-thinks} (1)
+pl {06177.f} (1)
+pl {06177.p2-thinks} (1)
+pl {06178.f} (1)
+pl {06178.p2-thinks} (1)
+pl {06179.f} (1)
+pl {06179.p2-thinks} (1)
+pl {06180.f} (1)
+pl {06180.p2-thinks} (1)
+pl {06181.f} (1)
+pl {06181.p2-thinks} (1)
+pl {06182.f} (1)
+pl {06182.p2-thinks} (1)
+pl {06183.f} (1)
+pl {06183.p2-thinks} (1)
+pl {06184.f} (1)
+pl {06184.p2-thinks} (1)
+pl {06185.f} (1)
+pl {06185.p2-thinks} (1)
+pl {06186.f} (1)
+pl {06186.p2-thinks} (1)
+pl {06187.f} (1)
+pl {06187.p2-thinks} (1)
+pl {06188.f} (1)
+pl {06188.p2-thinks} (1)
+pl {06189.f} (1)
+pl {06189.p2-thinks} (1)
+pl {06190.f} (1)
+pl {06190.p2-thinks} (1)
+pl {06191.f} (1)
+pl {06191.p2-thinks} (1)
+pl {06192.f} (1)
+pl {06192.p2-thinks} (1)
+pl {06193.f} (1)
+pl {06193.p2-thinks} (1)
+pl {06194.f} (1)
+pl {06194.p2-thinks} (1)
+pl {06195.f} (1)
+pl {06195.p2-thinks} (1)
+pl {06196.f} (1)
+pl {06196.p2-thinks} (1)
+pl {06197.f} (1)
+pl {06197.p2-thinks} (1)
+pl {06198.f} (1)
+pl {06198.p2-thinks} (1)
+pl {06199.f} (1)
+pl {06199.p2-thinks} (1)
+pl {06200.f} (1)
+pl {06200.p2-thinks} (1)
+pl {06201.f} (1)
+pl {06201.p2-thinks} (1)
+pl {06202.f} (1)
+pl {06202.p2-thinks} (1)
+pl {06203.f} (1)
+pl {06203.p2-thinks} (1)
+pl {06204.f} (1)
+pl {06204.p2-thinks} (1)
+pl {06205.f} (1)
+pl {06205.p2-thinks} (1)
+pl {06206.f} (1)
+pl {06206.p2-thinks} (1)
+pl {06207.f} (1)
+pl {06207.p2-thinks} (1)
+pl {06208.f} (1)
+pl {06208.p2-thinks} (1)
+pl {06209.f} (1)
+pl {06209.p2-thinks} (1)
+pl {06210.f} (1)
+pl {06210.p2-thinks} (1)
+pl {06211.f} (1)
+pl {06211.p2-thinks} (1)
+pl {06212.f} (1)
+pl {06212.p2-thinks} (1)
+pl {06213.f} (1)
+pl {06213.p2-thinks} (1)
+pl {06214.f} (1)
+pl {06214.p2-thinks} (1)
+pl {06215.f} (1)
+pl {06215.p2-thinks} (1)
+pl {06216.f} (1)
+pl {06216.p2-thinks} (1)
+pl {06217.f} (1)
+pl {06217.p2-thinks} (1)
+pl {06218.f} (1)
+pl {06218.p2-thinks} (1)
+pl {06219.f} (1)
+pl {06219.p2-thinks} (1)
+pl {06220.f} (1)
+pl {06220.p2-thinks} (1)
+pl {06221.f} (1)
+pl {06221.p2-thinks} (1)
+pl {06222.f} (1)
+pl {06222.p2-thinks} (1)
+pl {06223.f} (1)
+pl {06223.p2-thinks} (1)
+pl {06224.f} (1)
+pl {06224.p2-thinks} (1)
+pl {06225.f} (1)
+pl {06225.p2-thinks} (1)
+pl {06226.f} (1)
+pl {06226.p2-thinks} (1)
+pl {06227.f} (1)
+pl {06227.p2-thinks} (1)
+pl {06228.f} (1)
+pl {06228.p2-thinks} (1)
+pl {06229.f} (1)
+pl {06229.p2-thinks} (1)
+pl {06230.f} (1)
+pl {06230.p2-thinks} (1)
+pl {06231.f} (1)
+pl {06231.p2-thinks} (1)
+pl {06232.f} (1)
+pl {06232.p2-thinks} (1)
+pl {06233.f} (1)
+pl {06233.p2-thinks} (1)
+pl {06234.f} (1)
+pl {06234.p2-thinks} (1)
+pl {06235.f} (1)
+pl {06235.p2-thinks} (1)
+pl {06236.f} (1)
+pl {06236.p2-thinks} (1)
+pl {06237.f} (1)
+pl {06237.p2-thinks} (1)
+pl {06238.f} (1)
+pl {06238.p2-thinks} (1)
+pl {06239.f} (1)
+pl {06239.p2-thinks} (1)
+pl {06240.f} (1)
+pl {06240.p2-thinks} (1)
+pl {06241.f} (1)
+pl {06241.p2-thinks} (1)
+pl {06242.f} (1)
+pl {06242.p2-thinks} (1)
+pl {06243.f} (1)
+pl {06243.p2-thinks} (1)
+pl {06244.f} (1)
+pl {06244.p2-thinks} (1)
+pl {06245.f} (1)
+pl {06245.p2-thinks} (1)
+pl {06246.f} (1)
+pl {06246.p2-thinks} (1)
+pl {06247.f} (1)
+pl {06247.p2-thinks} (1)
+pl {06248.f} (1)
+pl {06248.p2-thinks} (1)
+pl {06249.f} (1)
+pl {06249.p2-thinks} (1)
+pl {06250.f} (1)
+pl {06250.p2-thinks} (1)
+pl {06251.f} (1)
+pl {06251.p2-thinks} (1)
+pl {06252.f} (1)
+pl {06252.p2-thinks} (1)
+pl {06253.f} (1)
+pl {06253.p2-thinks} (1)
+pl {06254.f} (1)
+pl {06254.p2-thinks} (1)
+pl {06255.f} (1)
+pl {06255.p2-thinks} (1)
+pl {06256.f} (1)
+pl {06256.p2-thinks} (1)
+pl {06257.f} (1)
+pl {06257.p2-thinks} (1)
+pl {06258.f} (1)
+pl {06258.p2-thinks} (1)
+pl {06259.f} (1)
+pl {06259.p2-thinks} (1)
+pl {06260.f} (1)
+pl {06260.p2-thinks} (1)
+pl {06261.f} (1)
+pl {06261.p2-thinks} (1)
+pl {06262.f} (1)
+pl {06262.p2-thinks} (1)
+pl {06263.f} (1)
+pl {06263.p2-thinks} (1)
+pl {06264.f} (1)
+pl {06264.p2-thinks} (1)
+pl {06265.f} (1)
+pl {06265.p2-thinks} (1)
+pl {06266.f} (1)
+pl {06266.p2-thinks} (1)
+pl {06267.f} (1)
+pl {06267.p2-thinks} (1)
+pl {06268.f} (1)
+pl {06268.p2-thinks} (1)
+pl {06269.f} (1)
+pl {06269.p2-thinks} (1)
+pl {06270.f} (1)
+pl {06270.p2-thinks} (1)
+pl {06271.f} (1)
+pl {06271.p2-thinks} (1)
+pl {06272.f} (1)
+pl {06272.p2-thinks} (1)
+pl {06273.f} (1)
+pl {06273.p2-thinks} (1)
+pl {06274.f} (1)
+pl {06274.p2-thinks} (1)
+pl {06275.f} (1)
+pl {06275.p2-thinks} (1)
+pl {06276.f} (1)
+pl {06276.p2-thinks} (1)
+pl {06277.f} (1)
+pl {06277.p2-thinks} (1)
+pl {06278.f} (1)
+pl {06278.p2-thinks} (1)
+pl {06279.f} (1)
+pl {06279.p2-thinks} (1)
+pl {06280.f} (1)
+pl {06280.p2-thinks} (1)
+pl {06281.f} (1)
+pl {06281.p2-thinks} (1)
+pl {06282.f} (1)
+pl {06282.p2-thinks} (1)
+pl {06283.f} (1)
+pl {06283.p2-thinks} (1)
+pl {06284.f} (1)
+pl {06284.p2-thinks} (1)
+pl {06285.f} (1)
+pl {06285.p2-thinks} (1)
+pl {06286.f} (1)
+pl {06286.p2-thinks} (1)
+pl {06287.f} (1)
+pl {06287.p2-thinks} (1)
+pl {06288.f} (1)
+pl {06288.p2-thinks} (1)
+pl {06289.f} (1)
+pl {06289.p2-thinks} (1)
+pl {06290.f} (1)
+pl {06290.p2-thinks} (1)
+pl {06291.f} (1)
+pl {06291.p2-thinks} (1)
+pl {06292.f} (1)
+pl {06292.p2-thinks} (1)
+pl {06293.f} (1)
+pl {06293.p2-thinks} (1)
+pl {06294.f} (1)
+pl {06294.p2-thinks} (1)
+pl {06295.f} (1)
+pl {06295.p2-thinks} (1)
+pl {06296.f} (1)
+pl {06296.p2-thinks} (1)
+pl {06297.f} (1)
+pl {06297.p2-thinks} (1)
+pl {06298.f} (1)
+pl {06298.p2-thinks} (1)
+pl {06299.f} (1)
+pl {06299.p2-thinks} (1)
+pl {06300.f} (1)
+pl {06300.p2-thinks} (1)
+pl {06301.f} (1)
+pl {06301.p2-thinks} (1)
+pl {06302.f} (1)
+pl {06302.p2-thinks} (1)
+pl {06303.f} (1)
+pl {06303.p2-thinks} (1)
+pl {06304.f} (1)
+pl {06304.p2-thinks} (1)
+pl {06305.f} (1)
+pl {06305.p2-thinks} (1)
+pl {06306.f} (1)
+pl {06306.p2-thinks} (1)
+pl {06307.f} (1)
+pl {06307.p2-thinks} (1)
+pl {06308.f} (1)
+pl {06308.p2-thinks} (1)
+pl {06309.f} (1)
+pl {06309.p2-thinks} (1)
+pl {06310.f} (1)
+pl {06310.p2-thinks} (1)
+pl {06311.f} (1)
+pl {06311.p2-thinks} (1)
+pl {06312.f} (1)
+pl {06312.p2-thinks} (1)
+pl {06313.f} (1)
+pl {06313.p2-thinks} (1)
+pl {06314.f} (1)
+pl {06314.p2-thinks} (1)
+pl {06315.f} (1)
+pl {06315.p2-thinks} (1)
+pl {06316.f} (1)
+pl {06316.p2-thinks} (1)
+pl {06317.f} (1)
+pl {06317.p2-thinks} (1)
+pl {06318.f} (1)
+pl {06318.p2-thinks} (1)
+pl {06319.f} (1)
+pl {06319.p2-thinks} (1)
+pl {06320.f} (1)
+pl {06320.p2-thinks} (1)
+pl {06321.f} (1)
+pl {06321.p2-thinks} (1)
+pl {06322.f} (1)
+pl {06322.p2-thinks} (1)
+pl {06323.f} (1)
+pl {06323.p2-thinks} (1)
+pl {06324.f} (1)
+pl {06324.p2-thinks} (1)
+pl {06325.f} (1)
+pl {06325.p2-thinks} (1)
+pl {06326.f} (1)
+pl {06326.p2-thinks} (1)
+pl {06327.f} (1)
+pl {06327.p2-thinks} (1)
+pl {06328.f} (1)
+pl {06328.p2-thinks} (1)
+pl {06329.f} (1)
+pl {06329.p2-thinks} (1)
+pl {06330.f} (1)
+pl {06330.p2-thinks} (1)
+pl {06331.f} (1)
+pl {06331.p2-thinks} (1)
+pl {06332.f} (1)
+pl {06332.p2-thinks} (1)
+pl {06333.f} (1)
+pl {06333.p2-thinks} (1)
+pl {06334.f} (1)
+pl {06334.p2-thinks} (1)
+pl {06335.f} (1)
+pl {06335.p2-thinks} (1)
+pl {06336.f} (1)
+pl {06336.p2-thinks} (1)
+pl {06337.f} (1)
+pl {06337.p2-thinks} (1)
+pl {06338.f} (1)
+pl {06338.p2-thinks} (1)
+pl {06339.f} (1)
+pl {06339.p2-thinks} (1)
+pl {06340.f} (1)
+pl {06340.p2-thinks} (1)
+pl {06341.f} (1)
+pl {06341.p2-thinks} (1)
+pl {06342.f} (1)
+pl {06342.p2-thinks} (1)
+pl {06343.f} (1)
+pl {06343.p2-thinks} (1)
+pl {06344.f} (1)
+pl {06344.p2-thinks} (1)
+pl {06345.f} (1)
+pl {06345.p2-thinks} (1)
+pl {06346.f} (1)
+pl {06346.p2-thinks} (1)
+pl {06347.f} (1)
+pl {06347.p2-thinks} (1)
+pl {06348.f} (1)
+pl {06348.p2-thinks} (1)
+pl {06349.f} (1)
+pl {06349.p2-thinks} (1)
+pl {06350.f} (1)
+pl {06350.p2-thinks} (1)
+pl {06351.f} (1)
+pl {06351.p2-thinks} (1)
+pl {06352.f} (1)
+pl {06352.p2-thinks} (1)
+pl {06353.f} (1)
+pl {06353.p2-thinks} (1)
+pl {06354.f} (1)
+pl {06354.p2-thinks} (1)
+pl {06355.f} (1)
+pl {06355.p2-thinks} (1)
+pl {06356.f} (1)
+pl {06356.p2-thinks} (1)
+pl {06357.f} (1)
+pl {06357.p2-thinks} (1)
+pl {06358.f} (1)
+pl {06358.p2-thinks} (1)
+pl {06359.f} (1)
+pl {06359.p2-thinks} (1)
+pl {06360.f} (1)
+pl {06360.p2-thinks} (1)
+pl {06361.f} (1)
+pl {06361.p2-thinks} (1)
+pl {06362.f} (1)
+pl {06362.p2-thinks} (1)
+pl {06363.f} (1)
+pl {06363.p2-thinks} (1)
+pl {06364.f} (1)
+pl {06364.p2-thinks} (1)
+pl {06365.f} (1)
+pl {06365.p2-thinks} (1)
+pl {06366.f} (1)
+pl {06366.p2-thinks} (1)
+pl {06367.f} (1)
+pl {06367.p2-thinks} (1)
+pl {06368.f} (1)
+pl {06368.p2-thinks} (1)
+pl {06369.f} (1)
+pl {06369.p2-thinks} (1)
+pl {06370.f} (1)
+pl {06370.p2-thinks} (1)
+pl {06371.f} (1)
+pl {06371.p2-thinks} (1)
+pl {06372.f} (1)
+pl {06372.p2-thinks} (1)
+pl {06373.f} (1)
+pl {06373.p2-thinks} (1)
+pl {06374.f} (1)
+pl {06374.p2-thinks} (1)
+pl {06375.f} (1)
+pl {06375.p2-thinks} (1)
+pl {06376.f} (1)
+pl {06376.p2-thinks} (1)
+pl {06377.f} (1)
+pl {06377.p2-thinks} (1)
+pl {06378.f} (1)
+pl {06378.p2-thinks} (1)
+pl {06379.f} (1)
+pl {06379.p2-thinks} (1)
+pl {06380.f} (1)
+pl {06380.p2-thinks} (1)
+pl {06381.f} (1)
+pl {06381.p2-thinks} (1)
+pl {06382.f} (1)
+pl {06382.p2-thinks} (1)
+pl {06383.f} (1)
+pl {06383.p2-thinks} (1)
+pl {06384.f} (1)
+pl {06384.p2-thinks} (1)
+pl {06385.f} (1)
+pl {06385.p2-thinks} (1)
+pl {06386.f} (1)
+pl {06386.p2-thinks} (1)
+pl {06387.f} (1)
+pl {06387.p2-thinks} (1)
+pl {06388.f} (1)
+pl {06388.p2-thinks} (1)
+pl {06389.f} (1)
+pl {06389.p2-thinks} (1)
+pl {06390.f} (1)
+pl {06390.p2-thinks} (1)
+pl {06391.f} (1)
+pl {06391.p2-thinks} (1)
+pl {06392.f} (1)
+pl {06392.p2-thinks} (1)
+pl {06393.f} (1)
+pl {06393.p2-thinks} (1)
+pl {06394.f} (1)
+pl {06394.p2-thinks} (1)
+pl {06395.f} (1)
+pl {06395.p2-thinks} (1)
+pl {06396.f} (1)
+pl {06396.p2-thinks} (1)
+pl {06397.f} (1)
+pl {06397.p2-thinks} (1)
+pl {06398.f} (1)
+pl {06398.p2-thinks} (1)
+pl {06399.f} (1)
+pl {06399.p2-thinks} (1)
+pl {06400.f} (1)
+pl {06400.p2-thinks} (1)
+pl {06401.f} (1)
+pl {06401.p2-thinks} (1)
+pl {06402.f} (1)
+pl {06402.p2-thinks} (1)
+pl {06403.f} (1)
+pl {06403.p2-thinks} (1)
+pl {06404.f} (1)
+pl {06404.p2-thinks} (1)
+pl {06405.f} (1)
+pl {06405.p2-thinks} (1)
+pl {06406.f} (1)
+pl {06406.p2-thinks} (1)
+pl {06407.f} (1)
+pl {06407.p2-thinks} (1)
+pl {06408.f} (1)
+pl {06408.p2-thinks} (1)
+pl {06409.f} (1)
+pl {06409.p2-thinks} (1)
+pl {06410.f} (1)
+pl {06410.p2-thinks} (1)
+pl {06411.f} (1)
+pl {06411.p2-thinks} (1)
+pl {06412.f} (1)
+pl {06412.p2-thinks} (1)
+pl {06413.f} (1)
+pl {06413.p2-thinks} (1)
+pl {06414.f} (1)
+pl {06414.p2-thinks} (1)
+pl {06415.f} (1)
+pl {06415.p2-thinks} (1)
+pl {06416.f} (1)
+pl {06416.p2-thinks} (1)
+pl {06417.f} (1)
+pl {06417.p2-thinks} (1)
+pl {06418.f} (1)
+pl {06418.p2-thinks} (1)
+pl {06419.f} (1)
+pl {06419.p2-thinks} (1)
+pl {06420.f} (1)
+pl {06420.p2-thinks} (1)
+pl {06421.f} (1)
+pl {06421.p2-thinks} (1)
+pl {06422.f} (1)
+pl {06422.p2-thinks} (1)
+pl {06423.f} (1)
+pl {06423.p2-thinks} (1)
+pl {06424.f} (1)
+pl {06424.p2-thinks} (1)
+pl {06425.f} (1)
+pl {06425.p2-thinks} (1)
+pl {06426.f} (1)
+pl {06426.p2-thinks} (1)
+pl {06427.f} (1)
+pl {06427.p2-thinks} (1)
+pl {06428.f} (1)
+pl {06428.p2-thinks} (1)
+pl {06429.f} (1)
+pl {06429.p2-thinks} (1)
+pl {06430.f} (1)
+pl {06430.p2-thinks} (1)
+pl {06431.f} (1)
+pl {06431.p2-thinks} (1)
+pl {06432.f} (1)
+pl {06432.p2-thinks} (1)
+pl {06433.f} (1)
+pl {06433.p2-thinks} (1)
+pl {06434.f} (1)
+pl {06434.p2-thinks} (1)
+pl {06435.f} (1)
+pl {06435.p2-thinks} (1)
+pl {06436.f} (1)
+pl {06436.p2-thinks} (1)
+pl {06437.f} (1)
+pl {06437.p2-thinks} (1)
+pl {06438.f} (1)
+pl {06438.p2-thinks} (1)
+pl {06439.f} (1)
+pl {06439.p2-thinks} (1)
+pl {06440.f} (1)
+pl {06440.p2-thinks} (1)
+pl {06441.f} (1)
+pl {06441.p2-thinks} (1)
+pl {06442.f} (1)
+pl {06442.p2-thinks} (1)
+pl {06443.f} (1)
+pl {06443.p2-thinks} (1)
+pl {06444.f} (1)
+pl {06444.p2-thinks} (1)
+pl {06445.f} (1)
+pl {06445.p2-thinks} (1)
+pl {06446.f} (1)
+pl {06446.p2-thinks} (1)
+pl {06447.f} (1)
+pl {06447.p2-thinks} (1)
+pl {06448.f} (1)
+pl {06448.p2-thinks} (1)
+pl {06449.f} (1)
+pl {06449.p2-thinks} (1)
+pl {06450.f} (1)
+pl {06450.p2-thinks} (1)
+pl {06451.f} (1)
+pl {06451.p2-thinks} (1)
+pl {06452.f} (1)
+pl {06452.p2-thinks} (1)
+pl {06453.f} (1)
+pl {06453.p2-thinks} (1)
+pl {06454.f} (1)
+pl {06454.p2-thinks} (1)
+pl {06455.f} (1)
+pl {06455.p2-thinks} (1)
+pl {06456.f} (1)
+pl {06456.p2-thinks} (1)
+pl {06457.f} (1)
+pl {06457.p2-thinks} (1)
+pl {06458.f} (1)
+pl {06458.p2-thinks} (1)
+pl {06459.f} (1)
+pl {06459.p2-thinks} (1)
+pl {06460.f} (1)
+pl {06460.p2-thinks} (1)
+pl {06461.f} (1)
+pl {06461.p2-thinks} (1)
+pl {06462.f} (1)
+pl {06462.p2-thinks} (1)
+pl {06463.f} (1)
+pl {06463.p2-thinks} (1)
+pl {06464.f} (1)
+pl {06464.p2-thinks} (1)
+pl {06465.f} (1)
+pl {06465.p2-thinks} (1)
+pl {06466.f} (1)
+pl {06466.p2-thinks} (1)
+pl {06467.f} (1)
+pl {06467.p2-thinks} (1)
+pl {06468.f} (1)
+pl {06468.p2-thinks} (1)
+pl {06469.f} (1)
+pl {06469.p2-thinks} (1)
+pl {06470.f} (1)
+pl {06470.p2-thinks} (1)
+pl {06471.f} (1)
+pl {06471.p2-thinks} (1)
+pl {06472.f} (1)
+pl {06472.p2-thinks} (1)
+pl {06473.f} (1)
+pl {06473.p2-thinks} (1)
+pl {06474.f} (1)
+pl {06474.p2-thinks} (1)
+pl {06475.f} (1)
+pl {06475.p2-thinks} (1)
+pl {06476.f} (1)
+pl {06476.p2-thinks} (1)
+pl {06477.f} (1)
+pl {06477.p2-thinks} (1)
+pl {06478.f} (1)
+pl {06478.p2-thinks} (1)
+pl {06479.f} (1)
+pl {06479.p2-thinks} (1)
+pl {06480.f} (1)
+pl {06480.p2-thinks} (1)
+pl {06481.f} (1)
+pl {06481.p2-thinks} (1)
+pl {06482.f} (1)
+pl {06482.p2-thinks} (1)
+pl {06483.f} (1)
+pl {06483.p2-thinks} (1)
+pl {06484.f} (1)
+pl {06484.p2-thinks} (1)
+pl {06485.f} (1)
+pl {06485.p2-thinks} (1)
+pl {06486.f} (1)
+pl {06486.p2-thinks} (1)
+pl {06487.f} (1)
+pl {06487.p2-thinks} (1)
+pl {06488.f} (1)
+pl {06488.p2-thinks} (1)
+pl {06489.f} (1)
+pl {06489.p2-thinks} (1)
+pl {06490.f} (1)
+pl {06490.p2-thinks} (1)
+pl {06491.f} (1)
+pl {06491.p2-thinks} (1)
+pl {06492.f} (1)
+pl {06492.p2-thinks} (1)
+pl {06493.f} (1)
+pl {06493.p2-thinks} (1)
+pl {06494.f} (1)
+pl {06494.p2-thinks} (1)
+pl {06495.f} (1)
+pl {06495.p2-thinks} (1)
+pl {06496.f} (1)
+pl {06496.p2-thinks} (1)
+pl {06497.f} (1)
+pl {06497.p2-thinks} (1)
+pl {06498.f} (1)
+pl {06498.p2-thinks} (1)
+pl {06499.f} (1)
+pl {06499.p2-thinks} (1)
+pl {06500.f} (1)
+pl {06500.p2-thinks} (1)
+pl {06501.f} (1)
+pl {06501.p2-thinks} (1)
+pl {06502.f} (1)
+pl {06502.p2-thinks} (1)
+pl {06503.f} (1)
+pl {06503.p2-thinks} (1)
+pl {06504.f} (1)
+pl {06504.p2-thinks} (1)
+pl {06505.f} (1)
+pl {06505.p2-thinks} (1)
+pl {06506.f} (1)
+pl {06506.p2-thinks} (1)
+pl {06507.f} (1)
+pl {06507.p2-thinks} (1)
+pl {06508.f} (1)
+pl {06508.p2-thinks} (1)
+pl {06509.f} (1)
+pl {06509.p2-thinks} (1)
+pl {06510.f} (1)
+pl {06510.p2-thinks} (1)
+pl {06511.f} (1)
+pl {06511.p2-thinks} (1)
+pl {06512.f} (1)
+pl {06512.p2-thinks} (1)
+pl {06513.f} (1)
+pl {06513.p2-thinks} (1)
+pl {06514.f} (1)
+pl {06514.p2-thinks} (1)
+pl {06515.f} (1)
+pl {06515.p2-thinks} (1)
+pl {06516.f} (1)
+pl {06516.p2-thinks} (1)
+pl {06517.f} (1)
+pl {06517.p2-thinks} (1)
+pl {06518.f} (1)
+pl {06518.p2-thinks} (1)
+pl {06519.f} (1)
+pl {06519.p2-thinks} (1)
+pl {06520.f} (1)
+pl {06520.p2-thinks} (1)
+pl {06521.f} (1)
+pl {06521.p2-thinks} (1)
+pl {06522.f} (1)
+pl {06522.p2-thinks} (1)
+pl {06523.f} (1)
+pl {06523.p2-thinks} (1)
+pl {06524.f} (1)
+pl {06524.p2-thinks} (1)
+pl {06525.f} (1)
+pl {06525.p2-thinks} (1)
+pl {06526.f} (1)
+pl {06526.p2-thinks} (1)
+pl {06527.f} (1)
+pl {06527.p2-thinks} (1)
+pl {06528.f} (1)
+pl {06528.p2-thinks} (1)
+pl {06529.f} (1)
+pl {06529.p2-thinks} (1)
+pl {06530.f} (1)
+pl {06530.p2-thinks} (1)
+pl {06531.f} (1)
+pl {06531.p2-thinks} (1)
+pl {06532.f} (1)
+pl {06532.p2-thinks} (1)
+pl {06533.f} (1)
+pl {06533.p2-thinks} (1)
+pl {06534.f} (1)
+pl {06534.p2-thinks} (1)
+pl {06535.f} (1)
+pl {06535.p2-thinks} (1)
+pl {06536.f} (1)
+pl {06536.p2-thinks} (1)
+pl {06537.f} (1)
+pl {06537.p2-thinks} (1)
+pl {06538.f} (1)
+pl {06538.p2-thinks} (1)
+pl {06539.f} (1)
+pl {06539.p2-thinks} (1)
+pl {06540.f} (1)
+pl {06540.p2-thinks} (1)
+pl {06541.f} (1)
+pl {06541.p2-thinks} (1)
+pl {06542.f} (1)
+pl {06542.p2-thinks} (1)
+pl {06543.f} (1)
+pl {06543.p2-thinks} (1)
+pl {06544.f} (1)
+pl {06544.p2-thinks} (1)
+pl {06545.f} (1)
+pl {06545.p2-thinks} (1)
+pl {06546.f} (1)
+pl {06546.p2-thinks} (1)
+pl {06547.f} (1)
+pl {06547.p2-thinks} (1)
+pl {06548.f} (1)
+pl {06548.p2-thinks} (1)
+pl {06549.f} (1)
+pl {06549.p2-thinks} (1)
+pl {06550.f} (1)
+pl {06550.p2-thinks} (1)
+pl {06551.f} (1)
+pl {06551.p2-thinks} (1)
+pl {06552.f} (1)
+pl {06552.p2-thinks} (1)
+pl {06553.f} (1)
+pl {06553.p2-thinks} (1)
+pl {06554.f} (1)
+pl {06554.p2-thinks} (1)
+pl {06555.f} (1)
+pl {06555.p2-thinks} (1)
+pl {06556.f} (1)
+pl {06556.p2-thinks} (1)
+pl {06557.f} (1)
+pl {06557.p2-thinks} (1)
+pl {06558.f} (1)
+pl {06558.p2-thinks} (1)
+pl {06559.f} (1)
+pl {06559.p2-thinks} (1)
+pl {06560.f} (1)
+pl {06560.p2-thinks} (1)
+pl {06561.f} (1)
+pl {06561.p2-thinks} (1)
+pl {06562.f} (1)
+pl {06562.p2-thinks} (1)
+pl {06563.f} (1)
+pl {06563.p2-thinks} (1)
+pl {06564.f} (1)
+pl {06564.p2-thinks} (1)
+pl {06565.f} (1)
+pl {06565.p2-thinks} (1)
+pl {06566.f} (1)
+pl {06566.p2-thinks} (1)
+pl {06567.f} (1)
+pl {06567.p2-thinks} (1)
+pl {06568.f} (1)
+pl {06568.p2-thinks} (1)
+pl {06569.f} (1)
+pl {06569.p2-thinks} (1)
+pl {06570.f} (1)
+pl {06570.p2-thinks} (1)
+pl {06571.f} (1)
+pl {06571.p2-thinks} (1)
+pl {06572.f} (1)
+pl {06572.p2-thinks} (1)
+pl {06573.f} (1)
+pl {06573.p2-thinks} (1)
+pl {06574.f} (1)
+pl {06574.p2-thinks} (1)
+pl {06575.f} (1)
+pl {06575.p2-thinks} (1)
+pl {06576.f} (1)
+pl {06576.p2-thinks} (1)
+pl {06577.f} (1)
+pl {06577.p2-thinks} (1)
+pl {06578.f} (1)
+pl {06578.p2-thinks} (1)
+pl {06579.f} (1)
+pl {06579.p2-thinks} (1)
+pl {06580.f} (1)
+pl {06580.p2-thinks} (1)
+pl {06581.f} (1)
+pl {06581.p2-thinks} (1)
+pl {06582.f} (1)
+pl {06582.p2-thinks} (1)
+pl {06583.f} (1)
+pl {06583.p2-thinks} (1)
+pl {06584.f} (1)
+pl {06584.p2-thinks} (1)
+pl {06585.f} (1)
+pl {06585.p2-thinks} (1)
+pl {06586.f} (1)
+pl {06586.p2-thinks} (1)
+pl {06587.f} (1)
+pl {06587.p2-thinks} (1)
+pl {06588.f} (1)
+pl {06588.p2-thinks} (1)
+pl {06589.f} (1)
+pl {06589.p2-thinks} (1)
+pl {06590.f} (1)
+pl {06590.p2-thinks} (1)
+pl {06591.f} (1)
+pl {06591.p2-thinks} (1)
+pl {06592.f} (1)
+pl {06592.p2-thinks} (1)
+pl {06593.f} (1)
+pl {06593.p2-thinks} (1)
+pl {06594.f} (1)
+pl {06594.p2-thinks} (1)
+pl {06595.f} (1)
+pl {06595.p2-thinks} (1)
+pl {06596.f} (1)
+pl {06596.p2-thinks} (1)
+pl {06597.f} (1)
+pl {06597.p2-thinks} (1)
+pl {06598.f} (1)
+pl {06598.p2-thinks} (1)
+pl {06599.f} (1)
+pl {06599.p2-thinks} (1)
+pl {06600.f} (1)
+pl {06600.p2-thinks} (1)
+pl {06601.f} (1)
+pl {06601.p2-thinks} (1)
+pl {06602.f} (1)
+pl {06602.p2-thinks} (1)
+pl {06603.f} (1)
+pl {06603.p2-thinks} (1)
+pl {06604.f} (1)
+pl {06604.p2-thinks} (1)
+pl {06605.f} (1)
+pl {06605.p2-thinks} (1)
+pl {06606.f} (1)
+pl {06606.p2-thinks} (1)
+pl {06607.f} (1)
+pl {06607.p2-thinks} (1)
+pl {06608.f} (1)
+pl {06608.p2-thinks} (1)
+pl {06609.f} (1)
+pl {06609.p2-thinks} (1)
+pl {06610.f} (1)
+pl {06610.p2-thinks} (1)
+pl {06611.f} (1)
+pl {06611.p2-thinks} (1)
+pl {06612.f} (1)
+pl {06612.p2-thinks} (1)
+pl {06613.f} (1)
+pl {06613.p2-thinks} (1)
+pl {06614.f} (1)
+pl {06614.p2-thinks} (1)
+pl {06615.f} (1)
+pl {06615.p2-thinks} (1)
+pl {06616.f} (1)
+pl {06616.p2-thinks} (1)
+pl {06617.f} (1)
+pl {06617.p2-thinks} (1)
+pl {06618.f} (1)
+pl {06618.p2-thinks} (1)
+pl {06619.f} (1)
+pl {06619.p2-thinks} (1)
+pl {06620.f} (1)
+pl {06620.p2-thinks} (1)
+pl {06621.f} (1)
+pl {06621.p2-thinks} (1)
+pl {06622.f} (1)
+pl {06622.p2-thinks} (1)
+pl {06623.f} (1)
+pl {06623.p2-thinks} (1)
+pl {06624.f} (1)
+pl {06624.p2-thinks} (1)
+pl {06625.f} (1)
+pl {06625.p2-thinks} (1)
+pl {06626.f} (1)
+pl {06626.p2-thinks} (1)
+pl {06627.f} (1)
+pl {06627.p2-thinks} (1)
+pl {06628.f} (1)
+pl {06628.p2-thinks} (1)
+pl {06629.f} (1)
+pl {06629.p2-thinks} (1)
+pl {06630.f} (1)
+pl {06630.p2-thinks} (1)
+pl {06631.f} (1)
+pl {06631.p2-thinks} (1)
+pl {06632.f} (1)
+pl {06632.p2-thinks} (1)
+pl {06633.f} (1)
+pl {06633.p2-thinks} (1)
+pl {06634.f} (1)
+pl {06634.p2-thinks} (1)
+pl {06635.f} (1)
+pl {06635.p2-thinks} (1)
+pl {06636.f} (1)
+pl {06636.p2-thinks} (1)
+pl {06637.f} (1)
+pl {06637.p2-thinks} (1)
+pl {06638.f} (1)
+pl {06638.p2-thinks} (1)
+pl {06639.f} (1)
+pl {06639.p2-thinks} (1)
+pl {06640.f} (1)
+pl {06640.p2-thinks} (1)
+pl {06641.f} (1)
+pl {06641.p2-thinks} (1)
+pl {06642.f} (1)
+pl {06642.p2-thinks} (1)
+pl {06643.f} (1)
+pl {06643.p2-thinks} (1)
+pl {06644.f} (1)
+pl {06644.p2-thinks} (1)
+pl {06645.f} (1)
+pl {06645.p2-thinks} (1)
+pl {06646.f} (1)
+pl {06646.p2-thinks} (1)
+pl {06647.f} (1)
+pl {06647.p2-thinks} (1)
+pl {06648.f} (1)
+pl {06648.p2-thinks} (1)
+pl {06649.f} (1)
+pl {06649.p2-thinks} (1)
+pl {06650.f} (1)
+pl {06650.p2-thinks} (1)
+pl {06651.f} (1)
+pl {06651.p2-thinks} (1)
+pl {06652.f} (1)
+pl {06652.p2-thinks} (1)
+pl {06653.f} (1)
+pl {06653.p2-thinks} (1)
+pl {06654.f} (1)
+pl {06654.p2-thinks} (1)
+pl {06655.f} (1)
+pl {06655.p2-thinks} (1)
+pl {06656.f} (1)
+pl {06656.p2-thinks} (1)
+pl {06657.f} (1)
+pl {06657.p2-thinks} (1)
+pl {06658.f} (1)
+pl {06658.p2-thinks} (1)
+pl {06659.f} (1)
+pl {06659.p2-thinks} (1)
+pl {06660.f} (1)
+pl {06660.p2-thinks} (1)
+pl {06661.f} (1)
+pl {06661.p2-thinks} (1)
+pl {06662.f} (1)
+pl {06662.p2-thinks} (1)
+pl {06663.f} (1)
+pl {06663.p2-thinks} (1)
+pl {06664.f} (1)
+pl {06664.p2-thinks} (1)
+pl {06665.f} (1)
+pl {06665.p2-thinks} (1)
+pl {06666.f} (1)
+pl {06666.p2-thinks} (1)
+pl {06667.f} (1)
+pl {06667.p2-thinks} (1)
+pl {06668.f} (1)
+pl {06668.p2-thinks} (1)
+pl {06669.f} (1)
+pl {06669.p2-thinks} (1)
+pl {06670.f} (1)
+pl {06670.p2-thinks} (1)
+pl {06671.f} (1)
+pl {06671.p2-thinks} (1)
+pl {06672.f} (1)
+pl {06672.p2-thinks} (1)
+pl {06673.f} (1)
+pl {06673.p2-thinks} (1)
+pl {06674.f} (1)
+pl {06674.p2-thinks} (1)
+pl {06675.f} (1)
+pl {06675.p2-thinks} (1)
+pl {06676.f} (1)
+pl {06676.p2-thinks} (1)
+pl {06677.f} (1)
+pl {06677.p2-thinks} (1)
+pl {06678.f} (1)
+pl {06678.p2-thinks} (1)
+pl {06679.f} (1)
+pl {06679.p2-thinks} (1)
+pl {06680.f} (1)
+pl {06680.p2-thinks} (1)
+pl {06681.f} (1)
+pl {06681.p2-thinks} (1)
+pl {06682.f} (1)
+pl {06682.p2-thinks} (1)
+pl {06683.f} (1)
+pl {06683.p2-thinks} (1)
+pl {06684.f} (1)
+pl {06684.p2-thinks} (1)
+pl {06685.f} (1)
+pl {06685.p2-thinks} (1)
+pl {06686.f} (1)
+pl {06686.p2-thinks} (1)
+pl {06687.f} (1)
+pl {06687.p2-thinks} (1)
+pl {06688.f} (1)
+pl {06688.p2-thinks} (1)
+pl {06689.f} (1)
+pl {06689.p2-thinks} (1)
+pl {06690.f} (1)
+pl {06690.p2-thinks} (1)
+pl {06691.f} (1)
+pl {06691.p2-thinks} (1)
+pl {06692.f} (1)
+pl {06692.p2-thinks} (1)
+pl {06693.f} (1)
+pl {06693.p2-thinks} (1)
+pl {06694.f} (1)
+pl {06694.p2-thinks} (1)
+pl {06695.f} (1)
+pl {06695.p2-thinks} (1)
+pl {06696.f} (1)
+pl {06696.p2-thinks} (1)
+pl {06697.f} (1)
+pl {06697.p2-thinks} (1)
+pl {06698.f} (1)
+pl {06698.p2-thinks} (1)
+pl {06699.f} (1)
+pl {06699.p2-thinks} (1)
+pl {06700.f} (1)
+pl {06700.p2-thinks} (1)
+pl {06701.f} (1)
+pl {06701.p2-thinks} (1)
+pl {06702.f} (1)
+pl {06702.p2-thinks} (1)
+pl {06703.f} (1)
+pl {06703.p2-thinks} (1)
+pl {06704.f} (1)
+pl {06704.p2-thinks} (1)
+pl {06705.f} (1)
+pl {06705.p2-thinks} (1)
+pl {06706.f} (1)
+pl {06706.p2-thinks} (1)
+pl {06707.f} (1)
+pl {06707.p2-thinks} (1)
+pl {06708.f} (1)
+pl {06708.p2-thinks} (1)
+pl {06709.f} (1)
+pl {06709.p2-thinks} (1)
+pl {06710.f} (1)
+pl {06710.p2-thinks} (1)
+pl {06711.f} (1)
+pl {06711.p2-thinks} (1)
+pl {06712.f} (1)
+pl {06712.p2-thinks} (1)
+pl {06713.f} (1)
+pl {06713.p2-thinks} (1)
+pl {06714.f} (1)
+pl {06714.p2-thinks} (1)
+pl {06715.f} (1)
+pl {06715.p2-thinks} (1)
+pl {06716.f} (1)
+pl {06716.p2-thinks} (1)
+pl {06717.f} (1)
+pl {06717.p2-thinks} (1)
+pl {06718.f} (1)
+pl {06718.p2-thinks} (1)
+pl {06719.f} (1)
+pl {06719.p2-thinks} (1)
+pl {06720.f} (1)
+pl {06720.p2-thinks} (1)
+pl {06721.f} (1)
+pl {06721.p2-thinks} (1)
+pl {06722.f} (1)
+pl {06722.p2-thinks} (1)
+pl {06723.f} (1)
+pl {06723.p2-thinks} (1)
+pl {06724.f} (1)
+pl {06724.p2-thinks} (1)
+pl {06725.f} (1)
+pl {06725.p2-thinks} (1)
+pl {06726.f} (1)
+pl {06726.p2-thinks} (1)
+pl {06727.f} (1)
+pl {06727.p2-thinks} (1)
+pl {06728.f} (1)
+pl {06728.p2-thinks} (1)
+pl {06729.f} (1)
+pl {06729.p2-thinks} (1)
+pl {06730.f} (1)
+pl {06730.p2-thinks} (1)
+pl {06731.f} (1)
+pl {06731.p2-thinks} (1)
+pl {06732.f} (1)
+pl {06732.p2-thinks} (1)
+pl {06733.f} (1)
+pl {06733.p2-thinks} (1)
+pl {06734.f} (1)
+pl {06734.p2-thinks} (1)
+pl {06735.f} (1)
+pl {06735.p2-thinks} (1)
+pl {06736.f} (1)
+pl {06736.p2-thinks} (1)
+pl {06737.f} (1)
+pl {06737.p2-thinks} (1)
+pl {06738.f} (1)
+pl {06738.p2-thinks} (1)
+pl {06739.f} (1)
+pl {06739.p2-thinks} (1)
+pl {06740.f} (1)
+pl {06740.p2-thinks} (1)
+pl {06741.f} (1)
+pl {06741.p2-thinks} (1)
+pl {06742.f} (1)
+pl {06742.p2-thinks} (1)
+pl {06743.f} (1)
+pl {06743.p2-thinks} (1)
+pl {06744.f} (1)
+pl {06744.p2-thinks} (1)
+pl {06745.f} (1)
+pl {06745.p2-thinks} (1)
+pl {06746.f} (1)
+pl {06746.p2-thinks} (1)
+pl {06747.f} (1)
+pl {06747.p2-thinks} (1)
+pl {06748.f} (1)
+pl {06748.p2-thinks} (1)
+pl {06749.f} (1)
+pl {06749.p2-thinks} (1)
+pl {06750.f} (1)
+pl {06750.p2-thinks} (1)
+pl {06751.f} (1)
+pl {06751.p2-thinks} (1)
+pl {06752.f} (1)
+pl {06752.p2-thinks} (1)
+pl {06753.f} (1)
+pl {06753.p2-thinks} (1)
+pl {06754.f} (1)
+pl {06754.p2-thinks} (1)
+pl {06755.f} (1)
+pl {06755.p2-thinks} (1)
+pl {06756.f} (1)
+pl {06756.p2-thinks} (1)
+pl {06757.f} (1)
+pl {06757.p2-thinks} (1)
+pl {06758.f} (1)
+pl {06758.p2-thinks} (1)
+pl {06759.f} (1)
+pl {06759.p2-thinks} (1)
+pl {06760.f} (1)
+pl {06760.p2-thinks} (1)
+pl {06761.f} (1)
+pl {06761.p2-thinks} (1)
+pl {06762.f} (1)
+pl {06762.p2-thinks} (1)
+pl {06763.f} (1)
+pl {06763.p2-thinks} (1)
+pl {06764.f} (1)
+pl {06764.p2-thinks} (1)
+pl {06765.f} (1)
+pl {06765.p2-thinks} (1)
+pl {06766.f} (1)
+pl {06766.p2-thinks} (1)
+pl {06767.f} (1)
+pl {06767.p2-thinks} (1)
+pl {06768.f} (1)
+pl {06768.p2-thinks} (1)
+pl {06769.f} (1)
+pl {06769.p2-thinks} (1)
+pl {06770.f} (1)
+pl {06770.p2-thinks} (1)
+pl {06771.f} (1)
+pl {06771.p2-thinks} (1)
+pl {06772.f} (1)
+pl {06772.p2-thinks} (1)
+pl {06773.f} (1)
+pl {06773.p2-thinks} (1)
+pl {06774.f} (1)
+pl {06774.p2-thinks} (1)
+pl {06775.f} (1)
+pl {06775.p2-thinks} (1)
+pl {06776.f} (1)
+pl {06776.p2-thinks} (1)
+pl {06777.f} (1)
+pl {06777.p2-thinks} (1)
+pl {06778.f} (1)
+pl {06778.p2-thinks} (1)
+pl {06779.f} (1)
+pl {06779.p2-thinks} (1)
+pl {06780.f} (1)
+pl {06780.p2-thinks} (1)
+pl {06781.f} (1)
+pl {06781.p2-thinks} (1)
+pl {06782.f} (1)
+pl {06782.p2-thinks} (1)
+pl {06783.f} (1)
+pl {06783.p2-thinks} (1)
+pl {06784.f} (1)
+pl {06784.p2-thinks} (1)
+pl {06785.f} (1)
+pl {06785.p2-thinks} (1)
+pl {06786.f} (1)
+pl {06786.p2-thinks} (1)
+pl {06787.f} (1)
+pl {06787.p2-thinks} (1)
+pl {06788.f} (1)
+pl {06788.p2-thinks} (1)
+pl {06789.f} (1)
+pl {06789.p2-thinks} (1)
+pl {06790.f} (1)
+pl {06790.p2-thinks} (1)
+pl {06791.f} (1)
+pl {06791.p2-thinks} (1)
+pl {06792.f} (1)
+pl {06792.p2-thinks} (1)
+pl {06793.f} (1)
+pl {06793.p2-thinks} (1)
+pl {06794.f} (1)
+pl {06794.p2-thinks} (1)
+pl {06795.f} (1)
+pl {06795.p2-thinks} (1)
+pl {06796.f} (1)
+pl {06796.p2-thinks} (1)
+pl {06797.f} (1)
+pl {06797.p2-thinks} (1)
+pl {06798.f} (1)
+pl {06798.p2-thinks} (1)
+pl {06799.f} (1)
+pl {06799.p2-thinks} (1)
+pl {06800.f} (1)
+pl {06800.p2-thinks} (1)
+pl {06801.f} (1)
+pl {06801.p2-thinks} (1)
+pl {06802.f} (1)
+pl {06802.p2-thinks} (1)
+pl {06803.f} (1)
+pl {06803.p2-thinks} (1)
+pl {06804.f} (1)
+pl {06804.p2-thinks} (1)
+pl {06805.f} (1)
+pl {06805.p2-thinks} (1)
+pl {06806.f} (1)
+pl {06806.p2-thinks} (1)
+pl {06807.f} (1)
+pl {06807.p2-thinks} (1)
+pl {06808.f} (1)
+pl {06808.p2-thinks} (1)
+pl {06809.f} (1)
+pl {06809.p2-thinks} (1)
+pl {06810.f} (1)
+pl {06810.p2-thinks} (1)
+pl {06811.f} (1)
+pl {06811.p2-thinks} (1)
+pl {06812.f} (1)
+pl {06812.p2-thinks} (1)
+pl {06813.f} (1)
+pl {06813.p2-thinks} (1)
+pl {06814.f} (1)
+pl {06814.p2-thinks} (1)
+pl {06815.f} (1)
+pl {06815.p2-thinks} (1)
+pl {06816.f} (1)
+pl {06816.p2-thinks} (1)
+pl {06817.f} (1)
+pl {06817.p2-thinks} (1)
+pl {06818.f} (1)
+pl {06818.p2-thinks} (1)
+pl {06819.f} (1)
+pl {06819.p2-thinks} (1)
+pl {06820.f} (1)
+pl {06820.p2-thinks} (1)
+pl {06821.f} (1)
+pl {06821.p2-thinks} (1)
+pl {06822.f} (1)
+pl {06822.p2-thinks} (1)
+pl {06823.f} (1)
+pl {06823.p2-thinks} (1)
+pl {06824.f} (1)
+pl {06824.p2-thinks} (1)
+pl {06825.f} (1)
+pl {06825.p2-thinks} (1)
+pl {06826.f} (1)
+pl {06826.p2-thinks} (1)
+pl {06827.f} (1)
+pl {06827.p2-thinks} (1)
+pl {06828.f} (1)
+pl {06828.p2-thinks} (1)
+pl {06829.f} (1)
+pl {06829.p2-thinks} (1)
+pl {06830.f} (1)
+pl {06830.p2-thinks} (1)
+pl {06831.f} (1)
+pl {06831.p2-thinks} (1)
+pl {06832.f} (1)
+pl {06832.p2-thinks} (1)
+pl {06833.f} (1)
+pl {06833.p2-thinks} (1)
+pl {06834.f} (1)
+pl {06834.p2-thinks} (1)
+pl {06835.f} (1)
+pl {06835.p2-thinks} (1)
+pl {06836.f} (1)
+pl {06836.p2-thinks} (1)
+pl {06837.f} (1)
+pl {06837.p2-thinks} (1)
+pl {06838.f} (1)
+pl {06838.p2-thinks} (1)
+pl {06839.f} (1)
+pl {06839.p2-thinks} (1)
+pl {06840.f} (1)
+pl {06840.p2-thinks} (1)
+pl {06841.f} (1)
+pl {06841.p2-thinks} (1)
+pl {06842.f} (1)
+pl {06842.p2-thinks} (1)
+pl {06843.f} (1)
+pl {06843.p2-thinks} (1)
+pl {06844.f} (1)
+pl {06844.p2-thinks} (1)
+pl {06845.f} (1)
+pl {06845.p2-thinks} (1)
+pl {06846.f} (1)
+pl {06846.p2-thinks} (1)
+pl {06847.f} (1)
+pl {06847.p2-thinks} (1)
+pl {06848.f} (1)
+pl {06848.p2-thinks} (1)
+pl {06849.f} (1)
+pl {06849.p2-thinks} (1)
+pl {06850.f} (1)
+pl {06850.p2-thinks} (1)
+pl {06851.f} (1)
+pl {06851.p2-thinks} (1)
+pl {06852.f} (1)
+pl {06852.p2-thinks} (1)
+pl {06853.f} (1)
+pl {06853.p2-thinks} (1)
+pl {06854.f} (1)
+pl {06854.p2-thinks} (1)
+pl {06855.f} (1)
+pl {06855.p2-thinks} (1)
+pl {06856.f} (1)
+pl {06856.p2-thinks} (1)
+pl {06857.f} (1)
+pl {06857.p2-thinks} (1)
+pl {06858.f} (1)
+pl {06858.p2-thinks} (1)
+pl {06859.f} (1)
+pl {06859.p2-thinks} (1)
+pl {06860.f} (1)
+pl {06860.p2-thinks} (1)
+pl {06861.f} (1)
+pl {06861.p2-thinks} (1)
+pl {06862.f} (1)
+pl {06862.p2-thinks} (1)
+pl {06863.f} (1)
+pl {06863.p2-thinks} (1)
+pl {06864.f} (1)
+pl {06864.p2-thinks} (1)
+pl {06865.f} (1)
+pl {06865.p2-thinks} (1)
+pl {06866.f} (1)
+pl {06866.p2-thinks} (1)
+pl {06867.f} (1)
+pl {06867.p2-thinks} (1)
+pl {06868.f} (1)
+pl {06868.p2-thinks} (1)
+pl {06869.f} (1)
+pl {06869.p2-thinks} (1)
+pl {06870.f} (1)
+pl {06870.p2-thinks} (1)
+pl {06871.f} (1)
+pl {06871.p2-thinks} (1)
+pl {06872.f} (1)
+pl {06872.p2-thinks} (1)
+pl {06873.f} (1)
+pl {06873.p2-thinks} (1)
+pl {06874.f} (1)
+pl {06874.p2-thinks} (1)
+pl {06875.f} (1)
+pl {06875.p2-thinks} (1)
+pl {06876.f} (1)
+pl {06876.p2-thinks} (1)
+pl {06877.f} (1)
+pl {06877.p2-thinks} (1)
+pl {06878.f} (1)
+pl {06878.p2-thinks} (1)
+pl {06879.f} (1)
+pl {06879.p2-thinks} (1)
+pl {06880.f} (1)
+pl {06880.p2-thinks} (1)
+pl {06881.f} (1)
+pl {06881.p2-thinks} (1)
+pl {06882.f} (1)
+pl {06882.p2-thinks} (1)
+pl {06883.f} (1)
+pl {06883.p2-thinks} (1)
+pl {06884.f} (1)
+pl {06884.p2-thinks} (1)
+pl {06885.f} (1)
+pl {06885.p2-thinks} (1)
+pl {06886.f} (1)
+pl {06886.p2-thinks} (1)
+pl {06887.f} (1)
+pl {06887.p2-thinks} (1)
+pl {06888.f} (1)
+pl {06888.p2-thinks} (1)
+pl {06889.f} (1)
+pl {06889.p2-thinks} (1)
+pl {06890.f} (1)
+pl {06890.p2-thinks} (1)
+pl {06891.f} (1)
+pl {06891.p2-thinks} (1)
+pl {06892.f} (1)
+pl {06892.p2-thinks} (1)
+pl {06893.f} (1)
+pl {06893.p2-thinks} (1)
+pl {06894.f} (1)
+pl {06894.p2-thinks} (1)
+pl {06895.f} (1)
+pl {06895.p2-thinks} (1)
+pl {06896.f} (1)
+pl {06896.p2-thinks} (1)
+pl {06897.f} (1)
+pl {06897.p2-thinks} (1)
+pl {06898.f} (1)
+pl {06898.p2-thinks} (1)
+pl {06899.f} (1)
+pl {06899.p2-thinks} (1)
+pl {06900.f} (1)
+pl {06900.p2-thinks} (1)
+pl {06901.f} (1)
+pl {06901.p2-thinks} (1)
+pl {06902.f} (1)
+pl {06902.p2-thinks} (1)
+pl {06903.f} (1)
+pl {06903.p2-thinks} (1)
+pl {06904.f} (1)
+pl {06904.p2-thinks} (1)
+pl {06905.f} (1)
+pl {06905.p2-thinks} (1)
+pl {06906.f} (1)
+pl {06906.p2-thinks} (1)
+pl {06907.f} (1)
+pl {06907.p2-thinks} (1)
+pl {06908.f} (1)
+pl {06908.p2-thinks} (1)
+pl {06909.f} (1)
+pl {06909.p2-thinks} (1)
+pl {06910.f} (1)
+pl {06910.p2-thinks} (1)
+pl {06911.f} (1)
+pl {06911.p2-thinks} (1)
+pl {06912.f} (1)
+pl {06912.p2-thinks} (1)
+pl {06913.f} (1)
+pl {06913.p2-thinks} (1)
+pl {06914.f} (1)
+pl {06914.p2-thinks} (1)
+pl {06915.f} (1)
+pl {06915.p2-thinks} (1)
+pl {06916.f} (1)
+pl {06916.p2-thinks} (1)
+pl {06917.f} (1)
+pl {06917.p2-thinks} (1)
+pl {06918.f} (1)
+pl {06918.p2-thinks} (1)
+pl {06919.f} (1)
+pl {06919.p2-thinks} (1)
+pl {06920.f} (1)
+pl {06920.p2-thinks} (1)
+pl {06921.f} (1)
+pl {06921.p2-thinks} (1)
+pl {06922.f} (1)
+pl {06922.p2-thinks} (1)
+pl {06923.f} (1)
+pl {06923.p2-thinks} (1)
+pl {06924.f} (1)
+pl {06924.p2-thinks} (1)
+pl {06925.f} (1)
+pl {06925.p2-thinks} (1)
+pl {06926.f} (1)
+pl {06926.p2-thinks} (1)
+pl {06927.f} (1)
+pl {06927.p2-thinks} (1)
+pl {06928.f} (1)
+pl {06928.p2-thinks} (1)
+pl {06929.f} (1)
+pl {06929.p2-thinks} (1)
+pl {06930.f} (1)
+pl {06930.p2-thinks} (1)
+pl {06931.f} (1)
+pl {06931.p2-thinks} (1)
+pl {06932.f} (1)
+pl {06932.p2-thinks} (1)
+pl {06933.f} (1)
+pl {06933.p2-thinks} (1)
+pl {06934.f} (1)
+pl {06934.p2-thinks} (1)
+pl {06935.f} (1)
+pl {06935.p2-thinks} (1)
+pl {06936.f} (1)
+pl {06936.p2-thinks} (1)
+pl {06937.f} (1)
+pl {06937.p2-thinks} (1)
+pl {06938.f} (1)
+pl {06938.p2-thinks} (1)
+pl {06939.f} (1)
+pl {06939.p2-thinks} (1)
+pl {06940.f} (1)
+pl {06940.p2-thinks} (1)
+pl {06941.f} (1)
+pl {06941.p2-thinks} (1)
+pl {06942.f} (1)
+pl {06942.p2-thinks} (1)
+pl {06943.f} (1)
+pl {06943.p2-thinks} (1)
+pl {06944.f} (1)
+pl {06944.p2-thinks} (1)
+pl {06945.f} (1)
+pl {06945.p2-thinks} (1)
+pl {06946.f} (1)
+pl {06946.p2-thinks} (1)
+pl {06947.f} (1)
+pl {06947.p2-thinks} (1)
+pl {06948.f} (1)
+pl {06948.p2-thinks} (1)
+pl {06949.f} (1)
+pl {06949.p2-thinks} (1)
+pl {06950.f} (1)
+pl {06950.p2-thinks} (1)
+pl {06951.f} (1)
+pl {06951.p2-thinks} (1)
+pl {06952.f} (1)
+pl {06952.p2-thinks} (1)
+pl {06953.f} (1)
+pl {06953.p2-thinks} (1)
+pl {06954.f} (1)
+pl {06954.p2-thinks} (1)
+pl {06955.f} (1)
+pl {06955.p2-thinks} (1)
+pl {06956.f} (1)
+pl {06956.p2-thinks} (1)
+pl {06957.f} (1)
+pl {06957.p2-thinks} (1)
+pl {06958.f} (1)
+pl {06958.p2-thinks} (1)
+pl {06959.f} (1)
+pl {06959.p2-thinks} (1)
+pl {06960.f} (1)
+pl {06960.p2-thinks} (1)
+pl {06961.f} (1)
+pl {06961.p2-thinks} (1)
+pl {06962.f} (1)
+pl {06962.p2-thinks} (1)
+pl {06963.f} (1)
+pl {06963.p2-thinks} (1)
+pl {06964.f} (1)
+pl {06964.p2-thinks} (1)
+pl {06965.f} (1)
+pl {06965.p2-thinks} (1)
+pl {06966.f} (1)
+pl {06966.p2-thinks} (1)
+pl {06967.f} (1)
+pl {06967.p2-thinks} (1)
+pl {06968.f} (1)
+pl {06968.p2-thinks} (1)
+pl {06969.f} (1)
+pl {06969.p2-thinks} (1)
+pl {06970.f} (1)
+pl {06970.p2-thinks} (1)
+pl {06971.f} (1)
+pl {06971.p2-thinks} (1)
+pl {06972.f} (1)
+pl {06972.p2-thinks} (1)
+pl {06973.f} (1)
+pl {06973.p2-thinks} (1)
+pl {06974.f} (1)
+pl {06974.p2-thinks} (1)
+pl {06975.f} (1)
+pl {06975.p2-thinks} (1)
+pl {06976.f} (1)
+pl {06976.p2-thinks} (1)
+pl {06977.f} (1)
+pl {06977.p2-thinks} (1)
+pl {06978.f} (1)
+pl {06978.p2-thinks} (1)
+pl {06979.f} (1)
+pl {06979.p2-thinks} (1)
+pl {06980.f} (1)
+pl {06980.p2-thinks} (1)
+pl {06981.f} (1)
+pl {06981.p2-thinks} (1)
+pl {06982.f} (1)
+pl {06982.p2-thinks} (1)
+pl {06983.f} (1)
+pl {06983.p2-thinks} (1)
+pl {06984.f} (1)
+pl {06984.p2-thinks} (1)
+pl {06985.f} (1)
+pl {06985.p2-thinks} (1)
+pl {06986.f} (1)
+pl {06986.p2-thinks} (1)
+pl {06987.f} (1)
+pl {06987.p2-thinks} (1)
+pl {06988.f} (1)
+pl {06988.p2-thinks} (1)
+pl {06989.f} (1)
+pl {06989.p2-thinks} (1)
+pl {06990.f} (1)
+pl {06990.p2-thinks} (1)
+pl {06991.f} (1)
+pl {06991.p2-thinks} (1)
+pl {06992.f} (1)
+pl {06992.p2-thinks} (1)
+pl {06993.f} (1)
+pl {06993.p2-thinks} (1)
+pl {06994.f} (1)
+pl {06994.p2-thinks} (1)
+pl {06995.f} (1)
+pl {06995.p2-thinks} (1)
+pl {06996.f} (1)
+pl {06996.p2-thinks} (1)
+pl {06997.f} (1)
+pl {06997.p2-thinks} (1)
+pl {06998.f} (1)
+pl {06998.p2-thinks} (1)
+pl {06999.f} (1)
+pl {06999.p2-thinks} (1)
+pl {07000.f} (1)
+pl {07000.p2-thinks} (1)
+pl {07001.f} (1)
+pl {07001.p2-thinks} (1)
+pl {07002.f} (1)
+pl {07002.p2-thinks} (1)
+pl {07003.f} (1)
+pl {07003.p2-thinks} (1)
+pl {07004.f} (1)
+pl {07004.p2-thinks} (1)
+pl {07005.f} (1)
+pl {07005.p2-thinks} (1)
+pl {07006.f} (1)
+pl {07006.p2-thinks} (1)
+pl {07007.f} (1)
+pl {07007.p2-thinks} (1)
+pl {07008.f} (1)
+pl {07008.p2-thinks} (1)
+pl {07009.f} (1)
+pl {07009.p2-thinks} (1)
+pl {07010.f} (1)
+pl {07010.p2-thinks} (1)
+pl {07011.f} (1)
+pl {07011.p2-thinks} (1)
+pl {07012.f} (1)
+pl {07012.p2-thinks} (1)
+pl {07013.f} (1)
+pl {07013.p2-thinks} (1)
+pl {07014.f} (1)
+pl {07014.p2-thinks} (1)
+pl {07015.f} (1)
+pl {07015.p2-thinks} (1)
+pl {07016.f} (1)
+pl {07016.p2-thinks} (1)
+pl {07017.f} (1)
+pl {07017.p2-thinks} (1)
+pl {07018.f} (1)
+pl {07018.p2-thinks} (1)
+pl {07019.f} (1)
+pl {07019.p2-thinks} (1)
+pl {07020.f} (1)
+pl {07020.p2-thinks} (1)
+pl {07021.f} (1)
+pl {07021.p2-thinks} (1)
+pl {07022.f} (1)
+pl {07022.p2-thinks} (1)
+pl {07023.f} (1)
+pl {07023.p2-thinks} (1)
+pl {07024.f} (1)
+pl {07024.p2-thinks} (1)
+pl {07025.f} (1)
+pl {07025.p2-thinks} (1)
+pl {07026.f} (1)
+pl {07026.p2-thinks} (1)
+pl {07027.f} (1)
+pl {07027.p2-thinks} (1)
+pl {07028.f} (1)
+pl {07028.p2-thinks} (1)
+pl {07029.f} (1)
+pl {07029.p2-thinks} (1)
+pl {07030.f} (1)
+pl {07030.p2-thinks} (1)
+pl {07031.f} (1)
+pl {07031.p2-thinks} (1)
+pl {07032.f} (1)
+pl {07032.p2-thinks} (1)
+pl {07033.f} (1)
+pl {07033.p2-thinks} (1)
+pl {07034.f} (1)
+pl {07034.p2-thinks} (1)
+pl {07035.f} (1)
+pl {07035.p2-thinks} (1)
+pl {07036.f} (1)
+pl {07036.p2-thinks} (1)
+pl {07037.f} (1)
+pl {07037.p2-thinks} (1)
+pl {07038.f} (1)
+pl {07038.p2-thinks} (1)
+pl {07039.f} (1)
+pl {07039.p2-thinks} (1)
+pl {07040.f} (1)
+pl {07040.p2-thinks} (1)
+pl {07041.f} (1)
+pl {07041.p2-thinks} (1)
+pl {07042.f} (1)
+pl {07042.p2-thinks} (1)
+pl {07043.f} (1)
+pl {07043.p2-thinks} (1)
+pl {07044.f} (1)
+pl {07044.p2-thinks} (1)
+pl {07045.f} (1)
+pl {07045.p2-thinks} (1)
+pl {07046.f} (1)
+pl {07046.p2-thinks} (1)
+pl {07047.f} (1)
+pl {07047.p2-thinks} (1)
+pl {07048.f} (1)
+pl {07048.p2-thinks} (1)
+pl {07049.f} (1)
+pl {07049.p2-thinks} (1)
+pl {07050.f} (1)
+pl {07050.p2-thinks} (1)
+pl {07051.f} (1)
+pl {07051.p2-thinks} (1)
+pl {07052.f} (1)
+pl {07052.p2-thinks} (1)
+pl {07053.f} (1)
+pl {07053.p2-thinks} (1)
+pl {07054.f} (1)
+pl {07054.p2-thinks} (1)
+pl {07055.f} (1)
+pl {07055.p2-thinks} (1)
+pl {07056.f} (1)
+pl {07056.p2-thinks} (1)
+pl {07057.f} (1)
+pl {07057.p2-thinks} (1)
+pl {07058.f} (1)
+pl {07058.p2-thinks} (1)
+pl {07059.f} (1)
+pl {07059.p2-thinks} (1)
+pl {07060.f} (1)
+pl {07060.p2-thinks} (1)
+pl {07061.f} (1)
+pl {07061.p2-thinks} (1)
+pl {07062.f} (1)
+pl {07062.p2-thinks} (1)
+pl {07063.f} (1)
+pl {07063.p2-thinks} (1)
+pl {07064.f} (1)
+pl {07064.p2-thinks} (1)
+pl {07065.f} (1)
+pl {07065.p2-thinks} (1)
+pl {07066.f} (1)
+pl {07066.p2-thinks} (1)
+pl {07067.f} (1)
+pl {07067.p2-thinks} (1)
+pl {07068.f} (1)
+pl {07068.p2-thinks} (1)
+pl {07069.f} (1)
+pl {07069.p2-thinks} (1)
+pl {07070.f} (1)
+pl {07070.p2-thinks} (1)
+pl {07071.f} (1)
+pl {07071.p2-thinks} (1)
+pl {07072.f} (1)
+pl {07072.p2-thinks} (1)
+pl {07073.f} (1)
+pl {07073.p2-thinks} (1)
+pl {07074.f} (1)
+pl {07074.p2-thinks} (1)
+pl {07075.f} (1)
+pl {07075.p2-thinks} (1)
+pl {07076.f} (1)
+pl {07076.p2-thinks} (1)
+pl {07077.f} (1)
+pl {07077.p2-thinks} (1)
+pl {07078.f} (1)
+pl {07078.p2-thinks} (1)
+pl {07079.f} (1)
+pl {07079.p2-thinks} (1)
+pl {07080.f} (1)
+pl {07080.p2-thinks} (1)
+pl {07081.f} (1)
+pl {07081.p2-thinks} (1)
+pl {07082.f} (1)
+pl {07082.p2-thinks} (1)
+pl {07083.f} (1)
+pl {07083.p2-thinks} (1)
+pl {07084.f} (1)
+pl {07084.p2-thinks} (1)
+pl {07085.f} (1)
+pl {07085.p2-thinks} (1)
+pl {07086.f} (1)
+pl {07086.p2-thinks} (1)
+pl {07087.f} (1)
+pl {07087.p2-thinks} (1)
+pl {07088.f} (1)
+pl {07088.p2-thinks} (1)
+pl {07089.f} (1)
+pl {07089.p2-thinks} (1)
+pl {07090.f} (1)
+pl {07090.p2-thinks} (1)
+pl {07091.f} (1)
+pl {07091.p2-thinks} (1)
+pl {07092.f} (1)
+pl {07092.p2-thinks} (1)
+pl {07093.f} (1)
+pl {07093.p2-thinks} (1)
+pl {07094.f} (1)
+pl {07094.p2-thinks} (1)
+pl {07095.f} (1)
+pl {07095.p2-thinks} (1)
+pl {07096.f} (1)
+pl {07096.p2-thinks} (1)
+pl {07097.f} (1)
+pl {07097.p2-thinks} (1)
+pl {07098.f} (1)
+pl {07098.p2-thinks} (1)
+pl {07099.f} (1)
+pl {07099.p2-thinks} (1)
+pl {07100.f} (1)
+pl {07100.p2-thinks} (1)
+pl {07101.f} (1)
+pl {07101.p2-thinks} (1)
+pl {07102.f} (1)
+pl {07102.p2-thinks} (1)
+pl {07103.f} (1)
+pl {07103.p2-thinks} (1)
+pl {07104.f} (1)
+pl {07104.p2-thinks} (1)
+pl {07105.f} (1)
+pl {07105.p2-thinks} (1)
+pl {07106.f} (1)
+pl {07106.p2-thinks} (1)
+pl {07107.f} (1)
+pl {07107.p2-thinks} (1)
+pl {07108.f} (1)
+pl {07108.p2-thinks} (1)
+pl {07109.f} (1)
+pl {07109.p2-thinks} (1)
+pl {07110.f} (1)
+pl {07110.p2-thinks} (1)
+pl {07111.f} (1)
+pl {07111.p2-thinks} (1)
+pl {07112.f} (1)
+pl {07112.p2-thinks} (1)
+pl {07113.f} (1)
+pl {07113.p2-thinks} (1)
+pl {07114.f} (1)
+pl {07114.p2-thinks} (1)
+pl {07115.f} (1)
+pl {07115.p2-thinks} (1)
+pl {07116.f} (1)
+pl {07116.p2-thinks} (1)
+pl {07117.f} (1)
+pl {07117.p2-thinks} (1)
+pl {07118.f} (1)
+pl {07118.p2-thinks} (1)
+pl {07119.f} (1)
+pl {07119.p2-thinks} (1)
+pl {07120.f} (1)
+pl {07120.p2-thinks} (1)
+pl {07121.f} (1)
+pl {07121.p2-thinks} (1)
+pl {07122.f} (1)
+pl {07122.p2-thinks} (1)
+pl {07123.f} (1)
+pl {07123.p2-thinks} (1)
+pl {07124.f} (1)
+pl {07124.p2-thinks} (1)
+pl {07125.f} (1)
+pl {07125.p2-thinks} (1)
+pl {07126.f} (1)
+pl {07126.p2-thinks} (1)
+pl {07127.f} (1)
+pl {07127.p2-thinks} (1)
+pl {07128.f} (1)
+pl {07128.p2-thinks} (1)
+pl {07129.f} (1)
+pl {07129.p2-thinks} (1)
+pl {07130.f} (1)
+pl {07130.p2-thinks} (1)
+pl {07131.f} (1)
+pl {07131.p2-thinks} (1)
+pl {07132.f} (1)
+pl {07132.p2-thinks} (1)
+pl {07133.f} (1)
+pl {07133.p2-thinks} (1)
+pl {07134.f} (1)
+pl {07134.p2-thinks} (1)
+pl {07135.f} (1)
+pl {07135.p2-thinks} (1)
+pl {07136.f} (1)
+pl {07136.p2-thinks} (1)
+pl {07137.f} (1)
+pl {07137.p2-thinks} (1)
+pl {07138.f} (1)
+pl {07138.p2-thinks} (1)
+pl {07139.f} (1)
+pl {07139.p2-thinks} (1)
+pl {07140.f} (1)
+pl {07140.p2-thinks} (1)
+pl {07141.f} (1)
+pl {07141.p2-thinks} (1)
+pl {07142.f} (1)
+pl {07142.p2-thinks} (1)
+pl {07143.f} (1)
+pl {07143.p2-thinks} (1)
+pl {07144.f} (1)
+pl {07144.p2-thinks} (1)
+pl {07145.f} (1)
+pl {07145.p2-thinks} (1)
+pl {07146.f} (1)
+pl {07146.p2-thinks} (1)
+pl {07147.f} (1)
+pl {07147.p2-thinks} (1)
+pl {07148.f} (1)
+pl {07148.p2-thinks} (1)
+pl {07149.f} (1)
+pl {07149.p2-thinks} (1)
+pl {07150.f} (1)
+pl {07150.p2-thinks} (1)
+pl {07151.f} (1)
+pl {07151.p2-thinks} (1)
+pl {07152.f} (1)
+pl {07152.p2-thinks} (1)
+pl {07153.f} (1)
+pl {07153.p2-thinks} (1)
+pl {07154.f} (1)
+pl {07154.p2-thinks} (1)
+pl {07155.f} (1)
+pl {07155.p2-thinks} (1)
+pl {07156.f} (1)
+pl {07156.p2-thinks} (1)
+pl {07157.f} (1)
+pl {07157.p2-thinks} (1)
+pl {07158.f} (1)
+pl {07158.p2-thinks} (1)
+pl {07159.f} (1)
+pl {07159.p2-thinks} (1)
+pl {07160.f} (1)
+pl {07160.p2-thinks} (1)
+pl {07161.f} (1)
+pl {07161.p2-thinks} (1)
+pl {07162.f} (1)
+pl {07162.p2-thinks} (1)
+pl {07163.f} (1)
+pl {07163.p2-thinks} (1)
+pl {07164.f} (1)
+pl {07164.p2-thinks} (1)
+pl {07165.f} (1)
+pl {07165.p2-thinks} (1)
+pl {07166.f} (1)
+pl {07166.p2-thinks} (1)
+pl {07167.f} (1)
+pl {07167.p2-thinks} (1)
+pl {07168.f} (1)
+pl {07168.p2-thinks} (1)
+pl {07169.f} (1)
+pl {07169.p2-thinks} (1)
+pl {07170.f} (1)
+pl {07170.p2-thinks} (1)
+pl {07171.f} (1)
+pl {07171.p2-thinks} (1)
+pl {07172.f} (1)
+pl {07172.p2-thinks} (1)
+pl {07173.f} (1)
+pl {07173.p2-thinks} (1)
+pl {07174.f} (1)
+pl {07174.p2-thinks} (1)
+pl {07175.f} (1)
+pl {07175.p2-thinks} (1)
+pl {07176.f} (1)
+pl {07176.p2-thinks} (1)
+pl {07177.f} (1)
+pl {07177.p2-thinks} (1)
+pl {07178.f} (1)
+pl {07178.p2-thinks} (1)
+pl {07179.f} (1)
+pl {07179.p2-thinks} (1)
+pl {07180.f} (1)
+pl {07180.p2-thinks} (1)
+pl {07181.f} (1)
+pl {07181.p2-thinks} (1)
+pl {07182.f} (1)
+pl {07182.p2-thinks} (1)
+pl {07183.f} (1)
+pl {07183.p2-thinks} (1)
+pl {07184.f} (1)
+pl {07184.p2-thinks} (1)
+pl {07185.f} (1)
+pl {07185.p2-thinks} (1)
+pl {07186.f} (1)
+pl {07186.p2-thinks} (1)
+pl {07187.f} (1)
+pl {07187.p2-thinks} (1)
+pl {07188.f} (1)
+pl {07188.p2-thinks} (1)
+pl {07189.f} (1)
+pl {07189.p2-thinks} (1)
+pl {07190.f} (1)
+pl {07190.p2-thinks} (1)
+pl {07191.f} (1)
+pl {07191.p2-thinks} (1)
+pl {07192.f} (1)
+pl {07192.p2-thinks} (1)
+pl {07193.f} (1)
+pl {07193.p2-thinks} (1)
+pl {07194.f} (1)
+pl {07194.p2-thinks} (1)
+pl {07195.f} (1)
+pl {07195.p2-thinks} (1)
+pl {07196.f} (1)
+pl {07196.p2-thinks} (1)
+pl {07197.f} (1)
+pl {07197.p2-thinks} (1)
+pl {07198.f} (1)
+pl {07198.p2-thinks} (1)
+pl {07199.f} (1)
+pl {07199.p2-thinks} (1)
+pl {07200.f} (1)
+pl {07200.p2-thinks} (1)
+pl {07201.f} (1)
+pl {07201.p2-thinks} (1)
+pl {07202.f} (1)
+pl {07202.p2-thinks} (1)
+pl {07203.f} (1)
+pl {07203.p2-thinks} (1)
+pl {07204.f} (1)
+pl {07204.p2-thinks} (1)
+pl {07205.f} (1)
+pl {07205.p2-thinks} (1)
+pl {07206.f} (1)
+pl {07206.p2-thinks} (1)
+pl {07207.f} (1)
+pl {07207.p2-thinks} (1)
+pl {07208.f} (1)
+pl {07208.p2-thinks} (1)
+pl {07209.f} (1)
+pl {07209.p2-thinks} (1)
+pl {07210.f} (1)
+pl {07210.p2-thinks} (1)
+pl {07211.f} (1)
+pl {07211.p2-thinks} (1)
+pl {07212.f} (1)
+pl {07212.p2-thinks} (1)
+pl {07213.f} (1)
+pl {07213.p2-thinks} (1)
+pl {07214.f} (1)
+pl {07214.p2-thinks} (1)
+pl {07215.f} (1)
+pl {07215.p2-thinks} (1)
+pl {07216.f} (1)
+pl {07216.p2-thinks} (1)
+pl {07217.f} (1)
+pl {07217.p2-thinks} (1)
+pl {07218.f} (1)
+pl {07218.p2-thinks} (1)
+pl {07219.f} (1)
+pl {07219.p2-thinks} (1)
+pl {07220.f} (1)
+pl {07220.p2-thinks} (1)
+pl {07221.f} (1)
+pl {07221.p2-thinks} (1)
+pl {07222.f} (1)
+pl {07222.p2-thinks} (1)
+pl {07223.f} (1)
+pl {07223.p2-thinks} (1)
+pl {07224.f} (1)
+pl {07224.p2-thinks} (1)
+pl {07225.f} (1)
+pl {07225.p2-thinks} (1)
+pl {07226.f} (1)
+pl {07226.p2-thinks} (1)
+pl {07227.f} (1)
+pl {07227.p2-thinks} (1)
+pl {07228.f} (1)
+pl {07228.p2-thinks} (1)
+pl {07229.f} (1)
+pl {07229.p2-thinks} (1)
+pl {07230.f} (1)
+pl {07230.p2-thinks} (1)
+pl {07231.f} (1)
+pl {07231.p2-thinks} (1)
+pl {07232.f} (1)
+pl {07232.p2-thinks} (1)
+pl {07233.f} (1)
+pl {07233.p2-thinks} (1)
+pl {07234.f} (1)
+pl {07234.p2-thinks} (1)
+pl {07235.f} (1)
+pl {07235.p2-thinks} (1)
+pl {07236.f} (1)
+pl {07236.p2-thinks} (1)
+pl {07237.f} (1)
+pl {07237.p2-thinks} (1)
+pl {07238.f} (1)
+pl {07238.p2-thinks} (1)
+pl {07239.f} (1)
+pl {07239.p2-thinks} (1)
+pl {07240.f} (1)
+pl {07240.p2-thinks} (1)
+pl {07241.f} (1)
+pl {07241.p2-thinks} (1)
+pl {07242.f} (1)
+pl {07242.p2-thinks} (1)
+pl {07243.f} (1)
+pl {07243.p2-thinks} (1)
+pl {07244.f} (1)
+pl {07244.p2-thinks} (1)
+pl {07245.f} (1)
+pl {07245.p2-thinks} (1)
+pl {07246.f} (1)
+pl {07246.p2-thinks} (1)
+pl {07247.f} (1)
+pl {07247.p2-thinks} (1)
+pl {07248.f} (1)
+pl {07248.p2-thinks} (1)
+pl {07249.f} (1)
+pl {07249.p2-thinks} (1)
+pl {07250.f} (1)
+pl {07250.p2-thinks} (1)
+pl {07251.f} (1)
+pl {07251.p2-thinks} (1)
+pl {07252.f} (1)
+pl {07252.p2-thinks} (1)
+pl {07253.f} (1)
+pl {07253.p2-thinks} (1)
+pl {07254.f} (1)
+pl {07254.p2-thinks} (1)
+pl {07255.f} (1)
+pl {07255.p2-thinks} (1)
+pl {07256.f} (1)
+pl {07256.p2-thinks} (1)
+pl {07257.f} (1)
+pl {07257.p2-thinks} (1)
+pl {07258.f} (1)
+pl {07258.p2-thinks} (1)
+pl {07259.f} (1)
+pl {07259.p2-thinks} (1)
+pl {07260.f} (1)
+pl {07260.p2-thinks} (1)
+pl {07261.f} (1)
+pl {07261.p2-thinks} (1)
+pl {07262.f} (1)
+pl {07262.p2-thinks} (1)
+pl {07263.f} (1)
+pl {07263.p2-thinks} (1)
+pl {07264.f} (1)
+pl {07264.p2-thinks} (1)
+pl {07265.f} (1)
+pl {07265.p2-thinks} (1)
+pl {07266.f} (1)
+pl {07266.p2-thinks} (1)
+pl {07267.f} (1)
+pl {07267.p2-thinks} (1)
+pl {07268.f} (1)
+pl {07268.p2-thinks} (1)
+pl {07269.f} (1)
+pl {07269.p2-thinks} (1)
+pl {07270.f} (1)
+pl {07270.p2-thinks} (1)
+pl {07271.f} (1)
+pl {07271.p2-thinks} (1)
+pl {07272.f} (1)
+pl {07272.p2-thinks} (1)
+pl {07273.f} (1)
+pl {07273.p2-thinks} (1)
+pl {07274.f} (1)
+pl {07274.p2-thinks} (1)
+pl {07275.f} (1)
+pl {07275.p2-thinks} (1)
+pl {07276.f} (1)
+pl {07276.p2-thinks} (1)
+pl {07277.f} (1)
+pl {07277.p2-thinks} (1)
+pl {07278.f} (1)
+pl {07278.p2-thinks} (1)
+pl {07279.f} (1)
+pl {07279.p2-thinks} (1)
+pl {07280.f} (1)
+pl {07280.p2-thinks} (1)
+pl {07281.f} (1)
+pl {07281.p2-thinks} (1)
+pl {07282.f} (1)
+pl {07282.p2-thinks} (1)
+pl {07283.f} (1)
+pl {07283.p2-thinks} (1)
+pl {07284.f} (1)
+pl {07284.p2-thinks} (1)
+pl {07285.f} (1)
+pl {07285.p2-thinks} (1)
+pl {07286.f} (1)
+pl {07286.p2-thinks} (1)
+pl {07287.f} (1)
+pl {07287.p2-thinks} (1)
+pl {07288.f} (1)
+pl {07288.p2-thinks} (1)
+pl {07289.f} (1)
+pl {07289.p2-thinks} (1)
+pl {07290.f} (1)
+pl {07290.p2-thinks} (1)
+pl {07291.f} (1)
+pl {07291.p2-thinks} (1)
+pl {07292.f} (1)
+pl {07292.p2-thinks} (1)
+pl {07293.f} (1)
+pl {07293.p2-thinks} (1)
+pl {07294.f} (1)
+pl {07294.p2-thinks} (1)
+pl {07295.f} (1)
+pl {07295.p2-thinks} (1)
+pl {07296.f} (1)
+pl {07296.p2-thinks} (1)
+pl {07297.f} (1)
+pl {07297.p2-thinks} (1)
+pl {07298.f} (1)
+pl {07298.p2-thinks} (1)
+pl {07299.f} (1)
+pl {07299.p2-thinks} (1)
+pl {07300.f} (1)
+pl {07300.p2-thinks} (1)
+pl {07301.f} (1)
+pl {07301.p2-thinks} (1)
+pl {07302.f} (1)
+pl {07302.p2-thinks} (1)
+pl {07303.f} (1)
+pl {07303.p2-thinks} (1)
+pl {07304.f} (1)
+pl {07304.p2-thinks} (1)
+pl {07305.f} (1)
+pl {07305.p2-thinks} (1)
+pl {07306.f} (1)
+pl {07306.p2-thinks} (1)
+pl {07307.f} (1)
+pl {07307.p2-thinks} (1)
+pl {07308.f} (1)
+pl {07308.p2-thinks} (1)
+pl {07309.f} (1)
+pl {07309.p2-thinks} (1)
+pl {07310.f} (1)
+pl {07310.p2-thinks} (1)
+pl {07311.f} (1)
+pl {07311.p2-thinks} (1)
+pl {07312.f} (1)
+pl {07312.p2-thinks} (1)
+pl {07313.f} (1)
+pl {07313.p2-thinks} (1)
+pl {07314.f} (1)
+pl {07314.p2-thinks} (1)
+pl {07315.f} (1)
+pl {07315.p2-thinks} (1)
+pl {07316.f} (1)
+pl {07316.p2-thinks} (1)
+pl {07317.f} (1)
+pl {07317.p2-thinks} (1)
+pl {07318.f} (1)
+pl {07318.p2-thinks} (1)
+pl {07319.f} (1)
+pl {07319.p2-thinks} (1)
+pl {07320.f} (1)
+pl {07320.p2-thinks} (1)
+pl {07321.f} (1)
+pl {07321.p2-thinks} (1)
+pl {07322.f} (1)
+pl {07322.p2-thinks} (1)
+pl {07323.f} (1)
+pl {07323.p2-thinks} (1)
+pl {07324.f} (1)
+pl {07324.p2-thinks} (1)
+pl {07325.f} (1)
+pl {07325.p2-thinks} (1)
+pl {07326.f} (1)
+pl {07326.p2-thinks} (1)
+pl {07327.f} (1)
+pl {07327.p2-thinks} (1)
+pl {07328.f} (1)
+pl {07328.p2-thinks} (1)
+pl {07329.f} (1)
+pl {07329.p2-thinks} (1)
+pl {07330.f} (1)
+pl {07330.p2-thinks} (1)
+pl {07331.f} (1)
+pl {07331.p2-thinks} (1)
+pl {07332.f} (1)
+pl {07332.p2-thinks} (1)
+pl {07333.f} (1)
+pl {07333.p2-thinks} (1)
+pl {07334.f} (1)
+pl {07334.p2-thinks} (1)
+pl {07335.f} (1)
+pl {07335.p2-thinks} (1)
+pl {07336.f} (1)
+pl {07336.p2-thinks} (1)
+pl {07337.f} (1)
+pl {07337.p2-thinks} (1)
+pl {07338.f} (1)
+pl {07338.p2-thinks} (1)
+pl {07339.f} (1)
+pl {07339.p2-thinks} (1)
+pl {07340.f} (1)
+pl {07340.p2-thinks} (1)
+pl {07341.f} (1)
+pl {07341.p2-thinks} (1)
+pl {07342.f} (1)
+pl {07342.p2-thinks} (1)
+pl {07343.f} (1)
+pl {07343.p2-thinks} (1)
+pl {07344.f} (1)
+pl {07344.p2-thinks} (1)
+pl {07345.f} (1)
+pl {07345.p2-thinks} (1)
+pl {07346.f} (1)
+pl {07346.p2-thinks} (1)
+pl {07347.f} (1)
+pl {07347.p2-thinks} (1)
+pl {07348.f} (1)
+pl {07348.p2-thinks} (1)
+pl {07349.f} (1)
+pl {07349.p2-thinks} (1)
+pl {07350.f} (1)
+pl {07350.p2-thinks} (1)
+pl {07351.f} (1)
+pl {07351.p2-thinks} (1)
+pl {07352.f} (1)
+pl {07352.p2-thinks} (1)
+pl {07353.f} (1)
+pl {07353.p2-thinks} (1)
+pl {07354.f} (1)
+pl {07354.p2-thinks} (1)
+pl {07355.f} (1)
+pl {07355.p2-thinks} (1)
+pl {07356.f} (1)
+pl {07356.p2-thinks} (1)
+pl {07357.f} (1)
+pl {07357.p2-thinks} (1)
+pl {07358.f} (1)
+pl {07358.p2-thinks} (1)
+pl {07359.f} (1)
+pl {07359.p2-thinks} (1)
+pl {07360.f} (1)
+pl {07360.p2-thinks} (1)
+pl {07361.f} (1)
+pl {07361.p2-thinks} (1)
+pl {07362.f} (1)
+pl {07362.p2-thinks} (1)
+pl {07363.f} (1)
+pl {07363.p2-thinks} (1)
+pl {07364.f} (1)
+pl {07364.p2-thinks} (1)
+pl {07365.f} (1)
+pl {07365.p2-thinks} (1)
+pl {07366.f} (1)
+pl {07366.p2-thinks} (1)
+pl {07367.f} (1)
+pl {07367.p2-thinks} (1)
+pl {07368.f} (1)
+pl {07368.p2-thinks} (1)
+pl {07369.f} (1)
+pl {07369.p2-thinks} (1)
+pl {07370.f} (1)
+pl {07370.p2-thinks} (1)
+pl {07371.f} (1)
+pl {07371.p2-thinks} (1)
+pl {07372.f} (1)
+pl {07372.p2-thinks} (1)
+pl {07373.f} (1)
+pl {07373.p2-thinks} (1)
+pl {07374.f} (1)
+pl {07374.p2-thinks} (1)
+pl {07375.f} (1)
+pl {07375.p2-thinks} (1)
+pl {07376.f} (1)
+pl {07376.p2-thinks} (1)
+pl {07377.f} (1)
+pl {07377.p2-thinks} (1)
+pl {07378.f} (1)
+pl {07378.p2-thinks} (1)
+pl {07379.f} (1)
+pl {07379.p2-thinks} (1)
+pl {07380.f} (1)
+pl {07380.p2-thinks} (1)
+pl {07381.f} (1)
+pl {07381.p2-thinks} (1)
+pl {07382.f} (1)
+pl {07382.p2-thinks} (1)
+pl {07383.f} (1)
+pl {07383.p2-thinks} (1)
+pl {07384.f} (1)
+pl {07384.p2-thinks} (1)
+pl {07385.f} (1)
+pl {07385.p2-thinks} (1)
+pl {07386.f} (1)
+pl {07386.p2-thinks} (1)
+pl {07387.f} (1)
+pl {07387.p2-thinks} (1)
+pl {07388.f} (1)
+pl {07388.p2-thinks} (1)
+pl {07389.f} (1)
+pl {07389.p2-thinks} (1)
+pl {07390.f} (1)
+pl {07390.p2-thinks} (1)
+pl {07391.f} (1)
+pl {07391.p2-thinks} (1)
+pl {07392.f} (1)
+pl {07392.p2-thinks} (1)
+pl {07393.f} (1)
+pl {07393.p2-thinks} (1)
+pl {07394.f} (1)
+pl {07394.p2-thinks} (1)
+pl {07395.f} (1)
+pl {07395.p2-thinks} (1)
+pl {07396.f} (1)
+pl {07396.p2-thinks} (1)
+pl {07397.f} (1)
+pl {07397.p2-thinks} (1)
+pl {07398.f} (1)
+pl {07398.p2-thinks} (1)
+pl {07399.f} (1)
+pl {07399.p2-thinks} (1)
+pl {07400.f} (1)
+pl {07400.p2-thinks} (1)
+pl {07401.f} (1)
+pl {07401.p2-thinks} (1)
+pl {07402.f} (1)
+pl {07402.p2-thinks} (1)
+pl {07403.f} (1)
+pl {07403.p2-thinks} (1)
+pl {07404.f} (1)
+pl {07404.p2-thinks} (1)
+pl {07405.f} (1)
+pl {07405.p2-thinks} (1)
+pl {07406.f} (1)
+pl {07406.p2-thinks} (1)
+pl {07407.f} (1)
+pl {07407.p2-thinks} (1)
+pl {07408.f} (1)
+pl {07408.p2-thinks} (1)
+pl {07409.f} (1)
+pl {07409.p2-thinks} (1)
+pl {07410.f} (1)
+pl {07410.p2-thinks} (1)
+pl {07411.f} (1)
+pl {07411.p2-thinks} (1)
+pl {07412.f} (1)
+pl {07412.p2-thinks} (1)
+pl {07413.f} (1)
+pl {07413.p2-thinks} (1)
+pl {07414.f} (1)
+pl {07414.p2-thinks} (1)
+pl {07415.f} (1)
+pl {07415.p2-thinks} (1)
+pl {07416.f} (1)
+pl {07416.p2-thinks} (1)
+pl {07417.f} (1)
+pl {07417.p2-thinks} (1)
+pl {07418.f} (1)
+pl {07418.p2-thinks} (1)
+pl {07419.f} (1)
+pl {07419.p2-thinks} (1)
+pl {07420.f} (1)
+pl {07420.p2-thinks} (1)
+pl {07421.f} (1)
+pl {07421.p2-thinks} (1)
+pl {07422.f} (1)
+pl {07422.p2-thinks} (1)
+pl {07423.f} (1)
+pl {07423.p2-thinks} (1)
+pl {07424.f} (1)
+pl {07424.p2-thinks} (1)
+pl {07425.f} (1)
+pl {07425.p2-thinks} (1)
+pl {07426.f} (1)
+pl {07426.p2-thinks} (1)
+pl {07427.f} (1)
+pl {07427.p2-thinks} (1)
+pl {07428.f} (1)
+pl {07428.p2-thinks} (1)
+pl {07429.f} (1)
+pl {07429.p2-thinks} (1)
+pl {07430.f} (1)
+pl {07430.p2-thinks} (1)
+pl {07431.f} (1)
+pl {07431.p2-thinks} (1)
+pl {07432.f} (1)
+pl {07432.p2-thinks} (1)
+pl {07433.f} (1)
+pl {07433.p2-thinks} (1)
+pl {07434.f} (1)
+pl {07434.p2-thinks} (1)
+pl {07435.f} (1)
+pl {07435.p2-thinks} (1)
+pl {07436.f} (1)
+pl {07436.p2-thinks} (1)
+pl {07437.f} (1)
+pl {07437.p2-thinks} (1)
+pl {07438.f} (1)
+pl {07438.p2-thinks} (1)
+pl {07439.f} (1)
+pl {07439.p2-thinks} (1)
+pl {07440.f} (1)
+pl {07440.p2-thinks} (1)
+pl {07441.f} (1)
+pl {07441.p2-thinks} (1)
+pl {07442.f} (1)
+pl {07442.p2-thinks} (1)
+pl {07443.f} (1)
+pl {07443.p2-thinks} (1)
+pl {07444.f} (1)
+pl {07444.p2-thinks} (1)
+pl {07445.f} (1)
+pl {07445.p2-thinks} (1)
+pl {07446.f} (1)
+pl {07446.p2-thinks} (1)
+pl {07447.f} (1)
+pl {07447.p2-thinks} (1)
+pl {07448.f} (1)
+pl {07448.p2-thinks} (1)
+pl {07449.f} (1)
+pl {07449.p2-thinks} (1)
+pl {07450.f} (1)
+pl {07450.p2-thinks} (1)
+pl {07451.f} (1)
+pl {07451.p2-thinks} (1)
+pl {07452.f} (1)
+pl {07452.p2-thinks} (1)
+pl {07453.f} (1)
+pl {07453.p2-thinks} (1)
+pl {07454.f} (1)
+pl {07454.p2-thinks} (1)
+pl {07455.f} (1)
+pl {07455.p2-thinks} (1)
+pl {07456.f} (1)
+pl {07456.p2-thinks} (1)
+pl {07457.f} (1)
+pl {07457.p2-thinks} (1)
+pl {07458.f} (1)
+pl {07458.p2-thinks} (1)
+pl {07459.f} (1)
+pl {07459.p2-thinks} (1)
+pl {07460.f} (1)
+pl {07460.p2-thinks} (1)
+pl {07461.f} (1)
+pl {07461.p2-thinks} (1)
+pl {07462.f} (1)
+pl {07462.p2-thinks} (1)
+pl {07463.f} (1)
+pl {07463.p2-thinks} (1)
+pl {07464.f} (1)
+pl {07464.p2-thinks} (1)
+pl {07465.f} (1)
+pl {07465.p2-thinks} (1)
+pl {07466.f} (1)
+pl {07466.p2-thinks} (1)
+pl {07467.f} (1)
+pl {07467.p2-thinks} (1)
+pl {07468.f} (1)
+pl {07468.p2-thinks} (1)
+pl {07469.f} (1)
+pl {07469.p2-thinks} (1)
+pl {07470.f} (1)
+pl {07470.p2-thinks} (1)
+pl {07471.f} (1)
+pl {07471.p2-thinks} (1)
+pl {07472.f} (1)
+pl {07472.p2-thinks} (1)
+pl {07473.f} (1)
+pl {07473.p2-thinks} (1)
+pl {07474.f} (1)
+pl {07474.p2-thinks} (1)
+pl {07475.f} (1)
+pl {07475.p2-thinks} (1)
+pl {07476.f} (1)
+pl {07476.p2-thinks} (1)
+pl {07477.f} (1)
+pl {07477.p2-thinks} (1)
+pl {07478.f} (1)
+pl {07478.p2-thinks} (1)
+pl {07479.f} (1)
+pl {07479.p2-thinks} (1)
+pl {07480.f} (1)
+pl {07480.p2-thinks} (1)
+pl {07481.f} (1)
+pl {07481.p2-thinks} (1)
+pl {07482.f} (1)
+pl {07482.p2-thinks} (1)
+pl {07483.f} (1)
+pl {07483.p2-thinks} (1)
+pl {07484.f} (1)
+pl {07484.p2-thinks} (1)
+pl {07485.f} (1)
+pl {07485.p2-thinks} (1)
+pl {07486.f} (1)
+pl {07486.p2-thinks} (1)
+pl {07487.f} (1)
+pl {07487.p2-thinks} (1)
+pl {07488.f} (1)
+pl {07488.p2-thinks} (1)
+pl {07489.f} (1)
+pl {07489.p2-thinks} (1)
+pl {07490.f} (1)
+pl {07490.p2-thinks} (1)
+pl {07491.f} (1)
+pl {07491.p2-thinks} (1)
+pl {07492.f} (1)
+pl {07492.p2-thinks} (1)
+pl {07493.f} (1)
+pl {07493.p2-thinks} (1)
+pl {07494.f} (1)
+pl {07494.p2-thinks} (1)
+pl {07495.f} (1)
+pl {07495.p2-thinks} (1)
+pl {07496.f} (1)
+pl {07496.p2-thinks} (1)
+pl {07497.f} (1)
+pl {07497.p2-thinks} (1)
+pl {07498.f} (1)
+pl {07498.p2-thinks} (1)
+pl {07499.f} (1)
+pl {07499.p2-thinks} (1)
+pl {07500.f} (1)
+pl {07500.p2-thinks} (1)
+pl {07501.f} (1)
+pl {07501.p2-thinks} (1)
+pl {07502.f} (1)
+pl {07502.p2-thinks} (1)
+pl {07503.f} (1)
+pl {07503.p2-thinks} (1)
+pl {07504.f} (1)
+pl {07504.p2-thinks} (1)
+pl {07505.f} (1)
+pl {07505.p2-thinks} (1)
+pl {07506.f} (1)
+pl {07506.p2-thinks} (1)
+pl {07507.f} (1)
+pl {07507.p2-thinks} (1)
+pl {07508.f} (1)
+pl {07508.p2-thinks} (1)
+pl {07509.f} (1)
+pl {07509.p2-thinks} (1)
+pl {07510.f} (1)
+pl {07510.p2-thinks} (1)
+pl {07511.f} (1)
+pl {07511.p2-thinks} (1)
+pl {07512.f} (1)
+pl {07512.p2-thinks} (1)
+pl {07513.f} (1)
+pl {07513.p2-thinks} (1)
+pl {07514.f} (1)
+pl {07514.p2-thinks} (1)
+pl {07515.f} (1)
+pl {07515.p2-thinks} (1)
+pl {07516.f} (1)
+pl {07516.p2-thinks} (1)
+pl {07517.f} (1)
+pl {07517.p2-thinks} (1)
+pl {07518.f} (1)
+pl {07518.p2-thinks} (1)
+pl {07519.f} (1)
+pl {07519.p2-thinks} (1)
+pl {07520.f} (1)
+pl {07520.p2-thinks} (1)
+pl {07521.f} (1)
+pl {07521.p2-thinks} (1)
+pl {07522.f} (1)
+pl {07522.p2-thinks} (1)
+pl {07523.f} (1)
+pl {07523.p2-thinks} (1)
+pl {07524.f} (1)
+pl {07524.p2-thinks} (1)
+pl {07525.f} (1)
+pl {07525.p2-thinks} (1)
+pl {07526.f} (1)
+pl {07526.p2-thinks} (1)
+pl {07527.f} (1)
+pl {07527.p2-thinks} (1)
+pl {07528.f} (1)
+pl {07528.p2-thinks} (1)
+pl {07529.f} (1)
+pl {07529.p2-thinks} (1)
+pl {07530.f} (1)
+pl {07530.p2-thinks} (1)
+pl {07531.f} (1)
+pl {07531.p2-thinks} (1)
+pl {07532.f} (1)
+pl {07532.p2-thinks} (1)
+pl {07533.f} (1)
+pl {07533.p2-thinks} (1)
+pl {07534.f} (1)
+pl {07534.p2-thinks} (1)
+pl {07535.f} (1)
+pl {07535.p2-thinks} (1)
+pl {07536.f} (1)
+pl {07536.p2-thinks} (1)
+pl {07537.f} (1)
+pl {07537.p2-thinks} (1)
+pl {07538.f} (1)
+pl {07538.p2-thinks} (1)
+pl {07539.f} (1)
+pl {07539.p2-thinks} (1)
+pl {07540.f} (1)
+pl {07540.p2-thinks} (1)
+pl {07541.f} (1)
+pl {07541.p2-thinks} (1)
+pl {07542.f} (1)
+pl {07542.p2-thinks} (1)
+pl {07543.f} (1)
+pl {07543.p2-thinks} (1)
+pl {07544.f} (1)
+pl {07544.p2-thinks} (1)
+pl {07545.f} (1)
+pl {07545.p2-thinks} (1)
+pl {07546.f} (1)
+pl {07546.p2-thinks} (1)
+pl {07547.f} (1)
+pl {07547.p2-thinks} (1)
+pl {07548.f} (1)
+pl {07548.p2-thinks} (1)
+pl {07549.f} (1)
+pl {07549.p2-thinks} (1)
+pl {07550.f} (1)
+pl {07550.p2-thinks} (1)
+pl {07551.f} (1)
+pl {07551.p2-thinks} (1)
+pl {07552.f} (1)
+pl {07552.p2-thinks} (1)
+pl {07553.f} (1)
+pl {07553.p2-thinks} (1)
+pl {07554.f} (1)
+pl {07554.p2-thinks} (1)
+pl {07555.f} (1)
+pl {07555.p2-thinks} (1)
+pl {07556.f} (1)
+pl {07556.p2-thinks} (1)
+pl {07557.f} (1)
+pl {07557.p2-thinks} (1)
+pl {07558.f} (1)
+pl {07558.p2-thinks} (1)
+pl {07559.f} (1)
+pl {07559.p2-thinks} (1)
+pl {07560.f} (1)
+pl {07560.p2-thinks} (1)
+pl {07561.f} (1)
+pl {07561.p2-thinks} (1)
+pl {07562.f} (1)
+pl {07562.p2-thinks} (1)
+pl {07563.f} (1)
+pl {07563.p2-thinks} (1)
+pl {07564.f} (1)
+pl {07564.p2-thinks} (1)
+pl {07565.f} (1)
+pl {07565.p2-thinks} (1)
+pl {07566.f} (1)
+pl {07566.p2-thinks} (1)
+pl {07567.f} (1)
+pl {07567.p2-thinks} (1)
+pl {07568.f} (1)
+pl {07568.p2-thinks} (1)
+pl {07569.f} (1)
+pl {07569.p2-thinks} (1)
+pl {07570.f} (1)
+pl {07570.p2-thinks} (1)
+pl {07571.f} (1)
+pl {07571.p2-thinks} (1)
+pl {07572.f} (1)
+pl {07572.p2-thinks} (1)
+pl {07573.f} (1)
+pl {07573.p2-thinks} (1)
+pl {07574.f} (1)
+pl {07574.p2-thinks} (1)
+pl {07575.f} (1)
+pl {07575.p2-thinks} (1)
+pl {07576.f} (1)
+pl {07576.p2-thinks} (1)
+pl {07577.f} (1)
+pl {07577.p2-thinks} (1)
+pl {07578.f} (1)
+pl {07578.p2-thinks} (1)
+pl {07579.f} (1)
+pl {07579.p2-thinks} (1)
+pl {07580.f} (1)
+pl {07580.p2-thinks} (1)
+pl {07581.f} (1)
+pl {07581.p2-thinks} (1)
+pl {07582.f} (1)
+pl {07582.p2-thinks} (1)
+pl {07583.f} (1)
+pl {07583.p2-thinks} (1)
+pl {07584.f} (1)
+pl {07584.p2-thinks} (1)
+pl {07585.f} (1)
+pl {07585.p2-thinks} (1)
+pl {07586.f} (1)
+pl {07586.p2-thinks} (1)
+pl {07587.f} (1)
+pl {07587.p2-thinks} (1)
+pl {07588.f} (1)
+pl {07588.p2-thinks} (1)
+pl {07589.f} (1)
+pl {07589.p2-thinks} (1)
+pl {07590.f} (1)
+pl {07590.p2-thinks} (1)
+pl {07591.f} (1)
+pl {07591.p2-thinks} (1)
+pl {07592.f} (1)
+pl {07592.p2-thinks} (1)
+pl {07593.f} (1)
+pl {07593.p2-thinks} (1)
+pl {07594.f} (1)
+pl {07594.p2-thinks} (1)
+pl {07595.f} (1)
+pl {07595.p2-thinks} (1)
+pl {07596.f} (1)
+pl {07596.p2-thinks} (1)
+pl {07597.f} (1)
+pl {07597.p2-thinks} (1)
+pl {07598.f} (1)
+pl {07598.p2-thinks} (1)
+pl {07599.f} (1)
+pl {07599.p2-thinks} (1)
+pl {07600.f} (1)
+pl {07600.p2-thinks} (1)
+pl {07601.f} (1)
+pl {07601.p2-thinks} (1)
+pl {07602.f} (1)
+pl {07602.p2-thinks} (1)
+pl {07603.f} (1)
+pl {07603.p2-thinks} (1)
+pl {07604.f} (1)
+pl {07604.p2-thinks} (1)
+pl {07605.f} (1)
+pl {07605.p2-thinks} (1)
+pl {07606.f} (1)
+pl {07606.p2-thinks} (1)
+pl {07607.f} (1)
+pl {07607.p2-thinks} (1)
+pl {07608.f} (1)
+pl {07608.p2-thinks} (1)
+pl {07609.f} (1)
+pl {07609.p2-thinks} (1)
+pl {07610.f} (1)
+pl {07610.p2-thinks} (1)
+pl {07611.f} (1)
+pl {07611.p2-thinks} (1)
+pl {07612.f} (1)
+pl {07612.p2-thinks} (1)
+pl {07613.f} (1)
+pl {07613.p2-thinks} (1)
+pl {07614.f} (1)
+pl {07614.p2-thinks} (1)
+pl {07615.f} (1)
+pl {07615.p2-thinks} (1)
+pl {07616.f} (1)
+pl {07616.p2-thinks} (1)
+pl {07617.f} (1)
+pl {07617.p2-thinks} (1)
+pl {07618.f} (1)
+pl {07618.p2-thinks} (1)
+pl {07619.f} (1)
+pl {07619.p2-thinks} (1)
+pl {07620.f} (1)
+pl {07620.p2-thinks} (1)
+pl {07621.f} (1)
+pl {07621.p2-thinks} (1)
+pl {07622.f} (1)
+pl {07622.p2-thinks} (1)
+pl {07623.f} (1)
+pl {07623.p2-thinks} (1)
+pl {07624.f} (1)
+pl {07624.p2-thinks} (1)
+pl {07625.f} (1)
+pl {07625.p2-thinks} (1)
+pl {07626.f} (1)
+pl {07626.p2-thinks} (1)
+pl {07627.f} (1)
+pl {07627.p2-thinks} (1)
+pl {07628.f} (1)
+pl {07628.p2-thinks} (1)
+pl {07629.f} (1)
+pl {07629.p2-thinks} (1)
+pl {07630.f} (1)
+pl {07630.p2-thinks} (1)
+pl {07631.f} (1)
+pl {07631.p2-thinks} (1)
+pl {07632.f} (1)
+pl {07632.p2-thinks} (1)
+pl {07633.f} (1)
+pl {07633.p2-thinks} (1)
+pl {07634.f} (1)
+pl {07634.p2-thinks} (1)
+pl {07635.f} (1)
+pl {07635.p2-thinks} (1)
+pl {07636.f} (1)
+pl {07636.p2-thinks} (1)
+pl {07637.f} (1)
+pl {07637.p2-thinks} (1)
+pl {07638.f} (1)
+pl {07638.p2-thinks} (1)
+pl {07639.f} (1)
+pl {07639.p2-thinks} (1)
+pl {07640.f} (1)
+pl {07640.p2-thinks} (1)
+pl {07641.f} (1)
+pl {07641.p2-thinks} (1)
+pl {07642.f} (1)
+pl {07642.p2-thinks} (1)
+pl {07643.f} (1)
+pl {07643.p2-thinks} (1)
+pl {07644.f} (1)
+pl {07644.p2-thinks} (1)
+pl {07645.f} (1)
+pl {07645.p2-thinks} (1)
+pl {07646.f} (1)
+pl {07646.p2-thinks} (1)
+pl {07647.f} (1)
+pl {07647.p2-thinks} (1)
+pl {07648.f} (1)
+pl {07648.p2-thinks} (1)
+pl {07649.f} (1)
+pl {07649.p2-thinks} (1)
+pl {07650.f} (1)
+pl {07650.p2-thinks} (1)
+pl {07651.f} (1)
+pl {07651.p2-thinks} (1)
+pl {07652.f} (1)
+pl {07652.p2-thinks} (1)
+pl {07653.f} (1)
+pl {07653.p2-thinks} (1)
+pl {07654.f} (1)
+pl {07654.p2-thinks} (1)
+pl {07655.f} (1)
+pl {07655.p2-thinks} (1)
+pl {07656.f} (1)
+pl {07656.p2-thinks} (1)
+pl {07657.f} (1)
+pl {07657.p2-thinks} (1)
+pl {07658.f} (1)
+pl {07658.p2-thinks} (1)
+pl {07659.f} (1)
+pl {07659.p2-thinks} (1)
+pl {07660.f} (1)
+pl {07660.p2-thinks} (1)
+pl {07661.f} (1)
+pl {07661.p2-thinks} (1)
+pl {07662.f} (1)
+pl {07662.p2-thinks} (1)
+pl {07663.f} (1)
+pl {07663.p2-thinks} (1)
+pl {07664.f} (1)
+pl {07664.p2-thinks} (1)
+pl {07665.f} (1)
+pl {07665.p2-thinks} (1)
+pl {07666.f} (1)
+pl {07666.p2-thinks} (1)
+pl {07667.f} (1)
+pl {07667.p2-thinks} (1)
+pl {07668.f} (1)
+pl {07668.p2-thinks} (1)
+pl {07669.f} (1)
+pl {07669.p2-thinks} (1)
+pl {07670.f} (1)
+pl {07670.p2-thinks} (1)
+pl {07671.f} (1)
+pl {07671.p2-thinks} (1)
+pl {07672.f} (1)
+pl {07672.p2-thinks} (1)
+pl {07673.f} (1)
+pl {07673.p2-thinks} (1)
+pl {07674.f} (1)
+pl {07674.p2-thinks} (1)
+pl {07675.f} (1)
+pl {07675.p2-thinks} (1)
+pl {07676.f} (1)
+pl {07676.p2-thinks} (1)
+pl {07677.f} (1)
+pl {07677.p2-thinks} (1)
+pl {07678.f} (1)
+pl {07678.p2-thinks} (1)
+pl {07679.f} (1)
+pl {07679.p2-thinks} (1)
+pl {07680.f} (1)
+pl {07680.p2-thinks} (1)
+pl {07681.f} (1)
+pl {07681.p2-thinks} (1)
+pl {07682.f} (1)
+pl {07682.p2-thinks} (1)
+pl {07683.f} (1)
+pl {07683.p2-thinks} (1)
+pl {07684.f} (1)
+pl {07684.p2-thinks} (1)
+pl {07685.f} (1)
+pl {07685.p2-thinks} (1)
+pl {07686.f} (1)
+pl {07686.p2-thinks} (1)
+pl {07687.f} (1)
+pl {07687.p2-thinks} (1)
+pl {07688.f} (1)
+pl {07688.p2-thinks} (1)
+pl {07689.f} (1)
+pl {07689.p2-thinks} (1)
+pl {07690.f} (1)
+pl {07690.p2-thinks} (1)
+pl {07691.f} (1)
+pl {07691.p2-thinks} (1)
+pl {07692.f} (1)
+pl {07692.p2-thinks} (1)
+pl {07693.f} (1)
+pl {07693.p2-thinks} (1)
+pl {07694.f} (1)
+pl {07694.p2-thinks} (1)
+pl {07695.f} (1)
+pl {07695.p2-thinks} (1)
+pl {07696.f} (1)
+pl {07696.p2-thinks} (1)
+pl {07697.f} (1)
+pl {07697.p2-thinks} (1)
+pl {07698.f} (1)
+pl {07698.p2-thinks} (1)
+pl {07699.f} (1)
+pl {07699.p2-thinks} (1)
+pl {07700.f} (1)
+pl {07700.p2-thinks} (1)
+pl {07701.f} (1)
+pl {07701.p2-thinks} (1)
+pl {07702.f} (1)
+pl {07702.p2-thinks} (1)
+pl {07703.f} (1)
+pl {07703.p2-thinks} (1)
+pl {07704.f} (1)
+pl {07704.p2-thinks} (1)
+pl {07705.f} (1)
+pl {07705.p2-thinks} (1)
+pl {07706.f} (1)
+pl {07706.p2-thinks} (1)
+pl {07707.f} (1)
+pl {07707.p2-thinks} (1)
+pl {07708.f} (1)
+pl {07708.p2-thinks} (1)
+pl {07709.f} (1)
+pl {07709.p2-thinks} (1)
+pl {07710.f} (1)
+pl {07710.p2-thinks} (1)
+pl {07711.f} (1)
+pl {07711.p2-thinks} (1)
+pl {07712.f} (1)
+pl {07712.p2-thinks} (1)
+pl {07713.f} (1)
+pl {07713.p2-thinks} (1)
+pl {07714.f} (1)
+pl {07714.p2-thinks} (1)
+pl {07715.f} (1)
+pl {07715.p2-thinks} (1)
+pl {07716.f} (1)
+pl {07716.p2-thinks} (1)
+pl {07717.f} (1)
+pl {07717.p2-thinks} (1)
+pl {07718.f} (1)
+pl {07718.p2-thinks} (1)
+pl {07719.f} (1)
+pl {07719.p2-thinks} (1)
+pl {07720.f} (1)
+pl {07720.p2-thinks} (1)
+pl {07721.f} (1)
+pl {07721.p2-thinks} (1)
+pl {07722.f} (1)
+pl {07722.p2-thinks} (1)
+pl {07723.f} (1)
+pl {07723.p2-thinks} (1)
+pl {07724.f} (1)
+pl {07724.p2-thinks} (1)
+pl {07725.f} (1)
+pl {07725.p2-thinks} (1)
+pl {07726.f} (1)
+pl {07726.p2-thinks} (1)
+pl {07727.f} (1)
+pl {07727.p2-thinks} (1)
+pl {07728.f} (1)
+pl {07728.p2-thinks} (1)
+pl {07729.f} (1)
+pl {07729.p2-thinks} (1)
+pl {07730.f} (1)
+pl {07730.p2-thinks} (1)
+pl {07731.f} (1)
+pl {07731.p2-thinks} (1)
+pl {07732.f} (1)
+pl {07732.p2-thinks} (1)
+pl {07733.f} (1)
+pl {07733.p2-thinks} (1)
+pl {07734.f} (1)
+pl {07734.p2-thinks} (1)
+pl {07735.f} (1)
+pl {07735.p2-thinks} (1)
+pl {07736.f} (1)
+pl {07736.p2-thinks} (1)
+pl {07737.f} (1)
+pl {07737.p2-thinks} (1)
+pl {07738.f} (1)
+pl {07738.p2-thinks} (1)
+pl {07739.f} (1)
+pl {07739.p2-thinks} (1)
+pl {07740.f} (1)
+pl {07740.p2-thinks} (1)
+pl {07741.f} (1)
+pl {07741.p2-thinks} (1)
+pl {07742.f} (1)
+pl {07742.p2-thinks} (1)
+pl {07743.f} (1)
+pl {07743.p2-thinks} (1)
+pl {07744.f} (1)
+pl {07744.p2-thinks} (1)
+pl {07745.f} (1)
+pl {07745.p2-thinks} (1)
+pl {07746.f} (1)
+pl {07746.p2-thinks} (1)
+pl {07747.f} (1)
+pl {07747.p2-thinks} (1)
+pl {07748.f} (1)
+pl {07748.p2-thinks} (1)
+pl {07749.f} (1)
+pl {07749.p2-thinks} (1)
+pl {07750.f} (1)
+pl {07750.p2-thinks} (1)
+pl {07751.f} (1)
+pl {07751.p2-thinks} (1)
+pl {07752.f} (1)
+pl {07752.p2-thinks} (1)
+pl {07753.f} (1)
+pl {07753.p2-thinks} (1)
+pl {07754.f} (1)
+pl {07754.p2-thinks} (1)
+pl {07755.f} (1)
+pl {07755.p2-thinks} (1)
+pl {07756.f} (1)
+pl {07756.p2-thinks} (1)
+pl {07757.f} (1)
+pl {07757.p2-thinks} (1)
+pl {07758.f} (1)
+pl {07758.p2-thinks} (1)
+pl {07759.f} (1)
+pl {07759.p2-thinks} (1)
+pl {07760.f} (1)
+pl {07760.p2-thinks} (1)
+pl {07761.f} (1)
+pl {07761.p2-thinks} (1)
+pl {07762.f} (1)
+pl {07762.p2-thinks} (1)
+pl {07763.f} (1)
+pl {07763.p2-thinks} (1)
+pl {07764.f} (1)
+pl {07764.p2-thinks} (1)
+pl {07765.f} (1)
+pl {07765.p2-thinks} (1)
+pl {07766.f} (1)
+pl {07766.p2-thinks} (1)
+pl {07767.f} (1)
+pl {07767.p2-thinks} (1)
+pl {07768.f} (1)
+pl {07768.p2-thinks} (1)
+pl {07769.f} (1)
+pl {07769.p2-thinks} (1)
+pl {07770.f} (1)
+pl {07770.p2-thinks} (1)
+pl {07771.f} (1)
+pl {07771.p2-thinks} (1)
+pl {07772.f} (1)
+pl {07772.p2-thinks} (1)
+pl {07773.f} (1)
+pl {07773.p2-thinks} (1)
+pl {07774.f} (1)
+pl {07774.p2-thinks} (1)
+pl {07775.f} (1)
+pl {07775.p2-thinks} (1)
+pl {07776.f} (1)
+pl {07776.p2-thinks} (1)
+pl {07777.f} (1)
+pl {07777.p2-thinks} (1)
+pl {07778.f} (1)
+pl {07778.p2-thinks} (1)
+pl {07779.f} (1)
+pl {07779.p2-thinks} (1)
+pl {07780.f} (1)
+pl {07780.p2-thinks} (1)
+pl {07781.f} (1)
+pl {07781.p2-thinks} (1)
+pl {07782.f} (1)
+pl {07782.p2-thinks} (1)
+pl {07783.f} (1)
+pl {07783.p2-thinks} (1)
+pl {07784.f} (1)
+pl {07784.p2-thinks} (1)
+pl {07785.f} (1)
+pl {07785.p2-thinks} (1)
+pl {07786.f} (1)
+pl {07786.p2-thinks} (1)
+pl {07787.f} (1)
+pl {07787.p2-thinks} (1)
+pl {07788.f} (1)
+pl {07788.p2-thinks} (1)
+pl {07789.f} (1)
+pl {07789.p2-thinks} (1)
+pl {07790.f} (1)
+pl {07790.p2-thinks} (1)
+pl {07791.f} (1)
+pl {07791.p2-thinks} (1)
+pl {07792.f} (1)
+pl {07792.p2-thinks} (1)
+pl {07793.f} (1)
+pl {07793.p2-thinks} (1)
+pl {07794.f} (1)
+pl {07794.p2-thinks} (1)
+pl {07795.f} (1)
+pl {07795.p2-thinks} (1)
+pl {07796.f} (1)
+pl {07796.p2-thinks} (1)
+pl {07797.f} (1)
+pl {07797.p2-thinks} (1)
+pl {07798.f} (1)
+pl {07798.p2-thinks} (1)
+pl {07799.f} (1)
+pl {07799.p2-thinks} (1)
+pl {07800.f} (1)
+pl {07800.p2-thinks} (1)
+pl {07801.f} (1)
+pl {07801.p2-thinks} (1)
+pl {07802.f} (1)
+pl {07802.p2-thinks} (1)
+pl {07803.f} (1)
+pl {07803.p2-thinks} (1)
+pl {07804.f} (1)
+pl {07804.p2-thinks} (1)
+pl {07805.f} (1)
+pl {07805.p2-thinks} (1)
+pl {07806.f} (1)
+pl {07806.p2-thinks} (1)
+pl {07807.f} (1)
+pl {07807.p2-thinks} (1)
+pl {07808.f} (1)
+pl {07808.p2-thinks} (1)
+pl {07809.f} (1)
+pl {07809.p2-thinks} (1)
+pl {07810.f} (1)
+pl {07810.p2-thinks} (1)
+pl {07811.f} (1)
+pl {07811.p2-thinks} (1)
+pl {07812.f} (1)
+pl {07812.p2-thinks} (1)
+pl {07813.f} (1)
+pl {07813.p2-thinks} (1)
+pl {07814.f} (1)
+pl {07814.p2-thinks} (1)
+pl {07815.f} (1)
+pl {07815.p2-thinks} (1)
+pl {07816.f} (1)
+pl {07816.p2-thinks} (1)
+pl {07817.f} (1)
+pl {07817.p2-thinks} (1)
+pl {07818.f} (1)
+pl {07818.p2-thinks} (1)
+pl {07819.f} (1)
+pl {07819.p2-thinks} (1)
+pl {07820.f} (1)
+pl {07820.p2-thinks} (1)
+pl {07821.f} (1)
+pl {07821.p2-thinks} (1)
+pl {07822.f} (1)
+pl {07822.p2-thinks} (1)
+pl {07823.f} (1)
+pl {07823.p2-thinks} (1)
+pl {07824.f} (1)
+pl {07824.p2-thinks} (1)
+pl {07825.f} (1)
+pl {07825.p2-thinks} (1)
+pl {07826.f} (1)
+pl {07826.p2-thinks} (1)
+pl {07827.f} (1)
+pl {07827.p2-thinks} (1)
+pl {07828.f} (1)
+pl {07828.p2-thinks} (1)
+pl {07829.f} (1)
+pl {07829.p2-thinks} (1)
+pl {07830.f} (1)
+pl {07830.p2-thinks} (1)
+pl {07831.f} (1)
+pl {07831.p2-thinks} (1)
+pl {07832.f} (1)
+pl {07832.p2-thinks} (1)
+pl {07833.f} (1)
+pl {07833.p2-thinks} (1)
+pl {07834.f} (1)
+pl {07834.p2-thinks} (1)
+pl {07835.f} (1)
+pl {07835.p2-thinks} (1)
+pl {07836.f} (1)
+pl {07836.p2-thinks} (1)
+pl {07837.f} (1)
+pl {07837.p2-thinks} (1)
+pl {07838.f} (1)
+pl {07838.p2-thinks} (1)
+pl {07839.f} (1)
+pl {07839.p2-thinks} (1)
+pl {07840.f} (1)
+pl {07840.p2-thinks} (1)
+pl {07841.f} (1)
+pl {07841.p2-thinks} (1)
+pl {07842.f} (1)
+pl {07842.p2-thinks} (1)
+pl {07843.f} (1)
+pl {07843.p2-thinks} (1)
+pl {07844.f} (1)
+pl {07844.p2-thinks} (1)
+pl {07845.f} (1)
+pl {07845.p2-thinks} (1)
+pl {07846.f} (1)
+pl {07846.p2-thinks} (1)
+pl {07847.f} (1)
+pl {07847.p2-thinks} (1)
+pl {07848.f} (1)
+pl {07848.p2-thinks} (1)
+pl {07849.f} (1)
+pl {07849.p2-thinks} (1)
+pl {07850.f} (1)
+pl {07850.p2-thinks} (1)
+pl {07851.f} (1)
+pl {07851.p2-thinks} (1)
+pl {07852.f} (1)
+pl {07852.p2-thinks} (1)
+pl {07853.f} (1)
+pl {07853.p2-thinks} (1)
+pl {07854.f} (1)
+pl {07854.p2-thinks} (1)
+pl {07855.f} (1)
+pl {07855.p2-thinks} (1)
+pl {07856.f} (1)
+pl {07856.p2-thinks} (1)
+pl {07857.f} (1)
+pl {07857.p2-thinks} (1)
+pl {07858.f} (1)
+pl {07858.p2-thinks} (1)
+pl {07859.f} (1)
+pl {07859.p2-thinks} (1)
+pl {07860.f} (1)
+pl {07860.p2-thinks} (1)
+pl {07861.f} (1)
+pl {07861.p2-thinks} (1)
+pl {07862.f} (1)
+pl {07862.p2-thinks} (1)
+pl {07863.f} (1)
+pl {07863.p2-thinks} (1)
+pl {07864.f} (1)
+pl {07864.p2-thinks} (1)
+pl {07865.f} (1)
+pl {07865.p2-thinks} (1)
+pl {07866.f} (1)
+pl {07866.p2-thinks} (1)
+pl {07867.f} (1)
+pl {07867.p2-thinks} (1)
+pl {07868.f} (1)
+pl {07868.p2-thinks} (1)
+pl {07869.f} (1)
+pl {07869.p2-thinks} (1)
+pl {07870.f} (1)
+pl {07870.p2-thinks} (1)
+pl {07871.f} (1)
+pl {07871.p2-thinks} (1)
+pl {07872.f} (1)
+pl {07872.p2-thinks} (1)
+pl {07873.f} (1)
+pl {07873.p2-thinks} (1)
+pl {07874.f} (1)
+pl {07874.p2-thinks} (1)
+pl {07875.f} (1)
+pl {07875.p2-thinks} (1)
+pl {07876.f} (1)
+pl {07876.p2-thinks} (1)
+pl {07877.f} (1)
+pl {07877.p2-thinks} (1)
+pl {07878.f} (1)
+pl {07878.p2-thinks} (1)
+pl {07879.f} (1)
+pl {07879.p2-thinks} (1)
+pl {07880.f} (1)
+pl {07880.p2-thinks} (1)
+pl {07881.f} (1)
+pl {07881.p2-thinks} (1)
+pl {07882.f} (1)
+pl {07882.p2-thinks} (1)
+pl {07883.f} (1)
+pl {07883.p2-thinks} (1)
+pl {07884.f} (1)
+pl {07884.p2-thinks} (1)
+pl {07885.f} (1)
+pl {07885.p2-thinks} (1)
+pl {07886.f} (1)
+pl {07886.p2-thinks} (1)
+pl {07887.f} (1)
+pl {07887.p2-thinks} (1)
+pl {07888.f} (1)
+pl {07888.p2-thinks} (1)
+pl {07889.f} (1)
+pl {07889.p2-thinks} (1)
+pl {07890.f} (1)
+pl {07890.p2-thinks} (1)
+pl {07891.f} (1)
+pl {07891.p2-thinks} (1)
+pl {07892.f} (1)
+pl {07892.p2-thinks} (1)
+pl {07893.f} (1)
+pl {07893.p2-thinks} (1)
+pl {07894.f} (1)
+pl {07894.p2-thinks} (1)
+pl {07895.f} (1)
+pl {07895.p2-thinks} (1)
+pl {07896.f} (1)
+pl {07896.p2-thinks} (1)
+pl {07897.f} (1)
+pl {07897.p2-thinks} (1)
+pl {07898.f} (1)
+pl {07898.p2-thinks} (1)
+pl {07899.f} (1)
+pl {07899.p2-thinks} (1)
+pl {07900.f} (1)
+pl {07900.p2-thinks} (1)
+pl {07901.f} (1)
+pl {07901.p2-thinks} (1)
+pl {07902.f} (1)
+pl {07902.p2-thinks} (1)
+pl {07903.f} (1)
+pl {07903.p2-thinks} (1)
+pl {07904.f} (1)
+pl {07904.p2-thinks} (1)
+pl {07905.f} (1)
+pl {07905.p2-thinks} (1)
+pl {07906.f} (1)
+pl {07906.p2-thinks} (1)
+pl {07907.f} (1)
+pl {07907.p2-thinks} (1)
+pl {07908.f} (1)
+pl {07908.p2-thinks} (1)
+pl {07909.f} (1)
+pl {07909.p2-thinks} (1)
+pl {07910.f} (1)
+pl {07910.p2-thinks} (1)
+pl {07911.f} (1)
+pl {07911.p2-thinks} (1)
+pl {07912.f} (1)
+pl {07912.p2-thinks} (1)
+pl {07913.f} (1)
+pl {07913.p2-thinks} (1)
+pl {07914.f} (1)
+pl {07914.p2-thinks} (1)
+pl {07915.f} (1)
+pl {07915.p2-thinks} (1)
+pl {07916.f} (1)
+pl {07916.p2-thinks} (1)
+pl {07917.f} (1)
+pl {07917.p2-thinks} (1)
+pl {07918.f} (1)
+pl {07918.p2-thinks} (1)
+pl {07919.f} (1)
+pl {07919.p2-thinks} (1)
+pl {07920.f} (1)
+pl {07920.p2-thinks} (1)
+pl {07921.f} (1)
+pl {07921.p2-thinks} (1)
+pl {07922.f} (1)
+pl {07922.p2-thinks} (1)
+pl {07923.f} (1)
+pl {07923.p2-thinks} (1)
+pl {07924.f} (1)
+pl {07924.p2-thinks} (1)
+pl {07925.f} (1)
+pl {07925.p2-thinks} (1)
+pl {07926.f} (1)
+pl {07926.p2-thinks} (1)
+pl {07927.f} (1)
+pl {07927.p2-thinks} (1)
+pl {07928.f} (1)
+pl {07928.p2-thinks} (1)
+pl {07929.f} (1)
+pl {07929.p2-thinks} (1)
+pl {07930.f} (1)
+pl {07930.p2-thinks} (1)
+pl {07931.f} (1)
+pl {07931.p2-thinks} (1)
+pl {07932.f} (1)
+pl {07932.p2-thinks} (1)
+pl {07933.f} (1)
+pl {07933.p2-thinks} (1)
+pl {07934.f} (1)
+pl {07934.p2-thinks} (1)
+pl {07935.f} (1)
+pl {07935.p2-thinks} (1)
+pl {07936.f} (1)
+pl {07936.p2-thinks} (1)
+pl {07937.f} (1)
+pl {07937.p2-thinks} (1)
+pl {07938.f} (1)
+pl {07938.p2-thinks} (1)
+pl {07939.f} (1)
+pl {07939.p2-thinks} (1)
+pl {07940.f} (1)
+pl {07940.p2-thinks} (1)
+pl {07941.f} (1)
+pl {07941.p2-thinks} (1)
+pl {07942.f} (1)
+pl {07942.p2-thinks} (1)
+pl {07943.f} (1)
+pl {07943.p2-thinks} (1)
+pl {07944.f} (1)
+pl {07944.p2-thinks} (1)
+pl {07945.f} (1)
+pl {07945.p2-thinks} (1)
+pl {07946.f} (1)
+pl {07946.p2-thinks} (1)
+pl {07947.f} (1)
+pl {07947.p2-thinks} (1)
+pl {07948.f} (1)
+pl {07948.p2-thinks} (1)
+pl {07949.f} (1)
+pl {07949.p2-thinks} (1)
+pl {07950.f} (1)
+pl {07950.p2-thinks} (1)
+pl {07951.f} (1)
+pl {07951.p2-thinks} (1)
+pl {07952.f} (1)
+pl {07952.p2-thinks} (1)
+pl {07953.f} (1)
+pl {07953.p2-thinks} (1)
+pl {07954.f} (1)
+pl {07954.p2-thinks} (1)
+pl {07955.f} (1)
+pl {07955.p2-thinks} (1)
+pl {07956.f} (1)
+pl {07956.p2-thinks} (1)
+pl {07957.f} (1)
+pl {07957.p2-thinks} (1)
+pl {07958.f} (1)
+pl {07958.p2-thinks} (1)
+pl {07959.f} (1)
+pl {07959.p2-thinks} (1)
+pl {07960.f} (1)
+pl {07960.p2-thinks} (1)
+pl {07961.f} (1)
+pl {07961.p2-thinks} (1)
+pl {07962.f} (1)
+pl {07962.p2-thinks} (1)
+pl {07963.f} (1)
+pl {07963.p2-thinks} (1)
+pl {07964.f} (1)
+pl {07964.p2-thinks} (1)
+pl {07965.f} (1)
+pl {07965.p2-thinks} (1)
+pl {07966.f} (1)
+pl {07966.p2-thinks} (1)
+pl {07967.f} (1)
+pl {07967.p2-thinks} (1)
+pl {07968.f} (1)
+pl {07968.p2-thinks} (1)
+pl {07969.f} (1)
+pl {07969.p2-thinks} (1)
+pl {07970.f} (1)
+pl {07970.p2-thinks} (1)
+pl {07971.f} (1)
+pl {07971.p2-thinks} (1)
+pl {07972.f} (1)
+pl {07972.p2-thinks} (1)
+pl {07973.f} (1)
+pl {07973.p2-thinks} (1)
+pl {07974.f} (1)
+pl {07974.p2-thinks} (1)
+pl {07975.f} (1)
+pl {07975.p2-thinks} (1)
+pl {07976.f} (1)
+pl {07976.p2-thinks} (1)
+pl {07977.f} (1)
+pl {07977.p2-thinks} (1)
+pl {07978.f} (1)
+pl {07978.p2-thinks} (1)
+pl {07979.f} (1)
+pl {07979.p2-thinks} (1)
+pl {07980.f} (1)
+pl {07980.p2-thinks} (1)
+pl {07981.f} (1)
+pl {07981.p2-thinks} (1)
+pl {07982.f} (1)
+pl {07982.p2-thinks} (1)
+pl {07983.f} (1)
+pl {07983.p2-thinks} (1)
+pl {07984.f} (1)
+pl {07984.p2-thinks} (1)
+pl {07985.f} (1)
+pl {07985.p2-thinks} (1)
+pl {07986.f} (1)
+pl {07986.p2-thinks} (1)
+pl {07987.f} (1)
+pl {07987.p2-thinks} (1)
+pl {07988.f} (1)
+pl {07988.p2-thinks} (1)
+pl {07989.f} (1)
+pl {07989.p2-thinks} (1)
+pl {07990.f} (1)
+pl {07990.p2-thinks} (1)
+pl {07991.f} (1)
+pl {07991.p2-thinks} (1)
+pl {07992.f} (1)
+pl {07992.p2-thinks} (1)
+pl {07993.f} (1)
+pl {07993.p2-thinks} (1)
+pl {07994.f} (1)
+pl {07994.p2-thinks} (1)
+pl {07995.f} (1)
+pl {07995.p2-thinks} (1)
+pl {07996.f} (1)
+pl {07996.p2-thinks} (1)
+pl {07997.f} (1)
+pl {07997.p2-thinks} (1)
+pl {07998.f} (1)
+pl {07998.p2-thinks} (1)
+pl {07999.f} (1)
+pl {07999.p2-thinks} (1)
+pl {08000.f} (1)
+pl {08000.p2-thinks} (1)
+pl {08001.f} (1)
+pl {08001.p2-thinks} (1)
+pl {08002.f} (1)
+pl {08002.p2-thinks} (1)
+pl {08003.f} (1)
+pl {08003.p2-thinks} (1)
+pl {08004.f} (1)
+pl {08004.p2-thinks} (1)
+pl {08005.f} (1)
+pl {08005.p2-thinks} (1)
+pl {08006.f} (1)
+pl {08006.p2-thinks} (1)
+pl {08007.f} (1)
+pl {08007.p2-thinks} (1)
+pl {08008.f} (1)
+pl {08008.p2-thinks} (1)
+pl {08009.f} (1)
+pl {08009.p2-thinks} (1)
+pl {08010.f} (1)
+pl {08010.p2-thinks} (1)
+pl {08011.f} (1)
+pl {08011.p2-thinks} (1)
+pl {08012.f} (1)
+pl {08012.p2-thinks} (1)
+pl {08013.f} (1)
+pl {08013.p2-thinks} (1)
+pl {08014.f} (1)
+pl {08014.p2-thinks} (1)
+pl {08015.f} (1)
+pl {08015.p2-thinks} (1)
+pl {08016.f} (1)
+pl {08016.p2-thinks} (1)
+pl {08017.f} (1)
+pl {08017.p2-thinks} (1)
+pl {08018.f} (1)
+pl {08018.p2-thinks} (1)
+pl {08019.f} (1)
+pl {08019.p2-thinks} (1)
+pl {08020.f} (1)
+pl {08020.p2-thinks} (1)
+pl {08021.f} (1)
+pl {08021.p2-thinks} (1)
+pl {08022.f} (1)
+pl {08022.p2-thinks} (1)
+pl {08023.f} (1)
+pl {08023.p2-thinks} (1)
+pl {08024.f} (1)
+pl {08024.p2-thinks} (1)
+pl {08025.f} (1)
+pl {08025.p2-thinks} (1)
+pl {08026.f} (1)
+pl {08026.p2-thinks} (1)
+pl {08027.f} (1)
+pl {08027.p2-thinks} (1)
+pl {08028.f} (1)
+pl {08028.p2-thinks} (1)
+pl {08029.f} (1)
+pl {08029.p2-thinks} (1)
+pl {08030.f} (1)
+pl {08030.p2-thinks} (1)
+pl {08031.f} (1)
+pl {08031.p2-thinks} (1)
+pl {08032.f} (1)
+pl {08032.p2-thinks} (1)
+pl {08033.f} (1)
+pl {08033.p2-thinks} (1)
+pl {08034.f} (1)
+pl {08034.p2-thinks} (1)
+pl {08035.f} (1)
+pl {08035.p2-thinks} (1)
+pl {08036.f} (1)
+pl {08036.p2-thinks} (1)
+pl {08037.f} (1)
+pl {08037.p2-thinks} (1)
+pl {08038.f} (1)
+pl {08038.p2-thinks} (1)
+pl {08039.f} (1)
+pl {08039.p2-thinks} (1)
+pl {08040.f} (1)
+pl {08040.p2-thinks} (1)
+pl {08041.f} (1)
+pl {08041.p2-thinks} (1)
+pl {08042.f} (1)
+pl {08042.p2-thinks} (1)
+pl {08043.f} (1)
+pl {08043.p2-thinks} (1)
+pl {08044.f} (1)
+pl {08044.p2-thinks} (1)
+pl {08045.f} (1)
+pl {08045.p2-thinks} (1)
+pl {08046.f} (1)
+pl {08046.p2-thinks} (1)
+pl {08047.f} (1)
+pl {08047.p2-thinks} (1)
+pl {08048.f} (1)
+pl {08048.p2-thinks} (1)
+pl {08049.f} (1)
+pl {08049.p2-thinks} (1)
+pl {08050.f} (1)
+pl {08050.p2-thinks} (1)
+pl {08051.f} (1)
+pl {08051.p2-thinks} (1)
+pl {08052.f} (1)
+pl {08052.p2-thinks} (1)
+pl {08053.f} (1)
+pl {08053.p2-thinks} (1)
+pl {08054.f} (1)
+pl {08054.p2-thinks} (1)
+pl {08055.f} (1)
+pl {08055.p2-thinks} (1)
+pl {08056.f} (1)
+pl {08056.p2-thinks} (1)
+pl {08057.f} (1)
+pl {08057.p2-thinks} (1)
+pl {08058.f} (1)
+pl {08058.p2-thinks} (1)
+pl {08059.f} (1)
+pl {08059.p2-thinks} (1)
+pl {08060.f} (1)
+pl {08060.p2-thinks} (1)
+pl {08061.f} (1)
+pl {08061.p2-thinks} (1)
+pl {08062.f} (1)
+pl {08062.p2-thinks} (1)
+pl {08063.f} (1)
+pl {08063.p2-thinks} (1)
+pl {08064.f} (1)
+pl {08064.p2-thinks} (1)
+pl {08065.f} (1)
+pl {08065.p2-thinks} (1)
+pl {08066.f} (1)
+pl {08066.p2-thinks} (1)
+pl {08067.f} (1)
+pl {08067.p2-thinks} (1)
+pl {08068.f} (1)
+pl {08068.p2-thinks} (1)
+pl {08069.f} (1)
+pl {08069.p2-thinks} (1)
+pl {08070.f} (1)
+pl {08070.p2-thinks} (1)
+pl {08071.f} (1)
+pl {08071.p2-thinks} (1)
+pl {08072.f} (1)
+pl {08072.p2-thinks} (1)
+pl {08073.f} (1)
+pl {08073.p2-thinks} (1)
+pl {08074.f} (1)
+pl {08074.p2-thinks} (1)
+pl {08075.f} (1)
+pl {08075.p2-thinks} (1)
+pl {08076.f} (1)
+pl {08076.p2-thinks} (1)
+pl {08077.f} (1)
+pl {08077.p2-thinks} (1)
+pl {08078.f} (1)
+pl {08078.p2-thinks} (1)
+pl {08079.f} (1)
+pl {08079.p2-thinks} (1)
+pl {08080.f} (1)
+pl {08080.p2-thinks} (1)
+pl {08081.f} (1)
+pl {08081.p2-thinks} (1)
+pl {08082.f} (1)
+pl {08082.p2-thinks} (1)
+pl {08083.f} (1)
+pl {08083.p2-thinks} (1)
+pl {08084.f} (1)
+pl {08084.p2-thinks} (1)
+pl {08085.f} (1)
+pl {08085.p2-thinks} (1)
+pl {08086.f} (1)
+pl {08086.p2-thinks} (1)
+pl {08087.f} (1)
+pl {08087.p2-thinks} (1)
+pl {08088.f} (1)
+pl {08088.p2-thinks} (1)
+pl {08089.f} (1)
+pl {08089.p2-thinks} (1)
+pl {08090.f} (1)
+pl {08090.p2-thinks} (1)
+pl {08091.f} (1)
+pl {08091.p2-thinks} (1)
+pl {08092.f} (1)
+pl {08092.p2-thinks} (1)
+pl {08093.f} (1)
+pl {08093.p2-thinks} (1)
+pl {08094.f} (1)
+pl {08094.p2-thinks} (1)
+pl {08095.f} (1)
+pl {08095.p2-thinks} (1)
+pl {08096.f} (1)
+pl {08096.p2-thinks} (1)
+pl {08097.f} (1)
+pl {08097.p2-thinks} (1)
+pl {08098.f} (1)
+pl {08098.p2-thinks} (1)
+pl {08099.f} (1)
+pl {08099.p2-thinks} (1)
+pl {08100.f} (1)
+pl {08100.p2-thinks} (1)
+pl {08101.f} (1)
+pl {08101.p2-thinks} (1)
+pl {08102.f} (1)
+pl {08102.p2-thinks} (1)
+pl {08103.f} (1)
+pl {08103.p2-thinks} (1)
+pl {08104.f} (1)
+pl {08104.p2-thinks} (1)
+pl {08105.f} (1)
+pl {08105.p2-thinks} (1)
+pl {08106.f} (1)
+pl {08106.p2-thinks} (1)
+pl {08107.f} (1)
+pl {08107.p2-thinks} (1)
+pl {08108.f} (1)
+pl {08108.p2-thinks} (1)
+pl {08109.f} (1)
+pl {08109.p2-thinks} (1)
+pl {08110.f} (1)
+pl {08110.p2-thinks} (1)
+pl {08111.f} (1)
+pl {08111.p2-thinks} (1)
+pl {08112.f} (1)
+pl {08112.p2-thinks} (1)
+pl {08113.f} (1)
+pl {08113.p2-thinks} (1)
+pl {08114.f} (1)
+pl {08114.p2-thinks} (1)
+pl {08115.f} (1)
+pl {08115.p2-thinks} (1)
+pl {08116.f} (1)
+pl {08116.p2-thinks} (1)
+pl {08117.f} (1)
+pl {08117.p2-thinks} (1)
+pl {08118.f} (1)
+pl {08118.p2-thinks} (1)
+pl {08119.f} (1)
+pl {08119.p2-thinks} (1)
+pl {08120.f} (1)
+pl {08120.p2-thinks} (1)
+pl {08121.f} (1)
+pl {08121.p2-thinks} (1)
+pl {08122.f} (1)
+pl {08122.p2-thinks} (1)
+pl {08123.f} (1)
+pl {08123.p2-thinks} (1)
+pl {08124.f} (1)
+pl {08124.p2-thinks} (1)
+pl {08125.f} (1)
+pl {08125.p2-thinks} (1)
+pl {08126.f} (1)
+pl {08126.p2-thinks} (1)
+pl {08127.f} (1)
+pl {08127.p2-thinks} (1)
+pl {08128.f} (1)
+pl {08128.p2-thinks} (1)
+pl {08129.f} (1)
+pl {08129.p2-thinks} (1)
+pl {08130.f} (1)
+pl {08130.p2-thinks} (1)
+pl {08131.f} (1)
+pl {08131.p2-thinks} (1)
+pl {08132.f} (1)
+pl {08132.p2-thinks} (1)
+pl {08133.f} (1)
+pl {08133.p2-thinks} (1)
+pl {08134.f} (1)
+pl {08134.p2-thinks} (1)
+pl {08135.f} (1)
+pl {08135.p2-thinks} (1)
+pl {08136.f} (1)
+pl {08136.p2-thinks} (1)
+pl {08137.f} (1)
+pl {08137.p2-thinks} (1)
+pl {08138.f} (1)
+pl {08138.p2-thinks} (1)
+pl {08139.f} (1)
+pl {08139.p2-thinks} (1)
+pl {08140.f} (1)
+pl {08140.p2-thinks} (1)
+pl {08141.f} (1)
+pl {08141.p2-thinks} (1)
+pl {08142.f} (1)
+pl {08142.p2-thinks} (1)
+pl {08143.f} (1)
+pl {08143.p2-thinks} (1)
+pl {08144.f} (1)
+pl {08144.p2-thinks} (1)
+pl {08145.f} (1)
+pl {08145.p2-thinks} (1)
+pl {08146.f} (1)
+pl {08146.p2-thinks} (1)
+pl {08147.f} (1)
+pl {08147.p2-thinks} (1)
+pl {08148.f} (1)
+pl {08148.p2-thinks} (1)
+pl {08149.f} (1)
+pl {08149.p2-thinks} (1)
+pl {08150.f} (1)
+pl {08150.p2-thinks} (1)
+pl {08151.f} (1)
+pl {08151.p2-thinks} (1)
+pl {08152.f} (1)
+pl {08152.p2-thinks} (1)
+pl {08153.f} (1)
+pl {08153.p2-thinks} (1)
+pl {08154.f} (1)
+pl {08154.p2-thinks} (1)
+pl {08155.f} (1)
+pl {08155.p2-thinks} (1)
+pl {08156.f} (1)
+pl {08156.p2-thinks} (1)
+pl {08157.f} (1)
+pl {08157.p2-thinks} (1)
+pl {08158.f} (1)
+pl {08158.p2-thinks} (1)
+pl {08159.f} (1)
+pl {08159.p2-thinks} (1)
+pl {08160.f} (1)
+pl {08160.p2-thinks} (1)
+pl {08161.f} (1)
+pl {08161.p2-thinks} (1)
+pl {08162.f} (1)
+pl {08162.p2-thinks} (1)
+pl {08163.f} (1)
+pl {08163.p2-thinks} (1)
+pl {08164.f} (1)
+pl {08164.p2-thinks} (1)
+pl {08165.f} (1)
+pl {08165.p2-thinks} (1)
+pl {08166.f} (1)
+pl {08166.p2-thinks} (1)
+pl {08167.f} (1)
+pl {08167.p2-thinks} (1)
+pl {08168.f} (1)
+pl {08168.p2-thinks} (1)
+pl {08169.f} (1)
+pl {08169.p2-thinks} (1)
+pl {08170.f} (1)
+pl {08170.p2-thinks} (1)
+pl {08171.f} (1)
+pl {08171.p2-thinks} (1)
+pl {08172.f} (1)
+pl {08172.p2-thinks} (1)
+pl {08173.f} (1)
+pl {08173.p2-thinks} (1)
+pl {08174.f} (1)
+pl {08174.p2-thinks} (1)
+pl {08175.f} (1)
+pl {08175.p2-thinks} (1)
+pl {08176.f} (1)
+pl {08176.p2-thinks} (1)
+pl {08177.f} (1)
+pl {08177.p2-thinks} (1)
+pl {08178.f} (1)
+pl {08178.p2-thinks} (1)
+pl {08179.f} (1)
+pl {08179.p2-thinks} (1)
+pl {08180.f} (1)
+pl {08180.p2-thinks} (1)
+pl {08181.f} (1)
+pl {08181.p2-thinks} (1)
+pl {08182.f} (1)
+pl {08182.p2-thinks} (1)
+pl {08183.f} (1)
+pl {08183.p2-thinks} (1)
+pl {08184.f} (1)
+pl {08184.p2-thinks} (1)
+pl {08185.f} (1)
+pl {08185.p2-thinks} (1)
+pl {08186.f} (1)
+pl {08186.p2-thinks} (1)
+pl {08187.f} (1)
+pl {08187.p2-thinks} (1)
+pl {08188.f} (1)
+pl {08188.p2-thinks} (1)
+pl {08189.f} (1)
+pl {08189.p2-thinks} (1)
+pl {08190.f} (1)
+pl {08190.p2-thinks} (1)
+pl {08191.f} (1)
+pl {08191.p2-thinks} (1)
+pl {08192.f} (1)
+pl {08192.p2-thinks} (1)
+pl {08193.f} (1)
+pl {08193.p2-thinks} (1)
+pl {08194.f} (1)
+pl {08194.p2-thinks} (1)
+pl {08195.f} (1)
+pl {08195.p2-thinks} (1)
+pl {08196.f} (1)
+pl {08196.p2-thinks} (1)
+pl {08197.f} (1)
+pl {08197.p2-thinks} (1)
+pl {08198.f} (1)
+pl {08198.p2-thinks} (1)
+pl {08199.f} (1)
+pl {08199.p2-thinks} (1)
+pl {08200.f} (1)
+pl {08200.p2-thinks} (1)
+pl {08201.f} (1)
+pl {08201.p2-thinks} (1)
+pl {08202.f} (1)
+pl {08202.p2-thinks} (1)
+pl {08203.f} (1)
+pl {08203.p2-thinks} (1)
+pl {08204.f} (1)
+pl {08204.p2-thinks} (1)
+pl {08205.f} (1)
+pl {08205.p2-thinks} (1)
+pl {08206.f} (1)
+pl {08206.p2-thinks} (1)
+pl {08207.f} (1)
+pl {08207.p2-thinks} (1)
+pl {08208.f} (1)
+pl {08208.p2-thinks} (1)
+pl {08209.f} (1)
+pl {08209.p2-thinks} (1)
+pl {08210.f} (1)
+pl {08210.p2-thinks} (1)
+pl {08211.f} (1)
+pl {08211.p2-thinks} (1)
+pl {08212.f} (1)
+pl {08212.p2-thinks} (1)
+pl {08213.f} (1)
+pl {08213.p2-thinks} (1)
+pl {08214.f} (1)
+pl {08214.p2-thinks} (1)
+pl {08215.f} (1)
+pl {08215.p2-thinks} (1)
+pl {08216.f} (1)
+pl {08216.p2-thinks} (1)
+pl {08217.f} (1)
+pl {08217.p2-thinks} (1)
+pl {08218.f} (1)
+pl {08218.p2-thinks} (1)
+pl {08219.f} (1)
+pl {08219.p2-thinks} (1)
+pl {08220.f} (1)
+pl {08220.p2-thinks} (1)
+pl {08221.f} (1)
+pl {08221.p2-thinks} (1)
+pl {08222.f} (1)
+pl {08222.p2-thinks} (1)
+pl {08223.f} (1)
+pl {08223.p2-thinks} (1)
+pl {08224.f} (1)
+pl {08224.p2-thinks} (1)
+pl {08225.f} (1)
+pl {08225.p2-thinks} (1)
+pl {08226.f} (1)
+pl {08226.p2-thinks} (1)
+pl {08227.f} (1)
+pl {08227.p2-thinks} (1)
+pl {08228.f} (1)
+pl {08228.p2-thinks} (1)
+pl {08229.f} (1)
+pl {08229.p2-thinks} (1)
+pl {08230.f} (1)
+pl {08230.p2-thinks} (1)
+pl {08231.f} (1)
+pl {08231.p2-thinks} (1)
+pl {08232.f} (1)
+pl {08232.p2-thinks} (1)
+pl {08233.f} (1)
+pl {08233.p2-thinks} (1)
+pl {08234.f} (1)
+pl {08234.p2-thinks} (1)
+pl {08235.f} (1)
+pl {08235.p2-thinks} (1)
+pl {08236.f} (1)
+pl {08236.p2-thinks} (1)
+pl {08237.f} (1)
+pl {08237.p2-thinks} (1)
+pl {08238.f} (1)
+pl {08238.p2-thinks} (1)
+pl {08239.f} (1)
+pl {08239.p2-thinks} (1)
+pl {08240.f} (1)
+pl {08240.p2-thinks} (1)
+pl {08241.f} (1)
+pl {08241.p2-thinks} (1)
+pl {08242.f} (1)
+pl {08242.p2-thinks} (1)
+pl {08243.f} (1)
+pl {08243.p2-thinks} (1)
+pl {08244.f} (1)
+pl {08244.p2-thinks} (1)
+pl {08245.f} (1)
+pl {08245.p2-thinks} (1)
+pl {08246.f} (1)
+pl {08246.p2-thinks} (1)
+pl {08247.f} (1)
+pl {08247.p2-thinks} (1)
+pl {08248.f} (1)
+pl {08248.p2-thinks} (1)
+pl {08249.f} (1)
+pl {08249.p2-thinks} (1)
+pl {08250.f} (1)
+pl {08250.p2-thinks} (1)
+pl {08251.f} (1)
+pl {08251.p2-thinks} (1)
+pl {08252.f} (1)
+pl {08252.p2-thinks} (1)
+pl {08253.f} (1)
+pl {08253.p2-thinks} (1)
+pl {08254.f} (1)
+pl {08254.p2-thinks} (1)
+pl {08255.f} (1)
+pl {08255.p2-thinks} (1)
+pl {08256.f} (1)
+pl {08256.p2-thinks} (1)
+pl {08257.f} (1)
+pl {08257.p2-thinks} (1)
+pl {08258.f} (1)
+pl {08258.p2-thinks} (1)
+pl {08259.f} (1)
+pl {08259.p2-thinks} (1)
+pl {08260.f} (1)
+pl {08260.p2-thinks} (1)
+pl {08261.f} (1)
+pl {08261.p2-thinks} (1)
+pl {08262.f} (1)
+pl {08262.p2-thinks} (1)
+pl {08263.f} (1)
+pl {08263.p2-thinks} (1)
+pl {08264.f} (1)
+pl {08264.p2-thinks} (1)
+pl {08265.f} (1)
+pl {08265.p2-thinks} (1)
+pl {08266.f} (1)
+pl {08266.p2-thinks} (1)
+pl {08267.f} (1)
+pl {08267.p2-thinks} (1)
+pl {08268.f} (1)
+pl {08268.p2-thinks} (1)
+pl {08269.f} (1)
+pl {08269.p2-thinks} (1)
+pl {08270.f} (1)
+pl {08270.p2-thinks} (1)
+pl {08271.f} (1)
+pl {08271.p2-thinks} (1)
+pl {08272.f} (1)
+pl {08272.p2-thinks} (1)
+pl {08273.f} (1)
+pl {08273.p2-thinks} (1)
+pl {08274.f} (1)
+pl {08274.p2-thinks} (1)
+pl {08275.f} (1)
+pl {08275.p2-thinks} (1)
+pl {08276.f} (1)
+pl {08276.p2-thinks} (1)
+pl {08277.f} (1)
+pl {08277.p2-thinks} (1)
+pl {08278.f} (1)
+pl {08278.p2-thinks} (1)
+pl {08279.f} (1)
+pl {08279.p2-thinks} (1)
+pl {08280.f} (1)
+pl {08280.p2-thinks} (1)
+pl {08281.f} (1)
+pl {08281.p2-thinks} (1)
+pl {08282.f} (1)
+pl {08282.p2-thinks} (1)
+pl {08283.f} (1)
+pl {08283.p2-thinks} (1)
+pl {08284.f} (1)
+pl {08284.p2-thinks} (1)
+pl {08285.f} (1)
+pl {08285.p2-thinks} (1)
+pl {08286.f} (1)
+pl {08286.p2-thinks} (1)
+pl {08287.f} (1)
+pl {08287.p2-thinks} (1)
+pl {08288.f} (1)
+pl {08288.p2-thinks} (1)
+pl {08289.f} (1)
+pl {08289.p2-thinks} (1)
+pl {08290.f} (1)
+pl {08290.p2-thinks} (1)
+pl {08291.f} (1)
+pl {08291.p2-thinks} (1)
+pl {08292.f} (1)
+pl {08292.p2-thinks} (1)
+pl {08293.f} (1)
+pl {08293.p2-thinks} (1)
+pl {08294.f} (1)
+pl {08294.p2-thinks} (1)
+pl {08295.f} (1)
+pl {08295.p2-thinks} (1)
+pl {08296.f} (1)
+pl {08296.p2-thinks} (1)
+pl {08297.f} (1)
+pl {08297.p2-thinks} (1)
+pl {08298.f} (1)
+pl {08298.p2-thinks} (1)
+pl {08299.f} (1)
+pl {08299.p2-thinks} (1)
+pl {08300.f} (1)
+pl {08300.p2-thinks} (1)
+pl {08301.f} (1)
+pl {08301.p2-thinks} (1)
+pl {08302.f} (1)
+pl {08302.p2-thinks} (1)
+pl {08303.f} (1)
+pl {08303.p2-thinks} (1)
+pl {08304.f} (1)
+pl {08304.p2-thinks} (1)
+pl {08305.f} (1)
+pl {08305.p2-thinks} (1)
+pl {08306.f} (1)
+pl {08306.p2-thinks} (1)
+pl {08307.f} (1)
+pl {08307.p2-thinks} (1)
+pl {08308.f} (1)
+pl {08308.p2-thinks} (1)
+pl {08309.f} (1)
+pl {08309.p2-thinks} (1)
+pl {08310.f} (1)
+pl {08310.p2-thinks} (1)
+pl {08311.f} (1)
+pl {08311.p2-thinks} (1)
+pl {08312.f} (1)
+pl {08312.p2-thinks} (1)
+pl {08313.f} (1)
+pl {08313.p2-thinks} (1)
+pl {08314.f} (1)
+pl {08314.p2-thinks} (1)
+pl {08315.f} (1)
+pl {08315.p2-thinks} (1)
+pl {08316.f} (1)
+pl {08316.p2-thinks} (1)
+pl {08317.f} (1)
+pl {08317.p2-thinks} (1)
+pl {08318.f} (1)
+pl {08318.p2-thinks} (1)
+pl {08319.f} (1)
+pl {08319.p2-thinks} (1)
+pl {08320.f} (1)
+pl {08320.p2-thinks} (1)
+pl {08321.f} (1)
+pl {08321.p2-thinks} (1)
+pl {08322.f} (1)
+pl {08322.p2-thinks} (1)
+pl {08323.f} (1)
+pl {08323.p2-thinks} (1)
+pl {08324.f} (1)
+pl {08324.p2-thinks} (1)
+pl {08325.f} (1)
+pl {08325.p2-thinks} (1)
+pl {08326.f} (1)
+pl {08326.p2-thinks} (1)
+pl {08327.f} (1)
+pl {08327.p2-thinks} (1)
+pl {08328.f} (1)
+pl {08328.p2-thinks} (1)
+pl {08329.f} (1)
+pl {08329.p2-thinks} (1)
+pl {08330.f} (1)
+pl {08330.p2-thinks} (1)
+pl {08331.f} (1)
+pl {08331.p2-thinks} (1)
+pl {08332.f} (1)
+pl {08332.p2-thinks} (1)
+pl {08333.f} (1)
+pl {08333.p2-thinks} (1)
+pl {08334.f} (1)
+pl {08334.p2-thinks} (1)
+pl {08335.f} (1)
+pl {08335.p2-thinks} (1)
+pl {08336.f} (1)
+pl {08336.p2-thinks} (1)
+pl {08337.f} (1)
+pl {08337.p2-thinks} (1)
+pl {08338.f} (1)
+pl {08338.p2-thinks} (1)
+pl {08339.f} (1)
+pl {08339.p2-thinks} (1)
+pl {08340.f} (1)
+pl {08340.p2-thinks} (1)
+pl {08341.f} (1)
+pl {08341.p2-thinks} (1)
+pl {08342.f} (1)
+pl {08342.p2-thinks} (1)
+pl {08343.f} (1)
+pl {08343.p2-thinks} (1)
+pl {08344.f} (1)
+pl {08344.p2-thinks} (1)
+pl {08345.f} (1)
+pl {08345.p2-thinks} (1)
+pl {08346.f} (1)
+pl {08346.p2-thinks} (1)
+pl {08347.f} (1)
+pl {08347.p2-thinks} (1)
+pl {08348.f} (1)
+pl {08348.p2-thinks} (1)
+pl {08349.f} (1)
+pl {08349.p2-thinks} (1)
+pl {08350.f} (1)
+pl {08350.p2-thinks} (1)
+pl {08351.f} (1)
+pl {08351.p2-thinks} (1)
+pl {08352.f} (1)
+pl {08352.p2-thinks} (1)
+pl {08353.f} (1)
+pl {08353.p2-thinks} (1)
+pl {08354.f} (1)
+pl {08354.p2-thinks} (1)
+pl {08355.f} (1)
+pl {08355.p2-thinks} (1)
+pl {08356.f} (1)
+pl {08356.p2-thinks} (1)
+pl {08357.f} (1)
+pl {08357.p2-thinks} (1)
+pl {08358.f} (1)
+pl {08358.p2-thinks} (1)
+pl {08359.f} (1)
+pl {08359.p2-thinks} (1)
+pl {08360.f} (1)
+pl {08360.p2-thinks} (1)
+pl {08361.f} (1)
+pl {08361.p2-thinks} (1)
+pl {08362.f} (1)
+pl {08362.p2-thinks} (1)
+pl {08363.f} (1)
+pl {08363.p2-thinks} (1)
+pl {08364.f} (1)
+pl {08364.p2-thinks} (1)
+pl {08365.f} (1)
+pl {08365.p2-thinks} (1)
+pl {08366.f} (1)
+pl {08366.p2-thinks} (1)
+pl {08367.f} (1)
+pl {08367.p2-thinks} (1)
+pl {08368.f} (1)
+pl {08368.p2-thinks} (1)
+pl {08369.f} (1)
+pl {08369.p2-thinks} (1)
+pl {08370.f} (1)
+pl {08370.p2-thinks} (1)
+pl {08371.f} (1)
+pl {08371.p2-thinks} (1)
+pl {08372.f} (1)
+pl {08372.p2-thinks} (1)
+pl {08373.f} (1)
+pl {08373.p2-thinks} (1)
+pl {08374.f} (1)
+pl {08374.p2-thinks} (1)
+pl {08375.f} (1)
+pl {08375.p2-thinks} (1)
+pl {08376.f} (1)
+pl {08376.p2-thinks} (1)
+pl {08377.f} (1)
+pl {08377.p2-thinks} (1)
+pl {08378.f} (1)
+pl {08378.p2-thinks} (1)
+pl {08379.f} (1)
+pl {08379.p2-thinks} (1)
+pl {08380.f} (1)
+pl {08380.p2-thinks} (1)
+pl {08381.f} (1)
+pl {08381.p2-thinks} (1)
+pl {08382.f} (1)
+pl {08382.p2-thinks} (1)
+pl {08383.f} (1)
+pl {08383.p2-thinks} (1)
+pl {08384.f} (1)
+pl {08384.p2-thinks} (1)
+pl {08385.f} (1)
+pl {08385.p2-thinks} (1)
+pl {08386.f} (1)
+pl {08386.p2-thinks} (1)
+pl {08387.f} (1)
+pl {08387.p2-thinks} (1)
+pl {08388.f} (1)
+pl {08388.p2-thinks} (1)
+pl {08389.f} (1)
+pl {08389.p2-thinks} (1)
+pl {08390.f} (1)
+pl {08390.p2-thinks} (1)
+pl {08391.f} (1)
+pl {08391.p2-thinks} (1)
+pl {08392.f} (1)
+pl {08392.p2-thinks} (1)
+pl {08393.f} (1)
+pl {08393.p2-thinks} (1)
+pl {08394.f} (1)
+pl {08394.p2-thinks} (1)
+pl {08395.f} (1)
+pl {08395.p2-thinks} (1)
+pl {08396.f} (1)
+pl {08396.p2-thinks} (1)
+pl {08397.f} (1)
+pl {08397.p2-thinks} (1)
+pl {08398.f} (1)
+pl {08398.p2-thinks} (1)
+pl {08399.f} (1)
+pl {08399.p2-thinks} (1)
+pl {08400.f} (1)
+pl {08400.p2-thinks} (1)
+pl {08401.f} (1)
+pl {08401.p2-thinks} (1)
+pl {08402.f} (1)
+pl {08402.p2-thinks} (1)
+pl {08403.f} (1)
+pl {08403.p2-thinks} (1)
+pl {08404.f} (1)
+pl {08404.p2-thinks} (1)
+pl {08405.f} (1)
+pl {08405.p2-thinks} (1)
+pl {08406.f} (1)
+pl {08406.p2-thinks} (1)
+pl {08407.f} (1)
+pl {08407.p2-thinks} (1)
+pl {08408.f} (1)
+pl {08408.p2-thinks} (1)
+pl {08409.f} (1)
+pl {08409.p2-thinks} (1)
+pl {08410.f} (1)
+pl {08410.p2-thinks} (1)
+pl {08411.f} (1)
+pl {08411.p2-thinks} (1)
+pl {08412.f} (1)
+pl {08412.p2-thinks} (1)
+pl {08413.f} (1)
+pl {08413.p2-thinks} (1)
+pl {08414.f} (1)
+pl {08414.p2-thinks} (1)
+pl {08415.f} (1)
+pl {08415.p2-thinks} (1)
+pl {08416.f} (1)
+pl {08416.p2-thinks} (1)
+pl {08417.f} (1)
+pl {08417.p2-thinks} (1)
+pl {08418.f} (1)
+pl {08418.p2-thinks} (1)
+pl {08419.f} (1)
+pl {08419.p2-thinks} (1)
+pl {08420.f} (1)
+pl {08420.p2-thinks} (1)
+pl {08421.f} (1)
+pl {08421.p2-thinks} (1)
+pl {08422.f} (1)
+pl {08422.p2-thinks} (1)
+pl {08423.f} (1)
+pl {08423.p2-thinks} (1)
+pl {08424.f} (1)
+pl {08424.p2-thinks} (1)
+pl {08425.f} (1)
+pl {08425.p2-thinks} (1)
+pl {08426.f} (1)
+pl {08426.p2-thinks} (1)
+pl {08427.f} (1)
+pl {08427.p2-thinks} (1)
+pl {08428.f} (1)
+pl {08428.p2-thinks} (1)
+pl {08429.f} (1)
+pl {08429.p2-thinks} (1)
+pl {08430.f} (1)
+pl {08430.p2-thinks} (1)
+pl {08431.f} (1)
+pl {08431.p2-thinks} (1)
+pl {08432.f} (1)
+pl {08432.p2-thinks} (1)
+pl {08433.f} (1)
+pl {08433.p2-thinks} (1)
+pl {08434.f} (1)
+pl {08434.p2-thinks} (1)
+pl {08435.f} (1)
+pl {08435.p2-thinks} (1)
+pl {08436.f} (1)
+pl {08436.p2-thinks} (1)
+pl {08437.f} (1)
+pl {08437.p2-thinks} (1)
+pl {08438.f} (1)
+pl {08438.p2-thinks} (1)
+pl {08439.f} (1)
+pl {08439.p2-thinks} (1)
+pl {08440.f} (1)
+pl {08440.p2-thinks} (1)
+pl {08441.f} (1)
+pl {08441.p2-thinks} (1)
+pl {08442.f} (1)
+pl {08442.p2-thinks} (1)
+pl {08443.f} (1)
+pl {08443.p2-thinks} (1)
+pl {08444.f} (1)
+pl {08444.p2-thinks} (1)
+pl {08445.f} (1)
+pl {08445.p2-thinks} (1)
+pl {08446.f} (1)
+pl {08446.p2-thinks} (1)
+pl {08447.f} (1)
+pl {08447.p2-thinks} (1)
+pl {08448.f} (1)
+pl {08448.p2-thinks} (1)
+pl {08449.f} (1)
+pl {08449.p2-thinks} (1)
+pl {08450.f} (1)
+pl {08450.p2-thinks} (1)
+pl {08451.f} (1)
+pl {08451.p2-thinks} (1)
+pl {08452.f} (1)
+pl {08452.p2-thinks} (1)
+pl {08453.f} (1)
+pl {08453.p2-thinks} (1)
+pl {08454.f} (1)
+pl {08454.p2-thinks} (1)
+pl {08455.f} (1)
+pl {08455.p2-thinks} (1)
+pl {08456.f} (1)
+pl {08456.p2-thinks} (1)
+pl {08457.f} (1)
+pl {08457.p2-thinks} (1)
+pl {08458.f} (1)
+pl {08458.p2-thinks} (1)
+pl {08459.f} (1)
+pl {08459.p2-thinks} (1)
+pl {08460.f} (1)
+pl {08460.p2-thinks} (1)
+pl {08461.f} (1)
+pl {08461.p2-thinks} (1)
+pl {08462.f} (1)
+pl {08462.p2-thinks} (1)
+pl {08463.f} (1)
+pl {08463.p2-thinks} (1)
+pl {08464.f} (1)
+pl {08464.p2-thinks} (1)
+pl {08465.f} (1)
+pl {08465.p2-thinks} (1)
+pl {08466.f} (1)
+pl {08466.p2-thinks} (1)
+pl {08467.f} (1)
+pl {08467.p2-thinks} (1)
+pl {08468.f} (1)
+pl {08468.p2-thinks} (1)
+pl {08469.f} (1)
+pl {08469.p2-thinks} (1)
+pl {08470.f} (1)
+pl {08470.p2-thinks} (1)
+pl {08471.f} (1)
+pl {08471.p2-thinks} (1)
+pl {08472.f} (1)
+pl {08472.p2-thinks} (1)
+pl {08473.f} (1)
+pl {08473.p2-thinks} (1)
+pl {08474.f} (1)
+pl {08474.p2-thinks} (1)
+pl {08475.f} (1)
+pl {08475.p2-thinks} (1)
+pl {08476.f} (1)
+pl {08476.p2-thinks} (1)
+pl {08477.f} (1)
+pl {08477.p2-thinks} (1)
+pl {08478.f} (1)
+pl {08478.p2-thinks} (1)
+pl {08479.f} (1)
+pl {08479.p2-thinks} (1)
+pl {08480.f} (1)
+pl {08480.p2-thinks} (1)
+pl {08481.f} (1)
+pl {08481.p2-thinks} (1)
+pl {08482.f} (1)
+pl {08482.p2-thinks} (1)
+pl {08483.f} (1)
+pl {08483.p2-thinks} (1)
+pl {08484.f} (1)
+pl {08484.p2-thinks} (1)
+pl {08485.f} (1)
+pl {08485.p2-thinks} (1)
+pl {08486.f} (1)
+pl {08486.p2-thinks} (1)
+pl {08487.f} (1)
+pl {08487.p2-thinks} (1)
+pl {08488.f} (1)
+pl {08488.p2-thinks} (1)
+pl {08489.f} (1)
+pl {08489.p2-thinks} (1)
+pl {08490.f} (1)
+pl {08490.p2-thinks} (1)
+pl {08491.f} (1)
+pl {08491.p2-thinks} (1)
+pl {08492.f} (1)
+pl {08492.p2-thinks} (1)
+pl {08493.f} (1)
+pl {08493.p2-thinks} (1)
+pl {08494.f} (1)
+pl {08494.p2-thinks} (1)
+pl {08495.f} (1)
+pl {08495.p2-thinks} (1)
+pl {08496.f} (1)
+pl {08496.p2-thinks} (1)
+pl {08497.f} (1)
+pl {08497.p2-thinks} (1)
+pl {08498.f} (1)
+pl {08498.p2-thinks} (1)
+pl {08499.f} (1)
+pl {08499.p2-thinks} (1)
+pl {08500.f} (1)
+pl {08500.p2-thinks} (1)
+pl {08501.f} (1)
+pl {08501.p2-thinks} (1)
+pl {08502.f} (1)
+pl {08502.p2-thinks} (1)
+pl {08503.f} (1)
+pl {08503.p2-thinks} (1)
+pl {08504.f} (1)
+pl {08504.p2-thinks} (1)
+pl {08505.f} (1)
+pl {08505.p2-thinks} (1)
+pl {08506.f} (1)
+pl {08506.p2-thinks} (1)
+pl {08507.f} (1)
+pl {08507.p2-thinks} (1)
+pl {08508.f} (1)
+pl {08508.p2-thinks} (1)
+pl {08509.f} (1)
+pl {08509.p2-thinks} (1)
+pl {08510.f} (1)
+pl {08510.p2-thinks} (1)
+pl {08511.f} (1)
+pl {08511.p2-thinks} (1)
+pl {08512.f} (1)
+pl {08512.p2-thinks} (1)
+pl {08513.f} (1)
+pl {08513.p2-thinks} (1)
+pl {08514.f} (1)
+pl {08514.p2-thinks} (1)
+pl {08515.f} (1)
+pl {08515.p2-thinks} (1)
+pl {08516.f} (1)
+pl {08516.p2-thinks} (1)
+pl {08517.f} (1)
+pl {08517.p2-thinks} (1)
+pl {08518.f} (1)
+pl {08518.p2-thinks} (1)
+pl {08519.f} (1)
+pl {08519.p2-thinks} (1)
+pl {08520.f} (1)
+pl {08520.p2-thinks} (1)
+pl {08521.f} (1)
+pl {08521.p2-thinks} (1)
+pl {08522.f} (1)
+pl {08522.p2-thinks} (1)
+pl {08523.f} (1)
+pl {08523.p2-thinks} (1)
+pl {08524.f} (1)
+pl {08524.p2-thinks} (1)
+pl {08525.f} (1)
+pl {08525.p2-thinks} (1)
+pl {08526.f} (1)
+pl {08526.p2-thinks} (1)
+pl {08527.f} (1)
+pl {08527.p2-thinks} (1)
+pl {08528.f} (1)
+pl {08528.p2-thinks} (1)
+pl {08529.f} (1)
+pl {08529.p2-thinks} (1)
+pl {08530.f} (1)
+pl {08530.p2-thinks} (1)
+pl {08531.f} (1)
+pl {08531.p2-thinks} (1)
+pl {08532.f} (1)
+pl {08532.p2-thinks} (1)
+pl {08533.f} (1)
+pl {08533.p2-thinks} (1)
+pl {08534.f} (1)
+pl {08534.p2-thinks} (1)
+pl {08535.f} (1)
+pl {08535.p2-thinks} (1)
+pl {08536.f} (1)
+pl {08536.p2-thinks} (1)
+pl {08537.f} (1)
+pl {08537.p2-thinks} (1)
+pl {08538.f} (1)
+pl {08538.p2-thinks} (1)
+pl {08539.f} (1)
+pl {08539.p2-thinks} (1)
+pl {08540.f} (1)
+pl {08540.p2-thinks} (1)
+pl {08541.f} (1)
+pl {08541.p2-thinks} (1)
+pl {08542.f} (1)
+pl {08542.p2-thinks} (1)
+pl {08543.f} (1)
+pl {08543.p2-thinks} (1)
+pl {08544.f} (1)
+pl {08544.p2-thinks} (1)
+pl {08545.f} (1)
+pl {08545.p2-thinks} (1)
+pl {08546.f} (1)
+pl {08546.p2-thinks} (1)
+pl {08547.f} (1)
+pl {08547.p2-thinks} (1)
+pl {08548.f} (1)
+pl {08548.p2-thinks} (1)
+pl {08549.f} (1)
+pl {08549.p2-thinks} (1)
+pl {08550.f} (1)
+pl {08550.p2-thinks} (1)
+pl {08551.f} (1)
+pl {08551.p2-thinks} (1)
+pl {08552.f} (1)
+pl {08552.p2-thinks} (1)
+pl {08553.f} (1)
+pl {08553.p2-thinks} (1)
+pl {08554.f} (1)
+pl {08554.p2-thinks} (1)
+pl {08555.f} (1)
+pl {08555.p2-thinks} (1)
+pl {08556.f} (1)
+pl {08556.p2-thinks} (1)
+pl {08557.f} (1)
+pl {08557.p2-thinks} (1)
+pl {08558.f} (1)
+pl {08558.p2-thinks} (1)
+pl {08559.f} (1)
+pl {08559.p2-thinks} (1)
+pl {08560.f} (1)
+pl {08560.p2-thinks} (1)
+pl {08561.f} (1)
+pl {08561.p2-thinks} (1)
+pl {08562.f} (1)
+pl {08562.p2-thinks} (1)
+pl {08563.f} (1)
+pl {08563.p2-thinks} (1)
+pl {08564.f} (1)
+pl {08564.p2-thinks} (1)
+pl {08565.f} (1)
+pl {08565.p2-thinks} (1)
+pl {08566.f} (1)
+pl {08566.p2-thinks} (1)
+pl {08567.f} (1)
+pl {08567.p2-thinks} (1)
+pl {08568.f} (1)
+pl {08568.p2-thinks} (1)
+pl {08569.f} (1)
+pl {08569.p2-thinks} (1)
+pl {08570.f} (1)
+pl {08570.p2-thinks} (1)
+pl {08571.f} (1)
+pl {08571.p2-thinks} (1)
+pl {08572.f} (1)
+pl {08572.p2-thinks} (1)
+pl {08573.f} (1)
+pl {08573.p2-thinks} (1)
+pl {08574.f} (1)
+pl {08574.p2-thinks} (1)
+pl {08575.f} (1)
+pl {08575.p2-thinks} (1)
+pl {08576.f} (1)
+pl {08576.p2-thinks} (1)
+pl {08577.f} (1)
+pl {08577.p2-thinks} (1)
+pl {08578.f} (1)
+pl {08578.p2-thinks} (1)
+pl {08579.f} (1)
+pl {08579.p2-thinks} (1)
+pl {08580.f} (1)
+pl {08580.p2-thinks} (1)
+pl {08581.f} (1)
+pl {08581.p2-thinks} (1)
+pl {08582.f} (1)
+pl {08582.p2-thinks} (1)
+pl {08583.f} (1)
+pl {08583.p2-thinks} (1)
+pl {08584.f} (1)
+pl {08584.p2-thinks} (1)
+pl {08585.f} (1)
+pl {08585.p2-thinks} (1)
+pl {08586.f} (1)
+pl {08586.p2-thinks} (1)
+pl {08587.f} (1)
+pl {08587.p2-thinks} (1)
+pl {08588.f} (1)
+pl {08588.p2-thinks} (1)
+pl {08589.f} (1)
+pl {08589.p2-thinks} (1)
+pl {08590.f} (1)
+pl {08590.p2-thinks} (1)
+pl {08591.f} (1)
+pl {08591.p2-thinks} (1)
+pl {08592.f} (1)
+pl {08592.p2-thinks} (1)
+pl {08593.f} (1)
+pl {08593.p2-thinks} (1)
+pl {08594.f} (1)
+pl {08594.p2-thinks} (1)
+pl {08595.f} (1)
+pl {08595.p2-thinks} (1)
+pl {08596.f} (1)
+pl {08596.p2-thinks} (1)
+pl {08597.f} (1)
+pl {08597.p2-thinks} (1)
+pl {08598.f} (1)
+pl {08598.p2-thinks} (1)
+pl {08599.f} (1)
+pl {08599.p2-thinks} (1)
+pl {08600.f} (1)
+pl {08600.p2-thinks} (1)
+pl {08601.f} (1)
+pl {08601.p2-thinks} (1)
+pl {08602.f} (1)
+pl {08602.p2-thinks} (1)
+pl {08603.f} (1)
+pl {08603.p2-thinks} (1)
+pl {08604.f} (1)
+pl {08604.p2-thinks} (1)
+pl {08605.f} (1)
+pl {08605.p2-thinks} (1)
+pl {08606.f} (1)
+pl {08606.p2-thinks} (1)
+pl {08607.f} (1)
+pl {08607.p2-thinks} (1)
+pl {08608.f} (1)
+pl {08608.p2-thinks} (1)
+pl {08609.f} (1)
+pl {08609.p2-thinks} (1)
+pl {08610.f} (1)
+pl {08610.p2-thinks} (1)
+pl {08611.f} (1)
+pl {08611.p2-thinks} (1)
+pl {08612.f} (1)
+pl {08612.p2-thinks} (1)
+pl {08613.f} (1)
+pl {08613.p2-thinks} (1)
+pl {08614.f} (1)
+pl {08614.p2-thinks} (1)
+pl {08615.f} (1)
+pl {08615.p2-thinks} (1)
+pl {08616.f} (1)
+pl {08616.p2-thinks} (1)
+pl {08617.f} (1)
+pl {08617.p2-thinks} (1)
+pl {08618.f} (1)
+pl {08618.p2-thinks} (1)
+pl {08619.f} (1)
+pl {08619.p2-thinks} (1)
+pl {08620.f} (1)
+pl {08620.p2-thinks} (1)
+pl {08621.f} (1)
+pl {08621.p2-thinks} (1)
+pl {08622.f} (1)
+pl {08622.p2-thinks} (1)
+pl {08623.f} (1)
+pl {08623.p2-thinks} (1)
+pl {08624.f} (1)
+pl {08624.p2-thinks} (1)
+pl {08625.f} (1)
+pl {08625.p2-thinks} (1)
+pl {08626.f} (1)
+pl {08626.p2-thinks} (1)
+pl {08627.f} (1)
+pl {08627.p2-thinks} (1)
+pl {08628.f} (1)
+pl {08628.p2-thinks} (1)
+pl {08629.f} (1)
+pl {08629.p2-thinks} (1)
+pl {08630.f} (1)
+pl {08630.p2-thinks} (1)
+pl {08631.f} (1)
+pl {08631.p2-thinks} (1)
+pl {08632.f} (1)
+pl {08632.p2-thinks} (1)
+pl {08633.f} (1)
+pl {08633.p2-thinks} (1)
+pl {08634.f} (1)
+pl {08634.p2-thinks} (1)
+pl {08635.f} (1)
+pl {08635.p2-thinks} (1)
+pl {08636.f} (1)
+pl {08636.p2-thinks} (1)
+pl {08637.f} (1)
+pl {08637.p2-thinks} (1)
+pl {08638.f} (1)
+pl {08638.p2-thinks} (1)
+pl {08639.f} (1)
+pl {08639.p2-thinks} (1)
+pl {08640.f} (1)
+pl {08640.p2-thinks} (1)
+pl {08641.f} (1)
+pl {08641.p2-thinks} (1)
+pl {08642.f} (1)
+pl {08642.p2-thinks} (1)
+pl {08643.f} (1)
+pl {08643.p2-thinks} (1)
+pl {08644.f} (1)
+pl {08644.p2-thinks} (1)
+pl {08645.f} (1)
+pl {08645.p2-thinks} (1)
+pl {08646.f} (1)
+pl {08646.p2-thinks} (1)
+pl {08647.f} (1)
+pl {08647.p2-thinks} (1)
+pl {08648.f} (1)
+pl {08648.p2-thinks} (1)
+pl {08649.f} (1)
+pl {08649.p2-thinks} (1)
+pl {08650.f} (1)
+pl {08650.p2-thinks} (1)
+pl {08651.f} (1)
+pl {08651.p2-thinks} (1)
+pl {08652.f} (1)
+pl {08652.p2-thinks} (1)
+pl {08653.f} (1)
+pl {08653.p2-thinks} (1)
+pl {08654.f} (1)
+pl {08654.p2-thinks} (1)
+pl {08655.f} (1)
+pl {08655.p2-thinks} (1)
+pl {08656.f} (1)
+pl {08656.p2-thinks} (1)
+pl {08657.f} (1)
+pl {08657.p2-thinks} (1)
+pl {08658.f} (1)
+pl {08658.p2-thinks} (1)
+pl {08659.f} (1)
+pl {08659.p2-thinks} (1)
+pl {08660.f} (1)
+pl {08660.p2-thinks} (1)
+pl {08661.f} (1)
+pl {08661.p2-thinks} (1)
+pl {08662.f} (1)
+pl {08662.p2-thinks} (1)
+pl {08663.f} (1)
+pl {08663.p2-thinks} (1)
+pl {08664.f} (1)
+pl {08664.p2-thinks} (1)
+pl {08665.f} (1)
+pl {08665.p2-thinks} (1)
+pl {08666.f} (1)
+pl {08666.p2-thinks} (1)
+pl {08667.f} (1)
+pl {08667.p2-thinks} (1)
+pl {08668.f} (1)
+pl {08668.p2-thinks} (1)
+pl {08669.f} (1)
+pl {08669.p2-thinks} (1)
+pl {08670.f} (1)
+pl {08670.p2-thinks} (1)
+pl {08671.f} (1)
+pl {08671.p2-thinks} (1)
+pl {08672.f} (1)
+pl {08672.p2-thinks} (1)
+pl {08673.f} (1)
+pl {08673.p2-thinks} (1)
+pl {08674.f} (1)
+pl {08674.p2-thinks} (1)
+pl {08675.f} (1)
+pl {08675.p2-thinks} (1)
+pl {08676.f} (1)
+pl {08676.p2-thinks} (1)
+pl {08677.f} (1)
+pl {08677.p2-thinks} (1)
+pl {08678.f} (1)
+pl {08678.p2-thinks} (1)
+pl {08679.f} (1)
+pl {08679.p2-thinks} (1)
+pl {08680.f} (1)
+pl {08680.p2-thinks} (1)
+pl {08681.f} (1)
+pl {08681.p2-thinks} (1)
+pl {08682.f} (1)
+pl {08682.p2-thinks} (1)
+pl {08683.f} (1)
+pl {08683.p2-thinks} (1)
+pl {08684.f} (1)
+pl {08684.p2-thinks} (1)
+pl {08685.f} (1)
+pl {08685.p2-thinks} (1)
+pl {08686.f} (1)
+pl {08686.p2-thinks} (1)
+pl {08687.f} (1)
+pl {08687.p2-thinks} (1)
+pl {08688.f} (1)
+pl {08688.p2-thinks} (1)
+pl {08689.f} (1)
+pl {08689.p2-thinks} (1)
+pl {08690.f} (1)
+pl {08690.p2-thinks} (1)
+pl {08691.f} (1)
+pl {08691.p2-thinks} (1)
+pl {08692.f} (1)
+pl {08692.p2-thinks} (1)
+pl {08693.f} (1)
+pl {08693.p2-thinks} (1)
+pl {08694.f} (1)
+pl {08694.p2-thinks} (1)
+pl {08695.f} (1)
+pl {08695.p2-thinks} (1)
+pl {08696.f} (1)
+pl {08696.p2-thinks} (1)
+pl {08697.f} (1)
+pl {08697.p2-thinks} (1)
+pl {08698.f} (1)
+pl {08698.p2-thinks} (1)
+pl {08699.f} (1)
+pl {08699.p2-thinks} (1)
+pl {08700.f} (1)
+pl {08700.p2-thinks} (1)
+pl {08701.f} (1)
+pl {08701.p2-thinks} (1)
+pl {08702.f} (1)
+pl {08702.p2-thinks} (1)
+pl {08703.f} (1)
+pl {08703.p2-thinks} (1)
+pl {08704.f} (1)
+pl {08704.p2-thinks} (1)
+pl {08705.f} (1)
+pl {08705.p2-thinks} (1)
+pl {08706.f} (1)
+pl {08706.p2-thinks} (1)
+pl {08707.f} (1)
+pl {08707.p2-thinks} (1)
+pl {08708.f} (1)
+pl {08708.p2-thinks} (1)
+pl {08709.f} (1)
+pl {08709.p2-thinks} (1)
+pl {08710.f} (1)
+pl {08710.p2-thinks} (1)
+pl {08711.f} (1)
+pl {08711.p2-thinks} (1)
+pl {08712.f} (1)
+pl {08712.p2-thinks} (1)
+pl {08713.f} (1)
+pl {08713.p2-thinks} (1)
+pl {08714.f} (1)
+pl {08714.p2-thinks} (1)
+pl {08715.f} (1)
+pl {08715.p2-thinks} (1)
+pl {08716.f} (1)
+pl {08716.p2-thinks} (1)
+pl {08717.f} (1)
+pl {08717.p2-thinks} (1)
+pl {08718.f} (1)
+pl {08718.p2-thinks} (1)
+pl {08719.f} (1)
+pl {08719.p2-thinks} (1)
+pl {08720.f} (1)
+pl {08720.p2-thinks} (1)
+pl {08721.f} (1)
+pl {08721.p2-thinks} (1)
+pl {08722.f} (1)
+pl {08722.p2-thinks} (1)
+pl {08723.f} (1)
+pl {08723.p2-thinks} (1)
+pl {08724.f} (1)
+pl {08724.p2-thinks} (1)
+pl {08725.f} (1)
+pl {08725.p2-thinks} (1)
+pl {08726.f} (1)
+pl {08726.p2-thinks} (1)
+pl {08727.f} (1)
+pl {08727.p2-thinks} (1)
+pl {08728.f} (1)
+pl {08728.p2-thinks} (1)
+pl {08729.f} (1)
+pl {08729.p2-thinks} (1)
+pl {08730.f} (1)
+pl {08730.p2-thinks} (1)
+pl {08731.f} (1)
+pl {08731.p2-thinks} (1)
+pl {08732.f} (1)
+pl {08732.p2-thinks} (1)
+pl {08733.f} (1)
+pl {08733.p2-thinks} (1)
+pl {08734.f} (1)
+pl {08734.p2-thinks} (1)
+pl {08735.f} (1)
+pl {08735.p2-thinks} (1)
+pl {08736.f} (1)
+pl {08736.p2-thinks} (1)
+pl {08737.f} (1)
+pl {08737.p2-thinks} (1)
+pl {08738.f} (1)
+pl {08738.p2-thinks} (1)
+pl {08739.f} (1)
+pl {08739.p2-thinks} (1)
+pl {08740.f} (1)
+pl {08740.p2-thinks} (1)
+pl {08741.f} (1)
+pl {08741.p2-thinks} (1)
+pl {08742.f} (1)
+pl {08742.p2-thinks} (1)
+pl {08743.f} (1)
+pl {08743.p2-thinks} (1)
+pl {08744.f} (1)
+pl {08744.p2-thinks} (1)
+pl {08745.f} (1)
+pl {08745.p2-thinks} (1)
+pl {08746.f} (1)
+pl {08746.p2-thinks} (1)
+pl {08747.f} (1)
+pl {08747.p2-thinks} (1)
+pl {08748.f} (1)
+pl {08748.p2-thinks} (1)
+pl {08749.f} (1)
+pl {08749.p2-thinks} (1)
+pl {08750.f} (1)
+pl {08750.p2-thinks} (1)
+pl {08751.f} (1)
+pl {08751.p2-thinks} (1)
+pl {08752.f} (1)
+pl {08752.p2-thinks} (1)
+pl {08753.f} (1)
+pl {08753.p2-thinks} (1)
+pl {08754.f} (1)
+pl {08754.p2-thinks} (1)
+pl {08755.f} (1)
+pl {08755.p2-thinks} (1)
+pl {08756.f} (1)
+pl {08756.p2-thinks} (1)
+pl {08757.f} (1)
+pl {08757.p2-thinks} (1)
+pl {08758.f} (1)
+pl {08758.p2-thinks} (1)
+pl {08759.f} (1)
+pl {08759.p2-thinks} (1)
+pl {08760.f} (1)
+pl {08760.p2-thinks} (1)
+pl {08761.f} (1)
+pl {08761.p2-thinks} (1)
+pl {08762.f} (1)
+pl {08762.p2-thinks} (1)
+pl {08763.f} (1)
+pl {08763.p2-thinks} (1)
+pl {08764.f} (1)
+pl {08764.p2-thinks} (1)
+pl {08765.f} (1)
+pl {08765.p2-thinks} (1)
+pl {08766.f} (1)
+pl {08766.p2-thinks} (1)
+pl {08767.f} (1)
+pl {08767.p2-thinks} (1)
+pl {08768.f} (1)
+pl {08768.p2-thinks} (1)
+pl {08769.f} (1)
+pl {08769.p2-thinks} (1)
+pl {08770.f} (1)
+pl {08770.p2-thinks} (1)
+pl {08771.f} (1)
+pl {08771.p2-thinks} (1)
+pl {08772.f} (1)
+pl {08772.p2-thinks} (1)
+pl {08773.f} (1)
+pl {08773.p2-thinks} (1)
+pl {08774.f} (1)
+pl {08774.p2-thinks} (1)
+pl {08775.f} (1)
+pl {08775.p2-thinks} (1)
+pl {08776.f} (1)
+pl {08776.p2-thinks} (1)
+pl {08777.f} (1)
+pl {08777.p2-thinks} (1)
+pl {08778.f} (1)
+pl {08778.p2-thinks} (1)
+pl {08779.f} (1)
+pl {08779.p2-thinks} (1)
+pl {08780.f} (1)
+pl {08780.p2-thinks} (1)
+pl {08781.f} (1)
+pl {08781.p2-thinks} (1)
+pl {08782.f} (1)
+pl {08782.p2-thinks} (1)
+pl {08783.f} (1)
+pl {08783.p2-thinks} (1)
+pl {08784.f} (1)
+pl {08784.p2-thinks} (1)
+pl {08785.f} (1)
+pl {08785.p2-thinks} (1)
+pl {08786.f} (1)
+pl {08786.p2-thinks} (1)
+pl {08787.f} (1)
+pl {08787.p2-thinks} (1)
+pl {08788.f} (1)
+pl {08788.p2-thinks} (1)
+pl {08789.f} (1)
+pl {08789.p2-thinks} (1)
+pl {08790.f} (1)
+pl {08790.p2-thinks} (1)
+pl {08791.f} (1)
+pl {08791.p2-thinks} (1)
+pl {08792.f} (1)
+pl {08792.p2-thinks} (1)
+pl {08793.f} (1)
+pl {08793.p2-thinks} (1)
+pl {08794.f} (1)
+pl {08794.p2-thinks} (1)
+pl {08795.f} (1)
+pl {08795.p2-thinks} (1)
+pl {08796.f} (1)
+pl {08796.p2-thinks} (1)
+pl {08797.f} (1)
+pl {08797.p2-thinks} (1)
+pl {08798.f} (1)
+pl {08798.p2-thinks} (1)
+pl {08799.f} (1)
+pl {08799.p2-thinks} (1)
+pl {08800.f} (1)
+pl {08800.p2-thinks} (1)
+pl {08801.f} (1)
+pl {08801.p2-thinks} (1)
+pl {08802.f} (1)
+pl {08802.p2-thinks} (1)
+pl {08803.f} (1)
+pl {08803.p2-thinks} (1)
+pl {08804.f} (1)
+pl {08804.p2-thinks} (1)
+pl {08805.f} (1)
+pl {08805.p2-thinks} (1)
+pl {08806.f} (1)
+pl {08806.p2-thinks} (1)
+pl {08807.f} (1)
+pl {08807.p2-thinks} (1)
+pl {08808.f} (1)
+pl {08808.p2-thinks} (1)
+pl {08809.f} (1)
+pl {08809.p2-thinks} (1)
+pl {08810.f} (1)
+pl {08810.p2-thinks} (1)
+pl {08811.f} (1)
+pl {08811.p2-thinks} (1)
+pl {08812.f} (1)
+pl {08812.p2-thinks} (1)
+pl {08813.f} (1)
+pl {08813.p2-thinks} (1)
+pl {08814.f} (1)
+pl {08814.p2-thinks} (1)
+pl {08815.f} (1)
+pl {08815.p2-thinks} (1)
+pl {08816.f} (1)
+pl {08816.p2-thinks} (1)
+pl {08817.f} (1)
+pl {08817.p2-thinks} (1)
+pl {08818.f} (1)
+pl {08818.p2-thinks} (1)
+pl {08819.f} (1)
+pl {08819.p2-thinks} (1)
+pl {08820.f} (1)
+pl {08820.p2-thinks} (1)
+pl {08821.f} (1)
+pl {08821.p2-thinks} (1)
+pl {08822.f} (1)
+pl {08822.p2-thinks} (1)
+pl {08823.f} (1)
+pl {08823.p2-thinks} (1)
+pl {08824.f} (1)
+pl {08824.p2-thinks} (1)
+pl {08825.f} (1)
+pl {08825.p2-thinks} (1)
+pl {08826.f} (1)
+pl {08826.p2-thinks} (1)
+pl {08827.f} (1)
+pl {08827.p2-thinks} (1)
+pl {08828.f} (1)
+pl {08828.p2-thinks} (1)
+pl {08829.f} (1)
+pl {08829.p2-thinks} (1)
+pl {08830.f} (1)
+pl {08830.p2-thinks} (1)
+pl {08831.f} (1)
+pl {08831.p2-thinks} (1)
+pl {08832.f} (1)
+pl {08832.p2-thinks} (1)
+pl {08833.f} (1)
+pl {08833.p2-thinks} (1)
+pl {08834.f} (1)
+pl {08834.p2-thinks} (1)
+pl {08835.f} (1)
+pl {08835.p2-thinks} (1)
+pl {08836.f} (1)
+pl {08836.p2-thinks} (1)
+pl {08837.f} (1)
+pl {08837.p2-thinks} (1)
+pl {08838.f} (1)
+pl {08838.p2-thinks} (1)
+pl {08839.f} (1)
+pl {08839.p2-thinks} (1)
+pl {08840.f} (1)
+pl {08840.p2-thinks} (1)
+pl {08841.f} (1)
+pl {08841.p2-thinks} (1)
+pl {08842.f} (1)
+pl {08842.p2-thinks} (1)
+pl {08843.f} (1)
+pl {08843.p2-thinks} (1)
+pl {08844.f} (1)
+pl {08844.p2-thinks} (1)
+pl {08845.f} (1)
+pl {08845.p2-thinks} (1)
+pl {08846.f} (1)
+pl {08846.p2-thinks} (1)
+pl {08847.f} (1)
+pl {08847.p2-thinks} (1)
+pl {08848.f} (1)
+pl {08848.p2-thinks} (1)
+pl {08849.f} (1)
+pl {08849.p2-thinks} (1)
+pl {08850.f} (1)
+pl {08850.p2-thinks} (1)
+pl {08851.f} (1)
+pl {08851.p2-thinks} (1)
+pl {08852.f} (1)
+pl {08852.p2-thinks} (1)
+pl {08853.f} (1)
+pl {08853.p2-thinks} (1)
+pl {08854.f} (1)
+pl {08854.p2-thinks} (1)
+pl {08855.f} (1)
+pl {08855.p2-thinks} (1)
+pl {08856.f} (1)
+pl {08856.p2-thinks} (1)
+pl {08857.f} (1)
+pl {08857.p2-thinks} (1)
+pl {08858.f} (1)
+pl {08858.p2-thinks} (1)
+pl {08859.f} (1)
+pl {08859.p2-thinks} (1)
+pl {08860.f} (1)
+pl {08860.p2-thinks} (1)
+pl {08861.f} (1)
+pl {08861.p2-thinks} (1)
+pl {08862.f} (1)
+pl {08862.p2-thinks} (1)
+pl {08863.f} (1)
+pl {08863.p2-thinks} (1)
+pl {08864.f} (1)
+pl {08864.p2-thinks} (1)
+pl {08865.f} (1)
+pl {08865.p2-thinks} (1)
+pl {08866.f} (1)
+pl {08866.p2-thinks} (1)
+pl {08867.f} (1)
+pl {08867.p2-thinks} (1)
+pl {08868.f} (1)
+pl {08868.p2-thinks} (1)
+pl {08869.f} (1)
+pl {08869.p2-thinks} (1)
+pl {08870.f} (1)
+pl {08870.p2-thinks} (1)
+pl {08871.f} (1)
+pl {08871.p2-thinks} (1)
+pl {08872.f} (1)
+pl {08872.p2-thinks} (1)
+pl {08873.f} (1)
+pl {08873.p2-thinks} (1)
+pl {08874.f} (1)
+pl {08874.p2-thinks} (1)
+pl {08875.f} (1)
+pl {08875.p2-thinks} (1)
+pl {08876.f} (1)
+pl {08876.p2-thinks} (1)
+pl {08877.f} (1)
+pl {08877.p2-thinks} (1)
+pl {08878.f} (1)
+pl {08878.p2-thinks} (1)
+pl {08879.f} (1)
+pl {08879.p2-thinks} (1)
+pl {08880.f} (1)
+pl {08880.p2-thinks} (1)
+pl {08881.f} (1)
+pl {08881.p2-thinks} (1)
+pl {08882.f} (1)
+pl {08882.p2-thinks} (1)
+pl {08883.f} (1)
+pl {08883.p2-thinks} (1)
+pl {08884.f} (1)
+pl {08884.p2-thinks} (1)
+pl {08885.f} (1)
+pl {08885.p2-thinks} (1)
+pl {08886.f} (1)
+pl {08886.p2-thinks} (1)
+pl {08887.f} (1)
+pl {08887.p2-thinks} (1)
+pl {08888.f} (1)
+pl {08888.p2-thinks} (1)
+pl {08889.f} (1)
+pl {08889.p2-thinks} (1)
+pl {08890.f} (1)
+pl {08890.p2-thinks} (1)
+pl {08891.f} (1)
+pl {08891.p2-thinks} (1)
+pl {08892.f} (1)
+pl {08892.p2-thinks} (1)
+pl {08893.f} (1)
+pl {08893.p2-thinks} (1)
+pl {08894.f} (1)
+pl {08894.p2-thinks} (1)
+pl {08895.f} (1)
+pl {08895.p2-thinks} (1)
+pl {08896.f} (1)
+pl {08896.p2-thinks} (1)
+pl {08897.f} (1)
+pl {08897.p2-thinks} (1)
+pl {08898.f} (1)
+pl {08898.p2-thinks} (1)
+pl {08899.f} (1)
+pl {08899.p2-thinks} (1)
+pl {08900.f} (1)
+pl {08900.p2-thinks} (1)
+pl {08901.f} (1)
+pl {08901.p2-thinks} (1)
+pl {08902.f} (1)
+pl {08902.p2-thinks} (1)
+pl {08903.f} (1)
+pl {08903.p2-thinks} (1)
+pl {08904.f} (1)
+pl {08904.p2-thinks} (1)
+pl {08905.f} (1)
+pl {08905.p2-thinks} (1)
+pl {08906.f} (1)
+pl {08906.p2-thinks} (1)
+pl {08907.f} (1)
+pl {08907.p2-thinks} (1)
+pl {08908.f} (1)
+pl {08908.p2-thinks} (1)
+pl {08909.f} (1)
+pl {08909.p2-thinks} (1)
+pl {08910.f} (1)
+pl {08910.p2-thinks} (1)
+pl {08911.f} (1)
+pl {08911.p2-thinks} (1)
+pl {08912.f} (1)
+pl {08912.p2-thinks} (1)
+pl {08913.f} (1)
+pl {08913.p2-thinks} (1)
+pl {08914.f} (1)
+pl {08914.p2-thinks} (1)
+pl {08915.f} (1)
+pl {08915.p2-thinks} (1)
+pl {08916.f} (1)
+pl {08916.p2-thinks} (1)
+pl {08917.f} (1)
+pl {08917.p2-thinks} (1)
+pl {08918.f} (1)
+pl {08918.p2-thinks} (1)
+pl {08919.f} (1)
+pl {08919.p2-thinks} (1)
+pl {08920.f} (1)
+pl {08920.p2-thinks} (1)
+pl {08921.f} (1)
+pl {08921.p2-thinks} (1)
+pl {08922.f} (1)
+pl {08922.p2-thinks} (1)
+pl {08923.f} (1)
+pl {08923.p2-thinks} (1)
+pl {08924.f} (1)
+pl {08924.p2-thinks} (1)
+pl {08925.f} (1)
+pl {08925.p2-thinks} (1)
+pl {08926.f} (1)
+pl {08926.p2-thinks} (1)
+pl {08927.f} (1)
+pl {08927.p2-thinks} (1)
+pl {08928.f} (1)
+pl {08928.p2-thinks} (1)
+pl {08929.f} (1)
+pl {08929.p2-thinks} (1)
+pl {08930.f} (1)
+pl {08930.p2-thinks} (1)
+pl {08931.f} (1)
+pl {08931.p2-thinks} (1)
+pl {08932.f} (1)
+pl {08932.p2-thinks} (1)
+pl {08933.f} (1)
+pl {08933.p2-thinks} (1)
+pl {08934.f} (1)
+pl {08934.p2-thinks} (1)
+pl {08935.f} (1)
+pl {08935.p2-thinks} (1)
+pl {08936.f} (1)
+pl {08936.p2-thinks} (1)
+pl {08937.f} (1)
+pl {08937.p2-thinks} (1)
+pl {08938.f} (1)
+pl {08938.p2-thinks} (1)
+pl {08939.f} (1)
+pl {08939.p2-thinks} (1)
+pl {08940.f} (1)
+pl {08940.p2-thinks} (1)
+pl {08941.f} (1)
+pl {08941.p2-thinks} (1)
+pl {08942.f} (1)
+pl {08942.p2-thinks} (1)
+pl {08943.f} (1)
+pl {08943.p2-thinks} (1)
+pl {08944.f} (1)
+pl {08944.p2-thinks} (1)
+pl {08945.f} (1)
+pl {08945.p2-thinks} (1)
+pl {08946.f} (1)
+pl {08946.p2-thinks} (1)
+pl {08947.f} (1)
+pl {08947.p2-thinks} (1)
+pl {08948.f} (1)
+pl {08948.p2-thinks} (1)
+pl {08949.f} (1)
+pl {08949.p2-thinks} (1)
+pl {08950.f} (1)
+pl {08950.p2-thinks} (1)
+pl {08951.f} (1)
+pl {08951.p2-thinks} (1)
+pl {08952.f} (1)
+pl {08952.p2-thinks} (1)
+pl {08953.f} (1)
+pl {08953.p2-thinks} (1)
+pl {08954.f} (1)
+pl {08954.p2-thinks} (1)
+pl {08955.f} (1)
+pl {08955.p2-thinks} (1)
+pl {08956.f} (1)
+pl {08956.p2-thinks} (1)
+pl {08957.f} (1)
+pl {08957.p2-thinks} (1)
+pl {08958.f} (1)
+pl {08958.p2-thinks} (1)
+pl {08959.f} (1)
+pl {08959.p2-thinks} (1)
+pl {08960.f} (1)
+pl {08960.p2-thinks} (1)
+pl {08961.f} (1)
+pl {08961.p2-thinks} (1)
+pl {08962.f} (1)
+pl {08962.p2-thinks} (1)
+pl {08963.f} (1)
+pl {08963.p2-thinks} (1)
+pl {08964.f} (1)
+pl {08964.p2-thinks} (1)
+pl {08965.f} (1)
+pl {08965.p2-thinks} (1)
+pl {08966.f} (1)
+pl {08966.p2-thinks} (1)
+pl {08967.f} (1)
+pl {08967.p2-thinks} (1)
+pl {08968.f} (1)
+pl {08968.p2-thinks} (1)
+pl {08969.f} (1)
+pl {08969.p2-thinks} (1)
+pl {08970.f} (1)
+pl {08970.p2-thinks} (1)
+pl {08971.f} (1)
+pl {08971.p2-thinks} (1)
+pl {08972.f} (1)
+pl {08972.p2-thinks} (1)
+pl {08973.f} (1)
+pl {08973.p2-thinks} (1)
+pl {08974.f} (1)
+pl {08974.p2-thinks} (1)
+pl {08975.f} (1)
+pl {08975.p2-thinks} (1)
+pl {08976.f} (1)
+pl {08976.p2-thinks} (1)
+pl {08977.f} (1)
+pl {08977.p2-thinks} (1)
+pl {08978.f} (1)
+pl {08978.p2-thinks} (1)
+pl {08979.f} (1)
+pl {08979.p2-thinks} (1)
+pl {08980.f} (1)
+pl {08980.p2-thinks} (1)
+pl {08981.f} (1)
+pl {08981.p2-thinks} (1)
+pl {08982.f} (1)
+pl {08982.p2-thinks} (1)
+pl {08983.f} (1)
+pl {08983.p2-thinks} (1)
+pl {08984.f} (1)
+pl {08984.p2-thinks} (1)
+pl {08985.f} (1)
+pl {08985.p2-thinks} (1)
+pl {08986.f} (1)
+pl {08986.p2-thinks} (1)
+pl {08987.f} (1)
+pl {08987.p2-thinks} (1)
+pl {08988.f} (1)
+pl {08988.p2-thinks} (1)
+pl {08989.f} (1)
+pl {08989.p2-thinks} (1)
+pl {08990.f} (1)
+pl {08990.p2-thinks} (1)
+pl {08991.f} (1)
+pl {08991.p2-thinks} (1)
+pl {08992.f} (1)
+pl {08992.p2-thinks} (1)
+pl {08993.f} (1)
+pl {08993.p2-thinks} (1)
+pl {08994.f} (1)
+pl {08994.p2-thinks} (1)
+pl {08995.f} (1)
+pl {08995.p2-thinks} (1)
+pl {08996.f} (1)
+pl {08996.p2-thinks} (1)
+pl {08997.f} (1)
+pl {08997.p2-thinks} (1)
+pl {08998.f} (1)
+pl {08998.p2-thinks} (1)
+pl {08999.f} (1)
+pl {08999.p2-thinks} (1)
+pl {09000.f} (1)
+pl {09000.p2-thinks} (1)
+pl {09001.f} (1)
+pl {09001.p2-thinks} (1)
+pl {09002.f} (1)
+pl {09002.p2-thinks} (1)
+pl {09003.f} (1)
+pl {09003.p2-thinks} (1)
+pl {09004.f} (1)
+pl {09004.p2-thinks} (1)
+pl {09005.f} (1)
+pl {09005.p2-thinks} (1)
+pl {09006.f} (1)
+pl {09006.p2-thinks} (1)
+pl {09007.f} (1)
+pl {09007.p2-thinks} (1)
+pl {09008.f} (1)
+pl {09008.p2-thinks} (1)
+pl {09009.f} (1)
+pl {09009.p2-thinks} (1)
+pl {09010.f} (1)
+pl {09010.p2-thinks} (1)
+pl {09011.f} (1)
+pl {09011.p2-thinks} (1)
+pl {09012.f} (1)
+pl {09012.p2-thinks} (1)
+pl {09013.f} (1)
+pl {09013.p2-thinks} (1)
+pl {09014.f} (1)
+pl {09014.p2-thinks} (1)
+pl {09015.f} (1)
+pl {09015.p2-thinks} (1)
+pl {09016.f} (1)
+pl {09016.p2-thinks} (1)
+pl {09017.f} (1)
+pl {09017.p2-thinks} (1)
+pl {09018.f} (1)
+pl {09018.p2-thinks} (1)
+pl {09019.f} (1)
+pl {09019.p2-thinks} (1)
+pl {09020.f} (1)
+pl {09020.p2-thinks} (1)
+pl {09021.f} (1)
+pl {09021.p2-thinks} (1)
+pl {09022.f} (1)
+pl {09022.p2-thinks} (1)
+pl {09023.f} (1)
+pl {09023.p2-thinks} (1)
+pl {09024.f} (1)
+pl {09024.p2-thinks} (1)
+pl {09025.f} (1)
+pl {09025.p2-thinks} (1)
+pl {09026.f} (1)
+pl {09026.p2-thinks} (1)
+pl {09027.f} (1)
+pl {09027.p2-thinks} (1)
+pl {09028.f} (1)
+pl {09028.p2-thinks} (1)
+pl {09029.f} (1)
+pl {09029.p2-thinks} (1)
+pl {09030.f} (1)
+pl {09030.p2-thinks} (1)
+pl {09031.f} (1)
+pl {09031.p2-thinks} (1)
+pl {09032.f} (1)
+pl {09032.p2-thinks} (1)
+pl {09033.f} (1)
+pl {09033.p2-thinks} (1)
+pl {09034.f} (1)
+pl {09034.p2-thinks} (1)
+pl {09035.f} (1)
+pl {09035.p2-thinks} (1)
+pl {09036.f} (1)
+pl {09036.p2-thinks} (1)
+pl {09037.f} (1)
+pl {09037.p2-thinks} (1)
+pl {09038.f} (1)
+pl {09038.p2-thinks} (1)
+pl {09039.f} (1)
+pl {09039.p2-thinks} (1)
+pl {09040.f} (1)
+pl {09040.p2-thinks} (1)
+pl {09041.f} (1)
+pl {09041.p2-thinks} (1)
+pl {09042.f} (1)
+pl {09042.p2-thinks} (1)
+pl {09043.f} (1)
+pl {09043.p2-thinks} (1)
+pl {09044.f} (1)
+pl {09044.p2-thinks} (1)
+pl {09045.f} (1)
+pl {09045.p2-thinks} (1)
+pl {09046.f} (1)
+pl {09046.p2-thinks} (1)
+pl {09047.f} (1)
+pl {09047.p2-thinks} (1)
+pl {09048.f} (1)
+pl {09048.p2-thinks} (1)
+pl {09049.f} (1)
+pl {09049.p2-thinks} (1)
+pl {09050.f} (1)
+pl {09050.p2-thinks} (1)
+pl {09051.f} (1)
+pl {09051.p2-thinks} (1)
+pl {09052.f} (1)
+pl {09052.p2-thinks} (1)
+pl {09053.f} (1)
+pl {09053.p2-thinks} (1)
+pl {09054.f} (1)
+pl {09054.p2-thinks} (1)
+pl {09055.f} (1)
+pl {09055.p2-thinks} (1)
+pl {09056.f} (1)
+pl {09056.p2-thinks} (1)
+pl {09057.f} (1)
+pl {09057.p2-thinks} (1)
+pl {09058.f} (1)
+pl {09058.p2-thinks} (1)
+pl {09059.f} (1)
+pl {09059.p2-thinks} (1)
+pl {09060.f} (1)
+pl {09060.p2-thinks} (1)
+pl {09061.f} (1)
+pl {09061.p2-thinks} (1)
+pl {09062.f} (1)
+pl {09062.p2-thinks} (1)
+pl {09063.f} (1)
+pl {09063.p2-thinks} (1)
+pl {09064.f} (1)
+pl {09064.p2-thinks} (1)
+pl {09065.f} (1)
+pl {09065.p2-thinks} (1)
+pl {09066.f} (1)
+pl {09066.p2-thinks} (1)
+pl {09067.f} (1)
+pl {09067.p2-thinks} (1)
+pl {09068.f} (1)
+pl {09068.p2-thinks} (1)
+pl {09069.f} (1)
+pl {09069.p2-thinks} (1)
+pl {09070.f} (1)
+pl {09070.p2-thinks} (1)
+pl {09071.f} (1)
+pl {09071.p2-thinks} (1)
+pl {09072.f} (1)
+pl {09072.p2-thinks} (1)
+pl {09073.f} (1)
+pl {09073.p2-thinks} (1)
+pl {09074.f} (1)
+pl {09074.p2-thinks} (1)
+pl {09075.f} (1)
+pl {09075.p2-thinks} (1)
+pl {09076.f} (1)
+pl {09076.p2-thinks} (1)
+pl {09077.f} (1)
+pl {09077.p2-thinks} (1)
+pl {09078.f} (1)
+pl {09078.p2-thinks} (1)
+pl {09079.f} (1)
+pl {09079.p2-thinks} (1)
+pl {09080.f} (1)
+pl {09080.p2-thinks} (1)
+pl {09081.f} (1)
+pl {09081.p2-thinks} (1)
+pl {09082.f} (1)
+pl {09082.p2-thinks} (1)
+pl {09083.f} (1)
+pl {09083.p2-thinks} (1)
+pl {09084.f} (1)
+pl {09084.p2-thinks} (1)
+pl {09085.f} (1)
+pl {09085.p2-thinks} (1)
+pl {09086.f} (1)
+pl {09086.p2-thinks} (1)
+pl {09087.f} (1)
+pl {09087.p2-thinks} (1)
+pl {09088.f} (1)
+pl {09088.p2-thinks} (1)
+pl {09089.f} (1)
+pl {09089.p2-thinks} (1)
+pl {09090.f} (1)
+pl {09090.p2-thinks} (1)
+pl {09091.f} (1)
+pl {09091.p2-thinks} (1)
+pl {09092.f} (1)
+pl {09092.p2-thinks} (1)
+pl {09093.f} (1)
+pl {09093.p2-thinks} (1)
+pl {09094.f} (1)
+pl {09094.p2-thinks} (1)
+pl {09095.f} (1)
+pl {09095.p2-thinks} (1)
+pl {09096.f} (1)
+pl {09096.p2-thinks} (1)
+pl {09097.f} (1)
+pl {09097.p2-thinks} (1)
+pl {09098.f} (1)
+pl {09098.p2-thinks} (1)
+pl {09099.f} (1)
+pl {09099.p2-thinks} (1)
+pl {09100.f} (1)
+pl {09100.p2-thinks} (1)
+pl {09101.f} (1)
+pl {09101.p2-thinks} (1)
+pl {09102.f} (1)
+pl {09102.p2-thinks} (1)
+pl {09103.f} (1)
+pl {09103.p2-thinks} (1)
+pl {09104.f} (1)
+pl {09104.p2-thinks} (1)
+pl {09105.f} (1)
+pl {09105.p2-thinks} (1)
+pl {09106.f} (1)
+pl {09106.p2-thinks} (1)
+pl {09107.f} (1)
+pl {09107.p2-thinks} (1)
+pl {09108.f} (1)
+pl {09108.p2-thinks} (1)
+pl {09109.f} (1)
+pl {09109.p2-thinks} (1)
+pl {09110.f} (1)
+pl {09110.p2-thinks} (1)
+pl {09111.f} (1)
+pl {09111.p2-thinks} (1)
+pl {09112.f} (1)
+pl {09112.p2-thinks} (1)
+pl {09113.f} (1)
+pl {09113.p2-thinks} (1)
+pl {09114.f} (1)
+pl {09114.p2-thinks} (1)
+pl {09115.f} (1)
+pl {09115.p2-thinks} (1)
+pl {09116.f} (1)
+pl {09116.p2-thinks} (1)
+pl {09117.f} (1)
+pl {09117.p2-thinks} (1)
+pl {09118.f} (1)
+pl {09118.p2-thinks} (1)
+pl {09119.f} (1)
+pl {09119.p2-thinks} (1)
+pl {09120.f} (1)
+pl {09120.p2-thinks} (1)
+pl {09121.f} (1)
+pl {09121.p2-thinks} (1)
+pl {09122.f} (1)
+pl {09122.p2-thinks} (1)
+pl {09123.f} (1)
+pl {09123.p2-thinks} (1)
+pl {09124.f} (1)
+pl {09124.p2-thinks} (1)
+pl {09125.f} (1)
+pl {09125.p2-thinks} (1)
+pl {09126.f} (1)
+pl {09126.p2-thinks} (1)
+pl {09127.f} (1)
+pl {09127.p2-thinks} (1)
+pl {09128.f} (1)
+pl {09128.p2-thinks} (1)
+pl {09129.f} (1)
+pl {09129.p2-thinks} (1)
+pl {09130.f} (1)
+pl {09130.p2-thinks} (1)
+pl {09131.f} (1)
+pl {09131.p2-thinks} (1)
+pl {09132.f} (1)
+pl {09132.p2-thinks} (1)
+pl {09133.f} (1)
+pl {09133.p2-thinks} (1)
+pl {09134.f} (1)
+pl {09134.p2-thinks} (1)
+pl {09135.f} (1)
+pl {09135.p2-thinks} (1)
+pl {09136.f} (1)
+pl {09136.p2-thinks} (1)
+pl {09137.f} (1)
+pl {09137.p2-thinks} (1)
+pl {09138.f} (1)
+pl {09138.p2-thinks} (1)
+pl {09139.f} (1)
+pl {09139.p2-thinks} (1)
+pl {09140.f} (1)
+pl {09140.p2-thinks} (1)
+pl {09141.f} (1)
+pl {09141.p2-thinks} (1)
+pl {09142.f} (1)
+pl {09142.p2-thinks} (1)
+pl {09143.f} (1)
+pl {09143.p2-thinks} (1)
+pl {09144.f} (1)
+pl {09144.p2-thinks} (1)
+pl {09145.f} (1)
+pl {09145.p2-thinks} (1)
+pl {09146.f} (1)
+pl {09146.p2-thinks} (1)
+pl {09147.f} (1)
+pl {09147.p2-thinks} (1)
+pl {09148.f} (1)
+pl {09148.p2-thinks} (1)
+pl {09149.f} (1)
+pl {09149.p2-thinks} (1)
+pl {09150.f} (1)
+pl {09150.p2-thinks} (1)
+pl {09151.f} (1)
+pl {09151.p2-thinks} (1)
+pl {09152.f} (1)
+pl {09152.p2-thinks} (1)
+pl {09153.f} (1)
+pl {09153.p2-thinks} (1)
+pl {09154.f} (1)
+pl {09154.p2-thinks} (1)
+pl {09155.f} (1)
+pl {09155.p2-thinks} (1)
+pl {09156.f} (1)
+pl {09156.p2-thinks} (1)
+pl {09157.f} (1)
+pl {09157.p2-thinks} (1)
+pl {09158.f} (1)
+pl {09158.p2-thinks} (1)
+pl {09159.f} (1)
+pl {09159.p2-thinks} (1)
+pl {09160.f} (1)
+pl {09160.p2-thinks} (1)
+pl {09161.f} (1)
+pl {09161.p2-thinks} (1)
+pl {09162.f} (1)
+pl {09162.p2-thinks} (1)
+pl {09163.f} (1)
+pl {09163.p2-thinks} (1)
+pl {09164.f} (1)
+pl {09164.p2-thinks} (1)
+pl {09165.f} (1)
+pl {09165.p2-thinks} (1)
+pl {09166.f} (1)
+pl {09166.p2-thinks} (1)
+pl {09167.f} (1)
+pl {09167.p2-thinks} (1)
+pl {09168.f} (1)
+pl {09168.p2-thinks} (1)
+pl {09169.f} (1)
+pl {09169.p2-thinks} (1)
+pl {09170.f} (1)
+pl {09170.p2-thinks} (1)
+pl {09171.f} (1)
+pl {09171.p2-thinks} (1)
+pl {09172.f} (1)
+pl {09172.p2-thinks} (1)
+pl {09173.f} (1)
+pl {09173.p2-thinks} (1)
+pl {09174.f} (1)
+pl {09174.p2-thinks} (1)
+pl {09175.f} (1)
+pl {09175.p2-thinks} (1)
+pl {09176.f} (1)
+pl {09176.p2-thinks} (1)
+pl {09177.f} (1)
+pl {09177.p2-thinks} (1)
+pl {09178.f} (1)
+pl {09178.p2-thinks} (1)
+pl {09179.f} (1)
+pl {09179.p2-thinks} (1)
+pl {09180.f} (1)
+pl {09180.p2-thinks} (1)
+pl {09181.f} (1)
+pl {09181.p2-thinks} (1)
+pl {09182.f} (1)
+pl {09182.p2-thinks} (1)
+pl {09183.f} (1)
+pl {09183.p2-thinks} (1)
+pl {09184.f} (1)
+pl {09184.p2-thinks} (1)
+pl {09185.f} (1)
+pl {09185.p2-thinks} (1)
+pl {09186.f} (1)
+pl {09186.p2-thinks} (1)
+pl {09187.f} (1)
+pl {09187.p2-thinks} (1)
+pl {09188.f} (1)
+pl {09188.p2-thinks} (1)
+pl {09189.f} (1)
+pl {09189.p2-thinks} (1)
+pl {09190.f} (1)
+pl {09190.p2-thinks} (1)
+pl {09191.f} (1)
+pl {09191.p2-thinks} (1)
+pl {09192.f} (1)
+pl {09192.p2-thinks} (1)
+pl {09193.f} (1)
+pl {09193.p2-thinks} (1)
+pl {09194.f} (1)
+pl {09194.p2-thinks} (1)
+pl {09195.f} (1)
+pl {09195.p2-thinks} (1)
+pl {09196.f} (1)
+pl {09196.p2-thinks} (1)
+pl {09197.f} (1)
+pl {09197.p2-thinks} (1)
+pl {09198.f} (1)
+pl {09198.p2-thinks} (1)
+pl {09199.f} (1)
+pl {09199.p2-thinks} (1)
+pl {09200.f} (1)
+pl {09200.p2-thinks} (1)
+pl {09201.f} (1)
+pl {09201.p2-thinks} (1)
+pl {09202.f} (1)
+pl {09202.p2-thinks} (1)
+pl {09203.f} (1)
+pl {09203.p2-thinks} (1)
+pl {09204.f} (1)
+pl {09204.p2-thinks} (1)
+pl {09205.f} (1)
+pl {09205.p2-thinks} (1)
+pl {09206.f} (1)
+pl {09206.p2-thinks} (1)
+pl {09207.f} (1)
+pl {09207.p2-thinks} (1)
+pl {09208.f} (1)
+pl {09208.p2-thinks} (1)
+pl {09209.f} (1)
+pl {09209.p2-thinks} (1)
+pl {09210.f} (1)
+pl {09210.p2-thinks} (1)
+pl {09211.f} (1)
+pl {09211.p2-thinks} (1)
+pl {09212.f} (1)
+pl {09212.p2-thinks} (1)
+pl {09213.f} (1)
+pl {09213.p2-thinks} (1)
+pl {09214.f} (1)
+pl {09214.p2-thinks} (1)
+pl {09215.f} (1)
+pl {09215.p2-thinks} (1)
+pl {09216.f} (1)
+pl {09216.p2-thinks} (1)
+pl {09217.f} (1)
+pl {09217.p2-thinks} (1)
+pl {09218.f} (1)
+pl {09218.p2-thinks} (1)
+pl {09219.f} (1)
+pl {09219.p2-thinks} (1)
+pl {09220.f} (1)
+pl {09220.p2-thinks} (1)
+pl {09221.f} (1)
+pl {09221.p2-thinks} (1)
+pl {09222.f} (1)
+pl {09222.p2-thinks} (1)
+pl {09223.f} (1)
+pl {09223.p2-thinks} (1)
+pl {09224.f} (1)
+pl {09224.p2-thinks} (1)
+pl {09225.f} (1)
+pl {09225.p2-thinks} (1)
+pl {09226.f} (1)
+pl {09226.p2-thinks} (1)
+pl {09227.f} (1)
+pl {09227.p2-thinks} (1)
+pl {09228.f} (1)
+pl {09228.p2-thinks} (1)
+pl {09229.f} (1)
+pl {09229.p2-thinks} (1)
+pl {09230.f} (1)
+pl {09230.p2-thinks} (1)
+pl {09231.f} (1)
+pl {09231.p2-thinks} (1)
+pl {09232.f} (1)
+pl {09232.p2-thinks} (1)
+pl {09233.f} (1)
+pl {09233.p2-thinks} (1)
+pl {09234.f} (1)
+pl {09234.p2-thinks} (1)
+pl {09235.f} (1)
+pl {09235.p2-thinks} (1)
+pl {09236.f} (1)
+pl {09236.p2-thinks} (1)
+pl {09237.f} (1)
+pl {09237.p2-thinks} (1)
+pl {09238.f} (1)
+pl {09238.p2-thinks} (1)
+pl {09239.f} (1)
+pl {09239.p2-thinks} (1)
+pl {09240.f} (1)
+pl {09240.p2-thinks} (1)
+pl {09241.f} (1)
+pl {09241.p2-thinks} (1)
+pl {09242.f} (1)
+pl {09242.p2-thinks} (1)
+pl {09243.f} (1)
+pl {09243.p2-thinks} (1)
+pl {09244.f} (1)
+pl {09244.p2-thinks} (1)
+pl {09245.f} (1)
+pl {09245.p2-thinks} (1)
+pl {09246.f} (1)
+pl {09246.p2-thinks} (1)
+pl {09247.f} (1)
+pl {09247.p2-thinks} (1)
+pl {09248.f} (1)
+pl {09248.p2-thinks} (1)
+pl {09249.f} (1)
+pl {09249.p2-thinks} (1)
+pl {09250.f} (1)
+pl {09250.p2-thinks} (1)
+pl {09251.f} (1)
+pl {09251.p2-thinks} (1)
+pl {09252.f} (1)
+pl {09252.p2-thinks} (1)
+pl {09253.f} (1)
+pl {09253.p2-thinks} (1)
+pl {09254.f} (1)
+pl {09254.p2-thinks} (1)
+pl {09255.f} (1)
+pl {09255.p2-thinks} (1)
+pl {09256.f} (1)
+pl {09256.p2-thinks} (1)
+pl {09257.f} (1)
+pl {09257.p2-thinks} (1)
+pl {09258.f} (1)
+pl {09258.p2-thinks} (1)
+pl {09259.f} (1)
+pl {09259.p2-thinks} (1)
+pl {09260.f} (1)
+pl {09260.p2-thinks} (1)
+pl {09261.f} (1)
+pl {09261.p2-thinks} (1)
+pl {09262.f} (1)
+pl {09262.p2-thinks} (1)
+pl {09263.f} (1)
+pl {09263.p2-thinks} (1)
+pl {09264.f} (1)
+pl {09264.p2-thinks} (1)
+pl {09265.f} (1)
+pl {09265.p2-thinks} (1)
+pl {09266.f} (1)
+pl {09266.p2-thinks} (1)
+pl {09267.f} (1)
+pl {09267.p2-thinks} (1)
+pl {09268.f} (1)
+pl {09268.p2-thinks} (1)
+pl {09269.f} (1)
+pl {09269.p2-thinks} (1)
+pl {09270.f} (1)
+pl {09270.p2-thinks} (1)
+pl {09271.f} (1)
+pl {09271.p2-thinks} (1)
+pl {09272.f} (1)
+pl {09272.p2-thinks} (1)
+pl {09273.f} (1)
+pl {09273.p2-thinks} (1)
+pl {09274.f} (1)
+pl {09274.p2-thinks} (1)
+pl {09275.f} (1)
+pl {09275.p2-thinks} (1)
+pl {09276.f} (1)
+pl {09276.p2-thinks} (1)
+pl {09277.f} (1)
+pl {09277.p2-thinks} (1)
+pl {09278.f} (1)
+pl {09278.p2-thinks} (1)
+pl {09279.f} (1)
+pl {09279.p2-thinks} (1)
+pl {09280.f} (1)
+pl {09280.p2-thinks} (1)
+pl {09281.f} (1)
+pl {09281.p2-thinks} (1)
+pl {09282.f} (1)
+pl {09282.p2-thinks} (1)
+pl {09283.f} (1)
+pl {09283.p2-thinks} (1)
+pl {09284.f} (1)
+pl {09284.p2-thinks} (1)
+pl {09285.f} (1)
+pl {09285.p2-thinks} (1)
+pl {09286.f} (1)
+pl {09286.p2-thinks} (1)
+pl {09287.f} (1)
+pl {09287.p2-thinks} (1)
+pl {09288.f} (1)
+pl {09288.p2-thinks} (1)
+pl {09289.f} (1)
+pl {09289.p2-thinks} (1)
+pl {09290.f} (1)
+pl {09290.p2-thinks} (1)
+pl {09291.f} (1)
+pl {09291.p2-thinks} (1)
+pl {09292.f} (1)
+pl {09292.p2-thinks} (1)
+pl {09293.f} (1)
+pl {09293.p2-thinks} (1)
+pl {09294.f} (1)
+pl {09294.p2-thinks} (1)
+pl {09295.f} (1)
+pl {09295.p2-thinks} (1)
+pl {09296.f} (1)
+pl {09296.p2-thinks} (1)
+pl {09297.f} (1)
+pl {09297.p2-thinks} (1)
+pl {09298.f} (1)
+pl {09298.p2-thinks} (1)
+pl {09299.f} (1)
+pl {09299.p2-thinks} (1)
+pl {09300.f} (1)
+pl {09300.p2-thinks} (1)
+pl {09301.f} (1)
+pl {09301.p2-thinks} (1)
+pl {09302.f} (1)
+pl {09302.p2-thinks} (1)
+pl {09303.f} (1)
+pl {09303.p2-thinks} (1)
+pl {09304.f} (1)
+pl {09304.p2-thinks} (1)
+pl {09305.f} (1)
+pl {09305.p2-thinks} (1)
+pl {09306.f} (1)
+pl {09306.p2-thinks} (1)
+pl {09307.f} (1)
+pl {09307.p2-thinks} (1)
+pl {09308.f} (1)
+pl {09308.p2-thinks} (1)
+pl {09309.f} (1)
+pl {09309.p2-thinks} (1)
+pl {09310.f} (1)
+pl {09310.p2-thinks} (1)
+pl {09311.f} (1)
+pl {09311.p2-thinks} (1)
+pl {09312.f} (1)
+pl {09312.p2-thinks} (1)
+pl {09313.f} (1)
+pl {09313.p2-thinks} (1)
+pl {09314.f} (1)
+pl {09314.p2-thinks} (1)
+pl {09315.f} (1)
+pl {09315.p2-thinks} (1)
+pl {09316.f} (1)
+pl {09316.p2-thinks} (1)
+pl {09317.f} (1)
+pl {09317.p2-thinks} (1)
+pl {09318.f} (1)
+pl {09318.p2-thinks} (1)
+pl {09319.f} (1)
+pl {09319.p2-thinks} (1)
+pl {09320.f} (1)
+pl {09320.p2-thinks} (1)
+pl {09321.f} (1)
+pl {09321.p2-thinks} (1)
+pl {09322.f} (1)
+pl {09322.p2-thinks} (1)
+pl {09323.f} (1)
+pl {09323.p2-thinks} (1)
+pl {09324.f} (1)
+pl {09324.p2-thinks} (1)
+pl {09325.f} (1)
+pl {09325.p2-thinks} (1)
+pl {09326.f} (1)
+pl {09326.p2-thinks} (1)
+pl {09327.f} (1)
+pl {09327.p2-thinks} (1)
+pl {09328.f} (1)
+pl {09328.p2-thinks} (1)
+pl {09329.f} (1)
+pl {09329.p2-thinks} (1)
+pl {09330.f} (1)
+pl {09330.p2-thinks} (1)
+pl {09331.f} (1)
+pl {09331.p2-thinks} (1)
+pl {09332.f} (1)
+pl {09332.p2-thinks} (1)
+pl {09333.f} (1)
+pl {09333.p2-thinks} (1)
+pl {09334.f} (1)
+pl {09334.p2-thinks} (1)
+pl {09335.f} (1)
+pl {09335.p2-thinks} (1)
+pl {09336.f} (1)
+pl {09336.p2-thinks} (1)
+pl {09337.f} (1)
+pl {09337.p2-thinks} (1)
+pl {09338.f} (1)
+pl {09338.p2-thinks} (1)
+pl {09339.f} (1)
+pl {09339.p2-thinks} (1)
+pl {09340.f} (1)
+pl {09340.p2-thinks} (1)
+pl {09341.f} (1)
+pl {09341.p2-thinks} (1)
+pl {09342.f} (1)
+pl {09342.p2-thinks} (1)
+pl {09343.f} (1)
+pl {09343.p2-thinks} (1)
+pl {09344.f} (1)
+pl {09344.p2-thinks} (1)
+pl {09345.f} (1)
+pl {09345.p2-thinks} (1)
+pl {09346.f} (1)
+pl {09346.p2-thinks} (1)
+pl {09347.f} (1)
+pl {09347.p2-thinks} (1)
+pl {09348.f} (1)
+pl {09348.p2-thinks} (1)
+pl {09349.f} (1)
+pl {09349.p2-thinks} (1)
+pl {09350.f} (1)
+pl {09350.p2-thinks} (1)
+pl {09351.f} (1)
+pl {09351.p2-thinks} (1)
+pl {09352.f} (1)
+pl {09352.p2-thinks} (1)
+pl {09353.f} (1)
+pl {09353.p2-thinks} (1)
+pl {09354.f} (1)
+pl {09354.p2-thinks} (1)
+pl {09355.f} (1)
+pl {09355.p2-thinks} (1)
+pl {09356.f} (1)
+pl {09356.p2-thinks} (1)
+pl {09357.f} (1)
+pl {09357.p2-thinks} (1)
+pl {09358.f} (1)
+pl {09358.p2-thinks} (1)
+pl {09359.f} (1)
+pl {09359.p2-thinks} (1)
+pl {09360.f} (1)
+pl {09360.p2-thinks} (1)
+pl {09361.f} (1)
+pl {09361.p2-thinks} (1)
+pl {09362.f} (1)
+pl {09362.p2-thinks} (1)
+pl {09363.f} (1)
+pl {09363.p2-thinks} (1)
+pl {09364.f} (1)
+pl {09364.p2-thinks} (1)
+pl {09365.f} (1)
+pl {09365.p2-thinks} (1)
+pl {09366.f} (1)
+pl {09366.p2-thinks} (1)
+pl {09367.f} (1)
+pl {09367.p2-thinks} (1)
+pl {09368.f} (1)
+pl {09368.p2-thinks} (1)
+pl {09369.f} (1)
+pl {09369.p2-thinks} (1)
+pl {09370.f} (1)
+pl {09370.p2-thinks} (1)
+pl {09371.f} (1)
+pl {09371.p2-thinks} (1)
+pl {09372.f} (1)
+pl {09372.p2-thinks} (1)
+pl {09373.f} (1)
+pl {09373.p2-thinks} (1)
+pl {09374.f} (1)
+pl {09374.p2-thinks} (1)
+pl {09375.f} (1)
+pl {09375.p2-thinks} (1)
+pl {09376.f} (1)
+pl {09376.p2-thinks} (1)
+pl {09377.f} (1)
+pl {09377.p2-thinks} (1)
+pl {09378.f} (1)
+pl {09378.p2-thinks} (1)
+pl {09379.f} (1)
+pl {09379.p2-thinks} (1)
+pl {09380.f} (1)
+pl {09380.p2-thinks} (1)
+pl {09381.f} (1)
+pl {09381.p2-thinks} (1)
+pl {09382.f} (1)
+pl {09382.p2-thinks} (1)
+pl {09383.f} (1)
+pl {09383.p2-thinks} (1)
+pl {09384.f} (1)
+pl {09384.p2-thinks} (1)
+pl {09385.f} (1)
+pl {09385.p2-thinks} (1)
+pl {09386.f} (1)
+pl {09386.p2-thinks} (1)
+pl {09387.f} (1)
+pl {09387.p2-thinks} (1)
+pl {09388.f} (1)
+pl {09388.p2-thinks} (1)
+pl {09389.f} (1)
+pl {09389.p2-thinks} (1)
+pl {09390.f} (1)
+pl {09390.p2-thinks} (1)
+pl {09391.f} (1)
+pl {09391.p2-thinks} (1)
+pl {09392.f} (1)
+pl {09392.p2-thinks} (1)
+pl {09393.f} (1)
+pl {09393.p2-thinks} (1)
+pl {09394.f} (1)
+pl {09394.p2-thinks} (1)
+pl {09395.f} (1)
+pl {09395.p2-thinks} (1)
+pl {09396.f} (1)
+pl {09396.p2-thinks} (1)
+pl {09397.f} (1)
+pl {09397.p2-thinks} (1)
+pl {09398.f} (1)
+pl {09398.p2-thinks} (1)
+pl {09399.f} (1)
+pl {09399.p2-thinks} (1)
+pl {09400.f} (1)
+pl {09400.p2-thinks} (1)
+pl {09401.f} (1)
+pl {09401.p2-thinks} (1)
+pl {09402.f} (1)
+pl {09402.p2-thinks} (1)
+pl {09403.f} (1)
+pl {09403.p2-thinks} (1)
+pl {09404.f} (1)
+pl {09404.p2-thinks} (1)
+pl {09405.f} (1)
+pl {09405.p2-thinks} (1)
+pl {09406.f} (1)
+pl {09406.p2-thinks} (1)
+pl {09407.f} (1)
+pl {09407.p2-thinks} (1)
+pl {09408.f} (1)
+pl {09408.p2-thinks} (1)
+pl {09409.f} (1)
+pl {09409.p2-thinks} (1)
+pl {09410.f} (1)
+pl {09410.p2-thinks} (1)
+pl {09411.f} (1)
+pl {09411.p2-thinks} (1)
+pl {09412.f} (1)
+pl {09412.p2-thinks} (1)
+pl {09413.f} (1)
+pl {09413.p2-thinks} (1)
+pl {09414.f} (1)
+pl {09414.p2-thinks} (1)
+pl {09415.f} (1)
+pl {09415.p2-thinks} (1)
+pl {09416.f} (1)
+pl {09416.p2-thinks} (1)
+pl {09417.f} (1)
+pl {09417.p2-thinks} (1)
+pl {09418.f} (1)
+pl {09418.p2-thinks} (1)
+pl {09419.f} (1)
+pl {09419.p2-thinks} (1)
+pl {09420.f} (1)
+pl {09420.p2-thinks} (1)
+pl {09421.f} (1)
+pl {09421.p2-thinks} (1)
+pl {09422.f} (1)
+pl {09422.p2-thinks} (1)
+pl {09423.f} (1)
+pl {09423.p2-thinks} (1)
+pl {09424.f} (1)
+pl {09424.p2-thinks} (1)
+pl {09425.f} (1)
+pl {09425.p2-thinks} (1)
+pl {09426.f} (1)
+pl {09426.p2-thinks} (1)
+pl {09427.f} (1)
+pl {09427.p2-thinks} (1)
+pl {09428.f} (1)
+pl {09428.p2-thinks} (1)
+pl {09429.f} (1)
+pl {09429.p2-thinks} (1)
+pl {09430.f} (1)
+pl {09430.p2-thinks} (1)
+pl {09431.f} (1)
+pl {09431.p2-thinks} (1)
+pl {09432.f} (1)
+pl {09432.p2-thinks} (1)
+pl {09433.f} (1)
+pl {09433.p2-thinks} (1)
+pl {09434.f} (1)
+pl {09434.p2-thinks} (1)
+pl {09435.f} (1)
+pl {09435.p2-thinks} (1)
+pl {09436.f} (1)
+pl {09436.p2-thinks} (1)
+pl {09437.f} (1)
+pl {09437.p2-thinks} (1)
+pl {09438.f} (1)
+pl {09438.p2-thinks} (1)
+pl {09439.f} (1)
+pl {09439.p2-thinks} (1)
+pl {09440.f} (1)
+pl {09440.p2-thinks} (1)
+pl {09441.f} (1)
+pl {09441.p2-thinks} (1)
+pl {09442.f} (1)
+pl {09442.p2-thinks} (1)
+pl {09443.f} (1)
+pl {09443.p2-thinks} (1)
+pl {09444.f} (1)
+pl {09444.p2-thinks} (1)
+pl {09445.f} (1)
+pl {09445.p2-thinks} (1)
+pl {09446.f} (1)
+pl {09446.p2-thinks} (1)
+pl {09447.f} (1)
+pl {09447.p2-thinks} (1)
+pl {09448.f} (1)
+pl {09448.p2-thinks} (1)
+pl {09449.f} (1)
+pl {09449.p2-thinks} (1)
+pl {09450.f} (1)
+pl {09450.p2-thinks} (1)
+pl {09451.f} (1)
+pl {09451.p2-thinks} (1)
+pl {09452.f} (1)
+pl {09452.p2-thinks} (1)
+pl {09453.f} (1)
+pl {09453.p2-thinks} (1)
+pl {09454.f} (1)
+pl {09454.p2-thinks} (1)
+pl {09455.f} (1)
+pl {09455.p2-thinks} (1)
+pl {09456.f} (1)
+pl {09456.p2-thinks} (1)
+pl {09457.f} (1)
+pl {09457.p2-thinks} (1)
+pl {09458.f} (1)
+pl {09458.p2-thinks} (1)
+pl {09459.f} (1)
+pl {09459.p2-thinks} (1)
+pl {09460.f} (1)
+pl {09460.p2-thinks} (1)
+pl {09461.f} (1)
+pl {09461.p2-thinks} (1)
+pl {09462.f} (1)
+pl {09462.p2-thinks} (1)
+pl {09463.f} (1)
+pl {09463.p2-thinks} (1)
+pl {09464.f} (1)
+pl {09464.p2-thinks} (1)
+pl {09465.f} (1)
+pl {09465.p2-thinks} (1)
+pl {09466.f} (1)
+pl {09466.p2-thinks} (1)
+pl {09467.f} (1)
+pl {09467.p2-thinks} (1)
+pl {09468.f} (1)
+pl {09468.p2-thinks} (1)
+pl {09469.f} (1)
+pl {09469.p2-thinks} (1)
+pl {09470.f} (1)
+pl {09470.p2-thinks} (1)
+pl {09471.f} (1)
+pl {09471.p2-thinks} (1)
+pl {09472.f} (1)
+pl {09472.p2-thinks} (1)
+pl {09473.f} (1)
+pl {09473.p2-thinks} (1)
+pl {09474.f} (1)
+pl {09474.p2-thinks} (1)
+pl {09475.f} (1)
+pl {09475.p2-thinks} (1)
+pl {09476.f} (1)
+pl {09476.p2-thinks} (1)
+pl {09477.f} (1)
+pl {09477.p2-thinks} (1)
+pl {09478.f} (1)
+pl {09478.p2-thinks} (1)
+pl {09479.f} (1)
+pl {09479.p2-thinks} (1)
+pl {09480.f} (1)
+pl {09480.p2-thinks} (1)
+pl {09481.f} (1)
+pl {09481.p2-thinks} (1)
+pl {09482.f} (1)
+pl {09482.p2-thinks} (1)
+pl {09483.f} (1)
+pl {09483.p2-thinks} (1)
+pl {09484.f} (1)
+pl {09484.p2-thinks} (1)
+pl {09485.f} (1)
+pl {09485.p2-thinks} (1)
+pl {09486.f} (1)
+pl {09486.p2-thinks} (1)
+pl {09487.f} (1)
+pl {09487.p2-thinks} (1)
+pl {09488.f} (1)
+pl {09488.p2-thinks} (1)
+pl {09489.f} (1)
+pl {09489.p2-thinks} (1)
+pl {09490.f} (1)
+pl {09490.p2-thinks} (1)
+pl {09491.f} (1)
+pl {09491.p2-thinks} (1)
+pl {09492.f} (1)
+pl {09492.p2-thinks} (1)
+pl {09493.f} (1)
+pl {09493.p2-thinks} (1)
+pl {09494.f} (1)
+pl {09494.p2-thinks} (1)
+pl {09495.f} (1)
+pl {09495.p2-thinks} (1)
+pl {09496.f} (1)
+pl {09496.p2-thinks} (1)
+pl {09497.f} (1)
+pl {09497.p2-thinks} (1)
+pl {09498.f} (1)
+pl {09498.p2-thinks} (1)
+pl {09499.f} (1)
+pl {09499.p2-thinks} (1)
+pl {09500.f} (1)
+pl {09500.p2-thinks} (1)
+pl {09501.f} (1)
+pl {09501.p2-thinks} (1)
+pl {09502.f} (1)
+pl {09502.p2-thinks} (1)
+pl {09503.f} (1)
+pl {09503.p2-thinks} (1)
+pl {09504.f} (1)
+pl {09504.p2-thinks} (1)
+pl {09505.f} (1)
+pl {09505.p2-thinks} (1)
+pl {09506.f} (1)
+pl {09506.p2-thinks} (1)
+pl {09507.f} (1)
+pl {09507.p2-thinks} (1)
+pl {09508.f} (1)
+pl {09508.p2-thinks} (1)
+pl {09509.f} (1)
+pl {09509.p2-thinks} (1)
+pl {09510.f} (1)
+pl {09510.p2-thinks} (1)
+pl {09511.f} (1)
+pl {09511.p2-thinks} (1)
+pl {09512.f} (1)
+pl {09512.p2-thinks} (1)
+pl {09513.f} (1)
+pl {09513.p2-thinks} (1)
+pl {09514.f} (1)
+pl {09514.p2-thinks} (1)
+pl {09515.f} (1)
+pl {09515.p2-thinks} (1)
+pl {09516.f} (1)
+pl {09516.p2-thinks} (1)
+pl {09517.f} (1)
+pl {09517.p2-thinks} (1)
+pl {09518.f} (1)
+pl {09518.p2-thinks} (1)
+pl {09519.f} (1)
+pl {09519.p2-thinks} (1)
+pl {09520.f} (1)
+pl {09520.p2-thinks} (1)
+pl {09521.f} (1)
+pl {09521.p2-thinks} (1)
+pl {09522.f} (1)
+pl {09522.p2-thinks} (1)
+pl {09523.f} (1)
+pl {09523.p2-thinks} (1)
+pl {09524.f} (1)
+pl {09524.p2-thinks} (1)
+pl {09525.f} (1)
+pl {09525.p2-thinks} (1)
+pl {09526.f} (1)
+pl {09526.p2-thinks} (1)
+pl {09527.f} (1)
+pl {09527.p2-thinks} (1)
+pl {09528.f} (1)
+pl {09528.p2-thinks} (1)
+pl {09529.f} (1)
+pl {09529.p2-thinks} (1)
+pl {09530.f} (1)
+pl {09530.p2-thinks} (1)
+pl {09531.f} (1)
+pl {09531.p2-thinks} (1)
+pl {09532.f} (1)
+pl {09532.p2-thinks} (1)
+pl {09533.f} (1)
+pl {09533.p2-thinks} (1)
+pl {09534.f} (1)
+pl {09534.p2-thinks} (1)
+pl {09535.f} (1)
+pl {09535.p2-thinks} (1)
+pl {09536.f} (1)
+pl {09536.p2-thinks} (1)
+pl {09537.f} (1)
+pl {09537.p2-thinks} (1)
+pl {09538.f} (1)
+pl {09538.p2-thinks} (1)
+pl {09539.f} (1)
+pl {09539.p2-thinks} (1)
+pl {09540.f} (1)
+pl {09540.p2-thinks} (1)
+pl {09541.f} (1)
+pl {09541.p2-thinks} (1)
+pl {09542.f} (1)
+pl {09542.p2-thinks} (1)
+pl {09543.f} (1)
+pl {09543.p2-thinks} (1)
+pl {09544.f} (1)
+pl {09544.p2-thinks} (1)
+pl {09545.f} (1)
+pl {09545.p2-thinks} (1)
+pl {09546.f} (1)
+pl {09546.p2-thinks} (1)
+pl {09547.f} (1)
+pl {09547.p2-thinks} (1)
+pl {09548.f} (1)
+pl {09548.p2-thinks} (1)
+pl {09549.f} (1)
+pl {09549.p2-thinks} (1)
+pl {09550.f} (1)
+pl {09550.p2-thinks} (1)
+pl {09551.f} (1)
+pl {09551.p2-thinks} (1)
+pl {09552.f} (1)
+pl {09552.p2-thinks} (1)
+pl {09553.f} (1)
+pl {09553.p2-thinks} (1)
+pl {09554.f} (1)
+pl {09554.p2-thinks} (1)
+pl {09555.f} (1)
+pl {09555.p2-thinks} (1)
+pl {09556.f} (1)
+pl {09556.p2-thinks} (1)
+pl {09557.f} (1)
+pl {09557.p2-thinks} (1)
+pl {09558.f} (1)
+pl {09558.p2-thinks} (1)
+pl {09559.f} (1)
+pl {09559.p2-thinks} (1)
+pl {09560.f} (1)
+pl {09560.p2-thinks} (1)
+pl {09561.f} (1)
+pl {09561.p2-thinks} (1)
+pl {09562.f} (1)
+pl {09562.p2-thinks} (1)
+pl {09563.f} (1)
+pl {09563.p2-thinks} (1)
+pl {09564.f} (1)
+pl {09564.p2-thinks} (1)
+pl {09565.f} (1)
+pl {09565.p2-thinks} (1)
+pl {09566.f} (1)
+pl {09566.p2-thinks} (1)
+pl {09567.f} (1)
+pl {09567.p2-thinks} (1)
+pl {09568.f} (1)
+pl {09568.p2-thinks} (1)
+pl {09569.f} (1)
+pl {09569.p2-thinks} (1)
+pl {09570.f} (1)
+pl {09570.p2-thinks} (1)
+pl {09571.f} (1)
+pl {09571.p2-thinks} (1)
+pl {09572.f} (1)
+pl {09572.p2-thinks} (1)
+pl {09573.f} (1)
+pl {09573.p2-thinks} (1)
+pl {09574.f} (1)
+pl {09574.p2-thinks} (1)
+pl {09575.f} (1)
+pl {09575.p2-thinks} (1)
+pl {09576.f} (1)
+pl {09576.p2-thinks} (1)
+pl {09577.f} (1)
+pl {09577.p2-thinks} (1)
+pl {09578.f} (1)
+pl {09578.p2-thinks} (1)
+pl {09579.f} (1)
+pl {09579.p2-thinks} (1)
+pl {09580.f} (1)
+pl {09580.p2-thinks} (1)
+pl {09581.f} (1)
+pl {09581.p2-thinks} (1)
+pl {09582.f} (1)
+pl {09582.p2-thinks} (1)
+pl {09583.f} (1)
+pl {09583.p2-thinks} (1)
+pl {09584.f} (1)
+pl {09584.p2-thinks} (1)
+pl {09585.f} (1)
+pl {09585.p2-thinks} (1)
+pl {09586.f} (1)
+pl {09586.p2-thinks} (1)
+pl {09587.f} (1)
+pl {09587.p2-thinks} (1)
+pl {09588.f} (1)
+pl {09588.p2-thinks} (1)
+pl {09589.f} (1)
+pl {09589.p2-thinks} (1)
+pl {09590.f} (1)
+pl {09590.p2-thinks} (1)
+pl {09591.f} (1)
+pl {09591.p2-thinks} (1)
+pl {09592.f} (1)
+pl {09592.p2-thinks} (1)
+pl {09593.f} (1)
+pl {09593.p2-thinks} (1)
+pl {09594.f} (1)
+pl {09594.p2-thinks} (1)
+pl {09595.f} (1)
+pl {09595.p2-thinks} (1)
+pl {09596.f} (1)
+pl {09596.p2-thinks} (1)
+pl {09597.f} (1)
+pl {09597.p2-thinks} (1)
+pl {09598.f} (1)
+pl {09598.p2-thinks} (1)
+pl {09599.f} (1)
+pl {09599.p2-thinks} (1)
+pl {09600.f} (1)
+pl {09600.p2-thinks} (1)
+pl {09601.f} (1)
+pl {09601.p2-thinks} (1)
+pl {09602.f} (1)
+pl {09602.p2-thinks} (1)
+pl {09603.f} (1)
+pl {09603.p2-thinks} (1)
+pl {09604.f} (1)
+pl {09604.p2-thinks} (1)
+pl {09605.f} (1)
+pl {09605.p2-thinks} (1)
+pl {09606.f} (1)
+pl {09606.p2-thinks} (1)
+pl {09607.f} (1)
+pl {09607.p2-thinks} (1)
+pl {09608.f} (1)
+pl {09608.p2-thinks} (1)
+pl {09609.f} (1)
+pl {09609.p2-thinks} (1)
+pl {09610.f} (1)
+pl {09610.p2-thinks} (1)
+pl {09611.f} (1)
+pl {09611.p2-thinks} (1)
+pl {09612.f} (1)
+pl {09612.p2-thinks} (1)
+pl {09613.f} (1)
+pl {09613.p2-thinks} (1)
+pl {09614.f} (1)
+pl {09614.p2-thinks} (1)
+pl {09615.f} (1)
+pl {09615.p2-thinks} (1)
+pl {09616.f} (1)
+pl {09616.p2-thinks} (1)
+pl {09617.f} (1)
+pl {09617.p2-thinks} (1)
+pl {09618.f} (1)
+pl {09618.p2-thinks} (1)
+pl {09619.f} (1)
+pl {09619.p2-thinks} (1)
+pl {09620.f} (1)
+pl {09620.p2-thinks} (1)
+pl {09621.f} (1)
+pl {09621.p2-thinks} (1)
+pl {09622.f} (1)
+pl {09622.p2-thinks} (1)
+pl {09623.f} (1)
+pl {09623.p2-thinks} (1)
+pl {09624.f} (1)
+pl {09624.p2-thinks} (1)
+pl {09625.f} (1)
+pl {09625.p2-thinks} (1)
+pl {09626.f} (1)
+pl {09626.p2-thinks} (1)
+pl {09627.f} (1)
+pl {09627.p2-thinks} (1)
+pl {09628.f} (1)
+pl {09628.p2-thinks} (1)
+pl {09629.f} (1)
+pl {09629.p2-thinks} (1)
+pl {09630.f} (1)
+pl {09630.p2-thinks} (1)
+pl {09631.f} (1)
+pl {09631.p2-thinks} (1)
+pl {09632.f} (1)
+pl {09632.p2-thinks} (1)
+pl {09633.f} (1)
+pl {09633.p2-thinks} (1)
+pl {09634.f} (1)
+pl {09634.p2-thinks} (1)
+pl {09635.f} (1)
+pl {09635.p2-thinks} (1)
+pl {09636.f} (1)
+pl {09636.p2-thinks} (1)
+pl {09637.f} (1)
+pl {09637.p2-thinks} (1)
+pl {09638.f} (1)
+pl {09638.p2-thinks} (1)
+pl {09639.f} (1)
+pl {09639.p2-thinks} (1)
+pl {09640.f} (1)
+pl {09640.p2-thinks} (1)
+pl {09641.f} (1)
+pl {09641.p2-thinks} (1)
+pl {09642.f} (1)
+pl {09642.p2-thinks} (1)
+pl {09643.f} (1)
+pl {09643.p2-thinks} (1)
+pl {09644.f} (1)
+pl {09644.p2-thinks} (1)
+pl {09645.f} (1)
+pl {09645.p2-thinks} (1)
+pl {09646.f} (1)
+pl {09646.p2-thinks} (1)
+pl {09647.f} (1)
+pl {09647.p2-thinks} (1)
+pl {09648.f} (1)
+pl {09648.p2-thinks} (1)
+pl {09649.f} (1)
+pl {09649.p2-thinks} (1)
+pl {09650.f} (1)
+pl {09650.p2-thinks} (1)
+pl {09651.f} (1)
+pl {09651.p2-thinks} (1)
+pl {09652.f} (1)
+pl {09652.p2-thinks} (1)
+pl {09653.f} (1)
+pl {09653.p2-thinks} (1)
+pl {09654.f} (1)
+pl {09654.p2-thinks} (1)
+pl {09655.f} (1)
+pl {09655.p2-thinks} (1)
+pl {09656.f} (1)
+pl {09656.p2-thinks} (1)
+pl {09657.f} (1)
+pl {09657.p2-thinks} (1)
+pl {09658.f} (1)
+pl {09658.p2-thinks} (1)
+pl {09659.f} (1)
+pl {09659.p2-thinks} (1)
+pl {09660.f} (1)
+pl {09660.p2-thinks} (1)
+pl {09661.f} (1)
+pl {09661.p2-thinks} (1)
+pl {09662.f} (1)
+pl {09662.p2-thinks} (1)
+pl {09663.f} (1)
+pl {09663.p2-thinks} (1)
+pl {09664.f} (1)
+pl {09664.p2-thinks} (1)
+pl {09665.f} (1)
+pl {09665.p2-thinks} (1)
+pl {09666.f} (1)
+pl {09666.p2-thinks} (1)
+pl {09667.f} (1)
+pl {09667.p2-thinks} (1)
+pl {09668.f} (1)
+pl {09668.p2-thinks} (1)
+pl {09669.f} (1)
+pl {09669.p2-thinks} (1)
+pl {09670.f} (1)
+pl {09670.p2-thinks} (1)
+pl {09671.f} (1)
+pl {09671.p2-thinks} (1)
+pl {09672.f} (1)
+pl {09672.p2-thinks} (1)
+pl {09673.f} (1)
+pl {09673.p2-thinks} (1)
+pl {09674.f} (1)
+pl {09674.p2-thinks} (1)
+pl {09675.f} (1)
+pl {09675.p2-thinks} (1)
+pl {09676.f} (1)
+pl {09676.p2-thinks} (1)
+pl {09677.f} (1)
+pl {09677.p2-thinks} (1)
+pl {09678.f} (1)
+pl {09678.p2-thinks} (1)
+pl {09679.f} (1)
+pl {09679.p2-thinks} (1)
+pl {09680.f} (1)
+pl {09680.p2-thinks} (1)
+pl {09681.f} (1)
+pl {09681.p2-thinks} (1)
+pl {09682.f} (1)
+pl {09682.p2-thinks} (1)
+pl {09683.f} (1)
+pl {09683.p2-thinks} (1)
+pl {09684.f} (1)
+pl {09684.p2-thinks} (1)
+pl {09685.f} (1)
+pl {09685.p2-thinks} (1)
+pl {09686.f} (1)
+pl {09686.p2-thinks} (1)
+pl {09687.f} (1)
+pl {09687.p2-thinks} (1)
+pl {09688.f} (1)
+pl {09688.p2-thinks} (1)
+pl {09689.f} (1)
+pl {09689.p2-thinks} (1)
+pl {09690.f} (1)
+pl {09690.p2-thinks} (1)
+pl {09691.f} (1)
+pl {09691.p2-thinks} (1)
+pl {09692.f} (1)
+pl {09692.p2-thinks} (1)
+pl {09693.f} (1)
+pl {09693.p2-thinks} (1)
+pl {09694.f} (1)
+pl {09694.p2-thinks} (1)
+pl {09695.f} (1)
+pl {09695.p2-thinks} (1)
+pl {09696.f} (1)
+pl {09696.p2-thinks} (1)
+pl {09697.f} (1)
+pl {09697.p2-thinks} (1)
+pl {09698.f} (1)
+pl {09698.p2-thinks} (1)
+pl {09699.f} (1)
+pl {09699.p2-thinks} (1)
+pl {09700.f} (1)
+pl {09700.p2-thinks} (1)
+pl {09701.f} (1)
+pl {09701.p2-thinks} (1)
+pl {09702.f} (1)
+pl {09702.p2-thinks} (1)
+pl {09703.f} (1)
+pl {09703.p2-thinks} (1)
+pl {09704.f} (1)
+pl {09704.p2-thinks} (1)
+pl {09705.f} (1)
+pl {09705.p2-thinks} (1)
+pl {09706.f} (1)
+pl {09706.p2-thinks} (1)
+pl {09707.f} (1)
+pl {09707.p2-thinks} (1)
+pl {09708.f} (1)
+pl {09708.p2-thinks} (1)
+pl {09709.f} (1)
+pl {09709.p2-thinks} (1)
+pl {09710.f} (1)
+pl {09710.p2-thinks} (1)
+pl {09711.f} (1)
+pl {09711.p2-thinks} (1)
+pl {09712.f} (1)
+pl {09712.p2-thinks} (1)
+pl {09713.f} (1)
+pl {09713.p2-thinks} (1)
+pl {09714.f} (1)
+pl {09714.p2-thinks} (1)
+pl {09715.f} (1)
+pl {09715.p2-thinks} (1)
+pl {09716.f} (1)
+pl {09716.p2-thinks} (1)
+pl {09717.f} (1)
+pl {09717.p2-thinks} (1)
+pl {09718.f} (1)
+pl {09718.p2-thinks} (1)
+pl {09719.f} (1)
+pl {09719.p2-thinks} (1)
+pl {09720.f} (1)
+pl {09720.p2-thinks} (1)
+pl {09721.f} (1)
+pl {09721.p2-thinks} (1)
+pl {09722.f} (1)
+pl {09722.p2-thinks} (1)
+pl {09723.f} (1)
+pl {09723.p2-thinks} (1)
+pl {09724.f} (1)
+pl {09724.p2-thinks} (1)
+pl {09725.f} (1)
+pl {09725.p2-thinks} (1)
+pl {09726.f} (1)
+pl {09726.p2-thinks} (1)
+pl {09727.f} (1)
+pl {09727.p2-thinks} (1)
+pl {09728.f} (1)
+pl {09728.p2-thinks} (1)
+pl {09729.f} (1)
+pl {09729.p2-thinks} (1)
+pl {09730.f} (1)
+pl {09730.p2-thinks} (1)
+pl {09731.f} (1)
+pl {09731.p2-thinks} (1)
+pl {09732.f} (1)
+pl {09732.p2-thinks} (1)
+pl {09733.f} (1)
+pl {09733.p2-thinks} (1)
+pl {09734.f} (1)
+pl {09734.p2-thinks} (1)
+pl {09735.f} (1)
+pl {09735.p2-thinks} (1)
+pl {09736.f} (1)
+pl {09736.p2-thinks} (1)
+pl {09737.f} (1)
+pl {09737.p2-thinks} (1)
+pl {09738.f} (1)
+pl {09738.p2-thinks} (1)
+pl {09739.f} (1)
+pl {09739.p2-thinks} (1)
+pl {09740.f} (1)
+pl {09740.p2-thinks} (1)
+pl {09741.f} (1)
+pl {09741.p2-thinks} (1)
+pl {09742.f} (1)
+pl {09742.p2-thinks} (1)
+pl {09743.f} (1)
+pl {09743.p2-thinks} (1)
+pl {09744.f} (1)
+pl {09744.p2-thinks} (1)
+pl {09745.f} (1)
+pl {09745.p2-thinks} (1)
+pl {09746.f} (1)
+pl {09746.p2-thinks} (1)
+pl {09747.f} (1)
+pl {09747.p2-thinks} (1)
+pl {09748.f} (1)
+pl {09748.p2-thinks} (1)
+pl {09749.f} (1)
+pl {09749.p2-thinks} (1)
+pl {09750.f} (1)
+pl {09750.p2-thinks} (1)
+pl {09751.f} (1)
+pl {09751.p2-thinks} (1)
+pl {09752.f} (1)
+pl {09752.p2-thinks} (1)
+pl {09753.f} (1)
+pl {09753.p2-thinks} (1)
+pl {09754.f} (1)
+pl {09754.p2-thinks} (1)
+pl {09755.f} (1)
+pl {09755.p2-thinks} (1)
+pl {09756.f} (1)
+pl {09756.p2-thinks} (1)
+pl {09757.f} (1)
+pl {09757.p2-thinks} (1)
+pl {09758.f} (1)
+pl {09758.p2-thinks} (1)
+pl {09759.f} (1)
+pl {09759.p2-thinks} (1)
+pl {09760.f} (1)
+pl {09760.p2-thinks} (1)
+pl {09761.f} (1)
+pl {09761.p2-thinks} (1)
+pl {09762.f} (1)
+pl {09762.p2-thinks} (1)
+pl {09763.f} (1)
+pl {09763.p2-thinks} (1)
+pl {09764.f} (1)
+pl {09764.p2-thinks} (1)
+pl {09765.f} (1)
+pl {09765.p2-thinks} (1)
+pl {09766.f} (1)
+pl {09766.p2-thinks} (1)
+pl {09767.f} (1)
+pl {09767.p2-thinks} (1)
+pl {09768.f} (1)
+pl {09768.p2-thinks} (1)
+pl {09769.f} (1)
+pl {09769.p2-thinks} (1)
+pl {09770.f} (1)
+pl {09770.p2-thinks} (1)
+pl {09771.f} (1)
+pl {09771.p2-thinks} (1)
+pl {09772.f} (1)
+pl {09772.p2-thinks} (1)
+pl {09773.f} (1)
+pl {09773.p2-thinks} (1)
+pl {09774.f} (1)
+pl {09774.p2-thinks} (1)
+pl {09775.f} (1)
+pl {09775.p2-thinks} (1)
+pl {09776.f} (1)
+pl {09776.p2-thinks} (1)
+pl {09777.f} (1)
+pl {09777.p2-thinks} (1)
+pl {09778.f} (1)
+pl {09778.p2-thinks} (1)
+pl {09779.f} (1)
+pl {09779.p2-thinks} (1)
+pl {09780.f} (1)
+pl {09780.p2-thinks} (1)
+pl {09781.f} (1)
+pl {09781.p2-thinks} (1)
+pl {09782.f} (1)
+pl {09782.p2-thinks} (1)
+pl {09783.f} (1)
+pl {09783.p2-thinks} (1)
+pl {09784.f} (1)
+pl {09784.p2-thinks} (1)
+pl {09785.f} (1)
+pl {09785.p2-thinks} (1)
+pl {09786.f} (1)
+pl {09786.p2-thinks} (1)
+pl {09787.f} (1)
+pl {09787.p2-thinks} (1)
+pl {09788.f} (1)
+pl {09788.p2-thinks} (1)
+pl {09789.f} (1)
+pl {09789.p2-thinks} (1)
+pl {09790.f} (1)
+pl {09790.p2-thinks} (1)
+pl {09791.f} (1)
+pl {09791.p2-thinks} (1)
+pl {09792.f} (1)
+pl {09792.p2-thinks} (1)
+pl {09793.f} (1)
+pl {09793.p2-thinks} (1)
+pl {09794.f} (1)
+pl {09794.p2-thinks} (1)
+pl {09795.f} (1)
+pl {09795.p2-thinks} (1)
+pl {09796.f} (1)
+pl {09796.p2-thinks} (1)
+pl {09797.f} (1)
+pl {09797.p2-thinks} (1)
+pl {09798.f} (1)
+pl {09798.p2-thinks} (1)
+pl {09799.f} (1)
+pl {09799.p2-thinks} (1)
+pl {09800.f} (1)
+pl {09800.p2-thinks} (1)
+pl {09801.f} (1)
+pl {09801.p2-thinks} (1)
+pl {09802.f} (1)
+pl {09802.p2-thinks} (1)
+pl {09803.f} (1)
+pl {09803.p2-thinks} (1)
+pl {09804.f} (1)
+pl {09804.p2-thinks} (1)
+pl {09805.f} (1)
+pl {09805.p2-thinks} (1)
+pl {09806.f} (1)
+pl {09806.p2-thinks} (1)
+pl {09807.f} (1)
+pl {09807.p2-thinks} (1)
+pl {09808.f} (1)
+pl {09808.p2-thinks} (1)
+pl {09809.f} (1)
+pl {09809.p2-thinks} (1)
+pl {09810.f} (1)
+pl {09810.p2-thinks} (1)
+pl {09811.f} (1)
+pl {09811.p2-thinks} (1)
+pl {09812.f} (1)
+pl {09812.p2-thinks} (1)
+pl {09813.f} (1)
+pl {09813.p2-thinks} (1)
+pl {09814.f} (1)
+pl {09814.p2-thinks} (1)
+pl {09815.f} (1)
+pl {09815.p2-thinks} (1)
+pl {09816.f} (1)
+pl {09816.p2-thinks} (1)
+pl {09817.f} (1)
+pl {09817.p2-thinks} (1)
+pl {09818.f} (1)
+pl {09818.p2-thinks} (1)
+pl {09819.f} (1)
+pl {09819.p2-thinks} (1)
+pl {09820.f} (1)
+pl {09820.p2-thinks} (1)
+pl {09821.f} (1)
+pl {09821.p2-thinks} (1)
+pl {09822.f} (1)
+pl {09822.p2-thinks} (1)
+pl {09823.f} (1)
+pl {09823.p2-thinks} (1)
+pl {09824.f} (1)
+pl {09824.p2-thinks} (1)
+pl {09825.f} (1)
+pl {09825.p2-thinks} (1)
+pl {09826.f} (1)
+pl {09826.p2-thinks} (1)
+pl {09827.f} (1)
+pl {09827.p2-thinks} (1)
+pl {09828.f} (1)
+pl {09828.p2-thinks} (1)
+pl {09829.f} (1)
+pl {09829.p2-thinks} (1)
+pl {09830.f} (1)
+pl {09830.p2-thinks} (1)
+pl {09831.f} (1)
+pl {09831.p2-thinks} (1)
+pl {09832.f} (1)
+pl {09832.p2-thinks} (1)
+pl {09833.f} (1)
+pl {09833.p2-thinks} (1)
+pl {09834.f} (1)
+pl {09834.p2-thinks} (1)
+pl {09835.f} (1)
+pl {09835.p2-thinks} (1)
+pl {09836.f} (1)
+pl {09836.p2-thinks} (1)
+pl {09837.f} (1)
+pl {09837.p2-thinks} (1)
+pl {09838.f} (1)
+pl {09838.p2-thinks} (1)
+pl {09839.f} (1)
+pl {09839.p2-thinks} (1)
+pl {09840.f} (1)
+pl {09840.p2-thinks} (1)
+pl {09841.f} (1)
+pl {09841.p2-thinks} (1)
+pl {09842.f} (1)
+pl {09842.p2-thinks} (1)
+pl {09843.f} (1)
+pl {09843.p2-thinks} (1)
+pl {09844.f} (1)
+pl {09844.p2-thinks} (1)
+pl {09845.f} (1)
+pl {09845.p2-thinks} (1)
+pl {09846.f} (1)
+pl {09846.p2-thinks} (1)
+pl {09847.f} (1)
+pl {09847.p2-thinks} (1)
+pl {09848.f} (1)
+pl {09848.p2-thinks} (1)
+pl {09849.f} (1)
+pl {09849.p2-thinks} (1)
+pl {09850.f} (1)
+pl {09850.p2-thinks} (1)
+pl {09851.f} (1)
+pl {09851.p2-thinks} (1)
+pl {09852.f} (1)
+pl {09852.p2-thinks} (1)
+pl {09853.f} (1)
+pl {09853.p2-thinks} (1)
+pl {09854.f} (1)
+pl {09854.p2-thinks} (1)
+pl {09855.f} (1)
+pl {09855.p2-thinks} (1)
+pl {09856.f} (1)
+pl {09856.p2-thinks} (1)
+pl {09857.f} (1)
+pl {09857.p2-thinks} (1)
+pl {09858.f} (1)
+pl {09858.p2-thinks} (1)
+pl {09859.f} (1)
+pl {09859.p2-thinks} (1)
+pl {09860.f} (1)
+pl {09860.p2-thinks} (1)
+pl {09861.f} (1)
+pl {09861.p2-thinks} (1)
+pl {09862.f} (1)
+pl {09862.p2-thinks} (1)
+pl {09863.f} (1)
+pl {09863.p2-thinks} (1)
+pl {09864.f} (1)
+pl {09864.p2-thinks} (1)
+pl {09865.f} (1)
+pl {09865.p2-thinks} (1)
+pl {09866.f} (1)
+pl {09866.p2-thinks} (1)
+pl {09867.f} (1)
+pl {09867.p2-thinks} (1)
+pl {09868.f} (1)
+pl {09868.p2-thinks} (1)
+pl {09869.f} (1)
+pl {09869.p2-thinks} (1)
+pl {09870.f} (1)
+pl {09870.p2-thinks} (1)
+pl {09871.f} (1)
+pl {09871.p2-thinks} (1)
+pl {09872.f} (1)
+pl {09872.p2-thinks} (1)
+pl {09873.f} (1)
+pl {09873.p2-thinks} (1)
+pl {09874.f} (1)
+pl {09874.p2-thinks} (1)
+pl {09875.f} (1)
+pl {09875.p2-thinks} (1)
+pl {09876.f} (1)
+pl {09876.p2-thinks} (1)
+pl {09877.f} (1)
+pl {09877.p2-thinks} (1)
+pl {09878.f} (1)
+pl {09878.p2-thinks} (1)
+pl {09879.f} (1)
+pl {09879.p2-thinks} (1)
+pl {09880.f} (1)
+pl {09880.p2-thinks} (1)
+pl {09881.f} (1)
+pl {09881.p2-thinks} (1)
+pl {09882.f} (1)
+pl {09882.p2-thinks} (1)
+pl {09883.f} (1)
+pl {09883.p2-thinks} (1)
+pl {09884.f} (1)
+pl {09884.p2-thinks} (1)
+pl {09885.f} (1)
+pl {09885.p2-thinks} (1)
+pl {09886.f} (1)
+pl {09886.p2-thinks} (1)
+pl {09887.f} (1)
+pl {09887.p2-thinks} (1)
+pl {09888.f} (1)
+pl {09888.p2-thinks} (1)
+pl {09889.f} (1)
+pl {09889.p2-thinks} (1)
+pl {09890.f} (1)
+pl {09890.p2-thinks} (1)
+pl {09891.f} (1)
+pl {09891.p2-thinks} (1)
+pl {09892.f} (1)
+pl {09892.p2-thinks} (1)
+pl {09893.f} (1)
+pl {09893.p2-thinks} (1)
+pl {09894.f} (1)
+pl {09894.p2-thinks} (1)
+pl {09895.f} (1)
+pl {09895.p2-thinks} (1)
+pl {09896.f} (1)
+pl {09896.p2-thinks} (1)
+pl {09897.f} (1)
+pl {09897.p2-thinks} (1)
+pl {09898.f} (1)
+pl {09898.p2-thinks} (1)
+pl {09899.f} (1)
+pl {09899.p2-thinks} (1)
+pl {09900.f} (1)
+pl {09900.p2-thinks} (1)
+pl {09901.f} (1)
+pl {09901.p2-thinks} (1)
+pl {09902.f} (1)
+pl {09902.p2-thinks} (1)
+pl {09903.f} (1)
+pl {09903.p2-thinks} (1)
+pl {09904.f} (1)
+pl {09904.p2-thinks} (1)
+pl {09905.f} (1)
+pl {09905.p2-thinks} (1)
+pl {09906.f} (1)
+pl {09906.p2-thinks} (1)
+pl {09907.f} (1)
+pl {09907.p2-thinks} (1)
+pl {09908.f} (1)
+pl {09908.p2-thinks} (1)
+pl {09909.f} (1)
+pl {09909.p2-thinks} (1)
+pl {09910.f} (1)
+pl {09910.p2-thinks} (1)
+pl {09911.f} (1)
+pl {09911.p2-thinks} (1)
+pl {09912.f} (1)
+pl {09912.p2-thinks} (1)
+pl {09913.f} (1)
+pl {09913.p2-thinks} (1)
+pl {09914.f} (1)
+pl {09914.p2-thinks} (1)
+pl {09915.f} (1)
+pl {09915.p2-thinks} (1)
+pl {09916.f} (1)
+pl {09916.p2-thinks} (1)
+pl {09917.f} (1)
+pl {09917.p2-thinks} (1)
+pl {09918.f} (1)
+pl {09918.p2-thinks} (1)
+pl {09919.f} (1)
+pl {09919.p2-thinks} (1)
+pl {09920.f} (1)
+pl {09920.p2-thinks} (1)
+pl {09921.f} (1)
+pl {09921.p2-thinks} (1)
+pl {09922.f} (1)
+pl {09922.p2-thinks} (1)
+pl {09923.f} (1)
+pl {09923.p2-thinks} (1)
+pl {09924.f} (1)
+pl {09924.p2-thinks} (1)
+pl {09925.f} (1)
+pl {09925.p2-thinks} (1)
+pl {09926.f} (1)
+pl {09926.p2-thinks} (1)
+pl {09927.f} (1)
+pl {09927.p2-thinks} (1)
+pl {09928.f} (1)
+pl {09928.p2-thinks} (1)
+pl {09929.f} (1)
+pl {09929.p2-thinks} (1)
+pl {09930.f} (1)
+pl {09930.p2-thinks} (1)
+pl {09931.f} (1)
+pl {09931.p2-thinks} (1)
+pl {09932.f} (1)
+pl {09932.p2-thinks} (1)
+pl {09933.f} (1)
+pl {09933.p2-thinks} (1)
+pl {09934.f} (1)
+pl {09934.p2-thinks} (1)
+pl {09935.f} (1)
+pl {09935.p2-thinks} (1)
+pl {09936.f} (1)
+pl {09936.p2-thinks} (1)
+pl {09937.f} (1)
+pl {09937.p2-thinks} (1)
+pl {09938.f} (1)
+pl {09938.p2-thinks} (1)
+pl {09939.f} (1)
+pl {09939.p2-thinks} (1)
+pl {09940.f} (1)
+pl {09940.p2-thinks} (1)
+pl {09941.f} (1)
+pl {09941.p2-thinks} (1)
+pl {09942.f} (1)
+pl {09942.p2-thinks} (1)
+pl {09943.f} (1)
+pl {09943.p2-thinks} (1)
+pl {09944.f} (1)
+pl {09944.p2-thinks} (1)
+pl {09945.f} (1)
+pl {09945.p2-thinks} (1)
+pl {09946.f} (1)
+pl {09946.p2-thinks} (1)
+pl {09947.f} (1)
+pl {09947.p2-thinks} (1)
+pl {09948.f} (1)
+pl {09948.p2-thinks} (1)
+pl {09949.f} (1)
+pl {09949.p2-thinks} (1)
+pl {09950.f} (1)
+pl {09950.p2-thinks} (1)
+pl {09951.f} (1)
+pl {09951.p2-thinks} (1)
+pl {09952.f} (1)
+pl {09952.p2-thinks} (1)
+pl {09953.f} (1)
+pl {09953.p2-thinks} (1)
+pl {09954.f} (1)
+pl {09954.p2-thinks} (1)
+pl {09955.f} (1)
+pl {09955.p2-thinks} (1)
+pl {09956.f} (1)
+pl {09956.p2-thinks} (1)
+pl {09957.f} (1)
+pl {09957.p2-thinks} (1)
+pl {09958.f} (1)
+pl {09958.p2-thinks} (1)
+pl {09959.f} (1)
+pl {09959.p2-thinks} (1)
+pl {09960.f} (1)
+pl {09960.p2-thinks} (1)
+pl {09961.f} (1)
+pl {09961.p2-thinks} (1)
+pl {09962.f} (1)
+pl {09962.p2-thinks} (1)
+pl {09963.f} (1)
+pl {09963.p2-thinks} (1)
+pl {09964.f} (1)
+pl {09964.p2-thinks} (1)
+pl {09965.f} (1)
+pl {09965.p2-thinks} (1)
+pl {09966.f} (1)
+pl {09966.p2-thinks} (1)
+pl {09967.f} (1)
+pl {09967.p2-thinks} (1)
+pl {09968.f} (1)
+pl {09968.p2-thinks} (1)
+pl {09969.f} (1)
+pl {09969.p2-thinks} (1)
+pl {09970.f} (1)
+pl {09970.p2-thinks} (1)
+pl {09971.f} (1)
+pl {09971.p2-thinks} (1)
+pl {09972.f} (1)
+pl {09972.p2-thinks} (1)
+pl {09973.f} (1)
+pl {09973.p2-thinks} (1)
+pl {09974.f} (1)
+pl {09974.p2-thinks} (1)
+pl {09975.f} (1)
+pl {09975.p2-thinks} (1)
+pl {09976.f} (1)
+pl {09976.p2-thinks} (1)
+pl {09977.f} (1)
+pl {09977.p2-thinks} (1)
+pl {09978.f} (1)
+pl {09978.p2-thinks} (1)
+pl {09979.f} (1)
+pl {09979.p2-thinks} (1)
+pl {09980.f} (1)
+pl {09980.p2-thinks} (1)
+pl {09981.f} (1)
+pl {09981.p2-thinks} (1)
+pl {09982.f} (1)
+pl {09982.p2-thinks} (1)
+pl {09983.f} (1)
+pl {09983.p2-thinks} (1)
+pl {09984.f} (1)
+pl {09984.p2-thinks} (1)
+pl {09985.f} (1)
+pl {09985.p2-thinks} (1)
+pl {09986.f} (1)
+pl {09986.p2-thinks} (1)
+pl {09987.f} (1)
+pl {09987.p2-thinks} (1)
+pl {09988.f} (1)
+pl {09988.p2-thinks} (1)
+pl {09989.f} (1)
+pl {09989.p2-thinks} (1)
+pl {09990.f} (1)
+pl {09990.p2-thinks} (1)
+pl {09991.f} (1)
+pl {09991.p2-thinks} (1)
+pl {09992.f} (1)
+pl {09992.p2-thinks} (1)
+pl {09993.f} (1)
+pl {09993.p2-thinks} (1)
+pl {09994.f} (1)
+pl {09994.p2-thinks} (1)
+pl {09995.f} (1)
+pl {09995.p2-thinks} (1)
+pl {09996.f} (1)
+pl {09996.p2-thinks} (1)
+pl {09997.f} (1)
+pl {09997.p2-thinks} (1)
+pl {09998.f} (1)
+pl {09998.p2-thinks} (1)
+pl {09999.f} (1)
+pl {09999.p2-thinks} (1)
+pl {10000.f} (1)
+pl {10000.p2-thinks} (1)
diff --git a/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p10000.tpn b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p10000.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..d08c87c8915fd88da2df85871bbfd4fda1d04ed5
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/p10000.tpn
@@ -0,0 +1,20002 @@
+# m0 symmetric
+load components/philo.ndr
+ren a9999/tleft b9999/bleft a0/tright b0/bright
+load components/philo.ndr
+ren a0/tleft b0/bleft a1/tright b1/bright
+load components/philo.ndr
+ren a1/tleft b1/bleft a2/tright b2/bright
+load components/philo.ndr
+ren a2/tleft b2/bleft a3/tright b3/bright
+load components/philo.ndr
+ren a3/tleft b3/bleft a4/tright b4/bright
+load components/philo.ndr
+ren a4/tleft b4/bleft a5/tright b5/bright
+load components/philo.ndr
+ren a5/tleft b5/bleft a6/tright b6/bright
+load components/philo.ndr
+ren a6/tleft b6/bleft a7/tright b7/bright
+load components/philo.ndr
+ren a7/tleft b7/bleft a8/tright b8/bright
+load components/philo.ndr
+ren a8/tleft b8/bleft a9/tright b9/bright
+load components/philo.ndr
+ren a9/tleft b9/bleft a10/tright b10/bright
+load components/philo.ndr
+ren a10/tleft b10/bleft a11/tright b11/bright
+load components/philo.ndr
+ren a11/tleft b11/bleft a12/tright b12/bright
+load components/philo.ndr
+ren a12/tleft b12/bleft a13/tright b13/bright
+load components/philo.ndr
+ren a13/tleft b13/bleft a14/tright b14/bright
+load components/philo.ndr
+ren a14/tleft b14/bleft a15/tright b15/bright
+load components/philo.ndr
+ren a15/tleft b15/bleft a16/tright b16/bright
+load components/philo.ndr
+ren a16/tleft b16/bleft a17/tright b17/bright
+load components/philo.ndr
+ren a17/tleft b17/bleft a18/tright b18/bright
+load components/philo.ndr
+ren a18/tleft b18/bleft a19/tright b19/bright
+load components/philo.ndr
+ren a19/tleft b19/bleft a20/tright b20/bright
+load components/philo.ndr
+ren a20/tleft b20/bleft a21/tright b21/bright
+load components/philo.ndr
+ren a21/tleft b21/bleft a22/tright b22/bright
+load components/philo.ndr
+ren a22/tleft b22/bleft a23/tright b23/bright
+load components/philo.ndr
+ren a23/tleft b23/bleft a24/tright b24/bright
+load components/philo.ndr
+ren a24/tleft b24/bleft a25/tright b25/bright
+load components/philo.ndr
+ren a25/tleft b25/bleft a26/tright b26/bright
+load components/philo.ndr
+ren a26/tleft b26/bleft a27/tright b27/bright
+load components/philo.ndr
+ren a27/tleft b27/bleft a28/tright b28/bright
+load components/philo.ndr
+ren a28/tleft b28/bleft a29/tright b29/bright
+load components/philo.ndr
+ren a29/tleft b29/bleft a30/tright b30/bright
+load components/philo.ndr
+ren a30/tleft b30/bleft a31/tright b31/bright
+load components/philo.ndr
+ren a31/tleft b31/bleft a32/tright b32/bright
+load components/philo.ndr
+ren a32/tleft b32/bleft a33/tright b33/bright
+load components/philo.ndr
+ren a33/tleft b33/bleft a34/tright b34/bright
+load components/philo.ndr
+ren a34/tleft b34/bleft a35/tright b35/bright
+load components/philo.ndr
+ren a35/tleft b35/bleft a36/tright b36/bright
+load components/philo.ndr
+ren a36/tleft b36/bleft a37/tright b37/bright
+load components/philo.ndr
+ren a37/tleft b37/bleft a38/tright b38/bright
+load components/philo.ndr
+ren a38/tleft b38/bleft a39/tright b39/bright
+load components/philo.ndr
+ren a39/tleft b39/bleft a40/tright b40/bright
+load components/philo.ndr
+ren a40/tleft b40/bleft a41/tright b41/bright
+load components/philo.ndr
+ren a41/tleft b41/bleft a42/tright b42/bright
+load components/philo.ndr
+ren a42/tleft b42/bleft a43/tright b43/bright
+load components/philo.ndr
+ren a43/tleft b43/bleft a44/tright b44/bright
+load components/philo.ndr
+ren a44/tleft b44/bleft a45/tright b45/bright
+load components/philo.ndr
+ren a45/tleft b45/bleft a46/tright b46/bright
+load components/philo.ndr
+ren a46/tleft b46/bleft a47/tright b47/bright
+load components/philo.ndr
+ren a47/tleft b47/bleft a48/tright b48/bright
+load components/philo.ndr
+ren a48/tleft b48/bleft a49/tright b49/bright
+load components/philo.ndr
+ren a49/tleft b49/bleft a50/tright b50/bright
+load components/philo.ndr
+ren a50/tleft b50/bleft a51/tright b51/bright
+load components/philo.ndr
+ren a51/tleft b51/bleft a52/tright b52/bright
+load components/philo.ndr
+ren a52/tleft b52/bleft a53/tright b53/bright
+load components/philo.ndr
+ren a53/tleft b53/bleft a54/tright b54/bright
+load components/philo.ndr
+ren a54/tleft b54/bleft a55/tright b55/bright
+load components/philo.ndr
+ren a55/tleft b55/bleft a56/tright b56/bright
+load components/philo.ndr
+ren a56/tleft b56/bleft a57/tright b57/bright
+load components/philo.ndr
+ren a57/tleft b57/bleft a58/tright b58/bright
+load components/philo.ndr
+ren a58/tleft b58/bleft a59/tright b59/bright
+load components/philo.ndr
+ren a59/tleft b59/bleft a60/tright b60/bright
+load components/philo.ndr
+ren a60/tleft b60/bleft a61/tright b61/bright
+load components/philo.ndr
+ren a61/tleft b61/bleft a62/tright b62/bright
+load components/philo.ndr
+ren a62/tleft b62/bleft a63/tright b63/bright
+load components/philo.ndr
+ren a63/tleft b63/bleft a64/tright b64/bright
+load components/philo.ndr
+ren a64/tleft b64/bleft a65/tright b65/bright
+load components/philo.ndr
+ren a65/tleft b65/bleft a66/tright b66/bright
+load components/philo.ndr
+ren a66/tleft b66/bleft a67/tright b67/bright
+load components/philo.ndr
+ren a67/tleft b67/bleft a68/tright b68/bright
+load components/philo.ndr
+ren a68/tleft b68/bleft a69/tright b69/bright
+load components/philo.ndr
+ren a69/tleft b69/bleft a70/tright b70/bright
+load components/philo.ndr
+ren a70/tleft b70/bleft a71/tright b71/bright
+load components/philo.ndr
+ren a71/tleft b71/bleft a72/tright b72/bright
+load components/philo.ndr
+ren a72/tleft b72/bleft a73/tright b73/bright
+load components/philo.ndr
+ren a73/tleft b73/bleft a74/tright b74/bright
+load components/philo.ndr
+ren a74/tleft b74/bleft a75/tright b75/bright
+load components/philo.ndr
+ren a75/tleft b75/bleft a76/tright b76/bright
+load components/philo.ndr
+ren a76/tleft b76/bleft a77/tright b77/bright
+load components/philo.ndr
+ren a77/tleft b77/bleft a78/tright b78/bright
+load components/philo.ndr
+ren a78/tleft b78/bleft a79/tright b79/bright
+load components/philo.ndr
+ren a79/tleft b79/bleft a80/tright b80/bright
+load components/philo.ndr
+ren a80/tleft b80/bleft a81/tright b81/bright
+load components/philo.ndr
+ren a81/tleft b81/bleft a82/tright b82/bright
+load components/philo.ndr
+ren a82/tleft b82/bleft a83/tright b83/bright
+load components/philo.ndr
+ren a83/tleft b83/bleft a84/tright b84/bright
+load components/philo.ndr
+ren a84/tleft b84/bleft a85/tright b85/bright
+load components/philo.ndr
+ren a85/tleft b85/bleft a86/tright b86/bright
+load components/philo.ndr
+ren a86/tleft b86/bleft a87/tright b87/bright
+load components/philo.ndr
+ren a87/tleft b87/bleft a88/tright b88/bright
+load components/philo.ndr
+ren a88/tleft b88/bleft a89/tright b89/bright
+load components/philo.ndr
+ren a89/tleft b89/bleft a90/tright b90/bright
+load components/philo.ndr
+ren a90/tleft b90/bleft a91/tright b91/bright
+load components/philo.ndr
+ren a91/tleft b91/bleft a92/tright b92/bright
+load components/philo.ndr
+ren a92/tleft b92/bleft a93/tright b93/bright
+load components/philo.ndr
+ren a93/tleft b93/bleft a94/tright b94/bright
+load components/philo.ndr
+ren a94/tleft b94/bleft a95/tright b95/bright
+load components/philo.ndr
+ren a95/tleft b95/bleft a96/tright b96/bright
+load components/philo.ndr
+ren a96/tleft b96/bleft a97/tright b97/bright
+load components/philo.ndr
+ren a97/tleft b97/bleft a98/tright b98/bright
+load components/philo.ndr
+ren a98/tleft b98/bleft a99/tright b99/bright
+load components/philo.ndr
+ren a99/tleft b99/bleft a100/tright b100/bright
+load components/philo.ndr
+ren a100/tleft b100/bleft a101/tright b101/bright
+load components/philo.ndr
+ren a101/tleft b101/bleft a102/tright b102/bright
+load components/philo.ndr
+ren a102/tleft b102/bleft a103/tright b103/bright
+load components/philo.ndr
+ren a103/tleft b103/bleft a104/tright b104/bright
+load components/philo.ndr
+ren a104/tleft b104/bleft a105/tright b105/bright
+load components/philo.ndr
+ren a105/tleft b105/bleft a106/tright b106/bright
+load components/philo.ndr
+ren a106/tleft b106/bleft a107/tright b107/bright
+load components/philo.ndr
+ren a107/tleft b107/bleft a108/tright b108/bright
+load components/philo.ndr
+ren a108/tleft b108/bleft a109/tright b109/bright
+load components/philo.ndr
+ren a109/tleft b109/bleft a110/tright b110/bright
+load components/philo.ndr
+ren a110/tleft b110/bleft a111/tright b111/bright
+load components/philo.ndr
+ren a111/tleft b111/bleft a112/tright b112/bright
+load components/philo.ndr
+ren a112/tleft b112/bleft a113/tright b113/bright
+load components/philo.ndr
+ren a113/tleft b113/bleft a114/tright b114/bright
+load components/philo.ndr
+ren a114/tleft b114/bleft a115/tright b115/bright
+load components/philo.ndr
+ren a115/tleft b115/bleft a116/tright b116/bright
+load components/philo.ndr
+ren a116/tleft b116/bleft a117/tright b117/bright
+load components/philo.ndr
+ren a117/tleft b117/bleft a118/tright b118/bright
+load components/philo.ndr
+ren a118/tleft b118/bleft a119/tright b119/bright
+load components/philo.ndr
+ren a119/tleft b119/bleft a120/tright b120/bright
+load components/philo.ndr
+ren a120/tleft b120/bleft a121/tright b121/bright
+load components/philo.ndr
+ren a121/tleft b121/bleft a122/tright b122/bright
+load components/philo.ndr
+ren a122/tleft b122/bleft a123/tright b123/bright
+load components/philo.ndr
+ren a123/tleft b123/bleft a124/tright b124/bright
+load components/philo.ndr
+ren a124/tleft b124/bleft a125/tright b125/bright
+load components/philo.ndr
+ren a125/tleft b125/bleft a126/tright b126/bright
+load components/philo.ndr
+ren a126/tleft b126/bleft a127/tright b127/bright
+load components/philo.ndr
+ren a127/tleft b127/bleft a128/tright b128/bright
+load components/philo.ndr
+ren a128/tleft b128/bleft a129/tright b129/bright
+load components/philo.ndr
+ren a129/tleft b129/bleft a130/tright b130/bright
+load components/philo.ndr
+ren a130/tleft b130/bleft a131/tright b131/bright
+load components/philo.ndr
+ren a131/tleft b131/bleft a132/tright b132/bright
+load components/philo.ndr
+ren a132/tleft b132/bleft a133/tright b133/bright
+load components/philo.ndr
+ren a133/tleft b133/bleft a134/tright b134/bright
+load components/philo.ndr
+ren a134/tleft b134/bleft a135/tright b135/bright
+load components/philo.ndr
+ren a135/tleft b135/bleft a136/tright b136/bright
+load components/philo.ndr
+ren a136/tleft b136/bleft a137/tright b137/bright
+load components/philo.ndr
+ren a137/tleft b137/bleft a138/tright b138/bright
+load components/philo.ndr
+ren a138/tleft b138/bleft a139/tright b139/bright
+load components/philo.ndr
+ren a139/tleft b139/bleft a140/tright b140/bright
+load components/philo.ndr
+ren a140/tleft b140/bleft a141/tright b141/bright
+load components/philo.ndr
+ren a141/tleft b141/bleft a142/tright b142/bright
+load components/philo.ndr
+ren a142/tleft b142/bleft a143/tright b143/bright
+load components/philo.ndr
+ren a143/tleft b143/bleft a144/tright b144/bright
+load components/philo.ndr
+ren a144/tleft b144/bleft a145/tright b145/bright
+load components/philo.ndr
+ren a145/tleft b145/bleft a146/tright b146/bright
+load components/philo.ndr
+ren a146/tleft b146/bleft a147/tright b147/bright
+load components/philo.ndr
+ren a147/tleft b147/bleft a148/tright b148/bright
+load components/philo.ndr
+ren a148/tleft b148/bleft a149/tright b149/bright
+load components/philo.ndr
+ren a149/tleft b149/bleft a150/tright b150/bright
+load components/philo.ndr
+ren a150/tleft b150/bleft a151/tright b151/bright
+load components/philo.ndr
+ren a151/tleft b151/bleft a152/tright b152/bright
+load components/philo.ndr
+ren a152/tleft b152/bleft a153/tright b153/bright
+load components/philo.ndr
+ren a153/tleft b153/bleft a154/tright b154/bright
+load components/philo.ndr
+ren a154/tleft b154/bleft a155/tright b155/bright
+load components/philo.ndr
+ren a155/tleft b155/bleft a156/tright b156/bright
+load components/philo.ndr
+ren a156/tleft b156/bleft a157/tright b157/bright
+load components/philo.ndr
+ren a157/tleft b157/bleft a158/tright b158/bright
+load components/philo.ndr
+ren a158/tleft b158/bleft a159/tright b159/bright
+load components/philo.ndr
+ren a159/tleft b159/bleft a160/tright b160/bright
+load components/philo.ndr
+ren a160/tleft b160/bleft a161/tright b161/bright
+load components/philo.ndr
+ren a161/tleft b161/bleft a162/tright b162/bright
+load components/philo.ndr
+ren a162/tleft b162/bleft a163/tright b163/bright
+load components/philo.ndr
+ren a163/tleft b163/bleft a164/tright b164/bright
+load components/philo.ndr
+ren a164/tleft b164/bleft a165/tright b165/bright
+load components/philo.ndr
+ren a165/tleft b165/bleft a166/tright b166/bright
+load components/philo.ndr
+ren a166/tleft b166/bleft a167/tright b167/bright
+load components/philo.ndr
+ren a167/tleft b167/bleft a168/tright b168/bright
+load components/philo.ndr
+ren a168/tleft b168/bleft a169/tright b169/bright
+load components/philo.ndr
+ren a169/tleft b169/bleft a170/tright b170/bright
+load components/philo.ndr
+ren a170/tleft b170/bleft a171/tright b171/bright
+load components/philo.ndr
+ren a171/tleft b171/bleft a172/tright b172/bright
+load components/philo.ndr
+ren a172/tleft b172/bleft a173/tright b173/bright
+load components/philo.ndr
+ren a173/tleft b173/bleft a174/tright b174/bright
+load components/philo.ndr
+ren a174/tleft b174/bleft a175/tright b175/bright
+load components/philo.ndr
+ren a175/tleft b175/bleft a176/tright b176/bright
+load components/philo.ndr
+ren a176/tleft b176/bleft a177/tright b177/bright
+load components/philo.ndr
+ren a177/tleft b177/bleft a178/tright b178/bright
+load components/philo.ndr
+ren a178/tleft b178/bleft a179/tright b179/bright
+load components/philo.ndr
+ren a179/tleft b179/bleft a180/tright b180/bright
+load components/philo.ndr
+ren a180/tleft b180/bleft a181/tright b181/bright
+load components/philo.ndr
+ren a181/tleft b181/bleft a182/tright b182/bright
+load components/philo.ndr
+ren a182/tleft b182/bleft a183/tright b183/bright
+load components/philo.ndr
+ren a183/tleft b183/bleft a184/tright b184/bright
+load components/philo.ndr
+ren a184/tleft b184/bleft a185/tright b185/bright
+load components/philo.ndr
+ren a185/tleft b185/bleft a186/tright b186/bright
+load components/philo.ndr
+ren a186/tleft b186/bleft a187/tright b187/bright
+load components/philo.ndr
+ren a187/tleft b187/bleft a188/tright b188/bright
+load components/philo.ndr
+ren a188/tleft b188/bleft a189/tright b189/bright
+load components/philo.ndr
+ren a189/tleft b189/bleft a190/tright b190/bright
+load components/philo.ndr
+ren a190/tleft b190/bleft a191/tright b191/bright
+load components/philo.ndr
+ren a191/tleft b191/bleft a192/tright b192/bright
+load components/philo.ndr
+ren a192/tleft b192/bleft a193/tright b193/bright
+load components/philo.ndr
+ren a193/tleft b193/bleft a194/tright b194/bright
+load components/philo.ndr
+ren a194/tleft b194/bleft a195/tright b195/bright
+load components/philo.ndr
+ren a195/tleft b195/bleft a196/tright b196/bright
+load components/philo.ndr
+ren a196/tleft b196/bleft a197/tright b197/bright
+load components/philo.ndr
+ren a197/tleft b197/bleft a198/tright b198/bright
+load components/philo.ndr
+ren a198/tleft b198/bleft a199/tright b199/bright
+load components/philo.ndr
+ren a199/tleft b199/bleft a200/tright b200/bright
+load components/philo.ndr
+ren a200/tleft b200/bleft a201/tright b201/bright
+load components/philo.ndr
+ren a201/tleft b201/bleft a202/tright b202/bright
+load components/philo.ndr
+ren a202/tleft b202/bleft a203/tright b203/bright
+load components/philo.ndr
+ren a203/tleft b203/bleft a204/tright b204/bright
+load components/philo.ndr
+ren a204/tleft b204/bleft a205/tright b205/bright
+load components/philo.ndr
+ren a205/tleft b205/bleft a206/tright b206/bright
+load components/philo.ndr
+ren a206/tleft b206/bleft a207/tright b207/bright
+load components/philo.ndr
+ren a207/tleft b207/bleft a208/tright b208/bright
+load components/philo.ndr
+ren a208/tleft b208/bleft a209/tright b209/bright
+load components/philo.ndr
+ren a209/tleft b209/bleft a210/tright b210/bright
+load components/philo.ndr
+ren a210/tleft b210/bleft a211/tright b211/bright
+load components/philo.ndr
+ren a211/tleft b211/bleft a212/tright b212/bright
+load components/philo.ndr
+ren a212/tleft b212/bleft a213/tright b213/bright
+load components/philo.ndr
+ren a213/tleft b213/bleft a214/tright b214/bright
+load components/philo.ndr
+ren a214/tleft b214/bleft a215/tright b215/bright
+load components/philo.ndr
+ren a215/tleft b215/bleft a216/tright b216/bright
+load components/philo.ndr
+ren a216/tleft b216/bleft a217/tright b217/bright
+load components/philo.ndr
+ren a217/tleft b217/bleft a218/tright b218/bright
+load components/philo.ndr
+ren a218/tleft b218/bleft a219/tright b219/bright
+load components/philo.ndr
+ren a219/tleft b219/bleft a220/tright b220/bright
+load components/philo.ndr
+ren a220/tleft b220/bleft a221/tright b221/bright
+load components/philo.ndr
+ren a221/tleft b221/bleft a222/tright b222/bright
+load components/philo.ndr
+ren a222/tleft b222/bleft a223/tright b223/bright
+load components/philo.ndr
+ren a223/tleft b223/bleft a224/tright b224/bright
+load components/philo.ndr
+ren a224/tleft b224/bleft a225/tright b225/bright
+load components/philo.ndr
+ren a225/tleft b225/bleft a226/tright b226/bright
+load components/philo.ndr
+ren a226/tleft b226/bleft a227/tright b227/bright
+load components/philo.ndr
+ren a227/tleft b227/bleft a228/tright b228/bright
+load components/philo.ndr
+ren a228/tleft b228/bleft a229/tright b229/bright
+load components/philo.ndr
+ren a229/tleft b229/bleft a230/tright b230/bright
+load components/philo.ndr
+ren a230/tleft b230/bleft a231/tright b231/bright
+load components/philo.ndr
+ren a231/tleft b231/bleft a232/tright b232/bright
+load components/philo.ndr
+ren a232/tleft b232/bleft a233/tright b233/bright
+load components/philo.ndr
+ren a233/tleft b233/bleft a234/tright b234/bright
+load components/philo.ndr
+ren a234/tleft b234/bleft a235/tright b235/bright
+load components/philo.ndr
+ren a235/tleft b235/bleft a236/tright b236/bright
+load components/philo.ndr
+ren a236/tleft b236/bleft a237/tright b237/bright
+load components/philo.ndr
+ren a237/tleft b237/bleft a238/tright b238/bright
+load components/philo.ndr
+ren a238/tleft b238/bleft a239/tright b239/bright
+load components/philo.ndr
+ren a239/tleft b239/bleft a240/tright b240/bright
+load components/philo.ndr
+ren a240/tleft b240/bleft a241/tright b241/bright
+load components/philo.ndr
+ren a241/tleft b241/bleft a242/tright b242/bright
+load components/philo.ndr
+ren a242/tleft b242/bleft a243/tright b243/bright
+load components/philo.ndr
+ren a243/tleft b243/bleft a244/tright b244/bright
+load components/philo.ndr
+ren a244/tleft b244/bleft a245/tright b245/bright
+load components/philo.ndr
+ren a245/tleft b245/bleft a246/tright b246/bright
+load components/philo.ndr
+ren a246/tleft b246/bleft a247/tright b247/bright
+load components/philo.ndr
+ren a247/tleft b247/bleft a248/tright b248/bright
+load components/philo.ndr
+ren a248/tleft b248/bleft a249/tright b249/bright
+load components/philo.ndr
+ren a249/tleft b249/bleft a250/tright b250/bright
+load components/philo.ndr
+ren a250/tleft b250/bleft a251/tright b251/bright
+load components/philo.ndr
+ren a251/tleft b251/bleft a252/tright b252/bright
+load components/philo.ndr
+ren a252/tleft b252/bleft a253/tright b253/bright
+load components/philo.ndr
+ren a253/tleft b253/bleft a254/tright b254/bright
+load components/philo.ndr
+ren a254/tleft b254/bleft a255/tright b255/bright
+load components/philo.ndr
+ren a255/tleft b255/bleft a256/tright b256/bright
+load components/philo.ndr
+ren a256/tleft b256/bleft a257/tright b257/bright
+load components/philo.ndr
+ren a257/tleft b257/bleft a258/tright b258/bright
+load components/philo.ndr
+ren a258/tleft b258/bleft a259/tright b259/bright
+load components/philo.ndr
+ren a259/tleft b259/bleft a260/tright b260/bright
+load components/philo.ndr
+ren a260/tleft b260/bleft a261/tright b261/bright
+load components/philo.ndr
+ren a261/tleft b261/bleft a262/tright b262/bright
+load components/philo.ndr
+ren a262/tleft b262/bleft a263/tright b263/bright
+load components/philo.ndr
+ren a263/tleft b263/bleft a264/tright b264/bright
+load components/philo.ndr
+ren a264/tleft b264/bleft a265/tright b265/bright
+load components/philo.ndr
+ren a265/tleft b265/bleft a266/tright b266/bright
+load components/philo.ndr
+ren a266/tleft b266/bleft a267/tright b267/bright
+load components/philo.ndr
+ren a267/tleft b267/bleft a268/tright b268/bright
+load components/philo.ndr
+ren a268/tleft b268/bleft a269/tright b269/bright
+load components/philo.ndr
+ren a269/tleft b269/bleft a270/tright b270/bright
+load components/philo.ndr
+ren a270/tleft b270/bleft a271/tright b271/bright
+load components/philo.ndr
+ren a271/tleft b271/bleft a272/tright b272/bright
+load components/philo.ndr
+ren a272/tleft b272/bleft a273/tright b273/bright
+load components/philo.ndr
+ren a273/tleft b273/bleft a274/tright b274/bright
+load components/philo.ndr
+ren a274/tleft b274/bleft a275/tright b275/bright
+load components/philo.ndr
+ren a275/tleft b275/bleft a276/tright b276/bright
+load components/philo.ndr
+ren a276/tleft b276/bleft a277/tright b277/bright
+load components/philo.ndr
+ren a277/tleft b277/bleft a278/tright b278/bright
+load components/philo.ndr
+ren a278/tleft b278/bleft a279/tright b279/bright
+load components/philo.ndr
+ren a279/tleft b279/bleft a280/tright b280/bright
+load components/philo.ndr
+ren a280/tleft b280/bleft a281/tright b281/bright
+load components/philo.ndr
+ren a281/tleft b281/bleft a282/tright b282/bright
+load components/philo.ndr
+ren a282/tleft b282/bleft a283/tright b283/bright
+load components/philo.ndr
+ren a283/tleft b283/bleft a284/tright b284/bright
+load components/philo.ndr
+ren a284/tleft b284/bleft a285/tright b285/bright
+load components/philo.ndr
+ren a285/tleft b285/bleft a286/tright b286/bright
+load components/philo.ndr
+ren a286/tleft b286/bleft a287/tright b287/bright
+load components/philo.ndr
+ren a287/tleft b287/bleft a288/tright b288/bright
+load components/philo.ndr
+ren a288/tleft b288/bleft a289/tright b289/bright
+load components/philo.ndr
+ren a289/tleft b289/bleft a290/tright b290/bright
+load components/philo.ndr
+ren a290/tleft b290/bleft a291/tright b291/bright
+load components/philo.ndr
+ren a291/tleft b291/bleft a292/tright b292/bright
+load components/philo.ndr
+ren a292/tleft b292/bleft a293/tright b293/bright
+load components/philo.ndr
+ren a293/tleft b293/bleft a294/tright b294/bright
+load components/philo.ndr
+ren a294/tleft b294/bleft a295/tright b295/bright
+load components/philo.ndr
+ren a295/tleft b295/bleft a296/tright b296/bright
+load components/philo.ndr
+ren a296/tleft b296/bleft a297/tright b297/bright
+load components/philo.ndr
+ren a297/tleft b297/bleft a298/tright b298/bright
+load components/philo.ndr
+ren a298/tleft b298/bleft a299/tright b299/bright
+load components/philo.ndr
+ren a299/tleft b299/bleft a300/tright b300/bright
+load components/philo.ndr
+ren a300/tleft b300/bleft a301/tright b301/bright
+load components/philo.ndr
+ren a301/tleft b301/bleft a302/tright b302/bright
+load components/philo.ndr
+ren a302/tleft b302/bleft a303/tright b303/bright
+load components/philo.ndr
+ren a303/tleft b303/bleft a304/tright b304/bright
+load components/philo.ndr
+ren a304/tleft b304/bleft a305/tright b305/bright
+load components/philo.ndr
+ren a305/tleft b305/bleft a306/tright b306/bright
+load components/philo.ndr
+ren a306/tleft b306/bleft a307/tright b307/bright
+load components/philo.ndr
+ren a307/tleft b307/bleft a308/tright b308/bright
+load components/philo.ndr
+ren a308/tleft b308/bleft a309/tright b309/bright
+load components/philo.ndr
+ren a309/tleft b309/bleft a310/tright b310/bright
+load components/philo.ndr
+ren a310/tleft b310/bleft a311/tright b311/bright
+load components/philo.ndr
+ren a311/tleft b311/bleft a312/tright b312/bright
+load components/philo.ndr
+ren a312/tleft b312/bleft a313/tright b313/bright
+load components/philo.ndr
+ren a313/tleft b313/bleft a314/tright b314/bright
+load components/philo.ndr
+ren a314/tleft b314/bleft a315/tright b315/bright
+load components/philo.ndr
+ren a315/tleft b315/bleft a316/tright b316/bright
+load components/philo.ndr
+ren a316/tleft b316/bleft a317/tright b317/bright
+load components/philo.ndr
+ren a317/tleft b317/bleft a318/tright b318/bright
+load components/philo.ndr
+ren a318/tleft b318/bleft a319/tright b319/bright
+load components/philo.ndr
+ren a319/tleft b319/bleft a320/tright b320/bright
+load components/philo.ndr
+ren a320/tleft b320/bleft a321/tright b321/bright
+load components/philo.ndr
+ren a321/tleft b321/bleft a322/tright b322/bright
+load components/philo.ndr
+ren a322/tleft b322/bleft a323/tright b323/bright
+load components/philo.ndr
+ren a323/tleft b323/bleft a324/tright b324/bright
+load components/philo.ndr
+ren a324/tleft b324/bleft a325/tright b325/bright
+load components/philo.ndr
+ren a325/tleft b325/bleft a326/tright b326/bright
+load components/philo.ndr
+ren a326/tleft b326/bleft a327/tright b327/bright
+load components/philo.ndr
+ren a327/tleft b327/bleft a328/tright b328/bright
+load components/philo.ndr
+ren a328/tleft b328/bleft a329/tright b329/bright
+load components/philo.ndr
+ren a329/tleft b329/bleft a330/tright b330/bright
+load components/philo.ndr
+ren a330/tleft b330/bleft a331/tright b331/bright
+load components/philo.ndr
+ren a331/tleft b331/bleft a332/tright b332/bright
+load components/philo.ndr
+ren a332/tleft b332/bleft a333/tright b333/bright
+load components/philo.ndr
+ren a333/tleft b333/bleft a334/tright b334/bright
+load components/philo.ndr
+ren a334/tleft b334/bleft a335/tright b335/bright
+load components/philo.ndr
+ren a335/tleft b335/bleft a336/tright b336/bright
+load components/philo.ndr
+ren a336/tleft b336/bleft a337/tright b337/bright
+load components/philo.ndr
+ren a337/tleft b337/bleft a338/tright b338/bright
+load components/philo.ndr
+ren a338/tleft b338/bleft a339/tright b339/bright
+load components/philo.ndr
+ren a339/tleft b339/bleft a340/tright b340/bright
+load components/philo.ndr
+ren a340/tleft b340/bleft a341/tright b341/bright
+load components/philo.ndr
+ren a341/tleft b341/bleft a342/tright b342/bright
+load components/philo.ndr
+ren a342/tleft b342/bleft a343/tright b343/bright
+load components/philo.ndr
+ren a343/tleft b343/bleft a344/tright b344/bright
+load components/philo.ndr
+ren a344/tleft b344/bleft a345/tright b345/bright
+load components/philo.ndr
+ren a345/tleft b345/bleft a346/tright b346/bright
+load components/philo.ndr
+ren a346/tleft b346/bleft a347/tright b347/bright
+load components/philo.ndr
+ren a347/tleft b347/bleft a348/tright b348/bright
+load components/philo.ndr
+ren a348/tleft b348/bleft a349/tright b349/bright
+load components/philo.ndr
+ren a349/tleft b349/bleft a350/tright b350/bright
+load components/philo.ndr
+ren a350/tleft b350/bleft a351/tright b351/bright
+load components/philo.ndr
+ren a351/tleft b351/bleft a352/tright b352/bright
+load components/philo.ndr
+ren a352/tleft b352/bleft a353/tright b353/bright
+load components/philo.ndr
+ren a353/tleft b353/bleft a354/tright b354/bright
+load components/philo.ndr
+ren a354/tleft b354/bleft a355/tright b355/bright
+load components/philo.ndr
+ren a355/tleft b355/bleft a356/tright b356/bright
+load components/philo.ndr
+ren a356/tleft b356/bleft a357/tright b357/bright
+load components/philo.ndr
+ren a357/tleft b357/bleft a358/tright b358/bright
+load components/philo.ndr
+ren a358/tleft b358/bleft a359/tright b359/bright
+load components/philo.ndr
+ren a359/tleft b359/bleft a360/tright b360/bright
+load components/philo.ndr
+ren a360/tleft b360/bleft a361/tright b361/bright
+load components/philo.ndr
+ren a361/tleft b361/bleft a362/tright b362/bright
+load components/philo.ndr
+ren a362/tleft b362/bleft a363/tright b363/bright
+load components/philo.ndr
+ren a363/tleft b363/bleft a364/tright b364/bright
+load components/philo.ndr
+ren a364/tleft b364/bleft a365/tright b365/bright
+load components/philo.ndr
+ren a365/tleft b365/bleft a366/tright b366/bright
+load components/philo.ndr
+ren a366/tleft b366/bleft a367/tright b367/bright
+load components/philo.ndr
+ren a367/tleft b367/bleft a368/tright b368/bright
+load components/philo.ndr
+ren a368/tleft b368/bleft a369/tright b369/bright
+load components/philo.ndr
+ren a369/tleft b369/bleft a370/tright b370/bright
+load components/philo.ndr
+ren a370/tleft b370/bleft a371/tright b371/bright
+load components/philo.ndr
+ren a371/tleft b371/bleft a372/tright b372/bright
+load components/philo.ndr
+ren a372/tleft b372/bleft a373/tright b373/bright
+load components/philo.ndr
+ren a373/tleft b373/bleft a374/tright b374/bright
+load components/philo.ndr
+ren a374/tleft b374/bleft a375/tright b375/bright
+load components/philo.ndr
+ren a375/tleft b375/bleft a376/tright b376/bright
+load components/philo.ndr
+ren a376/tleft b376/bleft a377/tright b377/bright
+load components/philo.ndr
+ren a377/tleft b377/bleft a378/tright b378/bright
+load components/philo.ndr
+ren a378/tleft b378/bleft a379/tright b379/bright
+load components/philo.ndr
+ren a379/tleft b379/bleft a380/tright b380/bright
+load components/philo.ndr
+ren a380/tleft b380/bleft a381/tright b381/bright
+load components/philo.ndr
+ren a381/tleft b381/bleft a382/tright b382/bright
+load components/philo.ndr
+ren a382/tleft b382/bleft a383/tright b383/bright
+load components/philo.ndr
+ren a383/tleft b383/bleft a384/tright b384/bright
+load components/philo.ndr
+ren a384/tleft b384/bleft a385/tright b385/bright
+load components/philo.ndr
+ren a385/tleft b385/bleft a386/tright b386/bright
+load components/philo.ndr
+ren a386/tleft b386/bleft a387/tright b387/bright
+load components/philo.ndr
+ren a387/tleft b387/bleft a388/tright b388/bright
+load components/philo.ndr
+ren a388/tleft b388/bleft a389/tright b389/bright
+load components/philo.ndr
+ren a389/tleft b389/bleft a390/tright b390/bright
+load components/philo.ndr
+ren a390/tleft b390/bleft a391/tright b391/bright
+load components/philo.ndr
+ren a391/tleft b391/bleft a392/tright b392/bright
+load components/philo.ndr
+ren a392/tleft b392/bleft a393/tright b393/bright
+load components/philo.ndr
+ren a393/tleft b393/bleft a394/tright b394/bright
+load components/philo.ndr
+ren a394/tleft b394/bleft a395/tright b395/bright
+load components/philo.ndr
+ren a395/tleft b395/bleft a396/tright b396/bright
+load components/philo.ndr
+ren a396/tleft b396/bleft a397/tright b397/bright
+load components/philo.ndr
+ren a397/tleft b397/bleft a398/tright b398/bright
+load components/philo.ndr
+ren a398/tleft b398/bleft a399/tright b399/bright
+load components/philo.ndr
+ren a399/tleft b399/bleft a400/tright b400/bright
+load components/philo.ndr
+ren a400/tleft b400/bleft a401/tright b401/bright
+load components/philo.ndr
+ren a401/tleft b401/bleft a402/tright b402/bright
+load components/philo.ndr
+ren a402/tleft b402/bleft a403/tright b403/bright
+load components/philo.ndr
+ren a403/tleft b403/bleft a404/tright b404/bright
+load components/philo.ndr
+ren a404/tleft b404/bleft a405/tright b405/bright
+load components/philo.ndr
+ren a405/tleft b405/bleft a406/tright b406/bright
+load components/philo.ndr
+ren a406/tleft b406/bleft a407/tright b407/bright
+load components/philo.ndr
+ren a407/tleft b407/bleft a408/tright b408/bright
+load components/philo.ndr
+ren a408/tleft b408/bleft a409/tright b409/bright
+load components/philo.ndr
+ren a409/tleft b409/bleft a410/tright b410/bright
+load components/philo.ndr
+ren a410/tleft b410/bleft a411/tright b411/bright
+load components/philo.ndr
+ren a411/tleft b411/bleft a412/tright b412/bright
+load components/philo.ndr
+ren a412/tleft b412/bleft a413/tright b413/bright
+load components/philo.ndr
+ren a413/tleft b413/bleft a414/tright b414/bright
+load components/philo.ndr
+ren a414/tleft b414/bleft a415/tright b415/bright
+load components/philo.ndr
+ren a415/tleft b415/bleft a416/tright b416/bright
+load components/philo.ndr
+ren a416/tleft b416/bleft a417/tright b417/bright
+load components/philo.ndr
+ren a417/tleft b417/bleft a418/tright b418/bright
+load components/philo.ndr
+ren a418/tleft b418/bleft a419/tright b419/bright
+load components/philo.ndr
+ren a419/tleft b419/bleft a420/tright b420/bright
+load components/philo.ndr
+ren a420/tleft b420/bleft a421/tright b421/bright
+load components/philo.ndr
+ren a421/tleft b421/bleft a422/tright b422/bright
+load components/philo.ndr
+ren a422/tleft b422/bleft a423/tright b423/bright
+load components/philo.ndr
+ren a423/tleft b423/bleft a424/tright b424/bright
+load components/philo.ndr
+ren a424/tleft b424/bleft a425/tright b425/bright
+load components/philo.ndr
+ren a425/tleft b425/bleft a426/tright b426/bright
+load components/philo.ndr
+ren a426/tleft b426/bleft a427/tright b427/bright
+load components/philo.ndr
+ren a427/tleft b427/bleft a428/tright b428/bright
+load components/philo.ndr
+ren a428/tleft b428/bleft a429/tright b429/bright
+load components/philo.ndr
+ren a429/tleft b429/bleft a430/tright b430/bright
+load components/philo.ndr
+ren a430/tleft b430/bleft a431/tright b431/bright
+load components/philo.ndr
+ren a431/tleft b431/bleft a432/tright b432/bright
+load components/philo.ndr
+ren a432/tleft b432/bleft a433/tright b433/bright
+load components/philo.ndr
+ren a433/tleft b433/bleft a434/tright b434/bright
+load components/philo.ndr
+ren a434/tleft b434/bleft a435/tright b435/bright
+load components/philo.ndr
+ren a435/tleft b435/bleft a436/tright b436/bright
+load components/philo.ndr
+ren a436/tleft b436/bleft a437/tright b437/bright
+load components/philo.ndr
+ren a437/tleft b437/bleft a438/tright b438/bright
+load components/philo.ndr
+ren a438/tleft b438/bleft a439/tright b439/bright
+load components/philo.ndr
+ren a439/tleft b439/bleft a440/tright b440/bright
+load components/philo.ndr
+ren a440/tleft b440/bleft a441/tright b441/bright
+load components/philo.ndr
+ren a441/tleft b441/bleft a442/tright b442/bright
+load components/philo.ndr
+ren a442/tleft b442/bleft a443/tright b443/bright
+load components/philo.ndr
+ren a443/tleft b443/bleft a444/tright b444/bright
+load components/philo.ndr
+ren a444/tleft b444/bleft a445/tright b445/bright
+load components/philo.ndr
+ren a445/tleft b445/bleft a446/tright b446/bright
+load components/philo.ndr
+ren a446/tleft b446/bleft a447/tright b447/bright
+load components/philo.ndr
+ren a447/tleft b447/bleft a448/tright b448/bright
+load components/philo.ndr
+ren a448/tleft b448/bleft a449/tright b449/bright
+load components/philo.ndr
+ren a449/tleft b449/bleft a450/tright b450/bright
+load components/philo.ndr
+ren a450/tleft b450/bleft a451/tright b451/bright
+load components/philo.ndr
+ren a451/tleft b451/bleft a452/tright b452/bright
+load components/philo.ndr
+ren a452/tleft b452/bleft a453/tright b453/bright
+load components/philo.ndr
+ren a453/tleft b453/bleft a454/tright b454/bright
+load components/philo.ndr
+ren a454/tleft b454/bleft a455/tright b455/bright
+load components/philo.ndr
+ren a455/tleft b455/bleft a456/tright b456/bright
+load components/philo.ndr
+ren a456/tleft b456/bleft a457/tright b457/bright
+load components/philo.ndr
+ren a457/tleft b457/bleft a458/tright b458/bright
+load components/philo.ndr
+ren a458/tleft b458/bleft a459/tright b459/bright
+load components/philo.ndr
+ren a459/tleft b459/bleft a460/tright b460/bright
+load components/philo.ndr
+ren a460/tleft b460/bleft a461/tright b461/bright
+load components/philo.ndr
+ren a461/tleft b461/bleft a462/tright b462/bright
+load components/philo.ndr
+ren a462/tleft b462/bleft a463/tright b463/bright
+load components/philo.ndr
+ren a463/tleft b463/bleft a464/tright b464/bright
+load components/philo.ndr
+ren a464/tleft b464/bleft a465/tright b465/bright
+load components/philo.ndr
+ren a465/tleft b465/bleft a466/tright b466/bright
+load components/philo.ndr
+ren a466/tleft b466/bleft a467/tright b467/bright
+load components/philo.ndr
+ren a467/tleft b467/bleft a468/tright b468/bright
+load components/philo.ndr
+ren a468/tleft b468/bleft a469/tright b469/bright
+load components/philo.ndr
+ren a469/tleft b469/bleft a470/tright b470/bright
+load components/philo.ndr
+ren a470/tleft b470/bleft a471/tright b471/bright
+load components/philo.ndr
+ren a471/tleft b471/bleft a472/tright b472/bright
+load components/philo.ndr
+ren a472/tleft b472/bleft a473/tright b473/bright
+load components/philo.ndr
+ren a473/tleft b473/bleft a474/tright b474/bright
+load components/philo.ndr
+ren a474/tleft b474/bleft a475/tright b475/bright
+load components/philo.ndr
+ren a475/tleft b475/bleft a476/tright b476/bright
+load components/philo.ndr
+ren a476/tleft b476/bleft a477/tright b477/bright
+load components/philo.ndr
+ren a477/tleft b477/bleft a478/tright b478/bright
+load components/philo.ndr
+ren a478/tleft b478/bleft a479/tright b479/bright
+load components/philo.ndr
+ren a479/tleft b479/bleft a480/tright b480/bright
+load components/philo.ndr
+ren a480/tleft b480/bleft a481/tright b481/bright
+load components/philo.ndr
+ren a481/tleft b481/bleft a482/tright b482/bright
+load components/philo.ndr
+ren a482/tleft b482/bleft a483/tright b483/bright
+load components/philo.ndr
+ren a483/tleft b483/bleft a484/tright b484/bright
+load components/philo.ndr
+ren a484/tleft b484/bleft a485/tright b485/bright
+load components/philo.ndr
+ren a485/tleft b485/bleft a486/tright b486/bright
+load components/philo.ndr
+ren a486/tleft b486/bleft a487/tright b487/bright
+load components/philo.ndr
+ren a487/tleft b487/bleft a488/tright b488/bright
+load components/philo.ndr
+ren a488/tleft b488/bleft a489/tright b489/bright
+load components/philo.ndr
+ren a489/tleft b489/bleft a490/tright b490/bright
+load components/philo.ndr
+ren a490/tleft b490/bleft a491/tright b491/bright
+load components/philo.ndr
+ren a491/tleft b491/bleft a492/tright b492/bright
+load components/philo.ndr
+ren a492/tleft b492/bleft a493/tright b493/bright
+load components/philo.ndr
+ren a493/tleft b493/bleft a494/tright b494/bright
+load components/philo.ndr
+ren a494/tleft b494/bleft a495/tright b495/bright
+load components/philo.ndr
+ren a495/tleft b495/bleft a496/tright b496/bright
+load components/philo.ndr
+ren a496/tleft b496/bleft a497/tright b497/bright
+load components/philo.ndr
+ren a497/tleft b497/bleft a498/tright b498/bright
+load components/philo.ndr
+ren a498/tleft b498/bleft a499/tright b499/bright
+load components/philo.ndr
+ren a499/tleft b499/bleft a500/tright b500/bright
+load components/philo.ndr
+ren a500/tleft b500/bleft a501/tright b501/bright
+load components/philo.ndr
+ren a501/tleft b501/bleft a502/tright b502/bright
+load components/philo.ndr
+ren a502/tleft b502/bleft a503/tright b503/bright
+load components/philo.ndr
+ren a503/tleft b503/bleft a504/tright b504/bright
+load components/philo.ndr
+ren a504/tleft b504/bleft a505/tright b505/bright
+load components/philo.ndr
+ren a505/tleft b505/bleft a506/tright b506/bright
+load components/philo.ndr
+ren a506/tleft b506/bleft a507/tright b507/bright
+load components/philo.ndr
+ren a507/tleft b507/bleft a508/tright b508/bright
+load components/philo.ndr
+ren a508/tleft b508/bleft a509/tright b509/bright
+load components/philo.ndr
+ren a509/tleft b509/bleft a510/tright b510/bright
+load components/philo.ndr
+ren a510/tleft b510/bleft a511/tright b511/bright
+load components/philo.ndr
+ren a511/tleft b511/bleft a512/tright b512/bright
+load components/philo.ndr
+ren a512/tleft b512/bleft a513/tright b513/bright
+load components/philo.ndr
+ren a513/tleft b513/bleft a514/tright b514/bright
+load components/philo.ndr
+ren a514/tleft b514/bleft a515/tright b515/bright
+load components/philo.ndr
+ren a515/tleft b515/bleft a516/tright b516/bright
+load components/philo.ndr
+ren a516/tleft b516/bleft a517/tright b517/bright
+load components/philo.ndr
+ren a517/tleft b517/bleft a518/tright b518/bright
+load components/philo.ndr
+ren a518/tleft b518/bleft a519/tright b519/bright
+load components/philo.ndr
+ren a519/tleft b519/bleft a520/tright b520/bright
+load components/philo.ndr
+ren a520/tleft b520/bleft a521/tright b521/bright
+load components/philo.ndr
+ren a521/tleft b521/bleft a522/tright b522/bright
+load components/philo.ndr
+ren a522/tleft b522/bleft a523/tright b523/bright
+load components/philo.ndr
+ren a523/tleft b523/bleft a524/tright b524/bright
+load components/philo.ndr
+ren a524/tleft b524/bleft a525/tright b525/bright
+load components/philo.ndr
+ren a525/tleft b525/bleft a526/tright b526/bright
+load components/philo.ndr
+ren a526/tleft b526/bleft a527/tright b527/bright
+load components/philo.ndr
+ren a527/tleft b527/bleft a528/tright b528/bright
+load components/philo.ndr
+ren a528/tleft b528/bleft a529/tright b529/bright
+load components/philo.ndr
+ren a529/tleft b529/bleft a530/tright b530/bright
+load components/philo.ndr
+ren a530/tleft b530/bleft a531/tright b531/bright
+load components/philo.ndr
+ren a531/tleft b531/bleft a532/tright b532/bright
+load components/philo.ndr
+ren a532/tleft b532/bleft a533/tright b533/bright
+load components/philo.ndr
+ren a533/tleft b533/bleft a534/tright b534/bright
+load components/philo.ndr
+ren a534/tleft b534/bleft a535/tright b535/bright
+load components/philo.ndr
+ren a535/tleft b535/bleft a536/tright b536/bright
+load components/philo.ndr
+ren a536/tleft b536/bleft a537/tright b537/bright
+load components/philo.ndr
+ren a537/tleft b537/bleft a538/tright b538/bright
+load components/philo.ndr
+ren a538/tleft b538/bleft a539/tright b539/bright
+load components/philo.ndr
+ren a539/tleft b539/bleft a540/tright b540/bright
+load components/philo.ndr
+ren a540/tleft b540/bleft a541/tright b541/bright
+load components/philo.ndr
+ren a541/tleft b541/bleft a542/tright b542/bright
+load components/philo.ndr
+ren a542/tleft b542/bleft a543/tright b543/bright
+load components/philo.ndr
+ren a543/tleft b543/bleft a544/tright b544/bright
+load components/philo.ndr
+ren a544/tleft b544/bleft a545/tright b545/bright
+load components/philo.ndr
+ren a545/tleft b545/bleft a546/tright b546/bright
+load components/philo.ndr
+ren a546/tleft b546/bleft a547/tright b547/bright
+load components/philo.ndr
+ren a547/tleft b547/bleft a548/tright b548/bright
+load components/philo.ndr
+ren a548/tleft b548/bleft a549/tright b549/bright
+load components/philo.ndr
+ren a549/tleft b549/bleft a550/tright b550/bright
+load components/philo.ndr
+ren a550/tleft b550/bleft a551/tright b551/bright
+load components/philo.ndr
+ren a551/tleft b551/bleft a552/tright b552/bright
+load components/philo.ndr
+ren a552/tleft b552/bleft a553/tright b553/bright
+load components/philo.ndr
+ren a553/tleft b553/bleft a554/tright b554/bright
+load components/philo.ndr
+ren a554/tleft b554/bleft a555/tright b555/bright
+load components/philo.ndr
+ren a555/tleft b555/bleft a556/tright b556/bright
+load components/philo.ndr
+ren a556/tleft b556/bleft a557/tright b557/bright
+load components/philo.ndr
+ren a557/tleft b557/bleft a558/tright b558/bright
+load components/philo.ndr
+ren a558/tleft b558/bleft a559/tright b559/bright
+load components/philo.ndr
+ren a559/tleft b559/bleft a560/tright b560/bright
+load components/philo.ndr
+ren a560/tleft b560/bleft a561/tright b561/bright
+load components/philo.ndr
+ren a561/tleft b561/bleft a562/tright b562/bright
+load components/philo.ndr
+ren a562/tleft b562/bleft a563/tright b563/bright
+load components/philo.ndr
+ren a563/tleft b563/bleft a564/tright b564/bright
+load components/philo.ndr
+ren a564/tleft b564/bleft a565/tright b565/bright
+load components/philo.ndr
+ren a565/tleft b565/bleft a566/tright b566/bright
+load components/philo.ndr
+ren a566/tleft b566/bleft a567/tright b567/bright
+load components/philo.ndr
+ren a567/tleft b567/bleft a568/tright b568/bright
+load components/philo.ndr
+ren a568/tleft b568/bleft a569/tright b569/bright
+load components/philo.ndr
+ren a569/tleft b569/bleft a570/tright b570/bright
+load components/philo.ndr
+ren a570/tleft b570/bleft a571/tright b571/bright
+load components/philo.ndr
+ren a571/tleft b571/bleft a572/tright b572/bright
+load components/philo.ndr
+ren a572/tleft b572/bleft a573/tright b573/bright
+load components/philo.ndr
+ren a573/tleft b573/bleft a574/tright b574/bright
+load components/philo.ndr
+ren a574/tleft b574/bleft a575/tright b575/bright
+load components/philo.ndr
+ren a575/tleft b575/bleft a576/tright b576/bright
+load components/philo.ndr
+ren a576/tleft b576/bleft a577/tright b577/bright
+load components/philo.ndr
+ren a577/tleft b577/bleft a578/tright b578/bright
+load components/philo.ndr
+ren a578/tleft b578/bleft a579/tright b579/bright
+load components/philo.ndr
+ren a579/tleft b579/bleft a580/tright b580/bright
+load components/philo.ndr
+ren a580/tleft b580/bleft a581/tright b581/bright
+load components/philo.ndr
+ren a581/tleft b581/bleft a582/tright b582/bright
+load components/philo.ndr
+ren a582/tleft b582/bleft a583/tright b583/bright
+load components/philo.ndr
+ren a583/tleft b583/bleft a584/tright b584/bright
+load components/philo.ndr
+ren a584/tleft b584/bleft a585/tright b585/bright
+load components/philo.ndr
+ren a585/tleft b585/bleft a586/tright b586/bright
+load components/philo.ndr
+ren a586/tleft b586/bleft a587/tright b587/bright
+load components/philo.ndr
+ren a587/tleft b587/bleft a588/tright b588/bright
+load components/philo.ndr
+ren a588/tleft b588/bleft a589/tright b589/bright
+load components/philo.ndr
+ren a589/tleft b589/bleft a590/tright b590/bright
+load components/philo.ndr
+ren a590/tleft b590/bleft a591/tright b591/bright
+load components/philo.ndr
+ren a591/tleft b591/bleft a592/tright b592/bright
+load components/philo.ndr
+ren a592/tleft b592/bleft a593/tright b593/bright
+load components/philo.ndr
+ren a593/tleft b593/bleft a594/tright b594/bright
+load components/philo.ndr
+ren a594/tleft b594/bleft a595/tright b595/bright
+load components/philo.ndr
+ren a595/tleft b595/bleft a596/tright b596/bright
+load components/philo.ndr
+ren a596/tleft b596/bleft a597/tright b597/bright
+load components/philo.ndr
+ren a597/tleft b597/bleft a598/tright b598/bright
+load components/philo.ndr
+ren a598/tleft b598/bleft a599/tright b599/bright
+load components/philo.ndr
+ren a599/tleft b599/bleft a600/tright b600/bright
+load components/philo.ndr
+ren a600/tleft b600/bleft a601/tright b601/bright
+load components/philo.ndr
+ren a601/tleft b601/bleft a602/tright b602/bright
+load components/philo.ndr
+ren a602/tleft b602/bleft a603/tright b603/bright
+load components/philo.ndr
+ren a603/tleft b603/bleft a604/tright b604/bright
+load components/philo.ndr
+ren a604/tleft b604/bleft a605/tright b605/bright
+load components/philo.ndr
+ren a605/tleft b605/bleft a606/tright b606/bright
+load components/philo.ndr
+ren a606/tleft b606/bleft a607/tright b607/bright
+load components/philo.ndr
+ren a607/tleft b607/bleft a608/tright b608/bright
+load components/philo.ndr
+ren a608/tleft b608/bleft a609/tright b609/bright
+load components/philo.ndr
+ren a609/tleft b609/bleft a610/tright b610/bright
+load components/philo.ndr
+ren a610/tleft b610/bleft a611/tright b611/bright
+load components/philo.ndr
+ren a611/tleft b611/bleft a612/tright b612/bright
+load components/philo.ndr
+ren a612/tleft b612/bleft a613/tright b613/bright
+load components/philo.ndr
+ren a613/tleft b613/bleft a614/tright b614/bright
+load components/philo.ndr
+ren a614/tleft b614/bleft a615/tright b615/bright
+load components/philo.ndr
+ren a615/tleft b615/bleft a616/tright b616/bright
+load components/philo.ndr
+ren a616/tleft b616/bleft a617/tright b617/bright
+load components/philo.ndr
+ren a617/tleft b617/bleft a618/tright b618/bright
+load components/philo.ndr
+ren a618/tleft b618/bleft a619/tright b619/bright
+load components/philo.ndr
+ren a619/tleft b619/bleft a620/tright b620/bright
+load components/philo.ndr
+ren a620/tleft b620/bleft a621/tright b621/bright
+load components/philo.ndr
+ren a621/tleft b621/bleft a622/tright b622/bright
+load components/philo.ndr
+ren a622/tleft b622/bleft a623/tright b623/bright
+load components/philo.ndr
+ren a623/tleft b623/bleft a624/tright b624/bright
+load components/philo.ndr
+ren a624/tleft b624/bleft a625/tright b625/bright
+load components/philo.ndr
+ren a625/tleft b625/bleft a626/tright b626/bright
+load components/philo.ndr
+ren a626/tleft b626/bleft a627/tright b627/bright
+load components/philo.ndr
+ren a627/tleft b627/bleft a628/tright b628/bright
+load components/philo.ndr
+ren a628/tleft b628/bleft a629/tright b629/bright
+load components/philo.ndr
+ren a629/tleft b629/bleft a630/tright b630/bright
+load components/philo.ndr
+ren a630/tleft b630/bleft a631/tright b631/bright
+load components/philo.ndr
+ren a631/tleft b631/bleft a632/tright b632/bright
+load components/philo.ndr
+ren a632/tleft b632/bleft a633/tright b633/bright
+load components/philo.ndr
+ren a633/tleft b633/bleft a634/tright b634/bright
+load components/philo.ndr
+ren a634/tleft b634/bleft a635/tright b635/bright
+load components/philo.ndr
+ren a635/tleft b635/bleft a636/tright b636/bright
+load components/philo.ndr
+ren a636/tleft b636/bleft a637/tright b637/bright
+load components/philo.ndr
+ren a637/tleft b637/bleft a638/tright b638/bright
+load components/philo.ndr
+ren a638/tleft b638/bleft a639/tright b639/bright
+load components/philo.ndr
+ren a639/tleft b639/bleft a640/tright b640/bright
+load components/philo.ndr
+ren a640/tleft b640/bleft a641/tright b641/bright
+load components/philo.ndr
+ren a641/tleft b641/bleft a642/tright b642/bright
+load components/philo.ndr
+ren a642/tleft b642/bleft a643/tright b643/bright
+load components/philo.ndr
+ren a643/tleft b643/bleft a644/tright b644/bright
+load components/philo.ndr
+ren a644/tleft b644/bleft a645/tright b645/bright
+load components/philo.ndr
+ren a645/tleft b645/bleft a646/tright b646/bright
+load components/philo.ndr
+ren a646/tleft b646/bleft a647/tright b647/bright
+load components/philo.ndr
+ren a647/tleft b647/bleft a648/tright b648/bright
+load components/philo.ndr
+ren a648/tleft b648/bleft a649/tright b649/bright
+load components/philo.ndr
+ren a649/tleft b649/bleft a650/tright b650/bright
+load components/philo.ndr
+ren a650/tleft b650/bleft a651/tright b651/bright
+load components/philo.ndr
+ren a651/tleft b651/bleft a652/tright b652/bright
+load components/philo.ndr
+ren a652/tleft b652/bleft a653/tright b653/bright
+load components/philo.ndr
+ren a653/tleft b653/bleft a654/tright b654/bright
+load components/philo.ndr
+ren a654/tleft b654/bleft a655/tright b655/bright
+load components/philo.ndr
+ren a655/tleft b655/bleft a656/tright b656/bright
+load components/philo.ndr
+ren a656/tleft b656/bleft a657/tright b657/bright
+load components/philo.ndr
+ren a657/tleft b657/bleft a658/tright b658/bright
+load components/philo.ndr
+ren a658/tleft b658/bleft a659/tright b659/bright
+load components/philo.ndr
+ren a659/tleft b659/bleft a660/tright b660/bright
+load components/philo.ndr
+ren a660/tleft b660/bleft a661/tright b661/bright
+load components/philo.ndr
+ren a661/tleft b661/bleft a662/tright b662/bright
+load components/philo.ndr
+ren a662/tleft b662/bleft a663/tright b663/bright
+load components/philo.ndr
+ren a663/tleft b663/bleft a664/tright b664/bright
+load components/philo.ndr
+ren a664/tleft b664/bleft a665/tright b665/bright
+load components/philo.ndr
+ren a665/tleft b665/bleft a666/tright b666/bright
+load components/philo.ndr
+ren a666/tleft b666/bleft a667/tright b667/bright
+load components/philo.ndr
+ren a667/tleft b667/bleft a668/tright b668/bright
+load components/philo.ndr
+ren a668/tleft b668/bleft a669/tright b669/bright
+load components/philo.ndr
+ren a669/tleft b669/bleft a670/tright b670/bright
+load components/philo.ndr
+ren a670/tleft b670/bleft a671/tright b671/bright
+load components/philo.ndr
+ren a671/tleft b671/bleft a672/tright b672/bright
+load components/philo.ndr
+ren a672/tleft b672/bleft a673/tright b673/bright
+load components/philo.ndr
+ren a673/tleft b673/bleft a674/tright b674/bright
+load components/philo.ndr
+ren a674/tleft b674/bleft a675/tright b675/bright
+load components/philo.ndr
+ren a675/tleft b675/bleft a676/tright b676/bright
+load components/philo.ndr
+ren a676/tleft b676/bleft a677/tright b677/bright
+load components/philo.ndr
+ren a677/tleft b677/bleft a678/tright b678/bright
+load components/philo.ndr
+ren a678/tleft b678/bleft a679/tright b679/bright
+load components/philo.ndr
+ren a679/tleft b679/bleft a680/tright b680/bright
+load components/philo.ndr
+ren a680/tleft b680/bleft a681/tright b681/bright
+load components/philo.ndr
+ren a681/tleft b681/bleft a682/tright b682/bright
+load components/philo.ndr
+ren a682/tleft b682/bleft a683/tright b683/bright
+load components/philo.ndr
+ren a683/tleft b683/bleft a684/tright b684/bright
+load components/philo.ndr
+ren a684/tleft b684/bleft a685/tright b685/bright
+load components/philo.ndr
+ren a685/tleft b685/bleft a686/tright b686/bright
+load components/philo.ndr
+ren a686/tleft b686/bleft a687/tright b687/bright
+load components/philo.ndr
+ren a687/tleft b687/bleft a688/tright b688/bright
+load components/philo.ndr
+ren a688/tleft b688/bleft a689/tright b689/bright
+load components/philo.ndr
+ren a689/tleft b689/bleft a690/tright b690/bright
+load components/philo.ndr
+ren a690/tleft b690/bleft a691/tright b691/bright
+load components/philo.ndr
+ren a691/tleft b691/bleft a692/tright b692/bright
+load components/philo.ndr
+ren a692/tleft b692/bleft a693/tright b693/bright
+load components/philo.ndr
+ren a693/tleft b693/bleft a694/tright b694/bright
+load components/philo.ndr
+ren a694/tleft b694/bleft a695/tright b695/bright
+load components/philo.ndr
+ren a695/tleft b695/bleft a696/tright b696/bright
+load components/philo.ndr
+ren a696/tleft b696/bleft a697/tright b697/bright
+load components/philo.ndr
+ren a697/tleft b697/bleft a698/tright b698/bright
+load components/philo.ndr
+ren a698/tleft b698/bleft a699/tright b699/bright
+load components/philo.ndr
+ren a699/tleft b699/bleft a700/tright b700/bright
+load components/philo.ndr
+ren a700/tleft b700/bleft a701/tright b701/bright
+load components/philo.ndr
+ren a701/tleft b701/bleft a702/tright b702/bright
+load components/philo.ndr
+ren a702/tleft b702/bleft a703/tright b703/bright
+load components/philo.ndr
+ren a703/tleft b703/bleft a704/tright b704/bright
+load components/philo.ndr
+ren a704/tleft b704/bleft a705/tright b705/bright
+load components/philo.ndr
+ren a705/tleft b705/bleft a706/tright b706/bright
+load components/philo.ndr
+ren a706/tleft b706/bleft a707/tright b707/bright
+load components/philo.ndr
+ren a707/tleft b707/bleft a708/tright b708/bright
+load components/philo.ndr
+ren a708/tleft b708/bleft a709/tright b709/bright
+load components/philo.ndr
+ren a709/tleft b709/bleft a710/tright b710/bright
+load components/philo.ndr
+ren a710/tleft b710/bleft a711/tright b711/bright
+load components/philo.ndr
+ren a711/tleft b711/bleft a712/tright b712/bright
+load components/philo.ndr
+ren a712/tleft b712/bleft a713/tright b713/bright
+load components/philo.ndr
+ren a713/tleft b713/bleft a714/tright b714/bright
+load components/philo.ndr
+ren a714/tleft b714/bleft a715/tright b715/bright
+load components/philo.ndr
+ren a715/tleft b715/bleft a716/tright b716/bright
+load components/philo.ndr
+ren a716/tleft b716/bleft a717/tright b717/bright
+load components/philo.ndr
+ren a717/tleft b717/bleft a718/tright b718/bright
+load components/philo.ndr
+ren a718/tleft b718/bleft a719/tright b719/bright
+load components/philo.ndr
+ren a719/tleft b719/bleft a720/tright b720/bright
+load components/philo.ndr
+ren a720/tleft b720/bleft a721/tright b721/bright
+load components/philo.ndr
+ren a721/tleft b721/bleft a722/tright b722/bright
+load components/philo.ndr
+ren a722/tleft b722/bleft a723/tright b723/bright
+load components/philo.ndr
+ren a723/tleft b723/bleft a724/tright b724/bright
+load components/philo.ndr
+ren a724/tleft b724/bleft a725/tright b725/bright
+load components/philo.ndr
+ren a725/tleft b725/bleft a726/tright b726/bright
+load components/philo.ndr
+ren a726/tleft b726/bleft a727/tright b727/bright
+load components/philo.ndr
+ren a727/tleft b727/bleft a728/tright b728/bright
+load components/philo.ndr
+ren a728/tleft b728/bleft a729/tright b729/bright
+load components/philo.ndr
+ren a729/tleft b729/bleft a730/tright b730/bright
+load components/philo.ndr
+ren a730/tleft b730/bleft a731/tright b731/bright
+load components/philo.ndr
+ren a731/tleft b731/bleft a732/tright b732/bright
+load components/philo.ndr
+ren a732/tleft b732/bleft a733/tright b733/bright
+load components/philo.ndr
+ren a733/tleft b733/bleft a734/tright b734/bright
+load components/philo.ndr
+ren a734/tleft b734/bleft a735/tright b735/bright
+load components/philo.ndr
+ren a735/tleft b735/bleft a736/tright b736/bright
+load components/philo.ndr
+ren a736/tleft b736/bleft a737/tright b737/bright
+load components/philo.ndr
+ren a737/tleft b737/bleft a738/tright b738/bright
+load components/philo.ndr
+ren a738/tleft b738/bleft a739/tright b739/bright
+load components/philo.ndr
+ren a739/tleft b739/bleft a740/tright b740/bright
+load components/philo.ndr
+ren a740/tleft b740/bleft a741/tright b741/bright
+load components/philo.ndr
+ren a741/tleft b741/bleft a742/tright b742/bright
+load components/philo.ndr
+ren a742/tleft b742/bleft a743/tright b743/bright
+load components/philo.ndr
+ren a743/tleft b743/bleft a744/tright b744/bright
+load components/philo.ndr
+ren a744/tleft b744/bleft a745/tright b745/bright
+load components/philo.ndr
+ren a745/tleft b745/bleft a746/tright b746/bright
+load components/philo.ndr
+ren a746/tleft b746/bleft a747/tright b747/bright
+load components/philo.ndr
+ren a747/tleft b747/bleft a748/tright b748/bright
+load components/philo.ndr
+ren a748/tleft b748/bleft a749/tright b749/bright
+load components/philo.ndr
+ren a749/tleft b749/bleft a750/tright b750/bright
+load components/philo.ndr
+ren a750/tleft b750/bleft a751/tright b751/bright
+load components/philo.ndr
+ren a751/tleft b751/bleft a752/tright b752/bright
+load components/philo.ndr
+ren a752/tleft b752/bleft a753/tright b753/bright
+load components/philo.ndr
+ren a753/tleft b753/bleft a754/tright b754/bright
+load components/philo.ndr
+ren a754/tleft b754/bleft a755/tright b755/bright
+load components/philo.ndr
+ren a755/tleft b755/bleft a756/tright b756/bright
+load components/philo.ndr
+ren a756/tleft b756/bleft a757/tright b757/bright
+load components/philo.ndr
+ren a757/tleft b757/bleft a758/tright b758/bright
+load components/philo.ndr
+ren a758/tleft b758/bleft a759/tright b759/bright
+load components/philo.ndr
+ren a759/tleft b759/bleft a760/tright b760/bright
+load components/philo.ndr
+ren a760/tleft b760/bleft a761/tright b761/bright
+load components/philo.ndr
+ren a761/tleft b761/bleft a762/tright b762/bright
+load components/philo.ndr
+ren a762/tleft b762/bleft a763/tright b763/bright
+load components/philo.ndr
+ren a763/tleft b763/bleft a764/tright b764/bright
+load components/philo.ndr
+ren a764/tleft b764/bleft a765/tright b765/bright
+load components/philo.ndr
+ren a765/tleft b765/bleft a766/tright b766/bright
+load components/philo.ndr
+ren a766/tleft b766/bleft a767/tright b767/bright
+load components/philo.ndr
+ren a767/tleft b767/bleft a768/tright b768/bright
+load components/philo.ndr
+ren a768/tleft b768/bleft a769/tright b769/bright
+load components/philo.ndr
+ren a769/tleft b769/bleft a770/tright b770/bright
+load components/philo.ndr
+ren a770/tleft b770/bleft a771/tright b771/bright
+load components/philo.ndr
+ren a771/tleft b771/bleft a772/tright b772/bright
+load components/philo.ndr
+ren a772/tleft b772/bleft a773/tright b773/bright
+load components/philo.ndr
+ren a773/tleft b773/bleft a774/tright b774/bright
+load components/philo.ndr
+ren a774/tleft b774/bleft a775/tright b775/bright
+load components/philo.ndr
+ren a775/tleft b775/bleft a776/tright b776/bright
+load components/philo.ndr
+ren a776/tleft b776/bleft a777/tright b777/bright
+load components/philo.ndr
+ren a777/tleft b777/bleft a778/tright b778/bright
+load components/philo.ndr
+ren a778/tleft b778/bleft a779/tright b779/bright
+load components/philo.ndr
+ren a779/tleft b779/bleft a780/tright b780/bright
+load components/philo.ndr
+ren a780/tleft b780/bleft a781/tright b781/bright
+load components/philo.ndr
+ren a781/tleft b781/bleft a782/tright b782/bright
+load components/philo.ndr
+ren a782/tleft b782/bleft a783/tright b783/bright
+load components/philo.ndr
+ren a783/tleft b783/bleft a784/tright b784/bright
+load components/philo.ndr
+ren a784/tleft b784/bleft a785/tright b785/bright
+load components/philo.ndr
+ren a785/tleft b785/bleft a786/tright b786/bright
+load components/philo.ndr
+ren a786/tleft b786/bleft a787/tright b787/bright
+load components/philo.ndr
+ren a787/tleft b787/bleft a788/tright b788/bright
+load components/philo.ndr
+ren a788/tleft b788/bleft a789/tright b789/bright
+load components/philo.ndr
+ren a789/tleft b789/bleft a790/tright b790/bright
+load components/philo.ndr
+ren a790/tleft b790/bleft a791/tright b791/bright
+load components/philo.ndr
+ren a791/tleft b791/bleft a792/tright b792/bright
+load components/philo.ndr
+ren a792/tleft b792/bleft a793/tright b793/bright
+load components/philo.ndr
+ren a793/tleft b793/bleft a794/tright b794/bright
+load components/philo.ndr
+ren a794/tleft b794/bleft a795/tright b795/bright
+load components/philo.ndr
+ren a795/tleft b795/bleft a796/tright b796/bright
+load components/philo.ndr
+ren a796/tleft b796/bleft a797/tright b797/bright
+load components/philo.ndr
+ren a797/tleft b797/bleft a798/tright b798/bright
+load components/philo.ndr
+ren a798/tleft b798/bleft a799/tright b799/bright
+load components/philo.ndr
+ren a799/tleft b799/bleft a800/tright b800/bright
+load components/philo.ndr
+ren a800/tleft b800/bleft a801/tright b801/bright
+load components/philo.ndr
+ren a801/tleft b801/bleft a802/tright b802/bright
+load components/philo.ndr
+ren a802/tleft b802/bleft a803/tright b803/bright
+load components/philo.ndr
+ren a803/tleft b803/bleft a804/tright b804/bright
+load components/philo.ndr
+ren a804/tleft b804/bleft a805/tright b805/bright
+load components/philo.ndr
+ren a805/tleft b805/bleft a806/tright b806/bright
+load components/philo.ndr
+ren a806/tleft b806/bleft a807/tright b807/bright
+load components/philo.ndr
+ren a807/tleft b807/bleft a808/tright b808/bright
+load components/philo.ndr
+ren a808/tleft b808/bleft a809/tright b809/bright
+load components/philo.ndr
+ren a809/tleft b809/bleft a810/tright b810/bright
+load components/philo.ndr
+ren a810/tleft b810/bleft a811/tright b811/bright
+load components/philo.ndr
+ren a811/tleft b811/bleft a812/tright b812/bright
+load components/philo.ndr
+ren a812/tleft b812/bleft a813/tright b813/bright
+load components/philo.ndr
+ren a813/tleft b813/bleft a814/tright b814/bright
+load components/philo.ndr
+ren a814/tleft b814/bleft a815/tright b815/bright
+load components/philo.ndr
+ren a815/tleft b815/bleft a816/tright b816/bright
+load components/philo.ndr
+ren a816/tleft b816/bleft a817/tright b817/bright
+load components/philo.ndr
+ren a817/tleft b817/bleft a818/tright b818/bright
+load components/philo.ndr
+ren a818/tleft b818/bleft a819/tright b819/bright
+load components/philo.ndr
+ren a819/tleft b819/bleft a820/tright b820/bright
+load components/philo.ndr
+ren a820/tleft b820/bleft a821/tright b821/bright
+load components/philo.ndr
+ren a821/tleft b821/bleft a822/tright b822/bright
+load components/philo.ndr
+ren a822/tleft b822/bleft a823/tright b823/bright
+load components/philo.ndr
+ren a823/tleft b823/bleft a824/tright b824/bright
+load components/philo.ndr
+ren a824/tleft b824/bleft a825/tright b825/bright
+load components/philo.ndr
+ren a825/tleft b825/bleft a826/tright b826/bright
+load components/philo.ndr
+ren a826/tleft b826/bleft a827/tright b827/bright
+load components/philo.ndr
+ren a827/tleft b827/bleft a828/tright b828/bright
+load components/philo.ndr
+ren a828/tleft b828/bleft a829/tright b829/bright
+load components/philo.ndr
+ren a829/tleft b829/bleft a830/tright b830/bright
+load components/philo.ndr
+ren a830/tleft b830/bleft a831/tright b831/bright
+load components/philo.ndr
+ren a831/tleft b831/bleft a832/tright b832/bright
+load components/philo.ndr
+ren a832/tleft b832/bleft a833/tright b833/bright
+load components/philo.ndr
+ren a833/tleft b833/bleft a834/tright b834/bright
+load components/philo.ndr
+ren a834/tleft b834/bleft a835/tright b835/bright
+load components/philo.ndr
+ren a835/tleft b835/bleft a836/tright b836/bright
+load components/philo.ndr
+ren a836/tleft b836/bleft a837/tright b837/bright
+load components/philo.ndr
+ren a837/tleft b837/bleft a838/tright b838/bright
+load components/philo.ndr
+ren a838/tleft b838/bleft a839/tright b839/bright
+load components/philo.ndr
+ren a839/tleft b839/bleft a840/tright b840/bright
+load components/philo.ndr
+ren a840/tleft b840/bleft a841/tright b841/bright
+load components/philo.ndr
+ren a841/tleft b841/bleft a842/tright b842/bright
+load components/philo.ndr
+ren a842/tleft b842/bleft a843/tright b843/bright
+load components/philo.ndr
+ren a843/tleft b843/bleft a844/tright b844/bright
+load components/philo.ndr
+ren a844/tleft b844/bleft a845/tright b845/bright
+load components/philo.ndr
+ren a845/tleft b845/bleft a846/tright b846/bright
+load components/philo.ndr
+ren a846/tleft b846/bleft a847/tright b847/bright
+load components/philo.ndr
+ren a847/tleft b847/bleft a848/tright b848/bright
+load components/philo.ndr
+ren a848/tleft b848/bleft a849/tright b849/bright
+load components/philo.ndr
+ren a849/tleft b849/bleft a850/tright b850/bright
+load components/philo.ndr
+ren a850/tleft b850/bleft a851/tright b851/bright
+load components/philo.ndr
+ren a851/tleft b851/bleft a852/tright b852/bright
+load components/philo.ndr
+ren a852/tleft b852/bleft a853/tright b853/bright
+load components/philo.ndr
+ren a853/tleft b853/bleft a854/tright b854/bright
+load components/philo.ndr
+ren a854/tleft b854/bleft a855/tright b855/bright
+load components/philo.ndr
+ren a855/tleft b855/bleft a856/tright b856/bright
+load components/philo.ndr
+ren a856/tleft b856/bleft a857/tright b857/bright
+load components/philo.ndr
+ren a857/tleft b857/bleft a858/tright b858/bright
+load components/philo.ndr
+ren a858/tleft b858/bleft a859/tright b859/bright
+load components/philo.ndr
+ren a859/tleft b859/bleft a860/tright b860/bright
+load components/philo.ndr
+ren a860/tleft b860/bleft a861/tright b861/bright
+load components/philo.ndr
+ren a861/tleft b861/bleft a862/tright b862/bright
+load components/philo.ndr
+ren a862/tleft b862/bleft a863/tright b863/bright
+load components/philo.ndr
+ren a863/tleft b863/bleft a864/tright b864/bright
+load components/philo.ndr
+ren a864/tleft b864/bleft a865/tright b865/bright
+load components/philo.ndr
+ren a865/tleft b865/bleft a866/tright b866/bright
+load components/philo.ndr
+ren a866/tleft b866/bleft a867/tright b867/bright
+load components/philo.ndr
+ren a867/tleft b867/bleft a868/tright b868/bright
+load components/philo.ndr
+ren a868/tleft b868/bleft a869/tright b869/bright
+load components/philo.ndr
+ren a869/tleft b869/bleft a870/tright b870/bright
+load components/philo.ndr
+ren a870/tleft b870/bleft a871/tright b871/bright
+load components/philo.ndr
+ren a871/tleft b871/bleft a872/tright b872/bright
+load components/philo.ndr
+ren a872/tleft b872/bleft a873/tright b873/bright
+load components/philo.ndr
+ren a873/tleft b873/bleft a874/tright b874/bright
+load components/philo.ndr
+ren a874/tleft b874/bleft a875/tright b875/bright
+load components/philo.ndr
+ren a875/tleft b875/bleft a876/tright b876/bright
+load components/philo.ndr
+ren a876/tleft b876/bleft a877/tright b877/bright
+load components/philo.ndr
+ren a877/tleft b877/bleft a878/tright b878/bright
+load components/philo.ndr
+ren a878/tleft b878/bleft a879/tright b879/bright
+load components/philo.ndr
+ren a879/tleft b879/bleft a880/tright b880/bright
+load components/philo.ndr
+ren a880/tleft b880/bleft a881/tright b881/bright
+load components/philo.ndr
+ren a881/tleft b881/bleft a882/tright b882/bright
+load components/philo.ndr
+ren a882/tleft b882/bleft a883/tright b883/bright
+load components/philo.ndr
+ren a883/tleft b883/bleft a884/tright b884/bright
+load components/philo.ndr
+ren a884/tleft b884/bleft a885/tright b885/bright
+load components/philo.ndr
+ren a885/tleft b885/bleft a886/tright b886/bright
+load components/philo.ndr
+ren a886/tleft b886/bleft a887/tright b887/bright
+load components/philo.ndr
+ren a887/tleft b887/bleft a888/tright b888/bright
+load components/philo.ndr
+ren a888/tleft b888/bleft a889/tright b889/bright
+load components/philo.ndr
+ren a889/tleft b889/bleft a890/tright b890/bright
+load components/philo.ndr
+ren a890/tleft b890/bleft a891/tright b891/bright
+load components/philo.ndr
+ren a891/tleft b891/bleft a892/tright b892/bright
+load components/philo.ndr
+ren a892/tleft b892/bleft a893/tright b893/bright
+load components/philo.ndr
+ren a893/tleft b893/bleft a894/tright b894/bright
+load components/philo.ndr
+ren a894/tleft b894/bleft a895/tright b895/bright
+load components/philo.ndr
+ren a895/tleft b895/bleft a896/tright b896/bright
+load components/philo.ndr
+ren a896/tleft b896/bleft a897/tright b897/bright
+load components/philo.ndr
+ren a897/tleft b897/bleft a898/tright b898/bright
+load components/philo.ndr
+ren a898/tleft b898/bleft a899/tright b899/bright
+load components/philo.ndr
+ren a899/tleft b899/bleft a900/tright b900/bright
+load components/philo.ndr
+ren a900/tleft b900/bleft a901/tright b901/bright
+load components/philo.ndr
+ren a901/tleft b901/bleft a902/tright b902/bright
+load components/philo.ndr
+ren a902/tleft b902/bleft a903/tright b903/bright
+load components/philo.ndr
+ren a903/tleft b903/bleft a904/tright b904/bright
+load components/philo.ndr
+ren a904/tleft b904/bleft a905/tright b905/bright
+load components/philo.ndr
+ren a905/tleft b905/bleft a906/tright b906/bright
+load components/philo.ndr
+ren a906/tleft b906/bleft a907/tright b907/bright
+load components/philo.ndr
+ren a907/tleft b907/bleft a908/tright b908/bright
+load components/philo.ndr
+ren a908/tleft b908/bleft a909/tright b909/bright
+load components/philo.ndr
+ren a909/tleft b909/bleft a910/tright b910/bright
+load components/philo.ndr
+ren a910/tleft b910/bleft a911/tright b911/bright
+load components/philo.ndr
+ren a911/tleft b911/bleft a912/tright b912/bright
+load components/philo.ndr
+ren a912/tleft b912/bleft a913/tright b913/bright
+load components/philo.ndr
+ren a913/tleft b913/bleft a914/tright b914/bright
+load components/philo.ndr
+ren a914/tleft b914/bleft a915/tright b915/bright
+load components/philo.ndr
+ren a915/tleft b915/bleft a916/tright b916/bright
+load components/philo.ndr
+ren a916/tleft b916/bleft a917/tright b917/bright
+load components/philo.ndr
+ren a917/tleft b917/bleft a918/tright b918/bright
+load components/philo.ndr
+ren a918/tleft b918/bleft a919/tright b919/bright
+load components/philo.ndr
+ren a919/tleft b919/bleft a920/tright b920/bright
+load components/philo.ndr
+ren a920/tleft b920/bleft a921/tright b921/bright
+load components/philo.ndr
+ren a921/tleft b921/bleft a922/tright b922/bright
+load components/philo.ndr
+ren a922/tleft b922/bleft a923/tright b923/bright
+load components/philo.ndr
+ren a923/tleft b923/bleft a924/tright b924/bright
+load components/philo.ndr
+ren a924/tleft b924/bleft a925/tright b925/bright
+load components/philo.ndr
+ren a925/tleft b925/bleft a926/tright b926/bright
+load components/philo.ndr
+ren a926/tleft b926/bleft a927/tright b927/bright
+load components/philo.ndr
+ren a927/tleft b927/bleft a928/tright b928/bright
+load components/philo.ndr
+ren a928/tleft b928/bleft a929/tright b929/bright
+load components/philo.ndr
+ren a929/tleft b929/bleft a930/tright b930/bright
+load components/philo.ndr
+ren a930/tleft b930/bleft a931/tright b931/bright
+load components/philo.ndr
+ren a931/tleft b931/bleft a932/tright b932/bright
+load components/philo.ndr
+ren a932/tleft b932/bleft a933/tright b933/bright
+load components/philo.ndr
+ren a933/tleft b933/bleft a934/tright b934/bright
+load components/philo.ndr
+ren a934/tleft b934/bleft a935/tright b935/bright
+load components/philo.ndr
+ren a935/tleft b935/bleft a936/tright b936/bright
+load components/philo.ndr
+ren a936/tleft b936/bleft a937/tright b937/bright
+load components/philo.ndr
+ren a937/tleft b937/bleft a938/tright b938/bright
+load components/philo.ndr
+ren a938/tleft b938/bleft a939/tright b939/bright
+load components/philo.ndr
+ren a939/tleft b939/bleft a940/tright b940/bright
+load components/philo.ndr
+ren a940/tleft b940/bleft a941/tright b941/bright
+load components/philo.ndr
+ren a941/tleft b941/bleft a942/tright b942/bright
+load components/philo.ndr
+ren a942/tleft b942/bleft a943/tright b943/bright
+load components/philo.ndr
+ren a943/tleft b943/bleft a944/tright b944/bright
+load components/philo.ndr
+ren a944/tleft b944/bleft a945/tright b945/bright
+load components/philo.ndr
+ren a945/tleft b945/bleft a946/tright b946/bright
+load components/philo.ndr
+ren a946/tleft b946/bleft a947/tright b947/bright
+load components/philo.ndr
+ren a947/tleft b947/bleft a948/tright b948/bright
+load components/philo.ndr
+ren a948/tleft b948/bleft a949/tright b949/bright
+load components/philo.ndr
+ren a949/tleft b949/bleft a950/tright b950/bright
+load components/philo.ndr
+ren a950/tleft b950/bleft a951/tright b951/bright
+load components/philo.ndr
+ren a951/tleft b951/bleft a952/tright b952/bright
+load components/philo.ndr
+ren a952/tleft b952/bleft a953/tright b953/bright
+load components/philo.ndr
+ren a953/tleft b953/bleft a954/tright b954/bright
+load components/philo.ndr
+ren a954/tleft b954/bleft a955/tright b955/bright
+load components/philo.ndr
+ren a955/tleft b955/bleft a956/tright b956/bright
+load components/philo.ndr
+ren a956/tleft b956/bleft a957/tright b957/bright
+load components/philo.ndr
+ren a957/tleft b957/bleft a958/tright b958/bright
+load components/philo.ndr
+ren a958/tleft b958/bleft a959/tright b959/bright
+load components/philo.ndr
+ren a959/tleft b959/bleft a960/tright b960/bright
+load components/philo.ndr
+ren a960/tleft b960/bleft a961/tright b961/bright
+load components/philo.ndr
+ren a961/tleft b961/bleft a962/tright b962/bright
+load components/philo.ndr
+ren a962/tleft b962/bleft a963/tright b963/bright
+load components/philo.ndr
+ren a963/tleft b963/bleft a964/tright b964/bright
+load components/philo.ndr
+ren a964/tleft b964/bleft a965/tright b965/bright
+load components/philo.ndr
+ren a965/tleft b965/bleft a966/tright b966/bright
+load components/philo.ndr
+ren a966/tleft b966/bleft a967/tright b967/bright
+load components/philo.ndr
+ren a967/tleft b967/bleft a968/tright b968/bright
+load components/philo.ndr
+ren a968/tleft b968/bleft a969/tright b969/bright
+load components/philo.ndr
+ren a969/tleft b969/bleft a970/tright b970/bright
+load components/philo.ndr
+ren a970/tleft b970/bleft a971/tright b971/bright
+load components/philo.ndr
+ren a971/tleft b971/bleft a972/tright b972/bright
+load components/philo.ndr
+ren a972/tleft b972/bleft a973/tright b973/bright
+load components/philo.ndr
+ren a973/tleft b973/bleft a974/tright b974/bright
+load components/philo.ndr
+ren a974/tleft b974/bleft a975/tright b975/bright
+load components/philo.ndr
+ren a975/tleft b975/bleft a976/tright b976/bright
+load components/philo.ndr
+ren a976/tleft b976/bleft a977/tright b977/bright
+load components/philo.ndr
+ren a977/tleft b977/bleft a978/tright b978/bright
+load components/philo.ndr
+ren a978/tleft b978/bleft a979/tright b979/bright
+load components/philo.ndr
+ren a979/tleft b979/bleft a980/tright b980/bright
+load components/philo.ndr
+ren a980/tleft b980/bleft a981/tright b981/bright
+load components/philo.ndr
+ren a981/tleft b981/bleft a982/tright b982/bright
+load components/philo.ndr
+ren a982/tleft b982/bleft a983/tright b983/bright
+load components/philo.ndr
+ren a983/tleft b983/bleft a984/tright b984/bright
+load components/philo.ndr
+ren a984/tleft b984/bleft a985/tright b985/bright
+load components/philo.ndr
+ren a985/tleft b985/bleft a986/tright b986/bright
+load components/philo.ndr
+ren a986/tleft b986/bleft a987/tright b987/bright
+load components/philo.ndr
+ren a987/tleft b987/bleft a988/tright b988/bright
+load components/philo.ndr
+ren a988/tleft b988/bleft a989/tright b989/bright
+load components/philo.ndr
+ren a989/tleft b989/bleft a990/tright b990/bright
+load components/philo.ndr
+ren a990/tleft b990/bleft a991/tright b991/bright
+load components/philo.ndr
+ren a991/tleft b991/bleft a992/tright b992/bright
+load components/philo.ndr
+ren a992/tleft b992/bleft a993/tright b993/bright
+load components/philo.ndr
+ren a993/tleft b993/bleft a994/tright b994/bright
+load components/philo.ndr
+ren a994/tleft b994/bleft a995/tright b995/bright
+load components/philo.ndr
+ren a995/tleft b995/bleft a996/tright b996/bright
+load components/philo.ndr
+ren a996/tleft b996/bleft a997/tright b997/bright
+load components/philo.ndr
+ren a997/tleft b997/bleft a998/tright b998/bright
+load components/philo.ndr
+ren a998/tleft b998/bleft a999/tright b999/bright
+load components/philo.ndr
+ren a999/tleft b999/bleft a1000/tright b1000/bright
+load components/philo.ndr
+ren a1000/tleft b1000/bleft a1001/tright b1001/bright
+load components/philo.ndr
+ren a1001/tleft b1001/bleft a1002/tright b1002/bright
+load components/philo.ndr
+ren a1002/tleft b1002/bleft a1003/tright b1003/bright
+load components/philo.ndr
+ren a1003/tleft b1003/bleft a1004/tright b1004/bright
+load components/philo.ndr
+ren a1004/tleft b1004/bleft a1005/tright b1005/bright
+load components/philo.ndr
+ren a1005/tleft b1005/bleft a1006/tright b1006/bright
+load components/philo.ndr
+ren a1006/tleft b1006/bleft a1007/tright b1007/bright
+load components/philo.ndr
+ren a1007/tleft b1007/bleft a1008/tright b1008/bright
+load components/philo.ndr
+ren a1008/tleft b1008/bleft a1009/tright b1009/bright
+load components/philo.ndr
+ren a1009/tleft b1009/bleft a1010/tright b1010/bright
+load components/philo.ndr
+ren a1010/tleft b1010/bleft a1011/tright b1011/bright
+load components/philo.ndr
+ren a1011/tleft b1011/bleft a1012/tright b1012/bright
+load components/philo.ndr
+ren a1012/tleft b1012/bleft a1013/tright b1013/bright
+load components/philo.ndr
+ren a1013/tleft b1013/bleft a1014/tright b1014/bright
+load components/philo.ndr
+ren a1014/tleft b1014/bleft a1015/tright b1015/bright
+load components/philo.ndr
+ren a1015/tleft b1015/bleft a1016/tright b1016/bright
+load components/philo.ndr
+ren a1016/tleft b1016/bleft a1017/tright b1017/bright
+load components/philo.ndr
+ren a1017/tleft b1017/bleft a1018/tright b1018/bright
+load components/philo.ndr
+ren a1018/tleft b1018/bleft a1019/tright b1019/bright
+load components/philo.ndr
+ren a1019/tleft b1019/bleft a1020/tright b1020/bright
+load components/philo.ndr
+ren a1020/tleft b1020/bleft a1021/tright b1021/bright
+load components/philo.ndr
+ren a1021/tleft b1021/bleft a1022/tright b1022/bright
+load components/philo.ndr
+ren a1022/tleft b1022/bleft a1023/tright b1023/bright
+load components/philo.ndr
+ren a1023/tleft b1023/bleft a1024/tright b1024/bright
+load components/philo.ndr
+ren a1024/tleft b1024/bleft a1025/tright b1025/bright
+load components/philo.ndr
+ren a1025/tleft b1025/bleft a1026/tright b1026/bright
+load components/philo.ndr
+ren a1026/tleft b1026/bleft a1027/tright b1027/bright
+load components/philo.ndr
+ren a1027/tleft b1027/bleft a1028/tright b1028/bright
+load components/philo.ndr
+ren a1028/tleft b1028/bleft a1029/tright b1029/bright
+load components/philo.ndr
+ren a1029/tleft b1029/bleft a1030/tright b1030/bright
+load components/philo.ndr
+ren a1030/tleft b1030/bleft a1031/tright b1031/bright
+load components/philo.ndr
+ren a1031/tleft b1031/bleft a1032/tright b1032/bright
+load components/philo.ndr
+ren a1032/tleft b1032/bleft a1033/tright b1033/bright
+load components/philo.ndr
+ren a1033/tleft b1033/bleft a1034/tright b1034/bright
+load components/philo.ndr
+ren a1034/tleft b1034/bleft a1035/tright b1035/bright
+load components/philo.ndr
+ren a1035/tleft b1035/bleft a1036/tright b1036/bright
+load components/philo.ndr
+ren a1036/tleft b1036/bleft a1037/tright b1037/bright
+load components/philo.ndr
+ren a1037/tleft b1037/bleft a1038/tright b1038/bright
+load components/philo.ndr
+ren a1038/tleft b1038/bleft a1039/tright b1039/bright
+load components/philo.ndr
+ren a1039/tleft b1039/bleft a1040/tright b1040/bright
+load components/philo.ndr
+ren a1040/tleft b1040/bleft a1041/tright b1041/bright
+load components/philo.ndr
+ren a1041/tleft b1041/bleft a1042/tright b1042/bright
+load components/philo.ndr
+ren a1042/tleft b1042/bleft a1043/tright b1043/bright
+load components/philo.ndr
+ren a1043/tleft b1043/bleft a1044/tright b1044/bright
+load components/philo.ndr
+ren a1044/tleft b1044/bleft a1045/tright b1045/bright
+load components/philo.ndr
+ren a1045/tleft b1045/bleft a1046/tright b1046/bright
+load components/philo.ndr
+ren a1046/tleft b1046/bleft a1047/tright b1047/bright
+load components/philo.ndr
+ren a1047/tleft b1047/bleft a1048/tright b1048/bright
+load components/philo.ndr
+ren a1048/tleft b1048/bleft a1049/tright b1049/bright
+load components/philo.ndr
+ren a1049/tleft b1049/bleft a1050/tright b1050/bright
+load components/philo.ndr
+ren a1050/tleft b1050/bleft a1051/tright b1051/bright
+load components/philo.ndr
+ren a1051/tleft b1051/bleft a1052/tright b1052/bright
+load components/philo.ndr
+ren a1052/tleft b1052/bleft a1053/tright b1053/bright
+load components/philo.ndr
+ren a1053/tleft b1053/bleft a1054/tright b1054/bright
+load components/philo.ndr
+ren a1054/tleft b1054/bleft a1055/tright b1055/bright
+load components/philo.ndr
+ren a1055/tleft b1055/bleft a1056/tright b1056/bright
+load components/philo.ndr
+ren a1056/tleft b1056/bleft a1057/tright b1057/bright
+load components/philo.ndr
+ren a1057/tleft b1057/bleft a1058/tright b1058/bright
+load components/philo.ndr
+ren a1058/tleft b1058/bleft a1059/tright b1059/bright
+load components/philo.ndr
+ren a1059/tleft b1059/bleft a1060/tright b1060/bright
+load components/philo.ndr
+ren a1060/tleft b1060/bleft a1061/tright b1061/bright
+load components/philo.ndr
+ren a1061/tleft b1061/bleft a1062/tright b1062/bright
+load components/philo.ndr
+ren a1062/tleft b1062/bleft a1063/tright b1063/bright
+load components/philo.ndr
+ren a1063/tleft b1063/bleft a1064/tright b1064/bright
+load components/philo.ndr
+ren a1064/tleft b1064/bleft a1065/tright b1065/bright
+load components/philo.ndr
+ren a1065/tleft b1065/bleft a1066/tright b1066/bright
+load components/philo.ndr
+ren a1066/tleft b1066/bleft a1067/tright b1067/bright
+load components/philo.ndr
+ren a1067/tleft b1067/bleft a1068/tright b1068/bright
+load components/philo.ndr
+ren a1068/tleft b1068/bleft a1069/tright b1069/bright
+load components/philo.ndr
+ren a1069/tleft b1069/bleft a1070/tright b1070/bright
+load components/philo.ndr
+ren a1070/tleft b1070/bleft a1071/tright b1071/bright
+load components/philo.ndr
+ren a1071/tleft b1071/bleft a1072/tright b1072/bright
+load components/philo.ndr
+ren a1072/tleft b1072/bleft a1073/tright b1073/bright
+load components/philo.ndr
+ren a1073/tleft b1073/bleft a1074/tright b1074/bright
+load components/philo.ndr
+ren a1074/tleft b1074/bleft a1075/tright b1075/bright
+load components/philo.ndr
+ren a1075/tleft b1075/bleft a1076/tright b1076/bright
+load components/philo.ndr
+ren a1076/tleft b1076/bleft a1077/tright b1077/bright
+load components/philo.ndr
+ren a1077/tleft b1077/bleft a1078/tright b1078/bright
+load components/philo.ndr
+ren a1078/tleft b1078/bleft a1079/tright b1079/bright
+load components/philo.ndr
+ren a1079/tleft b1079/bleft a1080/tright b1080/bright
+load components/philo.ndr
+ren a1080/tleft b1080/bleft a1081/tright b1081/bright
+load components/philo.ndr
+ren a1081/tleft b1081/bleft a1082/tright b1082/bright
+load components/philo.ndr
+ren a1082/tleft b1082/bleft a1083/tright b1083/bright
+load components/philo.ndr
+ren a1083/tleft b1083/bleft a1084/tright b1084/bright
+load components/philo.ndr
+ren a1084/tleft b1084/bleft a1085/tright b1085/bright
+load components/philo.ndr
+ren a1085/tleft b1085/bleft a1086/tright b1086/bright
+load components/philo.ndr
+ren a1086/tleft b1086/bleft a1087/tright b1087/bright
+load components/philo.ndr
+ren a1087/tleft b1087/bleft a1088/tright b1088/bright
+load components/philo.ndr
+ren a1088/tleft b1088/bleft a1089/tright b1089/bright
+load components/philo.ndr
+ren a1089/tleft b1089/bleft a1090/tright b1090/bright
+load components/philo.ndr
+ren a1090/tleft b1090/bleft a1091/tright b1091/bright
+load components/philo.ndr
+ren a1091/tleft b1091/bleft a1092/tright b1092/bright
+load components/philo.ndr
+ren a1092/tleft b1092/bleft a1093/tright b1093/bright
+load components/philo.ndr
+ren a1093/tleft b1093/bleft a1094/tright b1094/bright
+load components/philo.ndr
+ren a1094/tleft b1094/bleft a1095/tright b1095/bright
+load components/philo.ndr
+ren a1095/tleft b1095/bleft a1096/tright b1096/bright
+load components/philo.ndr
+ren a1096/tleft b1096/bleft a1097/tright b1097/bright
+load components/philo.ndr
+ren a1097/tleft b1097/bleft a1098/tright b1098/bright
+load components/philo.ndr
+ren a1098/tleft b1098/bleft a1099/tright b1099/bright
+load components/philo.ndr
+ren a1099/tleft b1099/bleft a1100/tright b1100/bright
+load components/philo.ndr
+ren a1100/tleft b1100/bleft a1101/tright b1101/bright
+load components/philo.ndr
+ren a1101/tleft b1101/bleft a1102/tright b1102/bright
+load components/philo.ndr
+ren a1102/tleft b1102/bleft a1103/tright b1103/bright
+load components/philo.ndr
+ren a1103/tleft b1103/bleft a1104/tright b1104/bright
+load components/philo.ndr
+ren a1104/tleft b1104/bleft a1105/tright b1105/bright
+load components/philo.ndr
+ren a1105/tleft b1105/bleft a1106/tright b1106/bright
+load components/philo.ndr
+ren a1106/tleft b1106/bleft a1107/tright b1107/bright
+load components/philo.ndr
+ren a1107/tleft b1107/bleft a1108/tright b1108/bright
+load components/philo.ndr
+ren a1108/tleft b1108/bleft a1109/tright b1109/bright
+load components/philo.ndr
+ren a1109/tleft b1109/bleft a1110/tright b1110/bright
+load components/philo.ndr
+ren a1110/tleft b1110/bleft a1111/tright b1111/bright
+load components/philo.ndr
+ren a1111/tleft b1111/bleft a1112/tright b1112/bright
+load components/philo.ndr
+ren a1112/tleft b1112/bleft a1113/tright b1113/bright
+load components/philo.ndr
+ren a1113/tleft b1113/bleft a1114/tright b1114/bright
+load components/philo.ndr
+ren a1114/tleft b1114/bleft a1115/tright b1115/bright
+load components/philo.ndr
+ren a1115/tleft b1115/bleft a1116/tright b1116/bright
+load components/philo.ndr
+ren a1116/tleft b1116/bleft a1117/tright b1117/bright
+load components/philo.ndr
+ren a1117/tleft b1117/bleft a1118/tright b1118/bright
+load components/philo.ndr
+ren a1118/tleft b1118/bleft a1119/tright b1119/bright
+load components/philo.ndr
+ren a1119/tleft b1119/bleft a1120/tright b1120/bright
+load components/philo.ndr
+ren a1120/tleft b1120/bleft a1121/tright b1121/bright
+load components/philo.ndr
+ren a1121/tleft b1121/bleft a1122/tright b1122/bright
+load components/philo.ndr
+ren a1122/tleft b1122/bleft a1123/tright b1123/bright
+load components/philo.ndr
+ren a1123/tleft b1123/bleft a1124/tright b1124/bright
+load components/philo.ndr
+ren a1124/tleft b1124/bleft a1125/tright b1125/bright
+load components/philo.ndr
+ren a1125/tleft b1125/bleft a1126/tright b1126/bright
+load components/philo.ndr
+ren a1126/tleft b1126/bleft a1127/tright b1127/bright
+load components/philo.ndr
+ren a1127/tleft b1127/bleft a1128/tright b1128/bright
+load components/philo.ndr
+ren a1128/tleft b1128/bleft a1129/tright b1129/bright
+load components/philo.ndr
+ren a1129/tleft b1129/bleft a1130/tright b1130/bright
+load components/philo.ndr
+ren a1130/tleft b1130/bleft a1131/tright b1131/bright
+load components/philo.ndr
+ren a1131/tleft b1131/bleft a1132/tright b1132/bright
+load components/philo.ndr
+ren a1132/tleft b1132/bleft a1133/tright b1133/bright
+load components/philo.ndr
+ren a1133/tleft b1133/bleft a1134/tright b1134/bright
+load components/philo.ndr
+ren a1134/tleft b1134/bleft a1135/tright b1135/bright
+load components/philo.ndr
+ren a1135/tleft b1135/bleft a1136/tright b1136/bright
+load components/philo.ndr
+ren a1136/tleft b1136/bleft a1137/tright b1137/bright
+load components/philo.ndr
+ren a1137/tleft b1137/bleft a1138/tright b1138/bright
+load components/philo.ndr
+ren a1138/tleft b1138/bleft a1139/tright b1139/bright
+load components/philo.ndr
+ren a1139/tleft b1139/bleft a1140/tright b1140/bright
+load components/philo.ndr
+ren a1140/tleft b1140/bleft a1141/tright b1141/bright
+load components/philo.ndr
+ren a1141/tleft b1141/bleft a1142/tright b1142/bright
+load components/philo.ndr
+ren a1142/tleft b1142/bleft a1143/tright b1143/bright
+load components/philo.ndr
+ren a1143/tleft b1143/bleft a1144/tright b1144/bright
+load components/philo.ndr
+ren a1144/tleft b1144/bleft a1145/tright b1145/bright
+load components/philo.ndr
+ren a1145/tleft b1145/bleft a1146/tright b1146/bright
+load components/philo.ndr
+ren a1146/tleft b1146/bleft a1147/tright b1147/bright
+load components/philo.ndr
+ren a1147/tleft b1147/bleft a1148/tright b1148/bright
+load components/philo.ndr
+ren a1148/tleft b1148/bleft a1149/tright b1149/bright
+load components/philo.ndr
+ren a1149/tleft b1149/bleft a1150/tright b1150/bright
+load components/philo.ndr
+ren a1150/tleft b1150/bleft a1151/tright b1151/bright
+load components/philo.ndr
+ren a1151/tleft b1151/bleft a1152/tright b1152/bright
+load components/philo.ndr
+ren a1152/tleft b1152/bleft a1153/tright b1153/bright
+load components/philo.ndr
+ren a1153/tleft b1153/bleft a1154/tright b1154/bright
+load components/philo.ndr
+ren a1154/tleft b1154/bleft a1155/tright b1155/bright
+load components/philo.ndr
+ren a1155/tleft b1155/bleft a1156/tright b1156/bright
+load components/philo.ndr
+ren a1156/tleft b1156/bleft a1157/tright b1157/bright
+load components/philo.ndr
+ren a1157/tleft b1157/bleft a1158/tright b1158/bright
+load components/philo.ndr
+ren a1158/tleft b1158/bleft a1159/tright b1159/bright
+load components/philo.ndr
+ren a1159/tleft b1159/bleft a1160/tright b1160/bright
+load components/philo.ndr
+ren a1160/tleft b1160/bleft a1161/tright b1161/bright
+load components/philo.ndr
+ren a1161/tleft b1161/bleft a1162/tright b1162/bright
+load components/philo.ndr
+ren a1162/tleft b1162/bleft a1163/tright b1163/bright
+load components/philo.ndr
+ren a1163/tleft b1163/bleft a1164/tright b1164/bright
+load components/philo.ndr
+ren a1164/tleft b1164/bleft a1165/tright b1165/bright
+load components/philo.ndr
+ren a1165/tleft b1165/bleft a1166/tright b1166/bright
+load components/philo.ndr
+ren a1166/tleft b1166/bleft a1167/tright b1167/bright
+load components/philo.ndr
+ren a1167/tleft b1167/bleft a1168/tright b1168/bright
+load components/philo.ndr
+ren a1168/tleft b1168/bleft a1169/tright b1169/bright
+load components/philo.ndr
+ren a1169/tleft b1169/bleft a1170/tright b1170/bright
+load components/philo.ndr
+ren a1170/tleft b1170/bleft a1171/tright b1171/bright
+load components/philo.ndr
+ren a1171/tleft b1171/bleft a1172/tright b1172/bright
+load components/philo.ndr
+ren a1172/tleft b1172/bleft a1173/tright b1173/bright
+load components/philo.ndr
+ren a1173/tleft b1173/bleft a1174/tright b1174/bright
+load components/philo.ndr
+ren a1174/tleft b1174/bleft a1175/tright b1175/bright
+load components/philo.ndr
+ren a1175/tleft b1175/bleft a1176/tright b1176/bright
+load components/philo.ndr
+ren a1176/tleft b1176/bleft a1177/tright b1177/bright
+load components/philo.ndr
+ren a1177/tleft b1177/bleft a1178/tright b1178/bright
+load components/philo.ndr
+ren a1178/tleft b1178/bleft a1179/tright b1179/bright
+load components/philo.ndr
+ren a1179/tleft b1179/bleft a1180/tright b1180/bright
+load components/philo.ndr
+ren a1180/tleft b1180/bleft a1181/tright b1181/bright
+load components/philo.ndr
+ren a1181/tleft b1181/bleft a1182/tright b1182/bright
+load components/philo.ndr
+ren a1182/tleft b1182/bleft a1183/tright b1183/bright
+load components/philo.ndr
+ren a1183/tleft b1183/bleft a1184/tright b1184/bright
+load components/philo.ndr
+ren a1184/tleft b1184/bleft a1185/tright b1185/bright
+load components/philo.ndr
+ren a1185/tleft b1185/bleft a1186/tright b1186/bright
+load components/philo.ndr
+ren a1186/tleft b1186/bleft a1187/tright b1187/bright
+load components/philo.ndr
+ren a1187/tleft b1187/bleft a1188/tright b1188/bright
+load components/philo.ndr
+ren a1188/tleft b1188/bleft a1189/tright b1189/bright
+load components/philo.ndr
+ren a1189/tleft b1189/bleft a1190/tright b1190/bright
+load components/philo.ndr
+ren a1190/tleft b1190/bleft a1191/tright b1191/bright
+load components/philo.ndr
+ren a1191/tleft b1191/bleft a1192/tright b1192/bright
+load components/philo.ndr
+ren a1192/tleft b1192/bleft a1193/tright b1193/bright
+load components/philo.ndr
+ren a1193/tleft b1193/bleft a1194/tright b1194/bright
+load components/philo.ndr
+ren a1194/tleft b1194/bleft a1195/tright b1195/bright
+load components/philo.ndr
+ren a1195/tleft b1195/bleft a1196/tright b1196/bright
+load components/philo.ndr
+ren a1196/tleft b1196/bleft a1197/tright b1197/bright
+load components/philo.ndr
+ren a1197/tleft b1197/bleft a1198/tright b1198/bright
+load components/philo.ndr
+ren a1198/tleft b1198/bleft a1199/tright b1199/bright
+load components/philo.ndr
+ren a1199/tleft b1199/bleft a1200/tright b1200/bright
+load components/philo.ndr
+ren a1200/tleft b1200/bleft a1201/tright b1201/bright
+load components/philo.ndr
+ren a1201/tleft b1201/bleft a1202/tright b1202/bright
+load components/philo.ndr
+ren a1202/tleft b1202/bleft a1203/tright b1203/bright
+load components/philo.ndr
+ren a1203/tleft b1203/bleft a1204/tright b1204/bright
+load components/philo.ndr
+ren a1204/tleft b1204/bleft a1205/tright b1205/bright
+load components/philo.ndr
+ren a1205/tleft b1205/bleft a1206/tright b1206/bright
+load components/philo.ndr
+ren a1206/tleft b1206/bleft a1207/tright b1207/bright
+load components/philo.ndr
+ren a1207/tleft b1207/bleft a1208/tright b1208/bright
+load components/philo.ndr
+ren a1208/tleft b1208/bleft a1209/tright b1209/bright
+load components/philo.ndr
+ren a1209/tleft b1209/bleft a1210/tright b1210/bright
+load components/philo.ndr
+ren a1210/tleft b1210/bleft a1211/tright b1211/bright
+load components/philo.ndr
+ren a1211/tleft b1211/bleft a1212/tright b1212/bright
+load components/philo.ndr
+ren a1212/tleft b1212/bleft a1213/tright b1213/bright
+load components/philo.ndr
+ren a1213/tleft b1213/bleft a1214/tright b1214/bright
+load components/philo.ndr
+ren a1214/tleft b1214/bleft a1215/tright b1215/bright
+load components/philo.ndr
+ren a1215/tleft b1215/bleft a1216/tright b1216/bright
+load components/philo.ndr
+ren a1216/tleft b1216/bleft a1217/tright b1217/bright
+load components/philo.ndr
+ren a1217/tleft b1217/bleft a1218/tright b1218/bright
+load components/philo.ndr
+ren a1218/tleft b1218/bleft a1219/tright b1219/bright
+load components/philo.ndr
+ren a1219/tleft b1219/bleft a1220/tright b1220/bright
+load components/philo.ndr
+ren a1220/tleft b1220/bleft a1221/tright b1221/bright
+load components/philo.ndr
+ren a1221/tleft b1221/bleft a1222/tright b1222/bright
+load components/philo.ndr
+ren a1222/tleft b1222/bleft a1223/tright b1223/bright
+load components/philo.ndr
+ren a1223/tleft b1223/bleft a1224/tright b1224/bright
+load components/philo.ndr
+ren a1224/tleft b1224/bleft a1225/tright b1225/bright
+load components/philo.ndr
+ren a1225/tleft b1225/bleft a1226/tright b1226/bright
+load components/philo.ndr
+ren a1226/tleft b1226/bleft a1227/tright b1227/bright
+load components/philo.ndr
+ren a1227/tleft b1227/bleft a1228/tright b1228/bright
+load components/philo.ndr
+ren a1228/tleft b1228/bleft a1229/tright b1229/bright
+load components/philo.ndr
+ren a1229/tleft b1229/bleft a1230/tright b1230/bright
+load components/philo.ndr
+ren a1230/tleft b1230/bleft a1231/tright b1231/bright
+load components/philo.ndr
+ren a1231/tleft b1231/bleft a1232/tright b1232/bright
+load components/philo.ndr
+ren a1232/tleft b1232/bleft a1233/tright b1233/bright
+load components/philo.ndr
+ren a1233/tleft b1233/bleft a1234/tright b1234/bright
+load components/philo.ndr
+ren a1234/tleft b1234/bleft a1235/tright b1235/bright
+load components/philo.ndr
+ren a1235/tleft b1235/bleft a1236/tright b1236/bright
+load components/philo.ndr
+ren a1236/tleft b1236/bleft a1237/tright b1237/bright
+load components/philo.ndr
+ren a1237/tleft b1237/bleft a1238/tright b1238/bright
+load components/philo.ndr
+ren a1238/tleft b1238/bleft a1239/tright b1239/bright
+load components/philo.ndr
+ren a1239/tleft b1239/bleft a1240/tright b1240/bright
+load components/philo.ndr
+ren a1240/tleft b1240/bleft a1241/tright b1241/bright
+load components/philo.ndr
+ren a1241/tleft b1241/bleft a1242/tright b1242/bright
+load components/philo.ndr
+ren a1242/tleft b1242/bleft a1243/tright b1243/bright
+load components/philo.ndr
+ren a1243/tleft b1243/bleft a1244/tright b1244/bright
+load components/philo.ndr
+ren a1244/tleft b1244/bleft a1245/tright b1245/bright
+load components/philo.ndr
+ren a1245/tleft b1245/bleft a1246/tright b1246/bright
+load components/philo.ndr
+ren a1246/tleft b1246/bleft a1247/tright b1247/bright
+load components/philo.ndr
+ren a1247/tleft b1247/bleft a1248/tright b1248/bright
+load components/philo.ndr
+ren a1248/tleft b1248/bleft a1249/tright b1249/bright
+load components/philo.ndr
+ren a1249/tleft b1249/bleft a1250/tright b1250/bright
+load components/philo.ndr
+ren a1250/tleft b1250/bleft a1251/tright b1251/bright
+load components/philo.ndr
+ren a1251/tleft b1251/bleft a1252/tright b1252/bright
+load components/philo.ndr
+ren a1252/tleft b1252/bleft a1253/tright b1253/bright
+load components/philo.ndr
+ren a1253/tleft b1253/bleft a1254/tright b1254/bright
+load components/philo.ndr
+ren a1254/tleft b1254/bleft a1255/tright b1255/bright
+load components/philo.ndr
+ren a1255/tleft b1255/bleft a1256/tright b1256/bright
+load components/philo.ndr
+ren a1256/tleft b1256/bleft a1257/tright b1257/bright
+load components/philo.ndr
+ren a1257/tleft b1257/bleft a1258/tright b1258/bright
+load components/philo.ndr
+ren a1258/tleft b1258/bleft a1259/tright b1259/bright
+load components/philo.ndr
+ren a1259/tleft b1259/bleft a1260/tright b1260/bright
+load components/philo.ndr
+ren a1260/tleft b1260/bleft a1261/tright b1261/bright
+load components/philo.ndr
+ren a1261/tleft b1261/bleft a1262/tright b1262/bright
+load components/philo.ndr
+ren a1262/tleft b1262/bleft a1263/tright b1263/bright
+load components/philo.ndr
+ren a1263/tleft b1263/bleft a1264/tright b1264/bright
+load components/philo.ndr
+ren a1264/tleft b1264/bleft a1265/tright b1265/bright
+load components/philo.ndr
+ren a1265/tleft b1265/bleft a1266/tright b1266/bright
+load components/philo.ndr
+ren a1266/tleft b1266/bleft a1267/tright b1267/bright
+load components/philo.ndr
+ren a1267/tleft b1267/bleft a1268/tright b1268/bright
+load components/philo.ndr
+ren a1268/tleft b1268/bleft a1269/tright b1269/bright
+load components/philo.ndr
+ren a1269/tleft b1269/bleft a1270/tright b1270/bright
+load components/philo.ndr
+ren a1270/tleft b1270/bleft a1271/tright b1271/bright
+load components/philo.ndr
+ren a1271/tleft b1271/bleft a1272/tright b1272/bright
+load components/philo.ndr
+ren a1272/tleft b1272/bleft a1273/tright b1273/bright
+load components/philo.ndr
+ren a1273/tleft b1273/bleft a1274/tright b1274/bright
+load components/philo.ndr
+ren a1274/tleft b1274/bleft a1275/tright b1275/bright
+load components/philo.ndr
+ren a1275/tleft b1275/bleft a1276/tright b1276/bright
+load components/philo.ndr
+ren a1276/tleft b1276/bleft a1277/tright b1277/bright
+load components/philo.ndr
+ren a1277/tleft b1277/bleft a1278/tright b1278/bright
+load components/philo.ndr
+ren a1278/tleft b1278/bleft a1279/tright b1279/bright
+load components/philo.ndr
+ren a1279/tleft b1279/bleft a1280/tright b1280/bright
+load components/philo.ndr
+ren a1280/tleft b1280/bleft a1281/tright b1281/bright
+load components/philo.ndr
+ren a1281/tleft b1281/bleft a1282/tright b1282/bright
+load components/philo.ndr
+ren a1282/tleft b1282/bleft a1283/tright b1283/bright
+load components/philo.ndr
+ren a1283/tleft b1283/bleft a1284/tright b1284/bright
+load components/philo.ndr
+ren a1284/tleft b1284/bleft a1285/tright b1285/bright
+load components/philo.ndr
+ren a1285/tleft b1285/bleft a1286/tright b1286/bright
+load components/philo.ndr
+ren a1286/tleft b1286/bleft a1287/tright b1287/bright
+load components/philo.ndr
+ren a1287/tleft b1287/bleft a1288/tright b1288/bright
+load components/philo.ndr
+ren a1288/tleft b1288/bleft a1289/tright b1289/bright
+load components/philo.ndr
+ren a1289/tleft b1289/bleft a1290/tright b1290/bright
+load components/philo.ndr
+ren a1290/tleft b1290/bleft a1291/tright b1291/bright
+load components/philo.ndr
+ren a1291/tleft b1291/bleft a1292/tright b1292/bright
+load components/philo.ndr
+ren a1292/tleft b1292/bleft a1293/tright b1293/bright
+load components/philo.ndr
+ren a1293/tleft b1293/bleft a1294/tright b1294/bright
+load components/philo.ndr
+ren a1294/tleft b1294/bleft a1295/tright b1295/bright
+load components/philo.ndr
+ren a1295/tleft b1295/bleft a1296/tright b1296/bright
+load components/philo.ndr
+ren a1296/tleft b1296/bleft a1297/tright b1297/bright
+load components/philo.ndr
+ren a1297/tleft b1297/bleft a1298/tright b1298/bright
+load components/philo.ndr
+ren a1298/tleft b1298/bleft a1299/tright b1299/bright
+load components/philo.ndr
+ren a1299/tleft b1299/bleft a1300/tright b1300/bright
+load components/philo.ndr
+ren a1300/tleft b1300/bleft a1301/tright b1301/bright
+load components/philo.ndr
+ren a1301/tleft b1301/bleft a1302/tright b1302/bright
+load components/philo.ndr
+ren a1302/tleft b1302/bleft a1303/tright b1303/bright
+load components/philo.ndr
+ren a1303/tleft b1303/bleft a1304/tright b1304/bright
+load components/philo.ndr
+ren a1304/tleft b1304/bleft a1305/tright b1305/bright
+load components/philo.ndr
+ren a1305/tleft b1305/bleft a1306/tright b1306/bright
+load components/philo.ndr
+ren a1306/tleft b1306/bleft a1307/tright b1307/bright
+load components/philo.ndr
+ren a1307/tleft b1307/bleft a1308/tright b1308/bright
+load components/philo.ndr
+ren a1308/tleft b1308/bleft a1309/tright b1309/bright
+load components/philo.ndr
+ren a1309/tleft b1309/bleft a1310/tright b1310/bright
+load components/philo.ndr
+ren a1310/tleft b1310/bleft a1311/tright b1311/bright
+load components/philo.ndr
+ren a1311/tleft b1311/bleft a1312/tright b1312/bright
+load components/philo.ndr
+ren a1312/tleft b1312/bleft a1313/tright b1313/bright
+load components/philo.ndr
+ren a1313/tleft b1313/bleft a1314/tright b1314/bright
+load components/philo.ndr
+ren a1314/tleft b1314/bleft a1315/tright b1315/bright
+load components/philo.ndr
+ren a1315/tleft b1315/bleft a1316/tright b1316/bright
+load components/philo.ndr
+ren a1316/tleft b1316/bleft a1317/tright b1317/bright
+load components/philo.ndr
+ren a1317/tleft b1317/bleft a1318/tright b1318/bright
+load components/philo.ndr
+ren a1318/tleft b1318/bleft a1319/tright b1319/bright
+load components/philo.ndr
+ren a1319/tleft b1319/bleft a1320/tright b1320/bright
+load components/philo.ndr
+ren a1320/tleft b1320/bleft a1321/tright b1321/bright
+load components/philo.ndr
+ren a1321/tleft b1321/bleft a1322/tright b1322/bright
+load components/philo.ndr
+ren a1322/tleft b1322/bleft a1323/tright b1323/bright
+load components/philo.ndr
+ren a1323/tleft b1323/bleft a1324/tright b1324/bright
+load components/philo.ndr
+ren a1324/tleft b1324/bleft a1325/tright b1325/bright
+load components/philo.ndr
+ren a1325/tleft b1325/bleft a1326/tright b1326/bright
+load components/philo.ndr
+ren a1326/tleft b1326/bleft a1327/tright b1327/bright
+load components/philo.ndr
+ren a1327/tleft b1327/bleft a1328/tright b1328/bright
+load components/philo.ndr
+ren a1328/tleft b1328/bleft a1329/tright b1329/bright
+load components/philo.ndr
+ren a1329/tleft b1329/bleft a1330/tright b1330/bright
+load components/philo.ndr
+ren a1330/tleft b1330/bleft a1331/tright b1331/bright
+load components/philo.ndr
+ren a1331/tleft b1331/bleft a1332/tright b1332/bright
+load components/philo.ndr
+ren a1332/tleft b1332/bleft a1333/tright b1333/bright
+load components/philo.ndr
+ren a1333/tleft b1333/bleft a1334/tright b1334/bright
+load components/philo.ndr
+ren a1334/tleft b1334/bleft a1335/tright b1335/bright
+load components/philo.ndr
+ren a1335/tleft b1335/bleft a1336/tright b1336/bright
+load components/philo.ndr
+ren a1336/tleft b1336/bleft a1337/tright b1337/bright
+load components/philo.ndr
+ren a1337/tleft b1337/bleft a1338/tright b1338/bright
+load components/philo.ndr
+ren a1338/tleft b1338/bleft a1339/tright b1339/bright
+load components/philo.ndr
+ren a1339/tleft b1339/bleft a1340/tright b1340/bright
+load components/philo.ndr
+ren a1340/tleft b1340/bleft a1341/tright b1341/bright
+load components/philo.ndr
+ren a1341/tleft b1341/bleft a1342/tright b1342/bright
+load components/philo.ndr
+ren a1342/tleft b1342/bleft a1343/tright b1343/bright
+load components/philo.ndr
+ren a1343/tleft b1343/bleft a1344/tright b1344/bright
+load components/philo.ndr
+ren a1344/tleft b1344/bleft a1345/tright b1345/bright
+load components/philo.ndr
+ren a1345/tleft b1345/bleft a1346/tright b1346/bright
+load components/philo.ndr
+ren a1346/tleft b1346/bleft a1347/tright b1347/bright
+load components/philo.ndr
+ren a1347/tleft b1347/bleft a1348/tright b1348/bright
+load components/philo.ndr
+ren a1348/tleft b1348/bleft a1349/tright b1349/bright
+load components/philo.ndr
+ren a1349/tleft b1349/bleft a1350/tright b1350/bright
+load components/philo.ndr
+ren a1350/tleft b1350/bleft a1351/tright b1351/bright
+load components/philo.ndr
+ren a1351/tleft b1351/bleft a1352/tright b1352/bright
+load components/philo.ndr
+ren a1352/tleft b1352/bleft a1353/tright b1353/bright
+load components/philo.ndr
+ren a1353/tleft b1353/bleft a1354/tright b1354/bright
+load components/philo.ndr
+ren a1354/tleft b1354/bleft a1355/tright b1355/bright
+load components/philo.ndr
+ren a1355/tleft b1355/bleft a1356/tright b1356/bright
+load components/philo.ndr
+ren a1356/tleft b1356/bleft a1357/tright b1357/bright
+load components/philo.ndr
+ren a1357/tleft b1357/bleft a1358/tright b1358/bright
+load components/philo.ndr
+ren a1358/tleft b1358/bleft a1359/tright b1359/bright
+load components/philo.ndr
+ren a1359/tleft b1359/bleft a1360/tright b1360/bright
+load components/philo.ndr
+ren a1360/tleft b1360/bleft a1361/tright b1361/bright
+load components/philo.ndr
+ren a1361/tleft b1361/bleft a1362/tright b1362/bright
+load components/philo.ndr
+ren a1362/tleft b1362/bleft a1363/tright b1363/bright
+load components/philo.ndr
+ren a1363/tleft b1363/bleft a1364/tright b1364/bright
+load components/philo.ndr
+ren a1364/tleft b1364/bleft a1365/tright b1365/bright
+load components/philo.ndr
+ren a1365/tleft b1365/bleft a1366/tright b1366/bright
+load components/philo.ndr
+ren a1366/tleft b1366/bleft a1367/tright b1367/bright
+load components/philo.ndr
+ren a1367/tleft b1367/bleft a1368/tright b1368/bright
+load components/philo.ndr
+ren a1368/tleft b1368/bleft a1369/tright b1369/bright
+load components/philo.ndr
+ren a1369/tleft b1369/bleft a1370/tright b1370/bright
+load components/philo.ndr
+ren a1370/tleft b1370/bleft a1371/tright b1371/bright
+load components/philo.ndr
+ren a1371/tleft b1371/bleft a1372/tright b1372/bright
+load components/philo.ndr
+ren a1372/tleft b1372/bleft a1373/tright b1373/bright
+load components/philo.ndr
+ren a1373/tleft b1373/bleft a1374/tright b1374/bright
+load components/philo.ndr
+ren a1374/tleft b1374/bleft a1375/tright b1375/bright
+load components/philo.ndr
+ren a1375/tleft b1375/bleft a1376/tright b1376/bright
+load components/philo.ndr
+ren a1376/tleft b1376/bleft a1377/tright b1377/bright
+load components/philo.ndr
+ren a1377/tleft b1377/bleft a1378/tright b1378/bright
+load components/philo.ndr
+ren a1378/tleft b1378/bleft a1379/tright b1379/bright
+load components/philo.ndr
+ren a1379/tleft b1379/bleft a1380/tright b1380/bright
+load components/philo.ndr
+ren a1380/tleft b1380/bleft a1381/tright b1381/bright
+load components/philo.ndr
+ren a1381/tleft b1381/bleft a1382/tright b1382/bright
+load components/philo.ndr
+ren a1382/tleft b1382/bleft a1383/tright b1383/bright
+load components/philo.ndr
+ren a1383/tleft b1383/bleft a1384/tright b1384/bright
+load components/philo.ndr
+ren a1384/tleft b1384/bleft a1385/tright b1385/bright
+load components/philo.ndr
+ren a1385/tleft b1385/bleft a1386/tright b1386/bright
+load components/philo.ndr
+ren a1386/tleft b1386/bleft a1387/tright b1387/bright
+load components/philo.ndr
+ren a1387/tleft b1387/bleft a1388/tright b1388/bright
+load components/philo.ndr
+ren a1388/tleft b1388/bleft a1389/tright b1389/bright
+load components/philo.ndr
+ren a1389/tleft b1389/bleft a1390/tright b1390/bright
+load components/philo.ndr
+ren a1390/tleft b1390/bleft a1391/tright b1391/bright
+load components/philo.ndr
+ren a1391/tleft b1391/bleft a1392/tright b1392/bright
+load components/philo.ndr
+ren a1392/tleft b1392/bleft a1393/tright b1393/bright
+load components/philo.ndr
+ren a1393/tleft b1393/bleft a1394/tright b1394/bright
+load components/philo.ndr
+ren a1394/tleft b1394/bleft a1395/tright b1395/bright
+load components/philo.ndr
+ren a1395/tleft b1395/bleft a1396/tright b1396/bright
+load components/philo.ndr
+ren a1396/tleft b1396/bleft a1397/tright b1397/bright
+load components/philo.ndr
+ren a1397/tleft b1397/bleft a1398/tright b1398/bright
+load components/philo.ndr
+ren a1398/tleft b1398/bleft a1399/tright b1399/bright
+load components/philo.ndr
+ren a1399/tleft b1399/bleft a1400/tright b1400/bright
+load components/philo.ndr
+ren a1400/tleft b1400/bleft a1401/tright b1401/bright
+load components/philo.ndr
+ren a1401/tleft b1401/bleft a1402/tright b1402/bright
+load components/philo.ndr
+ren a1402/tleft b1402/bleft a1403/tright b1403/bright
+load components/philo.ndr
+ren a1403/tleft b1403/bleft a1404/tright b1404/bright
+load components/philo.ndr
+ren a1404/tleft b1404/bleft a1405/tright b1405/bright
+load components/philo.ndr
+ren a1405/tleft b1405/bleft a1406/tright b1406/bright
+load components/philo.ndr
+ren a1406/tleft b1406/bleft a1407/tright b1407/bright
+load components/philo.ndr
+ren a1407/tleft b1407/bleft a1408/tright b1408/bright
+load components/philo.ndr
+ren a1408/tleft b1408/bleft a1409/tright b1409/bright
+load components/philo.ndr
+ren a1409/tleft b1409/bleft a1410/tright b1410/bright
+load components/philo.ndr
+ren a1410/tleft b1410/bleft a1411/tright b1411/bright
+load components/philo.ndr
+ren a1411/tleft b1411/bleft a1412/tright b1412/bright
+load components/philo.ndr
+ren a1412/tleft b1412/bleft a1413/tright b1413/bright
+load components/philo.ndr
+ren a1413/tleft b1413/bleft a1414/tright b1414/bright
+load components/philo.ndr
+ren a1414/tleft b1414/bleft a1415/tright b1415/bright
+load components/philo.ndr
+ren a1415/tleft b1415/bleft a1416/tright b1416/bright
+load components/philo.ndr
+ren a1416/tleft b1416/bleft a1417/tright b1417/bright
+load components/philo.ndr
+ren a1417/tleft b1417/bleft a1418/tright b1418/bright
+load components/philo.ndr
+ren a1418/tleft b1418/bleft a1419/tright b1419/bright
+load components/philo.ndr
+ren a1419/tleft b1419/bleft a1420/tright b1420/bright
+load components/philo.ndr
+ren a1420/tleft b1420/bleft a1421/tright b1421/bright
+load components/philo.ndr
+ren a1421/tleft b1421/bleft a1422/tright b1422/bright
+load components/philo.ndr
+ren a1422/tleft b1422/bleft a1423/tright b1423/bright
+load components/philo.ndr
+ren a1423/tleft b1423/bleft a1424/tright b1424/bright
+load components/philo.ndr
+ren a1424/tleft b1424/bleft a1425/tright b1425/bright
+load components/philo.ndr
+ren a1425/tleft b1425/bleft a1426/tright b1426/bright
+load components/philo.ndr
+ren a1426/tleft b1426/bleft a1427/tright b1427/bright
+load components/philo.ndr
+ren a1427/tleft b1427/bleft a1428/tright b1428/bright
+load components/philo.ndr
+ren a1428/tleft b1428/bleft a1429/tright b1429/bright
+load components/philo.ndr
+ren a1429/tleft b1429/bleft a1430/tright b1430/bright
+load components/philo.ndr
+ren a1430/tleft b1430/bleft a1431/tright b1431/bright
+load components/philo.ndr
+ren a1431/tleft b1431/bleft a1432/tright b1432/bright
+load components/philo.ndr
+ren a1432/tleft b1432/bleft a1433/tright b1433/bright
+load components/philo.ndr
+ren a1433/tleft b1433/bleft a1434/tright b1434/bright
+load components/philo.ndr
+ren a1434/tleft b1434/bleft a1435/tright b1435/bright
+load components/philo.ndr
+ren a1435/tleft b1435/bleft a1436/tright b1436/bright
+load components/philo.ndr
+ren a1436/tleft b1436/bleft a1437/tright b1437/bright
+load components/philo.ndr
+ren a1437/tleft b1437/bleft a1438/tright b1438/bright
+load components/philo.ndr
+ren a1438/tleft b1438/bleft a1439/tright b1439/bright
+load components/philo.ndr
+ren a1439/tleft b1439/bleft a1440/tright b1440/bright
+load components/philo.ndr
+ren a1440/tleft b1440/bleft a1441/tright b1441/bright
+load components/philo.ndr
+ren a1441/tleft b1441/bleft a1442/tright b1442/bright
+load components/philo.ndr
+ren a1442/tleft b1442/bleft a1443/tright b1443/bright
+load components/philo.ndr
+ren a1443/tleft b1443/bleft a1444/tright b1444/bright
+load components/philo.ndr
+ren a1444/tleft b1444/bleft a1445/tright b1445/bright
+load components/philo.ndr
+ren a1445/tleft b1445/bleft a1446/tright b1446/bright
+load components/philo.ndr
+ren a1446/tleft b1446/bleft a1447/tright b1447/bright
+load components/philo.ndr
+ren a1447/tleft b1447/bleft a1448/tright b1448/bright
+load components/philo.ndr
+ren a1448/tleft b1448/bleft a1449/tright b1449/bright
+load components/philo.ndr
+ren a1449/tleft b1449/bleft a1450/tright b1450/bright
+load components/philo.ndr
+ren a1450/tleft b1450/bleft a1451/tright b1451/bright
+load components/philo.ndr
+ren a1451/tleft b1451/bleft a1452/tright b1452/bright
+load components/philo.ndr
+ren a1452/tleft b1452/bleft a1453/tright b1453/bright
+load components/philo.ndr
+ren a1453/tleft b1453/bleft a1454/tright b1454/bright
+load components/philo.ndr
+ren a1454/tleft b1454/bleft a1455/tright b1455/bright
+load components/philo.ndr
+ren a1455/tleft b1455/bleft a1456/tright b1456/bright
+load components/philo.ndr
+ren a1456/tleft b1456/bleft a1457/tright b1457/bright
+load components/philo.ndr
+ren a1457/tleft b1457/bleft a1458/tright b1458/bright
+load components/philo.ndr
+ren a1458/tleft b1458/bleft a1459/tright b1459/bright
+load components/philo.ndr
+ren a1459/tleft b1459/bleft a1460/tright b1460/bright
+load components/philo.ndr
+ren a1460/tleft b1460/bleft a1461/tright b1461/bright
+load components/philo.ndr
+ren a1461/tleft b1461/bleft a1462/tright b1462/bright
+load components/philo.ndr
+ren a1462/tleft b1462/bleft a1463/tright b1463/bright
+load components/philo.ndr
+ren a1463/tleft b1463/bleft a1464/tright b1464/bright
+load components/philo.ndr
+ren a1464/tleft b1464/bleft a1465/tright b1465/bright
+load components/philo.ndr
+ren a1465/tleft b1465/bleft a1466/tright b1466/bright
+load components/philo.ndr
+ren a1466/tleft b1466/bleft a1467/tright b1467/bright
+load components/philo.ndr
+ren a1467/tleft b1467/bleft a1468/tright b1468/bright
+load components/philo.ndr
+ren a1468/tleft b1468/bleft a1469/tright b1469/bright
+load components/philo.ndr
+ren a1469/tleft b1469/bleft a1470/tright b1470/bright
+load components/philo.ndr
+ren a1470/tleft b1470/bleft a1471/tright b1471/bright
+load components/philo.ndr
+ren a1471/tleft b1471/bleft a1472/tright b1472/bright
+load components/philo.ndr
+ren a1472/tleft b1472/bleft a1473/tright b1473/bright
+load components/philo.ndr
+ren a1473/tleft b1473/bleft a1474/tright b1474/bright
+load components/philo.ndr
+ren a1474/tleft b1474/bleft a1475/tright b1475/bright
+load components/philo.ndr
+ren a1475/tleft b1475/bleft a1476/tright b1476/bright
+load components/philo.ndr
+ren a1476/tleft b1476/bleft a1477/tright b1477/bright
+load components/philo.ndr
+ren a1477/tleft b1477/bleft a1478/tright b1478/bright
+load components/philo.ndr
+ren a1478/tleft b1478/bleft a1479/tright b1479/bright
+load components/philo.ndr
+ren a1479/tleft b1479/bleft a1480/tright b1480/bright
+load components/philo.ndr
+ren a1480/tleft b1480/bleft a1481/tright b1481/bright
+load components/philo.ndr
+ren a1481/tleft b1481/bleft a1482/tright b1482/bright
+load components/philo.ndr
+ren a1482/tleft b1482/bleft a1483/tright b1483/bright
+load components/philo.ndr
+ren a1483/tleft b1483/bleft a1484/tright b1484/bright
+load components/philo.ndr
+ren a1484/tleft b1484/bleft a1485/tright b1485/bright
+load components/philo.ndr
+ren a1485/tleft b1485/bleft a1486/tright b1486/bright
+load components/philo.ndr
+ren a1486/tleft b1486/bleft a1487/tright b1487/bright
+load components/philo.ndr
+ren a1487/tleft b1487/bleft a1488/tright b1488/bright
+load components/philo.ndr
+ren a1488/tleft b1488/bleft a1489/tright b1489/bright
+load components/philo.ndr
+ren a1489/tleft b1489/bleft a1490/tright b1490/bright
+load components/philo.ndr
+ren a1490/tleft b1490/bleft a1491/tright b1491/bright
+load components/philo.ndr
+ren a1491/tleft b1491/bleft a1492/tright b1492/bright
+load components/philo.ndr
+ren a1492/tleft b1492/bleft a1493/tright b1493/bright
+load components/philo.ndr
+ren a1493/tleft b1493/bleft a1494/tright b1494/bright
+load components/philo.ndr
+ren a1494/tleft b1494/bleft a1495/tright b1495/bright
+load components/philo.ndr
+ren a1495/tleft b1495/bleft a1496/tright b1496/bright
+load components/philo.ndr
+ren a1496/tleft b1496/bleft a1497/tright b1497/bright
+load components/philo.ndr
+ren a1497/tleft b1497/bleft a1498/tright b1498/bright
+load components/philo.ndr
+ren a1498/tleft b1498/bleft a1499/tright b1499/bright
+load components/philo.ndr
+ren a1499/tleft b1499/bleft a1500/tright b1500/bright
+load components/philo.ndr
+ren a1500/tleft b1500/bleft a1501/tright b1501/bright
+load components/philo.ndr
+ren a1501/tleft b1501/bleft a1502/tright b1502/bright
+load components/philo.ndr
+ren a1502/tleft b1502/bleft a1503/tright b1503/bright
+load components/philo.ndr
+ren a1503/tleft b1503/bleft a1504/tright b1504/bright
+load components/philo.ndr
+ren a1504/tleft b1504/bleft a1505/tright b1505/bright
+load components/philo.ndr
+ren a1505/tleft b1505/bleft a1506/tright b1506/bright
+load components/philo.ndr
+ren a1506/tleft b1506/bleft a1507/tright b1507/bright
+load components/philo.ndr
+ren a1507/tleft b1507/bleft a1508/tright b1508/bright
+load components/philo.ndr
+ren a1508/tleft b1508/bleft a1509/tright b1509/bright
+load components/philo.ndr
+ren a1509/tleft b1509/bleft a1510/tright b1510/bright
+load components/philo.ndr
+ren a1510/tleft b1510/bleft a1511/tright b1511/bright
+load components/philo.ndr
+ren a1511/tleft b1511/bleft a1512/tright b1512/bright
+load components/philo.ndr
+ren a1512/tleft b1512/bleft a1513/tright b1513/bright
+load components/philo.ndr
+ren a1513/tleft b1513/bleft a1514/tright b1514/bright
+load components/philo.ndr
+ren a1514/tleft b1514/bleft a1515/tright b1515/bright
+load components/philo.ndr
+ren a1515/tleft b1515/bleft a1516/tright b1516/bright
+load components/philo.ndr
+ren a1516/tleft b1516/bleft a1517/tright b1517/bright
+load components/philo.ndr
+ren a1517/tleft b1517/bleft a1518/tright b1518/bright
+load components/philo.ndr
+ren a1518/tleft b1518/bleft a1519/tright b1519/bright
+load components/philo.ndr
+ren a1519/tleft b1519/bleft a1520/tright b1520/bright
+load components/philo.ndr
+ren a1520/tleft b1520/bleft a1521/tright b1521/bright
+load components/philo.ndr
+ren a1521/tleft b1521/bleft a1522/tright b1522/bright
+load components/philo.ndr
+ren a1522/tleft b1522/bleft a1523/tright b1523/bright
+load components/philo.ndr
+ren a1523/tleft b1523/bleft a1524/tright b1524/bright
+load components/philo.ndr
+ren a1524/tleft b1524/bleft a1525/tright b1525/bright
+load components/philo.ndr
+ren a1525/tleft b1525/bleft a1526/tright b1526/bright
+load components/philo.ndr
+ren a1526/tleft b1526/bleft a1527/tright b1527/bright
+load components/philo.ndr
+ren a1527/tleft b1527/bleft a1528/tright b1528/bright
+load components/philo.ndr
+ren a1528/tleft b1528/bleft a1529/tright b1529/bright
+load components/philo.ndr
+ren a1529/tleft b1529/bleft a1530/tright b1530/bright
+load components/philo.ndr
+ren a1530/tleft b1530/bleft a1531/tright b1531/bright
+load components/philo.ndr
+ren a1531/tleft b1531/bleft a1532/tright b1532/bright
+load components/philo.ndr
+ren a1532/tleft b1532/bleft a1533/tright b1533/bright
+load components/philo.ndr
+ren a1533/tleft b1533/bleft a1534/tright b1534/bright
+load components/philo.ndr
+ren a1534/tleft b1534/bleft a1535/tright b1535/bright
+load components/philo.ndr
+ren a1535/tleft b1535/bleft a1536/tright b1536/bright
+load components/philo.ndr
+ren a1536/tleft b1536/bleft a1537/tright b1537/bright
+load components/philo.ndr
+ren a1537/tleft b1537/bleft a1538/tright b1538/bright
+load components/philo.ndr
+ren a1538/tleft b1538/bleft a1539/tright b1539/bright
+load components/philo.ndr
+ren a1539/tleft b1539/bleft a1540/tright b1540/bright
+load components/philo.ndr
+ren a1540/tleft b1540/bleft a1541/tright b1541/bright
+load components/philo.ndr
+ren a1541/tleft b1541/bleft a1542/tright b1542/bright
+load components/philo.ndr
+ren a1542/tleft b1542/bleft a1543/tright b1543/bright
+load components/philo.ndr
+ren a1543/tleft b1543/bleft a1544/tright b1544/bright
+load components/philo.ndr
+ren a1544/tleft b1544/bleft a1545/tright b1545/bright
+load components/philo.ndr
+ren a1545/tleft b1545/bleft a1546/tright b1546/bright
+load components/philo.ndr
+ren a1546/tleft b1546/bleft a1547/tright b1547/bright
+load components/philo.ndr
+ren a1547/tleft b1547/bleft a1548/tright b1548/bright
+load components/philo.ndr
+ren a1548/tleft b1548/bleft a1549/tright b1549/bright
+load components/philo.ndr
+ren a1549/tleft b1549/bleft a1550/tright b1550/bright
+load components/philo.ndr
+ren a1550/tleft b1550/bleft a1551/tright b1551/bright
+load components/philo.ndr
+ren a1551/tleft b1551/bleft a1552/tright b1552/bright
+load components/philo.ndr
+ren a1552/tleft b1552/bleft a1553/tright b1553/bright
+load components/philo.ndr
+ren a1553/tleft b1553/bleft a1554/tright b1554/bright
+load components/philo.ndr
+ren a1554/tleft b1554/bleft a1555/tright b1555/bright
+load components/philo.ndr
+ren a1555/tleft b1555/bleft a1556/tright b1556/bright
+load components/philo.ndr
+ren a1556/tleft b1556/bleft a1557/tright b1557/bright
+load components/philo.ndr
+ren a1557/tleft b1557/bleft a1558/tright b1558/bright
+load components/philo.ndr
+ren a1558/tleft b1558/bleft a1559/tright b1559/bright
+load components/philo.ndr
+ren a1559/tleft b1559/bleft a1560/tright b1560/bright
+load components/philo.ndr
+ren a1560/tleft b1560/bleft a1561/tright b1561/bright
+load components/philo.ndr
+ren a1561/tleft b1561/bleft a1562/tright b1562/bright
+load components/philo.ndr
+ren a1562/tleft b1562/bleft a1563/tright b1563/bright
+load components/philo.ndr
+ren a1563/tleft b1563/bleft a1564/tright b1564/bright
+load components/philo.ndr
+ren a1564/tleft b1564/bleft a1565/tright b1565/bright
+load components/philo.ndr
+ren a1565/tleft b1565/bleft a1566/tright b1566/bright
+load components/philo.ndr
+ren a1566/tleft b1566/bleft a1567/tright b1567/bright
+load components/philo.ndr
+ren a1567/tleft b1567/bleft a1568/tright b1568/bright
+load components/philo.ndr
+ren a1568/tleft b1568/bleft a1569/tright b1569/bright
+load components/philo.ndr
+ren a1569/tleft b1569/bleft a1570/tright b1570/bright
+load components/philo.ndr
+ren a1570/tleft b1570/bleft a1571/tright b1571/bright
+load components/philo.ndr
+ren a1571/tleft b1571/bleft a1572/tright b1572/bright
+load components/philo.ndr
+ren a1572/tleft b1572/bleft a1573/tright b1573/bright
+load components/philo.ndr
+ren a1573/tleft b1573/bleft a1574/tright b1574/bright
+load components/philo.ndr
+ren a1574/tleft b1574/bleft a1575/tright b1575/bright
+load components/philo.ndr
+ren a1575/tleft b1575/bleft a1576/tright b1576/bright
+load components/philo.ndr
+ren a1576/tleft b1576/bleft a1577/tright b1577/bright
+load components/philo.ndr
+ren a1577/tleft b1577/bleft a1578/tright b1578/bright
+load components/philo.ndr
+ren a1578/tleft b1578/bleft a1579/tright b1579/bright
+load components/philo.ndr
+ren a1579/tleft b1579/bleft a1580/tright b1580/bright
+load components/philo.ndr
+ren a1580/tleft b1580/bleft a1581/tright b1581/bright
+load components/philo.ndr
+ren a1581/tleft b1581/bleft a1582/tright b1582/bright
+load components/philo.ndr
+ren a1582/tleft b1582/bleft a1583/tright b1583/bright
+load components/philo.ndr
+ren a1583/tleft b1583/bleft a1584/tright b1584/bright
+load components/philo.ndr
+ren a1584/tleft b1584/bleft a1585/tright b1585/bright
+load components/philo.ndr
+ren a1585/tleft b1585/bleft a1586/tright b1586/bright
+load components/philo.ndr
+ren a1586/tleft b1586/bleft a1587/tright b1587/bright
+load components/philo.ndr
+ren a1587/tleft b1587/bleft a1588/tright b1588/bright
+load components/philo.ndr
+ren a1588/tleft b1588/bleft a1589/tright b1589/bright
+load components/philo.ndr
+ren a1589/tleft b1589/bleft a1590/tright b1590/bright
+load components/philo.ndr
+ren a1590/tleft b1590/bleft a1591/tright b1591/bright
+load components/philo.ndr
+ren a1591/tleft b1591/bleft a1592/tright b1592/bright
+load components/philo.ndr
+ren a1592/tleft b1592/bleft a1593/tright b1593/bright
+load components/philo.ndr
+ren a1593/tleft b1593/bleft a1594/tright b1594/bright
+load components/philo.ndr
+ren a1594/tleft b1594/bleft a1595/tright b1595/bright
+load components/philo.ndr
+ren a1595/tleft b1595/bleft a1596/tright b1596/bright
+load components/philo.ndr
+ren a1596/tleft b1596/bleft a1597/tright b1597/bright
+load components/philo.ndr
+ren a1597/tleft b1597/bleft a1598/tright b1598/bright
+load components/philo.ndr
+ren a1598/tleft b1598/bleft a1599/tright b1599/bright
+load components/philo.ndr
+ren a1599/tleft b1599/bleft a1600/tright b1600/bright
+load components/philo.ndr
+ren a1600/tleft b1600/bleft a1601/tright b1601/bright
+load components/philo.ndr
+ren a1601/tleft b1601/bleft a1602/tright b1602/bright
+load components/philo.ndr
+ren a1602/tleft b1602/bleft a1603/tright b1603/bright
+load components/philo.ndr
+ren a1603/tleft b1603/bleft a1604/tright b1604/bright
+load components/philo.ndr
+ren a1604/tleft b1604/bleft a1605/tright b1605/bright
+load components/philo.ndr
+ren a1605/tleft b1605/bleft a1606/tright b1606/bright
+load components/philo.ndr
+ren a1606/tleft b1606/bleft a1607/tright b1607/bright
+load components/philo.ndr
+ren a1607/tleft b1607/bleft a1608/tright b1608/bright
+load components/philo.ndr
+ren a1608/tleft b1608/bleft a1609/tright b1609/bright
+load components/philo.ndr
+ren a1609/tleft b1609/bleft a1610/tright b1610/bright
+load components/philo.ndr
+ren a1610/tleft b1610/bleft a1611/tright b1611/bright
+load components/philo.ndr
+ren a1611/tleft b1611/bleft a1612/tright b1612/bright
+load components/philo.ndr
+ren a1612/tleft b1612/bleft a1613/tright b1613/bright
+load components/philo.ndr
+ren a1613/tleft b1613/bleft a1614/tright b1614/bright
+load components/philo.ndr
+ren a1614/tleft b1614/bleft a1615/tright b1615/bright
+load components/philo.ndr
+ren a1615/tleft b1615/bleft a1616/tright b1616/bright
+load components/philo.ndr
+ren a1616/tleft b1616/bleft a1617/tright b1617/bright
+load components/philo.ndr
+ren a1617/tleft b1617/bleft a1618/tright b1618/bright
+load components/philo.ndr
+ren a1618/tleft b1618/bleft a1619/tright b1619/bright
+load components/philo.ndr
+ren a1619/tleft b1619/bleft a1620/tright b1620/bright
+load components/philo.ndr
+ren a1620/tleft b1620/bleft a1621/tright b1621/bright
+load components/philo.ndr
+ren a1621/tleft b1621/bleft a1622/tright b1622/bright
+load components/philo.ndr
+ren a1622/tleft b1622/bleft a1623/tright b1623/bright
+load components/philo.ndr
+ren a1623/tleft b1623/bleft a1624/tright b1624/bright
+load components/philo.ndr
+ren a1624/tleft b1624/bleft a1625/tright b1625/bright
+load components/philo.ndr
+ren a1625/tleft b1625/bleft a1626/tright b1626/bright
+load components/philo.ndr
+ren a1626/tleft b1626/bleft a1627/tright b1627/bright
+load components/philo.ndr
+ren a1627/tleft b1627/bleft a1628/tright b1628/bright
+load components/philo.ndr
+ren a1628/tleft b1628/bleft a1629/tright b1629/bright
+load components/philo.ndr
+ren a1629/tleft b1629/bleft a1630/tright b1630/bright
+load components/philo.ndr
+ren a1630/tleft b1630/bleft a1631/tright b1631/bright
+load components/philo.ndr
+ren a1631/tleft b1631/bleft a1632/tright b1632/bright
+load components/philo.ndr
+ren a1632/tleft b1632/bleft a1633/tright b1633/bright
+load components/philo.ndr
+ren a1633/tleft b1633/bleft a1634/tright b1634/bright
+load components/philo.ndr
+ren a1634/tleft b1634/bleft a1635/tright b1635/bright
+load components/philo.ndr
+ren a1635/tleft b1635/bleft a1636/tright b1636/bright
+load components/philo.ndr
+ren a1636/tleft b1636/bleft a1637/tright b1637/bright
+load components/philo.ndr
+ren a1637/tleft b1637/bleft a1638/tright b1638/bright
+load components/philo.ndr
+ren a1638/tleft b1638/bleft a1639/tright b1639/bright
+load components/philo.ndr
+ren a1639/tleft b1639/bleft a1640/tright b1640/bright
+load components/philo.ndr
+ren a1640/tleft b1640/bleft a1641/tright b1641/bright
+load components/philo.ndr
+ren a1641/tleft b1641/bleft a1642/tright b1642/bright
+load components/philo.ndr
+ren a1642/tleft b1642/bleft a1643/tright b1643/bright
+load components/philo.ndr
+ren a1643/tleft b1643/bleft a1644/tright b1644/bright
+load components/philo.ndr
+ren a1644/tleft b1644/bleft a1645/tright b1645/bright
+load components/philo.ndr
+ren a1645/tleft b1645/bleft a1646/tright b1646/bright
+load components/philo.ndr
+ren a1646/tleft b1646/bleft a1647/tright b1647/bright
+load components/philo.ndr
+ren a1647/tleft b1647/bleft a1648/tright b1648/bright
+load components/philo.ndr
+ren a1648/tleft b1648/bleft a1649/tright b1649/bright
+load components/philo.ndr
+ren a1649/tleft b1649/bleft a1650/tright b1650/bright
+load components/philo.ndr
+ren a1650/tleft b1650/bleft a1651/tright b1651/bright
+load components/philo.ndr
+ren a1651/tleft b1651/bleft a1652/tright b1652/bright
+load components/philo.ndr
+ren a1652/tleft b1652/bleft a1653/tright b1653/bright
+load components/philo.ndr
+ren a1653/tleft b1653/bleft a1654/tright b1654/bright
+load components/philo.ndr
+ren a1654/tleft b1654/bleft a1655/tright b1655/bright
+load components/philo.ndr
+ren a1655/tleft b1655/bleft a1656/tright b1656/bright
+load components/philo.ndr
+ren a1656/tleft b1656/bleft a1657/tright b1657/bright
+load components/philo.ndr
+ren a1657/tleft b1657/bleft a1658/tright b1658/bright
+load components/philo.ndr
+ren a1658/tleft b1658/bleft a1659/tright b1659/bright
+load components/philo.ndr
+ren a1659/tleft b1659/bleft a1660/tright b1660/bright
+load components/philo.ndr
+ren a1660/tleft b1660/bleft a1661/tright b1661/bright
+load components/philo.ndr
+ren a1661/tleft b1661/bleft a1662/tright b1662/bright
+load components/philo.ndr
+ren a1662/tleft b1662/bleft a1663/tright b1663/bright
+load components/philo.ndr
+ren a1663/tleft b1663/bleft a1664/tright b1664/bright
+load components/philo.ndr
+ren a1664/tleft b1664/bleft a1665/tright b1665/bright
+load components/philo.ndr
+ren a1665/tleft b1665/bleft a1666/tright b1666/bright
+load components/philo.ndr
+ren a1666/tleft b1666/bleft a1667/tright b1667/bright
+load components/philo.ndr
+ren a1667/tleft b1667/bleft a1668/tright b1668/bright
+load components/philo.ndr
+ren a1668/tleft b1668/bleft a1669/tright b1669/bright
+load components/philo.ndr
+ren a1669/tleft b1669/bleft a1670/tright b1670/bright
+load components/philo.ndr
+ren a1670/tleft b1670/bleft a1671/tright b1671/bright
+load components/philo.ndr
+ren a1671/tleft b1671/bleft a1672/tright b1672/bright
+load components/philo.ndr
+ren a1672/tleft b1672/bleft a1673/tright b1673/bright
+load components/philo.ndr
+ren a1673/tleft b1673/bleft a1674/tright b1674/bright
+load components/philo.ndr
+ren a1674/tleft b1674/bleft a1675/tright b1675/bright
+load components/philo.ndr
+ren a1675/tleft b1675/bleft a1676/tright b1676/bright
+load components/philo.ndr
+ren a1676/tleft b1676/bleft a1677/tright b1677/bright
+load components/philo.ndr
+ren a1677/tleft b1677/bleft a1678/tright b1678/bright
+load components/philo.ndr
+ren a1678/tleft b1678/bleft a1679/tright b1679/bright
+load components/philo.ndr
+ren a1679/tleft b1679/bleft a1680/tright b1680/bright
+load components/philo.ndr
+ren a1680/tleft b1680/bleft a1681/tright b1681/bright
+load components/philo.ndr
+ren a1681/tleft b1681/bleft a1682/tright b1682/bright
+load components/philo.ndr
+ren a1682/tleft b1682/bleft a1683/tright b1683/bright
+load components/philo.ndr
+ren a1683/tleft b1683/bleft a1684/tright b1684/bright
+load components/philo.ndr
+ren a1684/tleft b1684/bleft a1685/tright b1685/bright
+load components/philo.ndr
+ren a1685/tleft b1685/bleft a1686/tright b1686/bright
+load components/philo.ndr
+ren a1686/tleft b1686/bleft a1687/tright b1687/bright
+load components/philo.ndr
+ren a1687/tleft b1687/bleft a1688/tright b1688/bright
+load components/philo.ndr
+ren a1688/tleft b1688/bleft a1689/tright b1689/bright
+load components/philo.ndr
+ren a1689/tleft b1689/bleft a1690/tright b1690/bright
+load components/philo.ndr
+ren a1690/tleft b1690/bleft a1691/tright b1691/bright
+load components/philo.ndr
+ren a1691/tleft b1691/bleft a1692/tright b1692/bright
+load components/philo.ndr
+ren a1692/tleft b1692/bleft a1693/tright b1693/bright
+load components/philo.ndr
+ren a1693/tleft b1693/bleft a1694/tright b1694/bright
+load components/philo.ndr
+ren a1694/tleft b1694/bleft a1695/tright b1695/bright
+load components/philo.ndr
+ren a1695/tleft b1695/bleft a1696/tright b1696/bright
+load components/philo.ndr
+ren a1696/tleft b1696/bleft a1697/tright b1697/bright
+load components/philo.ndr
+ren a1697/tleft b1697/bleft a1698/tright b1698/bright
+load components/philo.ndr
+ren a1698/tleft b1698/bleft a1699/tright b1699/bright
+load components/philo.ndr
+ren a1699/tleft b1699/bleft a1700/tright b1700/bright
+load components/philo.ndr
+ren a1700/tleft b1700/bleft a1701/tright b1701/bright
+load components/philo.ndr
+ren a1701/tleft b1701/bleft a1702/tright b1702/bright
+load components/philo.ndr
+ren a1702/tleft b1702/bleft a1703/tright b1703/bright
+load components/philo.ndr
+ren a1703/tleft b1703/bleft a1704/tright b1704/bright
+load components/philo.ndr
+ren a1704/tleft b1704/bleft a1705/tright b1705/bright
+load components/philo.ndr
+ren a1705/tleft b1705/bleft a1706/tright b1706/bright
+load components/philo.ndr
+ren a1706/tleft b1706/bleft a1707/tright b1707/bright
+load components/philo.ndr
+ren a1707/tleft b1707/bleft a1708/tright b1708/bright
+load components/philo.ndr
+ren a1708/tleft b1708/bleft a1709/tright b1709/bright
+load components/philo.ndr
+ren a1709/tleft b1709/bleft a1710/tright b1710/bright
+load components/philo.ndr
+ren a1710/tleft b1710/bleft a1711/tright b1711/bright
+load components/philo.ndr
+ren a1711/tleft b1711/bleft a1712/tright b1712/bright
+load components/philo.ndr
+ren a1712/tleft b1712/bleft a1713/tright b1713/bright
+load components/philo.ndr
+ren a1713/tleft b1713/bleft a1714/tright b1714/bright
+load components/philo.ndr
+ren a1714/tleft b1714/bleft a1715/tright b1715/bright
+load components/philo.ndr
+ren a1715/tleft b1715/bleft a1716/tright b1716/bright
+load components/philo.ndr
+ren a1716/tleft b1716/bleft a1717/tright b1717/bright
+load components/philo.ndr
+ren a1717/tleft b1717/bleft a1718/tright b1718/bright
+load components/philo.ndr
+ren a1718/tleft b1718/bleft a1719/tright b1719/bright
+load components/philo.ndr
+ren a1719/tleft b1719/bleft a1720/tright b1720/bright
+load components/philo.ndr
+ren a1720/tleft b1720/bleft a1721/tright b1721/bright
+load components/philo.ndr
+ren a1721/tleft b1721/bleft a1722/tright b1722/bright
+load components/philo.ndr
+ren a1722/tleft b1722/bleft a1723/tright b1723/bright
+load components/philo.ndr
+ren a1723/tleft b1723/bleft a1724/tright b1724/bright
+load components/philo.ndr
+ren a1724/tleft b1724/bleft a1725/tright b1725/bright
+load components/philo.ndr
+ren a1725/tleft b1725/bleft a1726/tright b1726/bright
+load components/philo.ndr
+ren a1726/tleft b1726/bleft a1727/tright b1727/bright
+load components/philo.ndr
+ren a1727/tleft b1727/bleft a1728/tright b1728/bright
+load components/philo.ndr
+ren a1728/tleft b1728/bleft a1729/tright b1729/bright
+load components/philo.ndr
+ren a1729/tleft b1729/bleft a1730/tright b1730/bright
+load components/philo.ndr
+ren a1730/tleft b1730/bleft a1731/tright b1731/bright
+load components/philo.ndr
+ren a1731/tleft b1731/bleft a1732/tright b1732/bright
+load components/philo.ndr
+ren a1732/tleft b1732/bleft a1733/tright b1733/bright
+load components/philo.ndr
+ren a1733/tleft b1733/bleft a1734/tright b1734/bright
+load components/philo.ndr
+ren a1734/tleft b1734/bleft a1735/tright b1735/bright
+load components/philo.ndr
+ren a1735/tleft b1735/bleft a1736/tright b1736/bright
+load components/philo.ndr
+ren a1736/tleft b1736/bleft a1737/tright b1737/bright
+load components/philo.ndr
+ren a1737/tleft b1737/bleft a1738/tright b1738/bright
+load components/philo.ndr
+ren a1738/tleft b1738/bleft a1739/tright b1739/bright
+load components/philo.ndr
+ren a1739/tleft b1739/bleft a1740/tright b1740/bright
+load components/philo.ndr
+ren a1740/tleft b1740/bleft a1741/tright b1741/bright
+load components/philo.ndr
+ren a1741/tleft b1741/bleft a1742/tright b1742/bright
+load components/philo.ndr
+ren a1742/tleft b1742/bleft a1743/tright b1743/bright
+load components/philo.ndr
+ren a1743/tleft b1743/bleft a1744/tright b1744/bright
+load components/philo.ndr
+ren a1744/tleft b1744/bleft a1745/tright b1745/bright
+load components/philo.ndr
+ren a1745/tleft b1745/bleft a1746/tright b1746/bright
+load components/philo.ndr
+ren a1746/tleft b1746/bleft a1747/tright b1747/bright
+load components/philo.ndr
+ren a1747/tleft b1747/bleft a1748/tright b1748/bright
+load components/philo.ndr
+ren a1748/tleft b1748/bleft a1749/tright b1749/bright
+load components/philo.ndr
+ren a1749/tleft b1749/bleft a1750/tright b1750/bright
+load components/philo.ndr
+ren a1750/tleft b1750/bleft a1751/tright b1751/bright
+load components/philo.ndr
+ren a1751/tleft b1751/bleft a1752/tright b1752/bright
+load components/philo.ndr
+ren a1752/tleft b1752/bleft a1753/tright b1753/bright
+load components/philo.ndr
+ren a1753/tleft b1753/bleft a1754/tright b1754/bright
+load components/philo.ndr
+ren a1754/tleft b1754/bleft a1755/tright b1755/bright
+load components/philo.ndr
+ren a1755/tleft b1755/bleft a1756/tright b1756/bright
+load components/philo.ndr
+ren a1756/tleft b1756/bleft a1757/tright b1757/bright
+load components/philo.ndr
+ren a1757/tleft b1757/bleft a1758/tright b1758/bright
+load components/philo.ndr
+ren a1758/tleft b1758/bleft a1759/tright b1759/bright
+load components/philo.ndr
+ren a1759/tleft b1759/bleft a1760/tright b1760/bright
+load components/philo.ndr
+ren a1760/tleft b1760/bleft a1761/tright b1761/bright
+load components/philo.ndr
+ren a1761/tleft b1761/bleft a1762/tright b1762/bright
+load components/philo.ndr
+ren a1762/tleft b1762/bleft a1763/tright b1763/bright
+load components/philo.ndr
+ren a1763/tleft b1763/bleft a1764/tright b1764/bright
+load components/philo.ndr
+ren a1764/tleft b1764/bleft a1765/tright b1765/bright
+load components/philo.ndr
+ren a1765/tleft b1765/bleft a1766/tright b1766/bright
+load components/philo.ndr
+ren a1766/tleft b1766/bleft a1767/tright b1767/bright
+load components/philo.ndr
+ren a1767/tleft b1767/bleft a1768/tright b1768/bright
+load components/philo.ndr
+ren a1768/tleft b1768/bleft a1769/tright b1769/bright
+load components/philo.ndr
+ren a1769/tleft b1769/bleft a1770/tright b1770/bright
+load components/philo.ndr
+ren a1770/tleft b1770/bleft a1771/tright b1771/bright
+load components/philo.ndr
+ren a1771/tleft b1771/bleft a1772/tright b1772/bright
+load components/philo.ndr
+ren a1772/tleft b1772/bleft a1773/tright b1773/bright
+load components/philo.ndr
+ren a1773/tleft b1773/bleft a1774/tright b1774/bright
+load components/philo.ndr
+ren a1774/tleft b1774/bleft a1775/tright b1775/bright
+load components/philo.ndr
+ren a1775/tleft b1775/bleft a1776/tright b1776/bright
+load components/philo.ndr
+ren a1776/tleft b1776/bleft a1777/tright b1777/bright
+load components/philo.ndr
+ren a1777/tleft b1777/bleft a1778/tright b1778/bright
+load components/philo.ndr
+ren a1778/tleft b1778/bleft a1779/tright b1779/bright
+load components/philo.ndr
+ren a1779/tleft b1779/bleft a1780/tright b1780/bright
+load components/philo.ndr
+ren a1780/tleft b1780/bleft a1781/tright b1781/bright
+load components/philo.ndr
+ren a1781/tleft b1781/bleft a1782/tright b1782/bright
+load components/philo.ndr
+ren a1782/tleft b1782/bleft a1783/tright b1783/bright
+load components/philo.ndr
+ren a1783/tleft b1783/bleft a1784/tright b1784/bright
+load components/philo.ndr
+ren a1784/tleft b1784/bleft a1785/tright b1785/bright
+load components/philo.ndr
+ren a1785/tleft b1785/bleft a1786/tright b1786/bright
+load components/philo.ndr
+ren a1786/tleft b1786/bleft a1787/tright b1787/bright
+load components/philo.ndr
+ren a1787/tleft b1787/bleft a1788/tright b1788/bright
+load components/philo.ndr
+ren a1788/tleft b1788/bleft a1789/tright b1789/bright
+load components/philo.ndr
+ren a1789/tleft b1789/bleft a1790/tright b1790/bright
+load components/philo.ndr
+ren a1790/tleft b1790/bleft a1791/tright b1791/bright
+load components/philo.ndr
+ren a1791/tleft b1791/bleft a1792/tright b1792/bright
+load components/philo.ndr
+ren a1792/tleft b1792/bleft a1793/tright b1793/bright
+load components/philo.ndr
+ren a1793/tleft b1793/bleft a1794/tright b1794/bright
+load components/philo.ndr
+ren a1794/tleft b1794/bleft a1795/tright b1795/bright
+load components/philo.ndr
+ren a1795/tleft b1795/bleft a1796/tright b1796/bright
+load components/philo.ndr
+ren a1796/tleft b1796/bleft a1797/tright b1797/bright
+load components/philo.ndr
+ren a1797/tleft b1797/bleft a1798/tright b1798/bright
+load components/philo.ndr
+ren a1798/tleft b1798/bleft a1799/tright b1799/bright
+load components/philo.ndr
+ren a1799/tleft b1799/bleft a1800/tright b1800/bright
+load components/philo.ndr
+ren a1800/tleft b1800/bleft a1801/tright b1801/bright
+load components/philo.ndr
+ren a1801/tleft b1801/bleft a1802/tright b1802/bright
+load components/philo.ndr
+ren a1802/tleft b1802/bleft a1803/tright b1803/bright
+load components/philo.ndr
+ren a1803/tleft b1803/bleft a1804/tright b1804/bright
+load components/philo.ndr
+ren a1804/tleft b1804/bleft a1805/tright b1805/bright
+load components/philo.ndr
+ren a1805/tleft b1805/bleft a1806/tright b1806/bright
+load components/philo.ndr
+ren a1806/tleft b1806/bleft a1807/tright b1807/bright
+load components/philo.ndr
+ren a1807/tleft b1807/bleft a1808/tright b1808/bright
+load components/philo.ndr
+ren a1808/tleft b1808/bleft a1809/tright b1809/bright
+load components/philo.ndr
+ren a1809/tleft b1809/bleft a1810/tright b1810/bright
+load components/philo.ndr
+ren a1810/tleft b1810/bleft a1811/tright b1811/bright
+load components/philo.ndr
+ren a1811/tleft b1811/bleft a1812/tright b1812/bright
+load components/philo.ndr
+ren a1812/tleft b1812/bleft a1813/tright b1813/bright
+load components/philo.ndr
+ren a1813/tleft b1813/bleft a1814/tright b1814/bright
+load components/philo.ndr
+ren a1814/tleft b1814/bleft a1815/tright b1815/bright
+load components/philo.ndr
+ren a1815/tleft b1815/bleft a1816/tright b1816/bright
+load components/philo.ndr
+ren a1816/tleft b1816/bleft a1817/tright b1817/bright
+load components/philo.ndr
+ren a1817/tleft b1817/bleft a1818/tright b1818/bright
+load components/philo.ndr
+ren a1818/tleft b1818/bleft a1819/tright b1819/bright
+load components/philo.ndr
+ren a1819/tleft b1819/bleft a1820/tright b1820/bright
+load components/philo.ndr
+ren a1820/tleft b1820/bleft a1821/tright b1821/bright
+load components/philo.ndr
+ren a1821/tleft b1821/bleft a1822/tright b1822/bright
+load components/philo.ndr
+ren a1822/tleft b1822/bleft a1823/tright b1823/bright
+load components/philo.ndr
+ren a1823/tleft b1823/bleft a1824/tright b1824/bright
+load components/philo.ndr
+ren a1824/tleft b1824/bleft a1825/tright b1825/bright
+load components/philo.ndr
+ren a1825/tleft b1825/bleft a1826/tright b1826/bright
+load components/philo.ndr
+ren a1826/tleft b1826/bleft a1827/tright b1827/bright
+load components/philo.ndr
+ren a1827/tleft b1827/bleft a1828/tright b1828/bright
+load components/philo.ndr
+ren a1828/tleft b1828/bleft a1829/tright b1829/bright
+load components/philo.ndr
+ren a1829/tleft b1829/bleft a1830/tright b1830/bright
+load components/philo.ndr
+ren a1830/tleft b1830/bleft a1831/tright b1831/bright
+load components/philo.ndr
+ren a1831/tleft b1831/bleft a1832/tright b1832/bright
+load components/philo.ndr
+ren a1832/tleft b1832/bleft a1833/tright b1833/bright
+load components/philo.ndr
+ren a1833/tleft b1833/bleft a1834/tright b1834/bright
+load components/philo.ndr
+ren a1834/tleft b1834/bleft a1835/tright b1835/bright
+load components/philo.ndr
+ren a1835/tleft b1835/bleft a1836/tright b1836/bright
+load components/philo.ndr
+ren a1836/tleft b1836/bleft a1837/tright b1837/bright
+load components/philo.ndr
+ren a1837/tleft b1837/bleft a1838/tright b1838/bright
+load components/philo.ndr
+ren a1838/tleft b1838/bleft a1839/tright b1839/bright
+load components/philo.ndr
+ren a1839/tleft b1839/bleft a1840/tright b1840/bright
+load components/philo.ndr
+ren a1840/tleft b1840/bleft a1841/tright b1841/bright
+load components/philo.ndr
+ren a1841/tleft b1841/bleft a1842/tright b1842/bright
+load components/philo.ndr
+ren a1842/tleft b1842/bleft a1843/tright b1843/bright
+load components/philo.ndr
+ren a1843/tleft b1843/bleft a1844/tright b1844/bright
+load components/philo.ndr
+ren a1844/tleft b1844/bleft a1845/tright b1845/bright
+load components/philo.ndr
+ren a1845/tleft b1845/bleft a1846/tright b1846/bright
+load components/philo.ndr
+ren a1846/tleft b1846/bleft a1847/tright b1847/bright
+load components/philo.ndr
+ren a1847/tleft b1847/bleft a1848/tright b1848/bright
+load components/philo.ndr
+ren a1848/tleft b1848/bleft a1849/tright b1849/bright
+load components/philo.ndr
+ren a1849/tleft b1849/bleft a1850/tright b1850/bright
+load components/philo.ndr
+ren a1850/tleft b1850/bleft a1851/tright b1851/bright
+load components/philo.ndr
+ren a1851/tleft b1851/bleft a1852/tright b1852/bright
+load components/philo.ndr
+ren a1852/tleft b1852/bleft a1853/tright b1853/bright
+load components/philo.ndr
+ren a1853/tleft b1853/bleft a1854/tright b1854/bright
+load components/philo.ndr
+ren a1854/tleft b1854/bleft a1855/tright b1855/bright
+load components/philo.ndr
+ren a1855/tleft b1855/bleft a1856/tright b1856/bright
+load components/philo.ndr
+ren a1856/tleft b1856/bleft a1857/tright b1857/bright
+load components/philo.ndr
+ren a1857/tleft b1857/bleft a1858/tright b1858/bright
+load components/philo.ndr
+ren a1858/tleft b1858/bleft a1859/tright b1859/bright
+load components/philo.ndr
+ren a1859/tleft b1859/bleft a1860/tright b1860/bright
+load components/philo.ndr
+ren a1860/tleft b1860/bleft a1861/tright b1861/bright
+load components/philo.ndr
+ren a1861/tleft b1861/bleft a1862/tright b1862/bright
+load components/philo.ndr
+ren a1862/tleft b1862/bleft a1863/tright b1863/bright
+load components/philo.ndr
+ren a1863/tleft b1863/bleft a1864/tright b1864/bright
+load components/philo.ndr
+ren a1864/tleft b1864/bleft a1865/tright b1865/bright
+load components/philo.ndr
+ren a1865/tleft b1865/bleft a1866/tright b1866/bright
+load components/philo.ndr
+ren a1866/tleft b1866/bleft a1867/tright b1867/bright
+load components/philo.ndr
+ren a1867/tleft b1867/bleft a1868/tright b1868/bright
+load components/philo.ndr
+ren a1868/tleft b1868/bleft a1869/tright b1869/bright
+load components/philo.ndr
+ren a1869/tleft b1869/bleft a1870/tright b1870/bright
+load components/philo.ndr
+ren a1870/tleft b1870/bleft a1871/tright b1871/bright
+load components/philo.ndr
+ren a1871/tleft b1871/bleft a1872/tright b1872/bright
+load components/philo.ndr
+ren a1872/tleft b1872/bleft a1873/tright b1873/bright
+load components/philo.ndr
+ren a1873/tleft b1873/bleft a1874/tright b1874/bright
+load components/philo.ndr
+ren a1874/tleft b1874/bleft a1875/tright b1875/bright
+load components/philo.ndr
+ren a1875/tleft b1875/bleft a1876/tright b1876/bright
+load components/philo.ndr
+ren a1876/tleft b1876/bleft a1877/tright b1877/bright
+load components/philo.ndr
+ren a1877/tleft b1877/bleft a1878/tright b1878/bright
+load components/philo.ndr
+ren a1878/tleft b1878/bleft a1879/tright b1879/bright
+load components/philo.ndr
+ren a1879/tleft b1879/bleft a1880/tright b1880/bright
+load components/philo.ndr
+ren a1880/tleft b1880/bleft a1881/tright b1881/bright
+load components/philo.ndr
+ren a1881/tleft b1881/bleft a1882/tright b1882/bright
+load components/philo.ndr
+ren a1882/tleft b1882/bleft a1883/tright b1883/bright
+load components/philo.ndr
+ren a1883/tleft b1883/bleft a1884/tright b1884/bright
+load components/philo.ndr
+ren a1884/tleft b1884/bleft a1885/tright b1885/bright
+load components/philo.ndr
+ren a1885/tleft b1885/bleft a1886/tright b1886/bright
+load components/philo.ndr
+ren a1886/tleft b1886/bleft a1887/tright b1887/bright
+load components/philo.ndr
+ren a1887/tleft b1887/bleft a1888/tright b1888/bright
+load components/philo.ndr
+ren a1888/tleft b1888/bleft a1889/tright b1889/bright
+load components/philo.ndr
+ren a1889/tleft b1889/bleft a1890/tright b1890/bright
+load components/philo.ndr
+ren a1890/tleft b1890/bleft a1891/tright b1891/bright
+load components/philo.ndr
+ren a1891/tleft b1891/bleft a1892/tright b1892/bright
+load components/philo.ndr
+ren a1892/tleft b1892/bleft a1893/tright b1893/bright
+load components/philo.ndr
+ren a1893/tleft b1893/bleft a1894/tright b1894/bright
+load components/philo.ndr
+ren a1894/tleft b1894/bleft a1895/tright b1895/bright
+load components/philo.ndr
+ren a1895/tleft b1895/bleft a1896/tright b1896/bright
+load components/philo.ndr
+ren a1896/tleft b1896/bleft a1897/tright b1897/bright
+load components/philo.ndr
+ren a1897/tleft b1897/bleft a1898/tright b1898/bright
+load components/philo.ndr
+ren a1898/tleft b1898/bleft a1899/tright b1899/bright
+load components/philo.ndr
+ren a1899/tleft b1899/bleft a1900/tright b1900/bright
+load components/philo.ndr
+ren a1900/tleft b1900/bleft a1901/tright b1901/bright
+load components/philo.ndr
+ren a1901/tleft b1901/bleft a1902/tright b1902/bright
+load components/philo.ndr
+ren a1902/tleft b1902/bleft a1903/tright b1903/bright
+load components/philo.ndr
+ren a1903/tleft b1903/bleft a1904/tright b1904/bright
+load components/philo.ndr
+ren a1904/tleft b1904/bleft a1905/tright b1905/bright
+load components/philo.ndr
+ren a1905/tleft b1905/bleft a1906/tright b1906/bright
+load components/philo.ndr
+ren a1906/tleft b1906/bleft a1907/tright b1907/bright
+load components/philo.ndr
+ren a1907/tleft b1907/bleft a1908/tright b1908/bright
+load components/philo.ndr
+ren a1908/tleft b1908/bleft a1909/tright b1909/bright
+load components/philo.ndr
+ren a1909/tleft b1909/bleft a1910/tright b1910/bright
+load components/philo.ndr
+ren a1910/tleft b1910/bleft a1911/tright b1911/bright
+load components/philo.ndr
+ren a1911/tleft b1911/bleft a1912/tright b1912/bright
+load components/philo.ndr
+ren a1912/tleft b1912/bleft a1913/tright b1913/bright
+load components/philo.ndr
+ren a1913/tleft b1913/bleft a1914/tright b1914/bright
+load components/philo.ndr
+ren a1914/tleft b1914/bleft a1915/tright b1915/bright
+load components/philo.ndr
+ren a1915/tleft b1915/bleft a1916/tright b1916/bright
+load components/philo.ndr
+ren a1916/tleft b1916/bleft a1917/tright b1917/bright
+load components/philo.ndr
+ren a1917/tleft b1917/bleft a1918/tright b1918/bright
+load components/philo.ndr
+ren a1918/tleft b1918/bleft a1919/tright b1919/bright
+load components/philo.ndr
+ren a1919/tleft b1919/bleft a1920/tright b1920/bright
+load components/philo.ndr
+ren a1920/tleft b1920/bleft a1921/tright b1921/bright
+load components/philo.ndr
+ren a1921/tleft b1921/bleft a1922/tright b1922/bright
+load components/philo.ndr
+ren a1922/tleft b1922/bleft a1923/tright b1923/bright
+load components/philo.ndr
+ren a1923/tleft b1923/bleft a1924/tright b1924/bright
+load components/philo.ndr
+ren a1924/tleft b1924/bleft a1925/tright b1925/bright
+load components/philo.ndr
+ren a1925/tleft b1925/bleft a1926/tright b1926/bright
+load components/philo.ndr
+ren a1926/tleft b1926/bleft a1927/tright b1927/bright
+load components/philo.ndr
+ren a1927/tleft b1927/bleft a1928/tright b1928/bright
+load components/philo.ndr
+ren a1928/tleft b1928/bleft a1929/tright b1929/bright
+load components/philo.ndr
+ren a1929/tleft b1929/bleft a1930/tright b1930/bright
+load components/philo.ndr
+ren a1930/tleft b1930/bleft a1931/tright b1931/bright
+load components/philo.ndr
+ren a1931/tleft b1931/bleft a1932/tright b1932/bright
+load components/philo.ndr
+ren a1932/tleft b1932/bleft a1933/tright b1933/bright
+load components/philo.ndr
+ren a1933/tleft b1933/bleft a1934/tright b1934/bright
+load components/philo.ndr
+ren a1934/tleft b1934/bleft a1935/tright b1935/bright
+load components/philo.ndr
+ren a1935/tleft b1935/bleft a1936/tright b1936/bright
+load components/philo.ndr
+ren a1936/tleft b1936/bleft a1937/tright b1937/bright
+load components/philo.ndr
+ren a1937/tleft b1937/bleft a1938/tright b1938/bright
+load components/philo.ndr
+ren a1938/tleft b1938/bleft a1939/tright b1939/bright
+load components/philo.ndr
+ren a1939/tleft b1939/bleft a1940/tright b1940/bright
+load components/philo.ndr
+ren a1940/tleft b1940/bleft a1941/tright b1941/bright
+load components/philo.ndr
+ren a1941/tleft b1941/bleft a1942/tright b1942/bright
+load components/philo.ndr
+ren a1942/tleft b1942/bleft a1943/tright b1943/bright
+load components/philo.ndr
+ren a1943/tleft b1943/bleft a1944/tright b1944/bright
+load components/philo.ndr
+ren a1944/tleft b1944/bleft a1945/tright b1945/bright
+load components/philo.ndr
+ren a1945/tleft b1945/bleft a1946/tright b1946/bright
+load components/philo.ndr
+ren a1946/tleft b1946/bleft a1947/tright b1947/bright
+load components/philo.ndr
+ren a1947/tleft b1947/bleft a1948/tright b1948/bright
+load components/philo.ndr
+ren a1948/tleft b1948/bleft a1949/tright b1949/bright
+load components/philo.ndr
+ren a1949/tleft b1949/bleft a1950/tright b1950/bright
+load components/philo.ndr
+ren a1950/tleft b1950/bleft a1951/tright b1951/bright
+load components/philo.ndr
+ren a1951/tleft b1951/bleft a1952/tright b1952/bright
+load components/philo.ndr
+ren a1952/tleft b1952/bleft a1953/tright b1953/bright
+load components/philo.ndr
+ren a1953/tleft b1953/bleft a1954/tright b1954/bright
+load components/philo.ndr
+ren a1954/tleft b1954/bleft a1955/tright b1955/bright
+load components/philo.ndr
+ren a1955/tleft b1955/bleft a1956/tright b1956/bright
+load components/philo.ndr
+ren a1956/tleft b1956/bleft a1957/tright b1957/bright
+load components/philo.ndr
+ren a1957/tleft b1957/bleft a1958/tright b1958/bright
+load components/philo.ndr
+ren a1958/tleft b1958/bleft a1959/tright b1959/bright
+load components/philo.ndr
+ren a1959/tleft b1959/bleft a1960/tright b1960/bright
+load components/philo.ndr
+ren a1960/tleft b1960/bleft a1961/tright b1961/bright
+load components/philo.ndr
+ren a1961/tleft b1961/bleft a1962/tright b1962/bright
+load components/philo.ndr
+ren a1962/tleft b1962/bleft a1963/tright b1963/bright
+load components/philo.ndr
+ren a1963/tleft b1963/bleft a1964/tright b1964/bright
+load components/philo.ndr
+ren a1964/tleft b1964/bleft a1965/tright b1965/bright
+load components/philo.ndr
+ren a1965/tleft b1965/bleft a1966/tright b1966/bright
+load components/philo.ndr
+ren a1966/tleft b1966/bleft a1967/tright b1967/bright
+load components/philo.ndr
+ren a1967/tleft b1967/bleft a1968/tright b1968/bright
+load components/philo.ndr
+ren a1968/tleft b1968/bleft a1969/tright b1969/bright
+load components/philo.ndr
+ren a1969/tleft b1969/bleft a1970/tright b1970/bright
+load components/philo.ndr
+ren a1970/tleft b1970/bleft a1971/tright b1971/bright
+load components/philo.ndr
+ren a1971/tleft b1971/bleft a1972/tright b1972/bright
+load components/philo.ndr
+ren a1972/tleft b1972/bleft a1973/tright b1973/bright
+load components/philo.ndr
+ren a1973/tleft b1973/bleft a1974/tright b1974/bright
+load components/philo.ndr
+ren a1974/tleft b1974/bleft a1975/tright b1975/bright
+load components/philo.ndr
+ren a1975/tleft b1975/bleft a1976/tright b1976/bright
+load components/philo.ndr
+ren a1976/tleft b1976/bleft a1977/tright b1977/bright
+load components/philo.ndr
+ren a1977/tleft b1977/bleft a1978/tright b1978/bright
+load components/philo.ndr
+ren a1978/tleft b1978/bleft a1979/tright b1979/bright
+load components/philo.ndr
+ren a1979/tleft b1979/bleft a1980/tright b1980/bright
+load components/philo.ndr
+ren a1980/tleft b1980/bleft a1981/tright b1981/bright
+load components/philo.ndr
+ren a1981/tleft b1981/bleft a1982/tright b1982/bright
+load components/philo.ndr
+ren a1982/tleft b1982/bleft a1983/tright b1983/bright
+load components/philo.ndr
+ren a1983/tleft b1983/bleft a1984/tright b1984/bright
+load components/philo.ndr
+ren a1984/tleft b1984/bleft a1985/tright b1985/bright
+load components/philo.ndr
+ren a1985/tleft b1985/bleft a1986/tright b1986/bright
+load components/philo.ndr
+ren a1986/tleft b1986/bleft a1987/tright b1987/bright
+load components/philo.ndr
+ren a1987/tleft b1987/bleft a1988/tright b1988/bright
+load components/philo.ndr
+ren a1988/tleft b1988/bleft a1989/tright b1989/bright
+load components/philo.ndr
+ren a1989/tleft b1989/bleft a1990/tright b1990/bright
+load components/philo.ndr
+ren a1990/tleft b1990/bleft a1991/tright b1991/bright
+load components/philo.ndr
+ren a1991/tleft b1991/bleft a1992/tright b1992/bright
+load components/philo.ndr
+ren a1992/tleft b1992/bleft a1993/tright b1993/bright
+load components/philo.ndr
+ren a1993/tleft b1993/bleft a1994/tright b1994/bright
+load components/philo.ndr
+ren a1994/tleft b1994/bleft a1995/tright b1995/bright
+load components/philo.ndr
+ren a1995/tleft b1995/bleft a1996/tright b1996/bright
+load components/philo.ndr
+ren a1996/tleft b1996/bleft a1997/tright b1997/bright
+load components/philo.ndr
+ren a1997/tleft b1997/bleft a1998/tright b1998/bright
+load components/philo.ndr
+ren a1998/tleft b1998/bleft a1999/tright b1999/bright
+load components/philo.ndr
+ren a1999/tleft b1999/bleft a2000/tright b2000/bright
+load components/philo.ndr
+ren a2000/tleft b2000/bleft a2001/tright b2001/bright
+load components/philo.ndr
+ren a2001/tleft b2001/bleft a2002/tright b2002/bright
+load components/philo.ndr
+ren a2002/tleft b2002/bleft a2003/tright b2003/bright
+load components/philo.ndr
+ren a2003/tleft b2003/bleft a2004/tright b2004/bright
+load components/philo.ndr
+ren a2004/tleft b2004/bleft a2005/tright b2005/bright
+load components/philo.ndr
+ren a2005/tleft b2005/bleft a2006/tright b2006/bright
+load components/philo.ndr
+ren a2006/tleft b2006/bleft a2007/tright b2007/bright
+load components/philo.ndr
+ren a2007/tleft b2007/bleft a2008/tright b2008/bright
+load components/philo.ndr
+ren a2008/tleft b2008/bleft a2009/tright b2009/bright
+load components/philo.ndr
+ren a2009/tleft b2009/bleft a2010/tright b2010/bright
+load components/philo.ndr
+ren a2010/tleft b2010/bleft a2011/tright b2011/bright
+load components/philo.ndr
+ren a2011/tleft b2011/bleft a2012/tright b2012/bright
+load components/philo.ndr
+ren a2012/tleft b2012/bleft a2013/tright b2013/bright
+load components/philo.ndr
+ren a2013/tleft b2013/bleft a2014/tright b2014/bright
+load components/philo.ndr
+ren a2014/tleft b2014/bleft a2015/tright b2015/bright
+load components/philo.ndr
+ren a2015/tleft b2015/bleft a2016/tright b2016/bright
+load components/philo.ndr
+ren a2016/tleft b2016/bleft a2017/tright b2017/bright
+load components/philo.ndr
+ren a2017/tleft b2017/bleft a2018/tright b2018/bright
+load components/philo.ndr
+ren a2018/tleft b2018/bleft a2019/tright b2019/bright
+load components/philo.ndr
+ren a2019/tleft b2019/bleft a2020/tright b2020/bright
+load components/philo.ndr
+ren a2020/tleft b2020/bleft a2021/tright b2021/bright
+load components/philo.ndr
+ren a2021/tleft b2021/bleft a2022/tright b2022/bright
+load components/philo.ndr
+ren a2022/tleft b2022/bleft a2023/tright b2023/bright
+load components/philo.ndr
+ren a2023/tleft b2023/bleft a2024/tright b2024/bright
+load components/philo.ndr
+ren a2024/tleft b2024/bleft a2025/tright b2025/bright
+load components/philo.ndr
+ren a2025/tleft b2025/bleft a2026/tright b2026/bright
+load components/philo.ndr
+ren a2026/tleft b2026/bleft a2027/tright b2027/bright
+load components/philo.ndr
+ren a2027/tleft b2027/bleft a2028/tright b2028/bright
+load components/philo.ndr
+ren a2028/tleft b2028/bleft a2029/tright b2029/bright
+load components/philo.ndr
+ren a2029/tleft b2029/bleft a2030/tright b2030/bright
+load components/philo.ndr
+ren a2030/tleft b2030/bleft a2031/tright b2031/bright
+load components/philo.ndr
+ren a2031/tleft b2031/bleft a2032/tright b2032/bright
+load components/philo.ndr
+ren a2032/tleft b2032/bleft a2033/tright b2033/bright
+load components/philo.ndr
+ren a2033/tleft b2033/bleft a2034/tright b2034/bright
+load components/philo.ndr
+ren a2034/tleft b2034/bleft a2035/tright b2035/bright
+load components/philo.ndr
+ren a2035/tleft b2035/bleft a2036/tright b2036/bright
+load components/philo.ndr
+ren a2036/tleft b2036/bleft a2037/tright b2037/bright
+load components/philo.ndr
+ren a2037/tleft b2037/bleft a2038/tright b2038/bright
+load components/philo.ndr
+ren a2038/tleft b2038/bleft a2039/tright b2039/bright
+load components/philo.ndr
+ren a2039/tleft b2039/bleft a2040/tright b2040/bright
+load components/philo.ndr
+ren a2040/tleft b2040/bleft a2041/tright b2041/bright
+load components/philo.ndr
+ren a2041/tleft b2041/bleft a2042/tright b2042/bright
+load components/philo.ndr
+ren a2042/tleft b2042/bleft a2043/tright b2043/bright
+load components/philo.ndr
+ren a2043/tleft b2043/bleft a2044/tright b2044/bright
+load components/philo.ndr
+ren a2044/tleft b2044/bleft a2045/tright b2045/bright
+load components/philo.ndr
+ren a2045/tleft b2045/bleft a2046/tright b2046/bright
+load components/philo.ndr
+ren a2046/tleft b2046/bleft a2047/tright b2047/bright
+load components/philo.ndr
+ren a2047/tleft b2047/bleft a2048/tright b2048/bright
+load components/philo.ndr
+ren a2048/tleft b2048/bleft a2049/tright b2049/bright
+load components/philo.ndr
+ren a2049/tleft b2049/bleft a2050/tright b2050/bright
+load components/philo.ndr
+ren a2050/tleft b2050/bleft a2051/tright b2051/bright
+load components/philo.ndr
+ren a2051/tleft b2051/bleft a2052/tright b2052/bright
+load components/philo.ndr
+ren a2052/tleft b2052/bleft a2053/tright b2053/bright
+load components/philo.ndr
+ren a2053/tleft b2053/bleft a2054/tright b2054/bright
+load components/philo.ndr
+ren a2054/tleft b2054/bleft a2055/tright b2055/bright
+load components/philo.ndr
+ren a2055/tleft b2055/bleft a2056/tright b2056/bright
+load components/philo.ndr
+ren a2056/tleft b2056/bleft a2057/tright b2057/bright
+load components/philo.ndr
+ren a2057/tleft b2057/bleft a2058/tright b2058/bright
+load components/philo.ndr
+ren a2058/tleft b2058/bleft a2059/tright b2059/bright
+load components/philo.ndr
+ren a2059/tleft b2059/bleft a2060/tright b2060/bright
+load components/philo.ndr
+ren a2060/tleft b2060/bleft a2061/tright b2061/bright
+load components/philo.ndr
+ren a2061/tleft b2061/bleft a2062/tright b2062/bright
+load components/philo.ndr
+ren a2062/tleft b2062/bleft a2063/tright b2063/bright
+load components/philo.ndr
+ren a2063/tleft b2063/bleft a2064/tright b2064/bright
+load components/philo.ndr
+ren a2064/tleft b2064/bleft a2065/tright b2065/bright
+load components/philo.ndr
+ren a2065/tleft b2065/bleft a2066/tright b2066/bright
+load components/philo.ndr
+ren a2066/tleft b2066/bleft a2067/tright b2067/bright
+load components/philo.ndr
+ren a2067/tleft b2067/bleft a2068/tright b2068/bright
+load components/philo.ndr
+ren a2068/tleft b2068/bleft a2069/tright b2069/bright
+load components/philo.ndr
+ren a2069/tleft b2069/bleft a2070/tright b2070/bright
+load components/philo.ndr
+ren a2070/tleft b2070/bleft a2071/tright b2071/bright
+load components/philo.ndr
+ren a2071/tleft b2071/bleft a2072/tright b2072/bright
+load components/philo.ndr
+ren a2072/tleft b2072/bleft a2073/tright b2073/bright
+load components/philo.ndr
+ren a2073/tleft b2073/bleft a2074/tright b2074/bright
+load components/philo.ndr
+ren a2074/tleft b2074/bleft a2075/tright b2075/bright
+load components/philo.ndr
+ren a2075/tleft b2075/bleft a2076/tright b2076/bright
+load components/philo.ndr
+ren a2076/tleft b2076/bleft a2077/tright b2077/bright
+load components/philo.ndr
+ren a2077/tleft b2077/bleft a2078/tright b2078/bright
+load components/philo.ndr
+ren a2078/tleft b2078/bleft a2079/tright b2079/bright
+load components/philo.ndr
+ren a2079/tleft b2079/bleft a2080/tright b2080/bright
+load components/philo.ndr
+ren a2080/tleft b2080/bleft a2081/tright b2081/bright
+load components/philo.ndr
+ren a2081/tleft b2081/bleft a2082/tright b2082/bright
+load components/philo.ndr
+ren a2082/tleft b2082/bleft a2083/tright b2083/bright
+load components/philo.ndr
+ren a2083/tleft b2083/bleft a2084/tright b2084/bright
+load components/philo.ndr
+ren a2084/tleft b2084/bleft a2085/tright b2085/bright
+load components/philo.ndr
+ren a2085/tleft b2085/bleft a2086/tright b2086/bright
+load components/philo.ndr
+ren a2086/tleft b2086/bleft a2087/tright b2087/bright
+load components/philo.ndr
+ren a2087/tleft b2087/bleft a2088/tright b2088/bright
+load components/philo.ndr
+ren a2088/tleft b2088/bleft a2089/tright b2089/bright
+load components/philo.ndr
+ren a2089/tleft b2089/bleft a2090/tright b2090/bright
+load components/philo.ndr
+ren a2090/tleft b2090/bleft a2091/tright b2091/bright
+load components/philo.ndr
+ren a2091/tleft b2091/bleft a2092/tright b2092/bright
+load components/philo.ndr
+ren a2092/tleft b2092/bleft a2093/tright b2093/bright
+load components/philo.ndr
+ren a2093/tleft b2093/bleft a2094/tright b2094/bright
+load components/philo.ndr
+ren a2094/tleft b2094/bleft a2095/tright b2095/bright
+load components/philo.ndr
+ren a2095/tleft b2095/bleft a2096/tright b2096/bright
+load components/philo.ndr
+ren a2096/tleft b2096/bleft a2097/tright b2097/bright
+load components/philo.ndr
+ren a2097/tleft b2097/bleft a2098/tright b2098/bright
+load components/philo.ndr
+ren a2098/tleft b2098/bleft a2099/tright b2099/bright
+load components/philo.ndr
+ren a2099/tleft b2099/bleft a2100/tright b2100/bright
+load components/philo.ndr
+ren a2100/tleft b2100/bleft a2101/tright b2101/bright
+load components/philo.ndr
+ren a2101/tleft b2101/bleft a2102/tright b2102/bright
+load components/philo.ndr
+ren a2102/tleft b2102/bleft a2103/tright b2103/bright
+load components/philo.ndr
+ren a2103/tleft b2103/bleft a2104/tright b2104/bright
+load components/philo.ndr
+ren a2104/tleft b2104/bleft a2105/tright b2105/bright
+load components/philo.ndr
+ren a2105/tleft b2105/bleft a2106/tright b2106/bright
+load components/philo.ndr
+ren a2106/tleft b2106/bleft a2107/tright b2107/bright
+load components/philo.ndr
+ren a2107/tleft b2107/bleft a2108/tright b2108/bright
+load components/philo.ndr
+ren a2108/tleft b2108/bleft a2109/tright b2109/bright
+load components/philo.ndr
+ren a2109/tleft b2109/bleft a2110/tright b2110/bright
+load components/philo.ndr
+ren a2110/tleft b2110/bleft a2111/tright b2111/bright
+load components/philo.ndr
+ren a2111/tleft b2111/bleft a2112/tright b2112/bright
+load components/philo.ndr
+ren a2112/tleft b2112/bleft a2113/tright b2113/bright
+load components/philo.ndr
+ren a2113/tleft b2113/bleft a2114/tright b2114/bright
+load components/philo.ndr
+ren a2114/tleft b2114/bleft a2115/tright b2115/bright
+load components/philo.ndr
+ren a2115/tleft b2115/bleft a2116/tright b2116/bright
+load components/philo.ndr
+ren a2116/tleft b2116/bleft a2117/tright b2117/bright
+load components/philo.ndr
+ren a2117/tleft b2117/bleft a2118/tright b2118/bright
+load components/philo.ndr
+ren a2118/tleft b2118/bleft a2119/tright b2119/bright
+load components/philo.ndr
+ren a2119/tleft b2119/bleft a2120/tright b2120/bright
+load components/philo.ndr
+ren a2120/tleft b2120/bleft a2121/tright b2121/bright
+load components/philo.ndr
+ren a2121/tleft b2121/bleft a2122/tright b2122/bright
+load components/philo.ndr
+ren a2122/tleft b2122/bleft a2123/tright b2123/bright
+load components/philo.ndr
+ren a2123/tleft b2123/bleft a2124/tright b2124/bright
+load components/philo.ndr
+ren a2124/tleft b2124/bleft a2125/tright b2125/bright
+load components/philo.ndr
+ren a2125/tleft b2125/bleft a2126/tright b2126/bright
+load components/philo.ndr
+ren a2126/tleft b2126/bleft a2127/tright b2127/bright
+load components/philo.ndr
+ren a2127/tleft b2127/bleft a2128/tright b2128/bright
+load components/philo.ndr
+ren a2128/tleft b2128/bleft a2129/tright b2129/bright
+load components/philo.ndr
+ren a2129/tleft b2129/bleft a2130/tright b2130/bright
+load components/philo.ndr
+ren a2130/tleft b2130/bleft a2131/tright b2131/bright
+load components/philo.ndr
+ren a2131/tleft b2131/bleft a2132/tright b2132/bright
+load components/philo.ndr
+ren a2132/tleft b2132/bleft a2133/tright b2133/bright
+load components/philo.ndr
+ren a2133/tleft b2133/bleft a2134/tright b2134/bright
+load components/philo.ndr
+ren a2134/tleft b2134/bleft a2135/tright b2135/bright
+load components/philo.ndr
+ren a2135/tleft b2135/bleft a2136/tright b2136/bright
+load components/philo.ndr
+ren a2136/tleft b2136/bleft a2137/tright b2137/bright
+load components/philo.ndr
+ren a2137/tleft b2137/bleft a2138/tright b2138/bright
+load components/philo.ndr
+ren a2138/tleft b2138/bleft a2139/tright b2139/bright
+load components/philo.ndr
+ren a2139/tleft b2139/bleft a2140/tright b2140/bright
+load components/philo.ndr
+ren a2140/tleft b2140/bleft a2141/tright b2141/bright
+load components/philo.ndr
+ren a2141/tleft b2141/bleft a2142/tright b2142/bright
+load components/philo.ndr
+ren a2142/tleft b2142/bleft a2143/tright b2143/bright
+load components/philo.ndr
+ren a2143/tleft b2143/bleft a2144/tright b2144/bright
+load components/philo.ndr
+ren a2144/tleft b2144/bleft a2145/tright b2145/bright
+load components/philo.ndr
+ren a2145/tleft b2145/bleft a2146/tright b2146/bright
+load components/philo.ndr
+ren a2146/tleft b2146/bleft a2147/tright b2147/bright
+load components/philo.ndr
+ren a2147/tleft b2147/bleft a2148/tright b2148/bright
+load components/philo.ndr
+ren a2148/tleft b2148/bleft a2149/tright b2149/bright
+load components/philo.ndr
+ren a2149/tleft b2149/bleft a2150/tright b2150/bright
+load components/philo.ndr
+ren a2150/tleft b2150/bleft a2151/tright b2151/bright
+load components/philo.ndr
+ren a2151/tleft b2151/bleft a2152/tright b2152/bright
+load components/philo.ndr
+ren a2152/tleft b2152/bleft a2153/tright b2153/bright
+load components/philo.ndr
+ren a2153/tleft b2153/bleft a2154/tright b2154/bright
+load components/philo.ndr
+ren a2154/tleft b2154/bleft a2155/tright b2155/bright
+load components/philo.ndr
+ren a2155/tleft b2155/bleft a2156/tright b2156/bright
+load components/philo.ndr
+ren a2156/tleft b2156/bleft a2157/tright b2157/bright
+load components/philo.ndr
+ren a2157/tleft b2157/bleft a2158/tright b2158/bright
+load components/philo.ndr
+ren a2158/tleft b2158/bleft a2159/tright b2159/bright
+load components/philo.ndr
+ren a2159/tleft b2159/bleft a2160/tright b2160/bright
+load components/philo.ndr
+ren a2160/tleft b2160/bleft a2161/tright b2161/bright
+load components/philo.ndr
+ren a2161/tleft b2161/bleft a2162/tright b2162/bright
+load components/philo.ndr
+ren a2162/tleft b2162/bleft a2163/tright b2163/bright
+load components/philo.ndr
+ren a2163/tleft b2163/bleft a2164/tright b2164/bright
+load components/philo.ndr
+ren a2164/tleft b2164/bleft a2165/tright b2165/bright
+load components/philo.ndr
+ren a2165/tleft b2165/bleft a2166/tright b2166/bright
+load components/philo.ndr
+ren a2166/tleft b2166/bleft a2167/tright b2167/bright
+load components/philo.ndr
+ren a2167/tleft b2167/bleft a2168/tright b2168/bright
+load components/philo.ndr
+ren a2168/tleft b2168/bleft a2169/tright b2169/bright
+load components/philo.ndr
+ren a2169/tleft b2169/bleft a2170/tright b2170/bright
+load components/philo.ndr
+ren a2170/tleft b2170/bleft a2171/tright b2171/bright
+load components/philo.ndr
+ren a2171/tleft b2171/bleft a2172/tright b2172/bright
+load components/philo.ndr
+ren a2172/tleft b2172/bleft a2173/tright b2173/bright
+load components/philo.ndr
+ren a2173/tleft b2173/bleft a2174/tright b2174/bright
+load components/philo.ndr
+ren a2174/tleft b2174/bleft a2175/tright b2175/bright
+load components/philo.ndr
+ren a2175/tleft b2175/bleft a2176/tright b2176/bright
+load components/philo.ndr
+ren a2176/tleft b2176/bleft a2177/tright b2177/bright
+load components/philo.ndr
+ren a2177/tleft b2177/bleft a2178/tright b2178/bright
+load components/philo.ndr
+ren a2178/tleft b2178/bleft a2179/tright b2179/bright
+load components/philo.ndr
+ren a2179/tleft b2179/bleft a2180/tright b2180/bright
+load components/philo.ndr
+ren a2180/tleft b2180/bleft a2181/tright b2181/bright
+load components/philo.ndr
+ren a2181/tleft b2181/bleft a2182/tright b2182/bright
+load components/philo.ndr
+ren a2182/tleft b2182/bleft a2183/tright b2183/bright
+load components/philo.ndr
+ren a2183/tleft b2183/bleft a2184/tright b2184/bright
+load components/philo.ndr
+ren a2184/tleft b2184/bleft a2185/tright b2185/bright
+load components/philo.ndr
+ren a2185/tleft b2185/bleft a2186/tright b2186/bright
+load components/philo.ndr
+ren a2186/tleft b2186/bleft a2187/tright b2187/bright
+load components/philo.ndr
+ren a2187/tleft b2187/bleft a2188/tright b2188/bright
+load components/philo.ndr
+ren a2188/tleft b2188/bleft a2189/tright b2189/bright
+load components/philo.ndr
+ren a2189/tleft b2189/bleft a2190/tright b2190/bright
+load components/philo.ndr
+ren a2190/tleft b2190/bleft a2191/tright b2191/bright
+load components/philo.ndr
+ren a2191/tleft b2191/bleft a2192/tright b2192/bright
+load components/philo.ndr
+ren a2192/tleft b2192/bleft a2193/tright b2193/bright
+load components/philo.ndr
+ren a2193/tleft b2193/bleft a2194/tright b2194/bright
+load components/philo.ndr
+ren a2194/tleft b2194/bleft a2195/tright b2195/bright
+load components/philo.ndr
+ren a2195/tleft b2195/bleft a2196/tright b2196/bright
+load components/philo.ndr
+ren a2196/tleft b2196/bleft a2197/tright b2197/bright
+load components/philo.ndr
+ren a2197/tleft b2197/bleft a2198/tright b2198/bright
+load components/philo.ndr
+ren a2198/tleft b2198/bleft a2199/tright b2199/bright
+load components/philo.ndr
+ren a2199/tleft b2199/bleft a2200/tright b2200/bright
+load components/philo.ndr
+ren a2200/tleft b2200/bleft a2201/tright b2201/bright
+load components/philo.ndr
+ren a2201/tleft b2201/bleft a2202/tright b2202/bright
+load components/philo.ndr
+ren a2202/tleft b2202/bleft a2203/tright b2203/bright
+load components/philo.ndr
+ren a2203/tleft b2203/bleft a2204/tright b2204/bright
+load components/philo.ndr
+ren a2204/tleft b2204/bleft a2205/tright b2205/bright
+load components/philo.ndr
+ren a2205/tleft b2205/bleft a2206/tright b2206/bright
+load components/philo.ndr
+ren a2206/tleft b2206/bleft a2207/tright b2207/bright
+load components/philo.ndr
+ren a2207/tleft b2207/bleft a2208/tright b2208/bright
+load components/philo.ndr
+ren a2208/tleft b2208/bleft a2209/tright b2209/bright
+load components/philo.ndr
+ren a2209/tleft b2209/bleft a2210/tright b2210/bright
+load components/philo.ndr
+ren a2210/tleft b2210/bleft a2211/tright b2211/bright
+load components/philo.ndr
+ren a2211/tleft b2211/bleft a2212/tright b2212/bright
+load components/philo.ndr
+ren a2212/tleft b2212/bleft a2213/tright b2213/bright
+load components/philo.ndr
+ren a2213/tleft b2213/bleft a2214/tright b2214/bright
+load components/philo.ndr
+ren a2214/tleft b2214/bleft a2215/tright b2215/bright
+load components/philo.ndr
+ren a2215/tleft b2215/bleft a2216/tright b2216/bright
+load components/philo.ndr
+ren a2216/tleft b2216/bleft a2217/tright b2217/bright
+load components/philo.ndr
+ren a2217/tleft b2217/bleft a2218/tright b2218/bright
+load components/philo.ndr
+ren a2218/tleft b2218/bleft a2219/tright b2219/bright
+load components/philo.ndr
+ren a2219/tleft b2219/bleft a2220/tright b2220/bright
+load components/philo.ndr
+ren a2220/tleft b2220/bleft a2221/tright b2221/bright
+load components/philo.ndr
+ren a2221/tleft b2221/bleft a2222/tright b2222/bright
+load components/philo.ndr
+ren a2222/tleft b2222/bleft a2223/tright b2223/bright
+load components/philo.ndr
+ren a2223/tleft b2223/bleft a2224/tright b2224/bright
+load components/philo.ndr
+ren a2224/tleft b2224/bleft a2225/tright b2225/bright
+load components/philo.ndr
+ren a2225/tleft b2225/bleft a2226/tright b2226/bright
+load components/philo.ndr
+ren a2226/tleft b2226/bleft a2227/tright b2227/bright
+load components/philo.ndr
+ren a2227/tleft b2227/bleft a2228/tright b2228/bright
+load components/philo.ndr
+ren a2228/tleft b2228/bleft a2229/tright b2229/bright
+load components/philo.ndr
+ren a2229/tleft b2229/bleft a2230/tright b2230/bright
+load components/philo.ndr
+ren a2230/tleft b2230/bleft a2231/tright b2231/bright
+load components/philo.ndr
+ren a2231/tleft b2231/bleft a2232/tright b2232/bright
+load components/philo.ndr
+ren a2232/tleft b2232/bleft a2233/tright b2233/bright
+load components/philo.ndr
+ren a2233/tleft b2233/bleft a2234/tright b2234/bright
+load components/philo.ndr
+ren a2234/tleft b2234/bleft a2235/tright b2235/bright
+load components/philo.ndr
+ren a2235/tleft b2235/bleft a2236/tright b2236/bright
+load components/philo.ndr
+ren a2236/tleft b2236/bleft a2237/tright b2237/bright
+load components/philo.ndr
+ren a2237/tleft b2237/bleft a2238/tright b2238/bright
+load components/philo.ndr
+ren a2238/tleft b2238/bleft a2239/tright b2239/bright
+load components/philo.ndr
+ren a2239/tleft b2239/bleft a2240/tright b2240/bright
+load components/philo.ndr
+ren a2240/tleft b2240/bleft a2241/tright b2241/bright
+load components/philo.ndr
+ren a2241/tleft b2241/bleft a2242/tright b2242/bright
+load components/philo.ndr
+ren a2242/tleft b2242/bleft a2243/tright b2243/bright
+load components/philo.ndr
+ren a2243/tleft b2243/bleft a2244/tright b2244/bright
+load components/philo.ndr
+ren a2244/tleft b2244/bleft a2245/tright b2245/bright
+load components/philo.ndr
+ren a2245/tleft b2245/bleft a2246/tright b2246/bright
+load components/philo.ndr
+ren a2246/tleft b2246/bleft a2247/tright b2247/bright
+load components/philo.ndr
+ren a2247/tleft b2247/bleft a2248/tright b2248/bright
+load components/philo.ndr
+ren a2248/tleft b2248/bleft a2249/tright b2249/bright
+load components/philo.ndr
+ren a2249/tleft b2249/bleft a2250/tright b2250/bright
+load components/philo.ndr
+ren a2250/tleft b2250/bleft a2251/tright b2251/bright
+load components/philo.ndr
+ren a2251/tleft b2251/bleft a2252/tright b2252/bright
+load components/philo.ndr
+ren a2252/tleft b2252/bleft a2253/tright b2253/bright
+load components/philo.ndr
+ren a2253/tleft b2253/bleft a2254/tright b2254/bright
+load components/philo.ndr
+ren a2254/tleft b2254/bleft a2255/tright b2255/bright
+load components/philo.ndr
+ren a2255/tleft b2255/bleft a2256/tright b2256/bright
+load components/philo.ndr
+ren a2256/tleft b2256/bleft a2257/tright b2257/bright
+load components/philo.ndr
+ren a2257/tleft b2257/bleft a2258/tright b2258/bright
+load components/philo.ndr
+ren a2258/tleft b2258/bleft a2259/tright b2259/bright
+load components/philo.ndr
+ren a2259/tleft b2259/bleft a2260/tright b2260/bright
+load components/philo.ndr
+ren a2260/tleft b2260/bleft a2261/tright b2261/bright
+load components/philo.ndr
+ren a2261/tleft b2261/bleft a2262/tright b2262/bright
+load components/philo.ndr
+ren a2262/tleft b2262/bleft a2263/tright b2263/bright
+load components/philo.ndr
+ren a2263/tleft b2263/bleft a2264/tright b2264/bright
+load components/philo.ndr
+ren a2264/tleft b2264/bleft a2265/tright b2265/bright
+load components/philo.ndr
+ren a2265/tleft b2265/bleft a2266/tright b2266/bright
+load components/philo.ndr
+ren a2266/tleft b2266/bleft a2267/tright b2267/bright
+load components/philo.ndr
+ren a2267/tleft b2267/bleft a2268/tright b2268/bright
+load components/philo.ndr
+ren a2268/tleft b2268/bleft a2269/tright b2269/bright
+load components/philo.ndr
+ren a2269/tleft b2269/bleft a2270/tright b2270/bright
+load components/philo.ndr
+ren a2270/tleft b2270/bleft a2271/tright b2271/bright
+load components/philo.ndr
+ren a2271/tleft b2271/bleft a2272/tright b2272/bright
+load components/philo.ndr
+ren a2272/tleft b2272/bleft a2273/tright b2273/bright
+load components/philo.ndr
+ren a2273/tleft b2273/bleft a2274/tright b2274/bright
+load components/philo.ndr
+ren a2274/tleft b2274/bleft a2275/tright b2275/bright
+load components/philo.ndr
+ren a2275/tleft b2275/bleft a2276/tright b2276/bright
+load components/philo.ndr
+ren a2276/tleft b2276/bleft a2277/tright b2277/bright
+load components/philo.ndr
+ren a2277/tleft b2277/bleft a2278/tright b2278/bright
+load components/philo.ndr
+ren a2278/tleft b2278/bleft a2279/tright b2279/bright
+load components/philo.ndr
+ren a2279/tleft b2279/bleft a2280/tright b2280/bright
+load components/philo.ndr
+ren a2280/tleft b2280/bleft a2281/tright b2281/bright
+load components/philo.ndr
+ren a2281/tleft b2281/bleft a2282/tright b2282/bright
+load components/philo.ndr
+ren a2282/tleft b2282/bleft a2283/tright b2283/bright
+load components/philo.ndr
+ren a2283/tleft b2283/bleft a2284/tright b2284/bright
+load components/philo.ndr
+ren a2284/tleft b2284/bleft a2285/tright b2285/bright
+load components/philo.ndr
+ren a2285/tleft b2285/bleft a2286/tright b2286/bright
+load components/philo.ndr
+ren a2286/tleft b2286/bleft a2287/tright b2287/bright
+load components/philo.ndr
+ren a2287/tleft b2287/bleft a2288/tright b2288/bright
+load components/philo.ndr
+ren a2288/tleft b2288/bleft a2289/tright b2289/bright
+load components/philo.ndr
+ren a2289/tleft b2289/bleft a2290/tright b2290/bright
+load components/philo.ndr
+ren a2290/tleft b2290/bleft a2291/tright b2291/bright
+load components/philo.ndr
+ren a2291/tleft b2291/bleft a2292/tright b2292/bright
+load components/philo.ndr
+ren a2292/tleft b2292/bleft a2293/tright b2293/bright
+load components/philo.ndr
+ren a2293/tleft b2293/bleft a2294/tright b2294/bright
+load components/philo.ndr
+ren a2294/tleft b2294/bleft a2295/tright b2295/bright
+load components/philo.ndr
+ren a2295/tleft b2295/bleft a2296/tright b2296/bright
+load components/philo.ndr
+ren a2296/tleft b2296/bleft a2297/tright b2297/bright
+load components/philo.ndr
+ren a2297/tleft b2297/bleft a2298/tright b2298/bright
+load components/philo.ndr
+ren a2298/tleft b2298/bleft a2299/tright b2299/bright
+load components/philo.ndr
+ren a2299/tleft b2299/bleft a2300/tright b2300/bright
+load components/philo.ndr
+ren a2300/tleft b2300/bleft a2301/tright b2301/bright
+load components/philo.ndr
+ren a2301/tleft b2301/bleft a2302/tright b2302/bright
+load components/philo.ndr
+ren a2302/tleft b2302/bleft a2303/tright b2303/bright
+load components/philo.ndr
+ren a2303/tleft b2303/bleft a2304/tright b2304/bright
+load components/philo.ndr
+ren a2304/tleft b2304/bleft a2305/tright b2305/bright
+load components/philo.ndr
+ren a2305/tleft b2305/bleft a2306/tright b2306/bright
+load components/philo.ndr
+ren a2306/tleft b2306/bleft a2307/tright b2307/bright
+load components/philo.ndr
+ren a2307/tleft b2307/bleft a2308/tright b2308/bright
+load components/philo.ndr
+ren a2308/tleft b2308/bleft a2309/tright b2309/bright
+load components/philo.ndr
+ren a2309/tleft b2309/bleft a2310/tright b2310/bright
+load components/philo.ndr
+ren a2310/tleft b2310/bleft a2311/tright b2311/bright
+load components/philo.ndr
+ren a2311/tleft b2311/bleft a2312/tright b2312/bright
+load components/philo.ndr
+ren a2312/tleft b2312/bleft a2313/tright b2313/bright
+load components/philo.ndr
+ren a2313/tleft b2313/bleft a2314/tright b2314/bright
+load components/philo.ndr
+ren a2314/tleft b2314/bleft a2315/tright b2315/bright
+load components/philo.ndr
+ren a2315/tleft b2315/bleft a2316/tright b2316/bright
+load components/philo.ndr
+ren a2316/tleft b2316/bleft a2317/tright b2317/bright
+load components/philo.ndr
+ren a2317/tleft b2317/bleft a2318/tright b2318/bright
+load components/philo.ndr
+ren a2318/tleft b2318/bleft a2319/tright b2319/bright
+load components/philo.ndr
+ren a2319/tleft b2319/bleft a2320/tright b2320/bright
+load components/philo.ndr
+ren a2320/tleft b2320/bleft a2321/tright b2321/bright
+load components/philo.ndr
+ren a2321/tleft b2321/bleft a2322/tright b2322/bright
+load components/philo.ndr
+ren a2322/tleft b2322/bleft a2323/tright b2323/bright
+load components/philo.ndr
+ren a2323/tleft b2323/bleft a2324/tright b2324/bright
+load components/philo.ndr
+ren a2324/tleft b2324/bleft a2325/tright b2325/bright
+load components/philo.ndr
+ren a2325/tleft b2325/bleft a2326/tright b2326/bright
+load components/philo.ndr
+ren a2326/tleft b2326/bleft a2327/tright b2327/bright
+load components/philo.ndr
+ren a2327/tleft b2327/bleft a2328/tright b2328/bright
+load components/philo.ndr
+ren a2328/tleft b2328/bleft a2329/tright b2329/bright
+load components/philo.ndr
+ren a2329/tleft b2329/bleft a2330/tright b2330/bright
+load components/philo.ndr
+ren a2330/tleft b2330/bleft a2331/tright b2331/bright
+load components/philo.ndr
+ren a2331/tleft b2331/bleft a2332/tright b2332/bright
+load components/philo.ndr
+ren a2332/tleft b2332/bleft a2333/tright b2333/bright
+load components/philo.ndr
+ren a2333/tleft b2333/bleft a2334/tright b2334/bright
+load components/philo.ndr
+ren a2334/tleft b2334/bleft a2335/tright b2335/bright
+load components/philo.ndr
+ren a2335/tleft b2335/bleft a2336/tright b2336/bright
+load components/philo.ndr
+ren a2336/tleft b2336/bleft a2337/tright b2337/bright
+load components/philo.ndr
+ren a2337/tleft b2337/bleft a2338/tright b2338/bright
+load components/philo.ndr
+ren a2338/tleft b2338/bleft a2339/tright b2339/bright
+load components/philo.ndr
+ren a2339/tleft b2339/bleft a2340/tright b2340/bright
+load components/philo.ndr
+ren a2340/tleft b2340/bleft a2341/tright b2341/bright
+load components/philo.ndr
+ren a2341/tleft b2341/bleft a2342/tright b2342/bright
+load components/philo.ndr
+ren a2342/tleft b2342/bleft a2343/tright b2343/bright
+load components/philo.ndr
+ren a2343/tleft b2343/bleft a2344/tright b2344/bright
+load components/philo.ndr
+ren a2344/tleft b2344/bleft a2345/tright b2345/bright
+load components/philo.ndr
+ren a2345/tleft b2345/bleft a2346/tright b2346/bright
+load components/philo.ndr
+ren a2346/tleft b2346/bleft a2347/tright b2347/bright
+load components/philo.ndr
+ren a2347/tleft b2347/bleft a2348/tright b2348/bright
+load components/philo.ndr
+ren a2348/tleft b2348/bleft a2349/tright b2349/bright
+load components/philo.ndr
+ren a2349/tleft b2349/bleft a2350/tright b2350/bright
+load components/philo.ndr
+ren a2350/tleft b2350/bleft a2351/tright b2351/bright
+load components/philo.ndr
+ren a2351/tleft b2351/bleft a2352/tright b2352/bright
+load components/philo.ndr
+ren a2352/tleft b2352/bleft a2353/tright b2353/bright
+load components/philo.ndr
+ren a2353/tleft b2353/bleft a2354/tright b2354/bright
+load components/philo.ndr
+ren a2354/tleft b2354/bleft a2355/tright b2355/bright
+load components/philo.ndr
+ren a2355/tleft b2355/bleft a2356/tright b2356/bright
+load components/philo.ndr
+ren a2356/tleft b2356/bleft a2357/tright b2357/bright
+load components/philo.ndr
+ren a2357/tleft b2357/bleft a2358/tright b2358/bright
+load components/philo.ndr
+ren a2358/tleft b2358/bleft a2359/tright b2359/bright
+load components/philo.ndr
+ren a2359/tleft b2359/bleft a2360/tright b2360/bright
+load components/philo.ndr
+ren a2360/tleft b2360/bleft a2361/tright b2361/bright
+load components/philo.ndr
+ren a2361/tleft b2361/bleft a2362/tright b2362/bright
+load components/philo.ndr
+ren a2362/tleft b2362/bleft a2363/tright b2363/bright
+load components/philo.ndr
+ren a2363/tleft b2363/bleft a2364/tright b2364/bright
+load components/philo.ndr
+ren a2364/tleft b2364/bleft a2365/tright b2365/bright
+load components/philo.ndr
+ren a2365/tleft b2365/bleft a2366/tright b2366/bright
+load components/philo.ndr
+ren a2366/tleft b2366/bleft a2367/tright b2367/bright
+load components/philo.ndr
+ren a2367/tleft b2367/bleft a2368/tright b2368/bright
+load components/philo.ndr
+ren a2368/tleft b2368/bleft a2369/tright b2369/bright
+load components/philo.ndr
+ren a2369/tleft b2369/bleft a2370/tright b2370/bright
+load components/philo.ndr
+ren a2370/tleft b2370/bleft a2371/tright b2371/bright
+load components/philo.ndr
+ren a2371/tleft b2371/bleft a2372/tright b2372/bright
+load components/philo.ndr
+ren a2372/tleft b2372/bleft a2373/tright b2373/bright
+load components/philo.ndr
+ren a2373/tleft b2373/bleft a2374/tright b2374/bright
+load components/philo.ndr
+ren a2374/tleft b2374/bleft a2375/tright b2375/bright
+load components/philo.ndr
+ren a2375/tleft b2375/bleft a2376/tright b2376/bright
+load components/philo.ndr
+ren a2376/tleft b2376/bleft a2377/tright b2377/bright
+load components/philo.ndr
+ren a2377/tleft b2377/bleft a2378/tright b2378/bright
+load components/philo.ndr
+ren a2378/tleft b2378/bleft a2379/tright b2379/bright
+load components/philo.ndr
+ren a2379/tleft b2379/bleft a2380/tright b2380/bright
+load components/philo.ndr
+ren a2380/tleft b2380/bleft a2381/tright b2381/bright
+load components/philo.ndr
+ren a2381/tleft b2381/bleft a2382/tright b2382/bright
+load components/philo.ndr
+ren a2382/tleft b2382/bleft a2383/tright b2383/bright
+load components/philo.ndr
+ren a2383/tleft b2383/bleft a2384/tright b2384/bright
+load components/philo.ndr
+ren a2384/tleft b2384/bleft a2385/tright b2385/bright
+load components/philo.ndr
+ren a2385/tleft b2385/bleft a2386/tright b2386/bright
+load components/philo.ndr
+ren a2386/tleft b2386/bleft a2387/tright b2387/bright
+load components/philo.ndr
+ren a2387/tleft b2387/bleft a2388/tright b2388/bright
+load components/philo.ndr
+ren a2388/tleft b2388/bleft a2389/tright b2389/bright
+load components/philo.ndr
+ren a2389/tleft b2389/bleft a2390/tright b2390/bright
+load components/philo.ndr
+ren a2390/tleft b2390/bleft a2391/tright b2391/bright
+load components/philo.ndr
+ren a2391/tleft b2391/bleft a2392/tright b2392/bright
+load components/philo.ndr
+ren a2392/tleft b2392/bleft a2393/tright b2393/bright
+load components/philo.ndr
+ren a2393/tleft b2393/bleft a2394/tright b2394/bright
+load components/philo.ndr
+ren a2394/tleft b2394/bleft a2395/tright b2395/bright
+load components/philo.ndr
+ren a2395/tleft b2395/bleft a2396/tright b2396/bright
+load components/philo.ndr
+ren a2396/tleft b2396/bleft a2397/tright b2397/bright
+load components/philo.ndr
+ren a2397/tleft b2397/bleft a2398/tright b2398/bright
+load components/philo.ndr
+ren a2398/tleft b2398/bleft a2399/tright b2399/bright
+load components/philo.ndr
+ren a2399/tleft b2399/bleft a2400/tright b2400/bright
+load components/philo.ndr
+ren a2400/tleft b2400/bleft a2401/tright b2401/bright
+load components/philo.ndr
+ren a2401/tleft b2401/bleft a2402/tright b2402/bright
+load components/philo.ndr
+ren a2402/tleft b2402/bleft a2403/tright b2403/bright
+load components/philo.ndr
+ren a2403/tleft b2403/bleft a2404/tright b2404/bright
+load components/philo.ndr
+ren a2404/tleft b2404/bleft a2405/tright b2405/bright
+load components/philo.ndr
+ren a2405/tleft b2405/bleft a2406/tright b2406/bright
+load components/philo.ndr
+ren a2406/tleft b2406/bleft a2407/tright b2407/bright
+load components/philo.ndr
+ren a2407/tleft b2407/bleft a2408/tright b2408/bright
+load components/philo.ndr
+ren a2408/tleft b2408/bleft a2409/tright b2409/bright
+load components/philo.ndr
+ren a2409/tleft b2409/bleft a2410/tright b2410/bright
+load components/philo.ndr
+ren a2410/tleft b2410/bleft a2411/tright b2411/bright
+load components/philo.ndr
+ren a2411/tleft b2411/bleft a2412/tright b2412/bright
+load components/philo.ndr
+ren a2412/tleft b2412/bleft a2413/tright b2413/bright
+load components/philo.ndr
+ren a2413/tleft b2413/bleft a2414/tright b2414/bright
+load components/philo.ndr
+ren a2414/tleft b2414/bleft a2415/tright b2415/bright
+load components/philo.ndr
+ren a2415/tleft b2415/bleft a2416/tright b2416/bright
+load components/philo.ndr
+ren a2416/tleft b2416/bleft a2417/tright b2417/bright
+load components/philo.ndr
+ren a2417/tleft b2417/bleft a2418/tright b2418/bright
+load components/philo.ndr
+ren a2418/tleft b2418/bleft a2419/tright b2419/bright
+load components/philo.ndr
+ren a2419/tleft b2419/bleft a2420/tright b2420/bright
+load components/philo.ndr
+ren a2420/tleft b2420/bleft a2421/tright b2421/bright
+load components/philo.ndr
+ren a2421/tleft b2421/bleft a2422/tright b2422/bright
+load components/philo.ndr
+ren a2422/tleft b2422/bleft a2423/tright b2423/bright
+load components/philo.ndr
+ren a2423/tleft b2423/bleft a2424/tright b2424/bright
+load components/philo.ndr
+ren a2424/tleft b2424/bleft a2425/tright b2425/bright
+load components/philo.ndr
+ren a2425/tleft b2425/bleft a2426/tright b2426/bright
+load components/philo.ndr
+ren a2426/tleft b2426/bleft a2427/tright b2427/bright
+load components/philo.ndr
+ren a2427/tleft b2427/bleft a2428/tright b2428/bright
+load components/philo.ndr
+ren a2428/tleft b2428/bleft a2429/tright b2429/bright
+load components/philo.ndr
+ren a2429/tleft b2429/bleft a2430/tright b2430/bright
+load components/philo.ndr
+ren a2430/tleft b2430/bleft a2431/tright b2431/bright
+load components/philo.ndr
+ren a2431/tleft b2431/bleft a2432/tright b2432/bright
+load components/philo.ndr
+ren a2432/tleft b2432/bleft a2433/tright b2433/bright
+load components/philo.ndr
+ren a2433/tleft b2433/bleft a2434/tright b2434/bright
+load components/philo.ndr
+ren a2434/tleft b2434/bleft a2435/tright b2435/bright
+load components/philo.ndr
+ren a2435/tleft b2435/bleft a2436/tright b2436/bright
+load components/philo.ndr
+ren a2436/tleft b2436/bleft a2437/tright b2437/bright
+load components/philo.ndr
+ren a2437/tleft b2437/bleft a2438/tright b2438/bright
+load components/philo.ndr
+ren a2438/tleft b2438/bleft a2439/tright b2439/bright
+load components/philo.ndr
+ren a2439/tleft b2439/bleft a2440/tright b2440/bright
+load components/philo.ndr
+ren a2440/tleft b2440/bleft a2441/tright b2441/bright
+load components/philo.ndr
+ren a2441/tleft b2441/bleft a2442/tright b2442/bright
+load components/philo.ndr
+ren a2442/tleft b2442/bleft a2443/tright b2443/bright
+load components/philo.ndr
+ren a2443/tleft b2443/bleft a2444/tright b2444/bright
+load components/philo.ndr
+ren a2444/tleft b2444/bleft a2445/tright b2445/bright
+load components/philo.ndr
+ren a2445/tleft b2445/bleft a2446/tright b2446/bright
+load components/philo.ndr
+ren a2446/tleft b2446/bleft a2447/tright b2447/bright
+load components/philo.ndr
+ren a2447/tleft b2447/bleft a2448/tright b2448/bright
+load components/philo.ndr
+ren a2448/tleft b2448/bleft a2449/tright b2449/bright
+load components/philo.ndr
+ren a2449/tleft b2449/bleft a2450/tright b2450/bright
+load components/philo.ndr
+ren a2450/tleft b2450/bleft a2451/tright b2451/bright
+load components/philo.ndr
+ren a2451/tleft b2451/bleft a2452/tright b2452/bright
+load components/philo.ndr
+ren a2452/tleft b2452/bleft a2453/tright b2453/bright
+load components/philo.ndr
+ren a2453/tleft b2453/bleft a2454/tright b2454/bright
+load components/philo.ndr
+ren a2454/tleft b2454/bleft a2455/tright b2455/bright
+load components/philo.ndr
+ren a2455/tleft b2455/bleft a2456/tright b2456/bright
+load components/philo.ndr
+ren a2456/tleft b2456/bleft a2457/tright b2457/bright
+load components/philo.ndr
+ren a2457/tleft b2457/bleft a2458/tright b2458/bright
+load components/philo.ndr
+ren a2458/tleft b2458/bleft a2459/tright b2459/bright
+load components/philo.ndr
+ren a2459/tleft b2459/bleft a2460/tright b2460/bright
+load components/philo.ndr
+ren a2460/tleft b2460/bleft a2461/tright b2461/bright
+load components/philo.ndr
+ren a2461/tleft b2461/bleft a2462/tright b2462/bright
+load components/philo.ndr
+ren a2462/tleft b2462/bleft a2463/tright b2463/bright
+load components/philo.ndr
+ren a2463/tleft b2463/bleft a2464/tright b2464/bright
+load components/philo.ndr
+ren a2464/tleft b2464/bleft a2465/tright b2465/bright
+load components/philo.ndr
+ren a2465/tleft b2465/bleft a2466/tright b2466/bright
+load components/philo.ndr
+ren a2466/tleft b2466/bleft a2467/tright b2467/bright
+load components/philo.ndr
+ren a2467/tleft b2467/bleft a2468/tright b2468/bright
+load components/philo.ndr
+ren a2468/tleft b2468/bleft a2469/tright b2469/bright
+load components/philo.ndr
+ren a2469/tleft b2469/bleft a2470/tright b2470/bright
+load components/philo.ndr
+ren a2470/tleft b2470/bleft a2471/tright b2471/bright
+load components/philo.ndr
+ren a2471/tleft b2471/bleft a2472/tright b2472/bright
+load components/philo.ndr
+ren a2472/tleft b2472/bleft a2473/tright b2473/bright
+load components/philo.ndr
+ren a2473/tleft b2473/bleft a2474/tright b2474/bright
+load components/philo.ndr
+ren a2474/tleft b2474/bleft a2475/tright b2475/bright
+load components/philo.ndr
+ren a2475/tleft b2475/bleft a2476/tright b2476/bright
+load components/philo.ndr
+ren a2476/tleft b2476/bleft a2477/tright b2477/bright
+load components/philo.ndr
+ren a2477/tleft b2477/bleft a2478/tright b2478/bright
+load components/philo.ndr
+ren a2478/tleft b2478/bleft a2479/tright b2479/bright
+load components/philo.ndr
+ren a2479/tleft b2479/bleft a2480/tright b2480/bright
+load components/philo.ndr
+ren a2480/tleft b2480/bleft a2481/tright b2481/bright
+load components/philo.ndr
+ren a2481/tleft b2481/bleft a2482/tright b2482/bright
+load components/philo.ndr
+ren a2482/tleft b2482/bleft a2483/tright b2483/bright
+load components/philo.ndr
+ren a2483/tleft b2483/bleft a2484/tright b2484/bright
+load components/philo.ndr
+ren a2484/tleft b2484/bleft a2485/tright b2485/bright
+load components/philo.ndr
+ren a2485/tleft b2485/bleft a2486/tright b2486/bright
+load components/philo.ndr
+ren a2486/tleft b2486/bleft a2487/tright b2487/bright
+load components/philo.ndr
+ren a2487/tleft b2487/bleft a2488/tright b2488/bright
+load components/philo.ndr
+ren a2488/tleft b2488/bleft a2489/tright b2489/bright
+load components/philo.ndr
+ren a2489/tleft b2489/bleft a2490/tright b2490/bright
+load components/philo.ndr
+ren a2490/tleft b2490/bleft a2491/tright b2491/bright
+load components/philo.ndr
+ren a2491/tleft b2491/bleft a2492/tright b2492/bright
+load components/philo.ndr
+ren a2492/tleft b2492/bleft a2493/tright b2493/bright
+load components/philo.ndr
+ren a2493/tleft b2493/bleft a2494/tright b2494/bright
+load components/philo.ndr
+ren a2494/tleft b2494/bleft a2495/tright b2495/bright
+load components/philo.ndr
+ren a2495/tleft b2495/bleft a2496/tright b2496/bright
+load components/philo.ndr
+ren a2496/tleft b2496/bleft a2497/tright b2497/bright
+load components/philo.ndr
+ren a2497/tleft b2497/bleft a2498/tright b2498/bright
+load components/philo.ndr
+ren a2498/tleft b2498/bleft a2499/tright b2499/bright
+load components/philo.ndr
+ren a2499/tleft b2499/bleft a2500/tright b2500/bright
+load components/philo.ndr
+ren a2500/tleft b2500/bleft a2501/tright b2501/bright
+load components/philo.ndr
+ren a2501/tleft b2501/bleft a2502/tright b2502/bright
+load components/philo.ndr
+ren a2502/tleft b2502/bleft a2503/tright b2503/bright
+load components/philo.ndr
+ren a2503/tleft b2503/bleft a2504/tright b2504/bright
+load components/philo.ndr
+ren a2504/tleft b2504/bleft a2505/tright b2505/bright
+load components/philo.ndr
+ren a2505/tleft b2505/bleft a2506/tright b2506/bright
+load components/philo.ndr
+ren a2506/tleft b2506/bleft a2507/tright b2507/bright
+load components/philo.ndr
+ren a2507/tleft b2507/bleft a2508/tright b2508/bright
+load components/philo.ndr
+ren a2508/tleft b2508/bleft a2509/tright b2509/bright
+load components/philo.ndr
+ren a2509/tleft b2509/bleft a2510/tright b2510/bright
+load components/philo.ndr
+ren a2510/tleft b2510/bleft a2511/tright b2511/bright
+load components/philo.ndr
+ren a2511/tleft b2511/bleft a2512/tright b2512/bright
+load components/philo.ndr
+ren a2512/tleft b2512/bleft a2513/tright b2513/bright
+load components/philo.ndr
+ren a2513/tleft b2513/bleft a2514/tright b2514/bright
+load components/philo.ndr
+ren a2514/tleft b2514/bleft a2515/tright b2515/bright
+load components/philo.ndr
+ren a2515/tleft b2515/bleft a2516/tright b2516/bright
+load components/philo.ndr
+ren a2516/tleft b2516/bleft a2517/tright b2517/bright
+load components/philo.ndr
+ren a2517/tleft b2517/bleft a2518/tright b2518/bright
+load components/philo.ndr
+ren a2518/tleft b2518/bleft a2519/tright b2519/bright
+load components/philo.ndr
+ren a2519/tleft b2519/bleft a2520/tright b2520/bright
+load components/philo.ndr
+ren a2520/tleft b2520/bleft a2521/tright b2521/bright
+load components/philo.ndr
+ren a2521/tleft b2521/bleft a2522/tright b2522/bright
+load components/philo.ndr
+ren a2522/tleft b2522/bleft a2523/tright b2523/bright
+load components/philo.ndr
+ren a2523/tleft b2523/bleft a2524/tright b2524/bright
+load components/philo.ndr
+ren a2524/tleft b2524/bleft a2525/tright b2525/bright
+load components/philo.ndr
+ren a2525/tleft b2525/bleft a2526/tright b2526/bright
+load components/philo.ndr
+ren a2526/tleft b2526/bleft a2527/tright b2527/bright
+load components/philo.ndr
+ren a2527/tleft b2527/bleft a2528/tright b2528/bright
+load components/philo.ndr
+ren a2528/tleft b2528/bleft a2529/tright b2529/bright
+load components/philo.ndr
+ren a2529/tleft b2529/bleft a2530/tright b2530/bright
+load components/philo.ndr
+ren a2530/tleft b2530/bleft a2531/tright b2531/bright
+load components/philo.ndr
+ren a2531/tleft b2531/bleft a2532/tright b2532/bright
+load components/philo.ndr
+ren a2532/tleft b2532/bleft a2533/tright b2533/bright
+load components/philo.ndr
+ren a2533/tleft b2533/bleft a2534/tright b2534/bright
+load components/philo.ndr
+ren a2534/tleft b2534/bleft a2535/tright b2535/bright
+load components/philo.ndr
+ren a2535/tleft b2535/bleft a2536/tright b2536/bright
+load components/philo.ndr
+ren a2536/tleft b2536/bleft a2537/tright b2537/bright
+load components/philo.ndr
+ren a2537/tleft b2537/bleft a2538/tright b2538/bright
+load components/philo.ndr
+ren a2538/tleft b2538/bleft a2539/tright b2539/bright
+load components/philo.ndr
+ren a2539/tleft b2539/bleft a2540/tright b2540/bright
+load components/philo.ndr
+ren a2540/tleft b2540/bleft a2541/tright b2541/bright
+load components/philo.ndr
+ren a2541/tleft b2541/bleft a2542/tright b2542/bright
+load components/philo.ndr
+ren a2542/tleft b2542/bleft a2543/tright b2543/bright
+load components/philo.ndr
+ren a2543/tleft b2543/bleft a2544/tright b2544/bright
+load components/philo.ndr
+ren a2544/tleft b2544/bleft a2545/tright b2545/bright
+load components/philo.ndr
+ren a2545/tleft b2545/bleft a2546/tright b2546/bright
+load components/philo.ndr
+ren a2546/tleft b2546/bleft a2547/tright b2547/bright
+load components/philo.ndr
+ren a2547/tleft b2547/bleft a2548/tright b2548/bright
+load components/philo.ndr
+ren a2548/tleft b2548/bleft a2549/tright b2549/bright
+load components/philo.ndr
+ren a2549/tleft b2549/bleft a2550/tright b2550/bright
+load components/philo.ndr
+ren a2550/tleft b2550/bleft a2551/tright b2551/bright
+load components/philo.ndr
+ren a2551/tleft b2551/bleft a2552/tright b2552/bright
+load components/philo.ndr
+ren a2552/tleft b2552/bleft a2553/tright b2553/bright
+load components/philo.ndr
+ren a2553/tleft b2553/bleft a2554/tright b2554/bright
+load components/philo.ndr
+ren a2554/tleft b2554/bleft a2555/tright b2555/bright
+load components/philo.ndr
+ren a2555/tleft b2555/bleft a2556/tright b2556/bright
+load components/philo.ndr
+ren a2556/tleft b2556/bleft a2557/tright b2557/bright
+load components/philo.ndr
+ren a2557/tleft b2557/bleft a2558/tright b2558/bright
+load components/philo.ndr
+ren a2558/tleft b2558/bleft a2559/tright b2559/bright
+load components/philo.ndr
+ren a2559/tleft b2559/bleft a2560/tright b2560/bright
+load components/philo.ndr
+ren a2560/tleft b2560/bleft a2561/tright b2561/bright
+load components/philo.ndr
+ren a2561/tleft b2561/bleft a2562/tright b2562/bright
+load components/philo.ndr
+ren a2562/tleft b2562/bleft a2563/tright b2563/bright
+load components/philo.ndr
+ren a2563/tleft b2563/bleft a2564/tright b2564/bright
+load components/philo.ndr
+ren a2564/tleft b2564/bleft a2565/tright b2565/bright
+load components/philo.ndr
+ren a2565/tleft b2565/bleft a2566/tright b2566/bright
+load components/philo.ndr
+ren a2566/tleft b2566/bleft a2567/tright b2567/bright
+load components/philo.ndr
+ren a2567/tleft b2567/bleft a2568/tright b2568/bright
+load components/philo.ndr
+ren a2568/tleft b2568/bleft a2569/tright b2569/bright
+load components/philo.ndr
+ren a2569/tleft b2569/bleft a2570/tright b2570/bright
+load components/philo.ndr
+ren a2570/tleft b2570/bleft a2571/tright b2571/bright
+load components/philo.ndr
+ren a2571/tleft b2571/bleft a2572/tright b2572/bright
+load components/philo.ndr
+ren a2572/tleft b2572/bleft a2573/tright b2573/bright
+load components/philo.ndr
+ren a2573/tleft b2573/bleft a2574/tright b2574/bright
+load components/philo.ndr
+ren a2574/tleft b2574/bleft a2575/tright b2575/bright
+load components/philo.ndr
+ren a2575/tleft b2575/bleft a2576/tright b2576/bright
+load components/philo.ndr
+ren a2576/tleft b2576/bleft a2577/tright b2577/bright
+load components/philo.ndr
+ren a2577/tleft b2577/bleft a2578/tright b2578/bright
+load components/philo.ndr
+ren a2578/tleft b2578/bleft a2579/tright b2579/bright
+load components/philo.ndr
+ren a2579/tleft b2579/bleft a2580/tright b2580/bright
+load components/philo.ndr
+ren a2580/tleft b2580/bleft a2581/tright b2581/bright
+load components/philo.ndr
+ren a2581/tleft b2581/bleft a2582/tright b2582/bright
+load components/philo.ndr
+ren a2582/tleft b2582/bleft a2583/tright b2583/bright
+load components/philo.ndr
+ren a2583/tleft b2583/bleft a2584/tright b2584/bright
+load components/philo.ndr
+ren a2584/tleft b2584/bleft a2585/tright b2585/bright
+load components/philo.ndr
+ren a2585/tleft b2585/bleft a2586/tright b2586/bright
+load components/philo.ndr
+ren a2586/tleft b2586/bleft a2587/tright b2587/bright
+load components/philo.ndr
+ren a2587/tleft b2587/bleft a2588/tright b2588/bright
+load components/philo.ndr
+ren a2588/tleft b2588/bleft a2589/tright b2589/bright
+load components/philo.ndr
+ren a2589/tleft b2589/bleft a2590/tright b2590/bright
+load components/philo.ndr
+ren a2590/tleft b2590/bleft a2591/tright b2591/bright
+load components/philo.ndr
+ren a2591/tleft b2591/bleft a2592/tright b2592/bright
+load components/philo.ndr
+ren a2592/tleft b2592/bleft a2593/tright b2593/bright
+load components/philo.ndr
+ren a2593/tleft b2593/bleft a2594/tright b2594/bright
+load components/philo.ndr
+ren a2594/tleft b2594/bleft a2595/tright b2595/bright
+load components/philo.ndr
+ren a2595/tleft b2595/bleft a2596/tright b2596/bright
+load components/philo.ndr
+ren a2596/tleft b2596/bleft a2597/tright b2597/bright
+load components/philo.ndr
+ren a2597/tleft b2597/bleft a2598/tright b2598/bright
+load components/philo.ndr
+ren a2598/tleft b2598/bleft a2599/tright b2599/bright
+load components/philo.ndr
+ren a2599/tleft b2599/bleft a2600/tright b2600/bright
+load components/philo.ndr
+ren a2600/tleft b2600/bleft a2601/tright b2601/bright
+load components/philo.ndr
+ren a2601/tleft b2601/bleft a2602/tright b2602/bright
+load components/philo.ndr
+ren a2602/tleft b2602/bleft a2603/tright b2603/bright
+load components/philo.ndr
+ren a2603/tleft b2603/bleft a2604/tright b2604/bright
+load components/philo.ndr
+ren a2604/tleft b2604/bleft a2605/tright b2605/bright
+load components/philo.ndr
+ren a2605/tleft b2605/bleft a2606/tright b2606/bright
+load components/philo.ndr
+ren a2606/tleft b2606/bleft a2607/tright b2607/bright
+load components/philo.ndr
+ren a2607/tleft b2607/bleft a2608/tright b2608/bright
+load components/philo.ndr
+ren a2608/tleft b2608/bleft a2609/tright b2609/bright
+load components/philo.ndr
+ren a2609/tleft b2609/bleft a2610/tright b2610/bright
+load components/philo.ndr
+ren a2610/tleft b2610/bleft a2611/tright b2611/bright
+load components/philo.ndr
+ren a2611/tleft b2611/bleft a2612/tright b2612/bright
+load components/philo.ndr
+ren a2612/tleft b2612/bleft a2613/tright b2613/bright
+load components/philo.ndr
+ren a2613/tleft b2613/bleft a2614/tright b2614/bright
+load components/philo.ndr
+ren a2614/tleft b2614/bleft a2615/tright b2615/bright
+load components/philo.ndr
+ren a2615/tleft b2615/bleft a2616/tright b2616/bright
+load components/philo.ndr
+ren a2616/tleft b2616/bleft a2617/tright b2617/bright
+load components/philo.ndr
+ren a2617/tleft b2617/bleft a2618/tright b2618/bright
+load components/philo.ndr
+ren a2618/tleft b2618/bleft a2619/tright b2619/bright
+load components/philo.ndr
+ren a2619/tleft b2619/bleft a2620/tright b2620/bright
+load components/philo.ndr
+ren a2620/tleft b2620/bleft a2621/tright b2621/bright
+load components/philo.ndr
+ren a2621/tleft b2621/bleft a2622/tright b2622/bright
+load components/philo.ndr
+ren a2622/tleft b2622/bleft a2623/tright b2623/bright
+load components/philo.ndr
+ren a2623/tleft b2623/bleft a2624/tright b2624/bright
+load components/philo.ndr
+ren a2624/tleft b2624/bleft a2625/tright b2625/bright
+load components/philo.ndr
+ren a2625/tleft b2625/bleft a2626/tright b2626/bright
+load components/philo.ndr
+ren a2626/tleft b2626/bleft a2627/tright b2627/bright
+load components/philo.ndr
+ren a2627/tleft b2627/bleft a2628/tright b2628/bright
+load components/philo.ndr
+ren a2628/tleft b2628/bleft a2629/tright b2629/bright
+load components/philo.ndr
+ren a2629/tleft b2629/bleft a2630/tright b2630/bright
+load components/philo.ndr
+ren a2630/tleft b2630/bleft a2631/tright b2631/bright
+load components/philo.ndr
+ren a2631/tleft b2631/bleft a2632/tright b2632/bright
+load components/philo.ndr
+ren a2632/tleft b2632/bleft a2633/tright b2633/bright
+load components/philo.ndr
+ren a2633/tleft b2633/bleft a2634/tright b2634/bright
+load components/philo.ndr
+ren a2634/tleft b2634/bleft a2635/tright b2635/bright
+load components/philo.ndr
+ren a2635/tleft b2635/bleft a2636/tright b2636/bright
+load components/philo.ndr
+ren a2636/tleft b2636/bleft a2637/tright b2637/bright
+load components/philo.ndr
+ren a2637/tleft b2637/bleft a2638/tright b2638/bright
+load components/philo.ndr
+ren a2638/tleft b2638/bleft a2639/tright b2639/bright
+load components/philo.ndr
+ren a2639/tleft b2639/bleft a2640/tright b2640/bright
+load components/philo.ndr
+ren a2640/tleft b2640/bleft a2641/tright b2641/bright
+load components/philo.ndr
+ren a2641/tleft b2641/bleft a2642/tright b2642/bright
+load components/philo.ndr
+ren a2642/tleft b2642/bleft a2643/tright b2643/bright
+load components/philo.ndr
+ren a2643/tleft b2643/bleft a2644/tright b2644/bright
+load components/philo.ndr
+ren a2644/tleft b2644/bleft a2645/tright b2645/bright
+load components/philo.ndr
+ren a2645/tleft b2645/bleft a2646/tright b2646/bright
+load components/philo.ndr
+ren a2646/tleft b2646/bleft a2647/tright b2647/bright
+load components/philo.ndr
+ren a2647/tleft b2647/bleft a2648/tright b2648/bright
+load components/philo.ndr
+ren a2648/tleft b2648/bleft a2649/tright b2649/bright
+load components/philo.ndr
+ren a2649/tleft b2649/bleft a2650/tright b2650/bright
+load components/philo.ndr
+ren a2650/tleft b2650/bleft a2651/tright b2651/bright
+load components/philo.ndr
+ren a2651/tleft b2651/bleft a2652/tright b2652/bright
+load components/philo.ndr
+ren a2652/tleft b2652/bleft a2653/tright b2653/bright
+load components/philo.ndr
+ren a2653/tleft b2653/bleft a2654/tright b2654/bright
+load components/philo.ndr
+ren a2654/tleft b2654/bleft a2655/tright b2655/bright
+load components/philo.ndr
+ren a2655/tleft b2655/bleft a2656/tright b2656/bright
+load components/philo.ndr
+ren a2656/tleft b2656/bleft a2657/tright b2657/bright
+load components/philo.ndr
+ren a2657/tleft b2657/bleft a2658/tright b2658/bright
+load components/philo.ndr
+ren a2658/tleft b2658/bleft a2659/tright b2659/bright
+load components/philo.ndr
+ren a2659/tleft b2659/bleft a2660/tright b2660/bright
+load components/philo.ndr
+ren a2660/tleft b2660/bleft a2661/tright b2661/bright
+load components/philo.ndr
+ren a2661/tleft b2661/bleft a2662/tright b2662/bright
+load components/philo.ndr
+ren a2662/tleft b2662/bleft a2663/tright b2663/bright
+load components/philo.ndr
+ren a2663/tleft b2663/bleft a2664/tright b2664/bright
+load components/philo.ndr
+ren a2664/tleft b2664/bleft a2665/tright b2665/bright
+load components/philo.ndr
+ren a2665/tleft b2665/bleft a2666/tright b2666/bright
+load components/philo.ndr
+ren a2666/tleft b2666/bleft a2667/tright b2667/bright
+load components/philo.ndr
+ren a2667/tleft b2667/bleft a2668/tright b2668/bright
+load components/philo.ndr
+ren a2668/tleft b2668/bleft a2669/tright b2669/bright
+load components/philo.ndr
+ren a2669/tleft b2669/bleft a2670/tright b2670/bright
+load components/philo.ndr
+ren a2670/tleft b2670/bleft a2671/tright b2671/bright
+load components/philo.ndr
+ren a2671/tleft b2671/bleft a2672/tright b2672/bright
+load components/philo.ndr
+ren a2672/tleft b2672/bleft a2673/tright b2673/bright
+load components/philo.ndr
+ren a2673/tleft b2673/bleft a2674/tright b2674/bright
+load components/philo.ndr
+ren a2674/tleft b2674/bleft a2675/tright b2675/bright
+load components/philo.ndr
+ren a2675/tleft b2675/bleft a2676/tright b2676/bright
+load components/philo.ndr
+ren a2676/tleft b2676/bleft a2677/tright b2677/bright
+load components/philo.ndr
+ren a2677/tleft b2677/bleft a2678/tright b2678/bright
+load components/philo.ndr
+ren a2678/tleft b2678/bleft a2679/tright b2679/bright
+load components/philo.ndr
+ren a2679/tleft b2679/bleft a2680/tright b2680/bright
+load components/philo.ndr
+ren a2680/tleft b2680/bleft a2681/tright b2681/bright
+load components/philo.ndr
+ren a2681/tleft b2681/bleft a2682/tright b2682/bright
+load components/philo.ndr
+ren a2682/tleft b2682/bleft a2683/tright b2683/bright
+load components/philo.ndr
+ren a2683/tleft b2683/bleft a2684/tright b2684/bright
+load components/philo.ndr
+ren a2684/tleft b2684/bleft a2685/tright b2685/bright
+load components/philo.ndr
+ren a2685/tleft b2685/bleft a2686/tright b2686/bright
+load components/philo.ndr
+ren a2686/tleft b2686/bleft a2687/tright b2687/bright
+load components/philo.ndr
+ren a2687/tleft b2687/bleft a2688/tright b2688/bright
+load components/philo.ndr
+ren a2688/tleft b2688/bleft a2689/tright b2689/bright
+load components/philo.ndr
+ren a2689/tleft b2689/bleft a2690/tright b2690/bright
+load components/philo.ndr
+ren a2690/tleft b2690/bleft a2691/tright b2691/bright
+load components/philo.ndr
+ren a2691/tleft b2691/bleft a2692/tright b2692/bright
+load components/philo.ndr
+ren a2692/tleft b2692/bleft a2693/tright b2693/bright
+load components/philo.ndr
+ren a2693/tleft b2693/bleft a2694/tright b2694/bright
+load components/philo.ndr
+ren a2694/tleft b2694/bleft a2695/tright b2695/bright
+load components/philo.ndr
+ren a2695/tleft b2695/bleft a2696/tright b2696/bright
+load components/philo.ndr
+ren a2696/tleft b2696/bleft a2697/tright b2697/bright
+load components/philo.ndr
+ren a2697/tleft b2697/bleft a2698/tright b2698/bright
+load components/philo.ndr
+ren a2698/tleft b2698/bleft a2699/tright b2699/bright
+load components/philo.ndr
+ren a2699/tleft b2699/bleft a2700/tright b2700/bright
+load components/philo.ndr
+ren a2700/tleft b2700/bleft a2701/tright b2701/bright
+load components/philo.ndr
+ren a2701/tleft b2701/bleft a2702/tright b2702/bright
+load components/philo.ndr
+ren a2702/tleft b2702/bleft a2703/tright b2703/bright
+load components/philo.ndr
+ren a2703/tleft b2703/bleft a2704/tright b2704/bright
+load components/philo.ndr
+ren a2704/tleft b2704/bleft a2705/tright b2705/bright
+load components/philo.ndr
+ren a2705/tleft b2705/bleft a2706/tright b2706/bright
+load components/philo.ndr
+ren a2706/tleft b2706/bleft a2707/tright b2707/bright
+load components/philo.ndr
+ren a2707/tleft b2707/bleft a2708/tright b2708/bright
+load components/philo.ndr
+ren a2708/tleft b2708/bleft a2709/tright b2709/bright
+load components/philo.ndr
+ren a2709/tleft b2709/bleft a2710/tright b2710/bright
+load components/philo.ndr
+ren a2710/tleft b2710/bleft a2711/tright b2711/bright
+load components/philo.ndr
+ren a2711/tleft b2711/bleft a2712/tright b2712/bright
+load components/philo.ndr
+ren a2712/tleft b2712/bleft a2713/tright b2713/bright
+load components/philo.ndr
+ren a2713/tleft b2713/bleft a2714/tright b2714/bright
+load components/philo.ndr
+ren a2714/tleft b2714/bleft a2715/tright b2715/bright
+load components/philo.ndr
+ren a2715/tleft b2715/bleft a2716/tright b2716/bright
+load components/philo.ndr
+ren a2716/tleft b2716/bleft a2717/tright b2717/bright
+load components/philo.ndr
+ren a2717/tleft b2717/bleft a2718/tright b2718/bright
+load components/philo.ndr
+ren a2718/tleft b2718/bleft a2719/tright b2719/bright
+load components/philo.ndr
+ren a2719/tleft b2719/bleft a2720/tright b2720/bright
+load components/philo.ndr
+ren a2720/tleft b2720/bleft a2721/tright b2721/bright
+load components/philo.ndr
+ren a2721/tleft b2721/bleft a2722/tright b2722/bright
+load components/philo.ndr
+ren a2722/tleft b2722/bleft a2723/tright b2723/bright
+load components/philo.ndr
+ren a2723/tleft b2723/bleft a2724/tright b2724/bright
+load components/philo.ndr
+ren a2724/tleft b2724/bleft a2725/tright b2725/bright
+load components/philo.ndr
+ren a2725/tleft b2725/bleft a2726/tright b2726/bright
+load components/philo.ndr
+ren a2726/tleft b2726/bleft a2727/tright b2727/bright
+load components/philo.ndr
+ren a2727/tleft b2727/bleft a2728/tright b2728/bright
+load components/philo.ndr
+ren a2728/tleft b2728/bleft a2729/tright b2729/bright
+load components/philo.ndr
+ren a2729/tleft b2729/bleft a2730/tright b2730/bright
+load components/philo.ndr
+ren a2730/tleft b2730/bleft a2731/tright b2731/bright
+load components/philo.ndr
+ren a2731/tleft b2731/bleft a2732/tright b2732/bright
+load components/philo.ndr
+ren a2732/tleft b2732/bleft a2733/tright b2733/bright
+load components/philo.ndr
+ren a2733/tleft b2733/bleft a2734/tright b2734/bright
+load components/philo.ndr
+ren a2734/tleft b2734/bleft a2735/tright b2735/bright
+load components/philo.ndr
+ren a2735/tleft b2735/bleft a2736/tright b2736/bright
+load components/philo.ndr
+ren a2736/tleft b2736/bleft a2737/tright b2737/bright
+load components/philo.ndr
+ren a2737/tleft b2737/bleft a2738/tright b2738/bright
+load components/philo.ndr
+ren a2738/tleft b2738/bleft a2739/tright b2739/bright
+load components/philo.ndr
+ren a2739/tleft b2739/bleft a2740/tright b2740/bright
+load components/philo.ndr
+ren a2740/tleft b2740/bleft a2741/tright b2741/bright
+load components/philo.ndr
+ren a2741/tleft b2741/bleft a2742/tright b2742/bright
+load components/philo.ndr
+ren a2742/tleft b2742/bleft a2743/tright b2743/bright
+load components/philo.ndr
+ren a2743/tleft b2743/bleft a2744/tright b2744/bright
+load components/philo.ndr
+ren a2744/tleft b2744/bleft a2745/tright b2745/bright
+load components/philo.ndr
+ren a2745/tleft b2745/bleft a2746/tright b2746/bright
+load components/philo.ndr
+ren a2746/tleft b2746/bleft a2747/tright b2747/bright
+load components/philo.ndr
+ren a2747/tleft b2747/bleft a2748/tright b2748/bright
+load components/philo.ndr
+ren a2748/tleft b2748/bleft a2749/tright b2749/bright
+load components/philo.ndr
+ren a2749/tleft b2749/bleft a2750/tright b2750/bright
+load components/philo.ndr
+ren a2750/tleft b2750/bleft a2751/tright b2751/bright
+load components/philo.ndr
+ren a2751/tleft b2751/bleft a2752/tright b2752/bright
+load components/philo.ndr
+ren a2752/tleft b2752/bleft a2753/tright b2753/bright
+load components/philo.ndr
+ren a2753/tleft b2753/bleft a2754/tright b2754/bright
+load components/philo.ndr
+ren a2754/tleft b2754/bleft a2755/tright b2755/bright
+load components/philo.ndr
+ren a2755/tleft b2755/bleft a2756/tright b2756/bright
+load components/philo.ndr
+ren a2756/tleft b2756/bleft a2757/tright b2757/bright
+load components/philo.ndr
+ren a2757/tleft b2757/bleft a2758/tright b2758/bright
+load components/philo.ndr
+ren a2758/tleft b2758/bleft a2759/tright b2759/bright
+load components/philo.ndr
+ren a2759/tleft b2759/bleft a2760/tright b2760/bright
+load components/philo.ndr
+ren a2760/tleft b2760/bleft a2761/tright b2761/bright
+load components/philo.ndr
+ren a2761/tleft b2761/bleft a2762/tright b2762/bright
+load components/philo.ndr
+ren a2762/tleft b2762/bleft a2763/tright b2763/bright
+load components/philo.ndr
+ren a2763/tleft b2763/bleft a2764/tright b2764/bright
+load components/philo.ndr
+ren a2764/tleft b2764/bleft a2765/tright b2765/bright
+load components/philo.ndr
+ren a2765/tleft b2765/bleft a2766/tright b2766/bright
+load components/philo.ndr
+ren a2766/tleft b2766/bleft a2767/tright b2767/bright
+load components/philo.ndr
+ren a2767/tleft b2767/bleft a2768/tright b2768/bright
+load components/philo.ndr
+ren a2768/tleft b2768/bleft a2769/tright b2769/bright
+load components/philo.ndr
+ren a2769/tleft b2769/bleft a2770/tright b2770/bright
+load components/philo.ndr
+ren a2770/tleft b2770/bleft a2771/tright b2771/bright
+load components/philo.ndr
+ren a2771/tleft b2771/bleft a2772/tright b2772/bright
+load components/philo.ndr
+ren a2772/tleft b2772/bleft a2773/tright b2773/bright
+load components/philo.ndr
+ren a2773/tleft b2773/bleft a2774/tright b2774/bright
+load components/philo.ndr
+ren a2774/tleft b2774/bleft a2775/tright b2775/bright
+load components/philo.ndr
+ren a2775/tleft b2775/bleft a2776/tright b2776/bright
+load components/philo.ndr
+ren a2776/tleft b2776/bleft a2777/tright b2777/bright
+load components/philo.ndr
+ren a2777/tleft b2777/bleft a2778/tright b2778/bright
+load components/philo.ndr
+ren a2778/tleft b2778/bleft a2779/tright b2779/bright
+load components/philo.ndr
+ren a2779/tleft b2779/bleft a2780/tright b2780/bright
+load components/philo.ndr
+ren a2780/tleft b2780/bleft a2781/tright b2781/bright
+load components/philo.ndr
+ren a2781/tleft b2781/bleft a2782/tright b2782/bright
+load components/philo.ndr
+ren a2782/tleft b2782/bleft a2783/tright b2783/bright
+load components/philo.ndr
+ren a2783/tleft b2783/bleft a2784/tright b2784/bright
+load components/philo.ndr
+ren a2784/tleft b2784/bleft a2785/tright b2785/bright
+load components/philo.ndr
+ren a2785/tleft b2785/bleft a2786/tright b2786/bright
+load components/philo.ndr
+ren a2786/tleft b2786/bleft a2787/tright b2787/bright
+load components/philo.ndr
+ren a2787/tleft b2787/bleft a2788/tright b2788/bright
+load components/philo.ndr
+ren a2788/tleft b2788/bleft a2789/tright b2789/bright
+load components/philo.ndr
+ren a2789/tleft b2789/bleft a2790/tright b2790/bright
+load components/philo.ndr
+ren a2790/tleft b2790/bleft a2791/tright b2791/bright
+load components/philo.ndr
+ren a2791/tleft b2791/bleft a2792/tright b2792/bright
+load components/philo.ndr
+ren a2792/tleft b2792/bleft a2793/tright b2793/bright
+load components/philo.ndr
+ren a2793/tleft b2793/bleft a2794/tright b2794/bright
+load components/philo.ndr
+ren a2794/tleft b2794/bleft a2795/tright b2795/bright
+load components/philo.ndr
+ren a2795/tleft b2795/bleft a2796/tright b2796/bright
+load components/philo.ndr
+ren a2796/tleft b2796/bleft a2797/tright b2797/bright
+load components/philo.ndr
+ren a2797/tleft b2797/bleft a2798/tright b2798/bright
+load components/philo.ndr
+ren a2798/tleft b2798/bleft a2799/tright b2799/bright
+load components/philo.ndr
+ren a2799/tleft b2799/bleft a2800/tright b2800/bright
+load components/philo.ndr
+ren a2800/tleft b2800/bleft a2801/tright b2801/bright
+load components/philo.ndr
+ren a2801/tleft b2801/bleft a2802/tright b2802/bright
+load components/philo.ndr
+ren a2802/tleft b2802/bleft a2803/tright b2803/bright
+load components/philo.ndr
+ren a2803/tleft b2803/bleft a2804/tright b2804/bright
+load components/philo.ndr
+ren a2804/tleft b2804/bleft a2805/tright b2805/bright
+load components/philo.ndr
+ren a2805/tleft b2805/bleft a2806/tright b2806/bright
+load components/philo.ndr
+ren a2806/tleft b2806/bleft a2807/tright b2807/bright
+load components/philo.ndr
+ren a2807/tleft b2807/bleft a2808/tright b2808/bright
+load components/philo.ndr
+ren a2808/tleft b2808/bleft a2809/tright b2809/bright
+load components/philo.ndr
+ren a2809/tleft b2809/bleft a2810/tright b2810/bright
+load components/philo.ndr
+ren a2810/tleft b2810/bleft a2811/tright b2811/bright
+load components/philo.ndr
+ren a2811/tleft b2811/bleft a2812/tright b2812/bright
+load components/philo.ndr
+ren a2812/tleft b2812/bleft a2813/tright b2813/bright
+load components/philo.ndr
+ren a2813/tleft b2813/bleft a2814/tright b2814/bright
+load components/philo.ndr
+ren a2814/tleft b2814/bleft a2815/tright b2815/bright
+load components/philo.ndr
+ren a2815/tleft b2815/bleft a2816/tright b2816/bright
+load components/philo.ndr
+ren a2816/tleft b2816/bleft a2817/tright b2817/bright
+load components/philo.ndr
+ren a2817/tleft b2817/bleft a2818/tright b2818/bright
+load components/philo.ndr
+ren a2818/tleft b2818/bleft a2819/tright b2819/bright
+load components/philo.ndr
+ren a2819/tleft b2819/bleft a2820/tright b2820/bright
+load components/philo.ndr
+ren a2820/tleft b2820/bleft a2821/tright b2821/bright
+load components/philo.ndr
+ren a2821/tleft b2821/bleft a2822/tright b2822/bright
+load components/philo.ndr
+ren a2822/tleft b2822/bleft a2823/tright b2823/bright
+load components/philo.ndr
+ren a2823/tleft b2823/bleft a2824/tright b2824/bright
+load components/philo.ndr
+ren a2824/tleft b2824/bleft a2825/tright b2825/bright
+load components/philo.ndr
+ren a2825/tleft b2825/bleft a2826/tright b2826/bright
+load components/philo.ndr
+ren a2826/tleft b2826/bleft a2827/tright b2827/bright
+load components/philo.ndr
+ren a2827/tleft b2827/bleft a2828/tright b2828/bright
+load components/philo.ndr
+ren a2828/tleft b2828/bleft a2829/tright b2829/bright
+load components/philo.ndr
+ren a2829/tleft b2829/bleft a2830/tright b2830/bright
+load components/philo.ndr
+ren a2830/tleft b2830/bleft a2831/tright b2831/bright
+load components/philo.ndr
+ren a2831/tleft b2831/bleft a2832/tright b2832/bright
+load components/philo.ndr
+ren a2832/tleft b2832/bleft a2833/tright b2833/bright
+load components/philo.ndr
+ren a2833/tleft b2833/bleft a2834/tright b2834/bright
+load components/philo.ndr
+ren a2834/tleft b2834/bleft a2835/tright b2835/bright
+load components/philo.ndr
+ren a2835/tleft b2835/bleft a2836/tright b2836/bright
+load components/philo.ndr
+ren a2836/tleft b2836/bleft a2837/tright b2837/bright
+load components/philo.ndr
+ren a2837/tleft b2837/bleft a2838/tright b2838/bright
+load components/philo.ndr
+ren a2838/tleft b2838/bleft a2839/tright b2839/bright
+load components/philo.ndr
+ren a2839/tleft b2839/bleft a2840/tright b2840/bright
+load components/philo.ndr
+ren a2840/tleft b2840/bleft a2841/tright b2841/bright
+load components/philo.ndr
+ren a2841/tleft b2841/bleft a2842/tright b2842/bright
+load components/philo.ndr
+ren a2842/tleft b2842/bleft a2843/tright b2843/bright
+load components/philo.ndr
+ren a2843/tleft b2843/bleft a2844/tright b2844/bright
+load components/philo.ndr
+ren a2844/tleft b2844/bleft a2845/tright b2845/bright
+load components/philo.ndr
+ren a2845/tleft b2845/bleft a2846/tright b2846/bright
+load components/philo.ndr
+ren a2846/tleft b2846/bleft a2847/tright b2847/bright
+load components/philo.ndr
+ren a2847/tleft b2847/bleft a2848/tright b2848/bright
+load components/philo.ndr
+ren a2848/tleft b2848/bleft a2849/tright b2849/bright
+load components/philo.ndr
+ren a2849/tleft b2849/bleft a2850/tright b2850/bright
+load components/philo.ndr
+ren a2850/tleft b2850/bleft a2851/tright b2851/bright
+load components/philo.ndr
+ren a2851/tleft b2851/bleft a2852/tright b2852/bright
+load components/philo.ndr
+ren a2852/tleft b2852/bleft a2853/tright b2853/bright
+load components/philo.ndr
+ren a2853/tleft b2853/bleft a2854/tright b2854/bright
+load components/philo.ndr
+ren a2854/tleft b2854/bleft a2855/tright b2855/bright
+load components/philo.ndr
+ren a2855/tleft b2855/bleft a2856/tright b2856/bright
+load components/philo.ndr
+ren a2856/tleft b2856/bleft a2857/tright b2857/bright
+load components/philo.ndr
+ren a2857/tleft b2857/bleft a2858/tright b2858/bright
+load components/philo.ndr
+ren a2858/tleft b2858/bleft a2859/tright b2859/bright
+load components/philo.ndr
+ren a2859/tleft b2859/bleft a2860/tright b2860/bright
+load components/philo.ndr
+ren a2860/tleft b2860/bleft a2861/tright b2861/bright
+load components/philo.ndr
+ren a2861/tleft b2861/bleft a2862/tright b2862/bright
+load components/philo.ndr
+ren a2862/tleft b2862/bleft a2863/tright b2863/bright
+load components/philo.ndr
+ren a2863/tleft b2863/bleft a2864/tright b2864/bright
+load components/philo.ndr
+ren a2864/tleft b2864/bleft a2865/tright b2865/bright
+load components/philo.ndr
+ren a2865/tleft b2865/bleft a2866/tright b2866/bright
+load components/philo.ndr
+ren a2866/tleft b2866/bleft a2867/tright b2867/bright
+load components/philo.ndr
+ren a2867/tleft b2867/bleft a2868/tright b2868/bright
+load components/philo.ndr
+ren a2868/tleft b2868/bleft a2869/tright b2869/bright
+load components/philo.ndr
+ren a2869/tleft b2869/bleft a2870/tright b2870/bright
+load components/philo.ndr
+ren a2870/tleft b2870/bleft a2871/tright b2871/bright
+load components/philo.ndr
+ren a2871/tleft b2871/bleft a2872/tright b2872/bright
+load components/philo.ndr
+ren a2872/tleft b2872/bleft a2873/tright b2873/bright
+load components/philo.ndr
+ren a2873/tleft b2873/bleft a2874/tright b2874/bright
+load components/philo.ndr
+ren a2874/tleft b2874/bleft a2875/tright b2875/bright
+load components/philo.ndr
+ren a2875/tleft b2875/bleft a2876/tright b2876/bright
+load components/philo.ndr
+ren a2876/tleft b2876/bleft a2877/tright b2877/bright
+load components/philo.ndr
+ren a2877/tleft b2877/bleft a2878/tright b2878/bright
+load components/philo.ndr
+ren a2878/tleft b2878/bleft a2879/tright b2879/bright
+load components/philo.ndr
+ren a2879/tleft b2879/bleft a2880/tright b2880/bright
+load components/philo.ndr
+ren a2880/tleft b2880/bleft a2881/tright b2881/bright
+load components/philo.ndr
+ren a2881/tleft b2881/bleft a2882/tright b2882/bright
+load components/philo.ndr
+ren a2882/tleft b2882/bleft a2883/tright b2883/bright
+load components/philo.ndr
+ren a2883/tleft b2883/bleft a2884/tright b2884/bright
+load components/philo.ndr
+ren a2884/tleft b2884/bleft a2885/tright b2885/bright
+load components/philo.ndr
+ren a2885/tleft b2885/bleft a2886/tright b2886/bright
+load components/philo.ndr
+ren a2886/tleft b2886/bleft a2887/tright b2887/bright
+load components/philo.ndr
+ren a2887/tleft b2887/bleft a2888/tright b2888/bright
+load components/philo.ndr
+ren a2888/tleft b2888/bleft a2889/tright b2889/bright
+load components/philo.ndr
+ren a2889/tleft b2889/bleft a2890/tright b2890/bright
+load components/philo.ndr
+ren a2890/tleft b2890/bleft a2891/tright b2891/bright
+load components/philo.ndr
+ren a2891/tleft b2891/bleft a2892/tright b2892/bright
+load components/philo.ndr
+ren a2892/tleft b2892/bleft a2893/tright b2893/bright
+load components/philo.ndr
+ren a2893/tleft b2893/bleft a2894/tright b2894/bright
+load components/philo.ndr
+ren a2894/tleft b2894/bleft a2895/tright b2895/bright
+load components/philo.ndr
+ren a2895/tleft b2895/bleft a2896/tright b2896/bright
+load components/philo.ndr
+ren a2896/tleft b2896/bleft a2897/tright b2897/bright
+load components/philo.ndr
+ren a2897/tleft b2897/bleft a2898/tright b2898/bright
+load components/philo.ndr
+ren a2898/tleft b2898/bleft a2899/tright b2899/bright
+load components/philo.ndr
+ren a2899/tleft b2899/bleft a2900/tright b2900/bright
+load components/philo.ndr
+ren a2900/tleft b2900/bleft a2901/tright b2901/bright
+load components/philo.ndr
+ren a2901/tleft b2901/bleft a2902/tright b2902/bright
+load components/philo.ndr
+ren a2902/tleft b2902/bleft a2903/tright b2903/bright
+load components/philo.ndr
+ren a2903/tleft b2903/bleft a2904/tright b2904/bright
+load components/philo.ndr
+ren a2904/tleft b2904/bleft a2905/tright b2905/bright
+load components/philo.ndr
+ren a2905/tleft b2905/bleft a2906/tright b2906/bright
+load components/philo.ndr
+ren a2906/tleft b2906/bleft a2907/tright b2907/bright
+load components/philo.ndr
+ren a2907/tleft b2907/bleft a2908/tright b2908/bright
+load components/philo.ndr
+ren a2908/tleft b2908/bleft a2909/tright b2909/bright
+load components/philo.ndr
+ren a2909/tleft b2909/bleft a2910/tright b2910/bright
+load components/philo.ndr
+ren a2910/tleft b2910/bleft a2911/tright b2911/bright
+load components/philo.ndr
+ren a2911/tleft b2911/bleft a2912/tright b2912/bright
+load components/philo.ndr
+ren a2912/tleft b2912/bleft a2913/tright b2913/bright
+load components/philo.ndr
+ren a2913/tleft b2913/bleft a2914/tright b2914/bright
+load components/philo.ndr
+ren a2914/tleft b2914/bleft a2915/tright b2915/bright
+load components/philo.ndr
+ren a2915/tleft b2915/bleft a2916/tright b2916/bright
+load components/philo.ndr
+ren a2916/tleft b2916/bleft a2917/tright b2917/bright
+load components/philo.ndr
+ren a2917/tleft b2917/bleft a2918/tright b2918/bright
+load components/philo.ndr
+ren a2918/tleft b2918/bleft a2919/tright b2919/bright
+load components/philo.ndr
+ren a2919/tleft b2919/bleft a2920/tright b2920/bright
+load components/philo.ndr
+ren a2920/tleft b2920/bleft a2921/tright b2921/bright
+load components/philo.ndr
+ren a2921/tleft b2921/bleft a2922/tright b2922/bright
+load components/philo.ndr
+ren a2922/tleft b2922/bleft a2923/tright b2923/bright
+load components/philo.ndr
+ren a2923/tleft b2923/bleft a2924/tright b2924/bright
+load components/philo.ndr
+ren a2924/tleft b2924/bleft a2925/tright b2925/bright
+load components/philo.ndr
+ren a2925/tleft b2925/bleft a2926/tright b2926/bright
+load components/philo.ndr
+ren a2926/tleft b2926/bleft a2927/tright b2927/bright
+load components/philo.ndr
+ren a2927/tleft b2927/bleft a2928/tright b2928/bright
+load components/philo.ndr
+ren a2928/tleft b2928/bleft a2929/tright b2929/bright
+load components/philo.ndr
+ren a2929/tleft b2929/bleft a2930/tright b2930/bright
+load components/philo.ndr
+ren a2930/tleft b2930/bleft a2931/tright b2931/bright
+load components/philo.ndr
+ren a2931/tleft b2931/bleft a2932/tright b2932/bright
+load components/philo.ndr
+ren a2932/tleft b2932/bleft a2933/tright b2933/bright
+load components/philo.ndr
+ren a2933/tleft b2933/bleft a2934/tright b2934/bright
+load components/philo.ndr
+ren a2934/tleft b2934/bleft a2935/tright b2935/bright
+load components/philo.ndr
+ren a2935/tleft b2935/bleft a2936/tright b2936/bright
+load components/philo.ndr
+ren a2936/tleft b2936/bleft a2937/tright b2937/bright
+load components/philo.ndr
+ren a2937/tleft b2937/bleft a2938/tright b2938/bright
+load components/philo.ndr
+ren a2938/tleft b2938/bleft a2939/tright b2939/bright
+load components/philo.ndr
+ren a2939/tleft b2939/bleft a2940/tright b2940/bright
+load components/philo.ndr
+ren a2940/tleft b2940/bleft a2941/tright b2941/bright
+load components/philo.ndr
+ren a2941/tleft b2941/bleft a2942/tright b2942/bright
+load components/philo.ndr
+ren a2942/tleft b2942/bleft a2943/tright b2943/bright
+load components/philo.ndr
+ren a2943/tleft b2943/bleft a2944/tright b2944/bright
+load components/philo.ndr
+ren a2944/tleft b2944/bleft a2945/tright b2945/bright
+load components/philo.ndr
+ren a2945/tleft b2945/bleft a2946/tright b2946/bright
+load components/philo.ndr
+ren a2946/tleft b2946/bleft a2947/tright b2947/bright
+load components/philo.ndr
+ren a2947/tleft b2947/bleft a2948/tright b2948/bright
+load components/philo.ndr
+ren a2948/tleft b2948/bleft a2949/tright b2949/bright
+load components/philo.ndr
+ren a2949/tleft b2949/bleft a2950/tright b2950/bright
+load components/philo.ndr
+ren a2950/tleft b2950/bleft a2951/tright b2951/bright
+load components/philo.ndr
+ren a2951/tleft b2951/bleft a2952/tright b2952/bright
+load components/philo.ndr
+ren a2952/tleft b2952/bleft a2953/tright b2953/bright
+load components/philo.ndr
+ren a2953/tleft b2953/bleft a2954/tright b2954/bright
+load components/philo.ndr
+ren a2954/tleft b2954/bleft a2955/tright b2955/bright
+load components/philo.ndr
+ren a2955/tleft b2955/bleft a2956/tright b2956/bright
+load components/philo.ndr
+ren a2956/tleft b2956/bleft a2957/tright b2957/bright
+load components/philo.ndr
+ren a2957/tleft b2957/bleft a2958/tright b2958/bright
+load components/philo.ndr
+ren a2958/tleft b2958/bleft a2959/tright b2959/bright
+load components/philo.ndr
+ren a2959/tleft b2959/bleft a2960/tright b2960/bright
+load components/philo.ndr
+ren a2960/tleft b2960/bleft a2961/tright b2961/bright
+load components/philo.ndr
+ren a2961/tleft b2961/bleft a2962/tright b2962/bright
+load components/philo.ndr
+ren a2962/tleft b2962/bleft a2963/tright b2963/bright
+load components/philo.ndr
+ren a2963/tleft b2963/bleft a2964/tright b2964/bright
+load components/philo.ndr
+ren a2964/tleft b2964/bleft a2965/tright b2965/bright
+load components/philo.ndr
+ren a2965/tleft b2965/bleft a2966/tright b2966/bright
+load components/philo.ndr
+ren a2966/tleft b2966/bleft a2967/tright b2967/bright
+load components/philo.ndr
+ren a2967/tleft b2967/bleft a2968/tright b2968/bright
+load components/philo.ndr
+ren a2968/tleft b2968/bleft a2969/tright b2969/bright
+load components/philo.ndr
+ren a2969/tleft b2969/bleft a2970/tright b2970/bright
+load components/philo.ndr
+ren a2970/tleft b2970/bleft a2971/tright b2971/bright
+load components/philo.ndr
+ren a2971/tleft b2971/bleft a2972/tright b2972/bright
+load components/philo.ndr
+ren a2972/tleft b2972/bleft a2973/tright b2973/bright
+load components/philo.ndr
+ren a2973/tleft b2973/bleft a2974/tright b2974/bright
+load components/philo.ndr
+ren a2974/tleft b2974/bleft a2975/tright b2975/bright
+load components/philo.ndr
+ren a2975/tleft b2975/bleft a2976/tright b2976/bright
+load components/philo.ndr
+ren a2976/tleft b2976/bleft a2977/tright b2977/bright
+load components/philo.ndr
+ren a2977/tleft b2977/bleft a2978/tright b2978/bright
+load components/philo.ndr
+ren a2978/tleft b2978/bleft a2979/tright b2979/bright
+load components/philo.ndr
+ren a2979/tleft b2979/bleft a2980/tright b2980/bright
+load components/philo.ndr
+ren a2980/tleft b2980/bleft a2981/tright b2981/bright
+load components/philo.ndr
+ren a2981/tleft b2981/bleft a2982/tright b2982/bright
+load components/philo.ndr
+ren a2982/tleft b2982/bleft a2983/tright b2983/bright
+load components/philo.ndr
+ren a2983/tleft b2983/bleft a2984/tright b2984/bright
+load components/philo.ndr
+ren a2984/tleft b2984/bleft a2985/tright b2985/bright
+load components/philo.ndr
+ren a2985/tleft b2985/bleft a2986/tright b2986/bright
+load components/philo.ndr
+ren a2986/tleft b2986/bleft a2987/tright b2987/bright
+load components/philo.ndr
+ren a2987/tleft b2987/bleft a2988/tright b2988/bright
+load components/philo.ndr
+ren a2988/tleft b2988/bleft a2989/tright b2989/bright
+load components/philo.ndr
+ren a2989/tleft b2989/bleft a2990/tright b2990/bright
+load components/philo.ndr
+ren a2990/tleft b2990/bleft a2991/tright b2991/bright
+load components/philo.ndr
+ren a2991/tleft b2991/bleft a2992/tright b2992/bright
+load components/philo.ndr
+ren a2992/tleft b2992/bleft a2993/tright b2993/bright
+load components/philo.ndr
+ren a2993/tleft b2993/bleft a2994/tright b2994/bright
+load components/philo.ndr
+ren a2994/tleft b2994/bleft a2995/tright b2995/bright
+load components/philo.ndr
+ren a2995/tleft b2995/bleft a2996/tright b2996/bright
+load components/philo.ndr
+ren a2996/tleft b2996/bleft a2997/tright b2997/bright
+load components/philo.ndr
+ren a2997/tleft b2997/bleft a2998/tright b2998/bright
+load components/philo.ndr
+ren a2998/tleft b2998/bleft a2999/tright b2999/bright
+load components/philo.ndr
+ren a2999/tleft b2999/bleft a3000/tright b3000/bright
+load components/philo.ndr
+ren a3000/tleft b3000/bleft a3001/tright b3001/bright
+load components/philo.ndr
+ren a3001/tleft b3001/bleft a3002/tright b3002/bright
+load components/philo.ndr
+ren a3002/tleft b3002/bleft a3003/tright b3003/bright
+load components/philo.ndr
+ren a3003/tleft b3003/bleft a3004/tright b3004/bright
+load components/philo.ndr
+ren a3004/tleft b3004/bleft a3005/tright b3005/bright
+load components/philo.ndr
+ren a3005/tleft b3005/bleft a3006/tright b3006/bright
+load components/philo.ndr
+ren a3006/tleft b3006/bleft a3007/tright b3007/bright
+load components/philo.ndr
+ren a3007/tleft b3007/bleft a3008/tright b3008/bright
+load components/philo.ndr
+ren a3008/tleft b3008/bleft a3009/tright b3009/bright
+load components/philo.ndr
+ren a3009/tleft b3009/bleft a3010/tright b3010/bright
+load components/philo.ndr
+ren a3010/tleft b3010/bleft a3011/tright b3011/bright
+load components/philo.ndr
+ren a3011/tleft b3011/bleft a3012/tright b3012/bright
+load components/philo.ndr
+ren a3012/tleft b3012/bleft a3013/tright b3013/bright
+load components/philo.ndr
+ren a3013/tleft b3013/bleft a3014/tright b3014/bright
+load components/philo.ndr
+ren a3014/tleft b3014/bleft a3015/tright b3015/bright
+load components/philo.ndr
+ren a3015/tleft b3015/bleft a3016/tright b3016/bright
+load components/philo.ndr
+ren a3016/tleft b3016/bleft a3017/tright b3017/bright
+load components/philo.ndr
+ren a3017/tleft b3017/bleft a3018/tright b3018/bright
+load components/philo.ndr
+ren a3018/tleft b3018/bleft a3019/tright b3019/bright
+load components/philo.ndr
+ren a3019/tleft b3019/bleft a3020/tright b3020/bright
+load components/philo.ndr
+ren a3020/tleft b3020/bleft a3021/tright b3021/bright
+load components/philo.ndr
+ren a3021/tleft b3021/bleft a3022/tright b3022/bright
+load components/philo.ndr
+ren a3022/tleft b3022/bleft a3023/tright b3023/bright
+load components/philo.ndr
+ren a3023/tleft b3023/bleft a3024/tright b3024/bright
+load components/philo.ndr
+ren a3024/tleft b3024/bleft a3025/tright b3025/bright
+load components/philo.ndr
+ren a3025/tleft b3025/bleft a3026/tright b3026/bright
+load components/philo.ndr
+ren a3026/tleft b3026/bleft a3027/tright b3027/bright
+load components/philo.ndr
+ren a3027/tleft b3027/bleft a3028/tright b3028/bright
+load components/philo.ndr
+ren a3028/tleft b3028/bleft a3029/tright b3029/bright
+load components/philo.ndr
+ren a3029/tleft b3029/bleft a3030/tright b3030/bright
+load components/philo.ndr
+ren a3030/tleft b3030/bleft a3031/tright b3031/bright
+load components/philo.ndr
+ren a3031/tleft b3031/bleft a3032/tright b3032/bright
+load components/philo.ndr
+ren a3032/tleft b3032/bleft a3033/tright b3033/bright
+load components/philo.ndr
+ren a3033/tleft b3033/bleft a3034/tright b3034/bright
+load components/philo.ndr
+ren a3034/tleft b3034/bleft a3035/tright b3035/bright
+load components/philo.ndr
+ren a3035/tleft b3035/bleft a3036/tright b3036/bright
+load components/philo.ndr
+ren a3036/tleft b3036/bleft a3037/tright b3037/bright
+load components/philo.ndr
+ren a3037/tleft b3037/bleft a3038/tright b3038/bright
+load components/philo.ndr
+ren a3038/tleft b3038/bleft a3039/tright b3039/bright
+load components/philo.ndr
+ren a3039/tleft b3039/bleft a3040/tright b3040/bright
+load components/philo.ndr
+ren a3040/tleft b3040/bleft a3041/tright b3041/bright
+load components/philo.ndr
+ren a3041/tleft b3041/bleft a3042/tright b3042/bright
+load components/philo.ndr
+ren a3042/tleft b3042/bleft a3043/tright b3043/bright
+load components/philo.ndr
+ren a3043/tleft b3043/bleft a3044/tright b3044/bright
+load components/philo.ndr
+ren a3044/tleft b3044/bleft a3045/tright b3045/bright
+load components/philo.ndr
+ren a3045/tleft b3045/bleft a3046/tright b3046/bright
+load components/philo.ndr
+ren a3046/tleft b3046/bleft a3047/tright b3047/bright
+load components/philo.ndr
+ren a3047/tleft b3047/bleft a3048/tright b3048/bright
+load components/philo.ndr
+ren a3048/tleft b3048/bleft a3049/tright b3049/bright
+load components/philo.ndr
+ren a3049/tleft b3049/bleft a3050/tright b3050/bright
+load components/philo.ndr
+ren a3050/tleft b3050/bleft a3051/tright b3051/bright
+load components/philo.ndr
+ren a3051/tleft b3051/bleft a3052/tright b3052/bright
+load components/philo.ndr
+ren a3052/tleft b3052/bleft a3053/tright b3053/bright
+load components/philo.ndr
+ren a3053/tleft b3053/bleft a3054/tright b3054/bright
+load components/philo.ndr
+ren a3054/tleft b3054/bleft a3055/tright b3055/bright
+load components/philo.ndr
+ren a3055/tleft b3055/bleft a3056/tright b3056/bright
+load components/philo.ndr
+ren a3056/tleft b3056/bleft a3057/tright b3057/bright
+load components/philo.ndr
+ren a3057/tleft b3057/bleft a3058/tright b3058/bright
+load components/philo.ndr
+ren a3058/tleft b3058/bleft a3059/tright b3059/bright
+load components/philo.ndr
+ren a3059/tleft b3059/bleft a3060/tright b3060/bright
+load components/philo.ndr
+ren a3060/tleft b3060/bleft a3061/tright b3061/bright
+load components/philo.ndr
+ren a3061/tleft b3061/bleft a3062/tright b3062/bright
+load components/philo.ndr
+ren a3062/tleft b3062/bleft a3063/tright b3063/bright
+load components/philo.ndr
+ren a3063/tleft b3063/bleft a3064/tright b3064/bright
+load components/philo.ndr
+ren a3064/tleft b3064/bleft a3065/tright b3065/bright
+load components/philo.ndr
+ren a3065/tleft b3065/bleft a3066/tright b3066/bright
+load components/philo.ndr
+ren a3066/tleft b3066/bleft a3067/tright b3067/bright
+load components/philo.ndr
+ren a3067/tleft b3067/bleft a3068/tright b3068/bright
+load components/philo.ndr
+ren a3068/tleft b3068/bleft a3069/tright b3069/bright
+load components/philo.ndr
+ren a3069/tleft b3069/bleft a3070/tright b3070/bright
+load components/philo.ndr
+ren a3070/tleft b3070/bleft a3071/tright b3071/bright
+load components/philo.ndr
+ren a3071/tleft b3071/bleft a3072/tright b3072/bright
+load components/philo.ndr
+ren a3072/tleft b3072/bleft a3073/tright b3073/bright
+load components/philo.ndr
+ren a3073/tleft b3073/bleft a3074/tright b3074/bright
+load components/philo.ndr
+ren a3074/tleft b3074/bleft a3075/tright b3075/bright
+load components/philo.ndr
+ren a3075/tleft b3075/bleft a3076/tright b3076/bright
+load components/philo.ndr
+ren a3076/tleft b3076/bleft a3077/tright b3077/bright
+load components/philo.ndr
+ren a3077/tleft b3077/bleft a3078/tright b3078/bright
+load components/philo.ndr
+ren a3078/tleft b3078/bleft a3079/tright b3079/bright
+load components/philo.ndr
+ren a3079/tleft b3079/bleft a3080/tright b3080/bright
+load components/philo.ndr
+ren a3080/tleft b3080/bleft a3081/tright b3081/bright
+load components/philo.ndr
+ren a3081/tleft b3081/bleft a3082/tright b3082/bright
+load components/philo.ndr
+ren a3082/tleft b3082/bleft a3083/tright b3083/bright
+load components/philo.ndr
+ren a3083/tleft b3083/bleft a3084/tright b3084/bright
+load components/philo.ndr
+ren a3084/tleft b3084/bleft a3085/tright b3085/bright
+load components/philo.ndr
+ren a3085/tleft b3085/bleft a3086/tright b3086/bright
+load components/philo.ndr
+ren a3086/tleft b3086/bleft a3087/tright b3087/bright
+load components/philo.ndr
+ren a3087/tleft b3087/bleft a3088/tright b3088/bright
+load components/philo.ndr
+ren a3088/tleft b3088/bleft a3089/tright b3089/bright
+load components/philo.ndr
+ren a3089/tleft b3089/bleft a3090/tright b3090/bright
+load components/philo.ndr
+ren a3090/tleft b3090/bleft a3091/tright b3091/bright
+load components/philo.ndr
+ren a3091/tleft b3091/bleft a3092/tright b3092/bright
+load components/philo.ndr
+ren a3092/tleft b3092/bleft a3093/tright b3093/bright
+load components/philo.ndr
+ren a3093/tleft b3093/bleft a3094/tright b3094/bright
+load components/philo.ndr
+ren a3094/tleft b3094/bleft a3095/tright b3095/bright
+load components/philo.ndr
+ren a3095/tleft b3095/bleft a3096/tright b3096/bright
+load components/philo.ndr
+ren a3096/tleft b3096/bleft a3097/tright b3097/bright
+load components/philo.ndr
+ren a3097/tleft b3097/bleft a3098/tright b3098/bright
+load components/philo.ndr
+ren a3098/tleft b3098/bleft a3099/tright b3099/bright
+load components/philo.ndr
+ren a3099/tleft b3099/bleft a3100/tright b3100/bright
+load components/philo.ndr
+ren a3100/tleft b3100/bleft a3101/tright b3101/bright
+load components/philo.ndr
+ren a3101/tleft b3101/bleft a3102/tright b3102/bright
+load components/philo.ndr
+ren a3102/tleft b3102/bleft a3103/tright b3103/bright
+load components/philo.ndr
+ren a3103/tleft b3103/bleft a3104/tright b3104/bright
+load components/philo.ndr
+ren a3104/tleft b3104/bleft a3105/tright b3105/bright
+load components/philo.ndr
+ren a3105/tleft b3105/bleft a3106/tright b3106/bright
+load components/philo.ndr
+ren a3106/tleft b3106/bleft a3107/tright b3107/bright
+load components/philo.ndr
+ren a3107/tleft b3107/bleft a3108/tright b3108/bright
+load components/philo.ndr
+ren a3108/tleft b3108/bleft a3109/tright b3109/bright
+load components/philo.ndr
+ren a3109/tleft b3109/bleft a3110/tright b3110/bright
+load components/philo.ndr
+ren a3110/tleft b3110/bleft a3111/tright b3111/bright
+load components/philo.ndr
+ren a3111/tleft b3111/bleft a3112/tright b3112/bright
+load components/philo.ndr
+ren a3112/tleft b3112/bleft a3113/tright b3113/bright
+load components/philo.ndr
+ren a3113/tleft b3113/bleft a3114/tright b3114/bright
+load components/philo.ndr
+ren a3114/tleft b3114/bleft a3115/tright b3115/bright
+load components/philo.ndr
+ren a3115/tleft b3115/bleft a3116/tright b3116/bright
+load components/philo.ndr
+ren a3116/tleft b3116/bleft a3117/tright b3117/bright
+load components/philo.ndr
+ren a3117/tleft b3117/bleft a3118/tright b3118/bright
+load components/philo.ndr
+ren a3118/tleft b3118/bleft a3119/tright b3119/bright
+load components/philo.ndr
+ren a3119/tleft b3119/bleft a3120/tright b3120/bright
+load components/philo.ndr
+ren a3120/tleft b3120/bleft a3121/tright b3121/bright
+load components/philo.ndr
+ren a3121/tleft b3121/bleft a3122/tright b3122/bright
+load components/philo.ndr
+ren a3122/tleft b3122/bleft a3123/tright b3123/bright
+load components/philo.ndr
+ren a3123/tleft b3123/bleft a3124/tright b3124/bright
+load components/philo.ndr
+ren a3124/tleft b3124/bleft a3125/tright b3125/bright
+load components/philo.ndr
+ren a3125/tleft b3125/bleft a3126/tright b3126/bright
+load components/philo.ndr
+ren a3126/tleft b3126/bleft a3127/tright b3127/bright
+load components/philo.ndr
+ren a3127/tleft b3127/bleft a3128/tright b3128/bright
+load components/philo.ndr
+ren a3128/tleft b3128/bleft a3129/tright b3129/bright
+load components/philo.ndr
+ren a3129/tleft b3129/bleft a3130/tright b3130/bright
+load components/philo.ndr
+ren a3130/tleft b3130/bleft a3131/tright b3131/bright
+load components/philo.ndr
+ren a3131/tleft b3131/bleft a3132/tright b3132/bright
+load components/philo.ndr
+ren a3132/tleft b3132/bleft a3133/tright b3133/bright
+load components/philo.ndr
+ren a3133/tleft b3133/bleft a3134/tright b3134/bright
+load components/philo.ndr
+ren a3134/tleft b3134/bleft a3135/tright b3135/bright
+load components/philo.ndr
+ren a3135/tleft b3135/bleft a3136/tright b3136/bright
+load components/philo.ndr
+ren a3136/tleft b3136/bleft a3137/tright b3137/bright
+load components/philo.ndr
+ren a3137/tleft b3137/bleft a3138/tright b3138/bright
+load components/philo.ndr
+ren a3138/tleft b3138/bleft a3139/tright b3139/bright
+load components/philo.ndr
+ren a3139/tleft b3139/bleft a3140/tright b3140/bright
+load components/philo.ndr
+ren a3140/tleft b3140/bleft a3141/tright b3141/bright
+load components/philo.ndr
+ren a3141/tleft b3141/bleft a3142/tright b3142/bright
+load components/philo.ndr
+ren a3142/tleft b3142/bleft a3143/tright b3143/bright
+load components/philo.ndr
+ren a3143/tleft b3143/bleft a3144/tright b3144/bright
+load components/philo.ndr
+ren a3144/tleft b3144/bleft a3145/tright b3145/bright
+load components/philo.ndr
+ren a3145/tleft b3145/bleft a3146/tright b3146/bright
+load components/philo.ndr
+ren a3146/tleft b3146/bleft a3147/tright b3147/bright
+load components/philo.ndr
+ren a3147/tleft b3147/bleft a3148/tright b3148/bright
+load components/philo.ndr
+ren a3148/tleft b3148/bleft a3149/tright b3149/bright
+load components/philo.ndr
+ren a3149/tleft b3149/bleft a3150/tright b3150/bright
+load components/philo.ndr
+ren a3150/tleft b3150/bleft a3151/tright b3151/bright
+load components/philo.ndr
+ren a3151/tleft b3151/bleft a3152/tright b3152/bright
+load components/philo.ndr
+ren a3152/tleft b3152/bleft a3153/tright b3153/bright
+load components/philo.ndr
+ren a3153/tleft b3153/bleft a3154/tright b3154/bright
+load components/philo.ndr
+ren a3154/tleft b3154/bleft a3155/tright b3155/bright
+load components/philo.ndr
+ren a3155/tleft b3155/bleft a3156/tright b3156/bright
+load components/philo.ndr
+ren a3156/tleft b3156/bleft a3157/tright b3157/bright
+load components/philo.ndr
+ren a3157/tleft b3157/bleft a3158/tright b3158/bright
+load components/philo.ndr
+ren a3158/tleft b3158/bleft a3159/tright b3159/bright
+load components/philo.ndr
+ren a3159/tleft b3159/bleft a3160/tright b3160/bright
+load components/philo.ndr
+ren a3160/tleft b3160/bleft a3161/tright b3161/bright
+load components/philo.ndr
+ren a3161/tleft b3161/bleft a3162/tright b3162/bright
+load components/philo.ndr
+ren a3162/tleft b3162/bleft a3163/tright b3163/bright
+load components/philo.ndr
+ren a3163/tleft b3163/bleft a3164/tright b3164/bright
+load components/philo.ndr
+ren a3164/tleft b3164/bleft a3165/tright b3165/bright
+load components/philo.ndr
+ren a3165/tleft b3165/bleft a3166/tright b3166/bright
+load components/philo.ndr
+ren a3166/tleft b3166/bleft a3167/tright b3167/bright
+load components/philo.ndr
+ren a3167/tleft b3167/bleft a3168/tright b3168/bright
+load components/philo.ndr
+ren a3168/tleft b3168/bleft a3169/tright b3169/bright
+load components/philo.ndr
+ren a3169/tleft b3169/bleft a3170/tright b3170/bright
+load components/philo.ndr
+ren a3170/tleft b3170/bleft a3171/tright b3171/bright
+load components/philo.ndr
+ren a3171/tleft b3171/bleft a3172/tright b3172/bright
+load components/philo.ndr
+ren a3172/tleft b3172/bleft a3173/tright b3173/bright
+load components/philo.ndr
+ren a3173/tleft b3173/bleft a3174/tright b3174/bright
+load components/philo.ndr
+ren a3174/tleft b3174/bleft a3175/tright b3175/bright
+load components/philo.ndr
+ren a3175/tleft b3175/bleft a3176/tright b3176/bright
+load components/philo.ndr
+ren a3176/tleft b3176/bleft a3177/tright b3177/bright
+load components/philo.ndr
+ren a3177/tleft b3177/bleft a3178/tright b3178/bright
+load components/philo.ndr
+ren a3178/tleft b3178/bleft a3179/tright b3179/bright
+load components/philo.ndr
+ren a3179/tleft b3179/bleft a3180/tright b3180/bright
+load components/philo.ndr
+ren a3180/tleft b3180/bleft a3181/tright b3181/bright
+load components/philo.ndr
+ren a3181/tleft b3181/bleft a3182/tright b3182/bright
+load components/philo.ndr
+ren a3182/tleft b3182/bleft a3183/tright b3183/bright
+load components/philo.ndr
+ren a3183/tleft b3183/bleft a3184/tright b3184/bright
+load components/philo.ndr
+ren a3184/tleft b3184/bleft a3185/tright b3185/bright
+load components/philo.ndr
+ren a3185/tleft b3185/bleft a3186/tright b3186/bright
+load components/philo.ndr
+ren a3186/tleft b3186/bleft a3187/tright b3187/bright
+load components/philo.ndr
+ren a3187/tleft b3187/bleft a3188/tright b3188/bright
+load components/philo.ndr
+ren a3188/tleft b3188/bleft a3189/tright b3189/bright
+load components/philo.ndr
+ren a3189/tleft b3189/bleft a3190/tright b3190/bright
+load components/philo.ndr
+ren a3190/tleft b3190/bleft a3191/tright b3191/bright
+load components/philo.ndr
+ren a3191/tleft b3191/bleft a3192/tright b3192/bright
+load components/philo.ndr
+ren a3192/tleft b3192/bleft a3193/tright b3193/bright
+load components/philo.ndr
+ren a3193/tleft b3193/bleft a3194/tright b3194/bright
+load components/philo.ndr
+ren a3194/tleft b3194/bleft a3195/tright b3195/bright
+load components/philo.ndr
+ren a3195/tleft b3195/bleft a3196/tright b3196/bright
+load components/philo.ndr
+ren a3196/tleft b3196/bleft a3197/tright b3197/bright
+load components/philo.ndr
+ren a3197/tleft b3197/bleft a3198/tright b3198/bright
+load components/philo.ndr
+ren a3198/tleft b3198/bleft a3199/tright b3199/bright
+load components/philo.ndr
+ren a3199/tleft b3199/bleft a3200/tright b3200/bright
+load components/philo.ndr
+ren a3200/tleft b3200/bleft a3201/tright b3201/bright
+load components/philo.ndr
+ren a3201/tleft b3201/bleft a3202/tright b3202/bright
+load components/philo.ndr
+ren a3202/tleft b3202/bleft a3203/tright b3203/bright
+load components/philo.ndr
+ren a3203/tleft b3203/bleft a3204/tright b3204/bright
+load components/philo.ndr
+ren a3204/tleft b3204/bleft a3205/tright b3205/bright
+load components/philo.ndr
+ren a3205/tleft b3205/bleft a3206/tright b3206/bright
+load components/philo.ndr
+ren a3206/tleft b3206/bleft a3207/tright b3207/bright
+load components/philo.ndr
+ren a3207/tleft b3207/bleft a3208/tright b3208/bright
+load components/philo.ndr
+ren a3208/tleft b3208/bleft a3209/tright b3209/bright
+load components/philo.ndr
+ren a3209/tleft b3209/bleft a3210/tright b3210/bright
+load components/philo.ndr
+ren a3210/tleft b3210/bleft a3211/tright b3211/bright
+load components/philo.ndr
+ren a3211/tleft b3211/bleft a3212/tright b3212/bright
+load components/philo.ndr
+ren a3212/tleft b3212/bleft a3213/tright b3213/bright
+load components/philo.ndr
+ren a3213/tleft b3213/bleft a3214/tright b3214/bright
+load components/philo.ndr
+ren a3214/tleft b3214/bleft a3215/tright b3215/bright
+load components/philo.ndr
+ren a3215/tleft b3215/bleft a3216/tright b3216/bright
+load components/philo.ndr
+ren a3216/tleft b3216/bleft a3217/tright b3217/bright
+load components/philo.ndr
+ren a3217/tleft b3217/bleft a3218/tright b3218/bright
+load components/philo.ndr
+ren a3218/tleft b3218/bleft a3219/tright b3219/bright
+load components/philo.ndr
+ren a3219/tleft b3219/bleft a3220/tright b3220/bright
+load components/philo.ndr
+ren a3220/tleft b3220/bleft a3221/tright b3221/bright
+load components/philo.ndr
+ren a3221/tleft b3221/bleft a3222/tright b3222/bright
+load components/philo.ndr
+ren a3222/tleft b3222/bleft a3223/tright b3223/bright
+load components/philo.ndr
+ren a3223/tleft b3223/bleft a3224/tright b3224/bright
+load components/philo.ndr
+ren a3224/tleft b3224/bleft a3225/tright b3225/bright
+load components/philo.ndr
+ren a3225/tleft b3225/bleft a3226/tright b3226/bright
+load components/philo.ndr
+ren a3226/tleft b3226/bleft a3227/tright b3227/bright
+load components/philo.ndr
+ren a3227/tleft b3227/bleft a3228/tright b3228/bright
+load components/philo.ndr
+ren a3228/tleft b3228/bleft a3229/tright b3229/bright
+load components/philo.ndr
+ren a3229/tleft b3229/bleft a3230/tright b3230/bright
+load components/philo.ndr
+ren a3230/tleft b3230/bleft a3231/tright b3231/bright
+load components/philo.ndr
+ren a3231/tleft b3231/bleft a3232/tright b3232/bright
+load components/philo.ndr
+ren a3232/tleft b3232/bleft a3233/tright b3233/bright
+load components/philo.ndr
+ren a3233/tleft b3233/bleft a3234/tright b3234/bright
+load components/philo.ndr
+ren a3234/tleft b3234/bleft a3235/tright b3235/bright
+load components/philo.ndr
+ren a3235/tleft b3235/bleft a3236/tright b3236/bright
+load components/philo.ndr
+ren a3236/tleft b3236/bleft a3237/tright b3237/bright
+load components/philo.ndr
+ren a3237/tleft b3237/bleft a3238/tright b3238/bright
+load components/philo.ndr
+ren a3238/tleft b3238/bleft a3239/tright b3239/bright
+load components/philo.ndr
+ren a3239/tleft b3239/bleft a3240/tright b3240/bright
+load components/philo.ndr
+ren a3240/tleft b3240/bleft a3241/tright b3241/bright
+load components/philo.ndr
+ren a3241/tleft b3241/bleft a3242/tright b3242/bright
+load components/philo.ndr
+ren a3242/tleft b3242/bleft a3243/tright b3243/bright
+load components/philo.ndr
+ren a3243/tleft b3243/bleft a3244/tright b3244/bright
+load components/philo.ndr
+ren a3244/tleft b3244/bleft a3245/tright b3245/bright
+load components/philo.ndr
+ren a3245/tleft b3245/bleft a3246/tright b3246/bright
+load components/philo.ndr
+ren a3246/tleft b3246/bleft a3247/tright b3247/bright
+load components/philo.ndr
+ren a3247/tleft b3247/bleft a3248/tright b3248/bright
+load components/philo.ndr
+ren a3248/tleft b3248/bleft a3249/tright b3249/bright
+load components/philo.ndr
+ren a3249/tleft b3249/bleft a3250/tright b3250/bright
+load components/philo.ndr
+ren a3250/tleft b3250/bleft a3251/tright b3251/bright
+load components/philo.ndr
+ren a3251/tleft b3251/bleft a3252/tright b3252/bright
+load components/philo.ndr
+ren a3252/tleft b3252/bleft a3253/tright b3253/bright
+load components/philo.ndr
+ren a3253/tleft b3253/bleft a3254/tright b3254/bright
+load components/philo.ndr
+ren a3254/tleft b3254/bleft a3255/tright b3255/bright
+load components/philo.ndr
+ren a3255/tleft b3255/bleft a3256/tright b3256/bright
+load components/philo.ndr
+ren a3256/tleft b3256/bleft a3257/tright b3257/bright
+load components/philo.ndr
+ren a3257/tleft b3257/bleft a3258/tright b3258/bright
+load components/philo.ndr
+ren a3258/tleft b3258/bleft a3259/tright b3259/bright
+load components/philo.ndr
+ren a3259/tleft b3259/bleft a3260/tright b3260/bright
+load components/philo.ndr
+ren a3260/tleft b3260/bleft a3261/tright b3261/bright
+load components/philo.ndr
+ren a3261/tleft b3261/bleft a3262/tright b3262/bright
+load components/philo.ndr
+ren a3262/tleft b3262/bleft a3263/tright b3263/bright
+load components/philo.ndr
+ren a3263/tleft b3263/bleft a3264/tright b3264/bright
+load components/philo.ndr
+ren a3264/tleft b3264/bleft a3265/tright b3265/bright
+load components/philo.ndr
+ren a3265/tleft b3265/bleft a3266/tright b3266/bright
+load components/philo.ndr
+ren a3266/tleft b3266/bleft a3267/tright b3267/bright
+load components/philo.ndr
+ren a3267/tleft b3267/bleft a3268/tright b3268/bright
+load components/philo.ndr
+ren a3268/tleft b3268/bleft a3269/tright b3269/bright
+load components/philo.ndr
+ren a3269/tleft b3269/bleft a3270/tright b3270/bright
+load components/philo.ndr
+ren a3270/tleft b3270/bleft a3271/tright b3271/bright
+load components/philo.ndr
+ren a3271/tleft b3271/bleft a3272/tright b3272/bright
+load components/philo.ndr
+ren a3272/tleft b3272/bleft a3273/tright b3273/bright
+load components/philo.ndr
+ren a3273/tleft b3273/bleft a3274/tright b3274/bright
+load components/philo.ndr
+ren a3274/tleft b3274/bleft a3275/tright b3275/bright
+load components/philo.ndr
+ren a3275/tleft b3275/bleft a3276/tright b3276/bright
+load components/philo.ndr
+ren a3276/tleft b3276/bleft a3277/tright b3277/bright
+load components/philo.ndr
+ren a3277/tleft b3277/bleft a3278/tright b3278/bright
+load components/philo.ndr
+ren a3278/tleft b3278/bleft a3279/tright b3279/bright
+load components/philo.ndr
+ren a3279/tleft b3279/bleft a3280/tright b3280/bright
+load components/philo.ndr
+ren a3280/tleft b3280/bleft a3281/tright b3281/bright
+load components/philo.ndr
+ren a3281/tleft b3281/bleft a3282/tright b3282/bright
+load components/philo.ndr
+ren a3282/tleft b3282/bleft a3283/tright b3283/bright
+load components/philo.ndr
+ren a3283/tleft b3283/bleft a3284/tright b3284/bright
+load components/philo.ndr
+ren a3284/tleft b3284/bleft a3285/tright b3285/bright
+load components/philo.ndr
+ren a3285/tleft b3285/bleft a3286/tright b3286/bright
+load components/philo.ndr
+ren a3286/tleft b3286/bleft a3287/tright b3287/bright
+load components/philo.ndr
+ren a3287/tleft b3287/bleft a3288/tright b3288/bright
+load components/philo.ndr
+ren a3288/tleft b3288/bleft a3289/tright b3289/bright
+load components/philo.ndr
+ren a3289/tleft b3289/bleft a3290/tright b3290/bright
+load components/philo.ndr
+ren a3290/tleft b3290/bleft a3291/tright b3291/bright
+load components/philo.ndr
+ren a3291/tleft b3291/bleft a3292/tright b3292/bright
+load components/philo.ndr
+ren a3292/tleft b3292/bleft a3293/tright b3293/bright
+load components/philo.ndr
+ren a3293/tleft b3293/bleft a3294/tright b3294/bright
+load components/philo.ndr
+ren a3294/tleft b3294/bleft a3295/tright b3295/bright
+load components/philo.ndr
+ren a3295/tleft b3295/bleft a3296/tright b3296/bright
+load components/philo.ndr
+ren a3296/tleft b3296/bleft a3297/tright b3297/bright
+load components/philo.ndr
+ren a3297/tleft b3297/bleft a3298/tright b3298/bright
+load components/philo.ndr
+ren a3298/tleft b3298/bleft a3299/tright b3299/bright
+load components/philo.ndr
+ren a3299/tleft b3299/bleft a3300/tright b3300/bright
+load components/philo.ndr
+ren a3300/tleft b3300/bleft a3301/tright b3301/bright
+load components/philo.ndr
+ren a3301/tleft b3301/bleft a3302/tright b3302/bright
+load components/philo.ndr
+ren a3302/tleft b3302/bleft a3303/tright b3303/bright
+load components/philo.ndr
+ren a3303/tleft b3303/bleft a3304/tright b3304/bright
+load components/philo.ndr
+ren a3304/tleft b3304/bleft a3305/tright b3305/bright
+load components/philo.ndr
+ren a3305/tleft b3305/bleft a3306/tright b3306/bright
+load components/philo.ndr
+ren a3306/tleft b3306/bleft a3307/tright b3307/bright
+load components/philo.ndr
+ren a3307/tleft b3307/bleft a3308/tright b3308/bright
+load components/philo.ndr
+ren a3308/tleft b3308/bleft a3309/tright b3309/bright
+load components/philo.ndr
+ren a3309/tleft b3309/bleft a3310/tright b3310/bright
+load components/philo.ndr
+ren a3310/tleft b3310/bleft a3311/tright b3311/bright
+load components/philo.ndr
+ren a3311/tleft b3311/bleft a3312/tright b3312/bright
+load components/philo.ndr
+ren a3312/tleft b3312/bleft a3313/tright b3313/bright
+load components/philo.ndr
+ren a3313/tleft b3313/bleft a3314/tright b3314/bright
+load components/philo.ndr
+ren a3314/tleft b3314/bleft a3315/tright b3315/bright
+load components/philo.ndr
+ren a3315/tleft b3315/bleft a3316/tright b3316/bright
+load components/philo.ndr
+ren a3316/tleft b3316/bleft a3317/tright b3317/bright
+load components/philo.ndr
+ren a3317/tleft b3317/bleft a3318/tright b3318/bright
+load components/philo.ndr
+ren a3318/tleft b3318/bleft a3319/tright b3319/bright
+load components/philo.ndr
+ren a3319/tleft b3319/bleft a3320/tright b3320/bright
+load components/philo.ndr
+ren a3320/tleft b3320/bleft a3321/tright b3321/bright
+load components/philo.ndr
+ren a3321/tleft b3321/bleft a3322/tright b3322/bright
+load components/philo.ndr
+ren a3322/tleft b3322/bleft a3323/tright b3323/bright
+load components/philo.ndr
+ren a3323/tleft b3323/bleft a3324/tright b3324/bright
+load components/philo.ndr
+ren a3324/tleft b3324/bleft a3325/tright b3325/bright
+load components/philo.ndr
+ren a3325/tleft b3325/bleft a3326/tright b3326/bright
+load components/philo.ndr
+ren a3326/tleft b3326/bleft a3327/tright b3327/bright
+load components/philo.ndr
+ren a3327/tleft b3327/bleft a3328/tright b3328/bright
+load components/philo.ndr
+ren a3328/tleft b3328/bleft a3329/tright b3329/bright
+load components/philo.ndr
+ren a3329/tleft b3329/bleft a3330/tright b3330/bright
+load components/philo.ndr
+ren a3330/tleft b3330/bleft a3331/tright b3331/bright
+load components/philo.ndr
+ren a3331/tleft b3331/bleft a3332/tright b3332/bright
+load components/philo.ndr
+ren a3332/tleft b3332/bleft a3333/tright b3333/bright
+load components/philo.ndr
+ren a3333/tleft b3333/bleft a3334/tright b3334/bright
+load components/philo.ndr
+ren a3334/tleft b3334/bleft a3335/tright b3335/bright
+load components/philo.ndr
+ren a3335/tleft b3335/bleft a3336/tright b3336/bright
+load components/philo.ndr
+ren a3336/tleft b3336/bleft a3337/tright b3337/bright
+load components/philo.ndr
+ren a3337/tleft b3337/bleft a3338/tright b3338/bright
+load components/philo.ndr
+ren a3338/tleft b3338/bleft a3339/tright b3339/bright
+load components/philo.ndr
+ren a3339/tleft b3339/bleft a3340/tright b3340/bright
+load components/philo.ndr
+ren a3340/tleft b3340/bleft a3341/tright b3341/bright
+load components/philo.ndr
+ren a3341/tleft b3341/bleft a3342/tright b3342/bright
+load components/philo.ndr
+ren a3342/tleft b3342/bleft a3343/tright b3343/bright
+load components/philo.ndr
+ren a3343/tleft b3343/bleft a3344/tright b3344/bright
+load components/philo.ndr
+ren a3344/tleft b3344/bleft a3345/tright b3345/bright
+load components/philo.ndr
+ren a3345/tleft b3345/bleft a3346/tright b3346/bright
+load components/philo.ndr
+ren a3346/tleft b3346/bleft a3347/tright b3347/bright
+load components/philo.ndr
+ren a3347/tleft b3347/bleft a3348/tright b3348/bright
+load components/philo.ndr
+ren a3348/tleft b3348/bleft a3349/tright b3349/bright
+load components/philo.ndr
+ren a3349/tleft b3349/bleft a3350/tright b3350/bright
+load components/philo.ndr
+ren a3350/tleft b3350/bleft a3351/tright b3351/bright
+load components/philo.ndr
+ren a3351/tleft b3351/bleft a3352/tright b3352/bright
+load components/philo.ndr
+ren a3352/tleft b3352/bleft a3353/tright b3353/bright
+load components/philo.ndr
+ren a3353/tleft b3353/bleft a3354/tright b3354/bright
+load components/philo.ndr
+ren a3354/tleft b3354/bleft a3355/tright b3355/bright
+load components/philo.ndr
+ren a3355/tleft b3355/bleft a3356/tright b3356/bright
+load components/philo.ndr
+ren a3356/tleft b3356/bleft a3357/tright b3357/bright
+load components/philo.ndr
+ren a3357/tleft b3357/bleft a3358/tright b3358/bright
+load components/philo.ndr
+ren a3358/tleft b3358/bleft a3359/tright b3359/bright
+load components/philo.ndr
+ren a3359/tleft b3359/bleft a3360/tright b3360/bright
+load components/philo.ndr
+ren a3360/tleft b3360/bleft a3361/tright b3361/bright
+load components/philo.ndr
+ren a3361/tleft b3361/bleft a3362/tright b3362/bright
+load components/philo.ndr
+ren a3362/tleft b3362/bleft a3363/tright b3363/bright
+load components/philo.ndr
+ren a3363/tleft b3363/bleft a3364/tright b3364/bright
+load components/philo.ndr
+ren a3364/tleft b3364/bleft a3365/tright b3365/bright
+load components/philo.ndr
+ren a3365/tleft b3365/bleft a3366/tright b3366/bright
+load components/philo.ndr
+ren a3366/tleft b3366/bleft a3367/tright b3367/bright
+load components/philo.ndr
+ren a3367/tleft b3367/bleft a3368/tright b3368/bright
+load components/philo.ndr
+ren a3368/tleft b3368/bleft a3369/tright b3369/bright
+load components/philo.ndr
+ren a3369/tleft b3369/bleft a3370/tright b3370/bright
+load components/philo.ndr
+ren a3370/tleft b3370/bleft a3371/tright b3371/bright
+load components/philo.ndr
+ren a3371/tleft b3371/bleft a3372/tright b3372/bright
+load components/philo.ndr
+ren a3372/tleft b3372/bleft a3373/tright b3373/bright
+load components/philo.ndr
+ren a3373/tleft b3373/bleft a3374/tright b3374/bright
+load components/philo.ndr
+ren a3374/tleft b3374/bleft a3375/tright b3375/bright
+load components/philo.ndr
+ren a3375/tleft b3375/bleft a3376/tright b3376/bright
+load components/philo.ndr
+ren a3376/tleft b3376/bleft a3377/tright b3377/bright
+load components/philo.ndr
+ren a3377/tleft b3377/bleft a3378/tright b3378/bright
+load components/philo.ndr
+ren a3378/tleft b3378/bleft a3379/tright b3379/bright
+load components/philo.ndr
+ren a3379/tleft b3379/bleft a3380/tright b3380/bright
+load components/philo.ndr
+ren a3380/tleft b3380/bleft a3381/tright b3381/bright
+load components/philo.ndr
+ren a3381/tleft b3381/bleft a3382/tright b3382/bright
+load components/philo.ndr
+ren a3382/tleft b3382/bleft a3383/tright b3383/bright
+load components/philo.ndr
+ren a3383/tleft b3383/bleft a3384/tright b3384/bright
+load components/philo.ndr
+ren a3384/tleft b3384/bleft a3385/tright b3385/bright
+load components/philo.ndr
+ren a3385/tleft b3385/bleft a3386/tright b3386/bright
+load components/philo.ndr
+ren a3386/tleft b3386/bleft a3387/tright b3387/bright
+load components/philo.ndr
+ren a3387/tleft b3387/bleft a3388/tright b3388/bright
+load components/philo.ndr
+ren a3388/tleft b3388/bleft a3389/tright b3389/bright
+load components/philo.ndr
+ren a3389/tleft b3389/bleft a3390/tright b3390/bright
+load components/philo.ndr
+ren a3390/tleft b3390/bleft a3391/tright b3391/bright
+load components/philo.ndr
+ren a3391/tleft b3391/bleft a3392/tright b3392/bright
+load components/philo.ndr
+ren a3392/tleft b3392/bleft a3393/tright b3393/bright
+load components/philo.ndr
+ren a3393/tleft b3393/bleft a3394/tright b3394/bright
+load components/philo.ndr
+ren a3394/tleft b3394/bleft a3395/tright b3395/bright
+load components/philo.ndr
+ren a3395/tleft b3395/bleft a3396/tright b3396/bright
+load components/philo.ndr
+ren a3396/tleft b3396/bleft a3397/tright b3397/bright
+load components/philo.ndr
+ren a3397/tleft b3397/bleft a3398/tright b3398/bright
+load components/philo.ndr
+ren a3398/tleft b3398/bleft a3399/tright b3399/bright
+load components/philo.ndr
+ren a3399/tleft b3399/bleft a3400/tright b3400/bright
+load components/philo.ndr
+ren a3400/tleft b3400/bleft a3401/tright b3401/bright
+load components/philo.ndr
+ren a3401/tleft b3401/bleft a3402/tright b3402/bright
+load components/philo.ndr
+ren a3402/tleft b3402/bleft a3403/tright b3403/bright
+load components/philo.ndr
+ren a3403/tleft b3403/bleft a3404/tright b3404/bright
+load components/philo.ndr
+ren a3404/tleft b3404/bleft a3405/tright b3405/bright
+load components/philo.ndr
+ren a3405/tleft b3405/bleft a3406/tright b3406/bright
+load components/philo.ndr
+ren a3406/tleft b3406/bleft a3407/tright b3407/bright
+load components/philo.ndr
+ren a3407/tleft b3407/bleft a3408/tright b3408/bright
+load components/philo.ndr
+ren a3408/tleft b3408/bleft a3409/tright b3409/bright
+load components/philo.ndr
+ren a3409/tleft b3409/bleft a3410/tright b3410/bright
+load components/philo.ndr
+ren a3410/tleft b3410/bleft a3411/tright b3411/bright
+load components/philo.ndr
+ren a3411/tleft b3411/bleft a3412/tright b3412/bright
+load components/philo.ndr
+ren a3412/tleft b3412/bleft a3413/tright b3413/bright
+load components/philo.ndr
+ren a3413/tleft b3413/bleft a3414/tright b3414/bright
+load components/philo.ndr
+ren a3414/tleft b3414/bleft a3415/tright b3415/bright
+load components/philo.ndr
+ren a3415/tleft b3415/bleft a3416/tright b3416/bright
+load components/philo.ndr
+ren a3416/tleft b3416/bleft a3417/tright b3417/bright
+load components/philo.ndr
+ren a3417/tleft b3417/bleft a3418/tright b3418/bright
+load components/philo.ndr
+ren a3418/tleft b3418/bleft a3419/tright b3419/bright
+load components/philo.ndr
+ren a3419/tleft b3419/bleft a3420/tright b3420/bright
+load components/philo.ndr
+ren a3420/tleft b3420/bleft a3421/tright b3421/bright
+load components/philo.ndr
+ren a3421/tleft b3421/bleft a3422/tright b3422/bright
+load components/philo.ndr
+ren a3422/tleft b3422/bleft a3423/tright b3423/bright
+load components/philo.ndr
+ren a3423/tleft b3423/bleft a3424/tright b3424/bright
+load components/philo.ndr
+ren a3424/tleft b3424/bleft a3425/tright b3425/bright
+load components/philo.ndr
+ren a3425/tleft b3425/bleft a3426/tright b3426/bright
+load components/philo.ndr
+ren a3426/tleft b3426/bleft a3427/tright b3427/bright
+load components/philo.ndr
+ren a3427/tleft b3427/bleft a3428/tright b3428/bright
+load components/philo.ndr
+ren a3428/tleft b3428/bleft a3429/tright b3429/bright
+load components/philo.ndr
+ren a3429/tleft b3429/bleft a3430/tright b3430/bright
+load components/philo.ndr
+ren a3430/tleft b3430/bleft a3431/tright b3431/bright
+load components/philo.ndr
+ren a3431/tleft b3431/bleft a3432/tright b3432/bright
+load components/philo.ndr
+ren a3432/tleft b3432/bleft a3433/tright b3433/bright
+load components/philo.ndr
+ren a3433/tleft b3433/bleft a3434/tright b3434/bright
+load components/philo.ndr
+ren a3434/tleft b3434/bleft a3435/tright b3435/bright
+load components/philo.ndr
+ren a3435/tleft b3435/bleft a3436/tright b3436/bright
+load components/philo.ndr
+ren a3436/tleft b3436/bleft a3437/tright b3437/bright
+load components/philo.ndr
+ren a3437/tleft b3437/bleft a3438/tright b3438/bright
+load components/philo.ndr
+ren a3438/tleft b3438/bleft a3439/tright b3439/bright
+load components/philo.ndr
+ren a3439/tleft b3439/bleft a3440/tright b3440/bright
+load components/philo.ndr
+ren a3440/tleft b3440/bleft a3441/tright b3441/bright
+load components/philo.ndr
+ren a3441/tleft b3441/bleft a3442/tright b3442/bright
+load components/philo.ndr
+ren a3442/tleft b3442/bleft a3443/tright b3443/bright
+load components/philo.ndr
+ren a3443/tleft b3443/bleft a3444/tright b3444/bright
+load components/philo.ndr
+ren a3444/tleft b3444/bleft a3445/tright b3445/bright
+load components/philo.ndr
+ren a3445/tleft b3445/bleft a3446/tright b3446/bright
+load components/philo.ndr
+ren a3446/tleft b3446/bleft a3447/tright b3447/bright
+load components/philo.ndr
+ren a3447/tleft b3447/bleft a3448/tright b3448/bright
+load components/philo.ndr
+ren a3448/tleft b3448/bleft a3449/tright b3449/bright
+load components/philo.ndr
+ren a3449/tleft b3449/bleft a3450/tright b3450/bright
+load components/philo.ndr
+ren a3450/tleft b3450/bleft a3451/tright b3451/bright
+load components/philo.ndr
+ren a3451/tleft b3451/bleft a3452/tright b3452/bright
+load components/philo.ndr
+ren a3452/tleft b3452/bleft a3453/tright b3453/bright
+load components/philo.ndr
+ren a3453/tleft b3453/bleft a3454/tright b3454/bright
+load components/philo.ndr
+ren a3454/tleft b3454/bleft a3455/tright b3455/bright
+load components/philo.ndr
+ren a3455/tleft b3455/bleft a3456/tright b3456/bright
+load components/philo.ndr
+ren a3456/tleft b3456/bleft a3457/tright b3457/bright
+load components/philo.ndr
+ren a3457/tleft b3457/bleft a3458/tright b3458/bright
+load components/philo.ndr
+ren a3458/tleft b3458/bleft a3459/tright b3459/bright
+load components/philo.ndr
+ren a3459/tleft b3459/bleft a3460/tright b3460/bright
+load components/philo.ndr
+ren a3460/tleft b3460/bleft a3461/tright b3461/bright
+load components/philo.ndr
+ren a3461/tleft b3461/bleft a3462/tright b3462/bright
+load components/philo.ndr
+ren a3462/tleft b3462/bleft a3463/tright b3463/bright
+load components/philo.ndr
+ren a3463/tleft b3463/bleft a3464/tright b3464/bright
+load components/philo.ndr
+ren a3464/tleft b3464/bleft a3465/tright b3465/bright
+load components/philo.ndr
+ren a3465/tleft b3465/bleft a3466/tright b3466/bright
+load components/philo.ndr
+ren a3466/tleft b3466/bleft a3467/tright b3467/bright
+load components/philo.ndr
+ren a3467/tleft b3467/bleft a3468/tright b3468/bright
+load components/philo.ndr
+ren a3468/tleft b3468/bleft a3469/tright b3469/bright
+load components/philo.ndr
+ren a3469/tleft b3469/bleft a3470/tright b3470/bright
+load components/philo.ndr
+ren a3470/tleft b3470/bleft a3471/tright b3471/bright
+load components/philo.ndr
+ren a3471/tleft b3471/bleft a3472/tright b3472/bright
+load components/philo.ndr
+ren a3472/tleft b3472/bleft a3473/tright b3473/bright
+load components/philo.ndr
+ren a3473/tleft b3473/bleft a3474/tright b3474/bright
+load components/philo.ndr
+ren a3474/tleft b3474/bleft a3475/tright b3475/bright
+load components/philo.ndr
+ren a3475/tleft b3475/bleft a3476/tright b3476/bright
+load components/philo.ndr
+ren a3476/tleft b3476/bleft a3477/tright b3477/bright
+load components/philo.ndr
+ren a3477/tleft b3477/bleft a3478/tright b3478/bright
+load components/philo.ndr
+ren a3478/tleft b3478/bleft a3479/tright b3479/bright
+load components/philo.ndr
+ren a3479/tleft b3479/bleft a3480/tright b3480/bright
+load components/philo.ndr
+ren a3480/tleft b3480/bleft a3481/tright b3481/bright
+load components/philo.ndr
+ren a3481/tleft b3481/bleft a3482/tright b3482/bright
+load components/philo.ndr
+ren a3482/tleft b3482/bleft a3483/tright b3483/bright
+load components/philo.ndr
+ren a3483/tleft b3483/bleft a3484/tright b3484/bright
+load components/philo.ndr
+ren a3484/tleft b3484/bleft a3485/tright b3485/bright
+load components/philo.ndr
+ren a3485/tleft b3485/bleft a3486/tright b3486/bright
+load components/philo.ndr
+ren a3486/tleft b3486/bleft a3487/tright b3487/bright
+load components/philo.ndr
+ren a3487/tleft b3487/bleft a3488/tright b3488/bright
+load components/philo.ndr
+ren a3488/tleft b3488/bleft a3489/tright b3489/bright
+load components/philo.ndr
+ren a3489/tleft b3489/bleft a3490/tright b3490/bright
+load components/philo.ndr
+ren a3490/tleft b3490/bleft a3491/tright b3491/bright
+load components/philo.ndr
+ren a3491/tleft b3491/bleft a3492/tright b3492/bright
+load components/philo.ndr
+ren a3492/tleft b3492/bleft a3493/tright b3493/bright
+load components/philo.ndr
+ren a3493/tleft b3493/bleft a3494/tright b3494/bright
+load components/philo.ndr
+ren a3494/tleft b3494/bleft a3495/tright b3495/bright
+load components/philo.ndr
+ren a3495/tleft b3495/bleft a3496/tright b3496/bright
+load components/philo.ndr
+ren a3496/tleft b3496/bleft a3497/tright b3497/bright
+load components/philo.ndr
+ren a3497/tleft b3497/bleft a3498/tright b3498/bright
+load components/philo.ndr
+ren a3498/tleft b3498/bleft a3499/tright b3499/bright
+load components/philo.ndr
+ren a3499/tleft b3499/bleft a3500/tright b3500/bright
+load components/philo.ndr
+ren a3500/tleft b3500/bleft a3501/tright b3501/bright
+load components/philo.ndr
+ren a3501/tleft b3501/bleft a3502/tright b3502/bright
+load components/philo.ndr
+ren a3502/tleft b3502/bleft a3503/tright b3503/bright
+load components/philo.ndr
+ren a3503/tleft b3503/bleft a3504/tright b3504/bright
+load components/philo.ndr
+ren a3504/tleft b3504/bleft a3505/tright b3505/bright
+load components/philo.ndr
+ren a3505/tleft b3505/bleft a3506/tright b3506/bright
+load components/philo.ndr
+ren a3506/tleft b3506/bleft a3507/tright b3507/bright
+load components/philo.ndr
+ren a3507/tleft b3507/bleft a3508/tright b3508/bright
+load components/philo.ndr
+ren a3508/tleft b3508/bleft a3509/tright b3509/bright
+load components/philo.ndr
+ren a3509/tleft b3509/bleft a3510/tright b3510/bright
+load components/philo.ndr
+ren a3510/tleft b3510/bleft a3511/tright b3511/bright
+load components/philo.ndr
+ren a3511/tleft b3511/bleft a3512/tright b3512/bright
+load components/philo.ndr
+ren a3512/tleft b3512/bleft a3513/tright b3513/bright
+load components/philo.ndr
+ren a3513/tleft b3513/bleft a3514/tright b3514/bright
+load components/philo.ndr
+ren a3514/tleft b3514/bleft a3515/tright b3515/bright
+load components/philo.ndr
+ren a3515/tleft b3515/bleft a3516/tright b3516/bright
+load components/philo.ndr
+ren a3516/tleft b3516/bleft a3517/tright b3517/bright
+load components/philo.ndr
+ren a3517/tleft b3517/bleft a3518/tright b3518/bright
+load components/philo.ndr
+ren a3518/tleft b3518/bleft a3519/tright b3519/bright
+load components/philo.ndr
+ren a3519/tleft b3519/bleft a3520/tright b3520/bright
+load components/philo.ndr
+ren a3520/tleft b3520/bleft a3521/tright b3521/bright
+load components/philo.ndr
+ren a3521/tleft b3521/bleft a3522/tright b3522/bright
+load components/philo.ndr
+ren a3522/tleft b3522/bleft a3523/tright b3523/bright
+load components/philo.ndr
+ren a3523/tleft b3523/bleft a3524/tright b3524/bright
+load components/philo.ndr
+ren a3524/tleft b3524/bleft a3525/tright b3525/bright
+load components/philo.ndr
+ren a3525/tleft b3525/bleft a3526/tright b3526/bright
+load components/philo.ndr
+ren a3526/tleft b3526/bleft a3527/tright b3527/bright
+load components/philo.ndr
+ren a3527/tleft b3527/bleft a3528/tright b3528/bright
+load components/philo.ndr
+ren a3528/tleft b3528/bleft a3529/tright b3529/bright
+load components/philo.ndr
+ren a3529/tleft b3529/bleft a3530/tright b3530/bright
+load components/philo.ndr
+ren a3530/tleft b3530/bleft a3531/tright b3531/bright
+load components/philo.ndr
+ren a3531/tleft b3531/bleft a3532/tright b3532/bright
+load components/philo.ndr
+ren a3532/tleft b3532/bleft a3533/tright b3533/bright
+load components/philo.ndr
+ren a3533/tleft b3533/bleft a3534/tright b3534/bright
+load components/philo.ndr
+ren a3534/tleft b3534/bleft a3535/tright b3535/bright
+load components/philo.ndr
+ren a3535/tleft b3535/bleft a3536/tright b3536/bright
+load components/philo.ndr
+ren a3536/tleft b3536/bleft a3537/tright b3537/bright
+load components/philo.ndr
+ren a3537/tleft b3537/bleft a3538/tright b3538/bright
+load components/philo.ndr
+ren a3538/tleft b3538/bleft a3539/tright b3539/bright
+load components/philo.ndr
+ren a3539/tleft b3539/bleft a3540/tright b3540/bright
+load components/philo.ndr
+ren a3540/tleft b3540/bleft a3541/tright b3541/bright
+load components/philo.ndr
+ren a3541/tleft b3541/bleft a3542/tright b3542/bright
+load components/philo.ndr
+ren a3542/tleft b3542/bleft a3543/tright b3543/bright
+load components/philo.ndr
+ren a3543/tleft b3543/bleft a3544/tright b3544/bright
+load components/philo.ndr
+ren a3544/tleft b3544/bleft a3545/tright b3545/bright
+load components/philo.ndr
+ren a3545/tleft b3545/bleft a3546/tright b3546/bright
+load components/philo.ndr
+ren a3546/tleft b3546/bleft a3547/tright b3547/bright
+load components/philo.ndr
+ren a3547/tleft b3547/bleft a3548/tright b3548/bright
+load components/philo.ndr
+ren a3548/tleft b3548/bleft a3549/tright b3549/bright
+load components/philo.ndr
+ren a3549/tleft b3549/bleft a3550/tright b3550/bright
+load components/philo.ndr
+ren a3550/tleft b3550/bleft a3551/tright b3551/bright
+load components/philo.ndr
+ren a3551/tleft b3551/bleft a3552/tright b3552/bright
+load components/philo.ndr
+ren a3552/tleft b3552/bleft a3553/tright b3553/bright
+load components/philo.ndr
+ren a3553/tleft b3553/bleft a3554/tright b3554/bright
+load components/philo.ndr
+ren a3554/tleft b3554/bleft a3555/tright b3555/bright
+load components/philo.ndr
+ren a3555/tleft b3555/bleft a3556/tright b3556/bright
+load components/philo.ndr
+ren a3556/tleft b3556/bleft a3557/tright b3557/bright
+load components/philo.ndr
+ren a3557/tleft b3557/bleft a3558/tright b3558/bright
+load components/philo.ndr
+ren a3558/tleft b3558/bleft a3559/tright b3559/bright
+load components/philo.ndr
+ren a3559/tleft b3559/bleft a3560/tright b3560/bright
+load components/philo.ndr
+ren a3560/tleft b3560/bleft a3561/tright b3561/bright
+load components/philo.ndr
+ren a3561/tleft b3561/bleft a3562/tright b3562/bright
+load components/philo.ndr
+ren a3562/tleft b3562/bleft a3563/tright b3563/bright
+load components/philo.ndr
+ren a3563/tleft b3563/bleft a3564/tright b3564/bright
+load components/philo.ndr
+ren a3564/tleft b3564/bleft a3565/tright b3565/bright
+load components/philo.ndr
+ren a3565/tleft b3565/bleft a3566/tright b3566/bright
+load components/philo.ndr
+ren a3566/tleft b3566/bleft a3567/tright b3567/bright
+load components/philo.ndr
+ren a3567/tleft b3567/bleft a3568/tright b3568/bright
+load components/philo.ndr
+ren a3568/tleft b3568/bleft a3569/tright b3569/bright
+load components/philo.ndr
+ren a3569/tleft b3569/bleft a3570/tright b3570/bright
+load components/philo.ndr
+ren a3570/tleft b3570/bleft a3571/tright b3571/bright
+load components/philo.ndr
+ren a3571/tleft b3571/bleft a3572/tright b3572/bright
+load components/philo.ndr
+ren a3572/tleft b3572/bleft a3573/tright b3573/bright
+load components/philo.ndr
+ren a3573/tleft b3573/bleft a3574/tright b3574/bright
+load components/philo.ndr
+ren a3574/tleft b3574/bleft a3575/tright b3575/bright
+load components/philo.ndr
+ren a3575/tleft b3575/bleft a3576/tright b3576/bright
+load components/philo.ndr
+ren a3576/tleft b3576/bleft a3577/tright b3577/bright
+load components/philo.ndr
+ren a3577/tleft b3577/bleft a3578/tright b3578/bright
+load components/philo.ndr
+ren a3578/tleft b3578/bleft a3579/tright b3579/bright
+load components/philo.ndr
+ren a3579/tleft b3579/bleft a3580/tright b3580/bright
+load components/philo.ndr
+ren a3580/tleft b3580/bleft a3581/tright b3581/bright
+load components/philo.ndr
+ren a3581/tleft b3581/bleft a3582/tright b3582/bright
+load components/philo.ndr
+ren a3582/tleft b3582/bleft a3583/tright b3583/bright
+load components/philo.ndr
+ren a3583/tleft b3583/bleft a3584/tright b3584/bright
+load components/philo.ndr
+ren a3584/tleft b3584/bleft a3585/tright b3585/bright
+load components/philo.ndr
+ren a3585/tleft b3585/bleft a3586/tright b3586/bright
+load components/philo.ndr
+ren a3586/tleft b3586/bleft a3587/tright b3587/bright
+load components/philo.ndr
+ren a3587/tleft b3587/bleft a3588/tright b3588/bright
+load components/philo.ndr
+ren a3588/tleft b3588/bleft a3589/tright b3589/bright
+load components/philo.ndr
+ren a3589/tleft b3589/bleft a3590/tright b3590/bright
+load components/philo.ndr
+ren a3590/tleft b3590/bleft a3591/tright b3591/bright
+load components/philo.ndr
+ren a3591/tleft b3591/bleft a3592/tright b3592/bright
+load components/philo.ndr
+ren a3592/tleft b3592/bleft a3593/tright b3593/bright
+load components/philo.ndr
+ren a3593/tleft b3593/bleft a3594/tright b3594/bright
+load components/philo.ndr
+ren a3594/tleft b3594/bleft a3595/tright b3595/bright
+load components/philo.ndr
+ren a3595/tleft b3595/bleft a3596/tright b3596/bright
+load components/philo.ndr
+ren a3596/tleft b3596/bleft a3597/tright b3597/bright
+load components/philo.ndr
+ren a3597/tleft b3597/bleft a3598/tright b3598/bright
+load components/philo.ndr
+ren a3598/tleft b3598/bleft a3599/tright b3599/bright
+load components/philo.ndr
+ren a3599/tleft b3599/bleft a3600/tright b3600/bright
+load components/philo.ndr
+ren a3600/tleft b3600/bleft a3601/tright b3601/bright
+load components/philo.ndr
+ren a3601/tleft b3601/bleft a3602/tright b3602/bright
+load components/philo.ndr
+ren a3602/tleft b3602/bleft a3603/tright b3603/bright
+load components/philo.ndr
+ren a3603/tleft b3603/bleft a3604/tright b3604/bright
+load components/philo.ndr
+ren a3604/tleft b3604/bleft a3605/tright b3605/bright
+load components/philo.ndr
+ren a3605/tleft b3605/bleft a3606/tright b3606/bright
+load components/philo.ndr
+ren a3606/tleft b3606/bleft a3607/tright b3607/bright
+load components/philo.ndr
+ren a3607/tleft b3607/bleft a3608/tright b3608/bright
+load components/philo.ndr
+ren a3608/tleft b3608/bleft a3609/tright b3609/bright
+load components/philo.ndr
+ren a3609/tleft b3609/bleft a3610/tright b3610/bright
+load components/philo.ndr
+ren a3610/tleft b3610/bleft a3611/tright b3611/bright
+load components/philo.ndr
+ren a3611/tleft b3611/bleft a3612/tright b3612/bright
+load components/philo.ndr
+ren a3612/tleft b3612/bleft a3613/tright b3613/bright
+load components/philo.ndr
+ren a3613/tleft b3613/bleft a3614/tright b3614/bright
+load components/philo.ndr
+ren a3614/tleft b3614/bleft a3615/tright b3615/bright
+load components/philo.ndr
+ren a3615/tleft b3615/bleft a3616/tright b3616/bright
+load components/philo.ndr
+ren a3616/tleft b3616/bleft a3617/tright b3617/bright
+load components/philo.ndr
+ren a3617/tleft b3617/bleft a3618/tright b3618/bright
+load components/philo.ndr
+ren a3618/tleft b3618/bleft a3619/tright b3619/bright
+load components/philo.ndr
+ren a3619/tleft b3619/bleft a3620/tright b3620/bright
+load components/philo.ndr
+ren a3620/tleft b3620/bleft a3621/tright b3621/bright
+load components/philo.ndr
+ren a3621/tleft b3621/bleft a3622/tright b3622/bright
+load components/philo.ndr
+ren a3622/tleft b3622/bleft a3623/tright b3623/bright
+load components/philo.ndr
+ren a3623/tleft b3623/bleft a3624/tright b3624/bright
+load components/philo.ndr
+ren a3624/tleft b3624/bleft a3625/tright b3625/bright
+load components/philo.ndr
+ren a3625/tleft b3625/bleft a3626/tright b3626/bright
+load components/philo.ndr
+ren a3626/tleft b3626/bleft a3627/tright b3627/bright
+load components/philo.ndr
+ren a3627/tleft b3627/bleft a3628/tright b3628/bright
+load components/philo.ndr
+ren a3628/tleft b3628/bleft a3629/tright b3629/bright
+load components/philo.ndr
+ren a3629/tleft b3629/bleft a3630/tright b3630/bright
+load components/philo.ndr
+ren a3630/tleft b3630/bleft a3631/tright b3631/bright
+load components/philo.ndr
+ren a3631/tleft b3631/bleft a3632/tright b3632/bright
+load components/philo.ndr
+ren a3632/tleft b3632/bleft a3633/tright b3633/bright
+load components/philo.ndr
+ren a3633/tleft b3633/bleft a3634/tright b3634/bright
+load components/philo.ndr
+ren a3634/tleft b3634/bleft a3635/tright b3635/bright
+load components/philo.ndr
+ren a3635/tleft b3635/bleft a3636/tright b3636/bright
+load components/philo.ndr
+ren a3636/tleft b3636/bleft a3637/tright b3637/bright
+load components/philo.ndr
+ren a3637/tleft b3637/bleft a3638/tright b3638/bright
+load components/philo.ndr
+ren a3638/tleft b3638/bleft a3639/tright b3639/bright
+load components/philo.ndr
+ren a3639/tleft b3639/bleft a3640/tright b3640/bright
+load components/philo.ndr
+ren a3640/tleft b3640/bleft a3641/tright b3641/bright
+load components/philo.ndr
+ren a3641/tleft b3641/bleft a3642/tright b3642/bright
+load components/philo.ndr
+ren a3642/tleft b3642/bleft a3643/tright b3643/bright
+load components/philo.ndr
+ren a3643/tleft b3643/bleft a3644/tright b3644/bright
+load components/philo.ndr
+ren a3644/tleft b3644/bleft a3645/tright b3645/bright
+load components/philo.ndr
+ren a3645/tleft b3645/bleft a3646/tright b3646/bright
+load components/philo.ndr
+ren a3646/tleft b3646/bleft a3647/tright b3647/bright
+load components/philo.ndr
+ren a3647/tleft b3647/bleft a3648/tright b3648/bright
+load components/philo.ndr
+ren a3648/tleft b3648/bleft a3649/tright b3649/bright
+load components/philo.ndr
+ren a3649/tleft b3649/bleft a3650/tright b3650/bright
+load components/philo.ndr
+ren a3650/tleft b3650/bleft a3651/tright b3651/bright
+load components/philo.ndr
+ren a3651/tleft b3651/bleft a3652/tright b3652/bright
+load components/philo.ndr
+ren a3652/tleft b3652/bleft a3653/tright b3653/bright
+load components/philo.ndr
+ren a3653/tleft b3653/bleft a3654/tright b3654/bright
+load components/philo.ndr
+ren a3654/tleft b3654/bleft a3655/tright b3655/bright
+load components/philo.ndr
+ren a3655/tleft b3655/bleft a3656/tright b3656/bright
+load components/philo.ndr
+ren a3656/tleft b3656/bleft a3657/tright b3657/bright
+load components/philo.ndr
+ren a3657/tleft b3657/bleft a3658/tright b3658/bright
+load components/philo.ndr
+ren a3658/tleft b3658/bleft a3659/tright b3659/bright
+load components/philo.ndr
+ren a3659/tleft b3659/bleft a3660/tright b3660/bright
+load components/philo.ndr
+ren a3660/tleft b3660/bleft a3661/tright b3661/bright
+load components/philo.ndr
+ren a3661/tleft b3661/bleft a3662/tright b3662/bright
+load components/philo.ndr
+ren a3662/tleft b3662/bleft a3663/tright b3663/bright
+load components/philo.ndr
+ren a3663/tleft b3663/bleft a3664/tright b3664/bright
+load components/philo.ndr
+ren a3664/tleft b3664/bleft a3665/tright b3665/bright
+load components/philo.ndr
+ren a3665/tleft b3665/bleft a3666/tright b3666/bright
+load components/philo.ndr
+ren a3666/tleft b3666/bleft a3667/tright b3667/bright
+load components/philo.ndr
+ren a3667/tleft b3667/bleft a3668/tright b3668/bright
+load components/philo.ndr
+ren a3668/tleft b3668/bleft a3669/tright b3669/bright
+load components/philo.ndr
+ren a3669/tleft b3669/bleft a3670/tright b3670/bright
+load components/philo.ndr
+ren a3670/tleft b3670/bleft a3671/tright b3671/bright
+load components/philo.ndr
+ren a3671/tleft b3671/bleft a3672/tright b3672/bright
+load components/philo.ndr
+ren a3672/tleft b3672/bleft a3673/tright b3673/bright
+load components/philo.ndr
+ren a3673/tleft b3673/bleft a3674/tright b3674/bright
+load components/philo.ndr
+ren a3674/tleft b3674/bleft a3675/tright b3675/bright
+load components/philo.ndr
+ren a3675/tleft b3675/bleft a3676/tright b3676/bright
+load components/philo.ndr
+ren a3676/tleft b3676/bleft a3677/tright b3677/bright
+load components/philo.ndr
+ren a3677/tleft b3677/bleft a3678/tright b3678/bright
+load components/philo.ndr
+ren a3678/tleft b3678/bleft a3679/tright b3679/bright
+load components/philo.ndr
+ren a3679/tleft b3679/bleft a3680/tright b3680/bright
+load components/philo.ndr
+ren a3680/tleft b3680/bleft a3681/tright b3681/bright
+load components/philo.ndr
+ren a3681/tleft b3681/bleft a3682/tright b3682/bright
+load components/philo.ndr
+ren a3682/tleft b3682/bleft a3683/tright b3683/bright
+load components/philo.ndr
+ren a3683/tleft b3683/bleft a3684/tright b3684/bright
+load components/philo.ndr
+ren a3684/tleft b3684/bleft a3685/tright b3685/bright
+load components/philo.ndr
+ren a3685/tleft b3685/bleft a3686/tright b3686/bright
+load components/philo.ndr
+ren a3686/tleft b3686/bleft a3687/tright b3687/bright
+load components/philo.ndr
+ren a3687/tleft b3687/bleft a3688/tright b3688/bright
+load components/philo.ndr
+ren a3688/tleft b3688/bleft a3689/tright b3689/bright
+load components/philo.ndr
+ren a3689/tleft b3689/bleft a3690/tright b3690/bright
+load components/philo.ndr
+ren a3690/tleft b3690/bleft a3691/tright b3691/bright
+load components/philo.ndr
+ren a3691/tleft b3691/bleft a3692/tright b3692/bright
+load components/philo.ndr
+ren a3692/tleft b3692/bleft a3693/tright b3693/bright
+load components/philo.ndr
+ren a3693/tleft b3693/bleft a3694/tright b3694/bright
+load components/philo.ndr
+ren a3694/tleft b3694/bleft a3695/tright b3695/bright
+load components/philo.ndr
+ren a3695/tleft b3695/bleft a3696/tright b3696/bright
+load components/philo.ndr
+ren a3696/tleft b3696/bleft a3697/tright b3697/bright
+load components/philo.ndr
+ren a3697/tleft b3697/bleft a3698/tright b3698/bright
+load components/philo.ndr
+ren a3698/tleft b3698/bleft a3699/tright b3699/bright
+load components/philo.ndr
+ren a3699/tleft b3699/bleft a3700/tright b3700/bright
+load components/philo.ndr
+ren a3700/tleft b3700/bleft a3701/tright b3701/bright
+load components/philo.ndr
+ren a3701/tleft b3701/bleft a3702/tright b3702/bright
+load components/philo.ndr
+ren a3702/tleft b3702/bleft a3703/tright b3703/bright
+load components/philo.ndr
+ren a3703/tleft b3703/bleft a3704/tright b3704/bright
+load components/philo.ndr
+ren a3704/tleft b3704/bleft a3705/tright b3705/bright
+load components/philo.ndr
+ren a3705/tleft b3705/bleft a3706/tright b3706/bright
+load components/philo.ndr
+ren a3706/tleft b3706/bleft a3707/tright b3707/bright
+load components/philo.ndr
+ren a3707/tleft b3707/bleft a3708/tright b3708/bright
+load components/philo.ndr
+ren a3708/tleft b3708/bleft a3709/tright b3709/bright
+load components/philo.ndr
+ren a3709/tleft b3709/bleft a3710/tright b3710/bright
+load components/philo.ndr
+ren a3710/tleft b3710/bleft a3711/tright b3711/bright
+load components/philo.ndr
+ren a3711/tleft b3711/bleft a3712/tright b3712/bright
+load components/philo.ndr
+ren a3712/tleft b3712/bleft a3713/tright b3713/bright
+load components/philo.ndr
+ren a3713/tleft b3713/bleft a3714/tright b3714/bright
+load components/philo.ndr
+ren a3714/tleft b3714/bleft a3715/tright b3715/bright
+load components/philo.ndr
+ren a3715/tleft b3715/bleft a3716/tright b3716/bright
+load components/philo.ndr
+ren a3716/tleft b3716/bleft a3717/tright b3717/bright
+load components/philo.ndr
+ren a3717/tleft b3717/bleft a3718/tright b3718/bright
+load components/philo.ndr
+ren a3718/tleft b3718/bleft a3719/tright b3719/bright
+load components/philo.ndr
+ren a3719/tleft b3719/bleft a3720/tright b3720/bright
+load components/philo.ndr
+ren a3720/tleft b3720/bleft a3721/tright b3721/bright
+load components/philo.ndr
+ren a3721/tleft b3721/bleft a3722/tright b3722/bright
+load components/philo.ndr
+ren a3722/tleft b3722/bleft a3723/tright b3723/bright
+load components/philo.ndr
+ren a3723/tleft b3723/bleft a3724/tright b3724/bright
+load components/philo.ndr
+ren a3724/tleft b3724/bleft a3725/tright b3725/bright
+load components/philo.ndr
+ren a3725/tleft b3725/bleft a3726/tright b3726/bright
+load components/philo.ndr
+ren a3726/tleft b3726/bleft a3727/tright b3727/bright
+load components/philo.ndr
+ren a3727/tleft b3727/bleft a3728/tright b3728/bright
+load components/philo.ndr
+ren a3728/tleft b3728/bleft a3729/tright b3729/bright
+load components/philo.ndr
+ren a3729/tleft b3729/bleft a3730/tright b3730/bright
+load components/philo.ndr
+ren a3730/tleft b3730/bleft a3731/tright b3731/bright
+load components/philo.ndr
+ren a3731/tleft b3731/bleft a3732/tright b3732/bright
+load components/philo.ndr
+ren a3732/tleft b3732/bleft a3733/tright b3733/bright
+load components/philo.ndr
+ren a3733/tleft b3733/bleft a3734/tright b3734/bright
+load components/philo.ndr
+ren a3734/tleft b3734/bleft a3735/tright b3735/bright
+load components/philo.ndr
+ren a3735/tleft b3735/bleft a3736/tright b3736/bright
+load components/philo.ndr
+ren a3736/tleft b3736/bleft a3737/tright b3737/bright
+load components/philo.ndr
+ren a3737/tleft b3737/bleft a3738/tright b3738/bright
+load components/philo.ndr
+ren a3738/tleft b3738/bleft a3739/tright b3739/bright
+load components/philo.ndr
+ren a3739/tleft b3739/bleft a3740/tright b3740/bright
+load components/philo.ndr
+ren a3740/tleft b3740/bleft a3741/tright b3741/bright
+load components/philo.ndr
+ren a3741/tleft b3741/bleft a3742/tright b3742/bright
+load components/philo.ndr
+ren a3742/tleft b3742/bleft a3743/tright b3743/bright
+load components/philo.ndr
+ren a3743/tleft b3743/bleft a3744/tright b3744/bright
+load components/philo.ndr
+ren a3744/tleft b3744/bleft a3745/tright b3745/bright
+load components/philo.ndr
+ren a3745/tleft b3745/bleft a3746/tright b3746/bright
+load components/philo.ndr
+ren a3746/tleft b3746/bleft a3747/tright b3747/bright
+load components/philo.ndr
+ren a3747/tleft b3747/bleft a3748/tright b3748/bright
+load components/philo.ndr
+ren a3748/tleft b3748/bleft a3749/tright b3749/bright
+load components/philo.ndr
+ren a3749/tleft b3749/bleft a3750/tright b3750/bright
+load components/philo.ndr
+ren a3750/tleft b3750/bleft a3751/tright b3751/bright
+load components/philo.ndr
+ren a3751/tleft b3751/bleft a3752/tright b3752/bright
+load components/philo.ndr
+ren a3752/tleft b3752/bleft a3753/tright b3753/bright
+load components/philo.ndr
+ren a3753/tleft b3753/bleft a3754/tright b3754/bright
+load components/philo.ndr
+ren a3754/tleft b3754/bleft a3755/tright b3755/bright
+load components/philo.ndr
+ren a3755/tleft b3755/bleft a3756/tright b3756/bright
+load components/philo.ndr
+ren a3756/tleft b3756/bleft a3757/tright b3757/bright
+load components/philo.ndr
+ren a3757/tleft b3757/bleft a3758/tright b3758/bright
+load components/philo.ndr
+ren a3758/tleft b3758/bleft a3759/tright b3759/bright
+load components/philo.ndr
+ren a3759/tleft b3759/bleft a3760/tright b3760/bright
+load components/philo.ndr
+ren a3760/tleft b3760/bleft a3761/tright b3761/bright
+load components/philo.ndr
+ren a3761/tleft b3761/bleft a3762/tright b3762/bright
+load components/philo.ndr
+ren a3762/tleft b3762/bleft a3763/tright b3763/bright
+load components/philo.ndr
+ren a3763/tleft b3763/bleft a3764/tright b3764/bright
+load components/philo.ndr
+ren a3764/tleft b3764/bleft a3765/tright b3765/bright
+load components/philo.ndr
+ren a3765/tleft b3765/bleft a3766/tright b3766/bright
+load components/philo.ndr
+ren a3766/tleft b3766/bleft a3767/tright b3767/bright
+load components/philo.ndr
+ren a3767/tleft b3767/bleft a3768/tright b3768/bright
+load components/philo.ndr
+ren a3768/tleft b3768/bleft a3769/tright b3769/bright
+load components/philo.ndr
+ren a3769/tleft b3769/bleft a3770/tright b3770/bright
+load components/philo.ndr
+ren a3770/tleft b3770/bleft a3771/tright b3771/bright
+load components/philo.ndr
+ren a3771/tleft b3771/bleft a3772/tright b3772/bright
+load components/philo.ndr
+ren a3772/tleft b3772/bleft a3773/tright b3773/bright
+load components/philo.ndr
+ren a3773/tleft b3773/bleft a3774/tright b3774/bright
+load components/philo.ndr
+ren a3774/tleft b3774/bleft a3775/tright b3775/bright
+load components/philo.ndr
+ren a3775/tleft b3775/bleft a3776/tright b3776/bright
+load components/philo.ndr
+ren a3776/tleft b3776/bleft a3777/tright b3777/bright
+load components/philo.ndr
+ren a3777/tleft b3777/bleft a3778/tright b3778/bright
+load components/philo.ndr
+ren a3778/tleft b3778/bleft a3779/tright b3779/bright
+load components/philo.ndr
+ren a3779/tleft b3779/bleft a3780/tright b3780/bright
+load components/philo.ndr
+ren a3780/tleft b3780/bleft a3781/tright b3781/bright
+load components/philo.ndr
+ren a3781/tleft b3781/bleft a3782/tright b3782/bright
+load components/philo.ndr
+ren a3782/tleft b3782/bleft a3783/tright b3783/bright
+load components/philo.ndr
+ren a3783/tleft b3783/bleft a3784/tright b3784/bright
+load components/philo.ndr
+ren a3784/tleft b3784/bleft a3785/tright b3785/bright
+load components/philo.ndr
+ren a3785/tleft b3785/bleft a3786/tright b3786/bright
+load components/philo.ndr
+ren a3786/tleft b3786/bleft a3787/tright b3787/bright
+load components/philo.ndr
+ren a3787/tleft b3787/bleft a3788/tright b3788/bright
+load components/philo.ndr
+ren a3788/tleft b3788/bleft a3789/tright b3789/bright
+load components/philo.ndr
+ren a3789/tleft b3789/bleft a3790/tright b3790/bright
+load components/philo.ndr
+ren a3790/tleft b3790/bleft a3791/tright b3791/bright
+load components/philo.ndr
+ren a3791/tleft b3791/bleft a3792/tright b3792/bright
+load components/philo.ndr
+ren a3792/tleft b3792/bleft a3793/tright b3793/bright
+load components/philo.ndr
+ren a3793/tleft b3793/bleft a3794/tright b3794/bright
+load components/philo.ndr
+ren a3794/tleft b3794/bleft a3795/tright b3795/bright
+load components/philo.ndr
+ren a3795/tleft b3795/bleft a3796/tright b3796/bright
+load components/philo.ndr
+ren a3796/tleft b3796/bleft a3797/tright b3797/bright
+load components/philo.ndr
+ren a3797/tleft b3797/bleft a3798/tright b3798/bright
+load components/philo.ndr
+ren a3798/tleft b3798/bleft a3799/tright b3799/bright
+load components/philo.ndr
+ren a3799/tleft b3799/bleft a3800/tright b3800/bright
+load components/philo.ndr
+ren a3800/tleft b3800/bleft a3801/tright b3801/bright
+load components/philo.ndr
+ren a3801/tleft b3801/bleft a3802/tright b3802/bright
+load components/philo.ndr
+ren a3802/tleft b3802/bleft a3803/tright b3803/bright
+load components/philo.ndr
+ren a3803/tleft b3803/bleft a3804/tright b3804/bright
+load components/philo.ndr
+ren a3804/tleft b3804/bleft a3805/tright b3805/bright
+load components/philo.ndr
+ren a3805/tleft b3805/bleft a3806/tright b3806/bright
+load components/philo.ndr
+ren a3806/tleft b3806/bleft a3807/tright b3807/bright
+load components/philo.ndr
+ren a3807/tleft b3807/bleft a3808/tright b3808/bright
+load components/philo.ndr
+ren a3808/tleft b3808/bleft a3809/tright b3809/bright
+load components/philo.ndr
+ren a3809/tleft b3809/bleft a3810/tright b3810/bright
+load components/philo.ndr
+ren a3810/tleft b3810/bleft a3811/tright b3811/bright
+load components/philo.ndr
+ren a3811/tleft b3811/bleft a3812/tright b3812/bright
+load components/philo.ndr
+ren a3812/tleft b3812/bleft a3813/tright b3813/bright
+load components/philo.ndr
+ren a3813/tleft b3813/bleft a3814/tright b3814/bright
+load components/philo.ndr
+ren a3814/tleft b3814/bleft a3815/tright b3815/bright
+load components/philo.ndr
+ren a3815/tleft b3815/bleft a3816/tright b3816/bright
+load components/philo.ndr
+ren a3816/tleft b3816/bleft a3817/tright b3817/bright
+load components/philo.ndr
+ren a3817/tleft b3817/bleft a3818/tright b3818/bright
+load components/philo.ndr
+ren a3818/tleft b3818/bleft a3819/tright b3819/bright
+load components/philo.ndr
+ren a3819/tleft b3819/bleft a3820/tright b3820/bright
+load components/philo.ndr
+ren a3820/tleft b3820/bleft a3821/tright b3821/bright
+load components/philo.ndr
+ren a3821/tleft b3821/bleft a3822/tright b3822/bright
+load components/philo.ndr
+ren a3822/tleft b3822/bleft a3823/tright b3823/bright
+load components/philo.ndr
+ren a3823/tleft b3823/bleft a3824/tright b3824/bright
+load components/philo.ndr
+ren a3824/tleft b3824/bleft a3825/tright b3825/bright
+load components/philo.ndr
+ren a3825/tleft b3825/bleft a3826/tright b3826/bright
+load components/philo.ndr
+ren a3826/tleft b3826/bleft a3827/tright b3827/bright
+load components/philo.ndr
+ren a3827/tleft b3827/bleft a3828/tright b3828/bright
+load components/philo.ndr
+ren a3828/tleft b3828/bleft a3829/tright b3829/bright
+load components/philo.ndr
+ren a3829/tleft b3829/bleft a3830/tright b3830/bright
+load components/philo.ndr
+ren a3830/tleft b3830/bleft a3831/tright b3831/bright
+load components/philo.ndr
+ren a3831/tleft b3831/bleft a3832/tright b3832/bright
+load components/philo.ndr
+ren a3832/tleft b3832/bleft a3833/tright b3833/bright
+load components/philo.ndr
+ren a3833/tleft b3833/bleft a3834/tright b3834/bright
+load components/philo.ndr
+ren a3834/tleft b3834/bleft a3835/tright b3835/bright
+load components/philo.ndr
+ren a3835/tleft b3835/bleft a3836/tright b3836/bright
+load components/philo.ndr
+ren a3836/tleft b3836/bleft a3837/tright b3837/bright
+load components/philo.ndr
+ren a3837/tleft b3837/bleft a3838/tright b3838/bright
+load components/philo.ndr
+ren a3838/tleft b3838/bleft a3839/tright b3839/bright
+load components/philo.ndr
+ren a3839/tleft b3839/bleft a3840/tright b3840/bright
+load components/philo.ndr
+ren a3840/tleft b3840/bleft a3841/tright b3841/bright
+load components/philo.ndr
+ren a3841/tleft b3841/bleft a3842/tright b3842/bright
+load components/philo.ndr
+ren a3842/tleft b3842/bleft a3843/tright b3843/bright
+load components/philo.ndr
+ren a3843/tleft b3843/bleft a3844/tright b3844/bright
+load components/philo.ndr
+ren a3844/tleft b3844/bleft a3845/tright b3845/bright
+load components/philo.ndr
+ren a3845/tleft b3845/bleft a3846/tright b3846/bright
+load components/philo.ndr
+ren a3846/tleft b3846/bleft a3847/tright b3847/bright
+load components/philo.ndr
+ren a3847/tleft b3847/bleft a3848/tright b3848/bright
+load components/philo.ndr
+ren a3848/tleft b3848/bleft a3849/tright b3849/bright
+load components/philo.ndr
+ren a3849/tleft b3849/bleft a3850/tright b3850/bright
+load components/philo.ndr
+ren a3850/tleft b3850/bleft a3851/tright b3851/bright
+load components/philo.ndr
+ren a3851/tleft b3851/bleft a3852/tright b3852/bright
+load components/philo.ndr
+ren a3852/tleft b3852/bleft a3853/tright b3853/bright
+load components/philo.ndr
+ren a3853/tleft b3853/bleft a3854/tright b3854/bright
+load components/philo.ndr
+ren a3854/tleft b3854/bleft a3855/tright b3855/bright
+load components/philo.ndr
+ren a3855/tleft b3855/bleft a3856/tright b3856/bright
+load components/philo.ndr
+ren a3856/tleft b3856/bleft a3857/tright b3857/bright
+load components/philo.ndr
+ren a3857/tleft b3857/bleft a3858/tright b3858/bright
+load components/philo.ndr
+ren a3858/tleft b3858/bleft a3859/tright b3859/bright
+load components/philo.ndr
+ren a3859/tleft b3859/bleft a3860/tright b3860/bright
+load components/philo.ndr
+ren a3860/tleft b3860/bleft a3861/tright b3861/bright
+load components/philo.ndr
+ren a3861/tleft b3861/bleft a3862/tright b3862/bright
+load components/philo.ndr
+ren a3862/tleft b3862/bleft a3863/tright b3863/bright
+load components/philo.ndr
+ren a3863/tleft b3863/bleft a3864/tright b3864/bright
+load components/philo.ndr
+ren a3864/tleft b3864/bleft a3865/tright b3865/bright
+load components/philo.ndr
+ren a3865/tleft b3865/bleft a3866/tright b3866/bright
+load components/philo.ndr
+ren a3866/tleft b3866/bleft a3867/tright b3867/bright
+load components/philo.ndr
+ren a3867/tleft b3867/bleft a3868/tright b3868/bright
+load components/philo.ndr
+ren a3868/tleft b3868/bleft a3869/tright b3869/bright
+load components/philo.ndr
+ren a3869/tleft b3869/bleft a3870/tright b3870/bright
+load components/philo.ndr
+ren a3870/tleft b3870/bleft a3871/tright b3871/bright
+load components/philo.ndr
+ren a3871/tleft b3871/bleft a3872/tright b3872/bright
+load components/philo.ndr
+ren a3872/tleft b3872/bleft a3873/tright b3873/bright
+load components/philo.ndr
+ren a3873/tleft b3873/bleft a3874/tright b3874/bright
+load components/philo.ndr
+ren a3874/tleft b3874/bleft a3875/tright b3875/bright
+load components/philo.ndr
+ren a3875/tleft b3875/bleft a3876/tright b3876/bright
+load components/philo.ndr
+ren a3876/tleft b3876/bleft a3877/tright b3877/bright
+load components/philo.ndr
+ren a3877/tleft b3877/bleft a3878/tright b3878/bright
+load components/philo.ndr
+ren a3878/tleft b3878/bleft a3879/tright b3879/bright
+load components/philo.ndr
+ren a3879/tleft b3879/bleft a3880/tright b3880/bright
+load components/philo.ndr
+ren a3880/tleft b3880/bleft a3881/tright b3881/bright
+load components/philo.ndr
+ren a3881/tleft b3881/bleft a3882/tright b3882/bright
+load components/philo.ndr
+ren a3882/tleft b3882/bleft a3883/tright b3883/bright
+load components/philo.ndr
+ren a3883/tleft b3883/bleft a3884/tright b3884/bright
+load components/philo.ndr
+ren a3884/tleft b3884/bleft a3885/tright b3885/bright
+load components/philo.ndr
+ren a3885/tleft b3885/bleft a3886/tright b3886/bright
+load components/philo.ndr
+ren a3886/tleft b3886/bleft a3887/tright b3887/bright
+load components/philo.ndr
+ren a3887/tleft b3887/bleft a3888/tright b3888/bright
+load components/philo.ndr
+ren a3888/tleft b3888/bleft a3889/tright b3889/bright
+load components/philo.ndr
+ren a3889/tleft b3889/bleft a3890/tright b3890/bright
+load components/philo.ndr
+ren a3890/tleft b3890/bleft a3891/tright b3891/bright
+load components/philo.ndr
+ren a3891/tleft b3891/bleft a3892/tright b3892/bright
+load components/philo.ndr
+ren a3892/tleft b3892/bleft a3893/tright b3893/bright
+load components/philo.ndr
+ren a3893/tleft b3893/bleft a3894/tright b3894/bright
+load components/philo.ndr
+ren a3894/tleft b3894/bleft a3895/tright b3895/bright
+load components/philo.ndr
+ren a3895/tleft b3895/bleft a3896/tright b3896/bright
+load components/philo.ndr
+ren a3896/tleft b3896/bleft a3897/tright b3897/bright
+load components/philo.ndr
+ren a3897/tleft b3897/bleft a3898/tright b3898/bright
+load components/philo.ndr
+ren a3898/tleft b3898/bleft a3899/tright b3899/bright
+load components/philo.ndr
+ren a3899/tleft b3899/bleft a3900/tright b3900/bright
+load components/philo.ndr
+ren a3900/tleft b3900/bleft a3901/tright b3901/bright
+load components/philo.ndr
+ren a3901/tleft b3901/bleft a3902/tright b3902/bright
+load components/philo.ndr
+ren a3902/tleft b3902/bleft a3903/tright b3903/bright
+load components/philo.ndr
+ren a3903/tleft b3903/bleft a3904/tright b3904/bright
+load components/philo.ndr
+ren a3904/tleft b3904/bleft a3905/tright b3905/bright
+load components/philo.ndr
+ren a3905/tleft b3905/bleft a3906/tright b3906/bright
+load components/philo.ndr
+ren a3906/tleft b3906/bleft a3907/tright b3907/bright
+load components/philo.ndr
+ren a3907/tleft b3907/bleft a3908/tright b3908/bright
+load components/philo.ndr
+ren a3908/tleft b3908/bleft a3909/tright b3909/bright
+load components/philo.ndr
+ren a3909/tleft b3909/bleft a3910/tright b3910/bright
+load components/philo.ndr
+ren a3910/tleft b3910/bleft a3911/tright b3911/bright
+load components/philo.ndr
+ren a3911/tleft b3911/bleft a3912/tright b3912/bright
+load components/philo.ndr
+ren a3912/tleft b3912/bleft a3913/tright b3913/bright
+load components/philo.ndr
+ren a3913/tleft b3913/bleft a3914/tright b3914/bright
+load components/philo.ndr
+ren a3914/tleft b3914/bleft a3915/tright b3915/bright
+load components/philo.ndr
+ren a3915/tleft b3915/bleft a3916/tright b3916/bright
+load components/philo.ndr
+ren a3916/tleft b3916/bleft a3917/tright b3917/bright
+load components/philo.ndr
+ren a3917/tleft b3917/bleft a3918/tright b3918/bright
+load components/philo.ndr
+ren a3918/tleft b3918/bleft a3919/tright b3919/bright
+load components/philo.ndr
+ren a3919/tleft b3919/bleft a3920/tright b3920/bright
+load components/philo.ndr
+ren a3920/tleft b3920/bleft a3921/tright b3921/bright
+load components/philo.ndr
+ren a3921/tleft b3921/bleft a3922/tright b3922/bright
+load components/philo.ndr
+ren a3922/tleft b3922/bleft a3923/tright b3923/bright
+load components/philo.ndr
+ren a3923/tleft b3923/bleft a3924/tright b3924/bright
+load components/philo.ndr
+ren a3924/tleft b3924/bleft a3925/tright b3925/bright
+load components/philo.ndr
+ren a3925/tleft b3925/bleft a3926/tright b3926/bright
+load components/philo.ndr
+ren a3926/tleft b3926/bleft a3927/tright b3927/bright
+load components/philo.ndr
+ren a3927/tleft b3927/bleft a3928/tright b3928/bright
+load components/philo.ndr
+ren a3928/tleft b3928/bleft a3929/tright b3929/bright
+load components/philo.ndr
+ren a3929/tleft b3929/bleft a3930/tright b3930/bright
+load components/philo.ndr
+ren a3930/tleft b3930/bleft a3931/tright b3931/bright
+load components/philo.ndr
+ren a3931/tleft b3931/bleft a3932/tright b3932/bright
+load components/philo.ndr
+ren a3932/tleft b3932/bleft a3933/tright b3933/bright
+load components/philo.ndr
+ren a3933/tleft b3933/bleft a3934/tright b3934/bright
+load components/philo.ndr
+ren a3934/tleft b3934/bleft a3935/tright b3935/bright
+load components/philo.ndr
+ren a3935/tleft b3935/bleft a3936/tright b3936/bright
+load components/philo.ndr
+ren a3936/tleft b3936/bleft a3937/tright b3937/bright
+load components/philo.ndr
+ren a3937/tleft b3937/bleft a3938/tright b3938/bright
+load components/philo.ndr
+ren a3938/tleft b3938/bleft a3939/tright b3939/bright
+load components/philo.ndr
+ren a3939/tleft b3939/bleft a3940/tright b3940/bright
+load components/philo.ndr
+ren a3940/tleft b3940/bleft a3941/tright b3941/bright
+load components/philo.ndr
+ren a3941/tleft b3941/bleft a3942/tright b3942/bright
+load components/philo.ndr
+ren a3942/tleft b3942/bleft a3943/tright b3943/bright
+load components/philo.ndr
+ren a3943/tleft b3943/bleft a3944/tright b3944/bright
+load components/philo.ndr
+ren a3944/tleft b3944/bleft a3945/tright b3945/bright
+load components/philo.ndr
+ren a3945/tleft b3945/bleft a3946/tright b3946/bright
+load components/philo.ndr
+ren a3946/tleft b3946/bleft a3947/tright b3947/bright
+load components/philo.ndr
+ren a3947/tleft b3947/bleft a3948/tright b3948/bright
+load components/philo.ndr
+ren a3948/tleft b3948/bleft a3949/tright b3949/bright
+load components/philo.ndr
+ren a3949/tleft b3949/bleft a3950/tright b3950/bright
+load components/philo.ndr
+ren a3950/tleft b3950/bleft a3951/tright b3951/bright
+load components/philo.ndr
+ren a3951/tleft b3951/bleft a3952/tright b3952/bright
+load components/philo.ndr
+ren a3952/tleft b3952/bleft a3953/tright b3953/bright
+load components/philo.ndr
+ren a3953/tleft b3953/bleft a3954/tright b3954/bright
+load components/philo.ndr
+ren a3954/tleft b3954/bleft a3955/tright b3955/bright
+load components/philo.ndr
+ren a3955/tleft b3955/bleft a3956/tright b3956/bright
+load components/philo.ndr
+ren a3956/tleft b3956/bleft a3957/tright b3957/bright
+load components/philo.ndr
+ren a3957/tleft b3957/bleft a3958/tright b3958/bright
+load components/philo.ndr
+ren a3958/tleft b3958/bleft a3959/tright b3959/bright
+load components/philo.ndr
+ren a3959/tleft b3959/bleft a3960/tright b3960/bright
+load components/philo.ndr
+ren a3960/tleft b3960/bleft a3961/tright b3961/bright
+load components/philo.ndr
+ren a3961/tleft b3961/bleft a3962/tright b3962/bright
+load components/philo.ndr
+ren a3962/tleft b3962/bleft a3963/tright b3963/bright
+load components/philo.ndr
+ren a3963/tleft b3963/bleft a3964/tright b3964/bright
+load components/philo.ndr
+ren a3964/tleft b3964/bleft a3965/tright b3965/bright
+load components/philo.ndr
+ren a3965/tleft b3965/bleft a3966/tright b3966/bright
+load components/philo.ndr
+ren a3966/tleft b3966/bleft a3967/tright b3967/bright
+load components/philo.ndr
+ren a3967/tleft b3967/bleft a3968/tright b3968/bright
+load components/philo.ndr
+ren a3968/tleft b3968/bleft a3969/tright b3969/bright
+load components/philo.ndr
+ren a3969/tleft b3969/bleft a3970/tright b3970/bright
+load components/philo.ndr
+ren a3970/tleft b3970/bleft a3971/tright b3971/bright
+load components/philo.ndr
+ren a3971/tleft b3971/bleft a3972/tright b3972/bright
+load components/philo.ndr
+ren a3972/tleft b3972/bleft a3973/tright b3973/bright
+load components/philo.ndr
+ren a3973/tleft b3973/bleft a3974/tright b3974/bright
+load components/philo.ndr
+ren a3974/tleft b3974/bleft a3975/tright b3975/bright
+load components/philo.ndr
+ren a3975/tleft b3975/bleft a3976/tright b3976/bright
+load components/philo.ndr
+ren a3976/tleft b3976/bleft a3977/tright b3977/bright
+load components/philo.ndr
+ren a3977/tleft b3977/bleft a3978/tright b3978/bright
+load components/philo.ndr
+ren a3978/tleft b3978/bleft a3979/tright b3979/bright
+load components/philo.ndr
+ren a3979/tleft b3979/bleft a3980/tright b3980/bright
+load components/philo.ndr
+ren a3980/tleft b3980/bleft a3981/tright b3981/bright
+load components/philo.ndr
+ren a3981/tleft b3981/bleft a3982/tright b3982/bright
+load components/philo.ndr
+ren a3982/tleft b3982/bleft a3983/tright b3983/bright
+load components/philo.ndr
+ren a3983/tleft b3983/bleft a3984/tright b3984/bright
+load components/philo.ndr
+ren a3984/tleft b3984/bleft a3985/tright b3985/bright
+load components/philo.ndr
+ren a3985/tleft b3985/bleft a3986/tright b3986/bright
+load components/philo.ndr
+ren a3986/tleft b3986/bleft a3987/tright b3987/bright
+load components/philo.ndr
+ren a3987/tleft b3987/bleft a3988/tright b3988/bright
+load components/philo.ndr
+ren a3988/tleft b3988/bleft a3989/tright b3989/bright
+load components/philo.ndr
+ren a3989/tleft b3989/bleft a3990/tright b3990/bright
+load components/philo.ndr
+ren a3990/tleft b3990/bleft a3991/tright b3991/bright
+load components/philo.ndr
+ren a3991/tleft b3991/bleft a3992/tright b3992/bright
+load components/philo.ndr
+ren a3992/tleft b3992/bleft a3993/tright b3993/bright
+load components/philo.ndr
+ren a3993/tleft b3993/bleft a3994/tright b3994/bright
+load components/philo.ndr
+ren a3994/tleft b3994/bleft a3995/tright b3995/bright
+load components/philo.ndr
+ren a3995/tleft b3995/bleft a3996/tright b3996/bright
+load components/philo.ndr
+ren a3996/tleft b3996/bleft a3997/tright b3997/bright
+load components/philo.ndr
+ren a3997/tleft b3997/bleft a3998/tright b3998/bright
+load components/philo.ndr
+ren a3998/tleft b3998/bleft a3999/tright b3999/bright
+load components/philo.ndr
+ren a3999/tleft b3999/bleft a4000/tright b4000/bright
+load components/philo.ndr
+ren a4000/tleft b4000/bleft a4001/tright b4001/bright
+load components/philo.ndr
+ren a4001/tleft b4001/bleft a4002/tright b4002/bright
+load components/philo.ndr
+ren a4002/tleft b4002/bleft a4003/tright b4003/bright
+load components/philo.ndr
+ren a4003/tleft b4003/bleft a4004/tright b4004/bright
+load components/philo.ndr
+ren a4004/tleft b4004/bleft a4005/tright b4005/bright
+load components/philo.ndr
+ren a4005/tleft b4005/bleft a4006/tright b4006/bright
+load components/philo.ndr
+ren a4006/tleft b4006/bleft a4007/tright b4007/bright
+load components/philo.ndr
+ren a4007/tleft b4007/bleft a4008/tright b4008/bright
+load components/philo.ndr
+ren a4008/tleft b4008/bleft a4009/tright b4009/bright
+load components/philo.ndr
+ren a4009/tleft b4009/bleft a4010/tright b4010/bright
+load components/philo.ndr
+ren a4010/tleft b4010/bleft a4011/tright b4011/bright
+load components/philo.ndr
+ren a4011/tleft b4011/bleft a4012/tright b4012/bright
+load components/philo.ndr
+ren a4012/tleft b4012/bleft a4013/tright b4013/bright
+load components/philo.ndr
+ren a4013/tleft b4013/bleft a4014/tright b4014/bright
+load components/philo.ndr
+ren a4014/tleft b4014/bleft a4015/tright b4015/bright
+load components/philo.ndr
+ren a4015/tleft b4015/bleft a4016/tright b4016/bright
+load components/philo.ndr
+ren a4016/tleft b4016/bleft a4017/tright b4017/bright
+load components/philo.ndr
+ren a4017/tleft b4017/bleft a4018/tright b4018/bright
+load components/philo.ndr
+ren a4018/tleft b4018/bleft a4019/tright b4019/bright
+load components/philo.ndr
+ren a4019/tleft b4019/bleft a4020/tright b4020/bright
+load components/philo.ndr
+ren a4020/tleft b4020/bleft a4021/tright b4021/bright
+load components/philo.ndr
+ren a4021/tleft b4021/bleft a4022/tright b4022/bright
+load components/philo.ndr
+ren a4022/tleft b4022/bleft a4023/tright b4023/bright
+load components/philo.ndr
+ren a4023/tleft b4023/bleft a4024/tright b4024/bright
+load components/philo.ndr
+ren a4024/tleft b4024/bleft a4025/tright b4025/bright
+load components/philo.ndr
+ren a4025/tleft b4025/bleft a4026/tright b4026/bright
+load components/philo.ndr
+ren a4026/tleft b4026/bleft a4027/tright b4027/bright
+load components/philo.ndr
+ren a4027/tleft b4027/bleft a4028/tright b4028/bright
+load components/philo.ndr
+ren a4028/tleft b4028/bleft a4029/tright b4029/bright
+load components/philo.ndr
+ren a4029/tleft b4029/bleft a4030/tright b4030/bright
+load components/philo.ndr
+ren a4030/tleft b4030/bleft a4031/tright b4031/bright
+load components/philo.ndr
+ren a4031/tleft b4031/bleft a4032/tright b4032/bright
+load components/philo.ndr
+ren a4032/tleft b4032/bleft a4033/tright b4033/bright
+load components/philo.ndr
+ren a4033/tleft b4033/bleft a4034/tright b4034/bright
+load components/philo.ndr
+ren a4034/tleft b4034/bleft a4035/tright b4035/bright
+load components/philo.ndr
+ren a4035/tleft b4035/bleft a4036/tright b4036/bright
+load components/philo.ndr
+ren a4036/tleft b4036/bleft a4037/tright b4037/bright
+load components/philo.ndr
+ren a4037/tleft b4037/bleft a4038/tright b4038/bright
+load components/philo.ndr
+ren a4038/tleft b4038/bleft a4039/tright b4039/bright
+load components/philo.ndr
+ren a4039/tleft b4039/bleft a4040/tright b4040/bright
+load components/philo.ndr
+ren a4040/tleft b4040/bleft a4041/tright b4041/bright
+load components/philo.ndr
+ren a4041/tleft b4041/bleft a4042/tright b4042/bright
+load components/philo.ndr
+ren a4042/tleft b4042/bleft a4043/tright b4043/bright
+load components/philo.ndr
+ren a4043/tleft b4043/bleft a4044/tright b4044/bright
+load components/philo.ndr
+ren a4044/tleft b4044/bleft a4045/tright b4045/bright
+load components/philo.ndr
+ren a4045/tleft b4045/bleft a4046/tright b4046/bright
+load components/philo.ndr
+ren a4046/tleft b4046/bleft a4047/tright b4047/bright
+load components/philo.ndr
+ren a4047/tleft b4047/bleft a4048/tright b4048/bright
+load components/philo.ndr
+ren a4048/tleft b4048/bleft a4049/tright b4049/bright
+load components/philo.ndr
+ren a4049/tleft b4049/bleft a4050/tright b4050/bright
+load components/philo.ndr
+ren a4050/tleft b4050/bleft a4051/tright b4051/bright
+load components/philo.ndr
+ren a4051/tleft b4051/bleft a4052/tright b4052/bright
+load components/philo.ndr
+ren a4052/tleft b4052/bleft a4053/tright b4053/bright
+load components/philo.ndr
+ren a4053/tleft b4053/bleft a4054/tright b4054/bright
+load components/philo.ndr
+ren a4054/tleft b4054/bleft a4055/tright b4055/bright
+load components/philo.ndr
+ren a4055/tleft b4055/bleft a4056/tright b4056/bright
+load components/philo.ndr
+ren a4056/tleft b4056/bleft a4057/tright b4057/bright
+load components/philo.ndr
+ren a4057/tleft b4057/bleft a4058/tright b4058/bright
+load components/philo.ndr
+ren a4058/tleft b4058/bleft a4059/tright b4059/bright
+load components/philo.ndr
+ren a4059/tleft b4059/bleft a4060/tright b4060/bright
+load components/philo.ndr
+ren a4060/tleft b4060/bleft a4061/tright b4061/bright
+load components/philo.ndr
+ren a4061/tleft b4061/bleft a4062/tright b4062/bright
+load components/philo.ndr
+ren a4062/tleft b4062/bleft a4063/tright b4063/bright
+load components/philo.ndr
+ren a4063/tleft b4063/bleft a4064/tright b4064/bright
+load components/philo.ndr
+ren a4064/tleft b4064/bleft a4065/tright b4065/bright
+load components/philo.ndr
+ren a4065/tleft b4065/bleft a4066/tright b4066/bright
+load components/philo.ndr
+ren a4066/tleft b4066/bleft a4067/tright b4067/bright
+load components/philo.ndr
+ren a4067/tleft b4067/bleft a4068/tright b4068/bright
+load components/philo.ndr
+ren a4068/tleft b4068/bleft a4069/tright b4069/bright
+load components/philo.ndr
+ren a4069/tleft b4069/bleft a4070/tright b4070/bright
+load components/philo.ndr
+ren a4070/tleft b4070/bleft a4071/tright b4071/bright
+load components/philo.ndr
+ren a4071/tleft b4071/bleft a4072/tright b4072/bright
+load components/philo.ndr
+ren a4072/tleft b4072/bleft a4073/tright b4073/bright
+load components/philo.ndr
+ren a4073/tleft b4073/bleft a4074/tright b4074/bright
+load components/philo.ndr
+ren a4074/tleft b4074/bleft a4075/tright b4075/bright
+load components/philo.ndr
+ren a4075/tleft b4075/bleft a4076/tright b4076/bright
+load components/philo.ndr
+ren a4076/tleft b4076/bleft a4077/tright b4077/bright
+load components/philo.ndr
+ren a4077/tleft b4077/bleft a4078/tright b4078/bright
+load components/philo.ndr
+ren a4078/tleft b4078/bleft a4079/tright b4079/bright
+load components/philo.ndr
+ren a4079/tleft b4079/bleft a4080/tright b4080/bright
+load components/philo.ndr
+ren a4080/tleft b4080/bleft a4081/tright b4081/bright
+load components/philo.ndr
+ren a4081/tleft b4081/bleft a4082/tright b4082/bright
+load components/philo.ndr
+ren a4082/tleft b4082/bleft a4083/tright b4083/bright
+load components/philo.ndr
+ren a4083/tleft b4083/bleft a4084/tright b4084/bright
+load components/philo.ndr
+ren a4084/tleft b4084/bleft a4085/tright b4085/bright
+load components/philo.ndr
+ren a4085/tleft b4085/bleft a4086/tright b4086/bright
+load components/philo.ndr
+ren a4086/tleft b4086/bleft a4087/tright b4087/bright
+load components/philo.ndr
+ren a4087/tleft b4087/bleft a4088/tright b4088/bright
+load components/philo.ndr
+ren a4088/tleft b4088/bleft a4089/tright b4089/bright
+load components/philo.ndr
+ren a4089/tleft b4089/bleft a4090/tright b4090/bright
+load components/philo.ndr
+ren a4090/tleft b4090/bleft a4091/tright b4091/bright
+load components/philo.ndr
+ren a4091/tleft b4091/bleft a4092/tright b4092/bright
+load components/philo.ndr
+ren a4092/tleft b4092/bleft a4093/tright b4093/bright
+load components/philo.ndr
+ren a4093/tleft b4093/bleft a4094/tright b4094/bright
+load components/philo.ndr
+ren a4094/tleft b4094/bleft a4095/tright b4095/bright
+load components/philo.ndr
+ren a4095/tleft b4095/bleft a4096/tright b4096/bright
+load components/philo.ndr
+ren a4096/tleft b4096/bleft a4097/tright b4097/bright
+load components/philo.ndr
+ren a4097/tleft b4097/bleft a4098/tright b4098/bright
+load components/philo.ndr
+ren a4098/tleft b4098/bleft a4099/tright b4099/bright
+load components/philo.ndr
+ren a4099/tleft b4099/bleft a4100/tright b4100/bright
+load components/philo.ndr
+ren a4100/tleft b4100/bleft a4101/tright b4101/bright
+load components/philo.ndr
+ren a4101/tleft b4101/bleft a4102/tright b4102/bright
+load components/philo.ndr
+ren a4102/tleft b4102/bleft a4103/tright b4103/bright
+load components/philo.ndr
+ren a4103/tleft b4103/bleft a4104/tright b4104/bright
+load components/philo.ndr
+ren a4104/tleft b4104/bleft a4105/tright b4105/bright
+load components/philo.ndr
+ren a4105/tleft b4105/bleft a4106/tright b4106/bright
+load components/philo.ndr
+ren a4106/tleft b4106/bleft a4107/tright b4107/bright
+load components/philo.ndr
+ren a4107/tleft b4107/bleft a4108/tright b4108/bright
+load components/philo.ndr
+ren a4108/tleft b4108/bleft a4109/tright b4109/bright
+load components/philo.ndr
+ren a4109/tleft b4109/bleft a4110/tright b4110/bright
+load components/philo.ndr
+ren a4110/tleft b4110/bleft a4111/tright b4111/bright
+load components/philo.ndr
+ren a4111/tleft b4111/bleft a4112/tright b4112/bright
+load components/philo.ndr
+ren a4112/tleft b4112/bleft a4113/tright b4113/bright
+load components/philo.ndr
+ren a4113/tleft b4113/bleft a4114/tright b4114/bright
+load components/philo.ndr
+ren a4114/tleft b4114/bleft a4115/tright b4115/bright
+load components/philo.ndr
+ren a4115/tleft b4115/bleft a4116/tright b4116/bright
+load components/philo.ndr
+ren a4116/tleft b4116/bleft a4117/tright b4117/bright
+load components/philo.ndr
+ren a4117/tleft b4117/bleft a4118/tright b4118/bright
+load components/philo.ndr
+ren a4118/tleft b4118/bleft a4119/tright b4119/bright
+load components/philo.ndr
+ren a4119/tleft b4119/bleft a4120/tright b4120/bright
+load components/philo.ndr
+ren a4120/tleft b4120/bleft a4121/tright b4121/bright
+load components/philo.ndr
+ren a4121/tleft b4121/bleft a4122/tright b4122/bright
+load components/philo.ndr
+ren a4122/tleft b4122/bleft a4123/tright b4123/bright
+load components/philo.ndr
+ren a4123/tleft b4123/bleft a4124/tright b4124/bright
+load components/philo.ndr
+ren a4124/tleft b4124/bleft a4125/tright b4125/bright
+load components/philo.ndr
+ren a4125/tleft b4125/bleft a4126/tright b4126/bright
+load components/philo.ndr
+ren a4126/tleft b4126/bleft a4127/tright b4127/bright
+load components/philo.ndr
+ren a4127/tleft b4127/bleft a4128/tright b4128/bright
+load components/philo.ndr
+ren a4128/tleft b4128/bleft a4129/tright b4129/bright
+load components/philo.ndr
+ren a4129/tleft b4129/bleft a4130/tright b4130/bright
+load components/philo.ndr
+ren a4130/tleft b4130/bleft a4131/tright b4131/bright
+load components/philo.ndr
+ren a4131/tleft b4131/bleft a4132/tright b4132/bright
+load components/philo.ndr
+ren a4132/tleft b4132/bleft a4133/tright b4133/bright
+load components/philo.ndr
+ren a4133/tleft b4133/bleft a4134/tright b4134/bright
+load components/philo.ndr
+ren a4134/tleft b4134/bleft a4135/tright b4135/bright
+load components/philo.ndr
+ren a4135/tleft b4135/bleft a4136/tright b4136/bright
+load components/philo.ndr
+ren a4136/tleft b4136/bleft a4137/tright b4137/bright
+load components/philo.ndr
+ren a4137/tleft b4137/bleft a4138/tright b4138/bright
+load components/philo.ndr
+ren a4138/tleft b4138/bleft a4139/tright b4139/bright
+load components/philo.ndr
+ren a4139/tleft b4139/bleft a4140/tright b4140/bright
+load components/philo.ndr
+ren a4140/tleft b4140/bleft a4141/tright b4141/bright
+load components/philo.ndr
+ren a4141/tleft b4141/bleft a4142/tright b4142/bright
+load components/philo.ndr
+ren a4142/tleft b4142/bleft a4143/tright b4143/bright
+load components/philo.ndr
+ren a4143/tleft b4143/bleft a4144/tright b4144/bright
+load components/philo.ndr
+ren a4144/tleft b4144/bleft a4145/tright b4145/bright
+load components/philo.ndr
+ren a4145/tleft b4145/bleft a4146/tright b4146/bright
+load components/philo.ndr
+ren a4146/tleft b4146/bleft a4147/tright b4147/bright
+load components/philo.ndr
+ren a4147/tleft b4147/bleft a4148/tright b4148/bright
+load components/philo.ndr
+ren a4148/tleft b4148/bleft a4149/tright b4149/bright
+load components/philo.ndr
+ren a4149/tleft b4149/bleft a4150/tright b4150/bright
+load components/philo.ndr
+ren a4150/tleft b4150/bleft a4151/tright b4151/bright
+load components/philo.ndr
+ren a4151/tleft b4151/bleft a4152/tright b4152/bright
+load components/philo.ndr
+ren a4152/tleft b4152/bleft a4153/tright b4153/bright
+load components/philo.ndr
+ren a4153/tleft b4153/bleft a4154/tright b4154/bright
+load components/philo.ndr
+ren a4154/tleft b4154/bleft a4155/tright b4155/bright
+load components/philo.ndr
+ren a4155/tleft b4155/bleft a4156/tright b4156/bright
+load components/philo.ndr
+ren a4156/tleft b4156/bleft a4157/tright b4157/bright
+load components/philo.ndr
+ren a4157/tleft b4157/bleft a4158/tright b4158/bright
+load components/philo.ndr
+ren a4158/tleft b4158/bleft a4159/tright b4159/bright
+load components/philo.ndr
+ren a4159/tleft b4159/bleft a4160/tright b4160/bright
+load components/philo.ndr
+ren a4160/tleft b4160/bleft a4161/tright b4161/bright
+load components/philo.ndr
+ren a4161/tleft b4161/bleft a4162/tright b4162/bright
+load components/philo.ndr
+ren a4162/tleft b4162/bleft a4163/tright b4163/bright
+load components/philo.ndr
+ren a4163/tleft b4163/bleft a4164/tright b4164/bright
+load components/philo.ndr
+ren a4164/tleft b4164/bleft a4165/tright b4165/bright
+load components/philo.ndr
+ren a4165/tleft b4165/bleft a4166/tright b4166/bright
+load components/philo.ndr
+ren a4166/tleft b4166/bleft a4167/tright b4167/bright
+load components/philo.ndr
+ren a4167/tleft b4167/bleft a4168/tright b4168/bright
+load components/philo.ndr
+ren a4168/tleft b4168/bleft a4169/tright b4169/bright
+load components/philo.ndr
+ren a4169/tleft b4169/bleft a4170/tright b4170/bright
+load components/philo.ndr
+ren a4170/tleft b4170/bleft a4171/tright b4171/bright
+load components/philo.ndr
+ren a4171/tleft b4171/bleft a4172/tright b4172/bright
+load components/philo.ndr
+ren a4172/tleft b4172/bleft a4173/tright b4173/bright
+load components/philo.ndr
+ren a4173/tleft b4173/bleft a4174/tright b4174/bright
+load components/philo.ndr
+ren a4174/tleft b4174/bleft a4175/tright b4175/bright
+load components/philo.ndr
+ren a4175/tleft b4175/bleft a4176/tright b4176/bright
+load components/philo.ndr
+ren a4176/tleft b4176/bleft a4177/tright b4177/bright
+load components/philo.ndr
+ren a4177/tleft b4177/bleft a4178/tright b4178/bright
+load components/philo.ndr
+ren a4178/tleft b4178/bleft a4179/tright b4179/bright
+load components/philo.ndr
+ren a4179/tleft b4179/bleft a4180/tright b4180/bright
+load components/philo.ndr
+ren a4180/tleft b4180/bleft a4181/tright b4181/bright
+load components/philo.ndr
+ren a4181/tleft b4181/bleft a4182/tright b4182/bright
+load components/philo.ndr
+ren a4182/tleft b4182/bleft a4183/tright b4183/bright
+load components/philo.ndr
+ren a4183/tleft b4183/bleft a4184/tright b4184/bright
+load components/philo.ndr
+ren a4184/tleft b4184/bleft a4185/tright b4185/bright
+load components/philo.ndr
+ren a4185/tleft b4185/bleft a4186/tright b4186/bright
+load components/philo.ndr
+ren a4186/tleft b4186/bleft a4187/tright b4187/bright
+load components/philo.ndr
+ren a4187/tleft b4187/bleft a4188/tright b4188/bright
+load components/philo.ndr
+ren a4188/tleft b4188/bleft a4189/tright b4189/bright
+load components/philo.ndr
+ren a4189/tleft b4189/bleft a4190/tright b4190/bright
+load components/philo.ndr
+ren a4190/tleft b4190/bleft a4191/tright b4191/bright
+load components/philo.ndr
+ren a4191/tleft b4191/bleft a4192/tright b4192/bright
+load components/philo.ndr
+ren a4192/tleft b4192/bleft a4193/tright b4193/bright
+load components/philo.ndr
+ren a4193/tleft b4193/bleft a4194/tright b4194/bright
+load components/philo.ndr
+ren a4194/tleft b4194/bleft a4195/tright b4195/bright
+load components/philo.ndr
+ren a4195/tleft b4195/bleft a4196/tright b4196/bright
+load components/philo.ndr
+ren a4196/tleft b4196/bleft a4197/tright b4197/bright
+load components/philo.ndr
+ren a4197/tleft b4197/bleft a4198/tright b4198/bright
+load components/philo.ndr
+ren a4198/tleft b4198/bleft a4199/tright b4199/bright
+load components/philo.ndr
+ren a4199/tleft b4199/bleft a4200/tright b4200/bright
+load components/philo.ndr
+ren a4200/tleft b4200/bleft a4201/tright b4201/bright
+load components/philo.ndr
+ren a4201/tleft b4201/bleft a4202/tright b4202/bright
+load components/philo.ndr
+ren a4202/tleft b4202/bleft a4203/tright b4203/bright
+load components/philo.ndr
+ren a4203/tleft b4203/bleft a4204/tright b4204/bright
+load components/philo.ndr
+ren a4204/tleft b4204/bleft a4205/tright b4205/bright
+load components/philo.ndr
+ren a4205/tleft b4205/bleft a4206/tright b4206/bright
+load components/philo.ndr
+ren a4206/tleft b4206/bleft a4207/tright b4207/bright
+load components/philo.ndr
+ren a4207/tleft b4207/bleft a4208/tright b4208/bright
+load components/philo.ndr
+ren a4208/tleft b4208/bleft a4209/tright b4209/bright
+load components/philo.ndr
+ren a4209/tleft b4209/bleft a4210/tright b4210/bright
+load components/philo.ndr
+ren a4210/tleft b4210/bleft a4211/tright b4211/bright
+load components/philo.ndr
+ren a4211/tleft b4211/bleft a4212/tright b4212/bright
+load components/philo.ndr
+ren a4212/tleft b4212/bleft a4213/tright b4213/bright
+load components/philo.ndr
+ren a4213/tleft b4213/bleft a4214/tright b4214/bright
+load components/philo.ndr
+ren a4214/tleft b4214/bleft a4215/tright b4215/bright
+load components/philo.ndr
+ren a4215/tleft b4215/bleft a4216/tright b4216/bright
+load components/philo.ndr
+ren a4216/tleft b4216/bleft a4217/tright b4217/bright
+load components/philo.ndr
+ren a4217/tleft b4217/bleft a4218/tright b4218/bright
+load components/philo.ndr
+ren a4218/tleft b4218/bleft a4219/tright b4219/bright
+load components/philo.ndr
+ren a4219/tleft b4219/bleft a4220/tright b4220/bright
+load components/philo.ndr
+ren a4220/tleft b4220/bleft a4221/tright b4221/bright
+load components/philo.ndr
+ren a4221/tleft b4221/bleft a4222/tright b4222/bright
+load components/philo.ndr
+ren a4222/tleft b4222/bleft a4223/tright b4223/bright
+load components/philo.ndr
+ren a4223/tleft b4223/bleft a4224/tright b4224/bright
+load components/philo.ndr
+ren a4224/tleft b4224/bleft a4225/tright b4225/bright
+load components/philo.ndr
+ren a4225/tleft b4225/bleft a4226/tright b4226/bright
+load components/philo.ndr
+ren a4226/tleft b4226/bleft a4227/tright b4227/bright
+load components/philo.ndr
+ren a4227/tleft b4227/bleft a4228/tright b4228/bright
+load components/philo.ndr
+ren a4228/tleft b4228/bleft a4229/tright b4229/bright
+load components/philo.ndr
+ren a4229/tleft b4229/bleft a4230/tright b4230/bright
+load components/philo.ndr
+ren a4230/tleft b4230/bleft a4231/tright b4231/bright
+load components/philo.ndr
+ren a4231/tleft b4231/bleft a4232/tright b4232/bright
+load components/philo.ndr
+ren a4232/tleft b4232/bleft a4233/tright b4233/bright
+load components/philo.ndr
+ren a4233/tleft b4233/bleft a4234/tright b4234/bright
+load components/philo.ndr
+ren a4234/tleft b4234/bleft a4235/tright b4235/bright
+load components/philo.ndr
+ren a4235/tleft b4235/bleft a4236/tright b4236/bright
+load components/philo.ndr
+ren a4236/tleft b4236/bleft a4237/tright b4237/bright
+load components/philo.ndr
+ren a4237/tleft b4237/bleft a4238/tright b4238/bright
+load components/philo.ndr
+ren a4238/tleft b4238/bleft a4239/tright b4239/bright
+load components/philo.ndr
+ren a4239/tleft b4239/bleft a4240/tright b4240/bright
+load components/philo.ndr
+ren a4240/tleft b4240/bleft a4241/tright b4241/bright
+load components/philo.ndr
+ren a4241/tleft b4241/bleft a4242/tright b4242/bright
+load components/philo.ndr
+ren a4242/tleft b4242/bleft a4243/tright b4243/bright
+load components/philo.ndr
+ren a4243/tleft b4243/bleft a4244/tright b4244/bright
+load components/philo.ndr
+ren a4244/tleft b4244/bleft a4245/tright b4245/bright
+load components/philo.ndr
+ren a4245/tleft b4245/bleft a4246/tright b4246/bright
+load components/philo.ndr
+ren a4246/tleft b4246/bleft a4247/tright b4247/bright
+load components/philo.ndr
+ren a4247/tleft b4247/bleft a4248/tright b4248/bright
+load components/philo.ndr
+ren a4248/tleft b4248/bleft a4249/tright b4249/bright
+load components/philo.ndr
+ren a4249/tleft b4249/bleft a4250/tright b4250/bright
+load components/philo.ndr
+ren a4250/tleft b4250/bleft a4251/tright b4251/bright
+load components/philo.ndr
+ren a4251/tleft b4251/bleft a4252/tright b4252/bright
+load components/philo.ndr
+ren a4252/tleft b4252/bleft a4253/tright b4253/bright
+load components/philo.ndr
+ren a4253/tleft b4253/bleft a4254/tright b4254/bright
+load components/philo.ndr
+ren a4254/tleft b4254/bleft a4255/tright b4255/bright
+load components/philo.ndr
+ren a4255/tleft b4255/bleft a4256/tright b4256/bright
+load components/philo.ndr
+ren a4256/tleft b4256/bleft a4257/tright b4257/bright
+load components/philo.ndr
+ren a4257/tleft b4257/bleft a4258/tright b4258/bright
+load components/philo.ndr
+ren a4258/tleft b4258/bleft a4259/tright b4259/bright
+load components/philo.ndr
+ren a4259/tleft b4259/bleft a4260/tright b4260/bright
+load components/philo.ndr
+ren a4260/tleft b4260/bleft a4261/tright b4261/bright
+load components/philo.ndr
+ren a4261/tleft b4261/bleft a4262/tright b4262/bright
+load components/philo.ndr
+ren a4262/tleft b4262/bleft a4263/tright b4263/bright
+load components/philo.ndr
+ren a4263/tleft b4263/bleft a4264/tright b4264/bright
+load components/philo.ndr
+ren a4264/tleft b4264/bleft a4265/tright b4265/bright
+load components/philo.ndr
+ren a4265/tleft b4265/bleft a4266/tright b4266/bright
+load components/philo.ndr
+ren a4266/tleft b4266/bleft a4267/tright b4267/bright
+load components/philo.ndr
+ren a4267/tleft b4267/bleft a4268/tright b4268/bright
+load components/philo.ndr
+ren a4268/tleft b4268/bleft a4269/tright b4269/bright
+load components/philo.ndr
+ren a4269/tleft b4269/bleft a4270/tright b4270/bright
+load components/philo.ndr
+ren a4270/tleft b4270/bleft a4271/tright b4271/bright
+load components/philo.ndr
+ren a4271/tleft b4271/bleft a4272/tright b4272/bright
+load components/philo.ndr
+ren a4272/tleft b4272/bleft a4273/tright b4273/bright
+load components/philo.ndr
+ren a4273/tleft b4273/bleft a4274/tright b4274/bright
+load components/philo.ndr
+ren a4274/tleft b4274/bleft a4275/tright b4275/bright
+load components/philo.ndr
+ren a4275/tleft b4275/bleft a4276/tright b4276/bright
+load components/philo.ndr
+ren a4276/tleft b4276/bleft a4277/tright b4277/bright
+load components/philo.ndr
+ren a4277/tleft b4277/bleft a4278/tright b4278/bright
+load components/philo.ndr
+ren a4278/tleft b4278/bleft a4279/tright b4279/bright
+load components/philo.ndr
+ren a4279/tleft b4279/bleft a4280/tright b4280/bright
+load components/philo.ndr
+ren a4280/tleft b4280/bleft a4281/tright b4281/bright
+load components/philo.ndr
+ren a4281/tleft b4281/bleft a4282/tright b4282/bright
+load components/philo.ndr
+ren a4282/tleft b4282/bleft a4283/tright b4283/bright
+load components/philo.ndr
+ren a4283/tleft b4283/bleft a4284/tright b4284/bright
+load components/philo.ndr
+ren a4284/tleft b4284/bleft a4285/tright b4285/bright
+load components/philo.ndr
+ren a4285/tleft b4285/bleft a4286/tright b4286/bright
+load components/philo.ndr
+ren a4286/tleft b4286/bleft a4287/tright b4287/bright
+load components/philo.ndr
+ren a4287/tleft b4287/bleft a4288/tright b4288/bright
+load components/philo.ndr
+ren a4288/tleft b4288/bleft a4289/tright b4289/bright
+load components/philo.ndr
+ren a4289/tleft b4289/bleft a4290/tright b4290/bright
+load components/philo.ndr
+ren a4290/tleft b4290/bleft a4291/tright b4291/bright
+load components/philo.ndr
+ren a4291/tleft b4291/bleft a4292/tright b4292/bright
+load components/philo.ndr
+ren a4292/tleft b4292/bleft a4293/tright b4293/bright
+load components/philo.ndr
+ren a4293/tleft b4293/bleft a4294/tright b4294/bright
+load components/philo.ndr
+ren a4294/tleft b4294/bleft a4295/tright b4295/bright
+load components/philo.ndr
+ren a4295/tleft b4295/bleft a4296/tright b4296/bright
+load components/philo.ndr
+ren a4296/tleft b4296/bleft a4297/tright b4297/bright
+load components/philo.ndr
+ren a4297/tleft b4297/bleft a4298/tright b4298/bright
+load components/philo.ndr
+ren a4298/tleft b4298/bleft a4299/tright b4299/bright
+load components/philo.ndr
+ren a4299/tleft b4299/bleft a4300/tright b4300/bright
+load components/philo.ndr
+ren a4300/tleft b4300/bleft a4301/tright b4301/bright
+load components/philo.ndr
+ren a4301/tleft b4301/bleft a4302/tright b4302/bright
+load components/philo.ndr
+ren a4302/tleft b4302/bleft a4303/tright b4303/bright
+load components/philo.ndr
+ren a4303/tleft b4303/bleft a4304/tright b4304/bright
+load components/philo.ndr
+ren a4304/tleft b4304/bleft a4305/tright b4305/bright
+load components/philo.ndr
+ren a4305/tleft b4305/bleft a4306/tright b4306/bright
+load components/philo.ndr
+ren a4306/tleft b4306/bleft a4307/tright b4307/bright
+load components/philo.ndr
+ren a4307/tleft b4307/bleft a4308/tright b4308/bright
+load components/philo.ndr
+ren a4308/tleft b4308/bleft a4309/tright b4309/bright
+load components/philo.ndr
+ren a4309/tleft b4309/bleft a4310/tright b4310/bright
+load components/philo.ndr
+ren a4310/tleft b4310/bleft a4311/tright b4311/bright
+load components/philo.ndr
+ren a4311/tleft b4311/bleft a4312/tright b4312/bright
+load components/philo.ndr
+ren a4312/tleft b4312/bleft a4313/tright b4313/bright
+load components/philo.ndr
+ren a4313/tleft b4313/bleft a4314/tright b4314/bright
+load components/philo.ndr
+ren a4314/tleft b4314/bleft a4315/tright b4315/bright
+load components/philo.ndr
+ren a4315/tleft b4315/bleft a4316/tright b4316/bright
+load components/philo.ndr
+ren a4316/tleft b4316/bleft a4317/tright b4317/bright
+load components/philo.ndr
+ren a4317/tleft b4317/bleft a4318/tright b4318/bright
+load components/philo.ndr
+ren a4318/tleft b4318/bleft a4319/tright b4319/bright
+load components/philo.ndr
+ren a4319/tleft b4319/bleft a4320/tright b4320/bright
+load components/philo.ndr
+ren a4320/tleft b4320/bleft a4321/tright b4321/bright
+load components/philo.ndr
+ren a4321/tleft b4321/bleft a4322/tright b4322/bright
+load components/philo.ndr
+ren a4322/tleft b4322/bleft a4323/tright b4323/bright
+load components/philo.ndr
+ren a4323/tleft b4323/bleft a4324/tright b4324/bright
+load components/philo.ndr
+ren a4324/tleft b4324/bleft a4325/tright b4325/bright
+load components/philo.ndr
+ren a4325/tleft b4325/bleft a4326/tright b4326/bright
+load components/philo.ndr
+ren a4326/tleft b4326/bleft a4327/tright b4327/bright
+load components/philo.ndr
+ren a4327/tleft b4327/bleft a4328/tright b4328/bright
+load components/philo.ndr
+ren a4328/tleft b4328/bleft a4329/tright b4329/bright
+load components/philo.ndr
+ren a4329/tleft b4329/bleft a4330/tright b4330/bright
+load components/philo.ndr
+ren a4330/tleft b4330/bleft a4331/tright b4331/bright
+load components/philo.ndr
+ren a4331/tleft b4331/bleft a4332/tright b4332/bright
+load components/philo.ndr
+ren a4332/tleft b4332/bleft a4333/tright b4333/bright
+load components/philo.ndr
+ren a4333/tleft b4333/bleft a4334/tright b4334/bright
+load components/philo.ndr
+ren a4334/tleft b4334/bleft a4335/tright b4335/bright
+load components/philo.ndr
+ren a4335/tleft b4335/bleft a4336/tright b4336/bright
+load components/philo.ndr
+ren a4336/tleft b4336/bleft a4337/tright b4337/bright
+load components/philo.ndr
+ren a4337/tleft b4337/bleft a4338/tright b4338/bright
+load components/philo.ndr
+ren a4338/tleft b4338/bleft a4339/tright b4339/bright
+load components/philo.ndr
+ren a4339/tleft b4339/bleft a4340/tright b4340/bright
+load components/philo.ndr
+ren a4340/tleft b4340/bleft a4341/tright b4341/bright
+load components/philo.ndr
+ren a4341/tleft b4341/bleft a4342/tright b4342/bright
+load components/philo.ndr
+ren a4342/tleft b4342/bleft a4343/tright b4343/bright
+load components/philo.ndr
+ren a4343/tleft b4343/bleft a4344/tright b4344/bright
+load components/philo.ndr
+ren a4344/tleft b4344/bleft a4345/tright b4345/bright
+load components/philo.ndr
+ren a4345/tleft b4345/bleft a4346/tright b4346/bright
+load components/philo.ndr
+ren a4346/tleft b4346/bleft a4347/tright b4347/bright
+load components/philo.ndr
+ren a4347/tleft b4347/bleft a4348/tright b4348/bright
+load components/philo.ndr
+ren a4348/tleft b4348/bleft a4349/tright b4349/bright
+load components/philo.ndr
+ren a4349/tleft b4349/bleft a4350/tright b4350/bright
+load components/philo.ndr
+ren a4350/tleft b4350/bleft a4351/tright b4351/bright
+load components/philo.ndr
+ren a4351/tleft b4351/bleft a4352/tright b4352/bright
+load components/philo.ndr
+ren a4352/tleft b4352/bleft a4353/tright b4353/bright
+load components/philo.ndr
+ren a4353/tleft b4353/bleft a4354/tright b4354/bright
+load components/philo.ndr
+ren a4354/tleft b4354/bleft a4355/tright b4355/bright
+load components/philo.ndr
+ren a4355/tleft b4355/bleft a4356/tright b4356/bright
+load components/philo.ndr
+ren a4356/tleft b4356/bleft a4357/tright b4357/bright
+load components/philo.ndr
+ren a4357/tleft b4357/bleft a4358/tright b4358/bright
+load components/philo.ndr
+ren a4358/tleft b4358/bleft a4359/tright b4359/bright
+load components/philo.ndr
+ren a4359/tleft b4359/bleft a4360/tright b4360/bright
+load components/philo.ndr
+ren a4360/tleft b4360/bleft a4361/tright b4361/bright
+load components/philo.ndr
+ren a4361/tleft b4361/bleft a4362/tright b4362/bright
+load components/philo.ndr
+ren a4362/tleft b4362/bleft a4363/tright b4363/bright
+load components/philo.ndr
+ren a4363/tleft b4363/bleft a4364/tright b4364/bright
+load components/philo.ndr
+ren a4364/tleft b4364/bleft a4365/tright b4365/bright
+load components/philo.ndr
+ren a4365/tleft b4365/bleft a4366/tright b4366/bright
+load components/philo.ndr
+ren a4366/tleft b4366/bleft a4367/tright b4367/bright
+load components/philo.ndr
+ren a4367/tleft b4367/bleft a4368/tright b4368/bright
+load components/philo.ndr
+ren a4368/tleft b4368/bleft a4369/tright b4369/bright
+load components/philo.ndr
+ren a4369/tleft b4369/bleft a4370/tright b4370/bright
+load components/philo.ndr
+ren a4370/tleft b4370/bleft a4371/tright b4371/bright
+load components/philo.ndr
+ren a4371/tleft b4371/bleft a4372/tright b4372/bright
+load components/philo.ndr
+ren a4372/tleft b4372/bleft a4373/tright b4373/bright
+load components/philo.ndr
+ren a4373/tleft b4373/bleft a4374/tright b4374/bright
+load components/philo.ndr
+ren a4374/tleft b4374/bleft a4375/tright b4375/bright
+load components/philo.ndr
+ren a4375/tleft b4375/bleft a4376/tright b4376/bright
+load components/philo.ndr
+ren a4376/tleft b4376/bleft a4377/tright b4377/bright
+load components/philo.ndr
+ren a4377/tleft b4377/bleft a4378/tright b4378/bright
+load components/philo.ndr
+ren a4378/tleft b4378/bleft a4379/tright b4379/bright
+load components/philo.ndr
+ren a4379/tleft b4379/bleft a4380/tright b4380/bright
+load components/philo.ndr
+ren a4380/tleft b4380/bleft a4381/tright b4381/bright
+load components/philo.ndr
+ren a4381/tleft b4381/bleft a4382/tright b4382/bright
+load components/philo.ndr
+ren a4382/tleft b4382/bleft a4383/tright b4383/bright
+load components/philo.ndr
+ren a4383/tleft b4383/bleft a4384/tright b4384/bright
+load components/philo.ndr
+ren a4384/tleft b4384/bleft a4385/tright b4385/bright
+load components/philo.ndr
+ren a4385/tleft b4385/bleft a4386/tright b4386/bright
+load components/philo.ndr
+ren a4386/tleft b4386/bleft a4387/tright b4387/bright
+load components/philo.ndr
+ren a4387/tleft b4387/bleft a4388/tright b4388/bright
+load components/philo.ndr
+ren a4388/tleft b4388/bleft a4389/tright b4389/bright
+load components/philo.ndr
+ren a4389/tleft b4389/bleft a4390/tright b4390/bright
+load components/philo.ndr
+ren a4390/tleft b4390/bleft a4391/tright b4391/bright
+load components/philo.ndr
+ren a4391/tleft b4391/bleft a4392/tright b4392/bright
+load components/philo.ndr
+ren a4392/tleft b4392/bleft a4393/tright b4393/bright
+load components/philo.ndr
+ren a4393/tleft b4393/bleft a4394/tright b4394/bright
+load components/philo.ndr
+ren a4394/tleft b4394/bleft a4395/tright b4395/bright
+load components/philo.ndr
+ren a4395/tleft b4395/bleft a4396/tright b4396/bright
+load components/philo.ndr
+ren a4396/tleft b4396/bleft a4397/tright b4397/bright
+load components/philo.ndr
+ren a4397/tleft b4397/bleft a4398/tright b4398/bright
+load components/philo.ndr
+ren a4398/tleft b4398/bleft a4399/tright b4399/bright
+load components/philo.ndr
+ren a4399/tleft b4399/bleft a4400/tright b4400/bright
+load components/philo.ndr
+ren a4400/tleft b4400/bleft a4401/tright b4401/bright
+load components/philo.ndr
+ren a4401/tleft b4401/bleft a4402/tright b4402/bright
+load components/philo.ndr
+ren a4402/tleft b4402/bleft a4403/tright b4403/bright
+load components/philo.ndr
+ren a4403/tleft b4403/bleft a4404/tright b4404/bright
+load components/philo.ndr
+ren a4404/tleft b4404/bleft a4405/tright b4405/bright
+load components/philo.ndr
+ren a4405/tleft b4405/bleft a4406/tright b4406/bright
+load components/philo.ndr
+ren a4406/tleft b4406/bleft a4407/tright b4407/bright
+load components/philo.ndr
+ren a4407/tleft b4407/bleft a4408/tright b4408/bright
+load components/philo.ndr
+ren a4408/tleft b4408/bleft a4409/tright b4409/bright
+load components/philo.ndr
+ren a4409/tleft b4409/bleft a4410/tright b4410/bright
+load components/philo.ndr
+ren a4410/tleft b4410/bleft a4411/tright b4411/bright
+load components/philo.ndr
+ren a4411/tleft b4411/bleft a4412/tright b4412/bright
+load components/philo.ndr
+ren a4412/tleft b4412/bleft a4413/tright b4413/bright
+load components/philo.ndr
+ren a4413/tleft b4413/bleft a4414/tright b4414/bright
+load components/philo.ndr
+ren a4414/tleft b4414/bleft a4415/tright b4415/bright
+load components/philo.ndr
+ren a4415/tleft b4415/bleft a4416/tright b4416/bright
+load components/philo.ndr
+ren a4416/tleft b4416/bleft a4417/tright b4417/bright
+load components/philo.ndr
+ren a4417/tleft b4417/bleft a4418/tright b4418/bright
+load components/philo.ndr
+ren a4418/tleft b4418/bleft a4419/tright b4419/bright
+load components/philo.ndr
+ren a4419/tleft b4419/bleft a4420/tright b4420/bright
+load components/philo.ndr
+ren a4420/tleft b4420/bleft a4421/tright b4421/bright
+load components/philo.ndr
+ren a4421/tleft b4421/bleft a4422/tright b4422/bright
+load components/philo.ndr
+ren a4422/tleft b4422/bleft a4423/tright b4423/bright
+load components/philo.ndr
+ren a4423/tleft b4423/bleft a4424/tright b4424/bright
+load components/philo.ndr
+ren a4424/tleft b4424/bleft a4425/tright b4425/bright
+load components/philo.ndr
+ren a4425/tleft b4425/bleft a4426/tright b4426/bright
+load components/philo.ndr
+ren a4426/tleft b4426/bleft a4427/tright b4427/bright
+load components/philo.ndr
+ren a4427/tleft b4427/bleft a4428/tright b4428/bright
+load components/philo.ndr
+ren a4428/tleft b4428/bleft a4429/tright b4429/bright
+load components/philo.ndr
+ren a4429/tleft b4429/bleft a4430/tright b4430/bright
+load components/philo.ndr
+ren a4430/tleft b4430/bleft a4431/tright b4431/bright
+load components/philo.ndr
+ren a4431/tleft b4431/bleft a4432/tright b4432/bright
+load components/philo.ndr
+ren a4432/tleft b4432/bleft a4433/tright b4433/bright
+load components/philo.ndr
+ren a4433/tleft b4433/bleft a4434/tright b4434/bright
+load components/philo.ndr
+ren a4434/tleft b4434/bleft a4435/tright b4435/bright
+load components/philo.ndr
+ren a4435/tleft b4435/bleft a4436/tright b4436/bright
+load components/philo.ndr
+ren a4436/tleft b4436/bleft a4437/tright b4437/bright
+load components/philo.ndr
+ren a4437/tleft b4437/bleft a4438/tright b4438/bright
+load components/philo.ndr
+ren a4438/tleft b4438/bleft a4439/tright b4439/bright
+load components/philo.ndr
+ren a4439/tleft b4439/bleft a4440/tright b4440/bright
+load components/philo.ndr
+ren a4440/tleft b4440/bleft a4441/tright b4441/bright
+load components/philo.ndr
+ren a4441/tleft b4441/bleft a4442/tright b4442/bright
+load components/philo.ndr
+ren a4442/tleft b4442/bleft a4443/tright b4443/bright
+load components/philo.ndr
+ren a4443/tleft b4443/bleft a4444/tright b4444/bright
+load components/philo.ndr
+ren a4444/tleft b4444/bleft a4445/tright b4445/bright
+load components/philo.ndr
+ren a4445/tleft b4445/bleft a4446/tright b4446/bright
+load components/philo.ndr
+ren a4446/tleft b4446/bleft a4447/tright b4447/bright
+load components/philo.ndr
+ren a4447/tleft b4447/bleft a4448/tright b4448/bright
+load components/philo.ndr
+ren a4448/tleft b4448/bleft a4449/tright b4449/bright
+load components/philo.ndr
+ren a4449/tleft b4449/bleft a4450/tright b4450/bright
+load components/philo.ndr
+ren a4450/tleft b4450/bleft a4451/tright b4451/bright
+load components/philo.ndr
+ren a4451/tleft b4451/bleft a4452/tright b4452/bright
+load components/philo.ndr
+ren a4452/tleft b4452/bleft a4453/tright b4453/bright
+load components/philo.ndr
+ren a4453/tleft b4453/bleft a4454/tright b4454/bright
+load components/philo.ndr
+ren a4454/tleft b4454/bleft a4455/tright b4455/bright
+load components/philo.ndr
+ren a4455/tleft b4455/bleft a4456/tright b4456/bright
+load components/philo.ndr
+ren a4456/tleft b4456/bleft a4457/tright b4457/bright
+load components/philo.ndr
+ren a4457/tleft b4457/bleft a4458/tright b4458/bright
+load components/philo.ndr
+ren a4458/tleft b4458/bleft a4459/tright b4459/bright
+load components/philo.ndr
+ren a4459/tleft b4459/bleft a4460/tright b4460/bright
+load components/philo.ndr
+ren a4460/tleft b4460/bleft a4461/tright b4461/bright
+load components/philo.ndr
+ren a4461/tleft b4461/bleft a4462/tright b4462/bright
+load components/philo.ndr
+ren a4462/tleft b4462/bleft a4463/tright b4463/bright
+load components/philo.ndr
+ren a4463/tleft b4463/bleft a4464/tright b4464/bright
+load components/philo.ndr
+ren a4464/tleft b4464/bleft a4465/tright b4465/bright
+load components/philo.ndr
+ren a4465/tleft b4465/bleft a4466/tright b4466/bright
+load components/philo.ndr
+ren a4466/tleft b4466/bleft a4467/tright b4467/bright
+load components/philo.ndr
+ren a4467/tleft b4467/bleft a4468/tright b4468/bright
+load components/philo.ndr
+ren a4468/tleft b4468/bleft a4469/tright b4469/bright
+load components/philo.ndr
+ren a4469/tleft b4469/bleft a4470/tright b4470/bright
+load components/philo.ndr
+ren a4470/tleft b4470/bleft a4471/tright b4471/bright
+load components/philo.ndr
+ren a4471/tleft b4471/bleft a4472/tright b4472/bright
+load components/philo.ndr
+ren a4472/tleft b4472/bleft a4473/tright b4473/bright
+load components/philo.ndr
+ren a4473/tleft b4473/bleft a4474/tright b4474/bright
+load components/philo.ndr
+ren a4474/tleft b4474/bleft a4475/tright b4475/bright
+load components/philo.ndr
+ren a4475/tleft b4475/bleft a4476/tright b4476/bright
+load components/philo.ndr
+ren a4476/tleft b4476/bleft a4477/tright b4477/bright
+load components/philo.ndr
+ren a4477/tleft b4477/bleft a4478/tright b4478/bright
+load components/philo.ndr
+ren a4478/tleft b4478/bleft a4479/tright b4479/bright
+load components/philo.ndr
+ren a4479/tleft b4479/bleft a4480/tright b4480/bright
+load components/philo.ndr
+ren a4480/tleft b4480/bleft a4481/tright b4481/bright
+load components/philo.ndr
+ren a4481/tleft b4481/bleft a4482/tright b4482/bright
+load components/philo.ndr
+ren a4482/tleft b4482/bleft a4483/tright b4483/bright
+load components/philo.ndr
+ren a4483/tleft b4483/bleft a4484/tright b4484/bright
+load components/philo.ndr
+ren a4484/tleft b4484/bleft a4485/tright b4485/bright
+load components/philo.ndr
+ren a4485/tleft b4485/bleft a4486/tright b4486/bright
+load components/philo.ndr
+ren a4486/tleft b4486/bleft a4487/tright b4487/bright
+load components/philo.ndr
+ren a4487/tleft b4487/bleft a4488/tright b4488/bright
+load components/philo.ndr
+ren a4488/tleft b4488/bleft a4489/tright b4489/bright
+load components/philo.ndr
+ren a4489/tleft b4489/bleft a4490/tright b4490/bright
+load components/philo.ndr
+ren a4490/tleft b4490/bleft a4491/tright b4491/bright
+load components/philo.ndr
+ren a4491/tleft b4491/bleft a4492/tright b4492/bright
+load components/philo.ndr
+ren a4492/tleft b4492/bleft a4493/tright b4493/bright
+load components/philo.ndr
+ren a4493/tleft b4493/bleft a4494/tright b4494/bright
+load components/philo.ndr
+ren a4494/tleft b4494/bleft a4495/tright b4495/bright
+load components/philo.ndr
+ren a4495/tleft b4495/bleft a4496/tright b4496/bright
+load components/philo.ndr
+ren a4496/tleft b4496/bleft a4497/tright b4497/bright
+load components/philo.ndr
+ren a4497/tleft b4497/bleft a4498/tright b4498/bright
+load components/philo.ndr
+ren a4498/tleft b4498/bleft a4499/tright b4499/bright
+load components/philo.ndr
+ren a4499/tleft b4499/bleft a4500/tright b4500/bright
+load components/philo.ndr
+ren a4500/tleft b4500/bleft a4501/tright b4501/bright
+load components/philo.ndr
+ren a4501/tleft b4501/bleft a4502/tright b4502/bright
+load components/philo.ndr
+ren a4502/tleft b4502/bleft a4503/tright b4503/bright
+load components/philo.ndr
+ren a4503/tleft b4503/bleft a4504/tright b4504/bright
+load components/philo.ndr
+ren a4504/tleft b4504/bleft a4505/tright b4505/bright
+load components/philo.ndr
+ren a4505/tleft b4505/bleft a4506/tright b4506/bright
+load components/philo.ndr
+ren a4506/tleft b4506/bleft a4507/tright b4507/bright
+load components/philo.ndr
+ren a4507/tleft b4507/bleft a4508/tright b4508/bright
+load components/philo.ndr
+ren a4508/tleft b4508/bleft a4509/tright b4509/bright
+load components/philo.ndr
+ren a4509/tleft b4509/bleft a4510/tright b4510/bright
+load components/philo.ndr
+ren a4510/tleft b4510/bleft a4511/tright b4511/bright
+load components/philo.ndr
+ren a4511/tleft b4511/bleft a4512/tright b4512/bright
+load components/philo.ndr
+ren a4512/tleft b4512/bleft a4513/tright b4513/bright
+load components/philo.ndr
+ren a4513/tleft b4513/bleft a4514/tright b4514/bright
+load components/philo.ndr
+ren a4514/tleft b4514/bleft a4515/tright b4515/bright
+load components/philo.ndr
+ren a4515/tleft b4515/bleft a4516/tright b4516/bright
+load components/philo.ndr
+ren a4516/tleft b4516/bleft a4517/tright b4517/bright
+load components/philo.ndr
+ren a4517/tleft b4517/bleft a4518/tright b4518/bright
+load components/philo.ndr
+ren a4518/tleft b4518/bleft a4519/tright b4519/bright
+load components/philo.ndr
+ren a4519/tleft b4519/bleft a4520/tright b4520/bright
+load components/philo.ndr
+ren a4520/tleft b4520/bleft a4521/tright b4521/bright
+load components/philo.ndr
+ren a4521/tleft b4521/bleft a4522/tright b4522/bright
+load components/philo.ndr
+ren a4522/tleft b4522/bleft a4523/tright b4523/bright
+load components/philo.ndr
+ren a4523/tleft b4523/bleft a4524/tright b4524/bright
+load components/philo.ndr
+ren a4524/tleft b4524/bleft a4525/tright b4525/bright
+load components/philo.ndr
+ren a4525/tleft b4525/bleft a4526/tright b4526/bright
+load components/philo.ndr
+ren a4526/tleft b4526/bleft a4527/tright b4527/bright
+load components/philo.ndr
+ren a4527/tleft b4527/bleft a4528/tright b4528/bright
+load components/philo.ndr
+ren a4528/tleft b4528/bleft a4529/tright b4529/bright
+load components/philo.ndr
+ren a4529/tleft b4529/bleft a4530/tright b4530/bright
+load components/philo.ndr
+ren a4530/tleft b4530/bleft a4531/tright b4531/bright
+load components/philo.ndr
+ren a4531/tleft b4531/bleft a4532/tright b4532/bright
+load components/philo.ndr
+ren a4532/tleft b4532/bleft a4533/tright b4533/bright
+load components/philo.ndr
+ren a4533/tleft b4533/bleft a4534/tright b4534/bright
+load components/philo.ndr
+ren a4534/tleft b4534/bleft a4535/tright b4535/bright
+load components/philo.ndr
+ren a4535/tleft b4535/bleft a4536/tright b4536/bright
+load components/philo.ndr
+ren a4536/tleft b4536/bleft a4537/tright b4537/bright
+load components/philo.ndr
+ren a4537/tleft b4537/bleft a4538/tright b4538/bright
+load components/philo.ndr
+ren a4538/tleft b4538/bleft a4539/tright b4539/bright
+load components/philo.ndr
+ren a4539/tleft b4539/bleft a4540/tright b4540/bright
+load components/philo.ndr
+ren a4540/tleft b4540/bleft a4541/tright b4541/bright
+load components/philo.ndr
+ren a4541/tleft b4541/bleft a4542/tright b4542/bright
+load components/philo.ndr
+ren a4542/tleft b4542/bleft a4543/tright b4543/bright
+load components/philo.ndr
+ren a4543/tleft b4543/bleft a4544/tright b4544/bright
+load components/philo.ndr
+ren a4544/tleft b4544/bleft a4545/tright b4545/bright
+load components/philo.ndr
+ren a4545/tleft b4545/bleft a4546/tright b4546/bright
+load components/philo.ndr
+ren a4546/tleft b4546/bleft a4547/tright b4547/bright
+load components/philo.ndr
+ren a4547/tleft b4547/bleft a4548/tright b4548/bright
+load components/philo.ndr
+ren a4548/tleft b4548/bleft a4549/tright b4549/bright
+load components/philo.ndr
+ren a4549/tleft b4549/bleft a4550/tright b4550/bright
+load components/philo.ndr
+ren a4550/tleft b4550/bleft a4551/tright b4551/bright
+load components/philo.ndr
+ren a4551/tleft b4551/bleft a4552/tright b4552/bright
+load components/philo.ndr
+ren a4552/tleft b4552/bleft a4553/tright b4553/bright
+load components/philo.ndr
+ren a4553/tleft b4553/bleft a4554/tright b4554/bright
+load components/philo.ndr
+ren a4554/tleft b4554/bleft a4555/tright b4555/bright
+load components/philo.ndr
+ren a4555/tleft b4555/bleft a4556/tright b4556/bright
+load components/philo.ndr
+ren a4556/tleft b4556/bleft a4557/tright b4557/bright
+load components/philo.ndr
+ren a4557/tleft b4557/bleft a4558/tright b4558/bright
+load components/philo.ndr
+ren a4558/tleft b4558/bleft a4559/tright b4559/bright
+load components/philo.ndr
+ren a4559/tleft b4559/bleft a4560/tright b4560/bright
+load components/philo.ndr
+ren a4560/tleft b4560/bleft a4561/tright b4561/bright
+load components/philo.ndr
+ren a4561/tleft b4561/bleft a4562/tright b4562/bright
+load components/philo.ndr
+ren a4562/tleft b4562/bleft a4563/tright b4563/bright
+load components/philo.ndr
+ren a4563/tleft b4563/bleft a4564/tright b4564/bright
+load components/philo.ndr
+ren a4564/tleft b4564/bleft a4565/tright b4565/bright
+load components/philo.ndr
+ren a4565/tleft b4565/bleft a4566/tright b4566/bright
+load components/philo.ndr
+ren a4566/tleft b4566/bleft a4567/tright b4567/bright
+load components/philo.ndr
+ren a4567/tleft b4567/bleft a4568/tright b4568/bright
+load components/philo.ndr
+ren a4568/tleft b4568/bleft a4569/tright b4569/bright
+load components/philo.ndr
+ren a4569/tleft b4569/bleft a4570/tright b4570/bright
+load components/philo.ndr
+ren a4570/tleft b4570/bleft a4571/tright b4571/bright
+load components/philo.ndr
+ren a4571/tleft b4571/bleft a4572/tright b4572/bright
+load components/philo.ndr
+ren a4572/tleft b4572/bleft a4573/tright b4573/bright
+load components/philo.ndr
+ren a4573/tleft b4573/bleft a4574/tright b4574/bright
+load components/philo.ndr
+ren a4574/tleft b4574/bleft a4575/tright b4575/bright
+load components/philo.ndr
+ren a4575/tleft b4575/bleft a4576/tright b4576/bright
+load components/philo.ndr
+ren a4576/tleft b4576/bleft a4577/tright b4577/bright
+load components/philo.ndr
+ren a4577/tleft b4577/bleft a4578/tright b4578/bright
+load components/philo.ndr
+ren a4578/tleft b4578/bleft a4579/tright b4579/bright
+load components/philo.ndr
+ren a4579/tleft b4579/bleft a4580/tright b4580/bright
+load components/philo.ndr
+ren a4580/tleft b4580/bleft a4581/tright b4581/bright
+load components/philo.ndr
+ren a4581/tleft b4581/bleft a4582/tright b4582/bright
+load components/philo.ndr
+ren a4582/tleft b4582/bleft a4583/tright b4583/bright
+load components/philo.ndr
+ren a4583/tleft b4583/bleft a4584/tright b4584/bright
+load components/philo.ndr
+ren a4584/tleft b4584/bleft a4585/tright b4585/bright
+load components/philo.ndr
+ren a4585/tleft b4585/bleft a4586/tright b4586/bright
+load components/philo.ndr
+ren a4586/tleft b4586/bleft a4587/tright b4587/bright
+load components/philo.ndr
+ren a4587/tleft b4587/bleft a4588/tright b4588/bright
+load components/philo.ndr
+ren a4588/tleft b4588/bleft a4589/tright b4589/bright
+load components/philo.ndr
+ren a4589/tleft b4589/bleft a4590/tright b4590/bright
+load components/philo.ndr
+ren a4590/tleft b4590/bleft a4591/tright b4591/bright
+load components/philo.ndr
+ren a4591/tleft b4591/bleft a4592/tright b4592/bright
+load components/philo.ndr
+ren a4592/tleft b4592/bleft a4593/tright b4593/bright
+load components/philo.ndr
+ren a4593/tleft b4593/bleft a4594/tright b4594/bright
+load components/philo.ndr
+ren a4594/tleft b4594/bleft a4595/tright b4595/bright
+load components/philo.ndr
+ren a4595/tleft b4595/bleft a4596/tright b4596/bright
+load components/philo.ndr
+ren a4596/tleft b4596/bleft a4597/tright b4597/bright
+load components/philo.ndr
+ren a4597/tleft b4597/bleft a4598/tright b4598/bright
+load components/philo.ndr
+ren a4598/tleft b4598/bleft a4599/tright b4599/bright
+load components/philo.ndr
+ren a4599/tleft b4599/bleft a4600/tright b4600/bright
+load components/philo.ndr
+ren a4600/tleft b4600/bleft a4601/tright b4601/bright
+load components/philo.ndr
+ren a4601/tleft b4601/bleft a4602/tright b4602/bright
+load components/philo.ndr
+ren a4602/tleft b4602/bleft a4603/tright b4603/bright
+load components/philo.ndr
+ren a4603/tleft b4603/bleft a4604/tright b4604/bright
+load components/philo.ndr
+ren a4604/tleft b4604/bleft a4605/tright b4605/bright
+load components/philo.ndr
+ren a4605/tleft b4605/bleft a4606/tright b4606/bright
+load components/philo.ndr
+ren a4606/tleft b4606/bleft a4607/tright b4607/bright
+load components/philo.ndr
+ren a4607/tleft b4607/bleft a4608/tright b4608/bright
+load components/philo.ndr
+ren a4608/tleft b4608/bleft a4609/tright b4609/bright
+load components/philo.ndr
+ren a4609/tleft b4609/bleft a4610/tright b4610/bright
+load components/philo.ndr
+ren a4610/tleft b4610/bleft a4611/tright b4611/bright
+load components/philo.ndr
+ren a4611/tleft b4611/bleft a4612/tright b4612/bright
+load components/philo.ndr
+ren a4612/tleft b4612/bleft a4613/tright b4613/bright
+load components/philo.ndr
+ren a4613/tleft b4613/bleft a4614/tright b4614/bright
+load components/philo.ndr
+ren a4614/tleft b4614/bleft a4615/tright b4615/bright
+load components/philo.ndr
+ren a4615/tleft b4615/bleft a4616/tright b4616/bright
+load components/philo.ndr
+ren a4616/tleft b4616/bleft a4617/tright b4617/bright
+load components/philo.ndr
+ren a4617/tleft b4617/bleft a4618/tright b4618/bright
+load components/philo.ndr
+ren a4618/tleft b4618/bleft a4619/tright b4619/bright
+load components/philo.ndr
+ren a4619/tleft b4619/bleft a4620/tright b4620/bright
+load components/philo.ndr
+ren a4620/tleft b4620/bleft a4621/tright b4621/bright
+load components/philo.ndr
+ren a4621/tleft b4621/bleft a4622/tright b4622/bright
+load components/philo.ndr
+ren a4622/tleft b4622/bleft a4623/tright b4623/bright
+load components/philo.ndr
+ren a4623/tleft b4623/bleft a4624/tright b4624/bright
+load components/philo.ndr
+ren a4624/tleft b4624/bleft a4625/tright b4625/bright
+load components/philo.ndr
+ren a4625/tleft b4625/bleft a4626/tright b4626/bright
+load components/philo.ndr
+ren a4626/tleft b4626/bleft a4627/tright b4627/bright
+load components/philo.ndr
+ren a4627/tleft b4627/bleft a4628/tright b4628/bright
+load components/philo.ndr
+ren a4628/tleft b4628/bleft a4629/tright b4629/bright
+load components/philo.ndr
+ren a4629/tleft b4629/bleft a4630/tright b4630/bright
+load components/philo.ndr
+ren a4630/tleft b4630/bleft a4631/tright b4631/bright
+load components/philo.ndr
+ren a4631/tleft b4631/bleft a4632/tright b4632/bright
+load components/philo.ndr
+ren a4632/tleft b4632/bleft a4633/tright b4633/bright
+load components/philo.ndr
+ren a4633/tleft b4633/bleft a4634/tright b4634/bright
+load components/philo.ndr
+ren a4634/tleft b4634/bleft a4635/tright b4635/bright
+load components/philo.ndr
+ren a4635/tleft b4635/bleft a4636/tright b4636/bright
+load components/philo.ndr
+ren a4636/tleft b4636/bleft a4637/tright b4637/bright
+load components/philo.ndr
+ren a4637/tleft b4637/bleft a4638/tright b4638/bright
+load components/philo.ndr
+ren a4638/tleft b4638/bleft a4639/tright b4639/bright
+load components/philo.ndr
+ren a4639/tleft b4639/bleft a4640/tright b4640/bright
+load components/philo.ndr
+ren a4640/tleft b4640/bleft a4641/tright b4641/bright
+load components/philo.ndr
+ren a4641/tleft b4641/bleft a4642/tright b4642/bright
+load components/philo.ndr
+ren a4642/tleft b4642/bleft a4643/tright b4643/bright
+load components/philo.ndr
+ren a4643/tleft b4643/bleft a4644/tright b4644/bright
+load components/philo.ndr
+ren a4644/tleft b4644/bleft a4645/tright b4645/bright
+load components/philo.ndr
+ren a4645/tleft b4645/bleft a4646/tright b4646/bright
+load components/philo.ndr
+ren a4646/tleft b4646/bleft a4647/tright b4647/bright
+load components/philo.ndr
+ren a4647/tleft b4647/bleft a4648/tright b4648/bright
+load components/philo.ndr
+ren a4648/tleft b4648/bleft a4649/tright b4649/bright
+load components/philo.ndr
+ren a4649/tleft b4649/bleft a4650/tright b4650/bright
+load components/philo.ndr
+ren a4650/tleft b4650/bleft a4651/tright b4651/bright
+load components/philo.ndr
+ren a4651/tleft b4651/bleft a4652/tright b4652/bright
+load components/philo.ndr
+ren a4652/tleft b4652/bleft a4653/tright b4653/bright
+load components/philo.ndr
+ren a4653/tleft b4653/bleft a4654/tright b4654/bright
+load components/philo.ndr
+ren a4654/tleft b4654/bleft a4655/tright b4655/bright
+load components/philo.ndr
+ren a4655/tleft b4655/bleft a4656/tright b4656/bright
+load components/philo.ndr
+ren a4656/tleft b4656/bleft a4657/tright b4657/bright
+load components/philo.ndr
+ren a4657/tleft b4657/bleft a4658/tright b4658/bright
+load components/philo.ndr
+ren a4658/tleft b4658/bleft a4659/tright b4659/bright
+load components/philo.ndr
+ren a4659/tleft b4659/bleft a4660/tright b4660/bright
+load components/philo.ndr
+ren a4660/tleft b4660/bleft a4661/tright b4661/bright
+load components/philo.ndr
+ren a4661/tleft b4661/bleft a4662/tright b4662/bright
+load components/philo.ndr
+ren a4662/tleft b4662/bleft a4663/tright b4663/bright
+load components/philo.ndr
+ren a4663/tleft b4663/bleft a4664/tright b4664/bright
+load components/philo.ndr
+ren a4664/tleft b4664/bleft a4665/tright b4665/bright
+load components/philo.ndr
+ren a4665/tleft b4665/bleft a4666/tright b4666/bright
+load components/philo.ndr
+ren a4666/tleft b4666/bleft a4667/tright b4667/bright
+load components/philo.ndr
+ren a4667/tleft b4667/bleft a4668/tright b4668/bright
+load components/philo.ndr
+ren a4668/tleft b4668/bleft a4669/tright b4669/bright
+load components/philo.ndr
+ren a4669/tleft b4669/bleft a4670/tright b4670/bright
+load components/philo.ndr
+ren a4670/tleft b4670/bleft a4671/tright b4671/bright
+load components/philo.ndr
+ren a4671/tleft b4671/bleft a4672/tright b4672/bright
+load components/philo.ndr
+ren a4672/tleft b4672/bleft a4673/tright b4673/bright
+load components/philo.ndr
+ren a4673/tleft b4673/bleft a4674/tright b4674/bright
+load components/philo.ndr
+ren a4674/tleft b4674/bleft a4675/tright b4675/bright
+load components/philo.ndr
+ren a4675/tleft b4675/bleft a4676/tright b4676/bright
+load components/philo.ndr
+ren a4676/tleft b4676/bleft a4677/tright b4677/bright
+load components/philo.ndr
+ren a4677/tleft b4677/bleft a4678/tright b4678/bright
+load components/philo.ndr
+ren a4678/tleft b4678/bleft a4679/tright b4679/bright
+load components/philo.ndr
+ren a4679/tleft b4679/bleft a4680/tright b4680/bright
+load components/philo.ndr
+ren a4680/tleft b4680/bleft a4681/tright b4681/bright
+load components/philo.ndr
+ren a4681/tleft b4681/bleft a4682/tright b4682/bright
+load components/philo.ndr
+ren a4682/tleft b4682/bleft a4683/tright b4683/bright
+load components/philo.ndr
+ren a4683/tleft b4683/bleft a4684/tright b4684/bright
+load components/philo.ndr
+ren a4684/tleft b4684/bleft a4685/tright b4685/bright
+load components/philo.ndr
+ren a4685/tleft b4685/bleft a4686/tright b4686/bright
+load components/philo.ndr
+ren a4686/tleft b4686/bleft a4687/tright b4687/bright
+load components/philo.ndr
+ren a4687/tleft b4687/bleft a4688/tright b4688/bright
+load components/philo.ndr
+ren a4688/tleft b4688/bleft a4689/tright b4689/bright
+load components/philo.ndr
+ren a4689/tleft b4689/bleft a4690/tright b4690/bright
+load components/philo.ndr
+ren a4690/tleft b4690/bleft a4691/tright b4691/bright
+load components/philo.ndr
+ren a4691/tleft b4691/bleft a4692/tright b4692/bright
+load components/philo.ndr
+ren a4692/tleft b4692/bleft a4693/tright b4693/bright
+load components/philo.ndr
+ren a4693/tleft b4693/bleft a4694/tright b4694/bright
+load components/philo.ndr
+ren a4694/tleft b4694/bleft a4695/tright b4695/bright
+load components/philo.ndr
+ren a4695/tleft b4695/bleft a4696/tright b4696/bright
+load components/philo.ndr
+ren a4696/tleft b4696/bleft a4697/tright b4697/bright
+load components/philo.ndr
+ren a4697/tleft b4697/bleft a4698/tright b4698/bright
+load components/philo.ndr
+ren a4698/tleft b4698/bleft a4699/tright b4699/bright
+load components/philo.ndr
+ren a4699/tleft b4699/bleft a4700/tright b4700/bright
+load components/philo.ndr
+ren a4700/tleft b4700/bleft a4701/tright b4701/bright
+load components/philo.ndr
+ren a4701/tleft b4701/bleft a4702/tright b4702/bright
+load components/philo.ndr
+ren a4702/tleft b4702/bleft a4703/tright b4703/bright
+load components/philo.ndr
+ren a4703/tleft b4703/bleft a4704/tright b4704/bright
+load components/philo.ndr
+ren a4704/tleft b4704/bleft a4705/tright b4705/bright
+load components/philo.ndr
+ren a4705/tleft b4705/bleft a4706/tright b4706/bright
+load components/philo.ndr
+ren a4706/tleft b4706/bleft a4707/tright b4707/bright
+load components/philo.ndr
+ren a4707/tleft b4707/bleft a4708/tright b4708/bright
+load components/philo.ndr
+ren a4708/tleft b4708/bleft a4709/tright b4709/bright
+load components/philo.ndr
+ren a4709/tleft b4709/bleft a4710/tright b4710/bright
+load components/philo.ndr
+ren a4710/tleft b4710/bleft a4711/tright b4711/bright
+load components/philo.ndr
+ren a4711/tleft b4711/bleft a4712/tright b4712/bright
+load components/philo.ndr
+ren a4712/tleft b4712/bleft a4713/tright b4713/bright
+load components/philo.ndr
+ren a4713/tleft b4713/bleft a4714/tright b4714/bright
+load components/philo.ndr
+ren a4714/tleft b4714/bleft a4715/tright b4715/bright
+load components/philo.ndr
+ren a4715/tleft b4715/bleft a4716/tright b4716/bright
+load components/philo.ndr
+ren a4716/tleft b4716/bleft a4717/tright b4717/bright
+load components/philo.ndr
+ren a4717/tleft b4717/bleft a4718/tright b4718/bright
+load components/philo.ndr
+ren a4718/tleft b4718/bleft a4719/tright b4719/bright
+load components/philo.ndr
+ren a4719/tleft b4719/bleft a4720/tright b4720/bright
+load components/philo.ndr
+ren a4720/tleft b4720/bleft a4721/tright b4721/bright
+load components/philo.ndr
+ren a4721/tleft b4721/bleft a4722/tright b4722/bright
+load components/philo.ndr
+ren a4722/tleft b4722/bleft a4723/tright b4723/bright
+load components/philo.ndr
+ren a4723/tleft b4723/bleft a4724/tright b4724/bright
+load components/philo.ndr
+ren a4724/tleft b4724/bleft a4725/tright b4725/bright
+load components/philo.ndr
+ren a4725/tleft b4725/bleft a4726/tright b4726/bright
+load components/philo.ndr
+ren a4726/tleft b4726/bleft a4727/tright b4727/bright
+load components/philo.ndr
+ren a4727/tleft b4727/bleft a4728/tright b4728/bright
+load components/philo.ndr
+ren a4728/tleft b4728/bleft a4729/tright b4729/bright
+load components/philo.ndr
+ren a4729/tleft b4729/bleft a4730/tright b4730/bright
+load components/philo.ndr
+ren a4730/tleft b4730/bleft a4731/tright b4731/bright
+load components/philo.ndr
+ren a4731/tleft b4731/bleft a4732/tright b4732/bright
+load components/philo.ndr
+ren a4732/tleft b4732/bleft a4733/tright b4733/bright
+load components/philo.ndr
+ren a4733/tleft b4733/bleft a4734/tright b4734/bright
+load components/philo.ndr
+ren a4734/tleft b4734/bleft a4735/tright b4735/bright
+load components/philo.ndr
+ren a4735/tleft b4735/bleft a4736/tright b4736/bright
+load components/philo.ndr
+ren a4736/tleft b4736/bleft a4737/tright b4737/bright
+load components/philo.ndr
+ren a4737/tleft b4737/bleft a4738/tright b4738/bright
+load components/philo.ndr
+ren a4738/tleft b4738/bleft a4739/tright b4739/bright
+load components/philo.ndr
+ren a4739/tleft b4739/bleft a4740/tright b4740/bright
+load components/philo.ndr
+ren a4740/tleft b4740/bleft a4741/tright b4741/bright
+load components/philo.ndr
+ren a4741/tleft b4741/bleft a4742/tright b4742/bright
+load components/philo.ndr
+ren a4742/tleft b4742/bleft a4743/tright b4743/bright
+load components/philo.ndr
+ren a4743/tleft b4743/bleft a4744/tright b4744/bright
+load components/philo.ndr
+ren a4744/tleft b4744/bleft a4745/tright b4745/bright
+load components/philo.ndr
+ren a4745/tleft b4745/bleft a4746/tright b4746/bright
+load components/philo.ndr
+ren a4746/tleft b4746/bleft a4747/tright b4747/bright
+load components/philo.ndr
+ren a4747/tleft b4747/bleft a4748/tright b4748/bright
+load components/philo.ndr
+ren a4748/tleft b4748/bleft a4749/tright b4749/bright
+load components/philo.ndr
+ren a4749/tleft b4749/bleft a4750/tright b4750/bright
+load components/philo.ndr
+ren a4750/tleft b4750/bleft a4751/tright b4751/bright
+load components/philo.ndr
+ren a4751/tleft b4751/bleft a4752/tright b4752/bright
+load components/philo.ndr
+ren a4752/tleft b4752/bleft a4753/tright b4753/bright
+load components/philo.ndr
+ren a4753/tleft b4753/bleft a4754/tright b4754/bright
+load components/philo.ndr
+ren a4754/tleft b4754/bleft a4755/tright b4755/bright
+load components/philo.ndr
+ren a4755/tleft b4755/bleft a4756/tright b4756/bright
+load components/philo.ndr
+ren a4756/tleft b4756/bleft a4757/tright b4757/bright
+load components/philo.ndr
+ren a4757/tleft b4757/bleft a4758/tright b4758/bright
+load components/philo.ndr
+ren a4758/tleft b4758/bleft a4759/tright b4759/bright
+load components/philo.ndr
+ren a4759/tleft b4759/bleft a4760/tright b4760/bright
+load components/philo.ndr
+ren a4760/tleft b4760/bleft a4761/tright b4761/bright
+load components/philo.ndr
+ren a4761/tleft b4761/bleft a4762/tright b4762/bright
+load components/philo.ndr
+ren a4762/tleft b4762/bleft a4763/tright b4763/bright
+load components/philo.ndr
+ren a4763/tleft b4763/bleft a4764/tright b4764/bright
+load components/philo.ndr
+ren a4764/tleft b4764/bleft a4765/tright b4765/bright
+load components/philo.ndr
+ren a4765/tleft b4765/bleft a4766/tright b4766/bright
+load components/philo.ndr
+ren a4766/tleft b4766/bleft a4767/tright b4767/bright
+load components/philo.ndr
+ren a4767/tleft b4767/bleft a4768/tright b4768/bright
+load components/philo.ndr
+ren a4768/tleft b4768/bleft a4769/tright b4769/bright
+load components/philo.ndr
+ren a4769/tleft b4769/bleft a4770/tright b4770/bright
+load components/philo.ndr
+ren a4770/tleft b4770/bleft a4771/tright b4771/bright
+load components/philo.ndr
+ren a4771/tleft b4771/bleft a4772/tright b4772/bright
+load components/philo.ndr
+ren a4772/tleft b4772/bleft a4773/tright b4773/bright
+load components/philo.ndr
+ren a4773/tleft b4773/bleft a4774/tright b4774/bright
+load components/philo.ndr
+ren a4774/tleft b4774/bleft a4775/tright b4775/bright
+load components/philo.ndr
+ren a4775/tleft b4775/bleft a4776/tright b4776/bright
+load components/philo.ndr
+ren a4776/tleft b4776/bleft a4777/tright b4777/bright
+load components/philo.ndr
+ren a4777/tleft b4777/bleft a4778/tright b4778/bright
+load components/philo.ndr
+ren a4778/tleft b4778/bleft a4779/tright b4779/bright
+load components/philo.ndr
+ren a4779/tleft b4779/bleft a4780/tright b4780/bright
+load components/philo.ndr
+ren a4780/tleft b4780/bleft a4781/tright b4781/bright
+load components/philo.ndr
+ren a4781/tleft b4781/bleft a4782/tright b4782/bright
+load components/philo.ndr
+ren a4782/tleft b4782/bleft a4783/tright b4783/bright
+load components/philo.ndr
+ren a4783/tleft b4783/bleft a4784/tright b4784/bright
+load components/philo.ndr
+ren a4784/tleft b4784/bleft a4785/tright b4785/bright
+load components/philo.ndr
+ren a4785/tleft b4785/bleft a4786/tright b4786/bright
+load components/philo.ndr
+ren a4786/tleft b4786/bleft a4787/tright b4787/bright
+load components/philo.ndr
+ren a4787/tleft b4787/bleft a4788/tright b4788/bright
+load components/philo.ndr
+ren a4788/tleft b4788/bleft a4789/tright b4789/bright
+load components/philo.ndr
+ren a4789/tleft b4789/bleft a4790/tright b4790/bright
+load components/philo.ndr
+ren a4790/tleft b4790/bleft a4791/tright b4791/bright
+load components/philo.ndr
+ren a4791/tleft b4791/bleft a4792/tright b4792/bright
+load components/philo.ndr
+ren a4792/tleft b4792/bleft a4793/tright b4793/bright
+load components/philo.ndr
+ren a4793/tleft b4793/bleft a4794/tright b4794/bright
+load components/philo.ndr
+ren a4794/tleft b4794/bleft a4795/tright b4795/bright
+load components/philo.ndr
+ren a4795/tleft b4795/bleft a4796/tright b4796/bright
+load components/philo.ndr
+ren a4796/tleft b4796/bleft a4797/tright b4797/bright
+load components/philo.ndr
+ren a4797/tleft b4797/bleft a4798/tright b4798/bright
+load components/philo.ndr
+ren a4798/tleft b4798/bleft a4799/tright b4799/bright
+load components/philo.ndr
+ren a4799/tleft b4799/bleft a4800/tright b4800/bright
+load components/philo.ndr
+ren a4800/tleft b4800/bleft a4801/tright b4801/bright
+load components/philo.ndr
+ren a4801/tleft b4801/bleft a4802/tright b4802/bright
+load components/philo.ndr
+ren a4802/tleft b4802/bleft a4803/tright b4803/bright
+load components/philo.ndr
+ren a4803/tleft b4803/bleft a4804/tright b4804/bright
+load components/philo.ndr
+ren a4804/tleft b4804/bleft a4805/tright b4805/bright
+load components/philo.ndr
+ren a4805/tleft b4805/bleft a4806/tright b4806/bright
+load components/philo.ndr
+ren a4806/tleft b4806/bleft a4807/tright b4807/bright
+load components/philo.ndr
+ren a4807/tleft b4807/bleft a4808/tright b4808/bright
+load components/philo.ndr
+ren a4808/tleft b4808/bleft a4809/tright b4809/bright
+load components/philo.ndr
+ren a4809/tleft b4809/bleft a4810/tright b4810/bright
+load components/philo.ndr
+ren a4810/tleft b4810/bleft a4811/tright b4811/bright
+load components/philo.ndr
+ren a4811/tleft b4811/bleft a4812/tright b4812/bright
+load components/philo.ndr
+ren a4812/tleft b4812/bleft a4813/tright b4813/bright
+load components/philo.ndr
+ren a4813/tleft b4813/bleft a4814/tright b4814/bright
+load components/philo.ndr
+ren a4814/tleft b4814/bleft a4815/tright b4815/bright
+load components/philo.ndr
+ren a4815/tleft b4815/bleft a4816/tright b4816/bright
+load components/philo.ndr
+ren a4816/tleft b4816/bleft a4817/tright b4817/bright
+load components/philo.ndr
+ren a4817/tleft b4817/bleft a4818/tright b4818/bright
+load components/philo.ndr
+ren a4818/tleft b4818/bleft a4819/tright b4819/bright
+load components/philo.ndr
+ren a4819/tleft b4819/bleft a4820/tright b4820/bright
+load components/philo.ndr
+ren a4820/tleft b4820/bleft a4821/tright b4821/bright
+load components/philo.ndr
+ren a4821/tleft b4821/bleft a4822/tright b4822/bright
+load components/philo.ndr
+ren a4822/tleft b4822/bleft a4823/tright b4823/bright
+load components/philo.ndr
+ren a4823/tleft b4823/bleft a4824/tright b4824/bright
+load components/philo.ndr
+ren a4824/tleft b4824/bleft a4825/tright b4825/bright
+load components/philo.ndr
+ren a4825/tleft b4825/bleft a4826/tright b4826/bright
+load components/philo.ndr
+ren a4826/tleft b4826/bleft a4827/tright b4827/bright
+load components/philo.ndr
+ren a4827/tleft b4827/bleft a4828/tright b4828/bright
+load components/philo.ndr
+ren a4828/tleft b4828/bleft a4829/tright b4829/bright
+load components/philo.ndr
+ren a4829/tleft b4829/bleft a4830/tright b4830/bright
+load components/philo.ndr
+ren a4830/tleft b4830/bleft a4831/tright b4831/bright
+load components/philo.ndr
+ren a4831/tleft b4831/bleft a4832/tright b4832/bright
+load components/philo.ndr
+ren a4832/tleft b4832/bleft a4833/tright b4833/bright
+load components/philo.ndr
+ren a4833/tleft b4833/bleft a4834/tright b4834/bright
+load components/philo.ndr
+ren a4834/tleft b4834/bleft a4835/tright b4835/bright
+load components/philo.ndr
+ren a4835/tleft b4835/bleft a4836/tright b4836/bright
+load components/philo.ndr
+ren a4836/tleft b4836/bleft a4837/tright b4837/bright
+load components/philo.ndr
+ren a4837/tleft b4837/bleft a4838/tright b4838/bright
+load components/philo.ndr
+ren a4838/tleft b4838/bleft a4839/tright b4839/bright
+load components/philo.ndr
+ren a4839/tleft b4839/bleft a4840/tright b4840/bright
+load components/philo.ndr
+ren a4840/tleft b4840/bleft a4841/tright b4841/bright
+load components/philo.ndr
+ren a4841/tleft b4841/bleft a4842/tright b4842/bright
+load components/philo.ndr
+ren a4842/tleft b4842/bleft a4843/tright b4843/bright
+load components/philo.ndr
+ren a4843/tleft b4843/bleft a4844/tright b4844/bright
+load components/philo.ndr
+ren a4844/tleft b4844/bleft a4845/tright b4845/bright
+load components/philo.ndr
+ren a4845/tleft b4845/bleft a4846/tright b4846/bright
+load components/philo.ndr
+ren a4846/tleft b4846/bleft a4847/tright b4847/bright
+load components/philo.ndr
+ren a4847/tleft b4847/bleft a4848/tright b4848/bright
+load components/philo.ndr
+ren a4848/tleft b4848/bleft a4849/tright b4849/bright
+load components/philo.ndr
+ren a4849/tleft b4849/bleft a4850/tright b4850/bright
+load components/philo.ndr
+ren a4850/tleft b4850/bleft a4851/tright b4851/bright
+load components/philo.ndr
+ren a4851/tleft b4851/bleft a4852/tright b4852/bright
+load components/philo.ndr
+ren a4852/tleft b4852/bleft a4853/tright b4853/bright
+load components/philo.ndr
+ren a4853/tleft b4853/bleft a4854/tright b4854/bright
+load components/philo.ndr
+ren a4854/tleft b4854/bleft a4855/tright b4855/bright
+load components/philo.ndr
+ren a4855/tleft b4855/bleft a4856/tright b4856/bright
+load components/philo.ndr
+ren a4856/tleft b4856/bleft a4857/tright b4857/bright
+load components/philo.ndr
+ren a4857/tleft b4857/bleft a4858/tright b4858/bright
+load components/philo.ndr
+ren a4858/tleft b4858/bleft a4859/tright b4859/bright
+load components/philo.ndr
+ren a4859/tleft b4859/bleft a4860/tright b4860/bright
+load components/philo.ndr
+ren a4860/tleft b4860/bleft a4861/tright b4861/bright
+load components/philo.ndr
+ren a4861/tleft b4861/bleft a4862/tright b4862/bright
+load components/philo.ndr
+ren a4862/tleft b4862/bleft a4863/tright b4863/bright
+load components/philo.ndr
+ren a4863/tleft b4863/bleft a4864/tright b4864/bright
+load components/philo.ndr
+ren a4864/tleft b4864/bleft a4865/tright b4865/bright
+load components/philo.ndr
+ren a4865/tleft b4865/bleft a4866/tright b4866/bright
+load components/philo.ndr
+ren a4866/tleft b4866/bleft a4867/tright b4867/bright
+load components/philo.ndr
+ren a4867/tleft b4867/bleft a4868/tright b4868/bright
+load components/philo.ndr
+ren a4868/tleft b4868/bleft a4869/tright b4869/bright
+load components/philo.ndr
+ren a4869/tleft b4869/bleft a4870/tright b4870/bright
+load components/philo.ndr
+ren a4870/tleft b4870/bleft a4871/tright b4871/bright
+load components/philo.ndr
+ren a4871/tleft b4871/bleft a4872/tright b4872/bright
+load components/philo.ndr
+ren a4872/tleft b4872/bleft a4873/tright b4873/bright
+load components/philo.ndr
+ren a4873/tleft b4873/bleft a4874/tright b4874/bright
+load components/philo.ndr
+ren a4874/tleft b4874/bleft a4875/tright b4875/bright
+load components/philo.ndr
+ren a4875/tleft b4875/bleft a4876/tright b4876/bright
+load components/philo.ndr
+ren a4876/tleft b4876/bleft a4877/tright b4877/bright
+load components/philo.ndr
+ren a4877/tleft b4877/bleft a4878/tright b4878/bright
+load components/philo.ndr
+ren a4878/tleft b4878/bleft a4879/tright b4879/bright
+load components/philo.ndr
+ren a4879/tleft b4879/bleft a4880/tright b4880/bright
+load components/philo.ndr
+ren a4880/tleft b4880/bleft a4881/tright b4881/bright
+load components/philo.ndr
+ren a4881/tleft b4881/bleft a4882/tright b4882/bright
+load components/philo.ndr
+ren a4882/tleft b4882/bleft a4883/tright b4883/bright
+load components/philo.ndr
+ren a4883/tleft b4883/bleft a4884/tright b4884/bright
+load components/philo.ndr
+ren a4884/tleft b4884/bleft a4885/tright b4885/bright
+load components/philo.ndr
+ren a4885/tleft b4885/bleft a4886/tright b4886/bright
+load components/philo.ndr
+ren a4886/tleft b4886/bleft a4887/tright b4887/bright
+load components/philo.ndr
+ren a4887/tleft b4887/bleft a4888/tright b4888/bright
+load components/philo.ndr
+ren a4888/tleft b4888/bleft a4889/tright b4889/bright
+load components/philo.ndr
+ren a4889/tleft b4889/bleft a4890/tright b4890/bright
+load components/philo.ndr
+ren a4890/tleft b4890/bleft a4891/tright b4891/bright
+load components/philo.ndr
+ren a4891/tleft b4891/bleft a4892/tright b4892/bright
+load components/philo.ndr
+ren a4892/tleft b4892/bleft a4893/tright b4893/bright
+load components/philo.ndr
+ren a4893/tleft b4893/bleft a4894/tright b4894/bright
+load components/philo.ndr
+ren a4894/tleft b4894/bleft a4895/tright b4895/bright
+load components/philo.ndr
+ren a4895/tleft b4895/bleft a4896/tright b4896/bright
+load components/philo.ndr
+ren a4896/tleft b4896/bleft a4897/tright b4897/bright
+load components/philo.ndr
+ren a4897/tleft b4897/bleft a4898/tright b4898/bright
+load components/philo.ndr
+ren a4898/tleft b4898/bleft a4899/tright b4899/bright
+load components/philo.ndr
+ren a4899/tleft b4899/bleft a4900/tright b4900/bright
+load components/philo.ndr
+ren a4900/tleft b4900/bleft a4901/tright b4901/bright
+load components/philo.ndr
+ren a4901/tleft b4901/bleft a4902/tright b4902/bright
+load components/philo.ndr
+ren a4902/tleft b4902/bleft a4903/tright b4903/bright
+load components/philo.ndr
+ren a4903/tleft b4903/bleft a4904/tright b4904/bright
+load components/philo.ndr
+ren a4904/tleft b4904/bleft a4905/tright b4905/bright
+load components/philo.ndr
+ren a4905/tleft b4905/bleft a4906/tright b4906/bright
+load components/philo.ndr
+ren a4906/tleft b4906/bleft a4907/tright b4907/bright
+load components/philo.ndr
+ren a4907/tleft b4907/bleft a4908/tright b4908/bright
+load components/philo.ndr
+ren a4908/tleft b4908/bleft a4909/tright b4909/bright
+load components/philo.ndr
+ren a4909/tleft b4909/bleft a4910/tright b4910/bright
+load components/philo.ndr
+ren a4910/tleft b4910/bleft a4911/tright b4911/bright
+load components/philo.ndr
+ren a4911/tleft b4911/bleft a4912/tright b4912/bright
+load components/philo.ndr
+ren a4912/tleft b4912/bleft a4913/tright b4913/bright
+load components/philo.ndr
+ren a4913/tleft b4913/bleft a4914/tright b4914/bright
+load components/philo.ndr
+ren a4914/tleft b4914/bleft a4915/tright b4915/bright
+load components/philo.ndr
+ren a4915/tleft b4915/bleft a4916/tright b4916/bright
+load components/philo.ndr
+ren a4916/tleft b4916/bleft a4917/tright b4917/bright
+load components/philo.ndr
+ren a4917/tleft b4917/bleft a4918/tright b4918/bright
+load components/philo.ndr
+ren a4918/tleft b4918/bleft a4919/tright b4919/bright
+load components/philo.ndr
+ren a4919/tleft b4919/bleft a4920/tright b4920/bright
+load components/philo.ndr
+ren a4920/tleft b4920/bleft a4921/tright b4921/bright
+load components/philo.ndr
+ren a4921/tleft b4921/bleft a4922/tright b4922/bright
+load components/philo.ndr
+ren a4922/tleft b4922/bleft a4923/tright b4923/bright
+load components/philo.ndr
+ren a4923/tleft b4923/bleft a4924/tright b4924/bright
+load components/philo.ndr
+ren a4924/tleft b4924/bleft a4925/tright b4925/bright
+load components/philo.ndr
+ren a4925/tleft b4925/bleft a4926/tright b4926/bright
+load components/philo.ndr
+ren a4926/tleft b4926/bleft a4927/tright b4927/bright
+load components/philo.ndr
+ren a4927/tleft b4927/bleft a4928/tright b4928/bright
+load components/philo.ndr
+ren a4928/tleft b4928/bleft a4929/tright b4929/bright
+load components/philo.ndr
+ren a4929/tleft b4929/bleft a4930/tright b4930/bright
+load components/philo.ndr
+ren a4930/tleft b4930/bleft a4931/tright b4931/bright
+load components/philo.ndr
+ren a4931/tleft b4931/bleft a4932/tright b4932/bright
+load components/philo.ndr
+ren a4932/tleft b4932/bleft a4933/tright b4933/bright
+load components/philo.ndr
+ren a4933/tleft b4933/bleft a4934/tright b4934/bright
+load components/philo.ndr
+ren a4934/tleft b4934/bleft a4935/tright b4935/bright
+load components/philo.ndr
+ren a4935/tleft b4935/bleft a4936/tright b4936/bright
+load components/philo.ndr
+ren a4936/tleft b4936/bleft a4937/tright b4937/bright
+load components/philo.ndr
+ren a4937/tleft b4937/bleft a4938/tright b4938/bright
+load components/philo.ndr
+ren a4938/tleft b4938/bleft a4939/tright b4939/bright
+load components/philo.ndr
+ren a4939/tleft b4939/bleft a4940/tright b4940/bright
+load components/philo.ndr
+ren a4940/tleft b4940/bleft a4941/tright b4941/bright
+load components/philo.ndr
+ren a4941/tleft b4941/bleft a4942/tright b4942/bright
+load components/philo.ndr
+ren a4942/tleft b4942/bleft a4943/tright b4943/bright
+load components/philo.ndr
+ren a4943/tleft b4943/bleft a4944/tright b4944/bright
+load components/philo.ndr
+ren a4944/tleft b4944/bleft a4945/tright b4945/bright
+load components/philo.ndr
+ren a4945/tleft b4945/bleft a4946/tright b4946/bright
+load components/philo.ndr
+ren a4946/tleft b4946/bleft a4947/tright b4947/bright
+load components/philo.ndr
+ren a4947/tleft b4947/bleft a4948/tright b4948/bright
+load components/philo.ndr
+ren a4948/tleft b4948/bleft a4949/tright b4949/bright
+load components/philo.ndr
+ren a4949/tleft b4949/bleft a4950/tright b4950/bright
+load components/philo.ndr
+ren a4950/tleft b4950/bleft a4951/tright b4951/bright
+load components/philo.ndr
+ren a4951/tleft b4951/bleft a4952/tright b4952/bright
+load components/philo.ndr
+ren a4952/tleft b4952/bleft a4953/tright b4953/bright
+load components/philo.ndr
+ren a4953/tleft b4953/bleft a4954/tright b4954/bright
+load components/philo.ndr
+ren a4954/tleft b4954/bleft a4955/tright b4955/bright
+load components/philo.ndr
+ren a4955/tleft b4955/bleft a4956/tright b4956/bright
+load components/philo.ndr
+ren a4956/tleft b4956/bleft a4957/tright b4957/bright
+load components/philo.ndr
+ren a4957/tleft b4957/bleft a4958/tright b4958/bright
+load components/philo.ndr
+ren a4958/tleft b4958/bleft a4959/tright b4959/bright
+load components/philo.ndr
+ren a4959/tleft b4959/bleft a4960/tright b4960/bright
+load components/philo.ndr
+ren a4960/tleft b4960/bleft a4961/tright b4961/bright
+load components/philo.ndr
+ren a4961/tleft b4961/bleft a4962/tright b4962/bright
+load components/philo.ndr
+ren a4962/tleft b4962/bleft a4963/tright b4963/bright
+load components/philo.ndr
+ren a4963/tleft b4963/bleft a4964/tright b4964/bright
+load components/philo.ndr
+ren a4964/tleft b4964/bleft a4965/tright b4965/bright
+load components/philo.ndr
+ren a4965/tleft b4965/bleft a4966/tright b4966/bright
+load components/philo.ndr
+ren a4966/tleft b4966/bleft a4967/tright b4967/bright
+load components/philo.ndr
+ren a4967/tleft b4967/bleft a4968/tright b4968/bright
+load components/philo.ndr
+ren a4968/tleft b4968/bleft a4969/tright b4969/bright
+load components/philo.ndr
+ren a4969/tleft b4969/bleft a4970/tright b4970/bright
+load components/philo.ndr
+ren a4970/tleft b4970/bleft a4971/tright b4971/bright
+load components/philo.ndr
+ren a4971/tleft b4971/bleft a4972/tright b4972/bright
+load components/philo.ndr
+ren a4972/tleft b4972/bleft a4973/tright b4973/bright
+load components/philo.ndr
+ren a4973/tleft b4973/bleft a4974/tright b4974/bright
+load components/philo.ndr
+ren a4974/tleft b4974/bleft a4975/tright b4975/bright
+load components/philo.ndr
+ren a4975/tleft b4975/bleft a4976/tright b4976/bright
+load components/philo.ndr
+ren a4976/tleft b4976/bleft a4977/tright b4977/bright
+load components/philo.ndr
+ren a4977/tleft b4977/bleft a4978/tright b4978/bright
+load components/philo.ndr
+ren a4978/tleft b4978/bleft a4979/tright b4979/bright
+load components/philo.ndr
+ren a4979/tleft b4979/bleft a4980/tright b4980/bright
+load components/philo.ndr
+ren a4980/tleft b4980/bleft a4981/tright b4981/bright
+load components/philo.ndr
+ren a4981/tleft b4981/bleft a4982/tright b4982/bright
+load components/philo.ndr
+ren a4982/tleft b4982/bleft a4983/tright b4983/bright
+load components/philo.ndr
+ren a4983/tleft b4983/bleft a4984/tright b4984/bright
+load components/philo.ndr
+ren a4984/tleft b4984/bleft a4985/tright b4985/bright
+load components/philo.ndr
+ren a4985/tleft b4985/bleft a4986/tright b4986/bright
+load components/philo.ndr
+ren a4986/tleft b4986/bleft a4987/tright b4987/bright
+load components/philo.ndr
+ren a4987/tleft b4987/bleft a4988/tright b4988/bright
+load components/philo.ndr
+ren a4988/tleft b4988/bleft a4989/tright b4989/bright
+load components/philo.ndr
+ren a4989/tleft b4989/bleft a4990/tright b4990/bright
+load components/philo.ndr
+ren a4990/tleft b4990/bleft a4991/tright b4991/bright
+load components/philo.ndr
+ren a4991/tleft b4991/bleft a4992/tright b4992/bright
+load components/philo.ndr
+ren a4992/tleft b4992/bleft a4993/tright b4993/bright
+load components/philo.ndr
+ren a4993/tleft b4993/bleft a4994/tright b4994/bright
+load components/philo.ndr
+ren a4994/tleft b4994/bleft a4995/tright b4995/bright
+load components/philo.ndr
+ren a4995/tleft b4995/bleft a4996/tright b4996/bright
+load components/philo.ndr
+ren a4996/tleft b4996/bleft a4997/tright b4997/bright
+load components/philo.ndr
+ren a4997/tleft b4997/bleft a4998/tright b4998/bright
+load components/philo.ndr
+ren a4998/tleft b4998/bleft a4999/tright b4999/bright
+load components/philo.ndr
+ren a4999/tleft b4999/bleft a5000/tright b5000/bright
+load components/philo.ndr
+ren a5000/tleft b5000/bleft a5001/tright b5001/bright
+load components/philo.ndr
+ren a5001/tleft b5001/bleft a5002/tright b5002/bright
+load components/philo.ndr
+ren a5002/tleft b5002/bleft a5003/tright b5003/bright
+load components/philo.ndr
+ren a5003/tleft b5003/bleft a5004/tright b5004/bright
+load components/philo.ndr
+ren a5004/tleft b5004/bleft a5005/tright b5005/bright
+load components/philo.ndr
+ren a5005/tleft b5005/bleft a5006/tright b5006/bright
+load components/philo.ndr
+ren a5006/tleft b5006/bleft a5007/tright b5007/bright
+load components/philo.ndr
+ren a5007/tleft b5007/bleft a5008/tright b5008/bright
+load components/philo.ndr
+ren a5008/tleft b5008/bleft a5009/tright b5009/bright
+load components/philo.ndr
+ren a5009/tleft b5009/bleft a5010/tright b5010/bright
+load components/philo.ndr
+ren a5010/tleft b5010/bleft a5011/tright b5011/bright
+load components/philo.ndr
+ren a5011/tleft b5011/bleft a5012/tright b5012/bright
+load components/philo.ndr
+ren a5012/tleft b5012/bleft a5013/tright b5013/bright
+load components/philo.ndr
+ren a5013/tleft b5013/bleft a5014/tright b5014/bright
+load components/philo.ndr
+ren a5014/tleft b5014/bleft a5015/tright b5015/bright
+load components/philo.ndr
+ren a5015/tleft b5015/bleft a5016/tright b5016/bright
+load components/philo.ndr
+ren a5016/tleft b5016/bleft a5017/tright b5017/bright
+load components/philo.ndr
+ren a5017/tleft b5017/bleft a5018/tright b5018/bright
+load components/philo.ndr
+ren a5018/tleft b5018/bleft a5019/tright b5019/bright
+load components/philo.ndr
+ren a5019/tleft b5019/bleft a5020/tright b5020/bright
+load components/philo.ndr
+ren a5020/tleft b5020/bleft a5021/tright b5021/bright
+load components/philo.ndr
+ren a5021/tleft b5021/bleft a5022/tright b5022/bright
+load components/philo.ndr
+ren a5022/tleft b5022/bleft a5023/tright b5023/bright
+load components/philo.ndr
+ren a5023/tleft b5023/bleft a5024/tright b5024/bright
+load components/philo.ndr
+ren a5024/tleft b5024/bleft a5025/tright b5025/bright
+load components/philo.ndr
+ren a5025/tleft b5025/bleft a5026/tright b5026/bright
+load components/philo.ndr
+ren a5026/tleft b5026/bleft a5027/tright b5027/bright
+load components/philo.ndr
+ren a5027/tleft b5027/bleft a5028/tright b5028/bright
+load components/philo.ndr
+ren a5028/tleft b5028/bleft a5029/tright b5029/bright
+load components/philo.ndr
+ren a5029/tleft b5029/bleft a5030/tright b5030/bright
+load components/philo.ndr
+ren a5030/tleft b5030/bleft a5031/tright b5031/bright
+load components/philo.ndr
+ren a5031/tleft b5031/bleft a5032/tright b5032/bright
+load components/philo.ndr
+ren a5032/tleft b5032/bleft a5033/tright b5033/bright
+load components/philo.ndr
+ren a5033/tleft b5033/bleft a5034/tright b5034/bright
+load components/philo.ndr
+ren a5034/tleft b5034/bleft a5035/tright b5035/bright
+load components/philo.ndr
+ren a5035/tleft b5035/bleft a5036/tright b5036/bright
+load components/philo.ndr
+ren a5036/tleft b5036/bleft a5037/tright b5037/bright
+load components/philo.ndr
+ren a5037/tleft b5037/bleft a5038/tright b5038/bright
+load components/philo.ndr
+ren a5038/tleft b5038/bleft a5039/tright b5039/bright
+load components/philo.ndr
+ren a5039/tleft b5039/bleft a5040/tright b5040/bright
+load components/philo.ndr
+ren a5040/tleft b5040/bleft a5041/tright b5041/bright
+load components/philo.ndr
+ren a5041/tleft b5041/bleft a5042/tright b5042/bright
+load components/philo.ndr
+ren a5042/tleft b5042/bleft a5043/tright b5043/bright
+load components/philo.ndr
+ren a5043/tleft b5043/bleft a5044/tright b5044/bright
+load components/philo.ndr
+ren a5044/tleft b5044/bleft a5045/tright b5045/bright
+load components/philo.ndr
+ren a5045/tleft b5045/bleft a5046/tright b5046/bright
+load components/philo.ndr
+ren a5046/tleft b5046/bleft a5047/tright b5047/bright
+load components/philo.ndr
+ren a5047/tleft b5047/bleft a5048/tright b5048/bright
+load components/philo.ndr
+ren a5048/tleft b5048/bleft a5049/tright b5049/bright
+load components/philo.ndr
+ren a5049/tleft b5049/bleft a5050/tright b5050/bright
+load components/philo.ndr
+ren a5050/tleft b5050/bleft a5051/tright b5051/bright
+load components/philo.ndr
+ren a5051/tleft b5051/bleft a5052/tright b5052/bright
+load components/philo.ndr
+ren a5052/tleft b5052/bleft a5053/tright b5053/bright
+load components/philo.ndr
+ren a5053/tleft b5053/bleft a5054/tright b5054/bright
+load components/philo.ndr
+ren a5054/tleft b5054/bleft a5055/tright b5055/bright
+load components/philo.ndr
+ren a5055/tleft b5055/bleft a5056/tright b5056/bright
+load components/philo.ndr
+ren a5056/tleft b5056/bleft a5057/tright b5057/bright
+load components/philo.ndr
+ren a5057/tleft b5057/bleft a5058/tright b5058/bright
+load components/philo.ndr
+ren a5058/tleft b5058/bleft a5059/tright b5059/bright
+load components/philo.ndr
+ren a5059/tleft b5059/bleft a5060/tright b5060/bright
+load components/philo.ndr
+ren a5060/tleft b5060/bleft a5061/tright b5061/bright
+load components/philo.ndr
+ren a5061/tleft b5061/bleft a5062/tright b5062/bright
+load components/philo.ndr
+ren a5062/tleft b5062/bleft a5063/tright b5063/bright
+load components/philo.ndr
+ren a5063/tleft b5063/bleft a5064/tright b5064/bright
+load components/philo.ndr
+ren a5064/tleft b5064/bleft a5065/tright b5065/bright
+load components/philo.ndr
+ren a5065/tleft b5065/bleft a5066/tright b5066/bright
+load components/philo.ndr
+ren a5066/tleft b5066/bleft a5067/tright b5067/bright
+load components/philo.ndr
+ren a5067/tleft b5067/bleft a5068/tright b5068/bright
+load components/philo.ndr
+ren a5068/tleft b5068/bleft a5069/tright b5069/bright
+load components/philo.ndr
+ren a5069/tleft b5069/bleft a5070/tright b5070/bright
+load components/philo.ndr
+ren a5070/tleft b5070/bleft a5071/tright b5071/bright
+load components/philo.ndr
+ren a5071/tleft b5071/bleft a5072/tright b5072/bright
+load components/philo.ndr
+ren a5072/tleft b5072/bleft a5073/tright b5073/bright
+load components/philo.ndr
+ren a5073/tleft b5073/bleft a5074/tright b5074/bright
+load components/philo.ndr
+ren a5074/tleft b5074/bleft a5075/tright b5075/bright
+load components/philo.ndr
+ren a5075/tleft b5075/bleft a5076/tright b5076/bright
+load components/philo.ndr
+ren a5076/tleft b5076/bleft a5077/tright b5077/bright
+load components/philo.ndr
+ren a5077/tleft b5077/bleft a5078/tright b5078/bright
+load components/philo.ndr
+ren a5078/tleft b5078/bleft a5079/tright b5079/bright
+load components/philo.ndr
+ren a5079/tleft b5079/bleft a5080/tright b5080/bright
+load components/philo.ndr
+ren a5080/tleft b5080/bleft a5081/tright b5081/bright
+load components/philo.ndr
+ren a5081/tleft b5081/bleft a5082/tright b5082/bright
+load components/philo.ndr
+ren a5082/tleft b5082/bleft a5083/tright b5083/bright
+load components/philo.ndr
+ren a5083/tleft b5083/bleft a5084/tright b5084/bright
+load components/philo.ndr
+ren a5084/tleft b5084/bleft a5085/tright b5085/bright
+load components/philo.ndr
+ren a5085/tleft b5085/bleft a5086/tright b5086/bright
+load components/philo.ndr
+ren a5086/tleft b5086/bleft a5087/tright b5087/bright
+load components/philo.ndr
+ren a5087/tleft b5087/bleft a5088/tright b5088/bright
+load components/philo.ndr
+ren a5088/tleft b5088/bleft a5089/tright b5089/bright
+load components/philo.ndr
+ren a5089/tleft b5089/bleft a5090/tright b5090/bright
+load components/philo.ndr
+ren a5090/tleft b5090/bleft a5091/tright b5091/bright
+load components/philo.ndr
+ren a5091/tleft b5091/bleft a5092/tright b5092/bright
+load components/philo.ndr
+ren a5092/tleft b5092/bleft a5093/tright b5093/bright
+load components/philo.ndr
+ren a5093/tleft b5093/bleft a5094/tright b5094/bright
+load components/philo.ndr
+ren a5094/tleft b5094/bleft a5095/tright b5095/bright
+load components/philo.ndr
+ren a5095/tleft b5095/bleft a5096/tright b5096/bright
+load components/philo.ndr
+ren a5096/tleft b5096/bleft a5097/tright b5097/bright
+load components/philo.ndr
+ren a5097/tleft b5097/bleft a5098/tright b5098/bright
+load components/philo.ndr
+ren a5098/tleft b5098/bleft a5099/tright b5099/bright
+load components/philo.ndr
+ren a5099/tleft b5099/bleft a5100/tright b5100/bright
+load components/philo.ndr
+ren a5100/tleft b5100/bleft a5101/tright b5101/bright
+load components/philo.ndr
+ren a5101/tleft b5101/bleft a5102/tright b5102/bright
+load components/philo.ndr
+ren a5102/tleft b5102/bleft a5103/tright b5103/bright
+load components/philo.ndr
+ren a5103/tleft b5103/bleft a5104/tright b5104/bright
+load components/philo.ndr
+ren a5104/tleft b5104/bleft a5105/tright b5105/bright
+load components/philo.ndr
+ren a5105/tleft b5105/bleft a5106/tright b5106/bright
+load components/philo.ndr
+ren a5106/tleft b5106/bleft a5107/tright b5107/bright
+load components/philo.ndr
+ren a5107/tleft b5107/bleft a5108/tright b5108/bright
+load components/philo.ndr
+ren a5108/tleft b5108/bleft a5109/tright b5109/bright
+load components/philo.ndr
+ren a5109/tleft b5109/bleft a5110/tright b5110/bright
+load components/philo.ndr
+ren a5110/tleft b5110/bleft a5111/tright b5111/bright
+load components/philo.ndr
+ren a5111/tleft b5111/bleft a5112/tright b5112/bright
+load components/philo.ndr
+ren a5112/tleft b5112/bleft a5113/tright b5113/bright
+load components/philo.ndr
+ren a5113/tleft b5113/bleft a5114/tright b5114/bright
+load components/philo.ndr
+ren a5114/tleft b5114/bleft a5115/tright b5115/bright
+load components/philo.ndr
+ren a5115/tleft b5115/bleft a5116/tright b5116/bright
+load components/philo.ndr
+ren a5116/tleft b5116/bleft a5117/tright b5117/bright
+load components/philo.ndr
+ren a5117/tleft b5117/bleft a5118/tright b5118/bright
+load components/philo.ndr
+ren a5118/tleft b5118/bleft a5119/tright b5119/bright
+load components/philo.ndr
+ren a5119/tleft b5119/bleft a5120/tright b5120/bright
+load components/philo.ndr
+ren a5120/tleft b5120/bleft a5121/tright b5121/bright
+load components/philo.ndr
+ren a5121/tleft b5121/bleft a5122/tright b5122/bright
+load components/philo.ndr
+ren a5122/tleft b5122/bleft a5123/tright b5123/bright
+load components/philo.ndr
+ren a5123/tleft b5123/bleft a5124/tright b5124/bright
+load components/philo.ndr
+ren a5124/tleft b5124/bleft a5125/tright b5125/bright
+load components/philo.ndr
+ren a5125/tleft b5125/bleft a5126/tright b5126/bright
+load components/philo.ndr
+ren a5126/tleft b5126/bleft a5127/tright b5127/bright
+load components/philo.ndr
+ren a5127/tleft b5127/bleft a5128/tright b5128/bright
+load components/philo.ndr
+ren a5128/tleft b5128/bleft a5129/tright b5129/bright
+load components/philo.ndr
+ren a5129/tleft b5129/bleft a5130/tright b5130/bright
+load components/philo.ndr
+ren a5130/tleft b5130/bleft a5131/tright b5131/bright
+load components/philo.ndr
+ren a5131/tleft b5131/bleft a5132/tright b5132/bright
+load components/philo.ndr
+ren a5132/tleft b5132/bleft a5133/tright b5133/bright
+load components/philo.ndr
+ren a5133/tleft b5133/bleft a5134/tright b5134/bright
+load components/philo.ndr
+ren a5134/tleft b5134/bleft a5135/tright b5135/bright
+load components/philo.ndr
+ren a5135/tleft b5135/bleft a5136/tright b5136/bright
+load components/philo.ndr
+ren a5136/tleft b5136/bleft a5137/tright b5137/bright
+load components/philo.ndr
+ren a5137/tleft b5137/bleft a5138/tright b5138/bright
+load components/philo.ndr
+ren a5138/tleft b5138/bleft a5139/tright b5139/bright
+load components/philo.ndr
+ren a5139/tleft b5139/bleft a5140/tright b5140/bright
+load components/philo.ndr
+ren a5140/tleft b5140/bleft a5141/tright b5141/bright
+load components/philo.ndr
+ren a5141/tleft b5141/bleft a5142/tright b5142/bright
+load components/philo.ndr
+ren a5142/tleft b5142/bleft a5143/tright b5143/bright
+load components/philo.ndr
+ren a5143/tleft b5143/bleft a5144/tright b5144/bright
+load components/philo.ndr
+ren a5144/tleft b5144/bleft a5145/tright b5145/bright
+load components/philo.ndr
+ren a5145/tleft b5145/bleft a5146/tright b5146/bright
+load components/philo.ndr
+ren a5146/tleft b5146/bleft a5147/tright b5147/bright
+load components/philo.ndr
+ren a5147/tleft b5147/bleft a5148/tright b5148/bright
+load components/philo.ndr
+ren a5148/tleft b5148/bleft a5149/tright b5149/bright
+load components/philo.ndr
+ren a5149/tleft b5149/bleft a5150/tright b5150/bright
+load components/philo.ndr
+ren a5150/tleft b5150/bleft a5151/tright b5151/bright
+load components/philo.ndr
+ren a5151/tleft b5151/bleft a5152/tright b5152/bright
+load components/philo.ndr
+ren a5152/tleft b5152/bleft a5153/tright b5153/bright
+load components/philo.ndr
+ren a5153/tleft b5153/bleft a5154/tright b5154/bright
+load components/philo.ndr
+ren a5154/tleft b5154/bleft a5155/tright b5155/bright
+load components/philo.ndr
+ren a5155/tleft b5155/bleft a5156/tright b5156/bright
+load components/philo.ndr
+ren a5156/tleft b5156/bleft a5157/tright b5157/bright
+load components/philo.ndr
+ren a5157/tleft b5157/bleft a5158/tright b5158/bright
+load components/philo.ndr
+ren a5158/tleft b5158/bleft a5159/tright b5159/bright
+load components/philo.ndr
+ren a5159/tleft b5159/bleft a5160/tright b5160/bright
+load components/philo.ndr
+ren a5160/tleft b5160/bleft a5161/tright b5161/bright
+load components/philo.ndr
+ren a5161/tleft b5161/bleft a5162/tright b5162/bright
+load components/philo.ndr
+ren a5162/tleft b5162/bleft a5163/tright b5163/bright
+load components/philo.ndr
+ren a5163/tleft b5163/bleft a5164/tright b5164/bright
+load components/philo.ndr
+ren a5164/tleft b5164/bleft a5165/tright b5165/bright
+load components/philo.ndr
+ren a5165/tleft b5165/bleft a5166/tright b5166/bright
+load components/philo.ndr
+ren a5166/tleft b5166/bleft a5167/tright b5167/bright
+load components/philo.ndr
+ren a5167/tleft b5167/bleft a5168/tright b5168/bright
+load components/philo.ndr
+ren a5168/tleft b5168/bleft a5169/tright b5169/bright
+load components/philo.ndr
+ren a5169/tleft b5169/bleft a5170/tright b5170/bright
+load components/philo.ndr
+ren a5170/tleft b5170/bleft a5171/tright b5171/bright
+load components/philo.ndr
+ren a5171/tleft b5171/bleft a5172/tright b5172/bright
+load components/philo.ndr
+ren a5172/tleft b5172/bleft a5173/tright b5173/bright
+load components/philo.ndr
+ren a5173/tleft b5173/bleft a5174/tright b5174/bright
+load components/philo.ndr
+ren a5174/tleft b5174/bleft a5175/tright b5175/bright
+load components/philo.ndr
+ren a5175/tleft b5175/bleft a5176/tright b5176/bright
+load components/philo.ndr
+ren a5176/tleft b5176/bleft a5177/tright b5177/bright
+load components/philo.ndr
+ren a5177/tleft b5177/bleft a5178/tright b5178/bright
+load components/philo.ndr
+ren a5178/tleft b5178/bleft a5179/tright b5179/bright
+load components/philo.ndr
+ren a5179/tleft b5179/bleft a5180/tright b5180/bright
+load components/philo.ndr
+ren a5180/tleft b5180/bleft a5181/tright b5181/bright
+load components/philo.ndr
+ren a5181/tleft b5181/bleft a5182/tright b5182/bright
+load components/philo.ndr
+ren a5182/tleft b5182/bleft a5183/tright b5183/bright
+load components/philo.ndr
+ren a5183/tleft b5183/bleft a5184/tright b5184/bright
+load components/philo.ndr
+ren a5184/tleft b5184/bleft a5185/tright b5185/bright
+load components/philo.ndr
+ren a5185/tleft b5185/bleft a5186/tright b5186/bright
+load components/philo.ndr
+ren a5186/tleft b5186/bleft a5187/tright b5187/bright
+load components/philo.ndr
+ren a5187/tleft b5187/bleft a5188/tright b5188/bright
+load components/philo.ndr
+ren a5188/tleft b5188/bleft a5189/tright b5189/bright
+load components/philo.ndr
+ren a5189/tleft b5189/bleft a5190/tright b5190/bright
+load components/philo.ndr
+ren a5190/tleft b5190/bleft a5191/tright b5191/bright
+load components/philo.ndr
+ren a5191/tleft b5191/bleft a5192/tright b5192/bright
+load components/philo.ndr
+ren a5192/tleft b5192/bleft a5193/tright b5193/bright
+load components/philo.ndr
+ren a5193/tleft b5193/bleft a5194/tright b5194/bright
+load components/philo.ndr
+ren a5194/tleft b5194/bleft a5195/tright b5195/bright
+load components/philo.ndr
+ren a5195/tleft b5195/bleft a5196/tright b5196/bright
+load components/philo.ndr
+ren a5196/tleft b5196/bleft a5197/tright b5197/bright
+load components/philo.ndr
+ren a5197/tleft b5197/bleft a5198/tright b5198/bright
+load components/philo.ndr
+ren a5198/tleft b5198/bleft a5199/tright b5199/bright
+load components/philo.ndr
+ren a5199/tleft b5199/bleft a5200/tright b5200/bright
+load components/philo.ndr
+ren a5200/tleft b5200/bleft a5201/tright b5201/bright
+load components/philo.ndr
+ren a5201/tleft b5201/bleft a5202/tright b5202/bright
+load components/philo.ndr
+ren a5202/tleft b5202/bleft a5203/tright b5203/bright
+load components/philo.ndr
+ren a5203/tleft b5203/bleft a5204/tright b5204/bright
+load components/philo.ndr
+ren a5204/tleft b5204/bleft a5205/tright b5205/bright
+load components/philo.ndr
+ren a5205/tleft b5205/bleft a5206/tright b5206/bright
+load components/philo.ndr
+ren a5206/tleft b5206/bleft a5207/tright b5207/bright
+load components/philo.ndr
+ren a5207/tleft b5207/bleft a5208/tright b5208/bright
+load components/philo.ndr
+ren a5208/tleft b5208/bleft a5209/tright b5209/bright
+load components/philo.ndr
+ren a5209/tleft b5209/bleft a5210/tright b5210/bright
+load components/philo.ndr
+ren a5210/tleft b5210/bleft a5211/tright b5211/bright
+load components/philo.ndr
+ren a5211/tleft b5211/bleft a5212/tright b5212/bright
+load components/philo.ndr
+ren a5212/tleft b5212/bleft a5213/tright b5213/bright
+load components/philo.ndr
+ren a5213/tleft b5213/bleft a5214/tright b5214/bright
+load components/philo.ndr
+ren a5214/tleft b5214/bleft a5215/tright b5215/bright
+load components/philo.ndr
+ren a5215/tleft b5215/bleft a5216/tright b5216/bright
+load components/philo.ndr
+ren a5216/tleft b5216/bleft a5217/tright b5217/bright
+load components/philo.ndr
+ren a5217/tleft b5217/bleft a5218/tright b5218/bright
+load components/philo.ndr
+ren a5218/tleft b5218/bleft a5219/tright b5219/bright
+load components/philo.ndr
+ren a5219/tleft b5219/bleft a5220/tright b5220/bright
+load components/philo.ndr
+ren a5220/tleft b5220/bleft a5221/tright b5221/bright
+load components/philo.ndr
+ren a5221/tleft b5221/bleft a5222/tright b5222/bright
+load components/philo.ndr
+ren a5222/tleft b5222/bleft a5223/tright b5223/bright
+load components/philo.ndr
+ren a5223/tleft b5223/bleft a5224/tright b5224/bright
+load components/philo.ndr
+ren a5224/tleft b5224/bleft a5225/tright b5225/bright
+load components/philo.ndr
+ren a5225/tleft b5225/bleft a5226/tright b5226/bright
+load components/philo.ndr
+ren a5226/tleft b5226/bleft a5227/tright b5227/bright
+load components/philo.ndr
+ren a5227/tleft b5227/bleft a5228/tright b5228/bright
+load components/philo.ndr
+ren a5228/tleft b5228/bleft a5229/tright b5229/bright
+load components/philo.ndr
+ren a5229/tleft b5229/bleft a5230/tright b5230/bright
+load components/philo.ndr
+ren a5230/tleft b5230/bleft a5231/tright b5231/bright
+load components/philo.ndr
+ren a5231/tleft b5231/bleft a5232/tright b5232/bright
+load components/philo.ndr
+ren a5232/tleft b5232/bleft a5233/tright b5233/bright
+load components/philo.ndr
+ren a5233/tleft b5233/bleft a5234/tright b5234/bright
+load components/philo.ndr
+ren a5234/tleft b5234/bleft a5235/tright b5235/bright
+load components/philo.ndr
+ren a5235/tleft b5235/bleft a5236/tright b5236/bright
+load components/philo.ndr
+ren a5236/tleft b5236/bleft a5237/tright b5237/bright
+load components/philo.ndr
+ren a5237/tleft b5237/bleft a5238/tright b5238/bright
+load components/philo.ndr
+ren a5238/tleft b5238/bleft a5239/tright b5239/bright
+load components/philo.ndr
+ren a5239/tleft b5239/bleft a5240/tright b5240/bright
+load components/philo.ndr
+ren a5240/tleft b5240/bleft a5241/tright b5241/bright
+load components/philo.ndr
+ren a5241/tleft b5241/bleft a5242/tright b5242/bright
+load components/philo.ndr
+ren a5242/tleft b5242/bleft a5243/tright b5243/bright
+load components/philo.ndr
+ren a5243/tleft b5243/bleft a5244/tright b5244/bright
+load components/philo.ndr
+ren a5244/tleft b5244/bleft a5245/tright b5245/bright
+load components/philo.ndr
+ren a5245/tleft b5245/bleft a5246/tright b5246/bright
+load components/philo.ndr
+ren a5246/tleft b5246/bleft a5247/tright b5247/bright
+load components/philo.ndr
+ren a5247/tleft b5247/bleft a5248/tright b5248/bright
+load components/philo.ndr
+ren a5248/tleft b5248/bleft a5249/tright b5249/bright
+load components/philo.ndr
+ren a5249/tleft b5249/bleft a5250/tright b5250/bright
+load components/philo.ndr
+ren a5250/tleft b5250/bleft a5251/tright b5251/bright
+load components/philo.ndr
+ren a5251/tleft b5251/bleft a5252/tright b5252/bright
+load components/philo.ndr
+ren a5252/tleft b5252/bleft a5253/tright b5253/bright
+load components/philo.ndr
+ren a5253/tleft b5253/bleft a5254/tright b5254/bright
+load components/philo.ndr
+ren a5254/tleft b5254/bleft a5255/tright b5255/bright
+load components/philo.ndr
+ren a5255/tleft b5255/bleft a5256/tright b5256/bright
+load components/philo.ndr
+ren a5256/tleft b5256/bleft a5257/tright b5257/bright
+load components/philo.ndr
+ren a5257/tleft b5257/bleft a5258/tright b5258/bright
+load components/philo.ndr
+ren a5258/tleft b5258/bleft a5259/tright b5259/bright
+load components/philo.ndr
+ren a5259/tleft b5259/bleft a5260/tright b5260/bright
+load components/philo.ndr
+ren a5260/tleft b5260/bleft a5261/tright b5261/bright
+load components/philo.ndr
+ren a5261/tleft b5261/bleft a5262/tright b5262/bright
+load components/philo.ndr
+ren a5262/tleft b5262/bleft a5263/tright b5263/bright
+load components/philo.ndr
+ren a5263/tleft b5263/bleft a5264/tright b5264/bright
+load components/philo.ndr
+ren a5264/tleft b5264/bleft a5265/tright b5265/bright
+load components/philo.ndr
+ren a5265/tleft b5265/bleft a5266/tright b5266/bright
+load components/philo.ndr
+ren a5266/tleft b5266/bleft a5267/tright b5267/bright
+load components/philo.ndr
+ren a5267/tleft b5267/bleft a5268/tright b5268/bright
+load components/philo.ndr
+ren a5268/tleft b5268/bleft a5269/tright b5269/bright
+load components/philo.ndr
+ren a5269/tleft b5269/bleft a5270/tright b5270/bright
+load components/philo.ndr
+ren a5270/tleft b5270/bleft a5271/tright b5271/bright
+load components/philo.ndr
+ren a5271/tleft b5271/bleft a5272/tright b5272/bright
+load components/philo.ndr
+ren a5272/tleft b5272/bleft a5273/tright b5273/bright
+load components/philo.ndr
+ren a5273/tleft b5273/bleft a5274/tright b5274/bright
+load components/philo.ndr
+ren a5274/tleft b5274/bleft a5275/tright b5275/bright
+load components/philo.ndr
+ren a5275/tleft b5275/bleft a5276/tright b5276/bright
+load components/philo.ndr
+ren a5276/tleft b5276/bleft a5277/tright b5277/bright
+load components/philo.ndr
+ren a5277/tleft b5277/bleft a5278/tright b5278/bright
+load components/philo.ndr
+ren a5278/tleft b5278/bleft a5279/tright b5279/bright
+load components/philo.ndr
+ren a5279/tleft b5279/bleft a5280/tright b5280/bright
+load components/philo.ndr
+ren a5280/tleft b5280/bleft a5281/tright b5281/bright
+load components/philo.ndr
+ren a5281/tleft b5281/bleft a5282/tright b5282/bright
+load components/philo.ndr
+ren a5282/tleft b5282/bleft a5283/tright b5283/bright
+load components/philo.ndr
+ren a5283/tleft b5283/bleft a5284/tright b5284/bright
+load components/philo.ndr
+ren a5284/tleft b5284/bleft a5285/tright b5285/bright
+load components/philo.ndr
+ren a5285/tleft b5285/bleft a5286/tright b5286/bright
+load components/philo.ndr
+ren a5286/tleft b5286/bleft a5287/tright b5287/bright
+load components/philo.ndr
+ren a5287/tleft b5287/bleft a5288/tright b5288/bright
+load components/philo.ndr
+ren a5288/tleft b5288/bleft a5289/tright b5289/bright
+load components/philo.ndr
+ren a5289/tleft b5289/bleft a5290/tright b5290/bright
+load components/philo.ndr
+ren a5290/tleft b5290/bleft a5291/tright b5291/bright
+load components/philo.ndr
+ren a5291/tleft b5291/bleft a5292/tright b5292/bright
+load components/philo.ndr
+ren a5292/tleft b5292/bleft a5293/tright b5293/bright
+load components/philo.ndr
+ren a5293/tleft b5293/bleft a5294/tright b5294/bright
+load components/philo.ndr
+ren a5294/tleft b5294/bleft a5295/tright b5295/bright
+load components/philo.ndr
+ren a5295/tleft b5295/bleft a5296/tright b5296/bright
+load components/philo.ndr
+ren a5296/tleft b5296/bleft a5297/tright b5297/bright
+load components/philo.ndr
+ren a5297/tleft b5297/bleft a5298/tright b5298/bright
+load components/philo.ndr
+ren a5298/tleft b5298/bleft a5299/tright b5299/bright
+load components/philo.ndr
+ren a5299/tleft b5299/bleft a5300/tright b5300/bright
+load components/philo.ndr
+ren a5300/tleft b5300/bleft a5301/tright b5301/bright
+load components/philo.ndr
+ren a5301/tleft b5301/bleft a5302/tright b5302/bright
+load components/philo.ndr
+ren a5302/tleft b5302/bleft a5303/tright b5303/bright
+load components/philo.ndr
+ren a5303/tleft b5303/bleft a5304/tright b5304/bright
+load components/philo.ndr
+ren a5304/tleft b5304/bleft a5305/tright b5305/bright
+load components/philo.ndr
+ren a5305/tleft b5305/bleft a5306/tright b5306/bright
+load components/philo.ndr
+ren a5306/tleft b5306/bleft a5307/tright b5307/bright
+load components/philo.ndr
+ren a5307/tleft b5307/bleft a5308/tright b5308/bright
+load components/philo.ndr
+ren a5308/tleft b5308/bleft a5309/tright b5309/bright
+load components/philo.ndr
+ren a5309/tleft b5309/bleft a5310/tright b5310/bright
+load components/philo.ndr
+ren a5310/tleft b5310/bleft a5311/tright b5311/bright
+load components/philo.ndr
+ren a5311/tleft b5311/bleft a5312/tright b5312/bright
+load components/philo.ndr
+ren a5312/tleft b5312/bleft a5313/tright b5313/bright
+load components/philo.ndr
+ren a5313/tleft b5313/bleft a5314/tright b5314/bright
+load components/philo.ndr
+ren a5314/tleft b5314/bleft a5315/tright b5315/bright
+load components/philo.ndr
+ren a5315/tleft b5315/bleft a5316/tright b5316/bright
+load components/philo.ndr
+ren a5316/tleft b5316/bleft a5317/tright b5317/bright
+load components/philo.ndr
+ren a5317/tleft b5317/bleft a5318/tright b5318/bright
+load components/philo.ndr
+ren a5318/tleft b5318/bleft a5319/tright b5319/bright
+load components/philo.ndr
+ren a5319/tleft b5319/bleft a5320/tright b5320/bright
+load components/philo.ndr
+ren a5320/tleft b5320/bleft a5321/tright b5321/bright
+load components/philo.ndr
+ren a5321/tleft b5321/bleft a5322/tright b5322/bright
+load components/philo.ndr
+ren a5322/tleft b5322/bleft a5323/tright b5323/bright
+load components/philo.ndr
+ren a5323/tleft b5323/bleft a5324/tright b5324/bright
+load components/philo.ndr
+ren a5324/tleft b5324/bleft a5325/tright b5325/bright
+load components/philo.ndr
+ren a5325/tleft b5325/bleft a5326/tright b5326/bright
+load components/philo.ndr
+ren a5326/tleft b5326/bleft a5327/tright b5327/bright
+load components/philo.ndr
+ren a5327/tleft b5327/bleft a5328/tright b5328/bright
+load components/philo.ndr
+ren a5328/tleft b5328/bleft a5329/tright b5329/bright
+load components/philo.ndr
+ren a5329/tleft b5329/bleft a5330/tright b5330/bright
+load components/philo.ndr
+ren a5330/tleft b5330/bleft a5331/tright b5331/bright
+load components/philo.ndr
+ren a5331/tleft b5331/bleft a5332/tright b5332/bright
+load components/philo.ndr
+ren a5332/tleft b5332/bleft a5333/tright b5333/bright
+load components/philo.ndr
+ren a5333/tleft b5333/bleft a5334/tright b5334/bright
+load components/philo.ndr
+ren a5334/tleft b5334/bleft a5335/tright b5335/bright
+load components/philo.ndr
+ren a5335/tleft b5335/bleft a5336/tright b5336/bright
+load components/philo.ndr
+ren a5336/tleft b5336/bleft a5337/tright b5337/bright
+load components/philo.ndr
+ren a5337/tleft b5337/bleft a5338/tright b5338/bright
+load components/philo.ndr
+ren a5338/tleft b5338/bleft a5339/tright b5339/bright
+load components/philo.ndr
+ren a5339/tleft b5339/bleft a5340/tright b5340/bright
+load components/philo.ndr
+ren a5340/tleft b5340/bleft a5341/tright b5341/bright
+load components/philo.ndr
+ren a5341/tleft b5341/bleft a5342/tright b5342/bright
+load components/philo.ndr
+ren a5342/tleft b5342/bleft a5343/tright b5343/bright
+load components/philo.ndr
+ren a5343/tleft b5343/bleft a5344/tright b5344/bright
+load components/philo.ndr
+ren a5344/tleft b5344/bleft a5345/tright b5345/bright
+load components/philo.ndr
+ren a5345/tleft b5345/bleft a5346/tright b5346/bright
+load components/philo.ndr
+ren a5346/tleft b5346/bleft a5347/tright b5347/bright
+load components/philo.ndr
+ren a5347/tleft b5347/bleft a5348/tright b5348/bright
+load components/philo.ndr
+ren a5348/tleft b5348/bleft a5349/tright b5349/bright
+load components/philo.ndr
+ren a5349/tleft b5349/bleft a5350/tright b5350/bright
+load components/philo.ndr
+ren a5350/tleft b5350/bleft a5351/tright b5351/bright
+load components/philo.ndr
+ren a5351/tleft b5351/bleft a5352/tright b5352/bright
+load components/philo.ndr
+ren a5352/tleft b5352/bleft a5353/tright b5353/bright
+load components/philo.ndr
+ren a5353/tleft b5353/bleft a5354/tright b5354/bright
+load components/philo.ndr
+ren a5354/tleft b5354/bleft a5355/tright b5355/bright
+load components/philo.ndr
+ren a5355/tleft b5355/bleft a5356/tright b5356/bright
+load components/philo.ndr
+ren a5356/tleft b5356/bleft a5357/tright b5357/bright
+load components/philo.ndr
+ren a5357/tleft b5357/bleft a5358/tright b5358/bright
+load components/philo.ndr
+ren a5358/tleft b5358/bleft a5359/tright b5359/bright
+load components/philo.ndr
+ren a5359/tleft b5359/bleft a5360/tright b5360/bright
+load components/philo.ndr
+ren a5360/tleft b5360/bleft a5361/tright b5361/bright
+load components/philo.ndr
+ren a5361/tleft b5361/bleft a5362/tright b5362/bright
+load components/philo.ndr
+ren a5362/tleft b5362/bleft a5363/tright b5363/bright
+load components/philo.ndr
+ren a5363/tleft b5363/bleft a5364/tright b5364/bright
+load components/philo.ndr
+ren a5364/tleft b5364/bleft a5365/tright b5365/bright
+load components/philo.ndr
+ren a5365/tleft b5365/bleft a5366/tright b5366/bright
+load components/philo.ndr
+ren a5366/tleft b5366/bleft a5367/tright b5367/bright
+load components/philo.ndr
+ren a5367/tleft b5367/bleft a5368/tright b5368/bright
+load components/philo.ndr
+ren a5368/tleft b5368/bleft a5369/tright b5369/bright
+load components/philo.ndr
+ren a5369/tleft b5369/bleft a5370/tright b5370/bright
+load components/philo.ndr
+ren a5370/tleft b5370/bleft a5371/tright b5371/bright
+load components/philo.ndr
+ren a5371/tleft b5371/bleft a5372/tright b5372/bright
+load components/philo.ndr
+ren a5372/tleft b5372/bleft a5373/tright b5373/bright
+load components/philo.ndr
+ren a5373/tleft b5373/bleft a5374/tright b5374/bright
+load components/philo.ndr
+ren a5374/tleft b5374/bleft a5375/tright b5375/bright
+load components/philo.ndr
+ren a5375/tleft b5375/bleft a5376/tright b5376/bright
+load components/philo.ndr
+ren a5376/tleft b5376/bleft a5377/tright b5377/bright
+load components/philo.ndr
+ren a5377/tleft b5377/bleft a5378/tright b5378/bright
+load components/philo.ndr
+ren a5378/tleft b5378/bleft a5379/tright b5379/bright
+load components/philo.ndr
+ren a5379/tleft b5379/bleft a5380/tright b5380/bright
+load components/philo.ndr
+ren a5380/tleft b5380/bleft a5381/tright b5381/bright
+load components/philo.ndr
+ren a5381/tleft b5381/bleft a5382/tright b5382/bright
+load components/philo.ndr
+ren a5382/tleft b5382/bleft a5383/tright b5383/bright
+load components/philo.ndr
+ren a5383/tleft b5383/bleft a5384/tright b5384/bright
+load components/philo.ndr
+ren a5384/tleft b5384/bleft a5385/tright b5385/bright
+load components/philo.ndr
+ren a5385/tleft b5385/bleft a5386/tright b5386/bright
+load components/philo.ndr
+ren a5386/tleft b5386/bleft a5387/tright b5387/bright
+load components/philo.ndr
+ren a5387/tleft b5387/bleft a5388/tright b5388/bright
+load components/philo.ndr
+ren a5388/tleft b5388/bleft a5389/tright b5389/bright
+load components/philo.ndr
+ren a5389/tleft b5389/bleft a5390/tright b5390/bright
+load components/philo.ndr
+ren a5390/tleft b5390/bleft a5391/tright b5391/bright
+load components/philo.ndr
+ren a5391/tleft b5391/bleft a5392/tright b5392/bright
+load components/philo.ndr
+ren a5392/tleft b5392/bleft a5393/tright b5393/bright
+load components/philo.ndr
+ren a5393/tleft b5393/bleft a5394/tright b5394/bright
+load components/philo.ndr
+ren a5394/tleft b5394/bleft a5395/tright b5395/bright
+load components/philo.ndr
+ren a5395/tleft b5395/bleft a5396/tright b5396/bright
+load components/philo.ndr
+ren a5396/tleft b5396/bleft a5397/tright b5397/bright
+load components/philo.ndr
+ren a5397/tleft b5397/bleft a5398/tright b5398/bright
+load components/philo.ndr
+ren a5398/tleft b5398/bleft a5399/tright b5399/bright
+load components/philo.ndr
+ren a5399/tleft b5399/bleft a5400/tright b5400/bright
+load components/philo.ndr
+ren a5400/tleft b5400/bleft a5401/tright b5401/bright
+load components/philo.ndr
+ren a5401/tleft b5401/bleft a5402/tright b5402/bright
+load components/philo.ndr
+ren a5402/tleft b5402/bleft a5403/tright b5403/bright
+load components/philo.ndr
+ren a5403/tleft b5403/bleft a5404/tright b5404/bright
+load components/philo.ndr
+ren a5404/tleft b5404/bleft a5405/tright b5405/bright
+load components/philo.ndr
+ren a5405/tleft b5405/bleft a5406/tright b5406/bright
+load components/philo.ndr
+ren a5406/tleft b5406/bleft a5407/tright b5407/bright
+load components/philo.ndr
+ren a5407/tleft b5407/bleft a5408/tright b5408/bright
+load components/philo.ndr
+ren a5408/tleft b5408/bleft a5409/tright b5409/bright
+load components/philo.ndr
+ren a5409/tleft b5409/bleft a5410/tright b5410/bright
+load components/philo.ndr
+ren a5410/tleft b5410/bleft a5411/tright b5411/bright
+load components/philo.ndr
+ren a5411/tleft b5411/bleft a5412/tright b5412/bright
+load components/philo.ndr
+ren a5412/tleft b5412/bleft a5413/tright b5413/bright
+load components/philo.ndr
+ren a5413/tleft b5413/bleft a5414/tright b5414/bright
+load components/philo.ndr
+ren a5414/tleft b5414/bleft a5415/tright b5415/bright
+load components/philo.ndr
+ren a5415/tleft b5415/bleft a5416/tright b5416/bright
+load components/philo.ndr
+ren a5416/tleft b5416/bleft a5417/tright b5417/bright
+load components/philo.ndr
+ren a5417/tleft b5417/bleft a5418/tright b5418/bright
+load components/philo.ndr
+ren a5418/tleft b5418/bleft a5419/tright b5419/bright
+load components/philo.ndr
+ren a5419/tleft b5419/bleft a5420/tright b5420/bright
+load components/philo.ndr
+ren a5420/tleft b5420/bleft a5421/tright b5421/bright
+load components/philo.ndr
+ren a5421/tleft b5421/bleft a5422/tright b5422/bright
+load components/philo.ndr
+ren a5422/tleft b5422/bleft a5423/tright b5423/bright
+load components/philo.ndr
+ren a5423/tleft b5423/bleft a5424/tright b5424/bright
+load components/philo.ndr
+ren a5424/tleft b5424/bleft a5425/tright b5425/bright
+load components/philo.ndr
+ren a5425/tleft b5425/bleft a5426/tright b5426/bright
+load components/philo.ndr
+ren a5426/tleft b5426/bleft a5427/tright b5427/bright
+load components/philo.ndr
+ren a5427/tleft b5427/bleft a5428/tright b5428/bright
+load components/philo.ndr
+ren a5428/tleft b5428/bleft a5429/tright b5429/bright
+load components/philo.ndr
+ren a5429/tleft b5429/bleft a5430/tright b5430/bright
+load components/philo.ndr
+ren a5430/tleft b5430/bleft a5431/tright b5431/bright
+load components/philo.ndr
+ren a5431/tleft b5431/bleft a5432/tright b5432/bright
+load components/philo.ndr
+ren a5432/tleft b5432/bleft a5433/tright b5433/bright
+load components/philo.ndr
+ren a5433/tleft b5433/bleft a5434/tright b5434/bright
+load components/philo.ndr
+ren a5434/tleft b5434/bleft a5435/tright b5435/bright
+load components/philo.ndr
+ren a5435/tleft b5435/bleft a5436/tright b5436/bright
+load components/philo.ndr
+ren a5436/tleft b5436/bleft a5437/tright b5437/bright
+load components/philo.ndr
+ren a5437/tleft b5437/bleft a5438/tright b5438/bright
+load components/philo.ndr
+ren a5438/tleft b5438/bleft a5439/tright b5439/bright
+load components/philo.ndr
+ren a5439/tleft b5439/bleft a5440/tright b5440/bright
+load components/philo.ndr
+ren a5440/tleft b5440/bleft a5441/tright b5441/bright
+load components/philo.ndr
+ren a5441/tleft b5441/bleft a5442/tright b5442/bright
+load components/philo.ndr
+ren a5442/tleft b5442/bleft a5443/tright b5443/bright
+load components/philo.ndr
+ren a5443/tleft b5443/bleft a5444/tright b5444/bright
+load components/philo.ndr
+ren a5444/tleft b5444/bleft a5445/tright b5445/bright
+load components/philo.ndr
+ren a5445/tleft b5445/bleft a5446/tright b5446/bright
+load components/philo.ndr
+ren a5446/tleft b5446/bleft a5447/tright b5447/bright
+load components/philo.ndr
+ren a5447/tleft b5447/bleft a5448/tright b5448/bright
+load components/philo.ndr
+ren a5448/tleft b5448/bleft a5449/tright b5449/bright
+load components/philo.ndr
+ren a5449/tleft b5449/bleft a5450/tright b5450/bright
+load components/philo.ndr
+ren a5450/tleft b5450/bleft a5451/tright b5451/bright
+load components/philo.ndr
+ren a5451/tleft b5451/bleft a5452/tright b5452/bright
+load components/philo.ndr
+ren a5452/tleft b5452/bleft a5453/tright b5453/bright
+load components/philo.ndr
+ren a5453/tleft b5453/bleft a5454/tright b5454/bright
+load components/philo.ndr
+ren a5454/tleft b5454/bleft a5455/tright b5455/bright
+load components/philo.ndr
+ren a5455/tleft b5455/bleft a5456/tright b5456/bright
+load components/philo.ndr
+ren a5456/tleft b5456/bleft a5457/tright b5457/bright
+load components/philo.ndr
+ren a5457/tleft b5457/bleft a5458/tright b5458/bright
+load components/philo.ndr
+ren a5458/tleft b5458/bleft a5459/tright b5459/bright
+load components/philo.ndr
+ren a5459/tleft b5459/bleft a5460/tright b5460/bright
+load components/philo.ndr
+ren a5460/tleft b5460/bleft a5461/tright b5461/bright
+load components/philo.ndr
+ren a5461/tleft b5461/bleft a5462/tright b5462/bright
+load components/philo.ndr
+ren a5462/tleft b5462/bleft a5463/tright b5463/bright
+load components/philo.ndr
+ren a5463/tleft b5463/bleft a5464/tright b5464/bright
+load components/philo.ndr
+ren a5464/tleft b5464/bleft a5465/tright b5465/bright
+load components/philo.ndr
+ren a5465/tleft b5465/bleft a5466/tright b5466/bright
+load components/philo.ndr
+ren a5466/tleft b5466/bleft a5467/tright b5467/bright
+load components/philo.ndr
+ren a5467/tleft b5467/bleft a5468/tright b5468/bright
+load components/philo.ndr
+ren a5468/tleft b5468/bleft a5469/tright b5469/bright
+load components/philo.ndr
+ren a5469/tleft b5469/bleft a5470/tright b5470/bright
+load components/philo.ndr
+ren a5470/tleft b5470/bleft a5471/tright b5471/bright
+load components/philo.ndr
+ren a5471/tleft b5471/bleft a5472/tright b5472/bright
+load components/philo.ndr
+ren a5472/tleft b5472/bleft a5473/tright b5473/bright
+load components/philo.ndr
+ren a5473/tleft b5473/bleft a5474/tright b5474/bright
+load components/philo.ndr
+ren a5474/tleft b5474/bleft a5475/tright b5475/bright
+load components/philo.ndr
+ren a5475/tleft b5475/bleft a5476/tright b5476/bright
+load components/philo.ndr
+ren a5476/tleft b5476/bleft a5477/tright b5477/bright
+load components/philo.ndr
+ren a5477/tleft b5477/bleft a5478/tright b5478/bright
+load components/philo.ndr
+ren a5478/tleft b5478/bleft a5479/tright b5479/bright
+load components/philo.ndr
+ren a5479/tleft b5479/bleft a5480/tright b5480/bright
+load components/philo.ndr
+ren a5480/tleft b5480/bleft a5481/tright b5481/bright
+load components/philo.ndr
+ren a5481/tleft b5481/bleft a5482/tright b5482/bright
+load components/philo.ndr
+ren a5482/tleft b5482/bleft a5483/tright b5483/bright
+load components/philo.ndr
+ren a5483/tleft b5483/bleft a5484/tright b5484/bright
+load components/philo.ndr
+ren a5484/tleft b5484/bleft a5485/tright b5485/bright
+load components/philo.ndr
+ren a5485/tleft b5485/bleft a5486/tright b5486/bright
+load components/philo.ndr
+ren a5486/tleft b5486/bleft a5487/tright b5487/bright
+load components/philo.ndr
+ren a5487/tleft b5487/bleft a5488/tright b5488/bright
+load components/philo.ndr
+ren a5488/tleft b5488/bleft a5489/tright b5489/bright
+load components/philo.ndr
+ren a5489/tleft b5489/bleft a5490/tright b5490/bright
+load components/philo.ndr
+ren a5490/tleft b5490/bleft a5491/tright b5491/bright
+load components/philo.ndr
+ren a5491/tleft b5491/bleft a5492/tright b5492/bright
+load components/philo.ndr
+ren a5492/tleft b5492/bleft a5493/tright b5493/bright
+load components/philo.ndr
+ren a5493/tleft b5493/bleft a5494/tright b5494/bright
+load components/philo.ndr
+ren a5494/tleft b5494/bleft a5495/tright b5495/bright
+load components/philo.ndr
+ren a5495/tleft b5495/bleft a5496/tright b5496/bright
+load components/philo.ndr
+ren a5496/tleft b5496/bleft a5497/tright b5497/bright
+load components/philo.ndr
+ren a5497/tleft b5497/bleft a5498/tright b5498/bright
+load components/philo.ndr
+ren a5498/tleft b5498/bleft a5499/tright b5499/bright
+load components/philo.ndr
+ren a5499/tleft b5499/bleft a5500/tright b5500/bright
+load components/philo.ndr
+ren a5500/tleft b5500/bleft a5501/tright b5501/bright
+load components/philo.ndr
+ren a5501/tleft b5501/bleft a5502/tright b5502/bright
+load components/philo.ndr
+ren a5502/tleft b5502/bleft a5503/tright b5503/bright
+load components/philo.ndr
+ren a5503/tleft b5503/bleft a5504/tright b5504/bright
+load components/philo.ndr
+ren a5504/tleft b5504/bleft a5505/tright b5505/bright
+load components/philo.ndr
+ren a5505/tleft b5505/bleft a5506/tright b5506/bright
+load components/philo.ndr
+ren a5506/tleft b5506/bleft a5507/tright b5507/bright
+load components/philo.ndr
+ren a5507/tleft b5507/bleft a5508/tright b5508/bright
+load components/philo.ndr
+ren a5508/tleft b5508/bleft a5509/tright b5509/bright
+load components/philo.ndr
+ren a5509/tleft b5509/bleft a5510/tright b5510/bright
+load components/philo.ndr
+ren a5510/tleft b5510/bleft a5511/tright b5511/bright
+load components/philo.ndr
+ren a5511/tleft b5511/bleft a5512/tright b5512/bright
+load components/philo.ndr
+ren a5512/tleft b5512/bleft a5513/tright b5513/bright
+load components/philo.ndr
+ren a5513/tleft b5513/bleft a5514/tright b5514/bright
+load components/philo.ndr
+ren a5514/tleft b5514/bleft a5515/tright b5515/bright
+load components/philo.ndr
+ren a5515/tleft b5515/bleft a5516/tright b5516/bright
+load components/philo.ndr
+ren a5516/tleft b5516/bleft a5517/tright b5517/bright
+load components/philo.ndr
+ren a5517/tleft b5517/bleft a5518/tright b5518/bright
+load components/philo.ndr
+ren a5518/tleft b5518/bleft a5519/tright b5519/bright
+load components/philo.ndr
+ren a5519/tleft b5519/bleft a5520/tright b5520/bright
+load components/philo.ndr
+ren a5520/tleft b5520/bleft a5521/tright b5521/bright
+load components/philo.ndr
+ren a5521/tleft b5521/bleft a5522/tright b5522/bright
+load components/philo.ndr
+ren a5522/tleft b5522/bleft a5523/tright b5523/bright
+load components/philo.ndr
+ren a5523/tleft b5523/bleft a5524/tright b5524/bright
+load components/philo.ndr
+ren a5524/tleft b5524/bleft a5525/tright b5525/bright
+load components/philo.ndr
+ren a5525/tleft b5525/bleft a5526/tright b5526/bright
+load components/philo.ndr
+ren a5526/tleft b5526/bleft a5527/tright b5527/bright
+load components/philo.ndr
+ren a5527/tleft b5527/bleft a5528/tright b5528/bright
+load components/philo.ndr
+ren a5528/tleft b5528/bleft a5529/tright b5529/bright
+load components/philo.ndr
+ren a5529/tleft b5529/bleft a5530/tright b5530/bright
+load components/philo.ndr
+ren a5530/tleft b5530/bleft a5531/tright b5531/bright
+load components/philo.ndr
+ren a5531/tleft b5531/bleft a5532/tright b5532/bright
+load components/philo.ndr
+ren a5532/tleft b5532/bleft a5533/tright b5533/bright
+load components/philo.ndr
+ren a5533/tleft b5533/bleft a5534/tright b5534/bright
+load components/philo.ndr
+ren a5534/tleft b5534/bleft a5535/tright b5535/bright
+load components/philo.ndr
+ren a5535/tleft b5535/bleft a5536/tright b5536/bright
+load components/philo.ndr
+ren a5536/tleft b5536/bleft a5537/tright b5537/bright
+load components/philo.ndr
+ren a5537/tleft b5537/bleft a5538/tright b5538/bright
+load components/philo.ndr
+ren a5538/tleft b5538/bleft a5539/tright b5539/bright
+load components/philo.ndr
+ren a5539/tleft b5539/bleft a5540/tright b5540/bright
+load components/philo.ndr
+ren a5540/tleft b5540/bleft a5541/tright b5541/bright
+load components/philo.ndr
+ren a5541/tleft b5541/bleft a5542/tright b5542/bright
+load components/philo.ndr
+ren a5542/tleft b5542/bleft a5543/tright b5543/bright
+load components/philo.ndr
+ren a5543/tleft b5543/bleft a5544/tright b5544/bright
+load components/philo.ndr
+ren a5544/tleft b5544/bleft a5545/tright b5545/bright
+load components/philo.ndr
+ren a5545/tleft b5545/bleft a5546/tright b5546/bright
+load components/philo.ndr
+ren a5546/tleft b5546/bleft a5547/tright b5547/bright
+load components/philo.ndr
+ren a5547/tleft b5547/bleft a5548/tright b5548/bright
+load components/philo.ndr
+ren a5548/tleft b5548/bleft a5549/tright b5549/bright
+load components/philo.ndr
+ren a5549/tleft b5549/bleft a5550/tright b5550/bright
+load components/philo.ndr
+ren a5550/tleft b5550/bleft a5551/tright b5551/bright
+load components/philo.ndr
+ren a5551/tleft b5551/bleft a5552/tright b5552/bright
+load components/philo.ndr
+ren a5552/tleft b5552/bleft a5553/tright b5553/bright
+load components/philo.ndr
+ren a5553/tleft b5553/bleft a5554/tright b5554/bright
+load components/philo.ndr
+ren a5554/tleft b5554/bleft a5555/tright b5555/bright
+load components/philo.ndr
+ren a5555/tleft b5555/bleft a5556/tright b5556/bright
+load components/philo.ndr
+ren a5556/tleft b5556/bleft a5557/tright b5557/bright
+load components/philo.ndr
+ren a5557/tleft b5557/bleft a5558/tright b5558/bright
+load components/philo.ndr
+ren a5558/tleft b5558/bleft a5559/tright b5559/bright
+load components/philo.ndr
+ren a5559/tleft b5559/bleft a5560/tright b5560/bright
+load components/philo.ndr
+ren a5560/tleft b5560/bleft a5561/tright b5561/bright
+load components/philo.ndr
+ren a5561/tleft b5561/bleft a5562/tright b5562/bright
+load components/philo.ndr
+ren a5562/tleft b5562/bleft a5563/tright b5563/bright
+load components/philo.ndr
+ren a5563/tleft b5563/bleft a5564/tright b5564/bright
+load components/philo.ndr
+ren a5564/tleft b5564/bleft a5565/tright b5565/bright
+load components/philo.ndr
+ren a5565/tleft b5565/bleft a5566/tright b5566/bright
+load components/philo.ndr
+ren a5566/tleft b5566/bleft a5567/tright b5567/bright
+load components/philo.ndr
+ren a5567/tleft b5567/bleft a5568/tright b5568/bright
+load components/philo.ndr
+ren a5568/tleft b5568/bleft a5569/tright b5569/bright
+load components/philo.ndr
+ren a5569/tleft b5569/bleft a5570/tright b5570/bright
+load components/philo.ndr
+ren a5570/tleft b5570/bleft a5571/tright b5571/bright
+load components/philo.ndr
+ren a5571/tleft b5571/bleft a5572/tright b5572/bright
+load components/philo.ndr
+ren a5572/tleft b5572/bleft a5573/tright b5573/bright
+load components/philo.ndr
+ren a5573/tleft b5573/bleft a5574/tright b5574/bright
+load components/philo.ndr
+ren a5574/tleft b5574/bleft a5575/tright b5575/bright
+load components/philo.ndr
+ren a5575/tleft b5575/bleft a5576/tright b5576/bright
+load components/philo.ndr
+ren a5576/tleft b5576/bleft a5577/tright b5577/bright
+load components/philo.ndr
+ren a5577/tleft b5577/bleft a5578/tright b5578/bright
+load components/philo.ndr
+ren a5578/tleft b5578/bleft a5579/tright b5579/bright
+load components/philo.ndr
+ren a5579/tleft b5579/bleft a5580/tright b5580/bright
+load components/philo.ndr
+ren a5580/tleft b5580/bleft a5581/tright b5581/bright
+load components/philo.ndr
+ren a5581/tleft b5581/bleft a5582/tright b5582/bright
+load components/philo.ndr
+ren a5582/tleft b5582/bleft a5583/tright b5583/bright
+load components/philo.ndr
+ren a5583/tleft b5583/bleft a5584/tright b5584/bright
+load components/philo.ndr
+ren a5584/tleft b5584/bleft a5585/tright b5585/bright
+load components/philo.ndr
+ren a5585/tleft b5585/bleft a5586/tright b5586/bright
+load components/philo.ndr
+ren a5586/tleft b5586/bleft a5587/tright b5587/bright
+load components/philo.ndr
+ren a5587/tleft b5587/bleft a5588/tright b5588/bright
+load components/philo.ndr
+ren a5588/tleft b5588/bleft a5589/tright b5589/bright
+load components/philo.ndr
+ren a5589/tleft b5589/bleft a5590/tright b5590/bright
+load components/philo.ndr
+ren a5590/tleft b5590/bleft a5591/tright b5591/bright
+load components/philo.ndr
+ren a5591/tleft b5591/bleft a5592/tright b5592/bright
+load components/philo.ndr
+ren a5592/tleft b5592/bleft a5593/tright b5593/bright
+load components/philo.ndr
+ren a5593/tleft b5593/bleft a5594/tright b5594/bright
+load components/philo.ndr
+ren a5594/tleft b5594/bleft a5595/tright b5595/bright
+load components/philo.ndr
+ren a5595/tleft b5595/bleft a5596/tright b5596/bright
+load components/philo.ndr
+ren a5596/tleft b5596/bleft a5597/tright b5597/bright
+load components/philo.ndr
+ren a5597/tleft b5597/bleft a5598/tright b5598/bright
+load components/philo.ndr
+ren a5598/tleft b5598/bleft a5599/tright b5599/bright
+load components/philo.ndr
+ren a5599/tleft b5599/bleft a5600/tright b5600/bright
+load components/philo.ndr
+ren a5600/tleft b5600/bleft a5601/tright b5601/bright
+load components/philo.ndr
+ren a5601/tleft b5601/bleft a5602/tright b5602/bright
+load components/philo.ndr
+ren a5602/tleft b5602/bleft a5603/tright b5603/bright
+load components/philo.ndr
+ren a5603/tleft b5603/bleft a5604/tright b5604/bright
+load components/philo.ndr
+ren a5604/tleft b5604/bleft a5605/tright b5605/bright
+load components/philo.ndr
+ren a5605/tleft b5605/bleft a5606/tright b5606/bright
+load components/philo.ndr
+ren a5606/tleft b5606/bleft a5607/tright b5607/bright
+load components/philo.ndr
+ren a5607/tleft b5607/bleft a5608/tright b5608/bright
+load components/philo.ndr
+ren a5608/tleft b5608/bleft a5609/tright b5609/bright
+load components/philo.ndr
+ren a5609/tleft b5609/bleft a5610/tright b5610/bright
+load components/philo.ndr
+ren a5610/tleft b5610/bleft a5611/tright b5611/bright
+load components/philo.ndr
+ren a5611/tleft b5611/bleft a5612/tright b5612/bright
+load components/philo.ndr
+ren a5612/tleft b5612/bleft a5613/tright b5613/bright
+load components/philo.ndr
+ren a5613/tleft b5613/bleft a5614/tright b5614/bright
+load components/philo.ndr
+ren a5614/tleft b5614/bleft a5615/tright b5615/bright
+load components/philo.ndr
+ren a5615/tleft b5615/bleft a5616/tright b5616/bright
+load components/philo.ndr
+ren a5616/tleft b5616/bleft a5617/tright b5617/bright
+load components/philo.ndr
+ren a5617/tleft b5617/bleft a5618/tright b5618/bright
+load components/philo.ndr
+ren a5618/tleft b5618/bleft a5619/tright b5619/bright
+load components/philo.ndr
+ren a5619/tleft b5619/bleft a5620/tright b5620/bright
+load components/philo.ndr
+ren a5620/tleft b5620/bleft a5621/tright b5621/bright
+load components/philo.ndr
+ren a5621/tleft b5621/bleft a5622/tright b5622/bright
+load components/philo.ndr
+ren a5622/tleft b5622/bleft a5623/tright b5623/bright
+load components/philo.ndr
+ren a5623/tleft b5623/bleft a5624/tright b5624/bright
+load components/philo.ndr
+ren a5624/tleft b5624/bleft a5625/tright b5625/bright
+load components/philo.ndr
+ren a5625/tleft b5625/bleft a5626/tright b5626/bright
+load components/philo.ndr
+ren a5626/tleft b5626/bleft a5627/tright b5627/bright
+load components/philo.ndr
+ren a5627/tleft b5627/bleft a5628/tright b5628/bright
+load components/philo.ndr
+ren a5628/tleft b5628/bleft a5629/tright b5629/bright
+load components/philo.ndr
+ren a5629/tleft b5629/bleft a5630/tright b5630/bright
+load components/philo.ndr
+ren a5630/tleft b5630/bleft a5631/tright b5631/bright
+load components/philo.ndr
+ren a5631/tleft b5631/bleft a5632/tright b5632/bright
+load components/philo.ndr
+ren a5632/tleft b5632/bleft a5633/tright b5633/bright
+load components/philo.ndr
+ren a5633/tleft b5633/bleft a5634/tright b5634/bright
+load components/philo.ndr
+ren a5634/tleft b5634/bleft a5635/tright b5635/bright
+load components/philo.ndr
+ren a5635/tleft b5635/bleft a5636/tright b5636/bright
+load components/philo.ndr
+ren a5636/tleft b5636/bleft a5637/tright b5637/bright
+load components/philo.ndr
+ren a5637/tleft b5637/bleft a5638/tright b5638/bright
+load components/philo.ndr
+ren a5638/tleft b5638/bleft a5639/tright b5639/bright
+load components/philo.ndr
+ren a5639/tleft b5639/bleft a5640/tright b5640/bright
+load components/philo.ndr
+ren a5640/tleft b5640/bleft a5641/tright b5641/bright
+load components/philo.ndr
+ren a5641/tleft b5641/bleft a5642/tright b5642/bright
+load components/philo.ndr
+ren a5642/tleft b5642/bleft a5643/tright b5643/bright
+load components/philo.ndr
+ren a5643/tleft b5643/bleft a5644/tright b5644/bright
+load components/philo.ndr
+ren a5644/tleft b5644/bleft a5645/tright b5645/bright
+load components/philo.ndr
+ren a5645/tleft b5645/bleft a5646/tright b5646/bright
+load components/philo.ndr
+ren a5646/tleft b5646/bleft a5647/tright b5647/bright
+load components/philo.ndr
+ren a5647/tleft b5647/bleft a5648/tright b5648/bright
+load components/philo.ndr
+ren a5648/tleft b5648/bleft a5649/tright b5649/bright
+load components/philo.ndr
+ren a5649/tleft b5649/bleft a5650/tright b5650/bright
+load components/philo.ndr
+ren a5650/tleft b5650/bleft a5651/tright b5651/bright
+load components/philo.ndr
+ren a5651/tleft b5651/bleft a5652/tright b5652/bright
+load components/philo.ndr
+ren a5652/tleft b5652/bleft a5653/tright b5653/bright
+load components/philo.ndr
+ren a5653/tleft b5653/bleft a5654/tright b5654/bright
+load components/philo.ndr
+ren a5654/tleft b5654/bleft a5655/tright b5655/bright
+load components/philo.ndr
+ren a5655/tleft b5655/bleft a5656/tright b5656/bright
+load components/philo.ndr
+ren a5656/tleft b5656/bleft a5657/tright b5657/bright
+load components/philo.ndr
+ren a5657/tleft b5657/bleft a5658/tright b5658/bright
+load components/philo.ndr
+ren a5658/tleft b5658/bleft a5659/tright b5659/bright
+load components/philo.ndr
+ren a5659/tleft b5659/bleft a5660/tright b5660/bright
+load components/philo.ndr
+ren a5660/tleft b5660/bleft a5661/tright b5661/bright
+load components/philo.ndr
+ren a5661/tleft b5661/bleft a5662/tright b5662/bright
+load components/philo.ndr
+ren a5662/tleft b5662/bleft a5663/tright b5663/bright
+load components/philo.ndr
+ren a5663/tleft b5663/bleft a5664/tright b5664/bright
+load components/philo.ndr
+ren a5664/tleft b5664/bleft a5665/tright b5665/bright
+load components/philo.ndr
+ren a5665/tleft b5665/bleft a5666/tright b5666/bright
+load components/philo.ndr
+ren a5666/tleft b5666/bleft a5667/tright b5667/bright
+load components/philo.ndr
+ren a5667/tleft b5667/bleft a5668/tright b5668/bright
+load components/philo.ndr
+ren a5668/tleft b5668/bleft a5669/tright b5669/bright
+load components/philo.ndr
+ren a5669/tleft b5669/bleft a5670/tright b5670/bright
+load components/philo.ndr
+ren a5670/tleft b5670/bleft a5671/tright b5671/bright
+load components/philo.ndr
+ren a5671/tleft b5671/bleft a5672/tright b5672/bright
+load components/philo.ndr
+ren a5672/tleft b5672/bleft a5673/tright b5673/bright
+load components/philo.ndr
+ren a5673/tleft b5673/bleft a5674/tright b5674/bright
+load components/philo.ndr
+ren a5674/tleft b5674/bleft a5675/tright b5675/bright
+load components/philo.ndr
+ren a5675/tleft b5675/bleft a5676/tright b5676/bright
+load components/philo.ndr
+ren a5676/tleft b5676/bleft a5677/tright b5677/bright
+load components/philo.ndr
+ren a5677/tleft b5677/bleft a5678/tright b5678/bright
+load components/philo.ndr
+ren a5678/tleft b5678/bleft a5679/tright b5679/bright
+load components/philo.ndr
+ren a5679/tleft b5679/bleft a5680/tright b5680/bright
+load components/philo.ndr
+ren a5680/tleft b5680/bleft a5681/tright b5681/bright
+load components/philo.ndr
+ren a5681/tleft b5681/bleft a5682/tright b5682/bright
+load components/philo.ndr
+ren a5682/tleft b5682/bleft a5683/tright b5683/bright
+load components/philo.ndr
+ren a5683/tleft b5683/bleft a5684/tright b5684/bright
+load components/philo.ndr
+ren a5684/tleft b5684/bleft a5685/tright b5685/bright
+load components/philo.ndr
+ren a5685/tleft b5685/bleft a5686/tright b5686/bright
+load components/philo.ndr
+ren a5686/tleft b5686/bleft a5687/tright b5687/bright
+load components/philo.ndr
+ren a5687/tleft b5687/bleft a5688/tright b5688/bright
+load components/philo.ndr
+ren a5688/tleft b5688/bleft a5689/tright b5689/bright
+load components/philo.ndr
+ren a5689/tleft b5689/bleft a5690/tright b5690/bright
+load components/philo.ndr
+ren a5690/tleft b5690/bleft a5691/tright b5691/bright
+load components/philo.ndr
+ren a5691/tleft b5691/bleft a5692/tright b5692/bright
+load components/philo.ndr
+ren a5692/tleft b5692/bleft a5693/tright b5693/bright
+load components/philo.ndr
+ren a5693/tleft b5693/bleft a5694/tright b5694/bright
+load components/philo.ndr
+ren a5694/tleft b5694/bleft a5695/tright b5695/bright
+load components/philo.ndr
+ren a5695/tleft b5695/bleft a5696/tright b5696/bright
+load components/philo.ndr
+ren a5696/tleft b5696/bleft a5697/tright b5697/bright
+load components/philo.ndr
+ren a5697/tleft b5697/bleft a5698/tright b5698/bright
+load components/philo.ndr
+ren a5698/tleft b5698/bleft a5699/tright b5699/bright
+load components/philo.ndr
+ren a5699/tleft b5699/bleft a5700/tright b5700/bright
+load components/philo.ndr
+ren a5700/tleft b5700/bleft a5701/tright b5701/bright
+load components/philo.ndr
+ren a5701/tleft b5701/bleft a5702/tright b5702/bright
+load components/philo.ndr
+ren a5702/tleft b5702/bleft a5703/tright b5703/bright
+load components/philo.ndr
+ren a5703/tleft b5703/bleft a5704/tright b5704/bright
+load components/philo.ndr
+ren a5704/tleft b5704/bleft a5705/tright b5705/bright
+load components/philo.ndr
+ren a5705/tleft b5705/bleft a5706/tright b5706/bright
+load components/philo.ndr
+ren a5706/tleft b5706/bleft a5707/tright b5707/bright
+load components/philo.ndr
+ren a5707/tleft b5707/bleft a5708/tright b5708/bright
+load components/philo.ndr
+ren a5708/tleft b5708/bleft a5709/tright b5709/bright
+load components/philo.ndr
+ren a5709/tleft b5709/bleft a5710/tright b5710/bright
+load components/philo.ndr
+ren a5710/tleft b5710/bleft a5711/tright b5711/bright
+load components/philo.ndr
+ren a5711/tleft b5711/bleft a5712/tright b5712/bright
+load components/philo.ndr
+ren a5712/tleft b5712/bleft a5713/tright b5713/bright
+load components/philo.ndr
+ren a5713/tleft b5713/bleft a5714/tright b5714/bright
+load components/philo.ndr
+ren a5714/tleft b5714/bleft a5715/tright b5715/bright
+load components/philo.ndr
+ren a5715/tleft b5715/bleft a5716/tright b5716/bright
+load components/philo.ndr
+ren a5716/tleft b5716/bleft a5717/tright b5717/bright
+load components/philo.ndr
+ren a5717/tleft b5717/bleft a5718/tright b5718/bright
+load components/philo.ndr
+ren a5718/tleft b5718/bleft a5719/tright b5719/bright
+load components/philo.ndr
+ren a5719/tleft b5719/bleft a5720/tright b5720/bright
+load components/philo.ndr
+ren a5720/tleft b5720/bleft a5721/tright b5721/bright
+load components/philo.ndr
+ren a5721/tleft b5721/bleft a5722/tright b5722/bright
+load components/philo.ndr
+ren a5722/tleft b5722/bleft a5723/tright b5723/bright
+load components/philo.ndr
+ren a5723/tleft b5723/bleft a5724/tright b5724/bright
+load components/philo.ndr
+ren a5724/tleft b5724/bleft a5725/tright b5725/bright
+load components/philo.ndr
+ren a5725/tleft b5725/bleft a5726/tright b5726/bright
+load components/philo.ndr
+ren a5726/tleft b5726/bleft a5727/tright b5727/bright
+load components/philo.ndr
+ren a5727/tleft b5727/bleft a5728/tright b5728/bright
+load components/philo.ndr
+ren a5728/tleft b5728/bleft a5729/tright b5729/bright
+load components/philo.ndr
+ren a5729/tleft b5729/bleft a5730/tright b5730/bright
+load components/philo.ndr
+ren a5730/tleft b5730/bleft a5731/tright b5731/bright
+load components/philo.ndr
+ren a5731/tleft b5731/bleft a5732/tright b5732/bright
+load components/philo.ndr
+ren a5732/tleft b5732/bleft a5733/tright b5733/bright
+load components/philo.ndr
+ren a5733/tleft b5733/bleft a5734/tright b5734/bright
+load components/philo.ndr
+ren a5734/tleft b5734/bleft a5735/tright b5735/bright
+load components/philo.ndr
+ren a5735/tleft b5735/bleft a5736/tright b5736/bright
+load components/philo.ndr
+ren a5736/tleft b5736/bleft a5737/tright b5737/bright
+load components/philo.ndr
+ren a5737/tleft b5737/bleft a5738/tright b5738/bright
+load components/philo.ndr
+ren a5738/tleft b5738/bleft a5739/tright b5739/bright
+load components/philo.ndr
+ren a5739/tleft b5739/bleft a5740/tright b5740/bright
+load components/philo.ndr
+ren a5740/tleft b5740/bleft a5741/tright b5741/bright
+load components/philo.ndr
+ren a5741/tleft b5741/bleft a5742/tright b5742/bright
+load components/philo.ndr
+ren a5742/tleft b5742/bleft a5743/tright b5743/bright
+load components/philo.ndr
+ren a5743/tleft b5743/bleft a5744/tright b5744/bright
+load components/philo.ndr
+ren a5744/tleft b5744/bleft a5745/tright b5745/bright
+load components/philo.ndr
+ren a5745/tleft b5745/bleft a5746/tright b5746/bright
+load components/philo.ndr
+ren a5746/tleft b5746/bleft a5747/tright b5747/bright
+load components/philo.ndr
+ren a5747/tleft b5747/bleft a5748/tright b5748/bright
+load components/philo.ndr
+ren a5748/tleft b5748/bleft a5749/tright b5749/bright
+load components/philo.ndr
+ren a5749/tleft b5749/bleft a5750/tright b5750/bright
+load components/philo.ndr
+ren a5750/tleft b5750/bleft a5751/tright b5751/bright
+load components/philo.ndr
+ren a5751/tleft b5751/bleft a5752/tright b5752/bright
+load components/philo.ndr
+ren a5752/tleft b5752/bleft a5753/tright b5753/bright
+load components/philo.ndr
+ren a5753/tleft b5753/bleft a5754/tright b5754/bright
+load components/philo.ndr
+ren a5754/tleft b5754/bleft a5755/tright b5755/bright
+load components/philo.ndr
+ren a5755/tleft b5755/bleft a5756/tright b5756/bright
+load components/philo.ndr
+ren a5756/tleft b5756/bleft a5757/tright b5757/bright
+load components/philo.ndr
+ren a5757/tleft b5757/bleft a5758/tright b5758/bright
+load components/philo.ndr
+ren a5758/tleft b5758/bleft a5759/tright b5759/bright
+load components/philo.ndr
+ren a5759/tleft b5759/bleft a5760/tright b5760/bright
+load components/philo.ndr
+ren a5760/tleft b5760/bleft a5761/tright b5761/bright
+load components/philo.ndr
+ren a5761/tleft b5761/bleft a5762/tright b5762/bright
+load components/philo.ndr
+ren a5762/tleft b5762/bleft a5763/tright b5763/bright
+load components/philo.ndr
+ren a5763/tleft b5763/bleft a5764/tright b5764/bright
+load components/philo.ndr
+ren a5764/tleft b5764/bleft a5765/tright b5765/bright
+load components/philo.ndr
+ren a5765/tleft b5765/bleft a5766/tright b5766/bright
+load components/philo.ndr
+ren a5766/tleft b5766/bleft a5767/tright b5767/bright
+load components/philo.ndr
+ren a5767/tleft b5767/bleft a5768/tright b5768/bright
+load components/philo.ndr
+ren a5768/tleft b5768/bleft a5769/tright b5769/bright
+load components/philo.ndr
+ren a5769/tleft b5769/bleft a5770/tright b5770/bright
+load components/philo.ndr
+ren a5770/tleft b5770/bleft a5771/tright b5771/bright
+load components/philo.ndr
+ren a5771/tleft b5771/bleft a5772/tright b5772/bright
+load components/philo.ndr
+ren a5772/tleft b5772/bleft a5773/tright b5773/bright
+load components/philo.ndr
+ren a5773/tleft b5773/bleft a5774/tright b5774/bright
+load components/philo.ndr
+ren a5774/tleft b5774/bleft a5775/tright b5775/bright
+load components/philo.ndr
+ren a5775/tleft b5775/bleft a5776/tright b5776/bright
+load components/philo.ndr
+ren a5776/tleft b5776/bleft a5777/tright b5777/bright
+load components/philo.ndr
+ren a5777/tleft b5777/bleft a5778/tright b5778/bright
+load components/philo.ndr
+ren a5778/tleft b5778/bleft a5779/tright b5779/bright
+load components/philo.ndr
+ren a5779/tleft b5779/bleft a5780/tright b5780/bright
+load components/philo.ndr
+ren a5780/tleft b5780/bleft a5781/tright b5781/bright
+load components/philo.ndr
+ren a5781/tleft b5781/bleft a5782/tright b5782/bright
+load components/philo.ndr
+ren a5782/tleft b5782/bleft a5783/tright b5783/bright
+load components/philo.ndr
+ren a5783/tleft b5783/bleft a5784/tright b5784/bright
+load components/philo.ndr
+ren a5784/tleft b5784/bleft a5785/tright b5785/bright
+load components/philo.ndr
+ren a5785/tleft b5785/bleft a5786/tright b5786/bright
+load components/philo.ndr
+ren a5786/tleft b5786/bleft a5787/tright b5787/bright
+load components/philo.ndr
+ren a5787/tleft b5787/bleft a5788/tright b5788/bright
+load components/philo.ndr
+ren a5788/tleft b5788/bleft a5789/tright b5789/bright
+load components/philo.ndr
+ren a5789/tleft b5789/bleft a5790/tright b5790/bright
+load components/philo.ndr
+ren a5790/tleft b5790/bleft a5791/tright b5791/bright
+load components/philo.ndr
+ren a5791/tleft b5791/bleft a5792/tright b5792/bright
+load components/philo.ndr
+ren a5792/tleft b5792/bleft a5793/tright b5793/bright
+load components/philo.ndr
+ren a5793/tleft b5793/bleft a5794/tright b5794/bright
+load components/philo.ndr
+ren a5794/tleft b5794/bleft a5795/tright b5795/bright
+load components/philo.ndr
+ren a5795/tleft b5795/bleft a5796/tright b5796/bright
+load components/philo.ndr
+ren a5796/tleft b5796/bleft a5797/tright b5797/bright
+load components/philo.ndr
+ren a5797/tleft b5797/bleft a5798/tright b5798/bright
+load components/philo.ndr
+ren a5798/tleft b5798/bleft a5799/tright b5799/bright
+load components/philo.ndr
+ren a5799/tleft b5799/bleft a5800/tright b5800/bright
+load components/philo.ndr
+ren a5800/tleft b5800/bleft a5801/tright b5801/bright
+load components/philo.ndr
+ren a5801/tleft b5801/bleft a5802/tright b5802/bright
+load components/philo.ndr
+ren a5802/tleft b5802/bleft a5803/tright b5803/bright
+load components/philo.ndr
+ren a5803/tleft b5803/bleft a5804/tright b5804/bright
+load components/philo.ndr
+ren a5804/tleft b5804/bleft a5805/tright b5805/bright
+load components/philo.ndr
+ren a5805/tleft b5805/bleft a5806/tright b5806/bright
+load components/philo.ndr
+ren a5806/tleft b5806/bleft a5807/tright b5807/bright
+load components/philo.ndr
+ren a5807/tleft b5807/bleft a5808/tright b5808/bright
+load components/philo.ndr
+ren a5808/tleft b5808/bleft a5809/tright b5809/bright
+load components/philo.ndr
+ren a5809/tleft b5809/bleft a5810/tright b5810/bright
+load components/philo.ndr
+ren a5810/tleft b5810/bleft a5811/tright b5811/bright
+load components/philo.ndr
+ren a5811/tleft b5811/bleft a5812/tright b5812/bright
+load components/philo.ndr
+ren a5812/tleft b5812/bleft a5813/tright b5813/bright
+load components/philo.ndr
+ren a5813/tleft b5813/bleft a5814/tright b5814/bright
+load components/philo.ndr
+ren a5814/tleft b5814/bleft a5815/tright b5815/bright
+load components/philo.ndr
+ren a5815/tleft b5815/bleft a5816/tright b5816/bright
+load components/philo.ndr
+ren a5816/tleft b5816/bleft a5817/tright b5817/bright
+load components/philo.ndr
+ren a5817/tleft b5817/bleft a5818/tright b5818/bright
+load components/philo.ndr
+ren a5818/tleft b5818/bleft a5819/tright b5819/bright
+load components/philo.ndr
+ren a5819/tleft b5819/bleft a5820/tright b5820/bright
+load components/philo.ndr
+ren a5820/tleft b5820/bleft a5821/tright b5821/bright
+load components/philo.ndr
+ren a5821/tleft b5821/bleft a5822/tright b5822/bright
+load components/philo.ndr
+ren a5822/tleft b5822/bleft a5823/tright b5823/bright
+load components/philo.ndr
+ren a5823/tleft b5823/bleft a5824/tright b5824/bright
+load components/philo.ndr
+ren a5824/tleft b5824/bleft a5825/tright b5825/bright
+load components/philo.ndr
+ren a5825/tleft b5825/bleft a5826/tright b5826/bright
+load components/philo.ndr
+ren a5826/tleft b5826/bleft a5827/tright b5827/bright
+load components/philo.ndr
+ren a5827/tleft b5827/bleft a5828/tright b5828/bright
+load components/philo.ndr
+ren a5828/tleft b5828/bleft a5829/tright b5829/bright
+load components/philo.ndr
+ren a5829/tleft b5829/bleft a5830/tright b5830/bright
+load components/philo.ndr
+ren a5830/tleft b5830/bleft a5831/tright b5831/bright
+load components/philo.ndr
+ren a5831/tleft b5831/bleft a5832/tright b5832/bright
+load components/philo.ndr
+ren a5832/tleft b5832/bleft a5833/tright b5833/bright
+load components/philo.ndr
+ren a5833/tleft b5833/bleft a5834/tright b5834/bright
+load components/philo.ndr
+ren a5834/tleft b5834/bleft a5835/tright b5835/bright
+load components/philo.ndr
+ren a5835/tleft b5835/bleft a5836/tright b5836/bright
+load components/philo.ndr
+ren a5836/tleft b5836/bleft a5837/tright b5837/bright
+load components/philo.ndr
+ren a5837/tleft b5837/bleft a5838/tright b5838/bright
+load components/philo.ndr
+ren a5838/tleft b5838/bleft a5839/tright b5839/bright
+load components/philo.ndr
+ren a5839/tleft b5839/bleft a5840/tright b5840/bright
+load components/philo.ndr
+ren a5840/tleft b5840/bleft a5841/tright b5841/bright
+load components/philo.ndr
+ren a5841/tleft b5841/bleft a5842/tright b5842/bright
+load components/philo.ndr
+ren a5842/tleft b5842/bleft a5843/tright b5843/bright
+load components/philo.ndr
+ren a5843/tleft b5843/bleft a5844/tright b5844/bright
+load components/philo.ndr
+ren a5844/tleft b5844/bleft a5845/tright b5845/bright
+load components/philo.ndr
+ren a5845/tleft b5845/bleft a5846/tright b5846/bright
+load components/philo.ndr
+ren a5846/tleft b5846/bleft a5847/tright b5847/bright
+load components/philo.ndr
+ren a5847/tleft b5847/bleft a5848/tright b5848/bright
+load components/philo.ndr
+ren a5848/tleft b5848/bleft a5849/tright b5849/bright
+load components/philo.ndr
+ren a5849/tleft b5849/bleft a5850/tright b5850/bright
+load components/philo.ndr
+ren a5850/tleft b5850/bleft a5851/tright b5851/bright
+load components/philo.ndr
+ren a5851/tleft b5851/bleft a5852/tright b5852/bright
+load components/philo.ndr
+ren a5852/tleft b5852/bleft a5853/tright b5853/bright
+load components/philo.ndr
+ren a5853/tleft b5853/bleft a5854/tright b5854/bright
+load components/philo.ndr
+ren a5854/tleft b5854/bleft a5855/tright b5855/bright
+load components/philo.ndr
+ren a5855/tleft b5855/bleft a5856/tright b5856/bright
+load components/philo.ndr
+ren a5856/tleft b5856/bleft a5857/tright b5857/bright
+load components/philo.ndr
+ren a5857/tleft b5857/bleft a5858/tright b5858/bright
+load components/philo.ndr
+ren a5858/tleft b5858/bleft a5859/tright b5859/bright
+load components/philo.ndr
+ren a5859/tleft b5859/bleft a5860/tright b5860/bright
+load components/philo.ndr
+ren a5860/tleft b5860/bleft a5861/tright b5861/bright
+load components/philo.ndr
+ren a5861/tleft b5861/bleft a5862/tright b5862/bright
+load components/philo.ndr
+ren a5862/tleft b5862/bleft a5863/tright b5863/bright
+load components/philo.ndr
+ren a5863/tleft b5863/bleft a5864/tright b5864/bright
+load components/philo.ndr
+ren a5864/tleft b5864/bleft a5865/tright b5865/bright
+load components/philo.ndr
+ren a5865/tleft b5865/bleft a5866/tright b5866/bright
+load components/philo.ndr
+ren a5866/tleft b5866/bleft a5867/tright b5867/bright
+load components/philo.ndr
+ren a5867/tleft b5867/bleft a5868/tright b5868/bright
+load components/philo.ndr
+ren a5868/tleft b5868/bleft a5869/tright b5869/bright
+load components/philo.ndr
+ren a5869/tleft b5869/bleft a5870/tright b5870/bright
+load components/philo.ndr
+ren a5870/tleft b5870/bleft a5871/tright b5871/bright
+load components/philo.ndr
+ren a5871/tleft b5871/bleft a5872/tright b5872/bright
+load components/philo.ndr
+ren a5872/tleft b5872/bleft a5873/tright b5873/bright
+load components/philo.ndr
+ren a5873/tleft b5873/bleft a5874/tright b5874/bright
+load components/philo.ndr
+ren a5874/tleft b5874/bleft a5875/tright b5875/bright
+load components/philo.ndr
+ren a5875/tleft b5875/bleft a5876/tright b5876/bright
+load components/philo.ndr
+ren a5876/tleft b5876/bleft a5877/tright b5877/bright
+load components/philo.ndr
+ren a5877/tleft b5877/bleft a5878/tright b5878/bright
+load components/philo.ndr
+ren a5878/tleft b5878/bleft a5879/tright b5879/bright
+load components/philo.ndr
+ren a5879/tleft b5879/bleft a5880/tright b5880/bright
+load components/philo.ndr
+ren a5880/tleft b5880/bleft a5881/tright b5881/bright
+load components/philo.ndr
+ren a5881/tleft b5881/bleft a5882/tright b5882/bright
+load components/philo.ndr
+ren a5882/tleft b5882/bleft a5883/tright b5883/bright
+load components/philo.ndr
+ren a5883/tleft b5883/bleft a5884/tright b5884/bright
+load components/philo.ndr
+ren a5884/tleft b5884/bleft a5885/tright b5885/bright
+load components/philo.ndr
+ren a5885/tleft b5885/bleft a5886/tright b5886/bright
+load components/philo.ndr
+ren a5886/tleft b5886/bleft a5887/tright b5887/bright
+load components/philo.ndr
+ren a5887/tleft b5887/bleft a5888/tright b5888/bright
+load components/philo.ndr
+ren a5888/tleft b5888/bleft a5889/tright b5889/bright
+load components/philo.ndr
+ren a5889/tleft b5889/bleft a5890/tright b5890/bright
+load components/philo.ndr
+ren a5890/tleft b5890/bleft a5891/tright b5891/bright
+load components/philo.ndr
+ren a5891/tleft b5891/bleft a5892/tright b5892/bright
+load components/philo.ndr
+ren a5892/tleft b5892/bleft a5893/tright b5893/bright
+load components/philo.ndr
+ren a5893/tleft b5893/bleft a5894/tright b5894/bright
+load components/philo.ndr
+ren a5894/tleft b5894/bleft a5895/tright b5895/bright
+load components/philo.ndr
+ren a5895/tleft b5895/bleft a5896/tright b5896/bright
+load components/philo.ndr
+ren a5896/tleft b5896/bleft a5897/tright b5897/bright
+load components/philo.ndr
+ren a5897/tleft b5897/bleft a5898/tright b5898/bright
+load components/philo.ndr
+ren a5898/tleft b5898/bleft a5899/tright b5899/bright
+load components/philo.ndr
+ren a5899/tleft b5899/bleft a5900/tright b5900/bright
+load components/philo.ndr
+ren a5900/tleft b5900/bleft a5901/tright b5901/bright
+load components/philo.ndr
+ren a5901/tleft b5901/bleft a5902/tright b5902/bright
+load components/philo.ndr
+ren a5902/tleft b5902/bleft a5903/tright b5903/bright
+load components/philo.ndr
+ren a5903/tleft b5903/bleft a5904/tright b5904/bright
+load components/philo.ndr
+ren a5904/tleft b5904/bleft a5905/tright b5905/bright
+load components/philo.ndr
+ren a5905/tleft b5905/bleft a5906/tright b5906/bright
+load components/philo.ndr
+ren a5906/tleft b5906/bleft a5907/tright b5907/bright
+load components/philo.ndr
+ren a5907/tleft b5907/bleft a5908/tright b5908/bright
+load components/philo.ndr
+ren a5908/tleft b5908/bleft a5909/tright b5909/bright
+load components/philo.ndr
+ren a5909/tleft b5909/bleft a5910/tright b5910/bright
+load components/philo.ndr
+ren a5910/tleft b5910/bleft a5911/tright b5911/bright
+load components/philo.ndr
+ren a5911/tleft b5911/bleft a5912/tright b5912/bright
+load components/philo.ndr
+ren a5912/tleft b5912/bleft a5913/tright b5913/bright
+load components/philo.ndr
+ren a5913/tleft b5913/bleft a5914/tright b5914/bright
+load components/philo.ndr
+ren a5914/tleft b5914/bleft a5915/tright b5915/bright
+load components/philo.ndr
+ren a5915/tleft b5915/bleft a5916/tright b5916/bright
+load components/philo.ndr
+ren a5916/tleft b5916/bleft a5917/tright b5917/bright
+load components/philo.ndr
+ren a5917/tleft b5917/bleft a5918/tright b5918/bright
+load components/philo.ndr
+ren a5918/tleft b5918/bleft a5919/tright b5919/bright
+load components/philo.ndr
+ren a5919/tleft b5919/bleft a5920/tright b5920/bright
+load components/philo.ndr
+ren a5920/tleft b5920/bleft a5921/tright b5921/bright
+load components/philo.ndr
+ren a5921/tleft b5921/bleft a5922/tright b5922/bright
+load components/philo.ndr
+ren a5922/tleft b5922/bleft a5923/tright b5923/bright
+load components/philo.ndr
+ren a5923/tleft b5923/bleft a5924/tright b5924/bright
+load components/philo.ndr
+ren a5924/tleft b5924/bleft a5925/tright b5925/bright
+load components/philo.ndr
+ren a5925/tleft b5925/bleft a5926/tright b5926/bright
+load components/philo.ndr
+ren a5926/tleft b5926/bleft a5927/tright b5927/bright
+load components/philo.ndr
+ren a5927/tleft b5927/bleft a5928/tright b5928/bright
+load components/philo.ndr
+ren a5928/tleft b5928/bleft a5929/tright b5929/bright
+load components/philo.ndr
+ren a5929/tleft b5929/bleft a5930/tright b5930/bright
+load components/philo.ndr
+ren a5930/tleft b5930/bleft a5931/tright b5931/bright
+load components/philo.ndr
+ren a5931/tleft b5931/bleft a5932/tright b5932/bright
+load components/philo.ndr
+ren a5932/tleft b5932/bleft a5933/tright b5933/bright
+load components/philo.ndr
+ren a5933/tleft b5933/bleft a5934/tright b5934/bright
+load components/philo.ndr
+ren a5934/tleft b5934/bleft a5935/tright b5935/bright
+load components/philo.ndr
+ren a5935/tleft b5935/bleft a5936/tright b5936/bright
+load components/philo.ndr
+ren a5936/tleft b5936/bleft a5937/tright b5937/bright
+load components/philo.ndr
+ren a5937/tleft b5937/bleft a5938/tright b5938/bright
+load components/philo.ndr
+ren a5938/tleft b5938/bleft a5939/tright b5939/bright
+load components/philo.ndr
+ren a5939/tleft b5939/bleft a5940/tright b5940/bright
+load components/philo.ndr
+ren a5940/tleft b5940/bleft a5941/tright b5941/bright
+load components/philo.ndr
+ren a5941/tleft b5941/bleft a5942/tright b5942/bright
+load components/philo.ndr
+ren a5942/tleft b5942/bleft a5943/tright b5943/bright
+load components/philo.ndr
+ren a5943/tleft b5943/bleft a5944/tright b5944/bright
+load components/philo.ndr
+ren a5944/tleft b5944/bleft a5945/tright b5945/bright
+load components/philo.ndr
+ren a5945/tleft b5945/bleft a5946/tright b5946/bright
+load components/philo.ndr
+ren a5946/tleft b5946/bleft a5947/tright b5947/bright
+load components/philo.ndr
+ren a5947/tleft b5947/bleft a5948/tright b5948/bright
+load components/philo.ndr
+ren a5948/tleft b5948/bleft a5949/tright b5949/bright
+load components/philo.ndr
+ren a5949/tleft b5949/bleft a5950/tright b5950/bright
+load components/philo.ndr
+ren a5950/tleft b5950/bleft a5951/tright b5951/bright
+load components/philo.ndr
+ren a5951/tleft b5951/bleft a5952/tright b5952/bright
+load components/philo.ndr
+ren a5952/tleft b5952/bleft a5953/tright b5953/bright
+load components/philo.ndr
+ren a5953/tleft b5953/bleft a5954/tright b5954/bright
+load components/philo.ndr
+ren a5954/tleft b5954/bleft a5955/tright b5955/bright
+load components/philo.ndr
+ren a5955/tleft b5955/bleft a5956/tright b5956/bright
+load components/philo.ndr
+ren a5956/tleft b5956/bleft a5957/tright b5957/bright
+load components/philo.ndr
+ren a5957/tleft b5957/bleft a5958/tright b5958/bright
+load components/philo.ndr
+ren a5958/tleft b5958/bleft a5959/tright b5959/bright
+load components/philo.ndr
+ren a5959/tleft b5959/bleft a5960/tright b5960/bright
+load components/philo.ndr
+ren a5960/tleft b5960/bleft a5961/tright b5961/bright
+load components/philo.ndr
+ren a5961/tleft b5961/bleft a5962/tright b5962/bright
+load components/philo.ndr
+ren a5962/tleft b5962/bleft a5963/tright b5963/bright
+load components/philo.ndr
+ren a5963/tleft b5963/bleft a5964/tright b5964/bright
+load components/philo.ndr
+ren a5964/tleft b5964/bleft a5965/tright b5965/bright
+load components/philo.ndr
+ren a5965/tleft b5965/bleft a5966/tright b5966/bright
+load components/philo.ndr
+ren a5966/tleft b5966/bleft a5967/tright b5967/bright
+load components/philo.ndr
+ren a5967/tleft b5967/bleft a5968/tright b5968/bright
+load components/philo.ndr
+ren a5968/tleft b5968/bleft a5969/tright b5969/bright
+load components/philo.ndr
+ren a5969/tleft b5969/bleft a5970/tright b5970/bright
+load components/philo.ndr
+ren a5970/tleft b5970/bleft a5971/tright b5971/bright
+load components/philo.ndr
+ren a5971/tleft b5971/bleft a5972/tright b5972/bright
+load components/philo.ndr
+ren a5972/tleft b5972/bleft a5973/tright b5973/bright
+load components/philo.ndr
+ren a5973/tleft b5973/bleft a5974/tright b5974/bright
+load components/philo.ndr
+ren a5974/tleft b5974/bleft a5975/tright b5975/bright
+load components/philo.ndr
+ren a5975/tleft b5975/bleft a5976/tright b5976/bright
+load components/philo.ndr
+ren a5976/tleft b5976/bleft a5977/tright b5977/bright
+load components/philo.ndr
+ren a5977/tleft b5977/bleft a5978/tright b5978/bright
+load components/philo.ndr
+ren a5978/tleft b5978/bleft a5979/tright b5979/bright
+load components/philo.ndr
+ren a5979/tleft b5979/bleft a5980/tright b5980/bright
+load components/philo.ndr
+ren a5980/tleft b5980/bleft a5981/tright b5981/bright
+load components/philo.ndr
+ren a5981/tleft b5981/bleft a5982/tright b5982/bright
+load components/philo.ndr
+ren a5982/tleft b5982/bleft a5983/tright b5983/bright
+load components/philo.ndr
+ren a5983/tleft b5983/bleft a5984/tright b5984/bright
+load components/philo.ndr
+ren a5984/tleft b5984/bleft a5985/tright b5985/bright
+load components/philo.ndr
+ren a5985/tleft b5985/bleft a5986/tright b5986/bright
+load components/philo.ndr
+ren a5986/tleft b5986/bleft a5987/tright b5987/bright
+load components/philo.ndr
+ren a5987/tleft b5987/bleft a5988/tright b5988/bright
+load components/philo.ndr
+ren a5988/tleft b5988/bleft a5989/tright b5989/bright
+load components/philo.ndr
+ren a5989/tleft b5989/bleft a5990/tright b5990/bright
+load components/philo.ndr
+ren a5990/tleft b5990/bleft a5991/tright b5991/bright
+load components/philo.ndr
+ren a5991/tleft b5991/bleft a5992/tright b5992/bright
+load components/philo.ndr
+ren a5992/tleft b5992/bleft a5993/tright b5993/bright
+load components/philo.ndr
+ren a5993/tleft b5993/bleft a5994/tright b5994/bright
+load components/philo.ndr
+ren a5994/tleft b5994/bleft a5995/tright b5995/bright
+load components/philo.ndr
+ren a5995/tleft b5995/bleft a5996/tright b5996/bright
+load components/philo.ndr
+ren a5996/tleft b5996/bleft a5997/tright b5997/bright
+load components/philo.ndr
+ren a5997/tleft b5997/bleft a5998/tright b5998/bright
+load components/philo.ndr
+ren a5998/tleft b5998/bleft a5999/tright b5999/bright
+load components/philo.ndr
+ren a5999/tleft b5999/bleft a6000/tright b6000/bright
+load components/philo.ndr
+ren a6000/tleft b6000/bleft a6001/tright b6001/bright
+load components/philo.ndr
+ren a6001/tleft b6001/bleft a6002/tright b6002/bright
+load components/philo.ndr
+ren a6002/tleft b6002/bleft a6003/tright b6003/bright
+load components/philo.ndr
+ren a6003/tleft b6003/bleft a6004/tright b6004/bright
+load components/philo.ndr
+ren a6004/tleft b6004/bleft a6005/tright b6005/bright
+load components/philo.ndr
+ren a6005/tleft b6005/bleft a6006/tright b6006/bright
+load components/philo.ndr
+ren a6006/tleft b6006/bleft a6007/tright b6007/bright
+load components/philo.ndr
+ren a6007/tleft b6007/bleft a6008/tright b6008/bright
+load components/philo.ndr
+ren a6008/tleft b6008/bleft a6009/tright b6009/bright
+load components/philo.ndr
+ren a6009/tleft b6009/bleft a6010/tright b6010/bright
+load components/philo.ndr
+ren a6010/tleft b6010/bleft a6011/tright b6011/bright
+load components/philo.ndr
+ren a6011/tleft b6011/bleft a6012/tright b6012/bright
+load components/philo.ndr
+ren a6012/tleft b6012/bleft a6013/tright b6013/bright
+load components/philo.ndr
+ren a6013/tleft b6013/bleft a6014/tright b6014/bright
+load components/philo.ndr
+ren a6014/tleft b6014/bleft a6015/tright b6015/bright
+load components/philo.ndr
+ren a6015/tleft b6015/bleft a6016/tright b6016/bright
+load components/philo.ndr
+ren a6016/tleft b6016/bleft a6017/tright b6017/bright
+load components/philo.ndr
+ren a6017/tleft b6017/bleft a6018/tright b6018/bright
+load components/philo.ndr
+ren a6018/tleft b6018/bleft a6019/tright b6019/bright
+load components/philo.ndr
+ren a6019/tleft b6019/bleft a6020/tright b6020/bright
+load components/philo.ndr
+ren a6020/tleft b6020/bleft a6021/tright b6021/bright
+load components/philo.ndr
+ren a6021/tleft b6021/bleft a6022/tright b6022/bright
+load components/philo.ndr
+ren a6022/tleft b6022/bleft a6023/tright b6023/bright
+load components/philo.ndr
+ren a6023/tleft b6023/bleft a6024/tright b6024/bright
+load components/philo.ndr
+ren a6024/tleft b6024/bleft a6025/tright b6025/bright
+load components/philo.ndr
+ren a6025/tleft b6025/bleft a6026/tright b6026/bright
+load components/philo.ndr
+ren a6026/tleft b6026/bleft a6027/tright b6027/bright
+load components/philo.ndr
+ren a6027/tleft b6027/bleft a6028/tright b6028/bright
+load components/philo.ndr
+ren a6028/tleft b6028/bleft a6029/tright b6029/bright
+load components/philo.ndr
+ren a6029/tleft b6029/bleft a6030/tright b6030/bright
+load components/philo.ndr
+ren a6030/tleft b6030/bleft a6031/tright b6031/bright
+load components/philo.ndr
+ren a6031/tleft b6031/bleft a6032/tright b6032/bright
+load components/philo.ndr
+ren a6032/tleft b6032/bleft a6033/tright b6033/bright
+load components/philo.ndr
+ren a6033/tleft b6033/bleft a6034/tright b6034/bright
+load components/philo.ndr
+ren a6034/tleft b6034/bleft a6035/tright b6035/bright
+load components/philo.ndr
+ren a6035/tleft b6035/bleft a6036/tright b6036/bright
+load components/philo.ndr
+ren a6036/tleft b6036/bleft a6037/tright b6037/bright
+load components/philo.ndr
+ren a6037/tleft b6037/bleft a6038/tright b6038/bright
+load components/philo.ndr
+ren a6038/tleft b6038/bleft a6039/tright b6039/bright
+load components/philo.ndr
+ren a6039/tleft b6039/bleft a6040/tright b6040/bright
+load components/philo.ndr
+ren a6040/tleft b6040/bleft a6041/tright b6041/bright
+load components/philo.ndr
+ren a6041/tleft b6041/bleft a6042/tright b6042/bright
+load components/philo.ndr
+ren a6042/tleft b6042/bleft a6043/tright b6043/bright
+load components/philo.ndr
+ren a6043/tleft b6043/bleft a6044/tright b6044/bright
+load components/philo.ndr
+ren a6044/tleft b6044/bleft a6045/tright b6045/bright
+load components/philo.ndr
+ren a6045/tleft b6045/bleft a6046/tright b6046/bright
+load components/philo.ndr
+ren a6046/tleft b6046/bleft a6047/tright b6047/bright
+load components/philo.ndr
+ren a6047/tleft b6047/bleft a6048/tright b6048/bright
+load components/philo.ndr
+ren a6048/tleft b6048/bleft a6049/tright b6049/bright
+load components/philo.ndr
+ren a6049/tleft b6049/bleft a6050/tright b6050/bright
+load components/philo.ndr
+ren a6050/tleft b6050/bleft a6051/tright b6051/bright
+load components/philo.ndr
+ren a6051/tleft b6051/bleft a6052/tright b6052/bright
+load components/philo.ndr
+ren a6052/tleft b6052/bleft a6053/tright b6053/bright
+load components/philo.ndr
+ren a6053/tleft b6053/bleft a6054/tright b6054/bright
+load components/philo.ndr
+ren a6054/tleft b6054/bleft a6055/tright b6055/bright
+load components/philo.ndr
+ren a6055/tleft b6055/bleft a6056/tright b6056/bright
+load components/philo.ndr
+ren a6056/tleft b6056/bleft a6057/tright b6057/bright
+load components/philo.ndr
+ren a6057/tleft b6057/bleft a6058/tright b6058/bright
+load components/philo.ndr
+ren a6058/tleft b6058/bleft a6059/tright b6059/bright
+load components/philo.ndr
+ren a6059/tleft b6059/bleft a6060/tright b6060/bright
+load components/philo.ndr
+ren a6060/tleft b6060/bleft a6061/tright b6061/bright
+load components/philo.ndr
+ren a6061/tleft b6061/bleft a6062/tright b6062/bright
+load components/philo.ndr
+ren a6062/tleft b6062/bleft a6063/tright b6063/bright
+load components/philo.ndr
+ren a6063/tleft b6063/bleft a6064/tright b6064/bright
+load components/philo.ndr
+ren a6064/tleft b6064/bleft a6065/tright b6065/bright
+load components/philo.ndr
+ren a6065/tleft b6065/bleft a6066/tright b6066/bright
+load components/philo.ndr
+ren a6066/tleft b6066/bleft a6067/tright b6067/bright
+load components/philo.ndr
+ren a6067/tleft b6067/bleft a6068/tright b6068/bright
+load components/philo.ndr
+ren a6068/tleft b6068/bleft a6069/tright b6069/bright
+load components/philo.ndr
+ren a6069/tleft b6069/bleft a6070/tright b6070/bright
+load components/philo.ndr
+ren a6070/tleft b6070/bleft a6071/tright b6071/bright
+load components/philo.ndr
+ren a6071/tleft b6071/bleft a6072/tright b6072/bright
+load components/philo.ndr
+ren a6072/tleft b6072/bleft a6073/tright b6073/bright
+load components/philo.ndr
+ren a6073/tleft b6073/bleft a6074/tright b6074/bright
+load components/philo.ndr
+ren a6074/tleft b6074/bleft a6075/tright b6075/bright
+load components/philo.ndr
+ren a6075/tleft b6075/bleft a6076/tright b6076/bright
+load components/philo.ndr
+ren a6076/tleft b6076/bleft a6077/tright b6077/bright
+load components/philo.ndr
+ren a6077/tleft b6077/bleft a6078/tright b6078/bright
+load components/philo.ndr
+ren a6078/tleft b6078/bleft a6079/tright b6079/bright
+load components/philo.ndr
+ren a6079/tleft b6079/bleft a6080/tright b6080/bright
+load components/philo.ndr
+ren a6080/tleft b6080/bleft a6081/tright b6081/bright
+load components/philo.ndr
+ren a6081/tleft b6081/bleft a6082/tright b6082/bright
+load components/philo.ndr
+ren a6082/tleft b6082/bleft a6083/tright b6083/bright
+load components/philo.ndr
+ren a6083/tleft b6083/bleft a6084/tright b6084/bright
+load components/philo.ndr
+ren a6084/tleft b6084/bleft a6085/tright b6085/bright
+load components/philo.ndr
+ren a6085/tleft b6085/bleft a6086/tright b6086/bright
+load components/philo.ndr
+ren a6086/tleft b6086/bleft a6087/tright b6087/bright
+load components/philo.ndr
+ren a6087/tleft b6087/bleft a6088/tright b6088/bright
+load components/philo.ndr
+ren a6088/tleft b6088/bleft a6089/tright b6089/bright
+load components/philo.ndr
+ren a6089/tleft b6089/bleft a6090/tright b6090/bright
+load components/philo.ndr
+ren a6090/tleft b6090/bleft a6091/tright b6091/bright
+load components/philo.ndr
+ren a6091/tleft b6091/bleft a6092/tright b6092/bright
+load components/philo.ndr
+ren a6092/tleft b6092/bleft a6093/tright b6093/bright
+load components/philo.ndr
+ren a6093/tleft b6093/bleft a6094/tright b6094/bright
+load components/philo.ndr
+ren a6094/tleft b6094/bleft a6095/tright b6095/bright
+load components/philo.ndr
+ren a6095/tleft b6095/bleft a6096/tright b6096/bright
+load components/philo.ndr
+ren a6096/tleft b6096/bleft a6097/tright b6097/bright
+load components/philo.ndr
+ren a6097/tleft b6097/bleft a6098/tright b6098/bright
+load components/philo.ndr
+ren a6098/tleft b6098/bleft a6099/tright b6099/bright
+load components/philo.ndr
+ren a6099/tleft b6099/bleft a6100/tright b6100/bright
+load components/philo.ndr
+ren a6100/tleft b6100/bleft a6101/tright b6101/bright
+load components/philo.ndr
+ren a6101/tleft b6101/bleft a6102/tright b6102/bright
+load components/philo.ndr
+ren a6102/tleft b6102/bleft a6103/tright b6103/bright
+load components/philo.ndr
+ren a6103/tleft b6103/bleft a6104/tright b6104/bright
+load components/philo.ndr
+ren a6104/tleft b6104/bleft a6105/tright b6105/bright
+load components/philo.ndr
+ren a6105/tleft b6105/bleft a6106/tright b6106/bright
+load components/philo.ndr
+ren a6106/tleft b6106/bleft a6107/tright b6107/bright
+load components/philo.ndr
+ren a6107/tleft b6107/bleft a6108/tright b6108/bright
+load components/philo.ndr
+ren a6108/tleft b6108/bleft a6109/tright b6109/bright
+load components/philo.ndr
+ren a6109/tleft b6109/bleft a6110/tright b6110/bright
+load components/philo.ndr
+ren a6110/tleft b6110/bleft a6111/tright b6111/bright
+load components/philo.ndr
+ren a6111/tleft b6111/bleft a6112/tright b6112/bright
+load components/philo.ndr
+ren a6112/tleft b6112/bleft a6113/tright b6113/bright
+load components/philo.ndr
+ren a6113/tleft b6113/bleft a6114/tright b6114/bright
+load components/philo.ndr
+ren a6114/tleft b6114/bleft a6115/tright b6115/bright
+load components/philo.ndr
+ren a6115/tleft b6115/bleft a6116/tright b6116/bright
+load components/philo.ndr
+ren a6116/tleft b6116/bleft a6117/tright b6117/bright
+load components/philo.ndr
+ren a6117/tleft b6117/bleft a6118/tright b6118/bright
+load components/philo.ndr
+ren a6118/tleft b6118/bleft a6119/tright b6119/bright
+load components/philo.ndr
+ren a6119/tleft b6119/bleft a6120/tright b6120/bright
+load components/philo.ndr
+ren a6120/tleft b6120/bleft a6121/tright b6121/bright
+load components/philo.ndr
+ren a6121/tleft b6121/bleft a6122/tright b6122/bright
+load components/philo.ndr
+ren a6122/tleft b6122/bleft a6123/tright b6123/bright
+load components/philo.ndr
+ren a6123/tleft b6123/bleft a6124/tright b6124/bright
+load components/philo.ndr
+ren a6124/tleft b6124/bleft a6125/tright b6125/bright
+load components/philo.ndr
+ren a6125/tleft b6125/bleft a6126/tright b6126/bright
+load components/philo.ndr
+ren a6126/tleft b6126/bleft a6127/tright b6127/bright
+load components/philo.ndr
+ren a6127/tleft b6127/bleft a6128/tright b6128/bright
+load components/philo.ndr
+ren a6128/tleft b6128/bleft a6129/tright b6129/bright
+load components/philo.ndr
+ren a6129/tleft b6129/bleft a6130/tright b6130/bright
+load components/philo.ndr
+ren a6130/tleft b6130/bleft a6131/tright b6131/bright
+load components/philo.ndr
+ren a6131/tleft b6131/bleft a6132/tright b6132/bright
+load components/philo.ndr
+ren a6132/tleft b6132/bleft a6133/tright b6133/bright
+load components/philo.ndr
+ren a6133/tleft b6133/bleft a6134/tright b6134/bright
+load components/philo.ndr
+ren a6134/tleft b6134/bleft a6135/tright b6135/bright
+load components/philo.ndr
+ren a6135/tleft b6135/bleft a6136/tright b6136/bright
+load components/philo.ndr
+ren a6136/tleft b6136/bleft a6137/tright b6137/bright
+load components/philo.ndr
+ren a6137/tleft b6137/bleft a6138/tright b6138/bright
+load components/philo.ndr
+ren a6138/tleft b6138/bleft a6139/tright b6139/bright
+load components/philo.ndr
+ren a6139/tleft b6139/bleft a6140/tright b6140/bright
+load components/philo.ndr
+ren a6140/tleft b6140/bleft a6141/tright b6141/bright
+load components/philo.ndr
+ren a6141/tleft b6141/bleft a6142/tright b6142/bright
+load components/philo.ndr
+ren a6142/tleft b6142/bleft a6143/tright b6143/bright
+load components/philo.ndr
+ren a6143/tleft b6143/bleft a6144/tright b6144/bright
+load components/philo.ndr
+ren a6144/tleft b6144/bleft a6145/tright b6145/bright
+load components/philo.ndr
+ren a6145/tleft b6145/bleft a6146/tright b6146/bright
+load components/philo.ndr
+ren a6146/tleft b6146/bleft a6147/tright b6147/bright
+load components/philo.ndr
+ren a6147/tleft b6147/bleft a6148/tright b6148/bright
+load components/philo.ndr
+ren a6148/tleft b6148/bleft a6149/tright b6149/bright
+load components/philo.ndr
+ren a6149/tleft b6149/bleft a6150/tright b6150/bright
+load components/philo.ndr
+ren a6150/tleft b6150/bleft a6151/tright b6151/bright
+load components/philo.ndr
+ren a6151/tleft b6151/bleft a6152/tright b6152/bright
+load components/philo.ndr
+ren a6152/tleft b6152/bleft a6153/tright b6153/bright
+load components/philo.ndr
+ren a6153/tleft b6153/bleft a6154/tright b6154/bright
+load components/philo.ndr
+ren a6154/tleft b6154/bleft a6155/tright b6155/bright
+load components/philo.ndr
+ren a6155/tleft b6155/bleft a6156/tright b6156/bright
+load components/philo.ndr
+ren a6156/tleft b6156/bleft a6157/tright b6157/bright
+load components/philo.ndr
+ren a6157/tleft b6157/bleft a6158/tright b6158/bright
+load components/philo.ndr
+ren a6158/tleft b6158/bleft a6159/tright b6159/bright
+load components/philo.ndr
+ren a6159/tleft b6159/bleft a6160/tright b6160/bright
+load components/philo.ndr
+ren a6160/tleft b6160/bleft a6161/tright b6161/bright
+load components/philo.ndr
+ren a6161/tleft b6161/bleft a6162/tright b6162/bright
+load components/philo.ndr
+ren a6162/tleft b6162/bleft a6163/tright b6163/bright
+load components/philo.ndr
+ren a6163/tleft b6163/bleft a6164/tright b6164/bright
+load components/philo.ndr
+ren a6164/tleft b6164/bleft a6165/tright b6165/bright
+load components/philo.ndr
+ren a6165/tleft b6165/bleft a6166/tright b6166/bright
+load components/philo.ndr
+ren a6166/tleft b6166/bleft a6167/tright b6167/bright
+load components/philo.ndr
+ren a6167/tleft b6167/bleft a6168/tright b6168/bright
+load components/philo.ndr
+ren a6168/tleft b6168/bleft a6169/tright b6169/bright
+load components/philo.ndr
+ren a6169/tleft b6169/bleft a6170/tright b6170/bright
+load components/philo.ndr
+ren a6170/tleft b6170/bleft a6171/tright b6171/bright
+load components/philo.ndr
+ren a6171/tleft b6171/bleft a6172/tright b6172/bright
+load components/philo.ndr
+ren a6172/tleft b6172/bleft a6173/tright b6173/bright
+load components/philo.ndr
+ren a6173/tleft b6173/bleft a6174/tright b6174/bright
+load components/philo.ndr
+ren a6174/tleft b6174/bleft a6175/tright b6175/bright
+load components/philo.ndr
+ren a6175/tleft b6175/bleft a6176/tright b6176/bright
+load components/philo.ndr
+ren a6176/tleft b6176/bleft a6177/tright b6177/bright
+load components/philo.ndr
+ren a6177/tleft b6177/bleft a6178/tright b6178/bright
+load components/philo.ndr
+ren a6178/tleft b6178/bleft a6179/tright b6179/bright
+load components/philo.ndr
+ren a6179/tleft b6179/bleft a6180/tright b6180/bright
+load components/philo.ndr
+ren a6180/tleft b6180/bleft a6181/tright b6181/bright
+load components/philo.ndr
+ren a6181/tleft b6181/bleft a6182/tright b6182/bright
+load components/philo.ndr
+ren a6182/tleft b6182/bleft a6183/tright b6183/bright
+load components/philo.ndr
+ren a6183/tleft b6183/bleft a6184/tright b6184/bright
+load components/philo.ndr
+ren a6184/tleft b6184/bleft a6185/tright b6185/bright
+load components/philo.ndr
+ren a6185/tleft b6185/bleft a6186/tright b6186/bright
+load components/philo.ndr
+ren a6186/tleft b6186/bleft a6187/tright b6187/bright
+load components/philo.ndr
+ren a6187/tleft b6187/bleft a6188/tright b6188/bright
+load components/philo.ndr
+ren a6188/tleft b6188/bleft a6189/tright b6189/bright
+load components/philo.ndr
+ren a6189/tleft b6189/bleft a6190/tright b6190/bright
+load components/philo.ndr
+ren a6190/tleft b6190/bleft a6191/tright b6191/bright
+load components/philo.ndr
+ren a6191/tleft b6191/bleft a6192/tright b6192/bright
+load components/philo.ndr
+ren a6192/tleft b6192/bleft a6193/tright b6193/bright
+load components/philo.ndr
+ren a6193/tleft b6193/bleft a6194/tright b6194/bright
+load components/philo.ndr
+ren a6194/tleft b6194/bleft a6195/tright b6195/bright
+load components/philo.ndr
+ren a6195/tleft b6195/bleft a6196/tright b6196/bright
+load components/philo.ndr
+ren a6196/tleft b6196/bleft a6197/tright b6197/bright
+load components/philo.ndr
+ren a6197/tleft b6197/bleft a6198/tright b6198/bright
+load components/philo.ndr
+ren a6198/tleft b6198/bleft a6199/tright b6199/bright
+load components/philo.ndr
+ren a6199/tleft b6199/bleft a6200/tright b6200/bright
+load components/philo.ndr
+ren a6200/tleft b6200/bleft a6201/tright b6201/bright
+load components/philo.ndr
+ren a6201/tleft b6201/bleft a6202/tright b6202/bright
+load components/philo.ndr
+ren a6202/tleft b6202/bleft a6203/tright b6203/bright
+load components/philo.ndr
+ren a6203/tleft b6203/bleft a6204/tright b6204/bright
+load components/philo.ndr
+ren a6204/tleft b6204/bleft a6205/tright b6205/bright
+load components/philo.ndr
+ren a6205/tleft b6205/bleft a6206/tright b6206/bright
+load components/philo.ndr
+ren a6206/tleft b6206/bleft a6207/tright b6207/bright
+load components/philo.ndr
+ren a6207/tleft b6207/bleft a6208/tright b6208/bright
+load components/philo.ndr
+ren a6208/tleft b6208/bleft a6209/tright b6209/bright
+load components/philo.ndr
+ren a6209/tleft b6209/bleft a6210/tright b6210/bright
+load components/philo.ndr
+ren a6210/tleft b6210/bleft a6211/tright b6211/bright
+load components/philo.ndr
+ren a6211/tleft b6211/bleft a6212/tright b6212/bright
+load components/philo.ndr
+ren a6212/tleft b6212/bleft a6213/tright b6213/bright
+load components/philo.ndr
+ren a6213/tleft b6213/bleft a6214/tright b6214/bright
+load components/philo.ndr
+ren a6214/tleft b6214/bleft a6215/tright b6215/bright
+load components/philo.ndr
+ren a6215/tleft b6215/bleft a6216/tright b6216/bright
+load components/philo.ndr
+ren a6216/tleft b6216/bleft a6217/tright b6217/bright
+load components/philo.ndr
+ren a6217/tleft b6217/bleft a6218/tright b6218/bright
+load components/philo.ndr
+ren a6218/tleft b6218/bleft a6219/tright b6219/bright
+load components/philo.ndr
+ren a6219/tleft b6219/bleft a6220/tright b6220/bright
+load components/philo.ndr
+ren a6220/tleft b6220/bleft a6221/tright b6221/bright
+load components/philo.ndr
+ren a6221/tleft b6221/bleft a6222/tright b6222/bright
+load components/philo.ndr
+ren a6222/tleft b6222/bleft a6223/tright b6223/bright
+load components/philo.ndr
+ren a6223/tleft b6223/bleft a6224/tright b6224/bright
+load components/philo.ndr
+ren a6224/tleft b6224/bleft a6225/tright b6225/bright
+load components/philo.ndr
+ren a6225/tleft b6225/bleft a6226/tright b6226/bright
+load components/philo.ndr
+ren a6226/tleft b6226/bleft a6227/tright b6227/bright
+load components/philo.ndr
+ren a6227/tleft b6227/bleft a6228/tright b6228/bright
+load components/philo.ndr
+ren a6228/tleft b6228/bleft a6229/tright b6229/bright
+load components/philo.ndr
+ren a6229/tleft b6229/bleft a6230/tright b6230/bright
+load components/philo.ndr
+ren a6230/tleft b6230/bleft a6231/tright b6231/bright
+load components/philo.ndr
+ren a6231/tleft b6231/bleft a6232/tright b6232/bright
+load components/philo.ndr
+ren a6232/tleft b6232/bleft a6233/tright b6233/bright
+load components/philo.ndr
+ren a6233/tleft b6233/bleft a6234/tright b6234/bright
+load components/philo.ndr
+ren a6234/tleft b6234/bleft a6235/tright b6235/bright
+load components/philo.ndr
+ren a6235/tleft b6235/bleft a6236/tright b6236/bright
+load components/philo.ndr
+ren a6236/tleft b6236/bleft a6237/tright b6237/bright
+load components/philo.ndr
+ren a6237/tleft b6237/bleft a6238/tright b6238/bright
+load components/philo.ndr
+ren a6238/tleft b6238/bleft a6239/tright b6239/bright
+load components/philo.ndr
+ren a6239/tleft b6239/bleft a6240/tright b6240/bright
+load components/philo.ndr
+ren a6240/tleft b6240/bleft a6241/tright b6241/bright
+load components/philo.ndr
+ren a6241/tleft b6241/bleft a6242/tright b6242/bright
+load components/philo.ndr
+ren a6242/tleft b6242/bleft a6243/tright b6243/bright
+load components/philo.ndr
+ren a6243/tleft b6243/bleft a6244/tright b6244/bright
+load components/philo.ndr
+ren a6244/tleft b6244/bleft a6245/tright b6245/bright
+load components/philo.ndr
+ren a6245/tleft b6245/bleft a6246/tright b6246/bright
+load components/philo.ndr
+ren a6246/tleft b6246/bleft a6247/tright b6247/bright
+load components/philo.ndr
+ren a6247/tleft b6247/bleft a6248/tright b6248/bright
+load components/philo.ndr
+ren a6248/tleft b6248/bleft a6249/tright b6249/bright
+load components/philo.ndr
+ren a6249/tleft b6249/bleft a6250/tright b6250/bright
+load components/philo.ndr
+ren a6250/tleft b6250/bleft a6251/tright b6251/bright
+load components/philo.ndr
+ren a6251/tleft b6251/bleft a6252/tright b6252/bright
+load components/philo.ndr
+ren a6252/tleft b6252/bleft a6253/tright b6253/bright
+load components/philo.ndr
+ren a6253/tleft b6253/bleft a6254/tright b6254/bright
+load components/philo.ndr
+ren a6254/tleft b6254/bleft a6255/tright b6255/bright
+load components/philo.ndr
+ren a6255/tleft b6255/bleft a6256/tright b6256/bright
+load components/philo.ndr
+ren a6256/tleft b6256/bleft a6257/tright b6257/bright
+load components/philo.ndr
+ren a6257/tleft b6257/bleft a6258/tright b6258/bright
+load components/philo.ndr
+ren a6258/tleft b6258/bleft a6259/tright b6259/bright
+load components/philo.ndr
+ren a6259/tleft b6259/bleft a6260/tright b6260/bright
+load components/philo.ndr
+ren a6260/tleft b6260/bleft a6261/tright b6261/bright
+load components/philo.ndr
+ren a6261/tleft b6261/bleft a6262/tright b6262/bright
+load components/philo.ndr
+ren a6262/tleft b6262/bleft a6263/tright b6263/bright
+load components/philo.ndr
+ren a6263/tleft b6263/bleft a6264/tright b6264/bright
+load components/philo.ndr
+ren a6264/tleft b6264/bleft a6265/tright b6265/bright
+load components/philo.ndr
+ren a6265/tleft b6265/bleft a6266/tright b6266/bright
+load components/philo.ndr
+ren a6266/tleft b6266/bleft a6267/tright b6267/bright
+load components/philo.ndr
+ren a6267/tleft b6267/bleft a6268/tright b6268/bright
+load components/philo.ndr
+ren a6268/tleft b6268/bleft a6269/tright b6269/bright
+load components/philo.ndr
+ren a6269/tleft b6269/bleft a6270/tright b6270/bright
+load components/philo.ndr
+ren a6270/tleft b6270/bleft a6271/tright b6271/bright
+load components/philo.ndr
+ren a6271/tleft b6271/bleft a6272/tright b6272/bright
+load components/philo.ndr
+ren a6272/tleft b6272/bleft a6273/tright b6273/bright
+load components/philo.ndr
+ren a6273/tleft b6273/bleft a6274/tright b6274/bright
+load components/philo.ndr
+ren a6274/tleft b6274/bleft a6275/tright b6275/bright
+load components/philo.ndr
+ren a6275/tleft b6275/bleft a6276/tright b6276/bright
+load components/philo.ndr
+ren a6276/tleft b6276/bleft a6277/tright b6277/bright
+load components/philo.ndr
+ren a6277/tleft b6277/bleft a6278/tright b6278/bright
+load components/philo.ndr
+ren a6278/tleft b6278/bleft a6279/tright b6279/bright
+load components/philo.ndr
+ren a6279/tleft b6279/bleft a6280/tright b6280/bright
+load components/philo.ndr
+ren a6280/tleft b6280/bleft a6281/tright b6281/bright
+load components/philo.ndr
+ren a6281/tleft b6281/bleft a6282/tright b6282/bright
+load components/philo.ndr
+ren a6282/tleft b6282/bleft a6283/tright b6283/bright
+load components/philo.ndr
+ren a6283/tleft b6283/bleft a6284/tright b6284/bright
+load components/philo.ndr
+ren a6284/tleft b6284/bleft a6285/tright b6285/bright
+load components/philo.ndr
+ren a6285/tleft b6285/bleft a6286/tright b6286/bright
+load components/philo.ndr
+ren a6286/tleft b6286/bleft a6287/tright b6287/bright
+load components/philo.ndr
+ren a6287/tleft b6287/bleft a6288/tright b6288/bright
+load components/philo.ndr
+ren a6288/tleft b6288/bleft a6289/tright b6289/bright
+load components/philo.ndr
+ren a6289/tleft b6289/bleft a6290/tright b6290/bright
+load components/philo.ndr
+ren a6290/tleft b6290/bleft a6291/tright b6291/bright
+load components/philo.ndr
+ren a6291/tleft b6291/bleft a6292/tright b6292/bright
+load components/philo.ndr
+ren a6292/tleft b6292/bleft a6293/tright b6293/bright
+load components/philo.ndr
+ren a6293/tleft b6293/bleft a6294/tright b6294/bright
+load components/philo.ndr
+ren a6294/tleft b6294/bleft a6295/tright b6295/bright
+load components/philo.ndr
+ren a6295/tleft b6295/bleft a6296/tright b6296/bright
+load components/philo.ndr
+ren a6296/tleft b6296/bleft a6297/tright b6297/bright
+load components/philo.ndr
+ren a6297/tleft b6297/bleft a6298/tright b6298/bright
+load components/philo.ndr
+ren a6298/tleft b6298/bleft a6299/tright b6299/bright
+load components/philo.ndr
+ren a6299/tleft b6299/bleft a6300/tright b6300/bright
+load components/philo.ndr
+ren a6300/tleft b6300/bleft a6301/tright b6301/bright
+load components/philo.ndr
+ren a6301/tleft b6301/bleft a6302/tright b6302/bright
+load components/philo.ndr
+ren a6302/tleft b6302/bleft a6303/tright b6303/bright
+load components/philo.ndr
+ren a6303/tleft b6303/bleft a6304/tright b6304/bright
+load components/philo.ndr
+ren a6304/tleft b6304/bleft a6305/tright b6305/bright
+load components/philo.ndr
+ren a6305/tleft b6305/bleft a6306/tright b6306/bright
+load components/philo.ndr
+ren a6306/tleft b6306/bleft a6307/tright b6307/bright
+load components/philo.ndr
+ren a6307/tleft b6307/bleft a6308/tright b6308/bright
+load components/philo.ndr
+ren a6308/tleft b6308/bleft a6309/tright b6309/bright
+load components/philo.ndr
+ren a6309/tleft b6309/bleft a6310/tright b6310/bright
+load components/philo.ndr
+ren a6310/tleft b6310/bleft a6311/tright b6311/bright
+load components/philo.ndr
+ren a6311/tleft b6311/bleft a6312/tright b6312/bright
+load components/philo.ndr
+ren a6312/tleft b6312/bleft a6313/tright b6313/bright
+load components/philo.ndr
+ren a6313/tleft b6313/bleft a6314/tright b6314/bright
+load components/philo.ndr
+ren a6314/tleft b6314/bleft a6315/tright b6315/bright
+load components/philo.ndr
+ren a6315/tleft b6315/bleft a6316/tright b6316/bright
+load components/philo.ndr
+ren a6316/tleft b6316/bleft a6317/tright b6317/bright
+load components/philo.ndr
+ren a6317/tleft b6317/bleft a6318/tright b6318/bright
+load components/philo.ndr
+ren a6318/tleft b6318/bleft a6319/tright b6319/bright
+load components/philo.ndr
+ren a6319/tleft b6319/bleft a6320/tright b6320/bright
+load components/philo.ndr
+ren a6320/tleft b6320/bleft a6321/tright b6321/bright
+load components/philo.ndr
+ren a6321/tleft b6321/bleft a6322/tright b6322/bright
+load components/philo.ndr
+ren a6322/tleft b6322/bleft a6323/tright b6323/bright
+load components/philo.ndr
+ren a6323/tleft b6323/bleft a6324/tright b6324/bright
+load components/philo.ndr
+ren a6324/tleft b6324/bleft a6325/tright b6325/bright
+load components/philo.ndr
+ren a6325/tleft b6325/bleft a6326/tright b6326/bright
+load components/philo.ndr
+ren a6326/tleft b6326/bleft a6327/tright b6327/bright
+load components/philo.ndr
+ren a6327/tleft b6327/bleft a6328/tright b6328/bright
+load components/philo.ndr
+ren a6328/tleft b6328/bleft a6329/tright b6329/bright
+load components/philo.ndr
+ren a6329/tleft b6329/bleft a6330/tright b6330/bright
+load components/philo.ndr
+ren a6330/tleft b6330/bleft a6331/tright b6331/bright
+load components/philo.ndr
+ren a6331/tleft b6331/bleft a6332/tright b6332/bright
+load components/philo.ndr
+ren a6332/tleft b6332/bleft a6333/tright b6333/bright
+load components/philo.ndr
+ren a6333/tleft b6333/bleft a6334/tright b6334/bright
+load components/philo.ndr
+ren a6334/tleft b6334/bleft a6335/tright b6335/bright
+load components/philo.ndr
+ren a6335/tleft b6335/bleft a6336/tright b6336/bright
+load components/philo.ndr
+ren a6336/tleft b6336/bleft a6337/tright b6337/bright
+load components/philo.ndr
+ren a6337/tleft b6337/bleft a6338/tright b6338/bright
+load components/philo.ndr
+ren a6338/tleft b6338/bleft a6339/tright b6339/bright
+load components/philo.ndr
+ren a6339/tleft b6339/bleft a6340/tright b6340/bright
+load components/philo.ndr
+ren a6340/tleft b6340/bleft a6341/tright b6341/bright
+load components/philo.ndr
+ren a6341/tleft b6341/bleft a6342/tright b6342/bright
+load components/philo.ndr
+ren a6342/tleft b6342/bleft a6343/tright b6343/bright
+load components/philo.ndr
+ren a6343/tleft b6343/bleft a6344/tright b6344/bright
+load components/philo.ndr
+ren a6344/tleft b6344/bleft a6345/tright b6345/bright
+load components/philo.ndr
+ren a6345/tleft b6345/bleft a6346/tright b6346/bright
+load components/philo.ndr
+ren a6346/tleft b6346/bleft a6347/tright b6347/bright
+load components/philo.ndr
+ren a6347/tleft b6347/bleft a6348/tright b6348/bright
+load components/philo.ndr
+ren a6348/tleft b6348/bleft a6349/tright b6349/bright
+load components/philo.ndr
+ren a6349/tleft b6349/bleft a6350/tright b6350/bright
+load components/philo.ndr
+ren a6350/tleft b6350/bleft a6351/tright b6351/bright
+load components/philo.ndr
+ren a6351/tleft b6351/bleft a6352/tright b6352/bright
+load components/philo.ndr
+ren a6352/tleft b6352/bleft a6353/tright b6353/bright
+load components/philo.ndr
+ren a6353/tleft b6353/bleft a6354/tright b6354/bright
+load components/philo.ndr
+ren a6354/tleft b6354/bleft a6355/tright b6355/bright
+load components/philo.ndr
+ren a6355/tleft b6355/bleft a6356/tright b6356/bright
+load components/philo.ndr
+ren a6356/tleft b6356/bleft a6357/tright b6357/bright
+load components/philo.ndr
+ren a6357/tleft b6357/bleft a6358/tright b6358/bright
+load components/philo.ndr
+ren a6358/tleft b6358/bleft a6359/tright b6359/bright
+load components/philo.ndr
+ren a6359/tleft b6359/bleft a6360/tright b6360/bright
+load components/philo.ndr
+ren a6360/tleft b6360/bleft a6361/tright b6361/bright
+load components/philo.ndr
+ren a6361/tleft b6361/bleft a6362/tright b6362/bright
+load components/philo.ndr
+ren a6362/tleft b6362/bleft a6363/tright b6363/bright
+load components/philo.ndr
+ren a6363/tleft b6363/bleft a6364/tright b6364/bright
+load components/philo.ndr
+ren a6364/tleft b6364/bleft a6365/tright b6365/bright
+load components/philo.ndr
+ren a6365/tleft b6365/bleft a6366/tright b6366/bright
+load components/philo.ndr
+ren a6366/tleft b6366/bleft a6367/tright b6367/bright
+load components/philo.ndr
+ren a6367/tleft b6367/bleft a6368/tright b6368/bright
+load components/philo.ndr
+ren a6368/tleft b6368/bleft a6369/tright b6369/bright
+load components/philo.ndr
+ren a6369/tleft b6369/bleft a6370/tright b6370/bright
+load components/philo.ndr
+ren a6370/tleft b6370/bleft a6371/tright b6371/bright
+load components/philo.ndr
+ren a6371/tleft b6371/bleft a6372/tright b6372/bright
+load components/philo.ndr
+ren a6372/tleft b6372/bleft a6373/tright b6373/bright
+load components/philo.ndr
+ren a6373/tleft b6373/bleft a6374/tright b6374/bright
+load components/philo.ndr
+ren a6374/tleft b6374/bleft a6375/tright b6375/bright
+load components/philo.ndr
+ren a6375/tleft b6375/bleft a6376/tright b6376/bright
+load components/philo.ndr
+ren a6376/tleft b6376/bleft a6377/tright b6377/bright
+load components/philo.ndr
+ren a6377/tleft b6377/bleft a6378/tright b6378/bright
+load components/philo.ndr
+ren a6378/tleft b6378/bleft a6379/tright b6379/bright
+load components/philo.ndr
+ren a6379/tleft b6379/bleft a6380/tright b6380/bright
+load components/philo.ndr
+ren a6380/tleft b6380/bleft a6381/tright b6381/bright
+load components/philo.ndr
+ren a6381/tleft b6381/bleft a6382/tright b6382/bright
+load components/philo.ndr
+ren a6382/tleft b6382/bleft a6383/tright b6383/bright
+load components/philo.ndr
+ren a6383/tleft b6383/bleft a6384/tright b6384/bright
+load components/philo.ndr
+ren a6384/tleft b6384/bleft a6385/tright b6385/bright
+load components/philo.ndr
+ren a6385/tleft b6385/bleft a6386/tright b6386/bright
+load components/philo.ndr
+ren a6386/tleft b6386/bleft a6387/tright b6387/bright
+load components/philo.ndr
+ren a6387/tleft b6387/bleft a6388/tright b6388/bright
+load components/philo.ndr
+ren a6388/tleft b6388/bleft a6389/tright b6389/bright
+load components/philo.ndr
+ren a6389/tleft b6389/bleft a6390/tright b6390/bright
+load components/philo.ndr
+ren a6390/tleft b6390/bleft a6391/tright b6391/bright
+load components/philo.ndr
+ren a6391/tleft b6391/bleft a6392/tright b6392/bright
+load components/philo.ndr
+ren a6392/tleft b6392/bleft a6393/tright b6393/bright
+load components/philo.ndr
+ren a6393/tleft b6393/bleft a6394/tright b6394/bright
+load components/philo.ndr
+ren a6394/tleft b6394/bleft a6395/tright b6395/bright
+load components/philo.ndr
+ren a6395/tleft b6395/bleft a6396/tright b6396/bright
+load components/philo.ndr
+ren a6396/tleft b6396/bleft a6397/tright b6397/bright
+load components/philo.ndr
+ren a6397/tleft b6397/bleft a6398/tright b6398/bright
+load components/philo.ndr
+ren a6398/tleft b6398/bleft a6399/tright b6399/bright
+load components/philo.ndr
+ren a6399/tleft b6399/bleft a6400/tright b6400/bright
+load components/philo.ndr
+ren a6400/tleft b6400/bleft a6401/tright b6401/bright
+load components/philo.ndr
+ren a6401/tleft b6401/bleft a6402/tright b6402/bright
+load components/philo.ndr
+ren a6402/tleft b6402/bleft a6403/tright b6403/bright
+load components/philo.ndr
+ren a6403/tleft b6403/bleft a6404/tright b6404/bright
+load components/philo.ndr
+ren a6404/tleft b6404/bleft a6405/tright b6405/bright
+load components/philo.ndr
+ren a6405/tleft b6405/bleft a6406/tright b6406/bright
+load components/philo.ndr
+ren a6406/tleft b6406/bleft a6407/tright b6407/bright
+load components/philo.ndr
+ren a6407/tleft b6407/bleft a6408/tright b6408/bright
+load components/philo.ndr
+ren a6408/tleft b6408/bleft a6409/tright b6409/bright
+load components/philo.ndr
+ren a6409/tleft b6409/bleft a6410/tright b6410/bright
+load components/philo.ndr
+ren a6410/tleft b6410/bleft a6411/tright b6411/bright
+load components/philo.ndr
+ren a6411/tleft b6411/bleft a6412/tright b6412/bright
+load components/philo.ndr
+ren a6412/tleft b6412/bleft a6413/tright b6413/bright
+load components/philo.ndr
+ren a6413/tleft b6413/bleft a6414/tright b6414/bright
+load components/philo.ndr
+ren a6414/tleft b6414/bleft a6415/tright b6415/bright
+load components/philo.ndr
+ren a6415/tleft b6415/bleft a6416/tright b6416/bright
+load components/philo.ndr
+ren a6416/tleft b6416/bleft a6417/tright b6417/bright
+load components/philo.ndr
+ren a6417/tleft b6417/bleft a6418/tright b6418/bright
+load components/philo.ndr
+ren a6418/tleft b6418/bleft a6419/tright b6419/bright
+load components/philo.ndr
+ren a6419/tleft b6419/bleft a6420/tright b6420/bright
+load components/philo.ndr
+ren a6420/tleft b6420/bleft a6421/tright b6421/bright
+load components/philo.ndr
+ren a6421/tleft b6421/bleft a6422/tright b6422/bright
+load components/philo.ndr
+ren a6422/tleft b6422/bleft a6423/tright b6423/bright
+load components/philo.ndr
+ren a6423/tleft b6423/bleft a6424/tright b6424/bright
+load components/philo.ndr
+ren a6424/tleft b6424/bleft a6425/tright b6425/bright
+load components/philo.ndr
+ren a6425/tleft b6425/bleft a6426/tright b6426/bright
+load components/philo.ndr
+ren a6426/tleft b6426/bleft a6427/tright b6427/bright
+load components/philo.ndr
+ren a6427/tleft b6427/bleft a6428/tright b6428/bright
+load components/philo.ndr
+ren a6428/tleft b6428/bleft a6429/tright b6429/bright
+load components/philo.ndr
+ren a6429/tleft b6429/bleft a6430/tright b6430/bright
+load components/philo.ndr
+ren a6430/tleft b6430/bleft a6431/tright b6431/bright
+load components/philo.ndr
+ren a6431/tleft b6431/bleft a6432/tright b6432/bright
+load components/philo.ndr
+ren a6432/tleft b6432/bleft a6433/tright b6433/bright
+load components/philo.ndr
+ren a6433/tleft b6433/bleft a6434/tright b6434/bright
+load components/philo.ndr
+ren a6434/tleft b6434/bleft a6435/tright b6435/bright
+load components/philo.ndr
+ren a6435/tleft b6435/bleft a6436/tright b6436/bright
+load components/philo.ndr
+ren a6436/tleft b6436/bleft a6437/tright b6437/bright
+load components/philo.ndr
+ren a6437/tleft b6437/bleft a6438/tright b6438/bright
+load components/philo.ndr
+ren a6438/tleft b6438/bleft a6439/tright b6439/bright
+load components/philo.ndr
+ren a6439/tleft b6439/bleft a6440/tright b6440/bright
+load components/philo.ndr
+ren a6440/tleft b6440/bleft a6441/tright b6441/bright
+load components/philo.ndr
+ren a6441/tleft b6441/bleft a6442/tright b6442/bright
+load components/philo.ndr
+ren a6442/tleft b6442/bleft a6443/tright b6443/bright
+load components/philo.ndr
+ren a6443/tleft b6443/bleft a6444/tright b6444/bright
+load components/philo.ndr
+ren a6444/tleft b6444/bleft a6445/tright b6445/bright
+load components/philo.ndr
+ren a6445/tleft b6445/bleft a6446/tright b6446/bright
+load components/philo.ndr
+ren a6446/tleft b6446/bleft a6447/tright b6447/bright
+load components/philo.ndr
+ren a6447/tleft b6447/bleft a6448/tright b6448/bright
+load components/philo.ndr
+ren a6448/tleft b6448/bleft a6449/tright b6449/bright
+load components/philo.ndr
+ren a6449/tleft b6449/bleft a6450/tright b6450/bright
+load components/philo.ndr
+ren a6450/tleft b6450/bleft a6451/tright b6451/bright
+load components/philo.ndr
+ren a6451/tleft b6451/bleft a6452/tright b6452/bright
+load components/philo.ndr
+ren a6452/tleft b6452/bleft a6453/tright b6453/bright
+load components/philo.ndr
+ren a6453/tleft b6453/bleft a6454/tright b6454/bright
+load components/philo.ndr
+ren a6454/tleft b6454/bleft a6455/tright b6455/bright
+load components/philo.ndr
+ren a6455/tleft b6455/bleft a6456/tright b6456/bright
+load components/philo.ndr
+ren a6456/tleft b6456/bleft a6457/tright b6457/bright
+load components/philo.ndr
+ren a6457/tleft b6457/bleft a6458/tright b6458/bright
+load components/philo.ndr
+ren a6458/tleft b6458/bleft a6459/tright b6459/bright
+load components/philo.ndr
+ren a6459/tleft b6459/bleft a6460/tright b6460/bright
+load components/philo.ndr
+ren a6460/tleft b6460/bleft a6461/tright b6461/bright
+load components/philo.ndr
+ren a6461/tleft b6461/bleft a6462/tright b6462/bright
+load components/philo.ndr
+ren a6462/tleft b6462/bleft a6463/tright b6463/bright
+load components/philo.ndr
+ren a6463/tleft b6463/bleft a6464/tright b6464/bright
+load components/philo.ndr
+ren a6464/tleft b6464/bleft a6465/tright b6465/bright
+load components/philo.ndr
+ren a6465/tleft b6465/bleft a6466/tright b6466/bright
+load components/philo.ndr
+ren a6466/tleft b6466/bleft a6467/tright b6467/bright
+load components/philo.ndr
+ren a6467/tleft b6467/bleft a6468/tright b6468/bright
+load components/philo.ndr
+ren a6468/tleft b6468/bleft a6469/tright b6469/bright
+load components/philo.ndr
+ren a6469/tleft b6469/bleft a6470/tright b6470/bright
+load components/philo.ndr
+ren a6470/tleft b6470/bleft a6471/tright b6471/bright
+load components/philo.ndr
+ren a6471/tleft b6471/bleft a6472/tright b6472/bright
+load components/philo.ndr
+ren a6472/tleft b6472/bleft a6473/tright b6473/bright
+load components/philo.ndr
+ren a6473/tleft b6473/bleft a6474/tright b6474/bright
+load components/philo.ndr
+ren a6474/tleft b6474/bleft a6475/tright b6475/bright
+load components/philo.ndr
+ren a6475/tleft b6475/bleft a6476/tright b6476/bright
+load components/philo.ndr
+ren a6476/tleft b6476/bleft a6477/tright b6477/bright
+load components/philo.ndr
+ren a6477/tleft b6477/bleft a6478/tright b6478/bright
+load components/philo.ndr
+ren a6478/tleft b6478/bleft a6479/tright b6479/bright
+load components/philo.ndr
+ren a6479/tleft b6479/bleft a6480/tright b6480/bright
+load components/philo.ndr
+ren a6480/tleft b6480/bleft a6481/tright b6481/bright
+load components/philo.ndr
+ren a6481/tleft b6481/bleft a6482/tright b6482/bright
+load components/philo.ndr
+ren a6482/tleft b6482/bleft a6483/tright b6483/bright
+load components/philo.ndr
+ren a6483/tleft b6483/bleft a6484/tright b6484/bright
+load components/philo.ndr
+ren a6484/tleft b6484/bleft a6485/tright b6485/bright
+load components/philo.ndr
+ren a6485/tleft b6485/bleft a6486/tright b6486/bright
+load components/philo.ndr
+ren a6486/tleft b6486/bleft a6487/tright b6487/bright
+load components/philo.ndr
+ren a6487/tleft b6487/bleft a6488/tright b6488/bright
+load components/philo.ndr
+ren a6488/tleft b6488/bleft a6489/tright b6489/bright
+load components/philo.ndr
+ren a6489/tleft b6489/bleft a6490/tright b6490/bright
+load components/philo.ndr
+ren a6490/tleft b6490/bleft a6491/tright b6491/bright
+load components/philo.ndr
+ren a6491/tleft b6491/bleft a6492/tright b6492/bright
+load components/philo.ndr
+ren a6492/tleft b6492/bleft a6493/tright b6493/bright
+load components/philo.ndr
+ren a6493/tleft b6493/bleft a6494/tright b6494/bright
+load components/philo.ndr
+ren a6494/tleft b6494/bleft a6495/tright b6495/bright
+load components/philo.ndr
+ren a6495/tleft b6495/bleft a6496/tright b6496/bright
+load components/philo.ndr
+ren a6496/tleft b6496/bleft a6497/tright b6497/bright
+load components/philo.ndr
+ren a6497/tleft b6497/bleft a6498/tright b6498/bright
+load components/philo.ndr
+ren a6498/tleft b6498/bleft a6499/tright b6499/bright
+load components/philo.ndr
+ren a6499/tleft b6499/bleft a6500/tright b6500/bright
+load components/philo.ndr
+ren a6500/tleft b6500/bleft a6501/tright b6501/bright
+load components/philo.ndr
+ren a6501/tleft b6501/bleft a6502/tright b6502/bright
+load components/philo.ndr
+ren a6502/tleft b6502/bleft a6503/tright b6503/bright
+load components/philo.ndr
+ren a6503/tleft b6503/bleft a6504/tright b6504/bright
+load components/philo.ndr
+ren a6504/tleft b6504/bleft a6505/tright b6505/bright
+load components/philo.ndr
+ren a6505/tleft b6505/bleft a6506/tright b6506/bright
+load components/philo.ndr
+ren a6506/tleft b6506/bleft a6507/tright b6507/bright
+load components/philo.ndr
+ren a6507/tleft b6507/bleft a6508/tright b6508/bright
+load components/philo.ndr
+ren a6508/tleft b6508/bleft a6509/tright b6509/bright
+load components/philo.ndr
+ren a6509/tleft b6509/bleft a6510/tright b6510/bright
+load components/philo.ndr
+ren a6510/tleft b6510/bleft a6511/tright b6511/bright
+load components/philo.ndr
+ren a6511/tleft b6511/bleft a6512/tright b6512/bright
+load components/philo.ndr
+ren a6512/tleft b6512/bleft a6513/tright b6513/bright
+load components/philo.ndr
+ren a6513/tleft b6513/bleft a6514/tright b6514/bright
+load components/philo.ndr
+ren a6514/tleft b6514/bleft a6515/tright b6515/bright
+load components/philo.ndr
+ren a6515/tleft b6515/bleft a6516/tright b6516/bright
+load components/philo.ndr
+ren a6516/tleft b6516/bleft a6517/tright b6517/bright
+load components/philo.ndr
+ren a6517/tleft b6517/bleft a6518/tright b6518/bright
+load components/philo.ndr
+ren a6518/tleft b6518/bleft a6519/tright b6519/bright
+load components/philo.ndr
+ren a6519/tleft b6519/bleft a6520/tright b6520/bright
+load components/philo.ndr
+ren a6520/tleft b6520/bleft a6521/tright b6521/bright
+load components/philo.ndr
+ren a6521/tleft b6521/bleft a6522/tright b6522/bright
+load components/philo.ndr
+ren a6522/tleft b6522/bleft a6523/tright b6523/bright
+load components/philo.ndr
+ren a6523/tleft b6523/bleft a6524/tright b6524/bright
+load components/philo.ndr
+ren a6524/tleft b6524/bleft a6525/tright b6525/bright
+load components/philo.ndr
+ren a6525/tleft b6525/bleft a6526/tright b6526/bright
+load components/philo.ndr
+ren a6526/tleft b6526/bleft a6527/tright b6527/bright
+load components/philo.ndr
+ren a6527/tleft b6527/bleft a6528/tright b6528/bright
+load components/philo.ndr
+ren a6528/tleft b6528/bleft a6529/tright b6529/bright
+load components/philo.ndr
+ren a6529/tleft b6529/bleft a6530/tright b6530/bright
+load components/philo.ndr
+ren a6530/tleft b6530/bleft a6531/tright b6531/bright
+load components/philo.ndr
+ren a6531/tleft b6531/bleft a6532/tright b6532/bright
+load components/philo.ndr
+ren a6532/tleft b6532/bleft a6533/tright b6533/bright
+load components/philo.ndr
+ren a6533/tleft b6533/bleft a6534/tright b6534/bright
+load components/philo.ndr
+ren a6534/tleft b6534/bleft a6535/tright b6535/bright
+load components/philo.ndr
+ren a6535/tleft b6535/bleft a6536/tright b6536/bright
+load components/philo.ndr
+ren a6536/tleft b6536/bleft a6537/tright b6537/bright
+load components/philo.ndr
+ren a6537/tleft b6537/bleft a6538/tright b6538/bright
+load components/philo.ndr
+ren a6538/tleft b6538/bleft a6539/tright b6539/bright
+load components/philo.ndr
+ren a6539/tleft b6539/bleft a6540/tright b6540/bright
+load components/philo.ndr
+ren a6540/tleft b6540/bleft a6541/tright b6541/bright
+load components/philo.ndr
+ren a6541/tleft b6541/bleft a6542/tright b6542/bright
+load components/philo.ndr
+ren a6542/tleft b6542/bleft a6543/tright b6543/bright
+load components/philo.ndr
+ren a6543/tleft b6543/bleft a6544/tright b6544/bright
+load components/philo.ndr
+ren a6544/tleft b6544/bleft a6545/tright b6545/bright
+load components/philo.ndr
+ren a6545/tleft b6545/bleft a6546/tright b6546/bright
+load components/philo.ndr
+ren a6546/tleft b6546/bleft a6547/tright b6547/bright
+load components/philo.ndr
+ren a6547/tleft b6547/bleft a6548/tright b6548/bright
+load components/philo.ndr
+ren a6548/tleft b6548/bleft a6549/tright b6549/bright
+load components/philo.ndr
+ren a6549/tleft b6549/bleft a6550/tright b6550/bright
+load components/philo.ndr
+ren a6550/tleft b6550/bleft a6551/tright b6551/bright
+load components/philo.ndr
+ren a6551/tleft b6551/bleft a6552/tright b6552/bright
+load components/philo.ndr
+ren a6552/tleft b6552/bleft a6553/tright b6553/bright
+load components/philo.ndr
+ren a6553/tleft b6553/bleft a6554/tright b6554/bright
+load components/philo.ndr
+ren a6554/tleft b6554/bleft a6555/tright b6555/bright
+load components/philo.ndr
+ren a6555/tleft b6555/bleft a6556/tright b6556/bright
+load components/philo.ndr
+ren a6556/tleft b6556/bleft a6557/tright b6557/bright
+load components/philo.ndr
+ren a6557/tleft b6557/bleft a6558/tright b6558/bright
+load components/philo.ndr
+ren a6558/tleft b6558/bleft a6559/tright b6559/bright
+load components/philo.ndr
+ren a6559/tleft b6559/bleft a6560/tright b6560/bright
+load components/philo.ndr
+ren a6560/tleft b6560/bleft a6561/tright b6561/bright
+load components/philo.ndr
+ren a6561/tleft b6561/bleft a6562/tright b6562/bright
+load components/philo.ndr
+ren a6562/tleft b6562/bleft a6563/tright b6563/bright
+load components/philo.ndr
+ren a6563/tleft b6563/bleft a6564/tright b6564/bright
+load components/philo.ndr
+ren a6564/tleft b6564/bleft a6565/tright b6565/bright
+load components/philo.ndr
+ren a6565/tleft b6565/bleft a6566/tright b6566/bright
+load components/philo.ndr
+ren a6566/tleft b6566/bleft a6567/tright b6567/bright
+load components/philo.ndr
+ren a6567/tleft b6567/bleft a6568/tright b6568/bright
+load components/philo.ndr
+ren a6568/tleft b6568/bleft a6569/tright b6569/bright
+load components/philo.ndr
+ren a6569/tleft b6569/bleft a6570/tright b6570/bright
+load components/philo.ndr
+ren a6570/tleft b6570/bleft a6571/tright b6571/bright
+load components/philo.ndr
+ren a6571/tleft b6571/bleft a6572/tright b6572/bright
+load components/philo.ndr
+ren a6572/tleft b6572/bleft a6573/tright b6573/bright
+load components/philo.ndr
+ren a6573/tleft b6573/bleft a6574/tright b6574/bright
+load components/philo.ndr
+ren a6574/tleft b6574/bleft a6575/tright b6575/bright
+load components/philo.ndr
+ren a6575/tleft b6575/bleft a6576/tright b6576/bright
+load components/philo.ndr
+ren a6576/tleft b6576/bleft a6577/tright b6577/bright
+load components/philo.ndr
+ren a6577/tleft b6577/bleft a6578/tright b6578/bright
+load components/philo.ndr
+ren a6578/tleft b6578/bleft a6579/tright b6579/bright
+load components/philo.ndr
+ren a6579/tleft b6579/bleft a6580/tright b6580/bright
+load components/philo.ndr
+ren a6580/tleft b6580/bleft a6581/tright b6581/bright
+load components/philo.ndr
+ren a6581/tleft b6581/bleft a6582/tright b6582/bright
+load components/philo.ndr
+ren a6582/tleft b6582/bleft a6583/tright b6583/bright
+load components/philo.ndr
+ren a6583/tleft b6583/bleft a6584/tright b6584/bright
+load components/philo.ndr
+ren a6584/tleft b6584/bleft a6585/tright b6585/bright
+load components/philo.ndr
+ren a6585/tleft b6585/bleft a6586/tright b6586/bright
+load components/philo.ndr
+ren a6586/tleft b6586/bleft a6587/tright b6587/bright
+load components/philo.ndr
+ren a6587/tleft b6587/bleft a6588/tright b6588/bright
+load components/philo.ndr
+ren a6588/tleft b6588/bleft a6589/tright b6589/bright
+load components/philo.ndr
+ren a6589/tleft b6589/bleft a6590/tright b6590/bright
+load components/philo.ndr
+ren a6590/tleft b6590/bleft a6591/tright b6591/bright
+load components/philo.ndr
+ren a6591/tleft b6591/bleft a6592/tright b6592/bright
+load components/philo.ndr
+ren a6592/tleft b6592/bleft a6593/tright b6593/bright
+load components/philo.ndr
+ren a6593/tleft b6593/bleft a6594/tright b6594/bright
+load components/philo.ndr
+ren a6594/tleft b6594/bleft a6595/tright b6595/bright
+load components/philo.ndr
+ren a6595/tleft b6595/bleft a6596/tright b6596/bright
+load components/philo.ndr
+ren a6596/tleft b6596/bleft a6597/tright b6597/bright
+load components/philo.ndr
+ren a6597/tleft b6597/bleft a6598/tright b6598/bright
+load components/philo.ndr
+ren a6598/tleft b6598/bleft a6599/tright b6599/bright
+load components/philo.ndr
+ren a6599/tleft b6599/bleft a6600/tright b6600/bright
+load components/philo.ndr
+ren a6600/tleft b6600/bleft a6601/tright b6601/bright
+load components/philo.ndr
+ren a6601/tleft b6601/bleft a6602/tright b6602/bright
+load components/philo.ndr
+ren a6602/tleft b6602/bleft a6603/tright b6603/bright
+load components/philo.ndr
+ren a6603/tleft b6603/bleft a6604/tright b6604/bright
+load components/philo.ndr
+ren a6604/tleft b6604/bleft a6605/tright b6605/bright
+load components/philo.ndr
+ren a6605/tleft b6605/bleft a6606/tright b6606/bright
+load components/philo.ndr
+ren a6606/tleft b6606/bleft a6607/tright b6607/bright
+load components/philo.ndr
+ren a6607/tleft b6607/bleft a6608/tright b6608/bright
+load components/philo.ndr
+ren a6608/tleft b6608/bleft a6609/tright b6609/bright
+load components/philo.ndr
+ren a6609/tleft b6609/bleft a6610/tright b6610/bright
+load components/philo.ndr
+ren a6610/tleft b6610/bleft a6611/tright b6611/bright
+load components/philo.ndr
+ren a6611/tleft b6611/bleft a6612/tright b6612/bright
+load components/philo.ndr
+ren a6612/tleft b6612/bleft a6613/tright b6613/bright
+load components/philo.ndr
+ren a6613/tleft b6613/bleft a6614/tright b6614/bright
+load components/philo.ndr
+ren a6614/tleft b6614/bleft a6615/tright b6615/bright
+load components/philo.ndr
+ren a6615/tleft b6615/bleft a6616/tright b6616/bright
+load components/philo.ndr
+ren a6616/tleft b6616/bleft a6617/tright b6617/bright
+load components/philo.ndr
+ren a6617/tleft b6617/bleft a6618/tright b6618/bright
+load components/philo.ndr
+ren a6618/tleft b6618/bleft a6619/tright b6619/bright
+load components/philo.ndr
+ren a6619/tleft b6619/bleft a6620/tright b6620/bright
+load components/philo.ndr
+ren a6620/tleft b6620/bleft a6621/tright b6621/bright
+load components/philo.ndr
+ren a6621/tleft b6621/bleft a6622/tright b6622/bright
+load components/philo.ndr
+ren a6622/tleft b6622/bleft a6623/tright b6623/bright
+load components/philo.ndr
+ren a6623/tleft b6623/bleft a6624/tright b6624/bright
+load components/philo.ndr
+ren a6624/tleft b6624/bleft a6625/tright b6625/bright
+load components/philo.ndr
+ren a6625/tleft b6625/bleft a6626/tright b6626/bright
+load components/philo.ndr
+ren a6626/tleft b6626/bleft a6627/tright b6627/bright
+load components/philo.ndr
+ren a6627/tleft b6627/bleft a6628/tright b6628/bright
+load components/philo.ndr
+ren a6628/tleft b6628/bleft a6629/tright b6629/bright
+load components/philo.ndr
+ren a6629/tleft b6629/bleft a6630/tright b6630/bright
+load components/philo.ndr
+ren a6630/tleft b6630/bleft a6631/tright b6631/bright
+load components/philo.ndr
+ren a6631/tleft b6631/bleft a6632/tright b6632/bright
+load components/philo.ndr
+ren a6632/tleft b6632/bleft a6633/tright b6633/bright
+load components/philo.ndr
+ren a6633/tleft b6633/bleft a6634/tright b6634/bright
+load components/philo.ndr
+ren a6634/tleft b6634/bleft a6635/tright b6635/bright
+load components/philo.ndr
+ren a6635/tleft b6635/bleft a6636/tright b6636/bright
+load components/philo.ndr
+ren a6636/tleft b6636/bleft a6637/tright b6637/bright
+load components/philo.ndr
+ren a6637/tleft b6637/bleft a6638/tright b6638/bright
+load components/philo.ndr
+ren a6638/tleft b6638/bleft a6639/tright b6639/bright
+load components/philo.ndr
+ren a6639/tleft b6639/bleft a6640/tright b6640/bright
+load components/philo.ndr
+ren a6640/tleft b6640/bleft a6641/tright b6641/bright
+load components/philo.ndr
+ren a6641/tleft b6641/bleft a6642/tright b6642/bright
+load components/philo.ndr
+ren a6642/tleft b6642/bleft a6643/tright b6643/bright
+load components/philo.ndr
+ren a6643/tleft b6643/bleft a6644/tright b6644/bright
+load components/philo.ndr
+ren a6644/tleft b6644/bleft a6645/tright b6645/bright
+load components/philo.ndr
+ren a6645/tleft b6645/bleft a6646/tright b6646/bright
+load components/philo.ndr
+ren a6646/tleft b6646/bleft a6647/tright b6647/bright
+load components/philo.ndr
+ren a6647/tleft b6647/bleft a6648/tright b6648/bright
+load components/philo.ndr
+ren a6648/tleft b6648/bleft a6649/tright b6649/bright
+load components/philo.ndr
+ren a6649/tleft b6649/bleft a6650/tright b6650/bright
+load components/philo.ndr
+ren a6650/tleft b6650/bleft a6651/tright b6651/bright
+load components/philo.ndr
+ren a6651/tleft b6651/bleft a6652/tright b6652/bright
+load components/philo.ndr
+ren a6652/tleft b6652/bleft a6653/tright b6653/bright
+load components/philo.ndr
+ren a6653/tleft b6653/bleft a6654/tright b6654/bright
+load components/philo.ndr
+ren a6654/tleft b6654/bleft a6655/tright b6655/bright
+load components/philo.ndr
+ren a6655/tleft b6655/bleft a6656/tright b6656/bright
+load components/philo.ndr
+ren a6656/tleft b6656/bleft a6657/tright b6657/bright
+load components/philo.ndr
+ren a6657/tleft b6657/bleft a6658/tright b6658/bright
+load components/philo.ndr
+ren a6658/tleft b6658/bleft a6659/tright b6659/bright
+load components/philo.ndr
+ren a6659/tleft b6659/bleft a6660/tright b6660/bright
+load components/philo.ndr
+ren a6660/tleft b6660/bleft a6661/tright b6661/bright
+load components/philo.ndr
+ren a6661/tleft b6661/bleft a6662/tright b6662/bright
+load components/philo.ndr
+ren a6662/tleft b6662/bleft a6663/tright b6663/bright
+load components/philo.ndr
+ren a6663/tleft b6663/bleft a6664/tright b6664/bright
+load components/philo.ndr
+ren a6664/tleft b6664/bleft a6665/tright b6665/bright
+load components/philo.ndr
+ren a6665/tleft b6665/bleft a6666/tright b6666/bright
+load components/philo.ndr
+ren a6666/tleft b6666/bleft a6667/tright b6667/bright
+load components/philo.ndr
+ren a6667/tleft b6667/bleft a6668/tright b6668/bright
+load components/philo.ndr
+ren a6668/tleft b6668/bleft a6669/tright b6669/bright
+load components/philo.ndr
+ren a6669/tleft b6669/bleft a6670/tright b6670/bright
+load components/philo.ndr
+ren a6670/tleft b6670/bleft a6671/tright b6671/bright
+load components/philo.ndr
+ren a6671/tleft b6671/bleft a6672/tright b6672/bright
+load components/philo.ndr
+ren a6672/tleft b6672/bleft a6673/tright b6673/bright
+load components/philo.ndr
+ren a6673/tleft b6673/bleft a6674/tright b6674/bright
+load components/philo.ndr
+ren a6674/tleft b6674/bleft a6675/tright b6675/bright
+load components/philo.ndr
+ren a6675/tleft b6675/bleft a6676/tright b6676/bright
+load components/philo.ndr
+ren a6676/tleft b6676/bleft a6677/tright b6677/bright
+load components/philo.ndr
+ren a6677/tleft b6677/bleft a6678/tright b6678/bright
+load components/philo.ndr
+ren a6678/tleft b6678/bleft a6679/tright b6679/bright
+load components/philo.ndr
+ren a6679/tleft b6679/bleft a6680/tright b6680/bright
+load components/philo.ndr
+ren a6680/tleft b6680/bleft a6681/tright b6681/bright
+load components/philo.ndr
+ren a6681/tleft b6681/bleft a6682/tright b6682/bright
+load components/philo.ndr
+ren a6682/tleft b6682/bleft a6683/tright b6683/bright
+load components/philo.ndr
+ren a6683/tleft b6683/bleft a6684/tright b6684/bright
+load components/philo.ndr
+ren a6684/tleft b6684/bleft a6685/tright b6685/bright
+load components/philo.ndr
+ren a6685/tleft b6685/bleft a6686/tright b6686/bright
+load components/philo.ndr
+ren a6686/tleft b6686/bleft a6687/tright b6687/bright
+load components/philo.ndr
+ren a6687/tleft b6687/bleft a6688/tright b6688/bright
+load components/philo.ndr
+ren a6688/tleft b6688/bleft a6689/tright b6689/bright
+load components/philo.ndr
+ren a6689/tleft b6689/bleft a6690/tright b6690/bright
+load components/philo.ndr
+ren a6690/tleft b6690/bleft a6691/tright b6691/bright
+load components/philo.ndr
+ren a6691/tleft b6691/bleft a6692/tright b6692/bright
+load components/philo.ndr
+ren a6692/tleft b6692/bleft a6693/tright b6693/bright
+load components/philo.ndr
+ren a6693/tleft b6693/bleft a6694/tright b6694/bright
+load components/philo.ndr
+ren a6694/tleft b6694/bleft a6695/tright b6695/bright
+load components/philo.ndr
+ren a6695/tleft b6695/bleft a6696/tright b6696/bright
+load components/philo.ndr
+ren a6696/tleft b6696/bleft a6697/tright b6697/bright
+load components/philo.ndr
+ren a6697/tleft b6697/bleft a6698/tright b6698/bright
+load components/philo.ndr
+ren a6698/tleft b6698/bleft a6699/tright b6699/bright
+load components/philo.ndr
+ren a6699/tleft b6699/bleft a6700/tright b6700/bright
+load components/philo.ndr
+ren a6700/tleft b6700/bleft a6701/tright b6701/bright
+load components/philo.ndr
+ren a6701/tleft b6701/bleft a6702/tright b6702/bright
+load components/philo.ndr
+ren a6702/tleft b6702/bleft a6703/tright b6703/bright
+load components/philo.ndr
+ren a6703/tleft b6703/bleft a6704/tright b6704/bright
+load components/philo.ndr
+ren a6704/tleft b6704/bleft a6705/tright b6705/bright
+load components/philo.ndr
+ren a6705/tleft b6705/bleft a6706/tright b6706/bright
+load components/philo.ndr
+ren a6706/tleft b6706/bleft a6707/tright b6707/bright
+load components/philo.ndr
+ren a6707/tleft b6707/bleft a6708/tright b6708/bright
+load components/philo.ndr
+ren a6708/tleft b6708/bleft a6709/tright b6709/bright
+load components/philo.ndr
+ren a6709/tleft b6709/bleft a6710/tright b6710/bright
+load components/philo.ndr
+ren a6710/tleft b6710/bleft a6711/tright b6711/bright
+load components/philo.ndr
+ren a6711/tleft b6711/bleft a6712/tright b6712/bright
+load components/philo.ndr
+ren a6712/tleft b6712/bleft a6713/tright b6713/bright
+load components/philo.ndr
+ren a6713/tleft b6713/bleft a6714/tright b6714/bright
+load components/philo.ndr
+ren a6714/tleft b6714/bleft a6715/tright b6715/bright
+load components/philo.ndr
+ren a6715/tleft b6715/bleft a6716/tright b6716/bright
+load components/philo.ndr
+ren a6716/tleft b6716/bleft a6717/tright b6717/bright
+load components/philo.ndr
+ren a6717/tleft b6717/bleft a6718/tright b6718/bright
+load components/philo.ndr
+ren a6718/tleft b6718/bleft a6719/tright b6719/bright
+load components/philo.ndr
+ren a6719/tleft b6719/bleft a6720/tright b6720/bright
+load components/philo.ndr
+ren a6720/tleft b6720/bleft a6721/tright b6721/bright
+load components/philo.ndr
+ren a6721/tleft b6721/bleft a6722/tright b6722/bright
+load components/philo.ndr
+ren a6722/tleft b6722/bleft a6723/tright b6723/bright
+load components/philo.ndr
+ren a6723/tleft b6723/bleft a6724/tright b6724/bright
+load components/philo.ndr
+ren a6724/tleft b6724/bleft a6725/tright b6725/bright
+load components/philo.ndr
+ren a6725/tleft b6725/bleft a6726/tright b6726/bright
+load components/philo.ndr
+ren a6726/tleft b6726/bleft a6727/tright b6727/bright
+load components/philo.ndr
+ren a6727/tleft b6727/bleft a6728/tright b6728/bright
+load components/philo.ndr
+ren a6728/tleft b6728/bleft a6729/tright b6729/bright
+load components/philo.ndr
+ren a6729/tleft b6729/bleft a6730/tright b6730/bright
+load components/philo.ndr
+ren a6730/tleft b6730/bleft a6731/tright b6731/bright
+load components/philo.ndr
+ren a6731/tleft b6731/bleft a6732/tright b6732/bright
+load components/philo.ndr
+ren a6732/tleft b6732/bleft a6733/tright b6733/bright
+load components/philo.ndr
+ren a6733/tleft b6733/bleft a6734/tright b6734/bright
+load components/philo.ndr
+ren a6734/tleft b6734/bleft a6735/tright b6735/bright
+load components/philo.ndr
+ren a6735/tleft b6735/bleft a6736/tright b6736/bright
+load components/philo.ndr
+ren a6736/tleft b6736/bleft a6737/tright b6737/bright
+load components/philo.ndr
+ren a6737/tleft b6737/bleft a6738/tright b6738/bright
+load components/philo.ndr
+ren a6738/tleft b6738/bleft a6739/tright b6739/bright
+load components/philo.ndr
+ren a6739/tleft b6739/bleft a6740/tright b6740/bright
+load components/philo.ndr
+ren a6740/tleft b6740/bleft a6741/tright b6741/bright
+load components/philo.ndr
+ren a6741/tleft b6741/bleft a6742/tright b6742/bright
+load components/philo.ndr
+ren a6742/tleft b6742/bleft a6743/tright b6743/bright
+load components/philo.ndr
+ren a6743/tleft b6743/bleft a6744/tright b6744/bright
+load components/philo.ndr
+ren a6744/tleft b6744/bleft a6745/tright b6745/bright
+load components/philo.ndr
+ren a6745/tleft b6745/bleft a6746/tright b6746/bright
+load components/philo.ndr
+ren a6746/tleft b6746/bleft a6747/tright b6747/bright
+load components/philo.ndr
+ren a6747/tleft b6747/bleft a6748/tright b6748/bright
+load components/philo.ndr
+ren a6748/tleft b6748/bleft a6749/tright b6749/bright
+load components/philo.ndr
+ren a6749/tleft b6749/bleft a6750/tright b6750/bright
+load components/philo.ndr
+ren a6750/tleft b6750/bleft a6751/tright b6751/bright
+load components/philo.ndr
+ren a6751/tleft b6751/bleft a6752/tright b6752/bright
+load components/philo.ndr
+ren a6752/tleft b6752/bleft a6753/tright b6753/bright
+load components/philo.ndr
+ren a6753/tleft b6753/bleft a6754/tright b6754/bright
+load components/philo.ndr
+ren a6754/tleft b6754/bleft a6755/tright b6755/bright
+load components/philo.ndr
+ren a6755/tleft b6755/bleft a6756/tright b6756/bright
+load components/philo.ndr
+ren a6756/tleft b6756/bleft a6757/tright b6757/bright
+load components/philo.ndr
+ren a6757/tleft b6757/bleft a6758/tright b6758/bright
+load components/philo.ndr
+ren a6758/tleft b6758/bleft a6759/tright b6759/bright
+load components/philo.ndr
+ren a6759/tleft b6759/bleft a6760/tright b6760/bright
+load components/philo.ndr
+ren a6760/tleft b6760/bleft a6761/tright b6761/bright
+load components/philo.ndr
+ren a6761/tleft b6761/bleft a6762/tright b6762/bright
+load components/philo.ndr
+ren a6762/tleft b6762/bleft a6763/tright b6763/bright
+load components/philo.ndr
+ren a6763/tleft b6763/bleft a6764/tright b6764/bright
+load components/philo.ndr
+ren a6764/tleft b6764/bleft a6765/tright b6765/bright
+load components/philo.ndr
+ren a6765/tleft b6765/bleft a6766/tright b6766/bright
+load components/philo.ndr
+ren a6766/tleft b6766/bleft a6767/tright b6767/bright
+load components/philo.ndr
+ren a6767/tleft b6767/bleft a6768/tright b6768/bright
+load components/philo.ndr
+ren a6768/tleft b6768/bleft a6769/tright b6769/bright
+load components/philo.ndr
+ren a6769/tleft b6769/bleft a6770/tright b6770/bright
+load components/philo.ndr
+ren a6770/tleft b6770/bleft a6771/tright b6771/bright
+load components/philo.ndr
+ren a6771/tleft b6771/bleft a6772/tright b6772/bright
+load components/philo.ndr
+ren a6772/tleft b6772/bleft a6773/tright b6773/bright
+load components/philo.ndr
+ren a6773/tleft b6773/bleft a6774/tright b6774/bright
+load components/philo.ndr
+ren a6774/tleft b6774/bleft a6775/tright b6775/bright
+load components/philo.ndr
+ren a6775/tleft b6775/bleft a6776/tright b6776/bright
+load components/philo.ndr
+ren a6776/tleft b6776/bleft a6777/tright b6777/bright
+load components/philo.ndr
+ren a6777/tleft b6777/bleft a6778/tright b6778/bright
+load components/philo.ndr
+ren a6778/tleft b6778/bleft a6779/tright b6779/bright
+load components/philo.ndr
+ren a6779/tleft b6779/bleft a6780/tright b6780/bright
+load components/philo.ndr
+ren a6780/tleft b6780/bleft a6781/tright b6781/bright
+load components/philo.ndr
+ren a6781/tleft b6781/bleft a6782/tright b6782/bright
+load components/philo.ndr
+ren a6782/tleft b6782/bleft a6783/tright b6783/bright
+load components/philo.ndr
+ren a6783/tleft b6783/bleft a6784/tright b6784/bright
+load components/philo.ndr
+ren a6784/tleft b6784/bleft a6785/tright b6785/bright
+load components/philo.ndr
+ren a6785/tleft b6785/bleft a6786/tright b6786/bright
+load components/philo.ndr
+ren a6786/tleft b6786/bleft a6787/tright b6787/bright
+load components/philo.ndr
+ren a6787/tleft b6787/bleft a6788/tright b6788/bright
+load components/philo.ndr
+ren a6788/tleft b6788/bleft a6789/tright b6789/bright
+load components/philo.ndr
+ren a6789/tleft b6789/bleft a6790/tright b6790/bright
+load components/philo.ndr
+ren a6790/tleft b6790/bleft a6791/tright b6791/bright
+load components/philo.ndr
+ren a6791/tleft b6791/bleft a6792/tright b6792/bright
+load components/philo.ndr
+ren a6792/tleft b6792/bleft a6793/tright b6793/bright
+load components/philo.ndr
+ren a6793/tleft b6793/bleft a6794/tright b6794/bright
+load components/philo.ndr
+ren a6794/tleft b6794/bleft a6795/tright b6795/bright
+load components/philo.ndr
+ren a6795/tleft b6795/bleft a6796/tright b6796/bright
+load components/philo.ndr
+ren a6796/tleft b6796/bleft a6797/tright b6797/bright
+load components/philo.ndr
+ren a6797/tleft b6797/bleft a6798/tright b6798/bright
+load components/philo.ndr
+ren a6798/tleft b6798/bleft a6799/tright b6799/bright
+load components/philo.ndr
+ren a6799/tleft b6799/bleft a6800/tright b6800/bright
+load components/philo.ndr
+ren a6800/tleft b6800/bleft a6801/tright b6801/bright
+load components/philo.ndr
+ren a6801/tleft b6801/bleft a6802/tright b6802/bright
+load components/philo.ndr
+ren a6802/tleft b6802/bleft a6803/tright b6803/bright
+load components/philo.ndr
+ren a6803/tleft b6803/bleft a6804/tright b6804/bright
+load components/philo.ndr
+ren a6804/tleft b6804/bleft a6805/tright b6805/bright
+load components/philo.ndr
+ren a6805/tleft b6805/bleft a6806/tright b6806/bright
+load components/philo.ndr
+ren a6806/tleft b6806/bleft a6807/tright b6807/bright
+load components/philo.ndr
+ren a6807/tleft b6807/bleft a6808/tright b6808/bright
+load components/philo.ndr
+ren a6808/tleft b6808/bleft a6809/tright b6809/bright
+load components/philo.ndr
+ren a6809/tleft b6809/bleft a6810/tright b6810/bright
+load components/philo.ndr
+ren a6810/tleft b6810/bleft a6811/tright b6811/bright
+load components/philo.ndr
+ren a6811/tleft b6811/bleft a6812/tright b6812/bright
+load components/philo.ndr
+ren a6812/tleft b6812/bleft a6813/tright b6813/bright
+load components/philo.ndr
+ren a6813/tleft b6813/bleft a6814/tright b6814/bright
+load components/philo.ndr
+ren a6814/tleft b6814/bleft a6815/tright b6815/bright
+load components/philo.ndr
+ren a6815/tleft b6815/bleft a6816/tright b6816/bright
+load components/philo.ndr
+ren a6816/tleft b6816/bleft a6817/tright b6817/bright
+load components/philo.ndr
+ren a6817/tleft b6817/bleft a6818/tright b6818/bright
+load components/philo.ndr
+ren a6818/tleft b6818/bleft a6819/tright b6819/bright
+load components/philo.ndr
+ren a6819/tleft b6819/bleft a6820/tright b6820/bright
+load components/philo.ndr
+ren a6820/tleft b6820/bleft a6821/tright b6821/bright
+load components/philo.ndr
+ren a6821/tleft b6821/bleft a6822/tright b6822/bright
+load components/philo.ndr
+ren a6822/tleft b6822/bleft a6823/tright b6823/bright
+load components/philo.ndr
+ren a6823/tleft b6823/bleft a6824/tright b6824/bright
+load components/philo.ndr
+ren a6824/tleft b6824/bleft a6825/tright b6825/bright
+load components/philo.ndr
+ren a6825/tleft b6825/bleft a6826/tright b6826/bright
+load components/philo.ndr
+ren a6826/tleft b6826/bleft a6827/tright b6827/bright
+load components/philo.ndr
+ren a6827/tleft b6827/bleft a6828/tright b6828/bright
+load components/philo.ndr
+ren a6828/tleft b6828/bleft a6829/tright b6829/bright
+load components/philo.ndr
+ren a6829/tleft b6829/bleft a6830/tright b6830/bright
+load components/philo.ndr
+ren a6830/tleft b6830/bleft a6831/tright b6831/bright
+load components/philo.ndr
+ren a6831/tleft b6831/bleft a6832/tright b6832/bright
+load components/philo.ndr
+ren a6832/tleft b6832/bleft a6833/tright b6833/bright
+load components/philo.ndr
+ren a6833/tleft b6833/bleft a6834/tright b6834/bright
+load components/philo.ndr
+ren a6834/tleft b6834/bleft a6835/tright b6835/bright
+load components/philo.ndr
+ren a6835/tleft b6835/bleft a6836/tright b6836/bright
+load components/philo.ndr
+ren a6836/tleft b6836/bleft a6837/tright b6837/bright
+load components/philo.ndr
+ren a6837/tleft b6837/bleft a6838/tright b6838/bright
+load components/philo.ndr
+ren a6838/tleft b6838/bleft a6839/tright b6839/bright
+load components/philo.ndr
+ren a6839/tleft b6839/bleft a6840/tright b6840/bright
+load components/philo.ndr
+ren a6840/tleft b6840/bleft a6841/tright b6841/bright
+load components/philo.ndr
+ren a6841/tleft b6841/bleft a6842/tright b6842/bright
+load components/philo.ndr
+ren a6842/tleft b6842/bleft a6843/tright b6843/bright
+load components/philo.ndr
+ren a6843/tleft b6843/bleft a6844/tright b6844/bright
+load components/philo.ndr
+ren a6844/tleft b6844/bleft a6845/tright b6845/bright
+load components/philo.ndr
+ren a6845/tleft b6845/bleft a6846/tright b6846/bright
+load components/philo.ndr
+ren a6846/tleft b6846/bleft a6847/tright b6847/bright
+load components/philo.ndr
+ren a6847/tleft b6847/bleft a6848/tright b6848/bright
+load components/philo.ndr
+ren a6848/tleft b6848/bleft a6849/tright b6849/bright
+load components/philo.ndr
+ren a6849/tleft b6849/bleft a6850/tright b6850/bright
+load components/philo.ndr
+ren a6850/tleft b6850/bleft a6851/tright b6851/bright
+load components/philo.ndr
+ren a6851/tleft b6851/bleft a6852/tright b6852/bright
+load components/philo.ndr
+ren a6852/tleft b6852/bleft a6853/tright b6853/bright
+load components/philo.ndr
+ren a6853/tleft b6853/bleft a6854/tright b6854/bright
+load components/philo.ndr
+ren a6854/tleft b6854/bleft a6855/tright b6855/bright
+load components/philo.ndr
+ren a6855/tleft b6855/bleft a6856/tright b6856/bright
+load components/philo.ndr
+ren a6856/tleft b6856/bleft a6857/tright b6857/bright
+load components/philo.ndr
+ren a6857/tleft b6857/bleft a6858/tright b6858/bright
+load components/philo.ndr
+ren a6858/tleft b6858/bleft a6859/tright b6859/bright
+load components/philo.ndr
+ren a6859/tleft b6859/bleft a6860/tright b6860/bright
+load components/philo.ndr
+ren a6860/tleft b6860/bleft a6861/tright b6861/bright
+load components/philo.ndr
+ren a6861/tleft b6861/bleft a6862/tright b6862/bright
+load components/philo.ndr
+ren a6862/tleft b6862/bleft a6863/tright b6863/bright
+load components/philo.ndr
+ren a6863/tleft b6863/bleft a6864/tright b6864/bright
+load components/philo.ndr
+ren a6864/tleft b6864/bleft a6865/tright b6865/bright
+load components/philo.ndr
+ren a6865/tleft b6865/bleft a6866/tright b6866/bright
+load components/philo.ndr
+ren a6866/tleft b6866/bleft a6867/tright b6867/bright
+load components/philo.ndr
+ren a6867/tleft b6867/bleft a6868/tright b6868/bright
+load components/philo.ndr
+ren a6868/tleft b6868/bleft a6869/tright b6869/bright
+load components/philo.ndr
+ren a6869/tleft b6869/bleft a6870/tright b6870/bright
+load components/philo.ndr
+ren a6870/tleft b6870/bleft a6871/tright b6871/bright
+load components/philo.ndr
+ren a6871/tleft b6871/bleft a6872/tright b6872/bright
+load components/philo.ndr
+ren a6872/tleft b6872/bleft a6873/tright b6873/bright
+load components/philo.ndr
+ren a6873/tleft b6873/bleft a6874/tright b6874/bright
+load components/philo.ndr
+ren a6874/tleft b6874/bleft a6875/tright b6875/bright
+load components/philo.ndr
+ren a6875/tleft b6875/bleft a6876/tright b6876/bright
+load components/philo.ndr
+ren a6876/tleft b6876/bleft a6877/tright b6877/bright
+load components/philo.ndr
+ren a6877/tleft b6877/bleft a6878/tright b6878/bright
+load components/philo.ndr
+ren a6878/tleft b6878/bleft a6879/tright b6879/bright
+load components/philo.ndr
+ren a6879/tleft b6879/bleft a6880/tright b6880/bright
+load components/philo.ndr
+ren a6880/tleft b6880/bleft a6881/tright b6881/bright
+load components/philo.ndr
+ren a6881/tleft b6881/bleft a6882/tright b6882/bright
+load components/philo.ndr
+ren a6882/tleft b6882/bleft a6883/tright b6883/bright
+load components/philo.ndr
+ren a6883/tleft b6883/bleft a6884/tright b6884/bright
+load components/philo.ndr
+ren a6884/tleft b6884/bleft a6885/tright b6885/bright
+load components/philo.ndr
+ren a6885/tleft b6885/bleft a6886/tright b6886/bright
+load components/philo.ndr
+ren a6886/tleft b6886/bleft a6887/tright b6887/bright
+load components/philo.ndr
+ren a6887/tleft b6887/bleft a6888/tright b6888/bright
+load components/philo.ndr
+ren a6888/tleft b6888/bleft a6889/tright b6889/bright
+load components/philo.ndr
+ren a6889/tleft b6889/bleft a6890/tright b6890/bright
+load components/philo.ndr
+ren a6890/tleft b6890/bleft a6891/tright b6891/bright
+load components/philo.ndr
+ren a6891/tleft b6891/bleft a6892/tright b6892/bright
+load components/philo.ndr
+ren a6892/tleft b6892/bleft a6893/tright b6893/bright
+load components/philo.ndr
+ren a6893/tleft b6893/bleft a6894/tright b6894/bright
+load components/philo.ndr
+ren a6894/tleft b6894/bleft a6895/tright b6895/bright
+load components/philo.ndr
+ren a6895/tleft b6895/bleft a6896/tright b6896/bright
+load components/philo.ndr
+ren a6896/tleft b6896/bleft a6897/tright b6897/bright
+load components/philo.ndr
+ren a6897/tleft b6897/bleft a6898/tright b6898/bright
+load components/philo.ndr
+ren a6898/tleft b6898/bleft a6899/tright b6899/bright
+load components/philo.ndr
+ren a6899/tleft b6899/bleft a6900/tright b6900/bright
+load components/philo.ndr
+ren a6900/tleft b6900/bleft a6901/tright b6901/bright
+load components/philo.ndr
+ren a6901/tleft b6901/bleft a6902/tright b6902/bright
+load components/philo.ndr
+ren a6902/tleft b6902/bleft a6903/tright b6903/bright
+load components/philo.ndr
+ren a6903/tleft b6903/bleft a6904/tright b6904/bright
+load components/philo.ndr
+ren a6904/tleft b6904/bleft a6905/tright b6905/bright
+load components/philo.ndr
+ren a6905/tleft b6905/bleft a6906/tright b6906/bright
+load components/philo.ndr
+ren a6906/tleft b6906/bleft a6907/tright b6907/bright
+load components/philo.ndr
+ren a6907/tleft b6907/bleft a6908/tright b6908/bright
+load components/philo.ndr
+ren a6908/tleft b6908/bleft a6909/tright b6909/bright
+load components/philo.ndr
+ren a6909/tleft b6909/bleft a6910/tright b6910/bright
+load components/philo.ndr
+ren a6910/tleft b6910/bleft a6911/tright b6911/bright
+load components/philo.ndr
+ren a6911/tleft b6911/bleft a6912/tright b6912/bright
+load components/philo.ndr
+ren a6912/tleft b6912/bleft a6913/tright b6913/bright
+load components/philo.ndr
+ren a6913/tleft b6913/bleft a6914/tright b6914/bright
+load components/philo.ndr
+ren a6914/tleft b6914/bleft a6915/tright b6915/bright
+load components/philo.ndr
+ren a6915/tleft b6915/bleft a6916/tright b6916/bright
+load components/philo.ndr
+ren a6916/tleft b6916/bleft a6917/tright b6917/bright
+load components/philo.ndr
+ren a6917/tleft b6917/bleft a6918/tright b6918/bright
+load components/philo.ndr
+ren a6918/tleft b6918/bleft a6919/tright b6919/bright
+load components/philo.ndr
+ren a6919/tleft b6919/bleft a6920/tright b6920/bright
+load components/philo.ndr
+ren a6920/tleft b6920/bleft a6921/tright b6921/bright
+load components/philo.ndr
+ren a6921/tleft b6921/bleft a6922/tright b6922/bright
+load components/philo.ndr
+ren a6922/tleft b6922/bleft a6923/tright b6923/bright
+load components/philo.ndr
+ren a6923/tleft b6923/bleft a6924/tright b6924/bright
+load components/philo.ndr
+ren a6924/tleft b6924/bleft a6925/tright b6925/bright
+load components/philo.ndr
+ren a6925/tleft b6925/bleft a6926/tright b6926/bright
+load components/philo.ndr
+ren a6926/tleft b6926/bleft a6927/tright b6927/bright
+load components/philo.ndr
+ren a6927/tleft b6927/bleft a6928/tright b6928/bright
+load components/philo.ndr
+ren a6928/tleft b6928/bleft a6929/tright b6929/bright
+load components/philo.ndr
+ren a6929/tleft b6929/bleft a6930/tright b6930/bright
+load components/philo.ndr
+ren a6930/tleft b6930/bleft a6931/tright b6931/bright
+load components/philo.ndr
+ren a6931/tleft b6931/bleft a6932/tright b6932/bright
+load components/philo.ndr
+ren a6932/tleft b6932/bleft a6933/tright b6933/bright
+load components/philo.ndr
+ren a6933/tleft b6933/bleft a6934/tright b6934/bright
+load components/philo.ndr
+ren a6934/tleft b6934/bleft a6935/tright b6935/bright
+load components/philo.ndr
+ren a6935/tleft b6935/bleft a6936/tright b6936/bright
+load components/philo.ndr
+ren a6936/tleft b6936/bleft a6937/tright b6937/bright
+load components/philo.ndr
+ren a6937/tleft b6937/bleft a6938/tright b6938/bright
+load components/philo.ndr
+ren a6938/tleft b6938/bleft a6939/tright b6939/bright
+load components/philo.ndr
+ren a6939/tleft b6939/bleft a6940/tright b6940/bright
+load components/philo.ndr
+ren a6940/tleft b6940/bleft a6941/tright b6941/bright
+load components/philo.ndr
+ren a6941/tleft b6941/bleft a6942/tright b6942/bright
+load components/philo.ndr
+ren a6942/tleft b6942/bleft a6943/tright b6943/bright
+load components/philo.ndr
+ren a6943/tleft b6943/bleft a6944/tright b6944/bright
+load components/philo.ndr
+ren a6944/tleft b6944/bleft a6945/tright b6945/bright
+load components/philo.ndr
+ren a6945/tleft b6945/bleft a6946/tright b6946/bright
+load components/philo.ndr
+ren a6946/tleft b6946/bleft a6947/tright b6947/bright
+load components/philo.ndr
+ren a6947/tleft b6947/bleft a6948/tright b6948/bright
+load components/philo.ndr
+ren a6948/tleft b6948/bleft a6949/tright b6949/bright
+load components/philo.ndr
+ren a6949/tleft b6949/bleft a6950/tright b6950/bright
+load components/philo.ndr
+ren a6950/tleft b6950/bleft a6951/tright b6951/bright
+load components/philo.ndr
+ren a6951/tleft b6951/bleft a6952/tright b6952/bright
+load components/philo.ndr
+ren a6952/tleft b6952/bleft a6953/tright b6953/bright
+load components/philo.ndr
+ren a6953/tleft b6953/bleft a6954/tright b6954/bright
+load components/philo.ndr
+ren a6954/tleft b6954/bleft a6955/tright b6955/bright
+load components/philo.ndr
+ren a6955/tleft b6955/bleft a6956/tright b6956/bright
+load components/philo.ndr
+ren a6956/tleft b6956/bleft a6957/tright b6957/bright
+load components/philo.ndr
+ren a6957/tleft b6957/bleft a6958/tright b6958/bright
+load components/philo.ndr
+ren a6958/tleft b6958/bleft a6959/tright b6959/bright
+load components/philo.ndr
+ren a6959/tleft b6959/bleft a6960/tright b6960/bright
+load components/philo.ndr
+ren a6960/tleft b6960/bleft a6961/tright b6961/bright
+load components/philo.ndr
+ren a6961/tleft b6961/bleft a6962/tright b6962/bright
+load components/philo.ndr
+ren a6962/tleft b6962/bleft a6963/tright b6963/bright
+load components/philo.ndr
+ren a6963/tleft b6963/bleft a6964/tright b6964/bright
+load components/philo.ndr
+ren a6964/tleft b6964/bleft a6965/tright b6965/bright
+load components/philo.ndr
+ren a6965/tleft b6965/bleft a6966/tright b6966/bright
+load components/philo.ndr
+ren a6966/tleft b6966/bleft a6967/tright b6967/bright
+load components/philo.ndr
+ren a6967/tleft b6967/bleft a6968/tright b6968/bright
+load components/philo.ndr
+ren a6968/tleft b6968/bleft a6969/tright b6969/bright
+load components/philo.ndr
+ren a6969/tleft b6969/bleft a6970/tright b6970/bright
+load components/philo.ndr
+ren a6970/tleft b6970/bleft a6971/tright b6971/bright
+load components/philo.ndr
+ren a6971/tleft b6971/bleft a6972/tright b6972/bright
+load components/philo.ndr
+ren a6972/tleft b6972/bleft a6973/tright b6973/bright
+load components/philo.ndr
+ren a6973/tleft b6973/bleft a6974/tright b6974/bright
+load components/philo.ndr
+ren a6974/tleft b6974/bleft a6975/tright b6975/bright
+load components/philo.ndr
+ren a6975/tleft b6975/bleft a6976/tright b6976/bright
+load components/philo.ndr
+ren a6976/tleft b6976/bleft a6977/tright b6977/bright
+load components/philo.ndr
+ren a6977/tleft b6977/bleft a6978/tright b6978/bright
+load components/philo.ndr
+ren a6978/tleft b6978/bleft a6979/tright b6979/bright
+load components/philo.ndr
+ren a6979/tleft b6979/bleft a6980/tright b6980/bright
+load components/philo.ndr
+ren a6980/tleft b6980/bleft a6981/tright b6981/bright
+load components/philo.ndr
+ren a6981/tleft b6981/bleft a6982/tright b6982/bright
+load components/philo.ndr
+ren a6982/tleft b6982/bleft a6983/tright b6983/bright
+load components/philo.ndr
+ren a6983/tleft b6983/bleft a6984/tright b6984/bright
+load components/philo.ndr
+ren a6984/tleft b6984/bleft a6985/tright b6985/bright
+load components/philo.ndr
+ren a6985/tleft b6985/bleft a6986/tright b6986/bright
+load components/philo.ndr
+ren a6986/tleft b6986/bleft a6987/tright b6987/bright
+load components/philo.ndr
+ren a6987/tleft b6987/bleft a6988/tright b6988/bright
+load components/philo.ndr
+ren a6988/tleft b6988/bleft a6989/tright b6989/bright
+load components/philo.ndr
+ren a6989/tleft b6989/bleft a6990/tright b6990/bright
+load components/philo.ndr
+ren a6990/tleft b6990/bleft a6991/tright b6991/bright
+load components/philo.ndr
+ren a6991/tleft b6991/bleft a6992/tright b6992/bright
+load components/philo.ndr
+ren a6992/tleft b6992/bleft a6993/tright b6993/bright
+load components/philo.ndr
+ren a6993/tleft b6993/bleft a6994/tright b6994/bright
+load components/philo.ndr
+ren a6994/tleft b6994/bleft a6995/tright b6995/bright
+load components/philo.ndr
+ren a6995/tleft b6995/bleft a6996/tright b6996/bright
+load components/philo.ndr
+ren a6996/tleft b6996/bleft a6997/tright b6997/bright
+load components/philo.ndr
+ren a6997/tleft b6997/bleft a6998/tright b6998/bright
+load components/philo.ndr
+ren a6998/tleft b6998/bleft a6999/tright b6999/bright
+load components/philo.ndr
+ren a6999/tleft b6999/bleft a7000/tright b7000/bright
+load components/philo.ndr
+ren a7000/tleft b7000/bleft a7001/tright b7001/bright
+load components/philo.ndr
+ren a7001/tleft b7001/bleft a7002/tright b7002/bright
+load components/philo.ndr
+ren a7002/tleft b7002/bleft a7003/tright b7003/bright
+load components/philo.ndr
+ren a7003/tleft b7003/bleft a7004/tright b7004/bright
+load components/philo.ndr
+ren a7004/tleft b7004/bleft a7005/tright b7005/bright
+load components/philo.ndr
+ren a7005/tleft b7005/bleft a7006/tright b7006/bright
+load components/philo.ndr
+ren a7006/tleft b7006/bleft a7007/tright b7007/bright
+load components/philo.ndr
+ren a7007/tleft b7007/bleft a7008/tright b7008/bright
+load components/philo.ndr
+ren a7008/tleft b7008/bleft a7009/tright b7009/bright
+load components/philo.ndr
+ren a7009/tleft b7009/bleft a7010/tright b7010/bright
+load components/philo.ndr
+ren a7010/tleft b7010/bleft a7011/tright b7011/bright
+load components/philo.ndr
+ren a7011/tleft b7011/bleft a7012/tright b7012/bright
+load components/philo.ndr
+ren a7012/tleft b7012/bleft a7013/tright b7013/bright
+load components/philo.ndr
+ren a7013/tleft b7013/bleft a7014/tright b7014/bright
+load components/philo.ndr
+ren a7014/tleft b7014/bleft a7015/tright b7015/bright
+load components/philo.ndr
+ren a7015/tleft b7015/bleft a7016/tright b7016/bright
+load components/philo.ndr
+ren a7016/tleft b7016/bleft a7017/tright b7017/bright
+load components/philo.ndr
+ren a7017/tleft b7017/bleft a7018/tright b7018/bright
+load components/philo.ndr
+ren a7018/tleft b7018/bleft a7019/tright b7019/bright
+load components/philo.ndr
+ren a7019/tleft b7019/bleft a7020/tright b7020/bright
+load components/philo.ndr
+ren a7020/tleft b7020/bleft a7021/tright b7021/bright
+load components/philo.ndr
+ren a7021/tleft b7021/bleft a7022/tright b7022/bright
+load components/philo.ndr
+ren a7022/tleft b7022/bleft a7023/tright b7023/bright
+load components/philo.ndr
+ren a7023/tleft b7023/bleft a7024/tright b7024/bright
+load components/philo.ndr
+ren a7024/tleft b7024/bleft a7025/tright b7025/bright
+load components/philo.ndr
+ren a7025/tleft b7025/bleft a7026/tright b7026/bright
+load components/philo.ndr
+ren a7026/tleft b7026/bleft a7027/tright b7027/bright
+load components/philo.ndr
+ren a7027/tleft b7027/bleft a7028/tright b7028/bright
+load components/philo.ndr
+ren a7028/tleft b7028/bleft a7029/tright b7029/bright
+load components/philo.ndr
+ren a7029/tleft b7029/bleft a7030/tright b7030/bright
+load components/philo.ndr
+ren a7030/tleft b7030/bleft a7031/tright b7031/bright
+load components/philo.ndr
+ren a7031/tleft b7031/bleft a7032/tright b7032/bright
+load components/philo.ndr
+ren a7032/tleft b7032/bleft a7033/tright b7033/bright
+load components/philo.ndr
+ren a7033/tleft b7033/bleft a7034/tright b7034/bright
+load components/philo.ndr
+ren a7034/tleft b7034/bleft a7035/tright b7035/bright
+load components/philo.ndr
+ren a7035/tleft b7035/bleft a7036/tright b7036/bright
+load components/philo.ndr
+ren a7036/tleft b7036/bleft a7037/tright b7037/bright
+load components/philo.ndr
+ren a7037/tleft b7037/bleft a7038/tright b7038/bright
+load components/philo.ndr
+ren a7038/tleft b7038/bleft a7039/tright b7039/bright
+load components/philo.ndr
+ren a7039/tleft b7039/bleft a7040/tright b7040/bright
+load components/philo.ndr
+ren a7040/tleft b7040/bleft a7041/tright b7041/bright
+load components/philo.ndr
+ren a7041/tleft b7041/bleft a7042/tright b7042/bright
+load components/philo.ndr
+ren a7042/tleft b7042/bleft a7043/tright b7043/bright
+load components/philo.ndr
+ren a7043/tleft b7043/bleft a7044/tright b7044/bright
+load components/philo.ndr
+ren a7044/tleft b7044/bleft a7045/tright b7045/bright
+load components/philo.ndr
+ren a7045/tleft b7045/bleft a7046/tright b7046/bright
+load components/philo.ndr
+ren a7046/tleft b7046/bleft a7047/tright b7047/bright
+load components/philo.ndr
+ren a7047/tleft b7047/bleft a7048/tright b7048/bright
+load components/philo.ndr
+ren a7048/tleft b7048/bleft a7049/tright b7049/bright
+load components/philo.ndr
+ren a7049/tleft b7049/bleft a7050/tright b7050/bright
+load components/philo.ndr
+ren a7050/tleft b7050/bleft a7051/tright b7051/bright
+load components/philo.ndr
+ren a7051/tleft b7051/bleft a7052/tright b7052/bright
+load components/philo.ndr
+ren a7052/tleft b7052/bleft a7053/tright b7053/bright
+load components/philo.ndr
+ren a7053/tleft b7053/bleft a7054/tright b7054/bright
+load components/philo.ndr
+ren a7054/tleft b7054/bleft a7055/tright b7055/bright
+load components/philo.ndr
+ren a7055/tleft b7055/bleft a7056/tright b7056/bright
+load components/philo.ndr
+ren a7056/tleft b7056/bleft a7057/tright b7057/bright
+load components/philo.ndr
+ren a7057/tleft b7057/bleft a7058/tright b7058/bright
+load components/philo.ndr
+ren a7058/tleft b7058/bleft a7059/tright b7059/bright
+load components/philo.ndr
+ren a7059/tleft b7059/bleft a7060/tright b7060/bright
+load components/philo.ndr
+ren a7060/tleft b7060/bleft a7061/tright b7061/bright
+load components/philo.ndr
+ren a7061/tleft b7061/bleft a7062/tright b7062/bright
+load components/philo.ndr
+ren a7062/tleft b7062/bleft a7063/tright b7063/bright
+load components/philo.ndr
+ren a7063/tleft b7063/bleft a7064/tright b7064/bright
+load components/philo.ndr
+ren a7064/tleft b7064/bleft a7065/tright b7065/bright
+load components/philo.ndr
+ren a7065/tleft b7065/bleft a7066/tright b7066/bright
+load components/philo.ndr
+ren a7066/tleft b7066/bleft a7067/tright b7067/bright
+load components/philo.ndr
+ren a7067/tleft b7067/bleft a7068/tright b7068/bright
+load components/philo.ndr
+ren a7068/tleft b7068/bleft a7069/tright b7069/bright
+load components/philo.ndr
+ren a7069/tleft b7069/bleft a7070/tright b7070/bright
+load components/philo.ndr
+ren a7070/tleft b7070/bleft a7071/tright b7071/bright
+load components/philo.ndr
+ren a7071/tleft b7071/bleft a7072/tright b7072/bright
+load components/philo.ndr
+ren a7072/tleft b7072/bleft a7073/tright b7073/bright
+load components/philo.ndr
+ren a7073/tleft b7073/bleft a7074/tright b7074/bright
+load components/philo.ndr
+ren a7074/tleft b7074/bleft a7075/tright b7075/bright
+load components/philo.ndr
+ren a7075/tleft b7075/bleft a7076/tright b7076/bright
+load components/philo.ndr
+ren a7076/tleft b7076/bleft a7077/tright b7077/bright
+load components/philo.ndr
+ren a7077/tleft b7077/bleft a7078/tright b7078/bright
+load components/philo.ndr
+ren a7078/tleft b7078/bleft a7079/tright b7079/bright
+load components/philo.ndr
+ren a7079/tleft b7079/bleft a7080/tright b7080/bright
+load components/philo.ndr
+ren a7080/tleft b7080/bleft a7081/tright b7081/bright
+load components/philo.ndr
+ren a7081/tleft b7081/bleft a7082/tright b7082/bright
+load components/philo.ndr
+ren a7082/tleft b7082/bleft a7083/tright b7083/bright
+load components/philo.ndr
+ren a7083/tleft b7083/bleft a7084/tright b7084/bright
+load components/philo.ndr
+ren a7084/tleft b7084/bleft a7085/tright b7085/bright
+load components/philo.ndr
+ren a7085/tleft b7085/bleft a7086/tright b7086/bright
+load components/philo.ndr
+ren a7086/tleft b7086/bleft a7087/tright b7087/bright
+load components/philo.ndr
+ren a7087/tleft b7087/bleft a7088/tright b7088/bright
+load components/philo.ndr
+ren a7088/tleft b7088/bleft a7089/tright b7089/bright
+load components/philo.ndr
+ren a7089/tleft b7089/bleft a7090/tright b7090/bright
+load components/philo.ndr
+ren a7090/tleft b7090/bleft a7091/tright b7091/bright
+load components/philo.ndr
+ren a7091/tleft b7091/bleft a7092/tright b7092/bright
+load components/philo.ndr
+ren a7092/tleft b7092/bleft a7093/tright b7093/bright
+load components/philo.ndr
+ren a7093/tleft b7093/bleft a7094/tright b7094/bright
+load components/philo.ndr
+ren a7094/tleft b7094/bleft a7095/tright b7095/bright
+load components/philo.ndr
+ren a7095/tleft b7095/bleft a7096/tright b7096/bright
+load components/philo.ndr
+ren a7096/tleft b7096/bleft a7097/tright b7097/bright
+load components/philo.ndr
+ren a7097/tleft b7097/bleft a7098/tright b7098/bright
+load components/philo.ndr
+ren a7098/tleft b7098/bleft a7099/tright b7099/bright
+load components/philo.ndr
+ren a7099/tleft b7099/bleft a7100/tright b7100/bright
+load components/philo.ndr
+ren a7100/tleft b7100/bleft a7101/tright b7101/bright
+load components/philo.ndr
+ren a7101/tleft b7101/bleft a7102/tright b7102/bright
+load components/philo.ndr
+ren a7102/tleft b7102/bleft a7103/tright b7103/bright
+load components/philo.ndr
+ren a7103/tleft b7103/bleft a7104/tright b7104/bright
+load components/philo.ndr
+ren a7104/tleft b7104/bleft a7105/tright b7105/bright
+load components/philo.ndr
+ren a7105/tleft b7105/bleft a7106/tright b7106/bright
+load components/philo.ndr
+ren a7106/tleft b7106/bleft a7107/tright b7107/bright
+load components/philo.ndr
+ren a7107/tleft b7107/bleft a7108/tright b7108/bright
+load components/philo.ndr
+ren a7108/tleft b7108/bleft a7109/tright b7109/bright
+load components/philo.ndr
+ren a7109/tleft b7109/bleft a7110/tright b7110/bright
+load components/philo.ndr
+ren a7110/tleft b7110/bleft a7111/tright b7111/bright
+load components/philo.ndr
+ren a7111/tleft b7111/bleft a7112/tright b7112/bright
+load components/philo.ndr
+ren a7112/tleft b7112/bleft a7113/tright b7113/bright
+load components/philo.ndr
+ren a7113/tleft b7113/bleft a7114/tright b7114/bright
+load components/philo.ndr
+ren a7114/tleft b7114/bleft a7115/tright b7115/bright
+load components/philo.ndr
+ren a7115/tleft b7115/bleft a7116/tright b7116/bright
+load components/philo.ndr
+ren a7116/tleft b7116/bleft a7117/tright b7117/bright
+load components/philo.ndr
+ren a7117/tleft b7117/bleft a7118/tright b7118/bright
+load components/philo.ndr
+ren a7118/tleft b7118/bleft a7119/tright b7119/bright
+load components/philo.ndr
+ren a7119/tleft b7119/bleft a7120/tright b7120/bright
+load components/philo.ndr
+ren a7120/tleft b7120/bleft a7121/tright b7121/bright
+load components/philo.ndr
+ren a7121/tleft b7121/bleft a7122/tright b7122/bright
+load components/philo.ndr
+ren a7122/tleft b7122/bleft a7123/tright b7123/bright
+load components/philo.ndr
+ren a7123/tleft b7123/bleft a7124/tright b7124/bright
+load components/philo.ndr
+ren a7124/tleft b7124/bleft a7125/tright b7125/bright
+load components/philo.ndr
+ren a7125/tleft b7125/bleft a7126/tright b7126/bright
+load components/philo.ndr
+ren a7126/tleft b7126/bleft a7127/tright b7127/bright
+load components/philo.ndr
+ren a7127/tleft b7127/bleft a7128/tright b7128/bright
+load components/philo.ndr
+ren a7128/tleft b7128/bleft a7129/tright b7129/bright
+load components/philo.ndr
+ren a7129/tleft b7129/bleft a7130/tright b7130/bright
+load components/philo.ndr
+ren a7130/tleft b7130/bleft a7131/tright b7131/bright
+load components/philo.ndr
+ren a7131/tleft b7131/bleft a7132/tright b7132/bright
+load components/philo.ndr
+ren a7132/tleft b7132/bleft a7133/tright b7133/bright
+load components/philo.ndr
+ren a7133/tleft b7133/bleft a7134/tright b7134/bright
+load components/philo.ndr
+ren a7134/tleft b7134/bleft a7135/tright b7135/bright
+load components/philo.ndr
+ren a7135/tleft b7135/bleft a7136/tright b7136/bright
+load components/philo.ndr
+ren a7136/tleft b7136/bleft a7137/tright b7137/bright
+load components/philo.ndr
+ren a7137/tleft b7137/bleft a7138/tright b7138/bright
+load components/philo.ndr
+ren a7138/tleft b7138/bleft a7139/tright b7139/bright
+load components/philo.ndr
+ren a7139/tleft b7139/bleft a7140/tright b7140/bright
+load components/philo.ndr
+ren a7140/tleft b7140/bleft a7141/tright b7141/bright
+load components/philo.ndr
+ren a7141/tleft b7141/bleft a7142/tright b7142/bright
+load components/philo.ndr
+ren a7142/tleft b7142/bleft a7143/tright b7143/bright
+load components/philo.ndr
+ren a7143/tleft b7143/bleft a7144/tright b7144/bright
+load components/philo.ndr
+ren a7144/tleft b7144/bleft a7145/tright b7145/bright
+load components/philo.ndr
+ren a7145/tleft b7145/bleft a7146/tright b7146/bright
+load components/philo.ndr
+ren a7146/tleft b7146/bleft a7147/tright b7147/bright
+load components/philo.ndr
+ren a7147/tleft b7147/bleft a7148/tright b7148/bright
+load components/philo.ndr
+ren a7148/tleft b7148/bleft a7149/tright b7149/bright
+load components/philo.ndr
+ren a7149/tleft b7149/bleft a7150/tright b7150/bright
+load components/philo.ndr
+ren a7150/tleft b7150/bleft a7151/tright b7151/bright
+load components/philo.ndr
+ren a7151/tleft b7151/bleft a7152/tright b7152/bright
+load components/philo.ndr
+ren a7152/tleft b7152/bleft a7153/tright b7153/bright
+load components/philo.ndr
+ren a7153/tleft b7153/bleft a7154/tright b7154/bright
+load components/philo.ndr
+ren a7154/tleft b7154/bleft a7155/tright b7155/bright
+load components/philo.ndr
+ren a7155/tleft b7155/bleft a7156/tright b7156/bright
+load components/philo.ndr
+ren a7156/tleft b7156/bleft a7157/tright b7157/bright
+load components/philo.ndr
+ren a7157/tleft b7157/bleft a7158/tright b7158/bright
+load components/philo.ndr
+ren a7158/tleft b7158/bleft a7159/tright b7159/bright
+load components/philo.ndr
+ren a7159/tleft b7159/bleft a7160/tright b7160/bright
+load components/philo.ndr
+ren a7160/tleft b7160/bleft a7161/tright b7161/bright
+load components/philo.ndr
+ren a7161/tleft b7161/bleft a7162/tright b7162/bright
+load components/philo.ndr
+ren a7162/tleft b7162/bleft a7163/tright b7163/bright
+load components/philo.ndr
+ren a7163/tleft b7163/bleft a7164/tright b7164/bright
+load components/philo.ndr
+ren a7164/tleft b7164/bleft a7165/tright b7165/bright
+load components/philo.ndr
+ren a7165/tleft b7165/bleft a7166/tright b7166/bright
+load components/philo.ndr
+ren a7166/tleft b7166/bleft a7167/tright b7167/bright
+load components/philo.ndr
+ren a7167/tleft b7167/bleft a7168/tright b7168/bright
+load components/philo.ndr
+ren a7168/tleft b7168/bleft a7169/tright b7169/bright
+load components/philo.ndr
+ren a7169/tleft b7169/bleft a7170/tright b7170/bright
+load components/philo.ndr
+ren a7170/tleft b7170/bleft a7171/tright b7171/bright
+load components/philo.ndr
+ren a7171/tleft b7171/bleft a7172/tright b7172/bright
+load components/philo.ndr
+ren a7172/tleft b7172/bleft a7173/tright b7173/bright
+load components/philo.ndr
+ren a7173/tleft b7173/bleft a7174/tright b7174/bright
+load components/philo.ndr
+ren a7174/tleft b7174/bleft a7175/tright b7175/bright
+load components/philo.ndr
+ren a7175/tleft b7175/bleft a7176/tright b7176/bright
+load components/philo.ndr
+ren a7176/tleft b7176/bleft a7177/tright b7177/bright
+load components/philo.ndr
+ren a7177/tleft b7177/bleft a7178/tright b7178/bright
+load components/philo.ndr
+ren a7178/tleft b7178/bleft a7179/tright b7179/bright
+load components/philo.ndr
+ren a7179/tleft b7179/bleft a7180/tright b7180/bright
+load components/philo.ndr
+ren a7180/tleft b7180/bleft a7181/tright b7181/bright
+load components/philo.ndr
+ren a7181/tleft b7181/bleft a7182/tright b7182/bright
+load components/philo.ndr
+ren a7182/tleft b7182/bleft a7183/tright b7183/bright
+load components/philo.ndr
+ren a7183/tleft b7183/bleft a7184/tright b7184/bright
+load components/philo.ndr
+ren a7184/tleft b7184/bleft a7185/tright b7185/bright
+load components/philo.ndr
+ren a7185/tleft b7185/bleft a7186/tright b7186/bright
+load components/philo.ndr
+ren a7186/tleft b7186/bleft a7187/tright b7187/bright
+load components/philo.ndr
+ren a7187/tleft b7187/bleft a7188/tright b7188/bright
+load components/philo.ndr
+ren a7188/tleft b7188/bleft a7189/tright b7189/bright
+load components/philo.ndr
+ren a7189/tleft b7189/bleft a7190/tright b7190/bright
+load components/philo.ndr
+ren a7190/tleft b7190/bleft a7191/tright b7191/bright
+load components/philo.ndr
+ren a7191/tleft b7191/bleft a7192/tright b7192/bright
+load components/philo.ndr
+ren a7192/tleft b7192/bleft a7193/tright b7193/bright
+load components/philo.ndr
+ren a7193/tleft b7193/bleft a7194/tright b7194/bright
+load components/philo.ndr
+ren a7194/tleft b7194/bleft a7195/tright b7195/bright
+load components/philo.ndr
+ren a7195/tleft b7195/bleft a7196/tright b7196/bright
+load components/philo.ndr
+ren a7196/tleft b7196/bleft a7197/tright b7197/bright
+load components/philo.ndr
+ren a7197/tleft b7197/bleft a7198/tright b7198/bright
+load components/philo.ndr
+ren a7198/tleft b7198/bleft a7199/tright b7199/bright
+load components/philo.ndr
+ren a7199/tleft b7199/bleft a7200/tright b7200/bright
+load components/philo.ndr
+ren a7200/tleft b7200/bleft a7201/tright b7201/bright
+load components/philo.ndr
+ren a7201/tleft b7201/bleft a7202/tright b7202/bright
+load components/philo.ndr
+ren a7202/tleft b7202/bleft a7203/tright b7203/bright
+load components/philo.ndr
+ren a7203/tleft b7203/bleft a7204/tright b7204/bright
+load components/philo.ndr
+ren a7204/tleft b7204/bleft a7205/tright b7205/bright
+load components/philo.ndr
+ren a7205/tleft b7205/bleft a7206/tright b7206/bright
+load components/philo.ndr
+ren a7206/tleft b7206/bleft a7207/tright b7207/bright
+load components/philo.ndr
+ren a7207/tleft b7207/bleft a7208/tright b7208/bright
+load components/philo.ndr
+ren a7208/tleft b7208/bleft a7209/tright b7209/bright
+load components/philo.ndr
+ren a7209/tleft b7209/bleft a7210/tright b7210/bright
+load components/philo.ndr
+ren a7210/tleft b7210/bleft a7211/tright b7211/bright
+load components/philo.ndr
+ren a7211/tleft b7211/bleft a7212/tright b7212/bright
+load components/philo.ndr
+ren a7212/tleft b7212/bleft a7213/tright b7213/bright
+load components/philo.ndr
+ren a7213/tleft b7213/bleft a7214/tright b7214/bright
+load components/philo.ndr
+ren a7214/tleft b7214/bleft a7215/tright b7215/bright
+load components/philo.ndr
+ren a7215/tleft b7215/bleft a7216/tright b7216/bright
+load components/philo.ndr
+ren a7216/tleft b7216/bleft a7217/tright b7217/bright
+load components/philo.ndr
+ren a7217/tleft b7217/bleft a7218/tright b7218/bright
+load components/philo.ndr
+ren a7218/tleft b7218/bleft a7219/tright b7219/bright
+load components/philo.ndr
+ren a7219/tleft b7219/bleft a7220/tright b7220/bright
+load components/philo.ndr
+ren a7220/tleft b7220/bleft a7221/tright b7221/bright
+load components/philo.ndr
+ren a7221/tleft b7221/bleft a7222/tright b7222/bright
+load components/philo.ndr
+ren a7222/tleft b7222/bleft a7223/tright b7223/bright
+load components/philo.ndr
+ren a7223/tleft b7223/bleft a7224/tright b7224/bright
+load components/philo.ndr
+ren a7224/tleft b7224/bleft a7225/tright b7225/bright
+load components/philo.ndr
+ren a7225/tleft b7225/bleft a7226/tright b7226/bright
+load components/philo.ndr
+ren a7226/tleft b7226/bleft a7227/tright b7227/bright
+load components/philo.ndr
+ren a7227/tleft b7227/bleft a7228/tright b7228/bright
+load components/philo.ndr
+ren a7228/tleft b7228/bleft a7229/tright b7229/bright
+load components/philo.ndr
+ren a7229/tleft b7229/bleft a7230/tright b7230/bright
+load components/philo.ndr
+ren a7230/tleft b7230/bleft a7231/tright b7231/bright
+load components/philo.ndr
+ren a7231/tleft b7231/bleft a7232/tright b7232/bright
+load components/philo.ndr
+ren a7232/tleft b7232/bleft a7233/tright b7233/bright
+load components/philo.ndr
+ren a7233/tleft b7233/bleft a7234/tright b7234/bright
+load components/philo.ndr
+ren a7234/tleft b7234/bleft a7235/tright b7235/bright
+load components/philo.ndr
+ren a7235/tleft b7235/bleft a7236/tright b7236/bright
+load components/philo.ndr
+ren a7236/tleft b7236/bleft a7237/tright b7237/bright
+load components/philo.ndr
+ren a7237/tleft b7237/bleft a7238/tright b7238/bright
+load components/philo.ndr
+ren a7238/tleft b7238/bleft a7239/tright b7239/bright
+load components/philo.ndr
+ren a7239/tleft b7239/bleft a7240/tright b7240/bright
+load components/philo.ndr
+ren a7240/tleft b7240/bleft a7241/tright b7241/bright
+load components/philo.ndr
+ren a7241/tleft b7241/bleft a7242/tright b7242/bright
+load components/philo.ndr
+ren a7242/tleft b7242/bleft a7243/tright b7243/bright
+load components/philo.ndr
+ren a7243/tleft b7243/bleft a7244/tright b7244/bright
+load components/philo.ndr
+ren a7244/tleft b7244/bleft a7245/tright b7245/bright
+load components/philo.ndr
+ren a7245/tleft b7245/bleft a7246/tright b7246/bright
+load components/philo.ndr
+ren a7246/tleft b7246/bleft a7247/tright b7247/bright
+load components/philo.ndr
+ren a7247/tleft b7247/bleft a7248/tright b7248/bright
+load components/philo.ndr
+ren a7248/tleft b7248/bleft a7249/tright b7249/bright
+load components/philo.ndr
+ren a7249/tleft b7249/bleft a7250/tright b7250/bright
+load components/philo.ndr
+ren a7250/tleft b7250/bleft a7251/tright b7251/bright
+load components/philo.ndr
+ren a7251/tleft b7251/bleft a7252/tright b7252/bright
+load components/philo.ndr
+ren a7252/tleft b7252/bleft a7253/tright b7253/bright
+load components/philo.ndr
+ren a7253/tleft b7253/bleft a7254/tright b7254/bright
+load components/philo.ndr
+ren a7254/tleft b7254/bleft a7255/tright b7255/bright
+load components/philo.ndr
+ren a7255/tleft b7255/bleft a7256/tright b7256/bright
+load components/philo.ndr
+ren a7256/tleft b7256/bleft a7257/tright b7257/bright
+load components/philo.ndr
+ren a7257/tleft b7257/bleft a7258/tright b7258/bright
+load components/philo.ndr
+ren a7258/tleft b7258/bleft a7259/tright b7259/bright
+load components/philo.ndr
+ren a7259/tleft b7259/bleft a7260/tright b7260/bright
+load components/philo.ndr
+ren a7260/tleft b7260/bleft a7261/tright b7261/bright
+load components/philo.ndr
+ren a7261/tleft b7261/bleft a7262/tright b7262/bright
+load components/philo.ndr
+ren a7262/tleft b7262/bleft a7263/tright b7263/bright
+load components/philo.ndr
+ren a7263/tleft b7263/bleft a7264/tright b7264/bright
+load components/philo.ndr
+ren a7264/tleft b7264/bleft a7265/tright b7265/bright
+load components/philo.ndr
+ren a7265/tleft b7265/bleft a7266/tright b7266/bright
+load components/philo.ndr
+ren a7266/tleft b7266/bleft a7267/tright b7267/bright
+load components/philo.ndr
+ren a7267/tleft b7267/bleft a7268/tright b7268/bright
+load components/philo.ndr
+ren a7268/tleft b7268/bleft a7269/tright b7269/bright
+load components/philo.ndr
+ren a7269/tleft b7269/bleft a7270/tright b7270/bright
+load components/philo.ndr
+ren a7270/tleft b7270/bleft a7271/tright b7271/bright
+load components/philo.ndr
+ren a7271/tleft b7271/bleft a7272/tright b7272/bright
+load components/philo.ndr
+ren a7272/tleft b7272/bleft a7273/tright b7273/bright
+load components/philo.ndr
+ren a7273/tleft b7273/bleft a7274/tright b7274/bright
+load components/philo.ndr
+ren a7274/tleft b7274/bleft a7275/tright b7275/bright
+load components/philo.ndr
+ren a7275/tleft b7275/bleft a7276/tright b7276/bright
+load components/philo.ndr
+ren a7276/tleft b7276/bleft a7277/tright b7277/bright
+load components/philo.ndr
+ren a7277/tleft b7277/bleft a7278/tright b7278/bright
+load components/philo.ndr
+ren a7278/tleft b7278/bleft a7279/tright b7279/bright
+load components/philo.ndr
+ren a7279/tleft b7279/bleft a7280/tright b7280/bright
+load components/philo.ndr
+ren a7280/tleft b7280/bleft a7281/tright b7281/bright
+load components/philo.ndr
+ren a7281/tleft b7281/bleft a7282/tright b7282/bright
+load components/philo.ndr
+ren a7282/tleft b7282/bleft a7283/tright b7283/bright
+load components/philo.ndr
+ren a7283/tleft b7283/bleft a7284/tright b7284/bright
+load components/philo.ndr
+ren a7284/tleft b7284/bleft a7285/tright b7285/bright
+load components/philo.ndr
+ren a7285/tleft b7285/bleft a7286/tright b7286/bright
+load components/philo.ndr
+ren a7286/tleft b7286/bleft a7287/tright b7287/bright
+load components/philo.ndr
+ren a7287/tleft b7287/bleft a7288/tright b7288/bright
+load components/philo.ndr
+ren a7288/tleft b7288/bleft a7289/tright b7289/bright
+load components/philo.ndr
+ren a7289/tleft b7289/bleft a7290/tright b7290/bright
+load components/philo.ndr
+ren a7290/tleft b7290/bleft a7291/tright b7291/bright
+load components/philo.ndr
+ren a7291/tleft b7291/bleft a7292/tright b7292/bright
+load components/philo.ndr
+ren a7292/tleft b7292/bleft a7293/tright b7293/bright
+load components/philo.ndr
+ren a7293/tleft b7293/bleft a7294/tright b7294/bright
+load components/philo.ndr
+ren a7294/tleft b7294/bleft a7295/tright b7295/bright
+load components/philo.ndr
+ren a7295/tleft b7295/bleft a7296/tright b7296/bright
+load components/philo.ndr
+ren a7296/tleft b7296/bleft a7297/tright b7297/bright
+load components/philo.ndr
+ren a7297/tleft b7297/bleft a7298/tright b7298/bright
+load components/philo.ndr
+ren a7298/tleft b7298/bleft a7299/tright b7299/bright
+load components/philo.ndr
+ren a7299/tleft b7299/bleft a7300/tright b7300/bright
+load components/philo.ndr
+ren a7300/tleft b7300/bleft a7301/tright b7301/bright
+load components/philo.ndr
+ren a7301/tleft b7301/bleft a7302/tright b7302/bright
+load components/philo.ndr
+ren a7302/tleft b7302/bleft a7303/tright b7303/bright
+load components/philo.ndr
+ren a7303/tleft b7303/bleft a7304/tright b7304/bright
+load components/philo.ndr
+ren a7304/tleft b7304/bleft a7305/tright b7305/bright
+load components/philo.ndr
+ren a7305/tleft b7305/bleft a7306/tright b7306/bright
+load components/philo.ndr
+ren a7306/tleft b7306/bleft a7307/tright b7307/bright
+load components/philo.ndr
+ren a7307/tleft b7307/bleft a7308/tright b7308/bright
+load components/philo.ndr
+ren a7308/tleft b7308/bleft a7309/tright b7309/bright
+load components/philo.ndr
+ren a7309/tleft b7309/bleft a7310/tright b7310/bright
+load components/philo.ndr
+ren a7310/tleft b7310/bleft a7311/tright b7311/bright
+load components/philo.ndr
+ren a7311/tleft b7311/bleft a7312/tright b7312/bright
+load components/philo.ndr
+ren a7312/tleft b7312/bleft a7313/tright b7313/bright
+load components/philo.ndr
+ren a7313/tleft b7313/bleft a7314/tright b7314/bright
+load components/philo.ndr
+ren a7314/tleft b7314/bleft a7315/tright b7315/bright
+load components/philo.ndr
+ren a7315/tleft b7315/bleft a7316/tright b7316/bright
+load components/philo.ndr
+ren a7316/tleft b7316/bleft a7317/tright b7317/bright
+load components/philo.ndr
+ren a7317/tleft b7317/bleft a7318/tright b7318/bright
+load components/philo.ndr
+ren a7318/tleft b7318/bleft a7319/tright b7319/bright
+load components/philo.ndr
+ren a7319/tleft b7319/bleft a7320/tright b7320/bright
+load components/philo.ndr
+ren a7320/tleft b7320/bleft a7321/tright b7321/bright
+load components/philo.ndr
+ren a7321/tleft b7321/bleft a7322/tright b7322/bright
+load components/philo.ndr
+ren a7322/tleft b7322/bleft a7323/tright b7323/bright
+load components/philo.ndr
+ren a7323/tleft b7323/bleft a7324/tright b7324/bright
+load components/philo.ndr
+ren a7324/tleft b7324/bleft a7325/tright b7325/bright
+load components/philo.ndr
+ren a7325/tleft b7325/bleft a7326/tright b7326/bright
+load components/philo.ndr
+ren a7326/tleft b7326/bleft a7327/tright b7327/bright
+load components/philo.ndr
+ren a7327/tleft b7327/bleft a7328/tright b7328/bright
+load components/philo.ndr
+ren a7328/tleft b7328/bleft a7329/tright b7329/bright
+load components/philo.ndr
+ren a7329/tleft b7329/bleft a7330/tright b7330/bright
+load components/philo.ndr
+ren a7330/tleft b7330/bleft a7331/tright b7331/bright
+load components/philo.ndr
+ren a7331/tleft b7331/bleft a7332/tright b7332/bright
+load components/philo.ndr
+ren a7332/tleft b7332/bleft a7333/tright b7333/bright
+load components/philo.ndr
+ren a7333/tleft b7333/bleft a7334/tright b7334/bright
+load components/philo.ndr
+ren a7334/tleft b7334/bleft a7335/tright b7335/bright
+load components/philo.ndr
+ren a7335/tleft b7335/bleft a7336/tright b7336/bright
+load components/philo.ndr
+ren a7336/tleft b7336/bleft a7337/tright b7337/bright
+load components/philo.ndr
+ren a7337/tleft b7337/bleft a7338/tright b7338/bright
+load components/philo.ndr
+ren a7338/tleft b7338/bleft a7339/tright b7339/bright
+load components/philo.ndr
+ren a7339/tleft b7339/bleft a7340/tright b7340/bright
+load components/philo.ndr
+ren a7340/tleft b7340/bleft a7341/tright b7341/bright
+load components/philo.ndr
+ren a7341/tleft b7341/bleft a7342/tright b7342/bright
+load components/philo.ndr
+ren a7342/tleft b7342/bleft a7343/tright b7343/bright
+load components/philo.ndr
+ren a7343/tleft b7343/bleft a7344/tright b7344/bright
+load components/philo.ndr
+ren a7344/tleft b7344/bleft a7345/tright b7345/bright
+load components/philo.ndr
+ren a7345/tleft b7345/bleft a7346/tright b7346/bright
+load components/philo.ndr
+ren a7346/tleft b7346/bleft a7347/tright b7347/bright
+load components/philo.ndr
+ren a7347/tleft b7347/bleft a7348/tright b7348/bright
+load components/philo.ndr
+ren a7348/tleft b7348/bleft a7349/tright b7349/bright
+load components/philo.ndr
+ren a7349/tleft b7349/bleft a7350/tright b7350/bright
+load components/philo.ndr
+ren a7350/tleft b7350/bleft a7351/tright b7351/bright
+load components/philo.ndr
+ren a7351/tleft b7351/bleft a7352/tright b7352/bright
+load components/philo.ndr
+ren a7352/tleft b7352/bleft a7353/tright b7353/bright
+load components/philo.ndr
+ren a7353/tleft b7353/bleft a7354/tright b7354/bright
+load components/philo.ndr
+ren a7354/tleft b7354/bleft a7355/tright b7355/bright
+load components/philo.ndr
+ren a7355/tleft b7355/bleft a7356/tright b7356/bright
+load components/philo.ndr
+ren a7356/tleft b7356/bleft a7357/tright b7357/bright
+load components/philo.ndr
+ren a7357/tleft b7357/bleft a7358/tright b7358/bright
+load components/philo.ndr
+ren a7358/tleft b7358/bleft a7359/tright b7359/bright
+load components/philo.ndr
+ren a7359/tleft b7359/bleft a7360/tright b7360/bright
+load components/philo.ndr
+ren a7360/tleft b7360/bleft a7361/tright b7361/bright
+load components/philo.ndr
+ren a7361/tleft b7361/bleft a7362/tright b7362/bright
+load components/philo.ndr
+ren a7362/tleft b7362/bleft a7363/tright b7363/bright
+load components/philo.ndr
+ren a7363/tleft b7363/bleft a7364/tright b7364/bright
+load components/philo.ndr
+ren a7364/tleft b7364/bleft a7365/tright b7365/bright
+load components/philo.ndr
+ren a7365/tleft b7365/bleft a7366/tright b7366/bright
+load components/philo.ndr
+ren a7366/tleft b7366/bleft a7367/tright b7367/bright
+load components/philo.ndr
+ren a7367/tleft b7367/bleft a7368/tright b7368/bright
+load components/philo.ndr
+ren a7368/tleft b7368/bleft a7369/tright b7369/bright
+load components/philo.ndr
+ren a7369/tleft b7369/bleft a7370/tright b7370/bright
+load components/philo.ndr
+ren a7370/tleft b7370/bleft a7371/tright b7371/bright
+load components/philo.ndr
+ren a7371/tleft b7371/bleft a7372/tright b7372/bright
+load components/philo.ndr
+ren a7372/tleft b7372/bleft a7373/tright b7373/bright
+load components/philo.ndr
+ren a7373/tleft b7373/bleft a7374/tright b7374/bright
+load components/philo.ndr
+ren a7374/tleft b7374/bleft a7375/tright b7375/bright
+load components/philo.ndr
+ren a7375/tleft b7375/bleft a7376/tright b7376/bright
+load components/philo.ndr
+ren a7376/tleft b7376/bleft a7377/tright b7377/bright
+load components/philo.ndr
+ren a7377/tleft b7377/bleft a7378/tright b7378/bright
+load components/philo.ndr
+ren a7378/tleft b7378/bleft a7379/tright b7379/bright
+load components/philo.ndr
+ren a7379/tleft b7379/bleft a7380/tright b7380/bright
+load components/philo.ndr
+ren a7380/tleft b7380/bleft a7381/tright b7381/bright
+load components/philo.ndr
+ren a7381/tleft b7381/bleft a7382/tright b7382/bright
+load components/philo.ndr
+ren a7382/tleft b7382/bleft a7383/tright b7383/bright
+load components/philo.ndr
+ren a7383/tleft b7383/bleft a7384/tright b7384/bright
+load components/philo.ndr
+ren a7384/tleft b7384/bleft a7385/tright b7385/bright
+load components/philo.ndr
+ren a7385/tleft b7385/bleft a7386/tright b7386/bright
+load components/philo.ndr
+ren a7386/tleft b7386/bleft a7387/tright b7387/bright
+load components/philo.ndr
+ren a7387/tleft b7387/bleft a7388/tright b7388/bright
+load components/philo.ndr
+ren a7388/tleft b7388/bleft a7389/tright b7389/bright
+load components/philo.ndr
+ren a7389/tleft b7389/bleft a7390/tright b7390/bright
+load components/philo.ndr
+ren a7390/tleft b7390/bleft a7391/tright b7391/bright
+load components/philo.ndr
+ren a7391/tleft b7391/bleft a7392/tright b7392/bright
+load components/philo.ndr
+ren a7392/tleft b7392/bleft a7393/tright b7393/bright
+load components/philo.ndr
+ren a7393/tleft b7393/bleft a7394/tright b7394/bright
+load components/philo.ndr
+ren a7394/tleft b7394/bleft a7395/tright b7395/bright
+load components/philo.ndr
+ren a7395/tleft b7395/bleft a7396/tright b7396/bright
+load components/philo.ndr
+ren a7396/tleft b7396/bleft a7397/tright b7397/bright
+load components/philo.ndr
+ren a7397/tleft b7397/bleft a7398/tright b7398/bright
+load components/philo.ndr
+ren a7398/tleft b7398/bleft a7399/tright b7399/bright
+load components/philo.ndr
+ren a7399/tleft b7399/bleft a7400/tright b7400/bright
+load components/philo.ndr
+ren a7400/tleft b7400/bleft a7401/tright b7401/bright
+load components/philo.ndr
+ren a7401/tleft b7401/bleft a7402/tright b7402/bright
+load components/philo.ndr
+ren a7402/tleft b7402/bleft a7403/tright b7403/bright
+load components/philo.ndr
+ren a7403/tleft b7403/bleft a7404/tright b7404/bright
+load components/philo.ndr
+ren a7404/tleft b7404/bleft a7405/tright b7405/bright
+load components/philo.ndr
+ren a7405/tleft b7405/bleft a7406/tright b7406/bright
+load components/philo.ndr
+ren a7406/tleft b7406/bleft a7407/tright b7407/bright
+load components/philo.ndr
+ren a7407/tleft b7407/bleft a7408/tright b7408/bright
+load components/philo.ndr
+ren a7408/tleft b7408/bleft a7409/tright b7409/bright
+load components/philo.ndr
+ren a7409/tleft b7409/bleft a7410/tright b7410/bright
+load components/philo.ndr
+ren a7410/tleft b7410/bleft a7411/tright b7411/bright
+load components/philo.ndr
+ren a7411/tleft b7411/bleft a7412/tright b7412/bright
+load components/philo.ndr
+ren a7412/tleft b7412/bleft a7413/tright b7413/bright
+load components/philo.ndr
+ren a7413/tleft b7413/bleft a7414/tright b7414/bright
+load components/philo.ndr
+ren a7414/tleft b7414/bleft a7415/tright b7415/bright
+load components/philo.ndr
+ren a7415/tleft b7415/bleft a7416/tright b7416/bright
+load components/philo.ndr
+ren a7416/tleft b7416/bleft a7417/tright b7417/bright
+load components/philo.ndr
+ren a7417/tleft b7417/bleft a7418/tright b7418/bright
+load components/philo.ndr
+ren a7418/tleft b7418/bleft a7419/tright b7419/bright
+load components/philo.ndr
+ren a7419/tleft b7419/bleft a7420/tright b7420/bright
+load components/philo.ndr
+ren a7420/tleft b7420/bleft a7421/tright b7421/bright
+load components/philo.ndr
+ren a7421/tleft b7421/bleft a7422/tright b7422/bright
+load components/philo.ndr
+ren a7422/tleft b7422/bleft a7423/tright b7423/bright
+load components/philo.ndr
+ren a7423/tleft b7423/bleft a7424/tright b7424/bright
+load components/philo.ndr
+ren a7424/tleft b7424/bleft a7425/tright b7425/bright
+load components/philo.ndr
+ren a7425/tleft b7425/bleft a7426/tright b7426/bright
+load components/philo.ndr
+ren a7426/tleft b7426/bleft a7427/tright b7427/bright
+load components/philo.ndr
+ren a7427/tleft b7427/bleft a7428/tright b7428/bright
+load components/philo.ndr
+ren a7428/tleft b7428/bleft a7429/tright b7429/bright
+load components/philo.ndr
+ren a7429/tleft b7429/bleft a7430/tright b7430/bright
+load components/philo.ndr
+ren a7430/tleft b7430/bleft a7431/tright b7431/bright
+load components/philo.ndr
+ren a7431/tleft b7431/bleft a7432/tright b7432/bright
+load components/philo.ndr
+ren a7432/tleft b7432/bleft a7433/tright b7433/bright
+load components/philo.ndr
+ren a7433/tleft b7433/bleft a7434/tright b7434/bright
+load components/philo.ndr
+ren a7434/tleft b7434/bleft a7435/tright b7435/bright
+load components/philo.ndr
+ren a7435/tleft b7435/bleft a7436/tright b7436/bright
+load components/philo.ndr
+ren a7436/tleft b7436/bleft a7437/tright b7437/bright
+load components/philo.ndr
+ren a7437/tleft b7437/bleft a7438/tright b7438/bright
+load components/philo.ndr
+ren a7438/tleft b7438/bleft a7439/tright b7439/bright
+load components/philo.ndr
+ren a7439/tleft b7439/bleft a7440/tright b7440/bright
+load components/philo.ndr
+ren a7440/tleft b7440/bleft a7441/tright b7441/bright
+load components/philo.ndr
+ren a7441/tleft b7441/bleft a7442/tright b7442/bright
+load components/philo.ndr
+ren a7442/tleft b7442/bleft a7443/tright b7443/bright
+load components/philo.ndr
+ren a7443/tleft b7443/bleft a7444/tright b7444/bright
+load components/philo.ndr
+ren a7444/tleft b7444/bleft a7445/tright b7445/bright
+load components/philo.ndr
+ren a7445/tleft b7445/bleft a7446/tright b7446/bright
+load components/philo.ndr
+ren a7446/tleft b7446/bleft a7447/tright b7447/bright
+load components/philo.ndr
+ren a7447/tleft b7447/bleft a7448/tright b7448/bright
+load components/philo.ndr
+ren a7448/tleft b7448/bleft a7449/tright b7449/bright
+load components/philo.ndr
+ren a7449/tleft b7449/bleft a7450/tright b7450/bright
+load components/philo.ndr
+ren a7450/tleft b7450/bleft a7451/tright b7451/bright
+load components/philo.ndr
+ren a7451/tleft b7451/bleft a7452/tright b7452/bright
+load components/philo.ndr
+ren a7452/tleft b7452/bleft a7453/tright b7453/bright
+load components/philo.ndr
+ren a7453/tleft b7453/bleft a7454/tright b7454/bright
+load components/philo.ndr
+ren a7454/tleft b7454/bleft a7455/tright b7455/bright
+load components/philo.ndr
+ren a7455/tleft b7455/bleft a7456/tright b7456/bright
+load components/philo.ndr
+ren a7456/tleft b7456/bleft a7457/tright b7457/bright
+load components/philo.ndr
+ren a7457/tleft b7457/bleft a7458/tright b7458/bright
+load components/philo.ndr
+ren a7458/tleft b7458/bleft a7459/tright b7459/bright
+load components/philo.ndr
+ren a7459/tleft b7459/bleft a7460/tright b7460/bright
+load components/philo.ndr
+ren a7460/tleft b7460/bleft a7461/tright b7461/bright
+load components/philo.ndr
+ren a7461/tleft b7461/bleft a7462/tright b7462/bright
+load components/philo.ndr
+ren a7462/tleft b7462/bleft a7463/tright b7463/bright
+load components/philo.ndr
+ren a7463/tleft b7463/bleft a7464/tright b7464/bright
+load components/philo.ndr
+ren a7464/tleft b7464/bleft a7465/tright b7465/bright
+load components/philo.ndr
+ren a7465/tleft b7465/bleft a7466/tright b7466/bright
+load components/philo.ndr
+ren a7466/tleft b7466/bleft a7467/tright b7467/bright
+load components/philo.ndr
+ren a7467/tleft b7467/bleft a7468/tright b7468/bright
+load components/philo.ndr
+ren a7468/tleft b7468/bleft a7469/tright b7469/bright
+load components/philo.ndr
+ren a7469/tleft b7469/bleft a7470/tright b7470/bright
+load components/philo.ndr
+ren a7470/tleft b7470/bleft a7471/tright b7471/bright
+load components/philo.ndr
+ren a7471/tleft b7471/bleft a7472/tright b7472/bright
+load components/philo.ndr
+ren a7472/tleft b7472/bleft a7473/tright b7473/bright
+load components/philo.ndr
+ren a7473/tleft b7473/bleft a7474/tright b7474/bright
+load components/philo.ndr
+ren a7474/tleft b7474/bleft a7475/tright b7475/bright
+load components/philo.ndr
+ren a7475/tleft b7475/bleft a7476/tright b7476/bright
+load components/philo.ndr
+ren a7476/tleft b7476/bleft a7477/tright b7477/bright
+load components/philo.ndr
+ren a7477/tleft b7477/bleft a7478/tright b7478/bright
+load components/philo.ndr
+ren a7478/tleft b7478/bleft a7479/tright b7479/bright
+load components/philo.ndr
+ren a7479/tleft b7479/bleft a7480/tright b7480/bright
+load components/philo.ndr
+ren a7480/tleft b7480/bleft a7481/tright b7481/bright
+load components/philo.ndr
+ren a7481/tleft b7481/bleft a7482/tright b7482/bright
+load components/philo.ndr
+ren a7482/tleft b7482/bleft a7483/tright b7483/bright
+load components/philo.ndr
+ren a7483/tleft b7483/bleft a7484/tright b7484/bright
+load components/philo.ndr
+ren a7484/tleft b7484/bleft a7485/tright b7485/bright
+load components/philo.ndr
+ren a7485/tleft b7485/bleft a7486/tright b7486/bright
+load components/philo.ndr
+ren a7486/tleft b7486/bleft a7487/tright b7487/bright
+load components/philo.ndr
+ren a7487/tleft b7487/bleft a7488/tright b7488/bright
+load components/philo.ndr
+ren a7488/tleft b7488/bleft a7489/tright b7489/bright
+load components/philo.ndr
+ren a7489/tleft b7489/bleft a7490/tright b7490/bright
+load components/philo.ndr
+ren a7490/tleft b7490/bleft a7491/tright b7491/bright
+load components/philo.ndr
+ren a7491/tleft b7491/bleft a7492/tright b7492/bright
+load components/philo.ndr
+ren a7492/tleft b7492/bleft a7493/tright b7493/bright
+load components/philo.ndr
+ren a7493/tleft b7493/bleft a7494/tright b7494/bright
+load components/philo.ndr
+ren a7494/tleft b7494/bleft a7495/tright b7495/bright
+load components/philo.ndr
+ren a7495/tleft b7495/bleft a7496/tright b7496/bright
+load components/philo.ndr
+ren a7496/tleft b7496/bleft a7497/tright b7497/bright
+load components/philo.ndr
+ren a7497/tleft b7497/bleft a7498/tright b7498/bright
+load components/philo.ndr
+ren a7498/tleft b7498/bleft a7499/tright b7499/bright
+load components/philo.ndr
+ren a7499/tleft b7499/bleft a7500/tright b7500/bright
+load components/philo.ndr
+ren a7500/tleft b7500/bleft a7501/tright b7501/bright
+load components/philo.ndr
+ren a7501/tleft b7501/bleft a7502/tright b7502/bright
+load components/philo.ndr
+ren a7502/tleft b7502/bleft a7503/tright b7503/bright
+load components/philo.ndr
+ren a7503/tleft b7503/bleft a7504/tright b7504/bright
+load components/philo.ndr
+ren a7504/tleft b7504/bleft a7505/tright b7505/bright
+load components/philo.ndr
+ren a7505/tleft b7505/bleft a7506/tright b7506/bright
+load components/philo.ndr
+ren a7506/tleft b7506/bleft a7507/tright b7507/bright
+load components/philo.ndr
+ren a7507/tleft b7507/bleft a7508/tright b7508/bright
+load components/philo.ndr
+ren a7508/tleft b7508/bleft a7509/tright b7509/bright
+load components/philo.ndr
+ren a7509/tleft b7509/bleft a7510/tright b7510/bright
+load components/philo.ndr
+ren a7510/tleft b7510/bleft a7511/tright b7511/bright
+load components/philo.ndr
+ren a7511/tleft b7511/bleft a7512/tright b7512/bright
+load components/philo.ndr
+ren a7512/tleft b7512/bleft a7513/tright b7513/bright
+load components/philo.ndr
+ren a7513/tleft b7513/bleft a7514/tright b7514/bright
+load components/philo.ndr
+ren a7514/tleft b7514/bleft a7515/tright b7515/bright
+load components/philo.ndr
+ren a7515/tleft b7515/bleft a7516/tright b7516/bright
+load components/philo.ndr
+ren a7516/tleft b7516/bleft a7517/tright b7517/bright
+load components/philo.ndr
+ren a7517/tleft b7517/bleft a7518/tright b7518/bright
+load components/philo.ndr
+ren a7518/tleft b7518/bleft a7519/tright b7519/bright
+load components/philo.ndr
+ren a7519/tleft b7519/bleft a7520/tright b7520/bright
+load components/philo.ndr
+ren a7520/tleft b7520/bleft a7521/tright b7521/bright
+load components/philo.ndr
+ren a7521/tleft b7521/bleft a7522/tright b7522/bright
+load components/philo.ndr
+ren a7522/tleft b7522/bleft a7523/tright b7523/bright
+load components/philo.ndr
+ren a7523/tleft b7523/bleft a7524/tright b7524/bright
+load components/philo.ndr
+ren a7524/tleft b7524/bleft a7525/tright b7525/bright
+load components/philo.ndr
+ren a7525/tleft b7525/bleft a7526/tright b7526/bright
+load components/philo.ndr
+ren a7526/tleft b7526/bleft a7527/tright b7527/bright
+load components/philo.ndr
+ren a7527/tleft b7527/bleft a7528/tright b7528/bright
+load components/philo.ndr
+ren a7528/tleft b7528/bleft a7529/tright b7529/bright
+load components/philo.ndr
+ren a7529/tleft b7529/bleft a7530/tright b7530/bright
+load components/philo.ndr
+ren a7530/tleft b7530/bleft a7531/tright b7531/bright
+load components/philo.ndr
+ren a7531/tleft b7531/bleft a7532/tright b7532/bright
+load components/philo.ndr
+ren a7532/tleft b7532/bleft a7533/tright b7533/bright
+load components/philo.ndr
+ren a7533/tleft b7533/bleft a7534/tright b7534/bright
+load components/philo.ndr
+ren a7534/tleft b7534/bleft a7535/tright b7535/bright
+load components/philo.ndr
+ren a7535/tleft b7535/bleft a7536/tright b7536/bright
+load components/philo.ndr
+ren a7536/tleft b7536/bleft a7537/tright b7537/bright
+load components/philo.ndr
+ren a7537/tleft b7537/bleft a7538/tright b7538/bright
+load components/philo.ndr
+ren a7538/tleft b7538/bleft a7539/tright b7539/bright
+load components/philo.ndr
+ren a7539/tleft b7539/bleft a7540/tright b7540/bright
+load components/philo.ndr
+ren a7540/tleft b7540/bleft a7541/tright b7541/bright
+load components/philo.ndr
+ren a7541/tleft b7541/bleft a7542/tright b7542/bright
+load components/philo.ndr
+ren a7542/tleft b7542/bleft a7543/tright b7543/bright
+load components/philo.ndr
+ren a7543/tleft b7543/bleft a7544/tright b7544/bright
+load components/philo.ndr
+ren a7544/tleft b7544/bleft a7545/tright b7545/bright
+load components/philo.ndr
+ren a7545/tleft b7545/bleft a7546/tright b7546/bright
+load components/philo.ndr
+ren a7546/tleft b7546/bleft a7547/tright b7547/bright
+load components/philo.ndr
+ren a7547/tleft b7547/bleft a7548/tright b7548/bright
+load components/philo.ndr
+ren a7548/tleft b7548/bleft a7549/tright b7549/bright
+load components/philo.ndr
+ren a7549/tleft b7549/bleft a7550/tright b7550/bright
+load components/philo.ndr
+ren a7550/tleft b7550/bleft a7551/tright b7551/bright
+load components/philo.ndr
+ren a7551/tleft b7551/bleft a7552/tright b7552/bright
+load components/philo.ndr
+ren a7552/tleft b7552/bleft a7553/tright b7553/bright
+load components/philo.ndr
+ren a7553/tleft b7553/bleft a7554/tright b7554/bright
+load components/philo.ndr
+ren a7554/tleft b7554/bleft a7555/tright b7555/bright
+load components/philo.ndr
+ren a7555/tleft b7555/bleft a7556/tright b7556/bright
+load components/philo.ndr
+ren a7556/tleft b7556/bleft a7557/tright b7557/bright
+load components/philo.ndr
+ren a7557/tleft b7557/bleft a7558/tright b7558/bright
+load components/philo.ndr
+ren a7558/tleft b7558/bleft a7559/tright b7559/bright
+load components/philo.ndr
+ren a7559/tleft b7559/bleft a7560/tright b7560/bright
+load components/philo.ndr
+ren a7560/tleft b7560/bleft a7561/tright b7561/bright
+load components/philo.ndr
+ren a7561/tleft b7561/bleft a7562/tright b7562/bright
+load components/philo.ndr
+ren a7562/tleft b7562/bleft a7563/tright b7563/bright
+load components/philo.ndr
+ren a7563/tleft b7563/bleft a7564/tright b7564/bright
+load components/philo.ndr
+ren a7564/tleft b7564/bleft a7565/tright b7565/bright
+load components/philo.ndr
+ren a7565/tleft b7565/bleft a7566/tright b7566/bright
+load components/philo.ndr
+ren a7566/tleft b7566/bleft a7567/tright b7567/bright
+load components/philo.ndr
+ren a7567/tleft b7567/bleft a7568/tright b7568/bright
+load components/philo.ndr
+ren a7568/tleft b7568/bleft a7569/tright b7569/bright
+load components/philo.ndr
+ren a7569/tleft b7569/bleft a7570/tright b7570/bright
+load components/philo.ndr
+ren a7570/tleft b7570/bleft a7571/tright b7571/bright
+load components/philo.ndr
+ren a7571/tleft b7571/bleft a7572/tright b7572/bright
+load components/philo.ndr
+ren a7572/tleft b7572/bleft a7573/tright b7573/bright
+load components/philo.ndr
+ren a7573/tleft b7573/bleft a7574/tright b7574/bright
+load components/philo.ndr
+ren a7574/tleft b7574/bleft a7575/tright b7575/bright
+load components/philo.ndr
+ren a7575/tleft b7575/bleft a7576/tright b7576/bright
+load components/philo.ndr
+ren a7576/tleft b7576/bleft a7577/tright b7577/bright
+load components/philo.ndr
+ren a7577/tleft b7577/bleft a7578/tright b7578/bright
+load components/philo.ndr
+ren a7578/tleft b7578/bleft a7579/tright b7579/bright
+load components/philo.ndr
+ren a7579/tleft b7579/bleft a7580/tright b7580/bright
+load components/philo.ndr
+ren a7580/tleft b7580/bleft a7581/tright b7581/bright
+load components/philo.ndr
+ren a7581/tleft b7581/bleft a7582/tright b7582/bright
+load components/philo.ndr
+ren a7582/tleft b7582/bleft a7583/tright b7583/bright
+load components/philo.ndr
+ren a7583/tleft b7583/bleft a7584/tright b7584/bright
+load components/philo.ndr
+ren a7584/tleft b7584/bleft a7585/tright b7585/bright
+load components/philo.ndr
+ren a7585/tleft b7585/bleft a7586/tright b7586/bright
+load components/philo.ndr
+ren a7586/tleft b7586/bleft a7587/tright b7587/bright
+load components/philo.ndr
+ren a7587/tleft b7587/bleft a7588/tright b7588/bright
+load components/philo.ndr
+ren a7588/tleft b7588/bleft a7589/tright b7589/bright
+load components/philo.ndr
+ren a7589/tleft b7589/bleft a7590/tright b7590/bright
+load components/philo.ndr
+ren a7590/tleft b7590/bleft a7591/tright b7591/bright
+load components/philo.ndr
+ren a7591/tleft b7591/bleft a7592/tright b7592/bright
+load components/philo.ndr
+ren a7592/tleft b7592/bleft a7593/tright b7593/bright
+load components/philo.ndr
+ren a7593/tleft b7593/bleft a7594/tright b7594/bright
+load components/philo.ndr
+ren a7594/tleft b7594/bleft a7595/tright b7595/bright
+load components/philo.ndr
+ren a7595/tleft b7595/bleft a7596/tright b7596/bright
+load components/philo.ndr
+ren a7596/tleft b7596/bleft a7597/tright b7597/bright
+load components/philo.ndr
+ren a7597/tleft b7597/bleft a7598/tright b7598/bright
+load components/philo.ndr
+ren a7598/tleft b7598/bleft a7599/tright b7599/bright
+load components/philo.ndr
+ren a7599/tleft b7599/bleft a7600/tright b7600/bright
+load components/philo.ndr
+ren a7600/tleft b7600/bleft a7601/tright b7601/bright
+load components/philo.ndr
+ren a7601/tleft b7601/bleft a7602/tright b7602/bright
+load components/philo.ndr
+ren a7602/tleft b7602/bleft a7603/tright b7603/bright
+load components/philo.ndr
+ren a7603/tleft b7603/bleft a7604/tright b7604/bright
+load components/philo.ndr
+ren a7604/tleft b7604/bleft a7605/tright b7605/bright
+load components/philo.ndr
+ren a7605/tleft b7605/bleft a7606/tright b7606/bright
+load components/philo.ndr
+ren a7606/tleft b7606/bleft a7607/tright b7607/bright
+load components/philo.ndr
+ren a7607/tleft b7607/bleft a7608/tright b7608/bright
+load components/philo.ndr
+ren a7608/tleft b7608/bleft a7609/tright b7609/bright
+load components/philo.ndr
+ren a7609/tleft b7609/bleft a7610/tright b7610/bright
+load components/philo.ndr
+ren a7610/tleft b7610/bleft a7611/tright b7611/bright
+load components/philo.ndr
+ren a7611/tleft b7611/bleft a7612/tright b7612/bright
+load components/philo.ndr
+ren a7612/tleft b7612/bleft a7613/tright b7613/bright
+load components/philo.ndr
+ren a7613/tleft b7613/bleft a7614/tright b7614/bright
+load components/philo.ndr
+ren a7614/tleft b7614/bleft a7615/tright b7615/bright
+load components/philo.ndr
+ren a7615/tleft b7615/bleft a7616/tright b7616/bright
+load components/philo.ndr
+ren a7616/tleft b7616/bleft a7617/tright b7617/bright
+load components/philo.ndr
+ren a7617/tleft b7617/bleft a7618/tright b7618/bright
+load components/philo.ndr
+ren a7618/tleft b7618/bleft a7619/tright b7619/bright
+load components/philo.ndr
+ren a7619/tleft b7619/bleft a7620/tright b7620/bright
+load components/philo.ndr
+ren a7620/tleft b7620/bleft a7621/tright b7621/bright
+load components/philo.ndr
+ren a7621/tleft b7621/bleft a7622/tright b7622/bright
+load components/philo.ndr
+ren a7622/tleft b7622/bleft a7623/tright b7623/bright
+load components/philo.ndr
+ren a7623/tleft b7623/bleft a7624/tright b7624/bright
+load components/philo.ndr
+ren a7624/tleft b7624/bleft a7625/tright b7625/bright
+load components/philo.ndr
+ren a7625/tleft b7625/bleft a7626/tright b7626/bright
+load components/philo.ndr
+ren a7626/tleft b7626/bleft a7627/tright b7627/bright
+load components/philo.ndr
+ren a7627/tleft b7627/bleft a7628/tright b7628/bright
+load components/philo.ndr
+ren a7628/tleft b7628/bleft a7629/tright b7629/bright
+load components/philo.ndr
+ren a7629/tleft b7629/bleft a7630/tright b7630/bright
+load components/philo.ndr
+ren a7630/tleft b7630/bleft a7631/tright b7631/bright
+load components/philo.ndr
+ren a7631/tleft b7631/bleft a7632/tright b7632/bright
+load components/philo.ndr
+ren a7632/tleft b7632/bleft a7633/tright b7633/bright
+load components/philo.ndr
+ren a7633/tleft b7633/bleft a7634/tright b7634/bright
+load components/philo.ndr
+ren a7634/tleft b7634/bleft a7635/tright b7635/bright
+load components/philo.ndr
+ren a7635/tleft b7635/bleft a7636/tright b7636/bright
+load components/philo.ndr
+ren a7636/tleft b7636/bleft a7637/tright b7637/bright
+load components/philo.ndr
+ren a7637/tleft b7637/bleft a7638/tright b7638/bright
+load components/philo.ndr
+ren a7638/tleft b7638/bleft a7639/tright b7639/bright
+load components/philo.ndr
+ren a7639/tleft b7639/bleft a7640/tright b7640/bright
+load components/philo.ndr
+ren a7640/tleft b7640/bleft a7641/tright b7641/bright
+load components/philo.ndr
+ren a7641/tleft b7641/bleft a7642/tright b7642/bright
+load components/philo.ndr
+ren a7642/tleft b7642/bleft a7643/tright b7643/bright
+load components/philo.ndr
+ren a7643/tleft b7643/bleft a7644/tright b7644/bright
+load components/philo.ndr
+ren a7644/tleft b7644/bleft a7645/tright b7645/bright
+load components/philo.ndr
+ren a7645/tleft b7645/bleft a7646/tright b7646/bright
+load components/philo.ndr
+ren a7646/tleft b7646/bleft a7647/tright b7647/bright
+load components/philo.ndr
+ren a7647/tleft b7647/bleft a7648/tright b7648/bright
+load components/philo.ndr
+ren a7648/tleft b7648/bleft a7649/tright b7649/bright
+load components/philo.ndr
+ren a7649/tleft b7649/bleft a7650/tright b7650/bright
+load components/philo.ndr
+ren a7650/tleft b7650/bleft a7651/tright b7651/bright
+load components/philo.ndr
+ren a7651/tleft b7651/bleft a7652/tright b7652/bright
+load components/philo.ndr
+ren a7652/tleft b7652/bleft a7653/tright b7653/bright
+load components/philo.ndr
+ren a7653/tleft b7653/bleft a7654/tright b7654/bright
+load components/philo.ndr
+ren a7654/tleft b7654/bleft a7655/tright b7655/bright
+load components/philo.ndr
+ren a7655/tleft b7655/bleft a7656/tright b7656/bright
+load components/philo.ndr
+ren a7656/tleft b7656/bleft a7657/tright b7657/bright
+load components/philo.ndr
+ren a7657/tleft b7657/bleft a7658/tright b7658/bright
+load components/philo.ndr
+ren a7658/tleft b7658/bleft a7659/tright b7659/bright
+load components/philo.ndr
+ren a7659/tleft b7659/bleft a7660/tright b7660/bright
+load components/philo.ndr
+ren a7660/tleft b7660/bleft a7661/tright b7661/bright
+load components/philo.ndr
+ren a7661/tleft b7661/bleft a7662/tright b7662/bright
+load components/philo.ndr
+ren a7662/tleft b7662/bleft a7663/tright b7663/bright
+load components/philo.ndr
+ren a7663/tleft b7663/bleft a7664/tright b7664/bright
+load components/philo.ndr
+ren a7664/tleft b7664/bleft a7665/tright b7665/bright
+load components/philo.ndr
+ren a7665/tleft b7665/bleft a7666/tright b7666/bright
+load components/philo.ndr
+ren a7666/tleft b7666/bleft a7667/tright b7667/bright
+load components/philo.ndr
+ren a7667/tleft b7667/bleft a7668/tright b7668/bright
+load components/philo.ndr
+ren a7668/tleft b7668/bleft a7669/tright b7669/bright
+load components/philo.ndr
+ren a7669/tleft b7669/bleft a7670/tright b7670/bright
+load components/philo.ndr
+ren a7670/tleft b7670/bleft a7671/tright b7671/bright
+load components/philo.ndr
+ren a7671/tleft b7671/bleft a7672/tright b7672/bright
+load components/philo.ndr
+ren a7672/tleft b7672/bleft a7673/tright b7673/bright
+load components/philo.ndr
+ren a7673/tleft b7673/bleft a7674/tright b7674/bright
+load components/philo.ndr
+ren a7674/tleft b7674/bleft a7675/tright b7675/bright
+load components/philo.ndr
+ren a7675/tleft b7675/bleft a7676/tright b7676/bright
+load components/philo.ndr
+ren a7676/tleft b7676/bleft a7677/tright b7677/bright
+load components/philo.ndr
+ren a7677/tleft b7677/bleft a7678/tright b7678/bright
+load components/philo.ndr
+ren a7678/tleft b7678/bleft a7679/tright b7679/bright
+load components/philo.ndr
+ren a7679/tleft b7679/bleft a7680/tright b7680/bright
+load components/philo.ndr
+ren a7680/tleft b7680/bleft a7681/tright b7681/bright
+load components/philo.ndr
+ren a7681/tleft b7681/bleft a7682/tright b7682/bright
+load components/philo.ndr
+ren a7682/tleft b7682/bleft a7683/tright b7683/bright
+load components/philo.ndr
+ren a7683/tleft b7683/bleft a7684/tright b7684/bright
+load components/philo.ndr
+ren a7684/tleft b7684/bleft a7685/tright b7685/bright
+load components/philo.ndr
+ren a7685/tleft b7685/bleft a7686/tright b7686/bright
+load components/philo.ndr
+ren a7686/tleft b7686/bleft a7687/tright b7687/bright
+load components/philo.ndr
+ren a7687/tleft b7687/bleft a7688/tright b7688/bright
+load components/philo.ndr
+ren a7688/tleft b7688/bleft a7689/tright b7689/bright
+load components/philo.ndr
+ren a7689/tleft b7689/bleft a7690/tright b7690/bright
+load components/philo.ndr
+ren a7690/tleft b7690/bleft a7691/tright b7691/bright
+load components/philo.ndr
+ren a7691/tleft b7691/bleft a7692/tright b7692/bright
+load components/philo.ndr
+ren a7692/tleft b7692/bleft a7693/tright b7693/bright
+load components/philo.ndr
+ren a7693/tleft b7693/bleft a7694/tright b7694/bright
+load components/philo.ndr
+ren a7694/tleft b7694/bleft a7695/tright b7695/bright
+load components/philo.ndr
+ren a7695/tleft b7695/bleft a7696/tright b7696/bright
+load components/philo.ndr
+ren a7696/tleft b7696/bleft a7697/tright b7697/bright
+load components/philo.ndr
+ren a7697/tleft b7697/bleft a7698/tright b7698/bright
+load components/philo.ndr
+ren a7698/tleft b7698/bleft a7699/tright b7699/bright
+load components/philo.ndr
+ren a7699/tleft b7699/bleft a7700/tright b7700/bright
+load components/philo.ndr
+ren a7700/tleft b7700/bleft a7701/tright b7701/bright
+load components/philo.ndr
+ren a7701/tleft b7701/bleft a7702/tright b7702/bright
+load components/philo.ndr
+ren a7702/tleft b7702/bleft a7703/tright b7703/bright
+load components/philo.ndr
+ren a7703/tleft b7703/bleft a7704/tright b7704/bright
+load components/philo.ndr
+ren a7704/tleft b7704/bleft a7705/tright b7705/bright
+load components/philo.ndr
+ren a7705/tleft b7705/bleft a7706/tright b7706/bright
+load components/philo.ndr
+ren a7706/tleft b7706/bleft a7707/tright b7707/bright
+load components/philo.ndr
+ren a7707/tleft b7707/bleft a7708/tright b7708/bright
+load components/philo.ndr
+ren a7708/tleft b7708/bleft a7709/tright b7709/bright
+load components/philo.ndr
+ren a7709/tleft b7709/bleft a7710/tright b7710/bright
+load components/philo.ndr
+ren a7710/tleft b7710/bleft a7711/tright b7711/bright
+load components/philo.ndr
+ren a7711/tleft b7711/bleft a7712/tright b7712/bright
+load components/philo.ndr
+ren a7712/tleft b7712/bleft a7713/tright b7713/bright
+load components/philo.ndr
+ren a7713/tleft b7713/bleft a7714/tright b7714/bright
+load components/philo.ndr
+ren a7714/tleft b7714/bleft a7715/tright b7715/bright
+load components/philo.ndr
+ren a7715/tleft b7715/bleft a7716/tright b7716/bright
+load components/philo.ndr
+ren a7716/tleft b7716/bleft a7717/tright b7717/bright
+load components/philo.ndr
+ren a7717/tleft b7717/bleft a7718/tright b7718/bright
+load components/philo.ndr
+ren a7718/tleft b7718/bleft a7719/tright b7719/bright
+load components/philo.ndr
+ren a7719/tleft b7719/bleft a7720/tright b7720/bright
+load components/philo.ndr
+ren a7720/tleft b7720/bleft a7721/tright b7721/bright
+load components/philo.ndr
+ren a7721/tleft b7721/bleft a7722/tright b7722/bright
+load components/philo.ndr
+ren a7722/tleft b7722/bleft a7723/tright b7723/bright
+load components/philo.ndr
+ren a7723/tleft b7723/bleft a7724/tright b7724/bright
+load components/philo.ndr
+ren a7724/tleft b7724/bleft a7725/tright b7725/bright
+load components/philo.ndr
+ren a7725/tleft b7725/bleft a7726/tright b7726/bright
+load components/philo.ndr
+ren a7726/tleft b7726/bleft a7727/tright b7727/bright
+load components/philo.ndr
+ren a7727/tleft b7727/bleft a7728/tright b7728/bright
+load components/philo.ndr
+ren a7728/tleft b7728/bleft a7729/tright b7729/bright
+load components/philo.ndr
+ren a7729/tleft b7729/bleft a7730/tright b7730/bright
+load components/philo.ndr
+ren a7730/tleft b7730/bleft a7731/tright b7731/bright
+load components/philo.ndr
+ren a7731/tleft b7731/bleft a7732/tright b7732/bright
+load components/philo.ndr
+ren a7732/tleft b7732/bleft a7733/tright b7733/bright
+load components/philo.ndr
+ren a7733/tleft b7733/bleft a7734/tright b7734/bright
+load components/philo.ndr
+ren a7734/tleft b7734/bleft a7735/tright b7735/bright
+load components/philo.ndr
+ren a7735/tleft b7735/bleft a7736/tright b7736/bright
+load components/philo.ndr
+ren a7736/tleft b7736/bleft a7737/tright b7737/bright
+load components/philo.ndr
+ren a7737/tleft b7737/bleft a7738/tright b7738/bright
+load components/philo.ndr
+ren a7738/tleft b7738/bleft a7739/tright b7739/bright
+load components/philo.ndr
+ren a7739/tleft b7739/bleft a7740/tright b7740/bright
+load components/philo.ndr
+ren a7740/tleft b7740/bleft a7741/tright b7741/bright
+load components/philo.ndr
+ren a7741/tleft b7741/bleft a7742/tright b7742/bright
+load components/philo.ndr
+ren a7742/tleft b7742/bleft a7743/tright b7743/bright
+load components/philo.ndr
+ren a7743/tleft b7743/bleft a7744/tright b7744/bright
+load components/philo.ndr
+ren a7744/tleft b7744/bleft a7745/tright b7745/bright
+load components/philo.ndr
+ren a7745/tleft b7745/bleft a7746/tright b7746/bright
+load components/philo.ndr
+ren a7746/tleft b7746/bleft a7747/tright b7747/bright
+load components/philo.ndr
+ren a7747/tleft b7747/bleft a7748/tright b7748/bright
+load components/philo.ndr
+ren a7748/tleft b7748/bleft a7749/tright b7749/bright
+load components/philo.ndr
+ren a7749/tleft b7749/bleft a7750/tright b7750/bright
+load components/philo.ndr
+ren a7750/tleft b7750/bleft a7751/tright b7751/bright
+load components/philo.ndr
+ren a7751/tleft b7751/bleft a7752/tright b7752/bright
+load components/philo.ndr
+ren a7752/tleft b7752/bleft a7753/tright b7753/bright
+load components/philo.ndr
+ren a7753/tleft b7753/bleft a7754/tright b7754/bright
+load components/philo.ndr
+ren a7754/tleft b7754/bleft a7755/tright b7755/bright
+load components/philo.ndr
+ren a7755/tleft b7755/bleft a7756/tright b7756/bright
+load components/philo.ndr
+ren a7756/tleft b7756/bleft a7757/tright b7757/bright
+load components/philo.ndr
+ren a7757/tleft b7757/bleft a7758/tright b7758/bright
+load components/philo.ndr
+ren a7758/tleft b7758/bleft a7759/tright b7759/bright
+load components/philo.ndr
+ren a7759/tleft b7759/bleft a7760/tright b7760/bright
+load components/philo.ndr
+ren a7760/tleft b7760/bleft a7761/tright b7761/bright
+load components/philo.ndr
+ren a7761/tleft b7761/bleft a7762/tright b7762/bright
+load components/philo.ndr
+ren a7762/tleft b7762/bleft a7763/tright b7763/bright
+load components/philo.ndr
+ren a7763/tleft b7763/bleft a7764/tright b7764/bright
+load components/philo.ndr
+ren a7764/tleft b7764/bleft a7765/tright b7765/bright
+load components/philo.ndr
+ren a7765/tleft b7765/bleft a7766/tright b7766/bright
+load components/philo.ndr
+ren a7766/tleft b7766/bleft a7767/tright b7767/bright
+load components/philo.ndr
+ren a7767/tleft b7767/bleft a7768/tright b7768/bright
+load components/philo.ndr
+ren a7768/tleft b7768/bleft a7769/tright b7769/bright
+load components/philo.ndr
+ren a7769/tleft b7769/bleft a7770/tright b7770/bright
+load components/philo.ndr
+ren a7770/tleft b7770/bleft a7771/tright b7771/bright
+load components/philo.ndr
+ren a7771/tleft b7771/bleft a7772/tright b7772/bright
+load components/philo.ndr
+ren a7772/tleft b7772/bleft a7773/tright b7773/bright
+load components/philo.ndr
+ren a7773/tleft b7773/bleft a7774/tright b7774/bright
+load components/philo.ndr
+ren a7774/tleft b7774/bleft a7775/tright b7775/bright
+load components/philo.ndr
+ren a7775/tleft b7775/bleft a7776/tright b7776/bright
+load components/philo.ndr
+ren a7776/tleft b7776/bleft a7777/tright b7777/bright
+load components/philo.ndr
+ren a7777/tleft b7777/bleft a7778/tright b7778/bright
+load components/philo.ndr
+ren a7778/tleft b7778/bleft a7779/tright b7779/bright
+load components/philo.ndr
+ren a7779/tleft b7779/bleft a7780/tright b7780/bright
+load components/philo.ndr
+ren a7780/tleft b7780/bleft a7781/tright b7781/bright
+load components/philo.ndr
+ren a7781/tleft b7781/bleft a7782/tright b7782/bright
+load components/philo.ndr
+ren a7782/tleft b7782/bleft a7783/tright b7783/bright
+load components/philo.ndr
+ren a7783/tleft b7783/bleft a7784/tright b7784/bright
+load components/philo.ndr
+ren a7784/tleft b7784/bleft a7785/tright b7785/bright
+load components/philo.ndr
+ren a7785/tleft b7785/bleft a7786/tright b7786/bright
+load components/philo.ndr
+ren a7786/tleft b7786/bleft a7787/tright b7787/bright
+load components/philo.ndr
+ren a7787/tleft b7787/bleft a7788/tright b7788/bright
+load components/philo.ndr
+ren a7788/tleft b7788/bleft a7789/tright b7789/bright
+load components/philo.ndr
+ren a7789/tleft b7789/bleft a7790/tright b7790/bright
+load components/philo.ndr
+ren a7790/tleft b7790/bleft a7791/tright b7791/bright
+load components/philo.ndr
+ren a7791/tleft b7791/bleft a7792/tright b7792/bright
+load components/philo.ndr
+ren a7792/tleft b7792/bleft a7793/tright b7793/bright
+load components/philo.ndr
+ren a7793/tleft b7793/bleft a7794/tright b7794/bright
+load components/philo.ndr
+ren a7794/tleft b7794/bleft a7795/tright b7795/bright
+load components/philo.ndr
+ren a7795/tleft b7795/bleft a7796/tright b7796/bright
+load components/philo.ndr
+ren a7796/tleft b7796/bleft a7797/tright b7797/bright
+load components/philo.ndr
+ren a7797/tleft b7797/bleft a7798/tright b7798/bright
+load components/philo.ndr
+ren a7798/tleft b7798/bleft a7799/tright b7799/bright
+load components/philo.ndr
+ren a7799/tleft b7799/bleft a7800/tright b7800/bright
+load components/philo.ndr
+ren a7800/tleft b7800/bleft a7801/tright b7801/bright
+load components/philo.ndr
+ren a7801/tleft b7801/bleft a7802/tright b7802/bright
+load components/philo.ndr
+ren a7802/tleft b7802/bleft a7803/tright b7803/bright
+load components/philo.ndr
+ren a7803/tleft b7803/bleft a7804/tright b7804/bright
+load components/philo.ndr
+ren a7804/tleft b7804/bleft a7805/tright b7805/bright
+load components/philo.ndr
+ren a7805/tleft b7805/bleft a7806/tright b7806/bright
+load components/philo.ndr
+ren a7806/tleft b7806/bleft a7807/tright b7807/bright
+load components/philo.ndr
+ren a7807/tleft b7807/bleft a7808/tright b7808/bright
+load components/philo.ndr
+ren a7808/tleft b7808/bleft a7809/tright b7809/bright
+load components/philo.ndr
+ren a7809/tleft b7809/bleft a7810/tright b7810/bright
+load components/philo.ndr
+ren a7810/tleft b7810/bleft a7811/tright b7811/bright
+load components/philo.ndr
+ren a7811/tleft b7811/bleft a7812/tright b7812/bright
+load components/philo.ndr
+ren a7812/tleft b7812/bleft a7813/tright b7813/bright
+load components/philo.ndr
+ren a7813/tleft b7813/bleft a7814/tright b7814/bright
+load components/philo.ndr
+ren a7814/tleft b7814/bleft a7815/tright b7815/bright
+load components/philo.ndr
+ren a7815/tleft b7815/bleft a7816/tright b7816/bright
+load components/philo.ndr
+ren a7816/tleft b7816/bleft a7817/tright b7817/bright
+load components/philo.ndr
+ren a7817/tleft b7817/bleft a7818/tright b7818/bright
+load components/philo.ndr
+ren a7818/tleft b7818/bleft a7819/tright b7819/bright
+load components/philo.ndr
+ren a7819/tleft b7819/bleft a7820/tright b7820/bright
+load components/philo.ndr
+ren a7820/tleft b7820/bleft a7821/tright b7821/bright
+load components/philo.ndr
+ren a7821/tleft b7821/bleft a7822/tright b7822/bright
+load components/philo.ndr
+ren a7822/tleft b7822/bleft a7823/tright b7823/bright
+load components/philo.ndr
+ren a7823/tleft b7823/bleft a7824/tright b7824/bright
+load components/philo.ndr
+ren a7824/tleft b7824/bleft a7825/tright b7825/bright
+load components/philo.ndr
+ren a7825/tleft b7825/bleft a7826/tright b7826/bright
+load components/philo.ndr
+ren a7826/tleft b7826/bleft a7827/tright b7827/bright
+load components/philo.ndr
+ren a7827/tleft b7827/bleft a7828/tright b7828/bright
+load components/philo.ndr
+ren a7828/tleft b7828/bleft a7829/tright b7829/bright
+load components/philo.ndr
+ren a7829/tleft b7829/bleft a7830/tright b7830/bright
+load components/philo.ndr
+ren a7830/tleft b7830/bleft a7831/tright b7831/bright
+load components/philo.ndr
+ren a7831/tleft b7831/bleft a7832/tright b7832/bright
+load components/philo.ndr
+ren a7832/tleft b7832/bleft a7833/tright b7833/bright
+load components/philo.ndr
+ren a7833/tleft b7833/bleft a7834/tright b7834/bright
+load components/philo.ndr
+ren a7834/tleft b7834/bleft a7835/tright b7835/bright
+load components/philo.ndr
+ren a7835/tleft b7835/bleft a7836/tright b7836/bright
+load components/philo.ndr
+ren a7836/tleft b7836/bleft a7837/tright b7837/bright
+load components/philo.ndr
+ren a7837/tleft b7837/bleft a7838/tright b7838/bright
+load components/philo.ndr
+ren a7838/tleft b7838/bleft a7839/tright b7839/bright
+load components/philo.ndr
+ren a7839/tleft b7839/bleft a7840/tright b7840/bright
+load components/philo.ndr
+ren a7840/tleft b7840/bleft a7841/tright b7841/bright
+load components/philo.ndr
+ren a7841/tleft b7841/bleft a7842/tright b7842/bright
+load components/philo.ndr
+ren a7842/tleft b7842/bleft a7843/tright b7843/bright
+load components/philo.ndr
+ren a7843/tleft b7843/bleft a7844/tright b7844/bright
+load components/philo.ndr
+ren a7844/tleft b7844/bleft a7845/tright b7845/bright
+load components/philo.ndr
+ren a7845/tleft b7845/bleft a7846/tright b7846/bright
+load components/philo.ndr
+ren a7846/tleft b7846/bleft a7847/tright b7847/bright
+load components/philo.ndr
+ren a7847/tleft b7847/bleft a7848/tright b7848/bright
+load components/philo.ndr
+ren a7848/tleft b7848/bleft a7849/tright b7849/bright
+load components/philo.ndr
+ren a7849/tleft b7849/bleft a7850/tright b7850/bright
+load components/philo.ndr
+ren a7850/tleft b7850/bleft a7851/tright b7851/bright
+load components/philo.ndr
+ren a7851/tleft b7851/bleft a7852/tright b7852/bright
+load components/philo.ndr
+ren a7852/tleft b7852/bleft a7853/tright b7853/bright
+load components/philo.ndr
+ren a7853/tleft b7853/bleft a7854/tright b7854/bright
+load components/philo.ndr
+ren a7854/tleft b7854/bleft a7855/tright b7855/bright
+load components/philo.ndr
+ren a7855/tleft b7855/bleft a7856/tright b7856/bright
+load components/philo.ndr
+ren a7856/tleft b7856/bleft a7857/tright b7857/bright
+load components/philo.ndr
+ren a7857/tleft b7857/bleft a7858/tright b7858/bright
+load components/philo.ndr
+ren a7858/tleft b7858/bleft a7859/tright b7859/bright
+load components/philo.ndr
+ren a7859/tleft b7859/bleft a7860/tright b7860/bright
+load components/philo.ndr
+ren a7860/tleft b7860/bleft a7861/tright b7861/bright
+load components/philo.ndr
+ren a7861/tleft b7861/bleft a7862/tright b7862/bright
+load components/philo.ndr
+ren a7862/tleft b7862/bleft a7863/tright b7863/bright
+load components/philo.ndr
+ren a7863/tleft b7863/bleft a7864/tright b7864/bright
+load components/philo.ndr
+ren a7864/tleft b7864/bleft a7865/tright b7865/bright
+load components/philo.ndr
+ren a7865/tleft b7865/bleft a7866/tright b7866/bright
+load components/philo.ndr
+ren a7866/tleft b7866/bleft a7867/tright b7867/bright
+load components/philo.ndr
+ren a7867/tleft b7867/bleft a7868/tright b7868/bright
+load components/philo.ndr
+ren a7868/tleft b7868/bleft a7869/tright b7869/bright
+load components/philo.ndr
+ren a7869/tleft b7869/bleft a7870/tright b7870/bright
+load components/philo.ndr
+ren a7870/tleft b7870/bleft a7871/tright b7871/bright
+load components/philo.ndr
+ren a7871/tleft b7871/bleft a7872/tright b7872/bright
+load components/philo.ndr
+ren a7872/tleft b7872/bleft a7873/tright b7873/bright
+load components/philo.ndr
+ren a7873/tleft b7873/bleft a7874/tright b7874/bright
+load components/philo.ndr
+ren a7874/tleft b7874/bleft a7875/tright b7875/bright
+load components/philo.ndr
+ren a7875/tleft b7875/bleft a7876/tright b7876/bright
+load components/philo.ndr
+ren a7876/tleft b7876/bleft a7877/tright b7877/bright
+load components/philo.ndr
+ren a7877/tleft b7877/bleft a7878/tright b7878/bright
+load components/philo.ndr
+ren a7878/tleft b7878/bleft a7879/tright b7879/bright
+load components/philo.ndr
+ren a7879/tleft b7879/bleft a7880/tright b7880/bright
+load components/philo.ndr
+ren a7880/tleft b7880/bleft a7881/tright b7881/bright
+load components/philo.ndr
+ren a7881/tleft b7881/bleft a7882/tright b7882/bright
+load components/philo.ndr
+ren a7882/tleft b7882/bleft a7883/tright b7883/bright
+load components/philo.ndr
+ren a7883/tleft b7883/bleft a7884/tright b7884/bright
+load components/philo.ndr
+ren a7884/tleft b7884/bleft a7885/tright b7885/bright
+load components/philo.ndr
+ren a7885/tleft b7885/bleft a7886/tright b7886/bright
+load components/philo.ndr
+ren a7886/tleft b7886/bleft a7887/tright b7887/bright
+load components/philo.ndr
+ren a7887/tleft b7887/bleft a7888/tright b7888/bright
+load components/philo.ndr
+ren a7888/tleft b7888/bleft a7889/tright b7889/bright
+load components/philo.ndr
+ren a7889/tleft b7889/bleft a7890/tright b7890/bright
+load components/philo.ndr
+ren a7890/tleft b7890/bleft a7891/tright b7891/bright
+load components/philo.ndr
+ren a7891/tleft b7891/bleft a7892/tright b7892/bright
+load components/philo.ndr
+ren a7892/tleft b7892/bleft a7893/tright b7893/bright
+load components/philo.ndr
+ren a7893/tleft b7893/bleft a7894/tright b7894/bright
+load components/philo.ndr
+ren a7894/tleft b7894/bleft a7895/tright b7895/bright
+load components/philo.ndr
+ren a7895/tleft b7895/bleft a7896/tright b7896/bright
+load components/philo.ndr
+ren a7896/tleft b7896/bleft a7897/tright b7897/bright
+load components/philo.ndr
+ren a7897/tleft b7897/bleft a7898/tright b7898/bright
+load components/philo.ndr
+ren a7898/tleft b7898/bleft a7899/tright b7899/bright
+load components/philo.ndr
+ren a7899/tleft b7899/bleft a7900/tright b7900/bright
+load components/philo.ndr
+ren a7900/tleft b7900/bleft a7901/tright b7901/bright
+load components/philo.ndr
+ren a7901/tleft b7901/bleft a7902/tright b7902/bright
+load components/philo.ndr
+ren a7902/tleft b7902/bleft a7903/tright b7903/bright
+load components/philo.ndr
+ren a7903/tleft b7903/bleft a7904/tright b7904/bright
+load components/philo.ndr
+ren a7904/tleft b7904/bleft a7905/tright b7905/bright
+load components/philo.ndr
+ren a7905/tleft b7905/bleft a7906/tright b7906/bright
+load components/philo.ndr
+ren a7906/tleft b7906/bleft a7907/tright b7907/bright
+load components/philo.ndr
+ren a7907/tleft b7907/bleft a7908/tright b7908/bright
+load components/philo.ndr
+ren a7908/tleft b7908/bleft a7909/tright b7909/bright
+load components/philo.ndr
+ren a7909/tleft b7909/bleft a7910/tright b7910/bright
+load components/philo.ndr
+ren a7910/tleft b7910/bleft a7911/tright b7911/bright
+load components/philo.ndr
+ren a7911/tleft b7911/bleft a7912/tright b7912/bright
+load components/philo.ndr
+ren a7912/tleft b7912/bleft a7913/tright b7913/bright
+load components/philo.ndr
+ren a7913/tleft b7913/bleft a7914/tright b7914/bright
+load components/philo.ndr
+ren a7914/tleft b7914/bleft a7915/tright b7915/bright
+load components/philo.ndr
+ren a7915/tleft b7915/bleft a7916/tright b7916/bright
+load components/philo.ndr
+ren a7916/tleft b7916/bleft a7917/tright b7917/bright
+load components/philo.ndr
+ren a7917/tleft b7917/bleft a7918/tright b7918/bright
+load components/philo.ndr
+ren a7918/tleft b7918/bleft a7919/tright b7919/bright
+load components/philo.ndr
+ren a7919/tleft b7919/bleft a7920/tright b7920/bright
+load components/philo.ndr
+ren a7920/tleft b7920/bleft a7921/tright b7921/bright
+load components/philo.ndr
+ren a7921/tleft b7921/bleft a7922/tright b7922/bright
+load components/philo.ndr
+ren a7922/tleft b7922/bleft a7923/tright b7923/bright
+load components/philo.ndr
+ren a7923/tleft b7923/bleft a7924/tright b7924/bright
+load components/philo.ndr
+ren a7924/tleft b7924/bleft a7925/tright b7925/bright
+load components/philo.ndr
+ren a7925/tleft b7925/bleft a7926/tright b7926/bright
+load components/philo.ndr
+ren a7926/tleft b7926/bleft a7927/tright b7927/bright
+load components/philo.ndr
+ren a7927/tleft b7927/bleft a7928/tright b7928/bright
+load components/philo.ndr
+ren a7928/tleft b7928/bleft a7929/tright b7929/bright
+load components/philo.ndr
+ren a7929/tleft b7929/bleft a7930/tright b7930/bright
+load components/philo.ndr
+ren a7930/tleft b7930/bleft a7931/tright b7931/bright
+load components/philo.ndr
+ren a7931/tleft b7931/bleft a7932/tright b7932/bright
+load components/philo.ndr
+ren a7932/tleft b7932/bleft a7933/tright b7933/bright
+load components/philo.ndr
+ren a7933/tleft b7933/bleft a7934/tright b7934/bright
+load components/philo.ndr
+ren a7934/tleft b7934/bleft a7935/tright b7935/bright
+load components/philo.ndr
+ren a7935/tleft b7935/bleft a7936/tright b7936/bright
+load components/philo.ndr
+ren a7936/tleft b7936/bleft a7937/tright b7937/bright
+load components/philo.ndr
+ren a7937/tleft b7937/bleft a7938/tright b7938/bright
+load components/philo.ndr
+ren a7938/tleft b7938/bleft a7939/tright b7939/bright
+load components/philo.ndr
+ren a7939/tleft b7939/bleft a7940/tright b7940/bright
+load components/philo.ndr
+ren a7940/tleft b7940/bleft a7941/tright b7941/bright
+load components/philo.ndr
+ren a7941/tleft b7941/bleft a7942/tright b7942/bright
+load components/philo.ndr
+ren a7942/tleft b7942/bleft a7943/tright b7943/bright
+load components/philo.ndr
+ren a7943/tleft b7943/bleft a7944/tright b7944/bright
+load components/philo.ndr
+ren a7944/tleft b7944/bleft a7945/tright b7945/bright
+load components/philo.ndr
+ren a7945/tleft b7945/bleft a7946/tright b7946/bright
+load components/philo.ndr
+ren a7946/tleft b7946/bleft a7947/tright b7947/bright
+load components/philo.ndr
+ren a7947/tleft b7947/bleft a7948/tright b7948/bright
+load components/philo.ndr
+ren a7948/tleft b7948/bleft a7949/tright b7949/bright
+load components/philo.ndr
+ren a7949/tleft b7949/bleft a7950/tright b7950/bright
+load components/philo.ndr
+ren a7950/tleft b7950/bleft a7951/tright b7951/bright
+load components/philo.ndr
+ren a7951/tleft b7951/bleft a7952/tright b7952/bright
+load components/philo.ndr
+ren a7952/tleft b7952/bleft a7953/tright b7953/bright
+load components/philo.ndr
+ren a7953/tleft b7953/bleft a7954/tright b7954/bright
+load components/philo.ndr
+ren a7954/tleft b7954/bleft a7955/tright b7955/bright
+load components/philo.ndr
+ren a7955/tleft b7955/bleft a7956/tright b7956/bright
+load components/philo.ndr
+ren a7956/tleft b7956/bleft a7957/tright b7957/bright
+load components/philo.ndr
+ren a7957/tleft b7957/bleft a7958/tright b7958/bright
+load components/philo.ndr
+ren a7958/tleft b7958/bleft a7959/tright b7959/bright
+load components/philo.ndr
+ren a7959/tleft b7959/bleft a7960/tright b7960/bright
+load components/philo.ndr
+ren a7960/tleft b7960/bleft a7961/tright b7961/bright
+load components/philo.ndr
+ren a7961/tleft b7961/bleft a7962/tright b7962/bright
+load components/philo.ndr
+ren a7962/tleft b7962/bleft a7963/tright b7963/bright
+load components/philo.ndr
+ren a7963/tleft b7963/bleft a7964/tright b7964/bright
+load components/philo.ndr
+ren a7964/tleft b7964/bleft a7965/tright b7965/bright
+load components/philo.ndr
+ren a7965/tleft b7965/bleft a7966/tright b7966/bright
+load components/philo.ndr
+ren a7966/tleft b7966/bleft a7967/tright b7967/bright
+load components/philo.ndr
+ren a7967/tleft b7967/bleft a7968/tright b7968/bright
+load components/philo.ndr
+ren a7968/tleft b7968/bleft a7969/tright b7969/bright
+load components/philo.ndr
+ren a7969/tleft b7969/bleft a7970/tright b7970/bright
+load components/philo.ndr
+ren a7970/tleft b7970/bleft a7971/tright b7971/bright
+load components/philo.ndr
+ren a7971/tleft b7971/bleft a7972/tright b7972/bright
+load components/philo.ndr
+ren a7972/tleft b7972/bleft a7973/tright b7973/bright
+load components/philo.ndr
+ren a7973/tleft b7973/bleft a7974/tright b7974/bright
+load components/philo.ndr
+ren a7974/tleft b7974/bleft a7975/tright b7975/bright
+load components/philo.ndr
+ren a7975/tleft b7975/bleft a7976/tright b7976/bright
+load components/philo.ndr
+ren a7976/tleft b7976/bleft a7977/tright b7977/bright
+load components/philo.ndr
+ren a7977/tleft b7977/bleft a7978/tright b7978/bright
+load components/philo.ndr
+ren a7978/tleft b7978/bleft a7979/tright b7979/bright
+load components/philo.ndr
+ren a7979/tleft b7979/bleft a7980/tright b7980/bright
+load components/philo.ndr
+ren a7980/tleft b7980/bleft a7981/tright b7981/bright
+load components/philo.ndr
+ren a7981/tleft b7981/bleft a7982/tright b7982/bright
+load components/philo.ndr
+ren a7982/tleft b7982/bleft a7983/tright b7983/bright
+load components/philo.ndr
+ren a7983/tleft b7983/bleft a7984/tright b7984/bright
+load components/philo.ndr
+ren a7984/tleft b7984/bleft a7985/tright b7985/bright
+load components/philo.ndr
+ren a7985/tleft b7985/bleft a7986/tright b7986/bright
+load components/philo.ndr
+ren a7986/tleft b7986/bleft a7987/tright b7987/bright
+load components/philo.ndr
+ren a7987/tleft b7987/bleft a7988/tright b7988/bright
+load components/philo.ndr
+ren a7988/tleft b7988/bleft a7989/tright b7989/bright
+load components/philo.ndr
+ren a7989/tleft b7989/bleft a7990/tright b7990/bright
+load components/philo.ndr
+ren a7990/tleft b7990/bleft a7991/tright b7991/bright
+load components/philo.ndr
+ren a7991/tleft b7991/bleft a7992/tright b7992/bright
+load components/philo.ndr
+ren a7992/tleft b7992/bleft a7993/tright b7993/bright
+load components/philo.ndr
+ren a7993/tleft b7993/bleft a7994/tright b7994/bright
+load components/philo.ndr
+ren a7994/tleft b7994/bleft a7995/tright b7995/bright
+load components/philo.ndr
+ren a7995/tleft b7995/bleft a7996/tright b7996/bright
+load components/philo.ndr
+ren a7996/tleft b7996/bleft a7997/tright b7997/bright
+load components/philo.ndr
+ren a7997/tleft b7997/bleft a7998/tright b7998/bright
+load components/philo.ndr
+ren a7998/tleft b7998/bleft a7999/tright b7999/bright
+load components/philo.ndr
+ren a7999/tleft b7999/bleft a8000/tright b8000/bright
+load components/philo.ndr
+ren a8000/tleft b8000/bleft a8001/tright b8001/bright
+load components/philo.ndr
+ren a8001/tleft b8001/bleft a8002/tright b8002/bright
+load components/philo.ndr
+ren a8002/tleft b8002/bleft a8003/tright b8003/bright
+load components/philo.ndr
+ren a8003/tleft b8003/bleft a8004/tright b8004/bright
+load components/philo.ndr
+ren a8004/tleft b8004/bleft a8005/tright b8005/bright
+load components/philo.ndr
+ren a8005/tleft b8005/bleft a8006/tright b8006/bright
+load components/philo.ndr
+ren a8006/tleft b8006/bleft a8007/tright b8007/bright
+load components/philo.ndr
+ren a8007/tleft b8007/bleft a8008/tright b8008/bright
+load components/philo.ndr
+ren a8008/tleft b8008/bleft a8009/tright b8009/bright
+load components/philo.ndr
+ren a8009/tleft b8009/bleft a8010/tright b8010/bright
+load components/philo.ndr
+ren a8010/tleft b8010/bleft a8011/tright b8011/bright
+load components/philo.ndr
+ren a8011/tleft b8011/bleft a8012/tright b8012/bright
+load components/philo.ndr
+ren a8012/tleft b8012/bleft a8013/tright b8013/bright
+load components/philo.ndr
+ren a8013/tleft b8013/bleft a8014/tright b8014/bright
+load components/philo.ndr
+ren a8014/tleft b8014/bleft a8015/tright b8015/bright
+load components/philo.ndr
+ren a8015/tleft b8015/bleft a8016/tright b8016/bright
+load components/philo.ndr
+ren a8016/tleft b8016/bleft a8017/tright b8017/bright
+load components/philo.ndr
+ren a8017/tleft b8017/bleft a8018/tright b8018/bright
+load components/philo.ndr
+ren a8018/tleft b8018/bleft a8019/tright b8019/bright
+load components/philo.ndr
+ren a8019/tleft b8019/bleft a8020/tright b8020/bright
+load components/philo.ndr
+ren a8020/tleft b8020/bleft a8021/tright b8021/bright
+load components/philo.ndr
+ren a8021/tleft b8021/bleft a8022/tright b8022/bright
+load components/philo.ndr
+ren a8022/tleft b8022/bleft a8023/tright b8023/bright
+load components/philo.ndr
+ren a8023/tleft b8023/bleft a8024/tright b8024/bright
+load components/philo.ndr
+ren a8024/tleft b8024/bleft a8025/tright b8025/bright
+load components/philo.ndr
+ren a8025/tleft b8025/bleft a8026/tright b8026/bright
+load components/philo.ndr
+ren a8026/tleft b8026/bleft a8027/tright b8027/bright
+load components/philo.ndr
+ren a8027/tleft b8027/bleft a8028/tright b8028/bright
+load components/philo.ndr
+ren a8028/tleft b8028/bleft a8029/tright b8029/bright
+load components/philo.ndr
+ren a8029/tleft b8029/bleft a8030/tright b8030/bright
+load components/philo.ndr
+ren a8030/tleft b8030/bleft a8031/tright b8031/bright
+load components/philo.ndr
+ren a8031/tleft b8031/bleft a8032/tright b8032/bright
+load components/philo.ndr
+ren a8032/tleft b8032/bleft a8033/tright b8033/bright
+load components/philo.ndr
+ren a8033/tleft b8033/bleft a8034/tright b8034/bright
+load components/philo.ndr
+ren a8034/tleft b8034/bleft a8035/tright b8035/bright
+load components/philo.ndr
+ren a8035/tleft b8035/bleft a8036/tright b8036/bright
+load components/philo.ndr
+ren a8036/tleft b8036/bleft a8037/tright b8037/bright
+load components/philo.ndr
+ren a8037/tleft b8037/bleft a8038/tright b8038/bright
+load components/philo.ndr
+ren a8038/tleft b8038/bleft a8039/tright b8039/bright
+load components/philo.ndr
+ren a8039/tleft b8039/bleft a8040/tright b8040/bright
+load components/philo.ndr
+ren a8040/tleft b8040/bleft a8041/tright b8041/bright
+load components/philo.ndr
+ren a8041/tleft b8041/bleft a8042/tright b8042/bright
+load components/philo.ndr
+ren a8042/tleft b8042/bleft a8043/tright b8043/bright
+load components/philo.ndr
+ren a8043/tleft b8043/bleft a8044/tright b8044/bright
+load components/philo.ndr
+ren a8044/tleft b8044/bleft a8045/tright b8045/bright
+load components/philo.ndr
+ren a8045/tleft b8045/bleft a8046/tright b8046/bright
+load components/philo.ndr
+ren a8046/tleft b8046/bleft a8047/tright b8047/bright
+load components/philo.ndr
+ren a8047/tleft b8047/bleft a8048/tright b8048/bright
+load components/philo.ndr
+ren a8048/tleft b8048/bleft a8049/tright b8049/bright
+load components/philo.ndr
+ren a8049/tleft b8049/bleft a8050/tright b8050/bright
+load components/philo.ndr
+ren a8050/tleft b8050/bleft a8051/tright b8051/bright
+load components/philo.ndr
+ren a8051/tleft b8051/bleft a8052/tright b8052/bright
+load components/philo.ndr
+ren a8052/tleft b8052/bleft a8053/tright b8053/bright
+load components/philo.ndr
+ren a8053/tleft b8053/bleft a8054/tright b8054/bright
+load components/philo.ndr
+ren a8054/tleft b8054/bleft a8055/tright b8055/bright
+load components/philo.ndr
+ren a8055/tleft b8055/bleft a8056/tright b8056/bright
+load components/philo.ndr
+ren a8056/tleft b8056/bleft a8057/tright b8057/bright
+load components/philo.ndr
+ren a8057/tleft b8057/bleft a8058/tright b8058/bright
+load components/philo.ndr
+ren a8058/tleft b8058/bleft a8059/tright b8059/bright
+load components/philo.ndr
+ren a8059/tleft b8059/bleft a8060/tright b8060/bright
+load components/philo.ndr
+ren a8060/tleft b8060/bleft a8061/tright b8061/bright
+load components/philo.ndr
+ren a8061/tleft b8061/bleft a8062/tright b8062/bright
+load components/philo.ndr
+ren a8062/tleft b8062/bleft a8063/tright b8063/bright
+load components/philo.ndr
+ren a8063/tleft b8063/bleft a8064/tright b8064/bright
+load components/philo.ndr
+ren a8064/tleft b8064/bleft a8065/tright b8065/bright
+load components/philo.ndr
+ren a8065/tleft b8065/bleft a8066/tright b8066/bright
+load components/philo.ndr
+ren a8066/tleft b8066/bleft a8067/tright b8067/bright
+load components/philo.ndr
+ren a8067/tleft b8067/bleft a8068/tright b8068/bright
+load components/philo.ndr
+ren a8068/tleft b8068/bleft a8069/tright b8069/bright
+load components/philo.ndr
+ren a8069/tleft b8069/bleft a8070/tright b8070/bright
+load components/philo.ndr
+ren a8070/tleft b8070/bleft a8071/tright b8071/bright
+load components/philo.ndr
+ren a8071/tleft b8071/bleft a8072/tright b8072/bright
+load components/philo.ndr
+ren a8072/tleft b8072/bleft a8073/tright b8073/bright
+load components/philo.ndr
+ren a8073/tleft b8073/bleft a8074/tright b8074/bright
+load components/philo.ndr
+ren a8074/tleft b8074/bleft a8075/tright b8075/bright
+load components/philo.ndr
+ren a8075/tleft b8075/bleft a8076/tright b8076/bright
+load components/philo.ndr
+ren a8076/tleft b8076/bleft a8077/tright b8077/bright
+load components/philo.ndr
+ren a8077/tleft b8077/bleft a8078/tright b8078/bright
+load components/philo.ndr
+ren a8078/tleft b8078/bleft a8079/tright b8079/bright
+load components/philo.ndr
+ren a8079/tleft b8079/bleft a8080/tright b8080/bright
+load components/philo.ndr
+ren a8080/tleft b8080/bleft a8081/tright b8081/bright
+load components/philo.ndr
+ren a8081/tleft b8081/bleft a8082/tright b8082/bright
+load components/philo.ndr
+ren a8082/tleft b8082/bleft a8083/tright b8083/bright
+load components/philo.ndr
+ren a8083/tleft b8083/bleft a8084/tright b8084/bright
+load components/philo.ndr
+ren a8084/tleft b8084/bleft a8085/tright b8085/bright
+load components/philo.ndr
+ren a8085/tleft b8085/bleft a8086/tright b8086/bright
+load components/philo.ndr
+ren a8086/tleft b8086/bleft a8087/tright b8087/bright
+load components/philo.ndr
+ren a8087/tleft b8087/bleft a8088/tright b8088/bright
+load components/philo.ndr
+ren a8088/tleft b8088/bleft a8089/tright b8089/bright
+load components/philo.ndr
+ren a8089/tleft b8089/bleft a8090/tright b8090/bright
+load components/philo.ndr
+ren a8090/tleft b8090/bleft a8091/tright b8091/bright
+load components/philo.ndr
+ren a8091/tleft b8091/bleft a8092/tright b8092/bright
+load components/philo.ndr
+ren a8092/tleft b8092/bleft a8093/tright b8093/bright
+load components/philo.ndr
+ren a8093/tleft b8093/bleft a8094/tright b8094/bright
+load components/philo.ndr
+ren a8094/tleft b8094/bleft a8095/tright b8095/bright
+load components/philo.ndr
+ren a8095/tleft b8095/bleft a8096/tright b8096/bright
+load components/philo.ndr
+ren a8096/tleft b8096/bleft a8097/tright b8097/bright
+load components/philo.ndr
+ren a8097/tleft b8097/bleft a8098/tright b8098/bright
+load components/philo.ndr
+ren a8098/tleft b8098/bleft a8099/tright b8099/bright
+load components/philo.ndr
+ren a8099/tleft b8099/bleft a8100/tright b8100/bright
+load components/philo.ndr
+ren a8100/tleft b8100/bleft a8101/tright b8101/bright
+load components/philo.ndr
+ren a8101/tleft b8101/bleft a8102/tright b8102/bright
+load components/philo.ndr
+ren a8102/tleft b8102/bleft a8103/tright b8103/bright
+load components/philo.ndr
+ren a8103/tleft b8103/bleft a8104/tright b8104/bright
+load components/philo.ndr
+ren a8104/tleft b8104/bleft a8105/tright b8105/bright
+load components/philo.ndr
+ren a8105/tleft b8105/bleft a8106/tright b8106/bright
+load components/philo.ndr
+ren a8106/tleft b8106/bleft a8107/tright b8107/bright
+load components/philo.ndr
+ren a8107/tleft b8107/bleft a8108/tright b8108/bright
+load components/philo.ndr
+ren a8108/tleft b8108/bleft a8109/tright b8109/bright
+load components/philo.ndr
+ren a8109/tleft b8109/bleft a8110/tright b8110/bright
+load components/philo.ndr
+ren a8110/tleft b8110/bleft a8111/tright b8111/bright
+load components/philo.ndr
+ren a8111/tleft b8111/bleft a8112/tright b8112/bright
+load components/philo.ndr
+ren a8112/tleft b8112/bleft a8113/tright b8113/bright
+load components/philo.ndr
+ren a8113/tleft b8113/bleft a8114/tright b8114/bright
+load components/philo.ndr
+ren a8114/tleft b8114/bleft a8115/tright b8115/bright
+load components/philo.ndr
+ren a8115/tleft b8115/bleft a8116/tright b8116/bright
+load components/philo.ndr
+ren a8116/tleft b8116/bleft a8117/tright b8117/bright
+load components/philo.ndr
+ren a8117/tleft b8117/bleft a8118/tright b8118/bright
+load components/philo.ndr
+ren a8118/tleft b8118/bleft a8119/tright b8119/bright
+load components/philo.ndr
+ren a8119/tleft b8119/bleft a8120/tright b8120/bright
+load components/philo.ndr
+ren a8120/tleft b8120/bleft a8121/tright b8121/bright
+load components/philo.ndr
+ren a8121/tleft b8121/bleft a8122/tright b8122/bright
+load components/philo.ndr
+ren a8122/tleft b8122/bleft a8123/tright b8123/bright
+load components/philo.ndr
+ren a8123/tleft b8123/bleft a8124/tright b8124/bright
+load components/philo.ndr
+ren a8124/tleft b8124/bleft a8125/tright b8125/bright
+load components/philo.ndr
+ren a8125/tleft b8125/bleft a8126/tright b8126/bright
+load components/philo.ndr
+ren a8126/tleft b8126/bleft a8127/tright b8127/bright
+load components/philo.ndr
+ren a8127/tleft b8127/bleft a8128/tright b8128/bright
+load components/philo.ndr
+ren a8128/tleft b8128/bleft a8129/tright b8129/bright
+load components/philo.ndr
+ren a8129/tleft b8129/bleft a8130/tright b8130/bright
+load components/philo.ndr
+ren a8130/tleft b8130/bleft a8131/tright b8131/bright
+load components/philo.ndr
+ren a8131/tleft b8131/bleft a8132/tright b8132/bright
+load components/philo.ndr
+ren a8132/tleft b8132/bleft a8133/tright b8133/bright
+load components/philo.ndr
+ren a8133/tleft b8133/bleft a8134/tright b8134/bright
+load components/philo.ndr
+ren a8134/tleft b8134/bleft a8135/tright b8135/bright
+load components/philo.ndr
+ren a8135/tleft b8135/bleft a8136/tright b8136/bright
+load components/philo.ndr
+ren a8136/tleft b8136/bleft a8137/tright b8137/bright
+load components/philo.ndr
+ren a8137/tleft b8137/bleft a8138/tright b8138/bright
+load components/philo.ndr
+ren a8138/tleft b8138/bleft a8139/tright b8139/bright
+load components/philo.ndr
+ren a8139/tleft b8139/bleft a8140/tright b8140/bright
+load components/philo.ndr
+ren a8140/tleft b8140/bleft a8141/tright b8141/bright
+load components/philo.ndr
+ren a8141/tleft b8141/bleft a8142/tright b8142/bright
+load components/philo.ndr
+ren a8142/tleft b8142/bleft a8143/tright b8143/bright
+load components/philo.ndr
+ren a8143/tleft b8143/bleft a8144/tright b8144/bright
+load components/philo.ndr
+ren a8144/tleft b8144/bleft a8145/tright b8145/bright
+load components/philo.ndr
+ren a8145/tleft b8145/bleft a8146/tright b8146/bright
+load components/philo.ndr
+ren a8146/tleft b8146/bleft a8147/tright b8147/bright
+load components/philo.ndr
+ren a8147/tleft b8147/bleft a8148/tright b8148/bright
+load components/philo.ndr
+ren a8148/tleft b8148/bleft a8149/tright b8149/bright
+load components/philo.ndr
+ren a8149/tleft b8149/bleft a8150/tright b8150/bright
+load components/philo.ndr
+ren a8150/tleft b8150/bleft a8151/tright b8151/bright
+load components/philo.ndr
+ren a8151/tleft b8151/bleft a8152/tright b8152/bright
+load components/philo.ndr
+ren a8152/tleft b8152/bleft a8153/tright b8153/bright
+load components/philo.ndr
+ren a8153/tleft b8153/bleft a8154/tright b8154/bright
+load components/philo.ndr
+ren a8154/tleft b8154/bleft a8155/tright b8155/bright
+load components/philo.ndr
+ren a8155/tleft b8155/bleft a8156/tright b8156/bright
+load components/philo.ndr
+ren a8156/tleft b8156/bleft a8157/tright b8157/bright
+load components/philo.ndr
+ren a8157/tleft b8157/bleft a8158/tright b8158/bright
+load components/philo.ndr
+ren a8158/tleft b8158/bleft a8159/tright b8159/bright
+load components/philo.ndr
+ren a8159/tleft b8159/bleft a8160/tright b8160/bright
+load components/philo.ndr
+ren a8160/tleft b8160/bleft a8161/tright b8161/bright
+load components/philo.ndr
+ren a8161/tleft b8161/bleft a8162/tright b8162/bright
+load components/philo.ndr
+ren a8162/tleft b8162/bleft a8163/tright b8163/bright
+load components/philo.ndr
+ren a8163/tleft b8163/bleft a8164/tright b8164/bright
+load components/philo.ndr
+ren a8164/tleft b8164/bleft a8165/tright b8165/bright
+load components/philo.ndr
+ren a8165/tleft b8165/bleft a8166/tright b8166/bright
+load components/philo.ndr
+ren a8166/tleft b8166/bleft a8167/tright b8167/bright
+load components/philo.ndr
+ren a8167/tleft b8167/bleft a8168/tright b8168/bright
+load components/philo.ndr
+ren a8168/tleft b8168/bleft a8169/tright b8169/bright
+load components/philo.ndr
+ren a8169/tleft b8169/bleft a8170/tright b8170/bright
+load components/philo.ndr
+ren a8170/tleft b8170/bleft a8171/tright b8171/bright
+load components/philo.ndr
+ren a8171/tleft b8171/bleft a8172/tright b8172/bright
+load components/philo.ndr
+ren a8172/tleft b8172/bleft a8173/tright b8173/bright
+load components/philo.ndr
+ren a8173/tleft b8173/bleft a8174/tright b8174/bright
+load components/philo.ndr
+ren a8174/tleft b8174/bleft a8175/tright b8175/bright
+load components/philo.ndr
+ren a8175/tleft b8175/bleft a8176/tright b8176/bright
+load components/philo.ndr
+ren a8176/tleft b8176/bleft a8177/tright b8177/bright
+load components/philo.ndr
+ren a8177/tleft b8177/bleft a8178/tright b8178/bright
+load components/philo.ndr
+ren a8178/tleft b8178/bleft a8179/tright b8179/bright
+load components/philo.ndr
+ren a8179/tleft b8179/bleft a8180/tright b8180/bright
+load components/philo.ndr
+ren a8180/tleft b8180/bleft a8181/tright b8181/bright
+load components/philo.ndr
+ren a8181/tleft b8181/bleft a8182/tright b8182/bright
+load components/philo.ndr
+ren a8182/tleft b8182/bleft a8183/tright b8183/bright
+load components/philo.ndr
+ren a8183/tleft b8183/bleft a8184/tright b8184/bright
+load components/philo.ndr
+ren a8184/tleft b8184/bleft a8185/tright b8185/bright
+load components/philo.ndr
+ren a8185/tleft b8185/bleft a8186/tright b8186/bright
+load components/philo.ndr
+ren a8186/tleft b8186/bleft a8187/tright b8187/bright
+load components/philo.ndr
+ren a8187/tleft b8187/bleft a8188/tright b8188/bright
+load components/philo.ndr
+ren a8188/tleft b8188/bleft a8189/tright b8189/bright
+load components/philo.ndr
+ren a8189/tleft b8189/bleft a8190/tright b8190/bright
+load components/philo.ndr
+ren a8190/tleft b8190/bleft a8191/tright b8191/bright
+load components/philo.ndr
+ren a8191/tleft b8191/bleft a8192/tright b8192/bright
+load components/philo.ndr
+ren a8192/tleft b8192/bleft a8193/tright b8193/bright
+load components/philo.ndr
+ren a8193/tleft b8193/bleft a8194/tright b8194/bright
+load components/philo.ndr
+ren a8194/tleft b8194/bleft a8195/tright b8195/bright
+load components/philo.ndr
+ren a8195/tleft b8195/bleft a8196/tright b8196/bright
+load components/philo.ndr
+ren a8196/tleft b8196/bleft a8197/tright b8197/bright
+load components/philo.ndr
+ren a8197/tleft b8197/bleft a8198/tright b8198/bright
+load components/philo.ndr
+ren a8198/tleft b8198/bleft a8199/tright b8199/bright
+load components/philo.ndr
+ren a8199/tleft b8199/bleft a8200/tright b8200/bright
+load components/philo.ndr
+ren a8200/tleft b8200/bleft a8201/tright b8201/bright
+load components/philo.ndr
+ren a8201/tleft b8201/bleft a8202/tright b8202/bright
+load components/philo.ndr
+ren a8202/tleft b8202/bleft a8203/tright b8203/bright
+load components/philo.ndr
+ren a8203/tleft b8203/bleft a8204/tright b8204/bright
+load components/philo.ndr
+ren a8204/tleft b8204/bleft a8205/tright b8205/bright
+load components/philo.ndr
+ren a8205/tleft b8205/bleft a8206/tright b8206/bright
+load components/philo.ndr
+ren a8206/tleft b8206/bleft a8207/tright b8207/bright
+load components/philo.ndr
+ren a8207/tleft b8207/bleft a8208/tright b8208/bright
+load components/philo.ndr
+ren a8208/tleft b8208/bleft a8209/tright b8209/bright
+load components/philo.ndr
+ren a8209/tleft b8209/bleft a8210/tright b8210/bright
+load components/philo.ndr
+ren a8210/tleft b8210/bleft a8211/tright b8211/bright
+load components/philo.ndr
+ren a8211/tleft b8211/bleft a8212/tright b8212/bright
+load components/philo.ndr
+ren a8212/tleft b8212/bleft a8213/tright b8213/bright
+load components/philo.ndr
+ren a8213/tleft b8213/bleft a8214/tright b8214/bright
+load components/philo.ndr
+ren a8214/tleft b8214/bleft a8215/tright b8215/bright
+load components/philo.ndr
+ren a8215/tleft b8215/bleft a8216/tright b8216/bright
+load components/philo.ndr
+ren a8216/tleft b8216/bleft a8217/tright b8217/bright
+load components/philo.ndr
+ren a8217/tleft b8217/bleft a8218/tright b8218/bright
+load components/philo.ndr
+ren a8218/tleft b8218/bleft a8219/tright b8219/bright
+load components/philo.ndr
+ren a8219/tleft b8219/bleft a8220/tright b8220/bright
+load components/philo.ndr
+ren a8220/tleft b8220/bleft a8221/tright b8221/bright
+load components/philo.ndr
+ren a8221/tleft b8221/bleft a8222/tright b8222/bright
+load components/philo.ndr
+ren a8222/tleft b8222/bleft a8223/tright b8223/bright
+load components/philo.ndr
+ren a8223/tleft b8223/bleft a8224/tright b8224/bright
+load components/philo.ndr
+ren a8224/tleft b8224/bleft a8225/tright b8225/bright
+load components/philo.ndr
+ren a8225/tleft b8225/bleft a8226/tright b8226/bright
+load components/philo.ndr
+ren a8226/tleft b8226/bleft a8227/tright b8227/bright
+load components/philo.ndr
+ren a8227/tleft b8227/bleft a8228/tright b8228/bright
+load components/philo.ndr
+ren a8228/tleft b8228/bleft a8229/tright b8229/bright
+load components/philo.ndr
+ren a8229/tleft b8229/bleft a8230/tright b8230/bright
+load components/philo.ndr
+ren a8230/tleft b8230/bleft a8231/tright b8231/bright
+load components/philo.ndr
+ren a8231/tleft b8231/bleft a8232/tright b8232/bright
+load components/philo.ndr
+ren a8232/tleft b8232/bleft a8233/tright b8233/bright
+load components/philo.ndr
+ren a8233/tleft b8233/bleft a8234/tright b8234/bright
+load components/philo.ndr
+ren a8234/tleft b8234/bleft a8235/tright b8235/bright
+load components/philo.ndr
+ren a8235/tleft b8235/bleft a8236/tright b8236/bright
+load components/philo.ndr
+ren a8236/tleft b8236/bleft a8237/tright b8237/bright
+load components/philo.ndr
+ren a8237/tleft b8237/bleft a8238/tright b8238/bright
+load components/philo.ndr
+ren a8238/tleft b8238/bleft a8239/tright b8239/bright
+load components/philo.ndr
+ren a8239/tleft b8239/bleft a8240/tright b8240/bright
+load components/philo.ndr
+ren a8240/tleft b8240/bleft a8241/tright b8241/bright
+load components/philo.ndr
+ren a8241/tleft b8241/bleft a8242/tright b8242/bright
+load components/philo.ndr
+ren a8242/tleft b8242/bleft a8243/tright b8243/bright
+load components/philo.ndr
+ren a8243/tleft b8243/bleft a8244/tright b8244/bright
+load components/philo.ndr
+ren a8244/tleft b8244/bleft a8245/tright b8245/bright
+load components/philo.ndr
+ren a8245/tleft b8245/bleft a8246/tright b8246/bright
+load components/philo.ndr
+ren a8246/tleft b8246/bleft a8247/tright b8247/bright
+load components/philo.ndr
+ren a8247/tleft b8247/bleft a8248/tright b8248/bright
+load components/philo.ndr
+ren a8248/tleft b8248/bleft a8249/tright b8249/bright
+load components/philo.ndr
+ren a8249/tleft b8249/bleft a8250/tright b8250/bright
+load components/philo.ndr
+ren a8250/tleft b8250/bleft a8251/tright b8251/bright
+load components/philo.ndr
+ren a8251/tleft b8251/bleft a8252/tright b8252/bright
+load components/philo.ndr
+ren a8252/tleft b8252/bleft a8253/tright b8253/bright
+load components/philo.ndr
+ren a8253/tleft b8253/bleft a8254/tright b8254/bright
+load components/philo.ndr
+ren a8254/tleft b8254/bleft a8255/tright b8255/bright
+load components/philo.ndr
+ren a8255/tleft b8255/bleft a8256/tright b8256/bright
+load components/philo.ndr
+ren a8256/tleft b8256/bleft a8257/tright b8257/bright
+load components/philo.ndr
+ren a8257/tleft b8257/bleft a8258/tright b8258/bright
+load components/philo.ndr
+ren a8258/tleft b8258/bleft a8259/tright b8259/bright
+load components/philo.ndr
+ren a8259/tleft b8259/bleft a8260/tright b8260/bright
+load components/philo.ndr
+ren a8260/tleft b8260/bleft a8261/tright b8261/bright
+load components/philo.ndr
+ren a8261/tleft b8261/bleft a8262/tright b8262/bright
+load components/philo.ndr
+ren a8262/tleft b8262/bleft a8263/tright b8263/bright
+load components/philo.ndr
+ren a8263/tleft b8263/bleft a8264/tright b8264/bright
+load components/philo.ndr
+ren a8264/tleft b8264/bleft a8265/tright b8265/bright
+load components/philo.ndr
+ren a8265/tleft b8265/bleft a8266/tright b8266/bright
+load components/philo.ndr
+ren a8266/tleft b8266/bleft a8267/tright b8267/bright
+load components/philo.ndr
+ren a8267/tleft b8267/bleft a8268/tright b8268/bright
+load components/philo.ndr
+ren a8268/tleft b8268/bleft a8269/tright b8269/bright
+load components/philo.ndr
+ren a8269/tleft b8269/bleft a8270/tright b8270/bright
+load components/philo.ndr
+ren a8270/tleft b8270/bleft a8271/tright b8271/bright
+load components/philo.ndr
+ren a8271/tleft b8271/bleft a8272/tright b8272/bright
+load components/philo.ndr
+ren a8272/tleft b8272/bleft a8273/tright b8273/bright
+load components/philo.ndr
+ren a8273/tleft b8273/bleft a8274/tright b8274/bright
+load components/philo.ndr
+ren a8274/tleft b8274/bleft a8275/tright b8275/bright
+load components/philo.ndr
+ren a8275/tleft b8275/bleft a8276/tright b8276/bright
+load components/philo.ndr
+ren a8276/tleft b8276/bleft a8277/tright b8277/bright
+load components/philo.ndr
+ren a8277/tleft b8277/bleft a8278/tright b8278/bright
+load components/philo.ndr
+ren a8278/tleft b8278/bleft a8279/tright b8279/bright
+load components/philo.ndr
+ren a8279/tleft b8279/bleft a8280/tright b8280/bright
+load components/philo.ndr
+ren a8280/tleft b8280/bleft a8281/tright b8281/bright
+load components/philo.ndr
+ren a8281/tleft b8281/bleft a8282/tright b8282/bright
+load components/philo.ndr
+ren a8282/tleft b8282/bleft a8283/tright b8283/bright
+load components/philo.ndr
+ren a8283/tleft b8283/bleft a8284/tright b8284/bright
+load components/philo.ndr
+ren a8284/tleft b8284/bleft a8285/tright b8285/bright
+load components/philo.ndr
+ren a8285/tleft b8285/bleft a8286/tright b8286/bright
+load components/philo.ndr
+ren a8286/tleft b8286/bleft a8287/tright b8287/bright
+load components/philo.ndr
+ren a8287/tleft b8287/bleft a8288/tright b8288/bright
+load components/philo.ndr
+ren a8288/tleft b8288/bleft a8289/tright b8289/bright
+load components/philo.ndr
+ren a8289/tleft b8289/bleft a8290/tright b8290/bright
+load components/philo.ndr
+ren a8290/tleft b8290/bleft a8291/tright b8291/bright
+load components/philo.ndr
+ren a8291/tleft b8291/bleft a8292/tright b8292/bright
+load components/philo.ndr
+ren a8292/tleft b8292/bleft a8293/tright b8293/bright
+load components/philo.ndr
+ren a8293/tleft b8293/bleft a8294/tright b8294/bright
+load components/philo.ndr
+ren a8294/tleft b8294/bleft a8295/tright b8295/bright
+load components/philo.ndr
+ren a8295/tleft b8295/bleft a8296/tright b8296/bright
+load components/philo.ndr
+ren a8296/tleft b8296/bleft a8297/tright b8297/bright
+load components/philo.ndr
+ren a8297/tleft b8297/bleft a8298/tright b8298/bright
+load components/philo.ndr
+ren a8298/tleft b8298/bleft a8299/tright b8299/bright
+load components/philo.ndr
+ren a8299/tleft b8299/bleft a8300/tright b8300/bright
+load components/philo.ndr
+ren a8300/tleft b8300/bleft a8301/tright b8301/bright
+load components/philo.ndr
+ren a8301/tleft b8301/bleft a8302/tright b8302/bright
+load components/philo.ndr
+ren a8302/tleft b8302/bleft a8303/tright b8303/bright
+load components/philo.ndr
+ren a8303/tleft b8303/bleft a8304/tright b8304/bright
+load components/philo.ndr
+ren a8304/tleft b8304/bleft a8305/tright b8305/bright
+load components/philo.ndr
+ren a8305/tleft b8305/bleft a8306/tright b8306/bright
+load components/philo.ndr
+ren a8306/tleft b8306/bleft a8307/tright b8307/bright
+load components/philo.ndr
+ren a8307/tleft b8307/bleft a8308/tright b8308/bright
+load components/philo.ndr
+ren a8308/tleft b8308/bleft a8309/tright b8309/bright
+load components/philo.ndr
+ren a8309/tleft b8309/bleft a8310/tright b8310/bright
+load components/philo.ndr
+ren a8310/tleft b8310/bleft a8311/tright b8311/bright
+load components/philo.ndr
+ren a8311/tleft b8311/bleft a8312/tright b8312/bright
+load components/philo.ndr
+ren a8312/tleft b8312/bleft a8313/tright b8313/bright
+load components/philo.ndr
+ren a8313/tleft b8313/bleft a8314/tright b8314/bright
+load components/philo.ndr
+ren a8314/tleft b8314/bleft a8315/tright b8315/bright
+load components/philo.ndr
+ren a8315/tleft b8315/bleft a8316/tright b8316/bright
+load components/philo.ndr
+ren a8316/tleft b8316/bleft a8317/tright b8317/bright
+load components/philo.ndr
+ren a8317/tleft b8317/bleft a8318/tright b8318/bright
+load components/philo.ndr
+ren a8318/tleft b8318/bleft a8319/tright b8319/bright
+load components/philo.ndr
+ren a8319/tleft b8319/bleft a8320/tright b8320/bright
+load components/philo.ndr
+ren a8320/tleft b8320/bleft a8321/tright b8321/bright
+load components/philo.ndr
+ren a8321/tleft b8321/bleft a8322/tright b8322/bright
+load components/philo.ndr
+ren a8322/tleft b8322/bleft a8323/tright b8323/bright
+load components/philo.ndr
+ren a8323/tleft b8323/bleft a8324/tright b8324/bright
+load components/philo.ndr
+ren a8324/tleft b8324/bleft a8325/tright b8325/bright
+load components/philo.ndr
+ren a8325/tleft b8325/bleft a8326/tright b8326/bright
+load components/philo.ndr
+ren a8326/tleft b8326/bleft a8327/tright b8327/bright
+load components/philo.ndr
+ren a8327/tleft b8327/bleft a8328/tright b8328/bright
+load components/philo.ndr
+ren a8328/tleft b8328/bleft a8329/tright b8329/bright
+load components/philo.ndr
+ren a8329/tleft b8329/bleft a8330/tright b8330/bright
+load components/philo.ndr
+ren a8330/tleft b8330/bleft a8331/tright b8331/bright
+load components/philo.ndr
+ren a8331/tleft b8331/bleft a8332/tright b8332/bright
+load components/philo.ndr
+ren a8332/tleft b8332/bleft a8333/tright b8333/bright
+load components/philo.ndr
+ren a8333/tleft b8333/bleft a8334/tright b8334/bright
+load components/philo.ndr
+ren a8334/tleft b8334/bleft a8335/tright b8335/bright
+load components/philo.ndr
+ren a8335/tleft b8335/bleft a8336/tright b8336/bright
+load components/philo.ndr
+ren a8336/tleft b8336/bleft a8337/tright b8337/bright
+load components/philo.ndr
+ren a8337/tleft b8337/bleft a8338/tright b8338/bright
+load components/philo.ndr
+ren a8338/tleft b8338/bleft a8339/tright b8339/bright
+load components/philo.ndr
+ren a8339/tleft b8339/bleft a8340/tright b8340/bright
+load components/philo.ndr
+ren a8340/tleft b8340/bleft a8341/tright b8341/bright
+load components/philo.ndr
+ren a8341/tleft b8341/bleft a8342/tright b8342/bright
+load components/philo.ndr
+ren a8342/tleft b8342/bleft a8343/tright b8343/bright
+load components/philo.ndr
+ren a8343/tleft b8343/bleft a8344/tright b8344/bright
+load components/philo.ndr
+ren a8344/tleft b8344/bleft a8345/tright b8345/bright
+load components/philo.ndr
+ren a8345/tleft b8345/bleft a8346/tright b8346/bright
+load components/philo.ndr
+ren a8346/tleft b8346/bleft a8347/tright b8347/bright
+load components/philo.ndr
+ren a8347/tleft b8347/bleft a8348/tright b8348/bright
+load components/philo.ndr
+ren a8348/tleft b8348/bleft a8349/tright b8349/bright
+load components/philo.ndr
+ren a8349/tleft b8349/bleft a8350/tright b8350/bright
+load components/philo.ndr
+ren a8350/tleft b8350/bleft a8351/tright b8351/bright
+load components/philo.ndr
+ren a8351/tleft b8351/bleft a8352/tright b8352/bright
+load components/philo.ndr
+ren a8352/tleft b8352/bleft a8353/tright b8353/bright
+load components/philo.ndr
+ren a8353/tleft b8353/bleft a8354/tright b8354/bright
+load components/philo.ndr
+ren a8354/tleft b8354/bleft a8355/tright b8355/bright
+load components/philo.ndr
+ren a8355/tleft b8355/bleft a8356/tright b8356/bright
+load components/philo.ndr
+ren a8356/tleft b8356/bleft a8357/tright b8357/bright
+load components/philo.ndr
+ren a8357/tleft b8357/bleft a8358/tright b8358/bright
+load components/philo.ndr
+ren a8358/tleft b8358/bleft a8359/tright b8359/bright
+load components/philo.ndr
+ren a8359/tleft b8359/bleft a8360/tright b8360/bright
+load components/philo.ndr
+ren a8360/tleft b8360/bleft a8361/tright b8361/bright
+load components/philo.ndr
+ren a8361/tleft b8361/bleft a8362/tright b8362/bright
+load components/philo.ndr
+ren a8362/tleft b8362/bleft a8363/tright b8363/bright
+load components/philo.ndr
+ren a8363/tleft b8363/bleft a8364/tright b8364/bright
+load components/philo.ndr
+ren a8364/tleft b8364/bleft a8365/tright b8365/bright
+load components/philo.ndr
+ren a8365/tleft b8365/bleft a8366/tright b8366/bright
+load components/philo.ndr
+ren a8366/tleft b8366/bleft a8367/tright b8367/bright
+load components/philo.ndr
+ren a8367/tleft b8367/bleft a8368/tright b8368/bright
+load components/philo.ndr
+ren a8368/tleft b8368/bleft a8369/tright b8369/bright
+load components/philo.ndr
+ren a8369/tleft b8369/bleft a8370/tright b8370/bright
+load components/philo.ndr
+ren a8370/tleft b8370/bleft a8371/tright b8371/bright
+load components/philo.ndr
+ren a8371/tleft b8371/bleft a8372/tright b8372/bright
+load components/philo.ndr
+ren a8372/tleft b8372/bleft a8373/tright b8373/bright
+load components/philo.ndr
+ren a8373/tleft b8373/bleft a8374/tright b8374/bright
+load components/philo.ndr
+ren a8374/tleft b8374/bleft a8375/tright b8375/bright
+load components/philo.ndr
+ren a8375/tleft b8375/bleft a8376/tright b8376/bright
+load components/philo.ndr
+ren a8376/tleft b8376/bleft a8377/tright b8377/bright
+load components/philo.ndr
+ren a8377/tleft b8377/bleft a8378/tright b8378/bright
+load components/philo.ndr
+ren a8378/tleft b8378/bleft a8379/tright b8379/bright
+load components/philo.ndr
+ren a8379/tleft b8379/bleft a8380/tright b8380/bright
+load components/philo.ndr
+ren a8380/tleft b8380/bleft a8381/tright b8381/bright
+load components/philo.ndr
+ren a8381/tleft b8381/bleft a8382/tright b8382/bright
+load components/philo.ndr
+ren a8382/tleft b8382/bleft a8383/tright b8383/bright
+load components/philo.ndr
+ren a8383/tleft b8383/bleft a8384/tright b8384/bright
+load components/philo.ndr
+ren a8384/tleft b8384/bleft a8385/tright b8385/bright
+load components/philo.ndr
+ren a8385/tleft b8385/bleft a8386/tright b8386/bright
+load components/philo.ndr
+ren a8386/tleft b8386/bleft a8387/tright b8387/bright
+load components/philo.ndr
+ren a8387/tleft b8387/bleft a8388/tright b8388/bright
+load components/philo.ndr
+ren a8388/tleft b8388/bleft a8389/tright b8389/bright
+load components/philo.ndr
+ren a8389/tleft b8389/bleft a8390/tright b8390/bright
+load components/philo.ndr
+ren a8390/tleft b8390/bleft a8391/tright b8391/bright
+load components/philo.ndr
+ren a8391/tleft b8391/bleft a8392/tright b8392/bright
+load components/philo.ndr
+ren a8392/tleft b8392/bleft a8393/tright b8393/bright
+load components/philo.ndr
+ren a8393/tleft b8393/bleft a8394/tright b8394/bright
+load components/philo.ndr
+ren a8394/tleft b8394/bleft a8395/tright b8395/bright
+load components/philo.ndr
+ren a8395/tleft b8395/bleft a8396/tright b8396/bright
+load components/philo.ndr
+ren a8396/tleft b8396/bleft a8397/tright b8397/bright
+load components/philo.ndr
+ren a8397/tleft b8397/bleft a8398/tright b8398/bright
+load components/philo.ndr
+ren a8398/tleft b8398/bleft a8399/tright b8399/bright
+load components/philo.ndr
+ren a8399/tleft b8399/bleft a8400/tright b8400/bright
+load components/philo.ndr
+ren a8400/tleft b8400/bleft a8401/tright b8401/bright
+load components/philo.ndr
+ren a8401/tleft b8401/bleft a8402/tright b8402/bright
+load components/philo.ndr
+ren a8402/tleft b8402/bleft a8403/tright b8403/bright
+load components/philo.ndr
+ren a8403/tleft b8403/bleft a8404/tright b8404/bright
+load components/philo.ndr
+ren a8404/tleft b8404/bleft a8405/tright b8405/bright
+load components/philo.ndr
+ren a8405/tleft b8405/bleft a8406/tright b8406/bright
+load components/philo.ndr
+ren a8406/tleft b8406/bleft a8407/tright b8407/bright
+load components/philo.ndr
+ren a8407/tleft b8407/bleft a8408/tright b8408/bright
+load components/philo.ndr
+ren a8408/tleft b8408/bleft a8409/tright b8409/bright
+load components/philo.ndr
+ren a8409/tleft b8409/bleft a8410/tright b8410/bright
+load components/philo.ndr
+ren a8410/tleft b8410/bleft a8411/tright b8411/bright
+load components/philo.ndr
+ren a8411/tleft b8411/bleft a8412/tright b8412/bright
+load components/philo.ndr
+ren a8412/tleft b8412/bleft a8413/tright b8413/bright
+load components/philo.ndr
+ren a8413/tleft b8413/bleft a8414/tright b8414/bright
+load components/philo.ndr
+ren a8414/tleft b8414/bleft a8415/tright b8415/bright
+load components/philo.ndr
+ren a8415/tleft b8415/bleft a8416/tright b8416/bright
+load components/philo.ndr
+ren a8416/tleft b8416/bleft a8417/tright b8417/bright
+load components/philo.ndr
+ren a8417/tleft b8417/bleft a8418/tright b8418/bright
+load components/philo.ndr
+ren a8418/tleft b8418/bleft a8419/tright b8419/bright
+load components/philo.ndr
+ren a8419/tleft b8419/bleft a8420/tright b8420/bright
+load components/philo.ndr
+ren a8420/tleft b8420/bleft a8421/tright b8421/bright
+load components/philo.ndr
+ren a8421/tleft b8421/bleft a8422/tright b8422/bright
+load components/philo.ndr
+ren a8422/tleft b8422/bleft a8423/tright b8423/bright
+load components/philo.ndr
+ren a8423/tleft b8423/bleft a8424/tright b8424/bright
+load components/philo.ndr
+ren a8424/tleft b8424/bleft a8425/tright b8425/bright
+load components/philo.ndr
+ren a8425/tleft b8425/bleft a8426/tright b8426/bright
+load components/philo.ndr
+ren a8426/tleft b8426/bleft a8427/tright b8427/bright
+load components/philo.ndr
+ren a8427/tleft b8427/bleft a8428/tright b8428/bright
+load components/philo.ndr
+ren a8428/tleft b8428/bleft a8429/tright b8429/bright
+load components/philo.ndr
+ren a8429/tleft b8429/bleft a8430/tright b8430/bright
+load components/philo.ndr
+ren a8430/tleft b8430/bleft a8431/tright b8431/bright
+load components/philo.ndr
+ren a8431/tleft b8431/bleft a8432/tright b8432/bright
+load components/philo.ndr
+ren a8432/tleft b8432/bleft a8433/tright b8433/bright
+load components/philo.ndr
+ren a8433/tleft b8433/bleft a8434/tright b8434/bright
+load components/philo.ndr
+ren a8434/tleft b8434/bleft a8435/tright b8435/bright
+load components/philo.ndr
+ren a8435/tleft b8435/bleft a8436/tright b8436/bright
+load components/philo.ndr
+ren a8436/tleft b8436/bleft a8437/tright b8437/bright
+load components/philo.ndr
+ren a8437/tleft b8437/bleft a8438/tright b8438/bright
+load components/philo.ndr
+ren a8438/tleft b8438/bleft a8439/tright b8439/bright
+load components/philo.ndr
+ren a8439/tleft b8439/bleft a8440/tright b8440/bright
+load components/philo.ndr
+ren a8440/tleft b8440/bleft a8441/tright b8441/bright
+load components/philo.ndr
+ren a8441/tleft b8441/bleft a8442/tright b8442/bright
+load components/philo.ndr
+ren a8442/tleft b8442/bleft a8443/tright b8443/bright
+load components/philo.ndr
+ren a8443/tleft b8443/bleft a8444/tright b8444/bright
+load components/philo.ndr
+ren a8444/tleft b8444/bleft a8445/tright b8445/bright
+load components/philo.ndr
+ren a8445/tleft b8445/bleft a8446/tright b8446/bright
+load components/philo.ndr
+ren a8446/tleft b8446/bleft a8447/tright b8447/bright
+load components/philo.ndr
+ren a8447/tleft b8447/bleft a8448/tright b8448/bright
+load components/philo.ndr
+ren a8448/tleft b8448/bleft a8449/tright b8449/bright
+load components/philo.ndr
+ren a8449/tleft b8449/bleft a8450/tright b8450/bright
+load components/philo.ndr
+ren a8450/tleft b8450/bleft a8451/tright b8451/bright
+load components/philo.ndr
+ren a8451/tleft b8451/bleft a8452/tright b8452/bright
+load components/philo.ndr
+ren a8452/tleft b8452/bleft a8453/tright b8453/bright
+load components/philo.ndr
+ren a8453/tleft b8453/bleft a8454/tright b8454/bright
+load components/philo.ndr
+ren a8454/tleft b8454/bleft a8455/tright b8455/bright
+load components/philo.ndr
+ren a8455/tleft b8455/bleft a8456/tright b8456/bright
+load components/philo.ndr
+ren a8456/tleft b8456/bleft a8457/tright b8457/bright
+load components/philo.ndr
+ren a8457/tleft b8457/bleft a8458/tright b8458/bright
+load components/philo.ndr
+ren a8458/tleft b8458/bleft a8459/tright b8459/bright
+load components/philo.ndr
+ren a8459/tleft b8459/bleft a8460/tright b8460/bright
+load components/philo.ndr
+ren a8460/tleft b8460/bleft a8461/tright b8461/bright
+load components/philo.ndr
+ren a8461/tleft b8461/bleft a8462/tright b8462/bright
+load components/philo.ndr
+ren a8462/tleft b8462/bleft a8463/tright b8463/bright
+load components/philo.ndr
+ren a8463/tleft b8463/bleft a8464/tright b8464/bright
+load components/philo.ndr
+ren a8464/tleft b8464/bleft a8465/tright b8465/bright
+load components/philo.ndr
+ren a8465/tleft b8465/bleft a8466/tright b8466/bright
+load components/philo.ndr
+ren a8466/tleft b8466/bleft a8467/tright b8467/bright
+load components/philo.ndr
+ren a8467/tleft b8467/bleft a8468/tright b8468/bright
+load components/philo.ndr
+ren a8468/tleft b8468/bleft a8469/tright b8469/bright
+load components/philo.ndr
+ren a8469/tleft b8469/bleft a8470/tright b8470/bright
+load components/philo.ndr
+ren a8470/tleft b8470/bleft a8471/tright b8471/bright
+load components/philo.ndr
+ren a8471/tleft b8471/bleft a8472/tright b8472/bright
+load components/philo.ndr
+ren a8472/tleft b8472/bleft a8473/tright b8473/bright
+load components/philo.ndr
+ren a8473/tleft b8473/bleft a8474/tright b8474/bright
+load components/philo.ndr
+ren a8474/tleft b8474/bleft a8475/tright b8475/bright
+load components/philo.ndr
+ren a8475/tleft b8475/bleft a8476/tright b8476/bright
+load components/philo.ndr
+ren a8476/tleft b8476/bleft a8477/tright b8477/bright
+load components/philo.ndr
+ren a8477/tleft b8477/bleft a8478/tright b8478/bright
+load components/philo.ndr
+ren a8478/tleft b8478/bleft a8479/tright b8479/bright
+load components/philo.ndr
+ren a8479/tleft b8479/bleft a8480/tright b8480/bright
+load components/philo.ndr
+ren a8480/tleft b8480/bleft a8481/tright b8481/bright
+load components/philo.ndr
+ren a8481/tleft b8481/bleft a8482/tright b8482/bright
+load components/philo.ndr
+ren a8482/tleft b8482/bleft a8483/tright b8483/bright
+load components/philo.ndr
+ren a8483/tleft b8483/bleft a8484/tright b8484/bright
+load components/philo.ndr
+ren a8484/tleft b8484/bleft a8485/tright b8485/bright
+load components/philo.ndr
+ren a8485/tleft b8485/bleft a8486/tright b8486/bright
+load components/philo.ndr
+ren a8486/tleft b8486/bleft a8487/tright b8487/bright
+load components/philo.ndr
+ren a8487/tleft b8487/bleft a8488/tright b8488/bright
+load components/philo.ndr
+ren a8488/tleft b8488/bleft a8489/tright b8489/bright
+load components/philo.ndr
+ren a8489/tleft b8489/bleft a8490/tright b8490/bright
+load components/philo.ndr
+ren a8490/tleft b8490/bleft a8491/tright b8491/bright
+load components/philo.ndr
+ren a8491/tleft b8491/bleft a8492/tright b8492/bright
+load components/philo.ndr
+ren a8492/tleft b8492/bleft a8493/tright b8493/bright
+load components/philo.ndr
+ren a8493/tleft b8493/bleft a8494/tright b8494/bright
+load components/philo.ndr
+ren a8494/tleft b8494/bleft a8495/tright b8495/bright
+load components/philo.ndr
+ren a8495/tleft b8495/bleft a8496/tright b8496/bright
+load components/philo.ndr
+ren a8496/tleft b8496/bleft a8497/tright b8497/bright
+load components/philo.ndr
+ren a8497/tleft b8497/bleft a8498/tright b8498/bright
+load components/philo.ndr
+ren a8498/tleft b8498/bleft a8499/tright b8499/bright
+load components/philo.ndr
+ren a8499/tleft b8499/bleft a8500/tright b8500/bright
+load components/philo.ndr
+ren a8500/tleft b8500/bleft a8501/tright b8501/bright
+load components/philo.ndr
+ren a8501/tleft b8501/bleft a8502/tright b8502/bright
+load components/philo.ndr
+ren a8502/tleft b8502/bleft a8503/tright b8503/bright
+load components/philo.ndr
+ren a8503/tleft b8503/bleft a8504/tright b8504/bright
+load components/philo.ndr
+ren a8504/tleft b8504/bleft a8505/tright b8505/bright
+load components/philo.ndr
+ren a8505/tleft b8505/bleft a8506/tright b8506/bright
+load components/philo.ndr
+ren a8506/tleft b8506/bleft a8507/tright b8507/bright
+load components/philo.ndr
+ren a8507/tleft b8507/bleft a8508/tright b8508/bright
+load components/philo.ndr
+ren a8508/tleft b8508/bleft a8509/tright b8509/bright
+load components/philo.ndr
+ren a8509/tleft b8509/bleft a8510/tright b8510/bright
+load components/philo.ndr
+ren a8510/tleft b8510/bleft a8511/tright b8511/bright
+load components/philo.ndr
+ren a8511/tleft b8511/bleft a8512/tright b8512/bright
+load components/philo.ndr
+ren a8512/tleft b8512/bleft a8513/tright b8513/bright
+load components/philo.ndr
+ren a8513/tleft b8513/bleft a8514/tright b8514/bright
+load components/philo.ndr
+ren a8514/tleft b8514/bleft a8515/tright b8515/bright
+load components/philo.ndr
+ren a8515/tleft b8515/bleft a8516/tright b8516/bright
+load components/philo.ndr
+ren a8516/tleft b8516/bleft a8517/tright b8517/bright
+load components/philo.ndr
+ren a8517/tleft b8517/bleft a8518/tright b8518/bright
+load components/philo.ndr
+ren a8518/tleft b8518/bleft a8519/tright b8519/bright
+load components/philo.ndr
+ren a8519/tleft b8519/bleft a8520/tright b8520/bright
+load components/philo.ndr
+ren a8520/tleft b8520/bleft a8521/tright b8521/bright
+load components/philo.ndr
+ren a8521/tleft b8521/bleft a8522/tright b8522/bright
+load components/philo.ndr
+ren a8522/tleft b8522/bleft a8523/tright b8523/bright
+load components/philo.ndr
+ren a8523/tleft b8523/bleft a8524/tright b8524/bright
+load components/philo.ndr
+ren a8524/tleft b8524/bleft a8525/tright b8525/bright
+load components/philo.ndr
+ren a8525/tleft b8525/bleft a8526/tright b8526/bright
+load components/philo.ndr
+ren a8526/tleft b8526/bleft a8527/tright b8527/bright
+load components/philo.ndr
+ren a8527/tleft b8527/bleft a8528/tright b8528/bright
+load components/philo.ndr
+ren a8528/tleft b8528/bleft a8529/tright b8529/bright
+load components/philo.ndr
+ren a8529/tleft b8529/bleft a8530/tright b8530/bright
+load components/philo.ndr
+ren a8530/tleft b8530/bleft a8531/tright b8531/bright
+load components/philo.ndr
+ren a8531/tleft b8531/bleft a8532/tright b8532/bright
+load components/philo.ndr
+ren a8532/tleft b8532/bleft a8533/tright b8533/bright
+load components/philo.ndr
+ren a8533/tleft b8533/bleft a8534/tright b8534/bright
+load components/philo.ndr
+ren a8534/tleft b8534/bleft a8535/tright b8535/bright
+load components/philo.ndr
+ren a8535/tleft b8535/bleft a8536/tright b8536/bright
+load components/philo.ndr
+ren a8536/tleft b8536/bleft a8537/tright b8537/bright
+load components/philo.ndr
+ren a8537/tleft b8537/bleft a8538/tright b8538/bright
+load components/philo.ndr
+ren a8538/tleft b8538/bleft a8539/tright b8539/bright
+load components/philo.ndr
+ren a8539/tleft b8539/bleft a8540/tright b8540/bright
+load components/philo.ndr
+ren a8540/tleft b8540/bleft a8541/tright b8541/bright
+load components/philo.ndr
+ren a8541/tleft b8541/bleft a8542/tright b8542/bright
+load components/philo.ndr
+ren a8542/tleft b8542/bleft a8543/tright b8543/bright
+load components/philo.ndr
+ren a8543/tleft b8543/bleft a8544/tright b8544/bright
+load components/philo.ndr
+ren a8544/tleft b8544/bleft a8545/tright b8545/bright
+load components/philo.ndr
+ren a8545/tleft b8545/bleft a8546/tright b8546/bright
+load components/philo.ndr
+ren a8546/tleft b8546/bleft a8547/tright b8547/bright
+load components/philo.ndr
+ren a8547/tleft b8547/bleft a8548/tright b8548/bright
+load components/philo.ndr
+ren a8548/tleft b8548/bleft a8549/tright b8549/bright
+load components/philo.ndr
+ren a8549/tleft b8549/bleft a8550/tright b8550/bright
+load components/philo.ndr
+ren a8550/tleft b8550/bleft a8551/tright b8551/bright
+load components/philo.ndr
+ren a8551/tleft b8551/bleft a8552/tright b8552/bright
+load components/philo.ndr
+ren a8552/tleft b8552/bleft a8553/tright b8553/bright
+load components/philo.ndr
+ren a8553/tleft b8553/bleft a8554/tright b8554/bright
+load components/philo.ndr
+ren a8554/tleft b8554/bleft a8555/tright b8555/bright
+load components/philo.ndr
+ren a8555/tleft b8555/bleft a8556/tright b8556/bright
+load components/philo.ndr
+ren a8556/tleft b8556/bleft a8557/tright b8557/bright
+load components/philo.ndr
+ren a8557/tleft b8557/bleft a8558/tright b8558/bright
+load components/philo.ndr
+ren a8558/tleft b8558/bleft a8559/tright b8559/bright
+load components/philo.ndr
+ren a8559/tleft b8559/bleft a8560/tright b8560/bright
+load components/philo.ndr
+ren a8560/tleft b8560/bleft a8561/tright b8561/bright
+load components/philo.ndr
+ren a8561/tleft b8561/bleft a8562/tright b8562/bright
+load components/philo.ndr
+ren a8562/tleft b8562/bleft a8563/tright b8563/bright
+load components/philo.ndr
+ren a8563/tleft b8563/bleft a8564/tright b8564/bright
+load components/philo.ndr
+ren a8564/tleft b8564/bleft a8565/tright b8565/bright
+load components/philo.ndr
+ren a8565/tleft b8565/bleft a8566/tright b8566/bright
+load components/philo.ndr
+ren a8566/tleft b8566/bleft a8567/tright b8567/bright
+load components/philo.ndr
+ren a8567/tleft b8567/bleft a8568/tright b8568/bright
+load components/philo.ndr
+ren a8568/tleft b8568/bleft a8569/tright b8569/bright
+load components/philo.ndr
+ren a8569/tleft b8569/bleft a8570/tright b8570/bright
+load components/philo.ndr
+ren a8570/tleft b8570/bleft a8571/tright b8571/bright
+load components/philo.ndr
+ren a8571/tleft b8571/bleft a8572/tright b8572/bright
+load components/philo.ndr
+ren a8572/tleft b8572/bleft a8573/tright b8573/bright
+load components/philo.ndr
+ren a8573/tleft b8573/bleft a8574/tright b8574/bright
+load components/philo.ndr
+ren a8574/tleft b8574/bleft a8575/tright b8575/bright
+load components/philo.ndr
+ren a8575/tleft b8575/bleft a8576/tright b8576/bright
+load components/philo.ndr
+ren a8576/tleft b8576/bleft a8577/tright b8577/bright
+load components/philo.ndr
+ren a8577/tleft b8577/bleft a8578/tright b8578/bright
+load components/philo.ndr
+ren a8578/tleft b8578/bleft a8579/tright b8579/bright
+load components/philo.ndr
+ren a8579/tleft b8579/bleft a8580/tright b8580/bright
+load components/philo.ndr
+ren a8580/tleft b8580/bleft a8581/tright b8581/bright
+load components/philo.ndr
+ren a8581/tleft b8581/bleft a8582/tright b8582/bright
+load components/philo.ndr
+ren a8582/tleft b8582/bleft a8583/tright b8583/bright
+load components/philo.ndr
+ren a8583/tleft b8583/bleft a8584/tright b8584/bright
+load components/philo.ndr
+ren a8584/tleft b8584/bleft a8585/tright b8585/bright
+load components/philo.ndr
+ren a8585/tleft b8585/bleft a8586/tright b8586/bright
+load components/philo.ndr
+ren a8586/tleft b8586/bleft a8587/tright b8587/bright
+load components/philo.ndr
+ren a8587/tleft b8587/bleft a8588/tright b8588/bright
+load components/philo.ndr
+ren a8588/tleft b8588/bleft a8589/tright b8589/bright
+load components/philo.ndr
+ren a8589/tleft b8589/bleft a8590/tright b8590/bright
+load components/philo.ndr
+ren a8590/tleft b8590/bleft a8591/tright b8591/bright
+load components/philo.ndr
+ren a8591/tleft b8591/bleft a8592/tright b8592/bright
+load components/philo.ndr
+ren a8592/tleft b8592/bleft a8593/tright b8593/bright
+load components/philo.ndr
+ren a8593/tleft b8593/bleft a8594/tright b8594/bright
+load components/philo.ndr
+ren a8594/tleft b8594/bleft a8595/tright b8595/bright
+load components/philo.ndr
+ren a8595/tleft b8595/bleft a8596/tright b8596/bright
+load components/philo.ndr
+ren a8596/tleft b8596/bleft a8597/tright b8597/bright
+load components/philo.ndr
+ren a8597/tleft b8597/bleft a8598/tright b8598/bright
+load components/philo.ndr
+ren a8598/tleft b8598/bleft a8599/tright b8599/bright
+load components/philo.ndr
+ren a8599/tleft b8599/bleft a8600/tright b8600/bright
+load components/philo.ndr
+ren a8600/tleft b8600/bleft a8601/tright b8601/bright
+load components/philo.ndr
+ren a8601/tleft b8601/bleft a8602/tright b8602/bright
+load components/philo.ndr
+ren a8602/tleft b8602/bleft a8603/tright b8603/bright
+load components/philo.ndr
+ren a8603/tleft b8603/bleft a8604/tright b8604/bright
+load components/philo.ndr
+ren a8604/tleft b8604/bleft a8605/tright b8605/bright
+load components/philo.ndr
+ren a8605/tleft b8605/bleft a8606/tright b8606/bright
+load components/philo.ndr
+ren a8606/tleft b8606/bleft a8607/tright b8607/bright
+load components/philo.ndr
+ren a8607/tleft b8607/bleft a8608/tright b8608/bright
+load components/philo.ndr
+ren a8608/tleft b8608/bleft a8609/tright b8609/bright
+load components/philo.ndr
+ren a8609/tleft b8609/bleft a8610/tright b8610/bright
+load components/philo.ndr
+ren a8610/tleft b8610/bleft a8611/tright b8611/bright
+load components/philo.ndr
+ren a8611/tleft b8611/bleft a8612/tright b8612/bright
+load components/philo.ndr
+ren a8612/tleft b8612/bleft a8613/tright b8613/bright
+load components/philo.ndr
+ren a8613/tleft b8613/bleft a8614/tright b8614/bright
+load components/philo.ndr
+ren a8614/tleft b8614/bleft a8615/tright b8615/bright
+load components/philo.ndr
+ren a8615/tleft b8615/bleft a8616/tright b8616/bright
+load components/philo.ndr
+ren a8616/tleft b8616/bleft a8617/tright b8617/bright
+load components/philo.ndr
+ren a8617/tleft b8617/bleft a8618/tright b8618/bright
+load components/philo.ndr
+ren a8618/tleft b8618/bleft a8619/tright b8619/bright
+load components/philo.ndr
+ren a8619/tleft b8619/bleft a8620/tright b8620/bright
+load components/philo.ndr
+ren a8620/tleft b8620/bleft a8621/tright b8621/bright
+load components/philo.ndr
+ren a8621/tleft b8621/bleft a8622/tright b8622/bright
+load components/philo.ndr
+ren a8622/tleft b8622/bleft a8623/tright b8623/bright
+load components/philo.ndr
+ren a8623/tleft b8623/bleft a8624/tright b8624/bright
+load components/philo.ndr
+ren a8624/tleft b8624/bleft a8625/tright b8625/bright
+load components/philo.ndr
+ren a8625/tleft b8625/bleft a8626/tright b8626/bright
+load components/philo.ndr
+ren a8626/tleft b8626/bleft a8627/tright b8627/bright
+load components/philo.ndr
+ren a8627/tleft b8627/bleft a8628/tright b8628/bright
+load components/philo.ndr
+ren a8628/tleft b8628/bleft a8629/tright b8629/bright
+load components/philo.ndr
+ren a8629/tleft b8629/bleft a8630/tright b8630/bright
+load components/philo.ndr
+ren a8630/tleft b8630/bleft a8631/tright b8631/bright
+load components/philo.ndr
+ren a8631/tleft b8631/bleft a8632/tright b8632/bright
+load components/philo.ndr
+ren a8632/tleft b8632/bleft a8633/tright b8633/bright
+load components/philo.ndr
+ren a8633/tleft b8633/bleft a8634/tright b8634/bright
+load components/philo.ndr
+ren a8634/tleft b8634/bleft a8635/tright b8635/bright
+load components/philo.ndr
+ren a8635/tleft b8635/bleft a8636/tright b8636/bright
+load components/philo.ndr
+ren a8636/tleft b8636/bleft a8637/tright b8637/bright
+load components/philo.ndr
+ren a8637/tleft b8637/bleft a8638/tright b8638/bright
+load components/philo.ndr
+ren a8638/tleft b8638/bleft a8639/tright b8639/bright
+load components/philo.ndr
+ren a8639/tleft b8639/bleft a8640/tright b8640/bright
+load components/philo.ndr
+ren a8640/tleft b8640/bleft a8641/tright b8641/bright
+load components/philo.ndr
+ren a8641/tleft b8641/bleft a8642/tright b8642/bright
+load components/philo.ndr
+ren a8642/tleft b8642/bleft a8643/tright b8643/bright
+load components/philo.ndr
+ren a8643/tleft b8643/bleft a8644/tright b8644/bright
+load components/philo.ndr
+ren a8644/tleft b8644/bleft a8645/tright b8645/bright
+load components/philo.ndr
+ren a8645/tleft b8645/bleft a8646/tright b8646/bright
+load components/philo.ndr
+ren a8646/tleft b8646/bleft a8647/tright b8647/bright
+load components/philo.ndr
+ren a8647/tleft b8647/bleft a8648/tright b8648/bright
+load components/philo.ndr
+ren a8648/tleft b8648/bleft a8649/tright b8649/bright
+load components/philo.ndr
+ren a8649/tleft b8649/bleft a8650/tright b8650/bright
+load components/philo.ndr
+ren a8650/tleft b8650/bleft a8651/tright b8651/bright
+load components/philo.ndr
+ren a8651/tleft b8651/bleft a8652/tright b8652/bright
+load components/philo.ndr
+ren a8652/tleft b8652/bleft a8653/tright b8653/bright
+load components/philo.ndr
+ren a8653/tleft b8653/bleft a8654/tright b8654/bright
+load components/philo.ndr
+ren a8654/tleft b8654/bleft a8655/tright b8655/bright
+load components/philo.ndr
+ren a8655/tleft b8655/bleft a8656/tright b8656/bright
+load components/philo.ndr
+ren a8656/tleft b8656/bleft a8657/tright b8657/bright
+load components/philo.ndr
+ren a8657/tleft b8657/bleft a8658/tright b8658/bright
+load components/philo.ndr
+ren a8658/tleft b8658/bleft a8659/tright b8659/bright
+load components/philo.ndr
+ren a8659/tleft b8659/bleft a8660/tright b8660/bright
+load components/philo.ndr
+ren a8660/tleft b8660/bleft a8661/tright b8661/bright
+load components/philo.ndr
+ren a8661/tleft b8661/bleft a8662/tright b8662/bright
+load components/philo.ndr
+ren a8662/tleft b8662/bleft a8663/tright b8663/bright
+load components/philo.ndr
+ren a8663/tleft b8663/bleft a8664/tright b8664/bright
+load components/philo.ndr
+ren a8664/tleft b8664/bleft a8665/tright b8665/bright
+load components/philo.ndr
+ren a8665/tleft b8665/bleft a8666/tright b8666/bright
+load components/philo.ndr
+ren a8666/tleft b8666/bleft a8667/tright b8667/bright
+load components/philo.ndr
+ren a8667/tleft b8667/bleft a8668/tright b8668/bright
+load components/philo.ndr
+ren a8668/tleft b8668/bleft a8669/tright b8669/bright
+load components/philo.ndr
+ren a8669/tleft b8669/bleft a8670/tright b8670/bright
+load components/philo.ndr
+ren a8670/tleft b8670/bleft a8671/tright b8671/bright
+load components/philo.ndr
+ren a8671/tleft b8671/bleft a8672/tright b8672/bright
+load components/philo.ndr
+ren a8672/tleft b8672/bleft a8673/tright b8673/bright
+load components/philo.ndr
+ren a8673/tleft b8673/bleft a8674/tright b8674/bright
+load components/philo.ndr
+ren a8674/tleft b8674/bleft a8675/tright b8675/bright
+load components/philo.ndr
+ren a8675/tleft b8675/bleft a8676/tright b8676/bright
+load components/philo.ndr
+ren a8676/tleft b8676/bleft a8677/tright b8677/bright
+load components/philo.ndr
+ren a8677/tleft b8677/bleft a8678/tright b8678/bright
+load components/philo.ndr
+ren a8678/tleft b8678/bleft a8679/tright b8679/bright
+load components/philo.ndr
+ren a8679/tleft b8679/bleft a8680/tright b8680/bright
+load components/philo.ndr
+ren a8680/tleft b8680/bleft a8681/tright b8681/bright
+load components/philo.ndr
+ren a8681/tleft b8681/bleft a8682/tright b8682/bright
+load components/philo.ndr
+ren a8682/tleft b8682/bleft a8683/tright b8683/bright
+load components/philo.ndr
+ren a8683/tleft b8683/bleft a8684/tright b8684/bright
+load components/philo.ndr
+ren a8684/tleft b8684/bleft a8685/tright b8685/bright
+load components/philo.ndr
+ren a8685/tleft b8685/bleft a8686/tright b8686/bright
+load components/philo.ndr
+ren a8686/tleft b8686/bleft a8687/tright b8687/bright
+load components/philo.ndr
+ren a8687/tleft b8687/bleft a8688/tright b8688/bright
+load components/philo.ndr
+ren a8688/tleft b8688/bleft a8689/tright b8689/bright
+load components/philo.ndr
+ren a8689/tleft b8689/bleft a8690/tright b8690/bright
+load components/philo.ndr
+ren a8690/tleft b8690/bleft a8691/tright b8691/bright
+load components/philo.ndr
+ren a8691/tleft b8691/bleft a8692/tright b8692/bright
+load components/philo.ndr
+ren a8692/tleft b8692/bleft a8693/tright b8693/bright
+load components/philo.ndr
+ren a8693/tleft b8693/bleft a8694/tright b8694/bright
+load components/philo.ndr
+ren a8694/tleft b8694/bleft a8695/tright b8695/bright
+load components/philo.ndr
+ren a8695/tleft b8695/bleft a8696/tright b8696/bright
+load components/philo.ndr
+ren a8696/tleft b8696/bleft a8697/tright b8697/bright
+load components/philo.ndr
+ren a8697/tleft b8697/bleft a8698/tright b8698/bright
+load components/philo.ndr
+ren a8698/tleft b8698/bleft a8699/tright b8699/bright
+load components/philo.ndr
+ren a8699/tleft b8699/bleft a8700/tright b8700/bright
+load components/philo.ndr
+ren a8700/tleft b8700/bleft a8701/tright b8701/bright
+load components/philo.ndr
+ren a8701/tleft b8701/bleft a8702/tright b8702/bright
+load components/philo.ndr
+ren a8702/tleft b8702/bleft a8703/tright b8703/bright
+load components/philo.ndr
+ren a8703/tleft b8703/bleft a8704/tright b8704/bright
+load components/philo.ndr
+ren a8704/tleft b8704/bleft a8705/tright b8705/bright
+load components/philo.ndr
+ren a8705/tleft b8705/bleft a8706/tright b8706/bright
+load components/philo.ndr
+ren a8706/tleft b8706/bleft a8707/tright b8707/bright
+load components/philo.ndr
+ren a8707/tleft b8707/bleft a8708/tright b8708/bright
+load components/philo.ndr
+ren a8708/tleft b8708/bleft a8709/tright b8709/bright
+load components/philo.ndr
+ren a8709/tleft b8709/bleft a8710/tright b8710/bright
+load components/philo.ndr
+ren a8710/tleft b8710/bleft a8711/tright b8711/bright
+load components/philo.ndr
+ren a8711/tleft b8711/bleft a8712/tright b8712/bright
+load components/philo.ndr
+ren a8712/tleft b8712/bleft a8713/tright b8713/bright
+load components/philo.ndr
+ren a8713/tleft b8713/bleft a8714/tright b8714/bright
+load components/philo.ndr
+ren a8714/tleft b8714/bleft a8715/tright b8715/bright
+load components/philo.ndr
+ren a8715/tleft b8715/bleft a8716/tright b8716/bright
+load components/philo.ndr
+ren a8716/tleft b8716/bleft a8717/tright b8717/bright
+load components/philo.ndr
+ren a8717/tleft b8717/bleft a8718/tright b8718/bright
+load components/philo.ndr
+ren a8718/tleft b8718/bleft a8719/tright b8719/bright
+load components/philo.ndr
+ren a8719/tleft b8719/bleft a8720/tright b8720/bright
+load components/philo.ndr
+ren a8720/tleft b8720/bleft a8721/tright b8721/bright
+load components/philo.ndr
+ren a8721/tleft b8721/bleft a8722/tright b8722/bright
+load components/philo.ndr
+ren a8722/tleft b8722/bleft a8723/tright b8723/bright
+load components/philo.ndr
+ren a8723/tleft b8723/bleft a8724/tright b8724/bright
+load components/philo.ndr
+ren a8724/tleft b8724/bleft a8725/tright b8725/bright
+load components/philo.ndr
+ren a8725/tleft b8725/bleft a8726/tright b8726/bright
+load components/philo.ndr
+ren a8726/tleft b8726/bleft a8727/tright b8727/bright
+load components/philo.ndr
+ren a8727/tleft b8727/bleft a8728/tright b8728/bright
+load components/philo.ndr
+ren a8728/tleft b8728/bleft a8729/tright b8729/bright
+load components/philo.ndr
+ren a8729/tleft b8729/bleft a8730/tright b8730/bright
+load components/philo.ndr
+ren a8730/tleft b8730/bleft a8731/tright b8731/bright
+load components/philo.ndr
+ren a8731/tleft b8731/bleft a8732/tright b8732/bright
+load components/philo.ndr
+ren a8732/tleft b8732/bleft a8733/tright b8733/bright
+load components/philo.ndr
+ren a8733/tleft b8733/bleft a8734/tright b8734/bright
+load components/philo.ndr
+ren a8734/tleft b8734/bleft a8735/tright b8735/bright
+load components/philo.ndr
+ren a8735/tleft b8735/bleft a8736/tright b8736/bright
+load components/philo.ndr
+ren a8736/tleft b8736/bleft a8737/tright b8737/bright
+load components/philo.ndr
+ren a8737/tleft b8737/bleft a8738/tright b8738/bright
+load components/philo.ndr
+ren a8738/tleft b8738/bleft a8739/tright b8739/bright
+load components/philo.ndr
+ren a8739/tleft b8739/bleft a8740/tright b8740/bright
+load components/philo.ndr
+ren a8740/tleft b8740/bleft a8741/tright b8741/bright
+load components/philo.ndr
+ren a8741/tleft b8741/bleft a8742/tright b8742/bright
+load components/philo.ndr
+ren a8742/tleft b8742/bleft a8743/tright b8743/bright
+load components/philo.ndr
+ren a8743/tleft b8743/bleft a8744/tright b8744/bright
+load components/philo.ndr
+ren a8744/tleft b8744/bleft a8745/tright b8745/bright
+load components/philo.ndr
+ren a8745/tleft b8745/bleft a8746/tright b8746/bright
+load components/philo.ndr
+ren a8746/tleft b8746/bleft a8747/tright b8747/bright
+load components/philo.ndr
+ren a8747/tleft b8747/bleft a8748/tright b8748/bright
+load components/philo.ndr
+ren a8748/tleft b8748/bleft a8749/tright b8749/bright
+load components/philo.ndr
+ren a8749/tleft b8749/bleft a8750/tright b8750/bright
+load components/philo.ndr
+ren a8750/tleft b8750/bleft a8751/tright b8751/bright
+load components/philo.ndr
+ren a8751/tleft b8751/bleft a8752/tright b8752/bright
+load components/philo.ndr
+ren a8752/tleft b8752/bleft a8753/tright b8753/bright
+load components/philo.ndr
+ren a8753/tleft b8753/bleft a8754/tright b8754/bright
+load components/philo.ndr
+ren a8754/tleft b8754/bleft a8755/tright b8755/bright
+load components/philo.ndr
+ren a8755/tleft b8755/bleft a8756/tright b8756/bright
+load components/philo.ndr
+ren a8756/tleft b8756/bleft a8757/tright b8757/bright
+load components/philo.ndr
+ren a8757/tleft b8757/bleft a8758/tright b8758/bright
+load components/philo.ndr
+ren a8758/tleft b8758/bleft a8759/tright b8759/bright
+load components/philo.ndr
+ren a8759/tleft b8759/bleft a8760/tright b8760/bright
+load components/philo.ndr
+ren a8760/tleft b8760/bleft a8761/tright b8761/bright
+load components/philo.ndr
+ren a8761/tleft b8761/bleft a8762/tright b8762/bright
+load components/philo.ndr
+ren a8762/tleft b8762/bleft a8763/tright b8763/bright
+load components/philo.ndr
+ren a8763/tleft b8763/bleft a8764/tright b8764/bright
+load components/philo.ndr
+ren a8764/tleft b8764/bleft a8765/tright b8765/bright
+load components/philo.ndr
+ren a8765/tleft b8765/bleft a8766/tright b8766/bright
+load components/philo.ndr
+ren a8766/tleft b8766/bleft a8767/tright b8767/bright
+load components/philo.ndr
+ren a8767/tleft b8767/bleft a8768/tright b8768/bright
+load components/philo.ndr
+ren a8768/tleft b8768/bleft a8769/tright b8769/bright
+load components/philo.ndr
+ren a8769/tleft b8769/bleft a8770/tright b8770/bright
+load components/philo.ndr
+ren a8770/tleft b8770/bleft a8771/tright b8771/bright
+load components/philo.ndr
+ren a8771/tleft b8771/bleft a8772/tright b8772/bright
+load components/philo.ndr
+ren a8772/tleft b8772/bleft a8773/tright b8773/bright
+load components/philo.ndr
+ren a8773/tleft b8773/bleft a8774/tright b8774/bright
+load components/philo.ndr
+ren a8774/tleft b8774/bleft a8775/tright b8775/bright
+load components/philo.ndr
+ren a8775/tleft b8775/bleft a8776/tright b8776/bright
+load components/philo.ndr
+ren a8776/tleft b8776/bleft a8777/tright b8777/bright
+load components/philo.ndr
+ren a8777/tleft b8777/bleft a8778/tright b8778/bright
+load components/philo.ndr
+ren a8778/tleft b8778/bleft a8779/tright b8779/bright
+load components/philo.ndr
+ren a8779/tleft b8779/bleft a8780/tright b8780/bright
+load components/philo.ndr
+ren a8780/tleft b8780/bleft a8781/tright b8781/bright
+load components/philo.ndr
+ren a8781/tleft b8781/bleft a8782/tright b8782/bright
+load components/philo.ndr
+ren a8782/tleft b8782/bleft a8783/tright b8783/bright
+load components/philo.ndr
+ren a8783/tleft b8783/bleft a8784/tright b8784/bright
+load components/philo.ndr
+ren a8784/tleft b8784/bleft a8785/tright b8785/bright
+load components/philo.ndr
+ren a8785/tleft b8785/bleft a8786/tright b8786/bright
+load components/philo.ndr
+ren a8786/tleft b8786/bleft a8787/tright b8787/bright
+load components/philo.ndr
+ren a8787/tleft b8787/bleft a8788/tright b8788/bright
+load components/philo.ndr
+ren a8788/tleft b8788/bleft a8789/tright b8789/bright
+load components/philo.ndr
+ren a8789/tleft b8789/bleft a8790/tright b8790/bright
+load components/philo.ndr
+ren a8790/tleft b8790/bleft a8791/tright b8791/bright
+load components/philo.ndr
+ren a8791/tleft b8791/bleft a8792/tright b8792/bright
+load components/philo.ndr
+ren a8792/tleft b8792/bleft a8793/tright b8793/bright
+load components/philo.ndr
+ren a8793/tleft b8793/bleft a8794/tright b8794/bright
+load components/philo.ndr
+ren a8794/tleft b8794/bleft a8795/tright b8795/bright
+load components/philo.ndr
+ren a8795/tleft b8795/bleft a8796/tright b8796/bright
+load components/philo.ndr
+ren a8796/tleft b8796/bleft a8797/tright b8797/bright
+load components/philo.ndr
+ren a8797/tleft b8797/bleft a8798/tright b8798/bright
+load components/philo.ndr
+ren a8798/tleft b8798/bleft a8799/tright b8799/bright
+load components/philo.ndr
+ren a8799/tleft b8799/bleft a8800/tright b8800/bright
+load components/philo.ndr
+ren a8800/tleft b8800/bleft a8801/tright b8801/bright
+load components/philo.ndr
+ren a8801/tleft b8801/bleft a8802/tright b8802/bright
+load components/philo.ndr
+ren a8802/tleft b8802/bleft a8803/tright b8803/bright
+load components/philo.ndr
+ren a8803/tleft b8803/bleft a8804/tright b8804/bright
+load components/philo.ndr
+ren a8804/tleft b8804/bleft a8805/tright b8805/bright
+load components/philo.ndr
+ren a8805/tleft b8805/bleft a8806/tright b8806/bright
+load components/philo.ndr
+ren a8806/tleft b8806/bleft a8807/tright b8807/bright
+load components/philo.ndr
+ren a8807/tleft b8807/bleft a8808/tright b8808/bright
+load components/philo.ndr
+ren a8808/tleft b8808/bleft a8809/tright b8809/bright
+load components/philo.ndr
+ren a8809/tleft b8809/bleft a8810/tright b8810/bright
+load components/philo.ndr
+ren a8810/tleft b8810/bleft a8811/tright b8811/bright
+load components/philo.ndr
+ren a8811/tleft b8811/bleft a8812/tright b8812/bright
+load components/philo.ndr
+ren a8812/tleft b8812/bleft a8813/tright b8813/bright
+load components/philo.ndr
+ren a8813/tleft b8813/bleft a8814/tright b8814/bright
+load components/philo.ndr
+ren a8814/tleft b8814/bleft a8815/tright b8815/bright
+load components/philo.ndr
+ren a8815/tleft b8815/bleft a8816/tright b8816/bright
+load components/philo.ndr
+ren a8816/tleft b8816/bleft a8817/tright b8817/bright
+load components/philo.ndr
+ren a8817/tleft b8817/bleft a8818/tright b8818/bright
+load components/philo.ndr
+ren a8818/tleft b8818/bleft a8819/tright b8819/bright
+load components/philo.ndr
+ren a8819/tleft b8819/bleft a8820/tright b8820/bright
+load components/philo.ndr
+ren a8820/tleft b8820/bleft a8821/tright b8821/bright
+load components/philo.ndr
+ren a8821/tleft b8821/bleft a8822/tright b8822/bright
+load components/philo.ndr
+ren a8822/tleft b8822/bleft a8823/tright b8823/bright
+load components/philo.ndr
+ren a8823/tleft b8823/bleft a8824/tright b8824/bright
+load components/philo.ndr
+ren a8824/tleft b8824/bleft a8825/tright b8825/bright
+load components/philo.ndr
+ren a8825/tleft b8825/bleft a8826/tright b8826/bright
+load components/philo.ndr
+ren a8826/tleft b8826/bleft a8827/tright b8827/bright
+load components/philo.ndr
+ren a8827/tleft b8827/bleft a8828/tright b8828/bright
+load components/philo.ndr
+ren a8828/tleft b8828/bleft a8829/tright b8829/bright
+load components/philo.ndr
+ren a8829/tleft b8829/bleft a8830/tright b8830/bright
+load components/philo.ndr
+ren a8830/tleft b8830/bleft a8831/tright b8831/bright
+load components/philo.ndr
+ren a8831/tleft b8831/bleft a8832/tright b8832/bright
+load components/philo.ndr
+ren a8832/tleft b8832/bleft a8833/tright b8833/bright
+load components/philo.ndr
+ren a8833/tleft b8833/bleft a8834/tright b8834/bright
+load components/philo.ndr
+ren a8834/tleft b8834/bleft a8835/tright b8835/bright
+load components/philo.ndr
+ren a8835/tleft b8835/bleft a8836/tright b8836/bright
+load components/philo.ndr
+ren a8836/tleft b8836/bleft a8837/tright b8837/bright
+load components/philo.ndr
+ren a8837/tleft b8837/bleft a8838/tright b8838/bright
+load components/philo.ndr
+ren a8838/tleft b8838/bleft a8839/tright b8839/bright
+load components/philo.ndr
+ren a8839/tleft b8839/bleft a8840/tright b8840/bright
+load components/philo.ndr
+ren a8840/tleft b8840/bleft a8841/tright b8841/bright
+load components/philo.ndr
+ren a8841/tleft b8841/bleft a8842/tright b8842/bright
+load components/philo.ndr
+ren a8842/tleft b8842/bleft a8843/tright b8843/bright
+load components/philo.ndr
+ren a8843/tleft b8843/bleft a8844/tright b8844/bright
+load components/philo.ndr
+ren a8844/tleft b8844/bleft a8845/tright b8845/bright
+load components/philo.ndr
+ren a8845/tleft b8845/bleft a8846/tright b8846/bright
+load components/philo.ndr
+ren a8846/tleft b8846/bleft a8847/tright b8847/bright
+load components/philo.ndr
+ren a8847/tleft b8847/bleft a8848/tright b8848/bright
+load components/philo.ndr
+ren a8848/tleft b8848/bleft a8849/tright b8849/bright
+load components/philo.ndr
+ren a8849/tleft b8849/bleft a8850/tright b8850/bright
+load components/philo.ndr
+ren a8850/tleft b8850/bleft a8851/tright b8851/bright
+load components/philo.ndr
+ren a8851/tleft b8851/bleft a8852/tright b8852/bright
+load components/philo.ndr
+ren a8852/tleft b8852/bleft a8853/tright b8853/bright
+load components/philo.ndr
+ren a8853/tleft b8853/bleft a8854/tright b8854/bright
+load components/philo.ndr
+ren a8854/tleft b8854/bleft a8855/tright b8855/bright
+load components/philo.ndr
+ren a8855/tleft b8855/bleft a8856/tright b8856/bright
+load components/philo.ndr
+ren a8856/tleft b8856/bleft a8857/tright b8857/bright
+load components/philo.ndr
+ren a8857/tleft b8857/bleft a8858/tright b8858/bright
+load components/philo.ndr
+ren a8858/tleft b8858/bleft a8859/tright b8859/bright
+load components/philo.ndr
+ren a8859/tleft b8859/bleft a8860/tright b8860/bright
+load components/philo.ndr
+ren a8860/tleft b8860/bleft a8861/tright b8861/bright
+load components/philo.ndr
+ren a8861/tleft b8861/bleft a8862/tright b8862/bright
+load components/philo.ndr
+ren a8862/tleft b8862/bleft a8863/tright b8863/bright
+load components/philo.ndr
+ren a8863/tleft b8863/bleft a8864/tright b8864/bright
+load components/philo.ndr
+ren a8864/tleft b8864/bleft a8865/tright b8865/bright
+load components/philo.ndr
+ren a8865/tleft b8865/bleft a8866/tright b8866/bright
+load components/philo.ndr
+ren a8866/tleft b8866/bleft a8867/tright b8867/bright
+load components/philo.ndr
+ren a8867/tleft b8867/bleft a8868/tright b8868/bright
+load components/philo.ndr
+ren a8868/tleft b8868/bleft a8869/tright b8869/bright
+load components/philo.ndr
+ren a8869/tleft b8869/bleft a8870/tright b8870/bright
+load components/philo.ndr
+ren a8870/tleft b8870/bleft a8871/tright b8871/bright
+load components/philo.ndr
+ren a8871/tleft b8871/bleft a8872/tright b8872/bright
+load components/philo.ndr
+ren a8872/tleft b8872/bleft a8873/tright b8873/bright
+load components/philo.ndr
+ren a8873/tleft b8873/bleft a8874/tright b8874/bright
+load components/philo.ndr
+ren a8874/tleft b8874/bleft a8875/tright b8875/bright
+load components/philo.ndr
+ren a8875/tleft b8875/bleft a8876/tright b8876/bright
+load components/philo.ndr
+ren a8876/tleft b8876/bleft a8877/tright b8877/bright
+load components/philo.ndr
+ren a8877/tleft b8877/bleft a8878/tright b8878/bright
+load components/philo.ndr
+ren a8878/tleft b8878/bleft a8879/tright b8879/bright
+load components/philo.ndr
+ren a8879/tleft b8879/bleft a8880/tright b8880/bright
+load components/philo.ndr
+ren a8880/tleft b8880/bleft a8881/tright b8881/bright
+load components/philo.ndr
+ren a8881/tleft b8881/bleft a8882/tright b8882/bright
+load components/philo.ndr
+ren a8882/tleft b8882/bleft a8883/tright b8883/bright
+load components/philo.ndr
+ren a8883/tleft b8883/bleft a8884/tright b8884/bright
+load components/philo.ndr
+ren a8884/tleft b8884/bleft a8885/tright b8885/bright
+load components/philo.ndr
+ren a8885/tleft b8885/bleft a8886/tright b8886/bright
+load components/philo.ndr
+ren a8886/tleft b8886/bleft a8887/tright b8887/bright
+load components/philo.ndr
+ren a8887/tleft b8887/bleft a8888/tright b8888/bright
+load components/philo.ndr
+ren a8888/tleft b8888/bleft a8889/tright b8889/bright
+load components/philo.ndr
+ren a8889/tleft b8889/bleft a8890/tright b8890/bright
+load components/philo.ndr
+ren a8890/tleft b8890/bleft a8891/tright b8891/bright
+load components/philo.ndr
+ren a8891/tleft b8891/bleft a8892/tright b8892/bright
+load components/philo.ndr
+ren a8892/tleft b8892/bleft a8893/tright b8893/bright
+load components/philo.ndr
+ren a8893/tleft b8893/bleft a8894/tright b8894/bright
+load components/philo.ndr
+ren a8894/tleft b8894/bleft a8895/tright b8895/bright
+load components/philo.ndr
+ren a8895/tleft b8895/bleft a8896/tright b8896/bright
+load components/philo.ndr
+ren a8896/tleft b8896/bleft a8897/tright b8897/bright
+load components/philo.ndr
+ren a8897/tleft b8897/bleft a8898/tright b8898/bright
+load components/philo.ndr
+ren a8898/tleft b8898/bleft a8899/tright b8899/bright
+load components/philo.ndr
+ren a8899/tleft b8899/bleft a8900/tright b8900/bright
+load components/philo.ndr
+ren a8900/tleft b8900/bleft a8901/tright b8901/bright
+load components/philo.ndr
+ren a8901/tleft b8901/bleft a8902/tright b8902/bright
+load components/philo.ndr
+ren a8902/tleft b8902/bleft a8903/tright b8903/bright
+load components/philo.ndr
+ren a8903/tleft b8903/bleft a8904/tright b8904/bright
+load components/philo.ndr
+ren a8904/tleft b8904/bleft a8905/tright b8905/bright
+load components/philo.ndr
+ren a8905/tleft b8905/bleft a8906/tright b8906/bright
+load components/philo.ndr
+ren a8906/tleft b8906/bleft a8907/tright b8907/bright
+load components/philo.ndr
+ren a8907/tleft b8907/bleft a8908/tright b8908/bright
+load components/philo.ndr
+ren a8908/tleft b8908/bleft a8909/tright b8909/bright
+load components/philo.ndr
+ren a8909/tleft b8909/bleft a8910/tright b8910/bright
+load components/philo.ndr
+ren a8910/tleft b8910/bleft a8911/tright b8911/bright
+load components/philo.ndr
+ren a8911/tleft b8911/bleft a8912/tright b8912/bright
+load components/philo.ndr
+ren a8912/tleft b8912/bleft a8913/tright b8913/bright
+load components/philo.ndr
+ren a8913/tleft b8913/bleft a8914/tright b8914/bright
+load components/philo.ndr
+ren a8914/tleft b8914/bleft a8915/tright b8915/bright
+load components/philo.ndr
+ren a8915/tleft b8915/bleft a8916/tright b8916/bright
+load components/philo.ndr
+ren a8916/tleft b8916/bleft a8917/tright b8917/bright
+load components/philo.ndr
+ren a8917/tleft b8917/bleft a8918/tright b8918/bright
+load components/philo.ndr
+ren a8918/tleft b8918/bleft a8919/tright b8919/bright
+load components/philo.ndr
+ren a8919/tleft b8919/bleft a8920/tright b8920/bright
+load components/philo.ndr
+ren a8920/tleft b8920/bleft a8921/tright b8921/bright
+load components/philo.ndr
+ren a8921/tleft b8921/bleft a8922/tright b8922/bright
+load components/philo.ndr
+ren a8922/tleft b8922/bleft a8923/tright b8923/bright
+load components/philo.ndr
+ren a8923/tleft b8923/bleft a8924/tright b8924/bright
+load components/philo.ndr
+ren a8924/tleft b8924/bleft a8925/tright b8925/bright
+load components/philo.ndr
+ren a8925/tleft b8925/bleft a8926/tright b8926/bright
+load components/philo.ndr
+ren a8926/tleft b8926/bleft a8927/tright b8927/bright
+load components/philo.ndr
+ren a8927/tleft b8927/bleft a8928/tright b8928/bright
+load components/philo.ndr
+ren a8928/tleft b8928/bleft a8929/tright b8929/bright
+load components/philo.ndr
+ren a8929/tleft b8929/bleft a8930/tright b8930/bright
+load components/philo.ndr
+ren a8930/tleft b8930/bleft a8931/tright b8931/bright
+load components/philo.ndr
+ren a8931/tleft b8931/bleft a8932/tright b8932/bright
+load components/philo.ndr
+ren a8932/tleft b8932/bleft a8933/tright b8933/bright
+load components/philo.ndr
+ren a8933/tleft b8933/bleft a8934/tright b8934/bright
+load components/philo.ndr
+ren a8934/tleft b8934/bleft a8935/tright b8935/bright
+load components/philo.ndr
+ren a8935/tleft b8935/bleft a8936/tright b8936/bright
+load components/philo.ndr
+ren a8936/tleft b8936/bleft a8937/tright b8937/bright
+load components/philo.ndr
+ren a8937/tleft b8937/bleft a8938/tright b8938/bright
+load components/philo.ndr
+ren a8938/tleft b8938/bleft a8939/tright b8939/bright
+load components/philo.ndr
+ren a8939/tleft b8939/bleft a8940/tright b8940/bright
+load components/philo.ndr
+ren a8940/tleft b8940/bleft a8941/tright b8941/bright
+load components/philo.ndr
+ren a8941/tleft b8941/bleft a8942/tright b8942/bright
+load components/philo.ndr
+ren a8942/tleft b8942/bleft a8943/tright b8943/bright
+load components/philo.ndr
+ren a8943/tleft b8943/bleft a8944/tright b8944/bright
+load components/philo.ndr
+ren a8944/tleft b8944/bleft a8945/tright b8945/bright
+load components/philo.ndr
+ren a8945/tleft b8945/bleft a8946/tright b8946/bright
+load components/philo.ndr
+ren a8946/tleft b8946/bleft a8947/tright b8947/bright
+load components/philo.ndr
+ren a8947/tleft b8947/bleft a8948/tright b8948/bright
+load components/philo.ndr
+ren a8948/tleft b8948/bleft a8949/tright b8949/bright
+load components/philo.ndr
+ren a8949/tleft b8949/bleft a8950/tright b8950/bright
+load components/philo.ndr
+ren a8950/tleft b8950/bleft a8951/tright b8951/bright
+load components/philo.ndr
+ren a8951/tleft b8951/bleft a8952/tright b8952/bright
+load components/philo.ndr
+ren a8952/tleft b8952/bleft a8953/tright b8953/bright
+load components/philo.ndr
+ren a8953/tleft b8953/bleft a8954/tright b8954/bright
+load components/philo.ndr
+ren a8954/tleft b8954/bleft a8955/tright b8955/bright
+load components/philo.ndr
+ren a8955/tleft b8955/bleft a8956/tright b8956/bright
+load components/philo.ndr
+ren a8956/tleft b8956/bleft a8957/tright b8957/bright
+load components/philo.ndr
+ren a8957/tleft b8957/bleft a8958/tright b8958/bright
+load components/philo.ndr
+ren a8958/tleft b8958/bleft a8959/tright b8959/bright
+load components/philo.ndr
+ren a8959/tleft b8959/bleft a8960/tright b8960/bright
+load components/philo.ndr
+ren a8960/tleft b8960/bleft a8961/tright b8961/bright
+load components/philo.ndr
+ren a8961/tleft b8961/bleft a8962/tright b8962/bright
+load components/philo.ndr
+ren a8962/tleft b8962/bleft a8963/tright b8963/bright
+load components/philo.ndr
+ren a8963/tleft b8963/bleft a8964/tright b8964/bright
+load components/philo.ndr
+ren a8964/tleft b8964/bleft a8965/tright b8965/bright
+load components/philo.ndr
+ren a8965/tleft b8965/bleft a8966/tright b8966/bright
+load components/philo.ndr
+ren a8966/tleft b8966/bleft a8967/tright b8967/bright
+load components/philo.ndr
+ren a8967/tleft b8967/bleft a8968/tright b8968/bright
+load components/philo.ndr
+ren a8968/tleft b8968/bleft a8969/tright b8969/bright
+load components/philo.ndr
+ren a8969/tleft b8969/bleft a8970/tright b8970/bright
+load components/philo.ndr
+ren a8970/tleft b8970/bleft a8971/tright b8971/bright
+load components/philo.ndr
+ren a8971/tleft b8971/bleft a8972/tright b8972/bright
+load components/philo.ndr
+ren a8972/tleft b8972/bleft a8973/tright b8973/bright
+load components/philo.ndr
+ren a8973/tleft b8973/bleft a8974/tright b8974/bright
+load components/philo.ndr
+ren a8974/tleft b8974/bleft a8975/tright b8975/bright
+load components/philo.ndr
+ren a8975/tleft b8975/bleft a8976/tright b8976/bright
+load components/philo.ndr
+ren a8976/tleft b8976/bleft a8977/tright b8977/bright
+load components/philo.ndr
+ren a8977/tleft b8977/bleft a8978/tright b8978/bright
+load components/philo.ndr
+ren a8978/tleft b8978/bleft a8979/tright b8979/bright
+load components/philo.ndr
+ren a8979/tleft b8979/bleft a8980/tright b8980/bright
+load components/philo.ndr
+ren a8980/tleft b8980/bleft a8981/tright b8981/bright
+load components/philo.ndr
+ren a8981/tleft b8981/bleft a8982/tright b8982/bright
+load components/philo.ndr
+ren a8982/tleft b8982/bleft a8983/tright b8983/bright
+load components/philo.ndr
+ren a8983/tleft b8983/bleft a8984/tright b8984/bright
+load components/philo.ndr
+ren a8984/tleft b8984/bleft a8985/tright b8985/bright
+load components/philo.ndr
+ren a8985/tleft b8985/bleft a8986/tright b8986/bright
+load components/philo.ndr
+ren a8986/tleft b8986/bleft a8987/tright b8987/bright
+load components/philo.ndr
+ren a8987/tleft b8987/bleft a8988/tright b8988/bright
+load components/philo.ndr
+ren a8988/tleft b8988/bleft a8989/tright b8989/bright
+load components/philo.ndr
+ren a8989/tleft b8989/bleft a8990/tright b8990/bright
+load components/philo.ndr
+ren a8990/tleft b8990/bleft a8991/tright b8991/bright
+load components/philo.ndr
+ren a8991/tleft b8991/bleft a8992/tright b8992/bright
+load components/philo.ndr
+ren a8992/tleft b8992/bleft a8993/tright b8993/bright
+load components/philo.ndr
+ren a8993/tleft b8993/bleft a8994/tright b8994/bright
+load components/philo.ndr
+ren a8994/tleft b8994/bleft a8995/tright b8995/bright
+load components/philo.ndr
+ren a8995/tleft b8995/bleft a8996/tright b8996/bright
+load components/philo.ndr
+ren a8996/tleft b8996/bleft a8997/tright b8997/bright
+load components/philo.ndr
+ren a8997/tleft b8997/bleft a8998/tright b8998/bright
+load components/philo.ndr
+ren a8998/tleft b8998/bleft a8999/tright b8999/bright
+load components/philo.ndr
+ren a8999/tleft b8999/bleft a9000/tright b9000/bright
+load components/philo.ndr
+ren a9000/tleft b9000/bleft a9001/tright b9001/bright
+load components/philo.ndr
+ren a9001/tleft b9001/bleft a9002/tright b9002/bright
+load components/philo.ndr
+ren a9002/tleft b9002/bleft a9003/tright b9003/bright
+load components/philo.ndr
+ren a9003/tleft b9003/bleft a9004/tright b9004/bright
+load components/philo.ndr
+ren a9004/tleft b9004/bleft a9005/tright b9005/bright
+load components/philo.ndr
+ren a9005/tleft b9005/bleft a9006/tright b9006/bright
+load components/philo.ndr
+ren a9006/tleft b9006/bleft a9007/tright b9007/bright
+load components/philo.ndr
+ren a9007/tleft b9007/bleft a9008/tright b9008/bright
+load components/philo.ndr
+ren a9008/tleft b9008/bleft a9009/tright b9009/bright
+load components/philo.ndr
+ren a9009/tleft b9009/bleft a9010/tright b9010/bright
+load components/philo.ndr
+ren a9010/tleft b9010/bleft a9011/tright b9011/bright
+load components/philo.ndr
+ren a9011/tleft b9011/bleft a9012/tright b9012/bright
+load components/philo.ndr
+ren a9012/tleft b9012/bleft a9013/tright b9013/bright
+load components/philo.ndr
+ren a9013/tleft b9013/bleft a9014/tright b9014/bright
+load components/philo.ndr
+ren a9014/tleft b9014/bleft a9015/tright b9015/bright
+load components/philo.ndr
+ren a9015/tleft b9015/bleft a9016/tright b9016/bright
+load components/philo.ndr
+ren a9016/tleft b9016/bleft a9017/tright b9017/bright
+load components/philo.ndr
+ren a9017/tleft b9017/bleft a9018/tright b9018/bright
+load components/philo.ndr
+ren a9018/tleft b9018/bleft a9019/tright b9019/bright
+load components/philo.ndr
+ren a9019/tleft b9019/bleft a9020/tright b9020/bright
+load components/philo.ndr
+ren a9020/tleft b9020/bleft a9021/tright b9021/bright
+load components/philo.ndr
+ren a9021/tleft b9021/bleft a9022/tright b9022/bright
+load components/philo.ndr
+ren a9022/tleft b9022/bleft a9023/tright b9023/bright
+load components/philo.ndr
+ren a9023/tleft b9023/bleft a9024/tright b9024/bright
+load components/philo.ndr
+ren a9024/tleft b9024/bleft a9025/tright b9025/bright
+load components/philo.ndr
+ren a9025/tleft b9025/bleft a9026/tright b9026/bright
+load components/philo.ndr
+ren a9026/tleft b9026/bleft a9027/tright b9027/bright
+load components/philo.ndr
+ren a9027/tleft b9027/bleft a9028/tright b9028/bright
+load components/philo.ndr
+ren a9028/tleft b9028/bleft a9029/tright b9029/bright
+load components/philo.ndr
+ren a9029/tleft b9029/bleft a9030/tright b9030/bright
+load components/philo.ndr
+ren a9030/tleft b9030/bleft a9031/tright b9031/bright
+load components/philo.ndr
+ren a9031/tleft b9031/bleft a9032/tright b9032/bright
+load components/philo.ndr
+ren a9032/tleft b9032/bleft a9033/tright b9033/bright
+load components/philo.ndr
+ren a9033/tleft b9033/bleft a9034/tright b9034/bright
+load components/philo.ndr
+ren a9034/tleft b9034/bleft a9035/tright b9035/bright
+load components/philo.ndr
+ren a9035/tleft b9035/bleft a9036/tright b9036/bright
+load components/philo.ndr
+ren a9036/tleft b9036/bleft a9037/tright b9037/bright
+load components/philo.ndr
+ren a9037/tleft b9037/bleft a9038/tright b9038/bright
+load components/philo.ndr
+ren a9038/tleft b9038/bleft a9039/tright b9039/bright
+load components/philo.ndr
+ren a9039/tleft b9039/bleft a9040/tright b9040/bright
+load components/philo.ndr
+ren a9040/tleft b9040/bleft a9041/tright b9041/bright
+load components/philo.ndr
+ren a9041/tleft b9041/bleft a9042/tright b9042/bright
+load components/philo.ndr
+ren a9042/tleft b9042/bleft a9043/tright b9043/bright
+load components/philo.ndr
+ren a9043/tleft b9043/bleft a9044/tright b9044/bright
+load components/philo.ndr
+ren a9044/tleft b9044/bleft a9045/tright b9045/bright
+load components/philo.ndr
+ren a9045/tleft b9045/bleft a9046/tright b9046/bright
+load components/philo.ndr
+ren a9046/tleft b9046/bleft a9047/tright b9047/bright
+load components/philo.ndr
+ren a9047/tleft b9047/bleft a9048/tright b9048/bright
+load components/philo.ndr
+ren a9048/tleft b9048/bleft a9049/tright b9049/bright
+load components/philo.ndr
+ren a9049/tleft b9049/bleft a9050/tright b9050/bright
+load components/philo.ndr
+ren a9050/tleft b9050/bleft a9051/tright b9051/bright
+load components/philo.ndr
+ren a9051/tleft b9051/bleft a9052/tright b9052/bright
+load components/philo.ndr
+ren a9052/tleft b9052/bleft a9053/tright b9053/bright
+load components/philo.ndr
+ren a9053/tleft b9053/bleft a9054/tright b9054/bright
+load components/philo.ndr
+ren a9054/tleft b9054/bleft a9055/tright b9055/bright
+load components/philo.ndr
+ren a9055/tleft b9055/bleft a9056/tright b9056/bright
+load components/philo.ndr
+ren a9056/tleft b9056/bleft a9057/tright b9057/bright
+load components/philo.ndr
+ren a9057/tleft b9057/bleft a9058/tright b9058/bright
+load components/philo.ndr
+ren a9058/tleft b9058/bleft a9059/tright b9059/bright
+load components/philo.ndr
+ren a9059/tleft b9059/bleft a9060/tright b9060/bright
+load components/philo.ndr
+ren a9060/tleft b9060/bleft a9061/tright b9061/bright
+load components/philo.ndr
+ren a9061/tleft b9061/bleft a9062/tright b9062/bright
+load components/philo.ndr
+ren a9062/tleft b9062/bleft a9063/tright b9063/bright
+load components/philo.ndr
+ren a9063/tleft b9063/bleft a9064/tright b9064/bright
+load components/philo.ndr
+ren a9064/tleft b9064/bleft a9065/tright b9065/bright
+load components/philo.ndr
+ren a9065/tleft b9065/bleft a9066/tright b9066/bright
+load components/philo.ndr
+ren a9066/tleft b9066/bleft a9067/tright b9067/bright
+load components/philo.ndr
+ren a9067/tleft b9067/bleft a9068/tright b9068/bright
+load components/philo.ndr
+ren a9068/tleft b9068/bleft a9069/tright b9069/bright
+load components/philo.ndr
+ren a9069/tleft b9069/bleft a9070/tright b9070/bright
+load components/philo.ndr
+ren a9070/tleft b9070/bleft a9071/tright b9071/bright
+load components/philo.ndr
+ren a9071/tleft b9071/bleft a9072/tright b9072/bright
+load components/philo.ndr
+ren a9072/tleft b9072/bleft a9073/tright b9073/bright
+load components/philo.ndr
+ren a9073/tleft b9073/bleft a9074/tright b9074/bright
+load components/philo.ndr
+ren a9074/tleft b9074/bleft a9075/tright b9075/bright
+load components/philo.ndr
+ren a9075/tleft b9075/bleft a9076/tright b9076/bright
+load components/philo.ndr
+ren a9076/tleft b9076/bleft a9077/tright b9077/bright
+load components/philo.ndr
+ren a9077/tleft b9077/bleft a9078/tright b9078/bright
+load components/philo.ndr
+ren a9078/tleft b9078/bleft a9079/tright b9079/bright
+load components/philo.ndr
+ren a9079/tleft b9079/bleft a9080/tright b9080/bright
+load components/philo.ndr
+ren a9080/tleft b9080/bleft a9081/tright b9081/bright
+load components/philo.ndr
+ren a9081/tleft b9081/bleft a9082/tright b9082/bright
+load components/philo.ndr
+ren a9082/tleft b9082/bleft a9083/tright b9083/bright
+load components/philo.ndr
+ren a9083/tleft b9083/bleft a9084/tright b9084/bright
+load components/philo.ndr
+ren a9084/tleft b9084/bleft a9085/tright b9085/bright
+load components/philo.ndr
+ren a9085/tleft b9085/bleft a9086/tright b9086/bright
+load components/philo.ndr
+ren a9086/tleft b9086/bleft a9087/tright b9087/bright
+load components/philo.ndr
+ren a9087/tleft b9087/bleft a9088/tright b9088/bright
+load components/philo.ndr
+ren a9088/tleft b9088/bleft a9089/tright b9089/bright
+load components/philo.ndr
+ren a9089/tleft b9089/bleft a9090/tright b9090/bright
+load components/philo.ndr
+ren a9090/tleft b9090/bleft a9091/tright b9091/bright
+load components/philo.ndr
+ren a9091/tleft b9091/bleft a9092/tright b9092/bright
+load components/philo.ndr
+ren a9092/tleft b9092/bleft a9093/tright b9093/bright
+load components/philo.ndr
+ren a9093/tleft b9093/bleft a9094/tright b9094/bright
+load components/philo.ndr
+ren a9094/tleft b9094/bleft a9095/tright b9095/bright
+load components/philo.ndr
+ren a9095/tleft b9095/bleft a9096/tright b9096/bright
+load components/philo.ndr
+ren a9096/tleft b9096/bleft a9097/tright b9097/bright
+load components/philo.ndr
+ren a9097/tleft b9097/bleft a9098/tright b9098/bright
+load components/philo.ndr
+ren a9098/tleft b9098/bleft a9099/tright b9099/bright
+load components/philo.ndr
+ren a9099/tleft b9099/bleft a9100/tright b9100/bright
+load components/philo.ndr
+ren a9100/tleft b9100/bleft a9101/tright b9101/bright
+load components/philo.ndr
+ren a9101/tleft b9101/bleft a9102/tright b9102/bright
+load components/philo.ndr
+ren a9102/tleft b9102/bleft a9103/tright b9103/bright
+load components/philo.ndr
+ren a9103/tleft b9103/bleft a9104/tright b9104/bright
+load components/philo.ndr
+ren a9104/tleft b9104/bleft a9105/tright b9105/bright
+load components/philo.ndr
+ren a9105/tleft b9105/bleft a9106/tright b9106/bright
+load components/philo.ndr
+ren a9106/tleft b9106/bleft a9107/tright b9107/bright
+load components/philo.ndr
+ren a9107/tleft b9107/bleft a9108/tright b9108/bright
+load components/philo.ndr
+ren a9108/tleft b9108/bleft a9109/tright b9109/bright
+load components/philo.ndr
+ren a9109/tleft b9109/bleft a9110/tright b9110/bright
+load components/philo.ndr
+ren a9110/tleft b9110/bleft a9111/tright b9111/bright
+load components/philo.ndr
+ren a9111/tleft b9111/bleft a9112/tright b9112/bright
+load components/philo.ndr
+ren a9112/tleft b9112/bleft a9113/tright b9113/bright
+load components/philo.ndr
+ren a9113/tleft b9113/bleft a9114/tright b9114/bright
+load components/philo.ndr
+ren a9114/tleft b9114/bleft a9115/tright b9115/bright
+load components/philo.ndr
+ren a9115/tleft b9115/bleft a9116/tright b9116/bright
+load components/philo.ndr
+ren a9116/tleft b9116/bleft a9117/tright b9117/bright
+load components/philo.ndr
+ren a9117/tleft b9117/bleft a9118/tright b9118/bright
+load components/philo.ndr
+ren a9118/tleft b9118/bleft a9119/tright b9119/bright
+load components/philo.ndr
+ren a9119/tleft b9119/bleft a9120/tright b9120/bright
+load components/philo.ndr
+ren a9120/tleft b9120/bleft a9121/tright b9121/bright
+load components/philo.ndr
+ren a9121/tleft b9121/bleft a9122/tright b9122/bright
+load components/philo.ndr
+ren a9122/tleft b9122/bleft a9123/tright b9123/bright
+load components/philo.ndr
+ren a9123/tleft b9123/bleft a9124/tright b9124/bright
+load components/philo.ndr
+ren a9124/tleft b9124/bleft a9125/tright b9125/bright
+load components/philo.ndr
+ren a9125/tleft b9125/bleft a9126/tright b9126/bright
+load components/philo.ndr
+ren a9126/tleft b9126/bleft a9127/tright b9127/bright
+load components/philo.ndr
+ren a9127/tleft b9127/bleft a9128/tright b9128/bright
+load components/philo.ndr
+ren a9128/tleft b9128/bleft a9129/tright b9129/bright
+load components/philo.ndr
+ren a9129/tleft b9129/bleft a9130/tright b9130/bright
+load components/philo.ndr
+ren a9130/tleft b9130/bleft a9131/tright b9131/bright
+load components/philo.ndr
+ren a9131/tleft b9131/bleft a9132/tright b9132/bright
+load components/philo.ndr
+ren a9132/tleft b9132/bleft a9133/tright b9133/bright
+load components/philo.ndr
+ren a9133/tleft b9133/bleft a9134/tright b9134/bright
+load components/philo.ndr
+ren a9134/tleft b9134/bleft a9135/tright b9135/bright
+load components/philo.ndr
+ren a9135/tleft b9135/bleft a9136/tright b9136/bright
+load components/philo.ndr
+ren a9136/tleft b9136/bleft a9137/tright b9137/bright
+load components/philo.ndr
+ren a9137/tleft b9137/bleft a9138/tright b9138/bright
+load components/philo.ndr
+ren a9138/tleft b9138/bleft a9139/tright b9139/bright
+load components/philo.ndr
+ren a9139/tleft b9139/bleft a9140/tright b9140/bright
+load components/philo.ndr
+ren a9140/tleft b9140/bleft a9141/tright b9141/bright
+load components/philo.ndr
+ren a9141/tleft b9141/bleft a9142/tright b9142/bright
+load components/philo.ndr
+ren a9142/tleft b9142/bleft a9143/tright b9143/bright
+load components/philo.ndr
+ren a9143/tleft b9143/bleft a9144/tright b9144/bright
+load components/philo.ndr
+ren a9144/tleft b9144/bleft a9145/tright b9145/bright
+load components/philo.ndr
+ren a9145/tleft b9145/bleft a9146/tright b9146/bright
+load components/philo.ndr
+ren a9146/tleft b9146/bleft a9147/tright b9147/bright
+load components/philo.ndr
+ren a9147/tleft b9147/bleft a9148/tright b9148/bright
+load components/philo.ndr
+ren a9148/tleft b9148/bleft a9149/tright b9149/bright
+load components/philo.ndr
+ren a9149/tleft b9149/bleft a9150/tright b9150/bright
+load components/philo.ndr
+ren a9150/tleft b9150/bleft a9151/tright b9151/bright
+load components/philo.ndr
+ren a9151/tleft b9151/bleft a9152/tright b9152/bright
+load components/philo.ndr
+ren a9152/tleft b9152/bleft a9153/tright b9153/bright
+load components/philo.ndr
+ren a9153/tleft b9153/bleft a9154/tright b9154/bright
+load components/philo.ndr
+ren a9154/tleft b9154/bleft a9155/tright b9155/bright
+load components/philo.ndr
+ren a9155/tleft b9155/bleft a9156/tright b9156/bright
+load components/philo.ndr
+ren a9156/tleft b9156/bleft a9157/tright b9157/bright
+load components/philo.ndr
+ren a9157/tleft b9157/bleft a9158/tright b9158/bright
+load components/philo.ndr
+ren a9158/tleft b9158/bleft a9159/tright b9159/bright
+load components/philo.ndr
+ren a9159/tleft b9159/bleft a9160/tright b9160/bright
+load components/philo.ndr
+ren a9160/tleft b9160/bleft a9161/tright b9161/bright
+load components/philo.ndr
+ren a9161/tleft b9161/bleft a9162/tright b9162/bright
+load components/philo.ndr
+ren a9162/tleft b9162/bleft a9163/tright b9163/bright
+load components/philo.ndr
+ren a9163/tleft b9163/bleft a9164/tright b9164/bright
+load components/philo.ndr
+ren a9164/tleft b9164/bleft a9165/tright b9165/bright
+load components/philo.ndr
+ren a9165/tleft b9165/bleft a9166/tright b9166/bright
+load components/philo.ndr
+ren a9166/tleft b9166/bleft a9167/tright b9167/bright
+load components/philo.ndr
+ren a9167/tleft b9167/bleft a9168/tright b9168/bright
+load components/philo.ndr
+ren a9168/tleft b9168/bleft a9169/tright b9169/bright
+load components/philo.ndr
+ren a9169/tleft b9169/bleft a9170/tright b9170/bright
+load components/philo.ndr
+ren a9170/tleft b9170/bleft a9171/tright b9171/bright
+load components/philo.ndr
+ren a9171/tleft b9171/bleft a9172/tright b9172/bright
+load components/philo.ndr
+ren a9172/tleft b9172/bleft a9173/tright b9173/bright
+load components/philo.ndr
+ren a9173/tleft b9173/bleft a9174/tright b9174/bright
+load components/philo.ndr
+ren a9174/tleft b9174/bleft a9175/tright b9175/bright
+load components/philo.ndr
+ren a9175/tleft b9175/bleft a9176/tright b9176/bright
+load components/philo.ndr
+ren a9176/tleft b9176/bleft a9177/tright b9177/bright
+load components/philo.ndr
+ren a9177/tleft b9177/bleft a9178/tright b9178/bright
+load components/philo.ndr
+ren a9178/tleft b9178/bleft a9179/tright b9179/bright
+load components/philo.ndr
+ren a9179/tleft b9179/bleft a9180/tright b9180/bright
+load components/philo.ndr
+ren a9180/tleft b9180/bleft a9181/tright b9181/bright
+load components/philo.ndr
+ren a9181/tleft b9181/bleft a9182/tright b9182/bright
+load components/philo.ndr
+ren a9182/tleft b9182/bleft a9183/tright b9183/bright
+load components/philo.ndr
+ren a9183/tleft b9183/bleft a9184/tright b9184/bright
+load components/philo.ndr
+ren a9184/tleft b9184/bleft a9185/tright b9185/bright
+load components/philo.ndr
+ren a9185/tleft b9185/bleft a9186/tright b9186/bright
+load components/philo.ndr
+ren a9186/tleft b9186/bleft a9187/tright b9187/bright
+load components/philo.ndr
+ren a9187/tleft b9187/bleft a9188/tright b9188/bright
+load components/philo.ndr
+ren a9188/tleft b9188/bleft a9189/tright b9189/bright
+load components/philo.ndr
+ren a9189/tleft b9189/bleft a9190/tright b9190/bright
+load components/philo.ndr
+ren a9190/tleft b9190/bleft a9191/tright b9191/bright
+load components/philo.ndr
+ren a9191/tleft b9191/bleft a9192/tright b9192/bright
+load components/philo.ndr
+ren a9192/tleft b9192/bleft a9193/tright b9193/bright
+load components/philo.ndr
+ren a9193/tleft b9193/bleft a9194/tright b9194/bright
+load components/philo.ndr
+ren a9194/tleft b9194/bleft a9195/tright b9195/bright
+load components/philo.ndr
+ren a9195/tleft b9195/bleft a9196/tright b9196/bright
+load components/philo.ndr
+ren a9196/tleft b9196/bleft a9197/tright b9197/bright
+load components/philo.ndr
+ren a9197/tleft b9197/bleft a9198/tright b9198/bright
+load components/philo.ndr
+ren a9198/tleft b9198/bleft a9199/tright b9199/bright
+load components/philo.ndr
+ren a9199/tleft b9199/bleft a9200/tright b9200/bright
+load components/philo.ndr
+ren a9200/tleft b9200/bleft a9201/tright b9201/bright
+load components/philo.ndr
+ren a9201/tleft b9201/bleft a9202/tright b9202/bright
+load components/philo.ndr
+ren a9202/tleft b9202/bleft a9203/tright b9203/bright
+load components/philo.ndr
+ren a9203/tleft b9203/bleft a9204/tright b9204/bright
+load components/philo.ndr
+ren a9204/tleft b9204/bleft a9205/tright b9205/bright
+load components/philo.ndr
+ren a9205/tleft b9205/bleft a9206/tright b9206/bright
+load components/philo.ndr
+ren a9206/tleft b9206/bleft a9207/tright b9207/bright
+load components/philo.ndr
+ren a9207/tleft b9207/bleft a9208/tright b9208/bright
+load components/philo.ndr
+ren a9208/tleft b9208/bleft a9209/tright b9209/bright
+load components/philo.ndr
+ren a9209/tleft b9209/bleft a9210/tright b9210/bright
+load components/philo.ndr
+ren a9210/tleft b9210/bleft a9211/tright b9211/bright
+load components/philo.ndr
+ren a9211/tleft b9211/bleft a9212/tright b9212/bright
+load components/philo.ndr
+ren a9212/tleft b9212/bleft a9213/tright b9213/bright
+load components/philo.ndr
+ren a9213/tleft b9213/bleft a9214/tright b9214/bright
+load components/philo.ndr
+ren a9214/tleft b9214/bleft a9215/tright b9215/bright
+load components/philo.ndr
+ren a9215/tleft b9215/bleft a9216/tright b9216/bright
+load components/philo.ndr
+ren a9216/tleft b9216/bleft a9217/tright b9217/bright
+load components/philo.ndr
+ren a9217/tleft b9217/bleft a9218/tright b9218/bright
+load components/philo.ndr
+ren a9218/tleft b9218/bleft a9219/tright b9219/bright
+load components/philo.ndr
+ren a9219/tleft b9219/bleft a9220/tright b9220/bright
+load components/philo.ndr
+ren a9220/tleft b9220/bleft a9221/tright b9221/bright
+load components/philo.ndr
+ren a9221/tleft b9221/bleft a9222/tright b9222/bright
+load components/philo.ndr
+ren a9222/tleft b9222/bleft a9223/tright b9223/bright
+load components/philo.ndr
+ren a9223/tleft b9223/bleft a9224/tright b9224/bright
+load components/philo.ndr
+ren a9224/tleft b9224/bleft a9225/tright b9225/bright
+load components/philo.ndr
+ren a9225/tleft b9225/bleft a9226/tright b9226/bright
+load components/philo.ndr
+ren a9226/tleft b9226/bleft a9227/tright b9227/bright
+load components/philo.ndr
+ren a9227/tleft b9227/bleft a9228/tright b9228/bright
+load components/philo.ndr
+ren a9228/tleft b9228/bleft a9229/tright b9229/bright
+load components/philo.ndr
+ren a9229/tleft b9229/bleft a9230/tright b9230/bright
+load components/philo.ndr
+ren a9230/tleft b9230/bleft a9231/tright b9231/bright
+load components/philo.ndr
+ren a9231/tleft b9231/bleft a9232/tright b9232/bright
+load components/philo.ndr
+ren a9232/tleft b9232/bleft a9233/tright b9233/bright
+load components/philo.ndr
+ren a9233/tleft b9233/bleft a9234/tright b9234/bright
+load components/philo.ndr
+ren a9234/tleft b9234/bleft a9235/tright b9235/bright
+load components/philo.ndr
+ren a9235/tleft b9235/bleft a9236/tright b9236/bright
+load components/philo.ndr
+ren a9236/tleft b9236/bleft a9237/tright b9237/bright
+load components/philo.ndr
+ren a9237/tleft b9237/bleft a9238/tright b9238/bright
+load components/philo.ndr
+ren a9238/tleft b9238/bleft a9239/tright b9239/bright
+load components/philo.ndr
+ren a9239/tleft b9239/bleft a9240/tright b9240/bright
+load components/philo.ndr
+ren a9240/tleft b9240/bleft a9241/tright b9241/bright
+load components/philo.ndr
+ren a9241/tleft b9241/bleft a9242/tright b9242/bright
+load components/philo.ndr
+ren a9242/tleft b9242/bleft a9243/tright b9243/bright
+load components/philo.ndr
+ren a9243/tleft b9243/bleft a9244/tright b9244/bright
+load components/philo.ndr
+ren a9244/tleft b9244/bleft a9245/tright b9245/bright
+load components/philo.ndr
+ren a9245/tleft b9245/bleft a9246/tright b9246/bright
+load components/philo.ndr
+ren a9246/tleft b9246/bleft a9247/tright b9247/bright
+load components/philo.ndr
+ren a9247/tleft b9247/bleft a9248/tright b9248/bright
+load components/philo.ndr
+ren a9248/tleft b9248/bleft a9249/tright b9249/bright
+load components/philo.ndr
+ren a9249/tleft b9249/bleft a9250/tright b9250/bright
+load components/philo.ndr
+ren a9250/tleft b9250/bleft a9251/tright b9251/bright
+load components/philo.ndr
+ren a9251/tleft b9251/bleft a9252/tright b9252/bright
+load components/philo.ndr
+ren a9252/tleft b9252/bleft a9253/tright b9253/bright
+load components/philo.ndr
+ren a9253/tleft b9253/bleft a9254/tright b9254/bright
+load components/philo.ndr
+ren a9254/tleft b9254/bleft a9255/tright b9255/bright
+load components/philo.ndr
+ren a9255/tleft b9255/bleft a9256/tright b9256/bright
+load components/philo.ndr
+ren a9256/tleft b9256/bleft a9257/tright b9257/bright
+load components/philo.ndr
+ren a9257/tleft b9257/bleft a9258/tright b9258/bright
+load components/philo.ndr
+ren a9258/tleft b9258/bleft a9259/tright b9259/bright
+load components/philo.ndr
+ren a9259/tleft b9259/bleft a9260/tright b9260/bright
+load components/philo.ndr
+ren a9260/tleft b9260/bleft a9261/tright b9261/bright
+load components/philo.ndr
+ren a9261/tleft b9261/bleft a9262/tright b9262/bright
+load components/philo.ndr
+ren a9262/tleft b9262/bleft a9263/tright b9263/bright
+load components/philo.ndr
+ren a9263/tleft b9263/bleft a9264/tright b9264/bright
+load components/philo.ndr
+ren a9264/tleft b9264/bleft a9265/tright b9265/bright
+load components/philo.ndr
+ren a9265/tleft b9265/bleft a9266/tright b9266/bright
+load components/philo.ndr
+ren a9266/tleft b9266/bleft a9267/tright b9267/bright
+load components/philo.ndr
+ren a9267/tleft b9267/bleft a9268/tright b9268/bright
+load components/philo.ndr
+ren a9268/tleft b9268/bleft a9269/tright b9269/bright
+load components/philo.ndr
+ren a9269/tleft b9269/bleft a9270/tright b9270/bright
+load components/philo.ndr
+ren a9270/tleft b9270/bleft a9271/tright b9271/bright
+load components/philo.ndr
+ren a9271/tleft b9271/bleft a9272/tright b9272/bright
+load components/philo.ndr
+ren a9272/tleft b9272/bleft a9273/tright b9273/bright
+load components/philo.ndr
+ren a9273/tleft b9273/bleft a9274/tright b9274/bright
+load components/philo.ndr
+ren a9274/tleft b9274/bleft a9275/tright b9275/bright
+load components/philo.ndr
+ren a9275/tleft b9275/bleft a9276/tright b9276/bright
+load components/philo.ndr
+ren a9276/tleft b9276/bleft a9277/tright b9277/bright
+load components/philo.ndr
+ren a9277/tleft b9277/bleft a9278/tright b9278/bright
+load components/philo.ndr
+ren a9278/tleft b9278/bleft a9279/tright b9279/bright
+load components/philo.ndr
+ren a9279/tleft b9279/bleft a9280/tright b9280/bright
+load components/philo.ndr
+ren a9280/tleft b9280/bleft a9281/tright b9281/bright
+load components/philo.ndr
+ren a9281/tleft b9281/bleft a9282/tright b9282/bright
+load components/philo.ndr
+ren a9282/tleft b9282/bleft a9283/tright b9283/bright
+load components/philo.ndr
+ren a9283/tleft b9283/bleft a9284/tright b9284/bright
+load components/philo.ndr
+ren a9284/tleft b9284/bleft a9285/tright b9285/bright
+load components/philo.ndr
+ren a9285/tleft b9285/bleft a9286/tright b9286/bright
+load components/philo.ndr
+ren a9286/tleft b9286/bleft a9287/tright b9287/bright
+load components/philo.ndr
+ren a9287/tleft b9287/bleft a9288/tright b9288/bright
+load components/philo.ndr
+ren a9288/tleft b9288/bleft a9289/tright b9289/bright
+load components/philo.ndr
+ren a9289/tleft b9289/bleft a9290/tright b9290/bright
+load components/philo.ndr
+ren a9290/tleft b9290/bleft a9291/tright b9291/bright
+load components/philo.ndr
+ren a9291/tleft b9291/bleft a9292/tright b9292/bright
+load components/philo.ndr
+ren a9292/tleft b9292/bleft a9293/tright b9293/bright
+load components/philo.ndr
+ren a9293/tleft b9293/bleft a9294/tright b9294/bright
+load components/philo.ndr
+ren a9294/tleft b9294/bleft a9295/tright b9295/bright
+load components/philo.ndr
+ren a9295/tleft b9295/bleft a9296/tright b9296/bright
+load components/philo.ndr
+ren a9296/tleft b9296/bleft a9297/tright b9297/bright
+load components/philo.ndr
+ren a9297/tleft b9297/bleft a9298/tright b9298/bright
+load components/philo.ndr
+ren a9298/tleft b9298/bleft a9299/tright b9299/bright
+load components/philo.ndr
+ren a9299/tleft b9299/bleft a9300/tright b9300/bright
+load components/philo.ndr
+ren a9300/tleft b9300/bleft a9301/tright b9301/bright
+load components/philo.ndr
+ren a9301/tleft b9301/bleft a9302/tright b9302/bright
+load components/philo.ndr
+ren a9302/tleft b9302/bleft a9303/tright b9303/bright
+load components/philo.ndr
+ren a9303/tleft b9303/bleft a9304/tright b9304/bright
+load components/philo.ndr
+ren a9304/tleft b9304/bleft a9305/tright b9305/bright
+load components/philo.ndr
+ren a9305/tleft b9305/bleft a9306/tright b9306/bright
+load components/philo.ndr
+ren a9306/tleft b9306/bleft a9307/tright b9307/bright
+load components/philo.ndr
+ren a9307/tleft b9307/bleft a9308/tright b9308/bright
+load components/philo.ndr
+ren a9308/tleft b9308/bleft a9309/tright b9309/bright
+load components/philo.ndr
+ren a9309/tleft b9309/bleft a9310/tright b9310/bright
+load components/philo.ndr
+ren a9310/tleft b9310/bleft a9311/tright b9311/bright
+load components/philo.ndr
+ren a9311/tleft b9311/bleft a9312/tright b9312/bright
+load components/philo.ndr
+ren a9312/tleft b9312/bleft a9313/tright b9313/bright
+load components/philo.ndr
+ren a9313/tleft b9313/bleft a9314/tright b9314/bright
+load components/philo.ndr
+ren a9314/tleft b9314/bleft a9315/tright b9315/bright
+load components/philo.ndr
+ren a9315/tleft b9315/bleft a9316/tright b9316/bright
+load components/philo.ndr
+ren a9316/tleft b9316/bleft a9317/tright b9317/bright
+load components/philo.ndr
+ren a9317/tleft b9317/bleft a9318/tright b9318/bright
+load components/philo.ndr
+ren a9318/tleft b9318/bleft a9319/tright b9319/bright
+load components/philo.ndr
+ren a9319/tleft b9319/bleft a9320/tright b9320/bright
+load components/philo.ndr
+ren a9320/tleft b9320/bleft a9321/tright b9321/bright
+load components/philo.ndr
+ren a9321/tleft b9321/bleft a9322/tright b9322/bright
+load components/philo.ndr
+ren a9322/tleft b9322/bleft a9323/tright b9323/bright
+load components/philo.ndr
+ren a9323/tleft b9323/bleft a9324/tright b9324/bright
+load components/philo.ndr
+ren a9324/tleft b9324/bleft a9325/tright b9325/bright
+load components/philo.ndr
+ren a9325/tleft b9325/bleft a9326/tright b9326/bright
+load components/philo.ndr
+ren a9326/tleft b9326/bleft a9327/tright b9327/bright
+load components/philo.ndr
+ren a9327/tleft b9327/bleft a9328/tright b9328/bright
+load components/philo.ndr
+ren a9328/tleft b9328/bleft a9329/tright b9329/bright
+load components/philo.ndr
+ren a9329/tleft b9329/bleft a9330/tright b9330/bright
+load components/philo.ndr
+ren a9330/tleft b9330/bleft a9331/tright b9331/bright
+load components/philo.ndr
+ren a9331/tleft b9331/bleft a9332/tright b9332/bright
+load components/philo.ndr
+ren a9332/tleft b9332/bleft a9333/tright b9333/bright
+load components/philo.ndr
+ren a9333/tleft b9333/bleft a9334/tright b9334/bright
+load components/philo.ndr
+ren a9334/tleft b9334/bleft a9335/tright b9335/bright
+load components/philo.ndr
+ren a9335/tleft b9335/bleft a9336/tright b9336/bright
+load components/philo.ndr
+ren a9336/tleft b9336/bleft a9337/tright b9337/bright
+load components/philo.ndr
+ren a9337/tleft b9337/bleft a9338/tright b9338/bright
+load components/philo.ndr
+ren a9338/tleft b9338/bleft a9339/tright b9339/bright
+load components/philo.ndr
+ren a9339/tleft b9339/bleft a9340/tright b9340/bright
+load components/philo.ndr
+ren a9340/tleft b9340/bleft a9341/tright b9341/bright
+load components/philo.ndr
+ren a9341/tleft b9341/bleft a9342/tright b9342/bright
+load components/philo.ndr
+ren a9342/tleft b9342/bleft a9343/tright b9343/bright
+load components/philo.ndr
+ren a9343/tleft b9343/bleft a9344/tright b9344/bright
+load components/philo.ndr
+ren a9344/tleft b9344/bleft a9345/tright b9345/bright
+load components/philo.ndr
+ren a9345/tleft b9345/bleft a9346/tright b9346/bright
+load components/philo.ndr
+ren a9346/tleft b9346/bleft a9347/tright b9347/bright
+load components/philo.ndr
+ren a9347/tleft b9347/bleft a9348/tright b9348/bright
+load components/philo.ndr
+ren a9348/tleft b9348/bleft a9349/tright b9349/bright
+load components/philo.ndr
+ren a9349/tleft b9349/bleft a9350/tright b9350/bright
+load components/philo.ndr
+ren a9350/tleft b9350/bleft a9351/tright b9351/bright
+load components/philo.ndr
+ren a9351/tleft b9351/bleft a9352/tright b9352/bright
+load components/philo.ndr
+ren a9352/tleft b9352/bleft a9353/tright b9353/bright
+load components/philo.ndr
+ren a9353/tleft b9353/bleft a9354/tright b9354/bright
+load components/philo.ndr
+ren a9354/tleft b9354/bleft a9355/tright b9355/bright
+load components/philo.ndr
+ren a9355/tleft b9355/bleft a9356/tright b9356/bright
+load components/philo.ndr
+ren a9356/tleft b9356/bleft a9357/tright b9357/bright
+load components/philo.ndr
+ren a9357/tleft b9357/bleft a9358/tright b9358/bright
+load components/philo.ndr
+ren a9358/tleft b9358/bleft a9359/tright b9359/bright
+load components/philo.ndr
+ren a9359/tleft b9359/bleft a9360/tright b9360/bright
+load components/philo.ndr
+ren a9360/tleft b9360/bleft a9361/tright b9361/bright
+load components/philo.ndr
+ren a9361/tleft b9361/bleft a9362/tright b9362/bright
+load components/philo.ndr
+ren a9362/tleft b9362/bleft a9363/tright b9363/bright
+load components/philo.ndr
+ren a9363/tleft b9363/bleft a9364/tright b9364/bright
+load components/philo.ndr
+ren a9364/tleft b9364/bleft a9365/tright b9365/bright
+load components/philo.ndr
+ren a9365/tleft b9365/bleft a9366/tright b9366/bright
+load components/philo.ndr
+ren a9366/tleft b9366/bleft a9367/tright b9367/bright
+load components/philo.ndr
+ren a9367/tleft b9367/bleft a9368/tright b9368/bright
+load components/philo.ndr
+ren a9368/tleft b9368/bleft a9369/tright b9369/bright
+load components/philo.ndr
+ren a9369/tleft b9369/bleft a9370/tright b9370/bright
+load components/philo.ndr
+ren a9370/tleft b9370/bleft a9371/tright b9371/bright
+load components/philo.ndr
+ren a9371/tleft b9371/bleft a9372/tright b9372/bright
+load components/philo.ndr
+ren a9372/tleft b9372/bleft a9373/tright b9373/bright
+load components/philo.ndr
+ren a9373/tleft b9373/bleft a9374/tright b9374/bright
+load components/philo.ndr
+ren a9374/tleft b9374/bleft a9375/tright b9375/bright
+load components/philo.ndr
+ren a9375/tleft b9375/bleft a9376/tright b9376/bright
+load components/philo.ndr
+ren a9376/tleft b9376/bleft a9377/tright b9377/bright
+load components/philo.ndr
+ren a9377/tleft b9377/bleft a9378/tright b9378/bright
+load components/philo.ndr
+ren a9378/tleft b9378/bleft a9379/tright b9379/bright
+load components/philo.ndr
+ren a9379/tleft b9379/bleft a9380/tright b9380/bright
+load components/philo.ndr
+ren a9380/tleft b9380/bleft a9381/tright b9381/bright
+load components/philo.ndr
+ren a9381/tleft b9381/bleft a9382/tright b9382/bright
+load components/philo.ndr
+ren a9382/tleft b9382/bleft a9383/tright b9383/bright
+load components/philo.ndr
+ren a9383/tleft b9383/bleft a9384/tright b9384/bright
+load components/philo.ndr
+ren a9384/tleft b9384/bleft a9385/tright b9385/bright
+load components/philo.ndr
+ren a9385/tleft b9385/bleft a9386/tright b9386/bright
+load components/philo.ndr
+ren a9386/tleft b9386/bleft a9387/tright b9387/bright
+load components/philo.ndr
+ren a9387/tleft b9387/bleft a9388/tright b9388/bright
+load components/philo.ndr
+ren a9388/tleft b9388/bleft a9389/tright b9389/bright
+load components/philo.ndr
+ren a9389/tleft b9389/bleft a9390/tright b9390/bright
+load components/philo.ndr
+ren a9390/tleft b9390/bleft a9391/tright b9391/bright
+load components/philo.ndr
+ren a9391/tleft b9391/bleft a9392/tright b9392/bright
+load components/philo.ndr
+ren a9392/tleft b9392/bleft a9393/tright b9393/bright
+load components/philo.ndr
+ren a9393/tleft b9393/bleft a9394/tright b9394/bright
+load components/philo.ndr
+ren a9394/tleft b9394/bleft a9395/tright b9395/bright
+load components/philo.ndr
+ren a9395/tleft b9395/bleft a9396/tright b9396/bright
+load components/philo.ndr
+ren a9396/tleft b9396/bleft a9397/tright b9397/bright
+load components/philo.ndr
+ren a9397/tleft b9397/bleft a9398/tright b9398/bright
+load components/philo.ndr
+ren a9398/tleft b9398/bleft a9399/tright b9399/bright
+load components/philo.ndr
+ren a9399/tleft b9399/bleft a9400/tright b9400/bright
+load components/philo.ndr
+ren a9400/tleft b9400/bleft a9401/tright b9401/bright
+load components/philo.ndr
+ren a9401/tleft b9401/bleft a9402/tright b9402/bright
+load components/philo.ndr
+ren a9402/tleft b9402/bleft a9403/tright b9403/bright
+load components/philo.ndr
+ren a9403/tleft b9403/bleft a9404/tright b9404/bright
+load components/philo.ndr
+ren a9404/tleft b9404/bleft a9405/tright b9405/bright
+load components/philo.ndr
+ren a9405/tleft b9405/bleft a9406/tright b9406/bright
+load components/philo.ndr
+ren a9406/tleft b9406/bleft a9407/tright b9407/bright
+load components/philo.ndr
+ren a9407/tleft b9407/bleft a9408/tright b9408/bright
+load components/philo.ndr
+ren a9408/tleft b9408/bleft a9409/tright b9409/bright
+load components/philo.ndr
+ren a9409/tleft b9409/bleft a9410/tright b9410/bright
+load components/philo.ndr
+ren a9410/tleft b9410/bleft a9411/tright b9411/bright
+load components/philo.ndr
+ren a9411/tleft b9411/bleft a9412/tright b9412/bright
+load components/philo.ndr
+ren a9412/tleft b9412/bleft a9413/tright b9413/bright
+load components/philo.ndr
+ren a9413/tleft b9413/bleft a9414/tright b9414/bright
+load components/philo.ndr
+ren a9414/tleft b9414/bleft a9415/tright b9415/bright
+load components/philo.ndr
+ren a9415/tleft b9415/bleft a9416/tright b9416/bright
+load components/philo.ndr
+ren a9416/tleft b9416/bleft a9417/tright b9417/bright
+load components/philo.ndr
+ren a9417/tleft b9417/bleft a9418/tright b9418/bright
+load components/philo.ndr
+ren a9418/tleft b9418/bleft a9419/tright b9419/bright
+load components/philo.ndr
+ren a9419/tleft b9419/bleft a9420/tright b9420/bright
+load components/philo.ndr
+ren a9420/tleft b9420/bleft a9421/tright b9421/bright
+load components/philo.ndr
+ren a9421/tleft b9421/bleft a9422/tright b9422/bright
+load components/philo.ndr
+ren a9422/tleft b9422/bleft a9423/tright b9423/bright
+load components/philo.ndr
+ren a9423/tleft b9423/bleft a9424/tright b9424/bright
+load components/philo.ndr
+ren a9424/tleft b9424/bleft a9425/tright b9425/bright
+load components/philo.ndr
+ren a9425/tleft b9425/bleft a9426/tright b9426/bright
+load components/philo.ndr
+ren a9426/tleft b9426/bleft a9427/tright b9427/bright
+load components/philo.ndr
+ren a9427/tleft b9427/bleft a9428/tright b9428/bright
+load components/philo.ndr
+ren a9428/tleft b9428/bleft a9429/tright b9429/bright
+load components/philo.ndr
+ren a9429/tleft b9429/bleft a9430/tright b9430/bright
+load components/philo.ndr
+ren a9430/tleft b9430/bleft a9431/tright b9431/bright
+load components/philo.ndr
+ren a9431/tleft b9431/bleft a9432/tright b9432/bright
+load components/philo.ndr
+ren a9432/tleft b9432/bleft a9433/tright b9433/bright
+load components/philo.ndr
+ren a9433/tleft b9433/bleft a9434/tright b9434/bright
+load components/philo.ndr
+ren a9434/tleft b9434/bleft a9435/tright b9435/bright
+load components/philo.ndr
+ren a9435/tleft b9435/bleft a9436/tright b9436/bright
+load components/philo.ndr
+ren a9436/tleft b9436/bleft a9437/tright b9437/bright
+load components/philo.ndr
+ren a9437/tleft b9437/bleft a9438/tright b9438/bright
+load components/philo.ndr
+ren a9438/tleft b9438/bleft a9439/tright b9439/bright
+load components/philo.ndr
+ren a9439/tleft b9439/bleft a9440/tright b9440/bright
+load components/philo.ndr
+ren a9440/tleft b9440/bleft a9441/tright b9441/bright
+load components/philo.ndr
+ren a9441/tleft b9441/bleft a9442/tright b9442/bright
+load components/philo.ndr
+ren a9442/tleft b9442/bleft a9443/tright b9443/bright
+load components/philo.ndr
+ren a9443/tleft b9443/bleft a9444/tright b9444/bright
+load components/philo.ndr
+ren a9444/tleft b9444/bleft a9445/tright b9445/bright
+load components/philo.ndr
+ren a9445/tleft b9445/bleft a9446/tright b9446/bright
+load components/philo.ndr
+ren a9446/tleft b9446/bleft a9447/tright b9447/bright
+load components/philo.ndr
+ren a9447/tleft b9447/bleft a9448/tright b9448/bright
+load components/philo.ndr
+ren a9448/tleft b9448/bleft a9449/tright b9449/bright
+load components/philo.ndr
+ren a9449/tleft b9449/bleft a9450/tright b9450/bright
+load components/philo.ndr
+ren a9450/tleft b9450/bleft a9451/tright b9451/bright
+load components/philo.ndr
+ren a9451/tleft b9451/bleft a9452/tright b9452/bright
+load components/philo.ndr
+ren a9452/tleft b9452/bleft a9453/tright b9453/bright
+load components/philo.ndr
+ren a9453/tleft b9453/bleft a9454/tright b9454/bright
+load components/philo.ndr
+ren a9454/tleft b9454/bleft a9455/tright b9455/bright
+load components/philo.ndr
+ren a9455/tleft b9455/bleft a9456/tright b9456/bright
+load components/philo.ndr
+ren a9456/tleft b9456/bleft a9457/tright b9457/bright
+load components/philo.ndr
+ren a9457/tleft b9457/bleft a9458/tright b9458/bright
+load components/philo.ndr
+ren a9458/tleft b9458/bleft a9459/tright b9459/bright
+load components/philo.ndr
+ren a9459/tleft b9459/bleft a9460/tright b9460/bright
+load components/philo.ndr
+ren a9460/tleft b9460/bleft a9461/tright b9461/bright
+load components/philo.ndr
+ren a9461/tleft b9461/bleft a9462/tright b9462/bright
+load components/philo.ndr
+ren a9462/tleft b9462/bleft a9463/tright b9463/bright
+load components/philo.ndr
+ren a9463/tleft b9463/bleft a9464/tright b9464/bright
+load components/philo.ndr
+ren a9464/tleft b9464/bleft a9465/tright b9465/bright
+load components/philo.ndr
+ren a9465/tleft b9465/bleft a9466/tright b9466/bright
+load components/philo.ndr
+ren a9466/tleft b9466/bleft a9467/tright b9467/bright
+load components/philo.ndr
+ren a9467/tleft b9467/bleft a9468/tright b9468/bright
+load components/philo.ndr
+ren a9468/tleft b9468/bleft a9469/tright b9469/bright
+load components/philo.ndr
+ren a9469/tleft b9469/bleft a9470/tright b9470/bright
+load components/philo.ndr
+ren a9470/tleft b9470/bleft a9471/tright b9471/bright
+load components/philo.ndr
+ren a9471/tleft b9471/bleft a9472/tright b9472/bright
+load components/philo.ndr
+ren a9472/tleft b9472/bleft a9473/tright b9473/bright
+load components/philo.ndr
+ren a9473/tleft b9473/bleft a9474/tright b9474/bright
+load components/philo.ndr
+ren a9474/tleft b9474/bleft a9475/tright b9475/bright
+load components/philo.ndr
+ren a9475/tleft b9475/bleft a9476/tright b9476/bright
+load components/philo.ndr
+ren a9476/tleft b9476/bleft a9477/tright b9477/bright
+load components/philo.ndr
+ren a9477/tleft b9477/bleft a9478/tright b9478/bright
+load components/philo.ndr
+ren a9478/tleft b9478/bleft a9479/tright b9479/bright
+load components/philo.ndr
+ren a9479/tleft b9479/bleft a9480/tright b9480/bright
+load components/philo.ndr
+ren a9480/tleft b9480/bleft a9481/tright b9481/bright
+load components/philo.ndr
+ren a9481/tleft b9481/bleft a9482/tright b9482/bright
+load components/philo.ndr
+ren a9482/tleft b9482/bleft a9483/tright b9483/bright
+load components/philo.ndr
+ren a9483/tleft b9483/bleft a9484/tright b9484/bright
+load components/philo.ndr
+ren a9484/tleft b9484/bleft a9485/tright b9485/bright
+load components/philo.ndr
+ren a9485/tleft b9485/bleft a9486/tright b9486/bright
+load components/philo.ndr
+ren a9486/tleft b9486/bleft a9487/tright b9487/bright
+load components/philo.ndr
+ren a9487/tleft b9487/bleft a9488/tright b9488/bright
+load components/philo.ndr
+ren a9488/tleft b9488/bleft a9489/tright b9489/bright
+load components/philo.ndr
+ren a9489/tleft b9489/bleft a9490/tright b9490/bright
+load components/philo.ndr
+ren a9490/tleft b9490/bleft a9491/tright b9491/bright
+load components/philo.ndr
+ren a9491/tleft b9491/bleft a9492/tright b9492/bright
+load components/philo.ndr
+ren a9492/tleft b9492/bleft a9493/tright b9493/bright
+load components/philo.ndr
+ren a9493/tleft b9493/bleft a9494/tright b9494/bright
+load components/philo.ndr
+ren a9494/tleft b9494/bleft a9495/tright b9495/bright
+load components/philo.ndr
+ren a9495/tleft b9495/bleft a9496/tright b9496/bright
+load components/philo.ndr
+ren a9496/tleft b9496/bleft a9497/tright b9497/bright
+load components/philo.ndr
+ren a9497/tleft b9497/bleft a9498/tright b9498/bright
+load components/philo.ndr
+ren a9498/tleft b9498/bleft a9499/tright b9499/bright
+load components/philo.ndr
+ren a9499/tleft b9499/bleft a9500/tright b9500/bright
+load components/philo.ndr
+ren a9500/tleft b9500/bleft a9501/tright b9501/bright
+load components/philo.ndr
+ren a9501/tleft b9501/bleft a9502/tright b9502/bright
+load components/philo.ndr
+ren a9502/tleft b9502/bleft a9503/tright b9503/bright
+load components/philo.ndr
+ren a9503/tleft b9503/bleft a9504/tright b9504/bright
+load components/philo.ndr
+ren a9504/tleft b9504/bleft a9505/tright b9505/bright
+load components/philo.ndr
+ren a9505/tleft b9505/bleft a9506/tright b9506/bright
+load components/philo.ndr
+ren a9506/tleft b9506/bleft a9507/tright b9507/bright
+load components/philo.ndr
+ren a9507/tleft b9507/bleft a9508/tright b9508/bright
+load components/philo.ndr
+ren a9508/tleft b9508/bleft a9509/tright b9509/bright
+load components/philo.ndr
+ren a9509/tleft b9509/bleft a9510/tright b9510/bright
+load components/philo.ndr
+ren a9510/tleft b9510/bleft a9511/tright b9511/bright
+load components/philo.ndr
+ren a9511/tleft b9511/bleft a9512/tright b9512/bright
+load components/philo.ndr
+ren a9512/tleft b9512/bleft a9513/tright b9513/bright
+load components/philo.ndr
+ren a9513/tleft b9513/bleft a9514/tright b9514/bright
+load components/philo.ndr
+ren a9514/tleft b9514/bleft a9515/tright b9515/bright
+load components/philo.ndr
+ren a9515/tleft b9515/bleft a9516/tright b9516/bright
+load components/philo.ndr
+ren a9516/tleft b9516/bleft a9517/tright b9517/bright
+load components/philo.ndr
+ren a9517/tleft b9517/bleft a9518/tright b9518/bright
+load components/philo.ndr
+ren a9518/tleft b9518/bleft a9519/tright b9519/bright
+load components/philo.ndr
+ren a9519/tleft b9519/bleft a9520/tright b9520/bright
+load components/philo.ndr
+ren a9520/tleft b9520/bleft a9521/tright b9521/bright
+load components/philo.ndr
+ren a9521/tleft b9521/bleft a9522/tright b9522/bright
+load components/philo.ndr
+ren a9522/tleft b9522/bleft a9523/tright b9523/bright
+load components/philo.ndr
+ren a9523/tleft b9523/bleft a9524/tright b9524/bright
+load components/philo.ndr
+ren a9524/tleft b9524/bleft a9525/tright b9525/bright
+load components/philo.ndr
+ren a9525/tleft b9525/bleft a9526/tright b9526/bright
+load components/philo.ndr
+ren a9526/tleft b9526/bleft a9527/tright b9527/bright
+load components/philo.ndr
+ren a9527/tleft b9527/bleft a9528/tright b9528/bright
+load components/philo.ndr
+ren a9528/tleft b9528/bleft a9529/tright b9529/bright
+load components/philo.ndr
+ren a9529/tleft b9529/bleft a9530/tright b9530/bright
+load components/philo.ndr
+ren a9530/tleft b9530/bleft a9531/tright b9531/bright
+load components/philo.ndr
+ren a9531/tleft b9531/bleft a9532/tright b9532/bright
+load components/philo.ndr
+ren a9532/tleft b9532/bleft a9533/tright b9533/bright
+load components/philo.ndr
+ren a9533/tleft b9533/bleft a9534/tright b9534/bright
+load components/philo.ndr
+ren a9534/tleft b9534/bleft a9535/tright b9535/bright
+load components/philo.ndr
+ren a9535/tleft b9535/bleft a9536/tright b9536/bright
+load components/philo.ndr
+ren a9536/tleft b9536/bleft a9537/tright b9537/bright
+load components/philo.ndr
+ren a9537/tleft b9537/bleft a9538/tright b9538/bright
+load components/philo.ndr
+ren a9538/tleft b9538/bleft a9539/tright b9539/bright
+load components/philo.ndr
+ren a9539/tleft b9539/bleft a9540/tright b9540/bright
+load components/philo.ndr
+ren a9540/tleft b9540/bleft a9541/tright b9541/bright
+load components/philo.ndr
+ren a9541/tleft b9541/bleft a9542/tright b9542/bright
+load components/philo.ndr
+ren a9542/tleft b9542/bleft a9543/tright b9543/bright
+load components/philo.ndr
+ren a9543/tleft b9543/bleft a9544/tright b9544/bright
+load components/philo.ndr
+ren a9544/tleft b9544/bleft a9545/tright b9545/bright
+load components/philo.ndr
+ren a9545/tleft b9545/bleft a9546/tright b9546/bright
+load components/philo.ndr
+ren a9546/tleft b9546/bleft a9547/tright b9547/bright
+load components/philo.ndr
+ren a9547/tleft b9547/bleft a9548/tright b9548/bright
+load components/philo.ndr
+ren a9548/tleft b9548/bleft a9549/tright b9549/bright
+load components/philo.ndr
+ren a9549/tleft b9549/bleft a9550/tright b9550/bright
+load components/philo.ndr
+ren a9550/tleft b9550/bleft a9551/tright b9551/bright
+load components/philo.ndr
+ren a9551/tleft b9551/bleft a9552/tright b9552/bright
+load components/philo.ndr
+ren a9552/tleft b9552/bleft a9553/tright b9553/bright
+load components/philo.ndr
+ren a9553/tleft b9553/bleft a9554/tright b9554/bright
+load components/philo.ndr
+ren a9554/tleft b9554/bleft a9555/tright b9555/bright
+load components/philo.ndr
+ren a9555/tleft b9555/bleft a9556/tright b9556/bright
+load components/philo.ndr
+ren a9556/tleft b9556/bleft a9557/tright b9557/bright
+load components/philo.ndr
+ren a9557/tleft b9557/bleft a9558/tright b9558/bright
+load components/philo.ndr
+ren a9558/tleft b9558/bleft a9559/tright b9559/bright
+load components/philo.ndr
+ren a9559/tleft b9559/bleft a9560/tright b9560/bright
+load components/philo.ndr
+ren a9560/tleft b9560/bleft a9561/tright b9561/bright
+load components/philo.ndr
+ren a9561/tleft b9561/bleft a9562/tright b9562/bright
+load components/philo.ndr
+ren a9562/tleft b9562/bleft a9563/tright b9563/bright
+load components/philo.ndr
+ren a9563/tleft b9563/bleft a9564/tright b9564/bright
+load components/philo.ndr
+ren a9564/tleft b9564/bleft a9565/tright b9565/bright
+load components/philo.ndr
+ren a9565/tleft b9565/bleft a9566/tright b9566/bright
+load components/philo.ndr
+ren a9566/tleft b9566/bleft a9567/tright b9567/bright
+load components/philo.ndr
+ren a9567/tleft b9567/bleft a9568/tright b9568/bright
+load components/philo.ndr
+ren a9568/tleft b9568/bleft a9569/tright b9569/bright
+load components/philo.ndr
+ren a9569/tleft b9569/bleft a9570/tright b9570/bright
+load components/philo.ndr
+ren a9570/tleft b9570/bleft a9571/tright b9571/bright
+load components/philo.ndr
+ren a9571/tleft b9571/bleft a9572/tright b9572/bright
+load components/philo.ndr
+ren a9572/tleft b9572/bleft a9573/tright b9573/bright
+load components/philo.ndr
+ren a9573/tleft b9573/bleft a9574/tright b9574/bright
+load components/philo.ndr
+ren a9574/tleft b9574/bleft a9575/tright b9575/bright
+load components/philo.ndr
+ren a9575/tleft b9575/bleft a9576/tright b9576/bright
+load components/philo.ndr
+ren a9576/tleft b9576/bleft a9577/tright b9577/bright
+load components/philo.ndr
+ren a9577/tleft b9577/bleft a9578/tright b9578/bright
+load components/philo.ndr
+ren a9578/tleft b9578/bleft a9579/tright b9579/bright
+load components/philo.ndr
+ren a9579/tleft b9579/bleft a9580/tright b9580/bright
+load components/philo.ndr
+ren a9580/tleft b9580/bleft a9581/tright b9581/bright
+load components/philo.ndr
+ren a9581/tleft b9581/bleft a9582/tright b9582/bright
+load components/philo.ndr
+ren a9582/tleft b9582/bleft a9583/tright b9583/bright
+load components/philo.ndr
+ren a9583/tleft b9583/bleft a9584/tright b9584/bright
+load components/philo.ndr
+ren a9584/tleft b9584/bleft a9585/tright b9585/bright
+load components/philo.ndr
+ren a9585/tleft b9585/bleft a9586/tright b9586/bright
+load components/philo.ndr
+ren a9586/tleft b9586/bleft a9587/tright b9587/bright
+load components/philo.ndr
+ren a9587/tleft b9587/bleft a9588/tright b9588/bright
+load components/philo.ndr
+ren a9588/tleft b9588/bleft a9589/tright b9589/bright
+load components/philo.ndr
+ren a9589/tleft b9589/bleft a9590/tright b9590/bright
+load components/philo.ndr
+ren a9590/tleft b9590/bleft a9591/tright b9591/bright
+load components/philo.ndr
+ren a9591/tleft b9591/bleft a9592/tright b9592/bright
+load components/philo.ndr
+ren a9592/tleft b9592/bleft a9593/tright b9593/bright
+load components/philo.ndr
+ren a9593/tleft b9593/bleft a9594/tright b9594/bright
+load components/philo.ndr
+ren a9594/tleft b9594/bleft a9595/tright b9595/bright
+load components/philo.ndr
+ren a9595/tleft b9595/bleft a9596/tright b9596/bright
+load components/philo.ndr
+ren a9596/tleft b9596/bleft a9597/tright b9597/bright
+load components/philo.ndr
+ren a9597/tleft b9597/bleft a9598/tright b9598/bright
+load components/philo.ndr
+ren a9598/tleft b9598/bleft a9599/tright b9599/bright
+load components/philo.ndr
+ren a9599/tleft b9599/bleft a9600/tright b9600/bright
+load components/philo.ndr
+ren a9600/tleft b9600/bleft a9601/tright b9601/bright
+load components/philo.ndr
+ren a9601/tleft b9601/bleft a9602/tright b9602/bright
+load components/philo.ndr
+ren a9602/tleft b9602/bleft a9603/tright b9603/bright
+load components/philo.ndr
+ren a9603/tleft b9603/bleft a9604/tright b9604/bright
+load components/philo.ndr
+ren a9604/tleft b9604/bleft a9605/tright b9605/bright
+load components/philo.ndr
+ren a9605/tleft b9605/bleft a9606/tright b9606/bright
+load components/philo.ndr
+ren a9606/tleft b9606/bleft a9607/tright b9607/bright
+load components/philo.ndr
+ren a9607/tleft b9607/bleft a9608/tright b9608/bright
+load components/philo.ndr
+ren a9608/tleft b9608/bleft a9609/tright b9609/bright
+load components/philo.ndr
+ren a9609/tleft b9609/bleft a9610/tright b9610/bright
+load components/philo.ndr
+ren a9610/tleft b9610/bleft a9611/tright b9611/bright
+load components/philo.ndr
+ren a9611/tleft b9611/bleft a9612/tright b9612/bright
+load components/philo.ndr
+ren a9612/tleft b9612/bleft a9613/tright b9613/bright
+load components/philo.ndr
+ren a9613/tleft b9613/bleft a9614/tright b9614/bright
+load components/philo.ndr
+ren a9614/tleft b9614/bleft a9615/tright b9615/bright
+load components/philo.ndr
+ren a9615/tleft b9615/bleft a9616/tright b9616/bright
+load components/philo.ndr
+ren a9616/tleft b9616/bleft a9617/tright b9617/bright
+load components/philo.ndr
+ren a9617/tleft b9617/bleft a9618/tright b9618/bright
+load components/philo.ndr
+ren a9618/tleft b9618/bleft a9619/tright b9619/bright
+load components/philo.ndr
+ren a9619/tleft b9619/bleft a9620/tright b9620/bright
+load components/philo.ndr
+ren a9620/tleft b9620/bleft a9621/tright b9621/bright
+load components/philo.ndr
+ren a9621/tleft b9621/bleft a9622/tright b9622/bright
+load components/philo.ndr
+ren a9622/tleft b9622/bleft a9623/tright b9623/bright
+load components/philo.ndr
+ren a9623/tleft b9623/bleft a9624/tright b9624/bright
+load components/philo.ndr
+ren a9624/tleft b9624/bleft a9625/tright b9625/bright
+load components/philo.ndr
+ren a9625/tleft b9625/bleft a9626/tright b9626/bright
+load components/philo.ndr
+ren a9626/tleft b9626/bleft a9627/tright b9627/bright
+load components/philo.ndr
+ren a9627/tleft b9627/bleft a9628/tright b9628/bright
+load components/philo.ndr
+ren a9628/tleft b9628/bleft a9629/tright b9629/bright
+load components/philo.ndr
+ren a9629/tleft b9629/bleft a9630/tright b9630/bright
+load components/philo.ndr
+ren a9630/tleft b9630/bleft a9631/tright b9631/bright
+load components/philo.ndr
+ren a9631/tleft b9631/bleft a9632/tright b9632/bright
+load components/philo.ndr
+ren a9632/tleft b9632/bleft a9633/tright b9633/bright
+load components/philo.ndr
+ren a9633/tleft b9633/bleft a9634/tright b9634/bright
+load components/philo.ndr
+ren a9634/tleft b9634/bleft a9635/tright b9635/bright
+load components/philo.ndr
+ren a9635/tleft b9635/bleft a9636/tright b9636/bright
+load components/philo.ndr
+ren a9636/tleft b9636/bleft a9637/tright b9637/bright
+load components/philo.ndr
+ren a9637/tleft b9637/bleft a9638/tright b9638/bright
+load components/philo.ndr
+ren a9638/tleft b9638/bleft a9639/tright b9639/bright
+load components/philo.ndr
+ren a9639/tleft b9639/bleft a9640/tright b9640/bright
+load components/philo.ndr
+ren a9640/tleft b9640/bleft a9641/tright b9641/bright
+load components/philo.ndr
+ren a9641/tleft b9641/bleft a9642/tright b9642/bright
+load components/philo.ndr
+ren a9642/tleft b9642/bleft a9643/tright b9643/bright
+load components/philo.ndr
+ren a9643/tleft b9643/bleft a9644/tright b9644/bright
+load components/philo.ndr
+ren a9644/tleft b9644/bleft a9645/tright b9645/bright
+load components/philo.ndr
+ren a9645/tleft b9645/bleft a9646/tright b9646/bright
+load components/philo.ndr
+ren a9646/tleft b9646/bleft a9647/tright b9647/bright
+load components/philo.ndr
+ren a9647/tleft b9647/bleft a9648/tright b9648/bright
+load components/philo.ndr
+ren a9648/tleft b9648/bleft a9649/tright b9649/bright
+load components/philo.ndr
+ren a9649/tleft b9649/bleft a9650/tright b9650/bright
+load components/philo.ndr
+ren a9650/tleft b9650/bleft a9651/tright b9651/bright
+load components/philo.ndr
+ren a9651/tleft b9651/bleft a9652/tright b9652/bright
+load components/philo.ndr
+ren a9652/tleft b9652/bleft a9653/tright b9653/bright
+load components/philo.ndr
+ren a9653/tleft b9653/bleft a9654/tright b9654/bright
+load components/philo.ndr
+ren a9654/tleft b9654/bleft a9655/tright b9655/bright
+load components/philo.ndr
+ren a9655/tleft b9655/bleft a9656/tright b9656/bright
+load components/philo.ndr
+ren a9656/tleft b9656/bleft a9657/tright b9657/bright
+load components/philo.ndr
+ren a9657/tleft b9657/bleft a9658/tright b9658/bright
+load components/philo.ndr
+ren a9658/tleft b9658/bleft a9659/tright b9659/bright
+load components/philo.ndr
+ren a9659/tleft b9659/bleft a9660/tright b9660/bright
+load components/philo.ndr
+ren a9660/tleft b9660/bleft a9661/tright b9661/bright
+load components/philo.ndr
+ren a9661/tleft b9661/bleft a9662/tright b9662/bright
+load components/philo.ndr
+ren a9662/tleft b9662/bleft a9663/tright b9663/bright
+load components/philo.ndr
+ren a9663/tleft b9663/bleft a9664/tright b9664/bright
+load components/philo.ndr
+ren a9664/tleft b9664/bleft a9665/tright b9665/bright
+load components/philo.ndr
+ren a9665/tleft b9665/bleft a9666/tright b9666/bright
+load components/philo.ndr
+ren a9666/tleft b9666/bleft a9667/tright b9667/bright
+load components/philo.ndr
+ren a9667/tleft b9667/bleft a9668/tright b9668/bright
+load components/philo.ndr
+ren a9668/tleft b9668/bleft a9669/tright b9669/bright
+load components/philo.ndr
+ren a9669/tleft b9669/bleft a9670/tright b9670/bright
+load components/philo.ndr
+ren a9670/tleft b9670/bleft a9671/tright b9671/bright
+load components/philo.ndr
+ren a9671/tleft b9671/bleft a9672/tright b9672/bright
+load components/philo.ndr
+ren a9672/tleft b9672/bleft a9673/tright b9673/bright
+load components/philo.ndr
+ren a9673/tleft b9673/bleft a9674/tright b9674/bright
+load components/philo.ndr
+ren a9674/tleft b9674/bleft a9675/tright b9675/bright
+load components/philo.ndr
+ren a9675/tleft b9675/bleft a9676/tright b9676/bright
+load components/philo.ndr
+ren a9676/tleft b9676/bleft a9677/tright b9677/bright
+load components/philo.ndr
+ren a9677/tleft b9677/bleft a9678/tright b9678/bright
+load components/philo.ndr
+ren a9678/tleft b9678/bleft a9679/tright b9679/bright
+load components/philo.ndr
+ren a9679/tleft b9679/bleft a9680/tright b9680/bright
+load components/philo.ndr
+ren a9680/tleft b9680/bleft a9681/tright b9681/bright
+load components/philo.ndr
+ren a9681/tleft b9681/bleft a9682/tright b9682/bright
+load components/philo.ndr
+ren a9682/tleft b9682/bleft a9683/tright b9683/bright
+load components/philo.ndr
+ren a9683/tleft b9683/bleft a9684/tright b9684/bright
+load components/philo.ndr
+ren a9684/tleft b9684/bleft a9685/tright b9685/bright
+load components/philo.ndr
+ren a9685/tleft b9685/bleft a9686/tright b9686/bright
+load components/philo.ndr
+ren a9686/tleft b9686/bleft a9687/tright b9687/bright
+load components/philo.ndr
+ren a9687/tleft b9687/bleft a9688/tright b9688/bright
+load components/philo.ndr
+ren a9688/tleft b9688/bleft a9689/tright b9689/bright
+load components/philo.ndr
+ren a9689/tleft b9689/bleft a9690/tright b9690/bright
+load components/philo.ndr
+ren a9690/tleft b9690/bleft a9691/tright b9691/bright
+load components/philo.ndr
+ren a9691/tleft b9691/bleft a9692/tright b9692/bright
+load components/philo.ndr
+ren a9692/tleft b9692/bleft a9693/tright b9693/bright
+load components/philo.ndr
+ren a9693/tleft b9693/bleft a9694/tright b9694/bright
+load components/philo.ndr
+ren a9694/tleft b9694/bleft a9695/tright b9695/bright
+load components/philo.ndr
+ren a9695/tleft b9695/bleft a9696/tright b9696/bright
+load components/philo.ndr
+ren a9696/tleft b9696/bleft a9697/tright b9697/bright
+load components/philo.ndr
+ren a9697/tleft b9697/bleft a9698/tright b9698/bright
+load components/philo.ndr
+ren a9698/tleft b9698/bleft a9699/tright b9699/bright
+load components/philo.ndr
+ren a9699/tleft b9699/bleft a9700/tright b9700/bright
+load components/philo.ndr
+ren a9700/tleft b9700/bleft a9701/tright b9701/bright
+load components/philo.ndr
+ren a9701/tleft b9701/bleft a9702/tright b9702/bright
+load components/philo.ndr
+ren a9702/tleft b9702/bleft a9703/tright b9703/bright
+load components/philo.ndr
+ren a9703/tleft b9703/bleft a9704/tright b9704/bright
+load components/philo.ndr
+ren a9704/tleft b9704/bleft a9705/tright b9705/bright
+load components/philo.ndr
+ren a9705/tleft b9705/bleft a9706/tright b9706/bright
+load components/philo.ndr
+ren a9706/tleft b9706/bleft a9707/tright b9707/bright
+load components/philo.ndr
+ren a9707/tleft b9707/bleft a9708/tright b9708/bright
+load components/philo.ndr
+ren a9708/tleft b9708/bleft a9709/tright b9709/bright
+load components/philo.ndr
+ren a9709/tleft b9709/bleft a9710/tright b9710/bright
+load components/philo.ndr
+ren a9710/tleft b9710/bleft a9711/tright b9711/bright
+load components/philo.ndr
+ren a9711/tleft b9711/bleft a9712/tright b9712/bright
+load components/philo.ndr
+ren a9712/tleft b9712/bleft a9713/tright b9713/bright
+load components/philo.ndr
+ren a9713/tleft b9713/bleft a9714/tright b9714/bright
+load components/philo.ndr
+ren a9714/tleft b9714/bleft a9715/tright b9715/bright
+load components/philo.ndr
+ren a9715/tleft b9715/bleft a9716/tright b9716/bright
+load components/philo.ndr
+ren a9716/tleft b9716/bleft a9717/tright b9717/bright
+load components/philo.ndr
+ren a9717/tleft b9717/bleft a9718/tright b9718/bright
+load components/philo.ndr
+ren a9718/tleft b9718/bleft a9719/tright b9719/bright
+load components/philo.ndr
+ren a9719/tleft b9719/bleft a9720/tright b9720/bright
+load components/philo.ndr
+ren a9720/tleft b9720/bleft a9721/tright b9721/bright
+load components/philo.ndr
+ren a9721/tleft b9721/bleft a9722/tright b9722/bright
+load components/philo.ndr
+ren a9722/tleft b9722/bleft a9723/tright b9723/bright
+load components/philo.ndr
+ren a9723/tleft b9723/bleft a9724/tright b9724/bright
+load components/philo.ndr
+ren a9724/tleft b9724/bleft a9725/tright b9725/bright
+load components/philo.ndr
+ren a9725/tleft b9725/bleft a9726/tright b9726/bright
+load components/philo.ndr
+ren a9726/tleft b9726/bleft a9727/tright b9727/bright
+load components/philo.ndr
+ren a9727/tleft b9727/bleft a9728/tright b9728/bright
+load components/philo.ndr
+ren a9728/tleft b9728/bleft a9729/tright b9729/bright
+load components/philo.ndr
+ren a9729/tleft b9729/bleft a9730/tright b9730/bright
+load components/philo.ndr
+ren a9730/tleft b9730/bleft a9731/tright b9731/bright
+load components/philo.ndr
+ren a9731/tleft b9731/bleft a9732/tright b9732/bright
+load components/philo.ndr
+ren a9732/tleft b9732/bleft a9733/tright b9733/bright
+load components/philo.ndr
+ren a9733/tleft b9733/bleft a9734/tright b9734/bright
+load components/philo.ndr
+ren a9734/tleft b9734/bleft a9735/tright b9735/bright
+load components/philo.ndr
+ren a9735/tleft b9735/bleft a9736/tright b9736/bright
+load components/philo.ndr
+ren a9736/tleft b9736/bleft a9737/tright b9737/bright
+load components/philo.ndr
+ren a9737/tleft b9737/bleft a9738/tright b9738/bright
+load components/philo.ndr
+ren a9738/tleft b9738/bleft a9739/tright b9739/bright
+load components/philo.ndr
+ren a9739/tleft b9739/bleft a9740/tright b9740/bright
+load components/philo.ndr
+ren a9740/tleft b9740/bleft a9741/tright b9741/bright
+load components/philo.ndr
+ren a9741/tleft b9741/bleft a9742/tright b9742/bright
+load components/philo.ndr
+ren a9742/tleft b9742/bleft a9743/tright b9743/bright
+load components/philo.ndr
+ren a9743/tleft b9743/bleft a9744/tright b9744/bright
+load components/philo.ndr
+ren a9744/tleft b9744/bleft a9745/tright b9745/bright
+load components/philo.ndr
+ren a9745/tleft b9745/bleft a9746/tright b9746/bright
+load components/philo.ndr
+ren a9746/tleft b9746/bleft a9747/tright b9747/bright
+load components/philo.ndr
+ren a9747/tleft b9747/bleft a9748/tright b9748/bright
+load components/philo.ndr
+ren a9748/tleft b9748/bleft a9749/tright b9749/bright
+load components/philo.ndr
+ren a9749/tleft b9749/bleft a9750/tright b9750/bright
+load components/philo.ndr
+ren a9750/tleft b9750/bleft a9751/tright b9751/bright
+load components/philo.ndr
+ren a9751/tleft b9751/bleft a9752/tright b9752/bright
+load components/philo.ndr
+ren a9752/tleft b9752/bleft a9753/tright b9753/bright
+load components/philo.ndr
+ren a9753/tleft b9753/bleft a9754/tright b9754/bright
+load components/philo.ndr
+ren a9754/tleft b9754/bleft a9755/tright b9755/bright
+load components/philo.ndr
+ren a9755/tleft b9755/bleft a9756/tright b9756/bright
+load components/philo.ndr
+ren a9756/tleft b9756/bleft a9757/tright b9757/bright
+load components/philo.ndr
+ren a9757/tleft b9757/bleft a9758/tright b9758/bright
+load components/philo.ndr
+ren a9758/tleft b9758/bleft a9759/tright b9759/bright
+load components/philo.ndr
+ren a9759/tleft b9759/bleft a9760/tright b9760/bright
+load components/philo.ndr
+ren a9760/tleft b9760/bleft a9761/tright b9761/bright
+load components/philo.ndr
+ren a9761/tleft b9761/bleft a9762/tright b9762/bright
+load components/philo.ndr
+ren a9762/tleft b9762/bleft a9763/tright b9763/bright
+load components/philo.ndr
+ren a9763/tleft b9763/bleft a9764/tright b9764/bright
+load components/philo.ndr
+ren a9764/tleft b9764/bleft a9765/tright b9765/bright
+load components/philo.ndr
+ren a9765/tleft b9765/bleft a9766/tright b9766/bright
+load components/philo.ndr
+ren a9766/tleft b9766/bleft a9767/tright b9767/bright
+load components/philo.ndr
+ren a9767/tleft b9767/bleft a9768/tright b9768/bright
+load components/philo.ndr
+ren a9768/tleft b9768/bleft a9769/tright b9769/bright
+load components/philo.ndr
+ren a9769/tleft b9769/bleft a9770/tright b9770/bright
+load components/philo.ndr
+ren a9770/tleft b9770/bleft a9771/tright b9771/bright
+load components/philo.ndr
+ren a9771/tleft b9771/bleft a9772/tright b9772/bright
+load components/philo.ndr
+ren a9772/tleft b9772/bleft a9773/tright b9773/bright
+load components/philo.ndr
+ren a9773/tleft b9773/bleft a9774/tright b9774/bright
+load components/philo.ndr
+ren a9774/tleft b9774/bleft a9775/tright b9775/bright
+load components/philo.ndr
+ren a9775/tleft b9775/bleft a9776/tright b9776/bright
+load components/philo.ndr
+ren a9776/tleft b9776/bleft a9777/tright b9777/bright
+load components/philo.ndr
+ren a9777/tleft b9777/bleft a9778/tright b9778/bright
+load components/philo.ndr
+ren a9778/tleft b9778/bleft a9779/tright b9779/bright
+load components/philo.ndr
+ren a9779/tleft b9779/bleft a9780/tright b9780/bright
+load components/philo.ndr
+ren a9780/tleft b9780/bleft a9781/tright b9781/bright
+load components/philo.ndr
+ren a9781/tleft b9781/bleft a9782/tright b9782/bright
+load components/philo.ndr
+ren a9782/tleft b9782/bleft a9783/tright b9783/bright
+load components/philo.ndr
+ren a9783/tleft b9783/bleft a9784/tright b9784/bright
+load components/philo.ndr
+ren a9784/tleft b9784/bleft a9785/tright b9785/bright
+load components/philo.ndr
+ren a9785/tleft b9785/bleft a9786/tright b9786/bright
+load components/philo.ndr
+ren a9786/tleft b9786/bleft a9787/tright b9787/bright
+load components/philo.ndr
+ren a9787/tleft b9787/bleft a9788/tright b9788/bright
+load components/philo.ndr
+ren a9788/tleft b9788/bleft a9789/tright b9789/bright
+load components/philo.ndr
+ren a9789/tleft b9789/bleft a9790/tright b9790/bright
+load components/philo.ndr
+ren a9790/tleft b9790/bleft a9791/tright b9791/bright
+load components/philo.ndr
+ren a9791/tleft b9791/bleft a9792/tright b9792/bright
+load components/philo.ndr
+ren a9792/tleft b9792/bleft a9793/tright b9793/bright
+load components/philo.ndr
+ren a9793/tleft b9793/bleft a9794/tright b9794/bright
+load components/philo.ndr
+ren a9794/tleft b9794/bleft a9795/tright b9795/bright
+load components/philo.ndr
+ren a9795/tleft b9795/bleft a9796/tright b9796/bright
+load components/philo.ndr
+ren a9796/tleft b9796/bleft a9797/tright b9797/bright
+load components/philo.ndr
+ren a9797/tleft b9797/bleft a9798/tright b9798/bright
+load components/philo.ndr
+ren a9798/tleft b9798/bleft a9799/tright b9799/bright
+load components/philo.ndr
+ren a9799/tleft b9799/bleft a9800/tright b9800/bright
+load components/philo.ndr
+ren a9800/tleft b9800/bleft a9801/tright b9801/bright
+load components/philo.ndr
+ren a9801/tleft b9801/bleft a9802/tright b9802/bright
+load components/philo.ndr
+ren a9802/tleft b9802/bleft a9803/tright b9803/bright
+load components/philo.ndr
+ren a9803/tleft b9803/bleft a9804/tright b9804/bright
+load components/philo.ndr
+ren a9804/tleft b9804/bleft a9805/tright b9805/bright
+load components/philo.ndr
+ren a9805/tleft b9805/bleft a9806/tright b9806/bright
+load components/philo.ndr
+ren a9806/tleft b9806/bleft a9807/tright b9807/bright
+load components/philo.ndr
+ren a9807/tleft b9807/bleft a9808/tright b9808/bright
+load components/philo.ndr
+ren a9808/tleft b9808/bleft a9809/tright b9809/bright
+load components/philo.ndr
+ren a9809/tleft b9809/bleft a9810/tright b9810/bright
+load components/philo.ndr
+ren a9810/tleft b9810/bleft a9811/tright b9811/bright
+load components/philo.ndr
+ren a9811/tleft b9811/bleft a9812/tright b9812/bright
+load components/philo.ndr
+ren a9812/tleft b9812/bleft a9813/tright b9813/bright
+load components/philo.ndr
+ren a9813/tleft b9813/bleft a9814/tright b9814/bright
+load components/philo.ndr
+ren a9814/tleft b9814/bleft a9815/tright b9815/bright
+load components/philo.ndr
+ren a9815/tleft b9815/bleft a9816/tright b9816/bright
+load components/philo.ndr
+ren a9816/tleft b9816/bleft a9817/tright b9817/bright
+load components/philo.ndr
+ren a9817/tleft b9817/bleft a9818/tright b9818/bright
+load components/philo.ndr
+ren a9818/tleft b9818/bleft a9819/tright b9819/bright
+load components/philo.ndr
+ren a9819/tleft b9819/bleft a9820/tright b9820/bright
+load components/philo.ndr
+ren a9820/tleft b9820/bleft a9821/tright b9821/bright
+load components/philo.ndr
+ren a9821/tleft b9821/bleft a9822/tright b9822/bright
+load components/philo.ndr
+ren a9822/tleft b9822/bleft a9823/tright b9823/bright
+load components/philo.ndr
+ren a9823/tleft b9823/bleft a9824/tright b9824/bright
+load components/philo.ndr
+ren a9824/tleft b9824/bleft a9825/tright b9825/bright
+load components/philo.ndr
+ren a9825/tleft b9825/bleft a9826/tright b9826/bright
+load components/philo.ndr
+ren a9826/tleft b9826/bleft a9827/tright b9827/bright
+load components/philo.ndr
+ren a9827/tleft b9827/bleft a9828/tright b9828/bright
+load components/philo.ndr
+ren a9828/tleft b9828/bleft a9829/tright b9829/bright
+load components/philo.ndr
+ren a9829/tleft b9829/bleft a9830/tright b9830/bright
+load components/philo.ndr
+ren a9830/tleft b9830/bleft a9831/tright b9831/bright
+load components/philo.ndr
+ren a9831/tleft b9831/bleft a9832/tright b9832/bright
+load components/philo.ndr
+ren a9832/tleft b9832/bleft a9833/tright b9833/bright
+load components/philo.ndr
+ren a9833/tleft b9833/bleft a9834/tright b9834/bright
+load components/philo.ndr
+ren a9834/tleft b9834/bleft a9835/tright b9835/bright
+load components/philo.ndr
+ren a9835/tleft b9835/bleft a9836/tright b9836/bright
+load components/philo.ndr
+ren a9836/tleft b9836/bleft a9837/tright b9837/bright
+load components/philo.ndr
+ren a9837/tleft b9837/bleft a9838/tright b9838/bright
+load components/philo.ndr
+ren a9838/tleft b9838/bleft a9839/tright b9839/bright
+load components/philo.ndr
+ren a9839/tleft b9839/bleft a9840/tright b9840/bright
+load components/philo.ndr
+ren a9840/tleft b9840/bleft a9841/tright b9841/bright
+load components/philo.ndr
+ren a9841/tleft b9841/bleft a9842/tright b9842/bright
+load components/philo.ndr
+ren a9842/tleft b9842/bleft a9843/tright b9843/bright
+load components/philo.ndr
+ren a9843/tleft b9843/bleft a9844/tright b9844/bright
+load components/philo.ndr
+ren a9844/tleft b9844/bleft a9845/tright b9845/bright
+load components/philo.ndr
+ren a9845/tleft b9845/bleft a9846/tright b9846/bright
+load components/philo.ndr
+ren a9846/tleft b9846/bleft a9847/tright b9847/bright
+load components/philo.ndr
+ren a9847/tleft b9847/bleft a9848/tright b9848/bright
+load components/philo.ndr
+ren a9848/tleft b9848/bleft a9849/tright b9849/bright
+load components/philo.ndr
+ren a9849/tleft b9849/bleft a9850/tright b9850/bright
+load components/philo.ndr
+ren a9850/tleft b9850/bleft a9851/tright b9851/bright
+load components/philo.ndr
+ren a9851/tleft b9851/bleft a9852/tright b9852/bright
+load components/philo.ndr
+ren a9852/tleft b9852/bleft a9853/tright b9853/bright
+load components/philo.ndr
+ren a9853/tleft b9853/bleft a9854/tright b9854/bright
+load components/philo.ndr
+ren a9854/tleft b9854/bleft a9855/tright b9855/bright
+load components/philo.ndr
+ren a9855/tleft b9855/bleft a9856/tright b9856/bright
+load components/philo.ndr
+ren a9856/tleft b9856/bleft a9857/tright b9857/bright
+load components/philo.ndr
+ren a9857/tleft b9857/bleft a9858/tright b9858/bright
+load components/philo.ndr
+ren a9858/tleft b9858/bleft a9859/tright b9859/bright
+load components/philo.ndr
+ren a9859/tleft b9859/bleft a9860/tright b9860/bright
+load components/philo.ndr
+ren a9860/tleft b9860/bleft a9861/tright b9861/bright
+load components/philo.ndr
+ren a9861/tleft b9861/bleft a9862/tright b9862/bright
+load components/philo.ndr
+ren a9862/tleft b9862/bleft a9863/tright b9863/bright
+load components/philo.ndr
+ren a9863/tleft b9863/bleft a9864/tright b9864/bright
+load components/philo.ndr
+ren a9864/tleft b9864/bleft a9865/tright b9865/bright
+load components/philo.ndr
+ren a9865/tleft b9865/bleft a9866/tright b9866/bright
+load components/philo.ndr
+ren a9866/tleft b9866/bleft a9867/tright b9867/bright
+load components/philo.ndr
+ren a9867/tleft b9867/bleft a9868/tright b9868/bright
+load components/philo.ndr
+ren a9868/tleft b9868/bleft a9869/tright b9869/bright
+load components/philo.ndr
+ren a9869/tleft b9869/bleft a9870/tright b9870/bright
+load components/philo.ndr
+ren a9870/tleft b9870/bleft a9871/tright b9871/bright
+load components/philo.ndr
+ren a9871/tleft b9871/bleft a9872/tright b9872/bright
+load components/philo.ndr
+ren a9872/tleft b9872/bleft a9873/tright b9873/bright
+load components/philo.ndr
+ren a9873/tleft b9873/bleft a9874/tright b9874/bright
+load components/philo.ndr
+ren a9874/tleft b9874/bleft a9875/tright b9875/bright
+load components/philo.ndr
+ren a9875/tleft b9875/bleft a9876/tright b9876/bright
+load components/philo.ndr
+ren a9876/tleft b9876/bleft a9877/tright b9877/bright
+load components/philo.ndr
+ren a9877/tleft b9877/bleft a9878/tright b9878/bright
+load components/philo.ndr
+ren a9878/tleft b9878/bleft a9879/tright b9879/bright
+load components/philo.ndr
+ren a9879/tleft b9879/bleft a9880/tright b9880/bright
+load components/philo.ndr
+ren a9880/tleft b9880/bleft a9881/tright b9881/bright
+load components/philo.ndr
+ren a9881/tleft b9881/bleft a9882/tright b9882/bright
+load components/philo.ndr
+ren a9882/tleft b9882/bleft a9883/tright b9883/bright
+load components/philo.ndr
+ren a9883/tleft b9883/bleft a9884/tright b9884/bright
+load components/philo.ndr
+ren a9884/tleft b9884/bleft a9885/tright b9885/bright
+load components/philo.ndr
+ren a9885/tleft b9885/bleft a9886/tright b9886/bright
+load components/philo.ndr
+ren a9886/tleft b9886/bleft a9887/tright b9887/bright
+load components/philo.ndr
+ren a9887/tleft b9887/bleft a9888/tright b9888/bright
+load components/philo.ndr
+ren a9888/tleft b9888/bleft a9889/tright b9889/bright
+load components/philo.ndr
+ren a9889/tleft b9889/bleft a9890/tright b9890/bright
+load components/philo.ndr
+ren a9890/tleft b9890/bleft a9891/tright b9891/bright
+load components/philo.ndr
+ren a9891/tleft b9891/bleft a9892/tright b9892/bright
+load components/philo.ndr
+ren a9892/tleft b9892/bleft a9893/tright b9893/bright
+load components/philo.ndr
+ren a9893/tleft b9893/bleft a9894/tright b9894/bright
+load components/philo.ndr
+ren a9894/tleft b9894/bleft a9895/tright b9895/bright
+load components/philo.ndr
+ren a9895/tleft b9895/bleft a9896/tright b9896/bright
+load components/philo.ndr
+ren a9896/tleft b9896/bleft a9897/tright b9897/bright
+load components/philo.ndr
+ren a9897/tleft b9897/bleft a9898/tright b9898/bright
+load components/philo.ndr
+ren a9898/tleft b9898/bleft a9899/tright b9899/bright
+load components/philo.ndr
+ren a9899/tleft b9899/bleft a9900/tright b9900/bright
+load components/philo.ndr
+ren a9900/tleft b9900/bleft a9901/tright b9901/bright
+load components/philo.ndr
+ren a9901/tleft b9901/bleft a9902/tright b9902/bright
+load components/philo.ndr
+ren a9902/tleft b9902/bleft a9903/tright b9903/bright
+load components/philo.ndr
+ren a9903/tleft b9903/bleft a9904/tright b9904/bright
+load components/philo.ndr
+ren a9904/tleft b9904/bleft a9905/tright b9905/bright
+load components/philo.ndr
+ren a9905/tleft b9905/bleft a9906/tright b9906/bright
+load components/philo.ndr
+ren a9906/tleft b9906/bleft a9907/tright b9907/bright
+load components/philo.ndr
+ren a9907/tleft b9907/bleft a9908/tright b9908/bright
+load components/philo.ndr
+ren a9908/tleft b9908/bleft a9909/tright b9909/bright
+load components/philo.ndr
+ren a9909/tleft b9909/bleft a9910/tright b9910/bright
+load components/philo.ndr
+ren a9910/tleft b9910/bleft a9911/tright b9911/bright
+load components/philo.ndr
+ren a9911/tleft b9911/bleft a9912/tright b9912/bright
+load components/philo.ndr
+ren a9912/tleft b9912/bleft a9913/tright b9913/bright
+load components/philo.ndr
+ren a9913/tleft b9913/bleft a9914/tright b9914/bright
+load components/philo.ndr
+ren a9914/tleft b9914/bleft a9915/tright b9915/bright
+load components/philo.ndr
+ren a9915/tleft b9915/bleft a9916/tright b9916/bright
+load components/philo.ndr
+ren a9916/tleft b9916/bleft a9917/tright b9917/bright
+load components/philo.ndr
+ren a9917/tleft b9917/bleft a9918/tright b9918/bright
+load components/philo.ndr
+ren a9918/tleft b9918/bleft a9919/tright b9919/bright
+load components/philo.ndr
+ren a9919/tleft b9919/bleft a9920/tright b9920/bright
+load components/philo.ndr
+ren a9920/tleft b9920/bleft a9921/tright b9921/bright
+load components/philo.ndr
+ren a9921/tleft b9921/bleft a9922/tright b9922/bright
+load components/philo.ndr
+ren a9922/tleft b9922/bleft a9923/tright b9923/bright
+load components/philo.ndr
+ren a9923/tleft b9923/bleft a9924/tright b9924/bright
+load components/philo.ndr
+ren a9924/tleft b9924/bleft a9925/tright b9925/bright
+load components/philo.ndr
+ren a9925/tleft b9925/bleft a9926/tright b9926/bright
+load components/philo.ndr
+ren a9926/tleft b9926/bleft a9927/tright b9927/bright
+load components/philo.ndr
+ren a9927/tleft b9927/bleft a9928/tright b9928/bright
+load components/philo.ndr
+ren a9928/tleft b9928/bleft a9929/tright b9929/bright
+load components/philo.ndr
+ren a9929/tleft b9929/bleft a9930/tright b9930/bright
+load components/philo.ndr
+ren a9930/tleft b9930/bleft a9931/tright b9931/bright
+load components/philo.ndr
+ren a9931/tleft b9931/bleft a9932/tright b9932/bright
+load components/philo.ndr
+ren a9932/tleft b9932/bleft a9933/tright b9933/bright
+load components/philo.ndr
+ren a9933/tleft b9933/bleft a9934/tright b9934/bright
+load components/philo.ndr
+ren a9934/tleft b9934/bleft a9935/tright b9935/bright
+load components/philo.ndr
+ren a9935/tleft b9935/bleft a9936/tright b9936/bright
+load components/philo.ndr
+ren a9936/tleft b9936/bleft a9937/tright b9937/bright
+load components/philo.ndr
+ren a9937/tleft b9937/bleft a9938/tright b9938/bright
+load components/philo.ndr
+ren a9938/tleft b9938/bleft a9939/tright b9939/bright
+load components/philo.ndr
+ren a9939/tleft b9939/bleft a9940/tright b9940/bright
+load components/philo.ndr
+ren a9940/tleft b9940/bleft a9941/tright b9941/bright
+load components/philo.ndr
+ren a9941/tleft b9941/bleft a9942/tright b9942/bright
+load components/philo.ndr
+ren a9942/tleft b9942/bleft a9943/tright b9943/bright
+load components/philo.ndr
+ren a9943/tleft b9943/bleft a9944/tright b9944/bright
+load components/philo.ndr
+ren a9944/tleft b9944/bleft a9945/tright b9945/bright
+load components/philo.ndr
+ren a9945/tleft b9945/bleft a9946/tright b9946/bright
+load components/philo.ndr
+ren a9946/tleft b9946/bleft a9947/tright b9947/bright
+load components/philo.ndr
+ren a9947/tleft b9947/bleft a9948/tright b9948/bright
+load components/philo.ndr
+ren a9948/tleft b9948/bleft a9949/tright b9949/bright
+load components/philo.ndr
+ren a9949/tleft b9949/bleft a9950/tright b9950/bright
+load components/philo.ndr
+ren a9950/tleft b9950/bleft a9951/tright b9951/bright
+load components/philo.ndr
+ren a9951/tleft b9951/bleft a9952/tright b9952/bright
+load components/philo.ndr
+ren a9952/tleft b9952/bleft a9953/tright b9953/bright
+load components/philo.ndr
+ren a9953/tleft b9953/bleft a9954/tright b9954/bright
+load components/philo.ndr
+ren a9954/tleft b9954/bleft a9955/tright b9955/bright
+load components/philo.ndr
+ren a9955/tleft b9955/bleft a9956/tright b9956/bright
+load components/philo.ndr
+ren a9956/tleft b9956/bleft a9957/tright b9957/bright
+load components/philo.ndr
+ren a9957/tleft b9957/bleft a9958/tright b9958/bright
+load components/philo.ndr
+ren a9958/tleft b9958/bleft a9959/tright b9959/bright
+load components/philo.ndr
+ren a9959/tleft b9959/bleft a9960/tright b9960/bright
+load components/philo.ndr
+ren a9960/tleft b9960/bleft a9961/tright b9961/bright
+load components/philo.ndr
+ren a9961/tleft b9961/bleft a9962/tright b9962/bright
+load components/philo.ndr
+ren a9962/tleft b9962/bleft a9963/tright b9963/bright
+load components/philo.ndr
+ren a9963/tleft b9963/bleft a9964/tright b9964/bright
+load components/philo.ndr
+ren a9964/tleft b9964/bleft a9965/tright b9965/bright
+load components/philo.ndr
+ren a9965/tleft b9965/bleft a9966/tright b9966/bright
+load components/philo.ndr
+ren a9966/tleft b9966/bleft a9967/tright b9967/bright
+load components/philo.ndr
+ren a9967/tleft b9967/bleft a9968/tright b9968/bright
+load components/philo.ndr
+ren a9968/tleft b9968/bleft a9969/tright b9969/bright
+load components/philo.ndr
+ren a9969/tleft b9969/bleft a9970/tright b9970/bright
+load components/philo.ndr
+ren a9970/tleft b9970/bleft a9971/tright b9971/bright
+load components/philo.ndr
+ren a9971/tleft b9971/bleft a9972/tright b9972/bright
+load components/philo.ndr
+ren a9972/tleft b9972/bleft a9973/tright b9973/bright
+load components/philo.ndr
+ren a9973/tleft b9973/bleft a9974/tright b9974/bright
+load components/philo.ndr
+ren a9974/tleft b9974/bleft a9975/tright b9975/bright
+load components/philo.ndr
+ren a9975/tleft b9975/bleft a9976/tright b9976/bright
+load components/philo.ndr
+ren a9976/tleft b9976/bleft a9977/tright b9977/bright
+load components/philo.ndr
+ren a9977/tleft b9977/bleft a9978/tright b9978/bright
+load components/philo.ndr
+ren a9978/tleft b9978/bleft a9979/tright b9979/bright
+load components/philo.ndr
+ren a9979/tleft b9979/bleft a9980/tright b9980/bright
+load components/philo.ndr
+ren a9980/tleft b9980/bleft a9981/tright b9981/bright
+load components/philo.ndr
+ren a9981/tleft b9981/bleft a9982/tright b9982/bright
+load components/philo.ndr
+ren a9982/tleft b9982/bleft a9983/tright b9983/bright
+load components/philo.ndr
+ren a9983/tleft b9983/bleft a9984/tright b9984/bright
+load components/philo.ndr
+ren a9984/tleft b9984/bleft a9985/tright b9985/bright
+load components/philo.ndr
+ren a9985/tleft b9985/bleft a9986/tright b9986/bright
+load components/philo.ndr
+ren a9986/tleft b9986/bleft a9987/tright b9987/bright
+load components/philo.ndr
+ren a9987/tleft b9987/bleft a9988/tright b9988/bright
+load components/philo.ndr
+ren a9988/tleft b9988/bleft a9989/tright b9989/bright
+load components/philo.ndr
+ren a9989/tleft b9989/bleft a9990/tright b9990/bright
+load components/philo.ndr
+ren a9990/tleft b9990/bleft a9991/tright b9991/bright
+load components/philo.ndr
+ren a9991/tleft b9991/bleft a9992/tright b9992/bright
+load components/philo.ndr
+ren a9992/tleft b9992/bleft a9993/tright b9993/bright
+load components/philo.ndr
+ren a9993/tleft b9993/bleft a9994/tright b9994/bright
+load components/philo.ndr
+ren a9994/tleft b9994/bleft a9995/tright b9995/bright
+load components/philo.ndr
+ren a9995/tleft b9995/bleft a9996/tright b9996/bright
+load components/philo.ndr
+ren a9996/tleft b9996/bleft a9997/tright b9997/bright
+load components/philo.ndr
+ren a9997/tleft b9997/bleft a9998/tright b9998/bright
+load components/philo.ndr
+ren a9998/tleft b9998/bleft a9999/tright b9999/bright
+sync ring 10000
diff --git a/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/philosophers5.ndr b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/philosophers5.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..f278cd2188a8613699272aa700f8d5f39d70448b
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/dining_philisophers/philosophers5.ndr
@@ -0,0 +1,143 @@
+t 110.0 140.0 {1.t} 0 w n
+t 390.0 220.0 {1.t0|2.t4} c 0 w n b0 ne
+t 260.0 125.0 {1.t2} 0 w n
+t 340.0 110.0 {1.t3|2.t1} c 0 w n a0 ne
+t 465.0 365.0 {2.t0|3.t4} c 0 w n b1 ne
+t 510.0 200.0 {2.t2} 0 w n
+t 550.0 275.0 {2.t3|3.t1} c 0 w n a1 ne
+t 630.0 375.0 {3.t} 0 w n
+t 355.0 475.0 {3.t0|4.t4} c 0 w n b2 ne
+t 520.0 475.0 {3.t2} 0 w n
+t 460.0 530.0 {3.t3|4.t1} c 0 w n a2 ne
+t 355.0 660.0 {4.e} 0 w n
+t 210.0 400.0 {4.t0|5.t4} c 0 w n b3 ne
+t 270.0 560.0 {4.t2} 0 w n
+t 190.0 520.0 {4.t3|5.t1} c 0 w n a3 ne
+t 235.0 245.0 {5.t0|1.t4} c 0 w n b4 ne
+t 105.0 345.0 {5.t2} 0 w n
+t 115.0 265.0 {5.t3|1.t1} c 0 w n a4 ne
+p 200.0 175.0 {1.p4-eats} 0 n
+p 170.0 205.0 {1.p2-thinks} 1 n
+p 50.0 215.0 {1.p1} 0 n
+p 180.0 85.0 {1.p5} 0 n
+p 310.0 190.0 {1.f} 1 n
+p 465.0 270.0 {2.f} 1 n
+p 530.0 115.0 {2.p5} 0 n
+p 530.0 390.0 {3.p4-eats} 0 n
+p 435.0 445.0 {3.f} 1 n
+p 545.0 360.0 {3.p2-thinks} 1 n
+p 630.0 275.0 {3.p1} 0 n
+p 605.0 455.0 {3.p5} 0 n
+p 265.0 475.0 {4.f} 1 n
+p 150.0 450.0 {5.p4-eats} 0 n
+p 185.0 315.0 {5.f} 1 n
+p 135.0 415.0 {5.p2-thinks} 1 n
+t 125.0 95.0 {1.e} 0 w n
+p 60.0 165.0 {1.p3} 0 n
+p 205.0 40.0 {1.p6} 0 n
+p 375.0 35.0 {2.p1} 0 n
+t 455.0 65.0 {2.t} 0 w n
+p 430.0 30.0 {2.p3} 0 n
+t 510.0 60.0 {2.e} 0 w n
+p 575.0 120.0 {2.p6} 0 n
+p 410.0 135.0 {2.p2-thinks} 1 n
+p 440.0 155.0 {2.p4-eats} 0 n
+p 660.0 330.0 {3.p3} 0 n
+t 655.0 415.0 {3.e} 0 w n
+p 615.0 505.0 {3.p6} 0 n
+t 400.0 630.0 {4.t} 0 w n
+t 60.0 450.0 {5.t} 0 w n
+p 265.0 660.0 {4.p6} 0 n
+p 295.0 630.0 {4.p5} 0 n
+p 495.0 600.0 {4.p1} 0 n
+p 455.0 645.0 {4.p3} 0 n
+p 345.0 555.0 {4.p4-eats} 0 n
+p 380.0 555.0 {4.p2-thinks} 1 n
+t 55.0 520.0 {5.e} 0 w n
+p 100.0 540.0 {5.p1} 0 n
+p 35.0 360.0 {5.p5} 0 n
+p 110.0 590.0 {5.p3} 0 n
+p 20.0 430.0 {5.p6} 0 n
+e {1.p3} {1.e} 1 n
+e {1.p6} {1.e} 1 n
+e {1.e} {1.p4-eats} 1 n
+e {1.p2-thinks} {1.t} 1 n
+e {1.t} {1.p5} 1 n
+e {1.t} {1.p1} 1 n
+e {2.p4-eats} {1.t0|2.t4} 1 n
+e {1.t0|2.t4} {2.p2-thinks} 1 n
+e {1.t0|2.t4} {2.f} 1 n
+e {1.t0|2.t4} {1.f} 1 n
+e {1.p5} {1.t2} 1 n
+e {1.f} {1.t2} 1 n
+e {1.t2} {1.p6} 1 n
+e {2.p1} {1.t3|2.t1} 1 n
+e {1.f} {1.t3|2.t1} 1 n
+e {1.t3|2.t1} {2.p3} 1 n
+e {2.p3} {2.e} 1 n
+e {2.p6} {2.e} 1 n
+e {2.e} {2.p4-eats} 1 n
+e {2.p2-thinks} {2.t} 1 n
+e {2.t} {2.p5} 1 n
+e {2.t} {2.p1} 1 n
+e {3.p4-eats} {2.t0|3.t4} 1 n
+e {2.t0|3.t4} {3.p2-thinks} 1 n
+e {2.t0|3.t4} {3.f} 1 n
+e {2.t0|3.t4} {2.f} 1 n
+e {2.p5} {2.t2} 1 n
+e {2.f} {2.t2} 1 n
+e {2.t2} {2.p6} 1 n
+e {3.p1} {2.t3|3.t1} 1 n
+e {2.f} {2.t3|3.t1} 1 n
+e {2.t3|3.t1} {3.p3} 1 n
+e {3.p3} {3.e} 1 n
+e {3.p6} {3.e} 1 n
+e {3.e} {3.p4-eats} 1 n
+e {3.p2-thinks} {3.t} 1 n
+e {3.t} {3.p5} 1 n
+e {3.t} {3.p1} 1 n
+e {4.p4-eats} {3.t0|4.t4} 1 n
+e {3.t0|4.t4} {4.p2-thinks} 1 n
+e {3.t0|4.t4} {4.f} 1 n
+e {3.t0|4.t4} {3.f} 1 n
+e {3.p5} {3.t2} 1 n
+e {3.f} {3.t2} 1 n
+e {3.t2} {3.p6} 1 n
+e {4.p1} {3.t3|4.t1} 1 n
+e {3.f} {3.t3|4.t1} 1 n
+e {3.t3|4.t1} {4.p3} 1 n
+e {4.p3} {4.e} 1 n
+e {4.p6} {4.e} 1 n
+e {4.e} {4.p4-eats} 1 n
+e {4.p2-thinks} {4.t} 1 n
+e {4.t} {4.p5} 1 n
+e {4.t} {4.p1} 1 n
+e {5.p4-eats} {4.t0|5.t4} 1 n
+e {4.t0|5.t4} {5.p2-thinks} 1 n
+e {4.t0|5.t4} {5.f} 1 n
+e {4.t0|5.t4} {4.f} 1 n
+e {4.p5} {4.t2} 1 n
+e {4.f} {4.t2} 1 n
+e {4.t2} {4.p6} 1 n
+e {5.p1} {4.t3|5.t1} 1 n
+e {4.f} {4.t3|5.t1} 1 n
+e {4.t3|5.t1} {5.p3} 1 n
+e {5.p3} {5.e} 1 n
+e {5.p6} {5.e} 1 n
+e {5.e} {5.p4-eats} 1 n
+e {5.p2-thinks} {5.t} 1 n
+e {5.t} {5.p5} 1 n
+e {5.t} {5.p1} 1 n
+e {1.p4-eats} {5.t0|1.t4} 1 n
+e {5.t0|1.t4} {5.f} 1 n
+e {5.t0|1.t4} {1.p2-thinks} 1 n
+e {5.t0|1.t4} {1.f} 1 n
+e {5.p5} {5.t2} 1 n
+e {5.f} {5.t2} 1 n
+e {5.t2} {5.p6} 1 n
+e {5.f} {5.t3|1.t1} 1 n
+e {1.p1} {5.t3|1.t1} 1 n
+e {5.t3|1.t1} {1.p3} 1 n
+h philosophers5 small
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/README b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/README
new file mode 100644
index 0000000000000000000000000000000000000000..bba6032ad20bd0aa7ec1c955d745b02d8640161e
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/README
@@ -0,0 +1,32 @@
+
+Milner's scheduler example.
+
+Contents:
+
+components:
+	basic component, replicated in all models
+
+mksched:
+	a tcl script for generating milner scheduler models in tpn format
+	(usage, e.g.    mksched 100 > m100.tpn)
+
+m*.tpn:
+	example models obtained my mksched (recommended for tedd)
+
+milner10000.net:
+	see below
+
+milner10.ndr:
+	the result of drawing m10.tpn in nd, for understanding the models
+
+----
+
+NOTE: interpreting tpn scripts producing very large nets can be slow.
+For repeated experiments on the same (large) net, it may be convenient to convert first
+the .tpn description into an equivalent .net, using tool ndrio, e.g. 
+
+      ndrio m5000.tpn m5000.net
+      tedd m5000.net
+      tedd -pnmc m5000.net -order-lexical
+      tedd -pnmc m5000.net -order-force
+ 
diff --git a/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/components/proc.ndr b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/components/proc.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..b66946ea19726d6a12fa05c3c78a3e1cb30de4cd
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/components/proc.ndr
@@ -0,0 +1,15 @@
+t 140.0 25.0 t2 0 w n
+t 140.0 140.0 t1 0 w n
+p 195.0 80.0 s1 0 e
+p 85.0 80.0 s2 1 e
+p 250.0 150.0 p1 0 n out s
+p 30.0 150.0 p0 0 n in s
+e t1 p1 1 n
+e p0 t1 1 n
+e t2 s1 1 n
+e s2 t2 1 n
+e t1 s2 1 n
+e s1 t1 1 n
+h proc
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m10.tpn b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m10.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..db3794b5b3b711fa65f6ff107a657cc67f023dab
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m10.tpn
@@ -0,0 +1,23 @@
+net milner10
+load components/proc.ndr
+pl p0 (1)
+ren 1/out 10/in
+load components/proc.ndr
+ren 2/out 1/in
+load components/proc.ndr
+ren 3/out 2/in
+load components/proc.ndr
+ren 4/out 3/in
+load components/proc.ndr
+ren 5/out 4/in
+load components/proc.ndr
+ren 6/out 5/in
+load components/proc.ndr
+ren 7/out 6/in
+load components/proc.ndr
+ren 8/out 7/in
+load components/proc.ndr
+ren 9/out 8/in
+load components/proc.ndr
+ren 10/out 9/in
+chain 10
diff --git a/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m100.tpn b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m100.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..205dd04a3a954258b7af17e4bd83e3aeeb272d15
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m100.tpn
@@ -0,0 +1,203 @@
+net milner100
+load components/proc.ndr
+pl p0 (1)
+ren 1/out 100/in
+load components/proc.ndr
+ren 2/out 1/in
+load components/proc.ndr
+ren 3/out 2/in
+load components/proc.ndr
+ren 4/out 3/in
+load components/proc.ndr
+ren 5/out 4/in
+load components/proc.ndr
+ren 6/out 5/in
+load components/proc.ndr
+ren 7/out 6/in
+load components/proc.ndr
+ren 8/out 7/in
+load components/proc.ndr
+ren 9/out 8/in
+load components/proc.ndr
+ren 10/out 9/in
+load components/proc.ndr
+ren 11/out 10/in
+load components/proc.ndr
+ren 12/out 11/in
+load components/proc.ndr
+ren 13/out 12/in
+load components/proc.ndr
+ren 14/out 13/in
+load components/proc.ndr
+ren 15/out 14/in
+load components/proc.ndr
+ren 16/out 15/in
+load components/proc.ndr
+ren 17/out 16/in
+load components/proc.ndr
+ren 18/out 17/in
+load components/proc.ndr
+ren 19/out 18/in
+load components/proc.ndr
+ren 20/out 19/in
+load components/proc.ndr
+ren 21/out 20/in
+load components/proc.ndr
+ren 22/out 21/in
+load components/proc.ndr
+ren 23/out 22/in
+load components/proc.ndr
+ren 24/out 23/in
+load components/proc.ndr
+ren 25/out 24/in
+load components/proc.ndr
+ren 26/out 25/in
+load components/proc.ndr
+ren 27/out 26/in
+load components/proc.ndr
+ren 28/out 27/in
+load components/proc.ndr
+ren 29/out 28/in
+load components/proc.ndr
+ren 30/out 29/in
+load components/proc.ndr
+ren 31/out 30/in
+load components/proc.ndr
+ren 32/out 31/in
+load components/proc.ndr
+ren 33/out 32/in
+load components/proc.ndr
+ren 34/out 33/in
+load components/proc.ndr
+ren 35/out 34/in
+load components/proc.ndr
+ren 36/out 35/in
+load components/proc.ndr
+ren 37/out 36/in
+load components/proc.ndr
+ren 38/out 37/in
+load components/proc.ndr
+ren 39/out 38/in
+load components/proc.ndr
+ren 40/out 39/in
+load components/proc.ndr
+ren 41/out 40/in
+load components/proc.ndr
+ren 42/out 41/in
+load components/proc.ndr
+ren 43/out 42/in
+load components/proc.ndr
+ren 44/out 43/in
+load components/proc.ndr
+ren 45/out 44/in
+load components/proc.ndr
+ren 46/out 45/in
+load components/proc.ndr
+ren 47/out 46/in
+load components/proc.ndr
+ren 48/out 47/in
+load components/proc.ndr
+ren 49/out 48/in
+load components/proc.ndr
+ren 50/out 49/in
+load components/proc.ndr
+ren 51/out 50/in
+load components/proc.ndr
+ren 52/out 51/in
+load components/proc.ndr
+ren 53/out 52/in
+load components/proc.ndr
+ren 54/out 53/in
+load components/proc.ndr
+ren 55/out 54/in
+load components/proc.ndr
+ren 56/out 55/in
+load components/proc.ndr
+ren 57/out 56/in
+load components/proc.ndr
+ren 58/out 57/in
+load components/proc.ndr
+ren 59/out 58/in
+load components/proc.ndr
+ren 60/out 59/in
+load components/proc.ndr
+ren 61/out 60/in
+load components/proc.ndr
+ren 62/out 61/in
+load components/proc.ndr
+ren 63/out 62/in
+load components/proc.ndr
+ren 64/out 63/in
+load components/proc.ndr
+ren 65/out 64/in
+load components/proc.ndr
+ren 66/out 65/in
+load components/proc.ndr
+ren 67/out 66/in
+load components/proc.ndr
+ren 68/out 67/in
+load components/proc.ndr
+ren 69/out 68/in
+load components/proc.ndr
+ren 70/out 69/in
+load components/proc.ndr
+ren 71/out 70/in
+load components/proc.ndr
+ren 72/out 71/in
+load components/proc.ndr
+ren 73/out 72/in
+load components/proc.ndr
+ren 74/out 73/in
+load components/proc.ndr
+ren 75/out 74/in
+load components/proc.ndr
+ren 76/out 75/in
+load components/proc.ndr
+ren 77/out 76/in
+load components/proc.ndr
+ren 78/out 77/in
+load components/proc.ndr
+ren 79/out 78/in
+load components/proc.ndr
+ren 80/out 79/in
+load components/proc.ndr
+ren 81/out 80/in
+load components/proc.ndr
+ren 82/out 81/in
+load components/proc.ndr
+ren 83/out 82/in
+load components/proc.ndr
+ren 84/out 83/in
+load components/proc.ndr
+ren 85/out 84/in
+load components/proc.ndr
+ren 86/out 85/in
+load components/proc.ndr
+ren 87/out 86/in
+load components/proc.ndr
+ren 88/out 87/in
+load components/proc.ndr
+ren 89/out 88/in
+load components/proc.ndr
+ren 90/out 89/in
+load components/proc.ndr
+ren 91/out 90/in
+load components/proc.ndr
+ren 92/out 91/in
+load components/proc.ndr
+ren 93/out 92/in
+load components/proc.ndr
+ren 94/out 93/in
+load components/proc.ndr
+ren 95/out 94/in
+load components/proc.ndr
+ren 96/out 95/in
+load components/proc.ndr
+ren 97/out 96/in
+load components/proc.ndr
+ren 98/out 97/in
+load components/proc.ndr
+ren 99/out 98/in
+load components/proc.ndr
+ren 100/out 99/in
+chain 100
diff --git a/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m1000.tpn b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m1000.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..31807dca6064aaf52cd6e0058c6fe1c37865b164
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m1000.tpn
@@ -0,0 +1,2003 @@
+net milner1000
+load components/proc.ndr
+pl p0 (1)
+ren 1/out 1000/in
+load components/proc.ndr
+ren 2/out 1/in
+load components/proc.ndr
+ren 3/out 2/in
+load components/proc.ndr
+ren 4/out 3/in
+load components/proc.ndr
+ren 5/out 4/in
+load components/proc.ndr
+ren 6/out 5/in
+load components/proc.ndr
+ren 7/out 6/in
+load components/proc.ndr
+ren 8/out 7/in
+load components/proc.ndr
+ren 9/out 8/in
+load components/proc.ndr
+ren 10/out 9/in
+load components/proc.ndr
+ren 11/out 10/in
+load components/proc.ndr
+ren 12/out 11/in
+load components/proc.ndr
+ren 13/out 12/in
+load components/proc.ndr
+ren 14/out 13/in
+load components/proc.ndr
+ren 15/out 14/in
+load components/proc.ndr
+ren 16/out 15/in
+load components/proc.ndr
+ren 17/out 16/in
+load components/proc.ndr
+ren 18/out 17/in
+load components/proc.ndr
+ren 19/out 18/in
+load components/proc.ndr
+ren 20/out 19/in
+load components/proc.ndr
+ren 21/out 20/in
+load components/proc.ndr
+ren 22/out 21/in
+load components/proc.ndr
+ren 23/out 22/in
+load components/proc.ndr
+ren 24/out 23/in
+load components/proc.ndr
+ren 25/out 24/in
+load components/proc.ndr
+ren 26/out 25/in
+load components/proc.ndr
+ren 27/out 26/in
+load components/proc.ndr
+ren 28/out 27/in
+load components/proc.ndr
+ren 29/out 28/in
+load components/proc.ndr
+ren 30/out 29/in
+load components/proc.ndr
+ren 31/out 30/in
+load components/proc.ndr
+ren 32/out 31/in
+load components/proc.ndr
+ren 33/out 32/in
+load components/proc.ndr
+ren 34/out 33/in
+load components/proc.ndr
+ren 35/out 34/in
+load components/proc.ndr
+ren 36/out 35/in
+load components/proc.ndr
+ren 37/out 36/in
+load components/proc.ndr
+ren 38/out 37/in
+load components/proc.ndr
+ren 39/out 38/in
+load components/proc.ndr
+ren 40/out 39/in
+load components/proc.ndr
+ren 41/out 40/in
+load components/proc.ndr
+ren 42/out 41/in
+load components/proc.ndr
+ren 43/out 42/in
+load components/proc.ndr
+ren 44/out 43/in
+load components/proc.ndr
+ren 45/out 44/in
+load components/proc.ndr
+ren 46/out 45/in
+load components/proc.ndr
+ren 47/out 46/in
+load components/proc.ndr
+ren 48/out 47/in
+load components/proc.ndr
+ren 49/out 48/in
+load components/proc.ndr
+ren 50/out 49/in
+load components/proc.ndr
+ren 51/out 50/in
+load components/proc.ndr
+ren 52/out 51/in
+load components/proc.ndr
+ren 53/out 52/in
+load components/proc.ndr
+ren 54/out 53/in
+load components/proc.ndr
+ren 55/out 54/in
+load components/proc.ndr
+ren 56/out 55/in
+load components/proc.ndr
+ren 57/out 56/in
+load components/proc.ndr
+ren 58/out 57/in
+load components/proc.ndr
+ren 59/out 58/in
+load components/proc.ndr
+ren 60/out 59/in
+load components/proc.ndr
+ren 61/out 60/in
+load components/proc.ndr
+ren 62/out 61/in
+load components/proc.ndr
+ren 63/out 62/in
+load components/proc.ndr
+ren 64/out 63/in
+load components/proc.ndr
+ren 65/out 64/in
+load components/proc.ndr
+ren 66/out 65/in
+load components/proc.ndr
+ren 67/out 66/in
+load components/proc.ndr
+ren 68/out 67/in
+load components/proc.ndr
+ren 69/out 68/in
+load components/proc.ndr
+ren 70/out 69/in
+load components/proc.ndr
+ren 71/out 70/in
+load components/proc.ndr
+ren 72/out 71/in
+load components/proc.ndr
+ren 73/out 72/in
+load components/proc.ndr
+ren 74/out 73/in
+load components/proc.ndr
+ren 75/out 74/in
+load components/proc.ndr
+ren 76/out 75/in
+load components/proc.ndr
+ren 77/out 76/in
+load components/proc.ndr
+ren 78/out 77/in
+load components/proc.ndr
+ren 79/out 78/in
+load components/proc.ndr
+ren 80/out 79/in
+load components/proc.ndr
+ren 81/out 80/in
+load components/proc.ndr
+ren 82/out 81/in
+load components/proc.ndr
+ren 83/out 82/in
+load components/proc.ndr
+ren 84/out 83/in
+load components/proc.ndr
+ren 85/out 84/in
+load components/proc.ndr
+ren 86/out 85/in
+load components/proc.ndr
+ren 87/out 86/in
+load components/proc.ndr
+ren 88/out 87/in
+load components/proc.ndr
+ren 89/out 88/in
+load components/proc.ndr
+ren 90/out 89/in
+load components/proc.ndr
+ren 91/out 90/in
+load components/proc.ndr
+ren 92/out 91/in
+load components/proc.ndr
+ren 93/out 92/in
+load components/proc.ndr
+ren 94/out 93/in
+load components/proc.ndr
+ren 95/out 94/in
+load components/proc.ndr
+ren 96/out 95/in
+load components/proc.ndr
+ren 97/out 96/in
+load components/proc.ndr
+ren 98/out 97/in
+load components/proc.ndr
+ren 99/out 98/in
+load components/proc.ndr
+ren 100/out 99/in
+load components/proc.ndr
+ren 101/out 100/in
+load components/proc.ndr
+ren 102/out 101/in
+load components/proc.ndr
+ren 103/out 102/in
+load components/proc.ndr
+ren 104/out 103/in
+load components/proc.ndr
+ren 105/out 104/in
+load components/proc.ndr
+ren 106/out 105/in
+load components/proc.ndr
+ren 107/out 106/in
+load components/proc.ndr
+ren 108/out 107/in
+load components/proc.ndr
+ren 109/out 108/in
+load components/proc.ndr
+ren 110/out 109/in
+load components/proc.ndr
+ren 111/out 110/in
+load components/proc.ndr
+ren 112/out 111/in
+load components/proc.ndr
+ren 113/out 112/in
+load components/proc.ndr
+ren 114/out 113/in
+load components/proc.ndr
+ren 115/out 114/in
+load components/proc.ndr
+ren 116/out 115/in
+load components/proc.ndr
+ren 117/out 116/in
+load components/proc.ndr
+ren 118/out 117/in
+load components/proc.ndr
+ren 119/out 118/in
+load components/proc.ndr
+ren 120/out 119/in
+load components/proc.ndr
+ren 121/out 120/in
+load components/proc.ndr
+ren 122/out 121/in
+load components/proc.ndr
+ren 123/out 122/in
+load components/proc.ndr
+ren 124/out 123/in
+load components/proc.ndr
+ren 125/out 124/in
+load components/proc.ndr
+ren 126/out 125/in
+load components/proc.ndr
+ren 127/out 126/in
+load components/proc.ndr
+ren 128/out 127/in
+load components/proc.ndr
+ren 129/out 128/in
+load components/proc.ndr
+ren 130/out 129/in
+load components/proc.ndr
+ren 131/out 130/in
+load components/proc.ndr
+ren 132/out 131/in
+load components/proc.ndr
+ren 133/out 132/in
+load components/proc.ndr
+ren 134/out 133/in
+load components/proc.ndr
+ren 135/out 134/in
+load components/proc.ndr
+ren 136/out 135/in
+load components/proc.ndr
+ren 137/out 136/in
+load components/proc.ndr
+ren 138/out 137/in
+load components/proc.ndr
+ren 139/out 138/in
+load components/proc.ndr
+ren 140/out 139/in
+load components/proc.ndr
+ren 141/out 140/in
+load components/proc.ndr
+ren 142/out 141/in
+load components/proc.ndr
+ren 143/out 142/in
+load components/proc.ndr
+ren 144/out 143/in
+load components/proc.ndr
+ren 145/out 144/in
+load components/proc.ndr
+ren 146/out 145/in
+load components/proc.ndr
+ren 147/out 146/in
+load components/proc.ndr
+ren 148/out 147/in
+load components/proc.ndr
+ren 149/out 148/in
+load components/proc.ndr
+ren 150/out 149/in
+load components/proc.ndr
+ren 151/out 150/in
+load components/proc.ndr
+ren 152/out 151/in
+load components/proc.ndr
+ren 153/out 152/in
+load components/proc.ndr
+ren 154/out 153/in
+load components/proc.ndr
+ren 155/out 154/in
+load components/proc.ndr
+ren 156/out 155/in
+load components/proc.ndr
+ren 157/out 156/in
+load components/proc.ndr
+ren 158/out 157/in
+load components/proc.ndr
+ren 159/out 158/in
+load components/proc.ndr
+ren 160/out 159/in
+load components/proc.ndr
+ren 161/out 160/in
+load components/proc.ndr
+ren 162/out 161/in
+load components/proc.ndr
+ren 163/out 162/in
+load components/proc.ndr
+ren 164/out 163/in
+load components/proc.ndr
+ren 165/out 164/in
+load components/proc.ndr
+ren 166/out 165/in
+load components/proc.ndr
+ren 167/out 166/in
+load components/proc.ndr
+ren 168/out 167/in
+load components/proc.ndr
+ren 169/out 168/in
+load components/proc.ndr
+ren 170/out 169/in
+load components/proc.ndr
+ren 171/out 170/in
+load components/proc.ndr
+ren 172/out 171/in
+load components/proc.ndr
+ren 173/out 172/in
+load components/proc.ndr
+ren 174/out 173/in
+load components/proc.ndr
+ren 175/out 174/in
+load components/proc.ndr
+ren 176/out 175/in
+load components/proc.ndr
+ren 177/out 176/in
+load components/proc.ndr
+ren 178/out 177/in
+load components/proc.ndr
+ren 179/out 178/in
+load components/proc.ndr
+ren 180/out 179/in
+load components/proc.ndr
+ren 181/out 180/in
+load components/proc.ndr
+ren 182/out 181/in
+load components/proc.ndr
+ren 183/out 182/in
+load components/proc.ndr
+ren 184/out 183/in
+load components/proc.ndr
+ren 185/out 184/in
+load components/proc.ndr
+ren 186/out 185/in
+load components/proc.ndr
+ren 187/out 186/in
+load components/proc.ndr
+ren 188/out 187/in
+load components/proc.ndr
+ren 189/out 188/in
+load components/proc.ndr
+ren 190/out 189/in
+load components/proc.ndr
+ren 191/out 190/in
+load components/proc.ndr
+ren 192/out 191/in
+load components/proc.ndr
+ren 193/out 192/in
+load components/proc.ndr
+ren 194/out 193/in
+load components/proc.ndr
+ren 195/out 194/in
+load components/proc.ndr
+ren 196/out 195/in
+load components/proc.ndr
+ren 197/out 196/in
+load components/proc.ndr
+ren 198/out 197/in
+load components/proc.ndr
+ren 199/out 198/in
+load components/proc.ndr
+ren 200/out 199/in
+load components/proc.ndr
+ren 201/out 200/in
+load components/proc.ndr
+ren 202/out 201/in
+load components/proc.ndr
+ren 203/out 202/in
+load components/proc.ndr
+ren 204/out 203/in
+load components/proc.ndr
+ren 205/out 204/in
+load components/proc.ndr
+ren 206/out 205/in
+load components/proc.ndr
+ren 207/out 206/in
+load components/proc.ndr
+ren 208/out 207/in
+load components/proc.ndr
+ren 209/out 208/in
+load components/proc.ndr
+ren 210/out 209/in
+load components/proc.ndr
+ren 211/out 210/in
+load components/proc.ndr
+ren 212/out 211/in
+load components/proc.ndr
+ren 213/out 212/in
+load components/proc.ndr
+ren 214/out 213/in
+load components/proc.ndr
+ren 215/out 214/in
+load components/proc.ndr
+ren 216/out 215/in
+load components/proc.ndr
+ren 217/out 216/in
+load components/proc.ndr
+ren 218/out 217/in
+load components/proc.ndr
+ren 219/out 218/in
+load components/proc.ndr
+ren 220/out 219/in
+load components/proc.ndr
+ren 221/out 220/in
+load components/proc.ndr
+ren 222/out 221/in
+load components/proc.ndr
+ren 223/out 222/in
+load components/proc.ndr
+ren 224/out 223/in
+load components/proc.ndr
+ren 225/out 224/in
+load components/proc.ndr
+ren 226/out 225/in
+load components/proc.ndr
+ren 227/out 226/in
+load components/proc.ndr
+ren 228/out 227/in
+load components/proc.ndr
+ren 229/out 228/in
+load components/proc.ndr
+ren 230/out 229/in
+load components/proc.ndr
+ren 231/out 230/in
+load components/proc.ndr
+ren 232/out 231/in
+load components/proc.ndr
+ren 233/out 232/in
+load components/proc.ndr
+ren 234/out 233/in
+load components/proc.ndr
+ren 235/out 234/in
+load components/proc.ndr
+ren 236/out 235/in
+load components/proc.ndr
+ren 237/out 236/in
+load components/proc.ndr
+ren 238/out 237/in
+load components/proc.ndr
+ren 239/out 238/in
+load components/proc.ndr
+ren 240/out 239/in
+load components/proc.ndr
+ren 241/out 240/in
+load components/proc.ndr
+ren 242/out 241/in
+load components/proc.ndr
+ren 243/out 242/in
+load components/proc.ndr
+ren 244/out 243/in
+load components/proc.ndr
+ren 245/out 244/in
+load components/proc.ndr
+ren 246/out 245/in
+load components/proc.ndr
+ren 247/out 246/in
+load components/proc.ndr
+ren 248/out 247/in
+load components/proc.ndr
+ren 249/out 248/in
+load components/proc.ndr
+ren 250/out 249/in
+load components/proc.ndr
+ren 251/out 250/in
+load components/proc.ndr
+ren 252/out 251/in
+load components/proc.ndr
+ren 253/out 252/in
+load components/proc.ndr
+ren 254/out 253/in
+load components/proc.ndr
+ren 255/out 254/in
+load components/proc.ndr
+ren 256/out 255/in
+load components/proc.ndr
+ren 257/out 256/in
+load components/proc.ndr
+ren 258/out 257/in
+load components/proc.ndr
+ren 259/out 258/in
+load components/proc.ndr
+ren 260/out 259/in
+load components/proc.ndr
+ren 261/out 260/in
+load components/proc.ndr
+ren 262/out 261/in
+load components/proc.ndr
+ren 263/out 262/in
+load components/proc.ndr
+ren 264/out 263/in
+load components/proc.ndr
+ren 265/out 264/in
+load components/proc.ndr
+ren 266/out 265/in
+load components/proc.ndr
+ren 267/out 266/in
+load components/proc.ndr
+ren 268/out 267/in
+load components/proc.ndr
+ren 269/out 268/in
+load components/proc.ndr
+ren 270/out 269/in
+load components/proc.ndr
+ren 271/out 270/in
+load components/proc.ndr
+ren 272/out 271/in
+load components/proc.ndr
+ren 273/out 272/in
+load components/proc.ndr
+ren 274/out 273/in
+load components/proc.ndr
+ren 275/out 274/in
+load components/proc.ndr
+ren 276/out 275/in
+load components/proc.ndr
+ren 277/out 276/in
+load components/proc.ndr
+ren 278/out 277/in
+load components/proc.ndr
+ren 279/out 278/in
+load components/proc.ndr
+ren 280/out 279/in
+load components/proc.ndr
+ren 281/out 280/in
+load components/proc.ndr
+ren 282/out 281/in
+load components/proc.ndr
+ren 283/out 282/in
+load components/proc.ndr
+ren 284/out 283/in
+load components/proc.ndr
+ren 285/out 284/in
+load components/proc.ndr
+ren 286/out 285/in
+load components/proc.ndr
+ren 287/out 286/in
+load components/proc.ndr
+ren 288/out 287/in
+load components/proc.ndr
+ren 289/out 288/in
+load components/proc.ndr
+ren 290/out 289/in
+load components/proc.ndr
+ren 291/out 290/in
+load components/proc.ndr
+ren 292/out 291/in
+load components/proc.ndr
+ren 293/out 292/in
+load components/proc.ndr
+ren 294/out 293/in
+load components/proc.ndr
+ren 295/out 294/in
+load components/proc.ndr
+ren 296/out 295/in
+load components/proc.ndr
+ren 297/out 296/in
+load components/proc.ndr
+ren 298/out 297/in
+load components/proc.ndr
+ren 299/out 298/in
+load components/proc.ndr
+ren 300/out 299/in
+load components/proc.ndr
+ren 301/out 300/in
+load components/proc.ndr
+ren 302/out 301/in
+load components/proc.ndr
+ren 303/out 302/in
+load components/proc.ndr
+ren 304/out 303/in
+load components/proc.ndr
+ren 305/out 304/in
+load components/proc.ndr
+ren 306/out 305/in
+load components/proc.ndr
+ren 307/out 306/in
+load components/proc.ndr
+ren 308/out 307/in
+load components/proc.ndr
+ren 309/out 308/in
+load components/proc.ndr
+ren 310/out 309/in
+load components/proc.ndr
+ren 311/out 310/in
+load components/proc.ndr
+ren 312/out 311/in
+load components/proc.ndr
+ren 313/out 312/in
+load components/proc.ndr
+ren 314/out 313/in
+load components/proc.ndr
+ren 315/out 314/in
+load components/proc.ndr
+ren 316/out 315/in
+load components/proc.ndr
+ren 317/out 316/in
+load components/proc.ndr
+ren 318/out 317/in
+load components/proc.ndr
+ren 319/out 318/in
+load components/proc.ndr
+ren 320/out 319/in
+load components/proc.ndr
+ren 321/out 320/in
+load components/proc.ndr
+ren 322/out 321/in
+load components/proc.ndr
+ren 323/out 322/in
+load components/proc.ndr
+ren 324/out 323/in
+load components/proc.ndr
+ren 325/out 324/in
+load components/proc.ndr
+ren 326/out 325/in
+load components/proc.ndr
+ren 327/out 326/in
+load components/proc.ndr
+ren 328/out 327/in
+load components/proc.ndr
+ren 329/out 328/in
+load components/proc.ndr
+ren 330/out 329/in
+load components/proc.ndr
+ren 331/out 330/in
+load components/proc.ndr
+ren 332/out 331/in
+load components/proc.ndr
+ren 333/out 332/in
+load components/proc.ndr
+ren 334/out 333/in
+load components/proc.ndr
+ren 335/out 334/in
+load components/proc.ndr
+ren 336/out 335/in
+load components/proc.ndr
+ren 337/out 336/in
+load components/proc.ndr
+ren 338/out 337/in
+load components/proc.ndr
+ren 339/out 338/in
+load components/proc.ndr
+ren 340/out 339/in
+load components/proc.ndr
+ren 341/out 340/in
+load components/proc.ndr
+ren 342/out 341/in
+load components/proc.ndr
+ren 343/out 342/in
+load components/proc.ndr
+ren 344/out 343/in
+load components/proc.ndr
+ren 345/out 344/in
+load components/proc.ndr
+ren 346/out 345/in
+load components/proc.ndr
+ren 347/out 346/in
+load components/proc.ndr
+ren 348/out 347/in
+load components/proc.ndr
+ren 349/out 348/in
+load components/proc.ndr
+ren 350/out 349/in
+load components/proc.ndr
+ren 351/out 350/in
+load components/proc.ndr
+ren 352/out 351/in
+load components/proc.ndr
+ren 353/out 352/in
+load components/proc.ndr
+ren 354/out 353/in
+load components/proc.ndr
+ren 355/out 354/in
+load components/proc.ndr
+ren 356/out 355/in
+load components/proc.ndr
+ren 357/out 356/in
+load components/proc.ndr
+ren 358/out 357/in
+load components/proc.ndr
+ren 359/out 358/in
+load components/proc.ndr
+ren 360/out 359/in
+load components/proc.ndr
+ren 361/out 360/in
+load components/proc.ndr
+ren 362/out 361/in
+load components/proc.ndr
+ren 363/out 362/in
+load components/proc.ndr
+ren 364/out 363/in
+load components/proc.ndr
+ren 365/out 364/in
+load components/proc.ndr
+ren 366/out 365/in
+load components/proc.ndr
+ren 367/out 366/in
+load components/proc.ndr
+ren 368/out 367/in
+load components/proc.ndr
+ren 369/out 368/in
+load components/proc.ndr
+ren 370/out 369/in
+load components/proc.ndr
+ren 371/out 370/in
+load components/proc.ndr
+ren 372/out 371/in
+load components/proc.ndr
+ren 373/out 372/in
+load components/proc.ndr
+ren 374/out 373/in
+load components/proc.ndr
+ren 375/out 374/in
+load components/proc.ndr
+ren 376/out 375/in
+load components/proc.ndr
+ren 377/out 376/in
+load components/proc.ndr
+ren 378/out 377/in
+load components/proc.ndr
+ren 379/out 378/in
+load components/proc.ndr
+ren 380/out 379/in
+load components/proc.ndr
+ren 381/out 380/in
+load components/proc.ndr
+ren 382/out 381/in
+load components/proc.ndr
+ren 383/out 382/in
+load components/proc.ndr
+ren 384/out 383/in
+load components/proc.ndr
+ren 385/out 384/in
+load components/proc.ndr
+ren 386/out 385/in
+load components/proc.ndr
+ren 387/out 386/in
+load components/proc.ndr
+ren 388/out 387/in
+load components/proc.ndr
+ren 389/out 388/in
+load components/proc.ndr
+ren 390/out 389/in
+load components/proc.ndr
+ren 391/out 390/in
+load components/proc.ndr
+ren 392/out 391/in
+load components/proc.ndr
+ren 393/out 392/in
+load components/proc.ndr
+ren 394/out 393/in
+load components/proc.ndr
+ren 395/out 394/in
+load components/proc.ndr
+ren 396/out 395/in
+load components/proc.ndr
+ren 397/out 396/in
+load components/proc.ndr
+ren 398/out 397/in
+load components/proc.ndr
+ren 399/out 398/in
+load components/proc.ndr
+ren 400/out 399/in
+load components/proc.ndr
+ren 401/out 400/in
+load components/proc.ndr
+ren 402/out 401/in
+load components/proc.ndr
+ren 403/out 402/in
+load components/proc.ndr
+ren 404/out 403/in
+load components/proc.ndr
+ren 405/out 404/in
+load components/proc.ndr
+ren 406/out 405/in
+load components/proc.ndr
+ren 407/out 406/in
+load components/proc.ndr
+ren 408/out 407/in
+load components/proc.ndr
+ren 409/out 408/in
+load components/proc.ndr
+ren 410/out 409/in
+load components/proc.ndr
+ren 411/out 410/in
+load components/proc.ndr
+ren 412/out 411/in
+load components/proc.ndr
+ren 413/out 412/in
+load components/proc.ndr
+ren 414/out 413/in
+load components/proc.ndr
+ren 415/out 414/in
+load components/proc.ndr
+ren 416/out 415/in
+load components/proc.ndr
+ren 417/out 416/in
+load components/proc.ndr
+ren 418/out 417/in
+load components/proc.ndr
+ren 419/out 418/in
+load components/proc.ndr
+ren 420/out 419/in
+load components/proc.ndr
+ren 421/out 420/in
+load components/proc.ndr
+ren 422/out 421/in
+load components/proc.ndr
+ren 423/out 422/in
+load components/proc.ndr
+ren 424/out 423/in
+load components/proc.ndr
+ren 425/out 424/in
+load components/proc.ndr
+ren 426/out 425/in
+load components/proc.ndr
+ren 427/out 426/in
+load components/proc.ndr
+ren 428/out 427/in
+load components/proc.ndr
+ren 429/out 428/in
+load components/proc.ndr
+ren 430/out 429/in
+load components/proc.ndr
+ren 431/out 430/in
+load components/proc.ndr
+ren 432/out 431/in
+load components/proc.ndr
+ren 433/out 432/in
+load components/proc.ndr
+ren 434/out 433/in
+load components/proc.ndr
+ren 435/out 434/in
+load components/proc.ndr
+ren 436/out 435/in
+load components/proc.ndr
+ren 437/out 436/in
+load components/proc.ndr
+ren 438/out 437/in
+load components/proc.ndr
+ren 439/out 438/in
+load components/proc.ndr
+ren 440/out 439/in
+load components/proc.ndr
+ren 441/out 440/in
+load components/proc.ndr
+ren 442/out 441/in
+load components/proc.ndr
+ren 443/out 442/in
+load components/proc.ndr
+ren 444/out 443/in
+load components/proc.ndr
+ren 445/out 444/in
+load components/proc.ndr
+ren 446/out 445/in
+load components/proc.ndr
+ren 447/out 446/in
+load components/proc.ndr
+ren 448/out 447/in
+load components/proc.ndr
+ren 449/out 448/in
+load components/proc.ndr
+ren 450/out 449/in
+load components/proc.ndr
+ren 451/out 450/in
+load components/proc.ndr
+ren 452/out 451/in
+load components/proc.ndr
+ren 453/out 452/in
+load components/proc.ndr
+ren 454/out 453/in
+load components/proc.ndr
+ren 455/out 454/in
+load components/proc.ndr
+ren 456/out 455/in
+load components/proc.ndr
+ren 457/out 456/in
+load components/proc.ndr
+ren 458/out 457/in
+load components/proc.ndr
+ren 459/out 458/in
+load components/proc.ndr
+ren 460/out 459/in
+load components/proc.ndr
+ren 461/out 460/in
+load components/proc.ndr
+ren 462/out 461/in
+load components/proc.ndr
+ren 463/out 462/in
+load components/proc.ndr
+ren 464/out 463/in
+load components/proc.ndr
+ren 465/out 464/in
+load components/proc.ndr
+ren 466/out 465/in
+load components/proc.ndr
+ren 467/out 466/in
+load components/proc.ndr
+ren 468/out 467/in
+load components/proc.ndr
+ren 469/out 468/in
+load components/proc.ndr
+ren 470/out 469/in
+load components/proc.ndr
+ren 471/out 470/in
+load components/proc.ndr
+ren 472/out 471/in
+load components/proc.ndr
+ren 473/out 472/in
+load components/proc.ndr
+ren 474/out 473/in
+load components/proc.ndr
+ren 475/out 474/in
+load components/proc.ndr
+ren 476/out 475/in
+load components/proc.ndr
+ren 477/out 476/in
+load components/proc.ndr
+ren 478/out 477/in
+load components/proc.ndr
+ren 479/out 478/in
+load components/proc.ndr
+ren 480/out 479/in
+load components/proc.ndr
+ren 481/out 480/in
+load components/proc.ndr
+ren 482/out 481/in
+load components/proc.ndr
+ren 483/out 482/in
+load components/proc.ndr
+ren 484/out 483/in
+load components/proc.ndr
+ren 485/out 484/in
+load components/proc.ndr
+ren 486/out 485/in
+load components/proc.ndr
+ren 487/out 486/in
+load components/proc.ndr
+ren 488/out 487/in
+load components/proc.ndr
+ren 489/out 488/in
+load components/proc.ndr
+ren 490/out 489/in
+load components/proc.ndr
+ren 491/out 490/in
+load components/proc.ndr
+ren 492/out 491/in
+load components/proc.ndr
+ren 493/out 492/in
+load components/proc.ndr
+ren 494/out 493/in
+load components/proc.ndr
+ren 495/out 494/in
+load components/proc.ndr
+ren 496/out 495/in
+load components/proc.ndr
+ren 497/out 496/in
+load components/proc.ndr
+ren 498/out 497/in
+load components/proc.ndr
+ren 499/out 498/in
+load components/proc.ndr
+ren 500/out 499/in
+load components/proc.ndr
+ren 501/out 500/in
+load components/proc.ndr
+ren 502/out 501/in
+load components/proc.ndr
+ren 503/out 502/in
+load components/proc.ndr
+ren 504/out 503/in
+load components/proc.ndr
+ren 505/out 504/in
+load components/proc.ndr
+ren 506/out 505/in
+load components/proc.ndr
+ren 507/out 506/in
+load components/proc.ndr
+ren 508/out 507/in
+load components/proc.ndr
+ren 509/out 508/in
+load components/proc.ndr
+ren 510/out 509/in
+load components/proc.ndr
+ren 511/out 510/in
+load components/proc.ndr
+ren 512/out 511/in
+load components/proc.ndr
+ren 513/out 512/in
+load components/proc.ndr
+ren 514/out 513/in
+load components/proc.ndr
+ren 515/out 514/in
+load components/proc.ndr
+ren 516/out 515/in
+load components/proc.ndr
+ren 517/out 516/in
+load components/proc.ndr
+ren 518/out 517/in
+load components/proc.ndr
+ren 519/out 518/in
+load components/proc.ndr
+ren 520/out 519/in
+load components/proc.ndr
+ren 521/out 520/in
+load components/proc.ndr
+ren 522/out 521/in
+load components/proc.ndr
+ren 523/out 522/in
+load components/proc.ndr
+ren 524/out 523/in
+load components/proc.ndr
+ren 525/out 524/in
+load components/proc.ndr
+ren 526/out 525/in
+load components/proc.ndr
+ren 527/out 526/in
+load components/proc.ndr
+ren 528/out 527/in
+load components/proc.ndr
+ren 529/out 528/in
+load components/proc.ndr
+ren 530/out 529/in
+load components/proc.ndr
+ren 531/out 530/in
+load components/proc.ndr
+ren 532/out 531/in
+load components/proc.ndr
+ren 533/out 532/in
+load components/proc.ndr
+ren 534/out 533/in
+load components/proc.ndr
+ren 535/out 534/in
+load components/proc.ndr
+ren 536/out 535/in
+load components/proc.ndr
+ren 537/out 536/in
+load components/proc.ndr
+ren 538/out 537/in
+load components/proc.ndr
+ren 539/out 538/in
+load components/proc.ndr
+ren 540/out 539/in
+load components/proc.ndr
+ren 541/out 540/in
+load components/proc.ndr
+ren 542/out 541/in
+load components/proc.ndr
+ren 543/out 542/in
+load components/proc.ndr
+ren 544/out 543/in
+load components/proc.ndr
+ren 545/out 544/in
+load components/proc.ndr
+ren 546/out 545/in
+load components/proc.ndr
+ren 547/out 546/in
+load components/proc.ndr
+ren 548/out 547/in
+load components/proc.ndr
+ren 549/out 548/in
+load components/proc.ndr
+ren 550/out 549/in
+load components/proc.ndr
+ren 551/out 550/in
+load components/proc.ndr
+ren 552/out 551/in
+load components/proc.ndr
+ren 553/out 552/in
+load components/proc.ndr
+ren 554/out 553/in
+load components/proc.ndr
+ren 555/out 554/in
+load components/proc.ndr
+ren 556/out 555/in
+load components/proc.ndr
+ren 557/out 556/in
+load components/proc.ndr
+ren 558/out 557/in
+load components/proc.ndr
+ren 559/out 558/in
+load components/proc.ndr
+ren 560/out 559/in
+load components/proc.ndr
+ren 561/out 560/in
+load components/proc.ndr
+ren 562/out 561/in
+load components/proc.ndr
+ren 563/out 562/in
+load components/proc.ndr
+ren 564/out 563/in
+load components/proc.ndr
+ren 565/out 564/in
+load components/proc.ndr
+ren 566/out 565/in
+load components/proc.ndr
+ren 567/out 566/in
+load components/proc.ndr
+ren 568/out 567/in
+load components/proc.ndr
+ren 569/out 568/in
+load components/proc.ndr
+ren 570/out 569/in
+load components/proc.ndr
+ren 571/out 570/in
+load components/proc.ndr
+ren 572/out 571/in
+load components/proc.ndr
+ren 573/out 572/in
+load components/proc.ndr
+ren 574/out 573/in
+load components/proc.ndr
+ren 575/out 574/in
+load components/proc.ndr
+ren 576/out 575/in
+load components/proc.ndr
+ren 577/out 576/in
+load components/proc.ndr
+ren 578/out 577/in
+load components/proc.ndr
+ren 579/out 578/in
+load components/proc.ndr
+ren 580/out 579/in
+load components/proc.ndr
+ren 581/out 580/in
+load components/proc.ndr
+ren 582/out 581/in
+load components/proc.ndr
+ren 583/out 582/in
+load components/proc.ndr
+ren 584/out 583/in
+load components/proc.ndr
+ren 585/out 584/in
+load components/proc.ndr
+ren 586/out 585/in
+load components/proc.ndr
+ren 587/out 586/in
+load components/proc.ndr
+ren 588/out 587/in
+load components/proc.ndr
+ren 589/out 588/in
+load components/proc.ndr
+ren 590/out 589/in
+load components/proc.ndr
+ren 591/out 590/in
+load components/proc.ndr
+ren 592/out 591/in
+load components/proc.ndr
+ren 593/out 592/in
+load components/proc.ndr
+ren 594/out 593/in
+load components/proc.ndr
+ren 595/out 594/in
+load components/proc.ndr
+ren 596/out 595/in
+load components/proc.ndr
+ren 597/out 596/in
+load components/proc.ndr
+ren 598/out 597/in
+load components/proc.ndr
+ren 599/out 598/in
+load components/proc.ndr
+ren 600/out 599/in
+load components/proc.ndr
+ren 601/out 600/in
+load components/proc.ndr
+ren 602/out 601/in
+load components/proc.ndr
+ren 603/out 602/in
+load components/proc.ndr
+ren 604/out 603/in
+load components/proc.ndr
+ren 605/out 604/in
+load components/proc.ndr
+ren 606/out 605/in
+load components/proc.ndr
+ren 607/out 606/in
+load components/proc.ndr
+ren 608/out 607/in
+load components/proc.ndr
+ren 609/out 608/in
+load components/proc.ndr
+ren 610/out 609/in
+load components/proc.ndr
+ren 611/out 610/in
+load components/proc.ndr
+ren 612/out 611/in
+load components/proc.ndr
+ren 613/out 612/in
+load components/proc.ndr
+ren 614/out 613/in
+load components/proc.ndr
+ren 615/out 614/in
+load components/proc.ndr
+ren 616/out 615/in
+load components/proc.ndr
+ren 617/out 616/in
+load components/proc.ndr
+ren 618/out 617/in
+load components/proc.ndr
+ren 619/out 618/in
+load components/proc.ndr
+ren 620/out 619/in
+load components/proc.ndr
+ren 621/out 620/in
+load components/proc.ndr
+ren 622/out 621/in
+load components/proc.ndr
+ren 623/out 622/in
+load components/proc.ndr
+ren 624/out 623/in
+load components/proc.ndr
+ren 625/out 624/in
+load components/proc.ndr
+ren 626/out 625/in
+load components/proc.ndr
+ren 627/out 626/in
+load components/proc.ndr
+ren 628/out 627/in
+load components/proc.ndr
+ren 629/out 628/in
+load components/proc.ndr
+ren 630/out 629/in
+load components/proc.ndr
+ren 631/out 630/in
+load components/proc.ndr
+ren 632/out 631/in
+load components/proc.ndr
+ren 633/out 632/in
+load components/proc.ndr
+ren 634/out 633/in
+load components/proc.ndr
+ren 635/out 634/in
+load components/proc.ndr
+ren 636/out 635/in
+load components/proc.ndr
+ren 637/out 636/in
+load components/proc.ndr
+ren 638/out 637/in
+load components/proc.ndr
+ren 639/out 638/in
+load components/proc.ndr
+ren 640/out 639/in
+load components/proc.ndr
+ren 641/out 640/in
+load components/proc.ndr
+ren 642/out 641/in
+load components/proc.ndr
+ren 643/out 642/in
+load components/proc.ndr
+ren 644/out 643/in
+load components/proc.ndr
+ren 645/out 644/in
+load components/proc.ndr
+ren 646/out 645/in
+load components/proc.ndr
+ren 647/out 646/in
+load components/proc.ndr
+ren 648/out 647/in
+load components/proc.ndr
+ren 649/out 648/in
+load components/proc.ndr
+ren 650/out 649/in
+load components/proc.ndr
+ren 651/out 650/in
+load components/proc.ndr
+ren 652/out 651/in
+load components/proc.ndr
+ren 653/out 652/in
+load components/proc.ndr
+ren 654/out 653/in
+load components/proc.ndr
+ren 655/out 654/in
+load components/proc.ndr
+ren 656/out 655/in
+load components/proc.ndr
+ren 657/out 656/in
+load components/proc.ndr
+ren 658/out 657/in
+load components/proc.ndr
+ren 659/out 658/in
+load components/proc.ndr
+ren 660/out 659/in
+load components/proc.ndr
+ren 661/out 660/in
+load components/proc.ndr
+ren 662/out 661/in
+load components/proc.ndr
+ren 663/out 662/in
+load components/proc.ndr
+ren 664/out 663/in
+load components/proc.ndr
+ren 665/out 664/in
+load components/proc.ndr
+ren 666/out 665/in
+load components/proc.ndr
+ren 667/out 666/in
+load components/proc.ndr
+ren 668/out 667/in
+load components/proc.ndr
+ren 669/out 668/in
+load components/proc.ndr
+ren 670/out 669/in
+load components/proc.ndr
+ren 671/out 670/in
+load components/proc.ndr
+ren 672/out 671/in
+load components/proc.ndr
+ren 673/out 672/in
+load components/proc.ndr
+ren 674/out 673/in
+load components/proc.ndr
+ren 675/out 674/in
+load components/proc.ndr
+ren 676/out 675/in
+load components/proc.ndr
+ren 677/out 676/in
+load components/proc.ndr
+ren 678/out 677/in
+load components/proc.ndr
+ren 679/out 678/in
+load components/proc.ndr
+ren 680/out 679/in
+load components/proc.ndr
+ren 681/out 680/in
+load components/proc.ndr
+ren 682/out 681/in
+load components/proc.ndr
+ren 683/out 682/in
+load components/proc.ndr
+ren 684/out 683/in
+load components/proc.ndr
+ren 685/out 684/in
+load components/proc.ndr
+ren 686/out 685/in
+load components/proc.ndr
+ren 687/out 686/in
+load components/proc.ndr
+ren 688/out 687/in
+load components/proc.ndr
+ren 689/out 688/in
+load components/proc.ndr
+ren 690/out 689/in
+load components/proc.ndr
+ren 691/out 690/in
+load components/proc.ndr
+ren 692/out 691/in
+load components/proc.ndr
+ren 693/out 692/in
+load components/proc.ndr
+ren 694/out 693/in
+load components/proc.ndr
+ren 695/out 694/in
+load components/proc.ndr
+ren 696/out 695/in
+load components/proc.ndr
+ren 697/out 696/in
+load components/proc.ndr
+ren 698/out 697/in
+load components/proc.ndr
+ren 699/out 698/in
+load components/proc.ndr
+ren 700/out 699/in
+load components/proc.ndr
+ren 701/out 700/in
+load components/proc.ndr
+ren 702/out 701/in
+load components/proc.ndr
+ren 703/out 702/in
+load components/proc.ndr
+ren 704/out 703/in
+load components/proc.ndr
+ren 705/out 704/in
+load components/proc.ndr
+ren 706/out 705/in
+load components/proc.ndr
+ren 707/out 706/in
+load components/proc.ndr
+ren 708/out 707/in
+load components/proc.ndr
+ren 709/out 708/in
+load components/proc.ndr
+ren 710/out 709/in
+load components/proc.ndr
+ren 711/out 710/in
+load components/proc.ndr
+ren 712/out 711/in
+load components/proc.ndr
+ren 713/out 712/in
+load components/proc.ndr
+ren 714/out 713/in
+load components/proc.ndr
+ren 715/out 714/in
+load components/proc.ndr
+ren 716/out 715/in
+load components/proc.ndr
+ren 717/out 716/in
+load components/proc.ndr
+ren 718/out 717/in
+load components/proc.ndr
+ren 719/out 718/in
+load components/proc.ndr
+ren 720/out 719/in
+load components/proc.ndr
+ren 721/out 720/in
+load components/proc.ndr
+ren 722/out 721/in
+load components/proc.ndr
+ren 723/out 722/in
+load components/proc.ndr
+ren 724/out 723/in
+load components/proc.ndr
+ren 725/out 724/in
+load components/proc.ndr
+ren 726/out 725/in
+load components/proc.ndr
+ren 727/out 726/in
+load components/proc.ndr
+ren 728/out 727/in
+load components/proc.ndr
+ren 729/out 728/in
+load components/proc.ndr
+ren 730/out 729/in
+load components/proc.ndr
+ren 731/out 730/in
+load components/proc.ndr
+ren 732/out 731/in
+load components/proc.ndr
+ren 733/out 732/in
+load components/proc.ndr
+ren 734/out 733/in
+load components/proc.ndr
+ren 735/out 734/in
+load components/proc.ndr
+ren 736/out 735/in
+load components/proc.ndr
+ren 737/out 736/in
+load components/proc.ndr
+ren 738/out 737/in
+load components/proc.ndr
+ren 739/out 738/in
+load components/proc.ndr
+ren 740/out 739/in
+load components/proc.ndr
+ren 741/out 740/in
+load components/proc.ndr
+ren 742/out 741/in
+load components/proc.ndr
+ren 743/out 742/in
+load components/proc.ndr
+ren 744/out 743/in
+load components/proc.ndr
+ren 745/out 744/in
+load components/proc.ndr
+ren 746/out 745/in
+load components/proc.ndr
+ren 747/out 746/in
+load components/proc.ndr
+ren 748/out 747/in
+load components/proc.ndr
+ren 749/out 748/in
+load components/proc.ndr
+ren 750/out 749/in
+load components/proc.ndr
+ren 751/out 750/in
+load components/proc.ndr
+ren 752/out 751/in
+load components/proc.ndr
+ren 753/out 752/in
+load components/proc.ndr
+ren 754/out 753/in
+load components/proc.ndr
+ren 755/out 754/in
+load components/proc.ndr
+ren 756/out 755/in
+load components/proc.ndr
+ren 757/out 756/in
+load components/proc.ndr
+ren 758/out 757/in
+load components/proc.ndr
+ren 759/out 758/in
+load components/proc.ndr
+ren 760/out 759/in
+load components/proc.ndr
+ren 761/out 760/in
+load components/proc.ndr
+ren 762/out 761/in
+load components/proc.ndr
+ren 763/out 762/in
+load components/proc.ndr
+ren 764/out 763/in
+load components/proc.ndr
+ren 765/out 764/in
+load components/proc.ndr
+ren 766/out 765/in
+load components/proc.ndr
+ren 767/out 766/in
+load components/proc.ndr
+ren 768/out 767/in
+load components/proc.ndr
+ren 769/out 768/in
+load components/proc.ndr
+ren 770/out 769/in
+load components/proc.ndr
+ren 771/out 770/in
+load components/proc.ndr
+ren 772/out 771/in
+load components/proc.ndr
+ren 773/out 772/in
+load components/proc.ndr
+ren 774/out 773/in
+load components/proc.ndr
+ren 775/out 774/in
+load components/proc.ndr
+ren 776/out 775/in
+load components/proc.ndr
+ren 777/out 776/in
+load components/proc.ndr
+ren 778/out 777/in
+load components/proc.ndr
+ren 779/out 778/in
+load components/proc.ndr
+ren 780/out 779/in
+load components/proc.ndr
+ren 781/out 780/in
+load components/proc.ndr
+ren 782/out 781/in
+load components/proc.ndr
+ren 783/out 782/in
+load components/proc.ndr
+ren 784/out 783/in
+load components/proc.ndr
+ren 785/out 784/in
+load components/proc.ndr
+ren 786/out 785/in
+load components/proc.ndr
+ren 787/out 786/in
+load components/proc.ndr
+ren 788/out 787/in
+load components/proc.ndr
+ren 789/out 788/in
+load components/proc.ndr
+ren 790/out 789/in
+load components/proc.ndr
+ren 791/out 790/in
+load components/proc.ndr
+ren 792/out 791/in
+load components/proc.ndr
+ren 793/out 792/in
+load components/proc.ndr
+ren 794/out 793/in
+load components/proc.ndr
+ren 795/out 794/in
+load components/proc.ndr
+ren 796/out 795/in
+load components/proc.ndr
+ren 797/out 796/in
+load components/proc.ndr
+ren 798/out 797/in
+load components/proc.ndr
+ren 799/out 798/in
+load components/proc.ndr
+ren 800/out 799/in
+load components/proc.ndr
+ren 801/out 800/in
+load components/proc.ndr
+ren 802/out 801/in
+load components/proc.ndr
+ren 803/out 802/in
+load components/proc.ndr
+ren 804/out 803/in
+load components/proc.ndr
+ren 805/out 804/in
+load components/proc.ndr
+ren 806/out 805/in
+load components/proc.ndr
+ren 807/out 806/in
+load components/proc.ndr
+ren 808/out 807/in
+load components/proc.ndr
+ren 809/out 808/in
+load components/proc.ndr
+ren 810/out 809/in
+load components/proc.ndr
+ren 811/out 810/in
+load components/proc.ndr
+ren 812/out 811/in
+load components/proc.ndr
+ren 813/out 812/in
+load components/proc.ndr
+ren 814/out 813/in
+load components/proc.ndr
+ren 815/out 814/in
+load components/proc.ndr
+ren 816/out 815/in
+load components/proc.ndr
+ren 817/out 816/in
+load components/proc.ndr
+ren 818/out 817/in
+load components/proc.ndr
+ren 819/out 818/in
+load components/proc.ndr
+ren 820/out 819/in
+load components/proc.ndr
+ren 821/out 820/in
+load components/proc.ndr
+ren 822/out 821/in
+load components/proc.ndr
+ren 823/out 822/in
+load components/proc.ndr
+ren 824/out 823/in
+load components/proc.ndr
+ren 825/out 824/in
+load components/proc.ndr
+ren 826/out 825/in
+load components/proc.ndr
+ren 827/out 826/in
+load components/proc.ndr
+ren 828/out 827/in
+load components/proc.ndr
+ren 829/out 828/in
+load components/proc.ndr
+ren 830/out 829/in
+load components/proc.ndr
+ren 831/out 830/in
+load components/proc.ndr
+ren 832/out 831/in
+load components/proc.ndr
+ren 833/out 832/in
+load components/proc.ndr
+ren 834/out 833/in
+load components/proc.ndr
+ren 835/out 834/in
+load components/proc.ndr
+ren 836/out 835/in
+load components/proc.ndr
+ren 837/out 836/in
+load components/proc.ndr
+ren 838/out 837/in
+load components/proc.ndr
+ren 839/out 838/in
+load components/proc.ndr
+ren 840/out 839/in
+load components/proc.ndr
+ren 841/out 840/in
+load components/proc.ndr
+ren 842/out 841/in
+load components/proc.ndr
+ren 843/out 842/in
+load components/proc.ndr
+ren 844/out 843/in
+load components/proc.ndr
+ren 845/out 844/in
+load components/proc.ndr
+ren 846/out 845/in
+load components/proc.ndr
+ren 847/out 846/in
+load components/proc.ndr
+ren 848/out 847/in
+load components/proc.ndr
+ren 849/out 848/in
+load components/proc.ndr
+ren 850/out 849/in
+load components/proc.ndr
+ren 851/out 850/in
+load components/proc.ndr
+ren 852/out 851/in
+load components/proc.ndr
+ren 853/out 852/in
+load components/proc.ndr
+ren 854/out 853/in
+load components/proc.ndr
+ren 855/out 854/in
+load components/proc.ndr
+ren 856/out 855/in
+load components/proc.ndr
+ren 857/out 856/in
+load components/proc.ndr
+ren 858/out 857/in
+load components/proc.ndr
+ren 859/out 858/in
+load components/proc.ndr
+ren 860/out 859/in
+load components/proc.ndr
+ren 861/out 860/in
+load components/proc.ndr
+ren 862/out 861/in
+load components/proc.ndr
+ren 863/out 862/in
+load components/proc.ndr
+ren 864/out 863/in
+load components/proc.ndr
+ren 865/out 864/in
+load components/proc.ndr
+ren 866/out 865/in
+load components/proc.ndr
+ren 867/out 866/in
+load components/proc.ndr
+ren 868/out 867/in
+load components/proc.ndr
+ren 869/out 868/in
+load components/proc.ndr
+ren 870/out 869/in
+load components/proc.ndr
+ren 871/out 870/in
+load components/proc.ndr
+ren 872/out 871/in
+load components/proc.ndr
+ren 873/out 872/in
+load components/proc.ndr
+ren 874/out 873/in
+load components/proc.ndr
+ren 875/out 874/in
+load components/proc.ndr
+ren 876/out 875/in
+load components/proc.ndr
+ren 877/out 876/in
+load components/proc.ndr
+ren 878/out 877/in
+load components/proc.ndr
+ren 879/out 878/in
+load components/proc.ndr
+ren 880/out 879/in
+load components/proc.ndr
+ren 881/out 880/in
+load components/proc.ndr
+ren 882/out 881/in
+load components/proc.ndr
+ren 883/out 882/in
+load components/proc.ndr
+ren 884/out 883/in
+load components/proc.ndr
+ren 885/out 884/in
+load components/proc.ndr
+ren 886/out 885/in
+load components/proc.ndr
+ren 887/out 886/in
+load components/proc.ndr
+ren 888/out 887/in
+load components/proc.ndr
+ren 889/out 888/in
+load components/proc.ndr
+ren 890/out 889/in
+load components/proc.ndr
+ren 891/out 890/in
+load components/proc.ndr
+ren 892/out 891/in
+load components/proc.ndr
+ren 893/out 892/in
+load components/proc.ndr
+ren 894/out 893/in
+load components/proc.ndr
+ren 895/out 894/in
+load components/proc.ndr
+ren 896/out 895/in
+load components/proc.ndr
+ren 897/out 896/in
+load components/proc.ndr
+ren 898/out 897/in
+load components/proc.ndr
+ren 899/out 898/in
+load components/proc.ndr
+ren 900/out 899/in
+load components/proc.ndr
+ren 901/out 900/in
+load components/proc.ndr
+ren 902/out 901/in
+load components/proc.ndr
+ren 903/out 902/in
+load components/proc.ndr
+ren 904/out 903/in
+load components/proc.ndr
+ren 905/out 904/in
+load components/proc.ndr
+ren 906/out 905/in
+load components/proc.ndr
+ren 907/out 906/in
+load components/proc.ndr
+ren 908/out 907/in
+load components/proc.ndr
+ren 909/out 908/in
+load components/proc.ndr
+ren 910/out 909/in
+load components/proc.ndr
+ren 911/out 910/in
+load components/proc.ndr
+ren 912/out 911/in
+load components/proc.ndr
+ren 913/out 912/in
+load components/proc.ndr
+ren 914/out 913/in
+load components/proc.ndr
+ren 915/out 914/in
+load components/proc.ndr
+ren 916/out 915/in
+load components/proc.ndr
+ren 917/out 916/in
+load components/proc.ndr
+ren 918/out 917/in
+load components/proc.ndr
+ren 919/out 918/in
+load components/proc.ndr
+ren 920/out 919/in
+load components/proc.ndr
+ren 921/out 920/in
+load components/proc.ndr
+ren 922/out 921/in
+load components/proc.ndr
+ren 923/out 922/in
+load components/proc.ndr
+ren 924/out 923/in
+load components/proc.ndr
+ren 925/out 924/in
+load components/proc.ndr
+ren 926/out 925/in
+load components/proc.ndr
+ren 927/out 926/in
+load components/proc.ndr
+ren 928/out 927/in
+load components/proc.ndr
+ren 929/out 928/in
+load components/proc.ndr
+ren 930/out 929/in
+load components/proc.ndr
+ren 931/out 930/in
+load components/proc.ndr
+ren 932/out 931/in
+load components/proc.ndr
+ren 933/out 932/in
+load components/proc.ndr
+ren 934/out 933/in
+load components/proc.ndr
+ren 935/out 934/in
+load components/proc.ndr
+ren 936/out 935/in
+load components/proc.ndr
+ren 937/out 936/in
+load components/proc.ndr
+ren 938/out 937/in
+load components/proc.ndr
+ren 939/out 938/in
+load components/proc.ndr
+ren 940/out 939/in
+load components/proc.ndr
+ren 941/out 940/in
+load components/proc.ndr
+ren 942/out 941/in
+load components/proc.ndr
+ren 943/out 942/in
+load components/proc.ndr
+ren 944/out 943/in
+load components/proc.ndr
+ren 945/out 944/in
+load components/proc.ndr
+ren 946/out 945/in
+load components/proc.ndr
+ren 947/out 946/in
+load components/proc.ndr
+ren 948/out 947/in
+load components/proc.ndr
+ren 949/out 948/in
+load components/proc.ndr
+ren 950/out 949/in
+load components/proc.ndr
+ren 951/out 950/in
+load components/proc.ndr
+ren 952/out 951/in
+load components/proc.ndr
+ren 953/out 952/in
+load components/proc.ndr
+ren 954/out 953/in
+load components/proc.ndr
+ren 955/out 954/in
+load components/proc.ndr
+ren 956/out 955/in
+load components/proc.ndr
+ren 957/out 956/in
+load components/proc.ndr
+ren 958/out 957/in
+load components/proc.ndr
+ren 959/out 958/in
+load components/proc.ndr
+ren 960/out 959/in
+load components/proc.ndr
+ren 961/out 960/in
+load components/proc.ndr
+ren 962/out 961/in
+load components/proc.ndr
+ren 963/out 962/in
+load components/proc.ndr
+ren 964/out 963/in
+load components/proc.ndr
+ren 965/out 964/in
+load components/proc.ndr
+ren 966/out 965/in
+load components/proc.ndr
+ren 967/out 966/in
+load components/proc.ndr
+ren 968/out 967/in
+load components/proc.ndr
+ren 969/out 968/in
+load components/proc.ndr
+ren 970/out 969/in
+load components/proc.ndr
+ren 971/out 970/in
+load components/proc.ndr
+ren 972/out 971/in
+load components/proc.ndr
+ren 973/out 972/in
+load components/proc.ndr
+ren 974/out 973/in
+load components/proc.ndr
+ren 975/out 974/in
+load components/proc.ndr
+ren 976/out 975/in
+load components/proc.ndr
+ren 977/out 976/in
+load components/proc.ndr
+ren 978/out 977/in
+load components/proc.ndr
+ren 979/out 978/in
+load components/proc.ndr
+ren 980/out 979/in
+load components/proc.ndr
+ren 981/out 980/in
+load components/proc.ndr
+ren 982/out 981/in
+load components/proc.ndr
+ren 983/out 982/in
+load components/proc.ndr
+ren 984/out 983/in
+load components/proc.ndr
+ren 985/out 984/in
+load components/proc.ndr
+ren 986/out 985/in
+load components/proc.ndr
+ren 987/out 986/in
+load components/proc.ndr
+ren 988/out 987/in
+load components/proc.ndr
+ren 989/out 988/in
+load components/proc.ndr
+ren 990/out 989/in
+load components/proc.ndr
+ren 991/out 990/in
+load components/proc.ndr
+ren 992/out 991/in
+load components/proc.ndr
+ren 993/out 992/in
+load components/proc.ndr
+ren 994/out 993/in
+load components/proc.ndr
+ren 995/out 994/in
+load components/proc.ndr
+ren 996/out 995/in
+load components/proc.ndr
+ren 997/out 996/in
+load components/proc.ndr
+ren 998/out 997/in
+load components/proc.ndr
+ren 999/out 998/in
+load components/proc.ndr
+ren 1000/out 999/in
+chain 1000
diff --git a/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m10000.net b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m10000.net
new file mode 100644
index 0000000000000000000000000000000000000000..3928e6aafc13a04416c63fd59e2e38a5f667507f
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m10000.net
@@ -0,0 +1,40001 @@
+net {(00001.proc ; 00002.proc ; 00003.proc ; 00004.proc ; 00005.proc ; 00006.proc ; 00007.proc ; 00008.proc ; 00009.proc ; 00010.proc ; 00011.proc ; 00012.proc ; 00013.proc ; 00014.proc ; 00015.proc ; 00016.proc ; 00017.proc ; 00018.proc ; 00019.proc ; 00020.proc ; 00021.proc ; 00022.proc ; 00023.proc ; 00024.proc ; 00025.proc ; 00026.proc ; 00027.proc ; 00028.proc ; 00029.proc ; 00030.proc ; 00031.proc ; 00032.proc ; 00033.proc ; 00034.proc ; 00035.proc ; 00036.proc ; 00037.proc ; 00038.proc ; 00039.proc ; 00040.proc ; 00041.proc ; 00042.proc ; 00043.proc ; 00044.proc ; 00045.proc ; 00046.proc ; 00047.proc ; 00048.proc ; 00049.proc ; 00050.proc ; 00051.proc ; 00052.proc ; 00053.proc ; 00054.proc ; 00055.proc ; 00056.proc ; 00057.proc ; 00058.proc ; 00059.proc ; 00060.proc ; 00061.proc ; 00062.proc ; 00063.proc ; 00064.proc ; 00065.proc ; 00066.proc ; 00067.proc ; 00068.proc ; 00069.proc ; 00070.proc ; 00071.proc ; 00072.proc ; 00073.proc ; 00074.proc ; 00075.proc ; 00076.proc ; 00077.proc ; 00078.proc ; 00079.proc ; 00080.proc ; 00081.proc ; 00082.proc ; 00083.proc ; 00084.proc ; 00085.proc ; 00086.proc ; 00087.proc ; 00088.proc ; 00089.proc ; 00090.proc ; 00091.proc ; 00092.proc ; 00093.proc ; 00094.proc ; 00095.proc ; 00096.proc ; 00097.proc ; 00098.proc ; 00099.proc ; 00100.proc ; 00101.proc ; 00102.proc ; 00103.proc ; 00104.proc ; 00105.proc ; 00106.proc ; 00107.proc ; 00108.proc ; 00109.proc ; 00110.proc ; 00111.proc ; 00112.proc ; 00113.proc ; 00114.proc ; 00115.proc ; 00116.proc ; 00117.proc ; 00118.proc ; 00119.proc ; 00120.proc ; 00121.proc ; 00122.proc ; 00123.proc ; 00124.proc ; 00125.proc ; 00126.proc ; 00127.proc ; 00128.proc ; 00129.proc ; 00130.proc ; 00131.proc ; 00132.proc ; 00133.proc ; 00134.proc ; 00135.proc ; 00136.proc ; 00137.proc ; 00138.proc ; 00139.proc ; 00140.proc ; 00141.proc ; 00142.proc ; 00143.proc ; 00144.proc ; 00145.proc ; 00146.proc ; 00147.proc ; 00148.proc ; 00149.proc ; 00150.proc ; 00151.proc ; 00152.proc ; 00153.proc ; 00154.proc ; 00155.proc ; 00156.proc ; 00157.proc ; 00158.proc ; 00159.proc ; 00160.proc ; 00161.proc ; 00162.proc ; 00163.proc ; 00164.proc ; 00165.proc ; 00166.proc ; 00167.proc ; 00168.proc ; 00169.proc ; 00170.proc ; 00171.proc ; 00172.proc ; 00173.proc ; 00174.proc ; 00175.proc ; 00176.proc ; 00177.proc ; 00178.proc ; 00179.proc ; 00180.proc ; 00181.proc ; 00182.proc ; 00183.proc ; 00184.proc ; 00185.proc ; 00186.proc ; 00187.proc ; 00188.proc ; 00189.proc ; 00190.proc ; 00191.proc ; 00192.proc ; 00193.proc ; 00194.proc ; 00195.proc ; 00196.proc ; 00197.proc ; 00198.proc ; 00199.proc ; 00200.proc ; 00201.proc ; 00202.proc ; 00203.proc ; 00204.proc ; 00205.proc ; 00206.proc ; 00207.proc ; 00208.proc ; 00209.proc ; 00210.proc ; 00211.proc ; 00212.proc ; 00213.proc ; 00214.proc ; 00215.proc ; 00216.proc ; 00217.proc ; 00218.proc ; 00219.proc ; 00220.proc ; 00221.proc ; 00222.proc ; 00223.proc ; 00224.proc ; 00225.proc ; 00226.proc ; 00227.proc ; 00228.proc ; 00229.proc ; 00230.proc ; 00231.proc ; 00232.proc ; 00233.proc ; 00234.proc ; 00235.proc ; 00236.proc ; 00237.proc ; 00238.proc ; 00239.proc ; 00240.proc ; 00241.proc ; 00242.proc ; 00243.proc ; 00244.proc ; 00245.proc ; 00246.proc ; 00247.proc ; 00248.proc ; 00249.proc ; 00250.proc ; 00251.proc ; 00252.proc ; 00253.proc ; 00254.proc ; 00255.proc ; 00256.proc ; 00257.proc ; 00258.proc ; 00259.proc ; 00260.proc ; 00261.proc ; 00262.proc ; 00263.proc ; 00264.proc ; 00265.proc ; 00266.proc ; 00267.proc ; 00268.proc ; 00269.proc ; 00270.proc ; 00271.proc ; 00272.proc ; 00273.proc ; 00274.proc ; 00275.proc ; 00276.proc ; 00277.proc ; 00278.proc ; 00279.proc ; 00280.proc ; 00281.proc ; 00282.proc ; 00283.proc ; 00284.proc ; 00285.proc ; 00286.proc ; 00287.proc ; 00288.proc ; 00289.proc ; 00290.proc ; 00291.proc ; 00292.proc ; 00293.proc ; 00294.proc ; 00295.proc ; 00296.proc ; 00297.proc ; 00298.proc ; 00299.proc ; 00300.proc ; 00301.proc ; 00302.proc ; 00303.proc ; 00304.proc ; 00305.proc ; 00306.proc ; 00307.proc ; 00308.proc ; 00309.proc ; 00310.proc ; 00311.proc ; 00312.proc ; 00313.proc ; 00314.proc ; 00315.proc ; 00316.proc ; 00317.proc ; 00318.proc ; 00319.proc ; 00320.proc ; 00321.proc ; 00322.proc ; 00323.proc ; 00324.proc ; 00325.proc ; 00326.proc ; 00327.proc ; 00328.proc ; 00329.proc ; 00330.proc ; 00331.proc ; 00332.proc ; 00333.proc ; 00334.proc ; 00335.proc ; 00336.proc ; 00337.proc ; 00338.proc ; 00339.proc ; 00340.proc ; 00341.proc ; 00342.proc ; 00343.proc ; 00344.proc ; 00345.proc ; 00346.proc ; 00347.proc ; 00348.proc ; 00349.proc ; 00350.proc ; 00351.proc ; 00352.proc ; 00353.proc ; 00354.proc ; 00355.proc ; 00356.proc ; 00357.proc ; 00358.proc ; 00359.proc ; 00360.proc ; 00361.proc ; 00362.proc ; 00363.proc ; 00364.proc ; 00365.proc ; 00366.proc ; 00367.proc ; 00368.proc ; 00369.proc ; 00370.proc ; 00371.proc ; 00372.proc ; 00373.proc ; 00374.proc ; 00375.proc ; 00376.proc ; 00377.proc ; 00378.proc ; 00379.proc ; 00380.proc ; 00381.proc ; 00382.proc ; 00383.proc ; 00384.proc ; 00385.proc ; 00386.proc ; 00387.proc ; 00388.proc ; 00389.proc ; 00390.proc ; 00391.proc ; 00392.proc ; 00393.proc ; 00394.proc ; 00395.proc ; 00396.proc ; 00397.proc ; 00398.proc ; 00399.proc ; 00400.proc ; 00401.proc ; 00402.proc ; 00403.proc ; 00404.proc ; 00405.proc ; 00406.proc ; 00407.proc ; 00408.proc ; 00409.proc ; 00410.proc ; 00411.proc ; 00412.proc ; 00413.proc ; 00414.proc ; 00415.proc ; 00416.proc ; 00417.proc ; 00418.proc ; 00419.proc ; 00420.proc ; 00421.proc ; 00422.proc ; 00423.proc ; 00424.proc ; 00425.proc ; 00426.proc ; 00427.proc ; 00428.proc ; 00429.proc ; 00430.proc ; 00431.proc ; 00432.proc ; 00433.proc ; 00434.proc ; 00435.proc ; 00436.proc ; 00437.proc ; 00438.proc ; 00439.proc ; 00440.proc ; 00441.proc ; 00442.proc ; 00443.proc ; 00444.proc ; 00445.proc ; 00446.proc ; 00447.proc ; 00448.proc ; 00449.proc ; 00450.proc ; 00451.proc ; 00452.proc ; 00453.proc ; 00454.proc ; 00455.proc ; 00456.proc ; 00457.proc ; 00458.proc ; 00459.proc ; 00460.proc ; 00461.proc ; 00462.proc ; 00463.proc ; 00464.proc ; 00465.proc ; 00466.proc ; 00467.proc ; 00468.proc ; 00469.proc ; 00470.proc ; 00471.proc ; 00472.proc ; 00473.proc ; 00474.proc ; 00475.proc ; 00476.proc ; 00477.proc ; 00478.proc ; 00479.proc ; 00480.proc ; 00481.proc ; 00482.proc ; 00483.proc ; 00484.proc ; 00485.proc ; 00486.proc ; 00487.proc ; 00488.proc ; 00489.proc ; 00490.proc ; 00491.proc ; 00492.proc ; 00493.proc ; 00494.proc ; 00495.proc ; 00496.proc ; 00497.proc ; 00498.proc ; 00499.proc ; 00500.proc ; 00501.proc ; 00502.proc ; 00503.proc ; 00504.proc ; 00505.proc ; 00506.proc ; 00507.proc ; 00508.proc ; 00509.proc ; 00510.proc ; 00511.proc ; 00512.proc ; 00513.proc ; 00514.proc ; 00515.proc ; 00516.proc ; 00517.proc ; 00518.proc ; 00519.proc ; 00520.proc ; 00521.proc ; 00522.proc ; 00523.proc ; 00524.proc ; 00525.proc ; 00526.proc ; 00527.proc ; 00528.proc ; 00529.proc ; 00530.proc ; 00531.proc ; 00532.proc ; 00533.proc ; 00534.proc ; 00535.proc ; 00536.proc ; 00537.proc ; 00538.proc ; 00539.proc ; 00540.proc ; 00541.proc ; 00542.proc ; 00543.proc ; 00544.proc ; 00545.proc ; 00546.proc ; 00547.proc ; 00548.proc ; 00549.proc ; 00550.proc ; 00551.proc ; 00552.proc ; 00553.proc ; 00554.proc ; 00555.proc ; 00556.proc ; 00557.proc ; 00558.proc ; 00559.proc ; 00560.proc ; 00561.proc ; 00562.proc ; 00563.proc ; 00564.proc ; 00565.proc ; 00566.proc ; 00567.proc ; 00568.proc ; 00569.proc ; 00570.proc ; 00571.proc ; 00572.proc ; 00573.proc ; 00574.proc ; 00575.proc ; 00576.proc ; 00577.proc ; 00578.proc ; 00579.proc ; 00580.proc ; 00581.proc ; 00582.proc ; 00583.proc ; 00584.proc ; 00585.proc ; 00586.proc ; 00587.proc ; 00588.proc ; 00589.proc ; 00590.proc ; 00591.proc ; 00592.proc ; 00593.proc ; 00594.proc ; 00595.proc ; 00596.proc ; 00597.proc ; 00598.proc ; 00599.proc ; 00600.proc ; 00601.proc ; 00602.proc ; 00603.proc ; 00604.proc ; 00605.proc ; 00606.proc ; 00607.proc ; 00608.proc ; 00609.proc ; 00610.proc ; 00611.proc ; 00612.proc ; 00613.proc ; 00614.proc ; 00615.proc ; 00616.proc ; 00617.proc ; 00618.proc ; 00619.proc ; 00620.proc ; 00621.proc ; 00622.proc ; 00623.proc ; 00624.proc ; 00625.proc ; 00626.proc ; 00627.proc ; 00628.proc ; 00629.proc ; 00630.proc ; 00631.proc ; 00632.proc ; 00633.proc ; 00634.proc ; 00635.proc ; 00636.proc ; 00637.proc ; 00638.proc ; 00639.proc ; 00640.proc ; 00641.proc ; 00642.proc ; 00643.proc ; 00644.proc ; 00645.proc ; 00646.proc ; 00647.proc ; 00648.proc ; 00649.proc ; 00650.proc ; 00651.proc ; 00652.proc ; 00653.proc ; 00654.proc ; 00655.proc ; 00656.proc ; 00657.proc ; 00658.proc ; 00659.proc ; 00660.proc ; 00661.proc ; 00662.proc ; 00663.proc ; 00664.proc ; 00665.proc ; 00666.proc ; 00667.proc ; 00668.proc ; 00669.proc ; 00670.proc ; 00671.proc ; 00672.proc ; 00673.proc ; 00674.proc ; 00675.proc ; 00676.proc ; 00677.proc ; 00678.proc ; 00679.proc ; 00680.proc ; 00681.proc ; 00682.proc ; 00683.proc ; 00684.proc ; 00685.proc ; 00686.proc ; 00687.proc ; 00688.proc ; 00689.proc ; 00690.proc ; 00691.proc ; 00692.proc ; 00693.proc ; 00694.proc ; 00695.proc ; 00696.proc ; 00697.proc ; 00698.proc ; 00699.proc ; 00700.proc ; 00701.proc ; 00702.proc ; 00703.proc ; 00704.proc ; 00705.proc ; 00706.proc ; 00707.proc ; 00708.proc ; 00709.proc ; 00710.proc ; 00711.proc ; 00712.proc ; 00713.proc ; 00714.proc ; 00715.proc ; 00716.proc ; 00717.proc ; 00718.proc ; 00719.proc ; 00720.proc ; 00721.proc ; 00722.proc ; 00723.proc ; 00724.proc ; 00725.proc ; 00726.proc ; 00727.proc ; 00728.proc ; 00729.proc ; 00730.proc ; 00731.proc ; 00732.proc ; 00733.proc ; 00734.proc ; 00735.proc ; 00736.proc ; 00737.proc ; 00738.proc ; 00739.proc ; 00740.proc ; 00741.proc ; 00742.proc ; 00743.proc ; 00744.proc ; 00745.proc ; 00746.proc ; 00747.proc ; 00748.proc ; 00749.proc ; 00750.proc ; 00751.proc ; 00752.proc ; 00753.proc ; 00754.proc ; 00755.proc ; 00756.proc ; 00757.proc ; 00758.proc ; 00759.proc ; 00760.proc ; 00761.proc ; 00762.proc ; 00763.proc ; 00764.proc ; 00765.proc ; 00766.proc ; 00767.proc ; 00768.proc ; 00769.proc ; 00770.proc ; 00771.proc ; 00772.proc ; 00773.proc ; 00774.proc ; 00775.proc ; 00776.proc ; 00777.proc ; 00778.proc ; 00779.proc ; 00780.proc ; 00781.proc ; 00782.proc ; 00783.proc ; 00784.proc ; 00785.proc ; 00786.proc ; 00787.proc ; 00788.proc ; 00789.proc ; 00790.proc ; 00791.proc ; 00792.proc ; 00793.proc ; 00794.proc ; 00795.proc ; 00796.proc ; 00797.proc ; 00798.proc ; 00799.proc ; 00800.proc ; 00801.proc ; 00802.proc ; 00803.proc ; 00804.proc ; 00805.proc ; 00806.proc ; 00807.proc ; 00808.proc ; 00809.proc ; 00810.proc ; 00811.proc ; 00812.proc ; 00813.proc ; 00814.proc ; 00815.proc ; 00816.proc ; 00817.proc ; 00818.proc ; 00819.proc ; 00820.proc ; 00821.proc ; 00822.proc ; 00823.proc ; 00824.proc ; 00825.proc ; 00826.proc ; 00827.proc ; 00828.proc ; 00829.proc ; 00830.proc ; 00831.proc ; 00832.proc ; 00833.proc ; 00834.proc ; 00835.proc ; 00836.proc ; 00837.proc ; 00838.proc ; 00839.proc ; 00840.proc ; 00841.proc ; 00842.proc ; 00843.proc ; 00844.proc ; 00845.proc ; 00846.proc ; 00847.proc ; 00848.proc ; 00849.proc ; 00850.proc ; 00851.proc ; 00852.proc ; 00853.proc ; 00854.proc ; 00855.proc ; 00856.proc ; 00857.proc ; 00858.proc ; 00859.proc ; 00860.proc ; 00861.proc ; 00862.proc ; 00863.proc ; 00864.proc ; 00865.proc ; 00866.proc ; 00867.proc ; 00868.proc ; 00869.proc ; 00870.proc ; 00871.proc ; 00872.proc ; 00873.proc ; 00874.proc ; 00875.proc ; 00876.proc ; 00877.proc ; 00878.proc ; 00879.proc ; 00880.proc ; 00881.proc ; 00882.proc ; 00883.proc ; 00884.proc ; 00885.proc ; 00886.proc ; 00887.proc ; 00888.proc ; 00889.proc ; 00890.proc ; 00891.proc ; 00892.proc ; 00893.proc ; 00894.proc ; 00895.proc ; 00896.proc ; 00897.proc ; 00898.proc ; 00899.proc ; 00900.proc ; 00901.proc ; 00902.proc ; 00903.proc ; 00904.proc ; 00905.proc ; 00906.proc ; 00907.proc ; 00908.proc ; 00909.proc ; 00910.proc ; 00911.proc ; 00912.proc ; 00913.proc ; 00914.proc ; 00915.proc ; 00916.proc ; 00917.proc ; 00918.proc ; 00919.proc ; 00920.proc ; 00921.proc ; 00922.proc ; 00923.proc ; 00924.proc ; 00925.proc ; 00926.proc ; 00927.proc ; 00928.proc ; 00929.proc ; 00930.proc ; 00931.proc ; 00932.proc ; 00933.proc ; 00934.proc ; 00935.proc ; 00936.proc ; 00937.proc ; 00938.proc ; 00939.proc ; 00940.proc ; 00941.proc ; 00942.proc ; 00943.proc ; 00944.proc ; 00945.proc ; 00946.proc ; 00947.proc ; 00948.proc ; 00949.proc ; 00950.proc ; 00951.proc ; 00952.proc ; 00953.proc ; 00954.proc ; 00955.proc ; 00956.proc ; 00957.proc ; 00958.proc ; 00959.proc ; 00960.proc ; 00961.proc ; 00962.proc ; 00963.proc ; 00964.proc ; 00965.proc ; 00966.proc ; 00967.proc ; 00968.proc ; 00969.proc ; 00970.proc ; 00971.proc ; 00972.proc ; 00973.proc ; 00974.proc ; 00975.proc ; 00976.proc ; 00977.proc ; 00978.proc ; 00979.proc ; 00980.proc ; 00981.proc ; 00982.proc ; 00983.proc ; 00984.proc ; 00985.proc ; 00986.proc ; 00987.proc ; 00988.proc ; 00989.proc ; 00990.proc ; 00991.proc ; 00992.proc ; 00993.proc ; 00994.proc ; 00995.proc ; 00996.proc ; 00997.proc ; 00998.proc ; 00999.proc ; 01000.proc ; 01001.proc ; 01002.proc ; 01003.proc ; 01004.proc ; 01005.proc ; 01006.proc ; 01007.proc ; 01008.proc ; 01009.proc ; 01010.proc ; 01011.proc ; 01012.proc ; 01013.proc ; 01014.proc ; 01015.proc ; 01016.proc ; 01017.proc ; 01018.proc ; 01019.proc ; 01020.proc ; 01021.proc ; 01022.proc ; 01023.proc ; 01024.proc ; 01025.proc ; 01026.proc ; 01027.proc ; 01028.proc ; 01029.proc ; 01030.proc ; 01031.proc ; 01032.proc ; 01033.proc ; 01034.proc ; 01035.proc ; 01036.proc ; 01037.proc ; 01038.proc ; 01039.proc ; 01040.proc ; 01041.proc ; 01042.proc ; 01043.proc ; 01044.proc ; 01045.proc ; 01046.proc ; 01047.proc ; 01048.proc ; 01049.proc ; 01050.proc ; 01051.proc ; 01052.proc ; 01053.proc ; 01054.proc ; 01055.proc ; 01056.proc ; 01057.proc ; 01058.proc ; 01059.proc ; 01060.proc ; 01061.proc ; 01062.proc ; 01063.proc ; 01064.proc ; 01065.proc ; 01066.proc ; 01067.proc ; 01068.proc ; 01069.proc ; 01070.proc ; 01071.proc ; 01072.proc ; 01073.proc ; 01074.proc ; 01075.proc ; 01076.proc ; 01077.proc ; 01078.proc ; 01079.proc ; 01080.proc ; 01081.proc ; 01082.proc ; 01083.proc ; 01084.proc ; 01085.proc ; 01086.proc ; 01087.proc ; 01088.proc ; 01089.proc ; 01090.proc ; 01091.proc ; 01092.proc ; 01093.proc ; 01094.proc ; 01095.proc ; 01096.proc ; 01097.proc ; 01098.proc ; 01099.proc ; 01100.proc ; 01101.proc ; 01102.proc ; 01103.proc ; 01104.proc ; 01105.proc ; 01106.proc ; 01107.proc ; 01108.proc ; 01109.proc ; 01110.proc ; 01111.proc ; 01112.proc ; 01113.proc ; 01114.proc ; 01115.proc ; 01116.proc ; 01117.proc ; 01118.proc ; 01119.proc ; 01120.proc ; 01121.proc ; 01122.proc ; 01123.proc ; 01124.proc ; 01125.proc ; 01126.proc ; 01127.proc ; 01128.proc ; 01129.proc ; 01130.proc ; 01131.proc ; 01132.proc ; 01133.proc ; 01134.proc ; 01135.proc ; 01136.proc ; 01137.proc ; 01138.proc ; 01139.proc ; 01140.proc ; 01141.proc ; 01142.proc ; 01143.proc ; 01144.proc ; 01145.proc ; 01146.proc ; 01147.proc ; 01148.proc ; 01149.proc ; 01150.proc ; 01151.proc ; 01152.proc ; 01153.proc ; 01154.proc ; 01155.proc ; 01156.proc ; 01157.proc ; 01158.proc ; 01159.proc ; 01160.proc ; 01161.proc ; 01162.proc ; 01163.proc ; 01164.proc ; 01165.proc ; 01166.proc ; 01167.proc ; 01168.proc ; 01169.proc ; 01170.proc ; 01171.proc ; 01172.proc ; 01173.proc ; 01174.proc ; 01175.proc ; 01176.proc ; 01177.proc ; 01178.proc ; 01179.proc ; 01180.proc ; 01181.proc ; 01182.proc ; 01183.proc ; 01184.proc ; 01185.proc ; 01186.proc ; 01187.proc ; 01188.proc ; 01189.proc ; 01190.proc ; 01191.proc ; 01192.proc ; 01193.proc ; 01194.proc ; 01195.proc ; 01196.proc ; 01197.proc ; 01198.proc ; 01199.proc ; 01200.proc ; 01201.proc ; 01202.proc ; 01203.proc ; 01204.proc ; 01205.proc ; 01206.proc ; 01207.proc ; 01208.proc ; 01209.proc ; 01210.proc ; 01211.proc ; 01212.proc ; 01213.proc ; 01214.proc ; 01215.proc ; 01216.proc ; 01217.proc ; 01218.proc ; 01219.proc ; 01220.proc ; 01221.proc ; 01222.proc ; 01223.proc ; 01224.proc ; 01225.proc ; 01226.proc ; 01227.proc ; 01228.proc ; 01229.proc ; 01230.proc ; 01231.proc ; 01232.proc ; 01233.proc ; 01234.proc ; 01235.proc ; 01236.proc ; 01237.proc ; 01238.proc ; 01239.proc ; 01240.proc ; 01241.proc ; 01242.proc ; 01243.proc ; 01244.proc ; 01245.proc ; 01246.proc ; 01247.proc ; 01248.proc ; 01249.proc ; 01250.proc ; 01251.proc ; 01252.proc ; 01253.proc ; 01254.proc ; 01255.proc ; 01256.proc ; 01257.proc ; 01258.proc ; 01259.proc ; 01260.proc ; 01261.proc ; 01262.proc ; 01263.proc ; 01264.proc ; 01265.proc ; 01266.proc ; 01267.proc ; 01268.proc ; 01269.proc ; 01270.proc ; 01271.proc ; 01272.proc ; 01273.proc ; 01274.proc ; 01275.proc ; 01276.proc ; 01277.proc ; 01278.proc ; 01279.proc ; 01280.proc ; 01281.proc ; 01282.proc ; 01283.proc ; 01284.proc ; 01285.proc ; 01286.proc ; 01287.proc ; 01288.proc ; 01289.proc ; 01290.proc ; 01291.proc ; 01292.proc ; 01293.proc ; 01294.proc ; 01295.proc ; 01296.proc ; 01297.proc ; 01298.proc ; 01299.proc ; 01300.proc ; 01301.proc ; 01302.proc ; 01303.proc ; 01304.proc ; 01305.proc ; 01306.proc ; 01307.proc ; 01308.proc ; 01309.proc ; 01310.proc ; 01311.proc ; 01312.proc ; 01313.proc ; 01314.proc ; 01315.proc ; 01316.proc ; 01317.proc ; 01318.proc ; 01319.proc ; 01320.proc ; 01321.proc ; 01322.proc ; 01323.proc ; 01324.proc ; 01325.proc ; 01326.proc ; 01327.proc ; 01328.proc ; 01329.proc ; 01330.proc ; 01331.proc ; 01332.proc ; 01333.proc ; 01334.proc ; 01335.proc ; 01336.proc ; 01337.proc ; 01338.proc ; 01339.proc ; 01340.proc ; 01341.proc ; 01342.proc ; 01343.proc ; 01344.proc ; 01345.proc ; 01346.proc ; 01347.proc ; 01348.proc ; 01349.proc ; 01350.proc ; 01351.proc ; 01352.proc ; 01353.proc ; 01354.proc ; 01355.proc ; 01356.proc ; 01357.proc ; 01358.proc ; 01359.proc ; 01360.proc ; 01361.proc ; 01362.proc ; 01363.proc ; 01364.proc ; 01365.proc ; 01366.proc ; 01367.proc ; 01368.proc ; 01369.proc ; 01370.proc ; 01371.proc ; 01372.proc ; 01373.proc ; 01374.proc ; 01375.proc ; 01376.proc ; 01377.proc ; 01378.proc ; 01379.proc ; 01380.proc ; 01381.proc ; 01382.proc ; 01383.proc ; 01384.proc ; 01385.proc ; 01386.proc ; 01387.proc ; 01388.proc ; 01389.proc ; 01390.proc ; 01391.proc ; 01392.proc ; 01393.proc ; 01394.proc ; 01395.proc ; 01396.proc ; 01397.proc ; 01398.proc ; 01399.proc ; 01400.proc ; 01401.proc ; 01402.proc ; 01403.proc ; 01404.proc ; 01405.proc ; 01406.proc ; 01407.proc ; 01408.proc ; 01409.proc ; 01410.proc ; 01411.proc ; 01412.proc ; 01413.proc ; 01414.proc ; 01415.proc ; 01416.proc ; 01417.proc ; 01418.proc ; 01419.proc ; 01420.proc ; 01421.proc ; 01422.proc ; 01423.proc ; 01424.proc ; 01425.proc ; 01426.proc ; 01427.proc ; 01428.proc ; 01429.proc ; 01430.proc ; 01431.proc ; 01432.proc ; 01433.proc ; 01434.proc ; 01435.proc ; 01436.proc ; 01437.proc ; 01438.proc ; 01439.proc ; 01440.proc ; 01441.proc ; 01442.proc ; 01443.proc ; 01444.proc ; 01445.proc ; 01446.proc ; 01447.proc ; 01448.proc ; 01449.proc ; 01450.proc ; 01451.proc ; 01452.proc ; 01453.proc ; 01454.proc ; 01455.proc ; 01456.proc ; 01457.proc ; 01458.proc ; 01459.proc ; 01460.proc ; 01461.proc ; 01462.proc ; 01463.proc ; 01464.proc ; 01465.proc ; 01466.proc ; 01467.proc ; 01468.proc ; 01469.proc ; 01470.proc ; 01471.proc ; 01472.proc ; 01473.proc ; 01474.proc ; 01475.proc ; 01476.proc ; 01477.proc ; 01478.proc ; 01479.proc ; 01480.proc ; 01481.proc ; 01482.proc ; 01483.proc ; 01484.proc ; 01485.proc ; 01486.proc ; 01487.proc ; 01488.proc ; 01489.proc ; 01490.proc ; 01491.proc ; 01492.proc ; 01493.proc ; 01494.proc ; 01495.proc ; 01496.proc ; 01497.proc ; 01498.proc ; 01499.proc ; 01500.proc ; 01501.proc ; 01502.proc ; 01503.proc ; 01504.proc ; 01505.proc ; 01506.proc ; 01507.proc ; 01508.proc ; 01509.proc ; 01510.proc ; 01511.proc ; 01512.proc ; 01513.proc ; 01514.proc ; 01515.proc ; 01516.proc ; 01517.proc ; 01518.proc ; 01519.proc ; 01520.proc ; 01521.proc ; 01522.proc ; 01523.proc ; 01524.proc ; 01525.proc ; 01526.proc ; 01527.proc ; 01528.proc ; 01529.proc ; 01530.proc ; 01531.proc ; 01532.proc ; 01533.proc ; 01534.proc ; 01535.proc ; 01536.proc ; 01537.proc ; 01538.proc ; 01539.proc ; 01540.proc ; 01541.proc ; 01542.proc ; 01543.proc ; 01544.proc ; 01545.proc ; 01546.proc ; 01547.proc ; 01548.proc ; 01549.proc ; 01550.proc ; 01551.proc ; 01552.proc ; 01553.proc ; 01554.proc ; 01555.proc ; 01556.proc ; 01557.proc ; 01558.proc ; 01559.proc ; 01560.proc ; 01561.proc ; 01562.proc ; 01563.proc ; 01564.proc ; 01565.proc ; 01566.proc ; 01567.proc ; 01568.proc ; 01569.proc ; 01570.proc ; 01571.proc ; 01572.proc ; 01573.proc ; 01574.proc ; 01575.proc ; 01576.proc ; 01577.proc ; 01578.proc ; 01579.proc ; 01580.proc ; 01581.proc ; 01582.proc ; 01583.proc ; 01584.proc ; 01585.proc ; 01586.proc ; 01587.proc ; 01588.proc ; 01589.proc ; 01590.proc ; 01591.proc ; 01592.proc ; 01593.proc ; 01594.proc ; 01595.proc ; 01596.proc ; 01597.proc ; 01598.proc ; 01599.proc ; 01600.proc ; 01601.proc ; 01602.proc ; 01603.proc ; 01604.proc ; 01605.proc ; 01606.proc ; 01607.proc ; 01608.proc ; 01609.proc ; 01610.proc ; 01611.proc ; 01612.proc ; 01613.proc ; 01614.proc ; 01615.proc ; 01616.proc ; 01617.proc ; 01618.proc ; 01619.proc ; 01620.proc ; 01621.proc ; 01622.proc ; 01623.proc ; 01624.proc ; 01625.proc ; 01626.proc ; 01627.proc ; 01628.proc ; 01629.proc ; 01630.proc ; 01631.proc ; 01632.proc ; 01633.proc ; 01634.proc ; 01635.proc ; 01636.proc ; 01637.proc ; 01638.proc ; 01639.proc ; 01640.proc ; 01641.proc ; 01642.proc ; 01643.proc ; 01644.proc ; 01645.proc ; 01646.proc ; 01647.proc ; 01648.proc ; 01649.proc ; 01650.proc ; 01651.proc ; 01652.proc ; 01653.proc ; 01654.proc ; 01655.proc ; 01656.proc ; 01657.proc ; 01658.proc ; 01659.proc ; 01660.proc ; 01661.proc ; 01662.proc ; 01663.proc ; 01664.proc ; 01665.proc ; 01666.proc ; 01667.proc ; 01668.proc ; 01669.proc ; 01670.proc ; 01671.proc ; 01672.proc ; 01673.proc ; 01674.proc ; 01675.proc ; 01676.proc ; 01677.proc ; 01678.proc ; 01679.proc ; 01680.proc ; 01681.proc ; 01682.proc ; 01683.proc ; 01684.proc ; 01685.proc ; 01686.proc ; 01687.proc ; 01688.proc ; 01689.proc ; 01690.proc ; 01691.proc ; 01692.proc ; 01693.proc ; 01694.proc ; 01695.proc ; 01696.proc ; 01697.proc ; 01698.proc ; 01699.proc ; 01700.proc ; 01701.proc ; 01702.proc ; 01703.proc ; 01704.proc ; 01705.proc ; 01706.proc ; 01707.proc ; 01708.proc ; 01709.proc ; 01710.proc ; 01711.proc ; 01712.proc ; 01713.proc ; 01714.proc ; 01715.proc ; 01716.proc ; 01717.proc ; 01718.proc ; 01719.proc ; 01720.proc ; 01721.proc ; 01722.proc ; 01723.proc ; 01724.proc ; 01725.proc ; 01726.proc ; 01727.proc ; 01728.proc ; 01729.proc ; 01730.proc ; 01731.proc ; 01732.proc ; 01733.proc ; 01734.proc ; 01735.proc ; 01736.proc ; 01737.proc ; 01738.proc ; 01739.proc ; 01740.proc ; 01741.proc ; 01742.proc ; 01743.proc ; 01744.proc ; 01745.proc ; 01746.proc ; 01747.proc ; 01748.proc ; 01749.proc ; 01750.proc ; 01751.proc ; 01752.proc ; 01753.proc ; 01754.proc ; 01755.proc ; 01756.proc ; 01757.proc ; 01758.proc ; 01759.proc ; 01760.proc ; 01761.proc ; 01762.proc ; 01763.proc ; 01764.proc ; 01765.proc ; 01766.proc ; 01767.proc ; 01768.proc ; 01769.proc ; 01770.proc ; 01771.proc ; 01772.proc ; 01773.proc ; 01774.proc ; 01775.proc ; 01776.proc ; 01777.proc ; 01778.proc ; 01779.proc ; 01780.proc ; 01781.proc ; 01782.proc ; 01783.proc ; 01784.proc ; 01785.proc ; 01786.proc ; 01787.proc ; 01788.proc ; 01789.proc ; 01790.proc ; 01791.proc ; 01792.proc ; 01793.proc ; 01794.proc ; 01795.proc ; 01796.proc ; 01797.proc ; 01798.proc ; 01799.proc ; 01800.proc ; 01801.proc ; 01802.proc ; 01803.proc ; 01804.proc ; 01805.proc ; 01806.proc ; 01807.proc ; 01808.proc ; 01809.proc ; 01810.proc ; 01811.proc ; 01812.proc ; 01813.proc ; 01814.proc ; 01815.proc ; 01816.proc ; 01817.proc ; 01818.proc ; 01819.proc ; 01820.proc ; 01821.proc ; 01822.proc ; 01823.proc ; 01824.proc ; 01825.proc ; 01826.proc ; 01827.proc ; 01828.proc ; 01829.proc ; 01830.proc ; 01831.proc ; 01832.proc ; 01833.proc ; 01834.proc ; 01835.proc ; 01836.proc ; 01837.proc ; 01838.proc ; 01839.proc ; 01840.proc ; 01841.proc ; 01842.proc ; 01843.proc ; 01844.proc ; 01845.proc ; 01846.proc ; 01847.proc ; 01848.proc ; 01849.proc ; 01850.proc ; 01851.proc ; 01852.proc ; 01853.proc ; 01854.proc ; 01855.proc ; 01856.proc ; 01857.proc ; 01858.proc ; 01859.proc ; 01860.proc ; 01861.proc ; 01862.proc ; 01863.proc ; 01864.proc ; 01865.proc ; 01866.proc ; 01867.proc ; 01868.proc ; 01869.proc ; 01870.proc ; 01871.proc ; 01872.proc ; 01873.proc ; 01874.proc ; 01875.proc ; 01876.proc ; 01877.proc ; 01878.proc ; 01879.proc ; 01880.proc ; 01881.proc ; 01882.proc ; 01883.proc ; 01884.proc ; 01885.proc ; 01886.proc ; 01887.proc ; 01888.proc ; 01889.proc ; 01890.proc ; 01891.proc ; 01892.proc ; 01893.proc ; 01894.proc ; 01895.proc ; 01896.proc ; 01897.proc ; 01898.proc ; 01899.proc ; 01900.proc ; 01901.proc ; 01902.proc ; 01903.proc ; 01904.proc ; 01905.proc ; 01906.proc ; 01907.proc ; 01908.proc ; 01909.proc ; 01910.proc ; 01911.proc ; 01912.proc ; 01913.proc ; 01914.proc ; 01915.proc ; 01916.proc ; 01917.proc ; 01918.proc ; 01919.proc ; 01920.proc ; 01921.proc ; 01922.proc ; 01923.proc ; 01924.proc ; 01925.proc ; 01926.proc ; 01927.proc ; 01928.proc ; 01929.proc ; 01930.proc ; 01931.proc ; 01932.proc ; 01933.proc ; 01934.proc ; 01935.proc ; 01936.proc ; 01937.proc ; 01938.proc ; 01939.proc ; 01940.proc ; 01941.proc ; 01942.proc ; 01943.proc ; 01944.proc ; 01945.proc ; 01946.proc ; 01947.proc ; 01948.proc ; 01949.proc ; 01950.proc ; 01951.proc ; 01952.proc ; 01953.proc ; 01954.proc ; 01955.proc ; 01956.proc ; 01957.proc ; 01958.proc ; 01959.proc ; 01960.proc ; 01961.proc ; 01962.proc ; 01963.proc ; 01964.proc ; 01965.proc ; 01966.proc ; 01967.proc ; 01968.proc ; 01969.proc ; 01970.proc ; 01971.proc ; 01972.proc ; 01973.proc ; 01974.proc ; 01975.proc ; 01976.proc ; 01977.proc ; 01978.proc ; 01979.proc ; 01980.proc ; 01981.proc ; 01982.proc ; 01983.proc ; 01984.proc ; 01985.proc ; 01986.proc ; 01987.proc ; 01988.proc ; 01989.proc ; 01990.proc ; 01991.proc ; 01992.proc ; 01993.proc ; 01994.proc ; 01995.proc ; 01996.proc ; 01997.proc ; 01998.proc ; 01999.proc ; 02000.proc ; 02001.proc ; 02002.proc ; 02003.proc ; 02004.proc ; 02005.proc ; 02006.proc ; 02007.proc ; 02008.proc ; 02009.proc ; 02010.proc ; 02011.proc ; 02012.proc ; 02013.proc ; 02014.proc ; 02015.proc ; 02016.proc ; 02017.proc ; 02018.proc ; 02019.proc ; 02020.proc ; 02021.proc ; 02022.proc ; 02023.proc ; 02024.proc ; 02025.proc ; 02026.proc ; 02027.proc ; 02028.proc ; 02029.proc ; 02030.proc ; 02031.proc ; 02032.proc ; 02033.proc ; 02034.proc ; 02035.proc ; 02036.proc ; 02037.proc ; 02038.proc ; 02039.proc ; 02040.proc ; 02041.proc ; 02042.proc ; 02043.proc ; 02044.proc ; 02045.proc ; 02046.proc ; 02047.proc ; 02048.proc ; 02049.proc ; 02050.proc ; 02051.proc ; 02052.proc ; 02053.proc ; 02054.proc ; 02055.proc ; 02056.proc ; 02057.proc ; 02058.proc ; 02059.proc ; 02060.proc ; 02061.proc ; 02062.proc ; 02063.proc ; 02064.proc ; 02065.proc ; 02066.proc ; 02067.proc ; 02068.proc ; 02069.proc ; 02070.proc ; 02071.proc ; 02072.proc ; 02073.proc ; 02074.proc ; 02075.proc ; 02076.proc ; 02077.proc ; 02078.proc ; 02079.proc ; 02080.proc ; 02081.proc ; 02082.proc ; 02083.proc ; 02084.proc ; 02085.proc ; 02086.proc ; 02087.proc ; 02088.proc ; 02089.proc ; 02090.proc ; 02091.proc ; 02092.proc ; 02093.proc ; 02094.proc ; 02095.proc ; 02096.proc ; 02097.proc ; 02098.proc ; 02099.proc ; 02100.proc ; 02101.proc ; 02102.proc ; 02103.proc ; 02104.proc ; 02105.proc ; 02106.proc ; 02107.proc ; 02108.proc ; 02109.proc ; 02110.proc ; 02111.proc ; 02112.proc ; 02113.proc ; 02114.proc ; 02115.proc ; 02116.proc ; 02117.proc ; 02118.proc ; 02119.proc ; 02120.proc ; 02121.proc ; 02122.proc ; 02123.proc ; 02124.proc ; 02125.proc ; 02126.proc ; 02127.proc ; 02128.proc ; 02129.proc ; 02130.proc ; 02131.proc ; 02132.proc ; 02133.proc ; 02134.proc ; 02135.proc ; 02136.proc ; 02137.proc ; 02138.proc ; 02139.proc ; 02140.proc ; 02141.proc ; 02142.proc ; 02143.proc ; 02144.proc ; 02145.proc ; 02146.proc ; 02147.proc ; 02148.proc ; 02149.proc ; 02150.proc ; 02151.proc ; 02152.proc ; 02153.proc ; 02154.proc ; 02155.proc ; 02156.proc ; 02157.proc ; 02158.proc ; 02159.proc ; 02160.proc ; 02161.proc ; 02162.proc ; 02163.proc ; 02164.proc ; 02165.proc ; 02166.proc ; 02167.proc ; 02168.proc ; 02169.proc ; 02170.proc ; 02171.proc ; 02172.proc ; 02173.proc ; 02174.proc ; 02175.proc ; 02176.proc ; 02177.proc ; 02178.proc ; 02179.proc ; 02180.proc ; 02181.proc ; 02182.proc ; 02183.proc ; 02184.proc ; 02185.proc ; 02186.proc ; 02187.proc ; 02188.proc ; 02189.proc ; 02190.proc ; 02191.proc ; 02192.proc ; 02193.proc ; 02194.proc ; 02195.proc ; 02196.proc ; 02197.proc ; 02198.proc ; 02199.proc ; 02200.proc ; 02201.proc ; 02202.proc ; 02203.proc ; 02204.proc ; 02205.proc ; 02206.proc ; 02207.proc ; 02208.proc ; 02209.proc ; 02210.proc ; 02211.proc ; 02212.proc ; 02213.proc ; 02214.proc ; 02215.proc ; 02216.proc ; 02217.proc ; 02218.proc ; 02219.proc ; 02220.proc ; 02221.proc ; 02222.proc ; 02223.proc ; 02224.proc ; 02225.proc ; 02226.proc ; 02227.proc ; 02228.proc ; 02229.proc ; 02230.proc ; 02231.proc ; 02232.proc ; 02233.proc ; 02234.proc ; 02235.proc ; 02236.proc ; 02237.proc ; 02238.proc ; 02239.proc ; 02240.proc ; 02241.proc ; 02242.proc ; 02243.proc ; 02244.proc ; 02245.proc ; 02246.proc ; 02247.proc ; 02248.proc ; 02249.proc ; 02250.proc ; 02251.proc ; 02252.proc ; 02253.proc ; 02254.proc ; 02255.proc ; 02256.proc ; 02257.proc ; 02258.proc ; 02259.proc ; 02260.proc ; 02261.proc ; 02262.proc ; 02263.proc ; 02264.proc ; 02265.proc ; 02266.proc ; 02267.proc ; 02268.proc ; 02269.proc ; 02270.proc ; 02271.proc ; 02272.proc ; 02273.proc ; 02274.proc ; 02275.proc ; 02276.proc ; 02277.proc ; 02278.proc ; 02279.proc ; 02280.proc ; 02281.proc ; 02282.proc ; 02283.proc ; 02284.proc ; 02285.proc ; 02286.proc ; 02287.proc ; 02288.proc ; 02289.proc ; 02290.proc ; 02291.proc ; 02292.proc ; 02293.proc ; 02294.proc ; 02295.proc ; 02296.proc ; 02297.proc ; 02298.proc ; 02299.proc ; 02300.proc ; 02301.proc ; 02302.proc ; 02303.proc ; 02304.proc ; 02305.proc ; 02306.proc ; 02307.proc ; 02308.proc ; 02309.proc ; 02310.proc ; 02311.proc ; 02312.proc ; 02313.proc ; 02314.proc ; 02315.proc ; 02316.proc ; 02317.proc ; 02318.proc ; 02319.proc ; 02320.proc ; 02321.proc ; 02322.proc ; 02323.proc ; 02324.proc ; 02325.proc ; 02326.proc ; 02327.proc ; 02328.proc ; 02329.proc ; 02330.proc ; 02331.proc ; 02332.proc ; 02333.proc ; 02334.proc ; 02335.proc ; 02336.proc ; 02337.proc ; 02338.proc ; 02339.proc ; 02340.proc ; 02341.proc ; 02342.proc ; 02343.proc ; 02344.proc ; 02345.proc ; 02346.proc ; 02347.proc ; 02348.proc ; 02349.proc ; 02350.proc ; 02351.proc ; 02352.proc ; 02353.proc ; 02354.proc ; 02355.proc ; 02356.proc ; 02357.proc ; 02358.proc ; 02359.proc ; 02360.proc ; 02361.proc ; 02362.proc ; 02363.proc ; 02364.proc ; 02365.proc ; 02366.proc ; 02367.proc ; 02368.proc ; 02369.proc ; 02370.proc ; 02371.proc ; 02372.proc ; 02373.proc ; 02374.proc ; 02375.proc ; 02376.proc ; 02377.proc ; 02378.proc ; 02379.proc ; 02380.proc ; 02381.proc ; 02382.proc ; 02383.proc ; 02384.proc ; 02385.proc ; 02386.proc ; 02387.proc ; 02388.proc ; 02389.proc ; 02390.proc ; 02391.proc ; 02392.proc ; 02393.proc ; 02394.proc ; 02395.proc ; 02396.proc ; 02397.proc ; 02398.proc ; 02399.proc ; 02400.proc ; 02401.proc ; 02402.proc ; 02403.proc ; 02404.proc ; 02405.proc ; 02406.proc ; 02407.proc ; 02408.proc ; 02409.proc ; 02410.proc ; 02411.proc ; 02412.proc ; 02413.proc ; 02414.proc ; 02415.proc ; 02416.proc ; 02417.proc ; 02418.proc ; 02419.proc ; 02420.proc ; 02421.proc ; 02422.proc ; 02423.proc ; 02424.proc ; 02425.proc ; 02426.proc ; 02427.proc ; 02428.proc ; 02429.proc ; 02430.proc ; 02431.proc ; 02432.proc ; 02433.proc ; 02434.proc ; 02435.proc ; 02436.proc ; 02437.proc ; 02438.proc ; 02439.proc ; 02440.proc ; 02441.proc ; 02442.proc ; 02443.proc ; 02444.proc ; 02445.proc ; 02446.proc ; 02447.proc ; 02448.proc ; 02449.proc ; 02450.proc ; 02451.proc ; 02452.proc ; 02453.proc ; 02454.proc ; 02455.proc ; 02456.proc ; 02457.proc ; 02458.proc ; 02459.proc ; 02460.proc ; 02461.proc ; 02462.proc ; 02463.proc ; 02464.proc ; 02465.proc ; 02466.proc ; 02467.proc ; 02468.proc ; 02469.proc ; 02470.proc ; 02471.proc ; 02472.proc ; 02473.proc ; 02474.proc ; 02475.proc ; 02476.proc ; 02477.proc ; 02478.proc ; 02479.proc ; 02480.proc ; 02481.proc ; 02482.proc ; 02483.proc ; 02484.proc ; 02485.proc ; 02486.proc ; 02487.proc ; 02488.proc ; 02489.proc ; 02490.proc ; 02491.proc ; 02492.proc ; 02493.proc ; 02494.proc ; 02495.proc ; 02496.proc ; 02497.proc ; 02498.proc ; 02499.proc ; 02500.proc ; 02501.proc ; 02502.proc ; 02503.proc ; 02504.proc ; 02505.proc ; 02506.proc ; 02507.proc ; 02508.proc ; 02509.proc ; 02510.proc ; 02511.proc ; 02512.proc ; 02513.proc ; 02514.proc ; 02515.proc ; 02516.proc ; 02517.proc ; 02518.proc ; 02519.proc ; 02520.proc ; 02521.proc ; 02522.proc ; 02523.proc ; 02524.proc ; 02525.proc ; 02526.proc ; 02527.proc ; 02528.proc ; 02529.proc ; 02530.proc ; 02531.proc ; 02532.proc ; 02533.proc ; 02534.proc ; 02535.proc ; 02536.proc ; 02537.proc ; 02538.proc ; 02539.proc ; 02540.proc ; 02541.proc ; 02542.proc ; 02543.proc ; 02544.proc ; 02545.proc ; 02546.proc ; 02547.proc ; 02548.proc ; 02549.proc ; 02550.proc ; 02551.proc ; 02552.proc ; 02553.proc ; 02554.proc ; 02555.proc ; 02556.proc ; 02557.proc ; 02558.proc ; 02559.proc ; 02560.proc ; 02561.proc ; 02562.proc ; 02563.proc ; 02564.proc ; 02565.proc ; 02566.proc ; 02567.proc ; 02568.proc ; 02569.proc ; 02570.proc ; 02571.proc ; 02572.proc ; 02573.proc ; 02574.proc ; 02575.proc ; 02576.proc ; 02577.proc ; 02578.proc ; 02579.proc ; 02580.proc ; 02581.proc ; 02582.proc ; 02583.proc ; 02584.proc ; 02585.proc ; 02586.proc ; 02587.proc ; 02588.proc ; 02589.proc ; 02590.proc ; 02591.proc ; 02592.proc ; 02593.proc ; 02594.proc ; 02595.proc ; 02596.proc ; 02597.proc ; 02598.proc ; 02599.proc ; 02600.proc ; 02601.proc ; 02602.proc ; 02603.proc ; 02604.proc ; 02605.proc ; 02606.proc ; 02607.proc ; 02608.proc ; 02609.proc ; 02610.proc ; 02611.proc ; 02612.proc ; 02613.proc ; 02614.proc ; 02615.proc ; 02616.proc ; 02617.proc ; 02618.proc ; 02619.proc ; 02620.proc ; 02621.proc ; 02622.proc ; 02623.proc ; 02624.proc ; 02625.proc ; 02626.proc ; 02627.proc ; 02628.proc ; 02629.proc ; 02630.proc ; 02631.proc ; 02632.proc ; 02633.proc ; 02634.proc ; 02635.proc ; 02636.proc ; 02637.proc ; 02638.proc ; 02639.proc ; 02640.proc ; 02641.proc ; 02642.proc ; 02643.proc ; 02644.proc ; 02645.proc ; 02646.proc ; 02647.proc ; 02648.proc ; 02649.proc ; 02650.proc ; 02651.proc ; 02652.proc ; 02653.proc ; 02654.proc ; 02655.proc ; 02656.proc ; 02657.proc ; 02658.proc ; 02659.proc ; 02660.proc ; 02661.proc ; 02662.proc ; 02663.proc ; 02664.proc ; 02665.proc ; 02666.proc ; 02667.proc ; 02668.proc ; 02669.proc ; 02670.proc ; 02671.proc ; 02672.proc ; 02673.proc ; 02674.proc ; 02675.proc ; 02676.proc ; 02677.proc ; 02678.proc ; 02679.proc ; 02680.proc ; 02681.proc ; 02682.proc ; 02683.proc ; 02684.proc ; 02685.proc ; 02686.proc ; 02687.proc ; 02688.proc ; 02689.proc ; 02690.proc ; 02691.proc ; 02692.proc ; 02693.proc ; 02694.proc ; 02695.proc ; 02696.proc ; 02697.proc ; 02698.proc ; 02699.proc ; 02700.proc ; 02701.proc ; 02702.proc ; 02703.proc ; 02704.proc ; 02705.proc ; 02706.proc ; 02707.proc ; 02708.proc ; 02709.proc ; 02710.proc ; 02711.proc ; 02712.proc ; 02713.proc ; 02714.proc ; 02715.proc ; 02716.proc ; 02717.proc ; 02718.proc ; 02719.proc ; 02720.proc ; 02721.proc ; 02722.proc ; 02723.proc ; 02724.proc ; 02725.proc ; 02726.proc ; 02727.proc ; 02728.proc ; 02729.proc ; 02730.proc ; 02731.proc ; 02732.proc ; 02733.proc ; 02734.proc ; 02735.proc ; 02736.proc ; 02737.proc ; 02738.proc ; 02739.proc ; 02740.proc ; 02741.proc ; 02742.proc ; 02743.proc ; 02744.proc ; 02745.proc ; 02746.proc ; 02747.proc ; 02748.proc ; 02749.proc ; 02750.proc ; 02751.proc ; 02752.proc ; 02753.proc ; 02754.proc ; 02755.proc ; 02756.proc ; 02757.proc ; 02758.proc ; 02759.proc ; 02760.proc ; 02761.proc ; 02762.proc ; 02763.proc ; 02764.proc ; 02765.proc ; 02766.proc ; 02767.proc ; 02768.proc ; 02769.proc ; 02770.proc ; 02771.proc ; 02772.proc ; 02773.proc ; 02774.proc ; 02775.proc ; 02776.proc ; 02777.proc ; 02778.proc ; 02779.proc ; 02780.proc ; 02781.proc ; 02782.proc ; 02783.proc ; 02784.proc ; 02785.proc ; 02786.proc ; 02787.proc ; 02788.proc ; 02789.proc ; 02790.proc ; 02791.proc ; 02792.proc ; 02793.proc ; 02794.proc ; 02795.proc ; 02796.proc ; 02797.proc ; 02798.proc ; 02799.proc ; 02800.proc ; 02801.proc ; 02802.proc ; 02803.proc ; 02804.proc ; 02805.proc ; 02806.proc ; 02807.proc ; 02808.proc ; 02809.proc ; 02810.proc ; 02811.proc ; 02812.proc ; 02813.proc ; 02814.proc ; 02815.proc ; 02816.proc ; 02817.proc ; 02818.proc ; 02819.proc ; 02820.proc ; 02821.proc ; 02822.proc ; 02823.proc ; 02824.proc ; 02825.proc ; 02826.proc ; 02827.proc ; 02828.proc ; 02829.proc ; 02830.proc ; 02831.proc ; 02832.proc ; 02833.proc ; 02834.proc ; 02835.proc ; 02836.proc ; 02837.proc ; 02838.proc ; 02839.proc ; 02840.proc ; 02841.proc ; 02842.proc ; 02843.proc ; 02844.proc ; 02845.proc ; 02846.proc ; 02847.proc ; 02848.proc ; 02849.proc ; 02850.proc ; 02851.proc ; 02852.proc ; 02853.proc ; 02854.proc ; 02855.proc ; 02856.proc ; 02857.proc ; 02858.proc ; 02859.proc ; 02860.proc ; 02861.proc ; 02862.proc ; 02863.proc ; 02864.proc ; 02865.proc ; 02866.proc ; 02867.proc ; 02868.proc ; 02869.proc ; 02870.proc ; 02871.proc ; 02872.proc ; 02873.proc ; 02874.proc ; 02875.proc ; 02876.proc ; 02877.proc ; 02878.proc ; 02879.proc ; 02880.proc ; 02881.proc ; 02882.proc ; 02883.proc ; 02884.proc ; 02885.proc ; 02886.proc ; 02887.proc ; 02888.proc ; 02889.proc ; 02890.proc ; 02891.proc ; 02892.proc ; 02893.proc ; 02894.proc ; 02895.proc ; 02896.proc ; 02897.proc ; 02898.proc ; 02899.proc ; 02900.proc ; 02901.proc ; 02902.proc ; 02903.proc ; 02904.proc ; 02905.proc ; 02906.proc ; 02907.proc ; 02908.proc ; 02909.proc ; 02910.proc ; 02911.proc ; 02912.proc ; 02913.proc ; 02914.proc ; 02915.proc ; 02916.proc ; 02917.proc ; 02918.proc ; 02919.proc ; 02920.proc ; 02921.proc ; 02922.proc ; 02923.proc ; 02924.proc ; 02925.proc ; 02926.proc ; 02927.proc ; 02928.proc ; 02929.proc ; 02930.proc ; 02931.proc ; 02932.proc ; 02933.proc ; 02934.proc ; 02935.proc ; 02936.proc ; 02937.proc ; 02938.proc ; 02939.proc ; 02940.proc ; 02941.proc ; 02942.proc ; 02943.proc ; 02944.proc ; 02945.proc ; 02946.proc ; 02947.proc ; 02948.proc ; 02949.proc ; 02950.proc ; 02951.proc ; 02952.proc ; 02953.proc ; 02954.proc ; 02955.proc ; 02956.proc ; 02957.proc ; 02958.proc ; 02959.proc ; 02960.proc ; 02961.proc ; 02962.proc ; 02963.proc ; 02964.proc ; 02965.proc ; 02966.proc ; 02967.proc ; 02968.proc ; 02969.proc ; 02970.proc ; 02971.proc ; 02972.proc ; 02973.proc ; 02974.proc ; 02975.proc ; 02976.proc ; 02977.proc ; 02978.proc ; 02979.proc ; 02980.proc ; 02981.proc ; 02982.proc ; 02983.proc ; 02984.proc ; 02985.proc ; 02986.proc ; 02987.proc ; 02988.proc ; 02989.proc ; 02990.proc ; 02991.proc ; 02992.proc ; 02993.proc ; 02994.proc ; 02995.proc ; 02996.proc ; 02997.proc ; 02998.proc ; 02999.proc ; 03000.proc ; 03001.proc ; 03002.proc ; 03003.proc ; 03004.proc ; 03005.proc ; 03006.proc ; 03007.proc ; 03008.proc ; 03009.proc ; 03010.proc ; 03011.proc ; 03012.proc ; 03013.proc ; 03014.proc ; 03015.proc ; 03016.proc ; 03017.proc ; 03018.proc ; 03019.proc ; 03020.proc ; 03021.proc ; 03022.proc ; 03023.proc ; 03024.proc ; 03025.proc ; 03026.proc ; 03027.proc ; 03028.proc ; 03029.proc ; 03030.proc ; 03031.proc ; 03032.proc ; 03033.proc ; 03034.proc ; 03035.proc ; 03036.proc ; 03037.proc ; 03038.proc ; 03039.proc ; 03040.proc ; 03041.proc ; 03042.proc ; 03043.proc ; 03044.proc ; 03045.proc ; 03046.proc ; 03047.proc ; 03048.proc ; 03049.proc ; 03050.proc ; 03051.proc ; 03052.proc ; 03053.proc ; 03054.proc ; 03055.proc ; 03056.proc ; 03057.proc ; 03058.proc ; 03059.proc ; 03060.proc ; 03061.proc ; 03062.proc ; 03063.proc ; 03064.proc ; 03065.proc ; 03066.proc ; 03067.proc ; 03068.proc ; 03069.proc ; 03070.proc ; 03071.proc ; 03072.proc ; 03073.proc ; 03074.proc ; 03075.proc ; 03076.proc ; 03077.proc ; 03078.proc ; 03079.proc ; 03080.proc ; 03081.proc ; 03082.proc ; 03083.proc ; 03084.proc ; 03085.proc ; 03086.proc ; 03087.proc ; 03088.proc ; 03089.proc ; 03090.proc ; 03091.proc ; 03092.proc ; 03093.proc ; 03094.proc ; 03095.proc ; 03096.proc ; 03097.proc ; 03098.proc ; 03099.proc ; 03100.proc ; 03101.proc ; 03102.proc ; 03103.proc ; 03104.proc ; 03105.proc ; 03106.proc ; 03107.proc ; 03108.proc ; 03109.proc ; 03110.proc ; 03111.proc ; 03112.proc ; 03113.proc ; 03114.proc ; 03115.proc ; 03116.proc ; 03117.proc ; 03118.proc ; 03119.proc ; 03120.proc ; 03121.proc ; 03122.proc ; 03123.proc ; 03124.proc ; 03125.proc ; 03126.proc ; 03127.proc ; 03128.proc ; 03129.proc ; 03130.proc ; 03131.proc ; 03132.proc ; 03133.proc ; 03134.proc ; 03135.proc ; 03136.proc ; 03137.proc ; 03138.proc ; 03139.proc ; 03140.proc ; 03141.proc ; 03142.proc ; 03143.proc ; 03144.proc ; 03145.proc ; 03146.proc ; 03147.proc ; 03148.proc ; 03149.proc ; 03150.proc ; 03151.proc ; 03152.proc ; 03153.proc ; 03154.proc ; 03155.proc ; 03156.proc ; 03157.proc ; 03158.proc ; 03159.proc ; 03160.proc ; 03161.proc ; 03162.proc ; 03163.proc ; 03164.proc ; 03165.proc ; 03166.proc ; 03167.proc ; 03168.proc ; 03169.proc ; 03170.proc ; 03171.proc ; 03172.proc ; 03173.proc ; 03174.proc ; 03175.proc ; 03176.proc ; 03177.proc ; 03178.proc ; 03179.proc ; 03180.proc ; 03181.proc ; 03182.proc ; 03183.proc ; 03184.proc ; 03185.proc ; 03186.proc ; 03187.proc ; 03188.proc ; 03189.proc ; 03190.proc ; 03191.proc ; 03192.proc ; 03193.proc ; 03194.proc ; 03195.proc ; 03196.proc ; 03197.proc ; 03198.proc ; 03199.proc ; 03200.proc ; 03201.proc ; 03202.proc ; 03203.proc ; 03204.proc ; 03205.proc ; 03206.proc ; 03207.proc ; 03208.proc ; 03209.proc ; 03210.proc ; 03211.proc ; 03212.proc ; 03213.proc ; 03214.proc ; 03215.proc ; 03216.proc ; 03217.proc ; 03218.proc ; 03219.proc ; 03220.proc ; 03221.proc ; 03222.proc ; 03223.proc ; 03224.proc ; 03225.proc ; 03226.proc ; 03227.proc ; 03228.proc ; 03229.proc ; 03230.proc ; 03231.proc ; 03232.proc ; 03233.proc ; 03234.proc ; 03235.proc ; 03236.proc ; 03237.proc ; 03238.proc ; 03239.proc ; 03240.proc ; 03241.proc ; 03242.proc ; 03243.proc ; 03244.proc ; 03245.proc ; 03246.proc ; 03247.proc ; 03248.proc ; 03249.proc ; 03250.proc ; 03251.proc ; 03252.proc ; 03253.proc ; 03254.proc ; 03255.proc ; 03256.proc ; 03257.proc ; 03258.proc ; 03259.proc ; 03260.proc ; 03261.proc ; 03262.proc ; 03263.proc ; 03264.proc ; 03265.proc ; 03266.proc ; 03267.proc ; 03268.proc ; 03269.proc ; 03270.proc ; 03271.proc ; 03272.proc ; 03273.proc ; 03274.proc ; 03275.proc ; 03276.proc ; 03277.proc ; 03278.proc ; 03279.proc ; 03280.proc ; 03281.proc ; 03282.proc ; 03283.proc ; 03284.proc ; 03285.proc ; 03286.proc ; 03287.proc ; 03288.proc ; 03289.proc ; 03290.proc ; 03291.proc ; 03292.proc ; 03293.proc ; 03294.proc ; 03295.proc ; 03296.proc ; 03297.proc ; 03298.proc ; 03299.proc ; 03300.proc ; 03301.proc ; 03302.proc ; 03303.proc ; 03304.proc ; 03305.proc ; 03306.proc ; 03307.proc ; 03308.proc ; 03309.proc ; 03310.proc ; 03311.proc ; 03312.proc ; 03313.proc ; 03314.proc ; 03315.proc ; 03316.proc ; 03317.proc ; 03318.proc ; 03319.proc ; 03320.proc ; 03321.proc ; 03322.proc ; 03323.proc ; 03324.proc ; 03325.proc ; 03326.proc ; 03327.proc ; 03328.proc ; 03329.proc ; 03330.proc ; 03331.proc ; 03332.proc ; 03333.proc ; 03334.proc ; 03335.proc ; 03336.proc ; 03337.proc ; 03338.proc ; 03339.proc ; 03340.proc ; 03341.proc ; 03342.proc ; 03343.proc ; 03344.proc ; 03345.proc ; 03346.proc ; 03347.proc ; 03348.proc ; 03349.proc ; 03350.proc ; 03351.proc ; 03352.proc ; 03353.proc ; 03354.proc ; 03355.proc ; 03356.proc ; 03357.proc ; 03358.proc ; 03359.proc ; 03360.proc ; 03361.proc ; 03362.proc ; 03363.proc ; 03364.proc ; 03365.proc ; 03366.proc ; 03367.proc ; 03368.proc ; 03369.proc ; 03370.proc ; 03371.proc ; 03372.proc ; 03373.proc ; 03374.proc ; 03375.proc ; 03376.proc ; 03377.proc ; 03378.proc ; 03379.proc ; 03380.proc ; 03381.proc ; 03382.proc ; 03383.proc ; 03384.proc ; 03385.proc ; 03386.proc ; 03387.proc ; 03388.proc ; 03389.proc ; 03390.proc ; 03391.proc ; 03392.proc ; 03393.proc ; 03394.proc ; 03395.proc ; 03396.proc ; 03397.proc ; 03398.proc ; 03399.proc ; 03400.proc ; 03401.proc ; 03402.proc ; 03403.proc ; 03404.proc ; 03405.proc ; 03406.proc ; 03407.proc ; 03408.proc ; 03409.proc ; 03410.proc ; 03411.proc ; 03412.proc ; 03413.proc ; 03414.proc ; 03415.proc ; 03416.proc ; 03417.proc ; 03418.proc ; 03419.proc ; 03420.proc ; 03421.proc ; 03422.proc ; 03423.proc ; 03424.proc ; 03425.proc ; 03426.proc ; 03427.proc ; 03428.proc ; 03429.proc ; 03430.proc ; 03431.proc ; 03432.proc ; 03433.proc ; 03434.proc ; 03435.proc ; 03436.proc ; 03437.proc ; 03438.proc ; 03439.proc ; 03440.proc ; 03441.proc ; 03442.proc ; 03443.proc ; 03444.proc ; 03445.proc ; 03446.proc ; 03447.proc ; 03448.proc ; 03449.proc ; 03450.proc ; 03451.proc ; 03452.proc ; 03453.proc ; 03454.proc ; 03455.proc ; 03456.proc ; 03457.proc ; 03458.proc ; 03459.proc ; 03460.proc ; 03461.proc ; 03462.proc ; 03463.proc ; 03464.proc ; 03465.proc ; 03466.proc ; 03467.proc ; 03468.proc ; 03469.proc ; 03470.proc ; 03471.proc ; 03472.proc ; 03473.proc ; 03474.proc ; 03475.proc ; 03476.proc ; 03477.proc ; 03478.proc ; 03479.proc ; 03480.proc ; 03481.proc ; 03482.proc ; 03483.proc ; 03484.proc ; 03485.proc ; 03486.proc ; 03487.proc ; 03488.proc ; 03489.proc ; 03490.proc ; 03491.proc ; 03492.proc ; 03493.proc ; 03494.proc ; 03495.proc ; 03496.proc ; 03497.proc ; 03498.proc ; 03499.proc ; 03500.proc ; 03501.proc ; 03502.proc ; 03503.proc ; 03504.proc ; 03505.proc ; 03506.proc ; 03507.proc ; 03508.proc ; 03509.proc ; 03510.proc ; 03511.proc ; 03512.proc ; 03513.proc ; 03514.proc ; 03515.proc ; 03516.proc ; 03517.proc ; 03518.proc ; 03519.proc ; 03520.proc ; 03521.proc ; 03522.proc ; 03523.proc ; 03524.proc ; 03525.proc ; 03526.proc ; 03527.proc ; 03528.proc ; 03529.proc ; 03530.proc ; 03531.proc ; 03532.proc ; 03533.proc ; 03534.proc ; 03535.proc ; 03536.proc ; 03537.proc ; 03538.proc ; 03539.proc ; 03540.proc ; 03541.proc ; 03542.proc ; 03543.proc ; 03544.proc ; 03545.proc ; 03546.proc ; 03547.proc ; 03548.proc ; 03549.proc ; 03550.proc ; 03551.proc ; 03552.proc ; 03553.proc ; 03554.proc ; 03555.proc ; 03556.proc ; 03557.proc ; 03558.proc ; 03559.proc ; 03560.proc ; 03561.proc ; 03562.proc ; 03563.proc ; 03564.proc ; 03565.proc ; 03566.proc ; 03567.proc ; 03568.proc ; 03569.proc ; 03570.proc ; 03571.proc ; 03572.proc ; 03573.proc ; 03574.proc ; 03575.proc ; 03576.proc ; 03577.proc ; 03578.proc ; 03579.proc ; 03580.proc ; 03581.proc ; 03582.proc ; 03583.proc ; 03584.proc ; 03585.proc ; 03586.proc ; 03587.proc ; 03588.proc ; 03589.proc ; 03590.proc ; 03591.proc ; 03592.proc ; 03593.proc ; 03594.proc ; 03595.proc ; 03596.proc ; 03597.proc ; 03598.proc ; 03599.proc ; 03600.proc ; 03601.proc ; 03602.proc ; 03603.proc ; 03604.proc ; 03605.proc ; 03606.proc ; 03607.proc ; 03608.proc ; 03609.proc ; 03610.proc ; 03611.proc ; 03612.proc ; 03613.proc ; 03614.proc ; 03615.proc ; 03616.proc ; 03617.proc ; 03618.proc ; 03619.proc ; 03620.proc ; 03621.proc ; 03622.proc ; 03623.proc ; 03624.proc ; 03625.proc ; 03626.proc ; 03627.proc ; 03628.proc ; 03629.proc ; 03630.proc ; 03631.proc ; 03632.proc ; 03633.proc ; 03634.proc ; 03635.proc ; 03636.proc ; 03637.proc ; 03638.proc ; 03639.proc ; 03640.proc ; 03641.proc ; 03642.proc ; 03643.proc ; 03644.proc ; 03645.proc ; 03646.proc ; 03647.proc ; 03648.proc ; 03649.proc ; 03650.proc ; 03651.proc ; 03652.proc ; 03653.proc ; 03654.proc ; 03655.proc ; 03656.proc ; 03657.proc ; 03658.proc ; 03659.proc ; 03660.proc ; 03661.proc ; 03662.proc ; 03663.proc ; 03664.proc ; 03665.proc ; 03666.proc ; 03667.proc ; 03668.proc ; 03669.proc ; 03670.proc ; 03671.proc ; 03672.proc ; 03673.proc ; 03674.proc ; 03675.proc ; 03676.proc ; 03677.proc ; 03678.proc ; 03679.proc ; 03680.proc ; 03681.proc ; 03682.proc ; 03683.proc ; 03684.proc ; 03685.proc ; 03686.proc ; 03687.proc ; 03688.proc ; 03689.proc ; 03690.proc ; 03691.proc ; 03692.proc ; 03693.proc ; 03694.proc ; 03695.proc ; 03696.proc ; 03697.proc ; 03698.proc ; 03699.proc ; 03700.proc ; 03701.proc ; 03702.proc ; 03703.proc ; 03704.proc ; 03705.proc ; 03706.proc ; 03707.proc ; 03708.proc ; 03709.proc ; 03710.proc ; 03711.proc ; 03712.proc ; 03713.proc ; 03714.proc ; 03715.proc ; 03716.proc ; 03717.proc ; 03718.proc ; 03719.proc ; 03720.proc ; 03721.proc ; 03722.proc ; 03723.proc ; 03724.proc ; 03725.proc ; 03726.proc ; 03727.proc ; 03728.proc ; 03729.proc ; 03730.proc ; 03731.proc ; 03732.proc ; 03733.proc ; 03734.proc ; 03735.proc ; 03736.proc ; 03737.proc ; 03738.proc ; 03739.proc ; 03740.proc ; 03741.proc ; 03742.proc ; 03743.proc ; 03744.proc ; 03745.proc ; 03746.proc ; 03747.proc ; 03748.proc ; 03749.proc ; 03750.proc ; 03751.proc ; 03752.proc ; 03753.proc ; 03754.proc ; 03755.proc ; 03756.proc ; 03757.proc ; 03758.proc ; 03759.proc ; 03760.proc ; 03761.proc ; 03762.proc ; 03763.proc ; 03764.proc ; 03765.proc ; 03766.proc ; 03767.proc ; 03768.proc ; 03769.proc ; 03770.proc ; 03771.proc ; 03772.proc ; 03773.proc ; 03774.proc ; 03775.proc ; 03776.proc ; 03777.proc ; 03778.proc ; 03779.proc ; 03780.proc ; 03781.proc ; 03782.proc ; 03783.proc ; 03784.proc ; 03785.proc ; 03786.proc ; 03787.proc ; 03788.proc ; 03789.proc ; 03790.proc ; 03791.proc ; 03792.proc ; 03793.proc ; 03794.proc ; 03795.proc ; 03796.proc ; 03797.proc ; 03798.proc ; 03799.proc ; 03800.proc ; 03801.proc ; 03802.proc ; 03803.proc ; 03804.proc ; 03805.proc ; 03806.proc ; 03807.proc ; 03808.proc ; 03809.proc ; 03810.proc ; 03811.proc ; 03812.proc ; 03813.proc ; 03814.proc ; 03815.proc ; 03816.proc ; 03817.proc ; 03818.proc ; 03819.proc ; 03820.proc ; 03821.proc ; 03822.proc ; 03823.proc ; 03824.proc ; 03825.proc ; 03826.proc ; 03827.proc ; 03828.proc ; 03829.proc ; 03830.proc ; 03831.proc ; 03832.proc ; 03833.proc ; 03834.proc ; 03835.proc ; 03836.proc ; 03837.proc ; 03838.proc ; 03839.proc ; 03840.proc ; 03841.proc ; 03842.proc ; 03843.proc ; 03844.proc ; 03845.proc ; 03846.proc ; 03847.proc ; 03848.proc ; 03849.proc ; 03850.proc ; 03851.proc ; 03852.proc ; 03853.proc ; 03854.proc ; 03855.proc ; 03856.proc ; 03857.proc ; 03858.proc ; 03859.proc ; 03860.proc ; 03861.proc ; 03862.proc ; 03863.proc ; 03864.proc ; 03865.proc ; 03866.proc ; 03867.proc ; 03868.proc ; 03869.proc ; 03870.proc ; 03871.proc ; 03872.proc ; 03873.proc ; 03874.proc ; 03875.proc ; 03876.proc ; 03877.proc ; 03878.proc ; 03879.proc ; 03880.proc ; 03881.proc ; 03882.proc ; 03883.proc ; 03884.proc ; 03885.proc ; 03886.proc ; 03887.proc ; 03888.proc ; 03889.proc ; 03890.proc ; 03891.proc ; 03892.proc ; 03893.proc ; 03894.proc ; 03895.proc ; 03896.proc ; 03897.proc ; 03898.proc ; 03899.proc ; 03900.proc ; 03901.proc ; 03902.proc ; 03903.proc ; 03904.proc ; 03905.proc ; 03906.proc ; 03907.proc ; 03908.proc ; 03909.proc ; 03910.proc ; 03911.proc ; 03912.proc ; 03913.proc ; 03914.proc ; 03915.proc ; 03916.proc ; 03917.proc ; 03918.proc ; 03919.proc ; 03920.proc ; 03921.proc ; 03922.proc ; 03923.proc ; 03924.proc ; 03925.proc ; 03926.proc ; 03927.proc ; 03928.proc ; 03929.proc ; 03930.proc ; 03931.proc ; 03932.proc ; 03933.proc ; 03934.proc ; 03935.proc ; 03936.proc ; 03937.proc ; 03938.proc ; 03939.proc ; 03940.proc ; 03941.proc ; 03942.proc ; 03943.proc ; 03944.proc ; 03945.proc ; 03946.proc ; 03947.proc ; 03948.proc ; 03949.proc ; 03950.proc ; 03951.proc ; 03952.proc ; 03953.proc ; 03954.proc ; 03955.proc ; 03956.proc ; 03957.proc ; 03958.proc ; 03959.proc ; 03960.proc ; 03961.proc ; 03962.proc ; 03963.proc ; 03964.proc ; 03965.proc ; 03966.proc ; 03967.proc ; 03968.proc ; 03969.proc ; 03970.proc ; 03971.proc ; 03972.proc ; 03973.proc ; 03974.proc ; 03975.proc ; 03976.proc ; 03977.proc ; 03978.proc ; 03979.proc ; 03980.proc ; 03981.proc ; 03982.proc ; 03983.proc ; 03984.proc ; 03985.proc ; 03986.proc ; 03987.proc ; 03988.proc ; 03989.proc ; 03990.proc ; 03991.proc ; 03992.proc ; 03993.proc ; 03994.proc ; 03995.proc ; 03996.proc ; 03997.proc ; 03998.proc ; 03999.proc ; 04000.proc ; 04001.proc ; 04002.proc ; 04003.proc ; 04004.proc ; 04005.proc ; 04006.proc ; 04007.proc ; 04008.proc ; 04009.proc ; 04010.proc ; 04011.proc ; 04012.proc ; 04013.proc ; 04014.proc ; 04015.proc ; 04016.proc ; 04017.proc ; 04018.proc ; 04019.proc ; 04020.proc ; 04021.proc ; 04022.proc ; 04023.proc ; 04024.proc ; 04025.proc ; 04026.proc ; 04027.proc ; 04028.proc ; 04029.proc ; 04030.proc ; 04031.proc ; 04032.proc ; 04033.proc ; 04034.proc ; 04035.proc ; 04036.proc ; 04037.proc ; 04038.proc ; 04039.proc ; 04040.proc ; 04041.proc ; 04042.proc ; 04043.proc ; 04044.proc ; 04045.proc ; 04046.proc ; 04047.proc ; 04048.proc ; 04049.proc ; 04050.proc ; 04051.proc ; 04052.proc ; 04053.proc ; 04054.proc ; 04055.proc ; 04056.proc ; 04057.proc ; 04058.proc ; 04059.proc ; 04060.proc ; 04061.proc ; 04062.proc ; 04063.proc ; 04064.proc ; 04065.proc ; 04066.proc ; 04067.proc ; 04068.proc ; 04069.proc ; 04070.proc ; 04071.proc ; 04072.proc ; 04073.proc ; 04074.proc ; 04075.proc ; 04076.proc ; 04077.proc ; 04078.proc ; 04079.proc ; 04080.proc ; 04081.proc ; 04082.proc ; 04083.proc ; 04084.proc ; 04085.proc ; 04086.proc ; 04087.proc ; 04088.proc ; 04089.proc ; 04090.proc ; 04091.proc ; 04092.proc ; 04093.proc ; 04094.proc ; 04095.proc ; 04096.proc ; 04097.proc ; 04098.proc ; 04099.proc ; 04100.proc ; 04101.proc ; 04102.proc ; 04103.proc ; 04104.proc ; 04105.proc ; 04106.proc ; 04107.proc ; 04108.proc ; 04109.proc ; 04110.proc ; 04111.proc ; 04112.proc ; 04113.proc ; 04114.proc ; 04115.proc ; 04116.proc ; 04117.proc ; 04118.proc ; 04119.proc ; 04120.proc ; 04121.proc ; 04122.proc ; 04123.proc ; 04124.proc ; 04125.proc ; 04126.proc ; 04127.proc ; 04128.proc ; 04129.proc ; 04130.proc ; 04131.proc ; 04132.proc ; 04133.proc ; 04134.proc ; 04135.proc ; 04136.proc ; 04137.proc ; 04138.proc ; 04139.proc ; 04140.proc ; 04141.proc ; 04142.proc ; 04143.proc ; 04144.proc ; 04145.proc ; 04146.proc ; 04147.proc ; 04148.proc ; 04149.proc ; 04150.proc ; 04151.proc ; 04152.proc ; 04153.proc ; 04154.proc ; 04155.proc ; 04156.proc ; 04157.proc ; 04158.proc ; 04159.proc ; 04160.proc ; 04161.proc ; 04162.proc ; 04163.proc ; 04164.proc ; 04165.proc ; 04166.proc ; 04167.proc ; 04168.proc ; 04169.proc ; 04170.proc ; 04171.proc ; 04172.proc ; 04173.proc ; 04174.proc ; 04175.proc ; 04176.proc ; 04177.proc ; 04178.proc ; 04179.proc ; 04180.proc ; 04181.proc ; 04182.proc ; 04183.proc ; 04184.proc ; 04185.proc ; 04186.proc ; 04187.proc ; 04188.proc ; 04189.proc ; 04190.proc ; 04191.proc ; 04192.proc ; 04193.proc ; 04194.proc ; 04195.proc ; 04196.proc ; 04197.proc ; 04198.proc ; 04199.proc ; 04200.proc ; 04201.proc ; 04202.proc ; 04203.proc ; 04204.proc ; 04205.proc ; 04206.proc ; 04207.proc ; 04208.proc ; 04209.proc ; 04210.proc ; 04211.proc ; 04212.proc ; 04213.proc ; 04214.proc ; 04215.proc ; 04216.proc ; 04217.proc ; 04218.proc ; 04219.proc ; 04220.proc ; 04221.proc ; 04222.proc ; 04223.proc ; 04224.proc ; 04225.proc ; 04226.proc ; 04227.proc ; 04228.proc ; 04229.proc ; 04230.proc ; 04231.proc ; 04232.proc ; 04233.proc ; 04234.proc ; 04235.proc ; 04236.proc ; 04237.proc ; 04238.proc ; 04239.proc ; 04240.proc ; 04241.proc ; 04242.proc ; 04243.proc ; 04244.proc ; 04245.proc ; 04246.proc ; 04247.proc ; 04248.proc ; 04249.proc ; 04250.proc ; 04251.proc ; 04252.proc ; 04253.proc ; 04254.proc ; 04255.proc ; 04256.proc ; 04257.proc ; 04258.proc ; 04259.proc ; 04260.proc ; 04261.proc ; 04262.proc ; 04263.proc ; 04264.proc ; 04265.proc ; 04266.proc ; 04267.proc ; 04268.proc ; 04269.proc ; 04270.proc ; 04271.proc ; 04272.proc ; 04273.proc ; 04274.proc ; 04275.proc ; 04276.proc ; 04277.proc ; 04278.proc ; 04279.proc ; 04280.proc ; 04281.proc ; 04282.proc ; 04283.proc ; 04284.proc ; 04285.proc ; 04286.proc ; 04287.proc ; 04288.proc ; 04289.proc ; 04290.proc ; 04291.proc ; 04292.proc ; 04293.proc ; 04294.proc ; 04295.proc ; 04296.proc ; 04297.proc ; 04298.proc ; 04299.proc ; 04300.proc ; 04301.proc ; 04302.proc ; 04303.proc ; 04304.proc ; 04305.proc ; 04306.proc ; 04307.proc ; 04308.proc ; 04309.proc ; 04310.proc ; 04311.proc ; 04312.proc ; 04313.proc ; 04314.proc ; 04315.proc ; 04316.proc ; 04317.proc ; 04318.proc ; 04319.proc ; 04320.proc ; 04321.proc ; 04322.proc ; 04323.proc ; 04324.proc ; 04325.proc ; 04326.proc ; 04327.proc ; 04328.proc ; 04329.proc ; 04330.proc ; 04331.proc ; 04332.proc ; 04333.proc ; 04334.proc ; 04335.proc ; 04336.proc ; 04337.proc ; 04338.proc ; 04339.proc ; 04340.proc ; 04341.proc ; 04342.proc ; 04343.proc ; 04344.proc ; 04345.proc ; 04346.proc ; 04347.proc ; 04348.proc ; 04349.proc ; 04350.proc ; 04351.proc ; 04352.proc ; 04353.proc ; 04354.proc ; 04355.proc ; 04356.proc ; 04357.proc ; 04358.proc ; 04359.proc ; 04360.proc ; 04361.proc ; 04362.proc ; 04363.proc ; 04364.proc ; 04365.proc ; 04366.proc ; 04367.proc ; 04368.proc ; 04369.proc ; 04370.proc ; 04371.proc ; 04372.proc ; 04373.proc ; 04374.proc ; 04375.proc ; 04376.proc ; 04377.proc ; 04378.proc ; 04379.proc ; 04380.proc ; 04381.proc ; 04382.proc ; 04383.proc ; 04384.proc ; 04385.proc ; 04386.proc ; 04387.proc ; 04388.proc ; 04389.proc ; 04390.proc ; 04391.proc ; 04392.proc ; 04393.proc ; 04394.proc ; 04395.proc ; 04396.proc ; 04397.proc ; 04398.proc ; 04399.proc ; 04400.proc ; 04401.proc ; 04402.proc ; 04403.proc ; 04404.proc ; 04405.proc ; 04406.proc ; 04407.proc ; 04408.proc ; 04409.proc ; 04410.proc ; 04411.proc ; 04412.proc ; 04413.proc ; 04414.proc ; 04415.proc ; 04416.proc ; 04417.proc ; 04418.proc ; 04419.proc ; 04420.proc ; 04421.proc ; 04422.proc ; 04423.proc ; 04424.proc ; 04425.proc ; 04426.proc ; 04427.proc ; 04428.proc ; 04429.proc ; 04430.proc ; 04431.proc ; 04432.proc ; 04433.proc ; 04434.proc ; 04435.proc ; 04436.proc ; 04437.proc ; 04438.proc ; 04439.proc ; 04440.proc ; 04441.proc ; 04442.proc ; 04443.proc ; 04444.proc ; 04445.proc ; 04446.proc ; 04447.proc ; 04448.proc ; 04449.proc ; 04450.proc ; 04451.proc ; 04452.proc ; 04453.proc ; 04454.proc ; 04455.proc ; 04456.proc ; 04457.proc ; 04458.proc ; 04459.proc ; 04460.proc ; 04461.proc ; 04462.proc ; 04463.proc ; 04464.proc ; 04465.proc ; 04466.proc ; 04467.proc ; 04468.proc ; 04469.proc ; 04470.proc ; 04471.proc ; 04472.proc ; 04473.proc ; 04474.proc ; 04475.proc ; 04476.proc ; 04477.proc ; 04478.proc ; 04479.proc ; 04480.proc ; 04481.proc ; 04482.proc ; 04483.proc ; 04484.proc ; 04485.proc ; 04486.proc ; 04487.proc ; 04488.proc ; 04489.proc ; 04490.proc ; 04491.proc ; 04492.proc ; 04493.proc ; 04494.proc ; 04495.proc ; 04496.proc ; 04497.proc ; 04498.proc ; 04499.proc ; 04500.proc ; 04501.proc ; 04502.proc ; 04503.proc ; 04504.proc ; 04505.proc ; 04506.proc ; 04507.proc ; 04508.proc ; 04509.proc ; 04510.proc ; 04511.proc ; 04512.proc ; 04513.proc ; 04514.proc ; 04515.proc ; 04516.proc ; 04517.proc ; 04518.proc ; 04519.proc ; 04520.proc ; 04521.proc ; 04522.proc ; 04523.proc ; 04524.proc ; 04525.proc ; 04526.proc ; 04527.proc ; 04528.proc ; 04529.proc ; 04530.proc ; 04531.proc ; 04532.proc ; 04533.proc ; 04534.proc ; 04535.proc ; 04536.proc ; 04537.proc ; 04538.proc ; 04539.proc ; 04540.proc ; 04541.proc ; 04542.proc ; 04543.proc ; 04544.proc ; 04545.proc ; 04546.proc ; 04547.proc ; 04548.proc ; 04549.proc ; 04550.proc ; 04551.proc ; 04552.proc ; 04553.proc ; 04554.proc ; 04555.proc ; 04556.proc ; 04557.proc ; 04558.proc ; 04559.proc ; 04560.proc ; 04561.proc ; 04562.proc ; 04563.proc ; 04564.proc ; 04565.proc ; 04566.proc ; 04567.proc ; 04568.proc ; 04569.proc ; 04570.proc ; 04571.proc ; 04572.proc ; 04573.proc ; 04574.proc ; 04575.proc ; 04576.proc ; 04577.proc ; 04578.proc ; 04579.proc ; 04580.proc ; 04581.proc ; 04582.proc ; 04583.proc ; 04584.proc ; 04585.proc ; 04586.proc ; 04587.proc ; 04588.proc ; 04589.proc ; 04590.proc ; 04591.proc ; 04592.proc ; 04593.proc ; 04594.proc ; 04595.proc ; 04596.proc ; 04597.proc ; 04598.proc ; 04599.proc ; 04600.proc ; 04601.proc ; 04602.proc ; 04603.proc ; 04604.proc ; 04605.proc ; 04606.proc ; 04607.proc ; 04608.proc ; 04609.proc ; 04610.proc ; 04611.proc ; 04612.proc ; 04613.proc ; 04614.proc ; 04615.proc ; 04616.proc ; 04617.proc ; 04618.proc ; 04619.proc ; 04620.proc ; 04621.proc ; 04622.proc ; 04623.proc ; 04624.proc ; 04625.proc ; 04626.proc ; 04627.proc ; 04628.proc ; 04629.proc ; 04630.proc ; 04631.proc ; 04632.proc ; 04633.proc ; 04634.proc ; 04635.proc ; 04636.proc ; 04637.proc ; 04638.proc ; 04639.proc ; 04640.proc ; 04641.proc ; 04642.proc ; 04643.proc ; 04644.proc ; 04645.proc ; 04646.proc ; 04647.proc ; 04648.proc ; 04649.proc ; 04650.proc ; 04651.proc ; 04652.proc ; 04653.proc ; 04654.proc ; 04655.proc ; 04656.proc ; 04657.proc ; 04658.proc ; 04659.proc ; 04660.proc ; 04661.proc ; 04662.proc ; 04663.proc ; 04664.proc ; 04665.proc ; 04666.proc ; 04667.proc ; 04668.proc ; 04669.proc ; 04670.proc ; 04671.proc ; 04672.proc ; 04673.proc ; 04674.proc ; 04675.proc ; 04676.proc ; 04677.proc ; 04678.proc ; 04679.proc ; 04680.proc ; 04681.proc ; 04682.proc ; 04683.proc ; 04684.proc ; 04685.proc ; 04686.proc ; 04687.proc ; 04688.proc ; 04689.proc ; 04690.proc ; 04691.proc ; 04692.proc ; 04693.proc ; 04694.proc ; 04695.proc ; 04696.proc ; 04697.proc ; 04698.proc ; 04699.proc ; 04700.proc ; 04701.proc ; 04702.proc ; 04703.proc ; 04704.proc ; 04705.proc ; 04706.proc ; 04707.proc ; 04708.proc ; 04709.proc ; 04710.proc ; 04711.proc ; 04712.proc ; 04713.proc ; 04714.proc ; 04715.proc ; 04716.proc ; 04717.proc ; 04718.proc ; 04719.proc ; 04720.proc ; 04721.proc ; 04722.proc ; 04723.proc ; 04724.proc ; 04725.proc ; 04726.proc ; 04727.proc ; 04728.proc ; 04729.proc ; 04730.proc ; 04731.proc ; 04732.proc ; 04733.proc ; 04734.proc ; 04735.proc ; 04736.proc ; 04737.proc ; 04738.proc ; 04739.proc ; 04740.proc ; 04741.proc ; 04742.proc ; 04743.proc ; 04744.proc ; 04745.proc ; 04746.proc ; 04747.proc ; 04748.proc ; 04749.proc ; 04750.proc ; 04751.proc ; 04752.proc ; 04753.proc ; 04754.proc ; 04755.proc ; 04756.proc ; 04757.proc ; 04758.proc ; 04759.proc ; 04760.proc ; 04761.proc ; 04762.proc ; 04763.proc ; 04764.proc ; 04765.proc ; 04766.proc ; 04767.proc ; 04768.proc ; 04769.proc ; 04770.proc ; 04771.proc ; 04772.proc ; 04773.proc ; 04774.proc ; 04775.proc ; 04776.proc ; 04777.proc ; 04778.proc ; 04779.proc ; 04780.proc ; 04781.proc ; 04782.proc ; 04783.proc ; 04784.proc ; 04785.proc ; 04786.proc ; 04787.proc ; 04788.proc ; 04789.proc ; 04790.proc ; 04791.proc ; 04792.proc ; 04793.proc ; 04794.proc ; 04795.proc ; 04796.proc ; 04797.proc ; 04798.proc ; 04799.proc ; 04800.proc ; 04801.proc ; 04802.proc ; 04803.proc ; 04804.proc ; 04805.proc ; 04806.proc ; 04807.proc ; 04808.proc ; 04809.proc ; 04810.proc ; 04811.proc ; 04812.proc ; 04813.proc ; 04814.proc ; 04815.proc ; 04816.proc ; 04817.proc ; 04818.proc ; 04819.proc ; 04820.proc ; 04821.proc ; 04822.proc ; 04823.proc ; 04824.proc ; 04825.proc ; 04826.proc ; 04827.proc ; 04828.proc ; 04829.proc ; 04830.proc ; 04831.proc ; 04832.proc ; 04833.proc ; 04834.proc ; 04835.proc ; 04836.proc ; 04837.proc ; 04838.proc ; 04839.proc ; 04840.proc ; 04841.proc ; 04842.proc ; 04843.proc ; 04844.proc ; 04845.proc ; 04846.proc ; 04847.proc ; 04848.proc ; 04849.proc ; 04850.proc ; 04851.proc ; 04852.proc ; 04853.proc ; 04854.proc ; 04855.proc ; 04856.proc ; 04857.proc ; 04858.proc ; 04859.proc ; 04860.proc ; 04861.proc ; 04862.proc ; 04863.proc ; 04864.proc ; 04865.proc ; 04866.proc ; 04867.proc ; 04868.proc ; 04869.proc ; 04870.proc ; 04871.proc ; 04872.proc ; 04873.proc ; 04874.proc ; 04875.proc ; 04876.proc ; 04877.proc ; 04878.proc ; 04879.proc ; 04880.proc ; 04881.proc ; 04882.proc ; 04883.proc ; 04884.proc ; 04885.proc ; 04886.proc ; 04887.proc ; 04888.proc ; 04889.proc ; 04890.proc ; 04891.proc ; 04892.proc ; 04893.proc ; 04894.proc ; 04895.proc ; 04896.proc ; 04897.proc ; 04898.proc ; 04899.proc ; 04900.proc ; 04901.proc ; 04902.proc ; 04903.proc ; 04904.proc ; 04905.proc ; 04906.proc ; 04907.proc ; 04908.proc ; 04909.proc ; 04910.proc ; 04911.proc ; 04912.proc ; 04913.proc ; 04914.proc ; 04915.proc ; 04916.proc ; 04917.proc ; 04918.proc ; 04919.proc ; 04920.proc ; 04921.proc ; 04922.proc ; 04923.proc ; 04924.proc ; 04925.proc ; 04926.proc ; 04927.proc ; 04928.proc ; 04929.proc ; 04930.proc ; 04931.proc ; 04932.proc ; 04933.proc ; 04934.proc ; 04935.proc ; 04936.proc ; 04937.proc ; 04938.proc ; 04939.proc ; 04940.proc ; 04941.proc ; 04942.proc ; 04943.proc ; 04944.proc ; 04945.proc ; 04946.proc ; 04947.proc ; 04948.proc ; 04949.proc ; 04950.proc ; 04951.proc ; 04952.proc ; 04953.proc ; 04954.proc ; 04955.proc ; 04956.proc ; 04957.proc ; 04958.proc ; 04959.proc ; 04960.proc ; 04961.proc ; 04962.proc ; 04963.proc ; 04964.proc ; 04965.proc ; 04966.proc ; 04967.proc ; 04968.proc ; 04969.proc ; 04970.proc ; 04971.proc ; 04972.proc ; 04973.proc ; 04974.proc ; 04975.proc ; 04976.proc ; 04977.proc ; 04978.proc ; 04979.proc ; 04980.proc ; 04981.proc ; 04982.proc ; 04983.proc ; 04984.proc ; 04985.proc ; 04986.proc ; 04987.proc ; 04988.proc ; 04989.proc ; 04990.proc ; 04991.proc ; 04992.proc ; 04993.proc ; 04994.proc ; 04995.proc ; 04996.proc ; 04997.proc ; 04998.proc ; 04999.proc ; 05000.proc ; 05001.proc ; 05002.proc ; 05003.proc ; 05004.proc ; 05005.proc ; 05006.proc ; 05007.proc ; 05008.proc ; 05009.proc ; 05010.proc ; 05011.proc ; 05012.proc ; 05013.proc ; 05014.proc ; 05015.proc ; 05016.proc ; 05017.proc ; 05018.proc ; 05019.proc ; 05020.proc ; 05021.proc ; 05022.proc ; 05023.proc ; 05024.proc ; 05025.proc ; 05026.proc ; 05027.proc ; 05028.proc ; 05029.proc ; 05030.proc ; 05031.proc ; 05032.proc ; 05033.proc ; 05034.proc ; 05035.proc ; 05036.proc ; 05037.proc ; 05038.proc ; 05039.proc ; 05040.proc ; 05041.proc ; 05042.proc ; 05043.proc ; 05044.proc ; 05045.proc ; 05046.proc ; 05047.proc ; 05048.proc ; 05049.proc ; 05050.proc ; 05051.proc ; 05052.proc ; 05053.proc ; 05054.proc ; 05055.proc ; 05056.proc ; 05057.proc ; 05058.proc ; 05059.proc ; 05060.proc ; 05061.proc ; 05062.proc ; 05063.proc ; 05064.proc ; 05065.proc ; 05066.proc ; 05067.proc ; 05068.proc ; 05069.proc ; 05070.proc ; 05071.proc ; 05072.proc ; 05073.proc ; 05074.proc ; 05075.proc ; 05076.proc ; 05077.proc ; 05078.proc ; 05079.proc ; 05080.proc ; 05081.proc ; 05082.proc ; 05083.proc ; 05084.proc ; 05085.proc ; 05086.proc ; 05087.proc ; 05088.proc ; 05089.proc ; 05090.proc ; 05091.proc ; 05092.proc ; 05093.proc ; 05094.proc ; 05095.proc ; 05096.proc ; 05097.proc ; 05098.proc ; 05099.proc ; 05100.proc ; 05101.proc ; 05102.proc ; 05103.proc ; 05104.proc ; 05105.proc ; 05106.proc ; 05107.proc ; 05108.proc ; 05109.proc ; 05110.proc ; 05111.proc ; 05112.proc ; 05113.proc ; 05114.proc ; 05115.proc ; 05116.proc ; 05117.proc ; 05118.proc ; 05119.proc ; 05120.proc ; 05121.proc ; 05122.proc ; 05123.proc ; 05124.proc ; 05125.proc ; 05126.proc ; 05127.proc ; 05128.proc ; 05129.proc ; 05130.proc ; 05131.proc ; 05132.proc ; 05133.proc ; 05134.proc ; 05135.proc ; 05136.proc ; 05137.proc ; 05138.proc ; 05139.proc ; 05140.proc ; 05141.proc ; 05142.proc ; 05143.proc ; 05144.proc ; 05145.proc ; 05146.proc ; 05147.proc ; 05148.proc ; 05149.proc ; 05150.proc ; 05151.proc ; 05152.proc ; 05153.proc ; 05154.proc ; 05155.proc ; 05156.proc ; 05157.proc ; 05158.proc ; 05159.proc ; 05160.proc ; 05161.proc ; 05162.proc ; 05163.proc ; 05164.proc ; 05165.proc ; 05166.proc ; 05167.proc ; 05168.proc ; 05169.proc ; 05170.proc ; 05171.proc ; 05172.proc ; 05173.proc ; 05174.proc ; 05175.proc ; 05176.proc ; 05177.proc ; 05178.proc ; 05179.proc ; 05180.proc ; 05181.proc ; 05182.proc ; 05183.proc ; 05184.proc ; 05185.proc ; 05186.proc ; 05187.proc ; 05188.proc ; 05189.proc ; 05190.proc ; 05191.proc ; 05192.proc ; 05193.proc ; 05194.proc ; 05195.proc ; 05196.proc ; 05197.proc ; 05198.proc ; 05199.proc ; 05200.proc ; 05201.proc ; 05202.proc ; 05203.proc ; 05204.proc ; 05205.proc ; 05206.proc ; 05207.proc ; 05208.proc ; 05209.proc ; 05210.proc ; 05211.proc ; 05212.proc ; 05213.proc ; 05214.proc ; 05215.proc ; 05216.proc ; 05217.proc ; 05218.proc ; 05219.proc ; 05220.proc ; 05221.proc ; 05222.proc ; 05223.proc ; 05224.proc ; 05225.proc ; 05226.proc ; 05227.proc ; 05228.proc ; 05229.proc ; 05230.proc ; 05231.proc ; 05232.proc ; 05233.proc ; 05234.proc ; 05235.proc ; 05236.proc ; 05237.proc ; 05238.proc ; 05239.proc ; 05240.proc ; 05241.proc ; 05242.proc ; 05243.proc ; 05244.proc ; 05245.proc ; 05246.proc ; 05247.proc ; 05248.proc ; 05249.proc ; 05250.proc ; 05251.proc ; 05252.proc ; 05253.proc ; 05254.proc ; 05255.proc ; 05256.proc ; 05257.proc ; 05258.proc ; 05259.proc ; 05260.proc ; 05261.proc ; 05262.proc ; 05263.proc ; 05264.proc ; 05265.proc ; 05266.proc ; 05267.proc ; 05268.proc ; 05269.proc ; 05270.proc ; 05271.proc ; 05272.proc ; 05273.proc ; 05274.proc ; 05275.proc ; 05276.proc ; 05277.proc ; 05278.proc ; 05279.proc ; 05280.proc ; 05281.proc ; 05282.proc ; 05283.proc ; 05284.proc ; 05285.proc ; 05286.proc ; 05287.proc ; 05288.proc ; 05289.proc ; 05290.proc ; 05291.proc ; 05292.proc ; 05293.proc ; 05294.proc ; 05295.proc ; 05296.proc ; 05297.proc ; 05298.proc ; 05299.proc ; 05300.proc ; 05301.proc ; 05302.proc ; 05303.proc ; 05304.proc ; 05305.proc ; 05306.proc ; 05307.proc ; 05308.proc ; 05309.proc ; 05310.proc ; 05311.proc ; 05312.proc ; 05313.proc ; 05314.proc ; 05315.proc ; 05316.proc ; 05317.proc ; 05318.proc ; 05319.proc ; 05320.proc ; 05321.proc ; 05322.proc ; 05323.proc ; 05324.proc ; 05325.proc ; 05326.proc ; 05327.proc ; 05328.proc ; 05329.proc ; 05330.proc ; 05331.proc ; 05332.proc ; 05333.proc ; 05334.proc ; 05335.proc ; 05336.proc ; 05337.proc ; 05338.proc ; 05339.proc ; 05340.proc ; 05341.proc ; 05342.proc ; 05343.proc ; 05344.proc ; 05345.proc ; 05346.proc ; 05347.proc ; 05348.proc ; 05349.proc ; 05350.proc ; 05351.proc ; 05352.proc ; 05353.proc ; 05354.proc ; 05355.proc ; 05356.proc ; 05357.proc ; 05358.proc ; 05359.proc ; 05360.proc ; 05361.proc ; 05362.proc ; 05363.proc ; 05364.proc ; 05365.proc ; 05366.proc ; 05367.proc ; 05368.proc ; 05369.proc ; 05370.proc ; 05371.proc ; 05372.proc ; 05373.proc ; 05374.proc ; 05375.proc ; 05376.proc ; 05377.proc ; 05378.proc ; 05379.proc ; 05380.proc ; 05381.proc ; 05382.proc ; 05383.proc ; 05384.proc ; 05385.proc ; 05386.proc ; 05387.proc ; 05388.proc ; 05389.proc ; 05390.proc ; 05391.proc ; 05392.proc ; 05393.proc ; 05394.proc ; 05395.proc ; 05396.proc ; 05397.proc ; 05398.proc ; 05399.proc ; 05400.proc ; 05401.proc ; 05402.proc ; 05403.proc ; 05404.proc ; 05405.proc ; 05406.proc ; 05407.proc ; 05408.proc ; 05409.proc ; 05410.proc ; 05411.proc ; 05412.proc ; 05413.proc ; 05414.proc ; 05415.proc ; 05416.proc ; 05417.proc ; 05418.proc ; 05419.proc ; 05420.proc ; 05421.proc ; 05422.proc ; 05423.proc ; 05424.proc ; 05425.proc ; 05426.proc ; 05427.proc ; 05428.proc ; 05429.proc ; 05430.proc ; 05431.proc ; 05432.proc ; 05433.proc ; 05434.proc ; 05435.proc ; 05436.proc ; 05437.proc ; 05438.proc ; 05439.proc ; 05440.proc ; 05441.proc ; 05442.proc ; 05443.proc ; 05444.proc ; 05445.proc ; 05446.proc ; 05447.proc ; 05448.proc ; 05449.proc ; 05450.proc ; 05451.proc ; 05452.proc ; 05453.proc ; 05454.proc ; 05455.proc ; 05456.proc ; 05457.proc ; 05458.proc ; 05459.proc ; 05460.proc ; 05461.proc ; 05462.proc ; 05463.proc ; 05464.proc ; 05465.proc ; 05466.proc ; 05467.proc ; 05468.proc ; 05469.proc ; 05470.proc ; 05471.proc ; 05472.proc ; 05473.proc ; 05474.proc ; 05475.proc ; 05476.proc ; 05477.proc ; 05478.proc ; 05479.proc ; 05480.proc ; 05481.proc ; 05482.proc ; 05483.proc ; 05484.proc ; 05485.proc ; 05486.proc ; 05487.proc ; 05488.proc ; 05489.proc ; 05490.proc ; 05491.proc ; 05492.proc ; 05493.proc ; 05494.proc ; 05495.proc ; 05496.proc ; 05497.proc ; 05498.proc ; 05499.proc ; 05500.proc ; 05501.proc ; 05502.proc ; 05503.proc ; 05504.proc ; 05505.proc ; 05506.proc ; 05507.proc ; 05508.proc ; 05509.proc ; 05510.proc ; 05511.proc ; 05512.proc ; 05513.proc ; 05514.proc ; 05515.proc ; 05516.proc ; 05517.proc ; 05518.proc ; 05519.proc ; 05520.proc ; 05521.proc ; 05522.proc ; 05523.proc ; 05524.proc ; 05525.proc ; 05526.proc ; 05527.proc ; 05528.proc ; 05529.proc ; 05530.proc ; 05531.proc ; 05532.proc ; 05533.proc ; 05534.proc ; 05535.proc ; 05536.proc ; 05537.proc ; 05538.proc ; 05539.proc ; 05540.proc ; 05541.proc ; 05542.proc ; 05543.proc ; 05544.proc ; 05545.proc ; 05546.proc ; 05547.proc ; 05548.proc ; 05549.proc ; 05550.proc ; 05551.proc ; 05552.proc ; 05553.proc ; 05554.proc ; 05555.proc ; 05556.proc ; 05557.proc ; 05558.proc ; 05559.proc ; 05560.proc ; 05561.proc ; 05562.proc ; 05563.proc ; 05564.proc ; 05565.proc ; 05566.proc ; 05567.proc ; 05568.proc ; 05569.proc ; 05570.proc ; 05571.proc ; 05572.proc ; 05573.proc ; 05574.proc ; 05575.proc ; 05576.proc ; 05577.proc ; 05578.proc ; 05579.proc ; 05580.proc ; 05581.proc ; 05582.proc ; 05583.proc ; 05584.proc ; 05585.proc ; 05586.proc ; 05587.proc ; 05588.proc ; 05589.proc ; 05590.proc ; 05591.proc ; 05592.proc ; 05593.proc ; 05594.proc ; 05595.proc ; 05596.proc ; 05597.proc ; 05598.proc ; 05599.proc ; 05600.proc ; 05601.proc ; 05602.proc ; 05603.proc ; 05604.proc ; 05605.proc ; 05606.proc ; 05607.proc ; 05608.proc ; 05609.proc ; 05610.proc ; 05611.proc ; 05612.proc ; 05613.proc ; 05614.proc ; 05615.proc ; 05616.proc ; 05617.proc ; 05618.proc ; 05619.proc ; 05620.proc ; 05621.proc ; 05622.proc ; 05623.proc ; 05624.proc ; 05625.proc ; 05626.proc ; 05627.proc ; 05628.proc ; 05629.proc ; 05630.proc ; 05631.proc ; 05632.proc ; 05633.proc ; 05634.proc ; 05635.proc ; 05636.proc ; 05637.proc ; 05638.proc ; 05639.proc ; 05640.proc ; 05641.proc ; 05642.proc ; 05643.proc ; 05644.proc ; 05645.proc ; 05646.proc ; 05647.proc ; 05648.proc ; 05649.proc ; 05650.proc ; 05651.proc ; 05652.proc ; 05653.proc ; 05654.proc ; 05655.proc ; 05656.proc ; 05657.proc ; 05658.proc ; 05659.proc ; 05660.proc ; 05661.proc ; 05662.proc ; 05663.proc ; 05664.proc ; 05665.proc ; 05666.proc ; 05667.proc ; 05668.proc ; 05669.proc ; 05670.proc ; 05671.proc ; 05672.proc ; 05673.proc ; 05674.proc ; 05675.proc ; 05676.proc ; 05677.proc ; 05678.proc ; 05679.proc ; 05680.proc ; 05681.proc ; 05682.proc ; 05683.proc ; 05684.proc ; 05685.proc ; 05686.proc ; 05687.proc ; 05688.proc ; 05689.proc ; 05690.proc ; 05691.proc ; 05692.proc ; 05693.proc ; 05694.proc ; 05695.proc ; 05696.proc ; 05697.proc ; 05698.proc ; 05699.proc ; 05700.proc ; 05701.proc ; 05702.proc ; 05703.proc ; 05704.proc ; 05705.proc ; 05706.proc ; 05707.proc ; 05708.proc ; 05709.proc ; 05710.proc ; 05711.proc ; 05712.proc ; 05713.proc ; 05714.proc ; 05715.proc ; 05716.proc ; 05717.proc ; 05718.proc ; 05719.proc ; 05720.proc ; 05721.proc ; 05722.proc ; 05723.proc ; 05724.proc ; 05725.proc ; 05726.proc ; 05727.proc ; 05728.proc ; 05729.proc ; 05730.proc ; 05731.proc ; 05732.proc ; 05733.proc ; 05734.proc ; 05735.proc ; 05736.proc ; 05737.proc ; 05738.proc ; 05739.proc ; 05740.proc ; 05741.proc ; 05742.proc ; 05743.proc ; 05744.proc ; 05745.proc ; 05746.proc ; 05747.proc ; 05748.proc ; 05749.proc ; 05750.proc ; 05751.proc ; 05752.proc ; 05753.proc ; 05754.proc ; 05755.proc ; 05756.proc ; 05757.proc ; 05758.proc ; 05759.proc ; 05760.proc ; 05761.proc ; 05762.proc ; 05763.proc ; 05764.proc ; 05765.proc ; 05766.proc ; 05767.proc ; 05768.proc ; 05769.proc ; 05770.proc ; 05771.proc ; 05772.proc ; 05773.proc ; 05774.proc ; 05775.proc ; 05776.proc ; 05777.proc ; 05778.proc ; 05779.proc ; 05780.proc ; 05781.proc ; 05782.proc ; 05783.proc ; 05784.proc ; 05785.proc ; 05786.proc ; 05787.proc ; 05788.proc ; 05789.proc ; 05790.proc ; 05791.proc ; 05792.proc ; 05793.proc ; 05794.proc ; 05795.proc ; 05796.proc ; 05797.proc ; 05798.proc ; 05799.proc ; 05800.proc ; 05801.proc ; 05802.proc ; 05803.proc ; 05804.proc ; 05805.proc ; 05806.proc ; 05807.proc ; 05808.proc ; 05809.proc ; 05810.proc ; 05811.proc ; 05812.proc ; 05813.proc ; 05814.proc ; 05815.proc ; 05816.proc ; 05817.proc ; 05818.proc ; 05819.proc ; 05820.proc ; 05821.proc ; 05822.proc ; 05823.proc ; 05824.proc ; 05825.proc ; 05826.proc ; 05827.proc ; 05828.proc ; 05829.proc ; 05830.proc ; 05831.proc ; 05832.proc ; 05833.proc ; 05834.proc ; 05835.proc ; 05836.proc ; 05837.proc ; 05838.proc ; 05839.proc ; 05840.proc ; 05841.proc ; 05842.proc ; 05843.proc ; 05844.proc ; 05845.proc ; 05846.proc ; 05847.proc ; 05848.proc ; 05849.proc ; 05850.proc ; 05851.proc ; 05852.proc ; 05853.proc ; 05854.proc ; 05855.proc ; 05856.proc ; 05857.proc ; 05858.proc ; 05859.proc ; 05860.proc ; 05861.proc ; 05862.proc ; 05863.proc ; 05864.proc ; 05865.proc ; 05866.proc ; 05867.proc ; 05868.proc ; 05869.proc ; 05870.proc ; 05871.proc ; 05872.proc ; 05873.proc ; 05874.proc ; 05875.proc ; 05876.proc ; 05877.proc ; 05878.proc ; 05879.proc ; 05880.proc ; 05881.proc ; 05882.proc ; 05883.proc ; 05884.proc ; 05885.proc ; 05886.proc ; 05887.proc ; 05888.proc ; 05889.proc ; 05890.proc ; 05891.proc ; 05892.proc ; 05893.proc ; 05894.proc ; 05895.proc ; 05896.proc ; 05897.proc ; 05898.proc ; 05899.proc ; 05900.proc ; 05901.proc ; 05902.proc ; 05903.proc ; 05904.proc ; 05905.proc ; 05906.proc ; 05907.proc ; 05908.proc ; 05909.proc ; 05910.proc ; 05911.proc ; 05912.proc ; 05913.proc ; 05914.proc ; 05915.proc ; 05916.proc ; 05917.proc ; 05918.proc ; 05919.proc ; 05920.proc ; 05921.proc ; 05922.proc ; 05923.proc ; 05924.proc ; 05925.proc ; 05926.proc ; 05927.proc ; 05928.proc ; 05929.proc ; 05930.proc ; 05931.proc ; 05932.proc ; 05933.proc ; 05934.proc ; 05935.proc ; 05936.proc ; 05937.proc ; 05938.proc ; 05939.proc ; 05940.proc ; 05941.proc ; 05942.proc ; 05943.proc ; 05944.proc ; 05945.proc ; 05946.proc ; 05947.proc ; 05948.proc ; 05949.proc ; 05950.proc ; 05951.proc ; 05952.proc ; 05953.proc ; 05954.proc ; 05955.proc ; 05956.proc ; 05957.proc ; 05958.proc ; 05959.proc ; 05960.proc ; 05961.proc ; 05962.proc ; 05963.proc ; 05964.proc ; 05965.proc ; 05966.proc ; 05967.proc ; 05968.proc ; 05969.proc ; 05970.proc ; 05971.proc ; 05972.proc ; 05973.proc ; 05974.proc ; 05975.proc ; 05976.proc ; 05977.proc ; 05978.proc ; 05979.proc ; 05980.proc ; 05981.proc ; 05982.proc ; 05983.proc ; 05984.proc ; 05985.proc ; 05986.proc ; 05987.proc ; 05988.proc ; 05989.proc ; 05990.proc ; 05991.proc ; 05992.proc ; 05993.proc ; 05994.proc ; 05995.proc ; 05996.proc ; 05997.proc ; 05998.proc ; 05999.proc ; 06000.proc ; 06001.proc ; 06002.proc ; 06003.proc ; 06004.proc ; 06005.proc ; 06006.proc ; 06007.proc ; 06008.proc ; 06009.proc ; 06010.proc ; 06011.proc ; 06012.proc ; 06013.proc ; 06014.proc ; 06015.proc ; 06016.proc ; 06017.proc ; 06018.proc ; 06019.proc ; 06020.proc ; 06021.proc ; 06022.proc ; 06023.proc ; 06024.proc ; 06025.proc ; 06026.proc ; 06027.proc ; 06028.proc ; 06029.proc ; 06030.proc ; 06031.proc ; 06032.proc ; 06033.proc ; 06034.proc ; 06035.proc ; 06036.proc ; 06037.proc ; 06038.proc ; 06039.proc ; 06040.proc ; 06041.proc ; 06042.proc ; 06043.proc ; 06044.proc ; 06045.proc ; 06046.proc ; 06047.proc ; 06048.proc ; 06049.proc ; 06050.proc ; 06051.proc ; 06052.proc ; 06053.proc ; 06054.proc ; 06055.proc ; 06056.proc ; 06057.proc ; 06058.proc ; 06059.proc ; 06060.proc ; 06061.proc ; 06062.proc ; 06063.proc ; 06064.proc ; 06065.proc ; 06066.proc ; 06067.proc ; 06068.proc ; 06069.proc ; 06070.proc ; 06071.proc ; 06072.proc ; 06073.proc ; 06074.proc ; 06075.proc ; 06076.proc ; 06077.proc ; 06078.proc ; 06079.proc ; 06080.proc ; 06081.proc ; 06082.proc ; 06083.proc ; 06084.proc ; 06085.proc ; 06086.proc ; 06087.proc ; 06088.proc ; 06089.proc ; 06090.proc ; 06091.proc ; 06092.proc ; 06093.proc ; 06094.proc ; 06095.proc ; 06096.proc ; 06097.proc ; 06098.proc ; 06099.proc ; 06100.proc ; 06101.proc ; 06102.proc ; 06103.proc ; 06104.proc ; 06105.proc ; 06106.proc ; 06107.proc ; 06108.proc ; 06109.proc ; 06110.proc ; 06111.proc ; 06112.proc ; 06113.proc ; 06114.proc ; 06115.proc ; 06116.proc ; 06117.proc ; 06118.proc ; 06119.proc ; 06120.proc ; 06121.proc ; 06122.proc ; 06123.proc ; 06124.proc ; 06125.proc ; 06126.proc ; 06127.proc ; 06128.proc ; 06129.proc ; 06130.proc ; 06131.proc ; 06132.proc ; 06133.proc ; 06134.proc ; 06135.proc ; 06136.proc ; 06137.proc ; 06138.proc ; 06139.proc ; 06140.proc ; 06141.proc ; 06142.proc ; 06143.proc ; 06144.proc ; 06145.proc ; 06146.proc ; 06147.proc ; 06148.proc ; 06149.proc ; 06150.proc ; 06151.proc ; 06152.proc ; 06153.proc ; 06154.proc ; 06155.proc ; 06156.proc ; 06157.proc ; 06158.proc ; 06159.proc ; 06160.proc ; 06161.proc ; 06162.proc ; 06163.proc ; 06164.proc ; 06165.proc ; 06166.proc ; 06167.proc ; 06168.proc ; 06169.proc ; 06170.proc ; 06171.proc ; 06172.proc ; 06173.proc ; 06174.proc ; 06175.proc ; 06176.proc ; 06177.proc ; 06178.proc ; 06179.proc ; 06180.proc ; 06181.proc ; 06182.proc ; 06183.proc ; 06184.proc ; 06185.proc ; 06186.proc ; 06187.proc ; 06188.proc ; 06189.proc ; 06190.proc ; 06191.proc ; 06192.proc ; 06193.proc ; 06194.proc ; 06195.proc ; 06196.proc ; 06197.proc ; 06198.proc ; 06199.proc ; 06200.proc ; 06201.proc ; 06202.proc ; 06203.proc ; 06204.proc ; 06205.proc ; 06206.proc ; 06207.proc ; 06208.proc ; 06209.proc ; 06210.proc ; 06211.proc ; 06212.proc ; 06213.proc ; 06214.proc ; 06215.proc ; 06216.proc ; 06217.proc ; 06218.proc ; 06219.proc ; 06220.proc ; 06221.proc ; 06222.proc ; 06223.proc ; 06224.proc ; 06225.proc ; 06226.proc ; 06227.proc ; 06228.proc ; 06229.proc ; 06230.proc ; 06231.proc ; 06232.proc ; 06233.proc ; 06234.proc ; 06235.proc ; 06236.proc ; 06237.proc ; 06238.proc ; 06239.proc ; 06240.proc ; 06241.proc ; 06242.proc ; 06243.proc ; 06244.proc ; 06245.proc ; 06246.proc ; 06247.proc ; 06248.proc ; 06249.proc ; 06250.proc ; 06251.proc ; 06252.proc ; 06253.proc ; 06254.proc ; 06255.proc ; 06256.proc ; 06257.proc ; 06258.proc ; 06259.proc ; 06260.proc ; 06261.proc ; 06262.proc ; 06263.proc ; 06264.proc ; 06265.proc ; 06266.proc ; 06267.proc ; 06268.proc ; 06269.proc ; 06270.proc ; 06271.proc ; 06272.proc ; 06273.proc ; 06274.proc ; 06275.proc ; 06276.proc ; 06277.proc ; 06278.proc ; 06279.proc ; 06280.proc ; 06281.proc ; 06282.proc ; 06283.proc ; 06284.proc ; 06285.proc ; 06286.proc ; 06287.proc ; 06288.proc ; 06289.proc ; 06290.proc ; 06291.proc ; 06292.proc ; 06293.proc ; 06294.proc ; 06295.proc ; 06296.proc ; 06297.proc ; 06298.proc ; 06299.proc ; 06300.proc ; 06301.proc ; 06302.proc ; 06303.proc ; 06304.proc ; 06305.proc ; 06306.proc ; 06307.proc ; 06308.proc ; 06309.proc ; 06310.proc ; 06311.proc ; 06312.proc ; 06313.proc ; 06314.proc ; 06315.proc ; 06316.proc ; 06317.proc ; 06318.proc ; 06319.proc ; 06320.proc ; 06321.proc ; 06322.proc ; 06323.proc ; 06324.proc ; 06325.proc ; 06326.proc ; 06327.proc ; 06328.proc ; 06329.proc ; 06330.proc ; 06331.proc ; 06332.proc ; 06333.proc ; 06334.proc ; 06335.proc ; 06336.proc ; 06337.proc ; 06338.proc ; 06339.proc ; 06340.proc ; 06341.proc ; 06342.proc ; 06343.proc ; 06344.proc ; 06345.proc ; 06346.proc ; 06347.proc ; 06348.proc ; 06349.proc ; 06350.proc ; 06351.proc ; 06352.proc ; 06353.proc ; 06354.proc ; 06355.proc ; 06356.proc ; 06357.proc ; 06358.proc ; 06359.proc ; 06360.proc ; 06361.proc ; 06362.proc ; 06363.proc ; 06364.proc ; 06365.proc ; 06366.proc ; 06367.proc ; 06368.proc ; 06369.proc ; 06370.proc ; 06371.proc ; 06372.proc ; 06373.proc ; 06374.proc ; 06375.proc ; 06376.proc ; 06377.proc ; 06378.proc ; 06379.proc ; 06380.proc ; 06381.proc ; 06382.proc ; 06383.proc ; 06384.proc ; 06385.proc ; 06386.proc ; 06387.proc ; 06388.proc ; 06389.proc ; 06390.proc ; 06391.proc ; 06392.proc ; 06393.proc ; 06394.proc ; 06395.proc ; 06396.proc ; 06397.proc ; 06398.proc ; 06399.proc ; 06400.proc ; 06401.proc ; 06402.proc ; 06403.proc ; 06404.proc ; 06405.proc ; 06406.proc ; 06407.proc ; 06408.proc ; 06409.proc ; 06410.proc ; 06411.proc ; 06412.proc ; 06413.proc ; 06414.proc ; 06415.proc ; 06416.proc ; 06417.proc ; 06418.proc ; 06419.proc ; 06420.proc ; 06421.proc ; 06422.proc ; 06423.proc ; 06424.proc ; 06425.proc ; 06426.proc ; 06427.proc ; 06428.proc ; 06429.proc ; 06430.proc ; 06431.proc ; 06432.proc ; 06433.proc ; 06434.proc ; 06435.proc ; 06436.proc ; 06437.proc ; 06438.proc ; 06439.proc ; 06440.proc ; 06441.proc ; 06442.proc ; 06443.proc ; 06444.proc ; 06445.proc ; 06446.proc ; 06447.proc ; 06448.proc ; 06449.proc ; 06450.proc ; 06451.proc ; 06452.proc ; 06453.proc ; 06454.proc ; 06455.proc ; 06456.proc ; 06457.proc ; 06458.proc ; 06459.proc ; 06460.proc ; 06461.proc ; 06462.proc ; 06463.proc ; 06464.proc ; 06465.proc ; 06466.proc ; 06467.proc ; 06468.proc ; 06469.proc ; 06470.proc ; 06471.proc ; 06472.proc ; 06473.proc ; 06474.proc ; 06475.proc ; 06476.proc ; 06477.proc ; 06478.proc ; 06479.proc ; 06480.proc ; 06481.proc ; 06482.proc ; 06483.proc ; 06484.proc ; 06485.proc ; 06486.proc ; 06487.proc ; 06488.proc ; 06489.proc ; 06490.proc ; 06491.proc ; 06492.proc ; 06493.proc ; 06494.proc ; 06495.proc ; 06496.proc ; 06497.proc ; 06498.proc ; 06499.proc ; 06500.proc ; 06501.proc ; 06502.proc ; 06503.proc ; 06504.proc ; 06505.proc ; 06506.proc ; 06507.proc ; 06508.proc ; 06509.proc ; 06510.proc ; 06511.proc ; 06512.proc ; 06513.proc ; 06514.proc ; 06515.proc ; 06516.proc ; 06517.proc ; 06518.proc ; 06519.proc ; 06520.proc ; 06521.proc ; 06522.proc ; 06523.proc ; 06524.proc ; 06525.proc ; 06526.proc ; 06527.proc ; 06528.proc ; 06529.proc ; 06530.proc ; 06531.proc ; 06532.proc ; 06533.proc ; 06534.proc ; 06535.proc ; 06536.proc ; 06537.proc ; 06538.proc ; 06539.proc ; 06540.proc ; 06541.proc ; 06542.proc ; 06543.proc ; 06544.proc ; 06545.proc ; 06546.proc ; 06547.proc ; 06548.proc ; 06549.proc ; 06550.proc ; 06551.proc ; 06552.proc ; 06553.proc ; 06554.proc ; 06555.proc ; 06556.proc ; 06557.proc ; 06558.proc ; 06559.proc ; 06560.proc ; 06561.proc ; 06562.proc ; 06563.proc ; 06564.proc ; 06565.proc ; 06566.proc ; 06567.proc ; 06568.proc ; 06569.proc ; 06570.proc ; 06571.proc ; 06572.proc ; 06573.proc ; 06574.proc ; 06575.proc ; 06576.proc ; 06577.proc ; 06578.proc ; 06579.proc ; 06580.proc ; 06581.proc ; 06582.proc ; 06583.proc ; 06584.proc ; 06585.proc ; 06586.proc ; 06587.proc ; 06588.proc ; 06589.proc ; 06590.proc ; 06591.proc ; 06592.proc ; 06593.proc ; 06594.proc ; 06595.proc ; 06596.proc ; 06597.proc ; 06598.proc ; 06599.proc ; 06600.proc ; 06601.proc ; 06602.proc ; 06603.proc ; 06604.proc ; 06605.proc ; 06606.proc ; 06607.proc ; 06608.proc ; 06609.proc ; 06610.proc ; 06611.proc ; 06612.proc ; 06613.proc ; 06614.proc ; 06615.proc ; 06616.proc ; 06617.proc ; 06618.proc ; 06619.proc ; 06620.proc ; 06621.proc ; 06622.proc ; 06623.proc ; 06624.proc ; 06625.proc ; 06626.proc ; 06627.proc ; 06628.proc ; 06629.proc ; 06630.proc ; 06631.proc ; 06632.proc ; 06633.proc ; 06634.proc ; 06635.proc ; 06636.proc ; 06637.proc ; 06638.proc ; 06639.proc ; 06640.proc ; 06641.proc ; 06642.proc ; 06643.proc ; 06644.proc ; 06645.proc ; 06646.proc ; 06647.proc ; 06648.proc ; 06649.proc ; 06650.proc ; 06651.proc ; 06652.proc ; 06653.proc ; 06654.proc ; 06655.proc ; 06656.proc ; 06657.proc ; 06658.proc ; 06659.proc ; 06660.proc ; 06661.proc ; 06662.proc ; 06663.proc ; 06664.proc ; 06665.proc ; 06666.proc ; 06667.proc ; 06668.proc ; 06669.proc ; 06670.proc ; 06671.proc ; 06672.proc ; 06673.proc ; 06674.proc ; 06675.proc ; 06676.proc ; 06677.proc ; 06678.proc ; 06679.proc ; 06680.proc ; 06681.proc ; 06682.proc ; 06683.proc ; 06684.proc ; 06685.proc ; 06686.proc ; 06687.proc ; 06688.proc ; 06689.proc ; 06690.proc ; 06691.proc ; 06692.proc ; 06693.proc ; 06694.proc ; 06695.proc ; 06696.proc ; 06697.proc ; 06698.proc ; 06699.proc ; 06700.proc ; 06701.proc ; 06702.proc ; 06703.proc ; 06704.proc ; 06705.proc ; 06706.proc ; 06707.proc ; 06708.proc ; 06709.proc ; 06710.proc ; 06711.proc ; 06712.proc ; 06713.proc ; 06714.proc ; 06715.proc ; 06716.proc ; 06717.proc ; 06718.proc ; 06719.proc ; 06720.proc ; 06721.proc ; 06722.proc ; 06723.proc ; 06724.proc ; 06725.proc ; 06726.proc ; 06727.proc ; 06728.proc ; 06729.proc ; 06730.proc ; 06731.proc ; 06732.proc ; 06733.proc ; 06734.proc ; 06735.proc ; 06736.proc ; 06737.proc ; 06738.proc ; 06739.proc ; 06740.proc ; 06741.proc ; 06742.proc ; 06743.proc ; 06744.proc ; 06745.proc ; 06746.proc ; 06747.proc ; 06748.proc ; 06749.proc ; 06750.proc ; 06751.proc ; 06752.proc ; 06753.proc ; 06754.proc ; 06755.proc ; 06756.proc ; 06757.proc ; 06758.proc ; 06759.proc ; 06760.proc ; 06761.proc ; 06762.proc ; 06763.proc ; 06764.proc ; 06765.proc ; 06766.proc ; 06767.proc ; 06768.proc ; 06769.proc ; 06770.proc ; 06771.proc ; 06772.proc ; 06773.proc ; 06774.proc ; 06775.proc ; 06776.proc ; 06777.proc ; 06778.proc ; 06779.proc ; 06780.proc ; 06781.proc ; 06782.proc ; 06783.proc ; 06784.proc ; 06785.proc ; 06786.proc ; 06787.proc ; 06788.proc ; 06789.proc ; 06790.proc ; 06791.proc ; 06792.proc ; 06793.proc ; 06794.proc ; 06795.proc ; 06796.proc ; 06797.proc ; 06798.proc ; 06799.proc ; 06800.proc ; 06801.proc ; 06802.proc ; 06803.proc ; 06804.proc ; 06805.proc ; 06806.proc ; 06807.proc ; 06808.proc ; 06809.proc ; 06810.proc ; 06811.proc ; 06812.proc ; 06813.proc ; 06814.proc ; 06815.proc ; 06816.proc ; 06817.proc ; 06818.proc ; 06819.proc ; 06820.proc ; 06821.proc ; 06822.proc ; 06823.proc ; 06824.proc ; 06825.proc ; 06826.proc ; 06827.proc ; 06828.proc ; 06829.proc ; 06830.proc ; 06831.proc ; 06832.proc ; 06833.proc ; 06834.proc ; 06835.proc ; 06836.proc ; 06837.proc ; 06838.proc ; 06839.proc ; 06840.proc ; 06841.proc ; 06842.proc ; 06843.proc ; 06844.proc ; 06845.proc ; 06846.proc ; 06847.proc ; 06848.proc ; 06849.proc ; 06850.proc ; 06851.proc ; 06852.proc ; 06853.proc ; 06854.proc ; 06855.proc ; 06856.proc ; 06857.proc ; 06858.proc ; 06859.proc ; 06860.proc ; 06861.proc ; 06862.proc ; 06863.proc ; 06864.proc ; 06865.proc ; 06866.proc ; 06867.proc ; 06868.proc ; 06869.proc ; 06870.proc ; 06871.proc ; 06872.proc ; 06873.proc ; 06874.proc ; 06875.proc ; 06876.proc ; 06877.proc ; 06878.proc ; 06879.proc ; 06880.proc ; 06881.proc ; 06882.proc ; 06883.proc ; 06884.proc ; 06885.proc ; 06886.proc ; 06887.proc ; 06888.proc ; 06889.proc ; 06890.proc ; 06891.proc ; 06892.proc ; 06893.proc ; 06894.proc ; 06895.proc ; 06896.proc ; 06897.proc ; 06898.proc ; 06899.proc ; 06900.proc ; 06901.proc ; 06902.proc ; 06903.proc ; 06904.proc ; 06905.proc ; 06906.proc ; 06907.proc ; 06908.proc ; 06909.proc ; 06910.proc ; 06911.proc ; 06912.proc ; 06913.proc ; 06914.proc ; 06915.proc ; 06916.proc ; 06917.proc ; 06918.proc ; 06919.proc ; 06920.proc ; 06921.proc ; 06922.proc ; 06923.proc ; 06924.proc ; 06925.proc ; 06926.proc ; 06927.proc ; 06928.proc ; 06929.proc ; 06930.proc ; 06931.proc ; 06932.proc ; 06933.proc ; 06934.proc ; 06935.proc ; 06936.proc ; 06937.proc ; 06938.proc ; 06939.proc ; 06940.proc ; 06941.proc ; 06942.proc ; 06943.proc ; 06944.proc ; 06945.proc ; 06946.proc ; 06947.proc ; 06948.proc ; 06949.proc ; 06950.proc ; 06951.proc ; 06952.proc ; 06953.proc ; 06954.proc ; 06955.proc ; 06956.proc ; 06957.proc ; 06958.proc ; 06959.proc ; 06960.proc ; 06961.proc ; 06962.proc ; 06963.proc ; 06964.proc ; 06965.proc ; 06966.proc ; 06967.proc ; 06968.proc ; 06969.proc ; 06970.proc ; 06971.proc ; 06972.proc ; 06973.proc ; 06974.proc ; 06975.proc ; 06976.proc ; 06977.proc ; 06978.proc ; 06979.proc ; 06980.proc ; 06981.proc ; 06982.proc ; 06983.proc ; 06984.proc ; 06985.proc ; 06986.proc ; 06987.proc ; 06988.proc ; 06989.proc ; 06990.proc ; 06991.proc ; 06992.proc ; 06993.proc ; 06994.proc ; 06995.proc ; 06996.proc ; 06997.proc ; 06998.proc ; 06999.proc ; 07000.proc ; 07001.proc ; 07002.proc ; 07003.proc ; 07004.proc ; 07005.proc ; 07006.proc ; 07007.proc ; 07008.proc ; 07009.proc ; 07010.proc ; 07011.proc ; 07012.proc ; 07013.proc ; 07014.proc ; 07015.proc ; 07016.proc ; 07017.proc ; 07018.proc ; 07019.proc ; 07020.proc ; 07021.proc ; 07022.proc ; 07023.proc ; 07024.proc ; 07025.proc ; 07026.proc ; 07027.proc ; 07028.proc ; 07029.proc ; 07030.proc ; 07031.proc ; 07032.proc ; 07033.proc ; 07034.proc ; 07035.proc ; 07036.proc ; 07037.proc ; 07038.proc ; 07039.proc ; 07040.proc ; 07041.proc ; 07042.proc ; 07043.proc ; 07044.proc ; 07045.proc ; 07046.proc ; 07047.proc ; 07048.proc ; 07049.proc ; 07050.proc ; 07051.proc ; 07052.proc ; 07053.proc ; 07054.proc ; 07055.proc ; 07056.proc ; 07057.proc ; 07058.proc ; 07059.proc ; 07060.proc ; 07061.proc ; 07062.proc ; 07063.proc ; 07064.proc ; 07065.proc ; 07066.proc ; 07067.proc ; 07068.proc ; 07069.proc ; 07070.proc ; 07071.proc ; 07072.proc ; 07073.proc ; 07074.proc ; 07075.proc ; 07076.proc ; 07077.proc ; 07078.proc ; 07079.proc ; 07080.proc ; 07081.proc ; 07082.proc ; 07083.proc ; 07084.proc ; 07085.proc ; 07086.proc ; 07087.proc ; 07088.proc ; 07089.proc ; 07090.proc ; 07091.proc ; 07092.proc ; 07093.proc ; 07094.proc ; 07095.proc ; 07096.proc ; 07097.proc ; 07098.proc ; 07099.proc ; 07100.proc ; 07101.proc ; 07102.proc ; 07103.proc ; 07104.proc ; 07105.proc ; 07106.proc ; 07107.proc ; 07108.proc ; 07109.proc ; 07110.proc ; 07111.proc ; 07112.proc ; 07113.proc ; 07114.proc ; 07115.proc ; 07116.proc ; 07117.proc ; 07118.proc ; 07119.proc ; 07120.proc ; 07121.proc ; 07122.proc ; 07123.proc ; 07124.proc ; 07125.proc ; 07126.proc ; 07127.proc ; 07128.proc ; 07129.proc ; 07130.proc ; 07131.proc ; 07132.proc ; 07133.proc ; 07134.proc ; 07135.proc ; 07136.proc ; 07137.proc ; 07138.proc ; 07139.proc ; 07140.proc ; 07141.proc ; 07142.proc ; 07143.proc ; 07144.proc ; 07145.proc ; 07146.proc ; 07147.proc ; 07148.proc ; 07149.proc ; 07150.proc ; 07151.proc ; 07152.proc ; 07153.proc ; 07154.proc ; 07155.proc ; 07156.proc ; 07157.proc ; 07158.proc ; 07159.proc ; 07160.proc ; 07161.proc ; 07162.proc ; 07163.proc ; 07164.proc ; 07165.proc ; 07166.proc ; 07167.proc ; 07168.proc ; 07169.proc ; 07170.proc ; 07171.proc ; 07172.proc ; 07173.proc ; 07174.proc ; 07175.proc ; 07176.proc ; 07177.proc ; 07178.proc ; 07179.proc ; 07180.proc ; 07181.proc ; 07182.proc ; 07183.proc ; 07184.proc ; 07185.proc ; 07186.proc ; 07187.proc ; 07188.proc ; 07189.proc ; 07190.proc ; 07191.proc ; 07192.proc ; 07193.proc ; 07194.proc ; 07195.proc ; 07196.proc ; 07197.proc ; 07198.proc ; 07199.proc ; 07200.proc ; 07201.proc ; 07202.proc ; 07203.proc ; 07204.proc ; 07205.proc ; 07206.proc ; 07207.proc ; 07208.proc ; 07209.proc ; 07210.proc ; 07211.proc ; 07212.proc ; 07213.proc ; 07214.proc ; 07215.proc ; 07216.proc ; 07217.proc ; 07218.proc ; 07219.proc ; 07220.proc ; 07221.proc ; 07222.proc ; 07223.proc ; 07224.proc ; 07225.proc ; 07226.proc ; 07227.proc ; 07228.proc ; 07229.proc ; 07230.proc ; 07231.proc ; 07232.proc ; 07233.proc ; 07234.proc ; 07235.proc ; 07236.proc ; 07237.proc ; 07238.proc ; 07239.proc ; 07240.proc ; 07241.proc ; 07242.proc ; 07243.proc ; 07244.proc ; 07245.proc ; 07246.proc ; 07247.proc ; 07248.proc ; 07249.proc ; 07250.proc ; 07251.proc ; 07252.proc ; 07253.proc ; 07254.proc ; 07255.proc ; 07256.proc ; 07257.proc ; 07258.proc ; 07259.proc ; 07260.proc ; 07261.proc ; 07262.proc ; 07263.proc ; 07264.proc ; 07265.proc ; 07266.proc ; 07267.proc ; 07268.proc ; 07269.proc ; 07270.proc ; 07271.proc ; 07272.proc ; 07273.proc ; 07274.proc ; 07275.proc ; 07276.proc ; 07277.proc ; 07278.proc ; 07279.proc ; 07280.proc ; 07281.proc ; 07282.proc ; 07283.proc ; 07284.proc ; 07285.proc ; 07286.proc ; 07287.proc ; 07288.proc ; 07289.proc ; 07290.proc ; 07291.proc ; 07292.proc ; 07293.proc ; 07294.proc ; 07295.proc ; 07296.proc ; 07297.proc ; 07298.proc ; 07299.proc ; 07300.proc ; 07301.proc ; 07302.proc ; 07303.proc ; 07304.proc ; 07305.proc ; 07306.proc ; 07307.proc ; 07308.proc ; 07309.proc ; 07310.proc ; 07311.proc ; 07312.proc ; 07313.proc ; 07314.proc ; 07315.proc ; 07316.proc ; 07317.proc ; 07318.proc ; 07319.proc ; 07320.proc ; 07321.proc ; 07322.proc ; 07323.proc ; 07324.proc ; 07325.proc ; 07326.proc ; 07327.proc ; 07328.proc ; 07329.proc ; 07330.proc ; 07331.proc ; 07332.proc ; 07333.proc ; 07334.proc ; 07335.proc ; 07336.proc ; 07337.proc ; 07338.proc ; 07339.proc ; 07340.proc ; 07341.proc ; 07342.proc ; 07343.proc ; 07344.proc ; 07345.proc ; 07346.proc ; 07347.proc ; 07348.proc ; 07349.proc ; 07350.proc ; 07351.proc ; 07352.proc ; 07353.proc ; 07354.proc ; 07355.proc ; 07356.proc ; 07357.proc ; 07358.proc ; 07359.proc ; 07360.proc ; 07361.proc ; 07362.proc ; 07363.proc ; 07364.proc ; 07365.proc ; 07366.proc ; 07367.proc ; 07368.proc ; 07369.proc ; 07370.proc ; 07371.proc ; 07372.proc ; 07373.proc ; 07374.proc ; 07375.proc ; 07376.proc ; 07377.proc ; 07378.proc ; 07379.proc ; 07380.proc ; 07381.proc ; 07382.proc ; 07383.proc ; 07384.proc ; 07385.proc ; 07386.proc ; 07387.proc ; 07388.proc ; 07389.proc ; 07390.proc ; 07391.proc ; 07392.proc ; 07393.proc ; 07394.proc ; 07395.proc ; 07396.proc ; 07397.proc ; 07398.proc ; 07399.proc ; 07400.proc ; 07401.proc ; 07402.proc ; 07403.proc ; 07404.proc ; 07405.proc ; 07406.proc ; 07407.proc ; 07408.proc ; 07409.proc ; 07410.proc ; 07411.proc ; 07412.proc ; 07413.proc ; 07414.proc ; 07415.proc ; 07416.proc ; 07417.proc ; 07418.proc ; 07419.proc ; 07420.proc ; 07421.proc ; 07422.proc ; 07423.proc ; 07424.proc ; 07425.proc ; 07426.proc ; 07427.proc ; 07428.proc ; 07429.proc ; 07430.proc ; 07431.proc ; 07432.proc ; 07433.proc ; 07434.proc ; 07435.proc ; 07436.proc ; 07437.proc ; 07438.proc ; 07439.proc ; 07440.proc ; 07441.proc ; 07442.proc ; 07443.proc ; 07444.proc ; 07445.proc ; 07446.proc ; 07447.proc ; 07448.proc ; 07449.proc ; 07450.proc ; 07451.proc ; 07452.proc ; 07453.proc ; 07454.proc ; 07455.proc ; 07456.proc ; 07457.proc ; 07458.proc ; 07459.proc ; 07460.proc ; 07461.proc ; 07462.proc ; 07463.proc ; 07464.proc ; 07465.proc ; 07466.proc ; 07467.proc ; 07468.proc ; 07469.proc ; 07470.proc ; 07471.proc ; 07472.proc ; 07473.proc ; 07474.proc ; 07475.proc ; 07476.proc ; 07477.proc ; 07478.proc ; 07479.proc ; 07480.proc ; 07481.proc ; 07482.proc ; 07483.proc ; 07484.proc ; 07485.proc ; 07486.proc ; 07487.proc ; 07488.proc ; 07489.proc ; 07490.proc ; 07491.proc ; 07492.proc ; 07493.proc ; 07494.proc ; 07495.proc ; 07496.proc ; 07497.proc ; 07498.proc ; 07499.proc ; 07500.proc ; 07501.proc ; 07502.proc ; 07503.proc ; 07504.proc ; 07505.proc ; 07506.proc ; 07507.proc ; 07508.proc ; 07509.proc ; 07510.proc ; 07511.proc ; 07512.proc ; 07513.proc ; 07514.proc ; 07515.proc ; 07516.proc ; 07517.proc ; 07518.proc ; 07519.proc ; 07520.proc ; 07521.proc ; 07522.proc ; 07523.proc ; 07524.proc ; 07525.proc ; 07526.proc ; 07527.proc ; 07528.proc ; 07529.proc ; 07530.proc ; 07531.proc ; 07532.proc ; 07533.proc ; 07534.proc ; 07535.proc ; 07536.proc ; 07537.proc ; 07538.proc ; 07539.proc ; 07540.proc ; 07541.proc ; 07542.proc ; 07543.proc ; 07544.proc ; 07545.proc ; 07546.proc ; 07547.proc ; 07548.proc ; 07549.proc ; 07550.proc ; 07551.proc ; 07552.proc ; 07553.proc ; 07554.proc ; 07555.proc ; 07556.proc ; 07557.proc ; 07558.proc ; 07559.proc ; 07560.proc ; 07561.proc ; 07562.proc ; 07563.proc ; 07564.proc ; 07565.proc ; 07566.proc ; 07567.proc ; 07568.proc ; 07569.proc ; 07570.proc ; 07571.proc ; 07572.proc ; 07573.proc ; 07574.proc ; 07575.proc ; 07576.proc ; 07577.proc ; 07578.proc ; 07579.proc ; 07580.proc ; 07581.proc ; 07582.proc ; 07583.proc ; 07584.proc ; 07585.proc ; 07586.proc ; 07587.proc ; 07588.proc ; 07589.proc ; 07590.proc ; 07591.proc ; 07592.proc ; 07593.proc ; 07594.proc ; 07595.proc ; 07596.proc ; 07597.proc ; 07598.proc ; 07599.proc ; 07600.proc ; 07601.proc ; 07602.proc ; 07603.proc ; 07604.proc ; 07605.proc ; 07606.proc ; 07607.proc ; 07608.proc ; 07609.proc ; 07610.proc ; 07611.proc ; 07612.proc ; 07613.proc ; 07614.proc ; 07615.proc ; 07616.proc ; 07617.proc ; 07618.proc ; 07619.proc ; 07620.proc ; 07621.proc ; 07622.proc ; 07623.proc ; 07624.proc ; 07625.proc ; 07626.proc ; 07627.proc ; 07628.proc ; 07629.proc ; 07630.proc ; 07631.proc ; 07632.proc ; 07633.proc ; 07634.proc ; 07635.proc ; 07636.proc ; 07637.proc ; 07638.proc ; 07639.proc ; 07640.proc ; 07641.proc ; 07642.proc ; 07643.proc ; 07644.proc ; 07645.proc ; 07646.proc ; 07647.proc ; 07648.proc ; 07649.proc ; 07650.proc ; 07651.proc ; 07652.proc ; 07653.proc ; 07654.proc ; 07655.proc ; 07656.proc ; 07657.proc ; 07658.proc ; 07659.proc ; 07660.proc ; 07661.proc ; 07662.proc ; 07663.proc ; 07664.proc ; 07665.proc ; 07666.proc ; 07667.proc ; 07668.proc ; 07669.proc ; 07670.proc ; 07671.proc ; 07672.proc ; 07673.proc ; 07674.proc ; 07675.proc ; 07676.proc ; 07677.proc ; 07678.proc ; 07679.proc ; 07680.proc ; 07681.proc ; 07682.proc ; 07683.proc ; 07684.proc ; 07685.proc ; 07686.proc ; 07687.proc ; 07688.proc ; 07689.proc ; 07690.proc ; 07691.proc ; 07692.proc ; 07693.proc ; 07694.proc ; 07695.proc ; 07696.proc ; 07697.proc ; 07698.proc ; 07699.proc ; 07700.proc ; 07701.proc ; 07702.proc ; 07703.proc ; 07704.proc ; 07705.proc ; 07706.proc ; 07707.proc ; 07708.proc ; 07709.proc ; 07710.proc ; 07711.proc ; 07712.proc ; 07713.proc ; 07714.proc ; 07715.proc ; 07716.proc ; 07717.proc ; 07718.proc ; 07719.proc ; 07720.proc ; 07721.proc ; 07722.proc ; 07723.proc ; 07724.proc ; 07725.proc ; 07726.proc ; 07727.proc ; 07728.proc ; 07729.proc ; 07730.proc ; 07731.proc ; 07732.proc ; 07733.proc ; 07734.proc ; 07735.proc ; 07736.proc ; 07737.proc ; 07738.proc ; 07739.proc ; 07740.proc ; 07741.proc ; 07742.proc ; 07743.proc ; 07744.proc ; 07745.proc ; 07746.proc ; 07747.proc ; 07748.proc ; 07749.proc ; 07750.proc ; 07751.proc ; 07752.proc ; 07753.proc ; 07754.proc ; 07755.proc ; 07756.proc ; 07757.proc ; 07758.proc ; 07759.proc ; 07760.proc ; 07761.proc ; 07762.proc ; 07763.proc ; 07764.proc ; 07765.proc ; 07766.proc ; 07767.proc ; 07768.proc ; 07769.proc ; 07770.proc ; 07771.proc ; 07772.proc ; 07773.proc ; 07774.proc ; 07775.proc ; 07776.proc ; 07777.proc ; 07778.proc ; 07779.proc ; 07780.proc ; 07781.proc ; 07782.proc ; 07783.proc ; 07784.proc ; 07785.proc ; 07786.proc ; 07787.proc ; 07788.proc ; 07789.proc ; 07790.proc ; 07791.proc ; 07792.proc ; 07793.proc ; 07794.proc ; 07795.proc ; 07796.proc ; 07797.proc ; 07798.proc ; 07799.proc ; 07800.proc ; 07801.proc ; 07802.proc ; 07803.proc ; 07804.proc ; 07805.proc ; 07806.proc ; 07807.proc ; 07808.proc ; 07809.proc ; 07810.proc ; 07811.proc ; 07812.proc ; 07813.proc ; 07814.proc ; 07815.proc ; 07816.proc ; 07817.proc ; 07818.proc ; 07819.proc ; 07820.proc ; 07821.proc ; 07822.proc ; 07823.proc ; 07824.proc ; 07825.proc ; 07826.proc ; 07827.proc ; 07828.proc ; 07829.proc ; 07830.proc ; 07831.proc ; 07832.proc ; 07833.proc ; 07834.proc ; 07835.proc ; 07836.proc ; 07837.proc ; 07838.proc ; 07839.proc ; 07840.proc ; 07841.proc ; 07842.proc ; 07843.proc ; 07844.proc ; 07845.proc ; 07846.proc ; 07847.proc ; 07848.proc ; 07849.proc ; 07850.proc ; 07851.proc ; 07852.proc ; 07853.proc ; 07854.proc ; 07855.proc ; 07856.proc ; 07857.proc ; 07858.proc ; 07859.proc ; 07860.proc ; 07861.proc ; 07862.proc ; 07863.proc ; 07864.proc ; 07865.proc ; 07866.proc ; 07867.proc ; 07868.proc ; 07869.proc ; 07870.proc ; 07871.proc ; 07872.proc ; 07873.proc ; 07874.proc ; 07875.proc ; 07876.proc ; 07877.proc ; 07878.proc ; 07879.proc ; 07880.proc ; 07881.proc ; 07882.proc ; 07883.proc ; 07884.proc ; 07885.proc ; 07886.proc ; 07887.proc ; 07888.proc ; 07889.proc ; 07890.proc ; 07891.proc ; 07892.proc ; 07893.proc ; 07894.proc ; 07895.proc ; 07896.proc ; 07897.proc ; 07898.proc ; 07899.proc ; 07900.proc ; 07901.proc ; 07902.proc ; 07903.proc ; 07904.proc ; 07905.proc ; 07906.proc ; 07907.proc ; 07908.proc ; 07909.proc ; 07910.proc ; 07911.proc ; 07912.proc ; 07913.proc ; 07914.proc ; 07915.proc ; 07916.proc ; 07917.proc ; 07918.proc ; 07919.proc ; 07920.proc ; 07921.proc ; 07922.proc ; 07923.proc ; 07924.proc ; 07925.proc ; 07926.proc ; 07927.proc ; 07928.proc ; 07929.proc ; 07930.proc ; 07931.proc ; 07932.proc ; 07933.proc ; 07934.proc ; 07935.proc ; 07936.proc ; 07937.proc ; 07938.proc ; 07939.proc ; 07940.proc ; 07941.proc ; 07942.proc ; 07943.proc ; 07944.proc ; 07945.proc ; 07946.proc ; 07947.proc ; 07948.proc ; 07949.proc ; 07950.proc ; 07951.proc ; 07952.proc ; 07953.proc ; 07954.proc ; 07955.proc ; 07956.proc ; 07957.proc ; 07958.proc ; 07959.proc ; 07960.proc ; 07961.proc ; 07962.proc ; 07963.proc ; 07964.proc ; 07965.proc ; 07966.proc ; 07967.proc ; 07968.proc ; 07969.proc ; 07970.proc ; 07971.proc ; 07972.proc ; 07973.proc ; 07974.proc ; 07975.proc ; 07976.proc ; 07977.proc ; 07978.proc ; 07979.proc ; 07980.proc ; 07981.proc ; 07982.proc ; 07983.proc ; 07984.proc ; 07985.proc ; 07986.proc ; 07987.proc ; 07988.proc ; 07989.proc ; 07990.proc ; 07991.proc ; 07992.proc ; 07993.proc ; 07994.proc ; 07995.proc ; 07996.proc ; 07997.proc ; 07998.proc ; 07999.proc ; 08000.proc ; 08001.proc ; 08002.proc ; 08003.proc ; 08004.proc ; 08005.proc ; 08006.proc ; 08007.proc ; 08008.proc ; 08009.proc ; 08010.proc ; 08011.proc ; 08012.proc ; 08013.proc ; 08014.proc ; 08015.proc ; 08016.proc ; 08017.proc ; 08018.proc ; 08019.proc ; 08020.proc ; 08021.proc ; 08022.proc ; 08023.proc ; 08024.proc ; 08025.proc ; 08026.proc ; 08027.proc ; 08028.proc ; 08029.proc ; 08030.proc ; 08031.proc ; 08032.proc ; 08033.proc ; 08034.proc ; 08035.proc ; 08036.proc ; 08037.proc ; 08038.proc ; 08039.proc ; 08040.proc ; 08041.proc ; 08042.proc ; 08043.proc ; 08044.proc ; 08045.proc ; 08046.proc ; 08047.proc ; 08048.proc ; 08049.proc ; 08050.proc ; 08051.proc ; 08052.proc ; 08053.proc ; 08054.proc ; 08055.proc ; 08056.proc ; 08057.proc ; 08058.proc ; 08059.proc ; 08060.proc ; 08061.proc ; 08062.proc ; 08063.proc ; 08064.proc ; 08065.proc ; 08066.proc ; 08067.proc ; 08068.proc ; 08069.proc ; 08070.proc ; 08071.proc ; 08072.proc ; 08073.proc ; 08074.proc ; 08075.proc ; 08076.proc ; 08077.proc ; 08078.proc ; 08079.proc ; 08080.proc ; 08081.proc ; 08082.proc ; 08083.proc ; 08084.proc ; 08085.proc ; 08086.proc ; 08087.proc ; 08088.proc ; 08089.proc ; 08090.proc ; 08091.proc ; 08092.proc ; 08093.proc ; 08094.proc ; 08095.proc ; 08096.proc ; 08097.proc ; 08098.proc ; 08099.proc ; 08100.proc ; 08101.proc ; 08102.proc ; 08103.proc ; 08104.proc ; 08105.proc ; 08106.proc ; 08107.proc ; 08108.proc ; 08109.proc ; 08110.proc ; 08111.proc ; 08112.proc ; 08113.proc ; 08114.proc ; 08115.proc ; 08116.proc ; 08117.proc ; 08118.proc ; 08119.proc ; 08120.proc ; 08121.proc ; 08122.proc ; 08123.proc ; 08124.proc ; 08125.proc ; 08126.proc ; 08127.proc ; 08128.proc ; 08129.proc ; 08130.proc ; 08131.proc ; 08132.proc ; 08133.proc ; 08134.proc ; 08135.proc ; 08136.proc ; 08137.proc ; 08138.proc ; 08139.proc ; 08140.proc ; 08141.proc ; 08142.proc ; 08143.proc ; 08144.proc ; 08145.proc ; 08146.proc ; 08147.proc ; 08148.proc ; 08149.proc ; 08150.proc ; 08151.proc ; 08152.proc ; 08153.proc ; 08154.proc ; 08155.proc ; 08156.proc ; 08157.proc ; 08158.proc ; 08159.proc ; 08160.proc ; 08161.proc ; 08162.proc ; 08163.proc ; 08164.proc ; 08165.proc ; 08166.proc ; 08167.proc ; 08168.proc ; 08169.proc ; 08170.proc ; 08171.proc ; 08172.proc ; 08173.proc ; 08174.proc ; 08175.proc ; 08176.proc ; 08177.proc ; 08178.proc ; 08179.proc ; 08180.proc ; 08181.proc ; 08182.proc ; 08183.proc ; 08184.proc ; 08185.proc ; 08186.proc ; 08187.proc ; 08188.proc ; 08189.proc ; 08190.proc ; 08191.proc ; 08192.proc ; 08193.proc ; 08194.proc ; 08195.proc ; 08196.proc ; 08197.proc ; 08198.proc ; 08199.proc ; 08200.proc ; 08201.proc ; 08202.proc ; 08203.proc ; 08204.proc ; 08205.proc ; 08206.proc ; 08207.proc ; 08208.proc ; 08209.proc ; 08210.proc ; 08211.proc ; 08212.proc ; 08213.proc ; 08214.proc ; 08215.proc ; 08216.proc ; 08217.proc ; 08218.proc ; 08219.proc ; 08220.proc ; 08221.proc ; 08222.proc ; 08223.proc ; 08224.proc ; 08225.proc ; 08226.proc ; 08227.proc ; 08228.proc ; 08229.proc ; 08230.proc ; 08231.proc ; 08232.proc ; 08233.proc ; 08234.proc ; 08235.proc ; 08236.proc ; 08237.proc ; 08238.proc ; 08239.proc ; 08240.proc ; 08241.proc ; 08242.proc ; 08243.proc ; 08244.proc ; 08245.proc ; 08246.proc ; 08247.proc ; 08248.proc ; 08249.proc ; 08250.proc ; 08251.proc ; 08252.proc ; 08253.proc ; 08254.proc ; 08255.proc ; 08256.proc ; 08257.proc ; 08258.proc ; 08259.proc ; 08260.proc ; 08261.proc ; 08262.proc ; 08263.proc ; 08264.proc ; 08265.proc ; 08266.proc ; 08267.proc ; 08268.proc ; 08269.proc ; 08270.proc ; 08271.proc ; 08272.proc ; 08273.proc ; 08274.proc ; 08275.proc ; 08276.proc ; 08277.proc ; 08278.proc ; 08279.proc ; 08280.proc ; 08281.proc ; 08282.proc ; 08283.proc ; 08284.proc ; 08285.proc ; 08286.proc ; 08287.proc ; 08288.proc ; 08289.proc ; 08290.proc ; 08291.proc ; 08292.proc ; 08293.proc ; 08294.proc ; 08295.proc ; 08296.proc ; 08297.proc ; 08298.proc ; 08299.proc ; 08300.proc ; 08301.proc ; 08302.proc ; 08303.proc ; 08304.proc ; 08305.proc ; 08306.proc ; 08307.proc ; 08308.proc ; 08309.proc ; 08310.proc ; 08311.proc ; 08312.proc ; 08313.proc ; 08314.proc ; 08315.proc ; 08316.proc ; 08317.proc ; 08318.proc ; 08319.proc ; 08320.proc ; 08321.proc ; 08322.proc ; 08323.proc ; 08324.proc ; 08325.proc ; 08326.proc ; 08327.proc ; 08328.proc ; 08329.proc ; 08330.proc ; 08331.proc ; 08332.proc ; 08333.proc ; 08334.proc ; 08335.proc ; 08336.proc ; 08337.proc ; 08338.proc ; 08339.proc ; 08340.proc ; 08341.proc ; 08342.proc ; 08343.proc ; 08344.proc ; 08345.proc ; 08346.proc ; 08347.proc ; 08348.proc ; 08349.proc ; 08350.proc ; 08351.proc ; 08352.proc ; 08353.proc ; 08354.proc ; 08355.proc ; 08356.proc ; 08357.proc ; 08358.proc ; 08359.proc ; 08360.proc ; 08361.proc ; 08362.proc ; 08363.proc ; 08364.proc ; 08365.proc ; 08366.proc ; 08367.proc ; 08368.proc ; 08369.proc ; 08370.proc ; 08371.proc ; 08372.proc ; 08373.proc ; 08374.proc ; 08375.proc ; 08376.proc ; 08377.proc ; 08378.proc ; 08379.proc ; 08380.proc ; 08381.proc ; 08382.proc ; 08383.proc ; 08384.proc ; 08385.proc ; 08386.proc ; 08387.proc ; 08388.proc ; 08389.proc ; 08390.proc ; 08391.proc ; 08392.proc ; 08393.proc ; 08394.proc ; 08395.proc ; 08396.proc ; 08397.proc ; 08398.proc ; 08399.proc ; 08400.proc ; 08401.proc ; 08402.proc ; 08403.proc ; 08404.proc ; 08405.proc ; 08406.proc ; 08407.proc ; 08408.proc ; 08409.proc ; 08410.proc ; 08411.proc ; 08412.proc ; 08413.proc ; 08414.proc ; 08415.proc ; 08416.proc ; 08417.proc ; 08418.proc ; 08419.proc ; 08420.proc ; 08421.proc ; 08422.proc ; 08423.proc ; 08424.proc ; 08425.proc ; 08426.proc ; 08427.proc ; 08428.proc ; 08429.proc ; 08430.proc ; 08431.proc ; 08432.proc ; 08433.proc ; 08434.proc ; 08435.proc ; 08436.proc ; 08437.proc ; 08438.proc ; 08439.proc ; 08440.proc ; 08441.proc ; 08442.proc ; 08443.proc ; 08444.proc ; 08445.proc ; 08446.proc ; 08447.proc ; 08448.proc ; 08449.proc ; 08450.proc ; 08451.proc ; 08452.proc ; 08453.proc ; 08454.proc ; 08455.proc ; 08456.proc ; 08457.proc ; 08458.proc ; 08459.proc ; 08460.proc ; 08461.proc ; 08462.proc ; 08463.proc ; 08464.proc ; 08465.proc ; 08466.proc ; 08467.proc ; 08468.proc ; 08469.proc ; 08470.proc ; 08471.proc ; 08472.proc ; 08473.proc ; 08474.proc ; 08475.proc ; 08476.proc ; 08477.proc ; 08478.proc ; 08479.proc ; 08480.proc ; 08481.proc ; 08482.proc ; 08483.proc ; 08484.proc ; 08485.proc ; 08486.proc ; 08487.proc ; 08488.proc ; 08489.proc ; 08490.proc ; 08491.proc ; 08492.proc ; 08493.proc ; 08494.proc ; 08495.proc ; 08496.proc ; 08497.proc ; 08498.proc ; 08499.proc ; 08500.proc ; 08501.proc ; 08502.proc ; 08503.proc ; 08504.proc ; 08505.proc ; 08506.proc ; 08507.proc ; 08508.proc ; 08509.proc ; 08510.proc ; 08511.proc ; 08512.proc ; 08513.proc ; 08514.proc ; 08515.proc ; 08516.proc ; 08517.proc ; 08518.proc ; 08519.proc ; 08520.proc ; 08521.proc ; 08522.proc ; 08523.proc ; 08524.proc ; 08525.proc ; 08526.proc ; 08527.proc ; 08528.proc ; 08529.proc ; 08530.proc ; 08531.proc ; 08532.proc ; 08533.proc ; 08534.proc ; 08535.proc ; 08536.proc ; 08537.proc ; 08538.proc ; 08539.proc ; 08540.proc ; 08541.proc ; 08542.proc ; 08543.proc ; 08544.proc ; 08545.proc ; 08546.proc ; 08547.proc ; 08548.proc ; 08549.proc ; 08550.proc ; 08551.proc ; 08552.proc ; 08553.proc ; 08554.proc ; 08555.proc ; 08556.proc ; 08557.proc ; 08558.proc ; 08559.proc ; 08560.proc ; 08561.proc ; 08562.proc ; 08563.proc ; 08564.proc ; 08565.proc ; 08566.proc ; 08567.proc ; 08568.proc ; 08569.proc ; 08570.proc ; 08571.proc ; 08572.proc ; 08573.proc ; 08574.proc ; 08575.proc ; 08576.proc ; 08577.proc ; 08578.proc ; 08579.proc ; 08580.proc ; 08581.proc ; 08582.proc ; 08583.proc ; 08584.proc ; 08585.proc ; 08586.proc ; 08587.proc ; 08588.proc ; 08589.proc ; 08590.proc ; 08591.proc ; 08592.proc ; 08593.proc ; 08594.proc ; 08595.proc ; 08596.proc ; 08597.proc ; 08598.proc ; 08599.proc ; 08600.proc ; 08601.proc ; 08602.proc ; 08603.proc ; 08604.proc ; 08605.proc ; 08606.proc ; 08607.proc ; 08608.proc ; 08609.proc ; 08610.proc ; 08611.proc ; 08612.proc ; 08613.proc ; 08614.proc ; 08615.proc ; 08616.proc ; 08617.proc ; 08618.proc ; 08619.proc ; 08620.proc ; 08621.proc ; 08622.proc ; 08623.proc ; 08624.proc ; 08625.proc ; 08626.proc ; 08627.proc ; 08628.proc ; 08629.proc ; 08630.proc ; 08631.proc ; 08632.proc ; 08633.proc ; 08634.proc ; 08635.proc ; 08636.proc ; 08637.proc ; 08638.proc ; 08639.proc ; 08640.proc ; 08641.proc ; 08642.proc ; 08643.proc ; 08644.proc ; 08645.proc ; 08646.proc ; 08647.proc ; 08648.proc ; 08649.proc ; 08650.proc ; 08651.proc ; 08652.proc ; 08653.proc ; 08654.proc ; 08655.proc ; 08656.proc ; 08657.proc ; 08658.proc ; 08659.proc ; 08660.proc ; 08661.proc ; 08662.proc ; 08663.proc ; 08664.proc ; 08665.proc ; 08666.proc ; 08667.proc ; 08668.proc ; 08669.proc ; 08670.proc ; 08671.proc ; 08672.proc ; 08673.proc ; 08674.proc ; 08675.proc ; 08676.proc ; 08677.proc ; 08678.proc ; 08679.proc ; 08680.proc ; 08681.proc ; 08682.proc ; 08683.proc ; 08684.proc ; 08685.proc ; 08686.proc ; 08687.proc ; 08688.proc ; 08689.proc ; 08690.proc ; 08691.proc ; 08692.proc ; 08693.proc ; 08694.proc ; 08695.proc ; 08696.proc ; 08697.proc ; 08698.proc ; 08699.proc ; 08700.proc ; 08701.proc ; 08702.proc ; 08703.proc ; 08704.proc ; 08705.proc ; 08706.proc ; 08707.proc ; 08708.proc ; 08709.proc ; 08710.proc ; 08711.proc ; 08712.proc ; 08713.proc ; 08714.proc ; 08715.proc ; 08716.proc ; 08717.proc ; 08718.proc ; 08719.proc ; 08720.proc ; 08721.proc ; 08722.proc ; 08723.proc ; 08724.proc ; 08725.proc ; 08726.proc ; 08727.proc ; 08728.proc ; 08729.proc ; 08730.proc ; 08731.proc ; 08732.proc ; 08733.proc ; 08734.proc ; 08735.proc ; 08736.proc ; 08737.proc ; 08738.proc ; 08739.proc ; 08740.proc ; 08741.proc ; 08742.proc ; 08743.proc ; 08744.proc ; 08745.proc ; 08746.proc ; 08747.proc ; 08748.proc ; 08749.proc ; 08750.proc ; 08751.proc ; 08752.proc ; 08753.proc ; 08754.proc ; 08755.proc ; 08756.proc ; 08757.proc ; 08758.proc ; 08759.proc ; 08760.proc ; 08761.proc ; 08762.proc ; 08763.proc ; 08764.proc ; 08765.proc ; 08766.proc ; 08767.proc ; 08768.proc ; 08769.proc ; 08770.proc ; 08771.proc ; 08772.proc ; 08773.proc ; 08774.proc ; 08775.proc ; 08776.proc ; 08777.proc ; 08778.proc ; 08779.proc ; 08780.proc ; 08781.proc ; 08782.proc ; 08783.proc ; 08784.proc ; 08785.proc ; 08786.proc ; 08787.proc ; 08788.proc ; 08789.proc ; 08790.proc ; 08791.proc ; 08792.proc ; 08793.proc ; 08794.proc ; 08795.proc ; 08796.proc ; 08797.proc ; 08798.proc ; 08799.proc ; 08800.proc ; 08801.proc ; 08802.proc ; 08803.proc ; 08804.proc ; 08805.proc ; 08806.proc ; 08807.proc ; 08808.proc ; 08809.proc ; 08810.proc ; 08811.proc ; 08812.proc ; 08813.proc ; 08814.proc ; 08815.proc ; 08816.proc ; 08817.proc ; 08818.proc ; 08819.proc ; 08820.proc ; 08821.proc ; 08822.proc ; 08823.proc ; 08824.proc ; 08825.proc ; 08826.proc ; 08827.proc ; 08828.proc ; 08829.proc ; 08830.proc ; 08831.proc ; 08832.proc ; 08833.proc ; 08834.proc ; 08835.proc ; 08836.proc ; 08837.proc ; 08838.proc ; 08839.proc ; 08840.proc ; 08841.proc ; 08842.proc ; 08843.proc ; 08844.proc ; 08845.proc ; 08846.proc ; 08847.proc ; 08848.proc ; 08849.proc ; 08850.proc ; 08851.proc ; 08852.proc ; 08853.proc ; 08854.proc ; 08855.proc ; 08856.proc ; 08857.proc ; 08858.proc ; 08859.proc ; 08860.proc ; 08861.proc ; 08862.proc ; 08863.proc ; 08864.proc ; 08865.proc ; 08866.proc ; 08867.proc ; 08868.proc ; 08869.proc ; 08870.proc ; 08871.proc ; 08872.proc ; 08873.proc ; 08874.proc ; 08875.proc ; 08876.proc ; 08877.proc ; 08878.proc ; 08879.proc ; 08880.proc ; 08881.proc ; 08882.proc ; 08883.proc ; 08884.proc ; 08885.proc ; 08886.proc ; 08887.proc ; 08888.proc ; 08889.proc ; 08890.proc ; 08891.proc ; 08892.proc ; 08893.proc ; 08894.proc ; 08895.proc ; 08896.proc ; 08897.proc ; 08898.proc ; 08899.proc ; 08900.proc ; 08901.proc ; 08902.proc ; 08903.proc ; 08904.proc ; 08905.proc ; 08906.proc ; 08907.proc ; 08908.proc ; 08909.proc ; 08910.proc ; 08911.proc ; 08912.proc ; 08913.proc ; 08914.proc ; 08915.proc ; 08916.proc ; 08917.proc ; 08918.proc ; 08919.proc ; 08920.proc ; 08921.proc ; 08922.proc ; 08923.proc ; 08924.proc ; 08925.proc ; 08926.proc ; 08927.proc ; 08928.proc ; 08929.proc ; 08930.proc ; 08931.proc ; 08932.proc ; 08933.proc ; 08934.proc ; 08935.proc ; 08936.proc ; 08937.proc ; 08938.proc ; 08939.proc ; 08940.proc ; 08941.proc ; 08942.proc ; 08943.proc ; 08944.proc ; 08945.proc ; 08946.proc ; 08947.proc ; 08948.proc ; 08949.proc ; 08950.proc ; 08951.proc ; 08952.proc ; 08953.proc ; 08954.proc ; 08955.proc ; 08956.proc ; 08957.proc ; 08958.proc ; 08959.proc ; 08960.proc ; 08961.proc ; 08962.proc ; 08963.proc ; 08964.proc ; 08965.proc ; 08966.proc ; 08967.proc ; 08968.proc ; 08969.proc ; 08970.proc ; 08971.proc ; 08972.proc ; 08973.proc ; 08974.proc ; 08975.proc ; 08976.proc ; 08977.proc ; 08978.proc ; 08979.proc ; 08980.proc ; 08981.proc ; 08982.proc ; 08983.proc ; 08984.proc ; 08985.proc ; 08986.proc ; 08987.proc ; 08988.proc ; 08989.proc ; 08990.proc ; 08991.proc ; 08992.proc ; 08993.proc ; 08994.proc ; 08995.proc ; 08996.proc ; 08997.proc ; 08998.proc ; 08999.proc ; 09000.proc ; 09001.proc ; 09002.proc ; 09003.proc ; 09004.proc ; 09005.proc ; 09006.proc ; 09007.proc ; 09008.proc ; 09009.proc ; 09010.proc ; 09011.proc ; 09012.proc ; 09013.proc ; 09014.proc ; 09015.proc ; 09016.proc ; 09017.proc ; 09018.proc ; 09019.proc ; 09020.proc ; 09021.proc ; 09022.proc ; 09023.proc ; 09024.proc ; 09025.proc ; 09026.proc ; 09027.proc ; 09028.proc ; 09029.proc ; 09030.proc ; 09031.proc ; 09032.proc ; 09033.proc ; 09034.proc ; 09035.proc ; 09036.proc ; 09037.proc ; 09038.proc ; 09039.proc ; 09040.proc ; 09041.proc ; 09042.proc ; 09043.proc ; 09044.proc ; 09045.proc ; 09046.proc ; 09047.proc ; 09048.proc ; 09049.proc ; 09050.proc ; 09051.proc ; 09052.proc ; 09053.proc ; 09054.proc ; 09055.proc ; 09056.proc ; 09057.proc ; 09058.proc ; 09059.proc ; 09060.proc ; 09061.proc ; 09062.proc ; 09063.proc ; 09064.proc ; 09065.proc ; 09066.proc ; 09067.proc ; 09068.proc ; 09069.proc ; 09070.proc ; 09071.proc ; 09072.proc ; 09073.proc ; 09074.proc ; 09075.proc ; 09076.proc ; 09077.proc ; 09078.proc ; 09079.proc ; 09080.proc ; 09081.proc ; 09082.proc ; 09083.proc ; 09084.proc ; 09085.proc ; 09086.proc ; 09087.proc ; 09088.proc ; 09089.proc ; 09090.proc ; 09091.proc ; 09092.proc ; 09093.proc ; 09094.proc ; 09095.proc ; 09096.proc ; 09097.proc ; 09098.proc ; 09099.proc ; 09100.proc ; 09101.proc ; 09102.proc ; 09103.proc ; 09104.proc ; 09105.proc ; 09106.proc ; 09107.proc ; 09108.proc ; 09109.proc ; 09110.proc ; 09111.proc ; 09112.proc ; 09113.proc ; 09114.proc ; 09115.proc ; 09116.proc ; 09117.proc ; 09118.proc ; 09119.proc ; 09120.proc ; 09121.proc ; 09122.proc ; 09123.proc ; 09124.proc ; 09125.proc ; 09126.proc ; 09127.proc ; 09128.proc ; 09129.proc ; 09130.proc ; 09131.proc ; 09132.proc ; 09133.proc ; 09134.proc ; 09135.proc ; 09136.proc ; 09137.proc ; 09138.proc ; 09139.proc ; 09140.proc ; 09141.proc ; 09142.proc ; 09143.proc ; 09144.proc ; 09145.proc ; 09146.proc ; 09147.proc ; 09148.proc ; 09149.proc ; 09150.proc ; 09151.proc ; 09152.proc ; 09153.proc ; 09154.proc ; 09155.proc ; 09156.proc ; 09157.proc ; 09158.proc ; 09159.proc ; 09160.proc ; 09161.proc ; 09162.proc ; 09163.proc ; 09164.proc ; 09165.proc ; 09166.proc ; 09167.proc ; 09168.proc ; 09169.proc ; 09170.proc ; 09171.proc ; 09172.proc ; 09173.proc ; 09174.proc ; 09175.proc ; 09176.proc ; 09177.proc ; 09178.proc ; 09179.proc ; 09180.proc ; 09181.proc ; 09182.proc ; 09183.proc ; 09184.proc ; 09185.proc ; 09186.proc ; 09187.proc ; 09188.proc ; 09189.proc ; 09190.proc ; 09191.proc ; 09192.proc ; 09193.proc ; 09194.proc ; 09195.proc ; 09196.proc ; 09197.proc ; 09198.proc ; 09199.proc ; 09200.proc ; 09201.proc ; 09202.proc ; 09203.proc ; 09204.proc ; 09205.proc ; 09206.proc ; 09207.proc ; 09208.proc ; 09209.proc ; 09210.proc ; 09211.proc ; 09212.proc ; 09213.proc ; 09214.proc ; 09215.proc ; 09216.proc ; 09217.proc ; 09218.proc ; 09219.proc ; 09220.proc ; 09221.proc ; 09222.proc ; 09223.proc ; 09224.proc ; 09225.proc ; 09226.proc ; 09227.proc ; 09228.proc ; 09229.proc ; 09230.proc ; 09231.proc ; 09232.proc ; 09233.proc ; 09234.proc ; 09235.proc ; 09236.proc ; 09237.proc ; 09238.proc ; 09239.proc ; 09240.proc ; 09241.proc ; 09242.proc ; 09243.proc ; 09244.proc ; 09245.proc ; 09246.proc ; 09247.proc ; 09248.proc ; 09249.proc ; 09250.proc ; 09251.proc ; 09252.proc ; 09253.proc ; 09254.proc ; 09255.proc ; 09256.proc ; 09257.proc ; 09258.proc ; 09259.proc ; 09260.proc ; 09261.proc ; 09262.proc ; 09263.proc ; 09264.proc ; 09265.proc ; 09266.proc ; 09267.proc ; 09268.proc ; 09269.proc ; 09270.proc ; 09271.proc ; 09272.proc ; 09273.proc ; 09274.proc ; 09275.proc ; 09276.proc ; 09277.proc ; 09278.proc ; 09279.proc ; 09280.proc ; 09281.proc ; 09282.proc ; 09283.proc ; 09284.proc ; 09285.proc ; 09286.proc ; 09287.proc ; 09288.proc ; 09289.proc ; 09290.proc ; 09291.proc ; 09292.proc ; 09293.proc ; 09294.proc ; 09295.proc ; 09296.proc ; 09297.proc ; 09298.proc ; 09299.proc ; 09300.proc ; 09301.proc ; 09302.proc ; 09303.proc ; 09304.proc ; 09305.proc ; 09306.proc ; 09307.proc ; 09308.proc ; 09309.proc ; 09310.proc ; 09311.proc ; 09312.proc ; 09313.proc ; 09314.proc ; 09315.proc ; 09316.proc ; 09317.proc ; 09318.proc ; 09319.proc ; 09320.proc ; 09321.proc ; 09322.proc ; 09323.proc ; 09324.proc ; 09325.proc ; 09326.proc ; 09327.proc ; 09328.proc ; 09329.proc ; 09330.proc ; 09331.proc ; 09332.proc ; 09333.proc ; 09334.proc ; 09335.proc ; 09336.proc ; 09337.proc ; 09338.proc ; 09339.proc ; 09340.proc ; 09341.proc ; 09342.proc ; 09343.proc ; 09344.proc ; 09345.proc ; 09346.proc ; 09347.proc ; 09348.proc ; 09349.proc ; 09350.proc ; 09351.proc ; 09352.proc ; 09353.proc ; 09354.proc ; 09355.proc ; 09356.proc ; 09357.proc ; 09358.proc ; 09359.proc ; 09360.proc ; 09361.proc ; 09362.proc ; 09363.proc ; 09364.proc ; 09365.proc ; 09366.proc ; 09367.proc ; 09368.proc ; 09369.proc ; 09370.proc ; 09371.proc ; 09372.proc ; 09373.proc ; 09374.proc ; 09375.proc ; 09376.proc ; 09377.proc ; 09378.proc ; 09379.proc ; 09380.proc ; 09381.proc ; 09382.proc ; 09383.proc ; 09384.proc ; 09385.proc ; 09386.proc ; 09387.proc ; 09388.proc ; 09389.proc ; 09390.proc ; 09391.proc ; 09392.proc ; 09393.proc ; 09394.proc ; 09395.proc ; 09396.proc ; 09397.proc ; 09398.proc ; 09399.proc ; 09400.proc ; 09401.proc ; 09402.proc ; 09403.proc ; 09404.proc ; 09405.proc ; 09406.proc ; 09407.proc ; 09408.proc ; 09409.proc ; 09410.proc ; 09411.proc ; 09412.proc ; 09413.proc ; 09414.proc ; 09415.proc ; 09416.proc ; 09417.proc ; 09418.proc ; 09419.proc ; 09420.proc ; 09421.proc ; 09422.proc ; 09423.proc ; 09424.proc ; 09425.proc ; 09426.proc ; 09427.proc ; 09428.proc ; 09429.proc ; 09430.proc ; 09431.proc ; 09432.proc ; 09433.proc ; 09434.proc ; 09435.proc ; 09436.proc ; 09437.proc ; 09438.proc ; 09439.proc ; 09440.proc ; 09441.proc ; 09442.proc ; 09443.proc ; 09444.proc ; 09445.proc ; 09446.proc ; 09447.proc ; 09448.proc ; 09449.proc ; 09450.proc ; 09451.proc ; 09452.proc ; 09453.proc ; 09454.proc ; 09455.proc ; 09456.proc ; 09457.proc ; 09458.proc ; 09459.proc ; 09460.proc ; 09461.proc ; 09462.proc ; 09463.proc ; 09464.proc ; 09465.proc ; 09466.proc ; 09467.proc ; 09468.proc ; 09469.proc ; 09470.proc ; 09471.proc ; 09472.proc ; 09473.proc ; 09474.proc ; 09475.proc ; 09476.proc ; 09477.proc ; 09478.proc ; 09479.proc ; 09480.proc ; 09481.proc ; 09482.proc ; 09483.proc ; 09484.proc ; 09485.proc ; 09486.proc ; 09487.proc ; 09488.proc ; 09489.proc ; 09490.proc ; 09491.proc ; 09492.proc ; 09493.proc ; 09494.proc ; 09495.proc ; 09496.proc ; 09497.proc ; 09498.proc ; 09499.proc ; 09500.proc ; 09501.proc ; 09502.proc ; 09503.proc ; 09504.proc ; 09505.proc ; 09506.proc ; 09507.proc ; 09508.proc ; 09509.proc ; 09510.proc ; 09511.proc ; 09512.proc ; 09513.proc ; 09514.proc ; 09515.proc ; 09516.proc ; 09517.proc ; 09518.proc ; 09519.proc ; 09520.proc ; 09521.proc ; 09522.proc ; 09523.proc ; 09524.proc ; 09525.proc ; 09526.proc ; 09527.proc ; 09528.proc ; 09529.proc ; 09530.proc ; 09531.proc ; 09532.proc ; 09533.proc ; 09534.proc ; 09535.proc ; 09536.proc ; 09537.proc ; 09538.proc ; 09539.proc ; 09540.proc ; 09541.proc ; 09542.proc ; 09543.proc ; 09544.proc ; 09545.proc ; 09546.proc ; 09547.proc ; 09548.proc ; 09549.proc ; 09550.proc ; 09551.proc ; 09552.proc ; 09553.proc ; 09554.proc ; 09555.proc ; 09556.proc ; 09557.proc ; 09558.proc ; 09559.proc ; 09560.proc ; 09561.proc ; 09562.proc ; 09563.proc ; 09564.proc ; 09565.proc ; 09566.proc ; 09567.proc ; 09568.proc ; 09569.proc ; 09570.proc ; 09571.proc ; 09572.proc ; 09573.proc ; 09574.proc ; 09575.proc ; 09576.proc ; 09577.proc ; 09578.proc ; 09579.proc ; 09580.proc ; 09581.proc ; 09582.proc ; 09583.proc ; 09584.proc ; 09585.proc ; 09586.proc ; 09587.proc ; 09588.proc ; 09589.proc ; 09590.proc ; 09591.proc ; 09592.proc ; 09593.proc ; 09594.proc ; 09595.proc ; 09596.proc ; 09597.proc ; 09598.proc ; 09599.proc ; 09600.proc ; 09601.proc ; 09602.proc ; 09603.proc ; 09604.proc ; 09605.proc ; 09606.proc ; 09607.proc ; 09608.proc ; 09609.proc ; 09610.proc ; 09611.proc ; 09612.proc ; 09613.proc ; 09614.proc ; 09615.proc ; 09616.proc ; 09617.proc ; 09618.proc ; 09619.proc ; 09620.proc ; 09621.proc ; 09622.proc ; 09623.proc ; 09624.proc ; 09625.proc ; 09626.proc ; 09627.proc ; 09628.proc ; 09629.proc ; 09630.proc ; 09631.proc ; 09632.proc ; 09633.proc ; 09634.proc ; 09635.proc ; 09636.proc ; 09637.proc ; 09638.proc ; 09639.proc ; 09640.proc ; 09641.proc ; 09642.proc ; 09643.proc ; 09644.proc ; 09645.proc ; 09646.proc ; 09647.proc ; 09648.proc ; 09649.proc ; 09650.proc ; 09651.proc ; 09652.proc ; 09653.proc ; 09654.proc ; 09655.proc ; 09656.proc ; 09657.proc ; 09658.proc ; 09659.proc ; 09660.proc ; 09661.proc ; 09662.proc ; 09663.proc ; 09664.proc ; 09665.proc ; 09666.proc ; 09667.proc ; 09668.proc ; 09669.proc ; 09670.proc ; 09671.proc ; 09672.proc ; 09673.proc ; 09674.proc ; 09675.proc ; 09676.proc ; 09677.proc ; 09678.proc ; 09679.proc ; 09680.proc ; 09681.proc ; 09682.proc ; 09683.proc ; 09684.proc ; 09685.proc ; 09686.proc ; 09687.proc ; 09688.proc ; 09689.proc ; 09690.proc ; 09691.proc ; 09692.proc ; 09693.proc ; 09694.proc ; 09695.proc ; 09696.proc ; 09697.proc ; 09698.proc ; 09699.proc ; 09700.proc ; 09701.proc ; 09702.proc ; 09703.proc ; 09704.proc ; 09705.proc ; 09706.proc ; 09707.proc ; 09708.proc ; 09709.proc ; 09710.proc ; 09711.proc ; 09712.proc ; 09713.proc ; 09714.proc ; 09715.proc ; 09716.proc ; 09717.proc ; 09718.proc ; 09719.proc ; 09720.proc ; 09721.proc ; 09722.proc ; 09723.proc ; 09724.proc ; 09725.proc ; 09726.proc ; 09727.proc ; 09728.proc ; 09729.proc ; 09730.proc ; 09731.proc ; 09732.proc ; 09733.proc ; 09734.proc ; 09735.proc ; 09736.proc ; 09737.proc ; 09738.proc ; 09739.proc ; 09740.proc ; 09741.proc ; 09742.proc ; 09743.proc ; 09744.proc ; 09745.proc ; 09746.proc ; 09747.proc ; 09748.proc ; 09749.proc ; 09750.proc ; 09751.proc ; 09752.proc ; 09753.proc ; 09754.proc ; 09755.proc ; 09756.proc ; 09757.proc ; 09758.proc ; 09759.proc ; 09760.proc ; 09761.proc ; 09762.proc ; 09763.proc ; 09764.proc ; 09765.proc ; 09766.proc ; 09767.proc ; 09768.proc ; 09769.proc ; 09770.proc ; 09771.proc ; 09772.proc ; 09773.proc ; 09774.proc ; 09775.proc ; 09776.proc ; 09777.proc ; 09778.proc ; 09779.proc ; 09780.proc ; 09781.proc ; 09782.proc ; 09783.proc ; 09784.proc ; 09785.proc ; 09786.proc ; 09787.proc ; 09788.proc ; 09789.proc ; 09790.proc ; 09791.proc ; 09792.proc ; 09793.proc ; 09794.proc ; 09795.proc ; 09796.proc ; 09797.proc ; 09798.proc ; 09799.proc ; 09800.proc ; 09801.proc ; 09802.proc ; 09803.proc ; 09804.proc ; 09805.proc ; 09806.proc ; 09807.proc ; 09808.proc ; 09809.proc ; 09810.proc ; 09811.proc ; 09812.proc ; 09813.proc ; 09814.proc ; 09815.proc ; 09816.proc ; 09817.proc ; 09818.proc ; 09819.proc ; 09820.proc ; 09821.proc ; 09822.proc ; 09823.proc ; 09824.proc ; 09825.proc ; 09826.proc ; 09827.proc ; 09828.proc ; 09829.proc ; 09830.proc ; 09831.proc ; 09832.proc ; 09833.proc ; 09834.proc ; 09835.proc ; 09836.proc ; 09837.proc ; 09838.proc ; 09839.proc ; 09840.proc ; 09841.proc ; 09842.proc ; 09843.proc ; 09844.proc ; 09845.proc ; 09846.proc ; 09847.proc ; 09848.proc ; 09849.proc ; 09850.proc ; 09851.proc ; 09852.proc ; 09853.proc ; 09854.proc ; 09855.proc ; 09856.proc ; 09857.proc ; 09858.proc ; 09859.proc ; 09860.proc ; 09861.proc ; 09862.proc ; 09863.proc ; 09864.proc ; 09865.proc ; 09866.proc ; 09867.proc ; 09868.proc ; 09869.proc ; 09870.proc ; 09871.proc ; 09872.proc ; 09873.proc ; 09874.proc ; 09875.proc ; 09876.proc ; 09877.proc ; 09878.proc ; 09879.proc ; 09880.proc ; 09881.proc ; 09882.proc ; 09883.proc ; 09884.proc ; 09885.proc ; 09886.proc ; 09887.proc ; 09888.proc ; 09889.proc ; 09890.proc ; 09891.proc ; 09892.proc ; 09893.proc ; 09894.proc ; 09895.proc ; 09896.proc ; 09897.proc ; 09898.proc ; 09899.proc ; 09900.proc ; 09901.proc ; 09902.proc ; 09903.proc ; 09904.proc ; 09905.proc ; 09906.proc ; 09907.proc ; 09908.proc ; 09909.proc ; 09910.proc ; 09911.proc ; 09912.proc ; 09913.proc ; 09914.proc ; 09915.proc ; 09916.proc ; 09917.proc ; 09918.proc ; 09919.proc ; 09920.proc ; 09921.proc ; 09922.proc ; 09923.proc ; 09924.proc ; 09925.proc ; 09926.proc ; 09927.proc ; 09928.proc ; 09929.proc ; 09930.proc ; 09931.proc ; 09932.proc ; 09933.proc ; 09934.proc ; 09935.proc ; 09936.proc ; 09937.proc ; 09938.proc ; 09939.proc ; 09940.proc ; 09941.proc ; 09942.proc ; 09943.proc ; 09944.proc ; 09945.proc ; 09946.proc ; 09947.proc ; 09948.proc ; 09949.proc ; 09950.proc ; 09951.proc ; 09952.proc ; 09953.proc ; 09954.proc ; 09955.proc ; 09956.proc ; 09957.proc ; 09958.proc ; 09959.proc ; 09960.proc ; 09961.proc ; 09962.proc ; 09963.proc ; 09964.proc ; 09965.proc ; 09966.proc ; 09967.proc ; 09968.proc ; 09969.proc ; 09970.proc ; 09971.proc ; 09972.proc ; 09973.proc ; 09974.proc ; 09975.proc ; 09976.proc ; 09977.proc ; 09978.proc ; 09979.proc ; 09980.proc ; 09981.proc ; 09982.proc ; 09983.proc ; 09984.proc ; 09985.proc ; 09986.proc ; 09987.proc ; 09988.proc ; 09989.proc ; 09990.proc ; 09991.proc ; 09992.proc ; 09993.proc ; 09994.proc ; 09995.proc ; 09996.proc ; 09997.proc ; 09998.proc ; 09999.proc ; 10000.proc)}
+tr {00001.t1} {00001.s1} {10000.p1|00001.p0} -> {00001.p1|00002.p0} {00001.s2} 
+tr {00001.t2} {00001.s2} -> {00001.s1} 
+tr {00002.t1} {00001.p1|00002.p0} {00002.s1} -> {00002.p1|00003.p0} {00002.s2} 
+tr {00002.t2} {00002.s2} -> {00002.s1} 
+tr {00003.t1} {00002.p1|00003.p0} {00003.s1} -> {00003.p1|00004.p0} {00003.s2} 
+tr {00003.t2} {00003.s2} -> {00003.s1} 
+tr {00004.t1} {00003.p1|00004.p0} {00004.s1} -> {00004.p1|00005.p0} {00004.s2} 
+tr {00004.t2} {00004.s2} -> {00004.s1} 
+tr {00005.t1} {00004.p1|00005.p0} {00005.s1} -> {00005.p1|00006.p0} {00005.s2} 
+tr {00005.t2} {00005.s2} -> {00005.s1} 
+tr {00006.t1} {00005.p1|00006.p0} {00006.s1} -> {00006.p1|00007.p0} {00006.s2} 
+tr {00006.t2} {00006.s2} -> {00006.s1} 
+tr {00007.t1} {00006.p1|00007.p0} {00007.s1} -> {00007.p1|00008.p0} {00007.s2} 
+tr {00007.t2} {00007.s2} -> {00007.s1} 
+tr {00008.t1} {00007.p1|00008.p0} {00008.s1} -> {00008.p1|00009.p0} {00008.s2} 
+tr {00008.t2} {00008.s2} -> {00008.s1} 
+tr {00009.t1} {00008.p1|00009.p0} {00009.s1} -> {00009.p1|00010.p0} {00009.s2} 
+tr {00009.t2} {00009.s2} -> {00009.s1} 
+tr {00010.t1} {00009.p1|00010.p0} {00010.s1} -> {00010.p1|00011.p0} {00010.s2} 
+tr {00010.t2} {00010.s2} -> {00010.s1} 
+tr {00011.t1} {00010.p1|00011.p0} {00011.s1} -> {00011.p1|00012.p0} {00011.s2} 
+tr {00011.t2} {00011.s2} -> {00011.s1} 
+tr {00012.t1} {00011.p1|00012.p0} {00012.s1} -> {00012.p1|00013.p0} {00012.s2} 
+tr {00012.t2} {00012.s2} -> {00012.s1} 
+tr {00013.t1} {00012.p1|00013.p0} {00013.s1} -> {00013.p1|00014.p0} {00013.s2} 
+tr {00013.t2} {00013.s2} -> {00013.s1} 
+tr {00014.t1} {00013.p1|00014.p0} {00014.s1} -> {00014.p1|00015.p0} {00014.s2} 
+tr {00014.t2} {00014.s2} -> {00014.s1} 
+tr {00015.t1} {00014.p1|00015.p0} {00015.s1} -> {00015.p1|00016.p0} {00015.s2} 
+tr {00015.t2} {00015.s2} -> {00015.s1} 
+tr {00016.t1} {00015.p1|00016.p0} {00016.s1} -> {00016.p1|00017.p0} {00016.s2} 
+tr {00016.t2} {00016.s2} -> {00016.s1} 
+tr {00017.t1} {00016.p1|00017.p0} {00017.s1} -> {00017.p1|00018.p0} {00017.s2} 
+tr {00017.t2} {00017.s2} -> {00017.s1} 
+tr {00018.t1} {00017.p1|00018.p0} {00018.s1} -> {00018.p1|00019.p0} {00018.s2} 
+tr {00018.t2} {00018.s2} -> {00018.s1} 
+tr {00019.t1} {00018.p1|00019.p0} {00019.s1} -> {00019.p1|00020.p0} {00019.s2} 
+tr {00019.t2} {00019.s2} -> {00019.s1} 
+tr {00020.t1} {00019.p1|00020.p0} {00020.s1} -> {00020.p1|00021.p0} {00020.s2} 
+tr {00020.t2} {00020.s2} -> {00020.s1} 
+tr {00021.t1} {00020.p1|00021.p0} {00021.s1} -> {00021.p1|00022.p0} {00021.s2} 
+tr {00021.t2} {00021.s2} -> {00021.s1} 
+tr {00022.t1} {00021.p1|00022.p0} {00022.s1} -> {00022.p1|00023.p0} {00022.s2} 
+tr {00022.t2} {00022.s2} -> {00022.s1} 
+tr {00023.t1} {00022.p1|00023.p0} {00023.s1} -> {00023.p1|00024.p0} {00023.s2} 
+tr {00023.t2} {00023.s2} -> {00023.s1} 
+tr {00024.t1} {00023.p1|00024.p0} {00024.s1} -> {00024.p1|00025.p0} {00024.s2} 
+tr {00024.t2} {00024.s2} -> {00024.s1} 
+tr {00025.t1} {00024.p1|00025.p0} {00025.s1} -> {00025.p1|00026.p0} {00025.s2} 
+tr {00025.t2} {00025.s2} -> {00025.s1} 
+tr {00026.t1} {00025.p1|00026.p0} {00026.s1} -> {00026.p1|00027.p0} {00026.s2} 
+tr {00026.t2} {00026.s2} -> {00026.s1} 
+tr {00027.t1} {00026.p1|00027.p0} {00027.s1} -> {00027.p1|00028.p0} {00027.s2} 
+tr {00027.t2} {00027.s2} -> {00027.s1} 
+tr {00028.t1} {00027.p1|00028.p0} {00028.s1} -> {00028.p1|00029.p0} {00028.s2} 
+tr {00028.t2} {00028.s2} -> {00028.s1} 
+tr {00029.t1} {00028.p1|00029.p0} {00029.s1} -> {00029.p1|00030.p0} {00029.s2} 
+tr {00029.t2} {00029.s2} -> {00029.s1} 
+tr {00030.t1} {00029.p1|00030.p0} {00030.s1} -> {00030.p1|00031.p0} {00030.s2} 
+tr {00030.t2} {00030.s2} -> {00030.s1} 
+tr {00031.t1} {00030.p1|00031.p0} {00031.s1} -> {00031.p1|00032.p0} {00031.s2} 
+tr {00031.t2} {00031.s2} -> {00031.s1} 
+tr {00032.t1} {00031.p1|00032.p0} {00032.s1} -> {00032.p1|00033.p0} {00032.s2} 
+tr {00032.t2} {00032.s2} -> {00032.s1} 
+tr {00033.t1} {00032.p1|00033.p0} {00033.s1} -> {00033.p1|00034.p0} {00033.s2} 
+tr {00033.t2} {00033.s2} -> {00033.s1} 
+tr {00034.t1} {00033.p1|00034.p0} {00034.s1} -> {00034.p1|00035.p0} {00034.s2} 
+tr {00034.t2} {00034.s2} -> {00034.s1} 
+tr {00035.t1} {00034.p1|00035.p0} {00035.s1} -> {00035.p1|00036.p0} {00035.s2} 
+tr {00035.t2} {00035.s2} -> {00035.s1} 
+tr {00036.t1} {00035.p1|00036.p0} {00036.s1} -> {00036.p1|00037.p0} {00036.s2} 
+tr {00036.t2} {00036.s2} -> {00036.s1} 
+tr {00037.t1} {00036.p1|00037.p0} {00037.s1} -> {00037.p1|00038.p0} {00037.s2} 
+tr {00037.t2} {00037.s2} -> {00037.s1} 
+tr {00038.t1} {00037.p1|00038.p0} {00038.s1} -> {00038.p1|00039.p0} {00038.s2} 
+tr {00038.t2} {00038.s2} -> {00038.s1} 
+tr {00039.t1} {00038.p1|00039.p0} {00039.s1} -> {00039.p1|00040.p0} {00039.s2} 
+tr {00039.t2} {00039.s2} -> {00039.s1} 
+tr {00040.t1} {00039.p1|00040.p0} {00040.s1} -> {00040.p1|00041.p0} {00040.s2} 
+tr {00040.t2} {00040.s2} -> {00040.s1} 
+tr {00041.t1} {00040.p1|00041.p0} {00041.s1} -> {00041.p1|00042.p0} {00041.s2} 
+tr {00041.t2} {00041.s2} -> {00041.s1} 
+tr {00042.t1} {00041.p1|00042.p0} {00042.s1} -> {00042.p1|00043.p0} {00042.s2} 
+tr {00042.t2} {00042.s2} -> {00042.s1} 
+tr {00043.t1} {00042.p1|00043.p0} {00043.s1} -> {00043.p1|00044.p0} {00043.s2} 
+tr {00043.t2} {00043.s2} -> {00043.s1} 
+tr {00044.t1} {00043.p1|00044.p0} {00044.s1} -> {00044.p1|00045.p0} {00044.s2} 
+tr {00044.t2} {00044.s2} -> {00044.s1} 
+tr {00045.t1} {00044.p1|00045.p0} {00045.s1} -> {00045.p1|00046.p0} {00045.s2} 
+tr {00045.t2} {00045.s2} -> {00045.s1} 
+tr {00046.t1} {00045.p1|00046.p0} {00046.s1} -> {00046.p1|00047.p0} {00046.s2} 
+tr {00046.t2} {00046.s2} -> {00046.s1} 
+tr {00047.t1} {00046.p1|00047.p0} {00047.s1} -> {00047.p1|00048.p0} {00047.s2} 
+tr {00047.t2} {00047.s2} -> {00047.s1} 
+tr {00048.t1} {00047.p1|00048.p0} {00048.s1} -> {00048.p1|00049.p0} {00048.s2} 
+tr {00048.t2} {00048.s2} -> {00048.s1} 
+tr {00049.t1} {00048.p1|00049.p0} {00049.s1} -> {00049.p1|00050.p0} {00049.s2} 
+tr {00049.t2} {00049.s2} -> {00049.s1} 
+tr {00050.t1} {00049.p1|00050.p0} {00050.s1} -> {00050.p1|00051.p0} {00050.s2} 
+tr {00050.t2} {00050.s2} -> {00050.s1} 
+tr {00051.t1} {00050.p1|00051.p0} {00051.s1} -> {00051.p1|00052.p0} {00051.s2} 
+tr {00051.t2} {00051.s2} -> {00051.s1} 
+tr {00052.t1} {00051.p1|00052.p0} {00052.s1} -> {00052.p1|00053.p0} {00052.s2} 
+tr {00052.t2} {00052.s2} -> {00052.s1} 
+tr {00053.t1} {00052.p1|00053.p0} {00053.s1} -> {00053.p1|00054.p0} {00053.s2} 
+tr {00053.t2} {00053.s2} -> {00053.s1} 
+tr {00054.t1} {00053.p1|00054.p0} {00054.s1} -> {00054.p1|00055.p0} {00054.s2} 
+tr {00054.t2} {00054.s2} -> {00054.s1} 
+tr {00055.t1} {00054.p1|00055.p0} {00055.s1} -> {00055.p1|00056.p0} {00055.s2} 
+tr {00055.t2} {00055.s2} -> {00055.s1} 
+tr {00056.t1} {00055.p1|00056.p0} {00056.s1} -> {00056.p1|00057.p0} {00056.s2} 
+tr {00056.t2} {00056.s2} -> {00056.s1} 
+tr {00057.t1} {00056.p1|00057.p0} {00057.s1} -> {00057.p1|00058.p0} {00057.s2} 
+tr {00057.t2} {00057.s2} -> {00057.s1} 
+tr {00058.t1} {00057.p1|00058.p0} {00058.s1} -> {00058.p1|00059.p0} {00058.s2} 
+tr {00058.t2} {00058.s2} -> {00058.s1} 
+tr {00059.t1} {00058.p1|00059.p0} {00059.s1} -> {00059.p1|00060.p0} {00059.s2} 
+tr {00059.t2} {00059.s2} -> {00059.s1} 
+tr {00060.t1} {00059.p1|00060.p0} {00060.s1} -> {00060.p1|00061.p0} {00060.s2} 
+tr {00060.t2} {00060.s2} -> {00060.s1} 
+tr {00061.t1} {00060.p1|00061.p0} {00061.s1} -> {00061.p1|00062.p0} {00061.s2} 
+tr {00061.t2} {00061.s2} -> {00061.s1} 
+tr {00062.t1} {00061.p1|00062.p0} {00062.s1} -> {00062.p1|00063.p0} {00062.s2} 
+tr {00062.t2} {00062.s2} -> {00062.s1} 
+tr {00063.t1} {00062.p1|00063.p0} {00063.s1} -> {00063.p1|00064.p0} {00063.s2} 
+tr {00063.t2} {00063.s2} -> {00063.s1} 
+tr {00064.t1} {00063.p1|00064.p0} {00064.s1} -> {00064.p1|00065.p0} {00064.s2} 
+tr {00064.t2} {00064.s2} -> {00064.s1} 
+tr {00065.t1} {00064.p1|00065.p0} {00065.s1} -> {00065.p1|00066.p0} {00065.s2} 
+tr {00065.t2} {00065.s2} -> {00065.s1} 
+tr {00066.t1} {00065.p1|00066.p0} {00066.s1} -> {00066.p1|00067.p0} {00066.s2} 
+tr {00066.t2} {00066.s2} -> {00066.s1} 
+tr {00067.t1} {00066.p1|00067.p0} {00067.s1} -> {00067.p1|00068.p0} {00067.s2} 
+tr {00067.t2} {00067.s2} -> {00067.s1} 
+tr {00068.t1} {00067.p1|00068.p0} {00068.s1} -> {00068.p1|00069.p0} {00068.s2} 
+tr {00068.t2} {00068.s2} -> {00068.s1} 
+tr {00069.t1} {00068.p1|00069.p0} {00069.s1} -> {00069.p1|00070.p0} {00069.s2} 
+tr {00069.t2} {00069.s2} -> {00069.s1} 
+tr {00070.t1} {00069.p1|00070.p0} {00070.s1} -> {00070.p1|00071.p0} {00070.s2} 
+tr {00070.t2} {00070.s2} -> {00070.s1} 
+tr {00071.t1} {00070.p1|00071.p0} {00071.s1} -> {00071.p1|00072.p0} {00071.s2} 
+tr {00071.t2} {00071.s2} -> {00071.s1} 
+tr {00072.t1} {00071.p1|00072.p0} {00072.s1} -> {00072.p1|00073.p0} {00072.s2} 
+tr {00072.t2} {00072.s2} -> {00072.s1} 
+tr {00073.t1} {00072.p1|00073.p0} {00073.s1} -> {00073.p1|00074.p0} {00073.s2} 
+tr {00073.t2} {00073.s2} -> {00073.s1} 
+tr {00074.t1} {00073.p1|00074.p0} {00074.s1} -> {00074.p1|00075.p0} {00074.s2} 
+tr {00074.t2} {00074.s2} -> {00074.s1} 
+tr {00075.t1} {00074.p1|00075.p0} {00075.s1} -> {00075.p1|00076.p0} {00075.s2} 
+tr {00075.t2} {00075.s2} -> {00075.s1} 
+tr {00076.t1} {00075.p1|00076.p0} {00076.s1} -> {00076.p1|00077.p0} {00076.s2} 
+tr {00076.t2} {00076.s2} -> {00076.s1} 
+tr {00077.t1} {00076.p1|00077.p0} {00077.s1} -> {00077.p1|00078.p0} {00077.s2} 
+tr {00077.t2} {00077.s2} -> {00077.s1} 
+tr {00078.t1} {00077.p1|00078.p0} {00078.s1} -> {00078.p1|00079.p0} {00078.s2} 
+tr {00078.t2} {00078.s2} -> {00078.s1} 
+tr {00079.t1} {00078.p1|00079.p0} {00079.s1} -> {00079.p1|00080.p0} {00079.s2} 
+tr {00079.t2} {00079.s2} -> {00079.s1} 
+tr {00080.t1} {00079.p1|00080.p0} {00080.s1} -> {00080.p1|00081.p0} {00080.s2} 
+tr {00080.t2} {00080.s2} -> {00080.s1} 
+tr {00081.t1} {00080.p1|00081.p0} {00081.s1} -> {00081.p1|00082.p0} {00081.s2} 
+tr {00081.t2} {00081.s2} -> {00081.s1} 
+tr {00082.t1} {00081.p1|00082.p0} {00082.s1} -> {00082.p1|00083.p0} {00082.s2} 
+tr {00082.t2} {00082.s2} -> {00082.s1} 
+tr {00083.t1} {00082.p1|00083.p0} {00083.s1} -> {00083.p1|00084.p0} {00083.s2} 
+tr {00083.t2} {00083.s2} -> {00083.s1} 
+tr {00084.t1} {00083.p1|00084.p0} {00084.s1} -> {00084.p1|00085.p0} {00084.s2} 
+tr {00084.t2} {00084.s2} -> {00084.s1} 
+tr {00085.t1} {00084.p1|00085.p0} {00085.s1} -> {00085.p1|00086.p0} {00085.s2} 
+tr {00085.t2} {00085.s2} -> {00085.s1} 
+tr {00086.t1} {00085.p1|00086.p0} {00086.s1} -> {00086.p1|00087.p0} {00086.s2} 
+tr {00086.t2} {00086.s2} -> {00086.s1} 
+tr {00087.t1} {00086.p1|00087.p0} {00087.s1} -> {00087.p1|00088.p0} {00087.s2} 
+tr {00087.t2} {00087.s2} -> {00087.s1} 
+tr {00088.t1} {00087.p1|00088.p0} {00088.s1} -> {00088.p1|00089.p0} {00088.s2} 
+tr {00088.t2} {00088.s2} -> {00088.s1} 
+tr {00089.t1} {00088.p1|00089.p0} {00089.s1} -> {00089.p1|00090.p0} {00089.s2} 
+tr {00089.t2} {00089.s2} -> {00089.s1} 
+tr {00090.t1} {00089.p1|00090.p0} {00090.s1} -> {00090.p1|00091.p0} {00090.s2} 
+tr {00090.t2} {00090.s2} -> {00090.s1} 
+tr {00091.t1} {00090.p1|00091.p0} {00091.s1} -> {00091.p1|00092.p0} {00091.s2} 
+tr {00091.t2} {00091.s2} -> {00091.s1} 
+tr {00092.t1} {00091.p1|00092.p0} {00092.s1} -> {00092.p1|00093.p0} {00092.s2} 
+tr {00092.t2} {00092.s2} -> {00092.s1} 
+tr {00093.t1} {00092.p1|00093.p0} {00093.s1} -> {00093.p1|00094.p0} {00093.s2} 
+tr {00093.t2} {00093.s2} -> {00093.s1} 
+tr {00094.t1} {00093.p1|00094.p0} {00094.s1} -> {00094.p1|00095.p0} {00094.s2} 
+tr {00094.t2} {00094.s2} -> {00094.s1} 
+tr {00095.t1} {00094.p1|00095.p0} {00095.s1} -> {00095.p1|00096.p0} {00095.s2} 
+tr {00095.t2} {00095.s2} -> {00095.s1} 
+tr {00096.t1} {00095.p1|00096.p0} {00096.s1} -> {00096.p1|00097.p0} {00096.s2} 
+tr {00096.t2} {00096.s2} -> {00096.s1} 
+tr {00097.t1} {00096.p1|00097.p0} {00097.s1} -> {00097.p1|00098.p0} {00097.s2} 
+tr {00097.t2} {00097.s2} -> {00097.s1} 
+tr {00098.t1} {00097.p1|00098.p0} {00098.s1} -> {00098.p1|00099.p0} {00098.s2} 
+tr {00098.t2} {00098.s2} -> {00098.s1} 
+tr {00099.t1} {00098.p1|00099.p0} {00099.s1} -> {00099.p1|00100.p0} {00099.s2} 
+tr {00099.t2} {00099.s2} -> {00099.s1} 
+tr {00100.t1} {00099.p1|00100.p0} {00100.s1} -> {00100.p1|00101.p0} {00100.s2} 
+tr {00100.t2} {00100.s2} -> {00100.s1} 
+tr {00101.t1} {00100.p1|00101.p0} {00101.s1} -> {00101.p1|00102.p0} {00101.s2} 
+tr {00101.t2} {00101.s2} -> {00101.s1} 
+tr {00102.t1} {00101.p1|00102.p0} {00102.s1} -> {00102.p1|00103.p0} {00102.s2} 
+tr {00102.t2} {00102.s2} -> {00102.s1} 
+tr {00103.t1} {00102.p1|00103.p0} {00103.s1} -> {00103.p1|00104.p0} {00103.s2} 
+tr {00103.t2} {00103.s2} -> {00103.s1} 
+tr {00104.t1} {00103.p1|00104.p0} {00104.s1} -> {00104.p1|00105.p0} {00104.s2} 
+tr {00104.t2} {00104.s2} -> {00104.s1} 
+tr {00105.t1} {00104.p1|00105.p0} {00105.s1} -> {00105.p1|00106.p0} {00105.s2} 
+tr {00105.t2} {00105.s2} -> {00105.s1} 
+tr {00106.t1} {00105.p1|00106.p0} {00106.s1} -> {00106.p1|00107.p0} {00106.s2} 
+tr {00106.t2} {00106.s2} -> {00106.s1} 
+tr {00107.t1} {00106.p1|00107.p0} {00107.s1} -> {00107.p1|00108.p0} {00107.s2} 
+tr {00107.t2} {00107.s2} -> {00107.s1} 
+tr {00108.t1} {00107.p1|00108.p0} {00108.s1} -> {00108.p1|00109.p0} {00108.s2} 
+tr {00108.t2} {00108.s2} -> {00108.s1} 
+tr {00109.t1} {00108.p1|00109.p0} {00109.s1} -> {00109.p1|00110.p0} {00109.s2} 
+tr {00109.t2} {00109.s2} -> {00109.s1} 
+tr {00110.t1} {00109.p1|00110.p0} {00110.s1} -> {00110.p1|00111.p0} {00110.s2} 
+tr {00110.t2} {00110.s2} -> {00110.s1} 
+tr {00111.t1} {00110.p1|00111.p0} {00111.s1} -> {00111.p1|00112.p0} {00111.s2} 
+tr {00111.t2} {00111.s2} -> {00111.s1} 
+tr {00112.t1} {00111.p1|00112.p0} {00112.s1} -> {00112.p1|00113.p0} {00112.s2} 
+tr {00112.t2} {00112.s2} -> {00112.s1} 
+tr {00113.t1} {00112.p1|00113.p0} {00113.s1} -> {00113.p1|00114.p0} {00113.s2} 
+tr {00113.t2} {00113.s2} -> {00113.s1} 
+tr {00114.t1} {00113.p1|00114.p0} {00114.s1} -> {00114.p1|00115.p0} {00114.s2} 
+tr {00114.t2} {00114.s2} -> {00114.s1} 
+tr {00115.t1} {00114.p1|00115.p0} {00115.s1} -> {00115.p1|00116.p0} {00115.s2} 
+tr {00115.t2} {00115.s2} -> {00115.s1} 
+tr {00116.t1} {00115.p1|00116.p0} {00116.s1} -> {00116.p1|00117.p0} {00116.s2} 
+tr {00116.t2} {00116.s2} -> {00116.s1} 
+tr {00117.t1} {00116.p1|00117.p0} {00117.s1} -> {00117.p1|00118.p0} {00117.s2} 
+tr {00117.t2} {00117.s2} -> {00117.s1} 
+tr {00118.t1} {00117.p1|00118.p0} {00118.s1} -> {00118.p1|00119.p0} {00118.s2} 
+tr {00118.t2} {00118.s2} -> {00118.s1} 
+tr {00119.t1} {00118.p1|00119.p0} {00119.s1} -> {00119.p1|00120.p0} {00119.s2} 
+tr {00119.t2} {00119.s2} -> {00119.s1} 
+tr {00120.t1} {00119.p1|00120.p0} {00120.s1} -> {00120.p1|00121.p0} {00120.s2} 
+tr {00120.t2} {00120.s2} -> {00120.s1} 
+tr {00121.t1} {00120.p1|00121.p0} {00121.s1} -> {00121.p1|00122.p0} {00121.s2} 
+tr {00121.t2} {00121.s2} -> {00121.s1} 
+tr {00122.t1} {00121.p1|00122.p0} {00122.s1} -> {00122.p1|00123.p0} {00122.s2} 
+tr {00122.t2} {00122.s2} -> {00122.s1} 
+tr {00123.t1} {00122.p1|00123.p0} {00123.s1} -> {00123.p1|00124.p0} {00123.s2} 
+tr {00123.t2} {00123.s2} -> {00123.s1} 
+tr {00124.t1} {00123.p1|00124.p0} {00124.s1} -> {00124.p1|00125.p0} {00124.s2} 
+tr {00124.t2} {00124.s2} -> {00124.s1} 
+tr {00125.t1} {00124.p1|00125.p0} {00125.s1} -> {00125.p1|00126.p0} {00125.s2} 
+tr {00125.t2} {00125.s2} -> {00125.s1} 
+tr {00126.t1} {00125.p1|00126.p0} {00126.s1} -> {00126.p1|00127.p0} {00126.s2} 
+tr {00126.t2} {00126.s2} -> {00126.s1} 
+tr {00127.t1} {00126.p1|00127.p0} {00127.s1} -> {00127.p1|00128.p0} {00127.s2} 
+tr {00127.t2} {00127.s2} -> {00127.s1} 
+tr {00128.t1} {00127.p1|00128.p0} {00128.s1} -> {00128.p1|00129.p0} {00128.s2} 
+tr {00128.t2} {00128.s2} -> {00128.s1} 
+tr {00129.t1} {00128.p1|00129.p0} {00129.s1} -> {00129.p1|00130.p0} {00129.s2} 
+tr {00129.t2} {00129.s2} -> {00129.s1} 
+tr {00130.t1} {00129.p1|00130.p0} {00130.s1} -> {00130.p1|00131.p0} {00130.s2} 
+tr {00130.t2} {00130.s2} -> {00130.s1} 
+tr {00131.t1} {00130.p1|00131.p0} {00131.s1} -> {00131.p1|00132.p0} {00131.s2} 
+tr {00131.t2} {00131.s2} -> {00131.s1} 
+tr {00132.t1} {00131.p1|00132.p0} {00132.s1} -> {00132.p1|00133.p0} {00132.s2} 
+tr {00132.t2} {00132.s2} -> {00132.s1} 
+tr {00133.t1} {00132.p1|00133.p0} {00133.s1} -> {00133.p1|00134.p0} {00133.s2} 
+tr {00133.t2} {00133.s2} -> {00133.s1} 
+tr {00134.t1} {00133.p1|00134.p0} {00134.s1} -> {00134.p1|00135.p0} {00134.s2} 
+tr {00134.t2} {00134.s2} -> {00134.s1} 
+tr {00135.t1} {00134.p1|00135.p0} {00135.s1} -> {00135.p1|00136.p0} {00135.s2} 
+tr {00135.t2} {00135.s2} -> {00135.s1} 
+tr {00136.t1} {00135.p1|00136.p0} {00136.s1} -> {00136.p1|00137.p0} {00136.s2} 
+tr {00136.t2} {00136.s2} -> {00136.s1} 
+tr {00137.t1} {00136.p1|00137.p0} {00137.s1} -> {00137.p1|00138.p0} {00137.s2} 
+tr {00137.t2} {00137.s2} -> {00137.s1} 
+tr {00138.t1} {00137.p1|00138.p0} {00138.s1} -> {00138.p1|00139.p0} {00138.s2} 
+tr {00138.t2} {00138.s2} -> {00138.s1} 
+tr {00139.t1} {00138.p1|00139.p0} {00139.s1} -> {00139.p1|00140.p0} {00139.s2} 
+tr {00139.t2} {00139.s2} -> {00139.s1} 
+tr {00140.t1} {00139.p1|00140.p0} {00140.s1} -> {00140.p1|00141.p0} {00140.s2} 
+tr {00140.t2} {00140.s2} -> {00140.s1} 
+tr {00141.t1} {00140.p1|00141.p0} {00141.s1} -> {00141.p1|00142.p0} {00141.s2} 
+tr {00141.t2} {00141.s2} -> {00141.s1} 
+tr {00142.t1} {00141.p1|00142.p0} {00142.s1} -> {00142.p1|00143.p0} {00142.s2} 
+tr {00142.t2} {00142.s2} -> {00142.s1} 
+tr {00143.t1} {00142.p1|00143.p0} {00143.s1} -> {00143.p1|00144.p0} {00143.s2} 
+tr {00143.t2} {00143.s2} -> {00143.s1} 
+tr {00144.t1} {00143.p1|00144.p0} {00144.s1} -> {00144.p1|00145.p0} {00144.s2} 
+tr {00144.t2} {00144.s2} -> {00144.s1} 
+tr {00145.t1} {00144.p1|00145.p0} {00145.s1} -> {00145.p1|00146.p0} {00145.s2} 
+tr {00145.t2} {00145.s2} -> {00145.s1} 
+tr {00146.t1} {00145.p1|00146.p0} {00146.s1} -> {00146.p1|00147.p0} {00146.s2} 
+tr {00146.t2} {00146.s2} -> {00146.s1} 
+tr {00147.t1} {00146.p1|00147.p0} {00147.s1} -> {00147.p1|00148.p0} {00147.s2} 
+tr {00147.t2} {00147.s2} -> {00147.s1} 
+tr {00148.t1} {00147.p1|00148.p0} {00148.s1} -> {00148.p1|00149.p0} {00148.s2} 
+tr {00148.t2} {00148.s2} -> {00148.s1} 
+tr {00149.t1} {00148.p1|00149.p0} {00149.s1} -> {00149.p1|00150.p0} {00149.s2} 
+tr {00149.t2} {00149.s2} -> {00149.s1} 
+tr {00150.t1} {00149.p1|00150.p0} {00150.s1} -> {00150.p1|00151.p0} {00150.s2} 
+tr {00150.t2} {00150.s2} -> {00150.s1} 
+tr {00151.t1} {00150.p1|00151.p0} {00151.s1} -> {00151.p1|00152.p0} {00151.s2} 
+tr {00151.t2} {00151.s2} -> {00151.s1} 
+tr {00152.t1} {00151.p1|00152.p0} {00152.s1} -> {00152.p1|00153.p0} {00152.s2} 
+tr {00152.t2} {00152.s2} -> {00152.s1} 
+tr {00153.t1} {00152.p1|00153.p0} {00153.s1} -> {00153.p1|00154.p0} {00153.s2} 
+tr {00153.t2} {00153.s2} -> {00153.s1} 
+tr {00154.t1} {00153.p1|00154.p0} {00154.s1} -> {00154.p1|00155.p0} {00154.s2} 
+tr {00154.t2} {00154.s2} -> {00154.s1} 
+tr {00155.t1} {00154.p1|00155.p0} {00155.s1} -> {00155.p1|00156.p0} {00155.s2} 
+tr {00155.t2} {00155.s2} -> {00155.s1} 
+tr {00156.t1} {00155.p1|00156.p0} {00156.s1} -> {00156.p1|00157.p0} {00156.s2} 
+tr {00156.t2} {00156.s2} -> {00156.s1} 
+tr {00157.t1} {00156.p1|00157.p0} {00157.s1} -> {00157.p1|00158.p0} {00157.s2} 
+tr {00157.t2} {00157.s2} -> {00157.s1} 
+tr {00158.t1} {00157.p1|00158.p0} {00158.s1} -> {00158.p1|00159.p0} {00158.s2} 
+tr {00158.t2} {00158.s2} -> {00158.s1} 
+tr {00159.t1} {00158.p1|00159.p0} {00159.s1} -> {00159.p1|00160.p0} {00159.s2} 
+tr {00159.t2} {00159.s2} -> {00159.s1} 
+tr {00160.t1} {00159.p1|00160.p0} {00160.s1} -> {00160.p1|00161.p0} {00160.s2} 
+tr {00160.t2} {00160.s2} -> {00160.s1} 
+tr {00161.t1} {00160.p1|00161.p0} {00161.s1} -> {00161.p1|00162.p0} {00161.s2} 
+tr {00161.t2} {00161.s2} -> {00161.s1} 
+tr {00162.t1} {00161.p1|00162.p0} {00162.s1} -> {00162.p1|00163.p0} {00162.s2} 
+tr {00162.t2} {00162.s2} -> {00162.s1} 
+tr {00163.t1} {00162.p1|00163.p0} {00163.s1} -> {00163.p1|00164.p0} {00163.s2} 
+tr {00163.t2} {00163.s2} -> {00163.s1} 
+tr {00164.t1} {00163.p1|00164.p0} {00164.s1} -> {00164.p1|00165.p0} {00164.s2} 
+tr {00164.t2} {00164.s2} -> {00164.s1} 
+tr {00165.t1} {00164.p1|00165.p0} {00165.s1} -> {00165.p1|00166.p0} {00165.s2} 
+tr {00165.t2} {00165.s2} -> {00165.s1} 
+tr {00166.t1} {00165.p1|00166.p0} {00166.s1} -> {00166.p1|00167.p0} {00166.s2} 
+tr {00166.t2} {00166.s2} -> {00166.s1} 
+tr {00167.t1} {00166.p1|00167.p0} {00167.s1} -> {00167.p1|00168.p0} {00167.s2} 
+tr {00167.t2} {00167.s2} -> {00167.s1} 
+tr {00168.t1} {00167.p1|00168.p0} {00168.s1} -> {00168.p1|00169.p0} {00168.s2} 
+tr {00168.t2} {00168.s2} -> {00168.s1} 
+tr {00169.t1} {00168.p1|00169.p0} {00169.s1} -> {00169.p1|00170.p0} {00169.s2} 
+tr {00169.t2} {00169.s2} -> {00169.s1} 
+tr {00170.t1} {00169.p1|00170.p0} {00170.s1} -> {00170.p1|00171.p0} {00170.s2} 
+tr {00170.t2} {00170.s2} -> {00170.s1} 
+tr {00171.t1} {00170.p1|00171.p0} {00171.s1} -> {00171.p1|00172.p0} {00171.s2} 
+tr {00171.t2} {00171.s2} -> {00171.s1} 
+tr {00172.t1} {00171.p1|00172.p0} {00172.s1} -> {00172.p1|00173.p0} {00172.s2} 
+tr {00172.t2} {00172.s2} -> {00172.s1} 
+tr {00173.t1} {00172.p1|00173.p0} {00173.s1} -> {00173.p1|00174.p0} {00173.s2} 
+tr {00173.t2} {00173.s2} -> {00173.s1} 
+tr {00174.t1} {00173.p1|00174.p0} {00174.s1} -> {00174.p1|00175.p0} {00174.s2} 
+tr {00174.t2} {00174.s2} -> {00174.s1} 
+tr {00175.t1} {00174.p1|00175.p0} {00175.s1} -> {00175.p1|00176.p0} {00175.s2} 
+tr {00175.t2} {00175.s2} -> {00175.s1} 
+tr {00176.t1} {00175.p1|00176.p0} {00176.s1} -> {00176.p1|00177.p0} {00176.s2} 
+tr {00176.t2} {00176.s2} -> {00176.s1} 
+tr {00177.t1} {00176.p1|00177.p0} {00177.s1} -> {00177.p1|00178.p0} {00177.s2} 
+tr {00177.t2} {00177.s2} -> {00177.s1} 
+tr {00178.t1} {00177.p1|00178.p0} {00178.s1} -> {00178.p1|00179.p0} {00178.s2} 
+tr {00178.t2} {00178.s2} -> {00178.s1} 
+tr {00179.t1} {00178.p1|00179.p0} {00179.s1} -> {00179.p1|00180.p0} {00179.s2} 
+tr {00179.t2} {00179.s2} -> {00179.s1} 
+tr {00180.t1} {00179.p1|00180.p0} {00180.s1} -> {00180.p1|00181.p0} {00180.s2} 
+tr {00180.t2} {00180.s2} -> {00180.s1} 
+tr {00181.t1} {00180.p1|00181.p0} {00181.s1} -> {00181.p1|00182.p0} {00181.s2} 
+tr {00181.t2} {00181.s2} -> {00181.s1} 
+tr {00182.t1} {00181.p1|00182.p0} {00182.s1} -> {00182.p1|00183.p0} {00182.s2} 
+tr {00182.t2} {00182.s2} -> {00182.s1} 
+tr {00183.t1} {00182.p1|00183.p0} {00183.s1} -> {00183.p1|00184.p0} {00183.s2} 
+tr {00183.t2} {00183.s2} -> {00183.s1} 
+tr {00184.t1} {00183.p1|00184.p0} {00184.s1} -> {00184.p1|00185.p0} {00184.s2} 
+tr {00184.t2} {00184.s2} -> {00184.s1} 
+tr {00185.t1} {00184.p1|00185.p0} {00185.s1} -> {00185.p1|00186.p0} {00185.s2} 
+tr {00185.t2} {00185.s2} -> {00185.s1} 
+tr {00186.t1} {00185.p1|00186.p0} {00186.s1} -> {00186.p1|00187.p0} {00186.s2} 
+tr {00186.t2} {00186.s2} -> {00186.s1} 
+tr {00187.t1} {00186.p1|00187.p0} {00187.s1} -> {00187.p1|00188.p0} {00187.s2} 
+tr {00187.t2} {00187.s2} -> {00187.s1} 
+tr {00188.t1} {00187.p1|00188.p0} {00188.s1} -> {00188.p1|00189.p0} {00188.s2} 
+tr {00188.t2} {00188.s2} -> {00188.s1} 
+tr {00189.t1} {00188.p1|00189.p0} {00189.s1} -> {00189.p1|00190.p0} {00189.s2} 
+tr {00189.t2} {00189.s2} -> {00189.s1} 
+tr {00190.t1} {00189.p1|00190.p0} {00190.s1} -> {00190.p1|00191.p0} {00190.s2} 
+tr {00190.t2} {00190.s2} -> {00190.s1} 
+tr {00191.t1} {00190.p1|00191.p0} {00191.s1} -> {00191.p1|00192.p0} {00191.s2} 
+tr {00191.t2} {00191.s2} -> {00191.s1} 
+tr {00192.t1} {00191.p1|00192.p0} {00192.s1} -> {00192.p1|00193.p0} {00192.s2} 
+tr {00192.t2} {00192.s2} -> {00192.s1} 
+tr {00193.t1} {00192.p1|00193.p0} {00193.s1} -> {00193.p1|00194.p0} {00193.s2} 
+tr {00193.t2} {00193.s2} -> {00193.s1} 
+tr {00194.t1} {00193.p1|00194.p0} {00194.s1} -> {00194.p1|00195.p0} {00194.s2} 
+tr {00194.t2} {00194.s2} -> {00194.s1} 
+tr {00195.t1} {00194.p1|00195.p0} {00195.s1} -> {00195.p1|00196.p0} {00195.s2} 
+tr {00195.t2} {00195.s2} -> {00195.s1} 
+tr {00196.t1} {00195.p1|00196.p0} {00196.s1} -> {00196.p1|00197.p0} {00196.s2} 
+tr {00196.t2} {00196.s2} -> {00196.s1} 
+tr {00197.t1} {00196.p1|00197.p0} {00197.s1} -> {00197.p1|00198.p0} {00197.s2} 
+tr {00197.t2} {00197.s2} -> {00197.s1} 
+tr {00198.t1} {00197.p1|00198.p0} {00198.s1} -> {00198.p1|00199.p0} {00198.s2} 
+tr {00198.t2} {00198.s2} -> {00198.s1} 
+tr {00199.t1} {00198.p1|00199.p0} {00199.s1} -> {00199.p1|00200.p0} {00199.s2} 
+tr {00199.t2} {00199.s2} -> {00199.s1} 
+tr {00200.t1} {00199.p1|00200.p0} {00200.s1} -> {00200.p1|00201.p0} {00200.s2} 
+tr {00200.t2} {00200.s2} -> {00200.s1} 
+tr {00201.t1} {00200.p1|00201.p0} {00201.s1} -> {00201.p1|00202.p0} {00201.s2} 
+tr {00201.t2} {00201.s2} -> {00201.s1} 
+tr {00202.t1} {00201.p1|00202.p0} {00202.s1} -> {00202.p1|00203.p0} {00202.s2} 
+tr {00202.t2} {00202.s2} -> {00202.s1} 
+tr {00203.t1} {00202.p1|00203.p0} {00203.s1} -> {00203.p1|00204.p0} {00203.s2} 
+tr {00203.t2} {00203.s2} -> {00203.s1} 
+tr {00204.t1} {00203.p1|00204.p0} {00204.s1} -> {00204.p1|00205.p0} {00204.s2} 
+tr {00204.t2} {00204.s2} -> {00204.s1} 
+tr {00205.t1} {00204.p1|00205.p0} {00205.s1} -> {00205.p1|00206.p0} {00205.s2} 
+tr {00205.t2} {00205.s2} -> {00205.s1} 
+tr {00206.t1} {00205.p1|00206.p0} {00206.s1} -> {00206.p1|00207.p0} {00206.s2} 
+tr {00206.t2} {00206.s2} -> {00206.s1} 
+tr {00207.t1} {00206.p1|00207.p0} {00207.s1} -> {00207.p1|00208.p0} {00207.s2} 
+tr {00207.t2} {00207.s2} -> {00207.s1} 
+tr {00208.t1} {00207.p1|00208.p0} {00208.s1} -> {00208.p1|00209.p0} {00208.s2} 
+tr {00208.t2} {00208.s2} -> {00208.s1} 
+tr {00209.t1} {00208.p1|00209.p0} {00209.s1} -> {00209.p1|00210.p0} {00209.s2} 
+tr {00209.t2} {00209.s2} -> {00209.s1} 
+tr {00210.t1} {00209.p1|00210.p0} {00210.s1} -> {00210.p1|00211.p0} {00210.s2} 
+tr {00210.t2} {00210.s2} -> {00210.s1} 
+tr {00211.t1} {00210.p1|00211.p0} {00211.s1} -> {00211.p1|00212.p0} {00211.s2} 
+tr {00211.t2} {00211.s2} -> {00211.s1} 
+tr {00212.t1} {00211.p1|00212.p0} {00212.s1} -> {00212.p1|00213.p0} {00212.s2} 
+tr {00212.t2} {00212.s2} -> {00212.s1} 
+tr {00213.t1} {00212.p1|00213.p0} {00213.s1} -> {00213.p1|00214.p0} {00213.s2} 
+tr {00213.t2} {00213.s2} -> {00213.s1} 
+tr {00214.t1} {00213.p1|00214.p0} {00214.s1} -> {00214.p1|00215.p0} {00214.s2} 
+tr {00214.t2} {00214.s2} -> {00214.s1} 
+tr {00215.t1} {00214.p1|00215.p0} {00215.s1} -> {00215.p1|00216.p0} {00215.s2} 
+tr {00215.t2} {00215.s2} -> {00215.s1} 
+tr {00216.t1} {00215.p1|00216.p0} {00216.s1} -> {00216.p1|00217.p0} {00216.s2} 
+tr {00216.t2} {00216.s2} -> {00216.s1} 
+tr {00217.t1} {00216.p1|00217.p0} {00217.s1} -> {00217.p1|00218.p0} {00217.s2} 
+tr {00217.t2} {00217.s2} -> {00217.s1} 
+tr {00218.t1} {00217.p1|00218.p0} {00218.s1} -> {00218.p1|00219.p0} {00218.s2} 
+tr {00218.t2} {00218.s2} -> {00218.s1} 
+tr {00219.t1} {00218.p1|00219.p0} {00219.s1} -> {00219.p1|00220.p0} {00219.s2} 
+tr {00219.t2} {00219.s2} -> {00219.s1} 
+tr {00220.t1} {00219.p1|00220.p0} {00220.s1} -> {00220.p1|00221.p0} {00220.s2} 
+tr {00220.t2} {00220.s2} -> {00220.s1} 
+tr {00221.t1} {00220.p1|00221.p0} {00221.s1} -> {00221.p1|00222.p0} {00221.s2} 
+tr {00221.t2} {00221.s2} -> {00221.s1} 
+tr {00222.t1} {00221.p1|00222.p0} {00222.s1} -> {00222.p1|00223.p0} {00222.s2} 
+tr {00222.t2} {00222.s2} -> {00222.s1} 
+tr {00223.t1} {00222.p1|00223.p0} {00223.s1} -> {00223.p1|00224.p0} {00223.s2} 
+tr {00223.t2} {00223.s2} -> {00223.s1} 
+tr {00224.t1} {00223.p1|00224.p0} {00224.s1} -> {00224.p1|00225.p0} {00224.s2} 
+tr {00224.t2} {00224.s2} -> {00224.s1} 
+tr {00225.t1} {00224.p1|00225.p0} {00225.s1} -> {00225.p1|00226.p0} {00225.s2} 
+tr {00225.t2} {00225.s2} -> {00225.s1} 
+tr {00226.t1} {00225.p1|00226.p0} {00226.s1} -> {00226.p1|00227.p0} {00226.s2} 
+tr {00226.t2} {00226.s2} -> {00226.s1} 
+tr {00227.t1} {00226.p1|00227.p0} {00227.s1} -> {00227.p1|00228.p0} {00227.s2} 
+tr {00227.t2} {00227.s2} -> {00227.s1} 
+tr {00228.t1} {00227.p1|00228.p0} {00228.s1} -> {00228.p1|00229.p0} {00228.s2} 
+tr {00228.t2} {00228.s2} -> {00228.s1} 
+tr {00229.t1} {00228.p1|00229.p0} {00229.s1} -> {00229.p1|00230.p0} {00229.s2} 
+tr {00229.t2} {00229.s2} -> {00229.s1} 
+tr {00230.t1} {00229.p1|00230.p0} {00230.s1} -> {00230.p1|00231.p0} {00230.s2} 
+tr {00230.t2} {00230.s2} -> {00230.s1} 
+tr {00231.t1} {00230.p1|00231.p0} {00231.s1} -> {00231.p1|00232.p0} {00231.s2} 
+tr {00231.t2} {00231.s2} -> {00231.s1} 
+tr {00232.t1} {00231.p1|00232.p0} {00232.s1} -> {00232.p1|00233.p0} {00232.s2} 
+tr {00232.t2} {00232.s2} -> {00232.s1} 
+tr {00233.t1} {00232.p1|00233.p0} {00233.s1} -> {00233.p1|00234.p0} {00233.s2} 
+tr {00233.t2} {00233.s2} -> {00233.s1} 
+tr {00234.t1} {00233.p1|00234.p0} {00234.s1} -> {00234.p1|00235.p0} {00234.s2} 
+tr {00234.t2} {00234.s2} -> {00234.s1} 
+tr {00235.t1} {00234.p1|00235.p0} {00235.s1} -> {00235.p1|00236.p0} {00235.s2} 
+tr {00235.t2} {00235.s2} -> {00235.s1} 
+tr {00236.t1} {00235.p1|00236.p0} {00236.s1} -> {00236.p1|00237.p0} {00236.s2} 
+tr {00236.t2} {00236.s2} -> {00236.s1} 
+tr {00237.t1} {00236.p1|00237.p0} {00237.s1} -> {00237.p1|00238.p0} {00237.s2} 
+tr {00237.t2} {00237.s2} -> {00237.s1} 
+tr {00238.t1} {00237.p1|00238.p0} {00238.s1} -> {00238.p1|00239.p0} {00238.s2} 
+tr {00238.t2} {00238.s2} -> {00238.s1} 
+tr {00239.t1} {00238.p1|00239.p0} {00239.s1} -> {00239.p1|00240.p0} {00239.s2} 
+tr {00239.t2} {00239.s2} -> {00239.s1} 
+tr {00240.t1} {00239.p1|00240.p0} {00240.s1} -> {00240.p1|00241.p0} {00240.s2} 
+tr {00240.t2} {00240.s2} -> {00240.s1} 
+tr {00241.t1} {00240.p1|00241.p0} {00241.s1} -> {00241.p1|00242.p0} {00241.s2} 
+tr {00241.t2} {00241.s2} -> {00241.s1} 
+tr {00242.t1} {00241.p1|00242.p0} {00242.s1} -> {00242.p1|00243.p0} {00242.s2} 
+tr {00242.t2} {00242.s2} -> {00242.s1} 
+tr {00243.t1} {00242.p1|00243.p0} {00243.s1} -> {00243.p1|00244.p0} {00243.s2} 
+tr {00243.t2} {00243.s2} -> {00243.s1} 
+tr {00244.t1} {00243.p1|00244.p0} {00244.s1} -> {00244.p1|00245.p0} {00244.s2} 
+tr {00244.t2} {00244.s2} -> {00244.s1} 
+tr {00245.t1} {00244.p1|00245.p0} {00245.s1} -> {00245.p1|00246.p0} {00245.s2} 
+tr {00245.t2} {00245.s2} -> {00245.s1} 
+tr {00246.t1} {00245.p1|00246.p0} {00246.s1} -> {00246.p1|00247.p0} {00246.s2} 
+tr {00246.t2} {00246.s2} -> {00246.s1} 
+tr {00247.t1} {00246.p1|00247.p0} {00247.s1} -> {00247.p1|00248.p0} {00247.s2} 
+tr {00247.t2} {00247.s2} -> {00247.s1} 
+tr {00248.t1} {00247.p1|00248.p0} {00248.s1} -> {00248.p1|00249.p0} {00248.s2} 
+tr {00248.t2} {00248.s2} -> {00248.s1} 
+tr {00249.t1} {00248.p1|00249.p0} {00249.s1} -> {00249.p1|00250.p0} {00249.s2} 
+tr {00249.t2} {00249.s2} -> {00249.s1} 
+tr {00250.t1} {00249.p1|00250.p0} {00250.s1} -> {00250.p1|00251.p0} {00250.s2} 
+tr {00250.t2} {00250.s2} -> {00250.s1} 
+tr {00251.t1} {00250.p1|00251.p0} {00251.s1} -> {00251.p1|00252.p0} {00251.s2} 
+tr {00251.t2} {00251.s2} -> {00251.s1} 
+tr {00252.t1} {00251.p1|00252.p0} {00252.s1} -> {00252.p1|00253.p0} {00252.s2} 
+tr {00252.t2} {00252.s2} -> {00252.s1} 
+tr {00253.t1} {00252.p1|00253.p0} {00253.s1} -> {00253.p1|00254.p0} {00253.s2} 
+tr {00253.t2} {00253.s2} -> {00253.s1} 
+tr {00254.t1} {00253.p1|00254.p0} {00254.s1} -> {00254.p1|00255.p0} {00254.s2} 
+tr {00254.t2} {00254.s2} -> {00254.s1} 
+tr {00255.t1} {00254.p1|00255.p0} {00255.s1} -> {00255.p1|00256.p0} {00255.s2} 
+tr {00255.t2} {00255.s2} -> {00255.s1} 
+tr {00256.t1} {00255.p1|00256.p0} {00256.s1} -> {00256.p1|00257.p0} {00256.s2} 
+tr {00256.t2} {00256.s2} -> {00256.s1} 
+tr {00257.t1} {00256.p1|00257.p0} {00257.s1} -> {00257.p1|00258.p0} {00257.s2} 
+tr {00257.t2} {00257.s2} -> {00257.s1} 
+tr {00258.t1} {00257.p1|00258.p0} {00258.s1} -> {00258.p1|00259.p0} {00258.s2} 
+tr {00258.t2} {00258.s2} -> {00258.s1} 
+tr {00259.t1} {00258.p1|00259.p0} {00259.s1} -> {00259.p1|00260.p0} {00259.s2} 
+tr {00259.t2} {00259.s2} -> {00259.s1} 
+tr {00260.t1} {00259.p1|00260.p0} {00260.s1} -> {00260.p1|00261.p0} {00260.s2} 
+tr {00260.t2} {00260.s2} -> {00260.s1} 
+tr {00261.t1} {00260.p1|00261.p0} {00261.s1} -> {00261.p1|00262.p0} {00261.s2} 
+tr {00261.t2} {00261.s2} -> {00261.s1} 
+tr {00262.t1} {00261.p1|00262.p0} {00262.s1} -> {00262.p1|00263.p0} {00262.s2} 
+tr {00262.t2} {00262.s2} -> {00262.s1} 
+tr {00263.t1} {00262.p1|00263.p0} {00263.s1} -> {00263.p1|00264.p0} {00263.s2} 
+tr {00263.t2} {00263.s2} -> {00263.s1} 
+tr {00264.t1} {00263.p1|00264.p0} {00264.s1} -> {00264.p1|00265.p0} {00264.s2} 
+tr {00264.t2} {00264.s2} -> {00264.s1} 
+tr {00265.t1} {00264.p1|00265.p0} {00265.s1} -> {00265.p1|00266.p0} {00265.s2} 
+tr {00265.t2} {00265.s2} -> {00265.s1} 
+tr {00266.t1} {00265.p1|00266.p0} {00266.s1} -> {00266.p1|00267.p0} {00266.s2} 
+tr {00266.t2} {00266.s2} -> {00266.s1} 
+tr {00267.t1} {00266.p1|00267.p0} {00267.s1} -> {00267.p1|00268.p0} {00267.s2} 
+tr {00267.t2} {00267.s2} -> {00267.s1} 
+tr {00268.t1} {00267.p1|00268.p0} {00268.s1} -> {00268.p1|00269.p0} {00268.s2} 
+tr {00268.t2} {00268.s2} -> {00268.s1} 
+tr {00269.t1} {00268.p1|00269.p0} {00269.s1} -> {00269.p1|00270.p0} {00269.s2} 
+tr {00269.t2} {00269.s2} -> {00269.s1} 
+tr {00270.t1} {00269.p1|00270.p0} {00270.s1} -> {00270.p1|00271.p0} {00270.s2} 
+tr {00270.t2} {00270.s2} -> {00270.s1} 
+tr {00271.t1} {00270.p1|00271.p0} {00271.s1} -> {00271.p1|00272.p0} {00271.s2} 
+tr {00271.t2} {00271.s2} -> {00271.s1} 
+tr {00272.t1} {00271.p1|00272.p0} {00272.s1} -> {00272.p1|00273.p0} {00272.s2} 
+tr {00272.t2} {00272.s2} -> {00272.s1} 
+tr {00273.t1} {00272.p1|00273.p0} {00273.s1} -> {00273.p1|00274.p0} {00273.s2} 
+tr {00273.t2} {00273.s2} -> {00273.s1} 
+tr {00274.t1} {00273.p1|00274.p0} {00274.s1} -> {00274.p1|00275.p0} {00274.s2} 
+tr {00274.t2} {00274.s2} -> {00274.s1} 
+tr {00275.t1} {00274.p1|00275.p0} {00275.s1} -> {00275.p1|00276.p0} {00275.s2} 
+tr {00275.t2} {00275.s2} -> {00275.s1} 
+tr {00276.t1} {00275.p1|00276.p0} {00276.s1} -> {00276.p1|00277.p0} {00276.s2} 
+tr {00276.t2} {00276.s2} -> {00276.s1} 
+tr {00277.t1} {00276.p1|00277.p0} {00277.s1} -> {00277.p1|00278.p0} {00277.s2} 
+tr {00277.t2} {00277.s2} -> {00277.s1} 
+tr {00278.t1} {00277.p1|00278.p0} {00278.s1} -> {00278.p1|00279.p0} {00278.s2} 
+tr {00278.t2} {00278.s2} -> {00278.s1} 
+tr {00279.t1} {00278.p1|00279.p0} {00279.s1} -> {00279.p1|00280.p0} {00279.s2} 
+tr {00279.t2} {00279.s2} -> {00279.s1} 
+tr {00280.t1} {00279.p1|00280.p0} {00280.s1} -> {00280.p1|00281.p0} {00280.s2} 
+tr {00280.t2} {00280.s2} -> {00280.s1} 
+tr {00281.t1} {00280.p1|00281.p0} {00281.s1} -> {00281.p1|00282.p0} {00281.s2} 
+tr {00281.t2} {00281.s2} -> {00281.s1} 
+tr {00282.t1} {00281.p1|00282.p0} {00282.s1} -> {00282.p1|00283.p0} {00282.s2} 
+tr {00282.t2} {00282.s2} -> {00282.s1} 
+tr {00283.t1} {00282.p1|00283.p0} {00283.s1} -> {00283.p1|00284.p0} {00283.s2} 
+tr {00283.t2} {00283.s2} -> {00283.s1} 
+tr {00284.t1} {00283.p1|00284.p0} {00284.s1} -> {00284.p1|00285.p0} {00284.s2} 
+tr {00284.t2} {00284.s2} -> {00284.s1} 
+tr {00285.t1} {00284.p1|00285.p0} {00285.s1} -> {00285.p1|00286.p0} {00285.s2} 
+tr {00285.t2} {00285.s2} -> {00285.s1} 
+tr {00286.t1} {00285.p1|00286.p0} {00286.s1} -> {00286.p1|00287.p0} {00286.s2} 
+tr {00286.t2} {00286.s2} -> {00286.s1} 
+tr {00287.t1} {00286.p1|00287.p0} {00287.s1} -> {00287.p1|00288.p0} {00287.s2} 
+tr {00287.t2} {00287.s2} -> {00287.s1} 
+tr {00288.t1} {00287.p1|00288.p0} {00288.s1} -> {00288.p1|00289.p0} {00288.s2} 
+tr {00288.t2} {00288.s2} -> {00288.s1} 
+tr {00289.t1} {00288.p1|00289.p0} {00289.s1} -> {00289.p1|00290.p0} {00289.s2} 
+tr {00289.t2} {00289.s2} -> {00289.s1} 
+tr {00290.t1} {00289.p1|00290.p0} {00290.s1} -> {00290.p1|00291.p0} {00290.s2} 
+tr {00290.t2} {00290.s2} -> {00290.s1} 
+tr {00291.t1} {00290.p1|00291.p0} {00291.s1} -> {00291.p1|00292.p0} {00291.s2} 
+tr {00291.t2} {00291.s2} -> {00291.s1} 
+tr {00292.t1} {00291.p1|00292.p0} {00292.s1} -> {00292.p1|00293.p0} {00292.s2} 
+tr {00292.t2} {00292.s2} -> {00292.s1} 
+tr {00293.t1} {00292.p1|00293.p0} {00293.s1} -> {00293.p1|00294.p0} {00293.s2} 
+tr {00293.t2} {00293.s2} -> {00293.s1} 
+tr {00294.t1} {00293.p1|00294.p0} {00294.s1} -> {00294.p1|00295.p0} {00294.s2} 
+tr {00294.t2} {00294.s2} -> {00294.s1} 
+tr {00295.t1} {00294.p1|00295.p0} {00295.s1} -> {00295.p1|00296.p0} {00295.s2} 
+tr {00295.t2} {00295.s2} -> {00295.s1} 
+tr {00296.t1} {00295.p1|00296.p0} {00296.s1} -> {00296.p1|00297.p0} {00296.s2} 
+tr {00296.t2} {00296.s2} -> {00296.s1} 
+tr {00297.t1} {00296.p1|00297.p0} {00297.s1} -> {00297.p1|00298.p0} {00297.s2} 
+tr {00297.t2} {00297.s2} -> {00297.s1} 
+tr {00298.t1} {00297.p1|00298.p0} {00298.s1} -> {00298.p1|00299.p0} {00298.s2} 
+tr {00298.t2} {00298.s2} -> {00298.s1} 
+tr {00299.t1} {00298.p1|00299.p0} {00299.s1} -> {00299.p1|00300.p0} {00299.s2} 
+tr {00299.t2} {00299.s2} -> {00299.s1} 
+tr {00300.t1} {00299.p1|00300.p0} {00300.s1} -> {00300.p1|00301.p0} {00300.s2} 
+tr {00300.t2} {00300.s2} -> {00300.s1} 
+tr {00301.t1} {00300.p1|00301.p0} {00301.s1} -> {00301.p1|00302.p0} {00301.s2} 
+tr {00301.t2} {00301.s2} -> {00301.s1} 
+tr {00302.t1} {00301.p1|00302.p0} {00302.s1} -> {00302.p1|00303.p0} {00302.s2} 
+tr {00302.t2} {00302.s2} -> {00302.s1} 
+tr {00303.t1} {00302.p1|00303.p0} {00303.s1} -> {00303.p1|00304.p0} {00303.s2} 
+tr {00303.t2} {00303.s2} -> {00303.s1} 
+tr {00304.t1} {00303.p1|00304.p0} {00304.s1} -> {00304.p1|00305.p0} {00304.s2} 
+tr {00304.t2} {00304.s2} -> {00304.s1} 
+tr {00305.t1} {00304.p1|00305.p0} {00305.s1} -> {00305.p1|00306.p0} {00305.s2} 
+tr {00305.t2} {00305.s2} -> {00305.s1} 
+tr {00306.t1} {00305.p1|00306.p0} {00306.s1} -> {00306.p1|00307.p0} {00306.s2} 
+tr {00306.t2} {00306.s2} -> {00306.s1} 
+tr {00307.t1} {00306.p1|00307.p0} {00307.s1} -> {00307.p1|00308.p0} {00307.s2} 
+tr {00307.t2} {00307.s2} -> {00307.s1} 
+tr {00308.t1} {00307.p1|00308.p0} {00308.s1} -> {00308.p1|00309.p0} {00308.s2} 
+tr {00308.t2} {00308.s2} -> {00308.s1} 
+tr {00309.t1} {00308.p1|00309.p0} {00309.s1} -> {00309.p1|00310.p0} {00309.s2} 
+tr {00309.t2} {00309.s2} -> {00309.s1} 
+tr {00310.t1} {00309.p1|00310.p0} {00310.s1} -> {00310.p1|00311.p0} {00310.s2} 
+tr {00310.t2} {00310.s2} -> {00310.s1} 
+tr {00311.t1} {00310.p1|00311.p0} {00311.s1} -> {00311.p1|00312.p0} {00311.s2} 
+tr {00311.t2} {00311.s2} -> {00311.s1} 
+tr {00312.t1} {00311.p1|00312.p0} {00312.s1} -> {00312.p1|00313.p0} {00312.s2} 
+tr {00312.t2} {00312.s2} -> {00312.s1} 
+tr {00313.t1} {00312.p1|00313.p0} {00313.s1} -> {00313.p1|00314.p0} {00313.s2} 
+tr {00313.t2} {00313.s2} -> {00313.s1} 
+tr {00314.t1} {00313.p1|00314.p0} {00314.s1} -> {00314.p1|00315.p0} {00314.s2} 
+tr {00314.t2} {00314.s2} -> {00314.s1} 
+tr {00315.t1} {00314.p1|00315.p0} {00315.s1} -> {00315.p1|00316.p0} {00315.s2} 
+tr {00315.t2} {00315.s2} -> {00315.s1} 
+tr {00316.t1} {00315.p1|00316.p0} {00316.s1} -> {00316.p1|00317.p0} {00316.s2} 
+tr {00316.t2} {00316.s2} -> {00316.s1} 
+tr {00317.t1} {00316.p1|00317.p0} {00317.s1} -> {00317.p1|00318.p0} {00317.s2} 
+tr {00317.t2} {00317.s2} -> {00317.s1} 
+tr {00318.t1} {00317.p1|00318.p0} {00318.s1} -> {00318.p1|00319.p0} {00318.s2} 
+tr {00318.t2} {00318.s2} -> {00318.s1} 
+tr {00319.t1} {00318.p1|00319.p0} {00319.s1} -> {00319.p1|00320.p0} {00319.s2} 
+tr {00319.t2} {00319.s2} -> {00319.s1} 
+tr {00320.t1} {00319.p1|00320.p0} {00320.s1} -> {00320.p1|00321.p0} {00320.s2} 
+tr {00320.t2} {00320.s2} -> {00320.s1} 
+tr {00321.t1} {00320.p1|00321.p0} {00321.s1} -> {00321.p1|00322.p0} {00321.s2} 
+tr {00321.t2} {00321.s2} -> {00321.s1} 
+tr {00322.t1} {00321.p1|00322.p0} {00322.s1} -> {00322.p1|00323.p0} {00322.s2} 
+tr {00322.t2} {00322.s2} -> {00322.s1} 
+tr {00323.t1} {00322.p1|00323.p0} {00323.s1} -> {00323.p1|00324.p0} {00323.s2} 
+tr {00323.t2} {00323.s2} -> {00323.s1} 
+tr {00324.t1} {00323.p1|00324.p0} {00324.s1} -> {00324.p1|00325.p0} {00324.s2} 
+tr {00324.t2} {00324.s2} -> {00324.s1} 
+tr {00325.t1} {00324.p1|00325.p0} {00325.s1} -> {00325.p1|00326.p0} {00325.s2} 
+tr {00325.t2} {00325.s2} -> {00325.s1} 
+tr {00326.t1} {00325.p1|00326.p0} {00326.s1} -> {00326.p1|00327.p0} {00326.s2} 
+tr {00326.t2} {00326.s2} -> {00326.s1} 
+tr {00327.t1} {00326.p1|00327.p0} {00327.s1} -> {00327.p1|00328.p0} {00327.s2} 
+tr {00327.t2} {00327.s2} -> {00327.s1} 
+tr {00328.t1} {00327.p1|00328.p0} {00328.s1} -> {00328.p1|00329.p0} {00328.s2} 
+tr {00328.t2} {00328.s2} -> {00328.s1} 
+tr {00329.t1} {00328.p1|00329.p0} {00329.s1} -> {00329.p1|00330.p0} {00329.s2} 
+tr {00329.t2} {00329.s2} -> {00329.s1} 
+tr {00330.t1} {00329.p1|00330.p0} {00330.s1} -> {00330.p1|00331.p0} {00330.s2} 
+tr {00330.t2} {00330.s2} -> {00330.s1} 
+tr {00331.t1} {00330.p1|00331.p0} {00331.s1} -> {00331.p1|00332.p0} {00331.s2} 
+tr {00331.t2} {00331.s2} -> {00331.s1} 
+tr {00332.t1} {00331.p1|00332.p0} {00332.s1} -> {00332.p1|00333.p0} {00332.s2} 
+tr {00332.t2} {00332.s2} -> {00332.s1} 
+tr {00333.t1} {00332.p1|00333.p0} {00333.s1} -> {00333.p1|00334.p0} {00333.s2} 
+tr {00333.t2} {00333.s2} -> {00333.s1} 
+tr {00334.t1} {00333.p1|00334.p0} {00334.s1} -> {00334.p1|00335.p0} {00334.s2} 
+tr {00334.t2} {00334.s2} -> {00334.s1} 
+tr {00335.t1} {00334.p1|00335.p0} {00335.s1} -> {00335.p1|00336.p0} {00335.s2} 
+tr {00335.t2} {00335.s2} -> {00335.s1} 
+tr {00336.t1} {00335.p1|00336.p0} {00336.s1} -> {00336.p1|00337.p0} {00336.s2} 
+tr {00336.t2} {00336.s2} -> {00336.s1} 
+tr {00337.t1} {00336.p1|00337.p0} {00337.s1} -> {00337.p1|00338.p0} {00337.s2} 
+tr {00337.t2} {00337.s2} -> {00337.s1} 
+tr {00338.t1} {00337.p1|00338.p0} {00338.s1} -> {00338.p1|00339.p0} {00338.s2} 
+tr {00338.t2} {00338.s2} -> {00338.s1} 
+tr {00339.t1} {00338.p1|00339.p0} {00339.s1} -> {00339.p1|00340.p0} {00339.s2} 
+tr {00339.t2} {00339.s2} -> {00339.s1} 
+tr {00340.t1} {00339.p1|00340.p0} {00340.s1} -> {00340.p1|00341.p0} {00340.s2} 
+tr {00340.t2} {00340.s2} -> {00340.s1} 
+tr {00341.t1} {00340.p1|00341.p0} {00341.s1} -> {00341.p1|00342.p0} {00341.s2} 
+tr {00341.t2} {00341.s2} -> {00341.s1} 
+tr {00342.t1} {00341.p1|00342.p0} {00342.s1} -> {00342.p1|00343.p0} {00342.s2} 
+tr {00342.t2} {00342.s2} -> {00342.s1} 
+tr {00343.t1} {00342.p1|00343.p0} {00343.s1} -> {00343.p1|00344.p0} {00343.s2} 
+tr {00343.t2} {00343.s2} -> {00343.s1} 
+tr {00344.t1} {00343.p1|00344.p0} {00344.s1} -> {00344.p1|00345.p0} {00344.s2} 
+tr {00344.t2} {00344.s2} -> {00344.s1} 
+tr {00345.t1} {00344.p1|00345.p0} {00345.s1} -> {00345.p1|00346.p0} {00345.s2} 
+tr {00345.t2} {00345.s2} -> {00345.s1} 
+tr {00346.t1} {00345.p1|00346.p0} {00346.s1} -> {00346.p1|00347.p0} {00346.s2} 
+tr {00346.t2} {00346.s2} -> {00346.s1} 
+tr {00347.t1} {00346.p1|00347.p0} {00347.s1} -> {00347.p1|00348.p0} {00347.s2} 
+tr {00347.t2} {00347.s2} -> {00347.s1} 
+tr {00348.t1} {00347.p1|00348.p0} {00348.s1} -> {00348.p1|00349.p0} {00348.s2} 
+tr {00348.t2} {00348.s2} -> {00348.s1} 
+tr {00349.t1} {00348.p1|00349.p0} {00349.s1} -> {00349.p1|00350.p0} {00349.s2} 
+tr {00349.t2} {00349.s2} -> {00349.s1} 
+tr {00350.t1} {00349.p1|00350.p0} {00350.s1} -> {00350.p1|00351.p0} {00350.s2} 
+tr {00350.t2} {00350.s2} -> {00350.s1} 
+tr {00351.t1} {00350.p1|00351.p0} {00351.s1} -> {00351.p1|00352.p0} {00351.s2} 
+tr {00351.t2} {00351.s2} -> {00351.s1} 
+tr {00352.t1} {00351.p1|00352.p0} {00352.s1} -> {00352.p1|00353.p0} {00352.s2} 
+tr {00352.t2} {00352.s2} -> {00352.s1} 
+tr {00353.t1} {00352.p1|00353.p0} {00353.s1} -> {00353.p1|00354.p0} {00353.s2} 
+tr {00353.t2} {00353.s2} -> {00353.s1} 
+tr {00354.t1} {00353.p1|00354.p0} {00354.s1} -> {00354.p1|00355.p0} {00354.s2} 
+tr {00354.t2} {00354.s2} -> {00354.s1} 
+tr {00355.t1} {00354.p1|00355.p0} {00355.s1} -> {00355.p1|00356.p0} {00355.s2} 
+tr {00355.t2} {00355.s2} -> {00355.s1} 
+tr {00356.t1} {00355.p1|00356.p0} {00356.s1} -> {00356.p1|00357.p0} {00356.s2} 
+tr {00356.t2} {00356.s2} -> {00356.s1} 
+tr {00357.t1} {00356.p1|00357.p0} {00357.s1} -> {00357.p1|00358.p0} {00357.s2} 
+tr {00357.t2} {00357.s2} -> {00357.s1} 
+tr {00358.t1} {00357.p1|00358.p0} {00358.s1} -> {00358.p1|00359.p0} {00358.s2} 
+tr {00358.t2} {00358.s2} -> {00358.s1} 
+tr {00359.t1} {00358.p1|00359.p0} {00359.s1} -> {00359.p1|00360.p0} {00359.s2} 
+tr {00359.t2} {00359.s2} -> {00359.s1} 
+tr {00360.t1} {00359.p1|00360.p0} {00360.s1} -> {00360.p1|00361.p0} {00360.s2} 
+tr {00360.t2} {00360.s2} -> {00360.s1} 
+tr {00361.t1} {00360.p1|00361.p0} {00361.s1} -> {00361.p1|00362.p0} {00361.s2} 
+tr {00361.t2} {00361.s2} -> {00361.s1} 
+tr {00362.t1} {00361.p1|00362.p0} {00362.s1} -> {00362.p1|00363.p0} {00362.s2} 
+tr {00362.t2} {00362.s2} -> {00362.s1} 
+tr {00363.t1} {00362.p1|00363.p0} {00363.s1} -> {00363.p1|00364.p0} {00363.s2} 
+tr {00363.t2} {00363.s2} -> {00363.s1} 
+tr {00364.t1} {00363.p1|00364.p0} {00364.s1} -> {00364.p1|00365.p0} {00364.s2} 
+tr {00364.t2} {00364.s2} -> {00364.s1} 
+tr {00365.t1} {00364.p1|00365.p0} {00365.s1} -> {00365.p1|00366.p0} {00365.s2} 
+tr {00365.t2} {00365.s2} -> {00365.s1} 
+tr {00366.t1} {00365.p1|00366.p0} {00366.s1} -> {00366.p1|00367.p0} {00366.s2} 
+tr {00366.t2} {00366.s2} -> {00366.s1} 
+tr {00367.t1} {00366.p1|00367.p0} {00367.s1} -> {00367.p1|00368.p0} {00367.s2} 
+tr {00367.t2} {00367.s2} -> {00367.s1} 
+tr {00368.t1} {00367.p1|00368.p0} {00368.s1} -> {00368.p1|00369.p0} {00368.s2} 
+tr {00368.t2} {00368.s2} -> {00368.s1} 
+tr {00369.t1} {00368.p1|00369.p0} {00369.s1} -> {00369.p1|00370.p0} {00369.s2} 
+tr {00369.t2} {00369.s2} -> {00369.s1} 
+tr {00370.t1} {00369.p1|00370.p0} {00370.s1} -> {00370.p1|00371.p0} {00370.s2} 
+tr {00370.t2} {00370.s2} -> {00370.s1} 
+tr {00371.t1} {00370.p1|00371.p0} {00371.s1} -> {00371.p1|00372.p0} {00371.s2} 
+tr {00371.t2} {00371.s2} -> {00371.s1} 
+tr {00372.t1} {00371.p1|00372.p0} {00372.s1} -> {00372.p1|00373.p0} {00372.s2} 
+tr {00372.t2} {00372.s2} -> {00372.s1} 
+tr {00373.t1} {00372.p1|00373.p0} {00373.s1} -> {00373.p1|00374.p0} {00373.s2} 
+tr {00373.t2} {00373.s2} -> {00373.s1} 
+tr {00374.t1} {00373.p1|00374.p0} {00374.s1} -> {00374.p1|00375.p0} {00374.s2} 
+tr {00374.t2} {00374.s2} -> {00374.s1} 
+tr {00375.t1} {00374.p1|00375.p0} {00375.s1} -> {00375.p1|00376.p0} {00375.s2} 
+tr {00375.t2} {00375.s2} -> {00375.s1} 
+tr {00376.t1} {00375.p1|00376.p0} {00376.s1} -> {00376.p1|00377.p0} {00376.s2} 
+tr {00376.t2} {00376.s2} -> {00376.s1} 
+tr {00377.t1} {00376.p1|00377.p0} {00377.s1} -> {00377.p1|00378.p0} {00377.s2} 
+tr {00377.t2} {00377.s2} -> {00377.s1} 
+tr {00378.t1} {00377.p1|00378.p0} {00378.s1} -> {00378.p1|00379.p0} {00378.s2} 
+tr {00378.t2} {00378.s2} -> {00378.s1} 
+tr {00379.t1} {00378.p1|00379.p0} {00379.s1} -> {00379.p1|00380.p0} {00379.s2} 
+tr {00379.t2} {00379.s2} -> {00379.s1} 
+tr {00380.t1} {00379.p1|00380.p0} {00380.s1} -> {00380.p1|00381.p0} {00380.s2} 
+tr {00380.t2} {00380.s2} -> {00380.s1} 
+tr {00381.t1} {00380.p1|00381.p0} {00381.s1} -> {00381.p1|00382.p0} {00381.s2} 
+tr {00381.t2} {00381.s2} -> {00381.s1} 
+tr {00382.t1} {00381.p1|00382.p0} {00382.s1} -> {00382.p1|00383.p0} {00382.s2} 
+tr {00382.t2} {00382.s2} -> {00382.s1} 
+tr {00383.t1} {00382.p1|00383.p0} {00383.s1} -> {00383.p1|00384.p0} {00383.s2} 
+tr {00383.t2} {00383.s2} -> {00383.s1} 
+tr {00384.t1} {00383.p1|00384.p0} {00384.s1} -> {00384.p1|00385.p0} {00384.s2} 
+tr {00384.t2} {00384.s2} -> {00384.s1} 
+tr {00385.t1} {00384.p1|00385.p0} {00385.s1} -> {00385.p1|00386.p0} {00385.s2} 
+tr {00385.t2} {00385.s2} -> {00385.s1} 
+tr {00386.t1} {00385.p1|00386.p0} {00386.s1} -> {00386.p1|00387.p0} {00386.s2} 
+tr {00386.t2} {00386.s2} -> {00386.s1} 
+tr {00387.t1} {00386.p1|00387.p0} {00387.s1} -> {00387.p1|00388.p0} {00387.s2} 
+tr {00387.t2} {00387.s2} -> {00387.s1} 
+tr {00388.t1} {00387.p1|00388.p0} {00388.s1} -> {00388.p1|00389.p0} {00388.s2} 
+tr {00388.t2} {00388.s2} -> {00388.s1} 
+tr {00389.t1} {00388.p1|00389.p0} {00389.s1} -> {00389.p1|00390.p0} {00389.s2} 
+tr {00389.t2} {00389.s2} -> {00389.s1} 
+tr {00390.t1} {00389.p1|00390.p0} {00390.s1} -> {00390.p1|00391.p0} {00390.s2} 
+tr {00390.t2} {00390.s2} -> {00390.s1} 
+tr {00391.t1} {00390.p1|00391.p0} {00391.s1} -> {00391.p1|00392.p0} {00391.s2} 
+tr {00391.t2} {00391.s2} -> {00391.s1} 
+tr {00392.t1} {00391.p1|00392.p0} {00392.s1} -> {00392.p1|00393.p0} {00392.s2} 
+tr {00392.t2} {00392.s2} -> {00392.s1} 
+tr {00393.t1} {00392.p1|00393.p0} {00393.s1} -> {00393.p1|00394.p0} {00393.s2} 
+tr {00393.t2} {00393.s2} -> {00393.s1} 
+tr {00394.t1} {00393.p1|00394.p0} {00394.s1} -> {00394.p1|00395.p0} {00394.s2} 
+tr {00394.t2} {00394.s2} -> {00394.s1} 
+tr {00395.t1} {00394.p1|00395.p0} {00395.s1} -> {00395.p1|00396.p0} {00395.s2} 
+tr {00395.t2} {00395.s2} -> {00395.s1} 
+tr {00396.t1} {00395.p1|00396.p0} {00396.s1} -> {00396.p1|00397.p0} {00396.s2} 
+tr {00396.t2} {00396.s2} -> {00396.s1} 
+tr {00397.t1} {00396.p1|00397.p0} {00397.s1} -> {00397.p1|00398.p0} {00397.s2} 
+tr {00397.t2} {00397.s2} -> {00397.s1} 
+tr {00398.t1} {00397.p1|00398.p0} {00398.s1} -> {00398.p1|00399.p0} {00398.s2} 
+tr {00398.t2} {00398.s2} -> {00398.s1} 
+tr {00399.t1} {00398.p1|00399.p0} {00399.s1} -> {00399.p1|00400.p0} {00399.s2} 
+tr {00399.t2} {00399.s2} -> {00399.s1} 
+tr {00400.t1} {00399.p1|00400.p0} {00400.s1} -> {00400.p1|00401.p0} {00400.s2} 
+tr {00400.t2} {00400.s2} -> {00400.s1} 
+tr {00401.t1} {00400.p1|00401.p0} {00401.s1} -> {00401.p1|00402.p0} {00401.s2} 
+tr {00401.t2} {00401.s2} -> {00401.s1} 
+tr {00402.t1} {00401.p1|00402.p0} {00402.s1} -> {00402.p1|00403.p0} {00402.s2} 
+tr {00402.t2} {00402.s2} -> {00402.s1} 
+tr {00403.t1} {00402.p1|00403.p0} {00403.s1} -> {00403.p1|00404.p0} {00403.s2} 
+tr {00403.t2} {00403.s2} -> {00403.s1} 
+tr {00404.t1} {00403.p1|00404.p0} {00404.s1} -> {00404.p1|00405.p0} {00404.s2} 
+tr {00404.t2} {00404.s2} -> {00404.s1} 
+tr {00405.t1} {00404.p1|00405.p0} {00405.s1} -> {00405.p1|00406.p0} {00405.s2} 
+tr {00405.t2} {00405.s2} -> {00405.s1} 
+tr {00406.t1} {00405.p1|00406.p0} {00406.s1} -> {00406.p1|00407.p0} {00406.s2} 
+tr {00406.t2} {00406.s2} -> {00406.s1} 
+tr {00407.t1} {00406.p1|00407.p0} {00407.s1} -> {00407.p1|00408.p0} {00407.s2} 
+tr {00407.t2} {00407.s2} -> {00407.s1} 
+tr {00408.t1} {00407.p1|00408.p0} {00408.s1} -> {00408.p1|00409.p0} {00408.s2} 
+tr {00408.t2} {00408.s2} -> {00408.s1} 
+tr {00409.t1} {00408.p1|00409.p0} {00409.s1} -> {00409.p1|00410.p0} {00409.s2} 
+tr {00409.t2} {00409.s2} -> {00409.s1} 
+tr {00410.t1} {00409.p1|00410.p0} {00410.s1} -> {00410.p1|00411.p0} {00410.s2} 
+tr {00410.t2} {00410.s2} -> {00410.s1} 
+tr {00411.t1} {00410.p1|00411.p0} {00411.s1} -> {00411.p1|00412.p0} {00411.s2} 
+tr {00411.t2} {00411.s2} -> {00411.s1} 
+tr {00412.t1} {00411.p1|00412.p0} {00412.s1} -> {00412.p1|00413.p0} {00412.s2} 
+tr {00412.t2} {00412.s2} -> {00412.s1} 
+tr {00413.t1} {00412.p1|00413.p0} {00413.s1} -> {00413.p1|00414.p0} {00413.s2} 
+tr {00413.t2} {00413.s2} -> {00413.s1} 
+tr {00414.t1} {00413.p1|00414.p0} {00414.s1} -> {00414.p1|00415.p0} {00414.s2} 
+tr {00414.t2} {00414.s2} -> {00414.s1} 
+tr {00415.t1} {00414.p1|00415.p0} {00415.s1} -> {00415.p1|00416.p0} {00415.s2} 
+tr {00415.t2} {00415.s2} -> {00415.s1} 
+tr {00416.t1} {00415.p1|00416.p0} {00416.s1} -> {00416.p1|00417.p0} {00416.s2} 
+tr {00416.t2} {00416.s2} -> {00416.s1} 
+tr {00417.t1} {00416.p1|00417.p0} {00417.s1} -> {00417.p1|00418.p0} {00417.s2} 
+tr {00417.t2} {00417.s2} -> {00417.s1} 
+tr {00418.t1} {00417.p1|00418.p0} {00418.s1} -> {00418.p1|00419.p0} {00418.s2} 
+tr {00418.t2} {00418.s2} -> {00418.s1} 
+tr {00419.t1} {00418.p1|00419.p0} {00419.s1} -> {00419.p1|00420.p0} {00419.s2} 
+tr {00419.t2} {00419.s2} -> {00419.s1} 
+tr {00420.t1} {00419.p1|00420.p0} {00420.s1} -> {00420.p1|00421.p0} {00420.s2} 
+tr {00420.t2} {00420.s2} -> {00420.s1} 
+tr {00421.t1} {00420.p1|00421.p0} {00421.s1} -> {00421.p1|00422.p0} {00421.s2} 
+tr {00421.t2} {00421.s2} -> {00421.s1} 
+tr {00422.t1} {00421.p1|00422.p0} {00422.s1} -> {00422.p1|00423.p0} {00422.s2} 
+tr {00422.t2} {00422.s2} -> {00422.s1} 
+tr {00423.t1} {00422.p1|00423.p0} {00423.s1} -> {00423.p1|00424.p0} {00423.s2} 
+tr {00423.t2} {00423.s2} -> {00423.s1} 
+tr {00424.t1} {00423.p1|00424.p0} {00424.s1} -> {00424.p1|00425.p0} {00424.s2} 
+tr {00424.t2} {00424.s2} -> {00424.s1} 
+tr {00425.t1} {00424.p1|00425.p0} {00425.s1} -> {00425.p1|00426.p0} {00425.s2} 
+tr {00425.t2} {00425.s2} -> {00425.s1} 
+tr {00426.t1} {00425.p1|00426.p0} {00426.s1} -> {00426.p1|00427.p0} {00426.s2} 
+tr {00426.t2} {00426.s2} -> {00426.s1} 
+tr {00427.t1} {00426.p1|00427.p0} {00427.s1} -> {00427.p1|00428.p0} {00427.s2} 
+tr {00427.t2} {00427.s2} -> {00427.s1} 
+tr {00428.t1} {00427.p1|00428.p0} {00428.s1} -> {00428.p1|00429.p0} {00428.s2} 
+tr {00428.t2} {00428.s2} -> {00428.s1} 
+tr {00429.t1} {00428.p1|00429.p0} {00429.s1} -> {00429.p1|00430.p0} {00429.s2} 
+tr {00429.t2} {00429.s2} -> {00429.s1} 
+tr {00430.t1} {00429.p1|00430.p0} {00430.s1} -> {00430.p1|00431.p0} {00430.s2} 
+tr {00430.t2} {00430.s2} -> {00430.s1} 
+tr {00431.t1} {00430.p1|00431.p0} {00431.s1} -> {00431.p1|00432.p0} {00431.s2} 
+tr {00431.t2} {00431.s2} -> {00431.s1} 
+tr {00432.t1} {00431.p1|00432.p0} {00432.s1} -> {00432.p1|00433.p0} {00432.s2} 
+tr {00432.t2} {00432.s2} -> {00432.s1} 
+tr {00433.t1} {00432.p1|00433.p0} {00433.s1} -> {00433.p1|00434.p0} {00433.s2} 
+tr {00433.t2} {00433.s2} -> {00433.s1} 
+tr {00434.t1} {00433.p1|00434.p0} {00434.s1} -> {00434.p1|00435.p0} {00434.s2} 
+tr {00434.t2} {00434.s2} -> {00434.s1} 
+tr {00435.t1} {00434.p1|00435.p0} {00435.s1} -> {00435.p1|00436.p0} {00435.s2} 
+tr {00435.t2} {00435.s2} -> {00435.s1} 
+tr {00436.t1} {00435.p1|00436.p0} {00436.s1} -> {00436.p1|00437.p0} {00436.s2} 
+tr {00436.t2} {00436.s2} -> {00436.s1} 
+tr {00437.t1} {00436.p1|00437.p0} {00437.s1} -> {00437.p1|00438.p0} {00437.s2} 
+tr {00437.t2} {00437.s2} -> {00437.s1} 
+tr {00438.t1} {00437.p1|00438.p0} {00438.s1} -> {00438.p1|00439.p0} {00438.s2} 
+tr {00438.t2} {00438.s2} -> {00438.s1} 
+tr {00439.t1} {00438.p1|00439.p0} {00439.s1} -> {00439.p1|00440.p0} {00439.s2} 
+tr {00439.t2} {00439.s2} -> {00439.s1} 
+tr {00440.t1} {00439.p1|00440.p0} {00440.s1} -> {00440.p1|00441.p0} {00440.s2} 
+tr {00440.t2} {00440.s2} -> {00440.s1} 
+tr {00441.t1} {00440.p1|00441.p0} {00441.s1} -> {00441.p1|00442.p0} {00441.s2} 
+tr {00441.t2} {00441.s2} -> {00441.s1} 
+tr {00442.t1} {00441.p1|00442.p0} {00442.s1} -> {00442.p1|00443.p0} {00442.s2} 
+tr {00442.t2} {00442.s2} -> {00442.s1} 
+tr {00443.t1} {00442.p1|00443.p0} {00443.s1} -> {00443.p1|00444.p0} {00443.s2} 
+tr {00443.t2} {00443.s2} -> {00443.s1} 
+tr {00444.t1} {00443.p1|00444.p0} {00444.s1} -> {00444.p1|00445.p0} {00444.s2} 
+tr {00444.t2} {00444.s2} -> {00444.s1} 
+tr {00445.t1} {00444.p1|00445.p0} {00445.s1} -> {00445.p1|00446.p0} {00445.s2} 
+tr {00445.t2} {00445.s2} -> {00445.s1} 
+tr {00446.t1} {00445.p1|00446.p0} {00446.s1} -> {00446.p1|00447.p0} {00446.s2} 
+tr {00446.t2} {00446.s2} -> {00446.s1} 
+tr {00447.t1} {00446.p1|00447.p0} {00447.s1} -> {00447.p1|00448.p0} {00447.s2} 
+tr {00447.t2} {00447.s2} -> {00447.s1} 
+tr {00448.t1} {00447.p1|00448.p0} {00448.s1} -> {00448.p1|00449.p0} {00448.s2} 
+tr {00448.t2} {00448.s2} -> {00448.s1} 
+tr {00449.t1} {00448.p1|00449.p0} {00449.s1} -> {00449.p1|00450.p0} {00449.s2} 
+tr {00449.t2} {00449.s2} -> {00449.s1} 
+tr {00450.t1} {00449.p1|00450.p0} {00450.s1} -> {00450.p1|00451.p0} {00450.s2} 
+tr {00450.t2} {00450.s2} -> {00450.s1} 
+tr {00451.t1} {00450.p1|00451.p0} {00451.s1} -> {00451.p1|00452.p0} {00451.s2} 
+tr {00451.t2} {00451.s2} -> {00451.s1} 
+tr {00452.t1} {00451.p1|00452.p0} {00452.s1} -> {00452.p1|00453.p0} {00452.s2} 
+tr {00452.t2} {00452.s2} -> {00452.s1} 
+tr {00453.t1} {00452.p1|00453.p0} {00453.s1} -> {00453.p1|00454.p0} {00453.s2} 
+tr {00453.t2} {00453.s2} -> {00453.s1} 
+tr {00454.t1} {00453.p1|00454.p0} {00454.s1} -> {00454.p1|00455.p0} {00454.s2} 
+tr {00454.t2} {00454.s2} -> {00454.s1} 
+tr {00455.t1} {00454.p1|00455.p0} {00455.s1} -> {00455.p1|00456.p0} {00455.s2} 
+tr {00455.t2} {00455.s2} -> {00455.s1} 
+tr {00456.t1} {00455.p1|00456.p0} {00456.s1} -> {00456.p1|00457.p0} {00456.s2} 
+tr {00456.t2} {00456.s2} -> {00456.s1} 
+tr {00457.t1} {00456.p1|00457.p0} {00457.s1} -> {00457.p1|00458.p0} {00457.s2} 
+tr {00457.t2} {00457.s2} -> {00457.s1} 
+tr {00458.t1} {00457.p1|00458.p0} {00458.s1} -> {00458.p1|00459.p0} {00458.s2} 
+tr {00458.t2} {00458.s2} -> {00458.s1} 
+tr {00459.t1} {00458.p1|00459.p0} {00459.s1} -> {00459.p1|00460.p0} {00459.s2} 
+tr {00459.t2} {00459.s2} -> {00459.s1} 
+tr {00460.t1} {00459.p1|00460.p0} {00460.s1} -> {00460.p1|00461.p0} {00460.s2} 
+tr {00460.t2} {00460.s2} -> {00460.s1} 
+tr {00461.t1} {00460.p1|00461.p0} {00461.s1} -> {00461.p1|00462.p0} {00461.s2} 
+tr {00461.t2} {00461.s2} -> {00461.s1} 
+tr {00462.t1} {00461.p1|00462.p0} {00462.s1} -> {00462.p1|00463.p0} {00462.s2} 
+tr {00462.t2} {00462.s2} -> {00462.s1} 
+tr {00463.t1} {00462.p1|00463.p0} {00463.s1} -> {00463.p1|00464.p0} {00463.s2} 
+tr {00463.t2} {00463.s2} -> {00463.s1} 
+tr {00464.t1} {00463.p1|00464.p0} {00464.s1} -> {00464.p1|00465.p0} {00464.s2} 
+tr {00464.t2} {00464.s2} -> {00464.s1} 
+tr {00465.t1} {00464.p1|00465.p0} {00465.s1} -> {00465.p1|00466.p0} {00465.s2} 
+tr {00465.t2} {00465.s2} -> {00465.s1} 
+tr {00466.t1} {00465.p1|00466.p0} {00466.s1} -> {00466.p1|00467.p0} {00466.s2} 
+tr {00466.t2} {00466.s2} -> {00466.s1} 
+tr {00467.t1} {00466.p1|00467.p0} {00467.s1} -> {00467.p1|00468.p0} {00467.s2} 
+tr {00467.t2} {00467.s2} -> {00467.s1} 
+tr {00468.t1} {00467.p1|00468.p0} {00468.s1} -> {00468.p1|00469.p0} {00468.s2} 
+tr {00468.t2} {00468.s2} -> {00468.s1} 
+tr {00469.t1} {00468.p1|00469.p0} {00469.s1} -> {00469.p1|00470.p0} {00469.s2} 
+tr {00469.t2} {00469.s2} -> {00469.s1} 
+tr {00470.t1} {00469.p1|00470.p0} {00470.s1} -> {00470.p1|00471.p0} {00470.s2} 
+tr {00470.t2} {00470.s2} -> {00470.s1} 
+tr {00471.t1} {00470.p1|00471.p0} {00471.s1} -> {00471.p1|00472.p0} {00471.s2} 
+tr {00471.t2} {00471.s2} -> {00471.s1} 
+tr {00472.t1} {00471.p1|00472.p0} {00472.s1} -> {00472.p1|00473.p0} {00472.s2} 
+tr {00472.t2} {00472.s2} -> {00472.s1} 
+tr {00473.t1} {00472.p1|00473.p0} {00473.s1} -> {00473.p1|00474.p0} {00473.s2} 
+tr {00473.t2} {00473.s2} -> {00473.s1} 
+tr {00474.t1} {00473.p1|00474.p0} {00474.s1} -> {00474.p1|00475.p0} {00474.s2} 
+tr {00474.t2} {00474.s2} -> {00474.s1} 
+tr {00475.t1} {00474.p1|00475.p0} {00475.s1} -> {00475.p1|00476.p0} {00475.s2} 
+tr {00475.t2} {00475.s2} -> {00475.s1} 
+tr {00476.t1} {00475.p1|00476.p0} {00476.s1} -> {00476.p1|00477.p0} {00476.s2} 
+tr {00476.t2} {00476.s2} -> {00476.s1} 
+tr {00477.t1} {00476.p1|00477.p0} {00477.s1} -> {00477.p1|00478.p0} {00477.s2} 
+tr {00477.t2} {00477.s2} -> {00477.s1} 
+tr {00478.t1} {00477.p1|00478.p0} {00478.s1} -> {00478.p1|00479.p0} {00478.s2} 
+tr {00478.t2} {00478.s2} -> {00478.s1} 
+tr {00479.t1} {00478.p1|00479.p0} {00479.s1} -> {00479.p1|00480.p0} {00479.s2} 
+tr {00479.t2} {00479.s2} -> {00479.s1} 
+tr {00480.t1} {00479.p1|00480.p0} {00480.s1} -> {00480.p1|00481.p0} {00480.s2} 
+tr {00480.t2} {00480.s2} -> {00480.s1} 
+tr {00481.t1} {00480.p1|00481.p0} {00481.s1} -> {00481.p1|00482.p0} {00481.s2} 
+tr {00481.t2} {00481.s2} -> {00481.s1} 
+tr {00482.t1} {00481.p1|00482.p0} {00482.s1} -> {00482.p1|00483.p0} {00482.s2} 
+tr {00482.t2} {00482.s2} -> {00482.s1} 
+tr {00483.t1} {00482.p1|00483.p0} {00483.s1} -> {00483.p1|00484.p0} {00483.s2} 
+tr {00483.t2} {00483.s2} -> {00483.s1} 
+tr {00484.t1} {00483.p1|00484.p0} {00484.s1} -> {00484.p1|00485.p0} {00484.s2} 
+tr {00484.t2} {00484.s2} -> {00484.s1} 
+tr {00485.t1} {00484.p1|00485.p0} {00485.s1} -> {00485.p1|00486.p0} {00485.s2} 
+tr {00485.t2} {00485.s2} -> {00485.s1} 
+tr {00486.t1} {00485.p1|00486.p0} {00486.s1} -> {00486.p1|00487.p0} {00486.s2} 
+tr {00486.t2} {00486.s2} -> {00486.s1} 
+tr {00487.t1} {00486.p1|00487.p0} {00487.s1} -> {00487.p1|00488.p0} {00487.s2} 
+tr {00487.t2} {00487.s2} -> {00487.s1} 
+tr {00488.t1} {00487.p1|00488.p0} {00488.s1} -> {00488.p1|00489.p0} {00488.s2} 
+tr {00488.t2} {00488.s2} -> {00488.s1} 
+tr {00489.t1} {00488.p1|00489.p0} {00489.s1} -> {00489.p1|00490.p0} {00489.s2} 
+tr {00489.t2} {00489.s2} -> {00489.s1} 
+tr {00490.t1} {00489.p1|00490.p0} {00490.s1} -> {00490.p1|00491.p0} {00490.s2} 
+tr {00490.t2} {00490.s2} -> {00490.s1} 
+tr {00491.t1} {00490.p1|00491.p0} {00491.s1} -> {00491.p1|00492.p0} {00491.s2} 
+tr {00491.t2} {00491.s2} -> {00491.s1} 
+tr {00492.t1} {00491.p1|00492.p0} {00492.s1} -> {00492.p1|00493.p0} {00492.s2} 
+tr {00492.t2} {00492.s2} -> {00492.s1} 
+tr {00493.t1} {00492.p1|00493.p0} {00493.s1} -> {00493.p1|00494.p0} {00493.s2} 
+tr {00493.t2} {00493.s2} -> {00493.s1} 
+tr {00494.t1} {00493.p1|00494.p0} {00494.s1} -> {00494.p1|00495.p0} {00494.s2} 
+tr {00494.t2} {00494.s2} -> {00494.s1} 
+tr {00495.t1} {00494.p1|00495.p0} {00495.s1} -> {00495.p1|00496.p0} {00495.s2} 
+tr {00495.t2} {00495.s2} -> {00495.s1} 
+tr {00496.t1} {00495.p1|00496.p0} {00496.s1} -> {00496.p1|00497.p0} {00496.s2} 
+tr {00496.t2} {00496.s2} -> {00496.s1} 
+tr {00497.t1} {00496.p1|00497.p0} {00497.s1} -> {00497.p1|00498.p0} {00497.s2} 
+tr {00497.t2} {00497.s2} -> {00497.s1} 
+tr {00498.t1} {00497.p1|00498.p0} {00498.s1} -> {00498.p1|00499.p0} {00498.s2} 
+tr {00498.t2} {00498.s2} -> {00498.s1} 
+tr {00499.t1} {00498.p1|00499.p0} {00499.s1} -> {00499.p1|00500.p0} {00499.s2} 
+tr {00499.t2} {00499.s2} -> {00499.s1} 
+tr {00500.t1} {00499.p1|00500.p0} {00500.s1} -> {00500.p1|00501.p0} {00500.s2} 
+tr {00500.t2} {00500.s2} -> {00500.s1} 
+tr {00501.t1} {00500.p1|00501.p0} {00501.s1} -> {00501.p1|00502.p0} {00501.s2} 
+tr {00501.t2} {00501.s2} -> {00501.s1} 
+tr {00502.t1} {00501.p1|00502.p0} {00502.s1} -> {00502.p1|00503.p0} {00502.s2} 
+tr {00502.t2} {00502.s2} -> {00502.s1} 
+tr {00503.t1} {00502.p1|00503.p0} {00503.s1} -> {00503.p1|00504.p0} {00503.s2} 
+tr {00503.t2} {00503.s2} -> {00503.s1} 
+tr {00504.t1} {00503.p1|00504.p0} {00504.s1} -> {00504.p1|00505.p0} {00504.s2} 
+tr {00504.t2} {00504.s2} -> {00504.s1} 
+tr {00505.t1} {00504.p1|00505.p0} {00505.s1} -> {00505.p1|00506.p0} {00505.s2} 
+tr {00505.t2} {00505.s2} -> {00505.s1} 
+tr {00506.t1} {00505.p1|00506.p0} {00506.s1} -> {00506.p1|00507.p0} {00506.s2} 
+tr {00506.t2} {00506.s2} -> {00506.s1} 
+tr {00507.t1} {00506.p1|00507.p0} {00507.s1} -> {00507.p1|00508.p0} {00507.s2} 
+tr {00507.t2} {00507.s2} -> {00507.s1} 
+tr {00508.t1} {00507.p1|00508.p0} {00508.s1} -> {00508.p1|00509.p0} {00508.s2} 
+tr {00508.t2} {00508.s2} -> {00508.s1} 
+tr {00509.t1} {00508.p1|00509.p0} {00509.s1} -> {00509.p1|00510.p0} {00509.s2} 
+tr {00509.t2} {00509.s2} -> {00509.s1} 
+tr {00510.t1} {00509.p1|00510.p0} {00510.s1} -> {00510.p1|00511.p0} {00510.s2} 
+tr {00510.t2} {00510.s2} -> {00510.s1} 
+tr {00511.t1} {00510.p1|00511.p0} {00511.s1} -> {00511.p1|00512.p0} {00511.s2} 
+tr {00511.t2} {00511.s2} -> {00511.s1} 
+tr {00512.t1} {00511.p1|00512.p0} {00512.s1} -> {00512.p1|00513.p0} {00512.s2} 
+tr {00512.t2} {00512.s2} -> {00512.s1} 
+tr {00513.t1} {00512.p1|00513.p0} {00513.s1} -> {00513.p1|00514.p0} {00513.s2} 
+tr {00513.t2} {00513.s2} -> {00513.s1} 
+tr {00514.t1} {00513.p1|00514.p0} {00514.s1} -> {00514.p1|00515.p0} {00514.s2} 
+tr {00514.t2} {00514.s2} -> {00514.s1} 
+tr {00515.t1} {00514.p1|00515.p0} {00515.s1} -> {00515.p1|00516.p0} {00515.s2} 
+tr {00515.t2} {00515.s2} -> {00515.s1} 
+tr {00516.t1} {00515.p1|00516.p0} {00516.s1} -> {00516.p1|00517.p0} {00516.s2} 
+tr {00516.t2} {00516.s2} -> {00516.s1} 
+tr {00517.t1} {00516.p1|00517.p0} {00517.s1} -> {00517.p1|00518.p0} {00517.s2} 
+tr {00517.t2} {00517.s2} -> {00517.s1} 
+tr {00518.t1} {00517.p1|00518.p0} {00518.s1} -> {00518.p1|00519.p0} {00518.s2} 
+tr {00518.t2} {00518.s2} -> {00518.s1} 
+tr {00519.t1} {00518.p1|00519.p0} {00519.s1} -> {00519.p1|00520.p0} {00519.s2} 
+tr {00519.t2} {00519.s2} -> {00519.s1} 
+tr {00520.t1} {00519.p1|00520.p0} {00520.s1} -> {00520.p1|00521.p0} {00520.s2} 
+tr {00520.t2} {00520.s2} -> {00520.s1} 
+tr {00521.t1} {00520.p1|00521.p0} {00521.s1} -> {00521.p1|00522.p0} {00521.s2} 
+tr {00521.t2} {00521.s2} -> {00521.s1} 
+tr {00522.t1} {00521.p1|00522.p0} {00522.s1} -> {00522.p1|00523.p0} {00522.s2} 
+tr {00522.t2} {00522.s2} -> {00522.s1} 
+tr {00523.t1} {00522.p1|00523.p0} {00523.s1} -> {00523.p1|00524.p0} {00523.s2} 
+tr {00523.t2} {00523.s2} -> {00523.s1} 
+tr {00524.t1} {00523.p1|00524.p0} {00524.s1} -> {00524.p1|00525.p0} {00524.s2} 
+tr {00524.t2} {00524.s2} -> {00524.s1} 
+tr {00525.t1} {00524.p1|00525.p0} {00525.s1} -> {00525.p1|00526.p0} {00525.s2} 
+tr {00525.t2} {00525.s2} -> {00525.s1} 
+tr {00526.t1} {00525.p1|00526.p0} {00526.s1} -> {00526.p1|00527.p0} {00526.s2} 
+tr {00526.t2} {00526.s2} -> {00526.s1} 
+tr {00527.t1} {00526.p1|00527.p0} {00527.s1} -> {00527.p1|00528.p0} {00527.s2} 
+tr {00527.t2} {00527.s2} -> {00527.s1} 
+tr {00528.t1} {00527.p1|00528.p0} {00528.s1} -> {00528.p1|00529.p0} {00528.s2} 
+tr {00528.t2} {00528.s2} -> {00528.s1} 
+tr {00529.t1} {00528.p1|00529.p0} {00529.s1} -> {00529.p1|00530.p0} {00529.s2} 
+tr {00529.t2} {00529.s2} -> {00529.s1} 
+tr {00530.t1} {00529.p1|00530.p0} {00530.s1} -> {00530.p1|00531.p0} {00530.s2} 
+tr {00530.t2} {00530.s2} -> {00530.s1} 
+tr {00531.t1} {00530.p1|00531.p0} {00531.s1} -> {00531.p1|00532.p0} {00531.s2} 
+tr {00531.t2} {00531.s2} -> {00531.s1} 
+tr {00532.t1} {00531.p1|00532.p0} {00532.s1} -> {00532.p1|00533.p0} {00532.s2} 
+tr {00532.t2} {00532.s2} -> {00532.s1} 
+tr {00533.t1} {00532.p1|00533.p0} {00533.s1} -> {00533.p1|00534.p0} {00533.s2} 
+tr {00533.t2} {00533.s2} -> {00533.s1} 
+tr {00534.t1} {00533.p1|00534.p0} {00534.s1} -> {00534.p1|00535.p0} {00534.s2} 
+tr {00534.t2} {00534.s2} -> {00534.s1} 
+tr {00535.t1} {00534.p1|00535.p0} {00535.s1} -> {00535.p1|00536.p0} {00535.s2} 
+tr {00535.t2} {00535.s2} -> {00535.s1} 
+tr {00536.t1} {00535.p1|00536.p0} {00536.s1} -> {00536.p1|00537.p0} {00536.s2} 
+tr {00536.t2} {00536.s2} -> {00536.s1} 
+tr {00537.t1} {00536.p1|00537.p0} {00537.s1} -> {00537.p1|00538.p0} {00537.s2} 
+tr {00537.t2} {00537.s2} -> {00537.s1} 
+tr {00538.t1} {00537.p1|00538.p0} {00538.s1} -> {00538.p1|00539.p0} {00538.s2} 
+tr {00538.t2} {00538.s2} -> {00538.s1} 
+tr {00539.t1} {00538.p1|00539.p0} {00539.s1} -> {00539.p1|00540.p0} {00539.s2} 
+tr {00539.t2} {00539.s2} -> {00539.s1} 
+tr {00540.t1} {00539.p1|00540.p0} {00540.s1} -> {00540.p1|00541.p0} {00540.s2} 
+tr {00540.t2} {00540.s2} -> {00540.s1} 
+tr {00541.t1} {00540.p1|00541.p0} {00541.s1} -> {00541.p1|00542.p0} {00541.s2} 
+tr {00541.t2} {00541.s2} -> {00541.s1} 
+tr {00542.t1} {00541.p1|00542.p0} {00542.s1} -> {00542.p1|00543.p0} {00542.s2} 
+tr {00542.t2} {00542.s2} -> {00542.s1} 
+tr {00543.t1} {00542.p1|00543.p0} {00543.s1} -> {00543.p1|00544.p0} {00543.s2} 
+tr {00543.t2} {00543.s2} -> {00543.s1} 
+tr {00544.t1} {00543.p1|00544.p0} {00544.s1} -> {00544.p1|00545.p0} {00544.s2} 
+tr {00544.t2} {00544.s2} -> {00544.s1} 
+tr {00545.t1} {00544.p1|00545.p0} {00545.s1} -> {00545.p1|00546.p0} {00545.s2} 
+tr {00545.t2} {00545.s2} -> {00545.s1} 
+tr {00546.t1} {00545.p1|00546.p0} {00546.s1} -> {00546.p1|00547.p0} {00546.s2} 
+tr {00546.t2} {00546.s2} -> {00546.s1} 
+tr {00547.t1} {00546.p1|00547.p0} {00547.s1} -> {00547.p1|00548.p0} {00547.s2} 
+tr {00547.t2} {00547.s2} -> {00547.s1} 
+tr {00548.t1} {00547.p1|00548.p0} {00548.s1} -> {00548.p1|00549.p0} {00548.s2} 
+tr {00548.t2} {00548.s2} -> {00548.s1} 
+tr {00549.t1} {00548.p1|00549.p0} {00549.s1} -> {00549.p1|00550.p0} {00549.s2} 
+tr {00549.t2} {00549.s2} -> {00549.s1} 
+tr {00550.t1} {00549.p1|00550.p0} {00550.s1} -> {00550.p1|00551.p0} {00550.s2} 
+tr {00550.t2} {00550.s2} -> {00550.s1} 
+tr {00551.t1} {00550.p1|00551.p0} {00551.s1} -> {00551.p1|00552.p0} {00551.s2} 
+tr {00551.t2} {00551.s2} -> {00551.s1} 
+tr {00552.t1} {00551.p1|00552.p0} {00552.s1} -> {00552.p1|00553.p0} {00552.s2} 
+tr {00552.t2} {00552.s2} -> {00552.s1} 
+tr {00553.t1} {00552.p1|00553.p0} {00553.s1} -> {00553.p1|00554.p0} {00553.s2} 
+tr {00553.t2} {00553.s2} -> {00553.s1} 
+tr {00554.t1} {00553.p1|00554.p0} {00554.s1} -> {00554.p1|00555.p0} {00554.s2} 
+tr {00554.t2} {00554.s2} -> {00554.s1} 
+tr {00555.t1} {00554.p1|00555.p0} {00555.s1} -> {00555.p1|00556.p0} {00555.s2} 
+tr {00555.t2} {00555.s2} -> {00555.s1} 
+tr {00556.t1} {00555.p1|00556.p0} {00556.s1} -> {00556.p1|00557.p0} {00556.s2} 
+tr {00556.t2} {00556.s2} -> {00556.s1} 
+tr {00557.t1} {00556.p1|00557.p0} {00557.s1} -> {00557.p1|00558.p0} {00557.s2} 
+tr {00557.t2} {00557.s2} -> {00557.s1} 
+tr {00558.t1} {00557.p1|00558.p0} {00558.s1} -> {00558.p1|00559.p0} {00558.s2} 
+tr {00558.t2} {00558.s2} -> {00558.s1} 
+tr {00559.t1} {00558.p1|00559.p0} {00559.s1} -> {00559.p1|00560.p0} {00559.s2} 
+tr {00559.t2} {00559.s2} -> {00559.s1} 
+tr {00560.t1} {00559.p1|00560.p0} {00560.s1} -> {00560.p1|00561.p0} {00560.s2} 
+tr {00560.t2} {00560.s2} -> {00560.s1} 
+tr {00561.t1} {00560.p1|00561.p0} {00561.s1} -> {00561.p1|00562.p0} {00561.s2} 
+tr {00561.t2} {00561.s2} -> {00561.s1} 
+tr {00562.t1} {00561.p1|00562.p0} {00562.s1} -> {00562.p1|00563.p0} {00562.s2} 
+tr {00562.t2} {00562.s2} -> {00562.s1} 
+tr {00563.t1} {00562.p1|00563.p0} {00563.s1} -> {00563.p1|00564.p0} {00563.s2} 
+tr {00563.t2} {00563.s2} -> {00563.s1} 
+tr {00564.t1} {00563.p1|00564.p0} {00564.s1} -> {00564.p1|00565.p0} {00564.s2} 
+tr {00564.t2} {00564.s2} -> {00564.s1} 
+tr {00565.t1} {00564.p1|00565.p0} {00565.s1} -> {00565.p1|00566.p0} {00565.s2} 
+tr {00565.t2} {00565.s2} -> {00565.s1} 
+tr {00566.t1} {00565.p1|00566.p0} {00566.s1} -> {00566.p1|00567.p0} {00566.s2} 
+tr {00566.t2} {00566.s2} -> {00566.s1} 
+tr {00567.t1} {00566.p1|00567.p0} {00567.s1} -> {00567.p1|00568.p0} {00567.s2} 
+tr {00567.t2} {00567.s2} -> {00567.s1} 
+tr {00568.t1} {00567.p1|00568.p0} {00568.s1} -> {00568.p1|00569.p0} {00568.s2} 
+tr {00568.t2} {00568.s2} -> {00568.s1} 
+tr {00569.t1} {00568.p1|00569.p0} {00569.s1} -> {00569.p1|00570.p0} {00569.s2} 
+tr {00569.t2} {00569.s2} -> {00569.s1} 
+tr {00570.t1} {00569.p1|00570.p0} {00570.s1} -> {00570.p1|00571.p0} {00570.s2} 
+tr {00570.t2} {00570.s2} -> {00570.s1} 
+tr {00571.t1} {00570.p1|00571.p0} {00571.s1} -> {00571.p1|00572.p0} {00571.s2} 
+tr {00571.t2} {00571.s2} -> {00571.s1} 
+tr {00572.t1} {00571.p1|00572.p0} {00572.s1} -> {00572.p1|00573.p0} {00572.s2} 
+tr {00572.t2} {00572.s2} -> {00572.s1} 
+tr {00573.t1} {00572.p1|00573.p0} {00573.s1} -> {00573.p1|00574.p0} {00573.s2} 
+tr {00573.t2} {00573.s2} -> {00573.s1} 
+tr {00574.t1} {00573.p1|00574.p0} {00574.s1} -> {00574.p1|00575.p0} {00574.s2} 
+tr {00574.t2} {00574.s2} -> {00574.s1} 
+tr {00575.t1} {00574.p1|00575.p0} {00575.s1} -> {00575.p1|00576.p0} {00575.s2} 
+tr {00575.t2} {00575.s2} -> {00575.s1} 
+tr {00576.t1} {00575.p1|00576.p0} {00576.s1} -> {00576.p1|00577.p0} {00576.s2} 
+tr {00576.t2} {00576.s2} -> {00576.s1} 
+tr {00577.t1} {00576.p1|00577.p0} {00577.s1} -> {00577.p1|00578.p0} {00577.s2} 
+tr {00577.t2} {00577.s2} -> {00577.s1} 
+tr {00578.t1} {00577.p1|00578.p0} {00578.s1} -> {00578.p1|00579.p0} {00578.s2} 
+tr {00578.t2} {00578.s2} -> {00578.s1} 
+tr {00579.t1} {00578.p1|00579.p0} {00579.s1} -> {00579.p1|00580.p0} {00579.s2} 
+tr {00579.t2} {00579.s2} -> {00579.s1} 
+tr {00580.t1} {00579.p1|00580.p0} {00580.s1} -> {00580.p1|00581.p0} {00580.s2} 
+tr {00580.t2} {00580.s2} -> {00580.s1} 
+tr {00581.t1} {00580.p1|00581.p0} {00581.s1} -> {00581.p1|00582.p0} {00581.s2} 
+tr {00581.t2} {00581.s2} -> {00581.s1} 
+tr {00582.t1} {00581.p1|00582.p0} {00582.s1} -> {00582.p1|00583.p0} {00582.s2} 
+tr {00582.t2} {00582.s2} -> {00582.s1} 
+tr {00583.t1} {00582.p1|00583.p0} {00583.s1} -> {00583.p1|00584.p0} {00583.s2} 
+tr {00583.t2} {00583.s2} -> {00583.s1} 
+tr {00584.t1} {00583.p1|00584.p0} {00584.s1} -> {00584.p1|00585.p0} {00584.s2} 
+tr {00584.t2} {00584.s2} -> {00584.s1} 
+tr {00585.t1} {00584.p1|00585.p0} {00585.s1} -> {00585.p1|00586.p0} {00585.s2} 
+tr {00585.t2} {00585.s2} -> {00585.s1} 
+tr {00586.t1} {00585.p1|00586.p0} {00586.s1} -> {00586.p1|00587.p0} {00586.s2} 
+tr {00586.t2} {00586.s2} -> {00586.s1} 
+tr {00587.t1} {00586.p1|00587.p0} {00587.s1} -> {00587.p1|00588.p0} {00587.s2} 
+tr {00587.t2} {00587.s2} -> {00587.s1} 
+tr {00588.t1} {00587.p1|00588.p0} {00588.s1} -> {00588.p1|00589.p0} {00588.s2} 
+tr {00588.t2} {00588.s2} -> {00588.s1} 
+tr {00589.t1} {00588.p1|00589.p0} {00589.s1} -> {00589.p1|00590.p0} {00589.s2} 
+tr {00589.t2} {00589.s2} -> {00589.s1} 
+tr {00590.t1} {00589.p1|00590.p0} {00590.s1} -> {00590.p1|00591.p0} {00590.s2} 
+tr {00590.t2} {00590.s2} -> {00590.s1} 
+tr {00591.t1} {00590.p1|00591.p0} {00591.s1} -> {00591.p1|00592.p0} {00591.s2} 
+tr {00591.t2} {00591.s2} -> {00591.s1} 
+tr {00592.t1} {00591.p1|00592.p0} {00592.s1} -> {00592.p1|00593.p0} {00592.s2} 
+tr {00592.t2} {00592.s2} -> {00592.s1} 
+tr {00593.t1} {00592.p1|00593.p0} {00593.s1} -> {00593.p1|00594.p0} {00593.s2} 
+tr {00593.t2} {00593.s2} -> {00593.s1} 
+tr {00594.t1} {00593.p1|00594.p0} {00594.s1} -> {00594.p1|00595.p0} {00594.s2} 
+tr {00594.t2} {00594.s2} -> {00594.s1} 
+tr {00595.t1} {00594.p1|00595.p0} {00595.s1} -> {00595.p1|00596.p0} {00595.s2} 
+tr {00595.t2} {00595.s2} -> {00595.s1} 
+tr {00596.t1} {00595.p1|00596.p0} {00596.s1} -> {00596.p1|00597.p0} {00596.s2} 
+tr {00596.t2} {00596.s2} -> {00596.s1} 
+tr {00597.t1} {00596.p1|00597.p0} {00597.s1} -> {00597.p1|00598.p0} {00597.s2} 
+tr {00597.t2} {00597.s2} -> {00597.s1} 
+tr {00598.t1} {00597.p1|00598.p0} {00598.s1} -> {00598.p1|00599.p0} {00598.s2} 
+tr {00598.t2} {00598.s2} -> {00598.s1} 
+tr {00599.t1} {00598.p1|00599.p0} {00599.s1} -> {00599.p1|00600.p0} {00599.s2} 
+tr {00599.t2} {00599.s2} -> {00599.s1} 
+tr {00600.t1} {00599.p1|00600.p0} {00600.s1} -> {00600.p1|00601.p0} {00600.s2} 
+tr {00600.t2} {00600.s2} -> {00600.s1} 
+tr {00601.t1} {00600.p1|00601.p0} {00601.s1} -> {00601.p1|00602.p0} {00601.s2} 
+tr {00601.t2} {00601.s2} -> {00601.s1} 
+tr {00602.t1} {00601.p1|00602.p0} {00602.s1} -> {00602.p1|00603.p0} {00602.s2} 
+tr {00602.t2} {00602.s2} -> {00602.s1} 
+tr {00603.t1} {00602.p1|00603.p0} {00603.s1} -> {00603.p1|00604.p0} {00603.s2} 
+tr {00603.t2} {00603.s2} -> {00603.s1} 
+tr {00604.t1} {00603.p1|00604.p0} {00604.s1} -> {00604.p1|00605.p0} {00604.s2} 
+tr {00604.t2} {00604.s2} -> {00604.s1} 
+tr {00605.t1} {00604.p1|00605.p0} {00605.s1} -> {00605.p1|00606.p0} {00605.s2} 
+tr {00605.t2} {00605.s2} -> {00605.s1} 
+tr {00606.t1} {00605.p1|00606.p0} {00606.s1} -> {00606.p1|00607.p0} {00606.s2} 
+tr {00606.t2} {00606.s2} -> {00606.s1} 
+tr {00607.t1} {00606.p1|00607.p0} {00607.s1} -> {00607.p1|00608.p0} {00607.s2} 
+tr {00607.t2} {00607.s2} -> {00607.s1} 
+tr {00608.t1} {00607.p1|00608.p0} {00608.s1} -> {00608.p1|00609.p0} {00608.s2} 
+tr {00608.t2} {00608.s2} -> {00608.s1} 
+tr {00609.t1} {00608.p1|00609.p0} {00609.s1} -> {00609.p1|00610.p0} {00609.s2} 
+tr {00609.t2} {00609.s2} -> {00609.s1} 
+tr {00610.t1} {00609.p1|00610.p0} {00610.s1} -> {00610.p1|00611.p0} {00610.s2} 
+tr {00610.t2} {00610.s2} -> {00610.s1} 
+tr {00611.t1} {00610.p1|00611.p0} {00611.s1} -> {00611.p1|00612.p0} {00611.s2} 
+tr {00611.t2} {00611.s2} -> {00611.s1} 
+tr {00612.t1} {00611.p1|00612.p0} {00612.s1} -> {00612.p1|00613.p0} {00612.s2} 
+tr {00612.t2} {00612.s2} -> {00612.s1} 
+tr {00613.t1} {00612.p1|00613.p0} {00613.s1} -> {00613.p1|00614.p0} {00613.s2} 
+tr {00613.t2} {00613.s2} -> {00613.s1} 
+tr {00614.t1} {00613.p1|00614.p0} {00614.s1} -> {00614.p1|00615.p0} {00614.s2} 
+tr {00614.t2} {00614.s2} -> {00614.s1} 
+tr {00615.t1} {00614.p1|00615.p0} {00615.s1} -> {00615.p1|00616.p0} {00615.s2} 
+tr {00615.t2} {00615.s2} -> {00615.s1} 
+tr {00616.t1} {00615.p1|00616.p0} {00616.s1} -> {00616.p1|00617.p0} {00616.s2} 
+tr {00616.t2} {00616.s2} -> {00616.s1} 
+tr {00617.t1} {00616.p1|00617.p0} {00617.s1} -> {00617.p1|00618.p0} {00617.s2} 
+tr {00617.t2} {00617.s2} -> {00617.s1} 
+tr {00618.t1} {00617.p1|00618.p0} {00618.s1} -> {00618.p1|00619.p0} {00618.s2} 
+tr {00618.t2} {00618.s2} -> {00618.s1} 
+tr {00619.t1} {00618.p1|00619.p0} {00619.s1} -> {00619.p1|00620.p0} {00619.s2} 
+tr {00619.t2} {00619.s2} -> {00619.s1} 
+tr {00620.t1} {00619.p1|00620.p0} {00620.s1} -> {00620.p1|00621.p0} {00620.s2} 
+tr {00620.t2} {00620.s2} -> {00620.s1} 
+tr {00621.t1} {00620.p1|00621.p0} {00621.s1} -> {00621.p1|00622.p0} {00621.s2} 
+tr {00621.t2} {00621.s2} -> {00621.s1} 
+tr {00622.t1} {00621.p1|00622.p0} {00622.s1} -> {00622.p1|00623.p0} {00622.s2} 
+tr {00622.t2} {00622.s2} -> {00622.s1} 
+tr {00623.t1} {00622.p1|00623.p0} {00623.s1} -> {00623.p1|00624.p0} {00623.s2} 
+tr {00623.t2} {00623.s2} -> {00623.s1} 
+tr {00624.t1} {00623.p1|00624.p0} {00624.s1} -> {00624.p1|00625.p0} {00624.s2} 
+tr {00624.t2} {00624.s2} -> {00624.s1} 
+tr {00625.t1} {00624.p1|00625.p0} {00625.s1} -> {00625.p1|00626.p0} {00625.s2} 
+tr {00625.t2} {00625.s2} -> {00625.s1} 
+tr {00626.t1} {00625.p1|00626.p0} {00626.s1} -> {00626.p1|00627.p0} {00626.s2} 
+tr {00626.t2} {00626.s2} -> {00626.s1} 
+tr {00627.t1} {00626.p1|00627.p0} {00627.s1} -> {00627.p1|00628.p0} {00627.s2} 
+tr {00627.t2} {00627.s2} -> {00627.s1} 
+tr {00628.t1} {00627.p1|00628.p0} {00628.s1} -> {00628.p1|00629.p0} {00628.s2} 
+tr {00628.t2} {00628.s2} -> {00628.s1} 
+tr {00629.t1} {00628.p1|00629.p0} {00629.s1} -> {00629.p1|00630.p0} {00629.s2} 
+tr {00629.t2} {00629.s2} -> {00629.s1} 
+tr {00630.t1} {00629.p1|00630.p0} {00630.s1} -> {00630.p1|00631.p0} {00630.s2} 
+tr {00630.t2} {00630.s2} -> {00630.s1} 
+tr {00631.t1} {00630.p1|00631.p0} {00631.s1} -> {00631.p1|00632.p0} {00631.s2} 
+tr {00631.t2} {00631.s2} -> {00631.s1} 
+tr {00632.t1} {00631.p1|00632.p0} {00632.s1} -> {00632.p1|00633.p0} {00632.s2} 
+tr {00632.t2} {00632.s2} -> {00632.s1} 
+tr {00633.t1} {00632.p1|00633.p0} {00633.s1} -> {00633.p1|00634.p0} {00633.s2} 
+tr {00633.t2} {00633.s2} -> {00633.s1} 
+tr {00634.t1} {00633.p1|00634.p0} {00634.s1} -> {00634.p1|00635.p0} {00634.s2} 
+tr {00634.t2} {00634.s2} -> {00634.s1} 
+tr {00635.t1} {00634.p1|00635.p0} {00635.s1} -> {00635.p1|00636.p0} {00635.s2} 
+tr {00635.t2} {00635.s2} -> {00635.s1} 
+tr {00636.t1} {00635.p1|00636.p0} {00636.s1} -> {00636.p1|00637.p0} {00636.s2} 
+tr {00636.t2} {00636.s2} -> {00636.s1} 
+tr {00637.t1} {00636.p1|00637.p0} {00637.s1} -> {00637.p1|00638.p0} {00637.s2} 
+tr {00637.t2} {00637.s2} -> {00637.s1} 
+tr {00638.t1} {00637.p1|00638.p0} {00638.s1} -> {00638.p1|00639.p0} {00638.s2} 
+tr {00638.t2} {00638.s2} -> {00638.s1} 
+tr {00639.t1} {00638.p1|00639.p0} {00639.s1} -> {00639.p1|00640.p0} {00639.s2} 
+tr {00639.t2} {00639.s2} -> {00639.s1} 
+tr {00640.t1} {00639.p1|00640.p0} {00640.s1} -> {00640.p1|00641.p0} {00640.s2} 
+tr {00640.t2} {00640.s2} -> {00640.s1} 
+tr {00641.t1} {00640.p1|00641.p0} {00641.s1} -> {00641.p1|00642.p0} {00641.s2} 
+tr {00641.t2} {00641.s2} -> {00641.s1} 
+tr {00642.t1} {00641.p1|00642.p0} {00642.s1} -> {00642.p1|00643.p0} {00642.s2} 
+tr {00642.t2} {00642.s2} -> {00642.s1} 
+tr {00643.t1} {00642.p1|00643.p0} {00643.s1} -> {00643.p1|00644.p0} {00643.s2} 
+tr {00643.t2} {00643.s2} -> {00643.s1} 
+tr {00644.t1} {00643.p1|00644.p0} {00644.s1} -> {00644.p1|00645.p0} {00644.s2} 
+tr {00644.t2} {00644.s2} -> {00644.s1} 
+tr {00645.t1} {00644.p1|00645.p0} {00645.s1} -> {00645.p1|00646.p0} {00645.s2} 
+tr {00645.t2} {00645.s2} -> {00645.s1} 
+tr {00646.t1} {00645.p1|00646.p0} {00646.s1} -> {00646.p1|00647.p0} {00646.s2} 
+tr {00646.t2} {00646.s2} -> {00646.s1} 
+tr {00647.t1} {00646.p1|00647.p0} {00647.s1} -> {00647.p1|00648.p0} {00647.s2} 
+tr {00647.t2} {00647.s2} -> {00647.s1} 
+tr {00648.t1} {00647.p1|00648.p0} {00648.s1} -> {00648.p1|00649.p0} {00648.s2} 
+tr {00648.t2} {00648.s2} -> {00648.s1} 
+tr {00649.t1} {00648.p1|00649.p0} {00649.s1} -> {00649.p1|00650.p0} {00649.s2} 
+tr {00649.t2} {00649.s2} -> {00649.s1} 
+tr {00650.t1} {00649.p1|00650.p0} {00650.s1} -> {00650.p1|00651.p0} {00650.s2} 
+tr {00650.t2} {00650.s2} -> {00650.s1} 
+tr {00651.t1} {00650.p1|00651.p0} {00651.s1} -> {00651.p1|00652.p0} {00651.s2} 
+tr {00651.t2} {00651.s2} -> {00651.s1} 
+tr {00652.t1} {00651.p1|00652.p0} {00652.s1} -> {00652.p1|00653.p0} {00652.s2} 
+tr {00652.t2} {00652.s2} -> {00652.s1} 
+tr {00653.t1} {00652.p1|00653.p0} {00653.s1} -> {00653.p1|00654.p0} {00653.s2} 
+tr {00653.t2} {00653.s2} -> {00653.s1} 
+tr {00654.t1} {00653.p1|00654.p0} {00654.s1} -> {00654.p1|00655.p0} {00654.s2} 
+tr {00654.t2} {00654.s2} -> {00654.s1} 
+tr {00655.t1} {00654.p1|00655.p0} {00655.s1} -> {00655.p1|00656.p0} {00655.s2} 
+tr {00655.t2} {00655.s2} -> {00655.s1} 
+tr {00656.t1} {00655.p1|00656.p0} {00656.s1} -> {00656.p1|00657.p0} {00656.s2} 
+tr {00656.t2} {00656.s2} -> {00656.s1} 
+tr {00657.t1} {00656.p1|00657.p0} {00657.s1} -> {00657.p1|00658.p0} {00657.s2} 
+tr {00657.t2} {00657.s2} -> {00657.s1} 
+tr {00658.t1} {00657.p1|00658.p0} {00658.s1} -> {00658.p1|00659.p0} {00658.s2} 
+tr {00658.t2} {00658.s2} -> {00658.s1} 
+tr {00659.t1} {00658.p1|00659.p0} {00659.s1} -> {00659.p1|00660.p0} {00659.s2} 
+tr {00659.t2} {00659.s2} -> {00659.s1} 
+tr {00660.t1} {00659.p1|00660.p0} {00660.s1} -> {00660.p1|00661.p0} {00660.s2} 
+tr {00660.t2} {00660.s2} -> {00660.s1} 
+tr {00661.t1} {00660.p1|00661.p0} {00661.s1} -> {00661.p1|00662.p0} {00661.s2} 
+tr {00661.t2} {00661.s2} -> {00661.s1} 
+tr {00662.t1} {00661.p1|00662.p0} {00662.s1} -> {00662.p1|00663.p0} {00662.s2} 
+tr {00662.t2} {00662.s2} -> {00662.s1} 
+tr {00663.t1} {00662.p1|00663.p0} {00663.s1} -> {00663.p1|00664.p0} {00663.s2} 
+tr {00663.t2} {00663.s2} -> {00663.s1} 
+tr {00664.t1} {00663.p1|00664.p0} {00664.s1} -> {00664.p1|00665.p0} {00664.s2} 
+tr {00664.t2} {00664.s2} -> {00664.s1} 
+tr {00665.t1} {00664.p1|00665.p0} {00665.s1} -> {00665.p1|00666.p0} {00665.s2} 
+tr {00665.t2} {00665.s2} -> {00665.s1} 
+tr {00666.t1} {00665.p1|00666.p0} {00666.s1} -> {00666.p1|00667.p0} {00666.s2} 
+tr {00666.t2} {00666.s2} -> {00666.s1} 
+tr {00667.t1} {00666.p1|00667.p0} {00667.s1} -> {00667.p1|00668.p0} {00667.s2} 
+tr {00667.t2} {00667.s2} -> {00667.s1} 
+tr {00668.t1} {00667.p1|00668.p0} {00668.s1} -> {00668.p1|00669.p0} {00668.s2} 
+tr {00668.t2} {00668.s2} -> {00668.s1} 
+tr {00669.t1} {00668.p1|00669.p0} {00669.s1} -> {00669.p1|00670.p0} {00669.s2} 
+tr {00669.t2} {00669.s2} -> {00669.s1} 
+tr {00670.t1} {00669.p1|00670.p0} {00670.s1} -> {00670.p1|00671.p0} {00670.s2} 
+tr {00670.t2} {00670.s2} -> {00670.s1} 
+tr {00671.t1} {00670.p1|00671.p0} {00671.s1} -> {00671.p1|00672.p0} {00671.s2} 
+tr {00671.t2} {00671.s2} -> {00671.s1} 
+tr {00672.t1} {00671.p1|00672.p0} {00672.s1} -> {00672.p1|00673.p0} {00672.s2} 
+tr {00672.t2} {00672.s2} -> {00672.s1} 
+tr {00673.t1} {00672.p1|00673.p0} {00673.s1} -> {00673.p1|00674.p0} {00673.s2} 
+tr {00673.t2} {00673.s2} -> {00673.s1} 
+tr {00674.t1} {00673.p1|00674.p0} {00674.s1} -> {00674.p1|00675.p0} {00674.s2} 
+tr {00674.t2} {00674.s2} -> {00674.s1} 
+tr {00675.t1} {00674.p1|00675.p0} {00675.s1} -> {00675.p1|00676.p0} {00675.s2} 
+tr {00675.t2} {00675.s2} -> {00675.s1} 
+tr {00676.t1} {00675.p1|00676.p0} {00676.s1} -> {00676.p1|00677.p0} {00676.s2} 
+tr {00676.t2} {00676.s2} -> {00676.s1} 
+tr {00677.t1} {00676.p1|00677.p0} {00677.s1} -> {00677.p1|00678.p0} {00677.s2} 
+tr {00677.t2} {00677.s2} -> {00677.s1} 
+tr {00678.t1} {00677.p1|00678.p0} {00678.s1} -> {00678.p1|00679.p0} {00678.s2} 
+tr {00678.t2} {00678.s2} -> {00678.s1} 
+tr {00679.t1} {00678.p1|00679.p0} {00679.s1} -> {00679.p1|00680.p0} {00679.s2} 
+tr {00679.t2} {00679.s2} -> {00679.s1} 
+tr {00680.t1} {00679.p1|00680.p0} {00680.s1} -> {00680.p1|00681.p0} {00680.s2} 
+tr {00680.t2} {00680.s2} -> {00680.s1} 
+tr {00681.t1} {00680.p1|00681.p0} {00681.s1} -> {00681.p1|00682.p0} {00681.s2} 
+tr {00681.t2} {00681.s2} -> {00681.s1} 
+tr {00682.t1} {00681.p1|00682.p0} {00682.s1} -> {00682.p1|00683.p0} {00682.s2} 
+tr {00682.t2} {00682.s2} -> {00682.s1} 
+tr {00683.t1} {00682.p1|00683.p0} {00683.s1} -> {00683.p1|00684.p0} {00683.s2} 
+tr {00683.t2} {00683.s2} -> {00683.s1} 
+tr {00684.t1} {00683.p1|00684.p0} {00684.s1} -> {00684.p1|00685.p0} {00684.s2} 
+tr {00684.t2} {00684.s2} -> {00684.s1} 
+tr {00685.t1} {00684.p1|00685.p0} {00685.s1} -> {00685.p1|00686.p0} {00685.s2} 
+tr {00685.t2} {00685.s2} -> {00685.s1} 
+tr {00686.t1} {00685.p1|00686.p0} {00686.s1} -> {00686.p1|00687.p0} {00686.s2} 
+tr {00686.t2} {00686.s2} -> {00686.s1} 
+tr {00687.t1} {00686.p1|00687.p0} {00687.s1} -> {00687.p1|00688.p0} {00687.s2} 
+tr {00687.t2} {00687.s2} -> {00687.s1} 
+tr {00688.t1} {00687.p1|00688.p0} {00688.s1} -> {00688.p1|00689.p0} {00688.s2} 
+tr {00688.t2} {00688.s2} -> {00688.s1} 
+tr {00689.t1} {00688.p1|00689.p0} {00689.s1} -> {00689.p1|00690.p0} {00689.s2} 
+tr {00689.t2} {00689.s2} -> {00689.s1} 
+tr {00690.t1} {00689.p1|00690.p0} {00690.s1} -> {00690.p1|00691.p0} {00690.s2} 
+tr {00690.t2} {00690.s2} -> {00690.s1} 
+tr {00691.t1} {00690.p1|00691.p0} {00691.s1} -> {00691.p1|00692.p0} {00691.s2} 
+tr {00691.t2} {00691.s2} -> {00691.s1} 
+tr {00692.t1} {00691.p1|00692.p0} {00692.s1} -> {00692.p1|00693.p0} {00692.s2} 
+tr {00692.t2} {00692.s2} -> {00692.s1} 
+tr {00693.t1} {00692.p1|00693.p0} {00693.s1} -> {00693.p1|00694.p0} {00693.s2} 
+tr {00693.t2} {00693.s2} -> {00693.s1} 
+tr {00694.t1} {00693.p1|00694.p0} {00694.s1} -> {00694.p1|00695.p0} {00694.s2} 
+tr {00694.t2} {00694.s2} -> {00694.s1} 
+tr {00695.t1} {00694.p1|00695.p0} {00695.s1} -> {00695.p1|00696.p0} {00695.s2} 
+tr {00695.t2} {00695.s2} -> {00695.s1} 
+tr {00696.t1} {00695.p1|00696.p0} {00696.s1} -> {00696.p1|00697.p0} {00696.s2} 
+tr {00696.t2} {00696.s2} -> {00696.s1} 
+tr {00697.t1} {00696.p1|00697.p0} {00697.s1} -> {00697.p1|00698.p0} {00697.s2} 
+tr {00697.t2} {00697.s2} -> {00697.s1} 
+tr {00698.t1} {00697.p1|00698.p0} {00698.s1} -> {00698.p1|00699.p0} {00698.s2} 
+tr {00698.t2} {00698.s2} -> {00698.s1} 
+tr {00699.t1} {00698.p1|00699.p0} {00699.s1} -> {00699.p1|00700.p0} {00699.s2} 
+tr {00699.t2} {00699.s2} -> {00699.s1} 
+tr {00700.t1} {00699.p1|00700.p0} {00700.s1} -> {00700.p1|00701.p0} {00700.s2} 
+tr {00700.t2} {00700.s2} -> {00700.s1} 
+tr {00701.t1} {00700.p1|00701.p0} {00701.s1} -> {00701.p1|00702.p0} {00701.s2} 
+tr {00701.t2} {00701.s2} -> {00701.s1} 
+tr {00702.t1} {00701.p1|00702.p0} {00702.s1} -> {00702.p1|00703.p0} {00702.s2} 
+tr {00702.t2} {00702.s2} -> {00702.s1} 
+tr {00703.t1} {00702.p1|00703.p0} {00703.s1} -> {00703.p1|00704.p0} {00703.s2} 
+tr {00703.t2} {00703.s2} -> {00703.s1} 
+tr {00704.t1} {00703.p1|00704.p0} {00704.s1} -> {00704.p1|00705.p0} {00704.s2} 
+tr {00704.t2} {00704.s2} -> {00704.s1} 
+tr {00705.t1} {00704.p1|00705.p0} {00705.s1} -> {00705.p1|00706.p0} {00705.s2} 
+tr {00705.t2} {00705.s2} -> {00705.s1} 
+tr {00706.t1} {00705.p1|00706.p0} {00706.s1} -> {00706.p1|00707.p0} {00706.s2} 
+tr {00706.t2} {00706.s2} -> {00706.s1} 
+tr {00707.t1} {00706.p1|00707.p0} {00707.s1} -> {00707.p1|00708.p0} {00707.s2} 
+tr {00707.t2} {00707.s2} -> {00707.s1} 
+tr {00708.t1} {00707.p1|00708.p0} {00708.s1} -> {00708.p1|00709.p0} {00708.s2} 
+tr {00708.t2} {00708.s2} -> {00708.s1} 
+tr {00709.t1} {00708.p1|00709.p0} {00709.s1} -> {00709.p1|00710.p0} {00709.s2} 
+tr {00709.t2} {00709.s2} -> {00709.s1} 
+tr {00710.t1} {00709.p1|00710.p0} {00710.s1} -> {00710.p1|00711.p0} {00710.s2} 
+tr {00710.t2} {00710.s2} -> {00710.s1} 
+tr {00711.t1} {00710.p1|00711.p0} {00711.s1} -> {00711.p1|00712.p0} {00711.s2} 
+tr {00711.t2} {00711.s2} -> {00711.s1} 
+tr {00712.t1} {00711.p1|00712.p0} {00712.s1} -> {00712.p1|00713.p0} {00712.s2} 
+tr {00712.t2} {00712.s2} -> {00712.s1} 
+tr {00713.t1} {00712.p1|00713.p0} {00713.s1} -> {00713.p1|00714.p0} {00713.s2} 
+tr {00713.t2} {00713.s2} -> {00713.s1} 
+tr {00714.t1} {00713.p1|00714.p0} {00714.s1} -> {00714.p1|00715.p0} {00714.s2} 
+tr {00714.t2} {00714.s2} -> {00714.s1} 
+tr {00715.t1} {00714.p1|00715.p0} {00715.s1} -> {00715.p1|00716.p0} {00715.s2} 
+tr {00715.t2} {00715.s2} -> {00715.s1} 
+tr {00716.t1} {00715.p1|00716.p0} {00716.s1} -> {00716.p1|00717.p0} {00716.s2} 
+tr {00716.t2} {00716.s2} -> {00716.s1} 
+tr {00717.t1} {00716.p1|00717.p0} {00717.s1} -> {00717.p1|00718.p0} {00717.s2} 
+tr {00717.t2} {00717.s2} -> {00717.s1} 
+tr {00718.t1} {00717.p1|00718.p0} {00718.s1} -> {00718.p1|00719.p0} {00718.s2} 
+tr {00718.t2} {00718.s2} -> {00718.s1} 
+tr {00719.t1} {00718.p1|00719.p0} {00719.s1} -> {00719.p1|00720.p0} {00719.s2} 
+tr {00719.t2} {00719.s2} -> {00719.s1} 
+tr {00720.t1} {00719.p1|00720.p0} {00720.s1} -> {00720.p1|00721.p0} {00720.s2} 
+tr {00720.t2} {00720.s2} -> {00720.s1} 
+tr {00721.t1} {00720.p1|00721.p0} {00721.s1} -> {00721.p1|00722.p0} {00721.s2} 
+tr {00721.t2} {00721.s2} -> {00721.s1} 
+tr {00722.t1} {00721.p1|00722.p0} {00722.s1} -> {00722.p1|00723.p0} {00722.s2} 
+tr {00722.t2} {00722.s2} -> {00722.s1} 
+tr {00723.t1} {00722.p1|00723.p0} {00723.s1} -> {00723.p1|00724.p0} {00723.s2} 
+tr {00723.t2} {00723.s2} -> {00723.s1} 
+tr {00724.t1} {00723.p1|00724.p0} {00724.s1} -> {00724.p1|00725.p0} {00724.s2} 
+tr {00724.t2} {00724.s2} -> {00724.s1} 
+tr {00725.t1} {00724.p1|00725.p0} {00725.s1} -> {00725.p1|00726.p0} {00725.s2} 
+tr {00725.t2} {00725.s2} -> {00725.s1} 
+tr {00726.t1} {00725.p1|00726.p0} {00726.s1} -> {00726.p1|00727.p0} {00726.s2} 
+tr {00726.t2} {00726.s2} -> {00726.s1} 
+tr {00727.t1} {00726.p1|00727.p0} {00727.s1} -> {00727.p1|00728.p0} {00727.s2} 
+tr {00727.t2} {00727.s2} -> {00727.s1} 
+tr {00728.t1} {00727.p1|00728.p0} {00728.s1} -> {00728.p1|00729.p0} {00728.s2} 
+tr {00728.t2} {00728.s2} -> {00728.s1} 
+tr {00729.t1} {00728.p1|00729.p0} {00729.s1} -> {00729.p1|00730.p0} {00729.s2} 
+tr {00729.t2} {00729.s2} -> {00729.s1} 
+tr {00730.t1} {00729.p1|00730.p0} {00730.s1} -> {00730.p1|00731.p0} {00730.s2} 
+tr {00730.t2} {00730.s2} -> {00730.s1} 
+tr {00731.t1} {00730.p1|00731.p0} {00731.s1} -> {00731.p1|00732.p0} {00731.s2} 
+tr {00731.t2} {00731.s2} -> {00731.s1} 
+tr {00732.t1} {00731.p1|00732.p0} {00732.s1} -> {00732.p1|00733.p0} {00732.s2} 
+tr {00732.t2} {00732.s2} -> {00732.s1} 
+tr {00733.t1} {00732.p1|00733.p0} {00733.s1} -> {00733.p1|00734.p0} {00733.s2} 
+tr {00733.t2} {00733.s2} -> {00733.s1} 
+tr {00734.t1} {00733.p1|00734.p0} {00734.s1} -> {00734.p1|00735.p0} {00734.s2} 
+tr {00734.t2} {00734.s2} -> {00734.s1} 
+tr {00735.t1} {00734.p1|00735.p0} {00735.s1} -> {00735.p1|00736.p0} {00735.s2} 
+tr {00735.t2} {00735.s2} -> {00735.s1} 
+tr {00736.t1} {00735.p1|00736.p0} {00736.s1} -> {00736.p1|00737.p0} {00736.s2} 
+tr {00736.t2} {00736.s2} -> {00736.s1} 
+tr {00737.t1} {00736.p1|00737.p0} {00737.s1} -> {00737.p1|00738.p0} {00737.s2} 
+tr {00737.t2} {00737.s2} -> {00737.s1} 
+tr {00738.t1} {00737.p1|00738.p0} {00738.s1} -> {00738.p1|00739.p0} {00738.s2} 
+tr {00738.t2} {00738.s2} -> {00738.s1} 
+tr {00739.t1} {00738.p1|00739.p0} {00739.s1} -> {00739.p1|00740.p0} {00739.s2} 
+tr {00739.t2} {00739.s2} -> {00739.s1} 
+tr {00740.t1} {00739.p1|00740.p0} {00740.s1} -> {00740.p1|00741.p0} {00740.s2} 
+tr {00740.t2} {00740.s2} -> {00740.s1} 
+tr {00741.t1} {00740.p1|00741.p0} {00741.s1} -> {00741.p1|00742.p0} {00741.s2} 
+tr {00741.t2} {00741.s2} -> {00741.s1} 
+tr {00742.t1} {00741.p1|00742.p0} {00742.s1} -> {00742.p1|00743.p0} {00742.s2} 
+tr {00742.t2} {00742.s2} -> {00742.s1} 
+tr {00743.t1} {00742.p1|00743.p0} {00743.s1} -> {00743.p1|00744.p0} {00743.s2} 
+tr {00743.t2} {00743.s2} -> {00743.s1} 
+tr {00744.t1} {00743.p1|00744.p0} {00744.s1} -> {00744.p1|00745.p0} {00744.s2} 
+tr {00744.t2} {00744.s2} -> {00744.s1} 
+tr {00745.t1} {00744.p1|00745.p0} {00745.s1} -> {00745.p1|00746.p0} {00745.s2} 
+tr {00745.t2} {00745.s2} -> {00745.s1} 
+tr {00746.t1} {00745.p1|00746.p0} {00746.s1} -> {00746.p1|00747.p0} {00746.s2} 
+tr {00746.t2} {00746.s2} -> {00746.s1} 
+tr {00747.t1} {00746.p1|00747.p0} {00747.s1} -> {00747.p1|00748.p0} {00747.s2} 
+tr {00747.t2} {00747.s2} -> {00747.s1} 
+tr {00748.t1} {00747.p1|00748.p0} {00748.s1} -> {00748.p1|00749.p0} {00748.s2} 
+tr {00748.t2} {00748.s2} -> {00748.s1} 
+tr {00749.t1} {00748.p1|00749.p0} {00749.s1} -> {00749.p1|00750.p0} {00749.s2} 
+tr {00749.t2} {00749.s2} -> {00749.s1} 
+tr {00750.t1} {00749.p1|00750.p0} {00750.s1} -> {00750.p1|00751.p0} {00750.s2} 
+tr {00750.t2} {00750.s2} -> {00750.s1} 
+tr {00751.t1} {00750.p1|00751.p0} {00751.s1} -> {00751.p1|00752.p0} {00751.s2} 
+tr {00751.t2} {00751.s2} -> {00751.s1} 
+tr {00752.t1} {00751.p1|00752.p0} {00752.s1} -> {00752.p1|00753.p0} {00752.s2} 
+tr {00752.t2} {00752.s2} -> {00752.s1} 
+tr {00753.t1} {00752.p1|00753.p0} {00753.s1} -> {00753.p1|00754.p0} {00753.s2} 
+tr {00753.t2} {00753.s2} -> {00753.s1} 
+tr {00754.t1} {00753.p1|00754.p0} {00754.s1} -> {00754.p1|00755.p0} {00754.s2} 
+tr {00754.t2} {00754.s2} -> {00754.s1} 
+tr {00755.t1} {00754.p1|00755.p0} {00755.s1} -> {00755.p1|00756.p0} {00755.s2} 
+tr {00755.t2} {00755.s2} -> {00755.s1} 
+tr {00756.t1} {00755.p1|00756.p0} {00756.s1} -> {00756.p1|00757.p0} {00756.s2} 
+tr {00756.t2} {00756.s2} -> {00756.s1} 
+tr {00757.t1} {00756.p1|00757.p0} {00757.s1} -> {00757.p1|00758.p0} {00757.s2} 
+tr {00757.t2} {00757.s2} -> {00757.s1} 
+tr {00758.t1} {00757.p1|00758.p0} {00758.s1} -> {00758.p1|00759.p0} {00758.s2} 
+tr {00758.t2} {00758.s2} -> {00758.s1} 
+tr {00759.t1} {00758.p1|00759.p0} {00759.s1} -> {00759.p1|00760.p0} {00759.s2} 
+tr {00759.t2} {00759.s2} -> {00759.s1} 
+tr {00760.t1} {00759.p1|00760.p0} {00760.s1} -> {00760.p1|00761.p0} {00760.s2} 
+tr {00760.t2} {00760.s2} -> {00760.s1} 
+tr {00761.t1} {00760.p1|00761.p0} {00761.s1} -> {00761.p1|00762.p0} {00761.s2} 
+tr {00761.t2} {00761.s2} -> {00761.s1} 
+tr {00762.t1} {00761.p1|00762.p0} {00762.s1} -> {00762.p1|00763.p0} {00762.s2} 
+tr {00762.t2} {00762.s2} -> {00762.s1} 
+tr {00763.t1} {00762.p1|00763.p0} {00763.s1} -> {00763.p1|00764.p0} {00763.s2} 
+tr {00763.t2} {00763.s2} -> {00763.s1} 
+tr {00764.t1} {00763.p1|00764.p0} {00764.s1} -> {00764.p1|00765.p0} {00764.s2} 
+tr {00764.t2} {00764.s2} -> {00764.s1} 
+tr {00765.t1} {00764.p1|00765.p0} {00765.s1} -> {00765.p1|00766.p0} {00765.s2} 
+tr {00765.t2} {00765.s2} -> {00765.s1} 
+tr {00766.t1} {00765.p1|00766.p0} {00766.s1} -> {00766.p1|00767.p0} {00766.s2} 
+tr {00766.t2} {00766.s2} -> {00766.s1} 
+tr {00767.t1} {00766.p1|00767.p0} {00767.s1} -> {00767.p1|00768.p0} {00767.s2} 
+tr {00767.t2} {00767.s2} -> {00767.s1} 
+tr {00768.t1} {00767.p1|00768.p0} {00768.s1} -> {00768.p1|00769.p0} {00768.s2} 
+tr {00768.t2} {00768.s2} -> {00768.s1} 
+tr {00769.t1} {00768.p1|00769.p0} {00769.s1} -> {00769.p1|00770.p0} {00769.s2} 
+tr {00769.t2} {00769.s2} -> {00769.s1} 
+tr {00770.t1} {00769.p1|00770.p0} {00770.s1} -> {00770.p1|00771.p0} {00770.s2} 
+tr {00770.t2} {00770.s2} -> {00770.s1} 
+tr {00771.t1} {00770.p1|00771.p0} {00771.s1} -> {00771.p1|00772.p0} {00771.s2} 
+tr {00771.t2} {00771.s2} -> {00771.s1} 
+tr {00772.t1} {00771.p1|00772.p0} {00772.s1} -> {00772.p1|00773.p0} {00772.s2} 
+tr {00772.t2} {00772.s2} -> {00772.s1} 
+tr {00773.t1} {00772.p1|00773.p0} {00773.s1} -> {00773.p1|00774.p0} {00773.s2} 
+tr {00773.t2} {00773.s2} -> {00773.s1} 
+tr {00774.t1} {00773.p1|00774.p0} {00774.s1} -> {00774.p1|00775.p0} {00774.s2} 
+tr {00774.t2} {00774.s2} -> {00774.s1} 
+tr {00775.t1} {00774.p1|00775.p0} {00775.s1} -> {00775.p1|00776.p0} {00775.s2} 
+tr {00775.t2} {00775.s2} -> {00775.s1} 
+tr {00776.t1} {00775.p1|00776.p0} {00776.s1} -> {00776.p1|00777.p0} {00776.s2} 
+tr {00776.t2} {00776.s2} -> {00776.s1} 
+tr {00777.t1} {00776.p1|00777.p0} {00777.s1} -> {00777.p1|00778.p0} {00777.s2} 
+tr {00777.t2} {00777.s2} -> {00777.s1} 
+tr {00778.t1} {00777.p1|00778.p0} {00778.s1} -> {00778.p1|00779.p0} {00778.s2} 
+tr {00778.t2} {00778.s2} -> {00778.s1} 
+tr {00779.t1} {00778.p1|00779.p0} {00779.s1} -> {00779.p1|00780.p0} {00779.s2} 
+tr {00779.t2} {00779.s2} -> {00779.s1} 
+tr {00780.t1} {00779.p1|00780.p0} {00780.s1} -> {00780.p1|00781.p0} {00780.s2} 
+tr {00780.t2} {00780.s2} -> {00780.s1} 
+tr {00781.t1} {00780.p1|00781.p0} {00781.s1} -> {00781.p1|00782.p0} {00781.s2} 
+tr {00781.t2} {00781.s2} -> {00781.s1} 
+tr {00782.t1} {00781.p1|00782.p0} {00782.s1} -> {00782.p1|00783.p0} {00782.s2} 
+tr {00782.t2} {00782.s2} -> {00782.s1} 
+tr {00783.t1} {00782.p1|00783.p0} {00783.s1} -> {00783.p1|00784.p0} {00783.s2} 
+tr {00783.t2} {00783.s2} -> {00783.s1} 
+tr {00784.t1} {00783.p1|00784.p0} {00784.s1} -> {00784.p1|00785.p0} {00784.s2} 
+tr {00784.t2} {00784.s2} -> {00784.s1} 
+tr {00785.t1} {00784.p1|00785.p0} {00785.s1} -> {00785.p1|00786.p0} {00785.s2} 
+tr {00785.t2} {00785.s2} -> {00785.s1} 
+tr {00786.t1} {00785.p1|00786.p0} {00786.s1} -> {00786.p1|00787.p0} {00786.s2} 
+tr {00786.t2} {00786.s2} -> {00786.s1} 
+tr {00787.t1} {00786.p1|00787.p0} {00787.s1} -> {00787.p1|00788.p0} {00787.s2} 
+tr {00787.t2} {00787.s2} -> {00787.s1} 
+tr {00788.t1} {00787.p1|00788.p0} {00788.s1} -> {00788.p1|00789.p0} {00788.s2} 
+tr {00788.t2} {00788.s2} -> {00788.s1} 
+tr {00789.t1} {00788.p1|00789.p0} {00789.s1} -> {00789.p1|00790.p0} {00789.s2} 
+tr {00789.t2} {00789.s2} -> {00789.s1} 
+tr {00790.t1} {00789.p1|00790.p0} {00790.s1} -> {00790.p1|00791.p0} {00790.s2} 
+tr {00790.t2} {00790.s2} -> {00790.s1} 
+tr {00791.t1} {00790.p1|00791.p0} {00791.s1} -> {00791.p1|00792.p0} {00791.s2} 
+tr {00791.t2} {00791.s2} -> {00791.s1} 
+tr {00792.t1} {00791.p1|00792.p0} {00792.s1} -> {00792.p1|00793.p0} {00792.s2} 
+tr {00792.t2} {00792.s2} -> {00792.s1} 
+tr {00793.t1} {00792.p1|00793.p0} {00793.s1} -> {00793.p1|00794.p0} {00793.s2} 
+tr {00793.t2} {00793.s2} -> {00793.s1} 
+tr {00794.t1} {00793.p1|00794.p0} {00794.s1} -> {00794.p1|00795.p0} {00794.s2} 
+tr {00794.t2} {00794.s2} -> {00794.s1} 
+tr {00795.t1} {00794.p1|00795.p0} {00795.s1} -> {00795.p1|00796.p0} {00795.s2} 
+tr {00795.t2} {00795.s2} -> {00795.s1} 
+tr {00796.t1} {00795.p1|00796.p0} {00796.s1} -> {00796.p1|00797.p0} {00796.s2} 
+tr {00796.t2} {00796.s2} -> {00796.s1} 
+tr {00797.t1} {00796.p1|00797.p0} {00797.s1} -> {00797.p1|00798.p0} {00797.s2} 
+tr {00797.t2} {00797.s2} -> {00797.s1} 
+tr {00798.t1} {00797.p1|00798.p0} {00798.s1} -> {00798.p1|00799.p0} {00798.s2} 
+tr {00798.t2} {00798.s2} -> {00798.s1} 
+tr {00799.t1} {00798.p1|00799.p0} {00799.s1} -> {00799.p1|00800.p0} {00799.s2} 
+tr {00799.t2} {00799.s2} -> {00799.s1} 
+tr {00800.t1} {00799.p1|00800.p0} {00800.s1} -> {00800.p1|00801.p0} {00800.s2} 
+tr {00800.t2} {00800.s2} -> {00800.s1} 
+tr {00801.t1} {00800.p1|00801.p0} {00801.s1} -> {00801.p1|00802.p0} {00801.s2} 
+tr {00801.t2} {00801.s2} -> {00801.s1} 
+tr {00802.t1} {00801.p1|00802.p0} {00802.s1} -> {00802.p1|00803.p0} {00802.s2} 
+tr {00802.t2} {00802.s2} -> {00802.s1} 
+tr {00803.t1} {00802.p1|00803.p0} {00803.s1} -> {00803.p1|00804.p0} {00803.s2} 
+tr {00803.t2} {00803.s2} -> {00803.s1} 
+tr {00804.t1} {00803.p1|00804.p0} {00804.s1} -> {00804.p1|00805.p0} {00804.s2} 
+tr {00804.t2} {00804.s2} -> {00804.s1} 
+tr {00805.t1} {00804.p1|00805.p0} {00805.s1} -> {00805.p1|00806.p0} {00805.s2} 
+tr {00805.t2} {00805.s2} -> {00805.s1} 
+tr {00806.t1} {00805.p1|00806.p0} {00806.s1} -> {00806.p1|00807.p0} {00806.s2} 
+tr {00806.t2} {00806.s2} -> {00806.s1} 
+tr {00807.t1} {00806.p1|00807.p0} {00807.s1} -> {00807.p1|00808.p0} {00807.s2} 
+tr {00807.t2} {00807.s2} -> {00807.s1} 
+tr {00808.t1} {00807.p1|00808.p0} {00808.s1} -> {00808.p1|00809.p0} {00808.s2} 
+tr {00808.t2} {00808.s2} -> {00808.s1} 
+tr {00809.t1} {00808.p1|00809.p0} {00809.s1} -> {00809.p1|00810.p0} {00809.s2} 
+tr {00809.t2} {00809.s2} -> {00809.s1} 
+tr {00810.t1} {00809.p1|00810.p0} {00810.s1} -> {00810.p1|00811.p0} {00810.s2} 
+tr {00810.t2} {00810.s2} -> {00810.s1} 
+tr {00811.t1} {00810.p1|00811.p0} {00811.s1} -> {00811.p1|00812.p0} {00811.s2} 
+tr {00811.t2} {00811.s2} -> {00811.s1} 
+tr {00812.t1} {00811.p1|00812.p0} {00812.s1} -> {00812.p1|00813.p0} {00812.s2} 
+tr {00812.t2} {00812.s2} -> {00812.s1} 
+tr {00813.t1} {00812.p1|00813.p0} {00813.s1} -> {00813.p1|00814.p0} {00813.s2} 
+tr {00813.t2} {00813.s2} -> {00813.s1} 
+tr {00814.t1} {00813.p1|00814.p0} {00814.s1} -> {00814.p1|00815.p0} {00814.s2} 
+tr {00814.t2} {00814.s2} -> {00814.s1} 
+tr {00815.t1} {00814.p1|00815.p0} {00815.s1} -> {00815.p1|00816.p0} {00815.s2} 
+tr {00815.t2} {00815.s2} -> {00815.s1} 
+tr {00816.t1} {00815.p1|00816.p0} {00816.s1} -> {00816.p1|00817.p0} {00816.s2} 
+tr {00816.t2} {00816.s2} -> {00816.s1} 
+tr {00817.t1} {00816.p1|00817.p0} {00817.s1} -> {00817.p1|00818.p0} {00817.s2} 
+tr {00817.t2} {00817.s2} -> {00817.s1} 
+tr {00818.t1} {00817.p1|00818.p0} {00818.s1} -> {00818.p1|00819.p0} {00818.s2} 
+tr {00818.t2} {00818.s2} -> {00818.s1} 
+tr {00819.t1} {00818.p1|00819.p0} {00819.s1} -> {00819.p1|00820.p0} {00819.s2} 
+tr {00819.t2} {00819.s2} -> {00819.s1} 
+tr {00820.t1} {00819.p1|00820.p0} {00820.s1} -> {00820.p1|00821.p0} {00820.s2} 
+tr {00820.t2} {00820.s2} -> {00820.s1} 
+tr {00821.t1} {00820.p1|00821.p0} {00821.s1} -> {00821.p1|00822.p0} {00821.s2} 
+tr {00821.t2} {00821.s2} -> {00821.s1} 
+tr {00822.t1} {00821.p1|00822.p0} {00822.s1} -> {00822.p1|00823.p0} {00822.s2} 
+tr {00822.t2} {00822.s2} -> {00822.s1} 
+tr {00823.t1} {00822.p1|00823.p0} {00823.s1} -> {00823.p1|00824.p0} {00823.s2} 
+tr {00823.t2} {00823.s2} -> {00823.s1} 
+tr {00824.t1} {00823.p1|00824.p0} {00824.s1} -> {00824.p1|00825.p0} {00824.s2} 
+tr {00824.t2} {00824.s2} -> {00824.s1} 
+tr {00825.t1} {00824.p1|00825.p0} {00825.s1} -> {00825.p1|00826.p0} {00825.s2} 
+tr {00825.t2} {00825.s2} -> {00825.s1} 
+tr {00826.t1} {00825.p1|00826.p0} {00826.s1} -> {00826.p1|00827.p0} {00826.s2} 
+tr {00826.t2} {00826.s2} -> {00826.s1} 
+tr {00827.t1} {00826.p1|00827.p0} {00827.s1} -> {00827.p1|00828.p0} {00827.s2} 
+tr {00827.t2} {00827.s2} -> {00827.s1} 
+tr {00828.t1} {00827.p1|00828.p0} {00828.s1} -> {00828.p1|00829.p0} {00828.s2} 
+tr {00828.t2} {00828.s2} -> {00828.s1} 
+tr {00829.t1} {00828.p1|00829.p0} {00829.s1} -> {00829.p1|00830.p0} {00829.s2} 
+tr {00829.t2} {00829.s2} -> {00829.s1} 
+tr {00830.t1} {00829.p1|00830.p0} {00830.s1} -> {00830.p1|00831.p0} {00830.s2} 
+tr {00830.t2} {00830.s2} -> {00830.s1} 
+tr {00831.t1} {00830.p1|00831.p0} {00831.s1} -> {00831.p1|00832.p0} {00831.s2} 
+tr {00831.t2} {00831.s2} -> {00831.s1} 
+tr {00832.t1} {00831.p1|00832.p0} {00832.s1} -> {00832.p1|00833.p0} {00832.s2} 
+tr {00832.t2} {00832.s2} -> {00832.s1} 
+tr {00833.t1} {00832.p1|00833.p0} {00833.s1} -> {00833.p1|00834.p0} {00833.s2} 
+tr {00833.t2} {00833.s2} -> {00833.s1} 
+tr {00834.t1} {00833.p1|00834.p0} {00834.s1} -> {00834.p1|00835.p0} {00834.s2} 
+tr {00834.t2} {00834.s2} -> {00834.s1} 
+tr {00835.t1} {00834.p1|00835.p0} {00835.s1} -> {00835.p1|00836.p0} {00835.s2} 
+tr {00835.t2} {00835.s2} -> {00835.s1} 
+tr {00836.t1} {00835.p1|00836.p0} {00836.s1} -> {00836.p1|00837.p0} {00836.s2} 
+tr {00836.t2} {00836.s2} -> {00836.s1} 
+tr {00837.t1} {00836.p1|00837.p0} {00837.s1} -> {00837.p1|00838.p0} {00837.s2} 
+tr {00837.t2} {00837.s2} -> {00837.s1} 
+tr {00838.t1} {00837.p1|00838.p0} {00838.s1} -> {00838.p1|00839.p0} {00838.s2} 
+tr {00838.t2} {00838.s2} -> {00838.s1} 
+tr {00839.t1} {00838.p1|00839.p0} {00839.s1} -> {00839.p1|00840.p0} {00839.s2} 
+tr {00839.t2} {00839.s2} -> {00839.s1} 
+tr {00840.t1} {00839.p1|00840.p0} {00840.s1} -> {00840.p1|00841.p0} {00840.s2} 
+tr {00840.t2} {00840.s2} -> {00840.s1} 
+tr {00841.t1} {00840.p1|00841.p0} {00841.s1} -> {00841.p1|00842.p0} {00841.s2} 
+tr {00841.t2} {00841.s2} -> {00841.s1} 
+tr {00842.t1} {00841.p1|00842.p0} {00842.s1} -> {00842.p1|00843.p0} {00842.s2} 
+tr {00842.t2} {00842.s2} -> {00842.s1} 
+tr {00843.t1} {00842.p1|00843.p0} {00843.s1} -> {00843.p1|00844.p0} {00843.s2} 
+tr {00843.t2} {00843.s2} -> {00843.s1} 
+tr {00844.t1} {00843.p1|00844.p0} {00844.s1} -> {00844.p1|00845.p0} {00844.s2} 
+tr {00844.t2} {00844.s2} -> {00844.s1} 
+tr {00845.t1} {00844.p1|00845.p0} {00845.s1} -> {00845.p1|00846.p0} {00845.s2} 
+tr {00845.t2} {00845.s2} -> {00845.s1} 
+tr {00846.t1} {00845.p1|00846.p0} {00846.s1} -> {00846.p1|00847.p0} {00846.s2} 
+tr {00846.t2} {00846.s2} -> {00846.s1} 
+tr {00847.t1} {00846.p1|00847.p0} {00847.s1} -> {00847.p1|00848.p0} {00847.s2} 
+tr {00847.t2} {00847.s2} -> {00847.s1} 
+tr {00848.t1} {00847.p1|00848.p0} {00848.s1} -> {00848.p1|00849.p0} {00848.s2} 
+tr {00848.t2} {00848.s2} -> {00848.s1} 
+tr {00849.t1} {00848.p1|00849.p0} {00849.s1} -> {00849.p1|00850.p0} {00849.s2} 
+tr {00849.t2} {00849.s2} -> {00849.s1} 
+tr {00850.t1} {00849.p1|00850.p0} {00850.s1} -> {00850.p1|00851.p0} {00850.s2} 
+tr {00850.t2} {00850.s2} -> {00850.s1} 
+tr {00851.t1} {00850.p1|00851.p0} {00851.s1} -> {00851.p1|00852.p0} {00851.s2} 
+tr {00851.t2} {00851.s2} -> {00851.s1} 
+tr {00852.t1} {00851.p1|00852.p0} {00852.s1} -> {00852.p1|00853.p0} {00852.s2} 
+tr {00852.t2} {00852.s2} -> {00852.s1} 
+tr {00853.t1} {00852.p1|00853.p0} {00853.s1} -> {00853.p1|00854.p0} {00853.s2} 
+tr {00853.t2} {00853.s2} -> {00853.s1} 
+tr {00854.t1} {00853.p1|00854.p0} {00854.s1} -> {00854.p1|00855.p0} {00854.s2} 
+tr {00854.t2} {00854.s2} -> {00854.s1} 
+tr {00855.t1} {00854.p1|00855.p0} {00855.s1} -> {00855.p1|00856.p0} {00855.s2} 
+tr {00855.t2} {00855.s2} -> {00855.s1} 
+tr {00856.t1} {00855.p1|00856.p0} {00856.s1} -> {00856.p1|00857.p0} {00856.s2} 
+tr {00856.t2} {00856.s2} -> {00856.s1} 
+tr {00857.t1} {00856.p1|00857.p0} {00857.s1} -> {00857.p1|00858.p0} {00857.s2} 
+tr {00857.t2} {00857.s2} -> {00857.s1} 
+tr {00858.t1} {00857.p1|00858.p0} {00858.s1} -> {00858.p1|00859.p0} {00858.s2} 
+tr {00858.t2} {00858.s2} -> {00858.s1} 
+tr {00859.t1} {00858.p1|00859.p0} {00859.s1} -> {00859.p1|00860.p0} {00859.s2} 
+tr {00859.t2} {00859.s2} -> {00859.s1} 
+tr {00860.t1} {00859.p1|00860.p0} {00860.s1} -> {00860.p1|00861.p0} {00860.s2} 
+tr {00860.t2} {00860.s2} -> {00860.s1} 
+tr {00861.t1} {00860.p1|00861.p0} {00861.s1} -> {00861.p1|00862.p0} {00861.s2} 
+tr {00861.t2} {00861.s2} -> {00861.s1} 
+tr {00862.t1} {00861.p1|00862.p0} {00862.s1} -> {00862.p1|00863.p0} {00862.s2} 
+tr {00862.t2} {00862.s2} -> {00862.s1} 
+tr {00863.t1} {00862.p1|00863.p0} {00863.s1} -> {00863.p1|00864.p0} {00863.s2} 
+tr {00863.t2} {00863.s2} -> {00863.s1} 
+tr {00864.t1} {00863.p1|00864.p0} {00864.s1} -> {00864.p1|00865.p0} {00864.s2} 
+tr {00864.t2} {00864.s2} -> {00864.s1} 
+tr {00865.t1} {00864.p1|00865.p0} {00865.s1} -> {00865.p1|00866.p0} {00865.s2} 
+tr {00865.t2} {00865.s2} -> {00865.s1} 
+tr {00866.t1} {00865.p1|00866.p0} {00866.s1} -> {00866.p1|00867.p0} {00866.s2} 
+tr {00866.t2} {00866.s2} -> {00866.s1} 
+tr {00867.t1} {00866.p1|00867.p0} {00867.s1} -> {00867.p1|00868.p0} {00867.s2} 
+tr {00867.t2} {00867.s2} -> {00867.s1} 
+tr {00868.t1} {00867.p1|00868.p0} {00868.s1} -> {00868.p1|00869.p0} {00868.s2} 
+tr {00868.t2} {00868.s2} -> {00868.s1} 
+tr {00869.t1} {00868.p1|00869.p0} {00869.s1} -> {00869.p1|00870.p0} {00869.s2} 
+tr {00869.t2} {00869.s2} -> {00869.s1} 
+tr {00870.t1} {00869.p1|00870.p0} {00870.s1} -> {00870.p1|00871.p0} {00870.s2} 
+tr {00870.t2} {00870.s2} -> {00870.s1} 
+tr {00871.t1} {00870.p1|00871.p0} {00871.s1} -> {00871.p1|00872.p0} {00871.s2} 
+tr {00871.t2} {00871.s2} -> {00871.s1} 
+tr {00872.t1} {00871.p1|00872.p0} {00872.s1} -> {00872.p1|00873.p0} {00872.s2} 
+tr {00872.t2} {00872.s2} -> {00872.s1} 
+tr {00873.t1} {00872.p1|00873.p0} {00873.s1} -> {00873.p1|00874.p0} {00873.s2} 
+tr {00873.t2} {00873.s2} -> {00873.s1} 
+tr {00874.t1} {00873.p1|00874.p0} {00874.s1} -> {00874.p1|00875.p0} {00874.s2} 
+tr {00874.t2} {00874.s2} -> {00874.s1} 
+tr {00875.t1} {00874.p1|00875.p0} {00875.s1} -> {00875.p1|00876.p0} {00875.s2} 
+tr {00875.t2} {00875.s2} -> {00875.s1} 
+tr {00876.t1} {00875.p1|00876.p0} {00876.s1} -> {00876.p1|00877.p0} {00876.s2} 
+tr {00876.t2} {00876.s2} -> {00876.s1} 
+tr {00877.t1} {00876.p1|00877.p0} {00877.s1} -> {00877.p1|00878.p0} {00877.s2} 
+tr {00877.t2} {00877.s2} -> {00877.s1} 
+tr {00878.t1} {00877.p1|00878.p0} {00878.s1} -> {00878.p1|00879.p0} {00878.s2} 
+tr {00878.t2} {00878.s2} -> {00878.s1} 
+tr {00879.t1} {00878.p1|00879.p0} {00879.s1} -> {00879.p1|00880.p0} {00879.s2} 
+tr {00879.t2} {00879.s2} -> {00879.s1} 
+tr {00880.t1} {00879.p1|00880.p0} {00880.s1} -> {00880.p1|00881.p0} {00880.s2} 
+tr {00880.t2} {00880.s2} -> {00880.s1} 
+tr {00881.t1} {00880.p1|00881.p0} {00881.s1} -> {00881.p1|00882.p0} {00881.s2} 
+tr {00881.t2} {00881.s2} -> {00881.s1} 
+tr {00882.t1} {00881.p1|00882.p0} {00882.s1} -> {00882.p1|00883.p0} {00882.s2} 
+tr {00882.t2} {00882.s2} -> {00882.s1} 
+tr {00883.t1} {00882.p1|00883.p0} {00883.s1} -> {00883.p1|00884.p0} {00883.s2} 
+tr {00883.t2} {00883.s2} -> {00883.s1} 
+tr {00884.t1} {00883.p1|00884.p0} {00884.s1} -> {00884.p1|00885.p0} {00884.s2} 
+tr {00884.t2} {00884.s2} -> {00884.s1} 
+tr {00885.t1} {00884.p1|00885.p0} {00885.s1} -> {00885.p1|00886.p0} {00885.s2} 
+tr {00885.t2} {00885.s2} -> {00885.s1} 
+tr {00886.t1} {00885.p1|00886.p0} {00886.s1} -> {00886.p1|00887.p0} {00886.s2} 
+tr {00886.t2} {00886.s2} -> {00886.s1} 
+tr {00887.t1} {00886.p1|00887.p0} {00887.s1} -> {00887.p1|00888.p0} {00887.s2} 
+tr {00887.t2} {00887.s2} -> {00887.s1} 
+tr {00888.t1} {00887.p1|00888.p0} {00888.s1} -> {00888.p1|00889.p0} {00888.s2} 
+tr {00888.t2} {00888.s2} -> {00888.s1} 
+tr {00889.t1} {00888.p1|00889.p0} {00889.s1} -> {00889.p1|00890.p0} {00889.s2} 
+tr {00889.t2} {00889.s2} -> {00889.s1} 
+tr {00890.t1} {00889.p1|00890.p0} {00890.s1} -> {00890.p1|00891.p0} {00890.s2} 
+tr {00890.t2} {00890.s2} -> {00890.s1} 
+tr {00891.t1} {00890.p1|00891.p0} {00891.s1} -> {00891.p1|00892.p0} {00891.s2} 
+tr {00891.t2} {00891.s2} -> {00891.s1} 
+tr {00892.t1} {00891.p1|00892.p0} {00892.s1} -> {00892.p1|00893.p0} {00892.s2} 
+tr {00892.t2} {00892.s2} -> {00892.s1} 
+tr {00893.t1} {00892.p1|00893.p0} {00893.s1} -> {00893.p1|00894.p0} {00893.s2} 
+tr {00893.t2} {00893.s2} -> {00893.s1} 
+tr {00894.t1} {00893.p1|00894.p0} {00894.s1} -> {00894.p1|00895.p0} {00894.s2} 
+tr {00894.t2} {00894.s2} -> {00894.s1} 
+tr {00895.t1} {00894.p1|00895.p0} {00895.s1} -> {00895.p1|00896.p0} {00895.s2} 
+tr {00895.t2} {00895.s2} -> {00895.s1} 
+tr {00896.t1} {00895.p1|00896.p0} {00896.s1} -> {00896.p1|00897.p0} {00896.s2} 
+tr {00896.t2} {00896.s2} -> {00896.s1} 
+tr {00897.t1} {00896.p1|00897.p0} {00897.s1} -> {00897.p1|00898.p0} {00897.s2} 
+tr {00897.t2} {00897.s2} -> {00897.s1} 
+tr {00898.t1} {00897.p1|00898.p0} {00898.s1} -> {00898.p1|00899.p0} {00898.s2} 
+tr {00898.t2} {00898.s2} -> {00898.s1} 
+tr {00899.t1} {00898.p1|00899.p0} {00899.s1} -> {00899.p1|00900.p0} {00899.s2} 
+tr {00899.t2} {00899.s2} -> {00899.s1} 
+tr {00900.t1} {00899.p1|00900.p0} {00900.s1} -> {00900.p1|00901.p0} {00900.s2} 
+tr {00900.t2} {00900.s2} -> {00900.s1} 
+tr {00901.t1} {00900.p1|00901.p0} {00901.s1} -> {00901.p1|00902.p0} {00901.s2} 
+tr {00901.t2} {00901.s2} -> {00901.s1} 
+tr {00902.t1} {00901.p1|00902.p0} {00902.s1} -> {00902.p1|00903.p0} {00902.s2} 
+tr {00902.t2} {00902.s2} -> {00902.s1} 
+tr {00903.t1} {00902.p1|00903.p0} {00903.s1} -> {00903.p1|00904.p0} {00903.s2} 
+tr {00903.t2} {00903.s2} -> {00903.s1} 
+tr {00904.t1} {00903.p1|00904.p0} {00904.s1} -> {00904.p1|00905.p0} {00904.s2} 
+tr {00904.t2} {00904.s2} -> {00904.s1} 
+tr {00905.t1} {00904.p1|00905.p0} {00905.s1} -> {00905.p1|00906.p0} {00905.s2} 
+tr {00905.t2} {00905.s2} -> {00905.s1} 
+tr {00906.t1} {00905.p1|00906.p0} {00906.s1} -> {00906.p1|00907.p0} {00906.s2} 
+tr {00906.t2} {00906.s2} -> {00906.s1} 
+tr {00907.t1} {00906.p1|00907.p0} {00907.s1} -> {00907.p1|00908.p0} {00907.s2} 
+tr {00907.t2} {00907.s2} -> {00907.s1} 
+tr {00908.t1} {00907.p1|00908.p0} {00908.s1} -> {00908.p1|00909.p0} {00908.s2} 
+tr {00908.t2} {00908.s2} -> {00908.s1} 
+tr {00909.t1} {00908.p1|00909.p0} {00909.s1} -> {00909.p1|00910.p0} {00909.s2} 
+tr {00909.t2} {00909.s2} -> {00909.s1} 
+tr {00910.t1} {00909.p1|00910.p0} {00910.s1} -> {00910.p1|00911.p0} {00910.s2} 
+tr {00910.t2} {00910.s2} -> {00910.s1} 
+tr {00911.t1} {00910.p1|00911.p0} {00911.s1} -> {00911.p1|00912.p0} {00911.s2} 
+tr {00911.t2} {00911.s2} -> {00911.s1} 
+tr {00912.t1} {00911.p1|00912.p0} {00912.s1} -> {00912.p1|00913.p0} {00912.s2} 
+tr {00912.t2} {00912.s2} -> {00912.s1} 
+tr {00913.t1} {00912.p1|00913.p0} {00913.s1} -> {00913.p1|00914.p0} {00913.s2} 
+tr {00913.t2} {00913.s2} -> {00913.s1} 
+tr {00914.t1} {00913.p1|00914.p0} {00914.s1} -> {00914.p1|00915.p0} {00914.s2} 
+tr {00914.t2} {00914.s2} -> {00914.s1} 
+tr {00915.t1} {00914.p1|00915.p0} {00915.s1} -> {00915.p1|00916.p0} {00915.s2} 
+tr {00915.t2} {00915.s2} -> {00915.s1} 
+tr {00916.t1} {00915.p1|00916.p0} {00916.s1} -> {00916.p1|00917.p0} {00916.s2} 
+tr {00916.t2} {00916.s2} -> {00916.s1} 
+tr {00917.t1} {00916.p1|00917.p0} {00917.s1} -> {00917.p1|00918.p0} {00917.s2} 
+tr {00917.t2} {00917.s2} -> {00917.s1} 
+tr {00918.t1} {00917.p1|00918.p0} {00918.s1} -> {00918.p1|00919.p0} {00918.s2} 
+tr {00918.t2} {00918.s2} -> {00918.s1} 
+tr {00919.t1} {00918.p1|00919.p0} {00919.s1} -> {00919.p1|00920.p0} {00919.s2} 
+tr {00919.t2} {00919.s2} -> {00919.s1} 
+tr {00920.t1} {00919.p1|00920.p0} {00920.s1} -> {00920.p1|00921.p0} {00920.s2} 
+tr {00920.t2} {00920.s2} -> {00920.s1} 
+tr {00921.t1} {00920.p1|00921.p0} {00921.s1} -> {00921.p1|00922.p0} {00921.s2} 
+tr {00921.t2} {00921.s2} -> {00921.s1} 
+tr {00922.t1} {00921.p1|00922.p0} {00922.s1} -> {00922.p1|00923.p0} {00922.s2} 
+tr {00922.t2} {00922.s2} -> {00922.s1} 
+tr {00923.t1} {00922.p1|00923.p0} {00923.s1} -> {00923.p1|00924.p0} {00923.s2} 
+tr {00923.t2} {00923.s2} -> {00923.s1} 
+tr {00924.t1} {00923.p1|00924.p0} {00924.s1} -> {00924.p1|00925.p0} {00924.s2} 
+tr {00924.t2} {00924.s2} -> {00924.s1} 
+tr {00925.t1} {00924.p1|00925.p0} {00925.s1} -> {00925.p1|00926.p0} {00925.s2} 
+tr {00925.t2} {00925.s2} -> {00925.s1} 
+tr {00926.t1} {00925.p1|00926.p0} {00926.s1} -> {00926.p1|00927.p0} {00926.s2} 
+tr {00926.t2} {00926.s2} -> {00926.s1} 
+tr {00927.t1} {00926.p1|00927.p0} {00927.s1} -> {00927.p1|00928.p0} {00927.s2} 
+tr {00927.t2} {00927.s2} -> {00927.s1} 
+tr {00928.t1} {00927.p1|00928.p0} {00928.s1} -> {00928.p1|00929.p0} {00928.s2} 
+tr {00928.t2} {00928.s2} -> {00928.s1} 
+tr {00929.t1} {00928.p1|00929.p0} {00929.s1} -> {00929.p1|00930.p0} {00929.s2} 
+tr {00929.t2} {00929.s2} -> {00929.s1} 
+tr {00930.t1} {00929.p1|00930.p0} {00930.s1} -> {00930.p1|00931.p0} {00930.s2} 
+tr {00930.t2} {00930.s2} -> {00930.s1} 
+tr {00931.t1} {00930.p1|00931.p0} {00931.s1} -> {00931.p1|00932.p0} {00931.s2} 
+tr {00931.t2} {00931.s2} -> {00931.s1} 
+tr {00932.t1} {00931.p1|00932.p0} {00932.s1} -> {00932.p1|00933.p0} {00932.s2} 
+tr {00932.t2} {00932.s2} -> {00932.s1} 
+tr {00933.t1} {00932.p1|00933.p0} {00933.s1} -> {00933.p1|00934.p0} {00933.s2} 
+tr {00933.t2} {00933.s2} -> {00933.s1} 
+tr {00934.t1} {00933.p1|00934.p0} {00934.s1} -> {00934.p1|00935.p0} {00934.s2} 
+tr {00934.t2} {00934.s2} -> {00934.s1} 
+tr {00935.t1} {00934.p1|00935.p0} {00935.s1} -> {00935.p1|00936.p0} {00935.s2} 
+tr {00935.t2} {00935.s2} -> {00935.s1} 
+tr {00936.t1} {00935.p1|00936.p0} {00936.s1} -> {00936.p1|00937.p0} {00936.s2} 
+tr {00936.t2} {00936.s2} -> {00936.s1} 
+tr {00937.t1} {00936.p1|00937.p0} {00937.s1} -> {00937.p1|00938.p0} {00937.s2} 
+tr {00937.t2} {00937.s2} -> {00937.s1} 
+tr {00938.t1} {00937.p1|00938.p0} {00938.s1} -> {00938.p1|00939.p0} {00938.s2} 
+tr {00938.t2} {00938.s2} -> {00938.s1} 
+tr {00939.t1} {00938.p1|00939.p0} {00939.s1} -> {00939.p1|00940.p0} {00939.s2} 
+tr {00939.t2} {00939.s2} -> {00939.s1} 
+tr {00940.t1} {00939.p1|00940.p0} {00940.s1} -> {00940.p1|00941.p0} {00940.s2} 
+tr {00940.t2} {00940.s2} -> {00940.s1} 
+tr {00941.t1} {00940.p1|00941.p0} {00941.s1} -> {00941.p1|00942.p0} {00941.s2} 
+tr {00941.t2} {00941.s2} -> {00941.s1} 
+tr {00942.t1} {00941.p1|00942.p0} {00942.s1} -> {00942.p1|00943.p0} {00942.s2} 
+tr {00942.t2} {00942.s2} -> {00942.s1} 
+tr {00943.t1} {00942.p1|00943.p0} {00943.s1} -> {00943.p1|00944.p0} {00943.s2} 
+tr {00943.t2} {00943.s2} -> {00943.s1} 
+tr {00944.t1} {00943.p1|00944.p0} {00944.s1} -> {00944.p1|00945.p0} {00944.s2} 
+tr {00944.t2} {00944.s2} -> {00944.s1} 
+tr {00945.t1} {00944.p1|00945.p0} {00945.s1} -> {00945.p1|00946.p0} {00945.s2} 
+tr {00945.t2} {00945.s2} -> {00945.s1} 
+tr {00946.t1} {00945.p1|00946.p0} {00946.s1} -> {00946.p1|00947.p0} {00946.s2} 
+tr {00946.t2} {00946.s2} -> {00946.s1} 
+tr {00947.t1} {00946.p1|00947.p0} {00947.s1} -> {00947.p1|00948.p0} {00947.s2} 
+tr {00947.t2} {00947.s2} -> {00947.s1} 
+tr {00948.t1} {00947.p1|00948.p0} {00948.s1} -> {00948.p1|00949.p0} {00948.s2} 
+tr {00948.t2} {00948.s2} -> {00948.s1} 
+tr {00949.t1} {00948.p1|00949.p0} {00949.s1} -> {00949.p1|00950.p0} {00949.s2} 
+tr {00949.t2} {00949.s2} -> {00949.s1} 
+tr {00950.t1} {00949.p1|00950.p0} {00950.s1} -> {00950.p1|00951.p0} {00950.s2} 
+tr {00950.t2} {00950.s2} -> {00950.s1} 
+tr {00951.t1} {00950.p1|00951.p0} {00951.s1} -> {00951.p1|00952.p0} {00951.s2} 
+tr {00951.t2} {00951.s2} -> {00951.s1} 
+tr {00952.t1} {00951.p1|00952.p0} {00952.s1} -> {00952.p1|00953.p0} {00952.s2} 
+tr {00952.t2} {00952.s2} -> {00952.s1} 
+tr {00953.t1} {00952.p1|00953.p0} {00953.s1} -> {00953.p1|00954.p0} {00953.s2} 
+tr {00953.t2} {00953.s2} -> {00953.s1} 
+tr {00954.t1} {00953.p1|00954.p0} {00954.s1} -> {00954.p1|00955.p0} {00954.s2} 
+tr {00954.t2} {00954.s2} -> {00954.s1} 
+tr {00955.t1} {00954.p1|00955.p0} {00955.s1} -> {00955.p1|00956.p0} {00955.s2} 
+tr {00955.t2} {00955.s2} -> {00955.s1} 
+tr {00956.t1} {00955.p1|00956.p0} {00956.s1} -> {00956.p1|00957.p0} {00956.s2} 
+tr {00956.t2} {00956.s2} -> {00956.s1} 
+tr {00957.t1} {00956.p1|00957.p0} {00957.s1} -> {00957.p1|00958.p0} {00957.s2} 
+tr {00957.t2} {00957.s2} -> {00957.s1} 
+tr {00958.t1} {00957.p1|00958.p0} {00958.s1} -> {00958.p1|00959.p0} {00958.s2} 
+tr {00958.t2} {00958.s2} -> {00958.s1} 
+tr {00959.t1} {00958.p1|00959.p0} {00959.s1} -> {00959.p1|00960.p0} {00959.s2} 
+tr {00959.t2} {00959.s2} -> {00959.s1} 
+tr {00960.t1} {00959.p1|00960.p0} {00960.s1} -> {00960.p1|00961.p0} {00960.s2} 
+tr {00960.t2} {00960.s2} -> {00960.s1} 
+tr {00961.t1} {00960.p1|00961.p0} {00961.s1} -> {00961.p1|00962.p0} {00961.s2} 
+tr {00961.t2} {00961.s2} -> {00961.s1} 
+tr {00962.t1} {00961.p1|00962.p0} {00962.s1} -> {00962.p1|00963.p0} {00962.s2} 
+tr {00962.t2} {00962.s2} -> {00962.s1} 
+tr {00963.t1} {00962.p1|00963.p0} {00963.s1} -> {00963.p1|00964.p0} {00963.s2} 
+tr {00963.t2} {00963.s2} -> {00963.s1} 
+tr {00964.t1} {00963.p1|00964.p0} {00964.s1} -> {00964.p1|00965.p0} {00964.s2} 
+tr {00964.t2} {00964.s2} -> {00964.s1} 
+tr {00965.t1} {00964.p1|00965.p0} {00965.s1} -> {00965.p1|00966.p0} {00965.s2} 
+tr {00965.t2} {00965.s2} -> {00965.s1} 
+tr {00966.t1} {00965.p1|00966.p0} {00966.s1} -> {00966.p1|00967.p0} {00966.s2} 
+tr {00966.t2} {00966.s2} -> {00966.s1} 
+tr {00967.t1} {00966.p1|00967.p0} {00967.s1} -> {00967.p1|00968.p0} {00967.s2} 
+tr {00967.t2} {00967.s2} -> {00967.s1} 
+tr {00968.t1} {00967.p1|00968.p0} {00968.s1} -> {00968.p1|00969.p0} {00968.s2} 
+tr {00968.t2} {00968.s2} -> {00968.s1} 
+tr {00969.t1} {00968.p1|00969.p0} {00969.s1} -> {00969.p1|00970.p0} {00969.s2} 
+tr {00969.t2} {00969.s2} -> {00969.s1} 
+tr {00970.t1} {00969.p1|00970.p0} {00970.s1} -> {00970.p1|00971.p0} {00970.s2} 
+tr {00970.t2} {00970.s2} -> {00970.s1} 
+tr {00971.t1} {00970.p1|00971.p0} {00971.s1} -> {00971.p1|00972.p0} {00971.s2} 
+tr {00971.t2} {00971.s2} -> {00971.s1} 
+tr {00972.t1} {00971.p1|00972.p0} {00972.s1} -> {00972.p1|00973.p0} {00972.s2} 
+tr {00972.t2} {00972.s2} -> {00972.s1} 
+tr {00973.t1} {00972.p1|00973.p0} {00973.s1} -> {00973.p1|00974.p0} {00973.s2} 
+tr {00973.t2} {00973.s2} -> {00973.s1} 
+tr {00974.t1} {00973.p1|00974.p0} {00974.s1} -> {00974.p1|00975.p0} {00974.s2} 
+tr {00974.t2} {00974.s2} -> {00974.s1} 
+tr {00975.t1} {00974.p1|00975.p0} {00975.s1} -> {00975.p1|00976.p0} {00975.s2} 
+tr {00975.t2} {00975.s2} -> {00975.s1} 
+tr {00976.t1} {00975.p1|00976.p0} {00976.s1} -> {00976.p1|00977.p0} {00976.s2} 
+tr {00976.t2} {00976.s2} -> {00976.s1} 
+tr {00977.t1} {00976.p1|00977.p0} {00977.s1} -> {00977.p1|00978.p0} {00977.s2} 
+tr {00977.t2} {00977.s2} -> {00977.s1} 
+tr {00978.t1} {00977.p1|00978.p0} {00978.s1} -> {00978.p1|00979.p0} {00978.s2} 
+tr {00978.t2} {00978.s2} -> {00978.s1} 
+tr {00979.t1} {00978.p1|00979.p0} {00979.s1} -> {00979.p1|00980.p0} {00979.s2} 
+tr {00979.t2} {00979.s2} -> {00979.s1} 
+tr {00980.t1} {00979.p1|00980.p0} {00980.s1} -> {00980.p1|00981.p0} {00980.s2} 
+tr {00980.t2} {00980.s2} -> {00980.s1} 
+tr {00981.t1} {00980.p1|00981.p0} {00981.s1} -> {00981.p1|00982.p0} {00981.s2} 
+tr {00981.t2} {00981.s2} -> {00981.s1} 
+tr {00982.t1} {00981.p1|00982.p0} {00982.s1} -> {00982.p1|00983.p0} {00982.s2} 
+tr {00982.t2} {00982.s2} -> {00982.s1} 
+tr {00983.t1} {00982.p1|00983.p0} {00983.s1} -> {00983.p1|00984.p0} {00983.s2} 
+tr {00983.t2} {00983.s2} -> {00983.s1} 
+tr {00984.t1} {00983.p1|00984.p0} {00984.s1} -> {00984.p1|00985.p0} {00984.s2} 
+tr {00984.t2} {00984.s2} -> {00984.s1} 
+tr {00985.t1} {00984.p1|00985.p0} {00985.s1} -> {00985.p1|00986.p0} {00985.s2} 
+tr {00985.t2} {00985.s2} -> {00985.s1} 
+tr {00986.t1} {00985.p1|00986.p0} {00986.s1} -> {00986.p1|00987.p0} {00986.s2} 
+tr {00986.t2} {00986.s2} -> {00986.s1} 
+tr {00987.t1} {00986.p1|00987.p0} {00987.s1} -> {00987.p1|00988.p0} {00987.s2} 
+tr {00987.t2} {00987.s2} -> {00987.s1} 
+tr {00988.t1} {00987.p1|00988.p0} {00988.s1} -> {00988.p1|00989.p0} {00988.s2} 
+tr {00988.t2} {00988.s2} -> {00988.s1} 
+tr {00989.t1} {00988.p1|00989.p0} {00989.s1} -> {00989.p1|00990.p0} {00989.s2} 
+tr {00989.t2} {00989.s2} -> {00989.s1} 
+tr {00990.t1} {00989.p1|00990.p0} {00990.s1} -> {00990.p1|00991.p0} {00990.s2} 
+tr {00990.t2} {00990.s2} -> {00990.s1} 
+tr {00991.t1} {00990.p1|00991.p0} {00991.s1} -> {00991.p1|00992.p0} {00991.s2} 
+tr {00991.t2} {00991.s2} -> {00991.s1} 
+tr {00992.t1} {00991.p1|00992.p0} {00992.s1} -> {00992.p1|00993.p0} {00992.s2} 
+tr {00992.t2} {00992.s2} -> {00992.s1} 
+tr {00993.t1} {00992.p1|00993.p0} {00993.s1} -> {00993.p1|00994.p0} {00993.s2} 
+tr {00993.t2} {00993.s2} -> {00993.s1} 
+tr {00994.t1} {00993.p1|00994.p0} {00994.s1} -> {00994.p1|00995.p0} {00994.s2} 
+tr {00994.t2} {00994.s2} -> {00994.s1} 
+tr {00995.t1} {00994.p1|00995.p0} {00995.s1} -> {00995.p1|00996.p0} {00995.s2} 
+tr {00995.t2} {00995.s2} -> {00995.s1} 
+tr {00996.t1} {00995.p1|00996.p0} {00996.s1} -> {00996.p1|00997.p0} {00996.s2} 
+tr {00996.t2} {00996.s2} -> {00996.s1} 
+tr {00997.t1} {00996.p1|00997.p0} {00997.s1} -> {00997.p1|00998.p0} {00997.s2} 
+tr {00997.t2} {00997.s2} -> {00997.s1} 
+tr {00998.t1} {00997.p1|00998.p0} {00998.s1} -> {00998.p1|00999.p0} {00998.s2} 
+tr {00998.t2} {00998.s2} -> {00998.s1} 
+tr {00999.t1} {00998.p1|00999.p0} {00999.s1} -> {00999.p1|01000.p0} {00999.s2} 
+tr {00999.t2} {00999.s2} -> {00999.s1} 
+tr {01000.t1} {00999.p1|01000.p0} {01000.s1} -> {01000.p1|01001.p0} {01000.s2} 
+tr {01000.t2} {01000.s2} -> {01000.s1} 
+tr {01001.t1} {01000.p1|01001.p0} {01001.s1} -> {01001.p1|01002.p0} {01001.s2} 
+tr {01001.t2} {01001.s2} -> {01001.s1} 
+tr {01002.t1} {01001.p1|01002.p0} {01002.s1} -> {01002.p1|01003.p0} {01002.s2} 
+tr {01002.t2} {01002.s2} -> {01002.s1} 
+tr {01003.t1} {01002.p1|01003.p0} {01003.s1} -> {01003.p1|01004.p0} {01003.s2} 
+tr {01003.t2} {01003.s2} -> {01003.s1} 
+tr {01004.t1} {01003.p1|01004.p0} {01004.s1} -> {01004.p1|01005.p0} {01004.s2} 
+tr {01004.t2} {01004.s2} -> {01004.s1} 
+tr {01005.t1} {01004.p1|01005.p0} {01005.s1} -> {01005.p1|01006.p0} {01005.s2} 
+tr {01005.t2} {01005.s2} -> {01005.s1} 
+tr {01006.t1} {01005.p1|01006.p0} {01006.s1} -> {01006.p1|01007.p0} {01006.s2} 
+tr {01006.t2} {01006.s2} -> {01006.s1} 
+tr {01007.t1} {01006.p1|01007.p0} {01007.s1} -> {01007.p1|01008.p0} {01007.s2} 
+tr {01007.t2} {01007.s2} -> {01007.s1} 
+tr {01008.t1} {01007.p1|01008.p0} {01008.s1} -> {01008.p1|01009.p0} {01008.s2} 
+tr {01008.t2} {01008.s2} -> {01008.s1} 
+tr {01009.t1} {01008.p1|01009.p0} {01009.s1} -> {01009.p1|01010.p0} {01009.s2} 
+tr {01009.t2} {01009.s2} -> {01009.s1} 
+tr {01010.t1} {01009.p1|01010.p0} {01010.s1} -> {01010.p1|01011.p0} {01010.s2} 
+tr {01010.t2} {01010.s2} -> {01010.s1} 
+tr {01011.t1} {01010.p1|01011.p0} {01011.s1} -> {01011.p1|01012.p0} {01011.s2} 
+tr {01011.t2} {01011.s2} -> {01011.s1} 
+tr {01012.t1} {01011.p1|01012.p0} {01012.s1} -> {01012.p1|01013.p0} {01012.s2} 
+tr {01012.t2} {01012.s2} -> {01012.s1} 
+tr {01013.t1} {01012.p1|01013.p0} {01013.s1} -> {01013.p1|01014.p0} {01013.s2} 
+tr {01013.t2} {01013.s2} -> {01013.s1} 
+tr {01014.t1} {01013.p1|01014.p0} {01014.s1} -> {01014.p1|01015.p0} {01014.s2} 
+tr {01014.t2} {01014.s2} -> {01014.s1} 
+tr {01015.t1} {01014.p1|01015.p0} {01015.s1} -> {01015.p1|01016.p0} {01015.s2} 
+tr {01015.t2} {01015.s2} -> {01015.s1} 
+tr {01016.t1} {01015.p1|01016.p0} {01016.s1} -> {01016.p1|01017.p0} {01016.s2} 
+tr {01016.t2} {01016.s2} -> {01016.s1} 
+tr {01017.t1} {01016.p1|01017.p0} {01017.s1} -> {01017.p1|01018.p0} {01017.s2} 
+tr {01017.t2} {01017.s2} -> {01017.s1} 
+tr {01018.t1} {01017.p1|01018.p0} {01018.s1} -> {01018.p1|01019.p0} {01018.s2} 
+tr {01018.t2} {01018.s2} -> {01018.s1} 
+tr {01019.t1} {01018.p1|01019.p0} {01019.s1} -> {01019.p1|01020.p0} {01019.s2} 
+tr {01019.t2} {01019.s2} -> {01019.s1} 
+tr {01020.t1} {01019.p1|01020.p0} {01020.s1} -> {01020.p1|01021.p0} {01020.s2} 
+tr {01020.t2} {01020.s2} -> {01020.s1} 
+tr {01021.t1} {01020.p1|01021.p0} {01021.s1} -> {01021.p1|01022.p0} {01021.s2} 
+tr {01021.t2} {01021.s2} -> {01021.s1} 
+tr {01022.t1} {01021.p1|01022.p0} {01022.s1} -> {01022.p1|01023.p0} {01022.s2} 
+tr {01022.t2} {01022.s2} -> {01022.s1} 
+tr {01023.t1} {01022.p1|01023.p0} {01023.s1} -> {01023.p1|01024.p0} {01023.s2} 
+tr {01023.t2} {01023.s2} -> {01023.s1} 
+tr {01024.t1} {01023.p1|01024.p0} {01024.s1} -> {01024.p1|01025.p0} {01024.s2} 
+tr {01024.t2} {01024.s2} -> {01024.s1} 
+tr {01025.t1} {01024.p1|01025.p0} {01025.s1} -> {01025.p1|01026.p0} {01025.s2} 
+tr {01025.t2} {01025.s2} -> {01025.s1} 
+tr {01026.t1} {01025.p1|01026.p0} {01026.s1} -> {01026.p1|01027.p0} {01026.s2} 
+tr {01026.t2} {01026.s2} -> {01026.s1} 
+tr {01027.t1} {01026.p1|01027.p0} {01027.s1} -> {01027.p1|01028.p0} {01027.s2} 
+tr {01027.t2} {01027.s2} -> {01027.s1} 
+tr {01028.t1} {01027.p1|01028.p0} {01028.s1} -> {01028.p1|01029.p0} {01028.s2} 
+tr {01028.t2} {01028.s2} -> {01028.s1} 
+tr {01029.t1} {01028.p1|01029.p0} {01029.s1} -> {01029.p1|01030.p0} {01029.s2} 
+tr {01029.t2} {01029.s2} -> {01029.s1} 
+tr {01030.t1} {01029.p1|01030.p0} {01030.s1} -> {01030.p1|01031.p0} {01030.s2} 
+tr {01030.t2} {01030.s2} -> {01030.s1} 
+tr {01031.t1} {01030.p1|01031.p0} {01031.s1} -> {01031.p1|01032.p0} {01031.s2} 
+tr {01031.t2} {01031.s2} -> {01031.s1} 
+tr {01032.t1} {01031.p1|01032.p0} {01032.s1} -> {01032.p1|01033.p0} {01032.s2} 
+tr {01032.t2} {01032.s2} -> {01032.s1} 
+tr {01033.t1} {01032.p1|01033.p0} {01033.s1} -> {01033.p1|01034.p0} {01033.s2} 
+tr {01033.t2} {01033.s2} -> {01033.s1} 
+tr {01034.t1} {01033.p1|01034.p0} {01034.s1} -> {01034.p1|01035.p0} {01034.s2} 
+tr {01034.t2} {01034.s2} -> {01034.s1} 
+tr {01035.t1} {01034.p1|01035.p0} {01035.s1} -> {01035.p1|01036.p0} {01035.s2} 
+tr {01035.t2} {01035.s2} -> {01035.s1} 
+tr {01036.t1} {01035.p1|01036.p0} {01036.s1} -> {01036.p1|01037.p0} {01036.s2} 
+tr {01036.t2} {01036.s2} -> {01036.s1} 
+tr {01037.t1} {01036.p1|01037.p0} {01037.s1} -> {01037.p1|01038.p0} {01037.s2} 
+tr {01037.t2} {01037.s2} -> {01037.s1} 
+tr {01038.t1} {01037.p1|01038.p0} {01038.s1} -> {01038.p1|01039.p0} {01038.s2} 
+tr {01038.t2} {01038.s2} -> {01038.s1} 
+tr {01039.t1} {01038.p1|01039.p0} {01039.s1} -> {01039.p1|01040.p0} {01039.s2} 
+tr {01039.t2} {01039.s2} -> {01039.s1} 
+tr {01040.t1} {01039.p1|01040.p0} {01040.s1} -> {01040.p1|01041.p0} {01040.s2} 
+tr {01040.t2} {01040.s2} -> {01040.s1} 
+tr {01041.t1} {01040.p1|01041.p0} {01041.s1} -> {01041.p1|01042.p0} {01041.s2} 
+tr {01041.t2} {01041.s2} -> {01041.s1} 
+tr {01042.t1} {01041.p1|01042.p0} {01042.s1} -> {01042.p1|01043.p0} {01042.s2} 
+tr {01042.t2} {01042.s2} -> {01042.s1} 
+tr {01043.t1} {01042.p1|01043.p0} {01043.s1} -> {01043.p1|01044.p0} {01043.s2} 
+tr {01043.t2} {01043.s2} -> {01043.s1} 
+tr {01044.t1} {01043.p1|01044.p0} {01044.s1} -> {01044.p1|01045.p0} {01044.s2} 
+tr {01044.t2} {01044.s2} -> {01044.s1} 
+tr {01045.t1} {01044.p1|01045.p0} {01045.s1} -> {01045.p1|01046.p0} {01045.s2} 
+tr {01045.t2} {01045.s2} -> {01045.s1} 
+tr {01046.t1} {01045.p1|01046.p0} {01046.s1} -> {01046.p1|01047.p0} {01046.s2} 
+tr {01046.t2} {01046.s2} -> {01046.s1} 
+tr {01047.t1} {01046.p1|01047.p0} {01047.s1} -> {01047.p1|01048.p0} {01047.s2} 
+tr {01047.t2} {01047.s2} -> {01047.s1} 
+tr {01048.t1} {01047.p1|01048.p0} {01048.s1} -> {01048.p1|01049.p0} {01048.s2} 
+tr {01048.t2} {01048.s2} -> {01048.s1} 
+tr {01049.t1} {01048.p1|01049.p0} {01049.s1} -> {01049.p1|01050.p0} {01049.s2} 
+tr {01049.t2} {01049.s2} -> {01049.s1} 
+tr {01050.t1} {01049.p1|01050.p0} {01050.s1} -> {01050.p1|01051.p0} {01050.s2} 
+tr {01050.t2} {01050.s2} -> {01050.s1} 
+tr {01051.t1} {01050.p1|01051.p0} {01051.s1} -> {01051.p1|01052.p0} {01051.s2} 
+tr {01051.t2} {01051.s2} -> {01051.s1} 
+tr {01052.t1} {01051.p1|01052.p0} {01052.s1} -> {01052.p1|01053.p0} {01052.s2} 
+tr {01052.t2} {01052.s2} -> {01052.s1} 
+tr {01053.t1} {01052.p1|01053.p0} {01053.s1} -> {01053.p1|01054.p0} {01053.s2} 
+tr {01053.t2} {01053.s2} -> {01053.s1} 
+tr {01054.t1} {01053.p1|01054.p0} {01054.s1} -> {01054.p1|01055.p0} {01054.s2} 
+tr {01054.t2} {01054.s2} -> {01054.s1} 
+tr {01055.t1} {01054.p1|01055.p0} {01055.s1} -> {01055.p1|01056.p0} {01055.s2} 
+tr {01055.t2} {01055.s2} -> {01055.s1} 
+tr {01056.t1} {01055.p1|01056.p0} {01056.s1} -> {01056.p1|01057.p0} {01056.s2} 
+tr {01056.t2} {01056.s2} -> {01056.s1} 
+tr {01057.t1} {01056.p1|01057.p0} {01057.s1} -> {01057.p1|01058.p0} {01057.s2} 
+tr {01057.t2} {01057.s2} -> {01057.s1} 
+tr {01058.t1} {01057.p1|01058.p0} {01058.s1} -> {01058.p1|01059.p0} {01058.s2} 
+tr {01058.t2} {01058.s2} -> {01058.s1} 
+tr {01059.t1} {01058.p1|01059.p0} {01059.s1} -> {01059.p1|01060.p0} {01059.s2} 
+tr {01059.t2} {01059.s2} -> {01059.s1} 
+tr {01060.t1} {01059.p1|01060.p0} {01060.s1} -> {01060.p1|01061.p0} {01060.s2} 
+tr {01060.t2} {01060.s2} -> {01060.s1} 
+tr {01061.t1} {01060.p1|01061.p0} {01061.s1} -> {01061.p1|01062.p0} {01061.s2} 
+tr {01061.t2} {01061.s2} -> {01061.s1} 
+tr {01062.t1} {01061.p1|01062.p0} {01062.s1} -> {01062.p1|01063.p0} {01062.s2} 
+tr {01062.t2} {01062.s2} -> {01062.s1} 
+tr {01063.t1} {01062.p1|01063.p0} {01063.s1} -> {01063.p1|01064.p0} {01063.s2} 
+tr {01063.t2} {01063.s2} -> {01063.s1} 
+tr {01064.t1} {01063.p1|01064.p0} {01064.s1} -> {01064.p1|01065.p0} {01064.s2} 
+tr {01064.t2} {01064.s2} -> {01064.s1} 
+tr {01065.t1} {01064.p1|01065.p0} {01065.s1} -> {01065.p1|01066.p0} {01065.s2} 
+tr {01065.t2} {01065.s2} -> {01065.s1} 
+tr {01066.t1} {01065.p1|01066.p0} {01066.s1} -> {01066.p1|01067.p0} {01066.s2} 
+tr {01066.t2} {01066.s2} -> {01066.s1} 
+tr {01067.t1} {01066.p1|01067.p0} {01067.s1} -> {01067.p1|01068.p0} {01067.s2} 
+tr {01067.t2} {01067.s2} -> {01067.s1} 
+tr {01068.t1} {01067.p1|01068.p0} {01068.s1} -> {01068.p1|01069.p0} {01068.s2} 
+tr {01068.t2} {01068.s2} -> {01068.s1} 
+tr {01069.t1} {01068.p1|01069.p0} {01069.s1} -> {01069.p1|01070.p0} {01069.s2} 
+tr {01069.t2} {01069.s2} -> {01069.s1} 
+tr {01070.t1} {01069.p1|01070.p0} {01070.s1} -> {01070.p1|01071.p0} {01070.s2} 
+tr {01070.t2} {01070.s2} -> {01070.s1} 
+tr {01071.t1} {01070.p1|01071.p0} {01071.s1} -> {01071.p1|01072.p0} {01071.s2} 
+tr {01071.t2} {01071.s2} -> {01071.s1} 
+tr {01072.t1} {01071.p1|01072.p0} {01072.s1} -> {01072.p1|01073.p0} {01072.s2} 
+tr {01072.t2} {01072.s2} -> {01072.s1} 
+tr {01073.t1} {01072.p1|01073.p0} {01073.s1} -> {01073.p1|01074.p0} {01073.s2} 
+tr {01073.t2} {01073.s2} -> {01073.s1} 
+tr {01074.t1} {01073.p1|01074.p0} {01074.s1} -> {01074.p1|01075.p0} {01074.s2} 
+tr {01074.t2} {01074.s2} -> {01074.s1} 
+tr {01075.t1} {01074.p1|01075.p0} {01075.s1} -> {01075.p1|01076.p0} {01075.s2} 
+tr {01075.t2} {01075.s2} -> {01075.s1} 
+tr {01076.t1} {01075.p1|01076.p0} {01076.s1} -> {01076.p1|01077.p0} {01076.s2} 
+tr {01076.t2} {01076.s2} -> {01076.s1} 
+tr {01077.t1} {01076.p1|01077.p0} {01077.s1} -> {01077.p1|01078.p0} {01077.s2} 
+tr {01077.t2} {01077.s2} -> {01077.s1} 
+tr {01078.t1} {01077.p1|01078.p0} {01078.s1} -> {01078.p1|01079.p0} {01078.s2} 
+tr {01078.t2} {01078.s2} -> {01078.s1} 
+tr {01079.t1} {01078.p1|01079.p0} {01079.s1} -> {01079.p1|01080.p0} {01079.s2} 
+tr {01079.t2} {01079.s2} -> {01079.s1} 
+tr {01080.t1} {01079.p1|01080.p0} {01080.s1} -> {01080.p1|01081.p0} {01080.s2} 
+tr {01080.t2} {01080.s2} -> {01080.s1} 
+tr {01081.t1} {01080.p1|01081.p0} {01081.s1} -> {01081.p1|01082.p0} {01081.s2} 
+tr {01081.t2} {01081.s2} -> {01081.s1} 
+tr {01082.t1} {01081.p1|01082.p0} {01082.s1} -> {01082.p1|01083.p0} {01082.s2} 
+tr {01082.t2} {01082.s2} -> {01082.s1} 
+tr {01083.t1} {01082.p1|01083.p0} {01083.s1} -> {01083.p1|01084.p0} {01083.s2} 
+tr {01083.t2} {01083.s2} -> {01083.s1} 
+tr {01084.t1} {01083.p1|01084.p0} {01084.s1} -> {01084.p1|01085.p0} {01084.s2} 
+tr {01084.t2} {01084.s2} -> {01084.s1} 
+tr {01085.t1} {01084.p1|01085.p0} {01085.s1} -> {01085.p1|01086.p0} {01085.s2} 
+tr {01085.t2} {01085.s2} -> {01085.s1} 
+tr {01086.t1} {01085.p1|01086.p0} {01086.s1} -> {01086.p1|01087.p0} {01086.s2} 
+tr {01086.t2} {01086.s2} -> {01086.s1} 
+tr {01087.t1} {01086.p1|01087.p0} {01087.s1} -> {01087.p1|01088.p0} {01087.s2} 
+tr {01087.t2} {01087.s2} -> {01087.s1} 
+tr {01088.t1} {01087.p1|01088.p0} {01088.s1} -> {01088.p1|01089.p0} {01088.s2} 
+tr {01088.t2} {01088.s2} -> {01088.s1} 
+tr {01089.t1} {01088.p1|01089.p0} {01089.s1} -> {01089.p1|01090.p0} {01089.s2} 
+tr {01089.t2} {01089.s2} -> {01089.s1} 
+tr {01090.t1} {01089.p1|01090.p0} {01090.s1} -> {01090.p1|01091.p0} {01090.s2} 
+tr {01090.t2} {01090.s2} -> {01090.s1} 
+tr {01091.t1} {01090.p1|01091.p0} {01091.s1} -> {01091.p1|01092.p0} {01091.s2} 
+tr {01091.t2} {01091.s2} -> {01091.s1} 
+tr {01092.t1} {01091.p1|01092.p0} {01092.s1} -> {01092.p1|01093.p0} {01092.s2} 
+tr {01092.t2} {01092.s2} -> {01092.s1} 
+tr {01093.t1} {01092.p1|01093.p0} {01093.s1} -> {01093.p1|01094.p0} {01093.s2} 
+tr {01093.t2} {01093.s2} -> {01093.s1} 
+tr {01094.t1} {01093.p1|01094.p0} {01094.s1} -> {01094.p1|01095.p0} {01094.s2} 
+tr {01094.t2} {01094.s2} -> {01094.s1} 
+tr {01095.t1} {01094.p1|01095.p0} {01095.s1} -> {01095.p1|01096.p0} {01095.s2} 
+tr {01095.t2} {01095.s2} -> {01095.s1} 
+tr {01096.t1} {01095.p1|01096.p0} {01096.s1} -> {01096.p1|01097.p0} {01096.s2} 
+tr {01096.t2} {01096.s2} -> {01096.s1} 
+tr {01097.t1} {01096.p1|01097.p0} {01097.s1} -> {01097.p1|01098.p0} {01097.s2} 
+tr {01097.t2} {01097.s2} -> {01097.s1} 
+tr {01098.t1} {01097.p1|01098.p0} {01098.s1} -> {01098.p1|01099.p0} {01098.s2} 
+tr {01098.t2} {01098.s2} -> {01098.s1} 
+tr {01099.t1} {01098.p1|01099.p0} {01099.s1} -> {01099.p1|01100.p0} {01099.s2} 
+tr {01099.t2} {01099.s2} -> {01099.s1} 
+tr {01100.t1} {01099.p1|01100.p0} {01100.s1} -> {01100.p1|01101.p0} {01100.s2} 
+tr {01100.t2} {01100.s2} -> {01100.s1} 
+tr {01101.t1} {01100.p1|01101.p0} {01101.s1} -> {01101.p1|01102.p0} {01101.s2} 
+tr {01101.t2} {01101.s2} -> {01101.s1} 
+tr {01102.t1} {01101.p1|01102.p0} {01102.s1} -> {01102.p1|01103.p0} {01102.s2} 
+tr {01102.t2} {01102.s2} -> {01102.s1} 
+tr {01103.t1} {01102.p1|01103.p0} {01103.s1} -> {01103.p1|01104.p0} {01103.s2} 
+tr {01103.t2} {01103.s2} -> {01103.s1} 
+tr {01104.t1} {01103.p1|01104.p0} {01104.s1} -> {01104.p1|01105.p0} {01104.s2} 
+tr {01104.t2} {01104.s2} -> {01104.s1} 
+tr {01105.t1} {01104.p1|01105.p0} {01105.s1} -> {01105.p1|01106.p0} {01105.s2} 
+tr {01105.t2} {01105.s2} -> {01105.s1} 
+tr {01106.t1} {01105.p1|01106.p0} {01106.s1} -> {01106.p1|01107.p0} {01106.s2} 
+tr {01106.t2} {01106.s2} -> {01106.s1} 
+tr {01107.t1} {01106.p1|01107.p0} {01107.s1} -> {01107.p1|01108.p0} {01107.s2} 
+tr {01107.t2} {01107.s2} -> {01107.s1} 
+tr {01108.t1} {01107.p1|01108.p0} {01108.s1} -> {01108.p1|01109.p0} {01108.s2} 
+tr {01108.t2} {01108.s2} -> {01108.s1} 
+tr {01109.t1} {01108.p1|01109.p0} {01109.s1} -> {01109.p1|01110.p0} {01109.s2} 
+tr {01109.t2} {01109.s2} -> {01109.s1} 
+tr {01110.t1} {01109.p1|01110.p0} {01110.s1} -> {01110.p1|01111.p0} {01110.s2} 
+tr {01110.t2} {01110.s2} -> {01110.s1} 
+tr {01111.t1} {01110.p1|01111.p0} {01111.s1} -> {01111.p1|01112.p0} {01111.s2} 
+tr {01111.t2} {01111.s2} -> {01111.s1} 
+tr {01112.t1} {01111.p1|01112.p0} {01112.s1} -> {01112.p1|01113.p0} {01112.s2} 
+tr {01112.t2} {01112.s2} -> {01112.s1} 
+tr {01113.t1} {01112.p1|01113.p0} {01113.s1} -> {01113.p1|01114.p0} {01113.s2} 
+tr {01113.t2} {01113.s2} -> {01113.s1} 
+tr {01114.t1} {01113.p1|01114.p0} {01114.s1} -> {01114.p1|01115.p0} {01114.s2} 
+tr {01114.t2} {01114.s2} -> {01114.s1} 
+tr {01115.t1} {01114.p1|01115.p0} {01115.s1} -> {01115.p1|01116.p0} {01115.s2} 
+tr {01115.t2} {01115.s2} -> {01115.s1} 
+tr {01116.t1} {01115.p1|01116.p0} {01116.s1} -> {01116.p1|01117.p0} {01116.s2} 
+tr {01116.t2} {01116.s2} -> {01116.s1} 
+tr {01117.t1} {01116.p1|01117.p0} {01117.s1} -> {01117.p1|01118.p0} {01117.s2} 
+tr {01117.t2} {01117.s2} -> {01117.s1} 
+tr {01118.t1} {01117.p1|01118.p0} {01118.s1} -> {01118.p1|01119.p0} {01118.s2} 
+tr {01118.t2} {01118.s2} -> {01118.s1} 
+tr {01119.t1} {01118.p1|01119.p0} {01119.s1} -> {01119.p1|01120.p0} {01119.s2} 
+tr {01119.t2} {01119.s2} -> {01119.s1} 
+tr {01120.t1} {01119.p1|01120.p0} {01120.s1} -> {01120.p1|01121.p0} {01120.s2} 
+tr {01120.t2} {01120.s2} -> {01120.s1} 
+tr {01121.t1} {01120.p1|01121.p0} {01121.s1} -> {01121.p1|01122.p0} {01121.s2} 
+tr {01121.t2} {01121.s2} -> {01121.s1} 
+tr {01122.t1} {01121.p1|01122.p0} {01122.s1} -> {01122.p1|01123.p0} {01122.s2} 
+tr {01122.t2} {01122.s2} -> {01122.s1} 
+tr {01123.t1} {01122.p1|01123.p0} {01123.s1} -> {01123.p1|01124.p0} {01123.s2} 
+tr {01123.t2} {01123.s2} -> {01123.s1} 
+tr {01124.t1} {01123.p1|01124.p0} {01124.s1} -> {01124.p1|01125.p0} {01124.s2} 
+tr {01124.t2} {01124.s2} -> {01124.s1} 
+tr {01125.t1} {01124.p1|01125.p0} {01125.s1} -> {01125.p1|01126.p0} {01125.s2} 
+tr {01125.t2} {01125.s2} -> {01125.s1} 
+tr {01126.t1} {01125.p1|01126.p0} {01126.s1} -> {01126.p1|01127.p0} {01126.s2} 
+tr {01126.t2} {01126.s2} -> {01126.s1} 
+tr {01127.t1} {01126.p1|01127.p0} {01127.s1} -> {01127.p1|01128.p0} {01127.s2} 
+tr {01127.t2} {01127.s2} -> {01127.s1} 
+tr {01128.t1} {01127.p1|01128.p0} {01128.s1} -> {01128.p1|01129.p0} {01128.s2} 
+tr {01128.t2} {01128.s2} -> {01128.s1} 
+tr {01129.t1} {01128.p1|01129.p0} {01129.s1} -> {01129.p1|01130.p0} {01129.s2} 
+tr {01129.t2} {01129.s2} -> {01129.s1} 
+tr {01130.t1} {01129.p1|01130.p0} {01130.s1} -> {01130.p1|01131.p0} {01130.s2} 
+tr {01130.t2} {01130.s2} -> {01130.s1} 
+tr {01131.t1} {01130.p1|01131.p0} {01131.s1} -> {01131.p1|01132.p0} {01131.s2} 
+tr {01131.t2} {01131.s2} -> {01131.s1} 
+tr {01132.t1} {01131.p1|01132.p0} {01132.s1} -> {01132.p1|01133.p0} {01132.s2} 
+tr {01132.t2} {01132.s2} -> {01132.s1} 
+tr {01133.t1} {01132.p1|01133.p0} {01133.s1} -> {01133.p1|01134.p0} {01133.s2} 
+tr {01133.t2} {01133.s2} -> {01133.s1} 
+tr {01134.t1} {01133.p1|01134.p0} {01134.s1} -> {01134.p1|01135.p0} {01134.s2} 
+tr {01134.t2} {01134.s2} -> {01134.s1} 
+tr {01135.t1} {01134.p1|01135.p0} {01135.s1} -> {01135.p1|01136.p0} {01135.s2} 
+tr {01135.t2} {01135.s2} -> {01135.s1} 
+tr {01136.t1} {01135.p1|01136.p0} {01136.s1} -> {01136.p1|01137.p0} {01136.s2} 
+tr {01136.t2} {01136.s2} -> {01136.s1} 
+tr {01137.t1} {01136.p1|01137.p0} {01137.s1} -> {01137.p1|01138.p0} {01137.s2} 
+tr {01137.t2} {01137.s2} -> {01137.s1} 
+tr {01138.t1} {01137.p1|01138.p0} {01138.s1} -> {01138.p1|01139.p0} {01138.s2} 
+tr {01138.t2} {01138.s2} -> {01138.s1} 
+tr {01139.t1} {01138.p1|01139.p0} {01139.s1} -> {01139.p1|01140.p0} {01139.s2} 
+tr {01139.t2} {01139.s2} -> {01139.s1} 
+tr {01140.t1} {01139.p1|01140.p0} {01140.s1} -> {01140.p1|01141.p0} {01140.s2} 
+tr {01140.t2} {01140.s2} -> {01140.s1} 
+tr {01141.t1} {01140.p1|01141.p0} {01141.s1} -> {01141.p1|01142.p0} {01141.s2} 
+tr {01141.t2} {01141.s2} -> {01141.s1} 
+tr {01142.t1} {01141.p1|01142.p0} {01142.s1} -> {01142.p1|01143.p0} {01142.s2} 
+tr {01142.t2} {01142.s2} -> {01142.s1} 
+tr {01143.t1} {01142.p1|01143.p0} {01143.s1} -> {01143.p1|01144.p0} {01143.s2} 
+tr {01143.t2} {01143.s2} -> {01143.s1} 
+tr {01144.t1} {01143.p1|01144.p0} {01144.s1} -> {01144.p1|01145.p0} {01144.s2} 
+tr {01144.t2} {01144.s2} -> {01144.s1} 
+tr {01145.t1} {01144.p1|01145.p0} {01145.s1} -> {01145.p1|01146.p0} {01145.s2} 
+tr {01145.t2} {01145.s2} -> {01145.s1} 
+tr {01146.t1} {01145.p1|01146.p0} {01146.s1} -> {01146.p1|01147.p0} {01146.s2} 
+tr {01146.t2} {01146.s2} -> {01146.s1} 
+tr {01147.t1} {01146.p1|01147.p0} {01147.s1} -> {01147.p1|01148.p0} {01147.s2} 
+tr {01147.t2} {01147.s2} -> {01147.s1} 
+tr {01148.t1} {01147.p1|01148.p0} {01148.s1} -> {01148.p1|01149.p0} {01148.s2} 
+tr {01148.t2} {01148.s2} -> {01148.s1} 
+tr {01149.t1} {01148.p1|01149.p0} {01149.s1} -> {01149.p1|01150.p0} {01149.s2} 
+tr {01149.t2} {01149.s2} -> {01149.s1} 
+tr {01150.t1} {01149.p1|01150.p0} {01150.s1} -> {01150.p1|01151.p0} {01150.s2} 
+tr {01150.t2} {01150.s2} -> {01150.s1} 
+tr {01151.t1} {01150.p1|01151.p0} {01151.s1} -> {01151.p1|01152.p0} {01151.s2} 
+tr {01151.t2} {01151.s2} -> {01151.s1} 
+tr {01152.t1} {01151.p1|01152.p0} {01152.s1} -> {01152.p1|01153.p0} {01152.s2} 
+tr {01152.t2} {01152.s2} -> {01152.s1} 
+tr {01153.t1} {01152.p1|01153.p0} {01153.s1} -> {01153.p1|01154.p0} {01153.s2} 
+tr {01153.t2} {01153.s2} -> {01153.s1} 
+tr {01154.t1} {01153.p1|01154.p0} {01154.s1} -> {01154.p1|01155.p0} {01154.s2} 
+tr {01154.t2} {01154.s2} -> {01154.s1} 
+tr {01155.t1} {01154.p1|01155.p0} {01155.s1} -> {01155.p1|01156.p0} {01155.s2} 
+tr {01155.t2} {01155.s2} -> {01155.s1} 
+tr {01156.t1} {01155.p1|01156.p0} {01156.s1} -> {01156.p1|01157.p0} {01156.s2} 
+tr {01156.t2} {01156.s2} -> {01156.s1} 
+tr {01157.t1} {01156.p1|01157.p0} {01157.s1} -> {01157.p1|01158.p0} {01157.s2} 
+tr {01157.t2} {01157.s2} -> {01157.s1} 
+tr {01158.t1} {01157.p1|01158.p0} {01158.s1} -> {01158.p1|01159.p0} {01158.s2} 
+tr {01158.t2} {01158.s2} -> {01158.s1} 
+tr {01159.t1} {01158.p1|01159.p0} {01159.s1} -> {01159.p1|01160.p0} {01159.s2} 
+tr {01159.t2} {01159.s2} -> {01159.s1} 
+tr {01160.t1} {01159.p1|01160.p0} {01160.s1} -> {01160.p1|01161.p0} {01160.s2} 
+tr {01160.t2} {01160.s2} -> {01160.s1} 
+tr {01161.t1} {01160.p1|01161.p0} {01161.s1} -> {01161.p1|01162.p0} {01161.s2} 
+tr {01161.t2} {01161.s2} -> {01161.s1} 
+tr {01162.t1} {01161.p1|01162.p0} {01162.s1} -> {01162.p1|01163.p0} {01162.s2} 
+tr {01162.t2} {01162.s2} -> {01162.s1} 
+tr {01163.t1} {01162.p1|01163.p0} {01163.s1} -> {01163.p1|01164.p0} {01163.s2} 
+tr {01163.t2} {01163.s2} -> {01163.s1} 
+tr {01164.t1} {01163.p1|01164.p0} {01164.s1} -> {01164.p1|01165.p0} {01164.s2} 
+tr {01164.t2} {01164.s2} -> {01164.s1} 
+tr {01165.t1} {01164.p1|01165.p0} {01165.s1} -> {01165.p1|01166.p0} {01165.s2} 
+tr {01165.t2} {01165.s2} -> {01165.s1} 
+tr {01166.t1} {01165.p1|01166.p0} {01166.s1} -> {01166.p1|01167.p0} {01166.s2} 
+tr {01166.t2} {01166.s2} -> {01166.s1} 
+tr {01167.t1} {01166.p1|01167.p0} {01167.s1} -> {01167.p1|01168.p0} {01167.s2} 
+tr {01167.t2} {01167.s2} -> {01167.s1} 
+tr {01168.t1} {01167.p1|01168.p0} {01168.s1} -> {01168.p1|01169.p0} {01168.s2} 
+tr {01168.t2} {01168.s2} -> {01168.s1} 
+tr {01169.t1} {01168.p1|01169.p0} {01169.s1} -> {01169.p1|01170.p0} {01169.s2} 
+tr {01169.t2} {01169.s2} -> {01169.s1} 
+tr {01170.t1} {01169.p1|01170.p0} {01170.s1} -> {01170.p1|01171.p0} {01170.s2} 
+tr {01170.t2} {01170.s2} -> {01170.s1} 
+tr {01171.t1} {01170.p1|01171.p0} {01171.s1} -> {01171.p1|01172.p0} {01171.s2} 
+tr {01171.t2} {01171.s2} -> {01171.s1} 
+tr {01172.t1} {01171.p1|01172.p0} {01172.s1} -> {01172.p1|01173.p0} {01172.s2} 
+tr {01172.t2} {01172.s2} -> {01172.s1} 
+tr {01173.t1} {01172.p1|01173.p0} {01173.s1} -> {01173.p1|01174.p0} {01173.s2} 
+tr {01173.t2} {01173.s2} -> {01173.s1} 
+tr {01174.t1} {01173.p1|01174.p0} {01174.s1} -> {01174.p1|01175.p0} {01174.s2} 
+tr {01174.t2} {01174.s2} -> {01174.s1} 
+tr {01175.t1} {01174.p1|01175.p0} {01175.s1} -> {01175.p1|01176.p0} {01175.s2} 
+tr {01175.t2} {01175.s2} -> {01175.s1} 
+tr {01176.t1} {01175.p1|01176.p0} {01176.s1} -> {01176.p1|01177.p0} {01176.s2} 
+tr {01176.t2} {01176.s2} -> {01176.s1} 
+tr {01177.t1} {01176.p1|01177.p0} {01177.s1} -> {01177.p1|01178.p0} {01177.s2} 
+tr {01177.t2} {01177.s2} -> {01177.s1} 
+tr {01178.t1} {01177.p1|01178.p0} {01178.s1} -> {01178.p1|01179.p0} {01178.s2} 
+tr {01178.t2} {01178.s2} -> {01178.s1} 
+tr {01179.t1} {01178.p1|01179.p0} {01179.s1} -> {01179.p1|01180.p0} {01179.s2} 
+tr {01179.t2} {01179.s2} -> {01179.s1} 
+tr {01180.t1} {01179.p1|01180.p0} {01180.s1} -> {01180.p1|01181.p0} {01180.s2} 
+tr {01180.t2} {01180.s2} -> {01180.s1} 
+tr {01181.t1} {01180.p1|01181.p0} {01181.s1} -> {01181.p1|01182.p0} {01181.s2} 
+tr {01181.t2} {01181.s2} -> {01181.s1} 
+tr {01182.t1} {01181.p1|01182.p0} {01182.s1} -> {01182.p1|01183.p0} {01182.s2} 
+tr {01182.t2} {01182.s2} -> {01182.s1} 
+tr {01183.t1} {01182.p1|01183.p0} {01183.s1} -> {01183.p1|01184.p0} {01183.s2} 
+tr {01183.t2} {01183.s2} -> {01183.s1} 
+tr {01184.t1} {01183.p1|01184.p0} {01184.s1} -> {01184.p1|01185.p0} {01184.s2} 
+tr {01184.t2} {01184.s2} -> {01184.s1} 
+tr {01185.t1} {01184.p1|01185.p0} {01185.s1} -> {01185.p1|01186.p0} {01185.s2} 
+tr {01185.t2} {01185.s2} -> {01185.s1} 
+tr {01186.t1} {01185.p1|01186.p0} {01186.s1} -> {01186.p1|01187.p0} {01186.s2} 
+tr {01186.t2} {01186.s2} -> {01186.s1} 
+tr {01187.t1} {01186.p1|01187.p0} {01187.s1} -> {01187.p1|01188.p0} {01187.s2} 
+tr {01187.t2} {01187.s2} -> {01187.s1} 
+tr {01188.t1} {01187.p1|01188.p0} {01188.s1} -> {01188.p1|01189.p0} {01188.s2} 
+tr {01188.t2} {01188.s2} -> {01188.s1} 
+tr {01189.t1} {01188.p1|01189.p0} {01189.s1} -> {01189.p1|01190.p0} {01189.s2} 
+tr {01189.t2} {01189.s2} -> {01189.s1} 
+tr {01190.t1} {01189.p1|01190.p0} {01190.s1} -> {01190.p1|01191.p0} {01190.s2} 
+tr {01190.t2} {01190.s2} -> {01190.s1} 
+tr {01191.t1} {01190.p1|01191.p0} {01191.s1} -> {01191.p1|01192.p0} {01191.s2} 
+tr {01191.t2} {01191.s2} -> {01191.s1} 
+tr {01192.t1} {01191.p1|01192.p0} {01192.s1} -> {01192.p1|01193.p0} {01192.s2} 
+tr {01192.t2} {01192.s2} -> {01192.s1} 
+tr {01193.t1} {01192.p1|01193.p0} {01193.s1} -> {01193.p1|01194.p0} {01193.s2} 
+tr {01193.t2} {01193.s2} -> {01193.s1} 
+tr {01194.t1} {01193.p1|01194.p0} {01194.s1} -> {01194.p1|01195.p0} {01194.s2} 
+tr {01194.t2} {01194.s2} -> {01194.s1} 
+tr {01195.t1} {01194.p1|01195.p0} {01195.s1} -> {01195.p1|01196.p0} {01195.s2} 
+tr {01195.t2} {01195.s2} -> {01195.s1} 
+tr {01196.t1} {01195.p1|01196.p0} {01196.s1} -> {01196.p1|01197.p0} {01196.s2} 
+tr {01196.t2} {01196.s2} -> {01196.s1} 
+tr {01197.t1} {01196.p1|01197.p0} {01197.s1} -> {01197.p1|01198.p0} {01197.s2} 
+tr {01197.t2} {01197.s2} -> {01197.s1} 
+tr {01198.t1} {01197.p1|01198.p0} {01198.s1} -> {01198.p1|01199.p0} {01198.s2} 
+tr {01198.t2} {01198.s2} -> {01198.s1} 
+tr {01199.t1} {01198.p1|01199.p0} {01199.s1} -> {01199.p1|01200.p0} {01199.s2} 
+tr {01199.t2} {01199.s2} -> {01199.s1} 
+tr {01200.t1} {01199.p1|01200.p0} {01200.s1} -> {01200.p1|01201.p0} {01200.s2} 
+tr {01200.t2} {01200.s2} -> {01200.s1} 
+tr {01201.t1} {01200.p1|01201.p0} {01201.s1} -> {01201.p1|01202.p0} {01201.s2} 
+tr {01201.t2} {01201.s2} -> {01201.s1} 
+tr {01202.t1} {01201.p1|01202.p0} {01202.s1} -> {01202.p1|01203.p0} {01202.s2} 
+tr {01202.t2} {01202.s2} -> {01202.s1} 
+tr {01203.t1} {01202.p1|01203.p0} {01203.s1} -> {01203.p1|01204.p0} {01203.s2} 
+tr {01203.t2} {01203.s2} -> {01203.s1} 
+tr {01204.t1} {01203.p1|01204.p0} {01204.s1} -> {01204.p1|01205.p0} {01204.s2} 
+tr {01204.t2} {01204.s2} -> {01204.s1} 
+tr {01205.t1} {01204.p1|01205.p0} {01205.s1} -> {01205.p1|01206.p0} {01205.s2} 
+tr {01205.t2} {01205.s2} -> {01205.s1} 
+tr {01206.t1} {01205.p1|01206.p0} {01206.s1} -> {01206.p1|01207.p0} {01206.s2} 
+tr {01206.t2} {01206.s2} -> {01206.s1} 
+tr {01207.t1} {01206.p1|01207.p0} {01207.s1} -> {01207.p1|01208.p0} {01207.s2} 
+tr {01207.t2} {01207.s2} -> {01207.s1} 
+tr {01208.t1} {01207.p1|01208.p0} {01208.s1} -> {01208.p1|01209.p0} {01208.s2} 
+tr {01208.t2} {01208.s2} -> {01208.s1} 
+tr {01209.t1} {01208.p1|01209.p0} {01209.s1} -> {01209.p1|01210.p0} {01209.s2} 
+tr {01209.t2} {01209.s2} -> {01209.s1} 
+tr {01210.t1} {01209.p1|01210.p0} {01210.s1} -> {01210.p1|01211.p0} {01210.s2} 
+tr {01210.t2} {01210.s2} -> {01210.s1} 
+tr {01211.t1} {01210.p1|01211.p0} {01211.s1} -> {01211.p1|01212.p0} {01211.s2} 
+tr {01211.t2} {01211.s2} -> {01211.s1} 
+tr {01212.t1} {01211.p1|01212.p0} {01212.s1} -> {01212.p1|01213.p0} {01212.s2} 
+tr {01212.t2} {01212.s2} -> {01212.s1} 
+tr {01213.t1} {01212.p1|01213.p0} {01213.s1} -> {01213.p1|01214.p0} {01213.s2} 
+tr {01213.t2} {01213.s2} -> {01213.s1} 
+tr {01214.t1} {01213.p1|01214.p0} {01214.s1} -> {01214.p1|01215.p0} {01214.s2} 
+tr {01214.t2} {01214.s2} -> {01214.s1} 
+tr {01215.t1} {01214.p1|01215.p0} {01215.s1} -> {01215.p1|01216.p0} {01215.s2} 
+tr {01215.t2} {01215.s2} -> {01215.s1} 
+tr {01216.t1} {01215.p1|01216.p0} {01216.s1} -> {01216.p1|01217.p0} {01216.s2} 
+tr {01216.t2} {01216.s2} -> {01216.s1} 
+tr {01217.t1} {01216.p1|01217.p0} {01217.s1} -> {01217.p1|01218.p0} {01217.s2} 
+tr {01217.t2} {01217.s2} -> {01217.s1} 
+tr {01218.t1} {01217.p1|01218.p0} {01218.s1} -> {01218.p1|01219.p0} {01218.s2} 
+tr {01218.t2} {01218.s2} -> {01218.s1} 
+tr {01219.t1} {01218.p1|01219.p0} {01219.s1} -> {01219.p1|01220.p0} {01219.s2} 
+tr {01219.t2} {01219.s2} -> {01219.s1} 
+tr {01220.t1} {01219.p1|01220.p0} {01220.s1} -> {01220.p1|01221.p0} {01220.s2} 
+tr {01220.t2} {01220.s2} -> {01220.s1} 
+tr {01221.t1} {01220.p1|01221.p0} {01221.s1} -> {01221.p1|01222.p0} {01221.s2} 
+tr {01221.t2} {01221.s2} -> {01221.s1} 
+tr {01222.t1} {01221.p1|01222.p0} {01222.s1} -> {01222.p1|01223.p0} {01222.s2} 
+tr {01222.t2} {01222.s2} -> {01222.s1} 
+tr {01223.t1} {01222.p1|01223.p0} {01223.s1} -> {01223.p1|01224.p0} {01223.s2} 
+tr {01223.t2} {01223.s2} -> {01223.s1} 
+tr {01224.t1} {01223.p1|01224.p0} {01224.s1} -> {01224.p1|01225.p0} {01224.s2} 
+tr {01224.t2} {01224.s2} -> {01224.s1} 
+tr {01225.t1} {01224.p1|01225.p0} {01225.s1} -> {01225.p1|01226.p0} {01225.s2} 
+tr {01225.t2} {01225.s2} -> {01225.s1} 
+tr {01226.t1} {01225.p1|01226.p0} {01226.s1} -> {01226.p1|01227.p0} {01226.s2} 
+tr {01226.t2} {01226.s2} -> {01226.s1} 
+tr {01227.t1} {01226.p1|01227.p0} {01227.s1} -> {01227.p1|01228.p0} {01227.s2} 
+tr {01227.t2} {01227.s2} -> {01227.s1} 
+tr {01228.t1} {01227.p1|01228.p0} {01228.s1} -> {01228.p1|01229.p0} {01228.s2} 
+tr {01228.t2} {01228.s2} -> {01228.s1} 
+tr {01229.t1} {01228.p1|01229.p0} {01229.s1} -> {01229.p1|01230.p0} {01229.s2} 
+tr {01229.t2} {01229.s2} -> {01229.s1} 
+tr {01230.t1} {01229.p1|01230.p0} {01230.s1} -> {01230.p1|01231.p0} {01230.s2} 
+tr {01230.t2} {01230.s2} -> {01230.s1} 
+tr {01231.t1} {01230.p1|01231.p0} {01231.s1} -> {01231.p1|01232.p0} {01231.s2} 
+tr {01231.t2} {01231.s2} -> {01231.s1} 
+tr {01232.t1} {01231.p1|01232.p0} {01232.s1} -> {01232.p1|01233.p0} {01232.s2} 
+tr {01232.t2} {01232.s2} -> {01232.s1} 
+tr {01233.t1} {01232.p1|01233.p0} {01233.s1} -> {01233.p1|01234.p0} {01233.s2} 
+tr {01233.t2} {01233.s2} -> {01233.s1} 
+tr {01234.t1} {01233.p1|01234.p0} {01234.s1} -> {01234.p1|01235.p0} {01234.s2} 
+tr {01234.t2} {01234.s2} -> {01234.s1} 
+tr {01235.t1} {01234.p1|01235.p0} {01235.s1} -> {01235.p1|01236.p0} {01235.s2} 
+tr {01235.t2} {01235.s2} -> {01235.s1} 
+tr {01236.t1} {01235.p1|01236.p0} {01236.s1} -> {01236.p1|01237.p0} {01236.s2} 
+tr {01236.t2} {01236.s2} -> {01236.s1} 
+tr {01237.t1} {01236.p1|01237.p0} {01237.s1} -> {01237.p1|01238.p0} {01237.s2} 
+tr {01237.t2} {01237.s2} -> {01237.s1} 
+tr {01238.t1} {01237.p1|01238.p0} {01238.s1} -> {01238.p1|01239.p0} {01238.s2} 
+tr {01238.t2} {01238.s2} -> {01238.s1} 
+tr {01239.t1} {01238.p1|01239.p0} {01239.s1} -> {01239.p1|01240.p0} {01239.s2} 
+tr {01239.t2} {01239.s2} -> {01239.s1} 
+tr {01240.t1} {01239.p1|01240.p0} {01240.s1} -> {01240.p1|01241.p0} {01240.s2} 
+tr {01240.t2} {01240.s2} -> {01240.s1} 
+tr {01241.t1} {01240.p1|01241.p0} {01241.s1} -> {01241.p1|01242.p0} {01241.s2} 
+tr {01241.t2} {01241.s2} -> {01241.s1} 
+tr {01242.t1} {01241.p1|01242.p0} {01242.s1} -> {01242.p1|01243.p0} {01242.s2} 
+tr {01242.t2} {01242.s2} -> {01242.s1} 
+tr {01243.t1} {01242.p1|01243.p0} {01243.s1} -> {01243.p1|01244.p0} {01243.s2} 
+tr {01243.t2} {01243.s2} -> {01243.s1} 
+tr {01244.t1} {01243.p1|01244.p0} {01244.s1} -> {01244.p1|01245.p0} {01244.s2} 
+tr {01244.t2} {01244.s2} -> {01244.s1} 
+tr {01245.t1} {01244.p1|01245.p0} {01245.s1} -> {01245.p1|01246.p0} {01245.s2} 
+tr {01245.t2} {01245.s2} -> {01245.s1} 
+tr {01246.t1} {01245.p1|01246.p0} {01246.s1} -> {01246.p1|01247.p0} {01246.s2} 
+tr {01246.t2} {01246.s2} -> {01246.s1} 
+tr {01247.t1} {01246.p1|01247.p0} {01247.s1} -> {01247.p1|01248.p0} {01247.s2} 
+tr {01247.t2} {01247.s2} -> {01247.s1} 
+tr {01248.t1} {01247.p1|01248.p0} {01248.s1} -> {01248.p1|01249.p0} {01248.s2} 
+tr {01248.t2} {01248.s2} -> {01248.s1} 
+tr {01249.t1} {01248.p1|01249.p0} {01249.s1} -> {01249.p1|01250.p0} {01249.s2} 
+tr {01249.t2} {01249.s2} -> {01249.s1} 
+tr {01250.t1} {01249.p1|01250.p0} {01250.s1} -> {01250.p1|01251.p0} {01250.s2} 
+tr {01250.t2} {01250.s2} -> {01250.s1} 
+tr {01251.t1} {01250.p1|01251.p0} {01251.s1} -> {01251.p1|01252.p0} {01251.s2} 
+tr {01251.t2} {01251.s2} -> {01251.s1} 
+tr {01252.t1} {01251.p1|01252.p0} {01252.s1} -> {01252.p1|01253.p0} {01252.s2} 
+tr {01252.t2} {01252.s2} -> {01252.s1} 
+tr {01253.t1} {01252.p1|01253.p0} {01253.s1} -> {01253.p1|01254.p0} {01253.s2} 
+tr {01253.t2} {01253.s2} -> {01253.s1} 
+tr {01254.t1} {01253.p1|01254.p0} {01254.s1} -> {01254.p1|01255.p0} {01254.s2} 
+tr {01254.t2} {01254.s2} -> {01254.s1} 
+tr {01255.t1} {01254.p1|01255.p0} {01255.s1} -> {01255.p1|01256.p0} {01255.s2} 
+tr {01255.t2} {01255.s2} -> {01255.s1} 
+tr {01256.t1} {01255.p1|01256.p0} {01256.s1} -> {01256.p1|01257.p0} {01256.s2} 
+tr {01256.t2} {01256.s2} -> {01256.s1} 
+tr {01257.t1} {01256.p1|01257.p0} {01257.s1} -> {01257.p1|01258.p0} {01257.s2} 
+tr {01257.t2} {01257.s2} -> {01257.s1} 
+tr {01258.t1} {01257.p1|01258.p0} {01258.s1} -> {01258.p1|01259.p0} {01258.s2} 
+tr {01258.t2} {01258.s2} -> {01258.s1} 
+tr {01259.t1} {01258.p1|01259.p0} {01259.s1} -> {01259.p1|01260.p0} {01259.s2} 
+tr {01259.t2} {01259.s2} -> {01259.s1} 
+tr {01260.t1} {01259.p1|01260.p0} {01260.s1} -> {01260.p1|01261.p0} {01260.s2} 
+tr {01260.t2} {01260.s2} -> {01260.s1} 
+tr {01261.t1} {01260.p1|01261.p0} {01261.s1} -> {01261.p1|01262.p0} {01261.s2} 
+tr {01261.t2} {01261.s2} -> {01261.s1} 
+tr {01262.t1} {01261.p1|01262.p0} {01262.s1} -> {01262.p1|01263.p0} {01262.s2} 
+tr {01262.t2} {01262.s2} -> {01262.s1} 
+tr {01263.t1} {01262.p1|01263.p0} {01263.s1} -> {01263.p1|01264.p0} {01263.s2} 
+tr {01263.t2} {01263.s2} -> {01263.s1} 
+tr {01264.t1} {01263.p1|01264.p0} {01264.s1} -> {01264.p1|01265.p0} {01264.s2} 
+tr {01264.t2} {01264.s2} -> {01264.s1} 
+tr {01265.t1} {01264.p1|01265.p0} {01265.s1} -> {01265.p1|01266.p0} {01265.s2} 
+tr {01265.t2} {01265.s2} -> {01265.s1} 
+tr {01266.t1} {01265.p1|01266.p0} {01266.s1} -> {01266.p1|01267.p0} {01266.s2} 
+tr {01266.t2} {01266.s2} -> {01266.s1} 
+tr {01267.t1} {01266.p1|01267.p0} {01267.s1} -> {01267.p1|01268.p0} {01267.s2} 
+tr {01267.t2} {01267.s2} -> {01267.s1} 
+tr {01268.t1} {01267.p1|01268.p0} {01268.s1} -> {01268.p1|01269.p0} {01268.s2} 
+tr {01268.t2} {01268.s2} -> {01268.s1} 
+tr {01269.t1} {01268.p1|01269.p0} {01269.s1} -> {01269.p1|01270.p0} {01269.s2} 
+tr {01269.t2} {01269.s2} -> {01269.s1} 
+tr {01270.t1} {01269.p1|01270.p0} {01270.s1} -> {01270.p1|01271.p0} {01270.s2} 
+tr {01270.t2} {01270.s2} -> {01270.s1} 
+tr {01271.t1} {01270.p1|01271.p0} {01271.s1} -> {01271.p1|01272.p0} {01271.s2} 
+tr {01271.t2} {01271.s2} -> {01271.s1} 
+tr {01272.t1} {01271.p1|01272.p0} {01272.s1} -> {01272.p1|01273.p0} {01272.s2} 
+tr {01272.t2} {01272.s2} -> {01272.s1} 
+tr {01273.t1} {01272.p1|01273.p0} {01273.s1} -> {01273.p1|01274.p0} {01273.s2} 
+tr {01273.t2} {01273.s2} -> {01273.s1} 
+tr {01274.t1} {01273.p1|01274.p0} {01274.s1} -> {01274.p1|01275.p0} {01274.s2} 
+tr {01274.t2} {01274.s2} -> {01274.s1} 
+tr {01275.t1} {01274.p1|01275.p0} {01275.s1} -> {01275.p1|01276.p0} {01275.s2} 
+tr {01275.t2} {01275.s2} -> {01275.s1} 
+tr {01276.t1} {01275.p1|01276.p0} {01276.s1} -> {01276.p1|01277.p0} {01276.s2} 
+tr {01276.t2} {01276.s2} -> {01276.s1} 
+tr {01277.t1} {01276.p1|01277.p0} {01277.s1} -> {01277.p1|01278.p0} {01277.s2} 
+tr {01277.t2} {01277.s2} -> {01277.s1} 
+tr {01278.t1} {01277.p1|01278.p0} {01278.s1} -> {01278.p1|01279.p0} {01278.s2} 
+tr {01278.t2} {01278.s2} -> {01278.s1} 
+tr {01279.t1} {01278.p1|01279.p0} {01279.s1} -> {01279.p1|01280.p0} {01279.s2} 
+tr {01279.t2} {01279.s2} -> {01279.s1} 
+tr {01280.t1} {01279.p1|01280.p0} {01280.s1} -> {01280.p1|01281.p0} {01280.s2} 
+tr {01280.t2} {01280.s2} -> {01280.s1} 
+tr {01281.t1} {01280.p1|01281.p0} {01281.s1} -> {01281.p1|01282.p0} {01281.s2} 
+tr {01281.t2} {01281.s2} -> {01281.s1} 
+tr {01282.t1} {01281.p1|01282.p0} {01282.s1} -> {01282.p1|01283.p0} {01282.s2} 
+tr {01282.t2} {01282.s2} -> {01282.s1} 
+tr {01283.t1} {01282.p1|01283.p0} {01283.s1} -> {01283.p1|01284.p0} {01283.s2} 
+tr {01283.t2} {01283.s2} -> {01283.s1} 
+tr {01284.t1} {01283.p1|01284.p0} {01284.s1} -> {01284.p1|01285.p0} {01284.s2} 
+tr {01284.t2} {01284.s2} -> {01284.s1} 
+tr {01285.t1} {01284.p1|01285.p0} {01285.s1} -> {01285.p1|01286.p0} {01285.s2} 
+tr {01285.t2} {01285.s2} -> {01285.s1} 
+tr {01286.t1} {01285.p1|01286.p0} {01286.s1} -> {01286.p1|01287.p0} {01286.s2} 
+tr {01286.t2} {01286.s2} -> {01286.s1} 
+tr {01287.t1} {01286.p1|01287.p0} {01287.s1} -> {01287.p1|01288.p0} {01287.s2} 
+tr {01287.t2} {01287.s2} -> {01287.s1} 
+tr {01288.t1} {01287.p1|01288.p0} {01288.s1} -> {01288.p1|01289.p0} {01288.s2} 
+tr {01288.t2} {01288.s2} -> {01288.s1} 
+tr {01289.t1} {01288.p1|01289.p0} {01289.s1} -> {01289.p1|01290.p0} {01289.s2} 
+tr {01289.t2} {01289.s2} -> {01289.s1} 
+tr {01290.t1} {01289.p1|01290.p0} {01290.s1} -> {01290.p1|01291.p0} {01290.s2} 
+tr {01290.t2} {01290.s2} -> {01290.s1} 
+tr {01291.t1} {01290.p1|01291.p0} {01291.s1} -> {01291.p1|01292.p0} {01291.s2} 
+tr {01291.t2} {01291.s2} -> {01291.s1} 
+tr {01292.t1} {01291.p1|01292.p0} {01292.s1} -> {01292.p1|01293.p0} {01292.s2} 
+tr {01292.t2} {01292.s2} -> {01292.s1} 
+tr {01293.t1} {01292.p1|01293.p0} {01293.s1} -> {01293.p1|01294.p0} {01293.s2} 
+tr {01293.t2} {01293.s2} -> {01293.s1} 
+tr {01294.t1} {01293.p1|01294.p0} {01294.s1} -> {01294.p1|01295.p0} {01294.s2} 
+tr {01294.t2} {01294.s2} -> {01294.s1} 
+tr {01295.t1} {01294.p1|01295.p0} {01295.s1} -> {01295.p1|01296.p0} {01295.s2} 
+tr {01295.t2} {01295.s2} -> {01295.s1} 
+tr {01296.t1} {01295.p1|01296.p0} {01296.s1} -> {01296.p1|01297.p0} {01296.s2} 
+tr {01296.t2} {01296.s2} -> {01296.s1} 
+tr {01297.t1} {01296.p1|01297.p0} {01297.s1} -> {01297.p1|01298.p0} {01297.s2} 
+tr {01297.t2} {01297.s2} -> {01297.s1} 
+tr {01298.t1} {01297.p1|01298.p0} {01298.s1} -> {01298.p1|01299.p0} {01298.s2} 
+tr {01298.t2} {01298.s2} -> {01298.s1} 
+tr {01299.t1} {01298.p1|01299.p0} {01299.s1} -> {01299.p1|01300.p0} {01299.s2} 
+tr {01299.t2} {01299.s2} -> {01299.s1} 
+tr {01300.t1} {01299.p1|01300.p0} {01300.s1} -> {01300.p1|01301.p0} {01300.s2} 
+tr {01300.t2} {01300.s2} -> {01300.s1} 
+tr {01301.t1} {01300.p1|01301.p0} {01301.s1} -> {01301.p1|01302.p0} {01301.s2} 
+tr {01301.t2} {01301.s2} -> {01301.s1} 
+tr {01302.t1} {01301.p1|01302.p0} {01302.s1} -> {01302.p1|01303.p0} {01302.s2} 
+tr {01302.t2} {01302.s2} -> {01302.s1} 
+tr {01303.t1} {01302.p1|01303.p0} {01303.s1} -> {01303.p1|01304.p0} {01303.s2} 
+tr {01303.t2} {01303.s2} -> {01303.s1} 
+tr {01304.t1} {01303.p1|01304.p0} {01304.s1} -> {01304.p1|01305.p0} {01304.s2} 
+tr {01304.t2} {01304.s2} -> {01304.s1} 
+tr {01305.t1} {01304.p1|01305.p0} {01305.s1} -> {01305.p1|01306.p0} {01305.s2} 
+tr {01305.t2} {01305.s2} -> {01305.s1} 
+tr {01306.t1} {01305.p1|01306.p0} {01306.s1} -> {01306.p1|01307.p0} {01306.s2} 
+tr {01306.t2} {01306.s2} -> {01306.s1} 
+tr {01307.t1} {01306.p1|01307.p0} {01307.s1} -> {01307.p1|01308.p0} {01307.s2} 
+tr {01307.t2} {01307.s2} -> {01307.s1} 
+tr {01308.t1} {01307.p1|01308.p0} {01308.s1} -> {01308.p1|01309.p0} {01308.s2} 
+tr {01308.t2} {01308.s2} -> {01308.s1} 
+tr {01309.t1} {01308.p1|01309.p0} {01309.s1} -> {01309.p1|01310.p0} {01309.s2} 
+tr {01309.t2} {01309.s2} -> {01309.s1} 
+tr {01310.t1} {01309.p1|01310.p0} {01310.s1} -> {01310.p1|01311.p0} {01310.s2} 
+tr {01310.t2} {01310.s2} -> {01310.s1} 
+tr {01311.t1} {01310.p1|01311.p0} {01311.s1} -> {01311.p1|01312.p0} {01311.s2} 
+tr {01311.t2} {01311.s2} -> {01311.s1} 
+tr {01312.t1} {01311.p1|01312.p0} {01312.s1} -> {01312.p1|01313.p0} {01312.s2} 
+tr {01312.t2} {01312.s2} -> {01312.s1} 
+tr {01313.t1} {01312.p1|01313.p0} {01313.s1} -> {01313.p1|01314.p0} {01313.s2} 
+tr {01313.t2} {01313.s2} -> {01313.s1} 
+tr {01314.t1} {01313.p1|01314.p0} {01314.s1} -> {01314.p1|01315.p0} {01314.s2} 
+tr {01314.t2} {01314.s2} -> {01314.s1} 
+tr {01315.t1} {01314.p1|01315.p0} {01315.s1} -> {01315.p1|01316.p0} {01315.s2} 
+tr {01315.t2} {01315.s2} -> {01315.s1} 
+tr {01316.t1} {01315.p1|01316.p0} {01316.s1} -> {01316.p1|01317.p0} {01316.s2} 
+tr {01316.t2} {01316.s2} -> {01316.s1} 
+tr {01317.t1} {01316.p1|01317.p0} {01317.s1} -> {01317.p1|01318.p0} {01317.s2} 
+tr {01317.t2} {01317.s2} -> {01317.s1} 
+tr {01318.t1} {01317.p1|01318.p0} {01318.s1} -> {01318.p1|01319.p0} {01318.s2} 
+tr {01318.t2} {01318.s2} -> {01318.s1} 
+tr {01319.t1} {01318.p1|01319.p0} {01319.s1} -> {01319.p1|01320.p0} {01319.s2} 
+tr {01319.t2} {01319.s2} -> {01319.s1} 
+tr {01320.t1} {01319.p1|01320.p0} {01320.s1} -> {01320.p1|01321.p0} {01320.s2} 
+tr {01320.t2} {01320.s2} -> {01320.s1} 
+tr {01321.t1} {01320.p1|01321.p0} {01321.s1} -> {01321.p1|01322.p0} {01321.s2} 
+tr {01321.t2} {01321.s2} -> {01321.s1} 
+tr {01322.t1} {01321.p1|01322.p0} {01322.s1} -> {01322.p1|01323.p0} {01322.s2} 
+tr {01322.t2} {01322.s2} -> {01322.s1} 
+tr {01323.t1} {01322.p1|01323.p0} {01323.s1} -> {01323.p1|01324.p0} {01323.s2} 
+tr {01323.t2} {01323.s2} -> {01323.s1} 
+tr {01324.t1} {01323.p1|01324.p0} {01324.s1} -> {01324.p1|01325.p0} {01324.s2} 
+tr {01324.t2} {01324.s2} -> {01324.s1} 
+tr {01325.t1} {01324.p1|01325.p0} {01325.s1} -> {01325.p1|01326.p0} {01325.s2} 
+tr {01325.t2} {01325.s2} -> {01325.s1} 
+tr {01326.t1} {01325.p1|01326.p0} {01326.s1} -> {01326.p1|01327.p0} {01326.s2} 
+tr {01326.t2} {01326.s2} -> {01326.s1} 
+tr {01327.t1} {01326.p1|01327.p0} {01327.s1} -> {01327.p1|01328.p0} {01327.s2} 
+tr {01327.t2} {01327.s2} -> {01327.s1} 
+tr {01328.t1} {01327.p1|01328.p0} {01328.s1} -> {01328.p1|01329.p0} {01328.s2} 
+tr {01328.t2} {01328.s2} -> {01328.s1} 
+tr {01329.t1} {01328.p1|01329.p0} {01329.s1} -> {01329.p1|01330.p0} {01329.s2} 
+tr {01329.t2} {01329.s2} -> {01329.s1} 
+tr {01330.t1} {01329.p1|01330.p0} {01330.s1} -> {01330.p1|01331.p0} {01330.s2} 
+tr {01330.t2} {01330.s2} -> {01330.s1} 
+tr {01331.t1} {01330.p1|01331.p0} {01331.s1} -> {01331.p1|01332.p0} {01331.s2} 
+tr {01331.t2} {01331.s2} -> {01331.s1} 
+tr {01332.t1} {01331.p1|01332.p0} {01332.s1} -> {01332.p1|01333.p0} {01332.s2} 
+tr {01332.t2} {01332.s2} -> {01332.s1} 
+tr {01333.t1} {01332.p1|01333.p0} {01333.s1} -> {01333.p1|01334.p0} {01333.s2} 
+tr {01333.t2} {01333.s2} -> {01333.s1} 
+tr {01334.t1} {01333.p1|01334.p0} {01334.s1} -> {01334.p1|01335.p0} {01334.s2} 
+tr {01334.t2} {01334.s2} -> {01334.s1} 
+tr {01335.t1} {01334.p1|01335.p0} {01335.s1} -> {01335.p1|01336.p0} {01335.s2} 
+tr {01335.t2} {01335.s2} -> {01335.s1} 
+tr {01336.t1} {01335.p1|01336.p0} {01336.s1} -> {01336.p1|01337.p0} {01336.s2} 
+tr {01336.t2} {01336.s2} -> {01336.s1} 
+tr {01337.t1} {01336.p1|01337.p0} {01337.s1} -> {01337.p1|01338.p0} {01337.s2} 
+tr {01337.t2} {01337.s2} -> {01337.s1} 
+tr {01338.t1} {01337.p1|01338.p0} {01338.s1} -> {01338.p1|01339.p0} {01338.s2} 
+tr {01338.t2} {01338.s2} -> {01338.s1} 
+tr {01339.t1} {01338.p1|01339.p0} {01339.s1} -> {01339.p1|01340.p0} {01339.s2} 
+tr {01339.t2} {01339.s2} -> {01339.s1} 
+tr {01340.t1} {01339.p1|01340.p0} {01340.s1} -> {01340.p1|01341.p0} {01340.s2} 
+tr {01340.t2} {01340.s2} -> {01340.s1} 
+tr {01341.t1} {01340.p1|01341.p0} {01341.s1} -> {01341.p1|01342.p0} {01341.s2} 
+tr {01341.t2} {01341.s2} -> {01341.s1} 
+tr {01342.t1} {01341.p1|01342.p0} {01342.s1} -> {01342.p1|01343.p0} {01342.s2} 
+tr {01342.t2} {01342.s2} -> {01342.s1} 
+tr {01343.t1} {01342.p1|01343.p0} {01343.s1} -> {01343.p1|01344.p0} {01343.s2} 
+tr {01343.t2} {01343.s2} -> {01343.s1} 
+tr {01344.t1} {01343.p1|01344.p0} {01344.s1} -> {01344.p1|01345.p0} {01344.s2} 
+tr {01344.t2} {01344.s2} -> {01344.s1} 
+tr {01345.t1} {01344.p1|01345.p0} {01345.s1} -> {01345.p1|01346.p0} {01345.s2} 
+tr {01345.t2} {01345.s2} -> {01345.s1} 
+tr {01346.t1} {01345.p1|01346.p0} {01346.s1} -> {01346.p1|01347.p0} {01346.s2} 
+tr {01346.t2} {01346.s2} -> {01346.s1} 
+tr {01347.t1} {01346.p1|01347.p0} {01347.s1} -> {01347.p1|01348.p0} {01347.s2} 
+tr {01347.t2} {01347.s2} -> {01347.s1} 
+tr {01348.t1} {01347.p1|01348.p0} {01348.s1} -> {01348.p1|01349.p0} {01348.s2} 
+tr {01348.t2} {01348.s2} -> {01348.s1} 
+tr {01349.t1} {01348.p1|01349.p0} {01349.s1} -> {01349.p1|01350.p0} {01349.s2} 
+tr {01349.t2} {01349.s2} -> {01349.s1} 
+tr {01350.t1} {01349.p1|01350.p0} {01350.s1} -> {01350.p1|01351.p0} {01350.s2} 
+tr {01350.t2} {01350.s2} -> {01350.s1} 
+tr {01351.t1} {01350.p1|01351.p0} {01351.s1} -> {01351.p1|01352.p0} {01351.s2} 
+tr {01351.t2} {01351.s2} -> {01351.s1} 
+tr {01352.t1} {01351.p1|01352.p0} {01352.s1} -> {01352.p1|01353.p0} {01352.s2} 
+tr {01352.t2} {01352.s2} -> {01352.s1} 
+tr {01353.t1} {01352.p1|01353.p0} {01353.s1} -> {01353.p1|01354.p0} {01353.s2} 
+tr {01353.t2} {01353.s2} -> {01353.s1} 
+tr {01354.t1} {01353.p1|01354.p0} {01354.s1} -> {01354.p1|01355.p0} {01354.s2} 
+tr {01354.t2} {01354.s2} -> {01354.s1} 
+tr {01355.t1} {01354.p1|01355.p0} {01355.s1} -> {01355.p1|01356.p0} {01355.s2} 
+tr {01355.t2} {01355.s2} -> {01355.s1} 
+tr {01356.t1} {01355.p1|01356.p0} {01356.s1} -> {01356.p1|01357.p0} {01356.s2} 
+tr {01356.t2} {01356.s2} -> {01356.s1} 
+tr {01357.t1} {01356.p1|01357.p0} {01357.s1} -> {01357.p1|01358.p0} {01357.s2} 
+tr {01357.t2} {01357.s2} -> {01357.s1} 
+tr {01358.t1} {01357.p1|01358.p0} {01358.s1} -> {01358.p1|01359.p0} {01358.s2} 
+tr {01358.t2} {01358.s2} -> {01358.s1} 
+tr {01359.t1} {01358.p1|01359.p0} {01359.s1} -> {01359.p1|01360.p0} {01359.s2} 
+tr {01359.t2} {01359.s2} -> {01359.s1} 
+tr {01360.t1} {01359.p1|01360.p0} {01360.s1} -> {01360.p1|01361.p0} {01360.s2} 
+tr {01360.t2} {01360.s2} -> {01360.s1} 
+tr {01361.t1} {01360.p1|01361.p0} {01361.s1} -> {01361.p1|01362.p0} {01361.s2} 
+tr {01361.t2} {01361.s2} -> {01361.s1} 
+tr {01362.t1} {01361.p1|01362.p0} {01362.s1} -> {01362.p1|01363.p0} {01362.s2} 
+tr {01362.t2} {01362.s2} -> {01362.s1} 
+tr {01363.t1} {01362.p1|01363.p0} {01363.s1} -> {01363.p1|01364.p0} {01363.s2} 
+tr {01363.t2} {01363.s2} -> {01363.s1} 
+tr {01364.t1} {01363.p1|01364.p0} {01364.s1} -> {01364.p1|01365.p0} {01364.s2} 
+tr {01364.t2} {01364.s2} -> {01364.s1} 
+tr {01365.t1} {01364.p1|01365.p0} {01365.s1} -> {01365.p1|01366.p0} {01365.s2} 
+tr {01365.t2} {01365.s2} -> {01365.s1} 
+tr {01366.t1} {01365.p1|01366.p0} {01366.s1} -> {01366.p1|01367.p0} {01366.s2} 
+tr {01366.t2} {01366.s2} -> {01366.s1} 
+tr {01367.t1} {01366.p1|01367.p0} {01367.s1} -> {01367.p1|01368.p0} {01367.s2} 
+tr {01367.t2} {01367.s2} -> {01367.s1} 
+tr {01368.t1} {01367.p1|01368.p0} {01368.s1} -> {01368.p1|01369.p0} {01368.s2} 
+tr {01368.t2} {01368.s2} -> {01368.s1} 
+tr {01369.t1} {01368.p1|01369.p0} {01369.s1} -> {01369.p1|01370.p0} {01369.s2} 
+tr {01369.t2} {01369.s2} -> {01369.s1} 
+tr {01370.t1} {01369.p1|01370.p0} {01370.s1} -> {01370.p1|01371.p0} {01370.s2} 
+tr {01370.t2} {01370.s2} -> {01370.s1} 
+tr {01371.t1} {01370.p1|01371.p0} {01371.s1} -> {01371.p1|01372.p0} {01371.s2} 
+tr {01371.t2} {01371.s2} -> {01371.s1} 
+tr {01372.t1} {01371.p1|01372.p0} {01372.s1} -> {01372.p1|01373.p0} {01372.s2} 
+tr {01372.t2} {01372.s2} -> {01372.s1} 
+tr {01373.t1} {01372.p1|01373.p0} {01373.s1} -> {01373.p1|01374.p0} {01373.s2} 
+tr {01373.t2} {01373.s2} -> {01373.s1} 
+tr {01374.t1} {01373.p1|01374.p0} {01374.s1} -> {01374.p1|01375.p0} {01374.s2} 
+tr {01374.t2} {01374.s2} -> {01374.s1} 
+tr {01375.t1} {01374.p1|01375.p0} {01375.s1} -> {01375.p1|01376.p0} {01375.s2} 
+tr {01375.t2} {01375.s2} -> {01375.s1} 
+tr {01376.t1} {01375.p1|01376.p0} {01376.s1} -> {01376.p1|01377.p0} {01376.s2} 
+tr {01376.t2} {01376.s2} -> {01376.s1} 
+tr {01377.t1} {01376.p1|01377.p0} {01377.s1} -> {01377.p1|01378.p0} {01377.s2} 
+tr {01377.t2} {01377.s2} -> {01377.s1} 
+tr {01378.t1} {01377.p1|01378.p0} {01378.s1} -> {01378.p1|01379.p0} {01378.s2} 
+tr {01378.t2} {01378.s2} -> {01378.s1} 
+tr {01379.t1} {01378.p1|01379.p0} {01379.s1} -> {01379.p1|01380.p0} {01379.s2} 
+tr {01379.t2} {01379.s2} -> {01379.s1} 
+tr {01380.t1} {01379.p1|01380.p0} {01380.s1} -> {01380.p1|01381.p0} {01380.s2} 
+tr {01380.t2} {01380.s2} -> {01380.s1} 
+tr {01381.t1} {01380.p1|01381.p0} {01381.s1} -> {01381.p1|01382.p0} {01381.s2} 
+tr {01381.t2} {01381.s2} -> {01381.s1} 
+tr {01382.t1} {01381.p1|01382.p0} {01382.s1} -> {01382.p1|01383.p0} {01382.s2} 
+tr {01382.t2} {01382.s2} -> {01382.s1} 
+tr {01383.t1} {01382.p1|01383.p0} {01383.s1} -> {01383.p1|01384.p0} {01383.s2} 
+tr {01383.t2} {01383.s2} -> {01383.s1} 
+tr {01384.t1} {01383.p1|01384.p0} {01384.s1} -> {01384.p1|01385.p0} {01384.s2} 
+tr {01384.t2} {01384.s2} -> {01384.s1} 
+tr {01385.t1} {01384.p1|01385.p0} {01385.s1} -> {01385.p1|01386.p0} {01385.s2} 
+tr {01385.t2} {01385.s2} -> {01385.s1} 
+tr {01386.t1} {01385.p1|01386.p0} {01386.s1} -> {01386.p1|01387.p0} {01386.s2} 
+tr {01386.t2} {01386.s2} -> {01386.s1} 
+tr {01387.t1} {01386.p1|01387.p0} {01387.s1} -> {01387.p1|01388.p0} {01387.s2} 
+tr {01387.t2} {01387.s2} -> {01387.s1} 
+tr {01388.t1} {01387.p1|01388.p0} {01388.s1} -> {01388.p1|01389.p0} {01388.s2} 
+tr {01388.t2} {01388.s2} -> {01388.s1} 
+tr {01389.t1} {01388.p1|01389.p0} {01389.s1} -> {01389.p1|01390.p0} {01389.s2} 
+tr {01389.t2} {01389.s2} -> {01389.s1} 
+tr {01390.t1} {01389.p1|01390.p0} {01390.s1} -> {01390.p1|01391.p0} {01390.s2} 
+tr {01390.t2} {01390.s2} -> {01390.s1} 
+tr {01391.t1} {01390.p1|01391.p0} {01391.s1} -> {01391.p1|01392.p0} {01391.s2} 
+tr {01391.t2} {01391.s2} -> {01391.s1} 
+tr {01392.t1} {01391.p1|01392.p0} {01392.s1} -> {01392.p1|01393.p0} {01392.s2} 
+tr {01392.t2} {01392.s2} -> {01392.s1} 
+tr {01393.t1} {01392.p1|01393.p0} {01393.s1} -> {01393.p1|01394.p0} {01393.s2} 
+tr {01393.t2} {01393.s2} -> {01393.s1} 
+tr {01394.t1} {01393.p1|01394.p0} {01394.s1} -> {01394.p1|01395.p0} {01394.s2} 
+tr {01394.t2} {01394.s2} -> {01394.s1} 
+tr {01395.t1} {01394.p1|01395.p0} {01395.s1} -> {01395.p1|01396.p0} {01395.s2} 
+tr {01395.t2} {01395.s2} -> {01395.s1} 
+tr {01396.t1} {01395.p1|01396.p0} {01396.s1} -> {01396.p1|01397.p0} {01396.s2} 
+tr {01396.t2} {01396.s2} -> {01396.s1} 
+tr {01397.t1} {01396.p1|01397.p0} {01397.s1} -> {01397.p1|01398.p0} {01397.s2} 
+tr {01397.t2} {01397.s2} -> {01397.s1} 
+tr {01398.t1} {01397.p1|01398.p0} {01398.s1} -> {01398.p1|01399.p0} {01398.s2} 
+tr {01398.t2} {01398.s2} -> {01398.s1} 
+tr {01399.t1} {01398.p1|01399.p0} {01399.s1} -> {01399.p1|01400.p0} {01399.s2} 
+tr {01399.t2} {01399.s2} -> {01399.s1} 
+tr {01400.t1} {01399.p1|01400.p0} {01400.s1} -> {01400.p1|01401.p0} {01400.s2} 
+tr {01400.t2} {01400.s2} -> {01400.s1} 
+tr {01401.t1} {01400.p1|01401.p0} {01401.s1} -> {01401.p1|01402.p0} {01401.s2} 
+tr {01401.t2} {01401.s2} -> {01401.s1} 
+tr {01402.t1} {01401.p1|01402.p0} {01402.s1} -> {01402.p1|01403.p0} {01402.s2} 
+tr {01402.t2} {01402.s2} -> {01402.s1} 
+tr {01403.t1} {01402.p1|01403.p0} {01403.s1} -> {01403.p1|01404.p0} {01403.s2} 
+tr {01403.t2} {01403.s2} -> {01403.s1} 
+tr {01404.t1} {01403.p1|01404.p0} {01404.s1} -> {01404.p1|01405.p0} {01404.s2} 
+tr {01404.t2} {01404.s2} -> {01404.s1} 
+tr {01405.t1} {01404.p1|01405.p0} {01405.s1} -> {01405.p1|01406.p0} {01405.s2} 
+tr {01405.t2} {01405.s2} -> {01405.s1} 
+tr {01406.t1} {01405.p1|01406.p0} {01406.s1} -> {01406.p1|01407.p0} {01406.s2} 
+tr {01406.t2} {01406.s2} -> {01406.s1} 
+tr {01407.t1} {01406.p1|01407.p0} {01407.s1} -> {01407.p1|01408.p0} {01407.s2} 
+tr {01407.t2} {01407.s2} -> {01407.s1} 
+tr {01408.t1} {01407.p1|01408.p0} {01408.s1} -> {01408.p1|01409.p0} {01408.s2} 
+tr {01408.t2} {01408.s2} -> {01408.s1} 
+tr {01409.t1} {01408.p1|01409.p0} {01409.s1} -> {01409.p1|01410.p0} {01409.s2} 
+tr {01409.t2} {01409.s2} -> {01409.s1} 
+tr {01410.t1} {01409.p1|01410.p0} {01410.s1} -> {01410.p1|01411.p0} {01410.s2} 
+tr {01410.t2} {01410.s2} -> {01410.s1} 
+tr {01411.t1} {01410.p1|01411.p0} {01411.s1} -> {01411.p1|01412.p0} {01411.s2} 
+tr {01411.t2} {01411.s2} -> {01411.s1} 
+tr {01412.t1} {01411.p1|01412.p0} {01412.s1} -> {01412.p1|01413.p0} {01412.s2} 
+tr {01412.t2} {01412.s2} -> {01412.s1} 
+tr {01413.t1} {01412.p1|01413.p0} {01413.s1} -> {01413.p1|01414.p0} {01413.s2} 
+tr {01413.t2} {01413.s2} -> {01413.s1} 
+tr {01414.t1} {01413.p1|01414.p0} {01414.s1} -> {01414.p1|01415.p0} {01414.s2} 
+tr {01414.t2} {01414.s2} -> {01414.s1} 
+tr {01415.t1} {01414.p1|01415.p0} {01415.s1} -> {01415.p1|01416.p0} {01415.s2} 
+tr {01415.t2} {01415.s2} -> {01415.s1} 
+tr {01416.t1} {01415.p1|01416.p0} {01416.s1} -> {01416.p1|01417.p0} {01416.s2} 
+tr {01416.t2} {01416.s2} -> {01416.s1} 
+tr {01417.t1} {01416.p1|01417.p0} {01417.s1} -> {01417.p1|01418.p0} {01417.s2} 
+tr {01417.t2} {01417.s2} -> {01417.s1} 
+tr {01418.t1} {01417.p1|01418.p0} {01418.s1} -> {01418.p1|01419.p0} {01418.s2} 
+tr {01418.t2} {01418.s2} -> {01418.s1} 
+tr {01419.t1} {01418.p1|01419.p0} {01419.s1} -> {01419.p1|01420.p0} {01419.s2} 
+tr {01419.t2} {01419.s2} -> {01419.s1} 
+tr {01420.t1} {01419.p1|01420.p0} {01420.s1} -> {01420.p1|01421.p0} {01420.s2} 
+tr {01420.t2} {01420.s2} -> {01420.s1} 
+tr {01421.t1} {01420.p1|01421.p0} {01421.s1} -> {01421.p1|01422.p0} {01421.s2} 
+tr {01421.t2} {01421.s2} -> {01421.s1} 
+tr {01422.t1} {01421.p1|01422.p0} {01422.s1} -> {01422.p1|01423.p0} {01422.s2} 
+tr {01422.t2} {01422.s2} -> {01422.s1} 
+tr {01423.t1} {01422.p1|01423.p0} {01423.s1} -> {01423.p1|01424.p0} {01423.s2} 
+tr {01423.t2} {01423.s2} -> {01423.s1} 
+tr {01424.t1} {01423.p1|01424.p0} {01424.s1} -> {01424.p1|01425.p0} {01424.s2} 
+tr {01424.t2} {01424.s2} -> {01424.s1} 
+tr {01425.t1} {01424.p1|01425.p0} {01425.s1} -> {01425.p1|01426.p0} {01425.s2} 
+tr {01425.t2} {01425.s2} -> {01425.s1} 
+tr {01426.t1} {01425.p1|01426.p0} {01426.s1} -> {01426.p1|01427.p0} {01426.s2} 
+tr {01426.t2} {01426.s2} -> {01426.s1} 
+tr {01427.t1} {01426.p1|01427.p0} {01427.s1} -> {01427.p1|01428.p0} {01427.s2} 
+tr {01427.t2} {01427.s2} -> {01427.s1} 
+tr {01428.t1} {01427.p1|01428.p0} {01428.s1} -> {01428.p1|01429.p0} {01428.s2} 
+tr {01428.t2} {01428.s2} -> {01428.s1} 
+tr {01429.t1} {01428.p1|01429.p0} {01429.s1} -> {01429.p1|01430.p0} {01429.s2} 
+tr {01429.t2} {01429.s2} -> {01429.s1} 
+tr {01430.t1} {01429.p1|01430.p0} {01430.s1} -> {01430.p1|01431.p0} {01430.s2} 
+tr {01430.t2} {01430.s2} -> {01430.s1} 
+tr {01431.t1} {01430.p1|01431.p0} {01431.s1} -> {01431.p1|01432.p0} {01431.s2} 
+tr {01431.t2} {01431.s2} -> {01431.s1} 
+tr {01432.t1} {01431.p1|01432.p0} {01432.s1} -> {01432.p1|01433.p0} {01432.s2} 
+tr {01432.t2} {01432.s2} -> {01432.s1} 
+tr {01433.t1} {01432.p1|01433.p0} {01433.s1} -> {01433.p1|01434.p0} {01433.s2} 
+tr {01433.t2} {01433.s2} -> {01433.s1} 
+tr {01434.t1} {01433.p1|01434.p0} {01434.s1} -> {01434.p1|01435.p0} {01434.s2} 
+tr {01434.t2} {01434.s2} -> {01434.s1} 
+tr {01435.t1} {01434.p1|01435.p0} {01435.s1} -> {01435.p1|01436.p0} {01435.s2} 
+tr {01435.t2} {01435.s2} -> {01435.s1} 
+tr {01436.t1} {01435.p1|01436.p0} {01436.s1} -> {01436.p1|01437.p0} {01436.s2} 
+tr {01436.t2} {01436.s2} -> {01436.s1} 
+tr {01437.t1} {01436.p1|01437.p0} {01437.s1} -> {01437.p1|01438.p0} {01437.s2} 
+tr {01437.t2} {01437.s2} -> {01437.s1} 
+tr {01438.t1} {01437.p1|01438.p0} {01438.s1} -> {01438.p1|01439.p0} {01438.s2} 
+tr {01438.t2} {01438.s2} -> {01438.s1} 
+tr {01439.t1} {01438.p1|01439.p0} {01439.s1} -> {01439.p1|01440.p0} {01439.s2} 
+tr {01439.t2} {01439.s2} -> {01439.s1} 
+tr {01440.t1} {01439.p1|01440.p0} {01440.s1} -> {01440.p1|01441.p0} {01440.s2} 
+tr {01440.t2} {01440.s2} -> {01440.s1} 
+tr {01441.t1} {01440.p1|01441.p0} {01441.s1} -> {01441.p1|01442.p0} {01441.s2} 
+tr {01441.t2} {01441.s2} -> {01441.s1} 
+tr {01442.t1} {01441.p1|01442.p0} {01442.s1} -> {01442.p1|01443.p0} {01442.s2} 
+tr {01442.t2} {01442.s2} -> {01442.s1} 
+tr {01443.t1} {01442.p1|01443.p0} {01443.s1} -> {01443.p1|01444.p0} {01443.s2} 
+tr {01443.t2} {01443.s2} -> {01443.s1} 
+tr {01444.t1} {01443.p1|01444.p0} {01444.s1} -> {01444.p1|01445.p0} {01444.s2} 
+tr {01444.t2} {01444.s2} -> {01444.s1} 
+tr {01445.t1} {01444.p1|01445.p0} {01445.s1} -> {01445.p1|01446.p0} {01445.s2} 
+tr {01445.t2} {01445.s2} -> {01445.s1} 
+tr {01446.t1} {01445.p1|01446.p0} {01446.s1} -> {01446.p1|01447.p0} {01446.s2} 
+tr {01446.t2} {01446.s2} -> {01446.s1} 
+tr {01447.t1} {01446.p1|01447.p0} {01447.s1} -> {01447.p1|01448.p0} {01447.s2} 
+tr {01447.t2} {01447.s2} -> {01447.s1} 
+tr {01448.t1} {01447.p1|01448.p0} {01448.s1} -> {01448.p1|01449.p0} {01448.s2} 
+tr {01448.t2} {01448.s2} -> {01448.s1} 
+tr {01449.t1} {01448.p1|01449.p0} {01449.s1} -> {01449.p1|01450.p0} {01449.s2} 
+tr {01449.t2} {01449.s2} -> {01449.s1} 
+tr {01450.t1} {01449.p1|01450.p0} {01450.s1} -> {01450.p1|01451.p0} {01450.s2} 
+tr {01450.t2} {01450.s2} -> {01450.s1} 
+tr {01451.t1} {01450.p1|01451.p0} {01451.s1} -> {01451.p1|01452.p0} {01451.s2} 
+tr {01451.t2} {01451.s2} -> {01451.s1} 
+tr {01452.t1} {01451.p1|01452.p0} {01452.s1} -> {01452.p1|01453.p0} {01452.s2} 
+tr {01452.t2} {01452.s2} -> {01452.s1} 
+tr {01453.t1} {01452.p1|01453.p0} {01453.s1} -> {01453.p1|01454.p0} {01453.s2} 
+tr {01453.t2} {01453.s2} -> {01453.s1} 
+tr {01454.t1} {01453.p1|01454.p0} {01454.s1} -> {01454.p1|01455.p0} {01454.s2} 
+tr {01454.t2} {01454.s2} -> {01454.s1} 
+tr {01455.t1} {01454.p1|01455.p0} {01455.s1} -> {01455.p1|01456.p0} {01455.s2} 
+tr {01455.t2} {01455.s2} -> {01455.s1} 
+tr {01456.t1} {01455.p1|01456.p0} {01456.s1} -> {01456.p1|01457.p0} {01456.s2} 
+tr {01456.t2} {01456.s2} -> {01456.s1} 
+tr {01457.t1} {01456.p1|01457.p0} {01457.s1} -> {01457.p1|01458.p0} {01457.s2} 
+tr {01457.t2} {01457.s2} -> {01457.s1} 
+tr {01458.t1} {01457.p1|01458.p0} {01458.s1} -> {01458.p1|01459.p0} {01458.s2} 
+tr {01458.t2} {01458.s2} -> {01458.s1} 
+tr {01459.t1} {01458.p1|01459.p0} {01459.s1} -> {01459.p1|01460.p0} {01459.s2} 
+tr {01459.t2} {01459.s2} -> {01459.s1} 
+tr {01460.t1} {01459.p1|01460.p0} {01460.s1} -> {01460.p1|01461.p0} {01460.s2} 
+tr {01460.t2} {01460.s2} -> {01460.s1} 
+tr {01461.t1} {01460.p1|01461.p0} {01461.s1} -> {01461.p1|01462.p0} {01461.s2} 
+tr {01461.t2} {01461.s2} -> {01461.s1} 
+tr {01462.t1} {01461.p1|01462.p0} {01462.s1} -> {01462.p1|01463.p0} {01462.s2} 
+tr {01462.t2} {01462.s2} -> {01462.s1} 
+tr {01463.t1} {01462.p1|01463.p0} {01463.s1} -> {01463.p1|01464.p0} {01463.s2} 
+tr {01463.t2} {01463.s2} -> {01463.s1} 
+tr {01464.t1} {01463.p1|01464.p0} {01464.s1} -> {01464.p1|01465.p0} {01464.s2} 
+tr {01464.t2} {01464.s2} -> {01464.s1} 
+tr {01465.t1} {01464.p1|01465.p0} {01465.s1} -> {01465.p1|01466.p0} {01465.s2} 
+tr {01465.t2} {01465.s2} -> {01465.s1} 
+tr {01466.t1} {01465.p1|01466.p0} {01466.s1} -> {01466.p1|01467.p0} {01466.s2} 
+tr {01466.t2} {01466.s2} -> {01466.s1} 
+tr {01467.t1} {01466.p1|01467.p0} {01467.s1} -> {01467.p1|01468.p0} {01467.s2} 
+tr {01467.t2} {01467.s2} -> {01467.s1} 
+tr {01468.t1} {01467.p1|01468.p0} {01468.s1} -> {01468.p1|01469.p0} {01468.s2} 
+tr {01468.t2} {01468.s2} -> {01468.s1} 
+tr {01469.t1} {01468.p1|01469.p0} {01469.s1} -> {01469.p1|01470.p0} {01469.s2} 
+tr {01469.t2} {01469.s2} -> {01469.s1} 
+tr {01470.t1} {01469.p1|01470.p0} {01470.s1} -> {01470.p1|01471.p0} {01470.s2} 
+tr {01470.t2} {01470.s2} -> {01470.s1} 
+tr {01471.t1} {01470.p1|01471.p0} {01471.s1} -> {01471.p1|01472.p0} {01471.s2} 
+tr {01471.t2} {01471.s2} -> {01471.s1} 
+tr {01472.t1} {01471.p1|01472.p0} {01472.s1} -> {01472.p1|01473.p0} {01472.s2} 
+tr {01472.t2} {01472.s2} -> {01472.s1} 
+tr {01473.t1} {01472.p1|01473.p0} {01473.s1} -> {01473.p1|01474.p0} {01473.s2} 
+tr {01473.t2} {01473.s2} -> {01473.s1} 
+tr {01474.t1} {01473.p1|01474.p0} {01474.s1} -> {01474.p1|01475.p0} {01474.s2} 
+tr {01474.t2} {01474.s2} -> {01474.s1} 
+tr {01475.t1} {01474.p1|01475.p0} {01475.s1} -> {01475.p1|01476.p0} {01475.s2} 
+tr {01475.t2} {01475.s2} -> {01475.s1} 
+tr {01476.t1} {01475.p1|01476.p0} {01476.s1} -> {01476.p1|01477.p0} {01476.s2} 
+tr {01476.t2} {01476.s2} -> {01476.s1} 
+tr {01477.t1} {01476.p1|01477.p0} {01477.s1} -> {01477.p1|01478.p0} {01477.s2} 
+tr {01477.t2} {01477.s2} -> {01477.s1} 
+tr {01478.t1} {01477.p1|01478.p0} {01478.s1} -> {01478.p1|01479.p0} {01478.s2} 
+tr {01478.t2} {01478.s2} -> {01478.s1} 
+tr {01479.t1} {01478.p1|01479.p0} {01479.s1} -> {01479.p1|01480.p0} {01479.s2} 
+tr {01479.t2} {01479.s2} -> {01479.s1} 
+tr {01480.t1} {01479.p1|01480.p0} {01480.s1} -> {01480.p1|01481.p0} {01480.s2} 
+tr {01480.t2} {01480.s2} -> {01480.s1} 
+tr {01481.t1} {01480.p1|01481.p0} {01481.s1} -> {01481.p1|01482.p0} {01481.s2} 
+tr {01481.t2} {01481.s2} -> {01481.s1} 
+tr {01482.t1} {01481.p1|01482.p0} {01482.s1} -> {01482.p1|01483.p0} {01482.s2} 
+tr {01482.t2} {01482.s2} -> {01482.s1} 
+tr {01483.t1} {01482.p1|01483.p0} {01483.s1} -> {01483.p1|01484.p0} {01483.s2} 
+tr {01483.t2} {01483.s2} -> {01483.s1} 
+tr {01484.t1} {01483.p1|01484.p0} {01484.s1} -> {01484.p1|01485.p0} {01484.s2} 
+tr {01484.t2} {01484.s2} -> {01484.s1} 
+tr {01485.t1} {01484.p1|01485.p0} {01485.s1} -> {01485.p1|01486.p0} {01485.s2} 
+tr {01485.t2} {01485.s2} -> {01485.s1} 
+tr {01486.t1} {01485.p1|01486.p0} {01486.s1} -> {01486.p1|01487.p0} {01486.s2} 
+tr {01486.t2} {01486.s2} -> {01486.s1} 
+tr {01487.t1} {01486.p1|01487.p0} {01487.s1} -> {01487.p1|01488.p0} {01487.s2} 
+tr {01487.t2} {01487.s2} -> {01487.s1} 
+tr {01488.t1} {01487.p1|01488.p0} {01488.s1} -> {01488.p1|01489.p0} {01488.s2} 
+tr {01488.t2} {01488.s2} -> {01488.s1} 
+tr {01489.t1} {01488.p1|01489.p0} {01489.s1} -> {01489.p1|01490.p0} {01489.s2} 
+tr {01489.t2} {01489.s2} -> {01489.s1} 
+tr {01490.t1} {01489.p1|01490.p0} {01490.s1} -> {01490.p1|01491.p0} {01490.s2} 
+tr {01490.t2} {01490.s2} -> {01490.s1} 
+tr {01491.t1} {01490.p1|01491.p0} {01491.s1} -> {01491.p1|01492.p0} {01491.s2} 
+tr {01491.t2} {01491.s2} -> {01491.s1} 
+tr {01492.t1} {01491.p1|01492.p0} {01492.s1} -> {01492.p1|01493.p0} {01492.s2} 
+tr {01492.t2} {01492.s2} -> {01492.s1} 
+tr {01493.t1} {01492.p1|01493.p0} {01493.s1} -> {01493.p1|01494.p0} {01493.s2} 
+tr {01493.t2} {01493.s2} -> {01493.s1} 
+tr {01494.t1} {01493.p1|01494.p0} {01494.s1} -> {01494.p1|01495.p0} {01494.s2} 
+tr {01494.t2} {01494.s2} -> {01494.s1} 
+tr {01495.t1} {01494.p1|01495.p0} {01495.s1} -> {01495.p1|01496.p0} {01495.s2} 
+tr {01495.t2} {01495.s2} -> {01495.s1} 
+tr {01496.t1} {01495.p1|01496.p0} {01496.s1} -> {01496.p1|01497.p0} {01496.s2} 
+tr {01496.t2} {01496.s2} -> {01496.s1} 
+tr {01497.t1} {01496.p1|01497.p0} {01497.s1} -> {01497.p1|01498.p0} {01497.s2} 
+tr {01497.t2} {01497.s2} -> {01497.s1} 
+tr {01498.t1} {01497.p1|01498.p0} {01498.s1} -> {01498.p1|01499.p0} {01498.s2} 
+tr {01498.t2} {01498.s2} -> {01498.s1} 
+tr {01499.t1} {01498.p1|01499.p0} {01499.s1} -> {01499.p1|01500.p0} {01499.s2} 
+tr {01499.t2} {01499.s2} -> {01499.s1} 
+tr {01500.t1} {01499.p1|01500.p0} {01500.s1} -> {01500.p1|01501.p0} {01500.s2} 
+tr {01500.t2} {01500.s2} -> {01500.s1} 
+tr {01501.t1} {01500.p1|01501.p0} {01501.s1} -> {01501.p1|01502.p0} {01501.s2} 
+tr {01501.t2} {01501.s2} -> {01501.s1} 
+tr {01502.t1} {01501.p1|01502.p0} {01502.s1} -> {01502.p1|01503.p0} {01502.s2} 
+tr {01502.t2} {01502.s2} -> {01502.s1} 
+tr {01503.t1} {01502.p1|01503.p0} {01503.s1} -> {01503.p1|01504.p0} {01503.s2} 
+tr {01503.t2} {01503.s2} -> {01503.s1} 
+tr {01504.t1} {01503.p1|01504.p0} {01504.s1} -> {01504.p1|01505.p0} {01504.s2} 
+tr {01504.t2} {01504.s2} -> {01504.s1} 
+tr {01505.t1} {01504.p1|01505.p0} {01505.s1} -> {01505.p1|01506.p0} {01505.s2} 
+tr {01505.t2} {01505.s2} -> {01505.s1} 
+tr {01506.t1} {01505.p1|01506.p0} {01506.s1} -> {01506.p1|01507.p0} {01506.s2} 
+tr {01506.t2} {01506.s2} -> {01506.s1} 
+tr {01507.t1} {01506.p1|01507.p0} {01507.s1} -> {01507.p1|01508.p0} {01507.s2} 
+tr {01507.t2} {01507.s2} -> {01507.s1} 
+tr {01508.t1} {01507.p1|01508.p0} {01508.s1} -> {01508.p1|01509.p0} {01508.s2} 
+tr {01508.t2} {01508.s2} -> {01508.s1} 
+tr {01509.t1} {01508.p1|01509.p0} {01509.s1} -> {01509.p1|01510.p0} {01509.s2} 
+tr {01509.t2} {01509.s2} -> {01509.s1} 
+tr {01510.t1} {01509.p1|01510.p0} {01510.s1} -> {01510.p1|01511.p0} {01510.s2} 
+tr {01510.t2} {01510.s2} -> {01510.s1} 
+tr {01511.t1} {01510.p1|01511.p0} {01511.s1} -> {01511.p1|01512.p0} {01511.s2} 
+tr {01511.t2} {01511.s2} -> {01511.s1} 
+tr {01512.t1} {01511.p1|01512.p0} {01512.s1} -> {01512.p1|01513.p0} {01512.s2} 
+tr {01512.t2} {01512.s2} -> {01512.s1} 
+tr {01513.t1} {01512.p1|01513.p0} {01513.s1} -> {01513.p1|01514.p0} {01513.s2} 
+tr {01513.t2} {01513.s2} -> {01513.s1} 
+tr {01514.t1} {01513.p1|01514.p0} {01514.s1} -> {01514.p1|01515.p0} {01514.s2} 
+tr {01514.t2} {01514.s2} -> {01514.s1} 
+tr {01515.t1} {01514.p1|01515.p0} {01515.s1} -> {01515.p1|01516.p0} {01515.s2} 
+tr {01515.t2} {01515.s2} -> {01515.s1} 
+tr {01516.t1} {01515.p1|01516.p0} {01516.s1} -> {01516.p1|01517.p0} {01516.s2} 
+tr {01516.t2} {01516.s2} -> {01516.s1} 
+tr {01517.t1} {01516.p1|01517.p0} {01517.s1} -> {01517.p1|01518.p0} {01517.s2} 
+tr {01517.t2} {01517.s2} -> {01517.s1} 
+tr {01518.t1} {01517.p1|01518.p0} {01518.s1} -> {01518.p1|01519.p0} {01518.s2} 
+tr {01518.t2} {01518.s2} -> {01518.s1} 
+tr {01519.t1} {01518.p1|01519.p0} {01519.s1} -> {01519.p1|01520.p0} {01519.s2} 
+tr {01519.t2} {01519.s2} -> {01519.s1} 
+tr {01520.t1} {01519.p1|01520.p0} {01520.s1} -> {01520.p1|01521.p0} {01520.s2} 
+tr {01520.t2} {01520.s2} -> {01520.s1} 
+tr {01521.t1} {01520.p1|01521.p0} {01521.s1} -> {01521.p1|01522.p0} {01521.s2} 
+tr {01521.t2} {01521.s2} -> {01521.s1} 
+tr {01522.t1} {01521.p1|01522.p0} {01522.s1} -> {01522.p1|01523.p0} {01522.s2} 
+tr {01522.t2} {01522.s2} -> {01522.s1} 
+tr {01523.t1} {01522.p1|01523.p0} {01523.s1} -> {01523.p1|01524.p0} {01523.s2} 
+tr {01523.t2} {01523.s2} -> {01523.s1} 
+tr {01524.t1} {01523.p1|01524.p0} {01524.s1} -> {01524.p1|01525.p0} {01524.s2} 
+tr {01524.t2} {01524.s2} -> {01524.s1} 
+tr {01525.t1} {01524.p1|01525.p0} {01525.s1} -> {01525.p1|01526.p0} {01525.s2} 
+tr {01525.t2} {01525.s2} -> {01525.s1} 
+tr {01526.t1} {01525.p1|01526.p0} {01526.s1} -> {01526.p1|01527.p0} {01526.s2} 
+tr {01526.t2} {01526.s2} -> {01526.s1} 
+tr {01527.t1} {01526.p1|01527.p0} {01527.s1} -> {01527.p1|01528.p0} {01527.s2} 
+tr {01527.t2} {01527.s2} -> {01527.s1} 
+tr {01528.t1} {01527.p1|01528.p0} {01528.s1} -> {01528.p1|01529.p0} {01528.s2} 
+tr {01528.t2} {01528.s2} -> {01528.s1} 
+tr {01529.t1} {01528.p1|01529.p0} {01529.s1} -> {01529.p1|01530.p0} {01529.s2} 
+tr {01529.t2} {01529.s2} -> {01529.s1} 
+tr {01530.t1} {01529.p1|01530.p0} {01530.s1} -> {01530.p1|01531.p0} {01530.s2} 
+tr {01530.t2} {01530.s2} -> {01530.s1} 
+tr {01531.t1} {01530.p1|01531.p0} {01531.s1} -> {01531.p1|01532.p0} {01531.s2} 
+tr {01531.t2} {01531.s2} -> {01531.s1} 
+tr {01532.t1} {01531.p1|01532.p0} {01532.s1} -> {01532.p1|01533.p0} {01532.s2} 
+tr {01532.t2} {01532.s2} -> {01532.s1} 
+tr {01533.t1} {01532.p1|01533.p0} {01533.s1} -> {01533.p1|01534.p0} {01533.s2} 
+tr {01533.t2} {01533.s2} -> {01533.s1} 
+tr {01534.t1} {01533.p1|01534.p0} {01534.s1} -> {01534.p1|01535.p0} {01534.s2} 
+tr {01534.t2} {01534.s2} -> {01534.s1} 
+tr {01535.t1} {01534.p1|01535.p0} {01535.s1} -> {01535.p1|01536.p0} {01535.s2} 
+tr {01535.t2} {01535.s2} -> {01535.s1} 
+tr {01536.t1} {01535.p1|01536.p0} {01536.s1} -> {01536.p1|01537.p0} {01536.s2} 
+tr {01536.t2} {01536.s2} -> {01536.s1} 
+tr {01537.t1} {01536.p1|01537.p0} {01537.s1} -> {01537.p1|01538.p0} {01537.s2} 
+tr {01537.t2} {01537.s2} -> {01537.s1} 
+tr {01538.t1} {01537.p1|01538.p0} {01538.s1} -> {01538.p1|01539.p0} {01538.s2} 
+tr {01538.t2} {01538.s2} -> {01538.s1} 
+tr {01539.t1} {01538.p1|01539.p0} {01539.s1} -> {01539.p1|01540.p0} {01539.s2} 
+tr {01539.t2} {01539.s2} -> {01539.s1} 
+tr {01540.t1} {01539.p1|01540.p0} {01540.s1} -> {01540.p1|01541.p0} {01540.s2} 
+tr {01540.t2} {01540.s2} -> {01540.s1} 
+tr {01541.t1} {01540.p1|01541.p0} {01541.s1} -> {01541.p1|01542.p0} {01541.s2} 
+tr {01541.t2} {01541.s2} -> {01541.s1} 
+tr {01542.t1} {01541.p1|01542.p0} {01542.s1} -> {01542.p1|01543.p0} {01542.s2} 
+tr {01542.t2} {01542.s2} -> {01542.s1} 
+tr {01543.t1} {01542.p1|01543.p0} {01543.s1} -> {01543.p1|01544.p0} {01543.s2} 
+tr {01543.t2} {01543.s2} -> {01543.s1} 
+tr {01544.t1} {01543.p1|01544.p0} {01544.s1} -> {01544.p1|01545.p0} {01544.s2} 
+tr {01544.t2} {01544.s2} -> {01544.s1} 
+tr {01545.t1} {01544.p1|01545.p0} {01545.s1} -> {01545.p1|01546.p0} {01545.s2} 
+tr {01545.t2} {01545.s2} -> {01545.s1} 
+tr {01546.t1} {01545.p1|01546.p0} {01546.s1} -> {01546.p1|01547.p0} {01546.s2} 
+tr {01546.t2} {01546.s2} -> {01546.s1} 
+tr {01547.t1} {01546.p1|01547.p0} {01547.s1} -> {01547.p1|01548.p0} {01547.s2} 
+tr {01547.t2} {01547.s2} -> {01547.s1} 
+tr {01548.t1} {01547.p1|01548.p0} {01548.s1} -> {01548.p1|01549.p0} {01548.s2} 
+tr {01548.t2} {01548.s2} -> {01548.s1} 
+tr {01549.t1} {01548.p1|01549.p0} {01549.s1} -> {01549.p1|01550.p0} {01549.s2} 
+tr {01549.t2} {01549.s2} -> {01549.s1} 
+tr {01550.t1} {01549.p1|01550.p0} {01550.s1} -> {01550.p1|01551.p0} {01550.s2} 
+tr {01550.t2} {01550.s2} -> {01550.s1} 
+tr {01551.t1} {01550.p1|01551.p0} {01551.s1} -> {01551.p1|01552.p0} {01551.s2} 
+tr {01551.t2} {01551.s2} -> {01551.s1} 
+tr {01552.t1} {01551.p1|01552.p0} {01552.s1} -> {01552.p1|01553.p0} {01552.s2} 
+tr {01552.t2} {01552.s2} -> {01552.s1} 
+tr {01553.t1} {01552.p1|01553.p0} {01553.s1} -> {01553.p1|01554.p0} {01553.s2} 
+tr {01553.t2} {01553.s2} -> {01553.s1} 
+tr {01554.t1} {01553.p1|01554.p0} {01554.s1} -> {01554.p1|01555.p0} {01554.s2} 
+tr {01554.t2} {01554.s2} -> {01554.s1} 
+tr {01555.t1} {01554.p1|01555.p0} {01555.s1} -> {01555.p1|01556.p0} {01555.s2} 
+tr {01555.t2} {01555.s2} -> {01555.s1} 
+tr {01556.t1} {01555.p1|01556.p0} {01556.s1} -> {01556.p1|01557.p0} {01556.s2} 
+tr {01556.t2} {01556.s2} -> {01556.s1} 
+tr {01557.t1} {01556.p1|01557.p0} {01557.s1} -> {01557.p1|01558.p0} {01557.s2} 
+tr {01557.t2} {01557.s2} -> {01557.s1} 
+tr {01558.t1} {01557.p1|01558.p0} {01558.s1} -> {01558.p1|01559.p0} {01558.s2} 
+tr {01558.t2} {01558.s2} -> {01558.s1} 
+tr {01559.t1} {01558.p1|01559.p0} {01559.s1} -> {01559.p1|01560.p0} {01559.s2} 
+tr {01559.t2} {01559.s2} -> {01559.s1} 
+tr {01560.t1} {01559.p1|01560.p0} {01560.s1} -> {01560.p1|01561.p0} {01560.s2} 
+tr {01560.t2} {01560.s2} -> {01560.s1} 
+tr {01561.t1} {01560.p1|01561.p0} {01561.s1} -> {01561.p1|01562.p0} {01561.s2} 
+tr {01561.t2} {01561.s2} -> {01561.s1} 
+tr {01562.t1} {01561.p1|01562.p0} {01562.s1} -> {01562.p1|01563.p0} {01562.s2} 
+tr {01562.t2} {01562.s2} -> {01562.s1} 
+tr {01563.t1} {01562.p1|01563.p0} {01563.s1} -> {01563.p1|01564.p0} {01563.s2} 
+tr {01563.t2} {01563.s2} -> {01563.s1} 
+tr {01564.t1} {01563.p1|01564.p0} {01564.s1} -> {01564.p1|01565.p0} {01564.s2} 
+tr {01564.t2} {01564.s2} -> {01564.s1} 
+tr {01565.t1} {01564.p1|01565.p0} {01565.s1} -> {01565.p1|01566.p0} {01565.s2} 
+tr {01565.t2} {01565.s2} -> {01565.s1} 
+tr {01566.t1} {01565.p1|01566.p0} {01566.s1} -> {01566.p1|01567.p0} {01566.s2} 
+tr {01566.t2} {01566.s2} -> {01566.s1} 
+tr {01567.t1} {01566.p1|01567.p0} {01567.s1} -> {01567.p1|01568.p0} {01567.s2} 
+tr {01567.t2} {01567.s2} -> {01567.s1} 
+tr {01568.t1} {01567.p1|01568.p0} {01568.s1} -> {01568.p1|01569.p0} {01568.s2} 
+tr {01568.t2} {01568.s2} -> {01568.s1} 
+tr {01569.t1} {01568.p1|01569.p0} {01569.s1} -> {01569.p1|01570.p0} {01569.s2} 
+tr {01569.t2} {01569.s2} -> {01569.s1} 
+tr {01570.t1} {01569.p1|01570.p0} {01570.s1} -> {01570.p1|01571.p0} {01570.s2} 
+tr {01570.t2} {01570.s2} -> {01570.s1} 
+tr {01571.t1} {01570.p1|01571.p0} {01571.s1} -> {01571.p1|01572.p0} {01571.s2} 
+tr {01571.t2} {01571.s2} -> {01571.s1} 
+tr {01572.t1} {01571.p1|01572.p0} {01572.s1} -> {01572.p1|01573.p0} {01572.s2} 
+tr {01572.t2} {01572.s2} -> {01572.s1} 
+tr {01573.t1} {01572.p1|01573.p0} {01573.s1} -> {01573.p1|01574.p0} {01573.s2} 
+tr {01573.t2} {01573.s2} -> {01573.s1} 
+tr {01574.t1} {01573.p1|01574.p0} {01574.s1} -> {01574.p1|01575.p0} {01574.s2} 
+tr {01574.t2} {01574.s2} -> {01574.s1} 
+tr {01575.t1} {01574.p1|01575.p0} {01575.s1} -> {01575.p1|01576.p0} {01575.s2} 
+tr {01575.t2} {01575.s2} -> {01575.s1} 
+tr {01576.t1} {01575.p1|01576.p0} {01576.s1} -> {01576.p1|01577.p0} {01576.s2} 
+tr {01576.t2} {01576.s2} -> {01576.s1} 
+tr {01577.t1} {01576.p1|01577.p0} {01577.s1} -> {01577.p1|01578.p0} {01577.s2} 
+tr {01577.t2} {01577.s2} -> {01577.s1} 
+tr {01578.t1} {01577.p1|01578.p0} {01578.s1} -> {01578.p1|01579.p0} {01578.s2} 
+tr {01578.t2} {01578.s2} -> {01578.s1} 
+tr {01579.t1} {01578.p1|01579.p0} {01579.s1} -> {01579.p1|01580.p0} {01579.s2} 
+tr {01579.t2} {01579.s2} -> {01579.s1} 
+tr {01580.t1} {01579.p1|01580.p0} {01580.s1} -> {01580.p1|01581.p0} {01580.s2} 
+tr {01580.t2} {01580.s2} -> {01580.s1} 
+tr {01581.t1} {01580.p1|01581.p0} {01581.s1} -> {01581.p1|01582.p0} {01581.s2} 
+tr {01581.t2} {01581.s2} -> {01581.s1} 
+tr {01582.t1} {01581.p1|01582.p0} {01582.s1} -> {01582.p1|01583.p0} {01582.s2} 
+tr {01582.t2} {01582.s2} -> {01582.s1} 
+tr {01583.t1} {01582.p1|01583.p0} {01583.s1} -> {01583.p1|01584.p0} {01583.s2} 
+tr {01583.t2} {01583.s2} -> {01583.s1} 
+tr {01584.t1} {01583.p1|01584.p0} {01584.s1} -> {01584.p1|01585.p0} {01584.s2} 
+tr {01584.t2} {01584.s2} -> {01584.s1} 
+tr {01585.t1} {01584.p1|01585.p0} {01585.s1} -> {01585.p1|01586.p0} {01585.s2} 
+tr {01585.t2} {01585.s2} -> {01585.s1} 
+tr {01586.t1} {01585.p1|01586.p0} {01586.s1} -> {01586.p1|01587.p0} {01586.s2} 
+tr {01586.t2} {01586.s2} -> {01586.s1} 
+tr {01587.t1} {01586.p1|01587.p0} {01587.s1} -> {01587.p1|01588.p0} {01587.s2} 
+tr {01587.t2} {01587.s2} -> {01587.s1} 
+tr {01588.t1} {01587.p1|01588.p0} {01588.s1} -> {01588.p1|01589.p0} {01588.s2} 
+tr {01588.t2} {01588.s2} -> {01588.s1} 
+tr {01589.t1} {01588.p1|01589.p0} {01589.s1} -> {01589.p1|01590.p0} {01589.s2} 
+tr {01589.t2} {01589.s2} -> {01589.s1} 
+tr {01590.t1} {01589.p1|01590.p0} {01590.s1} -> {01590.p1|01591.p0} {01590.s2} 
+tr {01590.t2} {01590.s2} -> {01590.s1} 
+tr {01591.t1} {01590.p1|01591.p0} {01591.s1} -> {01591.p1|01592.p0} {01591.s2} 
+tr {01591.t2} {01591.s2} -> {01591.s1} 
+tr {01592.t1} {01591.p1|01592.p0} {01592.s1} -> {01592.p1|01593.p0} {01592.s2} 
+tr {01592.t2} {01592.s2} -> {01592.s1} 
+tr {01593.t1} {01592.p1|01593.p0} {01593.s1} -> {01593.p1|01594.p0} {01593.s2} 
+tr {01593.t2} {01593.s2} -> {01593.s1} 
+tr {01594.t1} {01593.p1|01594.p0} {01594.s1} -> {01594.p1|01595.p0} {01594.s2} 
+tr {01594.t2} {01594.s2} -> {01594.s1} 
+tr {01595.t1} {01594.p1|01595.p0} {01595.s1} -> {01595.p1|01596.p0} {01595.s2} 
+tr {01595.t2} {01595.s2} -> {01595.s1} 
+tr {01596.t1} {01595.p1|01596.p0} {01596.s1} -> {01596.p1|01597.p0} {01596.s2} 
+tr {01596.t2} {01596.s2} -> {01596.s1} 
+tr {01597.t1} {01596.p1|01597.p0} {01597.s1} -> {01597.p1|01598.p0} {01597.s2} 
+tr {01597.t2} {01597.s2} -> {01597.s1} 
+tr {01598.t1} {01597.p1|01598.p0} {01598.s1} -> {01598.p1|01599.p0} {01598.s2} 
+tr {01598.t2} {01598.s2} -> {01598.s1} 
+tr {01599.t1} {01598.p1|01599.p0} {01599.s1} -> {01599.p1|01600.p0} {01599.s2} 
+tr {01599.t2} {01599.s2} -> {01599.s1} 
+tr {01600.t1} {01599.p1|01600.p0} {01600.s1} -> {01600.p1|01601.p0} {01600.s2} 
+tr {01600.t2} {01600.s2} -> {01600.s1} 
+tr {01601.t1} {01600.p1|01601.p0} {01601.s1} -> {01601.p1|01602.p0} {01601.s2} 
+tr {01601.t2} {01601.s2} -> {01601.s1} 
+tr {01602.t1} {01601.p1|01602.p0} {01602.s1} -> {01602.p1|01603.p0} {01602.s2} 
+tr {01602.t2} {01602.s2} -> {01602.s1} 
+tr {01603.t1} {01602.p1|01603.p0} {01603.s1} -> {01603.p1|01604.p0} {01603.s2} 
+tr {01603.t2} {01603.s2} -> {01603.s1} 
+tr {01604.t1} {01603.p1|01604.p0} {01604.s1} -> {01604.p1|01605.p0} {01604.s2} 
+tr {01604.t2} {01604.s2} -> {01604.s1} 
+tr {01605.t1} {01604.p1|01605.p0} {01605.s1} -> {01605.p1|01606.p0} {01605.s2} 
+tr {01605.t2} {01605.s2} -> {01605.s1} 
+tr {01606.t1} {01605.p1|01606.p0} {01606.s1} -> {01606.p1|01607.p0} {01606.s2} 
+tr {01606.t2} {01606.s2} -> {01606.s1} 
+tr {01607.t1} {01606.p1|01607.p0} {01607.s1} -> {01607.p1|01608.p0} {01607.s2} 
+tr {01607.t2} {01607.s2} -> {01607.s1} 
+tr {01608.t1} {01607.p1|01608.p0} {01608.s1} -> {01608.p1|01609.p0} {01608.s2} 
+tr {01608.t2} {01608.s2} -> {01608.s1} 
+tr {01609.t1} {01608.p1|01609.p0} {01609.s1} -> {01609.p1|01610.p0} {01609.s2} 
+tr {01609.t2} {01609.s2} -> {01609.s1} 
+tr {01610.t1} {01609.p1|01610.p0} {01610.s1} -> {01610.p1|01611.p0} {01610.s2} 
+tr {01610.t2} {01610.s2} -> {01610.s1} 
+tr {01611.t1} {01610.p1|01611.p0} {01611.s1} -> {01611.p1|01612.p0} {01611.s2} 
+tr {01611.t2} {01611.s2} -> {01611.s1} 
+tr {01612.t1} {01611.p1|01612.p0} {01612.s1} -> {01612.p1|01613.p0} {01612.s2} 
+tr {01612.t2} {01612.s2} -> {01612.s1} 
+tr {01613.t1} {01612.p1|01613.p0} {01613.s1} -> {01613.p1|01614.p0} {01613.s2} 
+tr {01613.t2} {01613.s2} -> {01613.s1} 
+tr {01614.t1} {01613.p1|01614.p0} {01614.s1} -> {01614.p1|01615.p0} {01614.s2} 
+tr {01614.t2} {01614.s2} -> {01614.s1} 
+tr {01615.t1} {01614.p1|01615.p0} {01615.s1} -> {01615.p1|01616.p0} {01615.s2} 
+tr {01615.t2} {01615.s2} -> {01615.s1} 
+tr {01616.t1} {01615.p1|01616.p0} {01616.s1} -> {01616.p1|01617.p0} {01616.s2} 
+tr {01616.t2} {01616.s2} -> {01616.s1} 
+tr {01617.t1} {01616.p1|01617.p0} {01617.s1} -> {01617.p1|01618.p0} {01617.s2} 
+tr {01617.t2} {01617.s2} -> {01617.s1} 
+tr {01618.t1} {01617.p1|01618.p0} {01618.s1} -> {01618.p1|01619.p0} {01618.s2} 
+tr {01618.t2} {01618.s2} -> {01618.s1} 
+tr {01619.t1} {01618.p1|01619.p0} {01619.s1} -> {01619.p1|01620.p0} {01619.s2} 
+tr {01619.t2} {01619.s2} -> {01619.s1} 
+tr {01620.t1} {01619.p1|01620.p0} {01620.s1} -> {01620.p1|01621.p0} {01620.s2} 
+tr {01620.t2} {01620.s2} -> {01620.s1} 
+tr {01621.t1} {01620.p1|01621.p0} {01621.s1} -> {01621.p1|01622.p0} {01621.s2} 
+tr {01621.t2} {01621.s2} -> {01621.s1} 
+tr {01622.t1} {01621.p1|01622.p0} {01622.s1} -> {01622.p1|01623.p0} {01622.s2} 
+tr {01622.t2} {01622.s2} -> {01622.s1} 
+tr {01623.t1} {01622.p1|01623.p0} {01623.s1} -> {01623.p1|01624.p0} {01623.s2} 
+tr {01623.t2} {01623.s2} -> {01623.s1} 
+tr {01624.t1} {01623.p1|01624.p0} {01624.s1} -> {01624.p1|01625.p0} {01624.s2} 
+tr {01624.t2} {01624.s2} -> {01624.s1} 
+tr {01625.t1} {01624.p1|01625.p0} {01625.s1} -> {01625.p1|01626.p0} {01625.s2} 
+tr {01625.t2} {01625.s2} -> {01625.s1} 
+tr {01626.t1} {01625.p1|01626.p0} {01626.s1} -> {01626.p1|01627.p0} {01626.s2} 
+tr {01626.t2} {01626.s2} -> {01626.s1} 
+tr {01627.t1} {01626.p1|01627.p0} {01627.s1} -> {01627.p1|01628.p0} {01627.s2} 
+tr {01627.t2} {01627.s2} -> {01627.s1} 
+tr {01628.t1} {01627.p1|01628.p0} {01628.s1} -> {01628.p1|01629.p0} {01628.s2} 
+tr {01628.t2} {01628.s2} -> {01628.s1} 
+tr {01629.t1} {01628.p1|01629.p0} {01629.s1} -> {01629.p1|01630.p0} {01629.s2} 
+tr {01629.t2} {01629.s2} -> {01629.s1} 
+tr {01630.t1} {01629.p1|01630.p0} {01630.s1} -> {01630.p1|01631.p0} {01630.s2} 
+tr {01630.t2} {01630.s2} -> {01630.s1} 
+tr {01631.t1} {01630.p1|01631.p0} {01631.s1} -> {01631.p1|01632.p0} {01631.s2} 
+tr {01631.t2} {01631.s2} -> {01631.s1} 
+tr {01632.t1} {01631.p1|01632.p0} {01632.s1} -> {01632.p1|01633.p0} {01632.s2} 
+tr {01632.t2} {01632.s2} -> {01632.s1} 
+tr {01633.t1} {01632.p1|01633.p0} {01633.s1} -> {01633.p1|01634.p0} {01633.s2} 
+tr {01633.t2} {01633.s2} -> {01633.s1} 
+tr {01634.t1} {01633.p1|01634.p0} {01634.s1} -> {01634.p1|01635.p0} {01634.s2} 
+tr {01634.t2} {01634.s2} -> {01634.s1} 
+tr {01635.t1} {01634.p1|01635.p0} {01635.s1} -> {01635.p1|01636.p0} {01635.s2} 
+tr {01635.t2} {01635.s2} -> {01635.s1} 
+tr {01636.t1} {01635.p1|01636.p0} {01636.s1} -> {01636.p1|01637.p0} {01636.s2} 
+tr {01636.t2} {01636.s2} -> {01636.s1} 
+tr {01637.t1} {01636.p1|01637.p0} {01637.s1} -> {01637.p1|01638.p0} {01637.s2} 
+tr {01637.t2} {01637.s2} -> {01637.s1} 
+tr {01638.t1} {01637.p1|01638.p0} {01638.s1} -> {01638.p1|01639.p0} {01638.s2} 
+tr {01638.t2} {01638.s2} -> {01638.s1} 
+tr {01639.t1} {01638.p1|01639.p0} {01639.s1} -> {01639.p1|01640.p0} {01639.s2} 
+tr {01639.t2} {01639.s2} -> {01639.s1} 
+tr {01640.t1} {01639.p1|01640.p0} {01640.s1} -> {01640.p1|01641.p0} {01640.s2} 
+tr {01640.t2} {01640.s2} -> {01640.s1} 
+tr {01641.t1} {01640.p1|01641.p0} {01641.s1} -> {01641.p1|01642.p0} {01641.s2} 
+tr {01641.t2} {01641.s2} -> {01641.s1} 
+tr {01642.t1} {01641.p1|01642.p0} {01642.s1} -> {01642.p1|01643.p0} {01642.s2} 
+tr {01642.t2} {01642.s2} -> {01642.s1} 
+tr {01643.t1} {01642.p1|01643.p0} {01643.s1} -> {01643.p1|01644.p0} {01643.s2} 
+tr {01643.t2} {01643.s2} -> {01643.s1} 
+tr {01644.t1} {01643.p1|01644.p0} {01644.s1} -> {01644.p1|01645.p0} {01644.s2} 
+tr {01644.t2} {01644.s2} -> {01644.s1} 
+tr {01645.t1} {01644.p1|01645.p0} {01645.s1} -> {01645.p1|01646.p0} {01645.s2} 
+tr {01645.t2} {01645.s2} -> {01645.s1} 
+tr {01646.t1} {01645.p1|01646.p0} {01646.s1} -> {01646.p1|01647.p0} {01646.s2} 
+tr {01646.t2} {01646.s2} -> {01646.s1} 
+tr {01647.t1} {01646.p1|01647.p0} {01647.s1} -> {01647.p1|01648.p0} {01647.s2} 
+tr {01647.t2} {01647.s2} -> {01647.s1} 
+tr {01648.t1} {01647.p1|01648.p0} {01648.s1} -> {01648.p1|01649.p0} {01648.s2} 
+tr {01648.t2} {01648.s2} -> {01648.s1} 
+tr {01649.t1} {01648.p1|01649.p0} {01649.s1} -> {01649.p1|01650.p0} {01649.s2} 
+tr {01649.t2} {01649.s2} -> {01649.s1} 
+tr {01650.t1} {01649.p1|01650.p0} {01650.s1} -> {01650.p1|01651.p0} {01650.s2} 
+tr {01650.t2} {01650.s2} -> {01650.s1} 
+tr {01651.t1} {01650.p1|01651.p0} {01651.s1} -> {01651.p1|01652.p0} {01651.s2} 
+tr {01651.t2} {01651.s2} -> {01651.s1} 
+tr {01652.t1} {01651.p1|01652.p0} {01652.s1} -> {01652.p1|01653.p0} {01652.s2} 
+tr {01652.t2} {01652.s2} -> {01652.s1} 
+tr {01653.t1} {01652.p1|01653.p0} {01653.s1} -> {01653.p1|01654.p0} {01653.s2} 
+tr {01653.t2} {01653.s2} -> {01653.s1} 
+tr {01654.t1} {01653.p1|01654.p0} {01654.s1} -> {01654.p1|01655.p0} {01654.s2} 
+tr {01654.t2} {01654.s2} -> {01654.s1} 
+tr {01655.t1} {01654.p1|01655.p0} {01655.s1} -> {01655.p1|01656.p0} {01655.s2} 
+tr {01655.t2} {01655.s2} -> {01655.s1} 
+tr {01656.t1} {01655.p1|01656.p0} {01656.s1} -> {01656.p1|01657.p0} {01656.s2} 
+tr {01656.t2} {01656.s2} -> {01656.s1} 
+tr {01657.t1} {01656.p1|01657.p0} {01657.s1} -> {01657.p1|01658.p0} {01657.s2} 
+tr {01657.t2} {01657.s2} -> {01657.s1} 
+tr {01658.t1} {01657.p1|01658.p0} {01658.s1} -> {01658.p1|01659.p0} {01658.s2} 
+tr {01658.t2} {01658.s2} -> {01658.s1} 
+tr {01659.t1} {01658.p1|01659.p0} {01659.s1} -> {01659.p1|01660.p0} {01659.s2} 
+tr {01659.t2} {01659.s2} -> {01659.s1} 
+tr {01660.t1} {01659.p1|01660.p0} {01660.s1} -> {01660.p1|01661.p0} {01660.s2} 
+tr {01660.t2} {01660.s2} -> {01660.s1} 
+tr {01661.t1} {01660.p1|01661.p0} {01661.s1} -> {01661.p1|01662.p0} {01661.s2} 
+tr {01661.t2} {01661.s2} -> {01661.s1} 
+tr {01662.t1} {01661.p1|01662.p0} {01662.s1} -> {01662.p1|01663.p0} {01662.s2} 
+tr {01662.t2} {01662.s2} -> {01662.s1} 
+tr {01663.t1} {01662.p1|01663.p0} {01663.s1} -> {01663.p1|01664.p0} {01663.s2} 
+tr {01663.t2} {01663.s2} -> {01663.s1} 
+tr {01664.t1} {01663.p1|01664.p0} {01664.s1} -> {01664.p1|01665.p0} {01664.s2} 
+tr {01664.t2} {01664.s2} -> {01664.s1} 
+tr {01665.t1} {01664.p1|01665.p0} {01665.s1} -> {01665.p1|01666.p0} {01665.s2} 
+tr {01665.t2} {01665.s2} -> {01665.s1} 
+tr {01666.t1} {01665.p1|01666.p0} {01666.s1} -> {01666.p1|01667.p0} {01666.s2} 
+tr {01666.t2} {01666.s2} -> {01666.s1} 
+tr {01667.t1} {01666.p1|01667.p0} {01667.s1} -> {01667.p1|01668.p0} {01667.s2} 
+tr {01667.t2} {01667.s2} -> {01667.s1} 
+tr {01668.t1} {01667.p1|01668.p0} {01668.s1} -> {01668.p1|01669.p0} {01668.s2} 
+tr {01668.t2} {01668.s2} -> {01668.s1} 
+tr {01669.t1} {01668.p1|01669.p0} {01669.s1} -> {01669.p1|01670.p0} {01669.s2} 
+tr {01669.t2} {01669.s2} -> {01669.s1} 
+tr {01670.t1} {01669.p1|01670.p0} {01670.s1} -> {01670.p1|01671.p0} {01670.s2} 
+tr {01670.t2} {01670.s2} -> {01670.s1} 
+tr {01671.t1} {01670.p1|01671.p0} {01671.s1} -> {01671.p1|01672.p0} {01671.s2} 
+tr {01671.t2} {01671.s2} -> {01671.s1} 
+tr {01672.t1} {01671.p1|01672.p0} {01672.s1} -> {01672.p1|01673.p0} {01672.s2} 
+tr {01672.t2} {01672.s2} -> {01672.s1} 
+tr {01673.t1} {01672.p1|01673.p0} {01673.s1} -> {01673.p1|01674.p0} {01673.s2} 
+tr {01673.t2} {01673.s2} -> {01673.s1} 
+tr {01674.t1} {01673.p1|01674.p0} {01674.s1} -> {01674.p1|01675.p0} {01674.s2} 
+tr {01674.t2} {01674.s2} -> {01674.s1} 
+tr {01675.t1} {01674.p1|01675.p0} {01675.s1} -> {01675.p1|01676.p0} {01675.s2} 
+tr {01675.t2} {01675.s2} -> {01675.s1} 
+tr {01676.t1} {01675.p1|01676.p0} {01676.s1} -> {01676.p1|01677.p0} {01676.s2} 
+tr {01676.t2} {01676.s2} -> {01676.s1} 
+tr {01677.t1} {01676.p1|01677.p0} {01677.s1} -> {01677.p1|01678.p0} {01677.s2} 
+tr {01677.t2} {01677.s2} -> {01677.s1} 
+tr {01678.t1} {01677.p1|01678.p0} {01678.s1} -> {01678.p1|01679.p0} {01678.s2} 
+tr {01678.t2} {01678.s2} -> {01678.s1} 
+tr {01679.t1} {01678.p1|01679.p0} {01679.s1} -> {01679.p1|01680.p0} {01679.s2} 
+tr {01679.t2} {01679.s2} -> {01679.s1} 
+tr {01680.t1} {01679.p1|01680.p0} {01680.s1} -> {01680.p1|01681.p0} {01680.s2} 
+tr {01680.t2} {01680.s2} -> {01680.s1} 
+tr {01681.t1} {01680.p1|01681.p0} {01681.s1} -> {01681.p1|01682.p0} {01681.s2} 
+tr {01681.t2} {01681.s2} -> {01681.s1} 
+tr {01682.t1} {01681.p1|01682.p0} {01682.s1} -> {01682.p1|01683.p0} {01682.s2} 
+tr {01682.t2} {01682.s2} -> {01682.s1} 
+tr {01683.t1} {01682.p1|01683.p0} {01683.s1} -> {01683.p1|01684.p0} {01683.s2} 
+tr {01683.t2} {01683.s2} -> {01683.s1} 
+tr {01684.t1} {01683.p1|01684.p0} {01684.s1} -> {01684.p1|01685.p0} {01684.s2} 
+tr {01684.t2} {01684.s2} -> {01684.s1} 
+tr {01685.t1} {01684.p1|01685.p0} {01685.s1} -> {01685.p1|01686.p0} {01685.s2} 
+tr {01685.t2} {01685.s2} -> {01685.s1} 
+tr {01686.t1} {01685.p1|01686.p0} {01686.s1} -> {01686.p1|01687.p0} {01686.s2} 
+tr {01686.t2} {01686.s2} -> {01686.s1} 
+tr {01687.t1} {01686.p1|01687.p0} {01687.s1} -> {01687.p1|01688.p0} {01687.s2} 
+tr {01687.t2} {01687.s2} -> {01687.s1} 
+tr {01688.t1} {01687.p1|01688.p0} {01688.s1} -> {01688.p1|01689.p0} {01688.s2} 
+tr {01688.t2} {01688.s2} -> {01688.s1} 
+tr {01689.t1} {01688.p1|01689.p0} {01689.s1} -> {01689.p1|01690.p0} {01689.s2} 
+tr {01689.t2} {01689.s2} -> {01689.s1} 
+tr {01690.t1} {01689.p1|01690.p0} {01690.s1} -> {01690.p1|01691.p0} {01690.s2} 
+tr {01690.t2} {01690.s2} -> {01690.s1} 
+tr {01691.t1} {01690.p1|01691.p0} {01691.s1} -> {01691.p1|01692.p0} {01691.s2} 
+tr {01691.t2} {01691.s2} -> {01691.s1} 
+tr {01692.t1} {01691.p1|01692.p0} {01692.s1} -> {01692.p1|01693.p0} {01692.s2} 
+tr {01692.t2} {01692.s2} -> {01692.s1} 
+tr {01693.t1} {01692.p1|01693.p0} {01693.s1} -> {01693.p1|01694.p0} {01693.s2} 
+tr {01693.t2} {01693.s2} -> {01693.s1} 
+tr {01694.t1} {01693.p1|01694.p0} {01694.s1} -> {01694.p1|01695.p0} {01694.s2} 
+tr {01694.t2} {01694.s2} -> {01694.s1} 
+tr {01695.t1} {01694.p1|01695.p0} {01695.s1} -> {01695.p1|01696.p0} {01695.s2} 
+tr {01695.t2} {01695.s2} -> {01695.s1} 
+tr {01696.t1} {01695.p1|01696.p0} {01696.s1} -> {01696.p1|01697.p0} {01696.s2} 
+tr {01696.t2} {01696.s2} -> {01696.s1} 
+tr {01697.t1} {01696.p1|01697.p0} {01697.s1} -> {01697.p1|01698.p0} {01697.s2} 
+tr {01697.t2} {01697.s2} -> {01697.s1} 
+tr {01698.t1} {01697.p1|01698.p0} {01698.s1} -> {01698.p1|01699.p0} {01698.s2} 
+tr {01698.t2} {01698.s2} -> {01698.s1} 
+tr {01699.t1} {01698.p1|01699.p0} {01699.s1} -> {01699.p1|01700.p0} {01699.s2} 
+tr {01699.t2} {01699.s2} -> {01699.s1} 
+tr {01700.t1} {01699.p1|01700.p0} {01700.s1} -> {01700.p1|01701.p0} {01700.s2} 
+tr {01700.t2} {01700.s2} -> {01700.s1} 
+tr {01701.t1} {01700.p1|01701.p0} {01701.s1} -> {01701.p1|01702.p0} {01701.s2} 
+tr {01701.t2} {01701.s2} -> {01701.s1} 
+tr {01702.t1} {01701.p1|01702.p0} {01702.s1} -> {01702.p1|01703.p0} {01702.s2} 
+tr {01702.t2} {01702.s2} -> {01702.s1} 
+tr {01703.t1} {01702.p1|01703.p0} {01703.s1} -> {01703.p1|01704.p0} {01703.s2} 
+tr {01703.t2} {01703.s2} -> {01703.s1} 
+tr {01704.t1} {01703.p1|01704.p0} {01704.s1} -> {01704.p1|01705.p0} {01704.s2} 
+tr {01704.t2} {01704.s2} -> {01704.s1} 
+tr {01705.t1} {01704.p1|01705.p0} {01705.s1} -> {01705.p1|01706.p0} {01705.s2} 
+tr {01705.t2} {01705.s2} -> {01705.s1} 
+tr {01706.t1} {01705.p1|01706.p0} {01706.s1} -> {01706.p1|01707.p0} {01706.s2} 
+tr {01706.t2} {01706.s2} -> {01706.s1} 
+tr {01707.t1} {01706.p1|01707.p0} {01707.s1} -> {01707.p1|01708.p0} {01707.s2} 
+tr {01707.t2} {01707.s2} -> {01707.s1} 
+tr {01708.t1} {01707.p1|01708.p0} {01708.s1} -> {01708.p1|01709.p0} {01708.s2} 
+tr {01708.t2} {01708.s2} -> {01708.s1} 
+tr {01709.t1} {01708.p1|01709.p0} {01709.s1} -> {01709.p1|01710.p0} {01709.s2} 
+tr {01709.t2} {01709.s2} -> {01709.s1} 
+tr {01710.t1} {01709.p1|01710.p0} {01710.s1} -> {01710.p1|01711.p0} {01710.s2} 
+tr {01710.t2} {01710.s2} -> {01710.s1} 
+tr {01711.t1} {01710.p1|01711.p0} {01711.s1} -> {01711.p1|01712.p0} {01711.s2} 
+tr {01711.t2} {01711.s2} -> {01711.s1} 
+tr {01712.t1} {01711.p1|01712.p0} {01712.s1} -> {01712.p1|01713.p0} {01712.s2} 
+tr {01712.t2} {01712.s2} -> {01712.s1} 
+tr {01713.t1} {01712.p1|01713.p0} {01713.s1} -> {01713.p1|01714.p0} {01713.s2} 
+tr {01713.t2} {01713.s2} -> {01713.s1} 
+tr {01714.t1} {01713.p1|01714.p0} {01714.s1} -> {01714.p1|01715.p0} {01714.s2} 
+tr {01714.t2} {01714.s2} -> {01714.s1} 
+tr {01715.t1} {01714.p1|01715.p0} {01715.s1} -> {01715.p1|01716.p0} {01715.s2} 
+tr {01715.t2} {01715.s2} -> {01715.s1} 
+tr {01716.t1} {01715.p1|01716.p0} {01716.s1} -> {01716.p1|01717.p0} {01716.s2} 
+tr {01716.t2} {01716.s2} -> {01716.s1} 
+tr {01717.t1} {01716.p1|01717.p0} {01717.s1} -> {01717.p1|01718.p0} {01717.s2} 
+tr {01717.t2} {01717.s2} -> {01717.s1} 
+tr {01718.t1} {01717.p1|01718.p0} {01718.s1} -> {01718.p1|01719.p0} {01718.s2} 
+tr {01718.t2} {01718.s2} -> {01718.s1} 
+tr {01719.t1} {01718.p1|01719.p0} {01719.s1} -> {01719.p1|01720.p0} {01719.s2} 
+tr {01719.t2} {01719.s2} -> {01719.s1} 
+tr {01720.t1} {01719.p1|01720.p0} {01720.s1} -> {01720.p1|01721.p0} {01720.s2} 
+tr {01720.t2} {01720.s2} -> {01720.s1} 
+tr {01721.t1} {01720.p1|01721.p0} {01721.s1} -> {01721.p1|01722.p0} {01721.s2} 
+tr {01721.t2} {01721.s2} -> {01721.s1} 
+tr {01722.t1} {01721.p1|01722.p0} {01722.s1} -> {01722.p1|01723.p0} {01722.s2} 
+tr {01722.t2} {01722.s2} -> {01722.s1} 
+tr {01723.t1} {01722.p1|01723.p0} {01723.s1} -> {01723.p1|01724.p0} {01723.s2} 
+tr {01723.t2} {01723.s2} -> {01723.s1} 
+tr {01724.t1} {01723.p1|01724.p0} {01724.s1} -> {01724.p1|01725.p0} {01724.s2} 
+tr {01724.t2} {01724.s2} -> {01724.s1} 
+tr {01725.t1} {01724.p1|01725.p0} {01725.s1} -> {01725.p1|01726.p0} {01725.s2} 
+tr {01725.t2} {01725.s2} -> {01725.s1} 
+tr {01726.t1} {01725.p1|01726.p0} {01726.s1} -> {01726.p1|01727.p0} {01726.s2} 
+tr {01726.t2} {01726.s2} -> {01726.s1} 
+tr {01727.t1} {01726.p1|01727.p0} {01727.s1} -> {01727.p1|01728.p0} {01727.s2} 
+tr {01727.t2} {01727.s2} -> {01727.s1} 
+tr {01728.t1} {01727.p1|01728.p0} {01728.s1} -> {01728.p1|01729.p0} {01728.s2} 
+tr {01728.t2} {01728.s2} -> {01728.s1} 
+tr {01729.t1} {01728.p1|01729.p0} {01729.s1} -> {01729.p1|01730.p0} {01729.s2} 
+tr {01729.t2} {01729.s2} -> {01729.s1} 
+tr {01730.t1} {01729.p1|01730.p0} {01730.s1} -> {01730.p1|01731.p0} {01730.s2} 
+tr {01730.t2} {01730.s2} -> {01730.s1} 
+tr {01731.t1} {01730.p1|01731.p0} {01731.s1} -> {01731.p1|01732.p0} {01731.s2} 
+tr {01731.t2} {01731.s2} -> {01731.s1} 
+tr {01732.t1} {01731.p1|01732.p0} {01732.s1} -> {01732.p1|01733.p0} {01732.s2} 
+tr {01732.t2} {01732.s2} -> {01732.s1} 
+tr {01733.t1} {01732.p1|01733.p0} {01733.s1} -> {01733.p1|01734.p0} {01733.s2} 
+tr {01733.t2} {01733.s2} -> {01733.s1} 
+tr {01734.t1} {01733.p1|01734.p0} {01734.s1} -> {01734.p1|01735.p0} {01734.s2} 
+tr {01734.t2} {01734.s2} -> {01734.s1} 
+tr {01735.t1} {01734.p1|01735.p0} {01735.s1} -> {01735.p1|01736.p0} {01735.s2} 
+tr {01735.t2} {01735.s2} -> {01735.s1} 
+tr {01736.t1} {01735.p1|01736.p0} {01736.s1} -> {01736.p1|01737.p0} {01736.s2} 
+tr {01736.t2} {01736.s2} -> {01736.s1} 
+tr {01737.t1} {01736.p1|01737.p0} {01737.s1} -> {01737.p1|01738.p0} {01737.s2} 
+tr {01737.t2} {01737.s2} -> {01737.s1} 
+tr {01738.t1} {01737.p1|01738.p0} {01738.s1} -> {01738.p1|01739.p0} {01738.s2} 
+tr {01738.t2} {01738.s2} -> {01738.s1} 
+tr {01739.t1} {01738.p1|01739.p0} {01739.s1} -> {01739.p1|01740.p0} {01739.s2} 
+tr {01739.t2} {01739.s2} -> {01739.s1} 
+tr {01740.t1} {01739.p1|01740.p0} {01740.s1} -> {01740.p1|01741.p0} {01740.s2} 
+tr {01740.t2} {01740.s2} -> {01740.s1} 
+tr {01741.t1} {01740.p1|01741.p0} {01741.s1} -> {01741.p1|01742.p0} {01741.s2} 
+tr {01741.t2} {01741.s2} -> {01741.s1} 
+tr {01742.t1} {01741.p1|01742.p0} {01742.s1} -> {01742.p1|01743.p0} {01742.s2} 
+tr {01742.t2} {01742.s2} -> {01742.s1} 
+tr {01743.t1} {01742.p1|01743.p0} {01743.s1} -> {01743.p1|01744.p0} {01743.s2} 
+tr {01743.t2} {01743.s2} -> {01743.s1} 
+tr {01744.t1} {01743.p1|01744.p0} {01744.s1} -> {01744.p1|01745.p0} {01744.s2} 
+tr {01744.t2} {01744.s2} -> {01744.s1} 
+tr {01745.t1} {01744.p1|01745.p0} {01745.s1} -> {01745.p1|01746.p0} {01745.s2} 
+tr {01745.t2} {01745.s2} -> {01745.s1} 
+tr {01746.t1} {01745.p1|01746.p0} {01746.s1} -> {01746.p1|01747.p0} {01746.s2} 
+tr {01746.t2} {01746.s2} -> {01746.s1} 
+tr {01747.t1} {01746.p1|01747.p0} {01747.s1} -> {01747.p1|01748.p0} {01747.s2} 
+tr {01747.t2} {01747.s2} -> {01747.s1} 
+tr {01748.t1} {01747.p1|01748.p0} {01748.s1} -> {01748.p1|01749.p0} {01748.s2} 
+tr {01748.t2} {01748.s2} -> {01748.s1} 
+tr {01749.t1} {01748.p1|01749.p0} {01749.s1} -> {01749.p1|01750.p0} {01749.s2} 
+tr {01749.t2} {01749.s2} -> {01749.s1} 
+tr {01750.t1} {01749.p1|01750.p0} {01750.s1} -> {01750.p1|01751.p0} {01750.s2} 
+tr {01750.t2} {01750.s2} -> {01750.s1} 
+tr {01751.t1} {01750.p1|01751.p0} {01751.s1} -> {01751.p1|01752.p0} {01751.s2} 
+tr {01751.t2} {01751.s2} -> {01751.s1} 
+tr {01752.t1} {01751.p1|01752.p0} {01752.s1} -> {01752.p1|01753.p0} {01752.s2} 
+tr {01752.t2} {01752.s2} -> {01752.s1} 
+tr {01753.t1} {01752.p1|01753.p0} {01753.s1} -> {01753.p1|01754.p0} {01753.s2} 
+tr {01753.t2} {01753.s2} -> {01753.s1} 
+tr {01754.t1} {01753.p1|01754.p0} {01754.s1} -> {01754.p1|01755.p0} {01754.s2} 
+tr {01754.t2} {01754.s2} -> {01754.s1} 
+tr {01755.t1} {01754.p1|01755.p0} {01755.s1} -> {01755.p1|01756.p0} {01755.s2} 
+tr {01755.t2} {01755.s2} -> {01755.s1} 
+tr {01756.t1} {01755.p1|01756.p0} {01756.s1} -> {01756.p1|01757.p0} {01756.s2} 
+tr {01756.t2} {01756.s2} -> {01756.s1} 
+tr {01757.t1} {01756.p1|01757.p0} {01757.s1} -> {01757.p1|01758.p0} {01757.s2} 
+tr {01757.t2} {01757.s2} -> {01757.s1} 
+tr {01758.t1} {01757.p1|01758.p0} {01758.s1} -> {01758.p1|01759.p0} {01758.s2} 
+tr {01758.t2} {01758.s2} -> {01758.s1} 
+tr {01759.t1} {01758.p1|01759.p0} {01759.s1} -> {01759.p1|01760.p0} {01759.s2} 
+tr {01759.t2} {01759.s2} -> {01759.s1} 
+tr {01760.t1} {01759.p1|01760.p0} {01760.s1} -> {01760.p1|01761.p0} {01760.s2} 
+tr {01760.t2} {01760.s2} -> {01760.s1} 
+tr {01761.t1} {01760.p1|01761.p0} {01761.s1} -> {01761.p1|01762.p0} {01761.s2} 
+tr {01761.t2} {01761.s2} -> {01761.s1} 
+tr {01762.t1} {01761.p1|01762.p0} {01762.s1} -> {01762.p1|01763.p0} {01762.s2} 
+tr {01762.t2} {01762.s2} -> {01762.s1} 
+tr {01763.t1} {01762.p1|01763.p0} {01763.s1} -> {01763.p1|01764.p0} {01763.s2} 
+tr {01763.t2} {01763.s2} -> {01763.s1} 
+tr {01764.t1} {01763.p1|01764.p0} {01764.s1} -> {01764.p1|01765.p0} {01764.s2} 
+tr {01764.t2} {01764.s2} -> {01764.s1} 
+tr {01765.t1} {01764.p1|01765.p0} {01765.s1} -> {01765.p1|01766.p0} {01765.s2} 
+tr {01765.t2} {01765.s2} -> {01765.s1} 
+tr {01766.t1} {01765.p1|01766.p0} {01766.s1} -> {01766.p1|01767.p0} {01766.s2} 
+tr {01766.t2} {01766.s2} -> {01766.s1} 
+tr {01767.t1} {01766.p1|01767.p0} {01767.s1} -> {01767.p1|01768.p0} {01767.s2} 
+tr {01767.t2} {01767.s2} -> {01767.s1} 
+tr {01768.t1} {01767.p1|01768.p0} {01768.s1} -> {01768.p1|01769.p0} {01768.s2} 
+tr {01768.t2} {01768.s2} -> {01768.s1} 
+tr {01769.t1} {01768.p1|01769.p0} {01769.s1} -> {01769.p1|01770.p0} {01769.s2} 
+tr {01769.t2} {01769.s2} -> {01769.s1} 
+tr {01770.t1} {01769.p1|01770.p0} {01770.s1} -> {01770.p1|01771.p0} {01770.s2} 
+tr {01770.t2} {01770.s2} -> {01770.s1} 
+tr {01771.t1} {01770.p1|01771.p0} {01771.s1} -> {01771.p1|01772.p0} {01771.s2} 
+tr {01771.t2} {01771.s2} -> {01771.s1} 
+tr {01772.t1} {01771.p1|01772.p0} {01772.s1} -> {01772.p1|01773.p0} {01772.s2} 
+tr {01772.t2} {01772.s2} -> {01772.s1} 
+tr {01773.t1} {01772.p1|01773.p0} {01773.s1} -> {01773.p1|01774.p0} {01773.s2} 
+tr {01773.t2} {01773.s2} -> {01773.s1} 
+tr {01774.t1} {01773.p1|01774.p0} {01774.s1} -> {01774.p1|01775.p0} {01774.s2} 
+tr {01774.t2} {01774.s2} -> {01774.s1} 
+tr {01775.t1} {01774.p1|01775.p0} {01775.s1} -> {01775.p1|01776.p0} {01775.s2} 
+tr {01775.t2} {01775.s2} -> {01775.s1} 
+tr {01776.t1} {01775.p1|01776.p0} {01776.s1} -> {01776.p1|01777.p0} {01776.s2} 
+tr {01776.t2} {01776.s2} -> {01776.s1} 
+tr {01777.t1} {01776.p1|01777.p0} {01777.s1} -> {01777.p1|01778.p0} {01777.s2} 
+tr {01777.t2} {01777.s2} -> {01777.s1} 
+tr {01778.t1} {01777.p1|01778.p0} {01778.s1} -> {01778.p1|01779.p0} {01778.s2} 
+tr {01778.t2} {01778.s2} -> {01778.s1} 
+tr {01779.t1} {01778.p1|01779.p0} {01779.s1} -> {01779.p1|01780.p0} {01779.s2} 
+tr {01779.t2} {01779.s2} -> {01779.s1} 
+tr {01780.t1} {01779.p1|01780.p0} {01780.s1} -> {01780.p1|01781.p0} {01780.s2} 
+tr {01780.t2} {01780.s2} -> {01780.s1} 
+tr {01781.t1} {01780.p1|01781.p0} {01781.s1} -> {01781.p1|01782.p0} {01781.s2} 
+tr {01781.t2} {01781.s2} -> {01781.s1} 
+tr {01782.t1} {01781.p1|01782.p0} {01782.s1} -> {01782.p1|01783.p0} {01782.s2} 
+tr {01782.t2} {01782.s2} -> {01782.s1} 
+tr {01783.t1} {01782.p1|01783.p0} {01783.s1} -> {01783.p1|01784.p0} {01783.s2} 
+tr {01783.t2} {01783.s2} -> {01783.s1} 
+tr {01784.t1} {01783.p1|01784.p0} {01784.s1} -> {01784.p1|01785.p0} {01784.s2} 
+tr {01784.t2} {01784.s2} -> {01784.s1} 
+tr {01785.t1} {01784.p1|01785.p0} {01785.s1} -> {01785.p1|01786.p0} {01785.s2} 
+tr {01785.t2} {01785.s2} -> {01785.s1} 
+tr {01786.t1} {01785.p1|01786.p0} {01786.s1} -> {01786.p1|01787.p0} {01786.s2} 
+tr {01786.t2} {01786.s2} -> {01786.s1} 
+tr {01787.t1} {01786.p1|01787.p0} {01787.s1} -> {01787.p1|01788.p0} {01787.s2} 
+tr {01787.t2} {01787.s2} -> {01787.s1} 
+tr {01788.t1} {01787.p1|01788.p0} {01788.s1} -> {01788.p1|01789.p0} {01788.s2} 
+tr {01788.t2} {01788.s2} -> {01788.s1} 
+tr {01789.t1} {01788.p1|01789.p0} {01789.s1} -> {01789.p1|01790.p0} {01789.s2} 
+tr {01789.t2} {01789.s2} -> {01789.s1} 
+tr {01790.t1} {01789.p1|01790.p0} {01790.s1} -> {01790.p1|01791.p0} {01790.s2} 
+tr {01790.t2} {01790.s2} -> {01790.s1} 
+tr {01791.t1} {01790.p1|01791.p0} {01791.s1} -> {01791.p1|01792.p0} {01791.s2} 
+tr {01791.t2} {01791.s2} -> {01791.s1} 
+tr {01792.t1} {01791.p1|01792.p0} {01792.s1} -> {01792.p1|01793.p0} {01792.s2} 
+tr {01792.t2} {01792.s2} -> {01792.s1} 
+tr {01793.t1} {01792.p1|01793.p0} {01793.s1} -> {01793.p1|01794.p0} {01793.s2} 
+tr {01793.t2} {01793.s2} -> {01793.s1} 
+tr {01794.t1} {01793.p1|01794.p0} {01794.s1} -> {01794.p1|01795.p0} {01794.s2} 
+tr {01794.t2} {01794.s2} -> {01794.s1} 
+tr {01795.t1} {01794.p1|01795.p0} {01795.s1} -> {01795.p1|01796.p0} {01795.s2} 
+tr {01795.t2} {01795.s2} -> {01795.s1} 
+tr {01796.t1} {01795.p1|01796.p0} {01796.s1} -> {01796.p1|01797.p0} {01796.s2} 
+tr {01796.t2} {01796.s2} -> {01796.s1} 
+tr {01797.t1} {01796.p1|01797.p0} {01797.s1} -> {01797.p1|01798.p0} {01797.s2} 
+tr {01797.t2} {01797.s2} -> {01797.s1} 
+tr {01798.t1} {01797.p1|01798.p0} {01798.s1} -> {01798.p1|01799.p0} {01798.s2} 
+tr {01798.t2} {01798.s2} -> {01798.s1} 
+tr {01799.t1} {01798.p1|01799.p0} {01799.s1} -> {01799.p1|01800.p0} {01799.s2} 
+tr {01799.t2} {01799.s2} -> {01799.s1} 
+tr {01800.t1} {01799.p1|01800.p0} {01800.s1} -> {01800.p1|01801.p0} {01800.s2} 
+tr {01800.t2} {01800.s2} -> {01800.s1} 
+tr {01801.t1} {01800.p1|01801.p0} {01801.s1} -> {01801.p1|01802.p0} {01801.s2} 
+tr {01801.t2} {01801.s2} -> {01801.s1} 
+tr {01802.t1} {01801.p1|01802.p0} {01802.s1} -> {01802.p1|01803.p0} {01802.s2} 
+tr {01802.t2} {01802.s2} -> {01802.s1} 
+tr {01803.t1} {01802.p1|01803.p0} {01803.s1} -> {01803.p1|01804.p0} {01803.s2} 
+tr {01803.t2} {01803.s2} -> {01803.s1} 
+tr {01804.t1} {01803.p1|01804.p0} {01804.s1} -> {01804.p1|01805.p0} {01804.s2} 
+tr {01804.t2} {01804.s2} -> {01804.s1} 
+tr {01805.t1} {01804.p1|01805.p0} {01805.s1} -> {01805.p1|01806.p0} {01805.s2} 
+tr {01805.t2} {01805.s2} -> {01805.s1} 
+tr {01806.t1} {01805.p1|01806.p0} {01806.s1} -> {01806.p1|01807.p0} {01806.s2} 
+tr {01806.t2} {01806.s2} -> {01806.s1} 
+tr {01807.t1} {01806.p1|01807.p0} {01807.s1} -> {01807.p1|01808.p0} {01807.s2} 
+tr {01807.t2} {01807.s2} -> {01807.s1} 
+tr {01808.t1} {01807.p1|01808.p0} {01808.s1} -> {01808.p1|01809.p0} {01808.s2} 
+tr {01808.t2} {01808.s2} -> {01808.s1} 
+tr {01809.t1} {01808.p1|01809.p0} {01809.s1} -> {01809.p1|01810.p0} {01809.s2} 
+tr {01809.t2} {01809.s2} -> {01809.s1} 
+tr {01810.t1} {01809.p1|01810.p0} {01810.s1} -> {01810.p1|01811.p0} {01810.s2} 
+tr {01810.t2} {01810.s2} -> {01810.s1} 
+tr {01811.t1} {01810.p1|01811.p0} {01811.s1} -> {01811.p1|01812.p0} {01811.s2} 
+tr {01811.t2} {01811.s2} -> {01811.s1} 
+tr {01812.t1} {01811.p1|01812.p0} {01812.s1} -> {01812.p1|01813.p0} {01812.s2} 
+tr {01812.t2} {01812.s2} -> {01812.s1} 
+tr {01813.t1} {01812.p1|01813.p0} {01813.s1} -> {01813.p1|01814.p0} {01813.s2} 
+tr {01813.t2} {01813.s2} -> {01813.s1} 
+tr {01814.t1} {01813.p1|01814.p0} {01814.s1} -> {01814.p1|01815.p0} {01814.s2} 
+tr {01814.t2} {01814.s2} -> {01814.s1} 
+tr {01815.t1} {01814.p1|01815.p0} {01815.s1} -> {01815.p1|01816.p0} {01815.s2} 
+tr {01815.t2} {01815.s2} -> {01815.s1} 
+tr {01816.t1} {01815.p1|01816.p0} {01816.s1} -> {01816.p1|01817.p0} {01816.s2} 
+tr {01816.t2} {01816.s2} -> {01816.s1} 
+tr {01817.t1} {01816.p1|01817.p0} {01817.s1} -> {01817.p1|01818.p0} {01817.s2} 
+tr {01817.t2} {01817.s2} -> {01817.s1} 
+tr {01818.t1} {01817.p1|01818.p0} {01818.s1} -> {01818.p1|01819.p0} {01818.s2} 
+tr {01818.t2} {01818.s2} -> {01818.s1} 
+tr {01819.t1} {01818.p1|01819.p0} {01819.s1} -> {01819.p1|01820.p0} {01819.s2} 
+tr {01819.t2} {01819.s2} -> {01819.s1} 
+tr {01820.t1} {01819.p1|01820.p0} {01820.s1} -> {01820.p1|01821.p0} {01820.s2} 
+tr {01820.t2} {01820.s2} -> {01820.s1} 
+tr {01821.t1} {01820.p1|01821.p0} {01821.s1} -> {01821.p1|01822.p0} {01821.s2} 
+tr {01821.t2} {01821.s2} -> {01821.s1} 
+tr {01822.t1} {01821.p1|01822.p0} {01822.s1} -> {01822.p1|01823.p0} {01822.s2} 
+tr {01822.t2} {01822.s2} -> {01822.s1} 
+tr {01823.t1} {01822.p1|01823.p0} {01823.s1} -> {01823.p1|01824.p0} {01823.s2} 
+tr {01823.t2} {01823.s2} -> {01823.s1} 
+tr {01824.t1} {01823.p1|01824.p0} {01824.s1} -> {01824.p1|01825.p0} {01824.s2} 
+tr {01824.t2} {01824.s2} -> {01824.s1} 
+tr {01825.t1} {01824.p1|01825.p0} {01825.s1} -> {01825.p1|01826.p0} {01825.s2} 
+tr {01825.t2} {01825.s2} -> {01825.s1} 
+tr {01826.t1} {01825.p1|01826.p0} {01826.s1} -> {01826.p1|01827.p0} {01826.s2} 
+tr {01826.t2} {01826.s2} -> {01826.s1} 
+tr {01827.t1} {01826.p1|01827.p0} {01827.s1} -> {01827.p1|01828.p0} {01827.s2} 
+tr {01827.t2} {01827.s2} -> {01827.s1} 
+tr {01828.t1} {01827.p1|01828.p0} {01828.s1} -> {01828.p1|01829.p0} {01828.s2} 
+tr {01828.t2} {01828.s2} -> {01828.s1} 
+tr {01829.t1} {01828.p1|01829.p0} {01829.s1} -> {01829.p1|01830.p0} {01829.s2} 
+tr {01829.t2} {01829.s2} -> {01829.s1} 
+tr {01830.t1} {01829.p1|01830.p0} {01830.s1} -> {01830.p1|01831.p0} {01830.s2} 
+tr {01830.t2} {01830.s2} -> {01830.s1} 
+tr {01831.t1} {01830.p1|01831.p0} {01831.s1} -> {01831.p1|01832.p0} {01831.s2} 
+tr {01831.t2} {01831.s2} -> {01831.s1} 
+tr {01832.t1} {01831.p1|01832.p0} {01832.s1} -> {01832.p1|01833.p0} {01832.s2} 
+tr {01832.t2} {01832.s2} -> {01832.s1} 
+tr {01833.t1} {01832.p1|01833.p0} {01833.s1} -> {01833.p1|01834.p0} {01833.s2} 
+tr {01833.t2} {01833.s2} -> {01833.s1} 
+tr {01834.t1} {01833.p1|01834.p0} {01834.s1} -> {01834.p1|01835.p0} {01834.s2} 
+tr {01834.t2} {01834.s2} -> {01834.s1} 
+tr {01835.t1} {01834.p1|01835.p0} {01835.s1} -> {01835.p1|01836.p0} {01835.s2} 
+tr {01835.t2} {01835.s2} -> {01835.s1} 
+tr {01836.t1} {01835.p1|01836.p0} {01836.s1} -> {01836.p1|01837.p0} {01836.s2} 
+tr {01836.t2} {01836.s2} -> {01836.s1} 
+tr {01837.t1} {01836.p1|01837.p0} {01837.s1} -> {01837.p1|01838.p0} {01837.s2} 
+tr {01837.t2} {01837.s2} -> {01837.s1} 
+tr {01838.t1} {01837.p1|01838.p0} {01838.s1} -> {01838.p1|01839.p0} {01838.s2} 
+tr {01838.t2} {01838.s2} -> {01838.s1} 
+tr {01839.t1} {01838.p1|01839.p0} {01839.s1} -> {01839.p1|01840.p0} {01839.s2} 
+tr {01839.t2} {01839.s2} -> {01839.s1} 
+tr {01840.t1} {01839.p1|01840.p0} {01840.s1} -> {01840.p1|01841.p0} {01840.s2} 
+tr {01840.t2} {01840.s2} -> {01840.s1} 
+tr {01841.t1} {01840.p1|01841.p0} {01841.s1} -> {01841.p1|01842.p0} {01841.s2} 
+tr {01841.t2} {01841.s2} -> {01841.s1} 
+tr {01842.t1} {01841.p1|01842.p0} {01842.s1} -> {01842.p1|01843.p0} {01842.s2} 
+tr {01842.t2} {01842.s2} -> {01842.s1} 
+tr {01843.t1} {01842.p1|01843.p0} {01843.s1} -> {01843.p1|01844.p0} {01843.s2} 
+tr {01843.t2} {01843.s2} -> {01843.s1} 
+tr {01844.t1} {01843.p1|01844.p0} {01844.s1} -> {01844.p1|01845.p0} {01844.s2} 
+tr {01844.t2} {01844.s2} -> {01844.s1} 
+tr {01845.t1} {01844.p1|01845.p0} {01845.s1} -> {01845.p1|01846.p0} {01845.s2} 
+tr {01845.t2} {01845.s2} -> {01845.s1} 
+tr {01846.t1} {01845.p1|01846.p0} {01846.s1} -> {01846.p1|01847.p0} {01846.s2} 
+tr {01846.t2} {01846.s2} -> {01846.s1} 
+tr {01847.t1} {01846.p1|01847.p0} {01847.s1} -> {01847.p1|01848.p0} {01847.s2} 
+tr {01847.t2} {01847.s2} -> {01847.s1} 
+tr {01848.t1} {01847.p1|01848.p0} {01848.s1} -> {01848.p1|01849.p0} {01848.s2} 
+tr {01848.t2} {01848.s2} -> {01848.s1} 
+tr {01849.t1} {01848.p1|01849.p0} {01849.s1} -> {01849.p1|01850.p0} {01849.s2} 
+tr {01849.t2} {01849.s2} -> {01849.s1} 
+tr {01850.t1} {01849.p1|01850.p0} {01850.s1} -> {01850.p1|01851.p0} {01850.s2} 
+tr {01850.t2} {01850.s2} -> {01850.s1} 
+tr {01851.t1} {01850.p1|01851.p0} {01851.s1} -> {01851.p1|01852.p0} {01851.s2} 
+tr {01851.t2} {01851.s2} -> {01851.s1} 
+tr {01852.t1} {01851.p1|01852.p0} {01852.s1} -> {01852.p1|01853.p0} {01852.s2} 
+tr {01852.t2} {01852.s2} -> {01852.s1} 
+tr {01853.t1} {01852.p1|01853.p0} {01853.s1} -> {01853.p1|01854.p0} {01853.s2} 
+tr {01853.t2} {01853.s2} -> {01853.s1} 
+tr {01854.t1} {01853.p1|01854.p0} {01854.s1} -> {01854.p1|01855.p0} {01854.s2} 
+tr {01854.t2} {01854.s2} -> {01854.s1} 
+tr {01855.t1} {01854.p1|01855.p0} {01855.s1} -> {01855.p1|01856.p0} {01855.s2} 
+tr {01855.t2} {01855.s2} -> {01855.s1} 
+tr {01856.t1} {01855.p1|01856.p0} {01856.s1} -> {01856.p1|01857.p0} {01856.s2} 
+tr {01856.t2} {01856.s2} -> {01856.s1} 
+tr {01857.t1} {01856.p1|01857.p0} {01857.s1} -> {01857.p1|01858.p0} {01857.s2} 
+tr {01857.t2} {01857.s2} -> {01857.s1} 
+tr {01858.t1} {01857.p1|01858.p0} {01858.s1} -> {01858.p1|01859.p0} {01858.s2} 
+tr {01858.t2} {01858.s2} -> {01858.s1} 
+tr {01859.t1} {01858.p1|01859.p0} {01859.s1} -> {01859.p1|01860.p0} {01859.s2} 
+tr {01859.t2} {01859.s2} -> {01859.s1} 
+tr {01860.t1} {01859.p1|01860.p0} {01860.s1} -> {01860.p1|01861.p0} {01860.s2} 
+tr {01860.t2} {01860.s2} -> {01860.s1} 
+tr {01861.t1} {01860.p1|01861.p0} {01861.s1} -> {01861.p1|01862.p0} {01861.s2} 
+tr {01861.t2} {01861.s2} -> {01861.s1} 
+tr {01862.t1} {01861.p1|01862.p0} {01862.s1} -> {01862.p1|01863.p0} {01862.s2} 
+tr {01862.t2} {01862.s2} -> {01862.s1} 
+tr {01863.t1} {01862.p1|01863.p0} {01863.s1} -> {01863.p1|01864.p0} {01863.s2} 
+tr {01863.t2} {01863.s2} -> {01863.s1} 
+tr {01864.t1} {01863.p1|01864.p0} {01864.s1} -> {01864.p1|01865.p0} {01864.s2} 
+tr {01864.t2} {01864.s2} -> {01864.s1} 
+tr {01865.t1} {01864.p1|01865.p0} {01865.s1} -> {01865.p1|01866.p0} {01865.s2} 
+tr {01865.t2} {01865.s2} -> {01865.s1} 
+tr {01866.t1} {01865.p1|01866.p0} {01866.s1} -> {01866.p1|01867.p0} {01866.s2} 
+tr {01866.t2} {01866.s2} -> {01866.s1} 
+tr {01867.t1} {01866.p1|01867.p0} {01867.s1} -> {01867.p1|01868.p0} {01867.s2} 
+tr {01867.t2} {01867.s2} -> {01867.s1} 
+tr {01868.t1} {01867.p1|01868.p0} {01868.s1} -> {01868.p1|01869.p0} {01868.s2} 
+tr {01868.t2} {01868.s2} -> {01868.s1} 
+tr {01869.t1} {01868.p1|01869.p0} {01869.s1} -> {01869.p1|01870.p0} {01869.s2} 
+tr {01869.t2} {01869.s2} -> {01869.s1} 
+tr {01870.t1} {01869.p1|01870.p0} {01870.s1} -> {01870.p1|01871.p0} {01870.s2} 
+tr {01870.t2} {01870.s2} -> {01870.s1} 
+tr {01871.t1} {01870.p1|01871.p0} {01871.s1} -> {01871.p1|01872.p0} {01871.s2} 
+tr {01871.t2} {01871.s2} -> {01871.s1} 
+tr {01872.t1} {01871.p1|01872.p0} {01872.s1} -> {01872.p1|01873.p0} {01872.s2} 
+tr {01872.t2} {01872.s2} -> {01872.s1} 
+tr {01873.t1} {01872.p1|01873.p0} {01873.s1} -> {01873.p1|01874.p0} {01873.s2} 
+tr {01873.t2} {01873.s2} -> {01873.s1} 
+tr {01874.t1} {01873.p1|01874.p0} {01874.s1} -> {01874.p1|01875.p0} {01874.s2} 
+tr {01874.t2} {01874.s2} -> {01874.s1} 
+tr {01875.t1} {01874.p1|01875.p0} {01875.s1} -> {01875.p1|01876.p0} {01875.s2} 
+tr {01875.t2} {01875.s2} -> {01875.s1} 
+tr {01876.t1} {01875.p1|01876.p0} {01876.s1} -> {01876.p1|01877.p0} {01876.s2} 
+tr {01876.t2} {01876.s2} -> {01876.s1} 
+tr {01877.t1} {01876.p1|01877.p0} {01877.s1} -> {01877.p1|01878.p0} {01877.s2} 
+tr {01877.t2} {01877.s2} -> {01877.s1} 
+tr {01878.t1} {01877.p1|01878.p0} {01878.s1} -> {01878.p1|01879.p0} {01878.s2} 
+tr {01878.t2} {01878.s2} -> {01878.s1} 
+tr {01879.t1} {01878.p1|01879.p0} {01879.s1} -> {01879.p1|01880.p0} {01879.s2} 
+tr {01879.t2} {01879.s2} -> {01879.s1} 
+tr {01880.t1} {01879.p1|01880.p0} {01880.s1} -> {01880.p1|01881.p0} {01880.s2} 
+tr {01880.t2} {01880.s2} -> {01880.s1} 
+tr {01881.t1} {01880.p1|01881.p0} {01881.s1} -> {01881.p1|01882.p0} {01881.s2} 
+tr {01881.t2} {01881.s2} -> {01881.s1} 
+tr {01882.t1} {01881.p1|01882.p0} {01882.s1} -> {01882.p1|01883.p0} {01882.s2} 
+tr {01882.t2} {01882.s2} -> {01882.s1} 
+tr {01883.t1} {01882.p1|01883.p0} {01883.s1} -> {01883.p1|01884.p0} {01883.s2} 
+tr {01883.t2} {01883.s2} -> {01883.s1} 
+tr {01884.t1} {01883.p1|01884.p0} {01884.s1} -> {01884.p1|01885.p0} {01884.s2} 
+tr {01884.t2} {01884.s2} -> {01884.s1} 
+tr {01885.t1} {01884.p1|01885.p0} {01885.s1} -> {01885.p1|01886.p0} {01885.s2} 
+tr {01885.t2} {01885.s2} -> {01885.s1} 
+tr {01886.t1} {01885.p1|01886.p0} {01886.s1} -> {01886.p1|01887.p0} {01886.s2} 
+tr {01886.t2} {01886.s2} -> {01886.s1} 
+tr {01887.t1} {01886.p1|01887.p0} {01887.s1} -> {01887.p1|01888.p0} {01887.s2} 
+tr {01887.t2} {01887.s2} -> {01887.s1} 
+tr {01888.t1} {01887.p1|01888.p0} {01888.s1} -> {01888.p1|01889.p0} {01888.s2} 
+tr {01888.t2} {01888.s2} -> {01888.s1} 
+tr {01889.t1} {01888.p1|01889.p0} {01889.s1} -> {01889.p1|01890.p0} {01889.s2} 
+tr {01889.t2} {01889.s2} -> {01889.s1} 
+tr {01890.t1} {01889.p1|01890.p0} {01890.s1} -> {01890.p1|01891.p0} {01890.s2} 
+tr {01890.t2} {01890.s2} -> {01890.s1} 
+tr {01891.t1} {01890.p1|01891.p0} {01891.s1} -> {01891.p1|01892.p0} {01891.s2} 
+tr {01891.t2} {01891.s2} -> {01891.s1} 
+tr {01892.t1} {01891.p1|01892.p0} {01892.s1} -> {01892.p1|01893.p0} {01892.s2} 
+tr {01892.t2} {01892.s2} -> {01892.s1} 
+tr {01893.t1} {01892.p1|01893.p0} {01893.s1} -> {01893.p1|01894.p0} {01893.s2} 
+tr {01893.t2} {01893.s2} -> {01893.s1} 
+tr {01894.t1} {01893.p1|01894.p0} {01894.s1} -> {01894.p1|01895.p0} {01894.s2} 
+tr {01894.t2} {01894.s2} -> {01894.s1} 
+tr {01895.t1} {01894.p1|01895.p0} {01895.s1} -> {01895.p1|01896.p0} {01895.s2} 
+tr {01895.t2} {01895.s2} -> {01895.s1} 
+tr {01896.t1} {01895.p1|01896.p0} {01896.s1} -> {01896.p1|01897.p0} {01896.s2} 
+tr {01896.t2} {01896.s2} -> {01896.s1} 
+tr {01897.t1} {01896.p1|01897.p0} {01897.s1} -> {01897.p1|01898.p0} {01897.s2} 
+tr {01897.t2} {01897.s2} -> {01897.s1} 
+tr {01898.t1} {01897.p1|01898.p0} {01898.s1} -> {01898.p1|01899.p0} {01898.s2} 
+tr {01898.t2} {01898.s2} -> {01898.s1} 
+tr {01899.t1} {01898.p1|01899.p0} {01899.s1} -> {01899.p1|01900.p0} {01899.s2} 
+tr {01899.t2} {01899.s2} -> {01899.s1} 
+tr {01900.t1} {01899.p1|01900.p0} {01900.s1} -> {01900.p1|01901.p0} {01900.s2} 
+tr {01900.t2} {01900.s2} -> {01900.s1} 
+tr {01901.t1} {01900.p1|01901.p0} {01901.s1} -> {01901.p1|01902.p0} {01901.s2} 
+tr {01901.t2} {01901.s2} -> {01901.s1} 
+tr {01902.t1} {01901.p1|01902.p0} {01902.s1} -> {01902.p1|01903.p0} {01902.s2} 
+tr {01902.t2} {01902.s2} -> {01902.s1} 
+tr {01903.t1} {01902.p1|01903.p0} {01903.s1} -> {01903.p1|01904.p0} {01903.s2} 
+tr {01903.t2} {01903.s2} -> {01903.s1} 
+tr {01904.t1} {01903.p1|01904.p0} {01904.s1} -> {01904.p1|01905.p0} {01904.s2} 
+tr {01904.t2} {01904.s2} -> {01904.s1} 
+tr {01905.t1} {01904.p1|01905.p0} {01905.s1} -> {01905.p1|01906.p0} {01905.s2} 
+tr {01905.t2} {01905.s2} -> {01905.s1} 
+tr {01906.t1} {01905.p1|01906.p0} {01906.s1} -> {01906.p1|01907.p0} {01906.s2} 
+tr {01906.t2} {01906.s2} -> {01906.s1} 
+tr {01907.t1} {01906.p1|01907.p0} {01907.s1} -> {01907.p1|01908.p0} {01907.s2} 
+tr {01907.t2} {01907.s2} -> {01907.s1} 
+tr {01908.t1} {01907.p1|01908.p0} {01908.s1} -> {01908.p1|01909.p0} {01908.s2} 
+tr {01908.t2} {01908.s2} -> {01908.s1} 
+tr {01909.t1} {01908.p1|01909.p0} {01909.s1} -> {01909.p1|01910.p0} {01909.s2} 
+tr {01909.t2} {01909.s2} -> {01909.s1} 
+tr {01910.t1} {01909.p1|01910.p0} {01910.s1} -> {01910.p1|01911.p0} {01910.s2} 
+tr {01910.t2} {01910.s2} -> {01910.s1} 
+tr {01911.t1} {01910.p1|01911.p0} {01911.s1} -> {01911.p1|01912.p0} {01911.s2} 
+tr {01911.t2} {01911.s2} -> {01911.s1} 
+tr {01912.t1} {01911.p1|01912.p0} {01912.s1} -> {01912.p1|01913.p0} {01912.s2} 
+tr {01912.t2} {01912.s2} -> {01912.s1} 
+tr {01913.t1} {01912.p1|01913.p0} {01913.s1} -> {01913.p1|01914.p0} {01913.s2} 
+tr {01913.t2} {01913.s2} -> {01913.s1} 
+tr {01914.t1} {01913.p1|01914.p0} {01914.s1} -> {01914.p1|01915.p0} {01914.s2} 
+tr {01914.t2} {01914.s2} -> {01914.s1} 
+tr {01915.t1} {01914.p1|01915.p0} {01915.s1} -> {01915.p1|01916.p0} {01915.s2} 
+tr {01915.t2} {01915.s2} -> {01915.s1} 
+tr {01916.t1} {01915.p1|01916.p0} {01916.s1} -> {01916.p1|01917.p0} {01916.s2} 
+tr {01916.t2} {01916.s2} -> {01916.s1} 
+tr {01917.t1} {01916.p1|01917.p0} {01917.s1} -> {01917.p1|01918.p0} {01917.s2} 
+tr {01917.t2} {01917.s2} -> {01917.s1} 
+tr {01918.t1} {01917.p1|01918.p0} {01918.s1} -> {01918.p1|01919.p0} {01918.s2} 
+tr {01918.t2} {01918.s2} -> {01918.s1} 
+tr {01919.t1} {01918.p1|01919.p0} {01919.s1} -> {01919.p1|01920.p0} {01919.s2} 
+tr {01919.t2} {01919.s2} -> {01919.s1} 
+tr {01920.t1} {01919.p1|01920.p0} {01920.s1} -> {01920.p1|01921.p0} {01920.s2} 
+tr {01920.t2} {01920.s2} -> {01920.s1} 
+tr {01921.t1} {01920.p1|01921.p0} {01921.s1} -> {01921.p1|01922.p0} {01921.s2} 
+tr {01921.t2} {01921.s2} -> {01921.s1} 
+tr {01922.t1} {01921.p1|01922.p0} {01922.s1} -> {01922.p1|01923.p0} {01922.s2} 
+tr {01922.t2} {01922.s2} -> {01922.s1} 
+tr {01923.t1} {01922.p1|01923.p0} {01923.s1} -> {01923.p1|01924.p0} {01923.s2} 
+tr {01923.t2} {01923.s2} -> {01923.s1} 
+tr {01924.t1} {01923.p1|01924.p0} {01924.s1} -> {01924.p1|01925.p0} {01924.s2} 
+tr {01924.t2} {01924.s2} -> {01924.s1} 
+tr {01925.t1} {01924.p1|01925.p0} {01925.s1} -> {01925.p1|01926.p0} {01925.s2} 
+tr {01925.t2} {01925.s2} -> {01925.s1} 
+tr {01926.t1} {01925.p1|01926.p0} {01926.s1} -> {01926.p1|01927.p0} {01926.s2} 
+tr {01926.t2} {01926.s2} -> {01926.s1} 
+tr {01927.t1} {01926.p1|01927.p0} {01927.s1} -> {01927.p1|01928.p0} {01927.s2} 
+tr {01927.t2} {01927.s2} -> {01927.s1} 
+tr {01928.t1} {01927.p1|01928.p0} {01928.s1} -> {01928.p1|01929.p0} {01928.s2} 
+tr {01928.t2} {01928.s2} -> {01928.s1} 
+tr {01929.t1} {01928.p1|01929.p0} {01929.s1} -> {01929.p1|01930.p0} {01929.s2} 
+tr {01929.t2} {01929.s2} -> {01929.s1} 
+tr {01930.t1} {01929.p1|01930.p0} {01930.s1} -> {01930.p1|01931.p0} {01930.s2} 
+tr {01930.t2} {01930.s2} -> {01930.s1} 
+tr {01931.t1} {01930.p1|01931.p0} {01931.s1} -> {01931.p1|01932.p0} {01931.s2} 
+tr {01931.t2} {01931.s2} -> {01931.s1} 
+tr {01932.t1} {01931.p1|01932.p0} {01932.s1} -> {01932.p1|01933.p0} {01932.s2} 
+tr {01932.t2} {01932.s2} -> {01932.s1} 
+tr {01933.t1} {01932.p1|01933.p0} {01933.s1} -> {01933.p1|01934.p0} {01933.s2} 
+tr {01933.t2} {01933.s2} -> {01933.s1} 
+tr {01934.t1} {01933.p1|01934.p0} {01934.s1} -> {01934.p1|01935.p0} {01934.s2} 
+tr {01934.t2} {01934.s2} -> {01934.s1} 
+tr {01935.t1} {01934.p1|01935.p0} {01935.s1} -> {01935.p1|01936.p0} {01935.s2} 
+tr {01935.t2} {01935.s2} -> {01935.s1} 
+tr {01936.t1} {01935.p1|01936.p0} {01936.s1} -> {01936.p1|01937.p0} {01936.s2} 
+tr {01936.t2} {01936.s2} -> {01936.s1} 
+tr {01937.t1} {01936.p1|01937.p0} {01937.s1} -> {01937.p1|01938.p0} {01937.s2} 
+tr {01937.t2} {01937.s2} -> {01937.s1} 
+tr {01938.t1} {01937.p1|01938.p0} {01938.s1} -> {01938.p1|01939.p0} {01938.s2} 
+tr {01938.t2} {01938.s2} -> {01938.s1} 
+tr {01939.t1} {01938.p1|01939.p0} {01939.s1} -> {01939.p1|01940.p0} {01939.s2} 
+tr {01939.t2} {01939.s2} -> {01939.s1} 
+tr {01940.t1} {01939.p1|01940.p0} {01940.s1} -> {01940.p1|01941.p0} {01940.s2} 
+tr {01940.t2} {01940.s2} -> {01940.s1} 
+tr {01941.t1} {01940.p1|01941.p0} {01941.s1} -> {01941.p1|01942.p0} {01941.s2} 
+tr {01941.t2} {01941.s2} -> {01941.s1} 
+tr {01942.t1} {01941.p1|01942.p0} {01942.s1} -> {01942.p1|01943.p0} {01942.s2} 
+tr {01942.t2} {01942.s2} -> {01942.s1} 
+tr {01943.t1} {01942.p1|01943.p0} {01943.s1} -> {01943.p1|01944.p0} {01943.s2} 
+tr {01943.t2} {01943.s2} -> {01943.s1} 
+tr {01944.t1} {01943.p1|01944.p0} {01944.s1} -> {01944.p1|01945.p0} {01944.s2} 
+tr {01944.t2} {01944.s2} -> {01944.s1} 
+tr {01945.t1} {01944.p1|01945.p0} {01945.s1} -> {01945.p1|01946.p0} {01945.s2} 
+tr {01945.t2} {01945.s2} -> {01945.s1} 
+tr {01946.t1} {01945.p1|01946.p0} {01946.s1} -> {01946.p1|01947.p0} {01946.s2} 
+tr {01946.t2} {01946.s2} -> {01946.s1} 
+tr {01947.t1} {01946.p1|01947.p0} {01947.s1} -> {01947.p1|01948.p0} {01947.s2} 
+tr {01947.t2} {01947.s2} -> {01947.s1} 
+tr {01948.t1} {01947.p1|01948.p0} {01948.s1} -> {01948.p1|01949.p0} {01948.s2} 
+tr {01948.t2} {01948.s2} -> {01948.s1} 
+tr {01949.t1} {01948.p1|01949.p0} {01949.s1} -> {01949.p1|01950.p0} {01949.s2} 
+tr {01949.t2} {01949.s2} -> {01949.s1} 
+tr {01950.t1} {01949.p1|01950.p0} {01950.s1} -> {01950.p1|01951.p0} {01950.s2} 
+tr {01950.t2} {01950.s2} -> {01950.s1} 
+tr {01951.t1} {01950.p1|01951.p0} {01951.s1} -> {01951.p1|01952.p0} {01951.s2} 
+tr {01951.t2} {01951.s2} -> {01951.s1} 
+tr {01952.t1} {01951.p1|01952.p0} {01952.s1} -> {01952.p1|01953.p0} {01952.s2} 
+tr {01952.t2} {01952.s2} -> {01952.s1} 
+tr {01953.t1} {01952.p1|01953.p0} {01953.s1} -> {01953.p1|01954.p0} {01953.s2} 
+tr {01953.t2} {01953.s2} -> {01953.s1} 
+tr {01954.t1} {01953.p1|01954.p0} {01954.s1} -> {01954.p1|01955.p0} {01954.s2} 
+tr {01954.t2} {01954.s2} -> {01954.s1} 
+tr {01955.t1} {01954.p1|01955.p0} {01955.s1} -> {01955.p1|01956.p0} {01955.s2} 
+tr {01955.t2} {01955.s2} -> {01955.s1} 
+tr {01956.t1} {01955.p1|01956.p0} {01956.s1} -> {01956.p1|01957.p0} {01956.s2} 
+tr {01956.t2} {01956.s2} -> {01956.s1} 
+tr {01957.t1} {01956.p1|01957.p0} {01957.s1} -> {01957.p1|01958.p0} {01957.s2} 
+tr {01957.t2} {01957.s2} -> {01957.s1} 
+tr {01958.t1} {01957.p1|01958.p0} {01958.s1} -> {01958.p1|01959.p0} {01958.s2} 
+tr {01958.t2} {01958.s2} -> {01958.s1} 
+tr {01959.t1} {01958.p1|01959.p0} {01959.s1} -> {01959.p1|01960.p0} {01959.s2} 
+tr {01959.t2} {01959.s2} -> {01959.s1} 
+tr {01960.t1} {01959.p1|01960.p0} {01960.s1} -> {01960.p1|01961.p0} {01960.s2} 
+tr {01960.t2} {01960.s2} -> {01960.s1} 
+tr {01961.t1} {01960.p1|01961.p0} {01961.s1} -> {01961.p1|01962.p0} {01961.s2} 
+tr {01961.t2} {01961.s2} -> {01961.s1} 
+tr {01962.t1} {01961.p1|01962.p0} {01962.s1} -> {01962.p1|01963.p0} {01962.s2} 
+tr {01962.t2} {01962.s2} -> {01962.s1} 
+tr {01963.t1} {01962.p1|01963.p0} {01963.s1} -> {01963.p1|01964.p0} {01963.s2} 
+tr {01963.t2} {01963.s2} -> {01963.s1} 
+tr {01964.t1} {01963.p1|01964.p0} {01964.s1} -> {01964.p1|01965.p0} {01964.s2} 
+tr {01964.t2} {01964.s2} -> {01964.s1} 
+tr {01965.t1} {01964.p1|01965.p0} {01965.s1} -> {01965.p1|01966.p0} {01965.s2} 
+tr {01965.t2} {01965.s2} -> {01965.s1} 
+tr {01966.t1} {01965.p1|01966.p0} {01966.s1} -> {01966.p1|01967.p0} {01966.s2} 
+tr {01966.t2} {01966.s2} -> {01966.s1} 
+tr {01967.t1} {01966.p1|01967.p0} {01967.s1} -> {01967.p1|01968.p0} {01967.s2} 
+tr {01967.t2} {01967.s2} -> {01967.s1} 
+tr {01968.t1} {01967.p1|01968.p0} {01968.s1} -> {01968.p1|01969.p0} {01968.s2} 
+tr {01968.t2} {01968.s2} -> {01968.s1} 
+tr {01969.t1} {01968.p1|01969.p0} {01969.s1} -> {01969.p1|01970.p0} {01969.s2} 
+tr {01969.t2} {01969.s2} -> {01969.s1} 
+tr {01970.t1} {01969.p1|01970.p0} {01970.s1} -> {01970.p1|01971.p0} {01970.s2} 
+tr {01970.t2} {01970.s2} -> {01970.s1} 
+tr {01971.t1} {01970.p1|01971.p0} {01971.s1} -> {01971.p1|01972.p0} {01971.s2} 
+tr {01971.t2} {01971.s2} -> {01971.s1} 
+tr {01972.t1} {01971.p1|01972.p0} {01972.s1} -> {01972.p1|01973.p0} {01972.s2} 
+tr {01972.t2} {01972.s2} -> {01972.s1} 
+tr {01973.t1} {01972.p1|01973.p0} {01973.s1} -> {01973.p1|01974.p0} {01973.s2} 
+tr {01973.t2} {01973.s2} -> {01973.s1} 
+tr {01974.t1} {01973.p1|01974.p0} {01974.s1} -> {01974.p1|01975.p0} {01974.s2} 
+tr {01974.t2} {01974.s2} -> {01974.s1} 
+tr {01975.t1} {01974.p1|01975.p0} {01975.s1} -> {01975.p1|01976.p0} {01975.s2} 
+tr {01975.t2} {01975.s2} -> {01975.s1} 
+tr {01976.t1} {01975.p1|01976.p0} {01976.s1} -> {01976.p1|01977.p0} {01976.s2} 
+tr {01976.t2} {01976.s2} -> {01976.s1} 
+tr {01977.t1} {01976.p1|01977.p0} {01977.s1} -> {01977.p1|01978.p0} {01977.s2} 
+tr {01977.t2} {01977.s2} -> {01977.s1} 
+tr {01978.t1} {01977.p1|01978.p0} {01978.s1} -> {01978.p1|01979.p0} {01978.s2} 
+tr {01978.t2} {01978.s2} -> {01978.s1} 
+tr {01979.t1} {01978.p1|01979.p0} {01979.s1} -> {01979.p1|01980.p0} {01979.s2} 
+tr {01979.t2} {01979.s2} -> {01979.s1} 
+tr {01980.t1} {01979.p1|01980.p0} {01980.s1} -> {01980.p1|01981.p0} {01980.s2} 
+tr {01980.t2} {01980.s2} -> {01980.s1} 
+tr {01981.t1} {01980.p1|01981.p0} {01981.s1} -> {01981.p1|01982.p0} {01981.s2} 
+tr {01981.t2} {01981.s2} -> {01981.s1} 
+tr {01982.t1} {01981.p1|01982.p0} {01982.s1} -> {01982.p1|01983.p0} {01982.s2} 
+tr {01982.t2} {01982.s2} -> {01982.s1} 
+tr {01983.t1} {01982.p1|01983.p0} {01983.s1} -> {01983.p1|01984.p0} {01983.s2} 
+tr {01983.t2} {01983.s2} -> {01983.s1} 
+tr {01984.t1} {01983.p1|01984.p0} {01984.s1} -> {01984.p1|01985.p0} {01984.s2} 
+tr {01984.t2} {01984.s2} -> {01984.s1} 
+tr {01985.t1} {01984.p1|01985.p0} {01985.s1} -> {01985.p1|01986.p0} {01985.s2} 
+tr {01985.t2} {01985.s2} -> {01985.s1} 
+tr {01986.t1} {01985.p1|01986.p0} {01986.s1} -> {01986.p1|01987.p0} {01986.s2} 
+tr {01986.t2} {01986.s2} -> {01986.s1} 
+tr {01987.t1} {01986.p1|01987.p0} {01987.s1} -> {01987.p1|01988.p0} {01987.s2} 
+tr {01987.t2} {01987.s2} -> {01987.s1} 
+tr {01988.t1} {01987.p1|01988.p0} {01988.s1} -> {01988.p1|01989.p0} {01988.s2} 
+tr {01988.t2} {01988.s2} -> {01988.s1} 
+tr {01989.t1} {01988.p1|01989.p0} {01989.s1} -> {01989.p1|01990.p0} {01989.s2} 
+tr {01989.t2} {01989.s2} -> {01989.s1} 
+tr {01990.t1} {01989.p1|01990.p0} {01990.s1} -> {01990.p1|01991.p0} {01990.s2} 
+tr {01990.t2} {01990.s2} -> {01990.s1} 
+tr {01991.t1} {01990.p1|01991.p0} {01991.s1} -> {01991.p1|01992.p0} {01991.s2} 
+tr {01991.t2} {01991.s2} -> {01991.s1} 
+tr {01992.t1} {01991.p1|01992.p0} {01992.s1} -> {01992.p1|01993.p0} {01992.s2} 
+tr {01992.t2} {01992.s2} -> {01992.s1} 
+tr {01993.t1} {01992.p1|01993.p0} {01993.s1} -> {01993.p1|01994.p0} {01993.s2} 
+tr {01993.t2} {01993.s2} -> {01993.s1} 
+tr {01994.t1} {01993.p1|01994.p0} {01994.s1} -> {01994.p1|01995.p0} {01994.s2} 
+tr {01994.t2} {01994.s2} -> {01994.s1} 
+tr {01995.t1} {01994.p1|01995.p0} {01995.s1} -> {01995.p1|01996.p0} {01995.s2} 
+tr {01995.t2} {01995.s2} -> {01995.s1} 
+tr {01996.t1} {01995.p1|01996.p0} {01996.s1} -> {01996.p1|01997.p0} {01996.s2} 
+tr {01996.t2} {01996.s2} -> {01996.s1} 
+tr {01997.t1} {01996.p1|01997.p0} {01997.s1} -> {01997.p1|01998.p0} {01997.s2} 
+tr {01997.t2} {01997.s2} -> {01997.s1} 
+tr {01998.t1} {01997.p1|01998.p0} {01998.s1} -> {01998.p1|01999.p0} {01998.s2} 
+tr {01998.t2} {01998.s2} -> {01998.s1} 
+tr {01999.t1} {01998.p1|01999.p0} {01999.s1} -> {01999.p1|02000.p0} {01999.s2} 
+tr {01999.t2} {01999.s2} -> {01999.s1} 
+tr {02000.t1} {01999.p1|02000.p0} {02000.s1} -> {02000.p1|02001.p0} {02000.s2} 
+tr {02000.t2} {02000.s2} -> {02000.s1} 
+tr {02001.t1} {02000.p1|02001.p0} {02001.s1} -> {02001.p1|02002.p0} {02001.s2} 
+tr {02001.t2} {02001.s2} -> {02001.s1} 
+tr {02002.t1} {02001.p1|02002.p0} {02002.s1} -> {02002.p1|02003.p0} {02002.s2} 
+tr {02002.t2} {02002.s2} -> {02002.s1} 
+tr {02003.t1} {02002.p1|02003.p0} {02003.s1} -> {02003.p1|02004.p0} {02003.s2} 
+tr {02003.t2} {02003.s2} -> {02003.s1} 
+tr {02004.t1} {02003.p1|02004.p0} {02004.s1} -> {02004.p1|02005.p0} {02004.s2} 
+tr {02004.t2} {02004.s2} -> {02004.s1} 
+tr {02005.t1} {02004.p1|02005.p0} {02005.s1} -> {02005.p1|02006.p0} {02005.s2} 
+tr {02005.t2} {02005.s2} -> {02005.s1} 
+tr {02006.t1} {02005.p1|02006.p0} {02006.s1} -> {02006.p1|02007.p0} {02006.s2} 
+tr {02006.t2} {02006.s2} -> {02006.s1} 
+tr {02007.t1} {02006.p1|02007.p0} {02007.s1} -> {02007.p1|02008.p0} {02007.s2} 
+tr {02007.t2} {02007.s2} -> {02007.s1} 
+tr {02008.t1} {02007.p1|02008.p0} {02008.s1} -> {02008.p1|02009.p0} {02008.s2} 
+tr {02008.t2} {02008.s2} -> {02008.s1} 
+tr {02009.t1} {02008.p1|02009.p0} {02009.s1} -> {02009.p1|02010.p0} {02009.s2} 
+tr {02009.t2} {02009.s2} -> {02009.s1} 
+tr {02010.t1} {02009.p1|02010.p0} {02010.s1} -> {02010.p1|02011.p0} {02010.s2} 
+tr {02010.t2} {02010.s2} -> {02010.s1} 
+tr {02011.t1} {02010.p1|02011.p0} {02011.s1} -> {02011.p1|02012.p0} {02011.s2} 
+tr {02011.t2} {02011.s2} -> {02011.s1} 
+tr {02012.t1} {02011.p1|02012.p0} {02012.s1} -> {02012.p1|02013.p0} {02012.s2} 
+tr {02012.t2} {02012.s2} -> {02012.s1} 
+tr {02013.t1} {02012.p1|02013.p0} {02013.s1} -> {02013.p1|02014.p0} {02013.s2} 
+tr {02013.t2} {02013.s2} -> {02013.s1} 
+tr {02014.t1} {02013.p1|02014.p0} {02014.s1} -> {02014.p1|02015.p0} {02014.s2} 
+tr {02014.t2} {02014.s2} -> {02014.s1} 
+tr {02015.t1} {02014.p1|02015.p0} {02015.s1} -> {02015.p1|02016.p0} {02015.s2} 
+tr {02015.t2} {02015.s2} -> {02015.s1} 
+tr {02016.t1} {02015.p1|02016.p0} {02016.s1} -> {02016.p1|02017.p0} {02016.s2} 
+tr {02016.t2} {02016.s2} -> {02016.s1} 
+tr {02017.t1} {02016.p1|02017.p0} {02017.s1} -> {02017.p1|02018.p0} {02017.s2} 
+tr {02017.t2} {02017.s2} -> {02017.s1} 
+tr {02018.t1} {02017.p1|02018.p0} {02018.s1} -> {02018.p1|02019.p0} {02018.s2} 
+tr {02018.t2} {02018.s2} -> {02018.s1} 
+tr {02019.t1} {02018.p1|02019.p0} {02019.s1} -> {02019.p1|02020.p0} {02019.s2} 
+tr {02019.t2} {02019.s2} -> {02019.s1} 
+tr {02020.t1} {02019.p1|02020.p0} {02020.s1} -> {02020.p1|02021.p0} {02020.s2} 
+tr {02020.t2} {02020.s2} -> {02020.s1} 
+tr {02021.t1} {02020.p1|02021.p0} {02021.s1} -> {02021.p1|02022.p0} {02021.s2} 
+tr {02021.t2} {02021.s2} -> {02021.s1} 
+tr {02022.t1} {02021.p1|02022.p0} {02022.s1} -> {02022.p1|02023.p0} {02022.s2} 
+tr {02022.t2} {02022.s2} -> {02022.s1} 
+tr {02023.t1} {02022.p1|02023.p0} {02023.s1} -> {02023.p1|02024.p0} {02023.s2} 
+tr {02023.t2} {02023.s2} -> {02023.s1} 
+tr {02024.t1} {02023.p1|02024.p0} {02024.s1} -> {02024.p1|02025.p0} {02024.s2} 
+tr {02024.t2} {02024.s2} -> {02024.s1} 
+tr {02025.t1} {02024.p1|02025.p0} {02025.s1} -> {02025.p1|02026.p0} {02025.s2} 
+tr {02025.t2} {02025.s2} -> {02025.s1} 
+tr {02026.t1} {02025.p1|02026.p0} {02026.s1} -> {02026.p1|02027.p0} {02026.s2} 
+tr {02026.t2} {02026.s2} -> {02026.s1} 
+tr {02027.t1} {02026.p1|02027.p0} {02027.s1} -> {02027.p1|02028.p0} {02027.s2} 
+tr {02027.t2} {02027.s2} -> {02027.s1} 
+tr {02028.t1} {02027.p1|02028.p0} {02028.s1} -> {02028.p1|02029.p0} {02028.s2} 
+tr {02028.t2} {02028.s2} -> {02028.s1} 
+tr {02029.t1} {02028.p1|02029.p0} {02029.s1} -> {02029.p1|02030.p0} {02029.s2} 
+tr {02029.t2} {02029.s2} -> {02029.s1} 
+tr {02030.t1} {02029.p1|02030.p0} {02030.s1} -> {02030.p1|02031.p0} {02030.s2} 
+tr {02030.t2} {02030.s2} -> {02030.s1} 
+tr {02031.t1} {02030.p1|02031.p0} {02031.s1} -> {02031.p1|02032.p0} {02031.s2} 
+tr {02031.t2} {02031.s2} -> {02031.s1} 
+tr {02032.t1} {02031.p1|02032.p0} {02032.s1} -> {02032.p1|02033.p0} {02032.s2} 
+tr {02032.t2} {02032.s2} -> {02032.s1} 
+tr {02033.t1} {02032.p1|02033.p0} {02033.s1} -> {02033.p1|02034.p0} {02033.s2} 
+tr {02033.t2} {02033.s2} -> {02033.s1} 
+tr {02034.t1} {02033.p1|02034.p0} {02034.s1} -> {02034.p1|02035.p0} {02034.s2} 
+tr {02034.t2} {02034.s2} -> {02034.s1} 
+tr {02035.t1} {02034.p1|02035.p0} {02035.s1} -> {02035.p1|02036.p0} {02035.s2} 
+tr {02035.t2} {02035.s2} -> {02035.s1} 
+tr {02036.t1} {02035.p1|02036.p0} {02036.s1} -> {02036.p1|02037.p0} {02036.s2} 
+tr {02036.t2} {02036.s2} -> {02036.s1} 
+tr {02037.t1} {02036.p1|02037.p0} {02037.s1} -> {02037.p1|02038.p0} {02037.s2} 
+tr {02037.t2} {02037.s2} -> {02037.s1} 
+tr {02038.t1} {02037.p1|02038.p0} {02038.s1} -> {02038.p1|02039.p0} {02038.s2} 
+tr {02038.t2} {02038.s2} -> {02038.s1} 
+tr {02039.t1} {02038.p1|02039.p0} {02039.s1} -> {02039.p1|02040.p0} {02039.s2} 
+tr {02039.t2} {02039.s2} -> {02039.s1} 
+tr {02040.t1} {02039.p1|02040.p0} {02040.s1} -> {02040.p1|02041.p0} {02040.s2} 
+tr {02040.t2} {02040.s2} -> {02040.s1} 
+tr {02041.t1} {02040.p1|02041.p0} {02041.s1} -> {02041.p1|02042.p0} {02041.s2} 
+tr {02041.t2} {02041.s2} -> {02041.s1} 
+tr {02042.t1} {02041.p1|02042.p0} {02042.s1} -> {02042.p1|02043.p0} {02042.s2} 
+tr {02042.t2} {02042.s2} -> {02042.s1} 
+tr {02043.t1} {02042.p1|02043.p0} {02043.s1} -> {02043.p1|02044.p0} {02043.s2} 
+tr {02043.t2} {02043.s2} -> {02043.s1} 
+tr {02044.t1} {02043.p1|02044.p0} {02044.s1} -> {02044.p1|02045.p0} {02044.s2} 
+tr {02044.t2} {02044.s2} -> {02044.s1} 
+tr {02045.t1} {02044.p1|02045.p0} {02045.s1} -> {02045.p1|02046.p0} {02045.s2} 
+tr {02045.t2} {02045.s2} -> {02045.s1} 
+tr {02046.t1} {02045.p1|02046.p0} {02046.s1} -> {02046.p1|02047.p0} {02046.s2} 
+tr {02046.t2} {02046.s2} -> {02046.s1} 
+tr {02047.t1} {02046.p1|02047.p0} {02047.s1} -> {02047.p1|02048.p0} {02047.s2} 
+tr {02047.t2} {02047.s2} -> {02047.s1} 
+tr {02048.t1} {02047.p1|02048.p0} {02048.s1} -> {02048.p1|02049.p0} {02048.s2} 
+tr {02048.t2} {02048.s2} -> {02048.s1} 
+tr {02049.t1} {02048.p1|02049.p0} {02049.s1} -> {02049.p1|02050.p0} {02049.s2} 
+tr {02049.t2} {02049.s2} -> {02049.s1} 
+tr {02050.t1} {02049.p1|02050.p0} {02050.s1} -> {02050.p1|02051.p0} {02050.s2} 
+tr {02050.t2} {02050.s2} -> {02050.s1} 
+tr {02051.t1} {02050.p1|02051.p0} {02051.s1} -> {02051.p1|02052.p0} {02051.s2} 
+tr {02051.t2} {02051.s2} -> {02051.s1} 
+tr {02052.t1} {02051.p1|02052.p0} {02052.s1} -> {02052.p1|02053.p0} {02052.s2} 
+tr {02052.t2} {02052.s2} -> {02052.s1} 
+tr {02053.t1} {02052.p1|02053.p0} {02053.s1} -> {02053.p1|02054.p0} {02053.s2} 
+tr {02053.t2} {02053.s2} -> {02053.s1} 
+tr {02054.t1} {02053.p1|02054.p0} {02054.s1} -> {02054.p1|02055.p0} {02054.s2} 
+tr {02054.t2} {02054.s2} -> {02054.s1} 
+tr {02055.t1} {02054.p1|02055.p0} {02055.s1} -> {02055.p1|02056.p0} {02055.s2} 
+tr {02055.t2} {02055.s2} -> {02055.s1} 
+tr {02056.t1} {02055.p1|02056.p0} {02056.s1} -> {02056.p1|02057.p0} {02056.s2} 
+tr {02056.t2} {02056.s2} -> {02056.s1} 
+tr {02057.t1} {02056.p1|02057.p0} {02057.s1} -> {02057.p1|02058.p0} {02057.s2} 
+tr {02057.t2} {02057.s2} -> {02057.s1} 
+tr {02058.t1} {02057.p1|02058.p0} {02058.s1} -> {02058.p1|02059.p0} {02058.s2} 
+tr {02058.t2} {02058.s2} -> {02058.s1} 
+tr {02059.t1} {02058.p1|02059.p0} {02059.s1} -> {02059.p1|02060.p0} {02059.s2} 
+tr {02059.t2} {02059.s2} -> {02059.s1} 
+tr {02060.t1} {02059.p1|02060.p0} {02060.s1} -> {02060.p1|02061.p0} {02060.s2} 
+tr {02060.t2} {02060.s2} -> {02060.s1} 
+tr {02061.t1} {02060.p1|02061.p0} {02061.s1} -> {02061.p1|02062.p0} {02061.s2} 
+tr {02061.t2} {02061.s2} -> {02061.s1} 
+tr {02062.t1} {02061.p1|02062.p0} {02062.s1} -> {02062.p1|02063.p0} {02062.s2} 
+tr {02062.t2} {02062.s2} -> {02062.s1} 
+tr {02063.t1} {02062.p1|02063.p0} {02063.s1} -> {02063.p1|02064.p0} {02063.s2} 
+tr {02063.t2} {02063.s2} -> {02063.s1} 
+tr {02064.t1} {02063.p1|02064.p0} {02064.s1} -> {02064.p1|02065.p0} {02064.s2} 
+tr {02064.t2} {02064.s2} -> {02064.s1} 
+tr {02065.t1} {02064.p1|02065.p0} {02065.s1} -> {02065.p1|02066.p0} {02065.s2} 
+tr {02065.t2} {02065.s2} -> {02065.s1} 
+tr {02066.t1} {02065.p1|02066.p0} {02066.s1} -> {02066.p1|02067.p0} {02066.s2} 
+tr {02066.t2} {02066.s2} -> {02066.s1} 
+tr {02067.t1} {02066.p1|02067.p0} {02067.s1} -> {02067.p1|02068.p0} {02067.s2} 
+tr {02067.t2} {02067.s2} -> {02067.s1} 
+tr {02068.t1} {02067.p1|02068.p0} {02068.s1} -> {02068.p1|02069.p0} {02068.s2} 
+tr {02068.t2} {02068.s2} -> {02068.s1} 
+tr {02069.t1} {02068.p1|02069.p0} {02069.s1} -> {02069.p1|02070.p0} {02069.s2} 
+tr {02069.t2} {02069.s2} -> {02069.s1} 
+tr {02070.t1} {02069.p1|02070.p0} {02070.s1} -> {02070.p1|02071.p0} {02070.s2} 
+tr {02070.t2} {02070.s2} -> {02070.s1} 
+tr {02071.t1} {02070.p1|02071.p0} {02071.s1} -> {02071.p1|02072.p0} {02071.s2} 
+tr {02071.t2} {02071.s2} -> {02071.s1} 
+tr {02072.t1} {02071.p1|02072.p0} {02072.s1} -> {02072.p1|02073.p0} {02072.s2} 
+tr {02072.t2} {02072.s2} -> {02072.s1} 
+tr {02073.t1} {02072.p1|02073.p0} {02073.s1} -> {02073.p1|02074.p0} {02073.s2} 
+tr {02073.t2} {02073.s2} -> {02073.s1} 
+tr {02074.t1} {02073.p1|02074.p0} {02074.s1} -> {02074.p1|02075.p0} {02074.s2} 
+tr {02074.t2} {02074.s2} -> {02074.s1} 
+tr {02075.t1} {02074.p1|02075.p0} {02075.s1} -> {02075.p1|02076.p0} {02075.s2} 
+tr {02075.t2} {02075.s2} -> {02075.s1} 
+tr {02076.t1} {02075.p1|02076.p0} {02076.s1} -> {02076.p1|02077.p0} {02076.s2} 
+tr {02076.t2} {02076.s2} -> {02076.s1} 
+tr {02077.t1} {02076.p1|02077.p0} {02077.s1} -> {02077.p1|02078.p0} {02077.s2} 
+tr {02077.t2} {02077.s2} -> {02077.s1} 
+tr {02078.t1} {02077.p1|02078.p0} {02078.s1} -> {02078.p1|02079.p0} {02078.s2} 
+tr {02078.t2} {02078.s2} -> {02078.s1} 
+tr {02079.t1} {02078.p1|02079.p0} {02079.s1} -> {02079.p1|02080.p0} {02079.s2} 
+tr {02079.t2} {02079.s2} -> {02079.s1} 
+tr {02080.t1} {02079.p1|02080.p0} {02080.s1} -> {02080.p1|02081.p0} {02080.s2} 
+tr {02080.t2} {02080.s2} -> {02080.s1} 
+tr {02081.t1} {02080.p1|02081.p0} {02081.s1} -> {02081.p1|02082.p0} {02081.s2} 
+tr {02081.t2} {02081.s2} -> {02081.s1} 
+tr {02082.t1} {02081.p1|02082.p0} {02082.s1} -> {02082.p1|02083.p0} {02082.s2} 
+tr {02082.t2} {02082.s2} -> {02082.s1} 
+tr {02083.t1} {02082.p1|02083.p0} {02083.s1} -> {02083.p1|02084.p0} {02083.s2} 
+tr {02083.t2} {02083.s2} -> {02083.s1} 
+tr {02084.t1} {02083.p1|02084.p0} {02084.s1} -> {02084.p1|02085.p0} {02084.s2} 
+tr {02084.t2} {02084.s2} -> {02084.s1} 
+tr {02085.t1} {02084.p1|02085.p0} {02085.s1} -> {02085.p1|02086.p0} {02085.s2} 
+tr {02085.t2} {02085.s2} -> {02085.s1} 
+tr {02086.t1} {02085.p1|02086.p0} {02086.s1} -> {02086.p1|02087.p0} {02086.s2} 
+tr {02086.t2} {02086.s2} -> {02086.s1} 
+tr {02087.t1} {02086.p1|02087.p0} {02087.s1} -> {02087.p1|02088.p0} {02087.s2} 
+tr {02087.t2} {02087.s2} -> {02087.s1} 
+tr {02088.t1} {02087.p1|02088.p0} {02088.s1} -> {02088.p1|02089.p0} {02088.s2} 
+tr {02088.t2} {02088.s2} -> {02088.s1} 
+tr {02089.t1} {02088.p1|02089.p0} {02089.s1} -> {02089.p1|02090.p0} {02089.s2} 
+tr {02089.t2} {02089.s2} -> {02089.s1} 
+tr {02090.t1} {02089.p1|02090.p0} {02090.s1} -> {02090.p1|02091.p0} {02090.s2} 
+tr {02090.t2} {02090.s2} -> {02090.s1} 
+tr {02091.t1} {02090.p1|02091.p0} {02091.s1} -> {02091.p1|02092.p0} {02091.s2} 
+tr {02091.t2} {02091.s2} -> {02091.s1} 
+tr {02092.t1} {02091.p1|02092.p0} {02092.s1} -> {02092.p1|02093.p0} {02092.s2} 
+tr {02092.t2} {02092.s2} -> {02092.s1} 
+tr {02093.t1} {02092.p1|02093.p0} {02093.s1} -> {02093.p1|02094.p0} {02093.s2} 
+tr {02093.t2} {02093.s2} -> {02093.s1} 
+tr {02094.t1} {02093.p1|02094.p0} {02094.s1} -> {02094.p1|02095.p0} {02094.s2} 
+tr {02094.t2} {02094.s2} -> {02094.s1} 
+tr {02095.t1} {02094.p1|02095.p0} {02095.s1} -> {02095.p1|02096.p0} {02095.s2} 
+tr {02095.t2} {02095.s2} -> {02095.s1} 
+tr {02096.t1} {02095.p1|02096.p0} {02096.s1} -> {02096.p1|02097.p0} {02096.s2} 
+tr {02096.t2} {02096.s2} -> {02096.s1} 
+tr {02097.t1} {02096.p1|02097.p0} {02097.s1} -> {02097.p1|02098.p0} {02097.s2} 
+tr {02097.t2} {02097.s2} -> {02097.s1} 
+tr {02098.t1} {02097.p1|02098.p0} {02098.s1} -> {02098.p1|02099.p0} {02098.s2} 
+tr {02098.t2} {02098.s2} -> {02098.s1} 
+tr {02099.t1} {02098.p1|02099.p0} {02099.s1} -> {02099.p1|02100.p0} {02099.s2} 
+tr {02099.t2} {02099.s2} -> {02099.s1} 
+tr {02100.t1} {02099.p1|02100.p0} {02100.s1} -> {02100.p1|02101.p0} {02100.s2} 
+tr {02100.t2} {02100.s2} -> {02100.s1} 
+tr {02101.t1} {02100.p1|02101.p0} {02101.s1} -> {02101.p1|02102.p0} {02101.s2} 
+tr {02101.t2} {02101.s2} -> {02101.s1} 
+tr {02102.t1} {02101.p1|02102.p0} {02102.s1} -> {02102.p1|02103.p0} {02102.s2} 
+tr {02102.t2} {02102.s2} -> {02102.s1} 
+tr {02103.t1} {02102.p1|02103.p0} {02103.s1} -> {02103.p1|02104.p0} {02103.s2} 
+tr {02103.t2} {02103.s2} -> {02103.s1} 
+tr {02104.t1} {02103.p1|02104.p0} {02104.s1} -> {02104.p1|02105.p0} {02104.s2} 
+tr {02104.t2} {02104.s2} -> {02104.s1} 
+tr {02105.t1} {02104.p1|02105.p0} {02105.s1} -> {02105.p1|02106.p0} {02105.s2} 
+tr {02105.t2} {02105.s2} -> {02105.s1} 
+tr {02106.t1} {02105.p1|02106.p0} {02106.s1} -> {02106.p1|02107.p0} {02106.s2} 
+tr {02106.t2} {02106.s2} -> {02106.s1} 
+tr {02107.t1} {02106.p1|02107.p0} {02107.s1} -> {02107.p1|02108.p0} {02107.s2} 
+tr {02107.t2} {02107.s2} -> {02107.s1} 
+tr {02108.t1} {02107.p1|02108.p0} {02108.s1} -> {02108.p1|02109.p0} {02108.s2} 
+tr {02108.t2} {02108.s2} -> {02108.s1} 
+tr {02109.t1} {02108.p1|02109.p0} {02109.s1} -> {02109.p1|02110.p0} {02109.s2} 
+tr {02109.t2} {02109.s2} -> {02109.s1} 
+tr {02110.t1} {02109.p1|02110.p0} {02110.s1} -> {02110.p1|02111.p0} {02110.s2} 
+tr {02110.t2} {02110.s2} -> {02110.s1} 
+tr {02111.t1} {02110.p1|02111.p0} {02111.s1} -> {02111.p1|02112.p0} {02111.s2} 
+tr {02111.t2} {02111.s2} -> {02111.s1} 
+tr {02112.t1} {02111.p1|02112.p0} {02112.s1} -> {02112.p1|02113.p0} {02112.s2} 
+tr {02112.t2} {02112.s2} -> {02112.s1} 
+tr {02113.t1} {02112.p1|02113.p0} {02113.s1} -> {02113.p1|02114.p0} {02113.s2} 
+tr {02113.t2} {02113.s2} -> {02113.s1} 
+tr {02114.t1} {02113.p1|02114.p0} {02114.s1} -> {02114.p1|02115.p0} {02114.s2} 
+tr {02114.t2} {02114.s2} -> {02114.s1} 
+tr {02115.t1} {02114.p1|02115.p0} {02115.s1} -> {02115.p1|02116.p0} {02115.s2} 
+tr {02115.t2} {02115.s2} -> {02115.s1} 
+tr {02116.t1} {02115.p1|02116.p0} {02116.s1} -> {02116.p1|02117.p0} {02116.s2} 
+tr {02116.t2} {02116.s2} -> {02116.s1} 
+tr {02117.t1} {02116.p1|02117.p0} {02117.s1} -> {02117.p1|02118.p0} {02117.s2} 
+tr {02117.t2} {02117.s2} -> {02117.s1} 
+tr {02118.t1} {02117.p1|02118.p0} {02118.s1} -> {02118.p1|02119.p0} {02118.s2} 
+tr {02118.t2} {02118.s2} -> {02118.s1} 
+tr {02119.t1} {02118.p1|02119.p0} {02119.s1} -> {02119.p1|02120.p0} {02119.s2} 
+tr {02119.t2} {02119.s2} -> {02119.s1} 
+tr {02120.t1} {02119.p1|02120.p0} {02120.s1} -> {02120.p1|02121.p0} {02120.s2} 
+tr {02120.t2} {02120.s2} -> {02120.s1} 
+tr {02121.t1} {02120.p1|02121.p0} {02121.s1} -> {02121.p1|02122.p0} {02121.s2} 
+tr {02121.t2} {02121.s2} -> {02121.s1} 
+tr {02122.t1} {02121.p1|02122.p0} {02122.s1} -> {02122.p1|02123.p0} {02122.s2} 
+tr {02122.t2} {02122.s2} -> {02122.s1} 
+tr {02123.t1} {02122.p1|02123.p0} {02123.s1} -> {02123.p1|02124.p0} {02123.s2} 
+tr {02123.t2} {02123.s2} -> {02123.s1} 
+tr {02124.t1} {02123.p1|02124.p0} {02124.s1} -> {02124.p1|02125.p0} {02124.s2} 
+tr {02124.t2} {02124.s2} -> {02124.s1} 
+tr {02125.t1} {02124.p1|02125.p0} {02125.s1} -> {02125.p1|02126.p0} {02125.s2} 
+tr {02125.t2} {02125.s2} -> {02125.s1} 
+tr {02126.t1} {02125.p1|02126.p0} {02126.s1} -> {02126.p1|02127.p0} {02126.s2} 
+tr {02126.t2} {02126.s2} -> {02126.s1} 
+tr {02127.t1} {02126.p1|02127.p0} {02127.s1} -> {02127.p1|02128.p0} {02127.s2} 
+tr {02127.t2} {02127.s2} -> {02127.s1} 
+tr {02128.t1} {02127.p1|02128.p0} {02128.s1} -> {02128.p1|02129.p0} {02128.s2} 
+tr {02128.t2} {02128.s2} -> {02128.s1} 
+tr {02129.t1} {02128.p1|02129.p0} {02129.s1} -> {02129.p1|02130.p0} {02129.s2} 
+tr {02129.t2} {02129.s2} -> {02129.s1} 
+tr {02130.t1} {02129.p1|02130.p0} {02130.s1} -> {02130.p1|02131.p0} {02130.s2} 
+tr {02130.t2} {02130.s2} -> {02130.s1} 
+tr {02131.t1} {02130.p1|02131.p0} {02131.s1} -> {02131.p1|02132.p0} {02131.s2} 
+tr {02131.t2} {02131.s2} -> {02131.s1} 
+tr {02132.t1} {02131.p1|02132.p0} {02132.s1} -> {02132.p1|02133.p0} {02132.s2} 
+tr {02132.t2} {02132.s2} -> {02132.s1} 
+tr {02133.t1} {02132.p1|02133.p0} {02133.s1} -> {02133.p1|02134.p0} {02133.s2} 
+tr {02133.t2} {02133.s2} -> {02133.s1} 
+tr {02134.t1} {02133.p1|02134.p0} {02134.s1} -> {02134.p1|02135.p0} {02134.s2} 
+tr {02134.t2} {02134.s2} -> {02134.s1} 
+tr {02135.t1} {02134.p1|02135.p0} {02135.s1} -> {02135.p1|02136.p0} {02135.s2} 
+tr {02135.t2} {02135.s2} -> {02135.s1} 
+tr {02136.t1} {02135.p1|02136.p0} {02136.s1} -> {02136.p1|02137.p0} {02136.s2} 
+tr {02136.t2} {02136.s2} -> {02136.s1} 
+tr {02137.t1} {02136.p1|02137.p0} {02137.s1} -> {02137.p1|02138.p0} {02137.s2} 
+tr {02137.t2} {02137.s2} -> {02137.s1} 
+tr {02138.t1} {02137.p1|02138.p0} {02138.s1} -> {02138.p1|02139.p0} {02138.s2} 
+tr {02138.t2} {02138.s2} -> {02138.s1} 
+tr {02139.t1} {02138.p1|02139.p0} {02139.s1} -> {02139.p1|02140.p0} {02139.s2} 
+tr {02139.t2} {02139.s2} -> {02139.s1} 
+tr {02140.t1} {02139.p1|02140.p0} {02140.s1} -> {02140.p1|02141.p0} {02140.s2} 
+tr {02140.t2} {02140.s2} -> {02140.s1} 
+tr {02141.t1} {02140.p1|02141.p0} {02141.s1} -> {02141.p1|02142.p0} {02141.s2} 
+tr {02141.t2} {02141.s2} -> {02141.s1} 
+tr {02142.t1} {02141.p1|02142.p0} {02142.s1} -> {02142.p1|02143.p0} {02142.s2} 
+tr {02142.t2} {02142.s2} -> {02142.s1} 
+tr {02143.t1} {02142.p1|02143.p0} {02143.s1} -> {02143.p1|02144.p0} {02143.s2} 
+tr {02143.t2} {02143.s2} -> {02143.s1} 
+tr {02144.t1} {02143.p1|02144.p0} {02144.s1} -> {02144.p1|02145.p0} {02144.s2} 
+tr {02144.t2} {02144.s2} -> {02144.s1} 
+tr {02145.t1} {02144.p1|02145.p0} {02145.s1} -> {02145.p1|02146.p0} {02145.s2} 
+tr {02145.t2} {02145.s2} -> {02145.s1} 
+tr {02146.t1} {02145.p1|02146.p0} {02146.s1} -> {02146.p1|02147.p0} {02146.s2} 
+tr {02146.t2} {02146.s2} -> {02146.s1} 
+tr {02147.t1} {02146.p1|02147.p0} {02147.s1} -> {02147.p1|02148.p0} {02147.s2} 
+tr {02147.t2} {02147.s2} -> {02147.s1} 
+tr {02148.t1} {02147.p1|02148.p0} {02148.s1} -> {02148.p1|02149.p0} {02148.s2} 
+tr {02148.t2} {02148.s2} -> {02148.s1} 
+tr {02149.t1} {02148.p1|02149.p0} {02149.s1} -> {02149.p1|02150.p0} {02149.s2} 
+tr {02149.t2} {02149.s2} -> {02149.s1} 
+tr {02150.t1} {02149.p1|02150.p0} {02150.s1} -> {02150.p1|02151.p0} {02150.s2} 
+tr {02150.t2} {02150.s2} -> {02150.s1} 
+tr {02151.t1} {02150.p1|02151.p0} {02151.s1} -> {02151.p1|02152.p0} {02151.s2} 
+tr {02151.t2} {02151.s2} -> {02151.s1} 
+tr {02152.t1} {02151.p1|02152.p0} {02152.s1} -> {02152.p1|02153.p0} {02152.s2} 
+tr {02152.t2} {02152.s2} -> {02152.s1} 
+tr {02153.t1} {02152.p1|02153.p0} {02153.s1} -> {02153.p1|02154.p0} {02153.s2} 
+tr {02153.t2} {02153.s2} -> {02153.s1} 
+tr {02154.t1} {02153.p1|02154.p0} {02154.s1} -> {02154.p1|02155.p0} {02154.s2} 
+tr {02154.t2} {02154.s2} -> {02154.s1} 
+tr {02155.t1} {02154.p1|02155.p0} {02155.s1} -> {02155.p1|02156.p0} {02155.s2} 
+tr {02155.t2} {02155.s2} -> {02155.s1} 
+tr {02156.t1} {02155.p1|02156.p0} {02156.s1} -> {02156.p1|02157.p0} {02156.s2} 
+tr {02156.t2} {02156.s2} -> {02156.s1} 
+tr {02157.t1} {02156.p1|02157.p0} {02157.s1} -> {02157.p1|02158.p0} {02157.s2} 
+tr {02157.t2} {02157.s2} -> {02157.s1} 
+tr {02158.t1} {02157.p1|02158.p0} {02158.s1} -> {02158.p1|02159.p0} {02158.s2} 
+tr {02158.t2} {02158.s2} -> {02158.s1} 
+tr {02159.t1} {02158.p1|02159.p0} {02159.s1} -> {02159.p1|02160.p0} {02159.s2} 
+tr {02159.t2} {02159.s2} -> {02159.s1} 
+tr {02160.t1} {02159.p1|02160.p0} {02160.s1} -> {02160.p1|02161.p0} {02160.s2} 
+tr {02160.t2} {02160.s2} -> {02160.s1} 
+tr {02161.t1} {02160.p1|02161.p0} {02161.s1} -> {02161.p1|02162.p0} {02161.s2} 
+tr {02161.t2} {02161.s2} -> {02161.s1} 
+tr {02162.t1} {02161.p1|02162.p0} {02162.s1} -> {02162.p1|02163.p0} {02162.s2} 
+tr {02162.t2} {02162.s2} -> {02162.s1} 
+tr {02163.t1} {02162.p1|02163.p0} {02163.s1} -> {02163.p1|02164.p0} {02163.s2} 
+tr {02163.t2} {02163.s2} -> {02163.s1} 
+tr {02164.t1} {02163.p1|02164.p0} {02164.s1} -> {02164.p1|02165.p0} {02164.s2} 
+tr {02164.t2} {02164.s2} -> {02164.s1} 
+tr {02165.t1} {02164.p1|02165.p0} {02165.s1} -> {02165.p1|02166.p0} {02165.s2} 
+tr {02165.t2} {02165.s2} -> {02165.s1} 
+tr {02166.t1} {02165.p1|02166.p0} {02166.s1} -> {02166.p1|02167.p0} {02166.s2} 
+tr {02166.t2} {02166.s2} -> {02166.s1} 
+tr {02167.t1} {02166.p1|02167.p0} {02167.s1} -> {02167.p1|02168.p0} {02167.s2} 
+tr {02167.t2} {02167.s2} -> {02167.s1} 
+tr {02168.t1} {02167.p1|02168.p0} {02168.s1} -> {02168.p1|02169.p0} {02168.s2} 
+tr {02168.t2} {02168.s2} -> {02168.s1} 
+tr {02169.t1} {02168.p1|02169.p0} {02169.s1} -> {02169.p1|02170.p0} {02169.s2} 
+tr {02169.t2} {02169.s2} -> {02169.s1} 
+tr {02170.t1} {02169.p1|02170.p0} {02170.s1} -> {02170.p1|02171.p0} {02170.s2} 
+tr {02170.t2} {02170.s2} -> {02170.s1} 
+tr {02171.t1} {02170.p1|02171.p0} {02171.s1} -> {02171.p1|02172.p0} {02171.s2} 
+tr {02171.t2} {02171.s2} -> {02171.s1} 
+tr {02172.t1} {02171.p1|02172.p0} {02172.s1} -> {02172.p1|02173.p0} {02172.s2} 
+tr {02172.t2} {02172.s2} -> {02172.s1} 
+tr {02173.t1} {02172.p1|02173.p0} {02173.s1} -> {02173.p1|02174.p0} {02173.s2} 
+tr {02173.t2} {02173.s2} -> {02173.s1} 
+tr {02174.t1} {02173.p1|02174.p0} {02174.s1} -> {02174.p1|02175.p0} {02174.s2} 
+tr {02174.t2} {02174.s2} -> {02174.s1} 
+tr {02175.t1} {02174.p1|02175.p0} {02175.s1} -> {02175.p1|02176.p0} {02175.s2} 
+tr {02175.t2} {02175.s2} -> {02175.s1} 
+tr {02176.t1} {02175.p1|02176.p0} {02176.s1} -> {02176.p1|02177.p0} {02176.s2} 
+tr {02176.t2} {02176.s2} -> {02176.s1} 
+tr {02177.t1} {02176.p1|02177.p0} {02177.s1} -> {02177.p1|02178.p0} {02177.s2} 
+tr {02177.t2} {02177.s2} -> {02177.s1} 
+tr {02178.t1} {02177.p1|02178.p0} {02178.s1} -> {02178.p1|02179.p0} {02178.s2} 
+tr {02178.t2} {02178.s2} -> {02178.s1} 
+tr {02179.t1} {02178.p1|02179.p0} {02179.s1} -> {02179.p1|02180.p0} {02179.s2} 
+tr {02179.t2} {02179.s2} -> {02179.s1} 
+tr {02180.t1} {02179.p1|02180.p0} {02180.s1} -> {02180.p1|02181.p0} {02180.s2} 
+tr {02180.t2} {02180.s2} -> {02180.s1} 
+tr {02181.t1} {02180.p1|02181.p0} {02181.s1} -> {02181.p1|02182.p0} {02181.s2} 
+tr {02181.t2} {02181.s2} -> {02181.s1} 
+tr {02182.t1} {02181.p1|02182.p0} {02182.s1} -> {02182.p1|02183.p0} {02182.s2} 
+tr {02182.t2} {02182.s2} -> {02182.s1} 
+tr {02183.t1} {02182.p1|02183.p0} {02183.s1} -> {02183.p1|02184.p0} {02183.s2} 
+tr {02183.t2} {02183.s2} -> {02183.s1} 
+tr {02184.t1} {02183.p1|02184.p0} {02184.s1} -> {02184.p1|02185.p0} {02184.s2} 
+tr {02184.t2} {02184.s2} -> {02184.s1} 
+tr {02185.t1} {02184.p1|02185.p0} {02185.s1} -> {02185.p1|02186.p0} {02185.s2} 
+tr {02185.t2} {02185.s2} -> {02185.s1} 
+tr {02186.t1} {02185.p1|02186.p0} {02186.s1} -> {02186.p1|02187.p0} {02186.s2} 
+tr {02186.t2} {02186.s2} -> {02186.s1} 
+tr {02187.t1} {02186.p1|02187.p0} {02187.s1} -> {02187.p1|02188.p0} {02187.s2} 
+tr {02187.t2} {02187.s2} -> {02187.s1} 
+tr {02188.t1} {02187.p1|02188.p0} {02188.s1} -> {02188.p1|02189.p0} {02188.s2} 
+tr {02188.t2} {02188.s2} -> {02188.s1} 
+tr {02189.t1} {02188.p1|02189.p0} {02189.s1} -> {02189.p1|02190.p0} {02189.s2} 
+tr {02189.t2} {02189.s2} -> {02189.s1} 
+tr {02190.t1} {02189.p1|02190.p0} {02190.s1} -> {02190.p1|02191.p0} {02190.s2} 
+tr {02190.t2} {02190.s2} -> {02190.s1} 
+tr {02191.t1} {02190.p1|02191.p0} {02191.s1} -> {02191.p1|02192.p0} {02191.s2} 
+tr {02191.t2} {02191.s2} -> {02191.s1} 
+tr {02192.t1} {02191.p1|02192.p0} {02192.s1} -> {02192.p1|02193.p0} {02192.s2} 
+tr {02192.t2} {02192.s2} -> {02192.s1} 
+tr {02193.t1} {02192.p1|02193.p0} {02193.s1} -> {02193.p1|02194.p0} {02193.s2} 
+tr {02193.t2} {02193.s2} -> {02193.s1} 
+tr {02194.t1} {02193.p1|02194.p0} {02194.s1} -> {02194.p1|02195.p0} {02194.s2} 
+tr {02194.t2} {02194.s2} -> {02194.s1} 
+tr {02195.t1} {02194.p1|02195.p0} {02195.s1} -> {02195.p1|02196.p0} {02195.s2} 
+tr {02195.t2} {02195.s2} -> {02195.s1} 
+tr {02196.t1} {02195.p1|02196.p0} {02196.s1} -> {02196.p1|02197.p0} {02196.s2} 
+tr {02196.t2} {02196.s2} -> {02196.s1} 
+tr {02197.t1} {02196.p1|02197.p0} {02197.s1} -> {02197.p1|02198.p0} {02197.s2} 
+tr {02197.t2} {02197.s2} -> {02197.s1} 
+tr {02198.t1} {02197.p1|02198.p0} {02198.s1} -> {02198.p1|02199.p0} {02198.s2} 
+tr {02198.t2} {02198.s2} -> {02198.s1} 
+tr {02199.t1} {02198.p1|02199.p0} {02199.s1} -> {02199.p1|02200.p0} {02199.s2} 
+tr {02199.t2} {02199.s2} -> {02199.s1} 
+tr {02200.t1} {02199.p1|02200.p0} {02200.s1} -> {02200.p1|02201.p0} {02200.s2} 
+tr {02200.t2} {02200.s2} -> {02200.s1} 
+tr {02201.t1} {02200.p1|02201.p0} {02201.s1} -> {02201.p1|02202.p0} {02201.s2} 
+tr {02201.t2} {02201.s2} -> {02201.s1} 
+tr {02202.t1} {02201.p1|02202.p0} {02202.s1} -> {02202.p1|02203.p0} {02202.s2} 
+tr {02202.t2} {02202.s2} -> {02202.s1} 
+tr {02203.t1} {02202.p1|02203.p0} {02203.s1} -> {02203.p1|02204.p0} {02203.s2} 
+tr {02203.t2} {02203.s2} -> {02203.s1} 
+tr {02204.t1} {02203.p1|02204.p0} {02204.s1} -> {02204.p1|02205.p0} {02204.s2} 
+tr {02204.t2} {02204.s2} -> {02204.s1} 
+tr {02205.t1} {02204.p1|02205.p0} {02205.s1} -> {02205.p1|02206.p0} {02205.s2} 
+tr {02205.t2} {02205.s2} -> {02205.s1} 
+tr {02206.t1} {02205.p1|02206.p0} {02206.s1} -> {02206.p1|02207.p0} {02206.s2} 
+tr {02206.t2} {02206.s2} -> {02206.s1} 
+tr {02207.t1} {02206.p1|02207.p0} {02207.s1} -> {02207.p1|02208.p0} {02207.s2} 
+tr {02207.t2} {02207.s2} -> {02207.s1} 
+tr {02208.t1} {02207.p1|02208.p0} {02208.s1} -> {02208.p1|02209.p0} {02208.s2} 
+tr {02208.t2} {02208.s2} -> {02208.s1} 
+tr {02209.t1} {02208.p1|02209.p0} {02209.s1} -> {02209.p1|02210.p0} {02209.s2} 
+tr {02209.t2} {02209.s2} -> {02209.s1} 
+tr {02210.t1} {02209.p1|02210.p0} {02210.s1} -> {02210.p1|02211.p0} {02210.s2} 
+tr {02210.t2} {02210.s2} -> {02210.s1} 
+tr {02211.t1} {02210.p1|02211.p0} {02211.s1} -> {02211.p1|02212.p0} {02211.s2} 
+tr {02211.t2} {02211.s2} -> {02211.s1} 
+tr {02212.t1} {02211.p1|02212.p0} {02212.s1} -> {02212.p1|02213.p0} {02212.s2} 
+tr {02212.t2} {02212.s2} -> {02212.s1} 
+tr {02213.t1} {02212.p1|02213.p0} {02213.s1} -> {02213.p1|02214.p0} {02213.s2} 
+tr {02213.t2} {02213.s2} -> {02213.s1} 
+tr {02214.t1} {02213.p1|02214.p0} {02214.s1} -> {02214.p1|02215.p0} {02214.s2} 
+tr {02214.t2} {02214.s2} -> {02214.s1} 
+tr {02215.t1} {02214.p1|02215.p0} {02215.s1} -> {02215.p1|02216.p0} {02215.s2} 
+tr {02215.t2} {02215.s2} -> {02215.s1} 
+tr {02216.t1} {02215.p1|02216.p0} {02216.s1} -> {02216.p1|02217.p0} {02216.s2} 
+tr {02216.t2} {02216.s2} -> {02216.s1} 
+tr {02217.t1} {02216.p1|02217.p0} {02217.s1} -> {02217.p1|02218.p0} {02217.s2} 
+tr {02217.t2} {02217.s2} -> {02217.s1} 
+tr {02218.t1} {02217.p1|02218.p0} {02218.s1} -> {02218.p1|02219.p0} {02218.s2} 
+tr {02218.t2} {02218.s2} -> {02218.s1} 
+tr {02219.t1} {02218.p1|02219.p0} {02219.s1} -> {02219.p1|02220.p0} {02219.s2} 
+tr {02219.t2} {02219.s2} -> {02219.s1} 
+tr {02220.t1} {02219.p1|02220.p0} {02220.s1} -> {02220.p1|02221.p0} {02220.s2} 
+tr {02220.t2} {02220.s2} -> {02220.s1} 
+tr {02221.t1} {02220.p1|02221.p0} {02221.s1} -> {02221.p1|02222.p0} {02221.s2} 
+tr {02221.t2} {02221.s2} -> {02221.s1} 
+tr {02222.t1} {02221.p1|02222.p0} {02222.s1} -> {02222.p1|02223.p0} {02222.s2} 
+tr {02222.t2} {02222.s2} -> {02222.s1} 
+tr {02223.t1} {02222.p1|02223.p0} {02223.s1} -> {02223.p1|02224.p0} {02223.s2} 
+tr {02223.t2} {02223.s2} -> {02223.s1} 
+tr {02224.t1} {02223.p1|02224.p0} {02224.s1} -> {02224.p1|02225.p0} {02224.s2} 
+tr {02224.t2} {02224.s2} -> {02224.s1} 
+tr {02225.t1} {02224.p1|02225.p0} {02225.s1} -> {02225.p1|02226.p0} {02225.s2} 
+tr {02225.t2} {02225.s2} -> {02225.s1} 
+tr {02226.t1} {02225.p1|02226.p0} {02226.s1} -> {02226.p1|02227.p0} {02226.s2} 
+tr {02226.t2} {02226.s2} -> {02226.s1} 
+tr {02227.t1} {02226.p1|02227.p0} {02227.s1} -> {02227.p1|02228.p0} {02227.s2} 
+tr {02227.t2} {02227.s2} -> {02227.s1} 
+tr {02228.t1} {02227.p1|02228.p0} {02228.s1} -> {02228.p1|02229.p0} {02228.s2} 
+tr {02228.t2} {02228.s2} -> {02228.s1} 
+tr {02229.t1} {02228.p1|02229.p0} {02229.s1} -> {02229.p1|02230.p0} {02229.s2} 
+tr {02229.t2} {02229.s2} -> {02229.s1} 
+tr {02230.t1} {02229.p1|02230.p0} {02230.s1} -> {02230.p1|02231.p0} {02230.s2} 
+tr {02230.t2} {02230.s2} -> {02230.s1} 
+tr {02231.t1} {02230.p1|02231.p0} {02231.s1} -> {02231.p1|02232.p0} {02231.s2} 
+tr {02231.t2} {02231.s2} -> {02231.s1} 
+tr {02232.t1} {02231.p1|02232.p0} {02232.s1} -> {02232.p1|02233.p0} {02232.s2} 
+tr {02232.t2} {02232.s2} -> {02232.s1} 
+tr {02233.t1} {02232.p1|02233.p0} {02233.s1} -> {02233.p1|02234.p0} {02233.s2} 
+tr {02233.t2} {02233.s2} -> {02233.s1} 
+tr {02234.t1} {02233.p1|02234.p0} {02234.s1} -> {02234.p1|02235.p0} {02234.s2} 
+tr {02234.t2} {02234.s2} -> {02234.s1} 
+tr {02235.t1} {02234.p1|02235.p0} {02235.s1} -> {02235.p1|02236.p0} {02235.s2} 
+tr {02235.t2} {02235.s2} -> {02235.s1} 
+tr {02236.t1} {02235.p1|02236.p0} {02236.s1} -> {02236.p1|02237.p0} {02236.s2} 
+tr {02236.t2} {02236.s2} -> {02236.s1} 
+tr {02237.t1} {02236.p1|02237.p0} {02237.s1} -> {02237.p1|02238.p0} {02237.s2} 
+tr {02237.t2} {02237.s2} -> {02237.s1} 
+tr {02238.t1} {02237.p1|02238.p0} {02238.s1} -> {02238.p1|02239.p0} {02238.s2} 
+tr {02238.t2} {02238.s2} -> {02238.s1} 
+tr {02239.t1} {02238.p1|02239.p0} {02239.s1} -> {02239.p1|02240.p0} {02239.s2} 
+tr {02239.t2} {02239.s2} -> {02239.s1} 
+tr {02240.t1} {02239.p1|02240.p0} {02240.s1} -> {02240.p1|02241.p0} {02240.s2} 
+tr {02240.t2} {02240.s2} -> {02240.s1} 
+tr {02241.t1} {02240.p1|02241.p0} {02241.s1} -> {02241.p1|02242.p0} {02241.s2} 
+tr {02241.t2} {02241.s2} -> {02241.s1} 
+tr {02242.t1} {02241.p1|02242.p0} {02242.s1} -> {02242.p1|02243.p0} {02242.s2} 
+tr {02242.t2} {02242.s2} -> {02242.s1} 
+tr {02243.t1} {02242.p1|02243.p0} {02243.s1} -> {02243.p1|02244.p0} {02243.s2} 
+tr {02243.t2} {02243.s2} -> {02243.s1} 
+tr {02244.t1} {02243.p1|02244.p0} {02244.s1} -> {02244.p1|02245.p0} {02244.s2} 
+tr {02244.t2} {02244.s2} -> {02244.s1} 
+tr {02245.t1} {02244.p1|02245.p0} {02245.s1} -> {02245.p1|02246.p0} {02245.s2} 
+tr {02245.t2} {02245.s2} -> {02245.s1} 
+tr {02246.t1} {02245.p1|02246.p0} {02246.s1} -> {02246.p1|02247.p0} {02246.s2} 
+tr {02246.t2} {02246.s2} -> {02246.s1} 
+tr {02247.t1} {02246.p1|02247.p0} {02247.s1} -> {02247.p1|02248.p0} {02247.s2} 
+tr {02247.t2} {02247.s2} -> {02247.s1} 
+tr {02248.t1} {02247.p1|02248.p0} {02248.s1} -> {02248.p1|02249.p0} {02248.s2} 
+tr {02248.t2} {02248.s2} -> {02248.s1} 
+tr {02249.t1} {02248.p1|02249.p0} {02249.s1} -> {02249.p1|02250.p0} {02249.s2} 
+tr {02249.t2} {02249.s2} -> {02249.s1} 
+tr {02250.t1} {02249.p1|02250.p0} {02250.s1} -> {02250.p1|02251.p0} {02250.s2} 
+tr {02250.t2} {02250.s2} -> {02250.s1} 
+tr {02251.t1} {02250.p1|02251.p0} {02251.s1} -> {02251.p1|02252.p0} {02251.s2} 
+tr {02251.t2} {02251.s2} -> {02251.s1} 
+tr {02252.t1} {02251.p1|02252.p0} {02252.s1} -> {02252.p1|02253.p0} {02252.s2} 
+tr {02252.t2} {02252.s2} -> {02252.s1} 
+tr {02253.t1} {02252.p1|02253.p0} {02253.s1} -> {02253.p1|02254.p0} {02253.s2} 
+tr {02253.t2} {02253.s2} -> {02253.s1} 
+tr {02254.t1} {02253.p1|02254.p0} {02254.s1} -> {02254.p1|02255.p0} {02254.s2} 
+tr {02254.t2} {02254.s2} -> {02254.s1} 
+tr {02255.t1} {02254.p1|02255.p0} {02255.s1} -> {02255.p1|02256.p0} {02255.s2} 
+tr {02255.t2} {02255.s2} -> {02255.s1} 
+tr {02256.t1} {02255.p1|02256.p0} {02256.s1} -> {02256.p1|02257.p0} {02256.s2} 
+tr {02256.t2} {02256.s2} -> {02256.s1} 
+tr {02257.t1} {02256.p1|02257.p0} {02257.s1} -> {02257.p1|02258.p0} {02257.s2} 
+tr {02257.t2} {02257.s2} -> {02257.s1} 
+tr {02258.t1} {02257.p1|02258.p0} {02258.s1} -> {02258.p1|02259.p0} {02258.s2} 
+tr {02258.t2} {02258.s2} -> {02258.s1} 
+tr {02259.t1} {02258.p1|02259.p0} {02259.s1} -> {02259.p1|02260.p0} {02259.s2} 
+tr {02259.t2} {02259.s2} -> {02259.s1} 
+tr {02260.t1} {02259.p1|02260.p0} {02260.s1} -> {02260.p1|02261.p0} {02260.s2} 
+tr {02260.t2} {02260.s2} -> {02260.s1} 
+tr {02261.t1} {02260.p1|02261.p0} {02261.s1} -> {02261.p1|02262.p0} {02261.s2} 
+tr {02261.t2} {02261.s2} -> {02261.s1} 
+tr {02262.t1} {02261.p1|02262.p0} {02262.s1} -> {02262.p1|02263.p0} {02262.s2} 
+tr {02262.t2} {02262.s2} -> {02262.s1} 
+tr {02263.t1} {02262.p1|02263.p0} {02263.s1} -> {02263.p1|02264.p0} {02263.s2} 
+tr {02263.t2} {02263.s2} -> {02263.s1} 
+tr {02264.t1} {02263.p1|02264.p0} {02264.s1} -> {02264.p1|02265.p0} {02264.s2} 
+tr {02264.t2} {02264.s2} -> {02264.s1} 
+tr {02265.t1} {02264.p1|02265.p0} {02265.s1} -> {02265.p1|02266.p0} {02265.s2} 
+tr {02265.t2} {02265.s2} -> {02265.s1} 
+tr {02266.t1} {02265.p1|02266.p0} {02266.s1} -> {02266.p1|02267.p0} {02266.s2} 
+tr {02266.t2} {02266.s2} -> {02266.s1} 
+tr {02267.t1} {02266.p1|02267.p0} {02267.s1} -> {02267.p1|02268.p0} {02267.s2} 
+tr {02267.t2} {02267.s2} -> {02267.s1} 
+tr {02268.t1} {02267.p1|02268.p0} {02268.s1} -> {02268.p1|02269.p0} {02268.s2} 
+tr {02268.t2} {02268.s2} -> {02268.s1} 
+tr {02269.t1} {02268.p1|02269.p0} {02269.s1} -> {02269.p1|02270.p0} {02269.s2} 
+tr {02269.t2} {02269.s2} -> {02269.s1} 
+tr {02270.t1} {02269.p1|02270.p0} {02270.s1} -> {02270.p1|02271.p0} {02270.s2} 
+tr {02270.t2} {02270.s2} -> {02270.s1} 
+tr {02271.t1} {02270.p1|02271.p0} {02271.s1} -> {02271.p1|02272.p0} {02271.s2} 
+tr {02271.t2} {02271.s2} -> {02271.s1} 
+tr {02272.t1} {02271.p1|02272.p0} {02272.s1} -> {02272.p1|02273.p0} {02272.s2} 
+tr {02272.t2} {02272.s2} -> {02272.s1} 
+tr {02273.t1} {02272.p1|02273.p0} {02273.s1} -> {02273.p1|02274.p0} {02273.s2} 
+tr {02273.t2} {02273.s2} -> {02273.s1} 
+tr {02274.t1} {02273.p1|02274.p0} {02274.s1} -> {02274.p1|02275.p0} {02274.s2} 
+tr {02274.t2} {02274.s2} -> {02274.s1} 
+tr {02275.t1} {02274.p1|02275.p0} {02275.s1} -> {02275.p1|02276.p0} {02275.s2} 
+tr {02275.t2} {02275.s2} -> {02275.s1} 
+tr {02276.t1} {02275.p1|02276.p0} {02276.s1} -> {02276.p1|02277.p0} {02276.s2} 
+tr {02276.t2} {02276.s2} -> {02276.s1} 
+tr {02277.t1} {02276.p1|02277.p0} {02277.s1} -> {02277.p1|02278.p0} {02277.s2} 
+tr {02277.t2} {02277.s2} -> {02277.s1} 
+tr {02278.t1} {02277.p1|02278.p0} {02278.s1} -> {02278.p1|02279.p0} {02278.s2} 
+tr {02278.t2} {02278.s2} -> {02278.s1} 
+tr {02279.t1} {02278.p1|02279.p0} {02279.s1} -> {02279.p1|02280.p0} {02279.s2} 
+tr {02279.t2} {02279.s2} -> {02279.s1} 
+tr {02280.t1} {02279.p1|02280.p0} {02280.s1} -> {02280.p1|02281.p0} {02280.s2} 
+tr {02280.t2} {02280.s2} -> {02280.s1} 
+tr {02281.t1} {02280.p1|02281.p0} {02281.s1} -> {02281.p1|02282.p0} {02281.s2} 
+tr {02281.t2} {02281.s2} -> {02281.s1} 
+tr {02282.t1} {02281.p1|02282.p0} {02282.s1} -> {02282.p1|02283.p0} {02282.s2} 
+tr {02282.t2} {02282.s2} -> {02282.s1} 
+tr {02283.t1} {02282.p1|02283.p0} {02283.s1} -> {02283.p1|02284.p0} {02283.s2} 
+tr {02283.t2} {02283.s2} -> {02283.s1} 
+tr {02284.t1} {02283.p1|02284.p0} {02284.s1} -> {02284.p1|02285.p0} {02284.s2} 
+tr {02284.t2} {02284.s2} -> {02284.s1} 
+tr {02285.t1} {02284.p1|02285.p0} {02285.s1} -> {02285.p1|02286.p0} {02285.s2} 
+tr {02285.t2} {02285.s2} -> {02285.s1} 
+tr {02286.t1} {02285.p1|02286.p0} {02286.s1} -> {02286.p1|02287.p0} {02286.s2} 
+tr {02286.t2} {02286.s2} -> {02286.s1} 
+tr {02287.t1} {02286.p1|02287.p0} {02287.s1} -> {02287.p1|02288.p0} {02287.s2} 
+tr {02287.t2} {02287.s2} -> {02287.s1} 
+tr {02288.t1} {02287.p1|02288.p0} {02288.s1} -> {02288.p1|02289.p0} {02288.s2} 
+tr {02288.t2} {02288.s2} -> {02288.s1} 
+tr {02289.t1} {02288.p1|02289.p0} {02289.s1} -> {02289.p1|02290.p0} {02289.s2} 
+tr {02289.t2} {02289.s2} -> {02289.s1} 
+tr {02290.t1} {02289.p1|02290.p0} {02290.s1} -> {02290.p1|02291.p0} {02290.s2} 
+tr {02290.t2} {02290.s2} -> {02290.s1} 
+tr {02291.t1} {02290.p1|02291.p0} {02291.s1} -> {02291.p1|02292.p0} {02291.s2} 
+tr {02291.t2} {02291.s2} -> {02291.s1} 
+tr {02292.t1} {02291.p1|02292.p0} {02292.s1} -> {02292.p1|02293.p0} {02292.s2} 
+tr {02292.t2} {02292.s2} -> {02292.s1} 
+tr {02293.t1} {02292.p1|02293.p0} {02293.s1} -> {02293.p1|02294.p0} {02293.s2} 
+tr {02293.t2} {02293.s2} -> {02293.s1} 
+tr {02294.t1} {02293.p1|02294.p0} {02294.s1} -> {02294.p1|02295.p0} {02294.s2} 
+tr {02294.t2} {02294.s2} -> {02294.s1} 
+tr {02295.t1} {02294.p1|02295.p0} {02295.s1} -> {02295.p1|02296.p0} {02295.s2} 
+tr {02295.t2} {02295.s2} -> {02295.s1} 
+tr {02296.t1} {02295.p1|02296.p0} {02296.s1} -> {02296.p1|02297.p0} {02296.s2} 
+tr {02296.t2} {02296.s2} -> {02296.s1} 
+tr {02297.t1} {02296.p1|02297.p0} {02297.s1} -> {02297.p1|02298.p0} {02297.s2} 
+tr {02297.t2} {02297.s2} -> {02297.s1} 
+tr {02298.t1} {02297.p1|02298.p0} {02298.s1} -> {02298.p1|02299.p0} {02298.s2} 
+tr {02298.t2} {02298.s2} -> {02298.s1} 
+tr {02299.t1} {02298.p1|02299.p0} {02299.s1} -> {02299.p1|02300.p0} {02299.s2} 
+tr {02299.t2} {02299.s2} -> {02299.s1} 
+tr {02300.t1} {02299.p1|02300.p0} {02300.s1} -> {02300.p1|02301.p0} {02300.s2} 
+tr {02300.t2} {02300.s2} -> {02300.s1} 
+tr {02301.t1} {02300.p1|02301.p0} {02301.s1} -> {02301.p1|02302.p0} {02301.s2} 
+tr {02301.t2} {02301.s2} -> {02301.s1} 
+tr {02302.t1} {02301.p1|02302.p0} {02302.s1} -> {02302.p1|02303.p0} {02302.s2} 
+tr {02302.t2} {02302.s2} -> {02302.s1} 
+tr {02303.t1} {02302.p1|02303.p0} {02303.s1} -> {02303.p1|02304.p0} {02303.s2} 
+tr {02303.t2} {02303.s2} -> {02303.s1} 
+tr {02304.t1} {02303.p1|02304.p0} {02304.s1} -> {02304.p1|02305.p0} {02304.s2} 
+tr {02304.t2} {02304.s2} -> {02304.s1} 
+tr {02305.t1} {02304.p1|02305.p0} {02305.s1} -> {02305.p1|02306.p0} {02305.s2} 
+tr {02305.t2} {02305.s2} -> {02305.s1} 
+tr {02306.t1} {02305.p1|02306.p0} {02306.s1} -> {02306.p1|02307.p0} {02306.s2} 
+tr {02306.t2} {02306.s2} -> {02306.s1} 
+tr {02307.t1} {02306.p1|02307.p0} {02307.s1} -> {02307.p1|02308.p0} {02307.s2} 
+tr {02307.t2} {02307.s2} -> {02307.s1} 
+tr {02308.t1} {02307.p1|02308.p0} {02308.s1} -> {02308.p1|02309.p0} {02308.s2} 
+tr {02308.t2} {02308.s2} -> {02308.s1} 
+tr {02309.t1} {02308.p1|02309.p0} {02309.s1} -> {02309.p1|02310.p0} {02309.s2} 
+tr {02309.t2} {02309.s2} -> {02309.s1} 
+tr {02310.t1} {02309.p1|02310.p0} {02310.s1} -> {02310.p1|02311.p0} {02310.s2} 
+tr {02310.t2} {02310.s2} -> {02310.s1} 
+tr {02311.t1} {02310.p1|02311.p0} {02311.s1} -> {02311.p1|02312.p0} {02311.s2} 
+tr {02311.t2} {02311.s2} -> {02311.s1} 
+tr {02312.t1} {02311.p1|02312.p0} {02312.s1} -> {02312.p1|02313.p0} {02312.s2} 
+tr {02312.t2} {02312.s2} -> {02312.s1} 
+tr {02313.t1} {02312.p1|02313.p0} {02313.s1} -> {02313.p1|02314.p0} {02313.s2} 
+tr {02313.t2} {02313.s2} -> {02313.s1} 
+tr {02314.t1} {02313.p1|02314.p0} {02314.s1} -> {02314.p1|02315.p0} {02314.s2} 
+tr {02314.t2} {02314.s2} -> {02314.s1} 
+tr {02315.t1} {02314.p1|02315.p0} {02315.s1} -> {02315.p1|02316.p0} {02315.s2} 
+tr {02315.t2} {02315.s2} -> {02315.s1} 
+tr {02316.t1} {02315.p1|02316.p0} {02316.s1} -> {02316.p1|02317.p0} {02316.s2} 
+tr {02316.t2} {02316.s2} -> {02316.s1} 
+tr {02317.t1} {02316.p1|02317.p0} {02317.s1} -> {02317.p1|02318.p0} {02317.s2} 
+tr {02317.t2} {02317.s2} -> {02317.s1} 
+tr {02318.t1} {02317.p1|02318.p0} {02318.s1} -> {02318.p1|02319.p0} {02318.s2} 
+tr {02318.t2} {02318.s2} -> {02318.s1} 
+tr {02319.t1} {02318.p1|02319.p0} {02319.s1} -> {02319.p1|02320.p0} {02319.s2} 
+tr {02319.t2} {02319.s2} -> {02319.s1} 
+tr {02320.t1} {02319.p1|02320.p0} {02320.s1} -> {02320.p1|02321.p0} {02320.s2} 
+tr {02320.t2} {02320.s2} -> {02320.s1} 
+tr {02321.t1} {02320.p1|02321.p0} {02321.s1} -> {02321.p1|02322.p0} {02321.s2} 
+tr {02321.t2} {02321.s2} -> {02321.s1} 
+tr {02322.t1} {02321.p1|02322.p0} {02322.s1} -> {02322.p1|02323.p0} {02322.s2} 
+tr {02322.t2} {02322.s2} -> {02322.s1} 
+tr {02323.t1} {02322.p1|02323.p0} {02323.s1} -> {02323.p1|02324.p0} {02323.s2} 
+tr {02323.t2} {02323.s2} -> {02323.s1} 
+tr {02324.t1} {02323.p1|02324.p0} {02324.s1} -> {02324.p1|02325.p0} {02324.s2} 
+tr {02324.t2} {02324.s2} -> {02324.s1} 
+tr {02325.t1} {02324.p1|02325.p0} {02325.s1} -> {02325.p1|02326.p0} {02325.s2} 
+tr {02325.t2} {02325.s2} -> {02325.s1} 
+tr {02326.t1} {02325.p1|02326.p0} {02326.s1} -> {02326.p1|02327.p0} {02326.s2} 
+tr {02326.t2} {02326.s2} -> {02326.s1} 
+tr {02327.t1} {02326.p1|02327.p0} {02327.s1} -> {02327.p1|02328.p0} {02327.s2} 
+tr {02327.t2} {02327.s2} -> {02327.s1} 
+tr {02328.t1} {02327.p1|02328.p0} {02328.s1} -> {02328.p1|02329.p0} {02328.s2} 
+tr {02328.t2} {02328.s2} -> {02328.s1} 
+tr {02329.t1} {02328.p1|02329.p0} {02329.s1} -> {02329.p1|02330.p0} {02329.s2} 
+tr {02329.t2} {02329.s2} -> {02329.s1} 
+tr {02330.t1} {02329.p1|02330.p0} {02330.s1} -> {02330.p1|02331.p0} {02330.s2} 
+tr {02330.t2} {02330.s2} -> {02330.s1} 
+tr {02331.t1} {02330.p1|02331.p0} {02331.s1} -> {02331.p1|02332.p0} {02331.s2} 
+tr {02331.t2} {02331.s2} -> {02331.s1} 
+tr {02332.t1} {02331.p1|02332.p0} {02332.s1} -> {02332.p1|02333.p0} {02332.s2} 
+tr {02332.t2} {02332.s2} -> {02332.s1} 
+tr {02333.t1} {02332.p1|02333.p0} {02333.s1} -> {02333.p1|02334.p0} {02333.s2} 
+tr {02333.t2} {02333.s2} -> {02333.s1} 
+tr {02334.t1} {02333.p1|02334.p0} {02334.s1} -> {02334.p1|02335.p0} {02334.s2} 
+tr {02334.t2} {02334.s2} -> {02334.s1} 
+tr {02335.t1} {02334.p1|02335.p0} {02335.s1} -> {02335.p1|02336.p0} {02335.s2} 
+tr {02335.t2} {02335.s2} -> {02335.s1} 
+tr {02336.t1} {02335.p1|02336.p0} {02336.s1} -> {02336.p1|02337.p0} {02336.s2} 
+tr {02336.t2} {02336.s2} -> {02336.s1} 
+tr {02337.t1} {02336.p1|02337.p0} {02337.s1} -> {02337.p1|02338.p0} {02337.s2} 
+tr {02337.t2} {02337.s2} -> {02337.s1} 
+tr {02338.t1} {02337.p1|02338.p0} {02338.s1} -> {02338.p1|02339.p0} {02338.s2} 
+tr {02338.t2} {02338.s2} -> {02338.s1} 
+tr {02339.t1} {02338.p1|02339.p0} {02339.s1} -> {02339.p1|02340.p0} {02339.s2} 
+tr {02339.t2} {02339.s2} -> {02339.s1} 
+tr {02340.t1} {02339.p1|02340.p0} {02340.s1} -> {02340.p1|02341.p0} {02340.s2} 
+tr {02340.t2} {02340.s2} -> {02340.s1} 
+tr {02341.t1} {02340.p1|02341.p0} {02341.s1} -> {02341.p1|02342.p0} {02341.s2} 
+tr {02341.t2} {02341.s2} -> {02341.s1} 
+tr {02342.t1} {02341.p1|02342.p0} {02342.s1} -> {02342.p1|02343.p0} {02342.s2} 
+tr {02342.t2} {02342.s2} -> {02342.s1} 
+tr {02343.t1} {02342.p1|02343.p0} {02343.s1} -> {02343.p1|02344.p0} {02343.s2} 
+tr {02343.t2} {02343.s2} -> {02343.s1} 
+tr {02344.t1} {02343.p1|02344.p0} {02344.s1} -> {02344.p1|02345.p0} {02344.s2} 
+tr {02344.t2} {02344.s2} -> {02344.s1} 
+tr {02345.t1} {02344.p1|02345.p0} {02345.s1} -> {02345.p1|02346.p0} {02345.s2} 
+tr {02345.t2} {02345.s2} -> {02345.s1} 
+tr {02346.t1} {02345.p1|02346.p0} {02346.s1} -> {02346.p1|02347.p0} {02346.s2} 
+tr {02346.t2} {02346.s2} -> {02346.s1} 
+tr {02347.t1} {02346.p1|02347.p0} {02347.s1} -> {02347.p1|02348.p0} {02347.s2} 
+tr {02347.t2} {02347.s2} -> {02347.s1} 
+tr {02348.t1} {02347.p1|02348.p0} {02348.s1} -> {02348.p1|02349.p0} {02348.s2} 
+tr {02348.t2} {02348.s2} -> {02348.s1} 
+tr {02349.t1} {02348.p1|02349.p0} {02349.s1} -> {02349.p1|02350.p0} {02349.s2} 
+tr {02349.t2} {02349.s2} -> {02349.s1} 
+tr {02350.t1} {02349.p1|02350.p0} {02350.s1} -> {02350.p1|02351.p0} {02350.s2} 
+tr {02350.t2} {02350.s2} -> {02350.s1} 
+tr {02351.t1} {02350.p1|02351.p0} {02351.s1} -> {02351.p1|02352.p0} {02351.s2} 
+tr {02351.t2} {02351.s2} -> {02351.s1} 
+tr {02352.t1} {02351.p1|02352.p0} {02352.s1} -> {02352.p1|02353.p0} {02352.s2} 
+tr {02352.t2} {02352.s2} -> {02352.s1} 
+tr {02353.t1} {02352.p1|02353.p0} {02353.s1} -> {02353.p1|02354.p0} {02353.s2} 
+tr {02353.t2} {02353.s2} -> {02353.s1} 
+tr {02354.t1} {02353.p1|02354.p0} {02354.s1} -> {02354.p1|02355.p0} {02354.s2} 
+tr {02354.t2} {02354.s2} -> {02354.s1} 
+tr {02355.t1} {02354.p1|02355.p0} {02355.s1} -> {02355.p1|02356.p0} {02355.s2} 
+tr {02355.t2} {02355.s2} -> {02355.s1} 
+tr {02356.t1} {02355.p1|02356.p0} {02356.s1} -> {02356.p1|02357.p0} {02356.s2} 
+tr {02356.t2} {02356.s2} -> {02356.s1} 
+tr {02357.t1} {02356.p1|02357.p0} {02357.s1} -> {02357.p1|02358.p0} {02357.s2} 
+tr {02357.t2} {02357.s2} -> {02357.s1} 
+tr {02358.t1} {02357.p1|02358.p0} {02358.s1} -> {02358.p1|02359.p0} {02358.s2} 
+tr {02358.t2} {02358.s2} -> {02358.s1} 
+tr {02359.t1} {02358.p1|02359.p0} {02359.s1} -> {02359.p1|02360.p0} {02359.s2} 
+tr {02359.t2} {02359.s2} -> {02359.s1} 
+tr {02360.t1} {02359.p1|02360.p0} {02360.s1} -> {02360.p1|02361.p0} {02360.s2} 
+tr {02360.t2} {02360.s2} -> {02360.s1} 
+tr {02361.t1} {02360.p1|02361.p0} {02361.s1} -> {02361.p1|02362.p0} {02361.s2} 
+tr {02361.t2} {02361.s2} -> {02361.s1} 
+tr {02362.t1} {02361.p1|02362.p0} {02362.s1} -> {02362.p1|02363.p0} {02362.s2} 
+tr {02362.t2} {02362.s2} -> {02362.s1} 
+tr {02363.t1} {02362.p1|02363.p0} {02363.s1} -> {02363.p1|02364.p0} {02363.s2} 
+tr {02363.t2} {02363.s2} -> {02363.s1} 
+tr {02364.t1} {02363.p1|02364.p0} {02364.s1} -> {02364.p1|02365.p0} {02364.s2} 
+tr {02364.t2} {02364.s2} -> {02364.s1} 
+tr {02365.t1} {02364.p1|02365.p0} {02365.s1} -> {02365.p1|02366.p0} {02365.s2} 
+tr {02365.t2} {02365.s2} -> {02365.s1} 
+tr {02366.t1} {02365.p1|02366.p0} {02366.s1} -> {02366.p1|02367.p0} {02366.s2} 
+tr {02366.t2} {02366.s2} -> {02366.s1} 
+tr {02367.t1} {02366.p1|02367.p0} {02367.s1} -> {02367.p1|02368.p0} {02367.s2} 
+tr {02367.t2} {02367.s2} -> {02367.s1} 
+tr {02368.t1} {02367.p1|02368.p0} {02368.s1} -> {02368.p1|02369.p0} {02368.s2} 
+tr {02368.t2} {02368.s2} -> {02368.s1} 
+tr {02369.t1} {02368.p1|02369.p0} {02369.s1} -> {02369.p1|02370.p0} {02369.s2} 
+tr {02369.t2} {02369.s2} -> {02369.s1} 
+tr {02370.t1} {02369.p1|02370.p0} {02370.s1} -> {02370.p1|02371.p0} {02370.s2} 
+tr {02370.t2} {02370.s2} -> {02370.s1} 
+tr {02371.t1} {02370.p1|02371.p0} {02371.s1} -> {02371.p1|02372.p0} {02371.s2} 
+tr {02371.t2} {02371.s2} -> {02371.s1} 
+tr {02372.t1} {02371.p1|02372.p0} {02372.s1} -> {02372.p1|02373.p0} {02372.s2} 
+tr {02372.t2} {02372.s2} -> {02372.s1} 
+tr {02373.t1} {02372.p1|02373.p0} {02373.s1} -> {02373.p1|02374.p0} {02373.s2} 
+tr {02373.t2} {02373.s2} -> {02373.s1} 
+tr {02374.t1} {02373.p1|02374.p0} {02374.s1} -> {02374.p1|02375.p0} {02374.s2} 
+tr {02374.t2} {02374.s2} -> {02374.s1} 
+tr {02375.t1} {02374.p1|02375.p0} {02375.s1} -> {02375.p1|02376.p0} {02375.s2} 
+tr {02375.t2} {02375.s2} -> {02375.s1} 
+tr {02376.t1} {02375.p1|02376.p0} {02376.s1} -> {02376.p1|02377.p0} {02376.s2} 
+tr {02376.t2} {02376.s2} -> {02376.s1} 
+tr {02377.t1} {02376.p1|02377.p0} {02377.s1} -> {02377.p1|02378.p0} {02377.s2} 
+tr {02377.t2} {02377.s2} -> {02377.s1} 
+tr {02378.t1} {02377.p1|02378.p0} {02378.s1} -> {02378.p1|02379.p0} {02378.s2} 
+tr {02378.t2} {02378.s2} -> {02378.s1} 
+tr {02379.t1} {02378.p1|02379.p0} {02379.s1} -> {02379.p1|02380.p0} {02379.s2} 
+tr {02379.t2} {02379.s2} -> {02379.s1} 
+tr {02380.t1} {02379.p1|02380.p0} {02380.s1} -> {02380.p1|02381.p0} {02380.s2} 
+tr {02380.t2} {02380.s2} -> {02380.s1} 
+tr {02381.t1} {02380.p1|02381.p0} {02381.s1} -> {02381.p1|02382.p0} {02381.s2} 
+tr {02381.t2} {02381.s2} -> {02381.s1} 
+tr {02382.t1} {02381.p1|02382.p0} {02382.s1} -> {02382.p1|02383.p0} {02382.s2} 
+tr {02382.t2} {02382.s2} -> {02382.s1} 
+tr {02383.t1} {02382.p1|02383.p0} {02383.s1} -> {02383.p1|02384.p0} {02383.s2} 
+tr {02383.t2} {02383.s2} -> {02383.s1} 
+tr {02384.t1} {02383.p1|02384.p0} {02384.s1} -> {02384.p1|02385.p0} {02384.s2} 
+tr {02384.t2} {02384.s2} -> {02384.s1} 
+tr {02385.t1} {02384.p1|02385.p0} {02385.s1} -> {02385.p1|02386.p0} {02385.s2} 
+tr {02385.t2} {02385.s2} -> {02385.s1} 
+tr {02386.t1} {02385.p1|02386.p0} {02386.s1} -> {02386.p1|02387.p0} {02386.s2} 
+tr {02386.t2} {02386.s2} -> {02386.s1} 
+tr {02387.t1} {02386.p1|02387.p0} {02387.s1} -> {02387.p1|02388.p0} {02387.s2} 
+tr {02387.t2} {02387.s2} -> {02387.s1} 
+tr {02388.t1} {02387.p1|02388.p0} {02388.s1} -> {02388.p1|02389.p0} {02388.s2} 
+tr {02388.t2} {02388.s2} -> {02388.s1} 
+tr {02389.t1} {02388.p1|02389.p0} {02389.s1} -> {02389.p1|02390.p0} {02389.s2} 
+tr {02389.t2} {02389.s2} -> {02389.s1} 
+tr {02390.t1} {02389.p1|02390.p0} {02390.s1} -> {02390.p1|02391.p0} {02390.s2} 
+tr {02390.t2} {02390.s2} -> {02390.s1} 
+tr {02391.t1} {02390.p1|02391.p0} {02391.s1} -> {02391.p1|02392.p0} {02391.s2} 
+tr {02391.t2} {02391.s2} -> {02391.s1} 
+tr {02392.t1} {02391.p1|02392.p0} {02392.s1} -> {02392.p1|02393.p0} {02392.s2} 
+tr {02392.t2} {02392.s2} -> {02392.s1} 
+tr {02393.t1} {02392.p1|02393.p0} {02393.s1} -> {02393.p1|02394.p0} {02393.s2} 
+tr {02393.t2} {02393.s2} -> {02393.s1} 
+tr {02394.t1} {02393.p1|02394.p0} {02394.s1} -> {02394.p1|02395.p0} {02394.s2} 
+tr {02394.t2} {02394.s2} -> {02394.s1} 
+tr {02395.t1} {02394.p1|02395.p0} {02395.s1} -> {02395.p1|02396.p0} {02395.s2} 
+tr {02395.t2} {02395.s2} -> {02395.s1} 
+tr {02396.t1} {02395.p1|02396.p0} {02396.s1} -> {02396.p1|02397.p0} {02396.s2} 
+tr {02396.t2} {02396.s2} -> {02396.s1} 
+tr {02397.t1} {02396.p1|02397.p0} {02397.s1} -> {02397.p1|02398.p0} {02397.s2} 
+tr {02397.t2} {02397.s2} -> {02397.s1} 
+tr {02398.t1} {02397.p1|02398.p0} {02398.s1} -> {02398.p1|02399.p0} {02398.s2} 
+tr {02398.t2} {02398.s2} -> {02398.s1} 
+tr {02399.t1} {02398.p1|02399.p0} {02399.s1} -> {02399.p1|02400.p0} {02399.s2} 
+tr {02399.t2} {02399.s2} -> {02399.s1} 
+tr {02400.t1} {02399.p1|02400.p0} {02400.s1} -> {02400.p1|02401.p0} {02400.s2} 
+tr {02400.t2} {02400.s2} -> {02400.s1} 
+tr {02401.t1} {02400.p1|02401.p0} {02401.s1} -> {02401.p1|02402.p0} {02401.s2} 
+tr {02401.t2} {02401.s2} -> {02401.s1} 
+tr {02402.t1} {02401.p1|02402.p0} {02402.s1} -> {02402.p1|02403.p0} {02402.s2} 
+tr {02402.t2} {02402.s2} -> {02402.s1} 
+tr {02403.t1} {02402.p1|02403.p0} {02403.s1} -> {02403.p1|02404.p0} {02403.s2} 
+tr {02403.t2} {02403.s2} -> {02403.s1} 
+tr {02404.t1} {02403.p1|02404.p0} {02404.s1} -> {02404.p1|02405.p0} {02404.s2} 
+tr {02404.t2} {02404.s2} -> {02404.s1} 
+tr {02405.t1} {02404.p1|02405.p0} {02405.s1} -> {02405.p1|02406.p0} {02405.s2} 
+tr {02405.t2} {02405.s2} -> {02405.s1} 
+tr {02406.t1} {02405.p1|02406.p0} {02406.s1} -> {02406.p1|02407.p0} {02406.s2} 
+tr {02406.t2} {02406.s2} -> {02406.s1} 
+tr {02407.t1} {02406.p1|02407.p0} {02407.s1} -> {02407.p1|02408.p0} {02407.s2} 
+tr {02407.t2} {02407.s2} -> {02407.s1} 
+tr {02408.t1} {02407.p1|02408.p0} {02408.s1} -> {02408.p1|02409.p0} {02408.s2} 
+tr {02408.t2} {02408.s2} -> {02408.s1} 
+tr {02409.t1} {02408.p1|02409.p0} {02409.s1} -> {02409.p1|02410.p0} {02409.s2} 
+tr {02409.t2} {02409.s2} -> {02409.s1} 
+tr {02410.t1} {02409.p1|02410.p0} {02410.s1} -> {02410.p1|02411.p0} {02410.s2} 
+tr {02410.t2} {02410.s2} -> {02410.s1} 
+tr {02411.t1} {02410.p1|02411.p0} {02411.s1} -> {02411.p1|02412.p0} {02411.s2} 
+tr {02411.t2} {02411.s2} -> {02411.s1} 
+tr {02412.t1} {02411.p1|02412.p0} {02412.s1} -> {02412.p1|02413.p0} {02412.s2} 
+tr {02412.t2} {02412.s2} -> {02412.s1} 
+tr {02413.t1} {02412.p1|02413.p0} {02413.s1} -> {02413.p1|02414.p0} {02413.s2} 
+tr {02413.t2} {02413.s2} -> {02413.s1} 
+tr {02414.t1} {02413.p1|02414.p0} {02414.s1} -> {02414.p1|02415.p0} {02414.s2} 
+tr {02414.t2} {02414.s2} -> {02414.s1} 
+tr {02415.t1} {02414.p1|02415.p0} {02415.s1} -> {02415.p1|02416.p0} {02415.s2} 
+tr {02415.t2} {02415.s2} -> {02415.s1} 
+tr {02416.t1} {02415.p1|02416.p0} {02416.s1} -> {02416.p1|02417.p0} {02416.s2} 
+tr {02416.t2} {02416.s2} -> {02416.s1} 
+tr {02417.t1} {02416.p1|02417.p0} {02417.s1} -> {02417.p1|02418.p0} {02417.s2} 
+tr {02417.t2} {02417.s2} -> {02417.s1} 
+tr {02418.t1} {02417.p1|02418.p0} {02418.s1} -> {02418.p1|02419.p0} {02418.s2} 
+tr {02418.t2} {02418.s2} -> {02418.s1} 
+tr {02419.t1} {02418.p1|02419.p0} {02419.s1} -> {02419.p1|02420.p0} {02419.s2} 
+tr {02419.t2} {02419.s2} -> {02419.s1} 
+tr {02420.t1} {02419.p1|02420.p0} {02420.s1} -> {02420.p1|02421.p0} {02420.s2} 
+tr {02420.t2} {02420.s2} -> {02420.s1} 
+tr {02421.t1} {02420.p1|02421.p0} {02421.s1} -> {02421.p1|02422.p0} {02421.s2} 
+tr {02421.t2} {02421.s2} -> {02421.s1} 
+tr {02422.t1} {02421.p1|02422.p0} {02422.s1} -> {02422.p1|02423.p0} {02422.s2} 
+tr {02422.t2} {02422.s2} -> {02422.s1} 
+tr {02423.t1} {02422.p1|02423.p0} {02423.s1} -> {02423.p1|02424.p0} {02423.s2} 
+tr {02423.t2} {02423.s2} -> {02423.s1} 
+tr {02424.t1} {02423.p1|02424.p0} {02424.s1} -> {02424.p1|02425.p0} {02424.s2} 
+tr {02424.t2} {02424.s2} -> {02424.s1} 
+tr {02425.t1} {02424.p1|02425.p0} {02425.s1} -> {02425.p1|02426.p0} {02425.s2} 
+tr {02425.t2} {02425.s2} -> {02425.s1} 
+tr {02426.t1} {02425.p1|02426.p0} {02426.s1} -> {02426.p1|02427.p0} {02426.s2} 
+tr {02426.t2} {02426.s2} -> {02426.s1} 
+tr {02427.t1} {02426.p1|02427.p0} {02427.s1} -> {02427.p1|02428.p0} {02427.s2} 
+tr {02427.t2} {02427.s2} -> {02427.s1} 
+tr {02428.t1} {02427.p1|02428.p0} {02428.s1} -> {02428.p1|02429.p0} {02428.s2} 
+tr {02428.t2} {02428.s2} -> {02428.s1} 
+tr {02429.t1} {02428.p1|02429.p0} {02429.s1} -> {02429.p1|02430.p0} {02429.s2} 
+tr {02429.t2} {02429.s2} -> {02429.s1} 
+tr {02430.t1} {02429.p1|02430.p0} {02430.s1} -> {02430.p1|02431.p0} {02430.s2} 
+tr {02430.t2} {02430.s2} -> {02430.s1} 
+tr {02431.t1} {02430.p1|02431.p0} {02431.s1} -> {02431.p1|02432.p0} {02431.s2} 
+tr {02431.t2} {02431.s2} -> {02431.s1} 
+tr {02432.t1} {02431.p1|02432.p0} {02432.s1} -> {02432.p1|02433.p0} {02432.s2} 
+tr {02432.t2} {02432.s2} -> {02432.s1} 
+tr {02433.t1} {02432.p1|02433.p0} {02433.s1} -> {02433.p1|02434.p0} {02433.s2} 
+tr {02433.t2} {02433.s2} -> {02433.s1} 
+tr {02434.t1} {02433.p1|02434.p0} {02434.s1} -> {02434.p1|02435.p0} {02434.s2} 
+tr {02434.t2} {02434.s2} -> {02434.s1} 
+tr {02435.t1} {02434.p1|02435.p0} {02435.s1} -> {02435.p1|02436.p0} {02435.s2} 
+tr {02435.t2} {02435.s2} -> {02435.s1} 
+tr {02436.t1} {02435.p1|02436.p0} {02436.s1} -> {02436.p1|02437.p0} {02436.s2} 
+tr {02436.t2} {02436.s2} -> {02436.s1} 
+tr {02437.t1} {02436.p1|02437.p0} {02437.s1} -> {02437.p1|02438.p0} {02437.s2} 
+tr {02437.t2} {02437.s2} -> {02437.s1} 
+tr {02438.t1} {02437.p1|02438.p0} {02438.s1} -> {02438.p1|02439.p0} {02438.s2} 
+tr {02438.t2} {02438.s2} -> {02438.s1} 
+tr {02439.t1} {02438.p1|02439.p0} {02439.s1} -> {02439.p1|02440.p0} {02439.s2} 
+tr {02439.t2} {02439.s2} -> {02439.s1} 
+tr {02440.t1} {02439.p1|02440.p0} {02440.s1} -> {02440.p1|02441.p0} {02440.s2} 
+tr {02440.t2} {02440.s2} -> {02440.s1} 
+tr {02441.t1} {02440.p1|02441.p0} {02441.s1} -> {02441.p1|02442.p0} {02441.s2} 
+tr {02441.t2} {02441.s2} -> {02441.s1} 
+tr {02442.t1} {02441.p1|02442.p0} {02442.s1} -> {02442.p1|02443.p0} {02442.s2} 
+tr {02442.t2} {02442.s2} -> {02442.s1} 
+tr {02443.t1} {02442.p1|02443.p0} {02443.s1} -> {02443.p1|02444.p0} {02443.s2} 
+tr {02443.t2} {02443.s2} -> {02443.s1} 
+tr {02444.t1} {02443.p1|02444.p0} {02444.s1} -> {02444.p1|02445.p0} {02444.s2} 
+tr {02444.t2} {02444.s2} -> {02444.s1} 
+tr {02445.t1} {02444.p1|02445.p0} {02445.s1} -> {02445.p1|02446.p0} {02445.s2} 
+tr {02445.t2} {02445.s2} -> {02445.s1} 
+tr {02446.t1} {02445.p1|02446.p0} {02446.s1} -> {02446.p1|02447.p0} {02446.s2} 
+tr {02446.t2} {02446.s2} -> {02446.s1} 
+tr {02447.t1} {02446.p1|02447.p0} {02447.s1} -> {02447.p1|02448.p0} {02447.s2} 
+tr {02447.t2} {02447.s2} -> {02447.s1} 
+tr {02448.t1} {02447.p1|02448.p0} {02448.s1} -> {02448.p1|02449.p0} {02448.s2} 
+tr {02448.t2} {02448.s2} -> {02448.s1} 
+tr {02449.t1} {02448.p1|02449.p0} {02449.s1} -> {02449.p1|02450.p0} {02449.s2} 
+tr {02449.t2} {02449.s2} -> {02449.s1} 
+tr {02450.t1} {02449.p1|02450.p0} {02450.s1} -> {02450.p1|02451.p0} {02450.s2} 
+tr {02450.t2} {02450.s2} -> {02450.s1} 
+tr {02451.t1} {02450.p1|02451.p0} {02451.s1} -> {02451.p1|02452.p0} {02451.s2} 
+tr {02451.t2} {02451.s2} -> {02451.s1} 
+tr {02452.t1} {02451.p1|02452.p0} {02452.s1} -> {02452.p1|02453.p0} {02452.s2} 
+tr {02452.t2} {02452.s2} -> {02452.s1} 
+tr {02453.t1} {02452.p1|02453.p0} {02453.s1} -> {02453.p1|02454.p0} {02453.s2} 
+tr {02453.t2} {02453.s2} -> {02453.s1} 
+tr {02454.t1} {02453.p1|02454.p0} {02454.s1} -> {02454.p1|02455.p0} {02454.s2} 
+tr {02454.t2} {02454.s2} -> {02454.s1} 
+tr {02455.t1} {02454.p1|02455.p0} {02455.s1} -> {02455.p1|02456.p0} {02455.s2} 
+tr {02455.t2} {02455.s2} -> {02455.s1} 
+tr {02456.t1} {02455.p1|02456.p0} {02456.s1} -> {02456.p1|02457.p0} {02456.s2} 
+tr {02456.t2} {02456.s2} -> {02456.s1} 
+tr {02457.t1} {02456.p1|02457.p0} {02457.s1} -> {02457.p1|02458.p0} {02457.s2} 
+tr {02457.t2} {02457.s2} -> {02457.s1} 
+tr {02458.t1} {02457.p1|02458.p0} {02458.s1} -> {02458.p1|02459.p0} {02458.s2} 
+tr {02458.t2} {02458.s2} -> {02458.s1} 
+tr {02459.t1} {02458.p1|02459.p0} {02459.s1} -> {02459.p1|02460.p0} {02459.s2} 
+tr {02459.t2} {02459.s2} -> {02459.s1} 
+tr {02460.t1} {02459.p1|02460.p0} {02460.s1} -> {02460.p1|02461.p0} {02460.s2} 
+tr {02460.t2} {02460.s2} -> {02460.s1} 
+tr {02461.t1} {02460.p1|02461.p0} {02461.s1} -> {02461.p1|02462.p0} {02461.s2} 
+tr {02461.t2} {02461.s2} -> {02461.s1} 
+tr {02462.t1} {02461.p1|02462.p0} {02462.s1} -> {02462.p1|02463.p0} {02462.s2} 
+tr {02462.t2} {02462.s2} -> {02462.s1} 
+tr {02463.t1} {02462.p1|02463.p0} {02463.s1} -> {02463.p1|02464.p0} {02463.s2} 
+tr {02463.t2} {02463.s2} -> {02463.s1} 
+tr {02464.t1} {02463.p1|02464.p0} {02464.s1} -> {02464.p1|02465.p0} {02464.s2} 
+tr {02464.t2} {02464.s2} -> {02464.s1} 
+tr {02465.t1} {02464.p1|02465.p0} {02465.s1} -> {02465.p1|02466.p0} {02465.s2} 
+tr {02465.t2} {02465.s2} -> {02465.s1} 
+tr {02466.t1} {02465.p1|02466.p0} {02466.s1} -> {02466.p1|02467.p0} {02466.s2} 
+tr {02466.t2} {02466.s2} -> {02466.s1} 
+tr {02467.t1} {02466.p1|02467.p0} {02467.s1} -> {02467.p1|02468.p0} {02467.s2} 
+tr {02467.t2} {02467.s2} -> {02467.s1} 
+tr {02468.t1} {02467.p1|02468.p0} {02468.s1} -> {02468.p1|02469.p0} {02468.s2} 
+tr {02468.t2} {02468.s2} -> {02468.s1} 
+tr {02469.t1} {02468.p1|02469.p0} {02469.s1} -> {02469.p1|02470.p0} {02469.s2} 
+tr {02469.t2} {02469.s2} -> {02469.s1} 
+tr {02470.t1} {02469.p1|02470.p0} {02470.s1} -> {02470.p1|02471.p0} {02470.s2} 
+tr {02470.t2} {02470.s2} -> {02470.s1} 
+tr {02471.t1} {02470.p1|02471.p0} {02471.s1} -> {02471.p1|02472.p0} {02471.s2} 
+tr {02471.t2} {02471.s2} -> {02471.s1} 
+tr {02472.t1} {02471.p1|02472.p0} {02472.s1} -> {02472.p1|02473.p0} {02472.s2} 
+tr {02472.t2} {02472.s2} -> {02472.s1} 
+tr {02473.t1} {02472.p1|02473.p0} {02473.s1} -> {02473.p1|02474.p0} {02473.s2} 
+tr {02473.t2} {02473.s2} -> {02473.s1} 
+tr {02474.t1} {02473.p1|02474.p0} {02474.s1} -> {02474.p1|02475.p0} {02474.s2} 
+tr {02474.t2} {02474.s2} -> {02474.s1} 
+tr {02475.t1} {02474.p1|02475.p0} {02475.s1} -> {02475.p1|02476.p0} {02475.s2} 
+tr {02475.t2} {02475.s2} -> {02475.s1} 
+tr {02476.t1} {02475.p1|02476.p0} {02476.s1} -> {02476.p1|02477.p0} {02476.s2} 
+tr {02476.t2} {02476.s2} -> {02476.s1} 
+tr {02477.t1} {02476.p1|02477.p0} {02477.s1} -> {02477.p1|02478.p0} {02477.s2} 
+tr {02477.t2} {02477.s2} -> {02477.s1} 
+tr {02478.t1} {02477.p1|02478.p0} {02478.s1} -> {02478.p1|02479.p0} {02478.s2} 
+tr {02478.t2} {02478.s2} -> {02478.s1} 
+tr {02479.t1} {02478.p1|02479.p0} {02479.s1} -> {02479.p1|02480.p0} {02479.s2} 
+tr {02479.t2} {02479.s2} -> {02479.s1} 
+tr {02480.t1} {02479.p1|02480.p0} {02480.s1} -> {02480.p1|02481.p0} {02480.s2} 
+tr {02480.t2} {02480.s2} -> {02480.s1} 
+tr {02481.t1} {02480.p1|02481.p0} {02481.s1} -> {02481.p1|02482.p0} {02481.s2} 
+tr {02481.t2} {02481.s2} -> {02481.s1} 
+tr {02482.t1} {02481.p1|02482.p0} {02482.s1} -> {02482.p1|02483.p0} {02482.s2} 
+tr {02482.t2} {02482.s2} -> {02482.s1} 
+tr {02483.t1} {02482.p1|02483.p0} {02483.s1} -> {02483.p1|02484.p0} {02483.s2} 
+tr {02483.t2} {02483.s2} -> {02483.s1} 
+tr {02484.t1} {02483.p1|02484.p0} {02484.s1} -> {02484.p1|02485.p0} {02484.s2} 
+tr {02484.t2} {02484.s2} -> {02484.s1} 
+tr {02485.t1} {02484.p1|02485.p0} {02485.s1} -> {02485.p1|02486.p0} {02485.s2} 
+tr {02485.t2} {02485.s2} -> {02485.s1} 
+tr {02486.t1} {02485.p1|02486.p0} {02486.s1} -> {02486.p1|02487.p0} {02486.s2} 
+tr {02486.t2} {02486.s2} -> {02486.s1} 
+tr {02487.t1} {02486.p1|02487.p0} {02487.s1} -> {02487.p1|02488.p0} {02487.s2} 
+tr {02487.t2} {02487.s2} -> {02487.s1} 
+tr {02488.t1} {02487.p1|02488.p0} {02488.s1} -> {02488.p1|02489.p0} {02488.s2} 
+tr {02488.t2} {02488.s2} -> {02488.s1} 
+tr {02489.t1} {02488.p1|02489.p0} {02489.s1} -> {02489.p1|02490.p0} {02489.s2} 
+tr {02489.t2} {02489.s2} -> {02489.s1} 
+tr {02490.t1} {02489.p1|02490.p0} {02490.s1} -> {02490.p1|02491.p0} {02490.s2} 
+tr {02490.t2} {02490.s2} -> {02490.s1} 
+tr {02491.t1} {02490.p1|02491.p0} {02491.s1} -> {02491.p1|02492.p0} {02491.s2} 
+tr {02491.t2} {02491.s2} -> {02491.s1} 
+tr {02492.t1} {02491.p1|02492.p0} {02492.s1} -> {02492.p1|02493.p0} {02492.s2} 
+tr {02492.t2} {02492.s2} -> {02492.s1} 
+tr {02493.t1} {02492.p1|02493.p0} {02493.s1} -> {02493.p1|02494.p0} {02493.s2} 
+tr {02493.t2} {02493.s2} -> {02493.s1} 
+tr {02494.t1} {02493.p1|02494.p0} {02494.s1} -> {02494.p1|02495.p0} {02494.s2} 
+tr {02494.t2} {02494.s2} -> {02494.s1} 
+tr {02495.t1} {02494.p1|02495.p0} {02495.s1} -> {02495.p1|02496.p0} {02495.s2} 
+tr {02495.t2} {02495.s2} -> {02495.s1} 
+tr {02496.t1} {02495.p1|02496.p0} {02496.s1} -> {02496.p1|02497.p0} {02496.s2} 
+tr {02496.t2} {02496.s2} -> {02496.s1} 
+tr {02497.t1} {02496.p1|02497.p0} {02497.s1} -> {02497.p1|02498.p0} {02497.s2} 
+tr {02497.t2} {02497.s2} -> {02497.s1} 
+tr {02498.t1} {02497.p1|02498.p0} {02498.s1} -> {02498.p1|02499.p0} {02498.s2} 
+tr {02498.t2} {02498.s2} -> {02498.s1} 
+tr {02499.t1} {02498.p1|02499.p0} {02499.s1} -> {02499.p1|02500.p0} {02499.s2} 
+tr {02499.t2} {02499.s2} -> {02499.s1} 
+tr {02500.t1} {02499.p1|02500.p0} {02500.s1} -> {02500.p1|02501.p0} {02500.s2} 
+tr {02500.t2} {02500.s2} -> {02500.s1} 
+tr {02501.t1} {02500.p1|02501.p0} {02501.s1} -> {02501.p1|02502.p0} {02501.s2} 
+tr {02501.t2} {02501.s2} -> {02501.s1} 
+tr {02502.t1} {02501.p1|02502.p0} {02502.s1} -> {02502.p1|02503.p0} {02502.s2} 
+tr {02502.t2} {02502.s2} -> {02502.s1} 
+tr {02503.t1} {02502.p1|02503.p0} {02503.s1} -> {02503.p1|02504.p0} {02503.s2} 
+tr {02503.t2} {02503.s2} -> {02503.s1} 
+tr {02504.t1} {02503.p1|02504.p0} {02504.s1} -> {02504.p1|02505.p0} {02504.s2} 
+tr {02504.t2} {02504.s2} -> {02504.s1} 
+tr {02505.t1} {02504.p1|02505.p0} {02505.s1} -> {02505.p1|02506.p0} {02505.s2} 
+tr {02505.t2} {02505.s2} -> {02505.s1} 
+tr {02506.t1} {02505.p1|02506.p0} {02506.s1} -> {02506.p1|02507.p0} {02506.s2} 
+tr {02506.t2} {02506.s2} -> {02506.s1} 
+tr {02507.t1} {02506.p1|02507.p0} {02507.s1} -> {02507.p1|02508.p0} {02507.s2} 
+tr {02507.t2} {02507.s2} -> {02507.s1} 
+tr {02508.t1} {02507.p1|02508.p0} {02508.s1} -> {02508.p1|02509.p0} {02508.s2} 
+tr {02508.t2} {02508.s2} -> {02508.s1} 
+tr {02509.t1} {02508.p1|02509.p0} {02509.s1} -> {02509.p1|02510.p0} {02509.s2} 
+tr {02509.t2} {02509.s2} -> {02509.s1} 
+tr {02510.t1} {02509.p1|02510.p0} {02510.s1} -> {02510.p1|02511.p0} {02510.s2} 
+tr {02510.t2} {02510.s2} -> {02510.s1} 
+tr {02511.t1} {02510.p1|02511.p0} {02511.s1} -> {02511.p1|02512.p0} {02511.s2} 
+tr {02511.t2} {02511.s2} -> {02511.s1} 
+tr {02512.t1} {02511.p1|02512.p0} {02512.s1} -> {02512.p1|02513.p0} {02512.s2} 
+tr {02512.t2} {02512.s2} -> {02512.s1} 
+tr {02513.t1} {02512.p1|02513.p0} {02513.s1} -> {02513.p1|02514.p0} {02513.s2} 
+tr {02513.t2} {02513.s2} -> {02513.s1} 
+tr {02514.t1} {02513.p1|02514.p0} {02514.s1} -> {02514.p1|02515.p0} {02514.s2} 
+tr {02514.t2} {02514.s2} -> {02514.s1} 
+tr {02515.t1} {02514.p1|02515.p0} {02515.s1} -> {02515.p1|02516.p0} {02515.s2} 
+tr {02515.t2} {02515.s2} -> {02515.s1} 
+tr {02516.t1} {02515.p1|02516.p0} {02516.s1} -> {02516.p1|02517.p0} {02516.s2} 
+tr {02516.t2} {02516.s2} -> {02516.s1} 
+tr {02517.t1} {02516.p1|02517.p0} {02517.s1} -> {02517.p1|02518.p0} {02517.s2} 
+tr {02517.t2} {02517.s2} -> {02517.s1} 
+tr {02518.t1} {02517.p1|02518.p0} {02518.s1} -> {02518.p1|02519.p0} {02518.s2} 
+tr {02518.t2} {02518.s2} -> {02518.s1} 
+tr {02519.t1} {02518.p1|02519.p0} {02519.s1} -> {02519.p1|02520.p0} {02519.s2} 
+tr {02519.t2} {02519.s2} -> {02519.s1} 
+tr {02520.t1} {02519.p1|02520.p0} {02520.s1} -> {02520.p1|02521.p0} {02520.s2} 
+tr {02520.t2} {02520.s2} -> {02520.s1} 
+tr {02521.t1} {02520.p1|02521.p0} {02521.s1} -> {02521.p1|02522.p0} {02521.s2} 
+tr {02521.t2} {02521.s2} -> {02521.s1} 
+tr {02522.t1} {02521.p1|02522.p0} {02522.s1} -> {02522.p1|02523.p0} {02522.s2} 
+tr {02522.t2} {02522.s2} -> {02522.s1} 
+tr {02523.t1} {02522.p1|02523.p0} {02523.s1} -> {02523.p1|02524.p0} {02523.s2} 
+tr {02523.t2} {02523.s2} -> {02523.s1} 
+tr {02524.t1} {02523.p1|02524.p0} {02524.s1} -> {02524.p1|02525.p0} {02524.s2} 
+tr {02524.t2} {02524.s2} -> {02524.s1} 
+tr {02525.t1} {02524.p1|02525.p0} {02525.s1} -> {02525.p1|02526.p0} {02525.s2} 
+tr {02525.t2} {02525.s2} -> {02525.s1} 
+tr {02526.t1} {02525.p1|02526.p0} {02526.s1} -> {02526.p1|02527.p0} {02526.s2} 
+tr {02526.t2} {02526.s2} -> {02526.s1} 
+tr {02527.t1} {02526.p1|02527.p0} {02527.s1} -> {02527.p1|02528.p0} {02527.s2} 
+tr {02527.t2} {02527.s2} -> {02527.s1} 
+tr {02528.t1} {02527.p1|02528.p0} {02528.s1} -> {02528.p1|02529.p0} {02528.s2} 
+tr {02528.t2} {02528.s2} -> {02528.s1} 
+tr {02529.t1} {02528.p1|02529.p0} {02529.s1} -> {02529.p1|02530.p0} {02529.s2} 
+tr {02529.t2} {02529.s2} -> {02529.s1} 
+tr {02530.t1} {02529.p1|02530.p0} {02530.s1} -> {02530.p1|02531.p0} {02530.s2} 
+tr {02530.t2} {02530.s2} -> {02530.s1} 
+tr {02531.t1} {02530.p1|02531.p0} {02531.s1} -> {02531.p1|02532.p0} {02531.s2} 
+tr {02531.t2} {02531.s2} -> {02531.s1} 
+tr {02532.t1} {02531.p1|02532.p0} {02532.s1} -> {02532.p1|02533.p0} {02532.s2} 
+tr {02532.t2} {02532.s2} -> {02532.s1} 
+tr {02533.t1} {02532.p1|02533.p0} {02533.s1} -> {02533.p1|02534.p0} {02533.s2} 
+tr {02533.t2} {02533.s2} -> {02533.s1} 
+tr {02534.t1} {02533.p1|02534.p0} {02534.s1} -> {02534.p1|02535.p0} {02534.s2} 
+tr {02534.t2} {02534.s2} -> {02534.s1} 
+tr {02535.t1} {02534.p1|02535.p0} {02535.s1} -> {02535.p1|02536.p0} {02535.s2} 
+tr {02535.t2} {02535.s2} -> {02535.s1} 
+tr {02536.t1} {02535.p1|02536.p0} {02536.s1} -> {02536.p1|02537.p0} {02536.s2} 
+tr {02536.t2} {02536.s2} -> {02536.s1} 
+tr {02537.t1} {02536.p1|02537.p0} {02537.s1} -> {02537.p1|02538.p0} {02537.s2} 
+tr {02537.t2} {02537.s2} -> {02537.s1} 
+tr {02538.t1} {02537.p1|02538.p0} {02538.s1} -> {02538.p1|02539.p0} {02538.s2} 
+tr {02538.t2} {02538.s2} -> {02538.s1} 
+tr {02539.t1} {02538.p1|02539.p0} {02539.s1} -> {02539.p1|02540.p0} {02539.s2} 
+tr {02539.t2} {02539.s2} -> {02539.s1} 
+tr {02540.t1} {02539.p1|02540.p0} {02540.s1} -> {02540.p1|02541.p0} {02540.s2} 
+tr {02540.t2} {02540.s2} -> {02540.s1} 
+tr {02541.t1} {02540.p1|02541.p0} {02541.s1} -> {02541.p1|02542.p0} {02541.s2} 
+tr {02541.t2} {02541.s2} -> {02541.s1} 
+tr {02542.t1} {02541.p1|02542.p0} {02542.s1} -> {02542.p1|02543.p0} {02542.s2} 
+tr {02542.t2} {02542.s2} -> {02542.s1} 
+tr {02543.t1} {02542.p1|02543.p0} {02543.s1} -> {02543.p1|02544.p0} {02543.s2} 
+tr {02543.t2} {02543.s2} -> {02543.s1} 
+tr {02544.t1} {02543.p1|02544.p0} {02544.s1} -> {02544.p1|02545.p0} {02544.s2} 
+tr {02544.t2} {02544.s2} -> {02544.s1} 
+tr {02545.t1} {02544.p1|02545.p0} {02545.s1} -> {02545.p1|02546.p0} {02545.s2} 
+tr {02545.t2} {02545.s2} -> {02545.s1} 
+tr {02546.t1} {02545.p1|02546.p0} {02546.s1} -> {02546.p1|02547.p0} {02546.s2} 
+tr {02546.t2} {02546.s2} -> {02546.s1} 
+tr {02547.t1} {02546.p1|02547.p0} {02547.s1} -> {02547.p1|02548.p0} {02547.s2} 
+tr {02547.t2} {02547.s2} -> {02547.s1} 
+tr {02548.t1} {02547.p1|02548.p0} {02548.s1} -> {02548.p1|02549.p0} {02548.s2} 
+tr {02548.t2} {02548.s2} -> {02548.s1} 
+tr {02549.t1} {02548.p1|02549.p0} {02549.s1} -> {02549.p1|02550.p0} {02549.s2} 
+tr {02549.t2} {02549.s2} -> {02549.s1} 
+tr {02550.t1} {02549.p1|02550.p0} {02550.s1} -> {02550.p1|02551.p0} {02550.s2} 
+tr {02550.t2} {02550.s2} -> {02550.s1} 
+tr {02551.t1} {02550.p1|02551.p0} {02551.s1} -> {02551.p1|02552.p0} {02551.s2} 
+tr {02551.t2} {02551.s2} -> {02551.s1} 
+tr {02552.t1} {02551.p1|02552.p0} {02552.s1} -> {02552.p1|02553.p0} {02552.s2} 
+tr {02552.t2} {02552.s2} -> {02552.s1} 
+tr {02553.t1} {02552.p1|02553.p0} {02553.s1} -> {02553.p1|02554.p0} {02553.s2} 
+tr {02553.t2} {02553.s2} -> {02553.s1} 
+tr {02554.t1} {02553.p1|02554.p0} {02554.s1} -> {02554.p1|02555.p0} {02554.s2} 
+tr {02554.t2} {02554.s2} -> {02554.s1} 
+tr {02555.t1} {02554.p1|02555.p0} {02555.s1} -> {02555.p1|02556.p0} {02555.s2} 
+tr {02555.t2} {02555.s2} -> {02555.s1} 
+tr {02556.t1} {02555.p1|02556.p0} {02556.s1} -> {02556.p1|02557.p0} {02556.s2} 
+tr {02556.t2} {02556.s2} -> {02556.s1} 
+tr {02557.t1} {02556.p1|02557.p0} {02557.s1} -> {02557.p1|02558.p0} {02557.s2} 
+tr {02557.t2} {02557.s2} -> {02557.s1} 
+tr {02558.t1} {02557.p1|02558.p0} {02558.s1} -> {02558.p1|02559.p0} {02558.s2} 
+tr {02558.t2} {02558.s2} -> {02558.s1} 
+tr {02559.t1} {02558.p1|02559.p0} {02559.s1} -> {02559.p1|02560.p0} {02559.s2} 
+tr {02559.t2} {02559.s2} -> {02559.s1} 
+tr {02560.t1} {02559.p1|02560.p0} {02560.s1} -> {02560.p1|02561.p0} {02560.s2} 
+tr {02560.t2} {02560.s2} -> {02560.s1} 
+tr {02561.t1} {02560.p1|02561.p0} {02561.s1} -> {02561.p1|02562.p0} {02561.s2} 
+tr {02561.t2} {02561.s2} -> {02561.s1} 
+tr {02562.t1} {02561.p1|02562.p0} {02562.s1} -> {02562.p1|02563.p0} {02562.s2} 
+tr {02562.t2} {02562.s2} -> {02562.s1} 
+tr {02563.t1} {02562.p1|02563.p0} {02563.s1} -> {02563.p1|02564.p0} {02563.s2} 
+tr {02563.t2} {02563.s2} -> {02563.s1} 
+tr {02564.t1} {02563.p1|02564.p0} {02564.s1} -> {02564.p1|02565.p0} {02564.s2} 
+tr {02564.t2} {02564.s2} -> {02564.s1} 
+tr {02565.t1} {02564.p1|02565.p0} {02565.s1} -> {02565.p1|02566.p0} {02565.s2} 
+tr {02565.t2} {02565.s2} -> {02565.s1} 
+tr {02566.t1} {02565.p1|02566.p0} {02566.s1} -> {02566.p1|02567.p0} {02566.s2} 
+tr {02566.t2} {02566.s2} -> {02566.s1} 
+tr {02567.t1} {02566.p1|02567.p0} {02567.s1} -> {02567.p1|02568.p0} {02567.s2} 
+tr {02567.t2} {02567.s2} -> {02567.s1} 
+tr {02568.t1} {02567.p1|02568.p0} {02568.s1} -> {02568.p1|02569.p0} {02568.s2} 
+tr {02568.t2} {02568.s2} -> {02568.s1} 
+tr {02569.t1} {02568.p1|02569.p0} {02569.s1} -> {02569.p1|02570.p0} {02569.s2} 
+tr {02569.t2} {02569.s2} -> {02569.s1} 
+tr {02570.t1} {02569.p1|02570.p0} {02570.s1} -> {02570.p1|02571.p0} {02570.s2} 
+tr {02570.t2} {02570.s2} -> {02570.s1} 
+tr {02571.t1} {02570.p1|02571.p0} {02571.s1} -> {02571.p1|02572.p0} {02571.s2} 
+tr {02571.t2} {02571.s2} -> {02571.s1} 
+tr {02572.t1} {02571.p1|02572.p0} {02572.s1} -> {02572.p1|02573.p0} {02572.s2} 
+tr {02572.t2} {02572.s2} -> {02572.s1} 
+tr {02573.t1} {02572.p1|02573.p0} {02573.s1} -> {02573.p1|02574.p0} {02573.s2} 
+tr {02573.t2} {02573.s2} -> {02573.s1} 
+tr {02574.t1} {02573.p1|02574.p0} {02574.s1} -> {02574.p1|02575.p0} {02574.s2} 
+tr {02574.t2} {02574.s2} -> {02574.s1} 
+tr {02575.t1} {02574.p1|02575.p0} {02575.s1} -> {02575.p1|02576.p0} {02575.s2} 
+tr {02575.t2} {02575.s2} -> {02575.s1} 
+tr {02576.t1} {02575.p1|02576.p0} {02576.s1} -> {02576.p1|02577.p0} {02576.s2} 
+tr {02576.t2} {02576.s2} -> {02576.s1} 
+tr {02577.t1} {02576.p1|02577.p0} {02577.s1} -> {02577.p1|02578.p0} {02577.s2} 
+tr {02577.t2} {02577.s2} -> {02577.s1} 
+tr {02578.t1} {02577.p1|02578.p0} {02578.s1} -> {02578.p1|02579.p0} {02578.s2} 
+tr {02578.t2} {02578.s2} -> {02578.s1} 
+tr {02579.t1} {02578.p1|02579.p0} {02579.s1} -> {02579.p1|02580.p0} {02579.s2} 
+tr {02579.t2} {02579.s2} -> {02579.s1} 
+tr {02580.t1} {02579.p1|02580.p0} {02580.s1} -> {02580.p1|02581.p0} {02580.s2} 
+tr {02580.t2} {02580.s2} -> {02580.s1} 
+tr {02581.t1} {02580.p1|02581.p0} {02581.s1} -> {02581.p1|02582.p0} {02581.s2} 
+tr {02581.t2} {02581.s2} -> {02581.s1} 
+tr {02582.t1} {02581.p1|02582.p0} {02582.s1} -> {02582.p1|02583.p0} {02582.s2} 
+tr {02582.t2} {02582.s2} -> {02582.s1} 
+tr {02583.t1} {02582.p1|02583.p0} {02583.s1} -> {02583.p1|02584.p0} {02583.s2} 
+tr {02583.t2} {02583.s2} -> {02583.s1} 
+tr {02584.t1} {02583.p1|02584.p0} {02584.s1} -> {02584.p1|02585.p0} {02584.s2} 
+tr {02584.t2} {02584.s2} -> {02584.s1} 
+tr {02585.t1} {02584.p1|02585.p0} {02585.s1} -> {02585.p1|02586.p0} {02585.s2} 
+tr {02585.t2} {02585.s2} -> {02585.s1} 
+tr {02586.t1} {02585.p1|02586.p0} {02586.s1} -> {02586.p1|02587.p0} {02586.s2} 
+tr {02586.t2} {02586.s2} -> {02586.s1} 
+tr {02587.t1} {02586.p1|02587.p0} {02587.s1} -> {02587.p1|02588.p0} {02587.s2} 
+tr {02587.t2} {02587.s2} -> {02587.s1} 
+tr {02588.t1} {02587.p1|02588.p0} {02588.s1} -> {02588.p1|02589.p0} {02588.s2} 
+tr {02588.t2} {02588.s2} -> {02588.s1} 
+tr {02589.t1} {02588.p1|02589.p0} {02589.s1} -> {02589.p1|02590.p0} {02589.s2} 
+tr {02589.t2} {02589.s2} -> {02589.s1} 
+tr {02590.t1} {02589.p1|02590.p0} {02590.s1} -> {02590.p1|02591.p0} {02590.s2} 
+tr {02590.t2} {02590.s2} -> {02590.s1} 
+tr {02591.t1} {02590.p1|02591.p0} {02591.s1} -> {02591.p1|02592.p0} {02591.s2} 
+tr {02591.t2} {02591.s2} -> {02591.s1} 
+tr {02592.t1} {02591.p1|02592.p0} {02592.s1} -> {02592.p1|02593.p0} {02592.s2} 
+tr {02592.t2} {02592.s2} -> {02592.s1} 
+tr {02593.t1} {02592.p1|02593.p0} {02593.s1} -> {02593.p1|02594.p0} {02593.s2} 
+tr {02593.t2} {02593.s2} -> {02593.s1} 
+tr {02594.t1} {02593.p1|02594.p0} {02594.s1} -> {02594.p1|02595.p0} {02594.s2} 
+tr {02594.t2} {02594.s2} -> {02594.s1} 
+tr {02595.t1} {02594.p1|02595.p0} {02595.s1} -> {02595.p1|02596.p0} {02595.s2} 
+tr {02595.t2} {02595.s2} -> {02595.s1} 
+tr {02596.t1} {02595.p1|02596.p0} {02596.s1} -> {02596.p1|02597.p0} {02596.s2} 
+tr {02596.t2} {02596.s2} -> {02596.s1} 
+tr {02597.t1} {02596.p1|02597.p0} {02597.s1} -> {02597.p1|02598.p0} {02597.s2} 
+tr {02597.t2} {02597.s2} -> {02597.s1} 
+tr {02598.t1} {02597.p1|02598.p0} {02598.s1} -> {02598.p1|02599.p0} {02598.s2} 
+tr {02598.t2} {02598.s2} -> {02598.s1} 
+tr {02599.t1} {02598.p1|02599.p0} {02599.s1} -> {02599.p1|02600.p0} {02599.s2} 
+tr {02599.t2} {02599.s2} -> {02599.s1} 
+tr {02600.t1} {02599.p1|02600.p0} {02600.s1} -> {02600.p1|02601.p0} {02600.s2} 
+tr {02600.t2} {02600.s2} -> {02600.s1} 
+tr {02601.t1} {02600.p1|02601.p0} {02601.s1} -> {02601.p1|02602.p0} {02601.s2} 
+tr {02601.t2} {02601.s2} -> {02601.s1} 
+tr {02602.t1} {02601.p1|02602.p0} {02602.s1} -> {02602.p1|02603.p0} {02602.s2} 
+tr {02602.t2} {02602.s2} -> {02602.s1} 
+tr {02603.t1} {02602.p1|02603.p0} {02603.s1} -> {02603.p1|02604.p0} {02603.s2} 
+tr {02603.t2} {02603.s2} -> {02603.s1} 
+tr {02604.t1} {02603.p1|02604.p0} {02604.s1} -> {02604.p1|02605.p0} {02604.s2} 
+tr {02604.t2} {02604.s2} -> {02604.s1} 
+tr {02605.t1} {02604.p1|02605.p0} {02605.s1} -> {02605.p1|02606.p0} {02605.s2} 
+tr {02605.t2} {02605.s2} -> {02605.s1} 
+tr {02606.t1} {02605.p1|02606.p0} {02606.s1} -> {02606.p1|02607.p0} {02606.s2} 
+tr {02606.t2} {02606.s2} -> {02606.s1} 
+tr {02607.t1} {02606.p1|02607.p0} {02607.s1} -> {02607.p1|02608.p0} {02607.s2} 
+tr {02607.t2} {02607.s2} -> {02607.s1} 
+tr {02608.t1} {02607.p1|02608.p0} {02608.s1} -> {02608.p1|02609.p0} {02608.s2} 
+tr {02608.t2} {02608.s2} -> {02608.s1} 
+tr {02609.t1} {02608.p1|02609.p0} {02609.s1} -> {02609.p1|02610.p0} {02609.s2} 
+tr {02609.t2} {02609.s2} -> {02609.s1} 
+tr {02610.t1} {02609.p1|02610.p0} {02610.s1} -> {02610.p1|02611.p0} {02610.s2} 
+tr {02610.t2} {02610.s2} -> {02610.s1} 
+tr {02611.t1} {02610.p1|02611.p0} {02611.s1} -> {02611.p1|02612.p0} {02611.s2} 
+tr {02611.t2} {02611.s2} -> {02611.s1} 
+tr {02612.t1} {02611.p1|02612.p0} {02612.s1} -> {02612.p1|02613.p0} {02612.s2} 
+tr {02612.t2} {02612.s2} -> {02612.s1} 
+tr {02613.t1} {02612.p1|02613.p0} {02613.s1} -> {02613.p1|02614.p0} {02613.s2} 
+tr {02613.t2} {02613.s2} -> {02613.s1} 
+tr {02614.t1} {02613.p1|02614.p0} {02614.s1} -> {02614.p1|02615.p0} {02614.s2} 
+tr {02614.t2} {02614.s2} -> {02614.s1} 
+tr {02615.t1} {02614.p1|02615.p0} {02615.s1} -> {02615.p1|02616.p0} {02615.s2} 
+tr {02615.t2} {02615.s2} -> {02615.s1} 
+tr {02616.t1} {02615.p1|02616.p0} {02616.s1} -> {02616.p1|02617.p0} {02616.s2} 
+tr {02616.t2} {02616.s2} -> {02616.s1} 
+tr {02617.t1} {02616.p1|02617.p0} {02617.s1} -> {02617.p1|02618.p0} {02617.s2} 
+tr {02617.t2} {02617.s2} -> {02617.s1} 
+tr {02618.t1} {02617.p1|02618.p0} {02618.s1} -> {02618.p1|02619.p0} {02618.s2} 
+tr {02618.t2} {02618.s2} -> {02618.s1} 
+tr {02619.t1} {02618.p1|02619.p0} {02619.s1} -> {02619.p1|02620.p0} {02619.s2} 
+tr {02619.t2} {02619.s2} -> {02619.s1} 
+tr {02620.t1} {02619.p1|02620.p0} {02620.s1} -> {02620.p1|02621.p0} {02620.s2} 
+tr {02620.t2} {02620.s2} -> {02620.s1} 
+tr {02621.t1} {02620.p1|02621.p0} {02621.s1} -> {02621.p1|02622.p0} {02621.s2} 
+tr {02621.t2} {02621.s2} -> {02621.s1} 
+tr {02622.t1} {02621.p1|02622.p0} {02622.s1} -> {02622.p1|02623.p0} {02622.s2} 
+tr {02622.t2} {02622.s2} -> {02622.s1} 
+tr {02623.t1} {02622.p1|02623.p0} {02623.s1} -> {02623.p1|02624.p0} {02623.s2} 
+tr {02623.t2} {02623.s2} -> {02623.s1} 
+tr {02624.t1} {02623.p1|02624.p0} {02624.s1} -> {02624.p1|02625.p0} {02624.s2} 
+tr {02624.t2} {02624.s2} -> {02624.s1} 
+tr {02625.t1} {02624.p1|02625.p0} {02625.s1} -> {02625.p1|02626.p0} {02625.s2} 
+tr {02625.t2} {02625.s2} -> {02625.s1} 
+tr {02626.t1} {02625.p1|02626.p0} {02626.s1} -> {02626.p1|02627.p0} {02626.s2} 
+tr {02626.t2} {02626.s2} -> {02626.s1} 
+tr {02627.t1} {02626.p1|02627.p0} {02627.s1} -> {02627.p1|02628.p0} {02627.s2} 
+tr {02627.t2} {02627.s2} -> {02627.s1} 
+tr {02628.t1} {02627.p1|02628.p0} {02628.s1} -> {02628.p1|02629.p0} {02628.s2} 
+tr {02628.t2} {02628.s2} -> {02628.s1} 
+tr {02629.t1} {02628.p1|02629.p0} {02629.s1} -> {02629.p1|02630.p0} {02629.s2} 
+tr {02629.t2} {02629.s2} -> {02629.s1} 
+tr {02630.t1} {02629.p1|02630.p0} {02630.s1} -> {02630.p1|02631.p0} {02630.s2} 
+tr {02630.t2} {02630.s2} -> {02630.s1} 
+tr {02631.t1} {02630.p1|02631.p0} {02631.s1} -> {02631.p1|02632.p0} {02631.s2} 
+tr {02631.t2} {02631.s2} -> {02631.s1} 
+tr {02632.t1} {02631.p1|02632.p0} {02632.s1} -> {02632.p1|02633.p0} {02632.s2} 
+tr {02632.t2} {02632.s2} -> {02632.s1} 
+tr {02633.t1} {02632.p1|02633.p0} {02633.s1} -> {02633.p1|02634.p0} {02633.s2} 
+tr {02633.t2} {02633.s2} -> {02633.s1} 
+tr {02634.t1} {02633.p1|02634.p0} {02634.s1} -> {02634.p1|02635.p0} {02634.s2} 
+tr {02634.t2} {02634.s2} -> {02634.s1} 
+tr {02635.t1} {02634.p1|02635.p0} {02635.s1} -> {02635.p1|02636.p0} {02635.s2} 
+tr {02635.t2} {02635.s2} -> {02635.s1} 
+tr {02636.t1} {02635.p1|02636.p0} {02636.s1} -> {02636.p1|02637.p0} {02636.s2} 
+tr {02636.t2} {02636.s2} -> {02636.s1} 
+tr {02637.t1} {02636.p1|02637.p0} {02637.s1} -> {02637.p1|02638.p0} {02637.s2} 
+tr {02637.t2} {02637.s2} -> {02637.s1} 
+tr {02638.t1} {02637.p1|02638.p0} {02638.s1} -> {02638.p1|02639.p0} {02638.s2} 
+tr {02638.t2} {02638.s2} -> {02638.s1} 
+tr {02639.t1} {02638.p1|02639.p0} {02639.s1} -> {02639.p1|02640.p0} {02639.s2} 
+tr {02639.t2} {02639.s2} -> {02639.s1} 
+tr {02640.t1} {02639.p1|02640.p0} {02640.s1} -> {02640.p1|02641.p0} {02640.s2} 
+tr {02640.t2} {02640.s2} -> {02640.s1} 
+tr {02641.t1} {02640.p1|02641.p0} {02641.s1} -> {02641.p1|02642.p0} {02641.s2} 
+tr {02641.t2} {02641.s2} -> {02641.s1} 
+tr {02642.t1} {02641.p1|02642.p0} {02642.s1} -> {02642.p1|02643.p0} {02642.s2} 
+tr {02642.t2} {02642.s2} -> {02642.s1} 
+tr {02643.t1} {02642.p1|02643.p0} {02643.s1} -> {02643.p1|02644.p0} {02643.s2} 
+tr {02643.t2} {02643.s2} -> {02643.s1} 
+tr {02644.t1} {02643.p1|02644.p0} {02644.s1} -> {02644.p1|02645.p0} {02644.s2} 
+tr {02644.t2} {02644.s2} -> {02644.s1} 
+tr {02645.t1} {02644.p1|02645.p0} {02645.s1} -> {02645.p1|02646.p0} {02645.s2} 
+tr {02645.t2} {02645.s2} -> {02645.s1} 
+tr {02646.t1} {02645.p1|02646.p0} {02646.s1} -> {02646.p1|02647.p0} {02646.s2} 
+tr {02646.t2} {02646.s2} -> {02646.s1} 
+tr {02647.t1} {02646.p1|02647.p0} {02647.s1} -> {02647.p1|02648.p0} {02647.s2} 
+tr {02647.t2} {02647.s2} -> {02647.s1} 
+tr {02648.t1} {02647.p1|02648.p0} {02648.s1} -> {02648.p1|02649.p0} {02648.s2} 
+tr {02648.t2} {02648.s2} -> {02648.s1} 
+tr {02649.t1} {02648.p1|02649.p0} {02649.s1} -> {02649.p1|02650.p0} {02649.s2} 
+tr {02649.t2} {02649.s2} -> {02649.s1} 
+tr {02650.t1} {02649.p1|02650.p0} {02650.s1} -> {02650.p1|02651.p0} {02650.s2} 
+tr {02650.t2} {02650.s2} -> {02650.s1} 
+tr {02651.t1} {02650.p1|02651.p0} {02651.s1} -> {02651.p1|02652.p0} {02651.s2} 
+tr {02651.t2} {02651.s2} -> {02651.s1} 
+tr {02652.t1} {02651.p1|02652.p0} {02652.s1} -> {02652.p1|02653.p0} {02652.s2} 
+tr {02652.t2} {02652.s2} -> {02652.s1} 
+tr {02653.t1} {02652.p1|02653.p0} {02653.s1} -> {02653.p1|02654.p0} {02653.s2} 
+tr {02653.t2} {02653.s2} -> {02653.s1} 
+tr {02654.t1} {02653.p1|02654.p0} {02654.s1} -> {02654.p1|02655.p0} {02654.s2} 
+tr {02654.t2} {02654.s2} -> {02654.s1} 
+tr {02655.t1} {02654.p1|02655.p0} {02655.s1} -> {02655.p1|02656.p0} {02655.s2} 
+tr {02655.t2} {02655.s2} -> {02655.s1} 
+tr {02656.t1} {02655.p1|02656.p0} {02656.s1} -> {02656.p1|02657.p0} {02656.s2} 
+tr {02656.t2} {02656.s2} -> {02656.s1} 
+tr {02657.t1} {02656.p1|02657.p0} {02657.s1} -> {02657.p1|02658.p0} {02657.s2} 
+tr {02657.t2} {02657.s2} -> {02657.s1} 
+tr {02658.t1} {02657.p1|02658.p0} {02658.s1} -> {02658.p1|02659.p0} {02658.s2} 
+tr {02658.t2} {02658.s2} -> {02658.s1} 
+tr {02659.t1} {02658.p1|02659.p0} {02659.s1} -> {02659.p1|02660.p0} {02659.s2} 
+tr {02659.t2} {02659.s2} -> {02659.s1} 
+tr {02660.t1} {02659.p1|02660.p0} {02660.s1} -> {02660.p1|02661.p0} {02660.s2} 
+tr {02660.t2} {02660.s2} -> {02660.s1} 
+tr {02661.t1} {02660.p1|02661.p0} {02661.s1} -> {02661.p1|02662.p0} {02661.s2} 
+tr {02661.t2} {02661.s2} -> {02661.s1} 
+tr {02662.t1} {02661.p1|02662.p0} {02662.s1} -> {02662.p1|02663.p0} {02662.s2} 
+tr {02662.t2} {02662.s2} -> {02662.s1} 
+tr {02663.t1} {02662.p1|02663.p0} {02663.s1} -> {02663.p1|02664.p0} {02663.s2} 
+tr {02663.t2} {02663.s2} -> {02663.s1} 
+tr {02664.t1} {02663.p1|02664.p0} {02664.s1} -> {02664.p1|02665.p0} {02664.s2} 
+tr {02664.t2} {02664.s2} -> {02664.s1} 
+tr {02665.t1} {02664.p1|02665.p0} {02665.s1} -> {02665.p1|02666.p0} {02665.s2} 
+tr {02665.t2} {02665.s2} -> {02665.s1} 
+tr {02666.t1} {02665.p1|02666.p0} {02666.s1} -> {02666.p1|02667.p0} {02666.s2} 
+tr {02666.t2} {02666.s2} -> {02666.s1} 
+tr {02667.t1} {02666.p1|02667.p0} {02667.s1} -> {02667.p1|02668.p0} {02667.s2} 
+tr {02667.t2} {02667.s2} -> {02667.s1} 
+tr {02668.t1} {02667.p1|02668.p0} {02668.s1} -> {02668.p1|02669.p0} {02668.s2} 
+tr {02668.t2} {02668.s2} -> {02668.s1} 
+tr {02669.t1} {02668.p1|02669.p0} {02669.s1} -> {02669.p1|02670.p0} {02669.s2} 
+tr {02669.t2} {02669.s2} -> {02669.s1} 
+tr {02670.t1} {02669.p1|02670.p0} {02670.s1} -> {02670.p1|02671.p0} {02670.s2} 
+tr {02670.t2} {02670.s2} -> {02670.s1} 
+tr {02671.t1} {02670.p1|02671.p0} {02671.s1} -> {02671.p1|02672.p0} {02671.s2} 
+tr {02671.t2} {02671.s2} -> {02671.s1} 
+tr {02672.t1} {02671.p1|02672.p0} {02672.s1} -> {02672.p1|02673.p0} {02672.s2} 
+tr {02672.t2} {02672.s2} -> {02672.s1} 
+tr {02673.t1} {02672.p1|02673.p0} {02673.s1} -> {02673.p1|02674.p0} {02673.s2} 
+tr {02673.t2} {02673.s2} -> {02673.s1} 
+tr {02674.t1} {02673.p1|02674.p0} {02674.s1} -> {02674.p1|02675.p0} {02674.s2} 
+tr {02674.t2} {02674.s2} -> {02674.s1} 
+tr {02675.t1} {02674.p1|02675.p0} {02675.s1} -> {02675.p1|02676.p0} {02675.s2} 
+tr {02675.t2} {02675.s2} -> {02675.s1} 
+tr {02676.t1} {02675.p1|02676.p0} {02676.s1} -> {02676.p1|02677.p0} {02676.s2} 
+tr {02676.t2} {02676.s2} -> {02676.s1} 
+tr {02677.t1} {02676.p1|02677.p0} {02677.s1} -> {02677.p1|02678.p0} {02677.s2} 
+tr {02677.t2} {02677.s2} -> {02677.s1} 
+tr {02678.t1} {02677.p1|02678.p0} {02678.s1} -> {02678.p1|02679.p0} {02678.s2} 
+tr {02678.t2} {02678.s2} -> {02678.s1} 
+tr {02679.t1} {02678.p1|02679.p0} {02679.s1} -> {02679.p1|02680.p0} {02679.s2} 
+tr {02679.t2} {02679.s2} -> {02679.s1} 
+tr {02680.t1} {02679.p1|02680.p0} {02680.s1} -> {02680.p1|02681.p0} {02680.s2} 
+tr {02680.t2} {02680.s2} -> {02680.s1} 
+tr {02681.t1} {02680.p1|02681.p0} {02681.s1} -> {02681.p1|02682.p0} {02681.s2} 
+tr {02681.t2} {02681.s2} -> {02681.s1} 
+tr {02682.t1} {02681.p1|02682.p0} {02682.s1} -> {02682.p1|02683.p0} {02682.s2} 
+tr {02682.t2} {02682.s2} -> {02682.s1} 
+tr {02683.t1} {02682.p1|02683.p0} {02683.s1} -> {02683.p1|02684.p0} {02683.s2} 
+tr {02683.t2} {02683.s2} -> {02683.s1} 
+tr {02684.t1} {02683.p1|02684.p0} {02684.s1} -> {02684.p1|02685.p0} {02684.s2} 
+tr {02684.t2} {02684.s2} -> {02684.s1} 
+tr {02685.t1} {02684.p1|02685.p0} {02685.s1} -> {02685.p1|02686.p0} {02685.s2} 
+tr {02685.t2} {02685.s2} -> {02685.s1} 
+tr {02686.t1} {02685.p1|02686.p0} {02686.s1} -> {02686.p1|02687.p0} {02686.s2} 
+tr {02686.t2} {02686.s2} -> {02686.s1} 
+tr {02687.t1} {02686.p1|02687.p0} {02687.s1} -> {02687.p1|02688.p0} {02687.s2} 
+tr {02687.t2} {02687.s2} -> {02687.s1} 
+tr {02688.t1} {02687.p1|02688.p0} {02688.s1} -> {02688.p1|02689.p0} {02688.s2} 
+tr {02688.t2} {02688.s2} -> {02688.s1} 
+tr {02689.t1} {02688.p1|02689.p0} {02689.s1} -> {02689.p1|02690.p0} {02689.s2} 
+tr {02689.t2} {02689.s2} -> {02689.s1} 
+tr {02690.t1} {02689.p1|02690.p0} {02690.s1} -> {02690.p1|02691.p0} {02690.s2} 
+tr {02690.t2} {02690.s2} -> {02690.s1} 
+tr {02691.t1} {02690.p1|02691.p0} {02691.s1} -> {02691.p1|02692.p0} {02691.s2} 
+tr {02691.t2} {02691.s2} -> {02691.s1} 
+tr {02692.t1} {02691.p1|02692.p0} {02692.s1} -> {02692.p1|02693.p0} {02692.s2} 
+tr {02692.t2} {02692.s2} -> {02692.s1} 
+tr {02693.t1} {02692.p1|02693.p0} {02693.s1} -> {02693.p1|02694.p0} {02693.s2} 
+tr {02693.t2} {02693.s2} -> {02693.s1} 
+tr {02694.t1} {02693.p1|02694.p0} {02694.s1} -> {02694.p1|02695.p0} {02694.s2} 
+tr {02694.t2} {02694.s2} -> {02694.s1} 
+tr {02695.t1} {02694.p1|02695.p0} {02695.s1} -> {02695.p1|02696.p0} {02695.s2} 
+tr {02695.t2} {02695.s2} -> {02695.s1} 
+tr {02696.t1} {02695.p1|02696.p0} {02696.s1} -> {02696.p1|02697.p0} {02696.s2} 
+tr {02696.t2} {02696.s2} -> {02696.s1} 
+tr {02697.t1} {02696.p1|02697.p0} {02697.s1} -> {02697.p1|02698.p0} {02697.s2} 
+tr {02697.t2} {02697.s2} -> {02697.s1} 
+tr {02698.t1} {02697.p1|02698.p0} {02698.s1} -> {02698.p1|02699.p0} {02698.s2} 
+tr {02698.t2} {02698.s2} -> {02698.s1} 
+tr {02699.t1} {02698.p1|02699.p0} {02699.s1} -> {02699.p1|02700.p0} {02699.s2} 
+tr {02699.t2} {02699.s2} -> {02699.s1} 
+tr {02700.t1} {02699.p1|02700.p0} {02700.s1} -> {02700.p1|02701.p0} {02700.s2} 
+tr {02700.t2} {02700.s2} -> {02700.s1} 
+tr {02701.t1} {02700.p1|02701.p0} {02701.s1} -> {02701.p1|02702.p0} {02701.s2} 
+tr {02701.t2} {02701.s2} -> {02701.s1} 
+tr {02702.t1} {02701.p1|02702.p0} {02702.s1} -> {02702.p1|02703.p0} {02702.s2} 
+tr {02702.t2} {02702.s2} -> {02702.s1} 
+tr {02703.t1} {02702.p1|02703.p0} {02703.s1} -> {02703.p1|02704.p0} {02703.s2} 
+tr {02703.t2} {02703.s2} -> {02703.s1} 
+tr {02704.t1} {02703.p1|02704.p0} {02704.s1} -> {02704.p1|02705.p0} {02704.s2} 
+tr {02704.t2} {02704.s2} -> {02704.s1} 
+tr {02705.t1} {02704.p1|02705.p0} {02705.s1} -> {02705.p1|02706.p0} {02705.s2} 
+tr {02705.t2} {02705.s2} -> {02705.s1} 
+tr {02706.t1} {02705.p1|02706.p0} {02706.s1} -> {02706.p1|02707.p0} {02706.s2} 
+tr {02706.t2} {02706.s2} -> {02706.s1} 
+tr {02707.t1} {02706.p1|02707.p0} {02707.s1} -> {02707.p1|02708.p0} {02707.s2} 
+tr {02707.t2} {02707.s2} -> {02707.s1} 
+tr {02708.t1} {02707.p1|02708.p0} {02708.s1} -> {02708.p1|02709.p0} {02708.s2} 
+tr {02708.t2} {02708.s2} -> {02708.s1} 
+tr {02709.t1} {02708.p1|02709.p0} {02709.s1} -> {02709.p1|02710.p0} {02709.s2} 
+tr {02709.t2} {02709.s2} -> {02709.s1} 
+tr {02710.t1} {02709.p1|02710.p0} {02710.s1} -> {02710.p1|02711.p0} {02710.s2} 
+tr {02710.t2} {02710.s2} -> {02710.s1} 
+tr {02711.t1} {02710.p1|02711.p0} {02711.s1} -> {02711.p1|02712.p0} {02711.s2} 
+tr {02711.t2} {02711.s2} -> {02711.s1} 
+tr {02712.t1} {02711.p1|02712.p0} {02712.s1} -> {02712.p1|02713.p0} {02712.s2} 
+tr {02712.t2} {02712.s2} -> {02712.s1} 
+tr {02713.t1} {02712.p1|02713.p0} {02713.s1} -> {02713.p1|02714.p0} {02713.s2} 
+tr {02713.t2} {02713.s2} -> {02713.s1} 
+tr {02714.t1} {02713.p1|02714.p0} {02714.s1} -> {02714.p1|02715.p0} {02714.s2} 
+tr {02714.t2} {02714.s2} -> {02714.s1} 
+tr {02715.t1} {02714.p1|02715.p0} {02715.s1} -> {02715.p1|02716.p0} {02715.s2} 
+tr {02715.t2} {02715.s2} -> {02715.s1} 
+tr {02716.t1} {02715.p1|02716.p0} {02716.s1} -> {02716.p1|02717.p0} {02716.s2} 
+tr {02716.t2} {02716.s2} -> {02716.s1} 
+tr {02717.t1} {02716.p1|02717.p0} {02717.s1} -> {02717.p1|02718.p0} {02717.s2} 
+tr {02717.t2} {02717.s2} -> {02717.s1} 
+tr {02718.t1} {02717.p1|02718.p0} {02718.s1} -> {02718.p1|02719.p0} {02718.s2} 
+tr {02718.t2} {02718.s2} -> {02718.s1} 
+tr {02719.t1} {02718.p1|02719.p0} {02719.s1} -> {02719.p1|02720.p0} {02719.s2} 
+tr {02719.t2} {02719.s2} -> {02719.s1} 
+tr {02720.t1} {02719.p1|02720.p0} {02720.s1} -> {02720.p1|02721.p0} {02720.s2} 
+tr {02720.t2} {02720.s2} -> {02720.s1} 
+tr {02721.t1} {02720.p1|02721.p0} {02721.s1} -> {02721.p1|02722.p0} {02721.s2} 
+tr {02721.t2} {02721.s2} -> {02721.s1} 
+tr {02722.t1} {02721.p1|02722.p0} {02722.s1} -> {02722.p1|02723.p0} {02722.s2} 
+tr {02722.t2} {02722.s2} -> {02722.s1} 
+tr {02723.t1} {02722.p1|02723.p0} {02723.s1} -> {02723.p1|02724.p0} {02723.s2} 
+tr {02723.t2} {02723.s2} -> {02723.s1} 
+tr {02724.t1} {02723.p1|02724.p0} {02724.s1} -> {02724.p1|02725.p0} {02724.s2} 
+tr {02724.t2} {02724.s2} -> {02724.s1} 
+tr {02725.t1} {02724.p1|02725.p0} {02725.s1} -> {02725.p1|02726.p0} {02725.s2} 
+tr {02725.t2} {02725.s2} -> {02725.s1} 
+tr {02726.t1} {02725.p1|02726.p0} {02726.s1} -> {02726.p1|02727.p0} {02726.s2} 
+tr {02726.t2} {02726.s2} -> {02726.s1} 
+tr {02727.t1} {02726.p1|02727.p0} {02727.s1} -> {02727.p1|02728.p0} {02727.s2} 
+tr {02727.t2} {02727.s2} -> {02727.s1} 
+tr {02728.t1} {02727.p1|02728.p0} {02728.s1} -> {02728.p1|02729.p0} {02728.s2} 
+tr {02728.t2} {02728.s2} -> {02728.s1} 
+tr {02729.t1} {02728.p1|02729.p0} {02729.s1} -> {02729.p1|02730.p0} {02729.s2} 
+tr {02729.t2} {02729.s2} -> {02729.s1} 
+tr {02730.t1} {02729.p1|02730.p0} {02730.s1} -> {02730.p1|02731.p0} {02730.s2} 
+tr {02730.t2} {02730.s2} -> {02730.s1} 
+tr {02731.t1} {02730.p1|02731.p0} {02731.s1} -> {02731.p1|02732.p0} {02731.s2} 
+tr {02731.t2} {02731.s2} -> {02731.s1} 
+tr {02732.t1} {02731.p1|02732.p0} {02732.s1} -> {02732.p1|02733.p0} {02732.s2} 
+tr {02732.t2} {02732.s2} -> {02732.s1} 
+tr {02733.t1} {02732.p1|02733.p0} {02733.s1} -> {02733.p1|02734.p0} {02733.s2} 
+tr {02733.t2} {02733.s2} -> {02733.s1} 
+tr {02734.t1} {02733.p1|02734.p0} {02734.s1} -> {02734.p1|02735.p0} {02734.s2} 
+tr {02734.t2} {02734.s2} -> {02734.s1} 
+tr {02735.t1} {02734.p1|02735.p0} {02735.s1} -> {02735.p1|02736.p0} {02735.s2} 
+tr {02735.t2} {02735.s2} -> {02735.s1} 
+tr {02736.t1} {02735.p1|02736.p0} {02736.s1} -> {02736.p1|02737.p0} {02736.s2} 
+tr {02736.t2} {02736.s2} -> {02736.s1} 
+tr {02737.t1} {02736.p1|02737.p0} {02737.s1} -> {02737.p1|02738.p0} {02737.s2} 
+tr {02737.t2} {02737.s2} -> {02737.s1} 
+tr {02738.t1} {02737.p1|02738.p0} {02738.s1} -> {02738.p1|02739.p0} {02738.s2} 
+tr {02738.t2} {02738.s2} -> {02738.s1} 
+tr {02739.t1} {02738.p1|02739.p0} {02739.s1} -> {02739.p1|02740.p0} {02739.s2} 
+tr {02739.t2} {02739.s2} -> {02739.s1} 
+tr {02740.t1} {02739.p1|02740.p0} {02740.s1} -> {02740.p1|02741.p0} {02740.s2} 
+tr {02740.t2} {02740.s2} -> {02740.s1} 
+tr {02741.t1} {02740.p1|02741.p0} {02741.s1} -> {02741.p1|02742.p0} {02741.s2} 
+tr {02741.t2} {02741.s2} -> {02741.s1} 
+tr {02742.t1} {02741.p1|02742.p0} {02742.s1} -> {02742.p1|02743.p0} {02742.s2} 
+tr {02742.t2} {02742.s2} -> {02742.s1} 
+tr {02743.t1} {02742.p1|02743.p0} {02743.s1} -> {02743.p1|02744.p0} {02743.s2} 
+tr {02743.t2} {02743.s2} -> {02743.s1} 
+tr {02744.t1} {02743.p1|02744.p0} {02744.s1} -> {02744.p1|02745.p0} {02744.s2} 
+tr {02744.t2} {02744.s2} -> {02744.s1} 
+tr {02745.t1} {02744.p1|02745.p0} {02745.s1} -> {02745.p1|02746.p0} {02745.s2} 
+tr {02745.t2} {02745.s2} -> {02745.s1} 
+tr {02746.t1} {02745.p1|02746.p0} {02746.s1} -> {02746.p1|02747.p0} {02746.s2} 
+tr {02746.t2} {02746.s2} -> {02746.s1} 
+tr {02747.t1} {02746.p1|02747.p0} {02747.s1} -> {02747.p1|02748.p0} {02747.s2} 
+tr {02747.t2} {02747.s2} -> {02747.s1} 
+tr {02748.t1} {02747.p1|02748.p0} {02748.s1} -> {02748.p1|02749.p0} {02748.s2} 
+tr {02748.t2} {02748.s2} -> {02748.s1} 
+tr {02749.t1} {02748.p1|02749.p0} {02749.s1} -> {02749.p1|02750.p0} {02749.s2} 
+tr {02749.t2} {02749.s2} -> {02749.s1} 
+tr {02750.t1} {02749.p1|02750.p0} {02750.s1} -> {02750.p1|02751.p0} {02750.s2} 
+tr {02750.t2} {02750.s2} -> {02750.s1} 
+tr {02751.t1} {02750.p1|02751.p0} {02751.s1} -> {02751.p1|02752.p0} {02751.s2} 
+tr {02751.t2} {02751.s2} -> {02751.s1} 
+tr {02752.t1} {02751.p1|02752.p0} {02752.s1} -> {02752.p1|02753.p0} {02752.s2} 
+tr {02752.t2} {02752.s2} -> {02752.s1} 
+tr {02753.t1} {02752.p1|02753.p0} {02753.s1} -> {02753.p1|02754.p0} {02753.s2} 
+tr {02753.t2} {02753.s2} -> {02753.s1} 
+tr {02754.t1} {02753.p1|02754.p0} {02754.s1} -> {02754.p1|02755.p0} {02754.s2} 
+tr {02754.t2} {02754.s2} -> {02754.s1} 
+tr {02755.t1} {02754.p1|02755.p0} {02755.s1} -> {02755.p1|02756.p0} {02755.s2} 
+tr {02755.t2} {02755.s2} -> {02755.s1} 
+tr {02756.t1} {02755.p1|02756.p0} {02756.s1} -> {02756.p1|02757.p0} {02756.s2} 
+tr {02756.t2} {02756.s2} -> {02756.s1} 
+tr {02757.t1} {02756.p1|02757.p0} {02757.s1} -> {02757.p1|02758.p0} {02757.s2} 
+tr {02757.t2} {02757.s2} -> {02757.s1} 
+tr {02758.t1} {02757.p1|02758.p0} {02758.s1} -> {02758.p1|02759.p0} {02758.s2} 
+tr {02758.t2} {02758.s2} -> {02758.s1} 
+tr {02759.t1} {02758.p1|02759.p0} {02759.s1} -> {02759.p1|02760.p0} {02759.s2} 
+tr {02759.t2} {02759.s2} -> {02759.s1} 
+tr {02760.t1} {02759.p1|02760.p0} {02760.s1} -> {02760.p1|02761.p0} {02760.s2} 
+tr {02760.t2} {02760.s2} -> {02760.s1} 
+tr {02761.t1} {02760.p1|02761.p0} {02761.s1} -> {02761.p1|02762.p0} {02761.s2} 
+tr {02761.t2} {02761.s2} -> {02761.s1} 
+tr {02762.t1} {02761.p1|02762.p0} {02762.s1} -> {02762.p1|02763.p0} {02762.s2} 
+tr {02762.t2} {02762.s2} -> {02762.s1} 
+tr {02763.t1} {02762.p1|02763.p0} {02763.s1} -> {02763.p1|02764.p0} {02763.s2} 
+tr {02763.t2} {02763.s2} -> {02763.s1} 
+tr {02764.t1} {02763.p1|02764.p0} {02764.s1} -> {02764.p1|02765.p0} {02764.s2} 
+tr {02764.t2} {02764.s2} -> {02764.s1} 
+tr {02765.t1} {02764.p1|02765.p0} {02765.s1} -> {02765.p1|02766.p0} {02765.s2} 
+tr {02765.t2} {02765.s2} -> {02765.s1} 
+tr {02766.t1} {02765.p1|02766.p0} {02766.s1} -> {02766.p1|02767.p0} {02766.s2} 
+tr {02766.t2} {02766.s2} -> {02766.s1} 
+tr {02767.t1} {02766.p1|02767.p0} {02767.s1} -> {02767.p1|02768.p0} {02767.s2} 
+tr {02767.t2} {02767.s2} -> {02767.s1} 
+tr {02768.t1} {02767.p1|02768.p0} {02768.s1} -> {02768.p1|02769.p0} {02768.s2} 
+tr {02768.t2} {02768.s2} -> {02768.s1} 
+tr {02769.t1} {02768.p1|02769.p0} {02769.s1} -> {02769.p1|02770.p0} {02769.s2} 
+tr {02769.t2} {02769.s2} -> {02769.s1} 
+tr {02770.t1} {02769.p1|02770.p0} {02770.s1} -> {02770.p1|02771.p0} {02770.s2} 
+tr {02770.t2} {02770.s2} -> {02770.s1} 
+tr {02771.t1} {02770.p1|02771.p0} {02771.s1} -> {02771.p1|02772.p0} {02771.s2} 
+tr {02771.t2} {02771.s2} -> {02771.s1} 
+tr {02772.t1} {02771.p1|02772.p0} {02772.s1} -> {02772.p1|02773.p0} {02772.s2} 
+tr {02772.t2} {02772.s2} -> {02772.s1} 
+tr {02773.t1} {02772.p1|02773.p0} {02773.s1} -> {02773.p1|02774.p0} {02773.s2} 
+tr {02773.t2} {02773.s2} -> {02773.s1} 
+tr {02774.t1} {02773.p1|02774.p0} {02774.s1} -> {02774.p1|02775.p0} {02774.s2} 
+tr {02774.t2} {02774.s2} -> {02774.s1} 
+tr {02775.t1} {02774.p1|02775.p0} {02775.s1} -> {02775.p1|02776.p0} {02775.s2} 
+tr {02775.t2} {02775.s2} -> {02775.s1} 
+tr {02776.t1} {02775.p1|02776.p0} {02776.s1} -> {02776.p1|02777.p0} {02776.s2} 
+tr {02776.t2} {02776.s2} -> {02776.s1} 
+tr {02777.t1} {02776.p1|02777.p0} {02777.s1} -> {02777.p1|02778.p0} {02777.s2} 
+tr {02777.t2} {02777.s2} -> {02777.s1} 
+tr {02778.t1} {02777.p1|02778.p0} {02778.s1} -> {02778.p1|02779.p0} {02778.s2} 
+tr {02778.t2} {02778.s2} -> {02778.s1} 
+tr {02779.t1} {02778.p1|02779.p0} {02779.s1} -> {02779.p1|02780.p0} {02779.s2} 
+tr {02779.t2} {02779.s2} -> {02779.s1} 
+tr {02780.t1} {02779.p1|02780.p0} {02780.s1} -> {02780.p1|02781.p0} {02780.s2} 
+tr {02780.t2} {02780.s2} -> {02780.s1} 
+tr {02781.t1} {02780.p1|02781.p0} {02781.s1} -> {02781.p1|02782.p0} {02781.s2} 
+tr {02781.t2} {02781.s2} -> {02781.s1} 
+tr {02782.t1} {02781.p1|02782.p0} {02782.s1} -> {02782.p1|02783.p0} {02782.s2} 
+tr {02782.t2} {02782.s2} -> {02782.s1} 
+tr {02783.t1} {02782.p1|02783.p0} {02783.s1} -> {02783.p1|02784.p0} {02783.s2} 
+tr {02783.t2} {02783.s2} -> {02783.s1} 
+tr {02784.t1} {02783.p1|02784.p0} {02784.s1} -> {02784.p1|02785.p0} {02784.s2} 
+tr {02784.t2} {02784.s2} -> {02784.s1} 
+tr {02785.t1} {02784.p1|02785.p0} {02785.s1} -> {02785.p1|02786.p0} {02785.s2} 
+tr {02785.t2} {02785.s2} -> {02785.s1} 
+tr {02786.t1} {02785.p1|02786.p0} {02786.s1} -> {02786.p1|02787.p0} {02786.s2} 
+tr {02786.t2} {02786.s2} -> {02786.s1} 
+tr {02787.t1} {02786.p1|02787.p0} {02787.s1} -> {02787.p1|02788.p0} {02787.s2} 
+tr {02787.t2} {02787.s2} -> {02787.s1} 
+tr {02788.t1} {02787.p1|02788.p0} {02788.s1} -> {02788.p1|02789.p0} {02788.s2} 
+tr {02788.t2} {02788.s2} -> {02788.s1} 
+tr {02789.t1} {02788.p1|02789.p0} {02789.s1} -> {02789.p1|02790.p0} {02789.s2} 
+tr {02789.t2} {02789.s2} -> {02789.s1} 
+tr {02790.t1} {02789.p1|02790.p0} {02790.s1} -> {02790.p1|02791.p0} {02790.s2} 
+tr {02790.t2} {02790.s2} -> {02790.s1} 
+tr {02791.t1} {02790.p1|02791.p0} {02791.s1} -> {02791.p1|02792.p0} {02791.s2} 
+tr {02791.t2} {02791.s2} -> {02791.s1} 
+tr {02792.t1} {02791.p1|02792.p0} {02792.s1} -> {02792.p1|02793.p0} {02792.s2} 
+tr {02792.t2} {02792.s2} -> {02792.s1} 
+tr {02793.t1} {02792.p1|02793.p0} {02793.s1} -> {02793.p1|02794.p0} {02793.s2} 
+tr {02793.t2} {02793.s2} -> {02793.s1} 
+tr {02794.t1} {02793.p1|02794.p0} {02794.s1} -> {02794.p1|02795.p0} {02794.s2} 
+tr {02794.t2} {02794.s2} -> {02794.s1} 
+tr {02795.t1} {02794.p1|02795.p0} {02795.s1} -> {02795.p1|02796.p0} {02795.s2} 
+tr {02795.t2} {02795.s2} -> {02795.s1} 
+tr {02796.t1} {02795.p1|02796.p0} {02796.s1} -> {02796.p1|02797.p0} {02796.s2} 
+tr {02796.t2} {02796.s2} -> {02796.s1} 
+tr {02797.t1} {02796.p1|02797.p0} {02797.s1} -> {02797.p1|02798.p0} {02797.s2} 
+tr {02797.t2} {02797.s2} -> {02797.s1} 
+tr {02798.t1} {02797.p1|02798.p0} {02798.s1} -> {02798.p1|02799.p0} {02798.s2} 
+tr {02798.t2} {02798.s2} -> {02798.s1} 
+tr {02799.t1} {02798.p1|02799.p0} {02799.s1} -> {02799.p1|02800.p0} {02799.s2} 
+tr {02799.t2} {02799.s2} -> {02799.s1} 
+tr {02800.t1} {02799.p1|02800.p0} {02800.s1} -> {02800.p1|02801.p0} {02800.s2} 
+tr {02800.t2} {02800.s2} -> {02800.s1} 
+tr {02801.t1} {02800.p1|02801.p0} {02801.s1} -> {02801.p1|02802.p0} {02801.s2} 
+tr {02801.t2} {02801.s2} -> {02801.s1} 
+tr {02802.t1} {02801.p1|02802.p0} {02802.s1} -> {02802.p1|02803.p0} {02802.s2} 
+tr {02802.t2} {02802.s2} -> {02802.s1} 
+tr {02803.t1} {02802.p1|02803.p0} {02803.s1} -> {02803.p1|02804.p0} {02803.s2} 
+tr {02803.t2} {02803.s2} -> {02803.s1} 
+tr {02804.t1} {02803.p1|02804.p0} {02804.s1} -> {02804.p1|02805.p0} {02804.s2} 
+tr {02804.t2} {02804.s2} -> {02804.s1} 
+tr {02805.t1} {02804.p1|02805.p0} {02805.s1} -> {02805.p1|02806.p0} {02805.s2} 
+tr {02805.t2} {02805.s2} -> {02805.s1} 
+tr {02806.t1} {02805.p1|02806.p0} {02806.s1} -> {02806.p1|02807.p0} {02806.s2} 
+tr {02806.t2} {02806.s2} -> {02806.s1} 
+tr {02807.t1} {02806.p1|02807.p0} {02807.s1} -> {02807.p1|02808.p0} {02807.s2} 
+tr {02807.t2} {02807.s2} -> {02807.s1} 
+tr {02808.t1} {02807.p1|02808.p0} {02808.s1} -> {02808.p1|02809.p0} {02808.s2} 
+tr {02808.t2} {02808.s2} -> {02808.s1} 
+tr {02809.t1} {02808.p1|02809.p0} {02809.s1} -> {02809.p1|02810.p0} {02809.s2} 
+tr {02809.t2} {02809.s2} -> {02809.s1} 
+tr {02810.t1} {02809.p1|02810.p0} {02810.s1} -> {02810.p1|02811.p0} {02810.s2} 
+tr {02810.t2} {02810.s2} -> {02810.s1} 
+tr {02811.t1} {02810.p1|02811.p0} {02811.s1} -> {02811.p1|02812.p0} {02811.s2} 
+tr {02811.t2} {02811.s2} -> {02811.s1} 
+tr {02812.t1} {02811.p1|02812.p0} {02812.s1} -> {02812.p1|02813.p0} {02812.s2} 
+tr {02812.t2} {02812.s2} -> {02812.s1} 
+tr {02813.t1} {02812.p1|02813.p0} {02813.s1} -> {02813.p1|02814.p0} {02813.s2} 
+tr {02813.t2} {02813.s2} -> {02813.s1} 
+tr {02814.t1} {02813.p1|02814.p0} {02814.s1} -> {02814.p1|02815.p0} {02814.s2} 
+tr {02814.t2} {02814.s2} -> {02814.s1} 
+tr {02815.t1} {02814.p1|02815.p0} {02815.s1} -> {02815.p1|02816.p0} {02815.s2} 
+tr {02815.t2} {02815.s2} -> {02815.s1} 
+tr {02816.t1} {02815.p1|02816.p0} {02816.s1} -> {02816.p1|02817.p0} {02816.s2} 
+tr {02816.t2} {02816.s2} -> {02816.s1} 
+tr {02817.t1} {02816.p1|02817.p0} {02817.s1} -> {02817.p1|02818.p0} {02817.s2} 
+tr {02817.t2} {02817.s2} -> {02817.s1} 
+tr {02818.t1} {02817.p1|02818.p0} {02818.s1} -> {02818.p1|02819.p0} {02818.s2} 
+tr {02818.t2} {02818.s2} -> {02818.s1} 
+tr {02819.t1} {02818.p1|02819.p0} {02819.s1} -> {02819.p1|02820.p0} {02819.s2} 
+tr {02819.t2} {02819.s2} -> {02819.s1} 
+tr {02820.t1} {02819.p1|02820.p0} {02820.s1} -> {02820.p1|02821.p0} {02820.s2} 
+tr {02820.t2} {02820.s2} -> {02820.s1} 
+tr {02821.t1} {02820.p1|02821.p0} {02821.s1} -> {02821.p1|02822.p0} {02821.s2} 
+tr {02821.t2} {02821.s2} -> {02821.s1} 
+tr {02822.t1} {02821.p1|02822.p0} {02822.s1} -> {02822.p1|02823.p0} {02822.s2} 
+tr {02822.t2} {02822.s2} -> {02822.s1} 
+tr {02823.t1} {02822.p1|02823.p0} {02823.s1} -> {02823.p1|02824.p0} {02823.s2} 
+tr {02823.t2} {02823.s2} -> {02823.s1} 
+tr {02824.t1} {02823.p1|02824.p0} {02824.s1} -> {02824.p1|02825.p0} {02824.s2} 
+tr {02824.t2} {02824.s2} -> {02824.s1} 
+tr {02825.t1} {02824.p1|02825.p0} {02825.s1} -> {02825.p1|02826.p0} {02825.s2} 
+tr {02825.t2} {02825.s2} -> {02825.s1} 
+tr {02826.t1} {02825.p1|02826.p0} {02826.s1} -> {02826.p1|02827.p0} {02826.s2} 
+tr {02826.t2} {02826.s2} -> {02826.s1} 
+tr {02827.t1} {02826.p1|02827.p0} {02827.s1} -> {02827.p1|02828.p0} {02827.s2} 
+tr {02827.t2} {02827.s2} -> {02827.s1} 
+tr {02828.t1} {02827.p1|02828.p0} {02828.s1} -> {02828.p1|02829.p0} {02828.s2} 
+tr {02828.t2} {02828.s2} -> {02828.s1} 
+tr {02829.t1} {02828.p1|02829.p0} {02829.s1} -> {02829.p1|02830.p0} {02829.s2} 
+tr {02829.t2} {02829.s2} -> {02829.s1} 
+tr {02830.t1} {02829.p1|02830.p0} {02830.s1} -> {02830.p1|02831.p0} {02830.s2} 
+tr {02830.t2} {02830.s2} -> {02830.s1} 
+tr {02831.t1} {02830.p1|02831.p0} {02831.s1} -> {02831.p1|02832.p0} {02831.s2} 
+tr {02831.t2} {02831.s2} -> {02831.s1} 
+tr {02832.t1} {02831.p1|02832.p0} {02832.s1} -> {02832.p1|02833.p0} {02832.s2} 
+tr {02832.t2} {02832.s2} -> {02832.s1} 
+tr {02833.t1} {02832.p1|02833.p0} {02833.s1} -> {02833.p1|02834.p0} {02833.s2} 
+tr {02833.t2} {02833.s2} -> {02833.s1} 
+tr {02834.t1} {02833.p1|02834.p0} {02834.s1} -> {02834.p1|02835.p0} {02834.s2} 
+tr {02834.t2} {02834.s2} -> {02834.s1} 
+tr {02835.t1} {02834.p1|02835.p0} {02835.s1} -> {02835.p1|02836.p0} {02835.s2} 
+tr {02835.t2} {02835.s2} -> {02835.s1} 
+tr {02836.t1} {02835.p1|02836.p0} {02836.s1} -> {02836.p1|02837.p0} {02836.s2} 
+tr {02836.t2} {02836.s2} -> {02836.s1} 
+tr {02837.t1} {02836.p1|02837.p0} {02837.s1} -> {02837.p1|02838.p0} {02837.s2} 
+tr {02837.t2} {02837.s2} -> {02837.s1} 
+tr {02838.t1} {02837.p1|02838.p0} {02838.s1} -> {02838.p1|02839.p0} {02838.s2} 
+tr {02838.t2} {02838.s2} -> {02838.s1} 
+tr {02839.t1} {02838.p1|02839.p0} {02839.s1} -> {02839.p1|02840.p0} {02839.s2} 
+tr {02839.t2} {02839.s2} -> {02839.s1} 
+tr {02840.t1} {02839.p1|02840.p0} {02840.s1} -> {02840.p1|02841.p0} {02840.s2} 
+tr {02840.t2} {02840.s2} -> {02840.s1} 
+tr {02841.t1} {02840.p1|02841.p0} {02841.s1} -> {02841.p1|02842.p0} {02841.s2} 
+tr {02841.t2} {02841.s2} -> {02841.s1} 
+tr {02842.t1} {02841.p1|02842.p0} {02842.s1} -> {02842.p1|02843.p0} {02842.s2} 
+tr {02842.t2} {02842.s2} -> {02842.s1} 
+tr {02843.t1} {02842.p1|02843.p0} {02843.s1} -> {02843.p1|02844.p0} {02843.s2} 
+tr {02843.t2} {02843.s2} -> {02843.s1} 
+tr {02844.t1} {02843.p1|02844.p0} {02844.s1} -> {02844.p1|02845.p0} {02844.s2} 
+tr {02844.t2} {02844.s2} -> {02844.s1} 
+tr {02845.t1} {02844.p1|02845.p0} {02845.s1} -> {02845.p1|02846.p0} {02845.s2} 
+tr {02845.t2} {02845.s2} -> {02845.s1} 
+tr {02846.t1} {02845.p1|02846.p0} {02846.s1} -> {02846.p1|02847.p0} {02846.s2} 
+tr {02846.t2} {02846.s2} -> {02846.s1} 
+tr {02847.t1} {02846.p1|02847.p0} {02847.s1} -> {02847.p1|02848.p0} {02847.s2} 
+tr {02847.t2} {02847.s2} -> {02847.s1} 
+tr {02848.t1} {02847.p1|02848.p0} {02848.s1} -> {02848.p1|02849.p0} {02848.s2} 
+tr {02848.t2} {02848.s2} -> {02848.s1} 
+tr {02849.t1} {02848.p1|02849.p0} {02849.s1} -> {02849.p1|02850.p0} {02849.s2} 
+tr {02849.t2} {02849.s2} -> {02849.s1} 
+tr {02850.t1} {02849.p1|02850.p0} {02850.s1} -> {02850.p1|02851.p0} {02850.s2} 
+tr {02850.t2} {02850.s2} -> {02850.s1} 
+tr {02851.t1} {02850.p1|02851.p0} {02851.s1} -> {02851.p1|02852.p0} {02851.s2} 
+tr {02851.t2} {02851.s2} -> {02851.s1} 
+tr {02852.t1} {02851.p1|02852.p0} {02852.s1} -> {02852.p1|02853.p0} {02852.s2} 
+tr {02852.t2} {02852.s2} -> {02852.s1} 
+tr {02853.t1} {02852.p1|02853.p0} {02853.s1} -> {02853.p1|02854.p0} {02853.s2} 
+tr {02853.t2} {02853.s2} -> {02853.s1} 
+tr {02854.t1} {02853.p1|02854.p0} {02854.s1} -> {02854.p1|02855.p0} {02854.s2} 
+tr {02854.t2} {02854.s2} -> {02854.s1} 
+tr {02855.t1} {02854.p1|02855.p0} {02855.s1} -> {02855.p1|02856.p0} {02855.s2} 
+tr {02855.t2} {02855.s2} -> {02855.s1} 
+tr {02856.t1} {02855.p1|02856.p0} {02856.s1} -> {02856.p1|02857.p0} {02856.s2} 
+tr {02856.t2} {02856.s2} -> {02856.s1} 
+tr {02857.t1} {02856.p1|02857.p0} {02857.s1} -> {02857.p1|02858.p0} {02857.s2} 
+tr {02857.t2} {02857.s2} -> {02857.s1} 
+tr {02858.t1} {02857.p1|02858.p0} {02858.s1} -> {02858.p1|02859.p0} {02858.s2} 
+tr {02858.t2} {02858.s2} -> {02858.s1} 
+tr {02859.t1} {02858.p1|02859.p0} {02859.s1} -> {02859.p1|02860.p0} {02859.s2} 
+tr {02859.t2} {02859.s2} -> {02859.s1} 
+tr {02860.t1} {02859.p1|02860.p0} {02860.s1} -> {02860.p1|02861.p0} {02860.s2} 
+tr {02860.t2} {02860.s2} -> {02860.s1} 
+tr {02861.t1} {02860.p1|02861.p0} {02861.s1} -> {02861.p1|02862.p0} {02861.s2} 
+tr {02861.t2} {02861.s2} -> {02861.s1} 
+tr {02862.t1} {02861.p1|02862.p0} {02862.s1} -> {02862.p1|02863.p0} {02862.s2} 
+tr {02862.t2} {02862.s2} -> {02862.s1} 
+tr {02863.t1} {02862.p1|02863.p0} {02863.s1} -> {02863.p1|02864.p0} {02863.s2} 
+tr {02863.t2} {02863.s2} -> {02863.s1} 
+tr {02864.t1} {02863.p1|02864.p0} {02864.s1} -> {02864.p1|02865.p0} {02864.s2} 
+tr {02864.t2} {02864.s2} -> {02864.s1} 
+tr {02865.t1} {02864.p1|02865.p0} {02865.s1} -> {02865.p1|02866.p0} {02865.s2} 
+tr {02865.t2} {02865.s2} -> {02865.s1} 
+tr {02866.t1} {02865.p1|02866.p0} {02866.s1} -> {02866.p1|02867.p0} {02866.s2} 
+tr {02866.t2} {02866.s2} -> {02866.s1} 
+tr {02867.t1} {02866.p1|02867.p0} {02867.s1} -> {02867.p1|02868.p0} {02867.s2} 
+tr {02867.t2} {02867.s2} -> {02867.s1} 
+tr {02868.t1} {02867.p1|02868.p0} {02868.s1} -> {02868.p1|02869.p0} {02868.s2} 
+tr {02868.t2} {02868.s2} -> {02868.s1} 
+tr {02869.t1} {02868.p1|02869.p0} {02869.s1} -> {02869.p1|02870.p0} {02869.s2} 
+tr {02869.t2} {02869.s2} -> {02869.s1} 
+tr {02870.t1} {02869.p1|02870.p0} {02870.s1} -> {02870.p1|02871.p0} {02870.s2} 
+tr {02870.t2} {02870.s2} -> {02870.s1} 
+tr {02871.t1} {02870.p1|02871.p0} {02871.s1} -> {02871.p1|02872.p0} {02871.s2} 
+tr {02871.t2} {02871.s2} -> {02871.s1} 
+tr {02872.t1} {02871.p1|02872.p0} {02872.s1} -> {02872.p1|02873.p0} {02872.s2} 
+tr {02872.t2} {02872.s2} -> {02872.s1} 
+tr {02873.t1} {02872.p1|02873.p0} {02873.s1} -> {02873.p1|02874.p0} {02873.s2} 
+tr {02873.t2} {02873.s2} -> {02873.s1} 
+tr {02874.t1} {02873.p1|02874.p0} {02874.s1} -> {02874.p1|02875.p0} {02874.s2} 
+tr {02874.t2} {02874.s2} -> {02874.s1} 
+tr {02875.t1} {02874.p1|02875.p0} {02875.s1} -> {02875.p1|02876.p0} {02875.s2} 
+tr {02875.t2} {02875.s2} -> {02875.s1} 
+tr {02876.t1} {02875.p1|02876.p0} {02876.s1} -> {02876.p1|02877.p0} {02876.s2} 
+tr {02876.t2} {02876.s2} -> {02876.s1} 
+tr {02877.t1} {02876.p1|02877.p0} {02877.s1} -> {02877.p1|02878.p0} {02877.s2} 
+tr {02877.t2} {02877.s2} -> {02877.s1} 
+tr {02878.t1} {02877.p1|02878.p0} {02878.s1} -> {02878.p1|02879.p0} {02878.s2} 
+tr {02878.t2} {02878.s2} -> {02878.s1} 
+tr {02879.t1} {02878.p1|02879.p0} {02879.s1} -> {02879.p1|02880.p0} {02879.s2} 
+tr {02879.t2} {02879.s2} -> {02879.s1} 
+tr {02880.t1} {02879.p1|02880.p0} {02880.s1} -> {02880.p1|02881.p0} {02880.s2} 
+tr {02880.t2} {02880.s2} -> {02880.s1} 
+tr {02881.t1} {02880.p1|02881.p0} {02881.s1} -> {02881.p1|02882.p0} {02881.s2} 
+tr {02881.t2} {02881.s2} -> {02881.s1} 
+tr {02882.t1} {02881.p1|02882.p0} {02882.s1} -> {02882.p1|02883.p0} {02882.s2} 
+tr {02882.t2} {02882.s2} -> {02882.s1} 
+tr {02883.t1} {02882.p1|02883.p0} {02883.s1} -> {02883.p1|02884.p0} {02883.s2} 
+tr {02883.t2} {02883.s2} -> {02883.s1} 
+tr {02884.t1} {02883.p1|02884.p0} {02884.s1} -> {02884.p1|02885.p0} {02884.s2} 
+tr {02884.t2} {02884.s2} -> {02884.s1} 
+tr {02885.t1} {02884.p1|02885.p0} {02885.s1} -> {02885.p1|02886.p0} {02885.s2} 
+tr {02885.t2} {02885.s2} -> {02885.s1} 
+tr {02886.t1} {02885.p1|02886.p0} {02886.s1} -> {02886.p1|02887.p0} {02886.s2} 
+tr {02886.t2} {02886.s2} -> {02886.s1} 
+tr {02887.t1} {02886.p1|02887.p0} {02887.s1} -> {02887.p1|02888.p0} {02887.s2} 
+tr {02887.t2} {02887.s2} -> {02887.s1} 
+tr {02888.t1} {02887.p1|02888.p0} {02888.s1} -> {02888.p1|02889.p0} {02888.s2} 
+tr {02888.t2} {02888.s2} -> {02888.s1} 
+tr {02889.t1} {02888.p1|02889.p0} {02889.s1} -> {02889.p1|02890.p0} {02889.s2} 
+tr {02889.t2} {02889.s2} -> {02889.s1} 
+tr {02890.t1} {02889.p1|02890.p0} {02890.s1} -> {02890.p1|02891.p0} {02890.s2} 
+tr {02890.t2} {02890.s2} -> {02890.s1} 
+tr {02891.t1} {02890.p1|02891.p0} {02891.s1} -> {02891.p1|02892.p0} {02891.s2} 
+tr {02891.t2} {02891.s2} -> {02891.s1} 
+tr {02892.t1} {02891.p1|02892.p0} {02892.s1} -> {02892.p1|02893.p0} {02892.s2} 
+tr {02892.t2} {02892.s2} -> {02892.s1} 
+tr {02893.t1} {02892.p1|02893.p0} {02893.s1} -> {02893.p1|02894.p0} {02893.s2} 
+tr {02893.t2} {02893.s2} -> {02893.s1} 
+tr {02894.t1} {02893.p1|02894.p0} {02894.s1} -> {02894.p1|02895.p0} {02894.s2} 
+tr {02894.t2} {02894.s2} -> {02894.s1} 
+tr {02895.t1} {02894.p1|02895.p0} {02895.s1} -> {02895.p1|02896.p0} {02895.s2} 
+tr {02895.t2} {02895.s2} -> {02895.s1} 
+tr {02896.t1} {02895.p1|02896.p0} {02896.s1} -> {02896.p1|02897.p0} {02896.s2} 
+tr {02896.t2} {02896.s2} -> {02896.s1} 
+tr {02897.t1} {02896.p1|02897.p0} {02897.s1} -> {02897.p1|02898.p0} {02897.s2} 
+tr {02897.t2} {02897.s2} -> {02897.s1} 
+tr {02898.t1} {02897.p1|02898.p0} {02898.s1} -> {02898.p1|02899.p0} {02898.s2} 
+tr {02898.t2} {02898.s2} -> {02898.s1} 
+tr {02899.t1} {02898.p1|02899.p0} {02899.s1} -> {02899.p1|02900.p0} {02899.s2} 
+tr {02899.t2} {02899.s2} -> {02899.s1} 
+tr {02900.t1} {02899.p1|02900.p0} {02900.s1} -> {02900.p1|02901.p0} {02900.s2} 
+tr {02900.t2} {02900.s2} -> {02900.s1} 
+tr {02901.t1} {02900.p1|02901.p0} {02901.s1} -> {02901.p1|02902.p0} {02901.s2} 
+tr {02901.t2} {02901.s2} -> {02901.s1} 
+tr {02902.t1} {02901.p1|02902.p0} {02902.s1} -> {02902.p1|02903.p0} {02902.s2} 
+tr {02902.t2} {02902.s2} -> {02902.s1} 
+tr {02903.t1} {02902.p1|02903.p0} {02903.s1} -> {02903.p1|02904.p0} {02903.s2} 
+tr {02903.t2} {02903.s2} -> {02903.s1} 
+tr {02904.t1} {02903.p1|02904.p0} {02904.s1} -> {02904.p1|02905.p0} {02904.s2} 
+tr {02904.t2} {02904.s2} -> {02904.s1} 
+tr {02905.t1} {02904.p1|02905.p0} {02905.s1} -> {02905.p1|02906.p0} {02905.s2} 
+tr {02905.t2} {02905.s2} -> {02905.s1} 
+tr {02906.t1} {02905.p1|02906.p0} {02906.s1} -> {02906.p1|02907.p0} {02906.s2} 
+tr {02906.t2} {02906.s2} -> {02906.s1} 
+tr {02907.t1} {02906.p1|02907.p0} {02907.s1} -> {02907.p1|02908.p0} {02907.s2} 
+tr {02907.t2} {02907.s2} -> {02907.s1} 
+tr {02908.t1} {02907.p1|02908.p0} {02908.s1} -> {02908.p1|02909.p0} {02908.s2} 
+tr {02908.t2} {02908.s2} -> {02908.s1} 
+tr {02909.t1} {02908.p1|02909.p0} {02909.s1} -> {02909.p1|02910.p0} {02909.s2} 
+tr {02909.t2} {02909.s2} -> {02909.s1} 
+tr {02910.t1} {02909.p1|02910.p0} {02910.s1} -> {02910.p1|02911.p0} {02910.s2} 
+tr {02910.t2} {02910.s2} -> {02910.s1} 
+tr {02911.t1} {02910.p1|02911.p0} {02911.s1} -> {02911.p1|02912.p0} {02911.s2} 
+tr {02911.t2} {02911.s2} -> {02911.s1} 
+tr {02912.t1} {02911.p1|02912.p0} {02912.s1} -> {02912.p1|02913.p0} {02912.s2} 
+tr {02912.t2} {02912.s2} -> {02912.s1} 
+tr {02913.t1} {02912.p1|02913.p0} {02913.s1} -> {02913.p1|02914.p0} {02913.s2} 
+tr {02913.t2} {02913.s2} -> {02913.s1} 
+tr {02914.t1} {02913.p1|02914.p0} {02914.s1} -> {02914.p1|02915.p0} {02914.s2} 
+tr {02914.t2} {02914.s2} -> {02914.s1} 
+tr {02915.t1} {02914.p1|02915.p0} {02915.s1} -> {02915.p1|02916.p0} {02915.s2} 
+tr {02915.t2} {02915.s2} -> {02915.s1} 
+tr {02916.t1} {02915.p1|02916.p0} {02916.s1} -> {02916.p1|02917.p0} {02916.s2} 
+tr {02916.t2} {02916.s2} -> {02916.s1} 
+tr {02917.t1} {02916.p1|02917.p0} {02917.s1} -> {02917.p1|02918.p0} {02917.s2} 
+tr {02917.t2} {02917.s2} -> {02917.s1} 
+tr {02918.t1} {02917.p1|02918.p0} {02918.s1} -> {02918.p1|02919.p0} {02918.s2} 
+tr {02918.t2} {02918.s2} -> {02918.s1} 
+tr {02919.t1} {02918.p1|02919.p0} {02919.s1} -> {02919.p1|02920.p0} {02919.s2} 
+tr {02919.t2} {02919.s2} -> {02919.s1} 
+tr {02920.t1} {02919.p1|02920.p0} {02920.s1} -> {02920.p1|02921.p0} {02920.s2} 
+tr {02920.t2} {02920.s2} -> {02920.s1} 
+tr {02921.t1} {02920.p1|02921.p0} {02921.s1} -> {02921.p1|02922.p0} {02921.s2} 
+tr {02921.t2} {02921.s2} -> {02921.s1} 
+tr {02922.t1} {02921.p1|02922.p0} {02922.s1} -> {02922.p1|02923.p0} {02922.s2} 
+tr {02922.t2} {02922.s2} -> {02922.s1} 
+tr {02923.t1} {02922.p1|02923.p0} {02923.s1} -> {02923.p1|02924.p0} {02923.s2} 
+tr {02923.t2} {02923.s2} -> {02923.s1} 
+tr {02924.t1} {02923.p1|02924.p0} {02924.s1} -> {02924.p1|02925.p0} {02924.s2} 
+tr {02924.t2} {02924.s2} -> {02924.s1} 
+tr {02925.t1} {02924.p1|02925.p0} {02925.s1} -> {02925.p1|02926.p0} {02925.s2} 
+tr {02925.t2} {02925.s2} -> {02925.s1} 
+tr {02926.t1} {02925.p1|02926.p0} {02926.s1} -> {02926.p1|02927.p0} {02926.s2} 
+tr {02926.t2} {02926.s2} -> {02926.s1} 
+tr {02927.t1} {02926.p1|02927.p0} {02927.s1} -> {02927.p1|02928.p0} {02927.s2} 
+tr {02927.t2} {02927.s2} -> {02927.s1} 
+tr {02928.t1} {02927.p1|02928.p0} {02928.s1} -> {02928.p1|02929.p0} {02928.s2} 
+tr {02928.t2} {02928.s2} -> {02928.s1} 
+tr {02929.t1} {02928.p1|02929.p0} {02929.s1} -> {02929.p1|02930.p0} {02929.s2} 
+tr {02929.t2} {02929.s2} -> {02929.s1} 
+tr {02930.t1} {02929.p1|02930.p0} {02930.s1} -> {02930.p1|02931.p0} {02930.s2} 
+tr {02930.t2} {02930.s2} -> {02930.s1} 
+tr {02931.t1} {02930.p1|02931.p0} {02931.s1} -> {02931.p1|02932.p0} {02931.s2} 
+tr {02931.t2} {02931.s2} -> {02931.s1} 
+tr {02932.t1} {02931.p1|02932.p0} {02932.s1} -> {02932.p1|02933.p0} {02932.s2} 
+tr {02932.t2} {02932.s2} -> {02932.s1} 
+tr {02933.t1} {02932.p1|02933.p0} {02933.s1} -> {02933.p1|02934.p0} {02933.s2} 
+tr {02933.t2} {02933.s2} -> {02933.s1} 
+tr {02934.t1} {02933.p1|02934.p0} {02934.s1} -> {02934.p1|02935.p0} {02934.s2} 
+tr {02934.t2} {02934.s2} -> {02934.s1} 
+tr {02935.t1} {02934.p1|02935.p0} {02935.s1} -> {02935.p1|02936.p0} {02935.s2} 
+tr {02935.t2} {02935.s2} -> {02935.s1} 
+tr {02936.t1} {02935.p1|02936.p0} {02936.s1} -> {02936.p1|02937.p0} {02936.s2} 
+tr {02936.t2} {02936.s2} -> {02936.s1} 
+tr {02937.t1} {02936.p1|02937.p0} {02937.s1} -> {02937.p1|02938.p0} {02937.s2} 
+tr {02937.t2} {02937.s2} -> {02937.s1} 
+tr {02938.t1} {02937.p1|02938.p0} {02938.s1} -> {02938.p1|02939.p0} {02938.s2} 
+tr {02938.t2} {02938.s2} -> {02938.s1} 
+tr {02939.t1} {02938.p1|02939.p0} {02939.s1} -> {02939.p1|02940.p0} {02939.s2} 
+tr {02939.t2} {02939.s2} -> {02939.s1} 
+tr {02940.t1} {02939.p1|02940.p0} {02940.s1} -> {02940.p1|02941.p0} {02940.s2} 
+tr {02940.t2} {02940.s2} -> {02940.s1} 
+tr {02941.t1} {02940.p1|02941.p0} {02941.s1} -> {02941.p1|02942.p0} {02941.s2} 
+tr {02941.t2} {02941.s2} -> {02941.s1} 
+tr {02942.t1} {02941.p1|02942.p0} {02942.s1} -> {02942.p1|02943.p0} {02942.s2} 
+tr {02942.t2} {02942.s2} -> {02942.s1} 
+tr {02943.t1} {02942.p1|02943.p0} {02943.s1} -> {02943.p1|02944.p0} {02943.s2} 
+tr {02943.t2} {02943.s2} -> {02943.s1} 
+tr {02944.t1} {02943.p1|02944.p0} {02944.s1} -> {02944.p1|02945.p0} {02944.s2} 
+tr {02944.t2} {02944.s2} -> {02944.s1} 
+tr {02945.t1} {02944.p1|02945.p0} {02945.s1} -> {02945.p1|02946.p0} {02945.s2} 
+tr {02945.t2} {02945.s2} -> {02945.s1} 
+tr {02946.t1} {02945.p1|02946.p0} {02946.s1} -> {02946.p1|02947.p0} {02946.s2} 
+tr {02946.t2} {02946.s2} -> {02946.s1} 
+tr {02947.t1} {02946.p1|02947.p0} {02947.s1} -> {02947.p1|02948.p0} {02947.s2} 
+tr {02947.t2} {02947.s2} -> {02947.s1} 
+tr {02948.t1} {02947.p1|02948.p0} {02948.s1} -> {02948.p1|02949.p0} {02948.s2} 
+tr {02948.t2} {02948.s2} -> {02948.s1} 
+tr {02949.t1} {02948.p1|02949.p0} {02949.s1} -> {02949.p1|02950.p0} {02949.s2} 
+tr {02949.t2} {02949.s2} -> {02949.s1} 
+tr {02950.t1} {02949.p1|02950.p0} {02950.s1} -> {02950.p1|02951.p0} {02950.s2} 
+tr {02950.t2} {02950.s2} -> {02950.s1} 
+tr {02951.t1} {02950.p1|02951.p0} {02951.s1} -> {02951.p1|02952.p0} {02951.s2} 
+tr {02951.t2} {02951.s2} -> {02951.s1} 
+tr {02952.t1} {02951.p1|02952.p0} {02952.s1} -> {02952.p1|02953.p0} {02952.s2} 
+tr {02952.t2} {02952.s2} -> {02952.s1} 
+tr {02953.t1} {02952.p1|02953.p0} {02953.s1} -> {02953.p1|02954.p0} {02953.s2} 
+tr {02953.t2} {02953.s2} -> {02953.s1} 
+tr {02954.t1} {02953.p1|02954.p0} {02954.s1} -> {02954.p1|02955.p0} {02954.s2} 
+tr {02954.t2} {02954.s2} -> {02954.s1} 
+tr {02955.t1} {02954.p1|02955.p0} {02955.s1} -> {02955.p1|02956.p0} {02955.s2} 
+tr {02955.t2} {02955.s2} -> {02955.s1} 
+tr {02956.t1} {02955.p1|02956.p0} {02956.s1} -> {02956.p1|02957.p0} {02956.s2} 
+tr {02956.t2} {02956.s2} -> {02956.s1} 
+tr {02957.t1} {02956.p1|02957.p0} {02957.s1} -> {02957.p1|02958.p0} {02957.s2} 
+tr {02957.t2} {02957.s2} -> {02957.s1} 
+tr {02958.t1} {02957.p1|02958.p0} {02958.s1} -> {02958.p1|02959.p0} {02958.s2} 
+tr {02958.t2} {02958.s2} -> {02958.s1} 
+tr {02959.t1} {02958.p1|02959.p0} {02959.s1} -> {02959.p1|02960.p0} {02959.s2} 
+tr {02959.t2} {02959.s2} -> {02959.s1} 
+tr {02960.t1} {02959.p1|02960.p0} {02960.s1} -> {02960.p1|02961.p0} {02960.s2} 
+tr {02960.t2} {02960.s2} -> {02960.s1} 
+tr {02961.t1} {02960.p1|02961.p0} {02961.s1} -> {02961.p1|02962.p0} {02961.s2} 
+tr {02961.t2} {02961.s2} -> {02961.s1} 
+tr {02962.t1} {02961.p1|02962.p0} {02962.s1} -> {02962.p1|02963.p0} {02962.s2} 
+tr {02962.t2} {02962.s2} -> {02962.s1} 
+tr {02963.t1} {02962.p1|02963.p0} {02963.s1} -> {02963.p1|02964.p0} {02963.s2} 
+tr {02963.t2} {02963.s2} -> {02963.s1} 
+tr {02964.t1} {02963.p1|02964.p0} {02964.s1} -> {02964.p1|02965.p0} {02964.s2} 
+tr {02964.t2} {02964.s2} -> {02964.s1} 
+tr {02965.t1} {02964.p1|02965.p0} {02965.s1} -> {02965.p1|02966.p0} {02965.s2} 
+tr {02965.t2} {02965.s2} -> {02965.s1} 
+tr {02966.t1} {02965.p1|02966.p0} {02966.s1} -> {02966.p1|02967.p0} {02966.s2} 
+tr {02966.t2} {02966.s2} -> {02966.s1} 
+tr {02967.t1} {02966.p1|02967.p0} {02967.s1} -> {02967.p1|02968.p0} {02967.s2} 
+tr {02967.t2} {02967.s2} -> {02967.s1} 
+tr {02968.t1} {02967.p1|02968.p0} {02968.s1} -> {02968.p1|02969.p0} {02968.s2} 
+tr {02968.t2} {02968.s2} -> {02968.s1} 
+tr {02969.t1} {02968.p1|02969.p0} {02969.s1} -> {02969.p1|02970.p0} {02969.s2} 
+tr {02969.t2} {02969.s2} -> {02969.s1} 
+tr {02970.t1} {02969.p1|02970.p0} {02970.s1} -> {02970.p1|02971.p0} {02970.s2} 
+tr {02970.t2} {02970.s2} -> {02970.s1} 
+tr {02971.t1} {02970.p1|02971.p0} {02971.s1} -> {02971.p1|02972.p0} {02971.s2} 
+tr {02971.t2} {02971.s2} -> {02971.s1} 
+tr {02972.t1} {02971.p1|02972.p0} {02972.s1} -> {02972.p1|02973.p0} {02972.s2} 
+tr {02972.t2} {02972.s2} -> {02972.s1} 
+tr {02973.t1} {02972.p1|02973.p0} {02973.s1} -> {02973.p1|02974.p0} {02973.s2} 
+tr {02973.t2} {02973.s2} -> {02973.s1} 
+tr {02974.t1} {02973.p1|02974.p0} {02974.s1} -> {02974.p1|02975.p0} {02974.s2} 
+tr {02974.t2} {02974.s2} -> {02974.s1} 
+tr {02975.t1} {02974.p1|02975.p0} {02975.s1} -> {02975.p1|02976.p0} {02975.s2} 
+tr {02975.t2} {02975.s2} -> {02975.s1} 
+tr {02976.t1} {02975.p1|02976.p0} {02976.s1} -> {02976.p1|02977.p0} {02976.s2} 
+tr {02976.t2} {02976.s2} -> {02976.s1} 
+tr {02977.t1} {02976.p1|02977.p0} {02977.s1} -> {02977.p1|02978.p0} {02977.s2} 
+tr {02977.t2} {02977.s2} -> {02977.s1} 
+tr {02978.t1} {02977.p1|02978.p0} {02978.s1} -> {02978.p1|02979.p0} {02978.s2} 
+tr {02978.t2} {02978.s2} -> {02978.s1} 
+tr {02979.t1} {02978.p1|02979.p0} {02979.s1} -> {02979.p1|02980.p0} {02979.s2} 
+tr {02979.t2} {02979.s2} -> {02979.s1} 
+tr {02980.t1} {02979.p1|02980.p0} {02980.s1} -> {02980.p1|02981.p0} {02980.s2} 
+tr {02980.t2} {02980.s2} -> {02980.s1} 
+tr {02981.t1} {02980.p1|02981.p0} {02981.s1} -> {02981.p1|02982.p0} {02981.s2} 
+tr {02981.t2} {02981.s2} -> {02981.s1} 
+tr {02982.t1} {02981.p1|02982.p0} {02982.s1} -> {02982.p1|02983.p0} {02982.s2} 
+tr {02982.t2} {02982.s2} -> {02982.s1} 
+tr {02983.t1} {02982.p1|02983.p0} {02983.s1} -> {02983.p1|02984.p0} {02983.s2} 
+tr {02983.t2} {02983.s2} -> {02983.s1} 
+tr {02984.t1} {02983.p1|02984.p0} {02984.s1} -> {02984.p1|02985.p0} {02984.s2} 
+tr {02984.t2} {02984.s2} -> {02984.s1} 
+tr {02985.t1} {02984.p1|02985.p0} {02985.s1} -> {02985.p1|02986.p0} {02985.s2} 
+tr {02985.t2} {02985.s2} -> {02985.s1} 
+tr {02986.t1} {02985.p1|02986.p0} {02986.s1} -> {02986.p1|02987.p0} {02986.s2} 
+tr {02986.t2} {02986.s2} -> {02986.s1} 
+tr {02987.t1} {02986.p1|02987.p0} {02987.s1} -> {02987.p1|02988.p0} {02987.s2} 
+tr {02987.t2} {02987.s2} -> {02987.s1} 
+tr {02988.t1} {02987.p1|02988.p0} {02988.s1} -> {02988.p1|02989.p0} {02988.s2} 
+tr {02988.t2} {02988.s2} -> {02988.s1} 
+tr {02989.t1} {02988.p1|02989.p0} {02989.s1} -> {02989.p1|02990.p0} {02989.s2} 
+tr {02989.t2} {02989.s2} -> {02989.s1} 
+tr {02990.t1} {02989.p1|02990.p0} {02990.s1} -> {02990.p1|02991.p0} {02990.s2} 
+tr {02990.t2} {02990.s2} -> {02990.s1} 
+tr {02991.t1} {02990.p1|02991.p0} {02991.s1} -> {02991.p1|02992.p0} {02991.s2} 
+tr {02991.t2} {02991.s2} -> {02991.s1} 
+tr {02992.t1} {02991.p1|02992.p0} {02992.s1} -> {02992.p1|02993.p0} {02992.s2} 
+tr {02992.t2} {02992.s2} -> {02992.s1} 
+tr {02993.t1} {02992.p1|02993.p0} {02993.s1} -> {02993.p1|02994.p0} {02993.s2} 
+tr {02993.t2} {02993.s2} -> {02993.s1} 
+tr {02994.t1} {02993.p1|02994.p0} {02994.s1} -> {02994.p1|02995.p0} {02994.s2} 
+tr {02994.t2} {02994.s2} -> {02994.s1} 
+tr {02995.t1} {02994.p1|02995.p0} {02995.s1} -> {02995.p1|02996.p0} {02995.s2} 
+tr {02995.t2} {02995.s2} -> {02995.s1} 
+tr {02996.t1} {02995.p1|02996.p0} {02996.s1} -> {02996.p1|02997.p0} {02996.s2} 
+tr {02996.t2} {02996.s2} -> {02996.s1} 
+tr {02997.t1} {02996.p1|02997.p0} {02997.s1} -> {02997.p1|02998.p0} {02997.s2} 
+tr {02997.t2} {02997.s2} -> {02997.s1} 
+tr {02998.t1} {02997.p1|02998.p0} {02998.s1} -> {02998.p1|02999.p0} {02998.s2} 
+tr {02998.t2} {02998.s2} -> {02998.s1} 
+tr {02999.t1} {02998.p1|02999.p0} {02999.s1} -> {02999.p1|03000.p0} {02999.s2} 
+tr {02999.t2} {02999.s2} -> {02999.s1} 
+tr {03000.t1} {02999.p1|03000.p0} {03000.s1} -> {03000.p1|03001.p0} {03000.s2} 
+tr {03000.t2} {03000.s2} -> {03000.s1} 
+tr {03001.t1} {03000.p1|03001.p0} {03001.s1} -> {03001.p1|03002.p0} {03001.s2} 
+tr {03001.t2} {03001.s2} -> {03001.s1} 
+tr {03002.t1} {03001.p1|03002.p0} {03002.s1} -> {03002.p1|03003.p0} {03002.s2} 
+tr {03002.t2} {03002.s2} -> {03002.s1} 
+tr {03003.t1} {03002.p1|03003.p0} {03003.s1} -> {03003.p1|03004.p0} {03003.s2} 
+tr {03003.t2} {03003.s2} -> {03003.s1} 
+tr {03004.t1} {03003.p1|03004.p0} {03004.s1} -> {03004.p1|03005.p0} {03004.s2} 
+tr {03004.t2} {03004.s2} -> {03004.s1} 
+tr {03005.t1} {03004.p1|03005.p0} {03005.s1} -> {03005.p1|03006.p0} {03005.s2} 
+tr {03005.t2} {03005.s2} -> {03005.s1} 
+tr {03006.t1} {03005.p1|03006.p0} {03006.s1} -> {03006.p1|03007.p0} {03006.s2} 
+tr {03006.t2} {03006.s2} -> {03006.s1} 
+tr {03007.t1} {03006.p1|03007.p0} {03007.s1} -> {03007.p1|03008.p0} {03007.s2} 
+tr {03007.t2} {03007.s2} -> {03007.s1} 
+tr {03008.t1} {03007.p1|03008.p0} {03008.s1} -> {03008.p1|03009.p0} {03008.s2} 
+tr {03008.t2} {03008.s2} -> {03008.s1} 
+tr {03009.t1} {03008.p1|03009.p0} {03009.s1} -> {03009.p1|03010.p0} {03009.s2} 
+tr {03009.t2} {03009.s2} -> {03009.s1} 
+tr {03010.t1} {03009.p1|03010.p0} {03010.s1} -> {03010.p1|03011.p0} {03010.s2} 
+tr {03010.t2} {03010.s2} -> {03010.s1} 
+tr {03011.t1} {03010.p1|03011.p0} {03011.s1} -> {03011.p1|03012.p0} {03011.s2} 
+tr {03011.t2} {03011.s2} -> {03011.s1} 
+tr {03012.t1} {03011.p1|03012.p0} {03012.s1} -> {03012.p1|03013.p0} {03012.s2} 
+tr {03012.t2} {03012.s2} -> {03012.s1} 
+tr {03013.t1} {03012.p1|03013.p0} {03013.s1} -> {03013.p1|03014.p0} {03013.s2} 
+tr {03013.t2} {03013.s2} -> {03013.s1} 
+tr {03014.t1} {03013.p1|03014.p0} {03014.s1} -> {03014.p1|03015.p0} {03014.s2} 
+tr {03014.t2} {03014.s2} -> {03014.s1} 
+tr {03015.t1} {03014.p1|03015.p0} {03015.s1} -> {03015.p1|03016.p0} {03015.s2} 
+tr {03015.t2} {03015.s2} -> {03015.s1} 
+tr {03016.t1} {03015.p1|03016.p0} {03016.s1} -> {03016.p1|03017.p0} {03016.s2} 
+tr {03016.t2} {03016.s2} -> {03016.s1} 
+tr {03017.t1} {03016.p1|03017.p0} {03017.s1} -> {03017.p1|03018.p0} {03017.s2} 
+tr {03017.t2} {03017.s2} -> {03017.s1} 
+tr {03018.t1} {03017.p1|03018.p0} {03018.s1} -> {03018.p1|03019.p0} {03018.s2} 
+tr {03018.t2} {03018.s2} -> {03018.s1} 
+tr {03019.t1} {03018.p1|03019.p0} {03019.s1} -> {03019.p1|03020.p0} {03019.s2} 
+tr {03019.t2} {03019.s2} -> {03019.s1} 
+tr {03020.t1} {03019.p1|03020.p0} {03020.s1} -> {03020.p1|03021.p0} {03020.s2} 
+tr {03020.t2} {03020.s2} -> {03020.s1} 
+tr {03021.t1} {03020.p1|03021.p0} {03021.s1} -> {03021.p1|03022.p0} {03021.s2} 
+tr {03021.t2} {03021.s2} -> {03021.s1} 
+tr {03022.t1} {03021.p1|03022.p0} {03022.s1} -> {03022.p1|03023.p0} {03022.s2} 
+tr {03022.t2} {03022.s2} -> {03022.s1} 
+tr {03023.t1} {03022.p1|03023.p0} {03023.s1} -> {03023.p1|03024.p0} {03023.s2} 
+tr {03023.t2} {03023.s2} -> {03023.s1} 
+tr {03024.t1} {03023.p1|03024.p0} {03024.s1} -> {03024.p1|03025.p0} {03024.s2} 
+tr {03024.t2} {03024.s2} -> {03024.s1} 
+tr {03025.t1} {03024.p1|03025.p0} {03025.s1} -> {03025.p1|03026.p0} {03025.s2} 
+tr {03025.t2} {03025.s2} -> {03025.s1} 
+tr {03026.t1} {03025.p1|03026.p0} {03026.s1} -> {03026.p1|03027.p0} {03026.s2} 
+tr {03026.t2} {03026.s2} -> {03026.s1} 
+tr {03027.t1} {03026.p1|03027.p0} {03027.s1} -> {03027.p1|03028.p0} {03027.s2} 
+tr {03027.t2} {03027.s2} -> {03027.s1} 
+tr {03028.t1} {03027.p1|03028.p0} {03028.s1} -> {03028.p1|03029.p0} {03028.s2} 
+tr {03028.t2} {03028.s2} -> {03028.s1} 
+tr {03029.t1} {03028.p1|03029.p0} {03029.s1} -> {03029.p1|03030.p0} {03029.s2} 
+tr {03029.t2} {03029.s2} -> {03029.s1} 
+tr {03030.t1} {03029.p1|03030.p0} {03030.s1} -> {03030.p1|03031.p0} {03030.s2} 
+tr {03030.t2} {03030.s2} -> {03030.s1} 
+tr {03031.t1} {03030.p1|03031.p0} {03031.s1} -> {03031.p1|03032.p0} {03031.s2} 
+tr {03031.t2} {03031.s2} -> {03031.s1} 
+tr {03032.t1} {03031.p1|03032.p0} {03032.s1} -> {03032.p1|03033.p0} {03032.s2} 
+tr {03032.t2} {03032.s2} -> {03032.s1} 
+tr {03033.t1} {03032.p1|03033.p0} {03033.s1} -> {03033.p1|03034.p0} {03033.s2} 
+tr {03033.t2} {03033.s2} -> {03033.s1} 
+tr {03034.t1} {03033.p1|03034.p0} {03034.s1} -> {03034.p1|03035.p0} {03034.s2} 
+tr {03034.t2} {03034.s2} -> {03034.s1} 
+tr {03035.t1} {03034.p1|03035.p0} {03035.s1} -> {03035.p1|03036.p0} {03035.s2} 
+tr {03035.t2} {03035.s2} -> {03035.s1} 
+tr {03036.t1} {03035.p1|03036.p0} {03036.s1} -> {03036.p1|03037.p0} {03036.s2} 
+tr {03036.t2} {03036.s2} -> {03036.s1} 
+tr {03037.t1} {03036.p1|03037.p0} {03037.s1} -> {03037.p1|03038.p0} {03037.s2} 
+tr {03037.t2} {03037.s2} -> {03037.s1} 
+tr {03038.t1} {03037.p1|03038.p0} {03038.s1} -> {03038.p1|03039.p0} {03038.s2} 
+tr {03038.t2} {03038.s2} -> {03038.s1} 
+tr {03039.t1} {03038.p1|03039.p0} {03039.s1} -> {03039.p1|03040.p0} {03039.s2} 
+tr {03039.t2} {03039.s2} -> {03039.s1} 
+tr {03040.t1} {03039.p1|03040.p0} {03040.s1} -> {03040.p1|03041.p0} {03040.s2} 
+tr {03040.t2} {03040.s2} -> {03040.s1} 
+tr {03041.t1} {03040.p1|03041.p0} {03041.s1} -> {03041.p1|03042.p0} {03041.s2} 
+tr {03041.t2} {03041.s2} -> {03041.s1} 
+tr {03042.t1} {03041.p1|03042.p0} {03042.s1} -> {03042.p1|03043.p0} {03042.s2} 
+tr {03042.t2} {03042.s2} -> {03042.s1} 
+tr {03043.t1} {03042.p1|03043.p0} {03043.s1} -> {03043.p1|03044.p0} {03043.s2} 
+tr {03043.t2} {03043.s2} -> {03043.s1} 
+tr {03044.t1} {03043.p1|03044.p0} {03044.s1} -> {03044.p1|03045.p0} {03044.s2} 
+tr {03044.t2} {03044.s2} -> {03044.s1} 
+tr {03045.t1} {03044.p1|03045.p0} {03045.s1} -> {03045.p1|03046.p0} {03045.s2} 
+tr {03045.t2} {03045.s2} -> {03045.s1} 
+tr {03046.t1} {03045.p1|03046.p0} {03046.s1} -> {03046.p1|03047.p0} {03046.s2} 
+tr {03046.t2} {03046.s2} -> {03046.s1} 
+tr {03047.t1} {03046.p1|03047.p0} {03047.s1} -> {03047.p1|03048.p0} {03047.s2} 
+tr {03047.t2} {03047.s2} -> {03047.s1} 
+tr {03048.t1} {03047.p1|03048.p0} {03048.s1} -> {03048.p1|03049.p0} {03048.s2} 
+tr {03048.t2} {03048.s2} -> {03048.s1} 
+tr {03049.t1} {03048.p1|03049.p0} {03049.s1} -> {03049.p1|03050.p0} {03049.s2} 
+tr {03049.t2} {03049.s2} -> {03049.s1} 
+tr {03050.t1} {03049.p1|03050.p0} {03050.s1} -> {03050.p1|03051.p0} {03050.s2} 
+tr {03050.t2} {03050.s2} -> {03050.s1} 
+tr {03051.t1} {03050.p1|03051.p0} {03051.s1} -> {03051.p1|03052.p0} {03051.s2} 
+tr {03051.t2} {03051.s2} -> {03051.s1} 
+tr {03052.t1} {03051.p1|03052.p0} {03052.s1} -> {03052.p1|03053.p0} {03052.s2} 
+tr {03052.t2} {03052.s2} -> {03052.s1} 
+tr {03053.t1} {03052.p1|03053.p0} {03053.s1} -> {03053.p1|03054.p0} {03053.s2} 
+tr {03053.t2} {03053.s2} -> {03053.s1} 
+tr {03054.t1} {03053.p1|03054.p0} {03054.s1} -> {03054.p1|03055.p0} {03054.s2} 
+tr {03054.t2} {03054.s2} -> {03054.s1} 
+tr {03055.t1} {03054.p1|03055.p0} {03055.s1} -> {03055.p1|03056.p0} {03055.s2} 
+tr {03055.t2} {03055.s2} -> {03055.s1} 
+tr {03056.t1} {03055.p1|03056.p0} {03056.s1} -> {03056.p1|03057.p0} {03056.s2} 
+tr {03056.t2} {03056.s2} -> {03056.s1} 
+tr {03057.t1} {03056.p1|03057.p0} {03057.s1} -> {03057.p1|03058.p0} {03057.s2} 
+tr {03057.t2} {03057.s2} -> {03057.s1} 
+tr {03058.t1} {03057.p1|03058.p0} {03058.s1} -> {03058.p1|03059.p0} {03058.s2} 
+tr {03058.t2} {03058.s2} -> {03058.s1} 
+tr {03059.t1} {03058.p1|03059.p0} {03059.s1} -> {03059.p1|03060.p0} {03059.s2} 
+tr {03059.t2} {03059.s2} -> {03059.s1} 
+tr {03060.t1} {03059.p1|03060.p0} {03060.s1} -> {03060.p1|03061.p0} {03060.s2} 
+tr {03060.t2} {03060.s2} -> {03060.s1} 
+tr {03061.t1} {03060.p1|03061.p0} {03061.s1} -> {03061.p1|03062.p0} {03061.s2} 
+tr {03061.t2} {03061.s2} -> {03061.s1} 
+tr {03062.t1} {03061.p1|03062.p0} {03062.s1} -> {03062.p1|03063.p0} {03062.s2} 
+tr {03062.t2} {03062.s2} -> {03062.s1} 
+tr {03063.t1} {03062.p1|03063.p0} {03063.s1} -> {03063.p1|03064.p0} {03063.s2} 
+tr {03063.t2} {03063.s2} -> {03063.s1} 
+tr {03064.t1} {03063.p1|03064.p0} {03064.s1} -> {03064.p1|03065.p0} {03064.s2} 
+tr {03064.t2} {03064.s2} -> {03064.s1} 
+tr {03065.t1} {03064.p1|03065.p0} {03065.s1} -> {03065.p1|03066.p0} {03065.s2} 
+tr {03065.t2} {03065.s2} -> {03065.s1} 
+tr {03066.t1} {03065.p1|03066.p0} {03066.s1} -> {03066.p1|03067.p0} {03066.s2} 
+tr {03066.t2} {03066.s2} -> {03066.s1} 
+tr {03067.t1} {03066.p1|03067.p0} {03067.s1} -> {03067.p1|03068.p0} {03067.s2} 
+tr {03067.t2} {03067.s2} -> {03067.s1} 
+tr {03068.t1} {03067.p1|03068.p0} {03068.s1} -> {03068.p1|03069.p0} {03068.s2} 
+tr {03068.t2} {03068.s2} -> {03068.s1} 
+tr {03069.t1} {03068.p1|03069.p0} {03069.s1} -> {03069.p1|03070.p0} {03069.s2} 
+tr {03069.t2} {03069.s2} -> {03069.s1} 
+tr {03070.t1} {03069.p1|03070.p0} {03070.s1} -> {03070.p1|03071.p0} {03070.s2} 
+tr {03070.t2} {03070.s2} -> {03070.s1} 
+tr {03071.t1} {03070.p1|03071.p0} {03071.s1} -> {03071.p1|03072.p0} {03071.s2} 
+tr {03071.t2} {03071.s2} -> {03071.s1} 
+tr {03072.t1} {03071.p1|03072.p0} {03072.s1} -> {03072.p1|03073.p0} {03072.s2} 
+tr {03072.t2} {03072.s2} -> {03072.s1} 
+tr {03073.t1} {03072.p1|03073.p0} {03073.s1} -> {03073.p1|03074.p0} {03073.s2} 
+tr {03073.t2} {03073.s2} -> {03073.s1} 
+tr {03074.t1} {03073.p1|03074.p0} {03074.s1} -> {03074.p1|03075.p0} {03074.s2} 
+tr {03074.t2} {03074.s2} -> {03074.s1} 
+tr {03075.t1} {03074.p1|03075.p0} {03075.s1} -> {03075.p1|03076.p0} {03075.s2} 
+tr {03075.t2} {03075.s2} -> {03075.s1} 
+tr {03076.t1} {03075.p1|03076.p0} {03076.s1} -> {03076.p1|03077.p0} {03076.s2} 
+tr {03076.t2} {03076.s2} -> {03076.s1} 
+tr {03077.t1} {03076.p1|03077.p0} {03077.s1} -> {03077.p1|03078.p0} {03077.s2} 
+tr {03077.t2} {03077.s2} -> {03077.s1} 
+tr {03078.t1} {03077.p1|03078.p0} {03078.s1} -> {03078.p1|03079.p0} {03078.s2} 
+tr {03078.t2} {03078.s2} -> {03078.s1} 
+tr {03079.t1} {03078.p1|03079.p0} {03079.s1} -> {03079.p1|03080.p0} {03079.s2} 
+tr {03079.t2} {03079.s2} -> {03079.s1} 
+tr {03080.t1} {03079.p1|03080.p0} {03080.s1} -> {03080.p1|03081.p0} {03080.s2} 
+tr {03080.t2} {03080.s2} -> {03080.s1} 
+tr {03081.t1} {03080.p1|03081.p0} {03081.s1} -> {03081.p1|03082.p0} {03081.s2} 
+tr {03081.t2} {03081.s2} -> {03081.s1} 
+tr {03082.t1} {03081.p1|03082.p0} {03082.s1} -> {03082.p1|03083.p0} {03082.s2} 
+tr {03082.t2} {03082.s2} -> {03082.s1} 
+tr {03083.t1} {03082.p1|03083.p0} {03083.s1} -> {03083.p1|03084.p0} {03083.s2} 
+tr {03083.t2} {03083.s2} -> {03083.s1} 
+tr {03084.t1} {03083.p1|03084.p0} {03084.s1} -> {03084.p1|03085.p0} {03084.s2} 
+tr {03084.t2} {03084.s2} -> {03084.s1} 
+tr {03085.t1} {03084.p1|03085.p0} {03085.s1} -> {03085.p1|03086.p0} {03085.s2} 
+tr {03085.t2} {03085.s2} -> {03085.s1} 
+tr {03086.t1} {03085.p1|03086.p0} {03086.s1} -> {03086.p1|03087.p0} {03086.s2} 
+tr {03086.t2} {03086.s2} -> {03086.s1} 
+tr {03087.t1} {03086.p1|03087.p0} {03087.s1} -> {03087.p1|03088.p0} {03087.s2} 
+tr {03087.t2} {03087.s2} -> {03087.s1} 
+tr {03088.t1} {03087.p1|03088.p0} {03088.s1} -> {03088.p1|03089.p0} {03088.s2} 
+tr {03088.t2} {03088.s2} -> {03088.s1} 
+tr {03089.t1} {03088.p1|03089.p0} {03089.s1} -> {03089.p1|03090.p0} {03089.s2} 
+tr {03089.t2} {03089.s2} -> {03089.s1} 
+tr {03090.t1} {03089.p1|03090.p0} {03090.s1} -> {03090.p1|03091.p0} {03090.s2} 
+tr {03090.t2} {03090.s2} -> {03090.s1} 
+tr {03091.t1} {03090.p1|03091.p0} {03091.s1} -> {03091.p1|03092.p0} {03091.s2} 
+tr {03091.t2} {03091.s2} -> {03091.s1} 
+tr {03092.t1} {03091.p1|03092.p0} {03092.s1} -> {03092.p1|03093.p0} {03092.s2} 
+tr {03092.t2} {03092.s2} -> {03092.s1} 
+tr {03093.t1} {03092.p1|03093.p0} {03093.s1} -> {03093.p1|03094.p0} {03093.s2} 
+tr {03093.t2} {03093.s2} -> {03093.s1} 
+tr {03094.t1} {03093.p1|03094.p0} {03094.s1} -> {03094.p1|03095.p0} {03094.s2} 
+tr {03094.t2} {03094.s2} -> {03094.s1} 
+tr {03095.t1} {03094.p1|03095.p0} {03095.s1} -> {03095.p1|03096.p0} {03095.s2} 
+tr {03095.t2} {03095.s2} -> {03095.s1} 
+tr {03096.t1} {03095.p1|03096.p0} {03096.s1} -> {03096.p1|03097.p0} {03096.s2} 
+tr {03096.t2} {03096.s2} -> {03096.s1} 
+tr {03097.t1} {03096.p1|03097.p0} {03097.s1} -> {03097.p1|03098.p0} {03097.s2} 
+tr {03097.t2} {03097.s2} -> {03097.s1} 
+tr {03098.t1} {03097.p1|03098.p0} {03098.s1} -> {03098.p1|03099.p0} {03098.s2} 
+tr {03098.t2} {03098.s2} -> {03098.s1} 
+tr {03099.t1} {03098.p1|03099.p0} {03099.s1} -> {03099.p1|03100.p0} {03099.s2} 
+tr {03099.t2} {03099.s2} -> {03099.s1} 
+tr {03100.t1} {03099.p1|03100.p0} {03100.s1} -> {03100.p1|03101.p0} {03100.s2} 
+tr {03100.t2} {03100.s2} -> {03100.s1} 
+tr {03101.t1} {03100.p1|03101.p0} {03101.s1} -> {03101.p1|03102.p0} {03101.s2} 
+tr {03101.t2} {03101.s2} -> {03101.s1} 
+tr {03102.t1} {03101.p1|03102.p0} {03102.s1} -> {03102.p1|03103.p0} {03102.s2} 
+tr {03102.t2} {03102.s2} -> {03102.s1} 
+tr {03103.t1} {03102.p1|03103.p0} {03103.s1} -> {03103.p1|03104.p0} {03103.s2} 
+tr {03103.t2} {03103.s2} -> {03103.s1} 
+tr {03104.t1} {03103.p1|03104.p0} {03104.s1} -> {03104.p1|03105.p0} {03104.s2} 
+tr {03104.t2} {03104.s2} -> {03104.s1} 
+tr {03105.t1} {03104.p1|03105.p0} {03105.s1} -> {03105.p1|03106.p0} {03105.s2} 
+tr {03105.t2} {03105.s2} -> {03105.s1} 
+tr {03106.t1} {03105.p1|03106.p0} {03106.s1} -> {03106.p1|03107.p0} {03106.s2} 
+tr {03106.t2} {03106.s2} -> {03106.s1} 
+tr {03107.t1} {03106.p1|03107.p0} {03107.s1} -> {03107.p1|03108.p0} {03107.s2} 
+tr {03107.t2} {03107.s2} -> {03107.s1} 
+tr {03108.t1} {03107.p1|03108.p0} {03108.s1} -> {03108.p1|03109.p0} {03108.s2} 
+tr {03108.t2} {03108.s2} -> {03108.s1} 
+tr {03109.t1} {03108.p1|03109.p0} {03109.s1} -> {03109.p1|03110.p0} {03109.s2} 
+tr {03109.t2} {03109.s2} -> {03109.s1} 
+tr {03110.t1} {03109.p1|03110.p0} {03110.s1} -> {03110.p1|03111.p0} {03110.s2} 
+tr {03110.t2} {03110.s2} -> {03110.s1} 
+tr {03111.t1} {03110.p1|03111.p0} {03111.s1} -> {03111.p1|03112.p0} {03111.s2} 
+tr {03111.t2} {03111.s2} -> {03111.s1} 
+tr {03112.t1} {03111.p1|03112.p0} {03112.s1} -> {03112.p1|03113.p0} {03112.s2} 
+tr {03112.t2} {03112.s2} -> {03112.s1} 
+tr {03113.t1} {03112.p1|03113.p0} {03113.s1} -> {03113.p1|03114.p0} {03113.s2} 
+tr {03113.t2} {03113.s2} -> {03113.s1} 
+tr {03114.t1} {03113.p1|03114.p0} {03114.s1} -> {03114.p1|03115.p0} {03114.s2} 
+tr {03114.t2} {03114.s2} -> {03114.s1} 
+tr {03115.t1} {03114.p1|03115.p0} {03115.s1} -> {03115.p1|03116.p0} {03115.s2} 
+tr {03115.t2} {03115.s2} -> {03115.s1} 
+tr {03116.t1} {03115.p1|03116.p0} {03116.s1} -> {03116.p1|03117.p0} {03116.s2} 
+tr {03116.t2} {03116.s2} -> {03116.s1} 
+tr {03117.t1} {03116.p1|03117.p0} {03117.s1} -> {03117.p1|03118.p0} {03117.s2} 
+tr {03117.t2} {03117.s2} -> {03117.s1} 
+tr {03118.t1} {03117.p1|03118.p0} {03118.s1} -> {03118.p1|03119.p0} {03118.s2} 
+tr {03118.t2} {03118.s2} -> {03118.s1} 
+tr {03119.t1} {03118.p1|03119.p0} {03119.s1} -> {03119.p1|03120.p0} {03119.s2} 
+tr {03119.t2} {03119.s2} -> {03119.s1} 
+tr {03120.t1} {03119.p1|03120.p0} {03120.s1} -> {03120.p1|03121.p0} {03120.s2} 
+tr {03120.t2} {03120.s2} -> {03120.s1} 
+tr {03121.t1} {03120.p1|03121.p0} {03121.s1} -> {03121.p1|03122.p0} {03121.s2} 
+tr {03121.t2} {03121.s2} -> {03121.s1} 
+tr {03122.t1} {03121.p1|03122.p0} {03122.s1} -> {03122.p1|03123.p0} {03122.s2} 
+tr {03122.t2} {03122.s2} -> {03122.s1} 
+tr {03123.t1} {03122.p1|03123.p0} {03123.s1} -> {03123.p1|03124.p0} {03123.s2} 
+tr {03123.t2} {03123.s2} -> {03123.s1} 
+tr {03124.t1} {03123.p1|03124.p0} {03124.s1} -> {03124.p1|03125.p0} {03124.s2} 
+tr {03124.t2} {03124.s2} -> {03124.s1} 
+tr {03125.t1} {03124.p1|03125.p0} {03125.s1} -> {03125.p1|03126.p0} {03125.s2} 
+tr {03125.t2} {03125.s2} -> {03125.s1} 
+tr {03126.t1} {03125.p1|03126.p0} {03126.s1} -> {03126.p1|03127.p0} {03126.s2} 
+tr {03126.t2} {03126.s2} -> {03126.s1} 
+tr {03127.t1} {03126.p1|03127.p0} {03127.s1} -> {03127.p1|03128.p0} {03127.s2} 
+tr {03127.t2} {03127.s2} -> {03127.s1} 
+tr {03128.t1} {03127.p1|03128.p0} {03128.s1} -> {03128.p1|03129.p0} {03128.s2} 
+tr {03128.t2} {03128.s2} -> {03128.s1} 
+tr {03129.t1} {03128.p1|03129.p0} {03129.s1} -> {03129.p1|03130.p0} {03129.s2} 
+tr {03129.t2} {03129.s2} -> {03129.s1} 
+tr {03130.t1} {03129.p1|03130.p0} {03130.s1} -> {03130.p1|03131.p0} {03130.s2} 
+tr {03130.t2} {03130.s2} -> {03130.s1} 
+tr {03131.t1} {03130.p1|03131.p0} {03131.s1} -> {03131.p1|03132.p0} {03131.s2} 
+tr {03131.t2} {03131.s2} -> {03131.s1} 
+tr {03132.t1} {03131.p1|03132.p0} {03132.s1} -> {03132.p1|03133.p0} {03132.s2} 
+tr {03132.t2} {03132.s2} -> {03132.s1} 
+tr {03133.t1} {03132.p1|03133.p0} {03133.s1} -> {03133.p1|03134.p0} {03133.s2} 
+tr {03133.t2} {03133.s2} -> {03133.s1} 
+tr {03134.t1} {03133.p1|03134.p0} {03134.s1} -> {03134.p1|03135.p0} {03134.s2} 
+tr {03134.t2} {03134.s2} -> {03134.s1} 
+tr {03135.t1} {03134.p1|03135.p0} {03135.s1} -> {03135.p1|03136.p0} {03135.s2} 
+tr {03135.t2} {03135.s2} -> {03135.s1} 
+tr {03136.t1} {03135.p1|03136.p0} {03136.s1} -> {03136.p1|03137.p0} {03136.s2} 
+tr {03136.t2} {03136.s2} -> {03136.s1} 
+tr {03137.t1} {03136.p1|03137.p0} {03137.s1} -> {03137.p1|03138.p0} {03137.s2} 
+tr {03137.t2} {03137.s2} -> {03137.s1} 
+tr {03138.t1} {03137.p1|03138.p0} {03138.s1} -> {03138.p1|03139.p0} {03138.s2} 
+tr {03138.t2} {03138.s2} -> {03138.s1} 
+tr {03139.t1} {03138.p1|03139.p0} {03139.s1} -> {03139.p1|03140.p0} {03139.s2} 
+tr {03139.t2} {03139.s2} -> {03139.s1} 
+tr {03140.t1} {03139.p1|03140.p0} {03140.s1} -> {03140.p1|03141.p0} {03140.s2} 
+tr {03140.t2} {03140.s2} -> {03140.s1} 
+tr {03141.t1} {03140.p1|03141.p0} {03141.s1} -> {03141.p1|03142.p0} {03141.s2} 
+tr {03141.t2} {03141.s2} -> {03141.s1} 
+tr {03142.t1} {03141.p1|03142.p0} {03142.s1} -> {03142.p1|03143.p0} {03142.s2} 
+tr {03142.t2} {03142.s2} -> {03142.s1} 
+tr {03143.t1} {03142.p1|03143.p0} {03143.s1} -> {03143.p1|03144.p0} {03143.s2} 
+tr {03143.t2} {03143.s2} -> {03143.s1} 
+tr {03144.t1} {03143.p1|03144.p0} {03144.s1} -> {03144.p1|03145.p0} {03144.s2} 
+tr {03144.t2} {03144.s2} -> {03144.s1} 
+tr {03145.t1} {03144.p1|03145.p0} {03145.s1} -> {03145.p1|03146.p0} {03145.s2} 
+tr {03145.t2} {03145.s2} -> {03145.s1} 
+tr {03146.t1} {03145.p1|03146.p0} {03146.s1} -> {03146.p1|03147.p0} {03146.s2} 
+tr {03146.t2} {03146.s2} -> {03146.s1} 
+tr {03147.t1} {03146.p1|03147.p0} {03147.s1} -> {03147.p1|03148.p0} {03147.s2} 
+tr {03147.t2} {03147.s2} -> {03147.s1} 
+tr {03148.t1} {03147.p1|03148.p0} {03148.s1} -> {03148.p1|03149.p0} {03148.s2} 
+tr {03148.t2} {03148.s2} -> {03148.s1} 
+tr {03149.t1} {03148.p1|03149.p0} {03149.s1} -> {03149.p1|03150.p0} {03149.s2} 
+tr {03149.t2} {03149.s2} -> {03149.s1} 
+tr {03150.t1} {03149.p1|03150.p0} {03150.s1} -> {03150.p1|03151.p0} {03150.s2} 
+tr {03150.t2} {03150.s2} -> {03150.s1} 
+tr {03151.t1} {03150.p1|03151.p0} {03151.s1} -> {03151.p1|03152.p0} {03151.s2} 
+tr {03151.t2} {03151.s2} -> {03151.s1} 
+tr {03152.t1} {03151.p1|03152.p0} {03152.s1} -> {03152.p1|03153.p0} {03152.s2} 
+tr {03152.t2} {03152.s2} -> {03152.s1} 
+tr {03153.t1} {03152.p1|03153.p0} {03153.s1} -> {03153.p1|03154.p0} {03153.s2} 
+tr {03153.t2} {03153.s2} -> {03153.s1} 
+tr {03154.t1} {03153.p1|03154.p0} {03154.s1} -> {03154.p1|03155.p0} {03154.s2} 
+tr {03154.t2} {03154.s2} -> {03154.s1} 
+tr {03155.t1} {03154.p1|03155.p0} {03155.s1} -> {03155.p1|03156.p0} {03155.s2} 
+tr {03155.t2} {03155.s2} -> {03155.s1} 
+tr {03156.t1} {03155.p1|03156.p0} {03156.s1} -> {03156.p1|03157.p0} {03156.s2} 
+tr {03156.t2} {03156.s2} -> {03156.s1} 
+tr {03157.t1} {03156.p1|03157.p0} {03157.s1} -> {03157.p1|03158.p0} {03157.s2} 
+tr {03157.t2} {03157.s2} -> {03157.s1} 
+tr {03158.t1} {03157.p1|03158.p0} {03158.s1} -> {03158.p1|03159.p0} {03158.s2} 
+tr {03158.t2} {03158.s2} -> {03158.s1} 
+tr {03159.t1} {03158.p1|03159.p0} {03159.s1} -> {03159.p1|03160.p0} {03159.s2} 
+tr {03159.t2} {03159.s2} -> {03159.s1} 
+tr {03160.t1} {03159.p1|03160.p0} {03160.s1} -> {03160.p1|03161.p0} {03160.s2} 
+tr {03160.t2} {03160.s2} -> {03160.s1} 
+tr {03161.t1} {03160.p1|03161.p0} {03161.s1} -> {03161.p1|03162.p0} {03161.s2} 
+tr {03161.t2} {03161.s2} -> {03161.s1} 
+tr {03162.t1} {03161.p1|03162.p0} {03162.s1} -> {03162.p1|03163.p0} {03162.s2} 
+tr {03162.t2} {03162.s2} -> {03162.s1} 
+tr {03163.t1} {03162.p1|03163.p0} {03163.s1} -> {03163.p1|03164.p0} {03163.s2} 
+tr {03163.t2} {03163.s2} -> {03163.s1} 
+tr {03164.t1} {03163.p1|03164.p0} {03164.s1} -> {03164.p1|03165.p0} {03164.s2} 
+tr {03164.t2} {03164.s2} -> {03164.s1} 
+tr {03165.t1} {03164.p1|03165.p0} {03165.s1} -> {03165.p1|03166.p0} {03165.s2} 
+tr {03165.t2} {03165.s2} -> {03165.s1} 
+tr {03166.t1} {03165.p1|03166.p0} {03166.s1} -> {03166.p1|03167.p0} {03166.s2} 
+tr {03166.t2} {03166.s2} -> {03166.s1} 
+tr {03167.t1} {03166.p1|03167.p0} {03167.s1} -> {03167.p1|03168.p0} {03167.s2} 
+tr {03167.t2} {03167.s2} -> {03167.s1} 
+tr {03168.t1} {03167.p1|03168.p0} {03168.s1} -> {03168.p1|03169.p0} {03168.s2} 
+tr {03168.t2} {03168.s2} -> {03168.s1} 
+tr {03169.t1} {03168.p1|03169.p0} {03169.s1} -> {03169.p1|03170.p0} {03169.s2} 
+tr {03169.t2} {03169.s2} -> {03169.s1} 
+tr {03170.t1} {03169.p1|03170.p0} {03170.s1} -> {03170.p1|03171.p0} {03170.s2} 
+tr {03170.t2} {03170.s2} -> {03170.s1} 
+tr {03171.t1} {03170.p1|03171.p0} {03171.s1} -> {03171.p1|03172.p0} {03171.s2} 
+tr {03171.t2} {03171.s2} -> {03171.s1} 
+tr {03172.t1} {03171.p1|03172.p0} {03172.s1} -> {03172.p1|03173.p0} {03172.s2} 
+tr {03172.t2} {03172.s2} -> {03172.s1} 
+tr {03173.t1} {03172.p1|03173.p0} {03173.s1} -> {03173.p1|03174.p0} {03173.s2} 
+tr {03173.t2} {03173.s2} -> {03173.s1} 
+tr {03174.t1} {03173.p1|03174.p0} {03174.s1} -> {03174.p1|03175.p0} {03174.s2} 
+tr {03174.t2} {03174.s2} -> {03174.s1} 
+tr {03175.t1} {03174.p1|03175.p0} {03175.s1} -> {03175.p1|03176.p0} {03175.s2} 
+tr {03175.t2} {03175.s2} -> {03175.s1} 
+tr {03176.t1} {03175.p1|03176.p0} {03176.s1} -> {03176.p1|03177.p0} {03176.s2} 
+tr {03176.t2} {03176.s2} -> {03176.s1} 
+tr {03177.t1} {03176.p1|03177.p0} {03177.s1} -> {03177.p1|03178.p0} {03177.s2} 
+tr {03177.t2} {03177.s2} -> {03177.s1} 
+tr {03178.t1} {03177.p1|03178.p0} {03178.s1} -> {03178.p1|03179.p0} {03178.s2} 
+tr {03178.t2} {03178.s2} -> {03178.s1} 
+tr {03179.t1} {03178.p1|03179.p0} {03179.s1} -> {03179.p1|03180.p0} {03179.s2} 
+tr {03179.t2} {03179.s2} -> {03179.s1} 
+tr {03180.t1} {03179.p1|03180.p0} {03180.s1} -> {03180.p1|03181.p0} {03180.s2} 
+tr {03180.t2} {03180.s2} -> {03180.s1} 
+tr {03181.t1} {03180.p1|03181.p0} {03181.s1} -> {03181.p1|03182.p0} {03181.s2} 
+tr {03181.t2} {03181.s2} -> {03181.s1} 
+tr {03182.t1} {03181.p1|03182.p0} {03182.s1} -> {03182.p1|03183.p0} {03182.s2} 
+tr {03182.t2} {03182.s2} -> {03182.s1} 
+tr {03183.t1} {03182.p1|03183.p0} {03183.s1} -> {03183.p1|03184.p0} {03183.s2} 
+tr {03183.t2} {03183.s2} -> {03183.s1} 
+tr {03184.t1} {03183.p1|03184.p0} {03184.s1} -> {03184.p1|03185.p0} {03184.s2} 
+tr {03184.t2} {03184.s2} -> {03184.s1} 
+tr {03185.t1} {03184.p1|03185.p0} {03185.s1} -> {03185.p1|03186.p0} {03185.s2} 
+tr {03185.t2} {03185.s2} -> {03185.s1} 
+tr {03186.t1} {03185.p1|03186.p0} {03186.s1} -> {03186.p1|03187.p0} {03186.s2} 
+tr {03186.t2} {03186.s2} -> {03186.s1} 
+tr {03187.t1} {03186.p1|03187.p0} {03187.s1} -> {03187.p1|03188.p0} {03187.s2} 
+tr {03187.t2} {03187.s2} -> {03187.s1} 
+tr {03188.t1} {03187.p1|03188.p0} {03188.s1} -> {03188.p1|03189.p0} {03188.s2} 
+tr {03188.t2} {03188.s2} -> {03188.s1} 
+tr {03189.t1} {03188.p1|03189.p0} {03189.s1} -> {03189.p1|03190.p0} {03189.s2} 
+tr {03189.t2} {03189.s2} -> {03189.s1} 
+tr {03190.t1} {03189.p1|03190.p0} {03190.s1} -> {03190.p1|03191.p0} {03190.s2} 
+tr {03190.t2} {03190.s2} -> {03190.s1} 
+tr {03191.t1} {03190.p1|03191.p0} {03191.s1} -> {03191.p1|03192.p0} {03191.s2} 
+tr {03191.t2} {03191.s2} -> {03191.s1} 
+tr {03192.t1} {03191.p1|03192.p0} {03192.s1} -> {03192.p1|03193.p0} {03192.s2} 
+tr {03192.t2} {03192.s2} -> {03192.s1} 
+tr {03193.t1} {03192.p1|03193.p0} {03193.s1} -> {03193.p1|03194.p0} {03193.s2} 
+tr {03193.t2} {03193.s2} -> {03193.s1} 
+tr {03194.t1} {03193.p1|03194.p0} {03194.s1} -> {03194.p1|03195.p0} {03194.s2} 
+tr {03194.t2} {03194.s2} -> {03194.s1} 
+tr {03195.t1} {03194.p1|03195.p0} {03195.s1} -> {03195.p1|03196.p0} {03195.s2} 
+tr {03195.t2} {03195.s2} -> {03195.s1} 
+tr {03196.t1} {03195.p1|03196.p0} {03196.s1} -> {03196.p1|03197.p0} {03196.s2} 
+tr {03196.t2} {03196.s2} -> {03196.s1} 
+tr {03197.t1} {03196.p1|03197.p0} {03197.s1} -> {03197.p1|03198.p0} {03197.s2} 
+tr {03197.t2} {03197.s2} -> {03197.s1} 
+tr {03198.t1} {03197.p1|03198.p0} {03198.s1} -> {03198.p1|03199.p0} {03198.s2} 
+tr {03198.t2} {03198.s2} -> {03198.s1} 
+tr {03199.t1} {03198.p1|03199.p0} {03199.s1} -> {03199.p1|03200.p0} {03199.s2} 
+tr {03199.t2} {03199.s2} -> {03199.s1} 
+tr {03200.t1} {03199.p1|03200.p0} {03200.s1} -> {03200.p1|03201.p0} {03200.s2} 
+tr {03200.t2} {03200.s2} -> {03200.s1} 
+tr {03201.t1} {03200.p1|03201.p0} {03201.s1} -> {03201.p1|03202.p0} {03201.s2} 
+tr {03201.t2} {03201.s2} -> {03201.s1} 
+tr {03202.t1} {03201.p1|03202.p0} {03202.s1} -> {03202.p1|03203.p0} {03202.s2} 
+tr {03202.t2} {03202.s2} -> {03202.s1} 
+tr {03203.t1} {03202.p1|03203.p0} {03203.s1} -> {03203.p1|03204.p0} {03203.s2} 
+tr {03203.t2} {03203.s2} -> {03203.s1} 
+tr {03204.t1} {03203.p1|03204.p0} {03204.s1} -> {03204.p1|03205.p0} {03204.s2} 
+tr {03204.t2} {03204.s2} -> {03204.s1} 
+tr {03205.t1} {03204.p1|03205.p0} {03205.s1} -> {03205.p1|03206.p0} {03205.s2} 
+tr {03205.t2} {03205.s2} -> {03205.s1} 
+tr {03206.t1} {03205.p1|03206.p0} {03206.s1} -> {03206.p1|03207.p0} {03206.s2} 
+tr {03206.t2} {03206.s2} -> {03206.s1} 
+tr {03207.t1} {03206.p1|03207.p0} {03207.s1} -> {03207.p1|03208.p0} {03207.s2} 
+tr {03207.t2} {03207.s2} -> {03207.s1} 
+tr {03208.t1} {03207.p1|03208.p0} {03208.s1} -> {03208.p1|03209.p0} {03208.s2} 
+tr {03208.t2} {03208.s2} -> {03208.s1} 
+tr {03209.t1} {03208.p1|03209.p0} {03209.s1} -> {03209.p1|03210.p0} {03209.s2} 
+tr {03209.t2} {03209.s2} -> {03209.s1} 
+tr {03210.t1} {03209.p1|03210.p0} {03210.s1} -> {03210.p1|03211.p0} {03210.s2} 
+tr {03210.t2} {03210.s2} -> {03210.s1} 
+tr {03211.t1} {03210.p1|03211.p0} {03211.s1} -> {03211.p1|03212.p0} {03211.s2} 
+tr {03211.t2} {03211.s2} -> {03211.s1} 
+tr {03212.t1} {03211.p1|03212.p0} {03212.s1} -> {03212.p1|03213.p0} {03212.s2} 
+tr {03212.t2} {03212.s2} -> {03212.s1} 
+tr {03213.t1} {03212.p1|03213.p0} {03213.s1} -> {03213.p1|03214.p0} {03213.s2} 
+tr {03213.t2} {03213.s2} -> {03213.s1} 
+tr {03214.t1} {03213.p1|03214.p0} {03214.s1} -> {03214.p1|03215.p0} {03214.s2} 
+tr {03214.t2} {03214.s2} -> {03214.s1} 
+tr {03215.t1} {03214.p1|03215.p0} {03215.s1} -> {03215.p1|03216.p0} {03215.s2} 
+tr {03215.t2} {03215.s2} -> {03215.s1} 
+tr {03216.t1} {03215.p1|03216.p0} {03216.s1} -> {03216.p1|03217.p0} {03216.s2} 
+tr {03216.t2} {03216.s2} -> {03216.s1} 
+tr {03217.t1} {03216.p1|03217.p0} {03217.s1} -> {03217.p1|03218.p0} {03217.s2} 
+tr {03217.t2} {03217.s2} -> {03217.s1} 
+tr {03218.t1} {03217.p1|03218.p0} {03218.s1} -> {03218.p1|03219.p0} {03218.s2} 
+tr {03218.t2} {03218.s2} -> {03218.s1} 
+tr {03219.t1} {03218.p1|03219.p0} {03219.s1} -> {03219.p1|03220.p0} {03219.s2} 
+tr {03219.t2} {03219.s2} -> {03219.s1} 
+tr {03220.t1} {03219.p1|03220.p0} {03220.s1} -> {03220.p1|03221.p0} {03220.s2} 
+tr {03220.t2} {03220.s2} -> {03220.s1} 
+tr {03221.t1} {03220.p1|03221.p0} {03221.s1} -> {03221.p1|03222.p0} {03221.s2} 
+tr {03221.t2} {03221.s2} -> {03221.s1} 
+tr {03222.t1} {03221.p1|03222.p0} {03222.s1} -> {03222.p1|03223.p0} {03222.s2} 
+tr {03222.t2} {03222.s2} -> {03222.s1} 
+tr {03223.t1} {03222.p1|03223.p0} {03223.s1} -> {03223.p1|03224.p0} {03223.s2} 
+tr {03223.t2} {03223.s2} -> {03223.s1} 
+tr {03224.t1} {03223.p1|03224.p0} {03224.s1} -> {03224.p1|03225.p0} {03224.s2} 
+tr {03224.t2} {03224.s2} -> {03224.s1} 
+tr {03225.t1} {03224.p1|03225.p0} {03225.s1} -> {03225.p1|03226.p0} {03225.s2} 
+tr {03225.t2} {03225.s2} -> {03225.s1} 
+tr {03226.t1} {03225.p1|03226.p0} {03226.s1} -> {03226.p1|03227.p0} {03226.s2} 
+tr {03226.t2} {03226.s2} -> {03226.s1} 
+tr {03227.t1} {03226.p1|03227.p0} {03227.s1} -> {03227.p1|03228.p0} {03227.s2} 
+tr {03227.t2} {03227.s2} -> {03227.s1} 
+tr {03228.t1} {03227.p1|03228.p0} {03228.s1} -> {03228.p1|03229.p0} {03228.s2} 
+tr {03228.t2} {03228.s2} -> {03228.s1} 
+tr {03229.t1} {03228.p1|03229.p0} {03229.s1} -> {03229.p1|03230.p0} {03229.s2} 
+tr {03229.t2} {03229.s2} -> {03229.s1} 
+tr {03230.t1} {03229.p1|03230.p0} {03230.s1} -> {03230.p1|03231.p0} {03230.s2} 
+tr {03230.t2} {03230.s2} -> {03230.s1} 
+tr {03231.t1} {03230.p1|03231.p0} {03231.s1} -> {03231.p1|03232.p0} {03231.s2} 
+tr {03231.t2} {03231.s2} -> {03231.s1} 
+tr {03232.t1} {03231.p1|03232.p0} {03232.s1} -> {03232.p1|03233.p0} {03232.s2} 
+tr {03232.t2} {03232.s2} -> {03232.s1} 
+tr {03233.t1} {03232.p1|03233.p0} {03233.s1} -> {03233.p1|03234.p0} {03233.s2} 
+tr {03233.t2} {03233.s2} -> {03233.s1} 
+tr {03234.t1} {03233.p1|03234.p0} {03234.s1} -> {03234.p1|03235.p0} {03234.s2} 
+tr {03234.t2} {03234.s2} -> {03234.s1} 
+tr {03235.t1} {03234.p1|03235.p0} {03235.s1} -> {03235.p1|03236.p0} {03235.s2} 
+tr {03235.t2} {03235.s2} -> {03235.s1} 
+tr {03236.t1} {03235.p1|03236.p0} {03236.s1} -> {03236.p1|03237.p0} {03236.s2} 
+tr {03236.t2} {03236.s2} -> {03236.s1} 
+tr {03237.t1} {03236.p1|03237.p0} {03237.s1} -> {03237.p1|03238.p0} {03237.s2} 
+tr {03237.t2} {03237.s2} -> {03237.s1} 
+tr {03238.t1} {03237.p1|03238.p0} {03238.s1} -> {03238.p1|03239.p0} {03238.s2} 
+tr {03238.t2} {03238.s2} -> {03238.s1} 
+tr {03239.t1} {03238.p1|03239.p0} {03239.s1} -> {03239.p1|03240.p0} {03239.s2} 
+tr {03239.t2} {03239.s2} -> {03239.s1} 
+tr {03240.t1} {03239.p1|03240.p0} {03240.s1} -> {03240.p1|03241.p0} {03240.s2} 
+tr {03240.t2} {03240.s2} -> {03240.s1} 
+tr {03241.t1} {03240.p1|03241.p0} {03241.s1} -> {03241.p1|03242.p0} {03241.s2} 
+tr {03241.t2} {03241.s2} -> {03241.s1} 
+tr {03242.t1} {03241.p1|03242.p0} {03242.s1} -> {03242.p1|03243.p0} {03242.s2} 
+tr {03242.t2} {03242.s2} -> {03242.s1} 
+tr {03243.t1} {03242.p1|03243.p0} {03243.s1} -> {03243.p1|03244.p0} {03243.s2} 
+tr {03243.t2} {03243.s2} -> {03243.s1} 
+tr {03244.t1} {03243.p1|03244.p0} {03244.s1} -> {03244.p1|03245.p0} {03244.s2} 
+tr {03244.t2} {03244.s2} -> {03244.s1} 
+tr {03245.t1} {03244.p1|03245.p0} {03245.s1} -> {03245.p1|03246.p0} {03245.s2} 
+tr {03245.t2} {03245.s2} -> {03245.s1} 
+tr {03246.t1} {03245.p1|03246.p0} {03246.s1} -> {03246.p1|03247.p0} {03246.s2} 
+tr {03246.t2} {03246.s2} -> {03246.s1} 
+tr {03247.t1} {03246.p1|03247.p0} {03247.s1} -> {03247.p1|03248.p0} {03247.s2} 
+tr {03247.t2} {03247.s2} -> {03247.s1} 
+tr {03248.t1} {03247.p1|03248.p0} {03248.s1} -> {03248.p1|03249.p0} {03248.s2} 
+tr {03248.t2} {03248.s2} -> {03248.s1} 
+tr {03249.t1} {03248.p1|03249.p0} {03249.s1} -> {03249.p1|03250.p0} {03249.s2} 
+tr {03249.t2} {03249.s2} -> {03249.s1} 
+tr {03250.t1} {03249.p1|03250.p0} {03250.s1} -> {03250.p1|03251.p0} {03250.s2} 
+tr {03250.t2} {03250.s2} -> {03250.s1} 
+tr {03251.t1} {03250.p1|03251.p0} {03251.s1} -> {03251.p1|03252.p0} {03251.s2} 
+tr {03251.t2} {03251.s2} -> {03251.s1} 
+tr {03252.t1} {03251.p1|03252.p0} {03252.s1} -> {03252.p1|03253.p0} {03252.s2} 
+tr {03252.t2} {03252.s2} -> {03252.s1} 
+tr {03253.t1} {03252.p1|03253.p0} {03253.s1} -> {03253.p1|03254.p0} {03253.s2} 
+tr {03253.t2} {03253.s2} -> {03253.s1} 
+tr {03254.t1} {03253.p1|03254.p0} {03254.s1} -> {03254.p1|03255.p0} {03254.s2} 
+tr {03254.t2} {03254.s2} -> {03254.s1} 
+tr {03255.t1} {03254.p1|03255.p0} {03255.s1} -> {03255.p1|03256.p0} {03255.s2} 
+tr {03255.t2} {03255.s2} -> {03255.s1} 
+tr {03256.t1} {03255.p1|03256.p0} {03256.s1} -> {03256.p1|03257.p0} {03256.s2} 
+tr {03256.t2} {03256.s2} -> {03256.s1} 
+tr {03257.t1} {03256.p1|03257.p0} {03257.s1} -> {03257.p1|03258.p0} {03257.s2} 
+tr {03257.t2} {03257.s2} -> {03257.s1} 
+tr {03258.t1} {03257.p1|03258.p0} {03258.s1} -> {03258.p1|03259.p0} {03258.s2} 
+tr {03258.t2} {03258.s2} -> {03258.s1} 
+tr {03259.t1} {03258.p1|03259.p0} {03259.s1} -> {03259.p1|03260.p0} {03259.s2} 
+tr {03259.t2} {03259.s2} -> {03259.s1} 
+tr {03260.t1} {03259.p1|03260.p0} {03260.s1} -> {03260.p1|03261.p0} {03260.s2} 
+tr {03260.t2} {03260.s2} -> {03260.s1} 
+tr {03261.t1} {03260.p1|03261.p0} {03261.s1} -> {03261.p1|03262.p0} {03261.s2} 
+tr {03261.t2} {03261.s2} -> {03261.s1} 
+tr {03262.t1} {03261.p1|03262.p0} {03262.s1} -> {03262.p1|03263.p0} {03262.s2} 
+tr {03262.t2} {03262.s2} -> {03262.s1} 
+tr {03263.t1} {03262.p1|03263.p0} {03263.s1} -> {03263.p1|03264.p0} {03263.s2} 
+tr {03263.t2} {03263.s2} -> {03263.s1} 
+tr {03264.t1} {03263.p1|03264.p0} {03264.s1} -> {03264.p1|03265.p0} {03264.s2} 
+tr {03264.t2} {03264.s2} -> {03264.s1} 
+tr {03265.t1} {03264.p1|03265.p0} {03265.s1} -> {03265.p1|03266.p0} {03265.s2} 
+tr {03265.t2} {03265.s2} -> {03265.s1} 
+tr {03266.t1} {03265.p1|03266.p0} {03266.s1} -> {03266.p1|03267.p0} {03266.s2} 
+tr {03266.t2} {03266.s2} -> {03266.s1} 
+tr {03267.t1} {03266.p1|03267.p0} {03267.s1} -> {03267.p1|03268.p0} {03267.s2} 
+tr {03267.t2} {03267.s2} -> {03267.s1} 
+tr {03268.t1} {03267.p1|03268.p0} {03268.s1} -> {03268.p1|03269.p0} {03268.s2} 
+tr {03268.t2} {03268.s2} -> {03268.s1} 
+tr {03269.t1} {03268.p1|03269.p0} {03269.s1} -> {03269.p1|03270.p0} {03269.s2} 
+tr {03269.t2} {03269.s2} -> {03269.s1} 
+tr {03270.t1} {03269.p1|03270.p0} {03270.s1} -> {03270.p1|03271.p0} {03270.s2} 
+tr {03270.t2} {03270.s2} -> {03270.s1} 
+tr {03271.t1} {03270.p1|03271.p0} {03271.s1} -> {03271.p1|03272.p0} {03271.s2} 
+tr {03271.t2} {03271.s2} -> {03271.s1} 
+tr {03272.t1} {03271.p1|03272.p0} {03272.s1} -> {03272.p1|03273.p0} {03272.s2} 
+tr {03272.t2} {03272.s2} -> {03272.s1} 
+tr {03273.t1} {03272.p1|03273.p0} {03273.s1} -> {03273.p1|03274.p0} {03273.s2} 
+tr {03273.t2} {03273.s2} -> {03273.s1} 
+tr {03274.t1} {03273.p1|03274.p0} {03274.s1} -> {03274.p1|03275.p0} {03274.s2} 
+tr {03274.t2} {03274.s2} -> {03274.s1} 
+tr {03275.t1} {03274.p1|03275.p0} {03275.s1} -> {03275.p1|03276.p0} {03275.s2} 
+tr {03275.t2} {03275.s2} -> {03275.s1} 
+tr {03276.t1} {03275.p1|03276.p0} {03276.s1} -> {03276.p1|03277.p0} {03276.s2} 
+tr {03276.t2} {03276.s2} -> {03276.s1} 
+tr {03277.t1} {03276.p1|03277.p0} {03277.s1} -> {03277.p1|03278.p0} {03277.s2} 
+tr {03277.t2} {03277.s2} -> {03277.s1} 
+tr {03278.t1} {03277.p1|03278.p0} {03278.s1} -> {03278.p1|03279.p0} {03278.s2} 
+tr {03278.t2} {03278.s2} -> {03278.s1} 
+tr {03279.t1} {03278.p1|03279.p0} {03279.s1} -> {03279.p1|03280.p0} {03279.s2} 
+tr {03279.t2} {03279.s2} -> {03279.s1} 
+tr {03280.t1} {03279.p1|03280.p0} {03280.s1} -> {03280.p1|03281.p0} {03280.s2} 
+tr {03280.t2} {03280.s2} -> {03280.s1} 
+tr {03281.t1} {03280.p1|03281.p0} {03281.s1} -> {03281.p1|03282.p0} {03281.s2} 
+tr {03281.t2} {03281.s2} -> {03281.s1} 
+tr {03282.t1} {03281.p1|03282.p0} {03282.s1} -> {03282.p1|03283.p0} {03282.s2} 
+tr {03282.t2} {03282.s2} -> {03282.s1} 
+tr {03283.t1} {03282.p1|03283.p0} {03283.s1} -> {03283.p1|03284.p0} {03283.s2} 
+tr {03283.t2} {03283.s2} -> {03283.s1} 
+tr {03284.t1} {03283.p1|03284.p0} {03284.s1} -> {03284.p1|03285.p0} {03284.s2} 
+tr {03284.t2} {03284.s2} -> {03284.s1} 
+tr {03285.t1} {03284.p1|03285.p0} {03285.s1} -> {03285.p1|03286.p0} {03285.s2} 
+tr {03285.t2} {03285.s2} -> {03285.s1} 
+tr {03286.t1} {03285.p1|03286.p0} {03286.s1} -> {03286.p1|03287.p0} {03286.s2} 
+tr {03286.t2} {03286.s2} -> {03286.s1} 
+tr {03287.t1} {03286.p1|03287.p0} {03287.s1} -> {03287.p1|03288.p0} {03287.s2} 
+tr {03287.t2} {03287.s2} -> {03287.s1} 
+tr {03288.t1} {03287.p1|03288.p0} {03288.s1} -> {03288.p1|03289.p0} {03288.s2} 
+tr {03288.t2} {03288.s2} -> {03288.s1} 
+tr {03289.t1} {03288.p1|03289.p0} {03289.s1} -> {03289.p1|03290.p0} {03289.s2} 
+tr {03289.t2} {03289.s2} -> {03289.s1} 
+tr {03290.t1} {03289.p1|03290.p0} {03290.s1} -> {03290.p1|03291.p0} {03290.s2} 
+tr {03290.t2} {03290.s2} -> {03290.s1} 
+tr {03291.t1} {03290.p1|03291.p0} {03291.s1} -> {03291.p1|03292.p0} {03291.s2} 
+tr {03291.t2} {03291.s2} -> {03291.s1} 
+tr {03292.t1} {03291.p1|03292.p0} {03292.s1} -> {03292.p1|03293.p0} {03292.s2} 
+tr {03292.t2} {03292.s2} -> {03292.s1} 
+tr {03293.t1} {03292.p1|03293.p0} {03293.s1} -> {03293.p1|03294.p0} {03293.s2} 
+tr {03293.t2} {03293.s2} -> {03293.s1} 
+tr {03294.t1} {03293.p1|03294.p0} {03294.s1} -> {03294.p1|03295.p0} {03294.s2} 
+tr {03294.t2} {03294.s2} -> {03294.s1} 
+tr {03295.t1} {03294.p1|03295.p0} {03295.s1} -> {03295.p1|03296.p0} {03295.s2} 
+tr {03295.t2} {03295.s2} -> {03295.s1} 
+tr {03296.t1} {03295.p1|03296.p0} {03296.s1} -> {03296.p1|03297.p0} {03296.s2} 
+tr {03296.t2} {03296.s2} -> {03296.s1} 
+tr {03297.t1} {03296.p1|03297.p0} {03297.s1} -> {03297.p1|03298.p0} {03297.s2} 
+tr {03297.t2} {03297.s2} -> {03297.s1} 
+tr {03298.t1} {03297.p1|03298.p0} {03298.s1} -> {03298.p1|03299.p0} {03298.s2} 
+tr {03298.t2} {03298.s2} -> {03298.s1} 
+tr {03299.t1} {03298.p1|03299.p0} {03299.s1} -> {03299.p1|03300.p0} {03299.s2} 
+tr {03299.t2} {03299.s2} -> {03299.s1} 
+tr {03300.t1} {03299.p1|03300.p0} {03300.s1} -> {03300.p1|03301.p0} {03300.s2} 
+tr {03300.t2} {03300.s2} -> {03300.s1} 
+tr {03301.t1} {03300.p1|03301.p0} {03301.s1} -> {03301.p1|03302.p0} {03301.s2} 
+tr {03301.t2} {03301.s2} -> {03301.s1} 
+tr {03302.t1} {03301.p1|03302.p0} {03302.s1} -> {03302.p1|03303.p0} {03302.s2} 
+tr {03302.t2} {03302.s2} -> {03302.s1} 
+tr {03303.t1} {03302.p1|03303.p0} {03303.s1} -> {03303.p1|03304.p0} {03303.s2} 
+tr {03303.t2} {03303.s2} -> {03303.s1} 
+tr {03304.t1} {03303.p1|03304.p0} {03304.s1} -> {03304.p1|03305.p0} {03304.s2} 
+tr {03304.t2} {03304.s2} -> {03304.s1} 
+tr {03305.t1} {03304.p1|03305.p0} {03305.s1} -> {03305.p1|03306.p0} {03305.s2} 
+tr {03305.t2} {03305.s2} -> {03305.s1} 
+tr {03306.t1} {03305.p1|03306.p0} {03306.s1} -> {03306.p1|03307.p0} {03306.s2} 
+tr {03306.t2} {03306.s2} -> {03306.s1} 
+tr {03307.t1} {03306.p1|03307.p0} {03307.s1} -> {03307.p1|03308.p0} {03307.s2} 
+tr {03307.t2} {03307.s2} -> {03307.s1} 
+tr {03308.t1} {03307.p1|03308.p0} {03308.s1} -> {03308.p1|03309.p0} {03308.s2} 
+tr {03308.t2} {03308.s2} -> {03308.s1} 
+tr {03309.t1} {03308.p1|03309.p0} {03309.s1} -> {03309.p1|03310.p0} {03309.s2} 
+tr {03309.t2} {03309.s2} -> {03309.s1} 
+tr {03310.t1} {03309.p1|03310.p0} {03310.s1} -> {03310.p1|03311.p0} {03310.s2} 
+tr {03310.t2} {03310.s2} -> {03310.s1} 
+tr {03311.t1} {03310.p1|03311.p0} {03311.s1} -> {03311.p1|03312.p0} {03311.s2} 
+tr {03311.t2} {03311.s2} -> {03311.s1} 
+tr {03312.t1} {03311.p1|03312.p0} {03312.s1} -> {03312.p1|03313.p0} {03312.s2} 
+tr {03312.t2} {03312.s2} -> {03312.s1} 
+tr {03313.t1} {03312.p1|03313.p0} {03313.s1} -> {03313.p1|03314.p0} {03313.s2} 
+tr {03313.t2} {03313.s2} -> {03313.s1} 
+tr {03314.t1} {03313.p1|03314.p0} {03314.s1} -> {03314.p1|03315.p0} {03314.s2} 
+tr {03314.t2} {03314.s2} -> {03314.s1} 
+tr {03315.t1} {03314.p1|03315.p0} {03315.s1} -> {03315.p1|03316.p0} {03315.s2} 
+tr {03315.t2} {03315.s2} -> {03315.s1} 
+tr {03316.t1} {03315.p1|03316.p0} {03316.s1} -> {03316.p1|03317.p0} {03316.s2} 
+tr {03316.t2} {03316.s2} -> {03316.s1} 
+tr {03317.t1} {03316.p1|03317.p0} {03317.s1} -> {03317.p1|03318.p0} {03317.s2} 
+tr {03317.t2} {03317.s2} -> {03317.s1} 
+tr {03318.t1} {03317.p1|03318.p0} {03318.s1} -> {03318.p1|03319.p0} {03318.s2} 
+tr {03318.t2} {03318.s2} -> {03318.s1} 
+tr {03319.t1} {03318.p1|03319.p0} {03319.s1} -> {03319.p1|03320.p0} {03319.s2} 
+tr {03319.t2} {03319.s2} -> {03319.s1} 
+tr {03320.t1} {03319.p1|03320.p0} {03320.s1} -> {03320.p1|03321.p0} {03320.s2} 
+tr {03320.t2} {03320.s2} -> {03320.s1} 
+tr {03321.t1} {03320.p1|03321.p0} {03321.s1} -> {03321.p1|03322.p0} {03321.s2} 
+tr {03321.t2} {03321.s2} -> {03321.s1} 
+tr {03322.t1} {03321.p1|03322.p0} {03322.s1} -> {03322.p1|03323.p0} {03322.s2} 
+tr {03322.t2} {03322.s2} -> {03322.s1} 
+tr {03323.t1} {03322.p1|03323.p0} {03323.s1} -> {03323.p1|03324.p0} {03323.s2} 
+tr {03323.t2} {03323.s2} -> {03323.s1} 
+tr {03324.t1} {03323.p1|03324.p0} {03324.s1} -> {03324.p1|03325.p0} {03324.s2} 
+tr {03324.t2} {03324.s2} -> {03324.s1} 
+tr {03325.t1} {03324.p1|03325.p0} {03325.s1} -> {03325.p1|03326.p0} {03325.s2} 
+tr {03325.t2} {03325.s2} -> {03325.s1} 
+tr {03326.t1} {03325.p1|03326.p0} {03326.s1} -> {03326.p1|03327.p0} {03326.s2} 
+tr {03326.t2} {03326.s2} -> {03326.s1} 
+tr {03327.t1} {03326.p1|03327.p0} {03327.s1} -> {03327.p1|03328.p0} {03327.s2} 
+tr {03327.t2} {03327.s2} -> {03327.s1} 
+tr {03328.t1} {03327.p1|03328.p0} {03328.s1} -> {03328.p1|03329.p0} {03328.s2} 
+tr {03328.t2} {03328.s2} -> {03328.s1} 
+tr {03329.t1} {03328.p1|03329.p0} {03329.s1} -> {03329.p1|03330.p0} {03329.s2} 
+tr {03329.t2} {03329.s2} -> {03329.s1} 
+tr {03330.t1} {03329.p1|03330.p0} {03330.s1} -> {03330.p1|03331.p0} {03330.s2} 
+tr {03330.t2} {03330.s2} -> {03330.s1} 
+tr {03331.t1} {03330.p1|03331.p0} {03331.s1} -> {03331.p1|03332.p0} {03331.s2} 
+tr {03331.t2} {03331.s2} -> {03331.s1} 
+tr {03332.t1} {03331.p1|03332.p0} {03332.s1} -> {03332.p1|03333.p0} {03332.s2} 
+tr {03332.t2} {03332.s2} -> {03332.s1} 
+tr {03333.t1} {03332.p1|03333.p0} {03333.s1} -> {03333.p1|03334.p0} {03333.s2} 
+tr {03333.t2} {03333.s2} -> {03333.s1} 
+tr {03334.t1} {03333.p1|03334.p0} {03334.s1} -> {03334.p1|03335.p0} {03334.s2} 
+tr {03334.t2} {03334.s2} -> {03334.s1} 
+tr {03335.t1} {03334.p1|03335.p0} {03335.s1} -> {03335.p1|03336.p0} {03335.s2} 
+tr {03335.t2} {03335.s2} -> {03335.s1} 
+tr {03336.t1} {03335.p1|03336.p0} {03336.s1} -> {03336.p1|03337.p0} {03336.s2} 
+tr {03336.t2} {03336.s2} -> {03336.s1} 
+tr {03337.t1} {03336.p1|03337.p0} {03337.s1} -> {03337.p1|03338.p0} {03337.s2} 
+tr {03337.t2} {03337.s2} -> {03337.s1} 
+tr {03338.t1} {03337.p1|03338.p0} {03338.s1} -> {03338.p1|03339.p0} {03338.s2} 
+tr {03338.t2} {03338.s2} -> {03338.s1} 
+tr {03339.t1} {03338.p1|03339.p0} {03339.s1} -> {03339.p1|03340.p0} {03339.s2} 
+tr {03339.t2} {03339.s2} -> {03339.s1} 
+tr {03340.t1} {03339.p1|03340.p0} {03340.s1} -> {03340.p1|03341.p0} {03340.s2} 
+tr {03340.t2} {03340.s2} -> {03340.s1} 
+tr {03341.t1} {03340.p1|03341.p0} {03341.s1} -> {03341.p1|03342.p0} {03341.s2} 
+tr {03341.t2} {03341.s2} -> {03341.s1} 
+tr {03342.t1} {03341.p1|03342.p0} {03342.s1} -> {03342.p1|03343.p0} {03342.s2} 
+tr {03342.t2} {03342.s2} -> {03342.s1} 
+tr {03343.t1} {03342.p1|03343.p0} {03343.s1} -> {03343.p1|03344.p0} {03343.s2} 
+tr {03343.t2} {03343.s2} -> {03343.s1} 
+tr {03344.t1} {03343.p1|03344.p0} {03344.s1} -> {03344.p1|03345.p0} {03344.s2} 
+tr {03344.t2} {03344.s2} -> {03344.s1} 
+tr {03345.t1} {03344.p1|03345.p0} {03345.s1} -> {03345.p1|03346.p0} {03345.s2} 
+tr {03345.t2} {03345.s2} -> {03345.s1} 
+tr {03346.t1} {03345.p1|03346.p0} {03346.s1} -> {03346.p1|03347.p0} {03346.s2} 
+tr {03346.t2} {03346.s2} -> {03346.s1} 
+tr {03347.t1} {03346.p1|03347.p0} {03347.s1} -> {03347.p1|03348.p0} {03347.s2} 
+tr {03347.t2} {03347.s2} -> {03347.s1} 
+tr {03348.t1} {03347.p1|03348.p0} {03348.s1} -> {03348.p1|03349.p0} {03348.s2} 
+tr {03348.t2} {03348.s2} -> {03348.s1} 
+tr {03349.t1} {03348.p1|03349.p0} {03349.s1} -> {03349.p1|03350.p0} {03349.s2} 
+tr {03349.t2} {03349.s2} -> {03349.s1} 
+tr {03350.t1} {03349.p1|03350.p0} {03350.s1} -> {03350.p1|03351.p0} {03350.s2} 
+tr {03350.t2} {03350.s2} -> {03350.s1} 
+tr {03351.t1} {03350.p1|03351.p0} {03351.s1} -> {03351.p1|03352.p0} {03351.s2} 
+tr {03351.t2} {03351.s2} -> {03351.s1} 
+tr {03352.t1} {03351.p1|03352.p0} {03352.s1} -> {03352.p1|03353.p0} {03352.s2} 
+tr {03352.t2} {03352.s2} -> {03352.s1} 
+tr {03353.t1} {03352.p1|03353.p0} {03353.s1} -> {03353.p1|03354.p0} {03353.s2} 
+tr {03353.t2} {03353.s2} -> {03353.s1} 
+tr {03354.t1} {03353.p1|03354.p0} {03354.s1} -> {03354.p1|03355.p0} {03354.s2} 
+tr {03354.t2} {03354.s2} -> {03354.s1} 
+tr {03355.t1} {03354.p1|03355.p0} {03355.s1} -> {03355.p1|03356.p0} {03355.s2} 
+tr {03355.t2} {03355.s2} -> {03355.s1} 
+tr {03356.t1} {03355.p1|03356.p0} {03356.s1} -> {03356.p1|03357.p0} {03356.s2} 
+tr {03356.t2} {03356.s2} -> {03356.s1} 
+tr {03357.t1} {03356.p1|03357.p0} {03357.s1} -> {03357.p1|03358.p0} {03357.s2} 
+tr {03357.t2} {03357.s2} -> {03357.s1} 
+tr {03358.t1} {03357.p1|03358.p0} {03358.s1} -> {03358.p1|03359.p0} {03358.s2} 
+tr {03358.t2} {03358.s2} -> {03358.s1} 
+tr {03359.t1} {03358.p1|03359.p0} {03359.s1} -> {03359.p1|03360.p0} {03359.s2} 
+tr {03359.t2} {03359.s2} -> {03359.s1} 
+tr {03360.t1} {03359.p1|03360.p0} {03360.s1} -> {03360.p1|03361.p0} {03360.s2} 
+tr {03360.t2} {03360.s2} -> {03360.s1} 
+tr {03361.t1} {03360.p1|03361.p0} {03361.s1} -> {03361.p1|03362.p0} {03361.s2} 
+tr {03361.t2} {03361.s2} -> {03361.s1} 
+tr {03362.t1} {03361.p1|03362.p0} {03362.s1} -> {03362.p1|03363.p0} {03362.s2} 
+tr {03362.t2} {03362.s2} -> {03362.s1} 
+tr {03363.t1} {03362.p1|03363.p0} {03363.s1} -> {03363.p1|03364.p0} {03363.s2} 
+tr {03363.t2} {03363.s2} -> {03363.s1} 
+tr {03364.t1} {03363.p1|03364.p0} {03364.s1} -> {03364.p1|03365.p0} {03364.s2} 
+tr {03364.t2} {03364.s2} -> {03364.s1} 
+tr {03365.t1} {03364.p1|03365.p0} {03365.s1} -> {03365.p1|03366.p0} {03365.s2} 
+tr {03365.t2} {03365.s2} -> {03365.s1} 
+tr {03366.t1} {03365.p1|03366.p0} {03366.s1} -> {03366.p1|03367.p0} {03366.s2} 
+tr {03366.t2} {03366.s2} -> {03366.s1} 
+tr {03367.t1} {03366.p1|03367.p0} {03367.s1} -> {03367.p1|03368.p0} {03367.s2} 
+tr {03367.t2} {03367.s2} -> {03367.s1} 
+tr {03368.t1} {03367.p1|03368.p0} {03368.s1} -> {03368.p1|03369.p0} {03368.s2} 
+tr {03368.t2} {03368.s2} -> {03368.s1} 
+tr {03369.t1} {03368.p1|03369.p0} {03369.s1} -> {03369.p1|03370.p0} {03369.s2} 
+tr {03369.t2} {03369.s2} -> {03369.s1} 
+tr {03370.t1} {03369.p1|03370.p0} {03370.s1} -> {03370.p1|03371.p0} {03370.s2} 
+tr {03370.t2} {03370.s2} -> {03370.s1} 
+tr {03371.t1} {03370.p1|03371.p0} {03371.s1} -> {03371.p1|03372.p0} {03371.s2} 
+tr {03371.t2} {03371.s2} -> {03371.s1} 
+tr {03372.t1} {03371.p1|03372.p0} {03372.s1} -> {03372.p1|03373.p0} {03372.s2} 
+tr {03372.t2} {03372.s2} -> {03372.s1} 
+tr {03373.t1} {03372.p1|03373.p0} {03373.s1} -> {03373.p1|03374.p0} {03373.s2} 
+tr {03373.t2} {03373.s2} -> {03373.s1} 
+tr {03374.t1} {03373.p1|03374.p0} {03374.s1} -> {03374.p1|03375.p0} {03374.s2} 
+tr {03374.t2} {03374.s2} -> {03374.s1} 
+tr {03375.t1} {03374.p1|03375.p0} {03375.s1} -> {03375.p1|03376.p0} {03375.s2} 
+tr {03375.t2} {03375.s2} -> {03375.s1} 
+tr {03376.t1} {03375.p1|03376.p0} {03376.s1} -> {03376.p1|03377.p0} {03376.s2} 
+tr {03376.t2} {03376.s2} -> {03376.s1} 
+tr {03377.t1} {03376.p1|03377.p0} {03377.s1} -> {03377.p1|03378.p0} {03377.s2} 
+tr {03377.t2} {03377.s2} -> {03377.s1} 
+tr {03378.t1} {03377.p1|03378.p0} {03378.s1} -> {03378.p1|03379.p0} {03378.s2} 
+tr {03378.t2} {03378.s2} -> {03378.s1} 
+tr {03379.t1} {03378.p1|03379.p0} {03379.s1} -> {03379.p1|03380.p0} {03379.s2} 
+tr {03379.t2} {03379.s2} -> {03379.s1} 
+tr {03380.t1} {03379.p1|03380.p0} {03380.s1} -> {03380.p1|03381.p0} {03380.s2} 
+tr {03380.t2} {03380.s2} -> {03380.s1} 
+tr {03381.t1} {03380.p1|03381.p0} {03381.s1} -> {03381.p1|03382.p0} {03381.s2} 
+tr {03381.t2} {03381.s2} -> {03381.s1} 
+tr {03382.t1} {03381.p1|03382.p0} {03382.s1} -> {03382.p1|03383.p0} {03382.s2} 
+tr {03382.t2} {03382.s2} -> {03382.s1} 
+tr {03383.t1} {03382.p1|03383.p0} {03383.s1} -> {03383.p1|03384.p0} {03383.s2} 
+tr {03383.t2} {03383.s2} -> {03383.s1} 
+tr {03384.t1} {03383.p1|03384.p0} {03384.s1} -> {03384.p1|03385.p0} {03384.s2} 
+tr {03384.t2} {03384.s2} -> {03384.s1} 
+tr {03385.t1} {03384.p1|03385.p0} {03385.s1} -> {03385.p1|03386.p0} {03385.s2} 
+tr {03385.t2} {03385.s2} -> {03385.s1} 
+tr {03386.t1} {03385.p1|03386.p0} {03386.s1} -> {03386.p1|03387.p0} {03386.s2} 
+tr {03386.t2} {03386.s2} -> {03386.s1} 
+tr {03387.t1} {03386.p1|03387.p0} {03387.s1} -> {03387.p1|03388.p0} {03387.s2} 
+tr {03387.t2} {03387.s2} -> {03387.s1} 
+tr {03388.t1} {03387.p1|03388.p0} {03388.s1} -> {03388.p1|03389.p0} {03388.s2} 
+tr {03388.t2} {03388.s2} -> {03388.s1} 
+tr {03389.t1} {03388.p1|03389.p0} {03389.s1} -> {03389.p1|03390.p0} {03389.s2} 
+tr {03389.t2} {03389.s2} -> {03389.s1} 
+tr {03390.t1} {03389.p1|03390.p0} {03390.s1} -> {03390.p1|03391.p0} {03390.s2} 
+tr {03390.t2} {03390.s2} -> {03390.s1} 
+tr {03391.t1} {03390.p1|03391.p0} {03391.s1} -> {03391.p1|03392.p0} {03391.s2} 
+tr {03391.t2} {03391.s2} -> {03391.s1} 
+tr {03392.t1} {03391.p1|03392.p0} {03392.s1} -> {03392.p1|03393.p0} {03392.s2} 
+tr {03392.t2} {03392.s2} -> {03392.s1} 
+tr {03393.t1} {03392.p1|03393.p0} {03393.s1} -> {03393.p1|03394.p0} {03393.s2} 
+tr {03393.t2} {03393.s2} -> {03393.s1} 
+tr {03394.t1} {03393.p1|03394.p0} {03394.s1} -> {03394.p1|03395.p0} {03394.s2} 
+tr {03394.t2} {03394.s2} -> {03394.s1} 
+tr {03395.t1} {03394.p1|03395.p0} {03395.s1} -> {03395.p1|03396.p0} {03395.s2} 
+tr {03395.t2} {03395.s2} -> {03395.s1} 
+tr {03396.t1} {03395.p1|03396.p0} {03396.s1} -> {03396.p1|03397.p0} {03396.s2} 
+tr {03396.t2} {03396.s2} -> {03396.s1} 
+tr {03397.t1} {03396.p1|03397.p0} {03397.s1} -> {03397.p1|03398.p0} {03397.s2} 
+tr {03397.t2} {03397.s2} -> {03397.s1} 
+tr {03398.t1} {03397.p1|03398.p0} {03398.s1} -> {03398.p1|03399.p0} {03398.s2} 
+tr {03398.t2} {03398.s2} -> {03398.s1} 
+tr {03399.t1} {03398.p1|03399.p0} {03399.s1} -> {03399.p1|03400.p0} {03399.s2} 
+tr {03399.t2} {03399.s2} -> {03399.s1} 
+tr {03400.t1} {03399.p1|03400.p0} {03400.s1} -> {03400.p1|03401.p0} {03400.s2} 
+tr {03400.t2} {03400.s2} -> {03400.s1} 
+tr {03401.t1} {03400.p1|03401.p0} {03401.s1} -> {03401.p1|03402.p0} {03401.s2} 
+tr {03401.t2} {03401.s2} -> {03401.s1} 
+tr {03402.t1} {03401.p1|03402.p0} {03402.s1} -> {03402.p1|03403.p0} {03402.s2} 
+tr {03402.t2} {03402.s2} -> {03402.s1} 
+tr {03403.t1} {03402.p1|03403.p0} {03403.s1} -> {03403.p1|03404.p0} {03403.s2} 
+tr {03403.t2} {03403.s2} -> {03403.s1} 
+tr {03404.t1} {03403.p1|03404.p0} {03404.s1} -> {03404.p1|03405.p0} {03404.s2} 
+tr {03404.t2} {03404.s2} -> {03404.s1} 
+tr {03405.t1} {03404.p1|03405.p0} {03405.s1} -> {03405.p1|03406.p0} {03405.s2} 
+tr {03405.t2} {03405.s2} -> {03405.s1} 
+tr {03406.t1} {03405.p1|03406.p0} {03406.s1} -> {03406.p1|03407.p0} {03406.s2} 
+tr {03406.t2} {03406.s2} -> {03406.s1} 
+tr {03407.t1} {03406.p1|03407.p0} {03407.s1} -> {03407.p1|03408.p0} {03407.s2} 
+tr {03407.t2} {03407.s2} -> {03407.s1} 
+tr {03408.t1} {03407.p1|03408.p0} {03408.s1} -> {03408.p1|03409.p0} {03408.s2} 
+tr {03408.t2} {03408.s2} -> {03408.s1} 
+tr {03409.t1} {03408.p1|03409.p0} {03409.s1} -> {03409.p1|03410.p0} {03409.s2} 
+tr {03409.t2} {03409.s2} -> {03409.s1} 
+tr {03410.t1} {03409.p1|03410.p0} {03410.s1} -> {03410.p1|03411.p0} {03410.s2} 
+tr {03410.t2} {03410.s2} -> {03410.s1} 
+tr {03411.t1} {03410.p1|03411.p0} {03411.s1} -> {03411.p1|03412.p0} {03411.s2} 
+tr {03411.t2} {03411.s2} -> {03411.s1} 
+tr {03412.t1} {03411.p1|03412.p0} {03412.s1} -> {03412.p1|03413.p0} {03412.s2} 
+tr {03412.t2} {03412.s2} -> {03412.s1} 
+tr {03413.t1} {03412.p1|03413.p0} {03413.s1} -> {03413.p1|03414.p0} {03413.s2} 
+tr {03413.t2} {03413.s2} -> {03413.s1} 
+tr {03414.t1} {03413.p1|03414.p0} {03414.s1} -> {03414.p1|03415.p0} {03414.s2} 
+tr {03414.t2} {03414.s2} -> {03414.s1} 
+tr {03415.t1} {03414.p1|03415.p0} {03415.s1} -> {03415.p1|03416.p0} {03415.s2} 
+tr {03415.t2} {03415.s2} -> {03415.s1} 
+tr {03416.t1} {03415.p1|03416.p0} {03416.s1} -> {03416.p1|03417.p0} {03416.s2} 
+tr {03416.t2} {03416.s2} -> {03416.s1} 
+tr {03417.t1} {03416.p1|03417.p0} {03417.s1} -> {03417.p1|03418.p0} {03417.s2} 
+tr {03417.t2} {03417.s2} -> {03417.s1} 
+tr {03418.t1} {03417.p1|03418.p0} {03418.s1} -> {03418.p1|03419.p0} {03418.s2} 
+tr {03418.t2} {03418.s2} -> {03418.s1} 
+tr {03419.t1} {03418.p1|03419.p0} {03419.s1} -> {03419.p1|03420.p0} {03419.s2} 
+tr {03419.t2} {03419.s2} -> {03419.s1} 
+tr {03420.t1} {03419.p1|03420.p0} {03420.s1} -> {03420.p1|03421.p0} {03420.s2} 
+tr {03420.t2} {03420.s2} -> {03420.s1} 
+tr {03421.t1} {03420.p1|03421.p0} {03421.s1} -> {03421.p1|03422.p0} {03421.s2} 
+tr {03421.t2} {03421.s2} -> {03421.s1} 
+tr {03422.t1} {03421.p1|03422.p0} {03422.s1} -> {03422.p1|03423.p0} {03422.s2} 
+tr {03422.t2} {03422.s2} -> {03422.s1} 
+tr {03423.t1} {03422.p1|03423.p0} {03423.s1} -> {03423.p1|03424.p0} {03423.s2} 
+tr {03423.t2} {03423.s2} -> {03423.s1} 
+tr {03424.t1} {03423.p1|03424.p0} {03424.s1} -> {03424.p1|03425.p0} {03424.s2} 
+tr {03424.t2} {03424.s2} -> {03424.s1} 
+tr {03425.t1} {03424.p1|03425.p0} {03425.s1} -> {03425.p1|03426.p0} {03425.s2} 
+tr {03425.t2} {03425.s2} -> {03425.s1} 
+tr {03426.t1} {03425.p1|03426.p0} {03426.s1} -> {03426.p1|03427.p0} {03426.s2} 
+tr {03426.t2} {03426.s2} -> {03426.s1} 
+tr {03427.t1} {03426.p1|03427.p0} {03427.s1} -> {03427.p1|03428.p0} {03427.s2} 
+tr {03427.t2} {03427.s2} -> {03427.s1} 
+tr {03428.t1} {03427.p1|03428.p0} {03428.s1} -> {03428.p1|03429.p0} {03428.s2} 
+tr {03428.t2} {03428.s2} -> {03428.s1} 
+tr {03429.t1} {03428.p1|03429.p0} {03429.s1} -> {03429.p1|03430.p0} {03429.s2} 
+tr {03429.t2} {03429.s2} -> {03429.s1} 
+tr {03430.t1} {03429.p1|03430.p0} {03430.s1} -> {03430.p1|03431.p0} {03430.s2} 
+tr {03430.t2} {03430.s2} -> {03430.s1} 
+tr {03431.t1} {03430.p1|03431.p0} {03431.s1} -> {03431.p1|03432.p0} {03431.s2} 
+tr {03431.t2} {03431.s2} -> {03431.s1} 
+tr {03432.t1} {03431.p1|03432.p0} {03432.s1} -> {03432.p1|03433.p0} {03432.s2} 
+tr {03432.t2} {03432.s2} -> {03432.s1} 
+tr {03433.t1} {03432.p1|03433.p0} {03433.s1} -> {03433.p1|03434.p0} {03433.s2} 
+tr {03433.t2} {03433.s2} -> {03433.s1} 
+tr {03434.t1} {03433.p1|03434.p0} {03434.s1} -> {03434.p1|03435.p0} {03434.s2} 
+tr {03434.t2} {03434.s2} -> {03434.s1} 
+tr {03435.t1} {03434.p1|03435.p0} {03435.s1} -> {03435.p1|03436.p0} {03435.s2} 
+tr {03435.t2} {03435.s2} -> {03435.s1} 
+tr {03436.t1} {03435.p1|03436.p0} {03436.s1} -> {03436.p1|03437.p0} {03436.s2} 
+tr {03436.t2} {03436.s2} -> {03436.s1} 
+tr {03437.t1} {03436.p1|03437.p0} {03437.s1} -> {03437.p1|03438.p0} {03437.s2} 
+tr {03437.t2} {03437.s2} -> {03437.s1} 
+tr {03438.t1} {03437.p1|03438.p0} {03438.s1} -> {03438.p1|03439.p0} {03438.s2} 
+tr {03438.t2} {03438.s2} -> {03438.s1} 
+tr {03439.t1} {03438.p1|03439.p0} {03439.s1} -> {03439.p1|03440.p0} {03439.s2} 
+tr {03439.t2} {03439.s2} -> {03439.s1} 
+tr {03440.t1} {03439.p1|03440.p0} {03440.s1} -> {03440.p1|03441.p0} {03440.s2} 
+tr {03440.t2} {03440.s2} -> {03440.s1} 
+tr {03441.t1} {03440.p1|03441.p0} {03441.s1} -> {03441.p1|03442.p0} {03441.s2} 
+tr {03441.t2} {03441.s2} -> {03441.s1} 
+tr {03442.t1} {03441.p1|03442.p0} {03442.s1} -> {03442.p1|03443.p0} {03442.s2} 
+tr {03442.t2} {03442.s2} -> {03442.s1} 
+tr {03443.t1} {03442.p1|03443.p0} {03443.s1} -> {03443.p1|03444.p0} {03443.s2} 
+tr {03443.t2} {03443.s2} -> {03443.s1} 
+tr {03444.t1} {03443.p1|03444.p0} {03444.s1} -> {03444.p1|03445.p0} {03444.s2} 
+tr {03444.t2} {03444.s2} -> {03444.s1} 
+tr {03445.t1} {03444.p1|03445.p0} {03445.s1} -> {03445.p1|03446.p0} {03445.s2} 
+tr {03445.t2} {03445.s2} -> {03445.s1} 
+tr {03446.t1} {03445.p1|03446.p0} {03446.s1} -> {03446.p1|03447.p0} {03446.s2} 
+tr {03446.t2} {03446.s2} -> {03446.s1} 
+tr {03447.t1} {03446.p1|03447.p0} {03447.s1} -> {03447.p1|03448.p0} {03447.s2} 
+tr {03447.t2} {03447.s2} -> {03447.s1} 
+tr {03448.t1} {03447.p1|03448.p0} {03448.s1} -> {03448.p1|03449.p0} {03448.s2} 
+tr {03448.t2} {03448.s2} -> {03448.s1} 
+tr {03449.t1} {03448.p1|03449.p0} {03449.s1} -> {03449.p1|03450.p0} {03449.s2} 
+tr {03449.t2} {03449.s2} -> {03449.s1} 
+tr {03450.t1} {03449.p1|03450.p0} {03450.s1} -> {03450.p1|03451.p0} {03450.s2} 
+tr {03450.t2} {03450.s2} -> {03450.s1} 
+tr {03451.t1} {03450.p1|03451.p0} {03451.s1} -> {03451.p1|03452.p0} {03451.s2} 
+tr {03451.t2} {03451.s2} -> {03451.s1} 
+tr {03452.t1} {03451.p1|03452.p0} {03452.s1} -> {03452.p1|03453.p0} {03452.s2} 
+tr {03452.t2} {03452.s2} -> {03452.s1} 
+tr {03453.t1} {03452.p1|03453.p0} {03453.s1} -> {03453.p1|03454.p0} {03453.s2} 
+tr {03453.t2} {03453.s2} -> {03453.s1} 
+tr {03454.t1} {03453.p1|03454.p0} {03454.s1} -> {03454.p1|03455.p0} {03454.s2} 
+tr {03454.t2} {03454.s2} -> {03454.s1} 
+tr {03455.t1} {03454.p1|03455.p0} {03455.s1} -> {03455.p1|03456.p0} {03455.s2} 
+tr {03455.t2} {03455.s2} -> {03455.s1} 
+tr {03456.t1} {03455.p1|03456.p0} {03456.s1} -> {03456.p1|03457.p0} {03456.s2} 
+tr {03456.t2} {03456.s2} -> {03456.s1} 
+tr {03457.t1} {03456.p1|03457.p0} {03457.s1} -> {03457.p1|03458.p0} {03457.s2} 
+tr {03457.t2} {03457.s2} -> {03457.s1} 
+tr {03458.t1} {03457.p1|03458.p0} {03458.s1} -> {03458.p1|03459.p0} {03458.s2} 
+tr {03458.t2} {03458.s2} -> {03458.s1} 
+tr {03459.t1} {03458.p1|03459.p0} {03459.s1} -> {03459.p1|03460.p0} {03459.s2} 
+tr {03459.t2} {03459.s2} -> {03459.s1} 
+tr {03460.t1} {03459.p1|03460.p0} {03460.s1} -> {03460.p1|03461.p0} {03460.s2} 
+tr {03460.t2} {03460.s2} -> {03460.s1} 
+tr {03461.t1} {03460.p1|03461.p0} {03461.s1} -> {03461.p1|03462.p0} {03461.s2} 
+tr {03461.t2} {03461.s2} -> {03461.s1} 
+tr {03462.t1} {03461.p1|03462.p0} {03462.s1} -> {03462.p1|03463.p0} {03462.s2} 
+tr {03462.t2} {03462.s2} -> {03462.s1} 
+tr {03463.t1} {03462.p1|03463.p0} {03463.s1} -> {03463.p1|03464.p0} {03463.s2} 
+tr {03463.t2} {03463.s2} -> {03463.s1} 
+tr {03464.t1} {03463.p1|03464.p0} {03464.s1} -> {03464.p1|03465.p0} {03464.s2} 
+tr {03464.t2} {03464.s2} -> {03464.s1} 
+tr {03465.t1} {03464.p1|03465.p0} {03465.s1} -> {03465.p1|03466.p0} {03465.s2} 
+tr {03465.t2} {03465.s2} -> {03465.s1} 
+tr {03466.t1} {03465.p1|03466.p0} {03466.s1} -> {03466.p1|03467.p0} {03466.s2} 
+tr {03466.t2} {03466.s2} -> {03466.s1} 
+tr {03467.t1} {03466.p1|03467.p0} {03467.s1} -> {03467.p1|03468.p0} {03467.s2} 
+tr {03467.t2} {03467.s2} -> {03467.s1} 
+tr {03468.t1} {03467.p1|03468.p0} {03468.s1} -> {03468.p1|03469.p0} {03468.s2} 
+tr {03468.t2} {03468.s2} -> {03468.s1} 
+tr {03469.t1} {03468.p1|03469.p0} {03469.s1} -> {03469.p1|03470.p0} {03469.s2} 
+tr {03469.t2} {03469.s2} -> {03469.s1} 
+tr {03470.t1} {03469.p1|03470.p0} {03470.s1} -> {03470.p1|03471.p0} {03470.s2} 
+tr {03470.t2} {03470.s2} -> {03470.s1} 
+tr {03471.t1} {03470.p1|03471.p0} {03471.s1} -> {03471.p1|03472.p0} {03471.s2} 
+tr {03471.t2} {03471.s2} -> {03471.s1} 
+tr {03472.t1} {03471.p1|03472.p0} {03472.s1} -> {03472.p1|03473.p0} {03472.s2} 
+tr {03472.t2} {03472.s2} -> {03472.s1} 
+tr {03473.t1} {03472.p1|03473.p0} {03473.s1} -> {03473.p1|03474.p0} {03473.s2} 
+tr {03473.t2} {03473.s2} -> {03473.s1} 
+tr {03474.t1} {03473.p1|03474.p0} {03474.s1} -> {03474.p1|03475.p0} {03474.s2} 
+tr {03474.t2} {03474.s2} -> {03474.s1} 
+tr {03475.t1} {03474.p1|03475.p0} {03475.s1} -> {03475.p1|03476.p0} {03475.s2} 
+tr {03475.t2} {03475.s2} -> {03475.s1} 
+tr {03476.t1} {03475.p1|03476.p0} {03476.s1} -> {03476.p1|03477.p0} {03476.s2} 
+tr {03476.t2} {03476.s2} -> {03476.s1} 
+tr {03477.t1} {03476.p1|03477.p0} {03477.s1} -> {03477.p1|03478.p0} {03477.s2} 
+tr {03477.t2} {03477.s2} -> {03477.s1} 
+tr {03478.t1} {03477.p1|03478.p0} {03478.s1} -> {03478.p1|03479.p0} {03478.s2} 
+tr {03478.t2} {03478.s2} -> {03478.s1} 
+tr {03479.t1} {03478.p1|03479.p0} {03479.s1} -> {03479.p1|03480.p0} {03479.s2} 
+tr {03479.t2} {03479.s2} -> {03479.s1} 
+tr {03480.t1} {03479.p1|03480.p0} {03480.s1} -> {03480.p1|03481.p0} {03480.s2} 
+tr {03480.t2} {03480.s2} -> {03480.s1} 
+tr {03481.t1} {03480.p1|03481.p0} {03481.s1} -> {03481.p1|03482.p0} {03481.s2} 
+tr {03481.t2} {03481.s2} -> {03481.s1} 
+tr {03482.t1} {03481.p1|03482.p0} {03482.s1} -> {03482.p1|03483.p0} {03482.s2} 
+tr {03482.t2} {03482.s2} -> {03482.s1} 
+tr {03483.t1} {03482.p1|03483.p0} {03483.s1} -> {03483.p1|03484.p0} {03483.s2} 
+tr {03483.t2} {03483.s2} -> {03483.s1} 
+tr {03484.t1} {03483.p1|03484.p0} {03484.s1} -> {03484.p1|03485.p0} {03484.s2} 
+tr {03484.t2} {03484.s2} -> {03484.s1} 
+tr {03485.t1} {03484.p1|03485.p0} {03485.s1} -> {03485.p1|03486.p0} {03485.s2} 
+tr {03485.t2} {03485.s2} -> {03485.s1} 
+tr {03486.t1} {03485.p1|03486.p0} {03486.s1} -> {03486.p1|03487.p0} {03486.s2} 
+tr {03486.t2} {03486.s2} -> {03486.s1} 
+tr {03487.t1} {03486.p1|03487.p0} {03487.s1} -> {03487.p1|03488.p0} {03487.s2} 
+tr {03487.t2} {03487.s2} -> {03487.s1} 
+tr {03488.t1} {03487.p1|03488.p0} {03488.s1} -> {03488.p1|03489.p0} {03488.s2} 
+tr {03488.t2} {03488.s2} -> {03488.s1} 
+tr {03489.t1} {03488.p1|03489.p0} {03489.s1} -> {03489.p1|03490.p0} {03489.s2} 
+tr {03489.t2} {03489.s2} -> {03489.s1} 
+tr {03490.t1} {03489.p1|03490.p0} {03490.s1} -> {03490.p1|03491.p0} {03490.s2} 
+tr {03490.t2} {03490.s2} -> {03490.s1} 
+tr {03491.t1} {03490.p1|03491.p0} {03491.s1} -> {03491.p1|03492.p0} {03491.s2} 
+tr {03491.t2} {03491.s2} -> {03491.s1} 
+tr {03492.t1} {03491.p1|03492.p0} {03492.s1} -> {03492.p1|03493.p0} {03492.s2} 
+tr {03492.t2} {03492.s2} -> {03492.s1} 
+tr {03493.t1} {03492.p1|03493.p0} {03493.s1} -> {03493.p1|03494.p0} {03493.s2} 
+tr {03493.t2} {03493.s2} -> {03493.s1} 
+tr {03494.t1} {03493.p1|03494.p0} {03494.s1} -> {03494.p1|03495.p0} {03494.s2} 
+tr {03494.t2} {03494.s2} -> {03494.s1} 
+tr {03495.t1} {03494.p1|03495.p0} {03495.s1} -> {03495.p1|03496.p0} {03495.s2} 
+tr {03495.t2} {03495.s2} -> {03495.s1} 
+tr {03496.t1} {03495.p1|03496.p0} {03496.s1} -> {03496.p1|03497.p0} {03496.s2} 
+tr {03496.t2} {03496.s2} -> {03496.s1} 
+tr {03497.t1} {03496.p1|03497.p0} {03497.s1} -> {03497.p1|03498.p0} {03497.s2} 
+tr {03497.t2} {03497.s2} -> {03497.s1} 
+tr {03498.t1} {03497.p1|03498.p0} {03498.s1} -> {03498.p1|03499.p0} {03498.s2} 
+tr {03498.t2} {03498.s2} -> {03498.s1} 
+tr {03499.t1} {03498.p1|03499.p0} {03499.s1} -> {03499.p1|03500.p0} {03499.s2} 
+tr {03499.t2} {03499.s2} -> {03499.s1} 
+tr {03500.t1} {03499.p1|03500.p0} {03500.s1} -> {03500.p1|03501.p0} {03500.s2} 
+tr {03500.t2} {03500.s2} -> {03500.s1} 
+tr {03501.t1} {03500.p1|03501.p0} {03501.s1} -> {03501.p1|03502.p0} {03501.s2} 
+tr {03501.t2} {03501.s2} -> {03501.s1} 
+tr {03502.t1} {03501.p1|03502.p0} {03502.s1} -> {03502.p1|03503.p0} {03502.s2} 
+tr {03502.t2} {03502.s2} -> {03502.s1} 
+tr {03503.t1} {03502.p1|03503.p0} {03503.s1} -> {03503.p1|03504.p0} {03503.s2} 
+tr {03503.t2} {03503.s2} -> {03503.s1} 
+tr {03504.t1} {03503.p1|03504.p0} {03504.s1} -> {03504.p1|03505.p0} {03504.s2} 
+tr {03504.t2} {03504.s2} -> {03504.s1} 
+tr {03505.t1} {03504.p1|03505.p0} {03505.s1} -> {03505.p1|03506.p0} {03505.s2} 
+tr {03505.t2} {03505.s2} -> {03505.s1} 
+tr {03506.t1} {03505.p1|03506.p0} {03506.s1} -> {03506.p1|03507.p0} {03506.s2} 
+tr {03506.t2} {03506.s2} -> {03506.s1} 
+tr {03507.t1} {03506.p1|03507.p0} {03507.s1} -> {03507.p1|03508.p0} {03507.s2} 
+tr {03507.t2} {03507.s2} -> {03507.s1} 
+tr {03508.t1} {03507.p1|03508.p0} {03508.s1} -> {03508.p1|03509.p0} {03508.s2} 
+tr {03508.t2} {03508.s2} -> {03508.s1} 
+tr {03509.t1} {03508.p1|03509.p0} {03509.s1} -> {03509.p1|03510.p0} {03509.s2} 
+tr {03509.t2} {03509.s2} -> {03509.s1} 
+tr {03510.t1} {03509.p1|03510.p0} {03510.s1} -> {03510.p1|03511.p0} {03510.s2} 
+tr {03510.t2} {03510.s2} -> {03510.s1} 
+tr {03511.t1} {03510.p1|03511.p0} {03511.s1} -> {03511.p1|03512.p0} {03511.s2} 
+tr {03511.t2} {03511.s2} -> {03511.s1} 
+tr {03512.t1} {03511.p1|03512.p0} {03512.s1} -> {03512.p1|03513.p0} {03512.s2} 
+tr {03512.t2} {03512.s2} -> {03512.s1} 
+tr {03513.t1} {03512.p1|03513.p0} {03513.s1} -> {03513.p1|03514.p0} {03513.s2} 
+tr {03513.t2} {03513.s2} -> {03513.s1} 
+tr {03514.t1} {03513.p1|03514.p0} {03514.s1} -> {03514.p1|03515.p0} {03514.s2} 
+tr {03514.t2} {03514.s2} -> {03514.s1} 
+tr {03515.t1} {03514.p1|03515.p0} {03515.s1} -> {03515.p1|03516.p0} {03515.s2} 
+tr {03515.t2} {03515.s2} -> {03515.s1} 
+tr {03516.t1} {03515.p1|03516.p0} {03516.s1} -> {03516.p1|03517.p0} {03516.s2} 
+tr {03516.t2} {03516.s2} -> {03516.s1} 
+tr {03517.t1} {03516.p1|03517.p0} {03517.s1} -> {03517.p1|03518.p0} {03517.s2} 
+tr {03517.t2} {03517.s2} -> {03517.s1} 
+tr {03518.t1} {03517.p1|03518.p0} {03518.s1} -> {03518.p1|03519.p0} {03518.s2} 
+tr {03518.t2} {03518.s2} -> {03518.s1} 
+tr {03519.t1} {03518.p1|03519.p0} {03519.s1} -> {03519.p1|03520.p0} {03519.s2} 
+tr {03519.t2} {03519.s2} -> {03519.s1} 
+tr {03520.t1} {03519.p1|03520.p0} {03520.s1} -> {03520.p1|03521.p0} {03520.s2} 
+tr {03520.t2} {03520.s2} -> {03520.s1} 
+tr {03521.t1} {03520.p1|03521.p0} {03521.s1} -> {03521.p1|03522.p0} {03521.s2} 
+tr {03521.t2} {03521.s2} -> {03521.s1} 
+tr {03522.t1} {03521.p1|03522.p0} {03522.s1} -> {03522.p1|03523.p0} {03522.s2} 
+tr {03522.t2} {03522.s2} -> {03522.s1} 
+tr {03523.t1} {03522.p1|03523.p0} {03523.s1} -> {03523.p1|03524.p0} {03523.s2} 
+tr {03523.t2} {03523.s2} -> {03523.s1} 
+tr {03524.t1} {03523.p1|03524.p0} {03524.s1} -> {03524.p1|03525.p0} {03524.s2} 
+tr {03524.t2} {03524.s2} -> {03524.s1} 
+tr {03525.t1} {03524.p1|03525.p0} {03525.s1} -> {03525.p1|03526.p0} {03525.s2} 
+tr {03525.t2} {03525.s2} -> {03525.s1} 
+tr {03526.t1} {03525.p1|03526.p0} {03526.s1} -> {03526.p1|03527.p0} {03526.s2} 
+tr {03526.t2} {03526.s2} -> {03526.s1} 
+tr {03527.t1} {03526.p1|03527.p0} {03527.s1} -> {03527.p1|03528.p0} {03527.s2} 
+tr {03527.t2} {03527.s2} -> {03527.s1} 
+tr {03528.t1} {03527.p1|03528.p0} {03528.s1} -> {03528.p1|03529.p0} {03528.s2} 
+tr {03528.t2} {03528.s2} -> {03528.s1} 
+tr {03529.t1} {03528.p1|03529.p0} {03529.s1} -> {03529.p1|03530.p0} {03529.s2} 
+tr {03529.t2} {03529.s2} -> {03529.s1} 
+tr {03530.t1} {03529.p1|03530.p0} {03530.s1} -> {03530.p1|03531.p0} {03530.s2} 
+tr {03530.t2} {03530.s2} -> {03530.s1} 
+tr {03531.t1} {03530.p1|03531.p0} {03531.s1} -> {03531.p1|03532.p0} {03531.s2} 
+tr {03531.t2} {03531.s2} -> {03531.s1} 
+tr {03532.t1} {03531.p1|03532.p0} {03532.s1} -> {03532.p1|03533.p0} {03532.s2} 
+tr {03532.t2} {03532.s2} -> {03532.s1} 
+tr {03533.t1} {03532.p1|03533.p0} {03533.s1} -> {03533.p1|03534.p0} {03533.s2} 
+tr {03533.t2} {03533.s2} -> {03533.s1} 
+tr {03534.t1} {03533.p1|03534.p0} {03534.s1} -> {03534.p1|03535.p0} {03534.s2} 
+tr {03534.t2} {03534.s2} -> {03534.s1} 
+tr {03535.t1} {03534.p1|03535.p0} {03535.s1} -> {03535.p1|03536.p0} {03535.s2} 
+tr {03535.t2} {03535.s2} -> {03535.s1} 
+tr {03536.t1} {03535.p1|03536.p0} {03536.s1} -> {03536.p1|03537.p0} {03536.s2} 
+tr {03536.t2} {03536.s2} -> {03536.s1} 
+tr {03537.t1} {03536.p1|03537.p0} {03537.s1} -> {03537.p1|03538.p0} {03537.s2} 
+tr {03537.t2} {03537.s2} -> {03537.s1} 
+tr {03538.t1} {03537.p1|03538.p0} {03538.s1} -> {03538.p1|03539.p0} {03538.s2} 
+tr {03538.t2} {03538.s2} -> {03538.s1} 
+tr {03539.t1} {03538.p1|03539.p0} {03539.s1} -> {03539.p1|03540.p0} {03539.s2} 
+tr {03539.t2} {03539.s2} -> {03539.s1} 
+tr {03540.t1} {03539.p1|03540.p0} {03540.s1} -> {03540.p1|03541.p0} {03540.s2} 
+tr {03540.t2} {03540.s2} -> {03540.s1} 
+tr {03541.t1} {03540.p1|03541.p0} {03541.s1} -> {03541.p1|03542.p0} {03541.s2} 
+tr {03541.t2} {03541.s2} -> {03541.s1} 
+tr {03542.t1} {03541.p1|03542.p0} {03542.s1} -> {03542.p1|03543.p0} {03542.s2} 
+tr {03542.t2} {03542.s2} -> {03542.s1} 
+tr {03543.t1} {03542.p1|03543.p0} {03543.s1} -> {03543.p1|03544.p0} {03543.s2} 
+tr {03543.t2} {03543.s2} -> {03543.s1} 
+tr {03544.t1} {03543.p1|03544.p0} {03544.s1} -> {03544.p1|03545.p0} {03544.s2} 
+tr {03544.t2} {03544.s2} -> {03544.s1} 
+tr {03545.t1} {03544.p1|03545.p0} {03545.s1} -> {03545.p1|03546.p0} {03545.s2} 
+tr {03545.t2} {03545.s2} -> {03545.s1} 
+tr {03546.t1} {03545.p1|03546.p0} {03546.s1} -> {03546.p1|03547.p0} {03546.s2} 
+tr {03546.t2} {03546.s2} -> {03546.s1} 
+tr {03547.t1} {03546.p1|03547.p0} {03547.s1} -> {03547.p1|03548.p0} {03547.s2} 
+tr {03547.t2} {03547.s2} -> {03547.s1} 
+tr {03548.t1} {03547.p1|03548.p0} {03548.s1} -> {03548.p1|03549.p0} {03548.s2} 
+tr {03548.t2} {03548.s2} -> {03548.s1} 
+tr {03549.t1} {03548.p1|03549.p0} {03549.s1} -> {03549.p1|03550.p0} {03549.s2} 
+tr {03549.t2} {03549.s2} -> {03549.s1} 
+tr {03550.t1} {03549.p1|03550.p0} {03550.s1} -> {03550.p1|03551.p0} {03550.s2} 
+tr {03550.t2} {03550.s2} -> {03550.s1} 
+tr {03551.t1} {03550.p1|03551.p0} {03551.s1} -> {03551.p1|03552.p0} {03551.s2} 
+tr {03551.t2} {03551.s2} -> {03551.s1} 
+tr {03552.t1} {03551.p1|03552.p0} {03552.s1} -> {03552.p1|03553.p0} {03552.s2} 
+tr {03552.t2} {03552.s2} -> {03552.s1} 
+tr {03553.t1} {03552.p1|03553.p0} {03553.s1} -> {03553.p1|03554.p0} {03553.s2} 
+tr {03553.t2} {03553.s2} -> {03553.s1} 
+tr {03554.t1} {03553.p1|03554.p0} {03554.s1} -> {03554.p1|03555.p0} {03554.s2} 
+tr {03554.t2} {03554.s2} -> {03554.s1} 
+tr {03555.t1} {03554.p1|03555.p0} {03555.s1} -> {03555.p1|03556.p0} {03555.s2} 
+tr {03555.t2} {03555.s2} -> {03555.s1} 
+tr {03556.t1} {03555.p1|03556.p0} {03556.s1} -> {03556.p1|03557.p0} {03556.s2} 
+tr {03556.t2} {03556.s2} -> {03556.s1} 
+tr {03557.t1} {03556.p1|03557.p0} {03557.s1} -> {03557.p1|03558.p0} {03557.s2} 
+tr {03557.t2} {03557.s2} -> {03557.s1} 
+tr {03558.t1} {03557.p1|03558.p0} {03558.s1} -> {03558.p1|03559.p0} {03558.s2} 
+tr {03558.t2} {03558.s2} -> {03558.s1} 
+tr {03559.t1} {03558.p1|03559.p0} {03559.s1} -> {03559.p1|03560.p0} {03559.s2} 
+tr {03559.t2} {03559.s2} -> {03559.s1} 
+tr {03560.t1} {03559.p1|03560.p0} {03560.s1} -> {03560.p1|03561.p0} {03560.s2} 
+tr {03560.t2} {03560.s2} -> {03560.s1} 
+tr {03561.t1} {03560.p1|03561.p0} {03561.s1} -> {03561.p1|03562.p0} {03561.s2} 
+tr {03561.t2} {03561.s2} -> {03561.s1} 
+tr {03562.t1} {03561.p1|03562.p0} {03562.s1} -> {03562.p1|03563.p0} {03562.s2} 
+tr {03562.t2} {03562.s2} -> {03562.s1} 
+tr {03563.t1} {03562.p1|03563.p0} {03563.s1} -> {03563.p1|03564.p0} {03563.s2} 
+tr {03563.t2} {03563.s2} -> {03563.s1} 
+tr {03564.t1} {03563.p1|03564.p0} {03564.s1} -> {03564.p1|03565.p0} {03564.s2} 
+tr {03564.t2} {03564.s2} -> {03564.s1} 
+tr {03565.t1} {03564.p1|03565.p0} {03565.s1} -> {03565.p1|03566.p0} {03565.s2} 
+tr {03565.t2} {03565.s2} -> {03565.s1} 
+tr {03566.t1} {03565.p1|03566.p0} {03566.s1} -> {03566.p1|03567.p0} {03566.s2} 
+tr {03566.t2} {03566.s2} -> {03566.s1} 
+tr {03567.t1} {03566.p1|03567.p0} {03567.s1} -> {03567.p1|03568.p0} {03567.s2} 
+tr {03567.t2} {03567.s2} -> {03567.s1} 
+tr {03568.t1} {03567.p1|03568.p0} {03568.s1} -> {03568.p1|03569.p0} {03568.s2} 
+tr {03568.t2} {03568.s2} -> {03568.s1} 
+tr {03569.t1} {03568.p1|03569.p0} {03569.s1} -> {03569.p1|03570.p0} {03569.s2} 
+tr {03569.t2} {03569.s2} -> {03569.s1} 
+tr {03570.t1} {03569.p1|03570.p0} {03570.s1} -> {03570.p1|03571.p0} {03570.s2} 
+tr {03570.t2} {03570.s2} -> {03570.s1} 
+tr {03571.t1} {03570.p1|03571.p0} {03571.s1} -> {03571.p1|03572.p0} {03571.s2} 
+tr {03571.t2} {03571.s2} -> {03571.s1} 
+tr {03572.t1} {03571.p1|03572.p0} {03572.s1} -> {03572.p1|03573.p0} {03572.s2} 
+tr {03572.t2} {03572.s2} -> {03572.s1} 
+tr {03573.t1} {03572.p1|03573.p0} {03573.s1} -> {03573.p1|03574.p0} {03573.s2} 
+tr {03573.t2} {03573.s2} -> {03573.s1} 
+tr {03574.t1} {03573.p1|03574.p0} {03574.s1} -> {03574.p1|03575.p0} {03574.s2} 
+tr {03574.t2} {03574.s2} -> {03574.s1} 
+tr {03575.t1} {03574.p1|03575.p0} {03575.s1} -> {03575.p1|03576.p0} {03575.s2} 
+tr {03575.t2} {03575.s2} -> {03575.s1} 
+tr {03576.t1} {03575.p1|03576.p0} {03576.s1} -> {03576.p1|03577.p0} {03576.s2} 
+tr {03576.t2} {03576.s2} -> {03576.s1} 
+tr {03577.t1} {03576.p1|03577.p0} {03577.s1} -> {03577.p1|03578.p0} {03577.s2} 
+tr {03577.t2} {03577.s2} -> {03577.s1} 
+tr {03578.t1} {03577.p1|03578.p0} {03578.s1} -> {03578.p1|03579.p0} {03578.s2} 
+tr {03578.t2} {03578.s2} -> {03578.s1} 
+tr {03579.t1} {03578.p1|03579.p0} {03579.s1} -> {03579.p1|03580.p0} {03579.s2} 
+tr {03579.t2} {03579.s2} -> {03579.s1} 
+tr {03580.t1} {03579.p1|03580.p0} {03580.s1} -> {03580.p1|03581.p0} {03580.s2} 
+tr {03580.t2} {03580.s2} -> {03580.s1} 
+tr {03581.t1} {03580.p1|03581.p0} {03581.s1} -> {03581.p1|03582.p0} {03581.s2} 
+tr {03581.t2} {03581.s2} -> {03581.s1} 
+tr {03582.t1} {03581.p1|03582.p0} {03582.s1} -> {03582.p1|03583.p0} {03582.s2} 
+tr {03582.t2} {03582.s2} -> {03582.s1} 
+tr {03583.t1} {03582.p1|03583.p0} {03583.s1} -> {03583.p1|03584.p0} {03583.s2} 
+tr {03583.t2} {03583.s2} -> {03583.s1} 
+tr {03584.t1} {03583.p1|03584.p0} {03584.s1} -> {03584.p1|03585.p0} {03584.s2} 
+tr {03584.t2} {03584.s2} -> {03584.s1} 
+tr {03585.t1} {03584.p1|03585.p0} {03585.s1} -> {03585.p1|03586.p0} {03585.s2} 
+tr {03585.t2} {03585.s2} -> {03585.s1} 
+tr {03586.t1} {03585.p1|03586.p0} {03586.s1} -> {03586.p1|03587.p0} {03586.s2} 
+tr {03586.t2} {03586.s2} -> {03586.s1} 
+tr {03587.t1} {03586.p1|03587.p0} {03587.s1} -> {03587.p1|03588.p0} {03587.s2} 
+tr {03587.t2} {03587.s2} -> {03587.s1} 
+tr {03588.t1} {03587.p1|03588.p0} {03588.s1} -> {03588.p1|03589.p0} {03588.s2} 
+tr {03588.t2} {03588.s2} -> {03588.s1} 
+tr {03589.t1} {03588.p1|03589.p0} {03589.s1} -> {03589.p1|03590.p0} {03589.s2} 
+tr {03589.t2} {03589.s2} -> {03589.s1} 
+tr {03590.t1} {03589.p1|03590.p0} {03590.s1} -> {03590.p1|03591.p0} {03590.s2} 
+tr {03590.t2} {03590.s2} -> {03590.s1} 
+tr {03591.t1} {03590.p1|03591.p0} {03591.s1} -> {03591.p1|03592.p0} {03591.s2} 
+tr {03591.t2} {03591.s2} -> {03591.s1} 
+tr {03592.t1} {03591.p1|03592.p0} {03592.s1} -> {03592.p1|03593.p0} {03592.s2} 
+tr {03592.t2} {03592.s2} -> {03592.s1} 
+tr {03593.t1} {03592.p1|03593.p0} {03593.s1} -> {03593.p1|03594.p0} {03593.s2} 
+tr {03593.t2} {03593.s2} -> {03593.s1} 
+tr {03594.t1} {03593.p1|03594.p0} {03594.s1} -> {03594.p1|03595.p0} {03594.s2} 
+tr {03594.t2} {03594.s2} -> {03594.s1} 
+tr {03595.t1} {03594.p1|03595.p0} {03595.s1} -> {03595.p1|03596.p0} {03595.s2} 
+tr {03595.t2} {03595.s2} -> {03595.s1} 
+tr {03596.t1} {03595.p1|03596.p0} {03596.s1} -> {03596.p1|03597.p0} {03596.s2} 
+tr {03596.t2} {03596.s2} -> {03596.s1} 
+tr {03597.t1} {03596.p1|03597.p0} {03597.s1} -> {03597.p1|03598.p0} {03597.s2} 
+tr {03597.t2} {03597.s2} -> {03597.s1} 
+tr {03598.t1} {03597.p1|03598.p0} {03598.s1} -> {03598.p1|03599.p0} {03598.s2} 
+tr {03598.t2} {03598.s2} -> {03598.s1} 
+tr {03599.t1} {03598.p1|03599.p0} {03599.s1} -> {03599.p1|03600.p0} {03599.s2} 
+tr {03599.t2} {03599.s2} -> {03599.s1} 
+tr {03600.t1} {03599.p1|03600.p0} {03600.s1} -> {03600.p1|03601.p0} {03600.s2} 
+tr {03600.t2} {03600.s2} -> {03600.s1} 
+tr {03601.t1} {03600.p1|03601.p0} {03601.s1} -> {03601.p1|03602.p0} {03601.s2} 
+tr {03601.t2} {03601.s2} -> {03601.s1} 
+tr {03602.t1} {03601.p1|03602.p0} {03602.s1} -> {03602.p1|03603.p0} {03602.s2} 
+tr {03602.t2} {03602.s2} -> {03602.s1} 
+tr {03603.t1} {03602.p1|03603.p0} {03603.s1} -> {03603.p1|03604.p0} {03603.s2} 
+tr {03603.t2} {03603.s2} -> {03603.s1} 
+tr {03604.t1} {03603.p1|03604.p0} {03604.s1} -> {03604.p1|03605.p0} {03604.s2} 
+tr {03604.t2} {03604.s2} -> {03604.s1} 
+tr {03605.t1} {03604.p1|03605.p0} {03605.s1} -> {03605.p1|03606.p0} {03605.s2} 
+tr {03605.t2} {03605.s2} -> {03605.s1} 
+tr {03606.t1} {03605.p1|03606.p0} {03606.s1} -> {03606.p1|03607.p0} {03606.s2} 
+tr {03606.t2} {03606.s2} -> {03606.s1} 
+tr {03607.t1} {03606.p1|03607.p0} {03607.s1} -> {03607.p1|03608.p0} {03607.s2} 
+tr {03607.t2} {03607.s2} -> {03607.s1} 
+tr {03608.t1} {03607.p1|03608.p0} {03608.s1} -> {03608.p1|03609.p0} {03608.s2} 
+tr {03608.t2} {03608.s2} -> {03608.s1} 
+tr {03609.t1} {03608.p1|03609.p0} {03609.s1} -> {03609.p1|03610.p0} {03609.s2} 
+tr {03609.t2} {03609.s2} -> {03609.s1} 
+tr {03610.t1} {03609.p1|03610.p0} {03610.s1} -> {03610.p1|03611.p0} {03610.s2} 
+tr {03610.t2} {03610.s2} -> {03610.s1} 
+tr {03611.t1} {03610.p1|03611.p0} {03611.s1} -> {03611.p1|03612.p0} {03611.s2} 
+tr {03611.t2} {03611.s2} -> {03611.s1} 
+tr {03612.t1} {03611.p1|03612.p0} {03612.s1} -> {03612.p1|03613.p0} {03612.s2} 
+tr {03612.t2} {03612.s2} -> {03612.s1} 
+tr {03613.t1} {03612.p1|03613.p0} {03613.s1} -> {03613.p1|03614.p0} {03613.s2} 
+tr {03613.t2} {03613.s2} -> {03613.s1} 
+tr {03614.t1} {03613.p1|03614.p0} {03614.s1} -> {03614.p1|03615.p0} {03614.s2} 
+tr {03614.t2} {03614.s2} -> {03614.s1} 
+tr {03615.t1} {03614.p1|03615.p0} {03615.s1} -> {03615.p1|03616.p0} {03615.s2} 
+tr {03615.t2} {03615.s2} -> {03615.s1} 
+tr {03616.t1} {03615.p1|03616.p0} {03616.s1} -> {03616.p1|03617.p0} {03616.s2} 
+tr {03616.t2} {03616.s2} -> {03616.s1} 
+tr {03617.t1} {03616.p1|03617.p0} {03617.s1} -> {03617.p1|03618.p0} {03617.s2} 
+tr {03617.t2} {03617.s2} -> {03617.s1} 
+tr {03618.t1} {03617.p1|03618.p0} {03618.s1} -> {03618.p1|03619.p0} {03618.s2} 
+tr {03618.t2} {03618.s2} -> {03618.s1} 
+tr {03619.t1} {03618.p1|03619.p0} {03619.s1} -> {03619.p1|03620.p0} {03619.s2} 
+tr {03619.t2} {03619.s2} -> {03619.s1} 
+tr {03620.t1} {03619.p1|03620.p0} {03620.s1} -> {03620.p1|03621.p0} {03620.s2} 
+tr {03620.t2} {03620.s2} -> {03620.s1} 
+tr {03621.t1} {03620.p1|03621.p0} {03621.s1} -> {03621.p1|03622.p0} {03621.s2} 
+tr {03621.t2} {03621.s2} -> {03621.s1} 
+tr {03622.t1} {03621.p1|03622.p0} {03622.s1} -> {03622.p1|03623.p0} {03622.s2} 
+tr {03622.t2} {03622.s2} -> {03622.s1} 
+tr {03623.t1} {03622.p1|03623.p0} {03623.s1} -> {03623.p1|03624.p0} {03623.s2} 
+tr {03623.t2} {03623.s2} -> {03623.s1} 
+tr {03624.t1} {03623.p1|03624.p0} {03624.s1} -> {03624.p1|03625.p0} {03624.s2} 
+tr {03624.t2} {03624.s2} -> {03624.s1} 
+tr {03625.t1} {03624.p1|03625.p0} {03625.s1} -> {03625.p1|03626.p0} {03625.s2} 
+tr {03625.t2} {03625.s2} -> {03625.s1} 
+tr {03626.t1} {03625.p1|03626.p0} {03626.s1} -> {03626.p1|03627.p0} {03626.s2} 
+tr {03626.t2} {03626.s2} -> {03626.s1} 
+tr {03627.t1} {03626.p1|03627.p0} {03627.s1} -> {03627.p1|03628.p0} {03627.s2} 
+tr {03627.t2} {03627.s2} -> {03627.s1} 
+tr {03628.t1} {03627.p1|03628.p0} {03628.s1} -> {03628.p1|03629.p0} {03628.s2} 
+tr {03628.t2} {03628.s2} -> {03628.s1} 
+tr {03629.t1} {03628.p1|03629.p0} {03629.s1} -> {03629.p1|03630.p0} {03629.s2} 
+tr {03629.t2} {03629.s2} -> {03629.s1} 
+tr {03630.t1} {03629.p1|03630.p0} {03630.s1} -> {03630.p1|03631.p0} {03630.s2} 
+tr {03630.t2} {03630.s2} -> {03630.s1} 
+tr {03631.t1} {03630.p1|03631.p0} {03631.s1} -> {03631.p1|03632.p0} {03631.s2} 
+tr {03631.t2} {03631.s2} -> {03631.s1} 
+tr {03632.t1} {03631.p1|03632.p0} {03632.s1} -> {03632.p1|03633.p0} {03632.s2} 
+tr {03632.t2} {03632.s2} -> {03632.s1} 
+tr {03633.t1} {03632.p1|03633.p0} {03633.s1} -> {03633.p1|03634.p0} {03633.s2} 
+tr {03633.t2} {03633.s2} -> {03633.s1} 
+tr {03634.t1} {03633.p1|03634.p0} {03634.s1} -> {03634.p1|03635.p0} {03634.s2} 
+tr {03634.t2} {03634.s2} -> {03634.s1} 
+tr {03635.t1} {03634.p1|03635.p0} {03635.s1} -> {03635.p1|03636.p0} {03635.s2} 
+tr {03635.t2} {03635.s2} -> {03635.s1} 
+tr {03636.t1} {03635.p1|03636.p0} {03636.s1} -> {03636.p1|03637.p0} {03636.s2} 
+tr {03636.t2} {03636.s2} -> {03636.s1} 
+tr {03637.t1} {03636.p1|03637.p0} {03637.s1} -> {03637.p1|03638.p0} {03637.s2} 
+tr {03637.t2} {03637.s2} -> {03637.s1} 
+tr {03638.t1} {03637.p1|03638.p0} {03638.s1} -> {03638.p1|03639.p0} {03638.s2} 
+tr {03638.t2} {03638.s2} -> {03638.s1} 
+tr {03639.t1} {03638.p1|03639.p0} {03639.s1} -> {03639.p1|03640.p0} {03639.s2} 
+tr {03639.t2} {03639.s2} -> {03639.s1} 
+tr {03640.t1} {03639.p1|03640.p0} {03640.s1} -> {03640.p1|03641.p0} {03640.s2} 
+tr {03640.t2} {03640.s2} -> {03640.s1} 
+tr {03641.t1} {03640.p1|03641.p0} {03641.s1} -> {03641.p1|03642.p0} {03641.s2} 
+tr {03641.t2} {03641.s2} -> {03641.s1} 
+tr {03642.t1} {03641.p1|03642.p0} {03642.s1} -> {03642.p1|03643.p0} {03642.s2} 
+tr {03642.t2} {03642.s2} -> {03642.s1} 
+tr {03643.t1} {03642.p1|03643.p0} {03643.s1} -> {03643.p1|03644.p0} {03643.s2} 
+tr {03643.t2} {03643.s2} -> {03643.s1} 
+tr {03644.t1} {03643.p1|03644.p0} {03644.s1} -> {03644.p1|03645.p0} {03644.s2} 
+tr {03644.t2} {03644.s2} -> {03644.s1} 
+tr {03645.t1} {03644.p1|03645.p0} {03645.s1} -> {03645.p1|03646.p0} {03645.s2} 
+tr {03645.t2} {03645.s2} -> {03645.s1} 
+tr {03646.t1} {03645.p1|03646.p0} {03646.s1} -> {03646.p1|03647.p0} {03646.s2} 
+tr {03646.t2} {03646.s2} -> {03646.s1} 
+tr {03647.t1} {03646.p1|03647.p0} {03647.s1} -> {03647.p1|03648.p0} {03647.s2} 
+tr {03647.t2} {03647.s2} -> {03647.s1} 
+tr {03648.t1} {03647.p1|03648.p0} {03648.s1} -> {03648.p1|03649.p0} {03648.s2} 
+tr {03648.t2} {03648.s2} -> {03648.s1} 
+tr {03649.t1} {03648.p1|03649.p0} {03649.s1} -> {03649.p1|03650.p0} {03649.s2} 
+tr {03649.t2} {03649.s2} -> {03649.s1} 
+tr {03650.t1} {03649.p1|03650.p0} {03650.s1} -> {03650.p1|03651.p0} {03650.s2} 
+tr {03650.t2} {03650.s2} -> {03650.s1} 
+tr {03651.t1} {03650.p1|03651.p0} {03651.s1} -> {03651.p1|03652.p0} {03651.s2} 
+tr {03651.t2} {03651.s2} -> {03651.s1} 
+tr {03652.t1} {03651.p1|03652.p0} {03652.s1} -> {03652.p1|03653.p0} {03652.s2} 
+tr {03652.t2} {03652.s2} -> {03652.s1} 
+tr {03653.t1} {03652.p1|03653.p0} {03653.s1} -> {03653.p1|03654.p0} {03653.s2} 
+tr {03653.t2} {03653.s2} -> {03653.s1} 
+tr {03654.t1} {03653.p1|03654.p0} {03654.s1} -> {03654.p1|03655.p0} {03654.s2} 
+tr {03654.t2} {03654.s2} -> {03654.s1} 
+tr {03655.t1} {03654.p1|03655.p0} {03655.s1} -> {03655.p1|03656.p0} {03655.s2} 
+tr {03655.t2} {03655.s2} -> {03655.s1} 
+tr {03656.t1} {03655.p1|03656.p0} {03656.s1} -> {03656.p1|03657.p0} {03656.s2} 
+tr {03656.t2} {03656.s2} -> {03656.s1} 
+tr {03657.t1} {03656.p1|03657.p0} {03657.s1} -> {03657.p1|03658.p0} {03657.s2} 
+tr {03657.t2} {03657.s2} -> {03657.s1} 
+tr {03658.t1} {03657.p1|03658.p0} {03658.s1} -> {03658.p1|03659.p0} {03658.s2} 
+tr {03658.t2} {03658.s2} -> {03658.s1} 
+tr {03659.t1} {03658.p1|03659.p0} {03659.s1} -> {03659.p1|03660.p0} {03659.s2} 
+tr {03659.t2} {03659.s2} -> {03659.s1} 
+tr {03660.t1} {03659.p1|03660.p0} {03660.s1} -> {03660.p1|03661.p0} {03660.s2} 
+tr {03660.t2} {03660.s2} -> {03660.s1} 
+tr {03661.t1} {03660.p1|03661.p0} {03661.s1} -> {03661.p1|03662.p0} {03661.s2} 
+tr {03661.t2} {03661.s2} -> {03661.s1} 
+tr {03662.t1} {03661.p1|03662.p0} {03662.s1} -> {03662.p1|03663.p0} {03662.s2} 
+tr {03662.t2} {03662.s2} -> {03662.s1} 
+tr {03663.t1} {03662.p1|03663.p0} {03663.s1} -> {03663.p1|03664.p0} {03663.s2} 
+tr {03663.t2} {03663.s2} -> {03663.s1} 
+tr {03664.t1} {03663.p1|03664.p0} {03664.s1} -> {03664.p1|03665.p0} {03664.s2} 
+tr {03664.t2} {03664.s2} -> {03664.s1} 
+tr {03665.t1} {03664.p1|03665.p0} {03665.s1} -> {03665.p1|03666.p0} {03665.s2} 
+tr {03665.t2} {03665.s2} -> {03665.s1} 
+tr {03666.t1} {03665.p1|03666.p0} {03666.s1} -> {03666.p1|03667.p0} {03666.s2} 
+tr {03666.t2} {03666.s2} -> {03666.s1} 
+tr {03667.t1} {03666.p1|03667.p0} {03667.s1} -> {03667.p1|03668.p0} {03667.s2} 
+tr {03667.t2} {03667.s2} -> {03667.s1} 
+tr {03668.t1} {03667.p1|03668.p0} {03668.s1} -> {03668.p1|03669.p0} {03668.s2} 
+tr {03668.t2} {03668.s2} -> {03668.s1} 
+tr {03669.t1} {03668.p1|03669.p0} {03669.s1} -> {03669.p1|03670.p0} {03669.s2} 
+tr {03669.t2} {03669.s2} -> {03669.s1} 
+tr {03670.t1} {03669.p1|03670.p0} {03670.s1} -> {03670.p1|03671.p0} {03670.s2} 
+tr {03670.t2} {03670.s2} -> {03670.s1} 
+tr {03671.t1} {03670.p1|03671.p0} {03671.s1} -> {03671.p1|03672.p0} {03671.s2} 
+tr {03671.t2} {03671.s2} -> {03671.s1} 
+tr {03672.t1} {03671.p1|03672.p0} {03672.s1} -> {03672.p1|03673.p0} {03672.s2} 
+tr {03672.t2} {03672.s2} -> {03672.s1} 
+tr {03673.t1} {03672.p1|03673.p0} {03673.s1} -> {03673.p1|03674.p0} {03673.s2} 
+tr {03673.t2} {03673.s2} -> {03673.s1} 
+tr {03674.t1} {03673.p1|03674.p0} {03674.s1} -> {03674.p1|03675.p0} {03674.s2} 
+tr {03674.t2} {03674.s2} -> {03674.s1} 
+tr {03675.t1} {03674.p1|03675.p0} {03675.s1} -> {03675.p1|03676.p0} {03675.s2} 
+tr {03675.t2} {03675.s2} -> {03675.s1} 
+tr {03676.t1} {03675.p1|03676.p0} {03676.s1} -> {03676.p1|03677.p0} {03676.s2} 
+tr {03676.t2} {03676.s2} -> {03676.s1} 
+tr {03677.t1} {03676.p1|03677.p0} {03677.s1} -> {03677.p1|03678.p0} {03677.s2} 
+tr {03677.t2} {03677.s2} -> {03677.s1} 
+tr {03678.t1} {03677.p1|03678.p0} {03678.s1} -> {03678.p1|03679.p0} {03678.s2} 
+tr {03678.t2} {03678.s2} -> {03678.s1} 
+tr {03679.t1} {03678.p1|03679.p0} {03679.s1} -> {03679.p1|03680.p0} {03679.s2} 
+tr {03679.t2} {03679.s2} -> {03679.s1} 
+tr {03680.t1} {03679.p1|03680.p0} {03680.s1} -> {03680.p1|03681.p0} {03680.s2} 
+tr {03680.t2} {03680.s2} -> {03680.s1} 
+tr {03681.t1} {03680.p1|03681.p0} {03681.s1} -> {03681.p1|03682.p0} {03681.s2} 
+tr {03681.t2} {03681.s2} -> {03681.s1} 
+tr {03682.t1} {03681.p1|03682.p0} {03682.s1} -> {03682.p1|03683.p0} {03682.s2} 
+tr {03682.t2} {03682.s2} -> {03682.s1} 
+tr {03683.t1} {03682.p1|03683.p0} {03683.s1} -> {03683.p1|03684.p0} {03683.s2} 
+tr {03683.t2} {03683.s2} -> {03683.s1} 
+tr {03684.t1} {03683.p1|03684.p0} {03684.s1} -> {03684.p1|03685.p0} {03684.s2} 
+tr {03684.t2} {03684.s2} -> {03684.s1} 
+tr {03685.t1} {03684.p1|03685.p0} {03685.s1} -> {03685.p1|03686.p0} {03685.s2} 
+tr {03685.t2} {03685.s2} -> {03685.s1} 
+tr {03686.t1} {03685.p1|03686.p0} {03686.s1} -> {03686.p1|03687.p0} {03686.s2} 
+tr {03686.t2} {03686.s2} -> {03686.s1} 
+tr {03687.t1} {03686.p1|03687.p0} {03687.s1} -> {03687.p1|03688.p0} {03687.s2} 
+tr {03687.t2} {03687.s2} -> {03687.s1} 
+tr {03688.t1} {03687.p1|03688.p0} {03688.s1} -> {03688.p1|03689.p0} {03688.s2} 
+tr {03688.t2} {03688.s2} -> {03688.s1} 
+tr {03689.t1} {03688.p1|03689.p0} {03689.s1} -> {03689.p1|03690.p0} {03689.s2} 
+tr {03689.t2} {03689.s2} -> {03689.s1} 
+tr {03690.t1} {03689.p1|03690.p0} {03690.s1} -> {03690.p1|03691.p0} {03690.s2} 
+tr {03690.t2} {03690.s2} -> {03690.s1} 
+tr {03691.t1} {03690.p1|03691.p0} {03691.s1} -> {03691.p1|03692.p0} {03691.s2} 
+tr {03691.t2} {03691.s2} -> {03691.s1} 
+tr {03692.t1} {03691.p1|03692.p0} {03692.s1} -> {03692.p1|03693.p0} {03692.s2} 
+tr {03692.t2} {03692.s2} -> {03692.s1} 
+tr {03693.t1} {03692.p1|03693.p0} {03693.s1} -> {03693.p1|03694.p0} {03693.s2} 
+tr {03693.t2} {03693.s2} -> {03693.s1} 
+tr {03694.t1} {03693.p1|03694.p0} {03694.s1} -> {03694.p1|03695.p0} {03694.s2} 
+tr {03694.t2} {03694.s2} -> {03694.s1} 
+tr {03695.t1} {03694.p1|03695.p0} {03695.s1} -> {03695.p1|03696.p0} {03695.s2} 
+tr {03695.t2} {03695.s2} -> {03695.s1} 
+tr {03696.t1} {03695.p1|03696.p0} {03696.s1} -> {03696.p1|03697.p0} {03696.s2} 
+tr {03696.t2} {03696.s2} -> {03696.s1} 
+tr {03697.t1} {03696.p1|03697.p0} {03697.s1} -> {03697.p1|03698.p0} {03697.s2} 
+tr {03697.t2} {03697.s2} -> {03697.s1} 
+tr {03698.t1} {03697.p1|03698.p0} {03698.s1} -> {03698.p1|03699.p0} {03698.s2} 
+tr {03698.t2} {03698.s2} -> {03698.s1} 
+tr {03699.t1} {03698.p1|03699.p0} {03699.s1} -> {03699.p1|03700.p0} {03699.s2} 
+tr {03699.t2} {03699.s2} -> {03699.s1} 
+tr {03700.t1} {03699.p1|03700.p0} {03700.s1} -> {03700.p1|03701.p0} {03700.s2} 
+tr {03700.t2} {03700.s2} -> {03700.s1} 
+tr {03701.t1} {03700.p1|03701.p0} {03701.s1} -> {03701.p1|03702.p0} {03701.s2} 
+tr {03701.t2} {03701.s2} -> {03701.s1} 
+tr {03702.t1} {03701.p1|03702.p0} {03702.s1} -> {03702.p1|03703.p0} {03702.s2} 
+tr {03702.t2} {03702.s2} -> {03702.s1} 
+tr {03703.t1} {03702.p1|03703.p0} {03703.s1} -> {03703.p1|03704.p0} {03703.s2} 
+tr {03703.t2} {03703.s2} -> {03703.s1} 
+tr {03704.t1} {03703.p1|03704.p0} {03704.s1} -> {03704.p1|03705.p0} {03704.s2} 
+tr {03704.t2} {03704.s2} -> {03704.s1} 
+tr {03705.t1} {03704.p1|03705.p0} {03705.s1} -> {03705.p1|03706.p0} {03705.s2} 
+tr {03705.t2} {03705.s2} -> {03705.s1} 
+tr {03706.t1} {03705.p1|03706.p0} {03706.s1} -> {03706.p1|03707.p0} {03706.s2} 
+tr {03706.t2} {03706.s2} -> {03706.s1} 
+tr {03707.t1} {03706.p1|03707.p0} {03707.s1} -> {03707.p1|03708.p0} {03707.s2} 
+tr {03707.t2} {03707.s2} -> {03707.s1} 
+tr {03708.t1} {03707.p1|03708.p0} {03708.s1} -> {03708.p1|03709.p0} {03708.s2} 
+tr {03708.t2} {03708.s2} -> {03708.s1} 
+tr {03709.t1} {03708.p1|03709.p0} {03709.s1} -> {03709.p1|03710.p0} {03709.s2} 
+tr {03709.t2} {03709.s2} -> {03709.s1} 
+tr {03710.t1} {03709.p1|03710.p0} {03710.s1} -> {03710.p1|03711.p0} {03710.s2} 
+tr {03710.t2} {03710.s2} -> {03710.s1} 
+tr {03711.t1} {03710.p1|03711.p0} {03711.s1} -> {03711.p1|03712.p0} {03711.s2} 
+tr {03711.t2} {03711.s2} -> {03711.s1} 
+tr {03712.t1} {03711.p1|03712.p0} {03712.s1} -> {03712.p1|03713.p0} {03712.s2} 
+tr {03712.t2} {03712.s2} -> {03712.s1} 
+tr {03713.t1} {03712.p1|03713.p0} {03713.s1} -> {03713.p1|03714.p0} {03713.s2} 
+tr {03713.t2} {03713.s2} -> {03713.s1} 
+tr {03714.t1} {03713.p1|03714.p0} {03714.s1} -> {03714.p1|03715.p0} {03714.s2} 
+tr {03714.t2} {03714.s2} -> {03714.s1} 
+tr {03715.t1} {03714.p1|03715.p0} {03715.s1} -> {03715.p1|03716.p0} {03715.s2} 
+tr {03715.t2} {03715.s2} -> {03715.s1} 
+tr {03716.t1} {03715.p1|03716.p0} {03716.s1} -> {03716.p1|03717.p0} {03716.s2} 
+tr {03716.t2} {03716.s2} -> {03716.s1} 
+tr {03717.t1} {03716.p1|03717.p0} {03717.s1} -> {03717.p1|03718.p0} {03717.s2} 
+tr {03717.t2} {03717.s2} -> {03717.s1} 
+tr {03718.t1} {03717.p1|03718.p0} {03718.s1} -> {03718.p1|03719.p0} {03718.s2} 
+tr {03718.t2} {03718.s2} -> {03718.s1} 
+tr {03719.t1} {03718.p1|03719.p0} {03719.s1} -> {03719.p1|03720.p0} {03719.s2} 
+tr {03719.t2} {03719.s2} -> {03719.s1} 
+tr {03720.t1} {03719.p1|03720.p0} {03720.s1} -> {03720.p1|03721.p0} {03720.s2} 
+tr {03720.t2} {03720.s2} -> {03720.s1} 
+tr {03721.t1} {03720.p1|03721.p0} {03721.s1} -> {03721.p1|03722.p0} {03721.s2} 
+tr {03721.t2} {03721.s2} -> {03721.s1} 
+tr {03722.t1} {03721.p1|03722.p0} {03722.s1} -> {03722.p1|03723.p0} {03722.s2} 
+tr {03722.t2} {03722.s2} -> {03722.s1} 
+tr {03723.t1} {03722.p1|03723.p0} {03723.s1} -> {03723.p1|03724.p0} {03723.s2} 
+tr {03723.t2} {03723.s2} -> {03723.s1} 
+tr {03724.t1} {03723.p1|03724.p0} {03724.s1} -> {03724.p1|03725.p0} {03724.s2} 
+tr {03724.t2} {03724.s2} -> {03724.s1} 
+tr {03725.t1} {03724.p1|03725.p0} {03725.s1} -> {03725.p1|03726.p0} {03725.s2} 
+tr {03725.t2} {03725.s2} -> {03725.s1} 
+tr {03726.t1} {03725.p1|03726.p0} {03726.s1} -> {03726.p1|03727.p0} {03726.s2} 
+tr {03726.t2} {03726.s2} -> {03726.s1} 
+tr {03727.t1} {03726.p1|03727.p0} {03727.s1} -> {03727.p1|03728.p0} {03727.s2} 
+tr {03727.t2} {03727.s2} -> {03727.s1} 
+tr {03728.t1} {03727.p1|03728.p0} {03728.s1} -> {03728.p1|03729.p0} {03728.s2} 
+tr {03728.t2} {03728.s2} -> {03728.s1} 
+tr {03729.t1} {03728.p1|03729.p0} {03729.s1} -> {03729.p1|03730.p0} {03729.s2} 
+tr {03729.t2} {03729.s2} -> {03729.s1} 
+tr {03730.t1} {03729.p1|03730.p0} {03730.s1} -> {03730.p1|03731.p0} {03730.s2} 
+tr {03730.t2} {03730.s2} -> {03730.s1} 
+tr {03731.t1} {03730.p1|03731.p0} {03731.s1} -> {03731.p1|03732.p0} {03731.s2} 
+tr {03731.t2} {03731.s2} -> {03731.s1} 
+tr {03732.t1} {03731.p1|03732.p0} {03732.s1} -> {03732.p1|03733.p0} {03732.s2} 
+tr {03732.t2} {03732.s2} -> {03732.s1} 
+tr {03733.t1} {03732.p1|03733.p0} {03733.s1} -> {03733.p1|03734.p0} {03733.s2} 
+tr {03733.t2} {03733.s2} -> {03733.s1} 
+tr {03734.t1} {03733.p1|03734.p0} {03734.s1} -> {03734.p1|03735.p0} {03734.s2} 
+tr {03734.t2} {03734.s2} -> {03734.s1} 
+tr {03735.t1} {03734.p1|03735.p0} {03735.s1} -> {03735.p1|03736.p0} {03735.s2} 
+tr {03735.t2} {03735.s2} -> {03735.s1} 
+tr {03736.t1} {03735.p1|03736.p0} {03736.s1} -> {03736.p1|03737.p0} {03736.s2} 
+tr {03736.t2} {03736.s2} -> {03736.s1} 
+tr {03737.t1} {03736.p1|03737.p0} {03737.s1} -> {03737.p1|03738.p0} {03737.s2} 
+tr {03737.t2} {03737.s2} -> {03737.s1} 
+tr {03738.t1} {03737.p1|03738.p0} {03738.s1} -> {03738.p1|03739.p0} {03738.s2} 
+tr {03738.t2} {03738.s2} -> {03738.s1} 
+tr {03739.t1} {03738.p1|03739.p0} {03739.s1} -> {03739.p1|03740.p0} {03739.s2} 
+tr {03739.t2} {03739.s2} -> {03739.s1} 
+tr {03740.t1} {03739.p1|03740.p0} {03740.s1} -> {03740.p1|03741.p0} {03740.s2} 
+tr {03740.t2} {03740.s2} -> {03740.s1} 
+tr {03741.t1} {03740.p1|03741.p0} {03741.s1} -> {03741.p1|03742.p0} {03741.s2} 
+tr {03741.t2} {03741.s2} -> {03741.s1} 
+tr {03742.t1} {03741.p1|03742.p0} {03742.s1} -> {03742.p1|03743.p0} {03742.s2} 
+tr {03742.t2} {03742.s2} -> {03742.s1} 
+tr {03743.t1} {03742.p1|03743.p0} {03743.s1} -> {03743.p1|03744.p0} {03743.s2} 
+tr {03743.t2} {03743.s2} -> {03743.s1} 
+tr {03744.t1} {03743.p1|03744.p0} {03744.s1} -> {03744.p1|03745.p0} {03744.s2} 
+tr {03744.t2} {03744.s2} -> {03744.s1} 
+tr {03745.t1} {03744.p1|03745.p0} {03745.s1} -> {03745.p1|03746.p0} {03745.s2} 
+tr {03745.t2} {03745.s2} -> {03745.s1} 
+tr {03746.t1} {03745.p1|03746.p0} {03746.s1} -> {03746.p1|03747.p0} {03746.s2} 
+tr {03746.t2} {03746.s2} -> {03746.s1} 
+tr {03747.t1} {03746.p1|03747.p0} {03747.s1} -> {03747.p1|03748.p0} {03747.s2} 
+tr {03747.t2} {03747.s2} -> {03747.s1} 
+tr {03748.t1} {03747.p1|03748.p0} {03748.s1} -> {03748.p1|03749.p0} {03748.s2} 
+tr {03748.t2} {03748.s2} -> {03748.s1} 
+tr {03749.t1} {03748.p1|03749.p0} {03749.s1} -> {03749.p1|03750.p0} {03749.s2} 
+tr {03749.t2} {03749.s2} -> {03749.s1} 
+tr {03750.t1} {03749.p1|03750.p0} {03750.s1} -> {03750.p1|03751.p0} {03750.s2} 
+tr {03750.t2} {03750.s2} -> {03750.s1} 
+tr {03751.t1} {03750.p1|03751.p0} {03751.s1} -> {03751.p1|03752.p0} {03751.s2} 
+tr {03751.t2} {03751.s2} -> {03751.s1} 
+tr {03752.t1} {03751.p1|03752.p0} {03752.s1} -> {03752.p1|03753.p0} {03752.s2} 
+tr {03752.t2} {03752.s2} -> {03752.s1} 
+tr {03753.t1} {03752.p1|03753.p0} {03753.s1} -> {03753.p1|03754.p0} {03753.s2} 
+tr {03753.t2} {03753.s2} -> {03753.s1} 
+tr {03754.t1} {03753.p1|03754.p0} {03754.s1} -> {03754.p1|03755.p0} {03754.s2} 
+tr {03754.t2} {03754.s2} -> {03754.s1} 
+tr {03755.t1} {03754.p1|03755.p0} {03755.s1} -> {03755.p1|03756.p0} {03755.s2} 
+tr {03755.t2} {03755.s2} -> {03755.s1} 
+tr {03756.t1} {03755.p1|03756.p0} {03756.s1} -> {03756.p1|03757.p0} {03756.s2} 
+tr {03756.t2} {03756.s2} -> {03756.s1} 
+tr {03757.t1} {03756.p1|03757.p0} {03757.s1} -> {03757.p1|03758.p0} {03757.s2} 
+tr {03757.t2} {03757.s2} -> {03757.s1} 
+tr {03758.t1} {03757.p1|03758.p0} {03758.s1} -> {03758.p1|03759.p0} {03758.s2} 
+tr {03758.t2} {03758.s2} -> {03758.s1} 
+tr {03759.t1} {03758.p1|03759.p0} {03759.s1} -> {03759.p1|03760.p0} {03759.s2} 
+tr {03759.t2} {03759.s2} -> {03759.s1} 
+tr {03760.t1} {03759.p1|03760.p0} {03760.s1} -> {03760.p1|03761.p0} {03760.s2} 
+tr {03760.t2} {03760.s2} -> {03760.s1} 
+tr {03761.t1} {03760.p1|03761.p0} {03761.s1} -> {03761.p1|03762.p0} {03761.s2} 
+tr {03761.t2} {03761.s2} -> {03761.s1} 
+tr {03762.t1} {03761.p1|03762.p0} {03762.s1} -> {03762.p1|03763.p0} {03762.s2} 
+tr {03762.t2} {03762.s2} -> {03762.s1} 
+tr {03763.t1} {03762.p1|03763.p0} {03763.s1} -> {03763.p1|03764.p0} {03763.s2} 
+tr {03763.t2} {03763.s2} -> {03763.s1} 
+tr {03764.t1} {03763.p1|03764.p0} {03764.s1} -> {03764.p1|03765.p0} {03764.s2} 
+tr {03764.t2} {03764.s2} -> {03764.s1} 
+tr {03765.t1} {03764.p1|03765.p0} {03765.s1} -> {03765.p1|03766.p0} {03765.s2} 
+tr {03765.t2} {03765.s2} -> {03765.s1} 
+tr {03766.t1} {03765.p1|03766.p0} {03766.s1} -> {03766.p1|03767.p0} {03766.s2} 
+tr {03766.t2} {03766.s2} -> {03766.s1} 
+tr {03767.t1} {03766.p1|03767.p0} {03767.s1} -> {03767.p1|03768.p0} {03767.s2} 
+tr {03767.t2} {03767.s2} -> {03767.s1} 
+tr {03768.t1} {03767.p1|03768.p0} {03768.s1} -> {03768.p1|03769.p0} {03768.s2} 
+tr {03768.t2} {03768.s2} -> {03768.s1} 
+tr {03769.t1} {03768.p1|03769.p0} {03769.s1} -> {03769.p1|03770.p0} {03769.s2} 
+tr {03769.t2} {03769.s2} -> {03769.s1} 
+tr {03770.t1} {03769.p1|03770.p0} {03770.s1} -> {03770.p1|03771.p0} {03770.s2} 
+tr {03770.t2} {03770.s2} -> {03770.s1} 
+tr {03771.t1} {03770.p1|03771.p0} {03771.s1} -> {03771.p1|03772.p0} {03771.s2} 
+tr {03771.t2} {03771.s2} -> {03771.s1} 
+tr {03772.t1} {03771.p1|03772.p0} {03772.s1} -> {03772.p1|03773.p0} {03772.s2} 
+tr {03772.t2} {03772.s2} -> {03772.s1} 
+tr {03773.t1} {03772.p1|03773.p0} {03773.s1} -> {03773.p1|03774.p0} {03773.s2} 
+tr {03773.t2} {03773.s2} -> {03773.s1} 
+tr {03774.t1} {03773.p1|03774.p0} {03774.s1} -> {03774.p1|03775.p0} {03774.s2} 
+tr {03774.t2} {03774.s2} -> {03774.s1} 
+tr {03775.t1} {03774.p1|03775.p0} {03775.s1} -> {03775.p1|03776.p0} {03775.s2} 
+tr {03775.t2} {03775.s2} -> {03775.s1} 
+tr {03776.t1} {03775.p1|03776.p0} {03776.s1} -> {03776.p1|03777.p0} {03776.s2} 
+tr {03776.t2} {03776.s2} -> {03776.s1} 
+tr {03777.t1} {03776.p1|03777.p0} {03777.s1} -> {03777.p1|03778.p0} {03777.s2} 
+tr {03777.t2} {03777.s2} -> {03777.s1} 
+tr {03778.t1} {03777.p1|03778.p0} {03778.s1} -> {03778.p1|03779.p0} {03778.s2} 
+tr {03778.t2} {03778.s2} -> {03778.s1} 
+tr {03779.t1} {03778.p1|03779.p0} {03779.s1} -> {03779.p1|03780.p0} {03779.s2} 
+tr {03779.t2} {03779.s2} -> {03779.s1} 
+tr {03780.t1} {03779.p1|03780.p0} {03780.s1} -> {03780.p1|03781.p0} {03780.s2} 
+tr {03780.t2} {03780.s2} -> {03780.s1} 
+tr {03781.t1} {03780.p1|03781.p0} {03781.s1} -> {03781.p1|03782.p0} {03781.s2} 
+tr {03781.t2} {03781.s2} -> {03781.s1} 
+tr {03782.t1} {03781.p1|03782.p0} {03782.s1} -> {03782.p1|03783.p0} {03782.s2} 
+tr {03782.t2} {03782.s2} -> {03782.s1} 
+tr {03783.t1} {03782.p1|03783.p0} {03783.s1} -> {03783.p1|03784.p0} {03783.s2} 
+tr {03783.t2} {03783.s2} -> {03783.s1} 
+tr {03784.t1} {03783.p1|03784.p0} {03784.s1} -> {03784.p1|03785.p0} {03784.s2} 
+tr {03784.t2} {03784.s2} -> {03784.s1} 
+tr {03785.t1} {03784.p1|03785.p0} {03785.s1} -> {03785.p1|03786.p0} {03785.s2} 
+tr {03785.t2} {03785.s2} -> {03785.s1} 
+tr {03786.t1} {03785.p1|03786.p0} {03786.s1} -> {03786.p1|03787.p0} {03786.s2} 
+tr {03786.t2} {03786.s2} -> {03786.s1} 
+tr {03787.t1} {03786.p1|03787.p0} {03787.s1} -> {03787.p1|03788.p0} {03787.s2} 
+tr {03787.t2} {03787.s2} -> {03787.s1} 
+tr {03788.t1} {03787.p1|03788.p0} {03788.s1} -> {03788.p1|03789.p0} {03788.s2} 
+tr {03788.t2} {03788.s2} -> {03788.s1} 
+tr {03789.t1} {03788.p1|03789.p0} {03789.s1} -> {03789.p1|03790.p0} {03789.s2} 
+tr {03789.t2} {03789.s2} -> {03789.s1} 
+tr {03790.t1} {03789.p1|03790.p0} {03790.s1} -> {03790.p1|03791.p0} {03790.s2} 
+tr {03790.t2} {03790.s2} -> {03790.s1} 
+tr {03791.t1} {03790.p1|03791.p0} {03791.s1} -> {03791.p1|03792.p0} {03791.s2} 
+tr {03791.t2} {03791.s2} -> {03791.s1} 
+tr {03792.t1} {03791.p1|03792.p0} {03792.s1} -> {03792.p1|03793.p0} {03792.s2} 
+tr {03792.t2} {03792.s2} -> {03792.s1} 
+tr {03793.t1} {03792.p1|03793.p0} {03793.s1} -> {03793.p1|03794.p0} {03793.s2} 
+tr {03793.t2} {03793.s2} -> {03793.s1} 
+tr {03794.t1} {03793.p1|03794.p0} {03794.s1} -> {03794.p1|03795.p0} {03794.s2} 
+tr {03794.t2} {03794.s2} -> {03794.s1} 
+tr {03795.t1} {03794.p1|03795.p0} {03795.s1} -> {03795.p1|03796.p0} {03795.s2} 
+tr {03795.t2} {03795.s2} -> {03795.s1} 
+tr {03796.t1} {03795.p1|03796.p0} {03796.s1} -> {03796.p1|03797.p0} {03796.s2} 
+tr {03796.t2} {03796.s2} -> {03796.s1} 
+tr {03797.t1} {03796.p1|03797.p0} {03797.s1} -> {03797.p1|03798.p0} {03797.s2} 
+tr {03797.t2} {03797.s2} -> {03797.s1} 
+tr {03798.t1} {03797.p1|03798.p0} {03798.s1} -> {03798.p1|03799.p0} {03798.s2} 
+tr {03798.t2} {03798.s2} -> {03798.s1} 
+tr {03799.t1} {03798.p1|03799.p0} {03799.s1} -> {03799.p1|03800.p0} {03799.s2} 
+tr {03799.t2} {03799.s2} -> {03799.s1} 
+tr {03800.t1} {03799.p1|03800.p0} {03800.s1} -> {03800.p1|03801.p0} {03800.s2} 
+tr {03800.t2} {03800.s2} -> {03800.s1} 
+tr {03801.t1} {03800.p1|03801.p0} {03801.s1} -> {03801.p1|03802.p0} {03801.s2} 
+tr {03801.t2} {03801.s2} -> {03801.s1} 
+tr {03802.t1} {03801.p1|03802.p0} {03802.s1} -> {03802.p1|03803.p0} {03802.s2} 
+tr {03802.t2} {03802.s2} -> {03802.s1} 
+tr {03803.t1} {03802.p1|03803.p0} {03803.s1} -> {03803.p1|03804.p0} {03803.s2} 
+tr {03803.t2} {03803.s2} -> {03803.s1} 
+tr {03804.t1} {03803.p1|03804.p0} {03804.s1} -> {03804.p1|03805.p0} {03804.s2} 
+tr {03804.t2} {03804.s2} -> {03804.s1} 
+tr {03805.t1} {03804.p1|03805.p0} {03805.s1} -> {03805.p1|03806.p0} {03805.s2} 
+tr {03805.t2} {03805.s2} -> {03805.s1} 
+tr {03806.t1} {03805.p1|03806.p0} {03806.s1} -> {03806.p1|03807.p0} {03806.s2} 
+tr {03806.t2} {03806.s2} -> {03806.s1} 
+tr {03807.t1} {03806.p1|03807.p0} {03807.s1} -> {03807.p1|03808.p0} {03807.s2} 
+tr {03807.t2} {03807.s2} -> {03807.s1} 
+tr {03808.t1} {03807.p1|03808.p0} {03808.s1} -> {03808.p1|03809.p0} {03808.s2} 
+tr {03808.t2} {03808.s2} -> {03808.s1} 
+tr {03809.t1} {03808.p1|03809.p0} {03809.s1} -> {03809.p1|03810.p0} {03809.s2} 
+tr {03809.t2} {03809.s2} -> {03809.s1} 
+tr {03810.t1} {03809.p1|03810.p0} {03810.s1} -> {03810.p1|03811.p0} {03810.s2} 
+tr {03810.t2} {03810.s2} -> {03810.s1} 
+tr {03811.t1} {03810.p1|03811.p0} {03811.s1} -> {03811.p1|03812.p0} {03811.s2} 
+tr {03811.t2} {03811.s2} -> {03811.s1} 
+tr {03812.t1} {03811.p1|03812.p0} {03812.s1} -> {03812.p1|03813.p0} {03812.s2} 
+tr {03812.t2} {03812.s2} -> {03812.s1} 
+tr {03813.t1} {03812.p1|03813.p0} {03813.s1} -> {03813.p1|03814.p0} {03813.s2} 
+tr {03813.t2} {03813.s2} -> {03813.s1} 
+tr {03814.t1} {03813.p1|03814.p0} {03814.s1} -> {03814.p1|03815.p0} {03814.s2} 
+tr {03814.t2} {03814.s2} -> {03814.s1} 
+tr {03815.t1} {03814.p1|03815.p0} {03815.s1} -> {03815.p1|03816.p0} {03815.s2} 
+tr {03815.t2} {03815.s2} -> {03815.s1} 
+tr {03816.t1} {03815.p1|03816.p0} {03816.s1} -> {03816.p1|03817.p0} {03816.s2} 
+tr {03816.t2} {03816.s2} -> {03816.s1} 
+tr {03817.t1} {03816.p1|03817.p0} {03817.s1} -> {03817.p1|03818.p0} {03817.s2} 
+tr {03817.t2} {03817.s2} -> {03817.s1} 
+tr {03818.t1} {03817.p1|03818.p0} {03818.s1} -> {03818.p1|03819.p0} {03818.s2} 
+tr {03818.t2} {03818.s2} -> {03818.s1} 
+tr {03819.t1} {03818.p1|03819.p0} {03819.s1} -> {03819.p1|03820.p0} {03819.s2} 
+tr {03819.t2} {03819.s2} -> {03819.s1} 
+tr {03820.t1} {03819.p1|03820.p0} {03820.s1} -> {03820.p1|03821.p0} {03820.s2} 
+tr {03820.t2} {03820.s2} -> {03820.s1} 
+tr {03821.t1} {03820.p1|03821.p0} {03821.s1} -> {03821.p1|03822.p0} {03821.s2} 
+tr {03821.t2} {03821.s2} -> {03821.s1} 
+tr {03822.t1} {03821.p1|03822.p0} {03822.s1} -> {03822.p1|03823.p0} {03822.s2} 
+tr {03822.t2} {03822.s2} -> {03822.s1} 
+tr {03823.t1} {03822.p1|03823.p0} {03823.s1} -> {03823.p1|03824.p0} {03823.s2} 
+tr {03823.t2} {03823.s2} -> {03823.s1} 
+tr {03824.t1} {03823.p1|03824.p0} {03824.s1} -> {03824.p1|03825.p0} {03824.s2} 
+tr {03824.t2} {03824.s2} -> {03824.s1} 
+tr {03825.t1} {03824.p1|03825.p0} {03825.s1} -> {03825.p1|03826.p0} {03825.s2} 
+tr {03825.t2} {03825.s2} -> {03825.s1} 
+tr {03826.t1} {03825.p1|03826.p0} {03826.s1} -> {03826.p1|03827.p0} {03826.s2} 
+tr {03826.t2} {03826.s2} -> {03826.s1} 
+tr {03827.t1} {03826.p1|03827.p0} {03827.s1} -> {03827.p1|03828.p0} {03827.s2} 
+tr {03827.t2} {03827.s2} -> {03827.s1} 
+tr {03828.t1} {03827.p1|03828.p0} {03828.s1} -> {03828.p1|03829.p0} {03828.s2} 
+tr {03828.t2} {03828.s2} -> {03828.s1} 
+tr {03829.t1} {03828.p1|03829.p0} {03829.s1} -> {03829.p1|03830.p0} {03829.s2} 
+tr {03829.t2} {03829.s2} -> {03829.s1} 
+tr {03830.t1} {03829.p1|03830.p0} {03830.s1} -> {03830.p1|03831.p0} {03830.s2} 
+tr {03830.t2} {03830.s2} -> {03830.s1} 
+tr {03831.t1} {03830.p1|03831.p0} {03831.s1} -> {03831.p1|03832.p0} {03831.s2} 
+tr {03831.t2} {03831.s2} -> {03831.s1} 
+tr {03832.t1} {03831.p1|03832.p0} {03832.s1} -> {03832.p1|03833.p0} {03832.s2} 
+tr {03832.t2} {03832.s2} -> {03832.s1} 
+tr {03833.t1} {03832.p1|03833.p0} {03833.s1} -> {03833.p1|03834.p0} {03833.s2} 
+tr {03833.t2} {03833.s2} -> {03833.s1} 
+tr {03834.t1} {03833.p1|03834.p0} {03834.s1} -> {03834.p1|03835.p0} {03834.s2} 
+tr {03834.t2} {03834.s2} -> {03834.s1} 
+tr {03835.t1} {03834.p1|03835.p0} {03835.s1} -> {03835.p1|03836.p0} {03835.s2} 
+tr {03835.t2} {03835.s2} -> {03835.s1} 
+tr {03836.t1} {03835.p1|03836.p0} {03836.s1} -> {03836.p1|03837.p0} {03836.s2} 
+tr {03836.t2} {03836.s2} -> {03836.s1} 
+tr {03837.t1} {03836.p1|03837.p0} {03837.s1} -> {03837.p1|03838.p0} {03837.s2} 
+tr {03837.t2} {03837.s2} -> {03837.s1} 
+tr {03838.t1} {03837.p1|03838.p0} {03838.s1} -> {03838.p1|03839.p0} {03838.s2} 
+tr {03838.t2} {03838.s2} -> {03838.s1} 
+tr {03839.t1} {03838.p1|03839.p0} {03839.s1} -> {03839.p1|03840.p0} {03839.s2} 
+tr {03839.t2} {03839.s2} -> {03839.s1} 
+tr {03840.t1} {03839.p1|03840.p0} {03840.s1} -> {03840.p1|03841.p0} {03840.s2} 
+tr {03840.t2} {03840.s2} -> {03840.s1} 
+tr {03841.t1} {03840.p1|03841.p0} {03841.s1} -> {03841.p1|03842.p0} {03841.s2} 
+tr {03841.t2} {03841.s2} -> {03841.s1} 
+tr {03842.t1} {03841.p1|03842.p0} {03842.s1} -> {03842.p1|03843.p0} {03842.s2} 
+tr {03842.t2} {03842.s2} -> {03842.s1} 
+tr {03843.t1} {03842.p1|03843.p0} {03843.s1} -> {03843.p1|03844.p0} {03843.s2} 
+tr {03843.t2} {03843.s2} -> {03843.s1} 
+tr {03844.t1} {03843.p1|03844.p0} {03844.s1} -> {03844.p1|03845.p0} {03844.s2} 
+tr {03844.t2} {03844.s2} -> {03844.s1} 
+tr {03845.t1} {03844.p1|03845.p0} {03845.s1} -> {03845.p1|03846.p0} {03845.s2} 
+tr {03845.t2} {03845.s2} -> {03845.s1} 
+tr {03846.t1} {03845.p1|03846.p0} {03846.s1} -> {03846.p1|03847.p0} {03846.s2} 
+tr {03846.t2} {03846.s2} -> {03846.s1} 
+tr {03847.t1} {03846.p1|03847.p0} {03847.s1} -> {03847.p1|03848.p0} {03847.s2} 
+tr {03847.t2} {03847.s2} -> {03847.s1} 
+tr {03848.t1} {03847.p1|03848.p0} {03848.s1} -> {03848.p1|03849.p0} {03848.s2} 
+tr {03848.t2} {03848.s2} -> {03848.s1} 
+tr {03849.t1} {03848.p1|03849.p0} {03849.s1} -> {03849.p1|03850.p0} {03849.s2} 
+tr {03849.t2} {03849.s2} -> {03849.s1} 
+tr {03850.t1} {03849.p1|03850.p0} {03850.s1} -> {03850.p1|03851.p0} {03850.s2} 
+tr {03850.t2} {03850.s2} -> {03850.s1} 
+tr {03851.t1} {03850.p1|03851.p0} {03851.s1} -> {03851.p1|03852.p0} {03851.s2} 
+tr {03851.t2} {03851.s2} -> {03851.s1} 
+tr {03852.t1} {03851.p1|03852.p0} {03852.s1} -> {03852.p1|03853.p0} {03852.s2} 
+tr {03852.t2} {03852.s2} -> {03852.s1} 
+tr {03853.t1} {03852.p1|03853.p0} {03853.s1} -> {03853.p1|03854.p0} {03853.s2} 
+tr {03853.t2} {03853.s2} -> {03853.s1} 
+tr {03854.t1} {03853.p1|03854.p0} {03854.s1} -> {03854.p1|03855.p0} {03854.s2} 
+tr {03854.t2} {03854.s2} -> {03854.s1} 
+tr {03855.t1} {03854.p1|03855.p0} {03855.s1} -> {03855.p1|03856.p0} {03855.s2} 
+tr {03855.t2} {03855.s2} -> {03855.s1} 
+tr {03856.t1} {03855.p1|03856.p0} {03856.s1} -> {03856.p1|03857.p0} {03856.s2} 
+tr {03856.t2} {03856.s2} -> {03856.s1} 
+tr {03857.t1} {03856.p1|03857.p0} {03857.s1} -> {03857.p1|03858.p0} {03857.s2} 
+tr {03857.t2} {03857.s2} -> {03857.s1} 
+tr {03858.t1} {03857.p1|03858.p0} {03858.s1} -> {03858.p1|03859.p0} {03858.s2} 
+tr {03858.t2} {03858.s2} -> {03858.s1} 
+tr {03859.t1} {03858.p1|03859.p0} {03859.s1} -> {03859.p1|03860.p0} {03859.s2} 
+tr {03859.t2} {03859.s2} -> {03859.s1} 
+tr {03860.t1} {03859.p1|03860.p0} {03860.s1} -> {03860.p1|03861.p0} {03860.s2} 
+tr {03860.t2} {03860.s2} -> {03860.s1} 
+tr {03861.t1} {03860.p1|03861.p0} {03861.s1} -> {03861.p1|03862.p0} {03861.s2} 
+tr {03861.t2} {03861.s2} -> {03861.s1} 
+tr {03862.t1} {03861.p1|03862.p0} {03862.s1} -> {03862.p1|03863.p0} {03862.s2} 
+tr {03862.t2} {03862.s2} -> {03862.s1} 
+tr {03863.t1} {03862.p1|03863.p0} {03863.s1} -> {03863.p1|03864.p0} {03863.s2} 
+tr {03863.t2} {03863.s2} -> {03863.s1} 
+tr {03864.t1} {03863.p1|03864.p0} {03864.s1} -> {03864.p1|03865.p0} {03864.s2} 
+tr {03864.t2} {03864.s2} -> {03864.s1} 
+tr {03865.t1} {03864.p1|03865.p0} {03865.s1} -> {03865.p1|03866.p0} {03865.s2} 
+tr {03865.t2} {03865.s2} -> {03865.s1} 
+tr {03866.t1} {03865.p1|03866.p0} {03866.s1} -> {03866.p1|03867.p0} {03866.s2} 
+tr {03866.t2} {03866.s2} -> {03866.s1} 
+tr {03867.t1} {03866.p1|03867.p0} {03867.s1} -> {03867.p1|03868.p0} {03867.s2} 
+tr {03867.t2} {03867.s2} -> {03867.s1} 
+tr {03868.t1} {03867.p1|03868.p0} {03868.s1} -> {03868.p1|03869.p0} {03868.s2} 
+tr {03868.t2} {03868.s2} -> {03868.s1} 
+tr {03869.t1} {03868.p1|03869.p0} {03869.s1} -> {03869.p1|03870.p0} {03869.s2} 
+tr {03869.t2} {03869.s2} -> {03869.s1} 
+tr {03870.t1} {03869.p1|03870.p0} {03870.s1} -> {03870.p1|03871.p0} {03870.s2} 
+tr {03870.t2} {03870.s2} -> {03870.s1} 
+tr {03871.t1} {03870.p1|03871.p0} {03871.s1} -> {03871.p1|03872.p0} {03871.s2} 
+tr {03871.t2} {03871.s2} -> {03871.s1} 
+tr {03872.t1} {03871.p1|03872.p0} {03872.s1} -> {03872.p1|03873.p0} {03872.s2} 
+tr {03872.t2} {03872.s2} -> {03872.s1} 
+tr {03873.t1} {03872.p1|03873.p0} {03873.s1} -> {03873.p1|03874.p0} {03873.s2} 
+tr {03873.t2} {03873.s2} -> {03873.s1} 
+tr {03874.t1} {03873.p1|03874.p0} {03874.s1} -> {03874.p1|03875.p0} {03874.s2} 
+tr {03874.t2} {03874.s2} -> {03874.s1} 
+tr {03875.t1} {03874.p1|03875.p0} {03875.s1} -> {03875.p1|03876.p0} {03875.s2} 
+tr {03875.t2} {03875.s2} -> {03875.s1} 
+tr {03876.t1} {03875.p1|03876.p0} {03876.s1} -> {03876.p1|03877.p0} {03876.s2} 
+tr {03876.t2} {03876.s2} -> {03876.s1} 
+tr {03877.t1} {03876.p1|03877.p0} {03877.s1} -> {03877.p1|03878.p0} {03877.s2} 
+tr {03877.t2} {03877.s2} -> {03877.s1} 
+tr {03878.t1} {03877.p1|03878.p0} {03878.s1} -> {03878.p1|03879.p0} {03878.s2} 
+tr {03878.t2} {03878.s2} -> {03878.s1} 
+tr {03879.t1} {03878.p1|03879.p0} {03879.s1} -> {03879.p1|03880.p0} {03879.s2} 
+tr {03879.t2} {03879.s2} -> {03879.s1} 
+tr {03880.t1} {03879.p1|03880.p0} {03880.s1} -> {03880.p1|03881.p0} {03880.s2} 
+tr {03880.t2} {03880.s2} -> {03880.s1} 
+tr {03881.t1} {03880.p1|03881.p0} {03881.s1} -> {03881.p1|03882.p0} {03881.s2} 
+tr {03881.t2} {03881.s2} -> {03881.s1} 
+tr {03882.t1} {03881.p1|03882.p0} {03882.s1} -> {03882.p1|03883.p0} {03882.s2} 
+tr {03882.t2} {03882.s2} -> {03882.s1} 
+tr {03883.t1} {03882.p1|03883.p0} {03883.s1} -> {03883.p1|03884.p0} {03883.s2} 
+tr {03883.t2} {03883.s2} -> {03883.s1} 
+tr {03884.t1} {03883.p1|03884.p0} {03884.s1} -> {03884.p1|03885.p0} {03884.s2} 
+tr {03884.t2} {03884.s2} -> {03884.s1} 
+tr {03885.t1} {03884.p1|03885.p0} {03885.s1} -> {03885.p1|03886.p0} {03885.s2} 
+tr {03885.t2} {03885.s2} -> {03885.s1} 
+tr {03886.t1} {03885.p1|03886.p0} {03886.s1} -> {03886.p1|03887.p0} {03886.s2} 
+tr {03886.t2} {03886.s2} -> {03886.s1} 
+tr {03887.t1} {03886.p1|03887.p0} {03887.s1} -> {03887.p1|03888.p0} {03887.s2} 
+tr {03887.t2} {03887.s2} -> {03887.s1} 
+tr {03888.t1} {03887.p1|03888.p0} {03888.s1} -> {03888.p1|03889.p0} {03888.s2} 
+tr {03888.t2} {03888.s2} -> {03888.s1} 
+tr {03889.t1} {03888.p1|03889.p0} {03889.s1} -> {03889.p1|03890.p0} {03889.s2} 
+tr {03889.t2} {03889.s2} -> {03889.s1} 
+tr {03890.t1} {03889.p1|03890.p0} {03890.s1} -> {03890.p1|03891.p0} {03890.s2} 
+tr {03890.t2} {03890.s2} -> {03890.s1} 
+tr {03891.t1} {03890.p1|03891.p0} {03891.s1} -> {03891.p1|03892.p0} {03891.s2} 
+tr {03891.t2} {03891.s2} -> {03891.s1} 
+tr {03892.t1} {03891.p1|03892.p0} {03892.s1} -> {03892.p1|03893.p0} {03892.s2} 
+tr {03892.t2} {03892.s2} -> {03892.s1} 
+tr {03893.t1} {03892.p1|03893.p0} {03893.s1} -> {03893.p1|03894.p0} {03893.s2} 
+tr {03893.t2} {03893.s2} -> {03893.s1} 
+tr {03894.t1} {03893.p1|03894.p0} {03894.s1} -> {03894.p1|03895.p0} {03894.s2} 
+tr {03894.t2} {03894.s2} -> {03894.s1} 
+tr {03895.t1} {03894.p1|03895.p0} {03895.s1} -> {03895.p1|03896.p0} {03895.s2} 
+tr {03895.t2} {03895.s2} -> {03895.s1} 
+tr {03896.t1} {03895.p1|03896.p0} {03896.s1} -> {03896.p1|03897.p0} {03896.s2} 
+tr {03896.t2} {03896.s2} -> {03896.s1} 
+tr {03897.t1} {03896.p1|03897.p0} {03897.s1} -> {03897.p1|03898.p0} {03897.s2} 
+tr {03897.t2} {03897.s2} -> {03897.s1} 
+tr {03898.t1} {03897.p1|03898.p0} {03898.s1} -> {03898.p1|03899.p0} {03898.s2} 
+tr {03898.t2} {03898.s2} -> {03898.s1} 
+tr {03899.t1} {03898.p1|03899.p0} {03899.s1} -> {03899.p1|03900.p0} {03899.s2} 
+tr {03899.t2} {03899.s2} -> {03899.s1} 
+tr {03900.t1} {03899.p1|03900.p0} {03900.s1} -> {03900.p1|03901.p0} {03900.s2} 
+tr {03900.t2} {03900.s2} -> {03900.s1} 
+tr {03901.t1} {03900.p1|03901.p0} {03901.s1} -> {03901.p1|03902.p0} {03901.s2} 
+tr {03901.t2} {03901.s2} -> {03901.s1} 
+tr {03902.t1} {03901.p1|03902.p0} {03902.s1} -> {03902.p1|03903.p0} {03902.s2} 
+tr {03902.t2} {03902.s2} -> {03902.s1} 
+tr {03903.t1} {03902.p1|03903.p0} {03903.s1} -> {03903.p1|03904.p0} {03903.s2} 
+tr {03903.t2} {03903.s2} -> {03903.s1} 
+tr {03904.t1} {03903.p1|03904.p0} {03904.s1} -> {03904.p1|03905.p0} {03904.s2} 
+tr {03904.t2} {03904.s2} -> {03904.s1} 
+tr {03905.t1} {03904.p1|03905.p0} {03905.s1} -> {03905.p1|03906.p0} {03905.s2} 
+tr {03905.t2} {03905.s2} -> {03905.s1} 
+tr {03906.t1} {03905.p1|03906.p0} {03906.s1} -> {03906.p1|03907.p0} {03906.s2} 
+tr {03906.t2} {03906.s2} -> {03906.s1} 
+tr {03907.t1} {03906.p1|03907.p0} {03907.s1} -> {03907.p1|03908.p0} {03907.s2} 
+tr {03907.t2} {03907.s2} -> {03907.s1} 
+tr {03908.t1} {03907.p1|03908.p0} {03908.s1} -> {03908.p1|03909.p0} {03908.s2} 
+tr {03908.t2} {03908.s2} -> {03908.s1} 
+tr {03909.t1} {03908.p1|03909.p0} {03909.s1} -> {03909.p1|03910.p0} {03909.s2} 
+tr {03909.t2} {03909.s2} -> {03909.s1} 
+tr {03910.t1} {03909.p1|03910.p0} {03910.s1} -> {03910.p1|03911.p0} {03910.s2} 
+tr {03910.t2} {03910.s2} -> {03910.s1} 
+tr {03911.t1} {03910.p1|03911.p0} {03911.s1} -> {03911.p1|03912.p0} {03911.s2} 
+tr {03911.t2} {03911.s2} -> {03911.s1} 
+tr {03912.t1} {03911.p1|03912.p0} {03912.s1} -> {03912.p1|03913.p0} {03912.s2} 
+tr {03912.t2} {03912.s2} -> {03912.s1} 
+tr {03913.t1} {03912.p1|03913.p0} {03913.s1} -> {03913.p1|03914.p0} {03913.s2} 
+tr {03913.t2} {03913.s2} -> {03913.s1} 
+tr {03914.t1} {03913.p1|03914.p0} {03914.s1} -> {03914.p1|03915.p0} {03914.s2} 
+tr {03914.t2} {03914.s2} -> {03914.s1} 
+tr {03915.t1} {03914.p1|03915.p0} {03915.s1} -> {03915.p1|03916.p0} {03915.s2} 
+tr {03915.t2} {03915.s2} -> {03915.s1} 
+tr {03916.t1} {03915.p1|03916.p0} {03916.s1} -> {03916.p1|03917.p0} {03916.s2} 
+tr {03916.t2} {03916.s2} -> {03916.s1} 
+tr {03917.t1} {03916.p1|03917.p0} {03917.s1} -> {03917.p1|03918.p0} {03917.s2} 
+tr {03917.t2} {03917.s2} -> {03917.s1} 
+tr {03918.t1} {03917.p1|03918.p0} {03918.s1} -> {03918.p1|03919.p0} {03918.s2} 
+tr {03918.t2} {03918.s2} -> {03918.s1} 
+tr {03919.t1} {03918.p1|03919.p0} {03919.s1} -> {03919.p1|03920.p0} {03919.s2} 
+tr {03919.t2} {03919.s2} -> {03919.s1} 
+tr {03920.t1} {03919.p1|03920.p0} {03920.s1} -> {03920.p1|03921.p0} {03920.s2} 
+tr {03920.t2} {03920.s2} -> {03920.s1} 
+tr {03921.t1} {03920.p1|03921.p0} {03921.s1} -> {03921.p1|03922.p0} {03921.s2} 
+tr {03921.t2} {03921.s2} -> {03921.s1} 
+tr {03922.t1} {03921.p1|03922.p0} {03922.s1} -> {03922.p1|03923.p0} {03922.s2} 
+tr {03922.t2} {03922.s2} -> {03922.s1} 
+tr {03923.t1} {03922.p1|03923.p0} {03923.s1} -> {03923.p1|03924.p0} {03923.s2} 
+tr {03923.t2} {03923.s2} -> {03923.s1} 
+tr {03924.t1} {03923.p1|03924.p0} {03924.s1} -> {03924.p1|03925.p0} {03924.s2} 
+tr {03924.t2} {03924.s2} -> {03924.s1} 
+tr {03925.t1} {03924.p1|03925.p0} {03925.s1} -> {03925.p1|03926.p0} {03925.s2} 
+tr {03925.t2} {03925.s2} -> {03925.s1} 
+tr {03926.t1} {03925.p1|03926.p0} {03926.s1} -> {03926.p1|03927.p0} {03926.s2} 
+tr {03926.t2} {03926.s2} -> {03926.s1} 
+tr {03927.t1} {03926.p1|03927.p0} {03927.s1} -> {03927.p1|03928.p0} {03927.s2} 
+tr {03927.t2} {03927.s2} -> {03927.s1} 
+tr {03928.t1} {03927.p1|03928.p0} {03928.s1} -> {03928.p1|03929.p0} {03928.s2} 
+tr {03928.t2} {03928.s2} -> {03928.s1} 
+tr {03929.t1} {03928.p1|03929.p0} {03929.s1} -> {03929.p1|03930.p0} {03929.s2} 
+tr {03929.t2} {03929.s2} -> {03929.s1} 
+tr {03930.t1} {03929.p1|03930.p0} {03930.s1} -> {03930.p1|03931.p0} {03930.s2} 
+tr {03930.t2} {03930.s2} -> {03930.s1} 
+tr {03931.t1} {03930.p1|03931.p0} {03931.s1} -> {03931.p1|03932.p0} {03931.s2} 
+tr {03931.t2} {03931.s2} -> {03931.s1} 
+tr {03932.t1} {03931.p1|03932.p0} {03932.s1} -> {03932.p1|03933.p0} {03932.s2} 
+tr {03932.t2} {03932.s2} -> {03932.s1} 
+tr {03933.t1} {03932.p1|03933.p0} {03933.s1} -> {03933.p1|03934.p0} {03933.s2} 
+tr {03933.t2} {03933.s2} -> {03933.s1} 
+tr {03934.t1} {03933.p1|03934.p0} {03934.s1} -> {03934.p1|03935.p0} {03934.s2} 
+tr {03934.t2} {03934.s2} -> {03934.s1} 
+tr {03935.t1} {03934.p1|03935.p0} {03935.s1} -> {03935.p1|03936.p0} {03935.s2} 
+tr {03935.t2} {03935.s2} -> {03935.s1} 
+tr {03936.t1} {03935.p1|03936.p0} {03936.s1} -> {03936.p1|03937.p0} {03936.s2} 
+tr {03936.t2} {03936.s2} -> {03936.s1} 
+tr {03937.t1} {03936.p1|03937.p0} {03937.s1} -> {03937.p1|03938.p0} {03937.s2} 
+tr {03937.t2} {03937.s2} -> {03937.s1} 
+tr {03938.t1} {03937.p1|03938.p0} {03938.s1} -> {03938.p1|03939.p0} {03938.s2} 
+tr {03938.t2} {03938.s2} -> {03938.s1} 
+tr {03939.t1} {03938.p1|03939.p0} {03939.s1} -> {03939.p1|03940.p0} {03939.s2} 
+tr {03939.t2} {03939.s2} -> {03939.s1} 
+tr {03940.t1} {03939.p1|03940.p0} {03940.s1} -> {03940.p1|03941.p0} {03940.s2} 
+tr {03940.t2} {03940.s2} -> {03940.s1} 
+tr {03941.t1} {03940.p1|03941.p0} {03941.s1} -> {03941.p1|03942.p0} {03941.s2} 
+tr {03941.t2} {03941.s2} -> {03941.s1} 
+tr {03942.t1} {03941.p1|03942.p0} {03942.s1} -> {03942.p1|03943.p0} {03942.s2} 
+tr {03942.t2} {03942.s2} -> {03942.s1} 
+tr {03943.t1} {03942.p1|03943.p0} {03943.s1} -> {03943.p1|03944.p0} {03943.s2} 
+tr {03943.t2} {03943.s2} -> {03943.s1} 
+tr {03944.t1} {03943.p1|03944.p0} {03944.s1} -> {03944.p1|03945.p0} {03944.s2} 
+tr {03944.t2} {03944.s2} -> {03944.s1} 
+tr {03945.t1} {03944.p1|03945.p0} {03945.s1} -> {03945.p1|03946.p0} {03945.s2} 
+tr {03945.t2} {03945.s2} -> {03945.s1} 
+tr {03946.t1} {03945.p1|03946.p0} {03946.s1} -> {03946.p1|03947.p0} {03946.s2} 
+tr {03946.t2} {03946.s2} -> {03946.s1} 
+tr {03947.t1} {03946.p1|03947.p0} {03947.s1} -> {03947.p1|03948.p0} {03947.s2} 
+tr {03947.t2} {03947.s2} -> {03947.s1} 
+tr {03948.t1} {03947.p1|03948.p0} {03948.s1} -> {03948.p1|03949.p0} {03948.s2} 
+tr {03948.t2} {03948.s2} -> {03948.s1} 
+tr {03949.t1} {03948.p1|03949.p0} {03949.s1} -> {03949.p1|03950.p0} {03949.s2} 
+tr {03949.t2} {03949.s2} -> {03949.s1} 
+tr {03950.t1} {03949.p1|03950.p0} {03950.s1} -> {03950.p1|03951.p0} {03950.s2} 
+tr {03950.t2} {03950.s2} -> {03950.s1} 
+tr {03951.t1} {03950.p1|03951.p0} {03951.s1} -> {03951.p1|03952.p0} {03951.s2} 
+tr {03951.t2} {03951.s2} -> {03951.s1} 
+tr {03952.t1} {03951.p1|03952.p0} {03952.s1} -> {03952.p1|03953.p0} {03952.s2} 
+tr {03952.t2} {03952.s2} -> {03952.s1} 
+tr {03953.t1} {03952.p1|03953.p0} {03953.s1} -> {03953.p1|03954.p0} {03953.s2} 
+tr {03953.t2} {03953.s2} -> {03953.s1} 
+tr {03954.t1} {03953.p1|03954.p0} {03954.s1} -> {03954.p1|03955.p0} {03954.s2} 
+tr {03954.t2} {03954.s2} -> {03954.s1} 
+tr {03955.t1} {03954.p1|03955.p0} {03955.s1} -> {03955.p1|03956.p0} {03955.s2} 
+tr {03955.t2} {03955.s2} -> {03955.s1} 
+tr {03956.t1} {03955.p1|03956.p0} {03956.s1} -> {03956.p1|03957.p0} {03956.s2} 
+tr {03956.t2} {03956.s2} -> {03956.s1} 
+tr {03957.t1} {03956.p1|03957.p0} {03957.s1} -> {03957.p1|03958.p0} {03957.s2} 
+tr {03957.t2} {03957.s2} -> {03957.s1} 
+tr {03958.t1} {03957.p1|03958.p0} {03958.s1} -> {03958.p1|03959.p0} {03958.s2} 
+tr {03958.t2} {03958.s2} -> {03958.s1} 
+tr {03959.t1} {03958.p1|03959.p0} {03959.s1} -> {03959.p1|03960.p0} {03959.s2} 
+tr {03959.t2} {03959.s2} -> {03959.s1} 
+tr {03960.t1} {03959.p1|03960.p0} {03960.s1} -> {03960.p1|03961.p0} {03960.s2} 
+tr {03960.t2} {03960.s2} -> {03960.s1} 
+tr {03961.t1} {03960.p1|03961.p0} {03961.s1} -> {03961.p1|03962.p0} {03961.s2} 
+tr {03961.t2} {03961.s2} -> {03961.s1} 
+tr {03962.t1} {03961.p1|03962.p0} {03962.s1} -> {03962.p1|03963.p0} {03962.s2} 
+tr {03962.t2} {03962.s2} -> {03962.s1} 
+tr {03963.t1} {03962.p1|03963.p0} {03963.s1} -> {03963.p1|03964.p0} {03963.s2} 
+tr {03963.t2} {03963.s2} -> {03963.s1} 
+tr {03964.t1} {03963.p1|03964.p0} {03964.s1} -> {03964.p1|03965.p0} {03964.s2} 
+tr {03964.t2} {03964.s2} -> {03964.s1} 
+tr {03965.t1} {03964.p1|03965.p0} {03965.s1} -> {03965.p1|03966.p0} {03965.s2} 
+tr {03965.t2} {03965.s2} -> {03965.s1} 
+tr {03966.t1} {03965.p1|03966.p0} {03966.s1} -> {03966.p1|03967.p0} {03966.s2} 
+tr {03966.t2} {03966.s2} -> {03966.s1} 
+tr {03967.t1} {03966.p1|03967.p0} {03967.s1} -> {03967.p1|03968.p0} {03967.s2} 
+tr {03967.t2} {03967.s2} -> {03967.s1} 
+tr {03968.t1} {03967.p1|03968.p0} {03968.s1} -> {03968.p1|03969.p0} {03968.s2} 
+tr {03968.t2} {03968.s2} -> {03968.s1} 
+tr {03969.t1} {03968.p1|03969.p0} {03969.s1} -> {03969.p1|03970.p0} {03969.s2} 
+tr {03969.t2} {03969.s2} -> {03969.s1} 
+tr {03970.t1} {03969.p1|03970.p0} {03970.s1} -> {03970.p1|03971.p0} {03970.s2} 
+tr {03970.t2} {03970.s2} -> {03970.s1} 
+tr {03971.t1} {03970.p1|03971.p0} {03971.s1} -> {03971.p1|03972.p0} {03971.s2} 
+tr {03971.t2} {03971.s2} -> {03971.s1} 
+tr {03972.t1} {03971.p1|03972.p0} {03972.s1} -> {03972.p1|03973.p0} {03972.s2} 
+tr {03972.t2} {03972.s2} -> {03972.s1} 
+tr {03973.t1} {03972.p1|03973.p0} {03973.s1} -> {03973.p1|03974.p0} {03973.s2} 
+tr {03973.t2} {03973.s2} -> {03973.s1} 
+tr {03974.t1} {03973.p1|03974.p0} {03974.s1} -> {03974.p1|03975.p0} {03974.s2} 
+tr {03974.t2} {03974.s2} -> {03974.s1} 
+tr {03975.t1} {03974.p1|03975.p0} {03975.s1} -> {03975.p1|03976.p0} {03975.s2} 
+tr {03975.t2} {03975.s2} -> {03975.s1} 
+tr {03976.t1} {03975.p1|03976.p0} {03976.s1} -> {03976.p1|03977.p0} {03976.s2} 
+tr {03976.t2} {03976.s2} -> {03976.s1} 
+tr {03977.t1} {03976.p1|03977.p0} {03977.s1} -> {03977.p1|03978.p0} {03977.s2} 
+tr {03977.t2} {03977.s2} -> {03977.s1} 
+tr {03978.t1} {03977.p1|03978.p0} {03978.s1} -> {03978.p1|03979.p0} {03978.s2} 
+tr {03978.t2} {03978.s2} -> {03978.s1} 
+tr {03979.t1} {03978.p1|03979.p0} {03979.s1} -> {03979.p1|03980.p0} {03979.s2} 
+tr {03979.t2} {03979.s2} -> {03979.s1} 
+tr {03980.t1} {03979.p1|03980.p0} {03980.s1} -> {03980.p1|03981.p0} {03980.s2} 
+tr {03980.t2} {03980.s2} -> {03980.s1} 
+tr {03981.t1} {03980.p1|03981.p0} {03981.s1} -> {03981.p1|03982.p0} {03981.s2} 
+tr {03981.t2} {03981.s2} -> {03981.s1} 
+tr {03982.t1} {03981.p1|03982.p0} {03982.s1} -> {03982.p1|03983.p0} {03982.s2} 
+tr {03982.t2} {03982.s2} -> {03982.s1} 
+tr {03983.t1} {03982.p1|03983.p0} {03983.s1} -> {03983.p1|03984.p0} {03983.s2} 
+tr {03983.t2} {03983.s2} -> {03983.s1} 
+tr {03984.t1} {03983.p1|03984.p0} {03984.s1} -> {03984.p1|03985.p0} {03984.s2} 
+tr {03984.t2} {03984.s2} -> {03984.s1} 
+tr {03985.t1} {03984.p1|03985.p0} {03985.s1} -> {03985.p1|03986.p0} {03985.s2} 
+tr {03985.t2} {03985.s2} -> {03985.s1} 
+tr {03986.t1} {03985.p1|03986.p0} {03986.s1} -> {03986.p1|03987.p0} {03986.s2} 
+tr {03986.t2} {03986.s2} -> {03986.s1} 
+tr {03987.t1} {03986.p1|03987.p0} {03987.s1} -> {03987.p1|03988.p0} {03987.s2} 
+tr {03987.t2} {03987.s2} -> {03987.s1} 
+tr {03988.t1} {03987.p1|03988.p0} {03988.s1} -> {03988.p1|03989.p0} {03988.s2} 
+tr {03988.t2} {03988.s2} -> {03988.s1} 
+tr {03989.t1} {03988.p1|03989.p0} {03989.s1} -> {03989.p1|03990.p0} {03989.s2} 
+tr {03989.t2} {03989.s2} -> {03989.s1} 
+tr {03990.t1} {03989.p1|03990.p0} {03990.s1} -> {03990.p1|03991.p0} {03990.s2} 
+tr {03990.t2} {03990.s2} -> {03990.s1} 
+tr {03991.t1} {03990.p1|03991.p0} {03991.s1} -> {03991.p1|03992.p0} {03991.s2} 
+tr {03991.t2} {03991.s2} -> {03991.s1} 
+tr {03992.t1} {03991.p1|03992.p0} {03992.s1} -> {03992.p1|03993.p0} {03992.s2} 
+tr {03992.t2} {03992.s2} -> {03992.s1} 
+tr {03993.t1} {03992.p1|03993.p0} {03993.s1} -> {03993.p1|03994.p0} {03993.s2} 
+tr {03993.t2} {03993.s2} -> {03993.s1} 
+tr {03994.t1} {03993.p1|03994.p0} {03994.s1} -> {03994.p1|03995.p0} {03994.s2} 
+tr {03994.t2} {03994.s2} -> {03994.s1} 
+tr {03995.t1} {03994.p1|03995.p0} {03995.s1} -> {03995.p1|03996.p0} {03995.s2} 
+tr {03995.t2} {03995.s2} -> {03995.s1} 
+tr {03996.t1} {03995.p1|03996.p0} {03996.s1} -> {03996.p1|03997.p0} {03996.s2} 
+tr {03996.t2} {03996.s2} -> {03996.s1} 
+tr {03997.t1} {03996.p1|03997.p0} {03997.s1} -> {03997.p1|03998.p0} {03997.s2} 
+tr {03997.t2} {03997.s2} -> {03997.s1} 
+tr {03998.t1} {03997.p1|03998.p0} {03998.s1} -> {03998.p1|03999.p0} {03998.s2} 
+tr {03998.t2} {03998.s2} -> {03998.s1} 
+tr {03999.t1} {03998.p1|03999.p0} {03999.s1} -> {03999.p1|04000.p0} {03999.s2} 
+tr {03999.t2} {03999.s2} -> {03999.s1} 
+tr {04000.t1} {03999.p1|04000.p0} {04000.s1} -> {04000.p1|04001.p0} {04000.s2} 
+tr {04000.t2} {04000.s2} -> {04000.s1} 
+tr {04001.t1} {04000.p1|04001.p0} {04001.s1} -> {04001.p1|04002.p0} {04001.s2} 
+tr {04001.t2} {04001.s2} -> {04001.s1} 
+tr {04002.t1} {04001.p1|04002.p0} {04002.s1} -> {04002.p1|04003.p0} {04002.s2} 
+tr {04002.t2} {04002.s2} -> {04002.s1} 
+tr {04003.t1} {04002.p1|04003.p0} {04003.s1} -> {04003.p1|04004.p0} {04003.s2} 
+tr {04003.t2} {04003.s2} -> {04003.s1} 
+tr {04004.t1} {04003.p1|04004.p0} {04004.s1} -> {04004.p1|04005.p0} {04004.s2} 
+tr {04004.t2} {04004.s2} -> {04004.s1} 
+tr {04005.t1} {04004.p1|04005.p0} {04005.s1} -> {04005.p1|04006.p0} {04005.s2} 
+tr {04005.t2} {04005.s2} -> {04005.s1} 
+tr {04006.t1} {04005.p1|04006.p0} {04006.s1} -> {04006.p1|04007.p0} {04006.s2} 
+tr {04006.t2} {04006.s2} -> {04006.s1} 
+tr {04007.t1} {04006.p1|04007.p0} {04007.s1} -> {04007.p1|04008.p0} {04007.s2} 
+tr {04007.t2} {04007.s2} -> {04007.s1} 
+tr {04008.t1} {04007.p1|04008.p0} {04008.s1} -> {04008.p1|04009.p0} {04008.s2} 
+tr {04008.t2} {04008.s2} -> {04008.s1} 
+tr {04009.t1} {04008.p1|04009.p0} {04009.s1} -> {04009.p1|04010.p0} {04009.s2} 
+tr {04009.t2} {04009.s2} -> {04009.s1} 
+tr {04010.t1} {04009.p1|04010.p0} {04010.s1} -> {04010.p1|04011.p0} {04010.s2} 
+tr {04010.t2} {04010.s2} -> {04010.s1} 
+tr {04011.t1} {04010.p1|04011.p0} {04011.s1} -> {04011.p1|04012.p0} {04011.s2} 
+tr {04011.t2} {04011.s2} -> {04011.s1} 
+tr {04012.t1} {04011.p1|04012.p0} {04012.s1} -> {04012.p1|04013.p0} {04012.s2} 
+tr {04012.t2} {04012.s2} -> {04012.s1} 
+tr {04013.t1} {04012.p1|04013.p0} {04013.s1} -> {04013.p1|04014.p0} {04013.s2} 
+tr {04013.t2} {04013.s2} -> {04013.s1} 
+tr {04014.t1} {04013.p1|04014.p0} {04014.s1} -> {04014.p1|04015.p0} {04014.s2} 
+tr {04014.t2} {04014.s2} -> {04014.s1} 
+tr {04015.t1} {04014.p1|04015.p0} {04015.s1} -> {04015.p1|04016.p0} {04015.s2} 
+tr {04015.t2} {04015.s2} -> {04015.s1} 
+tr {04016.t1} {04015.p1|04016.p0} {04016.s1} -> {04016.p1|04017.p0} {04016.s2} 
+tr {04016.t2} {04016.s2} -> {04016.s1} 
+tr {04017.t1} {04016.p1|04017.p0} {04017.s1} -> {04017.p1|04018.p0} {04017.s2} 
+tr {04017.t2} {04017.s2} -> {04017.s1} 
+tr {04018.t1} {04017.p1|04018.p0} {04018.s1} -> {04018.p1|04019.p0} {04018.s2} 
+tr {04018.t2} {04018.s2} -> {04018.s1} 
+tr {04019.t1} {04018.p1|04019.p0} {04019.s1} -> {04019.p1|04020.p0} {04019.s2} 
+tr {04019.t2} {04019.s2} -> {04019.s1} 
+tr {04020.t1} {04019.p1|04020.p0} {04020.s1} -> {04020.p1|04021.p0} {04020.s2} 
+tr {04020.t2} {04020.s2} -> {04020.s1} 
+tr {04021.t1} {04020.p1|04021.p0} {04021.s1} -> {04021.p1|04022.p0} {04021.s2} 
+tr {04021.t2} {04021.s2} -> {04021.s1} 
+tr {04022.t1} {04021.p1|04022.p0} {04022.s1} -> {04022.p1|04023.p0} {04022.s2} 
+tr {04022.t2} {04022.s2} -> {04022.s1} 
+tr {04023.t1} {04022.p1|04023.p0} {04023.s1} -> {04023.p1|04024.p0} {04023.s2} 
+tr {04023.t2} {04023.s2} -> {04023.s1} 
+tr {04024.t1} {04023.p1|04024.p0} {04024.s1} -> {04024.p1|04025.p0} {04024.s2} 
+tr {04024.t2} {04024.s2} -> {04024.s1} 
+tr {04025.t1} {04024.p1|04025.p0} {04025.s1} -> {04025.p1|04026.p0} {04025.s2} 
+tr {04025.t2} {04025.s2} -> {04025.s1} 
+tr {04026.t1} {04025.p1|04026.p0} {04026.s1} -> {04026.p1|04027.p0} {04026.s2} 
+tr {04026.t2} {04026.s2} -> {04026.s1} 
+tr {04027.t1} {04026.p1|04027.p0} {04027.s1} -> {04027.p1|04028.p0} {04027.s2} 
+tr {04027.t2} {04027.s2} -> {04027.s1} 
+tr {04028.t1} {04027.p1|04028.p0} {04028.s1} -> {04028.p1|04029.p0} {04028.s2} 
+tr {04028.t2} {04028.s2} -> {04028.s1} 
+tr {04029.t1} {04028.p1|04029.p0} {04029.s1} -> {04029.p1|04030.p0} {04029.s2} 
+tr {04029.t2} {04029.s2} -> {04029.s1} 
+tr {04030.t1} {04029.p1|04030.p0} {04030.s1} -> {04030.p1|04031.p0} {04030.s2} 
+tr {04030.t2} {04030.s2} -> {04030.s1} 
+tr {04031.t1} {04030.p1|04031.p0} {04031.s1} -> {04031.p1|04032.p0} {04031.s2} 
+tr {04031.t2} {04031.s2} -> {04031.s1} 
+tr {04032.t1} {04031.p1|04032.p0} {04032.s1} -> {04032.p1|04033.p0} {04032.s2} 
+tr {04032.t2} {04032.s2} -> {04032.s1} 
+tr {04033.t1} {04032.p1|04033.p0} {04033.s1} -> {04033.p1|04034.p0} {04033.s2} 
+tr {04033.t2} {04033.s2} -> {04033.s1} 
+tr {04034.t1} {04033.p1|04034.p0} {04034.s1} -> {04034.p1|04035.p0} {04034.s2} 
+tr {04034.t2} {04034.s2} -> {04034.s1} 
+tr {04035.t1} {04034.p1|04035.p0} {04035.s1} -> {04035.p1|04036.p0} {04035.s2} 
+tr {04035.t2} {04035.s2} -> {04035.s1} 
+tr {04036.t1} {04035.p1|04036.p0} {04036.s1} -> {04036.p1|04037.p0} {04036.s2} 
+tr {04036.t2} {04036.s2} -> {04036.s1} 
+tr {04037.t1} {04036.p1|04037.p0} {04037.s1} -> {04037.p1|04038.p0} {04037.s2} 
+tr {04037.t2} {04037.s2} -> {04037.s1} 
+tr {04038.t1} {04037.p1|04038.p0} {04038.s1} -> {04038.p1|04039.p0} {04038.s2} 
+tr {04038.t2} {04038.s2} -> {04038.s1} 
+tr {04039.t1} {04038.p1|04039.p0} {04039.s1} -> {04039.p1|04040.p0} {04039.s2} 
+tr {04039.t2} {04039.s2} -> {04039.s1} 
+tr {04040.t1} {04039.p1|04040.p0} {04040.s1} -> {04040.p1|04041.p0} {04040.s2} 
+tr {04040.t2} {04040.s2} -> {04040.s1} 
+tr {04041.t1} {04040.p1|04041.p0} {04041.s1} -> {04041.p1|04042.p0} {04041.s2} 
+tr {04041.t2} {04041.s2} -> {04041.s1} 
+tr {04042.t1} {04041.p1|04042.p0} {04042.s1} -> {04042.p1|04043.p0} {04042.s2} 
+tr {04042.t2} {04042.s2} -> {04042.s1} 
+tr {04043.t1} {04042.p1|04043.p0} {04043.s1} -> {04043.p1|04044.p0} {04043.s2} 
+tr {04043.t2} {04043.s2} -> {04043.s1} 
+tr {04044.t1} {04043.p1|04044.p0} {04044.s1} -> {04044.p1|04045.p0} {04044.s2} 
+tr {04044.t2} {04044.s2} -> {04044.s1} 
+tr {04045.t1} {04044.p1|04045.p0} {04045.s1} -> {04045.p1|04046.p0} {04045.s2} 
+tr {04045.t2} {04045.s2} -> {04045.s1} 
+tr {04046.t1} {04045.p1|04046.p0} {04046.s1} -> {04046.p1|04047.p0} {04046.s2} 
+tr {04046.t2} {04046.s2} -> {04046.s1} 
+tr {04047.t1} {04046.p1|04047.p0} {04047.s1} -> {04047.p1|04048.p0} {04047.s2} 
+tr {04047.t2} {04047.s2} -> {04047.s1} 
+tr {04048.t1} {04047.p1|04048.p0} {04048.s1} -> {04048.p1|04049.p0} {04048.s2} 
+tr {04048.t2} {04048.s2} -> {04048.s1} 
+tr {04049.t1} {04048.p1|04049.p0} {04049.s1} -> {04049.p1|04050.p0} {04049.s2} 
+tr {04049.t2} {04049.s2} -> {04049.s1} 
+tr {04050.t1} {04049.p1|04050.p0} {04050.s1} -> {04050.p1|04051.p0} {04050.s2} 
+tr {04050.t2} {04050.s2} -> {04050.s1} 
+tr {04051.t1} {04050.p1|04051.p0} {04051.s1} -> {04051.p1|04052.p0} {04051.s2} 
+tr {04051.t2} {04051.s2} -> {04051.s1} 
+tr {04052.t1} {04051.p1|04052.p0} {04052.s1} -> {04052.p1|04053.p0} {04052.s2} 
+tr {04052.t2} {04052.s2} -> {04052.s1} 
+tr {04053.t1} {04052.p1|04053.p0} {04053.s1} -> {04053.p1|04054.p0} {04053.s2} 
+tr {04053.t2} {04053.s2} -> {04053.s1} 
+tr {04054.t1} {04053.p1|04054.p0} {04054.s1} -> {04054.p1|04055.p0} {04054.s2} 
+tr {04054.t2} {04054.s2} -> {04054.s1} 
+tr {04055.t1} {04054.p1|04055.p0} {04055.s1} -> {04055.p1|04056.p0} {04055.s2} 
+tr {04055.t2} {04055.s2} -> {04055.s1} 
+tr {04056.t1} {04055.p1|04056.p0} {04056.s1} -> {04056.p1|04057.p0} {04056.s2} 
+tr {04056.t2} {04056.s2} -> {04056.s1} 
+tr {04057.t1} {04056.p1|04057.p0} {04057.s1} -> {04057.p1|04058.p0} {04057.s2} 
+tr {04057.t2} {04057.s2} -> {04057.s1} 
+tr {04058.t1} {04057.p1|04058.p0} {04058.s1} -> {04058.p1|04059.p0} {04058.s2} 
+tr {04058.t2} {04058.s2} -> {04058.s1} 
+tr {04059.t1} {04058.p1|04059.p0} {04059.s1} -> {04059.p1|04060.p0} {04059.s2} 
+tr {04059.t2} {04059.s2} -> {04059.s1} 
+tr {04060.t1} {04059.p1|04060.p0} {04060.s1} -> {04060.p1|04061.p0} {04060.s2} 
+tr {04060.t2} {04060.s2} -> {04060.s1} 
+tr {04061.t1} {04060.p1|04061.p0} {04061.s1} -> {04061.p1|04062.p0} {04061.s2} 
+tr {04061.t2} {04061.s2} -> {04061.s1} 
+tr {04062.t1} {04061.p1|04062.p0} {04062.s1} -> {04062.p1|04063.p0} {04062.s2} 
+tr {04062.t2} {04062.s2} -> {04062.s1} 
+tr {04063.t1} {04062.p1|04063.p0} {04063.s1} -> {04063.p1|04064.p0} {04063.s2} 
+tr {04063.t2} {04063.s2} -> {04063.s1} 
+tr {04064.t1} {04063.p1|04064.p0} {04064.s1} -> {04064.p1|04065.p0} {04064.s2} 
+tr {04064.t2} {04064.s2} -> {04064.s1} 
+tr {04065.t1} {04064.p1|04065.p0} {04065.s1} -> {04065.p1|04066.p0} {04065.s2} 
+tr {04065.t2} {04065.s2} -> {04065.s1} 
+tr {04066.t1} {04065.p1|04066.p0} {04066.s1} -> {04066.p1|04067.p0} {04066.s2} 
+tr {04066.t2} {04066.s2} -> {04066.s1} 
+tr {04067.t1} {04066.p1|04067.p0} {04067.s1} -> {04067.p1|04068.p0} {04067.s2} 
+tr {04067.t2} {04067.s2} -> {04067.s1} 
+tr {04068.t1} {04067.p1|04068.p0} {04068.s1} -> {04068.p1|04069.p0} {04068.s2} 
+tr {04068.t2} {04068.s2} -> {04068.s1} 
+tr {04069.t1} {04068.p1|04069.p0} {04069.s1} -> {04069.p1|04070.p0} {04069.s2} 
+tr {04069.t2} {04069.s2} -> {04069.s1} 
+tr {04070.t1} {04069.p1|04070.p0} {04070.s1} -> {04070.p1|04071.p0} {04070.s2} 
+tr {04070.t2} {04070.s2} -> {04070.s1} 
+tr {04071.t1} {04070.p1|04071.p0} {04071.s1} -> {04071.p1|04072.p0} {04071.s2} 
+tr {04071.t2} {04071.s2} -> {04071.s1} 
+tr {04072.t1} {04071.p1|04072.p0} {04072.s1} -> {04072.p1|04073.p0} {04072.s2} 
+tr {04072.t2} {04072.s2} -> {04072.s1} 
+tr {04073.t1} {04072.p1|04073.p0} {04073.s1} -> {04073.p1|04074.p0} {04073.s2} 
+tr {04073.t2} {04073.s2} -> {04073.s1} 
+tr {04074.t1} {04073.p1|04074.p0} {04074.s1} -> {04074.p1|04075.p0} {04074.s2} 
+tr {04074.t2} {04074.s2} -> {04074.s1} 
+tr {04075.t1} {04074.p1|04075.p0} {04075.s1} -> {04075.p1|04076.p0} {04075.s2} 
+tr {04075.t2} {04075.s2} -> {04075.s1} 
+tr {04076.t1} {04075.p1|04076.p0} {04076.s1} -> {04076.p1|04077.p0} {04076.s2} 
+tr {04076.t2} {04076.s2} -> {04076.s1} 
+tr {04077.t1} {04076.p1|04077.p0} {04077.s1} -> {04077.p1|04078.p0} {04077.s2} 
+tr {04077.t2} {04077.s2} -> {04077.s1} 
+tr {04078.t1} {04077.p1|04078.p0} {04078.s1} -> {04078.p1|04079.p0} {04078.s2} 
+tr {04078.t2} {04078.s2} -> {04078.s1} 
+tr {04079.t1} {04078.p1|04079.p0} {04079.s1} -> {04079.p1|04080.p0} {04079.s2} 
+tr {04079.t2} {04079.s2} -> {04079.s1} 
+tr {04080.t1} {04079.p1|04080.p0} {04080.s1} -> {04080.p1|04081.p0} {04080.s2} 
+tr {04080.t2} {04080.s2} -> {04080.s1} 
+tr {04081.t1} {04080.p1|04081.p0} {04081.s1} -> {04081.p1|04082.p0} {04081.s2} 
+tr {04081.t2} {04081.s2} -> {04081.s1} 
+tr {04082.t1} {04081.p1|04082.p0} {04082.s1} -> {04082.p1|04083.p0} {04082.s2} 
+tr {04082.t2} {04082.s2} -> {04082.s1} 
+tr {04083.t1} {04082.p1|04083.p0} {04083.s1} -> {04083.p1|04084.p0} {04083.s2} 
+tr {04083.t2} {04083.s2} -> {04083.s1} 
+tr {04084.t1} {04083.p1|04084.p0} {04084.s1} -> {04084.p1|04085.p0} {04084.s2} 
+tr {04084.t2} {04084.s2} -> {04084.s1} 
+tr {04085.t1} {04084.p1|04085.p0} {04085.s1} -> {04085.p1|04086.p0} {04085.s2} 
+tr {04085.t2} {04085.s2} -> {04085.s1} 
+tr {04086.t1} {04085.p1|04086.p0} {04086.s1} -> {04086.p1|04087.p0} {04086.s2} 
+tr {04086.t2} {04086.s2} -> {04086.s1} 
+tr {04087.t1} {04086.p1|04087.p0} {04087.s1} -> {04087.p1|04088.p0} {04087.s2} 
+tr {04087.t2} {04087.s2} -> {04087.s1} 
+tr {04088.t1} {04087.p1|04088.p0} {04088.s1} -> {04088.p1|04089.p0} {04088.s2} 
+tr {04088.t2} {04088.s2} -> {04088.s1} 
+tr {04089.t1} {04088.p1|04089.p0} {04089.s1} -> {04089.p1|04090.p0} {04089.s2} 
+tr {04089.t2} {04089.s2} -> {04089.s1} 
+tr {04090.t1} {04089.p1|04090.p0} {04090.s1} -> {04090.p1|04091.p0} {04090.s2} 
+tr {04090.t2} {04090.s2} -> {04090.s1} 
+tr {04091.t1} {04090.p1|04091.p0} {04091.s1} -> {04091.p1|04092.p0} {04091.s2} 
+tr {04091.t2} {04091.s2} -> {04091.s1} 
+tr {04092.t1} {04091.p1|04092.p0} {04092.s1} -> {04092.p1|04093.p0} {04092.s2} 
+tr {04092.t2} {04092.s2} -> {04092.s1} 
+tr {04093.t1} {04092.p1|04093.p0} {04093.s1} -> {04093.p1|04094.p0} {04093.s2} 
+tr {04093.t2} {04093.s2} -> {04093.s1} 
+tr {04094.t1} {04093.p1|04094.p0} {04094.s1} -> {04094.p1|04095.p0} {04094.s2} 
+tr {04094.t2} {04094.s2} -> {04094.s1} 
+tr {04095.t1} {04094.p1|04095.p0} {04095.s1} -> {04095.p1|04096.p0} {04095.s2} 
+tr {04095.t2} {04095.s2} -> {04095.s1} 
+tr {04096.t1} {04095.p1|04096.p0} {04096.s1} -> {04096.p1|04097.p0} {04096.s2} 
+tr {04096.t2} {04096.s2} -> {04096.s1} 
+tr {04097.t1} {04096.p1|04097.p0} {04097.s1} -> {04097.p1|04098.p0} {04097.s2} 
+tr {04097.t2} {04097.s2} -> {04097.s1} 
+tr {04098.t1} {04097.p1|04098.p0} {04098.s1} -> {04098.p1|04099.p0} {04098.s2} 
+tr {04098.t2} {04098.s2} -> {04098.s1} 
+tr {04099.t1} {04098.p1|04099.p0} {04099.s1} -> {04099.p1|04100.p0} {04099.s2} 
+tr {04099.t2} {04099.s2} -> {04099.s1} 
+tr {04100.t1} {04099.p1|04100.p0} {04100.s1} -> {04100.p1|04101.p0} {04100.s2} 
+tr {04100.t2} {04100.s2} -> {04100.s1} 
+tr {04101.t1} {04100.p1|04101.p0} {04101.s1} -> {04101.p1|04102.p0} {04101.s2} 
+tr {04101.t2} {04101.s2} -> {04101.s1} 
+tr {04102.t1} {04101.p1|04102.p0} {04102.s1} -> {04102.p1|04103.p0} {04102.s2} 
+tr {04102.t2} {04102.s2} -> {04102.s1} 
+tr {04103.t1} {04102.p1|04103.p0} {04103.s1} -> {04103.p1|04104.p0} {04103.s2} 
+tr {04103.t2} {04103.s2} -> {04103.s1} 
+tr {04104.t1} {04103.p1|04104.p0} {04104.s1} -> {04104.p1|04105.p0} {04104.s2} 
+tr {04104.t2} {04104.s2} -> {04104.s1} 
+tr {04105.t1} {04104.p1|04105.p0} {04105.s1} -> {04105.p1|04106.p0} {04105.s2} 
+tr {04105.t2} {04105.s2} -> {04105.s1} 
+tr {04106.t1} {04105.p1|04106.p0} {04106.s1} -> {04106.p1|04107.p0} {04106.s2} 
+tr {04106.t2} {04106.s2} -> {04106.s1} 
+tr {04107.t1} {04106.p1|04107.p0} {04107.s1} -> {04107.p1|04108.p0} {04107.s2} 
+tr {04107.t2} {04107.s2} -> {04107.s1} 
+tr {04108.t1} {04107.p1|04108.p0} {04108.s1} -> {04108.p1|04109.p0} {04108.s2} 
+tr {04108.t2} {04108.s2} -> {04108.s1} 
+tr {04109.t1} {04108.p1|04109.p0} {04109.s1} -> {04109.p1|04110.p0} {04109.s2} 
+tr {04109.t2} {04109.s2} -> {04109.s1} 
+tr {04110.t1} {04109.p1|04110.p0} {04110.s1} -> {04110.p1|04111.p0} {04110.s2} 
+tr {04110.t2} {04110.s2} -> {04110.s1} 
+tr {04111.t1} {04110.p1|04111.p0} {04111.s1} -> {04111.p1|04112.p0} {04111.s2} 
+tr {04111.t2} {04111.s2} -> {04111.s1} 
+tr {04112.t1} {04111.p1|04112.p0} {04112.s1} -> {04112.p1|04113.p0} {04112.s2} 
+tr {04112.t2} {04112.s2} -> {04112.s1} 
+tr {04113.t1} {04112.p1|04113.p0} {04113.s1} -> {04113.p1|04114.p0} {04113.s2} 
+tr {04113.t2} {04113.s2} -> {04113.s1} 
+tr {04114.t1} {04113.p1|04114.p0} {04114.s1} -> {04114.p1|04115.p0} {04114.s2} 
+tr {04114.t2} {04114.s2} -> {04114.s1} 
+tr {04115.t1} {04114.p1|04115.p0} {04115.s1} -> {04115.p1|04116.p0} {04115.s2} 
+tr {04115.t2} {04115.s2} -> {04115.s1} 
+tr {04116.t1} {04115.p1|04116.p0} {04116.s1} -> {04116.p1|04117.p0} {04116.s2} 
+tr {04116.t2} {04116.s2} -> {04116.s1} 
+tr {04117.t1} {04116.p1|04117.p0} {04117.s1} -> {04117.p1|04118.p0} {04117.s2} 
+tr {04117.t2} {04117.s2} -> {04117.s1} 
+tr {04118.t1} {04117.p1|04118.p0} {04118.s1} -> {04118.p1|04119.p0} {04118.s2} 
+tr {04118.t2} {04118.s2} -> {04118.s1} 
+tr {04119.t1} {04118.p1|04119.p0} {04119.s1} -> {04119.p1|04120.p0} {04119.s2} 
+tr {04119.t2} {04119.s2} -> {04119.s1} 
+tr {04120.t1} {04119.p1|04120.p0} {04120.s1} -> {04120.p1|04121.p0} {04120.s2} 
+tr {04120.t2} {04120.s2} -> {04120.s1} 
+tr {04121.t1} {04120.p1|04121.p0} {04121.s1} -> {04121.p1|04122.p0} {04121.s2} 
+tr {04121.t2} {04121.s2} -> {04121.s1} 
+tr {04122.t1} {04121.p1|04122.p0} {04122.s1} -> {04122.p1|04123.p0} {04122.s2} 
+tr {04122.t2} {04122.s2} -> {04122.s1} 
+tr {04123.t1} {04122.p1|04123.p0} {04123.s1} -> {04123.p1|04124.p0} {04123.s2} 
+tr {04123.t2} {04123.s2} -> {04123.s1} 
+tr {04124.t1} {04123.p1|04124.p0} {04124.s1} -> {04124.p1|04125.p0} {04124.s2} 
+tr {04124.t2} {04124.s2} -> {04124.s1} 
+tr {04125.t1} {04124.p1|04125.p0} {04125.s1} -> {04125.p1|04126.p0} {04125.s2} 
+tr {04125.t2} {04125.s2} -> {04125.s1} 
+tr {04126.t1} {04125.p1|04126.p0} {04126.s1} -> {04126.p1|04127.p0} {04126.s2} 
+tr {04126.t2} {04126.s2} -> {04126.s1} 
+tr {04127.t1} {04126.p1|04127.p0} {04127.s1} -> {04127.p1|04128.p0} {04127.s2} 
+tr {04127.t2} {04127.s2} -> {04127.s1} 
+tr {04128.t1} {04127.p1|04128.p0} {04128.s1} -> {04128.p1|04129.p0} {04128.s2} 
+tr {04128.t2} {04128.s2} -> {04128.s1} 
+tr {04129.t1} {04128.p1|04129.p0} {04129.s1} -> {04129.p1|04130.p0} {04129.s2} 
+tr {04129.t2} {04129.s2} -> {04129.s1} 
+tr {04130.t1} {04129.p1|04130.p0} {04130.s1} -> {04130.p1|04131.p0} {04130.s2} 
+tr {04130.t2} {04130.s2} -> {04130.s1} 
+tr {04131.t1} {04130.p1|04131.p0} {04131.s1} -> {04131.p1|04132.p0} {04131.s2} 
+tr {04131.t2} {04131.s2} -> {04131.s1} 
+tr {04132.t1} {04131.p1|04132.p0} {04132.s1} -> {04132.p1|04133.p0} {04132.s2} 
+tr {04132.t2} {04132.s2} -> {04132.s1} 
+tr {04133.t1} {04132.p1|04133.p0} {04133.s1} -> {04133.p1|04134.p0} {04133.s2} 
+tr {04133.t2} {04133.s2} -> {04133.s1} 
+tr {04134.t1} {04133.p1|04134.p0} {04134.s1} -> {04134.p1|04135.p0} {04134.s2} 
+tr {04134.t2} {04134.s2} -> {04134.s1} 
+tr {04135.t1} {04134.p1|04135.p0} {04135.s1} -> {04135.p1|04136.p0} {04135.s2} 
+tr {04135.t2} {04135.s2} -> {04135.s1} 
+tr {04136.t1} {04135.p1|04136.p0} {04136.s1} -> {04136.p1|04137.p0} {04136.s2} 
+tr {04136.t2} {04136.s2} -> {04136.s1} 
+tr {04137.t1} {04136.p1|04137.p0} {04137.s1} -> {04137.p1|04138.p0} {04137.s2} 
+tr {04137.t2} {04137.s2} -> {04137.s1} 
+tr {04138.t1} {04137.p1|04138.p0} {04138.s1} -> {04138.p1|04139.p0} {04138.s2} 
+tr {04138.t2} {04138.s2} -> {04138.s1} 
+tr {04139.t1} {04138.p1|04139.p0} {04139.s1} -> {04139.p1|04140.p0} {04139.s2} 
+tr {04139.t2} {04139.s2} -> {04139.s1} 
+tr {04140.t1} {04139.p1|04140.p0} {04140.s1} -> {04140.p1|04141.p0} {04140.s2} 
+tr {04140.t2} {04140.s2} -> {04140.s1} 
+tr {04141.t1} {04140.p1|04141.p0} {04141.s1} -> {04141.p1|04142.p0} {04141.s2} 
+tr {04141.t2} {04141.s2} -> {04141.s1} 
+tr {04142.t1} {04141.p1|04142.p0} {04142.s1} -> {04142.p1|04143.p0} {04142.s2} 
+tr {04142.t2} {04142.s2} -> {04142.s1} 
+tr {04143.t1} {04142.p1|04143.p0} {04143.s1} -> {04143.p1|04144.p0} {04143.s2} 
+tr {04143.t2} {04143.s2} -> {04143.s1} 
+tr {04144.t1} {04143.p1|04144.p0} {04144.s1} -> {04144.p1|04145.p0} {04144.s2} 
+tr {04144.t2} {04144.s2} -> {04144.s1} 
+tr {04145.t1} {04144.p1|04145.p0} {04145.s1} -> {04145.p1|04146.p0} {04145.s2} 
+tr {04145.t2} {04145.s2} -> {04145.s1} 
+tr {04146.t1} {04145.p1|04146.p0} {04146.s1} -> {04146.p1|04147.p0} {04146.s2} 
+tr {04146.t2} {04146.s2} -> {04146.s1} 
+tr {04147.t1} {04146.p1|04147.p0} {04147.s1} -> {04147.p1|04148.p0} {04147.s2} 
+tr {04147.t2} {04147.s2} -> {04147.s1} 
+tr {04148.t1} {04147.p1|04148.p0} {04148.s1} -> {04148.p1|04149.p0} {04148.s2} 
+tr {04148.t2} {04148.s2} -> {04148.s1} 
+tr {04149.t1} {04148.p1|04149.p0} {04149.s1} -> {04149.p1|04150.p0} {04149.s2} 
+tr {04149.t2} {04149.s2} -> {04149.s1} 
+tr {04150.t1} {04149.p1|04150.p0} {04150.s1} -> {04150.p1|04151.p0} {04150.s2} 
+tr {04150.t2} {04150.s2} -> {04150.s1} 
+tr {04151.t1} {04150.p1|04151.p0} {04151.s1} -> {04151.p1|04152.p0} {04151.s2} 
+tr {04151.t2} {04151.s2} -> {04151.s1} 
+tr {04152.t1} {04151.p1|04152.p0} {04152.s1} -> {04152.p1|04153.p0} {04152.s2} 
+tr {04152.t2} {04152.s2} -> {04152.s1} 
+tr {04153.t1} {04152.p1|04153.p0} {04153.s1} -> {04153.p1|04154.p0} {04153.s2} 
+tr {04153.t2} {04153.s2} -> {04153.s1} 
+tr {04154.t1} {04153.p1|04154.p0} {04154.s1} -> {04154.p1|04155.p0} {04154.s2} 
+tr {04154.t2} {04154.s2} -> {04154.s1} 
+tr {04155.t1} {04154.p1|04155.p0} {04155.s1} -> {04155.p1|04156.p0} {04155.s2} 
+tr {04155.t2} {04155.s2} -> {04155.s1} 
+tr {04156.t1} {04155.p1|04156.p0} {04156.s1} -> {04156.p1|04157.p0} {04156.s2} 
+tr {04156.t2} {04156.s2} -> {04156.s1} 
+tr {04157.t1} {04156.p1|04157.p0} {04157.s1} -> {04157.p1|04158.p0} {04157.s2} 
+tr {04157.t2} {04157.s2} -> {04157.s1} 
+tr {04158.t1} {04157.p1|04158.p0} {04158.s1} -> {04158.p1|04159.p0} {04158.s2} 
+tr {04158.t2} {04158.s2} -> {04158.s1} 
+tr {04159.t1} {04158.p1|04159.p0} {04159.s1} -> {04159.p1|04160.p0} {04159.s2} 
+tr {04159.t2} {04159.s2} -> {04159.s1} 
+tr {04160.t1} {04159.p1|04160.p0} {04160.s1} -> {04160.p1|04161.p0} {04160.s2} 
+tr {04160.t2} {04160.s2} -> {04160.s1} 
+tr {04161.t1} {04160.p1|04161.p0} {04161.s1} -> {04161.p1|04162.p0} {04161.s2} 
+tr {04161.t2} {04161.s2} -> {04161.s1} 
+tr {04162.t1} {04161.p1|04162.p0} {04162.s1} -> {04162.p1|04163.p0} {04162.s2} 
+tr {04162.t2} {04162.s2} -> {04162.s1} 
+tr {04163.t1} {04162.p1|04163.p0} {04163.s1} -> {04163.p1|04164.p0} {04163.s2} 
+tr {04163.t2} {04163.s2} -> {04163.s1} 
+tr {04164.t1} {04163.p1|04164.p0} {04164.s1} -> {04164.p1|04165.p0} {04164.s2} 
+tr {04164.t2} {04164.s2} -> {04164.s1} 
+tr {04165.t1} {04164.p1|04165.p0} {04165.s1} -> {04165.p1|04166.p0} {04165.s2} 
+tr {04165.t2} {04165.s2} -> {04165.s1} 
+tr {04166.t1} {04165.p1|04166.p0} {04166.s1} -> {04166.p1|04167.p0} {04166.s2} 
+tr {04166.t2} {04166.s2} -> {04166.s1} 
+tr {04167.t1} {04166.p1|04167.p0} {04167.s1} -> {04167.p1|04168.p0} {04167.s2} 
+tr {04167.t2} {04167.s2} -> {04167.s1} 
+tr {04168.t1} {04167.p1|04168.p0} {04168.s1} -> {04168.p1|04169.p0} {04168.s2} 
+tr {04168.t2} {04168.s2} -> {04168.s1} 
+tr {04169.t1} {04168.p1|04169.p0} {04169.s1} -> {04169.p1|04170.p0} {04169.s2} 
+tr {04169.t2} {04169.s2} -> {04169.s1} 
+tr {04170.t1} {04169.p1|04170.p0} {04170.s1} -> {04170.p1|04171.p0} {04170.s2} 
+tr {04170.t2} {04170.s2} -> {04170.s1} 
+tr {04171.t1} {04170.p1|04171.p0} {04171.s1} -> {04171.p1|04172.p0} {04171.s2} 
+tr {04171.t2} {04171.s2} -> {04171.s1} 
+tr {04172.t1} {04171.p1|04172.p0} {04172.s1} -> {04172.p1|04173.p0} {04172.s2} 
+tr {04172.t2} {04172.s2} -> {04172.s1} 
+tr {04173.t1} {04172.p1|04173.p0} {04173.s1} -> {04173.p1|04174.p0} {04173.s2} 
+tr {04173.t2} {04173.s2} -> {04173.s1} 
+tr {04174.t1} {04173.p1|04174.p0} {04174.s1} -> {04174.p1|04175.p0} {04174.s2} 
+tr {04174.t2} {04174.s2} -> {04174.s1} 
+tr {04175.t1} {04174.p1|04175.p0} {04175.s1} -> {04175.p1|04176.p0} {04175.s2} 
+tr {04175.t2} {04175.s2} -> {04175.s1} 
+tr {04176.t1} {04175.p1|04176.p0} {04176.s1} -> {04176.p1|04177.p0} {04176.s2} 
+tr {04176.t2} {04176.s2} -> {04176.s1} 
+tr {04177.t1} {04176.p1|04177.p0} {04177.s1} -> {04177.p1|04178.p0} {04177.s2} 
+tr {04177.t2} {04177.s2} -> {04177.s1} 
+tr {04178.t1} {04177.p1|04178.p0} {04178.s1} -> {04178.p1|04179.p0} {04178.s2} 
+tr {04178.t2} {04178.s2} -> {04178.s1} 
+tr {04179.t1} {04178.p1|04179.p0} {04179.s1} -> {04179.p1|04180.p0} {04179.s2} 
+tr {04179.t2} {04179.s2} -> {04179.s1} 
+tr {04180.t1} {04179.p1|04180.p0} {04180.s1} -> {04180.p1|04181.p0} {04180.s2} 
+tr {04180.t2} {04180.s2} -> {04180.s1} 
+tr {04181.t1} {04180.p1|04181.p0} {04181.s1} -> {04181.p1|04182.p0} {04181.s2} 
+tr {04181.t2} {04181.s2} -> {04181.s1} 
+tr {04182.t1} {04181.p1|04182.p0} {04182.s1} -> {04182.p1|04183.p0} {04182.s2} 
+tr {04182.t2} {04182.s2} -> {04182.s1} 
+tr {04183.t1} {04182.p1|04183.p0} {04183.s1} -> {04183.p1|04184.p0} {04183.s2} 
+tr {04183.t2} {04183.s2} -> {04183.s1} 
+tr {04184.t1} {04183.p1|04184.p0} {04184.s1} -> {04184.p1|04185.p0} {04184.s2} 
+tr {04184.t2} {04184.s2} -> {04184.s1} 
+tr {04185.t1} {04184.p1|04185.p0} {04185.s1} -> {04185.p1|04186.p0} {04185.s2} 
+tr {04185.t2} {04185.s2} -> {04185.s1} 
+tr {04186.t1} {04185.p1|04186.p0} {04186.s1} -> {04186.p1|04187.p0} {04186.s2} 
+tr {04186.t2} {04186.s2} -> {04186.s1} 
+tr {04187.t1} {04186.p1|04187.p0} {04187.s1} -> {04187.p1|04188.p0} {04187.s2} 
+tr {04187.t2} {04187.s2} -> {04187.s1} 
+tr {04188.t1} {04187.p1|04188.p0} {04188.s1} -> {04188.p1|04189.p0} {04188.s2} 
+tr {04188.t2} {04188.s2} -> {04188.s1} 
+tr {04189.t1} {04188.p1|04189.p0} {04189.s1} -> {04189.p1|04190.p0} {04189.s2} 
+tr {04189.t2} {04189.s2} -> {04189.s1} 
+tr {04190.t1} {04189.p1|04190.p0} {04190.s1} -> {04190.p1|04191.p0} {04190.s2} 
+tr {04190.t2} {04190.s2} -> {04190.s1} 
+tr {04191.t1} {04190.p1|04191.p0} {04191.s1} -> {04191.p1|04192.p0} {04191.s2} 
+tr {04191.t2} {04191.s2} -> {04191.s1} 
+tr {04192.t1} {04191.p1|04192.p0} {04192.s1} -> {04192.p1|04193.p0} {04192.s2} 
+tr {04192.t2} {04192.s2} -> {04192.s1} 
+tr {04193.t1} {04192.p1|04193.p0} {04193.s1} -> {04193.p1|04194.p0} {04193.s2} 
+tr {04193.t2} {04193.s2} -> {04193.s1} 
+tr {04194.t1} {04193.p1|04194.p0} {04194.s1} -> {04194.p1|04195.p0} {04194.s2} 
+tr {04194.t2} {04194.s2} -> {04194.s1} 
+tr {04195.t1} {04194.p1|04195.p0} {04195.s1} -> {04195.p1|04196.p0} {04195.s2} 
+tr {04195.t2} {04195.s2} -> {04195.s1} 
+tr {04196.t1} {04195.p1|04196.p0} {04196.s1} -> {04196.p1|04197.p0} {04196.s2} 
+tr {04196.t2} {04196.s2} -> {04196.s1} 
+tr {04197.t1} {04196.p1|04197.p0} {04197.s1} -> {04197.p1|04198.p0} {04197.s2} 
+tr {04197.t2} {04197.s2} -> {04197.s1} 
+tr {04198.t1} {04197.p1|04198.p0} {04198.s1} -> {04198.p1|04199.p0} {04198.s2} 
+tr {04198.t2} {04198.s2} -> {04198.s1} 
+tr {04199.t1} {04198.p1|04199.p0} {04199.s1} -> {04199.p1|04200.p0} {04199.s2} 
+tr {04199.t2} {04199.s2} -> {04199.s1} 
+tr {04200.t1} {04199.p1|04200.p0} {04200.s1} -> {04200.p1|04201.p0} {04200.s2} 
+tr {04200.t2} {04200.s2} -> {04200.s1} 
+tr {04201.t1} {04200.p1|04201.p0} {04201.s1} -> {04201.p1|04202.p0} {04201.s2} 
+tr {04201.t2} {04201.s2} -> {04201.s1} 
+tr {04202.t1} {04201.p1|04202.p0} {04202.s1} -> {04202.p1|04203.p0} {04202.s2} 
+tr {04202.t2} {04202.s2} -> {04202.s1} 
+tr {04203.t1} {04202.p1|04203.p0} {04203.s1} -> {04203.p1|04204.p0} {04203.s2} 
+tr {04203.t2} {04203.s2} -> {04203.s1} 
+tr {04204.t1} {04203.p1|04204.p0} {04204.s1} -> {04204.p1|04205.p0} {04204.s2} 
+tr {04204.t2} {04204.s2} -> {04204.s1} 
+tr {04205.t1} {04204.p1|04205.p0} {04205.s1} -> {04205.p1|04206.p0} {04205.s2} 
+tr {04205.t2} {04205.s2} -> {04205.s1} 
+tr {04206.t1} {04205.p1|04206.p0} {04206.s1} -> {04206.p1|04207.p0} {04206.s2} 
+tr {04206.t2} {04206.s2} -> {04206.s1} 
+tr {04207.t1} {04206.p1|04207.p0} {04207.s1} -> {04207.p1|04208.p0} {04207.s2} 
+tr {04207.t2} {04207.s2} -> {04207.s1} 
+tr {04208.t1} {04207.p1|04208.p0} {04208.s1} -> {04208.p1|04209.p0} {04208.s2} 
+tr {04208.t2} {04208.s2} -> {04208.s1} 
+tr {04209.t1} {04208.p1|04209.p0} {04209.s1} -> {04209.p1|04210.p0} {04209.s2} 
+tr {04209.t2} {04209.s2} -> {04209.s1} 
+tr {04210.t1} {04209.p1|04210.p0} {04210.s1} -> {04210.p1|04211.p0} {04210.s2} 
+tr {04210.t2} {04210.s2} -> {04210.s1} 
+tr {04211.t1} {04210.p1|04211.p0} {04211.s1} -> {04211.p1|04212.p0} {04211.s2} 
+tr {04211.t2} {04211.s2} -> {04211.s1} 
+tr {04212.t1} {04211.p1|04212.p0} {04212.s1} -> {04212.p1|04213.p0} {04212.s2} 
+tr {04212.t2} {04212.s2} -> {04212.s1} 
+tr {04213.t1} {04212.p1|04213.p0} {04213.s1} -> {04213.p1|04214.p0} {04213.s2} 
+tr {04213.t2} {04213.s2} -> {04213.s1} 
+tr {04214.t1} {04213.p1|04214.p0} {04214.s1} -> {04214.p1|04215.p0} {04214.s2} 
+tr {04214.t2} {04214.s2} -> {04214.s1} 
+tr {04215.t1} {04214.p1|04215.p0} {04215.s1} -> {04215.p1|04216.p0} {04215.s2} 
+tr {04215.t2} {04215.s2} -> {04215.s1} 
+tr {04216.t1} {04215.p1|04216.p0} {04216.s1} -> {04216.p1|04217.p0} {04216.s2} 
+tr {04216.t2} {04216.s2} -> {04216.s1} 
+tr {04217.t1} {04216.p1|04217.p0} {04217.s1} -> {04217.p1|04218.p0} {04217.s2} 
+tr {04217.t2} {04217.s2} -> {04217.s1} 
+tr {04218.t1} {04217.p1|04218.p0} {04218.s1} -> {04218.p1|04219.p0} {04218.s2} 
+tr {04218.t2} {04218.s2} -> {04218.s1} 
+tr {04219.t1} {04218.p1|04219.p0} {04219.s1} -> {04219.p1|04220.p0} {04219.s2} 
+tr {04219.t2} {04219.s2} -> {04219.s1} 
+tr {04220.t1} {04219.p1|04220.p0} {04220.s1} -> {04220.p1|04221.p0} {04220.s2} 
+tr {04220.t2} {04220.s2} -> {04220.s1} 
+tr {04221.t1} {04220.p1|04221.p0} {04221.s1} -> {04221.p1|04222.p0} {04221.s2} 
+tr {04221.t2} {04221.s2} -> {04221.s1} 
+tr {04222.t1} {04221.p1|04222.p0} {04222.s1} -> {04222.p1|04223.p0} {04222.s2} 
+tr {04222.t2} {04222.s2} -> {04222.s1} 
+tr {04223.t1} {04222.p1|04223.p0} {04223.s1} -> {04223.p1|04224.p0} {04223.s2} 
+tr {04223.t2} {04223.s2} -> {04223.s1} 
+tr {04224.t1} {04223.p1|04224.p0} {04224.s1} -> {04224.p1|04225.p0} {04224.s2} 
+tr {04224.t2} {04224.s2} -> {04224.s1} 
+tr {04225.t1} {04224.p1|04225.p0} {04225.s1} -> {04225.p1|04226.p0} {04225.s2} 
+tr {04225.t2} {04225.s2} -> {04225.s1} 
+tr {04226.t1} {04225.p1|04226.p0} {04226.s1} -> {04226.p1|04227.p0} {04226.s2} 
+tr {04226.t2} {04226.s2} -> {04226.s1} 
+tr {04227.t1} {04226.p1|04227.p0} {04227.s1} -> {04227.p1|04228.p0} {04227.s2} 
+tr {04227.t2} {04227.s2} -> {04227.s1} 
+tr {04228.t1} {04227.p1|04228.p0} {04228.s1} -> {04228.p1|04229.p0} {04228.s2} 
+tr {04228.t2} {04228.s2} -> {04228.s1} 
+tr {04229.t1} {04228.p1|04229.p0} {04229.s1} -> {04229.p1|04230.p0} {04229.s2} 
+tr {04229.t2} {04229.s2} -> {04229.s1} 
+tr {04230.t1} {04229.p1|04230.p0} {04230.s1} -> {04230.p1|04231.p0} {04230.s2} 
+tr {04230.t2} {04230.s2} -> {04230.s1} 
+tr {04231.t1} {04230.p1|04231.p0} {04231.s1} -> {04231.p1|04232.p0} {04231.s2} 
+tr {04231.t2} {04231.s2} -> {04231.s1} 
+tr {04232.t1} {04231.p1|04232.p0} {04232.s1} -> {04232.p1|04233.p0} {04232.s2} 
+tr {04232.t2} {04232.s2} -> {04232.s1} 
+tr {04233.t1} {04232.p1|04233.p0} {04233.s1} -> {04233.p1|04234.p0} {04233.s2} 
+tr {04233.t2} {04233.s2} -> {04233.s1} 
+tr {04234.t1} {04233.p1|04234.p0} {04234.s1} -> {04234.p1|04235.p0} {04234.s2} 
+tr {04234.t2} {04234.s2} -> {04234.s1} 
+tr {04235.t1} {04234.p1|04235.p0} {04235.s1} -> {04235.p1|04236.p0} {04235.s2} 
+tr {04235.t2} {04235.s2} -> {04235.s1} 
+tr {04236.t1} {04235.p1|04236.p0} {04236.s1} -> {04236.p1|04237.p0} {04236.s2} 
+tr {04236.t2} {04236.s2} -> {04236.s1} 
+tr {04237.t1} {04236.p1|04237.p0} {04237.s1} -> {04237.p1|04238.p0} {04237.s2} 
+tr {04237.t2} {04237.s2} -> {04237.s1} 
+tr {04238.t1} {04237.p1|04238.p0} {04238.s1} -> {04238.p1|04239.p0} {04238.s2} 
+tr {04238.t2} {04238.s2} -> {04238.s1} 
+tr {04239.t1} {04238.p1|04239.p0} {04239.s1} -> {04239.p1|04240.p0} {04239.s2} 
+tr {04239.t2} {04239.s2} -> {04239.s1} 
+tr {04240.t1} {04239.p1|04240.p0} {04240.s1} -> {04240.p1|04241.p0} {04240.s2} 
+tr {04240.t2} {04240.s2} -> {04240.s1} 
+tr {04241.t1} {04240.p1|04241.p0} {04241.s1} -> {04241.p1|04242.p0} {04241.s2} 
+tr {04241.t2} {04241.s2} -> {04241.s1} 
+tr {04242.t1} {04241.p1|04242.p0} {04242.s1} -> {04242.p1|04243.p0} {04242.s2} 
+tr {04242.t2} {04242.s2} -> {04242.s1} 
+tr {04243.t1} {04242.p1|04243.p0} {04243.s1} -> {04243.p1|04244.p0} {04243.s2} 
+tr {04243.t2} {04243.s2} -> {04243.s1} 
+tr {04244.t1} {04243.p1|04244.p0} {04244.s1} -> {04244.p1|04245.p0} {04244.s2} 
+tr {04244.t2} {04244.s2} -> {04244.s1} 
+tr {04245.t1} {04244.p1|04245.p0} {04245.s1} -> {04245.p1|04246.p0} {04245.s2} 
+tr {04245.t2} {04245.s2} -> {04245.s1} 
+tr {04246.t1} {04245.p1|04246.p0} {04246.s1} -> {04246.p1|04247.p0} {04246.s2} 
+tr {04246.t2} {04246.s2} -> {04246.s1} 
+tr {04247.t1} {04246.p1|04247.p0} {04247.s1} -> {04247.p1|04248.p0} {04247.s2} 
+tr {04247.t2} {04247.s2} -> {04247.s1} 
+tr {04248.t1} {04247.p1|04248.p0} {04248.s1} -> {04248.p1|04249.p0} {04248.s2} 
+tr {04248.t2} {04248.s2} -> {04248.s1} 
+tr {04249.t1} {04248.p1|04249.p0} {04249.s1} -> {04249.p1|04250.p0} {04249.s2} 
+tr {04249.t2} {04249.s2} -> {04249.s1} 
+tr {04250.t1} {04249.p1|04250.p0} {04250.s1} -> {04250.p1|04251.p0} {04250.s2} 
+tr {04250.t2} {04250.s2} -> {04250.s1} 
+tr {04251.t1} {04250.p1|04251.p0} {04251.s1} -> {04251.p1|04252.p0} {04251.s2} 
+tr {04251.t2} {04251.s2} -> {04251.s1} 
+tr {04252.t1} {04251.p1|04252.p0} {04252.s1} -> {04252.p1|04253.p0} {04252.s2} 
+tr {04252.t2} {04252.s2} -> {04252.s1} 
+tr {04253.t1} {04252.p1|04253.p0} {04253.s1} -> {04253.p1|04254.p0} {04253.s2} 
+tr {04253.t2} {04253.s2} -> {04253.s1} 
+tr {04254.t1} {04253.p1|04254.p0} {04254.s1} -> {04254.p1|04255.p0} {04254.s2} 
+tr {04254.t2} {04254.s2} -> {04254.s1} 
+tr {04255.t1} {04254.p1|04255.p0} {04255.s1} -> {04255.p1|04256.p0} {04255.s2} 
+tr {04255.t2} {04255.s2} -> {04255.s1} 
+tr {04256.t1} {04255.p1|04256.p0} {04256.s1} -> {04256.p1|04257.p0} {04256.s2} 
+tr {04256.t2} {04256.s2} -> {04256.s1} 
+tr {04257.t1} {04256.p1|04257.p0} {04257.s1} -> {04257.p1|04258.p0} {04257.s2} 
+tr {04257.t2} {04257.s2} -> {04257.s1} 
+tr {04258.t1} {04257.p1|04258.p0} {04258.s1} -> {04258.p1|04259.p0} {04258.s2} 
+tr {04258.t2} {04258.s2} -> {04258.s1} 
+tr {04259.t1} {04258.p1|04259.p0} {04259.s1} -> {04259.p1|04260.p0} {04259.s2} 
+tr {04259.t2} {04259.s2} -> {04259.s1} 
+tr {04260.t1} {04259.p1|04260.p0} {04260.s1} -> {04260.p1|04261.p0} {04260.s2} 
+tr {04260.t2} {04260.s2} -> {04260.s1} 
+tr {04261.t1} {04260.p1|04261.p0} {04261.s1} -> {04261.p1|04262.p0} {04261.s2} 
+tr {04261.t2} {04261.s2} -> {04261.s1} 
+tr {04262.t1} {04261.p1|04262.p0} {04262.s1} -> {04262.p1|04263.p0} {04262.s2} 
+tr {04262.t2} {04262.s2} -> {04262.s1} 
+tr {04263.t1} {04262.p1|04263.p0} {04263.s1} -> {04263.p1|04264.p0} {04263.s2} 
+tr {04263.t2} {04263.s2} -> {04263.s1} 
+tr {04264.t1} {04263.p1|04264.p0} {04264.s1} -> {04264.p1|04265.p0} {04264.s2} 
+tr {04264.t2} {04264.s2} -> {04264.s1} 
+tr {04265.t1} {04264.p1|04265.p0} {04265.s1} -> {04265.p1|04266.p0} {04265.s2} 
+tr {04265.t2} {04265.s2} -> {04265.s1} 
+tr {04266.t1} {04265.p1|04266.p0} {04266.s1} -> {04266.p1|04267.p0} {04266.s2} 
+tr {04266.t2} {04266.s2} -> {04266.s1} 
+tr {04267.t1} {04266.p1|04267.p0} {04267.s1} -> {04267.p1|04268.p0} {04267.s2} 
+tr {04267.t2} {04267.s2} -> {04267.s1} 
+tr {04268.t1} {04267.p1|04268.p0} {04268.s1} -> {04268.p1|04269.p0} {04268.s2} 
+tr {04268.t2} {04268.s2} -> {04268.s1} 
+tr {04269.t1} {04268.p1|04269.p0} {04269.s1} -> {04269.p1|04270.p0} {04269.s2} 
+tr {04269.t2} {04269.s2} -> {04269.s1} 
+tr {04270.t1} {04269.p1|04270.p0} {04270.s1} -> {04270.p1|04271.p0} {04270.s2} 
+tr {04270.t2} {04270.s2} -> {04270.s1} 
+tr {04271.t1} {04270.p1|04271.p0} {04271.s1} -> {04271.p1|04272.p0} {04271.s2} 
+tr {04271.t2} {04271.s2} -> {04271.s1} 
+tr {04272.t1} {04271.p1|04272.p0} {04272.s1} -> {04272.p1|04273.p0} {04272.s2} 
+tr {04272.t2} {04272.s2} -> {04272.s1} 
+tr {04273.t1} {04272.p1|04273.p0} {04273.s1} -> {04273.p1|04274.p0} {04273.s2} 
+tr {04273.t2} {04273.s2} -> {04273.s1} 
+tr {04274.t1} {04273.p1|04274.p0} {04274.s1} -> {04274.p1|04275.p0} {04274.s2} 
+tr {04274.t2} {04274.s2} -> {04274.s1} 
+tr {04275.t1} {04274.p1|04275.p0} {04275.s1} -> {04275.p1|04276.p0} {04275.s2} 
+tr {04275.t2} {04275.s2} -> {04275.s1} 
+tr {04276.t1} {04275.p1|04276.p0} {04276.s1} -> {04276.p1|04277.p0} {04276.s2} 
+tr {04276.t2} {04276.s2} -> {04276.s1} 
+tr {04277.t1} {04276.p1|04277.p0} {04277.s1} -> {04277.p1|04278.p0} {04277.s2} 
+tr {04277.t2} {04277.s2} -> {04277.s1} 
+tr {04278.t1} {04277.p1|04278.p0} {04278.s1} -> {04278.p1|04279.p0} {04278.s2} 
+tr {04278.t2} {04278.s2} -> {04278.s1} 
+tr {04279.t1} {04278.p1|04279.p0} {04279.s1} -> {04279.p1|04280.p0} {04279.s2} 
+tr {04279.t2} {04279.s2} -> {04279.s1} 
+tr {04280.t1} {04279.p1|04280.p0} {04280.s1} -> {04280.p1|04281.p0} {04280.s2} 
+tr {04280.t2} {04280.s2} -> {04280.s1} 
+tr {04281.t1} {04280.p1|04281.p0} {04281.s1} -> {04281.p1|04282.p0} {04281.s2} 
+tr {04281.t2} {04281.s2} -> {04281.s1} 
+tr {04282.t1} {04281.p1|04282.p0} {04282.s1} -> {04282.p1|04283.p0} {04282.s2} 
+tr {04282.t2} {04282.s2} -> {04282.s1} 
+tr {04283.t1} {04282.p1|04283.p0} {04283.s1} -> {04283.p1|04284.p0} {04283.s2} 
+tr {04283.t2} {04283.s2} -> {04283.s1} 
+tr {04284.t1} {04283.p1|04284.p0} {04284.s1} -> {04284.p1|04285.p0} {04284.s2} 
+tr {04284.t2} {04284.s2} -> {04284.s1} 
+tr {04285.t1} {04284.p1|04285.p0} {04285.s1} -> {04285.p1|04286.p0} {04285.s2} 
+tr {04285.t2} {04285.s2} -> {04285.s1} 
+tr {04286.t1} {04285.p1|04286.p0} {04286.s1} -> {04286.p1|04287.p0} {04286.s2} 
+tr {04286.t2} {04286.s2} -> {04286.s1} 
+tr {04287.t1} {04286.p1|04287.p0} {04287.s1} -> {04287.p1|04288.p0} {04287.s2} 
+tr {04287.t2} {04287.s2} -> {04287.s1} 
+tr {04288.t1} {04287.p1|04288.p0} {04288.s1} -> {04288.p1|04289.p0} {04288.s2} 
+tr {04288.t2} {04288.s2} -> {04288.s1} 
+tr {04289.t1} {04288.p1|04289.p0} {04289.s1} -> {04289.p1|04290.p0} {04289.s2} 
+tr {04289.t2} {04289.s2} -> {04289.s1} 
+tr {04290.t1} {04289.p1|04290.p0} {04290.s1} -> {04290.p1|04291.p0} {04290.s2} 
+tr {04290.t2} {04290.s2} -> {04290.s1} 
+tr {04291.t1} {04290.p1|04291.p0} {04291.s1} -> {04291.p1|04292.p0} {04291.s2} 
+tr {04291.t2} {04291.s2} -> {04291.s1} 
+tr {04292.t1} {04291.p1|04292.p0} {04292.s1} -> {04292.p1|04293.p0} {04292.s2} 
+tr {04292.t2} {04292.s2} -> {04292.s1} 
+tr {04293.t1} {04292.p1|04293.p0} {04293.s1} -> {04293.p1|04294.p0} {04293.s2} 
+tr {04293.t2} {04293.s2} -> {04293.s1} 
+tr {04294.t1} {04293.p1|04294.p0} {04294.s1} -> {04294.p1|04295.p0} {04294.s2} 
+tr {04294.t2} {04294.s2} -> {04294.s1} 
+tr {04295.t1} {04294.p1|04295.p0} {04295.s1} -> {04295.p1|04296.p0} {04295.s2} 
+tr {04295.t2} {04295.s2} -> {04295.s1} 
+tr {04296.t1} {04295.p1|04296.p0} {04296.s1} -> {04296.p1|04297.p0} {04296.s2} 
+tr {04296.t2} {04296.s2} -> {04296.s1} 
+tr {04297.t1} {04296.p1|04297.p0} {04297.s1} -> {04297.p1|04298.p0} {04297.s2} 
+tr {04297.t2} {04297.s2} -> {04297.s1} 
+tr {04298.t1} {04297.p1|04298.p0} {04298.s1} -> {04298.p1|04299.p0} {04298.s2} 
+tr {04298.t2} {04298.s2} -> {04298.s1} 
+tr {04299.t1} {04298.p1|04299.p0} {04299.s1} -> {04299.p1|04300.p0} {04299.s2} 
+tr {04299.t2} {04299.s2} -> {04299.s1} 
+tr {04300.t1} {04299.p1|04300.p0} {04300.s1} -> {04300.p1|04301.p0} {04300.s2} 
+tr {04300.t2} {04300.s2} -> {04300.s1} 
+tr {04301.t1} {04300.p1|04301.p0} {04301.s1} -> {04301.p1|04302.p0} {04301.s2} 
+tr {04301.t2} {04301.s2} -> {04301.s1} 
+tr {04302.t1} {04301.p1|04302.p0} {04302.s1} -> {04302.p1|04303.p0} {04302.s2} 
+tr {04302.t2} {04302.s2} -> {04302.s1} 
+tr {04303.t1} {04302.p1|04303.p0} {04303.s1} -> {04303.p1|04304.p0} {04303.s2} 
+tr {04303.t2} {04303.s2} -> {04303.s1} 
+tr {04304.t1} {04303.p1|04304.p0} {04304.s1} -> {04304.p1|04305.p0} {04304.s2} 
+tr {04304.t2} {04304.s2} -> {04304.s1} 
+tr {04305.t1} {04304.p1|04305.p0} {04305.s1} -> {04305.p1|04306.p0} {04305.s2} 
+tr {04305.t2} {04305.s2} -> {04305.s1} 
+tr {04306.t1} {04305.p1|04306.p0} {04306.s1} -> {04306.p1|04307.p0} {04306.s2} 
+tr {04306.t2} {04306.s2} -> {04306.s1} 
+tr {04307.t1} {04306.p1|04307.p0} {04307.s1} -> {04307.p1|04308.p0} {04307.s2} 
+tr {04307.t2} {04307.s2} -> {04307.s1} 
+tr {04308.t1} {04307.p1|04308.p0} {04308.s1} -> {04308.p1|04309.p0} {04308.s2} 
+tr {04308.t2} {04308.s2} -> {04308.s1} 
+tr {04309.t1} {04308.p1|04309.p0} {04309.s1} -> {04309.p1|04310.p0} {04309.s2} 
+tr {04309.t2} {04309.s2} -> {04309.s1} 
+tr {04310.t1} {04309.p1|04310.p0} {04310.s1} -> {04310.p1|04311.p0} {04310.s2} 
+tr {04310.t2} {04310.s2} -> {04310.s1} 
+tr {04311.t1} {04310.p1|04311.p0} {04311.s1} -> {04311.p1|04312.p0} {04311.s2} 
+tr {04311.t2} {04311.s2} -> {04311.s1} 
+tr {04312.t1} {04311.p1|04312.p0} {04312.s1} -> {04312.p1|04313.p0} {04312.s2} 
+tr {04312.t2} {04312.s2} -> {04312.s1} 
+tr {04313.t1} {04312.p1|04313.p0} {04313.s1} -> {04313.p1|04314.p0} {04313.s2} 
+tr {04313.t2} {04313.s2} -> {04313.s1} 
+tr {04314.t1} {04313.p1|04314.p0} {04314.s1} -> {04314.p1|04315.p0} {04314.s2} 
+tr {04314.t2} {04314.s2} -> {04314.s1} 
+tr {04315.t1} {04314.p1|04315.p0} {04315.s1} -> {04315.p1|04316.p0} {04315.s2} 
+tr {04315.t2} {04315.s2} -> {04315.s1} 
+tr {04316.t1} {04315.p1|04316.p0} {04316.s1} -> {04316.p1|04317.p0} {04316.s2} 
+tr {04316.t2} {04316.s2} -> {04316.s1} 
+tr {04317.t1} {04316.p1|04317.p0} {04317.s1} -> {04317.p1|04318.p0} {04317.s2} 
+tr {04317.t2} {04317.s2} -> {04317.s1} 
+tr {04318.t1} {04317.p1|04318.p0} {04318.s1} -> {04318.p1|04319.p0} {04318.s2} 
+tr {04318.t2} {04318.s2} -> {04318.s1} 
+tr {04319.t1} {04318.p1|04319.p0} {04319.s1} -> {04319.p1|04320.p0} {04319.s2} 
+tr {04319.t2} {04319.s2} -> {04319.s1} 
+tr {04320.t1} {04319.p1|04320.p0} {04320.s1} -> {04320.p1|04321.p0} {04320.s2} 
+tr {04320.t2} {04320.s2} -> {04320.s1} 
+tr {04321.t1} {04320.p1|04321.p0} {04321.s1} -> {04321.p1|04322.p0} {04321.s2} 
+tr {04321.t2} {04321.s2} -> {04321.s1} 
+tr {04322.t1} {04321.p1|04322.p0} {04322.s1} -> {04322.p1|04323.p0} {04322.s2} 
+tr {04322.t2} {04322.s2} -> {04322.s1} 
+tr {04323.t1} {04322.p1|04323.p0} {04323.s1} -> {04323.p1|04324.p0} {04323.s2} 
+tr {04323.t2} {04323.s2} -> {04323.s1} 
+tr {04324.t1} {04323.p1|04324.p0} {04324.s1} -> {04324.p1|04325.p0} {04324.s2} 
+tr {04324.t2} {04324.s2} -> {04324.s1} 
+tr {04325.t1} {04324.p1|04325.p0} {04325.s1} -> {04325.p1|04326.p0} {04325.s2} 
+tr {04325.t2} {04325.s2} -> {04325.s1} 
+tr {04326.t1} {04325.p1|04326.p0} {04326.s1} -> {04326.p1|04327.p0} {04326.s2} 
+tr {04326.t2} {04326.s2} -> {04326.s1} 
+tr {04327.t1} {04326.p1|04327.p0} {04327.s1} -> {04327.p1|04328.p0} {04327.s2} 
+tr {04327.t2} {04327.s2} -> {04327.s1} 
+tr {04328.t1} {04327.p1|04328.p0} {04328.s1} -> {04328.p1|04329.p0} {04328.s2} 
+tr {04328.t2} {04328.s2} -> {04328.s1} 
+tr {04329.t1} {04328.p1|04329.p0} {04329.s1} -> {04329.p1|04330.p0} {04329.s2} 
+tr {04329.t2} {04329.s2} -> {04329.s1} 
+tr {04330.t1} {04329.p1|04330.p0} {04330.s1} -> {04330.p1|04331.p0} {04330.s2} 
+tr {04330.t2} {04330.s2} -> {04330.s1} 
+tr {04331.t1} {04330.p1|04331.p0} {04331.s1} -> {04331.p1|04332.p0} {04331.s2} 
+tr {04331.t2} {04331.s2} -> {04331.s1} 
+tr {04332.t1} {04331.p1|04332.p0} {04332.s1} -> {04332.p1|04333.p0} {04332.s2} 
+tr {04332.t2} {04332.s2} -> {04332.s1} 
+tr {04333.t1} {04332.p1|04333.p0} {04333.s1} -> {04333.p1|04334.p0} {04333.s2} 
+tr {04333.t2} {04333.s2} -> {04333.s1} 
+tr {04334.t1} {04333.p1|04334.p0} {04334.s1} -> {04334.p1|04335.p0} {04334.s2} 
+tr {04334.t2} {04334.s2} -> {04334.s1} 
+tr {04335.t1} {04334.p1|04335.p0} {04335.s1} -> {04335.p1|04336.p0} {04335.s2} 
+tr {04335.t2} {04335.s2} -> {04335.s1} 
+tr {04336.t1} {04335.p1|04336.p0} {04336.s1} -> {04336.p1|04337.p0} {04336.s2} 
+tr {04336.t2} {04336.s2} -> {04336.s1} 
+tr {04337.t1} {04336.p1|04337.p0} {04337.s1} -> {04337.p1|04338.p0} {04337.s2} 
+tr {04337.t2} {04337.s2} -> {04337.s1} 
+tr {04338.t1} {04337.p1|04338.p0} {04338.s1} -> {04338.p1|04339.p0} {04338.s2} 
+tr {04338.t2} {04338.s2} -> {04338.s1} 
+tr {04339.t1} {04338.p1|04339.p0} {04339.s1} -> {04339.p1|04340.p0} {04339.s2} 
+tr {04339.t2} {04339.s2} -> {04339.s1} 
+tr {04340.t1} {04339.p1|04340.p0} {04340.s1} -> {04340.p1|04341.p0} {04340.s2} 
+tr {04340.t2} {04340.s2} -> {04340.s1} 
+tr {04341.t1} {04340.p1|04341.p0} {04341.s1} -> {04341.p1|04342.p0} {04341.s2} 
+tr {04341.t2} {04341.s2} -> {04341.s1} 
+tr {04342.t1} {04341.p1|04342.p0} {04342.s1} -> {04342.p1|04343.p0} {04342.s2} 
+tr {04342.t2} {04342.s2} -> {04342.s1} 
+tr {04343.t1} {04342.p1|04343.p0} {04343.s1} -> {04343.p1|04344.p0} {04343.s2} 
+tr {04343.t2} {04343.s2} -> {04343.s1} 
+tr {04344.t1} {04343.p1|04344.p0} {04344.s1} -> {04344.p1|04345.p0} {04344.s2} 
+tr {04344.t2} {04344.s2} -> {04344.s1} 
+tr {04345.t1} {04344.p1|04345.p0} {04345.s1} -> {04345.p1|04346.p0} {04345.s2} 
+tr {04345.t2} {04345.s2} -> {04345.s1} 
+tr {04346.t1} {04345.p1|04346.p0} {04346.s1} -> {04346.p1|04347.p0} {04346.s2} 
+tr {04346.t2} {04346.s2} -> {04346.s1} 
+tr {04347.t1} {04346.p1|04347.p0} {04347.s1} -> {04347.p1|04348.p0} {04347.s2} 
+tr {04347.t2} {04347.s2} -> {04347.s1} 
+tr {04348.t1} {04347.p1|04348.p0} {04348.s1} -> {04348.p1|04349.p0} {04348.s2} 
+tr {04348.t2} {04348.s2} -> {04348.s1} 
+tr {04349.t1} {04348.p1|04349.p0} {04349.s1} -> {04349.p1|04350.p0} {04349.s2} 
+tr {04349.t2} {04349.s2} -> {04349.s1} 
+tr {04350.t1} {04349.p1|04350.p0} {04350.s1} -> {04350.p1|04351.p0} {04350.s2} 
+tr {04350.t2} {04350.s2} -> {04350.s1} 
+tr {04351.t1} {04350.p1|04351.p0} {04351.s1} -> {04351.p1|04352.p0} {04351.s2} 
+tr {04351.t2} {04351.s2} -> {04351.s1} 
+tr {04352.t1} {04351.p1|04352.p0} {04352.s1} -> {04352.p1|04353.p0} {04352.s2} 
+tr {04352.t2} {04352.s2} -> {04352.s1} 
+tr {04353.t1} {04352.p1|04353.p0} {04353.s1} -> {04353.p1|04354.p0} {04353.s2} 
+tr {04353.t2} {04353.s2} -> {04353.s1} 
+tr {04354.t1} {04353.p1|04354.p0} {04354.s1} -> {04354.p1|04355.p0} {04354.s2} 
+tr {04354.t2} {04354.s2} -> {04354.s1} 
+tr {04355.t1} {04354.p1|04355.p0} {04355.s1} -> {04355.p1|04356.p0} {04355.s2} 
+tr {04355.t2} {04355.s2} -> {04355.s1} 
+tr {04356.t1} {04355.p1|04356.p0} {04356.s1} -> {04356.p1|04357.p0} {04356.s2} 
+tr {04356.t2} {04356.s2} -> {04356.s1} 
+tr {04357.t1} {04356.p1|04357.p0} {04357.s1} -> {04357.p1|04358.p0} {04357.s2} 
+tr {04357.t2} {04357.s2} -> {04357.s1} 
+tr {04358.t1} {04357.p1|04358.p0} {04358.s1} -> {04358.p1|04359.p0} {04358.s2} 
+tr {04358.t2} {04358.s2} -> {04358.s1} 
+tr {04359.t1} {04358.p1|04359.p0} {04359.s1} -> {04359.p1|04360.p0} {04359.s2} 
+tr {04359.t2} {04359.s2} -> {04359.s1} 
+tr {04360.t1} {04359.p1|04360.p0} {04360.s1} -> {04360.p1|04361.p0} {04360.s2} 
+tr {04360.t2} {04360.s2} -> {04360.s1} 
+tr {04361.t1} {04360.p1|04361.p0} {04361.s1} -> {04361.p1|04362.p0} {04361.s2} 
+tr {04361.t2} {04361.s2} -> {04361.s1} 
+tr {04362.t1} {04361.p1|04362.p0} {04362.s1} -> {04362.p1|04363.p0} {04362.s2} 
+tr {04362.t2} {04362.s2} -> {04362.s1} 
+tr {04363.t1} {04362.p1|04363.p0} {04363.s1} -> {04363.p1|04364.p0} {04363.s2} 
+tr {04363.t2} {04363.s2} -> {04363.s1} 
+tr {04364.t1} {04363.p1|04364.p0} {04364.s1} -> {04364.p1|04365.p0} {04364.s2} 
+tr {04364.t2} {04364.s2} -> {04364.s1} 
+tr {04365.t1} {04364.p1|04365.p0} {04365.s1} -> {04365.p1|04366.p0} {04365.s2} 
+tr {04365.t2} {04365.s2} -> {04365.s1} 
+tr {04366.t1} {04365.p1|04366.p0} {04366.s1} -> {04366.p1|04367.p0} {04366.s2} 
+tr {04366.t2} {04366.s2} -> {04366.s1} 
+tr {04367.t1} {04366.p1|04367.p0} {04367.s1} -> {04367.p1|04368.p0} {04367.s2} 
+tr {04367.t2} {04367.s2} -> {04367.s1} 
+tr {04368.t1} {04367.p1|04368.p0} {04368.s1} -> {04368.p1|04369.p0} {04368.s2} 
+tr {04368.t2} {04368.s2} -> {04368.s1} 
+tr {04369.t1} {04368.p1|04369.p0} {04369.s1} -> {04369.p1|04370.p0} {04369.s2} 
+tr {04369.t2} {04369.s2} -> {04369.s1} 
+tr {04370.t1} {04369.p1|04370.p0} {04370.s1} -> {04370.p1|04371.p0} {04370.s2} 
+tr {04370.t2} {04370.s2} -> {04370.s1} 
+tr {04371.t1} {04370.p1|04371.p0} {04371.s1} -> {04371.p1|04372.p0} {04371.s2} 
+tr {04371.t2} {04371.s2} -> {04371.s1} 
+tr {04372.t1} {04371.p1|04372.p0} {04372.s1} -> {04372.p1|04373.p0} {04372.s2} 
+tr {04372.t2} {04372.s2} -> {04372.s1} 
+tr {04373.t1} {04372.p1|04373.p0} {04373.s1} -> {04373.p1|04374.p0} {04373.s2} 
+tr {04373.t2} {04373.s2} -> {04373.s1} 
+tr {04374.t1} {04373.p1|04374.p0} {04374.s1} -> {04374.p1|04375.p0} {04374.s2} 
+tr {04374.t2} {04374.s2} -> {04374.s1} 
+tr {04375.t1} {04374.p1|04375.p0} {04375.s1} -> {04375.p1|04376.p0} {04375.s2} 
+tr {04375.t2} {04375.s2} -> {04375.s1} 
+tr {04376.t1} {04375.p1|04376.p0} {04376.s1} -> {04376.p1|04377.p0} {04376.s2} 
+tr {04376.t2} {04376.s2} -> {04376.s1} 
+tr {04377.t1} {04376.p1|04377.p0} {04377.s1} -> {04377.p1|04378.p0} {04377.s2} 
+tr {04377.t2} {04377.s2} -> {04377.s1} 
+tr {04378.t1} {04377.p1|04378.p0} {04378.s1} -> {04378.p1|04379.p0} {04378.s2} 
+tr {04378.t2} {04378.s2} -> {04378.s1} 
+tr {04379.t1} {04378.p1|04379.p0} {04379.s1} -> {04379.p1|04380.p0} {04379.s2} 
+tr {04379.t2} {04379.s2} -> {04379.s1} 
+tr {04380.t1} {04379.p1|04380.p0} {04380.s1} -> {04380.p1|04381.p0} {04380.s2} 
+tr {04380.t2} {04380.s2} -> {04380.s1} 
+tr {04381.t1} {04380.p1|04381.p0} {04381.s1} -> {04381.p1|04382.p0} {04381.s2} 
+tr {04381.t2} {04381.s2} -> {04381.s1} 
+tr {04382.t1} {04381.p1|04382.p0} {04382.s1} -> {04382.p1|04383.p0} {04382.s2} 
+tr {04382.t2} {04382.s2} -> {04382.s1} 
+tr {04383.t1} {04382.p1|04383.p0} {04383.s1} -> {04383.p1|04384.p0} {04383.s2} 
+tr {04383.t2} {04383.s2} -> {04383.s1} 
+tr {04384.t1} {04383.p1|04384.p0} {04384.s1} -> {04384.p1|04385.p0} {04384.s2} 
+tr {04384.t2} {04384.s2} -> {04384.s1} 
+tr {04385.t1} {04384.p1|04385.p0} {04385.s1} -> {04385.p1|04386.p0} {04385.s2} 
+tr {04385.t2} {04385.s2} -> {04385.s1} 
+tr {04386.t1} {04385.p1|04386.p0} {04386.s1} -> {04386.p1|04387.p0} {04386.s2} 
+tr {04386.t2} {04386.s2} -> {04386.s1} 
+tr {04387.t1} {04386.p1|04387.p0} {04387.s1} -> {04387.p1|04388.p0} {04387.s2} 
+tr {04387.t2} {04387.s2} -> {04387.s1} 
+tr {04388.t1} {04387.p1|04388.p0} {04388.s1} -> {04388.p1|04389.p0} {04388.s2} 
+tr {04388.t2} {04388.s2} -> {04388.s1} 
+tr {04389.t1} {04388.p1|04389.p0} {04389.s1} -> {04389.p1|04390.p0} {04389.s2} 
+tr {04389.t2} {04389.s2} -> {04389.s1} 
+tr {04390.t1} {04389.p1|04390.p0} {04390.s1} -> {04390.p1|04391.p0} {04390.s2} 
+tr {04390.t2} {04390.s2} -> {04390.s1} 
+tr {04391.t1} {04390.p1|04391.p0} {04391.s1} -> {04391.p1|04392.p0} {04391.s2} 
+tr {04391.t2} {04391.s2} -> {04391.s1} 
+tr {04392.t1} {04391.p1|04392.p0} {04392.s1} -> {04392.p1|04393.p0} {04392.s2} 
+tr {04392.t2} {04392.s2} -> {04392.s1} 
+tr {04393.t1} {04392.p1|04393.p0} {04393.s1} -> {04393.p1|04394.p0} {04393.s2} 
+tr {04393.t2} {04393.s2} -> {04393.s1} 
+tr {04394.t1} {04393.p1|04394.p0} {04394.s1} -> {04394.p1|04395.p0} {04394.s2} 
+tr {04394.t2} {04394.s2} -> {04394.s1} 
+tr {04395.t1} {04394.p1|04395.p0} {04395.s1} -> {04395.p1|04396.p0} {04395.s2} 
+tr {04395.t2} {04395.s2} -> {04395.s1} 
+tr {04396.t1} {04395.p1|04396.p0} {04396.s1} -> {04396.p1|04397.p0} {04396.s2} 
+tr {04396.t2} {04396.s2} -> {04396.s1} 
+tr {04397.t1} {04396.p1|04397.p0} {04397.s1} -> {04397.p1|04398.p0} {04397.s2} 
+tr {04397.t2} {04397.s2} -> {04397.s1} 
+tr {04398.t1} {04397.p1|04398.p0} {04398.s1} -> {04398.p1|04399.p0} {04398.s2} 
+tr {04398.t2} {04398.s2} -> {04398.s1} 
+tr {04399.t1} {04398.p1|04399.p0} {04399.s1} -> {04399.p1|04400.p0} {04399.s2} 
+tr {04399.t2} {04399.s2} -> {04399.s1} 
+tr {04400.t1} {04399.p1|04400.p0} {04400.s1} -> {04400.p1|04401.p0} {04400.s2} 
+tr {04400.t2} {04400.s2} -> {04400.s1} 
+tr {04401.t1} {04400.p1|04401.p0} {04401.s1} -> {04401.p1|04402.p0} {04401.s2} 
+tr {04401.t2} {04401.s2} -> {04401.s1} 
+tr {04402.t1} {04401.p1|04402.p0} {04402.s1} -> {04402.p1|04403.p0} {04402.s2} 
+tr {04402.t2} {04402.s2} -> {04402.s1} 
+tr {04403.t1} {04402.p1|04403.p0} {04403.s1} -> {04403.p1|04404.p0} {04403.s2} 
+tr {04403.t2} {04403.s2} -> {04403.s1} 
+tr {04404.t1} {04403.p1|04404.p0} {04404.s1} -> {04404.p1|04405.p0} {04404.s2} 
+tr {04404.t2} {04404.s2} -> {04404.s1} 
+tr {04405.t1} {04404.p1|04405.p0} {04405.s1} -> {04405.p1|04406.p0} {04405.s2} 
+tr {04405.t2} {04405.s2} -> {04405.s1} 
+tr {04406.t1} {04405.p1|04406.p0} {04406.s1} -> {04406.p1|04407.p0} {04406.s2} 
+tr {04406.t2} {04406.s2} -> {04406.s1} 
+tr {04407.t1} {04406.p1|04407.p0} {04407.s1} -> {04407.p1|04408.p0} {04407.s2} 
+tr {04407.t2} {04407.s2} -> {04407.s1} 
+tr {04408.t1} {04407.p1|04408.p0} {04408.s1} -> {04408.p1|04409.p0} {04408.s2} 
+tr {04408.t2} {04408.s2} -> {04408.s1} 
+tr {04409.t1} {04408.p1|04409.p0} {04409.s1} -> {04409.p1|04410.p0} {04409.s2} 
+tr {04409.t2} {04409.s2} -> {04409.s1} 
+tr {04410.t1} {04409.p1|04410.p0} {04410.s1} -> {04410.p1|04411.p0} {04410.s2} 
+tr {04410.t2} {04410.s2} -> {04410.s1} 
+tr {04411.t1} {04410.p1|04411.p0} {04411.s1} -> {04411.p1|04412.p0} {04411.s2} 
+tr {04411.t2} {04411.s2} -> {04411.s1} 
+tr {04412.t1} {04411.p1|04412.p0} {04412.s1} -> {04412.p1|04413.p0} {04412.s2} 
+tr {04412.t2} {04412.s2} -> {04412.s1} 
+tr {04413.t1} {04412.p1|04413.p0} {04413.s1} -> {04413.p1|04414.p0} {04413.s2} 
+tr {04413.t2} {04413.s2} -> {04413.s1} 
+tr {04414.t1} {04413.p1|04414.p0} {04414.s1} -> {04414.p1|04415.p0} {04414.s2} 
+tr {04414.t2} {04414.s2} -> {04414.s1} 
+tr {04415.t1} {04414.p1|04415.p0} {04415.s1} -> {04415.p1|04416.p0} {04415.s2} 
+tr {04415.t2} {04415.s2} -> {04415.s1} 
+tr {04416.t1} {04415.p1|04416.p0} {04416.s1} -> {04416.p1|04417.p0} {04416.s2} 
+tr {04416.t2} {04416.s2} -> {04416.s1} 
+tr {04417.t1} {04416.p1|04417.p0} {04417.s1} -> {04417.p1|04418.p0} {04417.s2} 
+tr {04417.t2} {04417.s2} -> {04417.s1} 
+tr {04418.t1} {04417.p1|04418.p0} {04418.s1} -> {04418.p1|04419.p0} {04418.s2} 
+tr {04418.t2} {04418.s2} -> {04418.s1} 
+tr {04419.t1} {04418.p1|04419.p0} {04419.s1} -> {04419.p1|04420.p0} {04419.s2} 
+tr {04419.t2} {04419.s2} -> {04419.s1} 
+tr {04420.t1} {04419.p1|04420.p0} {04420.s1} -> {04420.p1|04421.p0} {04420.s2} 
+tr {04420.t2} {04420.s2} -> {04420.s1} 
+tr {04421.t1} {04420.p1|04421.p0} {04421.s1} -> {04421.p1|04422.p0} {04421.s2} 
+tr {04421.t2} {04421.s2} -> {04421.s1} 
+tr {04422.t1} {04421.p1|04422.p0} {04422.s1} -> {04422.p1|04423.p0} {04422.s2} 
+tr {04422.t2} {04422.s2} -> {04422.s1} 
+tr {04423.t1} {04422.p1|04423.p0} {04423.s1} -> {04423.p1|04424.p0} {04423.s2} 
+tr {04423.t2} {04423.s2} -> {04423.s1} 
+tr {04424.t1} {04423.p1|04424.p0} {04424.s1} -> {04424.p1|04425.p0} {04424.s2} 
+tr {04424.t2} {04424.s2} -> {04424.s1} 
+tr {04425.t1} {04424.p1|04425.p0} {04425.s1} -> {04425.p1|04426.p0} {04425.s2} 
+tr {04425.t2} {04425.s2} -> {04425.s1} 
+tr {04426.t1} {04425.p1|04426.p0} {04426.s1} -> {04426.p1|04427.p0} {04426.s2} 
+tr {04426.t2} {04426.s2} -> {04426.s1} 
+tr {04427.t1} {04426.p1|04427.p0} {04427.s1} -> {04427.p1|04428.p0} {04427.s2} 
+tr {04427.t2} {04427.s2} -> {04427.s1} 
+tr {04428.t1} {04427.p1|04428.p0} {04428.s1} -> {04428.p1|04429.p0} {04428.s2} 
+tr {04428.t2} {04428.s2} -> {04428.s1} 
+tr {04429.t1} {04428.p1|04429.p0} {04429.s1} -> {04429.p1|04430.p0} {04429.s2} 
+tr {04429.t2} {04429.s2} -> {04429.s1} 
+tr {04430.t1} {04429.p1|04430.p0} {04430.s1} -> {04430.p1|04431.p0} {04430.s2} 
+tr {04430.t2} {04430.s2} -> {04430.s1} 
+tr {04431.t1} {04430.p1|04431.p0} {04431.s1} -> {04431.p1|04432.p0} {04431.s2} 
+tr {04431.t2} {04431.s2} -> {04431.s1} 
+tr {04432.t1} {04431.p1|04432.p0} {04432.s1} -> {04432.p1|04433.p0} {04432.s2} 
+tr {04432.t2} {04432.s2} -> {04432.s1} 
+tr {04433.t1} {04432.p1|04433.p0} {04433.s1} -> {04433.p1|04434.p0} {04433.s2} 
+tr {04433.t2} {04433.s2} -> {04433.s1} 
+tr {04434.t1} {04433.p1|04434.p0} {04434.s1} -> {04434.p1|04435.p0} {04434.s2} 
+tr {04434.t2} {04434.s2} -> {04434.s1} 
+tr {04435.t1} {04434.p1|04435.p0} {04435.s1} -> {04435.p1|04436.p0} {04435.s2} 
+tr {04435.t2} {04435.s2} -> {04435.s1} 
+tr {04436.t1} {04435.p1|04436.p0} {04436.s1} -> {04436.p1|04437.p0} {04436.s2} 
+tr {04436.t2} {04436.s2} -> {04436.s1} 
+tr {04437.t1} {04436.p1|04437.p0} {04437.s1} -> {04437.p1|04438.p0} {04437.s2} 
+tr {04437.t2} {04437.s2} -> {04437.s1} 
+tr {04438.t1} {04437.p1|04438.p0} {04438.s1} -> {04438.p1|04439.p0} {04438.s2} 
+tr {04438.t2} {04438.s2} -> {04438.s1} 
+tr {04439.t1} {04438.p1|04439.p0} {04439.s1} -> {04439.p1|04440.p0} {04439.s2} 
+tr {04439.t2} {04439.s2} -> {04439.s1} 
+tr {04440.t1} {04439.p1|04440.p0} {04440.s1} -> {04440.p1|04441.p0} {04440.s2} 
+tr {04440.t2} {04440.s2} -> {04440.s1} 
+tr {04441.t1} {04440.p1|04441.p0} {04441.s1} -> {04441.p1|04442.p0} {04441.s2} 
+tr {04441.t2} {04441.s2} -> {04441.s1} 
+tr {04442.t1} {04441.p1|04442.p0} {04442.s1} -> {04442.p1|04443.p0} {04442.s2} 
+tr {04442.t2} {04442.s2} -> {04442.s1} 
+tr {04443.t1} {04442.p1|04443.p0} {04443.s1} -> {04443.p1|04444.p0} {04443.s2} 
+tr {04443.t2} {04443.s2} -> {04443.s1} 
+tr {04444.t1} {04443.p1|04444.p0} {04444.s1} -> {04444.p1|04445.p0} {04444.s2} 
+tr {04444.t2} {04444.s2} -> {04444.s1} 
+tr {04445.t1} {04444.p1|04445.p0} {04445.s1} -> {04445.p1|04446.p0} {04445.s2} 
+tr {04445.t2} {04445.s2} -> {04445.s1} 
+tr {04446.t1} {04445.p1|04446.p0} {04446.s1} -> {04446.p1|04447.p0} {04446.s2} 
+tr {04446.t2} {04446.s2} -> {04446.s1} 
+tr {04447.t1} {04446.p1|04447.p0} {04447.s1} -> {04447.p1|04448.p0} {04447.s2} 
+tr {04447.t2} {04447.s2} -> {04447.s1} 
+tr {04448.t1} {04447.p1|04448.p0} {04448.s1} -> {04448.p1|04449.p0} {04448.s2} 
+tr {04448.t2} {04448.s2} -> {04448.s1} 
+tr {04449.t1} {04448.p1|04449.p0} {04449.s1} -> {04449.p1|04450.p0} {04449.s2} 
+tr {04449.t2} {04449.s2} -> {04449.s1} 
+tr {04450.t1} {04449.p1|04450.p0} {04450.s1} -> {04450.p1|04451.p0} {04450.s2} 
+tr {04450.t2} {04450.s2} -> {04450.s1} 
+tr {04451.t1} {04450.p1|04451.p0} {04451.s1} -> {04451.p1|04452.p0} {04451.s2} 
+tr {04451.t2} {04451.s2} -> {04451.s1} 
+tr {04452.t1} {04451.p1|04452.p0} {04452.s1} -> {04452.p1|04453.p0} {04452.s2} 
+tr {04452.t2} {04452.s2} -> {04452.s1} 
+tr {04453.t1} {04452.p1|04453.p0} {04453.s1} -> {04453.p1|04454.p0} {04453.s2} 
+tr {04453.t2} {04453.s2} -> {04453.s1} 
+tr {04454.t1} {04453.p1|04454.p0} {04454.s1} -> {04454.p1|04455.p0} {04454.s2} 
+tr {04454.t2} {04454.s2} -> {04454.s1} 
+tr {04455.t1} {04454.p1|04455.p0} {04455.s1} -> {04455.p1|04456.p0} {04455.s2} 
+tr {04455.t2} {04455.s2} -> {04455.s1} 
+tr {04456.t1} {04455.p1|04456.p0} {04456.s1} -> {04456.p1|04457.p0} {04456.s2} 
+tr {04456.t2} {04456.s2} -> {04456.s1} 
+tr {04457.t1} {04456.p1|04457.p0} {04457.s1} -> {04457.p1|04458.p0} {04457.s2} 
+tr {04457.t2} {04457.s2} -> {04457.s1} 
+tr {04458.t1} {04457.p1|04458.p0} {04458.s1} -> {04458.p1|04459.p0} {04458.s2} 
+tr {04458.t2} {04458.s2} -> {04458.s1} 
+tr {04459.t1} {04458.p1|04459.p0} {04459.s1} -> {04459.p1|04460.p0} {04459.s2} 
+tr {04459.t2} {04459.s2} -> {04459.s1} 
+tr {04460.t1} {04459.p1|04460.p0} {04460.s1} -> {04460.p1|04461.p0} {04460.s2} 
+tr {04460.t2} {04460.s2} -> {04460.s1} 
+tr {04461.t1} {04460.p1|04461.p0} {04461.s1} -> {04461.p1|04462.p0} {04461.s2} 
+tr {04461.t2} {04461.s2} -> {04461.s1} 
+tr {04462.t1} {04461.p1|04462.p0} {04462.s1} -> {04462.p1|04463.p0} {04462.s2} 
+tr {04462.t2} {04462.s2} -> {04462.s1} 
+tr {04463.t1} {04462.p1|04463.p0} {04463.s1} -> {04463.p1|04464.p0} {04463.s2} 
+tr {04463.t2} {04463.s2} -> {04463.s1} 
+tr {04464.t1} {04463.p1|04464.p0} {04464.s1} -> {04464.p1|04465.p0} {04464.s2} 
+tr {04464.t2} {04464.s2} -> {04464.s1} 
+tr {04465.t1} {04464.p1|04465.p0} {04465.s1} -> {04465.p1|04466.p0} {04465.s2} 
+tr {04465.t2} {04465.s2} -> {04465.s1} 
+tr {04466.t1} {04465.p1|04466.p0} {04466.s1} -> {04466.p1|04467.p0} {04466.s2} 
+tr {04466.t2} {04466.s2} -> {04466.s1} 
+tr {04467.t1} {04466.p1|04467.p0} {04467.s1} -> {04467.p1|04468.p0} {04467.s2} 
+tr {04467.t2} {04467.s2} -> {04467.s1} 
+tr {04468.t1} {04467.p1|04468.p0} {04468.s1} -> {04468.p1|04469.p0} {04468.s2} 
+tr {04468.t2} {04468.s2} -> {04468.s1} 
+tr {04469.t1} {04468.p1|04469.p0} {04469.s1} -> {04469.p1|04470.p0} {04469.s2} 
+tr {04469.t2} {04469.s2} -> {04469.s1} 
+tr {04470.t1} {04469.p1|04470.p0} {04470.s1} -> {04470.p1|04471.p0} {04470.s2} 
+tr {04470.t2} {04470.s2} -> {04470.s1} 
+tr {04471.t1} {04470.p1|04471.p0} {04471.s1} -> {04471.p1|04472.p0} {04471.s2} 
+tr {04471.t2} {04471.s2} -> {04471.s1} 
+tr {04472.t1} {04471.p1|04472.p0} {04472.s1} -> {04472.p1|04473.p0} {04472.s2} 
+tr {04472.t2} {04472.s2} -> {04472.s1} 
+tr {04473.t1} {04472.p1|04473.p0} {04473.s1} -> {04473.p1|04474.p0} {04473.s2} 
+tr {04473.t2} {04473.s2} -> {04473.s1} 
+tr {04474.t1} {04473.p1|04474.p0} {04474.s1} -> {04474.p1|04475.p0} {04474.s2} 
+tr {04474.t2} {04474.s2} -> {04474.s1} 
+tr {04475.t1} {04474.p1|04475.p0} {04475.s1} -> {04475.p1|04476.p0} {04475.s2} 
+tr {04475.t2} {04475.s2} -> {04475.s1} 
+tr {04476.t1} {04475.p1|04476.p0} {04476.s1} -> {04476.p1|04477.p0} {04476.s2} 
+tr {04476.t2} {04476.s2} -> {04476.s1} 
+tr {04477.t1} {04476.p1|04477.p0} {04477.s1} -> {04477.p1|04478.p0} {04477.s2} 
+tr {04477.t2} {04477.s2} -> {04477.s1} 
+tr {04478.t1} {04477.p1|04478.p0} {04478.s1} -> {04478.p1|04479.p0} {04478.s2} 
+tr {04478.t2} {04478.s2} -> {04478.s1} 
+tr {04479.t1} {04478.p1|04479.p0} {04479.s1} -> {04479.p1|04480.p0} {04479.s2} 
+tr {04479.t2} {04479.s2} -> {04479.s1} 
+tr {04480.t1} {04479.p1|04480.p0} {04480.s1} -> {04480.p1|04481.p0} {04480.s2} 
+tr {04480.t2} {04480.s2} -> {04480.s1} 
+tr {04481.t1} {04480.p1|04481.p0} {04481.s1} -> {04481.p1|04482.p0} {04481.s2} 
+tr {04481.t2} {04481.s2} -> {04481.s1} 
+tr {04482.t1} {04481.p1|04482.p0} {04482.s1} -> {04482.p1|04483.p0} {04482.s2} 
+tr {04482.t2} {04482.s2} -> {04482.s1} 
+tr {04483.t1} {04482.p1|04483.p0} {04483.s1} -> {04483.p1|04484.p0} {04483.s2} 
+tr {04483.t2} {04483.s2} -> {04483.s1} 
+tr {04484.t1} {04483.p1|04484.p0} {04484.s1} -> {04484.p1|04485.p0} {04484.s2} 
+tr {04484.t2} {04484.s2} -> {04484.s1} 
+tr {04485.t1} {04484.p1|04485.p0} {04485.s1} -> {04485.p1|04486.p0} {04485.s2} 
+tr {04485.t2} {04485.s2} -> {04485.s1} 
+tr {04486.t1} {04485.p1|04486.p0} {04486.s1} -> {04486.p1|04487.p0} {04486.s2} 
+tr {04486.t2} {04486.s2} -> {04486.s1} 
+tr {04487.t1} {04486.p1|04487.p0} {04487.s1} -> {04487.p1|04488.p0} {04487.s2} 
+tr {04487.t2} {04487.s2} -> {04487.s1} 
+tr {04488.t1} {04487.p1|04488.p0} {04488.s1} -> {04488.p1|04489.p0} {04488.s2} 
+tr {04488.t2} {04488.s2} -> {04488.s1} 
+tr {04489.t1} {04488.p1|04489.p0} {04489.s1} -> {04489.p1|04490.p0} {04489.s2} 
+tr {04489.t2} {04489.s2} -> {04489.s1} 
+tr {04490.t1} {04489.p1|04490.p0} {04490.s1} -> {04490.p1|04491.p0} {04490.s2} 
+tr {04490.t2} {04490.s2} -> {04490.s1} 
+tr {04491.t1} {04490.p1|04491.p0} {04491.s1} -> {04491.p1|04492.p0} {04491.s2} 
+tr {04491.t2} {04491.s2} -> {04491.s1} 
+tr {04492.t1} {04491.p1|04492.p0} {04492.s1} -> {04492.p1|04493.p0} {04492.s2} 
+tr {04492.t2} {04492.s2} -> {04492.s1} 
+tr {04493.t1} {04492.p1|04493.p0} {04493.s1} -> {04493.p1|04494.p0} {04493.s2} 
+tr {04493.t2} {04493.s2} -> {04493.s1} 
+tr {04494.t1} {04493.p1|04494.p0} {04494.s1} -> {04494.p1|04495.p0} {04494.s2} 
+tr {04494.t2} {04494.s2} -> {04494.s1} 
+tr {04495.t1} {04494.p1|04495.p0} {04495.s1} -> {04495.p1|04496.p0} {04495.s2} 
+tr {04495.t2} {04495.s2} -> {04495.s1} 
+tr {04496.t1} {04495.p1|04496.p0} {04496.s1} -> {04496.p1|04497.p0} {04496.s2} 
+tr {04496.t2} {04496.s2} -> {04496.s1} 
+tr {04497.t1} {04496.p1|04497.p0} {04497.s1} -> {04497.p1|04498.p0} {04497.s2} 
+tr {04497.t2} {04497.s2} -> {04497.s1} 
+tr {04498.t1} {04497.p1|04498.p0} {04498.s1} -> {04498.p1|04499.p0} {04498.s2} 
+tr {04498.t2} {04498.s2} -> {04498.s1} 
+tr {04499.t1} {04498.p1|04499.p0} {04499.s1} -> {04499.p1|04500.p0} {04499.s2} 
+tr {04499.t2} {04499.s2} -> {04499.s1} 
+tr {04500.t1} {04499.p1|04500.p0} {04500.s1} -> {04500.p1|04501.p0} {04500.s2} 
+tr {04500.t2} {04500.s2} -> {04500.s1} 
+tr {04501.t1} {04500.p1|04501.p0} {04501.s1} -> {04501.p1|04502.p0} {04501.s2} 
+tr {04501.t2} {04501.s2} -> {04501.s1} 
+tr {04502.t1} {04501.p1|04502.p0} {04502.s1} -> {04502.p1|04503.p0} {04502.s2} 
+tr {04502.t2} {04502.s2} -> {04502.s1} 
+tr {04503.t1} {04502.p1|04503.p0} {04503.s1} -> {04503.p1|04504.p0} {04503.s2} 
+tr {04503.t2} {04503.s2} -> {04503.s1} 
+tr {04504.t1} {04503.p1|04504.p0} {04504.s1} -> {04504.p1|04505.p0} {04504.s2} 
+tr {04504.t2} {04504.s2} -> {04504.s1} 
+tr {04505.t1} {04504.p1|04505.p0} {04505.s1} -> {04505.p1|04506.p0} {04505.s2} 
+tr {04505.t2} {04505.s2} -> {04505.s1} 
+tr {04506.t1} {04505.p1|04506.p0} {04506.s1} -> {04506.p1|04507.p0} {04506.s2} 
+tr {04506.t2} {04506.s2} -> {04506.s1} 
+tr {04507.t1} {04506.p1|04507.p0} {04507.s1} -> {04507.p1|04508.p0} {04507.s2} 
+tr {04507.t2} {04507.s2} -> {04507.s1} 
+tr {04508.t1} {04507.p1|04508.p0} {04508.s1} -> {04508.p1|04509.p0} {04508.s2} 
+tr {04508.t2} {04508.s2} -> {04508.s1} 
+tr {04509.t1} {04508.p1|04509.p0} {04509.s1} -> {04509.p1|04510.p0} {04509.s2} 
+tr {04509.t2} {04509.s2} -> {04509.s1} 
+tr {04510.t1} {04509.p1|04510.p0} {04510.s1} -> {04510.p1|04511.p0} {04510.s2} 
+tr {04510.t2} {04510.s2} -> {04510.s1} 
+tr {04511.t1} {04510.p1|04511.p0} {04511.s1} -> {04511.p1|04512.p0} {04511.s2} 
+tr {04511.t2} {04511.s2} -> {04511.s1} 
+tr {04512.t1} {04511.p1|04512.p0} {04512.s1} -> {04512.p1|04513.p0} {04512.s2} 
+tr {04512.t2} {04512.s2} -> {04512.s1} 
+tr {04513.t1} {04512.p1|04513.p0} {04513.s1} -> {04513.p1|04514.p0} {04513.s2} 
+tr {04513.t2} {04513.s2} -> {04513.s1} 
+tr {04514.t1} {04513.p1|04514.p0} {04514.s1} -> {04514.p1|04515.p0} {04514.s2} 
+tr {04514.t2} {04514.s2} -> {04514.s1} 
+tr {04515.t1} {04514.p1|04515.p0} {04515.s1} -> {04515.p1|04516.p0} {04515.s2} 
+tr {04515.t2} {04515.s2} -> {04515.s1} 
+tr {04516.t1} {04515.p1|04516.p0} {04516.s1} -> {04516.p1|04517.p0} {04516.s2} 
+tr {04516.t2} {04516.s2} -> {04516.s1} 
+tr {04517.t1} {04516.p1|04517.p0} {04517.s1} -> {04517.p1|04518.p0} {04517.s2} 
+tr {04517.t2} {04517.s2} -> {04517.s1} 
+tr {04518.t1} {04517.p1|04518.p0} {04518.s1} -> {04518.p1|04519.p0} {04518.s2} 
+tr {04518.t2} {04518.s2} -> {04518.s1} 
+tr {04519.t1} {04518.p1|04519.p0} {04519.s1} -> {04519.p1|04520.p0} {04519.s2} 
+tr {04519.t2} {04519.s2} -> {04519.s1} 
+tr {04520.t1} {04519.p1|04520.p0} {04520.s1} -> {04520.p1|04521.p0} {04520.s2} 
+tr {04520.t2} {04520.s2} -> {04520.s1} 
+tr {04521.t1} {04520.p1|04521.p0} {04521.s1} -> {04521.p1|04522.p0} {04521.s2} 
+tr {04521.t2} {04521.s2} -> {04521.s1} 
+tr {04522.t1} {04521.p1|04522.p0} {04522.s1} -> {04522.p1|04523.p0} {04522.s2} 
+tr {04522.t2} {04522.s2} -> {04522.s1} 
+tr {04523.t1} {04522.p1|04523.p0} {04523.s1} -> {04523.p1|04524.p0} {04523.s2} 
+tr {04523.t2} {04523.s2} -> {04523.s1} 
+tr {04524.t1} {04523.p1|04524.p0} {04524.s1} -> {04524.p1|04525.p0} {04524.s2} 
+tr {04524.t2} {04524.s2} -> {04524.s1} 
+tr {04525.t1} {04524.p1|04525.p0} {04525.s1} -> {04525.p1|04526.p0} {04525.s2} 
+tr {04525.t2} {04525.s2} -> {04525.s1} 
+tr {04526.t1} {04525.p1|04526.p0} {04526.s1} -> {04526.p1|04527.p0} {04526.s2} 
+tr {04526.t2} {04526.s2} -> {04526.s1} 
+tr {04527.t1} {04526.p1|04527.p0} {04527.s1} -> {04527.p1|04528.p0} {04527.s2} 
+tr {04527.t2} {04527.s2} -> {04527.s1} 
+tr {04528.t1} {04527.p1|04528.p0} {04528.s1} -> {04528.p1|04529.p0} {04528.s2} 
+tr {04528.t2} {04528.s2} -> {04528.s1} 
+tr {04529.t1} {04528.p1|04529.p0} {04529.s1} -> {04529.p1|04530.p0} {04529.s2} 
+tr {04529.t2} {04529.s2} -> {04529.s1} 
+tr {04530.t1} {04529.p1|04530.p0} {04530.s1} -> {04530.p1|04531.p0} {04530.s2} 
+tr {04530.t2} {04530.s2} -> {04530.s1} 
+tr {04531.t1} {04530.p1|04531.p0} {04531.s1} -> {04531.p1|04532.p0} {04531.s2} 
+tr {04531.t2} {04531.s2} -> {04531.s1} 
+tr {04532.t1} {04531.p1|04532.p0} {04532.s1} -> {04532.p1|04533.p0} {04532.s2} 
+tr {04532.t2} {04532.s2} -> {04532.s1} 
+tr {04533.t1} {04532.p1|04533.p0} {04533.s1} -> {04533.p1|04534.p0} {04533.s2} 
+tr {04533.t2} {04533.s2} -> {04533.s1} 
+tr {04534.t1} {04533.p1|04534.p0} {04534.s1} -> {04534.p1|04535.p0} {04534.s2} 
+tr {04534.t2} {04534.s2} -> {04534.s1} 
+tr {04535.t1} {04534.p1|04535.p0} {04535.s1} -> {04535.p1|04536.p0} {04535.s2} 
+tr {04535.t2} {04535.s2} -> {04535.s1} 
+tr {04536.t1} {04535.p1|04536.p0} {04536.s1} -> {04536.p1|04537.p0} {04536.s2} 
+tr {04536.t2} {04536.s2} -> {04536.s1} 
+tr {04537.t1} {04536.p1|04537.p0} {04537.s1} -> {04537.p1|04538.p0} {04537.s2} 
+tr {04537.t2} {04537.s2} -> {04537.s1} 
+tr {04538.t1} {04537.p1|04538.p0} {04538.s1} -> {04538.p1|04539.p0} {04538.s2} 
+tr {04538.t2} {04538.s2} -> {04538.s1} 
+tr {04539.t1} {04538.p1|04539.p0} {04539.s1} -> {04539.p1|04540.p0} {04539.s2} 
+tr {04539.t2} {04539.s2} -> {04539.s1} 
+tr {04540.t1} {04539.p1|04540.p0} {04540.s1} -> {04540.p1|04541.p0} {04540.s2} 
+tr {04540.t2} {04540.s2} -> {04540.s1} 
+tr {04541.t1} {04540.p1|04541.p0} {04541.s1} -> {04541.p1|04542.p0} {04541.s2} 
+tr {04541.t2} {04541.s2} -> {04541.s1} 
+tr {04542.t1} {04541.p1|04542.p0} {04542.s1} -> {04542.p1|04543.p0} {04542.s2} 
+tr {04542.t2} {04542.s2} -> {04542.s1} 
+tr {04543.t1} {04542.p1|04543.p0} {04543.s1} -> {04543.p1|04544.p0} {04543.s2} 
+tr {04543.t2} {04543.s2} -> {04543.s1} 
+tr {04544.t1} {04543.p1|04544.p0} {04544.s1} -> {04544.p1|04545.p0} {04544.s2} 
+tr {04544.t2} {04544.s2} -> {04544.s1} 
+tr {04545.t1} {04544.p1|04545.p0} {04545.s1} -> {04545.p1|04546.p0} {04545.s2} 
+tr {04545.t2} {04545.s2} -> {04545.s1} 
+tr {04546.t1} {04545.p1|04546.p0} {04546.s1} -> {04546.p1|04547.p0} {04546.s2} 
+tr {04546.t2} {04546.s2} -> {04546.s1} 
+tr {04547.t1} {04546.p1|04547.p0} {04547.s1} -> {04547.p1|04548.p0} {04547.s2} 
+tr {04547.t2} {04547.s2} -> {04547.s1} 
+tr {04548.t1} {04547.p1|04548.p0} {04548.s1} -> {04548.p1|04549.p0} {04548.s2} 
+tr {04548.t2} {04548.s2} -> {04548.s1} 
+tr {04549.t1} {04548.p1|04549.p0} {04549.s1} -> {04549.p1|04550.p0} {04549.s2} 
+tr {04549.t2} {04549.s2} -> {04549.s1} 
+tr {04550.t1} {04549.p1|04550.p0} {04550.s1} -> {04550.p1|04551.p0} {04550.s2} 
+tr {04550.t2} {04550.s2} -> {04550.s1} 
+tr {04551.t1} {04550.p1|04551.p0} {04551.s1} -> {04551.p1|04552.p0} {04551.s2} 
+tr {04551.t2} {04551.s2} -> {04551.s1} 
+tr {04552.t1} {04551.p1|04552.p0} {04552.s1} -> {04552.p1|04553.p0} {04552.s2} 
+tr {04552.t2} {04552.s2} -> {04552.s1} 
+tr {04553.t1} {04552.p1|04553.p0} {04553.s1} -> {04553.p1|04554.p0} {04553.s2} 
+tr {04553.t2} {04553.s2} -> {04553.s1} 
+tr {04554.t1} {04553.p1|04554.p0} {04554.s1} -> {04554.p1|04555.p0} {04554.s2} 
+tr {04554.t2} {04554.s2} -> {04554.s1} 
+tr {04555.t1} {04554.p1|04555.p0} {04555.s1} -> {04555.p1|04556.p0} {04555.s2} 
+tr {04555.t2} {04555.s2} -> {04555.s1} 
+tr {04556.t1} {04555.p1|04556.p0} {04556.s1} -> {04556.p1|04557.p0} {04556.s2} 
+tr {04556.t2} {04556.s2} -> {04556.s1} 
+tr {04557.t1} {04556.p1|04557.p0} {04557.s1} -> {04557.p1|04558.p0} {04557.s2} 
+tr {04557.t2} {04557.s2} -> {04557.s1} 
+tr {04558.t1} {04557.p1|04558.p0} {04558.s1} -> {04558.p1|04559.p0} {04558.s2} 
+tr {04558.t2} {04558.s2} -> {04558.s1} 
+tr {04559.t1} {04558.p1|04559.p0} {04559.s1} -> {04559.p1|04560.p0} {04559.s2} 
+tr {04559.t2} {04559.s2} -> {04559.s1} 
+tr {04560.t1} {04559.p1|04560.p0} {04560.s1} -> {04560.p1|04561.p0} {04560.s2} 
+tr {04560.t2} {04560.s2} -> {04560.s1} 
+tr {04561.t1} {04560.p1|04561.p0} {04561.s1} -> {04561.p1|04562.p0} {04561.s2} 
+tr {04561.t2} {04561.s2} -> {04561.s1} 
+tr {04562.t1} {04561.p1|04562.p0} {04562.s1} -> {04562.p1|04563.p0} {04562.s2} 
+tr {04562.t2} {04562.s2} -> {04562.s1} 
+tr {04563.t1} {04562.p1|04563.p0} {04563.s1} -> {04563.p1|04564.p0} {04563.s2} 
+tr {04563.t2} {04563.s2} -> {04563.s1} 
+tr {04564.t1} {04563.p1|04564.p0} {04564.s1} -> {04564.p1|04565.p0} {04564.s2} 
+tr {04564.t2} {04564.s2} -> {04564.s1} 
+tr {04565.t1} {04564.p1|04565.p0} {04565.s1} -> {04565.p1|04566.p0} {04565.s2} 
+tr {04565.t2} {04565.s2} -> {04565.s1} 
+tr {04566.t1} {04565.p1|04566.p0} {04566.s1} -> {04566.p1|04567.p0} {04566.s2} 
+tr {04566.t2} {04566.s2} -> {04566.s1} 
+tr {04567.t1} {04566.p1|04567.p0} {04567.s1} -> {04567.p1|04568.p0} {04567.s2} 
+tr {04567.t2} {04567.s2} -> {04567.s1} 
+tr {04568.t1} {04567.p1|04568.p0} {04568.s1} -> {04568.p1|04569.p0} {04568.s2} 
+tr {04568.t2} {04568.s2} -> {04568.s1} 
+tr {04569.t1} {04568.p1|04569.p0} {04569.s1} -> {04569.p1|04570.p0} {04569.s2} 
+tr {04569.t2} {04569.s2} -> {04569.s1} 
+tr {04570.t1} {04569.p1|04570.p0} {04570.s1} -> {04570.p1|04571.p0} {04570.s2} 
+tr {04570.t2} {04570.s2} -> {04570.s1} 
+tr {04571.t1} {04570.p1|04571.p0} {04571.s1} -> {04571.p1|04572.p0} {04571.s2} 
+tr {04571.t2} {04571.s2} -> {04571.s1} 
+tr {04572.t1} {04571.p1|04572.p0} {04572.s1} -> {04572.p1|04573.p0} {04572.s2} 
+tr {04572.t2} {04572.s2} -> {04572.s1} 
+tr {04573.t1} {04572.p1|04573.p0} {04573.s1} -> {04573.p1|04574.p0} {04573.s2} 
+tr {04573.t2} {04573.s2} -> {04573.s1} 
+tr {04574.t1} {04573.p1|04574.p0} {04574.s1} -> {04574.p1|04575.p0} {04574.s2} 
+tr {04574.t2} {04574.s2} -> {04574.s1} 
+tr {04575.t1} {04574.p1|04575.p0} {04575.s1} -> {04575.p1|04576.p0} {04575.s2} 
+tr {04575.t2} {04575.s2} -> {04575.s1} 
+tr {04576.t1} {04575.p1|04576.p0} {04576.s1} -> {04576.p1|04577.p0} {04576.s2} 
+tr {04576.t2} {04576.s2} -> {04576.s1} 
+tr {04577.t1} {04576.p1|04577.p0} {04577.s1} -> {04577.p1|04578.p0} {04577.s2} 
+tr {04577.t2} {04577.s2} -> {04577.s1} 
+tr {04578.t1} {04577.p1|04578.p0} {04578.s1} -> {04578.p1|04579.p0} {04578.s2} 
+tr {04578.t2} {04578.s2} -> {04578.s1} 
+tr {04579.t1} {04578.p1|04579.p0} {04579.s1} -> {04579.p1|04580.p0} {04579.s2} 
+tr {04579.t2} {04579.s2} -> {04579.s1} 
+tr {04580.t1} {04579.p1|04580.p0} {04580.s1} -> {04580.p1|04581.p0} {04580.s2} 
+tr {04580.t2} {04580.s2} -> {04580.s1} 
+tr {04581.t1} {04580.p1|04581.p0} {04581.s1} -> {04581.p1|04582.p0} {04581.s2} 
+tr {04581.t2} {04581.s2} -> {04581.s1} 
+tr {04582.t1} {04581.p1|04582.p0} {04582.s1} -> {04582.p1|04583.p0} {04582.s2} 
+tr {04582.t2} {04582.s2} -> {04582.s1} 
+tr {04583.t1} {04582.p1|04583.p0} {04583.s1} -> {04583.p1|04584.p0} {04583.s2} 
+tr {04583.t2} {04583.s2} -> {04583.s1} 
+tr {04584.t1} {04583.p1|04584.p0} {04584.s1} -> {04584.p1|04585.p0} {04584.s2} 
+tr {04584.t2} {04584.s2} -> {04584.s1} 
+tr {04585.t1} {04584.p1|04585.p0} {04585.s1} -> {04585.p1|04586.p0} {04585.s2} 
+tr {04585.t2} {04585.s2} -> {04585.s1} 
+tr {04586.t1} {04585.p1|04586.p0} {04586.s1} -> {04586.p1|04587.p0} {04586.s2} 
+tr {04586.t2} {04586.s2} -> {04586.s1} 
+tr {04587.t1} {04586.p1|04587.p0} {04587.s1} -> {04587.p1|04588.p0} {04587.s2} 
+tr {04587.t2} {04587.s2} -> {04587.s1} 
+tr {04588.t1} {04587.p1|04588.p0} {04588.s1} -> {04588.p1|04589.p0} {04588.s2} 
+tr {04588.t2} {04588.s2} -> {04588.s1} 
+tr {04589.t1} {04588.p1|04589.p0} {04589.s1} -> {04589.p1|04590.p0} {04589.s2} 
+tr {04589.t2} {04589.s2} -> {04589.s1} 
+tr {04590.t1} {04589.p1|04590.p0} {04590.s1} -> {04590.p1|04591.p0} {04590.s2} 
+tr {04590.t2} {04590.s2} -> {04590.s1} 
+tr {04591.t1} {04590.p1|04591.p0} {04591.s1} -> {04591.p1|04592.p0} {04591.s2} 
+tr {04591.t2} {04591.s2} -> {04591.s1} 
+tr {04592.t1} {04591.p1|04592.p0} {04592.s1} -> {04592.p1|04593.p0} {04592.s2} 
+tr {04592.t2} {04592.s2} -> {04592.s1} 
+tr {04593.t1} {04592.p1|04593.p0} {04593.s1} -> {04593.p1|04594.p0} {04593.s2} 
+tr {04593.t2} {04593.s2} -> {04593.s1} 
+tr {04594.t1} {04593.p1|04594.p0} {04594.s1} -> {04594.p1|04595.p0} {04594.s2} 
+tr {04594.t2} {04594.s2} -> {04594.s1} 
+tr {04595.t1} {04594.p1|04595.p0} {04595.s1} -> {04595.p1|04596.p0} {04595.s2} 
+tr {04595.t2} {04595.s2} -> {04595.s1} 
+tr {04596.t1} {04595.p1|04596.p0} {04596.s1} -> {04596.p1|04597.p0} {04596.s2} 
+tr {04596.t2} {04596.s2} -> {04596.s1} 
+tr {04597.t1} {04596.p1|04597.p0} {04597.s1} -> {04597.p1|04598.p0} {04597.s2} 
+tr {04597.t2} {04597.s2} -> {04597.s1} 
+tr {04598.t1} {04597.p1|04598.p0} {04598.s1} -> {04598.p1|04599.p0} {04598.s2} 
+tr {04598.t2} {04598.s2} -> {04598.s1} 
+tr {04599.t1} {04598.p1|04599.p0} {04599.s1} -> {04599.p1|04600.p0} {04599.s2} 
+tr {04599.t2} {04599.s2} -> {04599.s1} 
+tr {04600.t1} {04599.p1|04600.p0} {04600.s1} -> {04600.p1|04601.p0} {04600.s2} 
+tr {04600.t2} {04600.s2} -> {04600.s1} 
+tr {04601.t1} {04600.p1|04601.p0} {04601.s1} -> {04601.p1|04602.p0} {04601.s2} 
+tr {04601.t2} {04601.s2} -> {04601.s1} 
+tr {04602.t1} {04601.p1|04602.p0} {04602.s1} -> {04602.p1|04603.p0} {04602.s2} 
+tr {04602.t2} {04602.s2} -> {04602.s1} 
+tr {04603.t1} {04602.p1|04603.p0} {04603.s1} -> {04603.p1|04604.p0} {04603.s2} 
+tr {04603.t2} {04603.s2} -> {04603.s1} 
+tr {04604.t1} {04603.p1|04604.p0} {04604.s1} -> {04604.p1|04605.p0} {04604.s2} 
+tr {04604.t2} {04604.s2} -> {04604.s1} 
+tr {04605.t1} {04604.p1|04605.p0} {04605.s1} -> {04605.p1|04606.p0} {04605.s2} 
+tr {04605.t2} {04605.s2} -> {04605.s1} 
+tr {04606.t1} {04605.p1|04606.p0} {04606.s1} -> {04606.p1|04607.p0} {04606.s2} 
+tr {04606.t2} {04606.s2} -> {04606.s1} 
+tr {04607.t1} {04606.p1|04607.p0} {04607.s1} -> {04607.p1|04608.p0} {04607.s2} 
+tr {04607.t2} {04607.s2} -> {04607.s1} 
+tr {04608.t1} {04607.p1|04608.p0} {04608.s1} -> {04608.p1|04609.p0} {04608.s2} 
+tr {04608.t2} {04608.s2} -> {04608.s1} 
+tr {04609.t1} {04608.p1|04609.p0} {04609.s1} -> {04609.p1|04610.p0} {04609.s2} 
+tr {04609.t2} {04609.s2} -> {04609.s1} 
+tr {04610.t1} {04609.p1|04610.p0} {04610.s1} -> {04610.p1|04611.p0} {04610.s2} 
+tr {04610.t2} {04610.s2} -> {04610.s1} 
+tr {04611.t1} {04610.p1|04611.p0} {04611.s1} -> {04611.p1|04612.p0} {04611.s2} 
+tr {04611.t2} {04611.s2} -> {04611.s1} 
+tr {04612.t1} {04611.p1|04612.p0} {04612.s1} -> {04612.p1|04613.p0} {04612.s2} 
+tr {04612.t2} {04612.s2} -> {04612.s1} 
+tr {04613.t1} {04612.p1|04613.p0} {04613.s1} -> {04613.p1|04614.p0} {04613.s2} 
+tr {04613.t2} {04613.s2} -> {04613.s1} 
+tr {04614.t1} {04613.p1|04614.p0} {04614.s1} -> {04614.p1|04615.p0} {04614.s2} 
+tr {04614.t2} {04614.s2} -> {04614.s1} 
+tr {04615.t1} {04614.p1|04615.p0} {04615.s1} -> {04615.p1|04616.p0} {04615.s2} 
+tr {04615.t2} {04615.s2} -> {04615.s1} 
+tr {04616.t1} {04615.p1|04616.p0} {04616.s1} -> {04616.p1|04617.p0} {04616.s2} 
+tr {04616.t2} {04616.s2} -> {04616.s1} 
+tr {04617.t1} {04616.p1|04617.p0} {04617.s1} -> {04617.p1|04618.p0} {04617.s2} 
+tr {04617.t2} {04617.s2} -> {04617.s1} 
+tr {04618.t1} {04617.p1|04618.p0} {04618.s1} -> {04618.p1|04619.p0} {04618.s2} 
+tr {04618.t2} {04618.s2} -> {04618.s1} 
+tr {04619.t1} {04618.p1|04619.p0} {04619.s1} -> {04619.p1|04620.p0} {04619.s2} 
+tr {04619.t2} {04619.s2} -> {04619.s1} 
+tr {04620.t1} {04619.p1|04620.p0} {04620.s1} -> {04620.p1|04621.p0} {04620.s2} 
+tr {04620.t2} {04620.s2} -> {04620.s1} 
+tr {04621.t1} {04620.p1|04621.p0} {04621.s1} -> {04621.p1|04622.p0} {04621.s2} 
+tr {04621.t2} {04621.s2} -> {04621.s1} 
+tr {04622.t1} {04621.p1|04622.p0} {04622.s1} -> {04622.p1|04623.p0} {04622.s2} 
+tr {04622.t2} {04622.s2} -> {04622.s1} 
+tr {04623.t1} {04622.p1|04623.p0} {04623.s1} -> {04623.p1|04624.p0} {04623.s2} 
+tr {04623.t2} {04623.s2} -> {04623.s1} 
+tr {04624.t1} {04623.p1|04624.p0} {04624.s1} -> {04624.p1|04625.p0} {04624.s2} 
+tr {04624.t2} {04624.s2} -> {04624.s1} 
+tr {04625.t1} {04624.p1|04625.p0} {04625.s1} -> {04625.p1|04626.p0} {04625.s2} 
+tr {04625.t2} {04625.s2} -> {04625.s1} 
+tr {04626.t1} {04625.p1|04626.p0} {04626.s1} -> {04626.p1|04627.p0} {04626.s2} 
+tr {04626.t2} {04626.s2} -> {04626.s1} 
+tr {04627.t1} {04626.p1|04627.p0} {04627.s1} -> {04627.p1|04628.p0} {04627.s2} 
+tr {04627.t2} {04627.s2} -> {04627.s1} 
+tr {04628.t1} {04627.p1|04628.p0} {04628.s1} -> {04628.p1|04629.p0} {04628.s2} 
+tr {04628.t2} {04628.s2} -> {04628.s1} 
+tr {04629.t1} {04628.p1|04629.p0} {04629.s1} -> {04629.p1|04630.p0} {04629.s2} 
+tr {04629.t2} {04629.s2} -> {04629.s1} 
+tr {04630.t1} {04629.p1|04630.p0} {04630.s1} -> {04630.p1|04631.p0} {04630.s2} 
+tr {04630.t2} {04630.s2} -> {04630.s1} 
+tr {04631.t1} {04630.p1|04631.p0} {04631.s1} -> {04631.p1|04632.p0} {04631.s2} 
+tr {04631.t2} {04631.s2} -> {04631.s1} 
+tr {04632.t1} {04631.p1|04632.p0} {04632.s1} -> {04632.p1|04633.p0} {04632.s2} 
+tr {04632.t2} {04632.s2} -> {04632.s1} 
+tr {04633.t1} {04632.p1|04633.p0} {04633.s1} -> {04633.p1|04634.p0} {04633.s2} 
+tr {04633.t2} {04633.s2} -> {04633.s1} 
+tr {04634.t1} {04633.p1|04634.p0} {04634.s1} -> {04634.p1|04635.p0} {04634.s2} 
+tr {04634.t2} {04634.s2} -> {04634.s1} 
+tr {04635.t1} {04634.p1|04635.p0} {04635.s1} -> {04635.p1|04636.p0} {04635.s2} 
+tr {04635.t2} {04635.s2} -> {04635.s1} 
+tr {04636.t1} {04635.p1|04636.p0} {04636.s1} -> {04636.p1|04637.p0} {04636.s2} 
+tr {04636.t2} {04636.s2} -> {04636.s1} 
+tr {04637.t1} {04636.p1|04637.p0} {04637.s1} -> {04637.p1|04638.p0} {04637.s2} 
+tr {04637.t2} {04637.s2} -> {04637.s1} 
+tr {04638.t1} {04637.p1|04638.p0} {04638.s1} -> {04638.p1|04639.p0} {04638.s2} 
+tr {04638.t2} {04638.s2} -> {04638.s1} 
+tr {04639.t1} {04638.p1|04639.p0} {04639.s1} -> {04639.p1|04640.p0} {04639.s2} 
+tr {04639.t2} {04639.s2} -> {04639.s1} 
+tr {04640.t1} {04639.p1|04640.p0} {04640.s1} -> {04640.p1|04641.p0} {04640.s2} 
+tr {04640.t2} {04640.s2} -> {04640.s1} 
+tr {04641.t1} {04640.p1|04641.p0} {04641.s1} -> {04641.p1|04642.p0} {04641.s2} 
+tr {04641.t2} {04641.s2} -> {04641.s1} 
+tr {04642.t1} {04641.p1|04642.p0} {04642.s1} -> {04642.p1|04643.p0} {04642.s2} 
+tr {04642.t2} {04642.s2} -> {04642.s1} 
+tr {04643.t1} {04642.p1|04643.p0} {04643.s1} -> {04643.p1|04644.p0} {04643.s2} 
+tr {04643.t2} {04643.s2} -> {04643.s1} 
+tr {04644.t1} {04643.p1|04644.p0} {04644.s1} -> {04644.p1|04645.p0} {04644.s2} 
+tr {04644.t2} {04644.s2} -> {04644.s1} 
+tr {04645.t1} {04644.p1|04645.p0} {04645.s1} -> {04645.p1|04646.p0} {04645.s2} 
+tr {04645.t2} {04645.s2} -> {04645.s1} 
+tr {04646.t1} {04645.p1|04646.p0} {04646.s1} -> {04646.p1|04647.p0} {04646.s2} 
+tr {04646.t2} {04646.s2} -> {04646.s1} 
+tr {04647.t1} {04646.p1|04647.p0} {04647.s1} -> {04647.p1|04648.p0} {04647.s2} 
+tr {04647.t2} {04647.s2} -> {04647.s1} 
+tr {04648.t1} {04647.p1|04648.p0} {04648.s1} -> {04648.p1|04649.p0} {04648.s2} 
+tr {04648.t2} {04648.s2} -> {04648.s1} 
+tr {04649.t1} {04648.p1|04649.p0} {04649.s1} -> {04649.p1|04650.p0} {04649.s2} 
+tr {04649.t2} {04649.s2} -> {04649.s1} 
+tr {04650.t1} {04649.p1|04650.p0} {04650.s1} -> {04650.p1|04651.p0} {04650.s2} 
+tr {04650.t2} {04650.s2} -> {04650.s1} 
+tr {04651.t1} {04650.p1|04651.p0} {04651.s1} -> {04651.p1|04652.p0} {04651.s2} 
+tr {04651.t2} {04651.s2} -> {04651.s1} 
+tr {04652.t1} {04651.p1|04652.p0} {04652.s1} -> {04652.p1|04653.p0} {04652.s2} 
+tr {04652.t2} {04652.s2} -> {04652.s1} 
+tr {04653.t1} {04652.p1|04653.p0} {04653.s1} -> {04653.p1|04654.p0} {04653.s2} 
+tr {04653.t2} {04653.s2} -> {04653.s1} 
+tr {04654.t1} {04653.p1|04654.p0} {04654.s1} -> {04654.p1|04655.p0} {04654.s2} 
+tr {04654.t2} {04654.s2} -> {04654.s1} 
+tr {04655.t1} {04654.p1|04655.p0} {04655.s1} -> {04655.p1|04656.p0} {04655.s2} 
+tr {04655.t2} {04655.s2} -> {04655.s1} 
+tr {04656.t1} {04655.p1|04656.p0} {04656.s1} -> {04656.p1|04657.p0} {04656.s2} 
+tr {04656.t2} {04656.s2} -> {04656.s1} 
+tr {04657.t1} {04656.p1|04657.p0} {04657.s1} -> {04657.p1|04658.p0} {04657.s2} 
+tr {04657.t2} {04657.s2} -> {04657.s1} 
+tr {04658.t1} {04657.p1|04658.p0} {04658.s1} -> {04658.p1|04659.p0} {04658.s2} 
+tr {04658.t2} {04658.s2} -> {04658.s1} 
+tr {04659.t1} {04658.p1|04659.p0} {04659.s1} -> {04659.p1|04660.p0} {04659.s2} 
+tr {04659.t2} {04659.s2} -> {04659.s1} 
+tr {04660.t1} {04659.p1|04660.p0} {04660.s1} -> {04660.p1|04661.p0} {04660.s2} 
+tr {04660.t2} {04660.s2} -> {04660.s1} 
+tr {04661.t1} {04660.p1|04661.p0} {04661.s1} -> {04661.p1|04662.p0} {04661.s2} 
+tr {04661.t2} {04661.s2} -> {04661.s1} 
+tr {04662.t1} {04661.p1|04662.p0} {04662.s1} -> {04662.p1|04663.p0} {04662.s2} 
+tr {04662.t2} {04662.s2} -> {04662.s1} 
+tr {04663.t1} {04662.p1|04663.p0} {04663.s1} -> {04663.p1|04664.p0} {04663.s2} 
+tr {04663.t2} {04663.s2} -> {04663.s1} 
+tr {04664.t1} {04663.p1|04664.p0} {04664.s1} -> {04664.p1|04665.p0} {04664.s2} 
+tr {04664.t2} {04664.s2} -> {04664.s1} 
+tr {04665.t1} {04664.p1|04665.p0} {04665.s1} -> {04665.p1|04666.p0} {04665.s2} 
+tr {04665.t2} {04665.s2} -> {04665.s1} 
+tr {04666.t1} {04665.p1|04666.p0} {04666.s1} -> {04666.p1|04667.p0} {04666.s2} 
+tr {04666.t2} {04666.s2} -> {04666.s1} 
+tr {04667.t1} {04666.p1|04667.p0} {04667.s1} -> {04667.p1|04668.p0} {04667.s2} 
+tr {04667.t2} {04667.s2} -> {04667.s1} 
+tr {04668.t1} {04667.p1|04668.p0} {04668.s1} -> {04668.p1|04669.p0} {04668.s2} 
+tr {04668.t2} {04668.s2} -> {04668.s1} 
+tr {04669.t1} {04668.p1|04669.p0} {04669.s1} -> {04669.p1|04670.p0} {04669.s2} 
+tr {04669.t2} {04669.s2} -> {04669.s1} 
+tr {04670.t1} {04669.p1|04670.p0} {04670.s1} -> {04670.p1|04671.p0} {04670.s2} 
+tr {04670.t2} {04670.s2} -> {04670.s1} 
+tr {04671.t1} {04670.p1|04671.p0} {04671.s1} -> {04671.p1|04672.p0} {04671.s2} 
+tr {04671.t2} {04671.s2} -> {04671.s1} 
+tr {04672.t1} {04671.p1|04672.p0} {04672.s1} -> {04672.p1|04673.p0} {04672.s2} 
+tr {04672.t2} {04672.s2} -> {04672.s1} 
+tr {04673.t1} {04672.p1|04673.p0} {04673.s1} -> {04673.p1|04674.p0} {04673.s2} 
+tr {04673.t2} {04673.s2} -> {04673.s1} 
+tr {04674.t1} {04673.p1|04674.p0} {04674.s1} -> {04674.p1|04675.p0} {04674.s2} 
+tr {04674.t2} {04674.s2} -> {04674.s1} 
+tr {04675.t1} {04674.p1|04675.p0} {04675.s1} -> {04675.p1|04676.p0} {04675.s2} 
+tr {04675.t2} {04675.s2} -> {04675.s1} 
+tr {04676.t1} {04675.p1|04676.p0} {04676.s1} -> {04676.p1|04677.p0} {04676.s2} 
+tr {04676.t2} {04676.s2} -> {04676.s1} 
+tr {04677.t1} {04676.p1|04677.p0} {04677.s1} -> {04677.p1|04678.p0} {04677.s2} 
+tr {04677.t2} {04677.s2} -> {04677.s1} 
+tr {04678.t1} {04677.p1|04678.p0} {04678.s1} -> {04678.p1|04679.p0} {04678.s2} 
+tr {04678.t2} {04678.s2} -> {04678.s1} 
+tr {04679.t1} {04678.p1|04679.p0} {04679.s1} -> {04679.p1|04680.p0} {04679.s2} 
+tr {04679.t2} {04679.s2} -> {04679.s1} 
+tr {04680.t1} {04679.p1|04680.p0} {04680.s1} -> {04680.p1|04681.p0} {04680.s2} 
+tr {04680.t2} {04680.s2} -> {04680.s1} 
+tr {04681.t1} {04680.p1|04681.p0} {04681.s1} -> {04681.p1|04682.p0} {04681.s2} 
+tr {04681.t2} {04681.s2} -> {04681.s1} 
+tr {04682.t1} {04681.p1|04682.p0} {04682.s1} -> {04682.p1|04683.p0} {04682.s2} 
+tr {04682.t2} {04682.s2} -> {04682.s1} 
+tr {04683.t1} {04682.p1|04683.p0} {04683.s1} -> {04683.p1|04684.p0} {04683.s2} 
+tr {04683.t2} {04683.s2} -> {04683.s1} 
+tr {04684.t1} {04683.p1|04684.p0} {04684.s1} -> {04684.p1|04685.p0} {04684.s2} 
+tr {04684.t2} {04684.s2} -> {04684.s1} 
+tr {04685.t1} {04684.p1|04685.p0} {04685.s1} -> {04685.p1|04686.p0} {04685.s2} 
+tr {04685.t2} {04685.s2} -> {04685.s1} 
+tr {04686.t1} {04685.p1|04686.p0} {04686.s1} -> {04686.p1|04687.p0} {04686.s2} 
+tr {04686.t2} {04686.s2} -> {04686.s1} 
+tr {04687.t1} {04686.p1|04687.p0} {04687.s1} -> {04687.p1|04688.p0} {04687.s2} 
+tr {04687.t2} {04687.s2} -> {04687.s1} 
+tr {04688.t1} {04687.p1|04688.p0} {04688.s1} -> {04688.p1|04689.p0} {04688.s2} 
+tr {04688.t2} {04688.s2} -> {04688.s1} 
+tr {04689.t1} {04688.p1|04689.p0} {04689.s1} -> {04689.p1|04690.p0} {04689.s2} 
+tr {04689.t2} {04689.s2} -> {04689.s1} 
+tr {04690.t1} {04689.p1|04690.p0} {04690.s1} -> {04690.p1|04691.p0} {04690.s2} 
+tr {04690.t2} {04690.s2} -> {04690.s1} 
+tr {04691.t1} {04690.p1|04691.p0} {04691.s1} -> {04691.p1|04692.p0} {04691.s2} 
+tr {04691.t2} {04691.s2} -> {04691.s1} 
+tr {04692.t1} {04691.p1|04692.p0} {04692.s1} -> {04692.p1|04693.p0} {04692.s2} 
+tr {04692.t2} {04692.s2} -> {04692.s1} 
+tr {04693.t1} {04692.p1|04693.p0} {04693.s1} -> {04693.p1|04694.p0} {04693.s2} 
+tr {04693.t2} {04693.s2} -> {04693.s1} 
+tr {04694.t1} {04693.p1|04694.p0} {04694.s1} -> {04694.p1|04695.p0} {04694.s2} 
+tr {04694.t2} {04694.s2} -> {04694.s1} 
+tr {04695.t1} {04694.p1|04695.p0} {04695.s1} -> {04695.p1|04696.p0} {04695.s2} 
+tr {04695.t2} {04695.s2} -> {04695.s1} 
+tr {04696.t1} {04695.p1|04696.p0} {04696.s1} -> {04696.p1|04697.p0} {04696.s2} 
+tr {04696.t2} {04696.s2} -> {04696.s1} 
+tr {04697.t1} {04696.p1|04697.p0} {04697.s1} -> {04697.p1|04698.p0} {04697.s2} 
+tr {04697.t2} {04697.s2} -> {04697.s1} 
+tr {04698.t1} {04697.p1|04698.p0} {04698.s1} -> {04698.p1|04699.p0} {04698.s2} 
+tr {04698.t2} {04698.s2} -> {04698.s1} 
+tr {04699.t1} {04698.p1|04699.p0} {04699.s1} -> {04699.p1|04700.p0} {04699.s2} 
+tr {04699.t2} {04699.s2} -> {04699.s1} 
+tr {04700.t1} {04699.p1|04700.p0} {04700.s1} -> {04700.p1|04701.p0} {04700.s2} 
+tr {04700.t2} {04700.s2} -> {04700.s1} 
+tr {04701.t1} {04700.p1|04701.p0} {04701.s1} -> {04701.p1|04702.p0} {04701.s2} 
+tr {04701.t2} {04701.s2} -> {04701.s1} 
+tr {04702.t1} {04701.p1|04702.p0} {04702.s1} -> {04702.p1|04703.p0} {04702.s2} 
+tr {04702.t2} {04702.s2} -> {04702.s1} 
+tr {04703.t1} {04702.p1|04703.p0} {04703.s1} -> {04703.p1|04704.p0} {04703.s2} 
+tr {04703.t2} {04703.s2} -> {04703.s1} 
+tr {04704.t1} {04703.p1|04704.p0} {04704.s1} -> {04704.p1|04705.p0} {04704.s2} 
+tr {04704.t2} {04704.s2} -> {04704.s1} 
+tr {04705.t1} {04704.p1|04705.p0} {04705.s1} -> {04705.p1|04706.p0} {04705.s2} 
+tr {04705.t2} {04705.s2} -> {04705.s1} 
+tr {04706.t1} {04705.p1|04706.p0} {04706.s1} -> {04706.p1|04707.p0} {04706.s2} 
+tr {04706.t2} {04706.s2} -> {04706.s1} 
+tr {04707.t1} {04706.p1|04707.p0} {04707.s1} -> {04707.p1|04708.p0} {04707.s2} 
+tr {04707.t2} {04707.s2} -> {04707.s1} 
+tr {04708.t1} {04707.p1|04708.p0} {04708.s1} -> {04708.p1|04709.p0} {04708.s2} 
+tr {04708.t2} {04708.s2} -> {04708.s1} 
+tr {04709.t1} {04708.p1|04709.p0} {04709.s1} -> {04709.p1|04710.p0} {04709.s2} 
+tr {04709.t2} {04709.s2} -> {04709.s1} 
+tr {04710.t1} {04709.p1|04710.p0} {04710.s1} -> {04710.p1|04711.p0} {04710.s2} 
+tr {04710.t2} {04710.s2} -> {04710.s1} 
+tr {04711.t1} {04710.p1|04711.p0} {04711.s1} -> {04711.p1|04712.p0} {04711.s2} 
+tr {04711.t2} {04711.s2} -> {04711.s1} 
+tr {04712.t1} {04711.p1|04712.p0} {04712.s1} -> {04712.p1|04713.p0} {04712.s2} 
+tr {04712.t2} {04712.s2} -> {04712.s1} 
+tr {04713.t1} {04712.p1|04713.p0} {04713.s1} -> {04713.p1|04714.p0} {04713.s2} 
+tr {04713.t2} {04713.s2} -> {04713.s1} 
+tr {04714.t1} {04713.p1|04714.p0} {04714.s1} -> {04714.p1|04715.p0} {04714.s2} 
+tr {04714.t2} {04714.s2} -> {04714.s1} 
+tr {04715.t1} {04714.p1|04715.p0} {04715.s1} -> {04715.p1|04716.p0} {04715.s2} 
+tr {04715.t2} {04715.s2} -> {04715.s1} 
+tr {04716.t1} {04715.p1|04716.p0} {04716.s1} -> {04716.p1|04717.p0} {04716.s2} 
+tr {04716.t2} {04716.s2} -> {04716.s1} 
+tr {04717.t1} {04716.p1|04717.p0} {04717.s1} -> {04717.p1|04718.p0} {04717.s2} 
+tr {04717.t2} {04717.s2} -> {04717.s1} 
+tr {04718.t1} {04717.p1|04718.p0} {04718.s1} -> {04718.p1|04719.p0} {04718.s2} 
+tr {04718.t2} {04718.s2} -> {04718.s1} 
+tr {04719.t1} {04718.p1|04719.p0} {04719.s1} -> {04719.p1|04720.p0} {04719.s2} 
+tr {04719.t2} {04719.s2} -> {04719.s1} 
+tr {04720.t1} {04719.p1|04720.p0} {04720.s1} -> {04720.p1|04721.p0} {04720.s2} 
+tr {04720.t2} {04720.s2} -> {04720.s1} 
+tr {04721.t1} {04720.p1|04721.p0} {04721.s1} -> {04721.p1|04722.p0} {04721.s2} 
+tr {04721.t2} {04721.s2} -> {04721.s1} 
+tr {04722.t1} {04721.p1|04722.p0} {04722.s1} -> {04722.p1|04723.p0} {04722.s2} 
+tr {04722.t2} {04722.s2} -> {04722.s1} 
+tr {04723.t1} {04722.p1|04723.p0} {04723.s1} -> {04723.p1|04724.p0} {04723.s2} 
+tr {04723.t2} {04723.s2} -> {04723.s1} 
+tr {04724.t1} {04723.p1|04724.p0} {04724.s1} -> {04724.p1|04725.p0} {04724.s2} 
+tr {04724.t2} {04724.s2} -> {04724.s1} 
+tr {04725.t1} {04724.p1|04725.p0} {04725.s1} -> {04725.p1|04726.p0} {04725.s2} 
+tr {04725.t2} {04725.s2} -> {04725.s1} 
+tr {04726.t1} {04725.p1|04726.p0} {04726.s1} -> {04726.p1|04727.p0} {04726.s2} 
+tr {04726.t2} {04726.s2} -> {04726.s1} 
+tr {04727.t1} {04726.p1|04727.p0} {04727.s1} -> {04727.p1|04728.p0} {04727.s2} 
+tr {04727.t2} {04727.s2} -> {04727.s1} 
+tr {04728.t1} {04727.p1|04728.p0} {04728.s1} -> {04728.p1|04729.p0} {04728.s2} 
+tr {04728.t2} {04728.s2} -> {04728.s1} 
+tr {04729.t1} {04728.p1|04729.p0} {04729.s1} -> {04729.p1|04730.p0} {04729.s2} 
+tr {04729.t2} {04729.s2} -> {04729.s1} 
+tr {04730.t1} {04729.p1|04730.p0} {04730.s1} -> {04730.p1|04731.p0} {04730.s2} 
+tr {04730.t2} {04730.s2} -> {04730.s1} 
+tr {04731.t1} {04730.p1|04731.p0} {04731.s1} -> {04731.p1|04732.p0} {04731.s2} 
+tr {04731.t2} {04731.s2} -> {04731.s1} 
+tr {04732.t1} {04731.p1|04732.p0} {04732.s1} -> {04732.p1|04733.p0} {04732.s2} 
+tr {04732.t2} {04732.s2} -> {04732.s1} 
+tr {04733.t1} {04732.p1|04733.p0} {04733.s1} -> {04733.p1|04734.p0} {04733.s2} 
+tr {04733.t2} {04733.s2} -> {04733.s1} 
+tr {04734.t1} {04733.p1|04734.p0} {04734.s1} -> {04734.p1|04735.p0} {04734.s2} 
+tr {04734.t2} {04734.s2} -> {04734.s1} 
+tr {04735.t1} {04734.p1|04735.p0} {04735.s1} -> {04735.p1|04736.p0} {04735.s2} 
+tr {04735.t2} {04735.s2} -> {04735.s1} 
+tr {04736.t1} {04735.p1|04736.p0} {04736.s1} -> {04736.p1|04737.p0} {04736.s2} 
+tr {04736.t2} {04736.s2} -> {04736.s1} 
+tr {04737.t1} {04736.p1|04737.p0} {04737.s1} -> {04737.p1|04738.p0} {04737.s2} 
+tr {04737.t2} {04737.s2} -> {04737.s1} 
+tr {04738.t1} {04737.p1|04738.p0} {04738.s1} -> {04738.p1|04739.p0} {04738.s2} 
+tr {04738.t2} {04738.s2} -> {04738.s1} 
+tr {04739.t1} {04738.p1|04739.p0} {04739.s1} -> {04739.p1|04740.p0} {04739.s2} 
+tr {04739.t2} {04739.s2} -> {04739.s1} 
+tr {04740.t1} {04739.p1|04740.p0} {04740.s1} -> {04740.p1|04741.p0} {04740.s2} 
+tr {04740.t2} {04740.s2} -> {04740.s1} 
+tr {04741.t1} {04740.p1|04741.p0} {04741.s1} -> {04741.p1|04742.p0} {04741.s2} 
+tr {04741.t2} {04741.s2} -> {04741.s1} 
+tr {04742.t1} {04741.p1|04742.p0} {04742.s1} -> {04742.p1|04743.p0} {04742.s2} 
+tr {04742.t2} {04742.s2} -> {04742.s1} 
+tr {04743.t1} {04742.p1|04743.p0} {04743.s1} -> {04743.p1|04744.p0} {04743.s2} 
+tr {04743.t2} {04743.s2} -> {04743.s1} 
+tr {04744.t1} {04743.p1|04744.p0} {04744.s1} -> {04744.p1|04745.p0} {04744.s2} 
+tr {04744.t2} {04744.s2} -> {04744.s1} 
+tr {04745.t1} {04744.p1|04745.p0} {04745.s1} -> {04745.p1|04746.p0} {04745.s2} 
+tr {04745.t2} {04745.s2} -> {04745.s1} 
+tr {04746.t1} {04745.p1|04746.p0} {04746.s1} -> {04746.p1|04747.p0} {04746.s2} 
+tr {04746.t2} {04746.s2} -> {04746.s1} 
+tr {04747.t1} {04746.p1|04747.p0} {04747.s1} -> {04747.p1|04748.p0} {04747.s2} 
+tr {04747.t2} {04747.s2} -> {04747.s1} 
+tr {04748.t1} {04747.p1|04748.p0} {04748.s1} -> {04748.p1|04749.p0} {04748.s2} 
+tr {04748.t2} {04748.s2} -> {04748.s1} 
+tr {04749.t1} {04748.p1|04749.p0} {04749.s1} -> {04749.p1|04750.p0} {04749.s2} 
+tr {04749.t2} {04749.s2} -> {04749.s1} 
+tr {04750.t1} {04749.p1|04750.p0} {04750.s1} -> {04750.p1|04751.p0} {04750.s2} 
+tr {04750.t2} {04750.s2} -> {04750.s1} 
+tr {04751.t1} {04750.p1|04751.p0} {04751.s1} -> {04751.p1|04752.p0} {04751.s2} 
+tr {04751.t2} {04751.s2} -> {04751.s1} 
+tr {04752.t1} {04751.p1|04752.p0} {04752.s1} -> {04752.p1|04753.p0} {04752.s2} 
+tr {04752.t2} {04752.s2} -> {04752.s1} 
+tr {04753.t1} {04752.p1|04753.p0} {04753.s1} -> {04753.p1|04754.p0} {04753.s2} 
+tr {04753.t2} {04753.s2} -> {04753.s1} 
+tr {04754.t1} {04753.p1|04754.p0} {04754.s1} -> {04754.p1|04755.p0} {04754.s2} 
+tr {04754.t2} {04754.s2} -> {04754.s1} 
+tr {04755.t1} {04754.p1|04755.p0} {04755.s1} -> {04755.p1|04756.p0} {04755.s2} 
+tr {04755.t2} {04755.s2} -> {04755.s1} 
+tr {04756.t1} {04755.p1|04756.p0} {04756.s1} -> {04756.p1|04757.p0} {04756.s2} 
+tr {04756.t2} {04756.s2} -> {04756.s1} 
+tr {04757.t1} {04756.p1|04757.p0} {04757.s1} -> {04757.p1|04758.p0} {04757.s2} 
+tr {04757.t2} {04757.s2} -> {04757.s1} 
+tr {04758.t1} {04757.p1|04758.p0} {04758.s1} -> {04758.p1|04759.p0} {04758.s2} 
+tr {04758.t2} {04758.s2} -> {04758.s1} 
+tr {04759.t1} {04758.p1|04759.p0} {04759.s1} -> {04759.p1|04760.p0} {04759.s2} 
+tr {04759.t2} {04759.s2} -> {04759.s1} 
+tr {04760.t1} {04759.p1|04760.p0} {04760.s1} -> {04760.p1|04761.p0} {04760.s2} 
+tr {04760.t2} {04760.s2} -> {04760.s1} 
+tr {04761.t1} {04760.p1|04761.p0} {04761.s1} -> {04761.p1|04762.p0} {04761.s2} 
+tr {04761.t2} {04761.s2} -> {04761.s1} 
+tr {04762.t1} {04761.p1|04762.p0} {04762.s1} -> {04762.p1|04763.p0} {04762.s2} 
+tr {04762.t2} {04762.s2} -> {04762.s1} 
+tr {04763.t1} {04762.p1|04763.p0} {04763.s1} -> {04763.p1|04764.p0} {04763.s2} 
+tr {04763.t2} {04763.s2} -> {04763.s1} 
+tr {04764.t1} {04763.p1|04764.p0} {04764.s1} -> {04764.p1|04765.p0} {04764.s2} 
+tr {04764.t2} {04764.s2} -> {04764.s1} 
+tr {04765.t1} {04764.p1|04765.p0} {04765.s1} -> {04765.p1|04766.p0} {04765.s2} 
+tr {04765.t2} {04765.s2} -> {04765.s1} 
+tr {04766.t1} {04765.p1|04766.p0} {04766.s1} -> {04766.p1|04767.p0} {04766.s2} 
+tr {04766.t2} {04766.s2} -> {04766.s1} 
+tr {04767.t1} {04766.p1|04767.p0} {04767.s1} -> {04767.p1|04768.p0} {04767.s2} 
+tr {04767.t2} {04767.s2} -> {04767.s1} 
+tr {04768.t1} {04767.p1|04768.p0} {04768.s1} -> {04768.p1|04769.p0} {04768.s2} 
+tr {04768.t2} {04768.s2} -> {04768.s1} 
+tr {04769.t1} {04768.p1|04769.p0} {04769.s1} -> {04769.p1|04770.p0} {04769.s2} 
+tr {04769.t2} {04769.s2} -> {04769.s1} 
+tr {04770.t1} {04769.p1|04770.p0} {04770.s1} -> {04770.p1|04771.p0} {04770.s2} 
+tr {04770.t2} {04770.s2} -> {04770.s1} 
+tr {04771.t1} {04770.p1|04771.p0} {04771.s1} -> {04771.p1|04772.p0} {04771.s2} 
+tr {04771.t2} {04771.s2} -> {04771.s1} 
+tr {04772.t1} {04771.p1|04772.p0} {04772.s1} -> {04772.p1|04773.p0} {04772.s2} 
+tr {04772.t2} {04772.s2} -> {04772.s1} 
+tr {04773.t1} {04772.p1|04773.p0} {04773.s1} -> {04773.p1|04774.p0} {04773.s2} 
+tr {04773.t2} {04773.s2} -> {04773.s1} 
+tr {04774.t1} {04773.p1|04774.p0} {04774.s1} -> {04774.p1|04775.p0} {04774.s2} 
+tr {04774.t2} {04774.s2} -> {04774.s1} 
+tr {04775.t1} {04774.p1|04775.p0} {04775.s1} -> {04775.p1|04776.p0} {04775.s2} 
+tr {04775.t2} {04775.s2} -> {04775.s1} 
+tr {04776.t1} {04775.p1|04776.p0} {04776.s1} -> {04776.p1|04777.p0} {04776.s2} 
+tr {04776.t2} {04776.s2} -> {04776.s1} 
+tr {04777.t1} {04776.p1|04777.p0} {04777.s1} -> {04777.p1|04778.p0} {04777.s2} 
+tr {04777.t2} {04777.s2} -> {04777.s1} 
+tr {04778.t1} {04777.p1|04778.p0} {04778.s1} -> {04778.p1|04779.p0} {04778.s2} 
+tr {04778.t2} {04778.s2} -> {04778.s1} 
+tr {04779.t1} {04778.p1|04779.p0} {04779.s1} -> {04779.p1|04780.p0} {04779.s2} 
+tr {04779.t2} {04779.s2} -> {04779.s1} 
+tr {04780.t1} {04779.p1|04780.p0} {04780.s1} -> {04780.p1|04781.p0} {04780.s2} 
+tr {04780.t2} {04780.s2} -> {04780.s1} 
+tr {04781.t1} {04780.p1|04781.p0} {04781.s1} -> {04781.p1|04782.p0} {04781.s2} 
+tr {04781.t2} {04781.s2} -> {04781.s1} 
+tr {04782.t1} {04781.p1|04782.p0} {04782.s1} -> {04782.p1|04783.p0} {04782.s2} 
+tr {04782.t2} {04782.s2} -> {04782.s1} 
+tr {04783.t1} {04782.p1|04783.p0} {04783.s1} -> {04783.p1|04784.p0} {04783.s2} 
+tr {04783.t2} {04783.s2} -> {04783.s1} 
+tr {04784.t1} {04783.p1|04784.p0} {04784.s1} -> {04784.p1|04785.p0} {04784.s2} 
+tr {04784.t2} {04784.s2} -> {04784.s1} 
+tr {04785.t1} {04784.p1|04785.p0} {04785.s1} -> {04785.p1|04786.p0} {04785.s2} 
+tr {04785.t2} {04785.s2} -> {04785.s1} 
+tr {04786.t1} {04785.p1|04786.p0} {04786.s1} -> {04786.p1|04787.p0} {04786.s2} 
+tr {04786.t2} {04786.s2} -> {04786.s1} 
+tr {04787.t1} {04786.p1|04787.p0} {04787.s1} -> {04787.p1|04788.p0} {04787.s2} 
+tr {04787.t2} {04787.s2} -> {04787.s1} 
+tr {04788.t1} {04787.p1|04788.p0} {04788.s1} -> {04788.p1|04789.p0} {04788.s2} 
+tr {04788.t2} {04788.s2} -> {04788.s1} 
+tr {04789.t1} {04788.p1|04789.p0} {04789.s1} -> {04789.p1|04790.p0} {04789.s2} 
+tr {04789.t2} {04789.s2} -> {04789.s1} 
+tr {04790.t1} {04789.p1|04790.p0} {04790.s1} -> {04790.p1|04791.p0} {04790.s2} 
+tr {04790.t2} {04790.s2} -> {04790.s1} 
+tr {04791.t1} {04790.p1|04791.p0} {04791.s1} -> {04791.p1|04792.p0} {04791.s2} 
+tr {04791.t2} {04791.s2} -> {04791.s1} 
+tr {04792.t1} {04791.p1|04792.p0} {04792.s1} -> {04792.p1|04793.p0} {04792.s2} 
+tr {04792.t2} {04792.s2} -> {04792.s1} 
+tr {04793.t1} {04792.p1|04793.p0} {04793.s1} -> {04793.p1|04794.p0} {04793.s2} 
+tr {04793.t2} {04793.s2} -> {04793.s1} 
+tr {04794.t1} {04793.p1|04794.p0} {04794.s1} -> {04794.p1|04795.p0} {04794.s2} 
+tr {04794.t2} {04794.s2} -> {04794.s1} 
+tr {04795.t1} {04794.p1|04795.p0} {04795.s1} -> {04795.p1|04796.p0} {04795.s2} 
+tr {04795.t2} {04795.s2} -> {04795.s1} 
+tr {04796.t1} {04795.p1|04796.p0} {04796.s1} -> {04796.p1|04797.p0} {04796.s2} 
+tr {04796.t2} {04796.s2} -> {04796.s1} 
+tr {04797.t1} {04796.p1|04797.p0} {04797.s1} -> {04797.p1|04798.p0} {04797.s2} 
+tr {04797.t2} {04797.s2} -> {04797.s1} 
+tr {04798.t1} {04797.p1|04798.p0} {04798.s1} -> {04798.p1|04799.p0} {04798.s2} 
+tr {04798.t2} {04798.s2} -> {04798.s1} 
+tr {04799.t1} {04798.p1|04799.p0} {04799.s1} -> {04799.p1|04800.p0} {04799.s2} 
+tr {04799.t2} {04799.s2} -> {04799.s1} 
+tr {04800.t1} {04799.p1|04800.p0} {04800.s1} -> {04800.p1|04801.p0} {04800.s2} 
+tr {04800.t2} {04800.s2} -> {04800.s1} 
+tr {04801.t1} {04800.p1|04801.p0} {04801.s1} -> {04801.p1|04802.p0} {04801.s2} 
+tr {04801.t2} {04801.s2} -> {04801.s1} 
+tr {04802.t1} {04801.p1|04802.p0} {04802.s1} -> {04802.p1|04803.p0} {04802.s2} 
+tr {04802.t2} {04802.s2} -> {04802.s1} 
+tr {04803.t1} {04802.p1|04803.p0} {04803.s1} -> {04803.p1|04804.p0} {04803.s2} 
+tr {04803.t2} {04803.s2} -> {04803.s1} 
+tr {04804.t1} {04803.p1|04804.p0} {04804.s1} -> {04804.p1|04805.p0} {04804.s2} 
+tr {04804.t2} {04804.s2} -> {04804.s1} 
+tr {04805.t1} {04804.p1|04805.p0} {04805.s1} -> {04805.p1|04806.p0} {04805.s2} 
+tr {04805.t2} {04805.s2} -> {04805.s1} 
+tr {04806.t1} {04805.p1|04806.p0} {04806.s1} -> {04806.p1|04807.p0} {04806.s2} 
+tr {04806.t2} {04806.s2} -> {04806.s1} 
+tr {04807.t1} {04806.p1|04807.p0} {04807.s1} -> {04807.p1|04808.p0} {04807.s2} 
+tr {04807.t2} {04807.s2} -> {04807.s1} 
+tr {04808.t1} {04807.p1|04808.p0} {04808.s1} -> {04808.p1|04809.p0} {04808.s2} 
+tr {04808.t2} {04808.s2} -> {04808.s1} 
+tr {04809.t1} {04808.p1|04809.p0} {04809.s1} -> {04809.p1|04810.p0} {04809.s2} 
+tr {04809.t2} {04809.s2} -> {04809.s1} 
+tr {04810.t1} {04809.p1|04810.p0} {04810.s1} -> {04810.p1|04811.p0} {04810.s2} 
+tr {04810.t2} {04810.s2} -> {04810.s1} 
+tr {04811.t1} {04810.p1|04811.p0} {04811.s1} -> {04811.p1|04812.p0} {04811.s2} 
+tr {04811.t2} {04811.s2} -> {04811.s1} 
+tr {04812.t1} {04811.p1|04812.p0} {04812.s1} -> {04812.p1|04813.p0} {04812.s2} 
+tr {04812.t2} {04812.s2} -> {04812.s1} 
+tr {04813.t1} {04812.p1|04813.p0} {04813.s1} -> {04813.p1|04814.p0} {04813.s2} 
+tr {04813.t2} {04813.s2} -> {04813.s1} 
+tr {04814.t1} {04813.p1|04814.p0} {04814.s1} -> {04814.p1|04815.p0} {04814.s2} 
+tr {04814.t2} {04814.s2} -> {04814.s1} 
+tr {04815.t1} {04814.p1|04815.p0} {04815.s1} -> {04815.p1|04816.p0} {04815.s2} 
+tr {04815.t2} {04815.s2} -> {04815.s1} 
+tr {04816.t1} {04815.p1|04816.p0} {04816.s1} -> {04816.p1|04817.p0} {04816.s2} 
+tr {04816.t2} {04816.s2} -> {04816.s1} 
+tr {04817.t1} {04816.p1|04817.p0} {04817.s1} -> {04817.p1|04818.p0} {04817.s2} 
+tr {04817.t2} {04817.s2} -> {04817.s1} 
+tr {04818.t1} {04817.p1|04818.p0} {04818.s1} -> {04818.p1|04819.p0} {04818.s2} 
+tr {04818.t2} {04818.s2} -> {04818.s1} 
+tr {04819.t1} {04818.p1|04819.p0} {04819.s1} -> {04819.p1|04820.p0} {04819.s2} 
+tr {04819.t2} {04819.s2} -> {04819.s1} 
+tr {04820.t1} {04819.p1|04820.p0} {04820.s1} -> {04820.p1|04821.p0} {04820.s2} 
+tr {04820.t2} {04820.s2} -> {04820.s1} 
+tr {04821.t1} {04820.p1|04821.p0} {04821.s1} -> {04821.p1|04822.p0} {04821.s2} 
+tr {04821.t2} {04821.s2} -> {04821.s1} 
+tr {04822.t1} {04821.p1|04822.p0} {04822.s1} -> {04822.p1|04823.p0} {04822.s2} 
+tr {04822.t2} {04822.s2} -> {04822.s1} 
+tr {04823.t1} {04822.p1|04823.p0} {04823.s1} -> {04823.p1|04824.p0} {04823.s2} 
+tr {04823.t2} {04823.s2} -> {04823.s1} 
+tr {04824.t1} {04823.p1|04824.p0} {04824.s1} -> {04824.p1|04825.p0} {04824.s2} 
+tr {04824.t2} {04824.s2} -> {04824.s1} 
+tr {04825.t1} {04824.p1|04825.p0} {04825.s1} -> {04825.p1|04826.p0} {04825.s2} 
+tr {04825.t2} {04825.s2} -> {04825.s1} 
+tr {04826.t1} {04825.p1|04826.p0} {04826.s1} -> {04826.p1|04827.p0} {04826.s2} 
+tr {04826.t2} {04826.s2} -> {04826.s1} 
+tr {04827.t1} {04826.p1|04827.p0} {04827.s1} -> {04827.p1|04828.p0} {04827.s2} 
+tr {04827.t2} {04827.s2} -> {04827.s1} 
+tr {04828.t1} {04827.p1|04828.p0} {04828.s1} -> {04828.p1|04829.p0} {04828.s2} 
+tr {04828.t2} {04828.s2} -> {04828.s1} 
+tr {04829.t1} {04828.p1|04829.p0} {04829.s1} -> {04829.p1|04830.p0} {04829.s2} 
+tr {04829.t2} {04829.s2} -> {04829.s1} 
+tr {04830.t1} {04829.p1|04830.p0} {04830.s1} -> {04830.p1|04831.p0} {04830.s2} 
+tr {04830.t2} {04830.s2} -> {04830.s1} 
+tr {04831.t1} {04830.p1|04831.p0} {04831.s1} -> {04831.p1|04832.p0} {04831.s2} 
+tr {04831.t2} {04831.s2} -> {04831.s1} 
+tr {04832.t1} {04831.p1|04832.p0} {04832.s1} -> {04832.p1|04833.p0} {04832.s2} 
+tr {04832.t2} {04832.s2} -> {04832.s1} 
+tr {04833.t1} {04832.p1|04833.p0} {04833.s1} -> {04833.p1|04834.p0} {04833.s2} 
+tr {04833.t2} {04833.s2} -> {04833.s1} 
+tr {04834.t1} {04833.p1|04834.p0} {04834.s1} -> {04834.p1|04835.p0} {04834.s2} 
+tr {04834.t2} {04834.s2} -> {04834.s1} 
+tr {04835.t1} {04834.p1|04835.p0} {04835.s1} -> {04835.p1|04836.p0} {04835.s2} 
+tr {04835.t2} {04835.s2} -> {04835.s1} 
+tr {04836.t1} {04835.p1|04836.p0} {04836.s1} -> {04836.p1|04837.p0} {04836.s2} 
+tr {04836.t2} {04836.s2} -> {04836.s1} 
+tr {04837.t1} {04836.p1|04837.p0} {04837.s1} -> {04837.p1|04838.p0} {04837.s2} 
+tr {04837.t2} {04837.s2} -> {04837.s1} 
+tr {04838.t1} {04837.p1|04838.p0} {04838.s1} -> {04838.p1|04839.p0} {04838.s2} 
+tr {04838.t2} {04838.s2} -> {04838.s1} 
+tr {04839.t1} {04838.p1|04839.p0} {04839.s1} -> {04839.p1|04840.p0} {04839.s2} 
+tr {04839.t2} {04839.s2} -> {04839.s1} 
+tr {04840.t1} {04839.p1|04840.p0} {04840.s1} -> {04840.p1|04841.p0} {04840.s2} 
+tr {04840.t2} {04840.s2} -> {04840.s1} 
+tr {04841.t1} {04840.p1|04841.p0} {04841.s1} -> {04841.p1|04842.p0} {04841.s2} 
+tr {04841.t2} {04841.s2} -> {04841.s1} 
+tr {04842.t1} {04841.p1|04842.p0} {04842.s1} -> {04842.p1|04843.p0} {04842.s2} 
+tr {04842.t2} {04842.s2} -> {04842.s1} 
+tr {04843.t1} {04842.p1|04843.p0} {04843.s1} -> {04843.p1|04844.p0} {04843.s2} 
+tr {04843.t2} {04843.s2} -> {04843.s1} 
+tr {04844.t1} {04843.p1|04844.p0} {04844.s1} -> {04844.p1|04845.p0} {04844.s2} 
+tr {04844.t2} {04844.s2} -> {04844.s1} 
+tr {04845.t1} {04844.p1|04845.p0} {04845.s1} -> {04845.p1|04846.p0} {04845.s2} 
+tr {04845.t2} {04845.s2} -> {04845.s1} 
+tr {04846.t1} {04845.p1|04846.p0} {04846.s1} -> {04846.p1|04847.p0} {04846.s2} 
+tr {04846.t2} {04846.s2} -> {04846.s1} 
+tr {04847.t1} {04846.p1|04847.p0} {04847.s1} -> {04847.p1|04848.p0} {04847.s2} 
+tr {04847.t2} {04847.s2} -> {04847.s1} 
+tr {04848.t1} {04847.p1|04848.p0} {04848.s1} -> {04848.p1|04849.p0} {04848.s2} 
+tr {04848.t2} {04848.s2} -> {04848.s1} 
+tr {04849.t1} {04848.p1|04849.p0} {04849.s1} -> {04849.p1|04850.p0} {04849.s2} 
+tr {04849.t2} {04849.s2} -> {04849.s1} 
+tr {04850.t1} {04849.p1|04850.p0} {04850.s1} -> {04850.p1|04851.p0} {04850.s2} 
+tr {04850.t2} {04850.s2} -> {04850.s1} 
+tr {04851.t1} {04850.p1|04851.p0} {04851.s1} -> {04851.p1|04852.p0} {04851.s2} 
+tr {04851.t2} {04851.s2} -> {04851.s1} 
+tr {04852.t1} {04851.p1|04852.p0} {04852.s1} -> {04852.p1|04853.p0} {04852.s2} 
+tr {04852.t2} {04852.s2} -> {04852.s1} 
+tr {04853.t1} {04852.p1|04853.p0} {04853.s1} -> {04853.p1|04854.p0} {04853.s2} 
+tr {04853.t2} {04853.s2} -> {04853.s1} 
+tr {04854.t1} {04853.p1|04854.p0} {04854.s1} -> {04854.p1|04855.p0} {04854.s2} 
+tr {04854.t2} {04854.s2} -> {04854.s1} 
+tr {04855.t1} {04854.p1|04855.p0} {04855.s1} -> {04855.p1|04856.p0} {04855.s2} 
+tr {04855.t2} {04855.s2} -> {04855.s1} 
+tr {04856.t1} {04855.p1|04856.p0} {04856.s1} -> {04856.p1|04857.p0} {04856.s2} 
+tr {04856.t2} {04856.s2} -> {04856.s1} 
+tr {04857.t1} {04856.p1|04857.p0} {04857.s1} -> {04857.p1|04858.p0} {04857.s2} 
+tr {04857.t2} {04857.s2} -> {04857.s1} 
+tr {04858.t1} {04857.p1|04858.p0} {04858.s1} -> {04858.p1|04859.p0} {04858.s2} 
+tr {04858.t2} {04858.s2} -> {04858.s1} 
+tr {04859.t1} {04858.p1|04859.p0} {04859.s1} -> {04859.p1|04860.p0} {04859.s2} 
+tr {04859.t2} {04859.s2} -> {04859.s1} 
+tr {04860.t1} {04859.p1|04860.p0} {04860.s1} -> {04860.p1|04861.p0} {04860.s2} 
+tr {04860.t2} {04860.s2} -> {04860.s1} 
+tr {04861.t1} {04860.p1|04861.p0} {04861.s1} -> {04861.p1|04862.p0} {04861.s2} 
+tr {04861.t2} {04861.s2} -> {04861.s1} 
+tr {04862.t1} {04861.p1|04862.p0} {04862.s1} -> {04862.p1|04863.p0} {04862.s2} 
+tr {04862.t2} {04862.s2} -> {04862.s1} 
+tr {04863.t1} {04862.p1|04863.p0} {04863.s1} -> {04863.p1|04864.p0} {04863.s2} 
+tr {04863.t2} {04863.s2} -> {04863.s1} 
+tr {04864.t1} {04863.p1|04864.p0} {04864.s1} -> {04864.p1|04865.p0} {04864.s2} 
+tr {04864.t2} {04864.s2} -> {04864.s1} 
+tr {04865.t1} {04864.p1|04865.p0} {04865.s1} -> {04865.p1|04866.p0} {04865.s2} 
+tr {04865.t2} {04865.s2} -> {04865.s1} 
+tr {04866.t1} {04865.p1|04866.p0} {04866.s1} -> {04866.p1|04867.p0} {04866.s2} 
+tr {04866.t2} {04866.s2} -> {04866.s1} 
+tr {04867.t1} {04866.p1|04867.p0} {04867.s1} -> {04867.p1|04868.p0} {04867.s2} 
+tr {04867.t2} {04867.s2} -> {04867.s1} 
+tr {04868.t1} {04867.p1|04868.p0} {04868.s1} -> {04868.p1|04869.p0} {04868.s2} 
+tr {04868.t2} {04868.s2} -> {04868.s1} 
+tr {04869.t1} {04868.p1|04869.p0} {04869.s1} -> {04869.p1|04870.p0} {04869.s2} 
+tr {04869.t2} {04869.s2} -> {04869.s1} 
+tr {04870.t1} {04869.p1|04870.p0} {04870.s1} -> {04870.p1|04871.p0} {04870.s2} 
+tr {04870.t2} {04870.s2} -> {04870.s1} 
+tr {04871.t1} {04870.p1|04871.p0} {04871.s1} -> {04871.p1|04872.p0} {04871.s2} 
+tr {04871.t2} {04871.s2} -> {04871.s1} 
+tr {04872.t1} {04871.p1|04872.p0} {04872.s1} -> {04872.p1|04873.p0} {04872.s2} 
+tr {04872.t2} {04872.s2} -> {04872.s1} 
+tr {04873.t1} {04872.p1|04873.p0} {04873.s1} -> {04873.p1|04874.p0} {04873.s2} 
+tr {04873.t2} {04873.s2} -> {04873.s1} 
+tr {04874.t1} {04873.p1|04874.p0} {04874.s1} -> {04874.p1|04875.p0} {04874.s2} 
+tr {04874.t2} {04874.s2} -> {04874.s1} 
+tr {04875.t1} {04874.p1|04875.p0} {04875.s1} -> {04875.p1|04876.p0} {04875.s2} 
+tr {04875.t2} {04875.s2} -> {04875.s1} 
+tr {04876.t1} {04875.p1|04876.p0} {04876.s1} -> {04876.p1|04877.p0} {04876.s2} 
+tr {04876.t2} {04876.s2} -> {04876.s1} 
+tr {04877.t1} {04876.p1|04877.p0} {04877.s1} -> {04877.p1|04878.p0} {04877.s2} 
+tr {04877.t2} {04877.s2} -> {04877.s1} 
+tr {04878.t1} {04877.p1|04878.p0} {04878.s1} -> {04878.p1|04879.p0} {04878.s2} 
+tr {04878.t2} {04878.s2} -> {04878.s1} 
+tr {04879.t1} {04878.p1|04879.p0} {04879.s1} -> {04879.p1|04880.p0} {04879.s2} 
+tr {04879.t2} {04879.s2} -> {04879.s1} 
+tr {04880.t1} {04879.p1|04880.p0} {04880.s1} -> {04880.p1|04881.p0} {04880.s2} 
+tr {04880.t2} {04880.s2} -> {04880.s1} 
+tr {04881.t1} {04880.p1|04881.p0} {04881.s1} -> {04881.p1|04882.p0} {04881.s2} 
+tr {04881.t2} {04881.s2} -> {04881.s1} 
+tr {04882.t1} {04881.p1|04882.p0} {04882.s1} -> {04882.p1|04883.p0} {04882.s2} 
+tr {04882.t2} {04882.s2} -> {04882.s1} 
+tr {04883.t1} {04882.p1|04883.p0} {04883.s1} -> {04883.p1|04884.p0} {04883.s2} 
+tr {04883.t2} {04883.s2} -> {04883.s1} 
+tr {04884.t1} {04883.p1|04884.p0} {04884.s1} -> {04884.p1|04885.p0} {04884.s2} 
+tr {04884.t2} {04884.s2} -> {04884.s1} 
+tr {04885.t1} {04884.p1|04885.p0} {04885.s1} -> {04885.p1|04886.p0} {04885.s2} 
+tr {04885.t2} {04885.s2} -> {04885.s1} 
+tr {04886.t1} {04885.p1|04886.p0} {04886.s1} -> {04886.p1|04887.p0} {04886.s2} 
+tr {04886.t2} {04886.s2} -> {04886.s1} 
+tr {04887.t1} {04886.p1|04887.p0} {04887.s1} -> {04887.p1|04888.p0} {04887.s2} 
+tr {04887.t2} {04887.s2} -> {04887.s1} 
+tr {04888.t1} {04887.p1|04888.p0} {04888.s1} -> {04888.p1|04889.p0} {04888.s2} 
+tr {04888.t2} {04888.s2} -> {04888.s1} 
+tr {04889.t1} {04888.p1|04889.p0} {04889.s1} -> {04889.p1|04890.p0} {04889.s2} 
+tr {04889.t2} {04889.s2} -> {04889.s1} 
+tr {04890.t1} {04889.p1|04890.p0} {04890.s1} -> {04890.p1|04891.p0} {04890.s2} 
+tr {04890.t2} {04890.s2} -> {04890.s1} 
+tr {04891.t1} {04890.p1|04891.p0} {04891.s1} -> {04891.p1|04892.p0} {04891.s2} 
+tr {04891.t2} {04891.s2} -> {04891.s1} 
+tr {04892.t1} {04891.p1|04892.p0} {04892.s1} -> {04892.p1|04893.p0} {04892.s2} 
+tr {04892.t2} {04892.s2} -> {04892.s1} 
+tr {04893.t1} {04892.p1|04893.p0} {04893.s1} -> {04893.p1|04894.p0} {04893.s2} 
+tr {04893.t2} {04893.s2} -> {04893.s1} 
+tr {04894.t1} {04893.p1|04894.p0} {04894.s1} -> {04894.p1|04895.p0} {04894.s2} 
+tr {04894.t2} {04894.s2} -> {04894.s1} 
+tr {04895.t1} {04894.p1|04895.p0} {04895.s1} -> {04895.p1|04896.p0} {04895.s2} 
+tr {04895.t2} {04895.s2} -> {04895.s1} 
+tr {04896.t1} {04895.p1|04896.p0} {04896.s1} -> {04896.p1|04897.p0} {04896.s2} 
+tr {04896.t2} {04896.s2} -> {04896.s1} 
+tr {04897.t1} {04896.p1|04897.p0} {04897.s1} -> {04897.p1|04898.p0} {04897.s2} 
+tr {04897.t2} {04897.s2} -> {04897.s1} 
+tr {04898.t1} {04897.p1|04898.p0} {04898.s1} -> {04898.p1|04899.p0} {04898.s2} 
+tr {04898.t2} {04898.s2} -> {04898.s1} 
+tr {04899.t1} {04898.p1|04899.p0} {04899.s1} -> {04899.p1|04900.p0} {04899.s2} 
+tr {04899.t2} {04899.s2} -> {04899.s1} 
+tr {04900.t1} {04899.p1|04900.p0} {04900.s1} -> {04900.p1|04901.p0} {04900.s2} 
+tr {04900.t2} {04900.s2} -> {04900.s1} 
+tr {04901.t1} {04900.p1|04901.p0} {04901.s1} -> {04901.p1|04902.p0} {04901.s2} 
+tr {04901.t2} {04901.s2} -> {04901.s1} 
+tr {04902.t1} {04901.p1|04902.p0} {04902.s1} -> {04902.p1|04903.p0} {04902.s2} 
+tr {04902.t2} {04902.s2} -> {04902.s1} 
+tr {04903.t1} {04902.p1|04903.p0} {04903.s1} -> {04903.p1|04904.p0} {04903.s2} 
+tr {04903.t2} {04903.s2} -> {04903.s1} 
+tr {04904.t1} {04903.p1|04904.p0} {04904.s1} -> {04904.p1|04905.p0} {04904.s2} 
+tr {04904.t2} {04904.s2} -> {04904.s1} 
+tr {04905.t1} {04904.p1|04905.p0} {04905.s1} -> {04905.p1|04906.p0} {04905.s2} 
+tr {04905.t2} {04905.s2} -> {04905.s1} 
+tr {04906.t1} {04905.p1|04906.p0} {04906.s1} -> {04906.p1|04907.p0} {04906.s2} 
+tr {04906.t2} {04906.s2} -> {04906.s1} 
+tr {04907.t1} {04906.p1|04907.p0} {04907.s1} -> {04907.p1|04908.p0} {04907.s2} 
+tr {04907.t2} {04907.s2} -> {04907.s1} 
+tr {04908.t1} {04907.p1|04908.p0} {04908.s1} -> {04908.p1|04909.p0} {04908.s2} 
+tr {04908.t2} {04908.s2} -> {04908.s1} 
+tr {04909.t1} {04908.p1|04909.p0} {04909.s1} -> {04909.p1|04910.p0} {04909.s2} 
+tr {04909.t2} {04909.s2} -> {04909.s1} 
+tr {04910.t1} {04909.p1|04910.p0} {04910.s1} -> {04910.p1|04911.p0} {04910.s2} 
+tr {04910.t2} {04910.s2} -> {04910.s1} 
+tr {04911.t1} {04910.p1|04911.p0} {04911.s1} -> {04911.p1|04912.p0} {04911.s2} 
+tr {04911.t2} {04911.s2} -> {04911.s1} 
+tr {04912.t1} {04911.p1|04912.p0} {04912.s1} -> {04912.p1|04913.p0} {04912.s2} 
+tr {04912.t2} {04912.s2} -> {04912.s1} 
+tr {04913.t1} {04912.p1|04913.p0} {04913.s1} -> {04913.p1|04914.p0} {04913.s2} 
+tr {04913.t2} {04913.s2} -> {04913.s1} 
+tr {04914.t1} {04913.p1|04914.p0} {04914.s1} -> {04914.p1|04915.p0} {04914.s2} 
+tr {04914.t2} {04914.s2} -> {04914.s1} 
+tr {04915.t1} {04914.p1|04915.p0} {04915.s1} -> {04915.p1|04916.p0} {04915.s2} 
+tr {04915.t2} {04915.s2} -> {04915.s1} 
+tr {04916.t1} {04915.p1|04916.p0} {04916.s1} -> {04916.p1|04917.p0} {04916.s2} 
+tr {04916.t2} {04916.s2} -> {04916.s1} 
+tr {04917.t1} {04916.p1|04917.p0} {04917.s1} -> {04917.p1|04918.p0} {04917.s2} 
+tr {04917.t2} {04917.s2} -> {04917.s1} 
+tr {04918.t1} {04917.p1|04918.p0} {04918.s1} -> {04918.p1|04919.p0} {04918.s2} 
+tr {04918.t2} {04918.s2} -> {04918.s1} 
+tr {04919.t1} {04918.p1|04919.p0} {04919.s1} -> {04919.p1|04920.p0} {04919.s2} 
+tr {04919.t2} {04919.s2} -> {04919.s1} 
+tr {04920.t1} {04919.p1|04920.p0} {04920.s1} -> {04920.p1|04921.p0} {04920.s2} 
+tr {04920.t2} {04920.s2} -> {04920.s1} 
+tr {04921.t1} {04920.p1|04921.p0} {04921.s1} -> {04921.p1|04922.p0} {04921.s2} 
+tr {04921.t2} {04921.s2} -> {04921.s1} 
+tr {04922.t1} {04921.p1|04922.p0} {04922.s1} -> {04922.p1|04923.p0} {04922.s2} 
+tr {04922.t2} {04922.s2} -> {04922.s1} 
+tr {04923.t1} {04922.p1|04923.p0} {04923.s1} -> {04923.p1|04924.p0} {04923.s2} 
+tr {04923.t2} {04923.s2} -> {04923.s1} 
+tr {04924.t1} {04923.p1|04924.p0} {04924.s1} -> {04924.p1|04925.p0} {04924.s2} 
+tr {04924.t2} {04924.s2} -> {04924.s1} 
+tr {04925.t1} {04924.p1|04925.p0} {04925.s1} -> {04925.p1|04926.p0} {04925.s2} 
+tr {04925.t2} {04925.s2} -> {04925.s1} 
+tr {04926.t1} {04925.p1|04926.p0} {04926.s1} -> {04926.p1|04927.p0} {04926.s2} 
+tr {04926.t2} {04926.s2} -> {04926.s1} 
+tr {04927.t1} {04926.p1|04927.p0} {04927.s1} -> {04927.p1|04928.p0} {04927.s2} 
+tr {04927.t2} {04927.s2} -> {04927.s1} 
+tr {04928.t1} {04927.p1|04928.p0} {04928.s1} -> {04928.p1|04929.p0} {04928.s2} 
+tr {04928.t2} {04928.s2} -> {04928.s1} 
+tr {04929.t1} {04928.p1|04929.p0} {04929.s1} -> {04929.p1|04930.p0} {04929.s2} 
+tr {04929.t2} {04929.s2} -> {04929.s1} 
+tr {04930.t1} {04929.p1|04930.p0} {04930.s1} -> {04930.p1|04931.p0} {04930.s2} 
+tr {04930.t2} {04930.s2} -> {04930.s1} 
+tr {04931.t1} {04930.p1|04931.p0} {04931.s1} -> {04931.p1|04932.p0} {04931.s2} 
+tr {04931.t2} {04931.s2} -> {04931.s1} 
+tr {04932.t1} {04931.p1|04932.p0} {04932.s1} -> {04932.p1|04933.p0} {04932.s2} 
+tr {04932.t2} {04932.s2} -> {04932.s1} 
+tr {04933.t1} {04932.p1|04933.p0} {04933.s1} -> {04933.p1|04934.p0} {04933.s2} 
+tr {04933.t2} {04933.s2} -> {04933.s1} 
+tr {04934.t1} {04933.p1|04934.p0} {04934.s1} -> {04934.p1|04935.p0} {04934.s2} 
+tr {04934.t2} {04934.s2} -> {04934.s1} 
+tr {04935.t1} {04934.p1|04935.p0} {04935.s1} -> {04935.p1|04936.p0} {04935.s2} 
+tr {04935.t2} {04935.s2} -> {04935.s1} 
+tr {04936.t1} {04935.p1|04936.p0} {04936.s1} -> {04936.p1|04937.p0} {04936.s2} 
+tr {04936.t2} {04936.s2} -> {04936.s1} 
+tr {04937.t1} {04936.p1|04937.p0} {04937.s1} -> {04937.p1|04938.p0} {04937.s2} 
+tr {04937.t2} {04937.s2} -> {04937.s1} 
+tr {04938.t1} {04937.p1|04938.p0} {04938.s1} -> {04938.p1|04939.p0} {04938.s2} 
+tr {04938.t2} {04938.s2} -> {04938.s1} 
+tr {04939.t1} {04938.p1|04939.p0} {04939.s1} -> {04939.p1|04940.p0} {04939.s2} 
+tr {04939.t2} {04939.s2} -> {04939.s1} 
+tr {04940.t1} {04939.p1|04940.p0} {04940.s1} -> {04940.p1|04941.p0} {04940.s2} 
+tr {04940.t2} {04940.s2} -> {04940.s1} 
+tr {04941.t1} {04940.p1|04941.p0} {04941.s1} -> {04941.p1|04942.p0} {04941.s2} 
+tr {04941.t2} {04941.s2} -> {04941.s1} 
+tr {04942.t1} {04941.p1|04942.p0} {04942.s1} -> {04942.p1|04943.p0} {04942.s2} 
+tr {04942.t2} {04942.s2} -> {04942.s1} 
+tr {04943.t1} {04942.p1|04943.p0} {04943.s1} -> {04943.p1|04944.p0} {04943.s2} 
+tr {04943.t2} {04943.s2} -> {04943.s1} 
+tr {04944.t1} {04943.p1|04944.p0} {04944.s1} -> {04944.p1|04945.p0} {04944.s2} 
+tr {04944.t2} {04944.s2} -> {04944.s1} 
+tr {04945.t1} {04944.p1|04945.p0} {04945.s1} -> {04945.p1|04946.p0} {04945.s2} 
+tr {04945.t2} {04945.s2} -> {04945.s1} 
+tr {04946.t1} {04945.p1|04946.p0} {04946.s1} -> {04946.p1|04947.p0} {04946.s2} 
+tr {04946.t2} {04946.s2} -> {04946.s1} 
+tr {04947.t1} {04946.p1|04947.p0} {04947.s1} -> {04947.p1|04948.p0} {04947.s2} 
+tr {04947.t2} {04947.s2} -> {04947.s1} 
+tr {04948.t1} {04947.p1|04948.p0} {04948.s1} -> {04948.p1|04949.p0} {04948.s2} 
+tr {04948.t2} {04948.s2} -> {04948.s1} 
+tr {04949.t1} {04948.p1|04949.p0} {04949.s1} -> {04949.p1|04950.p0} {04949.s2} 
+tr {04949.t2} {04949.s2} -> {04949.s1} 
+tr {04950.t1} {04949.p1|04950.p0} {04950.s1} -> {04950.p1|04951.p0} {04950.s2} 
+tr {04950.t2} {04950.s2} -> {04950.s1} 
+tr {04951.t1} {04950.p1|04951.p0} {04951.s1} -> {04951.p1|04952.p0} {04951.s2} 
+tr {04951.t2} {04951.s2} -> {04951.s1} 
+tr {04952.t1} {04951.p1|04952.p0} {04952.s1} -> {04952.p1|04953.p0} {04952.s2} 
+tr {04952.t2} {04952.s2} -> {04952.s1} 
+tr {04953.t1} {04952.p1|04953.p0} {04953.s1} -> {04953.p1|04954.p0} {04953.s2} 
+tr {04953.t2} {04953.s2} -> {04953.s1} 
+tr {04954.t1} {04953.p1|04954.p0} {04954.s1} -> {04954.p1|04955.p0} {04954.s2} 
+tr {04954.t2} {04954.s2} -> {04954.s1} 
+tr {04955.t1} {04954.p1|04955.p0} {04955.s1} -> {04955.p1|04956.p0} {04955.s2} 
+tr {04955.t2} {04955.s2} -> {04955.s1} 
+tr {04956.t1} {04955.p1|04956.p0} {04956.s1} -> {04956.p1|04957.p0} {04956.s2} 
+tr {04956.t2} {04956.s2} -> {04956.s1} 
+tr {04957.t1} {04956.p1|04957.p0} {04957.s1} -> {04957.p1|04958.p0} {04957.s2} 
+tr {04957.t2} {04957.s2} -> {04957.s1} 
+tr {04958.t1} {04957.p1|04958.p0} {04958.s1} -> {04958.p1|04959.p0} {04958.s2} 
+tr {04958.t2} {04958.s2} -> {04958.s1} 
+tr {04959.t1} {04958.p1|04959.p0} {04959.s1} -> {04959.p1|04960.p0} {04959.s2} 
+tr {04959.t2} {04959.s2} -> {04959.s1} 
+tr {04960.t1} {04959.p1|04960.p0} {04960.s1} -> {04960.p1|04961.p0} {04960.s2} 
+tr {04960.t2} {04960.s2} -> {04960.s1} 
+tr {04961.t1} {04960.p1|04961.p0} {04961.s1} -> {04961.p1|04962.p0} {04961.s2} 
+tr {04961.t2} {04961.s2} -> {04961.s1} 
+tr {04962.t1} {04961.p1|04962.p0} {04962.s1} -> {04962.p1|04963.p0} {04962.s2} 
+tr {04962.t2} {04962.s2} -> {04962.s1} 
+tr {04963.t1} {04962.p1|04963.p0} {04963.s1} -> {04963.p1|04964.p0} {04963.s2} 
+tr {04963.t2} {04963.s2} -> {04963.s1} 
+tr {04964.t1} {04963.p1|04964.p0} {04964.s1} -> {04964.p1|04965.p0} {04964.s2} 
+tr {04964.t2} {04964.s2} -> {04964.s1} 
+tr {04965.t1} {04964.p1|04965.p0} {04965.s1} -> {04965.p1|04966.p0} {04965.s2} 
+tr {04965.t2} {04965.s2} -> {04965.s1} 
+tr {04966.t1} {04965.p1|04966.p0} {04966.s1} -> {04966.p1|04967.p0} {04966.s2} 
+tr {04966.t2} {04966.s2} -> {04966.s1} 
+tr {04967.t1} {04966.p1|04967.p0} {04967.s1} -> {04967.p1|04968.p0} {04967.s2} 
+tr {04967.t2} {04967.s2} -> {04967.s1} 
+tr {04968.t1} {04967.p1|04968.p0} {04968.s1} -> {04968.p1|04969.p0} {04968.s2} 
+tr {04968.t2} {04968.s2} -> {04968.s1} 
+tr {04969.t1} {04968.p1|04969.p0} {04969.s1} -> {04969.p1|04970.p0} {04969.s2} 
+tr {04969.t2} {04969.s2} -> {04969.s1} 
+tr {04970.t1} {04969.p1|04970.p0} {04970.s1} -> {04970.p1|04971.p0} {04970.s2} 
+tr {04970.t2} {04970.s2} -> {04970.s1} 
+tr {04971.t1} {04970.p1|04971.p0} {04971.s1} -> {04971.p1|04972.p0} {04971.s2} 
+tr {04971.t2} {04971.s2} -> {04971.s1} 
+tr {04972.t1} {04971.p1|04972.p0} {04972.s1} -> {04972.p1|04973.p0} {04972.s2} 
+tr {04972.t2} {04972.s2} -> {04972.s1} 
+tr {04973.t1} {04972.p1|04973.p0} {04973.s1} -> {04973.p1|04974.p0} {04973.s2} 
+tr {04973.t2} {04973.s2} -> {04973.s1} 
+tr {04974.t1} {04973.p1|04974.p0} {04974.s1} -> {04974.p1|04975.p0} {04974.s2} 
+tr {04974.t2} {04974.s2} -> {04974.s1} 
+tr {04975.t1} {04974.p1|04975.p0} {04975.s1} -> {04975.p1|04976.p0} {04975.s2} 
+tr {04975.t2} {04975.s2} -> {04975.s1} 
+tr {04976.t1} {04975.p1|04976.p0} {04976.s1} -> {04976.p1|04977.p0} {04976.s2} 
+tr {04976.t2} {04976.s2} -> {04976.s1} 
+tr {04977.t1} {04976.p1|04977.p0} {04977.s1} -> {04977.p1|04978.p0} {04977.s2} 
+tr {04977.t2} {04977.s2} -> {04977.s1} 
+tr {04978.t1} {04977.p1|04978.p0} {04978.s1} -> {04978.p1|04979.p0} {04978.s2} 
+tr {04978.t2} {04978.s2} -> {04978.s1} 
+tr {04979.t1} {04978.p1|04979.p0} {04979.s1} -> {04979.p1|04980.p0} {04979.s2} 
+tr {04979.t2} {04979.s2} -> {04979.s1} 
+tr {04980.t1} {04979.p1|04980.p0} {04980.s1} -> {04980.p1|04981.p0} {04980.s2} 
+tr {04980.t2} {04980.s2} -> {04980.s1} 
+tr {04981.t1} {04980.p1|04981.p0} {04981.s1} -> {04981.p1|04982.p0} {04981.s2} 
+tr {04981.t2} {04981.s2} -> {04981.s1} 
+tr {04982.t1} {04981.p1|04982.p0} {04982.s1} -> {04982.p1|04983.p0} {04982.s2} 
+tr {04982.t2} {04982.s2} -> {04982.s1} 
+tr {04983.t1} {04982.p1|04983.p0} {04983.s1} -> {04983.p1|04984.p0} {04983.s2} 
+tr {04983.t2} {04983.s2} -> {04983.s1} 
+tr {04984.t1} {04983.p1|04984.p0} {04984.s1} -> {04984.p1|04985.p0} {04984.s2} 
+tr {04984.t2} {04984.s2} -> {04984.s1} 
+tr {04985.t1} {04984.p1|04985.p0} {04985.s1} -> {04985.p1|04986.p0} {04985.s2} 
+tr {04985.t2} {04985.s2} -> {04985.s1} 
+tr {04986.t1} {04985.p1|04986.p0} {04986.s1} -> {04986.p1|04987.p0} {04986.s2} 
+tr {04986.t2} {04986.s2} -> {04986.s1} 
+tr {04987.t1} {04986.p1|04987.p0} {04987.s1} -> {04987.p1|04988.p0} {04987.s2} 
+tr {04987.t2} {04987.s2} -> {04987.s1} 
+tr {04988.t1} {04987.p1|04988.p0} {04988.s1} -> {04988.p1|04989.p0} {04988.s2} 
+tr {04988.t2} {04988.s2} -> {04988.s1} 
+tr {04989.t1} {04988.p1|04989.p0} {04989.s1} -> {04989.p1|04990.p0} {04989.s2} 
+tr {04989.t2} {04989.s2} -> {04989.s1} 
+tr {04990.t1} {04989.p1|04990.p0} {04990.s1} -> {04990.p1|04991.p0} {04990.s2} 
+tr {04990.t2} {04990.s2} -> {04990.s1} 
+tr {04991.t1} {04990.p1|04991.p0} {04991.s1} -> {04991.p1|04992.p0} {04991.s2} 
+tr {04991.t2} {04991.s2} -> {04991.s1} 
+tr {04992.t1} {04991.p1|04992.p0} {04992.s1} -> {04992.p1|04993.p0} {04992.s2} 
+tr {04992.t2} {04992.s2} -> {04992.s1} 
+tr {04993.t1} {04992.p1|04993.p0} {04993.s1} -> {04993.p1|04994.p0} {04993.s2} 
+tr {04993.t2} {04993.s2} -> {04993.s1} 
+tr {04994.t1} {04993.p1|04994.p0} {04994.s1} -> {04994.p1|04995.p0} {04994.s2} 
+tr {04994.t2} {04994.s2} -> {04994.s1} 
+tr {04995.t1} {04994.p1|04995.p0} {04995.s1} -> {04995.p1|04996.p0} {04995.s2} 
+tr {04995.t2} {04995.s2} -> {04995.s1} 
+tr {04996.t1} {04995.p1|04996.p0} {04996.s1} -> {04996.p1|04997.p0} {04996.s2} 
+tr {04996.t2} {04996.s2} -> {04996.s1} 
+tr {04997.t1} {04996.p1|04997.p0} {04997.s1} -> {04997.p1|04998.p0} {04997.s2} 
+tr {04997.t2} {04997.s2} -> {04997.s1} 
+tr {04998.t1} {04997.p1|04998.p0} {04998.s1} -> {04998.p1|04999.p0} {04998.s2} 
+tr {04998.t2} {04998.s2} -> {04998.s1} 
+tr {04999.t1} {04998.p1|04999.p0} {04999.s1} -> {04999.p1|05000.p0} {04999.s2} 
+tr {04999.t2} {04999.s2} -> {04999.s1} 
+tr {05000.t1} {04999.p1|05000.p0} {05000.s1} -> {05000.p1|05001.p0} {05000.s2} 
+tr {05000.t2} {05000.s2} -> {05000.s1} 
+tr {05001.t1} {05000.p1|05001.p0} {05001.s1} -> {05001.p1|05002.p0} {05001.s2} 
+tr {05001.t2} {05001.s2} -> {05001.s1} 
+tr {05002.t1} {05001.p1|05002.p0} {05002.s1} -> {05002.p1|05003.p0} {05002.s2} 
+tr {05002.t2} {05002.s2} -> {05002.s1} 
+tr {05003.t1} {05002.p1|05003.p0} {05003.s1} -> {05003.p1|05004.p0} {05003.s2} 
+tr {05003.t2} {05003.s2} -> {05003.s1} 
+tr {05004.t1} {05003.p1|05004.p0} {05004.s1} -> {05004.p1|05005.p0} {05004.s2} 
+tr {05004.t2} {05004.s2} -> {05004.s1} 
+tr {05005.t1} {05004.p1|05005.p0} {05005.s1} -> {05005.p1|05006.p0} {05005.s2} 
+tr {05005.t2} {05005.s2} -> {05005.s1} 
+tr {05006.t1} {05005.p1|05006.p0} {05006.s1} -> {05006.p1|05007.p0} {05006.s2} 
+tr {05006.t2} {05006.s2} -> {05006.s1} 
+tr {05007.t1} {05006.p1|05007.p0} {05007.s1} -> {05007.p1|05008.p0} {05007.s2} 
+tr {05007.t2} {05007.s2} -> {05007.s1} 
+tr {05008.t1} {05007.p1|05008.p0} {05008.s1} -> {05008.p1|05009.p0} {05008.s2} 
+tr {05008.t2} {05008.s2} -> {05008.s1} 
+tr {05009.t1} {05008.p1|05009.p0} {05009.s1} -> {05009.p1|05010.p0} {05009.s2} 
+tr {05009.t2} {05009.s2} -> {05009.s1} 
+tr {05010.t1} {05009.p1|05010.p0} {05010.s1} -> {05010.p1|05011.p0} {05010.s2} 
+tr {05010.t2} {05010.s2} -> {05010.s1} 
+tr {05011.t1} {05010.p1|05011.p0} {05011.s1} -> {05011.p1|05012.p0} {05011.s2} 
+tr {05011.t2} {05011.s2} -> {05011.s1} 
+tr {05012.t1} {05011.p1|05012.p0} {05012.s1} -> {05012.p1|05013.p0} {05012.s2} 
+tr {05012.t2} {05012.s2} -> {05012.s1} 
+tr {05013.t1} {05012.p1|05013.p0} {05013.s1} -> {05013.p1|05014.p0} {05013.s2} 
+tr {05013.t2} {05013.s2} -> {05013.s1} 
+tr {05014.t1} {05013.p1|05014.p0} {05014.s1} -> {05014.p1|05015.p0} {05014.s2} 
+tr {05014.t2} {05014.s2} -> {05014.s1} 
+tr {05015.t1} {05014.p1|05015.p0} {05015.s1} -> {05015.p1|05016.p0} {05015.s2} 
+tr {05015.t2} {05015.s2} -> {05015.s1} 
+tr {05016.t1} {05015.p1|05016.p0} {05016.s1} -> {05016.p1|05017.p0} {05016.s2} 
+tr {05016.t2} {05016.s2} -> {05016.s1} 
+tr {05017.t1} {05016.p1|05017.p0} {05017.s1} -> {05017.p1|05018.p0} {05017.s2} 
+tr {05017.t2} {05017.s2} -> {05017.s1} 
+tr {05018.t1} {05017.p1|05018.p0} {05018.s1} -> {05018.p1|05019.p0} {05018.s2} 
+tr {05018.t2} {05018.s2} -> {05018.s1} 
+tr {05019.t1} {05018.p1|05019.p0} {05019.s1} -> {05019.p1|05020.p0} {05019.s2} 
+tr {05019.t2} {05019.s2} -> {05019.s1} 
+tr {05020.t1} {05019.p1|05020.p0} {05020.s1} -> {05020.p1|05021.p0} {05020.s2} 
+tr {05020.t2} {05020.s2} -> {05020.s1} 
+tr {05021.t1} {05020.p1|05021.p0} {05021.s1} -> {05021.p1|05022.p0} {05021.s2} 
+tr {05021.t2} {05021.s2} -> {05021.s1} 
+tr {05022.t1} {05021.p1|05022.p0} {05022.s1} -> {05022.p1|05023.p0} {05022.s2} 
+tr {05022.t2} {05022.s2} -> {05022.s1} 
+tr {05023.t1} {05022.p1|05023.p0} {05023.s1} -> {05023.p1|05024.p0} {05023.s2} 
+tr {05023.t2} {05023.s2} -> {05023.s1} 
+tr {05024.t1} {05023.p1|05024.p0} {05024.s1} -> {05024.p1|05025.p0} {05024.s2} 
+tr {05024.t2} {05024.s2} -> {05024.s1} 
+tr {05025.t1} {05024.p1|05025.p0} {05025.s1} -> {05025.p1|05026.p0} {05025.s2} 
+tr {05025.t2} {05025.s2} -> {05025.s1} 
+tr {05026.t1} {05025.p1|05026.p0} {05026.s1} -> {05026.p1|05027.p0} {05026.s2} 
+tr {05026.t2} {05026.s2} -> {05026.s1} 
+tr {05027.t1} {05026.p1|05027.p0} {05027.s1} -> {05027.p1|05028.p0} {05027.s2} 
+tr {05027.t2} {05027.s2} -> {05027.s1} 
+tr {05028.t1} {05027.p1|05028.p0} {05028.s1} -> {05028.p1|05029.p0} {05028.s2} 
+tr {05028.t2} {05028.s2} -> {05028.s1} 
+tr {05029.t1} {05028.p1|05029.p0} {05029.s1} -> {05029.p1|05030.p0} {05029.s2} 
+tr {05029.t2} {05029.s2} -> {05029.s1} 
+tr {05030.t1} {05029.p1|05030.p0} {05030.s1} -> {05030.p1|05031.p0} {05030.s2} 
+tr {05030.t2} {05030.s2} -> {05030.s1} 
+tr {05031.t1} {05030.p1|05031.p0} {05031.s1} -> {05031.p1|05032.p0} {05031.s2} 
+tr {05031.t2} {05031.s2} -> {05031.s1} 
+tr {05032.t1} {05031.p1|05032.p0} {05032.s1} -> {05032.p1|05033.p0} {05032.s2} 
+tr {05032.t2} {05032.s2} -> {05032.s1} 
+tr {05033.t1} {05032.p1|05033.p0} {05033.s1} -> {05033.p1|05034.p0} {05033.s2} 
+tr {05033.t2} {05033.s2} -> {05033.s1} 
+tr {05034.t1} {05033.p1|05034.p0} {05034.s1} -> {05034.p1|05035.p0} {05034.s2} 
+tr {05034.t2} {05034.s2} -> {05034.s1} 
+tr {05035.t1} {05034.p1|05035.p0} {05035.s1} -> {05035.p1|05036.p0} {05035.s2} 
+tr {05035.t2} {05035.s2} -> {05035.s1} 
+tr {05036.t1} {05035.p1|05036.p0} {05036.s1} -> {05036.p1|05037.p0} {05036.s2} 
+tr {05036.t2} {05036.s2} -> {05036.s1} 
+tr {05037.t1} {05036.p1|05037.p0} {05037.s1} -> {05037.p1|05038.p0} {05037.s2} 
+tr {05037.t2} {05037.s2} -> {05037.s1} 
+tr {05038.t1} {05037.p1|05038.p0} {05038.s1} -> {05038.p1|05039.p0} {05038.s2} 
+tr {05038.t2} {05038.s2} -> {05038.s1} 
+tr {05039.t1} {05038.p1|05039.p0} {05039.s1} -> {05039.p1|05040.p0} {05039.s2} 
+tr {05039.t2} {05039.s2} -> {05039.s1} 
+tr {05040.t1} {05039.p1|05040.p0} {05040.s1} -> {05040.p1|05041.p0} {05040.s2} 
+tr {05040.t2} {05040.s2} -> {05040.s1} 
+tr {05041.t1} {05040.p1|05041.p0} {05041.s1} -> {05041.p1|05042.p0} {05041.s2} 
+tr {05041.t2} {05041.s2} -> {05041.s1} 
+tr {05042.t1} {05041.p1|05042.p0} {05042.s1} -> {05042.p1|05043.p0} {05042.s2} 
+tr {05042.t2} {05042.s2} -> {05042.s1} 
+tr {05043.t1} {05042.p1|05043.p0} {05043.s1} -> {05043.p1|05044.p0} {05043.s2} 
+tr {05043.t2} {05043.s2} -> {05043.s1} 
+tr {05044.t1} {05043.p1|05044.p0} {05044.s1} -> {05044.p1|05045.p0} {05044.s2} 
+tr {05044.t2} {05044.s2} -> {05044.s1} 
+tr {05045.t1} {05044.p1|05045.p0} {05045.s1} -> {05045.p1|05046.p0} {05045.s2} 
+tr {05045.t2} {05045.s2} -> {05045.s1} 
+tr {05046.t1} {05045.p1|05046.p0} {05046.s1} -> {05046.p1|05047.p0} {05046.s2} 
+tr {05046.t2} {05046.s2} -> {05046.s1} 
+tr {05047.t1} {05046.p1|05047.p0} {05047.s1} -> {05047.p1|05048.p0} {05047.s2} 
+tr {05047.t2} {05047.s2} -> {05047.s1} 
+tr {05048.t1} {05047.p1|05048.p0} {05048.s1} -> {05048.p1|05049.p0} {05048.s2} 
+tr {05048.t2} {05048.s2} -> {05048.s1} 
+tr {05049.t1} {05048.p1|05049.p0} {05049.s1} -> {05049.p1|05050.p0} {05049.s2} 
+tr {05049.t2} {05049.s2} -> {05049.s1} 
+tr {05050.t1} {05049.p1|05050.p0} {05050.s1} -> {05050.p1|05051.p0} {05050.s2} 
+tr {05050.t2} {05050.s2} -> {05050.s1} 
+tr {05051.t1} {05050.p1|05051.p0} {05051.s1} -> {05051.p1|05052.p0} {05051.s2} 
+tr {05051.t2} {05051.s2} -> {05051.s1} 
+tr {05052.t1} {05051.p1|05052.p0} {05052.s1} -> {05052.p1|05053.p0} {05052.s2} 
+tr {05052.t2} {05052.s2} -> {05052.s1} 
+tr {05053.t1} {05052.p1|05053.p0} {05053.s1} -> {05053.p1|05054.p0} {05053.s2} 
+tr {05053.t2} {05053.s2} -> {05053.s1} 
+tr {05054.t1} {05053.p1|05054.p0} {05054.s1} -> {05054.p1|05055.p0} {05054.s2} 
+tr {05054.t2} {05054.s2} -> {05054.s1} 
+tr {05055.t1} {05054.p1|05055.p0} {05055.s1} -> {05055.p1|05056.p0} {05055.s2} 
+tr {05055.t2} {05055.s2} -> {05055.s1} 
+tr {05056.t1} {05055.p1|05056.p0} {05056.s1} -> {05056.p1|05057.p0} {05056.s2} 
+tr {05056.t2} {05056.s2} -> {05056.s1} 
+tr {05057.t1} {05056.p1|05057.p0} {05057.s1} -> {05057.p1|05058.p0} {05057.s2} 
+tr {05057.t2} {05057.s2} -> {05057.s1} 
+tr {05058.t1} {05057.p1|05058.p0} {05058.s1} -> {05058.p1|05059.p0} {05058.s2} 
+tr {05058.t2} {05058.s2} -> {05058.s1} 
+tr {05059.t1} {05058.p1|05059.p0} {05059.s1} -> {05059.p1|05060.p0} {05059.s2} 
+tr {05059.t2} {05059.s2} -> {05059.s1} 
+tr {05060.t1} {05059.p1|05060.p0} {05060.s1} -> {05060.p1|05061.p0} {05060.s2} 
+tr {05060.t2} {05060.s2} -> {05060.s1} 
+tr {05061.t1} {05060.p1|05061.p0} {05061.s1} -> {05061.p1|05062.p0} {05061.s2} 
+tr {05061.t2} {05061.s2} -> {05061.s1} 
+tr {05062.t1} {05061.p1|05062.p0} {05062.s1} -> {05062.p1|05063.p0} {05062.s2} 
+tr {05062.t2} {05062.s2} -> {05062.s1} 
+tr {05063.t1} {05062.p1|05063.p0} {05063.s1} -> {05063.p1|05064.p0} {05063.s2} 
+tr {05063.t2} {05063.s2} -> {05063.s1} 
+tr {05064.t1} {05063.p1|05064.p0} {05064.s1} -> {05064.p1|05065.p0} {05064.s2} 
+tr {05064.t2} {05064.s2} -> {05064.s1} 
+tr {05065.t1} {05064.p1|05065.p0} {05065.s1} -> {05065.p1|05066.p0} {05065.s2} 
+tr {05065.t2} {05065.s2} -> {05065.s1} 
+tr {05066.t1} {05065.p1|05066.p0} {05066.s1} -> {05066.p1|05067.p0} {05066.s2} 
+tr {05066.t2} {05066.s2} -> {05066.s1} 
+tr {05067.t1} {05066.p1|05067.p0} {05067.s1} -> {05067.p1|05068.p0} {05067.s2} 
+tr {05067.t2} {05067.s2} -> {05067.s1} 
+tr {05068.t1} {05067.p1|05068.p0} {05068.s1} -> {05068.p1|05069.p0} {05068.s2} 
+tr {05068.t2} {05068.s2} -> {05068.s1} 
+tr {05069.t1} {05068.p1|05069.p0} {05069.s1} -> {05069.p1|05070.p0} {05069.s2} 
+tr {05069.t2} {05069.s2} -> {05069.s1} 
+tr {05070.t1} {05069.p1|05070.p0} {05070.s1} -> {05070.p1|05071.p0} {05070.s2} 
+tr {05070.t2} {05070.s2} -> {05070.s1} 
+tr {05071.t1} {05070.p1|05071.p0} {05071.s1} -> {05071.p1|05072.p0} {05071.s2} 
+tr {05071.t2} {05071.s2} -> {05071.s1} 
+tr {05072.t1} {05071.p1|05072.p0} {05072.s1} -> {05072.p1|05073.p0} {05072.s2} 
+tr {05072.t2} {05072.s2} -> {05072.s1} 
+tr {05073.t1} {05072.p1|05073.p0} {05073.s1} -> {05073.p1|05074.p0} {05073.s2} 
+tr {05073.t2} {05073.s2} -> {05073.s1} 
+tr {05074.t1} {05073.p1|05074.p0} {05074.s1} -> {05074.p1|05075.p0} {05074.s2} 
+tr {05074.t2} {05074.s2} -> {05074.s1} 
+tr {05075.t1} {05074.p1|05075.p0} {05075.s1} -> {05075.p1|05076.p0} {05075.s2} 
+tr {05075.t2} {05075.s2} -> {05075.s1} 
+tr {05076.t1} {05075.p1|05076.p0} {05076.s1} -> {05076.p1|05077.p0} {05076.s2} 
+tr {05076.t2} {05076.s2} -> {05076.s1} 
+tr {05077.t1} {05076.p1|05077.p0} {05077.s1} -> {05077.p1|05078.p0} {05077.s2} 
+tr {05077.t2} {05077.s2} -> {05077.s1} 
+tr {05078.t1} {05077.p1|05078.p0} {05078.s1} -> {05078.p1|05079.p0} {05078.s2} 
+tr {05078.t2} {05078.s2} -> {05078.s1} 
+tr {05079.t1} {05078.p1|05079.p0} {05079.s1} -> {05079.p1|05080.p0} {05079.s2} 
+tr {05079.t2} {05079.s2} -> {05079.s1} 
+tr {05080.t1} {05079.p1|05080.p0} {05080.s1} -> {05080.p1|05081.p0} {05080.s2} 
+tr {05080.t2} {05080.s2} -> {05080.s1} 
+tr {05081.t1} {05080.p1|05081.p0} {05081.s1} -> {05081.p1|05082.p0} {05081.s2} 
+tr {05081.t2} {05081.s2} -> {05081.s1} 
+tr {05082.t1} {05081.p1|05082.p0} {05082.s1} -> {05082.p1|05083.p0} {05082.s2} 
+tr {05082.t2} {05082.s2} -> {05082.s1} 
+tr {05083.t1} {05082.p1|05083.p0} {05083.s1} -> {05083.p1|05084.p0} {05083.s2} 
+tr {05083.t2} {05083.s2} -> {05083.s1} 
+tr {05084.t1} {05083.p1|05084.p0} {05084.s1} -> {05084.p1|05085.p0} {05084.s2} 
+tr {05084.t2} {05084.s2} -> {05084.s1} 
+tr {05085.t1} {05084.p1|05085.p0} {05085.s1} -> {05085.p1|05086.p0} {05085.s2} 
+tr {05085.t2} {05085.s2} -> {05085.s1} 
+tr {05086.t1} {05085.p1|05086.p0} {05086.s1} -> {05086.p1|05087.p0} {05086.s2} 
+tr {05086.t2} {05086.s2} -> {05086.s1} 
+tr {05087.t1} {05086.p1|05087.p0} {05087.s1} -> {05087.p1|05088.p0} {05087.s2} 
+tr {05087.t2} {05087.s2} -> {05087.s1} 
+tr {05088.t1} {05087.p1|05088.p0} {05088.s1} -> {05088.p1|05089.p0} {05088.s2} 
+tr {05088.t2} {05088.s2} -> {05088.s1} 
+tr {05089.t1} {05088.p1|05089.p0} {05089.s1} -> {05089.p1|05090.p0} {05089.s2} 
+tr {05089.t2} {05089.s2} -> {05089.s1} 
+tr {05090.t1} {05089.p1|05090.p0} {05090.s1} -> {05090.p1|05091.p0} {05090.s2} 
+tr {05090.t2} {05090.s2} -> {05090.s1} 
+tr {05091.t1} {05090.p1|05091.p0} {05091.s1} -> {05091.p1|05092.p0} {05091.s2} 
+tr {05091.t2} {05091.s2} -> {05091.s1} 
+tr {05092.t1} {05091.p1|05092.p0} {05092.s1} -> {05092.p1|05093.p0} {05092.s2} 
+tr {05092.t2} {05092.s2} -> {05092.s1} 
+tr {05093.t1} {05092.p1|05093.p0} {05093.s1} -> {05093.p1|05094.p0} {05093.s2} 
+tr {05093.t2} {05093.s2} -> {05093.s1} 
+tr {05094.t1} {05093.p1|05094.p0} {05094.s1} -> {05094.p1|05095.p0} {05094.s2} 
+tr {05094.t2} {05094.s2} -> {05094.s1} 
+tr {05095.t1} {05094.p1|05095.p0} {05095.s1} -> {05095.p1|05096.p0} {05095.s2} 
+tr {05095.t2} {05095.s2} -> {05095.s1} 
+tr {05096.t1} {05095.p1|05096.p0} {05096.s1} -> {05096.p1|05097.p0} {05096.s2} 
+tr {05096.t2} {05096.s2} -> {05096.s1} 
+tr {05097.t1} {05096.p1|05097.p0} {05097.s1} -> {05097.p1|05098.p0} {05097.s2} 
+tr {05097.t2} {05097.s2} -> {05097.s1} 
+tr {05098.t1} {05097.p1|05098.p0} {05098.s1} -> {05098.p1|05099.p0} {05098.s2} 
+tr {05098.t2} {05098.s2} -> {05098.s1} 
+tr {05099.t1} {05098.p1|05099.p0} {05099.s1} -> {05099.p1|05100.p0} {05099.s2} 
+tr {05099.t2} {05099.s2} -> {05099.s1} 
+tr {05100.t1} {05099.p1|05100.p0} {05100.s1} -> {05100.p1|05101.p0} {05100.s2} 
+tr {05100.t2} {05100.s2} -> {05100.s1} 
+tr {05101.t1} {05100.p1|05101.p0} {05101.s1} -> {05101.p1|05102.p0} {05101.s2} 
+tr {05101.t2} {05101.s2} -> {05101.s1} 
+tr {05102.t1} {05101.p1|05102.p0} {05102.s1} -> {05102.p1|05103.p0} {05102.s2} 
+tr {05102.t2} {05102.s2} -> {05102.s1} 
+tr {05103.t1} {05102.p1|05103.p0} {05103.s1} -> {05103.p1|05104.p0} {05103.s2} 
+tr {05103.t2} {05103.s2} -> {05103.s1} 
+tr {05104.t1} {05103.p1|05104.p0} {05104.s1} -> {05104.p1|05105.p0} {05104.s2} 
+tr {05104.t2} {05104.s2} -> {05104.s1} 
+tr {05105.t1} {05104.p1|05105.p0} {05105.s1} -> {05105.p1|05106.p0} {05105.s2} 
+tr {05105.t2} {05105.s2} -> {05105.s1} 
+tr {05106.t1} {05105.p1|05106.p0} {05106.s1} -> {05106.p1|05107.p0} {05106.s2} 
+tr {05106.t2} {05106.s2} -> {05106.s1} 
+tr {05107.t1} {05106.p1|05107.p0} {05107.s1} -> {05107.p1|05108.p0} {05107.s2} 
+tr {05107.t2} {05107.s2} -> {05107.s1} 
+tr {05108.t1} {05107.p1|05108.p0} {05108.s1} -> {05108.p1|05109.p0} {05108.s2} 
+tr {05108.t2} {05108.s2} -> {05108.s1} 
+tr {05109.t1} {05108.p1|05109.p0} {05109.s1} -> {05109.p1|05110.p0} {05109.s2} 
+tr {05109.t2} {05109.s2} -> {05109.s1} 
+tr {05110.t1} {05109.p1|05110.p0} {05110.s1} -> {05110.p1|05111.p0} {05110.s2} 
+tr {05110.t2} {05110.s2} -> {05110.s1} 
+tr {05111.t1} {05110.p1|05111.p0} {05111.s1} -> {05111.p1|05112.p0} {05111.s2} 
+tr {05111.t2} {05111.s2} -> {05111.s1} 
+tr {05112.t1} {05111.p1|05112.p0} {05112.s1} -> {05112.p1|05113.p0} {05112.s2} 
+tr {05112.t2} {05112.s2} -> {05112.s1} 
+tr {05113.t1} {05112.p1|05113.p0} {05113.s1} -> {05113.p1|05114.p0} {05113.s2} 
+tr {05113.t2} {05113.s2} -> {05113.s1} 
+tr {05114.t1} {05113.p1|05114.p0} {05114.s1} -> {05114.p1|05115.p0} {05114.s2} 
+tr {05114.t2} {05114.s2} -> {05114.s1} 
+tr {05115.t1} {05114.p1|05115.p0} {05115.s1} -> {05115.p1|05116.p0} {05115.s2} 
+tr {05115.t2} {05115.s2} -> {05115.s1} 
+tr {05116.t1} {05115.p1|05116.p0} {05116.s1} -> {05116.p1|05117.p0} {05116.s2} 
+tr {05116.t2} {05116.s2} -> {05116.s1} 
+tr {05117.t1} {05116.p1|05117.p0} {05117.s1} -> {05117.p1|05118.p0} {05117.s2} 
+tr {05117.t2} {05117.s2} -> {05117.s1} 
+tr {05118.t1} {05117.p1|05118.p0} {05118.s1} -> {05118.p1|05119.p0} {05118.s2} 
+tr {05118.t2} {05118.s2} -> {05118.s1} 
+tr {05119.t1} {05118.p1|05119.p0} {05119.s1} -> {05119.p1|05120.p0} {05119.s2} 
+tr {05119.t2} {05119.s2} -> {05119.s1} 
+tr {05120.t1} {05119.p1|05120.p0} {05120.s1} -> {05120.p1|05121.p0} {05120.s2} 
+tr {05120.t2} {05120.s2} -> {05120.s1} 
+tr {05121.t1} {05120.p1|05121.p0} {05121.s1} -> {05121.p1|05122.p0} {05121.s2} 
+tr {05121.t2} {05121.s2} -> {05121.s1} 
+tr {05122.t1} {05121.p1|05122.p0} {05122.s1} -> {05122.p1|05123.p0} {05122.s2} 
+tr {05122.t2} {05122.s2} -> {05122.s1} 
+tr {05123.t1} {05122.p1|05123.p0} {05123.s1} -> {05123.p1|05124.p0} {05123.s2} 
+tr {05123.t2} {05123.s2} -> {05123.s1} 
+tr {05124.t1} {05123.p1|05124.p0} {05124.s1} -> {05124.p1|05125.p0} {05124.s2} 
+tr {05124.t2} {05124.s2} -> {05124.s1} 
+tr {05125.t1} {05124.p1|05125.p0} {05125.s1} -> {05125.p1|05126.p0} {05125.s2} 
+tr {05125.t2} {05125.s2} -> {05125.s1} 
+tr {05126.t1} {05125.p1|05126.p0} {05126.s1} -> {05126.p1|05127.p0} {05126.s2} 
+tr {05126.t2} {05126.s2} -> {05126.s1} 
+tr {05127.t1} {05126.p1|05127.p0} {05127.s1} -> {05127.p1|05128.p0} {05127.s2} 
+tr {05127.t2} {05127.s2} -> {05127.s1} 
+tr {05128.t1} {05127.p1|05128.p0} {05128.s1} -> {05128.p1|05129.p0} {05128.s2} 
+tr {05128.t2} {05128.s2} -> {05128.s1} 
+tr {05129.t1} {05128.p1|05129.p0} {05129.s1} -> {05129.p1|05130.p0} {05129.s2} 
+tr {05129.t2} {05129.s2} -> {05129.s1} 
+tr {05130.t1} {05129.p1|05130.p0} {05130.s1} -> {05130.p1|05131.p0} {05130.s2} 
+tr {05130.t2} {05130.s2} -> {05130.s1} 
+tr {05131.t1} {05130.p1|05131.p0} {05131.s1} -> {05131.p1|05132.p0} {05131.s2} 
+tr {05131.t2} {05131.s2} -> {05131.s1} 
+tr {05132.t1} {05131.p1|05132.p0} {05132.s1} -> {05132.p1|05133.p0} {05132.s2} 
+tr {05132.t2} {05132.s2} -> {05132.s1} 
+tr {05133.t1} {05132.p1|05133.p0} {05133.s1} -> {05133.p1|05134.p0} {05133.s2} 
+tr {05133.t2} {05133.s2} -> {05133.s1} 
+tr {05134.t1} {05133.p1|05134.p0} {05134.s1} -> {05134.p1|05135.p0} {05134.s2} 
+tr {05134.t2} {05134.s2} -> {05134.s1} 
+tr {05135.t1} {05134.p1|05135.p0} {05135.s1} -> {05135.p1|05136.p0} {05135.s2} 
+tr {05135.t2} {05135.s2} -> {05135.s1} 
+tr {05136.t1} {05135.p1|05136.p0} {05136.s1} -> {05136.p1|05137.p0} {05136.s2} 
+tr {05136.t2} {05136.s2} -> {05136.s1} 
+tr {05137.t1} {05136.p1|05137.p0} {05137.s1} -> {05137.p1|05138.p0} {05137.s2} 
+tr {05137.t2} {05137.s2} -> {05137.s1} 
+tr {05138.t1} {05137.p1|05138.p0} {05138.s1} -> {05138.p1|05139.p0} {05138.s2} 
+tr {05138.t2} {05138.s2} -> {05138.s1} 
+tr {05139.t1} {05138.p1|05139.p0} {05139.s1} -> {05139.p1|05140.p0} {05139.s2} 
+tr {05139.t2} {05139.s2} -> {05139.s1} 
+tr {05140.t1} {05139.p1|05140.p0} {05140.s1} -> {05140.p1|05141.p0} {05140.s2} 
+tr {05140.t2} {05140.s2} -> {05140.s1} 
+tr {05141.t1} {05140.p1|05141.p0} {05141.s1} -> {05141.p1|05142.p0} {05141.s2} 
+tr {05141.t2} {05141.s2} -> {05141.s1} 
+tr {05142.t1} {05141.p1|05142.p0} {05142.s1} -> {05142.p1|05143.p0} {05142.s2} 
+tr {05142.t2} {05142.s2} -> {05142.s1} 
+tr {05143.t1} {05142.p1|05143.p0} {05143.s1} -> {05143.p1|05144.p0} {05143.s2} 
+tr {05143.t2} {05143.s2} -> {05143.s1} 
+tr {05144.t1} {05143.p1|05144.p0} {05144.s1} -> {05144.p1|05145.p0} {05144.s2} 
+tr {05144.t2} {05144.s2} -> {05144.s1} 
+tr {05145.t1} {05144.p1|05145.p0} {05145.s1} -> {05145.p1|05146.p0} {05145.s2} 
+tr {05145.t2} {05145.s2} -> {05145.s1} 
+tr {05146.t1} {05145.p1|05146.p0} {05146.s1} -> {05146.p1|05147.p0} {05146.s2} 
+tr {05146.t2} {05146.s2} -> {05146.s1} 
+tr {05147.t1} {05146.p1|05147.p0} {05147.s1} -> {05147.p1|05148.p0} {05147.s2} 
+tr {05147.t2} {05147.s2} -> {05147.s1} 
+tr {05148.t1} {05147.p1|05148.p0} {05148.s1} -> {05148.p1|05149.p0} {05148.s2} 
+tr {05148.t2} {05148.s2} -> {05148.s1} 
+tr {05149.t1} {05148.p1|05149.p0} {05149.s1} -> {05149.p1|05150.p0} {05149.s2} 
+tr {05149.t2} {05149.s2} -> {05149.s1} 
+tr {05150.t1} {05149.p1|05150.p0} {05150.s1} -> {05150.p1|05151.p0} {05150.s2} 
+tr {05150.t2} {05150.s2} -> {05150.s1} 
+tr {05151.t1} {05150.p1|05151.p0} {05151.s1} -> {05151.p1|05152.p0} {05151.s2} 
+tr {05151.t2} {05151.s2} -> {05151.s1} 
+tr {05152.t1} {05151.p1|05152.p0} {05152.s1} -> {05152.p1|05153.p0} {05152.s2} 
+tr {05152.t2} {05152.s2} -> {05152.s1} 
+tr {05153.t1} {05152.p1|05153.p0} {05153.s1} -> {05153.p1|05154.p0} {05153.s2} 
+tr {05153.t2} {05153.s2} -> {05153.s1} 
+tr {05154.t1} {05153.p1|05154.p0} {05154.s1} -> {05154.p1|05155.p0} {05154.s2} 
+tr {05154.t2} {05154.s2} -> {05154.s1} 
+tr {05155.t1} {05154.p1|05155.p0} {05155.s1} -> {05155.p1|05156.p0} {05155.s2} 
+tr {05155.t2} {05155.s2} -> {05155.s1} 
+tr {05156.t1} {05155.p1|05156.p0} {05156.s1} -> {05156.p1|05157.p0} {05156.s2} 
+tr {05156.t2} {05156.s2} -> {05156.s1} 
+tr {05157.t1} {05156.p1|05157.p0} {05157.s1} -> {05157.p1|05158.p0} {05157.s2} 
+tr {05157.t2} {05157.s2} -> {05157.s1} 
+tr {05158.t1} {05157.p1|05158.p0} {05158.s1} -> {05158.p1|05159.p0} {05158.s2} 
+tr {05158.t2} {05158.s2} -> {05158.s1} 
+tr {05159.t1} {05158.p1|05159.p0} {05159.s1} -> {05159.p1|05160.p0} {05159.s2} 
+tr {05159.t2} {05159.s2} -> {05159.s1} 
+tr {05160.t1} {05159.p1|05160.p0} {05160.s1} -> {05160.p1|05161.p0} {05160.s2} 
+tr {05160.t2} {05160.s2} -> {05160.s1} 
+tr {05161.t1} {05160.p1|05161.p0} {05161.s1} -> {05161.p1|05162.p0} {05161.s2} 
+tr {05161.t2} {05161.s2} -> {05161.s1} 
+tr {05162.t1} {05161.p1|05162.p0} {05162.s1} -> {05162.p1|05163.p0} {05162.s2} 
+tr {05162.t2} {05162.s2} -> {05162.s1} 
+tr {05163.t1} {05162.p1|05163.p0} {05163.s1} -> {05163.p1|05164.p0} {05163.s2} 
+tr {05163.t2} {05163.s2} -> {05163.s1} 
+tr {05164.t1} {05163.p1|05164.p0} {05164.s1} -> {05164.p1|05165.p0} {05164.s2} 
+tr {05164.t2} {05164.s2} -> {05164.s1} 
+tr {05165.t1} {05164.p1|05165.p0} {05165.s1} -> {05165.p1|05166.p0} {05165.s2} 
+tr {05165.t2} {05165.s2} -> {05165.s1} 
+tr {05166.t1} {05165.p1|05166.p0} {05166.s1} -> {05166.p1|05167.p0} {05166.s2} 
+tr {05166.t2} {05166.s2} -> {05166.s1} 
+tr {05167.t1} {05166.p1|05167.p0} {05167.s1} -> {05167.p1|05168.p0} {05167.s2} 
+tr {05167.t2} {05167.s2} -> {05167.s1} 
+tr {05168.t1} {05167.p1|05168.p0} {05168.s1} -> {05168.p1|05169.p0} {05168.s2} 
+tr {05168.t2} {05168.s2} -> {05168.s1} 
+tr {05169.t1} {05168.p1|05169.p0} {05169.s1} -> {05169.p1|05170.p0} {05169.s2} 
+tr {05169.t2} {05169.s2} -> {05169.s1} 
+tr {05170.t1} {05169.p1|05170.p0} {05170.s1} -> {05170.p1|05171.p0} {05170.s2} 
+tr {05170.t2} {05170.s2} -> {05170.s1} 
+tr {05171.t1} {05170.p1|05171.p0} {05171.s1} -> {05171.p1|05172.p0} {05171.s2} 
+tr {05171.t2} {05171.s2} -> {05171.s1} 
+tr {05172.t1} {05171.p1|05172.p0} {05172.s1} -> {05172.p1|05173.p0} {05172.s2} 
+tr {05172.t2} {05172.s2} -> {05172.s1} 
+tr {05173.t1} {05172.p1|05173.p0} {05173.s1} -> {05173.p1|05174.p0} {05173.s2} 
+tr {05173.t2} {05173.s2} -> {05173.s1} 
+tr {05174.t1} {05173.p1|05174.p0} {05174.s1} -> {05174.p1|05175.p0} {05174.s2} 
+tr {05174.t2} {05174.s2} -> {05174.s1} 
+tr {05175.t1} {05174.p1|05175.p0} {05175.s1} -> {05175.p1|05176.p0} {05175.s2} 
+tr {05175.t2} {05175.s2} -> {05175.s1} 
+tr {05176.t1} {05175.p1|05176.p0} {05176.s1} -> {05176.p1|05177.p0} {05176.s2} 
+tr {05176.t2} {05176.s2} -> {05176.s1} 
+tr {05177.t1} {05176.p1|05177.p0} {05177.s1} -> {05177.p1|05178.p0} {05177.s2} 
+tr {05177.t2} {05177.s2} -> {05177.s1} 
+tr {05178.t1} {05177.p1|05178.p0} {05178.s1} -> {05178.p1|05179.p0} {05178.s2} 
+tr {05178.t2} {05178.s2} -> {05178.s1} 
+tr {05179.t1} {05178.p1|05179.p0} {05179.s1} -> {05179.p1|05180.p0} {05179.s2} 
+tr {05179.t2} {05179.s2} -> {05179.s1} 
+tr {05180.t1} {05179.p1|05180.p0} {05180.s1} -> {05180.p1|05181.p0} {05180.s2} 
+tr {05180.t2} {05180.s2} -> {05180.s1} 
+tr {05181.t1} {05180.p1|05181.p0} {05181.s1} -> {05181.p1|05182.p0} {05181.s2} 
+tr {05181.t2} {05181.s2} -> {05181.s1} 
+tr {05182.t1} {05181.p1|05182.p0} {05182.s1} -> {05182.p1|05183.p0} {05182.s2} 
+tr {05182.t2} {05182.s2} -> {05182.s1} 
+tr {05183.t1} {05182.p1|05183.p0} {05183.s1} -> {05183.p1|05184.p0} {05183.s2} 
+tr {05183.t2} {05183.s2} -> {05183.s1} 
+tr {05184.t1} {05183.p1|05184.p0} {05184.s1} -> {05184.p1|05185.p0} {05184.s2} 
+tr {05184.t2} {05184.s2} -> {05184.s1} 
+tr {05185.t1} {05184.p1|05185.p0} {05185.s1} -> {05185.p1|05186.p0} {05185.s2} 
+tr {05185.t2} {05185.s2} -> {05185.s1} 
+tr {05186.t1} {05185.p1|05186.p0} {05186.s1} -> {05186.p1|05187.p0} {05186.s2} 
+tr {05186.t2} {05186.s2} -> {05186.s1} 
+tr {05187.t1} {05186.p1|05187.p0} {05187.s1} -> {05187.p1|05188.p0} {05187.s2} 
+tr {05187.t2} {05187.s2} -> {05187.s1} 
+tr {05188.t1} {05187.p1|05188.p0} {05188.s1} -> {05188.p1|05189.p0} {05188.s2} 
+tr {05188.t2} {05188.s2} -> {05188.s1} 
+tr {05189.t1} {05188.p1|05189.p0} {05189.s1} -> {05189.p1|05190.p0} {05189.s2} 
+tr {05189.t2} {05189.s2} -> {05189.s1} 
+tr {05190.t1} {05189.p1|05190.p0} {05190.s1} -> {05190.p1|05191.p0} {05190.s2} 
+tr {05190.t2} {05190.s2} -> {05190.s1} 
+tr {05191.t1} {05190.p1|05191.p0} {05191.s1} -> {05191.p1|05192.p0} {05191.s2} 
+tr {05191.t2} {05191.s2} -> {05191.s1} 
+tr {05192.t1} {05191.p1|05192.p0} {05192.s1} -> {05192.p1|05193.p0} {05192.s2} 
+tr {05192.t2} {05192.s2} -> {05192.s1} 
+tr {05193.t1} {05192.p1|05193.p0} {05193.s1} -> {05193.p1|05194.p0} {05193.s2} 
+tr {05193.t2} {05193.s2} -> {05193.s1} 
+tr {05194.t1} {05193.p1|05194.p0} {05194.s1} -> {05194.p1|05195.p0} {05194.s2} 
+tr {05194.t2} {05194.s2} -> {05194.s1} 
+tr {05195.t1} {05194.p1|05195.p0} {05195.s1} -> {05195.p1|05196.p0} {05195.s2} 
+tr {05195.t2} {05195.s2} -> {05195.s1} 
+tr {05196.t1} {05195.p1|05196.p0} {05196.s1} -> {05196.p1|05197.p0} {05196.s2} 
+tr {05196.t2} {05196.s2} -> {05196.s1} 
+tr {05197.t1} {05196.p1|05197.p0} {05197.s1} -> {05197.p1|05198.p0} {05197.s2} 
+tr {05197.t2} {05197.s2} -> {05197.s1} 
+tr {05198.t1} {05197.p1|05198.p0} {05198.s1} -> {05198.p1|05199.p0} {05198.s2} 
+tr {05198.t2} {05198.s2} -> {05198.s1} 
+tr {05199.t1} {05198.p1|05199.p0} {05199.s1} -> {05199.p1|05200.p0} {05199.s2} 
+tr {05199.t2} {05199.s2} -> {05199.s1} 
+tr {05200.t1} {05199.p1|05200.p0} {05200.s1} -> {05200.p1|05201.p0} {05200.s2} 
+tr {05200.t2} {05200.s2} -> {05200.s1} 
+tr {05201.t1} {05200.p1|05201.p0} {05201.s1} -> {05201.p1|05202.p0} {05201.s2} 
+tr {05201.t2} {05201.s2} -> {05201.s1} 
+tr {05202.t1} {05201.p1|05202.p0} {05202.s1} -> {05202.p1|05203.p0} {05202.s2} 
+tr {05202.t2} {05202.s2} -> {05202.s1} 
+tr {05203.t1} {05202.p1|05203.p0} {05203.s1} -> {05203.p1|05204.p0} {05203.s2} 
+tr {05203.t2} {05203.s2} -> {05203.s1} 
+tr {05204.t1} {05203.p1|05204.p0} {05204.s1} -> {05204.p1|05205.p0} {05204.s2} 
+tr {05204.t2} {05204.s2} -> {05204.s1} 
+tr {05205.t1} {05204.p1|05205.p0} {05205.s1} -> {05205.p1|05206.p0} {05205.s2} 
+tr {05205.t2} {05205.s2} -> {05205.s1} 
+tr {05206.t1} {05205.p1|05206.p0} {05206.s1} -> {05206.p1|05207.p0} {05206.s2} 
+tr {05206.t2} {05206.s2} -> {05206.s1} 
+tr {05207.t1} {05206.p1|05207.p0} {05207.s1} -> {05207.p1|05208.p0} {05207.s2} 
+tr {05207.t2} {05207.s2} -> {05207.s1} 
+tr {05208.t1} {05207.p1|05208.p0} {05208.s1} -> {05208.p1|05209.p0} {05208.s2} 
+tr {05208.t2} {05208.s2} -> {05208.s1} 
+tr {05209.t1} {05208.p1|05209.p0} {05209.s1} -> {05209.p1|05210.p0} {05209.s2} 
+tr {05209.t2} {05209.s2} -> {05209.s1} 
+tr {05210.t1} {05209.p1|05210.p0} {05210.s1} -> {05210.p1|05211.p0} {05210.s2} 
+tr {05210.t2} {05210.s2} -> {05210.s1} 
+tr {05211.t1} {05210.p1|05211.p0} {05211.s1} -> {05211.p1|05212.p0} {05211.s2} 
+tr {05211.t2} {05211.s2} -> {05211.s1} 
+tr {05212.t1} {05211.p1|05212.p0} {05212.s1} -> {05212.p1|05213.p0} {05212.s2} 
+tr {05212.t2} {05212.s2} -> {05212.s1} 
+tr {05213.t1} {05212.p1|05213.p0} {05213.s1} -> {05213.p1|05214.p0} {05213.s2} 
+tr {05213.t2} {05213.s2} -> {05213.s1} 
+tr {05214.t1} {05213.p1|05214.p0} {05214.s1} -> {05214.p1|05215.p0} {05214.s2} 
+tr {05214.t2} {05214.s2} -> {05214.s1} 
+tr {05215.t1} {05214.p1|05215.p0} {05215.s1} -> {05215.p1|05216.p0} {05215.s2} 
+tr {05215.t2} {05215.s2} -> {05215.s1} 
+tr {05216.t1} {05215.p1|05216.p0} {05216.s1} -> {05216.p1|05217.p0} {05216.s2} 
+tr {05216.t2} {05216.s2} -> {05216.s1} 
+tr {05217.t1} {05216.p1|05217.p0} {05217.s1} -> {05217.p1|05218.p0} {05217.s2} 
+tr {05217.t2} {05217.s2} -> {05217.s1} 
+tr {05218.t1} {05217.p1|05218.p0} {05218.s1} -> {05218.p1|05219.p0} {05218.s2} 
+tr {05218.t2} {05218.s2} -> {05218.s1} 
+tr {05219.t1} {05218.p1|05219.p0} {05219.s1} -> {05219.p1|05220.p0} {05219.s2} 
+tr {05219.t2} {05219.s2} -> {05219.s1} 
+tr {05220.t1} {05219.p1|05220.p0} {05220.s1} -> {05220.p1|05221.p0} {05220.s2} 
+tr {05220.t2} {05220.s2} -> {05220.s1} 
+tr {05221.t1} {05220.p1|05221.p0} {05221.s1} -> {05221.p1|05222.p0} {05221.s2} 
+tr {05221.t2} {05221.s2} -> {05221.s1} 
+tr {05222.t1} {05221.p1|05222.p0} {05222.s1} -> {05222.p1|05223.p0} {05222.s2} 
+tr {05222.t2} {05222.s2} -> {05222.s1} 
+tr {05223.t1} {05222.p1|05223.p0} {05223.s1} -> {05223.p1|05224.p0} {05223.s2} 
+tr {05223.t2} {05223.s2} -> {05223.s1} 
+tr {05224.t1} {05223.p1|05224.p0} {05224.s1} -> {05224.p1|05225.p0} {05224.s2} 
+tr {05224.t2} {05224.s2} -> {05224.s1} 
+tr {05225.t1} {05224.p1|05225.p0} {05225.s1} -> {05225.p1|05226.p0} {05225.s2} 
+tr {05225.t2} {05225.s2} -> {05225.s1} 
+tr {05226.t1} {05225.p1|05226.p0} {05226.s1} -> {05226.p1|05227.p0} {05226.s2} 
+tr {05226.t2} {05226.s2} -> {05226.s1} 
+tr {05227.t1} {05226.p1|05227.p0} {05227.s1} -> {05227.p1|05228.p0} {05227.s2} 
+tr {05227.t2} {05227.s2} -> {05227.s1} 
+tr {05228.t1} {05227.p1|05228.p0} {05228.s1} -> {05228.p1|05229.p0} {05228.s2} 
+tr {05228.t2} {05228.s2} -> {05228.s1} 
+tr {05229.t1} {05228.p1|05229.p0} {05229.s1} -> {05229.p1|05230.p0} {05229.s2} 
+tr {05229.t2} {05229.s2} -> {05229.s1} 
+tr {05230.t1} {05229.p1|05230.p0} {05230.s1} -> {05230.p1|05231.p0} {05230.s2} 
+tr {05230.t2} {05230.s2} -> {05230.s1} 
+tr {05231.t1} {05230.p1|05231.p0} {05231.s1} -> {05231.p1|05232.p0} {05231.s2} 
+tr {05231.t2} {05231.s2} -> {05231.s1} 
+tr {05232.t1} {05231.p1|05232.p0} {05232.s1} -> {05232.p1|05233.p0} {05232.s2} 
+tr {05232.t2} {05232.s2} -> {05232.s1} 
+tr {05233.t1} {05232.p1|05233.p0} {05233.s1} -> {05233.p1|05234.p0} {05233.s2} 
+tr {05233.t2} {05233.s2} -> {05233.s1} 
+tr {05234.t1} {05233.p1|05234.p0} {05234.s1} -> {05234.p1|05235.p0} {05234.s2} 
+tr {05234.t2} {05234.s2} -> {05234.s1} 
+tr {05235.t1} {05234.p1|05235.p0} {05235.s1} -> {05235.p1|05236.p0} {05235.s2} 
+tr {05235.t2} {05235.s2} -> {05235.s1} 
+tr {05236.t1} {05235.p1|05236.p0} {05236.s1} -> {05236.p1|05237.p0} {05236.s2} 
+tr {05236.t2} {05236.s2} -> {05236.s1} 
+tr {05237.t1} {05236.p1|05237.p0} {05237.s1} -> {05237.p1|05238.p0} {05237.s2} 
+tr {05237.t2} {05237.s2} -> {05237.s1} 
+tr {05238.t1} {05237.p1|05238.p0} {05238.s1} -> {05238.p1|05239.p0} {05238.s2} 
+tr {05238.t2} {05238.s2} -> {05238.s1} 
+tr {05239.t1} {05238.p1|05239.p0} {05239.s1} -> {05239.p1|05240.p0} {05239.s2} 
+tr {05239.t2} {05239.s2} -> {05239.s1} 
+tr {05240.t1} {05239.p1|05240.p0} {05240.s1} -> {05240.p1|05241.p0} {05240.s2} 
+tr {05240.t2} {05240.s2} -> {05240.s1} 
+tr {05241.t1} {05240.p1|05241.p0} {05241.s1} -> {05241.p1|05242.p0} {05241.s2} 
+tr {05241.t2} {05241.s2} -> {05241.s1} 
+tr {05242.t1} {05241.p1|05242.p0} {05242.s1} -> {05242.p1|05243.p0} {05242.s2} 
+tr {05242.t2} {05242.s2} -> {05242.s1} 
+tr {05243.t1} {05242.p1|05243.p0} {05243.s1} -> {05243.p1|05244.p0} {05243.s2} 
+tr {05243.t2} {05243.s2} -> {05243.s1} 
+tr {05244.t1} {05243.p1|05244.p0} {05244.s1} -> {05244.p1|05245.p0} {05244.s2} 
+tr {05244.t2} {05244.s2} -> {05244.s1} 
+tr {05245.t1} {05244.p1|05245.p0} {05245.s1} -> {05245.p1|05246.p0} {05245.s2} 
+tr {05245.t2} {05245.s2} -> {05245.s1} 
+tr {05246.t1} {05245.p1|05246.p0} {05246.s1} -> {05246.p1|05247.p0} {05246.s2} 
+tr {05246.t2} {05246.s2} -> {05246.s1} 
+tr {05247.t1} {05246.p1|05247.p0} {05247.s1} -> {05247.p1|05248.p0} {05247.s2} 
+tr {05247.t2} {05247.s2} -> {05247.s1} 
+tr {05248.t1} {05247.p1|05248.p0} {05248.s1} -> {05248.p1|05249.p0} {05248.s2} 
+tr {05248.t2} {05248.s2} -> {05248.s1} 
+tr {05249.t1} {05248.p1|05249.p0} {05249.s1} -> {05249.p1|05250.p0} {05249.s2} 
+tr {05249.t2} {05249.s2} -> {05249.s1} 
+tr {05250.t1} {05249.p1|05250.p0} {05250.s1} -> {05250.p1|05251.p0} {05250.s2} 
+tr {05250.t2} {05250.s2} -> {05250.s1} 
+tr {05251.t1} {05250.p1|05251.p0} {05251.s1} -> {05251.p1|05252.p0} {05251.s2} 
+tr {05251.t2} {05251.s2} -> {05251.s1} 
+tr {05252.t1} {05251.p1|05252.p0} {05252.s1} -> {05252.p1|05253.p0} {05252.s2} 
+tr {05252.t2} {05252.s2} -> {05252.s1} 
+tr {05253.t1} {05252.p1|05253.p0} {05253.s1} -> {05253.p1|05254.p0} {05253.s2} 
+tr {05253.t2} {05253.s2} -> {05253.s1} 
+tr {05254.t1} {05253.p1|05254.p0} {05254.s1} -> {05254.p1|05255.p0} {05254.s2} 
+tr {05254.t2} {05254.s2} -> {05254.s1} 
+tr {05255.t1} {05254.p1|05255.p0} {05255.s1} -> {05255.p1|05256.p0} {05255.s2} 
+tr {05255.t2} {05255.s2} -> {05255.s1} 
+tr {05256.t1} {05255.p1|05256.p0} {05256.s1} -> {05256.p1|05257.p0} {05256.s2} 
+tr {05256.t2} {05256.s2} -> {05256.s1} 
+tr {05257.t1} {05256.p1|05257.p0} {05257.s1} -> {05257.p1|05258.p0} {05257.s2} 
+tr {05257.t2} {05257.s2} -> {05257.s1} 
+tr {05258.t1} {05257.p1|05258.p0} {05258.s1} -> {05258.p1|05259.p0} {05258.s2} 
+tr {05258.t2} {05258.s2} -> {05258.s1} 
+tr {05259.t1} {05258.p1|05259.p0} {05259.s1} -> {05259.p1|05260.p0} {05259.s2} 
+tr {05259.t2} {05259.s2} -> {05259.s1} 
+tr {05260.t1} {05259.p1|05260.p0} {05260.s1} -> {05260.p1|05261.p0} {05260.s2} 
+tr {05260.t2} {05260.s2} -> {05260.s1} 
+tr {05261.t1} {05260.p1|05261.p0} {05261.s1} -> {05261.p1|05262.p0} {05261.s2} 
+tr {05261.t2} {05261.s2} -> {05261.s1} 
+tr {05262.t1} {05261.p1|05262.p0} {05262.s1} -> {05262.p1|05263.p0} {05262.s2} 
+tr {05262.t2} {05262.s2} -> {05262.s1} 
+tr {05263.t1} {05262.p1|05263.p0} {05263.s1} -> {05263.p1|05264.p0} {05263.s2} 
+tr {05263.t2} {05263.s2} -> {05263.s1} 
+tr {05264.t1} {05263.p1|05264.p0} {05264.s1} -> {05264.p1|05265.p0} {05264.s2} 
+tr {05264.t2} {05264.s2} -> {05264.s1} 
+tr {05265.t1} {05264.p1|05265.p0} {05265.s1} -> {05265.p1|05266.p0} {05265.s2} 
+tr {05265.t2} {05265.s2} -> {05265.s1} 
+tr {05266.t1} {05265.p1|05266.p0} {05266.s1} -> {05266.p1|05267.p0} {05266.s2} 
+tr {05266.t2} {05266.s2} -> {05266.s1} 
+tr {05267.t1} {05266.p1|05267.p0} {05267.s1} -> {05267.p1|05268.p0} {05267.s2} 
+tr {05267.t2} {05267.s2} -> {05267.s1} 
+tr {05268.t1} {05267.p1|05268.p0} {05268.s1} -> {05268.p1|05269.p0} {05268.s2} 
+tr {05268.t2} {05268.s2} -> {05268.s1} 
+tr {05269.t1} {05268.p1|05269.p0} {05269.s1} -> {05269.p1|05270.p0} {05269.s2} 
+tr {05269.t2} {05269.s2} -> {05269.s1} 
+tr {05270.t1} {05269.p1|05270.p0} {05270.s1} -> {05270.p1|05271.p0} {05270.s2} 
+tr {05270.t2} {05270.s2} -> {05270.s1} 
+tr {05271.t1} {05270.p1|05271.p0} {05271.s1} -> {05271.p1|05272.p0} {05271.s2} 
+tr {05271.t2} {05271.s2} -> {05271.s1} 
+tr {05272.t1} {05271.p1|05272.p0} {05272.s1} -> {05272.p1|05273.p0} {05272.s2} 
+tr {05272.t2} {05272.s2} -> {05272.s1} 
+tr {05273.t1} {05272.p1|05273.p0} {05273.s1} -> {05273.p1|05274.p0} {05273.s2} 
+tr {05273.t2} {05273.s2} -> {05273.s1} 
+tr {05274.t1} {05273.p1|05274.p0} {05274.s1} -> {05274.p1|05275.p0} {05274.s2} 
+tr {05274.t2} {05274.s2} -> {05274.s1} 
+tr {05275.t1} {05274.p1|05275.p0} {05275.s1} -> {05275.p1|05276.p0} {05275.s2} 
+tr {05275.t2} {05275.s2} -> {05275.s1} 
+tr {05276.t1} {05275.p1|05276.p0} {05276.s1} -> {05276.p1|05277.p0} {05276.s2} 
+tr {05276.t2} {05276.s2} -> {05276.s1} 
+tr {05277.t1} {05276.p1|05277.p0} {05277.s1} -> {05277.p1|05278.p0} {05277.s2} 
+tr {05277.t2} {05277.s2} -> {05277.s1} 
+tr {05278.t1} {05277.p1|05278.p0} {05278.s1} -> {05278.p1|05279.p0} {05278.s2} 
+tr {05278.t2} {05278.s2} -> {05278.s1} 
+tr {05279.t1} {05278.p1|05279.p0} {05279.s1} -> {05279.p1|05280.p0} {05279.s2} 
+tr {05279.t2} {05279.s2} -> {05279.s1} 
+tr {05280.t1} {05279.p1|05280.p0} {05280.s1} -> {05280.p1|05281.p0} {05280.s2} 
+tr {05280.t2} {05280.s2} -> {05280.s1} 
+tr {05281.t1} {05280.p1|05281.p0} {05281.s1} -> {05281.p1|05282.p0} {05281.s2} 
+tr {05281.t2} {05281.s2} -> {05281.s1} 
+tr {05282.t1} {05281.p1|05282.p0} {05282.s1} -> {05282.p1|05283.p0} {05282.s2} 
+tr {05282.t2} {05282.s2} -> {05282.s1} 
+tr {05283.t1} {05282.p1|05283.p0} {05283.s1} -> {05283.p1|05284.p0} {05283.s2} 
+tr {05283.t2} {05283.s2} -> {05283.s1} 
+tr {05284.t1} {05283.p1|05284.p0} {05284.s1} -> {05284.p1|05285.p0} {05284.s2} 
+tr {05284.t2} {05284.s2} -> {05284.s1} 
+tr {05285.t1} {05284.p1|05285.p0} {05285.s1} -> {05285.p1|05286.p0} {05285.s2} 
+tr {05285.t2} {05285.s2} -> {05285.s1} 
+tr {05286.t1} {05285.p1|05286.p0} {05286.s1} -> {05286.p1|05287.p0} {05286.s2} 
+tr {05286.t2} {05286.s2} -> {05286.s1} 
+tr {05287.t1} {05286.p1|05287.p0} {05287.s1} -> {05287.p1|05288.p0} {05287.s2} 
+tr {05287.t2} {05287.s2} -> {05287.s1} 
+tr {05288.t1} {05287.p1|05288.p0} {05288.s1} -> {05288.p1|05289.p0} {05288.s2} 
+tr {05288.t2} {05288.s2} -> {05288.s1} 
+tr {05289.t1} {05288.p1|05289.p0} {05289.s1} -> {05289.p1|05290.p0} {05289.s2} 
+tr {05289.t2} {05289.s2} -> {05289.s1} 
+tr {05290.t1} {05289.p1|05290.p0} {05290.s1} -> {05290.p1|05291.p0} {05290.s2} 
+tr {05290.t2} {05290.s2} -> {05290.s1} 
+tr {05291.t1} {05290.p1|05291.p0} {05291.s1} -> {05291.p1|05292.p0} {05291.s2} 
+tr {05291.t2} {05291.s2} -> {05291.s1} 
+tr {05292.t1} {05291.p1|05292.p0} {05292.s1} -> {05292.p1|05293.p0} {05292.s2} 
+tr {05292.t2} {05292.s2} -> {05292.s1} 
+tr {05293.t1} {05292.p1|05293.p0} {05293.s1} -> {05293.p1|05294.p0} {05293.s2} 
+tr {05293.t2} {05293.s2} -> {05293.s1} 
+tr {05294.t1} {05293.p1|05294.p0} {05294.s1} -> {05294.p1|05295.p0} {05294.s2} 
+tr {05294.t2} {05294.s2} -> {05294.s1} 
+tr {05295.t1} {05294.p1|05295.p0} {05295.s1} -> {05295.p1|05296.p0} {05295.s2} 
+tr {05295.t2} {05295.s2} -> {05295.s1} 
+tr {05296.t1} {05295.p1|05296.p0} {05296.s1} -> {05296.p1|05297.p0} {05296.s2} 
+tr {05296.t2} {05296.s2} -> {05296.s1} 
+tr {05297.t1} {05296.p1|05297.p0} {05297.s1} -> {05297.p1|05298.p0} {05297.s2} 
+tr {05297.t2} {05297.s2} -> {05297.s1} 
+tr {05298.t1} {05297.p1|05298.p0} {05298.s1} -> {05298.p1|05299.p0} {05298.s2} 
+tr {05298.t2} {05298.s2} -> {05298.s1} 
+tr {05299.t1} {05298.p1|05299.p0} {05299.s1} -> {05299.p1|05300.p0} {05299.s2} 
+tr {05299.t2} {05299.s2} -> {05299.s1} 
+tr {05300.t1} {05299.p1|05300.p0} {05300.s1} -> {05300.p1|05301.p0} {05300.s2} 
+tr {05300.t2} {05300.s2} -> {05300.s1} 
+tr {05301.t1} {05300.p1|05301.p0} {05301.s1} -> {05301.p1|05302.p0} {05301.s2} 
+tr {05301.t2} {05301.s2} -> {05301.s1} 
+tr {05302.t1} {05301.p1|05302.p0} {05302.s1} -> {05302.p1|05303.p0} {05302.s2} 
+tr {05302.t2} {05302.s2} -> {05302.s1} 
+tr {05303.t1} {05302.p1|05303.p0} {05303.s1} -> {05303.p1|05304.p0} {05303.s2} 
+tr {05303.t2} {05303.s2} -> {05303.s1} 
+tr {05304.t1} {05303.p1|05304.p0} {05304.s1} -> {05304.p1|05305.p0} {05304.s2} 
+tr {05304.t2} {05304.s2} -> {05304.s1} 
+tr {05305.t1} {05304.p1|05305.p0} {05305.s1} -> {05305.p1|05306.p0} {05305.s2} 
+tr {05305.t2} {05305.s2} -> {05305.s1} 
+tr {05306.t1} {05305.p1|05306.p0} {05306.s1} -> {05306.p1|05307.p0} {05306.s2} 
+tr {05306.t2} {05306.s2} -> {05306.s1} 
+tr {05307.t1} {05306.p1|05307.p0} {05307.s1} -> {05307.p1|05308.p0} {05307.s2} 
+tr {05307.t2} {05307.s2} -> {05307.s1} 
+tr {05308.t1} {05307.p1|05308.p0} {05308.s1} -> {05308.p1|05309.p0} {05308.s2} 
+tr {05308.t2} {05308.s2} -> {05308.s1} 
+tr {05309.t1} {05308.p1|05309.p0} {05309.s1} -> {05309.p1|05310.p0} {05309.s2} 
+tr {05309.t2} {05309.s2} -> {05309.s1} 
+tr {05310.t1} {05309.p1|05310.p0} {05310.s1} -> {05310.p1|05311.p0} {05310.s2} 
+tr {05310.t2} {05310.s2} -> {05310.s1} 
+tr {05311.t1} {05310.p1|05311.p0} {05311.s1} -> {05311.p1|05312.p0} {05311.s2} 
+tr {05311.t2} {05311.s2} -> {05311.s1} 
+tr {05312.t1} {05311.p1|05312.p0} {05312.s1} -> {05312.p1|05313.p0} {05312.s2} 
+tr {05312.t2} {05312.s2} -> {05312.s1} 
+tr {05313.t1} {05312.p1|05313.p0} {05313.s1} -> {05313.p1|05314.p0} {05313.s2} 
+tr {05313.t2} {05313.s2} -> {05313.s1} 
+tr {05314.t1} {05313.p1|05314.p0} {05314.s1} -> {05314.p1|05315.p0} {05314.s2} 
+tr {05314.t2} {05314.s2} -> {05314.s1} 
+tr {05315.t1} {05314.p1|05315.p0} {05315.s1} -> {05315.p1|05316.p0} {05315.s2} 
+tr {05315.t2} {05315.s2} -> {05315.s1} 
+tr {05316.t1} {05315.p1|05316.p0} {05316.s1} -> {05316.p1|05317.p0} {05316.s2} 
+tr {05316.t2} {05316.s2} -> {05316.s1} 
+tr {05317.t1} {05316.p1|05317.p0} {05317.s1} -> {05317.p1|05318.p0} {05317.s2} 
+tr {05317.t2} {05317.s2} -> {05317.s1} 
+tr {05318.t1} {05317.p1|05318.p0} {05318.s1} -> {05318.p1|05319.p0} {05318.s2} 
+tr {05318.t2} {05318.s2} -> {05318.s1} 
+tr {05319.t1} {05318.p1|05319.p0} {05319.s1} -> {05319.p1|05320.p0} {05319.s2} 
+tr {05319.t2} {05319.s2} -> {05319.s1} 
+tr {05320.t1} {05319.p1|05320.p0} {05320.s1} -> {05320.p1|05321.p0} {05320.s2} 
+tr {05320.t2} {05320.s2} -> {05320.s1} 
+tr {05321.t1} {05320.p1|05321.p0} {05321.s1} -> {05321.p1|05322.p0} {05321.s2} 
+tr {05321.t2} {05321.s2} -> {05321.s1} 
+tr {05322.t1} {05321.p1|05322.p0} {05322.s1} -> {05322.p1|05323.p0} {05322.s2} 
+tr {05322.t2} {05322.s2} -> {05322.s1} 
+tr {05323.t1} {05322.p1|05323.p0} {05323.s1} -> {05323.p1|05324.p0} {05323.s2} 
+tr {05323.t2} {05323.s2} -> {05323.s1} 
+tr {05324.t1} {05323.p1|05324.p0} {05324.s1} -> {05324.p1|05325.p0} {05324.s2} 
+tr {05324.t2} {05324.s2} -> {05324.s1} 
+tr {05325.t1} {05324.p1|05325.p0} {05325.s1} -> {05325.p1|05326.p0} {05325.s2} 
+tr {05325.t2} {05325.s2} -> {05325.s1} 
+tr {05326.t1} {05325.p1|05326.p0} {05326.s1} -> {05326.p1|05327.p0} {05326.s2} 
+tr {05326.t2} {05326.s2} -> {05326.s1} 
+tr {05327.t1} {05326.p1|05327.p0} {05327.s1} -> {05327.p1|05328.p0} {05327.s2} 
+tr {05327.t2} {05327.s2} -> {05327.s1} 
+tr {05328.t1} {05327.p1|05328.p0} {05328.s1} -> {05328.p1|05329.p0} {05328.s2} 
+tr {05328.t2} {05328.s2} -> {05328.s1} 
+tr {05329.t1} {05328.p1|05329.p0} {05329.s1} -> {05329.p1|05330.p0} {05329.s2} 
+tr {05329.t2} {05329.s2} -> {05329.s1} 
+tr {05330.t1} {05329.p1|05330.p0} {05330.s1} -> {05330.p1|05331.p0} {05330.s2} 
+tr {05330.t2} {05330.s2} -> {05330.s1} 
+tr {05331.t1} {05330.p1|05331.p0} {05331.s1} -> {05331.p1|05332.p0} {05331.s2} 
+tr {05331.t2} {05331.s2} -> {05331.s1} 
+tr {05332.t1} {05331.p1|05332.p0} {05332.s1} -> {05332.p1|05333.p0} {05332.s2} 
+tr {05332.t2} {05332.s2} -> {05332.s1} 
+tr {05333.t1} {05332.p1|05333.p0} {05333.s1} -> {05333.p1|05334.p0} {05333.s2} 
+tr {05333.t2} {05333.s2} -> {05333.s1} 
+tr {05334.t1} {05333.p1|05334.p0} {05334.s1} -> {05334.p1|05335.p0} {05334.s2} 
+tr {05334.t2} {05334.s2} -> {05334.s1} 
+tr {05335.t1} {05334.p1|05335.p0} {05335.s1} -> {05335.p1|05336.p0} {05335.s2} 
+tr {05335.t2} {05335.s2} -> {05335.s1} 
+tr {05336.t1} {05335.p1|05336.p0} {05336.s1} -> {05336.p1|05337.p0} {05336.s2} 
+tr {05336.t2} {05336.s2} -> {05336.s1} 
+tr {05337.t1} {05336.p1|05337.p0} {05337.s1} -> {05337.p1|05338.p0} {05337.s2} 
+tr {05337.t2} {05337.s2} -> {05337.s1} 
+tr {05338.t1} {05337.p1|05338.p0} {05338.s1} -> {05338.p1|05339.p0} {05338.s2} 
+tr {05338.t2} {05338.s2} -> {05338.s1} 
+tr {05339.t1} {05338.p1|05339.p0} {05339.s1} -> {05339.p1|05340.p0} {05339.s2} 
+tr {05339.t2} {05339.s2} -> {05339.s1} 
+tr {05340.t1} {05339.p1|05340.p0} {05340.s1} -> {05340.p1|05341.p0} {05340.s2} 
+tr {05340.t2} {05340.s2} -> {05340.s1} 
+tr {05341.t1} {05340.p1|05341.p0} {05341.s1} -> {05341.p1|05342.p0} {05341.s2} 
+tr {05341.t2} {05341.s2} -> {05341.s1} 
+tr {05342.t1} {05341.p1|05342.p0} {05342.s1} -> {05342.p1|05343.p0} {05342.s2} 
+tr {05342.t2} {05342.s2} -> {05342.s1} 
+tr {05343.t1} {05342.p1|05343.p0} {05343.s1} -> {05343.p1|05344.p0} {05343.s2} 
+tr {05343.t2} {05343.s2} -> {05343.s1} 
+tr {05344.t1} {05343.p1|05344.p0} {05344.s1} -> {05344.p1|05345.p0} {05344.s2} 
+tr {05344.t2} {05344.s2} -> {05344.s1} 
+tr {05345.t1} {05344.p1|05345.p0} {05345.s1} -> {05345.p1|05346.p0} {05345.s2} 
+tr {05345.t2} {05345.s2} -> {05345.s1} 
+tr {05346.t1} {05345.p1|05346.p0} {05346.s1} -> {05346.p1|05347.p0} {05346.s2} 
+tr {05346.t2} {05346.s2} -> {05346.s1} 
+tr {05347.t1} {05346.p1|05347.p0} {05347.s1} -> {05347.p1|05348.p0} {05347.s2} 
+tr {05347.t2} {05347.s2} -> {05347.s1} 
+tr {05348.t1} {05347.p1|05348.p0} {05348.s1} -> {05348.p1|05349.p0} {05348.s2} 
+tr {05348.t2} {05348.s2} -> {05348.s1} 
+tr {05349.t1} {05348.p1|05349.p0} {05349.s1} -> {05349.p1|05350.p0} {05349.s2} 
+tr {05349.t2} {05349.s2} -> {05349.s1} 
+tr {05350.t1} {05349.p1|05350.p0} {05350.s1} -> {05350.p1|05351.p0} {05350.s2} 
+tr {05350.t2} {05350.s2} -> {05350.s1} 
+tr {05351.t1} {05350.p1|05351.p0} {05351.s1} -> {05351.p1|05352.p0} {05351.s2} 
+tr {05351.t2} {05351.s2} -> {05351.s1} 
+tr {05352.t1} {05351.p1|05352.p0} {05352.s1} -> {05352.p1|05353.p0} {05352.s2} 
+tr {05352.t2} {05352.s2} -> {05352.s1} 
+tr {05353.t1} {05352.p1|05353.p0} {05353.s1} -> {05353.p1|05354.p0} {05353.s2} 
+tr {05353.t2} {05353.s2} -> {05353.s1} 
+tr {05354.t1} {05353.p1|05354.p0} {05354.s1} -> {05354.p1|05355.p0} {05354.s2} 
+tr {05354.t2} {05354.s2} -> {05354.s1} 
+tr {05355.t1} {05354.p1|05355.p0} {05355.s1} -> {05355.p1|05356.p0} {05355.s2} 
+tr {05355.t2} {05355.s2} -> {05355.s1} 
+tr {05356.t1} {05355.p1|05356.p0} {05356.s1} -> {05356.p1|05357.p0} {05356.s2} 
+tr {05356.t2} {05356.s2} -> {05356.s1} 
+tr {05357.t1} {05356.p1|05357.p0} {05357.s1} -> {05357.p1|05358.p0} {05357.s2} 
+tr {05357.t2} {05357.s2} -> {05357.s1} 
+tr {05358.t1} {05357.p1|05358.p0} {05358.s1} -> {05358.p1|05359.p0} {05358.s2} 
+tr {05358.t2} {05358.s2} -> {05358.s1} 
+tr {05359.t1} {05358.p1|05359.p0} {05359.s1} -> {05359.p1|05360.p0} {05359.s2} 
+tr {05359.t2} {05359.s2} -> {05359.s1} 
+tr {05360.t1} {05359.p1|05360.p0} {05360.s1} -> {05360.p1|05361.p0} {05360.s2} 
+tr {05360.t2} {05360.s2} -> {05360.s1} 
+tr {05361.t1} {05360.p1|05361.p0} {05361.s1} -> {05361.p1|05362.p0} {05361.s2} 
+tr {05361.t2} {05361.s2} -> {05361.s1} 
+tr {05362.t1} {05361.p1|05362.p0} {05362.s1} -> {05362.p1|05363.p0} {05362.s2} 
+tr {05362.t2} {05362.s2} -> {05362.s1} 
+tr {05363.t1} {05362.p1|05363.p0} {05363.s1} -> {05363.p1|05364.p0} {05363.s2} 
+tr {05363.t2} {05363.s2} -> {05363.s1} 
+tr {05364.t1} {05363.p1|05364.p0} {05364.s1} -> {05364.p1|05365.p0} {05364.s2} 
+tr {05364.t2} {05364.s2} -> {05364.s1} 
+tr {05365.t1} {05364.p1|05365.p0} {05365.s1} -> {05365.p1|05366.p0} {05365.s2} 
+tr {05365.t2} {05365.s2} -> {05365.s1} 
+tr {05366.t1} {05365.p1|05366.p0} {05366.s1} -> {05366.p1|05367.p0} {05366.s2} 
+tr {05366.t2} {05366.s2} -> {05366.s1} 
+tr {05367.t1} {05366.p1|05367.p0} {05367.s1} -> {05367.p1|05368.p0} {05367.s2} 
+tr {05367.t2} {05367.s2} -> {05367.s1} 
+tr {05368.t1} {05367.p1|05368.p0} {05368.s1} -> {05368.p1|05369.p0} {05368.s2} 
+tr {05368.t2} {05368.s2} -> {05368.s1} 
+tr {05369.t1} {05368.p1|05369.p0} {05369.s1} -> {05369.p1|05370.p0} {05369.s2} 
+tr {05369.t2} {05369.s2} -> {05369.s1} 
+tr {05370.t1} {05369.p1|05370.p0} {05370.s1} -> {05370.p1|05371.p0} {05370.s2} 
+tr {05370.t2} {05370.s2} -> {05370.s1} 
+tr {05371.t1} {05370.p1|05371.p0} {05371.s1} -> {05371.p1|05372.p0} {05371.s2} 
+tr {05371.t2} {05371.s2} -> {05371.s1} 
+tr {05372.t1} {05371.p1|05372.p0} {05372.s1} -> {05372.p1|05373.p0} {05372.s2} 
+tr {05372.t2} {05372.s2} -> {05372.s1} 
+tr {05373.t1} {05372.p1|05373.p0} {05373.s1} -> {05373.p1|05374.p0} {05373.s2} 
+tr {05373.t2} {05373.s2} -> {05373.s1} 
+tr {05374.t1} {05373.p1|05374.p0} {05374.s1} -> {05374.p1|05375.p0} {05374.s2} 
+tr {05374.t2} {05374.s2} -> {05374.s1} 
+tr {05375.t1} {05374.p1|05375.p0} {05375.s1} -> {05375.p1|05376.p0} {05375.s2} 
+tr {05375.t2} {05375.s2} -> {05375.s1} 
+tr {05376.t1} {05375.p1|05376.p0} {05376.s1} -> {05376.p1|05377.p0} {05376.s2} 
+tr {05376.t2} {05376.s2} -> {05376.s1} 
+tr {05377.t1} {05376.p1|05377.p0} {05377.s1} -> {05377.p1|05378.p0} {05377.s2} 
+tr {05377.t2} {05377.s2} -> {05377.s1} 
+tr {05378.t1} {05377.p1|05378.p0} {05378.s1} -> {05378.p1|05379.p0} {05378.s2} 
+tr {05378.t2} {05378.s2} -> {05378.s1} 
+tr {05379.t1} {05378.p1|05379.p0} {05379.s1} -> {05379.p1|05380.p0} {05379.s2} 
+tr {05379.t2} {05379.s2} -> {05379.s1} 
+tr {05380.t1} {05379.p1|05380.p0} {05380.s1} -> {05380.p1|05381.p0} {05380.s2} 
+tr {05380.t2} {05380.s2} -> {05380.s1} 
+tr {05381.t1} {05380.p1|05381.p0} {05381.s1} -> {05381.p1|05382.p0} {05381.s2} 
+tr {05381.t2} {05381.s2} -> {05381.s1} 
+tr {05382.t1} {05381.p1|05382.p0} {05382.s1} -> {05382.p1|05383.p0} {05382.s2} 
+tr {05382.t2} {05382.s2} -> {05382.s1} 
+tr {05383.t1} {05382.p1|05383.p0} {05383.s1} -> {05383.p1|05384.p0} {05383.s2} 
+tr {05383.t2} {05383.s2} -> {05383.s1} 
+tr {05384.t1} {05383.p1|05384.p0} {05384.s1} -> {05384.p1|05385.p0} {05384.s2} 
+tr {05384.t2} {05384.s2} -> {05384.s1} 
+tr {05385.t1} {05384.p1|05385.p0} {05385.s1} -> {05385.p1|05386.p0} {05385.s2} 
+tr {05385.t2} {05385.s2} -> {05385.s1} 
+tr {05386.t1} {05385.p1|05386.p0} {05386.s1} -> {05386.p1|05387.p0} {05386.s2} 
+tr {05386.t2} {05386.s2} -> {05386.s1} 
+tr {05387.t1} {05386.p1|05387.p0} {05387.s1} -> {05387.p1|05388.p0} {05387.s2} 
+tr {05387.t2} {05387.s2} -> {05387.s1} 
+tr {05388.t1} {05387.p1|05388.p0} {05388.s1} -> {05388.p1|05389.p0} {05388.s2} 
+tr {05388.t2} {05388.s2} -> {05388.s1} 
+tr {05389.t1} {05388.p1|05389.p0} {05389.s1} -> {05389.p1|05390.p0} {05389.s2} 
+tr {05389.t2} {05389.s2} -> {05389.s1} 
+tr {05390.t1} {05389.p1|05390.p0} {05390.s1} -> {05390.p1|05391.p0} {05390.s2} 
+tr {05390.t2} {05390.s2} -> {05390.s1} 
+tr {05391.t1} {05390.p1|05391.p0} {05391.s1} -> {05391.p1|05392.p0} {05391.s2} 
+tr {05391.t2} {05391.s2} -> {05391.s1} 
+tr {05392.t1} {05391.p1|05392.p0} {05392.s1} -> {05392.p1|05393.p0} {05392.s2} 
+tr {05392.t2} {05392.s2} -> {05392.s1} 
+tr {05393.t1} {05392.p1|05393.p0} {05393.s1} -> {05393.p1|05394.p0} {05393.s2} 
+tr {05393.t2} {05393.s2} -> {05393.s1} 
+tr {05394.t1} {05393.p1|05394.p0} {05394.s1} -> {05394.p1|05395.p0} {05394.s2} 
+tr {05394.t2} {05394.s2} -> {05394.s1} 
+tr {05395.t1} {05394.p1|05395.p0} {05395.s1} -> {05395.p1|05396.p0} {05395.s2} 
+tr {05395.t2} {05395.s2} -> {05395.s1} 
+tr {05396.t1} {05395.p1|05396.p0} {05396.s1} -> {05396.p1|05397.p0} {05396.s2} 
+tr {05396.t2} {05396.s2} -> {05396.s1} 
+tr {05397.t1} {05396.p1|05397.p0} {05397.s1} -> {05397.p1|05398.p0} {05397.s2} 
+tr {05397.t2} {05397.s2} -> {05397.s1} 
+tr {05398.t1} {05397.p1|05398.p0} {05398.s1} -> {05398.p1|05399.p0} {05398.s2} 
+tr {05398.t2} {05398.s2} -> {05398.s1} 
+tr {05399.t1} {05398.p1|05399.p0} {05399.s1} -> {05399.p1|05400.p0} {05399.s2} 
+tr {05399.t2} {05399.s2} -> {05399.s1} 
+tr {05400.t1} {05399.p1|05400.p0} {05400.s1} -> {05400.p1|05401.p0} {05400.s2} 
+tr {05400.t2} {05400.s2} -> {05400.s1} 
+tr {05401.t1} {05400.p1|05401.p0} {05401.s1} -> {05401.p1|05402.p0} {05401.s2} 
+tr {05401.t2} {05401.s2} -> {05401.s1} 
+tr {05402.t1} {05401.p1|05402.p0} {05402.s1} -> {05402.p1|05403.p0} {05402.s2} 
+tr {05402.t2} {05402.s2} -> {05402.s1} 
+tr {05403.t1} {05402.p1|05403.p0} {05403.s1} -> {05403.p1|05404.p0} {05403.s2} 
+tr {05403.t2} {05403.s2} -> {05403.s1} 
+tr {05404.t1} {05403.p1|05404.p0} {05404.s1} -> {05404.p1|05405.p0} {05404.s2} 
+tr {05404.t2} {05404.s2} -> {05404.s1} 
+tr {05405.t1} {05404.p1|05405.p0} {05405.s1} -> {05405.p1|05406.p0} {05405.s2} 
+tr {05405.t2} {05405.s2} -> {05405.s1} 
+tr {05406.t1} {05405.p1|05406.p0} {05406.s1} -> {05406.p1|05407.p0} {05406.s2} 
+tr {05406.t2} {05406.s2} -> {05406.s1} 
+tr {05407.t1} {05406.p1|05407.p0} {05407.s1} -> {05407.p1|05408.p0} {05407.s2} 
+tr {05407.t2} {05407.s2} -> {05407.s1} 
+tr {05408.t1} {05407.p1|05408.p0} {05408.s1} -> {05408.p1|05409.p0} {05408.s2} 
+tr {05408.t2} {05408.s2} -> {05408.s1} 
+tr {05409.t1} {05408.p1|05409.p0} {05409.s1} -> {05409.p1|05410.p0} {05409.s2} 
+tr {05409.t2} {05409.s2} -> {05409.s1} 
+tr {05410.t1} {05409.p1|05410.p0} {05410.s1} -> {05410.p1|05411.p0} {05410.s2} 
+tr {05410.t2} {05410.s2} -> {05410.s1} 
+tr {05411.t1} {05410.p1|05411.p0} {05411.s1} -> {05411.p1|05412.p0} {05411.s2} 
+tr {05411.t2} {05411.s2} -> {05411.s1} 
+tr {05412.t1} {05411.p1|05412.p0} {05412.s1} -> {05412.p1|05413.p0} {05412.s2} 
+tr {05412.t2} {05412.s2} -> {05412.s1} 
+tr {05413.t1} {05412.p1|05413.p0} {05413.s1} -> {05413.p1|05414.p0} {05413.s2} 
+tr {05413.t2} {05413.s2} -> {05413.s1} 
+tr {05414.t1} {05413.p1|05414.p0} {05414.s1} -> {05414.p1|05415.p0} {05414.s2} 
+tr {05414.t2} {05414.s2} -> {05414.s1} 
+tr {05415.t1} {05414.p1|05415.p0} {05415.s1} -> {05415.p1|05416.p0} {05415.s2} 
+tr {05415.t2} {05415.s2} -> {05415.s1} 
+tr {05416.t1} {05415.p1|05416.p0} {05416.s1} -> {05416.p1|05417.p0} {05416.s2} 
+tr {05416.t2} {05416.s2} -> {05416.s1} 
+tr {05417.t1} {05416.p1|05417.p0} {05417.s1} -> {05417.p1|05418.p0} {05417.s2} 
+tr {05417.t2} {05417.s2} -> {05417.s1} 
+tr {05418.t1} {05417.p1|05418.p0} {05418.s1} -> {05418.p1|05419.p0} {05418.s2} 
+tr {05418.t2} {05418.s2} -> {05418.s1} 
+tr {05419.t1} {05418.p1|05419.p0} {05419.s1} -> {05419.p1|05420.p0} {05419.s2} 
+tr {05419.t2} {05419.s2} -> {05419.s1} 
+tr {05420.t1} {05419.p1|05420.p0} {05420.s1} -> {05420.p1|05421.p0} {05420.s2} 
+tr {05420.t2} {05420.s2} -> {05420.s1} 
+tr {05421.t1} {05420.p1|05421.p0} {05421.s1} -> {05421.p1|05422.p0} {05421.s2} 
+tr {05421.t2} {05421.s2} -> {05421.s1} 
+tr {05422.t1} {05421.p1|05422.p0} {05422.s1} -> {05422.p1|05423.p0} {05422.s2} 
+tr {05422.t2} {05422.s2} -> {05422.s1} 
+tr {05423.t1} {05422.p1|05423.p0} {05423.s1} -> {05423.p1|05424.p0} {05423.s2} 
+tr {05423.t2} {05423.s2} -> {05423.s1} 
+tr {05424.t1} {05423.p1|05424.p0} {05424.s1} -> {05424.p1|05425.p0} {05424.s2} 
+tr {05424.t2} {05424.s2} -> {05424.s1} 
+tr {05425.t1} {05424.p1|05425.p0} {05425.s1} -> {05425.p1|05426.p0} {05425.s2} 
+tr {05425.t2} {05425.s2} -> {05425.s1} 
+tr {05426.t1} {05425.p1|05426.p0} {05426.s1} -> {05426.p1|05427.p0} {05426.s2} 
+tr {05426.t2} {05426.s2} -> {05426.s1} 
+tr {05427.t1} {05426.p1|05427.p0} {05427.s1} -> {05427.p1|05428.p0} {05427.s2} 
+tr {05427.t2} {05427.s2} -> {05427.s1} 
+tr {05428.t1} {05427.p1|05428.p0} {05428.s1} -> {05428.p1|05429.p0} {05428.s2} 
+tr {05428.t2} {05428.s2} -> {05428.s1} 
+tr {05429.t1} {05428.p1|05429.p0} {05429.s1} -> {05429.p1|05430.p0} {05429.s2} 
+tr {05429.t2} {05429.s2} -> {05429.s1} 
+tr {05430.t1} {05429.p1|05430.p0} {05430.s1} -> {05430.p1|05431.p0} {05430.s2} 
+tr {05430.t2} {05430.s2} -> {05430.s1} 
+tr {05431.t1} {05430.p1|05431.p0} {05431.s1} -> {05431.p1|05432.p0} {05431.s2} 
+tr {05431.t2} {05431.s2} -> {05431.s1} 
+tr {05432.t1} {05431.p1|05432.p0} {05432.s1} -> {05432.p1|05433.p0} {05432.s2} 
+tr {05432.t2} {05432.s2} -> {05432.s1} 
+tr {05433.t1} {05432.p1|05433.p0} {05433.s1} -> {05433.p1|05434.p0} {05433.s2} 
+tr {05433.t2} {05433.s2} -> {05433.s1} 
+tr {05434.t1} {05433.p1|05434.p0} {05434.s1} -> {05434.p1|05435.p0} {05434.s2} 
+tr {05434.t2} {05434.s2} -> {05434.s1} 
+tr {05435.t1} {05434.p1|05435.p0} {05435.s1} -> {05435.p1|05436.p0} {05435.s2} 
+tr {05435.t2} {05435.s2} -> {05435.s1} 
+tr {05436.t1} {05435.p1|05436.p0} {05436.s1} -> {05436.p1|05437.p0} {05436.s2} 
+tr {05436.t2} {05436.s2} -> {05436.s1} 
+tr {05437.t1} {05436.p1|05437.p0} {05437.s1} -> {05437.p1|05438.p0} {05437.s2} 
+tr {05437.t2} {05437.s2} -> {05437.s1} 
+tr {05438.t1} {05437.p1|05438.p0} {05438.s1} -> {05438.p1|05439.p0} {05438.s2} 
+tr {05438.t2} {05438.s2} -> {05438.s1} 
+tr {05439.t1} {05438.p1|05439.p0} {05439.s1} -> {05439.p1|05440.p0} {05439.s2} 
+tr {05439.t2} {05439.s2} -> {05439.s1} 
+tr {05440.t1} {05439.p1|05440.p0} {05440.s1} -> {05440.p1|05441.p0} {05440.s2} 
+tr {05440.t2} {05440.s2} -> {05440.s1} 
+tr {05441.t1} {05440.p1|05441.p0} {05441.s1} -> {05441.p1|05442.p0} {05441.s2} 
+tr {05441.t2} {05441.s2} -> {05441.s1} 
+tr {05442.t1} {05441.p1|05442.p0} {05442.s1} -> {05442.p1|05443.p0} {05442.s2} 
+tr {05442.t2} {05442.s2} -> {05442.s1} 
+tr {05443.t1} {05442.p1|05443.p0} {05443.s1} -> {05443.p1|05444.p0} {05443.s2} 
+tr {05443.t2} {05443.s2} -> {05443.s1} 
+tr {05444.t1} {05443.p1|05444.p0} {05444.s1} -> {05444.p1|05445.p0} {05444.s2} 
+tr {05444.t2} {05444.s2} -> {05444.s1} 
+tr {05445.t1} {05444.p1|05445.p0} {05445.s1} -> {05445.p1|05446.p0} {05445.s2} 
+tr {05445.t2} {05445.s2} -> {05445.s1} 
+tr {05446.t1} {05445.p1|05446.p0} {05446.s1} -> {05446.p1|05447.p0} {05446.s2} 
+tr {05446.t2} {05446.s2} -> {05446.s1} 
+tr {05447.t1} {05446.p1|05447.p0} {05447.s1} -> {05447.p1|05448.p0} {05447.s2} 
+tr {05447.t2} {05447.s2} -> {05447.s1} 
+tr {05448.t1} {05447.p1|05448.p0} {05448.s1} -> {05448.p1|05449.p0} {05448.s2} 
+tr {05448.t2} {05448.s2} -> {05448.s1} 
+tr {05449.t1} {05448.p1|05449.p0} {05449.s1} -> {05449.p1|05450.p0} {05449.s2} 
+tr {05449.t2} {05449.s2} -> {05449.s1} 
+tr {05450.t1} {05449.p1|05450.p0} {05450.s1} -> {05450.p1|05451.p0} {05450.s2} 
+tr {05450.t2} {05450.s2} -> {05450.s1} 
+tr {05451.t1} {05450.p1|05451.p0} {05451.s1} -> {05451.p1|05452.p0} {05451.s2} 
+tr {05451.t2} {05451.s2} -> {05451.s1} 
+tr {05452.t1} {05451.p1|05452.p0} {05452.s1} -> {05452.p1|05453.p0} {05452.s2} 
+tr {05452.t2} {05452.s2} -> {05452.s1} 
+tr {05453.t1} {05452.p1|05453.p0} {05453.s1} -> {05453.p1|05454.p0} {05453.s2} 
+tr {05453.t2} {05453.s2} -> {05453.s1} 
+tr {05454.t1} {05453.p1|05454.p0} {05454.s1} -> {05454.p1|05455.p0} {05454.s2} 
+tr {05454.t2} {05454.s2} -> {05454.s1} 
+tr {05455.t1} {05454.p1|05455.p0} {05455.s1} -> {05455.p1|05456.p0} {05455.s2} 
+tr {05455.t2} {05455.s2} -> {05455.s1} 
+tr {05456.t1} {05455.p1|05456.p0} {05456.s1} -> {05456.p1|05457.p0} {05456.s2} 
+tr {05456.t2} {05456.s2} -> {05456.s1} 
+tr {05457.t1} {05456.p1|05457.p0} {05457.s1} -> {05457.p1|05458.p0} {05457.s2} 
+tr {05457.t2} {05457.s2} -> {05457.s1} 
+tr {05458.t1} {05457.p1|05458.p0} {05458.s1} -> {05458.p1|05459.p0} {05458.s2} 
+tr {05458.t2} {05458.s2} -> {05458.s1} 
+tr {05459.t1} {05458.p1|05459.p0} {05459.s1} -> {05459.p1|05460.p0} {05459.s2} 
+tr {05459.t2} {05459.s2} -> {05459.s1} 
+tr {05460.t1} {05459.p1|05460.p0} {05460.s1} -> {05460.p1|05461.p0} {05460.s2} 
+tr {05460.t2} {05460.s2} -> {05460.s1} 
+tr {05461.t1} {05460.p1|05461.p0} {05461.s1} -> {05461.p1|05462.p0} {05461.s2} 
+tr {05461.t2} {05461.s2} -> {05461.s1} 
+tr {05462.t1} {05461.p1|05462.p0} {05462.s1} -> {05462.p1|05463.p0} {05462.s2} 
+tr {05462.t2} {05462.s2} -> {05462.s1} 
+tr {05463.t1} {05462.p1|05463.p0} {05463.s1} -> {05463.p1|05464.p0} {05463.s2} 
+tr {05463.t2} {05463.s2} -> {05463.s1} 
+tr {05464.t1} {05463.p1|05464.p0} {05464.s1} -> {05464.p1|05465.p0} {05464.s2} 
+tr {05464.t2} {05464.s2} -> {05464.s1} 
+tr {05465.t1} {05464.p1|05465.p0} {05465.s1} -> {05465.p1|05466.p0} {05465.s2} 
+tr {05465.t2} {05465.s2} -> {05465.s1} 
+tr {05466.t1} {05465.p1|05466.p0} {05466.s1} -> {05466.p1|05467.p0} {05466.s2} 
+tr {05466.t2} {05466.s2} -> {05466.s1} 
+tr {05467.t1} {05466.p1|05467.p0} {05467.s1} -> {05467.p1|05468.p0} {05467.s2} 
+tr {05467.t2} {05467.s2} -> {05467.s1} 
+tr {05468.t1} {05467.p1|05468.p0} {05468.s1} -> {05468.p1|05469.p0} {05468.s2} 
+tr {05468.t2} {05468.s2} -> {05468.s1} 
+tr {05469.t1} {05468.p1|05469.p0} {05469.s1} -> {05469.p1|05470.p0} {05469.s2} 
+tr {05469.t2} {05469.s2} -> {05469.s1} 
+tr {05470.t1} {05469.p1|05470.p0} {05470.s1} -> {05470.p1|05471.p0} {05470.s2} 
+tr {05470.t2} {05470.s2} -> {05470.s1} 
+tr {05471.t1} {05470.p1|05471.p0} {05471.s1} -> {05471.p1|05472.p0} {05471.s2} 
+tr {05471.t2} {05471.s2} -> {05471.s1} 
+tr {05472.t1} {05471.p1|05472.p0} {05472.s1} -> {05472.p1|05473.p0} {05472.s2} 
+tr {05472.t2} {05472.s2} -> {05472.s1} 
+tr {05473.t1} {05472.p1|05473.p0} {05473.s1} -> {05473.p1|05474.p0} {05473.s2} 
+tr {05473.t2} {05473.s2} -> {05473.s1} 
+tr {05474.t1} {05473.p1|05474.p0} {05474.s1} -> {05474.p1|05475.p0} {05474.s2} 
+tr {05474.t2} {05474.s2} -> {05474.s1} 
+tr {05475.t1} {05474.p1|05475.p0} {05475.s1} -> {05475.p1|05476.p0} {05475.s2} 
+tr {05475.t2} {05475.s2} -> {05475.s1} 
+tr {05476.t1} {05475.p1|05476.p0} {05476.s1} -> {05476.p1|05477.p0} {05476.s2} 
+tr {05476.t2} {05476.s2} -> {05476.s1} 
+tr {05477.t1} {05476.p1|05477.p0} {05477.s1} -> {05477.p1|05478.p0} {05477.s2} 
+tr {05477.t2} {05477.s2} -> {05477.s1} 
+tr {05478.t1} {05477.p1|05478.p0} {05478.s1} -> {05478.p1|05479.p0} {05478.s2} 
+tr {05478.t2} {05478.s2} -> {05478.s1} 
+tr {05479.t1} {05478.p1|05479.p0} {05479.s1} -> {05479.p1|05480.p0} {05479.s2} 
+tr {05479.t2} {05479.s2} -> {05479.s1} 
+tr {05480.t1} {05479.p1|05480.p0} {05480.s1} -> {05480.p1|05481.p0} {05480.s2} 
+tr {05480.t2} {05480.s2} -> {05480.s1} 
+tr {05481.t1} {05480.p1|05481.p0} {05481.s1} -> {05481.p1|05482.p0} {05481.s2} 
+tr {05481.t2} {05481.s2} -> {05481.s1} 
+tr {05482.t1} {05481.p1|05482.p0} {05482.s1} -> {05482.p1|05483.p0} {05482.s2} 
+tr {05482.t2} {05482.s2} -> {05482.s1} 
+tr {05483.t1} {05482.p1|05483.p0} {05483.s1} -> {05483.p1|05484.p0} {05483.s2} 
+tr {05483.t2} {05483.s2} -> {05483.s1} 
+tr {05484.t1} {05483.p1|05484.p0} {05484.s1} -> {05484.p1|05485.p0} {05484.s2} 
+tr {05484.t2} {05484.s2} -> {05484.s1} 
+tr {05485.t1} {05484.p1|05485.p0} {05485.s1} -> {05485.p1|05486.p0} {05485.s2} 
+tr {05485.t2} {05485.s2} -> {05485.s1} 
+tr {05486.t1} {05485.p1|05486.p0} {05486.s1} -> {05486.p1|05487.p0} {05486.s2} 
+tr {05486.t2} {05486.s2} -> {05486.s1} 
+tr {05487.t1} {05486.p1|05487.p0} {05487.s1} -> {05487.p1|05488.p0} {05487.s2} 
+tr {05487.t2} {05487.s2} -> {05487.s1} 
+tr {05488.t1} {05487.p1|05488.p0} {05488.s1} -> {05488.p1|05489.p0} {05488.s2} 
+tr {05488.t2} {05488.s2} -> {05488.s1} 
+tr {05489.t1} {05488.p1|05489.p0} {05489.s1} -> {05489.p1|05490.p0} {05489.s2} 
+tr {05489.t2} {05489.s2} -> {05489.s1} 
+tr {05490.t1} {05489.p1|05490.p0} {05490.s1} -> {05490.p1|05491.p0} {05490.s2} 
+tr {05490.t2} {05490.s2} -> {05490.s1} 
+tr {05491.t1} {05490.p1|05491.p0} {05491.s1} -> {05491.p1|05492.p0} {05491.s2} 
+tr {05491.t2} {05491.s2} -> {05491.s1} 
+tr {05492.t1} {05491.p1|05492.p0} {05492.s1} -> {05492.p1|05493.p0} {05492.s2} 
+tr {05492.t2} {05492.s2} -> {05492.s1} 
+tr {05493.t1} {05492.p1|05493.p0} {05493.s1} -> {05493.p1|05494.p0} {05493.s2} 
+tr {05493.t2} {05493.s2} -> {05493.s1} 
+tr {05494.t1} {05493.p1|05494.p0} {05494.s1} -> {05494.p1|05495.p0} {05494.s2} 
+tr {05494.t2} {05494.s2} -> {05494.s1} 
+tr {05495.t1} {05494.p1|05495.p0} {05495.s1} -> {05495.p1|05496.p0} {05495.s2} 
+tr {05495.t2} {05495.s2} -> {05495.s1} 
+tr {05496.t1} {05495.p1|05496.p0} {05496.s1} -> {05496.p1|05497.p0} {05496.s2} 
+tr {05496.t2} {05496.s2} -> {05496.s1} 
+tr {05497.t1} {05496.p1|05497.p0} {05497.s1} -> {05497.p1|05498.p0} {05497.s2} 
+tr {05497.t2} {05497.s2} -> {05497.s1} 
+tr {05498.t1} {05497.p1|05498.p0} {05498.s1} -> {05498.p1|05499.p0} {05498.s2} 
+tr {05498.t2} {05498.s2} -> {05498.s1} 
+tr {05499.t1} {05498.p1|05499.p0} {05499.s1} -> {05499.p1|05500.p0} {05499.s2} 
+tr {05499.t2} {05499.s2} -> {05499.s1} 
+tr {05500.t1} {05499.p1|05500.p0} {05500.s1} -> {05500.p1|05501.p0} {05500.s2} 
+tr {05500.t2} {05500.s2} -> {05500.s1} 
+tr {05501.t1} {05500.p1|05501.p0} {05501.s1} -> {05501.p1|05502.p0} {05501.s2} 
+tr {05501.t2} {05501.s2} -> {05501.s1} 
+tr {05502.t1} {05501.p1|05502.p0} {05502.s1} -> {05502.p1|05503.p0} {05502.s2} 
+tr {05502.t2} {05502.s2} -> {05502.s1} 
+tr {05503.t1} {05502.p1|05503.p0} {05503.s1} -> {05503.p1|05504.p0} {05503.s2} 
+tr {05503.t2} {05503.s2} -> {05503.s1} 
+tr {05504.t1} {05503.p1|05504.p0} {05504.s1} -> {05504.p1|05505.p0} {05504.s2} 
+tr {05504.t2} {05504.s2} -> {05504.s1} 
+tr {05505.t1} {05504.p1|05505.p0} {05505.s1} -> {05505.p1|05506.p0} {05505.s2} 
+tr {05505.t2} {05505.s2} -> {05505.s1} 
+tr {05506.t1} {05505.p1|05506.p0} {05506.s1} -> {05506.p1|05507.p0} {05506.s2} 
+tr {05506.t2} {05506.s2} -> {05506.s1} 
+tr {05507.t1} {05506.p1|05507.p0} {05507.s1} -> {05507.p1|05508.p0} {05507.s2} 
+tr {05507.t2} {05507.s2} -> {05507.s1} 
+tr {05508.t1} {05507.p1|05508.p0} {05508.s1} -> {05508.p1|05509.p0} {05508.s2} 
+tr {05508.t2} {05508.s2} -> {05508.s1} 
+tr {05509.t1} {05508.p1|05509.p0} {05509.s1} -> {05509.p1|05510.p0} {05509.s2} 
+tr {05509.t2} {05509.s2} -> {05509.s1} 
+tr {05510.t1} {05509.p1|05510.p0} {05510.s1} -> {05510.p1|05511.p0} {05510.s2} 
+tr {05510.t2} {05510.s2} -> {05510.s1} 
+tr {05511.t1} {05510.p1|05511.p0} {05511.s1} -> {05511.p1|05512.p0} {05511.s2} 
+tr {05511.t2} {05511.s2} -> {05511.s1} 
+tr {05512.t1} {05511.p1|05512.p0} {05512.s1} -> {05512.p1|05513.p0} {05512.s2} 
+tr {05512.t2} {05512.s2} -> {05512.s1} 
+tr {05513.t1} {05512.p1|05513.p0} {05513.s1} -> {05513.p1|05514.p0} {05513.s2} 
+tr {05513.t2} {05513.s2} -> {05513.s1} 
+tr {05514.t1} {05513.p1|05514.p0} {05514.s1} -> {05514.p1|05515.p0} {05514.s2} 
+tr {05514.t2} {05514.s2} -> {05514.s1} 
+tr {05515.t1} {05514.p1|05515.p0} {05515.s1} -> {05515.p1|05516.p0} {05515.s2} 
+tr {05515.t2} {05515.s2} -> {05515.s1} 
+tr {05516.t1} {05515.p1|05516.p0} {05516.s1} -> {05516.p1|05517.p0} {05516.s2} 
+tr {05516.t2} {05516.s2} -> {05516.s1} 
+tr {05517.t1} {05516.p1|05517.p0} {05517.s1} -> {05517.p1|05518.p0} {05517.s2} 
+tr {05517.t2} {05517.s2} -> {05517.s1} 
+tr {05518.t1} {05517.p1|05518.p0} {05518.s1} -> {05518.p1|05519.p0} {05518.s2} 
+tr {05518.t2} {05518.s2} -> {05518.s1} 
+tr {05519.t1} {05518.p1|05519.p0} {05519.s1} -> {05519.p1|05520.p0} {05519.s2} 
+tr {05519.t2} {05519.s2} -> {05519.s1} 
+tr {05520.t1} {05519.p1|05520.p0} {05520.s1} -> {05520.p1|05521.p0} {05520.s2} 
+tr {05520.t2} {05520.s2} -> {05520.s1} 
+tr {05521.t1} {05520.p1|05521.p0} {05521.s1} -> {05521.p1|05522.p0} {05521.s2} 
+tr {05521.t2} {05521.s2} -> {05521.s1} 
+tr {05522.t1} {05521.p1|05522.p0} {05522.s1} -> {05522.p1|05523.p0} {05522.s2} 
+tr {05522.t2} {05522.s2} -> {05522.s1} 
+tr {05523.t1} {05522.p1|05523.p0} {05523.s1} -> {05523.p1|05524.p0} {05523.s2} 
+tr {05523.t2} {05523.s2} -> {05523.s1} 
+tr {05524.t1} {05523.p1|05524.p0} {05524.s1} -> {05524.p1|05525.p0} {05524.s2} 
+tr {05524.t2} {05524.s2} -> {05524.s1} 
+tr {05525.t1} {05524.p1|05525.p0} {05525.s1} -> {05525.p1|05526.p0} {05525.s2} 
+tr {05525.t2} {05525.s2} -> {05525.s1} 
+tr {05526.t1} {05525.p1|05526.p0} {05526.s1} -> {05526.p1|05527.p0} {05526.s2} 
+tr {05526.t2} {05526.s2} -> {05526.s1} 
+tr {05527.t1} {05526.p1|05527.p0} {05527.s1} -> {05527.p1|05528.p0} {05527.s2} 
+tr {05527.t2} {05527.s2} -> {05527.s1} 
+tr {05528.t1} {05527.p1|05528.p0} {05528.s1} -> {05528.p1|05529.p0} {05528.s2} 
+tr {05528.t2} {05528.s2} -> {05528.s1} 
+tr {05529.t1} {05528.p1|05529.p0} {05529.s1} -> {05529.p1|05530.p0} {05529.s2} 
+tr {05529.t2} {05529.s2} -> {05529.s1} 
+tr {05530.t1} {05529.p1|05530.p0} {05530.s1} -> {05530.p1|05531.p0} {05530.s2} 
+tr {05530.t2} {05530.s2} -> {05530.s1} 
+tr {05531.t1} {05530.p1|05531.p0} {05531.s1} -> {05531.p1|05532.p0} {05531.s2} 
+tr {05531.t2} {05531.s2} -> {05531.s1} 
+tr {05532.t1} {05531.p1|05532.p0} {05532.s1} -> {05532.p1|05533.p0} {05532.s2} 
+tr {05532.t2} {05532.s2} -> {05532.s1} 
+tr {05533.t1} {05532.p1|05533.p0} {05533.s1} -> {05533.p1|05534.p0} {05533.s2} 
+tr {05533.t2} {05533.s2} -> {05533.s1} 
+tr {05534.t1} {05533.p1|05534.p0} {05534.s1} -> {05534.p1|05535.p0} {05534.s2} 
+tr {05534.t2} {05534.s2} -> {05534.s1} 
+tr {05535.t1} {05534.p1|05535.p0} {05535.s1} -> {05535.p1|05536.p0} {05535.s2} 
+tr {05535.t2} {05535.s2} -> {05535.s1} 
+tr {05536.t1} {05535.p1|05536.p0} {05536.s1} -> {05536.p1|05537.p0} {05536.s2} 
+tr {05536.t2} {05536.s2} -> {05536.s1} 
+tr {05537.t1} {05536.p1|05537.p0} {05537.s1} -> {05537.p1|05538.p0} {05537.s2} 
+tr {05537.t2} {05537.s2} -> {05537.s1} 
+tr {05538.t1} {05537.p1|05538.p0} {05538.s1} -> {05538.p1|05539.p0} {05538.s2} 
+tr {05538.t2} {05538.s2} -> {05538.s1} 
+tr {05539.t1} {05538.p1|05539.p0} {05539.s1} -> {05539.p1|05540.p0} {05539.s2} 
+tr {05539.t2} {05539.s2} -> {05539.s1} 
+tr {05540.t1} {05539.p1|05540.p0} {05540.s1} -> {05540.p1|05541.p0} {05540.s2} 
+tr {05540.t2} {05540.s2} -> {05540.s1} 
+tr {05541.t1} {05540.p1|05541.p0} {05541.s1} -> {05541.p1|05542.p0} {05541.s2} 
+tr {05541.t2} {05541.s2} -> {05541.s1} 
+tr {05542.t1} {05541.p1|05542.p0} {05542.s1} -> {05542.p1|05543.p0} {05542.s2} 
+tr {05542.t2} {05542.s2} -> {05542.s1} 
+tr {05543.t1} {05542.p1|05543.p0} {05543.s1} -> {05543.p1|05544.p0} {05543.s2} 
+tr {05543.t2} {05543.s2} -> {05543.s1} 
+tr {05544.t1} {05543.p1|05544.p0} {05544.s1} -> {05544.p1|05545.p0} {05544.s2} 
+tr {05544.t2} {05544.s2} -> {05544.s1} 
+tr {05545.t1} {05544.p1|05545.p0} {05545.s1} -> {05545.p1|05546.p0} {05545.s2} 
+tr {05545.t2} {05545.s2} -> {05545.s1} 
+tr {05546.t1} {05545.p1|05546.p0} {05546.s1} -> {05546.p1|05547.p0} {05546.s2} 
+tr {05546.t2} {05546.s2} -> {05546.s1} 
+tr {05547.t1} {05546.p1|05547.p0} {05547.s1} -> {05547.p1|05548.p0} {05547.s2} 
+tr {05547.t2} {05547.s2} -> {05547.s1} 
+tr {05548.t1} {05547.p1|05548.p0} {05548.s1} -> {05548.p1|05549.p0} {05548.s2} 
+tr {05548.t2} {05548.s2} -> {05548.s1} 
+tr {05549.t1} {05548.p1|05549.p0} {05549.s1} -> {05549.p1|05550.p0} {05549.s2} 
+tr {05549.t2} {05549.s2} -> {05549.s1} 
+tr {05550.t1} {05549.p1|05550.p0} {05550.s1} -> {05550.p1|05551.p0} {05550.s2} 
+tr {05550.t2} {05550.s2} -> {05550.s1} 
+tr {05551.t1} {05550.p1|05551.p0} {05551.s1} -> {05551.p1|05552.p0} {05551.s2} 
+tr {05551.t2} {05551.s2} -> {05551.s1} 
+tr {05552.t1} {05551.p1|05552.p0} {05552.s1} -> {05552.p1|05553.p0} {05552.s2} 
+tr {05552.t2} {05552.s2} -> {05552.s1} 
+tr {05553.t1} {05552.p1|05553.p0} {05553.s1} -> {05553.p1|05554.p0} {05553.s2} 
+tr {05553.t2} {05553.s2} -> {05553.s1} 
+tr {05554.t1} {05553.p1|05554.p0} {05554.s1} -> {05554.p1|05555.p0} {05554.s2} 
+tr {05554.t2} {05554.s2} -> {05554.s1} 
+tr {05555.t1} {05554.p1|05555.p0} {05555.s1} -> {05555.p1|05556.p0} {05555.s2} 
+tr {05555.t2} {05555.s2} -> {05555.s1} 
+tr {05556.t1} {05555.p1|05556.p0} {05556.s1} -> {05556.p1|05557.p0} {05556.s2} 
+tr {05556.t2} {05556.s2} -> {05556.s1} 
+tr {05557.t1} {05556.p1|05557.p0} {05557.s1} -> {05557.p1|05558.p0} {05557.s2} 
+tr {05557.t2} {05557.s2} -> {05557.s1} 
+tr {05558.t1} {05557.p1|05558.p0} {05558.s1} -> {05558.p1|05559.p0} {05558.s2} 
+tr {05558.t2} {05558.s2} -> {05558.s1} 
+tr {05559.t1} {05558.p1|05559.p0} {05559.s1} -> {05559.p1|05560.p0} {05559.s2} 
+tr {05559.t2} {05559.s2} -> {05559.s1} 
+tr {05560.t1} {05559.p1|05560.p0} {05560.s1} -> {05560.p1|05561.p0} {05560.s2} 
+tr {05560.t2} {05560.s2} -> {05560.s1} 
+tr {05561.t1} {05560.p1|05561.p0} {05561.s1} -> {05561.p1|05562.p0} {05561.s2} 
+tr {05561.t2} {05561.s2} -> {05561.s1} 
+tr {05562.t1} {05561.p1|05562.p0} {05562.s1} -> {05562.p1|05563.p0} {05562.s2} 
+tr {05562.t2} {05562.s2} -> {05562.s1} 
+tr {05563.t1} {05562.p1|05563.p0} {05563.s1} -> {05563.p1|05564.p0} {05563.s2} 
+tr {05563.t2} {05563.s2} -> {05563.s1} 
+tr {05564.t1} {05563.p1|05564.p0} {05564.s1} -> {05564.p1|05565.p0} {05564.s2} 
+tr {05564.t2} {05564.s2} -> {05564.s1} 
+tr {05565.t1} {05564.p1|05565.p0} {05565.s1} -> {05565.p1|05566.p0} {05565.s2} 
+tr {05565.t2} {05565.s2} -> {05565.s1} 
+tr {05566.t1} {05565.p1|05566.p0} {05566.s1} -> {05566.p1|05567.p0} {05566.s2} 
+tr {05566.t2} {05566.s2} -> {05566.s1} 
+tr {05567.t1} {05566.p1|05567.p0} {05567.s1} -> {05567.p1|05568.p0} {05567.s2} 
+tr {05567.t2} {05567.s2} -> {05567.s1} 
+tr {05568.t1} {05567.p1|05568.p0} {05568.s1} -> {05568.p1|05569.p0} {05568.s2} 
+tr {05568.t2} {05568.s2} -> {05568.s1} 
+tr {05569.t1} {05568.p1|05569.p0} {05569.s1} -> {05569.p1|05570.p0} {05569.s2} 
+tr {05569.t2} {05569.s2} -> {05569.s1} 
+tr {05570.t1} {05569.p1|05570.p0} {05570.s1} -> {05570.p1|05571.p0} {05570.s2} 
+tr {05570.t2} {05570.s2} -> {05570.s1} 
+tr {05571.t1} {05570.p1|05571.p0} {05571.s1} -> {05571.p1|05572.p0} {05571.s2} 
+tr {05571.t2} {05571.s2} -> {05571.s1} 
+tr {05572.t1} {05571.p1|05572.p0} {05572.s1} -> {05572.p1|05573.p0} {05572.s2} 
+tr {05572.t2} {05572.s2} -> {05572.s1} 
+tr {05573.t1} {05572.p1|05573.p0} {05573.s1} -> {05573.p1|05574.p0} {05573.s2} 
+tr {05573.t2} {05573.s2} -> {05573.s1} 
+tr {05574.t1} {05573.p1|05574.p0} {05574.s1} -> {05574.p1|05575.p0} {05574.s2} 
+tr {05574.t2} {05574.s2} -> {05574.s1} 
+tr {05575.t1} {05574.p1|05575.p0} {05575.s1} -> {05575.p1|05576.p0} {05575.s2} 
+tr {05575.t2} {05575.s2} -> {05575.s1} 
+tr {05576.t1} {05575.p1|05576.p0} {05576.s1} -> {05576.p1|05577.p0} {05576.s2} 
+tr {05576.t2} {05576.s2} -> {05576.s1} 
+tr {05577.t1} {05576.p1|05577.p0} {05577.s1} -> {05577.p1|05578.p0} {05577.s2} 
+tr {05577.t2} {05577.s2} -> {05577.s1} 
+tr {05578.t1} {05577.p1|05578.p0} {05578.s1} -> {05578.p1|05579.p0} {05578.s2} 
+tr {05578.t2} {05578.s2} -> {05578.s1} 
+tr {05579.t1} {05578.p1|05579.p0} {05579.s1} -> {05579.p1|05580.p0} {05579.s2} 
+tr {05579.t2} {05579.s2} -> {05579.s1} 
+tr {05580.t1} {05579.p1|05580.p0} {05580.s1} -> {05580.p1|05581.p0} {05580.s2} 
+tr {05580.t2} {05580.s2} -> {05580.s1} 
+tr {05581.t1} {05580.p1|05581.p0} {05581.s1} -> {05581.p1|05582.p0} {05581.s2} 
+tr {05581.t2} {05581.s2} -> {05581.s1} 
+tr {05582.t1} {05581.p1|05582.p0} {05582.s1} -> {05582.p1|05583.p0} {05582.s2} 
+tr {05582.t2} {05582.s2} -> {05582.s1} 
+tr {05583.t1} {05582.p1|05583.p0} {05583.s1} -> {05583.p1|05584.p0} {05583.s2} 
+tr {05583.t2} {05583.s2} -> {05583.s1} 
+tr {05584.t1} {05583.p1|05584.p0} {05584.s1} -> {05584.p1|05585.p0} {05584.s2} 
+tr {05584.t2} {05584.s2} -> {05584.s1} 
+tr {05585.t1} {05584.p1|05585.p0} {05585.s1} -> {05585.p1|05586.p0} {05585.s2} 
+tr {05585.t2} {05585.s2} -> {05585.s1} 
+tr {05586.t1} {05585.p1|05586.p0} {05586.s1} -> {05586.p1|05587.p0} {05586.s2} 
+tr {05586.t2} {05586.s2} -> {05586.s1} 
+tr {05587.t1} {05586.p1|05587.p0} {05587.s1} -> {05587.p1|05588.p0} {05587.s2} 
+tr {05587.t2} {05587.s2} -> {05587.s1} 
+tr {05588.t1} {05587.p1|05588.p0} {05588.s1} -> {05588.p1|05589.p0} {05588.s2} 
+tr {05588.t2} {05588.s2} -> {05588.s1} 
+tr {05589.t1} {05588.p1|05589.p0} {05589.s1} -> {05589.p1|05590.p0} {05589.s2} 
+tr {05589.t2} {05589.s2} -> {05589.s1} 
+tr {05590.t1} {05589.p1|05590.p0} {05590.s1} -> {05590.p1|05591.p0} {05590.s2} 
+tr {05590.t2} {05590.s2} -> {05590.s1} 
+tr {05591.t1} {05590.p1|05591.p0} {05591.s1} -> {05591.p1|05592.p0} {05591.s2} 
+tr {05591.t2} {05591.s2} -> {05591.s1} 
+tr {05592.t1} {05591.p1|05592.p0} {05592.s1} -> {05592.p1|05593.p0} {05592.s2} 
+tr {05592.t2} {05592.s2} -> {05592.s1} 
+tr {05593.t1} {05592.p1|05593.p0} {05593.s1} -> {05593.p1|05594.p0} {05593.s2} 
+tr {05593.t2} {05593.s2} -> {05593.s1} 
+tr {05594.t1} {05593.p1|05594.p0} {05594.s1} -> {05594.p1|05595.p0} {05594.s2} 
+tr {05594.t2} {05594.s2} -> {05594.s1} 
+tr {05595.t1} {05594.p1|05595.p0} {05595.s1} -> {05595.p1|05596.p0} {05595.s2} 
+tr {05595.t2} {05595.s2} -> {05595.s1} 
+tr {05596.t1} {05595.p1|05596.p0} {05596.s1} -> {05596.p1|05597.p0} {05596.s2} 
+tr {05596.t2} {05596.s2} -> {05596.s1} 
+tr {05597.t1} {05596.p1|05597.p0} {05597.s1} -> {05597.p1|05598.p0} {05597.s2} 
+tr {05597.t2} {05597.s2} -> {05597.s1} 
+tr {05598.t1} {05597.p1|05598.p0} {05598.s1} -> {05598.p1|05599.p0} {05598.s2} 
+tr {05598.t2} {05598.s2} -> {05598.s1} 
+tr {05599.t1} {05598.p1|05599.p0} {05599.s1} -> {05599.p1|05600.p0} {05599.s2} 
+tr {05599.t2} {05599.s2} -> {05599.s1} 
+tr {05600.t1} {05599.p1|05600.p0} {05600.s1} -> {05600.p1|05601.p0} {05600.s2} 
+tr {05600.t2} {05600.s2} -> {05600.s1} 
+tr {05601.t1} {05600.p1|05601.p0} {05601.s1} -> {05601.p1|05602.p0} {05601.s2} 
+tr {05601.t2} {05601.s2} -> {05601.s1} 
+tr {05602.t1} {05601.p1|05602.p0} {05602.s1} -> {05602.p1|05603.p0} {05602.s2} 
+tr {05602.t2} {05602.s2} -> {05602.s1} 
+tr {05603.t1} {05602.p1|05603.p0} {05603.s1} -> {05603.p1|05604.p0} {05603.s2} 
+tr {05603.t2} {05603.s2} -> {05603.s1} 
+tr {05604.t1} {05603.p1|05604.p0} {05604.s1} -> {05604.p1|05605.p0} {05604.s2} 
+tr {05604.t2} {05604.s2} -> {05604.s1} 
+tr {05605.t1} {05604.p1|05605.p0} {05605.s1} -> {05605.p1|05606.p0} {05605.s2} 
+tr {05605.t2} {05605.s2} -> {05605.s1} 
+tr {05606.t1} {05605.p1|05606.p0} {05606.s1} -> {05606.p1|05607.p0} {05606.s2} 
+tr {05606.t2} {05606.s2} -> {05606.s1} 
+tr {05607.t1} {05606.p1|05607.p0} {05607.s1} -> {05607.p1|05608.p0} {05607.s2} 
+tr {05607.t2} {05607.s2} -> {05607.s1} 
+tr {05608.t1} {05607.p1|05608.p0} {05608.s1} -> {05608.p1|05609.p0} {05608.s2} 
+tr {05608.t2} {05608.s2} -> {05608.s1} 
+tr {05609.t1} {05608.p1|05609.p0} {05609.s1} -> {05609.p1|05610.p0} {05609.s2} 
+tr {05609.t2} {05609.s2} -> {05609.s1} 
+tr {05610.t1} {05609.p1|05610.p0} {05610.s1} -> {05610.p1|05611.p0} {05610.s2} 
+tr {05610.t2} {05610.s2} -> {05610.s1} 
+tr {05611.t1} {05610.p1|05611.p0} {05611.s1} -> {05611.p1|05612.p0} {05611.s2} 
+tr {05611.t2} {05611.s2} -> {05611.s1} 
+tr {05612.t1} {05611.p1|05612.p0} {05612.s1} -> {05612.p1|05613.p0} {05612.s2} 
+tr {05612.t2} {05612.s2} -> {05612.s1} 
+tr {05613.t1} {05612.p1|05613.p0} {05613.s1} -> {05613.p1|05614.p0} {05613.s2} 
+tr {05613.t2} {05613.s2} -> {05613.s1} 
+tr {05614.t1} {05613.p1|05614.p0} {05614.s1} -> {05614.p1|05615.p0} {05614.s2} 
+tr {05614.t2} {05614.s2} -> {05614.s1} 
+tr {05615.t1} {05614.p1|05615.p0} {05615.s1} -> {05615.p1|05616.p0} {05615.s2} 
+tr {05615.t2} {05615.s2} -> {05615.s1} 
+tr {05616.t1} {05615.p1|05616.p0} {05616.s1} -> {05616.p1|05617.p0} {05616.s2} 
+tr {05616.t2} {05616.s2} -> {05616.s1} 
+tr {05617.t1} {05616.p1|05617.p0} {05617.s1} -> {05617.p1|05618.p0} {05617.s2} 
+tr {05617.t2} {05617.s2} -> {05617.s1} 
+tr {05618.t1} {05617.p1|05618.p0} {05618.s1} -> {05618.p1|05619.p0} {05618.s2} 
+tr {05618.t2} {05618.s2} -> {05618.s1} 
+tr {05619.t1} {05618.p1|05619.p0} {05619.s1} -> {05619.p1|05620.p0} {05619.s2} 
+tr {05619.t2} {05619.s2} -> {05619.s1} 
+tr {05620.t1} {05619.p1|05620.p0} {05620.s1} -> {05620.p1|05621.p0} {05620.s2} 
+tr {05620.t2} {05620.s2} -> {05620.s1} 
+tr {05621.t1} {05620.p1|05621.p0} {05621.s1} -> {05621.p1|05622.p0} {05621.s2} 
+tr {05621.t2} {05621.s2} -> {05621.s1} 
+tr {05622.t1} {05621.p1|05622.p0} {05622.s1} -> {05622.p1|05623.p0} {05622.s2} 
+tr {05622.t2} {05622.s2} -> {05622.s1} 
+tr {05623.t1} {05622.p1|05623.p0} {05623.s1} -> {05623.p1|05624.p0} {05623.s2} 
+tr {05623.t2} {05623.s2} -> {05623.s1} 
+tr {05624.t1} {05623.p1|05624.p0} {05624.s1} -> {05624.p1|05625.p0} {05624.s2} 
+tr {05624.t2} {05624.s2} -> {05624.s1} 
+tr {05625.t1} {05624.p1|05625.p0} {05625.s1} -> {05625.p1|05626.p0} {05625.s2} 
+tr {05625.t2} {05625.s2} -> {05625.s1} 
+tr {05626.t1} {05625.p1|05626.p0} {05626.s1} -> {05626.p1|05627.p0} {05626.s2} 
+tr {05626.t2} {05626.s2} -> {05626.s1} 
+tr {05627.t1} {05626.p1|05627.p0} {05627.s1} -> {05627.p1|05628.p0} {05627.s2} 
+tr {05627.t2} {05627.s2} -> {05627.s1} 
+tr {05628.t1} {05627.p1|05628.p0} {05628.s1} -> {05628.p1|05629.p0} {05628.s2} 
+tr {05628.t2} {05628.s2} -> {05628.s1} 
+tr {05629.t1} {05628.p1|05629.p0} {05629.s1} -> {05629.p1|05630.p0} {05629.s2} 
+tr {05629.t2} {05629.s2} -> {05629.s1} 
+tr {05630.t1} {05629.p1|05630.p0} {05630.s1} -> {05630.p1|05631.p0} {05630.s2} 
+tr {05630.t2} {05630.s2} -> {05630.s1} 
+tr {05631.t1} {05630.p1|05631.p0} {05631.s1} -> {05631.p1|05632.p0} {05631.s2} 
+tr {05631.t2} {05631.s2} -> {05631.s1} 
+tr {05632.t1} {05631.p1|05632.p0} {05632.s1} -> {05632.p1|05633.p0} {05632.s2} 
+tr {05632.t2} {05632.s2} -> {05632.s1} 
+tr {05633.t1} {05632.p1|05633.p0} {05633.s1} -> {05633.p1|05634.p0} {05633.s2} 
+tr {05633.t2} {05633.s2} -> {05633.s1} 
+tr {05634.t1} {05633.p1|05634.p0} {05634.s1} -> {05634.p1|05635.p0} {05634.s2} 
+tr {05634.t2} {05634.s2} -> {05634.s1} 
+tr {05635.t1} {05634.p1|05635.p0} {05635.s1} -> {05635.p1|05636.p0} {05635.s2} 
+tr {05635.t2} {05635.s2} -> {05635.s1} 
+tr {05636.t1} {05635.p1|05636.p0} {05636.s1} -> {05636.p1|05637.p0} {05636.s2} 
+tr {05636.t2} {05636.s2} -> {05636.s1} 
+tr {05637.t1} {05636.p1|05637.p0} {05637.s1} -> {05637.p1|05638.p0} {05637.s2} 
+tr {05637.t2} {05637.s2} -> {05637.s1} 
+tr {05638.t1} {05637.p1|05638.p0} {05638.s1} -> {05638.p1|05639.p0} {05638.s2} 
+tr {05638.t2} {05638.s2} -> {05638.s1} 
+tr {05639.t1} {05638.p1|05639.p0} {05639.s1} -> {05639.p1|05640.p0} {05639.s2} 
+tr {05639.t2} {05639.s2} -> {05639.s1} 
+tr {05640.t1} {05639.p1|05640.p0} {05640.s1} -> {05640.p1|05641.p0} {05640.s2} 
+tr {05640.t2} {05640.s2} -> {05640.s1} 
+tr {05641.t1} {05640.p1|05641.p0} {05641.s1} -> {05641.p1|05642.p0} {05641.s2} 
+tr {05641.t2} {05641.s2} -> {05641.s1} 
+tr {05642.t1} {05641.p1|05642.p0} {05642.s1} -> {05642.p1|05643.p0} {05642.s2} 
+tr {05642.t2} {05642.s2} -> {05642.s1} 
+tr {05643.t1} {05642.p1|05643.p0} {05643.s1} -> {05643.p1|05644.p0} {05643.s2} 
+tr {05643.t2} {05643.s2} -> {05643.s1} 
+tr {05644.t1} {05643.p1|05644.p0} {05644.s1} -> {05644.p1|05645.p0} {05644.s2} 
+tr {05644.t2} {05644.s2} -> {05644.s1} 
+tr {05645.t1} {05644.p1|05645.p0} {05645.s1} -> {05645.p1|05646.p0} {05645.s2} 
+tr {05645.t2} {05645.s2} -> {05645.s1} 
+tr {05646.t1} {05645.p1|05646.p0} {05646.s1} -> {05646.p1|05647.p0} {05646.s2} 
+tr {05646.t2} {05646.s2} -> {05646.s1} 
+tr {05647.t1} {05646.p1|05647.p0} {05647.s1} -> {05647.p1|05648.p0} {05647.s2} 
+tr {05647.t2} {05647.s2} -> {05647.s1} 
+tr {05648.t1} {05647.p1|05648.p0} {05648.s1} -> {05648.p1|05649.p0} {05648.s2} 
+tr {05648.t2} {05648.s2} -> {05648.s1} 
+tr {05649.t1} {05648.p1|05649.p0} {05649.s1} -> {05649.p1|05650.p0} {05649.s2} 
+tr {05649.t2} {05649.s2} -> {05649.s1} 
+tr {05650.t1} {05649.p1|05650.p0} {05650.s1} -> {05650.p1|05651.p0} {05650.s2} 
+tr {05650.t2} {05650.s2} -> {05650.s1} 
+tr {05651.t1} {05650.p1|05651.p0} {05651.s1} -> {05651.p1|05652.p0} {05651.s2} 
+tr {05651.t2} {05651.s2} -> {05651.s1} 
+tr {05652.t1} {05651.p1|05652.p0} {05652.s1} -> {05652.p1|05653.p0} {05652.s2} 
+tr {05652.t2} {05652.s2} -> {05652.s1} 
+tr {05653.t1} {05652.p1|05653.p0} {05653.s1} -> {05653.p1|05654.p0} {05653.s2} 
+tr {05653.t2} {05653.s2} -> {05653.s1} 
+tr {05654.t1} {05653.p1|05654.p0} {05654.s1} -> {05654.p1|05655.p0} {05654.s2} 
+tr {05654.t2} {05654.s2} -> {05654.s1} 
+tr {05655.t1} {05654.p1|05655.p0} {05655.s1} -> {05655.p1|05656.p0} {05655.s2} 
+tr {05655.t2} {05655.s2} -> {05655.s1} 
+tr {05656.t1} {05655.p1|05656.p0} {05656.s1} -> {05656.p1|05657.p0} {05656.s2} 
+tr {05656.t2} {05656.s2} -> {05656.s1} 
+tr {05657.t1} {05656.p1|05657.p0} {05657.s1} -> {05657.p1|05658.p0} {05657.s2} 
+tr {05657.t2} {05657.s2} -> {05657.s1} 
+tr {05658.t1} {05657.p1|05658.p0} {05658.s1} -> {05658.p1|05659.p0} {05658.s2} 
+tr {05658.t2} {05658.s2} -> {05658.s1} 
+tr {05659.t1} {05658.p1|05659.p0} {05659.s1} -> {05659.p1|05660.p0} {05659.s2} 
+tr {05659.t2} {05659.s2} -> {05659.s1} 
+tr {05660.t1} {05659.p1|05660.p0} {05660.s1} -> {05660.p1|05661.p0} {05660.s2} 
+tr {05660.t2} {05660.s2} -> {05660.s1} 
+tr {05661.t1} {05660.p1|05661.p0} {05661.s1} -> {05661.p1|05662.p0} {05661.s2} 
+tr {05661.t2} {05661.s2} -> {05661.s1} 
+tr {05662.t1} {05661.p1|05662.p0} {05662.s1} -> {05662.p1|05663.p0} {05662.s2} 
+tr {05662.t2} {05662.s2} -> {05662.s1} 
+tr {05663.t1} {05662.p1|05663.p0} {05663.s1} -> {05663.p1|05664.p0} {05663.s2} 
+tr {05663.t2} {05663.s2} -> {05663.s1} 
+tr {05664.t1} {05663.p1|05664.p0} {05664.s1} -> {05664.p1|05665.p0} {05664.s2} 
+tr {05664.t2} {05664.s2} -> {05664.s1} 
+tr {05665.t1} {05664.p1|05665.p0} {05665.s1} -> {05665.p1|05666.p0} {05665.s2} 
+tr {05665.t2} {05665.s2} -> {05665.s1} 
+tr {05666.t1} {05665.p1|05666.p0} {05666.s1} -> {05666.p1|05667.p0} {05666.s2} 
+tr {05666.t2} {05666.s2} -> {05666.s1} 
+tr {05667.t1} {05666.p1|05667.p0} {05667.s1} -> {05667.p1|05668.p0} {05667.s2} 
+tr {05667.t2} {05667.s2} -> {05667.s1} 
+tr {05668.t1} {05667.p1|05668.p0} {05668.s1} -> {05668.p1|05669.p0} {05668.s2} 
+tr {05668.t2} {05668.s2} -> {05668.s1} 
+tr {05669.t1} {05668.p1|05669.p0} {05669.s1} -> {05669.p1|05670.p0} {05669.s2} 
+tr {05669.t2} {05669.s2} -> {05669.s1} 
+tr {05670.t1} {05669.p1|05670.p0} {05670.s1} -> {05670.p1|05671.p0} {05670.s2} 
+tr {05670.t2} {05670.s2} -> {05670.s1} 
+tr {05671.t1} {05670.p1|05671.p0} {05671.s1} -> {05671.p1|05672.p0} {05671.s2} 
+tr {05671.t2} {05671.s2} -> {05671.s1} 
+tr {05672.t1} {05671.p1|05672.p0} {05672.s1} -> {05672.p1|05673.p0} {05672.s2} 
+tr {05672.t2} {05672.s2} -> {05672.s1} 
+tr {05673.t1} {05672.p1|05673.p0} {05673.s1} -> {05673.p1|05674.p0} {05673.s2} 
+tr {05673.t2} {05673.s2} -> {05673.s1} 
+tr {05674.t1} {05673.p1|05674.p0} {05674.s1} -> {05674.p1|05675.p0} {05674.s2} 
+tr {05674.t2} {05674.s2} -> {05674.s1} 
+tr {05675.t1} {05674.p1|05675.p0} {05675.s1} -> {05675.p1|05676.p0} {05675.s2} 
+tr {05675.t2} {05675.s2} -> {05675.s1} 
+tr {05676.t1} {05675.p1|05676.p0} {05676.s1} -> {05676.p1|05677.p0} {05676.s2} 
+tr {05676.t2} {05676.s2} -> {05676.s1} 
+tr {05677.t1} {05676.p1|05677.p0} {05677.s1} -> {05677.p1|05678.p0} {05677.s2} 
+tr {05677.t2} {05677.s2} -> {05677.s1} 
+tr {05678.t1} {05677.p1|05678.p0} {05678.s1} -> {05678.p1|05679.p0} {05678.s2} 
+tr {05678.t2} {05678.s2} -> {05678.s1} 
+tr {05679.t1} {05678.p1|05679.p0} {05679.s1} -> {05679.p1|05680.p0} {05679.s2} 
+tr {05679.t2} {05679.s2} -> {05679.s1} 
+tr {05680.t1} {05679.p1|05680.p0} {05680.s1} -> {05680.p1|05681.p0} {05680.s2} 
+tr {05680.t2} {05680.s2} -> {05680.s1} 
+tr {05681.t1} {05680.p1|05681.p0} {05681.s1} -> {05681.p1|05682.p0} {05681.s2} 
+tr {05681.t2} {05681.s2} -> {05681.s1} 
+tr {05682.t1} {05681.p1|05682.p0} {05682.s1} -> {05682.p1|05683.p0} {05682.s2} 
+tr {05682.t2} {05682.s2} -> {05682.s1} 
+tr {05683.t1} {05682.p1|05683.p0} {05683.s1} -> {05683.p1|05684.p0} {05683.s2} 
+tr {05683.t2} {05683.s2} -> {05683.s1} 
+tr {05684.t1} {05683.p1|05684.p0} {05684.s1} -> {05684.p1|05685.p0} {05684.s2} 
+tr {05684.t2} {05684.s2} -> {05684.s1} 
+tr {05685.t1} {05684.p1|05685.p0} {05685.s1} -> {05685.p1|05686.p0} {05685.s2} 
+tr {05685.t2} {05685.s2} -> {05685.s1} 
+tr {05686.t1} {05685.p1|05686.p0} {05686.s1} -> {05686.p1|05687.p0} {05686.s2} 
+tr {05686.t2} {05686.s2} -> {05686.s1} 
+tr {05687.t1} {05686.p1|05687.p0} {05687.s1} -> {05687.p1|05688.p0} {05687.s2} 
+tr {05687.t2} {05687.s2} -> {05687.s1} 
+tr {05688.t1} {05687.p1|05688.p0} {05688.s1} -> {05688.p1|05689.p0} {05688.s2} 
+tr {05688.t2} {05688.s2} -> {05688.s1} 
+tr {05689.t1} {05688.p1|05689.p0} {05689.s1} -> {05689.p1|05690.p0} {05689.s2} 
+tr {05689.t2} {05689.s2} -> {05689.s1} 
+tr {05690.t1} {05689.p1|05690.p0} {05690.s1} -> {05690.p1|05691.p0} {05690.s2} 
+tr {05690.t2} {05690.s2} -> {05690.s1} 
+tr {05691.t1} {05690.p1|05691.p0} {05691.s1} -> {05691.p1|05692.p0} {05691.s2} 
+tr {05691.t2} {05691.s2} -> {05691.s1} 
+tr {05692.t1} {05691.p1|05692.p0} {05692.s1} -> {05692.p1|05693.p0} {05692.s2} 
+tr {05692.t2} {05692.s2} -> {05692.s1} 
+tr {05693.t1} {05692.p1|05693.p0} {05693.s1} -> {05693.p1|05694.p0} {05693.s2} 
+tr {05693.t2} {05693.s2} -> {05693.s1} 
+tr {05694.t1} {05693.p1|05694.p0} {05694.s1} -> {05694.p1|05695.p0} {05694.s2} 
+tr {05694.t2} {05694.s2} -> {05694.s1} 
+tr {05695.t1} {05694.p1|05695.p0} {05695.s1} -> {05695.p1|05696.p0} {05695.s2} 
+tr {05695.t2} {05695.s2} -> {05695.s1} 
+tr {05696.t1} {05695.p1|05696.p0} {05696.s1} -> {05696.p1|05697.p0} {05696.s2} 
+tr {05696.t2} {05696.s2} -> {05696.s1} 
+tr {05697.t1} {05696.p1|05697.p0} {05697.s1} -> {05697.p1|05698.p0} {05697.s2} 
+tr {05697.t2} {05697.s2} -> {05697.s1} 
+tr {05698.t1} {05697.p1|05698.p0} {05698.s1} -> {05698.p1|05699.p0} {05698.s2} 
+tr {05698.t2} {05698.s2} -> {05698.s1} 
+tr {05699.t1} {05698.p1|05699.p0} {05699.s1} -> {05699.p1|05700.p0} {05699.s2} 
+tr {05699.t2} {05699.s2} -> {05699.s1} 
+tr {05700.t1} {05699.p1|05700.p0} {05700.s1} -> {05700.p1|05701.p0} {05700.s2} 
+tr {05700.t2} {05700.s2} -> {05700.s1} 
+tr {05701.t1} {05700.p1|05701.p0} {05701.s1} -> {05701.p1|05702.p0} {05701.s2} 
+tr {05701.t2} {05701.s2} -> {05701.s1} 
+tr {05702.t1} {05701.p1|05702.p0} {05702.s1} -> {05702.p1|05703.p0} {05702.s2} 
+tr {05702.t2} {05702.s2} -> {05702.s1} 
+tr {05703.t1} {05702.p1|05703.p0} {05703.s1} -> {05703.p1|05704.p0} {05703.s2} 
+tr {05703.t2} {05703.s2} -> {05703.s1} 
+tr {05704.t1} {05703.p1|05704.p0} {05704.s1} -> {05704.p1|05705.p0} {05704.s2} 
+tr {05704.t2} {05704.s2} -> {05704.s1} 
+tr {05705.t1} {05704.p1|05705.p0} {05705.s1} -> {05705.p1|05706.p0} {05705.s2} 
+tr {05705.t2} {05705.s2} -> {05705.s1} 
+tr {05706.t1} {05705.p1|05706.p0} {05706.s1} -> {05706.p1|05707.p0} {05706.s2} 
+tr {05706.t2} {05706.s2} -> {05706.s1} 
+tr {05707.t1} {05706.p1|05707.p0} {05707.s1} -> {05707.p1|05708.p0} {05707.s2} 
+tr {05707.t2} {05707.s2} -> {05707.s1} 
+tr {05708.t1} {05707.p1|05708.p0} {05708.s1} -> {05708.p1|05709.p0} {05708.s2} 
+tr {05708.t2} {05708.s2} -> {05708.s1} 
+tr {05709.t1} {05708.p1|05709.p0} {05709.s1} -> {05709.p1|05710.p0} {05709.s2} 
+tr {05709.t2} {05709.s2} -> {05709.s1} 
+tr {05710.t1} {05709.p1|05710.p0} {05710.s1} -> {05710.p1|05711.p0} {05710.s2} 
+tr {05710.t2} {05710.s2} -> {05710.s1} 
+tr {05711.t1} {05710.p1|05711.p0} {05711.s1} -> {05711.p1|05712.p0} {05711.s2} 
+tr {05711.t2} {05711.s2} -> {05711.s1} 
+tr {05712.t1} {05711.p1|05712.p0} {05712.s1} -> {05712.p1|05713.p0} {05712.s2} 
+tr {05712.t2} {05712.s2} -> {05712.s1} 
+tr {05713.t1} {05712.p1|05713.p0} {05713.s1} -> {05713.p1|05714.p0} {05713.s2} 
+tr {05713.t2} {05713.s2} -> {05713.s1} 
+tr {05714.t1} {05713.p1|05714.p0} {05714.s1} -> {05714.p1|05715.p0} {05714.s2} 
+tr {05714.t2} {05714.s2} -> {05714.s1} 
+tr {05715.t1} {05714.p1|05715.p0} {05715.s1} -> {05715.p1|05716.p0} {05715.s2} 
+tr {05715.t2} {05715.s2} -> {05715.s1} 
+tr {05716.t1} {05715.p1|05716.p0} {05716.s1} -> {05716.p1|05717.p0} {05716.s2} 
+tr {05716.t2} {05716.s2} -> {05716.s1} 
+tr {05717.t1} {05716.p1|05717.p0} {05717.s1} -> {05717.p1|05718.p0} {05717.s2} 
+tr {05717.t2} {05717.s2} -> {05717.s1} 
+tr {05718.t1} {05717.p1|05718.p0} {05718.s1} -> {05718.p1|05719.p0} {05718.s2} 
+tr {05718.t2} {05718.s2} -> {05718.s1} 
+tr {05719.t1} {05718.p1|05719.p0} {05719.s1} -> {05719.p1|05720.p0} {05719.s2} 
+tr {05719.t2} {05719.s2} -> {05719.s1} 
+tr {05720.t1} {05719.p1|05720.p0} {05720.s1} -> {05720.p1|05721.p0} {05720.s2} 
+tr {05720.t2} {05720.s2} -> {05720.s1} 
+tr {05721.t1} {05720.p1|05721.p0} {05721.s1} -> {05721.p1|05722.p0} {05721.s2} 
+tr {05721.t2} {05721.s2} -> {05721.s1} 
+tr {05722.t1} {05721.p1|05722.p0} {05722.s1} -> {05722.p1|05723.p0} {05722.s2} 
+tr {05722.t2} {05722.s2} -> {05722.s1} 
+tr {05723.t1} {05722.p1|05723.p0} {05723.s1} -> {05723.p1|05724.p0} {05723.s2} 
+tr {05723.t2} {05723.s2} -> {05723.s1} 
+tr {05724.t1} {05723.p1|05724.p0} {05724.s1} -> {05724.p1|05725.p0} {05724.s2} 
+tr {05724.t2} {05724.s2} -> {05724.s1} 
+tr {05725.t1} {05724.p1|05725.p0} {05725.s1} -> {05725.p1|05726.p0} {05725.s2} 
+tr {05725.t2} {05725.s2} -> {05725.s1} 
+tr {05726.t1} {05725.p1|05726.p0} {05726.s1} -> {05726.p1|05727.p0} {05726.s2} 
+tr {05726.t2} {05726.s2} -> {05726.s1} 
+tr {05727.t1} {05726.p1|05727.p0} {05727.s1} -> {05727.p1|05728.p0} {05727.s2} 
+tr {05727.t2} {05727.s2} -> {05727.s1} 
+tr {05728.t1} {05727.p1|05728.p0} {05728.s1} -> {05728.p1|05729.p0} {05728.s2} 
+tr {05728.t2} {05728.s2} -> {05728.s1} 
+tr {05729.t1} {05728.p1|05729.p0} {05729.s1} -> {05729.p1|05730.p0} {05729.s2} 
+tr {05729.t2} {05729.s2} -> {05729.s1} 
+tr {05730.t1} {05729.p1|05730.p0} {05730.s1} -> {05730.p1|05731.p0} {05730.s2} 
+tr {05730.t2} {05730.s2} -> {05730.s1} 
+tr {05731.t1} {05730.p1|05731.p0} {05731.s1} -> {05731.p1|05732.p0} {05731.s2} 
+tr {05731.t2} {05731.s2} -> {05731.s1} 
+tr {05732.t1} {05731.p1|05732.p0} {05732.s1} -> {05732.p1|05733.p0} {05732.s2} 
+tr {05732.t2} {05732.s2} -> {05732.s1} 
+tr {05733.t1} {05732.p1|05733.p0} {05733.s1} -> {05733.p1|05734.p0} {05733.s2} 
+tr {05733.t2} {05733.s2} -> {05733.s1} 
+tr {05734.t1} {05733.p1|05734.p0} {05734.s1} -> {05734.p1|05735.p0} {05734.s2} 
+tr {05734.t2} {05734.s2} -> {05734.s1} 
+tr {05735.t1} {05734.p1|05735.p0} {05735.s1} -> {05735.p1|05736.p0} {05735.s2} 
+tr {05735.t2} {05735.s2} -> {05735.s1} 
+tr {05736.t1} {05735.p1|05736.p0} {05736.s1} -> {05736.p1|05737.p0} {05736.s2} 
+tr {05736.t2} {05736.s2} -> {05736.s1} 
+tr {05737.t1} {05736.p1|05737.p0} {05737.s1} -> {05737.p1|05738.p0} {05737.s2} 
+tr {05737.t2} {05737.s2} -> {05737.s1} 
+tr {05738.t1} {05737.p1|05738.p0} {05738.s1} -> {05738.p1|05739.p0} {05738.s2} 
+tr {05738.t2} {05738.s2} -> {05738.s1} 
+tr {05739.t1} {05738.p1|05739.p0} {05739.s1} -> {05739.p1|05740.p0} {05739.s2} 
+tr {05739.t2} {05739.s2} -> {05739.s1} 
+tr {05740.t1} {05739.p1|05740.p0} {05740.s1} -> {05740.p1|05741.p0} {05740.s2} 
+tr {05740.t2} {05740.s2} -> {05740.s1} 
+tr {05741.t1} {05740.p1|05741.p0} {05741.s1} -> {05741.p1|05742.p0} {05741.s2} 
+tr {05741.t2} {05741.s2} -> {05741.s1} 
+tr {05742.t1} {05741.p1|05742.p0} {05742.s1} -> {05742.p1|05743.p0} {05742.s2} 
+tr {05742.t2} {05742.s2} -> {05742.s1} 
+tr {05743.t1} {05742.p1|05743.p0} {05743.s1} -> {05743.p1|05744.p0} {05743.s2} 
+tr {05743.t2} {05743.s2} -> {05743.s1} 
+tr {05744.t1} {05743.p1|05744.p0} {05744.s1} -> {05744.p1|05745.p0} {05744.s2} 
+tr {05744.t2} {05744.s2} -> {05744.s1} 
+tr {05745.t1} {05744.p1|05745.p0} {05745.s1} -> {05745.p1|05746.p0} {05745.s2} 
+tr {05745.t2} {05745.s2} -> {05745.s1} 
+tr {05746.t1} {05745.p1|05746.p0} {05746.s1} -> {05746.p1|05747.p0} {05746.s2} 
+tr {05746.t2} {05746.s2} -> {05746.s1} 
+tr {05747.t1} {05746.p1|05747.p0} {05747.s1} -> {05747.p1|05748.p0} {05747.s2} 
+tr {05747.t2} {05747.s2} -> {05747.s1} 
+tr {05748.t1} {05747.p1|05748.p0} {05748.s1} -> {05748.p1|05749.p0} {05748.s2} 
+tr {05748.t2} {05748.s2} -> {05748.s1} 
+tr {05749.t1} {05748.p1|05749.p0} {05749.s1} -> {05749.p1|05750.p0} {05749.s2} 
+tr {05749.t2} {05749.s2} -> {05749.s1} 
+tr {05750.t1} {05749.p1|05750.p0} {05750.s1} -> {05750.p1|05751.p0} {05750.s2} 
+tr {05750.t2} {05750.s2} -> {05750.s1} 
+tr {05751.t1} {05750.p1|05751.p0} {05751.s1} -> {05751.p1|05752.p0} {05751.s2} 
+tr {05751.t2} {05751.s2} -> {05751.s1} 
+tr {05752.t1} {05751.p1|05752.p0} {05752.s1} -> {05752.p1|05753.p0} {05752.s2} 
+tr {05752.t2} {05752.s2} -> {05752.s1} 
+tr {05753.t1} {05752.p1|05753.p0} {05753.s1} -> {05753.p1|05754.p0} {05753.s2} 
+tr {05753.t2} {05753.s2} -> {05753.s1} 
+tr {05754.t1} {05753.p1|05754.p0} {05754.s1} -> {05754.p1|05755.p0} {05754.s2} 
+tr {05754.t2} {05754.s2} -> {05754.s1} 
+tr {05755.t1} {05754.p1|05755.p0} {05755.s1} -> {05755.p1|05756.p0} {05755.s2} 
+tr {05755.t2} {05755.s2} -> {05755.s1} 
+tr {05756.t1} {05755.p1|05756.p0} {05756.s1} -> {05756.p1|05757.p0} {05756.s2} 
+tr {05756.t2} {05756.s2} -> {05756.s1} 
+tr {05757.t1} {05756.p1|05757.p0} {05757.s1} -> {05757.p1|05758.p0} {05757.s2} 
+tr {05757.t2} {05757.s2} -> {05757.s1} 
+tr {05758.t1} {05757.p1|05758.p0} {05758.s1} -> {05758.p1|05759.p0} {05758.s2} 
+tr {05758.t2} {05758.s2} -> {05758.s1} 
+tr {05759.t1} {05758.p1|05759.p0} {05759.s1} -> {05759.p1|05760.p0} {05759.s2} 
+tr {05759.t2} {05759.s2} -> {05759.s1} 
+tr {05760.t1} {05759.p1|05760.p0} {05760.s1} -> {05760.p1|05761.p0} {05760.s2} 
+tr {05760.t2} {05760.s2} -> {05760.s1} 
+tr {05761.t1} {05760.p1|05761.p0} {05761.s1} -> {05761.p1|05762.p0} {05761.s2} 
+tr {05761.t2} {05761.s2} -> {05761.s1} 
+tr {05762.t1} {05761.p1|05762.p0} {05762.s1} -> {05762.p1|05763.p0} {05762.s2} 
+tr {05762.t2} {05762.s2} -> {05762.s1} 
+tr {05763.t1} {05762.p1|05763.p0} {05763.s1} -> {05763.p1|05764.p0} {05763.s2} 
+tr {05763.t2} {05763.s2} -> {05763.s1} 
+tr {05764.t1} {05763.p1|05764.p0} {05764.s1} -> {05764.p1|05765.p0} {05764.s2} 
+tr {05764.t2} {05764.s2} -> {05764.s1} 
+tr {05765.t1} {05764.p1|05765.p0} {05765.s1} -> {05765.p1|05766.p0} {05765.s2} 
+tr {05765.t2} {05765.s2} -> {05765.s1} 
+tr {05766.t1} {05765.p1|05766.p0} {05766.s1} -> {05766.p1|05767.p0} {05766.s2} 
+tr {05766.t2} {05766.s2} -> {05766.s1} 
+tr {05767.t1} {05766.p1|05767.p0} {05767.s1} -> {05767.p1|05768.p0} {05767.s2} 
+tr {05767.t2} {05767.s2} -> {05767.s1} 
+tr {05768.t1} {05767.p1|05768.p0} {05768.s1} -> {05768.p1|05769.p0} {05768.s2} 
+tr {05768.t2} {05768.s2} -> {05768.s1} 
+tr {05769.t1} {05768.p1|05769.p0} {05769.s1} -> {05769.p1|05770.p0} {05769.s2} 
+tr {05769.t2} {05769.s2} -> {05769.s1} 
+tr {05770.t1} {05769.p1|05770.p0} {05770.s1} -> {05770.p1|05771.p0} {05770.s2} 
+tr {05770.t2} {05770.s2} -> {05770.s1} 
+tr {05771.t1} {05770.p1|05771.p0} {05771.s1} -> {05771.p1|05772.p0} {05771.s2} 
+tr {05771.t2} {05771.s2} -> {05771.s1} 
+tr {05772.t1} {05771.p1|05772.p0} {05772.s1} -> {05772.p1|05773.p0} {05772.s2} 
+tr {05772.t2} {05772.s2} -> {05772.s1} 
+tr {05773.t1} {05772.p1|05773.p0} {05773.s1} -> {05773.p1|05774.p0} {05773.s2} 
+tr {05773.t2} {05773.s2} -> {05773.s1} 
+tr {05774.t1} {05773.p1|05774.p0} {05774.s1} -> {05774.p1|05775.p0} {05774.s2} 
+tr {05774.t2} {05774.s2} -> {05774.s1} 
+tr {05775.t1} {05774.p1|05775.p0} {05775.s1} -> {05775.p1|05776.p0} {05775.s2} 
+tr {05775.t2} {05775.s2} -> {05775.s1} 
+tr {05776.t1} {05775.p1|05776.p0} {05776.s1} -> {05776.p1|05777.p0} {05776.s2} 
+tr {05776.t2} {05776.s2} -> {05776.s1} 
+tr {05777.t1} {05776.p1|05777.p0} {05777.s1} -> {05777.p1|05778.p0} {05777.s2} 
+tr {05777.t2} {05777.s2} -> {05777.s1} 
+tr {05778.t1} {05777.p1|05778.p0} {05778.s1} -> {05778.p1|05779.p0} {05778.s2} 
+tr {05778.t2} {05778.s2} -> {05778.s1} 
+tr {05779.t1} {05778.p1|05779.p0} {05779.s1} -> {05779.p1|05780.p0} {05779.s2} 
+tr {05779.t2} {05779.s2} -> {05779.s1} 
+tr {05780.t1} {05779.p1|05780.p0} {05780.s1} -> {05780.p1|05781.p0} {05780.s2} 
+tr {05780.t2} {05780.s2} -> {05780.s1} 
+tr {05781.t1} {05780.p1|05781.p0} {05781.s1} -> {05781.p1|05782.p0} {05781.s2} 
+tr {05781.t2} {05781.s2} -> {05781.s1} 
+tr {05782.t1} {05781.p1|05782.p0} {05782.s1} -> {05782.p1|05783.p0} {05782.s2} 
+tr {05782.t2} {05782.s2} -> {05782.s1} 
+tr {05783.t1} {05782.p1|05783.p0} {05783.s1} -> {05783.p1|05784.p0} {05783.s2} 
+tr {05783.t2} {05783.s2} -> {05783.s1} 
+tr {05784.t1} {05783.p1|05784.p0} {05784.s1} -> {05784.p1|05785.p0} {05784.s2} 
+tr {05784.t2} {05784.s2} -> {05784.s1} 
+tr {05785.t1} {05784.p1|05785.p0} {05785.s1} -> {05785.p1|05786.p0} {05785.s2} 
+tr {05785.t2} {05785.s2} -> {05785.s1} 
+tr {05786.t1} {05785.p1|05786.p0} {05786.s1} -> {05786.p1|05787.p0} {05786.s2} 
+tr {05786.t2} {05786.s2} -> {05786.s1} 
+tr {05787.t1} {05786.p1|05787.p0} {05787.s1} -> {05787.p1|05788.p0} {05787.s2} 
+tr {05787.t2} {05787.s2} -> {05787.s1} 
+tr {05788.t1} {05787.p1|05788.p0} {05788.s1} -> {05788.p1|05789.p0} {05788.s2} 
+tr {05788.t2} {05788.s2} -> {05788.s1} 
+tr {05789.t1} {05788.p1|05789.p0} {05789.s1} -> {05789.p1|05790.p0} {05789.s2} 
+tr {05789.t2} {05789.s2} -> {05789.s1} 
+tr {05790.t1} {05789.p1|05790.p0} {05790.s1} -> {05790.p1|05791.p0} {05790.s2} 
+tr {05790.t2} {05790.s2} -> {05790.s1} 
+tr {05791.t1} {05790.p1|05791.p0} {05791.s1} -> {05791.p1|05792.p0} {05791.s2} 
+tr {05791.t2} {05791.s2} -> {05791.s1} 
+tr {05792.t1} {05791.p1|05792.p0} {05792.s1} -> {05792.p1|05793.p0} {05792.s2} 
+tr {05792.t2} {05792.s2} -> {05792.s1} 
+tr {05793.t1} {05792.p1|05793.p0} {05793.s1} -> {05793.p1|05794.p0} {05793.s2} 
+tr {05793.t2} {05793.s2} -> {05793.s1} 
+tr {05794.t1} {05793.p1|05794.p0} {05794.s1} -> {05794.p1|05795.p0} {05794.s2} 
+tr {05794.t2} {05794.s2} -> {05794.s1} 
+tr {05795.t1} {05794.p1|05795.p0} {05795.s1} -> {05795.p1|05796.p0} {05795.s2} 
+tr {05795.t2} {05795.s2} -> {05795.s1} 
+tr {05796.t1} {05795.p1|05796.p0} {05796.s1} -> {05796.p1|05797.p0} {05796.s2} 
+tr {05796.t2} {05796.s2} -> {05796.s1} 
+tr {05797.t1} {05796.p1|05797.p0} {05797.s1} -> {05797.p1|05798.p0} {05797.s2} 
+tr {05797.t2} {05797.s2} -> {05797.s1} 
+tr {05798.t1} {05797.p1|05798.p0} {05798.s1} -> {05798.p1|05799.p0} {05798.s2} 
+tr {05798.t2} {05798.s2} -> {05798.s1} 
+tr {05799.t1} {05798.p1|05799.p0} {05799.s1} -> {05799.p1|05800.p0} {05799.s2} 
+tr {05799.t2} {05799.s2} -> {05799.s1} 
+tr {05800.t1} {05799.p1|05800.p0} {05800.s1} -> {05800.p1|05801.p0} {05800.s2} 
+tr {05800.t2} {05800.s2} -> {05800.s1} 
+tr {05801.t1} {05800.p1|05801.p0} {05801.s1} -> {05801.p1|05802.p0} {05801.s2} 
+tr {05801.t2} {05801.s2} -> {05801.s1} 
+tr {05802.t1} {05801.p1|05802.p0} {05802.s1} -> {05802.p1|05803.p0} {05802.s2} 
+tr {05802.t2} {05802.s2} -> {05802.s1} 
+tr {05803.t1} {05802.p1|05803.p0} {05803.s1} -> {05803.p1|05804.p0} {05803.s2} 
+tr {05803.t2} {05803.s2} -> {05803.s1} 
+tr {05804.t1} {05803.p1|05804.p0} {05804.s1} -> {05804.p1|05805.p0} {05804.s2} 
+tr {05804.t2} {05804.s2} -> {05804.s1} 
+tr {05805.t1} {05804.p1|05805.p0} {05805.s1} -> {05805.p1|05806.p0} {05805.s2} 
+tr {05805.t2} {05805.s2} -> {05805.s1} 
+tr {05806.t1} {05805.p1|05806.p0} {05806.s1} -> {05806.p1|05807.p0} {05806.s2} 
+tr {05806.t2} {05806.s2} -> {05806.s1} 
+tr {05807.t1} {05806.p1|05807.p0} {05807.s1} -> {05807.p1|05808.p0} {05807.s2} 
+tr {05807.t2} {05807.s2} -> {05807.s1} 
+tr {05808.t1} {05807.p1|05808.p0} {05808.s1} -> {05808.p1|05809.p0} {05808.s2} 
+tr {05808.t2} {05808.s2} -> {05808.s1} 
+tr {05809.t1} {05808.p1|05809.p0} {05809.s1} -> {05809.p1|05810.p0} {05809.s2} 
+tr {05809.t2} {05809.s2} -> {05809.s1} 
+tr {05810.t1} {05809.p1|05810.p0} {05810.s1} -> {05810.p1|05811.p0} {05810.s2} 
+tr {05810.t2} {05810.s2} -> {05810.s1} 
+tr {05811.t1} {05810.p1|05811.p0} {05811.s1} -> {05811.p1|05812.p0} {05811.s2} 
+tr {05811.t2} {05811.s2} -> {05811.s1} 
+tr {05812.t1} {05811.p1|05812.p0} {05812.s1} -> {05812.p1|05813.p0} {05812.s2} 
+tr {05812.t2} {05812.s2} -> {05812.s1} 
+tr {05813.t1} {05812.p1|05813.p0} {05813.s1} -> {05813.p1|05814.p0} {05813.s2} 
+tr {05813.t2} {05813.s2} -> {05813.s1} 
+tr {05814.t1} {05813.p1|05814.p0} {05814.s1} -> {05814.p1|05815.p0} {05814.s2} 
+tr {05814.t2} {05814.s2} -> {05814.s1} 
+tr {05815.t1} {05814.p1|05815.p0} {05815.s1} -> {05815.p1|05816.p0} {05815.s2} 
+tr {05815.t2} {05815.s2} -> {05815.s1} 
+tr {05816.t1} {05815.p1|05816.p0} {05816.s1} -> {05816.p1|05817.p0} {05816.s2} 
+tr {05816.t2} {05816.s2} -> {05816.s1} 
+tr {05817.t1} {05816.p1|05817.p0} {05817.s1} -> {05817.p1|05818.p0} {05817.s2} 
+tr {05817.t2} {05817.s2} -> {05817.s1} 
+tr {05818.t1} {05817.p1|05818.p0} {05818.s1} -> {05818.p1|05819.p0} {05818.s2} 
+tr {05818.t2} {05818.s2} -> {05818.s1} 
+tr {05819.t1} {05818.p1|05819.p0} {05819.s1} -> {05819.p1|05820.p0} {05819.s2} 
+tr {05819.t2} {05819.s2} -> {05819.s1} 
+tr {05820.t1} {05819.p1|05820.p0} {05820.s1} -> {05820.p1|05821.p0} {05820.s2} 
+tr {05820.t2} {05820.s2} -> {05820.s1} 
+tr {05821.t1} {05820.p1|05821.p0} {05821.s1} -> {05821.p1|05822.p0} {05821.s2} 
+tr {05821.t2} {05821.s2} -> {05821.s1} 
+tr {05822.t1} {05821.p1|05822.p0} {05822.s1} -> {05822.p1|05823.p0} {05822.s2} 
+tr {05822.t2} {05822.s2} -> {05822.s1} 
+tr {05823.t1} {05822.p1|05823.p0} {05823.s1} -> {05823.p1|05824.p0} {05823.s2} 
+tr {05823.t2} {05823.s2} -> {05823.s1} 
+tr {05824.t1} {05823.p1|05824.p0} {05824.s1} -> {05824.p1|05825.p0} {05824.s2} 
+tr {05824.t2} {05824.s2} -> {05824.s1} 
+tr {05825.t1} {05824.p1|05825.p0} {05825.s1} -> {05825.p1|05826.p0} {05825.s2} 
+tr {05825.t2} {05825.s2} -> {05825.s1} 
+tr {05826.t1} {05825.p1|05826.p0} {05826.s1} -> {05826.p1|05827.p0} {05826.s2} 
+tr {05826.t2} {05826.s2} -> {05826.s1} 
+tr {05827.t1} {05826.p1|05827.p0} {05827.s1} -> {05827.p1|05828.p0} {05827.s2} 
+tr {05827.t2} {05827.s2} -> {05827.s1} 
+tr {05828.t1} {05827.p1|05828.p0} {05828.s1} -> {05828.p1|05829.p0} {05828.s2} 
+tr {05828.t2} {05828.s2} -> {05828.s1} 
+tr {05829.t1} {05828.p1|05829.p0} {05829.s1} -> {05829.p1|05830.p0} {05829.s2} 
+tr {05829.t2} {05829.s2} -> {05829.s1} 
+tr {05830.t1} {05829.p1|05830.p0} {05830.s1} -> {05830.p1|05831.p0} {05830.s2} 
+tr {05830.t2} {05830.s2} -> {05830.s1} 
+tr {05831.t1} {05830.p1|05831.p0} {05831.s1} -> {05831.p1|05832.p0} {05831.s2} 
+tr {05831.t2} {05831.s2} -> {05831.s1} 
+tr {05832.t1} {05831.p1|05832.p0} {05832.s1} -> {05832.p1|05833.p0} {05832.s2} 
+tr {05832.t2} {05832.s2} -> {05832.s1} 
+tr {05833.t1} {05832.p1|05833.p0} {05833.s1} -> {05833.p1|05834.p0} {05833.s2} 
+tr {05833.t2} {05833.s2} -> {05833.s1} 
+tr {05834.t1} {05833.p1|05834.p0} {05834.s1} -> {05834.p1|05835.p0} {05834.s2} 
+tr {05834.t2} {05834.s2} -> {05834.s1} 
+tr {05835.t1} {05834.p1|05835.p0} {05835.s1} -> {05835.p1|05836.p0} {05835.s2} 
+tr {05835.t2} {05835.s2} -> {05835.s1} 
+tr {05836.t1} {05835.p1|05836.p0} {05836.s1} -> {05836.p1|05837.p0} {05836.s2} 
+tr {05836.t2} {05836.s2} -> {05836.s1} 
+tr {05837.t1} {05836.p1|05837.p0} {05837.s1} -> {05837.p1|05838.p0} {05837.s2} 
+tr {05837.t2} {05837.s2} -> {05837.s1} 
+tr {05838.t1} {05837.p1|05838.p0} {05838.s1} -> {05838.p1|05839.p0} {05838.s2} 
+tr {05838.t2} {05838.s2} -> {05838.s1} 
+tr {05839.t1} {05838.p1|05839.p0} {05839.s1} -> {05839.p1|05840.p0} {05839.s2} 
+tr {05839.t2} {05839.s2} -> {05839.s1} 
+tr {05840.t1} {05839.p1|05840.p0} {05840.s1} -> {05840.p1|05841.p0} {05840.s2} 
+tr {05840.t2} {05840.s2} -> {05840.s1} 
+tr {05841.t1} {05840.p1|05841.p0} {05841.s1} -> {05841.p1|05842.p0} {05841.s2} 
+tr {05841.t2} {05841.s2} -> {05841.s1} 
+tr {05842.t1} {05841.p1|05842.p0} {05842.s1} -> {05842.p1|05843.p0} {05842.s2} 
+tr {05842.t2} {05842.s2} -> {05842.s1} 
+tr {05843.t1} {05842.p1|05843.p0} {05843.s1} -> {05843.p1|05844.p0} {05843.s2} 
+tr {05843.t2} {05843.s2} -> {05843.s1} 
+tr {05844.t1} {05843.p1|05844.p0} {05844.s1} -> {05844.p1|05845.p0} {05844.s2} 
+tr {05844.t2} {05844.s2} -> {05844.s1} 
+tr {05845.t1} {05844.p1|05845.p0} {05845.s1} -> {05845.p1|05846.p0} {05845.s2} 
+tr {05845.t2} {05845.s2} -> {05845.s1} 
+tr {05846.t1} {05845.p1|05846.p0} {05846.s1} -> {05846.p1|05847.p0} {05846.s2} 
+tr {05846.t2} {05846.s2} -> {05846.s1} 
+tr {05847.t1} {05846.p1|05847.p0} {05847.s1} -> {05847.p1|05848.p0} {05847.s2} 
+tr {05847.t2} {05847.s2} -> {05847.s1} 
+tr {05848.t1} {05847.p1|05848.p0} {05848.s1} -> {05848.p1|05849.p0} {05848.s2} 
+tr {05848.t2} {05848.s2} -> {05848.s1} 
+tr {05849.t1} {05848.p1|05849.p0} {05849.s1} -> {05849.p1|05850.p0} {05849.s2} 
+tr {05849.t2} {05849.s2} -> {05849.s1} 
+tr {05850.t1} {05849.p1|05850.p0} {05850.s1} -> {05850.p1|05851.p0} {05850.s2} 
+tr {05850.t2} {05850.s2} -> {05850.s1} 
+tr {05851.t1} {05850.p1|05851.p0} {05851.s1} -> {05851.p1|05852.p0} {05851.s2} 
+tr {05851.t2} {05851.s2} -> {05851.s1} 
+tr {05852.t1} {05851.p1|05852.p0} {05852.s1} -> {05852.p1|05853.p0} {05852.s2} 
+tr {05852.t2} {05852.s2} -> {05852.s1} 
+tr {05853.t1} {05852.p1|05853.p0} {05853.s1} -> {05853.p1|05854.p0} {05853.s2} 
+tr {05853.t2} {05853.s2} -> {05853.s1} 
+tr {05854.t1} {05853.p1|05854.p0} {05854.s1} -> {05854.p1|05855.p0} {05854.s2} 
+tr {05854.t2} {05854.s2} -> {05854.s1} 
+tr {05855.t1} {05854.p1|05855.p0} {05855.s1} -> {05855.p1|05856.p0} {05855.s2} 
+tr {05855.t2} {05855.s2} -> {05855.s1} 
+tr {05856.t1} {05855.p1|05856.p0} {05856.s1} -> {05856.p1|05857.p0} {05856.s2} 
+tr {05856.t2} {05856.s2} -> {05856.s1} 
+tr {05857.t1} {05856.p1|05857.p0} {05857.s1} -> {05857.p1|05858.p0} {05857.s2} 
+tr {05857.t2} {05857.s2} -> {05857.s1} 
+tr {05858.t1} {05857.p1|05858.p0} {05858.s1} -> {05858.p1|05859.p0} {05858.s2} 
+tr {05858.t2} {05858.s2} -> {05858.s1} 
+tr {05859.t1} {05858.p1|05859.p0} {05859.s1} -> {05859.p1|05860.p0} {05859.s2} 
+tr {05859.t2} {05859.s2} -> {05859.s1} 
+tr {05860.t1} {05859.p1|05860.p0} {05860.s1} -> {05860.p1|05861.p0} {05860.s2} 
+tr {05860.t2} {05860.s2} -> {05860.s1} 
+tr {05861.t1} {05860.p1|05861.p0} {05861.s1} -> {05861.p1|05862.p0} {05861.s2} 
+tr {05861.t2} {05861.s2} -> {05861.s1} 
+tr {05862.t1} {05861.p1|05862.p0} {05862.s1} -> {05862.p1|05863.p0} {05862.s2} 
+tr {05862.t2} {05862.s2} -> {05862.s1} 
+tr {05863.t1} {05862.p1|05863.p0} {05863.s1} -> {05863.p1|05864.p0} {05863.s2} 
+tr {05863.t2} {05863.s2} -> {05863.s1} 
+tr {05864.t1} {05863.p1|05864.p0} {05864.s1} -> {05864.p1|05865.p0} {05864.s2} 
+tr {05864.t2} {05864.s2} -> {05864.s1} 
+tr {05865.t1} {05864.p1|05865.p0} {05865.s1} -> {05865.p1|05866.p0} {05865.s2} 
+tr {05865.t2} {05865.s2} -> {05865.s1} 
+tr {05866.t1} {05865.p1|05866.p0} {05866.s1} -> {05866.p1|05867.p0} {05866.s2} 
+tr {05866.t2} {05866.s2} -> {05866.s1} 
+tr {05867.t1} {05866.p1|05867.p0} {05867.s1} -> {05867.p1|05868.p0} {05867.s2} 
+tr {05867.t2} {05867.s2} -> {05867.s1} 
+tr {05868.t1} {05867.p1|05868.p0} {05868.s1} -> {05868.p1|05869.p0} {05868.s2} 
+tr {05868.t2} {05868.s2} -> {05868.s1} 
+tr {05869.t1} {05868.p1|05869.p0} {05869.s1} -> {05869.p1|05870.p0} {05869.s2} 
+tr {05869.t2} {05869.s2} -> {05869.s1} 
+tr {05870.t1} {05869.p1|05870.p0} {05870.s1} -> {05870.p1|05871.p0} {05870.s2} 
+tr {05870.t2} {05870.s2} -> {05870.s1} 
+tr {05871.t1} {05870.p1|05871.p0} {05871.s1} -> {05871.p1|05872.p0} {05871.s2} 
+tr {05871.t2} {05871.s2} -> {05871.s1} 
+tr {05872.t1} {05871.p1|05872.p0} {05872.s1} -> {05872.p1|05873.p0} {05872.s2} 
+tr {05872.t2} {05872.s2} -> {05872.s1} 
+tr {05873.t1} {05872.p1|05873.p0} {05873.s1} -> {05873.p1|05874.p0} {05873.s2} 
+tr {05873.t2} {05873.s2} -> {05873.s1} 
+tr {05874.t1} {05873.p1|05874.p0} {05874.s1} -> {05874.p1|05875.p0} {05874.s2} 
+tr {05874.t2} {05874.s2} -> {05874.s1} 
+tr {05875.t1} {05874.p1|05875.p0} {05875.s1} -> {05875.p1|05876.p0} {05875.s2} 
+tr {05875.t2} {05875.s2} -> {05875.s1} 
+tr {05876.t1} {05875.p1|05876.p0} {05876.s1} -> {05876.p1|05877.p0} {05876.s2} 
+tr {05876.t2} {05876.s2} -> {05876.s1} 
+tr {05877.t1} {05876.p1|05877.p0} {05877.s1} -> {05877.p1|05878.p0} {05877.s2} 
+tr {05877.t2} {05877.s2} -> {05877.s1} 
+tr {05878.t1} {05877.p1|05878.p0} {05878.s1} -> {05878.p1|05879.p0} {05878.s2} 
+tr {05878.t2} {05878.s2} -> {05878.s1} 
+tr {05879.t1} {05878.p1|05879.p0} {05879.s1} -> {05879.p1|05880.p0} {05879.s2} 
+tr {05879.t2} {05879.s2} -> {05879.s1} 
+tr {05880.t1} {05879.p1|05880.p0} {05880.s1} -> {05880.p1|05881.p0} {05880.s2} 
+tr {05880.t2} {05880.s2} -> {05880.s1} 
+tr {05881.t1} {05880.p1|05881.p0} {05881.s1} -> {05881.p1|05882.p0} {05881.s2} 
+tr {05881.t2} {05881.s2} -> {05881.s1} 
+tr {05882.t1} {05881.p1|05882.p0} {05882.s1} -> {05882.p1|05883.p0} {05882.s2} 
+tr {05882.t2} {05882.s2} -> {05882.s1} 
+tr {05883.t1} {05882.p1|05883.p0} {05883.s1} -> {05883.p1|05884.p0} {05883.s2} 
+tr {05883.t2} {05883.s2} -> {05883.s1} 
+tr {05884.t1} {05883.p1|05884.p0} {05884.s1} -> {05884.p1|05885.p0} {05884.s2} 
+tr {05884.t2} {05884.s2} -> {05884.s1} 
+tr {05885.t1} {05884.p1|05885.p0} {05885.s1} -> {05885.p1|05886.p0} {05885.s2} 
+tr {05885.t2} {05885.s2} -> {05885.s1} 
+tr {05886.t1} {05885.p1|05886.p0} {05886.s1} -> {05886.p1|05887.p0} {05886.s2} 
+tr {05886.t2} {05886.s2} -> {05886.s1} 
+tr {05887.t1} {05886.p1|05887.p0} {05887.s1} -> {05887.p1|05888.p0} {05887.s2} 
+tr {05887.t2} {05887.s2} -> {05887.s1} 
+tr {05888.t1} {05887.p1|05888.p0} {05888.s1} -> {05888.p1|05889.p0} {05888.s2} 
+tr {05888.t2} {05888.s2} -> {05888.s1} 
+tr {05889.t1} {05888.p1|05889.p0} {05889.s1} -> {05889.p1|05890.p0} {05889.s2} 
+tr {05889.t2} {05889.s2} -> {05889.s1} 
+tr {05890.t1} {05889.p1|05890.p0} {05890.s1} -> {05890.p1|05891.p0} {05890.s2} 
+tr {05890.t2} {05890.s2} -> {05890.s1} 
+tr {05891.t1} {05890.p1|05891.p0} {05891.s1} -> {05891.p1|05892.p0} {05891.s2} 
+tr {05891.t2} {05891.s2} -> {05891.s1} 
+tr {05892.t1} {05891.p1|05892.p0} {05892.s1} -> {05892.p1|05893.p0} {05892.s2} 
+tr {05892.t2} {05892.s2} -> {05892.s1} 
+tr {05893.t1} {05892.p1|05893.p0} {05893.s1} -> {05893.p1|05894.p0} {05893.s2} 
+tr {05893.t2} {05893.s2} -> {05893.s1} 
+tr {05894.t1} {05893.p1|05894.p0} {05894.s1} -> {05894.p1|05895.p0} {05894.s2} 
+tr {05894.t2} {05894.s2} -> {05894.s1} 
+tr {05895.t1} {05894.p1|05895.p0} {05895.s1} -> {05895.p1|05896.p0} {05895.s2} 
+tr {05895.t2} {05895.s2} -> {05895.s1} 
+tr {05896.t1} {05895.p1|05896.p0} {05896.s1} -> {05896.p1|05897.p0} {05896.s2} 
+tr {05896.t2} {05896.s2} -> {05896.s1} 
+tr {05897.t1} {05896.p1|05897.p0} {05897.s1} -> {05897.p1|05898.p0} {05897.s2} 
+tr {05897.t2} {05897.s2} -> {05897.s1} 
+tr {05898.t1} {05897.p1|05898.p0} {05898.s1} -> {05898.p1|05899.p0} {05898.s2} 
+tr {05898.t2} {05898.s2} -> {05898.s1} 
+tr {05899.t1} {05898.p1|05899.p0} {05899.s1} -> {05899.p1|05900.p0} {05899.s2} 
+tr {05899.t2} {05899.s2} -> {05899.s1} 
+tr {05900.t1} {05899.p1|05900.p0} {05900.s1} -> {05900.p1|05901.p0} {05900.s2} 
+tr {05900.t2} {05900.s2} -> {05900.s1} 
+tr {05901.t1} {05900.p1|05901.p0} {05901.s1} -> {05901.p1|05902.p0} {05901.s2} 
+tr {05901.t2} {05901.s2} -> {05901.s1} 
+tr {05902.t1} {05901.p1|05902.p0} {05902.s1} -> {05902.p1|05903.p0} {05902.s2} 
+tr {05902.t2} {05902.s2} -> {05902.s1} 
+tr {05903.t1} {05902.p1|05903.p0} {05903.s1} -> {05903.p1|05904.p0} {05903.s2} 
+tr {05903.t2} {05903.s2} -> {05903.s1} 
+tr {05904.t1} {05903.p1|05904.p0} {05904.s1} -> {05904.p1|05905.p0} {05904.s2} 
+tr {05904.t2} {05904.s2} -> {05904.s1} 
+tr {05905.t1} {05904.p1|05905.p0} {05905.s1} -> {05905.p1|05906.p0} {05905.s2} 
+tr {05905.t2} {05905.s2} -> {05905.s1} 
+tr {05906.t1} {05905.p1|05906.p0} {05906.s1} -> {05906.p1|05907.p0} {05906.s2} 
+tr {05906.t2} {05906.s2} -> {05906.s1} 
+tr {05907.t1} {05906.p1|05907.p0} {05907.s1} -> {05907.p1|05908.p0} {05907.s2} 
+tr {05907.t2} {05907.s2} -> {05907.s1} 
+tr {05908.t1} {05907.p1|05908.p0} {05908.s1} -> {05908.p1|05909.p0} {05908.s2} 
+tr {05908.t2} {05908.s2} -> {05908.s1} 
+tr {05909.t1} {05908.p1|05909.p0} {05909.s1} -> {05909.p1|05910.p0} {05909.s2} 
+tr {05909.t2} {05909.s2} -> {05909.s1} 
+tr {05910.t1} {05909.p1|05910.p0} {05910.s1} -> {05910.p1|05911.p0} {05910.s2} 
+tr {05910.t2} {05910.s2} -> {05910.s1} 
+tr {05911.t1} {05910.p1|05911.p0} {05911.s1} -> {05911.p1|05912.p0} {05911.s2} 
+tr {05911.t2} {05911.s2} -> {05911.s1} 
+tr {05912.t1} {05911.p1|05912.p0} {05912.s1} -> {05912.p1|05913.p0} {05912.s2} 
+tr {05912.t2} {05912.s2} -> {05912.s1} 
+tr {05913.t1} {05912.p1|05913.p0} {05913.s1} -> {05913.p1|05914.p0} {05913.s2} 
+tr {05913.t2} {05913.s2} -> {05913.s1} 
+tr {05914.t1} {05913.p1|05914.p0} {05914.s1} -> {05914.p1|05915.p0} {05914.s2} 
+tr {05914.t2} {05914.s2} -> {05914.s1} 
+tr {05915.t1} {05914.p1|05915.p0} {05915.s1} -> {05915.p1|05916.p0} {05915.s2} 
+tr {05915.t2} {05915.s2} -> {05915.s1} 
+tr {05916.t1} {05915.p1|05916.p0} {05916.s1} -> {05916.p1|05917.p0} {05916.s2} 
+tr {05916.t2} {05916.s2} -> {05916.s1} 
+tr {05917.t1} {05916.p1|05917.p0} {05917.s1} -> {05917.p1|05918.p0} {05917.s2} 
+tr {05917.t2} {05917.s2} -> {05917.s1} 
+tr {05918.t1} {05917.p1|05918.p0} {05918.s1} -> {05918.p1|05919.p0} {05918.s2} 
+tr {05918.t2} {05918.s2} -> {05918.s1} 
+tr {05919.t1} {05918.p1|05919.p0} {05919.s1} -> {05919.p1|05920.p0} {05919.s2} 
+tr {05919.t2} {05919.s2} -> {05919.s1} 
+tr {05920.t1} {05919.p1|05920.p0} {05920.s1} -> {05920.p1|05921.p0} {05920.s2} 
+tr {05920.t2} {05920.s2} -> {05920.s1} 
+tr {05921.t1} {05920.p1|05921.p0} {05921.s1} -> {05921.p1|05922.p0} {05921.s2} 
+tr {05921.t2} {05921.s2} -> {05921.s1} 
+tr {05922.t1} {05921.p1|05922.p0} {05922.s1} -> {05922.p1|05923.p0} {05922.s2} 
+tr {05922.t2} {05922.s2} -> {05922.s1} 
+tr {05923.t1} {05922.p1|05923.p0} {05923.s1} -> {05923.p1|05924.p0} {05923.s2} 
+tr {05923.t2} {05923.s2} -> {05923.s1} 
+tr {05924.t1} {05923.p1|05924.p0} {05924.s1} -> {05924.p1|05925.p0} {05924.s2} 
+tr {05924.t2} {05924.s2} -> {05924.s1} 
+tr {05925.t1} {05924.p1|05925.p0} {05925.s1} -> {05925.p1|05926.p0} {05925.s2} 
+tr {05925.t2} {05925.s2} -> {05925.s1} 
+tr {05926.t1} {05925.p1|05926.p0} {05926.s1} -> {05926.p1|05927.p0} {05926.s2} 
+tr {05926.t2} {05926.s2} -> {05926.s1} 
+tr {05927.t1} {05926.p1|05927.p0} {05927.s1} -> {05927.p1|05928.p0} {05927.s2} 
+tr {05927.t2} {05927.s2} -> {05927.s1} 
+tr {05928.t1} {05927.p1|05928.p0} {05928.s1} -> {05928.p1|05929.p0} {05928.s2} 
+tr {05928.t2} {05928.s2} -> {05928.s1} 
+tr {05929.t1} {05928.p1|05929.p0} {05929.s1} -> {05929.p1|05930.p0} {05929.s2} 
+tr {05929.t2} {05929.s2} -> {05929.s1} 
+tr {05930.t1} {05929.p1|05930.p0} {05930.s1} -> {05930.p1|05931.p0} {05930.s2} 
+tr {05930.t2} {05930.s2} -> {05930.s1} 
+tr {05931.t1} {05930.p1|05931.p0} {05931.s1} -> {05931.p1|05932.p0} {05931.s2} 
+tr {05931.t2} {05931.s2} -> {05931.s1} 
+tr {05932.t1} {05931.p1|05932.p0} {05932.s1} -> {05932.p1|05933.p0} {05932.s2} 
+tr {05932.t2} {05932.s2} -> {05932.s1} 
+tr {05933.t1} {05932.p1|05933.p0} {05933.s1} -> {05933.p1|05934.p0} {05933.s2} 
+tr {05933.t2} {05933.s2} -> {05933.s1} 
+tr {05934.t1} {05933.p1|05934.p0} {05934.s1} -> {05934.p1|05935.p0} {05934.s2} 
+tr {05934.t2} {05934.s2} -> {05934.s1} 
+tr {05935.t1} {05934.p1|05935.p0} {05935.s1} -> {05935.p1|05936.p0} {05935.s2} 
+tr {05935.t2} {05935.s2} -> {05935.s1} 
+tr {05936.t1} {05935.p1|05936.p0} {05936.s1} -> {05936.p1|05937.p0} {05936.s2} 
+tr {05936.t2} {05936.s2} -> {05936.s1} 
+tr {05937.t1} {05936.p1|05937.p0} {05937.s1} -> {05937.p1|05938.p0} {05937.s2} 
+tr {05937.t2} {05937.s2} -> {05937.s1} 
+tr {05938.t1} {05937.p1|05938.p0} {05938.s1} -> {05938.p1|05939.p0} {05938.s2} 
+tr {05938.t2} {05938.s2} -> {05938.s1} 
+tr {05939.t1} {05938.p1|05939.p0} {05939.s1} -> {05939.p1|05940.p0} {05939.s2} 
+tr {05939.t2} {05939.s2} -> {05939.s1} 
+tr {05940.t1} {05939.p1|05940.p0} {05940.s1} -> {05940.p1|05941.p0} {05940.s2} 
+tr {05940.t2} {05940.s2} -> {05940.s1} 
+tr {05941.t1} {05940.p1|05941.p0} {05941.s1} -> {05941.p1|05942.p0} {05941.s2} 
+tr {05941.t2} {05941.s2} -> {05941.s1} 
+tr {05942.t1} {05941.p1|05942.p0} {05942.s1} -> {05942.p1|05943.p0} {05942.s2} 
+tr {05942.t2} {05942.s2} -> {05942.s1} 
+tr {05943.t1} {05942.p1|05943.p0} {05943.s1} -> {05943.p1|05944.p0} {05943.s2} 
+tr {05943.t2} {05943.s2} -> {05943.s1} 
+tr {05944.t1} {05943.p1|05944.p0} {05944.s1} -> {05944.p1|05945.p0} {05944.s2} 
+tr {05944.t2} {05944.s2} -> {05944.s1} 
+tr {05945.t1} {05944.p1|05945.p0} {05945.s1} -> {05945.p1|05946.p0} {05945.s2} 
+tr {05945.t2} {05945.s2} -> {05945.s1} 
+tr {05946.t1} {05945.p1|05946.p0} {05946.s1} -> {05946.p1|05947.p0} {05946.s2} 
+tr {05946.t2} {05946.s2} -> {05946.s1} 
+tr {05947.t1} {05946.p1|05947.p0} {05947.s1} -> {05947.p1|05948.p0} {05947.s2} 
+tr {05947.t2} {05947.s2} -> {05947.s1} 
+tr {05948.t1} {05947.p1|05948.p0} {05948.s1} -> {05948.p1|05949.p0} {05948.s2} 
+tr {05948.t2} {05948.s2} -> {05948.s1} 
+tr {05949.t1} {05948.p1|05949.p0} {05949.s1} -> {05949.p1|05950.p0} {05949.s2} 
+tr {05949.t2} {05949.s2} -> {05949.s1} 
+tr {05950.t1} {05949.p1|05950.p0} {05950.s1} -> {05950.p1|05951.p0} {05950.s2} 
+tr {05950.t2} {05950.s2} -> {05950.s1} 
+tr {05951.t1} {05950.p1|05951.p0} {05951.s1} -> {05951.p1|05952.p0} {05951.s2} 
+tr {05951.t2} {05951.s2} -> {05951.s1} 
+tr {05952.t1} {05951.p1|05952.p0} {05952.s1} -> {05952.p1|05953.p0} {05952.s2} 
+tr {05952.t2} {05952.s2} -> {05952.s1} 
+tr {05953.t1} {05952.p1|05953.p0} {05953.s1} -> {05953.p1|05954.p0} {05953.s2} 
+tr {05953.t2} {05953.s2} -> {05953.s1} 
+tr {05954.t1} {05953.p1|05954.p0} {05954.s1} -> {05954.p1|05955.p0} {05954.s2} 
+tr {05954.t2} {05954.s2} -> {05954.s1} 
+tr {05955.t1} {05954.p1|05955.p0} {05955.s1} -> {05955.p1|05956.p0} {05955.s2} 
+tr {05955.t2} {05955.s2} -> {05955.s1} 
+tr {05956.t1} {05955.p1|05956.p0} {05956.s1} -> {05956.p1|05957.p0} {05956.s2} 
+tr {05956.t2} {05956.s2} -> {05956.s1} 
+tr {05957.t1} {05956.p1|05957.p0} {05957.s1} -> {05957.p1|05958.p0} {05957.s2} 
+tr {05957.t2} {05957.s2} -> {05957.s1} 
+tr {05958.t1} {05957.p1|05958.p0} {05958.s1} -> {05958.p1|05959.p0} {05958.s2} 
+tr {05958.t2} {05958.s2} -> {05958.s1} 
+tr {05959.t1} {05958.p1|05959.p0} {05959.s1} -> {05959.p1|05960.p0} {05959.s2} 
+tr {05959.t2} {05959.s2} -> {05959.s1} 
+tr {05960.t1} {05959.p1|05960.p0} {05960.s1} -> {05960.p1|05961.p0} {05960.s2} 
+tr {05960.t2} {05960.s2} -> {05960.s1} 
+tr {05961.t1} {05960.p1|05961.p0} {05961.s1} -> {05961.p1|05962.p0} {05961.s2} 
+tr {05961.t2} {05961.s2} -> {05961.s1} 
+tr {05962.t1} {05961.p1|05962.p0} {05962.s1} -> {05962.p1|05963.p0} {05962.s2} 
+tr {05962.t2} {05962.s2} -> {05962.s1} 
+tr {05963.t1} {05962.p1|05963.p0} {05963.s1} -> {05963.p1|05964.p0} {05963.s2} 
+tr {05963.t2} {05963.s2} -> {05963.s1} 
+tr {05964.t1} {05963.p1|05964.p0} {05964.s1} -> {05964.p1|05965.p0} {05964.s2} 
+tr {05964.t2} {05964.s2} -> {05964.s1} 
+tr {05965.t1} {05964.p1|05965.p0} {05965.s1} -> {05965.p1|05966.p0} {05965.s2} 
+tr {05965.t2} {05965.s2} -> {05965.s1} 
+tr {05966.t1} {05965.p1|05966.p0} {05966.s1} -> {05966.p1|05967.p0} {05966.s2} 
+tr {05966.t2} {05966.s2} -> {05966.s1} 
+tr {05967.t1} {05966.p1|05967.p0} {05967.s1} -> {05967.p1|05968.p0} {05967.s2} 
+tr {05967.t2} {05967.s2} -> {05967.s1} 
+tr {05968.t1} {05967.p1|05968.p0} {05968.s1} -> {05968.p1|05969.p0} {05968.s2} 
+tr {05968.t2} {05968.s2} -> {05968.s1} 
+tr {05969.t1} {05968.p1|05969.p0} {05969.s1} -> {05969.p1|05970.p0} {05969.s2} 
+tr {05969.t2} {05969.s2} -> {05969.s1} 
+tr {05970.t1} {05969.p1|05970.p0} {05970.s1} -> {05970.p1|05971.p0} {05970.s2} 
+tr {05970.t2} {05970.s2} -> {05970.s1} 
+tr {05971.t1} {05970.p1|05971.p0} {05971.s1} -> {05971.p1|05972.p0} {05971.s2} 
+tr {05971.t2} {05971.s2} -> {05971.s1} 
+tr {05972.t1} {05971.p1|05972.p0} {05972.s1} -> {05972.p1|05973.p0} {05972.s2} 
+tr {05972.t2} {05972.s2} -> {05972.s1} 
+tr {05973.t1} {05972.p1|05973.p0} {05973.s1} -> {05973.p1|05974.p0} {05973.s2} 
+tr {05973.t2} {05973.s2} -> {05973.s1} 
+tr {05974.t1} {05973.p1|05974.p0} {05974.s1} -> {05974.p1|05975.p0} {05974.s2} 
+tr {05974.t2} {05974.s2} -> {05974.s1} 
+tr {05975.t1} {05974.p1|05975.p0} {05975.s1} -> {05975.p1|05976.p0} {05975.s2} 
+tr {05975.t2} {05975.s2} -> {05975.s1} 
+tr {05976.t1} {05975.p1|05976.p0} {05976.s1} -> {05976.p1|05977.p0} {05976.s2} 
+tr {05976.t2} {05976.s2} -> {05976.s1} 
+tr {05977.t1} {05976.p1|05977.p0} {05977.s1} -> {05977.p1|05978.p0} {05977.s2} 
+tr {05977.t2} {05977.s2} -> {05977.s1} 
+tr {05978.t1} {05977.p1|05978.p0} {05978.s1} -> {05978.p1|05979.p0} {05978.s2} 
+tr {05978.t2} {05978.s2} -> {05978.s1} 
+tr {05979.t1} {05978.p1|05979.p0} {05979.s1} -> {05979.p1|05980.p0} {05979.s2} 
+tr {05979.t2} {05979.s2} -> {05979.s1} 
+tr {05980.t1} {05979.p1|05980.p0} {05980.s1} -> {05980.p1|05981.p0} {05980.s2} 
+tr {05980.t2} {05980.s2} -> {05980.s1} 
+tr {05981.t1} {05980.p1|05981.p0} {05981.s1} -> {05981.p1|05982.p0} {05981.s2} 
+tr {05981.t2} {05981.s2} -> {05981.s1} 
+tr {05982.t1} {05981.p1|05982.p0} {05982.s1} -> {05982.p1|05983.p0} {05982.s2} 
+tr {05982.t2} {05982.s2} -> {05982.s1} 
+tr {05983.t1} {05982.p1|05983.p0} {05983.s1} -> {05983.p1|05984.p0} {05983.s2} 
+tr {05983.t2} {05983.s2} -> {05983.s1} 
+tr {05984.t1} {05983.p1|05984.p0} {05984.s1} -> {05984.p1|05985.p0} {05984.s2} 
+tr {05984.t2} {05984.s2} -> {05984.s1} 
+tr {05985.t1} {05984.p1|05985.p0} {05985.s1} -> {05985.p1|05986.p0} {05985.s2} 
+tr {05985.t2} {05985.s2} -> {05985.s1} 
+tr {05986.t1} {05985.p1|05986.p0} {05986.s1} -> {05986.p1|05987.p0} {05986.s2} 
+tr {05986.t2} {05986.s2} -> {05986.s1} 
+tr {05987.t1} {05986.p1|05987.p0} {05987.s1} -> {05987.p1|05988.p0} {05987.s2} 
+tr {05987.t2} {05987.s2} -> {05987.s1} 
+tr {05988.t1} {05987.p1|05988.p0} {05988.s1} -> {05988.p1|05989.p0} {05988.s2} 
+tr {05988.t2} {05988.s2} -> {05988.s1} 
+tr {05989.t1} {05988.p1|05989.p0} {05989.s1} -> {05989.p1|05990.p0} {05989.s2} 
+tr {05989.t2} {05989.s2} -> {05989.s1} 
+tr {05990.t1} {05989.p1|05990.p0} {05990.s1} -> {05990.p1|05991.p0} {05990.s2} 
+tr {05990.t2} {05990.s2} -> {05990.s1} 
+tr {05991.t1} {05990.p1|05991.p0} {05991.s1} -> {05991.p1|05992.p0} {05991.s2} 
+tr {05991.t2} {05991.s2} -> {05991.s1} 
+tr {05992.t1} {05991.p1|05992.p0} {05992.s1} -> {05992.p1|05993.p0} {05992.s2} 
+tr {05992.t2} {05992.s2} -> {05992.s1} 
+tr {05993.t1} {05992.p1|05993.p0} {05993.s1} -> {05993.p1|05994.p0} {05993.s2} 
+tr {05993.t2} {05993.s2} -> {05993.s1} 
+tr {05994.t1} {05993.p1|05994.p0} {05994.s1} -> {05994.p1|05995.p0} {05994.s2} 
+tr {05994.t2} {05994.s2} -> {05994.s1} 
+tr {05995.t1} {05994.p1|05995.p0} {05995.s1} -> {05995.p1|05996.p0} {05995.s2} 
+tr {05995.t2} {05995.s2} -> {05995.s1} 
+tr {05996.t1} {05995.p1|05996.p0} {05996.s1} -> {05996.p1|05997.p0} {05996.s2} 
+tr {05996.t2} {05996.s2} -> {05996.s1} 
+tr {05997.t1} {05996.p1|05997.p0} {05997.s1} -> {05997.p1|05998.p0} {05997.s2} 
+tr {05997.t2} {05997.s2} -> {05997.s1} 
+tr {05998.t1} {05997.p1|05998.p0} {05998.s1} -> {05998.p1|05999.p0} {05998.s2} 
+tr {05998.t2} {05998.s2} -> {05998.s1} 
+tr {05999.t1} {05998.p1|05999.p0} {05999.s1} -> {05999.p1|06000.p0} {05999.s2} 
+tr {05999.t2} {05999.s2} -> {05999.s1} 
+tr {06000.t1} {05999.p1|06000.p0} {06000.s1} -> {06000.p1|06001.p0} {06000.s2} 
+tr {06000.t2} {06000.s2} -> {06000.s1} 
+tr {06001.t1} {06000.p1|06001.p0} {06001.s1} -> {06001.p1|06002.p0} {06001.s2} 
+tr {06001.t2} {06001.s2} -> {06001.s1} 
+tr {06002.t1} {06001.p1|06002.p0} {06002.s1} -> {06002.p1|06003.p0} {06002.s2} 
+tr {06002.t2} {06002.s2} -> {06002.s1} 
+tr {06003.t1} {06002.p1|06003.p0} {06003.s1} -> {06003.p1|06004.p0} {06003.s2} 
+tr {06003.t2} {06003.s2} -> {06003.s1} 
+tr {06004.t1} {06003.p1|06004.p0} {06004.s1} -> {06004.p1|06005.p0} {06004.s2} 
+tr {06004.t2} {06004.s2} -> {06004.s1} 
+tr {06005.t1} {06004.p1|06005.p0} {06005.s1} -> {06005.p1|06006.p0} {06005.s2} 
+tr {06005.t2} {06005.s2} -> {06005.s1} 
+tr {06006.t1} {06005.p1|06006.p0} {06006.s1} -> {06006.p1|06007.p0} {06006.s2} 
+tr {06006.t2} {06006.s2} -> {06006.s1} 
+tr {06007.t1} {06006.p1|06007.p0} {06007.s1} -> {06007.p1|06008.p0} {06007.s2} 
+tr {06007.t2} {06007.s2} -> {06007.s1} 
+tr {06008.t1} {06007.p1|06008.p0} {06008.s1} -> {06008.p1|06009.p0} {06008.s2} 
+tr {06008.t2} {06008.s2} -> {06008.s1} 
+tr {06009.t1} {06008.p1|06009.p0} {06009.s1} -> {06009.p1|06010.p0} {06009.s2} 
+tr {06009.t2} {06009.s2} -> {06009.s1} 
+tr {06010.t1} {06009.p1|06010.p0} {06010.s1} -> {06010.p1|06011.p0} {06010.s2} 
+tr {06010.t2} {06010.s2} -> {06010.s1} 
+tr {06011.t1} {06010.p1|06011.p0} {06011.s1} -> {06011.p1|06012.p0} {06011.s2} 
+tr {06011.t2} {06011.s2} -> {06011.s1} 
+tr {06012.t1} {06011.p1|06012.p0} {06012.s1} -> {06012.p1|06013.p0} {06012.s2} 
+tr {06012.t2} {06012.s2} -> {06012.s1} 
+tr {06013.t1} {06012.p1|06013.p0} {06013.s1} -> {06013.p1|06014.p0} {06013.s2} 
+tr {06013.t2} {06013.s2} -> {06013.s1} 
+tr {06014.t1} {06013.p1|06014.p0} {06014.s1} -> {06014.p1|06015.p0} {06014.s2} 
+tr {06014.t2} {06014.s2} -> {06014.s1} 
+tr {06015.t1} {06014.p1|06015.p0} {06015.s1} -> {06015.p1|06016.p0} {06015.s2} 
+tr {06015.t2} {06015.s2} -> {06015.s1} 
+tr {06016.t1} {06015.p1|06016.p0} {06016.s1} -> {06016.p1|06017.p0} {06016.s2} 
+tr {06016.t2} {06016.s2} -> {06016.s1} 
+tr {06017.t1} {06016.p1|06017.p0} {06017.s1} -> {06017.p1|06018.p0} {06017.s2} 
+tr {06017.t2} {06017.s2} -> {06017.s1} 
+tr {06018.t1} {06017.p1|06018.p0} {06018.s1} -> {06018.p1|06019.p0} {06018.s2} 
+tr {06018.t2} {06018.s2} -> {06018.s1} 
+tr {06019.t1} {06018.p1|06019.p0} {06019.s1} -> {06019.p1|06020.p0} {06019.s2} 
+tr {06019.t2} {06019.s2} -> {06019.s1} 
+tr {06020.t1} {06019.p1|06020.p0} {06020.s1} -> {06020.p1|06021.p0} {06020.s2} 
+tr {06020.t2} {06020.s2} -> {06020.s1} 
+tr {06021.t1} {06020.p1|06021.p0} {06021.s1} -> {06021.p1|06022.p0} {06021.s2} 
+tr {06021.t2} {06021.s2} -> {06021.s1} 
+tr {06022.t1} {06021.p1|06022.p0} {06022.s1} -> {06022.p1|06023.p0} {06022.s2} 
+tr {06022.t2} {06022.s2} -> {06022.s1} 
+tr {06023.t1} {06022.p1|06023.p0} {06023.s1} -> {06023.p1|06024.p0} {06023.s2} 
+tr {06023.t2} {06023.s2} -> {06023.s1} 
+tr {06024.t1} {06023.p1|06024.p0} {06024.s1} -> {06024.p1|06025.p0} {06024.s2} 
+tr {06024.t2} {06024.s2} -> {06024.s1} 
+tr {06025.t1} {06024.p1|06025.p0} {06025.s1} -> {06025.p1|06026.p0} {06025.s2} 
+tr {06025.t2} {06025.s2} -> {06025.s1} 
+tr {06026.t1} {06025.p1|06026.p0} {06026.s1} -> {06026.p1|06027.p0} {06026.s2} 
+tr {06026.t2} {06026.s2} -> {06026.s1} 
+tr {06027.t1} {06026.p1|06027.p0} {06027.s1} -> {06027.p1|06028.p0} {06027.s2} 
+tr {06027.t2} {06027.s2} -> {06027.s1} 
+tr {06028.t1} {06027.p1|06028.p0} {06028.s1} -> {06028.p1|06029.p0} {06028.s2} 
+tr {06028.t2} {06028.s2} -> {06028.s1} 
+tr {06029.t1} {06028.p1|06029.p0} {06029.s1} -> {06029.p1|06030.p0} {06029.s2} 
+tr {06029.t2} {06029.s2} -> {06029.s1} 
+tr {06030.t1} {06029.p1|06030.p0} {06030.s1} -> {06030.p1|06031.p0} {06030.s2} 
+tr {06030.t2} {06030.s2} -> {06030.s1} 
+tr {06031.t1} {06030.p1|06031.p0} {06031.s1} -> {06031.p1|06032.p0} {06031.s2} 
+tr {06031.t2} {06031.s2} -> {06031.s1} 
+tr {06032.t1} {06031.p1|06032.p0} {06032.s1} -> {06032.p1|06033.p0} {06032.s2} 
+tr {06032.t2} {06032.s2} -> {06032.s1} 
+tr {06033.t1} {06032.p1|06033.p0} {06033.s1} -> {06033.p1|06034.p0} {06033.s2} 
+tr {06033.t2} {06033.s2} -> {06033.s1} 
+tr {06034.t1} {06033.p1|06034.p0} {06034.s1} -> {06034.p1|06035.p0} {06034.s2} 
+tr {06034.t2} {06034.s2} -> {06034.s1} 
+tr {06035.t1} {06034.p1|06035.p0} {06035.s1} -> {06035.p1|06036.p0} {06035.s2} 
+tr {06035.t2} {06035.s2} -> {06035.s1} 
+tr {06036.t1} {06035.p1|06036.p0} {06036.s1} -> {06036.p1|06037.p0} {06036.s2} 
+tr {06036.t2} {06036.s2} -> {06036.s1} 
+tr {06037.t1} {06036.p1|06037.p0} {06037.s1} -> {06037.p1|06038.p0} {06037.s2} 
+tr {06037.t2} {06037.s2} -> {06037.s1} 
+tr {06038.t1} {06037.p1|06038.p0} {06038.s1} -> {06038.p1|06039.p0} {06038.s2} 
+tr {06038.t2} {06038.s2} -> {06038.s1} 
+tr {06039.t1} {06038.p1|06039.p0} {06039.s1} -> {06039.p1|06040.p0} {06039.s2} 
+tr {06039.t2} {06039.s2} -> {06039.s1} 
+tr {06040.t1} {06039.p1|06040.p0} {06040.s1} -> {06040.p1|06041.p0} {06040.s2} 
+tr {06040.t2} {06040.s2} -> {06040.s1} 
+tr {06041.t1} {06040.p1|06041.p0} {06041.s1} -> {06041.p1|06042.p0} {06041.s2} 
+tr {06041.t2} {06041.s2} -> {06041.s1} 
+tr {06042.t1} {06041.p1|06042.p0} {06042.s1} -> {06042.p1|06043.p0} {06042.s2} 
+tr {06042.t2} {06042.s2} -> {06042.s1} 
+tr {06043.t1} {06042.p1|06043.p0} {06043.s1} -> {06043.p1|06044.p0} {06043.s2} 
+tr {06043.t2} {06043.s2} -> {06043.s1} 
+tr {06044.t1} {06043.p1|06044.p0} {06044.s1} -> {06044.p1|06045.p0} {06044.s2} 
+tr {06044.t2} {06044.s2} -> {06044.s1} 
+tr {06045.t1} {06044.p1|06045.p0} {06045.s1} -> {06045.p1|06046.p0} {06045.s2} 
+tr {06045.t2} {06045.s2} -> {06045.s1} 
+tr {06046.t1} {06045.p1|06046.p0} {06046.s1} -> {06046.p1|06047.p0} {06046.s2} 
+tr {06046.t2} {06046.s2} -> {06046.s1} 
+tr {06047.t1} {06046.p1|06047.p0} {06047.s1} -> {06047.p1|06048.p0} {06047.s2} 
+tr {06047.t2} {06047.s2} -> {06047.s1} 
+tr {06048.t1} {06047.p1|06048.p0} {06048.s1} -> {06048.p1|06049.p0} {06048.s2} 
+tr {06048.t2} {06048.s2} -> {06048.s1} 
+tr {06049.t1} {06048.p1|06049.p0} {06049.s1} -> {06049.p1|06050.p0} {06049.s2} 
+tr {06049.t2} {06049.s2} -> {06049.s1} 
+tr {06050.t1} {06049.p1|06050.p0} {06050.s1} -> {06050.p1|06051.p0} {06050.s2} 
+tr {06050.t2} {06050.s2} -> {06050.s1} 
+tr {06051.t1} {06050.p1|06051.p0} {06051.s1} -> {06051.p1|06052.p0} {06051.s2} 
+tr {06051.t2} {06051.s2} -> {06051.s1} 
+tr {06052.t1} {06051.p1|06052.p0} {06052.s1} -> {06052.p1|06053.p0} {06052.s2} 
+tr {06052.t2} {06052.s2} -> {06052.s1} 
+tr {06053.t1} {06052.p1|06053.p0} {06053.s1} -> {06053.p1|06054.p0} {06053.s2} 
+tr {06053.t2} {06053.s2} -> {06053.s1} 
+tr {06054.t1} {06053.p1|06054.p0} {06054.s1} -> {06054.p1|06055.p0} {06054.s2} 
+tr {06054.t2} {06054.s2} -> {06054.s1} 
+tr {06055.t1} {06054.p1|06055.p0} {06055.s1} -> {06055.p1|06056.p0} {06055.s2} 
+tr {06055.t2} {06055.s2} -> {06055.s1} 
+tr {06056.t1} {06055.p1|06056.p0} {06056.s1} -> {06056.p1|06057.p0} {06056.s2} 
+tr {06056.t2} {06056.s2} -> {06056.s1} 
+tr {06057.t1} {06056.p1|06057.p0} {06057.s1} -> {06057.p1|06058.p0} {06057.s2} 
+tr {06057.t2} {06057.s2} -> {06057.s1} 
+tr {06058.t1} {06057.p1|06058.p0} {06058.s1} -> {06058.p1|06059.p0} {06058.s2} 
+tr {06058.t2} {06058.s2} -> {06058.s1} 
+tr {06059.t1} {06058.p1|06059.p0} {06059.s1} -> {06059.p1|06060.p0} {06059.s2} 
+tr {06059.t2} {06059.s2} -> {06059.s1} 
+tr {06060.t1} {06059.p1|06060.p0} {06060.s1} -> {06060.p1|06061.p0} {06060.s2} 
+tr {06060.t2} {06060.s2} -> {06060.s1} 
+tr {06061.t1} {06060.p1|06061.p0} {06061.s1} -> {06061.p1|06062.p0} {06061.s2} 
+tr {06061.t2} {06061.s2} -> {06061.s1} 
+tr {06062.t1} {06061.p1|06062.p0} {06062.s1} -> {06062.p1|06063.p0} {06062.s2} 
+tr {06062.t2} {06062.s2} -> {06062.s1} 
+tr {06063.t1} {06062.p1|06063.p0} {06063.s1} -> {06063.p1|06064.p0} {06063.s2} 
+tr {06063.t2} {06063.s2} -> {06063.s1} 
+tr {06064.t1} {06063.p1|06064.p0} {06064.s1} -> {06064.p1|06065.p0} {06064.s2} 
+tr {06064.t2} {06064.s2} -> {06064.s1} 
+tr {06065.t1} {06064.p1|06065.p0} {06065.s1} -> {06065.p1|06066.p0} {06065.s2} 
+tr {06065.t2} {06065.s2} -> {06065.s1} 
+tr {06066.t1} {06065.p1|06066.p0} {06066.s1} -> {06066.p1|06067.p0} {06066.s2} 
+tr {06066.t2} {06066.s2} -> {06066.s1} 
+tr {06067.t1} {06066.p1|06067.p0} {06067.s1} -> {06067.p1|06068.p0} {06067.s2} 
+tr {06067.t2} {06067.s2} -> {06067.s1} 
+tr {06068.t1} {06067.p1|06068.p0} {06068.s1} -> {06068.p1|06069.p0} {06068.s2} 
+tr {06068.t2} {06068.s2} -> {06068.s1} 
+tr {06069.t1} {06068.p1|06069.p0} {06069.s1} -> {06069.p1|06070.p0} {06069.s2} 
+tr {06069.t2} {06069.s2} -> {06069.s1} 
+tr {06070.t1} {06069.p1|06070.p0} {06070.s1} -> {06070.p1|06071.p0} {06070.s2} 
+tr {06070.t2} {06070.s2} -> {06070.s1} 
+tr {06071.t1} {06070.p1|06071.p0} {06071.s1} -> {06071.p1|06072.p0} {06071.s2} 
+tr {06071.t2} {06071.s2} -> {06071.s1} 
+tr {06072.t1} {06071.p1|06072.p0} {06072.s1} -> {06072.p1|06073.p0} {06072.s2} 
+tr {06072.t2} {06072.s2} -> {06072.s1} 
+tr {06073.t1} {06072.p1|06073.p0} {06073.s1} -> {06073.p1|06074.p0} {06073.s2} 
+tr {06073.t2} {06073.s2} -> {06073.s1} 
+tr {06074.t1} {06073.p1|06074.p0} {06074.s1} -> {06074.p1|06075.p0} {06074.s2} 
+tr {06074.t2} {06074.s2} -> {06074.s1} 
+tr {06075.t1} {06074.p1|06075.p0} {06075.s1} -> {06075.p1|06076.p0} {06075.s2} 
+tr {06075.t2} {06075.s2} -> {06075.s1} 
+tr {06076.t1} {06075.p1|06076.p0} {06076.s1} -> {06076.p1|06077.p0} {06076.s2} 
+tr {06076.t2} {06076.s2} -> {06076.s1} 
+tr {06077.t1} {06076.p1|06077.p0} {06077.s1} -> {06077.p1|06078.p0} {06077.s2} 
+tr {06077.t2} {06077.s2} -> {06077.s1} 
+tr {06078.t1} {06077.p1|06078.p0} {06078.s1} -> {06078.p1|06079.p0} {06078.s2} 
+tr {06078.t2} {06078.s2} -> {06078.s1} 
+tr {06079.t1} {06078.p1|06079.p0} {06079.s1} -> {06079.p1|06080.p0} {06079.s2} 
+tr {06079.t2} {06079.s2} -> {06079.s1} 
+tr {06080.t1} {06079.p1|06080.p0} {06080.s1} -> {06080.p1|06081.p0} {06080.s2} 
+tr {06080.t2} {06080.s2} -> {06080.s1} 
+tr {06081.t1} {06080.p1|06081.p0} {06081.s1} -> {06081.p1|06082.p0} {06081.s2} 
+tr {06081.t2} {06081.s2} -> {06081.s1} 
+tr {06082.t1} {06081.p1|06082.p0} {06082.s1} -> {06082.p1|06083.p0} {06082.s2} 
+tr {06082.t2} {06082.s2} -> {06082.s1} 
+tr {06083.t1} {06082.p1|06083.p0} {06083.s1} -> {06083.p1|06084.p0} {06083.s2} 
+tr {06083.t2} {06083.s2} -> {06083.s1} 
+tr {06084.t1} {06083.p1|06084.p0} {06084.s1} -> {06084.p1|06085.p0} {06084.s2} 
+tr {06084.t2} {06084.s2} -> {06084.s1} 
+tr {06085.t1} {06084.p1|06085.p0} {06085.s1} -> {06085.p1|06086.p0} {06085.s2} 
+tr {06085.t2} {06085.s2} -> {06085.s1} 
+tr {06086.t1} {06085.p1|06086.p0} {06086.s1} -> {06086.p1|06087.p0} {06086.s2} 
+tr {06086.t2} {06086.s2} -> {06086.s1} 
+tr {06087.t1} {06086.p1|06087.p0} {06087.s1} -> {06087.p1|06088.p0} {06087.s2} 
+tr {06087.t2} {06087.s2} -> {06087.s1} 
+tr {06088.t1} {06087.p1|06088.p0} {06088.s1} -> {06088.p1|06089.p0} {06088.s2} 
+tr {06088.t2} {06088.s2} -> {06088.s1} 
+tr {06089.t1} {06088.p1|06089.p0} {06089.s1} -> {06089.p1|06090.p0} {06089.s2} 
+tr {06089.t2} {06089.s2} -> {06089.s1} 
+tr {06090.t1} {06089.p1|06090.p0} {06090.s1} -> {06090.p1|06091.p0} {06090.s2} 
+tr {06090.t2} {06090.s2} -> {06090.s1} 
+tr {06091.t1} {06090.p1|06091.p0} {06091.s1} -> {06091.p1|06092.p0} {06091.s2} 
+tr {06091.t2} {06091.s2} -> {06091.s1} 
+tr {06092.t1} {06091.p1|06092.p0} {06092.s1} -> {06092.p1|06093.p0} {06092.s2} 
+tr {06092.t2} {06092.s2} -> {06092.s1} 
+tr {06093.t1} {06092.p1|06093.p0} {06093.s1} -> {06093.p1|06094.p0} {06093.s2} 
+tr {06093.t2} {06093.s2} -> {06093.s1} 
+tr {06094.t1} {06093.p1|06094.p0} {06094.s1} -> {06094.p1|06095.p0} {06094.s2} 
+tr {06094.t2} {06094.s2} -> {06094.s1} 
+tr {06095.t1} {06094.p1|06095.p0} {06095.s1} -> {06095.p1|06096.p0} {06095.s2} 
+tr {06095.t2} {06095.s2} -> {06095.s1} 
+tr {06096.t1} {06095.p1|06096.p0} {06096.s1} -> {06096.p1|06097.p0} {06096.s2} 
+tr {06096.t2} {06096.s2} -> {06096.s1} 
+tr {06097.t1} {06096.p1|06097.p0} {06097.s1} -> {06097.p1|06098.p0} {06097.s2} 
+tr {06097.t2} {06097.s2} -> {06097.s1} 
+tr {06098.t1} {06097.p1|06098.p0} {06098.s1} -> {06098.p1|06099.p0} {06098.s2} 
+tr {06098.t2} {06098.s2} -> {06098.s1} 
+tr {06099.t1} {06098.p1|06099.p0} {06099.s1} -> {06099.p1|06100.p0} {06099.s2} 
+tr {06099.t2} {06099.s2} -> {06099.s1} 
+tr {06100.t1} {06099.p1|06100.p0} {06100.s1} -> {06100.p1|06101.p0} {06100.s2} 
+tr {06100.t2} {06100.s2} -> {06100.s1} 
+tr {06101.t1} {06100.p1|06101.p0} {06101.s1} -> {06101.p1|06102.p0} {06101.s2} 
+tr {06101.t2} {06101.s2} -> {06101.s1} 
+tr {06102.t1} {06101.p1|06102.p0} {06102.s1} -> {06102.p1|06103.p0} {06102.s2} 
+tr {06102.t2} {06102.s2} -> {06102.s1} 
+tr {06103.t1} {06102.p1|06103.p0} {06103.s1} -> {06103.p1|06104.p0} {06103.s2} 
+tr {06103.t2} {06103.s2} -> {06103.s1} 
+tr {06104.t1} {06103.p1|06104.p0} {06104.s1} -> {06104.p1|06105.p0} {06104.s2} 
+tr {06104.t2} {06104.s2} -> {06104.s1} 
+tr {06105.t1} {06104.p1|06105.p0} {06105.s1} -> {06105.p1|06106.p0} {06105.s2} 
+tr {06105.t2} {06105.s2} -> {06105.s1} 
+tr {06106.t1} {06105.p1|06106.p0} {06106.s1} -> {06106.p1|06107.p0} {06106.s2} 
+tr {06106.t2} {06106.s2} -> {06106.s1} 
+tr {06107.t1} {06106.p1|06107.p0} {06107.s1} -> {06107.p1|06108.p0} {06107.s2} 
+tr {06107.t2} {06107.s2} -> {06107.s1} 
+tr {06108.t1} {06107.p1|06108.p0} {06108.s1} -> {06108.p1|06109.p0} {06108.s2} 
+tr {06108.t2} {06108.s2} -> {06108.s1} 
+tr {06109.t1} {06108.p1|06109.p0} {06109.s1} -> {06109.p1|06110.p0} {06109.s2} 
+tr {06109.t2} {06109.s2} -> {06109.s1} 
+tr {06110.t1} {06109.p1|06110.p0} {06110.s1} -> {06110.p1|06111.p0} {06110.s2} 
+tr {06110.t2} {06110.s2} -> {06110.s1} 
+tr {06111.t1} {06110.p1|06111.p0} {06111.s1} -> {06111.p1|06112.p0} {06111.s2} 
+tr {06111.t2} {06111.s2} -> {06111.s1} 
+tr {06112.t1} {06111.p1|06112.p0} {06112.s1} -> {06112.p1|06113.p0} {06112.s2} 
+tr {06112.t2} {06112.s2} -> {06112.s1} 
+tr {06113.t1} {06112.p1|06113.p0} {06113.s1} -> {06113.p1|06114.p0} {06113.s2} 
+tr {06113.t2} {06113.s2} -> {06113.s1} 
+tr {06114.t1} {06113.p1|06114.p0} {06114.s1} -> {06114.p1|06115.p0} {06114.s2} 
+tr {06114.t2} {06114.s2} -> {06114.s1} 
+tr {06115.t1} {06114.p1|06115.p0} {06115.s1} -> {06115.p1|06116.p0} {06115.s2} 
+tr {06115.t2} {06115.s2} -> {06115.s1} 
+tr {06116.t1} {06115.p1|06116.p0} {06116.s1} -> {06116.p1|06117.p0} {06116.s2} 
+tr {06116.t2} {06116.s2} -> {06116.s1} 
+tr {06117.t1} {06116.p1|06117.p0} {06117.s1} -> {06117.p1|06118.p0} {06117.s2} 
+tr {06117.t2} {06117.s2} -> {06117.s1} 
+tr {06118.t1} {06117.p1|06118.p0} {06118.s1} -> {06118.p1|06119.p0} {06118.s2} 
+tr {06118.t2} {06118.s2} -> {06118.s1} 
+tr {06119.t1} {06118.p1|06119.p0} {06119.s1} -> {06119.p1|06120.p0} {06119.s2} 
+tr {06119.t2} {06119.s2} -> {06119.s1} 
+tr {06120.t1} {06119.p1|06120.p0} {06120.s1} -> {06120.p1|06121.p0} {06120.s2} 
+tr {06120.t2} {06120.s2} -> {06120.s1} 
+tr {06121.t1} {06120.p1|06121.p0} {06121.s1} -> {06121.p1|06122.p0} {06121.s2} 
+tr {06121.t2} {06121.s2} -> {06121.s1} 
+tr {06122.t1} {06121.p1|06122.p0} {06122.s1} -> {06122.p1|06123.p0} {06122.s2} 
+tr {06122.t2} {06122.s2} -> {06122.s1} 
+tr {06123.t1} {06122.p1|06123.p0} {06123.s1} -> {06123.p1|06124.p0} {06123.s2} 
+tr {06123.t2} {06123.s2} -> {06123.s1} 
+tr {06124.t1} {06123.p1|06124.p0} {06124.s1} -> {06124.p1|06125.p0} {06124.s2} 
+tr {06124.t2} {06124.s2} -> {06124.s1} 
+tr {06125.t1} {06124.p1|06125.p0} {06125.s1} -> {06125.p1|06126.p0} {06125.s2} 
+tr {06125.t2} {06125.s2} -> {06125.s1} 
+tr {06126.t1} {06125.p1|06126.p0} {06126.s1} -> {06126.p1|06127.p0} {06126.s2} 
+tr {06126.t2} {06126.s2} -> {06126.s1} 
+tr {06127.t1} {06126.p1|06127.p0} {06127.s1} -> {06127.p1|06128.p0} {06127.s2} 
+tr {06127.t2} {06127.s2} -> {06127.s1} 
+tr {06128.t1} {06127.p1|06128.p0} {06128.s1} -> {06128.p1|06129.p0} {06128.s2} 
+tr {06128.t2} {06128.s2} -> {06128.s1} 
+tr {06129.t1} {06128.p1|06129.p0} {06129.s1} -> {06129.p1|06130.p0} {06129.s2} 
+tr {06129.t2} {06129.s2} -> {06129.s1} 
+tr {06130.t1} {06129.p1|06130.p0} {06130.s1} -> {06130.p1|06131.p0} {06130.s2} 
+tr {06130.t2} {06130.s2} -> {06130.s1} 
+tr {06131.t1} {06130.p1|06131.p0} {06131.s1} -> {06131.p1|06132.p0} {06131.s2} 
+tr {06131.t2} {06131.s2} -> {06131.s1} 
+tr {06132.t1} {06131.p1|06132.p0} {06132.s1} -> {06132.p1|06133.p0} {06132.s2} 
+tr {06132.t2} {06132.s2} -> {06132.s1} 
+tr {06133.t1} {06132.p1|06133.p0} {06133.s1} -> {06133.p1|06134.p0} {06133.s2} 
+tr {06133.t2} {06133.s2} -> {06133.s1} 
+tr {06134.t1} {06133.p1|06134.p0} {06134.s1} -> {06134.p1|06135.p0} {06134.s2} 
+tr {06134.t2} {06134.s2} -> {06134.s1} 
+tr {06135.t1} {06134.p1|06135.p0} {06135.s1} -> {06135.p1|06136.p0} {06135.s2} 
+tr {06135.t2} {06135.s2} -> {06135.s1} 
+tr {06136.t1} {06135.p1|06136.p0} {06136.s1} -> {06136.p1|06137.p0} {06136.s2} 
+tr {06136.t2} {06136.s2} -> {06136.s1} 
+tr {06137.t1} {06136.p1|06137.p0} {06137.s1} -> {06137.p1|06138.p0} {06137.s2} 
+tr {06137.t2} {06137.s2} -> {06137.s1} 
+tr {06138.t1} {06137.p1|06138.p0} {06138.s1} -> {06138.p1|06139.p0} {06138.s2} 
+tr {06138.t2} {06138.s2} -> {06138.s1} 
+tr {06139.t1} {06138.p1|06139.p0} {06139.s1} -> {06139.p1|06140.p0} {06139.s2} 
+tr {06139.t2} {06139.s2} -> {06139.s1} 
+tr {06140.t1} {06139.p1|06140.p0} {06140.s1} -> {06140.p1|06141.p0} {06140.s2} 
+tr {06140.t2} {06140.s2} -> {06140.s1} 
+tr {06141.t1} {06140.p1|06141.p0} {06141.s1} -> {06141.p1|06142.p0} {06141.s2} 
+tr {06141.t2} {06141.s2} -> {06141.s1} 
+tr {06142.t1} {06141.p1|06142.p0} {06142.s1} -> {06142.p1|06143.p0} {06142.s2} 
+tr {06142.t2} {06142.s2} -> {06142.s1} 
+tr {06143.t1} {06142.p1|06143.p0} {06143.s1} -> {06143.p1|06144.p0} {06143.s2} 
+tr {06143.t2} {06143.s2} -> {06143.s1} 
+tr {06144.t1} {06143.p1|06144.p0} {06144.s1} -> {06144.p1|06145.p0} {06144.s2} 
+tr {06144.t2} {06144.s2} -> {06144.s1} 
+tr {06145.t1} {06144.p1|06145.p0} {06145.s1} -> {06145.p1|06146.p0} {06145.s2} 
+tr {06145.t2} {06145.s2} -> {06145.s1} 
+tr {06146.t1} {06145.p1|06146.p0} {06146.s1} -> {06146.p1|06147.p0} {06146.s2} 
+tr {06146.t2} {06146.s2} -> {06146.s1} 
+tr {06147.t1} {06146.p1|06147.p0} {06147.s1} -> {06147.p1|06148.p0} {06147.s2} 
+tr {06147.t2} {06147.s2} -> {06147.s1} 
+tr {06148.t1} {06147.p1|06148.p0} {06148.s1} -> {06148.p1|06149.p0} {06148.s2} 
+tr {06148.t2} {06148.s2} -> {06148.s1} 
+tr {06149.t1} {06148.p1|06149.p0} {06149.s1} -> {06149.p1|06150.p0} {06149.s2} 
+tr {06149.t2} {06149.s2} -> {06149.s1} 
+tr {06150.t1} {06149.p1|06150.p0} {06150.s1} -> {06150.p1|06151.p0} {06150.s2} 
+tr {06150.t2} {06150.s2} -> {06150.s1} 
+tr {06151.t1} {06150.p1|06151.p0} {06151.s1} -> {06151.p1|06152.p0} {06151.s2} 
+tr {06151.t2} {06151.s2} -> {06151.s1} 
+tr {06152.t1} {06151.p1|06152.p0} {06152.s1} -> {06152.p1|06153.p0} {06152.s2} 
+tr {06152.t2} {06152.s2} -> {06152.s1} 
+tr {06153.t1} {06152.p1|06153.p0} {06153.s1} -> {06153.p1|06154.p0} {06153.s2} 
+tr {06153.t2} {06153.s2} -> {06153.s1} 
+tr {06154.t1} {06153.p1|06154.p0} {06154.s1} -> {06154.p1|06155.p0} {06154.s2} 
+tr {06154.t2} {06154.s2} -> {06154.s1} 
+tr {06155.t1} {06154.p1|06155.p0} {06155.s1} -> {06155.p1|06156.p0} {06155.s2} 
+tr {06155.t2} {06155.s2} -> {06155.s1} 
+tr {06156.t1} {06155.p1|06156.p0} {06156.s1} -> {06156.p1|06157.p0} {06156.s2} 
+tr {06156.t2} {06156.s2} -> {06156.s1} 
+tr {06157.t1} {06156.p1|06157.p0} {06157.s1} -> {06157.p1|06158.p0} {06157.s2} 
+tr {06157.t2} {06157.s2} -> {06157.s1} 
+tr {06158.t1} {06157.p1|06158.p0} {06158.s1} -> {06158.p1|06159.p0} {06158.s2} 
+tr {06158.t2} {06158.s2} -> {06158.s1} 
+tr {06159.t1} {06158.p1|06159.p0} {06159.s1} -> {06159.p1|06160.p0} {06159.s2} 
+tr {06159.t2} {06159.s2} -> {06159.s1} 
+tr {06160.t1} {06159.p1|06160.p0} {06160.s1} -> {06160.p1|06161.p0} {06160.s2} 
+tr {06160.t2} {06160.s2} -> {06160.s1} 
+tr {06161.t1} {06160.p1|06161.p0} {06161.s1} -> {06161.p1|06162.p0} {06161.s2} 
+tr {06161.t2} {06161.s2} -> {06161.s1} 
+tr {06162.t1} {06161.p1|06162.p0} {06162.s1} -> {06162.p1|06163.p0} {06162.s2} 
+tr {06162.t2} {06162.s2} -> {06162.s1} 
+tr {06163.t1} {06162.p1|06163.p0} {06163.s1} -> {06163.p1|06164.p0} {06163.s2} 
+tr {06163.t2} {06163.s2} -> {06163.s1} 
+tr {06164.t1} {06163.p1|06164.p0} {06164.s1} -> {06164.p1|06165.p0} {06164.s2} 
+tr {06164.t2} {06164.s2} -> {06164.s1} 
+tr {06165.t1} {06164.p1|06165.p0} {06165.s1} -> {06165.p1|06166.p0} {06165.s2} 
+tr {06165.t2} {06165.s2} -> {06165.s1} 
+tr {06166.t1} {06165.p1|06166.p0} {06166.s1} -> {06166.p1|06167.p0} {06166.s2} 
+tr {06166.t2} {06166.s2} -> {06166.s1} 
+tr {06167.t1} {06166.p1|06167.p0} {06167.s1} -> {06167.p1|06168.p0} {06167.s2} 
+tr {06167.t2} {06167.s2} -> {06167.s1} 
+tr {06168.t1} {06167.p1|06168.p0} {06168.s1} -> {06168.p1|06169.p0} {06168.s2} 
+tr {06168.t2} {06168.s2} -> {06168.s1} 
+tr {06169.t1} {06168.p1|06169.p0} {06169.s1} -> {06169.p1|06170.p0} {06169.s2} 
+tr {06169.t2} {06169.s2} -> {06169.s1} 
+tr {06170.t1} {06169.p1|06170.p0} {06170.s1} -> {06170.p1|06171.p0} {06170.s2} 
+tr {06170.t2} {06170.s2} -> {06170.s1} 
+tr {06171.t1} {06170.p1|06171.p0} {06171.s1} -> {06171.p1|06172.p0} {06171.s2} 
+tr {06171.t2} {06171.s2} -> {06171.s1} 
+tr {06172.t1} {06171.p1|06172.p0} {06172.s1} -> {06172.p1|06173.p0} {06172.s2} 
+tr {06172.t2} {06172.s2} -> {06172.s1} 
+tr {06173.t1} {06172.p1|06173.p0} {06173.s1} -> {06173.p1|06174.p0} {06173.s2} 
+tr {06173.t2} {06173.s2} -> {06173.s1} 
+tr {06174.t1} {06173.p1|06174.p0} {06174.s1} -> {06174.p1|06175.p0} {06174.s2} 
+tr {06174.t2} {06174.s2} -> {06174.s1} 
+tr {06175.t1} {06174.p1|06175.p0} {06175.s1} -> {06175.p1|06176.p0} {06175.s2} 
+tr {06175.t2} {06175.s2} -> {06175.s1} 
+tr {06176.t1} {06175.p1|06176.p0} {06176.s1} -> {06176.p1|06177.p0} {06176.s2} 
+tr {06176.t2} {06176.s2} -> {06176.s1} 
+tr {06177.t1} {06176.p1|06177.p0} {06177.s1} -> {06177.p1|06178.p0} {06177.s2} 
+tr {06177.t2} {06177.s2} -> {06177.s1} 
+tr {06178.t1} {06177.p1|06178.p0} {06178.s1} -> {06178.p1|06179.p0} {06178.s2} 
+tr {06178.t2} {06178.s2} -> {06178.s1} 
+tr {06179.t1} {06178.p1|06179.p0} {06179.s1} -> {06179.p1|06180.p0} {06179.s2} 
+tr {06179.t2} {06179.s2} -> {06179.s1} 
+tr {06180.t1} {06179.p1|06180.p0} {06180.s1} -> {06180.p1|06181.p0} {06180.s2} 
+tr {06180.t2} {06180.s2} -> {06180.s1} 
+tr {06181.t1} {06180.p1|06181.p0} {06181.s1} -> {06181.p1|06182.p0} {06181.s2} 
+tr {06181.t2} {06181.s2} -> {06181.s1} 
+tr {06182.t1} {06181.p1|06182.p0} {06182.s1} -> {06182.p1|06183.p0} {06182.s2} 
+tr {06182.t2} {06182.s2} -> {06182.s1} 
+tr {06183.t1} {06182.p1|06183.p0} {06183.s1} -> {06183.p1|06184.p0} {06183.s2} 
+tr {06183.t2} {06183.s2} -> {06183.s1} 
+tr {06184.t1} {06183.p1|06184.p0} {06184.s1} -> {06184.p1|06185.p0} {06184.s2} 
+tr {06184.t2} {06184.s2} -> {06184.s1} 
+tr {06185.t1} {06184.p1|06185.p0} {06185.s1} -> {06185.p1|06186.p0} {06185.s2} 
+tr {06185.t2} {06185.s2} -> {06185.s1} 
+tr {06186.t1} {06185.p1|06186.p0} {06186.s1} -> {06186.p1|06187.p0} {06186.s2} 
+tr {06186.t2} {06186.s2} -> {06186.s1} 
+tr {06187.t1} {06186.p1|06187.p0} {06187.s1} -> {06187.p1|06188.p0} {06187.s2} 
+tr {06187.t2} {06187.s2} -> {06187.s1} 
+tr {06188.t1} {06187.p1|06188.p0} {06188.s1} -> {06188.p1|06189.p0} {06188.s2} 
+tr {06188.t2} {06188.s2} -> {06188.s1} 
+tr {06189.t1} {06188.p1|06189.p0} {06189.s1} -> {06189.p1|06190.p0} {06189.s2} 
+tr {06189.t2} {06189.s2} -> {06189.s1} 
+tr {06190.t1} {06189.p1|06190.p0} {06190.s1} -> {06190.p1|06191.p0} {06190.s2} 
+tr {06190.t2} {06190.s2} -> {06190.s1} 
+tr {06191.t1} {06190.p1|06191.p0} {06191.s1} -> {06191.p1|06192.p0} {06191.s2} 
+tr {06191.t2} {06191.s2} -> {06191.s1} 
+tr {06192.t1} {06191.p1|06192.p0} {06192.s1} -> {06192.p1|06193.p0} {06192.s2} 
+tr {06192.t2} {06192.s2} -> {06192.s1} 
+tr {06193.t1} {06192.p1|06193.p0} {06193.s1} -> {06193.p1|06194.p0} {06193.s2} 
+tr {06193.t2} {06193.s2} -> {06193.s1} 
+tr {06194.t1} {06193.p1|06194.p0} {06194.s1} -> {06194.p1|06195.p0} {06194.s2} 
+tr {06194.t2} {06194.s2} -> {06194.s1} 
+tr {06195.t1} {06194.p1|06195.p0} {06195.s1} -> {06195.p1|06196.p0} {06195.s2} 
+tr {06195.t2} {06195.s2} -> {06195.s1} 
+tr {06196.t1} {06195.p1|06196.p0} {06196.s1} -> {06196.p1|06197.p0} {06196.s2} 
+tr {06196.t2} {06196.s2} -> {06196.s1} 
+tr {06197.t1} {06196.p1|06197.p0} {06197.s1} -> {06197.p1|06198.p0} {06197.s2} 
+tr {06197.t2} {06197.s2} -> {06197.s1} 
+tr {06198.t1} {06197.p1|06198.p0} {06198.s1} -> {06198.p1|06199.p0} {06198.s2} 
+tr {06198.t2} {06198.s2} -> {06198.s1} 
+tr {06199.t1} {06198.p1|06199.p0} {06199.s1} -> {06199.p1|06200.p0} {06199.s2} 
+tr {06199.t2} {06199.s2} -> {06199.s1} 
+tr {06200.t1} {06199.p1|06200.p0} {06200.s1} -> {06200.p1|06201.p0} {06200.s2} 
+tr {06200.t2} {06200.s2} -> {06200.s1} 
+tr {06201.t1} {06200.p1|06201.p0} {06201.s1} -> {06201.p1|06202.p0} {06201.s2} 
+tr {06201.t2} {06201.s2} -> {06201.s1} 
+tr {06202.t1} {06201.p1|06202.p0} {06202.s1} -> {06202.p1|06203.p0} {06202.s2} 
+tr {06202.t2} {06202.s2} -> {06202.s1} 
+tr {06203.t1} {06202.p1|06203.p0} {06203.s1} -> {06203.p1|06204.p0} {06203.s2} 
+tr {06203.t2} {06203.s2} -> {06203.s1} 
+tr {06204.t1} {06203.p1|06204.p0} {06204.s1} -> {06204.p1|06205.p0} {06204.s2} 
+tr {06204.t2} {06204.s2} -> {06204.s1} 
+tr {06205.t1} {06204.p1|06205.p0} {06205.s1} -> {06205.p1|06206.p0} {06205.s2} 
+tr {06205.t2} {06205.s2} -> {06205.s1} 
+tr {06206.t1} {06205.p1|06206.p0} {06206.s1} -> {06206.p1|06207.p0} {06206.s2} 
+tr {06206.t2} {06206.s2} -> {06206.s1} 
+tr {06207.t1} {06206.p1|06207.p0} {06207.s1} -> {06207.p1|06208.p0} {06207.s2} 
+tr {06207.t2} {06207.s2} -> {06207.s1} 
+tr {06208.t1} {06207.p1|06208.p0} {06208.s1} -> {06208.p1|06209.p0} {06208.s2} 
+tr {06208.t2} {06208.s2} -> {06208.s1} 
+tr {06209.t1} {06208.p1|06209.p0} {06209.s1} -> {06209.p1|06210.p0} {06209.s2} 
+tr {06209.t2} {06209.s2} -> {06209.s1} 
+tr {06210.t1} {06209.p1|06210.p0} {06210.s1} -> {06210.p1|06211.p0} {06210.s2} 
+tr {06210.t2} {06210.s2} -> {06210.s1} 
+tr {06211.t1} {06210.p1|06211.p0} {06211.s1} -> {06211.p1|06212.p0} {06211.s2} 
+tr {06211.t2} {06211.s2} -> {06211.s1} 
+tr {06212.t1} {06211.p1|06212.p0} {06212.s1} -> {06212.p1|06213.p0} {06212.s2} 
+tr {06212.t2} {06212.s2} -> {06212.s1} 
+tr {06213.t1} {06212.p1|06213.p0} {06213.s1} -> {06213.p1|06214.p0} {06213.s2} 
+tr {06213.t2} {06213.s2} -> {06213.s1} 
+tr {06214.t1} {06213.p1|06214.p0} {06214.s1} -> {06214.p1|06215.p0} {06214.s2} 
+tr {06214.t2} {06214.s2} -> {06214.s1} 
+tr {06215.t1} {06214.p1|06215.p0} {06215.s1} -> {06215.p1|06216.p0} {06215.s2} 
+tr {06215.t2} {06215.s2} -> {06215.s1} 
+tr {06216.t1} {06215.p1|06216.p0} {06216.s1} -> {06216.p1|06217.p0} {06216.s2} 
+tr {06216.t2} {06216.s2} -> {06216.s1} 
+tr {06217.t1} {06216.p1|06217.p0} {06217.s1} -> {06217.p1|06218.p0} {06217.s2} 
+tr {06217.t2} {06217.s2} -> {06217.s1} 
+tr {06218.t1} {06217.p1|06218.p0} {06218.s1} -> {06218.p1|06219.p0} {06218.s2} 
+tr {06218.t2} {06218.s2} -> {06218.s1} 
+tr {06219.t1} {06218.p1|06219.p0} {06219.s1} -> {06219.p1|06220.p0} {06219.s2} 
+tr {06219.t2} {06219.s2} -> {06219.s1} 
+tr {06220.t1} {06219.p1|06220.p0} {06220.s1} -> {06220.p1|06221.p0} {06220.s2} 
+tr {06220.t2} {06220.s2} -> {06220.s1} 
+tr {06221.t1} {06220.p1|06221.p0} {06221.s1} -> {06221.p1|06222.p0} {06221.s2} 
+tr {06221.t2} {06221.s2} -> {06221.s1} 
+tr {06222.t1} {06221.p1|06222.p0} {06222.s1} -> {06222.p1|06223.p0} {06222.s2} 
+tr {06222.t2} {06222.s2} -> {06222.s1} 
+tr {06223.t1} {06222.p1|06223.p0} {06223.s1} -> {06223.p1|06224.p0} {06223.s2} 
+tr {06223.t2} {06223.s2} -> {06223.s1} 
+tr {06224.t1} {06223.p1|06224.p0} {06224.s1} -> {06224.p1|06225.p0} {06224.s2} 
+tr {06224.t2} {06224.s2} -> {06224.s1} 
+tr {06225.t1} {06224.p1|06225.p0} {06225.s1} -> {06225.p1|06226.p0} {06225.s2} 
+tr {06225.t2} {06225.s2} -> {06225.s1} 
+tr {06226.t1} {06225.p1|06226.p0} {06226.s1} -> {06226.p1|06227.p0} {06226.s2} 
+tr {06226.t2} {06226.s2} -> {06226.s1} 
+tr {06227.t1} {06226.p1|06227.p0} {06227.s1} -> {06227.p1|06228.p0} {06227.s2} 
+tr {06227.t2} {06227.s2} -> {06227.s1} 
+tr {06228.t1} {06227.p1|06228.p0} {06228.s1} -> {06228.p1|06229.p0} {06228.s2} 
+tr {06228.t2} {06228.s2} -> {06228.s1} 
+tr {06229.t1} {06228.p1|06229.p0} {06229.s1} -> {06229.p1|06230.p0} {06229.s2} 
+tr {06229.t2} {06229.s2} -> {06229.s1} 
+tr {06230.t1} {06229.p1|06230.p0} {06230.s1} -> {06230.p1|06231.p0} {06230.s2} 
+tr {06230.t2} {06230.s2} -> {06230.s1} 
+tr {06231.t1} {06230.p1|06231.p0} {06231.s1} -> {06231.p1|06232.p0} {06231.s2} 
+tr {06231.t2} {06231.s2} -> {06231.s1} 
+tr {06232.t1} {06231.p1|06232.p0} {06232.s1} -> {06232.p1|06233.p0} {06232.s2} 
+tr {06232.t2} {06232.s2} -> {06232.s1} 
+tr {06233.t1} {06232.p1|06233.p0} {06233.s1} -> {06233.p1|06234.p0} {06233.s2} 
+tr {06233.t2} {06233.s2} -> {06233.s1} 
+tr {06234.t1} {06233.p1|06234.p0} {06234.s1} -> {06234.p1|06235.p0} {06234.s2} 
+tr {06234.t2} {06234.s2} -> {06234.s1} 
+tr {06235.t1} {06234.p1|06235.p0} {06235.s1} -> {06235.p1|06236.p0} {06235.s2} 
+tr {06235.t2} {06235.s2} -> {06235.s1} 
+tr {06236.t1} {06235.p1|06236.p0} {06236.s1} -> {06236.p1|06237.p0} {06236.s2} 
+tr {06236.t2} {06236.s2} -> {06236.s1} 
+tr {06237.t1} {06236.p1|06237.p0} {06237.s1} -> {06237.p1|06238.p0} {06237.s2} 
+tr {06237.t2} {06237.s2} -> {06237.s1} 
+tr {06238.t1} {06237.p1|06238.p0} {06238.s1} -> {06238.p1|06239.p0} {06238.s2} 
+tr {06238.t2} {06238.s2} -> {06238.s1} 
+tr {06239.t1} {06238.p1|06239.p0} {06239.s1} -> {06239.p1|06240.p0} {06239.s2} 
+tr {06239.t2} {06239.s2} -> {06239.s1} 
+tr {06240.t1} {06239.p1|06240.p0} {06240.s1} -> {06240.p1|06241.p0} {06240.s2} 
+tr {06240.t2} {06240.s2} -> {06240.s1} 
+tr {06241.t1} {06240.p1|06241.p0} {06241.s1} -> {06241.p1|06242.p0} {06241.s2} 
+tr {06241.t2} {06241.s2} -> {06241.s1} 
+tr {06242.t1} {06241.p1|06242.p0} {06242.s1} -> {06242.p1|06243.p0} {06242.s2} 
+tr {06242.t2} {06242.s2} -> {06242.s1} 
+tr {06243.t1} {06242.p1|06243.p0} {06243.s1} -> {06243.p1|06244.p0} {06243.s2} 
+tr {06243.t2} {06243.s2} -> {06243.s1} 
+tr {06244.t1} {06243.p1|06244.p0} {06244.s1} -> {06244.p1|06245.p0} {06244.s2} 
+tr {06244.t2} {06244.s2} -> {06244.s1} 
+tr {06245.t1} {06244.p1|06245.p0} {06245.s1} -> {06245.p1|06246.p0} {06245.s2} 
+tr {06245.t2} {06245.s2} -> {06245.s1} 
+tr {06246.t1} {06245.p1|06246.p0} {06246.s1} -> {06246.p1|06247.p0} {06246.s2} 
+tr {06246.t2} {06246.s2} -> {06246.s1} 
+tr {06247.t1} {06246.p1|06247.p0} {06247.s1} -> {06247.p1|06248.p0} {06247.s2} 
+tr {06247.t2} {06247.s2} -> {06247.s1} 
+tr {06248.t1} {06247.p1|06248.p0} {06248.s1} -> {06248.p1|06249.p0} {06248.s2} 
+tr {06248.t2} {06248.s2} -> {06248.s1} 
+tr {06249.t1} {06248.p1|06249.p0} {06249.s1} -> {06249.p1|06250.p0} {06249.s2} 
+tr {06249.t2} {06249.s2} -> {06249.s1} 
+tr {06250.t1} {06249.p1|06250.p0} {06250.s1} -> {06250.p1|06251.p0} {06250.s2} 
+tr {06250.t2} {06250.s2} -> {06250.s1} 
+tr {06251.t1} {06250.p1|06251.p0} {06251.s1} -> {06251.p1|06252.p0} {06251.s2} 
+tr {06251.t2} {06251.s2} -> {06251.s1} 
+tr {06252.t1} {06251.p1|06252.p0} {06252.s1} -> {06252.p1|06253.p0} {06252.s2} 
+tr {06252.t2} {06252.s2} -> {06252.s1} 
+tr {06253.t1} {06252.p1|06253.p0} {06253.s1} -> {06253.p1|06254.p0} {06253.s2} 
+tr {06253.t2} {06253.s2} -> {06253.s1} 
+tr {06254.t1} {06253.p1|06254.p0} {06254.s1} -> {06254.p1|06255.p0} {06254.s2} 
+tr {06254.t2} {06254.s2} -> {06254.s1} 
+tr {06255.t1} {06254.p1|06255.p0} {06255.s1} -> {06255.p1|06256.p0} {06255.s2} 
+tr {06255.t2} {06255.s2} -> {06255.s1} 
+tr {06256.t1} {06255.p1|06256.p0} {06256.s1} -> {06256.p1|06257.p0} {06256.s2} 
+tr {06256.t2} {06256.s2} -> {06256.s1} 
+tr {06257.t1} {06256.p1|06257.p0} {06257.s1} -> {06257.p1|06258.p0} {06257.s2} 
+tr {06257.t2} {06257.s2} -> {06257.s1} 
+tr {06258.t1} {06257.p1|06258.p0} {06258.s1} -> {06258.p1|06259.p0} {06258.s2} 
+tr {06258.t2} {06258.s2} -> {06258.s1} 
+tr {06259.t1} {06258.p1|06259.p0} {06259.s1} -> {06259.p1|06260.p0} {06259.s2} 
+tr {06259.t2} {06259.s2} -> {06259.s1} 
+tr {06260.t1} {06259.p1|06260.p0} {06260.s1} -> {06260.p1|06261.p0} {06260.s2} 
+tr {06260.t2} {06260.s2} -> {06260.s1} 
+tr {06261.t1} {06260.p1|06261.p0} {06261.s1} -> {06261.p1|06262.p0} {06261.s2} 
+tr {06261.t2} {06261.s2} -> {06261.s1} 
+tr {06262.t1} {06261.p1|06262.p0} {06262.s1} -> {06262.p1|06263.p0} {06262.s2} 
+tr {06262.t2} {06262.s2} -> {06262.s1} 
+tr {06263.t1} {06262.p1|06263.p0} {06263.s1} -> {06263.p1|06264.p0} {06263.s2} 
+tr {06263.t2} {06263.s2} -> {06263.s1} 
+tr {06264.t1} {06263.p1|06264.p0} {06264.s1} -> {06264.p1|06265.p0} {06264.s2} 
+tr {06264.t2} {06264.s2} -> {06264.s1} 
+tr {06265.t1} {06264.p1|06265.p0} {06265.s1} -> {06265.p1|06266.p0} {06265.s2} 
+tr {06265.t2} {06265.s2} -> {06265.s1} 
+tr {06266.t1} {06265.p1|06266.p0} {06266.s1} -> {06266.p1|06267.p0} {06266.s2} 
+tr {06266.t2} {06266.s2} -> {06266.s1} 
+tr {06267.t1} {06266.p1|06267.p0} {06267.s1} -> {06267.p1|06268.p0} {06267.s2} 
+tr {06267.t2} {06267.s2} -> {06267.s1} 
+tr {06268.t1} {06267.p1|06268.p0} {06268.s1} -> {06268.p1|06269.p0} {06268.s2} 
+tr {06268.t2} {06268.s2} -> {06268.s1} 
+tr {06269.t1} {06268.p1|06269.p0} {06269.s1} -> {06269.p1|06270.p0} {06269.s2} 
+tr {06269.t2} {06269.s2} -> {06269.s1} 
+tr {06270.t1} {06269.p1|06270.p0} {06270.s1} -> {06270.p1|06271.p0} {06270.s2} 
+tr {06270.t2} {06270.s2} -> {06270.s1} 
+tr {06271.t1} {06270.p1|06271.p0} {06271.s1} -> {06271.p1|06272.p0} {06271.s2} 
+tr {06271.t2} {06271.s2} -> {06271.s1} 
+tr {06272.t1} {06271.p1|06272.p0} {06272.s1} -> {06272.p1|06273.p0} {06272.s2} 
+tr {06272.t2} {06272.s2} -> {06272.s1} 
+tr {06273.t1} {06272.p1|06273.p0} {06273.s1} -> {06273.p1|06274.p0} {06273.s2} 
+tr {06273.t2} {06273.s2} -> {06273.s1} 
+tr {06274.t1} {06273.p1|06274.p0} {06274.s1} -> {06274.p1|06275.p0} {06274.s2} 
+tr {06274.t2} {06274.s2} -> {06274.s1} 
+tr {06275.t1} {06274.p1|06275.p0} {06275.s1} -> {06275.p1|06276.p0} {06275.s2} 
+tr {06275.t2} {06275.s2} -> {06275.s1} 
+tr {06276.t1} {06275.p1|06276.p0} {06276.s1} -> {06276.p1|06277.p0} {06276.s2} 
+tr {06276.t2} {06276.s2} -> {06276.s1} 
+tr {06277.t1} {06276.p1|06277.p0} {06277.s1} -> {06277.p1|06278.p0} {06277.s2} 
+tr {06277.t2} {06277.s2} -> {06277.s1} 
+tr {06278.t1} {06277.p1|06278.p0} {06278.s1} -> {06278.p1|06279.p0} {06278.s2} 
+tr {06278.t2} {06278.s2} -> {06278.s1} 
+tr {06279.t1} {06278.p1|06279.p0} {06279.s1} -> {06279.p1|06280.p0} {06279.s2} 
+tr {06279.t2} {06279.s2} -> {06279.s1} 
+tr {06280.t1} {06279.p1|06280.p0} {06280.s1} -> {06280.p1|06281.p0} {06280.s2} 
+tr {06280.t2} {06280.s2} -> {06280.s1} 
+tr {06281.t1} {06280.p1|06281.p0} {06281.s1} -> {06281.p1|06282.p0} {06281.s2} 
+tr {06281.t2} {06281.s2} -> {06281.s1} 
+tr {06282.t1} {06281.p1|06282.p0} {06282.s1} -> {06282.p1|06283.p0} {06282.s2} 
+tr {06282.t2} {06282.s2} -> {06282.s1} 
+tr {06283.t1} {06282.p1|06283.p0} {06283.s1} -> {06283.p1|06284.p0} {06283.s2} 
+tr {06283.t2} {06283.s2} -> {06283.s1} 
+tr {06284.t1} {06283.p1|06284.p0} {06284.s1} -> {06284.p1|06285.p0} {06284.s2} 
+tr {06284.t2} {06284.s2} -> {06284.s1} 
+tr {06285.t1} {06284.p1|06285.p0} {06285.s1} -> {06285.p1|06286.p0} {06285.s2} 
+tr {06285.t2} {06285.s2} -> {06285.s1} 
+tr {06286.t1} {06285.p1|06286.p0} {06286.s1} -> {06286.p1|06287.p0} {06286.s2} 
+tr {06286.t2} {06286.s2} -> {06286.s1} 
+tr {06287.t1} {06286.p1|06287.p0} {06287.s1} -> {06287.p1|06288.p0} {06287.s2} 
+tr {06287.t2} {06287.s2} -> {06287.s1} 
+tr {06288.t1} {06287.p1|06288.p0} {06288.s1} -> {06288.p1|06289.p0} {06288.s2} 
+tr {06288.t2} {06288.s2} -> {06288.s1} 
+tr {06289.t1} {06288.p1|06289.p0} {06289.s1} -> {06289.p1|06290.p0} {06289.s2} 
+tr {06289.t2} {06289.s2} -> {06289.s1} 
+tr {06290.t1} {06289.p1|06290.p0} {06290.s1} -> {06290.p1|06291.p0} {06290.s2} 
+tr {06290.t2} {06290.s2} -> {06290.s1} 
+tr {06291.t1} {06290.p1|06291.p0} {06291.s1} -> {06291.p1|06292.p0} {06291.s2} 
+tr {06291.t2} {06291.s2} -> {06291.s1} 
+tr {06292.t1} {06291.p1|06292.p0} {06292.s1} -> {06292.p1|06293.p0} {06292.s2} 
+tr {06292.t2} {06292.s2} -> {06292.s1} 
+tr {06293.t1} {06292.p1|06293.p0} {06293.s1} -> {06293.p1|06294.p0} {06293.s2} 
+tr {06293.t2} {06293.s2} -> {06293.s1} 
+tr {06294.t1} {06293.p1|06294.p0} {06294.s1} -> {06294.p1|06295.p0} {06294.s2} 
+tr {06294.t2} {06294.s2} -> {06294.s1} 
+tr {06295.t1} {06294.p1|06295.p0} {06295.s1} -> {06295.p1|06296.p0} {06295.s2} 
+tr {06295.t2} {06295.s2} -> {06295.s1} 
+tr {06296.t1} {06295.p1|06296.p0} {06296.s1} -> {06296.p1|06297.p0} {06296.s2} 
+tr {06296.t2} {06296.s2} -> {06296.s1} 
+tr {06297.t1} {06296.p1|06297.p0} {06297.s1} -> {06297.p1|06298.p0} {06297.s2} 
+tr {06297.t2} {06297.s2} -> {06297.s1} 
+tr {06298.t1} {06297.p1|06298.p0} {06298.s1} -> {06298.p1|06299.p0} {06298.s2} 
+tr {06298.t2} {06298.s2} -> {06298.s1} 
+tr {06299.t1} {06298.p1|06299.p0} {06299.s1} -> {06299.p1|06300.p0} {06299.s2} 
+tr {06299.t2} {06299.s2} -> {06299.s1} 
+tr {06300.t1} {06299.p1|06300.p0} {06300.s1} -> {06300.p1|06301.p0} {06300.s2} 
+tr {06300.t2} {06300.s2} -> {06300.s1} 
+tr {06301.t1} {06300.p1|06301.p0} {06301.s1} -> {06301.p1|06302.p0} {06301.s2} 
+tr {06301.t2} {06301.s2} -> {06301.s1} 
+tr {06302.t1} {06301.p1|06302.p0} {06302.s1} -> {06302.p1|06303.p0} {06302.s2} 
+tr {06302.t2} {06302.s2} -> {06302.s1} 
+tr {06303.t1} {06302.p1|06303.p0} {06303.s1} -> {06303.p1|06304.p0} {06303.s2} 
+tr {06303.t2} {06303.s2} -> {06303.s1} 
+tr {06304.t1} {06303.p1|06304.p0} {06304.s1} -> {06304.p1|06305.p0} {06304.s2} 
+tr {06304.t2} {06304.s2} -> {06304.s1} 
+tr {06305.t1} {06304.p1|06305.p0} {06305.s1} -> {06305.p1|06306.p0} {06305.s2} 
+tr {06305.t2} {06305.s2} -> {06305.s1} 
+tr {06306.t1} {06305.p1|06306.p0} {06306.s1} -> {06306.p1|06307.p0} {06306.s2} 
+tr {06306.t2} {06306.s2} -> {06306.s1} 
+tr {06307.t1} {06306.p1|06307.p0} {06307.s1} -> {06307.p1|06308.p0} {06307.s2} 
+tr {06307.t2} {06307.s2} -> {06307.s1} 
+tr {06308.t1} {06307.p1|06308.p0} {06308.s1} -> {06308.p1|06309.p0} {06308.s2} 
+tr {06308.t2} {06308.s2} -> {06308.s1} 
+tr {06309.t1} {06308.p1|06309.p0} {06309.s1} -> {06309.p1|06310.p0} {06309.s2} 
+tr {06309.t2} {06309.s2} -> {06309.s1} 
+tr {06310.t1} {06309.p1|06310.p0} {06310.s1} -> {06310.p1|06311.p0} {06310.s2} 
+tr {06310.t2} {06310.s2} -> {06310.s1} 
+tr {06311.t1} {06310.p1|06311.p0} {06311.s1} -> {06311.p1|06312.p0} {06311.s2} 
+tr {06311.t2} {06311.s2} -> {06311.s1} 
+tr {06312.t1} {06311.p1|06312.p0} {06312.s1} -> {06312.p1|06313.p0} {06312.s2} 
+tr {06312.t2} {06312.s2} -> {06312.s1} 
+tr {06313.t1} {06312.p1|06313.p0} {06313.s1} -> {06313.p1|06314.p0} {06313.s2} 
+tr {06313.t2} {06313.s2} -> {06313.s1} 
+tr {06314.t1} {06313.p1|06314.p0} {06314.s1} -> {06314.p1|06315.p0} {06314.s2} 
+tr {06314.t2} {06314.s2} -> {06314.s1} 
+tr {06315.t1} {06314.p1|06315.p0} {06315.s1} -> {06315.p1|06316.p0} {06315.s2} 
+tr {06315.t2} {06315.s2} -> {06315.s1} 
+tr {06316.t1} {06315.p1|06316.p0} {06316.s1} -> {06316.p1|06317.p0} {06316.s2} 
+tr {06316.t2} {06316.s2} -> {06316.s1} 
+tr {06317.t1} {06316.p1|06317.p0} {06317.s1} -> {06317.p1|06318.p0} {06317.s2} 
+tr {06317.t2} {06317.s2} -> {06317.s1} 
+tr {06318.t1} {06317.p1|06318.p0} {06318.s1} -> {06318.p1|06319.p0} {06318.s2} 
+tr {06318.t2} {06318.s2} -> {06318.s1} 
+tr {06319.t1} {06318.p1|06319.p0} {06319.s1} -> {06319.p1|06320.p0} {06319.s2} 
+tr {06319.t2} {06319.s2} -> {06319.s1} 
+tr {06320.t1} {06319.p1|06320.p0} {06320.s1} -> {06320.p1|06321.p0} {06320.s2} 
+tr {06320.t2} {06320.s2} -> {06320.s1} 
+tr {06321.t1} {06320.p1|06321.p0} {06321.s1} -> {06321.p1|06322.p0} {06321.s2} 
+tr {06321.t2} {06321.s2} -> {06321.s1} 
+tr {06322.t1} {06321.p1|06322.p0} {06322.s1} -> {06322.p1|06323.p0} {06322.s2} 
+tr {06322.t2} {06322.s2} -> {06322.s1} 
+tr {06323.t1} {06322.p1|06323.p0} {06323.s1} -> {06323.p1|06324.p0} {06323.s2} 
+tr {06323.t2} {06323.s2} -> {06323.s1} 
+tr {06324.t1} {06323.p1|06324.p0} {06324.s1} -> {06324.p1|06325.p0} {06324.s2} 
+tr {06324.t2} {06324.s2} -> {06324.s1} 
+tr {06325.t1} {06324.p1|06325.p0} {06325.s1} -> {06325.p1|06326.p0} {06325.s2} 
+tr {06325.t2} {06325.s2} -> {06325.s1} 
+tr {06326.t1} {06325.p1|06326.p0} {06326.s1} -> {06326.p1|06327.p0} {06326.s2} 
+tr {06326.t2} {06326.s2} -> {06326.s1} 
+tr {06327.t1} {06326.p1|06327.p0} {06327.s1} -> {06327.p1|06328.p0} {06327.s2} 
+tr {06327.t2} {06327.s2} -> {06327.s1} 
+tr {06328.t1} {06327.p1|06328.p0} {06328.s1} -> {06328.p1|06329.p0} {06328.s2} 
+tr {06328.t2} {06328.s2} -> {06328.s1} 
+tr {06329.t1} {06328.p1|06329.p0} {06329.s1} -> {06329.p1|06330.p0} {06329.s2} 
+tr {06329.t2} {06329.s2} -> {06329.s1} 
+tr {06330.t1} {06329.p1|06330.p0} {06330.s1} -> {06330.p1|06331.p0} {06330.s2} 
+tr {06330.t2} {06330.s2} -> {06330.s1} 
+tr {06331.t1} {06330.p1|06331.p0} {06331.s1} -> {06331.p1|06332.p0} {06331.s2} 
+tr {06331.t2} {06331.s2} -> {06331.s1} 
+tr {06332.t1} {06331.p1|06332.p0} {06332.s1} -> {06332.p1|06333.p0} {06332.s2} 
+tr {06332.t2} {06332.s2} -> {06332.s1} 
+tr {06333.t1} {06332.p1|06333.p0} {06333.s1} -> {06333.p1|06334.p0} {06333.s2} 
+tr {06333.t2} {06333.s2} -> {06333.s1} 
+tr {06334.t1} {06333.p1|06334.p0} {06334.s1} -> {06334.p1|06335.p0} {06334.s2} 
+tr {06334.t2} {06334.s2} -> {06334.s1} 
+tr {06335.t1} {06334.p1|06335.p0} {06335.s1} -> {06335.p1|06336.p0} {06335.s2} 
+tr {06335.t2} {06335.s2} -> {06335.s1} 
+tr {06336.t1} {06335.p1|06336.p0} {06336.s1} -> {06336.p1|06337.p0} {06336.s2} 
+tr {06336.t2} {06336.s2} -> {06336.s1} 
+tr {06337.t1} {06336.p1|06337.p0} {06337.s1} -> {06337.p1|06338.p0} {06337.s2} 
+tr {06337.t2} {06337.s2} -> {06337.s1} 
+tr {06338.t1} {06337.p1|06338.p0} {06338.s1} -> {06338.p1|06339.p0} {06338.s2} 
+tr {06338.t2} {06338.s2} -> {06338.s1} 
+tr {06339.t1} {06338.p1|06339.p0} {06339.s1} -> {06339.p1|06340.p0} {06339.s2} 
+tr {06339.t2} {06339.s2} -> {06339.s1} 
+tr {06340.t1} {06339.p1|06340.p0} {06340.s1} -> {06340.p1|06341.p0} {06340.s2} 
+tr {06340.t2} {06340.s2} -> {06340.s1} 
+tr {06341.t1} {06340.p1|06341.p0} {06341.s1} -> {06341.p1|06342.p0} {06341.s2} 
+tr {06341.t2} {06341.s2} -> {06341.s1} 
+tr {06342.t1} {06341.p1|06342.p0} {06342.s1} -> {06342.p1|06343.p0} {06342.s2} 
+tr {06342.t2} {06342.s2} -> {06342.s1} 
+tr {06343.t1} {06342.p1|06343.p0} {06343.s1} -> {06343.p1|06344.p0} {06343.s2} 
+tr {06343.t2} {06343.s2} -> {06343.s1} 
+tr {06344.t1} {06343.p1|06344.p0} {06344.s1} -> {06344.p1|06345.p0} {06344.s2} 
+tr {06344.t2} {06344.s2} -> {06344.s1} 
+tr {06345.t1} {06344.p1|06345.p0} {06345.s1} -> {06345.p1|06346.p0} {06345.s2} 
+tr {06345.t2} {06345.s2} -> {06345.s1} 
+tr {06346.t1} {06345.p1|06346.p0} {06346.s1} -> {06346.p1|06347.p0} {06346.s2} 
+tr {06346.t2} {06346.s2} -> {06346.s1} 
+tr {06347.t1} {06346.p1|06347.p0} {06347.s1} -> {06347.p1|06348.p0} {06347.s2} 
+tr {06347.t2} {06347.s2} -> {06347.s1} 
+tr {06348.t1} {06347.p1|06348.p0} {06348.s1} -> {06348.p1|06349.p0} {06348.s2} 
+tr {06348.t2} {06348.s2} -> {06348.s1} 
+tr {06349.t1} {06348.p1|06349.p0} {06349.s1} -> {06349.p1|06350.p0} {06349.s2} 
+tr {06349.t2} {06349.s2} -> {06349.s1} 
+tr {06350.t1} {06349.p1|06350.p0} {06350.s1} -> {06350.p1|06351.p0} {06350.s2} 
+tr {06350.t2} {06350.s2} -> {06350.s1} 
+tr {06351.t1} {06350.p1|06351.p0} {06351.s1} -> {06351.p1|06352.p0} {06351.s2} 
+tr {06351.t2} {06351.s2} -> {06351.s1} 
+tr {06352.t1} {06351.p1|06352.p0} {06352.s1} -> {06352.p1|06353.p0} {06352.s2} 
+tr {06352.t2} {06352.s2} -> {06352.s1} 
+tr {06353.t1} {06352.p1|06353.p0} {06353.s1} -> {06353.p1|06354.p0} {06353.s2} 
+tr {06353.t2} {06353.s2} -> {06353.s1} 
+tr {06354.t1} {06353.p1|06354.p0} {06354.s1} -> {06354.p1|06355.p0} {06354.s2} 
+tr {06354.t2} {06354.s2} -> {06354.s1} 
+tr {06355.t1} {06354.p1|06355.p0} {06355.s1} -> {06355.p1|06356.p0} {06355.s2} 
+tr {06355.t2} {06355.s2} -> {06355.s1} 
+tr {06356.t1} {06355.p1|06356.p0} {06356.s1} -> {06356.p1|06357.p0} {06356.s2} 
+tr {06356.t2} {06356.s2} -> {06356.s1} 
+tr {06357.t1} {06356.p1|06357.p0} {06357.s1} -> {06357.p1|06358.p0} {06357.s2} 
+tr {06357.t2} {06357.s2} -> {06357.s1} 
+tr {06358.t1} {06357.p1|06358.p0} {06358.s1} -> {06358.p1|06359.p0} {06358.s2} 
+tr {06358.t2} {06358.s2} -> {06358.s1} 
+tr {06359.t1} {06358.p1|06359.p0} {06359.s1} -> {06359.p1|06360.p0} {06359.s2} 
+tr {06359.t2} {06359.s2} -> {06359.s1} 
+tr {06360.t1} {06359.p1|06360.p0} {06360.s1} -> {06360.p1|06361.p0} {06360.s2} 
+tr {06360.t2} {06360.s2} -> {06360.s1} 
+tr {06361.t1} {06360.p1|06361.p0} {06361.s1} -> {06361.p1|06362.p0} {06361.s2} 
+tr {06361.t2} {06361.s2} -> {06361.s1} 
+tr {06362.t1} {06361.p1|06362.p0} {06362.s1} -> {06362.p1|06363.p0} {06362.s2} 
+tr {06362.t2} {06362.s2} -> {06362.s1} 
+tr {06363.t1} {06362.p1|06363.p0} {06363.s1} -> {06363.p1|06364.p0} {06363.s2} 
+tr {06363.t2} {06363.s2} -> {06363.s1} 
+tr {06364.t1} {06363.p1|06364.p0} {06364.s1} -> {06364.p1|06365.p0} {06364.s2} 
+tr {06364.t2} {06364.s2} -> {06364.s1} 
+tr {06365.t1} {06364.p1|06365.p0} {06365.s1} -> {06365.p1|06366.p0} {06365.s2} 
+tr {06365.t2} {06365.s2} -> {06365.s1} 
+tr {06366.t1} {06365.p1|06366.p0} {06366.s1} -> {06366.p1|06367.p0} {06366.s2} 
+tr {06366.t2} {06366.s2} -> {06366.s1} 
+tr {06367.t1} {06366.p1|06367.p0} {06367.s1} -> {06367.p1|06368.p0} {06367.s2} 
+tr {06367.t2} {06367.s2} -> {06367.s1} 
+tr {06368.t1} {06367.p1|06368.p0} {06368.s1} -> {06368.p1|06369.p0} {06368.s2} 
+tr {06368.t2} {06368.s2} -> {06368.s1} 
+tr {06369.t1} {06368.p1|06369.p0} {06369.s1} -> {06369.p1|06370.p0} {06369.s2} 
+tr {06369.t2} {06369.s2} -> {06369.s1} 
+tr {06370.t1} {06369.p1|06370.p0} {06370.s1} -> {06370.p1|06371.p0} {06370.s2} 
+tr {06370.t2} {06370.s2} -> {06370.s1} 
+tr {06371.t1} {06370.p1|06371.p0} {06371.s1} -> {06371.p1|06372.p0} {06371.s2} 
+tr {06371.t2} {06371.s2} -> {06371.s1} 
+tr {06372.t1} {06371.p1|06372.p0} {06372.s1} -> {06372.p1|06373.p0} {06372.s2} 
+tr {06372.t2} {06372.s2} -> {06372.s1} 
+tr {06373.t1} {06372.p1|06373.p0} {06373.s1} -> {06373.p1|06374.p0} {06373.s2} 
+tr {06373.t2} {06373.s2} -> {06373.s1} 
+tr {06374.t1} {06373.p1|06374.p0} {06374.s1} -> {06374.p1|06375.p0} {06374.s2} 
+tr {06374.t2} {06374.s2} -> {06374.s1} 
+tr {06375.t1} {06374.p1|06375.p0} {06375.s1} -> {06375.p1|06376.p0} {06375.s2} 
+tr {06375.t2} {06375.s2} -> {06375.s1} 
+tr {06376.t1} {06375.p1|06376.p0} {06376.s1} -> {06376.p1|06377.p0} {06376.s2} 
+tr {06376.t2} {06376.s2} -> {06376.s1} 
+tr {06377.t1} {06376.p1|06377.p0} {06377.s1} -> {06377.p1|06378.p0} {06377.s2} 
+tr {06377.t2} {06377.s2} -> {06377.s1} 
+tr {06378.t1} {06377.p1|06378.p0} {06378.s1} -> {06378.p1|06379.p0} {06378.s2} 
+tr {06378.t2} {06378.s2} -> {06378.s1} 
+tr {06379.t1} {06378.p1|06379.p0} {06379.s1} -> {06379.p1|06380.p0} {06379.s2} 
+tr {06379.t2} {06379.s2} -> {06379.s1} 
+tr {06380.t1} {06379.p1|06380.p0} {06380.s1} -> {06380.p1|06381.p0} {06380.s2} 
+tr {06380.t2} {06380.s2} -> {06380.s1} 
+tr {06381.t1} {06380.p1|06381.p0} {06381.s1} -> {06381.p1|06382.p0} {06381.s2} 
+tr {06381.t2} {06381.s2} -> {06381.s1} 
+tr {06382.t1} {06381.p1|06382.p0} {06382.s1} -> {06382.p1|06383.p0} {06382.s2} 
+tr {06382.t2} {06382.s2} -> {06382.s1} 
+tr {06383.t1} {06382.p1|06383.p0} {06383.s1} -> {06383.p1|06384.p0} {06383.s2} 
+tr {06383.t2} {06383.s2} -> {06383.s1} 
+tr {06384.t1} {06383.p1|06384.p0} {06384.s1} -> {06384.p1|06385.p0} {06384.s2} 
+tr {06384.t2} {06384.s2} -> {06384.s1} 
+tr {06385.t1} {06384.p1|06385.p0} {06385.s1} -> {06385.p1|06386.p0} {06385.s2} 
+tr {06385.t2} {06385.s2} -> {06385.s1} 
+tr {06386.t1} {06385.p1|06386.p0} {06386.s1} -> {06386.p1|06387.p0} {06386.s2} 
+tr {06386.t2} {06386.s2} -> {06386.s1} 
+tr {06387.t1} {06386.p1|06387.p0} {06387.s1} -> {06387.p1|06388.p0} {06387.s2} 
+tr {06387.t2} {06387.s2} -> {06387.s1} 
+tr {06388.t1} {06387.p1|06388.p0} {06388.s1} -> {06388.p1|06389.p0} {06388.s2} 
+tr {06388.t2} {06388.s2} -> {06388.s1} 
+tr {06389.t1} {06388.p1|06389.p0} {06389.s1} -> {06389.p1|06390.p0} {06389.s2} 
+tr {06389.t2} {06389.s2} -> {06389.s1} 
+tr {06390.t1} {06389.p1|06390.p0} {06390.s1} -> {06390.p1|06391.p0} {06390.s2} 
+tr {06390.t2} {06390.s2} -> {06390.s1} 
+tr {06391.t1} {06390.p1|06391.p0} {06391.s1} -> {06391.p1|06392.p0} {06391.s2} 
+tr {06391.t2} {06391.s2} -> {06391.s1} 
+tr {06392.t1} {06391.p1|06392.p0} {06392.s1} -> {06392.p1|06393.p0} {06392.s2} 
+tr {06392.t2} {06392.s2} -> {06392.s1} 
+tr {06393.t1} {06392.p1|06393.p0} {06393.s1} -> {06393.p1|06394.p0} {06393.s2} 
+tr {06393.t2} {06393.s2} -> {06393.s1} 
+tr {06394.t1} {06393.p1|06394.p0} {06394.s1} -> {06394.p1|06395.p0} {06394.s2} 
+tr {06394.t2} {06394.s2} -> {06394.s1} 
+tr {06395.t1} {06394.p1|06395.p0} {06395.s1} -> {06395.p1|06396.p0} {06395.s2} 
+tr {06395.t2} {06395.s2} -> {06395.s1} 
+tr {06396.t1} {06395.p1|06396.p0} {06396.s1} -> {06396.p1|06397.p0} {06396.s2} 
+tr {06396.t2} {06396.s2} -> {06396.s1} 
+tr {06397.t1} {06396.p1|06397.p0} {06397.s1} -> {06397.p1|06398.p0} {06397.s2} 
+tr {06397.t2} {06397.s2} -> {06397.s1} 
+tr {06398.t1} {06397.p1|06398.p0} {06398.s1} -> {06398.p1|06399.p0} {06398.s2} 
+tr {06398.t2} {06398.s2} -> {06398.s1} 
+tr {06399.t1} {06398.p1|06399.p0} {06399.s1} -> {06399.p1|06400.p0} {06399.s2} 
+tr {06399.t2} {06399.s2} -> {06399.s1} 
+tr {06400.t1} {06399.p1|06400.p0} {06400.s1} -> {06400.p1|06401.p0} {06400.s2} 
+tr {06400.t2} {06400.s2} -> {06400.s1} 
+tr {06401.t1} {06400.p1|06401.p0} {06401.s1} -> {06401.p1|06402.p0} {06401.s2} 
+tr {06401.t2} {06401.s2} -> {06401.s1} 
+tr {06402.t1} {06401.p1|06402.p0} {06402.s1} -> {06402.p1|06403.p0} {06402.s2} 
+tr {06402.t2} {06402.s2} -> {06402.s1} 
+tr {06403.t1} {06402.p1|06403.p0} {06403.s1} -> {06403.p1|06404.p0} {06403.s2} 
+tr {06403.t2} {06403.s2} -> {06403.s1} 
+tr {06404.t1} {06403.p1|06404.p0} {06404.s1} -> {06404.p1|06405.p0} {06404.s2} 
+tr {06404.t2} {06404.s2} -> {06404.s1} 
+tr {06405.t1} {06404.p1|06405.p0} {06405.s1} -> {06405.p1|06406.p0} {06405.s2} 
+tr {06405.t2} {06405.s2} -> {06405.s1} 
+tr {06406.t1} {06405.p1|06406.p0} {06406.s1} -> {06406.p1|06407.p0} {06406.s2} 
+tr {06406.t2} {06406.s2} -> {06406.s1} 
+tr {06407.t1} {06406.p1|06407.p0} {06407.s1} -> {06407.p1|06408.p0} {06407.s2} 
+tr {06407.t2} {06407.s2} -> {06407.s1} 
+tr {06408.t1} {06407.p1|06408.p0} {06408.s1} -> {06408.p1|06409.p0} {06408.s2} 
+tr {06408.t2} {06408.s2} -> {06408.s1} 
+tr {06409.t1} {06408.p1|06409.p0} {06409.s1} -> {06409.p1|06410.p0} {06409.s2} 
+tr {06409.t2} {06409.s2} -> {06409.s1} 
+tr {06410.t1} {06409.p1|06410.p0} {06410.s1} -> {06410.p1|06411.p0} {06410.s2} 
+tr {06410.t2} {06410.s2} -> {06410.s1} 
+tr {06411.t1} {06410.p1|06411.p0} {06411.s1} -> {06411.p1|06412.p0} {06411.s2} 
+tr {06411.t2} {06411.s2} -> {06411.s1} 
+tr {06412.t1} {06411.p1|06412.p0} {06412.s1} -> {06412.p1|06413.p0} {06412.s2} 
+tr {06412.t2} {06412.s2} -> {06412.s1} 
+tr {06413.t1} {06412.p1|06413.p0} {06413.s1} -> {06413.p1|06414.p0} {06413.s2} 
+tr {06413.t2} {06413.s2} -> {06413.s1} 
+tr {06414.t1} {06413.p1|06414.p0} {06414.s1} -> {06414.p1|06415.p0} {06414.s2} 
+tr {06414.t2} {06414.s2} -> {06414.s1} 
+tr {06415.t1} {06414.p1|06415.p0} {06415.s1} -> {06415.p1|06416.p0} {06415.s2} 
+tr {06415.t2} {06415.s2} -> {06415.s1} 
+tr {06416.t1} {06415.p1|06416.p0} {06416.s1} -> {06416.p1|06417.p0} {06416.s2} 
+tr {06416.t2} {06416.s2} -> {06416.s1} 
+tr {06417.t1} {06416.p1|06417.p0} {06417.s1} -> {06417.p1|06418.p0} {06417.s2} 
+tr {06417.t2} {06417.s2} -> {06417.s1} 
+tr {06418.t1} {06417.p1|06418.p0} {06418.s1} -> {06418.p1|06419.p0} {06418.s2} 
+tr {06418.t2} {06418.s2} -> {06418.s1} 
+tr {06419.t1} {06418.p1|06419.p0} {06419.s1} -> {06419.p1|06420.p0} {06419.s2} 
+tr {06419.t2} {06419.s2} -> {06419.s1} 
+tr {06420.t1} {06419.p1|06420.p0} {06420.s1} -> {06420.p1|06421.p0} {06420.s2} 
+tr {06420.t2} {06420.s2} -> {06420.s1} 
+tr {06421.t1} {06420.p1|06421.p0} {06421.s1} -> {06421.p1|06422.p0} {06421.s2} 
+tr {06421.t2} {06421.s2} -> {06421.s1} 
+tr {06422.t1} {06421.p1|06422.p0} {06422.s1} -> {06422.p1|06423.p0} {06422.s2} 
+tr {06422.t2} {06422.s2} -> {06422.s1} 
+tr {06423.t1} {06422.p1|06423.p0} {06423.s1} -> {06423.p1|06424.p0} {06423.s2} 
+tr {06423.t2} {06423.s2} -> {06423.s1} 
+tr {06424.t1} {06423.p1|06424.p0} {06424.s1} -> {06424.p1|06425.p0} {06424.s2} 
+tr {06424.t2} {06424.s2} -> {06424.s1} 
+tr {06425.t1} {06424.p1|06425.p0} {06425.s1} -> {06425.p1|06426.p0} {06425.s2} 
+tr {06425.t2} {06425.s2} -> {06425.s1} 
+tr {06426.t1} {06425.p1|06426.p0} {06426.s1} -> {06426.p1|06427.p0} {06426.s2} 
+tr {06426.t2} {06426.s2} -> {06426.s1} 
+tr {06427.t1} {06426.p1|06427.p0} {06427.s1} -> {06427.p1|06428.p0} {06427.s2} 
+tr {06427.t2} {06427.s2} -> {06427.s1} 
+tr {06428.t1} {06427.p1|06428.p0} {06428.s1} -> {06428.p1|06429.p0} {06428.s2} 
+tr {06428.t2} {06428.s2} -> {06428.s1} 
+tr {06429.t1} {06428.p1|06429.p0} {06429.s1} -> {06429.p1|06430.p0} {06429.s2} 
+tr {06429.t2} {06429.s2} -> {06429.s1} 
+tr {06430.t1} {06429.p1|06430.p0} {06430.s1} -> {06430.p1|06431.p0} {06430.s2} 
+tr {06430.t2} {06430.s2} -> {06430.s1} 
+tr {06431.t1} {06430.p1|06431.p0} {06431.s1} -> {06431.p1|06432.p0} {06431.s2} 
+tr {06431.t2} {06431.s2} -> {06431.s1} 
+tr {06432.t1} {06431.p1|06432.p0} {06432.s1} -> {06432.p1|06433.p0} {06432.s2} 
+tr {06432.t2} {06432.s2} -> {06432.s1} 
+tr {06433.t1} {06432.p1|06433.p0} {06433.s1} -> {06433.p1|06434.p0} {06433.s2} 
+tr {06433.t2} {06433.s2} -> {06433.s1} 
+tr {06434.t1} {06433.p1|06434.p0} {06434.s1} -> {06434.p1|06435.p0} {06434.s2} 
+tr {06434.t2} {06434.s2} -> {06434.s1} 
+tr {06435.t1} {06434.p1|06435.p0} {06435.s1} -> {06435.p1|06436.p0} {06435.s2} 
+tr {06435.t2} {06435.s2} -> {06435.s1} 
+tr {06436.t1} {06435.p1|06436.p0} {06436.s1} -> {06436.p1|06437.p0} {06436.s2} 
+tr {06436.t2} {06436.s2} -> {06436.s1} 
+tr {06437.t1} {06436.p1|06437.p0} {06437.s1} -> {06437.p1|06438.p0} {06437.s2} 
+tr {06437.t2} {06437.s2} -> {06437.s1} 
+tr {06438.t1} {06437.p1|06438.p0} {06438.s1} -> {06438.p1|06439.p0} {06438.s2} 
+tr {06438.t2} {06438.s2} -> {06438.s1} 
+tr {06439.t1} {06438.p1|06439.p0} {06439.s1} -> {06439.p1|06440.p0} {06439.s2} 
+tr {06439.t2} {06439.s2} -> {06439.s1} 
+tr {06440.t1} {06439.p1|06440.p0} {06440.s1} -> {06440.p1|06441.p0} {06440.s2} 
+tr {06440.t2} {06440.s2} -> {06440.s1} 
+tr {06441.t1} {06440.p1|06441.p0} {06441.s1} -> {06441.p1|06442.p0} {06441.s2} 
+tr {06441.t2} {06441.s2} -> {06441.s1} 
+tr {06442.t1} {06441.p1|06442.p0} {06442.s1} -> {06442.p1|06443.p0} {06442.s2} 
+tr {06442.t2} {06442.s2} -> {06442.s1} 
+tr {06443.t1} {06442.p1|06443.p0} {06443.s1} -> {06443.p1|06444.p0} {06443.s2} 
+tr {06443.t2} {06443.s2} -> {06443.s1} 
+tr {06444.t1} {06443.p1|06444.p0} {06444.s1} -> {06444.p1|06445.p0} {06444.s2} 
+tr {06444.t2} {06444.s2} -> {06444.s1} 
+tr {06445.t1} {06444.p1|06445.p0} {06445.s1} -> {06445.p1|06446.p0} {06445.s2} 
+tr {06445.t2} {06445.s2} -> {06445.s1} 
+tr {06446.t1} {06445.p1|06446.p0} {06446.s1} -> {06446.p1|06447.p0} {06446.s2} 
+tr {06446.t2} {06446.s2} -> {06446.s1} 
+tr {06447.t1} {06446.p1|06447.p0} {06447.s1} -> {06447.p1|06448.p0} {06447.s2} 
+tr {06447.t2} {06447.s2} -> {06447.s1} 
+tr {06448.t1} {06447.p1|06448.p0} {06448.s1} -> {06448.p1|06449.p0} {06448.s2} 
+tr {06448.t2} {06448.s2} -> {06448.s1} 
+tr {06449.t1} {06448.p1|06449.p0} {06449.s1} -> {06449.p1|06450.p0} {06449.s2} 
+tr {06449.t2} {06449.s2} -> {06449.s1} 
+tr {06450.t1} {06449.p1|06450.p0} {06450.s1} -> {06450.p1|06451.p0} {06450.s2} 
+tr {06450.t2} {06450.s2} -> {06450.s1} 
+tr {06451.t1} {06450.p1|06451.p0} {06451.s1} -> {06451.p1|06452.p0} {06451.s2} 
+tr {06451.t2} {06451.s2} -> {06451.s1} 
+tr {06452.t1} {06451.p1|06452.p0} {06452.s1} -> {06452.p1|06453.p0} {06452.s2} 
+tr {06452.t2} {06452.s2} -> {06452.s1} 
+tr {06453.t1} {06452.p1|06453.p0} {06453.s1} -> {06453.p1|06454.p0} {06453.s2} 
+tr {06453.t2} {06453.s2} -> {06453.s1} 
+tr {06454.t1} {06453.p1|06454.p0} {06454.s1} -> {06454.p1|06455.p0} {06454.s2} 
+tr {06454.t2} {06454.s2} -> {06454.s1} 
+tr {06455.t1} {06454.p1|06455.p0} {06455.s1} -> {06455.p1|06456.p0} {06455.s2} 
+tr {06455.t2} {06455.s2} -> {06455.s1} 
+tr {06456.t1} {06455.p1|06456.p0} {06456.s1} -> {06456.p1|06457.p0} {06456.s2} 
+tr {06456.t2} {06456.s2} -> {06456.s1} 
+tr {06457.t1} {06456.p1|06457.p0} {06457.s1} -> {06457.p1|06458.p0} {06457.s2} 
+tr {06457.t2} {06457.s2} -> {06457.s1} 
+tr {06458.t1} {06457.p1|06458.p0} {06458.s1} -> {06458.p1|06459.p0} {06458.s2} 
+tr {06458.t2} {06458.s2} -> {06458.s1} 
+tr {06459.t1} {06458.p1|06459.p0} {06459.s1} -> {06459.p1|06460.p0} {06459.s2} 
+tr {06459.t2} {06459.s2} -> {06459.s1} 
+tr {06460.t1} {06459.p1|06460.p0} {06460.s1} -> {06460.p1|06461.p0} {06460.s2} 
+tr {06460.t2} {06460.s2} -> {06460.s1} 
+tr {06461.t1} {06460.p1|06461.p0} {06461.s1} -> {06461.p1|06462.p0} {06461.s2} 
+tr {06461.t2} {06461.s2} -> {06461.s1} 
+tr {06462.t1} {06461.p1|06462.p0} {06462.s1} -> {06462.p1|06463.p0} {06462.s2} 
+tr {06462.t2} {06462.s2} -> {06462.s1} 
+tr {06463.t1} {06462.p1|06463.p0} {06463.s1} -> {06463.p1|06464.p0} {06463.s2} 
+tr {06463.t2} {06463.s2} -> {06463.s1} 
+tr {06464.t1} {06463.p1|06464.p0} {06464.s1} -> {06464.p1|06465.p0} {06464.s2} 
+tr {06464.t2} {06464.s2} -> {06464.s1} 
+tr {06465.t1} {06464.p1|06465.p0} {06465.s1} -> {06465.p1|06466.p0} {06465.s2} 
+tr {06465.t2} {06465.s2} -> {06465.s1} 
+tr {06466.t1} {06465.p1|06466.p0} {06466.s1} -> {06466.p1|06467.p0} {06466.s2} 
+tr {06466.t2} {06466.s2} -> {06466.s1} 
+tr {06467.t1} {06466.p1|06467.p0} {06467.s1} -> {06467.p1|06468.p0} {06467.s2} 
+tr {06467.t2} {06467.s2} -> {06467.s1} 
+tr {06468.t1} {06467.p1|06468.p0} {06468.s1} -> {06468.p1|06469.p0} {06468.s2} 
+tr {06468.t2} {06468.s2} -> {06468.s1} 
+tr {06469.t1} {06468.p1|06469.p0} {06469.s1} -> {06469.p1|06470.p0} {06469.s2} 
+tr {06469.t2} {06469.s2} -> {06469.s1} 
+tr {06470.t1} {06469.p1|06470.p0} {06470.s1} -> {06470.p1|06471.p0} {06470.s2} 
+tr {06470.t2} {06470.s2} -> {06470.s1} 
+tr {06471.t1} {06470.p1|06471.p0} {06471.s1} -> {06471.p1|06472.p0} {06471.s2} 
+tr {06471.t2} {06471.s2} -> {06471.s1} 
+tr {06472.t1} {06471.p1|06472.p0} {06472.s1} -> {06472.p1|06473.p0} {06472.s2} 
+tr {06472.t2} {06472.s2} -> {06472.s1} 
+tr {06473.t1} {06472.p1|06473.p0} {06473.s1} -> {06473.p1|06474.p0} {06473.s2} 
+tr {06473.t2} {06473.s2} -> {06473.s1} 
+tr {06474.t1} {06473.p1|06474.p0} {06474.s1} -> {06474.p1|06475.p0} {06474.s2} 
+tr {06474.t2} {06474.s2} -> {06474.s1} 
+tr {06475.t1} {06474.p1|06475.p0} {06475.s1} -> {06475.p1|06476.p0} {06475.s2} 
+tr {06475.t2} {06475.s2} -> {06475.s1} 
+tr {06476.t1} {06475.p1|06476.p0} {06476.s1} -> {06476.p1|06477.p0} {06476.s2} 
+tr {06476.t2} {06476.s2} -> {06476.s1} 
+tr {06477.t1} {06476.p1|06477.p0} {06477.s1} -> {06477.p1|06478.p0} {06477.s2} 
+tr {06477.t2} {06477.s2} -> {06477.s1} 
+tr {06478.t1} {06477.p1|06478.p0} {06478.s1} -> {06478.p1|06479.p0} {06478.s2} 
+tr {06478.t2} {06478.s2} -> {06478.s1} 
+tr {06479.t1} {06478.p1|06479.p0} {06479.s1} -> {06479.p1|06480.p0} {06479.s2} 
+tr {06479.t2} {06479.s2} -> {06479.s1} 
+tr {06480.t1} {06479.p1|06480.p0} {06480.s1} -> {06480.p1|06481.p0} {06480.s2} 
+tr {06480.t2} {06480.s2} -> {06480.s1} 
+tr {06481.t1} {06480.p1|06481.p0} {06481.s1} -> {06481.p1|06482.p0} {06481.s2} 
+tr {06481.t2} {06481.s2} -> {06481.s1} 
+tr {06482.t1} {06481.p1|06482.p0} {06482.s1} -> {06482.p1|06483.p0} {06482.s2} 
+tr {06482.t2} {06482.s2} -> {06482.s1} 
+tr {06483.t1} {06482.p1|06483.p0} {06483.s1} -> {06483.p1|06484.p0} {06483.s2} 
+tr {06483.t2} {06483.s2} -> {06483.s1} 
+tr {06484.t1} {06483.p1|06484.p0} {06484.s1} -> {06484.p1|06485.p0} {06484.s2} 
+tr {06484.t2} {06484.s2} -> {06484.s1} 
+tr {06485.t1} {06484.p1|06485.p0} {06485.s1} -> {06485.p1|06486.p0} {06485.s2} 
+tr {06485.t2} {06485.s2} -> {06485.s1} 
+tr {06486.t1} {06485.p1|06486.p0} {06486.s1} -> {06486.p1|06487.p0} {06486.s2} 
+tr {06486.t2} {06486.s2} -> {06486.s1} 
+tr {06487.t1} {06486.p1|06487.p0} {06487.s1} -> {06487.p1|06488.p0} {06487.s2} 
+tr {06487.t2} {06487.s2} -> {06487.s1} 
+tr {06488.t1} {06487.p1|06488.p0} {06488.s1} -> {06488.p1|06489.p0} {06488.s2} 
+tr {06488.t2} {06488.s2} -> {06488.s1} 
+tr {06489.t1} {06488.p1|06489.p0} {06489.s1} -> {06489.p1|06490.p0} {06489.s2} 
+tr {06489.t2} {06489.s2} -> {06489.s1} 
+tr {06490.t1} {06489.p1|06490.p0} {06490.s1} -> {06490.p1|06491.p0} {06490.s2} 
+tr {06490.t2} {06490.s2} -> {06490.s1} 
+tr {06491.t1} {06490.p1|06491.p0} {06491.s1} -> {06491.p1|06492.p0} {06491.s2} 
+tr {06491.t2} {06491.s2} -> {06491.s1} 
+tr {06492.t1} {06491.p1|06492.p0} {06492.s1} -> {06492.p1|06493.p0} {06492.s2} 
+tr {06492.t2} {06492.s2} -> {06492.s1} 
+tr {06493.t1} {06492.p1|06493.p0} {06493.s1} -> {06493.p1|06494.p0} {06493.s2} 
+tr {06493.t2} {06493.s2} -> {06493.s1} 
+tr {06494.t1} {06493.p1|06494.p0} {06494.s1} -> {06494.p1|06495.p0} {06494.s2} 
+tr {06494.t2} {06494.s2} -> {06494.s1} 
+tr {06495.t1} {06494.p1|06495.p0} {06495.s1} -> {06495.p1|06496.p0} {06495.s2} 
+tr {06495.t2} {06495.s2} -> {06495.s1} 
+tr {06496.t1} {06495.p1|06496.p0} {06496.s1} -> {06496.p1|06497.p0} {06496.s2} 
+tr {06496.t2} {06496.s2} -> {06496.s1} 
+tr {06497.t1} {06496.p1|06497.p0} {06497.s1} -> {06497.p1|06498.p0} {06497.s2} 
+tr {06497.t2} {06497.s2} -> {06497.s1} 
+tr {06498.t1} {06497.p1|06498.p0} {06498.s1} -> {06498.p1|06499.p0} {06498.s2} 
+tr {06498.t2} {06498.s2} -> {06498.s1} 
+tr {06499.t1} {06498.p1|06499.p0} {06499.s1} -> {06499.p1|06500.p0} {06499.s2} 
+tr {06499.t2} {06499.s2} -> {06499.s1} 
+tr {06500.t1} {06499.p1|06500.p0} {06500.s1} -> {06500.p1|06501.p0} {06500.s2} 
+tr {06500.t2} {06500.s2} -> {06500.s1} 
+tr {06501.t1} {06500.p1|06501.p0} {06501.s1} -> {06501.p1|06502.p0} {06501.s2} 
+tr {06501.t2} {06501.s2} -> {06501.s1} 
+tr {06502.t1} {06501.p1|06502.p0} {06502.s1} -> {06502.p1|06503.p0} {06502.s2} 
+tr {06502.t2} {06502.s2} -> {06502.s1} 
+tr {06503.t1} {06502.p1|06503.p0} {06503.s1} -> {06503.p1|06504.p0} {06503.s2} 
+tr {06503.t2} {06503.s2} -> {06503.s1} 
+tr {06504.t1} {06503.p1|06504.p0} {06504.s1} -> {06504.p1|06505.p0} {06504.s2} 
+tr {06504.t2} {06504.s2} -> {06504.s1} 
+tr {06505.t1} {06504.p1|06505.p0} {06505.s1} -> {06505.p1|06506.p0} {06505.s2} 
+tr {06505.t2} {06505.s2} -> {06505.s1} 
+tr {06506.t1} {06505.p1|06506.p0} {06506.s1} -> {06506.p1|06507.p0} {06506.s2} 
+tr {06506.t2} {06506.s2} -> {06506.s1} 
+tr {06507.t1} {06506.p1|06507.p0} {06507.s1} -> {06507.p1|06508.p0} {06507.s2} 
+tr {06507.t2} {06507.s2} -> {06507.s1} 
+tr {06508.t1} {06507.p1|06508.p0} {06508.s1} -> {06508.p1|06509.p0} {06508.s2} 
+tr {06508.t2} {06508.s2} -> {06508.s1} 
+tr {06509.t1} {06508.p1|06509.p0} {06509.s1} -> {06509.p1|06510.p0} {06509.s2} 
+tr {06509.t2} {06509.s2} -> {06509.s1} 
+tr {06510.t1} {06509.p1|06510.p0} {06510.s1} -> {06510.p1|06511.p0} {06510.s2} 
+tr {06510.t2} {06510.s2} -> {06510.s1} 
+tr {06511.t1} {06510.p1|06511.p0} {06511.s1} -> {06511.p1|06512.p0} {06511.s2} 
+tr {06511.t2} {06511.s2} -> {06511.s1} 
+tr {06512.t1} {06511.p1|06512.p0} {06512.s1} -> {06512.p1|06513.p0} {06512.s2} 
+tr {06512.t2} {06512.s2} -> {06512.s1} 
+tr {06513.t1} {06512.p1|06513.p0} {06513.s1} -> {06513.p1|06514.p0} {06513.s2} 
+tr {06513.t2} {06513.s2} -> {06513.s1} 
+tr {06514.t1} {06513.p1|06514.p0} {06514.s1} -> {06514.p1|06515.p0} {06514.s2} 
+tr {06514.t2} {06514.s2} -> {06514.s1} 
+tr {06515.t1} {06514.p1|06515.p0} {06515.s1} -> {06515.p1|06516.p0} {06515.s2} 
+tr {06515.t2} {06515.s2} -> {06515.s1} 
+tr {06516.t1} {06515.p1|06516.p0} {06516.s1} -> {06516.p1|06517.p0} {06516.s2} 
+tr {06516.t2} {06516.s2} -> {06516.s1} 
+tr {06517.t1} {06516.p1|06517.p0} {06517.s1} -> {06517.p1|06518.p0} {06517.s2} 
+tr {06517.t2} {06517.s2} -> {06517.s1} 
+tr {06518.t1} {06517.p1|06518.p0} {06518.s1} -> {06518.p1|06519.p0} {06518.s2} 
+tr {06518.t2} {06518.s2} -> {06518.s1} 
+tr {06519.t1} {06518.p1|06519.p0} {06519.s1} -> {06519.p1|06520.p0} {06519.s2} 
+tr {06519.t2} {06519.s2} -> {06519.s1} 
+tr {06520.t1} {06519.p1|06520.p0} {06520.s1} -> {06520.p1|06521.p0} {06520.s2} 
+tr {06520.t2} {06520.s2} -> {06520.s1} 
+tr {06521.t1} {06520.p1|06521.p0} {06521.s1} -> {06521.p1|06522.p0} {06521.s2} 
+tr {06521.t2} {06521.s2} -> {06521.s1} 
+tr {06522.t1} {06521.p1|06522.p0} {06522.s1} -> {06522.p1|06523.p0} {06522.s2} 
+tr {06522.t2} {06522.s2} -> {06522.s1} 
+tr {06523.t1} {06522.p1|06523.p0} {06523.s1} -> {06523.p1|06524.p0} {06523.s2} 
+tr {06523.t2} {06523.s2} -> {06523.s1} 
+tr {06524.t1} {06523.p1|06524.p0} {06524.s1} -> {06524.p1|06525.p0} {06524.s2} 
+tr {06524.t2} {06524.s2} -> {06524.s1} 
+tr {06525.t1} {06524.p1|06525.p0} {06525.s1} -> {06525.p1|06526.p0} {06525.s2} 
+tr {06525.t2} {06525.s2} -> {06525.s1} 
+tr {06526.t1} {06525.p1|06526.p0} {06526.s1} -> {06526.p1|06527.p0} {06526.s2} 
+tr {06526.t2} {06526.s2} -> {06526.s1} 
+tr {06527.t1} {06526.p1|06527.p0} {06527.s1} -> {06527.p1|06528.p0} {06527.s2} 
+tr {06527.t2} {06527.s2} -> {06527.s1} 
+tr {06528.t1} {06527.p1|06528.p0} {06528.s1} -> {06528.p1|06529.p0} {06528.s2} 
+tr {06528.t2} {06528.s2} -> {06528.s1} 
+tr {06529.t1} {06528.p1|06529.p0} {06529.s1} -> {06529.p1|06530.p0} {06529.s2} 
+tr {06529.t2} {06529.s2} -> {06529.s1} 
+tr {06530.t1} {06529.p1|06530.p0} {06530.s1} -> {06530.p1|06531.p0} {06530.s2} 
+tr {06530.t2} {06530.s2} -> {06530.s1} 
+tr {06531.t1} {06530.p1|06531.p0} {06531.s1} -> {06531.p1|06532.p0} {06531.s2} 
+tr {06531.t2} {06531.s2} -> {06531.s1} 
+tr {06532.t1} {06531.p1|06532.p0} {06532.s1} -> {06532.p1|06533.p0} {06532.s2} 
+tr {06532.t2} {06532.s2} -> {06532.s1} 
+tr {06533.t1} {06532.p1|06533.p0} {06533.s1} -> {06533.p1|06534.p0} {06533.s2} 
+tr {06533.t2} {06533.s2} -> {06533.s1} 
+tr {06534.t1} {06533.p1|06534.p0} {06534.s1} -> {06534.p1|06535.p0} {06534.s2} 
+tr {06534.t2} {06534.s2} -> {06534.s1} 
+tr {06535.t1} {06534.p1|06535.p0} {06535.s1} -> {06535.p1|06536.p0} {06535.s2} 
+tr {06535.t2} {06535.s2} -> {06535.s1} 
+tr {06536.t1} {06535.p1|06536.p0} {06536.s1} -> {06536.p1|06537.p0} {06536.s2} 
+tr {06536.t2} {06536.s2} -> {06536.s1} 
+tr {06537.t1} {06536.p1|06537.p0} {06537.s1} -> {06537.p1|06538.p0} {06537.s2} 
+tr {06537.t2} {06537.s2} -> {06537.s1} 
+tr {06538.t1} {06537.p1|06538.p0} {06538.s1} -> {06538.p1|06539.p0} {06538.s2} 
+tr {06538.t2} {06538.s2} -> {06538.s1} 
+tr {06539.t1} {06538.p1|06539.p0} {06539.s1} -> {06539.p1|06540.p0} {06539.s2} 
+tr {06539.t2} {06539.s2} -> {06539.s1} 
+tr {06540.t1} {06539.p1|06540.p0} {06540.s1} -> {06540.p1|06541.p0} {06540.s2} 
+tr {06540.t2} {06540.s2} -> {06540.s1} 
+tr {06541.t1} {06540.p1|06541.p0} {06541.s1} -> {06541.p1|06542.p0} {06541.s2} 
+tr {06541.t2} {06541.s2} -> {06541.s1} 
+tr {06542.t1} {06541.p1|06542.p0} {06542.s1} -> {06542.p1|06543.p0} {06542.s2} 
+tr {06542.t2} {06542.s2} -> {06542.s1} 
+tr {06543.t1} {06542.p1|06543.p0} {06543.s1} -> {06543.p1|06544.p0} {06543.s2} 
+tr {06543.t2} {06543.s2} -> {06543.s1} 
+tr {06544.t1} {06543.p1|06544.p0} {06544.s1} -> {06544.p1|06545.p0} {06544.s2} 
+tr {06544.t2} {06544.s2} -> {06544.s1} 
+tr {06545.t1} {06544.p1|06545.p0} {06545.s1} -> {06545.p1|06546.p0} {06545.s2} 
+tr {06545.t2} {06545.s2} -> {06545.s1} 
+tr {06546.t1} {06545.p1|06546.p0} {06546.s1} -> {06546.p1|06547.p0} {06546.s2} 
+tr {06546.t2} {06546.s2} -> {06546.s1} 
+tr {06547.t1} {06546.p1|06547.p0} {06547.s1} -> {06547.p1|06548.p0} {06547.s2} 
+tr {06547.t2} {06547.s2} -> {06547.s1} 
+tr {06548.t1} {06547.p1|06548.p0} {06548.s1} -> {06548.p1|06549.p0} {06548.s2} 
+tr {06548.t2} {06548.s2} -> {06548.s1} 
+tr {06549.t1} {06548.p1|06549.p0} {06549.s1} -> {06549.p1|06550.p0} {06549.s2} 
+tr {06549.t2} {06549.s2} -> {06549.s1} 
+tr {06550.t1} {06549.p1|06550.p0} {06550.s1} -> {06550.p1|06551.p0} {06550.s2} 
+tr {06550.t2} {06550.s2} -> {06550.s1} 
+tr {06551.t1} {06550.p1|06551.p0} {06551.s1} -> {06551.p1|06552.p0} {06551.s2} 
+tr {06551.t2} {06551.s2} -> {06551.s1} 
+tr {06552.t1} {06551.p1|06552.p0} {06552.s1} -> {06552.p1|06553.p0} {06552.s2} 
+tr {06552.t2} {06552.s2} -> {06552.s1} 
+tr {06553.t1} {06552.p1|06553.p0} {06553.s1} -> {06553.p1|06554.p0} {06553.s2} 
+tr {06553.t2} {06553.s2} -> {06553.s1} 
+tr {06554.t1} {06553.p1|06554.p0} {06554.s1} -> {06554.p1|06555.p0} {06554.s2} 
+tr {06554.t2} {06554.s2} -> {06554.s1} 
+tr {06555.t1} {06554.p1|06555.p0} {06555.s1} -> {06555.p1|06556.p0} {06555.s2} 
+tr {06555.t2} {06555.s2} -> {06555.s1} 
+tr {06556.t1} {06555.p1|06556.p0} {06556.s1} -> {06556.p1|06557.p0} {06556.s2} 
+tr {06556.t2} {06556.s2} -> {06556.s1} 
+tr {06557.t1} {06556.p1|06557.p0} {06557.s1} -> {06557.p1|06558.p0} {06557.s2} 
+tr {06557.t2} {06557.s2} -> {06557.s1} 
+tr {06558.t1} {06557.p1|06558.p0} {06558.s1} -> {06558.p1|06559.p0} {06558.s2} 
+tr {06558.t2} {06558.s2} -> {06558.s1} 
+tr {06559.t1} {06558.p1|06559.p0} {06559.s1} -> {06559.p1|06560.p0} {06559.s2} 
+tr {06559.t2} {06559.s2} -> {06559.s1} 
+tr {06560.t1} {06559.p1|06560.p0} {06560.s1} -> {06560.p1|06561.p0} {06560.s2} 
+tr {06560.t2} {06560.s2} -> {06560.s1} 
+tr {06561.t1} {06560.p1|06561.p0} {06561.s1} -> {06561.p1|06562.p0} {06561.s2} 
+tr {06561.t2} {06561.s2} -> {06561.s1} 
+tr {06562.t1} {06561.p1|06562.p0} {06562.s1} -> {06562.p1|06563.p0} {06562.s2} 
+tr {06562.t2} {06562.s2} -> {06562.s1} 
+tr {06563.t1} {06562.p1|06563.p0} {06563.s1} -> {06563.p1|06564.p0} {06563.s2} 
+tr {06563.t2} {06563.s2} -> {06563.s1} 
+tr {06564.t1} {06563.p1|06564.p0} {06564.s1} -> {06564.p1|06565.p0} {06564.s2} 
+tr {06564.t2} {06564.s2} -> {06564.s1} 
+tr {06565.t1} {06564.p1|06565.p0} {06565.s1} -> {06565.p1|06566.p0} {06565.s2} 
+tr {06565.t2} {06565.s2} -> {06565.s1} 
+tr {06566.t1} {06565.p1|06566.p0} {06566.s1} -> {06566.p1|06567.p0} {06566.s2} 
+tr {06566.t2} {06566.s2} -> {06566.s1} 
+tr {06567.t1} {06566.p1|06567.p0} {06567.s1} -> {06567.p1|06568.p0} {06567.s2} 
+tr {06567.t2} {06567.s2} -> {06567.s1} 
+tr {06568.t1} {06567.p1|06568.p0} {06568.s1} -> {06568.p1|06569.p0} {06568.s2} 
+tr {06568.t2} {06568.s2} -> {06568.s1} 
+tr {06569.t1} {06568.p1|06569.p0} {06569.s1} -> {06569.p1|06570.p0} {06569.s2} 
+tr {06569.t2} {06569.s2} -> {06569.s1} 
+tr {06570.t1} {06569.p1|06570.p0} {06570.s1} -> {06570.p1|06571.p0} {06570.s2} 
+tr {06570.t2} {06570.s2} -> {06570.s1} 
+tr {06571.t1} {06570.p1|06571.p0} {06571.s1} -> {06571.p1|06572.p0} {06571.s2} 
+tr {06571.t2} {06571.s2} -> {06571.s1} 
+tr {06572.t1} {06571.p1|06572.p0} {06572.s1} -> {06572.p1|06573.p0} {06572.s2} 
+tr {06572.t2} {06572.s2} -> {06572.s1} 
+tr {06573.t1} {06572.p1|06573.p0} {06573.s1} -> {06573.p1|06574.p0} {06573.s2} 
+tr {06573.t2} {06573.s2} -> {06573.s1} 
+tr {06574.t1} {06573.p1|06574.p0} {06574.s1} -> {06574.p1|06575.p0} {06574.s2} 
+tr {06574.t2} {06574.s2} -> {06574.s1} 
+tr {06575.t1} {06574.p1|06575.p0} {06575.s1} -> {06575.p1|06576.p0} {06575.s2} 
+tr {06575.t2} {06575.s2} -> {06575.s1} 
+tr {06576.t1} {06575.p1|06576.p0} {06576.s1} -> {06576.p1|06577.p0} {06576.s2} 
+tr {06576.t2} {06576.s2} -> {06576.s1} 
+tr {06577.t1} {06576.p1|06577.p0} {06577.s1} -> {06577.p1|06578.p0} {06577.s2} 
+tr {06577.t2} {06577.s2} -> {06577.s1} 
+tr {06578.t1} {06577.p1|06578.p0} {06578.s1} -> {06578.p1|06579.p0} {06578.s2} 
+tr {06578.t2} {06578.s2} -> {06578.s1} 
+tr {06579.t1} {06578.p1|06579.p0} {06579.s1} -> {06579.p1|06580.p0} {06579.s2} 
+tr {06579.t2} {06579.s2} -> {06579.s1} 
+tr {06580.t1} {06579.p1|06580.p0} {06580.s1} -> {06580.p1|06581.p0} {06580.s2} 
+tr {06580.t2} {06580.s2} -> {06580.s1} 
+tr {06581.t1} {06580.p1|06581.p0} {06581.s1} -> {06581.p1|06582.p0} {06581.s2} 
+tr {06581.t2} {06581.s2} -> {06581.s1} 
+tr {06582.t1} {06581.p1|06582.p0} {06582.s1} -> {06582.p1|06583.p0} {06582.s2} 
+tr {06582.t2} {06582.s2} -> {06582.s1} 
+tr {06583.t1} {06582.p1|06583.p0} {06583.s1} -> {06583.p1|06584.p0} {06583.s2} 
+tr {06583.t2} {06583.s2} -> {06583.s1} 
+tr {06584.t1} {06583.p1|06584.p0} {06584.s1} -> {06584.p1|06585.p0} {06584.s2} 
+tr {06584.t2} {06584.s2} -> {06584.s1} 
+tr {06585.t1} {06584.p1|06585.p0} {06585.s1} -> {06585.p1|06586.p0} {06585.s2} 
+tr {06585.t2} {06585.s2} -> {06585.s1} 
+tr {06586.t1} {06585.p1|06586.p0} {06586.s1} -> {06586.p1|06587.p0} {06586.s2} 
+tr {06586.t2} {06586.s2} -> {06586.s1} 
+tr {06587.t1} {06586.p1|06587.p0} {06587.s1} -> {06587.p1|06588.p0} {06587.s2} 
+tr {06587.t2} {06587.s2} -> {06587.s1} 
+tr {06588.t1} {06587.p1|06588.p0} {06588.s1} -> {06588.p1|06589.p0} {06588.s2} 
+tr {06588.t2} {06588.s2} -> {06588.s1} 
+tr {06589.t1} {06588.p1|06589.p0} {06589.s1} -> {06589.p1|06590.p0} {06589.s2} 
+tr {06589.t2} {06589.s2} -> {06589.s1} 
+tr {06590.t1} {06589.p1|06590.p0} {06590.s1} -> {06590.p1|06591.p0} {06590.s2} 
+tr {06590.t2} {06590.s2} -> {06590.s1} 
+tr {06591.t1} {06590.p1|06591.p0} {06591.s1} -> {06591.p1|06592.p0} {06591.s2} 
+tr {06591.t2} {06591.s2} -> {06591.s1} 
+tr {06592.t1} {06591.p1|06592.p0} {06592.s1} -> {06592.p1|06593.p0} {06592.s2} 
+tr {06592.t2} {06592.s2} -> {06592.s1} 
+tr {06593.t1} {06592.p1|06593.p0} {06593.s1} -> {06593.p1|06594.p0} {06593.s2} 
+tr {06593.t2} {06593.s2} -> {06593.s1} 
+tr {06594.t1} {06593.p1|06594.p0} {06594.s1} -> {06594.p1|06595.p0} {06594.s2} 
+tr {06594.t2} {06594.s2} -> {06594.s1} 
+tr {06595.t1} {06594.p1|06595.p0} {06595.s1} -> {06595.p1|06596.p0} {06595.s2} 
+tr {06595.t2} {06595.s2} -> {06595.s1} 
+tr {06596.t1} {06595.p1|06596.p0} {06596.s1} -> {06596.p1|06597.p0} {06596.s2} 
+tr {06596.t2} {06596.s2} -> {06596.s1} 
+tr {06597.t1} {06596.p1|06597.p0} {06597.s1} -> {06597.p1|06598.p0} {06597.s2} 
+tr {06597.t2} {06597.s2} -> {06597.s1} 
+tr {06598.t1} {06597.p1|06598.p0} {06598.s1} -> {06598.p1|06599.p0} {06598.s2} 
+tr {06598.t2} {06598.s2} -> {06598.s1} 
+tr {06599.t1} {06598.p1|06599.p0} {06599.s1} -> {06599.p1|06600.p0} {06599.s2} 
+tr {06599.t2} {06599.s2} -> {06599.s1} 
+tr {06600.t1} {06599.p1|06600.p0} {06600.s1} -> {06600.p1|06601.p0} {06600.s2} 
+tr {06600.t2} {06600.s2} -> {06600.s1} 
+tr {06601.t1} {06600.p1|06601.p0} {06601.s1} -> {06601.p1|06602.p0} {06601.s2} 
+tr {06601.t2} {06601.s2} -> {06601.s1} 
+tr {06602.t1} {06601.p1|06602.p0} {06602.s1} -> {06602.p1|06603.p0} {06602.s2} 
+tr {06602.t2} {06602.s2} -> {06602.s1} 
+tr {06603.t1} {06602.p1|06603.p0} {06603.s1} -> {06603.p1|06604.p0} {06603.s2} 
+tr {06603.t2} {06603.s2} -> {06603.s1} 
+tr {06604.t1} {06603.p1|06604.p0} {06604.s1} -> {06604.p1|06605.p0} {06604.s2} 
+tr {06604.t2} {06604.s2} -> {06604.s1} 
+tr {06605.t1} {06604.p1|06605.p0} {06605.s1} -> {06605.p1|06606.p0} {06605.s2} 
+tr {06605.t2} {06605.s2} -> {06605.s1} 
+tr {06606.t1} {06605.p1|06606.p0} {06606.s1} -> {06606.p1|06607.p0} {06606.s2} 
+tr {06606.t2} {06606.s2} -> {06606.s1} 
+tr {06607.t1} {06606.p1|06607.p0} {06607.s1} -> {06607.p1|06608.p0} {06607.s2} 
+tr {06607.t2} {06607.s2} -> {06607.s1} 
+tr {06608.t1} {06607.p1|06608.p0} {06608.s1} -> {06608.p1|06609.p0} {06608.s2} 
+tr {06608.t2} {06608.s2} -> {06608.s1} 
+tr {06609.t1} {06608.p1|06609.p0} {06609.s1} -> {06609.p1|06610.p0} {06609.s2} 
+tr {06609.t2} {06609.s2} -> {06609.s1} 
+tr {06610.t1} {06609.p1|06610.p0} {06610.s1} -> {06610.p1|06611.p0} {06610.s2} 
+tr {06610.t2} {06610.s2} -> {06610.s1} 
+tr {06611.t1} {06610.p1|06611.p0} {06611.s1} -> {06611.p1|06612.p0} {06611.s2} 
+tr {06611.t2} {06611.s2} -> {06611.s1} 
+tr {06612.t1} {06611.p1|06612.p0} {06612.s1} -> {06612.p1|06613.p0} {06612.s2} 
+tr {06612.t2} {06612.s2} -> {06612.s1} 
+tr {06613.t1} {06612.p1|06613.p0} {06613.s1} -> {06613.p1|06614.p0} {06613.s2} 
+tr {06613.t2} {06613.s2} -> {06613.s1} 
+tr {06614.t1} {06613.p1|06614.p0} {06614.s1} -> {06614.p1|06615.p0} {06614.s2} 
+tr {06614.t2} {06614.s2} -> {06614.s1} 
+tr {06615.t1} {06614.p1|06615.p0} {06615.s1} -> {06615.p1|06616.p0} {06615.s2} 
+tr {06615.t2} {06615.s2} -> {06615.s1} 
+tr {06616.t1} {06615.p1|06616.p0} {06616.s1} -> {06616.p1|06617.p0} {06616.s2} 
+tr {06616.t2} {06616.s2} -> {06616.s1} 
+tr {06617.t1} {06616.p1|06617.p0} {06617.s1} -> {06617.p1|06618.p0} {06617.s2} 
+tr {06617.t2} {06617.s2} -> {06617.s1} 
+tr {06618.t1} {06617.p1|06618.p0} {06618.s1} -> {06618.p1|06619.p0} {06618.s2} 
+tr {06618.t2} {06618.s2} -> {06618.s1} 
+tr {06619.t1} {06618.p1|06619.p0} {06619.s1} -> {06619.p1|06620.p0} {06619.s2} 
+tr {06619.t2} {06619.s2} -> {06619.s1} 
+tr {06620.t1} {06619.p1|06620.p0} {06620.s1} -> {06620.p1|06621.p0} {06620.s2} 
+tr {06620.t2} {06620.s2} -> {06620.s1} 
+tr {06621.t1} {06620.p1|06621.p0} {06621.s1} -> {06621.p1|06622.p0} {06621.s2} 
+tr {06621.t2} {06621.s2} -> {06621.s1} 
+tr {06622.t1} {06621.p1|06622.p0} {06622.s1} -> {06622.p1|06623.p0} {06622.s2} 
+tr {06622.t2} {06622.s2} -> {06622.s1} 
+tr {06623.t1} {06622.p1|06623.p0} {06623.s1} -> {06623.p1|06624.p0} {06623.s2} 
+tr {06623.t2} {06623.s2} -> {06623.s1} 
+tr {06624.t1} {06623.p1|06624.p0} {06624.s1} -> {06624.p1|06625.p0} {06624.s2} 
+tr {06624.t2} {06624.s2} -> {06624.s1} 
+tr {06625.t1} {06624.p1|06625.p0} {06625.s1} -> {06625.p1|06626.p0} {06625.s2} 
+tr {06625.t2} {06625.s2} -> {06625.s1} 
+tr {06626.t1} {06625.p1|06626.p0} {06626.s1} -> {06626.p1|06627.p0} {06626.s2} 
+tr {06626.t2} {06626.s2} -> {06626.s1} 
+tr {06627.t1} {06626.p1|06627.p0} {06627.s1} -> {06627.p1|06628.p0} {06627.s2} 
+tr {06627.t2} {06627.s2} -> {06627.s1} 
+tr {06628.t1} {06627.p1|06628.p0} {06628.s1} -> {06628.p1|06629.p0} {06628.s2} 
+tr {06628.t2} {06628.s2} -> {06628.s1} 
+tr {06629.t1} {06628.p1|06629.p0} {06629.s1} -> {06629.p1|06630.p0} {06629.s2} 
+tr {06629.t2} {06629.s2} -> {06629.s1} 
+tr {06630.t1} {06629.p1|06630.p0} {06630.s1} -> {06630.p1|06631.p0} {06630.s2} 
+tr {06630.t2} {06630.s2} -> {06630.s1} 
+tr {06631.t1} {06630.p1|06631.p0} {06631.s1} -> {06631.p1|06632.p0} {06631.s2} 
+tr {06631.t2} {06631.s2} -> {06631.s1} 
+tr {06632.t1} {06631.p1|06632.p0} {06632.s1} -> {06632.p1|06633.p0} {06632.s2} 
+tr {06632.t2} {06632.s2} -> {06632.s1} 
+tr {06633.t1} {06632.p1|06633.p0} {06633.s1} -> {06633.p1|06634.p0} {06633.s2} 
+tr {06633.t2} {06633.s2} -> {06633.s1} 
+tr {06634.t1} {06633.p1|06634.p0} {06634.s1} -> {06634.p1|06635.p0} {06634.s2} 
+tr {06634.t2} {06634.s2} -> {06634.s1} 
+tr {06635.t1} {06634.p1|06635.p0} {06635.s1} -> {06635.p1|06636.p0} {06635.s2} 
+tr {06635.t2} {06635.s2} -> {06635.s1} 
+tr {06636.t1} {06635.p1|06636.p0} {06636.s1} -> {06636.p1|06637.p0} {06636.s2} 
+tr {06636.t2} {06636.s2} -> {06636.s1} 
+tr {06637.t1} {06636.p1|06637.p0} {06637.s1} -> {06637.p1|06638.p0} {06637.s2} 
+tr {06637.t2} {06637.s2} -> {06637.s1} 
+tr {06638.t1} {06637.p1|06638.p0} {06638.s1} -> {06638.p1|06639.p0} {06638.s2} 
+tr {06638.t2} {06638.s2} -> {06638.s1} 
+tr {06639.t1} {06638.p1|06639.p0} {06639.s1} -> {06639.p1|06640.p0} {06639.s2} 
+tr {06639.t2} {06639.s2} -> {06639.s1} 
+tr {06640.t1} {06639.p1|06640.p0} {06640.s1} -> {06640.p1|06641.p0} {06640.s2} 
+tr {06640.t2} {06640.s2} -> {06640.s1} 
+tr {06641.t1} {06640.p1|06641.p0} {06641.s1} -> {06641.p1|06642.p0} {06641.s2} 
+tr {06641.t2} {06641.s2} -> {06641.s1} 
+tr {06642.t1} {06641.p1|06642.p0} {06642.s1} -> {06642.p1|06643.p0} {06642.s2} 
+tr {06642.t2} {06642.s2} -> {06642.s1} 
+tr {06643.t1} {06642.p1|06643.p0} {06643.s1} -> {06643.p1|06644.p0} {06643.s2} 
+tr {06643.t2} {06643.s2} -> {06643.s1} 
+tr {06644.t1} {06643.p1|06644.p0} {06644.s1} -> {06644.p1|06645.p0} {06644.s2} 
+tr {06644.t2} {06644.s2} -> {06644.s1} 
+tr {06645.t1} {06644.p1|06645.p0} {06645.s1} -> {06645.p1|06646.p0} {06645.s2} 
+tr {06645.t2} {06645.s2} -> {06645.s1} 
+tr {06646.t1} {06645.p1|06646.p0} {06646.s1} -> {06646.p1|06647.p0} {06646.s2} 
+tr {06646.t2} {06646.s2} -> {06646.s1} 
+tr {06647.t1} {06646.p1|06647.p0} {06647.s1} -> {06647.p1|06648.p0} {06647.s2} 
+tr {06647.t2} {06647.s2} -> {06647.s1} 
+tr {06648.t1} {06647.p1|06648.p0} {06648.s1} -> {06648.p1|06649.p0} {06648.s2} 
+tr {06648.t2} {06648.s2} -> {06648.s1} 
+tr {06649.t1} {06648.p1|06649.p0} {06649.s1} -> {06649.p1|06650.p0} {06649.s2} 
+tr {06649.t2} {06649.s2} -> {06649.s1} 
+tr {06650.t1} {06649.p1|06650.p0} {06650.s1} -> {06650.p1|06651.p0} {06650.s2} 
+tr {06650.t2} {06650.s2} -> {06650.s1} 
+tr {06651.t1} {06650.p1|06651.p0} {06651.s1} -> {06651.p1|06652.p0} {06651.s2} 
+tr {06651.t2} {06651.s2} -> {06651.s1} 
+tr {06652.t1} {06651.p1|06652.p0} {06652.s1} -> {06652.p1|06653.p0} {06652.s2} 
+tr {06652.t2} {06652.s2} -> {06652.s1} 
+tr {06653.t1} {06652.p1|06653.p0} {06653.s1} -> {06653.p1|06654.p0} {06653.s2} 
+tr {06653.t2} {06653.s2} -> {06653.s1} 
+tr {06654.t1} {06653.p1|06654.p0} {06654.s1} -> {06654.p1|06655.p0} {06654.s2} 
+tr {06654.t2} {06654.s2} -> {06654.s1} 
+tr {06655.t1} {06654.p1|06655.p0} {06655.s1} -> {06655.p1|06656.p0} {06655.s2} 
+tr {06655.t2} {06655.s2} -> {06655.s1} 
+tr {06656.t1} {06655.p1|06656.p0} {06656.s1} -> {06656.p1|06657.p0} {06656.s2} 
+tr {06656.t2} {06656.s2} -> {06656.s1} 
+tr {06657.t1} {06656.p1|06657.p0} {06657.s1} -> {06657.p1|06658.p0} {06657.s2} 
+tr {06657.t2} {06657.s2} -> {06657.s1} 
+tr {06658.t1} {06657.p1|06658.p0} {06658.s1} -> {06658.p1|06659.p0} {06658.s2} 
+tr {06658.t2} {06658.s2} -> {06658.s1} 
+tr {06659.t1} {06658.p1|06659.p0} {06659.s1} -> {06659.p1|06660.p0} {06659.s2} 
+tr {06659.t2} {06659.s2} -> {06659.s1} 
+tr {06660.t1} {06659.p1|06660.p0} {06660.s1} -> {06660.p1|06661.p0} {06660.s2} 
+tr {06660.t2} {06660.s2} -> {06660.s1} 
+tr {06661.t1} {06660.p1|06661.p0} {06661.s1} -> {06661.p1|06662.p0} {06661.s2} 
+tr {06661.t2} {06661.s2} -> {06661.s1} 
+tr {06662.t1} {06661.p1|06662.p0} {06662.s1} -> {06662.p1|06663.p0} {06662.s2} 
+tr {06662.t2} {06662.s2} -> {06662.s1} 
+tr {06663.t1} {06662.p1|06663.p0} {06663.s1} -> {06663.p1|06664.p0} {06663.s2} 
+tr {06663.t2} {06663.s2} -> {06663.s1} 
+tr {06664.t1} {06663.p1|06664.p0} {06664.s1} -> {06664.p1|06665.p0} {06664.s2} 
+tr {06664.t2} {06664.s2} -> {06664.s1} 
+tr {06665.t1} {06664.p1|06665.p0} {06665.s1} -> {06665.p1|06666.p0} {06665.s2} 
+tr {06665.t2} {06665.s2} -> {06665.s1} 
+tr {06666.t1} {06665.p1|06666.p0} {06666.s1} -> {06666.p1|06667.p0} {06666.s2} 
+tr {06666.t2} {06666.s2} -> {06666.s1} 
+tr {06667.t1} {06666.p1|06667.p0} {06667.s1} -> {06667.p1|06668.p0} {06667.s2} 
+tr {06667.t2} {06667.s2} -> {06667.s1} 
+tr {06668.t1} {06667.p1|06668.p0} {06668.s1} -> {06668.p1|06669.p0} {06668.s2} 
+tr {06668.t2} {06668.s2} -> {06668.s1} 
+tr {06669.t1} {06668.p1|06669.p0} {06669.s1} -> {06669.p1|06670.p0} {06669.s2} 
+tr {06669.t2} {06669.s2} -> {06669.s1} 
+tr {06670.t1} {06669.p1|06670.p0} {06670.s1} -> {06670.p1|06671.p0} {06670.s2} 
+tr {06670.t2} {06670.s2} -> {06670.s1} 
+tr {06671.t1} {06670.p1|06671.p0} {06671.s1} -> {06671.p1|06672.p0} {06671.s2} 
+tr {06671.t2} {06671.s2} -> {06671.s1} 
+tr {06672.t1} {06671.p1|06672.p0} {06672.s1} -> {06672.p1|06673.p0} {06672.s2} 
+tr {06672.t2} {06672.s2} -> {06672.s1} 
+tr {06673.t1} {06672.p1|06673.p0} {06673.s1} -> {06673.p1|06674.p0} {06673.s2} 
+tr {06673.t2} {06673.s2} -> {06673.s1} 
+tr {06674.t1} {06673.p1|06674.p0} {06674.s1} -> {06674.p1|06675.p0} {06674.s2} 
+tr {06674.t2} {06674.s2} -> {06674.s1} 
+tr {06675.t1} {06674.p1|06675.p0} {06675.s1} -> {06675.p1|06676.p0} {06675.s2} 
+tr {06675.t2} {06675.s2} -> {06675.s1} 
+tr {06676.t1} {06675.p1|06676.p0} {06676.s1} -> {06676.p1|06677.p0} {06676.s2} 
+tr {06676.t2} {06676.s2} -> {06676.s1} 
+tr {06677.t1} {06676.p1|06677.p0} {06677.s1} -> {06677.p1|06678.p0} {06677.s2} 
+tr {06677.t2} {06677.s2} -> {06677.s1} 
+tr {06678.t1} {06677.p1|06678.p0} {06678.s1} -> {06678.p1|06679.p0} {06678.s2} 
+tr {06678.t2} {06678.s2} -> {06678.s1} 
+tr {06679.t1} {06678.p1|06679.p0} {06679.s1} -> {06679.p1|06680.p0} {06679.s2} 
+tr {06679.t2} {06679.s2} -> {06679.s1} 
+tr {06680.t1} {06679.p1|06680.p0} {06680.s1} -> {06680.p1|06681.p0} {06680.s2} 
+tr {06680.t2} {06680.s2} -> {06680.s1} 
+tr {06681.t1} {06680.p1|06681.p0} {06681.s1} -> {06681.p1|06682.p0} {06681.s2} 
+tr {06681.t2} {06681.s2} -> {06681.s1} 
+tr {06682.t1} {06681.p1|06682.p0} {06682.s1} -> {06682.p1|06683.p0} {06682.s2} 
+tr {06682.t2} {06682.s2} -> {06682.s1} 
+tr {06683.t1} {06682.p1|06683.p0} {06683.s1} -> {06683.p1|06684.p0} {06683.s2} 
+tr {06683.t2} {06683.s2} -> {06683.s1} 
+tr {06684.t1} {06683.p1|06684.p0} {06684.s1} -> {06684.p1|06685.p0} {06684.s2} 
+tr {06684.t2} {06684.s2} -> {06684.s1} 
+tr {06685.t1} {06684.p1|06685.p0} {06685.s1} -> {06685.p1|06686.p0} {06685.s2} 
+tr {06685.t2} {06685.s2} -> {06685.s1} 
+tr {06686.t1} {06685.p1|06686.p0} {06686.s1} -> {06686.p1|06687.p0} {06686.s2} 
+tr {06686.t2} {06686.s2} -> {06686.s1} 
+tr {06687.t1} {06686.p1|06687.p0} {06687.s1} -> {06687.p1|06688.p0} {06687.s2} 
+tr {06687.t2} {06687.s2} -> {06687.s1} 
+tr {06688.t1} {06687.p1|06688.p0} {06688.s1} -> {06688.p1|06689.p0} {06688.s2} 
+tr {06688.t2} {06688.s2} -> {06688.s1} 
+tr {06689.t1} {06688.p1|06689.p0} {06689.s1} -> {06689.p1|06690.p0} {06689.s2} 
+tr {06689.t2} {06689.s2} -> {06689.s1} 
+tr {06690.t1} {06689.p1|06690.p0} {06690.s1} -> {06690.p1|06691.p0} {06690.s2} 
+tr {06690.t2} {06690.s2} -> {06690.s1} 
+tr {06691.t1} {06690.p1|06691.p0} {06691.s1} -> {06691.p1|06692.p0} {06691.s2} 
+tr {06691.t2} {06691.s2} -> {06691.s1} 
+tr {06692.t1} {06691.p1|06692.p0} {06692.s1} -> {06692.p1|06693.p0} {06692.s2} 
+tr {06692.t2} {06692.s2} -> {06692.s1} 
+tr {06693.t1} {06692.p1|06693.p0} {06693.s1} -> {06693.p1|06694.p0} {06693.s2} 
+tr {06693.t2} {06693.s2} -> {06693.s1} 
+tr {06694.t1} {06693.p1|06694.p0} {06694.s1} -> {06694.p1|06695.p0} {06694.s2} 
+tr {06694.t2} {06694.s2} -> {06694.s1} 
+tr {06695.t1} {06694.p1|06695.p0} {06695.s1} -> {06695.p1|06696.p0} {06695.s2} 
+tr {06695.t2} {06695.s2} -> {06695.s1} 
+tr {06696.t1} {06695.p1|06696.p0} {06696.s1} -> {06696.p1|06697.p0} {06696.s2} 
+tr {06696.t2} {06696.s2} -> {06696.s1} 
+tr {06697.t1} {06696.p1|06697.p0} {06697.s1} -> {06697.p1|06698.p0} {06697.s2} 
+tr {06697.t2} {06697.s2} -> {06697.s1} 
+tr {06698.t1} {06697.p1|06698.p0} {06698.s1} -> {06698.p1|06699.p0} {06698.s2} 
+tr {06698.t2} {06698.s2} -> {06698.s1} 
+tr {06699.t1} {06698.p1|06699.p0} {06699.s1} -> {06699.p1|06700.p0} {06699.s2} 
+tr {06699.t2} {06699.s2} -> {06699.s1} 
+tr {06700.t1} {06699.p1|06700.p0} {06700.s1} -> {06700.p1|06701.p0} {06700.s2} 
+tr {06700.t2} {06700.s2} -> {06700.s1} 
+tr {06701.t1} {06700.p1|06701.p0} {06701.s1} -> {06701.p1|06702.p0} {06701.s2} 
+tr {06701.t2} {06701.s2} -> {06701.s1} 
+tr {06702.t1} {06701.p1|06702.p0} {06702.s1} -> {06702.p1|06703.p0} {06702.s2} 
+tr {06702.t2} {06702.s2} -> {06702.s1} 
+tr {06703.t1} {06702.p1|06703.p0} {06703.s1} -> {06703.p1|06704.p0} {06703.s2} 
+tr {06703.t2} {06703.s2} -> {06703.s1} 
+tr {06704.t1} {06703.p1|06704.p0} {06704.s1} -> {06704.p1|06705.p0} {06704.s2} 
+tr {06704.t2} {06704.s2} -> {06704.s1} 
+tr {06705.t1} {06704.p1|06705.p0} {06705.s1} -> {06705.p1|06706.p0} {06705.s2} 
+tr {06705.t2} {06705.s2} -> {06705.s1} 
+tr {06706.t1} {06705.p1|06706.p0} {06706.s1} -> {06706.p1|06707.p0} {06706.s2} 
+tr {06706.t2} {06706.s2} -> {06706.s1} 
+tr {06707.t1} {06706.p1|06707.p0} {06707.s1} -> {06707.p1|06708.p0} {06707.s2} 
+tr {06707.t2} {06707.s2} -> {06707.s1} 
+tr {06708.t1} {06707.p1|06708.p0} {06708.s1} -> {06708.p1|06709.p0} {06708.s2} 
+tr {06708.t2} {06708.s2} -> {06708.s1} 
+tr {06709.t1} {06708.p1|06709.p0} {06709.s1} -> {06709.p1|06710.p0} {06709.s2} 
+tr {06709.t2} {06709.s2} -> {06709.s1} 
+tr {06710.t1} {06709.p1|06710.p0} {06710.s1} -> {06710.p1|06711.p0} {06710.s2} 
+tr {06710.t2} {06710.s2} -> {06710.s1} 
+tr {06711.t1} {06710.p1|06711.p0} {06711.s1} -> {06711.p1|06712.p0} {06711.s2} 
+tr {06711.t2} {06711.s2} -> {06711.s1} 
+tr {06712.t1} {06711.p1|06712.p0} {06712.s1} -> {06712.p1|06713.p0} {06712.s2} 
+tr {06712.t2} {06712.s2} -> {06712.s1} 
+tr {06713.t1} {06712.p1|06713.p0} {06713.s1} -> {06713.p1|06714.p0} {06713.s2} 
+tr {06713.t2} {06713.s2} -> {06713.s1} 
+tr {06714.t1} {06713.p1|06714.p0} {06714.s1} -> {06714.p1|06715.p0} {06714.s2} 
+tr {06714.t2} {06714.s2} -> {06714.s1} 
+tr {06715.t1} {06714.p1|06715.p0} {06715.s1} -> {06715.p1|06716.p0} {06715.s2} 
+tr {06715.t2} {06715.s2} -> {06715.s1} 
+tr {06716.t1} {06715.p1|06716.p0} {06716.s1} -> {06716.p1|06717.p0} {06716.s2} 
+tr {06716.t2} {06716.s2} -> {06716.s1} 
+tr {06717.t1} {06716.p1|06717.p0} {06717.s1} -> {06717.p1|06718.p0} {06717.s2} 
+tr {06717.t2} {06717.s2} -> {06717.s1} 
+tr {06718.t1} {06717.p1|06718.p0} {06718.s1} -> {06718.p1|06719.p0} {06718.s2} 
+tr {06718.t2} {06718.s2} -> {06718.s1} 
+tr {06719.t1} {06718.p1|06719.p0} {06719.s1} -> {06719.p1|06720.p0} {06719.s2} 
+tr {06719.t2} {06719.s2} -> {06719.s1} 
+tr {06720.t1} {06719.p1|06720.p0} {06720.s1} -> {06720.p1|06721.p0} {06720.s2} 
+tr {06720.t2} {06720.s2} -> {06720.s1} 
+tr {06721.t1} {06720.p1|06721.p0} {06721.s1} -> {06721.p1|06722.p0} {06721.s2} 
+tr {06721.t2} {06721.s2} -> {06721.s1} 
+tr {06722.t1} {06721.p1|06722.p0} {06722.s1} -> {06722.p1|06723.p0} {06722.s2} 
+tr {06722.t2} {06722.s2} -> {06722.s1} 
+tr {06723.t1} {06722.p1|06723.p0} {06723.s1} -> {06723.p1|06724.p0} {06723.s2} 
+tr {06723.t2} {06723.s2} -> {06723.s1} 
+tr {06724.t1} {06723.p1|06724.p0} {06724.s1} -> {06724.p1|06725.p0} {06724.s2} 
+tr {06724.t2} {06724.s2} -> {06724.s1} 
+tr {06725.t1} {06724.p1|06725.p0} {06725.s1} -> {06725.p1|06726.p0} {06725.s2} 
+tr {06725.t2} {06725.s2} -> {06725.s1} 
+tr {06726.t1} {06725.p1|06726.p0} {06726.s1} -> {06726.p1|06727.p0} {06726.s2} 
+tr {06726.t2} {06726.s2} -> {06726.s1} 
+tr {06727.t1} {06726.p1|06727.p0} {06727.s1} -> {06727.p1|06728.p0} {06727.s2} 
+tr {06727.t2} {06727.s2} -> {06727.s1} 
+tr {06728.t1} {06727.p1|06728.p0} {06728.s1} -> {06728.p1|06729.p0} {06728.s2} 
+tr {06728.t2} {06728.s2} -> {06728.s1} 
+tr {06729.t1} {06728.p1|06729.p0} {06729.s1} -> {06729.p1|06730.p0} {06729.s2} 
+tr {06729.t2} {06729.s2} -> {06729.s1} 
+tr {06730.t1} {06729.p1|06730.p0} {06730.s1} -> {06730.p1|06731.p0} {06730.s2} 
+tr {06730.t2} {06730.s2} -> {06730.s1} 
+tr {06731.t1} {06730.p1|06731.p0} {06731.s1} -> {06731.p1|06732.p0} {06731.s2} 
+tr {06731.t2} {06731.s2} -> {06731.s1} 
+tr {06732.t1} {06731.p1|06732.p0} {06732.s1} -> {06732.p1|06733.p0} {06732.s2} 
+tr {06732.t2} {06732.s2} -> {06732.s1} 
+tr {06733.t1} {06732.p1|06733.p0} {06733.s1} -> {06733.p1|06734.p0} {06733.s2} 
+tr {06733.t2} {06733.s2} -> {06733.s1} 
+tr {06734.t1} {06733.p1|06734.p0} {06734.s1} -> {06734.p1|06735.p0} {06734.s2} 
+tr {06734.t2} {06734.s2} -> {06734.s1} 
+tr {06735.t1} {06734.p1|06735.p0} {06735.s1} -> {06735.p1|06736.p0} {06735.s2} 
+tr {06735.t2} {06735.s2} -> {06735.s1} 
+tr {06736.t1} {06735.p1|06736.p0} {06736.s1} -> {06736.p1|06737.p0} {06736.s2} 
+tr {06736.t2} {06736.s2} -> {06736.s1} 
+tr {06737.t1} {06736.p1|06737.p0} {06737.s1} -> {06737.p1|06738.p0} {06737.s2} 
+tr {06737.t2} {06737.s2} -> {06737.s1} 
+tr {06738.t1} {06737.p1|06738.p0} {06738.s1} -> {06738.p1|06739.p0} {06738.s2} 
+tr {06738.t2} {06738.s2} -> {06738.s1} 
+tr {06739.t1} {06738.p1|06739.p0} {06739.s1} -> {06739.p1|06740.p0} {06739.s2} 
+tr {06739.t2} {06739.s2} -> {06739.s1} 
+tr {06740.t1} {06739.p1|06740.p0} {06740.s1} -> {06740.p1|06741.p0} {06740.s2} 
+tr {06740.t2} {06740.s2} -> {06740.s1} 
+tr {06741.t1} {06740.p1|06741.p0} {06741.s1} -> {06741.p1|06742.p0} {06741.s2} 
+tr {06741.t2} {06741.s2} -> {06741.s1} 
+tr {06742.t1} {06741.p1|06742.p0} {06742.s1} -> {06742.p1|06743.p0} {06742.s2} 
+tr {06742.t2} {06742.s2} -> {06742.s1} 
+tr {06743.t1} {06742.p1|06743.p0} {06743.s1} -> {06743.p1|06744.p0} {06743.s2} 
+tr {06743.t2} {06743.s2} -> {06743.s1} 
+tr {06744.t1} {06743.p1|06744.p0} {06744.s1} -> {06744.p1|06745.p0} {06744.s2} 
+tr {06744.t2} {06744.s2} -> {06744.s1} 
+tr {06745.t1} {06744.p1|06745.p0} {06745.s1} -> {06745.p1|06746.p0} {06745.s2} 
+tr {06745.t2} {06745.s2} -> {06745.s1} 
+tr {06746.t1} {06745.p1|06746.p0} {06746.s1} -> {06746.p1|06747.p0} {06746.s2} 
+tr {06746.t2} {06746.s2} -> {06746.s1} 
+tr {06747.t1} {06746.p1|06747.p0} {06747.s1} -> {06747.p1|06748.p0} {06747.s2} 
+tr {06747.t2} {06747.s2} -> {06747.s1} 
+tr {06748.t1} {06747.p1|06748.p0} {06748.s1} -> {06748.p1|06749.p0} {06748.s2} 
+tr {06748.t2} {06748.s2} -> {06748.s1} 
+tr {06749.t1} {06748.p1|06749.p0} {06749.s1} -> {06749.p1|06750.p0} {06749.s2} 
+tr {06749.t2} {06749.s2} -> {06749.s1} 
+tr {06750.t1} {06749.p1|06750.p0} {06750.s1} -> {06750.p1|06751.p0} {06750.s2} 
+tr {06750.t2} {06750.s2} -> {06750.s1} 
+tr {06751.t1} {06750.p1|06751.p0} {06751.s1} -> {06751.p1|06752.p0} {06751.s2} 
+tr {06751.t2} {06751.s2} -> {06751.s1} 
+tr {06752.t1} {06751.p1|06752.p0} {06752.s1} -> {06752.p1|06753.p0} {06752.s2} 
+tr {06752.t2} {06752.s2} -> {06752.s1} 
+tr {06753.t1} {06752.p1|06753.p0} {06753.s1} -> {06753.p1|06754.p0} {06753.s2} 
+tr {06753.t2} {06753.s2} -> {06753.s1} 
+tr {06754.t1} {06753.p1|06754.p0} {06754.s1} -> {06754.p1|06755.p0} {06754.s2} 
+tr {06754.t2} {06754.s2} -> {06754.s1} 
+tr {06755.t1} {06754.p1|06755.p0} {06755.s1} -> {06755.p1|06756.p0} {06755.s2} 
+tr {06755.t2} {06755.s2} -> {06755.s1} 
+tr {06756.t1} {06755.p1|06756.p0} {06756.s1} -> {06756.p1|06757.p0} {06756.s2} 
+tr {06756.t2} {06756.s2} -> {06756.s1} 
+tr {06757.t1} {06756.p1|06757.p0} {06757.s1} -> {06757.p1|06758.p0} {06757.s2} 
+tr {06757.t2} {06757.s2} -> {06757.s1} 
+tr {06758.t1} {06757.p1|06758.p0} {06758.s1} -> {06758.p1|06759.p0} {06758.s2} 
+tr {06758.t2} {06758.s2} -> {06758.s1} 
+tr {06759.t1} {06758.p1|06759.p0} {06759.s1} -> {06759.p1|06760.p0} {06759.s2} 
+tr {06759.t2} {06759.s2} -> {06759.s1} 
+tr {06760.t1} {06759.p1|06760.p0} {06760.s1} -> {06760.p1|06761.p0} {06760.s2} 
+tr {06760.t2} {06760.s2} -> {06760.s1} 
+tr {06761.t1} {06760.p1|06761.p0} {06761.s1} -> {06761.p1|06762.p0} {06761.s2} 
+tr {06761.t2} {06761.s2} -> {06761.s1} 
+tr {06762.t1} {06761.p1|06762.p0} {06762.s1} -> {06762.p1|06763.p0} {06762.s2} 
+tr {06762.t2} {06762.s2} -> {06762.s1} 
+tr {06763.t1} {06762.p1|06763.p0} {06763.s1} -> {06763.p1|06764.p0} {06763.s2} 
+tr {06763.t2} {06763.s2} -> {06763.s1} 
+tr {06764.t1} {06763.p1|06764.p0} {06764.s1} -> {06764.p1|06765.p0} {06764.s2} 
+tr {06764.t2} {06764.s2} -> {06764.s1} 
+tr {06765.t1} {06764.p1|06765.p0} {06765.s1} -> {06765.p1|06766.p0} {06765.s2} 
+tr {06765.t2} {06765.s2} -> {06765.s1} 
+tr {06766.t1} {06765.p1|06766.p0} {06766.s1} -> {06766.p1|06767.p0} {06766.s2} 
+tr {06766.t2} {06766.s2} -> {06766.s1} 
+tr {06767.t1} {06766.p1|06767.p0} {06767.s1} -> {06767.p1|06768.p0} {06767.s2} 
+tr {06767.t2} {06767.s2} -> {06767.s1} 
+tr {06768.t1} {06767.p1|06768.p0} {06768.s1} -> {06768.p1|06769.p0} {06768.s2} 
+tr {06768.t2} {06768.s2} -> {06768.s1} 
+tr {06769.t1} {06768.p1|06769.p0} {06769.s1} -> {06769.p1|06770.p0} {06769.s2} 
+tr {06769.t2} {06769.s2} -> {06769.s1} 
+tr {06770.t1} {06769.p1|06770.p0} {06770.s1} -> {06770.p1|06771.p0} {06770.s2} 
+tr {06770.t2} {06770.s2} -> {06770.s1} 
+tr {06771.t1} {06770.p1|06771.p0} {06771.s1} -> {06771.p1|06772.p0} {06771.s2} 
+tr {06771.t2} {06771.s2} -> {06771.s1} 
+tr {06772.t1} {06771.p1|06772.p0} {06772.s1} -> {06772.p1|06773.p0} {06772.s2} 
+tr {06772.t2} {06772.s2} -> {06772.s1} 
+tr {06773.t1} {06772.p1|06773.p0} {06773.s1} -> {06773.p1|06774.p0} {06773.s2} 
+tr {06773.t2} {06773.s2} -> {06773.s1} 
+tr {06774.t1} {06773.p1|06774.p0} {06774.s1} -> {06774.p1|06775.p0} {06774.s2} 
+tr {06774.t2} {06774.s2} -> {06774.s1} 
+tr {06775.t1} {06774.p1|06775.p0} {06775.s1} -> {06775.p1|06776.p0} {06775.s2} 
+tr {06775.t2} {06775.s2} -> {06775.s1} 
+tr {06776.t1} {06775.p1|06776.p0} {06776.s1} -> {06776.p1|06777.p0} {06776.s2} 
+tr {06776.t2} {06776.s2} -> {06776.s1} 
+tr {06777.t1} {06776.p1|06777.p0} {06777.s1} -> {06777.p1|06778.p0} {06777.s2} 
+tr {06777.t2} {06777.s2} -> {06777.s1} 
+tr {06778.t1} {06777.p1|06778.p0} {06778.s1} -> {06778.p1|06779.p0} {06778.s2} 
+tr {06778.t2} {06778.s2} -> {06778.s1} 
+tr {06779.t1} {06778.p1|06779.p0} {06779.s1} -> {06779.p1|06780.p0} {06779.s2} 
+tr {06779.t2} {06779.s2} -> {06779.s1} 
+tr {06780.t1} {06779.p1|06780.p0} {06780.s1} -> {06780.p1|06781.p0} {06780.s2} 
+tr {06780.t2} {06780.s2} -> {06780.s1} 
+tr {06781.t1} {06780.p1|06781.p0} {06781.s1} -> {06781.p1|06782.p0} {06781.s2} 
+tr {06781.t2} {06781.s2} -> {06781.s1} 
+tr {06782.t1} {06781.p1|06782.p0} {06782.s1} -> {06782.p1|06783.p0} {06782.s2} 
+tr {06782.t2} {06782.s2} -> {06782.s1} 
+tr {06783.t1} {06782.p1|06783.p0} {06783.s1} -> {06783.p1|06784.p0} {06783.s2} 
+tr {06783.t2} {06783.s2} -> {06783.s1} 
+tr {06784.t1} {06783.p1|06784.p0} {06784.s1} -> {06784.p1|06785.p0} {06784.s2} 
+tr {06784.t2} {06784.s2} -> {06784.s1} 
+tr {06785.t1} {06784.p1|06785.p0} {06785.s1} -> {06785.p1|06786.p0} {06785.s2} 
+tr {06785.t2} {06785.s2} -> {06785.s1} 
+tr {06786.t1} {06785.p1|06786.p0} {06786.s1} -> {06786.p1|06787.p0} {06786.s2} 
+tr {06786.t2} {06786.s2} -> {06786.s1} 
+tr {06787.t1} {06786.p1|06787.p0} {06787.s1} -> {06787.p1|06788.p0} {06787.s2} 
+tr {06787.t2} {06787.s2} -> {06787.s1} 
+tr {06788.t1} {06787.p1|06788.p0} {06788.s1} -> {06788.p1|06789.p0} {06788.s2} 
+tr {06788.t2} {06788.s2} -> {06788.s1} 
+tr {06789.t1} {06788.p1|06789.p0} {06789.s1} -> {06789.p1|06790.p0} {06789.s2} 
+tr {06789.t2} {06789.s2} -> {06789.s1} 
+tr {06790.t1} {06789.p1|06790.p0} {06790.s1} -> {06790.p1|06791.p0} {06790.s2} 
+tr {06790.t2} {06790.s2} -> {06790.s1} 
+tr {06791.t1} {06790.p1|06791.p0} {06791.s1} -> {06791.p1|06792.p0} {06791.s2} 
+tr {06791.t2} {06791.s2} -> {06791.s1} 
+tr {06792.t1} {06791.p1|06792.p0} {06792.s1} -> {06792.p1|06793.p0} {06792.s2} 
+tr {06792.t2} {06792.s2} -> {06792.s1} 
+tr {06793.t1} {06792.p1|06793.p0} {06793.s1} -> {06793.p1|06794.p0} {06793.s2} 
+tr {06793.t2} {06793.s2} -> {06793.s1} 
+tr {06794.t1} {06793.p1|06794.p0} {06794.s1} -> {06794.p1|06795.p0} {06794.s2} 
+tr {06794.t2} {06794.s2} -> {06794.s1} 
+tr {06795.t1} {06794.p1|06795.p0} {06795.s1} -> {06795.p1|06796.p0} {06795.s2} 
+tr {06795.t2} {06795.s2} -> {06795.s1} 
+tr {06796.t1} {06795.p1|06796.p0} {06796.s1} -> {06796.p1|06797.p0} {06796.s2} 
+tr {06796.t2} {06796.s2} -> {06796.s1} 
+tr {06797.t1} {06796.p1|06797.p0} {06797.s1} -> {06797.p1|06798.p0} {06797.s2} 
+tr {06797.t2} {06797.s2} -> {06797.s1} 
+tr {06798.t1} {06797.p1|06798.p0} {06798.s1} -> {06798.p1|06799.p0} {06798.s2} 
+tr {06798.t2} {06798.s2} -> {06798.s1} 
+tr {06799.t1} {06798.p1|06799.p0} {06799.s1} -> {06799.p1|06800.p0} {06799.s2} 
+tr {06799.t2} {06799.s2} -> {06799.s1} 
+tr {06800.t1} {06799.p1|06800.p0} {06800.s1} -> {06800.p1|06801.p0} {06800.s2} 
+tr {06800.t2} {06800.s2} -> {06800.s1} 
+tr {06801.t1} {06800.p1|06801.p0} {06801.s1} -> {06801.p1|06802.p0} {06801.s2} 
+tr {06801.t2} {06801.s2} -> {06801.s1} 
+tr {06802.t1} {06801.p1|06802.p0} {06802.s1} -> {06802.p1|06803.p0} {06802.s2} 
+tr {06802.t2} {06802.s2} -> {06802.s1} 
+tr {06803.t1} {06802.p1|06803.p0} {06803.s1} -> {06803.p1|06804.p0} {06803.s2} 
+tr {06803.t2} {06803.s2} -> {06803.s1} 
+tr {06804.t1} {06803.p1|06804.p0} {06804.s1} -> {06804.p1|06805.p0} {06804.s2} 
+tr {06804.t2} {06804.s2} -> {06804.s1} 
+tr {06805.t1} {06804.p1|06805.p0} {06805.s1} -> {06805.p1|06806.p0} {06805.s2} 
+tr {06805.t2} {06805.s2} -> {06805.s1} 
+tr {06806.t1} {06805.p1|06806.p0} {06806.s1} -> {06806.p1|06807.p0} {06806.s2} 
+tr {06806.t2} {06806.s2} -> {06806.s1} 
+tr {06807.t1} {06806.p1|06807.p0} {06807.s1} -> {06807.p1|06808.p0} {06807.s2} 
+tr {06807.t2} {06807.s2} -> {06807.s1} 
+tr {06808.t1} {06807.p1|06808.p0} {06808.s1} -> {06808.p1|06809.p0} {06808.s2} 
+tr {06808.t2} {06808.s2} -> {06808.s1} 
+tr {06809.t1} {06808.p1|06809.p0} {06809.s1} -> {06809.p1|06810.p0} {06809.s2} 
+tr {06809.t2} {06809.s2} -> {06809.s1} 
+tr {06810.t1} {06809.p1|06810.p0} {06810.s1} -> {06810.p1|06811.p0} {06810.s2} 
+tr {06810.t2} {06810.s2} -> {06810.s1} 
+tr {06811.t1} {06810.p1|06811.p0} {06811.s1} -> {06811.p1|06812.p0} {06811.s2} 
+tr {06811.t2} {06811.s2} -> {06811.s1} 
+tr {06812.t1} {06811.p1|06812.p0} {06812.s1} -> {06812.p1|06813.p0} {06812.s2} 
+tr {06812.t2} {06812.s2} -> {06812.s1} 
+tr {06813.t1} {06812.p1|06813.p0} {06813.s1} -> {06813.p1|06814.p0} {06813.s2} 
+tr {06813.t2} {06813.s2} -> {06813.s1} 
+tr {06814.t1} {06813.p1|06814.p0} {06814.s1} -> {06814.p1|06815.p0} {06814.s2} 
+tr {06814.t2} {06814.s2} -> {06814.s1} 
+tr {06815.t1} {06814.p1|06815.p0} {06815.s1} -> {06815.p1|06816.p0} {06815.s2} 
+tr {06815.t2} {06815.s2} -> {06815.s1} 
+tr {06816.t1} {06815.p1|06816.p0} {06816.s1} -> {06816.p1|06817.p0} {06816.s2} 
+tr {06816.t2} {06816.s2} -> {06816.s1} 
+tr {06817.t1} {06816.p1|06817.p0} {06817.s1} -> {06817.p1|06818.p0} {06817.s2} 
+tr {06817.t2} {06817.s2} -> {06817.s1} 
+tr {06818.t1} {06817.p1|06818.p0} {06818.s1} -> {06818.p1|06819.p0} {06818.s2} 
+tr {06818.t2} {06818.s2} -> {06818.s1} 
+tr {06819.t1} {06818.p1|06819.p0} {06819.s1} -> {06819.p1|06820.p0} {06819.s2} 
+tr {06819.t2} {06819.s2} -> {06819.s1} 
+tr {06820.t1} {06819.p1|06820.p0} {06820.s1} -> {06820.p1|06821.p0} {06820.s2} 
+tr {06820.t2} {06820.s2} -> {06820.s1} 
+tr {06821.t1} {06820.p1|06821.p0} {06821.s1} -> {06821.p1|06822.p0} {06821.s2} 
+tr {06821.t2} {06821.s2} -> {06821.s1} 
+tr {06822.t1} {06821.p1|06822.p0} {06822.s1} -> {06822.p1|06823.p0} {06822.s2} 
+tr {06822.t2} {06822.s2} -> {06822.s1} 
+tr {06823.t1} {06822.p1|06823.p0} {06823.s1} -> {06823.p1|06824.p0} {06823.s2} 
+tr {06823.t2} {06823.s2} -> {06823.s1} 
+tr {06824.t1} {06823.p1|06824.p0} {06824.s1} -> {06824.p1|06825.p0} {06824.s2} 
+tr {06824.t2} {06824.s2} -> {06824.s1} 
+tr {06825.t1} {06824.p1|06825.p0} {06825.s1} -> {06825.p1|06826.p0} {06825.s2} 
+tr {06825.t2} {06825.s2} -> {06825.s1} 
+tr {06826.t1} {06825.p1|06826.p0} {06826.s1} -> {06826.p1|06827.p0} {06826.s2} 
+tr {06826.t2} {06826.s2} -> {06826.s1} 
+tr {06827.t1} {06826.p1|06827.p0} {06827.s1} -> {06827.p1|06828.p0} {06827.s2} 
+tr {06827.t2} {06827.s2} -> {06827.s1} 
+tr {06828.t1} {06827.p1|06828.p0} {06828.s1} -> {06828.p1|06829.p0} {06828.s2} 
+tr {06828.t2} {06828.s2} -> {06828.s1} 
+tr {06829.t1} {06828.p1|06829.p0} {06829.s1} -> {06829.p1|06830.p0} {06829.s2} 
+tr {06829.t2} {06829.s2} -> {06829.s1} 
+tr {06830.t1} {06829.p1|06830.p0} {06830.s1} -> {06830.p1|06831.p0} {06830.s2} 
+tr {06830.t2} {06830.s2} -> {06830.s1} 
+tr {06831.t1} {06830.p1|06831.p0} {06831.s1} -> {06831.p1|06832.p0} {06831.s2} 
+tr {06831.t2} {06831.s2} -> {06831.s1} 
+tr {06832.t1} {06831.p1|06832.p0} {06832.s1} -> {06832.p1|06833.p0} {06832.s2} 
+tr {06832.t2} {06832.s2} -> {06832.s1} 
+tr {06833.t1} {06832.p1|06833.p0} {06833.s1} -> {06833.p1|06834.p0} {06833.s2} 
+tr {06833.t2} {06833.s2} -> {06833.s1} 
+tr {06834.t1} {06833.p1|06834.p0} {06834.s1} -> {06834.p1|06835.p0} {06834.s2} 
+tr {06834.t2} {06834.s2} -> {06834.s1} 
+tr {06835.t1} {06834.p1|06835.p0} {06835.s1} -> {06835.p1|06836.p0} {06835.s2} 
+tr {06835.t2} {06835.s2} -> {06835.s1} 
+tr {06836.t1} {06835.p1|06836.p0} {06836.s1} -> {06836.p1|06837.p0} {06836.s2} 
+tr {06836.t2} {06836.s2} -> {06836.s1} 
+tr {06837.t1} {06836.p1|06837.p0} {06837.s1} -> {06837.p1|06838.p0} {06837.s2} 
+tr {06837.t2} {06837.s2} -> {06837.s1} 
+tr {06838.t1} {06837.p1|06838.p0} {06838.s1} -> {06838.p1|06839.p0} {06838.s2} 
+tr {06838.t2} {06838.s2} -> {06838.s1} 
+tr {06839.t1} {06838.p1|06839.p0} {06839.s1} -> {06839.p1|06840.p0} {06839.s2} 
+tr {06839.t2} {06839.s2} -> {06839.s1} 
+tr {06840.t1} {06839.p1|06840.p0} {06840.s1} -> {06840.p1|06841.p0} {06840.s2} 
+tr {06840.t2} {06840.s2} -> {06840.s1} 
+tr {06841.t1} {06840.p1|06841.p0} {06841.s1} -> {06841.p1|06842.p0} {06841.s2} 
+tr {06841.t2} {06841.s2} -> {06841.s1} 
+tr {06842.t1} {06841.p1|06842.p0} {06842.s1} -> {06842.p1|06843.p0} {06842.s2} 
+tr {06842.t2} {06842.s2} -> {06842.s1} 
+tr {06843.t1} {06842.p1|06843.p0} {06843.s1} -> {06843.p1|06844.p0} {06843.s2} 
+tr {06843.t2} {06843.s2} -> {06843.s1} 
+tr {06844.t1} {06843.p1|06844.p0} {06844.s1} -> {06844.p1|06845.p0} {06844.s2} 
+tr {06844.t2} {06844.s2} -> {06844.s1} 
+tr {06845.t1} {06844.p1|06845.p0} {06845.s1} -> {06845.p1|06846.p0} {06845.s2} 
+tr {06845.t2} {06845.s2} -> {06845.s1} 
+tr {06846.t1} {06845.p1|06846.p0} {06846.s1} -> {06846.p1|06847.p0} {06846.s2} 
+tr {06846.t2} {06846.s2} -> {06846.s1} 
+tr {06847.t1} {06846.p1|06847.p0} {06847.s1} -> {06847.p1|06848.p0} {06847.s2} 
+tr {06847.t2} {06847.s2} -> {06847.s1} 
+tr {06848.t1} {06847.p1|06848.p0} {06848.s1} -> {06848.p1|06849.p0} {06848.s2} 
+tr {06848.t2} {06848.s2} -> {06848.s1} 
+tr {06849.t1} {06848.p1|06849.p0} {06849.s1} -> {06849.p1|06850.p0} {06849.s2} 
+tr {06849.t2} {06849.s2} -> {06849.s1} 
+tr {06850.t1} {06849.p1|06850.p0} {06850.s1} -> {06850.p1|06851.p0} {06850.s2} 
+tr {06850.t2} {06850.s2} -> {06850.s1} 
+tr {06851.t1} {06850.p1|06851.p0} {06851.s1} -> {06851.p1|06852.p0} {06851.s2} 
+tr {06851.t2} {06851.s2} -> {06851.s1} 
+tr {06852.t1} {06851.p1|06852.p0} {06852.s1} -> {06852.p1|06853.p0} {06852.s2} 
+tr {06852.t2} {06852.s2} -> {06852.s1} 
+tr {06853.t1} {06852.p1|06853.p0} {06853.s1} -> {06853.p1|06854.p0} {06853.s2} 
+tr {06853.t2} {06853.s2} -> {06853.s1} 
+tr {06854.t1} {06853.p1|06854.p0} {06854.s1} -> {06854.p1|06855.p0} {06854.s2} 
+tr {06854.t2} {06854.s2} -> {06854.s1} 
+tr {06855.t1} {06854.p1|06855.p0} {06855.s1} -> {06855.p1|06856.p0} {06855.s2} 
+tr {06855.t2} {06855.s2} -> {06855.s1} 
+tr {06856.t1} {06855.p1|06856.p0} {06856.s1} -> {06856.p1|06857.p0} {06856.s2} 
+tr {06856.t2} {06856.s2} -> {06856.s1} 
+tr {06857.t1} {06856.p1|06857.p0} {06857.s1} -> {06857.p1|06858.p0} {06857.s2} 
+tr {06857.t2} {06857.s2} -> {06857.s1} 
+tr {06858.t1} {06857.p1|06858.p0} {06858.s1} -> {06858.p1|06859.p0} {06858.s2} 
+tr {06858.t2} {06858.s2} -> {06858.s1} 
+tr {06859.t1} {06858.p1|06859.p0} {06859.s1} -> {06859.p1|06860.p0} {06859.s2} 
+tr {06859.t2} {06859.s2} -> {06859.s1} 
+tr {06860.t1} {06859.p1|06860.p0} {06860.s1} -> {06860.p1|06861.p0} {06860.s2} 
+tr {06860.t2} {06860.s2} -> {06860.s1} 
+tr {06861.t1} {06860.p1|06861.p0} {06861.s1} -> {06861.p1|06862.p0} {06861.s2} 
+tr {06861.t2} {06861.s2} -> {06861.s1} 
+tr {06862.t1} {06861.p1|06862.p0} {06862.s1} -> {06862.p1|06863.p0} {06862.s2} 
+tr {06862.t2} {06862.s2} -> {06862.s1} 
+tr {06863.t1} {06862.p1|06863.p0} {06863.s1} -> {06863.p1|06864.p0} {06863.s2} 
+tr {06863.t2} {06863.s2} -> {06863.s1} 
+tr {06864.t1} {06863.p1|06864.p0} {06864.s1} -> {06864.p1|06865.p0} {06864.s2} 
+tr {06864.t2} {06864.s2} -> {06864.s1} 
+tr {06865.t1} {06864.p1|06865.p0} {06865.s1} -> {06865.p1|06866.p0} {06865.s2} 
+tr {06865.t2} {06865.s2} -> {06865.s1} 
+tr {06866.t1} {06865.p1|06866.p0} {06866.s1} -> {06866.p1|06867.p0} {06866.s2} 
+tr {06866.t2} {06866.s2} -> {06866.s1} 
+tr {06867.t1} {06866.p1|06867.p0} {06867.s1} -> {06867.p1|06868.p0} {06867.s2} 
+tr {06867.t2} {06867.s2} -> {06867.s1} 
+tr {06868.t1} {06867.p1|06868.p0} {06868.s1} -> {06868.p1|06869.p0} {06868.s2} 
+tr {06868.t2} {06868.s2} -> {06868.s1} 
+tr {06869.t1} {06868.p1|06869.p0} {06869.s1} -> {06869.p1|06870.p0} {06869.s2} 
+tr {06869.t2} {06869.s2} -> {06869.s1} 
+tr {06870.t1} {06869.p1|06870.p0} {06870.s1} -> {06870.p1|06871.p0} {06870.s2} 
+tr {06870.t2} {06870.s2} -> {06870.s1} 
+tr {06871.t1} {06870.p1|06871.p0} {06871.s1} -> {06871.p1|06872.p0} {06871.s2} 
+tr {06871.t2} {06871.s2} -> {06871.s1} 
+tr {06872.t1} {06871.p1|06872.p0} {06872.s1} -> {06872.p1|06873.p0} {06872.s2} 
+tr {06872.t2} {06872.s2} -> {06872.s1} 
+tr {06873.t1} {06872.p1|06873.p0} {06873.s1} -> {06873.p1|06874.p0} {06873.s2} 
+tr {06873.t2} {06873.s2} -> {06873.s1} 
+tr {06874.t1} {06873.p1|06874.p0} {06874.s1} -> {06874.p1|06875.p0} {06874.s2} 
+tr {06874.t2} {06874.s2} -> {06874.s1} 
+tr {06875.t1} {06874.p1|06875.p0} {06875.s1} -> {06875.p1|06876.p0} {06875.s2} 
+tr {06875.t2} {06875.s2} -> {06875.s1} 
+tr {06876.t1} {06875.p1|06876.p0} {06876.s1} -> {06876.p1|06877.p0} {06876.s2} 
+tr {06876.t2} {06876.s2} -> {06876.s1} 
+tr {06877.t1} {06876.p1|06877.p0} {06877.s1} -> {06877.p1|06878.p0} {06877.s2} 
+tr {06877.t2} {06877.s2} -> {06877.s1} 
+tr {06878.t1} {06877.p1|06878.p0} {06878.s1} -> {06878.p1|06879.p0} {06878.s2} 
+tr {06878.t2} {06878.s2} -> {06878.s1} 
+tr {06879.t1} {06878.p1|06879.p0} {06879.s1} -> {06879.p1|06880.p0} {06879.s2} 
+tr {06879.t2} {06879.s2} -> {06879.s1} 
+tr {06880.t1} {06879.p1|06880.p0} {06880.s1} -> {06880.p1|06881.p0} {06880.s2} 
+tr {06880.t2} {06880.s2} -> {06880.s1} 
+tr {06881.t1} {06880.p1|06881.p0} {06881.s1} -> {06881.p1|06882.p0} {06881.s2} 
+tr {06881.t2} {06881.s2} -> {06881.s1} 
+tr {06882.t1} {06881.p1|06882.p0} {06882.s1} -> {06882.p1|06883.p0} {06882.s2} 
+tr {06882.t2} {06882.s2} -> {06882.s1} 
+tr {06883.t1} {06882.p1|06883.p0} {06883.s1} -> {06883.p1|06884.p0} {06883.s2} 
+tr {06883.t2} {06883.s2} -> {06883.s1} 
+tr {06884.t1} {06883.p1|06884.p0} {06884.s1} -> {06884.p1|06885.p0} {06884.s2} 
+tr {06884.t2} {06884.s2} -> {06884.s1} 
+tr {06885.t1} {06884.p1|06885.p0} {06885.s1} -> {06885.p1|06886.p0} {06885.s2} 
+tr {06885.t2} {06885.s2} -> {06885.s1} 
+tr {06886.t1} {06885.p1|06886.p0} {06886.s1} -> {06886.p1|06887.p0} {06886.s2} 
+tr {06886.t2} {06886.s2} -> {06886.s1} 
+tr {06887.t1} {06886.p1|06887.p0} {06887.s1} -> {06887.p1|06888.p0} {06887.s2} 
+tr {06887.t2} {06887.s2} -> {06887.s1} 
+tr {06888.t1} {06887.p1|06888.p0} {06888.s1} -> {06888.p1|06889.p0} {06888.s2} 
+tr {06888.t2} {06888.s2} -> {06888.s1} 
+tr {06889.t1} {06888.p1|06889.p0} {06889.s1} -> {06889.p1|06890.p0} {06889.s2} 
+tr {06889.t2} {06889.s2} -> {06889.s1} 
+tr {06890.t1} {06889.p1|06890.p0} {06890.s1} -> {06890.p1|06891.p0} {06890.s2} 
+tr {06890.t2} {06890.s2} -> {06890.s1} 
+tr {06891.t1} {06890.p1|06891.p0} {06891.s1} -> {06891.p1|06892.p0} {06891.s2} 
+tr {06891.t2} {06891.s2} -> {06891.s1} 
+tr {06892.t1} {06891.p1|06892.p0} {06892.s1} -> {06892.p1|06893.p0} {06892.s2} 
+tr {06892.t2} {06892.s2} -> {06892.s1} 
+tr {06893.t1} {06892.p1|06893.p0} {06893.s1} -> {06893.p1|06894.p0} {06893.s2} 
+tr {06893.t2} {06893.s2} -> {06893.s1} 
+tr {06894.t1} {06893.p1|06894.p0} {06894.s1} -> {06894.p1|06895.p0} {06894.s2} 
+tr {06894.t2} {06894.s2} -> {06894.s1} 
+tr {06895.t1} {06894.p1|06895.p0} {06895.s1} -> {06895.p1|06896.p0} {06895.s2} 
+tr {06895.t2} {06895.s2} -> {06895.s1} 
+tr {06896.t1} {06895.p1|06896.p0} {06896.s1} -> {06896.p1|06897.p0} {06896.s2} 
+tr {06896.t2} {06896.s2} -> {06896.s1} 
+tr {06897.t1} {06896.p1|06897.p0} {06897.s1} -> {06897.p1|06898.p0} {06897.s2} 
+tr {06897.t2} {06897.s2} -> {06897.s1} 
+tr {06898.t1} {06897.p1|06898.p0} {06898.s1} -> {06898.p1|06899.p0} {06898.s2} 
+tr {06898.t2} {06898.s2} -> {06898.s1} 
+tr {06899.t1} {06898.p1|06899.p0} {06899.s1} -> {06899.p1|06900.p0} {06899.s2} 
+tr {06899.t2} {06899.s2} -> {06899.s1} 
+tr {06900.t1} {06899.p1|06900.p0} {06900.s1} -> {06900.p1|06901.p0} {06900.s2} 
+tr {06900.t2} {06900.s2} -> {06900.s1} 
+tr {06901.t1} {06900.p1|06901.p0} {06901.s1} -> {06901.p1|06902.p0} {06901.s2} 
+tr {06901.t2} {06901.s2} -> {06901.s1} 
+tr {06902.t1} {06901.p1|06902.p0} {06902.s1} -> {06902.p1|06903.p0} {06902.s2} 
+tr {06902.t2} {06902.s2} -> {06902.s1} 
+tr {06903.t1} {06902.p1|06903.p0} {06903.s1} -> {06903.p1|06904.p0} {06903.s2} 
+tr {06903.t2} {06903.s2} -> {06903.s1} 
+tr {06904.t1} {06903.p1|06904.p0} {06904.s1} -> {06904.p1|06905.p0} {06904.s2} 
+tr {06904.t2} {06904.s2} -> {06904.s1} 
+tr {06905.t1} {06904.p1|06905.p0} {06905.s1} -> {06905.p1|06906.p0} {06905.s2} 
+tr {06905.t2} {06905.s2} -> {06905.s1} 
+tr {06906.t1} {06905.p1|06906.p0} {06906.s1} -> {06906.p1|06907.p0} {06906.s2} 
+tr {06906.t2} {06906.s2} -> {06906.s1} 
+tr {06907.t1} {06906.p1|06907.p0} {06907.s1} -> {06907.p1|06908.p0} {06907.s2} 
+tr {06907.t2} {06907.s2} -> {06907.s1} 
+tr {06908.t1} {06907.p1|06908.p0} {06908.s1} -> {06908.p1|06909.p0} {06908.s2} 
+tr {06908.t2} {06908.s2} -> {06908.s1} 
+tr {06909.t1} {06908.p1|06909.p0} {06909.s1} -> {06909.p1|06910.p0} {06909.s2} 
+tr {06909.t2} {06909.s2} -> {06909.s1} 
+tr {06910.t1} {06909.p1|06910.p0} {06910.s1} -> {06910.p1|06911.p0} {06910.s2} 
+tr {06910.t2} {06910.s2} -> {06910.s1} 
+tr {06911.t1} {06910.p1|06911.p0} {06911.s1} -> {06911.p1|06912.p0} {06911.s2} 
+tr {06911.t2} {06911.s2} -> {06911.s1} 
+tr {06912.t1} {06911.p1|06912.p0} {06912.s1} -> {06912.p1|06913.p0} {06912.s2} 
+tr {06912.t2} {06912.s2} -> {06912.s1} 
+tr {06913.t1} {06912.p1|06913.p0} {06913.s1} -> {06913.p1|06914.p0} {06913.s2} 
+tr {06913.t2} {06913.s2} -> {06913.s1} 
+tr {06914.t1} {06913.p1|06914.p0} {06914.s1} -> {06914.p1|06915.p0} {06914.s2} 
+tr {06914.t2} {06914.s2} -> {06914.s1} 
+tr {06915.t1} {06914.p1|06915.p0} {06915.s1} -> {06915.p1|06916.p0} {06915.s2} 
+tr {06915.t2} {06915.s2} -> {06915.s1} 
+tr {06916.t1} {06915.p1|06916.p0} {06916.s1} -> {06916.p1|06917.p0} {06916.s2} 
+tr {06916.t2} {06916.s2} -> {06916.s1} 
+tr {06917.t1} {06916.p1|06917.p0} {06917.s1} -> {06917.p1|06918.p0} {06917.s2} 
+tr {06917.t2} {06917.s2} -> {06917.s1} 
+tr {06918.t1} {06917.p1|06918.p0} {06918.s1} -> {06918.p1|06919.p0} {06918.s2} 
+tr {06918.t2} {06918.s2} -> {06918.s1} 
+tr {06919.t1} {06918.p1|06919.p0} {06919.s1} -> {06919.p1|06920.p0} {06919.s2} 
+tr {06919.t2} {06919.s2} -> {06919.s1} 
+tr {06920.t1} {06919.p1|06920.p0} {06920.s1} -> {06920.p1|06921.p0} {06920.s2} 
+tr {06920.t2} {06920.s2} -> {06920.s1} 
+tr {06921.t1} {06920.p1|06921.p0} {06921.s1} -> {06921.p1|06922.p0} {06921.s2} 
+tr {06921.t2} {06921.s2} -> {06921.s1} 
+tr {06922.t1} {06921.p1|06922.p0} {06922.s1} -> {06922.p1|06923.p0} {06922.s2} 
+tr {06922.t2} {06922.s2} -> {06922.s1} 
+tr {06923.t1} {06922.p1|06923.p0} {06923.s1} -> {06923.p1|06924.p0} {06923.s2} 
+tr {06923.t2} {06923.s2} -> {06923.s1} 
+tr {06924.t1} {06923.p1|06924.p0} {06924.s1} -> {06924.p1|06925.p0} {06924.s2} 
+tr {06924.t2} {06924.s2} -> {06924.s1} 
+tr {06925.t1} {06924.p1|06925.p0} {06925.s1} -> {06925.p1|06926.p0} {06925.s2} 
+tr {06925.t2} {06925.s2} -> {06925.s1} 
+tr {06926.t1} {06925.p1|06926.p0} {06926.s1} -> {06926.p1|06927.p0} {06926.s2} 
+tr {06926.t2} {06926.s2} -> {06926.s1} 
+tr {06927.t1} {06926.p1|06927.p0} {06927.s1} -> {06927.p1|06928.p0} {06927.s2} 
+tr {06927.t2} {06927.s2} -> {06927.s1} 
+tr {06928.t1} {06927.p1|06928.p0} {06928.s1} -> {06928.p1|06929.p0} {06928.s2} 
+tr {06928.t2} {06928.s2} -> {06928.s1} 
+tr {06929.t1} {06928.p1|06929.p0} {06929.s1} -> {06929.p1|06930.p0} {06929.s2} 
+tr {06929.t2} {06929.s2} -> {06929.s1} 
+tr {06930.t1} {06929.p1|06930.p0} {06930.s1} -> {06930.p1|06931.p0} {06930.s2} 
+tr {06930.t2} {06930.s2} -> {06930.s1} 
+tr {06931.t1} {06930.p1|06931.p0} {06931.s1} -> {06931.p1|06932.p0} {06931.s2} 
+tr {06931.t2} {06931.s2} -> {06931.s1} 
+tr {06932.t1} {06931.p1|06932.p0} {06932.s1} -> {06932.p1|06933.p0} {06932.s2} 
+tr {06932.t2} {06932.s2} -> {06932.s1} 
+tr {06933.t1} {06932.p1|06933.p0} {06933.s1} -> {06933.p1|06934.p0} {06933.s2} 
+tr {06933.t2} {06933.s2} -> {06933.s1} 
+tr {06934.t1} {06933.p1|06934.p0} {06934.s1} -> {06934.p1|06935.p0} {06934.s2} 
+tr {06934.t2} {06934.s2} -> {06934.s1} 
+tr {06935.t1} {06934.p1|06935.p0} {06935.s1} -> {06935.p1|06936.p0} {06935.s2} 
+tr {06935.t2} {06935.s2} -> {06935.s1} 
+tr {06936.t1} {06935.p1|06936.p0} {06936.s1} -> {06936.p1|06937.p0} {06936.s2} 
+tr {06936.t2} {06936.s2} -> {06936.s1} 
+tr {06937.t1} {06936.p1|06937.p0} {06937.s1} -> {06937.p1|06938.p0} {06937.s2} 
+tr {06937.t2} {06937.s2} -> {06937.s1} 
+tr {06938.t1} {06937.p1|06938.p0} {06938.s1} -> {06938.p1|06939.p0} {06938.s2} 
+tr {06938.t2} {06938.s2} -> {06938.s1} 
+tr {06939.t1} {06938.p1|06939.p0} {06939.s1} -> {06939.p1|06940.p0} {06939.s2} 
+tr {06939.t2} {06939.s2} -> {06939.s1} 
+tr {06940.t1} {06939.p1|06940.p0} {06940.s1} -> {06940.p1|06941.p0} {06940.s2} 
+tr {06940.t2} {06940.s2} -> {06940.s1} 
+tr {06941.t1} {06940.p1|06941.p0} {06941.s1} -> {06941.p1|06942.p0} {06941.s2} 
+tr {06941.t2} {06941.s2} -> {06941.s1} 
+tr {06942.t1} {06941.p1|06942.p0} {06942.s1} -> {06942.p1|06943.p0} {06942.s2} 
+tr {06942.t2} {06942.s2} -> {06942.s1} 
+tr {06943.t1} {06942.p1|06943.p0} {06943.s1} -> {06943.p1|06944.p0} {06943.s2} 
+tr {06943.t2} {06943.s2} -> {06943.s1} 
+tr {06944.t1} {06943.p1|06944.p0} {06944.s1} -> {06944.p1|06945.p0} {06944.s2} 
+tr {06944.t2} {06944.s2} -> {06944.s1} 
+tr {06945.t1} {06944.p1|06945.p0} {06945.s1} -> {06945.p1|06946.p0} {06945.s2} 
+tr {06945.t2} {06945.s2} -> {06945.s1} 
+tr {06946.t1} {06945.p1|06946.p0} {06946.s1} -> {06946.p1|06947.p0} {06946.s2} 
+tr {06946.t2} {06946.s2} -> {06946.s1} 
+tr {06947.t1} {06946.p1|06947.p0} {06947.s1} -> {06947.p1|06948.p0} {06947.s2} 
+tr {06947.t2} {06947.s2} -> {06947.s1} 
+tr {06948.t1} {06947.p1|06948.p0} {06948.s1} -> {06948.p1|06949.p0} {06948.s2} 
+tr {06948.t2} {06948.s2} -> {06948.s1} 
+tr {06949.t1} {06948.p1|06949.p0} {06949.s1} -> {06949.p1|06950.p0} {06949.s2} 
+tr {06949.t2} {06949.s2} -> {06949.s1} 
+tr {06950.t1} {06949.p1|06950.p0} {06950.s1} -> {06950.p1|06951.p0} {06950.s2} 
+tr {06950.t2} {06950.s2} -> {06950.s1} 
+tr {06951.t1} {06950.p1|06951.p0} {06951.s1} -> {06951.p1|06952.p0} {06951.s2} 
+tr {06951.t2} {06951.s2} -> {06951.s1} 
+tr {06952.t1} {06951.p1|06952.p0} {06952.s1} -> {06952.p1|06953.p0} {06952.s2} 
+tr {06952.t2} {06952.s2} -> {06952.s1} 
+tr {06953.t1} {06952.p1|06953.p0} {06953.s1} -> {06953.p1|06954.p0} {06953.s2} 
+tr {06953.t2} {06953.s2} -> {06953.s1} 
+tr {06954.t1} {06953.p1|06954.p0} {06954.s1} -> {06954.p1|06955.p0} {06954.s2} 
+tr {06954.t2} {06954.s2} -> {06954.s1} 
+tr {06955.t1} {06954.p1|06955.p0} {06955.s1} -> {06955.p1|06956.p0} {06955.s2} 
+tr {06955.t2} {06955.s2} -> {06955.s1} 
+tr {06956.t1} {06955.p1|06956.p0} {06956.s1} -> {06956.p1|06957.p0} {06956.s2} 
+tr {06956.t2} {06956.s2} -> {06956.s1} 
+tr {06957.t1} {06956.p1|06957.p0} {06957.s1} -> {06957.p1|06958.p0} {06957.s2} 
+tr {06957.t2} {06957.s2} -> {06957.s1} 
+tr {06958.t1} {06957.p1|06958.p0} {06958.s1} -> {06958.p1|06959.p0} {06958.s2} 
+tr {06958.t2} {06958.s2} -> {06958.s1} 
+tr {06959.t1} {06958.p1|06959.p0} {06959.s1} -> {06959.p1|06960.p0} {06959.s2} 
+tr {06959.t2} {06959.s2} -> {06959.s1} 
+tr {06960.t1} {06959.p1|06960.p0} {06960.s1} -> {06960.p1|06961.p0} {06960.s2} 
+tr {06960.t2} {06960.s2} -> {06960.s1} 
+tr {06961.t1} {06960.p1|06961.p0} {06961.s1} -> {06961.p1|06962.p0} {06961.s2} 
+tr {06961.t2} {06961.s2} -> {06961.s1} 
+tr {06962.t1} {06961.p1|06962.p0} {06962.s1} -> {06962.p1|06963.p0} {06962.s2} 
+tr {06962.t2} {06962.s2} -> {06962.s1} 
+tr {06963.t1} {06962.p1|06963.p0} {06963.s1} -> {06963.p1|06964.p0} {06963.s2} 
+tr {06963.t2} {06963.s2} -> {06963.s1} 
+tr {06964.t1} {06963.p1|06964.p0} {06964.s1} -> {06964.p1|06965.p0} {06964.s2} 
+tr {06964.t2} {06964.s2} -> {06964.s1} 
+tr {06965.t1} {06964.p1|06965.p0} {06965.s1} -> {06965.p1|06966.p0} {06965.s2} 
+tr {06965.t2} {06965.s2} -> {06965.s1} 
+tr {06966.t1} {06965.p1|06966.p0} {06966.s1} -> {06966.p1|06967.p0} {06966.s2} 
+tr {06966.t2} {06966.s2} -> {06966.s1} 
+tr {06967.t1} {06966.p1|06967.p0} {06967.s1} -> {06967.p1|06968.p0} {06967.s2} 
+tr {06967.t2} {06967.s2} -> {06967.s1} 
+tr {06968.t1} {06967.p1|06968.p0} {06968.s1} -> {06968.p1|06969.p0} {06968.s2} 
+tr {06968.t2} {06968.s2} -> {06968.s1} 
+tr {06969.t1} {06968.p1|06969.p0} {06969.s1} -> {06969.p1|06970.p0} {06969.s2} 
+tr {06969.t2} {06969.s2} -> {06969.s1} 
+tr {06970.t1} {06969.p1|06970.p0} {06970.s1} -> {06970.p1|06971.p0} {06970.s2} 
+tr {06970.t2} {06970.s2} -> {06970.s1} 
+tr {06971.t1} {06970.p1|06971.p0} {06971.s1} -> {06971.p1|06972.p0} {06971.s2} 
+tr {06971.t2} {06971.s2} -> {06971.s1} 
+tr {06972.t1} {06971.p1|06972.p0} {06972.s1} -> {06972.p1|06973.p0} {06972.s2} 
+tr {06972.t2} {06972.s2} -> {06972.s1} 
+tr {06973.t1} {06972.p1|06973.p0} {06973.s1} -> {06973.p1|06974.p0} {06973.s2} 
+tr {06973.t2} {06973.s2} -> {06973.s1} 
+tr {06974.t1} {06973.p1|06974.p0} {06974.s1} -> {06974.p1|06975.p0} {06974.s2} 
+tr {06974.t2} {06974.s2} -> {06974.s1} 
+tr {06975.t1} {06974.p1|06975.p0} {06975.s1} -> {06975.p1|06976.p0} {06975.s2} 
+tr {06975.t2} {06975.s2} -> {06975.s1} 
+tr {06976.t1} {06975.p1|06976.p0} {06976.s1} -> {06976.p1|06977.p0} {06976.s2} 
+tr {06976.t2} {06976.s2} -> {06976.s1} 
+tr {06977.t1} {06976.p1|06977.p0} {06977.s1} -> {06977.p1|06978.p0} {06977.s2} 
+tr {06977.t2} {06977.s2} -> {06977.s1} 
+tr {06978.t1} {06977.p1|06978.p0} {06978.s1} -> {06978.p1|06979.p0} {06978.s2} 
+tr {06978.t2} {06978.s2} -> {06978.s1} 
+tr {06979.t1} {06978.p1|06979.p0} {06979.s1} -> {06979.p1|06980.p0} {06979.s2} 
+tr {06979.t2} {06979.s2} -> {06979.s1} 
+tr {06980.t1} {06979.p1|06980.p0} {06980.s1} -> {06980.p1|06981.p0} {06980.s2} 
+tr {06980.t2} {06980.s2} -> {06980.s1} 
+tr {06981.t1} {06980.p1|06981.p0} {06981.s1} -> {06981.p1|06982.p0} {06981.s2} 
+tr {06981.t2} {06981.s2} -> {06981.s1} 
+tr {06982.t1} {06981.p1|06982.p0} {06982.s1} -> {06982.p1|06983.p0} {06982.s2} 
+tr {06982.t2} {06982.s2} -> {06982.s1} 
+tr {06983.t1} {06982.p1|06983.p0} {06983.s1} -> {06983.p1|06984.p0} {06983.s2} 
+tr {06983.t2} {06983.s2} -> {06983.s1} 
+tr {06984.t1} {06983.p1|06984.p0} {06984.s1} -> {06984.p1|06985.p0} {06984.s2} 
+tr {06984.t2} {06984.s2} -> {06984.s1} 
+tr {06985.t1} {06984.p1|06985.p0} {06985.s1} -> {06985.p1|06986.p0} {06985.s2} 
+tr {06985.t2} {06985.s2} -> {06985.s1} 
+tr {06986.t1} {06985.p1|06986.p0} {06986.s1} -> {06986.p1|06987.p0} {06986.s2} 
+tr {06986.t2} {06986.s2} -> {06986.s1} 
+tr {06987.t1} {06986.p1|06987.p0} {06987.s1} -> {06987.p1|06988.p0} {06987.s2} 
+tr {06987.t2} {06987.s2} -> {06987.s1} 
+tr {06988.t1} {06987.p1|06988.p0} {06988.s1} -> {06988.p1|06989.p0} {06988.s2} 
+tr {06988.t2} {06988.s2} -> {06988.s1} 
+tr {06989.t1} {06988.p1|06989.p0} {06989.s1} -> {06989.p1|06990.p0} {06989.s2} 
+tr {06989.t2} {06989.s2} -> {06989.s1} 
+tr {06990.t1} {06989.p1|06990.p0} {06990.s1} -> {06990.p1|06991.p0} {06990.s2} 
+tr {06990.t2} {06990.s2} -> {06990.s1} 
+tr {06991.t1} {06990.p1|06991.p0} {06991.s1} -> {06991.p1|06992.p0} {06991.s2} 
+tr {06991.t2} {06991.s2} -> {06991.s1} 
+tr {06992.t1} {06991.p1|06992.p0} {06992.s1} -> {06992.p1|06993.p0} {06992.s2} 
+tr {06992.t2} {06992.s2} -> {06992.s1} 
+tr {06993.t1} {06992.p1|06993.p0} {06993.s1} -> {06993.p1|06994.p0} {06993.s2} 
+tr {06993.t2} {06993.s2} -> {06993.s1} 
+tr {06994.t1} {06993.p1|06994.p0} {06994.s1} -> {06994.p1|06995.p0} {06994.s2} 
+tr {06994.t2} {06994.s2} -> {06994.s1} 
+tr {06995.t1} {06994.p1|06995.p0} {06995.s1} -> {06995.p1|06996.p0} {06995.s2} 
+tr {06995.t2} {06995.s2} -> {06995.s1} 
+tr {06996.t1} {06995.p1|06996.p0} {06996.s1} -> {06996.p1|06997.p0} {06996.s2} 
+tr {06996.t2} {06996.s2} -> {06996.s1} 
+tr {06997.t1} {06996.p1|06997.p0} {06997.s1} -> {06997.p1|06998.p0} {06997.s2} 
+tr {06997.t2} {06997.s2} -> {06997.s1} 
+tr {06998.t1} {06997.p1|06998.p0} {06998.s1} -> {06998.p1|06999.p0} {06998.s2} 
+tr {06998.t2} {06998.s2} -> {06998.s1} 
+tr {06999.t1} {06998.p1|06999.p0} {06999.s1} -> {06999.p1|07000.p0} {06999.s2} 
+tr {06999.t2} {06999.s2} -> {06999.s1} 
+tr {07000.t1} {06999.p1|07000.p0} {07000.s1} -> {07000.p1|07001.p0} {07000.s2} 
+tr {07000.t2} {07000.s2} -> {07000.s1} 
+tr {07001.t1} {07000.p1|07001.p0} {07001.s1} -> {07001.p1|07002.p0} {07001.s2} 
+tr {07001.t2} {07001.s2} -> {07001.s1} 
+tr {07002.t1} {07001.p1|07002.p0} {07002.s1} -> {07002.p1|07003.p0} {07002.s2} 
+tr {07002.t2} {07002.s2} -> {07002.s1} 
+tr {07003.t1} {07002.p1|07003.p0} {07003.s1} -> {07003.p1|07004.p0} {07003.s2} 
+tr {07003.t2} {07003.s2} -> {07003.s1} 
+tr {07004.t1} {07003.p1|07004.p0} {07004.s1} -> {07004.p1|07005.p0} {07004.s2} 
+tr {07004.t2} {07004.s2} -> {07004.s1} 
+tr {07005.t1} {07004.p1|07005.p0} {07005.s1} -> {07005.p1|07006.p0} {07005.s2} 
+tr {07005.t2} {07005.s2} -> {07005.s1} 
+tr {07006.t1} {07005.p1|07006.p0} {07006.s1} -> {07006.p1|07007.p0} {07006.s2} 
+tr {07006.t2} {07006.s2} -> {07006.s1} 
+tr {07007.t1} {07006.p1|07007.p0} {07007.s1} -> {07007.p1|07008.p0} {07007.s2} 
+tr {07007.t2} {07007.s2} -> {07007.s1} 
+tr {07008.t1} {07007.p1|07008.p0} {07008.s1} -> {07008.p1|07009.p0} {07008.s2} 
+tr {07008.t2} {07008.s2} -> {07008.s1} 
+tr {07009.t1} {07008.p1|07009.p0} {07009.s1} -> {07009.p1|07010.p0} {07009.s2} 
+tr {07009.t2} {07009.s2} -> {07009.s1} 
+tr {07010.t1} {07009.p1|07010.p0} {07010.s1} -> {07010.p1|07011.p0} {07010.s2} 
+tr {07010.t2} {07010.s2} -> {07010.s1} 
+tr {07011.t1} {07010.p1|07011.p0} {07011.s1} -> {07011.p1|07012.p0} {07011.s2} 
+tr {07011.t2} {07011.s2} -> {07011.s1} 
+tr {07012.t1} {07011.p1|07012.p0} {07012.s1} -> {07012.p1|07013.p0} {07012.s2} 
+tr {07012.t2} {07012.s2} -> {07012.s1} 
+tr {07013.t1} {07012.p1|07013.p0} {07013.s1} -> {07013.p1|07014.p0} {07013.s2} 
+tr {07013.t2} {07013.s2} -> {07013.s1} 
+tr {07014.t1} {07013.p1|07014.p0} {07014.s1} -> {07014.p1|07015.p0} {07014.s2} 
+tr {07014.t2} {07014.s2} -> {07014.s1} 
+tr {07015.t1} {07014.p1|07015.p0} {07015.s1} -> {07015.p1|07016.p0} {07015.s2} 
+tr {07015.t2} {07015.s2} -> {07015.s1} 
+tr {07016.t1} {07015.p1|07016.p0} {07016.s1} -> {07016.p1|07017.p0} {07016.s2} 
+tr {07016.t2} {07016.s2} -> {07016.s1} 
+tr {07017.t1} {07016.p1|07017.p0} {07017.s1} -> {07017.p1|07018.p0} {07017.s2} 
+tr {07017.t2} {07017.s2} -> {07017.s1} 
+tr {07018.t1} {07017.p1|07018.p0} {07018.s1} -> {07018.p1|07019.p0} {07018.s2} 
+tr {07018.t2} {07018.s2} -> {07018.s1} 
+tr {07019.t1} {07018.p1|07019.p0} {07019.s1} -> {07019.p1|07020.p0} {07019.s2} 
+tr {07019.t2} {07019.s2} -> {07019.s1} 
+tr {07020.t1} {07019.p1|07020.p0} {07020.s1} -> {07020.p1|07021.p0} {07020.s2} 
+tr {07020.t2} {07020.s2} -> {07020.s1} 
+tr {07021.t1} {07020.p1|07021.p0} {07021.s1} -> {07021.p1|07022.p0} {07021.s2} 
+tr {07021.t2} {07021.s2} -> {07021.s1} 
+tr {07022.t1} {07021.p1|07022.p0} {07022.s1} -> {07022.p1|07023.p0} {07022.s2} 
+tr {07022.t2} {07022.s2} -> {07022.s1} 
+tr {07023.t1} {07022.p1|07023.p0} {07023.s1} -> {07023.p1|07024.p0} {07023.s2} 
+tr {07023.t2} {07023.s2} -> {07023.s1} 
+tr {07024.t1} {07023.p1|07024.p0} {07024.s1} -> {07024.p1|07025.p0} {07024.s2} 
+tr {07024.t2} {07024.s2} -> {07024.s1} 
+tr {07025.t1} {07024.p1|07025.p0} {07025.s1} -> {07025.p1|07026.p0} {07025.s2} 
+tr {07025.t2} {07025.s2} -> {07025.s1} 
+tr {07026.t1} {07025.p1|07026.p0} {07026.s1} -> {07026.p1|07027.p0} {07026.s2} 
+tr {07026.t2} {07026.s2} -> {07026.s1} 
+tr {07027.t1} {07026.p1|07027.p0} {07027.s1} -> {07027.p1|07028.p0} {07027.s2} 
+tr {07027.t2} {07027.s2} -> {07027.s1} 
+tr {07028.t1} {07027.p1|07028.p0} {07028.s1} -> {07028.p1|07029.p0} {07028.s2} 
+tr {07028.t2} {07028.s2} -> {07028.s1} 
+tr {07029.t1} {07028.p1|07029.p0} {07029.s1} -> {07029.p1|07030.p0} {07029.s2} 
+tr {07029.t2} {07029.s2} -> {07029.s1} 
+tr {07030.t1} {07029.p1|07030.p0} {07030.s1} -> {07030.p1|07031.p0} {07030.s2} 
+tr {07030.t2} {07030.s2} -> {07030.s1} 
+tr {07031.t1} {07030.p1|07031.p0} {07031.s1} -> {07031.p1|07032.p0} {07031.s2} 
+tr {07031.t2} {07031.s2} -> {07031.s1} 
+tr {07032.t1} {07031.p1|07032.p0} {07032.s1} -> {07032.p1|07033.p0} {07032.s2} 
+tr {07032.t2} {07032.s2} -> {07032.s1} 
+tr {07033.t1} {07032.p1|07033.p0} {07033.s1} -> {07033.p1|07034.p0} {07033.s2} 
+tr {07033.t2} {07033.s2} -> {07033.s1} 
+tr {07034.t1} {07033.p1|07034.p0} {07034.s1} -> {07034.p1|07035.p0} {07034.s2} 
+tr {07034.t2} {07034.s2} -> {07034.s1} 
+tr {07035.t1} {07034.p1|07035.p0} {07035.s1} -> {07035.p1|07036.p0} {07035.s2} 
+tr {07035.t2} {07035.s2} -> {07035.s1} 
+tr {07036.t1} {07035.p1|07036.p0} {07036.s1} -> {07036.p1|07037.p0} {07036.s2} 
+tr {07036.t2} {07036.s2} -> {07036.s1} 
+tr {07037.t1} {07036.p1|07037.p0} {07037.s1} -> {07037.p1|07038.p0} {07037.s2} 
+tr {07037.t2} {07037.s2} -> {07037.s1} 
+tr {07038.t1} {07037.p1|07038.p0} {07038.s1} -> {07038.p1|07039.p0} {07038.s2} 
+tr {07038.t2} {07038.s2} -> {07038.s1} 
+tr {07039.t1} {07038.p1|07039.p0} {07039.s1} -> {07039.p1|07040.p0} {07039.s2} 
+tr {07039.t2} {07039.s2} -> {07039.s1} 
+tr {07040.t1} {07039.p1|07040.p0} {07040.s1} -> {07040.p1|07041.p0} {07040.s2} 
+tr {07040.t2} {07040.s2} -> {07040.s1} 
+tr {07041.t1} {07040.p1|07041.p0} {07041.s1} -> {07041.p1|07042.p0} {07041.s2} 
+tr {07041.t2} {07041.s2} -> {07041.s1} 
+tr {07042.t1} {07041.p1|07042.p0} {07042.s1} -> {07042.p1|07043.p0} {07042.s2} 
+tr {07042.t2} {07042.s2} -> {07042.s1} 
+tr {07043.t1} {07042.p1|07043.p0} {07043.s1} -> {07043.p1|07044.p0} {07043.s2} 
+tr {07043.t2} {07043.s2} -> {07043.s1} 
+tr {07044.t1} {07043.p1|07044.p0} {07044.s1} -> {07044.p1|07045.p0} {07044.s2} 
+tr {07044.t2} {07044.s2} -> {07044.s1} 
+tr {07045.t1} {07044.p1|07045.p0} {07045.s1} -> {07045.p1|07046.p0} {07045.s2} 
+tr {07045.t2} {07045.s2} -> {07045.s1} 
+tr {07046.t1} {07045.p1|07046.p0} {07046.s1} -> {07046.p1|07047.p0} {07046.s2} 
+tr {07046.t2} {07046.s2} -> {07046.s1} 
+tr {07047.t1} {07046.p1|07047.p0} {07047.s1} -> {07047.p1|07048.p0} {07047.s2} 
+tr {07047.t2} {07047.s2} -> {07047.s1} 
+tr {07048.t1} {07047.p1|07048.p0} {07048.s1} -> {07048.p1|07049.p0} {07048.s2} 
+tr {07048.t2} {07048.s2} -> {07048.s1} 
+tr {07049.t1} {07048.p1|07049.p0} {07049.s1} -> {07049.p1|07050.p0} {07049.s2} 
+tr {07049.t2} {07049.s2} -> {07049.s1} 
+tr {07050.t1} {07049.p1|07050.p0} {07050.s1} -> {07050.p1|07051.p0} {07050.s2} 
+tr {07050.t2} {07050.s2} -> {07050.s1} 
+tr {07051.t1} {07050.p1|07051.p0} {07051.s1} -> {07051.p1|07052.p0} {07051.s2} 
+tr {07051.t2} {07051.s2} -> {07051.s1} 
+tr {07052.t1} {07051.p1|07052.p0} {07052.s1} -> {07052.p1|07053.p0} {07052.s2} 
+tr {07052.t2} {07052.s2} -> {07052.s1} 
+tr {07053.t1} {07052.p1|07053.p0} {07053.s1} -> {07053.p1|07054.p0} {07053.s2} 
+tr {07053.t2} {07053.s2} -> {07053.s1} 
+tr {07054.t1} {07053.p1|07054.p0} {07054.s1} -> {07054.p1|07055.p0} {07054.s2} 
+tr {07054.t2} {07054.s2} -> {07054.s1} 
+tr {07055.t1} {07054.p1|07055.p0} {07055.s1} -> {07055.p1|07056.p0} {07055.s2} 
+tr {07055.t2} {07055.s2} -> {07055.s1} 
+tr {07056.t1} {07055.p1|07056.p0} {07056.s1} -> {07056.p1|07057.p0} {07056.s2} 
+tr {07056.t2} {07056.s2} -> {07056.s1} 
+tr {07057.t1} {07056.p1|07057.p0} {07057.s1} -> {07057.p1|07058.p0} {07057.s2} 
+tr {07057.t2} {07057.s2} -> {07057.s1} 
+tr {07058.t1} {07057.p1|07058.p0} {07058.s1} -> {07058.p1|07059.p0} {07058.s2} 
+tr {07058.t2} {07058.s2} -> {07058.s1} 
+tr {07059.t1} {07058.p1|07059.p0} {07059.s1} -> {07059.p1|07060.p0} {07059.s2} 
+tr {07059.t2} {07059.s2} -> {07059.s1} 
+tr {07060.t1} {07059.p1|07060.p0} {07060.s1} -> {07060.p1|07061.p0} {07060.s2} 
+tr {07060.t2} {07060.s2} -> {07060.s1} 
+tr {07061.t1} {07060.p1|07061.p0} {07061.s1} -> {07061.p1|07062.p0} {07061.s2} 
+tr {07061.t2} {07061.s2} -> {07061.s1} 
+tr {07062.t1} {07061.p1|07062.p0} {07062.s1} -> {07062.p1|07063.p0} {07062.s2} 
+tr {07062.t2} {07062.s2} -> {07062.s1} 
+tr {07063.t1} {07062.p1|07063.p0} {07063.s1} -> {07063.p1|07064.p0} {07063.s2} 
+tr {07063.t2} {07063.s2} -> {07063.s1} 
+tr {07064.t1} {07063.p1|07064.p0} {07064.s1} -> {07064.p1|07065.p0} {07064.s2} 
+tr {07064.t2} {07064.s2} -> {07064.s1} 
+tr {07065.t1} {07064.p1|07065.p0} {07065.s1} -> {07065.p1|07066.p0} {07065.s2} 
+tr {07065.t2} {07065.s2} -> {07065.s1} 
+tr {07066.t1} {07065.p1|07066.p0} {07066.s1} -> {07066.p1|07067.p0} {07066.s2} 
+tr {07066.t2} {07066.s2} -> {07066.s1} 
+tr {07067.t1} {07066.p1|07067.p0} {07067.s1} -> {07067.p1|07068.p0} {07067.s2} 
+tr {07067.t2} {07067.s2} -> {07067.s1} 
+tr {07068.t1} {07067.p1|07068.p0} {07068.s1} -> {07068.p1|07069.p0} {07068.s2} 
+tr {07068.t2} {07068.s2} -> {07068.s1} 
+tr {07069.t1} {07068.p1|07069.p0} {07069.s1} -> {07069.p1|07070.p0} {07069.s2} 
+tr {07069.t2} {07069.s2} -> {07069.s1} 
+tr {07070.t1} {07069.p1|07070.p0} {07070.s1} -> {07070.p1|07071.p0} {07070.s2} 
+tr {07070.t2} {07070.s2} -> {07070.s1} 
+tr {07071.t1} {07070.p1|07071.p0} {07071.s1} -> {07071.p1|07072.p0} {07071.s2} 
+tr {07071.t2} {07071.s2} -> {07071.s1} 
+tr {07072.t1} {07071.p1|07072.p0} {07072.s1} -> {07072.p1|07073.p0} {07072.s2} 
+tr {07072.t2} {07072.s2} -> {07072.s1} 
+tr {07073.t1} {07072.p1|07073.p0} {07073.s1} -> {07073.p1|07074.p0} {07073.s2} 
+tr {07073.t2} {07073.s2} -> {07073.s1} 
+tr {07074.t1} {07073.p1|07074.p0} {07074.s1} -> {07074.p1|07075.p0} {07074.s2} 
+tr {07074.t2} {07074.s2} -> {07074.s1} 
+tr {07075.t1} {07074.p1|07075.p0} {07075.s1} -> {07075.p1|07076.p0} {07075.s2} 
+tr {07075.t2} {07075.s2} -> {07075.s1} 
+tr {07076.t1} {07075.p1|07076.p0} {07076.s1} -> {07076.p1|07077.p0} {07076.s2} 
+tr {07076.t2} {07076.s2} -> {07076.s1} 
+tr {07077.t1} {07076.p1|07077.p0} {07077.s1} -> {07077.p1|07078.p0} {07077.s2} 
+tr {07077.t2} {07077.s2} -> {07077.s1} 
+tr {07078.t1} {07077.p1|07078.p0} {07078.s1} -> {07078.p1|07079.p0} {07078.s2} 
+tr {07078.t2} {07078.s2} -> {07078.s1} 
+tr {07079.t1} {07078.p1|07079.p0} {07079.s1} -> {07079.p1|07080.p0} {07079.s2} 
+tr {07079.t2} {07079.s2} -> {07079.s1} 
+tr {07080.t1} {07079.p1|07080.p0} {07080.s1} -> {07080.p1|07081.p0} {07080.s2} 
+tr {07080.t2} {07080.s2} -> {07080.s1} 
+tr {07081.t1} {07080.p1|07081.p0} {07081.s1} -> {07081.p1|07082.p0} {07081.s2} 
+tr {07081.t2} {07081.s2} -> {07081.s1} 
+tr {07082.t1} {07081.p1|07082.p0} {07082.s1} -> {07082.p1|07083.p0} {07082.s2} 
+tr {07082.t2} {07082.s2} -> {07082.s1} 
+tr {07083.t1} {07082.p1|07083.p0} {07083.s1} -> {07083.p1|07084.p0} {07083.s2} 
+tr {07083.t2} {07083.s2} -> {07083.s1} 
+tr {07084.t1} {07083.p1|07084.p0} {07084.s1} -> {07084.p1|07085.p0} {07084.s2} 
+tr {07084.t2} {07084.s2} -> {07084.s1} 
+tr {07085.t1} {07084.p1|07085.p0} {07085.s1} -> {07085.p1|07086.p0} {07085.s2} 
+tr {07085.t2} {07085.s2} -> {07085.s1} 
+tr {07086.t1} {07085.p1|07086.p0} {07086.s1} -> {07086.p1|07087.p0} {07086.s2} 
+tr {07086.t2} {07086.s2} -> {07086.s1} 
+tr {07087.t1} {07086.p1|07087.p0} {07087.s1} -> {07087.p1|07088.p0} {07087.s2} 
+tr {07087.t2} {07087.s2} -> {07087.s1} 
+tr {07088.t1} {07087.p1|07088.p0} {07088.s1} -> {07088.p1|07089.p0} {07088.s2} 
+tr {07088.t2} {07088.s2} -> {07088.s1} 
+tr {07089.t1} {07088.p1|07089.p0} {07089.s1} -> {07089.p1|07090.p0} {07089.s2} 
+tr {07089.t2} {07089.s2} -> {07089.s1} 
+tr {07090.t1} {07089.p1|07090.p0} {07090.s1} -> {07090.p1|07091.p0} {07090.s2} 
+tr {07090.t2} {07090.s2} -> {07090.s1} 
+tr {07091.t1} {07090.p1|07091.p0} {07091.s1} -> {07091.p1|07092.p0} {07091.s2} 
+tr {07091.t2} {07091.s2} -> {07091.s1} 
+tr {07092.t1} {07091.p1|07092.p0} {07092.s1} -> {07092.p1|07093.p0} {07092.s2} 
+tr {07092.t2} {07092.s2} -> {07092.s1} 
+tr {07093.t1} {07092.p1|07093.p0} {07093.s1} -> {07093.p1|07094.p0} {07093.s2} 
+tr {07093.t2} {07093.s2} -> {07093.s1} 
+tr {07094.t1} {07093.p1|07094.p0} {07094.s1} -> {07094.p1|07095.p0} {07094.s2} 
+tr {07094.t2} {07094.s2} -> {07094.s1} 
+tr {07095.t1} {07094.p1|07095.p0} {07095.s1} -> {07095.p1|07096.p0} {07095.s2} 
+tr {07095.t2} {07095.s2} -> {07095.s1} 
+tr {07096.t1} {07095.p1|07096.p0} {07096.s1} -> {07096.p1|07097.p0} {07096.s2} 
+tr {07096.t2} {07096.s2} -> {07096.s1} 
+tr {07097.t1} {07096.p1|07097.p0} {07097.s1} -> {07097.p1|07098.p0} {07097.s2} 
+tr {07097.t2} {07097.s2} -> {07097.s1} 
+tr {07098.t1} {07097.p1|07098.p0} {07098.s1} -> {07098.p1|07099.p0} {07098.s2} 
+tr {07098.t2} {07098.s2} -> {07098.s1} 
+tr {07099.t1} {07098.p1|07099.p0} {07099.s1} -> {07099.p1|07100.p0} {07099.s2} 
+tr {07099.t2} {07099.s2} -> {07099.s1} 
+tr {07100.t1} {07099.p1|07100.p0} {07100.s1} -> {07100.p1|07101.p0} {07100.s2} 
+tr {07100.t2} {07100.s2} -> {07100.s1} 
+tr {07101.t1} {07100.p1|07101.p0} {07101.s1} -> {07101.p1|07102.p0} {07101.s2} 
+tr {07101.t2} {07101.s2} -> {07101.s1} 
+tr {07102.t1} {07101.p1|07102.p0} {07102.s1} -> {07102.p1|07103.p0} {07102.s2} 
+tr {07102.t2} {07102.s2} -> {07102.s1} 
+tr {07103.t1} {07102.p1|07103.p0} {07103.s1} -> {07103.p1|07104.p0} {07103.s2} 
+tr {07103.t2} {07103.s2} -> {07103.s1} 
+tr {07104.t1} {07103.p1|07104.p0} {07104.s1} -> {07104.p1|07105.p0} {07104.s2} 
+tr {07104.t2} {07104.s2} -> {07104.s1} 
+tr {07105.t1} {07104.p1|07105.p0} {07105.s1} -> {07105.p1|07106.p0} {07105.s2} 
+tr {07105.t2} {07105.s2} -> {07105.s1} 
+tr {07106.t1} {07105.p1|07106.p0} {07106.s1} -> {07106.p1|07107.p0} {07106.s2} 
+tr {07106.t2} {07106.s2} -> {07106.s1} 
+tr {07107.t1} {07106.p1|07107.p0} {07107.s1} -> {07107.p1|07108.p0} {07107.s2} 
+tr {07107.t2} {07107.s2} -> {07107.s1} 
+tr {07108.t1} {07107.p1|07108.p0} {07108.s1} -> {07108.p1|07109.p0} {07108.s2} 
+tr {07108.t2} {07108.s2} -> {07108.s1} 
+tr {07109.t1} {07108.p1|07109.p0} {07109.s1} -> {07109.p1|07110.p0} {07109.s2} 
+tr {07109.t2} {07109.s2} -> {07109.s1} 
+tr {07110.t1} {07109.p1|07110.p0} {07110.s1} -> {07110.p1|07111.p0} {07110.s2} 
+tr {07110.t2} {07110.s2} -> {07110.s1} 
+tr {07111.t1} {07110.p1|07111.p0} {07111.s1} -> {07111.p1|07112.p0} {07111.s2} 
+tr {07111.t2} {07111.s2} -> {07111.s1} 
+tr {07112.t1} {07111.p1|07112.p0} {07112.s1} -> {07112.p1|07113.p0} {07112.s2} 
+tr {07112.t2} {07112.s2} -> {07112.s1} 
+tr {07113.t1} {07112.p1|07113.p0} {07113.s1} -> {07113.p1|07114.p0} {07113.s2} 
+tr {07113.t2} {07113.s2} -> {07113.s1} 
+tr {07114.t1} {07113.p1|07114.p0} {07114.s1} -> {07114.p1|07115.p0} {07114.s2} 
+tr {07114.t2} {07114.s2} -> {07114.s1} 
+tr {07115.t1} {07114.p1|07115.p0} {07115.s1} -> {07115.p1|07116.p0} {07115.s2} 
+tr {07115.t2} {07115.s2} -> {07115.s1} 
+tr {07116.t1} {07115.p1|07116.p0} {07116.s1} -> {07116.p1|07117.p0} {07116.s2} 
+tr {07116.t2} {07116.s2} -> {07116.s1} 
+tr {07117.t1} {07116.p1|07117.p0} {07117.s1} -> {07117.p1|07118.p0} {07117.s2} 
+tr {07117.t2} {07117.s2} -> {07117.s1} 
+tr {07118.t1} {07117.p1|07118.p0} {07118.s1} -> {07118.p1|07119.p0} {07118.s2} 
+tr {07118.t2} {07118.s2} -> {07118.s1} 
+tr {07119.t1} {07118.p1|07119.p0} {07119.s1} -> {07119.p1|07120.p0} {07119.s2} 
+tr {07119.t2} {07119.s2} -> {07119.s1} 
+tr {07120.t1} {07119.p1|07120.p0} {07120.s1} -> {07120.p1|07121.p0} {07120.s2} 
+tr {07120.t2} {07120.s2} -> {07120.s1} 
+tr {07121.t1} {07120.p1|07121.p0} {07121.s1} -> {07121.p1|07122.p0} {07121.s2} 
+tr {07121.t2} {07121.s2} -> {07121.s1} 
+tr {07122.t1} {07121.p1|07122.p0} {07122.s1} -> {07122.p1|07123.p0} {07122.s2} 
+tr {07122.t2} {07122.s2} -> {07122.s1} 
+tr {07123.t1} {07122.p1|07123.p0} {07123.s1} -> {07123.p1|07124.p0} {07123.s2} 
+tr {07123.t2} {07123.s2} -> {07123.s1} 
+tr {07124.t1} {07123.p1|07124.p0} {07124.s1} -> {07124.p1|07125.p0} {07124.s2} 
+tr {07124.t2} {07124.s2} -> {07124.s1} 
+tr {07125.t1} {07124.p1|07125.p0} {07125.s1} -> {07125.p1|07126.p0} {07125.s2} 
+tr {07125.t2} {07125.s2} -> {07125.s1} 
+tr {07126.t1} {07125.p1|07126.p0} {07126.s1} -> {07126.p1|07127.p0} {07126.s2} 
+tr {07126.t2} {07126.s2} -> {07126.s1} 
+tr {07127.t1} {07126.p1|07127.p0} {07127.s1} -> {07127.p1|07128.p0} {07127.s2} 
+tr {07127.t2} {07127.s2} -> {07127.s1} 
+tr {07128.t1} {07127.p1|07128.p0} {07128.s1} -> {07128.p1|07129.p0} {07128.s2} 
+tr {07128.t2} {07128.s2} -> {07128.s1} 
+tr {07129.t1} {07128.p1|07129.p0} {07129.s1} -> {07129.p1|07130.p0} {07129.s2} 
+tr {07129.t2} {07129.s2} -> {07129.s1} 
+tr {07130.t1} {07129.p1|07130.p0} {07130.s1} -> {07130.p1|07131.p0} {07130.s2} 
+tr {07130.t2} {07130.s2} -> {07130.s1} 
+tr {07131.t1} {07130.p1|07131.p0} {07131.s1} -> {07131.p1|07132.p0} {07131.s2} 
+tr {07131.t2} {07131.s2} -> {07131.s1} 
+tr {07132.t1} {07131.p1|07132.p0} {07132.s1} -> {07132.p1|07133.p0} {07132.s2} 
+tr {07132.t2} {07132.s2} -> {07132.s1} 
+tr {07133.t1} {07132.p1|07133.p0} {07133.s1} -> {07133.p1|07134.p0} {07133.s2} 
+tr {07133.t2} {07133.s2} -> {07133.s1} 
+tr {07134.t1} {07133.p1|07134.p0} {07134.s1} -> {07134.p1|07135.p0} {07134.s2} 
+tr {07134.t2} {07134.s2} -> {07134.s1} 
+tr {07135.t1} {07134.p1|07135.p0} {07135.s1} -> {07135.p1|07136.p0} {07135.s2} 
+tr {07135.t2} {07135.s2} -> {07135.s1} 
+tr {07136.t1} {07135.p1|07136.p0} {07136.s1} -> {07136.p1|07137.p0} {07136.s2} 
+tr {07136.t2} {07136.s2} -> {07136.s1} 
+tr {07137.t1} {07136.p1|07137.p0} {07137.s1} -> {07137.p1|07138.p0} {07137.s2} 
+tr {07137.t2} {07137.s2} -> {07137.s1} 
+tr {07138.t1} {07137.p1|07138.p0} {07138.s1} -> {07138.p1|07139.p0} {07138.s2} 
+tr {07138.t2} {07138.s2} -> {07138.s1} 
+tr {07139.t1} {07138.p1|07139.p0} {07139.s1} -> {07139.p1|07140.p0} {07139.s2} 
+tr {07139.t2} {07139.s2} -> {07139.s1} 
+tr {07140.t1} {07139.p1|07140.p0} {07140.s1} -> {07140.p1|07141.p0} {07140.s2} 
+tr {07140.t2} {07140.s2} -> {07140.s1} 
+tr {07141.t1} {07140.p1|07141.p0} {07141.s1} -> {07141.p1|07142.p0} {07141.s2} 
+tr {07141.t2} {07141.s2} -> {07141.s1} 
+tr {07142.t1} {07141.p1|07142.p0} {07142.s1} -> {07142.p1|07143.p0} {07142.s2} 
+tr {07142.t2} {07142.s2} -> {07142.s1} 
+tr {07143.t1} {07142.p1|07143.p0} {07143.s1} -> {07143.p1|07144.p0} {07143.s2} 
+tr {07143.t2} {07143.s2} -> {07143.s1} 
+tr {07144.t1} {07143.p1|07144.p0} {07144.s1} -> {07144.p1|07145.p0} {07144.s2} 
+tr {07144.t2} {07144.s2} -> {07144.s1} 
+tr {07145.t1} {07144.p1|07145.p0} {07145.s1} -> {07145.p1|07146.p0} {07145.s2} 
+tr {07145.t2} {07145.s2} -> {07145.s1} 
+tr {07146.t1} {07145.p1|07146.p0} {07146.s1} -> {07146.p1|07147.p0} {07146.s2} 
+tr {07146.t2} {07146.s2} -> {07146.s1} 
+tr {07147.t1} {07146.p1|07147.p0} {07147.s1} -> {07147.p1|07148.p0} {07147.s2} 
+tr {07147.t2} {07147.s2} -> {07147.s1} 
+tr {07148.t1} {07147.p1|07148.p0} {07148.s1} -> {07148.p1|07149.p0} {07148.s2} 
+tr {07148.t2} {07148.s2} -> {07148.s1} 
+tr {07149.t1} {07148.p1|07149.p0} {07149.s1} -> {07149.p1|07150.p0} {07149.s2} 
+tr {07149.t2} {07149.s2} -> {07149.s1} 
+tr {07150.t1} {07149.p1|07150.p0} {07150.s1} -> {07150.p1|07151.p0} {07150.s2} 
+tr {07150.t2} {07150.s2} -> {07150.s1} 
+tr {07151.t1} {07150.p1|07151.p0} {07151.s1} -> {07151.p1|07152.p0} {07151.s2} 
+tr {07151.t2} {07151.s2} -> {07151.s1} 
+tr {07152.t1} {07151.p1|07152.p0} {07152.s1} -> {07152.p1|07153.p0} {07152.s2} 
+tr {07152.t2} {07152.s2} -> {07152.s1} 
+tr {07153.t1} {07152.p1|07153.p0} {07153.s1} -> {07153.p1|07154.p0} {07153.s2} 
+tr {07153.t2} {07153.s2} -> {07153.s1} 
+tr {07154.t1} {07153.p1|07154.p0} {07154.s1} -> {07154.p1|07155.p0} {07154.s2} 
+tr {07154.t2} {07154.s2} -> {07154.s1} 
+tr {07155.t1} {07154.p1|07155.p0} {07155.s1} -> {07155.p1|07156.p0} {07155.s2} 
+tr {07155.t2} {07155.s2} -> {07155.s1} 
+tr {07156.t1} {07155.p1|07156.p0} {07156.s1} -> {07156.p1|07157.p0} {07156.s2} 
+tr {07156.t2} {07156.s2} -> {07156.s1} 
+tr {07157.t1} {07156.p1|07157.p0} {07157.s1} -> {07157.p1|07158.p0} {07157.s2} 
+tr {07157.t2} {07157.s2} -> {07157.s1} 
+tr {07158.t1} {07157.p1|07158.p0} {07158.s1} -> {07158.p1|07159.p0} {07158.s2} 
+tr {07158.t2} {07158.s2} -> {07158.s1} 
+tr {07159.t1} {07158.p1|07159.p0} {07159.s1} -> {07159.p1|07160.p0} {07159.s2} 
+tr {07159.t2} {07159.s2} -> {07159.s1} 
+tr {07160.t1} {07159.p1|07160.p0} {07160.s1} -> {07160.p1|07161.p0} {07160.s2} 
+tr {07160.t2} {07160.s2} -> {07160.s1} 
+tr {07161.t1} {07160.p1|07161.p0} {07161.s1} -> {07161.p1|07162.p0} {07161.s2} 
+tr {07161.t2} {07161.s2} -> {07161.s1} 
+tr {07162.t1} {07161.p1|07162.p0} {07162.s1} -> {07162.p1|07163.p0} {07162.s2} 
+tr {07162.t2} {07162.s2} -> {07162.s1} 
+tr {07163.t1} {07162.p1|07163.p0} {07163.s1} -> {07163.p1|07164.p0} {07163.s2} 
+tr {07163.t2} {07163.s2} -> {07163.s1} 
+tr {07164.t1} {07163.p1|07164.p0} {07164.s1} -> {07164.p1|07165.p0} {07164.s2} 
+tr {07164.t2} {07164.s2} -> {07164.s1} 
+tr {07165.t1} {07164.p1|07165.p0} {07165.s1} -> {07165.p1|07166.p0} {07165.s2} 
+tr {07165.t2} {07165.s2} -> {07165.s1} 
+tr {07166.t1} {07165.p1|07166.p0} {07166.s1} -> {07166.p1|07167.p0} {07166.s2} 
+tr {07166.t2} {07166.s2} -> {07166.s1} 
+tr {07167.t1} {07166.p1|07167.p0} {07167.s1} -> {07167.p1|07168.p0} {07167.s2} 
+tr {07167.t2} {07167.s2} -> {07167.s1} 
+tr {07168.t1} {07167.p1|07168.p0} {07168.s1} -> {07168.p1|07169.p0} {07168.s2} 
+tr {07168.t2} {07168.s2} -> {07168.s1} 
+tr {07169.t1} {07168.p1|07169.p0} {07169.s1} -> {07169.p1|07170.p0} {07169.s2} 
+tr {07169.t2} {07169.s2} -> {07169.s1} 
+tr {07170.t1} {07169.p1|07170.p0} {07170.s1} -> {07170.p1|07171.p0} {07170.s2} 
+tr {07170.t2} {07170.s2} -> {07170.s1} 
+tr {07171.t1} {07170.p1|07171.p0} {07171.s1} -> {07171.p1|07172.p0} {07171.s2} 
+tr {07171.t2} {07171.s2} -> {07171.s1} 
+tr {07172.t1} {07171.p1|07172.p0} {07172.s1} -> {07172.p1|07173.p0} {07172.s2} 
+tr {07172.t2} {07172.s2} -> {07172.s1} 
+tr {07173.t1} {07172.p1|07173.p0} {07173.s1} -> {07173.p1|07174.p0} {07173.s2} 
+tr {07173.t2} {07173.s2} -> {07173.s1} 
+tr {07174.t1} {07173.p1|07174.p0} {07174.s1} -> {07174.p1|07175.p0} {07174.s2} 
+tr {07174.t2} {07174.s2} -> {07174.s1} 
+tr {07175.t1} {07174.p1|07175.p0} {07175.s1} -> {07175.p1|07176.p0} {07175.s2} 
+tr {07175.t2} {07175.s2} -> {07175.s1} 
+tr {07176.t1} {07175.p1|07176.p0} {07176.s1} -> {07176.p1|07177.p0} {07176.s2} 
+tr {07176.t2} {07176.s2} -> {07176.s1} 
+tr {07177.t1} {07176.p1|07177.p0} {07177.s1} -> {07177.p1|07178.p0} {07177.s2} 
+tr {07177.t2} {07177.s2} -> {07177.s1} 
+tr {07178.t1} {07177.p1|07178.p0} {07178.s1} -> {07178.p1|07179.p0} {07178.s2} 
+tr {07178.t2} {07178.s2} -> {07178.s1} 
+tr {07179.t1} {07178.p1|07179.p0} {07179.s1} -> {07179.p1|07180.p0} {07179.s2} 
+tr {07179.t2} {07179.s2} -> {07179.s1} 
+tr {07180.t1} {07179.p1|07180.p0} {07180.s1} -> {07180.p1|07181.p0} {07180.s2} 
+tr {07180.t2} {07180.s2} -> {07180.s1} 
+tr {07181.t1} {07180.p1|07181.p0} {07181.s1} -> {07181.p1|07182.p0} {07181.s2} 
+tr {07181.t2} {07181.s2} -> {07181.s1} 
+tr {07182.t1} {07181.p1|07182.p0} {07182.s1} -> {07182.p1|07183.p0} {07182.s2} 
+tr {07182.t2} {07182.s2} -> {07182.s1} 
+tr {07183.t1} {07182.p1|07183.p0} {07183.s1} -> {07183.p1|07184.p0} {07183.s2} 
+tr {07183.t2} {07183.s2} -> {07183.s1} 
+tr {07184.t1} {07183.p1|07184.p0} {07184.s1} -> {07184.p1|07185.p0} {07184.s2} 
+tr {07184.t2} {07184.s2} -> {07184.s1} 
+tr {07185.t1} {07184.p1|07185.p0} {07185.s1} -> {07185.p1|07186.p0} {07185.s2} 
+tr {07185.t2} {07185.s2} -> {07185.s1} 
+tr {07186.t1} {07185.p1|07186.p0} {07186.s1} -> {07186.p1|07187.p0} {07186.s2} 
+tr {07186.t2} {07186.s2} -> {07186.s1} 
+tr {07187.t1} {07186.p1|07187.p0} {07187.s1} -> {07187.p1|07188.p0} {07187.s2} 
+tr {07187.t2} {07187.s2} -> {07187.s1} 
+tr {07188.t1} {07187.p1|07188.p0} {07188.s1} -> {07188.p1|07189.p0} {07188.s2} 
+tr {07188.t2} {07188.s2} -> {07188.s1} 
+tr {07189.t1} {07188.p1|07189.p0} {07189.s1} -> {07189.p1|07190.p0} {07189.s2} 
+tr {07189.t2} {07189.s2} -> {07189.s1} 
+tr {07190.t1} {07189.p1|07190.p0} {07190.s1} -> {07190.p1|07191.p0} {07190.s2} 
+tr {07190.t2} {07190.s2} -> {07190.s1} 
+tr {07191.t1} {07190.p1|07191.p0} {07191.s1} -> {07191.p1|07192.p0} {07191.s2} 
+tr {07191.t2} {07191.s2} -> {07191.s1} 
+tr {07192.t1} {07191.p1|07192.p0} {07192.s1} -> {07192.p1|07193.p0} {07192.s2} 
+tr {07192.t2} {07192.s2} -> {07192.s1} 
+tr {07193.t1} {07192.p1|07193.p0} {07193.s1} -> {07193.p1|07194.p0} {07193.s2} 
+tr {07193.t2} {07193.s2} -> {07193.s1} 
+tr {07194.t1} {07193.p1|07194.p0} {07194.s1} -> {07194.p1|07195.p0} {07194.s2} 
+tr {07194.t2} {07194.s2} -> {07194.s1} 
+tr {07195.t1} {07194.p1|07195.p0} {07195.s1} -> {07195.p1|07196.p0} {07195.s2} 
+tr {07195.t2} {07195.s2} -> {07195.s1} 
+tr {07196.t1} {07195.p1|07196.p0} {07196.s1} -> {07196.p1|07197.p0} {07196.s2} 
+tr {07196.t2} {07196.s2} -> {07196.s1} 
+tr {07197.t1} {07196.p1|07197.p0} {07197.s1} -> {07197.p1|07198.p0} {07197.s2} 
+tr {07197.t2} {07197.s2} -> {07197.s1} 
+tr {07198.t1} {07197.p1|07198.p0} {07198.s1} -> {07198.p1|07199.p0} {07198.s2} 
+tr {07198.t2} {07198.s2} -> {07198.s1} 
+tr {07199.t1} {07198.p1|07199.p0} {07199.s1} -> {07199.p1|07200.p0} {07199.s2} 
+tr {07199.t2} {07199.s2} -> {07199.s1} 
+tr {07200.t1} {07199.p1|07200.p0} {07200.s1} -> {07200.p1|07201.p0} {07200.s2} 
+tr {07200.t2} {07200.s2} -> {07200.s1} 
+tr {07201.t1} {07200.p1|07201.p0} {07201.s1} -> {07201.p1|07202.p0} {07201.s2} 
+tr {07201.t2} {07201.s2} -> {07201.s1} 
+tr {07202.t1} {07201.p1|07202.p0} {07202.s1} -> {07202.p1|07203.p0} {07202.s2} 
+tr {07202.t2} {07202.s2} -> {07202.s1} 
+tr {07203.t1} {07202.p1|07203.p0} {07203.s1} -> {07203.p1|07204.p0} {07203.s2} 
+tr {07203.t2} {07203.s2} -> {07203.s1} 
+tr {07204.t1} {07203.p1|07204.p0} {07204.s1} -> {07204.p1|07205.p0} {07204.s2} 
+tr {07204.t2} {07204.s2} -> {07204.s1} 
+tr {07205.t1} {07204.p1|07205.p0} {07205.s1} -> {07205.p1|07206.p0} {07205.s2} 
+tr {07205.t2} {07205.s2} -> {07205.s1} 
+tr {07206.t1} {07205.p1|07206.p0} {07206.s1} -> {07206.p1|07207.p0} {07206.s2} 
+tr {07206.t2} {07206.s2} -> {07206.s1} 
+tr {07207.t1} {07206.p1|07207.p0} {07207.s1} -> {07207.p1|07208.p0} {07207.s2} 
+tr {07207.t2} {07207.s2} -> {07207.s1} 
+tr {07208.t1} {07207.p1|07208.p0} {07208.s1} -> {07208.p1|07209.p0} {07208.s2} 
+tr {07208.t2} {07208.s2} -> {07208.s1} 
+tr {07209.t1} {07208.p1|07209.p0} {07209.s1} -> {07209.p1|07210.p0} {07209.s2} 
+tr {07209.t2} {07209.s2} -> {07209.s1} 
+tr {07210.t1} {07209.p1|07210.p0} {07210.s1} -> {07210.p1|07211.p0} {07210.s2} 
+tr {07210.t2} {07210.s2} -> {07210.s1} 
+tr {07211.t1} {07210.p1|07211.p0} {07211.s1} -> {07211.p1|07212.p0} {07211.s2} 
+tr {07211.t2} {07211.s2} -> {07211.s1} 
+tr {07212.t1} {07211.p1|07212.p0} {07212.s1} -> {07212.p1|07213.p0} {07212.s2} 
+tr {07212.t2} {07212.s2} -> {07212.s1} 
+tr {07213.t1} {07212.p1|07213.p0} {07213.s1} -> {07213.p1|07214.p0} {07213.s2} 
+tr {07213.t2} {07213.s2} -> {07213.s1} 
+tr {07214.t1} {07213.p1|07214.p0} {07214.s1} -> {07214.p1|07215.p0} {07214.s2} 
+tr {07214.t2} {07214.s2} -> {07214.s1} 
+tr {07215.t1} {07214.p1|07215.p0} {07215.s1} -> {07215.p1|07216.p0} {07215.s2} 
+tr {07215.t2} {07215.s2} -> {07215.s1} 
+tr {07216.t1} {07215.p1|07216.p0} {07216.s1} -> {07216.p1|07217.p0} {07216.s2} 
+tr {07216.t2} {07216.s2} -> {07216.s1} 
+tr {07217.t1} {07216.p1|07217.p0} {07217.s1} -> {07217.p1|07218.p0} {07217.s2} 
+tr {07217.t2} {07217.s2} -> {07217.s1} 
+tr {07218.t1} {07217.p1|07218.p0} {07218.s1} -> {07218.p1|07219.p0} {07218.s2} 
+tr {07218.t2} {07218.s2} -> {07218.s1} 
+tr {07219.t1} {07218.p1|07219.p0} {07219.s1} -> {07219.p1|07220.p0} {07219.s2} 
+tr {07219.t2} {07219.s2} -> {07219.s1} 
+tr {07220.t1} {07219.p1|07220.p0} {07220.s1} -> {07220.p1|07221.p0} {07220.s2} 
+tr {07220.t2} {07220.s2} -> {07220.s1} 
+tr {07221.t1} {07220.p1|07221.p0} {07221.s1} -> {07221.p1|07222.p0} {07221.s2} 
+tr {07221.t2} {07221.s2} -> {07221.s1} 
+tr {07222.t1} {07221.p1|07222.p0} {07222.s1} -> {07222.p1|07223.p0} {07222.s2} 
+tr {07222.t2} {07222.s2} -> {07222.s1} 
+tr {07223.t1} {07222.p1|07223.p0} {07223.s1} -> {07223.p1|07224.p0} {07223.s2} 
+tr {07223.t2} {07223.s2} -> {07223.s1} 
+tr {07224.t1} {07223.p1|07224.p0} {07224.s1} -> {07224.p1|07225.p0} {07224.s2} 
+tr {07224.t2} {07224.s2} -> {07224.s1} 
+tr {07225.t1} {07224.p1|07225.p0} {07225.s1} -> {07225.p1|07226.p0} {07225.s2} 
+tr {07225.t2} {07225.s2} -> {07225.s1} 
+tr {07226.t1} {07225.p1|07226.p0} {07226.s1} -> {07226.p1|07227.p0} {07226.s2} 
+tr {07226.t2} {07226.s2} -> {07226.s1} 
+tr {07227.t1} {07226.p1|07227.p0} {07227.s1} -> {07227.p1|07228.p0} {07227.s2} 
+tr {07227.t2} {07227.s2} -> {07227.s1} 
+tr {07228.t1} {07227.p1|07228.p0} {07228.s1} -> {07228.p1|07229.p0} {07228.s2} 
+tr {07228.t2} {07228.s2} -> {07228.s1} 
+tr {07229.t1} {07228.p1|07229.p0} {07229.s1} -> {07229.p1|07230.p0} {07229.s2} 
+tr {07229.t2} {07229.s2} -> {07229.s1} 
+tr {07230.t1} {07229.p1|07230.p0} {07230.s1} -> {07230.p1|07231.p0} {07230.s2} 
+tr {07230.t2} {07230.s2} -> {07230.s1} 
+tr {07231.t1} {07230.p1|07231.p0} {07231.s1} -> {07231.p1|07232.p0} {07231.s2} 
+tr {07231.t2} {07231.s2} -> {07231.s1} 
+tr {07232.t1} {07231.p1|07232.p0} {07232.s1} -> {07232.p1|07233.p0} {07232.s2} 
+tr {07232.t2} {07232.s2} -> {07232.s1} 
+tr {07233.t1} {07232.p1|07233.p0} {07233.s1} -> {07233.p1|07234.p0} {07233.s2} 
+tr {07233.t2} {07233.s2} -> {07233.s1} 
+tr {07234.t1} {07233.p1|07234.p0} {07234.s1} -> {07234.p1|07235.p0} {07234.s2} 
+tr {07234.t2} {07234.s2} -> {07234.s1} 
+tr {07235.t1} {07234.p1|07235.p0} {07235.s1} -> {07235.p1|07236.p0} {07235.s2} 
+tr {07235.t2} {07235.s2} -> {07235.s1} 
+tr {07236.t1} {07235.p1|07236.p0} {07236.s1} -> {07236.p1|07237.p0} {07236.s2} 
+tr {07236.t2} {07236.s2} -> {07236.s1} 
+tr {07237.t1} {07236.p1|07237.p0} {07237.s1} -> {07237.p1|07238.p0} {07237.s2} 
+tr {07237.t2} {07237.s2} -> {07237.s1} 
+tr {07238.t1} {07237.p1|07238.p0} {07238.s1} -> {07238.p1|07239.p0} {07238.s2} 
+tr {07238.t2} {07238.s2} -> {07238.s1} 
+tr {07239.t1} {07238.p1|07239.p0} {07239.s1} -> {07239.p1|07240.p0} {07239.s2} 
+tr {07239.t2} {07239.s2} -> {07239.s1} 
+tr {07240.t1} {07239.p1|07240.p0} {07240.s1} -> {07240.p1|07241.p0} {07240.s2} 
+tr {07240.t2} {07240.s2} -> {07240.s1} 
+tr {07241.t1} {07240.p1|07241.p0} {07241.s1} -> {07241.p1|07242.p0} {07241.s2} 
+tr {07241.t2} {07241.s2} -> {07241.s1} 
+tr {07242.t1} {07241.p1|07242.p0} {07242.s1} -> {07242.p1|07243.p0} {07242.s2} 
+tr {07242.t2} {07242.s2} -> {07242.s1} 
+tr {07243.t1} {07242.p1|07243.p0} {07243.s1} -> {07243.p1|07244.p0} {07243.s2} 
+tr {07243.t2} {07243.s2} -> {07243.s1} 
+tr {07244.t1} {07243.p1|07244.p0} {07244.s1} -> {07244.p1|07245.p0} {07244.s2} 
+tr {07244.t2} {07244.s2} -> {07244.s1} 
+tr {07245.t1} {07244.p1|07245.p0} {07245.s1} -> {07245.p1|07246.p0} {07245.s2} 
+tr {07245.t2} {07245.s2} -> {07245.s1} 
+tr {07246.t1} {07245.p1|07246.p0} {07246.s1} -> {07246.p1|07247.p0} {07246.s2} 
+tr {07246.t2} {07246.s2} -> {07246.s1} 
+tr {07247.t1} {07246.p1|07247.p0} {07247.s1} -> {07247.p1|07248.p0} {07247.s2} 
+tr {07247.t2} {07247.s2} -> {07247.s1} 
+tr {07248.t1} {07247.p1|07248.p0} {07248.s1} -> {07248.p1|07249.p0} {07248.s2} 
+tr {07248.t2} {07248.s2} -> {07248.s1} 
+tr {07249.t1} {07248.p1|07249.p0} {07249.s1} -> {07249.p1|07250.p0} {07249.s2} 
+tr {07249.t2} {07249.s2} -> {07249.s1} 
+tr {07250.t1} {07249.p1|07250.p0} {07250.s1} -> {07250.p1|07251.p0} {07250.s2} 
+tr {07250.t2} {07250.s2} -> {07250.s1} 
+tr {07251.t1} {07250.p1|07251.p0} {07251.s1} -> {07251.p1|07252.p0} {07251.s2} 
+tr {07251.t2} {07251.s2} -> {07251.s1} 
+tr {07252.t1} {07251.p1|07252.p0} {07252.s1} -> {07252.p1|07253.p0} {07252.s2} 
+tr {07252.t2} {07252.s2} -> {07252.s1} 
+tr {07253.t1} {07252.p1|07253.p0} {07253.s1} -> {07253.p1|07254.p0} {07253.s2} 
+tr {07253.t2} {07253.s2} -> {07253.s1} 
+tr {07254.t1} {07253.p1|07254.p0} {07254.s1} -> {07254.p1|07255.p0} {07254.s2} 
+tr {07254.t2} {07254.s2} -> {07254.s1} 
+tr {07255.t1} {07254.p1|07255.p0} {07255.s1} -> {07255.p1|07256.p0} {07255.s2} 
+tr {07255.t2} {07255.s2} -> {07255.s1} 
+tr {07256.t1} {07255.p1|07256.p0} {07256.s1} -> {07256.p1|07257.p0} {07256.s2} 
+tr {07256.t2} {07256.s2} -> {07256.s1} 
+tr {07257.t1} {07256.p1|07257.p0} {07257.s1} -> {07257.p1|07258.p0} {07257.s2} 
+tr {07257.t2} {07257.s2} -> {07257.s1} 
+tr {07258.t1} {07257.p1|07258.p0} {07258.s1} -> {07258.p1|07259.p0} {07258.s2} 
+tr {07258.t2} {07258.s2} -> {07258.s1} 
+tr {07259.t1} {07258.p1|07259.p0} {07259.s1} -> {07259.p1|07260.p0} {07259.s2} 
+tr {07259.t2} {07259.s2} -> {07259.s1} 
+tr {07260.t1} {07259.p1|07260.p0} {07260.s1} -> {07260.p1|07261.p0} {07260.s2} 
+tr {07260.t2} {07260.s2} -> {07260.s1} 
+tr {07261.t1} {07260.p1|07261.p0} {07261.s1} -> {07261.p1|07262.p0} {07261.s2} 
+tr {07261.t2} {07261.s2} -> {07261.s1} 
+tr {07262.t1} {07261.p1|07262.p0} {07262.s1} -> {07262.p1|07263.p0} {07262.s2} 
+tr {07262.t2} {07262.s2} -> {07262.s1} 
+tr {07263.t1} {07262.p1|07263.p0} {07263.s1} -> {07263.p1|07264.p0} {07263.s2} 
+tr {07263.t2} {07263.s2} -> {07263.s1} 
+tr {07264.t1} {07263.p1|07264.p0} {07264.s1} -> {07264.p1|07265.p0} {07264.s2} 
+tr {07264.t2} {07264.s2} -> {07264.s1} 
+tr {07265.t1} {07264.p1|07265.p0} {07265.s1} -> {07265.p1|07266.p0} {07265.s2} 
+tr {07265.t2} {07265.s2} -> {07265.s1} 
+tr {07266.t1} {07265.p1|07266.p0} {07266.s1} -> {07266.p1|07267.p0} {07266.s2} 
+tr {07266.t2} {07266.s2} -> {07266.s1} 
+tr {07267.t1} {07266.p1|07267.p0} {07267.s1} -> {07267.p1|07268.p0} {07267.s2} 
+tr {07267.t2} {07267.s2} -> {07267.s1} 
+tr {07268.t1} {07267.p1|07268.p0} {07268.s1} -> {07268.p1|07269.p0} {07268.s2} 
+tr {07268.t2} {07268.s2} -> {07268.s1} 
+tr {07269.t1} {07268.p1|07269.p0} {07269.s1} -> {07269.p1|07270.p0} {07269.s2} 
+tr {07269.t2} {07269.s2} -> {07269.s1} 
+tr {07270.t1} {07269.p1|07270.p0} {07270.s1} -> {07270.p1|07271.p0} {07270.s2} 
+tr {07270.t2} {07270.s2} -> {07270.s1} 
+tr {07271.t1} {07270.p1|07271.p0} {07271.s1} -> {07271.p1|07272.p0} {07271.s2} 
+tr {07271.t2} {07271.s2} -> {07271.s1} 
+tr {07272.t1} {07271.p1|07272.p0} {07272.s1} -> {07272.p1|07273.p0} {07272.s2} 
+tr {07272.t2} {07272.s2} -> {07272.s1} 
+tr {07273.t1} {07272.p1|07273.p0} {07273.s1} -> {07273.p1|07274.p0} {07273.s2} 
+tr {07273.t2} {07273.s2} -> {07273.s1} 
+tr {07274.t1} {07273.p1|07274.p0} {07274.s1} -> {07274.p1|07275.p0} {07274.s2} 
+tr {07274.t2} {07274.s2} -> {07274.s1} 
+tr {07275.t1} {07274.p1|07275.p0} {07275.s1} -> {07275.p1|07276.p0} {07275.s2} 
+tr {07275.t2} {07275.s2} -> {07275.s1} 
+tr {07276.t1} {07275.p1|07276.p0} {07276.s1} -> {07276.p1|07277.p0} {07276.s2} 
+tr {07276.t2} {07276.s2} -> {07276.s1} 
+tr {07277.t1} {07276.p1|07277.p0} {07277.s1} -> {07277.p1|07278.p0} {07277.s2} 
+tr {07277.t2} {07277.s2} -> {07277.s1} 
+tr {07278.t1} {07277.p1|07278.p0} {07278.s1} -> {07278.p1|07279.p0} {07278.s2} 
+tr {07278.t2} {07278.s2} -> {07278.s1} 
+tr {07279.t1} {07278.p1|07279.p0} {07279.s1} -> {07279.p1|07280.p0} {07279.s2} 
+tr {07279.t2} {07279.s2} -> {07279.s1} 
+tr {07280.t1} {07279.p1|07280.p0} {07280.s1} -> {07280.p1|07281.p0} {07280.s2} 
+tr {07280.t2} {07280.s2} -> {07280.s1} 
+tr {07281.t1} {07280.p1|07281.p0} {07281.s1} -> {07281.p1|07282.p0} {07281.s2} 
+tr {07281.t2} {07281.s2} -> {07281.s1} 
+tr {07282.t1} {07281.p1|07282.p0} {07282.s1} -> {07282.p1|07283.p0} {07282.s2} 
+tr {07282.t2} {07282.s2} -> {07282.s1} 
+tr {07283.t1} {07282.p1|07283.p0} {07283.s1} -> {07283.p1|07284.p0} {07283.s2} 
+tr {07283.t2} {07283.s2} -> {07283.s1} 
+tr {07284.t1} {07283.p1|07284.p0} {07284.s1} -> {07284.p1|07285.p0} {07284.s2} 
+tr {07284.t2} {07284.s2} -> {07284.s1} 
+tr {07285.t1} {07284.p1|07285.p0} {07285.s1} -> {07285.p1|07286.p0} {07285.s2} 
+tr {07285.t2} {07285.s2} -> {07285.s1} 
+tr {07286.t1} {07285.p1|07286.p0} {07286.s1} -> {07286.p1|07287.p0} {07286.s2} 
+tr {07286.t2} {07286.s2} -> {07286.s1} 
+tr {07287.t1} {07286.p1|07287.p0} {07287.s1} -> {07287.p1|07288.p0} {07287.s2} 
+tr {07287.t2} {07287.s2} -> {07287.s1} 
+tr {07288.t1} {07287.p1|07288.p0} {07288.s1} -> {07288.p1|07289.p0} {07288.s2} 
+tr {07288.t2} {07288.s2} -> {07288.s1} 
+tr {07289.t1} {07288.p1|07289.p0} {07289.s1} -> {07289.p1|07290.p0} {07289.s2} 
+tr {07289.t2} {07289.s2} -> {07289.s1} 
+tr {07290.t1} {07289.p1|07290.p0} {07290.s1} -> {07290.p1|07291.p0} {07290.s2} 
+tr {07290.t2} {07290.s2} -> {07290.s1} 
+tr {07291.t1} {07290.p1|07291.p0} {07291.s1} -> {07291.p1|07292.p0} {07291.s2} 
+tr {07291.t2} {07291.s2} -> {07291.s1} 
+tr {07292.t1} {07291.p1|07292.p0} {07292.s1} -> {07292.p1|07293.p0} {07292.s2} 
+tr {07292.t2} {07292.s2} -> {07292.s1} 
+tr {07293.t1} {07292.p1|07293.p0} {07293.s1} -> {07293.p1|07294.p0} {07293.s2} 
+tr {07293.t2} {07293.s2} -> {07293.s1} 
+tr {07294.t1} {07293.p1|07294.p0} {07294.s1} -> {07294.p1|07295.p0} {07294.s2} 
+tr {07294.t2} {07294.s2} -> {07294.s1} 
+tr {07295.t1} {07294.p1|07295.p0} {07295.s1} -> {07295.p1|07296.p0} {07295.s2} 
+tr {07295.t2} {07295.s2} -> {07295.s1} 
+tr {07296.t1} {07295.p1|07296.p0} {07296.s1} -> {07296.p1|07297.p0} {07296.s2} 
+tr {07296.t2} {07296.s2} -> {07296.s1} 
+tr {07297.t1} {07296.p1|07297.p0} {07297.s1} -> {07297.p1|07298.p0} {07297.s2} 
+tr {07297.t2} {07297.s2} -> {07297.s1} 
+tr {07298.t1} {07297.p1|07298.p0} {07298.s1} -> {07298.p1|07299.p0} {07298.s2} 
+tr {07298.t2} {07298.s2} -> {07298.s1} 
+tr {07299.t1} {07298.p1|07299.p0} {07299.s1} -> {07299.p1|07300.p0} {07299.s2} 
+tr {07299.t2} {07299.s2} -> {07299.s1} 
+tr {07300.t1} {07299.p1|07300.p0} {07300.s1} -> {07300.p1|07301.p0} {07300.s2} 
+tr {07300.t2} {07300.s2} -> {07300.s1} 
+tr {07301.t1} {07300.p1|07301.p0} {07301.s1} -> {07301.p1|07302.p0} {07301.s2} 
+tr {07301.t2} {07301.s2} -> {07301.s1} 
+tr {07302.t1} {07301.p1|07302.p0} {07302.s1} -> {07302.p1|07303.p0} {07302.s2} 
+tr {07302.t2} {07302.s2} -> {07302.s1} 
+tr {07303.t1} {07302.p1|07303.p0} {07303.s1} -> {07303.p1|07304.p0} {07303.s2} 
+tr {07303.t2} {07303.s2} -> {07303.s1} 
+tr {07304.t1} {07303.p1|07304.p0} {07304.s1} -> {07304.p1|07305.p0} {07304.s2} 
+tr {07304.t2} {07304.s2} -> {07304.s1} 
+tr {07305.t1} {07304.p1|07305.p0} {07305.s1} -> {07305.p1|07306.p0} {07305.s2} 
+tr {07305.t2} {07305.s2} -> {07305.s1} 
+tr {07306.t1} {07305.p1|07306.p0} {07306.s1} -> {07306.p1|07307.p0} {07306.s2} 
+tr {07306.t2} {07306.s2} -> {07306.s1} 
+tr {07307.t1} {07306.p1|07307.p0} {07307.s1} -> {07307.p1|07308.p0} {07307.s2} 
+tr {07307.t2} {07307.s2} -> {07307.s1} 
+tr {07308.t1} {07307.p1|07308.p0} {07308.s1} -> {07308.p1|07309.p0} {07308.s2} 
+tr {07308.t2} {07308.s2} -> {07308.s1} 
+tr {07309.t1} {07308.p1|07309.p0} {07309.s1} -> {07309.p1|07310.p0} {07309.s2} 
+tr {07309.t2} {07309.s2} -> {07309.s1} 
+tr {07310.t1} {07309.p1|07310.p0} {07310.s1} -> {07310.p1|07311.p0} {07310.s2} 
+tr {07310.t2} {07310.s2} -> {07310.s1} 
+tr {07311.t1} {07310.p1|07311.p0} {07311.s1} -> {07311.p1|07312.p0} {07311.s2} 
+tr {07311.t2} {07311.s2} -> {07311.s1} 
+tr {07312.t1} {07311.p1|07312.p0} {07312.s1} -> {07312.p1|07313.p0} {07312.s2} 
+tr {07312.t2} {07312.s2} -> {07312.s1} 
+tr {07313.t1} {07312.p1|07313.p0} {07313.s1} -> {07313.p1|07314.p0} {07313.s2} 
+tr {07313.t2} {07313.s2} -> {07313.s1} 
+tr {07314.t1} {07313.p1|07314.p0} {07314.s1} -> {07314.p1|07315.p0} {07314.s2} 
+tr {07314.t2} {07314.s2} -> {07314.s1} 
+tr {07315.t1} {07314.p1|07315.p0} {07315.s1} -> {07315.p1|07316.p0} {07315.s2} 
+tr {07315.t2} {07315.s2} -> {07315.s1} 
+tr {07316.t1} {07315.p1|07316.p0} {07316.s1} -> {07316.p1|07317.p0} {07316.s2} 
+tr {07316.t2} {07316.s2} -> {07316.s1} 
+tr {07317.t1} {07316.p1|07317.p0} {07317.s1} -> {07317.p1|07318.p0} {07317.s2} 
+tr {07317.t2} {07317.s2} -> {07317.s1} 
+tr {07318.t1} {07317.p1|07318.p0} {07318.s1} -> {07318.p1|07319.p0} {07318.s2} 
+tr {07318.t2} {07318.s2} -> {07318.s1} 
+tr {07319.t1} {07318.p1|07319.p0} {07319.s1} -> {07319.p1|07320.p0} {07319.s2} 
+tr {07319.t2} {07319.s2} -> {07319.s1} 
+tr {07320.t1} {07319.p1|07320.p0} {07320.s1} -> {07320.p1|07321.p0} {07320.s2} 
+tr {07320.t2} {07320.s2} -> {07320.s1} 
+tr {07321.t1} {07320.p1|07321.p0} {07321.s1} -> {07321.p1|07322.p0} {07321.s2} 
+tr {07321.t2} {07321.s2} -> {07321.s1} 
+tr {07322.t1} {07321.p1|07322.p0} {07322.s1} -> {07322.p1|07323.p0} {07322.s2} 
+tr {07322.t2} {07322.s2} -> {07322.s1} 
+tr {07323.t1} {07322.p1|07323.p0} {07323.s1} -> {07323.p1|07324.p0} {07323.s2} 
+tr {07323.t2} {07323.s2} -> {07323.s1} 
+tr {07324.t1} {07323.p1|07324.p0} {07324.s1} -> {07324.p1|07325.p0} {07324.s2} 
+tr {07324.t2} {07324.s2} -> {07324.s1} 
+tr {07325.t1} {07324.p1|07325.p0} {07325.s1} -> {07325.p1|07326.p0} {07325.s2} 
+tr {07325.t2} {07325.s2} -> {07325.s1} 
+tr {07326.t1} {07325.p1|07326.p0} {07326.s1} -> {07326.p1|07327.p0} {07326.s2} 
+tr {07326.t2} {07326.s2} -> {07326.s1} 
+tr {07327.t1} {07326.p1|07327.p0} {07327.s1} -> {07327.p1|07328.p0} {07327.s2} 
+tr {07327.t2} {07327.s2} -> {07327.s1} 
+tr {07328.t1} {07327.p1|07328.p0} {07328.s1} -> {07328.p1|07329.p0} {07328.s2} 
+tr {07328.t2} {07328.s2} -> {07328.s1} 
+tr {07329.t1} {07328.p1|07329.p0} {07329.s1} -> {07329.p1|07330.p0} {07329.s2} 
+tr {07329.t2} {07329.s2} -> {07329.s1} 
+tr {07330.t1} {07329.p1|07330.p0} {07330.s1} -> {07330.p1|07331.p0} {07330.s2} 
+tr {07330.t2} {07330.s2} -> {07330.s1} 
+tr {07331.t1} {07330.p1|07331.p0} {07331.s1} -> {07331.p1|07332.p0} {07331.s2} 
+tr {07331.t2} {07331.s2} -> {07331.s1} 
+tr {07332.t1} {07331.p1|07332.p0} {07332.s1} -> {07332.p1|07333.p0} {07332.s2} 
+tr {07332.t2} {07332.s2} -> {07332.s1} 
+tr {07333.t1} {07332.p1|07333.p0} {07333.s1} -> {07333.p1|07334.p0} {07333.s2} 
+tr {07333.t2} {07333.s2} -> {07333.s1} 
+tr {07334.t1} {07333.p1|07334.p0} {07334.s1} -> {07334.p1|07335.p0} {07334.s2} 
+tr {07334.t2} {07334.s2} -> {07334.s1} 
+tr {07335.t1} {07334.p1|07335.p0} {07335.s1} -> {07335.p1|07336.p0} {07335.s2} 
+tr {07335.t2} {07335.s2} -> {07335.s1} 
+tr {07336.t1} {07335.p1|07336.p0} {07336.s1} -> {07336.p1|07337.p0} {07336.s2} 
+tr {07336.t2} {07336.s2} -> {07336.s1} 
+tr {07337.t1} {07336.p1|07337.p0} {07337.s1} -> {07337.p1|07338.p0} {07337.s2} 
+tr {07337.t2} {07337.s2} -> {07337.s1} 
+tr {07338.t1} {07337.p1|07338.p0} {07338.s1} -> {07338.p1|07339.p0} {07338.s2} 
+tr {07338.t2} {07338.s2} -> {07338.s1} 
+tr {07339.t1} {07338.p1|07339.p0} {07339.s1} -> {07339.p1|07340.p0} {07339.s2} 
+tr {07339.t2} {07339.s2} -> {07339.s1} 
+tr {07340.t1} {07339.p1|07340.p0} {07340.s1} -> {07340.p1|07341.p0} {07340.s2} 
+tr {07340.t2} {07340.s2} -> {07340.s1} 
+tr {07341.t1} {07340.p1|07341.p0} {07341.s1} -> {07341.p1|07342.p0} {07341.s2} 
+tr {07341.t2} {07341.s2} -> {07341.s1} 
+tr {07342.t1} {07341.p1|07342.p0} {07342.s1} -> {07342.p1|07343.p0} {07342.s2} 
+tr {07342.t2} {07342.s2} -> {07342.s1} 
+tr {07343.t1} {07342.p1|07343.p0} {07343.s1} -> {07343.p1|07344.p0} {07343.s2} 
+tr {07343.t2} {07343.s2} -> {07343.s1} 
+tr {07344.t1} {07343.p1|07344.p0} {07344.s1} -> {07344.p1|07345.p0} {07344.s2} 
+tr {07344.t2} {07344.s2} -> {07344.s1} 
+tr {07345.t1} {07344.p1|07345.p0} {07345.s1} -> {07345.p1|07346.p0} {07345.s2} 
+tr {07345.t2} {07345.s2} -> {07345.s1} 
+tr {07346.t1} {07345.p1|07346.p0} {07346.s1} -> {07346.p1|07347.p0} {07346.s2} 
+tr {07346.t2} {07346.s2} -> {07346.s1} 
+tr {07347.t1} {07346.p1|07347.p0} {07347.s1} -> {07347.p1|07348.p0} {07347.s2} 
+tr {07347.t2} {07347.s2} -> {07347.s1} 
+tr {07348.t1} {07347.p1|07348.p0} {07348.s1} -> {07348.p1|07349.p0} {07348.s2} 
+tr {07348.t2} {07348.s2} -> {07348.s1} 
+tr {07349.t1} {07348.p1|07349.p0} {07349.s1} -> {07349.p1|07350.p0} {07349.s2} 
+tr {07349.t2} {07349.s2} -> {07349.s1} 
+tr {07350.t1} {07349.p1|07350.p0} {07350.s1} -> {07350.p1|07351.p0} {07350.s2} 
+tr {07350.t2} {07350.s2} -> {07350.s1} 
+tr {07351.t1} {07350.p1|07351.p0} {07351.s1} -> {07351.p1|07352.p0} {07351.s2} 
+tr {07351.t2} {07351.s2} -> {07351.s1} 
+tr {07352.t1} {07351.p1|07352.p0} {07352.s1} -> {07352.p1|07353.p0} {07352.s2} 
+tr {07352.t2} {07352.s2} -> {07352.s1} 
+tr {07353.t1} {07352.p1|07353.p0} {07353.s1} -> {07353.p1|07354.p0} {07353.s2} 
+tr {07353.t2} {07353.s2} -> {07353.s1} 
+tr {07354.t1} {07353.p1|07354.p0} {07354.s1} -> {07354.p1|07355.p0} {07354.s2} 
+tr {07354.t2} {07354.s2} -> {07354.s1} 
+tr {07355.t1} {07354.p1|07355.p0} {07355.s1} -> {07355.p1|07356.p0} {07355.s2} 
+tr {07355.t2} {07355.s2} -> {07355.s1} 
+tr {07356.t1} {07355.p1|07356.p0} {07356.s1} -> {07356.p1|07357.p0} {07356.s2} 
+tr {07356.t2} {07356.s2} -> {07356.s1} 
+tr {07357.t1} {07356.p1|07357.p0} {07357.s1} -> {07357.p1|07358.p0} {07357.s2} 
+tr {07357.t2} {07357.s2} -> {07357.s1} 
+tr {07358.t1} {07357.p1|07358.p0} {07358.s1} -> {07358.p1|07359.p0} {07358.s2} 
+tr {07358.t2} {07358.s2} -> {07358.s1} 
+tr {07359.t1} {07358.p1|07359.p0} {07359.s1} -> {07359.p1|07360.p0} {07359.s2} 
+tr {07359.t2} {07359.s2} -> {07359.s1} 
+tr {07360.t1} {07359.p1|07360.p0} {07360.s1} -> {07360.p1|07361.p0} {07360.s2} 
+tr {07360.t2} {07360.s2} -> {07360.s1} 
+tr {07361.t1} {07360.p1|07361.p0} {07361.s1} -> {07361.p1|07362.p0} {07361.s2} 
+tr {07361.t2} {07361.s2} -> {07361.s1} 
+tr {07362.t1} {07361.p1|07362.p0} {07362.s1} -> {07362.p1|07363.p0} {07362.s2} 
+tr {07362.t2} {07362.s2} -> {07362.s1} 
+tr {07363.t1} {07362.p1|07363.p0} {07363.s1} -> {07363.p1|07364.p0} {07363.s2} 
+tr {07363.t2} {07363.s2} -> {07363.s1} 
+tr {07364.t1} {07363.p1|07364.p0} {07364.s1} -> {07364.p1|07365.p0} {07364.s2} 
+tr {07364.t2} {07364.s2} -> {07364.s1} 
+tr {07365.t1} {07364.p1|07365.p0} {07365.s1} -> {07365.p1|07366.p0} {07365.s2} 
+tr {07365.t2} {07365.s2} -> {07365.s1} 
+tr {07366.t1} {07365.p1|07366.p0} {07366.s1} -> {07366.p1|07367.p0} {07366.s2} 
+tr {07366.t2} {07366.s2} -> {07366.s1} 
+tr {07367.t1} {07366.p1|07367.p0} {07367.s1} -> {07367.p1|07368.p0} {07367.s2} 
+tr {07367.t2} {07367.s2} -> {07367.s1} 
+tr {07368.t1} {07367.p1|07368.p0} {07368.s1} -> {07368.p1|07369.p0} {07368.s2} 
+tr {07368.t2} {07368.s2} -> {07368.s1} 
+tr {07369.t1} {07368.p1|07369.p0} {07369.s1} -> {07369.p1|07370.p0} {07369.s2} 
+tr {07369.t2} {07369.s2} -> {07369.s1} 
+tr {07370.t1} {07369.p1|07370.p0} {07370.s1} -> {07370.p1|07371.p0} {07370.s2} 
+tr {07370.t2} {07370.s2} -> {07370.s1} 
+tr {07371.t1} {07370.p1|07371.p0} {07371.s1} -> {07371.p1|07372.p0} {07371.s2} 
+tr {07371.t2} {07371.s2} -> {07371.s1} 
+tr {07372.t1} {07371.p1|07372.p0} {07372.s1} -> {07372.p1|07373.p0} {07372.s2} 
+tr {07372.t2} {07372.s2} -> {07372.s1} 
+tr {07373.t1} {07372.p1|07373.p0} {07373.s1} -> {07373.p1|07374.p0} {07373.s2} 
+tr {07373.t2} {07373.s2} -> {07373.s1} 
+tr {07374.t1} {07373.p1|07374.p0} {07374.s1} -> {07374.p1|07375.p0} {07374.s2} 
+tr {07374.t2} {07374.s2} -> {07374.s1} 
+tr {07375.t1} {07374.p1|07375.p0} {07375.s1} -> {07375.p1|07376.p0} {07375.s2} 
+tr {07375.t2} {07375.s2} -> {07375.s1} 
+tr {07376.t1} {07375.p1|07376.p0} {07376.s1} -> {07376.p1|07377.p0} {07376.s2} 
+tr {07376.t2} {07376.s2} -> {07376.s1} 
+tr {07377.t1} {07376.p1|07377.p0} {07377.s1} -> {07377.p1|07378.p0} {07377.s2} 
+tr {07377.t2} {07377.s2} -> {07377.s1} 
+tr {07378.t1} {07377.p1|07378.p0} {07378.s1} -> {07378.p1|07379.p0} {07378.s2} 
+tr {07378.t2} {07378.s2} -> {07378.s1} 
+tr {07379.t1} {07378.p1|07379.p0} {07379.s1} -> {07379.p1|07380.p0} {07379.s2} 
+tr {07379.t2} {07379.s2} -> {07379.s1} 
+tr {07380.t1} {07379.p1|07380.p0} {07380.s1} -> {07380.p1|07381.p0} {07380.s2} 
+tr {07380.t2} {07380.s2} -> {07380.s1} 
+tr {07381.t1} {07380.p1|07381.p0} {07381.s1} -> {07381.p1|07382.p0} {07381.s2} 
+tr {07381.t2} {07381.s2} -> {07381.s1} 
+tr {07382.t1} {07381.p1|07382.p0} {07382.s1} -> {07382.p1|07383.p0} {07382.s2} 
+tr {07382.t2} {07382.s2} -> {07382.s1} 
+tr {07383.t1} {07382.p1|07383.p0} {07383.s1} -> {07383.p1|07384.p0} {07383.s2} 
+tr {07383.t2} {07383.s2} -> {07383.s1} 
+tr {07384.t1} {07383.p1|07384.p0} {07384.s1} -> {07384.p1|07385.p0} {07384.s2} 
+tr {07384.t2} {07384.s2} -> {07384.s1} 
+tr {07385.t1} {07384.p1|07385.p0} {07385.s1} -> {07385.p1|07386.p0} {07385.s2} 
+tr {07385.t2} {07385.s2} -> {07385.s1} 
+tr {07386.t1} {07385.p1|07386.p0} {07386.s1} -> {07386.p1|07387.p0} {07386.s2} 
+tr {07386.t2} {07386.s2} -> {07386.s1} 
+tr {07387.t1} {07386.p1|07387.p0} {07387.s1} -> {07387.p1|07388.p0} {07387.s2} 
+tr {07387.t2} {07387.s2} -> {07387.s1} 
+tr {07388.t1} {07387.p1|07388.p0} {07388.s1} -> {07388.p1|07389.p0} {07388.s2} 
+tr {07388.t2} {07388.s2} -> {07388.s1} 
+tr {07389.t1} {07388.p1|07389.p0} {07389.s1} -> {07389.p1|07390.p0} {07389.s2} 
+tr {07389.t2} {07389.s2} -> {07389.s1} 
+tr {07390.t1} {07389.p1|07390.p0} {07390.s1} -> {07390.p1|07391.p0} {07390.s2} 
+tr {07390.t2} {07390.s2} -> {07390.s1} 
+tr {07391.t1} {07390.p1|07391.p0} {07391.s1} -> {07391.p1|07392.p0} {07391.s2} 
+tr {07391.t2} {07391.s2} -> {07391.s1} 
+tr {07392.t1} {07391.p1|07392.p0} {07392.s1} -> {07392.p1|07393.p0} {07392.s2} 
+tr {07392.t2} {07392.s2} -> {07392.s1} 
+tr {07393.t1} {07392.p1|07393.p0} {07393.s1} -> {07393.p1|07394.p0} {07393.s2} 
+tr {07393.t2} {07393.s2} -> {07393.s1} 
+tr {07394.t1} {07393.p1|07394.p0} {07394.s1} -> {07394.p1|07395.p0} {07394.s2} 
+tr {07394.t2} {07394.s2} -> {07394.s1} 
+tr {07395.t1} {07394.p1|07395.p0} {07395.s1} -> {07395.p1|07396.p0} {07395.s2} 
+tr {07395.t2} {07395.s2} -> {07395.s1} 
+tr {07396.t1} {07395.p1|07396.p0} {07396.s1} -> {07396.p1|07397.p0} {07396.s2} 
+tr {07396.t2} {07396.s2} -> {07396.s1} 
+tr {07397.t1} {07396.p1|07397.p0} {07397.s1} -> {07397.p1|07398.p0} {07397.s2} 
+tr {07397.t2} {07397.s2} -> {07397.s1} 
+tr {07398.t1} {07397.p1|07398.p0} {07398.s1} -> {07398.p1|07399.p0} {07398.s2} 
+tr {07398.t2} {07398.s2} -> {07398.s1} 
+tr {07399.t1} {07398.p1|07399.p0} {07399.s1} -> {07399.p1|07400.p0} {07399.s2} 
+tr {07399.t2} {07399.s2} -> {07399.s1} 
+tr {07400.t1} {07399.p1|07400.p0} {07400.s1} -> {07400.p1|07401.p0} {07400.s2} 
+tr {07400.t2} {07400.s2} -> {07400.s1} 
+tr {07401.t1} {07400.p1|07401.p0} {07401.s1} -> {07401.p1|07402.p0} {07401.s2} 
+tr {07401.t2} {07401.s2} -> {07401.s1} 
+tr {07402.t1} {07401.p1|07402.p0} {07402.s1} -> {07402.p1|07403.p0} {07402.s2} 
+tr {07402.t2} {07402.s2} -> {07402.s1} 
+tr {07403.t1} {07402.p1|07403.p0} {07403.s1} -> {07403.p1|07404.p0} {07403.s2} 
+tr {07403.t2} {07403.s2} -> {07403.s1} 
+tr {07404.t1} {07403.p1|07404.p0} {07404.s1} -> {07404.p1|07405.p0} {07404.s2} 
+tr {07404.t2} {07404.s2} -> {07404.s1} 
+tr {07405.t1} {07404.p1|07405.p0} {07405.s1} -> {07405.p1|07406.p0} {07405.s2} 
+tr {07405.t2} {07405.s2} -> {07405.s1} 
+tr {07406.t1} {07405.p1|07406.p0} {07406.s1} -> {07406.p1|07407.p0} {07406.s2} 
+tr {07406.t2} {07406.s2} -> {07406.s1} 
+tr {07407.t1} {07406.p1|07407.p0} {07407.s1} -> {07407.p1|07408.p0} {07407.s2} 
+tr {07407.t2} {07407.s2} -> {07407.s1} 
+tr {07408.t1} {07407.p1|07408.p0} {07408.s1} -> {07408.p1|07409.p0} {07408.s2} 
+tr {07408.t2} {07408.s2} -> {07408.s1} 
+tr {07409.t1} {07408.p1|07409.p0} {07409.s1} -> {07409.p1|07410.p0} {07409.s2} 
+tr {07409.t2} {07409.s2} -> {07409.s1} 
+tr {07410.t1} {07409.p1|07410.p0} {07410.s1} -> {07410.p1|07411.p0} {07410.s2} 
+tr {07410.t2} {07410.s2} -> {07410.s1} 
+tr {07411.t1} {07410.p1|07411.p0} {07411.s1} -> {07411.p1|07412.p0} {07411.s2} 
+tr {07411.t2} {07411.s2} -> {07411.s1} 
+tr {07412.t1} {07411.p1|07412.p0} {07412.s1} -> {07412.p1|07413.p0} {07412.s2} 
+tr {07412.t2} {07412.s2} -> {07412.s1} 
+tr {07413.t1} {07412.p1|07413.p0} {07413.s1} -> {07413.p1|07414.p0} {07413.s2} 
+tr {07413.t2} {07413.s2} -> {07413.s1} 
+tr {07414.t1} {07413.p1|07414.p0} {07414.s1} -> {07414.p1|07415.p0} {07414.s2} 
+tr {07414.t2} {07414.s2} -> {07414.s1} 
+tr {07415.t1} {07414.p1|07415.p0} {07415.s1} -> {07415.p1|07416.p0} {07415.s2} 
+tr {07415.t2} {07415.s2} -> {07415.s1} 
+tr {07416.t1} {07415.p1|07416.p0} {07416.s1} -> {07416.p1|07417.p0} {07416.s2} 
+tr {07416.t2} {07416.s2} -> {07416.s1} 
+tr {07417.t1} {07416.p1|07417.p0} {07417.s1} -> {07417.p1|07418.p0} {07417.s2} 
+tr {07417.t2} {07417.s2} -> {07417.s1} 
+tr {07418.t1} {07417.p1|07418.p0} {07418.s1} -> {07418.p1|07419.p0} {07418.s2} 
+tr {07418.t2} {07418.s2} -> {07418.s1} 
+tr {07419.t1} {07418.p1|07419.p0} {07419.s1} -> {07419.p1|07420.p0} {07419.s2} 
+tr {07419.t2} {07419.s2} -> {07419.s1} 
+tr {07420.t1} {07419.p1|07420.p0} {07420.s1} -> {07420.p1|07421.p0} {07420.s2} 
+tr {07420.t2} {07420.s2} -> {07420.s1} 
+tr {07421.t1} {07420.p1|07421.p0} {07421.s1} -> {07421.p1|07422.p0} {07421.s2} 
+tr {07421.t2} {07421.s2} -> {07421.s1} 
+tr {07422.t1} {07421.p1|07422.p0} {07422.s1} -> {07422.p1|07423.p0} {07422.s2} 
+tr {07422.t2} {07422.s2} -> {07422.s1} 
+tr {07423.t1} {07422.p1|07423.p0} {07423.s1} -> {07423.p1|07424.p0} {07423.s2} 
+tr {07423.t2} {07423.s2} -> {07423.s1} 
+tr {07424.t1} {07423.p1|07424.p0} {07424.s1} -> {07424.p1|07425.p0} {07424.s2} 
+tr {07424.t2} {07424.s2} -> {07424.s1} 
+tr {07425.t1} {07424.p1|07425.p0} {07425.s1} -> {07425.p1|07426.p0} {07425.s2} 
+tr {07425.t2} {07425.s2} -> {07425.s1} 
+tr {07426.t1} {07425.p1|07426.p0} {07426.s1} -> {07426.p1|07427.p0} {07426.s2} 
+tr {07426.t2} {07426.s2} -> {07426.s1} 
+tr {07427.t1} {07426.p1|07427.p0} {07427.s1} -> {07427.p1|07428.p0} {07427.s2} 
+tr {07427.t2} {07427.s2} -> {07427.s1} 
+tr {07428.t1} {07427.p1|07428.p0} {07428.s1} -> {07428.p1|07429.p0} {07428.s2} 
+tr {07428.t2} {07428.s2} -> {07428.s1} 
+tr {07429.t1} {07428.p1|07429.p0} {07429.s1} -> {07429.p1|07430.p0} {07429.s2} 
+tr {07429.t2} {07429.s2} -> {07429.s1} 
+tr {07430.t1} {07429.p1|07430.p0} {07430.s1} -> {07430.p1|07431.p0} {07430.s2} 
+tr {07430.t2} {07430.s2} -> {07430.s1} 
+tr {07431.t1} {07430.p1|07431.p0} {07431.s1} -> {07431.p1|07432.p0} {07431.s2} 
+tr {07431.t2} {07431.s2} -> {07431.s1} 
+tr {07432.t1} {07431.p1|07432.p0} {07432.s1} -> {07432.p1|07433.p0} {07432.s2} 
+tr {07432.t2} {07432.s2} -> {07432.s1} 
+tr {07433.t1} {07432.p1|07433.p0} {07433.s1} -> {07433.p1|07434.p0} {07433.s2} 
+tr {07433.t2} {07433.s2} -> {07433.s1} 
+tr {07434.t1} {07433.p1|07434.p0} {07434.s1} -> {07434.p1|07435.p0} {07434.s2} 
+tr {07434.t2} {07434.s2} -> {07434.s1} 
+tr {07435.t1} {07434.p1|07435.p0} {07435.s1} -> {07435.p1|07436.p0} {07435.s2} 
+tr {07435.t2} {07435.s2} -> {07435.s1} 
+tr {07436.t1} {07435.p1|07436.p0} {07436.s1} -> {07436.p1|07437.p0} {07436.s2} 
+tr {07436.t2} {07436.s2} -> {07436.s1} 
+tr {07437.t1} {07436.p1|07437.p0} {07437.s1} -> {07437.p1|07438.p0} {07437.s2} 
+tr {07437.t2} {07437.s2} -> {07437.s1} 
+tr {07438.t1} {07437.p1|07438.p0} {07438.s1} -> {07438.p1|07439.p0} {07438.s2} 
+tr {07438.t2} {07438.s2} -> {07438.s1} 
+tr {07439.t1} {07438.p1|07439.p0} {07439.s1} -> {07439.p1|07440.p0} {07439.s2} 
+tr {07439.t2} {07439.s2} -> {07439.s1} 
+tr {07440.t1} {07439.p1|07440.p0} {07440.s1} -> {07440.p1|07441.p0} {07440.s2} 
+tr {07440.t2} {07440.s2} -> {07440.s1} 
+tr {07441.t1} {07440.p1|07441.p0} {07441.s1} -> {07441.p1|07442.p0} {07441.s2} 
+tr {07441.t2} {07441.s2} -> {07441.s1} 
+tr {07442.t1} {07441.p1|07442.p0} {07442.s1} -> {07442.p1|07443.p0} {07442.s2} 
+tr {07442.t2} {07442.s2} -> {07442.s1} 
+tr {07443.t1} {07442.p1|07443.p0} {07443.s1} -> {07443.p1|07444.p0} {07443.s2} 
+tr {07443.t2} {07443.s2} -> {07443.s1} 
+tr {07444.t1} {07443.p1|07444.p0} {07444.s1} -> {07444.p1|07445.p0} {07444.s2} 
+tr {07444.t2} {07444.s2} -> {07444.s1} 
+tr {07445.t1} {07444.p1|07445.p0} {07445.s1} -> {07445.p1|07446.p0} {07445.s2} 
+tr {07445.t2} {07445.s2} -> {07445.s1} 
+tr {07446.t1} {07445.p1|07446.p0} {07446.s1} -> {07446.p1|07447.p0} {07446.s2} 
+tr {07446.t2} {07446.s2} -> {07446.s1} 
+tr {07447.t1} {07446.p1|07447.p0} {07447.s1} -> {07447.p1|07448.p0} {07447.s2} 
+tr {07447.t2} {07447.s2} -> {07447.s1} 
+tr {07448.t1} {07447.p1|07448.p0} {07448.s1} -> {07448.p1|07449.p0} {07448.s2} 
+tr {07448.t2} {07448.s2} -> {07448.s1} 
+tr {07449.t1} {07448.p1|07449.p0} {07449.s1} -> {07449.p1|07450.p0} {07449.s2} 
+tr {07449.t2} {07449.s2} -> {07449.s1} 
+tr {07450.t1} {07449.p1|07450.p0} {07450.s1} -> {07450.p1|07451.p0} {07450.s2} 
+tr {07450.t2} {07450.s2} -> {07450.s1} 
+tr {07451.t1} {07450.p1|07451.p0} {07451.s1} -> {07451.p1|07452.p0} {07451.s2} 
+tr {07451.t2} {07451.s2} -> {07451.s1} 
+tr {07452.t1} {07451.p1|07452.p0} {07452.s1} -> {07452.p1|07453.p0} {07452.s2} 
+tr {07452.t2} {07452.s2} -> {07452.s1} 
+tr {07453.t1} {07452.p1|07453.p0} {07453.s1} -> {07453.p1|07454.p0} {07453.s2} 
+tr {07453.t2} {07453.s2} -> {07453.s1} 
+tr {07454.t1} {07453.p1|07454.p0} {07454.s1} -> {07454.p1|07455.p0} {07454.s2} 
+tr {07454.t2} {07454.s2} -> {07454.s1} 
+tr {07455.t1} {07454.p1|07455.p0} {07455.s1} -> {07455.p1|07456.p0} {07455.s2} 
+tr {07455.t2} {07455.s2} -> {07455.s1} 
+tr {07456.t1} {07455.p1|07456.p0} {07456.s1} -> {07456.p1|07457.p0} {07456.s2} 
+tr {07456.t2} {07456.s2} -> {07456.s1} 
+tr {07457.t1} {07456.p1|07457.p0} {07457.s1} -> {07457.p1|07458.p0} {07457.s2} 
+tr {07457.t2} {07457.s2} -> {07457.s1} 
+tr {07458.t1} {07457.p1|07458.p0} {07458.s1} -> {07458.p1|07459.p0} {07458.s2} 
+tr {07458.t2} {07458.s2} -> {07458.s1} 
+tr {07459.t1} {07458.p1|07459.p0} {07459.s1} -> {07459.p1|07460.p0} {07459.s2} 
+tr {07459.t2} {07459.s2} -> {07459.s1} 
+tr {07460.t1} {07459.p1|07460.p0} {07460.s1} -> {07460.p1|07461.p0} {07460.s2} 
+tr {07460.t2} {07460.s2} -> {07460.s1} 
+tr {07461.t1} {07460.p1|07461.p0} {07461.s1} -> {07461.p1|07462.p0} {07461.s2} 
+tr {07461.t2} {07461.s2} -> {07461.s1} 
+tr {07462.t1} {07461.p1|07462.p0} {07462.s1} -> {07462.p1|07463.p0} {07462.s2} 
+tr {07462.t2} {07462.s2} -> {07462.s1} 
+tr {07463.t1} {07462.p1|07463.p0} {07463.s1} -> {07463.p1|07464.p0} {07463.s2} 
+tr {07463.t2} {07463.s2} -> {07463.s1} 
+tr {07464.t1} {07463.p1|07464.p0} {07464.s1} -> {07464.p1|07465.p0} {07464.s2} 
+tr {07464.t2} {07464.s2} -> {07464.s1} 
+tr {07465.t1} {07464.p1|07465.p0} {07465.s1} -> {07465.p1|07466.p0} {07465.s2} 
+tr {07465.t2} {07465.s2} -> {07465.s1} 
+tr {07466.t1} {07465.p1|07466.p0} {07466.s1} -> {07466.p1|07467.p0} {07466.s2} 
+tr {07466.t2} {07466.s2} -> {07466.s1} 
+tr {07467.t1} {07466.p1|07467.p0} {07467.s1} -> {07467.p1|07468.p0} {07467.s2} 
+tr {07467.t2} {07467.s2} -> {07467.s1} 
+tr {07468.t1} {07467.p1|07468.p0} {07468.s1} -> {07468.p1|07469.p0} {07468.s2} 
+tr {07468.t2} {07468.s2} -> {07468.s1} 
+tr {07469.t1} {07468.p1|07469.p0} {07469.s1} -> {07469.p1|07470.p0} {07469.s2} 
+tr {07469.t2} {07469.s2} -> {07469.s1} 
+tr {07470.t1} {07469.p1|07470.p0} {07470.s1} -> {07470.p1|07471.p0} {07470.s2} 
+tr {07470.t2} {07470.s2} -> {07470.s1} 
+tr {07471.t1} {07470.p1|07471.p0} {07471.s1} -> {07471.p1|07472.p0} {07471.s2} 
+tr {07471.t2} {07471.s2} -> {07471.s1} 
+tr {07472.t1} {07471.p1|07472.p0} {07472.s1} -> {07472.p1|07473.p0} {07472.s2} 
+tr {07472.t2} {07472.s2} -> {07472.s1} 
+tr {07473.t1} {07472.p1|07473.p0} {07473.s1} -> {07473.p1|07474.p0} {07473.s2} 
+tr {07473.t2} {07473.s2} -> {07473.s1} 
+tr {07474.t1} {07473.p1|07474.p0} {07474.s1} -> {07474.p1|07475.p0} {07474.s2} 
+tr {07474.t2} {07474.s2} -> {07474.s1} 
+tr {07475.t1} {07474.p1|07475.p0} {07475.s1} -> {07475.p1|07476.p0} {07475.s2} 
+tr {07475.t2} {07475.s2} -> {07475.s1} 
+tr {07476.t1} {07475.p1|07476.p0} {07476.s1} -> {07476.p1|07477.p0} {07476.s2} 
+tr {07476.t2} {07476.s2} -> {07476.s1} 
+tr {07477.t1} {07476.p1|07477.p0} {07477.s1} -> {07477.p1|07478.p0} {07477.s2} 
+tr {07477.t2} {07477.s2} -> {07477.s1} 
+tr {07478.t1} {07477.p1|07478.p0} {07478.s1} -> {07478.p1|07479.p0} {07478.s2} 
+tr {07478.t2} {07478.s2} -> {07478.s1} 
+tr {07479.t1} {07478.p1|07479.p0} {07479.s1} -> {07479.p1|07480.p0} {07479.s2} 
+tr {07479.t2} {07479.s2} -> {07479.s1} 
+tr {07480.t1} {07479.p1|07480.p0} {07480.s1} -> {07480.p1|07481.p0} {07480.s2} 
+tr {07480.t2} {07480.s2} -> {07480.s1} 
+tr {07481.t1} {07480.p1|07481.p0} {07481.s1} -> {07481.p1|07482.p0} {07481.s2} 
+tr {07481.t2} {07481.s2} -> {07481.s1} 
+tr {07482.t1} {07481.p1|07482.p0} {07482.s1} -> {07482.p1|07483.p0} {07482.s2} 
+tr {07482.t2} {07482.s2} -> {07482.s1} 
+tr {07483.t1} {07482.p1|07483.p0} {07483.s1} -> {07483.p1|07484.p0} {07483.s2} 
+tr {07483.t2} {07483.s2} -> {07483.s1} 
+tr {07484.t1} {07483.p1|07484.p0} {07484.s1} -> {07484.p1|07485.p0} {07484.s2} 
+tr {07484.t2} {07484.s2} -> {07484.s1} 
+tr {07485.t1} {07484.p1|07485.p0} {07485.s1} -> {07485.p1|07486.p0} {07485.s2} 
+tr {07485.t2} {07485.s2} -> {07485.s1} 
+tr {07486.t1} {07485.p1|07486.p0} {07486.s1} -> {07486.p1|07487.p0} {07486.s2} 
+tr {07486.t2} {07486.s2} -> {07486.s1} 
+tr {07487.t1} {07486.p1|07487.p0} {07487.s1} -> {07487.p1|07488.p0} {07487.s2} 
+tr {07487.t2} {07487.s2} -> {07487.s1} 
+tr {07488.t1} {07487.p1|07488.p0} {07488.s1} -> {07488.p1|07489.p0} {07488.s2} 
+tr {07488.t2} {07488.s2} -> {07488.s1} 
+tr {07489.t1} {07488.p1|07489.p0} {07489.s1} -> {07489.p1|07490.p0} {07489.s2} 
+tr {07489.t2} {07489.s2} -> {07489.s1} 
+tr {07490.t1} {07489.p1|07490.p0} {07490.s1} -> {07490.p1|07491.p0} {07490.s2} 
+tr {07490.t2} {07490.s2} -> {07490.s1} 
+tr {07491.t1} {07490.p1|07491.p0} {07491.s1} -> {07491.p1|07492.p0} {07491.s2} 
+tr {07491.t2} {07491.s2} -> {07491.s1} 
+tr {07492.t1} {07491.p1|07492.p0} {07492.s1} -> {07492.p1|07493.p0} {07492.s2} 
+tr {07492.t2} {07492.s2} -> {07492.s1} 
+tr {07493.t1} {07492.p1|07493.p0} {07493.s1} -> {07493.p1|07494.p0} {07493.s2} 
+tr {07493.t2} {07493.s2} -> {07493.s1} 
+tr {07494.t1} {07493.p1|07494.p0} {07494.s1} -> {07494.p1|07495.p0} {07494.s2} 
+tr {07494.t2} {07494.s2} -> {07494.s1} 
+tr {07495.t1} {07494.p1|07495.p0} {07495.s1} -> {07495.p1|07496.p0} {07495.s2} 
+tr {07495.t2} {07495.s2} -> {07495.s1} 
+tr {07496.t1} {07495.p1|07496.p0} {07496.s1} -> {07496.p1|07497.p0} {07496.s2} 
+tr {07496.t2} {07496.s2} -> {07496.s1} 
+tr {07497.t1} {07496.p1|07497.p0} {07497.s1} -> {07497.p1|07498.p0} {07497.s2} 
+tr {07497.t2} {07497.s2} -> {07497.s1} 
+tr {07498.t1} {07497.p1|07498.p0} {07498.s1} -> {07498.p1|07499.p0} {07498.s2} 
+tr {07498.t2} {07498.s2} -> {07498.s1} 
+tr {07499.t1} {07498.p1|07499.p0} {07499.s1} -> {07499.p1|07500.p0} {07499.s2} 
+tr {07499.t2} {07499.s2} -> {07499.s1} 
+tr {07500.t1} {07499.p1|07500.p0} {07500.s1} -> {07500.p1|07501.p0} {07500.s2} 
+tr {07500.t2} {07500.s2} -> {07500.s1} 
+tr {07501.t1} {07500.p1|07501.p0} {07501.s1} -> {07501.p1|07502.p0} {07501.s2} 
+tr {07501.t2} {07501.s2} -> {07501.s1} 
+tr {07502.t1} {07501.p1|07502.p0} {07502.s1} -> {07502.p1|07503.p0} {07502.s2} 
+tr {07502.t2} {07502.s2} -> {07502.s1} 
+tr {07503.t1} {07502.p1|07503.p0} {07503.s1} -> {07503.p1|07504.p0} {07503.s2} 
+tr {07503.t2} {07503.s2} -> {07503.s1} 
+tr {07504.t1} {07503.p1|07504.p0} {07504.s1} -> {07504.p1|07505.p0} {07504.s2} 
+tr {07504.t2} {07504.s2} -> {07504.s1} 
+tr {07505.t1} {07504.p1|07505.p0} {07505.s1} -> {07505.p1|07506.p0} {07505.s2} 
+tr {07505.t2} {07505.s2} -> {07505.s1} 
+tr {07506.t1} {07505.p1|07506.p0} {07506.s1} -> {07506.p1|07507.p0} {07506.s2} 
+tr {07506.t2} {07506.s2} -> {07506.s1} 
+tr {07507.t1} {07506.p1|07507.p0} {07507.s1} -> {07507.p1|07508.p0} {07507.s2} 
+tr {07507.t2} {07507.s2} -> {07507.s1} 
+tr {07508.t1} {07507.p1|07508.p0} {07508.s1} -> {07508.p1|07509.p0} {07508.s2} 
+tr {07508.t2} {07508.s2} -> {07508.s1} 
+tr {07509.t1} {07508.p1|07509.p0} {07509.s1} -> {07509.p1|07510.p0} {07509.s2} 
+tr {07509.t2} {07509.s2} -> {07509.s1} 
+tr {07510.t1} {07509.p1|07510.p0} {07510.s1} -> {07510.p1|07511.p0} {07510.s2} 
+tr {07510.t2} {07510.s2} -> {07510.s1} 
+tr {07511.t1} {07510.p1|07511.p0} {07511.s1} -> {07511.p1|07512.p0} {07511.s2} 
+tr {07511.t2} {07511.s2} -> {07511.s1} 
+tr {07512.t1} {07511.p1|07512.p0} {07512.s1} -> {07512.p1|07513.p0} {07512.s2} 
+tr {07512.t2} {07512.s2} -> {07512.s1} 
+tr {07513.t1} {07512.p1|07513.p0} {07513.s1} -> {07513.p1|07514.p0} {07513.s2} 
+tr {07513.t2} {07513.s2} -> {07513.s1} 
+tr {07514.t1} {07513.p1|07514.p0} {07514.s1} -> {07514.p1|07515.p0} {07514.s2} 
+tr {07514.t2} {07514.s2} -> {07514.s1} 
+tr {07515.t1} {07514.p1|07515.p0} {07515.s1} -> {07515.p1|07516.p0} {07515.s2} 
+tr {07515.t2} {07515.s2} -> {07515.s1} 
+tr {07516.t1} {07515.p1|07516.p0} {07516.s1} -> {07516.p1|07517.p0} {07516.s2} 
+tr {07516.t2} {07516.s2} -> {07516.s1} 
+tr {07517.t1} {07516.p1|07517.p0} {07517.s1} -> {07517.p1|07518.p0} {07517.s2} 
+tr {07517.t2} {07517.s2} -> {07517.s1} 
+tr {07518.t1} {07517.p1|07518.p0} {07518.s1} -> {07518.p1|07519.p0} {07518.s2} 
+tr {07518.t2} {07518.s2} -> {07518.s1} 
+tr {07519.t1} {07518.p1|07519.p0} {07519.s1} -> {07519.p1|07520.p0} {07519.s2} 
+tr {07519.t2} {07519.s2} -> {07519.s1} 
+tr {07520.t1} {07519.p1|07520.p0} {07520.s1} -> {07520.p1|07521.p0} {07520.s2} 
+tr {07520.t2} {07520.s2} -> {07520.s1} 
+tr {07521.t1} {07520.p1|07521.p0} {07521.s1} -> {07521.p1|07522.p0} {07521.s2} 
+tr {07521.t2} {07521.s2} -> {07521.s1} 
+tr {07522.t1} {07521.p1|07522.p0} {07522.s1} -> {07522.p1|07523.p0} {07522.s2} 
+tr {07522.t2} {07522.s2} -> {07522.s1} 
+tr {07523.t1} {07522.p1|07523.p0} {07523.s1} -> {07523.p1|07524.p0} {07523.s2} 
+tr {07523.t2} {07523.s2} -> {07523.s1} 
+tr {07524.t1} {07523.p1|07524.p0} {07524.s1} -> {07524.p1|07525.p0} {07524.s2} 
+tr {07524.t2} {07524.s2} -> {07524.s1} 
+tr {07525.t1} {07524.p1|07525.p0} {07525.s1} -> {07525.p1|07526.p0} {07525.s2} 
+tr {07525.t2} {07525.s2} -> {07525.s1} 
+tr {07526.t1} {07525.p1|07526.p0} {07526.s1} -> {07526.p1|07527.p0} {07526.s2} 
+tr {07526.t2} {07526.s2} -> {07526.s1} 
+tr {07527.t1} {07526.p1|07527.p0} {07527.s1} -> {07527.p1|07528.p0} {07527.s2} 
+tr {07527.t2} {07527.s2} -> {07527.s1} 
+tr {07528.t1} {07527.p1|07528.p0} {07528.s1} -> {07528.p1|07529.p0} {07528.s2} 
+tr {07528.t2} {07528.s2} -> {07528.s1} 
+tr {07529.t1} {07528.p1|07529.p0} {07529.s1} -> {07529.p1|07530.p0} {07529.s2} 
+tr {07529.t2} {07529.s2} -> {07529.s1} 
+tr {07530.t1} {07529.p1|07530.p0} {07530.s1} -> {07530.p1|07531.p0} {07530.s2} 
+tr {07530.t2} {07530.s2} -> {07530.s1} 
+tr {07531.t1} {07530.p1|07531.p0} {07531.s1} -> {07531.p1|07532.p0} {07531.s2} 
+tr {07531.t2} {07531.s2} -> {07531.s1} 
+tr {07532.t1} {07531.p1|07532.p0} {07532.s1} -> {07532.p1|07533.p0} {07532.s2} 
+tr {07532.t2} {07532.s2} -> {07532.s1} 
+tr {07533.t1} {07532.p1|07533.p0} {07533.s1} -> {07533.p1|07534.p0} {07533.s2} 
+tr {07533.t2} {07533.s2} -> {07533.s1} 
+tr {07534.t1} {07533.p1|07534.p0} {07534.s1} -> {07534.p1|07535.p0} {07534.s2} 
+tr {07534.t2} {07534.s2} -> {07534.s1} 
+tr {07535.t1} {07534.p1|07535.p0} {07535.s1} -> {07535.p1|07536.p0} {07535.s2} 
+tr {07535.t2} {07535.s2} -> {07535.s1} 
+tr {07536.t1} {07535.p1|07536.p0} {07536.s1} -> {07536.p1|07537.p0} {07536.s2} 
+tr {07536.t2} {07536.s2} -> {07536.s1} 
+tr {07537.t1} {07536.p1|07537.p0} {07537.s1} -> {07537.p1|07538.p0} {07537.s2} 
+tr {07537.t2} {07537.s2} -> {07537.s1} 
+tr {07538.t1} {07537.p1|07538.p0} {07538.s1} -> {07538.p1|07539.p0} {07538.s2} 
+tr {07538.t2} {07538.s2} -> {07538.s1} 
+tr {07539.t1} {07538.p1|07539.p0} {07539.s1} -> {07539.p1|07540.p0} {07539.s2} 
+tr {07539.t2} {07539.s2} -> {07539.s1} 
+tr {07540.t1} {07539.p1|07540.p0} {07540.s1} -> {07540.p1|07541.p0} {07540.s2} 
+tr {07540.t2} {07540.s2} -> {07540.s1} 
+tr {07541.t1} {07540.p1|07541.p0} {07541.s1} -> {07541.p1|07542.p0} {07541.s2} 
+tr {07541.t2} {07541.s2} -> {07541.s1} 
+tr {07542.t1} {07541.p1|07542.p0} {07542.s1} -> {07542.p1|07543.p0} {07542.s2} 
+tr {07542.t2} {07542.s2} -> {07542.s1} 
+tr {07543.t1} {07542.p1|07543.p0} {07543.s1} -> {07543.p1|07544.p0} {07543.s2} 
+tr {07543.t2} {07543.s2} -> {07543.s1} 
+tr {07544.t1} {07543.p1|07544.p0} {07544.s1} -> {07544.p1|07545.p0} {07544.s2} 
+tr {07544.t2} {07544.s2} -> {07544.s1} 
+tr {07545.t1} {07544.p1|07545.p0} {07545.s1} -> {07545.p1|07546.p0} {07545.s2} 
+tr {07545.t2} {07545.s2} -> {07545.s1} 
+tr {07546.t1} {07545.p1|07546.p0} {07546.s1} -> {07546.p1|07547.p0} {07546.s2} 
+tr {07546.t2} {07546.s2} -> {07546.s1} 
+tr {07547.t1} {07546.p1|07547.p0} {07547.s1} -> {07547.p1|07548.p0} {07547.s2} 
+tr {07547.t2} {07547.s2} -> {07547.s1} 
+tr {07548.t1} {07547.p1|07548.p0} {07548.s1} -> {07548.p1|07549.p0} {07548.s2} 
+tr {07548.t2} {07548.s2} -> {07548.s1} 
+tr {07549.t1} {07548.p1|07549.p0} {07549.s1} -> {07549.p1|07550.p0} {07549.s2} 
+tr {07549.t2} {07549.s2} -> {07549.s1} 
+tr {07550.t1} {07549.p1|07550.p0} {07550.s1} -> {07550.p1|07551.p0} {07550.s2} 
+tr {07550.t2} {07550.s2} -> {07550.s1} 
+tr {07551.t1} {07550.p1|07551.p0} {07551.s1} -> {07551.p1|07552.p0} {07551.s2} 
+tr {07551.t2} {07551.s2} -> {07551.s1} 
+tr {07552.t1} {07551.p1|07552.p0} {07552.s1} -> {07552.p1|07553.p0} {07552.s2} 
+tr {07552.t2} {07552.s2} -> {07552.s1} 
+tr {07553.t1} {07552.p1|07553.p0} {07553.s1} -> {07553.p1|07554.p0} {07553.s2} 
+tr {07553.t2} {07553.s2} -> {07553.s1} 
+tr {07554.t1} {07553.p1|07554.p0} {07554.s1} -> {07554.p1|07555.p0} {07554.s2} 
+tr {07554.t2} {07554.s2} -> {07554.s1} 
+tr {07555.t1} {07554.p1|07555.p0} {07555.s1} -> {07555.p1|07556.p0} {07555.s2} 
+tr {07555.t2} {07555.s2} -> {07555.s1} 
+tr {07556.t1} {07555.p1|07556.p0} {07556.s1} -> {07556.p1|07557.p0} {07556.s2} 
+tr {07556.t2} {07556.s2} -> {07556.s1} 
+tr {07557.t1} {07556.p1|07557.p0} {07557.s1} -> {07557.p1|07558.p0} {07557.s2} 
+tr {07557.t2} {07557.s2} -> {07557.s1} 
+tr {07558.t1} {07557.p1|07558.p0} {07558.s1} -> {07558.p1|07559.p0} {07558.s2} 
+tr {07558.t2} {07558.s2} -> {07558.s1} 
+tr {07559.t1} {07558.p1|07559.p0} {07559.s1} -> {07559.p1|07560.p0} {07559.s2} 
+tr {07559.t2} {07559.s2} -> {07559.s1} 
+tr {07560.t1} {07559.p1|07560.p0} {07560.s1} -> {07560.p1|07561.p0} {07560.s2} 
+tr {07560.t2} {07560.s2} -> {07560.s1} 
+tr {07561.t1} {07560.p1|07561.p0} {07561.s1} -> {07561.p1|07562.p0} {07561.s2} 
+tr {07561.t2} {07561.s2} -> {07561.s1} 
+tr {07562.t1} {07561.p1|07562.p0} {07562.s1} -> {07562.p1|07563.p0} {07562.s2} 
+tr {07562.t2} {07562.s2} -> {07562.s1} 
+tr {07563.t1} {07562.p1|07563.p0} {07563.s1} -> {07563.p1|07564.p0} {07563.s2} 
+tr {07563.t2} {07563.s2} -> {07563.s1} 
+tr {07564.t1} {07563.p1|07564.p0} {07564.s1} -> {07564.p1|07565.p0} {07564.s2} 
+tr {07564.t2} {07564.s2} -> {07564.s1} 
+tr {07565.t1} {07564.p1|07565.p0} {07565.s1} -> {07565.p1|07566.p0} {07565.s2} 
+tr {07565.t2} {07565.s2} -> {07565.s1} 
+tr {07566.t1} {07565.p1|07566.p0} {07566.s1} -> {07566.p1|07567.p0} {07566.s2} 
+tr {07566.t2} {07566.s2} -> {07566.s1} 
+tr {07567.t1} {07566.p1|07567.p0} {07567.s1} -> {07567.p1|07568.p0} {07567.s2} 
+tr {07567.t2} {07567.s2} -> {07567.s1} 
+tr {07568.t1} {07567.p1|07568.p0} {07568.s1} -> {07568.p1|07569.p0} {07568.s2} 
+tr {07568.t2} {07568.s2} -> {07568.s1} 
+tr {07569.t1} {07568.p1|07569.p0} {07569.s1} -> {07569.p1|07570.p0} {07569.s2} 
+tr {07569.t2} {07569.s2} -> {07569.s1} 
+tr {07570.t1} {07569.p1|07570.p0} {07570.s1} -> {07570.p1|07571.p0} {07570.s2} 
+tr {07570.t2} {07570.s2} -> {07570.s1} 
+tr {07571.t1} {07570.p1|07571.p0} {07571.s1} -> {07571.p1|07572.p0} {07571.s2} 
+tr {07571.t2} {07571.s2} -> {07571.s1} 
+tr {07572.t1} {07571.p1|07572.p0} {07572.s1} -> {07572.p1|07573.p0} {07572.s2} 
+tr {07572.t2} {07572.s2} -> {07572.s1} 
+tr {07573.t1} {07572.p1|07573.p0} {07573.s1} -> {07573.p1|07574.p0} {07573.s2} 
+tr {07573.t2} {07573.s2} -> {07573.s1} 
+tr {07574.t1} {07573.p1|07574.p0} {07574.s1} -> {07574.p1|07575.p0} {07574.s2} 
+tr {07574.t2} {07574.s2} -> {07574.s1} 
+tr {07575.t1} {07574.p1|07575.p0} {07575.s1} -> {07575.p1|07576.p0} {07575.s2} 
+tr {07575.t2} {07575.s2} -> {07575.s1} 
+tr {07576.t1} {07575.p1|07576.p0} {07576.s1} -> {07576.p1|07577.p0} {07576.s2} 
+tr {07576.t2} {07576.s2} -> {07576.s1} 
+tr {07577.t1} {07576.p1|07577.p0} {07577.s1} -> {07577.p1|07578.p0} {07577.s2} 
+tr {07577.t2} {07577.s2} -> {07577.s1} 
+tr {07578.t1} {07577.p1|07578.p0} {07578.s1} -> {07578.p1|07579.p0} {07578.s2} 
+tr {07578.t2} {07578.s2} -> {07578.s1} 
+tr {07579.t1} {07578.p1|07579.p0} {07579.s1} -> {07579.p1|07580.p0} {07579.s2} 
+tr {07579.t2} {07579.s2} -> {07579.s1} 
+tr {07580.t1} {07579.p1|07580.p0} {07580.s1} -> {07580.p1|07581.p0} {07580.s2} 
+tr {07580.t2} {07580.s2} -> {07580.s1} 
+tr {07581.t1} {07580.p1|07581.p0} {07581.s1} -> {07581.p1|07582.p0} {07581.s2} 
+tr {07581.t2} {07581.s2} -> {07581.s1} 
+tr {07582.t1} {07581.p1|07582.p0} {07582.s1} -> {07582.p1|07583.p0} {07582.s2} 
+tr {07582.t2} {07582.s2} -> {07582.s1} 
+tr {07583.t1} {07582.p1|07583.p0} {07583.s1} -> {07583.p1|07584.p0} {07583.s2} 
+tr {07583.t2} {07583.s2} -> {07583.s1} 
+tr {07584.t1} {07583.p1|07584.p0} {07584.s1} -> {07584.p1|07585.p0} {07584.s2} 
+tr {07584.t2} {07584.s2} -> {07584.s1} 
+tr {07585.t1} {07584.p1|07585.p0} {07585.s1} -> {07585.p1|07586.p0} {07585.s2} 
+tr {07585.t2} {07585.s2} -> {07585.s1} 
+tr {07586.t1} {07585.p1|07586.p0} {07586.s1} -> {07586.p1|07587.p0} {07586.s2} 
+tr {07586.t2} {07586.s2} -> {07586.s1} 
+tr {07587.t1} {07586.p1|07587.p0} {07587.s1} -> {07587.p1|07588.p0} {07587.s2} 
+tr {07587.t2} {07587.s2} -> {07587.s1} 
+tr {07588.t1} {07587.p1|07588.p0} {07588.s1} -> {07588.p1|07589.p0} {07588.s2} 
+tr {07588.t2} {07588.s2} -> {07588.s1} 
+tr {07589.t1} {07588.p1|07589.p0} {07589.s1} -> {07589.p1|07590.p0} {07589.s2} 
+tr {07589.t2} {07589.s2} -> {07589.s1} 
+tr {07590.t1} {07589.p1|07590.p0} {07590.s1} -> {07590.p1|07591.p0} {07590.s2} 
+tr {07590.t2} {07590.s2} -> {07590.s1} 
+tr {07591.t1} {07590.p1|07591.p0} {07591.s1} -> {07591.p1|07592.p0} {07591.s2} 
+tr {07591.t2} {07591.s2} -> {07591.s1} 
+tr {07592.t1} {07591.p1|07592.p0} {07592.s1} -> {07592.p1|07593.p0} {07592.s2} 
+tr {07592.t2} {07592.s2} -> {07592.s1} 
+tr {07593.t1} {07592.p1|07593.p0} {07593.s1} -> {07593.p1|07594.p0} {07593.s2} 
+tr {07593.t2} {07593.s2} -> {07593.s1} 
+tr {07594.t1} {07593.p1|07594.p0} {07594.s1} -> {07594.p1|07595.p0} {07594.s2} 
+tr {07594.t2} {07594.s2} -> {07594.s1} 
+tr {07595.t1} {07594.p1|07595.p0} {07595.s1} -> {07595.p1|07596.p0} {07595.s2} 
+tr {07595.t2} {07595.s2} -> {07595.s1} 
+tr {07596.t1} {07595.p1|07596.p0} {07596.s1} -> {07596.p1|07597.p0} {07596.s2} 
+tr {07596.t2} {07596.s2} -> {07596.s1} 
+tr {07597.t1} {07596.p1|07597.p0} {07597.s1} -> {07597.p1|07598.p0} {07597.s2} 
+tr {07597.t2} {07597.s2} -> {07597.s1} 
+tr {07598.t1} {07597.p1|07598.p0} {07598.s1} -> {07598.p1|07599.p0} {07598.s2} 
+tr {07598.t2} {07598.s2} -> {07598.s1} 
+tr {07599.t1} {07598.p1|07599.p0} {07599.s1} -> {07599.p1|07600.p0} {07599.s2} 
+tr {07599.t2} {07599.s2} -> {07599.s1} 
+tr {07600.t1} {07599.p1|07600.p0} {07600.s1} -> {07600.p1|07601.p0} {07600.s2} 
+tr {07600.t2} {07600.s2} -> {07600.s1} 
+tr {07601.t1} {07600.p1|07601.p0} {07601.s1} -> {07601.p1|07602.p0} {07601.s2} 
+tr {07601.t2} {07601.s2} -> {07601.s1} 
+tr {07602.t1} {07601.p1|07602.p0} {07602.s1} -> {07602.p1|07603.p0} {07602.s2} 
+tr {07602.t2} {07602.s2} -> {07602.s1} 
+tr {07603.t1} {07602.p1|07603.p0} {07603.s1} -> {07603.p1|07604.p0} {07603.s2} 
+tr {07603.t2} {07603.s2} -> {07603.s1} 
+tr {07604.t1} {07603.p1|07604.p0} {07604.s1} -> {07604.p1|07605.p0} {07604.s2} 
+tr {07604.t2} {07604.s2} -> {07604.s1} 
+tr {07605.t1} {07604.p1|07605.p0} {07605.s1} -> {07605.p1|07606.p0} {07605.s2} 
+tr {07605.t2} {07605.s2} -> {07605.s1} 
+tr {07606.t1} {07605.p1|07606.p0} {07606.s1} -> {07606.p1|07607.p0} {07606.s2} 
+tr {07606.t2} {07606.s2} -> {07606.s1} 
+tr {07607.t1} {07606.p1|07607.p0} {07607.s1} -> {07607.p1|07608.p0} {07607.s2} 
+tr {07607.t2} {07607.s2} -> {07607.s1} 
+tr {07608.t1} {07607.p1|07608.p0} {07608.s1} -> {07608.p1|07609.p0} {07608.s2} 
+tr {07608.t2} {07608.s2} -> {07608.s1} 
+tr {07609.t1} {07608.p1|07609.p0} {07609.s1} -> {07609.p1|07610.p0} {07609.s2} 
+tr {07609.t2} {07609.s2} -> {07609.s1} 
+tr {07610.t1} {07609.p1|07610.p0} {07610.s1} -> {07610.p1|07611.p0} {07610.s2} 
+tr {07610.t2} {07610.s2} -> {07610.s1} 
+tr {07611.t1} {07610.p1|07611.p0} {07611.s1} -> {07611.p1|07612.p0} {07611.s2} 
+tr {07611.t2} {07611.s2} -> {07611.s1} 
+tr {07612.t1} {07611.p1|07612.p0} {07612.s1} -> {07612.p1|07613.p0} {07612.s2} 
+tr {07612.t2} {07612.s2} -> {07612.s1} 
+tr {07613.t1} {07612.p1|07613.p0} {07613.s1} -> {07613.p1|07614.p0} {07613.s2} 
+tr {07613.t2} {07613.s2} -> {07613.s1} 
+tr {07614.t1} {07613.p1|07614.p0} {07614.s1} -> {07614.p1|07615.p0} {07614.s2} 
+tr {07614.t2} {07614.s2} -> {07614.s1} 
+tr {07615.t1} {07614.p1|07615.p0} {07615.s1} -> {07615.p1|07616.p0} {07615.s2} 
+tr {07615.t2} {07615.s2} -> {07615.s1} 
+tr {07616.t1} {07615.p1|07616.p0} {07616.s1} -> {07616.p1|07617.p0} {07616.s2} 
+tr {07616.t2} {07616.s2} -> {07616.s1} 
+tr {07617.t1} {07616.p1|07617.p0} {07617.s1} -> {07617.p1|07618.p0} {07617.s2} 
+tr {07617.t2} {07617.s2} -> {07617.s1} 
+tr {07618.t1} {07617.p1|07618.p0} {07618.s1} -> {07618.p1|07619.p0} {07618.s2} 
+tr {07618.t2} {07618.s2} -> {07618.s1} 
+tr {07619.t1} {07618.p1|07619.p0} {07619.s1} -> {07619.p1|07620.p0} {07619.s2} 
+tr {07619.t2} {07619.s2} -> {07619.s1} 
+tr {07620.t1} {07619.p1|07620.p0} {07620.s1} -> {07620.p1|07621.p0} {07620.s2} 
+tr {07620.t2} {07620.s2} -> {07620.s1} 
+tr {07621.t1} {07620.p1|07621.p0} {07621.s1} -> {07621.p1|07622.p0} {07621.s2} 
+tr {07621.t2} {07621.s2} -> {07621.s1} 
+tr {07622.t1} {07621.p1|07622.p0} {07622.s1} -> {07622.p1|07623.p0} {07622.s2} 
+tr {07622.t2} {07622.s2} -> {07622.s1} 
+tr {07623.t1} {07622.p1|07623.p0} {07623.s1} -> {07623.p1|07624.p0} {07623.s2} 
+tr {07623.t2} {07623.s2} -> {07623.s1} 
+tr {07624.t1} {07623.p1|07624.p0} {07624.s1} -> {07624.p1|07625.p0} {07624.s2} 
+tr {07624.t2} {07624.s2} -> {07624.s1} 
+tr {07625.t1} {07624.p1|07625.p0} {07625.s1} -> {07625.p1|07626.p0} {07625.s2} 
+tr {07625.t2} {07625.s2} -> {07625.s1} 
+tr {07626.t1} {07625.p1|07626.p0} {07626.s1} -> {07626.p1|07627.p0} {07626.s2} 
+tr {07626.t2} {07626.s2} -> {07626.s1} 
+tr {07627.t1} {07626.p1|07627.p0} {07627.s1} -> {07627.p1|07628.p0} {07627.s2} 
+tr {07627.t2} {07627.s2} -> {07627.s1} 
+tr {07628.t1} {07627.p1|07628.p0} {07628.s1} -> {07628.p1|07629.p0} {07628.s2} 
+tr {07628.t2} {07628.s2} -> {07628.s1} 
+tr {07629.t1} {07628.p1|07629.p0} {07629.s1} -> {07629.p1|07630.p0} {07629.s2} 
+tr {07629.t2} {07629.s2} -> {07629.s1} 
+tr {07630.t1} {07629.p1|07630.p0} {07630.s1} -> {07630.p1|07631.p0} {07630.s2} 
+tr {07630.t2} {07630.s2} -> {07630.s1} 
+tr {07631.t1} {07630.p1|07631.p0} {07631.s1} -> {07631.p1|07632.p0} {07631.s2} 
+tr {07631.t2} {07631.s2} -> {07631.s1} 
+tr {07632.t1} {07631.p1|07632.p0} {07632.s1} -> {07632.p1|07633.p0} {07632.s2} 
+tr {07632.t2} {07632.s2} -> {07632.s1} 
+tr {07633.t1} {07632.p1|07633.p0} {07633.s1} -> {07633.p1|07634.p0} {07633.s2} 
+tr {07633.t2} {07633.s2} -> {07633.s1} 
+tr {07634.t1} {07633.p1|07634.p0} {07634.s1} -> {07634.p1|07635.p0} {07634.s2} 
+tr {07634.t2} {07634.s2} -> {07634.s1} 
+tr {07635.t1} {07634.p1|07635.p0} {07635.s1} -> {07635.p1|07636.p0} {07635.s2} 
+tr {07635.t2} {07635.s2} -> {07635.s1} 
+tr {07636.t1} {07635.p1|07636.p0} {07636.s1} -> {07636.p1|07637.p0} {07636.s2} 
+tr {07636.t2} {07636.s2} -> {07636.s1} 
+tr {07637.t1} {07636.p1|07637.p0} {07637.s1} -> {07637.p1|07638.p0} {07637.s2} 
+tr {07637.t2} {07637.s2} -> {07637.s1} 
+tr {07638.t1} {07637.p1|07638.p0} {07638.s1} -> {07638.p1|07639.p0} {07638.s2} 
+tr {07638.t2} {07638.s2} -> {07638.s1} 
+tr {07639.t1} {07638.p1|07639.p0} {07639.s1} -> {07639.p1|07640.p0} {07639.s2} 
+tr {07639.t2} {07639.s2} -> {07639.s1} 
+tr {07640.t1} {07639.p1|07640.p0} {07640.s1} -> {07640.p1|07641.p0} {07640.s2} 
+tr {07640.t2} {07640.s2} -> {07640.s1} 
+tr {07641.t1} {07640.p1|07641.p0} {07641.s1} -> {07641.p1|07642.p0} {07641.s2} 
+tr {07641.t2} {07641.s2} -> {07641.s1} 
+tr {07642.t1} {07641.p1|07642.p0} {07642.s1} -> {07642.p1|07643.p0} {07642.s2} 
+tr {07642.t2} {07642.s2} -> {07642.s1} 
+tr {07643.t1} {07642.p1|07643.p0} {07643.s1} -> {07643.p1|07644.p0} {07643.s2} 
+tr {07643.t2} {07643.s2} -> {07643.s1} 
+tr {07644.t1} {07643.p1|07644.p0} {07644.s1} -> {07644.p1|07645.p0} {07644.s2} 
+tr {07644.t2} {07644.s2} -> {07644.s1} 
+tr {07645.t1} {07644.p1|07645.p0} {07645.s1} -> {07645.p1|07646.p0} {07645.s2} 
+tr {07645.t2} {07645.s2} -> {07645.s1} 
+tr {07646.t1} {07645.p1|07646.p0} {07646.s1} -> {07646.p1|07647.p0} {07646.s2} 
+tr {07646.t2} {07646.s2} -> {07646.s1} 
+tr {07647.t1} {07646.p1|07647.p0} {07647.s1} -> {07647.p1|07648.p0} {07647.s2} 
+tr {07647.t2} {07647.s2} -> {07647.s1} 
+tr {07648.t1} {07647.p1|07648.p0} {07648.s1} -> {07648.p1|07649.p0} {07648.s2} 
+tr {07648.t2} {07648.s2} -> {07648.s1} 
+tr {07649.t1} {07648.p1|07649.p0} {07649.s1} -> {07649.p1|07650.p0} {07649.s2} 
+tr {07649.t2} {07649.s2} -> {07649.s1} 
+tr {07650.t1} {07649.p1|07650.p0} {07650.s1} -> {07650.p1|07651.p0} {07650.s2} 
+tr {07650.t2} {07650.s2} -> {07650.s1} 
+tr {07651.t1} {07650.p1|07651.p0} {07651.s1} -> {07651.p1|07652.p0} {07651.s2} 
+tr {07651.t2} {07651.s2} -> {07651.s1} 
+tr {07652.t1} {07651.p1|07652.p0} {07652.s1} -> {07652.p1|07653.p0} {07652.s2} 
+tr {07652.t2} {07652.s2} -> {07652.s1} 
+tr {07653.t1} {07652.p1|07653.p0} {07653.s1} -> {07653.p1|07654.p0} {07653.s2} 
+tr {07653.t2} {07653.s2} -> {07653.s1} 
+tr {07654.t1} {07653.p1|07654.p0} {07654.s1} -> {07654.p1|07655.p0} {07654.s2} 
+tr {07654.t2} {07654.s2} -> {07654.s1} 
+tr {07655.t1} {07654.p1|07655.p0} {07655.s1} -> {07655.p1|07656.p0} {07655.s2} 
+tr {07655.t2} {07655.s2} -> {07655.s1} 
+tr {07656.t1} {07655.p1|07656.p0} {07656.s1} -> {07656.p1|07657.p0} {07656.s2} 
+tr {07656.t2} {07656.s2} -> {07656.s1} 
+tr {07657.t1} {07656.p1|07657.p0} {07657.s1} -> {07657.p1|07658.p0} {07657.s2} 
+tr {07657.t2} {07657.s2} -> {07657.s1} 
+tr {07658.t1} {07657.p1|07658.p0} {07658.s1} -> {07658.p1|07659.p0} {07658.s2} 
+tr {07658.t2} {07658.s2} -> {07658.s1} 
+tr {07659.t1} {07658.p1|07659.p0} {07659.s1} -> {07659.p1|07660.p0} {07659.s2} 
+tr {07659.t2} {07659.s2} -> {07659.s1} 
+tr {07660.t1} {07659.p1|07660.p0} {07660.s1} -> {07660.p1|07661.p0} {07660.s2} 
+tr {07660.t2} {07660.s2} -> {07660.s1} 
+tr {07661.t1} {07660.p1|07661.p0} {07661.s1} -> {07661.p1|07662.p0} {07661.s2} 
+tr {07661.t2} {07661.s2} -> {07661.s1} 
+tr {07662.t1} {07661.p1|07662.p0} {07662.s1} -> {07662.p1|07663.p0} {07662.s2} 
+tr {07662.t2} {07662.s2} -> {07662.s1} 
+tr {07663.t1} {07662.p1|07663.p0} {07663.s1} -> {07663.p1|07664.p0} {07663.s2} 
+tr {07663.t2} {07663.s2} -> {07663.s1} 
+tr {07664.t1} {07663.p1|07664.p0} {07664.s1} -> {07664.p1|07665.p0} {07664.s2} 
+tr {07664.t2} {07664.s2} -> {07664.s1} 
+tr {07665.t1} {07664.p1|07665.p0} {07665.s1} -> {07665.p1|07666.p0} {07665.s2} 
+tr {07665.t2} {07665.s2} -> {07665.s1} 
+tr {07666.t1} {07665.p1|07666.p0} {07666.s1} -> {07666.p1|07667.p0} {07666.s2} 
+tr {07666.t2} {07666.s2} -> {07666.s1} 
+tr {07667.t1} {07666.p1|07667.p0} {07667.s1} -> {07667.p1|07668.p0} {07667.s2} 
+tr {07667.t2} {07667.s2} -> {07667.s1} 
+tr {07668.t1} {07667.p1|07668.p0} {07668.s1} -> {07668.p1|07669.p0} {07668.s2} 
+tr {07668.t2} {07668.s2} -> {07668.s1} 
+tr {07669.t1} {07668.p1|07669.p0} {07669.s1} -> {07669.p1|07670.p0} {07669.s2} 
+tr {07669.t2} {07669.s2} -> {07669.s1} 
+tr {07670.t1} {07669.p1|07670.p0} {07670.s1} -> {07670.p1|07671.p0} {07670.s2} 
+tr {07670.t2} {07670.s2} -> {07670.s1} 
+tr {07671.t1} {07670.p1|07671.p0} {07671.s1} -> {07671.p1|07672.p0} {07671.s2} 
+tr {07671.t2} {07671.s2} -> {07671.s1} 
+tr {07672.t1} {07671.p1|07672.p0} {07672.s1} -> {07672.p1|07673.p0} {07672.s2} 
+tr {07672.t2} {07672.s2} -> {07672.s1} 
+tr {07673.t1} {07672.p1|07673.p0} {07673.s1} -> {07673.p1|07674.p0} {07673.s2} 
+tr {07673.t2} {07673.s2} -> {07673.s1} 
+tr {07674.t1} {07673.p1|07674.p0} {07674.s1} -> {07674.p1|07675.p0} {07674.s2} 
+tr {07674.t2} {07674.s2} -> {07674.s1} 
+tr {07675.t1} {07674.p1|07675.p0} {07675.s1} -> {07675.p1|07676.p0} {07675.s2} 
+tr {07675.t2} {07675.s2} -> {07675.s1} 
+tr {07676.t1} {07675.p1|07676.p0} {07676.s1} -> {07676.p1|07677.p0} {07676.s2} 
+tr {07676.t2} {07676.s2} -> {07676.s1} 
+tr {07677.t1} {07676.p1|07677.p0} {07677.s1} -> {07677.p1|07678.p0} {07677.s2} 
+tr {07677.t2} {07677.s2} -> {07677.s1} 
+tr {07678.t1} {07677.p1|07678.p0} {07678.s1} -> {07678.p1|07679.p0} {07678.s2} 
+tr {07678.t2} {07678.s2} -> {07678.s1} 
+tr {07679.t1} {07678.p1|07679.p0} {07679.s1} -> {07679.p1|07680.p0} {07679.s2} 
+tr {07679.t2} {07679.s2} -> {07679.s1} 
+tr {07680.t1} {07679.p1|07680.p0} {07680.s1} -> {07680.p1|07681.p0} {07680.s2} 
+tr {07680.t2} {07680.s2} -> {07680.s1} 
+tr {07681.t1} {07680.p1|07681.p0} {07681.s1} -> {07681.p1|07682.p0} {07681.s2} 
+tr {07681.t2} {07681.s2} -> {07681.s1} 
+tr {07682.t1} {07681.p1|07682.p0} {07682.s1} -> {07682.p1|07683.p0} {07682.s2} 
+tr {07682.t2} {07682.s2} -> {07682.s1} 
+tr {07683.t1} {07682.p1|07683.p0} {07683.s1} -> {07683.p1|07684.p0} {07683.s2} 
+tr {07683.t2} {07683.s2} -> {07683.s1} 
+tr {07684.t1} {07683.p1|07684.p0} {07684.s1} -> {07684.p1|07685.p0} {07684.s2} 
+tr {07684.t2} {07684.s2} -> {07684.s1} 
+tr {07685.t1} {07684.p1|07685.p0} {07685.s1} -> {07685.p1|07686.p0} {07685.s2} 
+tr {07685.t2} {07685.s2} -> {07685.s1} 
+tr {07686.t1} {07685.p1|07686.p0} {07686.s1} -> {07686.p1|07687.p0} {07686.s2} 
+tr {07686.t2} {07686.s2} -> {07686.s1} 
+tr {07687.t1} {07686.p1|07687.p0} {07687.s1} -> {07687.p1|07688.p0} {07687.s2} 
+tr {07687.t2} {07687.s2} -> {07687.s1} 
+tr {07688.t1} {07687.p1|07688.p0} {07688.s1} -> {07688.p1|07689.p0} {07688.s2} 
+tr {07688.t2} {07688.s2} -> {07688.s1} 
+tr {07689.t1} {07688.p1|07689.p0} {07689.s1} -> {07689.p1|07690.p0} {07689.s2} 
+tr {07689.t2} {07689.s2} -> {07689.s1} 
+tr {07690.t1} {07689.p1|07690.p0} {07690.s1} -> {07690.p1|07691.p0} {07690.s2} 
+tr {07690.t2} {07690.s2} -> {07690.s1} 
+tr {07691.t1} {07690.p1|07691.p0} {07691.s1} -> {07691.p1|07692.p0} {07691.s2} 
+tr {07691.t2} {07691.s2} -> {07691.s1} 
+tr {07692.t1} {07691.p1|07692.p0} {07692.s1} -> {07692.p1|07693.p0} {07692.s2} 
+tr {07692.t2} {07692.s2} -> {07692.s1} 
+tr {07693.t1} {07692.p1|07693.p0} {07693.s1} -> {07693.p1|07694.p0} {07693.s2} 
+tr {07693.t2} {07693.s2} -> {07693.s1} 
+tr {07694.t1} {07693.p1|07694.p0} {07694.s1} -> {07694.p1|07695.p0} {07694.s2} 
+tr {07694.t2} {07694.s2} -> {07694.s1} 
+tr {07695.t1} {07694.p1|07695.p0} {07695.s1} -> {07695.p1|07696.p0} {07695.s2} 
+tr {07695.t2} {07695.s2} -> {07695.s1} 
+tr {07696.t1} {07695.p1|07696.p0} {07696.s1} -> {07696.p1|07697.p0} {07696.s2} 
+tr {07696.t2} {07696.s2} -> {07696.s1} 
+tr {07697.t1} {07696.p1|07697.p0} {07697.s1} -> {07697.p1|07698.p0} {07697.s2} 
+tr {07697.t2} {07697.s2} -> {07697.s1} 
+tr {07698.t1} {07697.p1|07698.p0} {07698.s1} -> {07698.p1|07699.p0} {07698.s2} 
+tr {07698.t2} {07698.s2} -> {07698.s1} 
+tr {07699.t1} {07698.p1|07699.p0} {07699.s1} -> {07699.p1|07700.p0} {07699.s2} 
+tr {07699.t2} {07699.s2} -> {07699.s1} 
+tr {07700.t1} {07699.p1|07700.p0} {07700.s1} -> {07700.p1|07701.p0} {07700.s2} 
+tr {07700.t2} {07700.s2} -> {07700.s1} 
+tr {07701.t1} {07700.p1|07701.p0} {07701.s1} -> {07701.p1|07702.p0} {07701.s2} 
+tr {07701.t2} {07701.s2} -> {07701.s1} 
+tr {07702.t1} {07701.p1|07702.p0} {07702.s1} -> {07702.p1|07703.p0} {07702.s2} 
+tr {07702.t2} {07702.s2} -> {07702.s1} 
+tr {07703.t1} {07702.p1|07703.p0} {07703.s1} -> {07703.p1|07704.p0} {07703.s2} 
+tr {07703.t2} {07703.s2} -> {07703.s1} 
+tr {07704.t1} {07703.p1|07704.p0} {07704.s1} -> {07704.p1|07705.p0} {07704.s2} 
+tr {07704.t2} {07704.s2} -> {07704.s1} 
+tr {07705.t1} {07704.p1|07705.p0} {07705.s1} -> {07705.p1|07706.p0} {07705.s2} 
+tr {07705.t2} {07705.s2} -> {07705.s1} 
+tr {07706.t1} {07705.p1|07706.p0} {07706.s1} -> {07706.p1|07707.p0} {07706.s2} 
+tr {07706.t2} {07706.s2} -> {07706.s1} 
+tr {07707.t1} {07706.p1|07707.p0} {07707.s1} -> {07707.p1|07708.p0} {07707.s2} 
+tr {07707.t2} {07707.s2} -> {07707.s1} 
+tr {07708.t1} {07707.p1|07708.p0} {07708.s1} -> {07708.p1|07709.p0} {07708.s2} 
+tr {07708.t2} {07708.s2} -> {07708.s1} 
+tr {07709.t1} {07708.p1|07709.p0} {07709.s1} -> {07709.p1|07710.p0} {07709.s2} 
+tr {07709.t2} {07709.s2} -> {07709.s1} 
+tr {07710.t1} {07709.p1|07710.p0} {07710.s1} -> {07710.p1|07711.p0} {07710.s2} 
+tr {07710.t2} {07710.s2} -> {07710.s1} 
+tr {07711.t1} {07710.p1|07711.p0} {07711.s1} -> {07711.p1|07712.p0} {07711.s2} 
+tr {07711.t2} {07711.s2} -> {07711.s1} 
+tr {07712.t1} {07711.p1|07712.p0} {07712.s1} -> {07712.p1|07713.p0} {07712.s2} 
+tr {07712.t2} {07712.s2} -> {07712.s1} 
+tr {07713.t1} {07712.p1|07713.p0} {07713.s1} -> {07713.p1|07714.p0} {07713.s2} 
+tr {07713.t2} {07713.s2} -> {07713.s1} 
+tr {07714.t1} {07713.p1|07714.p0} {07714.s1} -> {07714.p1|07715.p0} {07714.s2} 
+tr {07714.t2} {07714.s2} -> {07714.s1} 
+tr {07715.t1} {07714.p1|07715.p0} {07715.s1} -> {07715.p1|07716.p0} {07715.s2} 
+tr {07715.t2} {07715.s2} -> {07715.s1} 
+tr {07716.t1} {07715.p1|07716.p0} {07716.s1} -> {07716.p1|07717.p0} {07716.s2} 
+tr {07716.t2} {07716.s2} -> {07716.s1} 
+tr {07717.t1} {07716.p1|07717.p0} {07717.s1} -> {07717.p1|07718.p0} {07717.s2} 
+tr {07717.t2} {07717.s2} -> {07717.s1} 
+tr {07718.t1} {07717.p1|07718.p0} {07718.s1} -> {07718.p1|07719.p0} {07718.s2} 
+tr {07718.t2} {07718.s2} -> {07718.s1} 
+tr {07719.t1} {07718.p1|07719.p0} {07719.s1} -> {07719.p1|07720.p0} {07719.s2} 
+tr {07719.t2} {07719.s2} -> {07719.s1} 
+tr {07720.t1} {07719.p1|07720.p0} {07720.s1} -> {07720.p1|07721.p0} {07720.s2} 
+tr {07720.t2} {07720.s2} -> {07720.s1} 
+tr {07721.t1} {07720.p1|07721.p0} {07721.s1} -> {07721.p1|07722.p0} {07721.s2} 
+tr {07721.t2} {07721.s2} -> {07721.s1} 
+tr {07722.t1} {07721.p1|07722.p0} {07722.s1} -> {07722.p1|07723.p0} {07722.s2} 
+tr {07722.t2} {07722.s2} -> {07722.s1} 
+tr {07723.t1} {07722.p1|07723.p0} {07723.s1} -> {07723.p1|07724.p0} {07723.s2} 
+tr {07723.t2} {07723.s2} -> {07723.s1} 
+tr {07724.t1} {07723.p1|07724.p0} {07724.s1} -> {07724.p1|07725.p0} {07724.s2} 
+tr {07724.t2} {07724.s2} -> {07724.s1} 
+tr {07725.t1} {07724.p1|07725.p0} {07725.s1} -> {07725.p1|07726.p0} {07725.s2} 
+tr {07725.t2} {07725.s2} -> {07725.s1} 
+tr {07726.t1} {07725.p1|07726.p0} {07726.s1} -> {07726.p1|07727.p0} {07726.s2} 
+tr {07726.t2} {07726.s2} -> {07726.s1} 
+tr {07727.t1} {07726.p1|07727.p0} {07727.s1} -> {07727.p1|07728.p0} {07727.s2} 
+tr {07727.t2} {07727.s2} -> {07727.s1} 
+tr {07728.t1} {07727.p1|07728.p0} {07728.s1} -> {07728.p1|07729.p0} {07728.s2} 
+tr {07728.t2} {07728.s2} -> {07728.s1} 
+tr {07729.t1} {07728.p1|07729.p0} {07729.s1} -> {07729.p1|07730.p0} {07729.s2} 
+tr {07729.t2} {07729.s2} -> {07729.s1} 
+tr {07730.t1} {07729.p1|07730.p0} {07730.s1} -> {07730.p1|07731.p0} {07730.s2} 
+tr {07730.t2} {07730.s2} -> {07730.s1} 
+tr {07731.t1} {07730.p1|07731.p0} {07731.s1} -> {07731.p1|07732.p0} {07731.s2} 
+tr {07731.t2} {07731.s2} -> {07731.s1} 
+tr {07732.t1} {07731.p1|07732.p0} {07732.s1} -> {07732.p1|07733.p0} {07732.s2} 
+tr {07732.t2} {07732.s2} -> {07732.s1} 
+tr {07733.t1} {07732.p1|07733.p0} {07733.s1} -> {07733.p1|07734.p0} {07733.s2} 
+tr {07733.t2} {07733.s2} -> {07733.s1} 
+tr {07734.t1} {07733.p1|07734.p0} {07734.s1} -> {07734.p1|07735.p0} {07734.s2} 
+tr {07734.t2} {07734.s2} -> {07734.s1} 
+tr {07735.t1} {07734.p1|07735.p0} {07735.s1} -> {07735.p1|07736.p0} {07735.s2} 
+tr {07735.t2} {07735.s2} -> {07735.s1} 
+tr {07736.t1} {07735.p1|07736.p0} {07736.s1} -> {07736.p1|07737.p0} {07736.s2} 
+tr {07736.t2} {07736.s2} -> {07736.s1} 
+tr {07737.t1} {07736.p1|07737.p0} {07737.s1} -> {07737.p1|07738.p0} {07737.s2} 
+tr {07737.t2} {07737.s2} -> {07737.s1} 
+tr {07738.t1} {07737.p1|07738.p0} {07738.s1} -> {07738.p1|07739.p0} {07738.s2} 
+tr {07738.t2} {07738.s2} -> {07738.s1} 
+tr {07739.t1} {07738.p1|07739.p0} {07739.s1} -> {07739.p1|07740.p0} {07739.s2} 
+tr {07739.t2} {07739.s2} -> {07739.s1} 
+tr {07740.t1} {07739.p1|07740.p0} {07740.s1} -> {07740.p1|07741.p0} {07740.s2} 
+tr {07740.t2} {07740.s2} -> {07740.s1} 
+tr {07741.t1} {07740.p1|07741.p0} {07741.s1} -> {07741.p1|07742.p0} {07741.s2} 
+tr {07741.t2} {07741.s2} -> {07741.s1} 
+tr {07742.t1} {07741.p1|07742.p0} {07742.s1} -> {07742.p1|07743.p0} {07742.s2} 
+tr {07742.t2} {07742.s2} -> {07742.s1} 
+tr {07743.t1} {07742.p1|07743.p0} {07743.s1} -> {07743.p1|07744.p0} {07743.s2} 
+tr {07743.t2} {07743.s2} -> {07743.s1} 
+tr {07744.t1} {07743.p1|07744.p0} {07744.s1} -> {07744.p1|07745.p0} {07744.s2} 
+tr {07744.t2} {07744.s2} -> {07744.s1} 
+tr {07745.t1} {07744.p1|07745.p0} {07745.s1} -> {07745.p1|07746.p0} {07745.s2} 
+tr {07745.t2} {07745.s2} -> {07745.s1} 
+tr {07746.t1} {07745.p1|07746.p0} {07746.s1} -> {07746.p1|07747.p0} {07746.s2} 
+tr {07746.t2} {07746.s2} -> {07746.s1} 
+tr {07747.t1} {07746.p1|07747.p0} {07747.s1} -> {07747.p1|07748.p0} {07747.s2} 
+tr {07747.t2} {07747.s2} -> {07747.s1} 
+tr {07748.t1} {07747.p1|07748.p0} {07748.s1} -> {07748.p1|07749.p0} {07748.s2} 
+tr {07748.t2} {07748.s2} -> {07748.s1} 
+tr {07749.t1} {07748.p1|07749.p0} {07749.s1} -> {07749.p1|07750.p0} {07749.s2} 
+tr {07749.t2} {07749.s2} -> {07749.s1} 
+tr {07750.t1} {07749.p1|07750.p0} {07750.s1} -> {07750.p1|07751.p0} {07750.s2} 
+tr {07750.t2} {07750.s2} -> {07750.s1} 
+tr {07751.t1} {07750.p1|07751.p0} {07751.s1} -> {07751.p1|07752.p0} {07751.s2} 
+tr {07751.t2} {07751.s2} -> {07751.s1} 
+tr {07752.t1} {07751.p1|07752.p0} {07752.s1} -> {07752.p1|07753.p0} {07752.s2} 
+tr {07752.t2} {07752.s2} -> {07752.s1} 
+tr {07753.t1} {07752.p1|07753.p0} {07753.s1} -> {07753.p1|07754.p0} {07753.s2} 
+tr {07753.t2} {07753.s2} -> {07753.s1} 
+tr {07754.t1} {07753.p1|07754.p0} {07754.s1} -> {07754.p1|07755.p0} {07754.s2} 
+tr {07754.t2} {07754.s2} -> {07754.s1} 
+tr {07755.t1} {07754.p1|07755.p0} {07755.s1} -> {07755.p1|07756.p0} {07755.s2} 
+tr {07755.t2} {07755.s2} -> {07755.s1} 
+tr {07756.t1} {07755.p1|07756.p0} {07756.s1} -> {07756.p1|07757.p0} {07756.s2} 
+tr {07756.t2} {07756.s2} -> {07756.s1} 
+tr {07757.t1} {07756.p1|07757.p0} {07757.s1} -> {07757.p1|07758.p0} {07757.s2} 
+tr {07757.t2} {07757.s2} -> {07757.s1} 
+tr {07758.t1} {07757.p1|07758.p0} {07758.s1} -> {07758.p1|07759.p0} {07758.s2} 
+tr {07758.t2} {07758.s2} -> {07758.s1} 
+tr {07759.t1} {07758.p1|07759.p0} {07759.s1} -> {07759.p1|07760.p0} {07759.s2} 
+tr {07759.t2} {07759.s2} -> {07759.s1} 
+tr {07760.t1} {07759.p1|07760.p0} {07760.s1} -> {07760.p1|07761.p0} {07760.s2} 
+tr {07760.t2} {07760.s2} -> {07760.s1} 
+tr {07761.t1} {07760.p1|07761.p0} {07761.s1} -> {07761.p1|07762.p0} {07761.s2} 
+tr {07761.t2} {07761.s2} -> {07761.s1} 
+tr {07762.t1} {07761.p1|07762.p0} {07762.s1} -> {07762.p1|07763.p0} {07762.s2} 
+tr {07762.t2} {07762.s2} -> {07762.s1} 
+tr {07763.t1} {07762.p1|07763.p0} {07763.s1} -> {07763.p1|07764.p0} {07763.s2} 
+tr {07763.t2} {07763.s2} -> {07763.s1} 
+tr {07764.t1} {07763.p1|07764.p0} {07764.s1} -> {07764.p1|07765.p0} {07764.s2} 
+tr {07764.t2} {07764.s2} -> {07764.s1} 
+tr {07765.t1} {07764.p1|07765.p0} {07765.s1} -> {07765.p1|07766.p0} {07765.s2} 
+tr {07765.t2} {07765.s2} -> {07765.s1} 
+tr {07766.t1} {07765.p1|07766.p0} {07766.s1} -> {07766.p1|07767.p0} {07766.s2} 
+tr {07766.t2} {07766.s2} -> {07766.s1} 
+tr {07767.t1} {07766.p1|07767.p0} {07767.s1} -> {07767.p1|07768.p0} {07767.s2} 
+tr {07767.t2} {07767.s2} -> {07767.s1} 
+tr {07768.t1} {07767.p1|07768.p0} {07768.s1} -> {07768.p1|07769.p0} {07768.s2} 
+tr {07768.t2} {07768.s2} -> {07768.s1} 
+tr {07769.t1} {07768.p1|07769.p0} {07769.s1} -> {07769.p1|07770.p0} {07769.s2} 
+tr {07769.t2} {07769.s2} -> {07769.s1} 
+tr {07770.t1} {07769.p1|07770.p0} {07770.s1} -> {07770.p1|07771.p0} {07770.s2} 
+tr {07770.t2} {07770.s2} -> {07770.s1} 
+tr {07771.t1} {07770.p1|07771.p0} {07771.s1} -> {07771.p1|07772.p0} {07771.s2} 
+tr {07771.t2} {07771.s2} -> {07771.s1} 
+tr {07772.t1} {07771.p1|07772.p0} {07772.s1} -> {07772.p1|07773.p0} {07772.s2} 
+tr {07772.t2} {07772.s2} -> {07772.s1} 
+tr {07773.t1} {07772.p1|07773.p0} {07773.s1} -> {07773.p1|07774.p0} {07773.s2} 
+tr {07773.t2} {07773.s2} -> {07773.s1} 
+tr {07774.t1} {07773.p1|07774.p0} {07774.s1} -> {07774.p1|07775.p0} {07774.s2} 
+tr {07774.t2} {07774.s2} -> {07774.s1} 
+tr {07775.t1} {07774.p1|07775.p0} {07775.s1} -> {07775.p1|07776.p0} {07775.s2} 
+tr {07775.t2} {07775.s2} -> {07775.s1} 
+tr {07776.t1} {07775.p1|07776.p0} {07776.s1} -> {07776.p1|07777.p0} {07776.s2} 
+tr {07776.t2} {07776.s2} -> {07776.s1} 
+tr {07777.t1} {07776.p1|07777.p0} {07777.s1} -> {07777.p1|07778.p0} {07777.s2} 
+tr {07777.t2} {07777.s2} -> {07777.s1} 
+tr {07778.t1} {07777.p1|07778.p0} {07778.s1} -> {07778.p1|07779.p0} {07778.s2} 
+tr {07778.t2} {07778.s2} -> {07778.s1} 
+tr {07779.t1} {07778.p1|07779.p0} {07779.s1} -> {07779.p1|07780.p0} {07779.s2} 
+tr {07779.t2} {07779.s2} -> {07779.s1} 
+tr {07780.t1} {07779.p1|07780.p0} {07780.s1} -> {07780.p1|07781.p0} {07780.s2} 
+tr {07780.t2} {07780.s2} -> {07780.s1} 
+tr {07781.t1} {07780.p1|07781.p0} {07781.s1} -> {07781.p1|07782.p0} {07781.s2} 
+tr {07781.t2} {07781.s2} -> {07781.s1} 
+tr {07782.t1} {07781.p1|07782.p0} {07782.s1} -> {07782.p1|07783.p0} {07782.s2} 
+tr {07782.t2} {07782.s2} -> {07782.s1} 
+tr {07783.t1} {07782.p1|07783.p0} {07783.s1} -> {07783.p1|07784.p0} {07783.s2} 
+tr {07783.t2} {07783.s2} -> {07783.s1} 
+tr {07784.t1} {07783.p1|07784.p0} {07784.s1} -> {07784.p1|07785.p0} {07784.s2} 
+tr {07784.t2} {07784.s2} -> {07784.s1} 
+tr {07785.t1} {07784.p1|07785.p0} {07785.s1} -> {07785.p1|07786.p0} {07785.s2} 
+tr {07785.t2} {07785.s2} -> {07785.s1} 
+tr {07786.t1} {07785.p1|07786.p0} {07786.s1} -> {07786.p1|07787.p0} {07786.s2} 
+tr {07786.t2} {07786.s2} -> {07786.s1} 
+tr {07787.t1} {07786.p1|07787.p0} {07787.s1} -> {07787.p1|07788.p0} {07787.s2} 
+tr {07787.t2} {07787.s2} -> {07787.s1} 
+tr {07788.t1} {07787.p1|07788.p0} {07788.s1} -> {07788.p1|07789.p0} {07788.s2} 
+tr {07788.t2} {07788.s2} -> {07788.s1} 
+tr {07789.t1} {07788.p1|07789.p0} {07789.s1} -> {07789.p1|07790.p0} {07789.s2} 
+tr {07789.t2} {07789.s2} -> {07789.s1} 
+tr {07790.t1} {07789.p1|07790.p0} {07790.s1} -> {07790.p1|07791.p0} {07790.s2} 
+tr {07790.t2} {07790.s2} -> {07790.s1} 
+tr {07791.t1} {07790.p1|07791.p0} {07791.s1} -> {07791.p1|07792.p0} {07791.s2} 
+tr {07791.t2} {07791.s2} -> {07791.s1} 
+tr {07792.t1} {07791.p1|07792.p0} {07792.s1} -> {07792.p1|07793.p0} {07792.s2} 
+tr {07792.t2} {07792.s2} -> {07792.s1} 
+tr {07793.t1} {07792.p1|07793.p0} {07793.s1} -> {07793.p1|07794.p0} {07793.s2} 
+tr {07793.t2} {07793.s2} -> {07793.s1} 
+tr {07794.t1} {07793.p1|07794.p0} {07794.s1} -> {07794.p1|07795.p0} {07794.s2} 
+tr {07794.t2} {07794.s2} -> {07794.s1} 
+tr {07795.t1} {07794.p1|07795.p0} {07795.s1} -> {07795.p1|07796.p0} {07795.s2} 
+tr {07795.t2} {07795.s2} -> {07795.s1} 
+tr {07796.t1} {07795.p1|07796.p0} {07796.s1} -> {07796.p1|07797.p0} {07796.s2} 
+tr {07796.t2} {07796.s2} -> {07796.s1} 
+tr {07797.t1} {07796.p1|07797.p0} {07797.s1} -> {07797.p1|07798.p0} {07797.s2} 
+tr {07797.t2} {07797.s2} -> {07797.s1} 
+tr {07798.t1} {07797.p1|07798.p0} {07798.s1} -> {07798.p1|07799.p0} {07798.s2} 
+tr {07798.t2} {07798.s2} -> {07798.s1} 
+tr {07799.t1} {07798.p1|07799.p0} {07799.s1} -> {07799.p1|07800.p0} {07799.s2} 
+tr {07799.t2} {07799.s2} -> {07799.s1} 
+tr {07800.t1} {07799.p1|07800.p0} {07800.s1} -> {07800.p1|07801.p0} {07800.s2} 
+tr {07800.t2} {07800.s2} -> {07800.s1} 
+tr {07801.t1} {07800.p1|07801.p0} {07801.s1} -> {07801.p1|07802.p0} {07801.s2} 
+tr {07801.t2} {07801.s2} -> {07801.s1} 
+tr {07802.t1} {07801.p1|07802.p0} {07802.s1} -> {07802.p1|07803.p0} {07802.s2} 
+tr {07802.t2} {07802.s2} -> {07802.s1} 
+tr {07803.t1} {07802.p1|07803.p0} {07803.s1} -> {07803.p1|07804.p0} {07803.s2} 
+tr {07803.t2} {07803.s2} -> {07803.s1} 
+tr {07804.t1} {07803.p1|07804.p0} {07804.s1} -> {07804.p1|07805.p0} {07804.s2} 
+tr {07804.t2} {07804.s2} -> {07804.s1} 
+tr {07805.t1} {07804.p1|07805.p0} {07805.s1} -> {07805.p1|07806.p0} {07805.s2} 
+tr {07805.t2} {07805.s2} -> {07805.s1} 
+tr {07806.t1} {07805.p1|07806.p0} {07806.s1} -> {07806.p1|07807.p0} {07806.s2} 
+tr {07806.t2} {07806.s2} -> {07806.s1} 
+tr {07807.t1} {07806.p1|07807.p0} {07807.s1} -> {07807.p1|07808.p0} {07807.s2} 
+tr {07807.t2} {07807.s2} -> {07807.s1} 
+tr {07808.t1} {07807.p1|07808.p0} {07808.s1} -> {07808.p1|07809.p0} {07808.s2} 
+tr {07808.t2} {07808.s2} -> {07808.s1} 
+tr {07809.t1} {07808.p1|07809.p0} {07809.s1} -> {07809.p1|07810.p0} {07809.s2} 
+tr {07809.t2} {07809.s2} -> {07809.s1} 
+tr {07810.t1} {07809.p1|07810.p0} {07810.s1} -> {07810.p1|07811.p0} {07810.s2} 
+tr {07810.t2} {07810.s2} -> {07810.s1} 
+tr {07811.t1} {07810.p1|07811.p0} {07811.s1} -> {07811.p1|07812.p0} {07811.s2} 
+tr {07811.t2} {07811.s2} -> {07811.s1} 
+tr {07812.t1} {07811.p1|07812.p0} {07812.s1} -> {07812.p1|07813.p0} {07812.s2} 
+tr {07812.t2} {07812.s2} -> {07812.s1} 
+tr {07813.t1} {07812.p1|07813.p0} {07813.s1} -> {07813.p1|07814.p0} {07813.s2} 
+tr {07813.t2} {07813.s2} -> {07813.s1} 
+tr {07814.t1} {07813.p1|07814.p0} {07814.s1} -> {07814.p1|07815.p0} {07814.s2} 
+tr {07814.t2} {07814.s2} -> {07814.s1} 
+tr {07815.t1} {07814.p1|07815.p0} {07815.s1} -> {07815.p1|07816.p0} {07815.s2} 
+tr {07815.t2} {07815.s2} -> {07815.s1} 
+tr {07816.t1} {07815.p1|07816.p0} {07816.s1} -> {07816.p1|07817.p0} {07816.s2} 
+tr {07816.t2} {07816.s2} -> {07816.s1} 
+tr {07817.t1} {07816.p1|07817.p0} {07817.s1} -> {07817.p1|07818.p0} {07817.s2} 
+tr {07817.t2} {07817.s2} -> {07817.s1} 
+tr {07818.t1} {07817.p1|07818.p0} {07818.s1} -> {07818.p1|07819.p0} {07818.s2} 
+tr {07818.t2} {07818.s2} -> {07818.s1} 
+tr {07819.t1} {07818.p1|07819.p0} {07819.s1} -> {07819.p1|07820.p0} {07819.s2} 
+tr {07819.t2} {07819.s2} -> {07819.s1} 
+tr {07820.t1} {07819.p1|07820.p0} {07820.s1} -> {07820.p1|07821.p0} {07820.s2} 
+tr {07820.t2} {07820.s2} -> {07820.s1} 
+tr {07821.t1} {07820.p1|07821.p0} {07821.s1} -> {07821.p1|07822.p0} {07821.s2} 
+tr {07821.t2} {07821.s2} -> {07821.s1} 
+tr {07822.t1} {07821.p1|07822.p0} {07822.s1} -> {07822.p1|07823.p0} {07822.s2} 
+tr {07822.t2} {07822.s2} -> {07822.s1} 
+tr {07823.t1} {07822.p1|07823.p0} {07823.s1} -> {07823.p1|07824.p0} {07823.s2} 
+tr {07823.t2} {07823.s2} -> {07823.s1} 
+tr {07824.t1} {07823.p1|07824.p0} {07824.s1} -> {07824.p1|07825.p0} {07824.s2} 
+tr {07824.t2} {07824.s2} -> {07824.s1} 
+tr {07825.t1} {07824.p1|07825.p0} {07825.s1} -> {07825.p1|07826.p0} {07825.s2} 
+tr {07825.t2} {07825.s2} -> {07825.s1} 
+tr {07826.t1} {07825.p1|07826.p0} {07826.s1} -> {07826.p1|07827.p0} {07826.s2} 
+tr {07826.t2} {07826.s2} -> {07826.s1} 
+tr {07827.t1} {07826.p1|07827.p0} {07827.s1} -> {07827.p1|07828.p0} {07827.s2} 
+tr {07827.t2} {07827.s2} -> {07827.s1} 
+tr {07828.t1} {07827.p1|07828.p0} {07828.s1} -> {07828.p1|07829.p0} {07828.s2} 
+tr {07828.t2} {07828.s2} -> {07828.s1} 
+tr {07829.t1} {07828.p1|07829.p0} {07829.s1} -> {07829.p1|07830.p0} {07829.s2} 
+tr {07829.t2} {07829.s2} -> {07829.s1} 
+tr {07830.t1} {07829.p1|07830.p0} {07830.s1} -> {07830.p1|07831.p0} {07830.s2} 
+tr {07830.t2} {07830.s2} -> {07830.s1} 
+tr {07831.t1} {07830.p1|07831.p0} {07831.s1} -> {07831.p1|07832.p0} {07831.s2} 
+tr {07831.t2} {07831.s2} -> {07831.s1} 
+tr {07832.t1} {07831.p1|07832.p0} {07832.s1} -> {07832.p1|07833.p0} {07832.s2} 
+tr {07832.t2} {07832.s2} -> {07832.s1} 
+tr {07833.t1} {07832.p1|07833.p0} {07833.s1} -> {07833.p1|07834.p0} {07833.s2} 
+tr {07833.t2} {07833.s2} -> {07833.s1} 
+tr {07834.t1} {07833.p1|07834.p0} {07834.s1} -> {07834.p1|07835.p0} {07834.s2} 
+tr {07834.t2} {07834.s2} -> {07834.s1} 
+tr {07835.t1} {07834.p1|07835.p0} {07835.s1} -> {07835.p1|07836.p0} {07835.s2} 
+tr {07835.t2} {07835.s2} -> {07835.s1} 
+tr {07836.t1} {07835.p1|07836.p0} {07836.s1} -> {07836.p1|07837.p0} {07836.s2} 
+tr {07836.t2} {07836.s2} -> {07836.s1} 
+tr {07837.t1} {07836.p1|07837.p0} {07837.s1} -> {07837.p1|07838.p0} {07837.s2} 
+tr {07837.t2} {07837.s2} -> {07837.s1} 
+tr {07838.t1} {07837.p1|07838.p0} {07838.s1} -> {07838.p1|07839.p0} {07838.s2} 
+tr {07838.t2} {07838.s2} -> {07838.s1} 
+tr {07839.t1} {07838.p1|07839.p0} {07839.s1} -> {07839.p1|07840.p0} {07839.s2} 
+tr {07839.t2} {07839.s2} -> {07839.s1} 
+tr {07840.t1} {07839.p1|07840.p0} {07840.s1} -> {07840.p1|07841.p0} {07840.s2} 
+tr {07840.t2} {07840.s2} -> {07840.s1} 
+tr {07841.t1} {07840.p1|07841.p0} {07841.s1} -> {07841.p1|07842.p0} {07841.s2} 
+tr {07841.t2} {07841.s2} -> {07841.s1} 
+tr {07842.t1} {07841.p1|07842.p0} {07842.s1} -> {07842.p1|07843.p0} {07842.s2} 
+tr {07842.t2} {07842.s2} -> {07842.s1} 
+tr {07843.t1} {07842.p1|07843.p0} {07843.s1} -> {07843.p1|07844.p0} {07843.s2} 
+tr {07843.t2} {07843.s2} -> {07843.s1} 
+tr {07844.t1} {07843.p1|07844.p0} {07844.s1} -> {07844.p1|07845.p0} {07844.s2} 
+tr {07844.t2} {07844.s2} -> {07844.s1} 
+tr {07845.t1} {07844.p1|07845.p0} {07845.s1} -> {07845.p1|07846.p0} {07845.s2} 
+tr {07845.t2} {07845.s2} -> {07845.s1} 
+tr {07846.t1} {07845.p1|07846.p0} {07846.s1} -> {07846.p1|07847.p0} {07846.s2} 
+tr {07846.t2} {07846.s2} -> {07846.s1} 
+tr {07847.t1} {07846.p1|07847.p0} {07847.s1} -> {07847.p1|07848.p0} {07847.s2} 
+tr {07847.t2} {07847.s2} -> {07847.s1} 
+tr {07848.t1} {07847.p1|07848.p0} {07848.s1} -> {07848.p1|07849.p0} {07848.s2} 
+tr {07848.t2} {07848.s2} -> {07848.s1} 
+tr {07849.t1} {07848.p1|07849.p0} {07849.s1} -> {07849.p1|07850.p0} {07849.s2} 
+tr {07849.t2} {07849.s2} -> {07849.s1} 
+tr {07850.t1} {07849.p1|07850.p0} {07850.s1} -> {07850.p1|07851.p0} {07850.s2} 
+tr {07850.t2} {07850.s2} -> {07850.s1} 
+tr {07851.t1} {07850.p1|07851.p0} {07851.s1} -> {07851.p1|07852.p0} {07851.s2} 
+tr {07851.t2} {07851.s2} -> {07851.s1} 
+tr {07852.t1} {07851.p1|07852.p0} {07852.s1} -> {07852.p1|07853.p0} {07852.s2} 
+tr {07852.t2} {07852.s2} -> {07852.s1} 
+tr {07853.t1} {07852.p1|07853.p0} {07853.s1} -> {07853.p1|07854.p0} {07853.s2} 
+tr {07853.t2} {07853.s2} -> {07853.s1} 
+tr {07854.t1} {07853.p1|07854.p0} {07854.s1} -> {07854.p1|07855.p0} {07854.s2} 
+tr {07854.t2} {07854.s2} -> {07854.s1} 
+tr {07855.t1} {07854.p1|07855.p0} {07855.s1} -> {07855.p1|07856.p0} {07855.s2} 
+tr {07855.t2} {07855.s2} -> {07855.s1} 
+tr {07856.t1} {07855.p1|07856.p0} {07856.s1} -> {07856.p1|07857.p0} {07856.s2} 
+tr {07856.t2} {07856.s2} -> {07856.s1} 
+tr {07857.t1} {07856.p1|07857.p0} {07857.s1} -> {07857.p1|07858.p0} {07857.s2} 
+tr {07857.t2} {07857.s2} -> {07857.s1} 
+tr {07858.t1} {07857.p1|07858.p0} {07858.s1} -> {07858.p1|07859.p0} {07858.s2} 
+tr {07858.t2} {07858.s2} -> {07858.s1} 
+tr {07859.t1} {07858.p1|07859.p0} {07859.s1} -> {07859.p1|07860.p0} {07859.s2} 
+tr {07859.t2} {07859.s2} -> {07859.s1} 
+tr {07860.t1} {07859.p1|07860.p0} {07860.s1} -> {07860.p1|07861.p0} {07860.s2} 
+tr {07860.t2} {07860.s2} -> {07860.s1} 
+tr {07861.t1} {07860.p1|07861.p0} {07861.s1} -> {07861.p1|07862.p0} {07861.s2} 
+tr {07861.t2} {07861.s2} -> {07861.s1} 
+tr {07862.t1} {07861.p1|07862.p0} {07862.s1} -> {07862.p1|07863.p0} {07862.s2} 
+tr {07862.t2} {07862.s2} -> {07862.s1} 
+tr {07863.t1} {07862.p1|07863.p0} {07863.s1} -> {07863.p1|07864.p0} {07863.s2} 
+tr {07863.t2} {07863.s2} -> {07863.s1} 
+tr {07864.t1} {07863.p1|07864.p0} {07864.s1} -> {07864.p1|07865.p0} {07864.s2} 
+tr {07864.t2} {07864.s2} -> {07864.s1} 
+tr {07865.t1} {07864.p1|07865.p0} {07865.s1} -> {07865.p1|07866.p0} {07865.s2} 
+tr {07865.t2} {07865.s2} -> {07865.s1} 
+tr {07866.t1} {07865.p1|07866.p0} {07866.s1} -> {07866.p1|07867.p0} {07866.s2} 
+tr {07866.t2} {07866.s2} -> {07866.s1} 
+tr {07867.t1} {07866.p1|07867.p0} {07867.s1} -> {07867.p1|07868.p0} {07867.s2} 
+tr {07867.t2} {07867.s2} -> {07867.s1} 
+tr {07868.t1} {07867.p1|07868.p0} {07868.s1} -> {07868.p1|07869.p0} {07868.s2} 
+tr {07868.t2} {07868.s2} -> {07868.s1} 
+tr {07869.t1} {07868.p1|07869.p0} {07869.s1} -> {07869.p1|07870.p0} {07869.s2} 
+tr {07869.t2} {07869.s2} -> {07869.s1} 
+tr {07870.t1} {07869.p1|07870.p0} {07870.s1} -> {07870.p1|07871.p0} {07870.s2} 
+tr {07870.t2} {07870.s2} -> {07870.s1} 
+tr {07871.t1} {07870.p1|07871.p0} {07871.s1} -> {07871.p1|07872.p0} {07871.s2} 
+tr {07871.t2} {07871.s2} -> {07871.s1} 
+tr {07872.t1} {07871.p1|07872.p0} {07872.s1} -> {07872.p1|07873.p0} {07872.s2} 
+tr {07872.t2} {07872.s2} -> {07872.s1} 
+tr {07873.t1} {07872.p1|07873.p0} {07873.s1} -> {07873.p1|07874.p0} {07873.s2} 
+tr {07873.t2} {07873.s2} -> {07873.s1} 
+tr {07874.t1} {07873.p1|07874.p0} {07874.s1} -> {07874.p1|07875.p0} {07874.s2} 
+tr {07874.t2} {07874.s2} -> {07874.s1} 
+tr {07875.t1} {07874.p1|07875.p0} {07875.s1} -> {07875.p1|07876.p0} {07875.s2} 
+tr {07875.t2} {07875.s2} -> {07875.s1} 
+tr {07876.t1} {07875.p1|07876.p0} {07876.s1} -> {07876.p1|07877.p0} {07876.s2} 
+tr {07876.t2} {07876.s2} -> {07876.s1} 
+tr {07877.t1} {07876.p1|07877.p0} {07877.s1} -> {07877.p1|07878.p0} {07877.s2} 
+tr {07877.t2} {07877.s2} -> {07877.s1} 
+tr {07878.t1} {07877.p1|07878.p0} {07878.s1} -> {07878.p1|07879.p0} {07878.s2} 
+tr {07878.t2} {07878.s2} -> {07878.s1} 
+tr {07879.t1} {07878.p1|07879.p0} {07879.s1} -> {07879.p1|07880.p0} {07879.s2} 
+tr {07879.t2} {07879.s2} -> {07879.s1} 
+tr {07880.t1} {07879.p1|07880.p0} {07880.s1} -> {07880.p1|07881.p0} {07880.s2} 
+tr {07880.t2} {07880.s2} -> {07880.s1} 
+tr {07881.t1} {07880.p1|07881.p0} {07881.s1} -> {07881.p1|07882.p0} {07881.s2} 
+tr {07881.t2} {07881.s2} -> {07881.s1} 
+tr {07882.t1} {07881.p1|07882.p0} {07882.s1} -> {07882.p1|07883.p0} {07882.s2} 
+tr {07882.t2} {07882.s2} -> {07882.s1} 
+tr {07883.t1} {07882.p1|07883.p0} {07883.s1} -> {07883.p1|07884.p0} {07883.s2} 
+tr {07883.t2} {07883.s2} -> {07883.s1} 
+tr {07884.t1} {07883.p1|07884.p0} {07884.s1} -> {07884.p1|07885.p0} {07884.s2} 
+tr {07884.t2} {07884.s2} -> {07884.s1} 
+tr {07885.t1} {07884.p1|07885.p0} {07885.s1} -> {07885.p1|07886.p0} {07885.s2} 
+tr {07885.t2} {07885.s2} -> {07885.s1} 
+tr {07886.t1} {07885.p1|07886.p0} {07886.s1} -> {07886.p1|07887.p0} {07886.s2} 
+tr {07886.t2} {07886.s2} -> {07886.s1} 
+tr {07887.t1} {07886.p1|07887.p0} {07887.s1} -> {07887.p1|07888.p0} {07887.s2} 
+tr {07887.t2} {07887.s2} -> {07887.s1} 
+tr {07888.t1} {07887.p1|07888.p0} {07888.s1} -> {07888.p1|07889.p0} {07888.s2} 
+tr {07888.t2} {07888.s2} -> {07888.s1} 
+tr {07889.t1} {07888.p1|07889.p0} {07889.s1} -> {07889.p1|07890.p0} {07889.s2} 
+tr {07889.t2} {07889.s2} -> {07889.s1} 
+tr {07890.t1} {07889.p1|07890.p0} {07890.s1} -> {07890.p1|07891.p0} {07890.s2} 
+tr {07890.t2} {07890.s2} -> {07890.s1} 
+tr {07891.t1} {07890.p1|07891.p0} {07891.s1} -> {07891.p1|07892.p0} {07891.s2} 
+tr {07891.t2} {07891.s2} -> {07891.s1} 
+tr {07892.t1} {07891.p1|07892.p0} {07892.s1} -> {07892.p1|07893.p0} {07892.s2} 
+tr {07892.t2} {07892.s2} -> {07892.s1} 
+tr {07893.t1} {07892.p1|07893.p0} {07893.s1} -> {07893.p1|07894.p0} {07893.s2} 
+tr {07893.t2} {07893.s2} -> {07893.s1} 
+tr {07894.t1} {07893.p1|07894.p0} {07894.s1} -> {07894.p1|07895.p0} {07894.s2} 
+tr {07894.t2} {07894.s2} -> {07894.s1} 
+tr {07895.t1} {07894.p1|07895.p0} {07895.s1} -> {07895.p1|07896.p0} {07895.s2} 
+tr {07895.t2} {07895.s2} -> {07895.s1} 
+tr {07896.t1} {07895.p1|07896.p0} {07896.s1} -> {07896.p1|07897.p0} {07896.s2} 
+tr {07896.t2} {07896.s2} -> {07896.s1} 
+tr {07897.t1} {07896.p1|07897.p0} {07897.s1} -> {07897.p1|07898.p0} {07897.s2} 
+tr {07897.t2} {07897.s2} -> {07897.s1} 
+tr {07898.t1} {07897.p1|07898.p0} {07898.s1} -> {07898.p1|07899.p0} {07898.s2} 
+tr {07898.t2} {07898.s2} -> {07898.s1} 
+tr {07899.t1} {07898.p1|07899.p0} {07899.s1} -> {07899.p1|07900.p0} {07899.s2} 
+tr {07899.t2} {07899.s2} -> {07899.s1} 
+tr {07900.t1} {07899.p1|07900.p0} {07900.s1} -> {07900.p1|07901.p0} {07900.s2} 
+tr {07900.t2} {07900.s2} -> {07900.s1} 
+tr {07901.t1} {07900.p1|07901.p0} {07901.s1} -> {07901.p1|07902.p0} {07901.s2} 
+tr {07901.t2} {07901.s2} -> {07901.s1} 
+tr {07902.t1} {07901.p1|07902.p0} {07902.s1} -> {07902.p1|07903.p0} {07902.s2} 
+tr {07902.t2} {07902.s2} -> {07902.s1} 
+tr {07903.t1} {07902.p1|07903.p0} {07903.s1} -> {07903.p1|07904.p0} {07903.s2} 
+tr {07903.t2} {07903.s2} -> {07903.s1} 
+tr {07904.t1} {07903.p1|07904.p0} {07904.s1} -> {07904.p1|07905.p0} {07904.s2} 
+tr {07904.t2} {07904.s2} -> {07904.s1} 
+tr {07905.t1} {07904.p1|07905.p0} {07905.s1} -> {07905.p1|07906.p0} {07905.s2} 
+tr {07905.t2} {07905.s2} -> {07905.s1} 
+tr {07906.t1} {07905.p1|07906.p0} {07906.s1} -> {07906.p1|07907.p0} {07906.s2} 
+tr {07906.t2} {07906.s2} -> {07906.s1} 
+tr {07907.t1} {07906.p1|07907.p0} {07907.s1} -> {07907.p1|07908.p0} {07907.s2} 
+tr {07907.t2} {07907.s2} -> {07907.s1} 
+tr {07908.t1} {07907.p1|07908.p0} {07908.s1} -> {07908.p1|07909.p0} {07908.s2} 
+tr {07908.t2} {07908.s2} -> {07908.s1} 
+tr {07909.t1} {07908.p1|07909.p0} {07909.s1} -> {07909.p1|07910.p0} {07909.s2} 
+tr {07909.t2} {07909.s2} -> {07909.s1} 
+tr {07910.t1} {07909.p1|07910.p0} {07910.s1} -> {07910.p1|07911.p0} {07910.s2} 
+tr {07910.t2} {07910.s2} -> {07910.s1} 
+tr {07911.t1} {07910.p1|07911.p0} {07911.s1} -> {07911.p1|07912.p0} {07911.s2} 
+tr {07911.t2} {07911.s2} -> {07911.s1} 
+tr {07912.t1} {07911.p1|07912.p0} {07912.s1} -> {07912.p1|07913.p0} {07912.s2} 
+tr {07912.t2} {07912.s2} -> {07912.s1} 
+tr {07913.t1} {07912.p1|07913.p0} {07913.s1} -> {07913.p1|07914.p0} {07913.s2} 
+tr {07913.t2} {07913.s2} -> {07913.s1} 
+tr {07914.t1} {07913.p1|07914.p0} {07914.s1} -> {07914.p1|07915.p0} {07914.s2} 
+tr {07914.t2} {07914.s2} -> {07914.s1} 
+tr {07915.t1} {07914.p1|07915.p0} {07915.s1} -> {07915.p1|07916.p0} {07915.s2} 
+tr {07915.t2} {07915.s2} -> {07915.s1} 
+tr {07916.t1} {07915.p1|07916.p0} {07916.s1} -> {07916.p1|07917.p0} {07916.s2} 
+tr {07916.t2} {07916.s2} -> {07916.s1} 
+tr {07917.t1} {07916.p1|07917.p0} {07917.s1} -> {07917.p1|07918.p0} {07917.s2} 
+tr {07917.t2} {07917.s2} -> {07917.s1} 
+tr {07918.t1} {07917.p1|07918.p0} {07918.s1} -> {07918.p1|07919.p0} {07918.s2} 
+tr {07918.t2} {07918.s2} -> {07918.s1} 
+tr {07919.t1} {07918.p1|07919.p0} {07919.s1} -> {07919.p1|07920.p0} {07919.s2} 
+tr {07919.t2} {07919.s2} -> {07919.s1} 
+tr {07920.t1} {07919.p1|07920.p0} {07920.s1} -> {07920.p1|07921.p0} {07920.s2} 
+tr {07920.t2} {07920.s2} -> {07920.s1} 
+tr {07921.t1} {07920.p1|07921.p0} {07921.s1} -> {07921.p1|07922.p0} {07921.s2} 
+tr {07921.t2} {07921.s2} -> {07921.s1} 
+tr {07922.t1} {07921.p1|07922.p0} {07922.s1} -> {07922.p1|07923.p0} {07922.s2} 
+tr {07922.t2} {07922.s2} -> {07922.s1} 
+tr {07923.t1} {07922.p1|07923.p0} {07923.s1} -> {07923.p1|07924.p0} {07923.s2} 
+tr {07923.t2} {07923.s2} -> {07923.s1} 
+tr {07924.t1} {07923.p1|07924.p0} {07924.s1} -> {07924.p1|07925.p0} {07924.s2} 
+tr {07924.t2} {07924.s2} -> {07924.s1} 
+tr {07925.t1} {07924.p1|07925.p0} {07925.s1} -> {07925.p1|07926.p0} {07925.s2} 
+tr {07925.t2} {07925.s2} -> {07925.s1} 
+tr {07926.t1} {07925.p1|07926.p0} {07926.s1} -> {07926.p1|07927.p0} {07926.s2} 
+tr {07926.t2} {07926.s2} -> {07926.s1} 
+tr {07927.t1} {07926.p1|07927.p0} {07927.s1} -> {07927.p1|07928.p0} {07927.s2} 
+tr {07927.t2} {07927.s2} -> {07927.s1} 
+tr {07928.t1} {07927.p1|07928.p0} {07928.s1} -> {07928.p1|07929.p0} {07928.s2} 
+tr {07928.t2} {07928.s2} -> {07928.s1} 
+tr {07929.t1} {07928.p1|07929.p0} {07929.s1} -> {07929.p1|07930.p0} {07929.s2} 
+tr {07929.t2} {07929.s2} -> {07929.s1} 
+tr {07930.t1} {07929.p1|07930.p0} {07930.s1} -> {07930.p1|07931.p0} {07930.s2} 
+tr {07930.t2} {07930.s2} -> {07930.s1} 
+tr {07931.t1} {07930.p1|07931.p0} {07931.s1} -> {07931.p1|07932.p0} {07931.s2} 
+tr {07931.t2} {07931.s2} -> {07931.s1} 
+tr {07932.t1} {07931.p1|07932.p0} {07932.s1} -> {07932.p1|07933.p0} {07932.s2} 
+tr {07932.t2} {07932.s2} -> {07932.s1} 
+tr {07933.t1} {07932.p1|07933.p0} {07933.s1} -> {07933.p1|07934.p0} {07933.s2} 
+tr {07933.t2} {07933.s2} -> {07933.s1} 
+tr {07934.t1} {07933.p1|07934.p0} {07934.s1} -> {07934.p1|07935.p0} {07934.s2} 
+tr {07934.t2} {07934.s2} -> {07934.s1} 
+tr {07935.t1} {07934.p1|07935.p0} {07935.s1} -> {07935.p1|07936.p0} {07935.s2} 
+tr {07935.t2} {07935.s2} -> {07935.s1} 
+tr {07936.t1} {07935.p1|07936.p0} {07936.s1} -> {07936.p1|07937.p0} {07936.s2} 
+tr {07936.t2} {07936.s2} -> {07936.s1} 
+tr {07937.t1} {07936.p1|07937.p0} {07937.s1} -> {07937.p1|07938.p0} {07937.s2} 
+tr {07937.t2} {07937.s2} -> {07937.s1} 
+tr {07938.t1} {07937.p1|07938.p0} {07938.s1} -> {07938.p1|07939.p0} {07938.s2} 
+tr {07938.t2} {07938.s2} -> {07938.s1} 
+tr {07939.t1} {07938.p1|07939.p0} {07939.s1} -> {07939.p1|07940.p0} {07939.s2} 
+tr {07939.t2} {07939.s2} -> {07939.s1} 
+tr {07940.t1} {07939.p1|07940.p0} {07940.s1} -> {07940.p1|07941.p0} {07940.s2} 
+tr {07940.t2} {07940.s2} -> {07940.s1} 
+tr {07941.t1} {07940.p1|07941.p0} {07941.s1} -> {07941.p1|07942.p0} {07941.s2} 
+tr {07941.t2} {07941.s2} -> {07941.s1} 
+tr {07942.t1} {07941.p1|07942.p0} {07942.s1} -> {07942.p1|07943.p0} {07942.s2} 
+tr {07942.t2} {07942.s2} -> {07942.s1} 
+tr {07943.t1} {07942.p1|07943.p0} {07943.s1} -> {07943.p1|07944.p0} {07943.s2} 
+tr {07943.t2} {07943.s2} -> {07943.s1} 
+tr {07944.t1} {07943.p1|07944.p0} {07944.s1} -> {07944.p1|07945.p0} {07944.s2} 
+tr {07944.t2} {07944.s2} -> {07944.s1} 
+tr {07945.t1} {07944.p1|07945.p0} {07945.s1} -> {07945.p1|07946.p0} {07945.s2} 
+tr {07945.t2} {07945.s2} -> {07945.s1} 
+tr {07946.t1} {07945.p1|07946.p0} {07946.s1} -> {07946.p1|07947.p0} {07946.s2} 
+tr {07946.t2} {07946.s2} -> {07946.s1} 
+tr {07947.t1} {07946.p1|07947.p0} {07947.s1} -> {07947.p1|07948.p0} {07947.s2} 
+tr {07947.t2} {07947.s2} -> {07947.s1} 
+tr {07948.t1} {07947.p1|07948.p0} {07948.s1} -> {07948.p1|07949.p0} {07948.s2} 
+tr {07948.t2} {07948.s2} -> {07948.s1} 
+tr {07949.t1} {07948.p1|07949.p0} {07949.s1} -> {07949.p1|07950.p0} {07949.s2} 
+tr {07949.t2} {07949.s2} -> {07949.s1} 
+tr {07950.t1} {07949.p1|07950.p0} {07950.s1} -> {07950.p1|07951.p0} {07950.s2} 
+tr {07950.t2} {07950.s2} -> {07950.s1} 
+tr {07951.t1} {07950.p1|07951.p0} {07951.s1} -> {07951.p1|07952.p0} {07951.s2} 
+tr {07951.t2} {07951.s2} -> {07951.s1} 
+tr {07952.t1} {07951.p1|07952.p0} {07952.s1} -> {07952.p1|07953.p0} {07952.s2} 
+tr {07952.t2} {07952.s2} -> {07952.s1} 
+tr {07953.t1} {07952.p1|07953.p0} {07953.s1} -> {07953.p1|07954.p0} {07953.s2} 
+tr {07953.t2} {07953.s2} -> {07953.s1} 
+tr {07954.t1} {07953.p1|07954.p0} {07954.s1} -> {07954.p1|07955.p0} {07954.s2} 
+tr {07954.t2} {07954.s2} -> {07954.s1} 
+tr {07955.t1} {07954.p1|07955.p0} {07955.s1} -> {07955.p1|07956.p0} {07955.s2} 
+tr {07955.t2} {07955.s2} -> {07955.s1} 
+tr {07956.t1} {07955.p1|07956.p0} {07956.s1} -> {07956.p1|07957.p0} {07956.s2} 
+tr {07956.t2} {07956.s2} -> {07956.s1} 
+tr {07957.t1} {07956.p1|07957.p0} {07957.s1} -> {07957.p1|07958.p0} {07957.s2} 
+tr {07957.t2} {07957.s2} -> {07957.s1} 
+tr {07958.t1} {07957.p1|07958.p0} {07958.s1} -> {07958.p1|07959.p0} {07958.s2} 
+tr {07958.t2} {07958.s2} -> {07958.s1} 
+tr {07959.t1} {07958.p1|07959.p0} {07959.s1} -> {07959.p1|07960.p0} {07959.s2} 
+tr {07959.t2} {07959.s2} -> {07959.s1} 
+tr {07960.t1} {07959.p1|07960.p0} {07960.s1} -> {07960.p1|07961.p0} {07960.s2} 
+tr {07960.t2} {07960.s2} -> {07960.s1} 
+tr {07961.t1} {07960.p1|07961.p0} {07961.s1} -> {07961.p1|07962.p0} {07961.s2} 
+tr {07961.t2} {07961.s2} -> {07961.s1} 
+tr {07962.t1} {07961.p1|07962.p0} {07962.s1} -> {07962.p1|07963.p0} {07962.s2} 
+tr {07962.t2} {07962.s2} -> {07962.s1} 
+tr {07963.t1} {07962.p1|07963.p0} {07963.s1} -> {07963.p1|07964.p0} {07963.s2} 
+tr {07963.t2} {07963.s2} -> {07963.s1} 
+tr {07964.t1} {07963.p1|07964.p0} {07964.s1} -> {07964.p1|07965.p0} {07964.s2} 
+tr {07964.t2} {07964.s2} -> {07964.s1} 
+tr {07965.t1} {07964.p1|07965.p0} {07965.s1} -> {07965.p1|07966.p0} {07965.s2} 
+tr {07965.t2} {07965.s2} -> {07965.s1} 
+tr {07966.t1} {07965.p1|07966.p0} {07966.s1} -> {07966.p1|07967.p0} {07966.s2} 
+tr {07966.t2} {07966.s2} -> {07966.s1} 
+tr {07967.t1} {07966.p1|07967.p0} {07967.s1} -> {07967.p1|07968.p0} {07967.s2} 
+tr {07967.t2} {07967.s2} -> {07967.s1} 
+tr {07968.t1} {07967.p1|07968.p0} {07968.s1} -> {07968.p1|07969.p0} {07968.s2} 
+tr {07968.t2} {07968.s2} -> {07968.s1} 
+tr {07969.t1} {07968.p1|07969.p0} {07969.s1} -> {07969.p1|07970.p0} {07969.s2} 
+tr {07969.t2} {07969.s2} -> {07969.s1} 
+tr {07970.t1} {07969.p1|07970.p0} {07970.s1} -> {07970.p1|07971.p0} {07970.s2} 
+tr {07970.t2} {07970.s2} -> {07970.s1} 
+tr {07971.t1} {07970.p1|07971.p0} {07971.s1} -> {07971.p1|07972.p0} {07971.s2} 
+tr {07971.t2} {07971.s2} -> {07971.s1} 
+tr {07972.t1} {07971.p1|07972.p0} {07972.s1} -> {07972.p1|07973.p0} {07972.s2} 
+tr {07972.t2} {07972.s2} -> {07972.s1} 
+tr {07973.t1} {07972.p1|07973.p0} {07973.s1} -> {07973.p1|07974.p0} {07973.s2} 
+tr {07973.t2} {07973.s2} -> {07973.s1} 
+tr {07974.t1} {07973.p1|07974.p0} {07974.s1} -> {07974.p1|07975.p0} {07974.s2} 
+tr {07974.t2} {07974.s2} -> {07974.s1} 
+tr {07975.t1} {07974.p1|07975.p0} {07975.s1} -> {07975.p1|07976.p0} {07975.s2} 
+tr {07975.t2} {07975.s2} -> {07975.s1} 
+tr {07976.t1} {07975.p1|07976.p0} {07976.s1} -> {07976.p1|07977.p0} {07976.s2} 
+tr {07976.t2} {07976.s2} -> {07976.s1} 
+tr {07977.t1} {07976.p1|07977.p0} {07977.s1} -> {07977.p1|07978.p0} {07977.s2} 
+tr {07977.t2} {07977.s2} -> {07977.s1} 
+tr {07978.t1} {07977.p1|07978.p0} {07978.s1} -> {07978.p1|07979.p0} {07978.s2} 
+tr {07978.t2} {07978.s2} -> {07978.s1} 
+tr {07979.t1} {07978.p1|07979.p0} {07979.s1} -> {07979.p1|07980.p0} {07979.s2} 
+tr {07979.t2} {07979.s2} -> {07979.s1} 
+tr {07980.t1} {07979.p1|07980.p0} {07980.s1} -> {07980.p1|07981.p0} {07980.s2} 
+tr {07980.t2} {07980.s2} -> {07980.s1} 
+tr {07981.t1} {07980.p1|07981.p0} {07981.s1} -> {07981.p1|07982.p0} {07981.s2} 
+tr {07981.t2} {07981.s2} -> {07981.s1} 
+tr {07982.t1} {07981.p1|07982.p0} {07982.s1} -> {07982.p1|07983.p0} {07982.s2} 
+tr {07982.t2} {07982.s2} -> {07982.s1} 
+tr {07983.t1} {07982.p1|07983.p0} {07983.s1} -> {07983.p1|07984.p0} {07983.s2} 
+tr {07983.t2} {07983.s2} -> {07983.s1} 
+tr {07984.t1} {07983.p1|07984.p0} {07984.s1} -> {07984.p1|07985.p0} {07984.s2} 
+tr {07984.t2} {07984.s2} -> {07984.s1} 
+tr {07985.t1} {07984.p1|07985.p0} {07985.s1} -> {07985.p1|07986.p0} {07985.s2} 
+tr {07985.t2} {07985.s2} -> {07985.s1} 
+tr {07986.t1} {07985.p1|07986.p0} {07986.s1} -> {07986.p1|07987.p0} {07986.s2} 
+tr {07986.t2} {07986.s2} -> {07986.s1} 
+tr {07987.t1} {07986.p1|07987.p0} {07987.s1} -> {07987.p1|07988.p0} {07987.s2} 
+tr {07987.t2} {07987.s2} -> {07987.s1} 
+tr {07988.t1} {07987.p1|07988.p0} {07988.s1} -> {07988.p1|07989.p0} {07988.s2} 
+tr {07988.t2} {07988.s2} -> {07988.s1} 
+tr {07989.t1} {07988.p1|07989.p0} {07989.s1} -> {07989.p1|07990.p0} {07989.s2} 
+tr {07989.t2} {07989.s2} -> {07989.s1} 
+tr {07990.t1} {07989.p1|07990.p0} {07990.s1} -> {07990.p1|07991.p0} {07990.s2} 
+tr {07990.t2} {07990.s2} -> {07990.s1} 
+tr {07991.t1} {07990.p1|07991.p0} {07991.s1} -> {07991.p1|07992.p0} {07991.s2} 
+tr {07991.t2} {07991.s2} -> {07991.s1} 
+tr {07992.t1} {07991.p1|07992.p0} {07992.s1} -> {07992.p1|07993.p0} {07992.s2} 
+tr {07992.t2} {07992.s2} -> {07992.s1} 
+tr {07993.t1} {07992.p1|07993.p0} {07993.s1} -> {07993.p1|07994.p0} {07993.s2} 
+tr {07993.t2} {07993.s2} -> {07993.s1} 
+tr {07994.t1} {07993.p1|07994.p0} {07994.s1} -> {07994.p1|07995.p0} {07994.s2} 
+tr {07994.t2} {07994.s2} -> {07994.s1} 
+tr {07995.t1} {07994.p1|07995.p0} {07995.s1} -> {07995.p1|07996.p0} {07995.s2} 
+tr {07995.t2} {07995.s2} -> {07995.s1} 
+tr {07996.t1} {07995.p1|07996.p0} {07996.s1} -> {07996.p1|07997.p0} {07996.s2} 
+tr {07996.t2} {07996.s2} -> {07996.s1} 
+tr {07997.t1} {07996.p1|07997.p0} {07997.s1} -> {07997.p1|07998.p0} {07997.s2} 
+tr {07997.t2} {07997.s2} -> {07997.s1} 
+tr {07998.t1} {07997.p1|07998.p0} {07998.s1} -> {07998.p1|07999.p0} {07998.s2} 
+tr {07998.t2} {07998.s2} -> {07998.s1} 
+tr {07999.t1} {07998.p1|07999.p0} {07999.s1} -> {07999.p1|08000.p0} {07999.s2} 
+tr {07999.t2} {07999.s2} -> {07999.s1} 
+tr {08000.t1} {07999.p1|08000.p0} {08000.s1} -> {08000.p1|08001.p0} {08000.s2} 
+tr {08000.t2} {08000.s2} -> {08000.s1} 
+tr {08001.t1} {08000.p1|08001.p0} {08001.s1} -> {08001.p1|08002.p0} {08001.s2} 
+tr {08001.t2} {08001.s2} -> {08001.s1} 
+tr {08002.t1} {08001.p1|08002.p0} {08002.s1} -> {08002.p1|08003.p0} {08002.s2} 
+tr {08002.t2} {08002.s2} -> {08002.s1} 
+tr {08003.t1} {08002.p1|08003.p0} {08003.s1} -> {08003.p1|08004.p0} {08003.s2} 
+tr {08003.t2} {08003.s2} -> {08003.s1} 
+tr {08004.t1} {08003.p1|08004.p0} {08004.s1} -> {08004.p1|08005.p0} {08004.s2} 
+tr {08004.t2} {08004.s2} -> {08004.s1} 
+tr {08005.t1} {08004.p1|08005.p0} {08005.s1} -> {08005.p1|08006.p0} {08005.s2} 
+tr {08005.t2} {08005.s2} -> {08005.s1} 
+tr {08006.t1} {08005.p1|08006.p0} {08006.s1} -> {08006.p1|08007.p0} {08006.s2} 
+tr {08006.t2} {08006.s2} -> {08006.s1} 
+tr {08007.t1} {08006.p1|08007.p0} {08007.s1} -> {08007.p1|08008.p0} {08007.s2} 
+tr {08007.t2} {08007.s2} -> {08007.s1} 
+tr {08008.t1} {08007.p1|08008.p0} {08008.s1} -> {08008.p1|08009.p0} {08008.s2} 
+tr {08008.t2} {08008.s2} -> {08008.s1} 
+tr {08009.t1} {08008.p1|08009.p0} {08009.s1} -> {08009.p1|08010.p0} {08009.s2} 
+tr {08009.t2} {08009.s2} -> {08009.s1} 
+tr {08010.t1} {08009.p1|08010.p0} {08010.s1} -> {08010.p1|08011.p0} {08010.s2} 
+tr {08010.t2} {08010.s2} -> {08010.s1} 
+tr {08011.t1} {08010.p1|08011.p0} {08011.s1} -> {08011.p1|08012.p0} {08011.s2} 
+tr {08011.t2} {08011.s2} -> {08011.s1} 
+tr {08012.t1} {08011.p1|08012.p0} {08012.s1} -> {08012.p1|08013.p0} {08012.s2} 
+tr {08012.t2} {08012.s2} -> {08012.s1} 
+tr {08013.t1} {08012.p1|08013.p0} {08013.s1} -> {08013.p1|08014.p0} {08013.s2} 
+tr {08013.t2} {08013.s2} -> {08013.s1} 
+tr {08014.t1} {08013.p1|08014.p0} {08014.s1} -> {08014.p1|08015.p0} {08014.s2} 
+tr {08014.t2} {08014.s2} -> {08014.s1} 
+tr {08015.t1} {08014.p1|08015.p0} {08015.s1} -> {08015.p1|08016.p0} {08015.s2} 
+tr {08015.t2} {08015.s2} -> {08015.s1} 
+tr {08016.t1} {08015.p1|08016.p0} {08016.s1} -> {08016.p1|08017.p0} {08016.s2} 
+tr {08016.t2} {08016.s2} -> {08016.s1} 
+tr {08017.t1} {08016.p1|08017.p0} {08017.s1} -> {08017.p1|08018.p0} {08017.s2} 
+tr {08017.t2} {08017.s2} -> {08017.s1} 
+tr {08018.t1} {08017.p1|08018.p0} {08018.s1} -> {08018.p1|08019.p0} {08018.s2} 
+tr {08018.t2} {08018.s2} -> {08018.s1} 
+tr {08019.t1} {08018.p1|08019.p0} {08019.s1} -> {08019.p1|08020.p0} {08019.s2} 
+tr {08019.t2} {08019.s2} -> {08019.s1} 
+tr {08020.t1} {08019.p1|08020.p0} {08020.s1} -> {08020.p1|08021.p0} {08020.s2} 
+tr {08020.t2} {08020.s2} -> {08020.s1} 
+tr {08021.t1} {08020.p1|08021.p0} {08021.s1} -> {08021.p1|08022.p0} {08021.s2} 
+tr {08021.t2} {08021.s2} -> {08021.s1} 
+tr {08022.t1} {08021.p1|08022.p0} {08022.s1} -> {08022.p1|08023.p0} {08022.s2} 
+tr {08022.t2} {08022.s2} -> {08022.s1} 
+tr {08023.t1} {08022.p1|08023.p0} {08023.s1} -> {08023.p1|08024.p0} {08023.s2} 
+tr {08023.t2} {08023.s2} -> {08023.s1} 
+tr {08024.t1} {08023.p1|08024.p0} {08024.s1} -> {08024.p1|08025.p0} {08024.s2} 
+tr {08024.t2} {08024.s2} -> {08024.s1} 
+tr {08025.t1} {08024.p1|08025.p0} {08025.s1} -> {08025.p1|08026.p0} {08025.s2} 
+tr {08025.t2} {08025.s2} -> {08025.s1} 
+tr {08026.t1} {08025.p1|08026.p0} {08026.s1} -> {08026.p1|08027.p0} {08026.s2} 
+tr {08026.t2} {08026.s2} -> {08026.s1} 
+tr {08027.t1} {08026.p1|08027.p0} {08027.s1} -> {08027.p1|08028.p0} {08027.s2} 
+tr {08027.t2} {08027.s2} -> {08027.s1} 
+tr {08028.t1} {08027.p1|08028.p0} {08028.s1} -> {08028.p1|08029.p0} {08028.s2} 
+tr {08028.t2} {08028.s2} -> {08028.s1} 
+tr {08029.t1} {08028.p1|08029.p0} {08029.s1} -> {08029.p1|08030.p0} {08029.s2} 
+tr {08029.t2} {08029.s2} -> {08029.s1} 
+tr {08030.t1} {08029.p1|08030.p0} {08030.s1} -> {08030.p1|08031.p0} {08030.s2} 
+tr {08030.t2} {08030.s2} -> {08030.s1} 
+tr {08031.t1} {08030.p1|08031.p0} {08031.s1} -> {08031.p1|08032.p0} {08031.s2} 
+tr {08031.t2} {08031.s2} -> {08031.s1} 
+tr {08032.t1} {08031.p1|08032.p0} {08032.s1} -> {08032.p1|08033.p0} {08032.s2} 
+tr {08032.t2} {08032.s2} -> {08032.s1} 
+tr {08033.t1} {08032.p1|08033.p0} {08033.s1} -> {08033.p1|08034.p0} {08033.s2} 
+tr {08033.t2} {08033.s2} -> {08033.s1} 
+tr {08034.t1} {08033.p1|08034.p0} {08034.s1} -> {08034.p1|08035.p0} {08034.s2} 
+tr {08034.t2} {08034.s2} -> {08034.s1} 
+tr {08035.t1} {08034.p1|08035.p0} {08035.s1} -> {08035.p1|08036.p0} {08035.s2} 
+tr {08035.t2} {08035.s2} -> {08035.s1} 
+tr {08036.t1} {08035.p1|08036.p0} {08036.s1} -> {08036.p1|08037.p0} {08036.s2} 
+tr {08036.t2} {08036.s2} -> {08036.s1} 
+tr {08037.t1} {08036.p1|08037.p0} {08037.s1} -> {08037.p1|08038.p0} {08037.s2} 
+tr {08037.t2} {08037.s2} -> {08037.s1} 
+tr {08038.t1} {08037.p1|08038.p0} {08038.s1} -> {08038.p1|08039.p0} {08038.s2} 
+tr {08038.t2} {08038.s2} -> {08038.s1} 
+tr {08039.t1} {08038.p1|08039.p0} {08039.s1} -> {08039.p1|08040.p0} {08039.s2} 
+tr {08039.t2} {08039.s2} -> {08039.s1} 
+tr {08040.t1} {08039.p1|08040.p0} {08040.s1} -> {08040.p1|08041.p0} {08040.s2} 
+tr {08040.t2} {08040.s2} -> {08040.s1} 
+tr {08041.t1} {08040.p1|08041.p0} {08041.s1} -> {08041.p1|08042.p0} {08041.s2} 
+tr {08041.t2} {08041.s2} -> {08041.s1} 
+tr {08042.t1} {08041.p1|08042.p0} {08042.s1} -> {08042.p1|08043.p0} {08042.s2} 
+tr {08042.t2} {08042.s2} -> {08042.s1} 
+tr {08043.t1} {08042.p1|08043.p0} {08043.s1} -> {08043.p1|08044.p0} {08043.s2} 
+tr {08043.t2} {08043.s2} -> {08043.s1} 
+tr {08044.t1} {08043.p1|08044.p0} {08044.s1} -> {08044.p1|08045.p0} {08044.s2} 
+tr {08044.t2} {08044.s2} -> {08044.s1} 
+tr {08045.t1} {08044.p1|08045.p0} {08045.s1} -> {08045.p1|08046.p0} {08045.s2} 
+tr {08045.t2} {08045.s2} -> {08045.s1} 
+tr {08046.t1} {08045.p1|08046.p0} {08046.s1} -> {08046.p1|08047.p0} {08046.s2} 
+tr {08046.t2} {08046.s2} -> {08046.s1} 
+tr {08047.t1} {08046.p1|08047.p0} {08047.s1} -> {08047.p1|08048.p0} {08047.s2} 
+tr {08047.t2} {08047.s2} -> {08047.s1} 
+tr {08048.t1} {08047.p1|08048.p0} {08048.s1} -> {08048.p1|08049.p0} {08048.s2} 
+tr {08048.t2} {08048.s2} -> {08048.s1} 
+tr {08049.t1} {08048.p1|08049.p0} {08049.s1} -> {08049.p1|08050.p0} {08049.s2} 
+tr {08049.t2} {08049.s2} -> {08049.s1} 
+tr {08050.t1} {08049.p1|08050.p0} {08050.s1} -> {08050.p1|08051.p0} {08050.s2} 
+tr {08050.t2} {08050.s2} -> {08050.s1} 
+tr {08051.t1} {08050.p1|08051.p0} {08051.s1} -> {08051.p1|08052.p0} {08051.s2} 
+tr {08051.t2} {08051.s2} -> {08051.s1} 
+tr {08052.t1} {08051.p1|08052.p0} {08052.s1} -> {08052.p1|08053.p0} {08052.s2} 
+tr {08052.t2} {08052.s2} -> {08052.s1} 
+tr {08053.t1} {08052.p1|08053.p0} {08053.s1} -> {08053.p1|08054.p0} {08053.s2} 
+tr {08053.t2} {08053.s2} -> {08053.s1} 
+tr {08054.t1} {08053.p1|08054.p0} {08054.s1} -> {08054.p1|08055.p0} {08054.s2} 
+tr {08054.t2} {08054.s2} -> {08054.s1} 
+tr {08055.t1} {08054.p1|08055.p0} {08055.s1} -> {08055.p1|08056.p0} {08055.s2} 
+tr {08055.t2} {08055.s2} -> {08055.s1} 
+tr {08056.t1} {08055.p1|08056.p0} {08056.s1} -> {08056.p1|08057.p0} {08056.s2} 
+tr {08056.t2} {08056.s2} -> {08056.s1} 
+tr {08057.t1} {08056.p1|08057.p0} {08057.s1} -> {08057.p1|08058.p0} {08057.s2} 
+tr {08057.t2} {08057.s2} -> {08057.s1} 
+tr {08058.t1} {08057.p1|08058.p0} {08058.s1} -> {08058.p1|08059.p0} {08058.s2} 
+tr {08058.t2} {08058.s2} -> {08058.s1} 
+tr {08059.t1} {08058.p1|08059.p0} {08059.s1} -> {08059.p1|08060.p0} {08059.s2} 
+tr {08059.t2} {08059.s2} -> {08059.s1} 
+tr {08060.t1} {08059.p1|08060.p0} {08060.s1} -> {08060.p1|08061.p0} {08060.s2} 
+tr {08060.t2} {08060.s2} -> {08060.s1} 
+tr {08061.t1} {08060.p1|08061.p0} {08061.s1} -> {08061.p1|08062.p0} {08061.s2} 
+tr {08061.t2} {08061.s2} -> {08061.s1} 
+tr {08062.t1} {08061.p1|08062.p0} {08062.s1} -> {08062.p1|08063.p0} {08062.s2} 
+tr {08062.t2} {08062.s2} -> {08062.s1} 
+tr {08063.t1} {08062.p1|08063.p0} {08063.s1} -> {08063.p1|08064.p0} {08063.s2} 
+tr {08063.t2} {08063.s2} -> {08063.s1} 
+tr {08064.t1} {08063.p1|08064.p0} {08064.s1} -> {08064.p1|08065.p0} {08064.s2} 
+tr {08064.t2} {08064.s2} -> {08064.s1} 
+tr {08065.t1} {08064.p1|08065.p0} {08065.s1} -> {08065.p1|08066.p0} {08065.s2} 
+tr {08065.t2} {08065.s2} -> {08065.s1} 
+tr {08066.t1} {08065.p1|08066.p0} {08066.s1} -> {08066.p1|08067.p0} {08066.s2} 
+tr {08066.t2} {08066.s2} -> {08066.s1} 
+tr {08067.t1} {08066.p1|08067.p0} {08067.s1} -> {08067.p1|08068.p0} {08067.s2} 
+tr {08067.t2} {08067.s2} -> {08067.s1} 
+tr {08068.t1} {08067.p1|08068.p0} {08068.s1} -> {08068.p1|08069.p0} {08068.s2} 
+tr {08068.t2} {08068.s2} -> {08068.s1} 
+tr {08069.t1} {08068.p1|08069.p0} {08069.s1} -> {08069.p1|08070.p0} {08069.s2} 
+tr {08069.t2} {08069.s2} -> {08069.s1} 
+tr {08070.t1} {08069.p1|08070.p0} {08070.s1} -> {08070.p1|08071.p0} {08070.s2} 
+tr {08070.t2} {08070.s2} -> {08070.s1} 
+tr {08071.t1} {08070.p1|08071.p0} {08071.s1} -> {08071.p1|08072.p0} {08071.s2} 
+tr {08071.t2} {08071.s2} -> {08071.s1} 
+tr {08072.t1} {08071.p1|08072.p0} {08072.s1} -> {08072.p1|08073.p0} {08072.s2} 
+tr {08072.t2} {08072.s2} -> {08072.s1} 
+tr {08073.t1} {08072.p1|08073.p0} {08073.s1} -> {08073.p1|08074.p0} {08073.s2} 
+tr {08073.t2} {08073.s2} -> {08073.s1} 
+tr {08074.t1} {08073.p1|08074.p0} {08074.s1} -> {08074.p1|08075.p0} {08074.s2} 
+tr {08074.t2} {08074.s2} -> {08074.s1} 
+tr {08075.t1} {08074.p1|08075.p0} {08075.s1} -> {08075.p1|08076.p0} {08075.s2} 
+tr {08075.t2} {08075.s2} -> {08075.s1} 
+tr {08076.t1} {08075.p1|08076.p0} {08076.s1} -> {08076.p1|08077.p0} {08076.s2} 
+tr {08076.t2} {08076.s2} -> {08076.s1} 
+tr {08077.t1} {08076.p1|08077.p0} {08077.s1} -> {08077.p1|08078.p0} {08077.s2} 
+tr {08077.t2} {08077.s2} -> {08077.s1} 
+tr {08078.t1} {08077.p1|08078.p0} {08078.s1} -> {08078.p1|08079.p0} {08078.s2} 
+tr {08078.t2} {08078.s2} -> {08078.s1} 
+tr {08079.t1} {08078.p1|08079.p0} {08079.s1} -> {08079.p1|08080.p0} {08079.s2} 
+tr {08079.t2} {08079.s2} -> {08079.s1} 
+tr {08080.t1} {08079.p1|08080.p0} {08080.s1} -> {08080.p1|08081.p0} {08080.s2} 
+tr {08080.t2} {08080.s2} -> {08080.s1} 
+tr {08081.t1} {08080.p1|08081.p0} {08081.s1} -> {08081.p1|08082.p0} {08081.s2} 
+tr {08081.t2} {08081.s2} -> {08081.s1} 
+tr {08082.t1} {08081.p1|08082.p0} {08082.s1} -> {08082.p1|08083.p0} {08082.s2} 
+tr {08082.t2} {08082.s2} -> {08082.s1} 
+tr {08083.t1} {08082.p1|08083.p0} {08083.s1} -> {08083.p1|08084.p0} {08083.s2} 
+tr {08083.t2} {08083.s2} -> {08083.s1} 
+tr {08084.t1} {08083.p1|08084.p0} {08084.s1} -> {08084.p1|08085.p0} {08084.s2} 
+tr {08084.t2} {08084.s2} -> {08084.s1} 
+tr {08085.t1} {08084.p1|08085.p0} {08085.s1} -> {08085.p1|08086.p0} {08085.s2} 
+tr {08085.t2} {08085.s2} -> {08085.s1} 
+tr {08086.t1} {08085.p1|08086.p0} {08086.s1} -> {08086.p1|08087.p0} {08086.s2} 
+tr {08086.t2} {08086.s2} -> {08086.s1} 
+tr {08087.t1} {08086.p1|08087.p0} {08087.s1} -> {08087.p1|08088.p0} {08087.s2} 
+tr {08087.t2} {08087.s2} -> {08087.s1} 
+tr {08088.t1} {08087.p1|08088.p0} {08088.s1} -> {08088.p1|08089.p0} {08088.s2} 
+tr {08088.t2} {08088.s2} -> {08088.s1} 
+tr {08089.t1} {08088.p1|08089.p0} {08089.s1} -> {08089.p1|08090.p0} {08089.s2} 
+tr {08089.t2} {08089.s2} -> {08089.s1} 
+tr {08090.t1} {08089.p1|08090.p0} {08090.s1} -> {08090.p1|08091.p0} {08090.s2} 
+tr {08090.t2} {08090.s2} -> {08090.s1} 
+tr {08091.t1} {08090.p1|08091.p0} {08091.s1} -> {08091.p1|08092.p0} {08091.s2} 
+tr {08091.t2} {08091.s2} -> {08091.s1} 
+tr {08092.t1} {08091.p1|08092.p0} {08092.s1} -> {08092.p1|08093.p0} {08092.s2} 
+tr {08092.t2} {08092.s2} -> {08092.s1} 
+tr {08093.t1} {08092.p1|08093.p0} {08093.s1} -> {08093.p1|08094.p0} {08093.s2} 
+tr {08093.t2} {08093.s2} -> {08093.s1} 
+tr {08094.t1} {08093.p1|08094.p0} {08094.s1} -> {08094.p1|08095.p0} {08094.s2} 
+tr {08094.t2} {08094.s2} -> {08094.s1} 
+tr {08095.t1} {08094.p1|08095.p0} {08095.s1} -> {08095.p1|08096.p0} {08095.s2} 
+tr {08095.t2} {08095.s2} -> {08095.s1} 
+tr {08096.t1} {08095.p1|08096.p0} {08096.s1} -> {08096.p1|08097.p0} {08096.s2} 
+tr {08096.t2} {08096.s2} -> {08096.s1} 
+tr {08097.t1} {08096.p1|08097.p0} {08097.s1} -> {08097.p1|08098.p0} {08097.s2} 
+tr {08097.t2} {08097.s2} -> {08097.s1} 
+tr {08098.t1} {08097.p1|08098.p0} {08098.s1} -> {08098.p1|08099.p0} {08098.s2} 
+tr {08098.t2} {08098.s2} -> {08098.s1} 
+tr {08099.t1} {08098.p1|08099.p0} {08099.s1} -> {08099.p1|08100.p0} {08099.s2} 
+tr {08099.t2} {08099.s2} -> {08099.s1} 
+tr {08100.t1} {08099.p1|08100.p0} {08100.s1} -> {08100.p1|08101.p0} {08100.s2} 
+tr {08100.t2} {08100.s2} -> {08100.s1} 
+tr {08101.t1} {08100.p1|08101.p0} {08101.s1} -> {08101.p1|08102.p0} {08101.s2} 
+tr {08101.t2} {08101.s2} -> {08101.s1} 
+tr {08102.t1} {08101.p1|08102.p0} {08102.s1} -> {08102.p1|08103.p0} {08102.s2} 
+tr {08102.t2} {08102.s2} -> {08102.s1} 
+tr {08103.t1} {08102.p1|08103.p0} {08103.s1} -> {08103.p1|08104.p0} {08103.s2} 
+tr {08103.t2} {08103.s2} -> {08103.s1} 
+tr {08104.t1} {08103.p1|08104.p0} {08104.s1} -> {08104.p1|08105.p0} {08104.s2} 
+tr {08104.t2} {08104.s2} -> {08104.s1} 
+tr {08105.t1} {08104.p1|08105.p0} {08105.s1} -> {08105.p1|08106.p0} {08105.s2} 
+tr {08105.t2} {08105.s2} -> {08105.s1} 
+tr {08106.t1} {08105.p1|08106.p0} {08106.s1} -> {08106.p1|08107.p0} {08106.s2} 
+tr {08106.t2} {08106.s2} -> {08106.s1} 
+tr {08107.t1} {08106.p1|08107.p0} {08107.s1} -> {08107.p1|08108.p0} {08107.s2} 
+tr {08107.t2} {08107.s2} -> {08107.s1} 
+tr {08108.t1} {08107.p1|08108.p0} {08108.s1} -> {08108.p1|08109.p0} {08108.s2} 
+tr {08108.t2} {08108.s2} -> {08108.s1} 
+tr {08109.t1} {08108.p1|08109.p0} {08109.s1} -> {08109.p1|08110.p0} {08109.s2} 
+tr {08109.t2} {08109.s2} -> {08109.s1} 
+tr {08110.t1} {08109.p1|08110.p0} {08110.s1} -> {08110.p1|08111.p0} {08110.s2} 
+tr {08110.t2} {08110.s2} -> {08110.s1} 
+tr {08111.t1} {08110.p1|08111.p0} {08111.s1} -> {08111.p1|08112.p0} {08111.s2} 
+tr {08111.t2} {08111.s2} -> {08111.s1} 
+tr {08112.t1} {08111.p1|08112.p0} {08112.s1} -> {08112.p1|08113.p0} {08112.s2} 
+tr {08112.t2} {08112.s2} -> {08112.s1} 
+tr {08113.t1} {08112.p1|08113.p0} {08113.s1} -> {08113.p1|08114.p0} {08113.s2} 
+tr {08113.t2} {08113.s2} -> {08113.s1} 
+tr {08114.t1} {08113.p1|08114.p0} {08114.s1} -> {08114.p1|08115.p0} {08114.s2} 
+tr {08114.t2} {08114.s2} -> {08114.s1} 
+tr {08115.t1} {08114.p1|08115.p0} {08115.s1} -> {08115.p1|08116.p0} {08115.s2} 
+tr {08115.t2} {08115.s2} -> {08115.s1} 
+tr {08116.t1} {08115.p1|08116.p0} {08116.s1} -> {08116.p1|08117.p0} {08116.s2} 
+tr {08116.t2} {08116.s2} -> {08116.s1} 
+tr {08117.t1} {08116.p1|08117.p0} {08117.s1} -> {08117.p1|08118.p0} {08117.s2} 
+tr {08117.t2} {08117.s2} -> {08117.s1} 
+tr {08118.t1} {08117.p1|08118.p0} {08118.s1} -> {08118.p1|08119.p0} {08118.s2} 
+tr {08118.t2} {08118.s2} -> {08118.s1} 
+tr {08119.t1} {08118.p1|08119.p0} {08119.s1} -> {08119.p1|08120.p0} {08119.s2} 
+tr {08119.t2} {08119.s2} -> {08119.s1} 
+tr {08120.t1} {08119.p1|08120.p0} {08120.s1} -> {08120.p1|08121.p0} {08120.s2} 
+tr {08120.t2} {08120.s2} -> {08120.s1} 
+tr {08121.t1} {08120.p1|08121.p0} {08121.s1} -> {08121.p1|08122.p0} {08121.s2} 
+tr {08121.t2} {08121.s2} -> {08121.s1} 
+tr {08122.t1} {08121.p1|08122.p0} {08122.s1} -> {08122.p1|08123.p0} {08122.s2} 
+tr {08122.t2} {08122.s2} -> {08122.s1} 
+tr {08123.t1} {08122.p1|08123.p0} {08123.s1} -> {08123.p1|08124.p0} {08123.s2} 
+tr {08123.t2} {08123.s2} -> {08123.s1} 
+tr {08124.t1} {08123.p1|08124.p0} {08124.s1} -> {08124.p1|08125.p0} {08124.s2} 
+tr {08124.t2} {08124.s2} -> {08124.s1} 
+tr {08125.t1} {08124.p1|08125.p0} {08125.s1} -> {08125.p1|08126.p0} {08125.s2} 
+tr {08125.t2} {08125.s2} -> {08125.s1} 
+tr {08126.t1} {08125.p1|08126.p0} {08126.s1} -> {08126.p1|08127.p0} {08126.s2} 
+tr {08126.t2} {08126.s2} -> {08126.s1} 
+tr {08127.t1} {08126.p1|08127.p0} {08127.s1} -> {08127.p1|08128.p0} {08127.s2} 
+tr {08127.t2} {08127.s2} -> {08127.s1} 
+tr {08128.t1} {08127.p1|08128.p0} {08128.s1} -> {08128.p1|08129.p0} {08128.s2} 
+tr {08128.t2} {08128.s2} -> {08128.s1} 
+tr {08129.t1} {08128.p1|08129.p0} {08129.s1} -> {08129.p1|08130.p0} {08129.s2} 
+tr {08129.t2} {08129.s2} -> {08129.s1} 
+tr {08130.t1} {08129.p1|08130.p0} {08130.s1} -> {08130.p1|08131.p0} {08130.s2} 
+tr {08130.t2} {08130.s2} -> {08130.s1} 
+tr {08131.t1} {08130.p1|08131.p0} {08131.s1} -> {08131.p1|08132.p0} {08131.s2} 
+tr {08131.t2} {08131.s2} -> {08131.s1} 
+tr {08132.t1} {08131.p1|08132.p0} {08132.s1} -> {08132.p1|08133.p0} {08132.s2} 
+tr {08132.t2} {08132.s2} -> {08132.s1} 
+tr {08133.t1} {08132.p1|08133.p0} {08133.s1} -> {08133.p1|08134.p0} {08133.s2} 
+tr {08133.t2} {08133.s2} -> {08133.s1} 
+tr {08134.t1} {08133.p1|08134.p0} {08134.s1} -> {08134.p1|08135.p0} {08134.s2} 
+tr {08134.t2} {08134.s2} -> {08134.s1} 
+tr {08135.t1} {08134.p1|08135.p0} {08135.s1} -> {08135.p1|08136.p0} {08135.s2} 
+tr {08135.t2} {08135.s2} -> {08135.s1} 
+tr {08136.t1} {08135.p1|08136.p0} {08136.s1} -> {08136.p1|08137.p0} {08136.s2} 
+tr {08136.t2} {08136.s2} -> {08136.s1} 
+tr {08137.t1} {08136.p1|08137.p0} {08137.s1} -> {08137.p1|08138.p0} {08137.s2} 
+tr {08137.t2} {08137.s2} -> {08137.s1} 
+tr {08138.t1} {08137.p1|08138.p0} {08138.s1} -> {08138.p1|08139.p0} {08138.s2} 
+tr {08138.t2} {08138.s2} -> {08138.s1} 
+tr {08139.t1} {08138.p1|08139.p0} {08139.s1} -> {08139.p1|08140.p0} {08139.s2} 
+tr {08139.t2} {08139.s2} -> {08139.s1} 
+tr {08140.t1} {08139.p1|08140.p0} {08140.s1} -> {08140.p1|08141.p0} {08140.s2} 
+tr {08140.t2} {08140.s2} -> {08140.s1} 
+tr {08141.t1} {08140.p1|08141.p0} {08141.s1} -> {08141.p1|08142.p0} {08141.s2} 
+tr {08141.t2} {08141.s2} -> {08141.s1} 
+tr {08142.t1} {08141.p1|08142.p0} {08142.s1} -> {08142.p1|08143.p0} {08142.s2} 
+tr {08142.t2} {08142.s2} -> {08142.s1} 
+tr {08143.t1} {08142.p1|08143.p0} {08143.s1} -> {08143.p1|08144.p0} {08143.s2} 
+tr {08143.t2} {08143.s2} -> {08143.s1} 
+tr {08144.t1} {08143.p1|08144.p0} {08144.s1} -> {08144.p1|08145.p0} {08144.s2} 
+tr {08144.t2} {08144.s2} -> {08144.s1} 
+tr {08145.t1} {08144.p1|08145.p0} {08145.s1} -> {08145.p1|08146.p0} {08145.s2} 
+tr {08145.t2} {08145.s2} -> {08145.s1} 
+tr {08146.t1} {08145.p1|08146.p0} {08146.s1} -> {08146.p1|08147.p0} {08146.s2} 
+tr {08146.t2} {08146.s2} -> {08146.s1} 
+tr {08147.t1} {08146.p1|08147.p0} {08147.s1} -> {08147.p1|08148.p0} {08147.s2} 
+tr {08147.t2} {08147.s2} -> {08147.s1} 
+tr {08148.t1} {08147.p1|08148.p0} {08148.s1} -> {08148.p1|08149.p0} {08148.s2} 
+tr {08148.t2} {08148.s2} -> {08148.s1} 
+tr {08149.t1} {08148.p1|08149.p0} {08149.s1} -> {08149.p1|08150.p0} {08149.s2} 
+tr {08149.t2} {08149.s2} -> {08149.s1} 
+tr {08150.t1} {08149.p1|08150.p0} {08150.s1} -> {08150.p1|08151.p0} {08150.s2} 
+tr {08150.t2} {08150.s2} -> {08150.s1} 
+tr {08151.t1} {08150.p1|08151.p0} {08151.s1} -> {08151.p1|08152.p0} {08151.s2} 
+tr {08151.t2} {08151.s2} -> {08151.s1} 
+tr {08152.t1} {08151.p1|08152.p0} {08152.s1} -> {08152.p1|08153.p0} {08152.s2} 
+tr {08152.t2} {08152.s2} -> {08152.s1} 
+tr {08153.t1} {08152.p1|08153.p0} {08153.s1} -> {08153.p1|08154.p0} {08153.s2} 
+tr {08153.t2} {08153.s2} -> {08153.s1} 
+tr {08154.t1} {08153.p1|08154.p0} {08154.s1} -> {08154.p1|08155.p0} {08154.s2} 
+tr {08154.t2} {08154.s2} -> {08154.s1} 
+tr {08155.t1} {08154.p1|08155.p0} {08155.s1} -> {08155.p1|08156.p0} {08155.s2} 
+tr {08155.t2} {08155.s2} -> {08155.s1} 
+tr {08156.t1} {08155.p1|08156.p0} {08156.s1} -> {08156.p1|08157.p0} {08156.s2} 
+tr {08156.t2} {08156.s2} -> {08156.s1} 
+tr {08157.t1} {08156.p1|08157.p0} {08157.s1} -> {08157.p1|08158.p0} {08157.s2} 
+tr {08157.t2} {08157.s2} -> {08157.s1} 
+tr {08158.t1} {08157.p1|08158.p0} {08158.s1} -> {08158.p1|08159.p0} {08158.s2} 
+tr {08158.t2} {08158.s2} -> {08158.s1} 
+tr {08159.t1} {08158.p1|08159.p0} {08159.s1} -> {08159.p1|08160.p0} {08159.s2} 
+tr {08159.t2} {08159.s2} -> {08159.s1} 
+tr {08160.t1} {08159.p1|08160.p0} {08160.s1} -> {08160.p1|08161.p0} {08160.s2} 
+tr {08160.t2} {08160.s2} -> {08160.s1} 
+tr {08161.t1} {08160.p1|08161.p0} {08161.s1} -> {08161.p1|08162.p0} {08161.s2} 
+tr {08161.t2} {08161.s2} -> {08161.s1} 
+tr {08162.t1} {08161.p1|08162.p0} {08162.s1} -> {08162.p1|08163.p0} {08162.s2} 
+tr {08162.t2} {08162.s2} -> {08162.s1} 
+tr {08163.t1} {08162.p1|08163.p0} {08163.s1} -> {08163.p1|08164.p0} {08163.s2} 
+tr {08163.t2} {08163.s2} -> {08163.s1} 
+tr {08164.t1} {08163.p1|08164.p0} {08164.s1} -> {08164.p1|08165.p0} {08164.s2} 
+tr {08164.t2} {08164.s2} -> {08164.s1} 
+tr {08165.t1} {08164.p1|08165.p0} {08165.s1} -> {08165.p1|08166.p0} {08165.s2} 
+tr {08165.t2} {08165.s2} -> {08165.s1} 
+tr {08166.t1} {08165.p1|08166.p0} {08166.s1} -> {08166.p1|08167.p0} {08166.s2} 
+tr {08166.t2} {08166.s2} -> {08166.s1} 
+tr {08167.t1} {08166.p1|08167.p0} {08167.s1} -> {08167.p1|08168.p0} {08167.s2} 
+tr {08167.t2} {08167.s2} -> {08167.s1} 
+tr {08168.t1} {08167.p1|08168.p0} {08168.s1} -> {08168.p1|08169.p0} {08168.s2} 
+tr {08168.t2} {08168.s2} -> {08168.s1} 
+tr {08169.t1} {08168.p1|08169.p0} {08169.s1} -> {08169.p1|08170.p0} {08169.s2} 
+tr {08169.t2} {08169.s2} -> {08169.s1} 
+tr {08170.t1} {08169.p1|08170.p0} {08170.s1} -> {08170.p1|08171.p0} {08170.s2} 
+tr {08170.t2} {08170.s2} -> {08170.s1} 
+tr {08171.t1} {08170.p1|08171.p0} {08171.s1} -> {08171.p1|08172.p0} {08171.s2} 
+tr {08171.t2} {08171.s2} -> {08171.s1} 
+tr {08172.t1} {08171.p1|08172.p0} {08172.s1} -> {08172.p1|08173.p0} {08172.s2} 
+tr {08172.t2} {08172.s2} -> {08172.s1} 
+tr {08173.t1} {08172.p1|08173.p0} {08173.s1} -> {08173.p1|08174.p0} {08173.s2} 
+tr {08173.t2} {08173.s2} -> {08173.s1} 
+tr {08174.t1} {08173.p1|08174.p0} {08174.s1} -> {08174.p1|08175.p0} {08174.s2} 
+tr {08174.t2} {08174.s2} -> {08174.s1} 
+tr {08175.t1} {08174.p1|08175.p0} {08175.s1} -> {08175.p1|08176.p0} {08175.s2} 
+tr {08175.t2} {08175.s2} -> {08175.s1} 
+tr {08176.t1} {08175.p1|08176.p0} {08176.s1} -> {08176.p1|08177.p0} {08176.s2} 
+tr {08176.t2} {08176.s2} -> {08176.s1} 
+tr {08177.t1} {08176.p1|08177.p0} {08177.s1} -> {08177.p1|08178.p0} {08177.s2} 
+tr {08177.t2} {08177.s2} -> {08177.s1} 
+tr {08178.t1} {08177.p1|08178.p0} {08178.s1} -> {08178.p1|08179.p0} {08178.s2} 
+tr {08178.t2} {08178.s2} -> {08178.s1} 
+tr {08179.t1} {08178.p1|08179.p0} {08179.s1} -> {08179.p1|08180.p0} {08179.s2} 
+tr {08179.t2} {08179.s2} -> {08179.s1} 
+tr {08180.t1} {08179.p1|08180.p0} {08180.s1} -> {08180.p1|08181.p0} {08180.s2} 
+tr {08180.t2} {08180.s2} -> {08180.s1} 
+tr {08181.t1} {08180.p1|08181.p0} {08181.s1} -> {08181.p1|08182.p0} {08181.s2} 
+tr {08181.t2} {08181.s2} -> {08181.s1} 
+tr {08182.t1} {08181.p1|08182.p0} {08182.s1} -> {08182.p1|08183.p0} {08182.s2} 
+tr {08182.t2} {08182.s2} -> {08182.s1} 
+tr {08183.t1} {08182.p1|08183.p0} {08183.s1} -> {08183.p1|08184.p0} {08183.s2} 
+tr {08183.t2} {08183.s2} -> {08183.s1} 
+tr {08184.t1} {08183.p1|08184.p0} {08184.s1} -> {08184.p1|08185.p0} {08184.s2} 
+tr {08184.t2} {08184.s2} -> {08184.s1} 
+tr {08185.t1} {08184.p1|08185.p0} {08185.s1} -> {08185.p1|08186.p0} {08185.s2} 
+tr {08185.t2} {08185.s2} -> {08185.s1} 
+tr {08186.t1} {08185.p1|08186.p0} {08186.s1} -> {08186.p1|08187.p0} {08186.s2} 
+tr {08186.t2} {08186.s2} -> {08186.s1} 
+tr {08187.t1} {08186.p1|08187.p0} {08187.s1} -> {08187.p1|08188.p0} {08187.s2} 
+tr {08187.t2} {08187.s2} -> {08187.s1} 
+tr {08188.t1} {08187.p1|08188.p0} {08188.s1} -> {08188.p1|08189.p0} {08188.s2} 
+tr {08188.t2} {08188.s2} -> {08188.s1} 
+tr {08189.t1} {08188.p1|08189.p0} {08189.s1} -> {08189.p1|08190.p0} {08189.s2} 
+tr {08189.t2} {08189.s2} -> {08189.s1} 
+tr {08190.t1} {08189.p1|08190.p0} {08190.s1} -> {08190.p1|08191.p0} {08190.s2} 
+tr {08190.t2} {08190.s2} -> {08190.s1} 
+tr {08191.t1} {08190.p1|08191.p0} {08191.s1} -> {08191.p1|08192.p0} {08191.s2} 
+tr {08191.t2} {08191.s2} -> {08191.s1} 
+tr {08192.t1} {08191.p1|08192.p0} {08192.s1} -> {08192.p1|08193.p0} {08192.s2} 
+tr {08192.t2} {08192.s2} -> {08192.s1} 
+tr {08193.t1} {08192.p1|08193.p0} {08193.s1} -> {08193.p1|08194.p0} {08193.s2} 
+tr {08193.t2} {08193.s2} -> {08193.s1} 
+tr {08194.t1} {08193.p1|08194.p0} {08194.s1} -> {08194.p1|08195.p0} {08194.s2} 
+tr {08194.t2} {08194.s2} -> {08194.s1} 
+tr {08195.t1} {08194.p1|08195.p0} {08195.s1} -> {08195.p1|08196.p0} {08195.s2} 
+tr {08195.t2} {08195.s2} -> {08195.s1} 
+tr {08196.t1} {08195.p1|08196.p0} {08196.s1} -> {08196.p1|08197.p0} {08196.s2} 
+tr {08196.t2} {08196.s2} -> {08196.s1} 
+tr {08197.t1} {08196.p1|08197.p0} {08197.s1} -> {08197.p1|08198.p0} {08197.s2} 
+tr {08197.t2} {08197.s2} -> {08197.s1} 
+tr {08198.t1} {08197.p1|08198.p0} {08198.s1} -> {08198.p1|08199.p0} {08198.s2} 
+tr {08198.t2} {08198.s2} -> {08198.s1} 
+tr {08199.t1} {08198.p1|08199.p0} {08199.s1} -> {08199.p1|08200.p0} {08199.s2} 
+tr {08199.t2} {08199.s2} -> {08199.s1} 
+tr {08200.t1} {08199.p1|08200.p0} {08200.s1} -> {08200.p1|08201.p0} {08200.s2} 
+tr {08200.t2} {08200.s2} -> {08200.s1} 
+tr {08201.t1} {08200.p1|08201.p0} {08201.s1} -> {08201.p1|08202.p0} {08201.s2} 
+tr {08201.t2} {08201.s2} -> {08201.s1} 
+tr {08202.t1} {08201.p1|08202.p0} {08202.s1} -> {08202.p1|08203.p0} {08202.s2} 
+tr {08202.t2} {08202.s2} -> {08202.s1} 
+tr {08203.t1} {08202.p1|08203.p0} {08203.s1} -> {08203.p1|08204.p0} {08203.s2} 
+tr {08203.t2} {08203.s2} -> {08203.s1} 
+tr {08204.t1} {08203.p1|08204.p0} {08204.s1} -> {08204.p1|08205.p0} {08204.s2} 
+tr {08204.t2} {08204.s2} -> {08204.s1} 
+tr {08205.t1} {08204.p1|08205.p0} {08205.s1} -> {08205.p1|08206.p0} {08205.s2} 
+tr {08205.t2} {08205.s2} -> {08205.s1} 
+tr {08206.t1} {08205.p1|08206.p0} {08206.s1} -> {08206.p1|08207.p0} {08206.s2} 
+tr {08206.t2} {08206.s2} -> {08206.s1} 
+tr {08207.t1} {08206.p1|08207.p0} {08207.s1} -> {08207.p1|08208.p0} {08207.s2} 
+tr {08207.t2} {08207.s2} -> {08207.s1} 
+tr {08208.t1} {08207.p1|08208.p0} {08208.s1} -> {08208.p1|08209.p0} {08208.s2} 
+tr {08208.t2} {08208.s2} -> {08208.s1} 
+tr {08209.t1} {08208.p1|08209.p0} {08209.s1} -> {08209.p1|08210.p0} {08209.s2} 
+tr {08209.t2} {08209.s2} -> {08209.s1} 
+tr {08210.t1} {08209.p1|08210.p0} {08210.s1} -> {08210.p1|08211.p0} {08210.s2} 
+tr {08210.t2} {08210.s2} -> {08210.s1} 
+tr {08211.t1} {08210.p1|08211.p0} {08211.s1} -> {08211.p1|08212.p0} {08211.s2} 
+tr {08211.t2} {08211.s2} -> {08211.s1} 
+tr {08212.t1} {08211.p1|08212.p0} {08212.s1} -> {08212.p1|08213.p0} {08212.s2} 
+tr {08212.t2} {08212.s2} -> {08212.s1} 
+tr {08213.t1} {08212.p1|08213.p0} {08213.s1} -> {08213.p1|08214.p0} {08213.s2} 
+tr {08213.t2} {08213.s2} -> {08213.s1} 
+tr {08214.t1} {08213.p1|08214.p0} {08214.s1} -> {08214.p1|08215.p0} {08214.s2} 
+tr {08214.t2} {08214.s2} -> {08214.s1} 
+tr {08215.t1} {08214.p1|08215.p0} {08215.s1} -> {08215.p1|08216.p0} {08215.s2} 
+tr {08215.t2} {08215.s2} -> {08215.s1} 
+tr {08216.t1} {08215.p1|08216.p0} {08216.s1} -> {08216.p1|08217.p0} {08216.s2} 
+tr {08216.t2} {08216.s2} -> {08216.s1} 
+tr {08217.t1} {08216.p1|08217.p0} {08217.s1} -> {08217.p1|08218.p0} {08217.s2} 
+tr {08217.t2} {08217.s2} -> {08217.s1} 
+tr {08218.t1} {08217.p1|08218.p0} {08218.s1} -> {08218.p1|08219.p0} {08218.s2} 
+tr {08218.t2} {08218.s2} -> {08218.s1} 
+tr {08219.t1} {08218.p1|08219.p0} {08219.s1} -> {08219.p1|08220.p0} {08219.s2} 
+tr {08219.t2} {08219.s2} -> {08219.s1} 
+tr {08220.t1} {08219.p1|08220.p0} {08220.s1} -> {08220.p1|08221.p0} {08220.s2} 
+tr {08220.t2} {08220.s2} -> {08220.s1} 
+tr {08221.t1} {08220.p1|08221.p0} {08221.s1} -> {08221.p1|08222.p0} {08221.s2} 
+tr {08221.t2} {08221.s2} -> {08221.s1} 
+tr {08222.t1} {08221.p1|08222.p0} {08222.s1} -> {08222.p1|08223.p0} {08222.s2} 
+tr {08222.t2} {08222.s2} -> {08222.s1} 
+tr {08223.t1} {08222.p1|08223.p0} {08223.s1} -> {08223.p1|08224.p0} {08223.s2} 
+tr {08223.t2} {08223.s2} -> {08223.s1} 
+tr {08224.t1} {08223.p1|08224.p0} {08224.s1} -> {08224.p1|08225.p0} {08224.s2} 
+tr {08224.t2} {08224.s2} -> {08224.s1} 
+tr {08225.t1} {08224.p1|08225.p0} {08225.s1} -> {08225.p1|08226.p0} {08225.s2} 
+tr {08225.t2} {08225.s2} -> {08225.s1} 
+tr {08226.t1} {08225.p1|08226.p0} {08226.s1} -> {08226.p1|08227.p0} {08226.s2} 
+tr {08226.t2} {08226.s2} -> {08226.s1} 
+tr {08227.t1} {08226.p1|08227.p0} {08227.s1} -> {08227.p1|08228.p0} {08227.s2} 
+tr {08227.t2} {08227.s2} -> {08227.s1} 
+tr {08228.t1} {08227.p1|08228.p0} {08228.s1} -> {08228.p1|08229.p0} {08228.s2} 
+tr {08228.t2} {08228.s2} -> {08228.s1} 
+tr {08229.t1} {08228.p1|08229.p0} {08229.s1} -> {08229.p1|08230.p0} {08229.s2} 
+tr {08229.t2} {08229.s2} -> {08229.s1} 
+tr {08230.t1} {08229.p1|08230.p0} {08230.s1} -> {08230.p1|08231.p0} {08230.s2} 
+tr {08230.t2} {08230.s2} -> {08230.s1} 
+tr {08231.t1} {08230.p1|08231.p0} {08231.s1} -> {08231.p1|08232.p0} {08231.s2} 
+tr {08231.t2} {08231.s2} -> {08231.s1} 
+tr {08232.t1} {08231.p1|08232.p0} {08232.s1} -> {08232.p1|08233.p0} {08232.s2} 
+tr {08232.t2} {08232.s2} -> {08232.s1} 
+tr {08233.t1} {08232.p1|08233.p0} {08233.s1} -> {08233.p1|08234.p0} {08233.s2} 
+tr {08233.t2} {08233.s2} -> {08233.s1} 
+tr {08234.t1} {08233.p1|08234.p0} {08234.s1} -> {08234.p1|08235.p0} {08234.s2} 
+tr {08234.t2} {08234.s2} -> {08234.s1} 
+tr {08235.t1} {08234.p1|08235.p0} {08235.s1} -> {08235.p1|08236.p0} {08235.s2} 
+tr {08235.t2} {08235.s2} -> {08235.s1} 
+tr {08236.t1} {08235.p1|08236.p0} {08236.s1} -> {08236.p1|08237.p0} {08236.s2} 
+tr {08236.t2} {08236.s2} -> {08236.s1} 
+tr {08237.t1} {08236.p1|08237.p0} {08237.s1} -> {08237.p1|08238.p0} {08237.s2} 
+tr {08237.t2} {08237.s2} -> {08237.s1} 
+tr {08238.t1} {08237.p1|08238.p0} {08238.s1} -> {08238.p1|08239.p0} {08238.s2} 
+tr {08238.t2} {08238.s2} -> {08238.s1} 
+tr {08239.t1} {08238.p1|08239.p0} {08239.s1} -> {08239.p1|08240.p0} {08239.s2} 
+tr {08239.t2} {08239.s2} -> {08239.s1} 
+tr {08240.t1} {08239.p1|08240.p0} {08240.s1} -> {08240.p1|08241.p0} {08240.s2} 
+tr {08240.t2} {08240.s2} -> {08240.s1} 
+tr {08241.t1} {08240.p1|08241.p0} {08241.s1} -> {08241.p1|08242.p0} {08241.s2} 
+tr {08241.t2} {08241.s2} -> {08241.s1} 
+tr {08242.t1} {08241.p1|08242.p0} {08242.s1} -> {08242.p1|08243.p0} {08242.s2} 
+tr {08242.t2} {08242.s2} -> {08242.s1} 
+tr {08243.t1} {08242.p1|08243.p0} {08243.s1} -> {08243.p1|08244.p0} {08243.s2} 
+tr {08243.t2} {08243.s2} -> {08243.s1} 
+tr {08244.t1} {08243.p1|08244.p0} {08244.s1} -> {08244.p1|08245.p0} {08244.s2} 
+tr {08244.t2} {08244.s2} -> {08244.s1} 
+tr {08245.t1} {08244.p1|08245.p0} {08245.s1} -> {08245.p1|08246.p0} {08245.s2} 
+tr {08245.t2} {08245.s2} -> {08245.s1} 
+tr {08246.t1} {08245.p1|08246.p0} {08246.s1} -> {08246.p1|08247.p0} {08246.s2} 
+tr {08246.t2} {08246.s2} -> {08246.s1} 
+tr {08247.t1} {08246.p1|08247.p0} {08247.s1} -> {08247.p1|08248.p0} {08247.s2} 
+tr {08247.t2} {08247.s2} -> {08247.s1} 
+tr {08248.t1} {08247.p1|08248.p0} {08248.s1} -> {08248.p1|08249.p0} {08248.s2} 
+tr {08248.t2} {08248.s2} -> {08248.s1} 
+tr {08249.t1} {08248.p1|08249.p0} {08249.s1} -> {08249.p1|08250.p0} {08249.s2} 
+tr {08249.t2} {08249.s2} -> {08249.s1} 
+tr {08250.t1} {08249.p1|08250.p0} {08250.s1} -> {08250.p1|08251.p0} {08250.s2} 
+tr {08250.t2} {08250.s2} -> {08250.s1} 
+tr {08251.t1} {08250.p1|08251.p0} {08251.s1} -> {08251.p1|08252.p0} {08251.s2} 
+tr {08251.t2} {08251.s2} -> {08251.s1} 
+tr {08252.t1} {08251.p1|08252.p0} {08252.s1} -> {08252.p1|08253.p0} {08252.s2} 
+tr {08252.t2} {08252.s2} -> {08252.s1} 
+tr {08253.t1} {08252.p1|08253.p0} {08253.s1} -> {08253.p1|08254.p0} {08253.s2} 
+tr {08253.t2} {08253.s2} -> {08253.s1} 
+tr {08254.t1} {08253.p1|08254.p0} {08254.s1} -> {08254.p1|08255.p0} {08254.s2} 
+tr {08254.t2} {08254.s2} -> {08254.s1} 
+tr {08255.t1} {08254.p1|08255.p0} {08255.s1} -> {08255.p1|08256.p0} {08255.s2} 
+tr {08255.t2} {08255.s2} -> {08255.s1} 
+tr {08256.t1} {08255.p1|08256.p0} {08256.s1} -> {08256.p1|08257.p0} {08256.s2} 
+tr {08256.t2} {08256.s2} -> {08256.s1} 
+tr {08257.t1} {08256.p1|08257.p0} {08257.s1} -> {08257.p1|08258.p0} {08257.s2} 
+tr {08257.t2} {08257.s2} -> {08257.s1} 
+tr {08258.t1} {08257.p1|08258.p0} {08258.s1} -> {08258.p1|08259.p0} {08258.s2} 
+tr {08258.t2} {08258.s2} -> {08258.s1} 
+tr {08259.t1} {08258.p1|08259.p0} {08259.s1} -> {08259.p1|08260.p0} {08259.s2} 
+tr {08259.t2} {08259.s2} -> {08259.s1} 
+tr {08260.t1} {08259.p1|08260.p0} {08260.s1} -> {08260.p1|08261.p0} {08260.s2} 
+tr {08260.t2} {08260.s2} -> {08260.s1} 
+tr {08261.t1} {08260.p1|08261.p0} {08261.s1} -> {08261.p1|08262.p0} {08261.s2} 
+tr {08261.t2} {08261.s2} -> {08261.s1} 
+tr {08262.t1} {08261.p1|08262.p0} {08262.s1} -> {08262.p1|08263.p0} {08262.s2} 
+tr {08262.t2} {08262.s2} -> {08262.s1} 
+tr {08263.t1} {08262.p1|08263.p0} {08263.s1} -> {08263.p1|08264.p0} {08263.s2} 
+tr {08263.t2} {08263.s2} -> {08263.s1} 
+tr {08264.t1} {08263.p1|08264.p0} {08264.s1} -> {08264.p1|08265.p0} {08264.s2} 
+tr {08264.t2} {08264.s2} -> {08264.s1} 
+tr {08265.t1} {08264.p1|08265.p0} {08265.s1} -> {08265.p1|08266.p0} {08265.s2} 
+tr {08265.t2} {08265.s2} -> {08265.s1} 
+tr {08266.t1} {08265.p1|08266.p0} {08266.s1} -> {08266.p1|08267.p0} {08266.s2} 
+tr {08266.t2} {08266.s2} -> {08266.s1} 
+tr {08267.t1} {08266.p1|08267.p0} {08267.s1} -> {08267.p1|08268.p0} {08267.s2} 
+tr {08267.t2} {08267.s2} -> {08267.s1} 
+tr {08268.t1} {08267.p1|08268.p0} {08268.s1} -> {08268.p1|08269.p0} {08268.s2} 
+tr {08268.t2} {08268.s2} -> {08268.s1} 
+tr {08269.t1} {08268.p1|08269.p0} {08269.s1} -> {08269.p1|08270.p0} {08269.s2} 
+tr {08269.t2} {08269.s2} -> {08269.s1} 
+tr {08270.t1} {08269.p1|08270.p0} {08270.s1} -> {08270.p1|08271.p0} {08270.s2} 
+tr {08270.t2} {08270.s2} -> {08270.s1} 
+tr {08271.t1} {08270.p1|08271.p0} {08271.s1} -> {08271.p1|08272.p0} {08271.s2} 
+tr {08271.t2} {08271.s2} -> {08271.s1} 
+tr {08272.t1} {08271.p1|08272.p0} {08272.s1} -> {08272.p1|08273.p0} {08272.s2} 
+tr {08272.t2} {08272.s2} -> {08272.s1} 
+tr {08273.t1} {08272.p1|08273.p0} {08273.s1} -> {08273.p1|08274.p0} {08273.s2} 
+tr {08273.t2} {08273.s2} -> {08273.s1} 
+tr {08274.t1} {08273.p1|08274.p0} {08274.s1} -> {08274.p1|08275.p0} {08274.s2} 
+tr {08274.t2} {08274.s2} -> {08274.s1} 
+tr {08275.t1} {08274.p1|08275.p0} {08275.s1} -> {08275.p1|08276.p0} {08275.s2} 
+tr {08275.t2} {08275.s2} -> {08275.s1} 
+tr {08276.t1} {08275.p1|08276.p0} {08276.s1} -> {08276.p1|08277.p0} {08276.s2} 
+tr {08276.t2} {08276.s2} -> {08276.s1} 
+tr {08277.t1} {08276.p1|08277.p0} {08277.s1} -> {08277.p1|08278.p0} {08277.s2} 
+tr {08277.t2} {08277.s2} -> {08277.s1} 
+tr {08278.t1} {08277.p1|08278.p0} {08278.s1} -> {08278.p1|08279.p0} {08278.s2} 
+tr {08278.t2} {08278.s2} -> {08278.s1} 
+tr {08279.t1} {08278.p1|08279.p0} {08279.s1} -> {08279.p1|08280.p0} {08279.s2} 
+tr {08279.t2} {08279.s2} -> {08279.s1} 
+tr {08280.t1} {08279.p1|08280.p0} {08280.s1} -> {08280.p1|08281.p0} {08280.s2} 
+tr {08280.t2} {08280.s2} -> {08280.s1} 
+tr {08281.t1} {08280.p1|08281.p0} {08281.s1} -> {08281.p1|08282.p0} {08281.s2} 
+tr {08281.t2} {08281.s2} -> {08281.s1} 
+tr {08282.t1} {08281.p1|08282.p0} {08282.s1} -> {08282.p1|08283.p0} {08282.s2} 
+tr {08282.t2} {08282.s2} -> {08282.s1} 
+tr {08283.t1} {08282.p1|08283.p0} {08283.s1} -> {08283.p1|08284.p0} {08283.s2} 
+tr {08283.t2} {08283.s2} -> {08283.s1} 
+tr {08284.t1} {08283.p1|08284.p0} {08284.s1} -> {08284.p1|08285.p0} {08284.s2} 
+tr {08284.t2} {08284.s2} -> {08284.s1} 
+tr {08285.t1} {08284.p1|08285.p0} {08285.s1} -> {08285.p1|08286.p0} {08285.s2} 
+tr {08285.t2} {08285.s2} -> {08285.s1} 
+tr {08286.t1} {08285.p1|08286.p0} {08286.s1} -> {08286.p1|08287.p0} {08286.s2} 
+tr {08286.t2} {08286.s2} -> {08286.s1} 
+tr {08287.t1} {08286.p1|08287.p0} {08287.s1} -> {08287.p1|08288.p0} {08287.s2} 
+tr {08287.t2} {08287.s2} -> {08287.s1} 
+tr {08288.t1} {08287.p1|08288.p0} {08288.s1} -> {08288.p1|08289.p0} {08288.s2} 
+tr {08288.t2} {08288.s2} -> {08288.s1} 
+tr {08289.t1} {08288.p1|08289.p0} {08289.s1} -> {08289.p1|08290.p0} {08289.s2} 
+tr {08289.t2} {08289.s2} -> {08289.s1} 
+tr {08290.t1} {08289.p1|08290.p0} {08290.s1} -> {08290.p1|08291.p0} {08290.s2} 
+tr {08290.t2} {08290.s2} -> {08290.s1} 
+tr {08291.t1} {08290.p1|08291.p0} {08291.s1} -> {08291.p1|08292.p0} {08291.s2} 
+tr {08291.t2} {08291.s2} -> {08291.s1} 
+tr {08292.t1} {08291.p1|08292.p0} {08292.s1} -> {08292.p1|08293.p0} {08292.s2} 
+tr {08292.t2} {08292.s2} -> {08292.s1} 
+tr {08293.t1} {08292.p1|08293.p0} {08293.s1} -> {08293.p1|08294.p0} {08293.s2} 
+tr {08293.t2} {08293.s2} -> {08293.s1} 
+tr {08294.t1} {08293.p1|08294.p0} {08294.s1} -> {08294.p1|08295.p0} {08294.s2} 
+tr {08294.t2} {08294.s2} -> {08294.s1} 
+tr {08295.t1} {08294.p1|08295.p0} {08295.s1} -> {08295.p1|08296.p0} {08295.s2} 
+tr {08295.t2} {08295.s2} -> {08295.s1} 
+tr {08296.t1} {08295.p1|08296.p0} {08296.s1} -> {08296.p1|08297.p0} {08296.s2} 
+tr {08296.t2} {08296.s2} -> {08296.s1} 
+tr {08297.t1} {08296.p1|08297.p0} {08297.s1} -> {08297.p1|08298.p0} {08297.s2} 
+tr {08297.t2} {08297.s2} -> {08297.s1} 
+tr {08298.t1} {08297.p1|08298.p0} {08298.s1} -> {08298.p1|08299.p0} {08298.s2} 
+tr {08298.t2} {08298.s2} -> {08298.s1} 
+tr {08299.t1} {08298.p1|08299.p0} {08299.s1} -> {08299.p1|08300.p0} {08299.s2} 
+tr {08299.t2} {08299.s2} -> {08299.s1} 
+tr {08300.t1} {08299.p1|08300.p0} {08300.s1} -> {08300.p1|08301.p0} {08300.s2} 
+tr {08300.t2} {08300.s2} -> {08300.s1} 
+tr {08301.t1} {08300.p1|08301.p0} {08301.s1} -> {08301.p1|08302.p0} {08301.s2} 
+tr {08301.t2} {08301.s2} -> {08301.s1} 
+tr {08302.t1} {08301.p1|08302.p0} {08302.s1} -> {08302.p1|08303.p0} {08302.s2} 
+tr {08302.t2} {08302.s2} -> {08302.s1} 
+tr {08303.t1} {08302.p1|08303.p0} {08303.s1} -> {08303.p1|08304.p0} {08303.s2} 
+tr {08303.t2} {08303.s2} -> {08303.s1} 
+tr {08304.t1} {08303.p1|08304.p0} {08304.s1} -> {08304.p1|08305.p0} {08304.s2} 
+tr {08304.t2} {08304.s2} -> {08304.s1} 
+tr {08305.t1} {08304.p1|08305.p0} {08305.s1} -> {08305.p1|08306.p0} {08305.s2} 
+tr {08305.t2} {08305.s2} -> {08305.s1} 
+tr {08306.t1} {08305.p1|08306.p0} {08306.s1} -> {08306.p1|08307.p0} {08306.s2} 
+tr {08306.t2} {08306.s2} -> {08306.s1} 
+tr {08307.t1} {08306.p1|08307.p0} {08307.s1} -> {08307.p1|08308.p0} {08307.s2} 
+tr {08307.t2} {08307.s2} -> {08307.s1} 
+tr {08308.t1} {08307.p1|08308.p0} {08308.s1} -> {08308.p1|08309.p0} {08308.s2} 
+tr {08308.t2} {08308.s2} -> {08308.s1} 
+tr {08309.t1} {08308.p1|08309.p0} {08309.s1} -> {08309.p1|08310.p0} {08309.s2} 
+tr {08309.t2} {08309.s2} -> {08309.s1} 
+tr {08310.t1} {08309.p1|08310.p0} {08310.s1} -> {08310.p1|08311.p0} {08310.s2} 
+tr {08310.t2} {08310.s2} -> {08310.s1} 
+tr {08311.t1} {08310.p1|08311.p0} {08311.s1} -> {08311.p1|08312.p0} {08311.s2} 
+tr {08311.t2} {08311.s2} -> {08311.s1} 
+tr {08312.t1} {08311.p1|08312.p0} {08312.s1} -> {08312.p1|08313.p0} {08312.s2} 
+tr {08312.t2} {08312.s2} -> {08312.s1} 
+tr {08313.t1} {08312.p1|08313.p0} {08313.s1} -> {08313.p1|08314.p0} {08313.s2} 
+tr {08313.t2} {08313.s2} -> {08313.s1} 
+tr {08314.t1} {08313.p1|08314.p0} {08314.s1} -> {08314.p1|08315.p0} {08314.s2} 
+tr {08314.t2} {08314.s2} -> {08314.s1} 
+tr {08315.t1} {08314.p1|08315.p0} {08315.s1} -> {08315.p1|08316.p0} {08315.s2} 
+tr {08315.t2} {08315.s2} -> {08315.s1} 
+tr {08316.t1} {08315.p1|08316.p0} {08316.s1} -> {08316.p1|08317.p0} {08316.s2} 
+tr {08316.t2} {08316.s2} -> {08316.s1} 
+tr {08317.t1} {08316.p1|08317.p0} {08317.s1} -> {08317.p1|08318.p0} {08317.s2} 
+tr {08317.t2} {08317.s2} -> {08317.s1} 
+tr {08318.t1} {08317.p1|08318.p0} {08318.s1} -> {08318.p1|08319.p0} {08318.s2} 
+tr {08318.t2} {08318.s2} -> {08318.s1} 
+tr {08319.t1} {08318.p1|08319.p0} {08319.s1} -> {08319.p1|08320.p0} {08319.s2} 
+tr {08319.t2} {08319.s2} -> {08319.s1} 
+tr {08320.t1} {08319.p1|08320.p0} {08320.s1} -> {08320.p1|08321.p0} {08320.s2} 
+tr {08320.t2} {08320.s2} -> {08320.s1} 
+tr {08321.t1} {08320.p1|08321.p0} {08321.s1} -> {08321.p1|08322.p0} {08321.s2} 
+tr {08321.t2} {08321.s2} -> {08321.s1} 
+tr {08322.t1} {08321.p1|08322.p0} {08322.s1} -> {08322.p1|08323.p0} {08322.s2} 
+tr {08322.t2} {08322.s2} -> {08322.s1} 
+tr {08323.t1} {08322.p1|08323.p0} {08323.s1} -> {08323.p1|08324.p0} {08323.s2} 
+tr {08323.t2} {08323.s2} -> {08323.s1} 
+tr {08324.t1} {08323.p1|08324.p0} {08324.s1} -> {08324.p1|08325.p0} {08324.s2} 
+tr {08324.t2} {08324.s2} -> {08324.s1} 
+tr {08325.t1} {08324.p1|08325.p0} {08325.s1} -> {08325.p1|08326.p0} {08325.s2} 
+tr {08325.t2} {08325.s2} -> {08325.s1} 
+tr {08326.t1} {08325.p1|08326.p0} {08326.s1} -> {08326.p1|08327.p0} {08326.s2} 
+tr {08326.t2} {08326.s2} -> {08326.s1} 
+tr {08327.t1} {08326.p1|08327.p0} {08327.s1} -> {08327.p1|08328.p0} {08327.s2} 
+tr {08327.t2} {08327.s2} -> {08327.s1} 
+tr {08328.t1} {08327.p1|08328.p0} {08328.s1} -> {08328.p1|08329.p0} {08328.s2} 
+tr {08328.t2} {08328.s2} -> {08328.s1} 
+tr {08329.t1} {08328.p1|08329.p0} {08329.s1} -> {08329.p1|08330.p0} {08329.s2} 
+tr {08329.t2} {08329.s2} -> {08329.s1} 
+tr {08330.t1} {08329.p1|08330.p0} {08330.s1} -> {08330.p1|08331.p0} {08330.s2} 
+tr {08330.t2} {08330.s2} -> {08330.s1} 
+tr {08331.t1} {08330.p1|08331.p0} {08331.s1} -> {08331.p1|08332.p0} {08331.s2} 
+tr {08331.t2} {08331.s2} -> {08331.s1} 
+tr {08332.t1} {08331.p1|08332.p0} {08332.s1} -> {08332.p1|08333.p0} {08332.s2} 
+tr {08332.t2} {08332.s2} -> {08332.s1} 
+tr {08333.t1} {08332.p1|08333.p0} {08333.s1} -> {08333.p1|08334.p0} {08333.s2} 
+tr {08333.t2} {08333.s2} -> {08333.s1} 
+tr {08334.t1} {08333.p1|08334.p0} {08334.s1} -> {08334.p1|08335.p0} {08334.s2} 
+tr {08334.t2} {08334.s2} -> {08334.s1} 
+tr {08335.t1} {08334.p1|08335.p0} {08335.s1} -> {08335.p1|08336.p0} {08335.s2} 
+tr {08335.t2} {08335.s2} -> {08335.s1} 
+tr {08336.t1} {08335.p1|08336.p0} {08336.s1} -> {08336.p1|08337.p0} {08336.s2} 
+tr {08336.t2} {08336.s2} -> {08336.s1} 
+tr {08337.t1} {08336.p1|08337.p0} {08337.s1} -> {08337.p1|08338.p0} {08337.s2} 
+tr {08337.t2} {08337.s2} -> {08337.s1} 
+tr {08338.t1} {08337.p1|08338.p0} {08338.s1} -> {08338.p1|08339.p0} {08338.s2} 
+tr {08338.t2} {08338.s2} -> {08338.s1} 
+tr {08339.t1} {08338.p1|08339.p0} {08339.s1} -> {08339.p1|08340.p0} {08339.s2} 
+tr {08339.t2} {08339.s2} -> {08339.s1} 
+tr {08340.t1} {08339.p1|08340.p0} {08340.s1} -> {08340.p1|08341.p0} {08340.s2} 
+tr {08340.t2} {08340.s2} -> {08340.s1} 
+tr {08341.t1} {08340.p1|08341.p0} {08341.s1} -> {08341.p1|08342.p0} {08341.s2} 
+tr {08341.t2} {08341.s2} -> {08341.s1} 
+tr {08342.t1} {08341.p1|08342.p0} {08342.s1} -> {08342.p1|08343.p0} {08342.s2} 
+tr {08342.t2} {08342.s2} -> {08342.s1} 
+tr {08343.t1} {08342.p1|08343.p0} {08343.s1} -> {08343.p1|08344.p0} {08343.s2} 
+tr {08343.t2} {08343.s2} -> {08343.s1} 
+tr {08344.t1} {08343.p1|08344.p0} {08344.s1} -> {08344.p1|08345.p0} {08344.s2} 
+tr {08344.t2} {08344.s2} -> {08344.s1} 
+tr {08345.t1} {08344.p1|08345.p0} {08345.s1} -> {08345.p1|08346.p0} {08345.s2} 
+tr {08345.t2} {08345.s2} -> {08345.s1} 
+tr {08346.t1} {08345.p1|08346.p0} {08346.s1} -> {08346.p1|08347.p0} {08346.s2} 
+tr {08346.t2} {08346.s2} -> {08346.s1} 
+tr {08347.t1} {08346.p1|08347.p0} {08347.s1} -> {08347.p1|08348.p0} {08347.s2} 
+tr {08347.t2} {08347.s2} -> {08347.s1} 
+tr {08348.t1} {08347.p1|08348.p0} {08348.s1} -> {08348.p1|08349.p0} {08348.s2} 
+tr {08348.t2} {08348.s2} -> {08348.s1} 
+tr {08349.t1} {08348.p1|08349.p0} {08349.s1} -> {08349.p1|08350.p0} {08349.s2} 
+tr {08349.t2} {08349.s2} -> {08349.s1} 
+tr {08350.t1} {08349.p1|08350.p0} {08350.s1} -> {08350.p1|08351.p0} {08350.s2} 
+tr {08350.t2} {08350.s2} -> {08350.s1} 
+tr {08351.t1} {08350.p1|08351.p0} {08351.s1} -> {08351.p1|08352.p0} {08351.s2} 
+tr {08351.t2} {08351.s2} -> {08351.s1} 
+tr {08352.t1} {08351.p1|08352.p0} {08352.s1} -> {08352.p1|08353.p0} {08352.s2} 
+tr {08352.t2} {08352.s2} -> {08352.s1} 
+tr {08353.t1} {08352.p1|08353.p0} {08353.s1} -> {08353.p1|08354.p0} {08353.s2} 
+tr {08353.t2} {08353.s2} -> {08353.s1} 
+tr {08354.t1} {08353.p1|08354.p0} {08354.s1} -> {08354.p1|08355.p0} {08354.s2} 
+tr {08354.t2} {08354.s2} -> {08354.s1} 
+tr {08355.t1} {08354.p1|08355.p0} {08355.s1} -> {08355.p1|08356.p0} {08355.s2} 
+tr {08355.t2} {08355.s2} -> {08355.s1} 
+tr {08356.t1} {08355.p1|08356.p0} {08356.s1} -> {08356.p1|08357.p0} {08356.s2} 
+tr {08356.t2} {08356.s2} -> {08356.s1} 
+tr {08357.t1} {08356.p1|08357.p0} {08357.s1} -> {08357.p1|08358.p0} {08357.s2} 
+tr {08357.t2} {08357.s2} -> {08357.s1} 
+tr {08358.t1} {08357.p1|08358.p0} {08358.s1} -> {08358.p1|08359.p0} {08358.s2} 
+tr {08358.t2} {08358.s2} -> {08358.s1} 
+tr {08359.t1} {08358.p1|08359.p0} {08359.s1} -> {08359.p1|08360.p0} {08359.s2} 
+tr {08359.t2} {08359.s2} -> {08359.s1} 
+tr {08360.t1} {08359.p1|08360.p0} {08360.s1} -> {08360.p1|08361.p0} {08360.s2} 
+tr {08360.t2} {08360.s2} -> {08360.s1} 
+tr {08361.t1} {08360.p1|08361.p0} {08361.s1} -> {08361.p1|08362.p0} {08361.s2} 
+tr {08361.t2} {08361.s2} -> {08361.s1} 
+tr {08362.t1} {08361.p1|08362.p0} {08362.s1} -> {08362.p1|08363.p0} {08362.s2} 
+tr {08362.t2} {08362.s2} -> {08362.s1} 
+tr {08363.t1} {08362.p1|08363.p0} {08363.s1} -> {08363.p1|08364.p0} {08363.s2} 
+tr {08363.t2} {08363.s2} -> {08363.s1} 
+tr {08364.t1} {08363.p1|08364.p0} {08364.s1} -> {08364.p1|08365.p0} {08364.s2} 
+tr {08364.t2} {08364.s2} -> {08364.s1} 
+tr {08365.t1} {08364.p1|08365.p0} {08365.s1} -> {08365.p1|08366.p0} {08365.s2} 
+tr {08365.t2} {08365.s2} -> {08365.s1} 
+tr {08366.t1} {08365.p1|08366.p0} {08366.s1} -> {08366.p1|08367.p0} {08366.s2} 
+tr {08366.t2} {08366.s2} -> {08366.s1} 
+tr {08367.t1} {08366.p1|08367.p0} {08367.s1} -> {08367.p1|08368.p0} {08367.s2} 
+tr {08367.t2} {08367.s2} -> {08367.s1} 
+tr {08368.t1} {08367.p1|08368.p0} {08368.s1} -> {08368.p1|08369.p0} {08368.s2} 
+tr {08368.t2} {08368.s2} -> {08368.s1} 
+tr {08369.t1} {08368.p1|08369.p0} {08369.s1} -> {08369.p1|08370.p0} {08369.s2} 
+tr {08369.t2} {08369.s2} -> {08369.s1} 
+tr {08370.t1} {08369.p1|08370.p0} {08370.s1} -> {08370.p1|08371.p0} {08370.s2} 
+tr {08370.t2} {08370.s2} -> {08370.s1} 
+tr {08371.t1} {08370.p1|08371.p0} {08371.s1} -> {08371.p1|08372.p0} {08371.s2} 
+tr {08371.t2} {08371.s2} -> {08371.s1} 
+tr {08372.t1} {08371.p1|08372.p0} {08372.s1} -> {08372.p1|08373.p0} {08372.s2} 
+tr {08372.t2} {08372.s2} -> {08372.s1} 
+tr {08373.t1} {08372.p1|08373.p0} {08373.s1} -> {08373.p1|08374.p0} {08373.s2} 
+tr {08373.t2} {08373.s2} -> {08373.s1} 
+tr {08374.t1} {08373.p1|08374.p0} {08374.s1} -> {08374.p1|08375.p0} {08374.s2} 
+tr {08374.t2} {08374.s2} -> {08374.s1} 
+tr {08375.t1} {08374.p1|08375.p0} {08375.s1} -> {08375.p1|08376.p0} {08375.s2} 
+tr {08375.t2} {08375.s2} -> {08375.s1} 
+tr {08376.t1} {08375.p1|08376.p0} {08376.s1} -> {08376.p1|08377.p0} {08376.s2} 
+tr {08376.t2} {08376.s2} -> {08376.s1} 
+tr {08377.t1} {08376.p1|08377.p0} {08377.s1} -> {08377.p1|08378.p0} {08377.s2} 
+tr {08377.t2} {08377.s2} -> {08377.s1} 
+tr {08378.t1} {08377.p1|08378.p0} {08378.s1} -> {08378.p1|08379.p0} {08378.s2} 
+tr {08378.t2} {08378.s2} -> {08378.s1} 
+tr {08379.t1} {08378.p1|08379.p0} {08379.s1} -> {08379.p1|08380.p0} {08379.s2} 
+tr {08379.t2} {08379.s2} -> {08379.s1} 
+tr {08380.t1} {08379.p1|08380.p0} {08380.s1} -> {08380.p1|08381.p0} {08380.s2} 
+tr {08380.t2} {08380.s2} -> {08380.s1} 
+tr {08381.t1} {08380.p1|08381.p0} {08381.s1} -> {08381.p1|08382.p0} {08381.s2} 
+tr {08381.t2} {08381.s2} -> {08381.s1} 
+tr {08382.t1} {08381.p1|08382.p0} {08382.s1} -> {08382.p1|08383.p0} {08382.s2} 
+tr {08382.t2} {08382.s2} -> {08382.s1} 
+tr {08383.t1} {08382.p1|08383.p0} {08383.s1} -> {08383.p1|08384.p0} {08383.s2} 
+tr {08383.t2} {08383.s2} -> {08383.s1} 
+tr {08384.t1} {08383.p1|08384.p0} {08384.s1} -> {08384.p1|08385.p0} {08384.s2} 
+tr {08384.t2} {08384.s2} -> {08384.s1} 
+tr {08385.t1} {08384.p1|08385.p0} {08385.s1} -> {08385.p1|08386.p0} {08385.s2} 
+tr {08385.t2} {08385.s2} -> {08385.s1} 
+tr {08386.t1} {08385.p1|08386.p0} {08386.s1} -> {08386.p1|08387.p0} {08386.s2} 
+tr {08386.t2} {08386.s2} -> {08386.s1} 
+tr {08387.t1} {08386.p1|08387.p0} {08387.s1} -> {08387.p1|08388.p0} {08387.s2} 
+tr {08387.t2} {08387.s2} -> {08387.s1} 
+tr {08388.t1} {08387.p1|08388.p0} {08388.s1} -> {08388.p1|08389.p0} {08388.s2} 
+tr {08388.t2} {08388.s2} -> {08388.s1} 
+tr {08389.t1} {08388.p1|08389.p0} {08389.s1} -> {08389.p1|08390.p0} {08389.s2} 
+tr {08389.t2} {08389.s2} -> {08389.s1} 
+tr {08390.t1} {08389.p1|08390.p0} {08390.s1} -> {08390.p1|08391.p0} {08390.s2} 
+tr {08390.t2} {08390.s2} -> {08390.s1} 
+tr {08391.t1} {08390.p1|08391.p0} {08391.s1} -> {08391.p1|08392.p0} {08391.s2} 
+tr {08391.t2} {08391.s2} -> {08391.s1} 
+tr {08392.t1} {08391.p1|08392.p0} {08392.s1} -> {08392.p1|08393.p0} {08392.s2} 
+tr {08392.t2} {08392.s2} -> {08392.s1} 
+tr {08393.t1} {08392.p1|08393.p0} {08393.s1} -> {08393.p1|08394.p0} {08393.s2} 
+tr {08393.t2} {08393.s2} -> {08393.s1} 
+tr {08394.t1} {08393.p1|08394.p0} {08394.s1} -> {08394.p1|08395.p0} {08394.s2} 
+tr {08394.t2} {08394.s2} -> {08394.s1} 
+tr {08395.t1} {08394.p1|08395.p0} {08395.s1} -> {08395.p1|08396.p0} {08395.s2} 
+tr {08395.t2} {08395.s2} -> {08395.s1} 
+tr {08396.t1} {08395.p1|08396.p0} {08396.s1} -> {08396.p1|08397.p0} {08396.s2} 
+tr {08396.t2} {08396.s2} -> {08396.s1} 
+tr {08397.t1} {08396.p1|08397.p0} {08397.s1} -> {08397.p1|08398.p0} {08397.s2} 
+tr {08397.t2} {08397.s2} -> {08397.s1} 
+tr {08398.t1} {08397.p1|08398.p0} {08398.s1} -> {08398.p1|08399.p0} {08398.s2} 
+tr {08398.t2} {08398.s2} -> {08398.s1} 
+tr {08399.t1} {08398.p1|08399.p0} {08399.s1} -> {08399.p1|08400.p0} {08399.s2} 
+tr {08399.t2} {08399.s2} -> {08399.s1} 
+tr {08400.t1} {08399.p1|08400.p0} {08400.s1} -> {08400.p1|08401.p0} {08400.s2} 
+tr {08400.t2} {08400.s2} -> {08400.s1} 
+tr {08401.t1} {08400.p1|08401.p0} {08401.s1} -> {08401.p1|08402.p0} {08401.s2} 
+tr {08401.t2} {08401.s2} -> {08401.s1} 
+tr {08402.t1} {08401.p1|08402.p0} {08402.s1} -> {08402.p1|08403.p0} {08402.s2} 
+tr {08402.t2} {08402.s2} -> {08402.s1} 
+tr {08403.t1} {08402.p1|08403.p0} {08403.s1} -> {08403.p1|08404.p0} {08403.s2} 
+tr {08403.t2} {08403.s2} -> {08403.s1} 
+tr {08404.t1} {08403.p1|08404.p0} {08404.s1} -> {08404.p1|08405.p0} {08404.s2} 
+tr {08404.t2} {08404.s2} -> {08404.s1} 
+tr {08405.t1} {08404.p1|08405.p0} {08405.s1} -> {08405.p1|08406.p0} {08405.s2} 
+tr {08405.t2} {08405.s2} -> {08405.s1} 
+tr {08406.t1} {08405.p1|08406.p0} {08406.s1} -> {08406.p1|08407.p0} {08406.s2} 
+tr {08406.t2} {08406.s2} -> {08406.s1} 
+tr {08407.t1} {08406.p1|08407.p0} {08407.s1} -> {08407.p1|08408.p0} {08407.s2} 
+tr {08407.t2} {08407.s2} -> {08407.s1} 
+tr {08408.t1} {08407.p1|08408.p0} {08408.s1} -> {08408.p1|08409.p0} {08408.s2} 
+tr {08408.t2} {08408.s2} -> {08408.s1} 
+tr {08409.t1} {08408.p1|08409.p0} {08409.s1} -> {08409.p1|08410.p0} {08409.s2} 
+tr {08409.t2} {08409.s2} -> {08409.s1} 
+tr {08410.t1} {08409.p1|08410.p0} {08410.s1} -> {08410.p1|08411.p0} {08410.s2} 
+tr {08410.t2} {08410.s2} -> {08410.s1} 
+tr {08411.t1} {08410.p1|08411.p0} {08411.s1} -> {08411.p1|08412.p0} {08411.s2} 
+tr {08411.t2} {08411.s2} -> {08411.s1} 
+tr {08412.t1} {08411.p1|08412.p0} {08412.s1} -> {08412.p1|08413.p0} {08412.s2} 
+tr {08412.t2} {08412.s2} -> {08412.s1} 
+tr {08413.t1} {08412.p1|08413.p0} {08413.s1} -> {08413.p1|08414.p0} {08413.s2} 
+tr {08413.t2} {08413.s2} -> {08413.s1} 
+tr {08414.t1} {08413.p1|08414.p0} {08414.s1} -> {08414.p1|08415.p0} {08414.s2} 
+tr {08414.t2} {08414.s2} -> {08414.s1} 
+tr {08415.t1} {08414.p1|08415.p0} {08415.s1} -> {08415.p1|08416.p0} {08415.s2} 
+tr {08415.t2} {08415.s2} -> {08415.s1} 
+tr {08416.t1} {08415.p1|08416.p0} {08416.s1} -> {08416.p1|08417.p0} {08416.s2} 
+tr {08416.t2} {08416.s2} -> {08416.s1} 
+tr {08417.t1} {08416.p1|08417.p0} {08417.s1} -> {08417.p1|08418.p0} {08417.s2} 
+tr {08417.t2} {08417.s2} -> {08417.s1} 
+tr {08418.t1} {08417.p1|08418.p0} {08418.s1} -> {08418.p1|08419.p0} {08418.s2} 
+tr {08418.t2} {08418.s2} -> {08418.s1} 
+tr {08419.t1} {08418.p1|08419.p0} {08419.s1} -> {08419.p1|08420.p0} {08419.s2} 
+tr {08419.t2} {08419.s2} -> {08419.s1} 
+tr {08420.t1} {08419.p1|08420.p0} {08420.s1} -> {08420.p1|08421.p0} {08420.s2} 
+tr {08420.t2} {08420.s2} -> {08420.s1} 
+tr {08421.t1} {08420.p1|08421.p0} {08421.s1} -> {08421.p1|08422.p0} {08421.s2} 
+tr {08421.t2} {08421.s2} -> {08421.s1} 
+tr {08422.t1} {08421.p1|08422.p0} {08422.s1} -> {08422.p1|08423.p0} {08422.s2} 
+tr {08422.t2} {08422.s2} -> {08422.s1} 
+tr {08423.t1} {08422.p1|08423.p0} {08423.s1} -> {08423.p1|08424.p0} {08423.s2} 
+tr {08423.t2} {08423.s2} -> {08423.s1} 
+tr {08424.t1} {08423.p1|08424.p0} {08424.s1} -> {08424.p1|08425.p0} {08424.s2} 
+tr {08424.t2} {08424.s2} -> {08424.s1} 
+tr {08425.t1} {08424.p1|08425.p0} {08425.s1} -> {08425.p1|08426.p0} {08425.s2} 
+tr {08425.t2} {08425.s2} -> {08425.s1} 
+tr {08426.t1} {08425.p1|08426.p0} {08426.s1} -> {08426.p1|08427.p0} {08426.s2} 
+tr {08426.t2} {08426.s2} -> {08426.s1} 
+tr {08427.t1} {08426.p1|08427.p0} {08427.s1} -> {08427.p1|08428.p0} {08427.s2} 
+tr {08427.t2} {08427.s2} -> {08427.s1} 
+tr {08428.t1} {08427.p1|08428.p0} {08428.s1} -> {08428.p1|08429.p0} {08428.s2} 
+tr {08428.t2} {08428.s2} -> {08428.s1} 
+tr {08429.t1} {08428.p1|08429.p0} {08429.s1} -> {08429.p1|08430.p0} {08429.s2} 
+tr {08429.t2} {08429.s2} -> {08429.s1} 
+tr {08430.t1} {08429.p1|08430.p0} {08430.s1} -> {08430.p1|08431.p0} {08430.s2} 
+tr {08430.t2} {08430.s2} -> {08430.s1} 
+tr {08431.t1} {08430.p1|08431.p0} {08431.s1} -> {08431.p1|08432.p0} {08431.s2} 
+tr {08431.t2} {08431.s2} -> {08431.s1} 
+tr {08432.t1} {08431.p1|08432.p0} {08432.s1} -> {08432.p1|08433.p0} {08432.s2} 
+tr {08432.t2} {08432.s2} -> {08432.s1} 
+tr {08433.t1} {08432.p1|08433.p0} {08433.s1} -> {08433.p1|08434.p0} {08433.s2} 
+tr {08433.t2} {08433.s2} -> {08433.s1} 
+tr {08434.t1} {08433.p1|08434.p0} {08434.s1} -> {08434.p1|08435.p0} {08434.s2} 
+tr {08434.t2} {08434.s2} -> {08434.s1} 
+tr {08435.t1} {08434.p1|08435.p0} {08435.s1} -> {08435.p1|08436.p0} {08435.s2} 
+tr {08435.t2} {08435.s2} -> {08435.s1} 
+tr {08436.t1} {08435.p1|08436.p0} {08436.s1} -> {08436.p1|08437.p0} {08436.s2} 
+tr {08436.t2} {08436.s2} -> {08436.s1} 
+tr {08437.t1} {08436.p1|08437.p0} {08437.s1} -> {08437.p1|08438.p0} {08437.s2} 
+tr {08437.t2} {08437.s2} -> {08437.s1} 
+tr {08438.t1} {08437.p1|08438.p0} {08438.s1} -> {08438.p1|08439.p0} {08438.s2} 
+tr {08438.t2} {08438.s2} -> {08438.s1} 
+tr {08439.t1} {08438.p1|08439.p0} {08439.s1} -> {08439.p1|08440.p0} {08439.s2} 
+tr {08439.t2} {08439.s2} -> {08439.s1} 
+tr {08440.t1} {08439.p1|08440.p0} {08440.s1} -> {08440.p1|08441.p0} {08440.s2} 
+tr {08440.t2} {08440.s2} -> {08440.s1} 
+tr {08441.t1} {08440.p1|08441.p0} {08441.s1} -> {08441.p1|08442.p0} {08441.s2} 
+tr {08441.t2} {08441.s2} -> {08441.s1} 
+tr {08442.t1} {08441.p1|08442.p0} {08442.s1} -> {08442.p1|08443.p0} {08442.s2} 
+tr {08442.t2} {08442.s2} -> {08442.s1} 
+tr {08443.t1} {08442.p1|08443.p0} {08443.s1} -> {08443.p1|08444.p0} {08443.s2} 
+tr {08443.t2} {08443.s2} -> {08443.s1} 
+tr {08444.t1} {08443.p1|08444.p0} {08444.s1} -> {08444.p1|08445.p0} {08444.s2} 
+tr {08444.t2} {08444.s2} -> {08444.s1} 
+tr {08445.t1} {08444.p1|08445.p0} {08445.s1} -> {08445.p1|08446.p0} {08445.s2} 
+tr {08445.t2} {08445.s2} -> {08445.s1} 
+tr {08446.t1} {08445.p1|08446.p0} {08446.s1} -> {08446.p1|08447.p0} {08446.s2} 
+tr {08446.t2} {08446.s2} -> {08446.s1} 
+tr {08447.t1} {08446.p1|08447.p0} {08447.s1} -> {08447.p1|08448.p0} {08447.s2} 
+tr {08447.t2} {08447.s2} -> {08447.s1} 
+tr {08448.t1} {08447.p1|08448.p0} {08448.s1} -> {08448.p1|08449.p0} {08448.s2} 
+tr {08448.t2} {08448.s2} -> {08448.s1} 
+tr {08449.t1} {08448.p1|08449.p0} {08449.s1} -> {08449.p1|08450.p0} {08449.s2} 
+tr {08449.t2} {08449.s2} -> {08449.s1} 
+tr {08450.t1} {08449.p1|08450.p0} {08450.s1} -> {08450.p1|08451.p0} {08450.s2} 
+tr {08450.t2} {08450.s2} -> {08450.s1} 
+tr {08451.t1} {08450.p1|08451.p0} {08451.s1} -> {08451.p1|08452.p0} {08451.s2} 
+tr {08451.t2} {08451.s2} -> {08451.s1} 
+tr {08452.t1} {08451.p1|08452.p0} {08452.s1} -> {08452.p1|08453.p0} {08452.s2} 
+tr {08452.t2} {08452.s2} -> {08452.s1} 
+tr {08453.t1} {08452.p1|08453.p0} {08453.s1} -> {08453.p1|08454.p0} {08453.s2} 
+tr {08453.t2} {08453.s2} -> {08453.s1} 
+tr {08454.t1} {08453.p1|08454.p0} {08454.s1} -> {08454.p1|08455.p0} {08454.s2} 
+tr {08454.t2} {08454.s2} -> {08454.s1} 
+tr {08455.t1} {08454.p1|08455.p0} {08455.s1} -> {08455.p1|08456.p0} {08455.s2} 
+tr {08455.t2} {08455.s2} -> {08455.s1} 
+tr {08456.t1} {08455.p1|08456.p0} {08456.s1} -> {08456.p1|08457.p0} {08456.s2} 
+tr {08456.t2} {08456.s2} -> {08456.s1} 
+tr {08457.t1} {08456.p1|08457.p0} {08457.s1} -> {08457.p1|08458.p0} {08457.s2} 
+tr {08457.t2} {08457.s2} -> {08457.s1} 
+tr {08458.t1} {08457.p1|08458.p0} {08458.s1} -> {08458.p1|08459.p0} {08458.s2} 
+tr {08458.t2} {08458.s2} -> {08458.s1} 
+tr {08459.t1} {08458.p1|08459.p0} {08459.s1} -> {08459.p1|08460.p0} {08459.s2} 
+tr {08459.t2} {08459.s2} -> {08459.s1} 
+tr {08460.t1} {08459.p1|08460.p0} {08460.s1} -> {08460.p1|08461.p0} {08460.s2} 
+tr {08460.t2} {08460.s2} -> {08460.s1} 
+tr {08461.t1} {08460.p1|08461.p0} {08461.s1} -> {08461.p1|08462.p0} {08461.s2} 
+tr {08461.t2} {08461.s2} -> {08461.s1} 
+tr {08462.t1} {08461.p1|08462.p0} {08462.s1} -> {08462.p1|08463.p0} {08462.s2} 
+tr {08462.t2} {08462.s2} -> {08462.s1} 
+tr {08463.t1} {08462.p1|08463.p0} {08463.s1} -> {08463.p1|08464.p0} {08463.s2} 
+tr {08463.t2} {08463.s2} -> {08463.s1} 
+tr {08464.t1} {08463.p1|08464.p0} {08464.s1} -> {08464.p1|08465.p0} {08464.s2} 
+tr {08464.t2} {08464.s2} -> {08464.s1} 
+tr {08465.t1} {08464.p1|08465.p0} {08465.s1} -> {08465.p1|08466.p0} {08465.s2} 
+tr {08465.t2} {08465.s2} -> {08465.s1} 
+tr {08466.t1} {08465.p1|08466.p0} {08466.s1} -> {08466.p1|08467.p0} {08466.s2} 
+tr {08466.t2} {08466.s2} -> {08466.s1} 
+tr {08467.t1} {08466.p1|08467.p0} {08467.s1} -> {08467.p1|08468.p0} {08467.s2} 
+tr {08467.t2} {08467.s2} -> {08467.s1} 
+tr {08468.t1} {08467.p1|08468.p0} {08468.s1} -> {08468.p1|08469.p0} {08468.s2} 
+tr {08468.t2} {08468.s2} -> {08468.s1} 
+tr {08469.t1} {08468.p1|08469.p0} {08469.s1} -> {08469.p1|08470.p0} {08469.s2} 
+tr {08469.t2} {08469.s2} -> {08469.s1} 
+tr {08470.t1} {08469.p1|08470.p0} {08470.s1} -> {08470.p1|08471.p0} {08470.s2} 
+tr {08470.t2} {08470.s2} -> {08470.s1} 
+tr {08471.t1} {08470.p1|08471.p0} {08471.s1} -> {08471.p1|08472.p0} {08471.s2} 
+tr {08471.t2} {08471.s2} -> {08471.s1} 
+tr {08472.t1} {08471.p1|08472.p0} {08472.s1} -> {08472.p1|08473.p0} {08472.s2} 
+tr {08472.t2} {08472.s2} -> {08472.s1} 
+tr {08473.t1} {08472.p1|08473.p0} {08473.s1} -> {08473.p1|08474.p0} {08473.s2} 
+tr {08473.t2} {08473.s2} -> {08473.s1} 
+tr {08474.t1} {08473.p1|08474.p0} {08474.s1} -> {08474.p1|08475.p0} {08474.s2} 
+tr {08474.t2} {08474.s2} -> {08474.s1} 
+tr {08475.t1} {08474.p1|08475.p0} {08475.s1} -> {08475.p1|08476.p0} {08475.s2} 
+tr {08475.t2} {08475.s2} -> {08475.s1} 
+tr {08476.t1} {08475.p1|08476.p0} {08476.s1} -> {08476.p1|08477.p0} {08476.s2} 
+tr {08476.t2} {08476.s2} -> {08476.s1} 
+tr {08477.t1} {08476.p1|08477.p0} {08477.s1} -> {08477.p1|08478.p0} {08477.s2} 
+tr {08477.t2} {08477.s2} -> {08477.s1} 
+tr {08478.t1} {08477.p1|08478.p0} {08478.s1} -> {08478.p1|08479.p0} {08478.s2} 
+tr {08478.t2} {08478.s2} -> {08478.s1} 
+tr {08479.t1} {08478.p1|08479.p0} {08479.s1} -> {08479.p1|08480.p0} {08479.s2} 
+tr {08479.t2} {08479.s2} -> {08479.s1} 
+tr {08480.t1} {08479.p1|08480.p0} {08480.s1} -> {08480.p1|08481.p0} {08480.s2} 
+tr {08480.t2} {08480.s2} -> {08480.s1} 
+tr {08481.t1} {08480.p1|08481.p0} {08481.s1} -> {08481.p1|08482.p0} {08481.s2} 
+tr {08481.t2} {08481.s2} -> {08481.s1} 
+tr {08482.t1} {08481.p1|08482.p0} {08482.s1} -> {08482.p1|08483.p0} {08482.s2} 
+tr {08482.t2} {08482.s2} -> {08482.s1} 
+tr {08483.t1} {08482.p1|08483.p0} {08483.s1} -> {08483.p1|08484.p0} {08483.s2} 
+tr {08483.t2} {08483.s2} -> {08483.s1} 
+tr {08484.t1} {08483.p1|08484.p0} {08484.s1} -> {08484.p1|08485.p0} {08484.s2} 
+tr {08484.t2} {08484.s2} -> {08484.s1} 
+tr {08485.t1} {08484.p1|08485.p0} {08485.s1} -> {08485.p1|08486.p0} {08485.s2} 
+tr {08485.t2} {08485.s2} -> {08485.s1} 
+tr {08486.t1} {08485.p1|08486.p0} {08486.s1} -> {08486.p1|08487.p0} {08486.s2} 
+tr {08486.t2} {08486.s2} -> {08486.s1} 
+tr {08487.t1} {08486.p1|08487.p0} {08487.s1} -> {08487.p1|08488.p0} {08487.s2} 
+tr {08487.t2} {08487.s2} -> {08487.s1} 
+tr {08488.t1} {08487.p1|08488.p0} {08488.s1} -> {08488.p1|08489.p0} {08488.s2} 
+tr {08488.t2} {08488.s2} -> {08488.s1} 
+tr {08489.t1} {08488.p1|08489.p0} {08489.s1} -> {08489.p1|08490.p0} {08489.s2} 
+tr {08489.t2} {08489.s2} -> {08489.s1} 
+tr {08490.t1} {08489.p1|08490.p0} {08490.s1} -> {08490.p1|08491.p0} {08490.s2} 
+tr {08490.t2} {08490.s2} -> {08490.s1} 
+tr {08491.t1} {08490.p1|08491.p0} {08491.s1} -> {08491.p1|08492.p0} {08491.s2} 
+tr {08491.t2} {08491.s2} -> {08491.s1} 
+tr {08492.t1} {08491.p1|08492.p0} {08492.s1} -> {08492.p1|08493.p0} {08492.s2} 
+tr {08492.t2} {08492.s2} -> {08492.s1} 
+tr {08493.t1} {08492.p1|08493.p0} {08493.s1} -> {08493.p1|08494.p0} {08493.s2} 
+tr {08493.t2} {08493.s2} -> {08493.s1} 
+tr {08494.t1} {08493.p1|08494.p0} {08494.s1} -> {08494.p1|08495.p0} {08494.s2} 
+tr {08494.t2} {08494.s2} -> {08494.s1} 
+tr {08495.t1} {08494.p1|08495.p0} {08495.s1} -> {08495.p1|08496.p0} {08495.s2} 
+tr {08495.t2} {08495.s2} -> {08495.s1} 
+tr {08496.t1} {08495.p1|08496.p0} {08496.s1} -> {08496.p1|08497.p0} {08496.s2} 
+tr {08496.t2} {08496.s2} -> {08496.s1} 
+tr {08497.t1} {08496.p1|08497.p0} {08497.s1} -> {08497.p1|08498.p0} {08497.s2} 
+tr {08497.t2} {08497.s2} -> {08497.s1} 
+tr {08498.t1} {08497.p1|08498.p0} {08498.s1} -> {08498.p1|08499.p0} {08498.s2} 
+tr {08498.t2} {08498.s2} -> {08498.s1} 
+tr {08499.t1} {08498.p1|08499.p0} {08499.s1} -> {08499.p1|08500.p0} {08499.s2} 
+tr {08499.t2} {08499.s2} -> {08499.s1} 
+tr {08500.t1} {08499.p1|08500.p0} {08500.s1} -> {08500.p1|08501.p0} {08500.s2} 
+tr {08500.t2} {08500.s2} -> {08500.s1} 
+tr {08501.t1} {08500.p1|08501.p0} {08501.s1} -> {08501.p1|08502.p0} {08501.s2} 
+tr {08501.t2} {08501.s2} -> {08501.s1} 
+tr {08502.t1} {08501.p1|08502.p0} {08502.s1} -> {08502.p1|08503.p0} {08502.s2} 
+tr {08502.t2} {08502.s2} -> {08502.s1} 
+tr {08503.t1} {08502.p1|08503.p0} {08503.s1} -> {08503.p1|08504.p0} {08503.s2} 
+tr {08503.t2} {08503.s2} -> {08503.s1} 
+tr {08504.t1} {08503.p1|08504.p0} {08504.s1} -> {08504.p1|08505.p0} {08504.s2} 
+tr {08504.t2} {08504.s2} -> {08504.s1} 
+tr {08505.t1} {08504.p1|08505.p0} {08505.s1} -> {08505.p1|08506.p0} {08505.s2} 
+tr {08505.t2} {08505.s2} -> {08505.s1} 
+tr {08506.t1} {08505.p1|08506.p0} {08506.s1} -> {08506.p1|08507.p0} {08506.s2} 
+tr {08506.t2} {08506.s2} -> {08506.s1} 
+tr {08507.t1} {08506.p1|08507.p0} {08507.s1} -> {08507.p1|08508.p0} {08507.s2} 
+tr {08507.t2} {08507.s2} -> {08507.s1} 
+tr {08508.t1} {08507.p1|08508.p0} {08508.s1} -> {08508.p1|08509.p0} {08508.s2} 
+tr {08508.t2} {08508.s2} -> {08508.s1} 
+tr {08509.t1} {08508.p1|08509.p0} {08509.s1} -> {08509.p1|08510.p0} {08509.s2} 
+tr {08509.t2} {08509.s2} -> {08509.s1} 
+tr {08510.t1} {08509.p1|08510.p0} {08510.s1} -> {08510.p1|08511.p0} {08510.s2} 
+tr {08510.t2} {08510.s2} -> {08510.s1} 
+tr {08511.t1} {08510.p1|08511.p0} {08511.s1} -> {08511.p1|08512.p0} {08511.s2} 
+tr {08511.t2} {08511.s2} -> {08511.s1} 
+tr {08512.t1} {08511.p1|08512.p0} {08512.s1} -> {08512.p1|08513.p0} {08512.s2} 
+tr {08512.t2} {08512.s2} -> {08512.s1} 
+tr {08513.t1} {08512.p1|08513.p0} {08513.s1} -> {08513.p1|08514.p0} {08513.s2} 
+tr {08513.t2} {08513.s2} -> {08513.s1} 
+tr {08514.t1} {08513.p1|08514.p0} {08514.s1} -> {08514.p1|08515.p0} {08514.s2} 
+tr {08514.t2} {08514.s2} -> {08514.s1} 
+tr {08515.t1} {08514.p1|08515.p0} {08515.s1} -> {08515.p1|08516.p0} {08515.s2} 
+tr {08515.t2} {08515.s2} -> {08515.s1} 
+tr {08516.t1} {08515.p1|08516.p0} {08516.s1} -> {08516.p1|08517.p0} {08516.s2} 
+tr {08516.t2} {08516.s2} -> {08516.s1} 
+tr {08517.t1} {08516.p1|08517.p0} {08517.s1} -> {08517.p1|08518.p0} {08517.s2} 
+tr {08517.t2} {08517.s2} -> {08517.s1} 
+tr {08518.t1} {08517.p1|08518.p0} {08518.s1} -> {08518.p1|08519.p0} {08518.s2} 
+tr {08518.t2} {08518.s2} -> {08518.s1} 
+tr {08519.t1} {08518.p1|08519.p0} {08519.s1} -> {08519.p1|08520.p0} {08519.s2} 
+tr {08519.t2} {08519.s2} -> {08519.s1} 
+tr {08520.t1} {08519.p1|08520.p0} {08520.s1} -> {08520.p1|08521.p0} {08520.s2} 
+tr {08520.t2} {08520.s2} -> {08520.s1} 
+tr {08521.t1} {08520.p1|08521.p0} {08521.s1} -> {08521.p1|08522.p0} {08521.s2} 
+tr {08521.t2} {08521.s2} -> {08521.s1} 
+tr {08522.t1} {08521.p1|08522.p0} {08522.s1} -> {08522.p1|08523.p0} {08522.s2} 
+tr {08522.t2} {08522.s2} -> {08522.s1} 
+tr {08523.t1} {08522.p1|08523.p0} {08523.s1} -> {08523.p1|08524.p0} {08523.s2} 
+tr {08523.t2} {08523.s2} -> {08523.s1} 
+tr {08524.t1} {08523.p1|08524.p0} {08524.s1} -> {08524.p1|08525.p0} {08524.s2} 
+tr {08524.t2} {08524.s2} -> {08524.s1} 
+tr {08525.t1} {08524.p1|08525.p0} {08525.s1} -> {08525.p1|08526.p0} {08525.s2} 
+tr {08525.t2} {08525.s2} -> {08525.s1} 
+tr {08526.t1} {08525.p1|08526.p0} {08526.s1} -> {08526.p1|08527.p0} {08526.s2} 
+tr {08526.t2} {08526.s2} -> {08526.s1} 
+tr {08527.t1} {08526.p1|08527.p0} {08527.s1} -> {08527.p1|08528.p0} {08527.s2} 
+tr {08527.t2} {08527.s2} -> {08527.s1} 
+tr {08528.t1} {08527.p1|08528.p0} {08528.s1} -> {08528.p1|08529.p0} {08528.s2} 
+tr {08528.t2} {08528.s2} -> {08528.s1} 
+tr {08529.t1} {08528.p1|08529.p0} {08529.s1} -> {08529.p1|08530.p0} {08529.s2} 
+tr {08529.t2} {08529.s2} -> {08529.s1} 
+tr {08530.t1} {08529.p1|08530.p0} {08530.s1} -> {08530.p1|08531.p0} {08530.s2} 
+tr {08530.t2} {08530.s2} -> {08530.s1} 
+tr {08531.t1} {08530.p1|08531.p0} {08531.s1} -> {08531.p1|08532.p0} {08531.s2} 
+tr {08531.t2} {08531.s2} -> {08531.s1} 
+tr {08532.t1} {08531.p1|08532.p0} {08532.s1} -> {08532.p1|08533.p0} {08532.s2} 
+tr {08532.t2} {08532.s2} -> {08532.s1} 
+tr {08533.t1} {08532.p1|08533.p0} {08533.s1} -> {08533.p1|08534.p0} {08533.s2} 
+tr {08533.t2} {08533.s2} -> {08533.s1} 
+tr {08534.t1} {08533.p1|08534.p0} {08534.s1} -> {08534.p1|08535.p0} {08534.s2} 
+tr {08534.t2} {08534.s2} -> {08534.s1} 
+tr {08535.t1} {08534.p1|08535.p0} {08535.s1} -> {08535.p1|08536.p0} {08535.s2} 
+tr {08535.t2} {08535.s2} -> {08535.s1} 
+tr {08536.t1} {08535.p1|08536.p0} {08536.s1} -> {08536.p1|08537.p0} {08536.s2} 
+tr {08536.t2} {08536.s2} -> {08536.s1} 
+tr {08537.t1} {08536.p1|08537.p0} {08537.s1} -> {08537.p1|08538.p0} {08537.s2} 
+tr {08537.t2} {08537.s2} -> {08537.s1} 
+tr {08538.t1} {08537.p1|08538.p0} {08538.s1} -> {08538.p1|08539.p0} {08538.s2} 
+tr {08538.t2} {08538.s2} -> {08538.s1} 
+tr {08539.t1} {08538.p1|08539.p0} {08539.s1} -> {08539.p1|08540.p0} {08539.s2} 
+tr {08539.t2} {08539.s2} -> {08539.s1} 
+tr {08540.t1} {08539.p1|08540.p0} {08540.s1} -> {08540.p1|08541.p0} {08540.s2} 
+tr {08540.t2} {08540.s2} -> {08540.s1} 
+tr {08541.t1} {08540.p1|08541.p0} {08541.s1} -> {08541.p1|08542.p0} {08541.s2} 
+tr {08541.t2} {08541.s2} -> {08541.s1} 
+tr {08542.t1} {08541.p1|08542.p0} {08542.s1} -> {08542.p1|08543.p0} {08542.s2} 
+tr {08542.t2} {08542.s2} -> {08542.s1} 
+tr {08543.t1} {08542.p1|08543.p0} {08543.s1} -> {08543.p1|08544.p0} {08543.s2} 
+tr {08543.t2} {08543.s2} -> {08543.s1} 
+tr {08544.t1} {08543.p1|08544.p0} {08544.s1} -> {08544.p1|08545.p0} {08544.s2} 
+tr {08544.t2} {08544.s2} -> {08544.s1} 
+tr {08545.t1} {08544.p1|08545.p0} {08545.s1} -> {08545.p1|08546.p0} {08545.s2} 
+tr {08545.t2} {08545.s2} -> {08545.s1} 
+tr {08546.t1} {08545.p1|08546.p0} {08546.s1} -> {08546.p1|08547.p0} {08546.s2} 
+tr {08546.t2} {08546.s2} -> {08546.s1} 
+tr {08547.t1} {08546.p1|08547.p0} {08547.s1} -> {08547.p1|08548.p0} {08547.s2} 
+tr {08547.t2} {08547.s2} -> {08547.s1} 
+tr {08548.t1} {08547.p1|08548.p0} {08548.s1} -> {08548.p1|08549.p0} {08548.s2} 
+tr {08548.t2} {08548.s2} -> {08548.s1} 
+tr {08549.t1} {08548.p1|08549.p0} {08549.s1} -> {08549.p1|08550.p0} {08549.s2} 
+tr {08549.t2} {08549.s2} -> {08549.s1} 
+tr {08550.t1} {08549.p1|08550.p0} {08550.s1} -> {08550.p1|08551.p0} {08550.s2} 
+tr {08550.t2} {08550.s2} -> {08550.s1} 
+tr {08551.t1} {08550.p1|08551.p0} {08551.s1} -> {08551.p1|08552.p0} {08551.s2} 
+tr {08551.t2} {08551.s2} -> {08551.s1} 
+tr {08552.t1} {08551.p1|08552.p0} {08552.s1} -> {08552.p1|08553.p0} {08552.s2} 
+tr {08552.t2} {08552.s2} -> {08552.s1} 
+tr {08553.t1} {08552.p1|08553.p0} {08553.s1} -> {08553.p1|08554.p0} {08553.s2} 
+tr {08553.t2} {08553.s2} -> {08553.s1} 
+tr {08554.t1} {08553.p1|08554.p0} {08554.s1} -> {08554.p1|08555.p0} {08554.s2} 
+tr {08554.t2} {08554.s2} -> {08554.s1} 
+tr {08555.t1} {08554.p1|08555.p0} {08555.s1} -> {08555.p1|08556.p0} {08555.s2} 
+tr {08555.t2} {08555.s2} -> {08555.s1} 
+tr {08556.t1} {08555.p1|08556.p0} {08556.s1} -> {08556.p1|08557.p0} {08556.s2} 
+tr {08556.t2} {08556.s2} -> {08556.s1} 
+tr {08557.t1} {08556.p1|08557.p0} {08557.s1} -> {08557.p1|08558.p0} {08557.s2} 
+tr {08557.t2} {08557.s2} -> {08557.s1} 
+tr {08558.t1} {08557.p1|08558.p0} {08558.s1} -> {08558.p1|08559.p0} {08558.s2} 
+tr {08558.t2} {08558.s2} -> {08558.s1} 
+tr {08559.t1} {08558.p1|08559.p0} {08559.s1} -> {08559.p1|08560.p0} {08559.s2} 
+tr {08559.t2} {08559.s2} -> {08559.s1} 
+tr {08560.t1} {08559.p1|08560.p0} {08560.s1} -> {08560.p1|08561.p0} {08560.s2} 
+tr {08560.t2} {08560.s2} -> {08560.s1} 
+tr {08561.t1} {08560.p1|08561.p0} {08561.s1} -> {08561.p1|08562.p0} {08561.s2} 
+tr {08561.t2} {08561.s2} -> {08561.s1} 
+tr {08562.t1} {08561.p1|08562.p0} {08562.s1} -> {08562.p1|08563.p0} {08562.s2} 
+tr {08562.t2} {08562.s2} -> {08562.s1} 
+tr {08563.t1} {08562.p1|08563.p0} {08563.s1} -> {08563.p1|08564.p0} {08563.s2} 
+tr {08563.t2} {08563.s2} -> {08563.s1} 
+tr {08564.t1} {08563.p1|08564.p0} {08564.s1} -> {08564.p1|08565.p0} {08564.s2} 
+tr {08564.t2} {08564.s2} -> {08564.s1} 
+tr {08565.t1} {08564.p1|08565.p0} {08565.s1} -> {08565.p1|08566.p0} {08565.s2} 
+tr {08565.t2} {08565.s2} -> {08565.s1} 
+tr {08566.t1} {08565.p1|08566.p0} {08566.s1} -> {08566.p1|08567.p0} {08566.s2} 
+tr {08566.t2} {08566.s2} -> {08566.s1} 
+tr {08567.t1} {08566.p1|08567.p0} {08567.s1} -> {08567.p1|08568.p0} {08567.s2} 
+tr {08567.t2} {08567.s2} -> {08567.s1} 
+tr {08568.t1} {08567.p1|08568.p0} {08568.s1} -> {08568.p1|08569.p0} {08568.s2} 
+tr {08568.t2} {08568.s2} -> {08568.s1} 
+tr {08569.t1} {08568.p1|08569.p0} {08569.s1} -> {08569.p1|08570.p0} {08569.s2} 
+tr {08569.t2} {08569.s2} -> {08569.s1} 
+tr {08570.t1} {08569.p1|08570.p0} {08570.s1} -> {08570.p1|08571.p0} {08570.s2} 
+tr {08570.t2} {08570.s2} -> {08570.s1} 
+tr {08571.t1} {08570.p1|08571.p0} {08571.s1} -> {08571.p1|08572.p0} {08571.s2} 
+tr {08571.t2} {08571.s2} -> {08571.s1} 
+tr {08572.t1} {08571.p1|08572.p0} {08572.s1} -> {08572.p1|08573.p0} {08572.s2} 
+tr {08572.t2} {08572.s2} -> {08572.s1} 
+tr {08573.t1} {08572.p1|08573.p0} {08573.s1} -> {08573.p1|08574.p0} {08573.s2} 
+tr {08573.t2} {08573.s2} -> {08573.s1} 
+tr {08574.t1} {08573.p1|08574.p0} {08574.s1} -> {08574.p1|08575.p0} {08574.s2} 
+tr {08574.t2} {08574.s2} -> {08574.s1} 
+tr {08575.t1} {08574.p1|08575.p0} {08575.s1} -> {08575.p1|08576.p0} {08575.s2} 
+tr {08575.t2} {08575.s2} -> {08575.s1} 
+tr {08576.t1} {08575.p1|08576.p0} {08576.s1} -> {08576.p1|08577.p0} {08576.s2} 
+tr {08576.t2} {08576.s2} -> {08576.s1} 
+tr {08577.t1} {08576.p1|08577.p0} {08577.s1} -> {08577.p1|08578.p0} {08577.s2} 
+tr {08577.t2} {08577.s2} -> {08577.s1} 
+tr {08578.t1} {08577.p1|08578.p0} {08578.s1} -> {08578.p1|08579.p0} {08578.s2} 
+tr {08578.t2} {08578.s2} -> {08578.s1} 
+tr {08579.t1} {08578.p1|08579.p0} {08579.s1} -> {08579.p1|08580.p0} {08579.s2} 
+tr {08579.t2} {08579.s2} -> {08579.s1} 
+tr {08580.t1} {08579.p1|08580.p0} {08580.s1} -> {08580.p1|08581.p0} {08580.s2} 
+tr {08580.t2} {08580.s2} -> {08580.s1} 
+tr {08581.t1} {08580.p1|08581.p0} {08581.s1} -> {08581.p1|08582.p0} {08581.s2} 
+tr {08581.t2} {08581.s2} -> {08581.s1} 
+tr {08582.t1} {08581.p1|08582.p0} {08582.s1} -> {08582.p1|08583.p0} {08582.s2} 
+tr {08582.t2} {08582.s2} -> {08582.s1} 
+tr {08583.t1} {08582.p1|08583.p0} {08583.s1} -> {08583.p1|08584.p0} {08583.s2} 
+tr {08583.t2} {08583.s2} -> {08583.s1} 
+tr {08584.t1} {08583.p1|08584.p0} {08584.s1} -> {08584.p1|08585.p0} {08584.s2} 
+tr {08584.t2} {08584.s2} -> {08584.s1} 
+tr {08585.t1} {08584.p1|08585.p0} {08585.s1} -> {08585.p1|08586.p0} {08585.s2} 
+tr {08585.t2} {08585.s2} -> {08585.s1} 
+tr {08586.t1} {08585.p1|08586.p0} {08586.s1} -> {08586.p1|08587.p0} {08586.s2} 
+tr {08586.t2} {08586.s2} -> {08586.s1} 
+tr {08587.t1} {08586.p1|08587.p0} {08587.s1} -> {08587.p1|08588.p0} {08587.s2} 
+tr {08587.t2} {08587.s2} -> {08587.s1} 
+tr {08588.t1} {08587.p1|08588.p0} {08588.s1} -> {08588.p1|08589.p0} {08588.s2} 
+tr {08588.t2} {08588.s2} -> {08588.s1} 
+tr {08589.t1} {08588.p1|08589.p0} {08589.s1} -> {08589.p1|08590.p0} {08589.s2} 
+tr {08589.t2} {08589.s2} -> {08589.s1} 
+tr {08590.t1} {08589.p1|08590.p0} {08590.s1} -> {08590.p1|08591.p0} {08590.s2} 
+tr {08590.t2} {08590.s2} -> {08590.s1} 
+tr {08591.t1} {08590.p1|08591.p0} {08591.s1} -> {08591.p1|08592.p0} {08591.s2} 
+tr {08591.t2} {08591.s2} -> {08591.s1} 
+tr {08592.t1} {08591.p1|08592.p0} {08592.s1} -> {08592.p1|08593.p0} {08592.s2} 
+tr {08592.t2} {08592.s2} -> {08592.s1} 
+tr {08593.t1} {08592.p1|08593.p0} {08593.s1} -> {08593.p1|08594.p0} {08593.s2} 
+tr {08593.t2} {08593.s2} -> {08593.s1} 
+tr {08594.t1} {08593.p1|08594.p0} {08594.s1} -> {08594.p1|08595.p0} {08594.s2} 
+tr {08594.t2} {08594.s2} -> {08594.s1} 
+tr {08595.t1} {08594.p1|08595.p0} {08595.s1} -> {08595.p1|08596.p0} {08595.s2} 
+tr {08595.t2} {08595.s2} -> {08595.s1} 
+tr {08596.t1} {08595.p1|08596.p0} {08596.s1} -> {08596.p1|08597.p0} {08596.s2} 
+tr {08596.t2} {08596.s2} -> {08596.s1} 
+tr {08597.t1} {08596.p1|08597.p0} {08597.s1} -> {08597.p1|08598.p0} {08597.s2} 
+tr {08597.t2} {08597.s2} -> {08597.s1} 
+tr {08598.t1} {08597.p1|08598.p0} {08598.s1} -> {08598.p1|08599.p0} {08598.s2} 
+tr {08598.t2} {08598.s2} -> {08598.s1} 
+tr {08599.t1} {08598.p1|08599.p0} {08599.s1} -> {08599.p1|08600.p0} {08599.s2} 
+tr {08599.t2} {08599.s2} -> {08599.s1} 
+tr {08600.t1} {08599.p1|08600.p0} {08600.s1} -> {08600.p1|08601.p0} {08600.s2} 
+tr {08600.t2} {08600.s2} -> {08600.s1} 
+tr {08601.t1} {08600.p1|08601.p0} {08601.s1} -> {08601.p1|08602.p0} {08601.s2} 
+tr {08601.t2} {08601.s2} -> {08601.s1} 
+tr {08602.t1} {08601.p1|08602.p0} {08602.s1} -> {08602.p1|08603.p0} {08602.s2} 
+tr {08602.t2} {08602.s2} -> {08602.s1} 
+tr {08603.t1} {08602.p1|08603.p0} {08603.s1} -> {08603.p1|08604.p0} {08603.s2} 
+tr {08603.t2} {08603.s2} -> {08603.s1} 
+tr {08604.t1} {08603.p1|08604.p0} {08604.s1} -> {08604.p1|08605.p0} {08604.s2} 
+tr {08604.t2} {08604.s2} -> {08604.s1} 
+tr {08605.t1} {08604.p1|08605.p0} {08605.s1} -> {08605.p1|08606.p0} {08605.s2} 
+tr {08605.t2} {08605.s2} -> {08605.s1} 
+tr {08606.t1} {08605.p1|08606.p0} {08606.s1} -> {08606.p1|08607.p0} {08606.s2} 
+tr {08606.t2} {08606.s2} -> {08606.s1} 
+tr {08607.t1} {08606.p1|08607.p0} {08607.s1} -> {08607.p1|08608.p0} {08607.s2} 
+tr {08607.t2} {08607.s2} -> {08607.s1} 
+tr {08608.t1} {08607.p1|08608.p0} {08608.s1} -> {08608.p1|08609.p0} {08608.s2} 
+tr {08608.t2} {08608.s2} -> {08608.s1} 
+tr {08609.t1} {08608.p1|08609.p0} {08609.s1} -> {08609.p1|08610.p0} {08609.s2} 
+tr {08609.t2} {08609.s2} -> {08609.s1} 
+tr {08610.t1} {08609.p1|08610.p0} {08610.s1} -> {08610.p1|08611.p0} {08610.s2} 
+tr {08610.t2} {08610.s2} -> {08610.s1} 
+tr {08611.t1} {08610.p1|08611.p0} {08611.s1} -> {08611.p1|08612.p0} {08611.s2} 
+tr {08611.t2} {08611.s2} -> {08611.s1} 
+tr {08612.t1} {08611.p1|08612.p0} {08612.s1} -> {08612.p1|08613.p0} {08612.s2} 
+tr {08612.t2} {08612.s2} -> {08612.s1} 
+tr {08613.t1} {08612.p1|08613.p0} {08613.s1} -> {08613.p1|08614.p0} {08613.s2} 
+tr {08613.t2} {08613.s2} -> {08613.s1} 
+tr {08614.t1} {08613.p1|08614.p0} {08614.s1} -> {08614.p1|08615.p0} {08614.s2} 
+tr {08614.t2} {08614.s2} -> {08614.s1} 
+tr {08615.t1} {08614.p1|08615.p0} {08615.s1} -> {08615.p1|08616.p0} {08615.s2} 
+tr {08615.t2} {08615.s2} -> {08615.s1} 
+tr {08616.t1} {08615.p1|08616.p0} {08616.s1} -> {08616.p1|08617.p0} {08616.s2} 
+tr {08616.t2} {08616.s2} -> {08616.s1} 
+tr {08617.t1} {08616.p1|08617.p0} {08617.s1} -> {08617.p1|08618.p0} {08617.s2} 
+tr {08617.t2} {08617.s2} -> {08617.s1} 
+tr {08618.t1} {08617.p1|08618.p0} {08618.s1} -> {08618.p1|08619.p0} {08618.s2} 
+tr {08618.t2} {08618.s2} -> {08618.s1} 
+tr {08619.t1} {08618.p1|08619.p0} {08619.s1} -> {08619.p1|08620.p0} {08619.s2} 
+tr {08619.t2} {08619.s2} -> {08619.s1} 
+tr {08620.t1} {08619.p1|08620.p0} {08620.s1} -> {08620.p1|08621.p0} {08620.s2} 
+tr {08620.t2} {08620.s2} -> {08620.s1} 
+tr {08621.t1} {08620.p1|08621.p0} {08621.s1} -> {08621.p1|08622.p0} {08621.s2} 
+tr {08621.t2} {08621.s2} -> {08621.s1} 
+tr {08622.t1} {08621.p1|08622.p0} {08622.s1} -> {08622.p1|08623.p0} {08622.s2} 
+tr {08622.t2} {08622.s2} -> {08622.s1} 
+tr {08623.t1} {08622.p1|08623.p0} {08623.s1} -> {08623.p1|08624.p0} {08623.s2} 
+tr {08623.t2} {08623.s2} -> {08623.s1} 
+tr {08624.t1} {08623.p1|08624.p0} {08624.s1} -> {08624.p1|08625.p0} {08624.s2} 
+tr {08624.t2} {08624.s2} -> {08624.s1} 
+tr {08625.t1} {08624.p1|08625.p0} {08625.s1} -> {08625.p1|08626.p0} {08625.s2} 
+tr {08625.t2} {08625.s2} -> {08625.s1} 
+tr {08626.t1} {08625.p1|08626.p0} {08626.s1} -> {08626.p1|08627.p0} {08626.s2} 
+tr {08626.t2} {08626.s2} -> {08626.s1} 
+tr {08627.t1} {08626.p1|08627.p0} {08627.s1} -> {08627.p1|08628.p0} {08627.s2} 
+tr {08627.t2} {08627.s2} -> {08627.s1} 
+tr {08628.t1} {08627.p1|08628.p0} {08628.s1} -> {08628.p1|08629.p0} {08628.s2} 
+tr {08628.t2} {08628.s2} -> {08628.s1} 
+tr {08629.t1} {08628.p1|08629.p0} {08629.s1} -> {08629.p1|08630.p0} {08629.s2} 
+tr {08629.t2} {08629.s2} -> {08629.s1} 
+tr {08630.t1} {08629.p1|08630.p0} {08630.s1} -> {08630.p1|08631.p0} {08630.s2} 
+tr {08630.t2} {08630.s2} -> {08630.s1} 
+tr {08631.t1} {08630.p1|08631.p0} {08631.s1} -> {08631.p1|08632.p0} {08631.s2} 
+tr {08631.t2} {08631.s2} -> {08631.s1} 
+tr {08632.t1} {08631.p1|08632.p0} {08632.s1} -> {08632.p1|08633.p0} {08632.s2} 
+tr {08632.t2} {08632.s2} -> {08632.s1} 
+tr {08633.t1} {08632.p1|08633.p0} {08633.s1} -> {08633.p1|08634.p0} {08633.s2} 
+tr {08633.t2} {08633.s2} -> {08633.s1} 
+tr {08634.t1} {08633.p1|08634.p0} {08634.s1} -> {08634.p1|08635.p0} {08634.s2} 
+tr {08634.t2} {08634.s2} -> {08634.s1} 
+tr {08635.t1} {08634.p1|08635.p0} {08635.s1} -> {08635.p1|08636.p0} {08635.s2} 
+tr {08635.t2} {08635.s2} -> {08635.s1} 
+tr {08636.t1} {08635.p1|08636.p0} {08636.s1} -> {08636.p1|08637.p0} {08636.s2} 
+tr {08636.t2} {08636.s2} -> {08636.s1} 
+tr {08637.t1} {08636.p1|08637.p0} {08637.s1} -> {08637.p1|08638.p0} {08637.s2} 
+tr {08637.t2} {08637.s2} -> {08637.s1} 
+tr {08638.t1} {08637.p1|08638.p0} {08638.s1} -> {08638.p1|08639.p0} {08638.s2} 
+tr {08638.t2} {08638.s2} -> {08638.s1} 
+tr {08639.t1} {08638.p1|08639.p0} {08639.s1} -> {08639.p1|08640.p0} {08639.s2} 
+tr {08639.t2} {08639.s2} -> {08639.s1} 
+tr {08640.t1} {08639.p1|08640.p0} {08640.s1} -> {08640.p1|08641.p0} {08640.s2} 
+tr {08640.t2} {08640.s2} -> {08640.s1} 
+tr {08641.t1} {08640.p1|08641.p0} {08641.s1} -> {08641.p1|08642.p0} {08641.s2} 
+tr {08641.t2} {08641.s2} -> {08641.s1} 
+tr {08642.t1} {08641.p1|08642.p0} {08642.s1} -> {08642.p1|08643.p0} {08642.s2} 
+tr {08642.t2} {08642.s2} -> {08642.s1} 
+tr {08643.t1} {08642.p1|08643.p0} {08643.s1} -> {08643.p1|08644.p0} {08643.s2} 
+tr {08643.t2} {08643.s2} -> {08643.s1} 
+tr {08644.t1} {08643.p1|08644.p0} {08644.s1} -> {08644.p1|08645.p0} {08644.s2} 
+tr {08644.t2} {08644.s2} -> {08644.s1} 
+tr {08645.t1} {08644.p1|08645.p0} {08645.s1} -> {08645.p1|08646.p0} {08645.s2} 
+tr {08645.t2} {08645.s2} -> {08645.s1} 
+tr {08646.t1} {08645.p1|08646.p0} {08646.s1} -> {08646.p1|08647.p0} {08646.s2} 
+tr {08646.t2} {08646.s2} -> {08646.s1} 
+tr {08647.t1} {08646.p1|08647.p0} {08647.s1} -> {08647.p1|08648.p0} {08647.s2} 
+tr {08647.t2} {08647.s2} -> {08647.s1} 
+tr {08648.t1} {08647.p1|08648.p0} {08648.s1} -> {08648.p1|08649.p0} {08648.s2} 
+tr {08648.t2} {08648.s2} -> {08648.s1} 
+tr {08649.t1} {08648.p1|08649.p0} {08649.s1} -> {08649.p1|08650.p0} {08649.s2} 
+tr {08649.t2} {08649.s2} -> {08649.s1} 
+tr {08650.t1} {08649.p1|08650.p0} {08650.s1} -> {08650.p1|08651.p0} {08650.s2} 
+tr {08650.t2} {08650.s2} -> {08650.s1} 
+tr {08651.t1} {08650.p1|08651.p0} {08651.s1} -> {08651.p1|08652.p0} {08651.s2} 
+tr {08651.t2} {08651.s2} -> {08651.s1} 
+tr {08652.t1} {08651.p1|08652.p0} {08652.s1} -> {08652.p1|08653.p0} {08652.s2} 
+tr {08652.t2} {08652.s2} -> {08652.s1} 
+tr {08653.t1} {08652.p1|08653.p0} {08653.s1} -> {08653.p1|08654.p0} {08653.s2} 
+tr {08653.t2} {08653.s2} -> {08653.s1} 
+tr {08654.t1} {08653.p1|08654.p0} {08654.s1} -> {08654.p1|08655.p0} {08654.s2} 
+tr {08654.t2} {08654.s2} -> {08654.s1} 
+tr {08655.t1} {08654.p1|08655.p0} {08655.s1} -> {08655.p1|08656.p0} {08655.s2} 
+tr {08655.t2} {08655.s2} -> {08655.s1} 
+tr {08656.t1} {08655.p1|08656.p0} {08656.s1} -> {08656.p1|08657.p0} {08656.s2} 
+tr {08656.t2} {08656.s2} -> {08656.s1} 
+tr {08657.t1} {08656.p1|08657.p0} {08657.s1} -> {08657.p1|08658.p0} {08657.s2} 
+tr {08657.t2} {08657.s2} -> {08657.s1} 
+tr {08658.t1} {08657.p1|08658.p0} {08658.s1} -> {08658.p1|08659.p0} {08658.s2} 
+tr {08658.t2} {08658.s2} -> {08658.s1} 
+tr {08659.t1} {08658.p1|08659.p0} {08659.s1} -> {08659.p1|08660.p0} {08659.s2} 
+tr {08659.t2} {08659.s2} -> {08659.s1} 
+tr {08660.t1} {08659.p1|08660.p0} {08660.s1} -> {08660.p1|08661.p0} {08660.s2} 
+tr {08660.t2} {08660.s2} -> {08660.s1} 
+tr {08661.t1} {08660.p1|08661.p0} {08661.s1} -> {08661.p1|08662.p0} {08661.s2} 
+tr {08661.t2} {08661.s2} -> {08661.s1} 
+tr {08662.t1} {08661.p1|08662.p0} {08662.s1} -> {08662.p1|08663.p0} {08662.s2} 
+tr {08662.t2} {08662.s2} -> {08662.s1} 
+tr {08663.t1} {08662.p1|08663.p0} {08663.s1} -> {08663.p1|08664.p0} {08663.s2} 
+tr {08663.t2} {08663.s2} -> {08663.s1} 
+tr {08664.t1} {08663.p1|08664.p0} {08664.s1} -> {08664.p1|08665.p0} {08664.s2} 
+tr {08664.t2} {08664.s2} -> {08664.s1} 
+tr {08665.t1} {08664.p1|08665.p0} {08665.s1} -> {08665.p1|08666.p0} {08665.s2} 
+tr {08665.t2} {08665.s2} -> {08665.s1} 
+tr {08666.t1} {08665.p1|08666.p0} {08666.s1} -> {08666.p1|08667.p0} {08666.s2} 
+tr {08666.t2} {08666.s2} -> {08666.s1} 
+tr {08667.t1} {08666.p1|08667.p0} {08667.s1} -> {08667.p1|08668.p0} {08667.s2} 
+tr {08667.t2} {08667.s2} -> {08667.s1} 
+tr {08668.t1} {08667.p1|08668.p0} {08668.s1} -> {08668.p1|08669.p0} {08668.s2} 
+tr {08668.t2} {08668.s2} -> {08668.s1} 
+tr {08669.t1} {08668.p1|08669.p0} {08669.s1} -> {08669.p1|08670.p0} {08669.s2} 
+tr {08669.t2} {08669.s2} -> {08669.s1} 
+tr {08670.t1} {08669.p1|08670.p0} {08670.s1} -> {08670.p1|08671.p0} {08670.s2} 
+tr {08670.t2} {08670.s2} -> {08670.s1} 
+tr {08671.t1} {08670.p1|08671.p0} {08671.s1} -> {08671.p1|08672.p0} {08671.s2} 
+tr {08671.t2} {08671.s2} -> {08671.s1} 
+tr {08672.t1} {08671.p1|08672.p0} {08672.s1} -> {08672.p1|08673.p0} {08672.s2} 
+tr {08672.t2} {08672.s2} -> {08672.s1} 
+tr {08673.t1} {08672.p1|08673.p0} {08673.s1} -> {08673.p1|08674.p0} {08673.s2} 
+tr {08673.t2} {08673.s2} -> {08673.s1} 
+tr {08674.t1} {08673.p1|08674.p0} {08674.s1} -> {08674.p1|08675.p0} {08674.s2} 
+tr {08674.t2} {08674.s2} -> {08674.s1} 
+tr {08675.t1} {08674.p1|08675.p0} {08675.s1} -> {08675.p1|08676.p0} {08675.s2} 
+tr {08675.t2} {08675.s2} -> {08675.s1} 
+tr {08676.t1} {08675.p1|08676.p0} {08676.s1} -> {08676.p1|08677.p0} {08676.s2} 
+tr {08676.t2} {08676.s2} -> {08676.s1} 
+tr {08677.t1} {08676.p1|08677.p0} {08677.s1} -> {08677.p1|08678.p0} {08677.s2} 
+tr {08677.t2} {08677.s2} -> {08677.s1} 
+tr {08678.t1} {08677.p1|08678.p0} {08678.s1} -> {08678.p1|08679.p0} {08678.s2} 
+tr {08678.t2} {08678.s2} -> {08678.s1} 
+tr {08679.t1} {08678.p1|08679.p0} {08679.s1} -> {08679.p1|08680.p0} {08679.s2} 
+tr {08679.t2} {08679.s2} -> {08679.s1} 
+tr {08680.t1} {08679.p1|08680.p0} {08680.s1} -> {08680.p1|08681.p0} {08680.s2} 
+tr {08680.t2} {08680.s2} -> {08680.s1} 
+tr {08681.t1} {08680.p1|08681.p0} {08681.s1} -> {08681.p1|08682.p0} {08681.s2} 
+tr {08681.t2} {08681.s2} -> {08681.s1} 
+tr {08682.t1} {08681.p1|08682.p0} {08682.s1} -> {08682.p1|08683.p0} {08682.s2} 
+tr {08682.t2} {08682.s2} -> {08682.s1} 
+tr {08683.t1} {08682.p1|08683.p0} {08683.s1} -> {08683.p1|08684.p0} {08683.s2} 
+tr {08683.t2} {08683.s2} -> {08683.s1} 
+tr {08684.t1} {08683.p1|08684.p0} {08684.s1} -> {08684.p1|08685.p0} {08684.s2} 
+tr {08684.t2} {08684.s2} -> {08684.s1} 
+tr {08685.t1} {08684.p1|08685.p0} {08685.s1} -> {08685.p1|08686.p0} {08685.s2} 
+tr {08685.t2} {08685.s2} -> {08685.s1} 
+tr {08686.t1} {08685.p1|08686.p0} {08686.s1} -> {08686.p1|08687.p0} {08686.s2} 
+tr {08686.t2} {08686.s2} -> {08686.s1} 
+tr {08687.t1} {08686.p1|08687.p0} {08687.s1} -> {08687.p1|08688.p0} {08687.s2} 
+tr {08687.t2} {08687.s2} -> {08687.s1} 
+tr {08688.t1} {08687.p1|08688.p0} {08688.s1} -> {08688.p1|08689.p0} {08688.s2} 
+tr {08688.t2} {08688.s2} -> {08688.s1} 
+tr {08689.t1} {08688.p1|08689.p0} {08689.s1} -> {08689.p1|08690.p0} {08689.s2} 
+tr {08689.t2} {08689.s2} -> {08689.s1} 
+tr {08690.t1} {08689.p1|08690.p0} {08690.s1} -> {08690.p1|08691.p0} {08690.s2} 
+tr {08690.t2} {08690.s2} -> {08690.s1} 
+tr {08691.t1} {08690.p1|08691.p0} {08691.s1} -> {08691.p1|08692.p0} {08691.s2} 
+tr {08691.t2} {08691.s2} -> {08691.s1} 
+tr {08692.t1} {08691.p1|08692.p0} {08692.s1} -> {08692.p1|08693.p0} {08692.s2} 
+tr {08692.t2} {08692.s2} -> {08692.s1} 
+tr {08693.t1} {08692.p1|08693.p0} {08693.s1} -> {08693.p1|08694.p0} {08693.s2} 
+tr {08693.t2} {08693.s2} -> {08693.s1} 
+tr {08694.t1} {08693.p1|08694.p0} {08694.s1} -> {08694.p1|08695.p0} {08694.s2} 
+tr {08694.t2} {08694.s2} -> {08694.s1} 
+tr {08695.t1} {08694.p1|08695.p0} {08695.s1} -> {08695.p1|08696.p0} {08695.s2} 
+tr {08695.t2} {08695.s2} -> {08695.s1} 
+tr {08696.t1} {08695.p1|08696.p0} {08696.s1} -> {08696.p1|08697.p0} {08696.s2} 
+tr {08696.t2} {08696.s2} -> {08696.s1} 
+tr {08697.t1} {08696.p1|08697.p0} {08697.s1} -> {08697.p1|08698.p0} {08697.s2} 
+tr {08697.t2} {08697.s2} -> {08697.s1} 
+tr {08698.t1} {08697.p1|08698.p0} {08698.s1} -> {08698.p1|08699.p0} {08698.s2} 
+tr {08698.t2} {08698.s2} -> {08698.s1} 
+tr {08699.t1} {08698.p1|08699.p0} {08699.s1} -> {08699.p1|08700.p0} {08699.s2} 
+tr {08699.t2} {08699.s2} -> {08699.s1} 
+tr {08700.t1} {08699.p1|08700.p0} {08700.s1} -> {08700.p1|08701.p0} {08700.s2} 
+tr {08700.t2} {08700.s2} -> {08700.s1} 
+tr {08701.t1} {08700.p1|08701.p0} {08701.s1} -> {08701.p1|08702.p0} {08701.s2} 
+tr {08701.t2} {08701.s2} -> {08701.s1} 
+tr {08702.t1} {08701.p1|08702.p0} {08702.s1} -> {08702.p1|08703.p0} {08702.s2} 
+tr {08702.t2} {08702.s2} -> {08702.s1} 
+tr {08703.t1} {08702.p1|08703.p0} {08703.s1} -> {08703.p1|08704.p0} {08703.s2} 
+tr {08703.t2} {08703.s2} -> {08703.s1} 
+tr {08704.t1} {08703.p1|08704.p0} {08704.s1} -> {08704.p1|08705.p0} {08704.s2} 
+tr {08704.t2} {08704.s2} -> {08704.s1} 
+tr {08705.t1} {08704.p1|08705.p0} {08705.s1} -> {08705.p1|08706.p0} {08705.s2} 
+tr {08705.t2} {08705.s2} -> {08705.s1} 
+tr {08706.t1} {08705.p1|08706.p0} {08706.s1} -> {08706.p1|08707.p0} {08706.s2} 
+tr {08706.t2} {08706.s2} -> {08706.s1} 
+tr {08707.t1} {08706.p1|08707.p0} {08707.s1} -> {08707.p1|08708.p0} {08707.s2} 
+tr {08707.t2} {08707.s2} -> {08707.s1} 
+tr {08708.t1} {08707.p1|08708.p0} {08708.s1} -> {08708.p1|08709.p0} {08708.s2} 
+tr {08708.t2} {08708.s2} -> {08708.s1} 
+tr {08709.t1} {08708.p1|08709.p0} {08709.s1} -> {08709.p1|08710.p0} {08709.s2} 
+tr {08709.t2} {08709.s2} -> {08709.s1} 
+tr {08710.t1} {08709.p1|08710.p0} {08710.s1} -> {08710.p1|08711.p0} {08710.s2} 
+tr {08710.t2} {08710.s2} -> {08710.s1} 
+tr {08711.t1} {08710.p1|08711.p0} {08711.s1} -> {08711.p1|08712.p0} {08711.s2} 
+tr {08711.t2} {08711.s2} -> {08711.s1} 
+tr {08712.t1} {08711.p1|08712.p0} {08712.s1} -> {08712.p1|08713.p0} {08712.s2} 
+tr {08712.t2} {08712.s2} -> {08712.s1} 
+tr {08713.t1} {08712.p1|08713.p0} {08713.s1} -> {08713.p1|08714.p0} {08713.s2} 
+tr {08713.t2} {08713.s2} -> {08713.s1} 
+tr {08714.t1} {08713.p1|08714.p0} {08714.s1} -> {08714.p1|08715.p0} {08714.s2} 
+tr {08714.t2} {08714.s2} -> {08714.s1} 
+tr {08715.t1} {08714.p1|08715.p0} {08715.s1} -> {08715.p1|08716.p0} {08715.s2} 
+tr {08715.t2} {08715.s2} -> {08715.s1} 
+tr {08716.t1} {08715.p1|08716.p0} {08716.s1} -> {08716.p1|08717.p0} {08716.s2} 
+tr {08716.t2} {08716.s2} -> {08716.s1} 
+tr {08717.t1} {08716.p1|08717.p0} {08717.s1} -> {08717.p1|08718.p0} {08717.s2} 
+tr {08717.t2} {08717.s2} -> {08717.s1} 
+tr {08718.t1} {08717.p1|08718.p0} {08718.s1} -> {08718.p1|08719.p0} {08718.s2} 
+tr {08718.t2} {08718.s2} -> {08718.s1} 
+tr {08719.t1} {08718.p1|08719.p0} {08719.s1} -> {08719.p1|08720.p0} {08719.s2} 
+tr {08719.t2} {08719.s2} -> {08719.s1} 
+tr {08720.t1} {08719.p1|08720.p0} {08720.s1} -> {08720.p1|08721.p0} {08720.s2} 
+tr {08720.t2} {08720.s2} -> {08720.s1} 
+tr {08721.t1} {08720.p1|08721.p0} {08721.s1} -> {08721.p1|08722.p0} {08721.s2} 
+tr {08721.t2} {08721.s2} -> {08721.s1} 
+tr {08722.t1} {08721.p1|08722.p0} {08722.s1} -> {08722.p1|08723.p0} {08722.s2} 
+tr {08722.t2} {08722.s2} -> {08722.s1} 
+tr {08723.t1} {08722.p1|08723.p0} {08723.s1} -> {08723.p1|08724.p0} {08723.s2} 
+tr {08723.t2} {08723.s2} -> {08723.s1} 
+tr {08724.t1} {08723.p1|08724.p0} {08724.s1} -> {08724.p1|08725.p0} {08724.s2} 
+tr {08724.t2} {08724.s2} -> {08724.s1} 
+tr {08725.t1} {08724.p1|08725.p0} {08725.s1} -> {08725.p1|08726.p0} {08725.s2} 
+tr {08725.t2} {08725.s2} -> {08725.s1} 
+tr {08726.t1} {08725.p1|08726.p0} {08726.s1} -> {08726.p1|08727.p0} {08726.s2} 
+tr {08726.t2} {08726.s2} -> {08726.s1} 
+tr {08727.t1} {08726.p1|08727.p0} {08727.s1} -> {08727.p1|08728.p0} {08727.s2} 
+tr {08727.t2} {08727.s2} -> {08727.s1} 
+tr {08728.t1} {08727.p1|08728.p0} {08728.s1} -> {08728.p1|08729.p0} {08728.s2} 
+tr {08728.t2} {08728.s2} -> {08728.s1} 
+tr {08729.t1} {08728.p1|08729.p0} {08729.s1} -> {08729.p1|08730.p0} {08729.s2} 
+tr {08729.t2} {08729.s2} -> {08729.s1} 
+tr {08730.t1} {08729.p1|08730.p0} {08730.s1} -> {08730.p1|08731.p0} {08730.s2} 
+tr {08730.t2} {08730.s2} -> {08730.s1} 
+tr {08731.t1} {08730.p1|08731.p0} {08731.s1} -> {08731.p1|08732.p0} {08731.s2} 
+tr {08731.t2} {08731.s2} -> {08731.s1} 
+tr {08732.t1} {08731.p1|08732.p0} {08732.s1} -> {08732.p1|08733.p0} {08732.s2} 
+tr {08732.t2} {08732.s2} -> {08732.s1} 
+tr {08733.t1} {08732.p1|08733.p0} {08733.s1} -> {08733.p1|08734.p0} {08733.s2} 
+tr {08733.t2} {08733.s2} -> {08733.s1} 
+tr {08734.t1} {08733.p1|08734.p0} {08734.s1} -> {08734.p1|08735.p0} {08734.s2} 
+tr {08734.t2} {08734.s2} -> {08734.s1} 
+tr {08735.t1} {08734.p1|08735.p0} {08735.s1} -> {08735.p1|08736.p0} {08735.s2} 
+tr {08735.t2} {08735.s2} -> {08735.s1} 
+tr {08736.t1} {08735.p1|08736.p0} {08736.s1} -> {08736.p1|08737.p0} {08736.s2} 
+tr {08736.t2} {08736.s2} -> {08736.s1} 
+tr {08737.t1} {08736.p1|08737.p0} {08737.s1} -> {08737.p1|08738.p0} {08737.s2} 
+tr {08737.t2} {08737.s2} -> {08737.s1} 
+tr {08738.t1} {08737.p1|08738.p0} {08738.s1} -> {08738.p1|08739.p0} {08738.s2} 
+tr {08738.t2} {08738.s2} -> {08738.s1} 
+tr {08739.t1} {08738.p1|08739.p0} {08739.s1} -> {08739.p1|08740.p0} {08739.s2} 
+tr {08739.t2} {08739.s2} -> {08739.s1} 
+tr {08740.t1} {08739.p1|08740.p0} {08740.s1} -> {08740.p1|08741.p0} {08740.s2} 
+tr {08740.t2} {08740.s2} -> {08740.s1} 
+tr {08741.t1} {08740.p1|08741.p0} {08741.s1} -> {08741.p1|08742.p0} {08741.s2} 
+tr {08741.t2} {08741.s2} -> {08741.s1} 
+tr {08742.t1} {08741.p1|08742.p0} {08742.s1} -> {08742.p1|08743.p0} {08742.s2} 
+tr {08742.t2} {08742.s2} -> {08742.s1} 
+tr {08743.t1} {08742.p1|08743.p0} {08743.s1} -> {08743.p1|08744.p0} {08743.s2} 
+tr {08743.t2} {08743.s2} -> {08743.s1} 
+tr {08744.t1} {08743.p1|08744.p0} {08744.s1} -> {08744.p1|08745.p0} {08744.s2} 
+tr {08744.t2} {08744.s2} -> {08744.s1} 
+tr {08745.t1} {08744.p1|08745.p0} {08745.s1} -> {08745.p1|08746.p0} {08745.s2} 
+tr {08745.t2} {08745.s2} -> {08745.s1} 
+tr {08746.t1} {08745.p1|08746.p0} {08746.s1} -> {08746.p1|08747.p0} {08746.s2} 
+tr {08746.t2} {08746.s2} -> {08746.s1} 
+tr {08747.t1} {08746.p1|08747.p0} {08747.s1} -> {08747.p1|08748.p0} {08747.s2} 
+tr {08747.t2} {08747.s2} -> {08747.s1} 
+tr {08748.t1} {08747.p1|08748.p0} {08748.s1} -> {08748.p1|08749.p0} {08748.s2} 
+tr {08748.t2} {08748.s2} -> {08748.s1} 
+tr {08749.t1} {08748.p1|08749.p0} {08749.s1} -> {08749.p1|08750.p0} {08749.s2} 
+tr {08749.t2} {08749.s2} -> {08749.s1} 
+tr {08750.t1} {08749.p1|08750.p0} {08750.s1} -> {08750.p1|08751.p0} {08750.s2} 
+tr {08750.t2} {08750.s2} -> {08750.s1} 
+tr {08751.t1} {08750.p1|08751.p0} {08751.s1} -> {08751.p1|08752.p0} {08751.s2} 
+tr {08751.t2} {08751.s2} -> {08751.s1} 
+tr {08752.t1} {08751.p1|08752.p0} {08752.s1} -> {08752.p1|08753.p0} {08752.s2} 
+tr {08752.t2} {08752.s2} -> {08752.s1} 
+tr {08753.t1} {08752.p1|08753.p0} {08753.s1} -> {08753.p1|08754.p0} {08753.s2} 
+tr {08753.t2} {08753.s2} -> {08753.s1} 
+tr {08754.t1} {08753.p1|08754.p0} {08754.s1} -> {08754.p1|08755.p0} {08754.s2} 
+tr {08754.t2} {08754.s2} -> {08754.s1} 
+tr {08755.t1} {08754.p1|08755.p0} {08755.s1} -> {08755.p1|08756.p0} {08755.s2} 
+tr {08755.t2} {08755.s2} -> {08755.s1} 
+tr {08756.t1} {08755.p1|08756.p0} {08756.s1} -> {08756.p1|08757.p0} {08756.s2} 
+tr {08756.t2} {08756.s2} -> {08756.s1} 
+tr {08757.t1} {08756.p1|08757.p0} {08757.s1} -> {08757.p1|08758.p0} {08757.s2} 
+tr {08757.t2} {08757.s2} -> {08757.s1} 
+tr {08758.t1} {08757.p1|08758.p0} {08758.s1} -> {08758.p1|08759.p0} {08758.s2} 
+tr {08758.t2} {08758.s2} -> {08758.s1} 
+tr {08759.t1} {08758.p1|08759.p0} {08759.s1} -> {08759.p1|08760.p0} {08759.s2} 
+tr {08759.t2} {08759.s2} -> {08759.s1} 
+tr {08760.t1} {08759.p1|08760.p0} {08760.s1} -> {08760.p1|08761.p0} {08760.s2} 
+tr {08760.t2} {08760.s2} -> {08760.s1} 
+tr {08761.t1} {08760.p1|08761.p0} {08761.s1} -> {08761.p1|08762.p0} {08761.s2} 
+tr {08761.t2} {08761.s2} -> {08761.s1} 
+tr {08762.t1} {08761.p1|08762.p0} {08762.s1} -> {08762.p1|08763.p0} {08762.s2} 
+tr {08762.t2} {08762.s2} -> {08762.s1} 
+tr {08763.t1} {08762.p1|08763.p0} {08763.s1} -> {08763.p1|08764.p0} {08763.s2} 
+tr {08763.t2} {08763.s2} -> {08763.s1} 
+tr {08764.t1} {08763.p1|08764.p0} {08764.s1} -> {08764.p1|08765.p0} {08764.s2} 
+tr {08764.t2} {08764.s2} -> {08764.s1} 
+tr {08765.t1} {08764.p1|08765.p0} {08765.s1} -> {08765.p1|08766.p0} {08765.s2} 
+tr {08765.t2} {08765.s2} -> {08765.s1} 
+tr {08766.t1} {08765.p1|08766.p0} {08766.s1} -> {08766.p1|08767.p0} {08766.s2} 
+tr {08766.t2} {08766.s2} -> {08766.s1} 
+tr {08767.t1} {08766.p1|08767.p0} {08767.s1} -> {08767.p1|08768.p0} {08767.s2} 
+tr {08767.t2} {08767.s2} -> {08767.s1} 
+tr {08768.t1} {08767.p1|08768.p0} {08768.s1} -> {08768.p1|08769.p0} {08768.s2} 
+tr {08768.t2} {08768.s2} -> {08768.s1} 
+tr {08769.t1} {08768.p1|08769.p0} {08769.s1} -> {08769.p1|08770.p0} {08769.s2} 
+tr {08769.t2} {08769.s2} -> {08769.s1} 
+tr {08770.t1} {08769.p1|08770.p0} {08770.s1} -> {08770.p1|08771.p0} {08770.s2} 
+tr {08770.t2} {08770.s2} -> {08770.s1} 
+tr {08771.t1} {08770.p1|08771.p0} {08771.s1} -> {08771.p1|08772.p0} {08771.s2} 
+tr {08771.t2} {08771.s2} -> {08771.s1} 
+tr {08772.t1} {08771.p1|08772.p0} {08772.s1} -> {08772.p1|08773.p0} {08772.s2} 
+tr {08772.t2} {08772.s2} -> {08772.s1} 
+tr {08773.t1} {08772.p1|08773.p0} {08773.s1} -> {08773.p1|08774.p0} {08773.s2} 
+tr {08773.t2} {08773.s2} -> {08773.s1} 
+tr {08774.t1} {08773.p1|08774.p0} {08774.s1} -> {08774.p1|08775.p0} {08774.s2} 
+tr {08774.t2} {08774.s2} -> {08774.s1} 
+tr {08775.t1} {08774.p1|08775.p0} {08775.s1} -> {08775.p1|08776.p0} {08775.s2} 
+tr {08775.t2} {08775.s2} -> {08775.s1} 
+tr {08776.t1} {08775.p1|08776.p0} {08776.s1} -> {08776.p1|08777.p0} {08776.s2} 
+tr {08776.t2} {08776.s2} -> {08776.s1} 
+tr {08777.t1} {08776.p1|08777.p0} {08777.s1} -> {08777.p1|08778.p0} {08777.s2} 
+tr {08777.t2} {08777.s2} -> {08777.s1} 
+tr {08778.t1} {08777.p1|08778.p0} {08778.s1} -> {08778.p1|08779.p0} {08778.s2} 
+tr {08778.t2} {08778.s2} -> {08778.s1} 
+tr {08779.t1} {08778.p1|08779.p0} {08779.s1} -> {08779.p1|08780.p0} {08779.s2} 
+tr {08779.t2} {08779.s2} -> {08779.s1} 
+tr {08780.t1} {08779.p1|08780.p0} {08780.s1} -> {08780.p1|08781.p0} {08780.s2} 
+tr {08780.t2} {08780.s2} -> {08780.s1} 
+tr {08781.t1} {08780.p1|08781.p0} {08781.s1} -> {08781.p1|08782.p0} {08781.s2} 
+tr {08781.t2} {08781.s2} -> {08781.s1} 
+tr {08782.t1} {08781.p1|08782.p0} {08782.s1} -> {08782.p1|08783.p0} {08782.s2} 
+tr {08782.t2} {08782.s2} -> {08782.s1} 
+tr {08783.t1} {08782.p1|08783.p0} {08783.s1} -> {08783.p1|08784.p0} {08783.s2} 
+tr {08783.t2} {08783.s2} -> {08783.s1} 
+tr {08784.t1} {08783.p1|08784.p0} {08784.s1} -> {08784.p1|08785.p0} {08784.s2} 
+tr {08784.t2} {08784.s2} -> {08784.s1} 
+tr {08785.t1} {08784.p1|08785.p0} {08785.s1} -> {08785.p1|08786.p0} {08785.s2} 
+tr {08785.t2} {08785.s2} -> {08785.s1} 
+tr {08786.t1} {08785.p1|08786.p0} {08786.s1} -> {08786.p1|08787.p0} {08786.s2} 
+tr {08786.t2} {08786.s2} -> {08786.s1} 
+tr {08787.t1} {08786.p1|08787.p0} {08787.s1} -> {08787.p1|08788.p0} {08787.s2} 
+tr {08787.t2} {08787.s2} -> {08787.s1} 
+tr {08788.t1} {08787.p1|08788.p0} {08788.s1} -> {08788.p1|08789.p0} {08788.s2} 
+tr {08788.t2} {08788.s2} -> {08788.s1} 
+tr {08789.t1} {08788.p1|08789.p0} {08789.s1} -> {08789.p1|08790.p0} {08789.s2} 
+tr {08789.t2} {08789.s2} -> {08789.s1} 
+tr {08790.t1} {08789.p1|08790.p0} {08790.s1} -> {08790.p1|08791.p0} {08790.s2} 
+tr {08790.t2} {08790.s2} -> {08790.s1} 
+tr {08791.t1} {08790.p1|08791.p0} {08791.s1} -> {08791.p1|08792.p0} {08791.s2} 
+tr {08791.t2} {08791.s2} -> {08791.s1} 
+tr {08792.t1} {08791.p1|08792.p0} {08792.s1} -> {08792.p1|08793.p0} {08792.s2} 
+tr {08792.t2} {08792.s2} -> {08792.s1} 
+tr {08793.t1} {08792.p1|08793.p0} {08793.s1} -> {08793.p1|08794.p0} {08793.s2} 
+tr {08793.t2} {08793.s2} -> {08793.s1} 
+tr {08794.t1} {08793.p1|08794.p0} {08794.s1} -> {08794.p1|08795.p0} {08794.s2} 
+tr {08794.t2} {08794.s2} -> {08794.s1} 
+tr {08795.t1} {08794.p1|08795.p0} {08795.s1} -> {08795.p1|08796.p0} {08795.s2} 
+tr {08795.t2} {08795.s2} -> {08795.s1} 
+tr {08796.t1} {08795.p1|08796.p0} {08796.s1} -> {08796.p1|08797.p0} {08796.s2} 
+tr {08796.t2} {08796.s2} -> {08796.s1} 
+tr {08797.t1} {08796.p1|08797.p0} {08797.s1} -> {08797.p1|08798.p0} {08797.s2} 
+tr {08797.t2} {08797.s2} -> {08797.s1} 
+tr {08798.t1} {08797.p1|08798.p0} {08798.s1} -> {08798.p1|08799.p0} {08798.s2} 
+tr {08798.t2} {08798.s2} -> {08798.s1} 
+tr {08799.t1} {08798.p1|08799.p0} {08799.s1} -> {08799.p1|08800.p0} {08799.s2} 
+tr {08799.t2} {08799.s2} -> {08799.s1} 
+tr {08800.t1} {08799.p1|08800.p0} {08800.s1} -> {08800.p1|08801.p0} {08800.s2} 
+tr {08800.t2} {08800.s2} -> {08800.s1} 
+tr {08801.t1} {08800.p1|08801.p0} {08801.s1} -> {08801.p1|08802.p0} {08801.s2} 
+tr {08801.t2} {08801.s2} -> {08801.s1} 
+tr {08802.t1} {08801.p1|08802.p0} {08802.s1} -> {08802.p1|08803.p0} {08802.s2} 
+tr {08802.t2} {08802.s2} -> {08802.s1} 
+tr {08803.t1} {08802.p1|08803.p0} {08803.s1} -> {08803.p1|08804.p0} {08803.s2} 
+tr {08803.t2} {08803.s2} -> {08803.s1} 
+tr {08804.t1} {08803.p1|08804.p0} {08804.s1} -> {08804.p1|08805.p0} {08804.s2} 
+tr {08804.t2} {08804.s2} -> {08804.s1} 
+tr {08805.t1} {08804.p1|08805.p0} {08805.s1} -> {08805.p1|08806.p0} {08805.s2} 
+tr {08805.t2} {08805.s2} -> {08805.s1} 
+tr {08806.t1} {08805.p1|08806.p0} {08806.s1} -> {08806.p1|08807.p0} {08806.s2} 
+tr {08806.t2} {08806.s2} -> {08806.s1} 
+tr {08807.t1} {08806.p1|08807.p0} {08807.s1} -> {08807.p1|08808.p0} {08807.s2} 
+tr {08807.t2} {08807.s2} -> {08807.s1} 
+tr {08808.t1} {08807.p1|08808.p0} {08808.s1} -> {08808.p1|08809.p0} {08808.s2} 
+tr {08808.t2} {08808.s2} -> {08808.s1} 
+tr {08809.t1} {08808.p1|08809.p0} {08809.s1} -> {08809.p1|08810.p0} {08809.s2} 
+tr {08809.t2} {08809.s2} -> {08809.s1} 
+tr {08810.t1} {08809.p1|08810.p0} {08810.s1} -> {08810.p1|08811.p0} {08810.s2} 
+tr {08810.t2} {08810.s2} -> {08810.s1} 
+tr {08811.t1} {08810.p1|08811.p0} {08811.s1} -> {08811.p1|08812.p0} {08811.s2} 
+tr {08811.t2} {08811.s2} -> {08811.s1} 
+tr {08812.t1} {08811.p1|08812.p0} {08812.s1} -> {08812.p1|08813.p0} {08812.s2} 
+tr {08812.t2} {08812.s2} -> {08812.s1} 
+tr {08813.t1} {08812.p1|08813.p0} {08813.s1} -> {08813.p1|08814.p0} {08813.s2} 
+tr {08813.t2} {08813.s2} -> {08813.s1} 
+tr {08814.t1} {08813.p1|08814.p0} {08814.s1} -> {08814.p1|08815.p0} {08814.s2} 
+tr {08814.t2} {08814.s2} -> {08814.s1} 
+tr {08815.t1} {08814.p1|08815.p0} {08815.s1} -> {08815.p1|08816.p0} {08815.s2} 
+tr {08815.t2} {08815.s2} -> {08815.s1} 
+tr {08816.t1} {08815.p1|08816.p0} {08816.s1} -> {08816.p1|08817.p0} {08816.s2} 
+tr {08816.t2} {08816.s2} -> {08816.s1} 
+tr {08817.t1} {08816.p1|08817.p0} {08817.s1} -> {08817.p1|08818.p0} {08817.s2} 
+tr {08817.t2} {08817.s2} -> {08817.s1} 
+tr {08818.t1} {08817.p1|08818.p0} {08818.s1} -> {08818.p1|08819.p0} {08818.s2} 
+tr {08818.t2} {08818.s2} -> {08818.s1} 
+tr {08819.t1} {08818.p1|08819.p0} {08819.s1} -> {08819.p1|08820.p0} {08819.s2} 
+tr {08819.t2} {08819.s2} -> {08819.s1} 
+tr {08820.t1} {08819.p1|08820.p0} {08820.s1} -> {08820.p1|08821.p0} {08820.s2} 
+tr {08820.t2} {08820.s2} -> {08820.s1} 
+tr {08821.t1} {08820.p1|08821.p0} {08821.s1} -> {08821.p1|08822.p0} {08821.s2} 
+tr {08821.t2} {08821.s2} -> {08821.s1} 
+tr {08822.t1} {08821.p1|08822.p0} {08822.s1} -> {08822.p1|08823.p0} {08822.s2} 
+tr {08822.t2} {08822.s2} -> {08822.s1} 
+tr {08823.t1} {08822.p1|08823.p0} {08823.s1} -> {08823.p1|08824.p0} {08823.s2} 
+tr {08823.t2} {08823.s2} -> {08823.s1} 
+tr {08824.t1} {08823.p1|08824.p0} {08824.s1} -> {08824.p1|08825.p0} {08824.s2} 
+tr {08824.t2} {08824.s2} -> {08824.s1} 
+tr {08825.t1} {08824.p1|08825.p0} {08825.s1} -> {08825.p1|08826.p0} {08825.s2} 
+tr {08825.t2} {08825.s2} -> {08825.s1} 
+tr {08826.t1} {08825.p1|08826.p0} {08826.s1} -> {08826.p1|08827.p0} {08826.s2} 
+tr {08826.t2} {08826.s2} -> {08826.s1} 
+tr {08827.t1} {08826.p1|08827.p0} {08827.s1} -> {08827.p1|08828.p0} {08827.s2} 
+tr {08827.t2} {08827.s2} -> {08827.s1} 
+tr {08828.t1} {08827.p1|08828.p0} {08828.s1} -> {08828.p1|08829.p0} {08828.s2} 
+tr {08828.t2} {08828.s2} -> {08828.s1} 
+tr {08829.t1} {08828.p1|08829.p0} {08829.s1} -> {08829.p1|08830.p0} {08829.s2} 
+tr {08829.t2} {08829.s2} -> {08829.s1} 
+tr {08830.t1} {08829.p1|08830.p0} {08830.s1} -> {08830.p1|08831.p0} {08830.s2} 
+tr {08830.t2} {08830.s2} -> {08830.s1} 
+tr {08831.t1} {08830.p1|08831.p0} {08831.s1} -> {08831.p1|08832.p0} {08831.s2} 
+tr {08831.t2} {08831.s2} -> {08831.s1} 
+tr {08832.t1} {08831.p1|08832.p0} {08832.s1} -> {08832.p1|08833.p0} {08832.s2} 
+tr {08832.t2} {08832.s2} -> {08832.s1} 
+tr {08833.t1} {08832.p1|08833.p0} {08833.s1} -> {08833.p1|08834.p0} {08833.s2} 
+tr {08833.t2} {08833.s2} -> {08833.s1} 
+tr {08834.t1} {08833.p1|08834.p0} {08834.s1} -> {08834.p1|08835.p0} {08834.s2} 
+tr {08834.t2} {08834.s2} -> {08834.s1} 
+tr {08835.t1} {08834.p1|08835.p0} {08835.s1} -> {08835.p1|08836.p0} {08835.s2} 
+tr {08835.t2} {08835.s2} -> {08835.s1} 
+tr {08836.t1} {08835.p1|08836.p0} {08836.s1} -> {08836.p1|08837.p0} {08836.s2} 
+tr {08836.t2} {08836.s2} -> {08836.s1} 
+tr {08837.t1} {08836.p1|08837.p0} {08837.s1} -> {08837.p1|08838.p0} {08837.s2} 
+tr {08837.t2} {08837.s2} -> {08837.s1} 
+tr {08838.t1} {08837.p1|08838.p0} {08838.s1} -> {08838.p1|08839.p0} {08838.s2} 
+tr {08838.t2} {08838.s2} -> {08838.s1} 
+tr {08839.t1} {08838.p1|08839.p0} {08839.s1} -> {08839.p1|08840.p0} {08839.s2} 
+tr {08839.t2} {08839.s2} -> {08839.s1} 
+tr {08840.t1} {08839.p1|08840.p0} {08840.s1} -> {08840.p1|08841.p0} {08840.s2} 
+tr {08840.t2} {08840.s2} -> {08840.s1} 
+tr {08841.t1} {08840.p1|08841.p0} {08841.s1} -> {08841.p1|08842.p0} {08841.s2} 
+tr {08841.t2} {08841.s2} -> {08841.s1} 
+tr {08842.t1} {08841.p1|08842.p0} {08842.s1} -> {08842.p1|08843.p0} {08842.s2} 
+tr {08842.t2} {08842.s2} -> {08842.s1} 
+tr {08843.t1} {08842.p1|08843.p0} {08843.s1} -> {08843.p1|08844.p0} {08843.s2} 
+tr {08843.t2} {08843.s2} -> {08843.s1} 
+tr {08844.t1} {08843.p1|08844.p0} {08844.s1} -> {08844.p1|08845.p0} {08844.s2} 
+tr {08844.t2} {08844.s2} -> {08844.s1} 
+tr {08845.t1} {08844.p1|08845.p0} {08845.s1} -> {08845.p1|08846.p0} {08845.s2} 
+tr {08845.t2} {08845.s2} -> {08845.s1} 
+tr {08846.t1} {08845.p1|08846.p0} {08846.s1} -> {08846.p1|08847.p0} {08846.s2} 
+tr {08846.t2} {08846.s2} -> {08846.s1} 
+tr {08847.t1} {08846.p1|08847.p0} {08847.s1} -> {08847.p1|08848.p0} {08847.s2} 
+tr {08847.t2} {08847.s2} -> {08847.s1} 
+tr {08848.t1} {08847.p1|08848.p0} {08848.s1} -> {08848.p1|08849.p0} {08848.s2} 
+tr {08848.t2} {08848.s2} -> {08848.s1} 
+tr {08849.t1} {08848.p1|08849.p0} {08849.s1} -> {08849.p1|08850.p0} {08849.s2} 
+tr {08849.t2} {08849.s2} -> {08849.s1} 
+tr {08850.t1} {08849.p1|08850.p0} {08850.s1} -> {08850.p1|08851.p0} {08850.s2} 
+tr {08850.t2} {08850.s2} -> {08850.s1} 
+tr {08851.t1} {08850.p1|08851.p0} {08851.s1} -> {08851.p1|08852.p0} {08851.s2} 
+tr {08851.t2} {08851.s2} -> {08851.s1} 
+tr {08852.t1} {08851.p1|08852.p0} {08852.s1} -> {08852.p1|08853.p0} {08852.s2} 
+tr {08852.t2} {08852.s2} -> {08852.s1} 
+tr {08853.t1} {08852.p1|08853.p0} {08853.s1} -> {08853.p1|08854.p0} {08853.s2} 
+tr {08853.t2} {08853.s2} -> {08853.s1} 
+tr {08854.t1} {08853.p1|08854.p0} {08854.s1} -> {08854.p1|08855.p0} {08854.s2} 
+tr {08854.t2} {08854.s2} -> {08854.s1} 
+tr {08855.t1} {08854.p1|08855.p0} {08855.s1} -> {08855.p1|08856.p0} {08855.s2} 
+tr {08855.t2} {08855.s2} -> {08855.s1} 
+tr {08856.t1} {08855.p1|08856.p0} {08856.s1} -> {08856.p1|08857.p0} {08856.s2} 
+tr {08856.t2} {08856.s2} -> {08856.s1} 
+tr {08857.t1} {08856.p1|08857.p0} {08857.s1} -> {08857.p1|08858.p0} {08857.s2} 
+tr {08857.t2} {08857.s2} -> {08857.s1} 
+tr {08858.t1} {08857.p1|08858.p0} {08858.s1} -> {08858.p1|08859.p0} {08858.s2} 
+tr {08858.t2} {08858.s2} -> {08858.s1} 
+tr {08859.t1} {08858.p1|08859.p0} {08859.s1} -> {08859.p1|08860.p0} {08859.s2} 
+tr {08859.t2} {08859.s2} -> {08859.s1} 
+tr {08860.t1} {08859.p1|08860.p0} {08860.s1} -> {08860.p1|08861.p0} {08860.s2} 
+tr {08860.t2} {08860.s2} -> {08860.s1} 
+tr {08861.t1} {08860.p1|08861.p0} {08861.s1} -> {08861.p1|08862.p0} {08861.s2} 
+tr {08861.t2} {08861.s2} -> {08861.s1} 
+tr {08862.t1} {08861.p1|08862.p0} {08862.s1} -> {08862.p1|08863.p0} {08862.s2} 
+tr {08862.t2} {08862.s2} -> {08862.s1} 
+tr {08863.t1} {08862.p1|08863.p0} {08863.s1} -> {08863.p1|08864.p0} {08863.s2} 
+tr {08863.t2} {08863.s2} -> {08863.s1} 
+tr {08864.t1} {08863.p1|08864.p0} {08864.s1} -> {08864.p1|08865.p0} {08864.s2} 
+tr {08864.t2} {08864.s2} -> {08864.s1} 
+tr {08865.t1} {08864.p1|08865.p0} {08865.s1} -> {08865.p1|08866.p0} {08865.s2} 
+tr {08865.t2} {08865.s2} -> {08865.s1} 
+tr {08866.t1} {08865.p1|08866.p0} {08866.s1} -> {08866.p1|08867.p0} {08866.s2} 
+tr {08866.t2} {08866.s2} -> {08866.s1} 
+tr {08867.t1} {08866.p1|08867.p0} {08867.s1} -> {08867.p1|08868.p0} {08867.s2} 
+tr {08867.t2} {08867.s2} -> {08867.s1} 
+tr {08868.t1} {08867.p1|08868.p0} {08868.s1} -> {08868.p1|08869.p0} {08868.s2} 
+tr {08868.t2} {08868.s2} -> {08868.s1} 
+tr {08869.t1} {08868.p1|08869.p0} {08869.s1} -> {08869.p1|08870.p0} {08869.s2} 
+tr {08869.t2} {08869.s2} -> {08869.s1} 
+tr {08870.t1} {08869.p1|08870.p0} {08870.s1} -> {08870.p1|08871.p0} {08870.s2} 
+tr {08870.t2} {08870.s2} -> {08870.s1} 
+tr {08871.t1} {08870.p1|08871.p0} {08871.s1} -> {08871.p1|08872.p0} {08871.s2} 
+tr {08871.t2} {08871.s2} -> {08871.s1} 
+tr {08872.t1} {08871.p1|08872.p0} {08872.s1} -> {08872.p1|08873.p0} {08872.s2} 
+tr {08872.t2} {08872.s2} -> {08872.s1} 
+tr {08873.t1} {08872.p1|08873.p0} {08873.s1} -> {08873.p1|08874.p0} {08873.s2} 
+tr {08873.t2} {08873.s2} -> {08873.s1} 
+tr {08874.t1} {08873.p1|08874.p0} {08874.s1} -> {08874.p1|08875.p0} {08874.s2} 
+tr {08874.t2} {08874.s2} -> {08874.s1} 
+tr {08875.t1} {08874.p1|08875.p0} {08875.s1} -> {08875.p1|08876.p0} {08875.s2} 
+tr {08875.t2} {08875.s2} -> {08875.s1} 
+tr {08876.t1} {08875.p1|08876.p0} {08876.s1} -> {08876.p1|08877.p0} {08876.s2} 
+tr {08876.t2} {08876.s2} -> {08876.s1} 
+tr {08877.t1} {08876.p1|08877.p0} {08877.s1} -> {08877.p1|08878.p0} {08877.s2} 
+tr {08877.t2} {08877.s2} -> {08877.s1} 
+tr {08878.t1} {08877.p1|08878.p0} {08878.s1} -> {08878.p1|08879.p0} {08878.s2} 
+tr {08878.t2} {08878.s2} -> {08878.s1} 
+tr {08879.t1} {08878.p1|08879.p0} {08879.s1} -> {08879.p1|08880.p0} {08879.s2} 
+tr {08879.t2} {08879.s2} -> {08879.s1} 
+tr {08880.t1} {08879.p1|08880.p0} {08880.s1} -> {08880.p1|08881.p0} {08880.s2} 
+tr {08880.t2} {08880.s2} -> {08880.s1} 
+tr {08881.t1} {08880.p1|08881.p0} {08881.s1} -> {08881.p1|08882.p0} {08881.s2} 
+tr {08881.t2} {08881.s2} -> {08881.s1} 
+tr {08882.t1} {08881.p1|08882.p0} {08882.s1} -> {08882.p1|08883.p0} {08882.s2} 
+tr {08882.t2} {08882.s2} -> {08882.s1} 
+tr {08883.t1} {08882.p1|08883.p0} {08883.s1} -> {08883.p1|08884.p0} {08883.s2} 
+tr {08883.t2} {08883.s2} -> {08883.s1} 
+tr {08884.t1} {08883.p1|08884.p0} {08884.s1} -> {08884.p1|08885.p0} {08884.s2} 
+tr {08884.t2} {08884.s2} -> {08884.s1} 
+tr {08885.t1} {08884.p1|08885.p0} {08885.s1} -> {08885.p1|08886.p0} {08885.s2} 
+tr {08885.t2} {08885.s2} -> {08885.s1} 
+tr {08886.t1} {08885.p1|08886.p0} {08886.s1} -> {08886.p1|08887.p0} {08886.s2} 
+tr {08886.t2} {08886.s2} -> {08886.s1} 
+tr {08887.t1} {08886.p1|08887.p0} {08887.s1} -> {08887.p1|08888.p0} {08887.s2} 
+tr {08887.t2} {08887.s2} -> {08887.s1} 
+tr {08888.t1} {08887.p1|08888.p0} {08888.s1} -> {08888.p1|08889.p0} {08888.s2} 
+tr {08888.t2} {08888.s2} -> {08888.s1} 
+tr {08889.t1} {08888.p1|08889.p0} {08889.s1} -> {08889.p1|08890.p0} {08889.s2} 
+tr {08889.t2} {08889.s2} -> {08889.s1} 
+tr {08890.t1} {08889.p1|08890.p0} {08890.s1} -> {08890.p1|08891.p0} {08890.s2} 
+tr {08890.t2} {08890.s2} -> {08890.s1} 
+tr {08891.t1} {08890.p1|08891.p0} {08891.s1} -> {08891.p1|08892.p0} {08891.s2} 
+tr {08891.t2} {08891.s2} -> {08891.s1} 
+tr {08892.t1} {08891.p1|08892.p0} {08892.s1} -> {08892.p1|08893.p0} {08892.s2} 
+tr {08892.t2} {08892.s2} -> {08892.s1} 
+tr {08893.t1} {08892.p1|08893.p0} {08893.s1} -> {08893.p1|08894.p0} {08893.s2} 
+tr {08893.t2} {08893.s2} -> {08893.s1} 
+tr {08894.t1} {08893.p1|08894.p0} {08894.s1} -> {08894.p1|08895.p0} {08894.s2} 
+tr {08894.t2} {08894.s2} -> {08894.s1} 
+tr {08895.t1} {08894.p1|08895.p0} {08895.s1} -> {08895.p1|08896.p0} {08895.s2} 
+tr {08895.t2} {08895.s2} -> {08895.s1} 
+tr {08896.t1} {08895.p1|08896.p0} {08896.s1} -> {08896.p1|08897.p0} {08896.s2} 
+tr {08896.t2} {08896.s2} -> {08896.s1} 
+tr {08897.t1} {08896.p1|08897.p0} {08897.s1} -> {08897.p1|08898.p0} {08897.s2} 
+tr {08897.t2} {08897.s2} -> {08897.s1} 
+tr {08898.t1} {08897.p1|08898.p0} {08898.s1} -> {08898.p1|08899.p0} {08898.s2} 
+tr {08898.t2} {08898.s2} -> {08898.s1} 
+tr {08899.t1} {08898.p1|08899.p0} {08899.s1} -> {08899.p1|08900.p0} {08899.s2} 
+tr {08899.t2} {08899.s2} -> {08899.s1} 
+tr {08900.t1} {08899.p1|08900.p0} {08900.s1} -> {08900.p1|08901.p0} {08900.s2} 
+tr {08900.t2} {08900.s2} -> {08900.s1} 
+tr {08901.t1} {08900.p1|08901.p0} {08901.s1} -> {08901.p1|08902.p0} {08901.s2} 
+tr {08901.t2} {08901.s2} -> {08901.s1} 
+tr {08902.t1} {08901.p1|08902.p0} {08902.s1} -> {08902.p1|08903.p0} {08902.s2} 
+tr {08902.t2} {08902.s2} -> {08902.s1} 
+tr {08903.t1} {08902.p1|08903.p0} {08903.s1} -> {08903.p1|08904.p0} {08903.s2} 
+tr {08903.t2} {08903.s2} -> {08903.s1} 
+tr {08904.t1} {08903.p1|08904.p0} {08904.s1} -> {08904.p1|08905.p0} {08904.s2} 
+tr {08904.t2} {08904.s2} -> {08904.s1} 
+tr {08905.t1} {08904.p1|08905.p0} {08905.s1} -> {08905.p1|08906.p0} {08905.s2} 
+tr {08905.t2} {08905.s2} -> {08905.s1} 
+tr {08906.t1} {08905.p1|08906.p0} {08906.s1} -> {08906.p1|08907.p0} {08906.s2} 
+tr {08906.t2} {08906.s2} -> {08906.s1} 
+tr {08907.t1} {08906.p1|08907.p0} {08907.s1} -> {08907.p1|08908.p0} {08907.s2} 
+tr {08907.t2} {08907.s2} -> {08907.s1} 
+tr {08908.t1} {08907.p1|08908.p0} {08908.s1} -> {08908.p1|08909.p0} {08908.s2} 
+tr {08908.t2} {08908.s2} -> {08908.s1} 
+tr {08909.t1} {08908.p1|08909.p0} {08909.s1} -> {08909.p1|08910.p0} {08909.s2} 
+tr {08909.t2} {08909.s2} -> {08909.s1} 
+tr {08910.t1} {08909.p1|08910.p0} {08910.s1} -> {08910.p1|08911.p0} {08910.s2} 
+tr {08910.t2} {08910.s2} -> {08910.s1} 
+tr {08911.t1} {08910.p1|08911.p0} {08911.s1} -> {08911.p1|08912.p0} {08911.s2} 
+tr {08911.t2} {08911.s2} -> {08911.s1} 
+tr {08912.t1} {08911.p1|08912.p0} {08912.s1} -> {08912.p1|08913.p0} {08912.s2} 
+tr {08912.t2} {08912.s2} -> {08912.s1} 
+tr {08913.t1} {08912.p1|08913.p0} {08913.s1} -> {08913.p1|08914.p0} {08913.s2} 
+tr {08913.t2} {08913.s2} -> {08913.s1} 
+tr {08914.t1} {08913.p1|08914.p0} {08914.s1} -> {08914.p1|08915.p0} {08914.s2} 
+tr {08914.t2} {08914.s2} -> {08914.s1} 
+tr {08915.t1} {08914.p1|08915.p0} {08915.s1} -> {08915.p1|08916.p0} {08915.s2} 
+tr {08915.t2} {08915.s2} -> {08915.s1} 
+tr {08916.t1} {08915.p1|08916.p0} {08916.s1} -> {08916.p1|08917.p0} {08916.s2} 
+tr {08916.t2} {08916.s2} -> {08916.s1} 
+tr {08917.t1} {08916.p1|08917.p0} {08917.s1} -> {08917.p1|08918.p0} {08917.s2} 
+tr {08917.t2} {08917.s2} -> {08917.s1} 
+tr {08918.t1} {08917.p1|08918.p0} {08918.s1} -> {08918.p1|08919.p0} {08918.s2} 
+tr {08918.t2} {08918.s2} -> {08918.s1} 
+tr {08919.t1} {08918.p1|08919.p0} {08919.s1} -> {08919.p1|08920.p0} {08919.s2} 
+tr {08919.t2} {08919.s2} -> {08919.s1} 
+tr {08920.t1} {08919.p1|08920.p0} {08920.s1} -> {08920.p1|08921.p0} {08920.s2} 
+tr {08920.t2} {08920.s2} -> {08920.s1} 
+tr {08921.t1} {08920.p1|08921.p0} {08921.s1} -> {08921.p1|08922.p0} {08921.s2} 
+tr {08921.t2} {08921.s2} -> {08921.s1} 
+tr {08922.t1} {08921.p1|08922.p0} {08922.s1} -> {08922.p1|08923.p0} {08922.s2} 
+tr {08922.t2} {08922.s2} -> {08922.s1} 
+tr {08923.t1} {08922.p1|08923.p0} {08923.s1} -> {08923.p1|08924.p0} {08923.s2} 
+tr {08923.t2} {08923.s2} -> {08923.s1} 
+tr {08924.t1} {08923.p1|08924.p0} {08924.s1} -> {08924.p1|08925.p0} {08924.s2} 
+tr {08924.t2} {08924.s2} -> {08924.s1} 
+tr {08925.t1} {08924.p1|08925.p0} {08925.s1} -> {08925.p1|08926.p0} {08925.s2} 
+tr {08925.t2} {08925.s2} -> {08925.s1} 
+tr {08926.t1} {08925.p1|08926.p0} {08926.s1} -> {08926.p1|08927.p0} {08926.s2} 
+tr {08926.t2} {08926.s2} -> {08926.s1} 
+tr {08927.t1} {08926.p1|08927.p0} {08927.s1} -> {08927.p1|08928.p0} {08927.s2} 
+tr {08927.t2} {08927.s2} -> {08927.s1} 
+tr {08928.t1} {08927.p1|08928.p0} {08928.s1} -> {08928.p1|08929.p0} {08928.s2} 
+tr {08928.t2} {08928.s2} -> {08928.s1} 
+tr {08929.t1} {08928.p1|08929.p0} {08929.s1} -> {08929.p1|08930.p0} {08929.s2} 
+tr {08929.t2} {08929.s2} -> {08929.s1} 
+tr {08930.t1} {08929.p1|08930.p0} {08930.s1} -> {08930.p1|08931.p0} {08930.s2} 
+tr {08930.t2} {08930.s2} -> {08930.s1} 
+tr {08931.t1} {08930.p1|08931.p0} {08931.s1} -> {08931.p1|08932.p0} {08931.s2} 
+tr {08931.t2} {08931.s2} -> {08931.s1} 
+tr {08932.t1} {08931.p1|08932.p0} {08932.s1} -> {08932.p1|08933.p0} {08932.s2} 
+tr {08932.t2} {08932.s2} -> {08932.s1} 
+tr {08933.t1} {08932.p1|08933.p0} {08933.s1} -> {08933.p1|08934.p0} {08933.s2} 
+tr {08933.t2} {08933.s2} -> {08933.s1} 
+tr {08934.t1} {08933.p1|08934.p0} {08934.s1} -> {08934.p1|08935.p0} {08934.s2} 
+tr {08934.t2} {08934.s2} -> {08934.s1} 
+tr {08935.t1} {08934.p1|08935.p0} {08935.s1} -> {08935.p1|08936.p0} {08935.s2} 
+tr {08935.t2} {08935.s2} -> {08935.s1} 
+tr {08936.t1} {08935.p1|08936.p0} {08936.s1} -> {08936.p1|08937.p0} {08936.s2} 
+tr {08936.t2} {08936.s2} -> {08936.s1} 
+tr {08937.t1} {08936.p1|08937.p0} {08937.s1} -> {08937.p1|08938.p0} {08937.s2} 
+tr {08937.t2} {08937.s2} -> {08937.s1} 
+tr {08938.t1} {08937.p1|08938.p0} {08938.s1} -> {08938.p1|08939.p0} {08938.s2} 
+tr {08938.t2} {08938.s2} -> {08938.s1} 
+tr {08939.t1} {08938.p1|08939.p0} {08939.s1} -> {08939.p1|08940.p0} {08939.s2} 
+tr {08939.t2} {08939.s2} -> {08939.s1} 
+tr {08940.t1} {08939.p1|08940.p0} {08940.s1} -> {08940.p1|08941.p0} {08940.s2} 
+tr {08940.t2} {08940.s2} -> {08940.s1} 
+tr {08941.t1} {08940.p1|08941.p0} {08941.s1} -> {08941.p1|08942.p0} {08941.s2} 
+tr {08941.t2} {08941.s2} -> {08941.s1} 
+tr {08942.t1} {08941.p1|08942.p0} {08942.s1} -> {08942.p1|08943.p0} {08942.s2} 
+tr {08942.t2} {08942.s2} -> {08942.s1} 
+tr {08943.t1} {08942.p1|08943.p0} {08943.s1} -> {08943.p1|08944.p0} {08943.s2} 
+tr {08943.t2} {08943.s2} -> {08943.s1} 
+tr {08944.t1} {08943.p1|08944.p0} {08944.s1} -> {08944.p1|08945.p0} {08944.s2} 
+tr {08944.t2} {08944.s2} -> {08944.s1} 
+tr {08945.t1} {08944.p1|08945.p0} {08945.s1} -> {08945.p1|08946.p0} {08945.s2} 
+tr {08945.t2} {08945.s2} -> {08945.s1} 
+tr {08946.t1} {08945.p1|08946.p0} {08946.s1} -> {08946.p1|08947.p0} {08946.s2} 
+tr {08946.t2} {08946.s2} -> {08946.s1} 
+tr {08947.t1} {08946.p1|08947.p0} {08947.s1} -> {08947.p1|08948.p0} {08947.s2} 
+tr {08947.t2} {08947.s2} -> {08947.s1} 
+tr {08948.t1} {08947.p1|08948.p0} {08948.s1} -> {08948.p1|08949.p0} {08948.s2} 
+tr {08948.t2} {08948.s2} -> {08948.s1} 
+tr {08949.t1} {08948.p1|08949.p0} {08949.s1} -> {08949.p1|08950.p0} {08949.s2} 
+tr {08949.t2} {08949.s2} -> {08949.s1} 
+tr {08950.t1} {08949.p1|08950.p0} {08950.s1} -> {08950.p1|08951.p0} {08950.s2} 
+tr {08950.t2} {08950.s2} -> {08950.s1} 
+tr {08951.t1} {08950.p1|08951.p0} {08951.s1} -> {08951.p1|08952.p0} {08951.s2} 
+tr {08951.t2} {08951.s2} -> {08951.s1} 
+tr {08952.t1} {08951.p1|08952.p0} {08952.s1} -> {08952.p1|08953.p0} {08952.s2} 
+tr {08952.t2} {08952.s2} -> {08952.s1} 
+tr {08953.t1} {08952.p1|08953.p0} {08953.s1} -> {08953.p1|08954.p0} {08953.s2} 
+tr {08953.t2} {08953.s2} -> {08953.s1} 
+tr {08954.t1} {08953.p1|08954.p0} {08954.s1} -> {08954.p1|08955.p0} {08954.s2} 
+tr {08954.t2} {08954.s2} -> {08954.s1} 
+tr {08955.t1} {08954.p1|08955.p0} {08955.s1} -> {08955.p1|08956.p0} {08955.s2} 
+tr {08955.t2} {08955.s2} -> {08955.s1} 
+tr {08956.t1} {08955.p1|08956.p0} {08956.s1} -> {08956.p1|08957.p0} {08956.s2} 
+tr {08956.t2} {08956.s2} -> {08956.s1} 
+tr {08957.t1} {08956.p1|08957.p0} {08957.s1} -> {08957.p1|08958.p0} {08957.s2} 
+tr {08957.t2} {08957.s2} -> {08957.s1} 
+tr {08958.t1} {08957.p1|08958.p0} {08958.s1} -> {08958.p1|08959.p0} {08958.s2} 
+tr {08958.t2} {08958.s2} -> {08958.s1} 
+tr {08959.t1} {08958.p1|08959.p0} {08959.s1} -> {08959.p1|08960.p0} {08959.s2} 
+tr {08959.t2} {08959.s2} -> {08959.s1} 
+tr {08960.t1} {08959.p1|08960.p0} {08960.s1} -> {08960.p1|08961.p0} {08960.s2} 
+tr {08960.t2} {08960.s2} -> {08960.s1} 
+tr {08961.t1} {08960.p1|08961.p0} {08961.s1} -> {08961.p1|08962.p0} {08961.s2} 
+tr {08961.t2} {08961.s2} -> {08961.s1} 
+tr {08962.t1} {08961.p1|08962.p0} {08962.s1} -> {08962.p1|08963.p0} {08962.s2} 
+tr {08962.t2} {08962.s2} -> {08962.s1} 
+tr {08963.t1} {08962.p1|08963.p0} {08963.s1} -> {08963.p1|08964.p0} {08963.s2} 
+tr {08963.t2} {08963.s2} -> {08963.s1} 
+tr {08964.t1} {08963.p1|08964.p0} {08964.s1} -> {08964.p1|08965.p0} {08964.s2} 
+tr {08964.t2} {08964.s2} -> {08964.s1} 
+tr {08965.t1} {08964.p1|08965.p0} {08965.s1} -> {08965.p1|08966.p0} {08965.s2} 
+tr {08965.t2} {08965.s2} -> {08965.s1} 
+tr {08966.t1} {08965.p1|08966.p0} {08966.s1} -> {08966.p1|08967.p0} {08966.s2} 
+tr {08966.t2} {08966.s2} -> {08966.s1} 
+tr {08967.t1} {08966.p1|08967.p0} {08967.s1} -> {08967.p1|08968.p0} {08967.s2} 
+tr {08967.t2} {08967.s2} -> {08967.s1} 
+tr {08968.t1} {08967.p1|08968.p0} {08968.s1} -> {08968.p1|08969.p0} {08968.s2} 
+tr {08968.t2} {08968.s2} -> {08968.s1} 
+tr {08969.t1} {08968.p1|08969.p0} {08969.s1} -> {08969.p1|08970.p0} {08969.s2} 
+tr {08969.t2} {08969.s2} -> {08969.s1} 
+tr {08970.t1} {08969.p1|08970.p0} {08970.s1} -> {08970.p1|08971.p0} {08970.s2} 
+tr {08970.t2} {08970.s2} -> {08970.s1} 
+tr {08971.t1} {08970.p1|08971.p0} {08971.s1} -> {08971.p1|08972.p0} {08971.s2} 
+tr {08971.t2} {08971.s2} -> {08971.s1} 
+tr {08972.t1} {08971.p1|08972.p0} {08972.s1} -> {08972.p1|08973.p0} {08972.s2} 
+tr {08972.t2} {08972.s2} -> {08972.s1} 
+tr {08973.t1} {08972.p1|08973.p0} {08973.s1} -> {08973.p1|08974.p0} {08973.s2} 
+tr {08973.t2} {08973.s2} -> {08973.s1} 
+tr {08974.t1} {08973.p1|08974.p0} {08974.s1} -> {08974.p1|08975.p0} {08974.s2} 
+tr {08974.t2} {08974.s2} -> {08974.s1} 
+tr {08975.t1} {08974.p1|08975.p0} {08975.s1} -> {08975.p1|08976.p0} {08975.s2} 
+tr {08975.t2} {08975.s2} -> {08975.s1} 
+tr {08976.t1} {08975.p1|08976.p0} {08976.s1} -> {08976.p1|08977.p0} {08976.s2} 
+tr {08976.t2} {08976.s2} -> {08976.s1} 
+tr {08977.t1} {08976.p1|08977.p0} {08977.s1} -> {08977.p1|08978.p0} {08977.s2} 
+tr {08977.t2} {08977.s2} -> {08977.s1} 
+tr {08978.t1} {08977.p1|08978.p0} {08978.s1} -> {08978.p1|08979.p0} {08978.s2} 
+tr {08978.t2} {08978.s2} -> {08978.s1} 
+tr {08979.t1} {08978.p1|08979.p0} {08979.s1} -> {08979.p1|08980.p0} {08979.s2} 
+tr {08979.t2} {08979.s2} -> {08979.s1} 
+tr {08980.t1} {08979.p1|08980.p0} {08980.s1} -> {08980.p1|08981.p0} {08980.s2} 
+tr {08980.t2} {08980.s2} -> {08980.s1} 
+tr {08981.t1} {08980.p1|08981.p0} {08981.s1} -> {08981.p1|08982.p0} {08981.s2} 
+tr {08981.t2} {08981.s2} -> {08981.s1} 
+tr {08982.t1} {08981.p1|08982.p0} {08982.s1} -> {08982.p1|08983.p0} {08982.s2} 
+tr {08982.t2} {08982.s2} -> {08982.s1} 
+tr {08983.t1} {08982.p1|08983.p0} {08983.s1} -> {08983.p1|08984.p0} {08983.s2} 
+tr {08983.t2} {08983.s2} -> {08983.s1} 
+tr {08984.t1} {08983.p1|08984.p0} {08984.s1} -> {08984.p1|08985.p0} {08984.s2} 
+tr {08984.t2} {08984.s2} -> {08984.s1} 
+tr {08985.t1} {08984.p1|08985.p0} {08985.s1} -> {08985.p1|08986.p0} {08985.s2} 
+tr {08985.t2} {08985.s2} -> {08985.s1} 
+tr {08986.t1} {08985.p1|08986.p0} {08986.s1} -> {08986.p1|08987.p0} {08986.s2} 
+tr {08986.t2} {08986.s2} -> {08986.s1} 
+tr {08987.t1} {08986.p1|08987.p0} {08987.s1} -> {08987.p1|08988.p0} {08987.s2} 
+tr {08987.t2} {08987.s2} -> {08987.s1} 
+tr {08988.t1} {08987.p1|08988.p0} {08988.s1} -> {08988.p1|08989.p0} {08988.s2} 
+tr {08988.t2} {08988.s2} -> {08988.s1} 
+tr {08989.t1} {08988.p1|08989.p0} {08989.s1} -> {08989.p1|08990.p0} {08989.s2} 
+tr {08989.t2} {08989.s2} -> {08989.s1} 
+tr {08990.t1} {08989.p1|08990.p0} {08990.s1} -> {08990.p1|08991.p0} {08990.s2} 
+tr {08990.t2} {08990.s2} -> {08990.s1} 
+tr {08991.t1} {08990.p1|08991.p0} {08991.s1} -> {08991.p1|08992.p0} {08991.s2} 
+tr {08991.t2} {08991.s2} -> {08991.s1} 
+tr {08992.t1} {08991.p1|08992.p0} {08992.s1} -> {08992.p1|08993.p0} {08992.s2} 
+tr {08992.t2} {08992.s2} -> {08992.s1} 
+tr {08993.t1} {08992.p1|08993.p0} {08993.s1} -> {08993.p1|08994.p0} {08993.s2} 
+tr {08993.t2} {08993.s2} -> {08993.s1} 
+tr {08994.t1} {08993.p1|08994.p0} {08994.s1} -> {08994.p1|08995.p0} {08994.s2} 
+tr {08994.t2} {08994.s2} -> {08994.s1} 
+tr {08995.t1} {08994.p1|08995.p0} {08995.s1} -> {08995.p1|08996.p0} {08995.s2} 
+tr {08995.t2} {08995.s2} -> {08995.s1} 
+tr {08996.t1} {08995.p1|08996.p0} {08996.s1} -> {08996.p1|08997.p0} {08996.s2} 
+tr {08996.t2} {08996.s2} -> {08996.s1} 
+tr {08997.t1} {08996.p1|08997.p0} {08997.s1} -> {08997.p1|08998.p0} {08997.s2} 
+tr {08997.t2} {08997.s2} -> {08997.s1} 
+tr {08998.t1} {08997.p1|08998.p0} {08998.s1} -> {08998.p1|08999.p0} {08998.s2} 
+tr {08998.t2} {08998.s2} -> {08998.s1} 
+tr {08999.t1} {08998.p1|08999.p0} {08999.s1} -> {08999.p1|09000.p0} {08999.s2} 
+tr {08999.t2} {08999.s2} -> {08999.s1} 
+tr {09000.t1} {08999.p1|09000.p0} {09000.s1} -> {09000.p1|09001.p0} {09000.s2} 
+tr {09000.t2} {09000.s2} -> {09000.s1} 
+tr {09001.t1} {09000.p1|09001.p0} {09001.s1} -> {09001.p1|09002.p0} {09001.s2} 
+tr {09001.t2} {09001.s2} -> {09001.s1} 
+tr {09002.t1} {09001.p1|09002.p0} {09002.s1} -> {09002.p1|09003.p0} {09002.s2} 
+tr {09002.t2} {09002.s2} -> {09002.s1} 
+tr {09003.t1} {09002.p1|09003.p0} {09003.s1} -> {09003.p1|09004.p0} {09003.s2} 
+tr {09003.t2} {09003.s2} -> {09003.s1} 
+tr {09004.t1} {09003.p1|09004.p0} {09004.s1} -> {09004.p1|09005.p0} {09004.s2} 
+tr {09004.t2} {09004.s2} -> {09004.s1} 
+tr {09005.t1} {09004.p1|09005.p0} {09005.s1} -> {09005.p1|09006.p0} {09005.s2} 
+tr {09005.t2} {09005.s2} -> {09005.s1} 
+tr {09006.t1} {09005.p1|09006.p0} {09006.s1} -> {09006.p1|09007.p0} {09006.s2} 
+tr {09006.t2} {09006.s2} -> {09006.s1} 
+tr {09007.t1} {09006.p1|09007.p0} {09007.s1} -> {09007.p1|09008.p0} {09007.s2} 
+tr {09007.t2} {09007.s2} -> {09007.s1} 
+tr {09008.t1} {09007.p1|09008.p0} {09008.s1} -> {09008.p1|09009.p0} {09008.s2} 
+tr {09008.t2} {09008.s2} -> {09008.s1} 
+tr {09009.t1} {09008.p1|09009.p0} {09009.s1} -> {09009.p1|09010.p0} {09009.s2} 
+tr {09009.t2} {09009.s2} -> {09009.s1} 
+tr {09010.t1} {09009.p1|09010.p0} {09010.s1} -> {09010.p1|09011.p0} {09010.s2} 
+tr {09010.t2} {09010.s2} -> {09010.s1} 
+tr {09011.t1} {09010.p1|09011.p0} {09011.s1} -> {09011.p1|09012.p0} {09011.s2} 
+tr {09011.t2} {09011.s2} -> {09011.s1} 
+tr {09012.t1} {09011.p1|09012.p0} {09012.s1} -> {09012.p1|09013.p0} {09012.s2} 
+tr {09012.t2} {09012.s2} -> {09012.s1} 
+tr {09013.t1} {09012.p1|09013.p0} {09013.s1} -> {09013.p1|09014.p0} {09013.s2} 
+tr {09013.t2} {09013.s2} -> {09013.s1} 
+tr {09014.t1} {09013.p1|09014.p0} {09014.s1} -> {09014.p1|09015.p0} {09014.s2} 
+tr {09014.t2} {09014.s2} -> {09014.s1} 
+tr {09015.t1} {09014.p1|09015.p0} {09015.s1} -> {09015.p1|09016.p0} {09015.s2} 
+tr {09015.t2} {09015.s2} -> {09015.s1} 
+tr {09016.t1} {09015.p1|09016.p0} {09016.s1} -> {09016.p1|09017.p0} {09016.s2} 
+tr {09016.t2} {09016.s2} -> {09016.s1} 
+tr {09017.t1} {09016.p1|09017.p0} {09017.s1} -> {09017.p1|09018.p0} {09017.s2} 
+tr {09017.t2} {09017.s2} -> {09017.s1} 
+tr {09018.t1} {09017.p1|09018.p0} {09018.s1} -> {09018.p1|09019.p0} {09018.s2} 
+tr {09018.t2} {09018.s2} -> {09018.s1} 
+tr {09019.t1} {09018.p1|09019.p0} {09019.s1} -> {09019.p1|09020.p0} {09019.s2} 
+tr {09019.t2} {09019.s2} -> {09019.s1} 
+tr {09020.t1} {09019.p1|09020.p0} {09020.s1} -> {09020.p1|09021.p0} {09020.s2} 
+tr {09020.t2} {09020.s2} -> {09020.s1} 
+tr {09021.t1} {09020.p1|09021.p0} {09021.s1} -> {09021.p1|09022.p0} {09021.s2} 
+tr {09021.t2} {09021.s2} -> {09021.s1} 
+tr {09022.t1} {09021.p1|09022.p0} {09022.s1} -> {09022.p1|09023.p0} {09022.s2} 
+tr {09022.t2} {09022.s2} -> {09022.s1} 
+tr {09023.t1} {09022.p1|09023.p0} {09023.s1} -> {09023.p1|09024.p0} {09023.s2} 
+tr {09023.t2} {09023.s2} -> {09023.s1} 
+tr {09024.t1} {09023.p1|09024.p0} {09024.s1} -> {09024.p1|09025.p0} {09024.s2} 
+tr {09024.t2} {09024.s2} -> {09024.s1} 
+tr {09025.t1} {09024.p1|09025.p0} {09025.s1} -> {09025.p1|09026.p0} {09025.s2} 
+tr {09025.t2} {09025.s2} -> {09025.s1} 
+tr {09026.t1} {09025.p1|09026.p0} {09026.s1} -> {09026.p1|09027.p0} {09026.s2} 
+tr {09026.t2} {09026.s2} -> {09026.s1} 
+tr {09027.t1} {09026.p1|09027.p0} {09027.s1} -> {09027.p1|09028.p0} {09027.s2} 
+tr {09027.t2} {09027.s2} -> {09027.s1} 
+tr {09028.t1} {09027.p1|09028.p0} {09028.s1} -> {09028.p1|09029.p0} {09028.s2} 
+tr {09028.t2} {09028.s2} -> {09028.s1} 
+tr {09029.t1} {09028.p1|09029.p0} {09029.s1} -> {09029.p1|09030.p0} {09029.s2} 
+tr {09029.t2} {09029.s2} -> {09029.s1} 
+tr {09030.t1} {09029.p1|09030.p0} {09030.s1} -> {09030.p1|09031.p0} {09030.s2} 
+tr {09030.t2} {09030.s2} -> {09030.s1} 
+tr {09031.t1} {09030.p1|09031.p0} {09031.s1} -> {09031.p1|09032.p0} {09031.s2} 
+tr {09031.t2} {09031.s2} -> {09031.s1} 
+tr {09032.t1} {09031.p1|09032.p0} {09032.s1} -> {09032.p1|09033.p0} {09032.s2} 
+tr {09032.t2} {09032.s2} -> {09032.s1} 
+tr {09033.t1} {09032.p1|09033.p0} {09033.s1} -> {09033.p1|09034.p0} {09033.s2} 
+tr {09033.t2} {09033.s2} -> {09033.s1} 
+tr {09034.t1} {09033.p1|09034.p0} {09034.s1} -> {09034.p1|09035.p0} {09034.s2} 
+tr {09034.t2} {09034.s2} -> {09034.s1} 
+tr {09035.t1} {09034.p1|09035.p0} {09035.s1} -> {09035.p1|09036.p0} {09035.s2} 
+tr {09035.t2} {09035.s2} -> {09035.s1} 
+tr {09036.t1} {09035.p1|09036.p0} {09036.s1} -> {09036.p1|09037.p0} {09036.s2} 
+tr {09036.t2} {09036.s2} -> {09036.s1} 
+tr {09037.t1} {09036.p1|09037.p0} {09037.s1} -> {09037.p1|09038.p0} {09037.s2} 
+tr {09037.t2} {09037.s2} -> {09037.s1} 
+tr {09038.t1} {09037.p1|09038.p0} {09038.s1} -> {09038.p1|09039.p0} {09038.s2} 
+tr {09038.t2} {09038.s2} -> {09038.s1} 
+tr {09039.t1} {09038.p1|09039.p0} {09039.s1} -> {09039.p1|09040.p0} {09039.s2} 
+tr {09039.t2} {09039.s2} -> {09039.s1} 
+tr {09040.t1} {09039.p1|09040.p0} {09040.s1} -> {09040.p1|09041.p0} {09040.s2} 
+tr {09040.t2} {09040.s2} -> {09040.s1} 
+tr {09041.t1} {09040.p1|09041.p0} {09041.s1} -> {09041.p1|09042.p0} {09041.s2} 
+tr {09041.t2} {09041.s2} -> {09041.s1} 
+tr {09042.t1} {09041.p1|09042.p0} {09042.s1} -> {09042.p1|09043.p0} {09042.s2} 
+tr {09042.t2} {09042.s2} -> {09042.s1} 
+tr {09043.t1} {09042.p1|09043.p0} {09043.s1} -> {09043.p1|09044.p0} {09043.s2} 
+tr {09043.t2} {09043.s2} -> {09043.s1} 
+tr {09044.t1} {09043.p1|09044.p0} {09044.s1} -> {09044.p1|09045.p0} {09044.s2} 
+tr {09044.t2} {09044.s2} -> {09044.s1} 
+tr {09045.t1} {09044.p1|09045.p0} {09045.s1} -> {09045.p1|09046.p0} {09045.s2} 
+tr {09045.t2} {09045.s2} -> {09045.s1} 
+tr {09046.t1} {09045.p1|09046.p0} {09046.s1} -> {09046.p1|09047.p0} {09046.s2} 
+tr {09046.t2} {09046.s2} -> {09046.s1} 
+tr {09047.t1} {09046.p1|09047.p0} {09047.s1} -> {09047.p1|09048.p0} {09047.s2} 
+tr {09047.t2} {09047.s2} -> {09047.s1} 
+tr {09048.t1} {09047.p1|09048.p0} {09048.s1} -> {09048.p1|09049.p0} {09048.s2} 
+tr {09048.t2} {09048.s2} -> {09048.s1} 
+tr {09049.t1} {09048.p1|09049.p0} {09049.s1} -> {09049.p1|09050.p0} {09049.s2} 
+tr {09049.t2} {09049.s2} -> {09049.s1} 
+tr {09050.t1} {09049.p1|09050.p0} {09050.s1} -> {09050.p1|09051.p0} {09050.s2} 
+tr {09050.t2} {09050.s2} -> {09050.s1} 
+tr {09051.t1} {09050.p1|09051.p0} {09051.s1} -> {09051.p1|09052.p0} {09051.s2} 
+tr {09051.t2} {09051.s2} -> {09051.s1} 
+tr {09052.t1} {09051.p1|09052.p0} {09052.s1} -> {09052.p1|09053.p0} {09052.s2} 
+tr {09052.t2} {09052.s2} -> {09052.s1} 
+tr {09053.t1} {09052.p1|09053.p0} {09053.s1} -> {09053.p1|09054.p0} {09053.s2} 
+tr {09053.t2} {09053.s2} -> {09053.s1} 
+tr {09054.t1} {09053.p1|09054.p0} {09054.s1} -> {09054.p1|09055.p0} {09054.s2} 
+tr {09054.t2} {09054.s2} -> {09054.s1} 
+tr {09055.t1} {09054.p1|09055.p0} {09055.s1} -> {09055.p1|09056.p0} {09055.s2} 
+tr {09055.t2} {09055.s2} -> {09055.s1} 
+tr {09056.t1} {09055.p1|09056.p0} {09056.s1} -> {09056.p1|09057.p0} {09056.s2} 
+tr {09056.t2} {09056.s2} -> {09056.s1} 
+tr {09057.t1} {09056.p1|09057.p0} {09057.s1} -> {09057.p1|09058.p0} {09057.s2} 
+tr {09057.t2} {09057.s2} -> {09057.s1} 
+tr {09058.t1} {09057.p1|09058.p0} {09058.s1} -> {09058.p1|09059.p0} {09058.s2} 
+tr {09058.t2} {09058.s2} -> {09058.s1} 
+tr {09059.t1} {09058.p1|09059.p0} {09059.s1} -> {09059.p1|09060.p0} {09059.s2} 
+tr {09059.t2} {09059.s2} -> {09059.s1} 
+tr {09060.t1} {09059.p1|09060.p0} {09060.s1} -> {09060.p1|09061.p0} {09060.s2} 
+tr {09060.t2} {09060.s2} -> {09060.s1} 
+tr {09061.t1} {09060.p1|09061.p0} {09061.s1} -> {09061.p1|09062.p0} {09061.s2} 
+tr {09061.t2} {09061.s2} -> {09061.s1} 
+tr {09062.t1} {09061.p1|09062.p0} {09062.s1} -> {09062.p1|09063.p0} {09062.s2} 
+tr {09062.t2} {09062.s2} -> {09062.s1} 
+tr {09063.t1} {09062.p1|09063.p0} {09063.s1} -> {09063.p1|09064.p0} {09063.s2} 
+tr {09063.t2} {09063.s2} -> {09063.s1} 
+tr {09064.t1} {09063.p1|09064.p0} {09064.s1} -> {09064.p1|09065.p0} {09064.s2} 
+tr {09064.t2} {09064.s2} -> {09064.s1} 
+tr {09065.t1} {09064.p1|09065.p0} {09065.s1} -> {09065.p1|09066.p0} {09065.s2} 
+tr {09065.t2} {09065.s2} -> {09065.s1} 
+tr {09066.t1} {09065.p1|09066.p0} {09066.s1} -> {09066.p1|09067.p0} {09066.s2} 
+tr {09066.t2} {09066.s2} -> {09066.s1} 
+tr {09067.t1} {09066.p1|09067.p0} {09067.s1} -> {09067.p1|09068.p0} {09067.s2} 
+tr {09067.t2} {09067.s2} -> {09067.s1} 
+tr {09068.t1} {09067.p1|09068.p0} {09068.s1} -> {09068.p1|09069.p0} {09068.s2} 
+tr {09068.t2} {09068.s2} -> {09068.s1} 
+tr {09069.t1} {09068.p1|09069.p0} {09069.s1} -> {09069.p1|09070.p0} {09069.s2} 
+tr {09069.t2} {09069.s2} -> {09069.s1} 
+tr {09070.t1} {09069.p1|09070.p0} {09070.s1} -> {09070.p1|09071.p0} {09070.s2} 
+tr {09070.t2} {09070.s2} -> {09070.s1} 
+tr {09071.t1} {09070.p1|09071.p0} {09071.s1} -> {09071.p1|09072.p0} {09071.s2} 
+tr {09071.t2} {09071.s2} -> {09071.s1} 
+tr {09072.t1} {09071.p1|09072.p0} {09072.s1} -> {09072.p1|09073.p0} {09072.s2} 
+tr {09072.t2} {09072.s2} -> {09072.s1} 
+tr {09073.t1} {09072.p1|09073.p0} {09073.s1} -> {09073.p1|09074.p0} {09073.s2} 
+tr {09073.t2} {09073.s2} -> {09073.s1} 
+tr {09074.t1} {09073.p1|09074.p0} {09074.s1} -> {09074.p1|09075.p0} {09074.s2} 
+tr {09074.t2} {09074.s2} -> {09074.s1} 
+tr {09075.t1} {09074.p1|09075.p0} {09075.s1} -> {09075.p1|09076.p0} {09075.s2} 
+tr {09075.t2} {09075.s2} -> {09075.s1} 
+tr {09076.t1} {09075.p1|09076.p0} {09076.s1} -> {09076.p1|09077.p0} {09076.s2} 
+tr {09076.t2} {09076.s2} -> {09076.s1} 
+tr {09077.t1} {09076.p1|09077.p0} {09077.s1} -> {09077.p1|09078.p0} {09077.s2} 
+tr {09077.t2} {09077.s2} -> {09077.s1} 
+tr {09078.t1} {09077.p1|09078.p0} {09078.s1} -> {09078.p1|09079.p0} {09078.s2} 
+tr {09078.t2} {09078.s2} -> {09078.s1} 
+tr {09079.t1} {09078.p1|09079.p0} {09079.s1} -> {09079.p1|09080.p0} {09079.s2} 
+tr {09079.t2} {09079.s2} -> {09079.s1} 
+tr {09080.t1} {09079.p1|09080.p0} {09080.s1} -> {09080.p1|09081.p0} {09080.s2} 
+tr {09080.t2} {09080.s2} -> {09080.s1} 
+tr {09081.t1} {09080.p1|09081.p0} {09081.s1} -> {09081.p1|09082.p0} {09081.s2} 
+tr {09081.t2} {09081.s2} -> {09081.s1} 
+tr {09082.t1} {09081.p1|09082.p0} {09082.s1} -> {09082.p1|09083.p0} {09082.s2} 
+tr {09082.t2} {09082.s2} -> {09082.s1} 
+tr {09083.t1} {09082.p1|09083.p0} {09083.s1} -> {09083.p1|09084.p0} {09083.s2} 
+tr {09083.t2} {09083.s2} -> {09083.s1} 
+tr {09084.t1} {09083.p1|09084.p0} {09084.s1} -> {09084.p1|09085.p0} {09084.s2} 
+tr {09084.t2} {09084.s2} -> {09084.s1} 
+tr {09085.t1} {09084.p1|09085.p0} {09085.s1} -> {09085.p1|09086.p0} {09085.s2} 
+tr {09085.t2} {09085.s2} -> {09085.s1} 
+tr {09086.t1} {09085.p1|09086.p0} {09086.s1} -> {09086.p1|09087.p0} {09086.s2} 
+tr {09086.t2} {09086.s2} -> {09086.s1} 
+tr {09087.t1} {09086.p1|09087.p0} {09087.s1} -> {09087.p1|09088.p0} {09087.s2} 
+tr {09087.t2} {09087.s2} -> {09087.s1} 
+tr {09088.t1} {09087.p1|09088.p0} {09088.s1} -> {09088.p1|09089.p0} {09088.s2} 
+tr {09088.t2} {09088.s2} -> {09088.s1} 
+tr {09089.t1} {09088.p1|09089.p0} {09089.s1} -> {09089.p1|09090.p0} {09089.s2} 
+tr {09089.t2} {09089.s2} -> {09089.s1} 
+tr {09090.t1} {09089.p1|09090.p0} {09090.s1} -> {09090.p1|09091.p0} {09090.s2} 
+tr {09090.t2} {09090.s2} -> {09090.s1} 
+tr {09091.t1} {09090.p1|09091.p0} {09091.s1} -> {09091.p1|09092.p0} {09091.s2} 
+tr {09091.t2} {09091.s2} -> {09091.s1} 
+tr {09092.t1} {09091.p1|09092.p0} {09092.s1} -> {09092.p1|09093.p0} {09092.s2} 
+tr {09092.t2} {09092.s2} -> {09092.s1} 
+tr {09093.t1} {09092.p1|09093.p0} {09093.s1} -> {09093.p1|09094.p0} {09093.s2} 
+tr {09093.t2} {09093.s2} -> {09093.s1} 
+tr {09094.t1} {09093.p1|09094.p0} {09094.s1} -> {09094.p1|09095.p0} {09094.s2} 
+tr {09094.t2} {09094.s2} -> {09094.s1} 
+tr {09095.t1} {09094.p1|09095.p0} {09095.s1} -> {09095.p1|09096.p0} {09095.s2} 
+tr {09095.t2} {09095.s2} -> {09095.s1} 
+tr {09096.t1} {09095.p1|09096.p0} {09096.s1} -> {09096.p1|09097.p0} {09096.s2} 
+tr {09096.t2} {09096.s2} -> {09096.s1} 
+tr {09097.t1} {09096.p1|09097.p0} {09097.s1} -> {09097.p1|09098.p0} {09097.s2} 
+tr {09097.t2} {09097.s2} -> {09097.s1} 
+tr {09098.t1} {09097.p1|09098.p0} {09098.s1} -> {09098.p1|09099.p0} {09098.s2} 
+tr {09098.t2} {09098.s2} -> {09098.s1} 
+tr {09099.t1} {09098.p1|09099.p0} {09099.s1} -> {09099.p1|09100.p0} {09099.s2} 
+tr {09099.t2} {09099.s2} -> {09099.s1} 
+tr {09100.t1} {09099.p1|09100.p0} {09100.s1} -> {09100.p1|09101.p0} {09100.s2} 
+tr {09100.t2} {09100.s2} -> {09100.s1} 
+tr {09101.t1} {09100.p1|09101.p0} {09101.s1} -> {09101.p1|09102.p0} {09101.s2} 
+tr {09101.t2} {09101.s2} -> {09101.s1} 
+tr {09102.t1} {09101.p1|09102.p0} {09102.s1} -> {09102.p1|09103.p0} {09102.s2} 
+tr {09102.t2} {09102.s2} -> {09102.s1} 
+tr {09103.t1} {09102.p1|09103.p0} {09103.s1} -> {09103.p1|09104.p0} {09103.s2} 
+tr {09103.t2} {09103.s2} -> {09103.s1} 
+tr {09104.t1} {09103.p1|09104.p0} {09104.s1} -> {09104.p1|09105.p0} {09104.s2} 
+tr {09104.t2} {09104.s2} -> {09104.s1} 
+tr {09105.t1} {09104.p1|09105.p0} {09105.s1} -> {09105.p1|09106.p0} {09105.s2} 
+tr {09105.t2} {09105.s2} -> {09105.s1} 
+tr {09106.t1} {09105.p1|09106.p0} {09106.s1} -> {09106.p1|09107.p0} {09106.s2} 
+tr {09106.t2} {09106.s2} -> {09106.s1} 
+tr {09107.t1} {09106.p1|09107.p0} {09107.s1} -> {09107.p1|09108.p0} {09107.s2} 
+tr {09107.t2} {09107.s2} -> {09107.s1} 
+tr {09108.t1} {09107.p1|09108.p0} {09108.s1} -> {09108.p1|09109.p0} {09108.s2} 
+tr {09108.t2} {09108.s2} -> {09108.s1} 
+tr {09109.t1} {09108.p1|09109.p0} {09109.s1} -> {09109.p1|09110.p0} {09109.s2} 
+tr {09109.t2} {09109.s2} -> {09109.s1} 
+tr {09110.t1} {09109.p1|09110.p0} {09110.s1} -> {09110.p1|09111.p0} {09110.s2} 
+tr {09110.t2} {09110.s2} -> {09110.s1} 
+tr {09111.t1} {09110.p1|09111.p0} {09111.s1} -> {09111.p1|09112.p0} {09111.s2} 
+tr {09111.t2} {09111.s2} -> {09111.s1} 
+tr {09112.t1} {09111.p1|09112.p0} {09112.s1} -> {09112.p1|09113.p0} {09112.s2} 
+tr {09112.t2} {09112.s2} -> {09112.s1} 
+tr {09113.t1} {09112.p1|09113.p0} {09113.s1} -> {09113.p1|09114.p0} {09113.s2} 
+tr {09113.t2} {09113.s2} -> {09113.s1} 
+tr {09114.t1} {09113.p1|09114.p0} {09114.s1} -> {09114.p1|09115.p0} {09114.s2} 
+tr {09114.t2} {09114.s2} -> {09114.s1} 
+tr {09115.t1} {09114.p1|09115.p0} {09115.s1} -> {09115.p1|09116.p0} {09115.s2} 
+tr {09115.t2} {09115.s2} -> {09115.s1} 
+tr {09116.t1} {09115.p1|09116.p0} {09116.s1} -> {09116.p1|09117.p0} {09116.s2} 
+tr {09116.t2} {09116.s2} -> {09116.s1} 
+tr {09117.t1} {09116.p1|09117.p0} {09117.s1} -> {09117.p1|09118.p0} {09117.s2} 
+tr {09117.t2} {09117.s2} -> {09117.s1} 
+tr {09118.t1} {09117.p1|09118.p0} {09118.s1} -> {09118.p1|09119.p0} {09118.s2} 
+tr {09118.t2} {09118.s2} -> {09118.s1} 
+tr {09119.t1} {09118.p1|09119.p0} {09119.s1} -> {09119.p1|09120.p0} {09119.s2} 
+tr {09119.t2} {09119.s2} -> {09119.s1} 
+tr {09120.t1} {09119.p1|09120.p0} {09120.s1} -> {09120.p1|09121.p0} {09120.s2} 
+tr {09120.t2} {09120.s2} -> {09120.s1} 
+tr {09121.t1} {09120.p1|09121.p0} {09121.s1} -> {09121.p1|09122.p0} {09121.s2} 
+tr {09121.t2} {09121.s2} -> {09121.s1} 
+tr {09122.t1} {09121.p1|09122.p0} {09122.s1} -> {09122.p1|09123.p0} {09122.s2} 
+tr {09122.t2} {09122.s2} -> {09122.s1} 
+tr {09123.t1} {09122.p1|09123.p0} {09123.s1} -> {09123.p1|09124.p0} {09123.s2} 
+tr {09123.t2} {09123.s2} -> {09123.s1} 
+tr {09124.t1} {09123.p1|09124.p0} {09124.s1} -> {09124.p1|09125.p0} {09124.s2} 
+tr {09124.t2} {09124.s2} -> {09124.s1} 
+tr {09125.t1} {09124.p1|09125.p0} {09125.s1} -> {09125.p1|09126.p0} {09125.s2} 
+tr {09125.t2} {09125.s2} -> {09125.s1} 
+tr {09126.t1} {09125.p1|09126.p0} {09126.s1} -> {09126.p1|09127.p0} {09126.s2} 
+tr {09126.t2} {09126.s2} -> {09126.s1} 
+tr {09127.t1} {09126.p1|09127.p0} {09127.s1} -> {09127.p1|09128.p0} {09127.s2} 
+tr {09127.t2} {09127.s2} -> {09127.s1} 
+tr {09128.t1} {09127.p1|09128.p0} {09128.s1} -> {09128.p1|09129.p0} {09128.s2} 
+tr {09128.t2} {09128.s2} -> {09128.s1} 
+tr {09129.t1} {09128.p1|09129.p0} {09129.s1} -> {09129.p1|09130.p0} {09129.s2} 
+tr {09129.t2} {09129.s2} -> {09129.s1} 
+tr {09130.t1} {09129.p1|09130.p0} {09130.s1} -> {09130.p1|09131.p0} {09130.s2} 
+tr {09130.t2} {09130.s2} -> {09130.s1} 
+tr {09131.t1} {09130.p1|09131.p0} {09131.s1} -> {09131.p1|09132.p0} {09131.s2} 
+tr {09131.t2} {09131.s2} -> {09131.s1} 
+tr {09132.t1} {09131.p1|09132.p0} {09132.s1} -> {09132.p1|09133.p0} {09132.s2} 
+tr {09132.t2} {09132.s2} -> {09132.s1} 
+tr {09133.t1} {09132.p1|09133.p0} {09133.s1} -> {09133.p1|09134.p0} {09133.s2} 
+tr {09133.t2} {09133.s2} -> {09133.s1} 
+tr {09134.t1} {09133.p1|09134.p0} {09134.s1} -> {09134.p1|09135.p0} {09134.s2} 
+tr {09134.t2} {09134.s2} -> {09134.s1} 
+tr {09135.t1} {09134.p1|09135.p0} {09135.s1} -> {09135.p1|09136.p0} {09135.s2} 
+tr {09135.t2} {09135.s2} -> {09135.s1} 
+tr {09136.t1} {09135.p1|09136.p0} {09136.s1} -> {09136.p1|09137.p0} {09136.s2} 
+tr {09136.t2} {09136.s2} -> {09136.s1} 
+tr {09137.t1} {09136.p1|09137.p0} {09137.s1} -> {09137.p1|09138.p0} {09137.s2} 
+tr {09137.t2} {09137.s2} -> {09137.s1} 
+tr {09138.t1} {09137.p1|09138.p0} {09138.s1} -> {09138.p1|09139.p0} {09138.s2} 
+tr {09138.t2} {09138.s2} -> {09138.s1} 
+tr {09139.t1} {09138.p1|09139.p0} {09139.s1} -> {09139.p1|09140.p0} {09139.s2} 
+tr {09139.t2} {09139.s2} -> {09139.s1} 
+tr {09140.t1} {09139.p1|09140.p0} {09140.s1} -> {09140.p1|09141.p0} {09140.s2} 
+tr {09140.t2} {09140.s2} -> {09140.s1} 
+tr {09141.t1} {09140.p1|09141.p0} {09141.s1} -> {09141.p1|09142.p0} {09141.s2} 
+tr {09141.t2} {09141.s2} -> {09141.s1} 
+tr {09142.t1} {09141.p1|09142.p0} {09142.s1} -> {09142.p1|09143.p0} {09142.s2} 
+tr {09142.t2} {09142.s2} -> {09142.s1} 
+tr {09143.t1} {09142.p1|09143.p0} {09143.s1} -> {09143.p1|09144.p0} {09143.s2} 
+tr {09143.t2} {09143.s2} -> {09143.s1} 
+tr {09144.t1} {09143.p1|09144.p0} {09144.s1} -> {09144.p1|09145.p0} {09144.s2} 
+tr {09144.t2} {09144.s2} -> {09144.s1} 
+tr {09145.t1} {09144.p1|09145.p0} {09145.s1} -> {09145.p1|09146.p0} {09145.s2} 
+tr {09145.t2} {09145.s2} -> {09145.s1} 
+tr {09146.t1} {09145.p1|09146.p0} {09146.s1} -> {09146.p1|09147.p0} {09146.s2} 
+tr {09146.t2} {09146.s2} -> {09146.s1} 
+tr {09147.t1} {09146.p1|09147.p0} {09147.s1} -> {09147.p1|09148.p0} {09147.s2} 
+tr {09147.t2} {09147.s2} -> {09147.s1} 
+tr {09148.t1} {09147.p1|09148.p0} {09148.s1} -> {09148.p1|09149.p0} {09148.s2} 
+tr {09148.t2} {09148.s2} -> {09148.s1} 
+tr {09149.t1} {09148.p1|09149.p0} {09149.s1} -> {09149.p1|09150.p0} {09149.s2} 
+tr {09149.t2} {09149.s2} -> {09149.s1} 
+tr {09150.t1} {09149.p1|09150.p0} {09150.s1} -> {09150.p1|09151.p0} {09150.s2} 
+tr {09150.t2} {09150.s2} -> {09150.s1} 
+tr {09151.t1} {09150.p1|09151.p0} {09151.s1} -> {09151.p1|09152.p0} {09151.s2} 
+tr {09151.t2} {09151.s2} -> {09151.s1} 
+tr {09152.t1} {09151.p1|09152.p0} {09152.s1} -> {09152.p1|09153.p0} {09152.s2} 
+tr {09152.t2} {09152.s2} -> {09152.s1} 
+tr {09153.t1} {09152.p1|09153.p0} {09153.s1} -> {09153.p1|09154.p0} {09153.s2} 
+tr {09153.t2} {09153.s2} -> {09153.s1} 
+tr {09154.t1} {09153.p1|09154.p0} {09154.s1} -> {09154.p1|09155.p0} {09154.s2} 
+tr {09154.t2} {09154.s2} -> {09154.s1} 
+tr {09155.t1} {09154.p1|09155.p0} {09155.s1} -> {09155.p1|09156.p0} {09155.s2} 
+tr {09155.t2} {09155.s2} -> {09155.s1} 
+tr {09156.t1} {09155.p1|09156.p0} {09156.s1} -> {09156.p1|09157.p0} {09156.s2} 
+tr {09156.t2} {09156.s2} -> {09156.s1} 
+tr {09157.t1} {09156.p1|09157.p0} {09157.s1} -> {09157.p1|09158.p0} {09157.s2} 
+tr {09157.t2} {09157.s2} -> {09157.s1} 
+tr {09158.t1} {09157.p1|09158.p0} {09158.s1} -> {09158.p1|09159.p0} {09158.s2} 
+tr {09158.t2} {09158.s2} -> {09158.s1} 
+tr {09159.t1} {09158.p1|09159.p0} {09159.s1} -> {09159.p1|09160.p0} {09159.s2} 
+tr {09159.t2} {09159.s2} -> {09159.s1} 
+tr {09160.t1} {09159.p1|09160.p0} {09160.s1} -> {09160.p1|09161.p0} {09160.s2} 
+tr {09160.t2} {09160.s2} -> {09160.s1} 
+tr {09161.t1} {09160.p1|09161.p0} {09161.s1} -> {09161.p1|09162.p0} {09161.s2} 
+tr {09161.t2} {09161.s2} -> {09161.s1} 
+tr {09162.t1} {09161.p1|09162.p0} {09162.s1} -> {09162.p1|09163.p0} {09162.s2} 
+tr {09162.t2} {09162.s2} -> {09162.s1} 
+tr {09163.t1} {09162.p1|09163.p0} {09163.s1} -> {09163.p1|09164.p0} {09163.s2} 
+tr {09163.t2} {09163.s2} -> {09163.s1} 
+tr {09164.t1} {09163.p1|09164.p0} {09164.s1} -> {09164.p1|09165.p0} {09164.s2} 
+tr {09164.t2} {09164.s2} -> {09164.s1} 
+tr {09165.t1} {09164.p1|09165.p0} {09165.s1} -> {09165.p1|09166.p0} {09165.s2} 
+tr {09165.t2} {09165.s2} -> {09165.s1} 
+tr {09166.t1} {09165.p1|09166.p0} {09166.s1} -> {09166.p1|09167.p0} {09166.s2} 
+tr {09166.t2} {09166.s2} -> {09166.s1} 
+tr {09167.t1} {09166.p1|09167.p0} {09167.s1} -> {09167.p1|09168.p0} {09167.s2} 
+tr {09167.t2} {09167.s2} -> {09167.s1} 
+tr {09168.t1} {09167.p1|09168.p0} {09168.s1} -> {09168.p1|09169.p0} {09168.s2} 
+tr {09168.t2} {09168.s2} -> {09168.s1} 
+tr {09169.t1} {09168.p1|09169.p0} {09169.s1} -> {09169.p1|09170.p0} {09169.s2} 
+tr {09169.t2} {09169.s2} -> {09169.s1} 
+tr {09170.t1} {09169.p1|09170.p0} {09170.s1} -> {09170.p1|09171.p0} {09170.s2} 
+tr {09170.t2} {09170.s2} -> {09170.s1} 
+tr {09171.t1} {09170.p1|09171.p0} {09171.s1} -> {09171.p1|09172.p0} {09171.s2} 
+tr {09171.t2} {09171.s2} -> {09171.s1} 
+tr {09172.t1} {09171.p1|09172.p0} {09172.s1} -> {09172.p1|09173.p0} {09172.s2} 
+tr {09172.t2} {09172.s2} -> {09172.s1} 
+tr {09173.t1} {09172.p1|09173.p0} {09173.s1} -> {09173.p1|09174.p0} {09173.s2} 
+tr {09173.t2} {09173.s2} -> {09173.s1} 
+tr {09174.t1} {09173.p1|09174.p0} {09174.s1} -> {09174.p1|09175.p0} {09174.s2} 
+tr {09174.t2} {09174.s2} -> {09174.s1} 
+tr {09175.t1} {09174.p1|09175.p0} {09175.s1} -> {09175.p1|09176.p0} {09175.s2} 
+tr {09175.t2} {09175.s2} -> {09175.s1} 
+tr {09176.t1} {09175.p1|09176.p0} {09176.s1} -> {09176.p1|09177.p0} {09176.s2} 
+tr {09176.t2} {09176.s2} -> {09176.s1} 
+tr {09177.t1} {09176.p1|09177.p0} {09177.s1} -> {09177.p1|09178.p0} {09177.s2} 
+tr {09177.t2} {09177.s2} -> {09177.s1} 
+tr {09178.t1} {09177.p1|09178.p0} {09178.s1} -> {09178.p1|09179.p0} {09178.s2} 
+tr {09178.t2} {09178.s2} -> {09178.s1} 
+tr {09179.t1} {09178.p1|09179.p0} {09179.s1} -> {09179.p1|09180.p0} {09179.s2} 
+tr {09179.t2} {09179.s2} -> {09179.s1} 
+tr {09180.t1} {09179.p1|09180.p0} {09180.s1} -> {09180.p1|09181.p0} {09180.s2} 
+tr {09180.t2} {09180.s2} -> {09180.s1} 
+tr {09181.t1} {09180.p1|09181.p0} {09181.s1} -> {09181.p1|09182.p0} {09181.s2} 
+tr {09181.t2} {09181.s2} -> {09181.s1} 
+tr {09182.t1} {09181.p1|09182.p0} {09182.s1} -> {09182.p1|09183.p0} {09182.s2} 
+tr {09182.t2} {09182.s2} -> {09182.s1} 
+tr {09183.t1} {09182.p1|09183.p0} {09183.s1} -> {09183.p1|09184.p0} {09183.s2} 
+tr {09183.t2} {09183.s2} -> {09183.s1} 
+tr {09184.t1} {09183.p1|09184.p0} {09184.s1} -> {09184.p1|09185.p0} {09184.s2} 
+tr {09184.t2} {09184.s2} -> {09184.s1} 
+tr {09185.t1} {09184.p1|09185.p0} {09185.s1} -> {09185.p1|09186.p0} {09185.s2} 
+tr {09185.t2} {09185.s2} -> {09185.s1} 
+tr {09186.t1} {09185.p1|09186.p0} {09186.s1} -> {09186.p1|09187.p0} {09186.s2} 
+tr {09186.t2} {09186.s2} -> {09186.s1} 
+tr {09187.t1} {09186.p1|09187.p0} {09187.s1} -> {09187.p1|09188.p0} {09187.s2} 
+tr {09187.t2} {09187.s2} -> {09187.s1} 
+tr {09188.t1} {09187.p1|09188.p0} {09188.s1} -> {09188.p1|09189.p0} {09188.s2} 
+tr {09188.t2} {09188.s2} -> {09188.s1} 
+tr {09189.t1} {09188.p1|09189.p0} {09189.s1} -> {09189.p1|09190.p0} {09189.s2} 
+tr {09189.t2} {09189.s2} -> {09189.s1} 
+tr {09190.t1} {09189.p1|09190.p0} {09190.s1} -> {09190.p1|09191.p0} {09190.s2} 
+tr {09190.t2} {09190.s2} -> {09190.s1} 
+tr {09191.t1} {09190.p1|09191.p0} {09191.s1} -> {09191.p1|09192.p0} {09191.s2} 
+tr {09191.t2} {09191.s2} -> {09191.s1} 
+tr {09192.t1} {09191.p1|09192.p0} {09192.s1} -> {09192.p1|09193.p0} {09192.s2} 
+tr {09192.t2} {09192.s2} -> {09192.s1} 
+tr {09193.t1} {09192.p1|09193.p0} {09193.s1} -> {09193.p1|09194.p0} {09193.s2} 
+tr {09193.t2} {09193.s2} -> {09193.s1} 
+tr {09194.t1} {09193.p1|09194.p0} {09194.s1} -> {09194.p1|09195.p0} {09194.s2} 
+tr {09194.t2} {09194.s2} -> {09194.s1} 
+tr {09195.t1} {09194.p1|09195.p0} {09195.s1} -> {09195.p1|09196.p0} {09195.s2} 
+tr {09195.t2} {09195.s2} -> {09195.s1} 
+tr {09196.t1} {09195.p1|09196.p0} {09196.s1} -> {09196.p1|09197.p0} {09196.s2} 
+tr {09196.t2} {09196.s2} -> {09196.s1} 
+tr {09197.t1} {09196.p1|09197.p0} {09197.s1} -> {09197.p1|09198.p0} {09197.s2} 
+tr {09197.t2} {09197.s2} -> {09197.s1} 
+tr {09198.t1} {09197.p1|09198.p0} {09198.s1} -> {09198.p1|09199.p0} {09198.s2} 
+tr {09198.t2} {09198.s2} -> {09198.s1} 
+tr {09199.t1} {09198.p1|09199.p0} {09199.s1} -> {09199.p1|09200.p0} {09199.s2} 
+tr {09199.t2} {09199.s2} -> {09199.s1} 
+tr {09200.t1} {09199.p1|09200.p0} {09200.s1} -> {09200.p1|09201.p0} {09200.s2} 
+tr {09200.t2} {09200.s2} -> {09200.s1} 
+tr {09201.t1} {09200.p1|09201.p0} {09201.s1} -> {09201.p1|09202.p0} {09201.s2} 
+tr {09201.t2} {09201.s2} -> {09201.s1} 
+tr {09202.t1} {09201.p1|09202.p0} {09202.s1} -> {09202.p1|09203.p0} {09202.s2} 
+tr {09202.t2} {09202.s2} -> {09202.s1} 
+tr {09203.t1} {09202.p1|09203.p0} {09203.s1} -> {09203.p1|09204.p0} {09203.s2} 
+tr {09203.t2} {09203.s2} -> {09203.s1} 
+tr {09204.t1} {09203.p1|09204.p0} {09204.s1} -> {09204.p1|09205.p0} {09204.s2} 
+tr {09204.t2} {09204.s2} -> {09204.s1} 
+tr {09205.t1} {09204.p1|09205.p0} {09205.s1} -> {09205.p1|09206.p0} {09205.s2} 
+tr {09205.t2} {09205.s2} -> {09205.s1} 
+tr {09206.t1} {09205.p1|09206.p0} {09206.s1} -> {09206.p1|09207.p0} {09206.s2} 
+tr {09206.t2} {09206.s2} -> {09206.s1} 
+tr {09207.t1} {09206.p1|09207.p0} {09207.s1} -> {09207.p1|09208.p0} {09207.s2} 
+tr {09207.t2} {09207.s2} -> {09207.s1} 
+tr {09208.t1} {09207.p1|09208.p0} {09208.s1} -> {09208.p1|09209.p0} {09208.s2} 
+tr {09208.t2} {09208.s2} -> {09208.s1} 
+tr {09209.t1} {09208.p1|09209.p0} {09209.s1} -> {09209.p1|09210.p0} {09209.s2} 
+tr {09209.t2} {09209.s2} -> {09209.s1} 
+tr {09210.t1} {09209.p1|09210.p0} {09210.s1} -> {09210.p1|09211.p0} {09210.s2} 
+tr {09210.t2} {09210.s2} -> {09210.s1} 
+tr {09211.t1} {09210.p1|09211.p0} {09211.s1} -> {09211.p1|09212.p0} {09211.s2} 
+tr {09211.t2} {09211.s2} -> {09211.s1} 
+tr {09212.t1} {09211.p1|09212.p0} {09212.s1} -> {09212.p1|09213.p0} {09212.s2} 
+tr {09212.t2} {09212.s2} -> {09212.s1} 
+tr {09213.t1} {09212.p1|09213.p0} {09213.s1} -> {09213.p1|09214.p0} {09213.s2} 
+tr {09213.t2} {09213.s2} -> {09213.s1} 
+tr {09214.t1} {09213.p1|09214.p0} {09214.s1} -> {09214.p1|09215.p0} {09214.s2} 
+tr {09214.t2} {09214.s2} -> {09214.s1} 
+tr {09215.t1} {09214.p1|09215.p0} {09215.s1} -> {09215.p1|09216.p0} {09215.s2} 
+tr {09215.t2} {09215.s2} -> {09215.s1} 
+tr {09216.t1} {09215.p1|09216.p0} {09216.s1} -> {09216.p1|09217.p0} {09216.s2} 
+tr {09216.t2} {09216.s2} -> {09216.s1} 
+tr {09217.t1} {09216.p1|09217.p0} {09217.s1} -> {09217.p1|09218.p0} {09217.s2} 
+tr {09217.t2} {09217.s2} -> {09217.s1} 
+tr {09218.t1} {09217.p1|09218.p0} {09218.s1} -> {09218.p1|09219.p0} {09218.s2} 
+tr {09218.t2} {09218.s2} -> {09218.s1} 
+tr {09219.t1} {09218.p1|09219.p0} {09219.s1} -> {09219.p1|09220.p0} {09219.s2} 
+tr {09219.t2} {09219.s2} -> {09219.s1} 
+tr {09220.t1} {09219.p1|09220.p0} {09220.s1} -> {09220.p1|09221.p0} {09220.s2} 
+tr {09220.t2} {09220.s2} -> {09220.s1} 
+tr {09221.t1} {09220.p1|09221.p0} {09221.s1} -> {09221.p1|09222.p0} {09221.s2} 
+tr {09221.t2} {09221.s2} -> {09221.s1} 
+tr {09222.t1} {09221.p1|09222.p0} {09222.s1} -> {09222.p1|09223.p0} {09222.s2} 
+tr {09222.t2} {09222.s2} -> {09222.s1} 
+tr {09223.t1} {09222.p1|09223.p0} {09223.s1} -> {09223.p1|09224.p0} {09223.s2} 
+tr {09223.t2} {09223.s2} -> {09223.s1} 
+tr {09224.t1} {09223.p1|09224.p0} {09224.s1} -> {09224.p1|09225.p0} {09224.s2} 
+tr {09224.t2} {09224.s2} -> {09224.s1} 
+tr {09225.t1} {09224.p1|09225.p0} {09225.s1} -> {09225.p1|09226.p0} {09225.s2} 
+tr {09225.t2} {09225.s2} -> {09225.s1} 
+tr {09226.t1} {09225.p1|09226.p0} {09226.s1} -> {09226.p1|09227.p0} {09226.s2} 
+tr {09226.t2} {09226.s2} -> {09226.s1} 
+tr {09227.t1} {09226.p1|09227.p0} {09227.s1} -> {09227.p1|09228.p0} {09227.s2} 
+tr {09227.t2} {09227.s2} -> {09227.s1} 
+tr {09228.t1} {09227.p1|09228.p0} {09228.s1} -> {09228.p1|09229.p0} {09228.s2} 
+tr {09228.t2} {09228.s2} -> {09228.s1} 
+tr {09229.t1} {09228.p1|09229.p0} {09229.s1} -> {09229.p1|09230.p0} {09229.s2} 
+tr {09229.t2} {09229.s2} -> {09229.s1} 
+tr {09230.t1} {09229.p1|09230.p0} {09230.s1} -> {09230.p1|09231.p0} {09230.s2} 
+tr {09230.t2} {09230.s2} -> {09230.s1} 
+tr {09231.t1} {09230.p1|09231.p0} {09231.s1} -> {09231.p1|09232.p0} {09231.s2} 
+tr {09231.t2} {09231.s2} -> {09231.s1} 
+tr {09232.t1} {09231.p1|09232.p0} {09232.s1} -> {09232.p1|09233.p0} {09232.s2} 
+tr {09232.t2} {09232.s2} -> {09232.s1} 
+tr {09233.t1} {09232.p1|09233.p0} {09233.s1} -> {09233.p1|09234.p0} {09233.s2} 
+tr {09233.t2} {09233.s2} -> {09233.s1} 
+tr {09234.t1} {09233.p1|09234.p0} {09234.s1} -> {09234.p1|09235.p0} {09234.s2} 
+tr {09234.t2} {09234.s2} -> {09234.s1} 
+tr {09235.t1} {09234.p1|09235.p0} {09235.s1} -> {09235.p1|09236.p0} {09235.s2} 
+tr {09235.t2} {09235.s2} -> {09235.s1} 
+tr {09236.t1} {09235.p1|09236.p0} {09236.s1} -> {09236.p1|09237.p0} {09236.s2} 
+tr {09236.t2} {09236.s2} -> {09236.s1} 
+tr {09237.t1} {09236.p1|09237.p0} {09237.s1} -> {09237.p1|09238.p0} {09237.s2} 
+tr {09237.t2} {09237.s2} -> {09237.s1} 
+tr {09238.t1} {09237.p1|09238.p0} {09238.s1} -> {09238.p1|09239.p0} {09238.s2} 
+tr {09238.t2} {09238.s2} -> {09238.s1} 
+tr {09239.t1} {09238.p1|09239.p0} {09239.s1} -> {09239.p1|09240.p0} {09239.s2} 
+tr {09239.t2} {09239.s2} -> {09239.s1} 
+tr {09240.t1} {09239.p1|09240.p0} {09240.s1} -> {09240.p1|09241.p0} {09240.s2} 
+tr {09240.t2} {09240.s2} -> {09240.s1} 
+tr {09241.t1} {09240.p1|09241.p0} {09241.s1} -> {09241.p1|09242.p0} {09241.s2} 
+tr {09241.t2} {09241.s2} -> {09241.s1} 
+tr {09242.t1} {09241.p1|09242.p0} {09242.s1} -> {09242.p1|09243.p0} {09242.s2} 
+tr {09242.t2} {09242.s2} -> {09242.s1} 
+tr {09243.t1} {09242.p1|09243.p0} {09243.s1} -> {09243.p1|09244.p0} {09243.s2} 
+tr {09243.t2} {09243.s2} -> {09243.s1} 
+tr {09244.t1} {09243.p1|09244.p0} {09244.s1} -> {09244.p1|09245.p0} {09244.s2} 
+tr {09244.t2} {09244.s2} -> {09244.s1} 
+tr {09245.t1} {09244.p1|09245.p0} {09245.s1} -> {09245.p1|09246.p0} {09245.s2} 
+tr {09245.t2} {09245.s2} -> {09245.s1} 
+tr {09246.t1} {09245.p1|09246.p0} {09246.s1} -> {09246.p1|09247.p0} {09246.s2} 
+tr {09246.t2} {09246.s2} -> {09246.s1} 
+tr {09247.t1} {09246.p1|09247.p0} {09247.s1} -> {09247.p1|09248.p0} {09247.s2} 
+tr {09247.t2} {09247.s2} -> {09247.s1} 
+tr {09248.t1} {09247.p1|09248.p0} {09248.s1} -> {09248.p1|09249.p0} {09248.s2} 
+tr {09248.t2} {09248.s2} -> {09248.s1} 
+tr {09249.t1} {09248.p1|09249.p0} {09249.s1} -> {09249.p1|09250.p0} {09249.s2} 
+tr {09249.t2} {09249.s2} -> {09249.s1} 
+tr {09250.t1} {09249.p1|09250.p0} {09250.s1} -> {09250.p1|09251.p0} {09250.s2} 
+tr {09250.t2} {09250.s2} -> {09250.s1} 
+tr {09251.t1} {09250.p1|09251.p0} {09251.s1} -> {09251.p1|09252.p0} {09251.s2} 
+tr {09251.t2} {09251.s2} -> {09251.s1} 
+tr {09252.t1} {09251.p1|09252.p0} {09252.s1} -> {09252.p1|09253.p0} {09252.s2} 
+tr {09252.t2} {09252.s2} -> {09252.s1} 
+tr {09253.t1} {09252.p1|09253.p0} {09253.s1} -> {09253.p1|09254.p0} {09253.s2} 
+tr {09253.t2} {09253.s2} -> {09253.s1} 
+tr {09254.t1} {09253.p1|09254.p0} {09254.s1} -> {09254.p1|09255.p0} {09254.s2} 
+tr {09254.t2} {09254.s2} -> {09254.s1} 
+tr {09255.t1} {09254.p1|09255.p0} {09255.s1} -> {09255.p1|09256.p0} {09255.s2} 
+tr {09255.t2} {09255.s2} -> {09255.s1} 
+tr {09256.t1} {09255.p1|09256.p0} {09256.s1} -> {09256.p1|09257.p0} {09256.s2} 
+tr {09256.t2} {09256.s2} -> {09256.s1} 
+tr {09257.t1} {09256.p1|09257.p0} {09257.s1} -> {09257.p1|09258.p0} {09257.s2} 
+tr {09257.t2} {09257.s2} -> {09257.s1} 
+tr {09258.t1} {09257.p1|09258.p0} {09258.s1} -> {09258.p1|09259.p0} {09258.s2} 
+tr {09258.t2} {09258.s2} -> {09258.s1} 
+tr {09259.t1} {09258.p1|09259.p0} {09259.s1} -> {09259.p1|09260.p0} {09259.s2} 
+tr {09259.t2} {09259.s2} -> {09259.s1} 
+tr {09260.t1} {09259.p1|09260.p0} {09260.s1} -> {09260.p1|09261.p0} {09260.s2} 
+tr {09260.t2} {09260.s2} -> {09260.s1} 
+tr {09261.t1} {09260.p1|09261.p0} {09261.s1} -> {09261.p1|09262.p0} {09261.s2} 
+tr {09261.t2} {09261.s2} -> {09261.s1} 
+tr {09262.t1} {09261.p1|09262.p0} {09262.s1} -> {09262.p1|09263.p0} {09262.s2} 
+tr {09262.t2} {09262.s2} -> {09262.s1} 
+tr {09263.t1} {09262.p1|09263.p0} {09263.s1} -> {09263.p1|09264.p0} {09263.s2} 
+tr {09263.t2} {09263.s2} -> {09263.s1} 
+tr {09264.t1} {09263.p1|09264.p0} {09264.s1} -> {09264.p1|09265.p0} {09264.s2} 
+tr {09264.t2} {09264.s2} -> {09264.s1} 
+tr {09265.t1} {09264.p1|09265.p0} {09265.s1} -> {09265.p1|09266.p0} {09265.s2} 
+tr {09265.t2} {09265.s2} -> {09265.s1} 
+tr {09266.t1} {09265.p1|09266.p0} {09266.s1} -> {09266.p1|09267.p0} {09266.s2} 
+tr {09266.t2} {09266.s2} -> {09266.s1} 
+tr {09267.t1} {09266.p1|09267.p0} {09267.s1} -> {09267.p1|09268.p0} {09267.s2} 
+tr {09267.t2} {09267.s2} -> {09267.s1} 
+tr {09268.t1} {09267.p1|09268.p0} {09268.s1} -> {09268.p1|09269.p0} {09268.s2} 
+tr {09268.t2} {09268.s2} -> {09268.s1} 
+tr {09269.t1} {09268.p1|09269.p0} {09269.s1} -> {09269.p1|09270.p0} {09269.s2} 
+tr {09269.t2} {09269.s2} -> {09269.s1} 
+tr {09270.t1} {09269.p1|09270.p0} {09270.s1} -> {09270.p1|09271.p0} {09270.s2} 
+tr {09270.t2} {09270.s2} -> {09270.s1} 
+tr {09271.t1} {09270.p1|09271.p0} {09271.s1} -> {09271.p1|09272.p0} {09271.s2} 
+tr {09271.t2} {09271.s2} -> {09271.s1} 
+tr {09272.t1} {09271.p1|09272.p0} {09272.s1} -> {09272.p1|09273.p0} {09272.s2} 
+tr {09272.t2} {09272.s2} -> {09272.s1} 
+tr {09273.t1} {09272.p1|09273.p0} {09273.s1} -> {09273.p1|09274.p0} {09273.s2} 
+tr {09273.t2} {09273.s2} -> {09273.s1} 
+tr {09274.t1} {09273.p1|09274.p0} {09274.s1} -> {09274.p1|09275.p0} {09274.s2} 
+tr {09274.t2} {09274.s2} -> {09274.s1} 
+tr {09275.t1} {09274.p1|09275.p0} {09275.s1} -> {09275.p1|09276.p0} {09275.s2} 
+tr {09275.t2} {09275.s2} -> {09275.s1} 
+tr {09276.t1} {09275.p1|09276.p0} {09276.s1} -> {09276.p1|09277.p0} {09276.s2} 
+tr {09276.t2} {09276.s2} -> {09276.s1} 
+tr {09277.t1} {09276.p1|09277.p0} {09277.s1} -> {09277.p1|09278.p0} {09277.s2} 
+tr {09277.t2} {09277.s2} -> {09277.s1} 
+tr {09278.t1} {09277.p1|09278.p0} {09278.s1} -> {09278.p1|09279.p0} {09278.s2} 
+tr {09278.t2} {09278.s2} -> {09278.s1} 
+tr {09279.t1} {09278.p1|09279.p0} {09279.s1} -> {09279.p1|09280.p0} {09279.s2} 
+tr {09279.t2} {09279.s2} -> {09279.s1} 
+tr {09280.t1} {09279.p1|09280.p0} {09280.s1} -> {09280.p1|09281.p0} {09280.s2} 
+tr {09280.t2} {09280.s2} -> {09280.s1} 
+tr {09281.t1} {09280.p1|09281.p0} {09281.s1} -> {09281.p1|09282.p0} {09281.s2} 
+tr {09281.t2} {09281.s2} -> {09281.s1} 
+tr {09282.t1} {09281.p1|09282.p0} {09282.s1} -> {09282.p1|09283.p0} {09282.s2} 
+tr {09282.t2} {09282.s2} -> {09282.s1} 
+tr {09283.t1} {09282.p1|09283.p0} {09283.s1} -> {09283.p1|09284.p0} {09283.s2} 
+tr {09283.t2} {09283.s2} -> {09283.s1} 
+tr {09284.t1} {09283.p1|09284.p0} {09284.s1} -> {09284.p1|09285.p0} {09284.s2} 
+tr {09284.t2} {09284.s2} -> {09284.s1} 
+tr {09285.t1} {09284.p1|09285.p0} {09285.s1} -> {09285.p1|09286.p0} {09285.s2} 
+tr {09285.t2} {09285.s2} -> {09285.s1} 
+tr {09286.t1} {09285.p1|09286.p0} {09286.s1} -> {09286.p1|09287.p0} {09286.s2} 
+tr {09286.t2} {09286.s2} -> {09286.s1} 
+tr {09287.t1} {09286.p1|09287.p0} {09287.s1} -> {09287.p1|09288.p0} {09287.s2} 
+tr {09287.t2} {09287.s2} -> {09287.s1} 
+tr {09288.t1} {09287.p1|09288.p0} {09288.s1} -> {09288.p1|09289.p0} {09288.s2} 
+tr {09288.t2} {09288.s2} -> {09288.s1} 
+tr {09289.t1} {09288.p1|09289.p0} {09289.s1} -> {09289.p1|09290.p0} {09289.s2} 
+tr {09289.t2} {09289.s2} -> {09289.s1} 
+tr {09290.t1} {09289.p1|09290.p0} {09290.s1} -> {09290.p1|09291.p0} {09290.s2} 
+tr {09290.t2} {09290.s2} -> {09290.s1} 
+tr {09291.t1} {09290.p1|09291.p0} {09291.s1} -> {09291.p1|09292.p0} {09291.s2} 
+tr {09291.t2} {09291.s2} -> {09291.s1} 
+tr {09292.t1} {09291.p1|09292.p0} {09292.s1} -> {09292.p1|09293.p0} {09292.s2} 
+tr {09292.t2} {09292.s2} -> {09292.s1} 
+tr {09293.t1} {09292.p1|09293.p0} {09293.s1} -> {09293.p1|09294.p0} {09293.s2} 
+tr {09293.t2} {09293.s2} -> {09293.s1} 
+tr {09294.t1} {09293.p1|09294.p0} {09294.s1} -> {09294.p1|09295.p0} {09294.s2} 
+tr {09294.t2} {09294.s2} -> {09294.s1} 
+tr {09295.t1} {09294.p1|09295.p0} {09295.s1} -> {09295.p1|09296.p0} {09295.s2} 
+tr {09295.t2} {09295.s2} -> {09295.s1} 
+tr {09296.t1} {09295.p1|09296.p0} {09296.s1} -> {09296.p1|09297.p0} {09296.s2} 
+tr {09296.t2} {09296.s2} -> {09296.s1} 
+tr {09297.t1} {09296.p1|09297.p0} {09297.s1} -> {09297.p1|09298.p0} {09297.s2} 
+tr {09297.t2} {09297.s2} -> {09297.s1} 
+tr {09298.t1} {09297.p1|09298.p0} {09298.s1} -> {09298.p1|09299.p0} {09298.s2} 
+tr {09298.t2} {09298.s2} -> {09298.s1} 
+tr {09299.t1} {09298.p1|09299.p0} {09299.s1} -> {09299.p1|09300.p0} {09299.s2} 
+tr {09299.t2} {09299.s2} -> {09299.s1} 
+tr {09300.t1} {09299.p1|09300.p0} {09300.s1} -> {09300.p1|09301.p0} {09300.s2} 
+tr {09300.t2} {09300.s2} -> {09300.s1} 
+tr {09301.t1} {09300.p1|09301.p0} {09301.s1} -> {09301.p1|09302.p0} {09301.s2} 
+tr {09301.t2} {09301.s2} -> {09301.s1} 
+tr {09302.t1} {09301.p1|09302.p0} {09302.s1} -> {09302.p1|09303.p0} {09302.s2} 
+tr {09302.t2} {09302.s2} -> {09302.s1} 
+tr {09303.t1} {09302.p1|09303.p0} {09303.s1} -> {09303.p1|09304.p0} {09303.s2} 
+tr {09303.t2} {09303.s2} -> {09303.s1} 
+tr {09304.t1} {09303.p1|09304.p0} {09304.s1} -> {09304.p1|09305.p0} {09304.s2} 
+tr {09304.t2} {09304.s2} -> {09304.s1} 
+tr {09305.t1} {09304.p1|09305.p0} {09305.s1} -> {09305.p1|09306.p0} {09305.s2} 
+tr {09305.t2} {09305.s2} -> {09305.s1} 
+tr {09306.t1} {09305.p1|09306.p0} {09306.s1} -> {09306.p1|09307.p0} {09306.s2} 
+tr {09306.t2} {09306.s2} -> {09306.s1} 
+tr {09307.t1} {09306.p1|09307.p0} {09307.s1} -> {09307.p1|09308.p0} {09307.s2} 
+tr {09307.t2} {09307.s2} -> {09307.s1} 
+tr {09308.t1} {09307.p1|09308.p0} {09308.s1} -> {09308.p1|09309.p0} {09308.s2} 
+tr {09308.t2} {09308.s2} -> {09308.s1} 
+tr {09309.t1} {09308.p1|09309.p0} {09309.s1} -> {09309.p1|09310.p0} {09309.s2} 
+tr {09309.t2} {09309.s2} -> {09309.s1} 
+tr {09310.t1} {09309.p1|09310.p0} {09310.s1} -> {09310.p1|09311.p0} {09310.s2} 
+tr {09310.t2} {09310.s2} -> {09310.s1} 
+tr {09311.t1} {09310.p1|09311.p0} {09311.s1} -> {09311.p1|09312.p0} {09311.s2} 
+tr {09311.t2} {09311.s2} -> {09311.s1} 
+tr {09312.t1} {09311.p1|09312.p0} {09312.s1} -> {09312.p1|09313.p0} {09312.s2} 
+tr {09312.t2} {09312.s2} -> {09312.s1} 
+tr {09313.t1} {09312.p1|09313.p0} {09313.s1} -> {09313.p1|09314.p0} {09313.s2} 
+tr {09313.t2} {09313.s2} -> {09313.s1} 
+tr {09314.t1} {09313.p1|09314.p0} {09314.s1} -> {09314.p1|09315.p0} {09314.s2} 
+tr {09314.t2} {09314.s2} -> {09314.s1} 
+tr {09315.t1} {09314.p1|09315.p0} {09315.s1} -> {09315.p1|09316.p0} {09315.s2} 
+tr {09315.t2} {09315.s2} -> {09315.s1} 
+tr {09316.t1} {09315.p1|09316.p0} {09316.s1} -> {09316.p1|09317.p0} {09316.s2} 
+tr {09316.t2} {09316.s2} -> {09316.s1} 
+tr {09317.t1} {09316.p1|09317.p0} {09317.s1} -> {09317.p1|09318.p0} {09317.s2} 
+tr {09317.t2} {09317.s2} -> {09317.s1} 
+tr {09318.t1} {09317.p1|09318.p0} {09318.s1} -> {09318.p1|09319.p0} {09318.s2} 
+tr {09318.t2} {09318.s2} -> {09318.s1} 
+tr {09319.t1} {09318.p1|09319.p0} {09319.s1} -> {09319.p1|09320.p0} {09319.s2} 
+tr {09319.t2} {09319.s2} -> {09319.s1} 
+tr {09320.t1} {09319.p1|09320.p0} {09320.s1} -> {09320.p1|09321.p0} {09320.s2} 
+tr {09320.t2} {09320.s2} -> {09320.s1} 
+tr {09321.t1} {09320.p1|09321.p0} {09321.s1} -> {09321.p1|09322.p0} {09321.s2} 
+tr {09321.t2} {09321.s2} -> {09321.s1} 
+tr {09322.t1} {09321.p1|09322.p0} {09322.s1} -> {09322.p1|09323.p0} {09322.s2} 
+tr {09322.t2} {09322.s2} -> {09322.s1} 
+tr {09323.t1} {09322.p1|09323.p0} {09323.s1} -> {09323.p1|09324.p0} {09323.s2} 
+tr {09323.t2} {09323.s2} -> {09323.s1} 
+tr {09324.t1} {09323.p1|09324.p0} {09324.s1} -> {09324.p1|09325.p0} {09324.s2} 
+tr {09324.t2} {09324.s2} -> {09324.s1} 
+tr {09325.t1} {09324.p1|09325.p0} {09325.s1} -> {09325.p1|09326.p0} {09325.s2} 
+tr {09325.t2} {09325.s2} -> {09325.s1} 
+tr {09326.t1} {09325.p1|09326.p0} {09326.s1} -> {09326.p1|09327.p0} {09326.s2} 
+tr {09326.t2} {09326.s2} -> {09326.s1} 
+tr {09327.t1} {09326.p1|09327.p0} {09327.s1} -> {09327.p1|09328.p0} {09327.s2} 
+tr {09327.t2} {09327.s2} -> {09327.s1} 
+tr {09328.t1} {09327.p1|09328.p0} {09328.s1} -> {09328.p1|09329.p0} {09328.s2} 
+tr {09328.t2} {09328.s2} -> {09328.s1} 
+tr {09329.t1} {09328.p1|09329.p0} {09329.s1} -> {09329.p1|09330.p0} {09329.s2} 
+tr {09329.t2} {09329.s2} -> {09329.s1} 
+tr {09330.t1} {09329.p1|09330.p0} {09330.s1} -> {09330.p1|09331.p0} {09330.s2} 
+tr {09330.t2} {09330.s2} -> {09330.s1} 
+tr {09331.t1} {09330.p1|09331.p0} {09331.s1} -> {09331.p1|09332.p0} {09331.s2} 
+tr {09331.t2} {09331.s2} -> {09331.s1} 
+tr {09332.t1} {09331.p1|09332.p0} {09332.s1} -> {09332.p1|09333.p0} {09332.s2} 
+tr {09332.t2} {09332.s2} -> {09332.s1} 
+tr {09333.t1} {09332.p1|09333.p0} {09333.s1} -> {09333.p1|09334.p0} {09333.s2} 
+tr {09333.t2} {09333.s2} -> {09333.s1} 
+tr {09334.t1} {09333.p1|09334.p0} {09334.s1} -> {09334.p1|09335.p0} {09334.s2} 
+tr {09334.t2} {09334.s2} -> {09334.s1} 
+tr {09335.t1} {09334.p1|09335.p0} {09335.s1} -> {09335.p1|09336.p0} {09335.s2} 
+tr {09335.t2} {09335.s2} -> {09335.s1} 
+tr {09336.t1} {09335.p1|09336.p0} {09336.s1} -> {09336.p1|09337.p0} {09336.s2} 
+tr {09336.t2} {09336.s2} -> {09336.s1} 
+tr {09337.t1} {09336.p1|09337.p0} {09337.s1} -> {09337.p1|09338.p0} {09337.s2} 
+tr {09337.t2} {09337.s2} -> {09337.s1} 
+tr {09338.t1} {09337.p1|09338.p0} {09338.s1} -> {09338.p1|09339.p0} {09338.s2} 
+tr {09338.t2} {09338.s2} -> {09338.s1} 
+tr {09339.t1} {09338.p1|09339.p0} {09339.s1} -> {09339.p1|09340.p0} {09339.s2} 
+tr {09339.t2} {09339.s2} -> {09339.s1} 
+tr {09340.t1} {09339.p1|09340.p0} {09340.s1} -> {09340.p1|09341.p0} {09340.s2} 
+tr {09340.t2} {09340.s2} -> {09340.s1} 
+tr {09341.t1} {09340.p1|09341.p0} {09341.s1} -> {09341.p1|09342.p0} {09341.s2} 
+tr {09341.t2} {09341.s2} -> {09341.s1} 
+tr {09342.t1} {09341.p1|09342.p0} {09342.s1} -> {09342.p1|09343.p0} {09342.s2} 
+tr {09342.t2} {09342.s2} -> {09342.s1} 
+tr {09343.t1} {09342.p1|09343.p0} {09343.s1} -> {09343.p1|09344.p0} {09343.s2} 
+tr {09343.t2} {09343.s2} -> {09343.s1} 
+tr {09344.t1} {09343.p1|09344.p0} {09344.s1} -> {09344.p1|09345.p0} {09344.s2} 
+tr {09344.t2} {09344.s2} -> {09344.s1} 
+tr {09345.t1} {09344.p1|09345.p0} {09345.s1} -> {09345.p1|09346.p0} {09345.s2} 
+tr {09345.t2} {09345.s2} -> {09345.s1} 
+tr {09346.t1} {09345.p1|09346.p0} {09346.s1} -> {09346.p1|09347.p0} {09346.s2} 
+tr {09346.t2} {09346.s2} -> {09346.s1} 
+tr {09347.t1} {09346.p1|09347.p0} {09347.s1} -> {09347.p1|09348.p0} {09347.s2} 
+tr {09347.t2} {09347.s2} -> {09347.s1} 
+tr {09348.t1} {09347.p1|09348.p0} {09348.s1} -> {09348.p1|09349.p0} {09348.s2} 
+tr {09348.t2} {09348.s2} -> {09348.s1} 
+tr {09349.t1} {09348.p1|09349.p0} {09349.s1} -> {09349.p1|09350.p0} {09349.s2} 
+tr {09349.t2} {09349.s2} -> {09349.s1} 
+tr {09350.t1} {09349.p1|09350.p0} {09350.s1} -> {09350.p1|09351.p0} {09350.s2} 
+tr {09350.t2} {09350.s2} -> {09350.s1} 
+tr {09351.t1} {09350.p1|09351.p0} {09351.s1} -> {09351.p1|09352.p0} {09351.s2} 
+tr {09351.t2} {09351.s2} -> {09351.s1} 
+tr {09352.t1} {09351.p1|09352.p0} {09352.s1} -> {09352.p1|09353.p0} {09352.s2} 
+tr {09352.t2} {09352.s2} -> {09352.s1} 
+tr {09353.t1} {09352.p1|09353.p0} {09353.s1} -> {09353.p1|09354.p0} {09353.s2} 
+tr {09353.t2} {09353.s2} -> {09353.s1} 
+tr {09354.t1} {09353.p1|09354.p0} {09354.s1} -> {09354.p1|09355.p0} {09354.s2} 
+tr {09354.t2} {09354.s2} -> {09354.s1} 
+tr {09355.t1} {09354.p1|09355.p0} {09355.s1} -> {09355.p1|09356.p0} {09355.s2} 
+tr {09355.t2} {09355.s2} -> {09355.s1} 
+tr {09356.t1} {09355.p1|09356.p0} {09356.s1} -> {09356.p1|09357.p0} {09356.s2} 
+tr {09356.t2} {09356.s2} -> {09356.s1} 
+tr {09357.t1} {09356.p1|09357.p0} {09357.s1} -> {09357.p1|09358.p0} {09357.s2} 
+tr {09357.t2} {09357.s2} -> {09357.s1} 
+tr {09358.t1} {09357.p1|09358.p0} {09358.s1} -> {09358.p1|09359.p0} {09358.s2} 
+tr {09358.t2} {09358.s2} -> {09358.s1} 
+tr {09359.t1} {09358.p1|09359.p0} {09359.s1} -> {09359.p1|09360.p0} {09359.s2} 
+tr {09359.t2} {09359.s2} -> {09359.s1} 
+tr {09360.t1} {09359.p1|09360.p0} {09360.s1} -> {09360.p1|09361.p0} {09360.s2} 
+tr {09360.t2} {09360.s2} -> {09360.s1} 
+tr {09361.t1} {09360.p1|09361.p0} {09361.s1} -> {09361.p1|09362.p0} {09361.s2} 
+tr {09361.t2} {09361.s2} -> {09361.s1} 
+tr {09362.t1} {09361.p1|09362.p0} {09362.s1} -> {09362.p1|09363.p0} {09362.s2} 
+tr {09362.t2} {09362.s2} -> {09362.s1} 
+tr {09363.t1} {09362.p1|09363.p0} {09363.s1} -> {09363.p1|09364.p0} {09363.s2} 
+tr {09363.t2} {09363.s2} -> {09363.s1} 
+tr {09364.t1} {09363.p1|09364.p0} {09364.s1} -> {09364.p1|09365.p0} {09364.s2} 
+tr {09364.t2} {09364.s2} -> {09364.s1} 
+tr {09365.t1} {09364.p1|09365.p0} {09365.s1} -> {09365.p1|09366.p0} {09365.s2} 
+tr {09365.t2} {09365.s2} -> {09365.s1} 
+tr {09366.t1} {09365.p1|09366.p0} {09366.s1} -> {09366.p1|09367.p0} {09366.s2} 
+tr {09366.t2} {09366.s2} -> {09366.s1} 
+tr {09367.t1} {09366.p1|09367.p0} {09367.s1} -> {09367.p1|09368.p0} {09367.s2} 
+tr {09367.t2} {09367.s2} -> {09367.s1} 
+tr {09368.t1} {09367.p1|09368.p0} {09368.s1} -> {09368.p1|09369.p0} {09368.s2} 
+tr {09368.t2} {09368.s2} -> {09368.s1} 
+tr {09369.t1} {09368.p1|09369.p0} {09369.s1} -> {09369.p1|09370.p0} {09369.s2} 
+tr {09369.t2} {09369.s2} -> {09369.s1} 
+tr {09370.t1} {09369.p1|09370.p0} {09370.s1} -> {09370.p1|09371.p0} {09370.s2} 
+tr {09370.t2} {09370.s2} -> {09370.s1} 
+tr {09371.t1} {09370.p1|09371.p0} {09371.s1} -> {09371.p1|09372.p0} {09371.s2} 
+tr {09371.t2} {09371.s2} -> {09371.s1} 
+tr {09372.t1} {09371.p1|09372.p0} {09372.s1} -> {09372.p1|09373.p0} {09372.s2} 
+tr {09372.t2} {09372.s2} -> {09372.s1} 
+tr {09373.t1} {09372.p1|09373.p0} {09373.s1} -> {09373.p1|09374.p0} {09373.s2} 
+tr {09373.t2} {09373.s2} -> {09373.s1} 
+tr {09374.t1} {09373.p1|09374.p0} {09374.s1} -> {09374.p1|09375.p0} {09374.s2} 
+tr {09374.t2} {09374.s2} -> {09374.s1} 
+tr {09375.t1} {09374.p1|09375.p0} {09375.s1} -> {09375.p1|09376.p0} {09375.s2} 
+tr {09375.t2} {09375.s2} -> {09375.s1} 
+tr {09376.t1} {09375.p1|09376.p0} {09376.s1} -> {09376.p1|09377.p0} {09376.s2} 
+tr {09376.t2} {09376.s2} -> {09376.s1} 
+tr {09377.t1} {09376.p1|09377.p0} {09377.s1} -> {09377.p1|09378.p0} {09377.s2} 
+tr {09377.t2} {09377.s2} -> {09377.s1} 
+tr {09378.t1} {09377.p1|09378.p0} {09378.s1} -> {09378.p1|09379.p0} {09378.s2} 
+tr {09378.t2} {09378.s2} -> {09378.s1} 
+tr {09379.t1} {09378.p1|09379.p0} {09379.s1} -> {09379.p1|09380.p0} {09379.s2} 
+tr {09379.t2} {09379.s2} -> {09379.s1} 
+tr {09380.t1} {09379.p1|09380.p0} {09380.s1} -> {09380.p1|09381.p0} {09380.s2} 
+tr {09380.t2} {09380.s2} -> {09380.s1} 
+tr {09381.t1} {09380.p1|09381.p0} {09381.s1} -> {09381.p1|09382.p0} {09381.s2} 
+tr {09381.t2} {09381.s2} -> {09381.s1} 
+tr {09382.t1} {09381.p1|09382.p0} {09382.s1} -> {09382.p1|09383.p0} {09382.s2} 
+tr {09382.t2} {09382.s2} -> {09382.s1} 
+tr {09383.t1} {09382.p1|09383.p0} {09383.s1} -> {09383.p1|09384.p0} {09383.s2} 
+tr {09383.t2} {09383.s2} -> {09383.s1} 
+tr {09384.t1} {09383.p1|09384.p0} {09384.s1} -> {09384.p1|09385.p0} {09384.s2} 
+tr {09384.t2} {09384.s2} -> {09384.s1} 
+tr {09385.t1} {09384.p1|09385.p0} {09385.s1} -> {09385.p1|09386.p0} {09385.s2} 
+tr {09385.t2} {09385.s2} -> {09385.s1} 
+tr {09386.t1} {09385.p1|09386.p0} {09386.s1} -> {09386.p1|09387.p0} {09386.s2} 
+tr {09386.t2} {09386.s2} -> {09386.s1} 
+tr {09387.t1} {09386.p1|09387.p0} {09387.s1} -> {09387.p1|09388.p0} {09387.s2} 
+tr {09387.t2} {09387.s2} -> {09387.s1} 
+tr {09388.t1} {09387.p1|09388.p0} {09388.s1} -> {09388.p1|09389.p0} {09388.s2} 
+tr {09388.t2} {09388.s2} -> {09388.s1} 
+tr {09389.t1} {09388.p1|09389.p0} {09389.s1} -> {09389.p1|09390.p0} {09389.s2} 
+tr {09389.t2} {09389.s2} -> {09389.s1} 
+tr {09390.t1} {09389.p1|09390.p0} {09390.s1} -> {09390.p1|09391.p0} {09390.s2} 
+tr {09390.t2} {09390.s2} -> {09390.s1} 
+tr {09391.t1} {09390.p1|09391.p0} {09391.s1} -> {09391.p1|09392.p0} {09391.s2} 
+tr {09391.t2} {09391.s2} -> {09391.s1} 
+tr {09392.t1} {09391.p1|09392.p0} {09392.s1} -> {09392.p1|09393.p0} {09392.s2} 
+tr {09392.t2} {09392.s2} -> {09392.s1} 
+tr {09393.t1} {09392.p1|09393.p0} {09393.s1} -> {09393.p1|09394.p0} {09393.s2} 
+tr {09393.t2} {09393.s2} -> {09393.s1} 
+tr {09394.t1} {09393.p1|09394.p0} {09394.s1} -> {09394.p1|09395.p0} {09394.s2} 
+tr {09394.t2} {09394.s2} -> {09394.s1} 
+tr {09395.t1} {09394.p1|09395.p0} {09395.s1} -> {09395.p1|09396.p0} {09395.s2} 
+tr {09395.t2} {09395.s2} -> {09395.s1} 
+tr {09396.t1} {09395.p1|09396.p0} {09396.s1} -> {09396.p1|09397.p0} {09396.s2} 
+tr {09396.t2} {09396.s2} -> {09396.s1} 
+tr {09397.t1} {09396.p1|09397.p0} {09397.s1} -> {09397.p1|09398.p0} {09397.s2} 
+tr {09397.t2} {09397.s2} -> {09397.s1} 
+tr {09398.t1} {09397.p1|09398.p0} {09398.s1} -> {09398.p1|09399.p0} {09398.s2} 
+tr {09398.t2} {09398.s2} -> {09398.s1} 
+tr {09399.t1} {09398.p1|09399.p0} {09399.s1} -> {09399.p1|09400.p0} {09399.s2} 
+tr {09399.t2} {09399.s2} -> {09399.s1} 
+tr {09400.t1} {09399.p1|09400.p0} {09400.s1} -> {09400.p1|09401.p0} {09400.s2} 
+tr {09400.t2} {09400.s2} -> {09400.s1} 
+tr {09401.t1} {09400.p1|09401.p0} {09401.s1} -> {09401.p1|09402.p0} {09401.s2} 
+tr {09401.t2} {09401.s2} -> {09401.s1} 
+tr {09402.t1} {09401.p1|09402.p0} {09402.s1} -> {09402.p1|09403.p0} {09402.s2} 
+tr {09402.t2} {09402.s2} -> {09402.s1} 
+tr {09403.t1} {09402.p1|09403.p0} {09403.s1} -> {09403.p1|09404.p0} {09403.s2} 
+tr {09403.t2} {09403.s2} -> {09403.s1} 
+tr {09404.t1} {09403.p1|09404.p0} {09404.s1} -> {09404.p1|09405.p0} {09404.s2} 
+tr {09404.t2} {09404.s2} -> {09404.s1} 
+tr {09405.t1} {09404.p1|09405.p0} {09405.s1} -> {09405.p1|09406.p0} {09405.s2} 
+tr {09405.t2} {09405.s2} -> {09405.s1} 
+tr {09406.t1} {09405.p1|09406.p0} {09406.s1} -> {09406.p1|09407.p0} {09406.s2} 
+tr {09406.t2} {09406.s2} -> {09406.s1} 
+tr {09407.t1} {09406.p1|09407.p0} {09407.s1} -> {09407.p1|09408.p0} {09407.s2} 
+tr {09407.t2} {09407.s2} -> {09407.s1} 
+tr {09408.t1} {09407.p1|09408.p0} {09408.s1} -> {09408.p1|09409.p0} {09408.s2} 
+tr {09408.t2} {09408.s2} -> {09408.s1} 
+tr {09409.t1} {09408.p1|09409.p0} {09409.s1} -> {09409.p1|09410.p0} {09409.s2} 
+tr {09409.t2} {09409.s2} -> {09409.s1} 
+tr {09410.t1} {09409.p1|09410.p0} {09410.s1} -> {09410.p1|09411.p0} {09410.s2} 
+tr {09410.t2} {09410.s2} -> {09410.s1} 
+tr {09411.t1} {09410.p1|09411.p0} {09411.s1} -> {09411.p1|09412.p0} {09411.s2} 
+tr {09411.t2} {09411.s2} -> {09411.s1} 
+tr {09412.t1} {09411.p1|09412.p0} {09412.s1} -> {09412.p1|09413.p0} {09412.s2} 
+tr {09412.t2} {09412.s2} -> {09412.s1} 
+tr {09413.t1} {09412.p1|09413.p0} {09413.s1} -> {09413.p1|09414.p0} {09413.s2} 
+tr {09413.t2} {09413.s2} -> {09413.s1} 
+tr {09414.t1} {09413.p1|09414.p0} {09414.s1} -> {09414.p1|09415.p0} {09414.s2} 
+tr {09414.t2} {09414.s2} -> {09414.s1} 
+tr {09415.t1} {09414.p1|09415.p0} {09415.s1} -> {09415.p1|09416.p0} {09415.s2} 
+tr {09415.t2} {09415.s2} -> {09415.s1} 
+tr {09416.t1} {09415.p1|09416.p0} {09416.s1} -> {09416.p1|09417.p0} {09416.s2} 
+tr {09416.t2} {09416.s2} -> {09416.s1} 
+tr {09417.t1} {09416.p1|09417.p0} {09417.s1} -> {09417.p1|09418.p0} {09417.s2} 
+tr {09417.t2} {09417.s2} -> {09417.s1} 
+tr {09418.t1} {09417.p1|09418.p0} {09418.s1} -> {09418.p1|09419.p0} {09418.s2} 
+tr {09418.t2} {09418.s2} -> {09418.s1} 
+tr {09419.t1} {09418.p1|09419.p0} {09419.s1} -> {09419.p1|09420.p0} {09419.s2} 
+tr {09419.t2} {09419.s2} -> {09419.s1} 
+tr {09420.t1} {09419.p1|09420.p0} {09420.s1} -> {09420.p1|09421.p0} {09420.s2} 
+tr {09420.t2} {09420.s2} -> {09420.s1} 
+tr {09421.t1} {09420.p1|09421.p0} {09421.s1} -> {09421.p1|09422.p0} {09421.s2} 
+tr {09421.t2} {09421.s2} -> {09421.s1} 
+tr {09422.t1} {09421.p1|09422.p0} {09422.s1} -> {09422.p1|09423.p0} {09422.s2} 
+tr {09422.t2} {09422.s2} -> {09422.s1} 
+tr {09423.t1} {09422.p1|09423.p0} {09423.s1} -> {09423.p1|09424.p0} {09423.s2} 
+tr {09423.t2} {09423.s2} -> {09423.s1} 
+tr {09424.t1} {09423.p1|09424.p0} {09424.s1} -> {09424.p1|09425.p0} {09424.s2} 
+tr {09424.t2} {09424.s2} -> {09424.s1} 
+tr {09425.t1} {09424.p1|09425.p0} {09425.s1} -> {09425.p1|09426.p0} {09425.s2} 
+tr {09425.t2} {09425.s2} -> {09425.s1} 
+tr {09426.t1} {09425.p1|09426.p0} {09426.s1} -> {09426.p1|09427.p0} {09426.s2} 
+tr {09426.t2} {09426.s2} -> {09426.s1} 
+tr {09427.t1} {09426.p1|09427.p0} {09427.s1} -> {09427.p1|09428.p0} {09427.s2} 
+tr {09427.t2} {09427.s2} -> {09427.s1} 
+tr {09428.t1} {09427.p1|09428.p0} {09428.s1} -> {09428.p1|09429.p0} {09428.s2} 
+tr {09428.t2} {09428.s2} -> {09428.s1} 
+tr {09429.t1} {09428.p1|09429.p0} {09429.s1} -> {09429.p1|09430.p0} {09429.s2} 
+tr {09429.t2} {09429.s2} -> {09429.s1} 
+tr {09430.t1} {09429.p1|09430.p0} {09430.s1} -> {09430.p1|09431.p0} {09430.s2} 
+tr {09430.t2} {09430.s2} -> {09430.s1} 
+tr {09431.t1} {09430.p1|09431.p0} {09431.s1} -> {09431.p1|09432.p0} {09431.s2} 
+tr {09431.t2} {09431.s2} -> {09431.s1} 
+tr {09432.t1} {09431.p1|09432.p0} {09432.s1} -> {09432.p1|09433.p0} {09432.s2} 
+tr {09432.t2} {09432.s2} -> {09432.s1} 
+tr {09433.t1} {09432.p1|09433.p0} {09433.s1} -> {09433.p1|09434.p0} {09433.s2} 
+tr {09433.t2} {09433.s2} -> {09433.s1} 
+tr {09434.t1} {09433.p1|09434.p0} {09434.s1} -> {09434.p1|09435.p0} {09434.s2} 
+tr {09434.t2} {09434.s2} -> {09434.s1} 
+tr {09435.t1} {09434.p1|09435.p0} {09435.s1} -> {09435.p1|09436.p0} {09435.s2} 
+tr {09435.t2} {09435.s2} -> {09435.s1} 
+tr {09436.t1} {09435.p1|09436.p0} {09436.s1} -> {09436.p1|09437.p0} {09436.s2} 
+tr {09436.t2} {09436.s2} -> {09436.s1} 
+tr {09437.t1} {09436.p1|09437.p0} {09437.s1} -> {09437.p1|09438.p0} {09437.s2} 
+tr {09437.t2} {09437.s2} -> {09437.s1} 
+tr {09438.t1} {09437.p1|09438.p0} {09438.s1} -> {09438.p1|09439.p0} {09438.s2} 
+tr {09438.t2} {09438.s2} -> {09438.s1} 
+tr {09439.t1} {09438.p1|09439.p0} {09439.s1} -> {09439.p1|09440.p0} {09439.s2} 
+tr {09439.t2} {09439.s2} -> {09439.s1} 
+tr {09440.t1} {09439.p1|09440.p0} {09440.s1} -> {09440.p1|09441.p0} {09440.s2} 
+tr {09440.t2} {09440.s2} -> {09440.s1} 
+tr {09441.t1} {09440.p1|09441.p0} {09441.s1} -> {09441.p1|09442.p0} {09441.s2} 
+tr {09441.t2} {09441.s2} -> {09441.s1} 
+tr {09442.t1} {09441.p1|09442.p0} {09442.s1} -> {09442.p1|09443.p0} {09442.s2} 
+tr {09442.t2} {09442.s2} -> {09442.s1} 
+tr {09443.t1} {09442.p1|09443.p0} {09443.s1} -> {09443.p1|09444.p0} {09443.s2} 
+tr {09443.t2} {09443.s2} -> {09443.s1} 
+tr {09444.t1} {09443.p1|09444.p0} {09444.s1} -> {09444.p1|09445.p0} {09444.s2} 
+tr {09444.t2} {09444.s2} -> {09444.s1} 
+tr {09445.t1} {09444.p1|09445.p0} {09445.s1} -> {09445.p1|09446.p0} {09445.s2} 
+tr {09445.t2} {09445.s2} -> {09445.s1} 
+tr {09446.t1} {09445.p1|09446.p0} {09446.s1} -> {09446.p1|09447.p0} {09446.s2} 
+tr {09446.t2} {09446.s2} -> {09446.s1} 
+tr {09447.t1} {09446.p1|09447.p0} {09447.s1} -> {09447.p1|09448.p0} {09447.s2} 
+tr {09447.t2} {09447.s2} -> {09447.s1} 
+tr {09448.t1} {09447.p1|09448.p0} {09448.s1} -> {09448.p1|09449.p0} {09448.s2} 
+tr {09448.t2} {09448.s2} -> {09448.s1} 
+tr {09449.t1} {09448.p1|09449.p0} {09449.s1} -> {09449.p1|09450.p0} {09449.s2} 
+tr {09449.t2} {09449.s2} -> {09449.s1} 
+tr {09450.t1} {09449.p1|09450.p0} {09450.s1} -> {09450.p1|09451.p0} {09450.s2} 
+tr {09450.t2} {09450.s2} -> {09450.s1} 
+tr {09451.t1} {09450.p1|09451.p0} {09451.s1} -> {09451.p1|09452.p0} {09451.s2} 
+tr {09451.t2} {09451.s2} -> {09451.s1} 
+tr {09452.t1} {09451.p1|09452.p0} {09452.s1} -> {09452.p1|09453.p0} {09452.s2} 
+tr {09452.t2} {09452.s2} -> {09452.s1} 
+tr {09453.t1} {09452.p1|09453.p0} {09453.s1} -> {09453.p1|09454.p0} {09453.s2} 
+tr {09453.t2} {09453.s2} -> {09453.s1} 
+tr {09454.t1} {09453.p1|09454.p0} {09454.s1} -> {09454.p1|09455.p0} {09454.s2} 
+tr {09454.t2} {09454.s2} -> {09454.s1} 
+tr {09455.t1} {09454.p1|09455.p0} {09455.s1} -> {09455.p1|09456.p0} {09455.s2} 
+tr {09455.t2} {09455.s2} -> {09455.s1} 
+tr {09456.t1} {09455.p1|09456.p0} {09456.s1} -> {09456.p1|09457.p0} {09456.s2} 
+tr {09456.t2} {09456.s2} -> {09456.s1} 
+tr {09457.t1} {09456.p1|09457.p0} {09457.s1} -> {09457.p1|09458.p0} {09457.s2} 
+tr {09457.t2} {09457.s2} -> {09457.s1} 
+tr {09458.t1} {09457.p1|09458.p0} {09458.s1} -> {09458.p1|09459.p0} {09458.s2} 
+tr {09458.t2} {09458.s2} -> {09458.s1} 
+tr {09459.t1} {09458.p1|09459.p0} {09459.s1} -> {09459.p1|09460.p0} {09459.s2} 
+tr {09459.t2} {09459.s2} -> {09459.s1} 
+tr {09460.t1} {09459.p1|09460.p0} {09460.s1} -> {09460.p1|09461.p0} {09460.s2} 
+tr {09460.t2} {09460.s2} -> {09460.s1} 
+tr {09461.t1} {09460.p1|09461.p0} {09461.s1} -> {09461.p1|09462.p0} {09461.s2} 
+tr {09461.t2} {09461.s2} -> {09461.s1} 
+tr {09462.t1} {09461.p1|09462.p0} {09462.s1} -> {09462.p1|09463.p0} {09462.s2} 
+tr {09462.t2} {09462.s2} -> {09462.s1} 
+tr {09463.t1} {09462.p1|09463.p0} {09463.s1} -> {09463.p1|09464.p0} {09463.s2} 
+tr {09463.t2} {09463.s2} -> {09463.s1} 
+tr {09464.t1} {09463.p1|09464.p0} {09464.s1} -> {09464.p1|09465.p0} {09464.s2} 
+tr {09464.t2} {09464.s2} -> {09464.s1} 
+tr {09465.t1} {09464.p1|09465.p0} {09465.s1} -> {09465.p1|09466.p0} {09465.s2} 
+tr {09465.t2} {09465.s2} -> {09465.s1} 
+tr {09466.t1} {09465.p1|09466.p0} {09466.s1} -> {09466.p1|09467.p0} {09466.s2} 
+tr {09466.t2} {09466.s2} -> {09466.s1} 
+tr {09467.t1} {09466.p1|09467.p0} {09467.s1} -> {09467.p1|09468.p0} {09467.s2} 
+tr {09467.t2} {09467.s2} -> {09467.s1} 
+tr {09468.t1} {09467.p1|09468.p0} {09468.s1} -> {09468.p1|09469.p0} {09468.s2} 
+tr {09468.t2} {09468.s2} -> {09468.s1} 
+tr {09469.t1} {09468.p1|09469.p0} {09469.s1} -> {09469.p1|09470.p0} {09469.s2} 
+tr {09469.t2} {09469.s2} -> {09469.s1} 
+tr {09470.t1} {09469.p1|09470.p0} {09470.s1} -> {09470.p1|09471.p0} {09470.s2} 
+tr {09470.t2} {09470.s2} -> {09470.s1} 
+tr {09471.t1} {09470.p1|09471.p0} {09471.s1} -> {09471.p1|09472.p0} {09471.s2} 
+tr {09471.t2} {09471.s2} -> {09471.s1} 
+tr {09472.t1} {09471.p1|09472.p0} {09472.s1} -> {09472.p1|09473.p0} {09472.s2} 
+tr {09472.t2} {09472.s2} -> {09472.s1} 
+tr {09473.t1} {09472.p1|09473.p0} {09473.s1} -> {09473.p1|09474.p0} {09473.s2} 
+tr {09473.t2} {09473.s2} -> {09473.s1} 
+tr {09474.t1} {09473.p1|09474.p0} {09474.s1} -> {09474.p1|09475.p0} {09474.s2} 
+tr {09474.t2} {09474.s2} -> {09474.s1} 
+tr {09475.t1} {09474.p1|09475.p0} {09475.s1} -> {09475.p1|09476.p0} {09475.s2} 
+tr {09475.t2} {09475.s2} -> {09475.s1} 
+tr {09476.t1} {09475.p1|09476.p0} {09476.s1} -> {09476.p1|09477.p0} {09476.s2} 
+tr {09476.t2} {09476.s2} -> {09476.s1} 
+tr {09477.t1} {09476.p1|09477.p0} {09477.s1} -> {09477.p1|09478.p0} {09477.s2} 
+tr {09477.t2} {09477.s2} -> {09477.s1} 
+tr {09478.t1} {09477.p1|09478.p0} {09478.s1} -> {09478.p1|09479.p0} {09478.s2} 
+tr {09478.t2} {09478.s2} -> {09478.s1} 
+tr {09479.t1} {09478.p1|09479.p0} {09479.s1} -> {09479.p1|09480.p0} {09479.s2} 
+tr {09479.t2} {09479.s2} -> {09479.s1} 
+tr {09480.t1} {09479.p1|09480.p0} {09480.s1} -> {09480.p1|09481.p0} {09480.s2} 
+tr {09480.t2} {09480.s2} -> {09480.s1} 
+tr {09481.t1} {09480.p1|09481.p0} {09481.s1} -> {09481.p1|09482.p0} {09481.s2} 
+tr {09481.t2} {09481.s2} -> {09481.s1} 
+tr {09482.t1} {09481.p1|09482.p0} {09482.s1} -> {09482.p1|09483.p0} {09482.s2} 
+tr {09482.t2} {09482.s2} -> {09482.s1} 
+tr {09483.t1} {09482.p1|09483.p0} {09483.s1} -> {09483.p1|09484.p0} {09483.s2} 
+tr {09483.t2} {09483.s2} -> {09483.s1} 
+tr {09484.t1} {09483.p1|09484.p0} {09484.s1} -> {09484.p1|09485.p0} {09484.s2} 
+tr {09484.t2} {09484.s2} -> {09484.s1} 
+tr {09485.t1} {09484.p1|09485.p0} {09485.s1} -> {09485.p1|09486.p0} {09485.s2} 
+tr {09485.t2} {09485.s2} -> {09485.s1} 
+tr {09486.t1} {09485.p1|09486.p0} {09486.s1} -> {09486.p1|09487.p0} {09486.s2} 
+tr {09486.t2} {09486.s2} -> {09486.s1} 
+tr {09487.t1} {09486.p1|09487.p0} {09487.s1} -> {09487.p1|09488.p0} {09487.s2} 
+tr {09487.t2} {09487.s2} -> {09487.s1} 
+tr {09488.t1} {09487.p1|09488.p0} {09488.s1} -> {09488.p1|09489.p0} {09488.s2} 
+tr {09488.t2} {09488.s2} -> {09488.s1} 
+tr {09489.t1} {09488.p1|09489.p0} {09489.s1} -> {09489.p1|09490.p0} {09489.s2} 
+tr {09489.t2} {09489.s2} -> {09489.s1} 
+tr {09490.t1} {09489.p1|09490.p0} {09490.s1} -> {09490.p1|09491.p0} {09490.s2} 
+tr {09490.t2} {09490.s2} -> {09490.s1} 
+tr {09491.t1} {09490.p1|09491.p0} {09491.s1} -> {09491.p1|09492.p0} {09491.s2} 
+tr {09491.t2} {09491.s2} -> {09491.s1} 
+tr {09492.t1} {09491.p1|09492.p0} {09492.s1} -> {09492.p1|09493.p0} {09492.s2} 
+tr {09492.t2} {09492.s2} -> {09492.s1} 
+tr {09493.t1} {09492.p1|09493.p0} {09493.s1} -> {09493.p1|09494.p0} {09493.s2} 
+tr {09493.t2} {09493.s2} -> {09493.s1} 
+tr {09494.t1} {09493.p1|09494.p0} {09494.s1} -> {09494.p1|09495.p0} {09494.s2} 
+tr {09494.t2} {09494.s2} -> {09494.s1} 
+tr {09495.t1} {09494.p1|09495.p0} {09495.s1} -> {09495.p1|09496.p0} {09495.s2} 
+tr {09495.t2} {09495.s2} -> {09495.s1} 
+tr {09496.t1} {09495.p1|09496.p0} {09496.s1} -> {09496.p1|09497.p0} {09496.s2} 
+tr {09496.t2} {09496.s2} -> {09496.s1} 
+tr {09497.t1} {09496.p1|09497.p0} {09497.s1} -> {09497.p1|09498.p0} {09497.s2} 
+tr {09497.t2} {09497.s2} -> {09497.s1} 
+tr {09498.t1} {09497.p1|09498.p0} {09498.s1} -> {09498.p1|09499.p0} {09498.s2} 
+tr {09498.t2} {09498.s2} -> {09498.s1} 
+tr {09499.t1} {09498.p1|09499.p0} {09499.s1} -> {09499.p1|09500.p0} {09499.s2} 
+tr {09499.t2} {09499.s2} -> {09499.s1} 
+tr {09500.t1} {09499.p1|09500.p0} {09500.s1} -> {09500.p1|09501.p0} {09500.s2} 
+tr {09500.t2} {09500.s2} -> {09500.s1} 
+tr {09501.t1} {09500.p1|09501.p0} {09501.s1} -> {09501.p1|09502.p0} {09501.s2} 
+tr {09501.t2} {09501.s2} -> {09501.s1} 
+tr {09502.t1} {09501.p1|09502.p0} {09502.s1} -> {09502.p1|09503.p0} {09502.s2} 
+tr {09502.t2} {09502.s2} -> {09502.s1} 
+tr {09503.t1} {09502.p1|09503.p0} {09503.s1} -> {09503.p1|09504.p0} {09503.s2} 
+tr {09503.t2} {09503.s2} -> {09503.s1} 
+tr {09504.t1} {09503.p1|09504.p0} {09504.s1} -> {09504.p1|09505.p0} {09504.s2} 
+tr {09504.t2} {09504.s2} -> {09504.s1} 
+tr {09505.t1} {09504.p1|09505.p0} {09505.s1} -> {09505.p1|09506.p0} {09505.s2} 
+tr {09505.t2} {09505.s2} -> {09505.s1} 
+tr {09506.t1} {09505.p1|09506.p0} {09506.s1} -> {09506.p1|09507.p0} {09506.s2} 
+tr {09506.t2} {09506.s2} -> {09506.s1} 
+tr {09507.t1} {09506.p1|09507.p0} {09507.s1} -> {09507.p1|09508.p0} {09507.s2} 
+tr {09507.t2} {09507.s2} -> {09507.s1} 
+tr {09508.t1} {09507.p1|09508.p0} {09508.s1} -> {09508.p1|09509.p0} {09508.s2} 
+tr {09508.t2} {09508.s2} -> {09508.s1} 
+tr {09509.t1} {09508.p1|09509.p0} {09509.s1} -> {09509.p1|09510.p0} {09509.s2} 
+tr {09509.t2} {09509.s2} -> {09509.s1} 
+tr {09510.t1} {09509.p1|09510.p0} {09510.s1} -> {09510.p1|09511.p0} {09510.s2} 
+tr {09510.t2} {09510.s2} -> {09510.s1} 
+tr {09511.t1} {09510.p1|09511.p0} {09511.s1} -> {09511.p1|09512.p0} {09511.s2} 
+tr {09511.t2} {09511.s2} -> {09511.s1} 
+tr {09512.t1} {09511.p1|09512.p0} {09512.s1} -> {09512.p1|09513.p0} {09512.s2} 
+tr {09512.t2} {09512.s2} -> {09512.s1} 
+tr {09513.t1} {09512.p1|09513.p0} {09513.s1} -> {09513.p1|09514.p0} {09513.s2} 
+tr {09513.t2} {09513.s2} -> {09513.s1} 
+tr {09514.t1} {09513.p1|09514.p0} {09514.s1} -> {09514.p1|09515.p0} {09514.s2} 
+tr {09514.t2} {09514.s2} -> {09514.s1} 
+tr {09515.t1} {09514.p1|09515.p0} {09515.s1} -> {09515.p1|09516.p0} {09515.s2} 
+tr {09515.t2} {09515.s2} -> {09515.s1} 
+tr {09516.t1} {09515.p1|09516.p0} {09516.s1} -> {09516.p1|09517.p0} {09516.s2} 
+tr {09516.t2} {09516.s2} -> {09516.s1} 
+tr {09517.t1} {09516.p1|09517.p0} {09517.s1} -> {09517.p1|09518.p0} {09517.s2} 
+tr {09517.t2} {09517.s2} -> {09517.s1} 
+tr {09518.t1} {09517.p1|09518.p0} {09518.s1} -> {09518.p1|09519.p0} {09518.s2} 
+tr {09518.t2} {09518.s2} -> {09518.s1} 
+tr {09519.t1} {09518.p1|09519.p0} {09519.s1} -> {09519.p1|09520.p0} {09519.s2} 
+tr {09519.t2} {09519.s2} -> {09519.s1} 
+tr {09520.t1} {09519.p1|09520.p0} {09520.s1} -> {09520.p1|09521.p0} {09520.s2} 
+tr {09520.t2} {09520.s2} -> {09520.s1} 
+tr {09521.t1} {09520.p1|09521.p0} {09521.s1} -> {09521.p1|09522.p0} {09521.s2} 
+tr {09521.t2} {09521.s2} -> {09521.s1} 
+tr {09522.t1} {09521.p1|09522.p0} {09522.s1} -> {09522.p1|09523.p0} {09522.s2} 
+tr {09522.t2} {09522.s2} -> {09522.s1} 
+tr {09523.t1} {09522.p1|09523.p0} {09523.s1} -> {09523.p1|09524.p0} {09523.s2} 
+tr {09523.t2} {09523.s2} -> {09523.s1} 
+tr {09524.t1} {09523.p1|09524.p0} {09524.s1} -> {09524.p1|09525.p0} {09524.s2} 
+tr {09524.t2} {09524.s2} -> {09524.s1} 
+tr {09525.t1} {09524.p1|09525.p0} {09525.s1} -> {09525.p1|09526.p0} {09525.s2} 
+tr {09525.t2} {09525.s2} -> {09525.s1} 
+tr {09526.t1} {09525.p1|09526.p0} {09526.s1} -> {09526.p1|09527.p0} {09526.s2} 
+tr {09526.t2} {09526.s2} -> {09526.s1} 
+tr {09527.t1} {09526.p1|09527.p0} {09527.s1} -> {09527.p1|09528.p0} {09527.s2} 
+tr {09527.t2} {09527.s2} -> {09527.s1} 
+tr {09528.t1} {09527.p1|09528.p0} {09528.s1} -> {09528.p1|09529.p0} {09528.s2} 
+tr {09528.t2} {09528.s2} -> {09528.s1} 
+tr {09529.t1} {09528.p1|09529.p0} {09529.s1} -> {09529.p1|09530.p0} {09529.s2} 
+tr {09529.t2} {09529.s2} -> {09529.s1} 
+tr {09530.t1} {09529.p1|09530.p0} {09530.s1} -> {09530.p1|09531.p0} {09530.s2} 
+tr {09530.t2} {09530.s2} -> {09530.s1} 
+tr {09531.t1} {09530.p1|09531.p0} {09531.s1} -> {09531.p1|09532.p0} {09531.s2} 
+tr {09531.t2} {09531.s2} -> {09531.s1} 
+tr {09532.t1} {09531.p1|09532.p0} {09532.s1} -> {09532.p1|09533.p0} {09532.s2} 
+tr {09532.t2} {09532.s2} -> {09532.s1} 
+tr {09533.t1} {09532.p1|09533.p0} {09533.s1} -> {09533.p1|09534.p0} {09533.s2} 
+tr {09533.t2} {09533.s2} -> {09533.s1} 
+tr {09534.t1} {09533.p1|09534.p0} {09534.s1} -> {09534.p1|09535.p0} {09534.s2} 
+tr {09534.t2} {09534.s2} -> {09534.s1} 
+tr {09535.t1} {09534.p1|09535.p0} {09535.s1} -> {09535.p1|09536.p0} {09535.s2} 
+tr {09535.t2} {09535.s2} -> {09535.s1} 
+tr {09536.t1} {09535.p1|09536.p0} {09536.s1} -> {09536.p1|09537.p0} {09536.s2} 
+tr {09536.t2} {09536.s2} -> {09536.s1} 
+tr {09537.t1} {09536.p1|09537.p0} {09537.s1} -> {09537.p1|09538.p0} {09537.s2} 
+tr {09537.t2} {09537.s2} -> {09537.s1} 
+tr {09538.t1} {09537.p1|09538.p0} {09538.s1} -> {09538.p1|09539.p0} {09538.s2} 
+tr {09538.t2} {09538.s2} -> {09538.s1} 
+tr {09539.t1} {09538.p1|09539.p0} {09539.s1} -> {09539.p1|09540.p0} {09539.s2} 
+tr {09539.t2} {09539.s2} -> {09539.s1} 
+tr {09540.t1} {09539.p1|09540.p0} {09540.s1} -> {09540.p1|09541.p0} {09540.s2} 
+tr {09540.t2} {09540.s2} -> {09540.s1} 
+tr {09541.t1} {09540.p1|09541.p0} {09541.s1} -> {09541.p1|09542.p0} {09541.s2} 
+tr {09541.t2} {09541.s2} -> {09541.s1} 
+tr {09542.t1} {09541.p1|09542.p0} {09542.s1} -> {09542.p1|09543.p0} {09542.s2} 
+tr {09542.t2} {09542.s2} -> {09542.s1} 
+tr {09543.t1} {09542.p1|09543.p0} {09543.s1} -> {09543.p1|09544.p0} {09543.s2} 
+tr {09543.t2} {09543.s2} -> {09543.s1} 
+tr {09544.t1} {09543.p1|09544.p0} {09544.s1} -> {09544.p1|09545.p0} {09544.s2} 
+tr {09544.t2} {09544.s2} -> {09544.s1} 
+tr {09545.t1} {09544.p1|09545.p0} {09545.s1} -> {09545.p1|09546.p0} {09545.s2} 
+tr {09545.t2} {09545.s2} -> {09545.s1} 
+tr {09546.t1} {09545.p1|09546.p0} {09546.s1} -> {09546.p1|09547.p0} {09546.s2} 
+tr {09546.t2} {09546.s2} -> {09546.s1} 
+tr {09547.t1} {09546.p1|09547.p0} {09547.s1} -> {09547.p1|09548.p0} {09547.s2} 
+tr {09547.t2} {09547.s2} -> {09547.s1} 
+tr {09548.t1} {09547.p1|09548.p0} {09548.s1} -> {09548.p1|09549.p0} {09548.s2} 
+tr {09548.t2} {09548.s2} -> {09548.s1} 
+tr {09549.t1} {09548.p1|09549.p0} {09549.s1} -> {09549.p1|09550.p0} {09549.s2} 
+tr {09549.t2} {09549.s2} -> {09549.s1} 
+tr {09550.t1} {09549.p1|09550.p0} {09550.s1} -> {09550.p1|09551.p0} {09550.s2} 
+tr {09550.t2} {09550.s2} -> {09550.s1} 
+tr {09551.t1} {09550.p1|09551.p0} {09551.s1} -> {09551.p1|09552.p0} {09551.s2} 
+tr {09551.t2} {09551.s2} -> {09551.s1} 
+tr {09552.t1} {09551.p1|09552.p0} {09552.s1} -> {09552.p1|09553.p0} {09552.s2} 
+tr {09552.t2} {09552.s2} -> {09552.s1} 
+tr {09553.t1} {09552.p1|09553.p0} {09553.s1} -> {09553.p1|09554.p0} {09553.s2} 
+tr {09553.t2} {09553.s2} -> {09553.s1} 
+tr {09554.t1} {09553.p1|09554.p0} {09554.s1} -> {09554.p1|09555.p0} {09554.s2} 
+tr {09554.t2} {09554.s2} -> {09554.s1} 
+tr {09555.t1} {09554.p1|09555.p0} {09555.s1} -> {09555.p1|09556.p0} {09555.s2} 
+tr {09555.t2} {09555.s2} -> {09555.s1} 
+tr {09556.t1} {09555.p1|09556.p0} {09556.s1} -> {09556.p1|09557.p0} {09556.s2} 
+tr {09556.t2} {09556.s2} -> {09556.s1} 
+tr {09557.t1} {09556.p1|09557.p0} {09557.s1} -> {09557.p1|09558.p0} {09557.s2} 
+tr {09557.t2} {09557.s2} -> {09557.s1} 
+tr {09558.t1} {09557.p1|09558.p0} {09558.s1} -> {09558.p1|09559.p0} {09558.s2} 
+tr {09558.t2} {09558.s2} -> {09558.s1} 
+tr {09559.t1} {09558.p1|09559.p0} {09559.s1} -> {09559.p1|09560.p0} {09559.s2} 
+tr {09559.t2} {09559.s2} -> {09559.s1} 
+tr {09560.t1} {09559.p1|09560.p0} {09560.s1} -> {09560.p1|09561.p0} {09560.s2} 
+tr {09560.t2} {09560.s2} -> {09560.s1} 
+tr {09561.t1} {09560.p1|09561.p0} {09561.s1} -> {09561.p1|09562.p0} {09561.s2} 
+tr {09561.t2} {09561.s2} -> {09561.s1} 
+tr {09562.t1} {09561.p1|09562.p0} {09562.s1} -> {09562.p1|09563.p0} {09562.s2} 
+tr {09562.t2} {09562.s2} -> {09562.s1} 
+tr {09563.t1} {09562.p1|09563.p0} {09563.s1} -> {09563.p1|09564.p0} {09563.s2} 
+tr {09563.t2} {09563.s2} -> {09563.s1} 
+tr {09564.t1} {09563.p1|09564.p0} {09564.s1} -> {09564.p1|09565.p0} {09564.s2} 
+tr {09564.t2} {09564.s2} -> {09564.s1} 
+tr {09565.t1} {09564.p1|09565.p0} {09565.s1} -> {09565.p1|09566.p0} {09565.s2} 
+tr {09565.t2} {09565.s2} -> {09565.s1} 
+tr {09566.t1} {09565.p1|09566.p0} {09566.s1} -> {09566.p1|09567.p0} {09566.s2} 
+tr {09566.t2} {09566.s2} -> {09566.s1} 
+tr {09567.t1} {09566.p1|09567.p0} {09567.s1} -> {09567.p1|09568.p0} {09567.s2} 
+tr {09567.t2} {09567.s2} -> {09567.s1} 
+tr {09568.t1} {09567.p1|09568.p0} {09568.s1} -> {09568.p1|09569.p0} {09568.s2} 
+tr {09568.t2} {09568.s2} -> {09568.s1} 
+tr {09569.t1} {09568.p1|09569.p0} {09569.s1} -> {09569.p1|09570.p0} {09569.s2} 
+tr {09569.t2} {09569.s2} -> {09569.s1} 
+tr {09570.t1} {09569.p1|09570.p0} {09570.s1} -> {09570.p1|09571.p0} {09570.s2} 
+tr {09570.t2} {09570.s2} -> {09570.s1} 
+tr {09571.t1} {09570.p1|09571.p0} {09571.s1} -> {09571.p1|09572.p0} {09571.s2} 
+tr {09571.t2} {09571.s2} -> {09571.s1} 
+tr {09572.t1} {09571.p1|09572.p0} {09572.s1} -> {09572.p1|09573.p0} {09572.s2} 
+tr {09572.t2} {09572.s2} -> {09572.s1} 
+tr {09573.t1} {09572.p1|09573.p0} {09573.s1} -> {09573.p1|09574.p0} {09573.s2} 
+tr {09573.t2} {09573.s2} -> {09573.s1} 
+tr {09574.t1} {09573.p1|09574.p0} {09574.s1} -> {09574.p1|09575.p0} {09574.s2} 
+tr {09574.t2} {09574.s2} -> {09574.s1} 
+tr {09575.t1} {09574.p1|09575.p0} {09575.s1} -> {09575.p1|09576.p0} {09575.s2} 
+tr {09575.t2} {09575.s2} -> {09575.s1} 
+tr {09576.t1} {09575.p1|09576.p0} {09576.s1} -> {09576.p1|09577.p0} {09576.s2} 
+tr {09576.t2} {09576.s2} -> {09576.s1} 
+tr {09577.t1} {09576.p1|09577.p0} {09577.s1} -> {09577.p1|09578.p0} {09577.s2} 
+tr {09577.t2} {09577.s2} -> {09577.s1} 
+tr {09578.t1} {09577.p1|09578.p0} {09578.s1} -> {09578.p1|09579.p0} {09578.s2} 
+tr {09578.t2} {09578.s2} -> {09578.s1} 
+tr {09579.t1} {09578.p1|09579.p0} {09579.s1} -> {09579.p1|09580.p0} {09579.s2} 
+tr {09579.t2} {09579.s2} -> {09579.s1} 
+tr {09580.t1} {09579.p1|09580.p0} {09580.s1} -> {09580.p1|09581.p0} {09580.s2} 
+tr {09580.t2} {09580.s2} -> {09580.s1} 
+tr {09581.t1} {09580.p1|09581.p0} {09581.s1} -> {09581.p1|09582.p0} {09581.s2} 
+tr {09581.t2} {09581.s2} -> {09581.s1} 
+tr {09582.t1} {09581.p1|09582.p0} {09582.s1} -> {09582.p1|09583.p0} {09582.s2} 
+tr {09582.t2} {09582.s2} -> {09582.s1} 
+tr {09583.t1} {09582.p1|09583.p0} {09583.s1} -> {09583.p1|09584.p0} {09583.s2} 
+tr {09583.t2} {09583.s2} -> {09583.s1} 
+tr {09584.t1} {09583.p1|09584.p0} {09584.s1} -> {09584.p1|09585.p0} {09584.s2} 
+tr {09584.t2} {09584.s2} -> {09584.s1} 
+tr {09585.t1} {09584.p1|09585.p0} {09585.s1} -> {09585.p1|09586.p0} {09585.s2} 
+tr {09585.t2} {09585.s2} -> {09585.s1} 
+tr {09586.t1} {09585.p1|09586.p0} {09586.s1} -> {09586.p1|09587.p0} {09586.s2} 
+tr {09586.t2} {09586.s2} -> {09586.s1} 
+tr {09587.t1} {09586.p1|09587.p0} {09587.s1} -> {09587.p1|09588.p0} {09587.s2} 
+tr {09587.t2} {09587.s2} -> {09587.s1} 
+tr {09588.t1} {09587.p1|09588.p0} {09588.s1} -> {09588.p1|09589.p0} {09588.s2} 
+tr {09588.t2} {09588.s2} -> {09588.s1} 
+tr {09589.t1} {09588.p1|09589.p0} {09589.s1} -> {09589.p1|09590.p0} {09589.s2} 
+tr {09589.t2} {09589.s2} -> {09589.s1} 
+tr {09590.t1} {09589.p1|09590.p0} {09590.s1} -> {09590.p1|09591.p0} {09590.s2} 
+tr {09590.t2} {09590.s2} -> {09590.s1} 
+tr {09591.t1} {09590.p1|09591.p0} {09591.s1} -> {09591.p1|09592.p0} {09591.s2} 
+tr {09591.t2} {09591.s2} -> {09591.s1} 
+tr {09592.t1} {09591.p1|09592.p0} {09592.s1} -> {09592.p1|09593.p0} {09592.s2} 
+tr {09592.t2} {09592.s2} -> {09592.s1} 
+tr {09593.t1} {09592.p1|09593.p0} {09593.s1} -> {09593.p1|09594.p0} {09593.s2} 
+tr {09593.t2} {09593.s2} -> {09593.s1} 
+tr {09594.t1} {09593.p1|09594.p0} {09594.s1} -> {09594.p1|09595.p0} {09594.s2} 
+tr {09594.t2} {09594.s2} -> {09594.s1} 
+tr {09595.t1} {09594.p1|09595.p0} {09595.s1} -> {09595.p1|09596.p0} {09595.s2} 
+tr {09595.t2} {09595.s2} -> {09595.s1} 
+tr {09596.t1} {09595.p1|09596.p0} {09596.s1} -> {09596.p1|09597.p0} {09596.s2} 
+tr {09596.t2} {09596.s2} -> {09596.s1} 
+tr {09597.t1} {09596.p1|09597.p0} {09597.s1} -> {09597.p1|09598.p0} {09597.s2} 
+tr {09597.t2} {09597.s2} -> {09597.s1} 
+tr {09598.t1} {09597.p1|09598.p0} {09598.s1} -> {09598.p1|09599.p0} {09598.s2} 
+tr {09598.t2} {09598.s2} -> {09598.s1} 
+tr {09599.t1} {09598.p1|09599.p0} {09599.s1} -> {09599.p1|09600.p0} {09599.s2} 
+tr {09599.t2} {09599.s2} -> {09599.s1} 
+tr {09600.t1} {09599.p1|09600.p0} {09600.s1} -> {09600.p1|09601.p0} {09600.s2} 
+tr {09600.t2} {09600.s2} -> {09600.s1} 
+tr {09601.t1} {09600.p1|09601.p0} {09601.s1} -> {09601.p1|09602.p0} {09601.s2} 
+tr {09601.t2} {09601.s2} -> {09601.s1} 
+tr {09602.t1} {09601.p1|09602.p0} {09602.s1} -> {09602.p1|09603.p0} {09602.s2} 
+tr {09602.t2} {09602.s2} -> {09602.s1} 
+tr {09603.t1} {09602.p1|09603.p0} {09603.s1} -> {09603.p1|09604.p0} {09603.s2} 
+tr {09603.t2} {09603.s2} -> {09603.s1} 
+tr {09604.t1} {09603.p1|09604.p0} {09604.s1} -> {09604.p1|09605.p0} {09604.s2} 
+tr {09604.t2} {09604.s2} -> {09604.s1} 
+tr {09605.t1} {09604.p1|09605.p0} {09605.s1} -> {09605.p1|09606.p0} {09605.s2} 
+tr {09605.t2} {09605.s2} -> {09605.s1} 
+tr {09606.t1} {09605.p1|09606.p0} {09606.s1} -> {09606.p1|09607.p0} {09606.s2} 
+tr {09606.t2} {09606.s2} -> {09606.s1} 
+tr {09607.t1} {09606.p1|09607.p0} {09607.s1} -> {09607.p1|09608.p0} {09607.s2} 
+tr {09607.t2} {09607.s2} -> {09607.s1} 
+tr {09608.t1} {09607.p1|09608.p0} {09608.s1} -> {09608.p1|09609.p0} {09608.s2} 
+tr {09608.t2} {09608.s2} -> {09608.s1} 
+tr {09609.t1} {09608.p1|09609.p0} {09609.s1} -> {09609.p1|09610.p0} {09609.s2} 
+tr {09609.t2} {09609.s2} -> {09609.s1} 
+tr {09610.t1} {09609.p1|09610.p0} {09610.s1} -> {09610.p1|09611.p0} {09610.s2} 
+tr {09610.t2} {09610.s2} -> {09610.s1} 
+tr {09611.t1} {09610.p1|09611.p0} {09611.s1} -> {09611.p1|09612.p0} {09611.s2} 
+tr {09611.t2} {09611.s2} -> {09611.s1} 
+tr {09612.t1} {09611.p1|09612.p0} {09612.s1} -> {09612.p1|09613.p0} {09612.s2} 
+tr {09612.t2} {09612.s2} -> {09612.s1} 
+tr {09613.t1} {09612.p1|09613.p0} {09613.s1} -> {09613.p1|09614.p0} {09613.s2} 
+tr {09613.t2} {09613.s2} -> {09613.s1} 
+tr {09614.t1} {09613.p1|09614.p0} {09614.s1} -> {09614.p1|09615.p0} {09614.s2} 
+tr {09614.t2} {09614.s2} -> {09614.s1} 
+tr {09615.t1} {09614.p1|09615.p0} {09615.s1} -> {09615.p1|09616.p0} {09615.s2} 
+tr {09615.t2} {09615.s2} -> {09615.s1} 
+tr {09616.t1} {09615.p1|09616.p0} {09616.s1} -> {09616.p1|09617.p0} {09616.s2} 
+tr {09616.t2} {09616.s2} -> {09616.s1} 
+tr {09617.t1} {09616.p1|09617.p0} {09617.s1} -> {09617.p1|09618.p0} {09617.s2} 
+tr {09617.t2} {09617.s2} -> {09617.s1} 
+tr {09618.t1} {09617.p1|09618.p0} {09618.s1} -> {09618.p1|09619.p0} {09618.s2} 
+tr {09618.t2} {09618.s2} -> {09618.s1} 
+tr {09619.t1} {09618.p1|09619.p0} {09619.s1} -> {09619.p1|09620.p0} {09619.s2} 
+tr {09619.t2} {09619.s2} -> {09619.s1} 
+tr {09620.t1} {09619.p1|09620.p0} {09620.s1} -> {09620.p1|09621.p0} {09620.s2} 
+tr {09620.t2} {09620.s2} -> {09620.s1} 
+tr {09621.t1} {09620.p1|09621.p0} {09621.s1} -> {09621.p1|09622.p0} {09621.s2} 
+tr {09621.t2} {09621.s2} -> {09621.s1} 
+tr {09622.t1} {09621.p1|09622.p0} {09622.s1} -> {09622.p1|09623.p0} {09622.s2} 
+tr {09622.t2} {09622.s2} -> {09622.s1} 
+tr {09623.t1} {09622.p1|09623.p0} {09623.s1} -> {09623.p1|09624.p0} {09623.s2} 
+tr {09623.t2} {09623.s2} -> {09623.s1} 
+tr {09624.t1} {09623.p1|09624.p0} {09624.s1} -> {09624.p1|09625.p0} {09624.s2} 
+tr {09624.t2} {09624.s2} -> {09624.s1} 
+tr {09625.t1} {09624.p1|09625.p0} {09625.s1} -> {09625.p1|09626.p0} {09625.s2} 
+tr {09625.t2} {09625.s2} -> {09625.s1} 
+tr {09626.t1} {09625.p1|09626.p0} {09626.s1} -> {09626.p1|09627.p0} {09626.s2} 
+tr {09626.t2} {09626.s2} -> {09626.s1} 
+tr {09627.t1} {09626.p1|09627.p0} {09627.s1} -> {09627.p1|09628.p0} {09627.s2} 
+tr {09627.t2} {09627.s2} -> {09627.s1} 
+tr {09628.t1} {09627.p1|09628.p0} {09628.s1} -> {09628.p1|09629.p0} {09628.s2} 
+tr {09628.t2} {09628.s2} -> {09628.s1} 
+tr {09629.t1} {09628.p1|09629.p0} {09629.s1} -> {09629.p1|09630.p0} {09629.s2} 
+tr {09629.t2} {09629.s2} -> {09629.s1} 
+tr {09630.t1} {09629.p1|09630.p0} {09630.s1} -> {09630.p1|09631.p0} {09630.s2} 
+tr {09630.t2} {09630.s2} -> {09630.s1} 
+tr {09631.t1} {09630.p1|09631.p0} {09631.s1} -> {09631.p1|09632.p0} {09631.s2} 
+tr {09631.t2} {09631.s2} -> {09631.s1} 
+tr {09632.t1} {09631.p1|09632.p0} {09632.s1} -> {09632.p1|09633.p0} {09632.s2} 
+tr {09632.t2} {09632.s2} -> {09632.s1} 
+tr {09633.t1} {09632.p1|09633.p0} {09633.s1} -> {09633.p1|09634.p0} {09633.s2} 
+tr {09633.t2} {09633.s2} -> {09633.s1} 
+tr {09634.t1} {09633.p1|09634.p0} {09634.s1} -> {09634.p1|09635.p0} {09634.s2} 
+tr {09634.t2} {09634.s2} -> {09634.s1} 
+tr {09635.t1} {09634.p1|09635.p0} {09635.s1} -> {09635.p1|09636.p0} {09635.s2} 
+tr {09635.t2} {09635.s2} -> {09635.s1} 
+tr {09636.t1} {09635.p1|09636.p0} {09636.s1} -> {09636.p1|09637.p0} {09636.s2} 
+tr {09636.t2} {09636.s2} -> {09636.s1} 
+tr {09637.t1} {09636.p1|09637.p0} {09637.s1} -> {09637.p1|09638.p0} {09637.s2} 
+tr {09637.t2} {09637.s2} -> {09637.s1} 
+tr {09638.t1} {09637.p1|09638.p0} {09638.s1} -> {09638.p1|09639.p0} {09638.s2} 
+tr {09638.t2} {09638.s2} -> {09638.s1} 
+tr {09639.t1} {09638.p1|09639.p0} {09639.s1} -> {09639.p1|09640.p0} {09639.s2} 
+tr {09639.t2} {09639.s2} -> {09639.s1} 
+tr {09640.t1} {09639.p1|09640.p0} {09640.s1} -> {09640.p1|09641.p0} {09640.s2} 
+tr {09640.t2} {09640.s2} -> {09640.s1} 
+tr {09641.t1} {09640.p1|09641.p0} {09641.s1} -> {09641.p1|09642.p0} {09641.s2} 
+tr {09641.t2} {09641.s2} -> {09641.s1} 
+tr {09642.t1} {09641.p1|09642.p0} {09642.s1} -> {09642.p1|09643.p0} {09642.s2} 
+tr {09642.t2} {09642.s2} -> {09642.s1} 
+tr {09643.t1} {09642.p1|09643.p0} {09643.s1} -> {09643.p1|09644.p0} {09643.s2} 
+tr {09643.t2} {09643.s2} -> {09643.s1} 
+tr {09644.t1} {09643.p1|09644.p0} {09644.s1} -> {09644.p1|09645.p0} {09644.s2} 
+tr {09644.t2} {09644.s2} -> {09644.s1} 
+tr {09645.t1} {09644.p1|09645.p0} {09645.s1} -> {09645.p1|09646.p0} {09645.s2} 
+tr {09645.t2} {09645.s2} -> {09645.s1} 
+tr {09646.t1} {09645.p1|09646.p0} {09646.s1} -> {09646.p1|09647.p0} {09646.s2} 
+tr {09646.t2} {09646.s2} -> {09646.s1} 
+tr {09647.t1} {09646.p1|09647.p0} {09647.s1} -> {09647.p1|09648.p0} {09647.s2} 
+tr {09647.t2} {09647.s2} -> {09647.s1} 
+tr {09648.t1} {09647.p1|09648.p0} {09648.s1} -> {09648.p1|09649.p0} {09648.s2} 
+tr {09648.t2} {09648.s2} -> {09648.s1} 
+tr {09649.t1} {09648.p1|09649.p0} {09649.s1} -> {09649.p1|09650.p0} {09649.s2} 
+tr {09649.t2} {09649.s2} -> {09649.s1} 
+tr {09650.t1} {09649.p1|09650.p0} {09650.s1} -> {09650.p1|09651.p0} {09650.s2} 
+tr {09650.t2} {09650.s2} -> {09650.s1} 
+tr {09651.t1} {09650.p1|09651.p0} {09651.s1} -> {09651.p1|09652.p0} {09651.s2} 
+tr {09651.t2} {09651.s2} -> {09651.s1} 
+tr {09652.t1} {09651.p1|09652.p0} {09652.s1} -> {09652.p1|09653.p0} {09652.s2} 
+tr {09652.t2} {09652.s2} -> {09652.s1} 
+tr {09653.t1} {09652.p1|09653.p0} {09653.s1} -> {09653.p1|09654.p0} {09653.s2} 
+tr {09653.t2} {09653.s2} -> {09653.s1} 
+tr {09654.t1} {09653.p1|09654.p0} {09654.s1} -> {09654.p1|09655.p0} {09654.s2} 
+tr {09654.t2} {09654.s2} -> {09654.s1} 
+tr {09655.t1} {09654.p1|09655.p0} {09655.s1} -> {09655.p1|09656.p0} {09655.s2} 
+tr {09655.t2} {09655.s2} -> {09655.s1} 
+tr {09656.t1} {09655.p1|09656.p0} {09656.s1} -> {09656.p1|09657.p0} {09656.s2} 
+tr {09656.t2} {09656.s2} -> {09656.s1} 
+tr {09657.t1} {09656.p1|09657.p0} {09657.s1} -> {09657.p1|09658.p0} {09657.s2} 
+tr {09657.t2} {09657.s2} -> {09657.s1} 
+tr {09658.t1} {09657.p1|09658.p0} {09658.s1} -> {09658.p1|09659.p0} {09658.s2} 
+tr {09658.t2} {09658.s2} -> {09658.s1} 
+tr {09659.t1} {09658.p1|09659.p0} {09659.s1} -> {09659.p1|09660.p0} {09659.s2} 
+tr {09659.t2} {09659.s2} -> {09659.s1} 
+tr {09660.t1} {09659.p1|09660.p0} {09660.s1} -> {09660.p1|09661.p0} {09660.s2} 
+tr {09660.t2} {09660.s2} -> {09660.s1} 
+tr {09661.t1} {09660.p1|09661.p0} {09661.s1} -> {09661.p1|09662.p0} {09661.s2} 
+tr {09661.t2} {09661.s2} -> {09661.s1} 
+tr {09662.t1} {09661.p1|09662.p0} {09662.s1} -> {09662.p1|09663.p0} {09662.s2} 
+tr {09662.t2} {09662.s2} -> {09662.s1} 
+tr {09663.t1} {09662.p1|09663.p0} {09663.s1} -> {09663.p1|09664.p0} {09663.s2} 
+tr {09663.t2} {09663.s2} -> {09663.s1} 
+tr {09664.t1} {09663.p1|09664.p0} {09664.s1} -> {09664.p1|09665.p0} {09664.s2} 
+tr {09664.t2} {09664.s2} -> {09664.s1} 
+tr {09665.t1} {09664.p1|09665.p0} {09665.s1} -> {09665.p1|09666.p0} {09665.s2} 
+tr {09665.t2} {09665.s2} -> {09665.s1} 
+tr {09666.t1} {09665.p1|09666.p0} {09666.s1} -> {09666.p1|09667.p0} {09666.s2} 
+tr {09666.t2} {09666.s2} -> {09666.s1} 
+tr {09667.t1} {09666.p1|09667.p0} {09667.s1} -> {09667.p1|09668.p0} {09667.s2} 
+tr {09667.t2} {09667.s2} -> {09667.s1} 
+tr {09668.t1} {09667.p1|09668.p0} {09668.s1} -> {09668.p1|09669.p0} {09668.s2} 
+tr {09668.t2} {09668.s2} -> {09668.s1} 
+tr {09669.t1} {09668.p1|09669.p0} {09669.s1} -> {09669.p1|09670.p0} {09669.s2} 
+tr {09669.t2} {09669.s2} -> {09669.s1} 
+tr {09670.t1} {09669.p1|09670.p0} {09670.s1} -> {09670.p1|09671.p0} {09670.s2} 
+tr {09670.t2} {09670.s2} -> {09670.s1} 
+tr {09671.t1} {09670.p1|09671.p0} {09671.s1} -> {09671.p1|09672.p0} {09671.s2} 
+tr {09671.t2} {09671.s2} -> {09671.s1} 
+tr {09672.t1} {09671.p1|09672.p0} {09672.s1} -> {09672.p1|09673.p0} {09672.s2} 
+tr {09672.t2} {09672.s2} -> {09672.s1} 
+tr {09673.t1} {09672.p1|09673.p0} {09673.s1} -> {09673.p1|09674.p0} {09673.s2} 
+tr {09673.t2} {09673.s2} -> {09673.s1} 
+tr {09674.t1} {09673.p1|09674.p0} {09674.s1} -> {09674.p1|09675.p0} {09674.s2} 
+tr {09674.t2} {09674.s2} -> {09674.s1} 
+tr {09675.t1} {09674.p1|09675.p0} {09675.s1} -> {09675.p1|09676.p0} {09675.s2} 
+tr {09675.t2} {09675.s2} -> {09675.s1} 
+tr {09676.t1} {09675.p1|09676.p0} {09676.s1} -> {09676.p1|09677.p0} {09676.s2} 
+tr {09676.t2} {09676.s2} -> {09676.s1} 
+tr {09677.t1} {09676.p1|09677.p0} {09677.s1} -> {09677.p1|09678.p0} {09677.s2} 
+tr {09677.t2} {09677.s2} -> {09677.s1} 
+tr {09678.t1} {09677.p1|09678.p0} {09678.s1} -> {09678.p1|09679.p0} {09678.s2} 
+tr {09678.t2} {09678.s2} -> {09678.s1} 
+tr {09679.t1} {09678.p1|09679.p0} {09679.s1} -> {09679.p1|09680.p0} {09679.s2} 
+tr {09679.t2} {09679.s2} -> {09679.s1} 
+tr {09680.t1} {09679.p1|09680.p0} {09680.s1} -> {09680.p1|09681.p0} {09680.s2} 
+tr {09680.t2} {09680.s2} -> {09680.s1} 
+tr {09681.t1} {09680.p1|09681.p0} {09681.s1} -> {09681.p1|09682.p0} {09681.s2} 
+tr {09681.t2} {09681.s2} -> {09681.s1} 
+tr {09682.t1} {09681.p1|09682.p0} {09682.s1} -> {09682.p1|09683.p0} {09682.s2} 
+tr {09682.t2} {09682.s2} -> {09682.s1} 
+tr {09683.t1} {09682.p1|09683.p0} {09683.s1} -> {09683.p1|09684.p0} {09683.s2} 
+tr {09683.t2} {09683.s2} -> {09683.s1} 
+tr {09684.t1} {09683.p1|09684.p0} {09684.s1} -> {09684.p1|09685.p0} {09684.s2} 
+tr {09684.t2} {09684.s2} -> {09684.s1} 
+tr {09685.t1} {09684.p1|09685.p0} {09685.s1} -> {09685.p1|09686.p0} {09685.s2} 
+tr {09685.t2} {09685.s2} -> {09685.s1} 
+tr {09686.t1} {09685.p1|09686.p0} {09686.s1} -> {09686.p1|09687.p0} {09686.s2} 
+tr {09686.t2} {09686.s2} -> {09686.s1} 
+tr {09687.t1} {09686.p1|09687.p0} {09687.s1} -> {09687.p1|09688.p0} {09687.s2} 
+tr {09687.t2} {09687.s2} -> {09687.s1} 
+tr {09688.t1} {09687.p1|09688.p0} {09688.s1} -> {09688.p1|09689.p0} {09688.s2} 
+tr {09688.t2} {09688.s2} -> {09688.s1} 
+tr {09689.t1} {09688.p1|09689.p0} {09689.s1} -> {09689.p1|09690.p0} {09689.s2} 
+tr {09689.t2} {09689.s2} -> {09689.s1} 
+tr {09690.t1} {09689.p1|09690.p0} {09690.s1} -> {09690.p1|09691.p0} {09690.s2} 
+tr {09690.t2} {09690.s2} -> {09690.s1} 
+tr {09691.t1} {09690.p1|09691.p0} {09691.s1} -> {09691.p1|09692.p0} {09691.s2} 
+tr {09691.t2} {09691.s2} -> {09691.s1} 
+tr {09692.t1} {09691.p1|09692.p0} {09692.s1} -> {09692.p1|09693.p0} {09692.s2} 
+tr {09692.t2} {09692.s2} -> {09692.s1} 
+tr {09693.t1} {09692.p1|09693.p0} {09693.s1} -> {09693.p1|09694.p0} {09693.s2} 
+tr {09693.t2} {09693.s2} -> {09693.s1} 
+tr {09694.t1} {09693.p1|09694.p0} {09694.s1} -> {09694.p1|09695.p0} {09694.s2} 
+tr {09694.t2} {09694.s2} -> {09694.s1} 
+tr {09695.t1} {09694.p1|09695.p0} {09695.s1} -> {09695.p1|09696.p0} {09695.s2} 
+tr {09695.t2} {09695.s2} -> {09695.s1} 
+tr {09696.t1} {09695.p1|09696.p0} {09696.s1} -> {09696.p1|09697.p0} {09696.s2} 
+tr {09696.t2} {09696.s2} -> {09696.s1} 
+tr {09697.t1} {09696.p1|09697.p0} {09697.s1} -> {09697.p1|09698.p0} {09697.s2} 
+tr {09697.t2} {09697.s2} -> {09697.s1} 
+tr {09698.t1} {09697.p1|09698.p0} {09698.s1} -> {09698.p1|09699.p0} {09698.s2} 
+tr {09698.t2} {09698.s2} -> {09698.s1} 
+tr {09699.t1} {09698.p1|09699.p0} {09699.s1} -> {09699.p1|09700.p0} {09699.s2} 
+tr {09699.t2} {09699.s2} -> {09699.s1} 
+tr {09700.t1} {09699.p1|09700.p0} {09700.s1} -> {09700.p1|09701.p0} {09700.s2} 
+tr {09700.t2} {09700.s2} -> {09700.s1} 
+tr {09701.t1} {09700.p1|09701.p0} {09701.s1} -> {09701.p1|09702.p0} {09701.s2} 
+tr {09701.t2} {09701.s2} -> {09701.s1} 
+tr {09702.t1} {09701.p1|09702.p0} {09702.s1} -> {09702.p1|09703.p0} {09702.s2} 
+tr {09702.t2} {09702.s2} -> {09702.s1} 
+tr {09703.t1} {09702.p1|09703.p0} {09703.s1} -> {09703.p1|09704.p0} {09703.s2} 
+tr {09703.t2} {09703.s2} -> {09703.s1} 
+tr {09704.t1} {09703.p1|09704.p0} {09704.s1} -> {09704.p1|09705.p0} {09704.s2} 
+tr {09704.t2} {09704.s2} -> {09704.s1} 
+tr {09705.t1} {09704.p1|09705.p0} {09705.s1} -> {09705.p1|09706.p0} {09705.s2} 
+tr {09705.t2} {09705.s2} -> {09705.s1} 
+tr {09706.t1} {09705.p1|09706.p0} {09706.s1} -> {09706.p1|09707.p0} {09706.s2} 
+tr {09706.t2} {09706.s2} -> {09706.s1} 
+tr {09707.t1} {09706.p1|09707.p0} {09707.s1} -> {09707.p1|09708.p0} {09707.s2} 
+tr {09707.t2} {09707.s2} -> {09707.s1} 
+tr {09708.t1} {09707.p1|09708.p0} {09708.s1} -> {09708.p1|09709.p0} {09708.s2} 
+tr {09708.t2} {09708.s2} -> {09708.s1} 
+tr {09709.t1} {09708.p1|09709.p0} {09709.s1} -> {09709.p1|09710.p0} {09709.s2} 
+tr {09709.t2} {09709.s2} -> {09709.s1} 
+tr {09710.t1} {09709.p1|09710.p0} {09710.s1} -> {09710.p1|09711.p0} {09710.s2} 
+tr {09710.t2} {09710.s2} -> {09710.s1} 
+tr {09711.t1} {09710.p1|09711.p0} {09711.s1} -> {09711.p1|09712.p0} {09711.s2} 
+tr {09711.t2} {09711.s2} -> {09711.s1} 
+tr {09712.t1} {09711.p1|09712.p0} {09712.s1} -> {09712.p1|09713.p0} {09712.s2} 
+tr {09712.t2} {09712.s2} -> {09712.s1} 
+tr {09713.t1} {09712.p1|09713.p0} {09713.s1} -> {09713.p1|09714.p0} {09713.s2} 
+tr {09713.t2} {09713.s2} -> {09713.s1} 
+tr {09714.t1} {09713.p1|09714.p0} {09714.s1} -> {09714.p1|09715.p0} {09714.s2} 
+tr {09714.t2} {09714.s2} -> {09714.s1} 
+tr {09715.t1} {09714.p1|09715.p0} {09715.s1} -> {09715.p1|09716.p0} {09715.s2} 
+tr {09715.t2} {09715.s2} -> {09715.s1} 
+tr {09716.t1} {09715.p1|09716.p0} {09716.s1} -> {09716.p1|09717.p0} {09716.s2} 
+tr {09716.t2} {09716.s2} -> {09716.s1} 
+tr {09717.t1} {09716.p1|09717.p0} {09717.s1} -> {09717.p1|09718.p0} {09717.s2} 
+tr {09717.t2} {09717.s2} -> {09717.s1} 
+tr {09718.t1} {09717.p1|09718.p0} {09718.s1} -> {09718.p1|09719.p0} {09718.s2} 
+tr {09718.t2} {09718.s2} -> {09718.s1} 
+tr {09719.t1} {09718.p1|09719.p0} {09719.s1} -> {09719.p1|09720.p0} {09719.s2} 
+tr {09719.t2} {09719.s2} -> {09719.s1} 
+tr {09720.t1} {09719.p1|09720.p0} {09720.s1} -> {09720.p1|09721.p0} {09720.s2} 
+tr {09720.t2} {09720.s2} -> {09720.s1} 
+tr {09721.t1} {09720.p1|09721.p0} {09721.s1} -> {09721.p1|09722.p0} {09721.s2} 
+tr {09721.t2} {09721.s2} -> {09721.s1} 
+tr {09722.t1} {09721.p1|09722.p0} {09722.s1} -> {09722.p1|09723.p0} {09722.s2} 
+tr {09722.t2} {09722.s2} -> {09722.s1} 
+tr {09723.t1} {09722.p1|09723.p0} {09723.s1} -> {09723.p1|09724.p0} {09723.s2} 
+tr {09723.t2} {09723.s2} -> {09723.s1} 
+tr {09724.t1} {09723.p1|09724.p0} {09724.s1} -> {09724.p1|09725.p0} {09724.s2} 
+tr {09724.t2} {09724.s2} -> {09724.s1} 
+tr {09725.t1} {09724.p1|09725.p0} {09725.s1} -> {09725.p1|09726.p0} {09725.s2} 
+tr {09725.t2} {09725.s2} -> {09725.s1} 
+tr {09726.t1} {09725.p1|09726.p0} {09726.s1} -> {09726.p1|09727.p0} {09726.s2} 
+tr {09726.t2} {09726.s2} -> {09726.s1} 
+tr {09727.t1} {09726.p1|09727.p0} {09727.s1} -> {09727.p1|09728.p0} {09727.s2} 
+tr {09727.t2} {09727.s2} -> {09727.s1} 
+tr {09728.t1} {09727.p1|09728.p0} {09728.s1} -> {09728.p1|09729.p0} {09728.s2} 
+tr {09728.t2} {09728.s2} -> {09728.s1} 
+tr {09729.t1} {09728.p1|09729.p0} {09729.s1} -> {09729.p1|09730.p0} {09729.s2} 
+tr {09729.t2} {09729.s2} -> {09729.s1} 
+tr {09730.t1} {09729.p1|09730.p0} {09730.s1} -> {09730.p1|09731.p0} {09730.s2} 
+tr {09730.t2} {09730.s2} -> {09730.s1} 
+tr {09731.t1} {09730.p1|09731.p0} {09731.s1} -> {09731.p1|09732.p0} {09731.s2} 
+tr {09731.t2} {09731.s2} -> {09731.s1} 
+tr {09732.t1} {09731.p1|09732.p0} {09732.s1} -> {09732.p1|09733.p0} {09732.s2} 
+tr {09732.t2} {09732.s2} -> {09732.s1} 
+tr {09733.t1} {09732.p1|09733.p0} {09733.s1} -> {09733.p1|09734.p0} {09733.s2} 
+tr {09733.t2} {09733.s2} -> {09733.s1} 
+tr {09734.t1} {09733.p1|09734.p0} {09734.s1} -> {09734.p1|09735.p0} {09734.s2} 
+tr {09734.t2} {09734.s2} -> {09734.s1} 
+tr {09735.t1} {09734.p1|09735.p0} {09735.s1} -> {09735.p1|09736.p0} {09735.s2} 
+tr {09735.t2} {09735.s2} -> {09735.s1} 
+tr {09736.t1} {09735.p1|09736.p0} {09736.s1} -> {09736.p1|09737.p0} {09736.s2} 
+tr {09736.t2} {09736.s2} -> {09736.s1} 
+tr {09737.t1} {09736.p1|09737.p0} {09737.s1} -> {09737.p1|09738.p0} {09737.s2} 
+tr {09737.t2} {09737.s2} -> {09737.s1} 
+tr {09738.t1} {09737.p1|09738.p0} {09738.s1} -> {09738.p1|09739.p0} {09738.s2} 
+tr {09738.t2} {09738.s2} -> {09738.s1} 
+tr {09739.t1} {09738.p1|09739.p0} {09739.s1} -> {09739.p1|09740.p0} {09739.s2} 
+tr {09739.t2} {09739.s2} -> {09739.s1} 
+tr {09740.t1} {09739.p1|09740.p0} {09740.s1} -> {09740.p1|09741.p0} {09740.s2} 
+tr {09740.t2} {09740.s2} -> {09740.s1} 
+tr {09741.t1} {09740.p1|09741.p0} {09741.s1} -> {09741.p1|09742.p0} {09741.s2} 
+tr {09741.t2} {09741.s2} -> {09741.s1} 
+tr {09742.t1} {09741.p1|09742.p0} {09742.s1} -> {09742.p1|09743.p0} {09742.s2} 
+tr {09742.t2} {09742.s2} -> {09742.s1} 
+tr {09743.t1} {09742.p1|09743.p0} {09743.s1} -> {09743.p1|09744.p0} {09743.s2} 
+tr {09743.t2} {09743.s2} -> {09743.s1} 
+tr {09744.t1} {09743.p1|09744.p0} {09744.s1} -> {09744.p1|09745.p0} {09744.s2} 
+tr {09744.t2} {09744.s2} -> {09744.s1} 
+tr {09745.t1} {09744.p1|09745.p0} {09745.s1} -> {09745.p1|09746.p0} {09745.s2} 
+tr {09745.t2} {09745.s2} -> {09745.s1} 
+tr {09746.t1} {09745.p1|09746.p0} {09746.s1} -> {09746.p1|09747.p0} {09746.s2} 
+tr {09746.t2} {09746.s2} -> {09746.s1} 
+tr {09747.t1} {09746.p1|09747.p0} {09747.s1} -> {09747.p1|09748.p0} {09747.s2} 
+tr {09747.t2} {09747.s2} -> {09747.s1} 
+tr {09748.t1} {09747.p1|09748.p0} {09748.s1} -> {09748.p1|09749.p0} {09748.s2} 
+tr {09748.t2} {09748.s2} -> {09748.s1} 
+tr {09749.t1} {09748.p1|09749.p0} {09749.s1} -> {09749.p1|09750.p0} {09749.s2} 
+tr {09749.t2} {09749.s2} -> {09749.s1} 
+tr {09750.t1} {09749.p1|09750.p0} {09750.s1} -> {09750.p1|09751.p0} {09750.s2} 
+tr {09750.t2} {09750.s2} -> {09750.s1} 
+tr {09751.t1} {09750.p1|09751.p0} {09751.s1} -> {09751.p1|09752.p0} {09751.s2} 
+tr {09751.t2} {09751.s2} -> {09751.s1} 
+tr {09752.t1} {09751.p1|09752.p0} {09752.s1} -> {09752.p1|09753.p0} {09752.s2} 
+tr {09752.t2} {09752.s2} -> {09752.s1} 
+tr {09753.t1} {09752.p1|09753.p0} {09753.s1} -> {09753.p1|09754.p0} {09753.s2} 
+tr {09753.t2} {09753.s2} -> {09753.s1} 
+tr {09754.t1} {09753.p1|09754.p0} {09754.s1} -> {09754.p1|09755.p0} {09754.s2} 
+tr {09754.t2} {09754.s2} -> {09754.s1} 
+tr {09755.t1} {09754.p1|09755.p0} {09755.s1} -> {09755.p1|09756.p0} {09755.s2} 
+tr {09755.t2} {09755.s2} -> {09755.s1} 
+tr {09756.t1} {09755.p1|09756.p0} {09756.s1} -> {09756.p1|09757.p0} {09756.s2} 
+tr {09756.t2} {09756.s2} -> {09756.s1} 
+tr {09757.t1} {09756.p1|09757.p0} {09757.s1} -> {09757.p1|09758.p0} {09757.s2} 
+tr {09757.t2} {09757.s2} -> {09757.s1} 
+tr {09758.t1} {09757.p1|09758.p0} {09758.s1} -> {09758.p1|09759.p0} {09758.s2} 
+tr {09758.t2} {09758.s2} -> {09758.s1} 
+tr {09759.t1} {09758.p1|09759.p0} {09759.s1} -> {09759.p1|09760.p0} {09759.s2} 
+tr {09759.t2} {09759.s2} -> {09759.s1} 
+tr {09760.t1} {09759.p1|09760.p0} {09760.s1} -> {09760.p1|09761.p0} {09760.s2} 
+tr {09760.t2} {09760.s2} -> {09760.s1} 
+tr {09761.t1} {09760.p1|09761.p0} {09761.s1} -> {09761.p1|09762.p0} {09761.s2} 
+tr {09761.t2} {09761.s2} -> {09761.s1} 
+tr {09762.t1} {09761.p1|09762.p0} {09762.s1} -> {09762.p1|09763.p0} {09762.s2} 
+tr {09762.t2} {09762.s2} -> {09762.s1} 
+tr {09763.t1} {09762.p1|09763.p0} {09763.s1} -> {09763.p1|09764.p0} {09763.s2} 
+tr {09763.t2} {09763.s2} -> {09763.s1} 
+tr {09764.t1} {09763.p1|09764.p0} {09764.s1} -> {09764.p1|09765.p0} {09764.s2} 
+tr {09764.t2} {09764.s2} -> {09764.s1} 
+tr {09765.t1} {09764.p1|09765.p0} {09765.s1} -> {09765.p1|09766.p0} {09765.s2} 
+tr {09765.t2} {09765.s2} -> {09765.s1} 
+tr {09766.t1} {09765.p1|09766.p0} {09766.s1} -> {09766.p1|09767.p0} {09766.s2} 
+tr {09766.t2} {09766.s2} -> {09766.s1} 
+tr {09767.t1} {09766.p1|09767.p0} {09767.s1} -> {09767.p1|09768.p0} {09767.s2} 
+tr {09767.t2} {09767.s2} -> {09767.s1} 
+tr {09768.t1} {09767.p1|09768.p0} {09768.s1} -> {09768.p1|09769.p0} {09768.s2} 
+tr {09768.t2} {09768.s2} -> {09768.s1} 
+tr {09769.t1} {09768.p1|09769.p0} {09769.s1} -> {09769.p1|09770.p0} {09769.s2} 
+tr {09769.t2} {09769.s2} -> {09769.s1} 
+tr {09770.t1} {09769.p1|09770.p0} {09770.s1} -> {09770.p1|09771.p0} {09770.s2} 
+tr {09770.t2} {09770.s2} -> {09770.s1} 
+tr {09771.t1} {09770.p1|09771.p0} {09771.s1} -> {09771.p1|09772.p0} {09771.s2} 
+tr {09771.t2} {09771.s2} -> {09771.s1} 
+tr {09772.t1} {09771.p1|09772.p0} {09772.s1} -> {09772.p1|09773.p0} {09772.s2} 
+tr {09772.t2} {09772.s2} -> {09772.s1} 
+tr {09773.t1} {09772.p1|09773.p0} {09773.s1} -> {09773.p1|09774.p0} {09773.s2} 
+tr {09773.t2} {09773.s2} -> {09773.s1} 
+tr {09774.t1} {09773.p1|09774.p0} {09774.s1} -> {09774.p1|09775.p0} {09774.s2} 
+tr {09774.t2} {09774.s2} -> {09774.s1} 
+tr {09775.t1} {09774.p1|09775.p0} {09775.s1} -> {09775.p1|09776.p0} {09775.s2} 
+tr {09775.t2} {09775.s2} -> {09775.s1} 
+tr {09776.t1} {09775.p1|09776.p0} {09776.s1} -> {09776.p1|09777.p0} {09776.s2} 
+tr {09776.t2} {09776.s2} -> {09776.s1} 
+tr {09777.t1} {09776.p1|09777.p0} {09777.s1} -> {09777.p1|09778.p0} {09777.s2} 
+tr {09777.t2} {09777.s2} -> {09777.s1} 
+tr {09778.t1} {09777.p1|09778.p0} {09778.s1} -> {09778.p1|09779.p0} {09778.s2} 
+tr {09778.t2} {09778.s2} -> {09778.s1} 
+tr {09779.t1} {09778.p1|09779.p0} {09779.s1} -> {09779.p1|09780.p0} {09779.s2} 
+tr {09779.t2} {09779.s2} -> {09779.s1} 
+tr {09780.t1} {09779.p1|09780.p0} {09780.s1} -> {09780.p1|09781.p0} {09780.s2} 
+tr {09780.t2} {09780.s2} -> {09780.s1} 
+tr {09781.t1} {09780.p1|09781.p0} {09781.s1} -> {09781.p1|09782.p0} {09781.s2} 
+tr {09781.t2} {09781.s2} -> {09781.s1} 
+tr {09782.t1} {09781.p1|09782.p0} {09782.s1} -> {09782.p1|09783.p0} {09782.s2} 
+tr {09782.t2} {09782.s2} -> {09782.s1} 
+tr {09783.t1} {09782.p1|09783.p0} {09783.s1} -> {09783.p1|09784.p0} {09783.s2} 
+tr {09783.t2} {09783.s2} -> {09783.s1} 
+tr {09784.t1} {09783.p1|09784.p0} {09784.s1} -> {09784.p1|09785.p0} {09784.s2} 
+tr {09784.t2} {09784.s2} -> {09784.s1} 
+tr {09785.t1} {09784.p1|09785.p0} {09785.s1} -> {09785.p1|09786.p0} {09785.s2} 
+tr {09785.t2} {09785.s2} -> {09785.s1} 
+tr {09786.t1} {09785.p1|09786.p0} {09786.s1} -> {09786.p1|09787.p0} {09786.s2} 
+tr {09786.t2} {09786.s2} -> {09786.s1} 
+tr {09787.t1} {09786.p1|09787.p0} {09787.s1} -> {09787.p1|09788.p0} {09787.s2} 
+tr {09787.t2} {09787.s2} -> {09787.s1} 
+tr {09788.t1} {09787.p1|09788.p0} {09788.s1} -> {09788.p1|09789.p0} {09788.s2} 
+tr {09788.t2} {09788.s2} -> {09788.s1} 
+tr {09789.t1} {09788.p1|09789.p0} {09789.s1} -> {09789.p1|09790.p0} {09789.s2} 
+tr {09789.t2} {09789.s2} -> {09789.s1} 
+tr {09790.t1} {09789.p1|09790.p0} {09790.s1} -> {09790.p1|09791.p0} {09790.s2} 
+tr {09790.t2} {09790.s2} -> {09790.s1} 
+tr {09791.t1} {09790.p1|09791.p0} {09791.s1} -> {09791.p1|09792.p0} {09791.s2} 
+tr {09791.t2} {09791.s2} -> {09791.s1} 
+tr {09792.t1} {09791.p1|09792.p0} {09792.s1} -> {09792.p1|09793.p0} {09792.s2} 
+tr {09792.t2} {09792.s2} -> {09792.s1} 
+tr {09793.t1} {09792.p1|09793.p0} {09793.s1} -> {09793.p1|09794.p0} {09793.s2} 
+tr {09793.t2} {09793.s2} -> {09793.s1} 
+tr {09794.t1} {09793.p1|09794.p0} {09794.s1} -> {09794.p1|09795.p0} {09794.s2} 
+tr {09794.t2} {09794.s2} -> {09794.s1} 
+tr {09795.t1} {09794.p1|09795.p0} {09795.s1} -> {09795.p1|09796.p0} {09795.s2} 
+tr {09795.t2} {09795.s2} -> {09795.s1} 
+tr {09796.t1} {09795.p1|09796.p0} {09796.s1} -> {09796.p1|09797.p0} {09796.s2} 
+tr {09796.t2} {09796.s2} -> {09796.s1} 
+tr {09797.t1} {09796.p1|09797.p0} {09797.s1} -> {09797.p1|09798.p0} {09797.s2} 
+tr {09797.t2} {09797.s2} -> {09797.s1} 
+tr {09798.t1} {09797.p1|09798.p0} {09798.s1} -> {09798.p1|09799.p0} {09798.s2} 
+tr {09798.t2} {09798.s2} -> {09798.s1} 
+tr {09799.t1} {09798.p1|09799.p0} {09799.s1} -> {09799.p1|09800.p0} {09799.s2} 
+tr {09799.t2} {09799.s2} -> {09799.s1} 
+tr {09800.t1} {09799.p1|09800.p0} {09800.s1} -> {09800.p1|09801.p0} {09800.s2} 
+tr {09800.t2} {09800.s2} -> {09800.s1} 
+tr {09801.t1} {09800.p1|09801.p0} {09801.s1} -> {09801.p1|09802.p0} {09801.s2} 
+tr {09801.t2} {09801.s2} -> {09801.s1} 
+tr {09802.t1} {09801.p1|09802.p0} {09802.s1} -> {09802.p1|09803.p0} {09802.s2} 
+tr {09802.t2} {09802.s2} -> {09802.s1} 
+tr {09803.t1} {09802.p1|09803.p0} {09803.s1} -> {09803.p1|09804.p0} {09803.s2} 
+tr {09803.t2} {09803.s2} -> {09803.s1} 
+tr {09804.t1} {09803.p1|09804.p0} {09804.s1} -> {09804.p1|09805.p0} {09804.s2} 
+tr {09804.t2} {09804.s2} -> {09804.s1} 
+tr {09805.t1} {09804.p1|09805.p0} {09805.s1} -> {09805.p1|09806.p0} {09805.s2} 
+tr {09805.t2} {09805.s2} -> {09805.s1} 
+tr {09806.t1} {09805.p1|09806.p0} {09806.s1} -> {09806.p1|09807.p0} {09806.s2} 
+tr {09806.t2} {09806.s2} -> {09806.s1} 
+tr {09807.t1} {09806.p1|09807.p0} {09807.s1} -> {09807.p1|09808.p0} {09807.s2} 
+tr {09807.t2} {09807.s2} -> {09807.s1} 
+tr {09808.t1} {09807.p1|09808.p0} {09808.s1} -> {09808.p1|09809.p0} {09808.s2} 
+tr {09808.t2} {09808.s2} -> {09808.s1} 
+tr {09809.t1} {09808.p1|09809.p0} {09809.s1} -> {09809.p1|09810.p0} {09809.s2} 
+tr {09809.t2} {09809.s2} -> {09809.s1} 
+tr {09810.t1} {09809.p1|09810.p0} {09810.s1} -> {09810.p1|09811.p0} {09810.s2} 
+tr {09810.t2} {09810.s2} -> {09810.s1} 
+tr {09811.t1} {09810.p1|09811.p0} {09811.s1} -> {09811.p1|09812.p0} {09811.s2} 
+tr {09811.t2} {09811.s2} -> {09811.s1} 
+tr {09812.t1} {09811.p1|09812.p0} {09812.s1} -> {09812.p1|09813.p0} {09812.s2} 
+tr {09812.t2} {09812.s2} -> {09812.s1} 
+tr {09813.t1} {09812.p1|09813.p0} {09813.s1} -> {09813.p1|09814.p0} {09813.s2} 
+tr {09813.t2} {09813.s2} -> {09813.s1} 
+tr {09814.t1} {09813.p1|09814.p0} {09814.s1} -> {09814.p1|09815.p0} {09814.s2} 
+tr {09814.t2} {09814.s2} -> {09814.s1} 
+tr {09815.t1} {09814.p1|09815.p0} {09815.s1} -> {09815.p1|09816.p0} {09815.s2} 
+tr {09815.t2} {09815.s2} -> {09815.s1} 
+tr {09816.t1} {09815.p1|09816.p0} {09816.s1} -> {09816.p1|09817.p0} {09816.s2} 
+tr {09816.t2} {09816.s2} -> {09816.s1} 
+tr {09817.t1} {09816.p1|09817.p0} {09817.s1} -> {09817.p1|09818.p0} {09817.s2} 
+tr {09817.t2} {09817.s2} -> {09817.s1} 
+tr {09818.t1} {09817.p1|09818.p0} {09818.s1} -> {09818.p1|09819.p0} {09818.s2} 
+tr {09818.t2} {09818.s2} -> {09818.s1} 
+tr {09819.t1} {09818.p1|09819.p0} {09819.s1} -> {09819.p1|09820.p0} {09819.s2} 
+tr {09819.t2} {09819.s2} -> {09819.s1} 
+tr {09820.t1} {09819.p1|09820.p0} {09820.s1} -> {09820.p1|09821.p0} {09820.s2} 
+tr {09820.t2} {09820.s2} -> {09820.s1} 
+tr {09821.t1} {09820.p1|09821.p0} {09821.s1} -> {09821.p1|09822.p0} {09821.s2} 
+tr {09821.t2} {09821.s2} -> {09821.s1} 
+tr {09822.t1} {09821.p1|09822.p0} {09822.s1} -> {09822.p1|09823.p0} {09822.s2} 
+tr {09822.t2} {09822.s2} -> {09822.s1} 
+tr {09823.t1} {09822.p1|09823.p0} {09823.s1} -> {09823.p1|09824.p0} {09823.s2} 
+tr {09823.t2} {09823.s2} -> {09823.s1} 
+tr {09824.t1} {09823.p1|09824.p0} {09824.s1} -> {09824.p1|09825.p0} {09824.s2} 
+tr {09824.t2} {09824.s2} -> {09824.s1} 
+tr {09825.t1} {09824.p1|09825.p0} {09825.s1} -> {09825.p1|09826.p0} {09825.s2} 
+tr {09825.t2} {09825.s2} -> {09825.s1} 
+tr {09826.t1} {09825.p1|09826.p0} {09826.s1} -> {09826.p1|09827.p0} {09826.s2} 
+tr {09826.t2} {09826.s2} -> {09826.s1} 
+tr {09827.t1} {09826.p1|09827.p0} {09827.s1} -> {09827.p1|09828.p0} {09827.s2} 
+tr {09827.t2} {09827.s2} -> {09827.s1} 
+tr {09828.t1} {09827.p1|09828.p0} {09828.s1} -> {09828.p1|09829.p0} {09828.s2} 
+tr {09828.t2} {09828.s2} -> {09828.s1} 
+tr {09829.t1} {09828.p1|09829.p0} {09829.s1} -> {09829.p1|09830.p0} {09829.s2} 
+tr {09829.t2} {09829.s2} -> {09829.s1} 
+tr {09830.t1} {09829.p1|09830.p0} {09830.s1} -> {09830.p1|09831.p0} {09830.s2} 
+tr {09830.t2} {09830.s2} -> {09830.s1} 
+tr {09831.t1} {09830.p1|09831.p0} {09831.s1} -> {09831.p1|09832.p0} {09831.s2} 
+tr {09831.t2} {09831.s2} -> {09831.s1} 
+tr {09832.t1} {09831.p1|09832.p0} {09832.s1} -> {09832.p1|09833.p0} {09832.s2} 
+tr {09832.t2} {09832.s2} -> {09832.s1} 
+tr {09833.t1} {09832.p1|09833.p0} {09833.s1} -> {09833.p1|09834.p0} {09833.s2} 
+tr {09833.t2} {09833.s2} -> {09833.s1} 
+tr {09834.t1} {09833.p1|09834.p0} {09834.s1} -> {09834.p1|09835.p0} {09834.s2} 
+tr {09834.t2} {09834.s2} -> {09834.s1} 
+tr {09835.t1} {09834.p1|09835.p0} {09835.s1} -> {09835.p1|09836.p0} {09835.s2} 
+tr {09835.t2} {09835.s2} -> {09835.s1} 
+tr {09836.t1} {09835.p1|09836.p0} {09836.s1} -> {09836.p1|09837.p0} {09836.s2} 
+tr {09836.t2} {09836.s2} -> {09836.s1} 
+tr {09837.t1} {09836.p1|09837.p0} {09837.s1} -> {09837.p1|09838.p0} {09837.s2} 
+tr {09837.t2} {09837.s2} -> {09837.s1} 
+tr {09838.t1} {09837.p1|09838.p0} {09838.s1} -> {09838.p1|09839.p0} {09838.s2} 
+tr {09838.t2} {09838.s2} -> {09838.s1} 
+tr {09839.t1} {09838.p1|09839.p0} {09839.s1} -> {09839.p1|09840.p0} {09839.s2} 
+tr {09839.t2} {09839.s2} -> {09839.s1} 
+tr {09840.t1} {09839.p1|09840.p0} {09840.s1} -> {09840.p1|09841.p0} {09840.s2} 
+tr {09840.t2} {09840.s2} -> {09840.s1} 
+tr {09841.t1} {09840.p1|09841.p0} {09841.s1} -> {09841.p1|09842.p0} {09841.s2} 
+tr {09841.t2} {09841.s2} -> {09841.s1} 
+tr {09842.t1} {09841.p1|09842.p0} {09842.s1} -> {09842.p1|09843.p0} {09842.s2} 
+tr {09842.t2} {09842.s2} -> {09842.s1} 
+tr {09843.t1} {09842.p1|09843.p0} {09843.s1} -> {09843.p1|09844.p0} {09843.s2} 
+tr {09843.t2} {09843.s2} -> {09843.s1} 
+tr {09844.t1} {09843.p1|09844.p0} {09844.s1} -> {09844.p1|09845.p0} {09844.s2} 
+tr {09844.t2} {09844.s2} -> {09844.s1} 
+tr {09845.t1} {09844.p1|09845.p0} {09845.s1} -> {09845.p1|09846.p0} {09845.s2} 
+tr {09845.t2} {09845.s2} -> {09845.s1} 
+tr {09846.t1} {09845.p1|09846.p0} {09846.s1} -> {09846.p1|09847.p0} {09846.s2} 
+tr {09846.t2} {09846.s2} -> {09846.s1} 
+tr {09847.t1} {09846.p1|09847.p0} {09847.s1} -> {09847.p1|09848.p0} {09847.s2} 
+tr {09847.t2} {09847.s2} -> {09847.s1} 
+tr {09848.t1} {09847.p1|09848.p0} {09848.s1} -> {09848.p1|09849.p0} {09848.s2} 
+tr {09848.t2} {09848.s2} -> {09848.s1} 
+tr {09849.t1} {09848.p1|09849.p0} {09849.s1} -> {09849.p1|09850.p0} {09849.s2} 
+tr {09849.t2} {09849.s2} -> {09849.s1} 
+tr {09850.t1} {09849.p1|09850.p0} {09850.s1} -> {09850.p1|09851.p0} {09850.s2} 
+tr {09850.t2} {09850.s2} -> {09850.s1} 
+tr {09851.t1} {09850.p1|09851.p0} {09851.s1} -> {09851.p1|09852.p0} {09851.s2} 
+tr {09851.t2} {09851.s2} -> {09851.s1} 
+tr {09852.t1} {09851.p1|09852.p0} {09852.s1} -> {09852.p1|09853.p0} {09852.s2} 
+tr {09852.t2} {09852.s2} -> {09852.s1} 
+tr {09853.t1} {09852.p1|09853.p0} {09853.s1} -> {09853.p1|09854.p0} {09853.s2} 
+tr {09853.t2} {09853.s2} -> {09853.s1} 
+tr {09854.t1} {09853.p1|09854.p0} {09854.s1} -> {09854.p1|09855.p0} {09854.s2} 
+tr {09854.t2} {09854.s2} -> {09854.s1} 
+tr {09855.t1} {09854.p1|09855.p0} {09855.s1} -> {09855.p1|09856.p0} {09855.s2} 
+tr {09855.t2} {09855.s2} -> {09855.s1} 
+tr {09856.t1} {09855.p1|09856.p0} {09856.s1} -> {09856.p1|09857.p0} {09856.s2} 
+tr {09856.t2} {09856.s2} -> {09856.s1} 
+tr {09857.t1} {09856.p1|09857.p0} {09857.s1} -> {09857.p1|09858.p0} {09857.s2} 
+tr {09857.t2} {09857.s2} -> {09857.s1} 
+tr {09858.t1} {09857.p1|09858.p0} {09858.s1} -> {09858.p1|09859.p0} {09858.s2} 
+tr {09858.t2} {09858.s2} -> {09858.s1} 
+tr {09859.t1} {09858.p1|09859.p0} {09859.s1} -> {09859.p1|09860.p0} {09859.s2} 
+tr {09859.t2} {09859.s2} -> {09859.s1} 
+tr {09860.t1} {09859.p1|09860.p0} {09860.s1} -> {09860.p1|09861.p0} {09860.s2} 
+tr {09860.t2} {09860.s2} -> {09860.s1} 
+tr {09861.t1} {09860.p1|09861.p0} {09861.s1} -> {09861.p1|09862.p0} {09861.s2} 
+tr {09861.t2} {09861.s2} -> {09861.s1} 
+tr {09862.t1} {09861.p1|09862.p0} {09862.s1} -> {09862.p1|09863.p0} {09862.s2} 
+tr {09862.t2} {09862.s2} -> {09862.s1} 
+tr {09863.t1} {09862.p1|09863.p0} {09863.s1} -> {09863.p1|09864.p0} {09863.s2} 
+tr {09863.t2} {09863.s2} -> {09863.s1} 
+tr {09864.t1} {09863.p1|09864.p0} {09864.s1} -> {09864.p1|09865.p0} {09864.s2} 
+tr {09864.t2} {09864.s2} -> {09864.s1} 
+tr {09865.t1} {09864.p1|09865.p0} {09865.s1} -> {09865.p1|09866.p0} {09865.s2} 
+tr {09865.t2} {09865.s2} -> {09865.s1} 
+tr {09866.t1} {09865.p1|09866.p0} {09866.s1} -> {09866.p1|09867.p0} {09866.s2} 
+tr {09866.t2} {09866.s2} -> {09866.s1} 
+tr {09867.t1} {09866.p1|09867.p0} {09867.s1} -> {09867.p1|09868.p0} {09867.s2} 
+tr {09867.t2} {09867.s2} -> {09867.s1} 
+tr {09868.t1} {09867.p1|09868.p0} {09868.s1} -> {09868.p1|09869.p0} {09868.s2} 
+tr {09868.t2} {09868.s2} -> {09868.s1} 
+tr {09869.t1} {09868.p1|09869.p0} {09869.s1} -> {09869.p1|09870.p0} {09869.s2} 
+tr {09869.t2} {09869.s2} -> {09869.s1} 
+tr {09870.t1} {09869.p1|09870.p0} {09870.s1} -> {09870.p1|09871.p0} {09870.s2} 
+tr {09870.t2} {09870.s2} -> {09870.s1} 
+tr {09871.t1} {09870.p1|09871.p0} {09871.s1} -> {09871.p1|09872.p0} {09871.s2} 
+tr {09871.t2} {09871.s2} -> {09871.s1} 
+tr {09872.t1} {09871.p1|09872.p0} {09872.s1} -> {09872.p1|09873.p0} {09872.s2} 
+tr {09872.t2} {09872.s2} -> {09872.s1} 
+tr {09873.t1} {09872.p1|09873.p0} {09873.s1} -> {09873.p1|09874.p0} {09873.s2} 
+tr {09873.t2} {09873.s2} -> {09873.s1} 
+tr {09874.t1} {09873.p1|09874.p0} {09874.s1} -> {09874.p1|09875.p0} {09874.s2} 
+tr {09874.t2} {09874.s2} -> {09874.s1} 
+tr {09875.t1} {09874.p1|09875.p0} {09875.s1} -> {09875.p1|09876.p0} {09875.s2} 
+tr {09875.t2} {09875.s2} -> {09875.s1} 
+tr {09876.t1} {09875.p1|09876.p0} {09876.s1} -> {09876.p1|09877.p0} {09876.s2} 
+tr {09876.t2} {09876.s2} -> {09876.s1} 
+tr {09877.t1} {09876.p1|09877.p0} {09877.s1} -> {09877.p1|09878.p0} {09877.s2} 
+tr {09877.t2} {09877.s2} -> {09877.s1} 
+tr {09878.t1} {09877.p1|09878.p0} {09878.s1} -> {09878.p1|09879.p0} {09878.s2} 
+tr {09878.t2} {09878.s2} -> {09878.s1} 
+tr {09879.t1} {09878.p1|09879.p0} {09879.s1} -> {09879.p1|09880.p0} {09879.s2} 
+tr {09879.t2} {09879.s2} -> {09879.s1} 
+tr {09880.t1} {09879.p1|09880.p0} {09880.s1} -> {09880.p1|09881.p0} {09880.s2} 
+tr {09880.t2} {09880.s2} -> {09880.s1} 
+tr {09881.t1} {09880.p1|09881.p0} {09881.s1} -> {09881.p1|09882.p0} {09881.s2} 
+tr {09881.t2} {09881.s2} -> {09881.s1} 
+tr {09882.t1} {09881.p1|09882.p0} {09882.s1} -> {09882.p1|09883.p0} {09882.s2} 
+tr {09882.t2} {09882.s2} -> {09882.s1} 
+tr {09883.t1} {09882.p1|09883.p0} {09883.s1} -> {09883.p1|09884.p0} {09883.s2} 
+tr {09883.t2} {09883.s2} -> {09883.s1} 
+tr {09884.t1} {09883.p1|09884.p0} {09884.s1} -> {09884.p1|09885.p0} {09884.s2} 
+tr {09884.t2} {09884.s2} -> {09884.s1} 
+tr {09885.t1} {09884.p1|09885.p0} {09885.s1} -> {09885.p1|09886.p0} {09885.s2} 
+tr {09885.t2} {09885.s2} -> {09885.s1} 
+tr {09886.t1} {09885.p1|09886.p0} {09886.s1} -> {09886.p1|09887.p0} {09886.s2} 
+tr {09886.t2} {09886.s2} -> {09886.s1} 
+tr {09887.t1} {09886.p1|09887.p0} {09887.s1} -> {09887.p1|09888.p0} {09887.s2} 
+tr {09887.t2} {09887.s2} -> {09887.s1} 
+tr {09888.t1} {09887.p1|09888.p0} {09888.s1} -> {09888.p1|09889.p0} {09888.s2} 
+tr {09888.t2} {09888.s2} -> {09888.s1} 
+tr {09889.t1} {09888.p1|09889.p0} {09889.s1} -> {09889.p1|09890.p0} {09889.s2} 
+tr {09889.t2} {09889.s2} -> {09889.s1} 
+tr {09890.t1} {09889.p1|09890.p0} {09890.s1} -> {09890.p1|09891.p0} {09890.s2} 
+tr {09890.t2} {09890.s2} -> {09890.s1} 
+tr {09891.t1} {09890.p1|09891.p0} {09891.s1} -> {09891.p1|09892.p0} {09891.s2} 
+tr {09891.t2} {09891.s2} -> {09891.s1} 
+tr {09892.t1} {09891.p1|09892.p0} {09892.s1} -> {09892.p1|09893.p0} {09892.s2} 
+tr {09892.t2} {09892.s2} -> {09892.s1} 
+tr {09893.t1} {09892.p1|09893.p0} {09893.s1} -> {09893.p1|09894.p0} {09893.s2} 
+tr {09893.t2} {09893.s2} -> {09893.s1} 
+tr {09894.t1} {09893.p1|09894.p0} {09894.s1} -> {09894.p1|09895.p0} {09894.s2} 
+tr {09894.t2} {09894.s2} -> {09894.s1} 
+tr {09895.t1} {09894.p1|09895.p0} {09895.s1} -> {09895.p1|09896.p0} {09895.s2} 
+tr {09895.t2} {09895.s2} -> {09895.s1} 
+tr {09896.t1} {09895.p1|09896.p0} {09896.s1} -> {09896.p1|09897.p0} {09896.s2} 
+tr {09896.t2} {09896.s2} -> {09896.s1} 
+tr {09897.t1} {09896.p1|09897.p0} {09897.s1} -> {09897.p1|09898.p0} {09897.s2} 
+tr {09897.t2} {09897.s2} -> {09897.s1} 
+tr {09898.t1} {09897.p1|09898.p0} {09898.s1} -> {09898.p1|09899.p0} {09898.s2} 
+tr {09898.t2} {09898.s2} -> {09898.s1} 
+tr {09899.t1} {09898.p1|09899.p0} {09899.s1} -> {09899.p1|09900.p0} {09899.s2} 
+tr {09899.t2} {09899.s2} -> {09899.s1} 
+tr {09900.t1} {09899.p1|09900.p0} {09900.s1} -> {09900.p1|09901.p0} {09900.s2} 
+tr {09900.t2} {09900.s2} -> {09900.s1} 
+tr {09901.t1} {09900.p1|09901.p0} {09901.s1} -> {09901.p1|09902.p0} {09901.s2} 
+tr {09901.t2} {09901.s2} -> {09901.s1} 
+tr {09902.t1} {09901.p1|09902.p0} {09902.s1} -> {09902.p1|09903.p0} {09902.s2} 
+tr {09902.t2} {09902.s2} -> {09902.s1} 
+tr {09903.t1} {09902.p1|09903.p0} {09903.s1} -> {09903.p1|09904.p0} {09903.s2} 
+tr {09903.t2} {09903.s2} -> {09903.s1} 
+tr {09904.t1} {09903.p1|09904.p0} {09904.s1} -> {09904.p1|09905.p0} {09904.s2} 
+tr {09904.t2} {09904.s2} -> {09904.s1} 
+tr {09905.t1} {09904.p1|09905.p0} {09905.s1} -> {09905.p1|09906.p0} {09905.s2} 
+tr {09905.t2} {09905.s2} -> {09905.s1} 
+tr {09906.t1} {09905.p1|09906.p0} {09906.s1} -> {09906.p1|09907.p0} {09906.s2} 
+tr {09906.t2} {09906.s2} -> {09906.s1} 
+tr {09907.t1} {09906.p1|09907.p0} {09907.s1} -> {09907.p1|09908.p0} {09907.s2} 
+tr {09907.t2} {09907.s2} -> {09907.s1} 
+tr {09908.t1} {09907.p1|09908.p0} {09908.s1} -> {09908.p1|09909.p0} {09908.s2} 
+tr {09908.t2} {09908.s2} -> {09908.s1} 
+tr {09909.t1} {09908.p1|09909.p0} {09909.s1} -> {09909.p1|09910.p0} {09909.s2} 
+tr {09909.t2} {09909.s2} -> {09909.s1} 
+tr {09910.t1} {09909.p1|09910.p0} {09910.s1} -> {09910.p1|09911.p0} {09910.s2} 
+tr {09910.t2} {09910.s2} -> {09910.s1} 
+tr {09911.t1} {09910.p1|09911.p0} {09911.s1} -> {09911.p1|09912.p0} {09911.s2} 
+tr {09911.t2} {09911.s2} -> {09911.s1} 
+tr {09912.t1} {09911.p1|09912.p0} {09912.s1} -> {09912.p1|09913.p0} {09912.s2} 
+tr {09912.t2} {09912.s2} -> {09912.s1} 
+tr {09913.t1} {09912.p1|09913.p0} {09913.s1} -> {09913.p1|09914.p0} {09913.s2} 
+tr {09913.t2} {09913.s2} -> {09913.s1} 
+tr {09914.t1} {09913.p1|09914.p0} {09914.s1} -> {09914.p1|09915.p0} {09914.s2} 
+tr {09914.t2} {09914.s2} -> {09914.s1} 
+tr {09915.t1} {09914.p1|09915.p0} {09915.s1} -> {09915.p1|09916.p0} {09915.s2} 
+tr {09915.t2} {09915.s2} -> {09915.s1} 
+tr {09916.t1} {09915.p1|09916.p0} {09916.s1} -> {09916.p1|09917.p0} {09916.s2} 
+tr {09916.t2} {09916.s2} -> {09916.s1} 
+tr {09917.t1} {09916.p1|09917.p0} {09917.s1} -> {09917.p1|09918.p0} {09917.s2} 
+tr {09917.t2} {09917.s2} -> {09917.s1} 
+tr {09918.t1} {09917.p1|09918.p0} {09918.s1} -> {09918.p1|09919.p0} {09918.s2} 
+tr {09918.t2} {09918.s2} -> {09918.s1} 
+tr {09919.t1} {09918.p1|09919.p0} {09919.s1} -> {09919.p1|09920.p0} {09919.s2} 
+tr {09919.t2} {09919.s2} -> {09919.s1} 
+tr {09920.t1} {09919.p1|09920.p0} {09920.s1} -> {09920.p1|09921.p0} {09920.s2} 
+tr {09920.t2} {09920.s2} -> {09920.s1} 
+tr {09921.t1} {09920.p1|09921.p0} {09921.s1} -> {09921.p1|09922.p0} {09921.s2} 
+tr {09921.t2} {09921.s2} -> {09921.s1} 
+tr {09922.t1} {09921.p1|09922.p0} {09922.s1} -> {09922.p1|09923.p0} {09922.s2} 
+tr {09922.t2} {09922.s2} -> {09922.s1} 
+tr {09923.t1} {09922.p1|09923.p0} {09923.s1} -> {09923.p1|09924.p0} {09923.s2} 
+tr {09923.t2} {09923.s2} -> {09923.s1} 
+tr {09924.t1} {09923.p1|09924.p0} {09924.s1} -> {09924.p1|09925.p0} {09924.s2} 
+tr {09924.t2} {09924.s2} -> {09924.s1} 
+tr {09925.t1} {09924.p1|09925.p0} {09925.s1} -> {09925.p1|09926.p0} {09925.s2} 
+tr {09925.t2} {09925.s2} -> {09925.s1} 
+tr {09926.t1} {09925.p1|09926.p0} {09926.s1} -> {09926.p1|09927.p0} {09926.s2} 
+tr {09926.t2} {09926.s2} -> {09926.s1} 
+tr {09927.t1} {09926.p1|09927.p0} {09927.s1} -> {09927.p1|09928.p0} {09927.s2} 
+tr {09927.t2} {09927.s2} -> {09927.s1} 
+tr {09928.t1} {09927.p1|09928.p0} {09928.s1} -> {09928.p1|09929.p0} {09928.s2} 
+tr {09928.t2} {09928.s2} -> {09928.s1} 
+tr {09929.t1} {09928.p1|09929.p0} {09929.s1} -> {09929.p1|09930.p0} {09929.s2} 
+tr {09929.t2} {09929.s2} -> {09929.s1} 
+tr {09930.t1} {09929.p1|09930.p0} {09930.s1} -> {09930.p1|09931.p0} {09930.s2} 
+tr {09930.t2} {09930.s2} -> {09930.s1} 
+tr {09931.t1} {09930.p1|09931.p0} {09931.s1} -> {09931.p1|09932.p0} {09931.s2} 
+tr {09931.t2} {09931.s2} -> {09931.s1} 
+tr {09932.t1} {09931.p1|09932.p0} {09932.s1} -> {09932.p1|09933.p0} {09932.s2} 
+tr {09932.t2} {09932.s2} -> {09932.s1} 
+tr {09933.t1} {09932.p1|09933.p0} {09933.s1} -> {09933.p1|09934.p0} {09933.s2} 
+tr {09933.t2} {09933.s2} -> {09933.s1} 
+tr {09934.t1} {09933.p1|09934.p0} {09934.s1} -> {09934.p1|09935.p0} {09934.s2} 
+tr {09934.t2} {09934.s2} -> {09934.s1} 
+tr {09935.t1} {09934.p1|09935.p0} {09935.s1} -> {09935.p1|09936.p0} {09935.s2} 
+tr {09935.t2} {09935.s2} -> {09935.s1} 
+tr {09936.t1} {09935.p1|09936.p0} {09936.s1} -> {09936.p1|09937.p0} {09936.s2} 
+tr {09936.t2} {09936.s2} -> {09936.s1} 
+tr {09937.t1} {09936.p1|09937.p0} {09937.s1} -> {09937.p1|09938.p0} {09937.s2} 
+tr {09937.t2} {09937.s2} -> {09937.s1} 
+tr {09938.t1} {09937.p1|09938.p0} {09938.s1} -> {09938.p1|09939.p0} {09938.s2} 
+tr {09938.t2} {09938.s2} -> {09938.s1} 
+tr {09939.t1} {09938.p1|09939.p0} {09939.s1} -> {09939.p1|09940.p0} {09939.s2} 
+tr {09939.t2} {09939.s2} -> {09939.s1} 
+tr {09940.t1} {09939.p1|09940.p0} {09940.s1} -> {09940.p1|09941.p0} {09940.s2} 
+tr {09940.t2} {09940.s2} -> {09940.s1} 
+tr {09941.t1} {09940.p1|09941.p0} {09941.s1} -> {09941.p1|09942.p0} {09941.s2} 
+tr {09941.t2} {09941.s2} -> {09941.s1} 
+tr {09942.t1} {09941.p1|09942.p0} {09942.s1} -> {09942.p1|09943.p0} {09942.s2} 
+tr {09942.t2} {09942.s2} -> {09942.s1} 
+tr {09943.t1} {09942.p1|09943.p0} {09943.s1} -> {09943.p1|09944.p0} {09943.s2} 
+tr {09943.t2} {09943.s2} -> {09943.s1} 
+tr {09944.t1} {09943.p1|09944.p0} {09944.s1} -> {09944.p1|09945.p0} {09944.s2} 
+tr {09944.t2} {09944.s2} -> {09944.s1} 
+tr {09945.t1} {09944.p1|09945.p0} {09945.s1} -> {09945.p1|09946.p0} {09945.s2} 
+tr {09945.t2} {09945.s2} -> {09945.s1} 
+tr {09946.t1} {09945.p1|09946.p0} {09946.s1} -> {09946.p1|09947.p0} {09946.s2} 
+tr {09946.t2} {09946.s2} -> {09946.s1} 
+tr {09947.t1} {09946.p1|09947.p0} {09947.s1} -> {09947.p1|09948.p0} {09947.s2} 
+tr {09947.t2} {09947.s2} -> {09947.s1} 
+tr {09948.t1} {09947.p1|09948.p0} {09948.s1} -> {09948.p1|09949.p0} {09948.s2} 
+tr {09948.t2} {09948.s2} -> {09948.s1} 
+tr {09949.t1} {09948.p1|09949.p0} {09949.s1} -> {09949.p1|09950.p0} {09949.s2} 
+tr {09949.t2} {09949.s2} -> {09949.s1} 
+tr {09950.t1} {09949.p1|09950.p0} {09950.s1} -> {09950.p1|09951.p0} {09950.s2} 
+tr {09950.t2} {09950.s2} -> {09950.s1} 
+tr {09951.t1} {09950.p1|09951.p0} {09951.s1} -> {09951.p1|09952.p0} {09951.s2} 
+tr {09951.t2} {09951.s2} -> {09951.s1} 
+tr {09952.t1} {09951.p1|09952.p0} {09952.s1} -> {09952.p1|09953.p0} {09952.s2} 
+tr {09952.t2} {09952.s2} -> {09952.s1} 
+tr {09953.t1} {09952.p1|09953.p0} {09953.s1} -> {09953.p1|09954.p0} {09953.s2} 
+tr {09953.t2} {09953.s2} -> {09953.s1} 
+tr {09954.t1} {09953.p1|09954.p0} {09954.s1} -> {09954.p1|09955.p0} {09954.s2} 
+tr {09954.t2} {09954.s2} -> {09954.s1} 
+tr {09955.t1} {09954.p1|09955.p0} {09955.s1} -> {09955.p1|09956.p0} {09955.s2} 
+tr {09955.t2} {09955.s2} -> {09955.s1} 
+tr {09956.t1} {09955.p1|09956.p0} {09956.s1} -> {09956.p1|09957.p0} {09956.s2} 
+tr {09956.t2} {09956.s2} -> {09956.s1} 
+tr {09957.t1} {09956.p1|09957.p0} {09957.s1} -> {09957.p1|09958.p0} {09957.s2} 
+tr {09957.t2} {09957.s2} -> {09957.s1} 
+tr {09958.t1} {09957.p1|09958.p0} {09958.s1} -> {09958.p1|09959.p0} {09958.s2} 
+tr {09958.t2} {09958.s2} -> {09958.s1} 
+tr {09959.t1} {09958.p1|09959.p0} {09959.s1} -> {09959.p1|09960.p0} {09959.s2} 
+tr {09959.t2} {09959.s2} -> {09959.s1} 
+tr {09960.t1} {09959.p1|09960.p0} {09960.s1} -> {09960.p1|09961.p0} {09960.s2} 
+tr {09960.t2} {09960.s2} -> {09960.s1} 
+tr {09961.t1} {09960.p1|09961.p0} {09961.s1} -> {09961.p1|09962.p0} {09961.s2} 
+tr {09961.t2} {09961.s2} -> {09961.s1} 
+tr {09962.t1} {09961.p1|09962.p0} {09962.s1} -> {09962.p1|09963.p0} {09962.s2} 
+tr {09962.t2} {09962.s2} -> {09962.s1} 
+tr {09963.t1} {09962.p1|09963.p0} {09963.s1} -> {09963.p1|09964.p0} {09963.s2} 
+tr {09963.t2} {09963.s2} -> {09963.s1} 
+tr {09964.t1} {09963.p1|09964.p0} {09964.s1} -> {09964.p1|09965.p0} {09964.s2} 
+tr {09964.t2} {09964.s2} -> {09964.s1} 
+tr {09965.t1} {09964.p1|09965.p0} {09965.s1} -> {09965.p1|09966.p0} {09965.s2} 
+tr {09965.t2} {09965.s2} -> {09965.s1} 
+tr {09966.t1} {09965.p1|09966.p0} {09966.s1} -> {09966.p1|09967.p0} {09966.s2} 
+tr {09966.t2} {09966.s2} -> {09966.s1} 
+tr {09967.t1} {09966.p1|09967.p0} {09967.s1} -> {09967.p1|09968.p0} {09967.s2} 
+tr {09967.t2} {09967.s2} -> {09967.s1} 
+tr {09968.t1} {09967.p1|09968.p0} {09968.s1} -> {09968.p1|09969.p0} {09968.s2} 
+tr {09968.t2} {09968.s2} -> {09968.s1} 
+tr {09969.t1} {09968.p1|09969.p0} {09969.s1} -> {09969.p1|09970.p0} {09969.s2} 
+tr {09969.t2} {09969.s2} -> {09969.s1} 
+tr {09970.t1} {09969.p1|09970.p0} {09970.s1} -> {09970.p1|09971.p0} {09970.s2} 
+tr {09970.t2} {09970.s2} -> {09970.s1} 
+tr {09971.t1} {09970.p1|09971.p0} {09971.s1} -> {09971.p1|09972.p0} {09971.s2} 
+tr {09971.t2} {09971.s2} -> {09971.s1} 
+tr {09972.t1} {09971.p1|09972.p0} {09972.s1} -> {09972.p1|09973.p0} {09972.s2} 
+tr {09972.t2} {09972.s2} -> {09972.s1} 
+tr {09973.t1} {09972.p1|09973.p0} {09973.s1} -> {09973.p1|09974.p0} {09973.s2} 
+tr {09973.t2} {09973.s2} -> {09973.s1} 
+tr {09974.t1} {09973.p1|09974.p0} {09974.s1} -> {09974.p1|09975.p0} {09974.s2} 
+tr {09974.t2} {09974.s2} -> {09974.s1} 
+tr {09975.t1} {09974.p1|09975.p0} {09975.s1} -> {09975.p1|09976.p0} {09975.s2} 
+tr {09975.t2} {09975.s2} -> {09975.s1} 
+tr {09976.t1} {09975.p1|09976.p0} {09976.s1} -> {09976.p1|09977.p0} {09976.s2} 
+tr {09976.t2} {09976.s2} -> {09976.s1} 
+tr {09977.t1} {09976.p1|09977.p0} {09977.s1} -> {09977.p1|09978.p0} {09977.s2} 
+tr {09977.t2} {09977.s2} -> {09977.s1} 
+tr {09978.t1} {09977.p1|09978.p0} {09978.s1} -> {09978.p1|09979.p0} {09978.s2} 
+tr {09978.t2} {09978.s2} -> {09978.s1} 
+tr {09979.t1} {09978.p1|09979.p0} {09979.s1} -> {09979.p1|09980.p0} {09979.s2} 
+tr {09979.t2} {09979.s2} -> {09979.s1} 
+tr {09980.t1} {09979.p1|09980.p0} {09980.s1} -> {09980.p1|09981.p0} {09980.s2} 
+tr {09980.t2} {09980.s2} -> {09980.s1} 
+tr {09981.t1} {09980.p1|09981.p0} {09981.s1} -> {09981.p1|09982.p0} {09981.s2} 
+tr {09981.t2} {09981.s2} -> {09981.s1} 
+tr {09982.t1} {09981.p1|09982.p0} {09982.s1} -> {09982.p1|09983.p0} {09982.s2} 
+tr {09982.t2} {09982.s2} -> {09982.s1} 
+tr {09983.t1} {09982.p1|09983.p0} {09983.s1} -> {09983.p1|09984.p0} {09983.s2} 
+tr {09983.t2} {09983.s2} -> {09983.s1} 
+tr {09984.t1} {09983.p1|09984.p0} {09984.s1} -> {09984.p1|09985.p0} {09984.s2} 
+tr {09984.t2} {09984.s2} -> {09984.s1} 
+tr {09985.t1} {09984.p1|09985.p0} {09985.s1} -> {09985.p1|09986.p0} {09985.s2} 
+tr {09985.t2} {09985.s2} -> {09985.s1} 
+tr {09986.t1} {09985.p1|09986.p0} {09986.s1} -> {09986.p1|09987.p0} {09986.s2} 
+tr {09986.t2} {09986.s2} -> {09986.s1} 
+tr {09987.t1} {09986.p1|09987.p0} {09987.s1} -> {09987.p1|09988.p0} {09987.s2} 
+tr {09987.t2} {09987.s2} -> {09987.s1} 
+tr {09988.t1} {09987.p1|09988.p0} {09988.s1} -> {09988.p1|09989.p0} {09988.s2} 
+tr {09988.t2} {09988.s2} -> {09988.s1} 
+tr {09989.t1} {09988.p1|09989.p0} {09989.s1} -> {09989.p1|09990.p0} {09989.s2} 
+tr {09989.t2} {09989.s2} -> {09989.s1} 
+tr {09990.t1} {09989.p1|09990.p0} {09990.s1} -> {09990.p1|09991.p0} {09990.s2} 
+tr {09990.t2} {09990.s2} -> {09990.s1} 
+tr {09991.t1} {09990.p1|09991.p0} {09991.s1} -> {09991.p1|09992.p0} {09991.s2} 
+tr {09991.t2} {09991.s2} -> {09991.s1} 
+tr {09992.t1} {09991.p1|09992.p0} {09992.s1} -> {09992.p1|09993.p0} {09992.s2} 
+tr {09992.t2} {09992.s2} -> {09992.s1} 
+tr {09993.t1} {09992.p1|09993.p0} {09993.s1} -> {09993.p1|09994.p0} {09993.s2} 
+tr {09993.t2} {09993.s2} -> {09993.s1} 
+tr {09994.t1} {09993.p1|09994.p0} {09994.s1} -> {09994.p1|09995.p0} {09994.s2} 
+tr {09994.t2} {09994.s2} -> {09994.s1} 
+tr {09995.t1} {09994.p1|09995.p0} {09995.s1} -> {09995.p1|09996.p0} {09995.s2} 
+tr {09995.t2} {09995.s2} -> {09995.s1} 
+tr {09996.t1} {09995.p1|09996.p0} {09996.s1} -> {09996.p1|09997.p0} {09996.s2} 
+tr {09996.t2} {09996.s2} -> {09996.s1} 
+tr {09997.t1} {09996.p1|09997.p0} {09997.s1} -> {09997.p1|09998.p0} {09997.s2} 
+tr {09997.t2} {09997.s2} -> {09997.s1} 
+tr {09998.t1} {09997.p1|09998.p0} {09998.s1} -> {09998.p1|09999.p0} {09998.s2} 
+tr {09998.t2} {09998.s2} -> {09998.s1} 
+tr {09999.t1} {09998.p1|09999.p0} {09999.s1} -> {09999.p1|10000.p0} {09999.s2} 
+tr {09999.t2} {09999.s2} -> {09999.s1} 
+tr {10000.t1} {09999.p1|10000.p0} {10000.s1} -> {10000.p1|00001.p0} {10000.s2} 
+tr {10000.t2} {10000.s2} -> {10000.s1} 
+pl {00001.p1|00002.p0} : 1 
+pl {00001.s2} (1)
+pl {00002.p1|00003.p0} : 2 
+pl {00002.s2} (1)
+pl {00003.p1|00004.p0} : 3 
+pl {00003.s2} (1)
+pl {00004.p1|00005.p0} : 4 
+pl {00004.s2} (1)
+pl {00005.p1|00006.p0} : 5 
+pl {00005.s2} (1)
+pl {00006.p1|00007.p0} : 6 
+pl {00006.s2} (1)
+pl {00007.p1|00008.p0} : 7 
+pl {00007.s2} (1)
+pl {00008.p1|00009.p0} : 8 
+pl {00008.s2} (1)
+pl {00009.p1|00010.p0} : 9 
+pl {00009.s2} (1)
+pl {00010.p1|00011.p0} : 10 
+pl {00010.s2} (1)
+pl {00011.p1|00012.p0} : 11 
+pl {00011.s2} (1)
+pl {00012.p1|00013.p0} : 12 
+pl {00012.s2} (1)
+pl {00013.p1|00014.p0} : 13 
+pl {00013.s2} (1)
+pl {00014.p1|00015.p0} : 14 
+pl {00014.s2} (1)
+pl {00015.p1|00016.p0} : 15 
+pl {00015.s2} (1)
+pl {00016.p1|00017.p0} : 16 
+pl {00016.s2} (1)
+pl {00017.p1|00018.p0} : 17 
+pl {00017.s2} (1)
+pl {00018.p1|00019.p0} : 18 
+pl {00018.s2} (1)
+pl {00019.p1|00020.p0} : 19 
+pl {00019.s2} (1)
+pl {00020.p1|00021.p0} : 20 
+pl {00020.s2} (1)
+pl {00021.p1|00022.p0} : 21 
+pl {00021.s2} (1)
+pl {00022.p1|00023.p0} : 22 
+pl {00022.s2} (1)
+pl {00023.p1|00024.p0} : 23 
+pl {00023.s2} (1)
+pl {00024.p1|00025.p0} : 24 
+pl {00024.s2} (1)
+pl {00025.p1|00026.p0} : 25 
+pl {00025.s2} (1)
+pl {00026.p1|00027.p0} : 26 
+pl {00026.s2} (1)
+pl {00027.p1|00028.p0} : 27 
+pl {00027.s2} (1)
+pl {00028.p1|00029.p0} : 28 
+pl {00028.s2} (1)
+pl {00029.p1|00030.p0} : 29 
+pl {00029.s2} (1)
+pl {00030.p1|00031.p0} : 30 
+pl {00030.s2} (1)
+pl {00031.p1|00032.p0} : 31 
+pl {00031.s2} (1)
+pl {00032.p1|00033.p0} : 32 
+pl {00032.s2} (1)
+pl {00033.p1|00034.p0} : 33 
+pl {00033.s2} (1)
+pl {00034.p1|00035.p0} : 34 
+pl {00034.s2} (1)
+pl {00035.p1|00036.p0} : 35 
+pl {00035.s2} (1)
+pl {00036.p1|00037.p0} : 36 
+pl {00036.s2} (1)
+pl {00037.p1|00038.p0} : 37 
+pl {00037.s2} (1)
+pl {00038.p1|00039.p0} : 38 
+pl {00038.s2} (1)
+pl {00039.p1|00040.p0} : 39 
+pl {00039.s2} (1)
+pl {00040.p1|00041.p0} : 40 
+pl {00040.s2} (1)
+pl {00041.p1|00042.p0} : 41 
+pl {00041.s2} (1)
+pl {00042.p1|00043.p0} : 42 
+pl {00042.s2} (1)
+pl {00043.p1|00044.p0} : 43 
+pl {00043.s2} (1)
+pl {00044.p1|00045.p0} : 44 
+pl {00044.s2} (1)
+pl {00045.p1|00046.p0} : 45 
+pl {00045.s2} (1)
+pl {00046.p1|00047.p0} : 46 
+pl {00046.s2} (1)
+pl {00047.p1|00048.p0} : 47 
+pl {00047.s2} (1)
+pl {00048.p1|00049.p0} : 48 
+pl {00048.s2} (1)
+pl {00049.p1|00050.p0} : 49 
+pl {00049.s2} (1)
+pl {00050.p1|00051.p0} : 50 
+pl {00050.s2} (1)
+pl {00051.p1|00052.p0} : 51 
+pl {00051.s2} (1)
+pl {00052.p1|00053.p0} : 52 
+pl {00052.s2} (1)
+pl {00053.p1|00054.p0} : 53 
+pl {00053.s2} (1)
+pl {00054.p1|00055.p0} : 54 
+pl {00054.s2} (1)
+pl {00055.p1|00056.p0} : 55 
+pl {00055.s2} (1)
+pl {00056.p1|00057.p0} : 56 
+pl {00056.s2} (1)
+pl {00057.p1|00058.p0} : 57 
+pl {00057.s2} (1)
+pl {00058.p1|00059.p0} : 58 
+pl {00058.s2} (1)
+pl {00059.p1|00060.p0} : 59 
+pl {00059.s2} (1)
+pl {00060.p1|00061.p0} : 60 
+pl {00060.s2} (1)
+pl {00061.p1|00062.p0} : 61 
+pl {00061.s2} (1)
+pl {00062.p1|00063.p0} : 62 
+pl {00062.s2} (1)
+pl {00063.p1|00064.p0} : 63 
+pl {00063.s2} (1)
+pl {00064.p1|00065.p0} : 64 
+pl {00064.s2} (1)
+pl {00065.p1|00066.p0} : 65 
+pl {00065.s2} (1)
+pl {00066.p1|00067.p0} : 66 
+pl {00066.s2} (1)
+pl {00067.p1|00068.p0} : 67 
+pl {00067.s2} (1)
+pl {00068.p1|00069.p0} : 68 
+pl {00068.s2} (1)
+pl {00069.p1|00070.p0} : 69 
+pl {00069.s2} (1)
+pl {00070.p1|00071.p0} : 70 
+pl {00070.s2} (1)
+pl {00071.p1|00072.p0} : 71 
+pl {00071.s2} (1)
+pl {00072.p1|00073.p0} : 72 
+pl {00072.s2} (1)
+pl {00073.p1|00074.p0} : 73 
+pl {00073.s2} (1)
+pl {00074.p1|00075.p0} : 74 
+pl {00074.s2} (1)
+pl {00075.p1|00076.p0} : 75 
+pl {00075.s2} (1)
+pl {00076.p1|00077.p0} : 76 
+pl {00076.s2} (1)
+pl {00077.p1|00078.p0} : 77 
+pl {00077.s2} (1)
+pl {00078.p1|00079.p0} : 78 
+pl {00078.s2} (1)
+pl {00079.p1|00080.p0} : 79 
+pl {00079.s2} (1)
+pl {00080.p1|00081.p0} : 80 
+pl {00080.s2} (1)
+pl {00081.p1|00082.p0} : 81 
+pl {00081.s2} (1)
+pl {00082.p1|00083.p0} : 82 
+pl {00082.s2} (1)
+pl {00083.p1|00084.p0} : 83 
+pl {00083.s2} (1)
+pl {00084.p1|00085.p0} : 84 
+pl {00084.s2} (1)
+pl {00085.p1|00086.p0} : 85 
+pl {00085.s2} (1)
+pl {00086.p1|00087.p0} : 86 
+pl {00086.s2} (1)
+pl {00087.p1|00088.p0} : 87 
+pl {00087.s2} (1)
+pl {00088.p1|00089.p0} : 88 
+pl {00088.s2} (1)
+pl {00089.p1|00090.p0} : 89 
+pl {00089.s2} (1)
+pl {00090.p1|00091.p0} : 90 
+pl {00090.s2} (1)
+pl {00091.p1|00092.p0} : 91 
+pl {00091.s2} (1)
+pl {00092.p1|00093.p0} : 92 
+pl {00092.s2} (1)
+pl {00093.p1|00094.p0} : 93 
+pl {00093.s2} (1)
+pl {00094.p1|00095.p0} : 94 
+pl {00094.s2} (1)
+pl {00095.p1|00096.p0} : 95 
+pl {00095.s2} (1)
+pl {00096.p1|00097.p0} : 96 
+pl {00096.s2} (1)
+pl {00097.p1|00098.p0} : 97 
+pl {00097.s2} (1)
+pl {00098.p1|00099.p0} : 98 
+pl {00098.s2} (1)
+pl {00099.p1|00100.p0} : 99 
+pl {00099.s2} (1)
+pl {00100.p1|00101.p0} : 100 
+pl {00100.s2} (1)
+pl {00101.p1|00102.p0} : 101 
+pl {00101.s2} (1)
+pl {00102.p1|00103.p0} : 102 
+pl {00102.s2} (1)
+pl {00103.p1|00104.p0} : 103 
+pl {00103.s2} (1)
+pl {00104.p1|00105.p0} : 104 
+pl {00104.s2} (1)
+pl {00105.p1|00106.p0} : 105 
+pl {00105.s2} (1)
+pl {00106.p1|00107.p0} : 106 
+pl {00106.s2} (1)
+pl {00107.p1|00108.p0} : 107 
+pl {00107.s2} (1)
+pl {00108.p1|00109.p0} : 108 
+pl {00108.s2} (1)
+pl {00109.p1|00110.p0} : 109 
+pl {00109.s2} (1)
+pl {00110.p1|00111.p0} : 110 
+pl {00110.s2} (1)
+pl {00111.p1|00112.p0} : 111 
+pl {00111.s2} (1)
+pl {00112.p1|00113.p0} : 112 
+pl {00112.s2} (1)
+pl {00113.p1|00114.p0} : 113 
+pl {00113.s2} (1)
+pl {00114.p1|00115.p0} : 114 
+pl {00114.s2} (1)
+pl {00115.p1|00116.p0} : 115 
+pl {00115.s2} (1)
+pl {00116.p1|00117.p0} : 116 
+pl {00116.s2} (1)
+pl {00117.p1|00118.p0} : 117 
+pl {00117.s2} (1)
+pl {00118.p1|00119.p0} : 118 
+pl {00118.s2} (1)
+pl {00119.p1|00120.p0} : 119 
+pl {00119.s2} (1)
+pl {00120.p1|00121.p0} : 120 
+pl {00120.s2} (1)
+pl {00121.p1|00122.p0} : 121 
+pl {00121.s2} (1)
+pl {00122.p1|00123.p0} : 122 
+pl {00122.s2} (1)
+pl {00123.p1|00124.p0} : 123 
+pl {00123.s2} (1)
+pl {00124.p1|00125.p0} : 124 
+pl {00124.s2} (1)
+pl {00125.p1|00126.p0} : 125 
+pl {00125.s2} (1)
+pl {00126.p1|00127.p0} : 126 
+pl {00126.s2} (1)
+pl {00127.p1|00128.p0} : 127 
+pl {00127.s2} (1)
+pl {00128.p1|00129.p0} : 128 
+pl {00128.s2} (1)
+pl {00129.p1|00130.p0} : 129 
+pl {00129.s2} (1)
+pl {00130.p1|00131.p0} : 130 
+pl {00130.s2} (1)
+pl {00131.p1|00132.p0} : 131 
+pl {00131.s2} (1)
+pl {00132.p1|00133.p0} : 132 
+pl {00132.s2} (1)
+pl {00133.p1|00134.p0} : 133 
+pl {00133.s2} (1)
+pl {00134.p1|00135.p0} : 134 
+pl {00134.s2} (1)
+pl {00135.p1|00136.p0} : 135 
+pl {00135.s2} (1)
+pl {00136.p1|00137.p0} : 136 
+pl {00136.s2} (1)
+pl {00137.p1|00138.p0} : 137 
+pl {00137.s2} (1)
+pl {00138.p1|00139.p0} : 138 
+pl {00138.s2} (1)
+pl {00139.p1|00140.p0} : 139 
+pl {00139.s2} (1)
+pl {00140.p1|00141.p0} : 140 
+pl {00140.s2} (1)
+pl {00141.p1|00142.p0} : 141 
+pl {00141.s2} (1)
+pl {00142.p1|00143.p0} : 142 
+pl {00142.s2} (1)
+pl {00143.p1|00144.p0} : 143 
+pl {00143.s2} (1)
+pl {00144.p1|00145.p0} : 144 
+pl {00144.s2} (1)
+pl {00145.p1|00146.p0} : 145 
+pl {00145.s2} (1)
+pl {00146.p1|00147.p0} : 146 
+pl {00146.s2} (1)
+pl {00147.p1|00148.p0} : 147 
+pl {00147.s2} (1)
+pl {00148.p1|00149.p0} : 148 
+pl {00148.s2} (1)
+pl {00149.p1|00150.p0} : 149 
+pl {00149.s2} (1)
+pl {00150.p1|00151.p0} : 150 
+pl {00150.s2} (1)
+pl {00151.p1|00152.p0} : 151 
+pl {00151.s2} (1)
+pl {00152.p1|00153.p0} : 152 
+pl {00152.s2} (1)
+pl {00153.p1|00154.p0} : 153 
+pl {00153.s2} (1)
+pl {00154.p1|00155.p0} : 154 
+pl {00154.s2} (1)
+pl {00155.p1|00156.p0} : 155 
+pl {00155.s2} (1)
+pl {00156.p1|00157.p0} : 156 
+pl {00156.s2} (1)
+pl {00157.p1|00158.p0} : 157 
+pl {00157.s2} (1)
+pl {00158.p1|00159.p0} : 158 
+pl {00158.s2} (1)
+pl {00159.p1|00160.p0} : 159 
+pl {00159.s2} (1)
+pl {00160.p1|00161.p0} : 160 
+pl {00160.s2} (1)
+pl {00161.p1|00162.p0} : 161 
+pl {00161.s2} (1)
+pl {00162.p1|00163.p0} : 162 
+pl {00162.s2} (1)
+pl {00163.p1|00164.p0} : 163 
+pl {00163.s2} (1)
+pl {00164.p1|00165.p0} : 164 
+pl {00164.s2} (1)
+pl {00165.p1|00166.p0} : 165 
+pl {00165.s2} (1)
+pl {00166.p1|00167.p0} : 166 
+pl {00166.s2} (1)
+pl {00167.p1|00168.p0} : 167 
+pl {00167.s2} (1)
+pl {00168.p1|00169.p0} : 168 
+pl {00168.s2} (1)
+pl {00169.p1|00170.p0} : 169 
+pl {00169.s2} (1)
+pl {00170.p1|00171.p0} : 170 
+pl {00170.s2} (1)
+pl {00171.p1|00172.p0} : 171 
+pl {00171.s2} (1)
+pl {00172.p1|00173.p0} : 172 
+pl {00172.s2} (1)
+pl {00173.p1|00174.p0} : 173 
+pl {00173.s2} (1)
+pl {00174.p1|00175.p0} : 174 
+pl {00174.s2} (1)
+pl {00175.p1|00176.p0} : 175 
+pl {00175.s2} (1)
+pl {00176.p1|00177.p0} : 176 
+pl {00176.s2} (1)
+pl {00177.p1|00178.p0} : 177 
+pl {00177.s2} (1)
+pl {00178.p1|00179.p0} : 178 
+pl {00178.s2} (1)
+pl {00179.p1|00180.p0} : 179 
+pl {00179.s2} (1)
+pl {00180.p1|00181.p0} : 180 
+pl {00180.s2} (1)
+pl {00181.p1|00182.p0} : 181 
+pl {00181.s2} (1)
+pl {00182.p1|00183.p0} : 182 
+pl {00182.s2} (1)
+pl {00183.p1|00184.p0} : 183 
+pl {00183.s2} (1)
+pl {00184.p1|00185.p0} : 184 
+pl {00184.s2} (1)
+pl {00185.p1|00186.p0} : 185 
+pl {00185.s2} (1)
+pl {00186.p1|00187.p0} : 186 
+pl {00186.s2} (1)
+pl {00187.p1|00188.p0} : 187 
+pl {00187.s2} (1)
+pl {00188.p1|00189.p0} : 188 
+pl {00188.s2} (1)
+pl {00189.p1|00190.p0} : 189 
+pl {00189.s2} (1)
+pl {00190.p1|00191.p0} : 190 
+pl {00190.s2} (1)
+pl {00191.p1|00192.p0} : 191 
+pl {00191.s2} (1)
+pl {00192.p1|00193.p0} : 192 
+pl {00192.s2} (1)
+pl {00193.p1|00194.p0} : 193 
+pl {00193.s2} (1)
+pl {00194.p1|00195.p0} : 194 
+pl {00194.s2} (1)
+pl {00195.p1|00196.p0} : 195 
+pl {00195.s2} (1)
+pl {00196.p1|00197.p0} : 196 
+pl {00196.s2} (1)
+pl {00197.p1|00198.p0} : 197 
+pl {00197.s2} (1)
+pl {00198.p1|00199.p0} : 198 
+pl {00198.s2} (1)
+pl {00199.p1|00200.p0} : 199 
+pl {00199.s2} (1)
+pl {00200.p1|00201.p0} : 200 
+pl {00200.s2} (1)
+pl {00201.p1|00202.p0} : 201 
+pl {00201.s2} (1)
+pl {00202.p1|00203.p0} : 202 
+pl {00202.s2} (1)
+pl {00203.p1|00204.p0} : 203 
+pl {00203.s2} (1)
+pl {00204.p1|00205.p0} : 204 
+pl {00204.s2} (1)
+pl {00205.p1|00206.p0} : 205 
+pl {00205.s2} (1)
+pl {00206.p1|00207.p0} : 206 
+pl {00206.s2} (1)
+pl {00207.p1|00208.p0} : 207 
+pl {00207.s2} (1)
+pl {00208.p1|00209.p0} : 208 
+pl {00208.s2} (1)
+pl {00209.p1|00210.p0} : 209 
+pl {00209.s2} (1)
+pl {00210.p1|00211.p0} : 210 
+pl {00210.s2} (1)
+pl {00211.p1|00212.p0} : 211 
+pl {00211.s2} (1)
+pl {00212.p1|00213.p0} : 212 
+pl {00212.s2} (1)
+pl {00213.p1|00214.p0} : 213 
+pl {00213.s2} (1)
+pl {00214.p1|00215.p0} : 214 
+pl {00214.s2} (1)
+pl {00215.p1|00216.p0} : 215 
+pl {00215.s2} (1)
+pl {00216.p1|00217.p0} : 216 
+pl {00216.s2} (1)
+pl {00217.p1|00218.p0} : 217 
+pl {00217.s2} (1)
+pl {00218.p1|00219.p0} : 218 
+pl {00218.s2} (1)
+pl {00219.p1|00220.p0} : 219 
+pl {00219.s2} (1)
+pl {00220.p1|00221.p0} : 220 
+pl {00220.s2} (1)
+pl {00221.p1|00222.p0} : 221 
+pl {00221.s2} (1)
+pl {00222.p1|00223.p0} : 222 
+pl {00222.s2} (1)
+pl {00223.p1|00224.p0} : 223 
+pl {00223.s2} (1)
+pl {00224.p1|00225.p0} : 224 
+pl {00224.s2} (1)
+pl {00225.p1|00226.p0} : 225 
+pl {00225.s2} (1)
+pl {00226.p1|00227.p0} : 226 
+pl {00226.s2} (1)
+pl {00227.p1|00228.p0} : 227 
+pl {00227.s2} (1)
+pl {00228.p1|00229.p0} : 228 
+pl {00228.s2} (1)
+pl {00229.p1|00230.p0} : 229 
+pl {00229.s2} (1)
+pl {00230.p1|00231.p0} : 230 
+pl {00230.s2} (1)
+pl {00231.p1|00232.p0} : 231 
+pl {00231.s2} (1)
+pl {00232.p1|00233.p0} : 232 
+pl {00232.s2} (1)
+pl {00233.p1|00234.p0} : 233 
+pl {00233.s2} (1)
+pl {00234.p1|00235.p0} : 234 
+pl {00234.s2} (1)
+pl {00235.p1|00236.p0} : 235 
+pl {00235.s2} (1)
+pl {00236.p1|00237.p0} : 236 
+pl {00236.s2} (1)
+pl {00237.p1|00238.p0} : 237 
+pl {00237.s2} (1)
+pl {00238.p1|00239.p0} : 238 
+pl {00238.s2} (1)
+pl {00239.p1|00240.p0} : 239 
+pl {00239.s2} (1)
+pl {00240.p1|00241.p0} : 240 
+pl {00240.s2} (1)
+pl {00241.p1|00242.p0} : 241 
+pl {00241.s2} (1)
+pl {00242.p1|00243.p0} : 242 
+pl {00242.s2} (1)
+pl {00243.p1|00244.p0} : 243 
+pl {00243.s2} (1)
+pl {00244.p1|00245.p0} : 244 
+pl {00244.s2} (1)
+pl {00245.p1|00246.p0} : 245 
+pl {00245.s2} (1)
+pl {00246.p1|00247.p0} : 246 
+pl {00246.s2} (1)
+pl {00247.p1|00248.p0} : 247 
+pl {00247.s2} (1)
+pl {00248.p1|00249.p0} : 248 
+pl {00248.s2} (1)
+pl {00249.p1|00250.p0} : 249 
+pl {00249.s2} (1)
+pl {00250.p1|00251.p0} : 250 
+pl {00250.s2} (1)
+pl {00251.p1|00252.p0} : 251 
+pl {00251.s2} (1)
+pl {00252.p1|00253.p0} : 252 
+pl {00252.s2} (1)
+pl {00253.p1|00254.p0} : 253 
+pl {00253.s2} (1)
+pl {00254.p1|00255.p0} : 254 
+pl {00254.s2} (1)
+pl {00255.p1|00256.p0} : 255 
+pl {00255.s2} (1)
+pl {00256.p1|00257.p0} : 256 
+pl {00256.s2} (1)
+pl {00257.p1|00258.p0} : 257 
+pl {00257.s2} (1)
+pl {00258.p1|00259.p0} : 258 
+pl {00258.s2} (1)
+pl {00259.p1|00260.p0} : 259 
+pl {00259.s2} (1)
+pl {00260.p1|00261.p0} : 260 
+pl {00260.s2} (1)
+pl {00261.p1|00262.p0} : 261 
+pl {00261.s2} (1)
+pl {00262.p1|00263.p0} : 262 
+pl {00262.s2} (1)
+pl {00263.p1|00264.p0} : 263 
+pl {00263.s2} (1)
+pl {00264.p1|00265.p0} : 264 
+pl {00264.s2} (1)
+pl {00265.p1|00266.p0} : 265 
+pl {00265.s2} (1)
+pl {00266.p1|00267.p0} : 266 
+pl {00266.s2} (1)
+pl {00267.p1|00268.p0} : 267 
+pl {00267.s2} (1)
+pl {00268.p1|00269.p0} : 268 
+pl {00268.s2} (1)
+pl {00269.p1|00270.p0} : 269 
+pl {00269.s2} (1)
+pl {00270.p1|00271.p0} : 270 
+pl {00270.s2} (1)
+pl {00271.p1|00272.p0} : 271 
+pl {00271.s2} (1)
+pl {00272.p1|00273.p0} : 272 
+pl {00272.s2} (1)
+pl {00273.p1|00274.p0} : 273 
+pl {00273.s2} (1)
+pl {00274.p1|00275.p0} : 274 
+pl {00274.s2} (1)
+pl {00275.p1|00276.p0} : 275 
+pl {00275.s2} (1)
+pl {00276.p1|00277.p0} : 276 
+pl {00276.s2} (1)
+pl {00277.p1|00278.p0} : 277 
+pl {00277.s2} (1)
+pl {00278.p1|00279.p0} : 278 
+pl {00278.s2} (1)
+pl {00279.p1|00280.p0} : 279 
+pl {00279.s2} (1)
+pl {00280.p1|00281.p0} : 280 
+pl {00280.s2} (1)
+pl {00281.p1|00282.p0} : 281 
+pl {00281.s2} (1)
+pl {00282.p1|00283.p0} : 282 
+pl {00282.s2} (1)
+pl {00283.p1|00284.p0} : 283 
+pl {00283.s2} (1)
+pl {00284.p1|00285.p0} : 284 
+pl {00284.s2} (1)
+pl {00285.p1|00286.p0} : 285 
+pl {00285.s2} (1)
+pl {00286.p1|00287.p0} : 286 
+pl {00286.s2} (1)
+pl {00287.p1|00288.p0} : 287 
+pl {00287.s2} (1)
+pl {00288.p1|00289.p0} : 288 
+pl {00288.s2} (1)
+pl {00289.p1|00290.p0} : 289 
+pl {00289.s2} (1)
+pl {00290.p1|00291.p0} : 290 
+pl {00290.s2} (1)
+pl {00291.p1|00292.p0} : 291 
+pl {00291.s2} (1)
+pl {00292.p1|00293.p0} : 292 
+pl {00292.s2} (1)
+pl {00293.p1|00294.p0} : 293 
+pl {00293.s2} (1)
+pl {00294.p1|00295.p0} : 294 
+pl {00294.s2} (1)
+pl {00295.p1|00296.p0} : 295 
+pl {00295.s2} (1)
+pl {00296.p1|00297.p0} : 296 
+pl {00296.s2} (1)
+pl {00297.p1|00298.p0} : 297 
+pl {00297.s2} (1)
+pl {00298.p1|00299.p0} : 298 
+pl {00298.s2} (1)
+pl {00299.p1|00300.p0} : 299 
+pl {00299.s2} (1)
+pl {00300.p1|00301.p0} : 300 
+pl {00300.s2} (1)
+pl {00301.p1|00302.p0} : 301 
+pl {00301.s2} (1)
+pl {00302.p1|00303.p0} : 302 
+pl {00302.s2} (1)
+pl {00303.p1|00304.p0} : 303 
+pl {00303.s2} (1)
+pl {00304.p1|00305.p0} : 304 
+pl {00304.s2} (1)
+pl {00305.p1|00306.p0} : 305 
+pl {00305.s2} (1)
+pl {00306.p1|00307.p0} : 306 
+pl {00306.s2} (1)
+pl {00307.p1|00308.p0} : 307 
+pl {00307.s2} (1)
+pl {00308.p1|00309.p0} : 308 
+pl {00308.s2} (1)
+pl {00309.p1|00310.p0} : 309 
+pl {00309.s2} (1)
+pl {00310.p1|00311.p0} : 310 
+pl {00310.s2} (1)
+pl {00311.p1|00312.p0} : 311 
+pl {00311.s2} (1)
+pl {00312.p1|00313.p0} : 312 
+pl {00312.s2} (1)
+pl {00313.p1|00314.p0} : 313 
+pl {00313.s2} (1)
+pl {00314.p1|00315.p0} : 314 
+pl {00314.s2} (1)
+pl {00315.p1|00316.p0} : 315 
+pl {00315.s2} (1)
+pl {00316.p1|00317.p0} : 316 
+pl {00316.s2} (1)
+pl {00317.p1|00318.p0} : 317 
+pl {00317.s2} (1)
+pl {00318.p1|00319.p0} : 318 
+pl {00318.s2} (1)
+pl {00319.p1|00320.p0} : 319 
+pl {00319.s2} (1)
+pl {00320.p1|00321.p0} : 320 
+pl {00320.s2} (1)
+pl {00321.p1|00322.p0} : 321 
+pl {00321.s2} (1)
+pl {00322.p1|00323.p0} : 322 
+pl {00322.s2} (1)
+pl {00323.p1|00324.p0} : 323 
+pl {00323.s2} (1)
+pl {00324.p1|00325.p0} : 324 
+pl {00324.s2} (1)
+pl {00325.p1|00326.p0} : 325 
+pl {00325.s2} (1)
+pl {00326.p1|00327.p0} : 326 
+pl {00326.s2} (1)
+pl {00327.p1|00328.p0} : 327 
+pl {00327.s2} (1)
+pl {00328.p1|00329.p0} : 328 
+pl {00328.s2} (1)
+pl {00329.p1|00330.p0} : 329 
+pl {00329.s2} (1)
+pl {00330.p1|00331.p0} : 330 
+pl {00330.s2} (1)
+pl {00331.p1|00332.p0} : 331 
+pl {00331.s2} (1)
+pl {00332.p1|00333.p0} : 332 
+pl {00332.s2} (1)
+pl {00333.p1|00334.p0} : 333 
+pl {00333.s2} (1)
+pl {00334.p1|00335.p0} : 334 
+pl {00334.s2} (1)
+pl {00335.p1|00336.p0} : 335 
+pl {00335.s2} (1)
+pl {00336.p1|00337.p0} : 336 
+pl {00336.s2} (1)
+pl {00337.p1|00338.p0} : 337 
+pl {00337.s2} (1)
+pl {00338.p1|00339.p0} : 338 
+pl {00338.s2} (1)
+pl {00339.p1|00340.p0} : 339 
+pl {00339.s2} (1)
+pl {00340.p1|00341.p0} : 340 
+pl {00340.s2} (1)
+pl {00341.p1|00342.p0} : 341 
+pl {00341.s2} (1)
+pl {00342.p1|00343.p0} : 342 
+pl {00342.s2} (1)
+pl {00343.p1|00344.p0} : 343 
+pl {00343.s2} (1)
+pl {00344.p1|00345.p0} : 344 
+pl {00344.s2} (1)
+pl {00345.p1|00346.p0} : 345 
+pl {00345.s2} (1)
+pl {00346.p1|00347.p0} : 346 
+pl {00346.s2} (1)
+pl {00347.p1|00348.p0} : 347 
+pl {00347.s2} (1)
+pl {00348.p1|00349.p0} : 348 
+pl {00348.s2} (1)
+pl {00349.p1|00350.p0} : 349 
+pl {00349.s2} (1)
+pl {00350.p1|00351.p0} : 350 
+pl {00350.s2} (1)
+pl {00351.p1|00352.p0} : 351 
+pl {00351.s2} (1)
+pl {00352.p1|00353.p0} : 352 
+pl {00352.s2} (1)
+pl {00353.p1|00354.p0} : 353 
+pl {00353.s2} (1)
+pl {00354.p1|00355.p0} : 354 
+pl {00354.s2} (1)
+pl {00355.p1|00356.p0} : 355 
+pl {00355.s2} (1)
+pl {00356.p1|00357.p0} : 356 
+pl {00356.s2} (1)
+pl {00357.p1|00358.p0} : 357 
+pl {00357.s2} (1)
+pl {00358.p1|00359.p0} : 358 
+pl {00358.s2} (1)
+pl {00359.p1|00360.p0} : 359 
+pl {00359.s2} (1)
+pl {00360.p1|00361.p0} : 360 
+pl {00360.s2} (1)
+pl {00361.p1|00362.p0} : 361 
+pl {00361.s2} (1)
+pl {00362.p1|00363.p0} : 362 
+pl {00362.s2} (1)
+pl {00363.p1|00364.p0} : 363 
+pl {00363.s2} (1)
+pl {00364.p1|00365.p0} : 364 
+pl {00364.s2} (1)
+pl {00365.p1|00366.p0} : 365 
+pl {00365.s2} (1)
+pl {00366.p1|00367.p0} : 366 
+pl {00366.s2} (1)
+pl {00367.p1|00368.p0} : 367 
+pl {00367.s2} (1)
+pl {00368.p1|00369.p0} : 368 
+pl {00368.s2} (1)
+pl {00369.p1|00370.p0} : 369 
+pl {00369.s2} (1)
+pl {00370.p1|00371.p0} : 370 
+pl {00370.s2} (1)
+pl {00371.p1|00372.p0} : 371 
+pl {00371.s2} (1)
+pl {00372.p1|00373.p0} : 372 
+pl {00372.s2} (1)
+pl {00373.p1|00374.p0} : 373 
+pl {00373.s2} (1)
+pl {00374.p1|00375.p0} : 374 
+pl {00374.s2} (1)
+pl {00375.p1|00376.p0} : 375 
+pl {00375.s2} (1)
+pl {00376.p1|00377.p0} : 376 
+pl {00376.s2} (1)
+pl {00377.p1|00378.p0} : 377 
+pl {00377.s2} (1)
+pl {00378.p1|00379.p0} : 378 
+pl {00378.s2} (1)
+pl {00379.p1|00380.p0} : 379 
+pl {00379.s2} (1)
+pl {00380.p1|00381.p0} : 380 
+pl {00380.s2} (1)
+pl {00381.p1|00382.p0} : 381 
+pl {00381.s2} (1)
+pl {00382.p1|00383.p0} : 382 
+pl {00382.s2} (1)
+pl {00383.p1|00384.p0} : 383 
+pl {00383.s2} (1)
+pl {00384.p1|00385.p0} : 384 
+pl {00384.s2} (1)
+pl {00385.p1|00386.p0} : 385 
+pl {00385.s2} (1)
+pl {00386.p1|00387.p0} : 386 
+pl {00386.s2} (1)
+pl {00387.p1|00388.p0} : 387 
+pl {00387.s2} (1)
+pl {00388.p1|00389.p0} : 388 
+pl {00388.s2} (1)
+pl {00389.p1|00390.p0} : 389 
+pl {00389.s2} (1)
+pl {00390.p1|00391.p0} : 390 
+pl {00390.s2} (1)
+pl {00391.p1|00392.p0} : 391 
+pl {00391.s2} (1)
+pl {00392.p1|00393.p0} : 392 
+pl {00392.s2} (1)
+pl {00393.p1|00394.p0} : 393 
+pl {00393.s2} (1)
+pl {00394.p1|00395.p0} : 394 
+pl {00394.s2} (1)
+pl {00395.p1|00396.p0} : 395 
+pl {00395.s2} (1)
+pl {00396.p1|00397.p0} : 396 
+pl {00396.s2} (1)
+pl {00397.p1|00398.p0} : 397 
+pl {00397.s2} (1)
+pl {00398.p1|00399.p0} : 398 
+pl {00398.s2} (1)
+pl {00399.p1|00400.p0} : 399 
+pl {00399.s2} (1)
+pl {00400.p1|00401.p0} : 400 
+pl {00400.s2} (1)
+pl {00401.p1|00402.p0} : 401 
+pl {00401.s2} (1)
+pl {00402.p1|00403.p0} : 402 
+pl {00402.s2} (1)
+pl {00403.p1|00404.p0} : 403 
+pl {00403.s2} (1)
+pl {00404.p1|00405.p0} : 404 
+pl {00404.s2} (1)
+pl {00405.p1|00406.p0} : 405 
+pl {00405.s2} (1)
+pl {00406.p1|00407.p0} : 406 
+pl {00406.s2} (1)
+pl {00407.p1|00408.p0} : 407 
+pl {00407.s2} (1)
+pl {00408.p1|00409.p0} : 408 
+pl {00408.s2} (1)
+pl {00409.p1|00410.p0} : 409 
+pl {00409.s2} (1)
+pl {00410.p1|00411.p0} : 410 
+pl {00410.s2} (1)
+pl {00411.p1|00412.p0} : 411 
+pl {00411.s2} (1)
+pl {00412.p1|00413.p0} : 412 
+pl {00412.s2} (1)
+pl {00413.p1|00414.p0} : 413 
+pl {00413.s2} (1)
+pl {00414.p1|00415.p0} : 414 
+pl {00414.s2} (1)
+pl {00415.p1|00416.p0} : 415 
+pl {00415.s2} (1)
+pl {00416.p1|00417.p0} : 416 
+pl {00416.s2} (1)
+pl {00417.p1|00418.p0} : 417 
+pl {00417.s2} (1)
+pl {00418.p1|00419.p0} : 418 
+pl {00418.s2} (1)
+pl {00419.p1|00420.p0} : 419 
+pl {00419.s2} (1)
+pl {00420.p1|00421.p0} : 420 
+pl {00420.s2} (1)
+pl {00421.p1|00422.p0} : 421 
+pl {00421.s2} (1)
+pl {00422.p1|00423.p0} : 422 
+pl {00422.s2} (1)
+pl {00423.p1|00424.p0} : 423 
+pl {00423.s2} (1)
+pl {00424.p1|00425.p0} : 424 
+pl {00424.s2} (1)
+pl {00425.p1|00426.p0} : 425 
+pl {00425.s2} (1)
+pl {00426.p1|00427.p0} : 426 
+pl {00426.s2} (1)
+pl {00427.p1|00428.p0} : 427 
+pl {00427.s2} (1)
+pl {00428.p1|00429.p0} : 428 
+pl {00428.s2} (1)
+pl {00429.p1|00430.p0} : 429 
+pl {00429.s2} (1)
+pl {00430.p1|00431.p0} : 430 
+pl {00430.s2} (1)
+pl {00431.p1|00432.p0} : 431 
+pl {00431.s2} (1)
+pl {00432.p1|00433.p0} : 432 
+pl {00432.s2} (1)
+pl {00433.p1|00434.p0} : 433 
+pl {00433.s2} (1)
+pl {00434.p1|00435.p0} : 434 
+pl {00434.s2} (1)
+pl {00435.p1|00436.p0} : 435 
+pl {00435.s2} (1)
+pl {00436.p1|00437.p0} : 436 
+pl {00436.s2} (1)
+pl {00437.p1|00438.p0} : 437 
+pl {00437.s2} (1)
+pl {00438.p1|00439.p0} : 438 
+pl {00438.s2} (1)
+pl {00439.p1|00440.p0} : 439 
+pl {00439.s2} (1)
+pl {00440.p1|00441.p0} : 440 
+pl {00440.s2} (1)
+pl {00441.p1|00442.p0} : 441 
+pl {00441.s2} (1)
+pl {00442.p1|00443.p0} : 442 
+pl {00442.s2} (1)
+pl {00443.p1|00444.p0} : 443 
+pl {00443.s2} (1)
+pl {00444.p1|00445.p0} : 444 
+pl {00444.s2} (1)
+pl {00445.p1|00446.p0} : 445 
+pl {00445.s2} (1)
+pl {00446.p1|00447.p0} : 446 
+pl {00446.s2} (1)
+pl {00447.p1|00448.p0} : 447 
+pl {00447.s2} (1)
+pl {00448.p1|00449.p0} : 448 
+pl {00448.s2} (1)
+pl {00449.p1|00450.p0} : 449 
+pl {00449.s2} (1)
+pl {00450.p1|00451.p0} : 450 
+pl {00450.s2} (1)
+pl {00451.p1|00452.p0} : 451 
+pl {00451.s2} (1)
+pl {00452.p1|00453.p0} : 452 
+pl {00452.s2} (1)
+pl {00453.p1|00454.p0} : 453 
+pl {00453.s2} (1)
+pl {00454.p1|00455.p0} : 454 
+pl {00454.s2} (1)
+pl {00455.p1|00456.p0} : 455 
+pl {00455.s2} (1)
+pl {00456.p1|00457.p0} : 456 
+pl {00456.s2} (1)
+pl {00457.p1|00458.p0} : 457 
+pl {00457.s2} (1)
+pl {00458.p1|00459.p0} : 458 
+pl {00458.s2} (1)
+pl {00459.p1|00460.p0} : 459 
+pl {00459.s2} (1)
+pl {00460.p1|00461.p0} : 460 
+pl {00460.s2} (1)
+pl {00461.p1|00462.p0} : 461 
+pl {00461.s2} (1)
+pl {00462.p1|00463.p0} : 462 
+pl {00462.s2} (1)
+pl {00463.p1|00464.p0} : 463 
+pl {00463.s2} (1)
+pl {00464.p1|00465.p0} : 464 
+pl {00464.s2} (1)
+pl {00465.p1|00466.p0} : 465 
+pl {00465.s2} (1)
+pl {00466.p1|00467.p0} : 466 
+pl {00466.s2} (1)
+pl {00467.p1|00468.p0} : 467 
+pl {00467.s2} (1)
+pl {00468.p1|00469.p0} : 468 
+pl {00468.s2} (1)
+pl {00469.p1|00470.p0} : 469 
+pl {00469.s2} (1)
+pl {00470.p1|00471.p0} : 470 
+pl {00470.s2} (1)
+pl {00471.p1|00472.p0} : 471 
+pl {00471.s2} (1)
+pl {00472.p1|00473.p0} : 472 
+pl {00472.s2} (1)
+pl {00473.p1|00474.p0} : 473 
+pl {00473.s2} (1)
+pl {00474.p1|00475.p0} : 474 
+pl {00474.s2} (1)
+pl {00475.p1|00476.p0} : 475 
+pl {00475.s2} (1)
+pl {00476.p1|00477.p0} : 476 
+pl {00476.s2} (1)
+pl {00477.p1|00478.p0} : 477 
+pl {00477.s2} (1)
+pl {00478.p1|00479.p0} : 478 
+pl {00478.s2} (1)
+pl {00479.p1|00480.p0} : 479 
+pl {00479.s2} (1)
+pl {00480.p1|00481.p0} : 480 
+pl {00480.s2} (1)
+pl {00481.p1|00482.p0} : 481 
+pl {00481.s2} (1)
+pl {00482.p1|00483.p0} : 482 
+pl {00482.s2} (1)
+pl {00483.p1|00484.p0} : 483 
+pl {00483.s2} (1)
+pl {00484.p1|00485.p0} : 484 
+pl {00484.s2} (1)
+pl {00485.p1|00486.p0} : 485 
+pl {00485.s2} (1)
+pl {00486.p1|00487.p0} : 486 
+pl {00486.s2} (1)
+pl {00487.p1|00488.p0} : 487 
+pl {00487.s2} (1)
+pl {00488.p1|00489.p0} : 488 
+pl {00488.s2} (1)
+pl {00489.p1|00490.p0} : 489 
+pl {00489.s2} (1)
+pl {00490.p1|00491.p0} : 490 
+pl {00490.s2} (1)
+pl {00491.p1|00492.p0} : 491 
+pl {00491.s2} (1)
+pl {00492.p1|00493.p0} : 492 
+pl {00492.s2} (1)
+pl {00493.p1|00494.p0} : 493 
+pl {00493.s2} (1)
+pl {00494.p1|00495.p0} : 494 
+pl {00494.s2} (1)
+pl {00495.p1|00496.p0} : 495 
+pl {00495.s2} (1)
+pl {00496.p1|00497.p0} : 496 
+pl {00496.s2} (1)
+pl {00497.p1|00498.p0} : 497 
+pl {00497.s2} (1)
+pl {00498.p1|00499.p0} : 498 
+pl {00498.s2} (1)
+pl {00499.p1|00500.p0} : 499 
+pl {00499.s2} (1)
+pl {00500.p1|00501.p0} : 500 
+pl {00500.s2} (1)
+pl {00501.p1|00502.p0} : 501 
+pl {00501.s2} (1)
+pl {00502.p1|00503.p0} : 502 
+pl {00502.s2} (1)
+pl {00503.p1|00504.p0} : 503 
+pl {00503.s2} (1)
+pl {00504.p1|00505.p0} : 504 
+pl {00504.s2} (1)
+pl {00505.p1|00506.p0} : 505 
+pl {00505.s2} (1)
+pl {00506.p1|00507.p0} : 506 
+pl {00506.s2} (1)
+pl {00507.p1|00508.p0} : 507 
+pl {00507.s2} (1)
+pl {00508.p1|00509.p0} : 508 
+pl {00508.s2} (1)
+pl {00509.p1|00510.p0} : 509 
+pl {00509.s2} (1)
+pl {00510.p1|00511.p0} : 510 
+pl {00510.s2} (1)
+pl {00511.p1|00512.p0} : 511 
+pl {00511.s2} (1)
+pl {00512.p1|00513.p0} : 512 
+pl {00512.s2} (1)
+pl {00513.p1|00514.p0} : 513 
+pl {00513.s2} (1)
+pl {00514.p1|00515.p0} : 514 
+pl {00514.s2} (1)
+pl {00515.p1|00516.p0} : 515 
+pl {00515.s2} (1)
+pl {00516.p1|00517.p0} : 516 
+pl {00516.s2} (1)
+pl {00517.p1|00518.p0} : 517 
+pl {00517.s2} (1)
+pl {00518.p1|00519.p0} : 518 
+pl {00518.s2} (1)
+pl {00519.p1|00520.p0} : 519 
+pl {00519.s2} (1)
+pl {00520.p1|00521.p0} : 520 
+pl {00520.s2} (1)
+pl {00521.p1|00522.p0} : 521 
+pl {00521.s2} (1)
+pl {00522.p1|00523.p0} : 522 
+pl {00522.s2} (1)
+pl {00523.p1|00524.p0} : 523 
+pl {00523.s2} (1)
+pl {00524.p1|00525.p0} : 524 
+pl {00524.s2} (1)
+pl {00525.p1|00526.p0} : 525 
+pl {00525.s2} (1)
+pl {00526.p1|00527.p0} : 526 
+pl {00526.s2} (1)
+pl {00527.p1|00528.p0} : 527 
+pl {00527.s2} (1)
+pl {00528.p1|00529.p0} : 528 
+pl {00528.s2} (1)
+pl {00529.p1|00530.p0} : 529 
+pl {00529.s2} (1)
+pl {00530.p1|00531.p0} : 530 
+pl {00530.s2} (1)
+pl {00531.p1|00532.p0} : 531 
+pl {00531.s2} (1)
+pl {00532.p1|00533.p0} : 532 
+pl {00532.s2} (1)
+pl {00533.p1|00534.p0} : 533 
+pl {00533.s2} (1)
+pl {00534.p1|00535.p0} : 534 
+pl {00534.s2} (1)
+pl {00535.p1|00536.p0} : 535 
+pl {00535.s2} (1)
+pl {00536.p1|00537.p0} : 536 
+pl {00536.s2} (1)
+pl {00537.p1|00538.p0} : 537 
+pl {00537.s2} (1)
+pl {00538.p1|00539.p0} : 538 
+pl {00538.s2} (1)
+pl {00539.p1|00540.p0} : 539 
+pl {00539.s2} (1)
+pl {00540.p1|00541.p0} : 540 
+pl {00540.s2} (1)
+pl {00541.p1|00542.p0} : 541 
+pl {00541.s2} (1)
+pl {00542.p1|00543.p0} : 542 
+pl {00542.s2} (1)
+pl {00543.p1|00544.p0} : 543 
+pl {00543.s2} (1)
+pl {00544.p1|00545.p0} : 544 
+pl {00544.s2} (1)
+pl {00545.p1|00546.p0} : 545 
+pl {00545.s2} (1)
+pl {00546.p1|00547.p0} : 546 
+pl {00546.s2} (1)
+pl {00547.p1|00548.p0} : 547 
+pl {00547.s2} (1)
+pl {00548.p1|00549.p0} : 548 
+pl {00548.s2} (1)
+pl {00549.p1|00550.p0} : 549 
+pl {00549.s2} (1)
+pl {00550.p1|00551.p0} : 550 
+pl {00550.s2} (1)
+pl {00551.p1|00552.p0} : 551 
+pl {00551.s2} (1)
+pl {00552.p1|00553.p0} : 552 
+pl {00552.s2} (1)
+pl {00553.p1|00554.p0} : 553 
+pl {00553.s2} (1)
+pl {00554.p1|00555.p0} : 554 
+pl {00554.s2} (1)
+pl {00555.p1|00556.p0} : 555 
+pl {00555.s2} (1)
+pl {00556.p1|00557.p0} : 556 
+pl {00556.s2} (1)
+pl {00557.p1|00558.p0} : 557 
+pl {00557.s2} (1)
+pl {00558.p1|00559.p0} : 558 
+pl {00558.s2} (1)
+pl {00559.p1|00560.p0} : 559 
+pl {00559.s2} (1)
+pl {00560.p1|00561.p0} : 560 
+pl {00560.s2} (1)
+pl {00561.p1|00562.p0} : 561 
+pl {00561.s2} (1)
+pl {00562.p1|00563.p0} : 562 
+pl {00562.s2} (1)
+pl {00563.p1|00564.p0} : 563 
+pl {00563.s2} (1)
+pl {00564.p1|00565.p0} : 564 
+pl {00564.s2} (1)
+pl {00565.p1|00566.p0} : 565 
+pl {00565.s2} (1)
+pl {00566.p1|00567.p0} : 566 
+pl {00566.s2} (1)
+pl {00567.p1|00568.p0} : 567 
+pl {00567.s2} (1)
+pl {00568.p1|00569.p0} : 568 
+pl {00568.s2} (1)
+pl {00569.p1|00570.p0} : 569 
+pl {00569.s2} (1)
+pl {00570.p1|00571.p0} : 570 
+pl {00570.s2} (1)
+pl {00571.p1|00572.p0} : 571 
+pl {00571.s2} (1)
+pl {00572.p1|00573.p0} : 572 
+pl {00572.s2} (1)
+pl {00573.p1|00574.p0} : 573 
+pl {00573.s2} (1)
+pl {00574.p1|00575.p0} : 574 
+pl {00574.s2} (1)
+pl {00575.p1|00576.p0} : 575 
+pl {00575.s2} (1)
+pl {00576.p1|00577.p0} : 576 
+pl {00576.s2} (1)
+pl {00577.p1|00578.p0} : 577 
+pl {00577.s2} (1)
+pl {00578.p1|00579.p0} : 578 
+pl {00578.s2} (1)
+pl {00579.p1|00580.p0} : 579 
+pl {00579.s2} (1)
+pl {00580.p1|00581.p0} : 580 
+pl {00580.s2} (1)
+pl {00581.p1|00582.p0} : 581 
+pl {00581.s2} (1)
+pl {00582.p1|00583.p0} : 582 
+pl {00582.s2} (1)
+pl {00583.p1|00584.p0} : 583 
+pl {00583.s2} (1)
+pl {00584.p1|00585.p0} : 584 
+pl {00584.s2} (1)
+pl {00585.p1|00586.p0} : 585 
+pl {00585.s2} (1)
+pl {00586.p1|00587.p0} : 586 
+pl {00586.s2} (1)
+pl {00587.p1|00588.p0} : 587 
+pl {00587.s2} (1)
+pl {00588.p1|00589.p0} : 588 
+pl {00588.s2} (1)
+pl {00589.p1|00590.p0} : 589 
+pl {00589.s2} (1)
+pl {00590.p1|00591.p0} : 590 
+pl {00590.s2} (1)
+pl {00591.p1|00592.p0} : 591 
+pl {00591.s2} (1)
+pl {00592.p1|00593.p0} : 592 
+pl {00592.s2} (1)
+pl {00593.p1|00594.p0} : 593 
+pl {00593.s2} (1)
+pl {00594.p1|00595.p0} : 594 
+pl {00594.s2} (1)
+pl {00595.p1|00596.p0} : 595 
+pl {00595.s2} (1)
+pl {00596.p1|00597.p0} : 596 
+pl {00596.s2} (1)
+pl {00597.p1|00598.p0} : 597 
+pl {00597.s2} (1)
+pl {00598.p1|00599.p0} : 598 
+pl {00598.s2} (1)
+pl {00599.p1|00600.p0} : 599 
+pl {00599.s2} (1)
+pl {00600.p1|00601.p0} : 600 
+pl {00600.s2} (1)
+pl {00601.p1|00602.p0} : 601 
+pl {00601.s2} (1)
+pl {00602.p1|00603.p0} : 602 
+pl {00602.s2} (1)
+pl {00603.p1|00604.p0} : 603 
+pl {00603.s2} (1)
+pl {00604.p1|00605.p0} : 604 
+pl {00604.s2} (1)
+pl {00605.p1|00606.p0} : 605 
+pl {00605.s2} (1)
+pl {00606.p1|00607.p0} : 606 
+pl {00606.s2} (1)
+pl {00607.p1|00608.p0} : 607 
+pl {00607.s2} (1)
+pl {00608.p1|00609.p0} : 608 
+pl {00608.s2} (1)
+pl {00609.p1|00610.p0} : 609 
+pl {00609.s2} (1)
+pl {00610.p1|00611.p0} : 610 
+pl {00610.s2} (1)
+pl {00611.p1|00612.p0} : 611 
+pl {00611.s2} (1)
+pl {00612.p1|00613.p0} : 612 
+pl {00612.s2} (1)
+pl {00613.p1|00614.p0} : 613 
+pl {00613.s2} (1)
+pl {00614.p1|00615.p0} : 614 
+pl {00614.s2} (1)
+pl {00615.p1|00616.p0} : 615 
+pl {00615.s2} (1)
+pl {00616.p1|00617.p0} : 616 
+pl {00616.s2} (1)
+pl {00617.p1|00618.p0} : 617 
+pl {00617.s2} (1)
+pl {00618.p1|00619.p0} : 618 
+pl {00618.s2} (1)
+pl {00619.p1|00620.p0} : 619 
+pl {00619.s2} (1)
+pl {00620.p1|00621.p0} : 620 
+pl {00620.s2} (1)
+pl {00621.p1|00622.p0} : 621 
+pl {00621.s2} (1)
+pl {00622.p1|00623.p0} : 622 
+pl {00622.s2} (1)
+pl {00623.p1|00624.p0} : 623 
+pl {00623.s2} (1)
+pl {00624.p1|00625.p0} : 624 
+pl {00624.s2} (1)
+pl {00625.p1|00626.p0} : 625 
+pl {00625.s2} (1)
+pl {00626.p1|00627.p0} : 626 
+pl {00626.s2} (1)
+pl {00627.p1|00628.p0} : 627 
+pl {00627.s2} (1)
+pl {00628.p1|00629.p0} : 628 
+pl {00628.s2} (1)
+pl {00629.p1|00630.p0} : 629 
+pl {00629.s2} (1)
+pl {00630.p1|00631.p0} : 630 
+pl {00630.s2} (1)
+pl {00631.p1|00632.p0} : 631 
+pl {00631.s2} (1)
+pl {00632.p1|00633.p0} : 632 
+pl {00632.s2} (1)
+pl {00633.p1|00634.p0} : 633 
+pl {00633.s2} (1)
+pl {00634.p1|00635.p0} : 634 
+pl {00634.s2} (1)
+pl {00635.p1|00636.p0} : 635 
+pl {00635.s2} (1)
+pl {00636.p1|00637.p0} : 636 
+pl {00636.s2} (1)
+pl {00637.p1|00638.p0} : 637 
+pl {00637.s2} (1)
+pl {00638.p1|00639.p0} : 638 
+pl {00638.s2} (1)
+pl {00639.p1|00640.p0} : 639 
+pl {00639.s2} (1)
+pl {00640.p1|00641.p0} : 640 
+pl {00640.s2} (1)
+pl {00641.p1|00642.p0} : 641 
+pl {00641.s2} (1)
+pl {00642.p1|00643.p0} : 642 
+pl {00642.s2} (1)
+pl {00643.p1|00644.p0} : 643 
+pl {00643.s2} (1)
+pl {00644.p1|00645.p0} : 644 
+pl {00644.s2} (1)
+pl {00645.p1|00646.p0} : 645 
+pl {00645.s2} (1)
+pl {00646.p1|00647.p0} : 646 
+pl {00646.s2} (1)
+pl {00647.p1|00648.p0} : 647 
+pl {00647.s2} (1)
+pl {00648.p1|00649.p0} : 648 
+pl {00648.s2} (1)
+pl {00649.p1|00650.p0} : 649 
+pl {00649.s2} (1)
+pl {00650.p1|00651.p0} : 650 
+pl {00650.s2} (1)
+pl {00651.p1|00652.p0} : 651 
+pl {00651.s2} (1)
+pl {00652.p1|00653.p0} : 652 
+pl {00652.s2} (1)
+pl {00653.p1|00654.p0} : 653 
+pl {00653.s2} (1)
+pl {00654.p1|00655.p0} : 654 
+pl {00654.s2} (1)
+pl {00655.p1|00656.p0} : 655 
+pl {00655.s2} (1)
+pl {00656.p1|00657.p0} : 656 
+pl {00656.s2} (1)
+pl {00657.p1|00658.p0} : 657 
+pl {00657.s2} (1)
+pl {00658.p1|00659.p0} : 658 
+pl {00658.s2} (1)
+pl {00659.p1|00660.p0} : 659 
+pl {00659.s2} (1)
+pl {00660.p1|00661.p0} : 660 
+pl {00660.s2} (1)
+pl {00661.p1|00662.p0} : 661 
+pl {00661.s2} (1)
+pl {00662.p1|00663.p0} : 662 
+pl {00662.s2} (1)
+pl {00663.p1|00664.p0} : 663 
+pl {00663.s2} (1)
+pl {00664.p1|00665.p0} : 664 
+pl {00664.s2} (1)
+pl {00665.p1|00666.p0} : 665 
+pl {00665.s2} (1)
+pl {00666.p1|00667.p0} : 666 
+pl {00666.s2} (1)
+pl {00667.p1|00668.p0} : 667 
+pl {00667.s2} (1)
+pl {00668.p1|00669.p0} : 668 
+pl {00668.s2} (1)
+pl {00669.p1|00670.p0} : 669 
+pl {00669.s2} (1)
+pl {00670.p1|00671.p0} : 670 
+pl {00670.s2} (1)
+pl {00671.p1|00672.p0} : 671 
+pl {00671.s2} (1)
+pl {00672.p1|00673.p0} : 672 
+pl {00672.s2} (1)
+pl {00673.p1|00674.p0} : 673 
+pl {00673.s2} (1)
+pl {00674.p1|00675.p0} : 674 
+pl {00674.s2} (1)
+pl {00675.p1|00676.p0} : 675 
+pl {00675.s2} (1)
+pl {00676.p1|00677.p0} : 676 
+pl {00676.s2} (1)
+pl {00677.p1|00678.p0} : 677 
+pl {00677.s2} (1)
+pl {00678.p1|00679.p0} : 678 
+pl {00678.s2} (1)
+pl {00679.p1|00680.p0} : 679 
+pl {00679.s2} (1)
+pl {00680.p1|00681.p0} : 680 
+pl {00680.s2} (1)
+pl {00681.p1|00682.p0} : 681 
+pl {00681.s2} (1)
+pl {00682.p1|00683.p0} : 682 
+pl {00682.s2} (1)
+pl {00683.p1|00684.p0} : 683 
+pl {00683.s2} (1)
+pl {00684.p1|00685.p0} : 684 
+pl {00684.s2} (1)
+pl {00685.p1|00686.p0} : 685 
+pl {00685.s2} (1)
+pl {00686.p1|00687.p0} : 686 
+pl {00686.s2} (1)
+pl {00687.p1|00688.p0} : 687 
+pl {00687.s2} (1)
+pl {00688.p1|00689.p0} : 688 
+pl {00688.s2} (1)
+pl {00689.p1|00690.p0} : 689 
+pl {00689.s2} (1)
+pl {00690.p1|00691.p0} : 690 
+pl {00690.s2} (1)
+pl {00691.p1|00692.p0} : 691 
+pl {00691.s2} (1)
+pl {00692.p1|00693.p0} : 692 
+pl {00692.s2} (1)
+pl {00693.p1|00694.p0} : 693 
+pl {00693.s2} (1)
+pl {00694.p1|00695.p0} : 694 
+pl {00694.s2} (1)
+pl {00695.p1|00696.p0} : 695 
+pl {00695.s2} (1)
+pl {00696.p1|00697.p0} : 696 
+pl {00696.s2} (1)
+pl {00697.p1|00698.p0} : 697 
+pl {00697.s2} (1)
+pl {00698.p1|00699.p0} : 698 
+pl {00698.s2} (1)
+pl {00699.p1|00700.p0} : 699 
+pl {00699.s2} (1)
+pl {00700.p1|00701.p0} : 700 
+pl {00700.s2} (1)
+pl {00701.p1|00702.p0} : 701 
+pl {00701.s2} (1)
+pl {00702.p1|00703.p0} : 702 
+pl {00702.s2} (1)
+pl {00703.p1|00704.p0} : 703 
+pl {00703.s2} (1)
+pl {00704.p1|00705.p0} : 704 
+pl {00704.s2} (1)
+pl {00705.p1|00706.p0} : 705 
+pl {00705.s2} (1)
+pl {00706.p1|00707.p0} : 706 
+pl {00706.s2} (1)
+pl {00707.p1|00708.p0} : 707 
+pl {00707.s2} (1)
+pl {00708.p1|00709.p0} : 708 
+pl {00708.s2} (1)
+pl {00709.p1|00710.p0} : 709 
+pl {00709.s2} (1)
+pl {00710.p1|00711.p0} : 710 
+pl {00710.s2} (1)
+pl {00711.p1|00712.p0} : 711 
+pl {00711.s2} (1)
+pl {00712.p1|00713.p0} : 712 
+pl {00712.s2} (1)
+pl {00713.p1|00714.p0} : 713 
+pl {00713.s2} (1)
+pl {00714.p1|00715.p0} : 714 
+pl {00714.s2} (1)
+pl {00715.p1|00716.p0} : 715 
+pl {00715.s2} (1)
+pl {00716.p1|00717.p0} : 716 
+pl {00716.s2} (1)
+pl {00717.p1|00718.p0} : 717 
+pl {00717.s2} (1)
+pl {00718.p1|00719.p0} : 718 
+pl {00718.s2} (1)
+pl {00719.p1|00720.p0} : 719 
+pl {00719.s2} (1)
+pl {00720.p1|00721.p0} : 720 
+pl {00720.s2} (1)
+pl {00721.p1|00722.p0} : 721 
+pl {00721.s2} (1)
+pl {00722.p1|00723.p0} : 722 
+pl {00722.s2} (1)
+pl {00723.p1|00724.p0} : 723 
+pl {00723.s2} (1)
+pl {00724.p1|00725.p0} : 724 
+pl {00724.s2} (1)
+pl {00725.p1|00726.p0} : 725 
+pl {00725.s2} (1)
+pl {00726.p1|00727.p0} : 726 
+pl {00726.s2} (1)
+pl {00727.p1|00728.p0} : 727 
+pl {00727.s2} (1)
+pl {00728.p1|00729.p0} : 728 
+pl {00728.s2} (1)
+pl {00729.p1|00730.p0} : 729 
+pl {00729.s2} (1)
+pl {00730.p1|00731.p0} : 730 
+pl {00730.s2} (1)
+pl {00731.p1|00732.p0} : 731 
+pl {00731.s2} (1)
+pl {00732.p1|00733.p0} : 732 
+pl {00732.s2} (1)
+pl {00733.p1|00734.p0} : 733 
+pl {00733.s2} (1)
+pl {00734.p1|00735.p0} : 734 
+pl {00734.s2} (1)
+pl {00735.p1|00736.p0} : 735 
+pl {00735.s2} (1)
+pl {00736.p1|00737.p0} : 736 
+pl {00736.s2} (1)
+pl {00737.p1|00738.p0} : 737 
+pl {00737.s2} (1)
+pl {00738.p1|00739.p0} : 738 
+pl {00738.s2} (1)
+pl {00739.p1|00740.p0} : 739 
+pl {00739.s2} (1)
+pl {00740.p1|00741.p0} : 740 
+pl {00740.s2} (1)
+pl {00741.p1|00742.p0} : 741 
+pl {00741.s2} (1)
+pl {00742.p1|00743.p0} : 742 
+pl {00742.s2} (1)
+pl {00743.p1|00744.p0} : 743 
+pl {00743.s2} (1)
+pl {00744.p1|00745.p0} : 744 
+pl {00744.s2} (1)
+pl {00745.p1|00746.p0} : 745 
+pl {00745.s2} (1)
+pl {00746.p1|00747.p0} : 746 
+pl {00746.s2} (1)
+pl {00747.p1|00748.p0} : 747 
+pl {00747.s2} (1)
+pl {00748.p1|00749.p0} : 748 
+pl {00748.s2} (1)
+pl {00749.p1|00750.p0} : 749 
+pl {00749.s2} (1)
+pl {00750.p1|00751.p0} : 750 
+pl {00750.s2} (1)
+pl {00751.p1|00752.p0} : 751 
+pl {00751.s2} (1)
+pl {00752.p1|00753.p0} : 752 
+pl {00752.s2} (1)
+pl {00753.p1|00754.p0} : 753 
+pl {00753.s2} (1)
+pl {00754.p1|00755.p0} : 754 
+pl {00754.s2} (1)
+pl {00755.p1|00756.p0} : 755 
+pl {00755.s2} (1)
+pl {00756.p1|00757.p0} : 756 
+pl {00756.s2} (1)
+pl {00757.p1|00758.p0} : 757 
+pl {00757.s2} (1)
+pl {00758.p1|00759.p0} : 758 
+pl {00758.s2} (1)
+pl {00759.p1|00760.p0} : 759 
+pl {00759.s2} (1)
+pl {00760.p1|00761.p0} : 760 
+pl {00760.s2} (1)
+pl {00761.p1|00762.p0} : 761 
+pl {00761.s2} (1)
+pl {00762.p1|00763.p0} : 762 
+pl {00762.s2} (1)
+pl {00763.p1|00764.p0} : 763 
+pl {00763.s2} (1)
+pl {00764.p1|00765.p0} : 764 
+pl {00764.s2} (1)
+pl {00765.p1|00766.p0} : 765 
+pl {00765.s2} (1)
+pl {00766.p1|00767.p0} : 766 
+pl {00766.s2} (1)
+pl {00767.p1|00768.p0} : 767 
+pl {00767.s2} (1)
+pl {00768.p1|00769.p0} : 768 
+pl {00768.s2} (1)
+pl {00769.p1|00770.p0} : 769 
+pl {00769.s2} (1)
+pl {00770.p1|00771.p0} : 770 
+pl {00770.s2} (1)
+pl {00771.p1|00772.p0} : 771 
+pl {00771.s2} (1)
+pl {00772.p1|00773.p0} : 772 
+pl {00772.s2} (1)
+pl {00773.p1|00774.p0} : 773 
+pl {00773.s2} (1)
+pl {00774.p1|00775.p0} : 774 
+pl {00774.s2} (1)
+pl {00775.p1|00776.p0} : 775 
+pl {00775.s2} (1)
+pl {00776.p1|00777.p0} : 776 
+pl {00776.s2} (1)
+pl {00777.p1|00778.p0} : 777 
+pl {00777.s2} (1)
+pl {00778.p1|00779.p0} : 778 
+pl {00778.s2} (1)
+pl {00779.p1|00780.p0} : 779 
+pl {00779.s2} (1)
+pl {00780.p1|00781.p0} : 780 
+pl {00780.s2} (1)
+pl {00781.p1|00782.p0} : 781 
+pl {00781.s2} (1)
+pl {00782.p1|00783.p0} : 782 
+pl {00782.s2} (1)
+pl {00783.p1|00784.p0} : 783 
+pl {00783.s2} (1)
+pl {00784.p1|00785.p0} : 784 
+pl {00784.s2} (1)
+pl {00785.p1|00786.p0} : 785 
+pl {00785.s2} (1)
+pl {00786.p1|00787.p0} : 786 
+pl {00786.s2} (1)
+pl {00787.p1|00788.p0} : 787 
+pl {00787.s2} (1)
+pl {00788.p1|00789.p0} : 788 
+pl {00788.s2} (1)
+pl {00789.p1|00790.p0} : 789 
+pl {00789.s2} (1)
+pl {00790.p1|00791.p0} : 790 
+pl {00790.s2} (1)
+pl {00791.p1|00792.p0} : 791 
+pl {00791.s2} (1)
+pl {00792.p1|00793.p0} : 792 
+pl {00792.s2} (1)
+pl {00793.p1|00794.p0} : 793 
+pl {00793.s2} (1)
+pl {00794.p1|00795.p0} : 794 
+pl {00794.s2} (1)
+pl {00795.p1|00796.p0} : 795 
+pl {00795.s2} (1)
+pl {00796.p1|00797.p0} : 796 
+pl {00796.s2} (1)
+pl {00797.p1|00798.p0} : 797 
+pl {00797.s2} (1)
+pl {00798.p1|00799.p0} : 798 
+pl {00798.s2} (1)
+pl {00799.p1|00800.p0} : 799 
+pl {00799.s2} (1)
+pl {00800.p1|00801.p0} : 800 
+pl {00800.s2} (1)
+pl {00801.p1|00802.p0} : 801 
+pl {00801.s2} (1)
+pl {00802.p1|00803.p0} : 802 
+pl {00802.s2} (1)
+pl {00803.p1|00804.p0} : 803 
+pl {00803.s2} (1)
+pl {00804.p1|00805.p0} : 804 
+pl {00804.s2} (1)
+pl {00805.p1|00806.p0} : 805 
+pl {00805.s2} (1)
+pl {00806.p1|00807.p0} : 806 
+pl {00806.s2} (1)
+pl {00807.p1|00808.p0} : 807 
+pl {00807.s2} (1)
+pl {00808.p1|00809.p0} : 808 
+pl {00808.s2} (1)
+pl {00809.p1|00810.p0} : 809 
+pl {00809.s2} (1)
+pl {00810.p1|00811.p0} : 810 
+pl {00810.s2} (1)
+pl {00811.p1|00812.p0} : 811 
+pl {00811.s2} (1)
+pl {00812.p1|00813.p0} : 812 
+pl {00812.s2} (1)
+pl {00813.p1|00814.p0} : 813 
+pl {00813.s2} (1)
+pl {00814.p1|00815.p0} : 814 
+pl {00814.s2} (1)
+pl {00815.p1|00816.p0} : 815 
+pl {00815.s2} (1)
+pl {00816.p1|00817.p0} : 816 
+pl {00816.s2} (1)
+pl {00817.p1|00818.p0} : 817 
+pl {00817.s2} (1)
+pl {00818.p1|00819.p0} : 818 
+pl {00818.s2} (1)
+pl {00819.p1|00820.p0} : 819 
+pl {00819.s2} (1)
+pl {00820.p1|00821.p0} : 820 
+pl {00820.s2} (1)
+pl {00821.p1|00822.p0} : 821 
+pl {00821.s2} (1)
+pl {00822.p1|00823.p0} : 822 
+pl {00822.s2} (1)
+pl {00823.p1|00824.p0} : 823 
+pl {00823.s2} (1)
+pl {00824.p1|00825.p0} : 824 
+pl {00824.s2} (1)
+pl {00825.p1|00826.p0} : 825 
+pl {00825.s2} (1)
+pl {00826.p1|00827.p0} : 826 
+pl {00826.s2} (1)
+pl {00827.p1|00828.p0} : 827 
+pl {00827.s2} (1)
+pl {00828.p1|00829.p0} : 828 
+pl {00828.s2} (1)
+pl {00829.p1|00830.p0} : 829 
+pl {00829.s2} (1)
+pl {00830.p1|00831.p0} : 830 
+pl {00830.s2} (1)
+pl {00831.p1|00832.p0} : 831 
+pl {00831.s2} (1)
+pl {00832.p1|00833.p0} : 832 
+pl {00832.s2} (1)
+pl {00833.p1|00834.p0} : 833 
+pl {00833.s2} (1)
+pl {00834.p1|00835.p0} : 834 
+pl {00834.s2} (1)
+pl {00835.p1|00836.p0} : 835 
+pl {00835.s2} (1)
+pl {00836.p1|00837.p0} : 836 
+pl {00836.s2} (1)
+pl {00837.p1|00838.p0} : 837 
+pl {00837.s2} (1)
+pl {00838.p1|00839.p0} : 838 
+pl {00838.s2} (1)
+pl {00839.p1|00840.p0} : 839 
+pl {00839.s2} (1)
+pl {00840.p1|00841.p0} : 840 
+pl {00840.s2} (1)
+pl {00841.p1|00842.p0} : 841 
+pl {00841.s2} (1)
+pl {00842.p1|00843.p0} : 842 
+pl {00842.s2} (1)
+pl {00843.p1|00844.p0} : 843 
+pl {00843.s2} (1)
+pl {00844.p1|00845.p0} : 844 
+pl {00844.s2} (1)
+pl {00845.p1|00846.p0} : 845 
+pl {00845.s2} (1)
+pl {00846.p1|00847.p0} : 846 
+pl {00846.s2} (1)
+pl {00847.p1|00848.p0} : 847 
+pl {00847.s2} (1)
+pl {00848.p1|00849.p0} : 848 
+pl {00848.s2} (1)
+pl {00849.p1|00850.p0} : 849 
+pl {00849.s2} (1)
+pl {00850.p1|00851.p0} : 850 
+pl {00850.s2} (1)
+pl {00851.p1|00852.p0} : 851 
+pl {00851.s2} (1)
+pl {00852.p1|00853.p0} : 852 
+pl {00852.s2} (1)
+pl {00853.p1|00854.p0} : 853 
+pl {00853.s2} (1)
+pl {00854.p1|00855.p0} : 854 
+pl {00854.s2} (1)
+pl {00855.p1|00856.p0} : 855 
+pl {00855.s2} (1)
+pl {00856.p1|00857.p0} : 856 
+pl {00856.s2} (1)
+pl {00857.p1|00858.p0} : 857 
+pl {00857.s2} (1)
+pl {00858.p1|00859.p0} : 858 
+pl {00858.s2} (1)
+pl {00859.p1|00860.p0} : 859 
+pl {00859.s2} (1)
+pl {00860.p1|00861.p0} : 860 
+pl {00860.s2} (1)
+pl {00861.p1|00862.p0} : 861 
+pl {00861.s2} (1)
+pl {00862.p1|00863.p0} : 862 
+pl {00862.s2} (1)
+pl {00863.p1|00864.p0} : 863 
+pl {00863.s2} (1)
+pl {00864.p1|00865.p0} : 864 
+pl {00864.s2} (1)
+pl {00865.p1|00866.p0} : 865 
+pl {00865.s2} (1)
+pl {00866.p1|00867.p0} : 866 
+pl {00866.s2} (1)
+pl {00867.p1|00868.p0} : 867 
+pl {00867.s2} (1)
+pl {00868.p1|00869.p0} : 868 
+pl {00868.s2} (1)
+pl {00869.p1|00870.p0} : 869 
+pl {00869.s2} (1)
+pl {00870.p1|00871.p0} : 870 
+pl {00870.s2} (1)
+pl {00871.p1|00872.p0} : 871 
+pl {00871.s2} (1)
+pl {00872.p1|00873.p0} : 872 
+pl {00872.s2} (1)
+pl {00873.p1|00874.p0} : 873 
+pl {00873.s2} (1)
+pl {00874.p1|00875.p0} : 874 
+pl {00874.s2} (1)
+pl {00875.p1|00876.p0} : 875 
+pl {00875.s2} (1)
+pl {00876.p1|00877.p0} : 876 
+pl {00876.s2} (1)
+pl {00877.p1|00878.p0} : 877 
+pl {00877.s2} (1)
+pl {00878.p1|00879.p0} : 878 
+pl {00878.s2} (1)
+pl {00879.p1|00880.p0} : 879 
+pl {00879.s2} (1)
+pl {00880.p1|00881.p0} : 880 
+pl {00880.s2} (1)
+pl {00881.p1|00882.p0} : 881 
+pl {00881.s2} (1)
+pl {00882.p1|00883.p0} : 882 
+pl {00882.s2} (1)
+pl {00883.p1|00884.p0} : 883 
+pl {00883.s2} (1)
+pl {00884.p1|00885.p0} : 884 
+pl {00884.s2} (1)
+pl {00885.p1|00886.p0} : 885 
+pl {00885.s2} (1)
+pl {00886.p1|00887.p0} : 886 
+pl {00886.s2} (1)
+pl {00887.p1|00888.p0} : 887 
+pl {00887.s2} (1)
+pl {00888.p1|00889.p0} : 888 
+pl {00888.s2} (1)
+pl {00889.p1|00890.p0} : 889 
+pl {00889.s2} (1)
+pl {00890.p1|00891.p0} : 890 
+pl {00890.s2} (1)
+pl {00891.p1|00892.p0} : 891 
+pl {00891.s2} (1)
+pl {00892.p1|00893.p0} : 892 
+pl {00892.s2} (1)
+pl {00893.p1|00894.p0} : 893 
+pl {00893.s2} (1)
+pl {00894.p1|00895.p0} : 894 
+pl {00894.s2} (1)
+pl {00895.p1|00896.p0} : 895 
+pl {00895.s2} (1)
+pl {00896.p1|00897.p0} : 896 
+pl {00896.s2} (1)
+pl {00897.p1|00898.p0} : 897 
+pl {00897.s2} (1)
+pl {00898.p1|00899.p0} : 898 
+pl {00898.s2} (1)
+pl {00899.p1|00900.p0} : 899 
+pl {00899.s2} (1)
+pl {00900.p1|00901.p0} : 900 
+pl {00900.s2} (1)
+pl {00901.p1|00902.p0} : 901 
+pl {00901.s2} (1)
+pl {00902.p1|00903.p0} : 902 
+pl {00902.s2} (1)
+pl {00903.p1|00904.p0} : 903 
+pl {00903.s2} (1)
+pl {00904.p1|00905.p0} : 904 
+pl {00904.s2} (1)
+pl {00905.p1|00906.p0} : 905 
+pl {00905.s2} (1)
+pl {00906.p1|00907.p0} : 906 
+pl {00906.s2} (1)
+pl {00907.p1|00908.p0} : 907 
+pl {00907.s2} (1)
+pl {00908.p1|00909.p0} : 908 
+pl {00908.s2} (1)
+pl {00909.p1|00910.p0} : 909 
+pl {00909.s2} (1)
+pl {00910.p1|00911.p0} : 910 
+pl {00910.s2} (1)
+pl {00911.p1|00912.p0} : 911 
+pl {00911.s2} (1)
+pl {00912.p1|00913.p0} : 912 
+pl {00912.s2} (1)
+pl {00913.p1|00914.p0} : 913 
+pl {00913.s2} (1)
+pl {00914.p1|00915.p0} : 914 
+pl {00914.s2} (1)
+pl {00915.p1|00916.p0} : 915 
+pl {00915.s2} (1)
+pl {00916.p1|00917.p0} : 916 
+pl {00916.s2} (1)
+pl {00917.p1|00918.p0} : 917 
+pl {00917.s2} (1)
+pl {00918.p1|00919.p0} : 918 
+pl {00918.s2} (1)
+pl {00919.p1|00920.p0} : 919 
+pl {00919.s2} (1)
+pl {00920.p1|00921.p0} : 920 
+pl {00920.s2} (1)
+pl {00921.p1|00922.p0} : 921 
+pl {00921.s2} (1)
+pl {00922.p1|00923.p0} : 922 
+pl {00922.s2} (1)
+pl {00923.p1|00924.p0} : 923 
+pl {00923.s2} (1)
+pl {00924.p1|00925.p0} : 924 
+pl {00924.s2} (1)
+pl {00925.p1|00926.p0} : 925 
+pl {00925.s2} (1)
+pl {00926.p1|00927.p0} : 926 
+pl {00926.s2} (1)
+pl {00927.p1|00928.p0} : 927 
+pl {00927.s2} (1)
+pl {00928.p1|00929.p0} : 928 
+pl {00928.s2} (1)
+pl {00929.p1|00930.p0} : 929 
+pl {00929.s2} (1)
+pl {00930.p1|00931.p0} : 930 
+pl {00930.s2} (1)
+pl {00931.p1|00932.p0} : 931 
+pl {00931.s2} (1)
+pl {00932.p1|00933.p0} : 932 
+pl {00932.s2} (1)
+pl {00933.p1|00934.p0} : 933 
+pl {00933.s2} (1)
+pl {00934.p1|00935.p0} : 934 
+pl {00934.s2} (1)
+pl {00935.p1|00936.p0} : 935 
+pl {00935.s2} (1)
+pl {00936.p1|00937.p0} : 936 
+pl {00936.s2} (1)
+pl {00937.p1|00938.p0} : 937 
+pl {00937.s2} (1)
+pl {00938.p1|00939.p0} : 938 
+pl {00938.s2} (1)
+pl {00939.p1|00940.p0} : 939 
+pl {00939.s2} (1)
+pl {00940.p1|00941.p0} : 940 
+pl {00940.s2} (1)
+pl {00941.p1|00942.p0} : 941 
+pl {00941.s2} (1)
+pl {00942.p1|00943.p0} : 942 
+pl {00942.s2} (1)
+pl {00943.p1|00944.p0} : 943 
+pl {00943.s2} (1)
+pl {00944.p1|00945.p0} : 944 
+pl {00944.s2} (1)
+pl {00945.p1|00946.p0} : 945 
+pl {00945.s2} (1)
+pl {00946.p1|00947.p0} : 946 
+pl {00946.s2} (1)
+pl {00947.p1|00948.p0} : 947 
+pl {00947.s2} (1)
+pl {00948.p1|00949.p0} : 948 
+pl {00948.s2} (1)
+pl {00949.p1|00950.p0} : 949 
+pl {00949.s2} (1)
+pl {00950.p1|00951.p0} : 950 
+pl {00950.s2} (1)
+pl {00951.p1|00952.p0} : 951 
+pl {00951.s2} (1)
+pl {00952.p1|00953.p0} : 952 
+pl {00952.s2} (1)
+pl {00953.p1|00954.p0} : 953 
+pl {00953.s2} (1)
+pl {00954.p1|00955.p0} : 954 
+pl {00954.s2} (1)
+pl {00955.p1|00956.p0} : 955 
+pl {00955.s2} (1)
+pl {00956.p1|00957.p0} : 956 
+pl {00956.s2} (1)
+pl {00957.p1|00958.p0} : 957 
+pl {00957.s2} (1)
+pl {00958.p1|00959.p0} : 958 
+pl {00958.s2} (1)
+pl {00959.p1|00960.p0} : 959 
+pl {00959.s2} (1)
+pl {00960.p1|00961.p0} : 960 
+pl {00960.s2} (1)
+pl {00961.p1|00962.p0} : 961 
+pl {00961.s2} (1)
+pl {00962.p1|00963.p0} : 962 
+pl {00962.s2} (1)
+pl {00963.p1|00964.p0} : 963 
+pl {00963.s2} (1)
+pl {00964.p1|00965.p0} : 964 
+pl {00964.s2} (1)
+pl {00965.p1|00966.p0} : 965 
+pl {00965.s2} (1)
+pl {00966.p1|00967.p0} : 966 
+pl {00966.s2} (1)
+pl {00967.p1|00968.p0} : 967 
+pl {00967.s2} (1)
+pl {00968.p1|00969.p0} : 968 
+pl {00968.s2} (1)
+pl {00969.p1|00970.p0} : 969 
+pl {00969.s2} (1)
+pl {00970.p1|00971.p0} : 970 
+pl {00970.s2} (1)
+pl {00971.p1|00972.p0} : 971 
+pl {00971.s2} (1)
+pl {00972.p1|00973.p0} : 972 
+pl {00972.s2} (1)
+pl {00973.p1|00974.p0} : 973 
+pl {00973.s2} (1)
+pl {00974.p1|00975.p0} : 974 
+pl {00974.s2} (1)
+pl {00975.p1|00976.p0} : 975 
+pl {00975.s2} (1)
+pl {00976.p1|00977.p0} : 976 
+pl {00976.s2} (1)
+pl {00977.p1|00978.p0} : 977 
+pl {00977.s2} (1)
+pl {00978.p1|00979.p0} : 978 
+pl {00978.s2} (1)
+pl {00979.p1|00980.p0} : 979 
+pl {00979.s2} (1)
+pl {00980.p1|00981.p0} : 980 
+pl {00980.s2} (1)
+pl {00981.p1|00982.p0} : 981 
+pl {00981.s2} (1)
+pl {00982.p1|00983.p0} : 982 
+pl {00982.s2} (1)
+pl {00983.p1|00984.p0} : 983 
+pl {00983.s2} (1)
+pl {00984.p1|00985.p0} : 984 
+pl {00984.s2} (1)
+pl {00985.p1|00986.p0} : 985 
+pl {00985.s2} (1)
+pl {00986.p1|00987.p0} : 986 
+pl {00986.s2} (1)
+pl {00987.p1|00988.p0} : 987 
+pl {00987.s2} (1)
+pl {00988.p1|00989.p0} : 988 
+pl {00988.s2} (1)
+pl {00989.p1|00990.p0} : 989 
+pl {00989.s2} (1)
+pl {00990.p1|00991.p0} : 990 
+pl {00990.s2} (1)
+pl {00991.p1|00992.p0} : 991 
+pl {00991.s2} (1)
+pl {00992.p1|00993.p0} : 992 
+pl {00992.s2} (1)
+pl {00993.p1|00994.p0} : 993 
+pl {00993.s2} (1)
+pl {00994.p1|00995.p0} : 994 
+pl {00994.s2} (1)
+pl {00995.p1|00996.p0} : 995 
+pl {00995.s2} (1)
+pl {00996.p1|00997.p0} : 996 
+pl {00996.s2} (1)
+pl {00997.p1|00998.p0} : 997 
+pl {00997.s2} (1)
+pl {00998.p1|00999.p0} : 998 
+pl {00998.s2} (1)
+pl {00999.p1|01000.p0} : 999 
+pl {00999.s2} (1)
+pl {01000.p1|01001.p0} : 1000 
+pl {01000.s2} (1)
+pl {01001.p1|01002.p0} : 1001 
+pl {01001.s2} (1)
+pl {01002.p1|01003.p0} : 1002 
+pl {01002.s2} (1)
+pl {01003.p1|01004.p0} : 1003 
+pl {01003.s2} (1)
+pl {01004.p1|01005.p0} : 1004 
+pl {01004.s2} (1)
+pl {01005.p1|01006.p0} : 1005 
+pl {01005.s2} (1)
+pl {01006.p1|01007.p0} : 1006 
+pl {01006.s2} (1)
+pl {01007.p1|01008.p0} : 1007 
+pl {01007.s2} (1)
+pl {01008.p1|01009.p0} : 1008 
+pl {01008.s2} (1)
+pl {01009.p1|01010.p0} : 1009 
+pl {01009.s2} (1)
+pl {01010.p1|01011.p0} : 1010 
+pl {01010.s2} (1)
+pl {01011.p1|01012.p0} : 1011 
+pl {01011.s2} (1)
+pl {01012.p1|01013.p0} : 1012 
+pl {01012.s2} (1)
+pl {01013.p1|01014.p0} : 1013 
+pl {01013.s2} (1)
+pl {01014.p1|01015.p0} : 1014 
+pl {01014.s2} (1)
+pl {01015.p1|01016.p0} : 1015 
+pl {01015.s2} (1)
+pl {01016.p1|01017.p0} : 1016 
+pl {01016.s2} (1)
+pl {01017.p1|01018.p0} : 1017 
+pl {01017.s2} (1)
+pl {01018.p1|01019.p0} : 1018 
+pl {01018.s2} (1)
+pl {01019.p1|01020.p0} : 1019 
+pl {01019.s2} (1)
+pl {01020.p1|01021.p0} : 1020 
+pl {01020.s2} (1)
+pl {01021.p1|01022.p0} : 1021 
+pl {01021.s2} (1)
+pl {01022.p1|01023.p0} : 1022 
+pl {01022.s2} (1)
+pl {01023.p1|01024.p0} : 1023 
+pl {01023.s2} (1)
+pl {01024.p1|01025.p0} : 1024 
+pl {01024.s2} (1)
+pl {01025.p1|01026.p0} : 1025 
+pl {01025.s2} (1)
+pl {01026.p1|01027.p0} : 1026 
+pl {01026.s2} (1)
+pl {01027.p1|01028.p0} : 1027 
+pl {01027.s2} (1)
+pl {01028.p1|01029.p0} : 1028 
+pl {01028.s2} (1)
+pl {01029.p1|01030.p0} : 1029 
+pl {01029.s2} (1)
+pl {01030.p1|01031.p0} : 1030 
+pl {01030.s2} (1)
+pl {01031.p1|01032.p0} : 1031 
+pl {01031.s2} (1)
+pl {01032.p1|01033.p0} : 1032 
+pl {01032.s2} (1)
+pl {01033.p1|01034.p0} : 1033 
+pl {01033.s2} (1)
+pl {01034.p1|01035.p0} : 1034 
+pl {01034.s2} (1)
+pl {01035.p1|01036.p0} : 1035 
+pl {01035.s2} (1)
+pl {01036.p1|01037.p0} : 1036 
+pl {01036.s2} (1)
+pl {01037.p1|01038.p0} : 1037 
+pl {01037.s2} (1)
+pl {01038.p1|01039.p0} : 1038 
+pl {01038.s2} (1)
+pl {01039.p1|01040.p0} : 1039 
+pl {01039.s2} (1)
+pl {01040.p1|01041.p0} : 1040 
+pl {01040.s2} (1)
+pl {01041.p1|01042.p0} : 1041 
+pl {01041.s2} (1)
+pl {01042.p1|01043.p0} : 1042 
+pl {01042.s2} (1)
+pl {01043.p1|01044.p0} : 1043 
+pl {01043.s2} (1)
+pl {01044.p1|01045.p0} : 1044 
+pl {01044.s2} (1)
+pl {01045.p1|01046.p0} : 1045 
+pl {01045.s2} (1)
+pl {01046.p1|01047.p0} : 1046 
+pl {01046.s2} (1)
+pl {01047.p1|01048.p0} : 1047 
+pl {01047.s2} (1)
+pl {01048.p1|01049.p0} : 1048 
+pl {01048.s2} (1)
+pl {01049.p1|01050.p0} : 1049 
+pl {01049.s2} (1)
+pl {01050.p1|01051.p0} : 1050 
+pl {01050.s2} (1)
+pl {01051.p1|01052.p0} : 1051 
+pl {01051.s2} (1)
+pl {01052.p1|01053.p0} : 1052 
+pl {01052.s2} (1)
+pl {01053.p1|01054.p0} : 1053 
+pl {01053.s2} (1)
+pl {01054.p1|01055.p0} : 1054 
+pl {01054.s2} (1)
+pl {01055.p1|01056.p0} : 1055 
+pl {01055.s2} (1)
+pl {01056.p1|01057.p0} : 1056 
+pl {01056.s2} (1)
+pl {01057.p1|01058.p0} : 1057 
+pl {01057.s2} (1)
+pl {01058.p1|01059.p0} : 1058 
+pl {01058.s2} (1)
+pl {01059.p1|01060.p0} : 1059 
+pl {01059.s2} (1)
+pl {01060.p1|01061.p0} : 1060 
+pl {01060.s2} (1)
+pl {01061.p1|01062.p0} : 1061 
+pl {01061.s2} (1)
+pl {01062.p1|01063.p0} : 1062 
+pl {01062.s2} (1)
+pl {01063.p1|01064.p0} : 1063 
+pl {01063.s2} (1)
+pl {01064.p1|01065.p0} : 1064 
+pl {01064.s2} (1)
+pl {01065.p1|01066.p0} : 1065 
+pl {01065.s2} (1)
+pl {01066.p1|01067.p0} : 1066 
+pl {01066.s2} (1)
+pl {01067.p1|01068.p0} : 1067 
+pl {01067.s2} (1)
+pl {01068.p1|01069.p0} : 1068 
+pl {01068.s2} (1)
+pl {01069.p1|01070.p0} : 1069 
+pl {01069.s2} (1)
+pl {01070.p1|01071.p0} : 1070 
+pl {01070.s2} (1)
+pl {01071.p1|01072.p0} : 1071 
+pl {01071.s2} (1)
+pl {01072.p1|01073.p0} : 1072 
+pl {01072.s2} (1)
+pl {01073.p1|01074.p0} : 1073 
+pl {01073.s2} (1)
+pl {01074.p1|01075.p0} : 1074 
+pl {01074.s2} (1)
+pl {01075.p1|01076.p0} : 1075 
+pl {01075.s2} (1)
+pl {01076.p1|01077.p0} : 1076 
+pl {01076.s2} (1)
+pl {01077.p1|01078.p0} : 1077 
+pl {01077.s2} (1)
+pl {01078.p1|01079.p0} : 1078 
+pl {01078.s2} (1)
+pl {01079.p1|01080.p0} : 1079 
+pl {01079.s2} (1)
+pl {01080.p1|01081.p0} : 1080 
+pl {01080.s2} (1)
+pl {01081.p1|01082.p0} : 1081 
+pl {01081.s2} (1)
+pl {01082.p1|01083.p0} : 1082 
+pl {01082.s2} (1)
+pl {01083.p1|01084.p0} : 1083 
+pl {01083.s2} (1)
+pl {01084.p1|01085.p0} : 1084 
+pl {01084.s2} (1)
+pl {01085.p1|01086.p0} : 1085 
+pl {01085.s2} (1)
+pl {01086.p1|01087.p0} : 1086 
+pl {01086.s2} (1)
+pl {01087.p1|01088.p0} : 1087 
+pl {01087.s2} (1)
+pl {01088.p1|01089.p0} : 1088 
+pl {01088.s2} (1)
+pl {01089.p1|01090.p0} : 1089 
+pl {01089.s2} (1)
+pl {01090.p1|01091.p0} : 1090 
+pl {01090.s2} (1)
+pl {01091.p1|01092.p0} : 1091 
+pl {01091.s2} (1)
+pl {01092.p1|01093.p0} : 1092 
+pl {01092.s2} (1)
+pl {01093.p1|01094.p0} : 1093 
+pl {01093.s2} (1)
+pl {01094.p1|01095.p0} : 1094 
+pl {01094.s2} (1)
+pl {01095.p1|01096.p0} : 1095 
+pl {01095.s2} (1)
+pl {01096.p1|01097.p0} : 1096 
+pl {01096.s2} (1)
+pl {01097.p1|01098.p0} : 1097 
+pl {01097.s2} (1)
+pl {01098.p1|01099.p0} : 1098 
+pl {01098.s2} (1)
+pl {01099.p1|01100.p0} : 1099 
+pl {01099.s2} (1)
+pl {01100.p1|01101.p0} : 1100 
+pl {01100.s2} (1)
+pl {01101.p1|01102.p0} : 1101 
+pl {01101.s2} (1)
+pl {01102.p1|01103.p0} : 1102 
+pl {01102.s2} (1)
+pl {01103.p1|01104.p0} : 1103 
+pl {01103.s2} (1)
+pl {01104.p1|01105.p0} : 1104 
+pl {01104.s2} (1)
+pl {01105.p1|01106.p0} : 1105 
+pl {01105.s2} (1)
+pl {01106.p1|01107.p0} : 1106 
+pl {01106.s2} (1)
+pl {01107.p1|01108.p0} : 1107 
+pl {01107.s2} (1)
+pl {01108.p1|01109.p0} : 1108 
+pl {01108.s2} (1)
+pl {01109.p1|01110.p0} : 1109 
+pl {01109.s2} (1)
+pl {01110.p1|01111.p0} : 1110 
+pl {01110.s2} (1)
+pl {01111.p1|01112.p0} : 1111 
+pl {01111.s2} (1)
+pl {01112.p1|01113.p0} : 1112 
+pl {01112.s2} (1)
+pl {01113.p1|01114.p0} : 1113 
+pl {01113.s2} (1)
+pl {01114.p1|01115.p0} : 1114 
+pl {01114.s2} (1)
+pl {01115.p1|01116.p0} : 1115 
+pl {01115.s2} (1)
+pl {01116.p1|01117.p0} : 1116 
+pl {01116.s2} (1)
+pl {01117.p1|01118.p0} : 1117 
+pl {01117.s2} (1)
+pl {01118.p1|01119.p0} : 1118 
+pl {01118.s2} (1)
+pl {01119.p1|01120.p0} : 1119 
+pl {01119.s2} (1)
+pl {01120.p1|01121.p0} : 1120 
+pl {01120.s2} (1)
+pl {01121.p1|01122.p0} : 1121 
+pl {01121.s2} (1)
+pl {01122.p1|01123.p0} : 1122 
+pl {01122.s2} (1)
+pl {01123.p1|01124.p0} : 1123 
+pl {01123.s2} (1)
+pl {01124.p1|01125.p0} : 1124 
+pl {01124.s2} (1)
+pl {01125.p1|01126.p0} : 1125 
+pl {01125.s2} (1)
+pl {01126.p1|01127.p0} : 1126 
+pl {01126.s2} (1)
+pl {01127.p1|01128.p0} : 1127 
+pl {01127.s2} (1)
+pl {01128.p1|01129.p0} : 1128 
+pl {01128.s2} (1)
+pl {01129.p1|01130.p0} : 1129 
+pl {01129.s2} (1)
+pl {01130.p1|01131.p0} : 1130 
+pl {01130.s2} (1)
+pl {01131.p1|01132.p0} : 1131 
+pl {01131.s2} (1)
+pl {01132.p1|01133.p0} : 1132 
+pl {01132.s2} (1)
+pl {01133.p1|01134.p0} : 1133 
+pl {01133.s2} (1)
+pl {01134.p1|01135.p0} : 1134 
+pl {01134.s2} (1)
+pl {01135.p1|01136.p0} : 1135 
+pl {01135.s2} (1)
+pl {01136.p1|01137.p0} : 1136 
+pl {01136.s2} (1)
+pl {01137.p1|01138.p0} : 1137 
+pl {01137.s2} (1)
+pl {01138.p1|01139.p0} : 1138 
+pl {01138.s2} (1)
+pl {01139.p1|01140.p0} : 1139 
+pl {01139.s2} (1)
+pl {01140.p1|01141.p0} : 1140 
+pl {01140.s2} (1)
+pl {01141.p1|01142.p0} : 1141 
+pl {01141.s2} (1)
+pl {01142.p1|01143.p0} : 1142 
+pl {01142.s2} (1)
+pl {01143.p1|01144.p0} : 1143 
+pl {01143.s2} (1)
+pl {01144.p1|01145.p0} : 1144 
+pl {01144.s2} (1)
+pl {01145.p1|01146.p0} : 1145 
+pl {01145.s2} (1)
+pl {01146.p1|01147.p0} : 1146 
+pl {01146.s2} (1)
+pl {01147.p1|01148.p0} : 1147 
+pl {01147.s2} (1)
+pl {01148.p1|01149.p0} : 1148 
+pl {01148.s2} (1)
+pl {01149.p1|01150.p0} : 1149 
+pl {01149.s2} (1)
+pl {01150.p1|01151.p0} : 1150 
+pl {01150.s2} (1)
+pl {01151.p1|01152.p0} : 1151 
+pl {01151.s2} (1)
+pl {01152.p1|01153.p0} : 1152 
+pl {01152.s2} (1)
+pl {01153.p1|01154.p0} : 1153 
+pl {01153.s2} (1)
+pl {01154.p1|01155.p0} : 1154 
+pl {01154.s2} (1)
+pl {01155.p1|01156.p0} : 1155 
+pl {01155.s2} (1)
+pl {01156.p1|01157.p0} : 1156 
+pl {01156.s2} (1)
+pl {01157.p1|01158.p0} : 1157 
+pl {01157.s2} (1)
+pl {01158.p1|01159.p0} : 1158 
+pl {01158.s2} (1)
+pl {01159.p1|01160.p0} : 1159 
+pl {01159.s2} (1)
+pl {01160.p1|01161.p0} : 1160 
+pl {01160.s2} (1)
+pl {01161.p1|01162.p0} : 1161 
+pl {01161.s2} (1)
+pl {01162.p1|01163.p0} : 1162 
+pl {01162.s2} (1)
+pl {01163.p1|01164.p0} : 1163 
+pl {01163.s2} (1)
+pl {01164.p1|01165.p0} : 1164 
+pl {01164.s2} (1)
+pl {01165.p1|01166.p0} : 1165 
+pl {01165.s2} (1)
+pl {01166.p1|01167.p0} : 1166 
+pl {01166.s2} (1)
+pl {01167.p1|01168.p0} : 1167 
+pl {01167.s2} (1)
+pl {01168.p1|01169.p0} : 1168 
+pl {01168.s2} (1)
+pl {01169.p1|01170.p0} : 1169 
+pl {01169.s2} (1)
+pl {01170.p1|01171.p0} : 1170 
+pl {01170.s2} (1)
+pl {01171.p1|01172.p0} : 1171 
+pl {01171.s2} (1)
+pl {01172.p1|01173.p0} : 1172 
+pl {01172.s2} (1)
+pl {01173.p1|01174.p0} : 1173 
+pl {01173.s2} (1)
+pl {01174.p1|01175.p0} : 1174 
+pl {01174.s2} (1)
+pl {01175.p1|01176.p0} : 1175 
+pl {01175.s2} (1)
+pl {01176.p1|01177.p0} : 1176 
+pl {01176.s2} (1)
+pl {01177.p1|01178.p0} : 1177 
+pl {01177.s2} (1)
+pl {01178.p1|01179.p0} : 1178 
+pl {01178.s2} (1)
+pl {01179.p1|01180.p0} : 1179 
+pl {01179.s2} (1)
+pl {01180.p1|01181.p0} : 1180 
+pl {01180.s2} (1)
+pl {01181.p1|01182.p0} : 1181 
+pl {01181.s2} (1)
+pl {01182.p1|01183.p0} : 1182 
+pl {01182.s2} (1)
+pl {01183.p1|01184.p0} : 1183 
+pl {01183.s2} (1)
+pl {01184.p1|01185.p0} : 1184 
+pl {01184.s2} (1)
+pl {01185.p1|01186.p0} : 1185 
+pl {01185.s2} (1)
+pl {01186.p1|01187.p0} : 1186 
+pl {01186.s2} (1)
+pl {01187.p1|01188.p0} : 1187 
+pl {01187.s2} (1)
+pl {01188.p1|01189.p0} : 1188 
+pl {01188.s2} (1)
+pl {01189.p1|01190.p0} : 1189 
+pl {01189.s2} (1)
+pl {01190.p1|01191.p0} : 1190 
+pl {01190.s2} (1)
+pl {01191.p1|01192.p0} : 1191 
+pl {01191.s2} (1)
+pl {01192.p1|01193.p0} : 1192 
+pl {01192.s2} (1)
+pl {01193.p1|01194.p0} : 1193 
+pl {01193.s2} (1)
+pl {01194.p1|01195.p0} : 1194 
+pl {01194.s2} (1)
+pl {01195.p1|01196.p0} : 1195 
+pl {01195.s2} (1)
+pl {01196.p1|01197.p0} : 1196 
+pl {01196.s2} (1)
+pl {01197.p1|01198.p0} : 1197 
+pl {01197.s2} (1)
+pl {01198.p1|01199.p0} : 1198 
+pl {01198.s2} (1)
+pl {01199.p1|01200.p0} : 1199 
+pl {01199.s2} (1)
+pl {01200.p1|01201.p0} : 1200 
+pl {01200.s2} (1)
+pl {01201.p1|01202.p0} : 1201 
+pl {01201.s2} (1)
+pl {01202.p1|01203.p0} : 1202 
+pl {01202.s2} (1)
+pl {01203.p1|01204.p0} : 1203 
+pl {01203.s2} (1)
+pl {01204.p1|01205.p0} : 1204 
+pl {01204.s2} (1)
+pl {01205.p1|01206.p0} : 1205 
+pl {01205.s2} (1)
+pl {01206.p1|01207.p0} : 1206 
+pl {01206.s2} (1)
+pl {01207.p1|01208.p0} : 1207 
+pl {01207.s2} (1)
+pl {01208.p1|01209.p0} : 1208 
+pl {01208.s2} (1)
+pl {01209.p1|01210.p0} : 1209 
+pl {01209.s2} (1)
+pl {01210.p1|01211.p0} : 1210 
+pl {01210.s2} (1)
+pl {01211.p1|01212.p0} : 1211 
+pl {01211.s2} (1)
+pl {01212.p1|01213.p0} : 1212 
+pl {01212.s2} (1)
+pl {01213.p1|01214.p0} : 1213 
+pl {01213.s2} (1)
+pl {01214.p1|01215.p0} : 1214 
+pl {01214.s2} (1)
+pl {01215.p1|01216.p0} : 1215 
+pl {01215.s2} (1)
+pl {01216.p1|01217.p0} : 1216 
+pl {01216.s2} (1)
+pl {01217.p1|01218.p0} : 1217 
+pl {01217.s2} (1)
+pl {01218.p1|01219.p0} : 1218 
+pl {01218.s2} (1)
+pl {01219.p1|01220.p0} : 1219 
+pl {01219.s2} (1)
+pl {01220.p1|01221.p0} : 1220 
+pl {01220.s2} (1)
+pl {01221.p1|01222.p0} : 1221 
+pl {01221.s2} (1)
+pl {01222.p1|01223.p0} : 1222 
+pl {01222.s2} (1)
+pl {01223.p1|01224.p0} : 1223 
+pl {01223.s2} (1)
+pl {01224.p1|01225.p0} : 1224 
+pl {01224.s2} (1)
+pl {01225.p1|01226.p0} : 1225 
+pl {01225.s2} (1)
+pl {01226.p1|01227.p0} : 1226 
+pl {01226.s2} (1)
+pl {01227.p1|01228.p0} : 1227 
+pl {01227.s2} (1)
+pl {01228.p1|01229.p0} : 1228 
+pl {01228.s2} (1)
+pl {01229.p1|01230.p0} : 1229 
+pl {01229.s2} (1)
+pl {01230.p1|01231.p0} : 1230 
+pl {01230.s2} (1)
+pl {01231.p1|01232.p0} : 1231 
+pl {01231.s2} (1)
+pl {01232.p1|01233.p0} : 1232 
+pl {01232.s2} (1)
+pl {01233.p1|01234.p0} : 1233 
+pl {01233.s2} (1)
+pl {01234.p1|01235.p0} : 1234 
+pl {01234.s2} (1)
+pl {01235.p1|01236.p0} : 1235 
+pl {01235.s2} (1)
+pl {01236.p1|01237.p0} : 1236 
+pl {01236.s2} (1)
+pl {01237.p1|01238.p0} : 1237 
+pl {01237.s2} (1)
+pl {01238.p1|01239.p0} : 1238 
+pl {01238.s2} (1)
+pl {01239.p1|01240.p0} : 1239 
+pl {01239.s2} (1)
+pl {01240.p1|01241.p0} : 1240 
+pl {01240.s2} (1)
+pl {01241.p1|01242.p0} : 1241 
+pl {01241.s2} (1)
+pl {01242.p1|01243.p0} : 1242 
+pl {01242.s2} (1)
+pl {01243.p1|01244.p0} : 1243 
+pl {01243.s2} (1)
+pl {01244.p1|01245.p0} : 1244 
+pl {01244.s2} (1)
+pl {01245.p1|01246.p0} : 1245 
+pl {01245.s2} (1)
+pl {01246.p1|01247.p0} : 1246 
+pl {01246.s2} (1)
+pl {01247.p1|01248.p0} : 1247 
+pl {01247.s2} (1)
+pl {01248.p1|01249.p0} : 1248 
+pl {01248.s2} (1)
+pl {01249.p1|01250.p0} : 1249 
+pl {01249.s2} (1)
+pl {01250.p1|01251.p0} : 1250 
+pl {01250.s2} (1)
+pl {01251.p1|01252.p0} : 1251 
+pl {01251.s2} (1)
+pl {01252.p1|01253.p0} : 1252 
+pl {01252.s2} (1)
+pl {01253.p1|01254.p0} : 1253 
+pl {01253.s2} (1)
+pl {01254.p1|01255.p0} : 1254 
+pl {01254.s2} (1)
+pl {01255.p1|01256.p0} : 1255 
+pl {01255.s2} (1)
+pl {01256.p1|01257.p0} : 1256 
+pl {01256.s2} (1)
+pl {01257.p1|01258.p0} : 1257 
+pl {01257.s2} (1)
+pl {01258.p1|01259.p0} : 1258 
+pl {01258.s2} (1)
+pl {01259.p1|01260.p0} : 1259 
+pl {01259.s2} (1)
+pl {01260.p1|01261.p0} : 1260 
+pl {01260.s2} (1)
+pl {01261.p1|01262.p0} : 1261 
+pl {01261.s2} (1)
+pl {01262.p1|01263.p0} : 1262 
+pl {01262.s2} (1)
+pl {01263.p1|01264.p0} : 1263 
+pl {01263.s2} (1)
+pl {01264.p1|01265.p0} : 1264 
+pl {01264.s2} (1)
+pl {01265.p1|01266.p0} : 1265 
+pl {01265.s2} (1)
+pl {01266.p1|01267.p0} : 1266 
+pl {01266.s2} (1)
+pl {01267.p1|01268.p0} : 1267 
+pl {01267.s2} (1)
+pl {01268.p1|01269.p0} : 1268 
+pl {01268.s2} (1)
+pl {01269.p1|01270.p0} : 1269 
+pl {01269.s2} (1)
+pl {01270.p1|01271.p0} : 1270 
+pl {01270.s2} (1)
+pl {01271.p1|01272.p0} : 1271 
+pl {01271.s2} (1)
+pl {01272.p1|01273.p0} : 1272 
+pl {01272.s2} (1)
+pl {01273.p1|01274.p0} : 1273 
+pl {01273.s2} (1)
+pl {01274.p1|01275.p0} : 1274 
+pl {01274.s2} (1)
+pl {01275.p1|01276.p0} : 1275 
+pl {01275.s2} (1)
+pl {01276.p1|01277.p0} : 1276 
+pl {01276.s2} (1)
+pl {01277.p1|01278.p0} : 1277 
+pl {01277.s2} (1)
+pl {01278.p1|01279.p0} : 1278 
+pl {01278.s2} (1)
+pl {01279.p1|01280.p0} : 1279 
+pl {01279.s2} (1)
+pl {01280.p1|01281.p0} : 1280 
+pl {01280.s2} (1)
+pl {01281.p1|01282.p0} : 1281 
+pl {01281.s2} (1)
+pl {01282.p1|01283.p0} : 1282 
+pl {01282.s2} (1)
+pl {01283.p1|01284.p0} : 1283 
+pl {01283.s2} (1)
+pl {01284.p1|01285.p0} : 1284 
+pl {01284.s2} (1)
+pl {01285.p1|01286.p0} : 1285 
+pl {01285.s2} (1)
+pl {01286.p1|01287.p0} : 1286 
+pl {01286.s2} (1)
+pl {01287.p1|01288.p0} : 1287 
+pl {01287.s2} (1)
+pl {01288.p1|01289.p0} : 1288 
+pl {01288.s2} (1)
+pl {01289.p1|01290.p0} : 1289 
+pl {01289.s2} (1)
+pl {01290.p1|01291.p0} : 1290 
+pl {01290.s2} (1)
+pl {01291.p1|01292.p0} : 1291 
+pl {01291.s2} (1)
+pl {01292.p1|01293.p0} : 1292 
+pl {01292.s2} (1)
+pl {01293.p1|01294.p0} : 1293 
+pl {01293.s2} (1)
+pl {01294.p1|01295.p0} : 1294 
+pl {01294.s2} (1)
+pl {01295.p1|01296.p0} : 1295 
+pl {01295.s2} (1)
+pl {01296.p1|01297.p0} : 1296 
+pl {01296.s2} (1)
+pl {01297.p1|01298.p0} : 1297 
+pl {01297.s2} (1)
+pl {01298.p1|01299.p0} : 1298 
+pl {01298.s2} (1)
+pl {01299.p1|01300.p0} : 1299 
+pl {01299.s2} (1)
+pl {01300.p1|01301.p0} : 1300 
+pl {01300.s2} (1)
+pl {01301.p1|01302.p0} : 1301 
+pl {01301.s2} (1)
+pl {01302.p1|01303.p0} : 1302 
+pl {01302.s2} (1)
+pl {01303.p1|01304.p0} : 1303 
+pl {01303.s2} (1)
+pl {01304.p1|01305.p0} : 1304 
+pl {01304.s2} (1)
+pl {01305.p1|01306.p0} : 1305 
+pl {01305.s2} (1)
+pl {01306.p1|01307.p0} : 1306 
+pl {01306.s2} (1)
+pl {01307.p1|01308.p0} : 1307 
+pl {01307.s2} (1)
+pl {01308.p1|01309.p0} : 1308 
+pl {01308.s2} (1)
+pl {01309.p1|01310.p0} : 1309 
+pl {01309.s2} (1)
+pl {01310.p1|01311.p0} : 1310 
+pl {01310.s2} (1)
+pl {01311.p1|01312.p0} : 1311 
+pl {01311.s2} (1)
+pl {01312.p1|01313.p0} : 1312 
+pl {01312.s2} (1)
+pl {01313.p1|01314.p0} : 1313 
+pl {01313.s2} (1)
+pl {01314.p1|01315.p0} : 1314 
+pl {01314.s2} (1)
+pl {01315.p1|01316.p0} : 1315 
+pl {01315.s2} (1)
+pl {01316.p1|01317.p0} : 1316 
+pl {01316.s2} (1)
+pl {01317.p1|01318.p0} : 1317 
+pl {01317.s2} (1)
+pl {01318.p1|01319.p0} : 1318 
+pl {01318.s2} (1)
+pl {01319.p1|01320.p0} : 1319 
+pl {01319.s2} (1)
+pl {01320.p1|01321.p0} : 1320 
+pl {01320.s2} (1)
+pl {01321.p1|01322.p0} : 1321 
+pl {01321.s2} (1)
+pl {01322.p1|01323.p0} : 1322 
+pl {01322.s2} (1)
+pl {01323.p1|01324.p0} : 1323 
+pl {01323.s2} (1)
+pl {01324.p1|01325.p0} : 1324 
+pl {01324.s2} (1)
+pl {01325.p1|01326.p0} : 1325 
+pl {01325.s2} (1)
+pl {01326.p1|01327.p0} : 1326 
+pl {01326.s2} (1)
+pl {01327.p1|01328.p0} : 1327 
+pl {01327.s2} (1)
+pl {01328.p1|01329.p0} : 1328 
+pl {01328.s2} (1)
+pl {01329.p1|01330.p0} : 1329 
+pl {01329.s2} (1)
+pl {01330.p1|01331.p0} : 1330 
+pl {01330.s2} (1)
+pl {01331.p1|01332.p0} : 1331 
+pl {01331.s2} (1)
+pl {01332.p1|01333.p0} : 1332 
+pl {01332.s2} (1)
+pl {01333.p1|01334.p0} : 1333 
+pl {01333.s2} (1)
+pl {01334.p1|01335.p0} : 1334 
+pl {01334.s2} (1)
+pl {01335.p1|01336.p0} : 1335 
+pl {01335.s2} (1)
+pl {01336.p1|01337.p0} : 1336 
+pl {01336.s2} (1)
+pl {01337.p1|01338.p0} : 1337 
+pl {01337.s2} (1)
+pl {01338.p1|01339.p0} : 1338 
+pl {01338.s2} (1)
+pl {01339.p1|01340.p0} : 1339 
+pl {01339.s2} (1)
+pl {01340.p1|01341.p0} : 1340 
+pl {01340.s2} (1)
+pl {01341.p1|01342.p0} : 1341 
+pl {01341.s2} (1)
+pl {01342.p1|01343.p0} : 1342 
+pl {01342.s2} (1)
+pl {01343.p1|01344.p0} : 1343 
+pl {01343.s2} (1)
+pl {01344.p1|01345.p0} : 1344 
+pl {01344.s2} (1)
+pl {01345.p1|01346.p0} : 1345 
+pl {01345.s2} (1)
+pl {01346.p1|01347.p0} : 1346 
+pl {01346.s2} (1)
+pl {01347.p1|01348.p0} : 1347 
+pl {01347.s2} (1)
+pl {01348.p1|01349.p0} : 1348 
+pl {01348.s2} (1)
+pl {01349.p1|01350.p0} : 1349 
+pl {01349.s2} (1)
+pl {01350.p1|01351.p0} : 1350 
+pl {01350.s2} (1)
+pl {01351.p1|01352.p0} : 1351 
+pl {01351.s2} (1)
+pl {01352.p1|01353.p0} : 1352 
+pl {01352.s2} (1)
+pl {01353.p1|01354.p0} : 1353 
+pl {01353.s2} (1)
+pl {01354.p1|01355.p0} : 1354 
+pl {01354.s2} (1)
+pl {01355.p1|01356.p0} : 1355 
+pl {01355.s2} (1)
+pl {01356.p1|01357.p0} : 1356 
+pl {01356.s2} (1)
+pl {01357.p1|01358.p0} : 1357 
+pl {01357.s2} (1)
+pl {01358.p1|01359.p0} : 1358 
+pl {01358.s2} (1)
+pl {01359.p1|01360.p0} : 1359 
+pl {01359.s2} (1)
+pl {01360.p1|01361.p0} : 1360 
+pl {01360.s2} (1)
+pl {01361.p1|01362.p0} : 1361 
+pl {01361.s2} (1)
+pl {01362.p1|01363.p0} : 1362 
+pl {01362.s2} (1)
+pl {01363.p1|01364.p0} : 1363 
+pl {01363.s2} (1)
+pl {01364.p1|01365.p0} : 1364 
+pl {01364.s2} (1)
+pl {01365.p1|01366.p0} : 1365 
+pl {01365.s2} (1)
+pl {01366.p1|01367.p0} : 1366 
+pl {01366.s2} (1)
+pl {01367.p1|01368.p0} : 1367 
+pl {01367.s2} (1)
+pl {01368.p1|01369.p0} : 1368 
+pl {01368.s2} (1)
+pl {01369.p1|01370.p0} : 1369 
+pl {01369.s2} (1)
+pl {01370.p1|01371.p0} : 1370 
+pl {01370.s2} (1)
+pl {01371.p1|01372.p0} : 1371 
+pl {01371.s2} (1)
+pl {01372.p1|01373.p0} : 1372 
+pl {01372.s2} (1)
+pl {01373.p1|01374.p0} : 1373 
+pl {01373.s2} (1)
+pl {01374.p1|01375.p0} : 1374 
+pl {01374.s2} (1)
+pl {01375.p1|01376.p0} : 1375 
+pl {01375.s2} (1)
+pl {01376.p1|01377.p0} : 1376 
+pl {01376.s2} (1)
+pl {01377.p1|01378.p0} : 1377 
+pl {01377.s2} (1)
+pl {01378.p1|01379.p0} : 1378 
+pl {01378.s2} (1)
+pl {01379.p1|01380.p0} : 1379 
+pl {01379.s2} (1)
+pl {01380.p1|01381.p0} : 1380 
+pl {01380.s2} (1)
+pl {01381.p1|01382.p0} : 1381 
+pl {01381.s2} (1)
+pl {01382.p1|01383.p0} : 1382 
+pl {01382.s2} (1)
+pl {01383.p1|01384.p0} : 1383 
+pl {01383.s2} (1)
+pl {01384.p1|01385.p0} : 1384 
+pl {01384.s2} (1)
+pl {01385.p1|01386.p0} : 1385 
+pl {01385.s2} (1)
+pl {01386.p1|01387.p0} : 1386 
+pl {01386.s2} (1)
+pl {01387.p1|01388.p0} : 1387 
+pl {01387.s2} (1)
+pl {01388.p1|01389.p0} : 1388 
+pl {01388.s2} (1)
+pl {01389.p1|01390.p0} : 1389 
+pl {01389.s2} (1)
+pl {01390.p1|01391.p0} : 1390 
+pl {01390.s2} (1)
+pl {01391.p1|01392.p0} : 1391 
+pl {01391.s2} (1)
+pl {01392.p1|01393.p0} : 1392 
+pl {01392.s2} (1)
+pl {01393.p1|01394.p0} : 1393 
+pl {01393.s2} (1)
+pl {01394.p1|01395.p0} : 1394 
+pl {01394.s2} (1)
+pl {01395.p1|01396.p0} : 1395 
+pl {01395.s2} (1)
+pl {01396.p1|01397.p0} : 1396 
+pl {01396.s2} (1)
+pl {01397.p1|01398.p0} : 1397 
+pl {01397.s2} (1)
+pl {01398.p1|01399.p0} : 1398 
+pl {01398.s2} (1)
+pl {01399.p1|01400.p0} : 1399 
+pl {01399.s2} (1)
+pl {01400.p1|01401.p0} : 1400 
+pl {01400.s2} (1)
+pl {01401.p1|01402.p0} : 1401 
+pl {01401.s2} (1)
+pl {01402.p1|01403.p0} : 1402 
+pl {01402.s2} (1)
+pl {01403.p1|01404.p0} : 1403 
+pl {01403.s2} (1)
+pl {01404.p1|01405.p0} : 1404 
+pl {01404.s2} (1)
+pl {01405.p1|01406.p0} : 1405 
+pl {01405.s2} (1)
+pl {01406.p1|01407.p0} : 1406 
+pl {01406.s2} (1)
+pl {01407.p1|01408.p0} : 1407 
+pl {01407.s2} (1)
+pl {01408.p1|01409.p0} : 1408 
+pl {01408.s2} (1)
+pl {01409.p1|01410.p0} : 1409 
+pl {01409.s2} (1)
+pl {01410.p1|01411.p0} : 1410 
+pl {01410.s2} (1)
+pl {01411.p1|01412.p0} : 1411 
+pl {01411.s2} (1)
+pl {01412.p1|01413.p0} : 1412 
+pl {01412.s2} (1)
+pl {01413.p1|01414.p0} : 1413 
+pl {01413.s2} (1)
+pl {01414.p1|01415.p0} : 1414 
+pl {01414.s2} (1)
+pl {01415.p1|01416.p0} : 1415 
+pl {01415.s2} (1)
+pl {01416.p1|01417.p0} : 1416 
+pl {01416.s2} (1)
+pl {01417.p1|01418.p0} : 1417 
+pl {01417.s2} (1)
+pl {01418.p1|01419.p0} : 1418 
+pl {01418.s2} (1)
+pl {01419.p1|01420.p0} : 1419 
+pl {01419.s2} (1)
+pl {01420.p1|01421.p0} : 1420 
+pl {01420.s2} (1)
+pl {01421.p1|01422.p0} : 1421 
+pl {01421.s2} (1)
+pl {01422.p1|01423.p0} : 1422 
+pl {01422.s2} (1)
+pl {01423.p1|01424.p0} : 1423 
+pl {01423.s2} (1)
+pl {01424.p1|01425.p0} : 1424 
+pl {01424.s2} (1)
+pl {01425.p1|01426.p0} : 1425 
+pl {01425.s2} (1)
+pl {01426.p1|01427.p0} : 1426 
+pl {01426.s2} (1)
+pl {01427.p1|01428.p0} : 1427 
+pl {01427.s2} (1)
+pl {01428.p1|01429.p0} : 1428 
+pl {01428.s2} (1)
+pl {01429.p1|01430.p0} : 1429 
+pl {01429.s2} (1)
+pl {01430.p1|01431.p0} : 1430 
+pl {01430.s2} (1)
+pl {01431.p1|01432.p0} : 1431 
+pl {01431.s2} (1)
+pl {01432.p1|01433.p0} : 1432 
+pl {01432.s2} (1)
+pl {01433.p1|01434.p0} : 1433 
+pl {01433.s2} (1)
+pl {01434.p1|01435.p0} : 1434 
+pl {01434.s2} (1)
+pl {01435.p1|01436.p0} : 1435 
+pl {01435.s2} (1)
+pl {01436.p1|01437.p0} : 1436 
+pl {01436.s2} (1)
+pl {01437.p1|01438.p0} : 1437 
+pl {01437.s2} (1)
+pl {01438.p1|01439.p0} : 1438 
+pl {01438.s2} (1)
+pl {01439.p1|01440.p0} : 1439 
+pl {01439.s2} (1)
+pl {01440.p1|01441.p0} : 1440 
+pl {01440.s2} (1)
+pl {01441.p1|01442.p0} : 1441 
+pl {01441.s2} (1)
+pl {01442.p1|01443.p0} : 1442 
+pl {01442.s2} (1)
+pl {01443.p1|01444.p0} : 1443 
+pl {01443.s2} (1)
+pl {01444.p1|01445.p0} : 1444 
+pl {01444.s2} (1)
+pl {01445.p1|01446.p0} : 1445 
+pl {01445.s2} (1)
+pl {01446.p1|01447.p0} : 1446 
+pl {01446.s2} (1)
+pl {01447.p1|01448.p0} : 1447 
+pl {01447.s2} (1)
+pl {01448.p1|01449.p0} : 1448 
+pl {01448.s2} (1)
+pl {01449.p1|01450.p0} : 1449 
+pl {01449.s2} (1)
+pl {01450.p1|01451.p0} : 1450 
+pl {01450.s2} (1)
+pl {01451.p1|01452.p0} : 1451 
+pl {01451.s2} (1)
+pl {01452.p1|01453.p0} : 1452 
+pl {01452.s2} (1)
+pl {01453.p1|01454.p0} : 1453 
+pl {01453.s2} (1)
+pl {01454.p1|01455.p0} : 1454 
+pl {01454.s2} (1)
+pl {01455.p1|01456.p0} : 1455 
+pl {01455.s2} (1)
+pl {01456.p1|01457.p0} : 1456 
+pl {01456.s2} (1)
+pl {01457.p1|01458.p0} : 1457 
+pl {01457.s2} (1)
+pl {01458.p1|01459.p0} : 1458 
+pl {01458.s2} (1)
+pl {01459.p1|01460.p0} : 1459 
+pl {01459.s2} (1)
+pl {01460.p1|01461.p0} : 1460 
+pl {01460.s2} (1)
+pl {01461.p1|01462.p0} : 1461 
+pl {01461.s2} (1)
+pl {01462.p1|01463.p0} : 1462 
+pl {01462.s2} (1)
+pl {01463.p1|01464.p0} : 1463 
+pl {01463.s2} (1)
+pl {01464.p1|01465.p0} : 1464 
+pl {01464.s2} (1)
+pl {01465.p1|01466.p0} : 1465 
+pl {01465.s2} (1)
+pl {01466.p1|01467.p0} : 1466 
+pl {01466.s2} (1)
+pl {01467.p1|01468.p0} : 1467 
+pl {01467.s2} (1)
+pl {01468.p1|01469.p0} : 1468 
+pl {01468.s2} (1)
+pl {01469.p1|01470.p0} : 1469 
+pl {01469.s2} (1)
+pl {01470.p1|01471.p0} : 1470 
+pl {01470.s2} (1)
+pl {01471.p1|01472.p0} : 1471 
+pl {01471.s2} (1)
+pl {01472.p1|01473.p0} : 1472 
+pl {01472.s2} (1)
+pl {01473.p1|01474.p0} : 1473 
+pl {01473.s2} (1)
+pl {01474.p1|01475.p0} : 1474 
+pl {01474.s2} (1)
+pl {01475.p1|01476.p0} : 1475 
+pl {01475.s2} (1)
+pl {01476.p1|01477.p0} : 1476 
+pl {01476.s2} (1)
+pl {01477.p1|01478.p0} : 1477 
+pl {01477.s2} (1)
+pl {01478.p1|01479.p0} : 1478 
+pl {01478.s2} (1)
+pl {01479.p1|01480.p0} : 1479 
+pl {01479.s2} (1)
+pl {01480.p1|01481.p0} : 1480 
+pl {01480.s2} (1)
+pl {01481.p1|01482.p0} : 1481 
+pl {01481.s2} (1)
+pl {01482.p1|01483.p0} : 1482 
+pl {01482.s2} (1)
+pl {01483.p1|01484.p0} : 1483 
+pl {01483.s2} (1)
+pl {01484.p1|01485.p0} : 1484 
+pl {01484.s2} (1)
+pl {01485.p1|01486.p0} : 1485 
+pl {01485.s2} (1)
+pl {01486.p1|01487.p0} : 1486 
+pl {01486.s2} (1)
+pl {01487.p1|01488.p0} : 1487 
+pl {01487.s2} (1)
+pl {01488.p1|01489.p0} : 1488 
+pl {01488.s2} (1)
+pl {01489.p1|01490.p0} : 1489 
+pl {01489.s2} (1)
+pl {01490.p1|01491.p0} : 1490 
+pl {01490.s2} (1)
+pl {01491.p1|01492.p0} : 1491 
+pl {01491.s2} (1)
+pl {01492.p1|01493.p0} : 1492 
+pl {01492.s2} (1)
+pl {01493.p1|01494.p0} : 1493 
+pl {01493.s2} (1)
+pl {01494.p1|01495.p0} : 1494 
+pl {01494.s2} (1)
+pl {01495.p1|01496.p0} : 1495 
+pl {01495.s2} (1)
+pl {01496.p1|01497.p0} : 1496 
+pl {01496.s2} (1)
+pl {01497.p1|01498.p0} : 1497 
+pl {01497.s2} (1)
+pl {01498.p1|01499.p0} : 1498 
+pl {01498.s2} (1)
+pl {01499.p1|01500.p0} : 1499 
+pl {01499.s2} (1)
+pl {01500.p1|01501.p0} : 1500 
+pl {01500.s2} (1)
+pl {01501.p1|01502.p0} : 1501 
+pl {01501.s2} (1)
+pl {01502.p1|01503.p0} : 1502 
+pl {01502.s2} (1)
+pl {01503.p1|01504.p0} : 1503 
+pl {01503.s2} (1)
+pl {01504.p1|01505.p0} : 1504 
+pl {01504.s2} (1)
+pl {01505.p1|01506.p0} : 1505 
+pl {01505.s2} (1)
+pl {01506.p1|01507.p0} : 1506 
+pl {01506.s2} (1)
+pl {01507.p1|01508.p0} : 1507 
+pl {01507.s2} (1)
+pl {01508.p1|01509.p0} : 1508 
+pl {01508.s2} (1)
+pl {01509.p1|01510.p0} : 1509 
+pl {01509.s2} (1)
+pl {01510.p1|01511.p0} : 1510 
+pl {01510.s2} (1)
+pl {01511.p1|01512.p0} : 1511 
+pl {01511.s2} (1)
+pl {01512.p1|01513.p0} : 1512 
+pl {01512.s2} (1)
+pl {01513.p1|01514.p0} : 1513 
+pl {01513.s2} (1)
+pl {01514.p1|01515.p0} : 1514 
+pl {01514.s2} (1)
+pl {01515.p1|01516.p0} : 1515 
+pl {01515.s2} (1)
+pl {01516.p1|01517.p0} : 1516 
+pl {01516.s2} (1)
+pl {01517.p1|01518.p0} : 1517 
+pl {01517.s2} (1)
+pl {01518.p1|01519.p0} : 1518 
+pl {01518.s2} (1)
+pl {01519.p1|01520.p0} : 1519 
+pl {01519.s2} (1)
+pl {01520.p1|01521.p0} : 1520 
+pl {01520.s2} (1)
+pl {01521.p1|01522.p0} : 1521 
+pl {01521.s2} (1)
+pl {01522.p1|01523.p0} : 1522 
+pl {01522.s2} (1)
+pl {01523.p1|01524.p0} : 1523 
+pl {01523.s2} (1)
+pl {01524.p1|01525.p0} : 1524 
+pl {01524.s2} (1)
+pl {01525.p1|01526.p0} : 1525 
+pl {01525.s2} (1)
+pl {01526.p1|01527.p0} : 1526 
+pl {01526.s2} (1)
+pl {01527.p1|01528.p0} : 1527 
+pl {01527.s2} (1)
+pl {01528.p1|01529.p0} : 1528 
+pl {01528.s2} (1)
+pl {01529.p1|01530.p0} : 1529 
+pl {01529.s2} (1)
+pl {01530.p1|01531.p0} : 1530 
+pl {01530.s2} (1)
+pl {01531.p1|01532.p0} : 1531 
+pl {01531.s2} (1)
+pl {01532.p1|01533.p0} : 1532 
+pl {01532.s2} (1)
+pl {01533.p1|01534.p0} : 1533 
+pl {01533.s2} (1)
+pl {01534.p1|01535.p0} : 1534 
+pl {01534.s2} (1)
+pl {01535.p1|01536.p0} : 1535 
+pl {01535.s2} (1)
+pl {01536.p1|01537.p0} : 1536 
+pl {01536.s2} (1)
+pl {01537.p1|01538.p0} : 1537 
+pl {01537.s2} (1)
+pl {01538.p1|01539.p0} : 1538 
+pl {01538.s2} (1)
+pl {01539.p1|01540.p0} : 1539 
+pl {01539.s2} (1)
+pl {01540.p1|01541.p0} : 1540 
+pl {01540.s2} (1)
+pl {01541.p1|01542.p0} : 1541 
+pl {01541.s2} (1)
+pl {01542.p1|01543.p0} : 1542 
+pl {01542.s2} (1)
+pl {01543.p1|01544.p0} : 1543 
+pl {01543.s2} (1)
+pl {01544.p1|01545.p0} : 1544 
+pl {01544.s2} (1)
+pl {01545.p1|01546.p0} : 1545 
+pl {01545.s2} (1)
+pl {01546.p1|01547.p0} : 1546 
+pl {01546.s2} (1)
+pl {01547.p1|01548.p0} : 1547 
+pl {01547.s2} (1)
+pl {01548.p1|01549.p0} : 1548 
+pl {01548.s2} (1)
+pl {01549.p1|01550.p0} : 1549 
+pl {01549.s2} (1)
+pl {01550.p1|01551.p0} : 1550 
+pl {01550.s2} (1)
+pl {01551.p1|01552.p0} : 1551 
+pl {01551.s2} (1)
+pl {01552.p1|01553.p0} : 1552 
+pl {01552.s2} (1)
+pl {01553.p1|01554.p0} : 1553 
+pl {01553.s2} (1)
+pl {01554.p1|01555.p0} : 1554 
+pl {01554.s2} (1)
+pl {01555.p1|01556.p0} : 1555 
+pl {01555.s2} (1)
+pl {01556.p1|01557.p0} : 1556 
+pl {01556.s2} (1)
+pl {01557.p1|01558.p0} : 1557 
+pl {01557.s2} (1)
+pl {01558.p1|01559.p0} : 1558 
+pl {01558.s2} (1)
+pl {01559.p1|01560.p0} : 1559 
+pl {01559.s2} (1)
+pl {01560.p1|01561.p0} : 1560 
+pl {01560.s2} (1)
+pl {01561.p1|01562.p0} : 1561 
+pl {01561.s2} (1)
+pl {01562.p1|01563.p0} : 1562 
+pl {01562.s2} (1)
+pl {01563.p1|01564.p0} : 1563 
+pl {01563.s2} (1)
+pl {01564.p1|01565.p0} : 1564 
+pl {01564.s2} (1)
+pl {01565.p1|01566.p0} : 1565 
+pl {01565.s2} (1)
+pl {01566.p1|01567.p0} : 1566 
+pl {01566.s2} (1)
+pl {01567.p1|01568.p0} : 1567 
+pl {01567.s2} (1)
+pl {01568.p1|01569.p0} : 1568 
+pl {01568.s2} (1)
+pl {01569.p1|01570.p0} : 1569 
+pl {01569.s2} (1)
+pl {01570.p1|01571.p0} : 1570 
+pl {01570.s2} (1)
+pl {01571.p1|01572.p0} : 1571 
+pl {01571.s2} (1)
+pl {01572.p1|01573.p0} : 1572 
+pl {01572.s2} (1)
+pl {01573.p1|01574.p0} : 1573 
+pl {01573.s2} (1)
+pl {01574.p1|01575.p0} : 1574 
+pl {01574.s2} (1)
+pl {01575.p1|01576.p0} : 1575 
+pl {01575.s2} (1)
+pl {01576.p1|01577.p0} : 1576 
+pl {01576.s2} (1)
+pl {01577.p1|01578.p0} : 1577 
+pl {01577.s2} (1)
+pl {01578.p1|01579.p0} : 1578 
+pl {01578.s2} (1)
+pl {01579.p1|01580.p0} : 1579 
+pl {01579.s2} (1)
+pl {01580.p1|01581.p0} : 1580 
+pl {01580.s2} (1)
+pl {01581.p1|01582.p0} : 1581 
+pl {01581.s2} (1)
+pl {01582.p1|01583.p0} : 1582 
+pl {01582.s2} (1)
+pl {01583.p1|01584.p0} : 1583 
+pl {01583.s2} (1)
+pl {01584.p1|01585.p0} : 1584 
+pl {01584.s2} (1)
+pl {01585.p1|01586.p0} : 1585 
+pl {01585.s2} (1)
+pl {01586.p1|01587.p0} : 1586 
+pl {01586.s2} (1)
+pl {01587.p1|01588.p0} : 1587 
+pl {01587.s2} (1)
+pl {01588.p1|01589.p0} : 1588 
+pl {01588.s2} (1)
+pl {01589.p1|01590.p0} : 1589 
+pl {01589.s2} (1)
+pl {01590.p1|01591.p0} : 1590 
+pl {01590.s2} (1)
+pl {01591.p1|01592.p0} : 1591 
+pl {01591.s2} (1)
+pl {01592.p1|01593.p0} : 1592 
+pl {01592.s2} (1)
+pl {01593.p1|01594.p0} : 1593 
+pl {01593.s2} (1)
+pl {01594.p1|01595.p0} : 1594 
+pl {01594.s2} (1)
+pl {01595.p1|01596.p0} : 1595 
+pl {01595.s2} (1)
+pl {01596.p1|01597.p0} : 1596 
+pl {01596.s2} (1)
+pl {01597.p1|01598.p0} : 1597 
+pl {01597.s2} (1)
+pl {01598.p1|01599.p0} : 1598 
+pl {01598.s2} (1)
+pl {01599.p1|01600.p0} : 1599 
+pl {01599.s2} (1)
+pl {01600.p1|01601.p0} : 1600 
+pl {01600.s2} (1)
+pl {01601.p1|01602.p0} : 1601 
+pl {01601.s2} (1)
+pl {01602.p1|01603.p0} : 1602 
+pl {01602.s2} (1)
+pl {01603.p1|01604.p0} : 1603 
+pl {01603.s2} (1)
+pl {01604.p1|01605.p0} : 1604 
+pl {01604.s2} (1)
+pl {01605.p1|01606.p0} : 1605 
+pl {01605.s2} (1)
+pl {01606.p1|01607.p0} : 1606 
+pl {01606.s2} (1)
+pl {01607.p1|01608.p0} : 1607 
+pl {01607.s2} (1)
+pl {01608.p1|01609.p0} : 1608 
+pl {01608.s2} (1)
+pl {01609.p1|01610.p0} : 1609 
+pl {01609.s2} (1)
+pl {01610.p1|01611.p0} : 1610 
+pl {01610.s2} (1)
+pl {01611.p1|01612.p0} : 1611 
+pl {01611.s2} (1)
+pl {01612.p1|01613.p0} : 1612 
+pl {01612.s2} (1)
+pl {01613.p1|01614.p0} : 1613 
+pl {01613.s2} (1)
+pl {01614.p1|01615.p0} : 1614 
+pl {01614.s2} (1)
+pl {01615.p1|01616.p0} : 1615 
+pl {01615.s2} (1)
+pl {01616.p1|01617.p0} : 1616 
+pl {01616.s2} (1)
+pl {01617.p1|01618.p0} : 1617 
+pl {01617.s2} (1)
+pl {01618.p1|01619.p0} : 1618 
+pl {01618.s2} (1)
+pl {01619.p1|01620.p0} : 1619 
+pl {01619.s2} (1)
+pl {01620.p1|01621.p0} : 1620 
+pl {01620.s2} (1)
+pl {01621.p1|01622.p0} : 1621 
+pl {01621.s2} (1)
+pl {01622.p1|01623.p0} : 1622 
+pl {01622.s2} (1)
+pl {01623.p1|01624.p0} : 1623 
+pl {01623.s2} (1)
+pl {01624.p1|01625.p0} : 1624 
+pl {01624.s2} (1)
+pl {01625.p1|01626.p0} : 1625 
+pl {01625.s2} (1)
+pl {01626.p1|01627.p0} : 1626 
+pl {01626.s2} (1)
+pl {01627.p1|01628.p0} : 1627 
+pl {01627.s2} (1)
+pl {01628.p1|01629.p0} : 1628 
+pl {01628.s2} (1)
+pl {01629.p1|01630.p0} : 1629 
+pl {01629.s2} (1)
+pl {01630.p1|01631.p0} : 1630 
+pl {01630.s2} (1)
+pl {01631.p1|01632.p0} : 1631 
+pl {01631.s2} (1)
+pl {01632.p1|01633.p0} : 1632 
+pl {01632.s2} (1)
+pl {01633.p1|01634.p0} : 1633 
+pl {01633.s2} (1)
+pl {01634.p1|01635.p0} : 1634 
+pl {01634.s2} (1)
+pl {01635.p1|01636.p0} : 1635 
+pl {01635.s2} (1)
+pl {01636.p1|01637.p0} : 1636 
+pl {01636.s2} (1)
+pl {01637.p1|01638.p0} : 1637 
+pl {01637.s2} (1)
+pl {01638.p1|01639.p0} : 1638 
+pl {01638.s2} (1)
+pl {01639.p1|01640.p0} : 1639 
+pl {01639.s2} (1)
+pl {01640.p1|01641.p0} : 1640 
+pl {01640.s2} (1)
+pl {01641.p1|01642.p0} : 1641 
+pl {01641.s2} (1)
+pl {01642.p1|01643.p0} : 1642 
+pl {01642.s2} (1)
+pl {01643.p1|01644.p0} : 1643 
+pl {01643.s2} (1)
+pl {01644.p1|01645.p0} : 1644 
+pl {01644.s2} (1)
+pl {01645.p1|01646.p0} : 1645 
+pl {01645.s2} (1)
+pl {01646.p1|01647.p0} : 1646 
+pl {01646.s2} (1)
+pl {01647.p1|01648.p0} : 1647 
+pl {01647.s2} (1)
+pl {01648.p1|01649.p0} : 1648 
+pl {01648.s2} (1)
+pl {01649.p1|01650.p0} : 1649 
+pl {01649.s2} (1)
+pl {01650.p1|01651.p0} : 1650 
+pl {01650.s2} (1)
+pl {01651.p1|01652.p0} : 1651 
+pl {01651.s2} (1)
+pl {01652.p1|01653.p0} : 1652 
+pl {01652.s2} (1)
+pl {01653.p1|01654.p0} : 1653 
+pl {01653.s2} (1)
+pl {01654.p1|01655.p0} : 1654 
+pl {01654.s2} (1)
+pl {01655.p1|01656.p0} : 1655 
+pl {01655.s2} (1)
+pl {01656.p1|01657.p0} : 1656 
+pl {01656.s2} (1)
+pl {01657.p1|01658.p0} : 1657 
+pl {01657.s2} (1)
+pl {01658.p1|01659.p0} : 1658 
+pl {01658.s2} (1)
+pl {01659.p1|01660.p0} : 1659 
+pl {01659.s2} (1)
+pl {01660.p1|01661.p0} : 1660 
+pl {01660.s2} (1)
+pl {01661.p1|01662.p0} : 1661 
+pl {01661.s2} (1)
+pl {01662.p1|01663.p0} : 1662 
+pl {01662.s2} (1)
+pl {01663.p1|01664.p0} : 1663 
+pl {01663.s2} (1)
+pl {01664.p1|01665.p0} : 1664 
+pl {01664.s2} (1)
+pl {01665.p1|01666.p0} : 1665 
+pl {01665.s2} (1)
+pl {01666.p1|01667.p0} : 1666 
+pl {01666.s2} (1)
+pl {01667.p1|01668.p0} : 1667 
+pl {01667.s2} (1)
+pl {01668.p1|01669.p0} : 1668 
+pl {01668.s2} (1)
+pl {01669.p1|01670.p0} : 1669 
+pl {01669.s2} (1)
+pl {01670.p1|01671.p0} : 1670 
+pl {01670.s2} (1)
+pl {01671.p1|01672.p0} : 1671 
+pl {01671.s2} (1)
+pl {01672.p1|01673.p0} : 1672 
+pl {01672.s2} (1)
+pl {01673.p1|01674.p0} : 1673 
+pl {01673.s2} (1)
+pl {01674.p1|01675.p0} : 1674 
+pl {01674.s2} (1)
+pl {01675.p1|01676.p0} : 1675 
+pl {01675.s2} (1)
+pl {01676.p1|01677.p0} : 1676 
+pl {01676.s2} (1)
+pl {01677.p1|01678.p0} : 1677 
+pl {01677.s2} (1)
+pl {01678.p1|01679.p0} : 1678 
+pl {01678.s2} (1)
+pl {01679.p1|01680.p0} : 1679 
+pl {01679.s2} (1)
+pl {01680.p1|01681.p0} : 1680 
+pl {01680.s2} (1)
+pl {01681.p1|01682.p0} : 1681 
+pl {01681.s2} (1)
+pl {01682.p1|01683.p0} : 1682 
+pl {01682.s2} (1)
+pl {01683.p1|01684.p0} : 1683 
+pl {01683.s2} (1)
+pl {01684.p1|01685.p0} : 1684 
+pl {01684.s2} (1)
+pl {01685.p1|01686.p0} : 1685 
+pl {01685.s2} (1)
+pl {01686.p1|01687.p0} : 1686 
+pl {01686.s2} (1)
+pl {01687.p1|01688.p0} : 1687 
+pl {01687.s2} (1)
+pl {01688.p1|01689.p0} : 1688 
+pl {01688.s2} (1)
+pl {01689.p1|01690.p0} : 1689 
+pl {01689.s2} (1)
+pl {01690.p1|01691.p0} : 1690 
+pl {01690.s2} (1)
+pl {01691.p1|01692.p0} : 1691 
+pl {01691.s2} (1)
+pl {01692.p1|01693.p0} : 1692 
+pl {01692.s2} (1)
+pl {01693.p1|01694.p0} : 1693 
+pl {01693.s2} (1)
+pl {01694.p1|01695.p0} : 1694 
+pl {01694.s2} (1)
+pl {01695.p1|01696.p0} : 1695 
+pl {01695.s2} (1)
+pl {01696.p1|01697.p0} : 1696 
+pl {01696.s2} (1)
+pl {01697.p1|01698.p0} : 1697 
+pl {01697.s2} (1)
+pl {01698.p1|01699.p0} : 1698 
+pl {01698.s2} (1)
+pl {01699.p1|01700.p0} : 1699 
+pl {01699.s2} (1)
+pl {01700.p1|01701.p0} : 1700 
+pl {01700.s2} (1)
+pl {01701.p1|01702.p0} : 1701 
+pl {01701.s2} (1)
+pl {01702.p1|01703.p0} : 1702 
+pl {01702.s2} (1)
+pl {01703.p1|01704.p0} : 1703 
+pl {01703.s2} (1)
+pl {01704.p1|01705.p0} : 1704 
+pl {01704.s2} (1)
+pl {01705.p1|01706.p0} : 1705 
+pl {01705.s2} (1)
+pl {01706.p1|01707.p0} : 1706 
+pl {01706.s2} (1)
+pl {01707.p1|01708.p0} : 1707 
+pl {01707.s2} (1)
+pl {01708.p1|01709.p0} : 1708 
+pl {01708.s2} (1)
+pl {01709.p1|01710.p0} : 1709 
+pl {01709.s2} (1)
+pl {01710.p1|01711.p0} : 1710 
+pl {01710.s2} (1)
+pl {01711.p1|01712.p0} : 1711 
+pl {01711.s2} (1)
+pl {01712.p1|01713.p0} : 1712 
+pl {01712.s2} (1)
+pl {01713.p1|01714.p0} : 1713 
+pl {01713.s2} (1)
+pl {01714.p1|01715.p0} : 1714 
+pl {01714.s2} (1)
+pl {01715.p1|01716.p0} : 1715 
+pl {01715.s2} (1)
+pl {01716.p1|01717.p0} : 1716 
+pl {01716.s2} (1)
+pl {01717.p1|01718.p0} : 1717 
+pl {01717.s2} (1)
+pl {01718.p1|01719.p0} : 1718 
+pl {01718.s2} (1)
+pl {01719.p1|01720.p0} : 1719 
+pl {01719.s2} (1)
+pl {01720.p1|01721.p0} : 1720 
+pl {01720.s2} (1)
+pl {01721.p1|01722.p0} : 1721 
+pl {01721.s2} (1)
+pl {01722.p1|01723.p0} : 1722 
+pl {01722.s2} (1)
+pl {01723.p1|01724.p0} : 1723 
+pl {01723.s2} (1)
+pl {01724.p1|01725.p0} : 1724 
+pl {01724.s2} (1)
+pl {01725.p1|01726.p0} : 1725 
+pl {01725.s2} (1)
+pl {01726.p1|01727.p0} : 1726 
+pl {01726.s2} (1)
+pl {01727.p1|01728.p0} : 1727 
+pl {01727.s2} (1)
+pl {01728.p1|01729.p0} : 1728 
+pl {01728.s2} (1)
+pl {01729.p1|01730.p0} : 1729 
+pl {01729.s2} (1)
+pl {01730.p1|01731.p0} : 1730 
+pl {01730.s2} (1)
+pl {01731.p1|01732.p0} : 1731 
+pl {01731.s2} (1)
+pl {01732.p1|01733.p0} : 1732 
+pl {01732.s2} (1)
+pl {01733.p1|01734.p0} : 1733 
+pl {01733.s2} (1)
+pl {01734.p1|01735.p0} : 1734 
+pl {01734.s2} (1)
+pl {01735.p1|01736.p0} : 1735 
+pl {01735.s2} (1)
+pl {01736.p1|01737.p0} : 1736 
+pl {01736.s2} (1)
+pl {01737.p1|01738.p0} : 1737 
+pl {01737.s2} (1)
+pl {01738.p1|01739.p0} : 1738 
+pl {01738.s2} (1)
+pl {01739.p1|01740.p0} : 1739 
+pl {01739.s2} (1)
+pl {01740.p1|01741.p0} : 1740 
+pl {01740.s2} (1)
+pl {01741.p1|01742.p0} : 1741 
+pl {01741.s2} (1)
+pl {01742.p1|01743.p0} : 1742 
+pl {01742.s2} (1)
+pl {01743.p1|01744.p0} : 1743 
+pl {01743.s2} (1)
+pl {01744.p1|01745.p0} : 1744 
+pl {01744.s2} (1)
+pl {01745.p1|01746.p0} : 1745 
+pl {01745.s2} (1)
+pl {01746.p1|01747.p0} : 1746 
+pl {01746.s2} (1)
+pl {01747.p1|01748.p0} : 1747 
+pl {01747.s2} (1)
+pl {01748.p1|01749.p0} : 1748 
+pl {01748.s2} (1)
+pl {01749.p1|01750.p0} : 1749 
+pl {01749.s2} (1)
+pl {01750.p1|01751.p0} : 1750 
+pl {01750.s2} (1)
+pl {01751.p1|01752.p0} : 1751 
+pl {01751.s2} (1)
+pl {01752.p1|01753.p0} : 1752 
+pl {01752.s2} (1)
+pl {01753.p1|01754.p0} : 1753 
+pl {01753.s2} (1)
+pl {01754.p1|01755.p0} : 1754 
+pl {01754.s2} (1)
+pl {01755.p1|01756.p0} : 1755 
+pl {01755.s2} (1)
+pl {01756.p1|01757.p0} : 1756 
+pl {01756.s2} (1)
+pl {01757.p1|01758.p0} : 1757 
+pl {01757.s2} (1)
+pl {01758.p1|01759.p0} : 1758 
+pl {01758.s2} (1)
+pl {01759.p1|01760.p0} : 1759 
+pl {01759.s2} (1)
+pl {01760.p1|01761.p0} : 1760 
+pl {01760.s2} (1)
+pl {01761.p1|01762.p0} : 1761 
+pl {01761.s2} (1)
+pl {01762.p1|01763.p0} : 1762 
+pl {01762.s2} (1)
+pl {01763.p1|01764.p0} : 1763 
+pl {01763.s2} (1)
+pl {01764.p1|01765.p0} : 1764 
+pl {01764.s2} (1)
+pl {01765.p1|01766.p0} : 1765 
+pl {01765.s2} (1)
+pl {01766.p1|01767.p0} : 1766 
+pl {01766.s2} (1)
+pl {01767.p1|01768.p0} : 1767 
+pl {01767.s2} (1)
+pl {01768.p1|01769.p0} : 1768 
+pl {01768.s2} (1)
+pl {01769.p1|01770.p0} : 1769 
+pl {01769.s2} (1)
+pl {01770.p1|01771.p0} : 1770 
+pl {01770.s2} (1)
+pl {01771.p1|01772.p0} : 1771 
+pl {01771.s2} (1)
+pl {01772.p1|01773.p0} : 1772 
+pl {01772.s2} (1)
+pl {01773.p1|01774.p0} : 1773 
+pl {01773.s2} (1)
+pl {01774.p1|01775.p0} : 1774 
+pl {01774.s2} (1)
+pl {01775.p1|01776.p0} : 1775 
+pl {01775.s2} (1)
+pl {01776.p1|01777.p0} : 1776 
+pl {01776.s2} (1)
+pl {01777.p1|01778.p0} : 1777 
+pl {01777.s2} (1)
+pl {01778.p1|01779.p0} : 1778 
+pl {01778.s2} (1)
+pl {01779.p1|01780.p0} : 1779 
+pl {01779.s2} (1)
+pl {01780.p1|01781.p0} : 1780 
+pl {01780.s2} (1)
+pl {01781.p1|01782.p0} : 1781 
+pl {01781.s2} (1)
+pl {01782.p1|01783.p0} : 1782 
+pl {01782.s2} (1)
+pl {01783.p1|01784.p0} : 1783 
+pl {01783.s2} (1)
+pl {01784.p1|01785.p0} : 1784 
+pl {01784.s2} (1)
+pl {01785.p1|01786.p0} : 1785 
+pl {01785.s2} (1)
+pl {01786.p1|01787.p0} : 1786 
+pl {01786.s2} (1)
+pl {01787.p1|01788.p0} : 1787 
+pl {01787.s2} (1)
+pl {01788.p1|01789.p0} : 1788 
+pl {01788.s2} (1)
+pl {01789.p1|01790.p0} : 1789 
+pl {01789.s2} (1)
+pl {01790.p1|01791.p0} : 1790 
+pl {01790.s2} (1)
+pl {01791.p1|01792.p0} : 1791 
+pl {01791.s2} (1)
+pl {01792.p1|01793.p0} : 1792 
+pl {01792.s2} (1)
+pl {01793.p1|01794.p0} : 1793 
+pl {01793.s2} (1)
+pl {01794.p1|01795.p0} : 1794 
+pl {01794.s2} (1)
+pl {01795.p1|01796.p0} : 1795 
+pl {01795.s2} (1)
+pl {01796.p1|01797.p0} : 1796 
+pl {01796.s2} (1)
+pl {01797.p1|01798.p0} : 1797 
+pl {01797.s2} (1)
+pl {01798.p1|01799.p0} : 1798 
+pl {01798.s2} (1)
+pl {01799.p1|01800.p0} : 1799 
+pl {01799.s2} (1)
+pl {01800.p1|01801.p0} : 1800 
+pl {01800.s2} (1)
+pl {01801.p1|01802.p0} : 1801 
+pl {01801.s2} (1)
+pl {01802.p1|01803.p0} : 1802 
+pl {01802.s2} (1)
+pl {01803.p1|01804.p0} : 1803 
+pl {01803.s2} (1)
+pl {01804.p1|01805.p0} : 1804 
+pl {01804.s2} (1)
+pl {01805.p1|01806.p0} : 1805 
+pl {01805.s2} (1)
+pl {01806.p1|01807.p0} : 1806 
+pl {01806.s2} (1)
+pl {01807.p1|01808.p0} : 1807 
+pl {01807.s2} (1)
+pl {01808.p1|01809.p0} : 1808 
+pl {01808.s2} (1)
+pl {01809.p1|01810.p0} : 1809 
+pl {01809.s2} (1)
+pl {01810.p1|01811.p0} : 1810 
+pl {01810.s2} (1)
+pl {01811.p1|01812.p0} : 1811 
+pl {01811.s2} (1)
+pl {01812.p1|01813.p0} : 1812 
+pl {01812.s2} (1)
+pl {01813.p1|01814.p0} : 1813 
+pl {01813.s2} (1)
+pl {01814.p1|01815.p0} : 1814 
+pl {01814.s2} (1)
+pl {01815.p1|01816.p0} : 1815 
+pl {01815.s2} (1)
+pl {01816.p1|01817.p0} : 1816 
+pl {01816.s2} (1)
+pl {01817.p1|01818.p0} : 1817 
+pl {01817.s2} (1)
+pl {01818.p1|01819.p0} : 1818 
+pl {01818.s2} (1)
+pl {01819.p1|01820.p0} : 1819 
+pl {01819.s2} (1)
+pl {01820.p1|01821.p0} : 1820 
+pl {01820.s2} (1)
+pl {01821.p1|01822.p0} : 1821 
+pl {01821.s2} (1)
+pl {01822.p1|01823.p0} : 1822 
+pl {01822.s2} (1)
+pl {01823.p1|01824.p0} : 1823 
+pl {01823.s2} (1)
+pl {01824.p1|01825.p0} : 1824 
+pl {01824.s2} (1)
+pl {01825.p1|01826.p0} : 1825 
+pl {01825.s2} (1)
+pl {01826.p1|01827.p0} : 1826 
+pl {01826.s2} (1)
+pl {01827.p1|01828.p0} : 1827 
+pl {01827.s2} (1)
+pl {01828.p1|01829.p0} : 1828 
+pl {01828.s2} (1)
+pl {01829.p1|01830.p0} : 1829 
+pl {01829.s2} (1)
+pl {01830.p1|01831.p0} : 1830 
+pl {01830.s2} (1)
+pl {01831.p1|01832.p0} : 1831 
+pl {01831.s2} (1)
+pl {01832.p1|01833.p0} : 1832 
+pl {01832.s2} (1)
+pl {01833.p1|01834.p0} : 1833 
+pl {01833.s2} (1)
+pl {01834.p1|01835.p0} : 1834 
+pl {01834.s2} (1)
+pl {01835.p1|01836.p0} : 1835 
+pl {01835.s2} (1)
+pl {01836.p1|01837.p0} : 1836 
+pl {01836.s2} (1)
+pl {01837.p1|01838.p0} : 1837 
+pl {01837.s2} (1)
+pl {01838.p1|01839.p0} : 1838 
+pl {01838.s2} (1)
+pl {01839.p1|01840.p0} : 1839 
+pl {01839.s2} (1)
+pl {01840.p1|01841.p0} : 1840 
+pl {01840.s2} (1)
+pl {01841.p1|01842.p0} : 1841 
+pl {01841.s2} (1)
+pl {01842.p1|01843.p0} : 1842 
+pl {01842.s2} (1)
+pl {01843.p1|01844.p0} : 1843 
+pl {01843.s2} (1)
+pl {01844.p1|01845.p0} : 1844 
+pl {01844.s2} (1)
+pl {01845.p1|01846.p0} : 1845 
+pl {01845.s2} (1)
+pl {01846.p1|01847.p0} : 1846 
+pl {01846.s2} (1)
+pl {01847.p1|01848.p0} : 1847 
+pl {01847.s2} (1)
+pl {01848.p1|01849.p0} : 1848 
+pl {01848.s2} (1)
+pl {01849.p1|01850.p0} : 1849 
+pl {01849.s2} (1)
+pl {01850.p1|01851.p0} : 1850 
+pl {01850.s2} (1)
+pl {01851.p1|01852.p0} : 1851 
+pl {01851.s2} (1)
+pl {01852.p1|01853.p0} : 1852 
+pl {01852.s2} (1)
+pl {01853.p1|01854.p0} : 1853 
+pl {01853.s2} (1)
+pl {01854.p1|01855.p0} : 1854 
+pl {01854.s2} (1)
+pl {01855.p1|01856.p0} : 1855 
+pl {01855.s2} (1)
+pl {01856.p1|01857.p0} : 1856 
+pl {01856.s2} (1)
+pl {01857.p1|01858.p0} : 1857 
+pl {01857.s2} (1)
+pl {01858.p1|01859.p0} : 1858 
+pl {01858.s2} (1)
+pl {01859.p1|01860.p0} : 1859 
+pl {01859.s2} (1)
+pl {01860.p1|01861.p0} : 1860 
+pl {01860.s2} (1)
+pl {01861.p1|01862.p0} : 1861 
+pl {01861.s2} (1)
+pl {01862.p1|01863.p0} : 1862 
+pl {01862.s2} (1)
+pl {01863.p1|01864.p0} : 1863 
+pl {01863.s2} (1)
+pl {01864.p1|01865.p0} : 1864 
+pl {01864.s2} (1)
+pl {01865.p1|01866.p0} : 1865 
+pl {01865.s2} (1)
+pl {01866.p1|01867.p0} : 1866 
+pl {01866.s2} (1)
+pl {01867.p1|01868.p0} : 1867 
+pl {01867.s2} (1)
+pl {01868.p1|01869.p0} : 1868 
+pl {01868.s2} (1)
+pl {01869.p1|01870.p0} : 1869 
+pl {01869.s2} (1)
+pl {01870.p1|01871.p0} : 1870 
+pl {01870.s2} (1)
+pl {01871.p1|01872.p0} : 1871 
+pl {01871.s2} (1)
+pl {01872.p1|01873.p0} : 1872 
+pl {01872.s2} (1)
+pl {01873.p1|01874.p0} : 1873 
+pl {01873.s2} (1)
+pl {01874.p1|01875.p0} : 1874 
+pl {01874.s2} (1)
+pl {01875.p1|01876.p0} : 1875 
+pl {01875.s2} (1)
+pl {01876.p1|01877.p0} : 1876 
+pl {01876.s2} (1)
+pl {01877.p1|01878.p0} : 1877 
+pl {01877.s2} (1)
+pl {01878.p1|01879.p0} : 1878 
+pl {01878.s2} (1)
+pl {01879.p1|01880.p0} : 1879 
+pl {01879.s2} (1)
+pl {01880.p1|01881.p0} : 1880 
+pl {01880.s2} (1)
+pl {01881.p1|01882.p0} : 1881 
+pl {01881.s2} (1)
+pl {01882.p1|01883.p0} : 1882 
+pl {01882.s2} (1)
+pl {01883.p1|01884.p0} : 1883 
+pl {01883.s2} (1)
+pl {01884.p1|01885.p0} : 1884 
+pl {01884.s2} (1)
+pl {01885.p1|01886.p0} : 1885 
+pl {01885.s2} (1)
+pl {01886.p1|01887.p0} : 1886 
+pl {01886.s2} (1)
+pl {01887.p1|01888.p0} : 1887 
+pl {01887.s2} (1)
+pl {01888.p1|01889.p0} : 1888 
+pl {01888.s2} (1)
+pl {01889.p1|01890.p0} : 1889 
+pl {01889.s2} (1)
+pl {01890.p1|01891.p0} : 1890 
+pl {01890.s2} (1)
+pl {01891.p1|01892.p0} : 1891 
+pl {01891.s2} (1)
+pl {01892.p1|01893.p0} : 1892 
+pl {01892.s2} (1)
+pl {01893.p1|01894.p0} : 1893 
+pl {01893.s2} (1)
+pl {01894.p1|01895.p0} : 1894 
+pl {01894.s2} (1)
+pl {01895.p1|01896.p0} : 1895 
+pl {01895.s2} (1)
+pl {01896.p1|01897.p0} : 1896 
+pl {01896.s2} (1)
+pl {01897.p1|01898.p0} : 1897 
+pl {01897.s2} (1)
+pl {01898.p1|01899.p0} : 1898 
+pl {01898.s2} (1)
+pl {01899.p1|01900.p0} : 1899 
+pl {01899.s2} (1)
+pl {01900.p1|01901.p0} : 1900 
+pl {01900.s2} (1)
+pl {01901.p1|01902.p0} : 1901 
+pl {01901.s2} (1)
+pl {01902.p1|01903.p0} : 1902 
+pl {01902.s2} (1)
+pl {01903.p1|01904.p0} : 1903 
+pl {01903.s2} (1)
+pl {01904.p1|01905.p0} : 1904 
+pl {01904.s2} (1)
+pl {01905.p1|01906.p0} : 1905 
+pl {01905.s2} (1)
+pl {01906.p1|01907.p0} : 1906 
+pl {01906.s2} (1)
+pl {01907.p1|01908.p0} : 1907 
+pl {01907.s2} (1)
+pl {01908.p1|01909.p0} : 1908 
+pl {01908.s2} (1)
+pl {01909.p1|01910.p0} : 1909 
+pl {01909.s2} (1)
+pl {01910.p1|01911.p0} : 1910 
+pl {01910.s2} (1)
+pl {01911.p1|01912.p0} : 1911 
+pl {01911.s2} (1)
+pl {01912.p1|01913.p0} : 1912 
+pl {01912.s2} (1)
+pl {01913.p1|01914.p0} : 1913 
+pl {01913.s2} (1)
+pl {01914.p1|01915.p0} : 1914 
+pl {01914.s2} (1)
+pl {01915.p1|01916.p0} : 1915 
+pl {01915.s2} (1)
+pl {01916.p1|01917.p0} : 1916 
+pl {01916.s2} (1)
+pl {01917.p1|01918.p0} : 1917 
+pl {01917.s2} (1)
+pl {01918.p1|01919.p0} : 1918 
+pl {01918.s2} (1)
+pl {01919.p1|01920.p0} : 1919 
+pl {01919.s2} (1)
+pl {01920.p1|01921.p0} : 1920 
+pl {01920.s2} (1)
+pl {01921.p1|01922.p0} : 1921 
+pl {01921.s2} (1)
+pl {01922.p1|01923.p0} : 1922 
+pl {01922.s2} (1)
+pl {01923.p1|01924.p0} : 1923 
+pl {01923.s2} (1)
+pl {01924.p1|01925.p0} : 1924 
+pl {01924.s2} (1)
+pl {01925.p1|01926.p0} : 1925 
+pl {01925.s2} (1)
+pl {01926.p1|01927.p0} : 1926 
+pl {01926.s2} (1)
+pl {01927.p1|01928.p0} : 1927 
+pl {01927.s2} (1)
+pl {01928.p1|01929.p0} : 1928 
+pl {01928.s2} (1)
+pl {01929.p1|01930.p0} : 1929 
+pl {01929.s2} (1)
+pl {01930.p1|01931.p0} : 1930 
+pl {01930.s2} (1)
+pl {01931.p1|01932.p0} : 1931 
+pl {01931.s2} (1)
+pl {01932.p1|01933.p0} : 1932 
+pl {01932.s2} (1)
+pl {01933.p1|01934.p0} : 1933 
+pl {01933.s2} (1)
+pl {01934.p1|01935.p0} : 1934 
+pl {01934.s2} (1)
+pl {01935.p1|01936.p0} : 1935 
+pl {01935.s2} (1)
+pl {01936.p1|01937.p0} : 1936 
+pl {01936.s2} (1)
+pl {01937.p1|01938.p0} : 1937 
+pl {01937.s2} (1)
+pl {01938.p1|01939.p0} : 1938 
+pl {01938.s2} (1)
+pl {01939.p1|01940.p0} : 1939 
+pl {01939.s2} (1)
+pl {01940.p1|01941.p0} : 1940 
+pl {01940.s2} (1)
+pl {01941.p1|01942.p0} : 1941 
+pl {01941.s2} (1)
+pl {01942.p1|01943.p0} : 1942 
+pl {01942.s2} (1)
+pl {01943.p1|01944.p0} : 1943 
+pl {01943.s2} (1)
+pl {01944.p1|01945.p0} : 1944 
+pl {01944.s2} (1)
+pl {01945.p1|01946.p0} : 1945 
+pl {01945.s2} (1)
+pl {01946.p1|01947.p0} : 1946 
+pl {01946.s2} (1)
+pl {01947.p1|01948.p0} : 1947 
+pl {01947.s2} (1)
+pl {01948.p1|01949.p0} : 1948 
+pl {01948.s2} (1)
+pl {01949.p1|01950.p0} : 1949 
+pl {01949.s2} (1)
+pl {01950.p1|01951.p0} : 1950 
+pl {01950.s2} (1)
+pl {01951.p1|01952.p0} : 1951 
+pl {01951.s2} (1)
+pl {01952.p1|01953.p0} : 1952 
+pl {01952.s2} (1)
+pl {01953.p1|01954.p0} : 1953 
+pl {01953.s2} (1)
+pl {01954.p1|01955.p0} : 1954 
+pl {01954.s2} (1)
+pl {01955.p1|01956.p0} : 1955 
+pl {01955.s2} (1)
+pl {01956.p1|01957.p0} : 1956 
+pl {01956.s2} (1)
+pl {01957.p1|01958.p0} : 1957 
+pl {01957.s2} (1)
+pl {01958.p1|01959.p0} : 1958 
+pl {01958.s2} (1)
+pl {01959.p1|01960.p0} : 1959 
+pl {01959.s2} (1)
+pl {01960.p1|01961.p0} : 1960 
+pl {01960.s2} (1)
+pl {01961.p1|01962.p0} : 1961 
+pl {01961.s2} (1)
+pl {01962.p1|01963.p0} : 1962 
+pl {01962.s2} (1)
+pl {01963.p1|01964.p0} : 1963 
+pl {01963.s2} (1)
+pl {01964.p1|01965.p0} : 1964 
+pl {01964.s2} (1)
+pl {01965.p1|01966.p0} : 1965 
+pl {01965.s2} (1)
+pl {01966.p1|01967.p0} : 1966 
+pl {01966.s2} (1)
+pl {01967.p1|01968.p0} : 1967 
+pl {01967.s2} (1)
+pl {01968.p1|01969.p0} : 1968 
+pl {01968.s2} (1)
+pl {01969.p1|01970.p0} : 1969 
+pl {01969.s2} (1)
+pl {01970.p1|01971.p0} : 1970 
+pl {01970.s2} (1)
+pl {01971.p1|01972.p0} : 1971 
+pl {01971.s2} (1)
+pl {01972.p1|01973.p0} : 1972 
+pl {01972.s2} (1)
+pl {01973.p1|01974.p0} : 1973 
+pl {01973.s2} (1)
+pl {01974.p1|01975.p0} : 1974 
+pl {01974.s2} (1)
+pl {01975.p1|01976.p0} : 1975 
+pl {01975.s2} (1)
+pl {01976.p1|01977.p0} : 1976 
+pl {01976.s2} (1)
+pl {01977.p1|01978.p0} : 1977 
+pl {01977.s2} (1)
+pl {01978.p1|01979.p0} : 1978 
+pl {01978.s2} (1)
+pl {01979.p1|01980.p0} : 1979 
+pl {01979.s2} (1)
+pl {01980.p1|01981.p0} : 1980 
+pl {01980.s2} (1)
+pl {01981.p1|01982.p0} : 1981 
+pl {01981.s2} (1)
+pl {01982.p1|01983.p0} : 1982 
+pl {01982.s2} (1)
+pl {01983.p1|01984.p0} : 1983 
+pl {01983.s2} (1)
+pl {01984.p1|01985.p0} : 1984 
+pl {01984.s2} (1)
+pl {01985.p1|01986.p0} : 1985 
+pl {01985.s2} (1)
+pl {01986.p1|01987.p0} : 1986 
+pl {01986.s2} (1)
+pl {01987.p1|01988.p0} : 1987 
+pl {01987.s2} (1)
+pl {01988.p1|01989.p0} : 1988 
+pl {01988.s2} (1)
+pl {01989.p1|01990.p0} : 1989 
+pl {01989.s2} (1)
+pl {01990.p1|01991.p0} : 1990 
+pl {01990.s2} (1)
+pl {01991.p1|01992.p0} : 1991 
+pl {01991.s2} (1)
+pl {01992.p1|01993.p0} : 1992 
+pl {01992.s2} (1)
+pl {01993.p1|01994.p0} : 1993 
+pl {01993.s2} (1)
+pl {01994.p1|01995.p0} : 1994 
+pl {01994.s2} (1)
+pl {01995.p1|01996.p0} : 1995 
+pl {01995.s2} (1)
+pl {01996.p1|01997.p0} : 1996 
+pl {01996.s2} (1)
+pl {01997.p1|01998.p0} : 1997 
+pl {01997.s2} (1)
+pl {01998.p1|01999.p0} : 1998 
+pl {01998.s2} (1)
+pl {01999.p1|02000.p0} : 1999 
+pl {01999.s2} (1)
+pl {02000.p1|02001.p0} : 2000 
+pl {02000.s2} (1)
+pl {02001.p1|02002.p0} : 2001 
+pl {02001.s2} (1)
+pl {02002.p1|02003.p0} : 2002 
+pl {02002.s2} (1)
+pl {02003.p1|02004.p0} : 2003 
+pl {02003.s2} (1)
+pl {02004.p1|02005.p0} : 2004 
+pl {02004.s2} (1)
+pl {02005.p1|02006.p0} : 2005 
+pl {02005.s2} (1)
+pl {02006.p1|02007.p0} : 2006 
+pl {02006.s2} (1)
+pl {02007.p1|02008.p0} : 2007 
+pl {02007.s2} (1)
+pl {02008.p1|02009.p0} : 2008 
+pl {02008.s2} (1)
+pl {02009.p1|02010.p0} : 2009 
+pl {02009.s2} (1)
+pl {02010.p1|02011.p0} : 2010 
+pl {02010.s2} (1)
+pl {02011.p1|02012.p0} : 2011 
+pl {02011.s2} (1)
+pl {02012.p1|02013.p0} : 2012 
+pl {02012.s2} (1)
+pl {02013.p1|02014.p0} : 2013 
+pl {02013.s2} (1)
+pl {02014.p1|02015.p0} : 2014 
+pl {02014.s2} (1)
+pl {02015.p1|02016.p0} : 2015 
+pl {02015.s2} (1)
+pl {02016.p1|02017.p0} : 2016 
+pl {02016.s2} (1)
+pl {02017.p1|02018.p0} : 2017 
+pl {02017.s2} (1)
+pl {02018.p1|02019.p0} : 2018 
+pl {02018.s2} (1)
+pl {02019.p1|02020.p0} : 2019 
+pl {02019.s2} (1)
+pl {02020.p1|02021.p0} : 2020 
+pl {02020.s2} (1)
+pl {02021.p1|02022.p0} : 2021 
+pl {02021.s2} (1)
+pl {02022.p1|02023.p0} : 2022 
+pl {02022.s2} (1)
+pl {02023.p1|02024.p0} : 2023 
+pl {02023.s2} (1)
+pl {02024.p1|02025.p0} : 2024 
+pl {02024.s2} (1)
+pl {02025.p1|02026.p0} : 2025 
+pl {02025.s2} (1)
+pl {02026.p1|02027.p0} : 2026 
+pl {02026.s2} (1)
+pl {02027.p1|02028.p0} : 2027 
+pl {02027.s2} (1)
+pl {02028.p1|02029.p0} : 2028 
+pl {02028.s2} (1)
+pl {02029.p1|02030.p0} : 2029 
+pl {02029.s2} (1)
+pl {02030.p1|02031.p0} : 2030 
+pl {02030.s2} (1)
+pl {02031.p1|02032.p0} : 2031 
+pl {02031.s2} (1)
+pl {02032.p1|02033.p0} : 2032 
+pl {02032.s2} (1)
+pl {02033.p1|02034.p0} : 2033 
+pl {02033.s2} (1)
+pl {02034.p1|02035.p0} : 2034 
+pl {02034.s2} (1)
+pl {02035.p1|02036.p0} : 2035 
+pl {02035.s2} (1)
+pl {02036.p1|02037.p0} : 2036 
+pl {02036.s2} (1)
+pl {02037.p1|02038.p0} : 2037 
+pl {02037.s2} (1)
+pl {02038.p1|02039.p0} : 2038 
+pl {02038.s2} (1)
+pl {02039.p1|02040.p0} : 2039 
+pl {02039.s2} (1)
+pl {02040.p1|02041.p0} : 2040 
+pl {02040.s2} (1)
+pl {02041.p1|02042.p0} : 2041 
+pl {02041.s2} (1)
+pl {02042.p1|02043.p0} : 2042 
+pl {02042.s2} (1)
+pl {02043.p1|02044.p0} : 2043 
+pl {02043.s2} (1)
+pl {02044.p1|02045.p0} : 2044 
+pl {02044.s2} (1)
+pl {02045.p1|02046.p0} : 2045 
+pl {02045.s2} (1)
+pl {02046.p1|02047.p0} : 2046 
+pl {02046.s2} (1)
+pl {02047.p1|02048.p0} : 2047 
+pl {02047.s2} (1)
+pl {02048.p1|02049.p0} : 2048 
+pl {02048.s2} (1)
+pl {02049.p1|02050.p0} : 2049 
+pl {02049.s2} (1)
+pl {02050.p1|02051.p0} : 2050 
+pl {02050.s2} (1)
+pl {02051.p1|02052.p0} : 2051 
+pl {02051.s2} (1)
+pl {02052.p1|02053.p0} : 2052 
+pl {02052.s2} (1)
+pl {02053.p1|02054.p0} : 2053 
+pl {02053.s2} (1)
+pl {02054.p1|02055.p0} : 2054 
+pl {02054.s2} (1)
+pl {02055.p1|02056.p0} : 2055 
+pl {02055.s2} (1)
+pl {02056.p1|02057.p0} : 2056 
+pl {02056.s2} (1)
+pl {02057.p1|02058.p0} : 2057 
+pl {02057.s2} (1)
+pl {02058.p1|02059.p0} : 2058 
+pl {02058.s2} (1)
+pl {02059.p1|02060.p0} : 2059 
+pl {02059.s2} (1)
+pl {02060.p1|02061.p0} : 2060 
+pl {02060.s2} (1)
+pl {02061.p1|02062.p0} : 2061 
+pl {02061.s2} (1)
+pl {02062.p1|02063.p0} : 2062 
+pl {02062.s2} (1)
+pl {02063.p1|02064.p0} : 2063 
+pl {02063.s2} (1)
+pl {02064.p1|02065.p0} : 2064 
+pl {02064.s2} (1)
+pl {02065.p1|02066.p0} : 2065 
+pl {02065.s2} (1)
+pl {02066.p1|02067.p0} : 2066 
+pl {02066.s2} (1)
+pl {02067.p1|02068.p0} : 2067 
+pl {02067.s2} (1)
+pl {02068.p1|02069.p0} : 2068 
+pl {02068.s2} (1)
+pl {02069.p1|02070.p0} : 2069 
+pl {02069.s2} (1)
+pl {02070.p1|02071.p0} : 2070 
+pl {02070.s2} (1)
+pl {02071.p1|02072.p0} : 2071 
+pl {02071.s2} (1)
+pl {02072.p1|02073.p0} : 2072 
+pl {02072.s2} (1)
+pl {02073.p1|02074.p0} : 2073 
+pl {02073.s2} (1)
+pl {02074.p1|02075.p0} : 2074 
+pl {02074.s2} (1)
+pl {02075.p1|02076.p0} : 2075 
+pl {02075.s2} (1)
+pl {02076.p1|02077.p0} : 2076 
+pl {02076.s2} (1)
+pl {02077.p1|02078.p0} : 2077 
+pl {02077.s2} (1)
+pl {02078.p1|02079.p0} : 2078 
+pl {02078.s2} (1)
+pl {02079.p1|02080.p0} : 2079 
+pl {02079.s2} (1)
+pl {02080.p1|02081.p0} : 2080 
+pl {02080.s2} (1)
+pl {02081.p1|02082.p0} : 2081 
+pl {02081.s2} (1)
+pl {02082.p1|02083.p0} : 2082 
+pl {02082.s2} (1)
+pl {02083.p1|02084.p0} : 2083 
+pl {02083.s2} (1)
+pl {02084.p1|02085.p0} : 2084 
+pl {02084.s2} (1)
+pl {02085.p1|02086.p0} : 2085 
+pl {02085.s2} (1)
+pl {02086.p1|02087.p0} : 2086 
+pl {02086.s2} (1)
+pl {02087.p1|02088.p0} : 2087 
+pl {02087.s2} (1)
+pl {02088.p1|02089.p0} : 2088 
+pl {02088.s2} (1)
+pl {02089.p1|02090.p0} : 2089 
+pl {02089.s2} (1)
+pl {02090.p1|02091.p0} : 2090 
+pl {02090.s2} (1)
+pl {02091.p1|02092.p0} : 2091 
+pl {02091.s2} (1)
+pl {02092.p1|02093.p0} : 2092 
+pl {02092.s2} (1)
+pl {02093.p1|02094.p0} : 2093 
+pl {02093.s2} (1)
+pl {02094.p1|02095.p0} : 2094 
+pl {02094.s2} (1)
+pl {02095.p1|02096.p0} : 2095 
+pl {02095.s2} (1)
+pl {02096.p1|02097.p0} : 2096 
+pl {02096.s2} (1)
+pl {02097.p1|02098.p0} : 2097 
+pl {02097.s2} (1)
+pl {02098.p1|02099.p0} : 2098 
+pl {02098.s2} (1)
+pl {02099.p1|02100.p0} : 2099 
+pl {02099.s2} (1)
+pl {02100.p1|02101.p0} : 2100 
+pl {02100.s2} (1)
+pl {02101.p1|02102.p0} : 2101 
+pl {02101.s2} (1)
+pl {02102.p1|02103.p0} : 2102 
+pl {02102.s2} (1)
+pl {02103.p1|02104.p0} : 2103 
+pl {02103.s2} (1)
+pl {02104.p1|02105.p0} : 2104 
+pl {02104.s2} (1)
+pl {02105.p1|02106.p0} : 2105 
+pl {02105.s2} (1)
+pl {02106.p1|02107.p0} : 2106 
+pl {02106.s2} (1)
+pl {02107.p1|02108.p0} : 2107 
+pl {02107.s2} (1)
+pl {02108.p1|02109.p0} : 2108 
+pl {02108.s2} (1)
+pl {02109.p1|02110.p0} : 2109 
+pl {02109.s2} (1)
+pl {02110.p1|02111.p0} : 2110 
+pl {02110.s2} (1)
+pl {02111.p1|02112.p0} : 2111 
+pl {02111.s2} (1)
+pl {02112.p1|02113.p0} : 2112 
+pl {02112.s2} (1)
+pl {02113.p1|02114.p0} : 2113 
+pl {02113.s2} (1)
+pl {02114.p1|02115.p0} : 2114 
+pl {02114.s2} (1)
+pl {02115.p1|02116.p0} : 2115 
+pl {02115.s2} (1)
+pl {02116.p1|02117.p0} : 2116 
+pl {02116.s2} (1)
+pl {02117.p1|02118.p0} : 2117 
+pl {02117.s2} (1)
+pl {02118.p1|02119.p0} : 2118 
+pl {02118.s2} (1)
+pl {02119.p1|02120.p0} : 2119 
+pl {02119.s2} (1)
+pl {02120.p1|02121.p0} : 2120 
+pl {02120.s2} (1)
+pl {02121.p1|02122.p0} : 2121 
+pl {02121.s2} (1)
+pl {02122.p1|02123.p0} : 2122 
+pl {02122.s2} (1)
+pl {02123.p1|02124.p0} : 2123 
+pl {02123.s2} (1)
+pl {02124.p1|02125.p0} : 2124 
+pl {02124.s2} (1)
+pl {02125.p1|02126.p0} : 2125 
+pl {02125.s2} (1)
+pl {02126.p1|02127.p0} : 2126 
+pl {02126.s2} (1)
+pl {02127.p1|02128.p0} : 2127 
+pl {02127.s2} (1)
+pl {02128.p1|02129.p0} : 2128 
+pl {02128.s2} (1)
+pl {02129.p1|02130.p0} : 2129 
+pl {02129.s2} (1)
+pl {02130.p1|02131.p0} : 2130 
+pl {02130.s2} (1)
+pl {02131.p1|02132.p0} : 2131 
+pl {02131.s2} (1)
+pl {02132.p1|02133.p0} : 2132 
+pl {02132.s2} (1)
+pl {02133.p1|02134.p0} : 2133 
+pl {02133.s2} (1)
+pl {02134.p1|02135.p0} : 2134 
+pl {02134.s2} (1)
+pl {02135.p1|02136.p0} : 2135 
+pl {02135.s2} (1)
+pl {02136.p1|02137.p0} : 2136 
+pl {02136.s2} (1)
+pl {02137.p1|02138.p0} : 2137 
+pl {02137.s2} (1)
+pl {02138.p1|02139.p0} : 2138 
+pl {02138.s2} (1)
+pl {02139.p1|02140.p0} : 2139 
+pl {02139.s2} (1)
+pl {02140.p1|02141.p0} : 2140 
+pl {02140.s2} (1)
+pl {02141.p1|02142.p0} : 2141 
+pl {02141.s2} (1)
+pl {02142.p1|02143.p0} : 2142 
+pl {02142.s2} (1)
+pl {02143.p1|02144.p0} : 2143 
+pl {02143.s2} (1)
+pl {02144.p1|02145.p0} : 2144 
+pl {02144.s2} (1)
+pl {02145.p1|02146.p0} : 2145 
+pl {02145.s2} (1)
+pl {02146.p1|02147.p0} : 2146 
+pl {02146.s2} (1)
+pl {02147.p1|02148.p0} : 2147 
+pl {02147.s2} (1)
+pl {02148.p1|02149.p0} : 2148 
+pl {02148.s2} (1)
+pl {02149.p1|02150.p0} : 2149 
+pl {02149.s2} (1)
+pl {02150.p1|02151.p0} : 2150 
+pl {02150.s2} (1)
+pl {02151.p1|02152.p0} : 2151 
+pl {02151.s2} (1)
+pl {02152.p1|02153.p0} : 2152 
+pl {02152.s2} (1)
+pl {02153.p1|02154.p0} : 2153 
+pl {02153.s2} (1)
+pl {02154.p1|02155.p0} : 2154 
+pl {02154.s2} (1)
+pl {02155.p1|02156.p0} : 2155 
+pl {02155.s2} (1)
+pl {02156.p1|02157.p0} : 2156 
+pl {02156.s2} (1)
+pl {02157.p1|02158.p0} : 2157 
+pl {02157.s2} (1)
+pl {02158.p1|02159.p0} : 2158 
+pl {02158.s2} (1)
+pl {02159.p1|02160.p0} : 2159 
+pl {02159.s2} (1)
+pl {02160.p1|02161.p0} : 2160 
+pl {02160.s2} (1)
+pl {02161.p1|02162.p0} : 2161 
+pl {02161.s2} (1)
+pl {02162.p1|02163.p0} : 2162 
+pl {02162.s2} (1)
+pl {02163.p1|02164.p0} : 2163 
+pl {02163.s2} (1)
+pl {02164.p1|02165.p0} : 2164 
+pl {02164.s2} (1)
+pl {02165.p1|02166.p0} : 2165 
+pl {02165.s2} (1)
+pl {02166.p1|02167.p0} : 2166 
+pl {02166.s2} (1)
+pl {02167.p1|02168.p0} : 2167 
+pl {02167.s2} (1)
+pl {02168.p1|02169.p0} : 2168 
+pl {02168.s2} (1)
+pl {02169.p1|02170.p0} : 2169 
+pl {02169.s2} (1)
+pl {02170.p1|02171.p0} : 2170 
+pl {02170.s2} (1)
+pl {02171.p1|02172.p0} : 2171 
+pl {02171.s2} (1)
+pl {02172.p1|02173.p0} : 2172 
+pl {02172.s2} (1)
+pl {02173.p1|02174.p0} : 2173 
+pl {02173.s2} (1)
+pl {02174.p1|02175.p0} : 2174 
+pl {02174.s2} (1)
+pl {02175.p1|02176.p0} : 2175 
+pl {02175.s2} (1)
+pl {02176.p1|02177.p0} : 2176 
+pl {02176.s2} (1)
+pl {02177.p1|02178.p0} : 2177 
+pl {02177.s2} (1)
+pl {02178.p1|02179.p0} : 2178 
+pl {02178.s2} (1)
+pl {02179.p1|02180.p0} : 2179 
+pl {02179.s2} (1)
+pl {02180.p1|02181.p0} : 2180 
+pl {02180.s2} (1)
+pl {02181.p1|02182.p0} : 2181 
+pl {02181.s2} (1)
+pl {02182.p1|02183.p0} : 2182 
+pl {02182.s2} (1)
+pl {02183.p1|02184.p0} : 2183 
+pl {02183.s2} (1)
+pl {02184.p1|02185.p0} : 2184 
+pl {02184.s2} (1)
+pl {02185.p1|02186.p0} : 2185 
+pl {02185.s2} (1)
+pl {02186.p1|02187.p0} : 2186 
+pl {02186.s2} (1)
+pl {02187.p1|02188.p0} : 2187 
+pl {02187.s2} (1)
+pl {02188.p1|02189.p0} : 2188 
+pl {02188.s2} (1)
+pl {02189.p1|02190.p0} : 2189 
+pl {02189.s2} (1)
+pl {02190.p1|02191.p0} : 2190 
+pl {02190.s2} (1)
+pl {02191.p1|02192.p0} : 2191 
+pl {02191.s2} (1)
+pl {02192.p1|02193.p0} : 2192 
+pl {02192.s2} (1)
+pl {02193.p1|02194.p0} : 2193 
+pl {02193.s2} (1)
+pl {02194.p1|02195.p0} : 2194 
+pl {02194.s2} (1)
+pl {02195.p1|02196.p0} : 2195 
+pl {02195.s2} (1)
+pl {02196.p1|02197.p0} : 2196 
+pl {02196.s2} (1)
+pl {02197.p1|02198.p0} : 2197 
+pl {02197.s2} (1)
+pl {02198.p1|02199.p0} : 2198 
+pl {02198.s2} (1)
+pl {02199.p1|02200.p0} : 2199 
+pl {02199.s2} (1)
+pl {02200.p1|02201.p0} : 2200 
+pl {02200.s2} (1)
+pl {02201.p1|02202.p0} : 2201 
+pl {02201.s2} (1)
+pl {02202.p1|02203.p0} : 2202 
+pl {02202.s2} (1)
+pl {02203.p1|02204.p0} : 2203 
+pl {02203.s2} (1)
+pl {02204.p1|02205.p0} : 2204 
+pl {02204.s2} (1)
+pl {02205.p1|02206.p0} : 2205 
+pl {02205.s2} (1)
+pl {02206.p1|02207.p0} : 2206 
+pl {02206.s2} (1)
+pl {02207.p1|02208.p0} : 2207 
+pl {02207.s2} (1)
+pl {02208.p1|02209.p0} : 2208 
+pl {02208.s2} (1)
+pl {02209.p1|02210.p0} : 2209 
+pl {02209.s2} (1)
+pl {02210.p1|02211.p0} : 2210 
+pl {02210.s2} (1)
+pl {02211.p1|02212.p0} : 2211 
+pl {02211.s2} (1)
+pl {02212.p1|02213.p0} : 2212 
+pl {02212.s2} (1)
+pl {02213.p1|02214.p0} : 2213 
+pl {02213.s2} (1)
+pl {02214.p1|02215.p0} : 2214 
+pl {02214.s2} (1)
+pl {02215.p1|02216.p0} : 2215 
+pl {02215.s2} (1)
+pl {02216.p1|02217.p0} : 2216 
+pl {02216.s2} (1)
+pl {02217.p1|02218.p0} : 2217 
+pl {02217.s2} (1)
+pl {02218.p1|02219.p0} : 2218 
+pl {02218.s2} (1)
+pl {02219.p1|02220.p0} : 2219 
+pl {02219.s2} (1)
+pl {02220.p1|02221.p0} : 2220 
+pl {02220.s2} (1)
+pl {02221.p1|02222.p0} : 2221 
+pl {02221.s2} (1)
+pl {02222.p1|02223.p0} : 2222 
+pl {02222.s2} (1)
+pl {02223.p1|02224.p0} : 2223 
+pl {02223.s2} (1)
+pl {02224.p1|02225.p0} : 2224 
+pl {02224.s2} (1)
+pl {02225.p1|02226.p0} : 2225 
+pl {02225.s2} (1)
+pl {02226.p1|02227.p0} : 2226 
+pl {02226.s2} (1)
+pl {02227.p1|02228.p0} : 2227 
+pl {02227.s2} (1)
+pl {02228.p1|02229.p0} : 2228 
+pl {02228.s2} (1)
+pl {02229.p1|02230.p0} : 2229 
+pl {02229.s2} (1)
+pl {02230.p1|02231.p0} : 2230 
+pl {02230.s2} (1)
+pl {02231.p1|02232.p0} : 2231 
+pl {02231.s2} (1)
+pl {02232.p1|02233.p0} : 2232 
+pl {02232.s2} (1)
+pl {02233.p1|02234.p0} : 2233 
+pl {02233.s2} (1)
+pl {02234.p1|02235.p0} : 2234 
+pl {02234.s2} (1)
+pl {02235.p1|02236.p0} : 2235 
+pl {02235.s2} (1)
+pl {02236.p1|02237.p0} : 2236 
+pl {02236.s2} (1)
+pl {02237.p1|02238.p0} : 2237 
+pl {02237.s2} (1)
+pl {02238.p1|02239.p0} : 2238 
+pl {02238.s2} (1)
+pl {02239.p1|02240.p0} : 2239 
+pl {02239.s2} (1)
+pl {02240.p1|02241.p0} : 2240 
+pl {02240.s2} (1)
+pl {02241.p1|02242.p0} : 2241 
+pl {02241.s2} (1)
+pl {02242.p1|02243.p0} : 2242 
+pl {02242.s2} (1)
+pl {02243.p1|02244.p0} : 2243 
+pl {02243.s2} (1)
+pl {02244.p1|02245.p0} : 2244 
+pl {02244.s2} (1)
+pl {02245.p1|02246.p0} : 2245 
+pl {02245.s2} (1)
+pl {02246.p1|02247.p0} : 2246 
+pl {02246.s2} (1)
+pl {02247.p1|02248.p0} : 2247 
+pl {02247.s2} (1)
+pl {02248.p1|02249.p0} : 2248 
+pl {02248.s2} (1)
+pl {02249.p1|02250.p0} : 2249 
+pl {02249.s2} (1)
+pl {02250.p1|02251.p0} : 2250 
+pl {02250.s2} (1)
+pl {02251.p1|02252.p0} : 2251 
+pl {02251.s2} (1)
+pl {02252.p1|02253.p0} : 2252 
+pl {02252.s2} (1)
+pl {02253.p1|02254.p0} : 2253 
+pl {02253.s2} (1)
+pl {02254.p1|02255.p0} : 2254 
+pl {02254.s2} (1)
+pl {02255.p1|02256.p0} : 2255 
+pl {02255.s2} (1)
+pl {02256.p1|02257.p0} : 2256 
+pl {02256.s2} (1)
+pl {02257.p1|02258.p0} : 2257 
+pl {02257.s2} (1)
+pl {02258.p1|02259.p0} : 2258 
+pl {02258.s2} (1)
+pl {02259.p1|02260.p0} : 2259 
+pl {02259.s2} (1)
+pl {02260.p1|02261.p0} : 2260 
+pl {02260.s2} (1)
+pl {02261.p1|02262.p0} : 2261 
+pl {02261.s2} (1)
+pl {02262.p1|02263.p0} : 2262 
+pl {02262.s2} (1)
+pl {02263.p1|02264.p0} : 2263 
+pl {02263.s2} (1)
+pl {02264.p1|02265.p0} : 2264 
+pl {02264.s2} (1)
+pl {02265.p1|02266.p0} : 2265 
+pl {02265.s2} (1)
+pl {02266.p1|02267.p0} : 2266 
+pl {02266.s2} (1)
+pl {02267.p1|02268.p0} : 2267 
+pl {02267.s2} (1)
+pl {02268.p1|02269.p0} : 2268 
+pl {02268.s2} (1)
+pl {02269.p1|02270.p0} : 2269 
+pl {02269.s2} (1)
+pl {02270.p1|02271.p0} : 2270 
+pl {02270.s2} (1)
+pl {02271.p1|02272.p0} : 2271 
+pl {02271.s2} (1)
+pl {02272.p1|02273.p0} : 2272 
+pl {02272.s2} (1)
+pl {02273.p1|02274.p0} : 2273 
+pl {02273.s2} (1)
+pl {02274.p1|02275.p0} : 2274 
+pl {02274.s2} (1)
+pl {02275.p1|02276.p0} : 2275 
+pl {02275.s2} (1)
+pl {02276.p1|02277.p0} : 2276 
+pl {02276.s2} (1)
+pl {02277.p1|02278.p0} : 2277 
+pl {02277.s2} (1)
+pl {02278.p1|02279.p0} : 2278 
+pl {02278.s2} (1)
+pl {02279.p1|02280.p0} : 2279 
+pl {02279.s2} (1)
+pl {02280.p1|02281.p0} : 2280 
+pl {02280.s2} (1)
+pl {02281.p1|02282.p0} : 2281 
+pl {02281.s2} (1)
+pl {02282.p1|02283.p0} : 2282 
+pl {02282.s2} (1)
+pl {02283.p1|02284.p0} : 2283 
+pl {02283.s2} (1)
+pl {02284.p1|02285.p0} : 2284 
+pl {02284.s2} (1)
+pl {02285.p1|02286.p0} : 2285 
+pl {02285.s2} (1)
+pl {02286.p1|02287.p0} : 2286 
+pl {02286.s2} (1)
+pl {02287.p1|02288.p0} : 2287 
+pl {02287.s2} (1)
+pl {02288.p1|02289.p0} : 2288 
+pl {02288.s2} (1)
+pl {02289.p1|02290.p0} : 2289 
+pl {02289.s2} (1)
+pl {02290.p1|02291.p0} : 2290 
+pl {02290.s2} (1)
+pl {02291.p1|02292.p0} : 2291 
+pl {02291.s2} (1)
+pl {02292.p1|02293.p0} : 2292 
+pl {02292.s2} (1)
+pl {02293.p1|02294.p0} : 2293 
+pl {02293.s2} (1)
+pl {02294.p1|02295.p0} : 2294 
+pl {02294.s2} (1)
+pl {02295.p1|02296.p0} : 2295 
+pl {02295.s2} (1)
+pl {02296.p1|02297.p0} : 2296 
+pl {02296.s2} (1)
+pl {02297.p1|02298.p0} : 2297 
+pl {02297.s2} (1)
+pl {02298.p1|02299.p0} : 2298 
+pl {02298.s2} (1)
+pl {02299.p1|02300.p0} : 2299 
+pl {02299.s2} (1)
+pl {02300.p1|02301.p0} : 2300 
+pl {02300.s2} (1)
+pl {02301.p1|02302.p0} : 2301 
+pl {02301.s2} (1)
+pl {02302.p1|02303.p0} : 2302 
+pl {02302.s2} (1)
+pl {02303.p1|02304.p0} : 2303 
+pl {02303.s2} (1)
+pl {02304.p1|02305.p0} : 2304 
+pl {02304.s2} (1)
+pl {02305.p1|02306.p0} : 2305 
+pl {02305.s2} (1)
+pl {02306.p1|02307.p0} : 2306 
+pl {02306.s2} (1)
+pl {02307.p1|02308.p0} : 2307 
+pl {02307.s2} (1)
+pl {02308.p1|02309.p0} : 2308 
+pl {02308.s2} (1)
+pl {02309.p1|02310.p0} : 2309 
+pl {02309.s2} (1)
+pl {02310.p1|02311.p0} : 2310 
+pl {02310.s2} (1)
+pl {02311.p1|02312.p0} : 2311 
+pl {02311.s2} (1)
+pl {02312.p1|02313.p0} : 2312 
+pl {02312.s2} (1)
+pl {02313.p1|02314.p0} : 2313 
+pl {02313.s2} (1)
+pl {02314.p1|02315.p0} : 2314 
+pl {02314.s2} (1)
+pl {02315.p1|02316.p0} : 2315 
+pl {02315.s2} (1)
+pl {02316.p1|02317.p0} : 2316 
+pl {02316.s2} (1)
+pl {02317.p1|02318.p0} : 2317 
+pl {02317.s2} (1)
+pl {02318.p1|02319.p0} : 2318 
+pl {02318.s2} (1)
+pl {02319.p1|02320.p0} : 2319 
+pl {02319.s2} (1)
+pl {02320.p1|02321.p0} : 2320 
+pl {02320.s2} (1)
+pl {02321.p1|02322.p0} : 2321 
+pl {02321.s2} (1)
+pl {02322.p1|02323.p0} : 2322 
+pl {02322.s2} (1)
+pl {02323.p1|02324.p0} : 2323 
+pl {02323.s2} (1)
+pl {02324.p1|02325.p0} : 2324 
+pl {02324.s2} (1)
+pl {02325.p1|02326.p0} : 2325 
+pl {02325.s2} (1)
+pl {02326.p1|02327.p0} : 2326 
+pl {02326.s2} (1)
+pl {02327.p1|02328.p0} : 2327 
+pl {02327.s2} (1)
+pl {02328.p1|02329.p0} : 2328 
+pl {02328.s2} (1)
+pl {02329.p1|02330.p0} : 2329 
+pl {02329.s2} (1)
+pl {02330.p1|02331.p0} : 2330 
+pl {02330.s2} (1)
+pl {02331.p1|02332.p0} : 2331 
+pl {02331.s2} (1)
+pl {02332.p1|02333.p0} : 2332 
+pl {02332.s2} (1)
+pl {02333.p1|02334.p0} : 2333 
+pl {02333.s2} (1)
+pl {02334.p1|02335.p0} : 2334 
+pl {02334.s2} (1)
+pl {02335.p1|02336.p0} : 2335 
+pl {02335.s2} (1)
+pl {02336.p1|02337.p0} : 2336 
+pl {02336.s2} (1)
+pl {02337.p1|02338.p0} : 2337 
+pl {02337.s2} (1)
+pl {02338.p1|02339.p0} : 2338 
+pl {02338.s2} (1)
+pl {02339.p1|02340.p0} : 2339 
+pl {02339.s2} (1)
+pl {02340.p1|02341.p0} : 2340 
+pl {02340.s2} (1)
+pl {02341.p1|02342.p0} : 2341 
+pl {02341.s2} (1)
+pl {02342.p1|02343.p0} : 2342 
+pl {02342.s2} (1)
+pl {02343.p1|02344.p0} : 2343 
+pl {02343.s2} (1)
+pl {02344.p1|02345.p0} : 2344 
+pl {02344.s2} (1)
+pl {02345.p1|02346.p0} : 2345 
+pl {02345.s2} (1)
+pl {02346.p1|02347.p0} : 2346 
+pl {02346.s2} (1)
+pl {02347.p1|02348.p0} : 2347 
+pl {02347.s2} (1)
+pl {02348.p1|02349.p0} : 2348 
+pl {02348.s2} (1)
+pl {02349.p1|02350.p0} : 2349 
+pl {02349.s2} (1)
+pl {02350.p1|02351.p0} : 2350 
+pl {02350.s2} (1)
+pl {02351.p1|02352.p0} : 2351 
+pl {02351.s2} (1)
+pl {02352.p1|02353.p0} : 2352 
+pl {02352.s2} (1)
+pl {02353.p1|02354.p0} : 2353 
+pl {02353.s2} (1)
+pl {02354.p1|02355.p0} : 2354 
+pl {02354.s2} (1)
+pl {02355.p1|02356.p0} : 2355 
+pl {02355.s2} (1)
+pl {02356.p1|02357.p0} : 2356 
+pl {02356.s2} (1)
+pl {02357.p1|02358.p0} : 2357 
+pl {02357.s2} (1)
+pl {02358.p1|02359.p0} : 2358 
+pl {02358.s2} (1)
+pl {02359.p1|02360.p0} : 2359 
+pl {02359.s2} (1)
+pl {02360.p1|02361.p0} : 2360 
+pl {02360.s2} (1)
+pl {02361.p1|02362.p0} : 2361 
+pl {02361.s2} (1)
+pl {02362.p1|02363.p0} : 2362 
+pl {02362.s2} (1)
+pl {02363.p1|02364.p0} : 2363 
+pl {02363.s2} (1)
+pl {02364.p1|02365.p0} : 2364 
+pl {02364.s2} (1)
+pl {02365.p1|02366.p0} : 2365 
+pl {02365.s2} (1)
+pl {02366.p1|02367.p0} : 2366 
+pl {02366.s2} (1)
+pl {02367.p1|02368.p0} : 2367 
+pl {02367.s2} (1)
+pl {02368.p1|02369.p0} : 2368 
+pl {02368.s2} (1)
+pl {02369.p1|02370.p0} : 2369 
+pl {02369.s2} (1)
+pl {02370.p1|02371.p0} : 2370 
+pl {02370.s2} (1)
+pl {02371.p1|02372.p0} : 2371 
+pl {02371.s2} (1)
+pl {02372.p1|02373.p0} : 2372 
+pl {02372.s2} (1)
+pl {02373.p1|02374.p0} : 2373 
+pl {02373.s2} (1)
+pl {02374.p1|02375.p0} : 2374 
+pl {02374.s2} (1)
+pl {02375.p1|02376.p0} : 2375 
+pl {02375.s2} (1)
+pl {02376.p1|02377.p0} : 2376 
+pl {02376.s2} (1)
+pl {02377.p1|02378.p0} : 2377 
+pl {02377.s2} (1)
+pl {02378.p1|02379.p0} : 2378 
+pl {02378.s2} (1)
+pl {02379.p1|02380.p0} : 2379 
+pl {02379.s2} (1)
+pl {02380.p1|02381.p0} : 2380 
+pl {02380.s2} (1)
+pl {02381.p1|02382.p0} : 2381 
+pl {02381.s2} (1)
+pl {02382.p1|02383.p0} : 2382 
+pl {02382.s2} (1)
+pl {02383.p1|02384.p0} : 2383 
+pl {02383.s2} (1)
+pl {02384.p1|02385.p0} : 2384 
+pl {02384.s2} (1)
+pl {02385.p1|02386.p0} : 2385 
+pl {02385.s2} (1)
+pl {02386.p1|02387.p0} : 2386 
+pl {02386.s2} (1)
+pl {02387.p1|02388.p0} : 2387 
+pl {02387.s2} (1)
+pl {02388.p1|02389.p0} : 2388 
+pl {02388.s2} (1)
+pl {02389.p1|02390.p0} : 2389 
+pl {02389.s2} (1)
+pl {02390.p1|02391.p0} : 2390 
+pl {02390.s2} (1)
+pl {02391.p1|02392.p0} : 2391 
+pl {02391.s2} (1)
+pl {02392.p1|02393.p0} : 2392 
+pl {02392.s2} (1)
+pl {02393.p1|02394.p0} : 2393 
+pl {02393.s2} (1)
+pl {02394.p1|02395.p0} : 2394 
+pl {02394.s2} (1)
+pl {02395.p1|02396.p0} : 2395 
+pl {02395.s2} (1)
+pl {02396.p1|02397.p0} : 2396 
+pl {02396.s2} (1)
+pl {02397.p1|02398.p0} : 2397 
+pl {02397.s2} (1)
+pl {02398.p1|02399.p0} : 2398 
+pl {02398.s2} (1)
+pl {02399.p1|02400.p0} : 2399 
+pl {02399.s2} (1)
+pl {02400.p1|02401.p0} : 2400 
+pl {02400.s2} (1)
+pl {02401.p1|02402.p0} : 2401 
+pl {02401.s2} (1)
+pl {02402.p1|02403.p0} : 2402 
+pl {02402.s2} (1)
+pl {02403.p1|02404.p0} : 2403 
+pl {02403.s2} (1)
+pl {02404.p1|02405.p0} : 2404 
+pl {02404.s2} (1)
+pl {02405.p1|02406.p0} : 2405 
+pl {02405.s2} (1)
+pl {02406.p1|02407.p0} : 2406 
+pl {02406.s2} (1)
+pl {02407.p1|02408.p0} : 2407 
+pl {02407.s2} (1)
+pl {02408.p1|02409.p0} : 2408 
+pl {02408.s2} (1)
+pl {02409.p1|02410.p0} : 2409 
+pl {02409.s2} (1)
+pl {02410.p1|02411.p0} : 2410 
+pl {02410.s2} (1)
+pl {02411.p1|02412.p0} : 2411 
+pl {02411.s2} (1)
+pl {02412.p1|02413.p0} : 2412 
+pl {02412.s2} (1)
+pl {02413.p1|02414.p0} : 2413 
+pl {02413.s2} (1)
+pl {02414.p1|02415.p0} : 2414 
+pl {02414.s2} (1)
+pl {02415.p1|02416.p0} : 2415 
+pl {02415.s2} (1)
+pl {02416.p1|02417.p0} : 2416 
+pl {02416.s2} (1)
+pl {02417.p1|02418.p0} : 2417 
+pl {02417.s2} (1)
+pl {02418.p1|02419.p0} : 2418 
+pl {02418.s2} (1)
+pl {02419.p1|02420.p0} : 2419 
+pl {02419.s2} (1)
+pl {02420.p1|02421.p0} : 2420 
+pl {02420.s2} (1)
+pl {02421.p1|02422.p0} : 2421 
+pl {02421.s2} (1)
+pl {02422.p1|02423.p0} : 2422 
+pl {02422.s2} (1)
+pl {02423.p1|02424.p0} : 2423 
+pl {02423.s2} (1)
+pl {02424.p1|02425.p0} : 2424 
+pl {02424.s2} (1)
+pl {02425.p1|02426.p0} : 2425 
+pl {02425.s2} (1)
+pl {02426.p1|02427.p0} : 2426 
+pl {02426.s2} (1)
+pl {02427.p1|02428.p0} : 2427 
+pl {02427.s2} (1)
+pl {02428.p1|02429.p0} : 2428 
+pl {02428.s2} (1)
+pl {02429.p1|02430.p0} : 2429 
+pl {02429.s2} (1)
+pl {02430.p1|02431.p0} : 2430 
+pl {02430.s2} (1)
+pl {02431.p1|02432.p0} : 2431 
+pl {02431.s2} (1)
+pl {02432.p1|02433.p0} : 2432 
+pl {02432.s2} (1)
+pl {02433.p1|02434.p0} : 2433 
+pl {02433.s2} (1)
+pl {02434.p1|02435.p0} : 2434 
+pl {02434.s2} (1)
+pl {02435.p1|02436.p0} : 2435 
+pl {02435.s2} (1)
+pl {02436.p1|02437.p0} : 2436 
+pl {02436.s2} (1)
+pl {02437.p1|02438.p0} : 2437 
+pl {02437.s2} (1)
+pl {02438.p1|02439.p0} : 2438 
+pl {02438.s2} (1)
+pl {02439.p1|02440.p0} : 2439 
+pl {02439.s2} (1)
+pl {02440.p1|02441.p0} : 2440 
+pl {02440.s2} (1)
+pl {02441.p1|02442.p0} : 2441 
+pl {02441.s2} (1)
+pl {02442.p1|02443.p0} : 2442 
+pl {02442.s2} (1)
+pl {02443.p1|02444.p0} : 2443 
+pl {02443.s2} (1)
+pl {02444.p1|02445.p0} : 2444 
+pl {02444.s2} (1)
+pl {02445.p1|02446.p0} : 2445 
+pl {02445.s2} (1)
+pl {02446.p1|02447.p0} : 2446 
+pl {02446.s2} (1)
+pl {02447.p1|02448.p0} : 2447 
+pl {02447.s2} (1)
+pl {02448.p1|02449.p0} : 2448 
+pl {02448.s2} (1)
+pl {02449.p1|02450.p0} : 2449 
+pl {02449.s2} (1)
+pl {02450.p1|02451.p0} : 2450 
+pl {02450.s2} (1)
+pl {02451.p1|02452.p0} : 2451 
+pl {02451.s2} (1)
+pl {02452.p1|02453.p0} : 2452 
+pl {02452.s2} (1)
+pl {02453.p1|02454.p0} : 2453 
+pl {02453.s2} (1)
+pl {02454.p1|02455.p0} : 2454 
+pl {02454.s2} (1)
+pl {02455.p1|02456.p0} : 2455 
+pl {02455.s2} (1)
+pl {02456.p1|02457.p0} : 2456 
+pl {02456.s2} (1)
+pl {02457.p1|02458.p0} : 2457 
+pl {02457.s2} (1)
+pl {02458.p1|02459.p0} : 2458 
+pl {02458.s2} (1)
+pl {02459.p1|02460.p0} : 2459 
+pl {02459.s2} (1)
+pl {02460.p1|02461.p0} : 2460 
+pl {02460.s2} (1)
+pl {02461.p1|02462.p0} : 2461 
+pl {02461.s2} (1)
+pl {02462.p1|02463.p0} : 2462 
+pl {02462.s2} (1)
+pl {02463.p1|02464.p0} : 2463 
+pl {02463.s2} (1)
+pl {02464.p1|02465.p0} : 2464 
+pl {02464.s2} (1)
+pl {02465.p1|02466.p0} : 2465 
+pl {02465.s2} (1)
+pl {02466.p1|02467.p0} : 2466 
+pl {02466.s2} (1)
+pl {02467.p1|02468.p0} : 2467 
+pl {02467.s2} (1)
+pl {02468.p1|02469.p0} : 2468 
+pl {02468.s2} (1)
+pl {02469.p1|02470.p0} : 2469 
+pl {02469.s2} (1)
+pl {02470.p1|02471.p0} : 2470 
+pl {02470.s2} (1)
+pl {02471.p1|02472.p0} : 2471 
+pl {02471.s2} (1)
+pl {02472.p1|02473.p0} : 2472 
+pl {02472.s2} (1)
+pl {02473.p1|02474.p0} : 2473 
+pl {02473.s2} (1)
+pl {02474.p1|02475.p0} : 2474 
+pl {02474.s2} (1)
+pl {02475.p1|02476.p0} : 2475 
+pl {02475.s2} (1)
+pl {02476.p1|02477.p0} : 2476 
+pl {02476.s2} (1)
+pl {02477.p1|02478.p0} : 2477 
+pl {02477.s2} (1)
+pl {02478.p1|02479.p0} : 2478 
+pl {02478.s2} (1)
+pl {02479.p1|02480.p0} : 2479 
+pl {02479.s2} (1)
+pl {02480.p1|02481.p0} : 2480 
+pl {02480.s2} (1)
+pl {02481.p1|02482.p0} : 2481 
+pl {02481.s2} (1)
+pl {02482.p1|02483.p0} : 2482 
+pl {02482.s2} (1)
+pl {02483.p1|02484.p0} : 2483 
+pl {02483.s2} (1)
+pl {02484.p1|02485.p0} : 2484 
+pl {02484.s2} (1)
+pl {02485.p1|02486.p0} : 2485 
+pl {02485.s2} (1)
+pl {02486.p1|02487.p0} : 2486 
+pl {02486.s2} (1)
+pl {02487.p1|02488.p0} : 2487 
+pl {02487.s2} (1)
+pl {02488.p1|02489.p0} : 2488 
+pl {02488.s2} (1)
+pl {02489.p1|02490.p0} : 2489 
+pl {02489.s2} (1)
+pl {02490.p1|02491.p0} : 2490 
+pl {02490.s2} (1)
+pl {02491.p1|02492.p0} : 2491 
+pl {02491.s2} (1)
+pl {02492.p1|02493.p0} : 2492 
+pl {02492.s2} (1)
+pl {02493.p1|02494.p0} : 2493 
+pl {02493.s2} (1)
+pl {02494.p1|02495.p0} : 2494 
+pl {02494.s2} (1)
+pl {02495.p1|02496.p0} : 2495 
+pl {02495.s2} (1)
+pl {02496.p1|02497.p0} : 2496 
+pl {02496.s2} (1)
+pl {02497.p1|02498.p0} : 2497 
+pl {02497.s2} (1)
+pl {02498.p1|02499.p0} : 2498 
+pl {02498.s2} (1)
+pl {02499.p1|02500.p0} : 2499 
+pl {02499.s2} (1)
+pl {02500.p1|02501.p0} : 2500 
+pl {02500.s2} (1)
+pl {02501.p1|02502.p0} : 2501 
+pl {02501.s2} (1)
+pl {02502.p1|02503.p0} : 2502 
+pl {02502.s2} (1)
+pl {02503.p1|02504.p0} : 2503 
+pl {02503.s2} (1)
+pl {02504.p1|02505.p0} : 2504 
+pl {02504.s2} (1)
+pl {02505.p1|02506.p0} : 2505 
+pl {02505.s2} (1)
+pl {02506.p1|02507.p0} : 2506 
+pl {02506.s2} (1)
+pl {02507.p1|02508.p0} : 2507 
+pl {02507.s2} (1)
+pl {02508.p1|02509.p0} : 2508 
+pl {02508.s2} (1)
+pl {02509.p1|02510.p0} : 2509 
+pl {02509.s2} (1)
+pl {02510.p1|02511.p0} : 2510 
+pl {02510.s2} (1)
+pl {02511.p1|02512.p0} : 2511 
+pl {02511.s2} (1)
+pl {02512.p1|02513.p0} : 2512 
+pl {02512.s2} (1)
+pl {02513.p1|02514.p0} : 2513 
+pl {02513.s2} (1)
+pl {02514.p1|02515.p0} : 2514 
+pl {02514.s2} (1)
+pl {02515.p1|02516.p0} : 2515 
+pl {02515.s2} (1)
+pl {02516.p1|02517.p0} : 2516 
+pl {02516.s2} (1)
+pl {02517.p1|02518.p0} : 2517 
+pl {02517.s2} (1)
+pl {02518.p1|02519.p0} : 2518 
+pl {02518.s2} (1)
+pl {02519.p1|02520.p0} : 2519 
+pl {02519.s2} (1)
+pl {02520.p1|02521.p0} : 2520 
+pl {02520.s2} (1)
+pl {02521.p1|02522.p0} : 2521 
+pl {02521.s2} (1)
+pl {02522.p1|02523.p0} : 2522 
+pl {02522.s2} (1)
+pl {02523.p1|02524.p0} : 2523 
+pl {02523.s2} (1)
+pl {02524.p1|02525.p0} : 2524 
+pl {02524.s2} (1)
+pl {02525.p1|02526.p0} : 2525 
+pl {02525.s2} (1)
+pl {02526.p1|02527.p0} : 2526 
+pl {02526.s2} (1)
+pl {02527.p1|02528.p0} : 2527 
+pl {02527.s2} (1)
+pl {02528.p1|02529.p0} : 2528 
+pl {02528.s2} (1)
+pl {02529.p1|02530.p0} : 2529 
+pl {02529.s2} (1)
+pl {02530.p1|02531.p0} : 2530 
+pl {02530.s2} (1)
+pl {02531.p1|02532.p0} : 2531 
+pl {02531.s2} (1)
+pl {02532.p1|02533.p0} : 2532 
+pl {02532.s2} (1)
+pl {02533.p1|02534.p0} : 2533 
+pl {02533.s2} (1)
+pl {02534.p1|02535.p0} : 2534 
+pl {02534.s2} (1)
+pl {02535.p1|02536.p0} : 2535 
+pl {02535.s2} (1)
+pl {02536.p1|02537.p0} : 2536 
+pl {02536.s2} (1)
+pl {02537.p1|02538.p0} : 2537 
+pl {02537.s2} (1)
+pl {02538.p1|02539.p0} : 2538 
+pl {02538.s2} (1)
+pl {02539.p1|02540.p0} : 2539 
+pl {02539.s2} (1)
+pl {02540.p1|02541.p0} : 2540 
+pl {02540.s2} (1)
+pl {02541.p1|02542.p0} : 2541 
+pl {02541.s2} (1)
+pl {02542.p1|02543.p0} : 2542 
+pl {02542.s2} (1)
+pl {02543.p1|02544.p0} : 2543 
+pl {02543.s2} (1)
+pl {02544.p1|02545.p0} : 2544 
+pl {02544.s2} (1)
+pl {02545.p1|02546.p0} : 2545 
+pl {02545.s2} (1)
+pl {02546.p1|02547.p0} : 2546 
+pl {02546.s2} (1)
+pl {02547.p1|02548.p0} : 2547 
+pl {02547.s2} (1)
+pl {02548.p1|02549.p0} : 2548 
+pl {02548.s2} (1)
+pl {02549.p1|02550.p0} : 2549 
+pl {02549.s2} (1)
+pl {02550.p1|02551.p0} : 2550 
+pl {02550.s2} (1)
+pl {02551.p1|02552.p0} : 2551 
+pl {02551.s2} (1)
+pl {02552.p1|02553.p0} : 2552 
+pl {02552.s2} (1)
+pl {02553.p1|02554.p0} : 2553 
+pl {02553.s2} (1)
+pl {02554.p1|02555.p0} : 2554 
+pl {02554.s2} (1)
+pl {02555.p1|02556.p0} : 2555 
+pl {02555.s2} (1)
+pl {02556.p1|02557.p0} : 2556 
+pl {02556.s2} (1)
+pl {02557.p1|02558.p0} : 2557 
+pl {02557.s2} (1)
+pl {02558.p1|02559.p0} : 2558 
+pl {02558.s2} (1)
+pl {02559.p1|02560.p0} : 2559 
+pl {02559.s2} (1)
+pl {02560.p1|02561.p0} : 2560 
+pl {02560.s2} (1)
+pl {02561.p1|02562.p0} : 2561 
+pl {02561.s2} (1)
+pl {02562.p1|02563.p0} : 2562 
+pl {02562.s2} (1)
+pl {02563.p1|02564.p0} : 2563 
+pl {02563.s2} (1)
+pl {02564.p1|02565.p0} : 2564 
+pl {02564.s2} (1)
+pl {02565.p1|02566.p0} : 2565 
+pl {02565.s2} (1)
+pl {02566.p1|02567.p0} : 2566 
+pl {02566.s2} (1)
+pl {02567.p1|02568.p0} : 2567 
+pl {02567.s2} (1)
+pl {02568.p1|02569.p0} : 2568 
+pl {02568.s2} (1)
+pl {02569.p1|02570.p0} : 2569 
+pl {02569.s2} (1)
+pl {02570.p1|02571.p0} : 2570 
+pl {02570.s2} (1)
+pl {02571.p1|02572.p0} : 2571 
+pl {02571.s2} (1)
+pl {02572.p1|02573.p0} : 2572 
+pl {02572.s2} (1)
+pl {02573.p1|02574.p0} : 2573 
+pl {02573.s2} (1)
+pl {02574.p1|02575.p0} : 2574 
+pl {02574.s2} (1)
+pl {02575.p1|02576.p0} : 2575 
+pl {02575.s2} (1)
+pl {02576.p1|02577.p0} : 2576 
+pl {02576.s2} (1)
+pl {02577.p1|02578.p0} : 2577 
+pl {02577.s2} (1)
+pl {02578.p1|02579.p0} : 2578 
+pl {02578.s2} (1)
+pl {02579.p1|02580.p0} : 2579 
+pl {02579.s2} (1)
+pl {02580.p1|02581.p0} : 2580 
+pl {02580.s2} (1)
+pl {02581.p1|02582.p0} : 2581 
+pl {02581.s2} (1)
+pl {02582.p1|02583.p0} : 2582 
+pl {02582.s2} (1)
+pl {02583.p1|02584.p0} : 2583 
+pl {02583.s2} (1)
+pl {02584.p1|02585.p0} : 2584 
+pl {02584.s2} (1)
+pl {02585.p1|02586.p0} : 2585 
+pl {02585.s2} (1)
+pl {02586.p1|02587.p0} : 2586 
+pl {02586.s2} (1)
+pl {02587.p1|02588.p0} : 2587 
+pl {02587.s2} (1)
+pl {02588.p1|02589.p0} : 2588 
+pl {02588.s2} (1)
+pl {02589.p1|02590.p0} : 2589 
+pl {02589.s2} (1)
+pl {02590.p1|02591.p0} : 2590 
+pl {02590.s2} (1)
+pl {02591.p1|02592.p0} : 2591 
+pl {02591.s2} (1)
+pl {02592.p1|02593.p0} : 2592 
+pl {02592.s2} (1)
+pl {02593.p1|02594.p0} : 2593 
+pl {02593.s2} (1)
+pl {02594.p1|02595.p0} : 2594 
+pl {02594.s2} (1)
+pl {02595.p1|02596.p0} : 2595 
+pl {02595.s2} (1)
+pl {02596.p1|02597.p0} : 2596 
+pl {02596.s2} (1)
+pl {02597.p1|02598.p0} : 2597 
+pl {02597.s2} (1)
+pl {02598.p1|02599.p0} : 2598 
+pl {02598.s2} (1)
+pl {02599.p1|02600.p0} : 2599 
+pl {02599.s2} (1)
+pl {02600.p1|02601.p0} : 2600 
+pl {02600.s2} (1)
+pl {02601.p1|02602.p0} : 2601 
+pl {02601.s2} (1)
+pl {02602.p1|02603.p0} : 2602 
+pl {02602.s2} (1)
+pl {02603.p1|02604.p0} : 2603 
+pl {02603.s2} (1)
+pl {02604.p1|02605.p0} : 2604 
+pl {02604.s2} (1)
+pl {02605.p1|02606.p0} : 2605 
+pl {02605.s2} (1)
+pl {02606.p1|02607.p0} : 2606 
+pl {02606.s2} (1)
+pl {02607.p1|02608.p0} : 2607 
+pl {02607.s2} (1)
+pl {02608.p1|02609.p0} : 2608 
+pl {02608.s2} (1)
+pl {02609.p1|02610.p0} : 2609 
+pl {02609.s2} (1)
+pl {02610.p1|02611.p0} : 2610 
+pl {02610.s2} (1)
+pl {02611.p1|02612.p0} : 2611 
+pl {02611.s2} (1)
+pl {02612.p1|02613.p0} : 2612 
+pl {02612.s2} (1)
+pl {02613.p1|02614.p0} : 2613 
+pl {02613.s2} (1)
+pl {02614.p1|02615.p0} : 2614 
+pl {02614.s2} (1)
+pl {02615.p1|02616.p0} : 2615 
+pl {02615.s2} (1)
+pl {02616.p1|02617.p0} : 2616 
+pl {02616.s2} (1)
+pl {02617.p1|02618.p0} : 2617 
+pl {02617.s2} (1)
+pl {02618.p1|02619.p0} : 2618 
+pl {02618.s2} (1)
+pl {02619.p1|02620.p0} : 2619 
+pl {02619.s2} (1)
+pl {02620.p1|02621.p0} : 2620 
+pl {02620.s2} (1)
+pl {02621.p1|02622.p0} : 2621 
+pl {02621.s2} (1)
+pl {02622.p1|02623.p0} : 2622 
+pl {02622.s2} (1)
+pl {02623.p1|02624.p0} : 2623 
+pl {02623.s2} (1)
+pl {02624.p1|02625.p0} : 2624 
+pl {02624.s2} (1)
+pl {02625.p1|02626.p0} : 2625 
+pl {02625.s2} (1)
+pl {02626.p1|02627.p0} : 2626 
+pl {02626.s2} (1)
+pl {02627.p1|02628.p0} : 2627 
+pl {02627.s2} (1)
+pl {02628.p1|02629.p0} : 2628 
+pl {02628.s2} (1)
+pl {02629.p1|02630.p0} : 2629 
+pl {02629.s2} (1)
+pl {02630.p1|02631.p0} : 2630 
+pl {02630.s2} (1)
+pl {02631.p1|02632.p0} : 2631 
+pl {02631.s2} (1)
+pl {02632.p1|02633.p0} : 2632 
+pl {02632.s2} (1)
+pl {02633.p1|02634.p0} : 2633 
+pl {02633.s2} (1)
+pl {02634.p1|02635.p0} : 2634 
+pl {02634.s2} (1)
+pl {02635.p1|02636.p0} : 2635 
+pl {02635.s2} (1)
+pl {02636.p1|02637.p0} : 2636 
+pl {02636.s2} (1)
+pl {02637.p1|02638.p0} : 2637 
+pl {02637.s2} (1)
+pl {02638.p1|02639.p0} : 2638 
+pl {02638.s2} (1)
+pl {02639.p1|02640.p0} : 2639 
+pl {02639.s2} (1)
+pl {02640.p1|02641.p0} : 2640 
+pl {02640.s2} (1)
+pl {02641.p1|02642.p0} : 2641 
+pl {02641.s2} (1)
+pl {02642.p1|02643.p0} : 2642 
+pl {02642.s2} (1)
+pl {02643.p1|02644.p0} : 2643 
+pl {02643.s2} (1)
+pl {02644.p1|02645.p0} : 2644 
+pl {02644.s2} (1)
+pl {02645.p1|02646.p0} : 2645 
+pl {02645.s2} (1)
+pl {02646.p1|02647.p0} : 2646 
+pl {02646.s2} (1)
+pl {02647.p1|02648.p0} : 2647 
+pl {02647.s2} (1)
+pl {02648.p1|02649.p0} : 2648 
+pl {02648.s2} (1)
+pl {02649.p1|02650.p0} : 2649 
+pl {02649.s2} (1)
+pl {02650.p1|02651.p0} : 2650 
+pl {02650.s2} (1)
+pl {02651.p1|02652.p0} : 2651 
+pl {02651.s2} (1)
+pl {02652.p1|02653.p0} : 2652 
+pl {02652.s2} (1)
+pl {02653.p1|02654.p0} : 2653 
+pl {02653.s2} (1)
+pl {02654.p1|02655.p0} : 2654 
+pl {02654.s2} (1)
+pl {02655.p1|02656.p0} : 2655 
+pl {02655.s2} (1)
+pl {02656.p1|02657.p0} : 2656 
+pl {02656.s2} (1)
+pl {02657.p1|02658.p0} : 2657 
+pl {02657.s2} (1)
+pl {02658.p1|02659.p0} : 2658 
+pl {02658.s2} (1)
+pl {02659.p1|02660.p0} : 2659 
+pl {02659.s2} (1)
+pl {02660.p1|02661.p0} : 2660 
+pl {02660.s2} (1)
+pl {02661.p1|02662.p0} : 2661 
+pl {02661.s2} (1)
+pl {02662.p1|02663.p0} : 2662 
+pl {02662.s2} (1)
+pl {02663.p1|02664.p0} : 2663 
+pl {02663.s2} (1)
+pl {02664.p1|02665.p0} : 2664 
+pl {02664.s2} (1)
+pl {02665.p1|02666.p0} : 2665 
+pl {02665.s2} (1)
+pl {02666.p1|02667.p0} : 2666 
+pl {02666.s2} (1)
+pl {02667.p1|02668.p0} : 2667 
+pl {02667.s2} (1)
+pl {02668.p1|02669.p0} : 2668 
+pl {02668.s2} (1)
+pl {02669.p1|02670.p0} : 2669 
+pl {02669.s2} (1)
+pl {02670.p1|02671.p0} : 2670 
+pl {02670.s2} (1)
+pl {02671.p1|02672.p0} : 2671 
+pl {02671.s2} (1)
+pl {02672.p1|02673.p0} : 2672 
+pl {02672.s2} (1)
+pl {02673.p1|02674.p0} : 2673 
+pl {02673.s2} (1)
+pl {02674.p1|02675.p0} : 2674 
+pl {02674.s2} (1)
+pl {02675.p1|02676.p0} : 2675 
+pl {02675.s2} (1)
+pl {02676.p1|02677.p0} : 2676 
+pl {02676.s2} (1)
+pl {02677.p1|02678.p0} : 2677 
+pl {02677.s2} (1)
+pl {02678.p1|02679.p0} : 2678 
+pl {02678.s2} (1)
+pl {02679.p1|02680.p0} : 2679 
+pl {02679.s2} (1)
+pl {02680.p1|02681.p0} : 2680 
+pl {02680.s2} (1)
+pl {02681.p1|02682.p0} : 2681 
+pl {02681.s2} (1)
+pl {02682.p1|02683.p0} : 2682 
+pl {02682.s2} (1)
+pl {02683.p1|02684.p0} : 2683 
+pl {02683.s2} (1)
+pl {02684.p1|02685.p0} : 2684 
+pl {02684.s2} (1)
+pl {02685.p1|02686.p0} : 2685 
+pl {02685.s2} (1)
+pl {02686.p1|02687.p0} : 2686 
+pl {02686.s2} (1)
+pl {02687.p1|02688.p0} : 2687 
+pl {02687.s2} (1)
+pl {02688.p1|02689.p0} : 2688 
+pl {02688.s2} (1)
+pl {02689.p1|02690.p0} : 2689 
+pl {02689.s2} (1)
+pl {02690.p1|02691.p0} : 2690 
+pl {02690.s2} (1)
+pl {02691.p1|02692.p0} : 2691 
+pl {02691.s2} (1)
+pl {02692.p1|02693.p0} : 2692 
+pl {02692.s2} (1)
+pl {02693.p1|02694.p0} : 2693 
+pl {02693.s2} (1)
+pl {02694.p1|02695.p0} : 2694 
+pl {02694.s2} (1)
+pl {02695.p1|02696.p0} : 2695 
+pl {02695.s2} (1)
+pl {02696.p1|02697.p0} : 2696 
+pl {02696.s2} (1)
+pl {02697.p1|02698.p0} : 2697 
+pl {02697.s2} (1)
+pl {02698.p1|02699.p0} : 2698 
+pl {02698.s2} (1)
+pl {02699.p1|02700.p0} : 2699 
+pl {02699.s2} (1)
+pl {02700.p1|02701.p0} : 2700 
+pl {02700.s2} (1)
+pl {02701.p1|02702.p0} : 2701 
+pl {02701.s2} (1)
+pl {02702.p1|02703.p0} : 2702 
+pl {02702.s2} (1)
+pl {02703.p1|02704.p0} : 2703 
+pl {02703.s2} (1)
+pl {02704.p1|02705.p0} : 2704 
+pl {02704.s2} (1)
+pl {02705.p1|02706.p0} : 2705 
+pl {02705.s2} (1)
+pl {02706.p1|02707.p0} : 2706 
+pl {02706.s2} (1)
+pl {02707.p1|02708.p0} : 2707 
+pl {02707.s2} (1)
+pl {02708.p1|02709.p0} : 2708 
+pl {02708.s2} (1)
+pl {02709.p1|02710.p0} : 2709 
+pl {02709.s2} (1)
+pl {02710.p1|02711.p0} : 2710 
+pl {02710.s2} (1)
+pl {02711.p1|02712.p0} : 2711 
+pl {02711.s2} (1)
+pl {02712.p1|02713.p0} : 2712 
+pl {02712.s2} (1)
+pl {02713.p1|02714.p0} : 2713 
+pl {02713.s2} (1)
+pl {02714.p1|02715.p0} : 2714 
+pl {02714.s2} (1)
+pl {02715.p1|02716.p0} : 2715 
+pl {02715.s2} (1)
+pl {02716.p1|02717.p0} : 2716 
+pl {02716.s2} (1)
+pl {02717.p1|02718.p0} : 2717 
+pl {02717.s2} (1)
+pl {02718.p1|02719.p0} : 2718 
+pl {02718.s2} (1)
+pl {02719.p1|02720.p0} : 2719 
+pl {02719.s2} (1)
+pl {02720.p1|02721.p0} : 2720 
+pl {02720.s2} (1)
+pl {02721.p1|02722.p0} : 2721 
+pl {02721.s2} (1)
+pl {02722.p1|02723.p0} : 2722 
+pl {02722.s2} (1)
+pl {02723.p1|02724.p0} : 2723 
+pl {02723.s2} (1)
+pl {02724.p1|02725.p0} : 2724 
+pl {02724.s2} (1)
+pl {02725.p1|02726.p0} : 2725 
+pl {02725.s2} (1)
+pl {02726.p1|02727.p0} : 2726 
+pl {02726.s2} (1)
+pl {02727.p1|02728.p0} : 2727 
+pl {02727.s2} (1)
+pl {02728.p1|02729.p0} : 2728 
+pl {02728.s2} (1)
+pl {02729.p1|02730.p0} : 2729 
+pl {02729.s2} (1)
+pl {02730.p1|02731.p0} : 2730 
+pl {02730.s2} (1)
+pl {02731.p1|02732.p0} : 2731 
+pl {02731.s2} (1)
+pl {02732.p1|02733.p0} : 2732 
+pl {02732.s2} (1)
+pl {02733.p1|02734.p0} : 2733 
+pl {02733.s2} (1)
+pl {02734.p1|02735.p0} : 2734 
+pl {02734.s2} (1)
+pl {02735.p1|02736.p0} : 2735 
+pl {02735.s2} (1)
+pl {02736.p1|02737.p0} : 2736 
+pl {02736.s2} (1)
+pl {02737.p1|02738.p0} : 2737 
+pl {02737.s2} (1)
+pl {02738.p1|02739.p0} : 2738 
+pl {02738.s2} (1)
+pl {02739.p1|02740.p0} : 2739 
+pl {02739.s2} (1)
+pl {02740.p1|02741.p0} : 2740 
+pl {02740.s2} (1)
+pl {02741.p1|02742.p0} : 2741 
+pl {02741.s2} (1)
+pl {02742.p1|02743.p0} : 2742 
+pl {02742.s2} (1)
+pl {02743.p1|02744.p0} : 2743 
+pl {02743.s2} (1)
+pl {02744.p1|02745.p0} : 2744 
+pl {02744.s2} (1)
+pl {02745.p1|02746.p0} : 2745 
+pl {02745.s2} (1)
+pl {02746.p1|02747.p0} : 2746 
+pl {02746.s2} (1)
+pl {02747.p1|02748.p0} : 2747 
+pl {02747.s2} (1)
+pl {02748.p1|02749.p0} : 2748 
+pl {02748.s2} (1)
+pl {02749.p1|02750.p0} : 2749 
+pl {02749.s2} (1)
+pl {02750.p1|02751.p0} : 2750 
+pl {02750.s2} (1)
+pl {02751.p1|02752.p0} : 2751 
+pl {02751.s2} (1)
+pl {02752.p1|02753.p0} : 2752 
+pl {02752.s2} (1)
+pl {02753.p1|02754.p0} : 2753 
+pl {02753.s2} (1)
+pl {02754.p1|02755.p0} : 2754 
+pl {02754.s2} (1)
+pl {02755.p1|02756.p0} : 2755 
+pl {02755.s2} (1)
+pl {02756.p1|02757.p0} : 2756 
+pl {02756.s2} (1)
+pl {02757.p1|02758.p0} : 2757 
+pl {02757.s2} (1)
+pl {02758.p1|02759.p0} : 2758 
+pl {02758.s2} (1)
+pl {02759.p1|02760.p0} : 2759 
+pl {02759.s2} (1)
+pl {02760.p1|02761.p0} : 2760 
+pl {02760.s2} (1)
+pl {02761.p1|02762.p0} : 2761 
+pl {02761.s2} (1)
+pl {02762.p1|02763.p0} : 2762 
+pl {02762.s2} (1)
+pl {02763.p1|02764.p0} : 2763 
+pl {02763.s2} (1)
+pl {02764.p1|02765.p0} : 2764 
+pl {02764.s2} (1)
+pl {02765.p1|02766.p0} : 2765 
+pl {02765.s2} (1)
+pl {02766.p1|02767.p0} : 2766 
+pl {02766.s2} (1)
+pl {02767.p1|02768.p0} : 2767 
+pl {02767.s2} (1)
+pl {02768.p1|02769.p0} : 2768 
+pl {02768.s2} (1)
+pl {02769.p1|02770.p0} : 2769 
+pl {02769.s2} (1)
+pl {02770.p1|02771.p0} : 2770 
+pl {02770.s2} (1)
+pl {02771.p1|02772.p0} : 2771 
+pl {02771.s2} (1)
+pl {02772.p1|02773.p0} : 2772 
+pl {02772.s2} (1)
+pl {02773.p1|02774.p0} : 2773 
+pl {02773.s2} (1)
+pl {02774.p1|02775.p0} : 2774 
+pl {02774.s2} (1)
+pl {02775.p1|02776.p0} : 2775 
+pl {02775.s2} (1)
+pl {02776.p1|02777.p0} : 2776 
+pl {02776.s2} (1)
+pl {02777.p1|02778.p0} : 2777 
+pl {02777.s2} (1)
+pl {02778.p1|02779.p0} : 2778 
+pl {02778.s2} (1)
+pl {02779.p1|02780.p0} : 2779 
+pl {02779.s2} (1)
+pl {02780.p1|02781.p0} : 2780 
+pl {02780.s2} (1)
+pl {02781.p1|02782.p0} : 2781 
+pl {02781.s2} (1)
+pl {02782.p1|02783.p0} : 2782 
+pl {02782.s2} (1)
+pl {02783.p1|02784.p0} : 2783 
+pl {02783.s2} (1)
+pl {02784.p1|02785.p0} : 2784 
+pl {02784.s2} (1)
+pl {02785.p1|02786.p0} : 2785 
+pl {02785.s2} (1)
+pl {02786.p1|02787.p0} : 2786 
+pl {02786.s2} (1)
+pl {02787.p1|02788.p0} : 2787 
+pl {02787.s2} (1)
+pl {02788.p1|02789.p0} : 2788 
+pl {02788.s2} (1)
+pl {02789.p1|02790.p0} : 2789 
+pl {02789.s2} (1)
+pl {02790.p1|02791.p0} : 2790 
+pl {02790.s2} (1)
+pl {02791.p1|02792.p0} : 2791 
+pl {02791.s2} (1)
+pl {02792.p1|02793.p0} : 2792 
+pl {02792.s2} (1)
+pl {02793.p1|02794.p0} : 2793 
+pl {02793.s2} (1)
+pl {02794.p1|02795.p0} : 2794 
+pl {02794.s2} (1)
+pl {02795.p1|02796.p0} : 2795 
+pl {02795.s2} (1)
+pl {02796.p1|02797.p0} : 2796 
+pl {02796.s2} (1)
+pl {02797.p1|02798.p0} : 2797 
+pl {02797.s2} (1)
+pl {02798.p1|02799.p0} : 2798 
+pl {02798.s2} (1)
+pl {02799.p1|02800.p0} : 2799 
+pl {02799.s2} (1)
+pl {02800.p1|02801.p0} : 2800 
+pl {02800.s2} (1)
+pl {02801.p1|02802.p0} : 2801 
+pl {02801.s2} (1)
+pl {02802.p1|02803.p0} : 2802 
+pl {02802.s2} (1)
+pl {02803.p1|02804.p0} : 2803 
+pl {02803.s2} (1)
+pl {02804.p1|02805.p0} : 2804 
+pl {02804.s2} (1)
+pl {02805.p1|02806.p0} : 2805 
+pl {02805.s2} (1)
+pl {02806.p1|02807.p0} : 2806 
+pl {02806.s2} (1)
+pl {02807.p1|02808.p0} : 2807 
+pl {02807.s2} (1)
+pl {02808.p1|02809.p0} : 2808 
+pl {02808.s2} (1)
+pl {02809.p1|02810.p0} : 2809 
+pl {02809.s2} (1)
+pl {02810.p1|02811.p0} : 2810 
+pl {02810.s2} (1)
+pl {02811.p1|02812.p0} : 2811 
+pl {02811.s2} (1)
+pl {02812.p1|02813.p0} : 2812 
+pl {02812.s2} (1)
+pl {02813.p1|02814.p0} : 2813 
+pl {02813.s2} (1)
+pl {02814.p1|02815.p0} : 2814 
+pl {02814.s2} (1)
+pl {02815.p1|02816.p0} : 2815 
+pl {02815.s2} (1)
+pl {02816.p1|02817.p0} : 2816 
+pl {02816.s2} (1)
+pl {02817.p1|02818.p0} : 2817 
+pl {02817.s2} (1)
+pl {02818.p1|02819.p0} : 2818 
+pl {02818.s2} (1)
+pl {02819.p1|02820.p0} : 2819 
+pl {02819.s2} (1)
+pl {02820.p1|02821.p0} : 2820 
+pl {02820.s2} (1)
+pl {02821.p1|02822.p0} : 2821 
+pl {02821.s2} (1)
+pl {02822.p1|02823.p0} : 2822 
+pl {02822.s2} (1)
+pl {02823.p1|02824.p0} : 2823 
+pl {02823.s2} (1)
+pl {02824.p1|02825.p0} : 2824 
+pl {02824.s2} (1)
+pl {02825.p1|02826.p0} : 2825 
+pl {02825.s2} (1)
+pl {02826.p1|02827.p0} : 2826 
+pl {02826.s2} (1)
+pl {02827.p1|02828.p0} : 2827 
+pl {02827.s2} (1)
+pl {02828.p1|02829.p0} : 2828 
+pl {02828.s2} (1)
+pl {02829.p1|02830.p0} : 2829 
+pl {02829.s2} (1)
+pl {02830.p1|02831.p0} : 2830 
+pl {02830.s2} (1)
+pl {02831.p1|02832.p0} : 2831 
+pl {02831.s2} (1)
+pl {02832.p1|02833.p0} : 2832 
+pl {02832.s2} (1)
+pl {02833.p1|02834.p0} : 2833 
+pl {02833.s2} (1)
+pl {02834.p1|02835.p0} : 2834 
+pl {02834.s2} (1)
+pl {02835.p1|02836.p0} : 2835 
+pl {02835.s2} (1)
+pl {02836.p1|02837.p0} : 2836 
+pl {02836.s2} (1)
+pl {02837.p1|02838.p0} : 2837 
+pl {02837.s2} (1)
+pl {02838.p1|02839.p0} : 2838 
+pl {02838.s2} (1)
+pl {02839.p1|02840.p0} : 2839 
+pl {02839.s2} (1)
+pl {02840.p1|02841.p0} : 2840 
+pl {02840.s2} (1)
+pl {02841.p1|02842.p0} : 2841 
+pl {02841.s2} (1)
+pl {02842.p1|02843.p0} : 2842 
+pl {02842.s2} (1)
+pl {02843.p1|02844.p0} : 2843 
+pl {02843.s2} (1)
+pl {02844.p1|02845.p0} : 2844 
+pl {02844.s2} (1)
+pl {02845.p1|02846.p0} : 2845 
+pl {02845.s2} (1)
+pl {02846.p1|02847.p0} : 2846 
+pl {02846.s2} (1)
+pl {02847.p1|02848.p0} : 2847 
+pl {02847.s2} (1)
+pl {02848.p1|02849.p0} : 2848 
+pl {02848.s2} (1)
+pl {02849.p1|02850.p0} : 2849 
+pl {02849.s2} (1)
+pl {02850.p1|02851.p0} : 2850 
+pl {02850.s2} (1)
+pl {02851.p1|02852.p0} : 2851 
+pl {02851.s2} (1)
+pl {02852.p1|02853.p0} : 2852 
+pl {02852.s2} (1)
+pl {02853.p1|02854.p0} : 2853 
+pl {02853.s2} (1)
+pl {02854.p1|02855.p0} : 2854 
+pl {02854.s2} (1)
+pl {02855.p1|02856.p0} : 2855 
+pl {02855.s2} (1)
+pl {02856.p1|02857.p0} : 2856 
+pl {02856.s2} (1)
+pl {02857.p1|02858.p0} : 2857 
+pl {02857.s2} (1)
+pl {02858.p1|02859.p0} : 2858 
+pl {02858.s2} (1)
+pl {02859.p1|02860.p0} : 2859 
+pl {02859.s2} (1)
+pl {02860.p1|02861.p0} : 2860 
+pl {02860.s2} (1)
+pl {02861.p1|02862.p0} : 2861 
+pl {02861.s2} (1)
+pl {02862.p1|02863.p0} : 2862 
+pl {02862.s2} (1)
+pl {02863.p1|02864.p0} : 2863 
+pl {02863.s2} (1)
+pl {02864.p1|02865.p0} : 2864 
+pl {02864.s2} (1)
+pl {02865.p1|02866.p0} : 2865 
+pl {02865.s2} (1)
+pl {02866.p1|02867.p0} : 2866 
+pl {02866.s2} (1)
+pl {02867.p1|02868.p0} : 2867 
+pl {02867.s2} (1)
+pl {02868.p1|02869.p0} : 2868 
+pl {02868.s2} (1)
+pl {02869.p1|02870.p0} : 2869 
+pl {02869.s2} (1)
+pl {02870.p1|02871.p0} : 2870 
+pl {02870.s2} (1)
+pl {02871.p1|02872.p0} : 2871 
+pl {02871.s2} (1)
+pl {02872.p1|02873.p0} : 2872 
+pl {02872.s2} (1)
+pl {02873.p1|02874.p0} : 2873 
+pl {02873.s2} (1)
+pl {02874.p1|02875.p0} : 2874 
+pl {02874.s2} (1)
+pl {02875.p1|02876.p0} : 2875 
+pl {02875.s2} (1)
+pl {02876.p1|02877.p0} : 2876 
+pl {02876.s2} (1)
+pl {02877.p1|02878.p0} : 2877 
+pl {02877.s2} (1)
+pl {02878.p1|02879.p0} : 2878 
+pl {02878.s2} (1)
+pl {02879.p1|02880.p0} : 2879 
+pl {02879.s2} (1)
+pl {02880.p1|02881.p0} : 2880 
+pl {02880.s2} (1)
+pl {02881.p1|02882.p0} : 2881 
+pl {02881.s2} (1)
+pl {02882.p1|02883.p0} : 2882 
+pl {02882.s2} (1)
+pl {02883.p1|02884.p0} : 2883 
+pl {02883.s2} (1)
+pl {02884.p1|02885.p0} : 2884 
+pl {02884.s2} (1)
+pl {02885.p1|02886.p0} : 2885 
+pl {02885.s2} (1)
+pl {02886.p1|02887.p0} : 2886 
+pl {02886.s2} (1)
+pl {02887.p1|02888.p0} : 2887 
+pl {02887.s2} (1)
+pl {02888.p1|02889.p0} : 2888 
+pl {02888.s2} (1)
+pl {02889.p1|02890.p0} : 2889 
+pl {02889.s2} (1)
+pl {02890.p1|02891.p0} : 2890 
+pl {02890.s2} (1)
+pl {02891.p1|02892.p0} : 2891 
+pl {02891.s2} (1)
+pl {02892.p1|02893.p0} : 2892 
+pl {02892.s2} (1)
+pl {02893.p1|02894.p0} : 2893 
+pl {02893.s2} (1)
+pl {02894.p1|02895.p0} : 2894 
+pl {02894.s2} (1)
+pl {02895.p1|02896.p0} : 2895 
+pl {02895.s2} (1)
+pl {02896.p1|02897.p0} : 2896 
+pl {02896.s2} (1)
+pl {02897.p1|02898.p0} : 2897 
+pl {02897.s2} (1)
+pl {02898.p1|02899.p0} : 2898 
+pl {02898.s2} (1)
+pl {02899.p1|02900.p0} : 2899 
+pl {02899.s2} (1)
+pl {02900.p1|02901.p0} : 2900 
+pl {02900.s2} (1)
+pl {02901.p1|02902.p0} : 2901 
+pl {02901.s2} (1)
+pl {02902.p1|02903.p0} : 2902 
+pl {02902.s2} (1)
+pl {02903.p1|02904.p0} : 2903 
+pl {02903.s2} (1)
+pl {02904.p1|02905.p0} : 2904 
+pl {02904.s2} (1)
+pl {02905.p1|02906.p0} : 2905 
+pl {02905.s2} (1)
+pl {02906.p1|02907.p0} : 2906 
+pl {02906.s2} (1)
+pl {02907.p1|02908.p0} : 2907 
+pl {02907.s2} (1)
+pl {02908.p1|02909.p0} : 2908 
+pl {02908.s2} (1)
+pl {02909.p1|02910.p0} : 2909 
+pl {02909.s2} (1)
+pl {02910.p1|02911.p0} : 2910 
+pl {02910.s2} (1)
+pl {02911.p1|02912.p0} : 2911 
+pl {02911.s2} (1)
+pl {02912.p1|02913.p0} : 2912 
+pl {02912.s2} (1)
+pl {02913.p1|02914.p0} : 2913 
+pl {02913.s2} (1)
+pl {02914.p1|02915.p0} : 2914 
+pl {02914.s2} (1)
+pl {02915.p1|02916.p0} : 2915 
+pl {02915.s2} (1)
+pl {02916.p1|02917.p0} : 2916 
+pl {02916.s2} (1)
+pl {02917.p1|02918.p0} : 2917 
+pl {02917.s2} (1)
+pl {02918.p1|02919.p0} : 2918 
+pl {02918.s2} (1)
+pl {02919.p1|02920.p0} : 2919 
+pl {02919.s2} (1)
+pl {02920.p1|02921.p0} : 2920 
+pl {02920.s2} (1)
+pl {02921.p1|02922.p0} : 2921 
+pl {02921.s2} (1)
+pl {02922.p1|02923.p0} : 2922 
+pl {02922.s2} (1)
+pl {02923.p1|02924.p0} : 2923 
+pl {02923.s2} (1)
+pl {02924.p1|02925.p0} : 2924 
+pl {02924.s2} (1)
+pl {02925.p1|02926.p0} : 2925 
+pl {02925.s2} (1)
+pl {02926.p1|02927.p0} : 2926 
+pl {02926.s2} (1)
+pl {02927.p1|02928.p0} : 2927 
+pl {02927.s2} (1)
+pl {02928.p1|02929.p0} : 2928 
+pl {02928.s2} (1)
+pl {02929.p1|02930.p0} : 2929 
+pl {02929.s2} (1)
+pl {02930.p1|02931.p0} : 2930 
+pl {02930.s2} (1)
+pl {02931.p1|02932.p0} : 2931 
+pl {02931.s2} (1)
+pl {02932.p1|02933.p0} : 2932 
+pl {02932.s2} (1)
+pl {02933.p1|02934.p0} : 2933 
+pl {02933.s2} (1)
+pl {02934.p1|02935.p0} : 2934 
+pl {02934.s2} (1)
+pl {02935.p1|02936.p0} : 2935 
+pl {02935.s2} (1)
+pl {02936.p1|02937.p0} : 2936 
+pl {02936.s2} (1)
+pl {02937.p1|02938.p0} : 2937 
+pl {02937.s2} (1)
+pl {02938.p1|02939.p0} : 2938 
+pl {02938.s2} (1)
+pl {02939.p1|02940.p0} : 2939 
+pl {02939.s2} (1)
+pl {02940.p1|02941.p0} : 2940 
+pl {02940.s2} (1)
+pl {02941.p1|02942.p0} : 2941 
+pl {02941.s2} (1)
+pl {02942.p1|02943.p0} : 2942 
+pl {02942.s2} (1)
+pl {02943.p1|02944.p0} : 2943 
+pl {02943.s2} (1)
+pl {02944.p1|02945.p0} : 2944 
+pl {02944.s2} (1)
+pl {02945.p1|02946.p0} : 2945 
+pl {02945.s2} (1)
+pl {02946.p1|02947.p0} : 2946 
+pl {02946.s2} (1)
+pl {02947.p1|02948.p0} : 2947 
+pl {02947.s2} (1)
+pl {02948.p1|02949.p0} : 2948 
+pl {02948.s2} (1)
+pl {02949.p1|02950.p0} : 2949 
+pl {02949.s2} (1)
+pl {02950.p1|02951.p0} : 2950 
+pl {02950.s2} (1)
+pl {02951.p1|02952.p0} : 2951 
+pl {02951.s2} (1)
+pl {02952.p1|02953.p0} : 2952 
+pl {02952.s2} (1)
+pl {02953.p1|02954.p0} : 2953 
+pl {02953.s2} (1)
+pl {02954.p1|02955.p0} : 2954 
+pl {02954.s2} (1)
+pl {02955.p1|02956.p0} : 2955 
+pl {02955.s2} (1)
+pl {02956.p1|02957.p0} : 2956 
+pl {02956.s2} (1)
+pl {02957.p1|02958.p0} : 2957 
+pl {02957.s2} (1)
+pl {02958.p1|02959.p0} : 2958 
+pl {02958.s2} (1)
+pl {02959.p1|02960.p0} : 2959 
+pl {02959.s2} (1)
+pl {02960.p1|02961.p0} : 2960 
+pl {02960.s2} (1)
+pl {02961.p1|02962.p0} : 2961 
+pl {02961.s2} (1)
+pl {02962.p1|02963.p0} : 2962 
+pl {02962.s2} (1)
+pl {02963.p1|02964.p0} : 2963 
+pl {02963.s2} (1)
+pl {02964.p1|02965.p0} : 2964 
+pl {02964.s2} (1)
+pl {02965.p1|02966.p0} : 2965 
+pl {02965.s2} (1)
+pl {02966.p1|02967.p0} : 2966 
+pl {02966.s2} (1)
+pl {02967.p1|02968.p0} : 2967 
+pl {02967.s2} (1)
+pl {02968.p1|02969.p0} : 2968 
+pl {02968.s2} (1)
+pl {02969.p1|02970.p0} : 2969 
+pl {02969.s2} (1)
+pl {02970.p1|02971.p0} : 2970 
+pl {02970.s2} (1)
+pl {02971.p1|02972.p0} : 2971 
+pl {02971.s2} (1)
+pl {02972.p1|02973.p0} : 2972 
+pl {02972.s2} (1)
+pl {02973.p1|02974.p0} : 2973 
+pl {02973.s2} (1)
+pl {02974.p1|02975.p0} : 2974 
+pl {02974.s2} (1)
+pl {02975.p1|02976.p0} : 2975 
+pl {02975.s2} (1)
+pl {02976.p1|02977.p0} : 2976 
+pl {02976.s2} (1)
+pl {02977.p1|02978.p0} : 2977 
+pl {02977.s2} (1)
+pl {02978.p1|02979.p0} : 2978 
+pl {02978.s2} (1)
+pl {02979.p1|02980.p0} : 2979 
+pl {02979.s2} (1)
+pl {02980.p1|02981.p0} : 2980 
+pl {02980.s2} (1)
+pl {02981.p1|02982.p0} : 2981 
+pl {02981.s2} (1)
+pl {02982.p1|02983.p0} : 2982 
+pl {02982.s2} (1)
+pl {02983.p1|02984.p0} : 2983 
+pl {02983.s2} (1)
+pl {02984.p1|02985.p0} : 2984 
+pl {02984.s2} (1)
+pl {02985.p1|02986.p0} : 2985 
+pl {02985.s2} (1)
+pl {02986.p1|02987.p0} : 2986 
+pl {02986.s2} (1)
+pl {02987.p1|02988.p0} : 2987 
+pl {02987.s2} (1)
+pl {02988.p1|02989.p0} : 2988 
+pl {02988.s2} (1)
+pl {02989.p1|02990.p0} : 2989 
+pl {02989.s2} (1)
+pl {02990.p1|02991.p0} : 2990 
+pl {02990.s2} (1)
+pl {02991.p1|02992.p0} : 2991 
+pl {02991.s2} (1)
+pl {02992.p1|02993.p0} : 2992 
+pl {02992.s2} (1)
+pl {02993.p1|02994.p0} : 2993 
+pl {02993.s2} (1)
+pl {02994.p1|02995.p0} : 2994 
+pl {02994.s2} (1)
+pl {02995.p1|02996.p0} : 2995 
+pl {02995.s2} (1)
+pl {02996.p1|02997.p0} : 2996 
+pl {02996.s2} (1)
+pl {02997.p1|02998.p0} : 2997 
+pl {02997.s2} (1)
+pl {02998.p1|02999.p0} : 2998 
+pl {02998.s2} (1)
+pl {02999.p1|03000.p0} : 2999 
+pl {02999.s2} (1)
+pl {03000.p1|03001.p0} : 3000 
+pl {03000.s2} (1)
+pl {03001.p1|03002.p0} : 3001 
+pl {03001.s2} (1)
+pl {03002.p1|03003.p0} : 3002 
+pl {03002.s2} (1)
+pl {03003.p1|03004.p0} : 3003 
+pl {03003.s2} (1)
+pl {03004.p1|03005.p0} : 3004 
+pl {03004.s2} (1)
+pl {03005.p1|03006.p0} : 3005 
+pl {03005.s2} (1)
+pl {03006.p1|03007.p0} : 3006 
+pl {03006.s2} (1)
+pl {03007.p1|03008.p0} : 3007 
+pl {03007.s2} (1)
+pl {03008.p1|03009.p0} : 3008 
+pl {03008.s2} (1)
+pl {03009.p1|03010.p0} : 3009 
+pl {03009.s2} (1)
+pl {03010.p1|03011.p0} : 3010 
+pl {03010.s2} (1)
+pl {03011.p1|03012.p0} : 3011 
+pl {03011.s2} (1)
+pl {03012.p1|03013.p0} : 3012 
+pl {03012.s2} (1)
+pl {03013.p1|03014.p0} : 3013 
+pl {03013.s2} (1)
+pl {03014.p1|03015.p0} : 3014 
+pl {03014.s2} (1)
+pl {03015.p1|03016.p0} : 3015 
+pl {03015.s2} (1)
+pl {03016.p1|03017.p0} : 3016 
+pl {03016.s2} (1)
+pl {03017.p1|03018.p0} : 3017 
+pl {03017.s2} (1)
+pl {03018.p1|03019.p0} : 3018 
+pl {03018.s2} (1)
+pl {03019.p1|03020.p0} : 3019 
+pl {03019.s2} (1)
+pl {03020.p1|03021.p0} : 3020 
+pl {03020.s2} (1)
+pl {03021.p1|03022.p0} : 3021 
+pl {03021.s2} (1)
+pl {03022.p1|03023.p0} : 3022 
+pl {03022.s2} (1)
+pl {03023.p1|03024.p0} : 3023 
+pl {03023.s2} (1)
+pl {03024.p1|03025.p0} : 3024 
+pl {03024.s2} (1)
+pl {03025.p1|03026.p0} : 3025 
+pl {03025.s2} (1)
+pl {03026.p1|03027.p0} : 3026 
+pl {03026.s2} (1)
+pl {03027.p1|03028.p0} : 3027 
+pl {03027.s2} (1)
+pl {03028.p1|03029.p0} : 3028 
+pl {03028.s2} (1)
+pl {03029.p1|03030.p0} : 3029 
+pl {03029.s2} (1)
+pl {03030.p1|03031.p0} : 3030 
+pl {03030.s2} (1)
+pl {03031.p1|03032.p0} : 3031 
+pl {03031.s2} (1)
+pl {03032.p1|03033.p0} : 3032 
+pl {03032.s2} (1)
+pl {03033.p1|03034.p0} : 3033 
+pl {03033.s2} (1)
+pl {03034.p1|03035.p0} : 3034 
+pl {03034.s2} (1)
+pl {03035.p1|03036.p0} : 3035 
+pl {03035.s2} (1)
+pl {03036.p1|03037.p0} : 3036 
+pl {03036.s2} (1)
+pl {03037.p1|03038.p0} : 3037 
+pl {03037.s2} (1)
+pl {03038.p1|03039.p0} : 3038 
+pl {03038.s2} (1)
+pl {03039.p1|03040.p0} : 3039 
+pl {03039.s2} (1)
+pl {03040.p1|03041.p0} : 3040 
+pl {03040.s2} (1)
+pl {03041.p1|03042.p0} : 3041 
+pl {03041.s2} (1)
+pl {03042.p1|03043.p0} : 3042 
+pl {03042.s2} (1)
+pl {03043.p1|03044.p0} : 3043 
+pl {03043.s2} (1)
+pl {03044.p1|03045.p0} : 3044 
+pl {03044.s2} (1)
+pl {03045.p1|03046.p0} : 3045 
+pl {03045.s2} (1)
+pl {03046.p1|03047.p0} : 3046 
+pl {03046.s2} (1)
+pl {03047.p1|03048.p0} : 3047 
+pl {03047.s2} (1)
+pl {03048.p1|03049.p0} : 3048 
+pl {03048.s2} (1)
+pl {03049.p1|03050.p0} : 3049 
+pl {03049.s2} (1)
+pl {03050.p1|03051.p0} : 3050 
+pl {03050.s2} (1)
+pl {03051.p1|03052.p0} : 3051 
+pl {03051.s2} (1)
+pl {03052.p1|03053.p0} : 3052 
+pl {03052.s2} (1)
+pl {03053.p1|03054.p0} : 3053 
+pl {03053.s2} (1)
+pl {03054.p1|03055.p0} : 3054 
+pl {03054.s2} (1)
+pl {03055.p1|03056.p0} : 3055 
+pl {03055.s2} (1)
+pl {03056.p1|03057.p0} : 3056 
+pl {03056.s2} (1)
+pl {03057.p1|03058.p0} : 3057 
+pl {03057.s2} (1)
+pl {03058.p1|03059.p0} : 3058 
+pl {03058.s2} (1)
+pl {03059.p1|03060.p0} : 3059 
+pl {03059.s2} (1)
+pl {03060.p1|03061.p0} : 3060 
+pl {03060.s2} (1)
+pl {03061.p1|03062.p0} : 3061 
+pl {03061.s2} (1)
+pl {03062.p1|03063.p0} : 3062 
+pl {03062.s2} (1)
+pl {03063.p1|03064.p0} : 3063 
+pl {03063.s2} (1)
+pl {03064.p1|03065.p0} : 3064 
+pl {03064.s2} (1)
+pl {03065.p1|03066.p0} : 3065 
+pl {03065.s2} (1)
+pl {03066.p1|03067.p0} : 3066 
+pl {03066.s2} (1)
+pl {03067.p1|03068.p0} : 3067 
+pl {03067.s2} (1)
+pl {03068.p1|03069.p0} : 3068 
+pl {03068.s2} (1)
+pl {03069.p1|03070.p0} : 3069 
+pl {03069.s2} (1)
+pl {03070.p1|03071.p0} : 3070 
+pl {03070.s2} (1)
+pl {03071.p1|03072.p0} : 3071 
+pl {03071.s2} (1)
+pl {03072.p1|03073.p0} : 3072 
+pl {03072.s2} (1)
+pl {03073.p1|03074.p0} : 3073 
+pl {03073.s2} (1)
+pl {03074.p1|03075.p0} : 3074 
+pl {03074.s2} (1)
+pl {03075.p1|03076.p0} : 3075 
+pl {03075.s2} (1)
+pl {03076.p1|03077.p0} : 3076 
+pl {03076.s2} (1)
+pl {03077.p1|03078.p0} : 3077 
+pl {03077.s2} (1)
+pl {03078.p1|03079.p0} : 3078 
+pl {03078.s2} (1)
+pl {03079.p1|03080.p0} : 3079 
+pl {03079.s2} (1)
+pl {03080.p1|03081.p0} : 3080 
+pl {03080.s2} (1)
+pl {03081.p1|03082.p0} : 3081 
+pl {03081.s2} (1)
+pl {03082.p1|03083.p0} : 3082 
+pl {03082.s2} (1)
+pl {03083.p1|03084.p0} : 3083 
+pl {03083.s2} (1)
+pl {03084.p1|03085.p0} : 3084 
+pl {03084.s2} (1)
+pl {03085.p1|03086.p0} : 3085 
+pl {03085.s2} (1)
+pl {03086.p1|03087.p0} : 3086 
+pl {03086.s2} (1)
+pl {03087.p1|03088.p0} : 3087 
+pl {03087.s2} (1)
+pl {03088.p1|03089.p0} : 3088 
+pl {03088.s2} (1)
+pl {03089.p1|03090.p0} : 3089 
+pl {03089.s2} (1)
+pl {03090.p1|03091.p0} : 3090 
+pl {03090.s2} (1)
+pl {03091.p1|03092.p0} : 3091 
+pl {03091.s2} (1)
+pl {03092.p1|03093.p0} : 3092 
+pl {03092.s2} (1)
+pl {03093.p1|03094.p0} : 3093 
+pl {03093.s2} (1)
+pl {03094.p1|03095.p0} : 3094 
+pl {03094.s2} (1)
+pl {03095.p1|03096.p0} : 3095 
+pl {03095.s2} (1)
+pl {03096.p1|03097.p0} : 3096 
+pl {03096.s2} (1)
+pl {03097.p1|03098.p0} : 3097 
+pl {03097.s2} (1)
+pl {03098.p1|03099.p0} : 3098 
+pl {03098.s2} (1)
+pl {03099.p1|03100.p0} : 3099 
+pl {03099.s2} (1)
+pl {03100.p1|03101.p0} : 3100 
+pl {03100.s2} (1)
+pl {03101.p1|03102.p0} : 3101 
+pl {03101.s2} (1)
+pl {03102.p1|03103.p0} : 3102 
+pl {03102.s2} (1)
+pl {03103.p1|03104.p0} : 3103 
+pl {03103.s2} (1)
+pl {03104.p1|03105.p0} : 3104 
+pl {03104.s2} (1)
+pl {03105.p1|03106.p0} : 3105 
+pl {03105.s2} (1)
+pl {03106.p1|03107.p0} : 3106 
+pl {03106.s2} (1)
+pl {03107.p1|03108.p0} : 3107 
+pl {03107.s2} (1)
+pl {03108.p1|03109.p0} : 3108 
+pl {03108.s2} (1)
+pl {03109.p1|03110.p0} : 3109 
+pl {03109.s2} (1)
+pl {03110.p1|03111.p0} : 3110 
+pl {03110.s2} (1)
+pl {03111.p1|03112.p0} : 3111 
+pl {03111.s2} (1)
+pl {03112.p1|03113.p0} : 3112 
+pl {03112.s2} (1)
+pl {03113.p1|03114.p0} : 3113 
+pl {03113.s2} (1)
+pl {03114.p1|03115.p0} : 3114 
+pl {03114.s2} (1)
+pl {03115.p1|03116.p0} : 3115 
+pl {03115.s2} (1)
+pl {03116.p1|03117.p0} : 3116 
+pl {03116.s2} (1)
+pl {03117.p1|03118.p0} : 3117 
+pl {03117.s2} (1)
+pl {03118.p1|03119.p0} : 3118 
+pl {03118.s2} (1)
+pl {03119.p1|03120.p0} : 3119 
+pl {03119.s2} (1)
+pl {03120.p1|03121.p0} : 3120 
+pl {03120.s2} (1)
+pl {03121.p1|03122.p0} : 3121 
+pl {03121.s2} (1)
+pl {03122.p1|03123.p0} : 3122 
+pl {03122.s2} (1)
+pl {03123.p1|03124.p0} : 3123 
+pl {03123.s2} (1)
+pl {03124.p1|03125.p0} : 3124 
+pl {03124.s2} (1)
+pl {03125.p1|03126.p0} : 3125 
+pl {03125.s2} (1)
+pl {03126.p1|03127.p0} : 3126 
+pl {03126.s2} (1)
+pl {03127.p1|03128.p0} : 3127 
+pl {03127.s2} (1)
+pl {03128.p1|03129.p0} : 3128 
+pl {03128.s2} (1)
+pl {03129.p1|03130.p0} : 3129 
+pl {03129.s2} (1)
+pl {03130.p1|03131.p0} : 3130 
+pl {03130.s2} (1)
+pl {03131.p1|03132.p0} : 3131 
+pl {03131.s2} (1)
+pl {03132.p1|03133.p0} : 3132 
+pl {03132.s2} (1)
+pl {03133.p1|03134.p0} : 3133 
+pl {03133.s2} (1)
+pl {03134.p1|03135.p0} : 3134 
+pl {03134.s2} (1)
+pl {03135.p1|03136.p0} : 3135 
+pl {03135.s2} (1)
+pl {03136.p1|03137.p0} : 3136 
+pl {03136.s2} (1)
+pl {03137.p1|03138.p0} : 3137 
+pl {03137.s2} (1)
+pl {03138.p1|03139.p0} : 3138 
+pl {03138.s2} (1)
+pl {03139.p1|03140.p0} : 3139 
+pl {03139.s2} (1)
+pl {03140.p1|03141.p0} : 3140 
+pl {03140.s2} (1)
+pl {03141.p1|03142.p0} : 3141 
+pl {03141.s2} (1)
+pl {03142.p1|03143.p0} : 3142 
+pl {03142.s2} (1)
+pl {03143.p1|03144.p0} : 3143 
+pl {03143.s2} (1)
+pl {03144.p1|03145.p0} : 3144 
+pl {03144.s2} (1)
+pl {03145.p1|03146.p0} : 3145 
+pl {03145.s2} (1)
+pl {03146.p1|03147.p0} : 3146 
+pl {03146.s2} (1)
+pl {03147.p1|03148.p0} : 3147 
+pl {03147.s2} (1)
+pl {03148.p1|03149.p0} : 3148 
+pl {03148.s2} (1)
+pl {03149.p1|03150.p0} : 3149 
+pl {03149.s2} (1)
+pl {03150.p1|03151.p0} : 3150 
+pl {03150.s2} (1)
+pl {03151.p1|03152.p0} : 3151 
+pl {03151.s2} (1)
+pl {03152.p1|03153.p0} : 3152 
+pl {03152.s2} (1)
+pl {03153.p1|03154.p0} : 3153 
+pl {03153.s2} (1)
+pl {03154.p1|03155.p0} : 3154 
+pl {03154.s2} (1)
+pl {03155.p1|03156.p0} : 3155 
+pl {03155.s2} (1)
+pl {03156.p1|03157.p0} : 3156 
+pl {03156.s2} (1)
+pl {03157.p1|03158.p0} : 3157 
+pl {03157.s2} (1)
+pl {03158.p1|03159.p0} : 3158 
+pl {03158.s2} (1)
+pl {03159.p1|03160.p0} : 3159 
+pl {03159.s2} (1)
+pl {03160.p1|03161.p0} : 3160 
+pl {03160.s2} (1)
+pl {03161.p1|03162.p0} : 3161 
+pl {03161.s2} (1)
+pl {03162.p1|03163.p0} : 3162 
+pl {03162.s2} (1)
+pl {03163.p1|03164.p0} : 3163 
+pl {03163.s2} (1)
+pl {03164.p1|03165.p0} : 3164 
+pl {03164.s2} (1)
+pl {03165.p1|03166.p0} : 3165 
+pl {03165.s2} (1)
+pl {03166.p1|03167.p0} : 3166 
+pl {03166.s2} (1)
+pl {03167.p1|03168.p0} : 3167 
+pl {03167.s2} (1)
+pl {03168.p1|03169.p0} : 3168 
+pl {03168.s2} (1)
+pl {03169.p1|03170.p0} : 3169 
+pl {03169.s2} (1)
+pl {03170.p1|03171.p0} : 3170 
+pl {03170.s2} (1)
+pl {03171.p1|03172.p0} : 3171 
+pl {03171.s2} (1)
+pl {03172.p1|03173.p0} : 3172 
+pl {03172.s2} (1)
+pl {03173.p1|03174.p0} : 3173 
+pl {03173.s2} (1)
+pl {03174.p1|03175.p0} : 3174 
+pl {03174.s2} (1)
+pl {03175.p1|03176.p0} : 3175 
+pl {03175.s2} (1)
+pl {03176.p1|03177.p0} : 3176 
+pl {03176.s2} (1)
+pl {03177.p1|03178.p0} : 3177 
+pl {03177.s2} (1)
+pl {03178.p1|03179.p0} : 3178 
+pl {03178.s2} (1)
+pl {03179.p1|03180.p0} : 3179 
+pl {03179.s2} (1)
+pl {03180.p1|03181.p0} : 3180 
+pl {03180.s2} (1)
+pl {03181.p1|03182.p0} : 3181 
+pl {03181.s2} (1)
+pl {03182.p1|03183.p0} : 3182 
+pl {03182.s2} (1)
+pl {03183.p1|03184.p0} : 3183 
+pl {03183.s2} (1)
+pl {03184.p1|03185.p0} : 3184 
+pl {03184.s2} (1)
+pl {03185.p1|03186.p0} : 3185 
+pl {03185.s2} (1)
+pl {03186.p1|03187.p0} : 3186 
+pl {03186.s2} (1)
+pl {03187.p1|03188.p0} : 3187 
+pl {03187.s2} (1)
+pl {03188.p1|03189.p0} : 3188 
+pl {03188.s2} (1)
+pl {03189.p1|03190.p0} : 3189 
+pl {03189.s2} (1)
+pl {03190.p1|03191.p0} : 3190 
+pl {03190.s2} (1)
+pl {03191.p1|03192.p0} : 3191 
+pl {03191.s2} (1)
+pl {03192.p1|03193.p0} : 3192 
+pl {03192.s2} (1)
+pl {03193.p1|03194.p0} : 3193 
+pl {03193.s2} (1)
+pl {03194.p1|03195.p0} : 3194 
+pl {03194.s2} (1)
+pl {03195.p1|03196.p0} : 3195 
+pl {03195.s2} (1)
+pl {03196.p1|03197.p0} : 3196 
+pl {03196.s2} (1)
+pl {03197.p1|03198.p0} : 3197 
+pl {03197.s2} (1)
+pl {03198.p1|03199.p0} : 3198 
+pl {03198.s2} (1)
+pl {03199.p1|03200.p0} : 3199 
+pl {03199.s2} (1)
+pl {03200.p1|03201.p0} : 3200 
+pl {03200.s2} (1)
+pl {03201.p1|03202.p0} : 3201 
+pl {03201.s2} (1)
+pl {03202.p1|03203.p0} : 3202 
+pl {03202.s2} (1)
+pl {03203.p1|03204.p0} : 3203 
+pl {03203.s2} (1)
+pl {03204.p1|03205.p0} : 3204 
+pl {03204.s2} (1)
+pl {03205.p1|03206.p0} : 3205 
+pl {03205.s2} (1)
+pl {03206.p1|03207.p0} : 3206 
+pl {03206.s2} (1)
+pl {03207.p1|03208.p0} : 3207 
+pl {03207.s2} (1)
+pl {03208.p1|03209.p0} : 3208 
+pl {03208.s2} (1)
+pl {03209.p1|03210.p0} : 3209 
+pl {03209.s2} (1)
+pl {03210.p1|03211.p0} : 3210 
+pl {03210.s2} (1)
+pl {03211.p1|03212.p0} : 3211 
+pl {03211.s2} (1)
+pl {03212.p1|03213.p0} : 3212 
+pl {03212.s2} (1)
+pl {03213.p1|03214.p0} : 3213 
+pl {03213.s2} (1)
+pl {03214.p1|03215.p0} : 3214 
+pl {03214.s2} (1)
+pl {03215.p1|03216.p0} : 3215 
+pl {03215.s2} (1)
+pl {03216.p1|03217.p0} : 3216 
+pl {03216.s2} (1)
+pl {03217.p1|03218.p0} : 3217 
+pl {03217.s2} (1)
+pl {03218.p1|03219.p0} : 3218 
+pl {03218.s2} (1)
+pl {03219.p1|03220.p0} : 3219 
+pl {03219.s2} (1)
+pl {03220.p1|03221.p0} : 3220 
+pl {03220.s2} (1)
+pl {03221.p1|03222.p0} : 3221 
+pl {03221.s2} (1)
+pl {03222.p1|03223.p0} : 3222 
+pl {03222.s2} (1)
+pl {03223.p1|03224.p0} : 3223 
+pl {03223.s2} (1)
+pl {03224.p1|03225.p0} : 3224 
+pl {03224.s2} (1)
+pl {03225.p1|03226.p0} : 3225 
+pl {03225.s2} (1)
+pl {03226.p1|03227.p0} : 3226 
+pl {03226.s2} (1)
+pl {03227.p1|03228.p0} : 3227 
+pl {03227.s2} (1)
+pl {03228.p1|03229.p0} : 3228 
+pl {03228.s2} (1)
+pl {03229.p1|03230.p0} : 3229 
+pl {03229.s2} (1)
+pl {03230.p1|03231.p0} : 3230 
+pl {03230.s2} (1)
+pl {03231.p1|03232.p0} : 3231 
+pl {03231.s2} (1)
+pl {03232.p1|03233.p0} : 3232 
+pl {03232.s2} (1)
+pl {03233.p1|03234.p0} : 3233 
+pl {03233.s2} (1)
+pl {03234.p1|03235.p0} : 3234 
+pl {03234.s2} (1)
+pl {03235.p1|03236.p0} : 3235 
+pl {03235.s2} (1)
+pl {03236.p1|03237.p0} : 3236 
+pl {03236.s2} (1)
+pl {03237.p1|03238.p0} : 3237 
+pl {03237.s2} (1)
+pl {03238.p1|03239.p0} : 3238 
+pl {03238.s2} (1)
+pl {03239.p1|03240.p0} : 3239 
+pl {03239.s2} (1)
+pl {03240.p1|03241.p0} : 3240 
+pl {03240.s2} (1)
+pl {03241.p1|03242.p0} : 3241 
+pl {03241.s2} (1)
+pl {03242.p1|03243.p0} : 3242 
+pl {03242.s2} (1)
+pl {03243.p1|03244.p0} : 3243 
+pl {03243.s2} (1)
+pl {03244.p1|03245.p0} : 3244 
+pl {03244.s2} (1)
+pl {03245.p1|03246.p0} : 3245 
+pl {03245.s2} (1)
+pl {03246.p1|03247.p0} : 3246 
+pl {03246.s2} (1)
+pl {03247.p1|03248.p0} : 3247 
+pl {03247.s2} (1)
+pl {03248.p1|03249.p0} : 3248 
+pl {03248.s2} (1)
+pl {03249.p1|03250.p0} : 3249 
+pl {03249.s2} (1)
+pl {03250.p1|03251.p0} : 3250 
+pl {03250.s2} (1)
+pl {03251.p1|03252.p0} : 3251 
+pl {03251.s2} (1)
+pl {03252.p1|03253.p0} : 3252 
+pl {03252.s2} (1)
+pl {03253.p1|03254.p0} : 3253 
+pl {03253.s2} (1)
+pl {03254.p1|03255.p0} : 3254 
+pl {03254.s2} (1)
+pl {03255.p1|03256.p0} : 3255 
+pl {03255.s2} (1)
+pl {03256.p1|03257.p0} : 3256 
+pl {03256.s2} (1)
+pl {03257.p1|03258.p0} : 3257 
+pl {03257.s2} (1)
+pl {03258.p1|03259.p0} : 3258 
+pl {03258.s2} (1)
+pl {03259.p1|03260.p0} : 3259 
+pl {03259.s2} (1)
+pl {03260.p1|03261.p0} : 3260 
+pl {03260.s2} (1)
+pl {03261.p1|03262.p0} : 3261 
+pl {03261.s2} (1)
+pl {03262.p1|03263.p0} : 3262 
+pl {03262.s2} (1)
+pl {03263.p1|03264.p0} : 3263 
+pl {03263.s2} (1)
+pl {03264.p1|03265.p0} : 3264 
+pl {03264.s2} (1)
+pl {03265.p1|03266.p0} : 3265 
+pl {03265.s2} (1)
+pl {03266.p1|03267.p0} : 3266 
+pl {03266.s2} (1)
+pl {03267.p1|03268.p0} : 3267 
+pl {03267.s2} (1)
+pl {03268.p1|03269.p0} : 3268 
+pl {03268.s2} (1)
+pl {03269.p1|03270.p0} : 3269 
+pl {03269.s2} (1)
+pl {03270.p1|03271.p0} : 3270 
+pl {03270.s2} (1)
+pl {03271.p1|03272.p0} : 3271 
+pl {03271.s2} (1)
+pl {03272.p1|03273.p0} : 3272 
+pl {03272.s2} (1)
+pl {03273.p1|03274.p0} : 3273 
+pl {03273.s2} (1)
+pl {03274.p1|03275.p0} : 3274 
+pl {03274.s2} (1)
+pl {03275.p1|03276.p0} : 3275 
+pl {03275.s2} (1)
+pl {03276.p1|03277.p0} : 3276 
+pl {03276.s2} (1)
+pl {03277.p1|03278.p0} : 3277 
+pl {03277.s2} (1)
+pl {03278.p1|03279.p0} : 3278 
+pl {03278.s2} (1)
+pl {03279.p1|03280.p0} : 3279 
+pl {03279.s2} (1)
+pl {03280.p1|03281.p0} : 3280 
+pl {03280.s2} (1)
+pl {03281.p1|03282.p0} : 3281 
+pl {03281.s2} (1)
+pl {03282.p1|03283.p0} : 3282 
+pl {03282.s2} (1)
+pl {03283.p1|03284.p0} : 3283 
+pl {03283.s2} (1)
+pl {03284.p1|03285.p0} : 3284 
+pl {03284.s2} (1)
+pl {03285.p1|03286.p0} : 3285 
+pl {03285.s2} (1)
+pl {03286.p1|03287.p0} : 3286 
+pl {03286.s2} (1)
+pl {03287.p1|03288.p0} : 3287 
+pl {03287.s2} (1)
+pl {03288.p1|03289.p0} : 3288 
+pl {03288.s2} (1)
+pl {03289.p1|03290.p0} : 3289 
+pl {03289.s2} (1)
+pl {03290.p1|03291.p0} : 3290 
+pl {03290.s2} (1)
+pl {03291.p1|03292.p0} : 3291 
+pl {03291.s2} (1)
+pl {03292.p1|03293.p0} : 3292 
+pl {03292.s2} (1)
+pl {03293.p1|03294.p0} : 3293 
+pl {03293.s2} (1)
+pl {03294.p1|03295.p0} : 3294 
+pl {03294.s2} (1)
+pl {03295.p1|03296.p0} : 3295 
+pl {03295.s2} (1)
+pl {03296.p1|03297.p0} : 3296 
+pl {03296.s2} (1)
+pl {03297.p1|03298.p0} : 3297 
+pl {03297.s2} (1)
+pl {03298.p1|03299.p0} : 3298 
+pl {03298.s2} (1)
+pl {03299.p1|03300.p0} : 3299 
+pl {03299.s2} (1)
+pl {03300.p1|03301.p0} : 3300 
+pl {03300.s2} (1)
+pl {03301.p1|03302.p0} : 3301 
+pl {03301.s2} (1)
+pl {03302.p1|03303.p0} : 3302 
+pl {03302.s2} (1)
+pl {03303.p1|03304.p0} : 3303 
+pl {03303.s2} (1)
+pl {03304.p1|03305.p0} : 3304 
+pl {03304.s2} (1)
+pl {03305.p1|03306.p0} : 3305 
+pl {03305.s2} (1)
+pl {03306.p1|03307.p0} : 3306 
+pl {03306.s2} (1)
+pl {03307.p1|03308.p0} : 3307 
+pl {03307.s2} (1)
+pl {03308.p1|03309.p0} : 3308 
+pl {03308.s2} (1)
+pl {03309.p1|03310.p0} : 3309 
+pl {03309.s2} (1)
+pl {03310.p1|03311.p0} : 3310 
+pl {03310.s2} (1)
+pl {03311.p1|03312.p0} : 3311 
+pl {03311.s2} (1)
+pl {03312.p1|03313.p0} : 3312 
+pl {03312.s2} (1)
+pl {03313.p1|03314.p0} : 3313 
+pl {03313.s2} (1)
+pl {03314.p1|03315.p0} : 3314 
+pl {03314.s2} (1)
+pl {03315.p1|03316.p0} : 3315 
+pl {03315.s2} (1)
+pl {03316.p1|03317.p0} : 3316 
+pl {03316.s2} (1)
+pl {03317.p1|03318.p0} : 3317 
+pl {03317.s2} (1)
+pl {03318.p1|03319.p0} : 3318 
+pl {03318.s2} (1)
+pl {03319.p1|03320.p0} : 3319 
+pl {03319.s2} (1)
+pl {03320.p1|03321.p0} : 3320 
+pl {03320.s2} (1)
+pl {03321.p1|03322.p0} : 3321 
+pl {03321.s2} (1)
+pl {03322.p1|03323.p0} : 3322 
+pl {03322.s2} (1)
+pl {03323.p1|03324.p0} : 3323 
+pl {03323.s2} (1)
+pl {03324.p1|03325.p0} : 3324 
+pl {03324.s2} (1)
+pl {03325.p1|03326.p0} : 3325 
+pl {03325.s2} (1)
+pl {03326.p1|03327.p0} : 3326 
+pl {03326.s2} (1)
+pl {03327.p1|03328.p0} : 3327 
+pl {03327.s2} (1)
+pl {03328.p1|03329.p0} : 3328 
+pl {03328.s2} (1)
+pl {03329.p1|03330.p0} : 3329 
+pl {03329.s2} (1)
+pl {03330.p1|03331.p0} : 3330 
+pl {03330.s2} (1)
+pl {03331.p1|03332.p0} : 3331 
+pl {03331.s2} (1)
+pl {03332.p1|03333.p0} : 3332 
+pl {03332.s2} (1)
+pl {03333.p1|03334.p0} : 3333 
+pl {03333.s2} (1)
+pl {03334.p1|03335.p0} : 3334 
+pl {03334.s2} (1)
+pl {03335.p1|03336.p0} : 3335 
+pl {03335.s2} (1)
+pl {03336.p1|03337.p0} : 3336 
+pl {03336.s2} (1)
+pl {03337.p1|03338.p0} : 3337 
+pl {03337.s2} (1)
+pl {03338.p1|03339.p0} : 3338 
+pl {03338.s2} (1)
+pl {03339.p1|03340.p0} : 3339 
+pl {03339.s2} (1)
+pl {03340.p1|03341.p0} : 3340 
+pl {03340.s2} (1)
+pl {03341.p1|03342.p0} : 3341 
+pl {03341.s2} (1)
+pl {03342.p1|03343.p0} : 3342 
+pl {03342.s2} (1)
+pl {03343.p1|03344.p0} : 3343 
+pl {03343.s2} (1)
+pl {03344.p1|03345.p0} : 3344 
+pl {03344.s2} (1)
+pl {03345.p1|03346.p0} : 3345 
+pl {03345.s2} (1)
+pl {03346.p1|03347.p0} : 3346 
+pl {03346.s2} (1)
+pl {03347.p1|03348.p0} : 3347 
+pl {03347.s2} (1)
+pl {03348.p1|03349.p0} : 3348 
+pl {03348.s2} (1)
+pl {03349.p1|03350.p0} : 3349 
+pl {03349.s2} (1)
+pl {03350.p1|03351.p0} : 3350 
+pl {03350.s2} (1)
+pl {03351.p1|03352.p0} : 3351 
+pl {03351.s2} (1)
+pl {03352.p1|03353.p0} : 3352 
+pl {03352.s2} (1)
+pl {03353.p1|03354.p0} : 3353 
+pl {03353.s2} (1)
+pl {03354.p1|03355.p0} : 3354 
+pl {03354.s2} (1)
+pl {03355.p1|03356.p0} : 3355 
+pl {03355.s2} (1)
+pl {03356.p1|03357.p0} : 3356 
+pl {03356.s2} (1)
+pl {03357.p1|03358.p0} : 3357 
+pl {03357.s2} (1)
+pl {03358.p1|03359.p0} : 3358 
+pl {03358.s2} (1)
+pl {03359.p1|03360.p0} : 3359 
+pl {03359.s2} (1)
+pl {03360.p1|03361.p0} : 3360 
+pl {03360.s2} (1)
+pl {03361.p1|03362.p0} : 3361 
+pl {03361.s2} (1)
+pl {03362.p1|03363.p0} : 3362 
+pl {03362.s2} (1)
+pl {03363.p1|03364.p0} : 3363 
+pl {03363.s2} (1)
+pl {03364.p1|03365.p0} : 3364 
+pl {03364.s2} (1)
+pl {03365.p1|03366.p0} : 3365 
+pl {03365.s2} (1)
+pl {03366.p1|03367.p0} : 3366 
+pl {03366.s2} (1)
+pl {03367.p1|03368.p0} : 3367 
+pl {03367.s2} (1)
+pl {03368.p1|03369.p0} : 3368 
+pl {03368.s2} (1)
+pl {03369.p1|03370.p0} : 3369 
+pl {03369.s2} (1)
+pl {03370.p1|03371.p0} : 3370 
+pl {03370.s2} (1)
+pl {03371.p1|03372.p0} : 3371 
+pl {03371.s2} (1)
+pl {03372.p1|03373.p0} : 3372 
+pl {03372.s2} (1)
+pl {03373.p1|03374.p0} : 3373 
+pl {03373.s2} (1)
+pl {03374.p1|03375.p0} : 3374 
+pl {03374.s2} (1)
+pl {03375.p1|03376.p0} : 3375 
+pl {03375.s2} (1)
+pl {03376.p1|03377.p0} : 3376 
+pl {03376.s2} (1)
+pl {03377.p1|03378.p0} : 3377 
+pl {03377.s2} (1)
+pl {03378.p1|03379.p0} : 3378 
+pl {03378.s2} (1)
+pl {03379.p1|03380.p0} : 3379 
+pl {03379.s2} (1)
+pl {03380.p1|03381.p0} : 3380 
+pl {03380.s2} (1)
+pl {03381.p1|03382.p0} : 3381 
+pl {03381.s2} (1)
+pl {03382.p1|03383.p0} : 3382 
+pl {03382.s2} (1)
+pl {03383.p1|03384.p0} : 3383 
+pl {03383.s2} (1)
+pl {03384.p1|03385.p0} : 3384 
+pl {03384.s2} (1)
+pl {03385.p1|03386.p0} : 3385 
+pl {03385.s2} (1)
+pl {03386.p1|03387.p0} : 3386 
+pl {03386.s2} (1)
+pl {03387.p1|03388.p0} : 3387 
+pl {03387.s2} (1)
+pl {03388.p1|03389.p0} : 3388 
+pl {03388.s2} (1)
+pl {03389.p1|03390.p0} : 3389 
+pl {03389.s2} (1)
+pl {03390.p1|03391.p0} : 3390 
+pl {03390.s2} (1)
+pl {03391.p1|03392.p0} : 3391 
+pl {03391.s2} (1)
+pl {03392.p1|03393.p0} : 3392 
+pl {03392.s2} (1)
+pl {03393.p1|03394.p0} : 3393 
+pl {03393.s2} (1)
+pl {03394.p1|03395.p0} : 3394 
+pl {03394.s2} (1)
+pl {03395.p1|03396.p0} : 3395 
+pl {03395.s2} (1)
+pl {03396.p1|03397.p0} : 3396 
+pl {03396.s2} (1)
+pl {03397.p1|03398.p0} : 3397 
+pl {03397.s2} (1)
+pl {03398.p1|03399.p0} : 3398 
+pl {03398.s2} (1)
+pl {03399.p1|03400.p0} : 3399 
+pl {03399.s2} (1)
+pl {03400.p1|03401.p0} : 3400 
+pl {03400.s2} (1)
+pl {03401.p1|03402.p0} : 3401 
+pl {03401.s2} (1)
+pl {03402.p1|03403.p0} : 3402 
+pl {03402.s2} (1)
+pl {03403.p1|03404.p0} : 3403 
+pl {03403.s2} (1)
+pl {03404.p1|03405.p0} : 3404 
+pl {03404.s2} (1)
+pl {03405.p1|03406.p0} : 3405 
+pl {03405.s2} (1)
+pl {03406.p1|03407.p0} : 3406 
+pl {03406.s2} (1)
+pl {03407.p1|03408.p0} : 3407 
+pl {03407.s2} (1)
+pl {03408.p1|03409.p0} : 3408 
+pl {03408.s2} (1)
+pl {03409.p1|03410.p0} : 3409 
+pl {03409.s2} (1)
+pl {03410.p1|03411.p0} : 3410 
+pl {03410.s2} (1)
+pl {03411.p1|03412.p0} : 3411 
+pl {03411.s2} (1)
+pl {03412.p1|03413.p0} : 3412 
+pl {03412.s2} (1)
+pl {03413.p1|03414.p0} : 3413 
+pl {03413.s2} (1)
+pl {03414.p1|03415.p0} : 3414 
+pl {03414.s2} (1)
+pl {03415.p1|03416.p0} : 3415 
+pl {03415.s2} (1)
+pl {03416.p1|03417.p0} : 3416 
+pl {03416.s2} (1)
+pl {03417.p1|03418.p0} : 3417 
+pl {03417.s2} (1)
+pl {03418.p1|03419.p0} : 3418 
+pl {03418.s2} (1)
+pl {03419.p1|03420.p0} : 3419 
+pl {03419.s2} (1)
+pl {03420.p1|03421.p0} : 3420 
+pl {03420.s2} (1)
+pl {03421.p1|03422.p0} : 3421 
+pl {03421.s2} (1)
+pl {03422.p1|03423.p0} : 3422 
+pl {03422.s2} (1)
+pl {03423.p1|03424.p0} : 3423 
+pl {03423.s2} (1)
+pl {03424.p1|03425.p0} : 3424 
+pl {03424.s2} (1)
+pl {03425.p1|03426.p0} : 3425 
+pl {03425.s2} (1)
+pl {03426.p1|03427.p0} : 3426 
+pl {03426.s2} (1)
+pl {03427.p1|03428.p0} : 3427 
+pl {03427.s2} (1)
+pl {03428.p1|03429.p0} : 3428 
+pl {03428.s2} (1)
+pl {03429.p1|03430.p0} : 3429 
+pl {03429.s2} (1)
+pl {03430.p1|03431.p0} : 3430 
+pl {03430.s2} (1)
+pl {03431.p1|03432.p0} : 3431 
+pl {03431.s2} (1)
+pl {03432.p1|03433.p0} : 3432 
+pl {03432.s2} (1)
+pl {03433.p1|03434.p0} : 3433 
+pl {03433.s2} (1)
+pl {03434.p1|03435.p0} : 3434 
+pl {03434.s2} (1)
+pl {03435.p1|03436.p0} : 3435 
+pl {03435.s2} (1)
+pl {03436.p1|03437.p0} : 3436 
+pl {03436.s2} (1)
+pl {03437.p1|03438.p0} : 3437 
+pl {03437.s2} (1)
+pl {03438.p1|03439.p0} : 3438 
+pl {03438.s2} (1)
+pl {03439.p1|03440.p0} : 3439 
+pl {03439.s2} (1)
+pl {03440.p1|03441.p0} : 3440 
+pl {03440.s2} (1)
+pl {03441.p1|03442.p0} : 3441 
+pl {03441.s2} (1)
+pl {03442.p1|03443.p0} : 3442 
+pl {03442.s2} (1)
+pl {03443.p1|03444.p0} : 3443 
+pl {03443.s2} (1)
+pl {03444.p1|03445.p0} : 3444 
+pl {03444.s2} (1)
+pl {03445.p1|03446.p0} : 3445 
+pl {03445.s2} (1)
+pl {03446.p1|03447.p0} : 3446 
+pl {03446.s2} (1)
+pl {03447.p1|03448.p0} : 3447 
+pl {03447.s2} (1)
+pl {03448.p1|03449.p0} : 3448 
+pl {03448.s2} (1)
+pl {03449.p1|03450.p0} : 3449 
+pl {03449.s2} (1)
+pl {03450.p1|03451.p0} : 3450 
+pl {03450.s2} (1)
+pl {03451.p1|03452.p0} : 3451 
+pl {03451.s2} (1)
+pl {03452.p1|03453.p0} : 3452 
+pl {03452.s2} (1)
+pl {03453.p1|03454.p0} : 3453 
+pl {03453.s2} (1)
+pl {03454.p1|03455.p0} : 3454 
+pl {03454.s2} (1)
+pl {03455.p1|03456.p0} : 3455 
+pl {03455.s2} (1)
+pl {03456.p1|03457.p0} : 3456 
+pl {03456.s2} (1)
+pl {03457.p1|03458.p0} : 3457 
+pl {03457.s2} (1)
+pl {03458.p1|03459.p0} : 3458 
+pl {03458.s2} (1)
+pl {03459.p1|03460.p0} : 3459 
+pl {03459.s2} (1)
+pl {03460.p1|03461.p0} : 3460 
+pl {03460.s2} (1)
+pl {03461.p1|03462.p0} : 3461 
+pl {03461.s2} (1)
+pl {03462.p1|03463.p0} : 3462 
+pl {03462.s2} (1)
+pl {03463.p1|03464.p0} : 3463 
+pl {03463.s2} (1)
+pl {03464.p1|03465.p0} : 3464 
+pl {03464.s2} (1)
+pl {03465.p1|03466.p0} : 3465 
+pl {03465.s2} (1)
+pl {03466.p1|03467.p0} : 3466 
+pl {03466.s2} (1)
+pl {03467.p1|03468.p0} : 3467 
+pl {03467.s2} (1)
+pl {03468.p1|03469.p0} : 3468 
+pl {03468.s2} (1)
+pl {03469.p1|03470.p0} : 3469 
+pl {03469.s2} (1)
+pl {03470.p1|03471.p0} : 3470 
+pl {03470.s2} (1)
+pl {03471.p1|03472.p0} : 3471 
+pl {03471.s2} (1)
+pl {03472.p1|03473.p0} : 3472 
+pl {03472.s2} (1)
+pl {03473.p1|03474.p0} : 3473 
+pl {03473.s2} (1)
+pl {03474.p1|03475.p0} : 3474 
+pl {03474.s2} (1)
+pl {03475.p1|03476.p0} : 3475 
+pl {03475.s2} (1)
+pl {03476.p1|03477.p0} : 3476 
+pl {03476.s2} (1)
+pl {03477.p1|03478.p0} : 3477 
+pl {03477.s2} (1)
+pl {03478.p1|03479.p0} : 3478 
+pl {03478.s2} (1)
+pl {03479.p1|03480.p0} : 3479 
+pl {03479.s2} (1)
+pl {03480.p1|03481.p0} : 3480 
+pl {03480.s2} (1)
+pl {03481.p1|03482.p0} : 3481 
+pl {03481.s2} (1)
+pl {03482.p1|03483.p0} : 3482 
+pl {03482.s2} (1)
+pl {03483.p1|03484.p0} : 3483 
+pl {03483.s2} (1)
+pl {03484.p1|03485.p0} : 3484 
+pl {03484.s2} (1)
+pl {03485.p1|03486.p0} : 3485 
+pl {03485.s2} (1)
+pl {03486.p1|03487.p0} : 3486 
+pl {03486.s2} (1)
+pl {03487.p1|03488.p0} : 3487 
+pl {03487.s2} (1)
+pl {03488.p1|03489.p0} : 3488 
+pl {03488.s2} (1)
+pl {03489.p1|03490.p0} : 3489 
+pl {03489.s2} (1)
+pl {03490.p1|03491.p0} : 3490 
+pl {03490.s2} (1)
+pl {03491.p1|03492.p0} : 3491 
+pl {03491.s2} (1)
+pl {03492.p1|03493.p0} : 3492 
+pl {03492.s2} (1)
+pl {03493.p1|03494.p0} : 3493 
+pl {03493.s2} (1)
+pl {03494.p1|03495.p0} : 3494 
+pl {03494.s2} (1)
+pl {03495.p1|03496.p0} : 3495 
+pl {03495.s2} (1)
+pl {03496.p1|03497.p0} : 3496 
+pl {03496.s2} (1)
+pl {03497.p1|03498.p0} : 3497 
+pl {03497.s2} (1)
+pl {03498.p1|03499.p0} : 3498 
+pl {03498.s2} (1)
+pl {03499.p1|03500.p0} : 3499 
+pl {03499.s2} (1)
+pl {03500.p1|03501.p0} : 3500 
+pl {03500.s2} (1)
+pl {03501.p1|03502.p0} : 3501 
+pl {03501.s2} (1)
+pl {03502.p1|03503.p0} : 3502 
+pl {03502.s2} (1)
+pl {03503.p1|03504.p0} : 3503 
+pl {03503.s2} (1)
+pl {03504.p1|03505.p0} : 3504 
+pl {03504.s2} (1)
+pl {03505.p1|03506.p0} : 3505 
+pl {03505.s2} (1)
+pl {03506.p1|03507.p0} : 3506 
+pl {03506.s2} (1)
+pl {03507.p1|03508.p0} : 3507 
+pl {03507.s2} (1)
+pl {03508.p1|03509.p0} : 3508 
+pl {03508.s2} (1)
+pl {03509.p1|03510.p0} : 3509 
+pl {03509.s2} (1)
+pl {03510.p1|03511.p0} : 3510 
+pl {03510.s2} (1)
+pl {03511.p1|03512.p0} : 3511 
+pl {03511.s2} (1)
+pl {03512.p1|03513.p0} : 3512 
+pl {03512.s2} (1)
+pl {03513.p1|03514.p0} : 3513 
+pl {03513.s2} (1)
+pl {03514.p1|03515.p0} : 3514 
+pl {03514.s2} (1)
+pl {03515.p1|03516.p0} : 3515 
+pl {03515.s2} (1)
+pl {03516.p1|03517.p0} : 3516 
+pl {03516.s2} (1)
+pl {03517.p1|03518.p0} : 3517 
+pl {03517.s2} (1)
+pl {03518.p1|03519.p0} : 3518 
+pl {03518.s2} (1)
+pl {03519.p1|03520.p0} : 3519 
+pl {03519.s2} (1)
+pl {03520.p1|03521.p0} : 3520 
+pl {03520.s2} (1)
+pl {03521.p1|03522.p0} : 3521 
+pl {03521.s2} (1)
+pl {03522.p1|03523.p0} : 3522 
+pl {03522.s2} (1)
+pl {03523.p1|03524.p0} : 3523 
+pl {03523.s2} (1)
+pl {03524.p1|03525.p0} : 3524 
+pl {03524.s2} (1)
+pl {03525.p1|03526.p0} : 3525 
+pl {03525.s2} (1)
+pl {03526.p1|03527.p0} : 3526 
+pl {03526.s2} (1)
+pl {03527.p1|03528.p0} : 3527 
+pl {03527.s2} (1)
+pl {03528.p1|03529.p0} : 3528 
+pl {03528.s2} (1)
+pl {03529.p1|03530.p0} : 3529 
+pl {03529.s2} (1)
+pl {03530.p1|03531.p0} : 3530 
+pl {03530.s2} (1)
+pl {03531.p1|03532.p0} : 3531 
+pl {03531.s2} (1)
+pl {03532.p1|03533.p0} : 3532 
+pl {03532.s2} (1)
+pl {03533.p1|03534.p0} : 3533 
+pl {03533.s2} (1)
+pl {03534.p1|03535.p0} : 3534 
+pl {03534.s2} (1)
+pl {03535.p1|03536.p0} : 3535 
+pl {03535.s2} (1)
+pl {03536.p1|03537.p0} : 3536 
+pl {03536.s2} (1)
+pl {03537.p1|03538.p0} : 3537 
+pl {03537.s2} (1)
+pl {03538.p1|03539.p0} : 3538 
+pl {03538.s2} (1)
+pl {03539.p1|03540.p0} : 3539 
+pl {03539.s2} (1)
+pl {03540.p1|03541.p0} : 3540 
+pl {03540.s2} (1)
+pl {03541.p1|03542.p0} : 3541 
+pl {03541.s2} (1)
+pl {03542.p1|03543.p0} : 3542 
+pl {03542.s2} (1)
+pl {03543.p1|03544.p0} : 3543 
+pl {03543.s2} (1)
+pl {03544.p1|03545.p0} : 3544 
+pl {03544.s2} (1)
+pl {03545.p1|03546.p0} : 3545 
+pl {03545.s2} (1)
+pl {03546.p1|03547.p0} : 3546 
+pl {03546.s2} (1)
+pl {03547.p1|03548.p0} : 3547 
+pl {03547.s2} (1)
+pl {03548.p1|03549.p0} : 3548 
+pl {03548.s2} (1)
+pl {03549.p1|03550.p0} : 3549 
+pl {03549.s2} (1)
+pl {03550.p1|03551.p0} : 3550 
+pl {03550.s2} (1)
+pl {03551.p1|03552.p0} : 3551 
+pl {03551.s2} (1)
+pl {03552.p1|03553.p0} : 3552 
+pl {03552.s2} (1)
+pl {03553.p1|03554.p0} : 3553 
+pl {03553.s2} (1)
+pl {03554.p1|03555.p0} : 3554 
+pl {03554.s2} (1)
+pl {03555.p1|03556.p0} : 3555 
+pl {03555.s2} (1)
+pl {03556.p1|03557.p0} : 3556 
+pl {03556.s2} (1)
+pl {03557.p1|03558.p0} : 3557 
+pl {03557.s2} (1)
+pl {03558.p1|03559.p0} : 3558 
+pl {03558.s2} (1)
+pl {03559.p1|03560.p0} : 3559 
+pl {03559.s2} (1)
+pl {03560.p1|03561.p0} : 3560 
+pl {03560.s2} (1)
+pl {03561.p1|03562.p0} : 3561 
+pl {03561.s2} (1)
+pl {03562.p1|03563.p0} : 3562 
+pl {03562.s2} (1)
+pl {03563.p1|03564.p0} : 3563 
+pl {03563.s2} (1)
+pl {03564.p1|03565.p0} : 3564 
+pl {03564.s2} (1)
+pl {03565.p1|03566.p0} : 3565 
+pl {03565.s2} (1)
+pl {03566.p1|03567.p0} : 3566 
+pl {03566.s2} (1)
+pl {03567.p1|03568.p0} : 3567 
+pl {03567.s2} (1)
+pl {03568.p1|03569.p0} : 3568 
+pl {03568.s2} (1)
+pl {03569.p1|03570.p0} : 3569 
+pl {03569.s2} (1)
+pl {03570.p1|03571.p0} : 3570 
+pl {03570.s2} (1)
+pl {03571.p1|03572.p0} : 3571 
+pl {03571.s2} (1)
+pl {03572.p1|03573.p0} : 3572 
+pl {03572.s2} (1)
+pl {03573.p1|03574.p0} : 3573 
+pl {03573.s2} (1)
+pl {03574.p1|03575.p0} : 3574 
+pl {03574.s2} (1)
+pl {03575.p1|03576.p0} : 3575 
+pl {03575.s2} (1)
+pl {03576.p1|03577.p0} : 3576 
+pl {03576.s2} (1)
+pl {03577.p1|03578.p0} : 3577 
+pl {03577.s2} (1)
+pl {03578.p1|03579.p0} : 3578 
+pl {03578.s2} (1)
+pl {03579.p1|03580.p0} : 3579 
+pl {03579.s2} (1)
+pl {03580.p1|03581.p0} : 3580 
+pl {03580.s2} (1)
+pl {03581.p1|03582.p0} : 3581 
+pl {03581.s2} (1)
+pl {03582.p1|03583.p0} : 3582 
+pl {03582.s2} (1)
+pl {03583.p1|03584.p0} : 3583 
+pl {03583.s2} (1)
+pl {03584.p1|03585.p0} : 3584 
+pl {03584.s2} (1)
+pl {03585.p1|03586.p0} : 3585 
+pl {03585.s2} (1)
+pl {03586.p1|03587.p0} : 3586 
+pl {03586.s2} (1)
+pl {03587.p1|03588.p0} : 3587 
+pl {03587.s2} (1)
+pl {03588.p1|03589.p0} : 3588 
+pl {03588.s2} (1)
+pl {03589.p1|03590.p0} : 3589 
+pl {03589.s2} (1)
+pl {03590.p1|03591.p0} : 3590 
+pl {03590.s2} (1)
+pl {03591.p1|03592.p0} : 3591 
+pl {03591.s2} (1)
+pl {03592.p1|03593.p0} : 3592 
+pl {03592.s2} (1)
+pl {03593.p1|03594.p0} : 3593 
+pl {03593.s2} (1)
+pl {03594.p1|03595.p0} : 3594 
+pl {03594.s2} (1)
+pl {03595.p1|03596.p0} : 3595 
+pl {03595.s2} (1)
+pl {03596.p1|03597.p0} : 3596 
+pl {03596.s2} (1)
+pl {03597.p1|03598.p0} : 3597 
+pl {03597.s2} (1)
+pl {03598.p1|03599.p0} : 3598 
+pl {03598.s2} (1)
+pl {03599.p1|03600.p0} : 3599 
+pl {03599.s2} (1)
+pl {03600.p1|03601.p0} : 3600 
+pl {03600.s2} (1)
+pl {03601.p1|03602.p0} : 3601 
+pl {03601.s2} (1)
+pl {03602.p1|03603.p0} : 3602 
+pl {03602.s2} (1)
+pl {03603.p1|03604.p0} : 3603 
+pl {03603.s2} (1)
+pl {03604.p1|03605.p0} : 3604 
+pl {03604.s2} (1)
+pl {03605.p1|03606.p0} : 3605 
+pl {03605.s2} (1)
+pl {03606.p1|03607.p0} : 3606 
+pl {03606.s2} (1)
+pl {03607.p1|03608.p0} : 3607 
+pl {03607.s2} (1)
+pl {03608.p1|03609.p0} : 3608 
+pl {03608.s2} (1)
+pl {03609.p1|03610.p0} : 3609 
+pl {03609.s2} (1)
+pl {03610.p1|03611.p0} : 3610 
+pl {03610.s2} (1)
+pl {03611.p1|03612.p0} : 3611 
+pl {03611.s2} (1)
+pl {03612.p1|03613.p0} : 3612 
+pl {03612.s2} (1)
+pl {03613.p1|03614.p0} : 3613 
+pl {03613.s2} (1)
+pl {03614.p1|03615.p0} : 3614 
+pl {03614.s2} (1)
+pl {03615.p1|03616.p0} : 3615 
+pl {03615.s2} (1)
+pl {03616.p1|03617.p0} : 3616 
+pl {03616.s2} (1)
+pl {03617.p1|03618.p0} : 3617 
+pl {03617.s2} (1)
+pl {03618.p1|03619.p0} : 3618 
+pl {03618.s2} (1)
+pl {03619.p1|03620.p0} : 3619 
+pl {03619.s2} (1)
+pl {03620.p1|03621.p0} : 3620 
+pl {03620.s2} (1)
+pl {03621.p1|03622.p0} : 3621 
+pl {03621.s2} (1)
+pl {03622.p1|03623.p0} : 3622 
+pl {03622.s2} (1)
+pl {03623.p1|03624.p0} : 3623 
+pl {03623.s2} (1)
+pl {03624.p1|03625.p0} : 3624 
+pl {03624.s2} (1)
+pl {03625.p1|03626.p0} : 3625 
+pl {03625.s2} (1)
+pl {03626.p1|03627.p0} : 3626 
+pl {03626.s2} (1)
+pl {03627.p1|03628.p0} : 3627 
+pl {03627.s2} (1)
+pl {03628.p1|03629.p0} : 3628 
+pl {03628.s2} (1)
+pl {03629.p1|03630.p0} : 3629 
+pl {03629.s2} (1)
+pl {03630.p1|03631.p0} : 3630 
+pl {03630.s2} (1)
+pl {03631.p1|03632.p0} : 3631 
+pl {03631.s2} (1)
+pl {03632.p1|03633.p0} : 3632 
+pl {03632.s2} (1)
+pl {03633.p1|03634.p0} : 3633 
+pl {03633.s2} (1)
+pl {03634.p1|03635.p0} : 3634 
+pl {03634.s2} (1)
+pl {03635.p1|03636.p0} : 3635 
+pl {03635.s2} (1)
+pl {03636.p1|03637.p0} : 3636 
+pl {03636.s2} (1)
+pl {03637.p1|03638.p0} : 3637 
+pl {03637.s2} (1)
+pl {03638.p1|03639.p0} : 3638 
+pl {03638.s2} (1)
+pl {03639.p1|03640.p0} : 3639 
+pl {03639.s2} (1)
+pl {03640.p1|03641.p0} : 3640 
+pl {03640.s2} (1)
+pl {03641.p1|03642.p0} : 3641 
+pl {03641.s2} (1)
+pl {03642.p1|03643.p0} : 3642 
+pl {03642.s2} (1)
+pl {03643.p1|03644.p0} : 3643 
+pl {03643.s2} (1)
+pl {03644.p1|03645.p0} : 3644 
+pl {03644.s2} (1)
+pl {03645.p1|03646.p0} : 3645 
+pl {03645.s2} (1)
+pl {03646.p1|03647.p0} : 3646 
+pl {03646.s2} (1)
+pl {03647.p1|03648.p0} : 3647 
+pl {03647.s2} (1)
+pl {03648.p1|03649.p0} : 3648 
+pl {03648.s2} (1)
+pl {03649.p1|03650.p0} : 3649 
+pl {03649.s2} (1)
+pl {03650.p1|03651.p0} : 3650 
+pl {03650.s2} (1)
+pl {03651.p1|03652.p0} : 3651 
+pl {03651.s2} (1)
+pl {03652.p1|03653.p0} : 3652 
+pl {03652.s2} (1)
+pl {03653.p1|03654.p0} : 3653 
+pl {03653.s2} (1)
+pl {03654.p1|03655.p0} : 3654 
+pl {03654.s2} (1)
+pl {03655.p1|03656.p0} : 3655 
+pl {03655.s2} (1)
+pl {03656.p1|03657.p0} : 3656 
+pl {03656.s2} (1)
+pl {03657.p1|03658.p0} : 3657 
+pl {03657.s2} (1)
+pl {03658.p1|03659.p0} : 3658 
+pl {03658.s2} (1)
+pl {03659.p1|03660.p0} : 3659 
+pl {03659.s2} (1)
+pl {03660.p1|03661.p0} : 3660 
+pl {03660.s2} (1)
+pl {03661.p1|03662.p0} : 3661 
+pl {03661.s2} (1)
+pl {03662.p1|03663.p0} : 3662 
+pl {03662.s2} (1)
+pl {03663.p1|03664.p0} : 3663 
+pl {03663.s2} (1)
+pl {03664.p1|03665.p0} : 3664 
+pl {03664.s2} (1)
+pl {03665.p1|03666.p0} : 3665 
+pl {03665.s2} (1)
+pl {03666.p1|03667.p0} : 3666 
+pl {03666.s2} (1)
+pl {03667.p1|03668.p0} : 3667 
+pl {03667.s2} (1)
+pl {03668.p1|03669.p0} : 3668 
+pl {03668.s2} (1)
+pl {03669.p1|03670.p0} : 3669 
+pl {03669.s2} (1)
+pl {03670.p1|03671.p0} : 3670 
+pl {03670.s2} (1)
+pl {03671.p1|03672.p0} : 3671 
+pl {03671.s2} (1)
+pl {03672.p1|03673.p0} : 3672 
+pl {03672.s2} (1)
+pl {03673.p1|03674.p0} : 3673 
+pl {03673.s2} (1)
+pl {03674.p1|03675.p0} : 3674 
+pl {03674.s2} (1)
+pl {03675.p1|03676.p0} : 3675 
+pl {03675.s2} (1)
+pl {03676.p1|03677.p0} : 3676 
+pl {03676.s2} (1)
+pl {03677.p1|03678.p0} : 3677 
+pl {03677.s2} (1)
+pl {03678.p1|03679.p0} : 3678 
+pl {03678.s2} (1)
+pl {03679.p1|03680.p0} : 3679 
+pl {03679.s2} (1)
+pl {03680.p1|03681.p0} : 3680 
+pl {03680.s2} (1)
+pl {03681.p1|03682.p0} : 3681 
+pl {03681.s2} (1)
+pl {03682.p1|03683.p0} : 3682 
+pl {03682.s2} (1)
+pl {03683.p1|03684.p0} : 3683 
+pl {03683.s2} (1)
+pl {03684.p1|03685.p0} : 3684 
+pl {03684.s2} (1)
+pl {03685.p1|03686.p0} : 3685 
+pl {03685.s2} (1)
+pl {03686.p1|03687.p0} : 3686 
+pl {03686.s2} (1)
+pl {03687.p1|03688.p0} : 3687 
+pl {03687.s2} (1)
+pl {03688.p1|03689.p0} : 3688 
+pl {03688.s2} (1)
+pl {03689.p1|03690.p0} : 3689 
+pl {03689.s2} (1)
+pl {03690.p1|03691.p0} : 3690 
+pl {03690.s2} (1)
+pl {03691.p1|03692.p0} : 3691 
+pl {03691.s2} (1)
+pl {03692.p1|03693.p0} : 3692 
+pl {03692.s2} (1)
+pl {03693.p1|03694.p0} : 3693 
+pl {03693.s2} (1)
+pl {03694.p1|03695.p0} : 3694 
+pl {03694.s2} (1)
+pl {03695.p1|03696.p0} : 3695 
+pl {03695.s2} (1)
+pl {03696.p1|03697.p0} : 3696 
+pl {03696.s2} (1)
+pl {03697.p1|03698.p0} : 3697 
+pl {03697.s2} (1)
+pl {03698.p1|03699.p0} : 3698 
+pl {03698.s2} (1)
+pl {03699.p1|03700.p0} : 3699 
+pl {03699.s2} (1)
+pl {03700.p1|03701.p0} : 3700 
+pl {03700.s2} (1)
+pl {03701.p1|03702.p0} : 3701 
+pl {03701.s2} (1)
+pl {03702.p1|03703.p0} : 3702 
+pl {03702.s2} (1)
+pl {03703.p1|03704.p0} : 3703 
+pl {03703.s2} (1)
+pl {03704.p1|03705.p0} : 3704 
+pl {03704.s2} (1)
+pl {03705.p1|03706.p0} : 3705 
+pl {03705.s2} (1)
+pl {03706.p1|03707.p0} : 3706 
+pl {03706.s2} (1)
+pl {03707.p1|03708.p0} : 3707 
+pl {03707.s2} (1)
+pl {03708.p1|03709.p0} : 3708 
+pl {03708.s2} (1)
+pl {03709.p1|03710.p0} : 3709 
+pl {03709.s2} (1)
+pl {03710.p1|03711.p0} : 3710 
+pl {03710.s2} (1)
+pl {03711.p1|03712.p0} : 3711 
+pl {03711.s2} (1)
+pl {03712.p1|03713.p0} : 3712 
+pl {03712.s2} (1)
+pl {03713.p1|03714.p0} : 3713 
+pl {03713.s2} (1)
+pl {03714.p1|03715.p0} : 3714 
+pl {03714.s2} (1)
+pl {03715.p1|03716.p0} : 3715 
+pl {03715.s2} (1)
+pl {03716.p1|03717.p0} : 3716 
+pl {03716.s2} (1)
+pl {03717.p1|03718.p0} : 3717 
+pl {03717.s2} (1)
+pl {03718.p1|03719.p0} : 3718 
+pl {03718.s2} (1)
+pl {03719.p1|03720.p0} : 3719 
+pl {03719.s2} (1)
+pl {03720.p1|03721.p0} : 3720 
+pl {03720.s2} (1)
+pl {03721.p1|03722.p0} : 3721 
+pl {03721.s2} (1)
+pl {03722.p1|03723.p0} : 3722 
+pl {03722.s2} (1)
+pl {03723.p1|03724.p0} : 3723 
+pl {03723.s2} (1)
+pl {03724.p1|03725.p0} : 3724 
+pl {03724.s2} (1)
+pl {03725.p1|03726.p0} : 3725 
+pl {03725.s2} (1)
+pl {03726.p1|03727.p0} : 3726 
+pl {03726.s2} (1)
+pl {03727.p1|03728.p0} : 3727 
+pl {03727.s2} (1)
+pl {03728.p1|03729.p0} : 3728 
+pl {03728.s2} (1)
+pl {03729.p1|03730.p0} : 3729 
+pl {03729.s2} (1)
+pl {03730.p1|03731.p0} : 3730 
+pl {03730.s2} (1)
+pl {03731.p1|03732.p0} : 3731 
+pl {03731.s2} (1)
+pl {03732.p1|03733.p0} : 3732 
+pl {03732.s2} (1)
+pl {03733.p1|03734.p0} : 3733 
+pl {03733.s2} (1)
+pl {03734.p1|03735.p0} : 3734 
+pl {03734.s2} (1)
+pl {03735.p1|03736.p0} : 3735 
+pl {03735.s2} (1)
+pl {03736.p1|03737.p0} : 3736 
+pl {03736.s2} (1)
+pl {03737.p1|03738.p0} : 3737 
+pl {03737.s2} (1)
+pl {03738.p1|03739.p0} : 3738 
+pl {03738.s2} (1)
+pl {03739.p1|03740.p0} : 3739 
+pl {03739.s2} (1)
+pl {03740.p1|03741.p0} : 3740 
+pl {03740.s2} (1)
+pl {03741.p1|03742.p0} : 3741 
+pl {03741.s2} (1)
+pl {03742.p1|03743.p0} : 3742 
+pl {03742.s2} (1)
+pl {03743.p1|03744.p0} : 3743 
+pl {03743.s2} (1)
+pl {03744.p1|03745.p0} : 3744 
+pl {03744.s2} (1)
+pl {03745.p1|03746.p0} : 3745 
+pl {03745.s2} (1)
+pl {03746.p1|03747.p0} : 3746 
+pl {03746.s2} (1)
+pl {03747.p1|03748.p0} : 3747 
+pl {03747.s2} (1)
+pl {03748.p1|03749.p0} : 3748 
+pl {03748.s2} (1)
+pl {03749.p1|03750.p0} : 3749 
+pl {03749.s2} (1)
+pl {03750.p1|03751.p0} : 3750 
+pl {03750.s2} (1)
+pl {03751.p1|03752.p0} : 3751 
+pl {03751.s2} (1)
+pl {03752.p1|03753.p0} : 3752 
+pl {03752.s2} (1)
+pl {03753.p1|03754.p0} : 3753 
+pl {03753.s2} (1)
+pl {03754.p1|03755.p0} : 3754 
+pl {03754.s2} (1)
+pl {03755.p1|03756.p0} : 3755 
+pl {03755.s2} (1)
+pl {03756.p1|03757.p0} : 3756 
+pl {03756.s2} (1)
+pl {03757.p1|03758.p0} : 3757 
+pl {03757.s2} (1)
+pl {03758.p1|03759.p0} : 3758 
+pl {03758.s2} (1)
+pl {03759.p1|03760.p0} : 3759 
+pl {03759.s2} (1)
+pl {03760.p1|03761.p0} : 3760 
+pl {03760.s2} (1)
+pl {03761.p1|03762.p0} : 3761 
+pl {03761.s2} (1)
+pl {03762.p1|03763.p0} : 3762 
+pl {03762.s2} (1)
+pl {03763.p1|03764.p0} : 3763 
+pl {03763.s2} (1)
+pl {03764.p1|03765.p0} : 3764 
+pl {03764.s2} (1)
+pl {03765.p1|03766.p0} : 3765 
+pl {03765.s2} (1)
+pl {03766.p1|03767.p0} : 3766 
+pl {03766.s2} (1)
+pl {03767.p1|03768.p0} : 3767 
+pl {03767.s2} (1)
+pl {03768.p1|03769.p0} : 3768 
+pl {03768.s2} (1)
+pl {03769.p1|03770.p0} : 3769 
+pl {03769.s2} (1)
+pl {03770.p1|03771.p0} : 3770 
+pl {03770.s2} (1)
+pl {03771.p1|03772.p0} : 3771 
+pl {03771.s2} (1)
+pl {03772.p1|03773.p0} : 3772 
+pl {03772.s2} (1)
+pl {03773.p1|03774.p0} : 3773 
+pl {03773.s2} (1)
+pl {03774.p1|03775.p0} : 3774 
+pl {03774.s2} (1)
+pl {03775.p1|03776.p0} : 3775 
+pl {03775.s2} (1)
+pl {03776.p1|03777.p0} : 3776 
+pl {03776.s2} (1)
+pl {03777.p1|03778.p0} : 3777 
+pl {03777.s2} (1)
+pl {03778.p1|03779.p0} : 3778 
+pl {03778.s2} (1)
+pl {03779.p1|03780.p0} : 3779 
+pl {03779.s2} (1)
+pl {03780.p1|03781.p0} : 3780 
+pl {03780.s2} (1)
+pl {03781.p1|03782.p0} : 3781 
+pl {03781.s2} (1)
+pl {03782.p1|03783.p0} : 3782 
+pl {03782.s2} (1)
+pl {03783.p1|03784.p0} : 3783 
+pl {03783.s2} (1)
+pl {03784.p1|03785.p0} : 3784 
+pl {03784.s2} (1)
+pl {03785.p1|03786.p0} : 3785 
+pl {03785.s2} (1)
+pl {03786.p1|03787.p0} : 3786 
+pl {03786.s2} (1)
+pl {03787.p1|03788.p0} : 3787 
+pl {03787.s2} (1)
+pl {03788.p1|03789.p0} : 3788 
+pl {03788.s2} (1)
+pl {03789.p1|03790.p0} : 3789 
+pl {03789.s2} (1)
+pl {03790.p1|03791.p0} : 3790 
+pl {03790.s2} (1)
+pl {03791.p1|03792.p0} : 3791 
+pl {03791.s2} (1)
+pl {03792.p1|03793.p0} : 3792 
+pl {03792.s2} (1)
+pl {03793.p1|03794.p0} : 3793 
+pl {03793.s2} (1)
+pl {03794.p1|03795.p0} : 3794 
+pl {03794.s2} (1)
+pl {03795.p1|03796.p0} : 3795 
+pl {03795.s2} (1)
+pl {03796.p1|03797.p0} : 3796 
+pl {03796.s2} (1)
+pl {03797.p1|03798.p0} : 3797 
+pl {03797.s2} (1)
+pl {03798.p1|03799.p0} : 3798 
+pl {03798.s2} (1)
+pl {03799.p1|03800.p0} : 3799 
+pl {03799.s2} (1)
+pl {03800.p1|03801.p0} : 3800 
+pl {03800.s2} (1)
+pl {03801.p1|03802.p0} : 3801 
+pl {03801.s2} (1)
+pl {03802.p1|03803.p0} : 3802 
+pl {03802.s2} (1)
+pl {03803.p1|03804.p0} : 3803 
+pl {03803.s2} (1)
+pl {03804.p1|03805.p0} : 3804 
+pl {03804.s2} (1)
+pl {03805.p1|03806.p0} : 3805 
+pl {03805.s2} (1)
+pl {03806.p1|03807.p0} : 3806 
+pl {03806.s2} (1)
+pl {03807.p1|03808.p0} : 3807 
+pl {03807.s2} (1)
+pl {03808.p1|03809.p0} : 3808 
+pl {03808.s2} (1)
+pl {03809.p1|03810.p0} : 3809 
+pl {03809.s2} (1)
+pl {03810.p1|03811.p0} : 3810 
+pl {03810.s2} (1)
+pl {03811.p1|03812.p0} : 3811 
+pl {03811.s2} (1)
+pl {03812.p1|03813.p0} : 3812 
+pl {03812.s2} (1)
+pl {03813.p1|03814.p0} : 3813 
+pl {03813.s2} (1)
+pl {03814.p1|03815.p0} : 3814 
+pl {03814.s2} (1)
+pl {03815.p1|03816.p0} : 3815 
+pl {03815.s2} (1)
+pl {03816.p1|03817.p0} : 3816 
+pl {03816.s2} (1)
+pl {03817.p1|03818.p0} : 3817 
+pl {03817.s2} (1)
+pl {03818.p1|03819.p0} : 3818 
+pl {03818.s2} (1)
+pl {03819.p1|03820.p0} : 3819 
+pl {03819.s2} (1)
+pl {03820.p1|03821.p0} : 3820 
+pl {03820.s2} (1)
+pl {03821.p1|03822.p0} : 3821 
+pl {03821.s2} (1)
+pl {03822.p1|03823.p0} : 3822 
+pl {03822.s2} (1)
+pl {03823.p1|03824.p0} : 3823 
+pl {03823.s2} (1)
+pl {03824.p1|03825.p0} : 3824 
+pl {03824.s2} (1)
+pl {03825.p1|03826.p0} : 3825 
+pl {03825.s2} (1)
+pl {03826.p1|03827.p0} : 3826 
+pl {03826.s2} (1)
+pl {03827.p1|03828.p0} : 3827 
+pl {03827.s2} (1)
+pl {03828.p1|03829.p0} : 3828 
+pl {03828.s2} (1)
+pl {03829.p1|03830.p0} : 3829 
+pl {03829.s2} (1)
+pl {03830.p1|03831.p0} : 3830 
+pl {03830.s2} (1)
+pl {03831.p1|03832.p0} : 3831 
+pl {03831.s2} (1)
+pl {03832.p1|03833.p0} : 3832 
+pl {03832.s2} (1)
+pl {03833.p1|03834.p0} : 3833 
+pl {03833.s2} (1)
+pl {03834.p1|03835.p0} : 3834 
+pl {03834.s2} (1)
+pl {03835.p1|03836.p0} : 3835 
+pl {03835.s2} (1)
+pl {03836.p1|03837.p0} : 3836 
+pl {03836.s2} (1)
+pl {03837.p1|03838.p0} : 3837 
+pl {03837.s2} (1)
+pl {03838.p1|03839.p0} : 3838 
+pl {03838.s2} (1)
+pl {03839.p1|03840.p0} : 3839 
+pl {03839.s2} (1)
+pl {03840.p1|03841.p0} : 3840 
+pl {03840.s2} (1)
+pl {03841.p1|03842.p0} : 3841 
+pl {03841.s2} (1)
+pl {03842.p1|03843.p0} : 3842 
+pl {03842.s2} (1)
+pl {03843.p1|03844.p0} : 3843 
+pl {03843.s2} (1)
+pl {03844.p1|03845.p0} : 3844 
+pl {03844.s2} (1)
+pl {03845.p1|03846.p0} : 3845 
+pl {03845.s2} (1)
+pl {03846.p1|03847.p0} : 3846 
+pl {03846.s2} (1)
+pl {03847.p1|03848.p0} : 3847 
+pl {03847.s2} (1)
+pl {03848.p1|03849.p0} : 3848 
+pl {03848.s2} (1)
+pl {03849.p1|03850.p0} : 3849 
+pl {03849.s2} (1)
+pl {03850.p1|03851.p0} : 3850 
+pl {03850.s2} (1)
+pl {03851.p1|03852.p0} : 3851 
+pl {03851.s2} (1)
+pl {03852.p1|03853.p0} : 3852 
+pl {03852.s2} (1)
+pl {03853.p1|03854.p0} : 3853 
+pl {03853.s2} (1)
+pl {03854.p1|03855.p0} : 3854 
+pl {03854.s2} (1)
+pl {03855.p1|03856.p0} : 3855 
+pl {03855.s2} (1)
+pl {03856.p1|03857.p0} : 3856 
+pl {03856.s2} (1)
+pl {03857.p1|03858.p0} : 3857 
+pl {03857.s2} (1)
+pl {03858.p1|03859.p0} : 3858 
+pl {03858.s2} (1)
+pl {03859.p1|03860.p0} : 3859 
+pl {03859.s2} (1)
+pl {03860.p1|03861.p0} : 3860 
+pl {03860.s2} (1)
+pl {03861.p1|03862.p0} : 3861 
+pl {03861.s2} (1)
+pl {03862.p1|03863.p0} : 3862 
+pl {03862.s2} (1)
+pl {03863.p1|03864.p0} : 3863 
+pl {03863.s2} (1)
+pl {03864.p1|03865.p0} : 3864 
+pl {03864.s2} (1)
+pl {03865.p1|03866.p0} : 3865 
+pl {03865.s2} (1)
+pl {03866.p1|03867.p0} : 3866 
+pl {03866.s2} (1)
+pl {03867.p1|03868.p0} : 3867 
+pl {03867.s2} (1)
+pl {03868.p1|03869.p0} : 3868 
+pl {03868.s2} (1)
+pl {03869.p1|03870.p0} : 3869 
+pl {03869.s2} (1)
+pl {03870.p1|03871.p0} : 3870 
+pl {03870.s2} (1)
+pl {03871.p1|03872.p0} : 3871 
+pl {03871.s2} (1)
+pl {03872.p1|03873.p0} : 3872 
+pl {03872.s2} (1)
+pl {03873.p1|03874.p0} : 3873 
+pl {03873.s2} (1)
+pl {03874.p1|03875.p0} : 3874 
+pl {03874.s2} (1)
+pl {03875.p1|03876.p0} : 3875 
+pl {03875.s2} (1)
+pl {03876.p1|03877.p0} : 3876 
+pl {03876.s2} (1)
+pl {03877.p1|03878.p0} : 3877 
+pl {03877.s2} (1)
+pl {03878.p1|03879.p0} : 3878 
+pl {03878.s2} (1)
+pl {03879.p1|03880.p0} : 3879 
+pl {03879.s2} (1)
+pl {03880.p1|03881.p0} : 3880 
+pl {03880.s2} (1)
+pl {03881.p1|03882.p0} : 3881 
+pl {03881.s2} (1)
+pl {03882.p1|03883.p0} : 3882 
+pl {03882.s2} (1)
+pl {03883.p1|03884.p0} : 3883 
+pl {03883.s2} (1)
+pl {03884.p1|03885.p0} : 3884 
+pl {03884.s2} (1)
+pl {03885.p1|03886.p0} : 3885 
+pl {03885.s2} (1)
+pl {03886.p1|03887.p0} : 3886 
+pl {03886.s2} (1)
+pl {03887.p1|03888.p0} : 3887 
+pl {03887.s2} (1)
+pl {03888.p1|03889.p0} : 3888 
+pl {03888.s2} (1)
+pl {03889.p1|03890.p0} : 3889 
+pl {03889.s2} (1)
+pl {03890.p1|03891.p0} : 3890 
+pl {03890.s2} (1)
+pl {03891.p1|03892.p0} : 3891 
+pl {03891.s2} (1)
+pl {03892.p1|03893.p0} : 3892 
+pl {03892.s2} (1)
+pl {03893.p1|03894.p0} : 3893 
+pl {03893.s2} (1)
+pl {03894.p1|03895.p0} : 3894 
+pl {03894.s2} (1)
+pl {03895.p1|03896.p0} : 3895 
+pl {03895.s2} (1)
+pl {03896.p1|03897.p0} : 3896 
+pl {03896.s2} (1)
+pl {03897.p1|03898.p0} : 3897 
+pl {03897.s2} (1)
+pl {03898.p1|03899.p0} : 3898 
+pl {03898.s2} (1)
+pl {03899.p1|03900.p0} : 3899 
+pl {03899.s2} (1)
+pl {03900.p1|03901.p0} : 3900 
+pl {03900.s2} (1)
+pl {03901.p1|03902.p0} : 3901 
+pl {03901.s2} (1)
+pl {03902.p1|03903.p0} : 3902 
+pl {03902.s2} (1)
+pl {03903.p1|03904.p0} : 3903 
+pl {03903.s2} (1)
+pl {03904.p1|03905.p0} : 3904 
+pl {03904.s2} (1)
+pl {03905.p1|03906.p0} : 3905 
+pl {03905.s2} (1)
+pl {03906.p1|03907.p0} : 3906 
+pl {03906.s2} (1)
+pl {03907.p1|03908.p0} : 3907 
+pl {03907.s2} (1)
+pl {03908.p1|03909.p0} : 3908 
+pl {03908.s2} (1)
+pl {03909.p1|03910.p0} : 3909 
+pl {03909.s2} (1)
+pl {03910.p1|03911.p0} : 3910 
+pl {03910.s2} (1)
+pl {03911.p1|03912.p0} : 3911 
+pl {03911.s2} (1)
+pl {03912.p1|03913.p0} : 3912 
+pl {03912.s2} (1)
+pl {03913.p1|03914.p0} : 3913 
+pl {03913.s2} (1)
+pl {03914.p1|03915.p0} : 3914 
+pl {03914.s2} (1)
+pl {03915.p1|03916.p0} : 3915 
+pl {03915.s2} (1)
+pl {03916.p1|03917.p0} : 3916 
+pl {03916.s2} (1)
+pl {03917.p1|03918.p0} : 3917 
+pl {03917.s2} (1)
+pl {03918.p1|03919.p0} : 3918 
+pl {03918.s2} (1)
+pl {03919.p1|03920.p0} : 3919 
+pl {03919.s2} (1)
+pl {03920.p1|03921.p0} : 3920 
+pl {03920.s2} (1)
+pl {03921.p1|03922.p0} : 3921 
+pl {03921.s2} (1)
+pl {03922.p1|03923.p0} : 3922 
+pl {03922.s2} (1)
+pl {03923.p1|03924.p0} : 3923 
+pl {03923.s2} (1)
+pl {03924.p1|03925.p0} : 3924 
+pl {03924.s2} (1)
+pl {03925.p1|03926.p0} : 3925 
+pl {03925.s2} (1)
+pl {03926.p1|03927.p0} : 3926 
+pl {03926.s2} (1)
+pl {03927.p1|03928.p0} : 3927 
+pl {03927.s2} (1)
+pl {03928.p1|03929.p0} : 3928 
+pl {03928.s2} (1)
+pl {03929.p1|03930.p0} : 3929 
+pl {03929.s2} (1)
+pl {03930.p1|03931.p0} : 3930 
+pl {03930.s2} (1)
+pl {03931.p1|03932.p0} : 3931 
+pl {03931.s2} (1)
+pl {03932.p1|03933.p0} : 3932 
+pl {03932.s2} (1)
+pl {03933.p1|03934.p0} : 3933 
+pl {03933.s2} (1)
+pl {03934.p1|03935.p0} : 3934 
+pl {03934.s2} (1)
+pl {03935.p1|03936.p0} : 3935 
+pl {03935.s2} (1)
+pl {03936.p1|03937.p0} : 3936 
+pl {03936.s2} (1)
+pl {03937.p1|03938.p0} : 3937 
+pl {03937.s2} (1)
+pl {03938.p1|03939.p0} : 3938 
+pl {03938.s2} (1)
+pl {03939.p1|03940.p0} : 3939 
+pl {03939.s2} (1)
+pl {03940.p1|03941.p0} : 3940 
+pl {03940.s2} (1)
+pl {03941.p1|03942.p0} : 3941 
+pl {03941.s2} (1)
+pl {03942.p1|03943.p0} : 3942 
+pl {03942.s2} (1)
+pl {03943.p1|03944.p0} : 3943 
+pl {03943.s2} (1)
+pl {03944.p1|03945.p0} : 3944 
+pl {03944.s2} (1)
+pl {03945.p1|03946.p0} : 3945 
+pl {03945.s2} (1)
+pl {03946.p1|03947.p0} : 3946 
+pl {03946.s2} (1)
+pl {03947.p1|03948.p0} : 3947 
+pl {03947.s2} (1)
+pl {03948.p1|03949.p0} : 3948 
+pl {03948.s2} (1)
+pl {03949.p1|03950.p0} : 3949 
+pl {03949.s2} (1)
+pl {03950.p1|03951.p0} : 3950 
+pl {03950.s2} (1)
+pl {03951.p1|03952.p0} : 3951 
+pl {03951.s2} (1)
+pl {03952.p1|03953.p0} : 3952 
+pl {03952.s2} (1)
+pl {03953.p1|03954.p0} : 3953 
+pl {03953.s2} (1)
+pl {03954.p1|03955.p0} : 3954 
+pl {03954.s2} (1)
+pl {03955.p1|03956.p0} : 3955 
+pl {03955.s2} (1)
+pl {03956.p1|03957.p0} : 3956 
+pl {03956.s2} (1)
+pl {03957.p1|03958.p0} : 3957 
+pl {03957.s2} (1)
+pl {03958.p1|03959.p0} : 3958 
+pl {03958.s2} (1)
+pl {03959.p1|03960.p0} : 3959 
+pl {03959.s2} (1)
+pl {03960.p1|03961.p0} : 3960 
+pl {03960.s2} (1)
+pl {03961.p1|03962.p0} : 3961 
+pl {03961.s2} (1)
+pl {03962.p1|03963.p0} : 3962 
+pl {03962.s2} (1)
+pl {03963.p1|03964.p0} : 3963 
+pl {03963.s2} (1)
+pl {03964.p1|03965.p0} : 3964 
+pl {03964.s2} (1)
+pl {03965.p1|03966.p0} : 3965 
+pl {03965.s2} (1)
+pl {03966.p1|03967.p0} : 3966 
+pl {03966.s2} (1)
+pl {03967.p1|03968.p0} : 3967 
+pl {03967.s2} (1)
+pl {03968.p1|03969.p0} : 3968 
+pl {03968.s2} (1)
+pl {03969.p1|03970.p0} : 3969 
+pl {03969.s2} (1)
+pl {03970.p1|03971.p0} : 3970 
+pl {03970.s2} (1)
+pl {03971.p1|03972.p0} : 3971 
+pl {03971.s2} (1)
+pl {03972.p1|03973.p0} : 3972 
+pl {03972.s2} (1)
+pl {03973.p1|03974.p0} : 3973 
+pl {03973.s2} (1)
+pl {03974.p1|03975.p0} : 3974 
+pl {03974.s2} (1)
+pl {03975.p1|03976.p0} : 3975 
+pl {03975.s2} (1)
+pl {03976.p1|03977.p0} : 3976 
+pl {03976.s2} (1)
+pl {03977.p1|03978.p0} : 3977 
+pl {03977.s2} (1)
+pl {03978.p1|03979.p0} : 3978 
+pl {03978.s2} (1)
+pl {03979.p1|03980.p0} : 3979 
+pl {03979.s2} (1)
+pl {03980.p1|03981.p0} : 3980 
+pl {03980.s2} (1)
+pl {03981.p1|03982.p0} : 3981 
+pl {03981.s2} (1)
+pl {03982.p1|03983.p0} : 3982 
+pl {03982.s2} (1)
+pl {03983.p1|03984.p0} : 3983 
+pl {03983.s2} (1)
+pl {03984.p1|03985.p0} : 3984 
+pl {03984.s2} (1)
+pl {03985.p1|03986.p0} : 3985 
+pl {03985.s2} (1)
+pl {03986.p1|03987.p0} : 3986 
+pl {03986.s2} (1)
+pl {03987.p1|03988.p0} : 3987 
+pl {03987.s2} (1)
+pl {03988.p1|03989.p0} : 3988 
+pl {03988.s2} (1)
+pl {03989.p1|03990.p0} : 3989 
+pl {03989.s2} (1)
+pl {03990.p1|03991.p0} : 3990 
+pl {03990.s2} (1)
+pl {03991.p1|03992.p0} : 3991 
+pl {03991.s2} (1)
+pl {03992.p1|03993.p0} : 3992 
+pl {03992.s2} (1)
+pl {03993.p1|03994.p0} : 3993 
+pl {03993.s2} (1)
+pl {03994.p1|03995.p0} : 3994 
+pl {03994.s2} (1)
+pl {03995.p1|03996.p0} : 3995 
+pl {03995.s2} (1)
+pl {03996.p1|03997.p0} : 3996 
+pl {03996.s2} (1)
+pl {03997.p1|03998.p0} : 3997 
+pl {03997.s2} (1)
+pl {03998.p1|03999.p0} : 3998 
+pl {03998.s2} (1)
+pl {03999.p1|04000.p0} : 3999 
+pl {03999.s2} (1)
+pl {04000.p1|04001.p0} : 4000 
+pl {04000.s2} (1)
+pl {04001.p1|04002.p0} : 4001 
+pl {04001.s2} (1)
+pl {04002.p1|04003.p0} : 4002 
+pl {04002.s2} (1)
+pl {04003.p1|04004.p0} : 4003 
+pl {04003.s2} (1)
+pl {04004.p1|04005.p0} : 4004 
+pl {04004.s2} (1)
+pl {04005.p1|04006.p0} : 4005 
+pl {04005.s2} (1)
+pl {04006.p1|04007.p0} : 4006 
+pl {04006.s2} (1)
+pl {04007.p1|04008.p0} : 4007 
+pl {04007.s2} (1)
+pl {04008.p1|04009.p0} : 4008 
+pl {04008.s2} (1)
+pl {04009.p1|04010.p0} : 4009 
+pl {04009.s2} (1)
+pl {04010.p1|04011.p0} : 4010 
+pl {04010.s2} (1)
+pl {04011.p1|04012.p0} : 4011 
+pl {04011.s2} (1)
+pl {04012.p1|04013.p0} : 4012 
+pl {04012.s2} (1)
+pl {04013.p1|04014.p0} : 4013 
+pl {04013.s2} (1)
+pl {04014.p1|04015.p0} : 4014 
+pl {04014.s2} (1)
+pl {04015.p1|04016.p0} : 4015 
+pl {04015.s2} (1)
+pl {04016.p1|04017.p0} : 4016 
+pl {04016.s2} (1)
+pl {04017.p1|04018.p0} : 4017 
+pl {04017.s2} (1)
+pl {04018.p1|04019.p0} : 4018 
+pl {04018.s2} (1)
+pl {04019.p1|04020.p0} : 4019 
+pl {04019.s2} (1)
+pl {04020.p1|04021.p0} : 4020 
+pl {04020.s2} (1)
+pl {04021.p1|04022.p0} : 4021 
+pl {04021.s2} (1)
+pl {04022.p1|04023.p0} : 4022 
+pl {04022.s2} (1)
+pl {04023.p1|04024.p0} : 4023 
+pl {04023.s2} (1)
+pl {04024.p1|04025.p0} : 4024 
+pl {04024.s2} (1)
+pl {04025.p1|04026.p0} : 4025 
+pl {04025.s2} (1)
+pl {04026.p1|04027.p0} : 4026 
+pl {04026.s2} (1)
+pl {04027.p1|04028.p0} : 4027 
+pl {04027.s2} (1)
+pl {04028.p1|04029.p0} : 4028 
+pl {04028.s2} (1)
+pl {04029.p1|04030.p0} : 4029 
+pl {04029.s2} (1)
+pl {04030.p1|04031.p0} : 4030 
+pl {04030.s2} (1)
+pl {04031.p1|04032.p0} : 4031 
+pl {04031.s2} (1)
+pl {04032.p1|04033.p0} : 4032 
+pl {04032.s2} (1)
+pl {04033.p1|04034.p0} : 4033 
+pl {04033.s2} (1)
+pl {04034.p1|04035.p0} : 4034 
+pl {04034.s2} (1)
+pl {04035.p1|04036.p0} : 4035 
+pl {04035.s2} (1)
+pl {04036.p1|04037.p0} : 4036 
+pl {04036.s2} (1)
+pl {04037.p1|04038.p0} : 4037 
+pl {04037.s2} (1)
+pl {04038.p1|04039.p0} : 4038 
+pl {04038.s2} (1)
+pl {04039.p1|04040.p0} : 4039 
+pl {04039.s2} (1)
+pl {04040.p1|04041.p0} : 4040 
+pl {04040.s2} (1)
+pl {04041.p1|04042.p0} : 4041 
+pl {04041.s2} (1)
+pl {04042.p1|04043.p0} : 4042 
+pl {04042.s2} (1)
+pl {04043.p1|04044.p0} : 4043 
+pl {04043.s2} (1)
+pl {04044.p1|04045.p0} : 4044 
+pl {04044.s2} (1)
+pl {04045.p1|04046.p0} : 4045 
+pl {04045.s2} (1)
+pl {04046.p1|04047.p0} : 4046 
+pl {04046.s2} (1)
+pl {04047.p1|04048.p0} : 4047 
+pl {04047.s2} (1)
+pl {04048.p1|04049.p0} : 4048 
+pl {04048.s2} (1)
+pl {04049.p1|04050.p0} : 4049 
+pl {04049.s2} (1)
+pl {04050.p1|04051.p0} : 4050 
+pl {04050.s2} (1)
+pl {04051.p1|04052.p0} : 4051 
+pl {04051.s2} (1)
+pl {04052.p1|04053.p0} : 4052 
+pl {04052.s2} (1)
+pl {04053.p1|04054.p0} : 4053 
+pl {04053.s2} (1)
+pl {04054.p1|04055.p0} : 4054 
+pl {04054.s2} (1)
+pl {04055.p1|04056.p0} : 4055 
+pl {04055.s2} (1)
+pl {04056.p1|04057.p0} : 4056 
+pl {04056.s2} (1)
+pl {04057.p1|04058.p0} : 4057 
+pl {04057.s2} (1)
+pl {04058.p1|04059.p0} : 4058 
+pl {04058.s2} (1)
+pl {04059.p1|04060.p0} : 4059 
+pl {04059.s2} (1)
+pl {04060.p1|04061.p0} : 4060 
+pl {04060.s2} (1)
+pl {04061.p1|04062.p0} : 4061 
+pl {04061.s2} (1)
+pl {04062.p1|04063.p0} : 4062 
+pl {04062.s2} (1)
+pl {04063.p1|04064.p0} : 4063 
+pl {04063.s2} (1)
+pl {04064.p1|04065.p0} : 4064 
+pl {04064.s2} (1)
+pl {04065.p1|04066.p0} : 4065 
+pl {04065.s2} (1)
+pl {04066.p1|04067.p0} : 4066 
+pl {04066.s2} (1)
+pl {04067.p1|04068.p0} : 4067 
+pl {04067.s2} (1)
+pl {04068.p1|04069.p0} : 4068 
+pl {04068.s2} (1)
+pl {04069.p1|04070.p0} : 4069 
+pl {04069.s2} (1)
+pl {04070.p1|04071.p0} : 4070 
+pl {04070.s2} (1)
+pl {04071.p1|04072.p0} : 4071 
+pl {04071.s2} (1)
+pl {04072.p1|04073.p0} : 4072 
+pl {04072.s2} (1)
+pl {04073.p1|04074.p0} : 4073 
+pl {04073.s2} (1)
+pl {04074.p1|04075.p0} : 4074 
+pl {04074.s2} (1)
+pl {04075.p1|04076.p0} : 4075 
+pl {04075.s2} (1)
+pl {04076.p1|04077.p0} : 4076 
+pl {04076.s2} (1)
+pl {04077.p1|04078.p0} : 4077 
+pl {04077.s2} (1)
+pl {04078.p1|04079.p0} : 4078 
+pl {04078.s2} (1)
+pl {04079.p1|04080.p0} : 4079 
+pl {04079.s2} (1)
+pl {04080.p1|04081.p0} : 4080 
+pl {04080.s2} (1)
+pl {04081.p1|04082.p0} : 4081 
+pl {04081.s2} (1)
+pl {04082.p1|04083.p0} : 4082 
+pl {04082.s2} (1)
+pl {04083.p1|04084.p0} : 4083 
+pl {04083.s2} (1)
+pl {04084.p1|04085.p0} : 4084 
+pl {04084.s2} (1)
+pl {04085.p1|04086.p0} : 4085 
+pl {04085.s2} (1)
+pl {04086.p1|04087.p0} : 4086 
+pl {04086.s2} (1)
+pl {04087.p1|04088.p0} : 4087 
+pl {04087.s2} (1)
+pl {04088.p1|04089.p0} : 4088 
+pl {04088.s2} (1)
+pl {04089.p1|04090.p0} : 4089 
+pl {04089.s2} (1)
+pl {04090.p1|04091.p0} : 4090 
+pl {04090.s2} (1)
+pl {04091.p1|04092.p0} : 4091 
+pl {04091.s2} (1)
+pl {04092.p1|04093.p0} : 4092 
+pl {04092.s2} (1)
+pl {04093.p1|04094.p0} : 4093 
+pl {04093.s2} (1)
+pl {04094.p1|04095.p0} : 4094 
+pl {04094.s2} (1)
+pl {04095.p1|04096.p0} : 4095 
+pl {04095.s2} (1)
+pl {04096.p1|04097.p0} : 4096 
+pl {04096.s2} (1)
+pl {04097.p1|04098.p0} : 4097 
+pl {04097.s2} (1)
+pl {04098.p1|04099.p0} : 4098 
+pl {04098.s2} (1)
+pl {04099.p1|04100.p0} : 4099 
+pl {04099.s2} (1)
+pl {04100.p1|04101.p0} : 4100 
+pl {04100.s2} (1)
+pl {04101.p1|04102.p0} : 4101 
+pl {04101.s2} (1)
+pl {04102.p1|04103.p0} : 4102 
+pl {04102.s2} (1)
+pl {04103.p1|04104.p0} : 4103 
+pl {04103.s2} (1)
+pl {04104.p1|04105.p0} : 4104 
+pl {04104.s2} (1)
+pl {04105.p1|04106.p0} : 4105 
+pl {04105.s2} (1)
+pl {04106.p1|04107.p0} : 4106 
+pl {04106.s2} (1)
+pl {04107.p1|04108.p0} : 4107 
+pl {04107.s2} (1)
+pl {04108.p1|04109.p0} : 4108 
+pl {04108.s2} (1)
+pl {04109.p1|04110.p0} : 4109 
+pl {04109.s2} (1)
+pl {04110.p1|04111.p0} : 4110 
+pl {04110.s2} (1)
+pl {04111.p1|04112.p0} : 4111 
+pl {04111.s2} (1)
+pl {04112.p1|04113.p0} : 4112 
+pl {04112.s2} (1)
+pl {04113.p1|04114.p0} : 4113 
+pl {04113.s2} (1)
+pl {04114.p1|04115.p0} : 4114 
+pl {04114.s2} (1)
+pl {04115.p1|04116.p0} : 4115 
+pl {04115.s2} (1)
+pl {04116.p1|04117.p0} : 4116 
+pl {04116.s2} (1)
+pl {04117.p1|04118.p0} : 4117 
+pl {04117.s2} (1)
+pl {04118.p1|04119.p0} : 4118 
+pl {04118.s2} (1)
+pl {04119.p1|04120.p0} : 4119 
+pl {04119.s2} (1)
+pl {04120.p1|04121.p0} : 4120 
+pl {04120.s2} (1)
+pl {04121.p1|04122.p0} : 4121 
+pl {04121.s2} (1)
+pl {04122.p1|04123.p0} : 4122 
+pl {04122.s2} (1)
+pl {04123.p1|04124.p0} : 4123 
+pl {04123.s2} (1)
+pl {04124.p1|04125.p0} : 4124 
+pl {04124.s2} (1)
+pl {04125.p1|04126.p0} : 4125 
+pl {04125.s2} (1)
+pl {04126.p1|04127.p0} : 4126 
+pl {04126.s2} (1)
+pl {04127.p1|04128.p0} : 4127 
+pl {04127.s2} (1)
+pl {04128.p1|04129.p0} : 4128 
+pl {04128.s2} (1)
+pl {04129.p1|04130.p0} : 4129 
+pl {04129.s2} (1)
+pl {04130.p1|04131.p0} : 4130 
+pl {04130.s2} (1)
+pl {04131.p1|04132.p0} : 4131 
+pl {04131.s2} (1)
+pl {04132.p1|04133.p0} : 4132 
+pl {04132.s2} (1)
+pl {04133.p1|04134.p0} : 4133 
+pl {04133.s2} (1)
+pl {04134.p1|04135.p0} : 4134 
+pl {04134.s2} (1)
+pl {04135.p1|04136.p0} : 4135 
+pl {04135.s2} (1)
+pl {04136.p1|04137.p0} : 4136 
+pl {04136.s2} (1)
+pl {04137.p1|04138.p0} : 4137 
+pl {04137.s2} (1)
+pl {04138.p1|04139.p0} : 4138 
+pl {04138.s2} (1)
+pl {04139.p1|04140.p0} : 4139 
+pl {04139.s2} (1)
+pl {04140.p1|04141.p0} : 4140 
+pl {04140.s2} (1)
+pl {04141.p1|04142.p0} : 4141 
+pl {04141.s2} (1)
+pl {04142.p1|04143.p0} : 4142 
+pl {04142.s2} (1)
+pl {04143.p1|04144.p0} : 4143 
+pl {04143.s2} (1)
+pl {04144.p1|04145.p0} : 4144 
+pl {04144.s2} (1)
+pl {04145.p1|04146.p0} : 4145 
+pl {04145.s2} (1)
+pl {04146.p1|04147.p0} : 4146 
+pl {04146.s2} (1)
+pl {04147.p1|04148.p0} : 4147 
+pl {04147.s2} (1)
+pl {04148.p1|04149.p0} : 4148 
+pl {04148.s2} (1)
+pl {04149.p1|04150.p0} : 4149 
+pl {04149.s2} (1)
+pl {04150.p1|04151.p0} : 4150 
+pl {04150.s2} (1)
+pl {04151.p1|04152.p0} : 4151 
+pl {04151.s2} (1)
+pl {04152.p1|04153.p0} : 4152 
+pl {04152.s2} (1)
+pl {04153.p1|04154.p0} : 4153 
+pl {04153.s2} (1)
+pl {04154.p1|04155.p0} : 4154 
+pl {04154.s2} (1)
+pl {04155.p1|04156.p0} : 4155 
+pl {04155.s2} (1)
+pl {04156.p1|04157.p0} : 4156 
+pl {04156.s2} (1)
+pl {04157.p1|04158.p0} : 4157 
+pl {04157.s2} (1)
+pl {04158.p1|04159.p0} : 4158 
+pl {04158.s2} (1)
+pl {04159.p1|04160.p0} : 4159 
+pl {04159.s2} (1)
+pl {04160.p1|04161.p0} : 4160 
+pl {04160.s2} (1)
+pl {04161.p1|04162.p0} : 4161 
+pl {04161.s2} (1)
+pl {04162.p1|04163.p0} : 4162 
+pl {04162.s2} (1)
+pl {04163.p1|04164.p0} : 4163 
+pl {04163.s2} (1)
+pl {04164.p1|04165.p0} : 4164 
+pl {04164.s2} (1)
+pl {04165.p1|04166.p0} : 4165 
+pl {04165.s2} (1)
+pl {04166.p1|04167.p0} : 4166 
+pl {04166.s2} (1)
+pl {04167.p1|04168.p0} : 4167 
+pl {04167.s2} (1)
+pl {04168.p1|04169.p0} : 4168 
+pl {04168.s2} (1)
+pl {04169.p1|04170.p0} : 4169 
+pl {04169.s2} (1)
+pl {04170.p1|04171.p0} : 4170 
+pl {04170.s2} (1)
+pl {04171.p1|04172.p0} : 4171 
+pl {04171.s2} (1)
+pl {04172.p1|04173.p0} : 4172 
+pl {04172.s2} (1)
+pl {04173.p1|04174.p0} : 4173 
+pl {04173.s2} (1)
+pl {04174.p1|04175.p0} : 4174 
+pl {04174.s2} (1)
+pl {04175.p1|04176.p0} : 4175 
+pl {04175.s2} (1)
+pl {04176.p1|04177.p0} : 4176 
+pl {04176.s2} (1)
+pl {04177.p1|04178.p0} : 4177 
+pl {04177.s2} (1)
+pl {04178.p1|04179.p0} : 4178 
+pl {04178.s2} (1)
+pl {04179.p1|04180.p0} : 4179 
+pl {04179.s2} (1)
+pl {04180.p1|04181.p0} : 4180 
+pl {04180.s2} (1)
+pl {04181.p1|04182.p0} : 4181 
+pl {04181.s2} (1)
+pl {04182.p1|04183.p0} : 4182 
+pl {04182.s2} (1)
+pl {04183.p1|04184.p0} : 4183 
+pl {04183.s2} (1)
+pl {04184.p1|04185.p0} : 4184 
+pl {04184.s2} (1)
+pl {04185.p1|04186.p0} : 4185 
+pl {04185.s2} (1)
+pl {04186.p1|04187.p0} : 4186 
+pl {04186.s2} (1)
+pl {04187.p1|04188.p0} : 4187 
+pl {04187.s2} (1)
+pl {04188.p1|04189.p0} : 4188 
+pl {04188.s2} (1)
+pl {04189.p1|04190.p0} : 4189 
+pl {04189.s2} (1)
+pl {04190.p1|04191.p0} : 4190 
+pl {04190.s2} (1)
+pl {04191.p1|04192.p0} : 4191 
+pl {04191.s2} (1)
+pl {04192.p1|04193.p0} : 4192 
+pl {04192.s2} (1)
+pl {04193.p1|04194.p0} : 4193 
+pl {04193.s2} (1)
+pl {04194.p1|04195.p0} : 4194 
+pl {04194.s2} (1)
+pl {04195.p1|04196.p0} : 4195 
+pl {04195.s2} (1)
+pl {04196.p1|04197.p0} : 4196 
+pl {04196.s2} (1)
+pl {04197.p1|04198.p0} : 4197 
+pl {04197.s2} (1)
+pl {04198.p1|04199.p0} : 4198 
+pl {04198.s2} (1)
+pl {04199.p1|04200.p0} : 4199 
+pl {04199.s2} (1)
+pl {04200.p1|04201.p0} : 4200 
+pl {04200.s2} (1)
+pl {04201.p1|04202.p0} : 4201 
+pl {04201.s2} (1)
+pl {04202.p1|04203.p0} : 4202 
+pl {04202.s2} (1)
+pl {04203.p1|04204.p0} : 4203 
+pl {04203.s2} (1)
+pl {04204.p1|04205.p0} : 4204 
+pl {04204.s2} (1)
+pl {04205.p1|04206.p0} : 4205 
+pl {04205.s2} (1)
+pl {04206.p1|04207.p0} : 4206 
+pl {04206.s2} (1)
+pl {04207.p1|04208.p0} : 4207 
+pl {04207.s2} (1)
+pl {04208.p1|04209.p0} : 4208 
+pl {04208.s2} (1)
+pl {04209.p1|04210.p0} : 4209 
+pl {04209.s2} (1)
+pl {04210.p1|04211.p0} : 4210 
+pl {04210.s2} (1)
+pl {04211.p1|04212.p0} : 4211 
+pl {04211.s2} (1)
+pl {04212.p1|04213.p0} : 4212 
+pl {04212.s2} (1)
+pl {04213.p1|04214.p0} : 4213 
+pl {04213.s2} (1)
+pl {04214.p1|04215.p0} : 4214 
+pl {04214.s2} (1)
+pl {04215.p1|04216.p0} : 4215 
+pl {04215.s2} (1)
+pl {04216.p1|04217.p0} : 4216 
+pl {04216.s2} (1)
+pl {04217.p1|04218.p0} : 4217 
+pl {04217.s2} (1)
+pl {04218.p1|04219.p0} : 4218 
+pl {04218.s2} (1)
+pl {04219.p1|04220.p0} : 4219 
+pl {04219.s2} (1)
+pl {04220.p1|04221.p0} : 4220 
+pl {04220.s2} (1)
+pl {04221.p1|04222.p0} : 4221 
+pl {04221.s2} (1)
+pl {04222.p1|04223.p0} : 4222 
+pl {04222.s2} (1)
+pl {04223.p1|04224.p0} : 4223 
+pl {04223.s2} (1)
+pl {04224.p1|04225.p0} : 4224 
+pl {04224.s2} (1)
+pl {04225.p1|04226.p0} : 4225 
+pl {04225.s2} (1)
+pl {04226.p1|04227.p0} : 4226 
+pl {04226.s2} (1)
+pl {04227.p1|04228.p0} : 4227 
+pl {04227.s2} (1)
+pl {04228.p1|04229.p0} : 4228 
+pl {04228.s2} (1)
+pl {04229.p1|04230.p0} : 4229 
+pl {04229.s2} (1)
+pl {04230.p1|04231.p0} : 4230 
+pl {04230.s2} (1)
+pl {04231.p1|04232.p0} : 4231 
+pl {04231.s2} (1)
+pl {04232.p1|04233.p0} : 4232 
+pl {04232.s2} (1)
+pl {04233.p1|04234.p0} : 4233 
+pl {04233.s2} (1)
+pl {04234.p1|04235.p0} : 4234 
+pl {04234.s2} (1)
+pl {04235.p1|04236.p0} : 4235 
+pl {04235.s2} (1)
+pl {04236.p1|04237.p0} : 4236 
+pl {04236.s2} (1)
+pl {04237.p1|04238.p0} : 4237 
+pl {04237.s2} (1)
+pl {04238.p1|04239.p0} : 4238 
+pl {04238.s2} (1)
+pl {04239.p1|04240.p0} : 4239 
+pl {04239.s2} (1)
+pl {04240.p1|04241.p0} : 4240 
+pl {04240.s2} (1)
+pl {04241.p1|04242.p0} : 4241 
+pl {04241.s2} (1)
+pl {04242.p1|04243.p0} : 4242 
+pl {04242.s2} (1)
+pl {04243.p1|04244.p0} : 4243 
+pl {04243.s2} (1)
+pl {04244.p1|04245.p0} : 4244 
+pl {04244.s2} (1)
+pl {04245.p1|04246.p0} : 4245 
+pl {04245.s2} (1)
+pl {04246.p1|04247.p0} : 4246 
+pl {04246.s2} (1)
+pl {04247.p1|04248.p0} : 4247 
+pl {04247.s2} (1)
+pl {04248.p1|04249.p0} : 4248 
+pl {04248.s2} (1)
+pl {04249.p1|04250.p0} : 4249 
+pl {04249.s2} (1)
+pl {04250.p1|04251.p0} : 4250 
+pl {04250.s2} (1)
+pl {04251.p1|04252.p0} : 4251 
+pl {04251.s2} (1)
+pl {04252.p1|04253.p0} : 4252 
+pl {04252.s2} (1)
+pl {04253.p1|04254.p0} : 4253 
+pl {04253.s2} (1)
+pl {04254.p1|04255.p0} : 4254 
+pl {04254.s2} (1)
+pl {04255.p1|04256.p0} : 4255 
+pl {04255.s2} (1)
+pl {04256.p1|04257.p0} : 4256 
+pl {04256.s2} (1)
+pl {04257.p1|04258.p0} : 4257 
+pl {04257.s2} (1)
+pl {04258.p1|04259.p0} : 4258 
+pl {04258.s2} (1)
+pl {04259.p1|04260.p0} : 4259 
+pl {04259.s2} (1)
+pl {04260.p1|04261.p0} : 4260 
+pl {04260.s2} (1)
+pl {04261.p1|04262.p0} : 4261 
+pl {04261.s2} (1)
+pl {04262.p1|04263.p0} : 4262 
+pl {04262.s2} (1)
+pl {04263.p1|04264.p0} : 4263 
+pl {04263.s2} (1)
+pl {04264.p1|04265.p0} : 4264 
+pl {04264.s2} (1)
+pl {04265.p1|04266.p0} : 4265 
+pl {04265.s2} (1)
+pl {04266.p1|04267.p0} : 4266 
+pl {04266.s2} (1)
+pl {04267.p1|04268.p0} : 4267 
+pl {04267.s2} (1)
+pl {04268.p1|04269.p0} : 4268 
+pl {04268.s2} (1)
+pl {04269.p1|04270.p0} : 4269 
+pl {04269.s2} (1)
+pl {04270.p1|04271.p0} : 4270 
+pl {04270.s2} (1)
+pl {04271.p1|04272.p0} : 4271 
+pl {04271.s2} (1)
+pl {04272.p1|04273.p0} : 4272 
+pl {04272.s2} (1)
+pl {04273.p1|04274.p0} : 4273 
+pl {04273.s2} (1)
+pl {04274.p1|04275.p0} : 4274 
+pl {04274.s2} (1)
+pl {04275.p1|04276.p0} : 4275 
+pl {04275.s2} (1)
+pl {04276.p1|04277.p0} : 4276 
+pl {04276.s2} (1)
+pl {04277.p1|04278.p0} : 4277 
+pl {04277.s2} (1)
+pl {04278.p1|04279.p0} : 4278 
+pl {04278.s2} (1)
+pl {04279.p1|04280.p0} : 4279 
+pl {04279.s2} (1)
+pl {04280.p1|04281.p0} : 4280 
+pl {04280.s2} (1)
+pl {04281.p1|04282.p0} : 4281 
+pl {04281.s2} (1)
+pl {04282.p1|04283.p0} : 4282 
+pl {04282.s2} (1)
+pl {04283.p1|04284.p0} : 4283 
+pl {04283.s2} (1)
+pl {04284.p1|04285.p0} : 4284 
+pl {04284.s2} (1)
+pl {04285.p1|04286.p0} : 4285 
+pl {04285.s2} (1)
+pl {04286.p1|04287.p0} : 4286 
+pl {04286.s2} (1)
+pl {04287.p1|04288.p0} : 4287 
+pl {04287.s2} (1)
+pl {04288.p1|04289.p0} : 4288 
+pl {04288.s2} (1)
+pl {04289.p1|04290.p0} : 4289 
+pl {04289.s2} (1)
+pl {04290.p1|04291.p0} : 4290 
+pl {04290.s2} (1)
+pl {04291.p1|04292.p0} : 4291 
+pl {04291.s2} (1)
+pl {04292.p1|04293.p0} : 4292 
+pl {04292.s2} (1)
+pl {04293.p1|04294.p0} : 4293 
+pl {04293.s2} (1)
+pl {04294.p1|04295.p0} : 4294 
+pl {04294.s2} (1)
+pl {04295.p1|04296.p0} : 4295 
+pl {04295.s2} (1)
+pl {04296.p1|04297.p0} : 4296 
+pl {04296.s2} (1)
+pl {04297.p1|04298.p0} : 4297 
+pl {04297.s2} (1)
+pl {04298.p1|04299.p0} : 4298 
+pl {04298.s2} (1)
+pl {04299.p1|04300.p0} : 4299 
+pl {04299.s2} (1)
+pl {04300.p1|04301.p0} : 4300 
+pl {04300.s2} (1)
+pl {04301.p1|04302.p0} : 4301 
+pl {04301.s2} (1)
+pl {04302.p1|04303.p0} : 4302 
+pl {04302.s2} (1)
+pl {04303.p1|04304.p0} : 4303 
+pl {04303.s2} (1)
+pl {04304.p1|04305.p0} : 4304 
+pl {04304.s2} (1)
+pl {04305.p1|04306.p0} : 4305 
+pl {04305.s2} (1)
+pl {04306.p1|04307.p0} : 4306 
+pl {04306.s2} (1)
+pl {04307.p1|04308.p0} : 4307 
+pl {04307.s2} (1)
+pl {04308.p1|04309.p0} : 4308 
+pl {04308.s2} (1)
+pl {04309.p1|04310.p0} : 4309 
+pl {04309.s2} (1)
+pl {04310.p1|04311.p0} : 4310 
+pl {04310.s2} (1)
+pl {04311.p1|04312.p0} : 4311 
+pl {04311.s2} (1)
+pl {04312.p1|04313.p0} : 4312 
+pl {04312.s2} (1)
+pl {04313.p1|04314.p0} : 4313 
+pl {04313.s2} (1)
+pl {04314.p1|04315.p0} : 4314 
+pl {04314.s2} (1)
+pl {04315.p1|04316.p0} : 4315 
+pl {04315.s2} (1)
+pl {04316.p1|04317.p0} : 4316 
+pl {04316.s2} (1)
+pl {04317.p1|04318.p0} : 4317 
+pl {04317.s2} (1)
+pl {04318.p1|04319.p0} : 4318 
+pl {04318.s2} (1)
+pl {04319.p1|04320.p0} : 4319 
+pl {04319.s2} (1)
+pl {04320.p1|04321.p0} : 4320 
+pl {04320.s2} (1)
+pl {04321.p1|04322.p0} : 4321 
+pl {04321.s2} (1)
+pl {04322.p1|04323.p0} : 4322 
+pl {04322.s2} (1)
+pl {04323.p1|04324.p0} : 4323 
+pl {04323.s2} (1)
+pl {04324.p1|04325.p0} : 4324 
+pl {04324.s2} (1)
+pl {04325.p1|04326.p0} : 4325 
+pl {04325.s2} (1)
+pl {04326.p1|04327.p0} : 4326 
+pl {04326.s2} (1)
+pl {04327.p1|04328.p0} : 4327 
+pl {04327.s2} (1)
+pl {04328.p1|04329.p0} : 4328 
+pl {04328.s2} (1)
+pl {04329.p1|04330.p0} : 4329 
+pl {04329.s2} (1)
+pl {04330.p1|04331.p0} : 4330 
+pl {04330.s2} (1)
+pl {04331.p1|04332.p0} : 4331 
+pl {04331.s2} (1)
+pl {04332.p1|04333.p0} : 4332 
+pl {04332.s2} (1)
+pl {04333.p1|04334.p0} : 4333 
+pl {04333.s2} (1)
+pl {04334.p1|04335.p0} : 4334 
+pl {04334.s2} (1)
+pl {04335.p1|04336.p0} : 4335 
+pl {04335.s2} (1)
+pl {04336.p1|04337.p0} : 4336 
+pl {04336.s2} (1)
+pl {04337.p1|04338.p0} : 4337 
+pl {04337.s2} (1)
+pl {04338.p1|04339.p0} : 4338 
+pl {04338.s2} (1)
+pl {04339.p1|04340.p0} : 4339 
+pl {04339.s2} (1)
+pl {04340.p1|04341.p0} : 4340 
+pl {04340.s2} (1)
+pl {04341.p1|04342.p0} : 4341 
+pl {04341.s2} (1)
+pl {04342.p1|04343.p0} : 4342 
+pl {04342.s2} (1)
+pl {04343.p1|04344.p0} : 4343 
+pl {04343.s2} (1)
+pl {04344.p1|04345.p0} : 4344 
+pl {04344.s2} (1)
+pl {04345.p1|04346.p0} : 4345 
+pl {04345.s2} (1)
+pl {04346.p1|04347.p0} : 4346 
+pl {04346.s2} (1)
+pl {04347.p1|04348.p0} : 4347 
+pl {04347.s2} (1)
+pl {04348.p1|04349.p0} : 4348 
+pl {04348.s2} (1)
+pl {04349.p1|04350.p0} : 4349 
+pl {04349.s2} (1)
+pl {04350.p1|04351.p0} : 4350 
+pl {04350.s2} (1)
+pl {04351.p1|04352.p0} : 4351 
+pl {04351.s2} (1)
+pl {04352.p1|04353.p0} : 4352 
+pl {04352.s2} (1)
+pl {04353.p1|04354.p0} : 4353 
+pl {04353.s2} (1)
+pl {04354.p1|04355.p0} : 4354 
+pl {04354.s2} (1)
+pl {04355.p1|04356.p0} : 4355 
+pl {04355.s2} (1)
+pl {04356.p1|04357.p0} : 4356 
+pl {04356.s2} (1)
+pl {04357.p1|04358.p0} : 4357 
+pl {04357.s2} (1)
+pl {04358.p1|04359.p0} : 4358 
+pl {04358.s2} (1)
+pl {04359.p1|04360.p0} : 4359 
+pl {04359.s2} (1)
+pl {04360.p1|04361.p0} : 4360 
+pl {04360.s2} (1)
+pl {04361.p1|04362.p0} : 4361 
+pl {04361.s2} (1)
+pl {04362.p1|04363.p0} : 4362 
+pl {04362.s2} (1)
+pl {04363.p1|04364.p0} : 4363 
+pl {04363.s2} (1)
+pl {04364.p1|04365.p0} : 4364 
+pl {04364.s2} (1)
+pl {04365.p1|04366.p0} : 4365 
+pl {04365.s2} (1)
+pl {04366.p1|04367.p0} : 4366 
+pl {04366.s2} (1)
+pl {04367.p1|04368.p0} : 4367 
+pl {04367.s2} (1)
+pl {04368.p1|04369.p0} : 4368 
+pl {04368.s2} (1)
+pl {04369.p1|04370.p0} : 4369 
+pl {04369.s2} (1)
+pl {04370.p1|04371.p0} : 4370 
+pl {04370.s2} (1)
+pl {04371.p1|04372.p0} : 4371 
+pl {04371.s2} (1)
+pl {04372.p1|04373.p0} : 4372 
+pl {04372.s2} (1)
+pl {04373.p1|04374.p0} : 4373 
+pl {04373.s2} (1)
+pl {04374.p1|04375.p0} : 4374 
+pl {04374.s2} (1)
+pl {04375.p1|04376.p0} : 4375 
+pl {04375.s2} (1)
+pl {04376.p1|04377.p0} : 4376 
+pl {04376.s2} (1)
+pl {04377.p1|04378.p0} : 4377 
+pl {04377.s2} (1)
+pl {04378.p1|04379.p0} : 4378 
+pl {04378.s2} (1)
+pl {04379.p1|04380.p0} : 4379 
+pl {04379.s2} (1)
+pl {04380.p1|04381.p0} : 4380 
+pl {04380.s2} (1)
+pl {04381.p1|04382.p0} : 4381 
+pl {04381.s2} (1)
+pl {04382.p1|04383.p0} : 4382 
+pl {04382.s2} (1)
+pl {04383.p1|04384.p0} : 4383 
+pl {04383.s2} (1)
+pl {04384.p1|04385.p0} : 4384 
+pl {04384.s2} (1)
+pl {04385.p1|04386.p0} : 4385 
+pl {04385.s2} (1)
+pl {04386.p1|04387.p0} : 4386 
+pl {04386.s2} (1)
+pl {04387.p1|04388.p0} : 4387 
+pl {04387.s2} (1)
+pl {04388.p1|04389.p0} : 4388 
+pl {04388.s2} (1)
+pl {04389.p1|04390.p0} : 4389 
+pl {04389.s2} (1)
+pl {04390.p1|04391.p0} : 4390 
+pl {04390.s2} (1)
+pl {04391.p1|04392.p0} : 4391 
+pl {04391.s2} (1)
+pl {04392.p1|04393.p0} : 4392 
+pl {04392.s2} (1)
+pl {04393.p1|04394.p0} : 4393 
+pl {04393.s2} (1)
+pl {04394.p1|04395.p0} : 4394 
+pl {04394.s2} (1)
+pl {04395.p1|04396.p0} : 4395 
+pl {04395.s2} (1)
+pl {04396.p1|04397.p0} : 4396 
+pl {04396.s2} (1)
+pl {04397.p1|04398.p0} : 4397 
+pl {04397.s2} (1)
+pl {04398.p1|04399.p0} : 4398 
+pl {04398.s2} (1)
+pl {04399.p1|04400.p0} : 4399 
+pl {04399.s2} (1)
+pl {04400.p1|04401.p0} : 4400 
+pl {04400.s2} (1)
+pl {04401.p1|04402.p0} : 4401 
+pl {04401.s2} (1)
+pl {04402.p1|04403.p0} : 4402 
+pl {04402.s2} (1)
+pl {04403.p1|04404.p0} : 4403 
+pl {04403.s2} (1)
+pl {04404.p1|04405.p0} : 4404 
+pl {04404.s2} (1)
+pl {04405.p1|04406.p0} : 4405 
+pl {04405.s2} (1)
+pl {04406.p1|04407.p0} : 4406 
+pl {04406.s2} (1)
+pl {04407.p1|04408.p0} : 4407 
+pl {04407.s2} (1)
+pl {04408.p1|04409.p0} : 4408 
+pl {04408.s2} (1)
+pl {04409.p1|04410.p0} : 4409 
+pl {04409.s2} (1)
+pl {04410.p1|04411.p0} : 4410 
+pl {04410.s2} (1)
+pl {04411.p1|04412.p0} : 4411 
+pl {04411.s2} (1)
+pl {04412.p1|04413.p0} : 4412 
+pl {04412.s2} (1)
+pl {04413.p1|04414.p0} : 4413 
+pl {04413.s2} (1)
+pl {04414.p1|04415.p0} : 4414 
+pl {04414.s2} (1)
+pl {04415.p1|04416.p0} : 4415 
+pl {04415.s2} (1)
+pl {04416.p1|04417.p0} : 4416 
+pl {04416.s2} (1)
+pl {04417.p1|04418.p0} : 4417 
+pl {04417.s2} (1)
+pl {04418.p1|04419.p0} : 4418 
+pl {04418.s2} (1)
+pl {04419.p1|04420.p0} : 4419 
+pl {04419.s2} (1)
+pl {04420.p1|04421.p0} : 4420 
+pl {04420.s2} (1)
+pl {04421.p1|04422.p0} : 4421 
+pl {04421.s2} (1)
+pl {04422.p1|04423.p0} : 4422 
+pl {04422.s2} (1)
+pl {04423.p1|04424.p0} : 4423 
+pl {04423.s2} (1)
+pl {04424.p1|04425.p0} : 4424 
+pl {04424.s2} (1)
+pl {04425.p1|04426.p0} : 4425 
+pl {04425.s2} (1)
+pl {04426.p1|04427.p0} : 4426 
+pl {04426.s2} (1)
+pl {04427.p1|04428.p0} : 4427 
+pl {04427.s2} (1)
+pl {04428.p1|04429.p0} : 4428 
+pl {04428.s2} (1)
+pl {04429.p1|04430.p0} : 4429 
+pl {04429.s2} (1)
+pl {04430.p1|04431.p0} : 4430 
+pl {04430.s2} (1)
+pl {04431.p1|04432.p0} : 4431 
+pl {04431.s2} (1)
+pl {04432.p1|04433.p0} : 4432 
+pl {04432.s2} (1)
+pl {04433.p1|04434.p0} : 4433 
+pl {04433.s2} (1)
+pl {04434.p1|04435.p0} : 4434 
+pl {04434.s2} (1)
+pl {04435.p1|04436.p0} : 4435 
+pl {04435.s2} (1)
+pl {04436.p1|04437.p0} : 4436 
+pl {04436.s2} (1)
+pl {04437.p1|04438.p0} : 4437 
+pl {04437.s2} (1)
+pl {04438.p1|04439.p0} : 4438 
+pl {04438.s2} (1)
+pl {04439.p1|04440.p0} : 4439 
+pl {04439.s2} (1)
+pl {04440.p1|04441.p0} : 4440 
+pl {04440.s2} (1)
+pl {04441.p1|04442.p0} : 4441 
+pl {04441.s2} (1)
+pl {04442.p1|04443.p0} : 4442 
+pl {04442.s2} (1)
+pl {04443.p1|04444.p0} : 4443 
+pl {04443.s2} (1)
+pl {04444.p1|04445.p0} : 4444 
+pl {04444.s2} (1)
+pl {04445.p1|04446.p0} : 4445 
+pl {04445.s2} (1)
+pl {04446.p1|04447.p0} : 4446 
+pl {04446.s2} (1)
+pl {04447.p1|04448.p0} : 4447 
+pl {04447.s2} (1)
+pl {04448.p1|04449.p0} : 4448 
+pl {04448.s2} (1)
+pl {04449.p1|04450.p0} : 4449 
+pl {04449.s2} (1)
+pl {04450.p1|04451.p0} : 4450 
+pl {04450.s2} (1)
+pl {04451.p1|04452.p0} : 4451 
+pl {04451.s2} (1)
+pl {04452.p1|04453.p0} : 4452 
+pl {04452.s2} (1)
+pl {04453.p1|04454.p0} : 4453 
+pl {04453.s2} (1)
+pl {04454.p1|04455.p0} : 4454 
+pl {04454.s2} (1)
+pl {04455.p1|04456.p0} : 4455 
+pl {04455.s2} (1)
+pl {04456.p1|04457.p0} : 4456 
+pl {04456.s2} (1)
+pl {04457.p1|04458.p0} : 4457 
+pl {04457.s2} (1)
+pl {04458.p1|04459.p0} : 4458 
+pl {04458.s2} (1)
+pl {04459.p1|04460.p0} : 4459 
+pl {04459.s2} (1)
+pl {04460.p1|04461.p0} : 4460 
+pl {04460.s2} (1)
+pl {04461.p1|04462.p0} : 4461 
+pl {04461.s2} (1)
+pl {04462.p1|04463.p0} : 4462 
+pl {04462.s2} (1)
+pl {04463.p1|04464.p0} : 4463 
+pl {04463.s2} (1)
+pl {04464.p1|04465.p0} : 4464 
+pl {04464.s2} (1)
+pl {04465.p1|04466.p0} : 4465 
+pl {04465.s2} (1)
+pl {04466.p1|04467.p0} : 4466 
+pl {04466.s2} (1)
+pl {04467.p1|04468.p0} : 4467 
+pl {04467.s2} (1)
+pl {04468.p1|04469.p0} : 4468 
+pl {04468.s2} (1)
+pl {04469.p1|04470.p0} : 4469 
+pl {04469.s2} (1)
+pl {04470.p1|04471.p0} : 4470 
+pl {04470.s2} (1)
+pl {04471.p1|04472.p0} : 4471 
+pl {04471.s2} (1)
+pl {04472.p1|04473.p0} : 4472 
+pl {04472.s2} (1)
+pl {04473.p1|04474.p0} : 4473 
+pl {04473.s2} (1)
+pl {04474.p1|04475.p0} : 4474 
+pl {04474.s2} (1)
+pl {04475.p1|04476.p0} : 4475 
+pl {04475.s2} (1)
+pl {04476.p1|04477.p0} : 4476 
+pl {04476.s2} (1)
+pl {04477.p1|04478.p0} : 4477 
+pl {04477.s2} (1)
+pl {04478.p1|04479.p0} : 4478 
+pl {04478.s2} (1)
+pl {04479.p1|04480.p0} : 4479 
+pl {04479.s2} (1)
+pl {04480.p1|04481.p0} : 4480 
+pl {04480.s2} (1)
+pl {04481.p1|04482.p0} : 4481 
+pl {04481.s2} (1)
+pl {04482.p1|04483.p0} : 4482 
+pl {04482.s2} (1)
+pl {04483.p1|04484.p0} : 4483 
+pl {04483.s2} (1)
+pl {04484.p1|04485.p0} : 4484 
+pl {04484.s2} (1)
+pl {04485.p1|04486.p0} : 4485 
+pl {04485.s2} (1)
+pl {04486.p1|04487.p0} : 4486 
+pl {04486.s2} (1)
+pl {04487.p1|04488.p0} : 4487 
+pl {04487.s2} (1)
+pl {04488.p1|04489.p0} : 4488 
+pl {04488.s2} (1)
+pl {04489.p1|04490.p0} : 4489 
+pl {04489.s2} (1)
+pl {04490.p1|04491.p0} : 4490 
+pl {04490.s2} (1)
+pl {04491.p1|04492.p0} : 4491 
+pl {04491.s2} (1)
+pl {04492.p1|04493.p0} : 4492 
+pl {04492.s2} (1)
+pl {04493.p1|04494.p0} : 4493 
+pl {04493.s2} (1)
+pl {04494.p1|04495.p0} : 4494 
+pl {04494.s2} (1)
+pl {04495.p1|04496.p0} : 4495 
+pl {04495.s2} (1)
+pl {04496.p1|04497.p0} : 4496 
+pl {04496.s2} (1)
+pl {04497.p1|04498.p0} : 4497 
+pl {04497.s2} (1)
+pl {04498.p1|04499.p0} : 4498 
+pl {04498.s2} (1)
+pl {04499.p1|04500.p0} : 4499 
+pl {04499.s2} (1)
+pl {04500.p1|04501.p0} : 4500 
+pl {04500.s2} (1)
+pl {04501.p1|04502.p0} : 4501 
+pl {04501.s2} (1)
+pl {04502.p1|04503.p0} : 4502 
+pl {04502.s2} (1)
+pl {04503.p1|04504.p0} : 4503 
+pl {04503.s2} (1)
+pl {04504.p1|04505.p0} : 4504 
+pl {04504.s2} (1)
+pl {04505.p1|04506.p0} : 4505 
+pl {04505.s2} (1)
+pl {04506.p1|04507.p0} : 4506 
+pl {04506.s2} (1)
+pl {04507.p1|04508.p0} : 4507 
+pl {04507.s2} (1)
+pl {04508.p1|04509.p0} : 4508 
+pl {04508.s2} (1)
+pl {04509.p1|04510.p0} : 4509 
+pl {04509.s2} (1)
+pl {04510.p1|04511.p0} : 4510 
+pl {04510.s2} (1)
+pl {04511.p1|04512.p0} : 4511 
+pl {04511.s2} (1)
+pl {04512.p1|04513.p0} : 4512 
+pl {04512.s2} (1)
+pl {04513.p1|04514.p0} : 4513 
+pl {04513.s2} (1)
+pl {04514.p1|04515.p0} : 4514 
+pl {04514.s2} (1)
+pl {04515.p1|04516.p0} : 4515 
+pl {04515.s2} (1)
+pl {04516.p1|04517.p0} : 4516 
+pl {04516.s2} (1)
+pl {04517.p1|04518.p0} : 4517 
+pl {04517.s2} (1)
+pl {04518.p1|04519.p0} : 4518 
+pl {04518.s2} (1)
+pl {04519.p1|04520.p0} : 4519 
+pl {04519.s2} (1)
+pl {04520.p1|04521.p0} : 4520 
+pl {04520.s2} (1)
+pl {04521.p1|04522.p0} : 4521 
+pl {04521.s2} (1)
+pl {04522.p1|04523.p0} : 4522 
+pl {04522.s2} (1)
+pl {04523.p1|04524.p0} : 4523 
+pl {04523.s2} (1)
+pl {04524.p1|04525.p0} : 4524 
+pl {04524.s2} (1)
+pl {04525.p1|04526.p0} : 4525 
+pl {04525.s2} (1)
+pl {04526.p1|04527.p0} : 4526 
+pl {04526.s2} (1)
+pl {04527.p1|04528.p0} : 4527 
+pl {04527.s2} (1)
+pl {04528.p1|04529.p0} : 4528 
+pl {04528.s2} (1)
+pl {04529.p1|04530.p0} : 4529 
+pl {04529.s2} (1)
+pl {04530.p1|04531.p0} : 4530 
+pl {04530.s2} (1)
+pl {04531.p1|04532.p0} : 4531 
+pl {04531.s2} (1)
+pl {04532.p1|04533.p0} : 4532 
+pl {04532.s2} (1)
+pl {04533.p1|04534.p0} : 4533 
+pl {04533.s2} (1)
+pl {04534.p1|04535.p0} : 4534 
+pl {04534.s2} (1)
+pl {04535.p1|04536.p0} : 4535 
+pl {04535.s2} (1)
+pl {04536.p1|04537.p0} : 4536 
+pl {04536.s2} (1)
+pl {04537.p1|04538.p0} : 4537 
+pl {04537.s2} (1)
+pl {04538.p1|04539.p0} : 4538 
+pl {04538.s2} (1)
+pl {04539.p1|04540.p0} : 4539 
+pl {04539.s2} (1)
+pl {04540.p1|04541.p0} : 4540 
+pl {04540.s2} (1)
+pl {04541.p1|04542.p0} : 4541 
+pl {04541.s2} (1)
+pl {04542.p1|04543.p0} : 4542 
+pl {04542.s2} (1)
+pl {04543.p1|04544.p0} : 4543 
+pl {04543.s2} (1)
+pl {04544.p1|04545.p0} : 4544 
+pl {04544.s2} (1)
+pl {04545.p1|04546.p0} : 4545 
+pl {04545.s2} (1)
+pl {04546.p1|04547.p0} : 4546 
+pl {04546.s2} (1)
+pl {04547.p1|04548.p0} : 4547 
+pl {04547.s2} (1)
+pl {04548.p1|04549.p0} : 4548 
+pl {04548.s2} (1)
+pl {04549.p1|04550.p0} : 4549 
+pl {04549.s2} (1)
+pl {04550.p1|04551.p0} : 4550 
+pl {04550.s2} (1)
+pl {04551.p1|04552.p0} : 4551 
+pl {04551.s2} (1)
+pl {04552.p1|04553.p0} : 4552 
+pl {04552.s2} (1)
+pl {04553.p1|04554.p0} : 4553 
+pl {04553.s2} (1)
+pl {04554.p1|04555.p0} : 4554 
+pl {04554.s2} (1)
+pl {04555.p1|04556.p0} : 4555 
+pl {04555.s2} (1)
+pl {04556.p1|04557.p0} : 4556 
+pl {04556.s2} (1)
+pl {04557.p1|04558.p0} : 4557 
+pl {04557.s2} (1)
+pl {04558.p1|04559.p0} : 4558 
+pl {04558.s2} (1)
+pl {04559.p1|04560.p0} : 4559 
+pl {04559.s2} (1)
+pl {04560.p1|04561.p0} : 4560 
+pl {04560.s2} (1)
+pl {04561.p1|04562.p0} : 4561 
+pl {04561.s2} (1)
+pl {04562.p1|04563.p0} : 4562 
+pl {04562.s2} (1)
+pl {04563.p1|04564.p0} : 4563 
+pl {04563.s2} (1)
+pl {04564.p1|04565.p0} : 4564 
+pl {04564.s2} (1)
+pl {04565.p1|04566.p0} : 4565 
+pl {04565.s2} (1)
+pl {04566.p1|04567.p0} : 4566 
+pl {04566.s2} (1)
+pl {04567.p1|04568.p0} : 4567 
+pl {04567.s2} (1)
+pl {04568.p1|04569.p0} : 4568 
+pl {04568.s2} (1)
+pl {04569.p1|04570.p0} : 4569 
+pl {04569.s2} (1)
+pl {04570.p1|04571.p0} : 4570 
+pl {04570.s2} (1)
+pl {04571.p1|04572.p0} : 4571 
+pl {04571.s2} (1)
+pl {04572.p1|04573.p0} : 4572 
+pl {04572.s2} (1)
+pl {04573.p1|04574.p0} : 4573 
+pl {04573.s2} (1)
+pl {04574.p1|04575.p0} : 4574 
+pl {04574.s2} (1)
+pl {04575.p1|04576.p0} : 4575 
+pl {04575.s2} (1)
+pl {04576.p1|04577.p0} : 4576 
+pl {04576.s2} (1)
+pl {04577.p1|04578.p0} : 4577 
+pl {04577.s2} (1)
+pl {04578.p1|04579.p0} : 4578 
+pl {04578.s2} (1)
+pl {04579.p1|04580.p0} : 4579 
+pl {04579.s2} (1)
+pl {04580.p1|04581.p0} : 4580 
+pl {04580.s2} (1)
+pl {04581.p1|04582.p0} : 4581 
+pl {04581.s2} (1)
+pl {04582.p1|04583.p0} : 4582 
+pl {04582.s2} (1)
+pl {04583.p1|04584.p0} : 4583 
+pl {04583.s2} (1)
+pl {04584.p1|04585.p0} : 4584 
+pl {04584.s2} (1)
+pl {04585.p1|04586.p0} : 4585 
+pl {04585.s2} (1)
+pl {04586.p1|04587.p0} : 4586 
+pl {04586.s2} (1)
+pl {04587.p1|04588.p0} : 4587 
+pl {04587.s2} (1)
+pl {04588.p1|04589.p0} : 4588 
+pl {04588.s2} (1)
+pl {04589.p1|04590.p0} : 4589 
+pl {04589.s2} (1)
+pl {04590.p1|04591.p0} : 4590 
+pl {04590.s2} (1)
+pl {04591.p1|04592.p0} : 4591 
+pl {04591.s2} (1)
+pl {04592.p1|04593.p0} : 4592 
+pl {04592.s2} (1)
+pl {04593.p1|04594.p0} : 4593 
+pl {04593.s2} (1)
+pl {04594.p1|04595.p0} : 4594 
+pl {04594.s2} (1)
+pl {04595.p1|04596.p0} : 4595 
+pl {04595.s2} (1)
+pl {04596.p1|04597.p0} : 4596 
+pl {04596.s2} (1)
+pl {04597.p1|04598.p0} : 4597 
+pl {04597.s2} (1)
+pl {04598.p1|04599.p0} : 4598 
+pl {04598.s2} (1)
+pl {04599.p1|04600.p0} : 4599 
+pl {04599.s2} (1)
+pl {04600.p1|04601.p0} : 4600 
+pl {04600.s2} (1)
+pl {04601.p1|04602.p0} : 4601 
+pl {04601.s2} (1)
+pl {04602.p1|04603.p0} : 4602 
+pl {04602.s2} (1)
+pl {04603.p1|04604.p0} : 4603 
+pl {04603.s2} (1)
+pl {04604.p1|04605.p0} : 4604 
+pl {04604.s2} (1)
+pl {04605.p1|04606.p0} : 4605 
+pl {04605.s2} (1)
+pl {04606.p1|04607.p0} : 4606 
+pl {04606.s2} (1)
+pl {04607.p1|04608.p0} : 4607 
+pl {04607.s2} (1)
+pl {04608.p1|04609.p0} : 4608 
+pl {04608.s2} (1)
+pl {04609.p1|04610.p0} : 4609 
+pl {04609.s2} (1)
+pl {04610.p1|04611.p0} : 4610 
+pl {04610.s2} (1)
+pl {04611.p1|04612.p0} : 4611 
+pl {04611.s2} (1)
+pl {04612.p1|04613.p0} : 4612 
+pl {04612.s2} (1)
+pl {04613.p1|04614.p0} : 4613 
+pl {04613.s2} (1)
+pl {04614.p1|04615.p0} : 4614 
+pl {04614.s2} (1)
+pl {04615.p1|04616.p0} : 4615 
+pl {04615.s2} (1)
+pl {04616.p1|04617.p0} : 4616 
+pl {04616.s2} (1)
+pl {04617.p1|04618.p0} : 4617 
+pl {04617.s2} (1)
+pl {04618.p1|04619.p0} : 4618 
+pl {04618.s2} (1)
+pl {04619.p1|04620.p0} : 4619 
+pl {04619.s2} (1)
+pl {04620.p1|04621.p0} : 4620 
+pl {04620.s2} (1)
+pl {04621.p1|04622.p0} : 4621 
+pl {04621.s2} (1)
+pl {04622.p1|04623.p0} : 4622 
+pl {04622.s2} (1)
+pl {04623.p1|04624.p0} : 4623 
+pl {04623.s2} (1)
+pl {04624.p1|04625.p0} : 4624 
+pl {04624.s2} (1)
+pl {04625.p1|04626.p0} : 4625 
+pl {04625.s2} (1)
+pl {04626.p1|04627.p0} : 4626 
+pl {04626.s2} (1)
+pl {04627.p1|04628.p0} : 4627 
+pl {04627.s2} (1)
+pl {04628.p1|04629.p0} : 4628 
+pl {04628.s2} (1)
+pl {04629.p1|04630.p0} : 4629 
+pl {04629.s2} (1)
+pl {04630.p1|04631.p0} : 4630 
+pl {04630.s2} (1)
+pl {04631.p1|04632.p0} : 4631 
+pl {04631.s2} (1)
+pl {04632.p1|04633.p0} : 4632 
+pl {04632.s2} (1)
+pl {04633.p1|04634.p0} : 4633 
+pl {04633.s2} (1)
+pl {04634.p1|04635.p0} : 4634 
+pl {04634.s2} (1)
+pl {04635.p1|04636.p0} : 4635 
+pl {04635.s2} (1)
+pl {04636.p1|04637.p0} : 4636 
+pl {04636.s2} (1)
+pl {04637.p1|04638.p0} : 4637 
+pl {04637.s2} (1)
+pl {04638.p1|04639.p0} : 4638 
+pl {04638.s2} (1)
+pl {04639.p1|04640.p0} : 4639 
+pl {04639.s2} (1)
+pl {04640.p1|04641.p0} : 4640 
+pl {04640.s2} (1)
+pl {04641.p1|04642.p0} : 4641 
+pl {04641.s2} (1)
+pl {04642.p1|04643.p0} : 4642 
+pl {04642.s2} (1)
+pl {04643.p1|04644.p0} : 4643 
+pl {04643.s2} (1)
+pl {04644.p1|04645.p0} : 4644 
+pl {04644.s2} (1)
+pl {04645.p1|04646.p0} : 4645 
+pl {04645.s2} (1)
+pl {04646.p1|04647.p0} : 4646 
+pl {04646.s2} (1)
+pl {04647.p1|04648.p0} : 4647 
+pl {04647.s2} (1)
+pl {04648.p1|04649.p0} : 4648 
+pl {04648.s2} (1)
+pl {04649.p1|04650.p0} : 4649 
+pl {04649.s2} (1)
+pl {04650.p1|04651.p0} : 4650 
+pl {04650.s2} (1)
+pl {04651.p1|04652.p0} : 4651 
+pl {04651.s2} (1)
+pl {04652.p1|04653.p0} : 4652 
+pl {04652.s2} (1)
+pl {04653.p1|04654.p0} : 4653 
+pl {04653.s2} (1)
+pl {04654.p1|04655.p0} : 4654 
+pl {04654.s2} (1)
+pl {04655.p1|04656.p0} : 4655 
+pl {04655.s2} (1)
+pl {04656.p1|04657.p0} : 4656 
+pl {04656.s2} (1)
+pl {04657.p1|04658.p0} : 4657 
+pl {04657.s2} (1)
+pl {04658.p1|04659.p0} : 4658 
+pl {04658.s2} (1)
+pl {04659.p1|04660.p0} : 4659 
+pl {04659.s2} (1)
+pl {04660.p1|04661.p0} : 4660 
+pl {04660.s2} (1)
+pl {04661.p1|04662.p0} : 4661 
+pl {04661.s2} (1)
+pl {04662.p1|04663.p0} : 4662 
+pl {04662.s2} (1)
+pl {04663.p1|04664.p0} : 4663 
+pl {04663.s2} (1)
+pl {04664.p1|04665.p0} : 4664 
+pl {04664.s2} (1)
+pl {04665.p1|04666.p0} : 4665 
+pl {04665.s2} (1)
+pl {04666.p1|04667.p0} : 4666 
+pl {04666.s2} (1)
+pl {04667.p1|04668.p0} : 4667 
+pl {04667.s2} (1)
+pl {04668.p1|04669.p0} : 4668 
+pl {04668.s2} (1)
+pl {04669.p1|04670.p0} : 4669 
+pl {04669.s2} (1)
+pl {04670.p1|04671.p0} : 4670 
+pl {04670.s2} (1)
+pl {04671.p1|04672.p0} : 4671 
+pl {04671.s2} (1)
+pl {04672.p1|04673.p0} : 4672 
+pl {04672.s2} (1)
+pl {04673.p1|04674.p0} : 4673 
+pl {04673.s2} (1)
+pl {04674.p1|04675.p0} : 4674 
+pl {04674.s2} (1)
+pl {04675.p1|04676.p0} : 4675 
+pl {04675.s2} (1)
+pl {04676.p1|04677.p0} : 4676 
+pl {04676.s2} (1)
+pl {04677.p1|04678.p0} : 4677 
+pl {04677.s2} (1)
+pl {04678.p1|04679.p0} : 4678 
+pl {04678.s2} (1)
+pl {04679.p1|04680.p0} : 4679 
+pl {04679.s2} (1)
+pl {04680.p1|04681.p0} : 4680 
+pl {04680.s2} (1)
+pl {04681.p1|04682.p0} : 4681 
+pl {04681.s2} (1)
+pl {04682.p1|04683.p0} : 4682 
+pl {04682.s2} (1)
+pl {04683.p1|04684.p0} : 4683 
+pl {04683.s2} (1)
+pl {04684.p1|04685.p0} : 4684 
+pl {04684.s2} (1)
+pl {04685.p1|04686.p0} : 4685 
+pl {04685.s2} (1)
+pl {04686.p1|04687.p0} : 4686 
+pl {04686.s2} (1)
+pl {04687.p1|04688.p0} : 4687 
+pl {04687.s2} (1)
+pl {04688.p1|04689.p0} : 4688 
+pl {04688.s2} (1)
+pl {04689.p1|04690.p0} : 4689 
+pl {04689.s2} (1)
+pl {04690.p1|04691.p0} : 4690 
+pl {04690.s2} (1)
+pl {04691.p1|04692.p0} : 4691 
+pl {04691.s2} (1)
+pl {04692.p1|04693.p0} : 4692 
+pl {04692.s2} (1)
+pl {04693.p1|04694.p0} : 4693 
+pl {04693.s2} (1)
+pl {04694.p1|04695.p0} : 4694 
+pl {04694.s2} (1)
+pl {04695.p1|04696.p0} : 4695 
+pl {04695.s2} (1)
+pl {04696.p1|04697.p0} : 4696 
+pl {04696.s2} (1)
+pl {04697.p1|04698.p0} : 4697 
+pl {04697.s2} (1)
+pl {04698.p1|04699.p0} : 4698 
+pl {04698.s2} (1)
+pl {04699.p1|04700.p0} : 4699 
+pl {04699.s2} (1)
+pl {04700.p1|04701.p0} : 4700 
+pl {04700.s2} (1)
+pl {04701.p1|04702.p0} : 4701 
+pl {04701.s2} (1)
+pl {04702.p1|04703.p0} : 4702 
+pl {04702.s2} (1)
+pl {04703.p1|04704.p0} : 4703 
+pl {04703.s2} (1)
+pl {04704.p1|04705.p0} : 4704 
+pl {04704.s2} (1)
+pl {04705.p1|04706.p0} : 4705 
+pl {04705.s2} (1)
+pl {04706.p1|04707.p0} : 4706 
+pl {04706.s2} (1)
+pl {04707.p1|04708.p0} : 4707 
+pl {04707.s2} (1)
+pl {04708.p1|04709.p0} : 4708 
+pl {04708.s2} (1)
+pl {04709.p1|04710.p0} : 4709 
+pl {04709.s2} (1)
+pl {04710.p1|04711.p0} : 4710 
+pl {04710.s2} (1)
+pl {04711.p1|04712.p0} : 4711 
+pl {04711.s2} (1)
+pl {04712.p1|04713.p0} : 4712 
+pl {04712.s2} (1)
+pl {04713.p1|04714.p0} : 4713 
+pl {04713.s2} (1)
+pl {04714.p1|04715.p0} : 4714 
+pl {04714.s2} (1)
+pl {04715.p1|04716.p0} : 4715 
+pl {04715.s2} (1)
+pl {04716.p1|04717.p0} : 4716 
+pl {04716.s2} (1)
+pl {04717.p1|04718.p0} : 4717 
+pl {04717.s2} (1)
+pl {04718.p1|04719.p0} : 4718 
+pl {04718.s2} (1)
+pl {04719.p1|04720.p0} : 4719 
+pl {04719.s2} (1)
+pl {04720.p1|04721.p0} : 4720 
+pl {04720.s2} (1)
+pl {04721.p1|04722.p0} : 4721 
+pl {04721.s2} (1)
+pl {04722.p1|04723.p0} : 4722 
+pl {04722.s2} (1)
+pl {04723.p1|04724.p0} : 4723 
+pl {04723.s2} (1)
+pl {04724.p1|04725.p0} : 4724 
+pl {04724.s2} (1)
+pl {04725.p1|04726.p0} : 4725 
+pl {04725.s2} (1)
+pl {04726.p1|04727.p0} : 4726 
+pl {04726.s2} (1)
+pl {04727.p1|04728.p0} : 4727 
+pl {04727.s2} (1)
+pl {04728.p1|04729.p0} : 4728 
+pl {04728.s2} (1)
+pl {04729.p1|04730.p0} : 4729 
+pl {04729.s2} (1)
+pl {04730.p1|04731.p0} : 4730 
+pl {04730.s2} (1)
+pl {04731.p1|04732.p0} : 4731 
+pl {04731.s2} (1)
+pl {04732.p1|04733.p0} : 4732 
+pl {04732.s2} (1)
+pl {04733.p1|04734.p0} : 4733 
+pl {04733.s2} (1)
+pl {04734.p1|04735.p0} : 4734 
+pl {04734.s2} (1)
+pl {04735.p1|04736.p0} : 4735 
+pl {04735.s2} (1)
+pl {04736.p1|04737.p0} : 4736 
+pl {04736.s2} (1)
+pl {04737.p1|04738.p0} : 4737 
+pl {04737.s2} (1)
+pl {04738.p1|04739.p0} : 4738 
+pl {04738.s2} (1)
+pl {04739.p1|04740.p0} : 4739 
+pl {04739.s2} (1)
+pl {04740.p1|04741.p0} : 4740 
+pl {04740.s2} (1)
+pl {04741.p1|04742.p0} : 4741 
+pl {04741.s2} (1)
+pl {04742.p1|04743.p0} : 4742 
+pl {04742.s2} (1)
+pl {04743.p1|04744.p0} : 4743 
+pl {04743.s2} (1)
+pl {04744.p1|04745.p0} : 4744 
+pl {04744.s2} (1)
+pl {04745.p1|04746.p0} : 4745 
+pl {04745.s2} (1)
+pl {04746.p1|04747.p0} : 4746 
+pl {04746.s2} (1)
+pl {04747.p1|04748.p0} : 4747 
+pl {04747.s2} (1)
+pl {04748.p1|04749.p0} : 4748 
+pl {04748.s2} (1)
+pl {04749.p1|04750.p0} : 4749 
+pl {04749.s2} (1)
+pl {04750.p1|04751.p0} : 4750 
+pl {04750.s2} (1)
+pl {04751.p1|04752.p0} : 4751 
+pl {04751.s2} (1)
+pl {04752.p1|04753.p0} : 4752 
+pl {04752.s2} (1)
+pl {04753.p1|04754.p0} : 4753 
+pl {04753.s2} (1)
+pl {04754.p1|04755.p0} : 4754 
+pl {04754.s2} (1)
+pl {04755.p1|04756.p0} : 4755 
+pl {04755.s2} (1)
+pl {04756.p1|04757.p0} : 4756 
+pl {04756.s2} (1)
+pl {04757.p1|04758.p0} : 4757 
+pl {04757.s2} (1)
+pl {04758.p1|04759.p0} : 4758 
+pl {04758.s2} (1)
+pl {04759.p1|04760.p0} : 4759 
+pl {04759.s2} (1)
+pl {04760.p1|04761.p0} : 4760 
+pl {04760.s2} (1)
+pl {04761.p1|04762.p0} : 4761 
+pl {04761.s2} (1)
+pl {04762.p1|04763.p0} : 4762 
+pl {04762.s2} (1)
+pl {04763.p1|04764.p0} : 4763 
+pl {04763.s2} (1)
+pl {04764.p1|04765.p0} : 4764 
+pl {04764.s2} (1)
+pl {04765.p1|04766.p0} : 4765 
+pl {04765.s2} (1)
+pl {04766.p1|04767.p0} : 4766 
+pl {04766.s2} (1)
+pl {04767.p1|04768.p0} : 4767 
+pl {04767.s2} (1)
+pl {04768.p1|04769.p0} : 4768 
+pl {04768.s2} (1)
+pl {04769.p1|04770.p0} : 4769 
+pl {04769.s2} (1)
+pl {04770.p1|04771.p0} : 4770 
+pl {04770.s2} (1)
+pl {04771.p1|04772.p0} : 4771 
+pl {04771.s2} (1)
+pl {04772.p1|04773.p0} : 4772 
+pl {04772.s2} (1)
+pl {04773.p1|04774.p0} : 4773 
+pl {04773.s2} (1)
+pl {04774.p1|04775.p0} : 4774 
+pl {04774.s2} (1)
+pl {04775.p1|04776.p0} : 4775 
+pl {04775.s2} (1)
+pl {04776.p1|04777.p0} : 4776 
+pl {04776.s2} (1)
+pl {04777.p1|04778.p0} : 4777 
+pl {04777.s2} (1)
+pl {04778.p1|04779.p0} : 4778 
+pl {04778.s2} (1)
+pl {04779.p1|04780.p0} : 4779 
+pl {04779.s2} (1)
+pl {04780.p1|04781.p0} : 4780 
+pl {04780.s2} (1)
+pl {04781.p1|04782.p0} : 4781 
+pl {04781.s2} (1)
+pl {04782.p1|04783.p0} : 4782 
+pl {04782.s2} (1)
+pl {04783.p1|04784.p0} : 4783 
+pl {04783.s2} (1)
+pl {04784.p1|04785.p0} : 4784 
+pl {04784.s2} (1)
+pl {04785.p1|04786.p0} : 4785 
+pl {04785.s2} (1)
+pl {04786.p1|04787.p0} : 4786 
+pl {04786.s2} (1)
+pl {04787.p1|04788.p0} : 4787 
+pl {04787.s2} (1)
+pl {04788.p1|04789.p0} : 4788 
+pl {04788.s2} (1)
+pl {04789.p1|04790.p0} : 4789 
+pl {04789.s2} (1)
+pl {04790.p1|04791.p0} : 4790 
+pl {04790.s2} (1)
+pl {04791.p1|04792.p0} : 4791 
+pl {04791.s2} (1)
+pl {04792.p1|04793.p0} : 4792 
+pl {04792.s2} (1)
+pl {04793.p1|04794.p0} : 4793 
+pl {04793.s2} (1)
+pl {04794.p1|04795.p0} : 4794 
+pl {04794.s2} (1)
+pl {04795.p1|04796.p0} : 4795 
+pl {04795.s2} (1)
+pl {04796.p1|04797.p0} : 4796 
+pl {04796.s2} (1)
+pl {04797.p1|04798.p0} : 4797 
+pl {04797.s2} (1)
+pl {04798.p1|04799.p0} : 4798 
+pl {04798.s2} (1)
+pl {04799.p1|04800.p0} : 4799 
+pl {04799.s2} (1)
+pl {04800.p1|04801.p0} : 4800 
+pl {04800.s2} (1)
+pl {04801.p1|04802.p0} : 4801 
+pl {04801.s2} (1)
+pl {04802.p1|04803.p0} : 4802 
+pl {04802.s2} (1)
+pl {04803.p1|04804.p0} : 4803 
+pl {04803.s2} (1)
+pl {04804.p1|04805.p0} : 4804 
+pl {04804.s2} (1)
+pl {04805.p1|04806.p0} : 4805 
+pl {04805.s2} (1)
+pl {04806.p1|04807.p0} : 4806 
+pl {04806.s2} (1)
+pl {04807.p1|04808.p0} : 4807 
+pl {04807.s2} (1)
+pl {04808.p1|04809.p0} : 4808 
+pl {04808.s2} (1)
+pl {04809.p1|04810.p0} : 4809 
+pl {04809.s2} (1)
+pl {04810.p1|04811.p0} : 4810 
+pl {04810.s2} (1)
+pl {04811.p1|04812.p0} : 4811 
+pl {04811.s2} (1)
+pl {04812.p1|04813.p0} : 4812 
+pl {04812.s2} (1)
+pl {04813.p1|04814.p0} : 4813 
+pl {04813.s2} (1)
+pl {04814.p1|04815.p0} : 4814 
+pl {04814.s2} (1)
+pl {04815.p1|04816.p0} : 4815 
+pl {04815.s2} (1)
+pl {04816.p1|04817.p0} : 4816 
+pl {04816.s2} (1)
+pl {04817.p1|04818.p0} : 4817 
+pl {04817.s2} (1)
+pl {04818.p1|04819.p0} : 4818 
+pl {04818.s2} (1)
+pl {04819.p1|04820.p0} : 4819 
+pl {04819.s2} (1)
+pl {04820.p1|04821.p0} : 4820 
+pl {04820.s2} (1)
+pl {04821.p1|04822.p0} : 4821 
+pl {04821.s2} (1)
+pl {04822.p1|04823.p0} : 4822 
+pl {04822.s2} (1)
+pl {04823.p1|04824.p0} : 4823 
+pl {04823.s2} (1)
+pl {04824.p1|04825.p0} : 4824 
+pl {04824.s2} (1)
+pl {04825.p1|04826.p0} : 4825 
+pl {04825.s2} (1)
+pl {04826.p1|04827.p0} : 4826 
+pl {04826.s2} (1)
+pl {04827.p1|04828.p0} : 4827 
+pl {04827.s2} (1)
+pl {04828.p1|04829.p0} : 4828 
+pl {04828.s2} (1)
+pl {04829.p1|04830.p0} : 4829 
+pl {04829.s2} (1)
+pl {04830.p1|04831.p0} : 4830 
+pl {04830.s2} (1)
+pl {04831.p1|04832.p0} : 4831 
+pl {04831.s2} (1)
+pl {04832.p1|04833.p0} : 4832 
+pl {04832.s2} (1)
+pl {04833.p1|04834.p0} : 4833 
+pl {04833.s2} (1)
+pl {04834.p1|04835.p0} : 4834 
+pl {04834.s2} (1)
+pl {04835.p1|04836.p0} : 4835 
+pl {04835.s2} (1)
+pl {04836.p1|04837.p0} : 4836 
+pl {04836.s2} (1)
+pl {04837.p1|04838.p0} : 4837 
+pl {04837.s2} (1)
+pl {04838.p1|04839.p0} : 4838 
+pl {04838.s2} (1)
+pl {04839.p1|04840.p0} : 4839 
+pl {04839.s2} (1)
+pl {04840.p1|04841.p0} : 4840 
+pl {04840.s2} (1)
+pl {04841.p1|04842.p0} : 4841 
+pl {04841.s2} (1)
+pl {04842.p1|04843.p0} : 4842 
+pl {04842.s2} (1)
+pl {04843.p1|04844.p0} : 4843 
+pl {04843.s2} (1)
+pl {04844.p1|04845.p0} : 4844 
+pl {04844.s2} (1)
+pl {04845.p1|04846.p0} : 4845 
+pl {04845.s2} (1)
+pl {04846.p1|04847.p0} : 4846 
+pl {04846.s2} (1)
+pl {04847.p1|04848.p0} : 4847 
+pl {04847.s2} (1)
+pl {04848.p1|04849.p0} : 4848 
+pl {04848.s2} (1)
+pl {04849.p1|04850.p0} : 4849 
+pl {04849.s2} (1)
+pl {04850.p1|04851.p0} : 4850 
+pl {04850.s2} (1)
+pl {04851.p1|04852.p0} : 4851 
+pl {04851.s2} (1)
+pl {04852.p1|04853.p0} : 4852 
+pl {04852.s2} (1)
+pl {04853.p1|04854.p0} : 4853 
+pl {04853.s2} (1)
+pl {04854.p1|04855.p0} : 4854 
+pl {04854.s2} (1)
+pl {04855.p1|04856.p0} : 4855 
+pl {04855.s2} (1)
+pl {04856.p1|04857.p0} : 4856 
+pl {04856.s2} (1)
+pl {04857.p1|04858.p0} : 4857 
+pl {04857.s2} (1)
+pl {04858.p1|04859.p0} : 4858 
+pl {04858.s2} (1)
+pl {04859.p1|04860.p0} : 4859 
+pl {04859.s2} (1)
+pl {04860.p1|04861.p0} : 4860 
+pl {04860.s2} (1)
+pl {04861.p1|04862.p0} : 4861 
+pl {04861.s2} (1)
+pl {04862.p1|04863.p0} : 4862 
+pl {04862.s2} (1)
+pl {04863.p1|04864.p0} : 4863 
+pl {04863.s2} (1)
+pl {04864.p1|04865.p0} : 4864 
+pl {04864.s2} (1)
+pl {04865.p1|04866.p0} : 4865 
+pl {04865.s2} (1)
+pl {04866.p1|04867.p0} : 4866 
+pl {04866.s2} (1)
+pl {04867.p1|04868.p0} : 4867 
+pl {04867.s2} (1)
+pl {04868.p1|04869.p0} : 4868 
+pl {04868.s2} (1)
+pl {04869.p1|04870.p0} : 4869 
+pl {04869.s2} (1)
+pl {04870.p1|04871.p0} : 4870 
+pl {04870.s2} (1)
+pl {04871.p1|04872.p0} : 4871 
+pl {04871.s2} (1)
+pl {04872.p1|04873.p0} : 4872 
+pl {04872.s2} (1)
+pl {04873.p1|04874.p0} : 4873 
+pl {04873.s2} (1)
+pl {04874.p1|04875.p0} : 4874 
+pl {04874.s2} (1)
+pl {04875.p1|04876.p0} : 4875 
+pl {04875.s2} (1)
+pl {04876.p1|04877.p0} : 4876 
+pl {04876.s2} (1)
+pl {04877.p1|04878.p0} : 4877 
+pl {04877.s2} (1)
+pl {04878.p1|04879.p0} : 4878 
+pl {04878.s2} (1)
+pl {04879.p1|04880.p0} : 4879 
+pl {04879.s2} (1)
+pl {04880.p1|04881.p0} : 4880 
+pl {04880.s2} (1)
+pl {04881.p1|04882.p0} : 4881 
+pl {04881.s2} (1)
+pl {04882.p1|04883.p0} : 4882 
+pl {04882.s2} (1)
+pl {04883.p1|04884.p0} : 4883 
+pl {04883.s2} (1)
+pl {04884.p1|04885.p0} : 4884 
+pl {04884.s2} (1)
+pl {04885.p1|04886.p0} : 4885 
+pl {04885.s2} (1)
+pl {04886.p1|04887.p0} : 4886 
+pl {04886.s2} (1)
+pl {04887.p1|04888.p0} : 4887 
+pl {04887.s2} (1)
+pl {04888.p1|04889.p0} : 4888 
+pl {04888.s2} (1)
+pl {04889.p1|04890.p0} : 4889 
+pl {04889.s2} (1)
+pl {04890.p1|04891.p0} : 4890 
+pl {04890.s2} (1)
+pl {04891.p1|04892.p0} : 4891 
+pl {04891.s2} (1)
+pl {04892.p1|04893.p0} : 4892 
+pl {04892.s2} (1)
+pl {04893.p1|04894.p0} : 4893 
+pl {04893.s2} (1)
+pl {04894.p1|04895.p0} : 4894 
+pl {04894.s2} (1)
+pl {04895.p1|04896.p0} : 4895 
+pl {04895.s2} (1)
+pl {04896.p1|04897.p0} : 4896 
+pl {04896.s2} (1)
+pl {04897.p1|04898.p0} : 4897 
+pl {04897.s2} (1)
+pl {04898.p1|04899.p0} : 4898 
+pl {04898.s2} (1)
+pl {04899.p1|04900.p0} : 4899 
+pl {04899.s2} (1)
+pl {04900.p1|04901.p0} : 4900 
+pl {04900.s2} (1)
+pl {04901.p1|04902.p0} : 4901 
+pl {04901.s2} (1)
+pl {04902.p1|04903.p0} : 4902 
+pl {04902.s2} (1)
+pl {04903.p1|04904.p0} : 4903 
+pl {04903.s2} (1)
+pl {04904.p1|04905.p0} : 4904 
+pl {04904.s2} (1)
+pl {04905.p1|04906.p0} : 4905 
+pl {04905.s2} (1)
+pl {04906.p1|04907.p0} : 4906 
+pl {04906.s2} (1)
+pl {04907.p1|04908.p0} : 4907 
+pl {04907.s2} (1)
+pl {04908.p1|04909.p0} : 4908 
+pl {04908.s2} (1)
+pl {04909.p1|04910.p0} : 4909 
+pl {04909.s2} (1)
+pl {04910.p1|04911.p0} : 4910 
+pl {04910.s2} (1)
+pl {04911.p1|04912.p0} : 4911 
+pl {04911.s2} (1)
+pl {04912.p1|04913.p0} : 4912 
+pl {04912.s2} (1)
+pl {04913.p1|04914.p0} : 4913 
+pl {04913.s2} (1)
+pl {04914.p1|04915.p0} : 4914 
+pl {04914.s2} (1)
+pl {04915.p1|04916.p0} : 4915 
+pl {04915.s2} (1)
+pl {04916.p1|04917.p0} : 4916 
+pl {04916.s2} (1)
+pl {04917.p1|04918.p0} : 4917 
+pl {04917.s2} (1)
+pl {04918.p1|04919.p0} : 4918 
+pl {04918.s2} (1)
+pl {04919.p1|04920.p0} : 4919 
+pl {04919.s2} (1)
+pl {04920.p1|04921.p0} : 4920 
+pl {04920.s2} (1)
+pl {04921.p1|04922.p0} : 4921 
+pl {04921.s2} (1)
+pl {04922.p1|04923.p0} : 4922 
+pl {04922.s2} (1)
+pl {04923.p1|04924.p0} : 4923 
+pl {04923.s2} (1)
+pl {04924.p1|04925.p0} : 4924 
+pl {04924.s2} (1)
+pl {04925.p1|04926.p0} : 4925 
+pl {04925.s2} (1)
+pl {04926.p1|04927.p0} : 4926 
+pl {04926.s2} (1)
+pl {04927.p1|04928.p0} : 4927 
+pl {04927.s2} (1)
+pl {04928.p1|04929.p0} : 4928 
+pl {04928.s2} (1)
+pl {04929.p1|04930.p0} : 4929 
+pl {04929.s2} (1)
+pl {04930.p1|04931.p0} : 4930 
+pl {04930.s2} (1)
+pl {04931.p1|04932.p0} : 4931 
+pl {04931.s2} (1)
+pl {04932.p1|04933.p0} : 4932 
+pl {04932.s2} (1)
+pl {04933.p1|04934.p0} : 4933 
+pl {04933.s2} (1)
+pl {04934.p1|04935.p0} : 4934 
+pl {04934.s2} (1)
+pl {04935.p1|04936.p0} : 4935 
+pl {04935.s2} (1)
+pl {04936.p1|04937.p0} : 4936 
+pl {04936.s2} (1)
+pl {04937.p1|04938.p0} : 4937 
+pl {04937.s2} (1)
+pl {04938.p1|04939.p0} : 4938 
+pl {04938.s2} (1)
+pl {04939.p1|04940.p0} : 4939 
+pl {04939.s2} (1)
+pl {04940.p1|04941.p0} : 4940 
+pl {04940.s2} (1)
+pl {04941.p1|04942.p0} : 4941 
+pl {04941.s2} (1)
+pl {04942.p1|04943.p0} : 4942 
+pl {04942.s2} (1)
+pl {04943.p1|04944.p0} : 4943 
+pl {04943.s2} (1)
+pl {04944.p1|04945.p0} : 4944 
+pl {04944.s2} (1)
+pl {04945.p1|04946.p0} : 4945 
+pl {04945.s2} (1)
+pl {04946.p1|04947.p0} : 4946 
+pl {04946.s2} (1)
+pl {04947.p1|04948.p0} : 4947 
+pl {04947.s2} (1)
+pl {04948.p1|04949.p0} : 4948 
+pl {04948.s2} (1)
+pl {04949.p1|04950.p0} : 4949 
+pl {04949.s2} (1)
+pl {04950.p1|04951.p0} : 4950 
+pl {04950.s2} (1)
+pl {04951.p1|04952.p0} : 4951 
+pl {04951.s2} (1)
+pl {04952.p1|04953.p0} : 4952 
+pl {04952.s2} (1)
+pl {04953.p1|04954.p0} : 4953 
+pl {04953.s2} (1)
+pl {04954.p1|04955.p0} : 4954 
+pl {04954.s2} (1)
+pl {04955.p1|04956.p0} : 4955 
+pl {04955.s2} (1)
+pl {04956.p1|04957.p0} : 4956 
+pl {04956.s2} (1)
+pl {04957.p1|04958.p0} : 4957 
+pl {04957.s2} (1)
+pl {04958.p1|04959.p0} : 4958 
+pl {04958.s2} (1)
+pl {04959.p1|04960.p0} : 4959 
+pl {04959.s2} (1)
+pl {04960.p1|04961.p0} : 4960 
+pl {04960.s2} (1)
+pl {04961.p1|04962.p0} : 4961 
+pl {04961.s2} (1)
+pl {04962.p1|04963.p0} : 4962 
+pl {04962.s2} (1)
+pl {04963.p1|04964.p0} : 4963 
+pl {04963.s2} (1)
+pl {04964.p1|04965.p0} : 4964 
+pl {04964.s2} (1)
+pl {04965.p1|04966.p0} : 4965 
+pl {04965.s2} (1)
+pl {04966.p1|04967.p0} : 4966 
+pl {04966.s2} (1)
+pl {04967.p1|04968.p0} : 4967 
+pl {04967.s2} (1)
+pl {04968.p1|04969.p0} : 4968 
+pl {04968.s2} (1)
+pl {04969.p1|04970.p0} : 4969 
+pl {04969.s2} (1)
+pl {04970.p1|04971.p0} : 4970 
+pl {04970.s2} (1)
+pl {04971.p1|04972.p0} : 4971 
+pl {04971.s2} (1)
+pl {04972.p1|04973.p0} : 4972 
+pl {04972.s2} (1)
+pl {04973.p1|04974.p0} : 4973 
+pl {04973.s2} (1)
+pl {04974.p1|04975.p0} : 4974 
+pl {04974.s2} (1)
+pl {04975.p1|04976.p0} : 4975 
+pl {04975.s2} (1)
+pl {04976.p1|04977.p0} : 4976 
+pl {04976.s2} (1)
+pl {04977.p1|04978.p0} : 4977 
+pl {04977.s2} (1)
+pl {04978.p1|04979.p0} : 4978 
+pl {04978.s2} (1)
+pl {04979.p1|04980.p0} : 4979 
+pl {04979.s2} (1)
+pl {04980.p1|04981.p0} : 4980 
+pl {04980.s2} (1)
+pl {04981.p1|04982.p0} : 4981 
+pl {04981.s2} (1)
+pl {04982.p1|04983.p0} : 4982 
+pl {04982.s2} (1)
+pl {04983.p1|04984.p0} : 4983 
+pl {04983.s2} (1)
+pl {04984.p1|04985.p0} : 4984 
+pl {04984.s2} (1)
+pl {04985.p1|04986.p0} : 4985 
+pl {04985.s2} (1)
+pl {04986.p1|04987.p0} : 4986 
+pl {04986.s2} (1)
+pl {04987.p1|04988.p0} : 4987 
+pl {04987.s2} (1)
+pl {04988.p1|04989.p0} : 4988 
+pl {04988.s2} (1)
+pl {04989.p1|04990.p0} : 4989 
+pl {04989.s2} (1)
+pl {04990.p1|04991.p0} : 4990 
+pl {04990.s2} (1)
+pl {04991.p1|04992.p0} : 4991 
+pl {04991.s2} (1)
+pl {04992.p1|04993.p0} : 4992 
+pl {04992.s2} (1)
+pl {04993.p1|04994.p0} : 4993 
+pl {04993.s2} (1)
+pl {04994.p1|04995.p0} : 4994 
+pl {04994.s2} (1)
+pl {04995.p1|04996.p0} : 4995 
+pl {04995.s2} (1)
+pl {04996.p1|04997.p0} : 4996 
+pl {04996.s2} (1)
+pl {04997.p1|04998.p0} : 4997 
+pl {04997.s2} (1)
+pl {04998.p1|04999.p0} : 4998 
+pl {04998.s2} (1)
+pl {04999.p1|05000.p0} : 4999 
+pl {04999.s2} (1)
+pl {05000.p1|05001.p0} : 5000 
+pl {05000.s2} (1)
+pl {05001.p1|05002.p0} : 5001 
+pl {05001.s2} (1)
+pl {05002.p1|05003.p0} : 5002 
+pl {05002.s2} (1)
+pl {05003.p1|05004.p0} : 5003 
+pl {05003.s2} (1)
+pl {05004.p1|05005.p0} : 5004 
+pl {05004.s2} (1)
+pl {05005.p1|05006.p0} : 5005 
+pl {05005.s2} (1)
+pl {05006.p1|05007.p0} : 5006 
+pl {05006.s2} (1)
+pl {05007.p1|05008.p0} : 5007 
+pl {05007.s2} (1)
+pl {05008.p1|05009.p0} : 5008 
+pl {05008.s2} (1)
+pl {05009.p1|05010.p0} : 5009 
+pl {05009.s2} (1)
+pl {05010.p1|05011.p0} : 5010 
+pl {05010.s2} (1)
+pl {05011.p1|05012.p0} : 5011 
+pl {05011.s2} (1)
+pl {05012.p1|05013.p0} : 5012 
+pl {05012.s2} (1)
+pl {05013.p1|05014.p0} : 5013 
+pl {05013.s2} (1)
+pl {05014.p1|05015.p0} : 5014 
+pl {05014.s2} (1)
+pl {05015.p1|05016.p0} : 5015 
+pl {05015.s2} (1)
+pl {05016.p1|05017.p0} : 5016 
+pl {05016.s2} (1)
+pl {05017.p1|05018.p0} : 5017 
+pl {05017.s2} (1)
+pl {05018.p1|05019.p0} : 5018 
+pl {05018.s2} (1)
+pl {05019.p1|05020.p0} : 5019 
+pl {05019.s2} (1)
+pl {05020.p1|05021.p0} : 5020 
+pl {05020.s2} (1)
+pl {05021.p1|05022.p0} : 5021 
+pl {05021.s2} (1)
+pl {05022.p1|05023.p0} : 5022 
+pl {05022.s2} (1)
+pl {05023.p1|05024.p0} : 5023 
+pl {05023.s2} (1)
+pl {05024.p1|05025.p0} : 5024 
+pl {05024.s2} (1)
+pl {05025.p1|05026.p0} : 5025 
+pl {05025.s2} (1)
+pl {05026.p1|05027.p0} : 5026 
+pl {05026.s2} (1)
+pl {05027.p1|05028.p0} : 5027 
+pl {05027.s2} (1)
+pl {05028.p1|05029.p0} : 5028 
+pl {05028.s2} (1)
+pl {05029.p1|05030.p0} : 5029 
+pl {05029.s2} (1)
+pl {05030.p1|05031.p0} : 5030 
+pl {05030.s2} (1)
+pl {05031.p1|05032.p0} : 5031 
+pl {05031.s2} (1)
+pl {05032.p1|05033.p0} : 5032 
+pl {05032.s2} (1)
+pl {05033.p1|05034.p0} : 5033 
+pl {05033.s2} (1)
+pl {05034.p1|05035.p0} : 5034 
+pl {05034.s2} (1)
+pl {05035.p1|05036.p0} : 5035 
+pl {05035.s2} (1)
+pl {05036.p1|05037.p0} : 5036 
+pl {05036.s2} (1)
+pl {05037.p1|05038.p0} : 5037 
+pl {05037.s2} (1)
+pl {05038.p1|05039.p0} : 5038 
+pl {05038.s2} (1)
+pl {05039.p1|05040.p0} : 5039 
+pl {05039.s2} (1)
+pl {05040.p1|05041.p0} : 5040 
+pl {05040.s2} (1)
+pl {05041.p1|05042.p0} : 5041 
+pl {05041.s2} (1)
+pl {05042.p1|05043.p0} : 5042 
+pl {05042.s2} (1)
+pl {05043.p1|05044.p0} : 5043 
+pl {05043.s2} (1)
+pl {05044.p1|05045.p0} : 5044 
+pl {05044.s2} (1)
+pl {05045.p1|05046.p0} : 5045 
+pl {05045.s2} (1)
+pl {05046.p1|05047.p0} : 5046 
+pl {05046.s2} (1)
+pl {05047.p1|05048.p0} : 5047 
+pl {05047.s2} (1)
+pl {05048.p1|05049.p0} : 5048 
+pl {05048.s2} (1)
+pl {05049.p1|05050.p0} : 5049 
+pl {05049.s2} (1)
+pl {05050.p1|05051.p0} : 5050 
+pl {05050.s2} (1)
+pl {05051.p1|05052.p0} : 5051 
+pl {05051.s2} (1)
+pl {05052.p1|05053.p0} : 5052 
+pl {05052.s2} (1)
+pl {05053.p1|05054.p0} : 5053 
+pl {05053.s2} (1)
+pl {05054.p1|05055.p0} : 5054 
+pl {05054.s2} (1)
+pl {05055.p1|05056.p0} : 5055 
+pl {05055.s2} (1)
+pl {05056.p1|05057.p0} : 5056 
+pl {05056.s2} (1)
+pl {05057.p1|05058.p0} : 5057 
+pl {05057.s2} (1)
+pl {05058.p1|05059.p0} : 5058 
+pl {05058.s2} (1)
+pl {05059.p1|05060.p0} : 5059 
+pl {05059.s2} (1)
+pl {05060.p1|05061.p0} : 5060 
+pl {05060.s2} (1)
+pl {05061.p1|05062.p0} : 5061 
+pl {05061.s2} (1)
+pl {05062.p1|05063.p0} : 5062 
+pl {05062.s2} (1)
+pl {05063.p1|05064.p0} : 5063 
+pl {05063.s2} (1)
+pl {05064.p1|05065.p0} : 5064 
+pl {05064.s2} (1)
+pl {05065.p1|05066.p0} : 5065 
+pl {05065.s2} (1)
+pl {05066.p1|05067.p0} : 5066 
+pl {05066.s2} (1)
+pl {05067.p1|05068.p0} : 5067 
+pl {05067.s2} (1)
+pl {05068.p1|05069.p0} : 5068 
+pl {05068.s2} (1)
+pl {05069.p1|05070.p0} : 5069 
+pl {05069.s2} (1)
+pl {05070.p1|05071.p0} : 5070 
+pl {05070.s2} (1)
+pl {05071.p1|05072.p0} : 5071 
+pl {05071.s2} (1)
+pl {05072.p1|05073.p0} : 5072 
+pl {05072.s2} (1)
+pl {05073.p1|05074.p0} : 5073 
+pl {05073.s2} (1)
+pl {05074.p1|05075.p0} : 5074 
+pl {05074.s2} (1)
+pl {05075.p1|05076.p0} : 5075 
+pl {05075.s2} (1)
+pl {05076.p1|05077.p0} : 5076 
+pl {05076.s2} (1)
+pl {05077.p1|05078.p0} : 5077 
+pl {05077.s2} (1)
+pl {05078.p1|05079.p0} : 5078 
+pl {05078.s2} (1)
+pl {05079.p1|05080.p0} : 5079 
+pl {05079.s2} (1)
+pl {05080.p1|05081.p0} : 5080 
+pl {05080.s2} (1)
+pl {05081.p1|05082.p0} : 5081 
+pl {05081.s2} (1)
+pl {05082.p1|05083.p0} : 5082 
+pl {05082.s2} (1)
+pl {05083.p1|05084.p0} : 5083 
+pl {05083.s2} (1)
+pl {05084.p1|05085.p0} : 5084 
+pl {05084.s2} (1)
+pl {05085.p1|05086.p0} : 5085 
+pl {05085.s2} (1)
+pl {05086.p1|05087.p0} : 5086 
+pl {05086.s2} (1)
+pl {05087.p1|05088.p0} : 5087 
+pl {05087.s2} (1)
+pl {05088.p1|05089.p0} : 5088 
+pl {05088.s2} (1)
+pl {05089.p1|05090.p0} : 5089 
+pl {05089.s2} (1)
+pl {05090.p1|05091.p0} : 5090 
+pl {05090.s2} (1)
+pl {05091.p1|05092.p0} : 5091 
+pl {05091.s2} (1)
+pl {05092.p1|05093.p0} : 5092 
+pl {05092.s2} (1)
+pl {05093.p1|05094.p0} : 5093 
+pl {05093.s2} (1)
+pl {05094.p1|05095.p0} : 5094 
+pl {05094.s2} (1)
+pl {05095.p1|05096.p0} : 5095 
+pl {05095.s2} (1)
+pl {05096.p1|05097.p0} : 5096 
+pl {05096.s2} (1)
+pl {05097.p1|05098.p0} : 5097 
+pl {05097.s2} (1)
+pl {05098.p1|05099.p0} : 5098 
+pl {05098.s2} (1)
+pl {05099.p1|05100.p0} : 5099 
+pl {05099.s2} (1)
+pl {05100.p1|05101.p0} : 5100 
+pl {05100.s2} (1)
+pl {05101.p1|05102.p0} : 5101 
+pl {05101.s2} (1)
+pl {05102.p1|05103.p0} : 5102 
+pl {05102.s2} (1)
+pl {05103.p1|05104.p0} : 5103 
+pl {05103.s2} (1)
+pl {05104.p1|05105.p0} : 5104 
+pl {05104.s2} (1)
+pl {05105.p1|05106.p0} : 5105 
+pl {05105.s2} (1)
+pl {05106.p1|05107.p0} : 5106 
+pl {05106.s2} (1)
+pl {05107.p1|05108.p0} : 5107 
+pl {05107.s2} (1)
+pl {05108.p1|05109.p0} : 5108 
+pl {05108.s2} (1)
+pl {05109.p1|05110.p0} : 5109 
+pl {05109.s2} (1)
+pl {05110.p1|05111.p0} : 5110 
+pl {05110.s2} (1)
+pl {05111.p1|05112.p0} : 5111 
+pl {05111.s2} (1)
+pl {05112.p1|05113.p0} : 5112 
+pl {05112.s2} (1)
+pl {05113.p1|05114.p0} : 5113 
+pl {05113.s2} (1)
+pl {05114.p1|05115.p0} : 5114 
+pl {05114.s2} (1)
+pl {05115.p1|05116.p0} : 5115 
+pl {05115.s2} (1)
+pl {05116.p1|05117.p0} : 5116 
+pl {05116.s2} (1)
+pl {05117.p1|05118.p0} : 5117 
+pl {05117.s2} (1)
+pl {05118.p1|05119.p0} : 5118 
+pl {05118.s2} (1)
+pl {05119.p1|05120.p0} : 5119 
+pl {05119.s2} (1)
+pl {05120.p1|05121.p0} : 5120 
+pl {05120.s2} (1)
+pl {05121.p1|05122.p0} : 5121 
+pl {05121.s2} (1)
+pl {05122.p1|05123.p0} : 5122 
+pl {05122.s2} (1)
+pl {05123.p1|05124.p0} : 5123 
+pl {05123.s2} (1)
+pl {05124.p1|05125.p0} : 5124 
+pl {05124.s2} (1)
+pl {05125.p1|05126.p0} : 5125 
+pl {05125.s2} (1)
+pl {05126.p1|05127.p0} : 5126 
+pl {05126.s2} (1)
+pl {05127.p1|05128.p0} : 5127 
+pl {05127.s2} (1)
+pl {05128.p1|05129.p0} : 5128 
+pl {05128.s2} (1)
+pl {05129.p1|05130.p0} : 5129 
+pl {05129.s2} (1)
+pl {05130.p1|05131.p0} : 5130 
+pl {05130.s2} (1)
+pl {05131.p1|05132.p0} : 5131 
+pl {05131.s2} (1)
+pl {05132.p1|05133.p0} : 5132 
+pl {05132.s2} (1)
+pl {05133.p1|05134.p0} : 5133 
+pl {05133.s2} (1)
+pl {05134.p1|05135.p0} : 5134 
+pl {05134.s2} (1)
+pl {05135.p1|05136.p0} : 5135 
+pl {05135.s2} (1)
+pl {05136.p1|05137.p0} : 5136 
+pl {05136.s2} (1)
+pl {05137.p1|05138.p0} : 5137 
+pl {05137.s2} (1)
+pl {05138.p1|05139.p0} : 5138 
+pl {05138.s2} (1)
+pl {05139.p1|05140.p0} : 5139 
+pl {05139.s2} (1)
+pl {05140.p1|05141.p0} : 5140 
+pl {05140.s2} (1)
+pl {05141.p1|05142.p0} : 5141 
+pl {05141.s2} (1)
+pl {05142.p1|05143.p0} : 5142 
+pl {05142.s2} (1)
+pl {05143.p1|05144.p0} : 5143 
+pl {05143.s2} (1)
+pl {05144.p1|05145.p0} : 5144 
+pl {05144.s2} (1)
+pl {05145.p1|05146.p0} : 5145 
+pl {05145.s2} (1)
+pl {05146.p1|05147.p0} : 5146 
+pl {05146.s2} (1)
+pl {05147.p1|05148.p0} : 5147 
+pl {05147.s2} (1)
+pl {05148.p1|05149.p0} : 5148 
+pl {05148.s2} (1)
+pl {05149.p1|05150.p0} : 5149 
+pl {05149.s2} (1)
+pl {05150.p1|05151.p0} : 5150 
+pl {05150.s2} (1)
+pl {05151.p1|05152.p0} : 5151 
+pl {05151.s2} (1)
+pl {05152.p1|05153.p0} : 5152 
+pl {05152.s2} (1)
+pl {05153.p1|05154.p0} : 5153 
+pl {05153.s2} (1)
+pl {05154.p1|05155.p0} : 5154 
+pl {05154.s2} (1)
+pl {05155.p1|05156.p0} : 5155 
+pl {05155.s2} (1)
+pl {05156.p1|05157.p0} : 5156 
+pl {05156.s2} (1)
+pl {05157.p1|05158.p0} : 5157 
+pl {05157.s2} (1)
+pl {05158.p1|05159.p0} : 5158 
+pl {05158.s2} (1)
+pl {05159.p1|05160.p0} : 5159 
+pl {05159.s2} (1)
+pl {05160.p1|05161.p0} : 5160 
+pl {05160.s2} (1)
+pl {05161.p1|05162.p0} : 5161 
+pl {05161.s2} (1)
+pl {05162.p1|05163.p0} : 5162 
+pl {05162.s2} (1)
+pl {05163.p1|05164.p0} : 5163 
+pl {05163.s2} (1)
+pl {05164.p1|05165.p0} : 5164 
+pl {05164.s2} (1)
+pl {05165.p1|05166.p0} : 5165 
+pl {05165.s2} (1)
+pl {05166.p1|05167.p0} : 5166 
+pl {05166.s2} (1)
+pl {05167.p1|05168.p0} : 5167 
+pl {05167.s2} (1)
+pl {05168.p1|05169.p0} : 5168 
+pl {05168.s2} (1)
+pl {05169.p1|05170.p0} : 5169 
+pl {05169.s2} (1)
+pl {05170.p1|05171.p0} : 5170 
+pl {05170.s2} (1)
+pl {05171.p1|05172.p0} : 5171 
+pl {05171.s2} (1)
+pl {05172.p1|05173.p0} : 5172 
+pl {05172.s2} (1)
+pl {05173.p1|05174.p0} : 5173 
+pl {05173.s2} (1)
+pl {05174.p1|05175.p0} : 5174 
+pl {05174.s2} (1)
+pl {05175.p1|05176.p0} : 5175 
+pl {05175.s2} (1)
+pl {05176.p1|05177.p0} : 5176 
+pl {05176.s2} (1)
+pl {05177.p1|05178.p0} : 5177 
+pl {05177.s2} (1)
+pl {05178.p1|05179.p0} : 5178 
+pl {05178.s2} (1)
+pl {05179.p1|05180.p0} : 5179 
+pl {05179.s2} (1)
+pl {05180.p1|05181.p0} : 5180 
+pl {05180.s2} (1)
+pl {05181.p1|05182.p0} : 5181 
+pl {05181.s2} (1)
+pl {05182.p1|05183.p0} : 5182 
+pl {05182.s2} (1)
+pl {05183.p1|05184.p0} : 5183 
+pl {05183.s2} (1)
+pl {05184.p1|05185.p0} : 5184 
+pl {05184.s2} (1)
+pl {05185.p1|05186.p0} : 5185 
+pl {05185.s2} (1)
+pl {05186.p1|05187.p0} : 5186 
+pl {05186.s2} (1)
+pl {05187.p1|05188.p0} : 5187 
+pl {05187.s2} (1)
+pl {05188.p1|05189.p0} : 5188 
+pl {05188.s2} (1)
+pl {05189.p1|05190.p0} : 5189 
+pl {05189.s2} (1)
+pl {05190.p1|05191.p0} : 5190 
+pl {05190.s2} (1)
+pl {05191.p1|05192.p0} : 5191 
+pl {05191.s2} (1)
+pl {05192.p1|05193.p0} : 5192 
+pl {05192.s2} (1)
+pl {05193.p1|05194.p0} : 5193 
+pl {05193.s2} (1)
+pl {05194.p1|05195.p0} : 5194 
+pl {05194.s2} (1)
+pl {05195.p1|05196.p0} : 5195 
+pl {05195.s2} (1)
+pl {05196.p1|05197.p0} : 5196 
+pl {05196.s2} (1)
+pl {05197.p1|05198.p0} : 5197 
+pl {05197.s2} (1)
+pl {05198.p1|05199.p0} : 5198 
+pl {05198.s2} (1)
+pl {05199.p1|05200.p0} : 5199 
+pl {05199.s2} (1)
+pl {05200.p1|05201.p0} : 5200 
+pl {05200.s2} (1)
+pl {05201.p1|05202.p0} : 5201 
+pl {05201.s2} (1)
+pl {05202.p1|05203.p0} : 5202 
+pl {05202.s2} (1)
+pl {05203.p1|05204.p0} : 5203 
+pl {05203.s2} (1)
+pl {05204.p1|05205.p0} : 5204 
+pl {05204.s2} (1)
+pl {05205.p1|05206.p0} : 5205 
+pl {05205.s2} (1)
+pl {05206.p1|05207.p0} : 5206 
+pl {05206.s2} (1)
+pl {05207.p1|05208.p0} : 5207 
+pl {05207.s2} (1)
+pl {05208.p1|05209.p0} : 5208 
+pl {05208.s2} (1)
+pl {05209.p1|05210.p0} : 5209 
+pl {05209.s2} (1)
+pl {05210.p1|05211.p0} : 5210 
+pl {05210.s2} (1)
+pl {05211.p1|05212.p0} : 5211 
+pl {05211.s2} (1)
+pl {05212.p1|05213.p0} : 5212 
+pl {05212.s2} (1)
+pl {05213.p1|05214.p0} : 5213 
+pl {05213.s2} (1)
+pl {05214.p1|05215.p0} : 5214 
+pl {05214.s2} (1)
+pl {05215.p1|05216.p0} : 5215 
+pl {05215.s2} (1)
+pl {05216.p1|05217.p0} : 5216 
+pl {05216.s2} (1)
+pl {05217.p1|05218.p0} : 5217 
+pl {05217.s2} (1)
+pl {05218.p1|05219.p0} : 5218 
+pl {05218.s2} (1)
+pl {05219.p1|05220.p0} : 5219 
+pl {05219.s2} (1)
+pl {05220.p1|05221.p0} : 5220 
+pl {05220.s2} (1)
+pl {05221.p1|05222.p0} : 5221 
+pl {05221.s2} (1)
+pl {05222.p1|05223.p0} : 5222 
+pl {05222.s2} (1)
+pl {05223.p1|05224.p0} : 5223 
+pl {05223.s2} (1)
+pl {05224.p1|05225.p0} : 5224 
+pl {05224.s2} (1)
+pl {05225.p1|05226.p0} : 5225 
+pl {05225.s2} (1)
+pl {05226.p1|05227.p0} : 5226 
+pl {05226.s2} (1)
+pl {05227.p1|05228.p0} : 5227 
+pl {05227.s2} (1)
+pl {05228.p1|05229.p0} : 5228 
+pl {05228.s2} (1)
+pl {05229.p1|05230.p0} : 5229 
+pl {05229.s2} (1)
+pl {05230.p1|05231.p0} : 5230 
+pl {05230.s2} (1)
+pl {05231.p1|05232.p0} : 5231 
+pl {05231.s2} (1)
+pl {05232.p1|05233.p0} : 5232 
+pl {05232.s2} (1)
+pl {05233.p1|05234.p0} : 5233 
+pl {05233.s2} (1)
+pl {05234.p1|05235.p0} : 5234 
+pl {05234.s2} (1)
+pl {05235.p1|05236.p0} : 5235 
+pl {05235.s2} (1)
+pl {05236.p1|05237.p0} : 5236 
+pl {05236.s2} (1)
+pl {05237.p1|05238.p0} : 5237 
+pl {05237.s2} (1)
+pl {05238.p1|05239.p0} : 5238 
+pl {05238.s2} (1)
+pl {05239.p1|05240.p0} : 5239 
+pl {05239.s2} (1)
+pl {05240.p1|05241.p0} : 5240 
+pl {05240.s2} (1)
+pl {05241.p1|05242.p0} : 5241 
+pl {05241.s2} (1)
+pl {05242.p1|05243.p0} : 5242 
+pl {05242.s2} (1)
+pl {05243.p1|05244.p0} : 5243 
+pl {05243.s2} (1)
+pl {05244.p1|05245.p0} : 5244 
+pl {05244.s2} (1)
+pl {05245.p1|05246.p0} : 5245 
+pl {05245.s2} (1)
+pl {05246.p1|05247.p0} : 5246 
+pl {05246.s2} (1)
+pl {05247.p1|05248.p0} : 5247 
+pl {05247.s2} (1)
+pl {05248.p1|05249.p0} : 5248 
+pl {05248.s2} (1)
+pl {05249.p1|05250.p0} : 5249 
+pl {05249.s2} (1)
+pl {05250.p1|05251.p0} : 5250 
+pl {05250.s2} (1)
+pl {05251.p1|05252.p0} : 5251 
+pl {05251.s2} (1)
+pl {05252.p1|05253.p0} : 5252 
+pl {05252.s2} (1)
+pl {05253.p1|05254.p0} : 5253 
+pl {05253.s2} (1)
+pl {05254.p1|05255.p0} : 5254 
+pl {05254.s2} (1)
+pl {05255.p1|05256.p0} : 5255 
+pl {05255.s2} (1)
+pl {05256.p1|05257.p0} : 5256 
+pl {05256.s2} (1)
+pl {05257.p1|05258.p0} : 5257 
+pl {05257.s2} (1)
+pl {05258.p1|05259.p0} : 5258 
+pl {05258.s2} (1)
+pl {05259.p1|05260.p0} : 5259 
+pl {05259.s2} (1)
+pl {05260.p1|05261.p0} : 5260 
+pl {05260.s2} (1)
+pl {05261.p1|05262.p0} : 5261 
+pl {05261.s2} (1)
+pl {05262.p1|05263.p0} : 5262 
+pl {05262.s2} (1)
+pl {05263.p1|05264.p0} : 5263 
+pl {05263.s2} (1)
+pl {05264.p1|05265.p0} : 5264 
+pl {05264.s2} (1)
+pl {05265.p1|05266.p0} : 5265 
+pl {05265.s2} (1)
+pl {05266.p1|05267.p0} : 5266 
+pl {05266.s2} (1)
+pl {05267.p1|05268.p0} : 5267 
+pl {05267.s2} (1)
+pl {05268.p1|05269.p0} : 5268 
+pl {05268.s2} (1)
+pl {05269.p1|05270.p0} : 5269 
+pl {05269.s2} (1)
+pl {05270.p1|05271.p0} : 5270 
+pl {05270.s2} (1)
+pl {05271.p1|05272.p0} : 5271 
+pl {05271.s2} (1)
+pl {05272.p1|05273.p0} : 5272 
+pl {05272.s2} (1)
+pl {05273.p1|05274.p0} : 5273 
+pl {05273.s2} (1)
+pl {05274.p1|05275.p0} : 5274 
+pl {05274.s2} (1)
+pl {05275.p1|05276.p0} : 5275 
+pl {05275.s2} (1)
+pl {05276.p1|05277.p0} : 5276 
+pl {05276.s2} (1)
+pl {05277.p1|05278.p0} : 5277 
+pl {05277.s2} (1)
+pl {05278.p1|05279.p0} : 5278 
+pl {05278.s2} (1)
+pl {05279.p1|05280.p0} : 5279 
+pl {05279.s2} (1)
+pl {05280.p1|05281.p0} : 5280 
+pl {05280.s2} (1)
+pl {05281.p1|05282.p0} : 5281 
+pl {05281.s2} (1)
+pl {05282.p1|05283.p0} : 5282 
+pl {05282.s2} (1)
+pl {05283.p1|05284.p0} : 5283 
+pl {05283.s2} (1)
+pl {05284.p1|05285.p0} : 5284 
+pl {05284.s2} (1)
+pl {05285.p1|05286.p0} : 5285 
+pl {05285.s2} (1)
+pl {05286.p1|05287.p0} : 5286 
+pl {05286.s2} (1)
+pl {05287.p1|05288.p0} : 5287 
+pl {05287.s2} (1)
+pl {05288.p1|05289.p0} : 5288 
+pl {05288.s2} (1)
+pl {05289.p1|05290.p0} : 5289 
+pl {05289.s2} (1)
+pl {05290.p1|05291.p0} : 5290 
+pl {05290.s2} (1)
+pl {05291.p1|05292.p0} : 5291 
+pl {05291.s2} (1)
+pl {05292.p1|05293.p0} : 5292 
+pl {05292.s2} (1)
+pl {05293.p1|05294.p0} : 5293 
+pl {05293.s2} (1)
+pl {05294.p1|05295.p0} : 5294 
+pl {05294.s2} (1)
+pl {05295.p1|05296.p0} : 5295 
+pl {05295.s2} (1)
+pl {05296.p1|05297.p0} : 5296 
+pl {05296.s2} (1)
+pl {05297.p1|05298.p0} : 5297 
+pl {05297.s2} (1)
+pl {05298.p1|05299.p0} : 5298 
+pl {05298.s2} (1)
+pl {05299.p1|05300.p0} : 5299 
+pl {05299.s2} (1)
+pl {05300.p1|05301.p0} : 5300 
+pl {05300.s2} (1)
+pl {05301.p1|05302.p0} : 5301 
+pl {05301.s2} (1)
+pl {05302.p1|05303.p0} : 5302 
+pl {05302.s2} (1)
+pl {05303.p1|05304.p0} : 5303 
+pl {05303.s2} (1)
+pl {05304.p1|05305.p0} : 5304 
+pl {05304.s2} (1)
+pl {05305.p1|05306.p0} : 5305 
+pl {05305.s2} (1)
+pl {05306.p1|05307.p0} : 5306 
+pl {05306.s2} (1)
+pl {05307.p1|05308.p0} : 5307 
+pl {05307.s2} (1)
+pl {05308.p1|05309.p0} : 5308 
+pl {05308.s2} (1)
+pl {05309.p1|05310.p0} : 5309 
+pl {05309.s2} (1)
+pl {05310.p1|05311.p0} : 5310 
+pl {05310.s2} (1)
+pl {05311.p1|05312.p0} : 5311 
+pl {05311.s2} (1)
+pl {05312.p1|05313.p0} : 5312 
+pl {05312.s2} (1)
+pl {05313.p1|05314.p0} : 5313 
+pl {05313.s2} (1)
+pl {05314.p1|05315.p0} : 5314 
+pl {05314.s2} (1)
+pl {05315.p1|05316.p0} : 5315 
+pl {05315.s2} (1)
+pl {05316.p1|05317.p0} : 5316 
+pl {05316.s2} (1)
+pl {05317.p1|05318.p0} : 5317 
+pl {05317.s2} (1)
+pl {05318.p1|05319.p0} : 5318 
+pl {05318.s2} (1)
+pl {05319.p1|05320.p0} : 5319 
+pl {05319.s2} (1)
+pl {05320.p1|05321.p0} : 5320 
+pl {05320.s2} (1)
+pl {05321.p1|05322.p0} : 5321 
+pl {05321.s2} (1)
+pl {05322.p1|05323.p0} : 5322 
+pl {05322.s2} (1)
+pl {05323.p1|05324.p0} : 5323 
+pl {05323.s2} (1)
+pl {05324.p1|05325.p0} : 5324 
+pl {05324.s2} (1)
+pl {05325.p1|05326.p0} : 5325 
+pl {05325.s2} (1)
+pl {05326.p1|05327.p0} : 5326 
+pl {05326.s2} (1)
+pl {05327.p1|05328.p0} : 5327 
+pl {05327.s2} (1)
+pl {05328.p1|05329.p0} : 5328 
+pl {05328.s2} (1)
+pl {05329.p1|05330.p0} : 5329 
+pl {05329.s2} (1)
+pl {05330.p1|05331.p0} : 5330 
+pl {05330.s2} (1)
+pl {05331.p1|05332.p0} : 5331 
+pl {05331.s2} (1)
+pl {05332.p1|05333.p0} : 5332 
+pl {05332.s2} (1)
+pl {05333.p1|05334.p0} : 5333 
+pl {05333.s2} (1)
+pl {05334.p1|05335.p0} : 5334 
+pl {05334.s2} (1)
+pl {05335.p1|05336.p0} : 5335 
+pl {05335.s2} (1)
+pl {05336.p1|05337.p0} : 5336 
+pl {05336.s2} (1)
+pl {05337.p1|05338.p0} : 5337 
+pl {05337.s2} (1)
+pl {05338.p1|05339.p0} : 5338 
+pl {05338.s2} (1)
+pl {05339.p1|05340.p0} : 5339 
+pl {05339.s2} (1)
+pl {05340.p1|05341.p0} : 5340 
+pl {05340.s2} (1)
+pl {05341.p1|05342.p0} : 5341 
+pl {05341.s2} (1)
+pl {05342.p1|05343.p0} : 5342 
+pl {05342.s2} (1)
+pl {05343.p1|05344.p0} : 5343 
+pl {05343.s2} (1)
+pl {05344.p1|05345.p0} : 5344 
+pl {05344.s2} (1)
+pl {05345.p1|05346.p0} : 5345 
+pl {05345.s2} (1)
+pl {05346.p1|05347.p0} : 5346 
+pl {05346.s2} (1)
+pl {05347.p1|05348.p0} : 5347 
+pl {05347.s2} (1)
+pl {05348.p1|05349.p0} : 5348 
+pl {05348.s2} (1)
+pl {05349.p1|05350.p0} : 5349 
+pl {05349.s2} (1)
+pl {05350.p1|05351.p0} : 5350 
+pl {05350.s2} (1)
+pl {05351.p1|05352.p0} : 5351 
+pl {05351.s2} (1)
+pl {05352.p1|05353.p0} : 5352 
+pl {05352.s2} (1)
+pl {05353.p1|05354.p0} : 5353 
+pl {05353.s2} (1)
+pl {05354.p1|05355.p0} : 5354 
+pl {05354.s2} (1)
+pl {05355.p1|05356.p0} : 5355 
+pl {05355.s2} (1)
+pl {05356.p1|05357.p0} : 5356 
+pl {05356.s2} (1)
+pl {05357.p1|05358.p0} : 5357 
+pl {05357.s2} (1)
+pl {05358.p1|05359.p0} : 5358 
+pl {05358.s2} (1)
+pl {05359.p1|05360.p0} : 5359 
+pl {05359.s2} (1)
+pl {05360.p1|05361.p0} : 5360 
+pl {05360.s2} (1)
+pl {05361.p1|05362.p0} : 5361 
+pl {05361.s2} (1)
+pl {05362.p1|05363.p0} : 5362 
+pl {05362.s2} (1)
+pl {05363.p1|05364.p0} : 5363 
+pl {05363.s2} (1)
+pl {05364.p1|05365.p0} : 5364 
+pl {05364.s2} (1)
+pl {05365.p1|05366.p0} : 5365 
+pl {05365.s2} (1)
+pl {05366.p1|05367.p0} : 5366 
+pl {05366.s2} (1)
+pl {05367.p1|05368.p0} : 5367 
+pl {05367.s2} (1)
+pl {05368.p1|05369.p0} : 5368 
+pl {05368.s2} (1)
+pl {05369.p1|05370.p0} : 5369 
+pl {05369.s2} (1)
+pl {05370.p1|05371.p0} : 5370 
+pl {05370.s2} (1)
+pl {05371.p1|05372.p0} : 5371 
+pl {05371.s2} (1)
+pl {05372.p1|05373.p0} : 5372 
+pl {05372.s2} (1)
+pl {05373.p1|05374.p0} : 5373 
+pl {05373.s2} (1)
+pl {05374.p1|05375.p0} : 5374 
+pl {05374.s2} (1)
+pl {05375.p1|05376.p0} : 5375 
+pl {05375.s2} (1)
+pl {05376.p1|05377.p0} : 5376 
+pl {05376.s2} (1)
+pl {05377.p1|05378.p0} : 5377 
+pl {05377.s2} (1)
+pl {05378.p1|05379.p0} : 5378 
+pl {05378.s2} (1)
+pl {05379.p1|05380.p0} : 5379 
+pl {05379.s2} (1)
+pl {05380.p1|05381.p0} : 5380 
+pl {05380.s2} (1)
+pl {05381.p1|05382.p0} : 5381 
+pl {05381.s2} (1)
+pl {05382.p1|05383.p0} : 5382 
+pl {05382.s2} (1)
+pl {05383.p1|05384.p0} : 5383 
+pl {05383.s2} (1)
+pl {05384.p1|05385.p0} : 5384 
+pl {05384.s2} (1)
+pl {05385.p1|05386.p0} : 5385 
+pl {05385.s2} (1)
+pl {05386.p1|05387.p0} : 5386 
+pl {05386.s2} (1)
+pl {05387.p1|05388.p0} : 5387 
+pl {05387.s2} (1)
+pl {05388.p1|05389.p0} : 5388 
+pl {05388.s2} (1)
+pl {05389.p1|05390.p0} : 5389 
+pl {05389.s2} (1)
+pl {05390.p1|05391.p0} : 5390 
+pl {05390.s2} (1)
+pl {05391.p1|05392.p0} : 5391 
+pl {05391.s2} (1)
+pl {05392.p1|05393.p0} : 5392 
+pl {05392.s2} (1)
+pl {05393.p1|05394.p0} : 5393 
+pl {05393.s2} (1)
+pl {05394.p1|05395.p0} : 5394 
+pl {05394.s2} (1)
+pl {05395.p1|05396.p0} : 5395 
+pl {05395.s2} (1)
+pl {05396.p1|05397.p0} : 5396 
+pl {05396.s2} (1)
+pl {05397.p1|05398.p0} : 5397 
+pl {05397.s2} (1)
+pl {05398.p1|05399.p0} : 5398 
+pl {05398.s2} (1)
+pl {05399.p1|05400.p0} : 5399 
+pl {05399.s2} (1)
+pl {05400.p1|05401.p0} : 5400 
+pl {05400.s2} (1)
+pl {05401.p1|05402.p0} : 5401 
+pl {05401.s2} (1)
+pl {05402.p1|05403.p0} : 5402 
+pl {05402.s2} (1)
+pl {05403.p1|05404.p0} : 5403 
+pl {05403.s2} (1)
+pl {05404.p1|05405.p0} : 5404 
+pl {05404.s2} (1)
+pl {05405.p1|05406.p0} : 5405 
+pl {05405.s2} (1)
+pl {05406.p1|05407.p0} : 5406 
+pl {05406.s2} (1)
+pl {05407.p1|05408.p0} : 5407 
+pl {05407.s2} (1)
+pl {05408.p1|05409.p0} : 5408 
+pl {05408.s2} (1)
+pl {05409.p1|05410.p0} : 5409 
+pl {05409.s2} (1)
+pl {05410.p1|05411.p0} : 5410 
+pl {05410.s2} (1)
+pl {05411.p1|05412.p0} : 5411 
+pl {05411.s2} (1)
+pl {05412.p1|05413.p0} : 5412 
+pl {05412.s2} (1)
+pl {05413.p1|05414.p0} : 5413 
+pl {05413.s2} (1)
+pl {05414.p1|05415.p0} : 5414 
+pl {05414.s2} (1)
+pl {05415.p1|05416.p0} : 5415 
+pl {05415.s2} (1)
+pl {05416.p1|05417.p0} : 5416 
+pl {05416.s2} (1)
+pl {05417.p1|05418.p0} : 5417 
+pl {05417.s2} (1)
+pl {05418.p1|05419.p0} : 5418 
+pl {05418.s2} (1)
+pl {05419.p1|05420.p0} : 5419 
+pl {05419.s2} (1)
+pl {05420.p1|05421.p0} : 5420 
+pl {05420.s2} (1)
+pl {05421.p1|05422.p0} : 5421 
+pl {05421.s2} (1)
+pl {05422.p1|05423.p0} : 5422 
+pl {05422.s2} (1)
+pl {05423.p1|05424.p0} : 5423 
+pl {05423.s2} (1)
+pl {05424.p1|05425.p0} : 5424 
+pl {05424.s2} (1)
+pl {05425.p1|05426.p0} : 5425 
+pl {05425.s2} (1)
+pl {05426.p1|05427.p0} : 5426 
+pl {05426.s2} (1)
+pl {05427.p1|05428.p0} : 5427 
+pl {05427.s2} (1)
+pl {05428.p1|05429.p0} : 5428 
+pl {05428.s2} (1)
+pl {05429.p1|05430.p0} : 5429 
+pl {05429.s2} (1)
+pl {05430.p1|05431.p0} : 5430 
+pl {05430.s2} (1)
+pl {05431.p1|05432.p0} : 5431 
+pl {05431.s2} (1)
+pl {05432.p1|05433.p0} : 5432 
+pl {05432.s2} (1)
+pl {05433.p1|05434.p0} : 5433 
+pl {05433.s2} (1)
+pl {05434.p1|05435.p0} : 5434 
+pl {05434.s2} (1)
+pl {05435.p1|05436.p0} : 5435 
+pl {05435.s2} (1)
+pl {05436.p1|05437.p0} : 5436 
+pl {05436.s2} (1)
+pl {05437.p1|05438.p0} : 5437 
+pl {05437.s2} (1)
+pl {05438.p1|05439.p0} : 5438 
+pl {05438.s2} (1)
+pl {05439.p1|05440.p0} : 5439 
+pl {05439.s2} (1)
+pl {05440.p1|05441.p0} : 5440 
+pl {05440.s2} (1)
+pl {05441.p1|05442.p0} : 5441 
+pl {05441.s2} (1)
+pl {05442.p1|05443.p0} : 5442 
+pl {05442.s2} (1)
+pl {05443.p1|05444.p0} : 5443 
+pl {05443.s2} (1)
+pl {05444.p1|05445.p0} : 5444 
+pl {05444.s2} (1)
+pl {05445.p1|05446.p0} : 5445 
+pl {05445.s2} (1)
+pl {05446.p1|05447.p0} : 5446 
+pl {05446.s2} (1)
+pl {05447.p1|05448.p0} : 5447 
+pl {05447.s2} (1)
+pl {05448.p1|05449.p0} : 5448 
+pl {05448.s2} (1)
+pl {05449.p1|05450.p0} : 5449 
+pl {05449.s2} (1)
+pl {05450.p1|05451.p0} : 5450 
+pl {05450.s2} (1)
+pl {05451.p1|05452.p0} : 5451 
+pl {05451.s2} (1)
+pl {05452.p1|05453.p0} : 5452 
+pl {05452.s2} (1)
+pl {05453.p1|05454.p0} : 5453 
+pl {05453.s2} (1)
+pl {05454.p1|05455.p0} : 5454 
+pl {05454.s2} (1)
+pl {05455.p1|05456.p0} : 5455 
+pl {05455.s2} (1)
+pl {05456.p1|05457.p0} : 5456 
+pl {05456.s2} (1)
+pl {05457.p1|05458.p0} : 5457 
+pl {05457.s2} (1)
+pl {05458.p1|05459.p0} : 5458 
+pl {05458.s2} (1)
+pl {05459.p1|05460.p0} : 5459 
+pl {05459.s2} (1)
+pl {05460.p1|05461.p0} : 5460 
+pl {05460.s2} (1)
+pl {05461.p1|05462.p0} : 5461 
+pl {05461.s2} (1)
+pl {05462.p1|05463.p0} : 5462 
+pl {05462.s2} (1)
+pl {05463.p1|05464.p0} : 5463 
+pl {05463.s2} (1)
+pl {05464.p1|05465.p0} : 5464 
+pl {05464.s2} (1)
+pl {05465.p1|05466.p0} : 5465 
+pl {05465.s2} (1)
+pl {05466.p1|05467.p0} : 5466 
+pl {05466.s2} (1)
+pl {05467.p1|05468.p0} : 5467 
+pl {05467.s2} (1)
+pl {05468.p1|05469.p0} : 5468 
+pl {05468.s2} (1)
+pl {05469.p1|05470.p0} : 5469 
+pl {05469.s2} (1)
+pl {05470.p1|05471.p0} : 5470 
+pl {05470.s2} (1)
+pl {05471.p1|05472.p0} : 5471 
+pl {05471.s2} (1)
+pl {05472.p1|05473.p0} : 5472 
+pl {05472.s2} (1)
+pl {05473.p1|05474.p0} : 5473 
+pl {05473.s2} (1)
+pl {05474.p1|05475.p0} : 5474 
+pl {05474.s2} (1)
+pl {05475.p1|05476.p0} : 5475 
+pl {05475.s2} (1)
+pl {05476.p1|05477.p0} : 5476 
+pl {05476.s2} (1)
+pl {05477.p1|05478.p0} : 5477 
+pl {05477.s2} (1)
+pl {05478.p1|05479.p0} : 5478 
+pl {05478.s2} (1)
+pl {05479.p1|05480.p0} : 5479 
+pl {05479.s2} (1)
+pl {05480.p1|05481.p0} : 5480 
+pl {05480.s2} (1)
+pl {05481.p1|05482.p0} : 5481 
+pl {05481.s2} (1)
+pl {05482.p1|05483.p0} : 5482 
+pl {05482.s2} (1)
+pl {05483.p1|05484.p0} : 5483 
+pl {05483.s2} (1)
+pl {05484.p1|05485.p0} : 5484 
+pl {05484.s2} (1)
+pl {05485.p1|05486.p0} : 5485 
+pl {05485.s2} (1)
+pl {05486.p1|05487.p0} : 5486 
+pl {05486.s2} (1)
+pl {05487.p1|05488.p0} : 5487 
+pl {05487.s2} (1)
+pl {05488.p1|05489.p0} : 5488 
+pl {05488.s2} (1)
+pl {05489.p1|05490.p0} : 5489 
+pl {05489.s2} (1)
+pl {05490.p1|05491.p0} : 5490 
+pl {05490.s2} (1)
+pl {05491.p1|05492.p0} : 5491 
+pl {05491.s2} (1)
+pl {05492.p1|05493.p0} : 5492 
+pl {05492.s2} (1)
+pl {05493.p1|05494.p0} : 5493 
+pl {05493.s2} (1)
+pl {05494.p1|05495.p0} : 5494 
+pl {05494.s2} (1)
+pl {05495.p1|05496.p0} : 5495 
+pl {05495.s2} (1)
+pl {05496.p1|05497.p0} : 5496 
+pl {05496.s2} (1)
+pl {05497.p1|05498.p0} : 5497 
+pl {05497.s2} (1)
+pl {05498.p1|05499.p0} : 5498 
+pl {05498.s2} (1)
+pl {05499.p1|05500.p0} : 5499 
+pl {05499.s2} (1)
+pl {05500.p1|05501.p0} : 5500 
+pl {05500.s2} (1)
+pl {05501.p1|05502.p0} : 5501 
+pl {05501.s2} (1)
+pl {05502.p1|05503.p0} : 5502 
+pl {05502.s2} (1)
+pl {05503.p1|05504.p0} : 5503 
+pl {05503.s2} (1)
+pl {05504.p1|05505.p0} : 5504 
+pl {05504.s2} (1)
+pl {05505.p1|05506.p0} : 5505 
+pl {05505.s2} (1)
+pl {05506.p1|05507.p0} : 5506 
+pl {05506.s2} (1)
+pl {05507.p1|05508.p0} : 5507 
+pl {05507.s2} (1)
+pl {05508.p1|05509.p0} : 5508 
+pl {05508.s2} (1)
+pl {05509.p1|05510.p0} : 5509 
+pl {05509.s2} (1)
+pl {05510.p1|05511.p0} : 5510 
+pl {05510.s2} (1)
+pl {05511.p1|05512.p0} : 5511 
+pl {05511.s2} (1)
+pl {05512.p1|05513.p0} : 5512 
+pl {05512.s2} (1)
+pl {05513.p1|05514.p0} : 5513 
+pl {05513.s2} (1)
+pl {05514.p1|05515.p0} : 5514 
+pl {05514.s2} (1)
+pl {05515.p1|05516.p0} : 5515 
+pl {05515.s2} (1)
+pl {05516.p1|05517.p0} : 5516 
+pl {05516.s2} (1)
+pl {05517.p1|05518.p0} : 5517 
+pl {05517.s2} (1)
+pl {05518.p1|05519.p0} : 5518 
+pl {05518.s2} (1)
+pl {05519.p1|05520.p0} : 5519 
+pl {05519.s2} (1)
+pl {05520.p1|05521.p0} : 5520 
+pl {05520.s2} (1)
+pl {05521.p1|05522.p0} : 5521 
+pl {05521.s2} (1)
+pl {05522.p1|05523.p0} : 5522 
+pl {05522.s2} (1)
+pl {05523.p1|05524.p0} : 5523 
+pl {05523.s2} (1)
+pl {05524.p1|05525.p0} : 5524 
+pl {05524.s2} (1)
+pl {05525.p1|05526.p0} : 5525 
+pl {05525.s2} (1)
+pl {05526.p1|05527.p0} : 5526 
+pl {05526.s2} (1)
+pl {05527.p1|05528.p0} : 5527 
+pl {05527.s2} (1)
+pl {05528.p1|05529.p0} : 5528 
+pl {05528.s2} (1)
+pl {05529.p1|05530.p0} : 5529 
+pl {05529.s2} (1)
+pl {05530.p1|05531.p0} : 5530 
+pl {05530.s2} (1)
+pl {05531.p1|05532.p0} : 5531 
+pl {05531.s2} (1)
+pl {05532.p1|05533.p0} : 5532 
+pl {05532.s2} (1)
+pl {05533.p1|05534.p0} : 5533 
+pl {05533.s2} (1)
+pl {05534.p1|05535.p0} : 5534 
+pl {05534.s2} (1)
+pl {05535.p1|05536.p0} : 5535 
+pl {05535.s2} (1)
+pl {05536.p1|05537.p0} : 5536 
+pl {05536.s2} (1)
+pl {05537.p1|05538.p0} : 5537 
+pl {05537.s2} (1)
+pl {05538.p1|05539.p0} : 5538 
+pl {05538.s2} (1)
+pl {05539.p1|05540.p0} : 5539 
+pl {05539.s2} (1)
+pl {05540.p1|05541.p0} : 5540 
+pl {05540.s2} (1)
+pl {05541.p1|05542.p0} : 5541 
+pl {05541.s2} (1)
+pl {05542.p1|05543.p0} : 5542 
+pl {05542.s2} (1)
+pl {05543.p1|05544.p0} : 5543 
+pl {05543.s2} (1)
+pl {05544.p1|05545.p0} : 5544 
+pl {05544.s2} (1)
+pl {05545.p1|05546.p0} : 5545 
+pl {05545.s2} (1)
+pl {05546.p1|05547.p0} : 5546 
+pl {05546.s2} (1)
+pl {05547.p1|05548.p0} : 5547 
+pl {05547.s2} (1)
+pl {05548.p1|05549.p0} : 5548 
+pl {05548.s2} (1)
+pl {05549.p1|05550.p0} : 5549 
+pl {05549.s2} (1)
+pl {05550.p1|05551.p0} : 5550 
+pl {05550.s2} (1)
+pl {05551.p1|05552.p0} : 5551 
+pl {05551.s2} (1)
+pl {05552.p1|05553.p0} : 5552 
+pl {05552.s2} (1)
+pl {05553.p1|05554.p0} : 5553 
+pl {05553.s2} (1)
+pl {05554.p1|05555.p0} : 5554 
+pl {05554.s2} (1)
+pl {05555.p1|05556.p0} : 5555 
+pl {05555.s2} (1)
+pl {05556.p1|05557.p0} : 5556 
+pl {05556.s2} (1)
+pl {05557.p1|05558.p0} : 5557 
+pl {05557.s2} (1)
+pl {05558.p1|05559.p0} : 5558 
+pl {05558.s2} (1)
+pl {05559.p1|05560.p0} : 5559 
+pl {05559.s2} (1)
+pl {05560.p1|05561.p0} : 5560 
+pl {05560.s2} (1)
+pl {05561.p1|05562.p0} : 5561 
+pl {05561.s2} (1)
+pl {05562.p1|05563.p0} : 5562 
+pl {05562.s2} (1)
+pl {05563.p1|05564.p0} : 5563 
+pl {05563.s2} (1)
+pl {05564.p1|05565.p0} : 5564 
+pl {05564.s2} (1)
+pl {05565.p1|05566.p0} : 5565 
+pl {05565.s2} (1)
+pl {05566.p1|05567.p0} : 5566 
+pl {05566.s2} (1)
+pl {05567.p1|05568.p0} : 5567 
+pl {05567.s2} (1)
+pl {05568.p1|05569.p0} : 5568 
+pl {05568.s2} (1)
+pl {05569.p1|05570.p0} : 5569 
+pl {05569.s2} (1)
+pl {05570.p1|05571.p0} : 5570 
+pl {05570.s2} (1)
+pl {05571.p1|05572.p0} : 5571 
+pl {05571.s2} (1)
+pl {05572.p1|05573.p0} : 5572 
+pl {05572.s2} (1)
+pl {05573.p1|05574.p0} : 5573 
+pl {05573.s2} (1)
+pl {05574.p1|05575.p0} : 5574 
+pl {05574.s2} (1)
+pl {05575.p1|05576.p0} : 5575 
+pl {05575.s2} (1)
+pl {05576.p1|05577.p0} : 5576 
+pl {05576.s2} (1)
+pl {05577.p1|05578.p0} : 5577 
+pl {05577.s2} (1)
+pl {05578.p1|05579.p0} : 5578 
+pl {05578.s2} (1)
+pl {05579.p1|05580.p0} : 5579 
+pl {05579.s2} (1)
+pl {05580.p1|05581.p0} : 5580 
+pl {05580.s2} (1)
+pl {05581.p1|05582.p0} : 5581 
+pl {05581.s2} (1)
+pl {05582.p1|05583.p0} : 5582 
+pl {05582.s2} (1)
+pl {05583.p1|05584.p0} : 5583 
+pl {05583.s2} (1)
+pl {05584.p1|05585.p0} : 5584 
+pl {05584.s2} (1)
+pl {05585.p1|05586.p0} : 5585 
+pl {05585.s2} (1)
+pl {05586.p1|05587.p0} : 5586 
+pl {05586.s2} (1)
+pl {05587.p1|05588.p0} : 5587 
+pl {05587.s2} (1)
+pl {05588.p1|05589.p0} : 5588 
+pl {05588.s2} (1)
+pl {05589.p1|05590.p0} : 5589 
+pl {05589.s2} (1)
+pl {05590.p1|05591.p0} : 5590 
+pl {05590.s2} (1)
+pl {05591.p1|05592.p0} : 5591 
+pl {05591.s2} (1)
+pl {05592.p1|05593.p0} : 5592 
+pl {05592.s2} (1)
+pl {05593.p1|05594.p0} : 5593 
+pl {05593.s2} (1)
+pl {05594.p1|05595.p0} : 5594 
+pl {05594.s2} (1)
+pl {05595.p1|05596.p0} : 5595 
+pl {05595.s2} (1)
+pl {05596.p1|05597.p0} : 5596 
+pl {05596.s2} (1)
+pl {05597.p1|05598.p0} : 5597 
+pl {05597.s2} (1)
+pl {05598.p1|05599.p0} : 5598 
+pl {05598.s2} (1)
+pl {05599.p1|05600.p0} : 5599 
+pl {05599.s2} (1)
+pl {05600.p1|05601.p0} : 5600 
+pl {05600.s2} (1)
+pl {05601.p1|05602.p0} : 5601 
+pl {05601.s2} (1)
+pl {05602.p1|05603.p0} : 5602 
+pl {05602.s2} (1)
+pl {05603.p1|05604.p0} : 5603 
+pl {05603.s2} (1)
+pl {05604.p1|05605.p0} : 5604 
+pl {05604.s2} (1)
+pl {05605.p1|05606.p0} : 5605 
+pl {05605.s2} (1)
+pl {05606.p1|05607.p0} : 5606 
+pl {05606.s2} (1)
+pl {05607.p1|05608.p0} : 5607 
+pl {05607.s2} (1)
+pl {05608.p1|05609.p0} : 5608 
+pl {05608.s2} (1)
+pl {05609.p1|05610.p0} : 5609 
+pl {05609.s2} (1)
+pl {05610.p1|05611.p0} : 5610 
+pl {05610.s2} (1)
+pl {05611.p1|05612.p0} : 5611 
+pl {05611.s2} (1)
+pl {05612.p1|05613.p0} : 5612 
+pl {05612.s2} (1)
+pl {05613.p1|05614.p0} : 5613 
+pl {05613.s2} (1)
+pl {05614.p1|05615.p0} : 5614 
+pl {05614.s2} (1)
+pl {05615.p1|05616.p0} : 5615 
+pl {05615.s2} (1)
+pl {05616.p1|05617.p0} : 5616 
+pl {05616.s2} (1)
+pl {05617.p1|05618.p0} : 5617 
+pl {05617.s2} (1)
+pl {05618.p1|05619.p0} : 5618 
+pl {05618.s2} (1)
+pl {05619.p1|05620.p0} : 5619 
+pl {05619.s2} (1)
+pl {05620.p1|05621.p0} : 5620 
+pl {05620.s2} (1)
+pl {05621.p1|05622.p0} : 5621 
+pl {05621.s2} (1)
+pl {05622.p1|05623.p0} : 5622 
+pl {05622.s2} (1)
+pl {05623.p1|05624.p0} : 5623 
+pl {05623.s2} (1)
+pl {05624.p1|05625.p0} : 5624 
+pl {05624.s2} (1)
+pl {05625.p1|05626.p0} : 5625 
+pl {05625.s2} (1)
+pl {05626.p1|05627.p0} : 5626 
+pl {05626.s2} (1)
+pl {05627.p1|05628.p0} : 5627 
+pl {05627.s2} (1)
+pl {05628.p1|05629.p0} : 5628 
+pl {05628.s2} (1)
+pl {05629.p1|05630.p0} : 5629 
+pl {05629.s2} (1)
+pl {05630.p1|05631.p0} : 5630 
+pl {05630.s2} (1)
+pl {05631.p1|05632.p0} : 5631 
+pl {05631.s2} (1)
+pl {05632.p1|05633.p0} : 5632 
+pl {05632.s2} (1)
+pl {05633.p1|05634.p0} : 5633 
+pl {05633.s2} (1)
+pl {05634.p1|05635.p0} : 5634 
+pl {05634.s2} (1)
+pl {05635.p1|05636.p0} : 5635 
+pl {05635.s2} (1)
+pl {05636.p1|05637.p0} : 5636 
+pl {05636.s2} (1)
+pl {05637.p1|05638.p0} : 5637 
+pl {05637.s2} (1)
+pl {05638.p1|05639.p0} : 5638 
+pl {05638.s2} (1)
+pl {05639.p1|05640.p0} : 5639 
+pl {05639.s2} (1)
+pl {05640.p1|05641.p0} : 5640 
+pl {05640.s2} (1)
+pl {05641.p1|05642.p0} : 5641 
+pl {05641.s2} (1)
+pl {05642.p1|05643.p0} : 5642 
+pl {05642.s2} (1)
+pl {05643.p1|05644.p0} : 5643 
+pl {05643.s2} (1)
+pl {05644.p1|05645.p0} : 5644 
+pl {05644.s2} (1)
+pl {05645.p1|05646.p0} : 5645 
+pl {05645.s2} (1)
+pl {05646.p1|05647.p0} : 5646 
+pl {05646.s2} (1)
+pl {05647.p1|05648.p0} : 5647 
+pl {05647.s2} (1)
+pl {05648.p1|05649.p0} : 5648 
+pl {05648.s2} (1)
+pl {05649.p1|05650.p0} : 5649 
+pl {05649.s2} (1)
+pl {05650.p1|05651.p0} : 5650 
+pl {05650.s2} (1)
+pl {05651.p1|05652.p0} : 5651 
+pl {05651.s2} (1)
+pl {05652.p1|05653.p0} : 5652 
+pl {05652.s2} (1)
+pl {05653.p1|05654.p0} : 5653 
+pl {05653.s2} (1)
+pl {05654.p1|05655.p0} : 5654 
+pl {05654.s2} (1)
+pl {05655.p1|05656.p0} : 5655 
+pl {05655.s2} (1)
+pl {05656.p1|05657.p0} : 5656 
+pl {05656.s2} (1)
+pl {05657.p1|05658.p0} : 5657 
+pl {05657.s2} (1)
+pl {05658.p1|05659.p0} : 5658 
+pl {05658.s2} (1)
+pl {05659.p1|05660.p0} : 5659 
+pl {05659.s2} (1)
+pl {05660.p1|05661.p0} : 5660 
+pl {05660.s2} (1)
+pl {05661.p1|05662.p0} : 5661 
+pl {05661.s2} (1)
+pl {05662.p1|05663.p0} : 5662 
+pl {05662.s2} (1)
+pl {05663.p1|05664.p0} : 5663 
+pl {05663.s2} (1)
+pl {05664.p1|05665.p0} : 5664 
+pl {05664.s2} (1)
+pl {05665.p1|05666.p0} : 5665 
+pl {05665.s2} (1)
+pl {05666.p1|05667.p0} : 5666 
+pl {05666.s2} (1)
+pl {05667.p1|05668.p0} : 5667 
+pl {05667.s2} (1)
+pl {05668.p1|05669.p0} : 5668 
+pl {05668.s2} (1)
+pl {05669.p1|05670.p0} : 5669 
+pl {05669.s2} (1)
+pl {05670.p1|05671.p0} : 5670 
+pl {05670.s2} (1)
+pl {05671.p1|05672.p0} : 5671 
+pl {05671.s2} (1)
+pl {05672.p1|05673.p0} : 5672 
+pl {05672.s2} (1)
+pl {05673.p1|05674.p0} : 5673 
+pl {05673.s2} (1)
+pl {05674.p1|05675.p0} : 5674 
+pl {05674.s2} (1)
+pl {05675.p1|05676.p0} : 5675 
+pl {05675.s2} (1)
+pl {05676.p1|05677.p0} : 5676 
+pl {05676.s2} (1)
+pl {05677.p1|05678.p0} : 5677 
+pl {05677.s2} (1)
+pl {05678.p1|05679.p0} : 5678 
+pl {05678.s2} (1)
+pl {05679.p1|05680.p0} : 5679 
+pl {05679.s2} (1)
+pl {05680.p1|05681.p0} : 5680 
+pl {05680.s2} (1)
+pl {05681.p1|05682.p0} : 5681 
+pl {05681.s2} (1)
+pl {05682.p1|05683.p0} : 5682 
+pl {05682.s2} (1)
+pl {05683.p1|05684.p0} : 5683 
+pl {05683.s2} (1)
+pl {05684.p1|05685.p0} : 5684 
+pl {05684.s2} (1)
+pl {05685.p1|05686.p0} : 5685 
+pl {05685.s2} (1)
+pl {05686.p1|05687.p0} : 5686 
+pl {05686.s2} (1)
+pl {05687.p1|05688.p0} : 5687 
+pl {05687.s2} (1)
+pl {05688.p1|05689.p0} : 5688 
+pl {05688.s2} (1)
+pl {05689.p1|05690.p0} : 5689 
+pl {05689.s2} (1)
+pl {05690.p1|05691.p0} : 5690 
+pl {05690.s2} (1)
+pl {05691.p1|05692.p0} : 5691 
+pl {05691.s2} (1)
+pl {05692.p1|05693.p0} : 5692 
+pl {05692.s2} (1)
+pl {05693.p1|05694.p0} : 5693 
+pl {05693.s2} (1)
+pl {05694.p1|05695.p0} : 5694 
+pl {05694.s2} (1)
+pl {05695.p1|05696.p0} : 5695 
+pl {05695.s2} (1)
+pl {05696.p1|05697.p0} : 5696 
+pl {05696.s2} (1)
+pl {05697.p1|05698.p0} : 5697 
+pl {05697.s2} (1)
+pl {05698.p1|05699.p0} : 5698 
+pl {05698.s2} (1)
+pl {05699.p1|05700.p0} : 5699 
+pl {05699.s2} (1)
+pl {05700.p1|05701.p0} : 5700 
+pl {05700.s2} (1)
+pl {05701.p1|05702.p0} : 5701 
+pl {05701.s2} (1)
+pl {05702.p1|05703.p0} : 5702 
+pl {05702.s2} (1)
+pl {05703.p1|05704.p0} : 5703 
+pl {05703.s2} (1)
+pl {05704.p1|05705.p0} : 5704 
+pl {05704.s2} (1)
+pl {05705.p1|05706.p0} : 5705 
+pl {05705.s2} (1)
+pl {05706.p1|05707.p0} : 5706 
+pl {05706.s2} (1)
+pl {05707.p1|05708.p0} : 5707 
+pl {05707.s2} (1)
+pl {05708.p1|05709.p0} : 5708 
+pl {05708.s2} (1)
+pl {05709.p1|05710.p0} : 5709 
+pl {05709.s2} (1)
+pl {05710.p1|05711.p0} : 5710 
+pl {05710.s2} (1)
+pl {05711.p1|05712.p0} : 5711 
+pl {05711.s2} (1)
+pl {05712.p1|05713.p0} : 5712 
+pl {05712.s2} (1)
+pl {05713.p1|05714.p0} : 5713 
+pl {05713.s2} (1)
+pl {05714.p1|05715.p0} : 5714 
+pl {05714.s2} (1)
+pl {05715.p1|05716.p0} : 5715 
+pl {05715.s2} (1)
+pl {05716.p1|05717.p0} : 5716 
+pl {05716.s2} (1)
+pl {05717.p1|05718.p0} : 5717 
+pl {05717.s2} (1)
+pl {05718.p1|05719.p0} : 5718 
+pl {05718.s2} (1)
+pl {05719.p1|05720.p0} : 5719 
+pl {05719.s2} (1)
+pl {05720.p1|05721.p0} : 5720 
+pl {05720.s2} (1)
+pl {05721.p1|05722.p0} : 5721 
+pl {05721.s2} (1)
+pl {05722.p1|05723.p0} : 5722 
+pl {05722.s2} (1)
+pl {05723.p1|05724.p0} : 5723 
+pl {05723.s2} (1)
+pl {05724.p1|05725.p0} : 5724 
+pl {05724.s2} (1)
+pl {05725.p1|05726.p0} : 5725 
+pl {05725.s2} (1)
+pl {05726.p1|05727.p0} : 5726 
+pl {05726.s2} (1)
+pl {05727.p1|05728.p0} : 5727 
+pl {05727.s2} (1)
+pl {05728.p1|05729.p0} : 5728 
+pl {05728.s2} (1)
+pl {05729.p1|05730.p0} : 5729 
+pl {05729.s2} (1)
+pl {05730.p1|05731.p0} : 5730 
+pl {05730.s2} (1)
+pl {05731.p1|05732.p0} : 5731 
+pl {05731.s2} (1)
+pl {05732.p1|05733.p0} : 5732 
+pl {05732.s2} (1)
+pl {05733.p1|05734.p0} : 5733 
+pl {05733.s2} (1)
+pl {05734.p1|05735.p0} : 5734 
+pl {05734.s2} (1)
+pl {05735.p1|05736.p0} : 5735 
+pl {05735.s2} (1)
+pl {05736.p1|05737.p0} : 5736 
+pl {05736.s2} (1)
+pl {05737.p1|05738.p0} : 5737 
+pl {05737.s2} (1)
+pl {05738.p1|05739.p0} : 5738 
+pl {05738.s2} (1)
+pl {05739.p1|05740.p0} : 5739 
+pl {05739.s2} (1)
+pl {05740.p1|05741.p0} : 5740 
+pl {05740.s2} (1)
+pl {05741.p1|05742.p0} : 5741 
+pl {05741.s2} (1)
+pl {05742.p1|05743.p0} : 5742 
+pl {05742.s2} (1)
+pl {05743.p1|05744.p0} : 5743 
+pl {05743.s2} (1)
+pl {05744.p1|05745.p0} : 5744 
+pl {05744.s2} (1)
+pl {05745.p1|05746.p0} : 5745 
+pl {05745.s2} (1)
+pl {05746.p1|05747.p0} : 5746 
+pl {05746.s2} (1)
+pl {05747.p1|05748.p0} : 5747 
+pl {05747.s2} (1)
+pl {05748.p1|05749.p0} : 5748 
+pl {05748.s2} (1)
+pl {05749.p1|05750.p0} : 5749 
+pl {05749.s2} (1)
+pl {05750.p1|05751.p0} : 5750 
+pl {05750.s2} (1)
+pl {05751.p1|05752.p0} : 5751 
+pl {05751.s2} (1)
+pl {05752.p1|05753.p0} : 5752 
+pl {05752.s2} (1)
+pl {05753.p1|05754.p0} : 5753 
+pl {05753.s2} (1)
+pl {05754.p1|05755.p0} : 5754 
+pl {05754.s2} (1)
+pl {05755.p1|05756.p0} : 5755 
+pl {05755.s2} (1)
+pl {05756.p1|05757.p0} : 5756 
+pl {05756.s2} (1)
+pl {05757.p1|05758.p0} : 5757 
+pl {05757.s2} (1)
+pl {05758.p1|05759.p0} : 5758 
+pl {05758.s2} (1)
+pl {05759.p1|05760.p0} : 5759 
+pl {05759.s2} (1)
+pl {05760.p1|05761.p0} : 5760 
+pl {05760.s2} (1)
+pl {05761.p1|05762.p0} : 5761 
+pl {05761.s2} (1)
+pl {05762.p1|05763.p0} : 5762 
+pl {05762.s2} (1)
+pl {05763.p1|05764.p0} : 5763 
+pl {05763.s2} (1)
+pl {05764.p1|05765.p0} : 5764 
+pl {05764.s2} (1)
+pl {05765.p1|05766.p0} : 5765 
+pl {05765.s2} (1)
+pl {05766.p1|05767.p0} : 5766 
+pl {05766.s2} (1)
+pl {05767.p1|05768.p0} : 5767 
+pl {05767.s2} (1)
+pl {05768.p1|05769.p0} : 5768 
+pl {05768.s2} (1)
+pl {05769.p1|05770.p0} : 5769 
+pl {05769.s2} (1)
+pl {05770.p1|05771.p0} : 5770 
+pl {05770.s2} (1)
+pl {05771.p1|05772.p0} : 5771 
+pl {05771.s2} (1)
+pl {05772.p1|05773.p0} : 5772 
+pl {05772.s2} (1)
+pl {05773.p1|05774.p0} : 5773 
+pl {05773.s2} (1)
+pl {05774.p1|05775.p0} : 5774 
+pl {05774.s2} (1)
+pl {05775.p1|05776.p0} : 5775 
+pl {05775.s2} (1)
+pl {05776.p1|05777.p0} : 5776 
+pl {05776.s2} (1)
+pl {05777.p1|05778.p0} : 5777 
+pl {05777.s2} (1)
+pl {05778.p1|05779.p0} : 5778 
+pl {05778.s2} (1)
+pl {05779.p1|05780.p0} : 5779 
+pl {05779.s2} (1)
+pl {05780.p1|05781.p0} : 5780 
+pl {05780.s2} (1)
+pl {05781.p1|05782.p0} : 5781 
+pl {05781.s2} (1)
+pl {05782.p1|05783.p0} : 5782 
+pl {05782.s2} (1)
+pl {05783.p1|05784.p0} : 5783 
+pl {05783.s2} (1)
+pl {05784.p1|05785.p0} : 5784 
+pl {05784.s2} (1)
+pl {05785.p1|05786.p0} : 5785 
+pl {05785.s2} (1)
+pl {05786.p1|05787.p0} : 5786 
+pl {05786.s2} (1)
+pl {05787.p1|05788.p0} : 5787 
+pl {05787.s2} (1)
+pl {05788.p1|05789.p0} : 5788 
+pl {05788.s2} (1)
+pl {05789.p1|05790.p0} : 5789 
+pl {05789.s2} (1)
+pl {05790.p1|05791.p0} : 5790 
+pl {05790.s2} (1)
+pl {05791.p1|05792.p0} : 5791 
+pl {05791.s2} (1)
+pl {05792.p1|05793.p0} : 5792 
+pl {05792.s2} (1)
+pl {05793.p1|05794.p0} : 5793 
+pl {05793.s2} (1)
+pl {05794.p1|05795.p0} : 5794 
+pl {05794.s2} (1)
+pl {05795.p1|05796.p0} : 5795 
+pl {05795.s2} (1)
+pl {05796.p1|05797.p0} : 5796 
+pl {05796.s2} (1)
+pl {05797.p1|05798.p0} : 5797 
+pl {05797.s2} (1)
+pl {05798.p1|05799.p0} : 5798 
+pl {05798.s2} (1)
+pl {05799.p1|05800.p0} : 5799 
+pl {05799.s2} (1)
+pl {05800.p1|05801.p0} : 5800 
+pl {05800.s2} (1)
+pl {05801.p1|05802.p0} : 5801 
+pl {05801.s2} (1)
+pl {05802.p1|05803.p0} : 5802 
+pl {05802.s2} (1)
+pl {05803.p1|05804.p0} : 5803 
+pl {05803.s2} (1)
+pl {05804.p1|05805.p0} : 5804 
+pl {05804.s2} (1)
+pl {05805.p1|05806.p0} : 5805 
+pl {05805.s2} (1)
+pl {05806.p1|05807.p0} : 5806 
+pl {05806.s2} (1)
+pl {05807.p1|05808.p0} : 5807 
+pl {05807.s2} (1)
+pl {05808.p1|05809.p0} : 5808 
+pl {05808.s2} (1)
+pl {05809.p1|05810.p0} : 5809 
+pl {05809.s2} (1)
+pl {05810.p1|05811.p0} : 5810 
+pl {05810.s2} (1)
+pl {05811.p1|05812.p0} : 5811 
+pl {05811.s2} (1)
+pl {05812.p1|05813.p0} : 5812 
+pl {05812.s2} (1)
+pl {05813.p1|05814.p0} : 5813 
+pl {05813.s2} (1)
+pl {05814.p1|05815.p0} : 5814 
+pl {05814.s2} (1)
+pl {05815.p1|05816.p0} : 5815 
+pl {05815.s2} (1)
+pl {05816.p1|05817.p0} : 5816 
+pl {05816.s2} (1)
+pl {05817.p1|05818.p0} : 5817 
+pl {05817.s2} (1)
+pl {05818.p1|05819.p0} : 5818 
+pl {05818.s2} (1)
+pl {05819.p1|05820.p0} : 5819 
+pl {05819.s2} (1)
+pl {05820.p1|05821.p0} : 5820 
+pl {05820.s2} (1)
+pl {05821.p1|05822.p0} : 5821 
+pl {05821.s2} (1)
+pl {05822.p1|05823.p0} : 5822 
+pl {05822.s2} (1)
+pl {05823.p1|05824.p0} : 5823 
+pl {05823.s2} (1)
+pl {05824.p1|05825.p0} : 5824 
+pl {05824.s2} (1)
+pl {05825.p1|05826.p0} : 5825 
+pl {05825.s2} (1)
+pl {05826.p1|05827.p0} : 5826 
+pl {05826.s2} (1)
+pl {05827.p1|05828.p0} : 5827 
+pl {05827.s2} (1)
+pl {05828.p1|05829.p0} : 5828 
+pl {05828.s2} (1)
+pl {05829.p1|05830.p0} : 5829 
+pl {05829.s2} (1)
+pl {05830.p1|05831.p0} : 5830 
+pl {05830.s2} (1)
+pl {05831.p1|05832.p0} : 5831 
+pl {05831.s2} (1)
+pl {05832.p1|05833.p0} : 5832 
+pl {05832.s2} (1)
+pl {05833.p1|05834.p0} : 5833 
+pl {05833.s2} (1)
+pl {05834.p1|05835.p0} : 5834 
+pl {05834.s2} (1)
+pl {05835.p1|05836.p0} : 5835 
+pl {05835.s2} (1)
+pl {05836.p1|05837.p0} : 5836 
+pl {05836.s2} (1)
+pl {05837.p1|05838.p0} : 5837 
+pl {05837.s2} (1)
+pl {05838.p1|05839.p0} : 5838 
+pl {05838.s2} (1)
+pl {05839.p1|05840.p0} : 5839 
+pl {05839.s2} (1)
+pl {05840.p1|05841.p0} : 5840 
+pl {05840.s2} (1)
+pl {05841.p1|05842.p0} : 5841 
+pl {05841.s2} (1)
+pl {05842.p1|05843.p0} : 5842 
+pl {05842.s2} (1)
+pl {05843.p1|05844.p0} : 5843 
+pl {05843.s2} (1)
+pl {05844.p1|05845.p0} : 5844 
+pl {05844.s2} (1)
+pl {05845.p1|05846.p0} : 5845 
+pl {05845.s2} (1)
+pl {05846.p1|05847.p0} : 5846 
+pl {05846.s2} (1)
+pl {05847.p1|05848.p0} : 5847 
+pl {05847.s2} (1)
+pl {05848.p1|05849.p0} : 5848 
+pl {05848.s2} (1)
+pl {05849.p1|05850.p0} : 5849 
+pl {05849.s2} (1)
+pl {05850.p1|05851.p0} : 5850 
+pl {05850.s2} (1)
+pl {05851.p1|05852.p0} : 5851 
+pl {05851.s2} (1)
+pl {05852.p1|05853.p0} : 5852 
+pl {05852.s2} (1)
+pl {05853.p1|05854.p0} : 5853 
+pl {05853.s2} (1)
+pl {05854.p1|05855.p0} : 5854 
+pl {05854.s2} (1)
+pl {05855.p1|05856.p0} : 5855 
+pl {05855.s2} (1)
+pl {05856.p1|05857.p0} : 5856 
+pl {05856.s2} (1)
+pl {05857.p1|05858.p0} : 5857 
+pl {05857.s2} (1)
+pl {05858.p1|05859.p0} : 5858 
+pl {05858.s2} (1)
+pl {05859.p1|05860.p0} : 5859 
+pl {05859.s2} (1)
+pl {05860.p1|05861.p0} : 5860 
+pl {05860.s2} (1)
+pl {05861.p1|05862.p0} : 5861 
+pl {05861.s2} (1)
+pl {05862.p1|05863.p0} : 5862 
+pl {05862.s2} (1)
+pl {05863.p1|05864.p0} : 5863 
+pl {05863.s2} (1)
+pl {05864.p1|05865.p0} : 5864 
+pl {05864.s2} (1)
+pl {05865.p1|05866.p0} : 5865 
+pl {05865.s2} (1)
+pl {05866.p1|05867.p0} : 5866 
+pl {05866.s2} (1)
+pl {05867.p1|05868.p0} : 5867 
+pl {05867.s2} (1)
+pl {05868.p1|05869.p0} : 5868 
+pl {05868.s2} (1)
+pl {05869.p1|05870.p0} : 5869 
+pl {05869.s2} (1)
+pl {05870.p1|05871.p0} : 5870 
+pl {05870.s2} (1)
+pl {05871.p1|05872.p0} : 5871 
+pl {05871.s2} (1)
+pl {05872.p1|05873.p0} : 5872 
+pl {05872.s2} (1)
+pl {05873.p1|05874.p0} : 5873 
+pl {05873.s2} (1)
+pl {05874.p1|05875.p0} : 5874 
+pl {05874.s2} (1)
+pl {05875.p1|05876.p0} : 5875 
+pl {05875.s2} (1)
+pl {05876.p1|05877.p0} : 5876 
+pl {05876.s2} (1)
+pl {05877.p1|05878.p0} : 5877 
+pl {05877.s2} (1)
+pl {05878.p1|05879.p0} : 5878 
+pl {05878.s2} (1)
+pl {05879.p1|05880.p0} : 5879 
+pl {05879.s2} (1)
+pl {05880.p1|05881.p0} : 5880 
+pl {05880.s2} (1)
+pl {05881.p1|05882.p0} : 5881 
+pl {05881.s2} (1)
+pl {05882.p1|05883.p0} : 5882 
+pl {05882.s2} (1)
+pl {05883.p1|05884.p0} : 5883 
+pl {05883.s2} (1)
+pl {05884.p1|05885.p0} : 5884 
+pl {05884.s2} (1)
+pl {05885.p1|05886.p0} : 5885 
+pl {05885.s2} (1)
+pl {05886.p1|05887.p0} : 5886 
+pl {05886.s2} (1)
+pl {05887.p1|05888.p0} : 5887 
+pl {05887.s2} (1)
+pl {05888.p1|05889.p0} : 5888 
+pl {05888.s2} (1)
+pl {05889.p1|05890.p0} : 5889 
+pl {05889.s2} (1)
+pl {05890.p1|05891.p0} : 5890 
+pl {05890.s2} (1)
+pl {05891.p1|05892.p0} : 5891 
+pl {05891.s2} (1)
+pl {05892.p1|05893.p0} : 5892 
+pl {05892.s2} (1)
+pl {05893.p1|05894.p0} : 5893 
+pl {05893.s2} (1)
+pl {05894.p1|05895.p0} : 5894 
+pl {05894.s2} (1)
+pl {05895.p1|05896.p0} : 5895 
+pl {05895.s2} (1)
+pl {05896.p1|05897.p0} : 5896 
+pl {05896.s2} (1)
+pl {05897.p1|05898.p0} : 5897 
+pl {05897.s2} (1)
+pl {05898.p1|05899.p0} : 5898 
+pl {05898.s2} (1)
+pl {05899.p1|05900.p0} : 5899 
+pl {05899.s2} (1)
+pl {05900.p1|05901.p0} : 5900 
+pl {05900.s2} (1)
+pl {05901.p1|05902.p0} : 5901 
+pl {05901.s2} (1)
+pl {05902.p1|05903.p0} : 5902 
+pl {05902.s2} (1)
+pl {05903.p1|05904.p0} : 5903 
+pl {05903.s2} (1)
+pl {05904.p1|05905.p0} : 5904 
+pl {05904.s2} (1)
+pl {05905.p1|05906.p0} : 5905 
+pl {05905.s2} (1)
+pl {05906.p1|05907.p0} : 5906 
+pl {05906.s2} (1)
+pl {05907.p1|05908.p0} : 5907 
+pl {05907.s2} (1)
+pl {05908.p1|05909.p0} : 5908 
+pl {05908.s2} (1)
+pl {05909.p1|05910.p0} : 5909 
+pl {05909.s2} (1)
+pl {05910.p1|05911.p0} : 5910 
+pl {05910.s2} (1)
+pl {05911.p1|05912.p0} : 5911 
+pl {05911.s2} (1)
+pl {05912.p1|05913.p0} : 5912 
+pl {05912.s2} (1)
+pl {05913.p1|05914.p0} : 5913 
+pl {05913.s2} (1)
+pl {05914.p1|05915.p0} : 5914 
+pl {05914.s2} (1)
+pl {05915.p1|05916.p0} : 5915 
+pl {05915.s2} (1)
+pl {05916.p1|05917.p0} : 5916 
+pl {05916.s2} (1)
+pl {05917.p1|05918.p0} : 5917 
+pl {05917.s2} (1)
+pl {05918.p1|05919.p0} : 5918 
+pl {05918.s2} (1)
+pl {05919.p1|05920.p0} : 5919 
+pl {05919.s2} (1)
+pl {05920.p1|05921.p0} : 5920 
+pl {05920.s2} (1)
+pl {05921.p1|05922.p0} : 5921 
+pl {05921.s2} (1)
+pl {05922.p1|05923.p0} : 5922 
+pl {05922.s2} (1)
+pl {05923.p1|05924.p0} : 5923 
+pl {05923.s2} (1)
+pl {05924.p1|05925.p0} : 5924 
+pl {05924.s2} (1)
+pl {05925.p1|05926.p0} : 5925 
+pl {05925.s2} (1)
+pl {05926.p1|05927.p0} : 5926 
+pl {05926.s2} (1)
+pl {05927.p1|05928.p0} : 5927 
+pl {05927.s2} (1)
+pl {05928.p1|05929.p0} : 5928 
+pl {05928.s2} (1)
+pl {05929.p1|05930.p0} : 5929 
+pl {05929.s2} (1)
+pl {05930.p1|05931.p0} : 5930 
+pl {05930.s2} (1)
+pl {05931.p1|05932.p0} : 5931 
+pl {05931.s2} (1)
+pl {05932.p1|05933.p0} : 5932 
+pl {05932.s2} (1)
+pl {05933.p1|05934.p0} : 5933 
+pl {05933.s2} (1)
+pl {05934.p1|05935.p0} : 5934 
+pl {05934.s2} (1)
+pl {05935.p1|05936.p0} : 5935 
+pl {05935.s2} (1)
+pl {05936.p1|05937.p0} : 5936 
+pl {05936.s2} (1)
+pl {05937.p1|05938.p0} : 5937 
+pl {05937.s2} (1)
+pl {05938.p1|05939.p0} : 5938 
+pl {05938.s2} (1)
+pl {05939.p1|05940.p0} : 5939 
+pl {05939.s2} (1)
+pl {05940.p1|05941.p0} : 5940 
+pl {05940.s2} (1)
+pl {05941.p1|05942.p0} : 5941 
+pl {05941.s2} (1)
+pl {05942.p1|05943.p0} : 5942 
+pl {05942.s2} (1)
+pl {05943.p1|05944.p0} : 5943 
+pl {05943.s2} (1)
+pl {05944.p1|05945.p0} : 5944 
+pl {05944.s2} (1)
+pl {05945.p1|05946.p0} : 5945 
+pl {05945.s2} (1)
+pl {05946.p1|05947.p0} : 5946 
+pl {05946.s2} (1)
+pl {05947.p1|05948.p0} : 5947 
+pl {05947.s2} (1)
+pl {05948.p1|05949.p0} : 5948 
+pl {05948.s2} (1)
+pl {05949.p1|05950.p0} : 5949 
+pl {05949.s2} (1)
+pl {05950.p1|05951.p0} : 5950 
+pl {05950.s2} (1)
+pl {05951.p1|05952.p0} : 5951 
+pl {05951.s2} (1)
+pl {05952.p1|05953.p0} : 5952 
+pl {05952.s2} (1)
+pl {05953.p1|05954.p0} : 5953 
+pl {05953.s2} (1)
+pl {05954.p1|05955.p0} : 5954 
+pl {05954.s2} (1)
+pl {05955.p1|05956.p0} : 5955 
+pl {05955.s2} (1)
+pl {05956.p1|05957.p0} : 5956 
+pl {05956.s2} (1)
+pl {05957.p1|05958.p0} : 5957 
+pl {05957.s2} (1)
+pl {05958.p1|05959.p0} : 5958 
+pl {05958.s2} (1)
+pl {05959.p1|05960.p0} : 5959 
+pl {05959.s2} (1)
+pl {05960.p1|05961.p0} : 5960 
+pl {05960.s2} (1)
+pl {05961.p1|05962.p0} : 5961 
+pl {05961.s2} (1)
+pl {05962.p1|05963.p0} : 5962 
+pl {05962.s2} (1)
+pl {05963.p1|05964.p0} : 5963 
+pl {05963.s2} (1)
+pl {05964.p1|05965.p0} : 5964 
+pl {05964.s2} (1)
+pl {05965.p1|05966.p0} : 5965 
+pl {05965.s2} (1)
+pl {05966.p1|05967.p0} : 5966 
+pl {05966.s2} (1)
+pl {05967.p1|05968.p0} : 5967 
+pl {05967.s2} (1)
+pl {05968.p1|05969.p0} : 5968 
+pl {05968.s2} (1)
+pl {05969.p1|05970.p0} : 5969 
+pl {05969.s2} (1)
+pl {05970.p1|05971.p0} : 5970 
+pl {05970.s2} (1)
+pl {05971.p1|05972.p0} : 5971 
+pl {05971.s2} (1)
+pl {05972.p1|05973.p0} : 5972 
+pl {05972.s2} (1)
+pl {05973.p1|05974.p0} : 5973 
+pl {05973.s2} (1)
+pl {05974.p1|05975.p0} : 5974 
+pl {05974.s2} (1)
+pl {05975.p1|05976.p0} : 5975 
+pl {05975.s2} (1)
+pl {05976.p1|05977.p0} : 5976 
+pl {05976.s2} (1)
+pl {05977.p1|05978.p0} : 5977 
+pl {05977.s2} (1)
+pl {05978.p1|05979.p0} : 5978 
+pl {05978.s2} (1)
+pl {05979.p1|05980.p0} : 5979 
+pl {05979.s2} (1)
+pl {05980.p1|05981.p0} : 5980 
+pl {05980.s2} (1)
+pl {05981.p1|05982.p0} : 5981 
+pl {05981.s2} (1)
+pl {05982.p1|05983.p0} : 5982 
+pl {05982.s2} (1)
+pl {05983.p1|05984.p0} : 5983 
+pl {05983.s2} (1)
+pl {05984.p1|05985.p0} : 5984 
+pl {05984.s2} (1)
+pl {05985.p1|05986.p0} : 5985 
+pl {05985.s2} (1)
+pl {05986.p1|05987.p0} : 5986 
+pl {05986.s2} (1)
+pl {05987.p1|05988.p0} : 5987 
+pl {05987.s2} (1)
+pl {05988.p1|05989.p0} : 5988 
+pl {05988.s2} (1)
+pl {05989.p1|05990.p0} : 5989 
+pl {05989.s2} (1)
+pl {05990.p1|05991.p0} : 5990 
+pl {05990.s2} (1)
+pl {05991.p1|05992.p0} : 5991 
+pl {05991.s2} (1)
+pl {05992.p1|05993.p0} : 5992 
+pl {05992.s2} (1)
+pl {05993.p1|05994.p0} : 5993 
+pl {05993.s2} (1)
+pl {05994.p1|05995.p0} : 5994 
+pl {05994.s2} (1)
+pl {05995.p1|05996.p0} : 5995 
+pl {05995.s2} (1)
+pl {05996.p1|05997.p0} : 5996 
+pl {05996.s2} (1)
+pl {05997.p1|05998.p0} : 5997 
+pl {05997.s2} (1)
+pl {05998.p1|05999.p0} : 5998 
+pl {05998.s2} (1)
+pl {05999.p1|06000.p0} : 5999 
+pl {05999.s2} (1)
+pl {06000.p1|06001.p0} : 6000 
+pl {06000.s2} (1)
+pl {06001.p1|06002.p0} : 6001 
+pl {06001.s2} (1)
+pl {06002.p1|06003.p0} : 6002 
+pl {06002.s2} (1)
+pl {06003.p1|06004.p0} : 6003 
+pl {06003.s2} (1)
+pl {06004.p1|06005.p0} : 6004 
+pl {06004.s2} (1)
+pl {06005.p1|06006.p0} : 6005 
+pl {06005.s2} (1)
+pl {06006.p1|06007.p0} : 6006 
+pl {06006.s2} (1)
+pl {06007.p1|06008.p0} : 6007 
+pl {06007.s2} (1)
+pl {06008.p1|06009.p0} : 6008 
+pl {06008.s2} (1)
+pl {06009.p1|06010.p0} : 6009 
+pl {06009.s2} (1)
+pl {06010.p1|06011.p0} : 6010 
+pl {06010.s2} (1)
+pl {06011.p1|06012.p0} : 6011 
+pl {06011.s2} (1)
+pl {06012.p1|06013.p0} : 6012 
+pl {06012.s2} (1)
+pl {06013.p1|06014.p0} : 6013 
+pl {06013.s2} (1)
+pl {06014.p1|06015.p0} : 6014 
+pl {06014.s2} (1)
+pl {06015.p1|06016.p0} : 6015 
+pl {06015.s2} (1)
+pl {06016.p1|06017.p0} : 6016 
+pl {06016.s2} (1)
+pl {06017.p1|06018.p0} : 6017 
+pl {06017.s2} (1)
+pl {06018.p1|06019.p0} : 6018 
+pl {06018.s2} (1)
+pl {06019.p1|06020.p0} : 6019 
+pl {06019.s2} (1)
+pl {06020.p1|06021.p0} : 6020 
+pl {06020.s2} (1)
+pl {06021.p1|06022.p0} : 6021 
+pl {06021.s2} (1)
+pl {06022.p1|06023.p0} : 6022 
+pl {06022.s2} (1)
+pl {06023.p1|06024.p0} : 6023 
+pl {06023.s2} (1)
+pl {06024.p1|06025.p0} : 6024 
+pl {06024.s2} (1)
+pl {06025.p1|06026.p0} : 6025 
+pl {06025.s2} (1)
+pl {06026.p1|06027.p0} : 6026 
+pl {06026.s2} (1)
+pl {06027.p1|06028.p0} : 6027 
+pl {06027.s2} (1)
+pl {06028.p1|06029.p0} : 6028 
+pl {06028.s2} (1)
+pl {06029.p1|06030.p0} : 6029 
+pl {06029.s2} (1)
+pl {06030.p1|06031.p0} : 6030 
+pl {06030.s2} (1)
+pl {06031.p1|06032.p0} : 6031 
+pl {06031.s2} (1)
+pl {06032.p1|06033.p0} : 6032 
+pl {06032.s2} (1)
+pl {06033.p1|06034.p0} : 6033 
+pl {06033.s2} (1)
+pl {06034.p1|06035.p0} : 6034 
+pl {06034.s2} (1)
+pl {06035.p1|06036.p0} : 6035 
+pl {06035.s2} (1)
+pl {06036.p1|06037.p0} : 6036 
+pl {06036.s2} (1)
+pl {06037.p1|06038.p0} : 6037 
+pl {06037.s2} (1)
+pl {06038.p1|06039.p0} : 6038 
+pl {06038.s2} (1)
+pl {06039.p1|06040.p0} : 6039 
+pl {06039.s2} (1)
+pl {06040.p1|06041.p0} : 6040 
+pl {06040.s2} (1)
+pl {06041.p1|06042.p0} : 6041 
+pl {06041.s2} (1)
+pl {06042.p1|06043.p0} : 6042 
+pl {06042.s2} (1)
+pl {06043.p1|06044.p0} : 6043 
+pl {06043.s2} (1)
+pl {06044.p1|06045.p0} : 6044 
+pl {06044.s2} (1)
+pl {06045.p1|06046.p0} : 6045 
+pl {06045.s2} (1)
+pl {06046.p1|06047.p0} : 6046 
+pl {06046.s2} (1)
+pl {06047.p1|06048.p0} : 6047 
+pl {06047.s2} (1)
+pl {06048.p1|06049.p0} : 6048 
+pl {06048.s2} (1)
+pl {06049.p1|06050.p0} : 6049 
+pl {06049.s2} (1)
+pl {06050.p1|06051.p0} : 6050 
+pl {06050.s2} (1)
+pl {06051.p1|06052.p0} : 6051 
+pl {06051.s2} (1)
+pl {06052.p1|06053.p0} : 6052 
+pl {06052.s2} (1)
+pl {06053.p1|06054.p0} : 6053 
+pl {06053.s2} (1)
+pl {06054.p1|06055.p0} : 6054 
+pl {06054.s2} (1)
+pl {06055.p1|06056.p0} : 6055 
+pl {06055.s2} (1)
+pl {06056.p1|06057.p0} : 6056 
+pl {06056.s2} (1)
+pl {06057.p1|06058.p0} : 6057 
+pl {06057.s2} (1)
+pl {06058.p1|06059.p0} : 6058 
+pl {06058.s2} (1)
+pl {06059.p1|06060.p0} : 6059 
+pl {06059.s2} (1)
+pl {06060.p1|06061.p0} : 6060 
+pl {06060.s2} (1)
+pl {06061.p1|06062.p0} : 6061 
+pl {06061.s2} (1)
+pl {06062.p1|06063.p0} : 6062 
+pl {06062.s2} (1)
+pl {06063.p1|06064.p0} : 6063 
+pl {06063.s2} (1)
+pl {06064.p1|06065.p0} : 6064 
+pl {06064.s2} (1)
+pl {06065.p1|06066.p0} : 6065 
+pl {06065.s2} (1)
+pl {06066.p1|06067.p0} : 6066 
+pl {06066.s2} (1)
+pl {06067.p1|06068.p0} : 6067 
+pl {06067.s2} (1)
+pl {06068.p1|06069.p0} : 6068 
+pl {06068.s2} (1)
+pl {06069.p1|06070.p0} : 6069 
+pl {06069.s2} (1)
+pl {06070.p1|06071.p0} : 6070 
+pl {06070.s2} (1)
+pl {06071.p1|06072.p0} : 6071 
+pl {06071.s2} (1)
+pl {06072.p1|06073.p0} : 6072 
+pl {06072.s2} (1)
+pl {06073.p1|06074.p0} : 6073 
+pl {06073.s2} (1)
+pl {06074.p1|06075.p0} : 6074 
+pl {06074.s2} (1)
+pl {06075.p1|06076.p0} : 6075 
+pl {06075.s2} (1)
+pl {06076.p1|06077.p0} : 6076 
+pl {06076.s2} (1)
+pl {06077.p1|06078.p0} : 6077 
+pl {06077.s2} (1)
+pl {06078.p1|06079.p0} : 6078 
+pl {06078.s2} (1)
+pl {06079.p1|06080.p0} : 6079 
+pl {06079.s2} (1)
+pl {06080.p1|06081.p0} : 6080 
+pl {06080.s2} (1)
+pl {06081.p1|06082.p0} : 6081 
+pl {06081.s2} (1)
+pl {06082.p1|06083.p0} : 6082 
+pl {06082.s2} (1)
+pl {06083.p1|06084.p0} : 6083 
+pl {06083.s2} (1)
+pl {06084.p1|06085.p0} : 6084 
+pl {06084.s2} (1)
+pl {06085.p1|06086.p0} : 6085 
+pl {06085.s2} (1)
+pl {06086.p1|06087.p0} : 6086 
+pl {06086.s2} (1)
+pl {06087.p1|06088.p0} : 6087 
+pl {06087.s2} (1)
+pl {06088.p1|06089.p0} : 6088 
+pl {06088.s2} (1)
+pl {06089.p1|06090.p0} : 6089 
+pl {06089.s2} (1)
+pl {06090.p1|06091.p0} : 6090 
+pl {06090.s2} (1)
+pl {06091.p1|06092.p0} : 6091 
+pl {06091.s2} (1)
+pl {06092.p1|06093.p0} : 6092 
+pl {06092.s2} (1)
+pl {06093.p1|06094.p0} : 6093 
+pl {06093.s2} (1)
+pl {06094.p1|06095.p0} : 6094 
+pl {06094.s2} (1)
+pl {06095.p1|06096.p0} : 6095 
+pl {06095.s2} (1)
+pl {06096.p1|06097.p0} : 6096 
+pl {06096.s2} (1)
+pl {06097.p1|06098.p0} : 6097 
+pl {06097.s2} (1)
+pl {06098.p1|06099.p0} : 6098 
+pl {06098.s2} (1)
+pl {06099.p1|06100.p0} : 6099 
+pl {06099.s2} (1)
+pl {06100.p1|06101.p0} : 6100 
+pl {06100.s2} (1)
+pl {06101.p1|06102.p0} : 6101 
+pl {06101.s2} (1)
+pl {06102.p1|06103.p0} : 6102 
+pl {06102.s2} (1)
+pl {06103.p1|06104.p0} : 6103 
+pl {06103.s2} (1)
+pl {06104.p1|06105.p0} : 6104 
+pl {06104.s2} (1)
+pl {06105.p1|06106.p0} : 6105 
+pl {06105.s2} (1)
+pl {06106.p1|06107.p0} : 6106 
+pl {06106.s2} (1)
+pl {06107.p1|06108.p0} : 6107 
+pl {06107.s2} (1)
+pl {06108.p1|06109.p0} : 6108 
+pl {06108.s2} (1)
+pl {06109.p1|06110.p0} : 6109 
+pl {06109.s2} (1)
+pl {06110.p1|06111.p0} : 6110 
+pl {06110.s2} (1)
+pl {06111.p1|06112.p0} : 6111 
+pl {06111.s2} (1)
+pl {06112.p1|06113.p0} : 6112 
+pl {06112.s2} (1)
+pl {06113.p1|06114.p0} : 6113 
+pl {06113.s2} (1)
+pl {06114.p1|06115.p0} : 6114 
+pl {06114.s2} (1)
+pl {06115.p1|06116.p0} : 6115 
+pl {06115.s2} (1)
+pl {06116.p1|06117.p0} : 6116 
+pl {06116.s2} (1)
+pl {06117.p1|06118.p0} : 6117 
+pl {06117.s2} (1)
+pl {06118.p1|06119.p0} : 6118 
+pl {06118.s2} (1)
+pl {06119.p1|06120.p0} : 6119 
+pl {06119.s2} (1)
+pl {06120.p1|06121.p0} : 6120 
+pl {06120.s2} (1)
+pl {06121.p1|06122.p0} : 6121 
+pl {06121.s2} (1)
+pl {06122.p1|06123.p0} : 6122 
+pl {06122.s2} (1)
+pl {06123.p1|06124.p0} : 6123 
+pl {06123.s2} (1)
+pl {06124.p1|06125.p0} : 6124 
+pl {06124.s2} (1)
+pl {06125.p1|06126.p0} : 6125 
+pl {06125.s2} (1)
+pl {06126.p1|06127.p0} : 6126 
+pl {06126.s2} (1)
+pl {06127.p1|06128.p0} : 6127 
+pl {06127.s2} (1)
+pl {06128.p1|06129.p0} : 6128 
+pl {06128.s2} (1)
+pl {06129.p1|06130.p0} : 6129 
+pl {06129.s2} (1)
+pl {06130.p1|06131.p0} : 6130 
+pl {06130.s2} (1)
+pl {06131.p1|06132.p0} : 6131 
+pl {06131.s2} (1)
+pl {06132.p1|06133.p0} : 6132 
+pl {06132.s2} (1)
+pl {06133.p1|06134.p0} : 6133 
+pl {06133.s2} (1)
+pl {06134.p1|06135.p0} : 6134 
+pl {06134.s2} (1)
+pl {06135.p1|06136.p0} : 6135 
+pl {06135.s2} (1)
+pl {06136.p1|06137.p0} : 6136 
+pl {06136.s2} (1)
+pl {06137.p1|06138.p0} : 6137 
+pl {06137.s2} (1)
+pl {06138.p1|06139.p0} : 6138 
+pl {06138.s2} (1)
+pl {06139.p1|06140.p0} : 6139 
+pl {06139.s2} (1)
+pl {06140.p1|06141.p0} : 6140 
+pl {06140.s2} (1)
+pl {06141.p1|06142.p0} : 6141 
+pl {06141.s2} (1)
+pl {06142.p1|06143.p0} : 6142 
+pl {06142.s2} (1)
+pl {06143.p1|06144.p0} : 6143 
+pl {06143.s2} (1)
+pl {06144.p1|06145.p0} : 6144 
+pl {06144.s2} (1)
+pl {06145.p1|06146.p0} : 6145 
+pl {06145.s2} (1)
+pl {06146.p1|06147.p0} : 6146 
+pl {06146.s2} (1)
+pl {06147.p1|06148.p0} : 6147 
+pl {06147.s2} (1)
+pl {06148.p1|06149.p0} : 6148 
+pl {06148.s2} (1)
+pl {06149.p1|06150.p0} : 6149 
+pl {06149.s2} (1)
+pl {06150.p1|06151.p0} : 6150 
+pl {06150.s2} (1)
+pl {06151.p1|06152.p0} : 6151 
+pl {06151.s2} (1)
+pl {06152.p1|06153.p0} : 6152 
+pl {06152.s2} (1)
+pl {06153.p1|06154.p0} : 6153 
+pl {06153.s2} (1)
+pl {06154.p1|06155.p0} : 6154 
+pl {06154.s2} (1)
+pl {06155.p1|06156.p0} : 6155 
+pl {06155.s2} (1)
+pl {06156.p1|06157.p0} : 6156 
+pl {06156.s2} (1)
+pl {06157.p1|06158.p0} : 6157 
+pl {06157.s2} (1)
+pl {06158.p1|06159.p0} : 6158 
+pl {06158.s2} (1)
+pl {06159.p1|06160.p0} : 6159 
+pl {06159.s2} (1)
+pl {06160.p1|06161.p0} : 6160 
+pl {06160.s2} (1)
+pl {06161.p1|06162.p0} : 6161 
+pl {06161.s2} (1)
+pl {06162.p1|06163.p0} : 6162 
+pl {06162.s2} (1)
+pl {06163.p1|06164.p0} : 6163 
+pl {06163.s2} (1)
+pl {06164.p1|06165.p0} : 6164 
+pl {06164.s2} (1)
+pl {06165.p1|06166.p0} : 6165 
+pl {06165.s2} (1)
+pl {06166.p1|06167.p0} : 6166 
+pl {06166.s2} (1)
+pl {06167.p1|06168.p0} : 6167 
+pl {06167.s2} (1)
+pl {06168.p1|06169.p0} : 6168 
+pl {06168.s2} (1)
+pl {06169.p1|06170.p0} : 6169 
+pl {06169.s2} (1)
+pl {06170.p1|06171.p0} : 6170 
+pl {06170.s2} (1)
+pl {06171.p1|06172.p0} : 6171 
+pl {06171.s2} (1)
+pl {06172.p1|06173.p0} : 6172 
+pl {06172.s2} (1)
+pl {06173.p1|06174.p0} : 6173 
+pl {06173.s2} (1)
+pl {06174.p1|06175.p0} : 6174 
+pl {06174.s2} (1)
+pl {06175.p1|06176.p0} : 6175 
+pl {06175.s2} (1)
+pl {06176.p1|06177.p0} : 6176 
+pl {06176.s2} (1)
+pl {06177.p1|06178.p0} : 6177 
+pl {06177.s2} (1)
+pl {06178.p1|06179.p0} : 6178 
+pl {06178.s2} (1)
+pl {06179.p1|06180.p0} : 6179 
+pl {06179.s2} (1)
+pl {06180.p1|06181.p0} : 6180 
+pl {06180.s2} (1)
+pl {06181.p1|06182.p0} : 6181 
+pl {06181.s2} (1)
+pl {06182.p1|06183.p0} : 6182 
+pl {06182.s2} (1)
+pl {06183.p1|06184.p0} : 6183 
+pl {06183.s2} (1)
+pl {06184.p1|06185.p0} : 6184 
+pl {06184.s2} (1)
+pl {06185.p1|06186.p0} : 6185 
+pl {06185.s2} (1)
+pl {06186.p1|06187.p0} : 6186 
+pl {06186.s2} (1)
+pl {06187.p1|06188.p0} : 6187 
+pl {06187.s2} (1)
+pl {06188.p1|06189.p0} : 6188 
+pl {06188.s2} (1)
+pl {06189.p1|06190.p0} : 6189 
+pl {06189.s2} (1)
+pl {06190.p1|06191.p0} : 6190 
+pl {06190.s2} (1)
+pl {06191.p1|06192.p0} : 6191 
+pl {06191.s2} (1)
+pl {06192.p1|06193.p0} : 6192 
+pl {06192.s2} (1)
+pl {06193.p1|06194.p0} : 6193 
+pl {06193.s2} (1)
+pl {06194.p1|06195.p0} : 6194 
+pl {06194.s2} (1)
+pl {06195.p1|06196.p0} : 6195 
+pl {06195.s2} (1)
+pl {06196.p1|06197.p0} : 6196 
+pl {06196.s2} (1)
+pl {06197.p1|06198.p0} : 6197 
+pl {06197.s2} (1)
+pl {06198.p1|06199.p0} : 6198 
+pl {06198.s2} (1)
+pl {06199.p1|06200.p0} : 6199 
+pl {06199.s2} (1)
+pl {06200.p1|06201.p0} : 6200 
+pl {06200.s2} (1)
+pl {06201.p1|06202.p0} : 6201 
+pl {06201.s2} (1)
+pl {06202.p1|06203.p0} : 6202 
+pl {06202.s2} (1)
+pl {06203.p1|06204.p0} : 6203 
+pl {06203.s2} (1)
+pl {06204.p1|06205.p0} : 6204 
+pl {06204.s2} (1)
+pl {06205.p1|06206.p0} : 6205 
+pl {06205.s2} (1)
+pl {06206.p1|06207.p0} : 6206 
+pl {06206.s2} (1)
+pl {06207.p1|06208.p0} : 6207 
+pl {06207.s2} (1)
+pl {06208.p1|06209.p0} : 6208 
+pl {06208.s2} (1)
+pl {06209.p1|06210.p0} : 6209 
+pl {06209.s2} (1)
+pl {06210.p1|06211.p0} : 6210 
+pl {06210.s2} (1)
+pl {06211.p1|06212.p0} : 6211 
+pl {06211.s2} (1)
+pl {06212.p1|06213.p0} : 6212 
+pl {06212.s2} (1)
+pl {06213.p1|06214.p0} : 6213 
+pl {06213.s2} (1)
+pl {06214.p1|06215.p0} : 6214 
+pl {06214.s2} (1)
+pl {06215.p1|06216.p0} : 6215 
+pl {06215.s2} (1)
+pl {06216.p1|06217.p0} : 6216 
+pl {06216.s2} (1)
+pl {06217.p1|06218.p0} : 6217 
+pl {06217.s2} (1)
+pl {06218.p1|06219.p0} : 6218 
+pl {06218.s2} (1)
+pl {06219.p1|06220.p0} : 6219 
+pl {06219.s2} (1)
+pl {06220.p1|06221.p0} : 6220 
+pl {06220.s2} (1)
+pl {06221.p1|06222.p0} : 6221 
+pl {06221.s2} (1)
+pl {06222.p1|06223.p0} : 6222 
+pl {06222.s2} (1)
+pl {06223.p1|06224.p0} : 6223 
+pl {06223.s2} (1)
+pl {06224.p1|06225.p0} : 6224 
+pl {06224.s2} (1)
+pl {06225.p1|06226.p0} : 6225 
+pl {06225.s2} (1)
+pl {06226.p1|06227.p0} : 6226 
+pl {06226.s2} (1)
+pl {06227.p1|06228.p0} : 6227 
+pl {06227.s2} (1)
+pl {06228.p1|06229.p0} : 6228 
+pl {06228.s2} (1)
+pl {06229.p1|06230.p0} : 6229 
+pl {06229.s2} (1)
+pl {06230.p1|06231.p0} : 6230 
+pl {06230.s2} (1)
+pl {06231.p1|06232.p0} : 6231 
+pl {06231.s2} (1)
+pl {06232.p1|06233.p0} : 6232 
+pl {06232.s2} (1)
+pl {06233.p1|06234.p0} : 6233 
+pl {06233.s2} (1)
+pl {06234.p1|06235.p0} : 6234 
+pl {06234.s2} (1)
+pl {06235.p1|06236.p0} : 6235 
+pl {06235.s2} (1)
+pl {06236.p1|06237.p0} : 6236 
+pl {06236.s2} (1)
+pl {06237.p1|06238.p0} : 6237 
+pl {06237.s2} (1)
+pl {06238.p1|06239.p0} : 6238 
+pl {06238.s2} (1)
+pl {06239.p1|06240.p0} : 6239 
+pl {06239.s2} (1)
+pl {06240.p1|06241.p0} : 6240 
+pl {06240.s2} (1)
+pl {06241.p1|06242.p0} : 6241 
+pl {06241.s2} (1)
+pl {06242.p1|06243.p0} : 6242 
+pl {06242.s2} (1)
+pl {06243.p1|06244.p0} : 6243 
+pl {06243.s2} (1)
+pl {06244.p1|06245.p0} : 6244 
+pl {06244.s2} (1)
+pl {06245.p1|06246.p0} : 6245 
+pl {06245.s2} (1)
+pl {06246.p1|06247.p0} : 6246 
+pl {06246.s2} (1)
+pl {06247.p1|06248.p0} : 6247 
+pl {06247.s2} (1)
+pl {06248.p1|06249.p0} : 6248 
+pl {06248.s2} (1)
+pl {06249.p1|06250.p0} : 6249 
+pl {06249.s2} (1)
+pl {06250.p1|06251.p0} : 6250 
+pl {06250.s2} (1)
+pl {06251.p1|06252.p0} : 6251 
+pl {06251.s2} (1)
+pl {06252.p1|06253.p0} : 6252 
+pl {06252.s2} (1)
+pl {06253.p1|06254.p0} : 6253 
+pl {06253.s2} (1)
+pl {06254.p1|06255.p0} : 6254 
+pl {06254.s2} (1)
+pl {06255.p1|06256.p0} : 6255 
+pl {06255.s2} (1)
+pl {06256.p1|06257.p0} : 6256 
+pl {06256.s2} (1)
+pl {06257.p1|06258.p0} : 6257 
+pl {06257.s2} (1)
+pl {06258.p1|06259.p0} : 6258 
+pl {06258.s2} (1)
+pl {06259.p1|06260.p0} : 6259 
+pl {06259.s2} (1)
+pl {06260.p1|06261.p0} : 6260 
+pl {06260.s2} (1)
+pl {06261.p1|06262.p0} : 6261 
+pl {06261.s2} (1)
+pl {06262.p1|06263.p0} : 6262 
+pl {06262.s2} (1)
+pl {06263.p1|06264.p0} : 6263 
+pl {06263.s2} (1)
+pl {06264.p1|06265.p0} : 6264 
+pl {06264.s2} (1)
+pl {06265.p1|06266.p0} : 6265 
+pl {06265.s2} (1)
+pl {06266.p1|06267.p0} : 6266 
+pl {06266.s2} (1)
+pl {06267.p1|06268.p0} : 6267 
+pl {06267.s2} (1)
+pl {06268.p1|06269.p0} : 6268 
+pl {06268.s2} (1)
+pl {06269.p1|06270.p0} : 6269 
+pl {06269.s2} (1)
+pl {06270.p1|06271.p0} : 6270 
+pl {06270.s2} (1)
+pl {06271.p1|06272.p0} : 6271 
+pl {06271.s2} (1)
+pl {06272.p1|06273.p0} : 6272 
+pl {06272.s2} (1)
+pl {06273.p1|06274.p0} : 6273 
+pl {06273.s2} (1)
+pl {06274.p1|06275.p0} : 6274 
+pl {06274.s2} (1)
+pl {06275.p1|06276.p0} : 6275 
+pl {06275.s2} (1)
+pl {06276.p1|06277.p0} : 6276 
+pl {06276.s2} (1)
+pl {06277.p1|06278.p0} : 6277 
+pl {06277.s2} (1)
+pl {06278.p1|06279.p0} : 6278 
+pl {06278.s2} (1)
+pl {06279.p1|06280.p0} : 6279 
+pl {06279.s2} (1)
+pl {06280.p1|06281.p0} : 6280 
+pl {06280.s2} (1)
+pl {06281.p1|06282.p0} : 6281 
+pl {06281.s2} (1)
+pl {06282.p1|06283.p0} : 6282 
+pl {06282.s2} (1)
+pl {06283.p1|06284.p0} : 6283 
+pl {06283.s2} (1)
+pl {06284.p1|06285.p0} : 6284 
+pl {06284.s2} (1)
+pl {06285.p1|06286.p0} : 6285 
+pl {06285.s2} (1)
+pl {06286.p1|06287.p0} : 6286 
+pl {06286.s2} (1)
+pl {06287.p1|06288.p0} : 6287 
+pl {06287.s2} (1)
+pl {06288.p1|06289.p0} : 6288 
+pl {06288.s2} (1)
+pl {06289.p1|06290.p0} : 6289 
+pl {06289.s2} (1)
+pl {06290.p1|06291.p0} : 6290 
+pl {06290.s2} (1)
+pl {06291.p1|06292.p0} : 6291 
+pl {06291.s2} (1)
+pl {06292.p1|06293.p0} : 6292 
+pl {06292.s2} (1)
+pl {06293.p1|06294.p0} : 6293 
+pl {06293.s2} (1)
+pl {06294.p1|06295.p0} : 6294 
+pl {06294.s2} (1)
+pl {06295.p1|06296.p0} : 6295 
+pl {06295.s2} (1)
+pl {06296.p1|06297.p0} : 6296 
+pl {06296.s2} (1)
+pl {06297.p1|06298.p0} : 6297 
+pl {06297.s2} (1)
+pl {06298.p1|06299.p0} : 6298 
+pl {06298.s2} (1)
+pl {06299.p1|06300.p0} : 6299 
+pl {06299.s2} (1)
+pl {06300.p1|06301.p0} : 6300 
+pl {06300.s2} (1)
+pl {06301.p1|06302.p0} : 6301 
+pl {06301.s2} (1)
+pl {06302.p1|06303.p0} : 6302 
+pl {06302.s2} (1)
+pl {06303.p1|06304.p0} : 6303 
+pl {06303.s2} (1)
+pl {06304.p1|06305.p0} : 6304 
+pl {06304.s2} (1)
+pl {06305.p1|06306.p0} : 6305 
+pl {06305.s2} (1)
+pl {06306.p1|06307.p0} : 6306 
+pl {06306.s2} (1)
+pl {06307.p1|06308.p0} : 6307 
+pl {06307.s2} (1)
+pl {06308.p1|06309.p0} : 6308 
+pl {06308.s2} (1)
+pl {06309.p1|06310.p0} : 6309 
+pl {06309.s2} (1)
+pl {06310.p1|06311.p0} : 6310 
+pl {06310.s2} (1)
+pl {06311.p1|06312.p0} : 6311 
+pl {06311.s2} (1)
+pl {06312.p1|06313.p0} : 6312 
+pl {06312.s2} (1)
+pl {06313.p1|06314.p0} : 6313 
+pl {06313.s2} (1)
+pl {06314.p1|06315.p0} : 6314 
+pl {06314.s2} (1)
+pl {06315.p1|06316.p0} : 6315 
+pl {06315.s2} (1)
+pl {06316.p1|06317.p0} : 6316 
+pl {06316.s2} (1)
+pl {06317.p1|06318.p0} : 6317 
+pl {06317.s2} (1)
+pl {06318.p1|06319.p0} : 6318 
+pl {06318.s2} (1)
+pl {06319.p1|06320.p0} : 6319 
+pl {06319.s2} (1)
+pl {06320.p1|06321.p0} : 6320 
+pl {06320.s2} (1)
+pl {06321.p1|06322.p0} : 6321 
+pl {06321.s2} (1)
+pl {06322.p1|06323.p0} : 6322 
+pl {06322.s2} (1)
+pl {06323.p1|06324.p0} : 6323 
+pl {06323.s2} (1)
+pl {06324.p1|06325.p0} : 6324 
+pl {06324.s2} (1)
+pl {06325.p1|06326.p0} : 6325 
+pl {06325.s2} (1)
+pl {06326.p1|06327.p0} : 6326 
+pl {06326.s2} (1)
+pl {06327.p1|06328.p0} : 6327 
+pl {06327.s2} (1)
+pl {06328.p1|06329.p0} : 6328 
+pl {06328.s2} (1)
+pl {06329.p1|06330.p0} : 6329 
+pl {06329.s2} (1)
+pl {06330.p1|06331.p0} : 6330 
+pl {06330.s2} (1)
+pl {06331.p1|06332.p0} : 6331 
+pl {06331.s2} (1)
+pl {06332.p1|06333.p0} : 6332 
+pl {06332.s2} (1)
+pl {06333.p1|06334.p0} : 6333 
+pl {06333.s2} (1)
+pl {06334.p1|06335.p0} : 6334 
+pl {06334.s2} (1)
+pl {06335.p1|06336.p0} : 6335 
+pl {06335.s2} (1)
+pl {06336.p1|06337.p0} : 6336 
+pl {06336.s2} (1)
+pl {06337.p1|06338.p0} : 6337 
+pl {06337.s2} (1)
+pl {06338.p1|06339.p0} : 6338 
+pl {06338.s2} (1)
+pl {06339.p1|06340.p0} : 6339 
+pl {06339.s2} (1)
+pl {06340.p1|06341.p0} : 6340 
+pl {06340.s2} (1)
+pl {06341.p1|06342.p0} : 6341 
+pl {06341.s2} (1)
+pl {06342.p1|06343.p0} : 6342 
+pl {06342.s2} (1)
+pl {06343.p1|06344.p0} : 6343 
+pl {06343.s2} (1)
+pl {06344.p1|06345.p0} : 6344 
+pl {06344.s2} (1)
+pl {06345.p1|06346.p0} : 6345 
+pl {06345.s2} (1)
+pl {06346.p1|06347.p0} : 6346 
+pl {06346.s2} (1)
+pl {06347.p1|06348.p0} : 6347 
+pl {06347.s2} (1)
+pl {06348.p1|06349.p0} : 6348 
+pl {06348.s2} (1)
+pl {06349.p1|06350.p0} : 6349 
+pl {06349.s2} (1)
+pl {06350.p1|06351.p0} : 6350 
+pl {06350.s2} (1)
+pl {06351.p1|06352.p0} : 6351 
+pl {06351.s2} (1)
+pl {06352.p1|06353.p0} : 6352 
+pl {06352.s2} (1)
+pl {06353.p1|06354.p0} : 6353 
+pl {06353.s2} (1)
+pl {06354.p1|06355.p0} : 6354 
+pl {06354.s2} (1)
+pl {06355.p1|06356.p0} : 6355 
+pl {06355.s2} (1)
+pl {06356.p1|06357.p0} : 6356 
+pl {06356.s2} (1)
+pl {06357.p1|06358.p0} : 6357 
+pl {06357.s2} (1)
+pl {06358.p1|06359.p0} : 6358 
+pl {06358.s2} (1)
+pl {06359.p1|06360.p0} : 6359 
+pl {06359.s2} (1)
+pl {06360.p1|06361.p0} : 6360 
+pl {06360.s2} (1)
+pl {06361.p1|06362.p0} : 6361 
+pl {06361.s2} (1)
+pl {06362.p1|06363.p0} : 6362 
+pl {06362.s2} (1)
+pl {06363.p1|06364.p0} : 6363 
+pl {06363.s2} (1)
+pl {06364.p1|06365.p0} : 6364 
+pl {06364.s2} (1)
+pl {06365.p1|06366.p0} : 6365 
+pl {06365.s2} (1)
+pl {06366.p1|06367.p0} : 6366 
+pl {06366.s2} (1)
+pl {06367.p1|06368.p0} : 6367 
+pl {06367.s2} (1)
+pl {06368.p1|06369.p0} : 6368 
+pl {06368.s2} (1)
+pl {06369.p1|06370.p0} : 6369 
+pl {06369.s2} (1)
+pl {06370.p1|06371.p0} : 6370 
+pl {06370.s2} (1)
+pl {06371.p1|06372.p0} : 6371 
+pl {06371.s2} (1)
+pl {06372.p1|06373.p0} : 6372 
+pl {06372.s2} (1)
+pl {06373.p1|06374.p0} : 6373 
+pl {06373.s2} (1)
+pl {06374.p1|06375.p0} : 6374 
+pl {06374.s2} (1)
+pl {06375.p1|06376.p0} : 6375 
+pl {06375.s2} (1)
+pl {06376.p1|06377.p0} : 6376 
+pl {06376.s2} (1)
+pl {06377.p1|06378.p0} : 6377 
+pl {06377.s2} (1)
+pl {06378.p1|06379.p0} : 6378 
+pl {06378.s2} (1)
+pl {06379.p1|06380.p0} : 6379 
+pl {06379.s2} (1)
+pl {06380.p1|06381.p0} : 6380 
+pl {06380.s2} (1)
+pl {06381.p1|06382.p0} : 6381 
+pl {06381.s2} (1)
+pl {06382.p1|06383.p0} : 6382 
+pl {06382.s2} (1)
+pl {06383.p1|06384.p0} : 6383 
+pl {06383.s2} (1)
+pl {06384.p1|06385.p0} : 6384 
+pl {06384.s2} (1)
+pl {06385.p1|06386.p0} : 6385 
+pl {06385.s2} (1)
+pl {06386.p1|06387.p0} : 6386 
+pl {06386.s2} (1)
+pl {06387.p1|06388.p0} : 6387 
+pl {06387.s2} (1)
+pl {06388.p1|06389.p0} : 6388 
+pl {06388.s2} (1)
+pl {06389.p1|06390.p0} : 6389 
+pl {06389.s2} (1)
+pl {06390.p1|06391.p0} : 6390 
+pl {06390.s2} (1)
+pl {06391.p1|06392.p0} : 6391 
+pl {06391.s2} (1)
+pl {06392.p1|06393.p0} : 6392 
+pl {06392.s2} (1)
+pl {06393.p1|06394.p0} : 6393 
+pl {06393.s2} (1)
+pl {06394.p1|06395.p0} : 6394 
+pl {06394.s2} (1)
+pl {06395.p1|06396.p0} : 6395 
+pl {06395.s2} (1)
+pl {06396.p1|06397.p0} : 6396 
+pl {06396.s2} (1)
+pl {06397.p1|06398.p0} : 6397 
+pl {06397.s2} (1)
+pl {06398.p1|06399.p0} : 6398 
+pl {06398.s2} (1)
+pl {06399.p1|06400.p0} : 6399 
+pl {06399.s2} (1)
+pl {06400.p1|06401.p0} : 6400 
+pl {06400.s2} (1)
+pl {06401.p1|06402.p0} : 6401 
+pl {06401.s2} (1)
+pl {06402.p1|06403.p0} : 6402 
+pl {06402.s2} (1)
+pl {06403.p1|06404.p0} : 6403 
+pl {06403.s2} (1)
+pl {06404.p1|06405.p0} : 6404 
+pl {06404.s2} (1)
+pl {06405.p1|06406.p0} : 6405 
+pl {06405.s2} (1)
+pl {06406.p1|06407.p0} : 6406 
+pl {06406.s2} (1)
+pl {06407.p1|06408.p0} : 6407 
+pl {06407.s2} (1)
+pl {06408.p1|06409.p0} : 6408 
+pl {06408.s2} (1)
+pl {06409.p1|06410.p0} : 6409 
+pl {06409.s2} (1)
+pl {06410.p1|06411.p0} : 6410 
+pl {06410.s2} (1)
+pl {06411.p1|06412.p0} : 6411 
+pl {06411.s2} (1)
+pl {06412.p1|06413.p0} : 6412 
+pl {06412.s2} (1)
+pl {06413.p1|06414.p0} : 6413 
+pl {06413.s2} (1)
+pl {06414.p1|06415.p0} : 6414 
+pl {06414.s2} (1)
+pl {06415.p1|06416.p0} : 6415 
+pl {06415.s2} (1)
+pl {06416.p1|06417.p0} : 6416 
+pl {06416.s2} (1)
+pl {06417.p1|06418.p0} : 6417 
+pl {06417.s2} (1)
+pl {06418.p1|06419.p0} : 6418 
+pl {06418.s2} (1)
+pl {06419.p1|06420.p0} : 6419 
+pl {06419.s2} (1)
+pl {06420.p1|06421.p0} : 6420 
+pl {06420.s2} (1)
+pl {06421.p1|06422.p0} : 6421 
+pl {06421.s2} (1)
+pl {06422.p1|06423.p0} : 6422 
+pl {06422.s2} (1)
+pl {06423.p1|06424.p0} : 6423 
+pl {06423.s2} (1)
+pl {06424.p1|06425.p0} : 6424 
+pl {06424.s2} (1)
+pl {06425.p1|06426.p0} : 6425 
+pl {06425.s2} (1)
+pl {06426.p1|06427.p0} : 6426 
+pl {06426.s2} (1)
+pl {06427.p1|06428.p0} : 6427 
+pl {06427.s2} (1)
+pl {06428.p1|06429.p0} : 6428 
+pl {06428.s2} (1)
+pl {06429.p1|06430.p0} : 6429 
+pl {06429.s2} (1)
+pl {06430.p1|06431.p0} : 6430 
+pl {06430.s2} (1)
+pl {06431.p1|06432.p0} : 6431 
+pl {06431.s2} (1)
+pl {06432.p1|06433.p0} : 6432 
+pl {06432.s2} (1)
+pl {06433.p1|06434.p0} : 6433 
+pl {06433.s2} (1)
+pl {06434.p1|06435.p0} : 6434 
+pl {06434.s2} (1)
+pl {06435.p1|06436.p0} : 6435 
+pl {06435.s2} (1)
+pl {06436.p1|06437.p0} : 6436 
+pl {06436.s2} (1)
+pl {06437.p1|06438.p0} : 6437 
+pl {06437.s2} (1)
+pl {06438.p1|06439.p0} : 6438 
+pl {06438.s2} (1)
+pl {06439.p1|06440.p0} : 6439 
+pl {06439.s2} (1)
+pl {06440.p1|06441.p0} : 6440 
+pl {06440.s2} (1)
+pl {06441.p1|06442.p0} : 6441 
+pl {06441.s2} (1)
+pl {06442.p1|06443.p0} : 6442 
+pl {06442.s2} (1)
+pl {06443.p1|06444.p0} : 6443 
+pl {06443.s2} (1)
+pl {06444.p1|06445.p0} : 6444 
+pl {06444.s2} (1)
+pl {06445.p1|06446.p0} : 6445 
+pl {06445.s2} (1)
+pl {06446.p1|06447.p0} : 6446 
+pl {06446.s2} (1)
+pl {06447.p1|06448.p0} : 6447 
+pl {06447.s2} (1)
+pl {06448.p1|06449.p0} : 6448 
+pl {06448.s2} (1)
+pl {06449.p1|06450.p0} : 6449 
+pl {06449.s2} (1)
+pl {06450.p1|06451.p0} : 6450 
+pl {06450.s2} (1)
+pl {06451.p1|06452.p0} : 6451 
+pl {06451.s2} (1)
+pl {06452.p1|06453.p0} : 6452 
+pl {06452.s2} (1)
+pl {06453.p1|06454.p0} : 6453 
+pl {06453.s2} (1)
+pl {06454.p1|06455.p0} : 6454 
+pl {06454.s2} (1)
+pl {06455.p1|06456.p0} : 6455 
+pl {06455.s2} (1)
+pl {06456.p1|06457.p0} : 6456 
+pl {06456.s2} (1)
+pl {06457.p1|06458.p0} : 6457 
+pl {06457.s2} (1)
+pl {06458.p1|06459.p0} : 6458 
+pl {06458.s2} (1)
+pl {06459.p1|06460.p0} : 6459 
+pl {06459.s2} (1)
+pl {06460.p1|06461.p0} : 6460 
+pl {06460.s2} (1)
+pl {06461.p1|06462.p0} : 6461 
+pl {06461.s2} (1)
+pl {06462.p1|06463.p0} : 6462 
+pl {06462.s2} (1)
+pl {06463.p1|06464.p0} : 6463 
+pl {06463.s2} (1)
+pl {06464.p1|06465.p0} : 6464 
+pl {06464.s2} (1)
+pl {06465.p1|06466.p0} : 6465 
+pl {06465.s2} (1)
+pl {06466.p1|06467.p0} : 6466 
+pl {06466.s2} (1)
+pl {06467.p1|06468.p0} : 6467 
+pl {06467.s2} (1)
+pl {06468.p1|06469.p0} : 6468 
+pl {06468.s2} (1)
+pl {06469.p1|06470.p0} : 6469 
+pl {06469.s2} (1)
+pl {06470.p1|06471.p0} : 6470 
+pl {06470.s2} (1)
+pl {06471.p1|06472.p0} : 6471 
+pl {06471.s2} (1)
+pl {06472.p1|06473.p0} : 6472 
+pl {06472.s2} (1)
+pl {06473.p1|06474.p0} : 6473 
+pl {06473.s2} (1)
+pl {06474.p1|06475.p0} : 6474 
+pl {06474.s2} (1)
+pl {06475.p1|06476.p0} : 6475 
+pl {06475.s2} (1)
+pl {06476.p1|06477.p0} : 6476 
+pl {06476.s2} (1)
+pl {06477.p1|06478.p0} : 6477 
+pl {06477.s2} (1)
+pl {06478.p1|06479.p0} : 6478 
+pl {06478.s2} (1)
+pl {06479.p1|06480.p0} : 6479 
+pl {06479.s2} (1)
+pl {06480.p1|06481.p0} : 6480 
+pl {06480.s2} (1)
+pl {06481.p1|06482.p0} : 6481 
+pl {06481.s2} (1)
+pl {06482.p1|06483.p0} : 6482 
+pl {06482.s2} (1)
+pl {06483.p1|06484.p0} : 6483 
+pl {06483.s2} (1)
+pl {06484.p1|06485.p0} : 6484 
+pl {06484.s2} (1)
+pl {06485.p1|06486.p0} : 6485 
+pl {06485.s2} (1)
+pl {06486.p1|06487.p0} : 6486 
+pl {06486.s2} (1)
+pl {06487.p1|06488.p0} : 6487 
+pl {06487.s2} (1)
+pl {06488.p1|06489.p0} : 6488 
+pl {06488.s2} (1)
+pl {06489.p1|06490.p0} : 6489 
+pl {06489.s2} (1)
+pl {06490.p1|06491.p0} : 6490 
+pl {06490.s2} (1)
+pl {06491.p1|06492.p0} : 6491 
+pl {06491.s2} (1)
+pl {06492.p1|06493.p0} : 6492 
+pl {06492.s2} (1)
+pl {06493.p1|06494.p0} : 6493 
+pl {06493.s2} (1)
+pl {06494.p1|06495.p0} : 6494 
+pl {06494.s2} (1)
+pl {06495.p1|06496.p0} : 6495 
+pl {06495.s2} (1)
+pl {06496.p1|06497.p0} : 6496 
+pl {06496.s2} (1)
+pl {06497.p1|06498.p0} : 6497 
+pl {06497.s2} (1)
+pl {06498.p1|06499.p0} : 6498 
+pl {06498.s2} (1)
+pl {06499.p1|06500.p0} : 6499 
+pl {06499.s2} (1)
+pl {06500.p1|06501.p0} : 6500 
+pl {06500.s2} (1)
+pl {06501.p1|06502.p0} : 6501 
+pl {06501.s2} (1)
+pl {06502.p1|06503.p0} : 6502 
+pl {06502.s2} (1)
+pl {06503.p1|06504.p0} : 6503 
+pl {06503.s2} (1)
+pl {06504.p1|06505.p0} : 6504 
+pl {06504.s2} (1)
+pl {06505.p1|06506.p0} : 6505 
+pl {06505.s2} (1)
+pl {06506.p1|06507.p0} : 6506 
+pl {06506.s2} (1)
+pl {06507.p1|06508.p0} : 6507 
+pl {06507.s2} (1)
+pl {06508.p1|06509.p0} : 6508 
+pl {06508.s2} (1)
+pl {06509.p1|06510.p0} : 6509 
+pl {06509.s2} (1)
+pl {06510.p1|06511.p0} : 6510 
+pl {06510.s2} (1)
+pl {06511.p1|06512.p0} : 6511 
+pl {06511.s2} (1)
+pl {06512.p1|06513.p0} : 6512 
+pl {06512.s2} (1)
+pl {06513.p1|06514.p0} : 6513 
+pl {06513.s2} (1)
+pl {06514.p1|06515.p0} : 6514 
+pl {06514.s2} (1)
+pl {06515.p1|06516.p0} : 6515 
+pl {06515.s2} (1)
+pl {06516.p1|06517.p0} : 6516 
+pl {06516.s2} (1)
+pl {06517.p1|06518.p0} : 6517 
+pl {06517.s2} (1)
+pl {06518.p1|06519.p0} : 6518 
+pl {06518.s2} (1)
+pl {06519.p1|06520.p0} : 6519 
+pl {06519.s2} (1)
+pl {06520.p1|06521.p0} : 6520 
+pl {06520.s2} (1)
+pl {06521.p1|06522.p0} : 6521 
+pl {06521.s2} (1)
+pl {06522.p1|06523.p0} : 6522 
+pl {06522.s2} (1)
+pl {06523.p1|06524.p0} : 6523 
+pl {06523.s2} (1)
+pl {06524.p1|06525.p0} : 6524 
+pl {06524.s2} (1)
+pl {06525.p1|06526.p0} : 6525 
+pl {06525.s2} (1)
+pl {06526.p1|06527.p0} : 6526 
+pl {06526.s2} (1)
+pl {06527.p1|06528.p0} : 6527 
+pl {06527.s2} (1)
+pl {06528.p1|06529.p0} : 6528 
+pl {06528.s2} (1)
+pl {06529.p1|06530.p0} : 6529 
+pl {06529.s2} (1)
+pl {06530.p1|06531.p0} : 6530 
+pl {06530.s2} (1)
+pl {06531.p1|06532.p0} : 6531 
+pl {06531.s2} (1)
+pl {06532.p1|06533.p0} : 6532 
+pl {06532.s2} (1)
+pl {06533.p1|06534.p0} : 6533 
+pl {06533.s2} (1)
+pl {06534.p1|06535.p0} : 6534 
+pl {06534.s2} (1)
+pl {06535.p1|06536.p0} : 6535 
+pl {06535.s2} (1)
+pl {06536.p1|06537.p0} : 6536 
+pl {06536.s2} (1)
+pl {06537.p1|06538.p0} : 6537 
+pl {06537.s2} (1)
+pl {06538.p1|06539.p0} : 6538 
+pl {06538.s2} (1)
+pl {06539.p1|06540.p0} : 6539 
+pl {06539.s2} (1)
+pl {06540.p1|06541.p0} : 6540 
+pl {06540.s2} (1)
+pl {06541.p1|06542.p0} : 6541 
+pl {06541.s2} (1)
+pl {06542.p1|06543.p0} : 6542 
+pl {06542.s2} (1)
+pl {06543.p1|06544.p0} : 6543 
+pl {06543.s2} (1)
+pl {06544.p1|06545.p0} : 6544 
+pl {06544.s2} (1)
+pl {06545.p1|06546.p0} : 6545 
+pl {06545.s2} (1)
+pl {06546.p1|06547.p0} : 6546 
+pl {06546.s2} (1)
+pl {06547.p1|06548.p0} : 6547 
+pl {06547.s2} (1)
+pl {06548.p1|06549.p0} : 6548 
+pl {06548.s2} (1)
+pl {06549.p1|06550.p0} : 6549 
+pl {06549.s2} (1)
+pl {06550.p1|06551.p0} : 6550 
+pl {06550.s2} (1)
+pl {06551.p1|06552.p0} : 6551 
+pl {06551.s2} (1)
+pl {06552.p1|06553.p0} : 6552 
+pl {06552.s2} (1)
+pl {06553.p1|06554.p0} : 6553 
+pl {06553.s2} (1)
+pl {06554.p1|06555.p0} : 6554 
+pl {06554.s2} (1)
+pl {06555.p1|06556.p0} : 6555 
+pl {06555.s2} (1)
+pl {06556.p1|06557.p0} : 6556 
+pl {06556.s2} (1)
+pl {06557.p1|06558.p0} : 6557 
+pl {06557.s2} (1)
+pl {06558.p1|06559.p0} : 6558 
+pl {06558.s2} (1)
+pl {06559.p1|06560.p0} : 6559 
+pl {06559.s2} (1)
+pl {06560.p1|06561.p0} : 6560 
+pl {06560.s2} (1)
+pl {06561.p1|06562.p0} : 6561 
+pl {06561.s2} (1)
+pl {06562.p1|06563.p0} : 6562 
+pl {06562.s2} (1)
+pl {06563.p1|06564.p0} : 6563 
+pl {06563.s2} (1)
+pl {06564.p1|06565.p0} : 6564 
+pl {06564.s2} (1)
+pl {06565.p1|06566.p0} : 6565 
+pl {06565.s2} (1)
+pl {06566.p1|06567.p0} : 6566 
+pl {06566.s2} (1)
+pl {06567.p1|06568.p0} : 6567 
+pl {06567.s2} (1)
+pl {06568.p1|06569.p0} : 6568 
+pl {06568.s2} (1)
+pl {06569.p1|06570.p0} : 6569 
+pl {06569.s2} (1)
+pl {06570.p1|06571.p0} : 6570 
+pl {06570.s2} (1)
+pl {06571.p1|06572.p0} : 6571 
+pl {06571.s2} (1)
+pl {06572.p1|06573.p0} : 6572 
+pl {06572.s2} (1)
+pl {06573.p1|06574.p0} : 6573 
+pl {06573.s2} (1)
+pl {06574.p1|06575.p0} : 6574 
+pl {06574.s2} (1)
+pl {06575.p1|06576.p0} : 6575 
+pl {06575.s2} (1)
+pl {06576.p1|06577.p0} : 6576 
+pl {06576.s2} (1)
+pl {06577.p1|06578.p0} : 6577 
+pl {06577.s2} (1)
+pl {06578.p1|06579.p0} : 6578 
+pl {06578.s2} (1)
+pl {06579.p1|06580.p0} : 6579 
+pl {06579.s2} (1)
+pl {06580.p1|06581.p0} : 6580 
+pl {06580.s2} (1)
+pl {06581.p1|06582.p0} : 6581 
+pl {06581.s2} (1)
+pl {06582.p1|06583.p0} : 6582 
+pl {06582.s2} (1)
+pl {06583.p1|06584.p0} : 6583 
+pl {06583.s2} (1)
+pl {06584.p1|06585.p0} : 6584 
+pl {06584.s2} (1)
+pl {06585.p1|06586.p0} : 6585 
+pl {06585.s2} (1)
+pl {06586.p1|06587.p0} : 6586 
+pl {06586.s2} (1)
+pl {06587.p1|06588.p0} : 6587 
+pl {06587.s2} (1)
+pl {06588.p1|06589.p0} : 6588 
+pl {06588.s2} (1)
+pl {06589.p1|06590.p0} : 6589 
+pl {06589.s2} (1)
+pl {06590.p1|06591.p0} : 6590 
+pl {06590.s2} (1)
+pl {06591.p1|06592.p0} : 6591 
+pl {06591.s2} (1)
+pl {06592.p1|06593.p0} : 6592 
+pl {06592.s2} (1)
+pl {06593.p1|06594.p0} : 6593 
+pl {06593.s2} (1)
+pl {06594.p1|06595.p0} : 6594 
+pl {06594.s2} (1)
+pl {06595.p1|06596.p0} : 6595 
+pl {06595.s2} (1)
+pl {06596.p1|06597.p0} : 6596 
+pl {06596.s2} (1)
+pl {06597.p1|06598.p0} : 6597 
+pl {06597.s2} (1)
+pl {06598.p1|06599.p0} : 6598 
+pl {06598.s2} (1)
+pl {06599.p1|06600.p0} : 6599 
+pl {06599.s2} (1)
+pl {06600.p1|06601.p0} : 6600 
+pl {06600.s2} (1)
+pl {06601.p1|06602.p0} : 6601 
+pl {06601.s2} (1)
+pl {06602.p1|06603.p0} : 6602 
+pl {06602.s2} (1)
+pl {06603.p1|06604.p0} : 6603 
+pl {06603.s2} (1)
+pl {06604.p1|06605.p0} : 6604 
+pl {06604.s2} (1)
+pl {06605.p1|06606.p0} : 6605 
+pl {06605.s2} (1)
+pl {06606.p1|06607.p0} : 6606 
+pl {06606.s2} (1)
+pl {06607.p1|06608.p0} : 6607 
+pl {06607.s2} (1)
+pl {06608.p1|06609.p0} : 6608 
+pl {06608.s2} (1)
+pl {06609.p1|06610.p0} : 6609 
+pl {06609.s2} (1)
+pl {06610.p1|06611.p0} : 6610 
+pl {06610.s2} (1)
+pl {06611.p1|06612.p0} : 6611 
+pl {06611.s2} (1)
+pl {06612.p1|06613.p0} : 6612 
+pl {06612.s2} (1)
+pl {06613.p1|06614.p0} : 6613 
+pl {06613.s2} (1)
+pl {06614.p1|06615.p0} : 6614 
+pl {06614.s2} (1)
+pl {06615.p1|06616.p0} : 6615 
+pl {06615.s2} (1)
+pl {06616.p1|06617.p0} : 6616 
+pl {06616.s2} (1)
+pl {06617.p1|06618.p0} : 6617 
+pl {06617.s2} (1)
+pl {06618.p1|06619.p0} : 6618 
+pl {06618.s2} (1)
+pl {06619.p1|06620.p0} : 6619 
+pl {06619.s2} (1)
+pl {06620.p1|06621.p0} : 6620 
+pl {06620.s2} (1)
+pl {06621.p1|06622.p0} : 6621 
+pl {06621.s2} (1)
+pl {06622.p1|06623.p0} : 6622 
+pl {06622.s2} (1)
+pl {06623.p1|06624.p0} : 6623 
+pl {06623.s2} (1)
+pl {06624.p1|06625.p0} : 6624 
+pl {06624.s2} (1)
+pl {06625.p1|06626.p0} : 6625 
+pl {06625.s2} (1)
+pl {06626.p1|06627.p0} : 6626 
+pl {06626.s2} (1)
+pl {06627.p1|06628.p0} : 6627 
+pl {06627.s2} (1)
+pl {06628.p1|06629.p0} : 6628 
+pl {06628.s2} (1)
+pl {06629.p1|06630.p0} : 6629 
+pl {06629.s2} (1)
+pl {06630.p1|06631.p0} : 6630 
+pl {06630.s2} (1)
+pl {06631.p1|06632.p0} : 6631 
+pl {06631.s2} (1)
+pl {06632.p1|06633.p0} : 6632 
+pl {06632.s2} (1)
+pl {06633.p1|06634.p0} : 6633 
+pl {06633.s2} (1)
+pl {06634.p1|06635.p0} : 6634 
+pl {06634.s2} (1)
+pl {06635.p1|06636.p0} : 6635 
+pl {06635.s2} (1)
+pl {06636.p1|06637.p0} : 6636 
+pl {06636.s2} (1)
+pl {06637.p1|06638.p0} : 6637 
+pl {06637.s2} (1)
+pl {06638.p1|06639.p0} : 6638 
+pl {06638.s2} (1)
+pl {06639.p1|06640.p0} : 6639 
+pl {06639.s2} (1)
+pl {06640.p1|06641.p0} : 6640 
+pl {06640.s2} (1)
+pl {06641.p1|06642.p0} : 6641 
+pl {06641.s2} (1)
+pl {06642.p1|06643.p0} : 6642 
+pl {06642.s2} (1)
+pl {06643.p1|06644.p0} : 6643 
+pl {06643.s2} (1)
+pl {06644.p1|06645.p0} : 6644 
+pl {06644.s2} (1)
+pl {06645.p1|06646.p0} : 6645 
+pl {06645.s2} (1)
+pl {06646.p1|06647.p0} : 6646 
+pl {06646.s2} (1)
+pl {06647.p1|06648.p0} : 6647 
+pl {06647.s2} (1)
+pl {06648.p1|06649.p0} : 6648 
+pl {06648.s2} (1)
+pl {06649.p1|06650.p0} : 6649 
+pl {06649.s2} (1)
+pl {06650.p1|06651.p0} : 6650 
+pl {06650.s2} (1)
+pl {06651.p1|06652.p0} : 6651 
+pl {06651.s2} (1)
+pl {06652.p1|06653.p0} : 6652 
+pl {06652.s2} (1)
+pl {06653.p1|06654.p0} : 6653 
+pl {06653.s2} (1)
+pl {06654.p1|06655.p0} : 6654 
+pl {06654.s2} (1)
+pl {06655.p1|06656.p0} : 6655 
+pl {06655.s2} (1)
+pl {06656.p1|06657.p0} : 6656 
+pl {06656.s2} (1)
+pl {06657.p1|06658.p0} : 6657 
+pl {06657.s2} (1)
+pl {06658.p1|06659.p0} : 6658 
+pl {06658.s2} (1)
+pl {06659.p1|06660.p0} : 6659 
+pl {06659.s2} (1)
+pl {06660.p1|06661.p0} : 6660 
+pl {06660.s2} (1)
+pl {06661.p1|06662.p0} : 6661 
+pl {06661.s2} (1)
+pl {06662.p1|06663.p0} : 6662 
+pl {06662.s2} (1)
+pl {06663.p1|06664.p0} : 6663 
+pl {06663.s2} (1)
+pl {06664.p1|06665.p0} : 6664 
+pl {06664.s2} (1)
+pl {06665.p1|06666.p0} : 6665 
+pl {06665.s2} (1)
+pl {06666.p1|06667.p0} : 6666 
+pl {06666.s2} (1)
+pl {06667.p1|06668.p0} : 6667 
+pl {06667.s2} (1)
+pl {06668.p1|06669.p0} : 6668 
+pl {06668.s2} (1)
+pl {06669.p1|06670.p0} : 6669 
+pl {06669.s2} (1)
+pl {06670.p1|06671.p0} : 6670 
+pl {06670.s2} (1)
+pl {06671.p1|06672.p0} : 6671 
+pl {06671.s2} (1)
+pl {06672.p1|06673.p0} : 6672 
+pl {06672.s2} (1)
+pl {06673.p1|06674.p0} : 6673 
+pl {06673.s2} (1)
+pl {06674.p1|06675.p0} : 6674 
+pl {06674.s2} (1)
+pl {06675.p1|06676.p0} : 6675 
+pl {06675.s2} (1)
+pl {06676.p1|06677.p0} : 6676 
+pl {06676.s2} (1)
+pl {06677.p1|06678.p0} : 6677 
+pl {06677.s2} (1)
+pl {06678.p1|06679.p0} : 6678 
+pl {06678.s2} (1)
+pl {06679.p1|06680.p0} : 6679 
+pl {06679.s2} (1)
+pl {06680.p1|06681.p0} : 6680 
+pl {06680.s2} (1)
+pl {06681.p1|06682.p0} : 6681 
+pl {06681.s2} (1)
+pl {06682.p1|06683.p0} : 6682 
+pl {06682.s2} (1)
+pl {06683.p1|06684.p0} : 6683 
+pl {06683.s2} (1)
+pl {06684.p1|06685.p0} : 6684 
+pl {06684.s2} (1)
+pl {06685.p1|06686.p0} : 6685 
+pl {06685.s2} (1)
+pl {06686.p1|06687.p0} : 6686 
+pl {06686.s2} (1)
+pl {06687.p1|06688.p0} : 6687 
+pl {06687.s2} (1)
+pl {06688.p1|06689.p0} : 6688 
+pl {06688.s2} (1)
+pl {06689.p1|06690.p0} : 6689 
+pl {06689.s2} (1)
+pl {06690.p1|06691.p0} : 6690 
+pl {06690.s2} (1)
+pl {06691.p1|06692.p0} : 6691 
+pl {06691.s2} (1)
+pl {06692.p1|06693.p0} : 6692 
+pl {06692.s2} (1)
+pl {06693.p1|06694.p0} : 6693 
+pl {06693.s2} (1)
+pl {06694.p1|06695.p0} : 6694 
+pl {06694.s2} (1)
+pl {06695.p1|06696.p0} : 6695 
+pl {06695.s2} (1)
+pl {06696.p1|06697.p0} : 6696 
+pl {06696.s2} (1)
+pl {06697.p1|06698.p0} : 6697 
+pl {06697.s2} (1)
+pl {06698.p1|06699.p0} : 6698 
+pl {06698.s2} (1)
+pl {06699.p1|06700.p0} : 6699 
+pl {06699.s2} (1)
+pl {06700.p1|06701.p0} : 6700 
+pl {06700.s2} (1)
+pl {06701.p1|06702.p0} : 6701 
+pl {06701.s2} (1)
+pl {06702.p1|06703.p0} : 6702 
+pl {06702.s2} (1)
+pl {06703.p1|06704.p0} : 6703 
+pl {06703.s2} (1)
+pl {06704.p1|06705.p0} : 6704 
+pl {06704.s2} (1)
+pl {06705.p1|06706.p0} : 6705 
+pl {06705.s2} (1)
+pl {06706.p1|06707.p0} : 6706 
+pl {06706.s2} (1)
+pl {06707.p1|06708.p0} : 6707 
+pl {06707.s2} (1)
+pl {06708.p1|06709.p0} : 6708 
+pl {06708.s2} (1)
+pl {06709.p1|06710.p0} : 6709 
+pl {06709.s2} (1)
+pl {06710.p1|06711.p0} : 6710 
+pl {06710.s2} (1)
+pl {06711.p1|06712.p0} : 6711 
+pl {06711.s2} (1)
+pl {06712.p1|06713.p0} : 6712 
+pl {06712.s2} (1)
+pl {06713.p1|06714.p0} : 6713 
+pl {06713.s2} (1)
+pl {06714.p1|06715.p0} : 6714 
+pl {06714.s2} (1)
+pl {06715.p1|06716.p0} : 6715 
+pl {06715.s2} (1)
+pl {06716.p1|06717.p0} : 6716 
+pl {06716.s2} (1)
+pl {06717.p1|06718.p0} : 6717 
+pl {06717.s2} (1)
+pl {06718.p1|06719.p0} : 6718 
+pl {06718.s2} (1)
+pl {06719.p1|06720.p0} : 6719 
+pl {06719.s2} (1)
+pl {06720.p1|06721.p0} : 6720 
+pl {06720.s2} (1)
+pl {06721.p1|06722.p0} : 6721 
+pl {06721.s2} (1)
+pl {06722.p1|06723.p0} : 6722 
+pl {06722.s2} (1)
+pl {06723.p1|06724.p0} : 6723 
+pl {06723.s2} (1)
+pl {06724.p1|06725.p0} : 6724 
+pl {06724.s2} (1)
+pl {06725.p1|06726.p0} : 6725 
+pl {06725.s2} (1)
+pl {06726.p1|06727.p0} : 6726 
+pl {06726.s2} (1)
+pl {06727.p1|06728.p0} : 6727 
+pl {06727.s2} (1)
+pl {06728.p1|06729.p0} : 6728 
+pl {06728.s2} (1)
+pl {06729.p1|06730.p0} : 6729 
+pl {06729.s2} (1)
+pl {06730.p1|06731.p0} : 6730 
+pl {06730.s2} (1)
+pl {06731.p1|06732.p0} : 6731 
+pl {06731.s2} (1)
+pl {06732.p1|06733.p0} : 6732 
+pl {06732.s2} (1)
+pl {06733.p1|06734.p0} : 6733 
+pl {06733.s2} (1)
+pl {06734.p1|06735.p0} : 6734 
+pl {06734.s2} (1)
+pl {06735.p1|06736.p0} : 6735 
+pl {06735.s2} (1)
+pl {06736.p1|06737.p0} : 6736 
+pl {06736.s2} (1)
+pl {06737.p1|06738.p0} : 6737 
+pl {06737.s2} (1)
+pl {06738.p1|06739.p0} : 6738 
+pl {06738.s2} (1)
+pl {06739.p1|06740.p0} : 6739 
+pl {06739.s2} (1)
+pl {06740.p1|06741.p0} : 6740 
+pl {06740.s2} (1)
+pl {06741.p1|06742.p0} : 6741 
+pl {06741.s2} (1)
+pl {06742.p1|06743.p0} : 6742 
+pl {06742.s2} (1)
+pl {06743.p1|06744.p0} : 6743 
+pl {06743.s2} (1)
+pl {06744.p1|06745.p0} : 6744 
+pl {06744.s2} (1)
+pl {06745.p1|06746.p0} : 6745 
+pl {06745.s2} (1)
+pl {06746.p1|06747.p0} : 6746 
+pl {06746.s2} (1)
+pl {06747.p1|06748.p0} : 6747 
+pl {06747.s2} (1)
+pl {06748.p1|06749.p0} : 6748 
+pl {06748.s2} (1)
+pl {06749.p1|06750.p0} : 6749 
+pl {06749.s2} (1)
+pl {06750.p1|06751.p0} : 6750 
+pl {06750.s2} (1)
+pl {06751.p1|06752.p0} : 6751 
+pl {06751.s2} (1)
+pl {06752.p1|06753.p0} : 6752 
+pl {06752.s2} (1)
+pl {06753.p1|06754.p0} : 6753 
+pl {06753.s2} (1)
+pl {06754.p1|06755.p0} : 6754 
+pl {06754.s2} (1)
+pl {06755.p1|06756.p0} : 6755 
+pl {06755.s2} (1)
+pl {06756.p1|06757.p0} : 6756 
+pl {06756.s2} (1)
+pl {06757.p1|06758.p0} : 6757 
+pl {06757.s2} (1)
+pl {06758.p1|06759.p0} : 6758 
+pl {06758.s2} (1)
+pl {06759.p1|06760.p0} : 6759 
+pl {06759.s2} (1)
+pl {06760.p1|06761.p0} : 6760 
+pl {06760.s2} (1)
+pl {06761.p1|06762.p0} : 6761 
+pl {06761.s2} (1)
+pl {06762.p1|06763.p0} : 6762 
+pl {06762.s2} (1)
+pl {06763.p1|06764.p0} : 6763 
+pl {06763.s2} (1)
+pl {06764.p1|06765.p0} : 6764 
+pl {06764.s2} (1)
+pl {06765.p1|06766.p0} : 6765 
+pl {06765.s2} (1)
+pl {06766.p1|06767.p0} : 6766 
+pl {06766.s2} (1)
+pl {06767.p1|06768.p0} : 6767 
+pl {06767.s2} (1)
+pl {06768.p1|06769.p0} : 6768 
+pl {06768.s2} (1)
+pl {06769.p1|06770.p0} : 6769 
+pl {06769.s2} (1)
+pl {06770.p1|06771.p0} : 6770 
+pl {06770.s2} (1)
+pl {06771.p1|06772.p0} : 6771 
+pl {06771.s2} (1)
+pl {06772.p1|06773.p0} : 6772 
+pl {06772.s2} (1)
+pl {06773.p1|06774.p0} : 6773 
+pl {06773.s2} (1)
+pl {06774.p1|06775.p0} : 6774 
+pl {06774.s2} (1)
+pl {06775.p1|06776.p0} : 6775 
+pl {06775.s2} (1)
+pl {06776.p1|06777.p0} : 6776 
+pl {06776.s2} (1)
+pl {06777.p1|06778.p0} : 6777 
+pl {06777.s2} (1)
+pl {06778.p1|06779.p0} : 6778 
+pl {06778.s2} (1)
+pl {06779.p1|06780.p0} : 6779 
+pl {06779.s2} (1)
+pl {06780.p1|06781.p0} : 6780 
+pl {06780.s2} (1)
+pl {06781.p1|06782.p0} : 6781 
+pl {06781.s2} (1)
+pl {06782.p1|06783.p0} : 6782 
+pl {06782.s2} (1)
+pl {06783.p1|06784.p0} : 6783 
+pl {06783.s2} (1)
+pl {06784.p1|06785.p0} : 6784 
+pl {06784.s2} (1)
+pl {06785.p1|06786.p0} : 6785 
+pl {06785.s2} (1)
+pl {06786.p1|06787.p0} : 6786 
+pl {06786.s2} (1)
+pl {06787.p1|06788.p0} : 6787 
+pl {06787.s2} (1)
+pl {06788.p1|06789.p0} : 6788 
+pl {06788.s2} (1)
+pl {06789.p1|06790.p0} : 6789 
+pl {06789.s2} (1)
+pl {06790.p1|06791.p0} : 6790 
+pl {06790.s2} (1)
+pl {06791.p1|06792.p0} : 6791 
+pl {06791.s2} (1)
+pl {06792.p1|06793.p0} : 6792 
+pl {06792.s2} (1)
+pl {06793.p1|06794.p0} : 6793 
+pl {06793.s2} (1)
+pl {06794.p1|06795.p0} : 6794 
+pl {06794.s2} (1)
+pl {06795.p1|06796.p0} : 6795 
+pl {06795.s2} (1)
+pl {06796.p1|06797.p0} : 6796 
+pl {06796.s2} (1)
+pl {06797.p1|06798.p0} : 6797 
+pl {06797.s2} (1)
+pl {06798.p1|06799.p0} : 6798 
+pl {06798.s2} (1)
+pl {06799.p1|06800.p0} : 6799 
+pl {06799.s2} (1)
+pl {06800.p1|06801.p0} : 6800 
+pl {06800.s2} (1)
+pl {06801.p1|06802.p0} : 6801 
+pl {06801.s2} (1)
+pl {06802.p1|06803.p0} : 6802 
+pl {06802.s2} (1)
+pl {06803.p1|06804.p0} : 6803 
+pl {06803.s2} (1)
+pl {06804.p1|06805.p0} : 6804 
+pl {06804.s2} (1)
+pl {06805.p1|06806.p0} : 6805 
+pl {06805.s2} (1)
+pl {06806.p1|06807.p0} : 6806 
+pl {06806.s2} (1)
+pl {06807.p1|06808.p0} : 6807 
+pl {06807.s2} (1)
+pl {06808.p1|06809.p0} : 6808 
+pl {06808.s2} (1)
+pl {06809.p1|06810.p0} : 6809 
+pl {06809.s2} (1)
+pl {06810.p1|06811.p0} : 6810 
+pl {06810.s2} (1)
+pl {06811.p1|06812.p0} : 6811 
+pl {06811.s2} (1)
+pl {06812.p1|06813.p0} : 6812 
+pl {06812.s2} (1)
+pl {06813.p1|06814.p0} : 6813 
+pl {06813.s2} (1)
+pl {06814.p1|06815.p0} : 6814 
+pl {06814.s2} (1)
+pl {06815.p1|06816.p0} : 6815 
+pl {06815.s2} (1)
+pl {06816.p1|06817.p0} : 6816 
+pl {06816.s2} (1)
+pl {06817.p1|06818.p0} : 6817 
+pl {06817.s2} (1)
+pl {06818.p1|06819.p0} : 6818 
+pl {06818.s2} (1)
+pl {06819.p1|06820.p0} : 6819 
+pl {06819.s2} (1)
+pl {06820.p1|06821.p0} : 6820 
+pl {06820.s2} (1)
+pl {06821.p1|06822.p0} : 6821 
+pl {06821.s2} (1)
+pl {06822.p1|06823.p0} : 6822 
+pl {06822.s2} (1)
+pl {06823.p1|06824.p0} : 6823 
+pl {06823.s2} (1)
+pl {06824.p1|06825.p0} : 6824 
+pl {06824.s2} (1)
+pl {06825.p1|06826.p0} : 6825 
+pl {06825.s2} (1)
+pl {06826.p1|06827.p0} : 6826 
+pl {06826.s2} (1)
+pl {06827.p1|06828.p0} : 6827 
+pl {06827.s2} (1)
+pl {06828.p1|06829.p0} : 6828 
+pl {06828.s2} (1)
+pl {06829.p1|06830.p0} : 6829 
+pl {06829.s2} (1)
+pl {06830.p1|06831.p0} : 6830 
+pl {06830.s2} (1)
+pl {06831.p1|06832.p0} : 6831 
+pl {06831.s2} (1)
+pl {06832.p1|06833.p0} : 6832 
+pl {06832.s2} (1)
+pl {06833.p1|06834.p0} : 6833 
+pl {06833.s2} (1)
+pl {06834.p1|06835.p0} : 6834 
+pl {06834.s2} (1)
+pl {06835.p1|06836.p0} : 6835 
+pl {06835.s2} (1)
+pl {06836.p1|06837.p0} : 6836 
+pl {06836.s2} (1)
+pl {06837.p1|06838.p0} : 6837 
+pl {06837.s2} (1)
+pl {06838.p1|06839.p0} : 6838 
+pl {06838.s2} (1)
+pl {06839.p1|06840.p0} : 6839 
+pl {06839.s2} (1)
+pl {06840.p1|06841.p0} : 6840 
+pl {06840.s2} (1)
+pl {06841.p1|06842.p0} : 6841 
+pl {06841.s2} (1)
+pl {06842.p1|06843.p0} : 6842 
+pl {06842.s2} (1)
+pl {06843.p1|06844.p0} : 6843 
+pl {06843.s2} (1)
+pl {06844.p1|06845.p0} : 6844 
+pl {06844.s2} (1)
+pl {06845.p1|06846.p0} : 6845 
+pl {06845.s2} (1)
+pl {06846.p1|06847.p0} : 6846 
+pl {06846.s2} (1)
+pl {06847.p1|06848.p0} : 6847 
+pl {06847.s2} (1)
+pl {06848.p1|06849.p0} : 6848 
+pl {06848.s2} (1)
+pl {06849.p1|06850.p0} : 6849 
+pl {06849.s2} (1)
+pl {06850.p1|06851.p0} : 6850 
+pl {06850.s2} (1)
+pl {06851.p1|06852.p0} : 6851 
+pl {06851.s2} (1)
+pl {06852.p1|06853.p0} : 6852 
+pl {06852.s2} (1)
+pl {06853.p1|06854.p0} : 6853 
+pl {06853.s2} (1)
+pl {06854.p1|06855.p0} : 6854 
+pl {06854.s2} (1)
+pl {06855.p1|06856.p0} : 6855 
+pl {06855.s2} (1)
+pl {06856.p1|06857.p0} : 6856 
+pl {06856.s2} (1)
+pl {06857.p1|06858.p0} : 6857 
+pl {06857.s2} (1)
+pl {06858.p1|06859.p0} : 6858 
+pl {06858.s2} (1)
+pl {06859.p1|06860.p0} : 6859 
+pl {06859.s2} (1)
+pl {06860.p1|06861.p0} : 6860 
+pl {06860.s2} (1)
+pl {06861.p1|06862.p0} : 6861 
+pl {06861.s2} (1)
+pl {06862.p1|06863.p0} : 6862 
+pl {06862.s2} (1)
+pl {06863.p1|06864.p0} : 6863 
+pl {06863.s2} (1)
+pl {06864.p1|06865.p0} : 6864 
+pl {06864.s2} (1)
+pl {06865.p1|06866.p0} : 6865 
+pl {06865.s2} (1)
+pl {06866.p1|06867.p0} : 6866 
+pl {06866.s2} (1)
+pl {06867.p1|06868.p0} : 6867 
+pl {06867.s2} (1)
+pl {06868.p1|06869.p0} : 6868 
+pl {06868.s2} (1)
+pl {06869.p1|06870.p0} : 6869 
+pl {06869.s2} (1)
+pl {06870.p1|06871.p0} : 6870 
+pl {06870.s2} (1)
+pl {06871.p1|06872.p0} : 6871 
+pl {06871.s2} (1)
+pl {06872.p1|06873.p0} : 6872 
+pl {06872.s2} (1)
+pl {06873.p1|06874.p0} : 6873 
+pl {06873.s2} (1)
+pl {06874.p1|06875.p0} : 6874 
+pl {06874.s2} (1)
+pl {06875.p1|06876.p0} : 6875 
+pl {06875.s2} (1)
+pl {06876.p1|06877.p0} : 6876 
+pl {06876.s2} (1)
+pl {06877.p1|06878.p0} : 6877 
+pl {06877.s2} (1)
+pl {06878.p1|06879.p0} : 6878 
+pl {06878.s2} (1)
+pl {06879.p1|06880.p0} : 6879 
+pl {06879.s2} (1)
+pl {06880.p1|06881.p0} : 6880 
+pl {06880.s2} (1)
+pl {06881.p1|06882.p0} : 6881 
+pl {06881.s2} (1)
+pl {06882.p1|06883.p0} : 6882 
+pl {06882.s2} (1)
+pl {06883.p1|06884.p0} : 6883 
+pl {06883.s2} (1)
+pl {06884.p1|06885.p0} : 6884 
+pl {06884.s2} (1)
+pl {06885.p1|06886.p0} : 6885 
+pl {06885.s2} (1)
+pl {06886.p1|06887.p0} : 6886 
+pl {06886.s2} (1)
+pl {06887.p1|06888.p0} : 6887 
+pl {06887.s2} (1)
+pl {06888.p1|06889.p0} : 6888 
+pl {06888.s2} (1)
+pl {06889.p1|06890.p0} : 6889 
+pl {06889.s2} (1)
+pl {06890.p1|06891.p0} : 6890 
+pl {06890.s2} (1)
+pl {06891.p1|06892.p0} : 6891 
+pl {06891.s2} (1)
+pl {06892.p1|06893.p0} : 6892 
+pl {06892.s2} (1)
+pl {06893.p1|06894.p0} : 6893 
+pl {06893.s2} (1)
+pl {06894.p1|06895.p0} : 6894 
+pl {06894.s2} (1)
+pl {06895.p1|06896.p0} : 6895 
+pl {06895.s2} (1)
+pl {06896.p1|06897.p0} : 6896 
+pl {06896.s2} (1)
+pl {06897.p1|06898.p0} : 6897 
+pl {06897.s2} (1)
+pl {06898.p1|06899.p0} : 6898 
+pl {06898.s2} (1)
+pl {06899.p1|06900.p0} : 6899 
+pl {06899.s2} (1)
+pl {06900.p1|06901.p0} : 6900 
+pl {06900.s2} (1)
+pl {06901.p1|06902.p0} : 6901 
+pl {06901.s2} (1)
+pl {06902.p1|06903.p0} : 6902 
+pl {06902.s2} (1)
+pl {06903.p1|06904.p0} : 6903 
+pl {06903.s2} (1)
+pl {06904.p1|06905.p0} : 6904 
+pl {06904.s2} (1)
+pl {06905.p1|06906.p0} : 6905 
+pl {06905.s2} (1)
+pl {06906.p1|06907.p0} : 6906 
+pl {06906.s2} (1)
+pl {06907.p1|06908.p0} : 6907 
+pl {06907.s2} (1)
+pl {06908.p1|06909.p0} : 6908 
+pl {06908.s2} (1)
+pl {06909.p1|06910.p0} : 6909 
+pl {06909.s2} (1)
+pl {06910.p1|06911.p0} : 6910 
+pl {06910.s2} (1)
+pl {06911.p1|06912.p0} : 6911 
+pl {06911.s2} (1)
+pl {06912.p1|06913.p0} : 6912 
+pl {06912.s2} (1)
+pl {06913.p1|06914.p0} : 6913 
+pl {06913.s2} (1)
+pl {06914.p1|06915.p0} : 6914 
+pl {06914.s2} (1)
+pl {06915.p1|06916.p0} : 6915 
+pl {06915.s2} (1)
+pl {06916.p1|06917.p0} : 6916 
+pl {06916.s2} (1)
+pl {06917.p1|06918.p0} : 6917 
+pl {06917.s2} (1)
+pl {06918.p1|06919.p0} : 6918 
+pl {06918.s2} (1)
+pl {06919.p1|06920.p0} : 6919 
+pl {06919.s2} (1)
+pl {06920.p1|06921.p0} : 6920 
+pl {06920.s2} (1)
+pl {06921.p1|06922.p0} : 6921 
+pl {06921.s2} (1)
+pl {06922.p1|06923.p0} : 6922 
+pl {06922.s2} (1)
+pl {06923.p1|06924.p0} : 6923 
+pl {06923.s2} (1)
+pl {06924.p1|06925.p0} : 6924 
+pl {06924.s2} (1)
+pl {06925.p1|06926.p0} : 6925 
+pl {06925.s2} (1)
+pl {06926.p1|06927.p0} : 6926 
+pl {06926.s2} (1)
+pl {06927.p1|06928.p0} : 6927 
+pl {06927.s2} (1)
+pl {06928.p1|06929.p0} : 6928 
+pl {06928.s2} (1)
+pl {06929.p1|06930.p0} : 6929 
+pl {06929.s2} (1)
+pl {06930.p1|06931.p0} : 6930 
+pl {06930.s2} (1)
+pl {06931.p1|06932.p0} : 6931 
+pl {06931.s2} (1)
+pl {06932.p1|06933.p0} : 6932 
+pl {06932.s2} (1)
+pl {06933.p1|06934.p0} : 6933 
+pl {06933.s2} (1)
+pl {06934.p1|06935.p0} : 6934 
+pl {06934.s2} (1)
+pl {06935.p1|06936.p0} : 6935 
+pl {06935.s2} (1)
+pl {06936.p1|06937.p0} : 6936 
+pl {06936.s2} (1)
+pl {06937.p1|06938.p0} : 6937 
+pl {06937.s2} (1)
+pl {06938.p1|06939.p0} : 6938 
+pl {06938.s2} (1)
+pl {06939.p1|06940.p0} : 6939 
+pl {06939.s2} (1)
+pl {06940.p1|06941.p0} : 6940 
+pl {06940.s2} (1)
+pl {06941.p1|06942.p0} : 6941 
+pl {06941.s2} (1)
+pl {06942.p1|06943.p0} : 6942 
+pl {06942.s2} (1)
+pl {06943.p1|06944.p0} : 6943 
+pl {06943.s2} (1)
+pl {06944.p1|06945.p0} : 6944 
+pl {06944.s2} (1)
+pl {06945.p1|06946.p0} : 6945 
+pl {06945.s2} (1)
+pl {06946.p1|06947.p0} : 6946 
+pl {06946.s2} (1)
+pl {06947.p1|06948.p0} : 6947 
+pl {06947.s2} (1)
+pl {06948.p1|06949.p0} : 6948 
+pl {06948.s2} (1)
+pl {06949.p1|06950.p0} : 6949 
+pl {06949.s2} (1)
+pl {06950.p1|06951.p0} : 6950 
+pl {06950.s2} (1)
+pl {06951.p1|06952.p0} : 6951 
+pl {06951.s2} (1)
+pl {06952.p1|06953.p0} : 6952 
+pl {06952.s2} (1)
+pl {06953.p1|06954.p0} : 6953 
+pl {06953.s2} (1)
+pl {06954.p1|06955.p0} : 6954 
+pl {06954.s2} (1)
+pl {06955.p1|06956.p0} : 6955 
+pl {06955.s2} (1)
+pl {06956.p1|06957.p0} : 6956 
+pl {06956.s2} (1)
+pl {06957.p1|06958.p0} : 6957 
+pl {06957.s2} (1)
+pl {06958.p1|06959.p0} : 6958 
+pl {06958.s2} (1)
+pl {06959.p1|06960.p0} : 6959 
+pl {06959.s2} (1)
+pl {06960.p1|06961.p0} : 6960 
+pl {06960.s2} (1)
+pl {06961.p1|06962.p0} : 6961 
+pl {06961.s2} (1)
+pl {06962.p1|06963.p0} : 6962 
+pl {06962.s2} (1)
+pl {06963.p1|06964.p0} : 6963 
+pl {06963.s2} (1)
+pl {06964.p1|06965.p0} : 6964 
+pl {06964.s2} (1)
+pl {06965.p1|06966.p0} : 6965 
+pl {06965.s2} (1)
+pl {06966.p1|06967.p0} : 6966 
+pl {06966.s2} (1)
+pl {06967.p1|06968.p0} : 6967 
+pl {06967.s2} (1)
+pl {06968.p1|06969.p0} : 6968 
+pl {06968.s2} (1)
+pl {06969.p1|06970.p0} : 6969 
+pl {06969.s2} (1)
+pl {06970.p1|06971.p0} : 6970 
+pl {06970.s2} (1)
+pl {06971.p1|06972.p0} : 6971 
+pl {06971.s2} (1)
+pl {06972.p1|06973.p0} : 6972 
+pl {06972.s2} (1)
+pl {06973.p1|06974.p0} : 6973 
+pl {06973.s2} (1)
+pl {06974.p1|06975.p0} : 6974 
+pl {06974.s2} (1)
+pl {06975.p1|06976.p0} : 6975 
+pl {06975.s2} (1)
+pl {06976.p1|06977.p0} : 6976 
+pl {06976.s2} (1)
+pl {06977.p1|06978.p0} : 6977 
+pl {06977.s2} (1)
+pl {06978.p1|06979.p0} : 6978 
+pl {06978.s2} (1)
+pl {06979.p1|06980.p0} : 6979 
+pl {06979.s2} (1)
+pl {06980.p1|06981.p0} : 6980 
+pl {06980.s2} (1)
+pl {06981.p1|06982.p0} : 6981 
+pl {06981.s2} (1)
+pl {06982.p1|06983.p0} : 6982 
+pl {06982.s2} (1)
+pl {06983.p1|06984.p0} : 6983 
+pl {06983.s2} (1)
+pl {06984.p1|06985.p0} : 6984 
+pl {06984.s2} (1)
+pl {06985.p1|06986.p0} : 6985 
+pl {06985.s2} (1)
+pl {06986.p1|06987.p0} : 6986 
+pl {06986.s2} (1)
+pl {06987.p1|06988.p0} : 6987 
+pl {06987.s2} (1)
+pl {06988.p1|06989.p0} : 6988 
+pl {06988.s2} (1)
+pl {06989.p1|06990.p0} : 6989 
+pl {06989.s2} (1)
+pl {06990.p1|06991.p0} : 6990 
+pl {06990.s2} (1)
+pl {06991.p1|06992.p0} : 6991 
+pl {06991.s2} (1)
+pl {06992.p1|06993.p0} : 6992 
+pl {06992.s2} (1)
+pl {06993.p1|06994.p0} : 6993 
+pl {06993.s2} (1)
+pl {06994.p1|06995.p0} : 6994 
+pl {06994.s2} (1)
+pl {06995.p1|06996.p0} : 6995 
+pl {06995.s2} (1)
+pl {06996.p1|06997.p0} : 6996 
+pl {06996.s2} (1)
+pl {06997.p1|06998.p0} : 6997 
+pl {06997.s2} (1)
+pl {06998.p1|06999.p0} : 6998 
+pl {06998.s2} (1)
+pl {06999.p1|07000.p0} : 6999 
+pl {06999.s2} (1)
+pl {07000.p1|07001.p0} : 7000 
+pl {07000.s2} (1)
+pl {07001.p1|07002.p0} : 7001 
+pl {07001.s2} (1)
+pl {07002.p1|07003.p0} : 7002 
+pl {07002.s2} (1)
+pl {07003.p1|07004.p0} : 7003 
+pl {07003.s2} (1)
+pl {07004.p1|07005.p0} : 7004 
+pl {07004.s2} (1)
+pl {07005.p1|07006.p0} : 7005 
+pl {07005.s2} (1)
+pl {07006.p1|07007.p0} : 7006 
+pl {07006.s2} (1)
+pl {07007.p1|07008.p0} : 7007 
+pl {07007.s2} (1)
+pl {07008.p1|07009.p0} : 7008 
+pl {07008.s2} (1)
+pl {07009.p1|07010.p0} : 7009 
+pl {07009.s2} (1)
+pl {07010.p1|07011.p0} : 7010 
+pl {07010.s2} (1)
+pl {07011.p1|07012.p0} : 7011 
+pl {07011.s2} (1)
+pl {07012.p1|07013.p0} : 7012 
+pl {07012.s2} (1)
+pl {07013.p1|07014.p0} : 7013 
+pl {07013.s2} (1)
+pl {07014.p1|07015.p0} : 7014 
+pl {07014.s2} (1)
+pl {07015.p1|07016.p0} : 7015 
+pl {07015.s2} (1)
+pl {07016.p1|07017.p0} : 7016 
+pl {07016.s2} (1)
+pl {07017.p1|07018.p0} : 7017 
+pl {07017.s2} (1)
+pl {07018.p1|07019.p0} : 7018 
+pl {07018.s2} (1)
+pl {07019.p1|07020.p0} : 7019 
+pl {07019.s2} (1)
+pl {07020.p1|07021.p0} : 7020 
+pl {07020.s2} (1)
+pl {07021.p1|07022.p0} : 7021 
+pl {07021.s2} (1)
+pl {07022.p1|07023.p0} : 7022 
+pl {07022.s2} (1)
+pl {07023.p1|07024.p0} : 7023 
+pl {07023.s2} (1)
+pl {07024.p1|07025.p0} : 7024 
+pl {07024.s2} (1)
+pl {07025.p1|07026.p0} : 7025 
+pl {07025.s2} (1)
+pl {07026.p1|07027.p0} : 7026 
+pl {07026.s2} (1)
+pl {07027.p1|07028.p0} : 7027 
+pl {07027.s2} (1)
+pl {07028.p1|07029.p0} : 7028 
+pl {07028.s2} (1)
+pl {07029.p1|07030.p0} : 7029 
+pl {07029.s2} (1)
+pl {07030.p1|07031.p0} : 7030 
+pl {07030.s2} (1)
+pl {07031.p1|07032.p0} : 7031 
+pl {07031.s2} (1)
+pl {07032.p1|07033.p0} : 7032 
+pl {07032.s2} (1)
+pl {07033.p1|07034.p0} : 7033 
+pl {07033.s2} (1)
+pl {07034.p1|07035.p0} : 7034 
+pl {07034.s2} (1)
+pl {07035.p1|07036.p0} : 7035 
+pl {07035.s2} (1)
+pl {07036.p1|07037.p0} : 7036 
+pl {07036.s2} (1)
+pl {07037.p1|07038.p0} : 7037 
+pl {07037.s2} (1)
+pl {07038.p1|07039.p0} : 7038 
+pl {07038.s2} (1)
+pl {07039.p1|07040.p0} : 7039 
+pl {07039.s2} (1)
+pl {07040.p1|07041.p0} : 7040 
+pl {07040.s2} (1)
+pl {07041.p1|07042.p0} : 7041 
+pl {07041.s2} (1)
+pl {07042.p1|07043.p0} : 7042 
+pl {07042.s2} (1)
+pl {07043.p1|07044.p0} : 7043 
+pl {07043.s2} (1)
+pl {07044.p1|07045.p0} : 7044 
+pl {07044.s2} (1)
+pl {07045.p1|07046.p0} : 7045 
+pl {07045.s2} (1)
+pl {07046.p1|07047.p0} : 7046 
+pl {07046.s2} (1)
+pl {07047.p1|07048.p0} : 7047 
+pl {07047.s2} (1)
+pl {07048.p1|07049.p0} : 7048 
+pl {07048.s2} (1)
+pl {07049.p1|07050.p0} : 7049 
+pl {07049.s2} (1)
+pl {07050.p1|07051.p0} : 7050 
+pl {07050.s2} (1)
+pl {07051.p1|07052.p0} : 7051 
+pl {07051.s2} (1)
+pl {07052.p1|07053.p0} : 7052 
+pl {07052.s2} (1)
+pl {07053.p1|07054.p0} : 7053 
+pl {07053.s2} (1)
+pl {07054.p1|07055.p0} : 7054 
+pl {07054.s2} (1)
+pl {07055.p1|07056.p0} : 7055 
+pl {07055.s2} (1)
+pl {07056.p1|07057.p0} : 7056 
+pl {07056.s2} (1)
+pl {07057.p1|07058.p0} : 7057 
+pl {07057.s2} (1)
+pl {07058.p1|07059.p0} : 7058 
+pl {07058.s2} (1)
+pl {07059.p1|07060.p0} : 7059 
+pl {07059.s2} (1)
+pl {07060.p1|07061.p0} : 7060 
+pl {07060.s2} (1)
+pl {07061.p1|07062.p0} : 7061 
+pl {07061.s2} (1)
+pl {07062.p1|07063.p0} : 7062 
+pl {07062.s2} (1)
+pl {07063.p1|07064.p0} : 7063 
+pl {07063.s2} (1)
+pl {07064.p1|07065.p0} : 7064 
+pl {07064.s2} (1)
+pl {07065.p1|07066.p0} : 7065 
+pl {07065.s2} (1)
+pl {07066.p1|07067.p0} : 7066 
+pl {07066.s2} (1)
+pl {07067.p1|07068.p0} : 7067 
+pl {07067.s2} (1)
+pl {07068.p1|07069.p0} : 7068 
+pl {07068.s2} (1)
+pl {07069.p1|07070.p0} : 7069 
+pl {07069.s2} (1)
+pl {07070.p1|07071.p0} : 7070 
+pl {07070.s2} (1)
+pl {07071.p1|07072.p0} : 7071 
+pl {07071.s2} (1)
+pl {07072.p1|07073.p0} : 7072 
+pl {07072.s2} (1)
+pl {07073.p1|07074.p0} : 7073 
+pl {07073.s2} (1)
+pl {07074.p1|07075.p0} : 7074 
+pl {07074.s2} (1)
+pl {07075.p1|07076.p0} : 7075 
+pl {07075.s2} (1)
+pl {07076.p1|07077.p0} : 7076 
+pl {07076.s2} (1)
+pl {07077.p1|07078.p0} : 7077 
+pl {07077.s2} (1)
+pl {07078.p1|07079.p0} : 7078 
+pl {07078.s2} (1)
+pl {07079.p1|07080.p0} : 7079 
+pl {07079.s2} (1)
+pl {07080.p1|07081.p0} : 7080 
+pl {07080.s2} (1)
+pl {07081.p1|07082.p0} : 7081 
+pl {07081.s2} (1)
+pl {07082.p1|07083.p0} : 7082 
+pl {07082.s2} (1)
+pl {07083.p1|07084.p0} : 7083 
+pl {07083.s2} (1)
+pl {07084.p1|07085.p0} : 7084 
+pl {07084.s2} (1)
+pl {07085.p1|07086.p0} : 7085 
+pl {07085.s2} (1)
+pl {07086.p1|07087.p0} : 7086 
+pl {07086.s2} (1)
+pl {07087.p1|07088.p0} : 7087 
+pl {07087.s2} (1)
+pl {07088.p1|07089.p0} : 7088 
+pl {07088.s2} (1)
+pl {07089.p1|07090.p0} : 7089 
+pl {07089.s2} (1)
+pl {07090.p1|07091.p0} : 7090 
+pl {07090.s2} (1)
+pl {07091.p1|07092.p0} : 7091 
+pl {07091.s2} (1)
+pl {07092.p1|07093.p0} : 7092 
+pl {07092.s2} (1)
+pl {07093.p1|07094.p0} : 7093 
+pl {07093.s2} (1)
+pl {07094.p1|07095.p0} : 7094 
+pl {07094.s2} (1)
+pl {07095.p1|07096.p0} : 7095 
+pl {07095.s2} (1)
+pl {07096.p1|07097.p0} : 7096 
+pl {07096.s2} (1)
+pl {07097.p1|07098.p0} : 7097 
+pl {07097.s2} (1)
+pl {07098.p1|07099.p0} : 7098 
+pl {07098.s2} (1)
+pl {07099.p1|07100.p0} : 7099 
+pl {07099.s2} (1)
+pl {07100.p1|07101.p0} : 7100 
+pl {07100.s2} (1)
+pl {07101.p1|07102.p0} : 7101 
+pl {07101.s2} (1)
+pl {07102.p1|07103.p0} : 7102 
+pl {07102.s2} (1)
+pl {07103.p1|07104.p0} : 7103 
+pl {07103.s2} (1)
+pl {07104.p1|07105.p0} : 7104 
+pl {07104.s2} (1)
+pl {07105.p1|07106.p0} : 7105 
+pl {07105.s2} (1)
+pl {07106.p1|07107.p0} : 7106 
+pl {07106.s2} (1)
+pl {07107.p1|07108.p0} : 7107 
+pl {07107.s2} (1)
+pl {07108.p1|07109.p0} : 7108 
+pl {07108.s2} (1)
+pl {07109.p1|07110.p0} : 7109 
+pl {07109.s2} (1)
+pl {07110.p1|07111.p0} : 7110 
+pl {07110.s2} (1)
+pl {07111.p1|07112.p0} : 7111 
+pl {07111.s2} (1)
+pl {07112.p1|07113.p0} : 7112 
+pl {07112.s2} (1)
+pl {07113.p1|07114.p0} : 7113 
+pl {07113.s2} (1)
+pl {07114.p1|07115.p0} : 7114 
+pl {07114.s2} (1)
+pl {07115.p1|07116.p0} : 7115 
+pl {07115.s2} (1)
+pl {07116.p1|07117.p0} : 7116 
+pl {07116.s2} (1)
+pl {07117.p1|07118.p0} : 7117 
+pl {07117.s2} (1)
+pl {07118.p1|07119.p0} : 7118 
+pl {07118.s2} (1)
+pl {07119.p1|07120.p0} : 7119 
+pl {07119.s2} (1)
+pl {07120.p1|07121.p0} : 7120 
+pl {07120.s2} (1)
+pl {07121.p1|07122.p0} : 7121 
+pl {07121.s2} (1)
+pl {07122.p1|07123.p0} : 7122 
+pl {07122.s2} (1)
+pl {07123.p1|07124.p0} : 7123 
+pl {07123.s2} (1)
+pl {07124.p1|07125.p0} : 7124 
+pl {07124.s2} (1)
+pl {07125.p1|07126.p0} : 7125 
+pl {07125.s2} (1)
+pl {07126.p1|07127.p0} : 7126 
+pl {07126.s2} (1)
+pl {07127.p1|07128.p0} : 7127 
+pl {07127.s2} (1)
+pl {07128.p1|07129.p0} : 7128 
+pl {07128.s2} (1)
+pl {07129.p1|07130.p0} : 7129 
+pl {07129.s2} (1)
+pl {07130.p1|07131.p0} : 7130 
+pl {07130.s2} (1)
+pl {07131.p1|07132.p0} : 7131 
+pl {07131.s2} (1)
+pl {07132.p1|07133.p0} : 7132 
+pl {07132.s2} (1)
+pl {07133.p1|07134.p0} : 7133 
+pl {07133.s2} (1)
+pl {07134.p1|07135.p0} : 7134 
+pl {07134.s2} (1)
+pl {07135.p1|07136.p0} : 7135 
+pl {07135.s2} (1)
+pl {07136.p1|07137.p0} : 7136 
+pl {07136.s2} (1)
+pl {07137.p1|07138.p0} : 7137 
+pl {07137.s2} (1)
+pl {07138.p1|07139.p0} : 7138 
+pl {07138.s2} (1)
+pl {07139.p1|07140.p0} : 7139 
+pl {07139.s2} (1)
+pl {07140.p1|07141.p0} : 7140 
+pl {07140.s2} (1)
+pl {07141.p1|07142.p0} : 7141 
+pl {07141.s2} (1)
+pl {07142.p1|07143.p0} : 7142 
+pl {07142.s2} (1)
+pl {07143.p1|07144.p0} : 7143 
+pl {07143.s2} (1)
+pl {07144.p1|07145.p0} : 7144 
+pl {07144.s2} (1)
+pl {07145.p1|07146.p0} : 7145 
+pl {07145.s2} (1)
+pl {07146.p1|07147.p0} : 7146 
+pl {07146.s2} (1)
+pl {07147.p1|07148.p0} : 7147 
+pl {07147.s2} (1)
+pl {07148.p1|07149.p0} : 7148 
+pl {07148.s2} (1)
+pl {07149.p1|07150.p0} : 7149 
+pl {07149.s2} (1)
+pl {07150.p1|07151.p0} : 7150 
+pl {07150.s2} (1)
+pl {07151.p1|07152.p0} : 7151 
+pl {07151.s2} (1)
+pl {07152.p1|07153.p0} : 7152 
+pl {07152.s2} (1)
+pl {07153.p1|07154.p0} : 7153 
+pl {07153.s2} (1)
+pl {07154.p1|07155.p0} : 7154 
+pl {07154.s2} (1)
+pl {07155.p1|07156.p0} : 7155 
+pl {07155.s2} (1)
+pl {07156.p1|07157.p0} : 7156 
+pl {07156.s2} (1)
+pl {07157.p1|07158.p0} : 7157 
+pl {07157.s2} (1)
+pl {07158.p1|07159.p0} : 7158 
+pl {07158.s2} (1)
+pl {07159.p1|07160.p0} : 7159 
+pl {07159.s2} (1)
+pl {07160.p1|07161.p0} : 7160 
+pl {07160.s2} (1)
+pl {07161.p1|07162.p0} : 7161 
+pl {07161.s2} (1)
+pl {07162.p1|07163.p0} : 7162 
+pl {07162.s2} (1)
+pl {07163.p1|07164.p0} : 7163 
+pl {07163.s2} (1)
+pl {07164.p1|07165.p0} : 7164 
+pl {07164.s2} (1)
+pl {07165.p1|07166.p0} : 7165 
+pl {07165.s2} (1)
+pl {07166.p1|07167.p0} : 7166 
+pl {07166.s2} (1)
+pl {07167.p1|07168.p0} : 7167 
+pl {07167.s2} (1)
+pl {07168.p1|07169.p0} : 7168 
+pl {07168.s2} (1)
+pl {07169.p1|07170.p0} : 7169 
+pl {07169.s2} (1)
+pl {07170.p1|07171.p0} : 7170 
+pl {07170.s2} (1)
+pl {07171.p1|07172.p0} : 7171 
+pl {07171.s2} (1)
+pl {07172.p1|07173.p0} : 7172 
+pl {07172.s2} (1)
+pl {07173.p1|07174.p0} : 7173 
+pl {07173.s2} (1)
+pl {07174.p1|07175.p0} : 7174 
+pl {07174.s2} (1)
+pl {07175.p1|07176.p0} : 7175 
+pl {07175.s2} (1)
+pl {07176.p1|07177.p0} : 7176 
+pl {07176.s2} (1)
+pl {07177.p1|07178.p0} : 7177 
+pl {07177.s2} (1)
+pl {07178.p1|07179.p0} : 7178 
+pl {07178.s2} (1)
+pl {07179.p1|07180.p0} : 7179 
+pl {07179.s2} (1)
+pl {07180.p1|07181.p0} : 7180 
+pl {07180.s2} (1)
+pl {07181.p1|07182.p0} : 7181 
+pl {07181.s2} (1)
+pl {07182.p1|07183.p0} : 7182 
+pl {07182.s2} (1)
+pl {07183.p1|07184.p0} : 7183 
+pl {07183.s2} (1)
+pl {07184.p1|07185.p0} : 7184 
+pl {07184.s2} (1)
+pl {07185.p1|07186.p0} : 7185 
+pl {07185.s2} (1)
+pl {07186.p1|07187.p0} : 7186 
+pl {07186.s2} (1)
+pl {07187.p1|07188.p0} : 7187 
+pl {07187.s2} (1)
+pl {07188.p1|07189.p0} : 7188 
+pl {07188.s2} (1)
+pl {07189.p1|07190.p0} : 7189 
+pl {07189.s2} (1)
+pl {07190.p1|07191.p0} : 7190 
+pl {07190.s2} (1)
+pl {07191.p1|07192.p0} : 7191 
+pl {07191.s2} (1)
+pl {07192.p1|07193.p0} : 7192 
+pl {07192.s2} (1)
+pl {07193.p1|07194.p0} : 7193 
+pl {07193.s2} (1)
+pl {07194.p1|07195.p0} : 7194 
+pl {07194.s2} (1)
+pl {07195.p1|07196.p0} : 7195 
+pl {07195.s2} (1)
+pl {07196.p1|07197.p0} : 7196 
+pl {07196.s2} (1)
+pl {07197.p1|07198.p0} : 7197 
+pl {07197.s2} (1)
+pl {07198.p1|07199.p0} : 7198 
+pl {07198.s2} (1)
+pl {07199.p1|07200.p0} : 7199 
+pl {07199.s2} (1)
+pl {07200.p1|07201.p0} : 7200 
+pl {07200.s2} (1)
+pl {07201.p1|07202.p0} : 7201 
+pl {07201.s2} (1)
+pl {07202.p1|07203.p0} : 7202 
+pl {07202.s2} (1)
+pl {07203.p1|07204.p0} : 7203 
+pl {07203.s2} (1)
+pl {07204.p1|07205.p0} : 7204 
+pl {07204.s2} (1)
+pl {07205.p1|07206.p0} : 7205 
+pl {07205.s2} (1)
+pl {07206.p1|07207.p0} : 7206 
+pl {07206.s2} (1)
+pl {07207.p1|07208.p0} : 7207 
+pl {07207.s2} (1)
+pl {07208.p1|07209.p0} : 7208 
+pl {07208.s2} (1)
+pl {07209.p1|07210.p0} : 7209 
+pl {07209.s2} (1)
+pl {07210.p1|07211.p0} : 7210 
+pl {07210.s2} (1)
+pl {07211.p1|07212.p0} : 7211 
+pl {07211.s2} (1)
+pl {07212.p1|07213.p0} : 7212 
+pl {07212.s2} (1)
+pl {07213.p1|07214.p0} : 7213 
+pl {07213.s2} (1)
+pl {07214.p1|07215.p0} : 7214 
+pl {07214.s2} (1)
+pl {07215.p1|07216.p0} : 7215 
+pl {07215.s2} (1)
+pl {07216.p1|07217.p0} : 7216 
+pl {07216.s2} (1)
+pl {07217.p1|07218.p0} : 7217 
+pl {07217.s2} (1)
+pl {07218.p1|07219.p0} : 7218 
+pl {07218.s2} (1)
+pl {07219.p1|07220.p0} : 7219 
+pl {07219.s2} (1)
+pl {07220.p1|07221.p0} : 7220 
+pl {07220.s2} (1)
+pl {07221.p1|07222.p0} : 7221 
+pl {07221.s2} (1)
+pl {07222.p1|07223.p0} : 7222 
+pl {07222.s2} (1)
+pl {07223.p1|07224.p0} : 7223 
+pl {07223.s2} (1)
+pl {07224.p1|07225.p0} : 7224 
+pl {07224.s2} (1)
+pl {07225.p1|07226.p0} : 7225 
+pl {07225.s2} (1)
+pl {07226.p1|07227.p0} : 7226 
+pl {07226.s2} (1)
+pl {07227.p1|07228.p0} : 7227 
+pl {07227.s2} (1)
+pl {07228.p1|07229.p0} : 7228 
+pl {07228.s2} (1)
+pl {07229.p1|07230.p0} : 7229 
+pl {07229.s2} (1)
+pl {07230.p1|07231.p0} : 7230 
+pl {07230.s2} (1)
+pl {07231.p1|07232.p0} : 7231 
+pl {07231.s2} (1)
+pl {07232.p1|07233.p0} : 7232 
+pl {07232.s2} (1)
+pl {07233.p1|07234.p0} : 7233 
+pl {07233.s2} (1)
+pl {07234.p1|07235.p0} : 7234 
+pl {07234.s2} (1)
+pl {07235.p1|07236.p0} : 7235 
+pl {07235.s2} (1)
+pl {07236.p1|07237.p0} : 7236 
+pl {07236.s2} (1)
+pl {07237.p1|07238.p0} : 7237 
+pl {07237.s2} (1)
+pl {07238.p1|07239.p0} : 7238 
+pl {07238.s2} (1)
+pl {07239.p1|07240.p0} : 7239 
+pl {07239.s2} (1)
+pl {07240.p1|07241.p0} : 7240 
+pl {07240.s2} (1)
+pl {07241.p1|07242.p0} : 7241 
+pl {07241.s2} (1)
+pl {07242.p1|07243.p0} : 7242 
+pl {07242.s2} (1)
+pl {07243.p1|07244.p0} : 7243 
+pl {07243.s2} (1)
+pl {07244.p1|07245.p0} : 7244 
+pl {07244.s2} (1)
+pl {07245.p1|07246.p0} : 7245 
+pl {07245.s2} (1)
+pl {07246.p1|07247.p0} : 7246 
+pl {07246.s2} (1)
+pl {07247.p1|07248.p0} : 7247 
+pl {07247.s2} (1)
+pl {07248.p1|07249.p0} : 7248 
+pl {07248.s2} (1)
+pl {07249.p1|07250.p0} : 7249 
+pl {07249.s2} (1)
+pl {07250.p1|07251.p0} : 7250 
+pl {07250.s2} (1)
+pl {07251.p1|07252.p0} : 7251 
+pl {07251.s2} (1)
+pl {07252.p1|07253.p0} : 7252 
+pl {07252.s2} (1)
+pl {07253.p1|07254.p0} : 7253 
+pl {07253.s2} (1)
+pl {07254.p1|07255.p0} : 7254 
+pl {07254.s2} (1)
+pl {07255.p1|07256.p0} : 7255 
+pl {07255.s2} (1)
+pl {07256.p1|07257.p0} : 7256 
+pl {07256.s2} (1)
+pl {07257.p1|07258.p0} : 7257 
+pl {07257.s2} (1)
+pl {07258.p1|07259.p0} : 7258 
+pl {07258.s2} (1)
+pl {07259.p1|07260.p0} : 7259 
+pl {07259.s2} (1)
+pl {07260.p1|07261.p0} : 7260 
+pl {07260.s2} (1)
+pl {07261.p1|07262.p0} : 7261 
+pl {07261.s2} (1)
+pl {07262.p1|07263.p0} : 7262 
+pl {07262.s2} (1)
+pl {07263.p1|07264.p0} : 7263 
+pl {07263.s2} (1)
+pl {07264.p1|07265.p0} : 7264 
+pl {07264.s2} (1)
+pl {07265.p1|07266.p0} : 7265 
+pl {07265.s2} (1)
+pl {07266.p1|07267.p0} : 7266 
+pl {07266.s2} (1)
+pl {07267.p1|07268.p0} : 7267 
+pl {07267.s2} (1)
+pl {07268.p1|07269.p0} : 7268 
+pl {07268.s2} (1)
+pl {07269.p1|07270.p0} : 7269 
+pl {07269.s2} (1)
+pl {07270.p1|07271.p0} : 7270 
+pl {07270.s2} (1)
+pl {07271.p1|07272.p0} : 7271 
+pl {07271.s2} (1)
+pl {07272.p1|07273.p0} : 7272 
+pl {07272.s2} (1)
+pl {07273.p1|07274.p0} : 7273 
+pl {07273.s2} (1)
+pl {07274.p1|07275.p0} : 7274 
+pl {07274.s2} (1)
+pl {07275.p1|07276.p0} : 7275 
+pl {07275.s2} (1)
+pl {07276.p1|07277.p0} : 7276 
+pl {07276.s2} (1)
+pl {07277.p1|07278.p0} : 7277 
+pl {07277.s2} (1)
+pl {07278.p1|07279.p0} : 7278 
+pl {07278.s2} (1)
+pl {07279.p1|07280.p0} : 7279 
+pl {07279.s2} (1)
+pl {07280.p1|07281.p0} : 7280 
+pl {07280.s2} (1)
+pl {07281.p1|07282.p0} : 7281 
+pl {07281.s2} (1)
+pl {07282.p1|07283.p0} : 7282 
+pl {07282.s2} (1)
+pl {07283.p1|07284.p0} : 7283 
+pl {07283.s2} (1)
+pl {07284.p1|07285.p0} : 7284 
+pl {07284.s2} (1)
+pl {07285.p1|07286.p0} : 7285 
+pl {07285.s2} (1)
+pl {07286.p1|07287.p0} : 7286 
+pl {07286.s2} (1)
+pl {07287.p1|07288.p0} : 7287 
+pl {07287.s2} (1)
+pl {07288.p1|07289.p0} : 7288 
+pl {07288.s2} (1)
+pl {07289.p1|07290.p0} : 7289 
+pl {07289.s2} (1)
+pl {07290.p1|07291.p0} : 7290 
+pl {07290.s2} (1)
+pl {07291.p1|07292.p0} : 7291 
+pl {07291.s2} (1)
+pl {07292.p1|07293.p0} : 7292 
+pl {07292.s2} (1)
+pl {07293.p1|07294.p0} : 7293 
+pl {07293.s2} (1)
+pl {07294.p1|07295.p0} : 7294 
+pl {07294.s2} (1)
+pl {07295.p1|07296.p0} : 7295 
+pl {07295.s2} (1)
+pl {07296.p1|07297.p0} : 7296 
+pl {07296.s2} (1)
+pl {07297.p1|07298.p0} : 7297 
+pl {07297.s2} (1)
+pl {07298.p1|07299.p0} : 7298 
+pl {07298.s2} (1)
+pl {07299.p1|07300.p0} : 7299 
+pl {07299.s2} (1)
+pl {07300.p1|07301.p0} : 7300 
+pl {07300.s2} (1)
+pl {07301.p1|07302.p0} : 7301 
+pl {07301.s2} (1)
+pl {07302.p1|07303.p0} : 7302 
+pl {07302.s2} (1)
+pl {07303.p1|07304.p0} : 7303 
+pl {07303.s2} (1)
+pl {07304.p1|07305.p0} : 7304 
+pl {07304.s2} (1)
+pl {07305.p1|07306.p0} : 7305 
+pl {07305.s2} (1)
+pl {07306.p1|07307.p0} : 7306 
+pl {07306.s2} (1)
+pl {07307.p1|07308.p0} : 7307 
+pl {07307.s2} (1)
+pl {07308.p1|07309.p0} : 7308 
+pl {07308.s2} (1)
+pl {07309.p1|07310.p0} : 7309 
+pl {07309.s2} (1)
+pl {07310.p1|07311.p0} : 7310 
+pl {07310.s2} (1)
+pl {07311.p1|07312.p0} : 7311 
+pl {07311.s2} (1)
+pl {07312.p1|07313.p0} : 7312 
+pl {07312.s2} (1)
+pl {07313.p1|07314.p0} : 7313 
+pl {07313.s2} (1)
+pl {07314.p1|07315.p0} : 7314 
+pl {07314.s2} (1)
+pl {07315.p1|07316.p0} : 7315 
+pl {07315.s2} (1)
+pl {07316.p1|07317.p0} : 7316 
+pl {07316.s2} (1)
+pl {07317.p1|07318.p0} : 7317 
+pl {07317.s2} (1)
+pl {07318.p1|07319.p0} : 7318 
+pl {07318.s2} (1)
+pl {07319.p1|07320.p0} : 7319 
+pl {07319.s2} (1)
+pl {07320.p1|07321.p0} : 7320 
+pl {07320.s2} (1)
+pl {07321.p1|07322.p0} : 7321 
+pl {07321.s2} (1)
+pl {07322.p1|07323.p0} : 7322 
+pl {07322.s2} (1)
+pl {07323.p1|07324.p0} : 7323 
+pl {07323.s2} (1)
+pl {07324.p1|07325.p0} : 7324 
+pl {07324.s2} (1)
+pl {07325.p1|07326.p0} : 7325 
+pl {07325.s2} (1)
+pl {07326.p1|07327.p0} : 7326 
+pl {07326.s2} (1)
+pl {07327.p1|07328.p0} : 7327 
+pl {07327.s2} (1)
+pl {07328.p1|07329.p0} : 7328 
+pl {07328.s2} (1)
+pl {07329.p1|07330.p0} : 7329 
+pl {07329.s2} (1)
+pl {07330.p1|07331.p0} : 7330 
+pl {07330.s2} (1)
+pl {07331.p1|07332.p0} : 7331 
+pl {07331.s2} (1)
+pl {07332.p1|07333.p0} : 7332 
+pl {07332.s2} (1)
+pl {07333.p1|07334.p0} : 7333 
+pl {07333.s2} (1)
+pl {07334.p1|07335.p0} : 7334 
+pl {07334.s2} (1)
+pl {07335.p1|07336.p0} : 7335 
+pl {07335.s2} (1)
+pl {07336.p1|07337.p0} : 7336 
+pl {07336.s2} (1)
+pl {07337.p1|07338.p0} : 7337 
+pl {07337.s2} (1)
+pl {07338.p1|07339.p0} : 7338 
+pl {07338.s2} (1)
+pl {07339.p1|07340.p0} : 7339 
+pl {07339.s2} (1)
+pl {07340.p1|07341.p0} : 7340 
+pl {07340.s2} (1)
+pl {07341.p1|07342.p0} : 7341 
+pl {07341.s2} (1)
+pl {07342.p1|07343.p0} : 7342 
+pl {07342.s2} (1)
+pl {07343.p1|07344.p0} : 7343 
+pl {07343.s2} (1)
+pl {07344.p1|07345.p0} : 7344 
+pl {07344.s2} (1)
+pl {07345.p1|07346.p0} : 7345 
+pl {07345.s2} (1)
+pl {07346.p1|07347.p0} : 7346 
+pl {07346.s2} (1)
+pl {07347.p1|07348.p0} : 7347 
+pl {07347.s2} (1)
+pl {07348.p1|07349.p0} : 7348 
+pl {07348.s2} (1)
+pl {07349.p1|07350.p0} : 7349 
+pl {07349.s2} (1)
+pl {07350.p1|07351.p0} : 7350 
+pl {07350.s2} (1)
+pl {07351.p1|07352.p0} : 7351 
+pl {07351.s2} (1)
+pl {07352.p1|07353.p0} : 7352 
+pl {07352.s2} (1)
+pl {07353.p1|07354.p0} : 7353 
+pl {07353.s2} (1)
+pl {07354.p1|07355.p0} : 7354 
+pl {07354.s2} (1)
+pl {07355.p1|07356.p0} : 7355 
+pl {07355.s2} (1)
+pl {07356.p1|07357.p0} : 7356 
+pl {07356.s2} (1)
+pl {07357.p1|07358.p0} : 7357 
+pl {07357.s2} (1)
+pl {07358.p1|07359.p0} : 7358 
+pl {07358.s2} (1)
+pl {07359.p1|07360.p0} : 7359 
+pl {07359.s2} (1)
+pl {07360.p1|07361.p0} : 7360 
+pl {07360.s2} (1)
+pl {07361.p1|07362.p0} : 7361 
+pl {07361.s2} (1)
+pl {07362.p1|07363.p0} : 7362 
+pl {07362.s2} (1)
+pl {07363.p1|07364.p0} : 7363 
+pl {07363.s2} (1)
+pl {07364.p1|07365.p0} : 7364 
+pl {07364.s2} (1)
+pl {07365.p1|07366.p0} : 7365 
+pl {07365.s2} (1)
+pl {07366.p1|07367.p0} : 7366 
+pl {07366.s2} (1)
+pl {07367.p1|07368.p0} : 7367 
+pl {07367.s2} (1)
+pl {07368.p1|07369.p0} : 7368 
+pl {07368.s2} (1)
+pl {07369.p1|07370.p0} : 7369 
+pl {07369.s2} (1)
+pl {07370.p1|07371.p0} : 7370 
+pl {07370.s2} (1)
+pl {07371.p1|07372.p0} : 7371 
+pl {07371.s2} (1)
+pl {07372.p1|07373.p0} : 7372 
+pl {07372.s2} (1)
+pl {07373.p1|07374.p0} : 7373 
+pl {07373.s2} (1)
+pl {07374.p1|07375.p0} : 7374 
+pl {07374.s2} (1)
+pl {07375.p1|07376.p0} : 7375 
+pl {07375.s2} (1)
+pl {07376.p1|07377.p0} : 7376 
+pl {07376.s2} (1)
+pl {07377.p1|07378.p0} : 7377 
+pl {07377.s2} (1)
+pl {07378.p1|07379.p0} : 7378 
+pl {07378.s2} (1)
+pl {07379.p1|07380.p0} : 7379 
+pl {07379.s2} (1)
+pl {07380.p1|07381.p0} : 7380 
+pl {07380.s2} (1)
+pl {07381.p1|07382.p0} : 7381 
+pl {07381.s2} (1)
+pl {07382.p1|07383.p0} : 7382 
+pl {07382.s2} (1)
+pl {07383.p1|07384.p0} : 7383 
+pl {07383.s2} (1)
+pl {07384.p1|07385.p0} : 7384 
+pl {07384.s2} (1)
+pl {07385.p1|07386.p0} : 7385 
+pl {07385.s2} (1)
+pl {07386.p1|07387.p0} : 7386 
+pl {07386.s2} (1)
+pl {07387.p1|07388.p0} : 7387 
+pl {07387.s2} (1)
+pl {07388.p1|07389.p0} : 7388 
+pl {07388.s2} (1)
+pl {07389.p1|07390.p0} : 7389 
+pl {07389.s2} (1)
+pl {07390.p1|07391.p0} : 7390 
+pl {07390.s2} (1)
+pl {07391.p1|07392.p0} : 7391 
+pl {07391.s2} (1)
+pl {07392.p1|07393.p0} : 7392 
+pl {07392.s2} (1)
+pl {07393.p1|07394.p0} : 7393 
+pl {07393.s2} (1)
+pl {07394.p1|07395.p0} : 7394 
+pl {07394.s2} (1)
+pl {07395.p1|07396.p0} : 7395 
+pl {07395.s2} (1)
+pl {07396.p1|07397.p0} : 7396 
+pl {07396.s2} (1)
+pl {07397.p1|07398.p0} : 7397 
+pl {07397.s2} (1)
+pl {07398.p1|07399.p0} : 7398 
+pl {07398.s2} (1)
+pl {07399.p1|07400.p0} : 7399 
+pl {07399.s2} (1)
+pl {07400.p1|07401.p0} : 7400 
+pl {07400.s2} (1)
+pl {07401.p1|07402.p0} : 7401 
+pl {07401.s2} (1)
+pl {07402.p1|07403.p0} : 7402 
+pl {07402.s2} (1)
+pl {07403.p1|07404.p0} : 7403 
+pl {07403.s2} (1)
+pl {07404.p1|07405.p0} : 7404 
+pl {07404.s2} (1)
+pl {07405.p1|07406.p0} : 7405 
+pl {07405.s2} (1)
+pl {07406.p1|07407.p0} : 7406 
+pl {07406.s2} (1)
+pl {07407.p1|07408.p0} : 7407 
+pl {07407.s2} (1)
+pl {07408.p1|07409.p0} : 7408 
+pl {07408.s2} (1)
+pl {07409.p1|07410.p0} : 7409 
+pl {07409.s2} (1)
+pl {07410.p1|07411.p0} : 7410 
+pl {07410.s2} (1)
+pl {07411.p1|07412.p0} : 7411 
+pl {07411.s2} (1)
+pl {07412.p1|07413.p0} : 7412 
+pl {07412.s2} (1)
+pl {07413.p1|07414.p0} : 7413 
+pl {07413.s2} (1)
+pl {07414.p1|07415.p0} : 7414 
+pl {07414.s2} (1)
+pl {07415.p1|07416.p0} : 7415 
+pl {07415.s2} (1)
+pl {07416.p1|07417.p0} : 7416 
+pl {07416.s2} (1)
+pl {07417.p1|07418.p0} : 7417 
+pl {07417.s2} (1)
+pl {07418.p1|07419.p0} : 7418 
+pl {07418.s2} (1)
+pl {07419.p1|07420.p0} : 7419 
+pl {07419.s2} (1)
+pl {07420.p1|07421.p0} : 7420 
+pl {07420.s2} (1)
+pl {07421.p1|07422.p0} : 7421 
+pl {07421.s2} (1)
+pl {07422.p1|07423.p0} : 7422 
+pl {07422.s2} (1)
+pl {07423.p1|07424.p0} : 7423 
+pl {07423.s2} (1)
+pl {07424.p1|07425.p0} : 7424 
+pl {07424.s2} (1)
+pl {07425.p1|07426.p0} : 7425 
+pl {07425.s2} (1)
+pl {07426.p1|07427.p0} : 7426 
+pl {07426.s2} (1)
+pl {07427.p1|07428.p0} : 7427 
+pl {07427.s2} (1)
+pl {07428.p1|07429.p0} : 7428 
+pl {07428.s2} (1)
+pl {07429.p1|07430.p0} : 7429 
+pl {07429.s2} (1)
+pl {07430.p1|07431.p0} : 7430 
+pl {07430.s2} (1)
+pl {07431.p1|07432.p0} : 7431 
+pl {07431.s2} (1)
+pl {07432.p1|07433.p0} : 7432 
+pl {07432.s2} (1)
+pl {07433.p1|07434.p0} : 7433 
+pl {07433.s2} (1)
+pl {07434.p1|07435.p0} : 7434 
+pl {07434.s2} (1)
+pl {07435.p1|07436.p0} : 7435 
+pl {07435.s2} (1)
+pl {07436.p1|07437.p0} : 7436 
+pl {07436.s2} (1)
+pl {07437.p1|07438.p0} : 7437 
+pl {07437.s2} (1)
+pl {07438.p1|07439.p0} : 7438 
+pl {07438.s2} (1)
+pl {07439.p1|07440.p0} : 7439 
+pl {07439.s2} (1)
+pl {07440.p1|07441.p0} : 7440 
+pl {07440.s2} (1)
+pl {07441.p1|07442.p0} : 7441 
+pl {07441.s2} (1)
+pl {07442.p1|07443.p0} : 7442 
+pl {07442.s2} (1)
+pl {07443.p1|07444.p0} : 7443 
+pl {07443.s2} (1)
+pl {07444.p1|07445.p0} : 7444 
+pl {07444.s2} (1)
+pl {07445.p1|07446.p0} : 7445 
+pl {07445.s2} (1)
+pl {07446.p1|07447.p0} : 7446 
+pl {07446.s2} (1)
+pl {07447.p1|07448.p0} : 7447 
+pl {07447.s2} (1)
+pl {07448.p1|07449.p0} : 7448 
+pl {07448.s2} (1)
+pl {07449.p1|07450.p0} : 7449 
+pl {07449.s2} (1)
+pl {07450.p1|07451.p0} : 7450 
+pl {07450.s2} (1)
+pl {07451.p1|07452.p0} : 7451 
+pl {07451.s2} (1)
+pl {07452.p1|07453.p0} : 7452 
+pl {07452.s2} (1)
+pl {07453.p1|07454.p0} : 7453 
+pl {07453.s2} (1)
+pl {07454.p1|07455.p0} : 7454 
+pl {07454.s2} (1)
+pl {07455.p1|07456.p0} : 7455 
+pl {07455.s2} (1)
+pl {07456.p1|07457.p0} : 7456 
+pl {07456.s2} (1)
+pl {07457.p1|07458.p0} : 7457 
+pl {07457.s2} (1)
+pl {07458.p1|07459.p0} : 7458 
+pl {07458.s2} (1)
+pl {07459.p1|07460.p0} : 7459 
+pl {07459.s2} (1)
+pl {07460.p1|07461.p0} : 7460 
+pl {07460.s2} (1)
+pl {07461.p1|07462.p0} : 7461 
+pl {07461.s2} (1)
+pl {07462.p1|07463.p0} : 7462 
+pl {07462.s2} (1)
+pl {07463.p1|07464.p0} : 7463 
+pl {07463.s2} (1)
+pl {07464.p1|07465.p0} : 7464 
+pl {07464.s2} (1)
+pl {07465.p1|07466.p0} : 7465 
+pl {07465.s2} (1)
+pl {07466.p1|07467.p0} : 7466 
+pl {07466.s2} (1)
+pl {07467.p1|07468.p0} : 7467 
+pl {07467.s2} (1)
+pl {07468.p1|07469.p0} : 7468 
+pl {07468.s2} (1)
+pl {07469.p1|07470.p0} : 7469 
+pl {07469.s2} (1)
+pl {07470.p1|07471.p0} : 7470 
+pl {07470.s2} (1)
+pl {07471.p1|07472.p0} : 7471 
+pl {07471.s2} (1)
+pl {07472.p1|07473.p0} : 7472 
+pl {07472.s2} (1)
+pl {07473.p1|07474.p0} : 7473 
+pl {07473.s2} (1)
+pl {07474.p1|07475.p0} : 7474 
+pl {07474.s2} (1)
+pl {07475.p1|07476.p0} : 7475 
+pl {07475.s2} (1)
+pl {07476.p1|07477.p0} : 7476 
+pl {07476.s2} (1)
+pl {07477.p1|07478.p0} : 7477 
+pl {07477.s2} (1)
+pl {07478.p1|07479.p0} : 7478 
+pl {07478.s2} (1)
+pl {07479.p1|07480.p0} : 7479 
+pl {07479.s2} (1)
+pl {07480.p1|07481.p0} : 7480 
+pl {07480.s2} (1)
+pl {07481.p1|07482.p0} : 7481 
+pl {07481.s2} (1)
+pl {07482.p1|07483.p0} : 7482 
+pl {07482.s2} (1)
+pl {07483.p1|07484.p0} : 7483 
+pl {07483.s2} (1)
+pl {07484.p1|07485.p0} : 7484 
+pl {07484.s2} (1)
+pl {07485.p1|07486.p0} : 7485 
+pl {07485.s2} (1)
+pl {07486.p1|07487.p0} : 7486 
+pl {07486.s2} (1)
+pl {07487.p1|07488.p0} : 7487 
+pl {07487.s2} (1)
+pl {07488.p1|07489.p0} : 7488 
+pl {07488.s2} (1)
+pl {07489.p1|07490.p0} : 7489 
+pl {07489.s2} (1)
+pl {07490.p1|07491.p0} : 7490 
+pl {07490.s2} (1)
+pl {07491.p1|07492.p0} : 7491 
+pl {07491.s2} (1)
+pl {07492.p1|07493.p0} : 7492 
+pl {07492.s2} (1)
+pl {07493.p1|07494.p0} : 7493 
+pl {07493.s2} (1)
+pl {07494.p1|07495.p0} : 7494 
+pl {07494.s2} (1)
+pl {07495.p1|07496.p0} : 7495 
+pl {07495.s2} (1)
+pl {07496.p1|07497.p0} : 7496 
+pl {07496.s2} (1)
+pl {07497.p1|07498.p0} : 7497 
+pl {07497.s2} (1)
+pl {07498.p1|07499.p0} : 7498 
+pl {07498.s2} (1)
+pl {07499.p1|07500.p0} : 7499 
+pl {07499.s2} (1)
+pl {07500.p1|07501.p0} : 7500 
+pl {07500.s2} (1)
+pl {07501.p1|07502.p0} : 7501 
+pl {07501.s2} (1)
+pl {07502.p1|07503.p0} : 7502 
+pl {07502.s2} (1)
+pl {07503.p1|07504.p0} : 7503 
+pl {07503.s2} (1)
+pl {07504.p1|07505.p0} : 7504 
+pl {07504.s2} (1)
+pl {07505.p1|07506.p0} : 7505 
+pl {07505.s2} (1)
+pl {07506.p1|07507.p0} : 7506 
+pl {07506.s2} (1)
+pl {07507.p1|07508.p0} : 7507 
+pl {07507.s2} (1)
+pl {07508.p1|07509.p0} : 7508 
+pl {07508.s2} (1)
+pl {07509.p1|07510.p0} : 7509 
+pl {07509.s2} (1)
+pl {07510.p1|07511.p0} : 7510 
+pl {07510.s2} (1)
+pl {07511.p1|07512.p0} : 7511 
+pl {07511.s2} (1)
+pl {07512.p1|07513.p0} : 7512 
+pl {07512.s2} (1)
+pl {07513.p1|07514.p0} : 7513 
+pl {07513.s2} (1)
+pl {07514.p1|07515.p0} : 7514 
+pl {07514.s2} (1)
+pl {07515.p1|07516.p0} : 7515 
+pl {07515.s2} (1)
+pl {07516.p1|07517.p0} : 7516 
+pl {07516.s2} (1)
+pl {07517.p1|07518.p0} : 7517 
+pl {07517.s2} (1)
+pl {07518.p1|07519.p0} : 7518 
+pl {07518.s2} (1)
+pl {07519.p1|07520.p0} : 7519 
+pl {07519.s2} (1)
+pl {07520.p1|07521.p0} : 7520 
+pl {07520.s2} (1)
+pl {07521.p1|07522.p0} : 7521 
+pl {07521.s2} (1)
+pl {07522.p1|07523.p0} : 7522 
+pl {07522.s2} (1)
+pl {07523.p1|07524.p0} : 7523 
+pl {07523.s2} (1)
+pl {07524.p1|07525.p0} : 7524 
+pl {07524.s2} (1)
+pl {07525.p1|07526.p0} : 7525 
+pl {07525.s2} (1)
+pl {07526.p1|07527.p0} : 7526 
+pl {07526.s2} (1)
+pl {07527.p1|07528.p0} : 7527 
+pl {07527.s2} (1)
+pl {07528.p1|07529.p0} : 7528 
+pl {07528.s2} (1)
+pl {07529.p1|07530.p0} : 7529 
+pl {07529.s2} (1)
+pl {07530.p1|07531.p0} : 7530 
+pl {07530.s2} (1)
+pl {07531.p1|07532.p0} : 7531 
+pl {07531.s2} (1)
+pl {07532.p1|07533.p0} : 7532 
+pl {07532.s2} (1)
+pl {07533.p1|07534.p0} : 7533 
+pl {07533.s2} (1)
+pl {07534.p1|07535.p0} : 7534 
+pl {07534.s2} (1)
+pl {07535.p1|07536.p0} : 7535 
+pl {07535.s2} (1)
+pl {07536.p1|07537.p0} : 7536 
+pl {07536.s2} (1)
+pl {07537.p1|07538.p0} : 7537 
+pl {07537.s2} (1)
+pl {07538.p1|07539.p0} : 7538 
+pl {07538.s2} (1)
+pl {07539.p1|07540.p0} : 7539 
+pl {07539.s2} (1)
+pl {07540.p1|07541.p0} : 7540 
+pl {07540.s2} (1)
+pl {07541.p1|07542.p0} : 7541 
+pl {07541.s2} (1)
+pl {07542.p1|07543.p0} : 7542 
+pl {07542.s2} (1)
+pl {07543.p1|07544.p0} : 7543 
+pl {07543.s2} (1)
+pl {07544.p1|07545.p0} : 7544 
+pl {07544.s2} (1)
+pl {07545.p1|07546.p0} : 7545 
+pl {07545.s2} (1)
+pl {07546.p1|07547.p0} : 7546 
+pl {07546.s2} (1)
+pl {07547.p1|07548.p0} : 7547 
+pl {07547.s2} (1)
+pl {07548.p1|07549.p0} : 7548 
+pl {07548.s2} (1)
+pl {07549.p1|07550.p0} : 7549 
+pl {07549.s2} (1)
+pl {07550.p1|07551.p0} : 7550 
+pl {07550.s2} (1)
+pl {07551.p1|07552.p0} : 7551 
+pl {07551.s2} (1)
+pl {07552.p1|07553.p0} : 7552 
+pl {07552.s2} (1)
+pl {07553.p1|07554.p0} : 7553 
+pl {07553.s2} (1)
+pl {07554.p1|07555.p0} : 7554 
+pl {07554.s2} (1)
+pl {07555.p1|07556.p0} : 7555 
+pl {07555.s2} (1)
+pl {07556.p1|07557.p0} : 7556 
+pl {07556.s2} (1)
+pl {07557.p1|07558.p0} : 7557 
+pl {07557.s2} (1)
+pl {07558.p1|07559.p0} : 7558 
+pl {07558.s2} (1)
+pl {07559.p1|07560.p0} : 7559 
+pl {07559.s2} (1)
+pl {07560.p1|07561.p0} : 7560 
+pl {07560.s2} (1)
+pl {07561.p1|07562.p0} : 7561 
+pl {07561.s2} (1)
+pl {07562.p1|07563.p0} : 7562 
+pl {07562.s2} (1)
+pl {07563.p1|07564.p0} : 7563 
+pl {07563.s2} (1)
+pl {07564.p1|07565.p0} : 7564 
+pl {07564.s2} (1)
+pl {07565.p1|07566.p0} : 7565 
+pl {07565.s2} (1)
+pl {07566.p1|07567.p0} : 7566 
+pl {07566.s2} (1)
+pl {07567.p1|07568.p0} : 7567 
+pl {07567.s2} (1)
+pl {07568.p1|07569.p0} : 7568 
+pl {07568.s2} (1)
+pl {07569.p1|07570.p0} : 7569 
+pl {07569.s2} (1)
+pl {07570.p1|07571.p0} : 7570 
+pl {07570.s2} (1)
+pl {07571.p1|07572.p0} : 7571 
+pl {07571.s2} (1)
+pl {07572.p1|07573.p0} : 7572 
+pl {07572.s2} (1)
+pl {07573.p1|07574.p0} : 7573 
+pl {07573.s2} (1)
+pl {07574.p1|07575.p0} : 7574 
+pl {07574.s2} (1)
+pl {07575.p1|07576.p0} : 7575 
+pl {07575.s2} (1)
+pl {07576.p1|07577.p0} : 7576 
+pl {07576.s2} (1)
+pl {07577.p1|07578.p0} : 7577 
+pl {07577.s2} (1)
+pl {07578.p1|07579.p0} : 7578 
+pl {07578.s2} (1)
+pl {07579.p1|07580.p0} : 7579 
+pl {07579.s2} (1)
+pl {07580.p1|07581.p0} : 7580 
+pl {07580.s2} (1)
+pl {07581.p1|07582.p0} : 7581 
+pl {07581.s2} (1)
+pl {07582.p1|07583.p0} : 7582 
+pl {07582.s2} (1)
+pl {07583.p1|07584.p0} : 7583 
+pl {07583.s2} (1)
+pl {07584.p1|07585.p0} : 7584 
+pl {07584.s2} (1)
+pl {07585.p1|07586.p0} : 7585 
+pl {07585.s2} (1)
+pl {07586.p1|07587.p0} : 7586 
+pl {07586.s2} (1)
+pl {07587.p1|07588.p0} : 7587 
+pl {07587.s2} (1)
+pl {07588.p1|07589.p0} : 7588 
+pl {07588.s2} (1)
+pl {07589.p1|07590.p0} : 7589 
+pl {07589.s2} (1)
+pl {07590.p1|07591.p0} : 7590 
+pl {07590.s2} (1)
+pl {07591.p1|07592.p0} : 7591 
+pl {07591.s2} (1)
+pl {07592.p1|07593.p0} : 7592 
+pl {07592.s2} (1)
+pl {07593.p1|07594.p0} : 7593 
+pl {07593.s2} (1)
+pl {07594.p1|07595.p0} : 7594 
+pl {07594.s2} (1)
+pl {07595.p1|07596.p0} : 7595 
+pl {07595.s2} (1)
+pl {07596.p1|07597.p0} : 7596 
+pl {07596.s2} (1)
+pl {07597.p1|07598.p0} : 7597 
+pl {07597.s2} (1)
+pl {07598.p1|07599.p0} : 7598 
+pl {07598.s2} (1)
+pl {07599.p1|07600.p0} : 7599 
+pl {07599.s2} (1)
+pl {07600.p1|07601.p0} : 7600 
+pl {07600.s2} (1)
+pl {07601.p1|07602.p0} : 7601 
+pl {07601.s2} (1)
+pl {07602.p1|07603.p0} : 7602 
+pl {07602.s2} (1)
+pl {07603.p1|07604.p0} : 7603 
+pl {07603.s2} (1)
+pl {07604.p1|07605.p0} : 7604 
+pl {07604.s2} (1)
+pl {07605.p1|07606.p0} : 7605 
+pl {07605.s2} (1)
+pl {07606.p1|07607.p0} : 7606 
+pl {07606.s2} (1)
+pl {07607.p1|07608.p0} : 7607 
+pl {07607.s2} (1)
+pl {07608.p1|07609.p0} : 7608 
+pl {07608.s2} (1)
+pl {07609.p1|07610.p0} : 7609 
+pl {07609.s2} (1)
+pl {07610.p1|07611.p0} : 7610 
+pl {07610.s2} (1)
+pl {07611.p1|07612.p0} : 7611 
+pl {07611.s2} (1)
+pl {07612.p1|07613.p0} : 7612 
+pl {07612.s2} (1)
+pl {07613.p1|07614.p0} : 7613 
+pl {07613.s2} (1)
+pl {07614.p1|07615.p0} : 7614 
+pl {07614.s2} (1)
+pl {07615.p1|07616.p0} : 7615 
+pl {07615.s2} (1)
+pl {07616.p1|07617.p0} : 7616 
+pl {07616.s2} (1)
+pl {07617.p1|07618.p0} : 7617 
+pl {07617.s2} (1)
+pl {07618.p1|07619.p0} : 7618 
+pl {07618.s2} (1)
+pl {07619.p1|07620.p0} : 7619 
+pl {07619.s2} (1)
+pl {07620.p1|07621.p0} : 7620 
+pl {07620.s2} (1)
+pl {07621.p1|07622.p0} : 7621 
+pl {07621.s2} (1)
+pl {07622.p1|07623.p0} : 7622 
+pl {07622.s2} (1)
+pl {07623.p1|07624.p0} : 7623 
+pl {07623.s2} (1)
+pl {07624.p1|07625.p0} : 7624 
+pl {07624.s2} (1)
+pl {07625.p1|07626.p0} : 7625 
+pl {07625.s2} (1)
+pl {07626.p1|07627.p0} : 7626 
+pl {07626.s2} (1)
+pl {07627.p1|07628.p0} : 7627 
+pl {07627.s2} (1)
+pl {07628.p1|07629.p0} : 7628 
+pl {07628.s2} (1)
+pl {07629.p1|07630.p0} : 7629 
+pl {07629.s2} (1)
+pl {07630.p1|07631.p0} : 7630 
+pl {07630.s2} (1)
+pl {07631.p1|07632.p0} : 7631 
+pl {07631.s2} (1)
+pl {07632.p1|07633.p0} : 7632 
+pl {07632.s2} (1)
+pl {07633.p1|07634.p0} : 7633 
+pl {07633.s2} (1)
+pl {07634.p1|07635.p0} : 7634 
+pl {07634.s2} (1)
+pl {07635.p1|07636.p0} : 7635 
+pl {07635.s2} (1)
+pl {07636.p1|07637.p0} : 7636 
+pl {07636.s2} (1)
+pl {07637.p1|07638.p0} : 7637 
+pl {07637.s2} (1)
+pl {07638.p1|07639.p0} : 7638 
+pl {07638.s2} (1)
+pl {07639.p1|07640.p0} : 7639 
+pl {07639.s2} (1)
+pl {07640.p1|07641.p0} : 7640 
+pl {07640.s2} (1)
+pl {07641.p1|07642.p0} : 7641 
+pl {07641.s2} (1)
+pl {07642.p1|07643.p0} : 7642 
+pl {07642.s2} (1)
+pl {07643.p1|07644.p0} : 7643 
+pl {07643.s2} (1)
+pl {07644.p1|07645.p0} : 7644 
+pl {07644.s2} (1)
+pl {07645.p1|07646.p0} : 7645 
+pl {07645.s2} (1)
+pl {07646.p1|07647.p0} : 7646 
+pl {07646.s2} (1)
+pl {07647.p1|07648.p0} : 7647 
+pl {07647.s2} (1)
+pl {07648.p1|07649.p0} : 7648 
+pl {07648.s2} (1)
+pl {07649.p1|07650.p0} : 7649 
+pl {07649.s2} (1)
+pl {07650.p1|07651.p0} : 7650 
+pl {07650.s2} (1)
+pl {07651.p1|07652.p0} : 7651 
+pl {07651.s2} (1)
+pl {07652.p1|07653.p0} : 7652 
+pl {07652.s2} (1)
+pl {07653.p1|07654.p0} : 7653 
+pl {07653.s2} (1)
+pl {07654.p1|07655.p0} : 7654 
+pl {07654.s2} (1)
+pl {07655.p1|07656.p0} : 7655 
+pl {07655.s2} (1)
+pl {07656.p1|07657.p0} : 7656 
+pl {07656.s2} (1)
+pl {07657.p1|07658.p0} : 7657 
+pl {07657.s2} (1)
+pl {07658.p1|07659.p0} : 7658 
+pl {07658.s2} (1)
+pl {07659.p1|07660.p0} : 7659 
+pl {07659.s2} (1)
+pl {07660.p1|07661.p0} : 7660 
+pl {07660.s2} (1)
+pl {07661.p1|07662.p0} : 7661 
+pl {07661.s2} (1)
+pl {07662.p1|07663.p0} : 7662 
+pl {07662.s2} (1)
+pl {07663.p1|07664.p0} : 7663 
+pl {07663.s2} (1)
+pl {07664.p1|07665.p0} : 7664 
+pl {07664.s2} (1)
+pl {07665.p1|07666.p0} : 7665 
+pl {07665.s2} (1)
+pl {07666.p1|07667.p0} : 7666 
+pl {07666.s2} (1)
+pl {07667.p1|07668.p0} : 7667 
+pl {07667.s2} (1)
+pl {07668.p1|07669.p0} : 7668 
+pl {07668.s2} (1)
+pl {07669.p1|07670.p0} : 7669 
+pl {07669.s2} (1)
+pl {07670.p1|07671.p0} : 7670 
+pl {07670.s2} (1)
+pl {07671.p1|07672.p0} : 7671 
+pl {07671.s2} (1)
+pl {07672.p1|07673.p0} : 7672 
+pl {07672.s2} (1)
+pl {07673.p1|07674.p0} : 7673 
+pl {07673.s2} (1)
+pl {07674.p1|07675.p0} : 7674 
+pl {07674.s2} (1)
+pl {07675.p1|07676.p0} : 7675 
+pl {07675.s2} (1)
+pl {07676.p1|07677.p0} : 7676 
+pl {07676.s2} (1)
+pl {07677.p1|07678.p0} : 7677 
+pl {07677.s2} (1)
+pl {07678.p1|07679.p0} : 7678 
+pl {07678.s2} (1)
+pl {07679.p1|07680.p0} : 7679 
+pl {07679.s2} (1)
+pl {07680.p1|07681.p0} : 7680 
+pl {07680.s2} (1)
+pl {07681.p1|07682.p0} : 7681 
+pl {07681.s2} (1)
+pl {07682.p1|07683.p0} : 7682 
+pl {07682.s2} (1)
+pl {07683.p1|07684.p0} : 7683 
+pl {07683.s2} (1)
+pl {07684.p1|07685.p0} : 7684 
+pl {07684.s2} (1)
+pl {07685.p1|07686.p0} : 7685 
+pl {07685.s2} (1)
+pl {07686.p1|07687.p0} : 7686 
+pl {07686.s2} (1)
+pl {07687.p1|07688.p0} : 7687 
+pl {07687.s2} (1)
+pl {07688.p1|07689.p0} : 7688 
+pl {07688.s2} (1)
+pl {07689.p1|07690.p0} : 7689 
+pl {07689.s2} (1)
+pl {07690.p1|07691.p0} : 7690 
+pl {07690.s2} (1)
+pl {07691.p1|07692.p0} : 7691 
+pl {07691.s2} (1)
+pl {07692.p1|07693.p0} : 7692 
+pl {07692.s2} (1)
+pl {07693.p1|07694.p0} : 7693 
+pl {07693.s2} (1)
+pl {07694.p1|07695.p0} : 7694 
+pl {07694.s2} (1)
+pl {07695.p1|07696.p0} : 7695 
+pl {07695.s2} (1)
+pl {07696.p1|07697.p0} : 7696 
+pl {07696.s2} (1)
+pl {07697.p1|07698.p0} : 7697 
+pl {07697.s2} (1)
+pl {07698.p1|07699.p0} : 7698 
+pl {07698.s2} (1)
+pl {07699.p1|07700.p0} : 7699 
+pl {07699.s2} (1)
+pl {07700.p1|07701.p0} : 7700 
+pl {07700.s2} (1)
+pl {07701.p1|07702.p0} : 7701 
+pl {07701.s2} (1)
+pl {07702.p1|07703.p0} : 7702 
+pl {07702.s2} (1)
+pl {07703.p1|07704.p0} : 7703 
+pl {07703.s2} (1)
+pl {07704.p1|07705.p0} : 7704 
+pl {07704.s2} (1)
+pl {07705.p1|07706.p0} : 7705 
+pl {07705.s2} (1)
+pl {07706.p1|07707.p0} : 7706 
+pl {07706.s2} (1)
+pl {07707.p1|07708.p0} : 7707 
+pl {07707.s2} (1)
+pl {07708.p1|07709.p0} : 7708 
+pl {07708.s2} (1)
+pl {07709.p1|07710.p0} : 7709 
+pl {07709.s2} (1)
+pl {07710.p1|07711.p0} : 7710 
+pl {07710.s2} (1)
+pl {07711.p1|07712.p0} : 7711 
+pl {07711.s2} (1)
+pl {07712.p1|07713.p0} : 7712 
+pl {07712.s2} (1)
+pl {07713.p1|07714.p0} : 7713 
+pl {07713.s2} (1)
+pl {07714.p1|07715.p0} : 7714 
+pl {07714.s2} (1)
+pl {07715.p1|07716.p0} : 7715 
+pl {07715.s2} (1)
+pl {07716.p1|07717.p0} : 7716 
+pl {07716.s2} (1)
+pl {07717.p1|07718.p0} : 7717 
+pl {07717.s2} (1)
+pl {07718.p1|07719.p0} : 7718 
+pl {07718.s2} (1)
+pl {07719.p1|07720.p0} : 7719 
+pl {07719.s2} (1)
+pl {07720.p1|07721.p0} : 7720 
+pl {07720.s2} (1)
+pl {07721.p1|07722.p0} : 7721 
+pl {07721.s2} (1)
+pl {07722.p1|07723.p0} : 7722 
+pl {07722.s2} (1)
+pl {07723.p1|07724.p0} : 7723 
+pl {07723.s2} (1)
+pl {07724.p1|07725.p0} : 7724 
+pl {07724.s2} (1)
+pl {07725.p1|07726.p0} : 7725 
+pl {07725.s2} (1)
+pl {07726.p1|07727.p0} : 7726 
+pl {07726.s2} (1)
+pl {07727.p1|07728.p0} : 7727 
+pl {07727.s2} (1)
+pl {07728.p1|07729.p0} : 7728 
+pl {07728.s2} (1)
+pl {07729.p1|07730.p0} : 7729 
+pl {07729.s2} (1)
+pl {07730.p1|07731.p0} : 7730 
+pl {07730.s2} (1)
+pl {07731.p1|07732.p0} : 7731 
+pl {07731.s2} (1)
+pl {07732.p1|07733.p0} : 7732 
+pl {07732.s2} (1)
+pl {07733.p1|07734.p0} : 7733 
+pl {07733.s2} (1)
+pl {07734.p1|07735.p0} : 7734 
+pl {07734.s2} (1)
+pl {07735.p1|07736.p0} : 7735 
+pl {07735.s2} (1)
+pl {07736.p1|07737.p0} : 7736 
+pl {07736.s2} (1)
+pl {07737.p1|07738.p0} : 7737 
+pl {07737.s2} (1)
+pl {07738.p1|07739.p0} : 7738 
+pl {07738.s2} (1)
+pl {07739.p1|07740.p0} : 7739 
+pl {07739.s2} (1)
+pl {07740.p1|07741.p0} : 7740 
+pl {07740.s2} (1)
+pl {07741.p1|07742.p0} : 7741 
+pl {07741.s2} (1)
+pl {07742.p1|07743.p0} : 7742 
+pl {07742.s2} (1)
+pl {07743.p1|07744.p0} : 7743 
+pl {07743.s2} (1)
+pl {07744.p1|07745.p0} : 7744 
+pl {07744.s2} (1)
+pl {07745.p1|07746.p0} : 7745 
+pl {07745.s2} (1)
+pl {07746.p1|07747.p0} : 7746 
+pl {07746.s2} (1)
+pl {07747.p1|07748.p0} : 7747 
+pl {07747.s2} (1)
+pl {07748.p1|07749.p0} : 7748 
+pl {07748.s2} (1)
+pl {07749.p1|07750.p0} : 7749 
+pl {07749.s2} (1)
+pl {07750.p1|07751.p0} : 7750 
+pl {07750.s2} (1)
+pl {07751.p1|07752.p0} : 7751 
+pl {07751.s2} (1)
+pl {07752.p1|07753.p0} : 7752 
+pl {07752.s2} (1)
+pl {07753.p1|07754.p0} : 7753 
+pl {07753.s2} (1)
+pl {07754.p1|07755.p0} : 7754 
+pl {07754.s2} (1)
+pl {07755.p1|07756.p0} : 7755 
+pl {07755.s2} (1)
+pl {07756.p1|07757.p0} : 7756 
+pl {07756.s2} (1)
+pl {07757.p1|07758.p0} : 7757 
+pl {07757.s2} (1)
+pl {07758.p1|07759.p0} : 7758 
+pl {07758.s2} (1)
+pl {07759.p1|07760.p0} : 7759 
+pl {07759.s2} (1)
+pl {07760.p1|07761.p0} : 7760 
+pl {07760.s2} (1)
+pl {07761.p1|07762.p0} : 7761 
+pl {07761.s2} (1)
+pl {07762.p1|07763.p0} : 7762 
+pl {07762.s2} (1)
+pl {07763.p1|07764.p0} : 7763 
+pl {07763.s2} (1)
+pl {07764.p1|07765.p0} : 7764 
+pl {07764.s2} (1)
+pl {07765.p1|07766.p0} : 7765 
+pl {07765.s2} (1)
+pl {07766.p1|07767.p0} : 7766 
+pl {07766.s2} (1)
+pl {07767.p1|07768.p0} : 7767 
+pl {07767.s2} (1)
+pl {07768.p1|07769.p0} : 7768 
+pl {07768.s2} (1)
+pl {07769.p1|07770.p0} : 7769 
+pl {07769.s2} (1)
+pl {07770.p1|07771.p0} : 7770 
+pl {07770.s2} (1)
+pl {07771.p1|07772.p0} : 7771 
+pl {07771.s2} (1)
+pl {07772.p1|07773.p0} : 7772 
+pl {07772.s2} (1)
+pl {07773.p1|07774.p0} : 7773 
+pl {07773.s2} (1)
+pl {07774.p1|07775.p0} : 7774 
+pl {07774.s2} (1)
+pl {07775.p1|07776.p0} : 7775 
+pl {07775.s2} (1)
+pl {07776.p1|07777.p0} : 7776 
+pl {07776.s2} (1)
+pl {07777.p1|07778.p0} : 7777 
+pl {07777.s2} (1)
+pl {07778.p1|07779.p0} : 7778 
+pl {07778.s2} (1)
+pl {07779.p1|07780.p0} : 7779 
+pl {07779.s2} (1)
+pl {07780.p1|07781.p0} : 7780 
+pl {07780.s2} (1)
+pl {07781.p1|07782.p0} : 7781 
+pl {07781.s2} (1)
+pl {07782.p1|07783.p0} : 7782 
+pl {07782.s2} (1)
+pl {07783.p1|07784.p0} : 7783 
+pl {07783.s2} (1)
+pl {07784.p1|07785.p0} : 7784 
+pl {07784.s2} (1)
+pl {07785.p1|07786.p0} : 7785 
+pl {07785.s2} (1)
+pl {07786.p1|07787.p0} : 7786 
+pl {07786.s2} (1)
+pl {07787.p1|07788.p0} : 7787 
+pl {07787.s2} (1)
+pl {07788.p1|07789.p0} : 7788 
+pl {07788.s2} (1)
+pl {07789.p1|07790.p0} : 7789 
+pl {07789.s2} (1)
+pl {07790.p1|07791.p0} : 7790 
+pl {07790.s2} (1)
+pl {07791.p1|07792.p0} : 7791 
+pl {07791.s2} (1)
+pl {07792.p1|07793.p0} : 7792 
+pl {07792.s2} (1)
+pl {07793.p1|07794.p0} : 7793 
+pl {07793.s2} (1)
+pl {07794.p1|07795.p0} : 7794 
+pl {07794.s2} (1)
+pl {07795.p1|07796.p0} : 7795 
+pl {07795.s2} (1)
+pl {07796.p1|07797.p0} : 7796 
+pl {07796.s2} (1)
+pl {07797.p1|07798.p0} : 7797 
+pl {07797.s2} (1)
+pl {07798.p1|07799.p0} : 7798 
+pl {07798.s2} (1)
+pl {07799.p1|07800.p0} : 7799 
+pl {07799.s2} (1)
+pl {07800.p1|07801.p0} : 7800 
+pl {07800.s2} (1)
+pl {07801.p1|07802.p0} : 7801 
+pl {07801.s2} (1)
+pl {07802.p1|07803.p0} : 7802 
+pl {07802.s2} (1)
+pl {07803.p1|07804.p0} : 7803 
+pl {07803.s2} (1)
+pl {07804.p1|07805.p0} : 7804 
+pl {07804.s2} (1)
+pl {07805.p1|07806.p0} : 7805 
+pl {07805.s2} (1)
+pl {07806.p1|07807.p0} : 7806 
+pl {07806.s2} (1)
+pl {07807.p1|07808.p0} : 7807 
+pl {07807.s2} (1)
+pl {07808.p1|07809.p0} : 7808 
+pl {07808.s2} (1)
+pl {07809.p1|07810.p0} : 7809 
+pl {07809.s2} (1)
+pl {07810.p1|07811.p0} : 7810 
+pl {07810.s2} (1)
+pl {07811.p1|07812.p0} : 7811 
+pl {07811.s2} (1)
+pl {07812.p1|07813.p0} : 7812 
+pl {07812.s2} (1)
+pl {07813.p1|07814.p0} : 7813 
+pl {07813.s2} (1)
+pl {07814.p1|07815.p0} : 7814 
+pl {07814.s2} (1)
+pl {07815.p1|07816.p0} : 7815 
+pl {07815.s2} (1)
+pl {07816.p1|07817.p0} : 7816 
+pl {07816.s2} (1)
+pl {07817.p1|07818.p0} : 7817 
+pl {07817.s2} (1)
+pl {07818.p1|07819.p0} : 7818 
+pl {07818.s2} (1)
+pl {07819.p1|07820.p0} : 7819 
+pl {07819.s2} (1)
+pl {07820.p1|07821.p0} : 7820 
+pl {07820.s2} (1)
+pl {07821.p1|07822.p0} : 7821 
+pl {07821.s2} (1)
+pl {07822.p1|07823.p0} : 7822 
+pl {07822.s2} (1)
+pl {07823.p1|07824.p0} : 7823 
+pl {07823.s2} (1)
+pl {07824.p1|07825.p0} : 7824 
+pl {07824.s2} (1)
+pl {07825.p1|07826.p0} : 7825 
+pl {07825.s2} (1)
+pl {07826.p1|07827.p0} : 7826 
+pl {07826.s2} (1)
+pl {07827.p1|07828.p0} : 7827 
+pl {07827.s2} (1)
+pl {07828.p1|07829.p0} : 7828 
+pl {07828.s2} (1)
+pl {07829.p1|07830.p0} : 7829 
+pl {07829.s2} (1)
+pl {07830.p1|07831.p0} : 7830 
+pl {07830.s2} (1)
+pl {07831.p1|07832.p0} : 7831 
+pl {07831.s2} (1)
+pl {07832.p1|07833.p0} : 7832 
+pl {07832.s2} (1)
+pl {07833.p1|07834.p0} : 7833 
+pl {07833.s2} (1)
+pl {07834.p1|07835.p0} : 7834 
+pl {07834.s2} (1)
+pl {07835.p1|07836.p0} : 7835 
+pl {07835.s2} (1)
+pl {07836.p1|07837.p0} : 7836 
+pl {07836.s2} (1)
+pl {07837.p1|07838.p0} : 7837 
+pl {07837.s2} (1)
+pl {07838.p1|07839.p0} : 7838 
+pl {07838.s2} (1)
+pl {07839.p1|07840.p0} : 7839 
+pl {07839.s2} (1)
+pl {07840.p1|07841.p0} : 7840 
+pl {07840.s2} (1)
+pl {07841.p1|07842.p0} : 7841 
+pl {07841.s2} (1)
+pl {07842.p1|07843.p0} : 7842 
+pl {07842.s2} (1)
+pl {07843.p1|07844.p0} : 7843 
+pl {07843.s2} (1)
+pl {07844.p1|07845.p0} : 7844 
+pl {07844.s2} (1)
+pl {07845.p1|07846.p0} : 7845 
+pl {07845.s2} (1)
+pl {07846.p1|07847.p0} : 7846 
+pl {07846.s2} (1)
+pl {07847.p1|07848.p0} : 7847 
+pl {07847.s2} (1)
+pl {07848.p1|07849.p0} : 7848 
+pl {07848.s2} (1)
+pl {07849.p1|07850.p0} : 7849 
+pl {07849.s2} (1)
+pl {07850.p1|07851.p0} : 7850 
+pl {07850.s2} (1)
+pl {07851.p1|07852.p0} : 7851 
+pl {07851.s2} (1)
+pl {07852.p1|07853.p0} : 7852 
+pl {07852.s2} (1)
+pl {07853.p1|07854.p0} : 7853 
+pl {07853.s2} (1)
+pl {07854.p1|07855.p0} : 7854 
+pl {07854.s2} (1)
+pl {07855.p1|07856.p0} : 7855 
+pl {07855.s2} (1)
+pl {07856.p1|07857.p0} : 7856 
+pl {07856.s2} (1)
+pl {07857.p1|07858.p0} : 7857 
+pl {07857.s2} (1)
+pl {07858.p1|07859.p0} : 7858 
+pl {07858.s2} (1)
+pl {07859.p1|07860.p0} : 7859 
+pl {07859.s2} (1)
+pl {07860.p1|07861.p0} : 7860 
+pl {07860.s2} (1)
+pl {07861.p1|07862.p0} : 7861 
+pl {07861.s2} (1)
+pl {07862.p1|07863.p0} : 7862 
+pl {07862.s2} (1)
+pl {07863.p1|07864.p0} : 7863 
+pl {07863.s2} (1)
+pl {07864.p1|07865.p0} : 7864 
+pl {07864.s2} (1)
+pl {07865.p1|07866.p0} : 7865 
+pl {07865.s2} (1)
+pl {07866.p1|07867.p0} : 7866 
+pl {07866.s2} (1)
+pl {07867.p1|07868.p0} : 7867 
+pl {07867.s2} (1)
+pl {07868.p1|07869.p0} : 7868 
+pl {07868.s2} (1)
+pl {07869.p1|07870.p0} : 7869 
+pl {07869.s2} (1)
+pl {07870.p1|07871.p0} : 7870 
+pl {07870.s2} (1)
+pl {07871.p1|07872.p0} : 7871 
+pl {07871.s2} (1)
+pl {07872.p1|07873.p0} : 7872 
+pl {07872.s2} (1)
+pl {07873.p1|07874.p0} : 7873 
+pl {07873.s2} (1)
+pl {07874.p1|07875.p0} : 7874 
+pl {07874.s2} (1)
+pl {07875.p1|07876.p0} : 7875 
+pl {07875.s2} (1)
+pl {07876.p1|07877.p0} : 7876 
+pl {07876.s2} (1)
+pl {07877.p1|07878.p0} : 7877 
+pl {07877.s2} (1)
+pl {07878.p1|07879.p0} : 7878 
+pl {07878.s2} (1)
+pl {07879.p1|07880.p0} : 7879 
+pl {07879.s2} (1)
+pl {07880.p1|07881.p0} : 7880 
+pl {07880.s2} (1)
+pl {07881.p1|07882.p0} : 7881 
+pl {07881.s2} (1)
+pl {07882.p1|07883.p0} : 7882 
+pl {07882.s2} (1)
+pl {07883.p1|07884.p0} : 7883 
+pl {07883.s2} (1)
+pl {07884.p1|07885.p0} : 7884 
+pl {07884.s2} (1)
+pl {07885.p1|07886.p0} : 7885 
+pl {07885.s2} (1)
+pl {07886.p1|07887.p0} : 7886 
+pl {07886.s2} (1)
+pl {07887.p1|07888.p0} : 7887 
+pl {07887.s2} (1)
+pl {07888.p1|07889.p0} : 7888 
+pl {07888.s2} (1)
+pl {07889.p1|07890.p0} : 7889 
+pl {07889.s2} (1)
+pl {07890.p1|07891.p0} : 7890 
+pl {07890.s2} (1)
+pl {07891.p1|07892.p0} : 7891 
+pl {07891.s2} (1)
+pl {07892.p1|07893.p0} : 7892 
+pl {07892.s2} (1)
+pl {07893.p1|07894.p0} : 7893 
+pl {07893.s2} (1)
+pl {07894.p1|07895.p0} : 7894 
+pl {07894.s2} (1)
+pl {07895.p1|07896.p0} : 7895 
+pl {07895.s2} (1)
+pl {07896.p1|07897.p0} : 7896 
+pl {07896.s2} (1)
+pl {07897.p1|07898.p0} : 7897 
+pl {07897.s2} (1)
+pl {07898.p1|07899.p0} : 7898 
+pl {07898.s2} (1)
+pl {07899.p1|07900.p0} : 7899 
+pl {07899.s2} (1)
+pl {07900.p1|07901.p0} : 7900 
+pl {07900.s2} (1)
+pl {07901.p1|07902.p0} : 7901 
+pl {07901.s2} (1)
+pl {07902.p1|07903.p0} : 7902 
+pl {07902.s2} (1)
+pl {07903.p1|07904.p0} : 7903 
+pl {07903.s2} (1)
+pl {07904.p1|07905.p0} : 7904 
+pl {07904.s2} (1)
+pl {07905.p1|07906.p0} : 7905 
+pl {07905.s2} (1)
+pl {07906.p1|07907.p0} : 7906 
+pl {07906.s2} (1)
+pl {07907.p1|07908.p0} : 7907 
+pl {07907.s2} (1)
+pl {07908.p1|07909.p0} : 7908 
+pl {07908.s2} (1)
+pl {07909.p1|07910.p0} : 7909 
+pl {07909.s2} (1)
+pl {07910.p1|07911.p0} : 7910 
+pl {07910.s2} (1)
+pl {07911.p1|07912.p0} : 7911 
+pl {07911.s2} (1)
+pl {07912.p1|07913.p0} : 7912 
+pl {07912.s2} (1)
+pl {07913.p1|07914.p0} : 7913 
+pl {07913.s2} (1)
+pl {07914.p1|07915.p0} : 7914 
+pl {07914.s2} (1)
+pl {07915.p1|07916.p0} : 7915 
+pl {07915.s2} (1)
+pl {07916.p1|07917.p0} : 7916 
+pl {07916.s2} (1)
+pl {07917.p1|07918.p0} : 7917 
+pl {07917.s2} (1)
+pl {07918.p1|07919.p0} : 7918 
+pl {07918.s2} (1)
+pl {07919.p1|07920.p0} : 7919 
+pl {07919.s2} (1)
+pl {07920.p1|07921.p0} : 7920 
+pl {07920.s2} (1)
+pl {07921.p1|07922.p0} : 7921 
+pl {07921.s2} (1)
+pl {07922.p1|07923.p0} : 7922 
+pl {07922.s2} (1)
+pl {07923.p1|07924.p0} : 7923 
+pl {07923.s2} (1)
+pl {07924.p1|07925.p0} : 7924 
+pl {07924.s2} (1)
+pl {07925.p1|07926.p0} : 7925 
+pl {07925.s2} (1)
+pl {07926.p1|07927.p0} : 7926 
+pl {07926.s2} (1)
+pl {07927.p1|07928.p0} : 7927 
+pl {07927.s2} (1)
+pl {07928.p1|07929.p0} : 7928 
+pl {07928.s2} (1)
+pl {07929.p1|07930.p0} : 7929 
+pl {07929.s2} (1)
+pl {07930.p1|07931.p0} : 7930 
+pl {07930.s2} (1)
+pl {07931.p1|07932.p0} : 7931 
+pl {07931.s2} (1)
+pl {07932.p1|07933.p0} : 7932 
+pl {07932.s2} (1)
+pl {07933.p1|07934.p0} : 7933 
+pl {07933.s2} (1)
+pl {07934.p1|07935.p0} : 7934 
+pl {07934.s2} (1)
+pl {07935.p1|07936.p0} : 7935 
+pl {07935.s2} (1)
+pl {07936.p1|07937.p0} : 7936 
+pl {07936.s2} (1)
+pl {07937.p1|07938.p0} : 7937 
+pl {07937.s2} (1)
+pl {07938.p1|07939.p0} : 7938 
+pl {07938.s2} (1)
+pl {07939.p1|07940.p0} : 7939 
+pl {07939.s2} (1)
+pl {07940.p1|07941.p0} : 7940 
+pl {07940.s2} (1)
+pl {07941.p1|07942.p0} : 7941 
+pl {07941.s2} (1)
+pl {07942.p1|07943.p0} : 7942 
+pl {07942.s2} (1)
+pl {07943.p1|07944.p0} : 7943 
+pl {07943.s2} (1)
+pl {07944.p1|07945.p0} : 7944 
+pl {07944.s2} (1)
+pl {07945.p1|07946.p0} : 7945 
+pl {07945.s2} (1)
+pl {07946.p1|07947.p0} : 7946 
+pl {07946.s2} (1)
+pl {07947.p1|07948.p0} : 7947 
+pl {07947.s2} (1)
+pl {07948.p1|07949.p0} : 7948 
+pl {07948.s2} (1)
+pl {07949.p1|07950.p0} : 7949 
+pl {07949.s2} (1)
+pl {07950.p1|07951.p0} : 7950 
+pl {07950.s2} (1)
+pl {07951.p1|07952.p0} : 7951 
+pl {07951.s2} (1)
+pl {07952.p1|07953.p0} : 7952 
+pl {07952.s2} (1)
+pl {07953.p1|07954.p0} : 7953 
+pl {07953.s2} (1)
+pl {07954.p1|07955.p0} : 7954 
+pl {07954.s2} (1)
+pl {07955.p1|07956.p0} : 7955 
+pl {07955.s2} (1)
+pl {07956.p1|07957.p0} : 7956 
+pl {07956.s2} (1)
+pl {07957.p1|07958.p0} : 7957 
+pl {07957.s2} (1)
+pl {07958.p1|07959.p0} : 7958 
+pl {07958.s2} (1)
+pl {07959.p1|07960.p0} : 7959 
+pl {07959.s2} (1)
+pl {07960.p1|07961.p0} : 7960 
+pl {07960.s2} (1)
+pl {07961.p1|07962.p0} : 7961 
+pl {07961.s2} (1)
+pl {07962.p1|07963.p0} : 7962 
+pl {07962.s2} (1)
+pl {07963.p1|07964.p0} : 7963 
+pl {07963.s2} (1)
+pl {07964.p1|07965.p0} : 7964 
+pl {07964.s2} (1)
+pl {07965.p1|07966.p0} : 7965 
+pl {07965.s2} (1)
+pl {07966.p1|07967.p0} : 7966 
+pl {07966.s2} (1)
+pl {07967.p1|07968.p0} : 7967 
+pl {07967.s2} (1)
+pl {07968.p1|07969.p0} : 7968 
+pl {07968.s2} (1)
+pl {07969.p1|07970.p0} : 7969 
+pl {07969.s2} (1)
+pl {07970.p1|07971.p0} : 7970 
+pl {07970.s2} (1)
+pl {07971.p1|07972.p0} : 7971 
+pl {07971.s2} (1)
+pl {07972.p1|07973.p0} : 7972 
+pl {07972.s2} (1)
+pl {07973.p1|07974.p0} : 7973 
+pl {07973.s2} (1)
+pl {07974.p1|07975.p0} : 7974 
+pl {07974.s2} (1)
+pl {07975.p1|07976.p0} : 7975 
+pl {07975.s2} (1)
+pl {07976.p1|07977.p0} : 7976 
+pl {07976.s2} (1)
+pl {07977.p1|07978.p0} : 7977 
+pl {07977.s2} (1)
+pl {07978.p1|07979.p0} : 7978 
+pl {07978.s2} (1)
+pl {07979.p1|07980.p0} : 7979 
+pl {07979.s2} (1)
+pl {07980.p1|07981.p0} : 7980 
+pl {07980.s2} (1)
+pl {07981.p1|07982.p0} : 7981 
+pl {07981.s2} (1)
+pl {07982.p1|07983.p0} : 7982 
+pl {07982.s2} (1)
+pl {07983.p1|07984.p0} : 7983 
+pl {07983.s2} (1)
+pl {07984.p1|07985.p0} : 7984 
+pl {07984.s2} (1)
+pl {07985.p1|07986.p0} : 7985 
+pl {07985.s2} (1)
+pl {07986.p1|07987.p0} : 7986 
+pl {07986.s2} (1)
+pl {07987.p1|07988.p0} : 7987 
+pl {07987.s2} (1)
+pl {07988.p1|07989.p0} : 7988 
+pl {07988.s2} (1)
+pl {07989.p1|07990.p0} : 7989 
+pl {07989.s2} (1)
+pl {07990.p1|07991.p0} : 7990 
+pl {07990.s2} (1)
+pl {07991.p1|07992.p0} : 7991 
+pl {07991.s2} (1)
+pl {07992.p1|07993.p0} : 7992 
+pl {07992.s2} (1)
+pl {07993.p1|07994.p0} : 7993 
+pl {07993.s2} (1)
+pl {07994.p1|07995.p0} : 7994 
+pl {07994.s2} (1)
+pl {07995.p1|07996.p0} : 7995 
+pl {07995.s2} (1)
+pl {07996.p1|07997.p0} : 7996 
+pl {07996.s2} (1)
+pl {07997.p1|07998.p0} : 7997 
+pl {07997.s2} (1)
+pl {07998.p1|07999.p0} : 7998 
+pl {07998.s2} (1)
+pl {07999.p1|08000.p0} : 7999 
+pl {07999.s2} (1)
+pl {08000.p1|08001.p0} : 8000 
+pl {08000.s2} (1)
+pl {08001.p1|08002.p0} : 8001 
+pl {08001.s2} (1)
+pl {08002.p1|08003.p0} : 8002 
+pl {08002.s2} (1)
+pl {08003.p1|08004.p0} : 8003 
+pl {08003.s2} (1)
+pl {08004.p1|08005.p0} : 8004 
+pl {08004.s2} (1)
+pl {08005.p1|08006.p0} : 8005 
+pl {08005.s2} (1)
+pl {08006.p1|08007.p0} : 8006 
+pl {08006.s2} (1)
+pl {08007.p1|08008.p0} : 8007 
+pl {08007.s2} (1)
+pl {08008.p1|08009.p0} : 8008 
+pl {08008.s2} (1)
+pl {08009.p1|08010.p0} : 8009 
+pl {08009.s2} (1)
+pl {08010.p1|08011.p0} : 8010 
+pl {08010.s2} (1)
+pl {08011.p1|08012.p0} : 8011 
+pl {08011.s2} (1)
+pl {08012.p1|08013.p0} : 8012 
+pl {08012.s2} (1)
+pl {08013.p1|08014.p0} : 8013 
+pl {08013.s2} (1)
+pl {08014.p1|08015.p0} : 8014 
+pl {08014.s2} (1)
+pl {08015.p1|08016.p0} : 8015 
+pl {08015.s2} (1)
+pl {08016.p1|08017.p0} : 8016 
+pl {08016.s2} (1)
+pl {08017.p1|08018.p0} : 8017 
+pl {08017.s2} (1)
+pl {08018.p1|08019.p0} : 8018 
+pl {08018.s2} (1)
+pl {08019.p1|08020.p0} : 8019 
+pl {08019.s2} (1)
+pl {08020.p1|08021.p0} : 8020 
+pl {08020.s2} (1)
+pl {08021.p1|08022.p0} : 8021 
+pl {08021.s2} (1)
+pl {08022.p1|08023.p0} : 8022 
+pl {08022.s2} (1)
+pl {08023.p1|08024.p0} : 8023 
+pl {08023.s2} (1)
+pl {08024.p1|08025.p0} : 8024 
+pl {08024.s2} (1)
+pl {08025.p1|08026.p0} : 8025 
+pl {08025.s2} (1)
+pl {08026.p1|08027.p0} : 8026 
+pl {08026.s2} (1)
+pl {08027.p1|08028.p0} : 8027 
+pl {08027.s2} (1)
+pl {08028.p1|08029.p0} : 8028 
+pl {08028.s2} (1)
+pl {08029.p1|08030.p0} : 8029 
+pl {08029.s2} (1)
+pl {08030.p1|08031.p0} : 8030 
+pl {08030.s2} (1)
+pl {08031.p1|08032.p0} : 8031 
+pl {08031.s2} (1)
+pl {08032.p1|08033.p0} : 8032 
+pl {08032.s2} (1)
+pl {08033.p1|08034.p0} : 8033 
+pl {08033.s2} (1)
+pl {08034.p1|08035.p0} : 8034 
+pl {08034.s2} (1)
+pl {08035.p1|08036.p0} : 8035 
+pl {08035.s2} (1)
+pl {08036.p1|08037.p0} : 8036 
+pl {08036.s2} (1)
+pl {08037.p1|08038.p0} : 8037 
+pl {08037.s2} (1)
+pl {08038.p1|08039.p0} : 8038 
+pl {08038.s2} (1)
+pl {08039.p1|08040.p0} : 8039 
+pl {08039.s2} (1)
+pl {08040.p1|08041.p0} : 8040 
+pl {08040.s2} (1)
+pl {08041.p1|08042.p0} : 8041 
+pl {08041.s2} (1)
+pl {08042.p1|08043.p0} : 8042 
+pl {08042.s2} (1)
+pl {08043.p1|08044.p0} : 8043 
+pl {08043.s2} (1)
+pl {08044.p1|08045.p0} : 8044 
+pl {08044.s2} (1)
+pl {08045.p1|08046.p0} : 8045 
+pl {08045.s2} (1)
+pl {08046.p1|08047.p0} : 8046 
+pl {08046.s2} (1)
+pl {08047.p1|08048.p0} : 8047 
+pl {08047.s2} (1)
+pl {08048.p1|08049.p0} : 8048 
+pl {08048.s2} (1)
+pl {08049.p1|08050.p0} : 8049 
+pl {08049.s2} (1)
+pl {08050.p1|08051.p0} : 8050 
+pl {08050.s2} (1)
+pl {08051.p1|08052.p0} : 8051 
+pl {08051.s2} (1)
+pl {08052.p1|08053.p0} : 8052 
+pl {08052.s2} (1)
+pl {08053.p1|08054.p0} : 8053 
+pl {08053.s2} (1)
+pl {08054.p1|08055.p0} : 8054 
+pl {08054.s2} (1)
+pl {08055.p1|08056.p0} : 8055 
+pl {08055.s2} (1)
+pl {08056.p1|08057.p0} : 8056 
+pl {08056.s2} (1)
+pl {08057.p1|08058.p0} : 8057 
+pl {08057.s2} (1)
+pl {08058.p1|08059.p0} : 8058 
+pl {08058.s2} (1)
+pl {08059.p1|08060.p0} : 8059 
+pl {08059.s2} (1)
+pl {08060.p1|08061.p0} : 8060 
+pl {08060.s2} (1)
+pl {08061.p1|08062.p0} : 8061 
+pl {08061.s2} (1)
+pl {08062.p1|08063.p0} : 8062 
+pl {08062.s2} (1)
+pl {08063.p1|08064.p0} : 8063 
+pl {08063.s2} (1)
+pl {08064.p1|08065.p0} : 8064 
+pl {08064.s2} (1)
+pl {08065.p1|08066.p0} : 8065 
+pl {08065.s2} (1)
+pl {08066.p1|08067.p0} : 8066 
+pl {08066.s2} (1)
+pl {08067.p1|08068.p0} : 8067 
+pl {08067.s2} (1)
+pl {08068.p1|08069.p0} : 8068 
+pl {08068.s2} (1)
+pl {08069.p1|08070.p0} : 8069 
+pl {08069.s2} (1)
+pl {08070.p1|08071.p0} : 8070 
+pl {08070.s2} (1)
+pl {08071.p1|08072.p0} : 8071 
+pl {08071.s2} (1)
+pl {08072.p1|08073.p0} : 8072 
+pl {08072.s2} (1)
+pl {08073.p1|08074.p0} : 8073 
+pl {08073.s2} (1)
+pl {08074.p1|08075.p0} : 8074 
+pl {08074.s2} (1)
+pl {08075.p1|08076.p0} : 8075 
+pl {08075.s2} (1)
+pl {08076.p1|08077.p0} : 8076 
+pl {08076.s2} (1)
+pl {08077.p1|08078.p0} : 8077 
+pl {08077.s2} (1)
+pl {08078.p1|08079.p0} : 8078 
+pl {08078.s2} (1)
+pl {08079.p1|08080.p0} : 8079 
+pl {08079.s2} (1)
+pl {08080.p1|08081.p0} : 8080 
+pl {08080.s2} (1)
+pl {08081.p1|08082.p0} : 8081 
+pl {08081.s2} (1)
+pl {08082.p1|08083.p0} : 8082 
+pl {08082.s2} (1)
+pl {08083.p1|08084.p0} : 8083 
+pl {08083.s2} (1)
+pl {08084.p1|08085.p0} : 8084 
+pl {08084.s2} (1)
+pl {08085.p1|08086.p0} : 8085 
+pl {08085.s2} (1)
+pl {08086.p1|08087.p0} : 8086 
+pl {08086.s2} (1)
+pl {08087.p1|08088.p0} : 8087 
+pl {08087.s2} (1)
+pl {08088.p1|08089.p0} : 8088 
+pl {08088.s2} (1)
+pl {08089.p1|08090.p0} : 8089 
+pl {08089.s2} (1)
+pl {08090.p1|08091.p0} : 8090 
+pl {08090.s2} (1)
+pl {08091.p1|08092.p0} : 8091 
+pl {08091.s2} (1)
+pl {08092.p1|08093.p0} : 8092 
+pl {08092.s2} (1)
+pl {08093.p1|08094.p0} : 8093 
+pl {08093.s2} (1)
+pl {08094.p1|08095.p0} : 8094 
+pl {08094.s2} (1)
+pl {08095.p1|08096.p0} : 8095 
+pl {08095.s2} (1)
+pl {08096.p1|08097.p0} : 8096 
+pl {08096.s2} (1)
+pl {08097.p1|08098.p0} : 8097 
+pl {08097.s2} (1)
+pl {08098.p1|08099.p0} : 8098 
+pl {08098.s2} (1)
+pl {08099.p1|08100.p0} : 8099 
+pl {08099.s2} (1)
+pl {08100.p1|08101.p0} : 8100 
+pl {08100.s2} (1)
+pl {08101.p1|08102.p0} : 8101 
+pl {08101.s2} (1)
+pl {08102.p1|08103.p0} : 8102 
+pl {08102.s2} (1)
+pl {08103.p1|08104.p0} : 8103 
+pl {08103.s2} (1)
+pl {08104.p1|08105.p0} : 8104 
+pl {08104.s2} (1)
+pl {08105.p1|08106.p0} : 8105 
+pl {08105.s2} (1)
+pl {08106.p1|08107.p0} : 8106 
+pl {08106.s2} (1)
+pl {08107.p1|08108.p0} : 8107 
+pl {08107.s2} (1)
+pl {08108.p1|08109.p0} : 8108 
+pl {08108.s2} (1)
+pl {08109.p1|08110.p0} : 8109 
+pl {08109.s2} (1)
+pl {08110.p1|08111.p0} : 8110 
+pl {08110.s2} (1)
+pl {08111.p1|08112.p0} : 8111 
+pl {08111.s2} (1)
+pl {08112.p1|08113.p0} : 8112 
+pl {08112.s2} (1)
+pl {08113.p1|08114.p0} : 8113 
+pl {08113.s2} (1)
+pl {08114.p1|08115.p0} : 8114 
+pl {08114.s2} (1)
+pl {08115.p1|08116.p0} : 8115 
+pl {08115.s2} (1)
+pl {08116.p1|08117.p0} : 8116 
+pl {08116.s2} (1)
+pl {08117.p1|08118.p0} : 8117 
+pl {08117.s2} (1)
+pl {08118.p1|08119.p0} : 8118 
+pl {08118.s2} (1)
+pl {08119.p1|08120.p0} : 8119 
+pl {08119.s2} (1)
+pl {08120.p1|08121.p0} : 8120 
+pl {08120.s2} (1)
+pl {08121.p1|08122.p0} : 8121 
+pl {08121.s2} (1)
+pl {08122.p1|08123.p0} : 8122 
+pl {08122.s2} (1)
+pl {08123.p1|08124.p0} : 8123 
+pl {08123.s2} (1)
+pl {08124.p1|08125.p0} : 8124 
+pl {08124.s2} (1)
+pl {08125.p1|08126.p0} : 8125 
+pl {08125.s2} (1)
+pl {08126.p1|08127.p0} : 8126 
+pl {08126.s2} (1)
+pl {08127.p1|08128.p0} : 8127 
+pl {08127.s2} (1)
+pl {08128.p1|08129.p0} : 8128 
+pl {08128.s2} (1)
+pl {08129.p1|08130.p0} : 8129 
+pl {08129.s2} (1)
+pl {08130.p1|08131.p0} : 8130 
+pl {08130.s2} (1)
+pl {08131.p1|08132.p0} : 8131 
+pl {08131.s2} (1)
+pl {08132.p1|08133.p0} : 8132 
+pl {08132.s2} (1)
+pl {08133.p1|08134.p0} : 8133 
+pl {08133.s2} (1)
+pl {08134.p1|08135.p0} : 8134 
+pl {08134.s2} (1)
+pl {08135.p1|08136.p0} : 8135 
+pl {08135.s2} (1)
+pl {08136.p1|08137.p0} : 8136 
+pl {08136.s2} (1)
+pl {08137.p1|08138.p0} : 8137 
+pl {08137.s2} (1)
+pl {08138.p1|08139.p0} : 8138 
+pl {08138.s2} (1)
+pl {08139.p1|08140.p0} : 8139 
+pl {08139.s2} (1)
+pl {08140.p1|08141.p0} : 8140 
+pl {08140.s2} (1)
+pl {08141.p1|08142.p0} : 8141 
+pl {08141.s2} (1)
+pl {08142.p1|08143.p0} : 8142 
+pl {08142.s2} (1)
+pl {08143.p1|08144.p0} : 8143 
+pl {08143.s2} (1)
+pl {08144.p1|08145.p0} : 8144 
+pl {08144.s2} (1)
+pl {08145.p1|08146.p0} : 8145 
+pl {08145.s2} (1)
+pl {08146.p1|08147.p0} : 8146 
+pl {08146.s2} (1)
+pl {08147.p1|08148.p0} : 8147 
+pl {08147.s2} (1)
+pl {08148.p1|08149.p0} : 8148 
+pl {08148.s2} (1)
+pl {08149.p1|08150.p0} : 8149 
+pl {08149.s2} (1)
+pl {08150.p1|08151.p0} : 8150 
+pl {08150.s2} (1)
+pl {08151.p1|08152.p0} : 8151 
+pl {08151.s2} (1)
+pl {08152.p1|08153.p0} : 8152 
+pl {08152.s2} (1)
+pl {08153.p1|08154.p0} : 8153 
+pl {08153.s2} (1)
+pl {08154.p1|08155.p0} : 8154 
+pl {08154.s2} (1)
+pl {08155.p1|08156.p0} : 8155 
+pl {08155.s2} (1)
+pl {08156.p1|08157.p0} : 8156 
+pl {08156.s2} (1)
+pl {08157.p1|08158.p0} : 8157 
+pl {08157.s2} (1)
+pl {08158.p1|08159.p0} : 8158 
+pl {08158.s2} (1)
+pl {08159.p1|08160.p0} : 8159 
+pl {08159.s2} (1)
+pl {08160.p1|08161.p0} : 8160 
+pl {08160.s2} (1)
+pl {08161.p1|08162.p0} : 8161 
+pl {08161.s2} (1)
+pl {08162.p1|08163.p0} : 8162 
+pl {08162.s2} (1)
+pl {08163.p1|08164.p0} : 8163 
+pl {08163.s2} (1)
+pl {08164.p1|08165.p0} : 8164 
+pl {08164.s2} (1)
+pl {08165.p1|08166.p0} : 8165 
+pl {08165.s2} (1)
+pl {08166.p1|08167.p0} : 8166 
+pl {08166.s2} (1)
+pl {08167.p1|08168.p0} : 8167 
+pl {08167.s2} (1)
+pl {08168.p1|08169.p0} : 8168 
+pl {08168.s2} (1)
+pl {08169.p1|08170.p0} : 8169 
+pl {08169.s2} (1)
+pl {08170.p1|08171.p0} : 8170 
+pl {08170.s2} (1)
+pl {08171.p1|08172.p0} : 8171 
+pl {08171.s2} (1)
+pl {08172.p1|08173.p0} : 8172 
+pl {08172.s2} (1)
+pl {08173.p1|08174.p0} : 8173 
+pl {08173.s2} (1)
+pl {08174.p1|08175.p0} : 8174 
+pl {08174.s2} (1)
+pl {08175.p1|08176.p0} : 8175 
+pl {08175.s2} (1)
+pl {08176.p1|08177.p0} : 8176 
+pl {08176.s2} (1)
+pl {08177.p1|08178.p0} : 8177 
+pl {08177.s2} (1)
+pl {08178.p1|08179.p0} : 8178 
+pl {08178.s2} (1)
+pl {08179.p1|08180.p0} : 8179 
+pl {08179.s2} (1)
+pl {08180.p1|08181.p0} : 8180 
+pl {08180.s2} (1)
+pl {08181.p1|08182.p0} : 8181 
+pl {08181.s2} (1)
+pl {08182.p1|08183.p0} : 8182 
+pl {08182.s2} (1)
+pl {08183.p1|08184.p0} : 8183 
+pl {08183.s2} (1)
+pl {08184.p1|08185.p0} : 8184 
+pl {08184.s2} (1)
+pl {08185.p1|08186.p0} : 8185 
+pl {08185.s2} (1)
+pl {08186.p1|08187.p0} : 8186 
+pl {08186.s2} (1)
+pl {08187.p1|08188.p0} : 8187 
+pl {08187.s2} (1)
+pl {08188.p1|08189.p0} : 8188 
+pl {08188.s2} (1)
+pl {08189.p1|08190.p0} : 8189 
+pl {08189.s2} (1)
+pl {08190.p1|08191.p0} : 8190 
+pl {08190.s2} (1)
+pl {08191.p1|08192.p0} : 8191 
+pl {08191.s2} (1)
+pl {08192.p1|08193.p0} : 8192 
+pl {08192.s2} (1)
+pl {08193.p1|08194.p0} : 8193 
+pl {08193.s2} (1)
+pl {08194.p1|08195.p0} : 8194 
+pl {08194.s2} (1)
+pl {08195.p1|08196.p0} : 8195 
+pl {08195.s2} (1)
+pl {08196.p1|08197.p0} : 8196 
+pl {08196.s2} (1)
+pl {08197.p1|08198.p0} : 8197 
+pl {08197.s2} (1)
+pl {08198.p1|08199.p0} : 8198 
+pl {08198.s2} (1)
+pl {08199.p1|08200.p0} : 8199 
+pl {08199.s2} (1)
+pl {08200.p1|08201.p0} : 8200 
+pl {08200.s2} (1)
+pl {08201.p1|08202.p0} : 8201 
+pl {08201.s2} (1)
+pl {08202.p1|08203.p0} : 8202 
+pl {08202.s2} (1)
+pl {08203.p1|08204.p0} : 8203 
+pl {08203.s2} (1)
+pl {08204.p1|08205.p0} : 8204 
+pl {08204.s2} (1)
+pl {08205.p1|08206.p0} : 8205 
+pl {08205.s2} (1)
+pl {08206.p1|08207.p0} : 8206 
+pl {08206.s2} (1)
+pl {08207.p1|08208.p0} : 8207 
+pl {08207.s2} (1)
+pl {08208.p1|08209.p0} : 8208 
+pl {08208.s2} (1)
+pl {08209.p1|08210.p0} : 8209 
+pl {08209.s2} (1)
+pl {08210.p1|08211.p0} : 8210 
+pl {08210.s2} (1)
+pl {08211.p1|08212.p0} : 8211 
+pl {08211.s2} (1)
+pl {08212.p1|08213.p0} : 8212 
+pl {08212.s2} (1)
+pl {08213.p1|08214.p0} : 8213 
+pl {08213.s2} (1)
+pl {08214.p1|08215.p0} : 8214 
+pl {08214.s2} (1)
+pl {08215.p1|08216.p0} : 8215 
+pl {08215.s2} (1)
+pl {08216.p1|08217.p0} : 8216 
+pl {08216.s2} (1)
+pl {08217.p1|08218.p0} : 8217 
+pl {08217.s2} (1)
+pl {08218.p1|08219.p0} : 8218 
+pl {08218.s2} (1)
+pl {08219.p1|08220.p0} : 8219 
+pl {08219.s2} (1)
+pl {08220.p1|08221.p0} : 8220 
+pl {08220.s2} (1)
+pl {08221.p1|08222.p0} : 8221 
+pl {08221.s2} (1)
+pl {08222.p1|08223.p0} : 8222 
+pl {08222.s2} (1)
+pl {08223.p1|08224.p0} : 8223 
+pl {08223.s2} (1)
+pl {08224.p1|08225.p0} : 8224 
+pl {08224.s2} (1)
+pl {08225.p1|08226.p0} : 8225 
+pl {08225.s2} (1)
+pl {08226.p1|08227.p0} : 8226 
+pl {08226.s2} (1)
+pl {08227.p1|08228.p0} : 8227 
+pl {08227.s2} (1)
+pl {08228.p1|08229.p0} : 8228 
+pl {08228.s2} (1)
+pl {08229.p1|08230.p0} : 8229 
+pl {08229.s2} (1)
+pl {08230.p1|08231.p0} : 8230 
+pl {08230.s2} (1)
+pl {08231.p1|08232.p0} : 8231 
+pl {08231.s2} (1)
+pl {08232.p1|08233.p0} : 8232 
+pl {08232.s2} (1)
+pl {08233.p1|08234.p0} : 8233 
+pl {08233.s2} (1)
+pl {08234.p1|08235.p0} : 8234 
+pl {08234.s2} (1)
+pl {08235.p1|08236.p0} : 8235 
+pl {08235.s2} (1)
+pl {08236.p1|08237.p0} : 8236 
+pl {08236.s2} (1)
+pl {08237.p1|08238.p0} : 8237 
+pl {08237.s2} (1)
+pl {08238.p1|08239.p0} : 8238 
+pl {08238.s2} (1)
+pl {08239.p1|08240.p0} : 8239 
+pl {08239.s2} (1)
+pl {08240.p1|08241.p0} : 8240 
+pl {08240.s2} (1)
+pl {08241.p1|08242.p0} : 8241 
+pl {08241.s2} (1)
+pl {08242.p1|08243.p0} : 8242 
+pl {08242.s2} (1)
+pl {08243.p1|08244.p0} : 8243 
+pl {08243.s2} (1)
+pl {08244.p1|08245.p0} : 8244 
+pl {08244.s2} (1)
+pl {08245.p1|08246.p0} : 8245 
+pl {08245.s2} (1)
+pl {08246.p1|08247.p0} : 8246 
+pl {08246.s2} (1)
+pl {08247.p1|08248.p0} : 8247 
+pl {08247.s2} (1)
+pl {08248.p1|08249.p0} : 8248 
+pl {08248.s2} (1)
+pl {08249.p1|08250.p0} : 8249 
+pl {08249.s2} (1)
+pl {08250.p1|08251.p0} : 8250 
+pl {08250.s2} (1)
+pl {08251.p1|08252.p0} : 8251 
+pl {08251.s2} (1)
+pl {08252.p1|08253.p0} : 8252 
+pl {08252.s2} (1)
+pl {08253.p1|08254.p0} : 8253 
+pl {08253.s2} (1)
+pl {08254.p1|08255.p0} : 8254 
+pl {08254.s2} (1)
+pl {08255.p1|08256.p0} : 8255 
+pl {08255.s2} (1)
+pl {08256.p1|08257.p0} : 8256 
+pl {08256.s2} (1)
+pl {08257.p1|08258.p0} : 8257 
+pl {08257.s2} (1)
+pl {08258.p1|08259.p0} : 8258 
+pl {08258.s2} (1)
+pl {08259.p1|08260.p0} : 8259 
+pl {08259.s2} (1)
+pl {08260.p1|08261.p0} : 8260 
+pl {08260.s2} (1)
+pl {08261.p1|08262.p0} : 8261 
+pl {08261.s2} (1)
+pl {08262.p1|08263.p0} : 8262 
+pl {08262.s2} (1)
+pl {08263.p1|08264.p0} : 8263 
+pl {08263.s2} (1)
+pl {08264.p1|08265.p0} : 8264 
+pl {08264.s2} (1)
+pl {08265.p1|08266.p0} : 8265 
+pl {08265.s2} (1)
+pl {08266.p1|08267.p0} : 8266 
+pl {08266.s2} (1)
+pl {08267.p1|08268.p0} : 8267 
+pl {08267.s2} (1)
+pl {08268.p1|08269.p0} : 8268 
+pl {08268.s2} (1)
+pl {08269.p1|08270.p0} : 8269 
+pl {08269.s2} (1)
+pl {08270.p1|08271.p0} : 8270 
+pl {08270.s2} (1)
+pl {08271.p1|08272.p0} : 8271 
+pl {08271.s2} (1)
+pl {08272.p1|08273.p0} : 8272 
+pl {08272.s2} (1)
+pl {08273.p1|08274.p0} : 8273 
+pl {08273.s2} (1)
+pl {08274.p1|08275.p0} : 8274 
+pl {08274.s2} (1)
+pl {08275.p1|08276.p0} : 8275 
+pl {08275.s2} (1)
+pl {08276.p1|08277.p0} : 8276 
+pl {08276.s2} (1)
+pl {08277.p1|08278.p0} : 8277 
+pl {08277.s2} (1)
+pl {08278.p1|08279.p0} : 8278 
+pl {08278.s2} (1)
+pl {08279.p1|08280.p0} : 8279 
+pl {08279.s2} (1)
+pl {08280.p1|08281.p0} : 8280 
+pl {08280.s2} (1)
+pl {08281.p1|08282.p0} : 8281 
+pl {08281.s2} (1)
+pl {08282.p1|08283.p0} : 8282 
+pl {08282.s2} (1)
+pl {08283.p1|08284.p0} : 8283 
+pl {08283.s2} (1)
+pl {08284.p1|08285.p0} : 8284 
+pl {08284.s2} (1)
+pl {08285.p1|08286.p0} : 8285 
+pl {08285.s2} (1)
+pl {08286.p1|08287.p0} : 8286 
+pl {08286.s2} (1)
+pl {08287.p1|08288.p0} : 8287 
+pl {08287.s2} (1)
+pl {08288.p1|08289.p0} : 8288 
+pl {08288.s2} (1)
+pl {08289.p1|08290.p0} : 8289 
+pl {08289.s2} (1)
+pl {08290.p1|08291.p0} : 8290 
+pl {08290.s2} (1)
+pl {08291.p1|08292.p0} : 8291 
+pl {08291.s2} (1)
+pl {08292.p1|08293.p0} : 8292 
+pl {08292.s2} (1)
+pl {08293.p1|08294.p0} : 8293 
+pl {08293.s2} (1)
+pl {08294.p1|08295.p0} : 8294 
+pl {08294.s2} (1)
+pl {08295.p1|08296.p0} : 8295 
+pl {08295.s2} (1)
+pl {08296.p1|08297.p0} : 8296 
+pl {08296.s2} (1)
+pl {08297.p1|08298.p0} : 8297 
+pl {08297.s2} (1)
+pl {08298.p1|08299.p0} : 8298 
+pl {08298.s2} (1)
+pl {08299.p1|08300.p0} : 8299 
+pl {08299.s2} (1)
+pl {08300.p1|08301.p0} : 8300 
+pl {08300.s2} (1)
+pl {08301.p1|08302.p0} : 8301 
+pl {08301.s2} (1)
+pl {08302.p1|08303.p0} : 8302 
+pl {08302.s2} (1)
+pl {08303.p1|08304.p0} : 8303 
+pl {08303.s2} (1)
+pl {08304.p1|08305.p0} : 8304 
+pl {08304.s2} (1)
+pl {08305.p1|08306.p0} : 8305 
+pl {08305.s2} (1)
+pl {08306.p1|08307.p0} : 8306 
+pl {08306.s2} (1)
+pl {08307.p1|08308.p0} : 8307 
+pl {08307.s2} (1)
+pl {08308.p1|08309.p0} : 8308 
+pl {08308.s2} (1)
+pl {08309.p1|08310.p0} : 8309 
+pl {08309.s2} (1)
+pl {08310.p1|08311.p0} : 8310 
+pl {08310.s2} (1)
+pl {08311.p1|08312.p0} : 8311 
+pl {08311.s2} (1)
+pl {08312.p1|08313.p0} : 8312 
+pl {08312.s2} (1)
+pl {08313.p1|08314.p0} : 8313 
+pl {08313.s2} (1)
+pl {08314.p1|08315.p0} : 8314 
+pl {08314.s2} (1)
+pl {08315.p1|08316.p0} : 8315 
+pl {08315.s2} (1)
+pl {08316.p1|08317.p0} : 8316 
+pl {08316.s2} (1)
+pl {08317.p1|08318.p0} : 8317 
+pl {08317.s2} (1)
+pl {08318.p1|08319.p0} : 8318 
+pl {08318.s2} (1)
+pl {08319.p1|08320.p0} : 8319 
+pl {08319.s2} (1)
+pl {08320.p1|08321.p0} : 8320 
+pl {08320.s2} (1)
+pl {08321.p1|08322.p0} : 8321 
+pl {08321.s2} (1)
+pl {08322.p1|08323.p0} : 8322 
+pl {08322.s2} (1)
+pl {08323.p1|08324.p0} : 8323 
+pl {08323.s2} (1)
+pl {08324.p1|08325.p0} : 8324 
+pl {08324.s2} (1)
+pl {08325.p1|08326.p0} : 8325 
+pl {08325.s2} (1)
+pl {08326.p1|08327.p0} : 8326 
+pl {08326.s2} (1)
+pl {08327.p1|08328.p0} : 8327 
+pl {08327.s2} (1)
+pl {08328.p1|08329.p0} : 8328 
+pl {08328.s2} (1)
+pl {08329.p1|08330.p0} : 8329 
+pl {08329.s2} (1)
+pl {08330.p1|08331.p0} : 8330 
+pl {08330.s2} (1)
+pl {08331.p1|08332.p0} : 8331 
+pl {08331.s2} (1)
+pl {08332.p1|08333.p0} : 8332 
+pl {08332.s2} (1)
+pl {08333.p1|08334.p0} : 8333 
+pl {08333.s2} (1)
+pl {08334.p1|08335.p0} : 8334 
+pl {08334.s2} (1)
+pl {08335.p1|08336.p0} : 8335 
+pl {08335.s2} (1)
+pl {08336.p1|08337.p0} : 8336 
+pl {08336.s2} (1)
+pl {08337.p1|08338.p0} : 8337 
+pl {08337.s2} (1)
+pl {08338.p1|08339.p0} : 8338 
+pl {08338.s2} (1)
+pl {08339.p1|08340.p0} : 8339 
+pl {08339.s2} (1)
+pl {08340.p1|08341.p0} : 8340 
+pl {08340.s2} (1)
+pl {08341.p1|08342.p0} : 8341 
+pl {08341.s2} (1)
+pl {08342.p1|08343.p0} : 8342 
+pl {08342.s2} (1)
+pl {08343.p1|08344.p0} : 8343 
+pl {08343.s2} (1)
+pl {08344.p1|08345.p0} : 8344 
+pl {08344.s2} (1)
+pl {08345.p1|08346.p0} : 8345 
+pl {08345.s2} (1)
+pl {08346.p1|08347.p0} : 8346 
+pl {08346.s2} (1)
+pl {08347.p1|08348.p0} : 8347 
+pl {08347.s2} (1)
+pl {08348.p1|08349.p0} : 8348 
+pl {08348.s2} (1)
+pl {08349.p1|08350.p0} : 8349 
+pl {08349.s2} (1)
+pl {08350.p1|08351.p0} : 8350 
+pl {08350.s2} (1)
+pl {08351.p1|08352.p0} : 8351 
+pl {08351.s2} (1)
+pl {08352.p1|08353.p0} : 8352 
+pl {08352.s2} (1)
+pl {08353.p1|08354.p0} : 8353 
+pl {08353.s2} (1)
+pl {08354.p1|08355.p0} : 8354 
+pl {08354.s2} (1)
+pl {08355.p1|08356.p0} : 8355 
+pl {08355.s2} (1)
+pl {08356.p1|08357.p0} : 8356 
+pl {08356.s2} (1)
+pl {08357.p1|08358.p0} : 8357 
+pl {08357.s2} (1)
+pl {08358.p1|08359.p0} : 8358 
+pl {08358.s2} (1)
+pl {08359.p1|08360.p0} : 8359 
+pl {08359.s2} (1)
+pl {08360.p1|08361.p0} : 8360 
+pl {08360.s2} (1)
+pl {08361.p1|08362.p0} : 8361 
+pl {08361.s2} (1)
+pl {08362.p1|08363.p0} : 8362 
+pl {08362.s2} (1)
+pl {08363.p1|08364.p0} : 8363 
+pl {08363.s2} (1)
+pl {08364.p1|08365.p0} : 8364 
+pl {08364.s2} (1)
+pl {08365.p1|08366.p0} : 8365 
+pl {08365.s2} (1)
+pl {08366.p1|08367.p0} : 8366 
+pl {08366.s2} (1)
+pl {08367.p1|08368.p0} : 8367 
+pl {08367.s2} (1)
+pl {08368.p1|08369.p0} : 8368 
+pl {08368.s2} (1)
+pl {08369.p1|08370.p0} : 8369 
+pl {08369.s2} (1)
+pl {08370.p1|08371.p0} : 8370 
+pl {08370.s2} (1)
+pl {08371.p1|08372.p0} : 8371 
+pl {08371.s2} (1)
+pl {08372.p1|08373.p0} : 8372 
+pl {08372.s2} (1)
+pl {08373.p1|08374.p0} : 8373 
+pl {08373.s2} (1)
+pl {08374.p1|08375.p0} : 8374 
+pl {08374.s2} (1)
+pl {08375.p1|08376.p0} : 8375 
+pl {08375.s2} (1)
+pl {08376.p1|08377.p0} : 8376 
+pl {08376.s2} (1)
+pl {08377.p1|08378.p0} : 8377 
+pl {08377.s2} (1)
+pl {08378.p1|08379.p0} : 8378 
+pl {08378.s2} (1)
+pl {08379.p1|08380.p0} : 8379 
+pl {08379.s2} (1)
+pl {08380.p1|08381.p0} : 8380 
+pl {08380.s2} (1)
+pl {08381.p1|08382.p0} : 8381 
+pl {08381.s2} (1)
+pl {08382.p1|08383.p0} : 8382 
+pl {08382.s2} (1)
+pl {08383.p1|08384.p0} : 8383 
+pl {08383.s2} (1)
+pl {08384.p1|08385.p0} : 8384 
+pl {08384.s2} (1)
+pl {08385.p1|08386.p0} : 8385 
+pl {08385.s2} (1)
+pl {08386.p1|08387.p0} : 8386 
+pl {08386.s2} (1)
+pl {08387.p1|08388.p0} : 8387 
+pl {08387.s2} (1)
+pl {08388.p1|08389.p0} : 8388 
+pl {08388.s2} (1)
+pl {08389.p1|08390.p0} : 8389 
+pl {08389.s2} (1)
+pl {08390.p1|08391.p0} : 8390 
+pl {08390.s2} (1)
+pl {08391.p1|08392.p0} : 8391 
+pl {08391.s2} (1)
+pl {08392.p1|08393.p0} : 8392 
+pl {08392.s2} (1)
+pl {08393.p1|08394.p0} : 8393 
+pl {08393.s2} (1)
+pl {08394.p1|08395.p0} : 8394 
+pl {08394.s2} (1)
+pl {08395.p1|08396.p0} : 8395 
+pl {08395.s2} (1)
+pl {08396.p1|08397.p0} : 8396 
+pl {08396.s2} (1)
+pl {08397.p1|08398.p0} : 8397 
+pl {08397.s2} (1)
+pl {08398.p1|08399.p0} : 8398 
+pl {08398.s2} (1)
+pl {08399.p1|08400.p0} : 8399 
+pl {08399.s2} (1)
+pl {08400.p1|08401.p0} : 8400 
+pl {08400.s2} (1)
+pl {08401.p1|08402.p0} : 8401 
+pl {08401.s2} (1)
+pl {08402.p1|08403.p0} : 8402 
+pl {08402.s2} (1)
+pl {08403.p1|08404.p0} : 8403 
+pl {08403.s2} (1)
+pl {08404.p1|08405.p0} : 8404 
+pl {08404.s2} (1)
+pl {08405.p1|08406.p0} : 8405 
+pl {08405.s2} (1)
+pl {08406.p1|08407.p0} : 8406 
+pl {08406.s2} (1)
+pl {08407.p1|08408.p0} : 8407 
+pl {08407.s2} (1)
+pl {08408.p1|08409.p0} : 8408 
+pl {08408.s2} (1)
+pl {08409.p1|08410.p0} : 8409 
+pl {08409.s2} (1)
+pl {08410.p1|08411.p0} : 8410 
+pl {08410.s2} (1)
+pl {08411.p1|08412.p0} : 8411 
+pl {08411.s2} (1)
+pl {08412.p1|08413.p0} : 8412 
+pl {08412.s2} (1)
+pl {08413.p1|08414.p0} : 8413 
+pl {08413.s2} (1)
+pl {08414.p1|08415.p0} : 8414 
+pl {08414.s2} (1)
+pl {08415.p1|08416.p0} : 8415 
+pl {08415.s2} (1)
+pl {08416.p1|08417.p0} : 8416 
+pl {08416.s2} (1)
+pl {08417.p1|08418.p0} : 8417 
+pl {08417.s2} (1)
+pl {08418.p1|08419.p0} : 8418 
+pl {08418.s2} (1)
+pl {08419.p1|08420.p0} : 8419 
+pl {08419.s2} (1)
+pl {08420.p1|08421.p0} : 8420 
+pl {08420.s2} (1)
+pl {08421.p1|08422.p0} : 8421 
+pl {08421.s2} (1)
+pl {08422.p1|08423.p0} : 8422 
+pl {08422.s2} (1)
+pl {08423.p1|08424.p0} : 8423 
+pl {08423.s2} (1)
+pl {08424.p1|08425.p0} : 8424 
+pl {08424.s2} (1)
+pl {08425.p1|08426.p0} : 8425 
+pl {08425.s2} (1)
+pl {08426.p1|08427.p0} : 8426 
+pl {08426.s2} (1)
+pl {08427.p1|08428.p0} : 8427 
+pl {08427.s2} (1)
+pl {08428.p1|08429.p0} : 8428 
+pl {08428.s2} (1)
+pl {08429.p1|08430.p0} : 8429 
+pl {08429.s2} (1)
+pl {08430.p1|08431.p0} : 8430 
+pl {08430.s2} (1)
+pl {08431.p1|08432.p0} : 8431 
+pl {08431.s2} (1)
+pl {08432.p1|08433.p0} : 8432 
+pl {08432.s2} (1)
+pl {08433.p1|08434.p0} : 8433 
+pl {08433.s2} (1)
+pl {08434.p1|08435.p0} : 8434 
+pl {08434.s2} (1)
+pl {08435.p1|08436.p0} : 8435 
+pl {08435.s2} (1)
+pl {08436.p1|08437.p0} : 8436 
+pl {08436.s2} (1)
+pl {08437.p1|08438.p0} : 8437 
+pl {08437.s2} (1)
+pl {08438.p1|08439.p0} : 8438 
+pl {08438.s2} (1)
+pl {08439.p1|08440.p0} : 8439 
+pl {08439.s2} (1)
+pl {08440.p1|08441.p0} : 8440 
+pl {08440.s2} (1)
+pl {08441.p1|08442.p0} : 8441 
+pl {08441.s2} (1)
+pl {08442.p1|08443.p0} : 8442 
+pl {08442.s2} (1)
+pl {08443.p1|08444.p0} : 8443 
+pl {08443.s2} (1)
+pl {08444.p1|08445.p0} : 8444 
+pl {08444.s2} (1)
+pl {08445.p1|08446.p0} : 8445 
+pl {08445.s2} (1)
+pl {08446.p1|08447.p0} : 8446 
+pl {08446.s2} (1)
+pl {08447.p1|08448.p0} : 8447 
+pl {08447.s2} (1)
+pl {08448.p1|08449.p0} : 8448 
+pl {08448.s2} (1)
+pl {08449.p1|08450.p0} : 8449 
+pl {08449.s2} (1)
+pl {08450.p1|08451.p0} : 8450 
+pl {08450.s2} (1)
+pl {08451.p1|08452.p0} : 8451 
+pl {08451.s2} (1)
+pl {08452.p1|08453.p0} : 8452 
+pl {08452.s2} (1)
+pl {08453.p1|08454.p0} : 8453 
+pl {08453.s2} (1)
+pl {08454.p1|08455.p0} : 8454 
+pl {08454.s2} (1)
+pl {08455.p1|08456.p0} : 8455 
+pl {08455.s2} (1)
+pl {08456.p1|08457.p0} : 8456 
+pl {08456.s2} (1)
+pl {08457.p1|08458.p0} : 8457 
+pl {08457.s2} (1)
+pl {08458.p1|08459.p0} : 8458 
+pl {08458.s2} (1)
+pl {08459.p1|08460.p0} : 8459 
+pl {08459.s2} (1)
+pl {08460.p1|08461.p0} : 8460 
+pl {08460.s2} (1)
+pl {08461.p1|08462.p0} : 8461 
+pl {08461.s2} (1)
+pl {08462.p1|08463.p0} : 8462 
+pl {08462.s2} (1)
+pl {08463.p1|08464.p0} : 8463 
+pl {08463.s2} (1)
+pl {08464.p1|08465.p0} : 8464 
+pl {08464.s2} (1)
+pl {08465.p1|08466.p0} : 8465 
+pl {08465.s2} (1)
+pl {08466.p1|08467.p0} : 8466 
+pl {08466.s2} (1)
+pl {08467.p1|08468.p0} : 8467 
+pl {08467.s2} (1)
+pl {08468.p1|08469.p0} : 8468 
+pl {08468.s2} (1)
+pl {08469.p1|08470.p0} : 8469 
+pl {08469.s2} (1)
+pl {08470.p1|08471.p0} : 8470 
+pl {08470.s2} (1)
+pl {08471.p1|08472.p0} : 8471 
+pl {08471.s2} (1)
+pl {08472.p1|08473.p0} : 8472 
+pl {08472.s2} (1)
+pl {08473.p1|08474.p0} : 8473 
+pl {08473.s2} (1)
+pl {08474.p1|08475.p0} : 8474 
+pl {08474.s2} (1)
+pl {08475.p1|08476.p0} : 8475 
+pl {08475.s2} (1)
+pl {08476.p1|08477.p0} : 8476 
+pl {08476.s2} (1)
+pl {08477.p1|08478.p0} : 8477 
+pl {08477.s2} (1)
+pl {08478.p1|08479.p0} : 8478 
+pl {08478.s2} (1)
+pl {08479.p1|08480.p0} : 8479 
+pl {08479.s2} (1)
+pl {08480.p1|08481.p0} : 8480 
+pl {08480.s2} (1)
+pl {08481.p1|08482.p0} : 8481 
+pl {08481.s2} (1)
+pl {08482.p1|08483.p0} : 8482 
+pl {08482.s2} (1)
+pl {08483.p1|08484.p0} : 8483 
+pl {08483.s2} (1)
+pl {08484.p1|08485.p0} : 8484 
+pl {08484.s2} (1)
+pl {08485.p1|08486.p0} : 8485 
+pl {08485.s2} (1)
+pl {08486.p1|08487.p0} : 8486 
+pl {08486.s2} (1)
+pl {08487.p1|08488.p0} : 8487 
+pl {08487.s2} (1)
+pl {08488.p1|08489.p0} : 8488 
+pl {08488.s2} (1)
+pl {08489.p1|08490.p0} : 8489 
+pl {08489.s2} (1)
+pl {08490.p1|08491.p0} : 8490 
+pl {08490.s2} (1)
+pl {08491.p1|08492.p0} : 8491 
+pl {08491.s2} (1)
+pl {08492.p1|08493.p0} : 8492 
+pl {08492.s2} (1)
+pl {08493.p1|08494.p0} : 8493 
+pl {08493.s2} (1)
+pl {08494.p1|08495.p0} : 8494 
+pl {08494.s2} (1)
+pl {08495.p1|08496.p0} : 8495 
+pl {08495.s2} (1)
+pl {08496.p1|08497.p0} : 8496 
+pl {08496.s2} (1)
+pl {08497.p1|08498.p0} : 8497 
+pl {08497.s2} (1)
+pl {08498.p1|08499.p0} : 8498 
+pl {08498.s2} (1)
+pl {08499.p1|08500.p0} : 8499 
+pl {08499.s2} (1)
+pl {08500.p1|08501.p0} : 8500 
+pl {08500.s2} (1)
+pl {08501.p1|08502.p0} : 8501 
+pl {08501.s2} (1)
+pl {08502.p1|08503.p0} : 8502 
+pl {08502.s2} (1)
+pl {08503.p1|08504.p0} : 8503 
+pl {08503.s2} (1)
+pl {08504.p1|08505.p0} : 8504 
+pl {08504.s2} (1)
+pl {08505.p1|08506.p0} : 8505 
+pl {08505.s2} (1)
+pl {08506.p1|08507.p0} : 8506 
+pl {08506.s2} (1)
+pl {08507.p1|08508.p0} : 8507 
+pl {08507.s2} (1)
+pl {08508.p1|08509.p0} : 8508 
+pl {08508.s2} (1)
+pl {08509.p1|08510.p0} : 8509 
+pl {08509.s2} (1)
+pl {08510.p1|08511.p0} : 8510 
+pl {08510.s2} (1)
+pl {08511.p1|08512.p0} : 8511 
+pl {08511.s2} (1)
+pl {08512.p1|08513.p0} : 8512 
+pl {08512.s2} (1)
+pl {08513.p1|08514.p0} : 8513 
+pl {08513.s2} (1)
+pl {08514.p1|08515.p0} : 8514 
+pl {08514.s2} (1)
+pl {08515.p1|08516.p0} : 8515 
+pl {08515.s2} (1)
+pl {08516.p1|08517.p0} : 8516 
+pl {08516.s2} (1)
+pl {08517.p1|08518.p0} : 8517 
+pl {08517.s2} (1)
+pl {08518.p1|08519.p0} : 8518 
+pl {08518.s2} (1)
+pl {08519.p1|08520.p0} : 8519 
+pl {08519.s2} (1)
+pl {08520.p1|08521.p0} : 8520 
+pl {08520.s2} (1)
+pl {08521.p1|08522.p0} : 8521 
+pl {08521.s2} (1)
+pl {08522.p1|08523.p0} : 8522 
+pl {08522.s2} (1)
+pl {08523.p1|08524.p0} : 8523 
+pl {08523.s2} (1)
+pl {08524.p1|08525.p0} : 8524 
+pl {08524.s2} (1)
+pl {08525.p1|08526.p0} : 8525 
+pl {08525.s2} (1)
+pl {08526.p1|08527.p0} : 8526 
+pl {08526.s2} (1)
+pl {08527.p1|08528.p0} : 8527 
+pl {08527.s2} (1)
+pl {08528.p1|08529.p0} : 8528 
+pl {08528.s2} (1)
+pl {08529.p1|08530.p0} : 8529 
+pl {08529.s2} (1)
+pl {08530.p1|08531.p0} : 8530 
+pl {08530.s2} (1)
+pl {08531.p1|08532.p0} : 8531 
+pl {08531.s2} (1)
+pl {08532.p1|08533.p0} : 8532 
+pl {08532.s2} (1)
+pl {08533.p1|08534.p0} : 8533 
+pl {08533.s2} (1)
+pl {08534.p1|08535.p0} : 8534 
+pl {08534.s2} (1)
+pl {08535.p1|08536.p0} : 8535 
+pl {08535.s2} (1)
+pl {08536.p1|08537.p0} : 8536 
+pl {08536.s2} (1)
+pl {08537.p1|08538.p0} : 8537 
+pl {08537.s2} (1)
+pl {08538.p1|08539.p0} : 8538 
+pl {08538.s2} (1)
+pl {08539.p1|08540.p0} : 8539 
+pl {08539.s2} (1)
+pl {08540.p1|08541.p0} : 8540 
+pl {08540.s2} (1)
+pl {08541.p1|08542.p0} : 8541 
+pl {08541.s2} (1)
+pl {08542.p1|08543.p0} : 8542 
+pl {08542.s2} (1)
+pl {08543.p1|08544.p0} : 8543 
+pl {08543.s2} (1)
+pl {08544.p1|08545.p0} : 8544 
+pl {08544.s2} (1)
+pl {08545.p1|08546.p0} : 8545 
+pl {08545.s2} (1)
+pl {08546.p1|08547.p0} : 8546 
+pl {08546.s2} (1)
+pl {08547.p1|08548.p0} : 8547 
+pl {08547.s2} (1)
+pl {08548.p1|08549.p0} : 8548 
+pl {08548.s2} (1)
+pl {08549.p1|08550.p0} : 8549 
+pl {08549.s2} (1)
+pl {08550.p1|08551.p0} : 8550 
+pl {08550.s2} (1)
+pl {08551.p1|08552.p0} : 8551 
+pl {08551.s2} (1)
+pl {08552.p1|08553.p0} : 8552 
+pl {08552.s2} (1)
+pl {08553.p1|08554.p0} : 8553 
+pl {08553.s2} (1)
+pl {08554.p1|08555.p0} : 8554 
+pl {08554.s2} (1)
+pl {08555.p1|08556.p0} : 8555 
+pl {08555.s2} (1)
+pl {08556.p1|08557.p0} : 8556 
+pl {08556.s2} (1)
+pl {08557.p1|08558.p0} : 8557 
+pl {08557.s2} (1)
+pl {08558.p1|08559.p0} : 8558 
+pl {08558.s2} (1)
+pl {08559.p1|08560.p0} : 8559 
+pl {08559.s2} (1)
+pl {08560.p1|08561.p0} : 8560 
+pl {08560.s2} (1)
+pl {08561.p1|08562.p0} : 8561 
+pl {08561.s2} (1)
+pl {08562.p1|08563.p0} : 8562 
+pl {08562.s2} (1)
+pl {08563.p1|08564.p0} : 8563 
+pl {08563.s2} (1)
+pl {08564.p1|08565.p0} : 8564 
+pl {08564.s2} (1)
+pl {08565.p1|08566.p0} : 8565 
+pl {08565.s2} (1)
+pl {08566.p1|08567.p0} : 8566 
+pl {08566.s2} (1)
+pl {08567.p1|08568.p0} : 8567 
+pl {08567.s2} (1)
+pl {08568.p1|08569.p0} : 8568 
+pl {08568.s2} (1)
+pl {08569.p1|08570.p0} : 8569 
+pl {08569.s2} (1)
+pl {08570.p1|08571.p0} : 8570 
+pl {08570.s2} (1)
+pl {08571.p1|08572.p0} : 8571 
+pl {08571.s2} (1)
+pl {08572.p1|08573.p0} : 8572 
+pl {08572.s2} (1)
+pl {08573.p1|08574.p0} : 8573 
+pl {08573.s2} (1)
+pl {08574.p1|08575.p0} : 8574 
+pl {08574.s2} (1)
+pl {08575.p1|08576.p0} : 8575 
+pl {08575.s2} (1)
+pl {08576.p1|08577.p0} : 8576 
+pl {08576.s2} (1)
+pl {08577.p1|08578.p0} : 8577 
+pl {08577.s2} (1)
+pl {08578.p1|08579.p0} : 8578 
+pl {08578.s2} (1)
+pl {08579.p1|08580.p0} : 8579 
+pl {08579.s2} (1)
+pl {08580.p1|08581.p0} : 8580 
+pl {08580.s2} (1)
+pl {08581.p1|08582.p0} : 8581 
+pl {08581.s2} (1)
+pl {08582.p1|08583.p0} : 8582 
+pl {08582.s2} (1)
+pl {08583.p1|08584.p0} : 8583 
+pl {08583.s2} (1)
+pl {08584.p1|08585.p0} : 8584 
+pl {08584.s2} (1)
+pl {08585.p1|08586.p0} : 8585 
+pl {08585.s2} (1)
+pl {08586.p1|08587.p0} : 8586 
+pl {08586.s2} (1)
+pl {08587.p1|08588.p0} : 8587 
+pl {08587.s2} (1)
+pl {08588.p1|08589.p0} : 8588 
+pl {08588.s2} (1)
+pl {08589.p1|08590.p0} : 8589 
+pl {08589.s2} (1)
+pl {08590.p1|08591.p0} : 8590 
+pl {08590.s2} (1)
+pl {08591.p1|08592.p0} : 8591 
+pl {08591.s2} (1)
+pl {08592.p1|08593.p0} : 8592 
+pl {08592.s2} (1)
+pl {08593.p1|08594.p0} : 8593 
+pl {08593.s2} (1)
+pl {08594.p1|08595.p0} : 8594 
+pl {08594.s2} (1)
+pl {08595.p1|08596.p0} : 8595 
+pl {08595.s2} (1)
+pl {08596.p1|08597.p0} : 8596 
+pl {08596.s2} (1)
+pl {08597.p1|08598.p0} : 8597 
+pl {08597.s2} (1)
+pl {08598.p1|08599.p0} : 8598 
+pl {08598.s2} (1)
+pl {08599.p1|08600.p0} : 8599 
+pl {08599.s2} (1)
+pl {08600.p1|08601.p0} : 8600 
+pl {08600.s2} (1)
+pl {08601.p1|08602.p0} : 8601 
+pl {08601.s2} (1)
+pl {08602.p1|08603.p0} : 8602 
+pl {08602.s2} (1)
+pl {08603.p1|08604.p0} : 8603 
+pl {08603.s2} (1)
+pl {08604.p1|08605.p0} : 8604 
+pl {08604.s2} (1)
+pl {08605.p1|08606.p0} : 8605 
+pl {08605.s2} (1)
+pl {08606.p1|08607.p0} : 8606 
+pl {08606.s2} (1)
+pl {08607.p1|08608.p0} : 8607 
+pl {08607.s2} (1)
+pl {08608.p1|08609.p0} : 8608 
+pl {08608.s2} (1)
+pl {08609.p1|08610.p0} : 8609 
+pl {08609.s2} (1)
+pl {08610.p1|08611.p0} : 8610 
+pl {08610.s2} (1)
+pl {08611.p1|08612.p0} : 8611 
+pl {08611.s2} (1)
+pl {08612.p1|08613.p0} : 8612 
+pl {08612.s2} (1)
+pl {08613.p1|08614.p0} : 8613 
+pl {08613.s2} (1)
+pl {08614.p1|08615.p0} : 8614 
+pl {08614.s2} (1)
+pl {08615.p1|08616.p0} : 8615 
+pl {08615.s2} (1)
+pl {08616.p1|08617.p0} : 8616 
+pl {08616.s2} (1)
+pl {08617.p1|08618.p0} : 8617 
+pl {08617.s2} (1)
+pl {08618.p1|08619.p0} : 8618 
+pl {08618.s2} (1)
+pl {08619.p1|08620.p0} : 8619 
+pl {08619.s2} (1)
+pl {08620.p1|08621.p0} : 8620 
+pl {08620.s2} (1)
+pl {08621.p1|08622.p0} : 8621 
+pl {08621.s2} (1)
+pl {08622.p1|08623.p0} : 8622 
+pl {08622.s2} (1)
+pl {08623.p1|08624.p0} : 8623 
+pl {08623.s2} (1)
+pl {08624.p1|08625.p0} : 8624 
+pl {08624.s2} (1)
+pl {08625.p1|08626.p0} : 8625 
+pl {08625.s2} (1)
+pl {08626.p1|08627.p0} : 8626 
+pl {08626.s2} (1)
+pl {08627.p1|08628.p0} : 8627 
+pl {08627.s2} (1)
+pl {08628.p1|08629.p0} : 8628 
+pl {08628.s2} (1)
+pl {08629.p1|08630.p0} : 8629 
+pl {08629.s2} (1)
+pl {08630.p1|08631.p0} : 8630 
+pl {08630.s2} (1)
+pl {08631.p1|08632.p0} : 8631 
+pl {08631.s2} (1)
+pl {08632.p1|08633.p0} : 8632 
+pl {08632.s2} (1)
+pl {08633.p1|08634.p0} : 8633 
+pl {08633.s2} (1)
+pl {08634.p1|08635.p0} : 8634 
+pl {08634.s2} (1)
+pl {08635.p1|08636.p0} : 8635 
+pl {08635.s2} (1)
+pl {08636.p1|08637.p0} : 8636 
+pl {08636.s2} (1)
+pl {08637.p1|08638.p0} : 8637 
+pl {08637.s2} (1)
+pl {08638.p1|08639.p0} : 8638 
+pl {08638.s2} (1)
+pl {08639.p1|08640.p0} : 8639 
+pl {08639.s2} (1)
+pl {08640.p1|08641.p0} : 8640 
+pl {08640.s2} (1)
+pl {08641.p1|08642.p0} : 8641 
+pl {08641.s2} (1)
+pl {08642.p1|08643.p0} : 8642 
+pl {08642.s2} (1)
+pl {08643.p1|08644.p0} : 8643 
+pl {08643.s2} (1)
+pl {08644.p1|08645.p0} : 8644 
+pl {08644.s2} (1)
+pl {08645.p1|08646.p0} : 8645 
+pl {08645.s2} (1)
+pl {08646.p1|08647.p0} : 8646 
+pl {08646.s2} (1)
+pl {08647.p1|08648.p0} : 8647 
+pl {08647.s2} (1)
+pl {08648.p1|08649.p0} : 8648 
+pl {08648.s2} (1)
+pl {08649.p1|08650.p0} : 8649 
+pl {08649.s2} (1)
+pl {08650.p1|08651.p0} : 8650 
+pl {08650.s2} (1)
+pl {08651.p1|08652.p0} : 8651 
+pl {08651.s2} (1)
+pl {08652.p1|08653.p0} : 8652 
+pl {08652.s2} (1)
+pl {08653.p1|08654.p0} : 8653 
+pl {08653.s2} (1)
+pl {08654.p1|08655.p0} : 8654 
+pl {08654.s2} (1)
+pl {08655.p1|08656.p0} : 8655 
+pl {08655.s2} (1)
+pl {08656.p1|08657.p0} : 8656 
+pl {08656.s2} (1)
+pl {08657.p1|08658.p0} : 8657 
+pl {08657.s2} (1)
+pl {08658.p1|08659.p0} : 8658 
+pl {08658.s2} (1)
+pl {08659.p1|08660.p0} : 8659 
+pl {08659.s2} (1)
+pl {08660.p1|08661.p0} : 8660 
+pl {08660.s2} (1)
+pl {08661.p1|08662.p0} : 8661 
+pl {08661.s2} (1)
+pl {08662.p1|08663.p0} : 8662 
+pl {08662.s2} (1)
+pl {08663.p1|08664.p0} : 8663 
+pl {08663.s2} (1)
+pl {08664.p1|08665.p0} : 8664 
+pl {08664.s2} (1)
+pl {08665.p1|08666.p0} : 8665 
+pl {08665.s2} (1)
+pl {08666.p1|08667.p0} : 8666 
+pl {08666.s2} (1)
+pl {08667.p1|08668.p0} : 8667 
+pl {08667.s2} (1)
+pl {08668.p1|08669.p0} : 8668 
+pl {08668.s2} (1)
+pl {08669.p1|08670.p0} : 8669 
+pl {08669.s2} (1)
+pl {08670.p1|08671.p0} : 8670 
+pl {08670.s2} (1)
+pl {08671.p1|08672.p0} : 8671 
+pl {08671.s2} (1)
+pl {08672.p1|08673.p0} : 8672 
+pl {08672.s2} (1)
+pl {08673.p1|08674.p0} : 8673 
+pl {08673.s2} (1)
+pl {08674.p1|08675.p0} : 8674 
+pl {08674.s2} (1)
+pl {08675.p1|08676.p0} : 8675 
+pl {08675.s2} (1)
+pl {08676.p1|08677.p0} : 8676 
+pl {08676.s2} (1)
+pl {08677.p1|08678.p0} : 8677 
+pl {08677.s2} (1)
+pl {08678.p1|08679.p0} : 8678 
+pl {08678.s2} (1)
+pl {08679.p1|08680.p0} : 8679 
+pl {08679.s2} (1)
+pl {08680.p1|08681.p0} : 8680 
+pl {08680.s2} (1)
+pl {08681.p1|08682.p0} : 8681 
+pl {08681.s2} (1)
+pl {08682.p1|08683.p0} : 8682 
+pl {08682.s2} (1)
+pl {08683.p1|08684.p0} : 8683 
+pl {08683.s2} (1)
+pl {08684.p1|08685.p0} : 8684 
+pl {08684.s2} (1)
+pl {08685.p1|08686.p0} : 8685 
+pl {08685.s2} (1)
+pl {08686.p1|08687.p0} : 8686 
+pl {08686.s2} (1)
+pl {08687.p1|08688.p0} : 8687 
+pl {08687.s2} (1)
+pl {08688.p1|08689.p0} : 8688 
+pl {08688.s2} (1)
+pl {08689.p1|08690.p0} : 8689 
+pl {08689.s2} (1)
+pl {08690.p1|08691.p0} : 8690 
+pl {08690.s2} (1)
+pl {08691.p1|08692.p0} : 8691 
+pl {08691.s2} (1)
+pl {08692.p1|08693.p0} : 8692 
+pl {08692.s2} (1)
+pl {08693.p1|08694.p0} : 8693 
+pl {08693.s2} (1)
+pl {08694.p1|08695.p0} : 8694 
+pl {08694.s2} (1)
+pl {08695.p1|08696.p0} : 8695 
+pl {08695.s2} (1)
+pl {08696.p1|08697.p0} : 8696 
+pl {08696.s2} (1)
+pl {08697.p1|08698.p0} : 8697 
+pl {08697.s2} (1)
+pl {08698.p1|08699.p0} : 8698 
+pl {08698.s2} (1)
+pl {08699.p1|08700.p0} : 8699 
+pl {08699.s2} (1)
+pl {08700.p1|08701.p0} : 8700 
+pl {08700.s2} (1)
+pl {08701.p1|08702.p0} : 8701 
+pl {08701.s2} (1)
+pl {08702.p1|08703.p0} : 8702 
+pl {08702.s2} (1)
+pl {08703.p1|08704.p0} : 8703 
+pl {08703.s2} (1)
+pl {08704.p1|08705.p0} : 8704 
+pl {08704.s2} (1)
+pl {08705.p1|08706.p0} : 8705 
+pl {08705.s2} (1)
+pl {08706.p1|08707.p0} : 8706 
+pl {08706.s2} (1)
+pl {08707.p1|08708.p0} : 8707 
+pl {08707.s2} (1)
+pl {08708.p1|08709.p0} : 8708 
+pl {08708.s2} (1)
+pl {08709.p1|08710.p0} : 8709 
+pl {08709.s2} (1)
+pl {08710.p1|08711.p0} : 8710 
+pl {08710.s2} (1)
+pl {08711.p1|08712.p0} : 8711 
+pl {08711.s2} (1)
+pl {08712.p1|08713.p0} : 8712 
+pl {08712.s2} (1)
+pl {08713.p1|08714.p0} : 8713 
+pl {08713.s2} (1)
+pl {08714.p1|08715.p0} : 8714 
+pl {08714.s2} (1)
+pl {08715.p1|08716.p0} : 8715 
+pl {08715.s2} (1)
+pl {08716.p1|08717.p0} : 8716 
+pl {08716.s2} (1)
+pl {08717.p1|08718.p0} : 8717 
+pl {08717.s2} (1)
+pl {08718.p1|08719.p0} : 8718 
+pl {08718.s2} (1)
+pl {08719.p1|08720.p0} : 8719 
+pl {08719.s2} (1)
+pl {08720.p1|08721.p0} : 8720 
+pl {08720.s2} (1)
+pl {08721.p1|08722.p0} : 8721 
+pl {08721.s2} (1)
+pl {08722.p1|08723.p0} : 8722 
+pl {08722.s2} (1)
+pl {08723.p1|08724.p0} : 8723 
+pl {08723.s2} (1)
+pl {08724.p1|08725.p0} : 8724 
+pl {08724.s2} (1)
+pl {08725.p1|08726.p0} : 8725 
+pl {08725.s2} (1)
+pl {08726.p1|08727.p0} : 8726 
+pl {08726.s2} (1)
+pl {08727.p1|08728.p0} : 8727 
+pl {08727.s2} (1)
+pl {08728.p1|08729.p0} : 8728 
+pl {08728.s2} (1)
+pl {08729.p1|08730.p0} : 8729 
+pl {08729.s2} (1)
+pl {08730.p1|08731.p0} : 8730 
+pl {08730.s2} (1)
+pl {08731.p1|08732.p0} : 8731 
+pl {08731.s2} (1)
+pl {08732.p1|08733.p0} : 8732 
+pl {08732.s2} (1)
+pl {08733.p1|08734.p0} : 8733 
+pl {08733.s2} (1)
+pl {08734.p1|08735.p0} : 8734 
+pl {08734.s2} (1)
+pl {08735.p1|08736.p0} : 8735 
+pl {08735.s2} (1)
+pl {08736.p1|08737.p0} : 8736 
+pl {08736.s2} (1)
+pl {08737.p1|08738.p0} : 8737 
+pl {08737.s2} (1)
+pl {08738.p1|08739.p0} : 8738 
+pl {08738.s2} (1)
+pl {08739.p1|08740.p0} : 8739 
+pl {08739.s2} (1)
+pl {08740.p1|08741.p0} : 8740 
+pl {08740.s2} (1)
+pl {08741.p1|08742.p0} : 8741 
+pl {08741.s2} (1)
+pl {08742.p1|08743.p0} : 8742 
+pl {08742.s2} (1)
+pl {08743.p1|08744.p0} : 8743 
+pl {08743.s2} (1)
+pl {08744.p1|08745.p0} : 8744 
+pl {08744.s2} (1)
+pl {08745.p1|08746.p0} : 8745 
+pl {08745.s2} (1)
+pl {08746.p1|08747.p0} : 8746 
+pl {08746.s2} (1)
+pl {08747.p1|08748.p0} : 8747 
+pl {08747.s2} (1)
+pl {08748.p1|08749.p0} : 8748 
+pl {08748.s2} (1)
+pl {08749.p1|08750.p0} : 8749 
+pl {08749.s2} (1)
+pl {08750.p1|08751.p0} : 8750 
+pl {08750.s2} (1)
+pl {08751.p1|08752.p0} : 8751 
+pl {08751.s2} (1)
+pl {08752.p1|08753.p0} : 8752 
+pl {08752.s2} (1)
+pl {08753.p1|08754.p0} : 8753 
+pl {08753.s2} (1)
+pl {08754.p1|08755.p0} : 8754 
+pl {08754.s2} (1)
+pl {08755.p1|08756.p0} : 8755 
+pl {08755.s2} (1)
+pl {08756.p1|08757.p0} : 8756 
+pl {08756.s2} (1)
+pl {08757.p1|08758.p0} : 8757 
+pl {08757.s2} (1)
+pl {08758.p1|08759.p0} : 8758 
+pl {08758.s2} (1)
+pl {08759.p1|08760.p0} : 8759 
+pl {08759.s2} (1)
+pl {08760.p1|08761.p0} : 8760 
+pl {08760.s2} (1)
+pl {08761.p1|08762.p0} : 8761 
+pl {08761.s2} (1)
+pl {08762.p1|08763.p0} : 8762 
+pl {08762.s2} (1)
+pl {08763.p1|08764.p0} : 8763 
+pl {08763.s2} (1)
+pl {08764.p1|08765.p0} : 8764 
+pl {08764.s2} (1)
+pl {08765.p1|08766.p0} : 8765 
+pl {08765.s2} (1)
+pl {08766.p1|08767.p0} : 8766 
+pl {08766.s2} (1)
+pl {08767.p1|08768.p0} : 8767 
+pl {08767.s2} (1)
+pl {08768.p1|08769.p0} : 8768 
+pl {08768.s2} (1)
+pl {08769.p1|08770.p0} : 8769 
+pl {08769.s2} (1)
+pl {08770.p1|08771.p0} : 8770 
+pl {08770.s2} (1)
+pl {08771.p1|08772.p0} : 8771 
+pl {08771.s2} (1)
+pl {08772.p1|08773.p0} : 8772 
+pl {08772.s2} (1)
+pl {08773.p1|08774.p0} : 8773 
+pl {08773.s2} (1)
+pl {08774.p1|08775.p0} : 8774 
+pl {08774.s2} (1)
+pl {08775.p1|08776.p0} : 8775 
+pl {08775.s2} (1)
+pl {08776.p1|08777.p0} : 8776 
+pl {08776.s2} (1)
+pl {08777.p1|08778.p0} : 8777 
+pl {08777.s2} (1)
+pl {08778.p1|08779.p0} : 8778 
+pl {08778.s2} (1)
+pl {08779.p1|08780.p0} : 8779 
+pl {08779.s2} (1)
+pl {08780.p1|08781.p0} : 8780 
+pl {08780.s2} (1)
+pl {08781.p1|08782.p0} : 8781 
+pl {08781.s2} (1)
+pl {08782.p1|08783.p0} : 8782 
+pl {08782.s2} (1)
+pl {08783.p1|08784.p0} : 8783 
+pl {08783.s2} (1)
+pl {08784.p1|08785.p0} : 8784 
+pl {08784.s2} (1)
+pl {08785.p1|08786.p0} : 8785 
+pl {08785.s2} (1)
+pl {08786.p1|08787.p0} : 8786 
+pl {08786.s2} (1)
+pl {08787.p1|08788.p0} : 8787 
+pl {08787.s2} (1)
+pl {08788.p1|08789.p0} : 8788 
+pl {08788.s2} (1)
+pl {08789.p1|08790.p0} : 8789 
+pl {08789.s2} (1)
+pl {08790.p1|08791.p0} : 8790 
+pl {08790.s2} (1)
+pl {08791.p1|08792.p0} : 8791 
+pl {08791.s2} (1)
+pl {08792.p1|08793.p0} : 8792 
+pl {08792.s2} (1)
+pl {08793.p1|08794.p0} : 8793 
+pl {08793.s2} (1)
+pl {08794.p1|08795.p0} : 8794 
+pl {08794.s2} (1)
+pl {08795.p1|08796.p0} : 8795 
+pl {08795.s2} (1)
+pl {08796.p1|08797.p0} : 8796 
+pl {08796.s2} (1)
+pl {08797.p1|08798.p0} : 8797 
+pl {08797.s2} (1)
+pl {08798.p1|08799.p0} : 8798 
+pl {08798.s2} (1)
+pl {08799.p1|08800.p0} : 8799 
+pl {08799.s2} (1)
+pl {08800.p1|08801.p0} : 8800 
+pl {08800.s2} (1)
+pl {08801.p1|08802.p0} : 8801 
+pl {08801.s2} (1)
+pl {08802.p1|08803.p0} : 8802 
+pl {08802.s2} (1)
+pl {08803.p1|08804.p0} : 8803 
+pl {08803.s2} (1)
+pl {08804.p1|08805.p0} : 8804 
+pl {08804.s2} (1)
+pl {08805.p1|08806.p0} : 8805 
+pl {08805.s2} (1)
+pl {08806.p1|08807.p0} : 8806 
+pl {08806.s2} (1)
+pl {08807.p1|08808.p0} : 8807 
+pl {08807.s2} (1)
+pl {08808.p1|08809.p0} : 8808 
+pl {08808.s2} (1)
+pl {08809.p1|08810.p0} : 8809 
+pl {08809.s2} (1)
+pl {08810.p1|08811.p0} : 8810 
+pl {08810.s2} (1)
+pl {08811.p1|08812.p0} : 8811 
+pl {08811.s2} (1)
+pl {08812.p1|08813.p0} : 8812 
+pl {08812.s2} (1)
+pl {08813.p1|08814.p0} : 8813 
+pl {08813.s2} (1)
+pl {08814.p1|08815.p0} : 8814 
+pl {08814.s2} (1)
+pl {08815.p1|08816.p0} : 8815 
+pl {08815.s2} (1)
+pl {08816.p1|08817.p0} : 8816 
+pl {08816.s2} (1)
+pl {08817.p1|08818.p0} : 8817 
+pl {08817.s2} (1)
+pl {08818.p1|08819.p0} : 8818 
+pl {08818.s2} (1)
+pl {08819.p1|08820.p0} : 8819 
+pl {08819.s2} (1)
+pl {08820.p1|08821.p0} : 8820 
+pl {08820.s2} (1)
+pl {08821.p1|08822.p0} : 8821 
+pl {08821.s2} (1)
+pl {08822.p1|08823.p0} : 8822 
+pl {08822.s2} (1)
+pl {08823.p1|08824.p0} : 8823 
+pl {08823.s2} (1)
+pl {08824.p1|08825.p0} : 8824 
+pl {08824.s2} (1)
+pl {08825.p1|08826.p0} : 8825 
+pl {08825.s2} (1)
+pl {08826.p1|08827.p0} : 8826 
+pl {08826.s2} (1)
+pl {08827.p1|08828.p0} : 8827 
+pl {08827.s2} (1)
+pl {08828.p1|08829.p0} : 8828 
+pl {08828.s2} (1)
+pl {08829.p1|08830.p0} : 8829 
+pl {08829.s2} (1)
+pl {08830.p1|08831.p0} : 8830 
+pl {08830.s2} (1)
+pl {08831.p1|08832.p0} : 8831 
+pl {08831.s2} (1)
+pl {08832.p1|08833.p0} : 8832 
+pl {08832.s2} (1)
+pl {08833.p1|08834.p0} : 8833 
+pl {08833.s2} (1)
+pl {08834.p1|08835.p0} : 8834 
+pl {08834.s2} (1)
+pl {08835.p1|08836.p0} : 8835 
+pl {08835.s2} (1)
+pl {08836.p1|08837.p0} : 8836 
+pl {08836.s2} (1)
+pl {08837.p1|08838.p0} : 8837 
+pl {08837.s2} (1)
+pl {08838.p1|08839.p0} : 8838 
+pl {08838.s2} (1)
+pl {08839.p1|08840.p0} : 8839 
+pl {08839.s2} (1)
+pl {08840.p1|08841.p0} : 8840 
+pl {08840.s2} (1)
+pl {08841.p1|08842.p0} : 8841 
+pl {08841.s2} (1)
+pl {08842.p1|08843.p0} : 8842 
+pl {08842.s2} (1)
+pl {08843.p1|08844.p0} : 8843 
+pl {08843.s2} (1)
+pl {08844.p1|08845.p0} : 8844 
+pl {08844.s2} (1)
+pl {08845.p1|08846.p0} : 8845 
+pl {08845.s2} (1)
+pl {08846.p1|08847.p0} : 8846 
+pl {08846.s2} (1)
+pl {08847.p1|08848.p0} : 8847 
+pl {08847.s2} (1)
+pl {08848.p1|08849.p0} : 8848 
+pl {08848.s2} (1)
+pl {08849.p1|08850.p0} : 8849 
+pl {08849.s2} (1)
+pl {08850.p1|08851.p0} : 8850 
+pl {08850.s2} (1)
+pl {08851.p1|08852.p0} : 8851 
+pl {08851.s2} (1)
+pl {08852.p1|08853.p0} : 8852 
+pl {08852.s2} (1)
+pl {08853.p1|08854.p0} : 8853 
+pl {08853.s2} (1)
+pl {08854.p1|08855.p0} : 8854 
+pl {08854.s2} (1)
+pl {08855.p1|08856.p0} : 8855 
+pl {08855.s2} (1)
+pl {08856.p1|08857.p0} : 8856 
+pl {08856.s2} (1)
+pl {08857.p1|08858.p0} : 8857 
+pl {08857.s2} (1)
+pl {08858.p1|08859.p0} : 8858 
+pl {08858.s2} (1)
+pl {08859.p1|08860.p0} : 8859 
+pl {08859.s2} (1)
+pl {08860.p1|08861.p0} : 8860 
+pl {08860.s2} (1)
+pl {08861.p1|08862.p0} : 8861 
+pl {08861.s2} (1)
+pl {08862.p1|08863.p0} : 8862 
+pl {08862.s2} (1)
+pl {08863.p1|08864.p0} : 8863 
+pl {08863.s2} (1)
+pl {08864.p1|08865.p0} : 8864 
+pl {08864.s2} (1)
+pl {08865.p1|08866.p0} : 8865 
+pl {08865.s2} (1)
+pl {08866.p1|08867.p0} : 8866 
+pl {08866.s2} (1)
+pl {08867.p1|08868.p0} : 8867 
+pl {08867.s2} (1)
+pl {08868.p1|08869.p0} : 8868 
+pl {08868.s2} (1)
+pl {08869.p1|08870.p0} : 8869 
+pl {08869.s2} (1)
+pl {08870.p1|08871.p0} : 8870 
+pl {08870.s2} (1)
+pl {08871.p1|08872.p0} : 8871 
+pl {08871.s2} (1)
+pl {08872.p1|08873.p0} : 8872 
+pl {08872.s2} (1)
+pl {08873.p1|08874.p0} : 8873 
+pl {08873.s2} (1)
+pl {08874.p1|08875.p0} : 8874 
+pl {08874.s2} (1)
+pl {08875.p1|08876.p0} : 8875 
+pl {08875.s2} (1)
+pl {08876.p1|08877.p0} : 8876 
+pl {08876.s2} (1)
+pl {08877.p1|08878.p0} : 8877 
+pl {08877.s2} (1)
+pl {08878.p1|08879.p0} : 8878 
+pl {08878.s2} (1)
+pl {08879.p1|08880.p0} : 8879 
+pl {08879.s2} (1)
+pl {08880.p1|08881.p0} : 8880 
+pl {08880.s2} (1)
+pl {08881.p1|08882.p0} : 8881 
+pl {08881.s2} (1)
+pl {08882.p1|08883.p0} : 8882 
+pl {08882.s2} (1)
+pl {08883.p1|08884.p0} : 8883 
+pl {08883.s2} (1)
+pl {08884.p1|08885.p0} : 8884 
+pl {08884.s2} (1)
+pl {08885.p1|08886.p0} : 8885 
+pl {08885.s2} (1)
+pl {08886.p1|08887.p0} : 8886 
+pl {08886.s2} (1)
+pl {08887.p1|08888.p0} : 8887 
+pl {08887.s2} (1)
+pl {08888.p1|08889.p0} : 8888 
+pl {08888.s2} (1)
+pl {08889.p1|08890.p0} : 8889 
+pl {08889.s2} (1)
+pl {08890.p1|08891.p0} : 8890 
+pl {08890.s2} (1)
+pl {08891.p1|08892.p0} : 8891 
+pl {08891.s2} (1)
+pl {08892.p1|08893.p0} : 8892 
+pl {08892.s2} (1)
+pl {08893.p1|08894.p0} : 8893 
+pl {08893.s2} (1)
+pl {08894.p1|08895.p0} : 8894 
+pl {08894.s2} (1)
+pl {08895.p1|08896.p0} : 8895 
+pl {08895.s2} (1)
+pl {08896.p1|08897.p0} : 8896 
+pl {08896.s2} (1)
+pl {08897.p1|08898.p0} : 8897 
+pl {08897.s2} (1)
+pl {08898.p1|08899.p0} : 8898 
+pl {08898.s2} (1)
+pl {08899.p1|08900.p0} : 8899 
+pl {08899.s2} (1)
+pl {08900.p1|08901.p0} : 8900 
+pl {08900.s2} (1)
+pl {08901.p1|08902.p0} : 8901 
+pl {08901.s2} (1)
+pl {08902.p1|08903.p0} : 8902 
+pl {08902.s2} (1)
+pl {08903.p1|08904.p0} : 8903 
+pl {08903.s2} (1)
+pl {08904.p1|08905.p0} : 8904 
+pl {08904.s2} (1)
+pl {08905.p1|08906.p0} : 8905 
+pl {08905.s2} (1)
+pl {08906.p1|08907.p0} : 8906 
+pl {08906.s2} (1)
+pl {08907.p1|08908.p0} : 8907 
+pl {08907.s2} (1)
+pl {08908.p1|08909.p0} : 8908 
+pl {08908.s2} (1)
+pl {08909.p1|08910.p0} : 8909 
+pl {08909.s2} (1)
+pl {08910.p1|08911.p0} : 8910 
+pl {08910.s2} (1)
+pl {08911.p1|08912.p0} : 8911 
+pl {08911.s2} (1)
+pl {08912.p1|08913.p0} : 8912 
+pl {08912.s2} (1)
+pl {08913.p1|08914.p0} : 8913 
+pl {08913.s2} (1)
+pl {08914.p1|08915.p0} : 8914 
+pl {08914.s2} (1)
+pl {08915.p1|08916.p0} : 8915 
+pl {08915.s2} (1)
+pl {08916.p1|08917.p0} : 8916 
+pl {08916.s2} (1)
+pl {08917.p1|08918.p0} : 8917 
+pl {08917.s2} (1)
+pl {08918.p1|08919.p0} : 8918 
+pl {08918.s2} (1)
+pl {08919.p1|08920.p0} : 8919 
+pl {08919.s2} (1)
+pl {08920.p1|08921.p0} : 8920 
+pl {08920.s2} (1)
+pl {08921.p1|08922.p0} : 8921 
+pl {08921.s2} (1)
+pl {08922.p1|08923.p0} : 8922 
+pl {08922.s2} (1)
+pl {08923.p1|08924.p0} : 8923 
+pl {08923.s2} (1)
+pl {08924.p1|08925.p0} : 8924 
+pl {08924.s2} (1)
+pl {08925.p1|08926.p0} : 8925 
+pl {08925.s2} (1)
+pl {08926.p1|08927.p0} : 8926 
+pl {08926.s2} (1)
+pl {08927.p1|08928.p0} : 8927 
+pl {08927.s2} (1)
+pl {08928.p1|08929.p0} : 8928 
+pl {08928.s2} (1)
+pl {08929.p1|08930.p0} : 8929 
+pl {08929.s2} (1)
+pl {08930.p1|08931.p0} : 8930 
+pl {08930.s2} (1)
+pl {08931.p1|08932.p0} : 8931 
+pl {08931.s2} (1)
+pl {08932.p1|08933.p0} : 8932 
+pl {08932.s2} (1)
+pl {08933.p1|08934.p0} : 8933 
+pl {08933.s2} (1)
+pl {08934.p1|08935.p0} : 8934 
+pl {08934.s2} (1)
+pl {08935.p1|08936.p0} : 8935 
+pl {08935.s2} (1)
+pl {08936.p1|08937.p0} : 8936 
+pl {08936.s2} (1)
+pl {08937.p1|08938.p0} : 8937 
+pl {08937.s2} (1)
+pl {08938.p1|08939.p0} : 8938 
+pl {08938.s2} (1)
+pl {08939.p1|08940.p0} : 8939 
+pl {08939.s2} (1)
+pl {08940.p1|08941.p0} : 8940 
+pl {08940.s2} (1)
+pl {08941.p1|08942.p0} : 8941 
+pl {08941.s2} (1)
+pl {08942.p1|08943.p0} : 8942 
+pl {08942.s2} (1)
+pl {08943.p1|08944.p0} : 8943 
+pl {08943.s2} (1)
+pl {08944.p1|08945.p0} : 8944 
+pl {08944.s2} (1)
+pl {08945.p1|08946.p0} : 8945 
+pl {08945.s2} (1)
+pl {08946.p1|08947.p0} : 8946 
+pl {08946.s2} (1)
+pl {08947.p1|08948.p0} : 8947 
+pl {08947.s2} (1)
+pl {08948.p1|08949.p0} : 8948 
+pl {08948.s2} (1)
+pl {08949.p1|08950.p0} : 8949 
+pl {08949.s2} (1)
+pl {08950.p1|08951.p0} : 8950 
+pl {08950.s2} (1)
+pl {08951.p1|08952.p0} : 8951 
+pl {08951.s2} (1)
+pl {08952.p1|08953.p0} : 8952 
+pl {08952.s2} (1)
+pl {08953.p1|08954.p0} : 8953 
+pl {08953.s2} (1)
+pl {08954.p1|08955.p0} : 8954 
+pl {08954.s2} (1)
+pl {08955.p1|08956.p0} : 8955 
+pl {08955.s2} (1)
+pl {08956.p1|08957.p0} : 8956 
+pl {08956.s2} (1)
+pl {08957.p1|08958.p0} : 8957 
+pl {08957.s2} (1)
+pl {08958.p1|08959.p0} : 8958 
+pl {08958.s2} (1)
+pl {08959.p1|08960.p0} : 8959 
+pl {08959.s2} (1)
+pl {08960.p1|08961.p0} : 8960 
+pl {08960.s2} (1)
+pl {08961.p1|08962.p0} : 8961 
+pl {08961.s2} (1)
+pl {08962.p1|08963.p0} : 8962 
+pl {08962.s2} (1)
+pl {08963.p1|08964.p0} : 8963 
+pl {08963.s2} (1)
+pl {08964.p1|08965.p0} : 8964 
+pl {08964.s2} (1)
+pl {08965.p1|08966.p0} : 8965 
+pl {08965.s2} (1)
+pl {08966.p1|08967.p0} : 8966 
+pl {08966.s2} (1)
+pl {08967.p1|08968.p0} : 8967 
+pl {08967.s2} (1)
+pl {08968.p1|08969.p0} : 8968 
+pl {08968.s2} (1)
+pl {08969.p1|08970.p0} : 8969 
+pl {08969.s2} (1)
+pl {08970.p1|08971.p0} : 8970 
+pl {08970.s2} (1)
+pl {08971.p1|08972.p0} : 8971 
+pl {08971.s2} (1)
+pl {08972.p1|08973.p0} : 8972 
+pl {08972.s2} (1)
+pl {08973.p1|08974.p0} : 8973 
+pl {08973.s2} (1)
+pl {08974.p1|08975.p0} : 8974 
+pl {08974.s2} (1)
+pl {08975.p1|08976.p0} : 8975 
+pl {08975.s2} (1)
+pl {08976.p1|08977.p0} : 8976 
+pl {08976.s2} (1)
+pl {08977.p1|08978.p0} : 8977 
+pl {08977.s2} (1)
+pl {08978.p1|08979.p0} : 8978 
+pl {08978.s2} (1)
+pl {08979.p1|08980.p0} : 8979 
+pl {08979.s2} (1)
+pl {08980.p1|08981.p0} : 8980 
+pl {08980.s2} (1)
+pl {08981.p1|08982.p0} : 8981 
+pl {08981.s2} (1)
+pl {08982.p1|08983.p0} : 8982 
+pl {08982.s2} (1)
+pl {08983.p1|08984.p0} : 8983 
+pl {08983.s2} (1)
+pl {08984.p1|08985.p0} : 8984 
+pl {08984.s2} (1)
+pl {08985.p1|08986.p0} : 8985 
+pl {08985.s2} (1)
+pl {08986.p1|08987.p0} : 8986 
+pl {08986.s2} (1)
+pl {08987.p1|08988.p0} : 8987 
+pl {08987.s2} (1)
+pl {08988.p1|08989.p0} : 8988 
+pl {08988.s2} (1)
+pl {08989.p1|08990.p0} : 8989 
+pl {08989.s2} (1)
+pl {08990.p1|08991.p0} : 8990 
+pl {08990.s2} (1)
+pl {08991.p1|08992.p0} : 8991 
+pl {08991.s2} (1)
+pl {08992.p1|08993.p0} : 8992 
+pl {08992.s2} (1)
+pl {08993.p1|08994.p0} : 8993 
+pl {08993.s2} (1)
+pl {08994.p1|08995.p0} : 8994 
+pl {08994.s2} (1)
+pl {08995.p1|08996.p0} : 8995 
+pl {08995.s2} (1)
+pl {08996.p1|08997.p0} : 8996 
+pl {08996.s2} (1)
+pl {08997.p1|08998.p0} : 8997 
+pl {08997.s2} (1)
+pl {08998.p1|08999.p0} : 8998 
+pl {08998.s2} (1)
+pl {08999.p1|09000.p0} : 8999 
+pl {08999.s2} (1)
+pl {09000.p1|09001.p0} : 9000 
+pl {09000.s2} (1)
+pl {09001.p1|09002.p0} : 9001 
+pl {09001.s2} (1)
+pl {09002.p1|09003.p0} : 9002 
+pl {09002.s2} (1)
+pl {09003.p1|09004.p0} : 9003 
+pl {09003.s2} (1)
+pl {09004.p1|09005.p0} : 9004 
+pl {09004.s2} (1)
+pl {09005.p1|09006.p0} : 9005 
+pl {09005.s2} (1)
+pl {09006.p1|09007.p0} : 9006 
+pl {09006.s2} (1)
+pl {09007.p1|09008.p0} : 9007 
+pl {09007.s2} (1)
+pl {09008.p1|09009.p0} : 9008 
+pl {09008.s2} (1)
+pl {09009.p1|09010.p0} : 9009 
+pl {09009.s2} (1)
+pl {09010.p1|09011.p0} : 9010 
+pl {09010.s2} (1)
+pl {09011.p1|09012.p0} : 9011 
+pl {09011.s2} (1)
+pl {09012.p1|09013.p0} : 9012 
+pl {09012.s2} (1)
+pl {09013.p1|09014.p0} : 9013 
+pl {09013.s2} (1)
+pl {09014.p1|09015.p0} : 9014 
+pl {09014.s2} (1)
+pl {09015.p1|09016.p0} : 9015 
+pl {09015.s2} (1)
+pl {09016.p1|09017.p0} : 9016 
+pl {09016.s2} (1)
+pl {09017.p1|09018.p0} : 9017 
+pl {09017.s2} (1)
+pl {09018.p1|09019.p0} : 9018 
+pl {09018.s2} (1)
+pl {09019.p1|09020.p0} : 9019 
+pl {09019.s2} (1)
+pl {09020.p1|09021.p0} : 9020 
+pl {09020.s2} (1)
+pl {09021.p1|09022.p0} : 9021 
+pl {09021.s2} (1)
+pl {09022.p1|09023.p0} : 9022 
+pl {09022.s2} (1)
+pl {09023.p1|09024.p0} : 9023 
+pl {09023.s2} (1)
+pl {09024.p1|09025.p0} : 9024 
+pl {09024.s2} (1)
+pl {09025.p1|09026.p0} : 9025 
+pl {09025.s2} (1)
+pl {09026.p1|09027.p0} : 9026 
+pl {09026.s2} (1)
+pl {09027.p1|09028.p0} : 9027 
+pl {09027.s2} (1)
+pl {09028.p1|09029.p0} : 9028 
+pl {09028.s2} (1)
+pl {09029.p1|09030.p0} : 9029 
+pl {09029.s2} (1)
+pl {09030.p1|09031.p0} : 9030 
+pl {09030.s2} (1)
+pl {09031.p1|09032.p0} : 9031 
+pl {09031.s2} (1)
+pl {09032.p1|09033.p0} : 9032 
+pl {09032.s2} (1)
+pl {09033.p1|09034.p0} : 9033 
+pl {09033.s2} (1)
+pl {09034.p1|09035.p0} : 9034 
+pl {09034.s2} (1)
+pl {09035.p1|09036.p0} : 9035 
+pl {09035.s2} (1)
+pl {09036.p1|09037.p0} : 9036 
+pl {09036.s2} (1)
+pl {09037.p1|09038.p0} : 9037 
+pl {09037.s2} (1)
+pl {09038.p1|09039.p0} : 9038 
+pl {09038.s2} (1)
+pl {09039.p1|09040.p0} : 9039 
+pl {09039.s2} (1)
+pl {09040.p1|09041.p0} : 9040 
+pl {09040.s2} (1)
+pl {09041.p1|09042.p0} : 9041 
+pl {09041.s2} (1)
+pl {09042.p1|09043.p0} : 9042 
+pl {09042.s2} (1)
+pl {09043.p1|09044.p0} : 9043 
+pl {09043.s2} (1)
+pl {09044.p1|09045.p0} : 9044 
+pl {09044.s2} (1)
+pl {09045.p1|09046.p0} : 9045 
+pl {09045.s2} (1)
+pl {09046.p1|09047.p0} : 9046 
+pl {09046.s2} (1)
+pl {09047.p1|09048.p0} : 9047 
+pl {09047.s2} (1)
+pl {09048.p1|09049.p0} : 9048 
+pl {09048.s2} (1)
+pl {09049.p1|09050.p0} : 9049 
+pl {09049.s2} (1)
+pl {09050.p1|09051.p0} : 9050 
+pl {09050.s2} (1)
+pl {09051.p1|09052.p0} : 9051 
+pl {09051.s2} (1)
+pl {09052.p1|09053.p0} : 9052 
+pl {09052.s2} (1)
+pl {09053.p1|09054.p0} : 9053 
+pl {09053.s2} (1)
+pl {09054.p1|09055.p0} : 9054 
+pl {09054.s2} (1)
+pl {09055.p1|09056.p0} : 9055 
+pl {09055.s2} (1)
+pl {09056.p1|09057.p0} : 9056 
+pl {09056.s2} (1)
+pl {09057.p1|09058.p0} : 9057 
+pl {09057.s2} (1)
+pl {09058.p1|09059.p0} : 9058 
+pl {09058.s2} (1)
+pl {09059.p1|09060.p0} : 9059 
+pl {09059.s2} (1)
+pl {09060.p1|09061.p0} : 9060 
+pl {09060.s2} (1)
+pl {09061.p1|09062.p0} : 9061 
+pl {09061.s2} (1)
+pl {09062.p1|09063.p0} : 9062 
+pl {09062.s2} (1)
+pl {09063.p1|09064.p0} : 9063 
+pl {09063.s2} (1)
+pl {09064.p1|09065.p0} : 9064 
+pl {09064.s2} (1)
+pl {09065.p1|09066.p0} : 9065 
+pl {09065.s2} (1)
+pl {09066.p1|09067.p0} : 9066 
+pl {09066.s2} (1)
+pl {09067.p1|09068.p0} : 9067 
+pl {09067.s2} (1)
+pl {09068.p1|09069.p0} : 9068 
+pl {09068.s2} (1)
+pl {09069.p1|09070.p0} : 9069 
+pl {09069.s2} (1)
+pl {09070.p1|09071.p0} : 9070 
+pl {09070.s2} (1)
+pl {09071.p1|09072.p0} : 9071 
+pl {09071.s2} (1)
+pl {09072.p1|09073.p0} : 9072 
+pl {09072.s2} (1)
+pl {09073.p1|09074.p0} : 9073 
+pl {09073.s2} (1)
+pl {09074.p1|09075.p0} : 9074 
+pl {09074.s2} (1)
+pl {09075.p1|09076.p0} : 9075 
+pl {09075.s2} (1)
+pl {09076.p1|09077.p0} : 9076 
+pl {09076.s2} (1)
+pl {09077.p1|09078.p0} : 9077 
+pl {09077.s2} (1)
+pl {09078.p1|09079.p0} : 9078 
+pl {09078.s2} (1)
+pl {09079.p1|09080.p0} : 9079 
+pl {09079.s2} (1)
+pl {09080.p1|09081.p0} : 9080 
+pl {09080.s2} (1)
+pl {09081.p1|09082.p0} : 9081 
+pl {09081.s2} (1)
+pl {09082.p1|09083.p0} : 9082 
+pl {09082.s2} (1)
+pl {09083.p1|09084.p0} : 9083 
+pl {09083.s2} (1)
+pl {09084.p1|09085.p0} : 9084 
+pl {09084.s2} (1)
+pl {09085.p1|09086.p0} : 9085 
+pl {09085.s2} (1)
+pl {09086.p1|09087.p0} : 9086 
+pl {09086.s2} (1)
+pl {09087.p1|09088.p0} : 9087 
+pl {09087.s2} (1)
+pl {09088.p1|09089.p0} : 9088 
+pl {09088.s2} (1)
+pl {09089.p1|09090.p0} : 9089 
+pl {09089.s2} (1)
+pl {09090.p1|09091.p0} : 9090 
+pl {09090.s2} (1)
+pl {09091.p1|09092.p0} : 9091 
+pl {09091.s2} (1)
+pl {09092.p1|09093.p0} : 9092 
+pl {09092.s2} (1)
+pl {09093.p1|09094.p0} : 9093 
+pl {09093.s2} (1)
+pl {09094.p1|09095.p0} : 9094 
+pl {09094.s2} (1)
+pl {09095.p1|09096.p0} : 9095 
+pl {09095.s2} (1)
+pl {09096.p1|09097.p0} : 9096 
+pl {09096.s2} (1)
+pl {09097.p1|09098.p0} : 9097 
+pl {09097.s2} (1)
+pl {09098.p1|09099.p0} : 9098 
+pl {09098.s2} (1)
+pl {09099.p1|09100.p0} : 9099 
+pl {09099.s2} (1)
+pl {09100.p1|09101.p0} : 9100 
+pl {09100.s2} (1)
+pl {09101.p1|09102.p0} : 9101 
+pl {09101.s2} (1)
+pl {09102.p1|09103.p0} : 9102 
+pl {09102.s2} (1)
+pl {09103.p1|09104.p0} : 9103 
+pl {09103.s2} (1)
+pl {09104.p1|09105.p0} : 9104 
+pl {09104.s2} (1)
+pl {09105.p1|09106.p0} : 9105 
+pl {09105.s2} (1)
+pl {09106.p1|09107.p0} : 9106 
+pl {09106.s2} (1)
+pl {09107.p1|09108.p0} : 9107 
+pl {09107.s2} (1)
+pl {09108.p1|09109.p0} : 9108 
+pl {09108.s2} (1)
+pl {09109.p1|09110.p0} : 9109 
+pl {09109.s2} (1)
+pl {09110.p1|09111.p0} : 9110 
+pl {09110.s2} (1)
+pl {09111.p1|09112.p0} : 9111 
+pl {09111.s2} (1)
+pl {09112.p1|09113.p0} : 9112 
+pl {09112.s2} (1)
+pl {09113.p1|09114.p0} : 9113 
+pl {09113.s2} (1)
+pl {09114.p1|09115.p0} : 9114 
+pl {09114.s2} (1)
+pl {09115.p1|09116.p0} : 9115 
+pl {09115.s2} (1)
+pl {09116.p1|09117.p0} : 9116 
+pl {09116.s2} (1)
+pl {09117.p1|09118.p0} : 9117 
+pl {09117.s2} (1)
+pl {09118.p1|09119.p0} : 9118 
+pl {09118.s2} (1)
+pl {09119.p1|09120.p0} : 9119 
+pl {09119.s2} (1)
+pl {09120.p1|09121.p0} : 9120 
+pl {09120.s2} (1)
+pl {09121.p1|09122.p0} : 9121 
+pl {09121.s2} (1)
+pl {09122.p1|09123.p0} : 9122 
+pl {09122.s2} (1)
+pl {09123.p1|09124.p0} : 9123 
+pl {09123.s2} (1)
+pl {09124.p1|09125.p0} : 9124 
+pl {09124.s2} (1)
+pl {09125.p1|09126.p0} : 9125 
+pl {09125.s2} (1)
+pl {09126.p1|09127.p0} : 9126 
+pl {09126.s2} (1)
+pl {09127.p1|09128.p0} : 9127 
+pl {09127.s2} (1)
+pl {09128.p1|09129.p0} : 9128 
+pl {09128.s2} (1)
+pl {09129.p1|09130.p0} : 9129 
+pl {09129.s2} (1)
+pl {09130.p1|09131.p0} : 9130 
+pl {09130.s2} (1)
+pl {09131.p1|09132.p0} : 9131 
+pl {09131.s2} (1)
+pl {09132.p1|09133.p0} : 9132 
+pl {09132.s2} (1)
+pl {09133.p1|09134.p0} : 9133 
+pl {09133.s2} (1)
+pl {09134.p1|09135.p0} : 9134 
+pl {09134.s2} (1)
+pl {09135.p1|09136.p0} : 9135 
+pl {09135.s2} (1)
+pl {09136.p1|09137.p0} : 9136 
+pl {09136.s2} (1)
+pl {09137.p1|09138.p0} : 9137 
+pl {09137.s2} (1)
+pl {09138.p1|09139.p0} : 9138 
+pl {09138.s2} (1)
+pl {09139.p1|09140.p0} : 9139 
+pl {09139.s2} (1)
+pl {09140.p1|09141.p0} : 9140 
+pl {09140.s2} (1)
+pl {09141.p1|09142.p0} : 9141 
+pl {09141.s2} (1)
+pl {09142.p1|09143.p0} : 9142 
+pl {09142.s2} (1)
+pl {09143.p1|09144.p0} : 9143 
+pl {09143.s2} (1)
+pl {09144.p1|09145.p0} : 9144 
+pl {09144.s2} (1)
+pl {09145.p1|09146.p0} : 9145 
+pl {09145.s2} (1)
+pl {09146.p1|09147.p0} : 9146 
+pl {09146.s2} (1)
+pl {09147.p1|09148.p0} : 9147 
+pl {09147.s2} (1)
+pl {09148.p1|09149.p0} : 9148 
+pl {09148.s2} (1)
+pl {09149.p1|09150.p0} : 9149 
+pl {09149.s2} (1)
+pl {09150.p1|09151.p0} : 9150 
+pl {09150.s2} (1)
+pl {09151.p1|09152.p0} : 9151 
+pl {09151.s2} (1)
+pl {09152.p1|09153.p0} : 9152 
+pl {09152.s2} (1)
+pl {09153.p1|09154.p0} : 9153 
+pl {09153.s2} (1)
+pl {09154.p1|09155.p0} : 9154 
+pl {09154.s2} (1)
+pl {09155.p1|09156.p0} : 9155 
+pl {09155.s2} (1)
+pl {09156.p1|09157.p0} : 9156 
+pl {09156.s2} (1)
+pl {09157.p1|09158.p0} : 9157 
+pl {09157.s2} (1)
+pl {09158.p1|09159.p0} : 9158 
+pl {09158.s2} (1)
+pl {09159.p1|09160.p0} : 9159 
+pl {09159.s2} (1)
+pl {09160.p1|09161.p0} : 9160 
+pl {09160.s2} (1)
+pl {09161.p1|09162.p0} : 9161 
+pl {09161.s2} (1)
+pl {09162.p1|09163.p0} : 9162 
+pl {09162.s2} (1)
+pl {09163.p1|09164.p0} : 9163 
+pl {09163.s2} (1)
+pl {09164.p1|09165.p0} : 9164 
+pl {09164.s2} (1)
+pl {09165.p1|09166.p0} : 9165 
+pl {09165.s2} (1)
+pl {09166.p1|09167.p0} : 9166 
+pl {09166.s2} (1)
+pl {09167.p1|09168.p0} : 9167 
+pl {09167.s2} (1)
+pl {09168.p1|09169.p0} : 9168 
+pl {09168.s2} (1)
+pl {09169.p1|09170.p0} : 9169 
+pl {09169.s2} (1)
+pl {09170.p1|09171.p0} : 9170 
+pl {09170.s2} (1)
+pl {09171.p1|09172.p0} : 9171 
+pl {09171.s2} (1)
+pl {09172.p1|09173.p0} : 9172 
+pl {09172.s2} (1)
+pl {09173.p1|09174.p0} : 9173 
+pl {09173.s2} (1)
+pl {09174.p1|09175.p0} : 9174 
+pl {09174.s2} (1)
+pl {09175.p1|09176.p0} : 9175 
+pl {09175.s2} (1)
+pl {09176.p1|09177.p0} : 9176 
+pl {09176.s2} (1)
+pl {09177.p1|09178.p0} : 9177 
+pl {09177.s2} (1)
+pl {09178.p1|09179.p0} : 9178 
+pl {09178.s2} (1)
+pl {09179.p1|09180.p0} : 9179 
+pl {09179.s2} (1)
+pl {09180.p1|09181.p0} : 9180 
+pl {09180.s2} (1)
+pl {09181.p1|09182.p0} : 9181 
+pl {09181.s2} (1)
+pl {09182.p1|09183.p0} : 9182 
+pl {09182.s2} (1)
+pl {09183.p1|09184.p0} : 9183 
+pl {09183.s2} (1)
+pl {09184.p1|09185.p0} : 9184 
+pl {09184.s2} (1)
+pl {09185.p1|09186.p0} : 9185 
+pl {09185.s2} (1)
+pl {09186.p1|09187.p0} : 9186 
+pl {09186.s2} (1)
+pl {09187.p1|09188.p0} : 9187 
+pl {09187.s2} (1)
+pl {09188.p1|09189.p0} : 9188 
+pl {09188.s2} (1)
+pl {09189.p1|09190.p0} : 9189 
+pl {09189.s2} (1)
+pl {09190.p1|09191.p0} : 9190 
+pl {09190.s2} (1)
+pl {09191.p1|09192.p0} : 9191 
+pl {09191.s2} (1)
+pl {09192.p1|09193.p0} : 9192 
+pl {09192.s2} (1)
+pl {09193.p1|09194.p0} : 9193 
+pl {09193.s2} (1)
+pl {09194.p1|09195.p0} : 9194 
+pl {09194.s2} (1)
+pl {09195.p1|09196.p0} : 9195 
+pl {09195.s2} (1)
+pl {09196.p1|09197.p0} : 9196 
+pl {09196.s2} (1)
+pl {09197.p1|09198.p0} : 9197 
+pl {09197.s2} (1)
+pl {09198.p1|09199.p0} : 9198 
+pl {09198.s2} (1)
+pl {09199.p1|09200.p0} : 9199 
+pl {09199.s2} (1)
+pl {09200.p1|09201.p0} : 9200 
+pl {09200.s2} (1)
+pl {09201.p1|09202.p0} : 9201 
+pl {09201.s2} (1)
+pl {09202.p1|09203.p0} : 9202 
+pl {09202.s2} (1)
+pl {09203.p1|09204.p0} : 9203 
+pl {09203.s2} (1)
+pl {09204.p1|09205.p0} : 9204 
+pl {09204.s2} (1)
+pl {09205.p1|09206.p0} : 9205 
+pl {09205.s2} (1)
+pl {09206.p1|09207.p0} : 9206 
+pl {09206.s2} (1)
+pl {09207.p1|09208.p0} : 9207 
+pl {09207.s2} (1)
+pl {09208.p1|09209.p0} : 9208 
+pl {09208.s2} (1)
+pl {09209.p1|09210.p0} : 9209 
+pl {09209.s2} (1)
+pl {09210.p1|09211.p0} : 9210 
+pl {09210.s2} (1)
+pl {09211.p1|09212.p0} : 9211 
+pl {09211.s2} (1)
+pl {09212.p1|09213.p0} : 9212 
+pl {09212.s2} (1)
+pl {09213.p1|09214.p0} : 9213 
+pl {09213.s2} (1)
+pl {09214.p1|09215.p0} : 9214 
+pl {09214.s2} (1)
+pl {09215.p1|09216.p0} : 9215 
+pl {09215.s2} (1)
+pl {09216.p1|09217.p0} : 9216 
+pl {09216.s2} (1)
+pl {09217.p1|09218.p0} : 9217 
+pl {09217.s2} (1)
+pl {09218.p1|09219.p0} : 9218 
+pl {09218.s2} (1)
+pl {09219.p1|09220.p0} : 9219 
+pl {09219.s2} (1)
+pl {09220.p1|09221.p0} : 9220 
+pl {09220.s2} (1)
+pl {09221.p1|09222.p0} : 9221 
+pl {09221.s2} (1)
+pl {09222.p1|09223.p0} : 9222 
+pl {09222.s2} (1)
+pl {09223.p1|09224.p0} : 9223 
+pl {09223.s2} (1)
+pl {09224.p1|09225.p0} : 9224 
+pl {09224.s2} (1)
+pl {09225.p1|09226.p0} : 9225 
+pl {09225.s2} (1)
+pl {09226.p1|09227.p0} : 9226 
+pl {09226.s2} (1)
+pl {09227.p1|09228.p0} : 9227 
+pl {09227.s2} (1)
+pl {09228.p1|09229.p0} : 9228 
+pl {09228.s2} (1)
+pl {09229.p1|09230.p0} : 9229 
+pl {09229.s2} (1)
+pl {09230.p1|09231.p0} : 9230 
+pl {09230.s2} (1)
+pl {09231.p1|09232.p0} : 9231 
+pl {09231.s2} (1)
+pl {09232.p1|09233.p0} : 9232 
+pl {09232.s2} (1)
+pl {09233.p1|09234.p0} : 9233 
+pl {09233.s2} (1)
+pl {09234.p1|09235.p0} : 9234 
+pl {09234.s2} (1)
+pl {09235.p1|09236.p0} : 9235 
+pl {09235.s2} (1)
+pl {09236.p1|09237.p0} : 9236 
+pl {09236.s2} (1)
+pl {09237.p1|09238.p0} : 9237 
+pl {09237.s2} (1)
+pl {09238.p1|09239.p0} : 9238 
+pl {09238.s2} (1)
+pl {09239.p1|09240.p0} : 9239 
+pl {09239.s2} (1)
+pl {09240.p1|09241.p0} : 9240 
+pl {09240.s2} (1)
+pl {09241.p1|09242.p0} : 9241 
+pl {09241.s2} (1)
+pl {09242.p1|09243.p0} : 9242 
+pl {09242.s2} (1)
+pl {09243.p1|09244.p0} : 9243 
+pl {09243.s2} (1)
+pl {09244.p1|09245.p0} : 9244 
+pl {09244.s2} (1)
+pl {09245.p1|09246.p0} : 9245 
+pl {09245.s2} (1)
+pl {09246.p1|09247.p0} : 9246 
+pl {09246.s2} (1)
+pl {09247.p1|09248.p0} : 9247 
+pl {09247.s2} (1)
+pl {09248.p1|09249.p0} : 9248 
+pl {09248.s2} (1)
+pl {09249.p1|09250.p0} : 9249 
+pl {09249.s2} (1)
+pl {09250.p1|09251.p0} : 9250 
+pl {09250.s2} (1)
+pl {09251.p1|09252.p0} : 9251 
+pl {09251.s2} (1)
+pl {09252.p1|09253.p0} : 9252 
+pl {09252.s2} (1)
+pl {09253.p1|09254.p0} : 9253 
+pl {09253.s2} (1)
+pl {09254.p1|09255.p0} : 9254 
+pl {09254.s2} (1)
+pl {09255.p1|09256.p0} : 9255 
+pl {09255.s2} (1)
+pl {09256.p1|09257.p0} : 9256 
+pl {09256.s2} (1)
+pl {09257.p1|09258.p0} : 9257 
+pl {09257.s2} (1)
+pl {09258.p1|09259.p0} : 9258 
+pl {09258.s2} (1)
+pl {09259.p1|09260.p0} : 9259 
+pl {09259.s2} (1)
+pl {09260.p1|09261.p0} : 9260 
+pl {09260.s2} (1)
+pl {09261.p1|09262.p0} : 9261 
+pl {09261.s2} (1)
+pl {09262.p1|09263.p0} : 9262 
+pl {09262.s2} (1)
+pl {09263.p1|09264.p0} : 9263 
+pl {09263.s2} (1)
+pl {09264.p1|09265.p0} : 9264 
+pl {09264.s2} (1)
+pl {09265.p1|09266.p0} : 9265 
+pl {09265.s2} (1)
+pl {09266.p1|09267.p0} : 9266 
+pl {09266.s2} (1)
+pl {09267.p1|09268.p0} : 9267 
+pl {09267.s2} (1)
+pl {09268.p1|09269.p0} : 9268 
+pl {09268.s2} (1)
+pl {09269.p1|09270.p0} : 9269 
+pl {09269.s2} (1)
+pl {09270.p1|09271.p0} : 9270 
+pl {09270.s2} (1)
+pl {09271.p1|09272.p0} : 9271 
+pl {09271.s2} (1)
+pl {09272.p1|09273.p0} : 9272 
+pl {09272.s2} (1)
+pl {09273.p1|09274.p0} : 9273 
+pl {09273.s2} (1)
+pl {09274.p1|09275.p0} : 9274 
+pl {09274.s2} (1)
+pl {09275.p1|09276.p0} : 9275 
+pl {09275.s2} (1)
+pl {09276.p1|09277.p0} : 9276 
+pl {09276.s2} (1)
+pl {09277.p1|09278.p0} : 9277 
+pl {09277.s2} (1)
+pl {09278.p1|09279.p0} : 9278 
+pl {09278.s2} (1)
+pl {09279.p1|09280.p0} : 9279 
+pl {09279.s2} (1)
+pl {09280.p1|09281.p0} : 9280 
+pl {09280.s2} (1)
+pl {09281.p1|09282.p0} : 9281 
+pl {09281.s2} (1)
+pl {09282.p1|09283.p0} : 9282 
+pl {09282.s2} (1)
+pl {09283.p1|09284.p0} : 9283 
+pl {09283.s2} (1)
+pl {09284.p1|09285.p0} : 9284 
+pl {09284.s2} (1)
+pl {09285.p1|09286.p0} : 9285 
+pl {09285.s2} (1)
+pl {09286.p1|09287.p0} : 9286 
+pl {09286.s2} (1)
+pl {09287.p1|09288.p0} : 9287 
+pl {09287.s2} (1)
+pl {09288.p1|09289.p0} : 9288 
+pl {09288.s2} (1)
+pl {09289.p1|09290.p0} : 9289 
+pl {09289.s2} (1)
+pl {09290.p1|09291.p0} : 9290 
+pl {09290.s2} (1)
+pl {09291.p1|09292.p0} : 9291 
+pl {09291.s2} (1)
+pl {09292.p1|09293.p0} : 9292 
+pl {09292.s2} (1)
+pl {09293.p1|09294.p0} : 9293 
+pl {09293.s2} (1)
+pl {09294.p1|09295.p0} : 9294 
+pl {09294.s2} (1)
+pl {09295.p1|09296.p0} : 9295 
+pl {09295.s2} (1)
+pl {09296.p1|09297.p0} : 9296 
+pl {09296.s2} (1)
+pl {09297.p1|09298.p0} : 9297 
+pl {09297.s2} (1)
+pl {09298.p1|09299.p0} : 9298 
+pl {09298.s2} (1)
+pl {09299.p1|09300.p0} : 9299 
+pl {09299.s2} (1)
+pl {09300.p1|09301.p0} : 9300 
+pl {09300.s2} (1)
+pl {09301.p1|09302.p0} : 9301 
+pl {09301.s2} (1)
+pl {09302.p1|09303.p0} : 9302 
+pl {09302.s2} (1)
+pl {09303.p1|09304.p0} : 9303 
+pl {09303.s2} (1)
+pl {09304.p1|09305.p0} : 9304 
+pl {09304.s2} (1)
+pl {09305.p1|09306.p0} : 9305 
+pl {09305.s2} (1)
+pl {09306.p1|09307.p0} : 9306 
+pl {09306.s2} (1)
+pl {09307.p1|09308.p0} : 9307 
+pl {09307.s2} (1)
+pl {09308.p1|09309.p0} : 9308 
+pl {09308.s2} (1)
+pl {09309.p1|09310.p0} : 9309 
+pl {09309.s2} (1)
+pl {09310.p1|09311.p0} : 9310 
+pl {09310.s2} (1)
+pl {09311.p1|09312.p0} : 9311 
+pl {09311.s2} (1)
+pl {09312.p1|09313.p0} : 9312 
+pl {09312.s2} (1)
+pl {09313.p1|09314.p0} : 9313 
+pl {09313.s2} (1)
+pl {09314.p1|09315.p0} : 9314 
+pl {09314.s2} (1)
+pl {09315.p1|09316.p0} : 9315 
+pl {09315.s2} (1)
+pl {09316.p1|09317.p0} : 9316 
+pl {09316.s2} (1)
+pl {09317.p1|09318.p0} : 9317 
+pl {09317.s2} (1)
+pl {09318.p1|09319.p0} : 9318 
+pl {09318.s2} (1)
+pl {09319.p1|09320.p0} : 9319 
+pl {09319.s2} (1)
+pl {09320.p1|09321.p0} : 9320 
+pl {09320.s2} (1)
+pl {09321.p1|09322.p0} : 9321 
+pl {09321.s2} (1)
+pl {09322.p1|09323.p0} : 9322 
+pl {09322.s2} (1)
+pl {09323.p1|09324.p0} : 9323 
+pl {09323.s2} (1)
+pl {09324.p1|09325.p0} : 9324 
+pl {09324.s2} (1)
+pl {09325.p1|09326.p0} : 9325 
+pl {09325.s2} (1)
+pl {09326.p1|09327.p0} : 9326 
+pl {09326.s2} (1)
+pl {09327.p1|09328.p0} : 9327 
+pl {09327.s2} (1)
+pl {09328.p1|09329.p0} : 9328 
+pl {09328.s2} (1)
+pl {09329.p1|09330.p0} : 9329 
+pl {09329.s2} (1)
+pl {09330.p1|09331.p0} : 9330 
+pl {09330.s2} (1)
+pl {09331.p1|09332.p0} : 9331 
+pl {09331.s2} (1)
+pl {09332.p1|09333.p0} : 9332 
+pl {09332.s2} (1)
+pl {09333.p1|09334.p0} : 9333 
+pl {09333.s2} (1)
+pl {09334.p1|09335.p0} : 9334 
+pl {09334.s2} (1)
+pl {09335.p1|09336.p0} : 9335 
+pl {09335.s2} (1)
+pl {09336.p1|09337.p0} : 9336 
+pl {09336.s2} (1)
+pl {09337.p1|09338.p0} : 9337 
+pl {09337.s2} (1)
+pl {09338.p1|09339.p0} : 9338 
+pl {09338.s2} (1)
+pl {09339.p1|09340.p0} : 9339 
+pl {09339.s2} (1)
+pl {09340.p1|09341.p0} : 9340 
+pl {09340.s2} (1)
+pl {09341.p1|09342.p0} : 9341 
+pl {09341.s2} (1)
+pl {09342.p1|09343.p0} : 9342 
+pl {09342.s2} (1)
+pl {09343.p1|09344.p0} : 9343 
+pl {09343.s2} (1)
+pl {09344.p1|09345.p0} : 9344 
+pl {09344.s2} (1)
+pl {09345.p1|09346.p0} : 9345 
+pl {09345.s2} (1)
+pl {09346.p1|09347.p0} : 9346 
+pl {09346.s2} (1)
+pl {09347.p1|09348.p0} : 9347 
+pl {09347.s2} (1)
+pl {09348.p1|09349.p0} : 9348 
+pl {09348.s2} (1)
+pl {09349.p1|09350.p0} : 9349 
+pl {09349.s2} (1)
+pl {09350.p1|09351.p0} : 9350 
+pl {09350.s2} (1)
+pl {09351.p1|09352.p0} : 9351 
+pl {09351.s2} (1)
+pl {09352.p1|09353.p0} : 9352 
+pl {09352.s2} (1)
+pl {09353.p1|09354.p0} : 9353 
+pl {09353.s2} (1)
+pl {09354.p1|09355.p0} : 9354 
+pl {09354.s2} (1)
+pl {09355.p1|09356.p0} : 9355 
+pl {09355.s2} (1)
+pl {09356.p1|09357.p0} : 9356 
+pl {09356.s2} (1)
+pl {09357.p1|09358.p0} : 9357 
+pl {09357.s2} (1)
+pl {09358.p1|09359.p0} : 9358 
+pl {09358.s2} (1)
+pl {09359.p1|09360.p0} : 9359 
+pl {09359.s2} (1)
+pl {09360.p1|09361.p0} : 9360 
+pl {09360.s2} (1)
+pl {09361.p1|09362.p0} : 9361 
+pl {09361.s2} (1)
+pl {09362.p1|09363.p0} : 9362 
+pl {09362.s2} (1)
+pl {09363.p1|09364.p0} : 9363 
+pl {09363.s2} (1)
+pl {09364.p1|09365.p0} : 9364 
+pl {09364.s2} (1)
+pl {09365.p1|09366.p0} : 9365 
+pl {09365.s2} (1)
+pl {09366.p1|09367.p0} : 9366 
+pl {09366.s2} (1)
+pl {09367.p1|09368.p0} : 9367 
+pl {09367.s2} (1)
+pl {09368.p1|09369.p0} : 9368 
+pl {09368.s2} (1)
+pl {09369.p1|09370.p0} : 9369 
+pl {09369.s2} (1)
+pl {09370.p1|09371.p0} : 9370 
+pl {09370.s2} (1)
+pl {09371.p1|09372.p0} : 9371 
+pl {09371.s2} (1)
+pl {09372.p1|09373.p0} : 9372 
+pl {09372.s2} (1)
+pl {09373.p1|09374.p0} : 9373 
+pl {09373.s2} (1)
+pl {09374.p1|09375.p0} : 9374 
+pl {09374.s2} (1)
+pl {09375.p1|09376.p0} : 9375 
+pl {09375.s2} (1)
+pl {09376.p1|09377.p0} : 9376 
+pl {09376.s2} (1)
+pl {09377.p1|09378.p0} : 9377 
+pl {09377.s2} (1)
+pl {09378.p1|09379.p0} : 9378 
+pl {09378.s2} (1)
+pl {09379.p1|09380.p0} : 9379 
+pl {09379.s2} (1)
+pl {09380.p1|09381.p0} : 9380 
+pl {09380.s2} (1)
+pl {09381.p1|09382.p0} : 9381 
+pl {09381.s2} (1)
+pl {09382.p1|09383.p0} : 9382 
+pl {09382.s2} (1)
+pl {09383.p1|09384.p0} : 9383 
+pl {09383.s2} (1)
+pl {09384.p1|09385.p0} : 9384 
+pl {09384.s2} (1)
+pl {09385.p1|09386.p0} : 9385 
+pl {09385.s2} (1)
+pl {09386.p1|09387.p0} : 9386 
+pl {09386.s2} (1)
+pl {09387.p1|09388.p0} : 9387 
+pl {09387.s2} (1)
+pl {09388.p1|09389.p0} : 9388 
+pl {09388.s2} (1)
+pl {09389.p1|09390.p0} : 9389 
+pl {09389.s2} (1)
+pl {09390.p1|09391.p0} : 9390 
+pl {09390.s2} (1)
+pl {09391.p1|09392.p0} : 9391 
+pl {09391.s2} (1)
+pl {09392.p1|09393.p0} : 9392 
+pl {09392.s2} (1)
+pl {09393.p1|09394.p0} : 9393 
+pl {09393.s2} (1)
+pl {09394.p1|09395.p0} : 9394 
+pl {09394.s2} (1)
+pl {09395.p1|09396.p0} : 9395 
+pl {09395.s2} (1)
+pl {09396.p1|09397.p0} : 9396 
+pl {09396.s2} (1)
+pl {09397.p1|09398.p0} : 9397 
+pl {09397.s2} (1)
+pl {09398.p1|09399.p0} : 9398 
+pl {09398.s2} (1)
+pl {09399.p1|09400.p0} : 9399 
+pl {09399.s2} (1)
+pl {09400.p1|09401.p0} : 9400 
+pl {09400.s2} (1)
+pl {09401.p1|09402.p0} : 9401 
+pl {09401.s2} (1)
+pl {09402.p1|09403.p0} : 9402 
+pl {09402.s2} (1)
+pl {09403.p1|09404.p0} : 9403 
+pl {09403.s2} (1)
+pl {09404.p1|09405.p0} : 9404 
+pl {09404.s2} (1)
+pl {09405.p1|09406.p0} : 9405 
+pl {09405.s2} (1)
+pl {09406.p1|09407.p0} : 9406 
+pl {09406.s2} (1)
+pl {09407.p1|09408.p0} : 9407 
+pl {09407.s2} (1)
+pl {09408.p1|09409.p0} : 9408 
+pl {09408.s2} (1)
+pl {09409.p1|09410.p0} : 9409 
+pl {09409.s2} (1)
+pl {09410.p1|09411.p0} : 9410 
+pl {09410.s2} (1)
+pl {09411.p1|09412.p0} : 9411 
+pl {09411.s2} (1)
+pl {09412.p1|09413.p0} : 9412 
+pl {09412.s2} (1)
+pl {09413.p1|09414.p0} : 9413 
+pl {09413.s2} (1)
+pl {09414.p1|09415.p0} : 9414 
+pl {09414.s2} (1)
+pl {09415.p1|09416.p0} : 9415 
+pl {09415.s2} (1)
+pl {09416.p1|09417.p0} : 9416 
+pl {09416.s2} (1)
+pl {09417.p1|09418.p0} : 9417 
+pl {09417.s2} (1)
+pl {09418.p1|09419.p0} : 9418 
+pl {09418.s2} (1)
+pl {09419.p1|09420.p0} : 9419 
+pl {09419.s2} (1)
+pl {09420.p1|09421.p0} : 9420 
+pl {09420.s2} (1)
+pl {09421.p1|09422.p0} : 9421 
+pl {09421.s2} (1)
+pl {09422.p1|09423.p0} : 9422 
+pl {09422.s2} (1)
+pl {09423.p1|09424.p0} : 9423 
+pl {09423.s2} (1)
+pl {09424.p1|09425.p0} : 9424 
+pl {09424.s2} (1)
+pl {09425.p1|09426.p0} : 9425 
+pl {09425.s2} (1)
+pl {09426.p1|09427.p0} : 9426 
+pl {09426.s2} (1)
+pl {09427.p1|09428.p0} : 9427 
+pl {09427.s2} (1)
+pl {09428.p1|09429.p0} : 9428 
+pl {09428.s2} (1)
+pl {09429.p1|09430.p0} : 9429 
+pl {09429.s2} (1)
+pl {09430.p1|09431.p0} : 9430 
+pl {09430.s2} (1)
+pl {09431.p1|09432.p0} : 9431 
+pl {09431.s2} (1)
+pl {09432.p1|09433.p0} : 9432 
+pl {09432.s2} (1)
+pl {09433.p1|09434.p0} : 9433 
+pl {09433.s2} (1)
+pl {09434.p1|09435.p0} : 9434 
+pl {09434.s2} (1)
+pl {09435.p1|09436.p0} : 9435 
+pl {09435.s2} (1)
+pl {09436.p1|09437.p0} : 9436 
+pl {09436.s2} (1)
+pl {09437.p1|09438.p0} : 9437 
+pl {09437.s2} (1)
+pl {09438.p1|09439.p0} : 9438 
+pl {09438.s2} (1)
+pl {09439.p1|09440.p0} : 9439 
+pl {09439.s2} (1)
+pl {09440.p1|09441.p0} : 9440 
+pl {09440.s2} (1)
+pl {09441.p1|09442.p0} : 9441 
+pl {09441.s2} (1)
+pl {09442.p1|09443.p0} : 9442 
+pl {09442.s2} (1)
+pl {09443.p1|09444.p0} : 9443 
+pl {09443.s2} (1)
+pl {09444.p1|09445.p0} : 9444 
+pl {09444.s2} (1)
+pl {09445.p1|09446.p0} : 9445 
+pl {09445.s2} (1)
+pl {09446.p1|09447.p0} : 9446 
+pl {09446.s2} (1)
+pl {09447.p1|09448.p0} : 9447 
+pl {09447.s2} (1)
+pl {09448.p1|09449.p0} : 9448 
+pl {09448.s2} (1)
+pl {09449.p1|09450.p0} : 9449 
+pl {09449.s2} (1)
+pl {09450.p1|09451.p0} : 9450 
+pl {09450.s2} (1)
+pl {09451.p1|09452.p0} : 9451 
+pl {09451.s2} (1)
+pl {09452.p1|09453.p0} : 9452 
+pl {09452.s2} (1)
+pl {09453.p1|09454.p0} : 9453 
+pl {09453.s2} (1)
+pl {09454.p1|09455.p0} : 9454 
+pl {09454.s2} (1)
+pl {09455.p1|09456.p0} : 9455 
+pl {09455.s2} (1)
+pl {09456.p1|09457.p0} : 9456 
+pl {09456.s2} (1)
+pl {09457.p1|09458.p0} : 9457 
+pl {09457.s2} (1)
+pl {09458.p1|09459.p0} : 9458 
+pl {09458.s2} (1)
+pl {09459.p1|09460.p0} : 9459 
+pl {09459.s2} (1)
+pl {09460.p1|09461.p0} : 9460 
+pl {09460.s2} (1)
+pl {09461.p1|09462.p0} : 9461 
+pl {09461.s2} (1)
+pl {09462.p1|09463.p0} : 9462 
+pl {09462.s2} (1)
+pl {09463.p1|09464.p0} : 9463 
+pl {09463.s2} (1)
+pl {09464.p1|09465.p0} : 9464 
+pl {09464.s2} (1)
+pl {09465.p1|09466.p0} : 9465 
+pl {09465.s2} (1)
+pl {09466.p1|09467.p0} : 9466 
+pl {09466.s2} (1)
+pl {09467.p1|09468.p0} : 9467 
+pl {09467.s2} (1)
+pl {09468.p1|09469.p0} : 9468 
+pl {09468.s2} (1)
+pl {09469.p1|09470.p0} : 9469 
+pl {09469.s2} (1)
+pl {09470.p1|09471.p0} : 9470 
+pl {09470.s2} (1)
+pl {09471.p1|09472.p0} : 9471 
+pl {09471.s2} (1)
+pl {09472.p1|09473.p0} : 9472 
+pl {09472.s2} (1)
+pl {09473.p1|09474.p0} : 9473 
+pl {09473.s2} (1)
+pl {09474.p1|09475.p0} : 9474 
+pl {09474.s2} (1)
+pl {09475.p1|09476.p0} : 9475 
+pl {09475.s2} (1)
+pl {09476.p1|09477.p0} : 9476 
+pl {09476.s2} (1)
+pl {09477.p1|09478.p0} : 9477 
+pl {09477.s2} (1)
+pl {09478.p1|09479.p0} : 9478 
+pl {09478.s2} (1)
+pl {09479.p1|09480.p0} : 9479 
+pl {09479.s2} (1)
+pl {09480.p1|09481.p0} : 9480 
+pl {09480.s2} (1)
+pl {09481.p1|09482.p0} : 9481 
+pl {09481.s2} (1)
+pl {09482.p1|09483.p0} : 9482 
+pl {09482.s2} (1)
+pl {09483.p1|09484.p0} : 9483 
+pl {09483.s2} (1)
+pl {09484.p1|09485.p0} : 9484 
+pl {09484.s2} (1)
+pl {09485.p1|09486.p0} : 9485 
+pl {09485.s2} (1)
+pl {09486.p1|09487.p0} : 9486 
+pl {09486.s2} (1)
+pl {09487.p1|09488.p0} : 9487 
+pl {09487.s2} (1)
+pl {09488.p1|09489.p0} : 9488 
+pl {09488.s2} (1)
+pl {09489.p1|09490.p0} : 9489 
+pl {09489.s2} (1)
+pl {09490.p1|09491.p0} : 9490 
+pl {09490.s2} (1)
+pl {09491.p1|09492.p0} : 9491 
+pl {09491.s2} (1)
+pl {09492.p1|09493.p0} : 9492 
+pl {09492.s2} (1)
+pl {09493.p1|09494.p0} : 9493 
+pl {09493.s2} (1)
+pl {09494.p1|09495.p0} : 9494 
+pl {09494.s2} (1)
+pl {09495.p1|09496.p0} : 9495 
+pl {09495.s2} (1)
+pl {09496.p1|09497.p0} : 9496 
+pl {09496.s2} (1)
+pl {09497.p1|09498.p0} : 9497 
+pl {09497.s2} (1)
+pl {09498.p1|09499.p0} : 9498 
+pl {09498.s2} (1)
+pl {09499.p1|09500.p0} : 9499 
+pl {09499.s2} (1)
+pl {09500.p1|09501.p0} : 9500 
+pl {09500.s2} (1)
+pl {09501.p1|09502.p0} : 9501 
+pl {09501.s2} (1)
+pl {09502.p1|09503.p0} : 9502 
+pl {09502.s2} (1)
+pl {09503.p1|09504.p0} : 9503 
+pl {09503.s2} (1)
+pl {09504.p1|09505.p0} : 9504 
+pl {09504.s2} (1)
+pl {09505.p1|09506.p0} : 9505 
+pl {09505.s2} (1)
+pl {09506.p1|09507.p0} : 9506 
+pl {09506.s2} (1)
+pl {09507.p1|09508.p0} : 9507 
+pl {09507.s2} (1)
+pl {09508.p1|09509.p0} : 9508 
+pl {09508.s2} (1)
+pl {09509.p1|09510.p0} : 9509 
+pl {09509.s2} (1)
+pl {09510.p1|09511.p0} : 9510 
+pl {09510.s2} (1)
+pl {09511.p1|09512.p0} : 9511 
+pl {09511.s2} (1)
+pl {09512.p1|09513.p0} : 9512 
+pl {09512.s2} (1)
+pl {09513.p1|09514.p0} : 9513 
+pl {09513.s2} (1)
+pl {09514.p1|09515.p0} : 9514 
+pl {09514.s2} (1)
+pl {09515.p1|09516.p0} : 9515 
+pl {09515.s2} (1)
+pl {09516.p1|09517.p0} : 9516 
+pl {09516.s2} (1)
+pl {09517.p1|09518.p0} : 9517 
+pl {09517.s2} (1)
+pl {09518.p1|09519.p0} : 9518 
+pl {09518.s2} (1)
+pl {09519.p1|09520.p0} : 9519 
+pl {09519.s2} (1)
+pl {09520.p1|09521.p0} : 9520 
+pl {09520.s2} (1)
+pl {09521.p1|09522.p0} : 9521 
+pl {09521.s2} (1)
+pl {09522.p1|09523.p0} : 9522 
+pl {09522.s2} (1)
+pl {09523.p1|09524.p0} : 9523 
+pl {09523.s2} (1)
+pl {09524.p1|09525.p0} : 9524 
+pl {09524.s2} (1)
+pl {09525.p1|09526.p0} : 9525 
+pl {09525.s2} (1)
+pl {09526.p1|09527.p0} : 9526 
+pl {09526.s2} (1)
+pl {09527.p1|09528.p0} : 9527 
+pl {09527.s2} (1)
+pl {09528.p1|09529.p0} : 9528 
+pl {09528.s2} (1)
+pl {09529.p1|09530.p0} : 9529 
+pl {09529.s2} (1)
+pl {09530.p1|09531.p0} : 9530 
+pl {09530.s2} (1)
+pl {09531.p1|09532.p0} : 9531 
+pl {09531.s2} (1)
+pl {09532.p1|09533.p0} : 9532 
+pl {09532.s2} (1)
+pl {09533.p1|09534.p0} : 9533 
+pl {09533.s2} (1)
+pl {09534.p1|09535.p0} : 9534 
+pl {09534.s2} (1)
+pl {09535.p1|09536.p0} : 9535 
+pl {09535.s2} (1)
+pl {09536.p1|09537.p0} : 9536 
+pl {09536.s2} (1)
+pl {09537.p1|09538.p0} : 9537 
+pl {09537.s2} (1)
+pl {09538.p1|09539.p0} : 9538 
+pl {09538.s2} (1)
+pl {09539.p1|09540.p0} : 9539 
+pl {09539.s2} (1)
+pl {09540.p1|09541.p0} : 9540 
+pl {09540.s2} (1)
+pl {09541.p1|09542.p0} : 9541 
+pl {09541.s2} (1)
+pl {09542.p1|09543.p0} : 9542 
+pl {09542.s2} (1)
+pl {09543.p1|09544.p0} : 9543 
+pl {09543.s2} (1)
+pl {09544.p1|09545.p0} : 9544 
+pl {09544.s2} (1)
+pl {09545.p1|09546.p0} : 9545 
+pl {09545.s2} (1)
+pl {09546.p1|09547.p0} : 9546 
+pl {09546.s2} (1)
+pl {09547.p1|09548.p0} : 9547 
+pl {09547.s2} (1)
+pl {09548.p1|09549.p0} : 9548 
+pl {09548.s2} (1)
+pl {09549.p1|09550.p0} : 9549 
+pl {09549.s2} (1)
+pl {09550.p1|09551.p0} : 9550 
+pl {09550.s2} (1)
+pl {09551.p1|09552.p0} : 9551 
+pl {09551.s2} (1)
+pl {09552.p1|09553.p0} : 9552 
+pl {09552.s2} (1)
+pl {09553.p1|09554.p0} : 9553 
+pl {09553.s2} (1)
+pl {09554.p1|09555.p0} : 9554 
+pl {09554.s2} (1)
+pl {09555.p1|09556.p0} : 9555 
+pl {09555.s2} (1)
+pl {09556.p1|09557.p0} : 9556 
+pl {09556.s2} (1)
+pl {09557.p1|09558.p0} : 9557 
+pl {09557.s2} (1)
+pl {09558.p1|09559.p0} : 9558 
+pl {09558.s2} (1)
+pl {09559.p1|09560.p0} : 9559 
+pl {09559.s2} (1)
+pl {09560.p1|09561.p0} : 9560 
+pl {09560.s2} (1)
+pl {09561.p1|09562.p0} : 9561 
+pl {09561.s2} (1)
+pl {09562.p1|09563.p0} : 9562 
+pl {09562.s2} (1)
+pl {09563.p1|09564.p0} : 9563 
+pl {09563.s2} (1)
+pl {09564.p1|09565.p0} : 9564 
+pl {09564.s2} (1)
+pl {09565.p1|09566.p0} : 9565 
+pl {09565.s2} (1)
+pl {09566.p1|09567.p0} : 9566 
+pl {09566.s2} (1)
+pl {09567.p1|09568.p0} : 9567 
+pl {09567.s2} (1)
+pl {09568.p1|09569.p0} : 9568 
+pl {09568.s2} (1)
+pl {09569.p1|09570.p0} : 9569 
+pl {09569.s2} (1)
+pl {09570.p1|09571.p0} : 9570 
+pl {09570.s2} (1)
+pl {09571.p1|09572.p0} : 9571 
+pl {09571.s2} (1)
+pl {09572.p1|09573.p0} : 9572 
+pl {09572.s2} (1)
+pl {09573.p1|09574.p0} : 9573 
+pl {09573.s2} (1)
+pl {09574.p1|09575.p0} : 9574 
+pl {09574.s2} (1)
+pl {09575.p1|09576.p0} : 9575 
+pl {09575.s2} (1)
+pl {09576.p1|09577.p0} : 9576 
+pl {09576.s2} (1)
+pl {09577.p1|09578.p0} : 9577 
+pl {09577.s2} (1)
+pl {09578.p1|09579.p0} : 9578 
+pl {09578.s2} (1)
+pl {09579.p1|09580.p0} : 9579 
+pl {09579.s2} (1)
+pl {09580.p1|09581.p0} : 9580 
+pl {09580.s2} (1)
+pl {09581.p1|09582.p0} : 9581 
+pl {09581.s2} (1)
+pl {09582.p1|09583.p0} : 9582 
+pl {09582.s2} (1)
+pl {09583.p1|09584.p0} : 9583 
+pl {09583.s2} (1)
+pl {09584.p1|09585.p0} : 9584 
+pl {09584.s2} (1)
+pl {09585.p1|09586.p0} : 9585 
+pl {09585.s2} (1)
+pl {09586.p1|09587.p0} : 9586 
+pl {09586.s2} (1)
+pl {09587.p1|09588.p0} : 9587 
+pl {09587.s2} (1)
+pl {09588.p1|09589.p0} : 9588 
+pl {09588.s2} (1)
+pl {09589.p1|09590.p0} : 9589 
+pl {09589.s2} (1)
+pl {09590.p1|09591.p0} : 9590 
+pl {09590.s2} (1)
+pl {09591.p1|09592.p0} : 9591 
+pl {09591.s2} (1)
+pl {09592.p1|09593.p0} : 9592 
+pl {09592.s2} (1)
+pl {09593.p1|09594.p0} : 9593 
+pl {09593.s2} (1)
+pl {09594.p1|09595.p0} : 9594 
+pl {09594.s2} (1)
+pl {09595.p1|09596.p0} : 9595 
+pl {09595.s2} (1)
+pl {09596.p1|09597.p0} : 9596 
+pl {09596.s2} (1)
+pl {09597.p1|09598.p0} : 9597 
+pl {09597.s2} (1)
+pl {09598.p1|09599.p0} : 9598 
+pl {09598.s2} (1)
+pl {09599.p1|09600.p0} : 9599 
+pl {09599.s2} (1)
+pl {09600.p1|09601.p0} : 9600 
+pl {09600.s2} (1)
+pl {09601.p1|09602.p0} : 9601 
+pl {09601.s2} (1)
+pl {09602.p1|09603.p0} : 9602 
+pl {09602.s2} (1)
+pl {09603.p1|09604.p0} : 9603 
+pl {09603.s2} (1)
+pl {09604.p1|09605.p0} : 9604 
+pl {09604.s2} (1)
+pl {09605.p1|09606.p0} : 9605 
+pl {09605.s2} (1)
+pl {09606.p1|09607.p0} : 9606 
+pl {09606.s2} (1)
+pl {09607.p1|09608.p0} : 9607 
+pl {09607.s2} (1)
+pl {09608.p1|09609.p0} : 9608 
+pl {09608.s2} (1)
+pl {09609.p1|09610.p0} : 9609 
+pl {09609.s2} (1)
+pl {09610.p1|09611.p0} : 9610 
+pl {09610.s2} (1)
+pl {09611.p1|09612.p0} : 9611 
+pl {09611.s2} (1)
+pl {09612.p1|09613.p0} : 9612 
+pl {09612.s2} (1)
+pl {09613.p1|09614.p0} : 9613 
+pl {09613.s2} (1)
+pl {09614.p1|09615.p0} : 9614 
+pl {09614.s2} (1)
+pl {09615.p1|09616.p0} : 9615 
+pl {09615.s2} (1)
+pl {09616.p1|09617.p0} : 9616 
+pl {09616.s2} (1)
+pl {09617.p1|09618.p0} : 9617 
+pl {09617.s2} (1)
+pl {09618.p1|09619.p0} : 9618 
+pl {09618.s2} (1)
+pl {09619.p1|09620.p0} : 9619 
+pl {09619.s2} (1)
+pl {09620.p1|09621.p0} : 9620 
+pl {09620.s2} (1)
+pl {09621.p1|09622.p0} : 9621 
+pl {09621.s2} (1)
+pl {09622.p1|09623.p0} : 9622 
+pl {09622.s2} (1)
+pl {09623.p1|09624.p0} : 9623 
+pl {09623.s2} (1)
+pl {09624.p1|09625.p0} : 9624 
+pl {09624.s2} (1)
+pl {09625.p1|09626.p0} : 9625 
+pl {09625.s2} (1)
+pl {09626.p1|09627.p0} : 9626 
+pl {09626.s2} (1)
+pl {09627.p1|09628.p0} : 9627 
+pl {09627.s2} (1)
+pl {09628.p1|09629.p0} : 9628 
+pl {09628.s2} (1)
+pl {09629.p1|09630.p0} : 9629 
+pl {09629.s2} (1)
+pl {09630.p1|09631.p0} : 9630 
+pl {09630.s2} (1)
+pl {09631.p1|09632.p0} : 9631 
+pl {09631.s2} (1)
+pl {09632.p1|09633.p0} : 9632 
+pl {09632.s2} (1)
+pl {09633.p1|09634.p0} : 9633 
+pl {09633.s2} (1)
+pl {09634.p1|09635.p0} : 9634 
+pl {09634.s2} (1)
+pl {09635.p1|09636.p0} : 9635 
+pl {09635.s2} (1)
+pl {09636.p1|09637.p0} : 9636 
+pl {09636.s2} (1)
+pl {09637.p1|09638.p0} : 9637 
+pl {09637.s2} (1)
+pl {09638.p1|09639.p0} : 9638 
+pl {09638.s2} (1)
+pl {09639.p1|09640.p0} : 9639 
+pl {09639.s2} (1)
+pl {09640.p1|09641.p0} : 9640 
+pl {09640.s2} (1)
+pl {09641.p1|09642.p0} : 9641 
+pl {09641.s2} (1)
+pl {09642.p1|09643.p0} : 9642 
+pl {09642.s2} (1)
+pl {09643.p1|09644.p0} : 9643 
+pl {09643.s2} (1)
+pl {09644.p1|09645.p0} : 9644 
+pl {09644.s2} (1)
+pl {09645.p1|09646.p0} : 9645 
+pl {09645.s2} (1)
+pl {09646.p1|09647.p0} : 9646 
+pl {09646.s2} (1)
+pl {09647.p1|09648.p0} : 9647 
+pl {09647.s2} (1)
+pl {09648.p1|09649.p0} : 9648 
+pl {09648.s2} (1)
+pl {09649.p1|09650.p0} : 9649 
+pl {09649.s2} (1)
+pl {09650.p1|09651.p0} : 9650 
+pl {09650.s2} (1)
+pl {09651.p1|09652.p0} : 9651 
+pl {09651.s2} (1)
+pl {09652.p1|09653.p0} : 9652 
+pl {09652.s2} (1)
+pl {09653.p1|09654.p0} : 9653 
+pl {09653.s2} (1)
+pl {09654.p1|09655.p0} : 9654 
+pl {09654.s2} (1)
+pl {09655.p1|09656.p0} : 9655 
+pl {09655.s2} (1)
+pl {09656.p1|09657.p0} : 9656 
+pl {09656.s2} (1)
+pl {09657.p1|09658.p0} : 9657 
+pl {09657.s2} (1)
+pl {09658.p1|09659.p0} : 9658 
+pl {09658.s2} (1)
+pl {09659.p1|09660.p0} : 9659 
+pl {09659.s2} (1)
+pl {09660.p1|09661.p0} : 9660 
+pl {09660.s2} (1)
+pl {09661.p1|09662.p0} : 9661 
+pl {09661.s2} (1)
+pl {09662.p1|09663.p0} : 9662 
+pl {09662.s2} (1)
+pl {09663.p1|09664.p0} : 9663 
+pl {09663.s2} (1)
+pl {09664.p1|09665.p0} : 9664 
+pl {09664.s2} (1)
+pl {09665.p1|09666.p0} : 9665 
+pl {09665.s2} (1)
+pl {09666.p1|09667.p0} : 9666 
+pl {09666.s2} (1)
+pl {09667.p1|09668.p0} : 9667 
+pl {09667.s2} (1)
+pl {09668.p1|09669.p0} : 9668 
+pl {09668.s2} (1)
+pl {09669.p1|09670.p0} : 9669 
+pl {09669.s2} (1)
+pl {09670.p1|09671.p0} : 9670 
+pl {09670.s2} (1)
+pl {09671.p1|09672.p0} : 9671 
+pl {09671.s2} (1)
+pl {09672.p1|09673.p0} : 9672 
+pl {09672.s2} (1)
+pl {09673.p1|09674.p0} : 9673 
+pl {09673.s2} (1)
+pl {09674.p1|09675.p0} : 9674 
+pl {09674.s2} (1)
+pl {09675.p1|09676.p0} : 9675 
+pl {09675.s2} (1)
+pl {09676.p1|09677.p0} : 9676 
+pl {09676.s2} (1)
+pl {09677.p1|09678.p0} : 9677 
+pl {09677.s2} (1)
+pl {09678.p1|09679.p0} : 9678 
+pl {09678.s2} (1)
+pl {09679.p1|09680.p0} : 9679 
+pl {09679.s2} (1)
+pl {09680.p1|09681.p0} : 9680 
+pl {09680.s2} (1)
+pl {09681.p1|09682.p0} : 9681 
+pl {09681.s2} (1)
+pl {09682.p1|09683.p0} : 9682 
+pl {09682.s2} (1)
+pl {09683.p1|09684.p0} : 9683 
+pl {09683.s2} (1)
+pl {09684.p1|09685.p0} : 9684 
+pl {09684.s2} (1)
+pl {09685.p1|09686.p0} : 9685 
+pl {09685.s2} (1)
+pl {09686.p1|09687.p0} : 9686 
+pl {09686.s2} (1)
+pl {09687.p1|09688.p0} : 9687 
+pl {09687.s2} (1)
+pl {09688.p1|09689.p0} : 9688 
+pl {09688.s2} (1)
+pl {09689.p1|09690.p0} : 9689 
+pl {09689.s2} (1)
+pl {09690.p1|09691.p0} : 9690 
+pl {09690.s2} (1)
+pl {09691.p1|09692.p0} : 9691 
+pl {09691.s2} (1)
+pl {09692.p1|09693.p0} : 9692 
+pl {09692.s2} (1)
+pl {09693.p1|09694.p0} : 9693 
+pl {09693.s2} (1)
+pl {09694.p1|09695.p0} : 9694 
+pl {09694.s2} (1)
+pl {09695.p1|09696.p0} : 9695 
+pl {09695.s2} (1)
+pl {09696.p1|09697.p0} : 9696 
+pl {09696.s2} (1)
+pl {09697.p1|09698.p0} : 9697 
+pl {09697.s2} (1)
+pl {09698.p1|09699.p0} : 9698 
+pl {09698.s2} (1)
+pl {09699.p1|09700.p0} : 9699 
+pl {09699.s2} (1)
+pl {09700.p1|09701.p0} : 9700 
+pl {09700.s2} (1)
+pl {09701.p1|09702.p0} : 9701 
+pl {09701.s2} (1)
+pl {09702.p1|09703.p0} : 9702 
+pl {09702.s2} (1)
+pl {09703.p1|09704.p0} : 9703 
+pl {09703.s2} (1)
+pl {09704.p1|09705.p0} : 9704 
+pl {09704.s2} (1)
+pl {09705.p1|09706.p0} : 9705 
+pl {09705.s2} (1)
+pl {09706.p1|09707.p0} : 9706 
+pl {09706.s2} (1)
+pl {09707.p1|09708.p0} : 9707 
+pl {09707.s2} (1)
+pl {09708.p1|09709.p0} : 9708 
+pl {09708.s2} (1)
+pl {09709.p1|09710.p0} : 9709 
+pl {09709.s2} (1)
+pl {09710.p1|09711.p0} : 9710 
+pl {09710.s2} (1)
+pl {09711.p1|09712.p0} : 9711 
+pl {09711.s2} (1)
+pl {09712.p1|09713.p0} : 9712 
+pl {09712.s2} (1)
+pl {09713.p1|09714.p0} : 9713 
+pl {09713.s2} (1)
+pl {09714.p1|09715.p0} : 9714 
+pl {09714.s2} (1)
+pl {09715.p1|09716.p0} : 9715 
+pl {09715.s2} (1)
+pl {09716.p1|09717.p0} : 9716 
+pl {09716.s2} (1)
+pl {09717.p1|09718.p0} : 9717 
+pl {09717.s2} (1)
+pl {09718.p1|09719.p0} : 9718 
+pl {09718.s2} (1)
+pl {09719.p1|09720.p0} : 9719 
+pl {09719.s2} (1)
+pl {09720.p1|09721.p0} : 9720 
+pl {09720.s2} (1)
+pl {09721.p1|09722.p0} : 9721 
+pl {09721.s2} (1)
+pl {09722.p1|09723.p0} : 9722 
+pl {09722.s2} (1)
+pl {09723.p1|09724.p0} : 9723 
+pl {09723.s2} (1)
+pl {09724.p1|09725.p0} : 9724 
+pl {09724.s2} (1)
+pl {09725.p1|09726.p0} : 9725 
+pl {09725.s2} (1)
+pl {09726.p1|09727.p0} : 9726 
+pl {09726.s2} (1)
+pl {09727.p1|09728.p0} : 9727 
+pl {09727.s2} (1)
+pl {09728.p1|09729.p0} : 9728 
+pl {09728.s2} (1)
+pl {09729.p1|09730.p0} : 9729 
+pl {09729.s2} (1)
+pl {09730.p1|09731.p0} : 9730 
+pl {09730.s2} (1)
+pl {09731.p1|09732.p0} : 9731 
+pl {09731.s2} (1)
+pl {09732.p1|09733.p0} : 9732 
+pl {09732.s2} (1)
+pl {09733.p1|09734.p0} : 9733 
+pl {09733.s2} (1)
+pl {09734.p1|09735.p0} : 9734 
+pl {09734.s2} (1)
+pl {09735.p1|09736.p0} : 9735 
+pl {09735.s2} (1)
+pl {09736.p1|09737.p0} : 9736 
+pl {09736.s2} (1)
+pl {09737.p1|09738.p0} : 9737 
+pl {09737.s2} (1)
+pl {09738.p1|09739.p0} : 9738 
+pl {09738.s2} (1)
+pl {09739.p1|09740.p0} : 9739 
+pl {09739.s2} (1)
+pl {09740.p1|09741.p0} : 9740 
+pl {09740.s2} (1)
+pl {09741.p1|09742.p0} : 9741 
+pl {09741.s2} (1)
+pl {09742.p1|09743.p0} : 9742 
+pl {09742.s2} (1)
+pl {09743.p1|09744.p0} : 9743 
+pl {09743.s2} (1)
+pl {09744.p1|09745.p0} : 9744 
+pl {09744.s2} (1)
+pl {09745.p1|09746.p0} : 9745 
+pl {09745.s2} (1)
+pl {09746.p1|09747.p0} : 9746 
+pl {09746.s2} (1)
+pl {09747.p1|09748.p0} : 9747 
+pl {09747.s2} (1)
+pl {09748.p1|09749.p0} : 9748 
+pl {09748.s2} (1)
+pl {09749.p1|09750.p0} : 9749 
+pl {09749.s2} (1)
+pl {09750.p1|09751.p0} : 9750 
+pl {09750.s2} (1)
+pl {09751.p1|09752.p0} : 9751 
+pl {09751.s2} (1)
+pl {09752.p1|09753.p0} : 9752 
+pl {09752.s2} (1)
+pl {09753.p1|09754.p0} : 9753 
+pl {09753.s2} (1)
+pl {09754.p1|09755.p0} : 9754 
+pl {09754.s2} (1)
+pl {09755.p1|09756.p0} : 9755 
+pl {09755.s2} (1)
+pl {09756.p1|09757.p0} : 9756 
+pl {09756.s2} (1)
+pl {09757.p1|09758.p0} : 9757 
+pl {09757.s2} (1)
+pl {09758.p1|09759.p0} : 9758 
+pl {09758.s2} (1)
+pl {09759.p1|09760.p0} : 9759 
+pl {09759.s2} (1)
+pl {09760.p1|09761.p0} : 9760 
+pl {09760.s2} (1)
+pl {09761.p1|09762.p0} : 9761 
+pl {09761.s2} (1)
+pl {09762.p1|09763.p0} : 9762 
+pl {09762.s2} (1)
+pl {09763.p1|09764.p0} : 9763 
+pl {09763.s2} (1)
+pl {09764.p1|09765.p0} : 9764 
+pl {09764.s2} (1)
+pl {09765.p1|09766.p0} : 9765 
+pl {09765.s2} (1)
+pl {09766.p1|09767.p0} : 9766 
+pl {09766.s2} (1)
+pl {09767.p1|09768.p0} : 9767 
+pl {09767.s2} (1)
+pl {09768.p1|09769.p0} : 9768 
+pl {09768.s2} (1)
+pl {09769.p1|09770.p0} : 9769 
+pl {09769.s2} (1)
+pl {09770.p1|09771.p0} : 9770 
+pl {09770.s2} (1)
+pl {09771.p1|09772.p0} : 9771 
+pl {09771.s2} (1)
+pl {09772.p1|09773.p0} : 9772 
+pl {09772.s2} (1)
+pl {09773.p1|09774.p0} : 9773 
+pl {09773.s2} (1)
+pl {09774.p1|09775.p0} : 9774 
+pl {09774.s2} (1)
+pl {09775.p1|09776.p0} : 9775 
+pl {09775.s2} (1)
+pl {09776.p1|09777.p0} : 9776 
+pl {09776.s2} (1)
+pl {09777.p1|09778.p0} : 9777 
+pl {09777.s2} (1)
+pl {09778.p1|09779.p0} : 9778 
+pl {09778.s2} (1)
+pl {09779.p1|09780.p0} : 9779 
+pl {09779.s2} (1)
+pl {09780.p1|09781.p0} : 9780 
+pl {09780.s2} (1)
+pl {09781.p1|09782.p0} : 9781 
+pl {09781.s2} (1)
+pl {09782.p1|09783.p0} : 9782 
+pl {09782.s2} (1)
+pl {09783.p1|09784.p0} : 9783 
+pl {09783.s2} (1)
+pl {09784.p1|09785.p0} : 9784 
+pl {09784.s2} (1)
+pl {09785.p1|09786.p0} : 9785 
+pl {09785.s2} (1)
+pl {09786.p1|09787.p0} : 9786 
+pl {09786.s2} (1)
+pl {09787.p1|09788.p0} : 9787 
+pl {09787.s2} (1)
+pl {09788.p1|09789.p0} : 9788 
+pl {09788.s2} (1)
+pl {09789.p1|09790.p0} : 9789 
+pl {09789.s2} (1)
+pl {09790.p1|09791.p0} : 9790 
+pl {09790.s2} (1)
+pl {09791.p1|09792.p0} : 9791 
+pl {09791.s2} (1)
+pl {09792.p1|09793.p0} : 9792 
+pl {09792.s2} (1)
+pl {09793.p1|09794.p0} : 9793 
+pl {09793.s2} (1)
+pl {09794.p1|09795.p0} : 9794 
+pl {09794.s2} (1)
+pl {09795.p1|09796.p0} : 9795 
+pl {09795.s2} (1)
+pl {09796.p1|09797.p0} : 9796 
+pl {09796.s2} (1)
+pl {09797.p1|09798.p0} : 9797 
+pl {09797.s2} (1)
+pl {09798.p1|09799.p0} : 9798 
+pl {09798.s2} (1)
+pl {09799.p1|09800.p0} : 9799 
+pl {09799.s2} (1)
+pl {09800.p1|09801.p0} : 9800 
+pl {09800.s2} (1)
+pl {09801.p1|09802.p0} : 9801 
+pl {09801.s2} (1)
+pl {09802.p1|09803.p0} : 9802 
+pl {09802.s2} (1)
+pl {09803.p1|09804.p0} : 9803 
+pl {09803.s2} (1)
+pl {09804.p1|09805.p0} : 9804 
+pl {09804.s2} (1)
+pl {09805.p1|09806.p0} : 9805 
+pl {09805.s2} (1)
+pl {09806.p1|09807.p0} : 9806 
+pl {09806.s2} (1)
+pl {09807.p1|09808.p0} : 9807 
+pl {09807.s2} (1)
+pl {09808.p1|09809.p0} : 9808 
+pl {09808.s2} (1)
+pl {09809.p1|09810.p0} : 9809 
+pl {09809.s2} (1)
+pl {09810.p1|09811.p0} : 9810 
+pl {09810.s2} (1)
+pl {09811.p1|09812.p0} : 9811 
+pl {09811.s2} (1)
+pl {09812.p1|09813.p0} : 9812 
+pl {09812.s2} (1)
+pl {09813.p1|09814.p0} : 9813 
+pl {09813.s2} (1)
+pl {09814.p1|09815.p0} : 9814 
+pl {09814.s2} (1)
+pl {09815.p1|09816.p0} : 9815 
+pl {09815.s2} (1)
+pl {09816.p1|09817.p0} : 9816 
+pl {09816.s2} (1)
+pl {09817.p1|09818.p0} : 9817 
+pl {09817.s2} (1)
+pl {09818.p1|09819.p0} : 9818 
+pl {09818.s2} (1)
+pl {09819.p1|09820.p0} : 9819 
+pl {09819.s2} (1)
+pl {09820.p1|09821.p0} : 9820 
+pl {09820.s2} (1)
+pl {09821.p1|09822.p0} : 9821 
+pl {09821.s2} (1)
+pl {09822.p1|09823.p0} : 9822 
+pl {09822.s2} (1)
+pl {09823.p1|09824.p0} : 9823 
+pl {09823.s2} (1)
+pl {09824.p1|09825.p0} : 9824 
+pl {09824.s2} (1)
+pl {09825.p1|09826.p0} : 9825 
+pl {09825.s2} (1)
+pl {09826.p1|09827.p0} : 9826 
+pl {09826.s2} (1)
+pl {09827.p1|09828.p0} : 9827 
+pl {09827.s2} (1)
+pl {09828.p1|09829.p0} : 9828 
+pl {09828.s2} (1)
+pl {09829.p1|09830.p0} : 9829 
+pl {09829.s2} (1)
+pl {09830.p1|09831.p0} : 9830 
+pl {09830.s2} (1)
+pl {09831.p1|09832.p0} : 9831 
+pl {09831.s2} (1)
+pl {09832.p1|09833.p0} : 9832 
+pl {09832.s2} (1)
+pl {09833.p1|09834.p0} : 9833 
+pl {09833.s2} (1)
+pl {09834.p1|09835.p0} : 9834 
+pl {09834.s2} (1)
+pl {09835.p1|09836.p0} : 9835 
+pl {09835.s2} (1)
+pl {09836.p1|09837.p0} : 9836 
+pl {09836.s2} (1)
+pl {09837.p1|09838.p0} : 9837 
+pl {09837.s2} (1)
+pl {09838.p1|09839.p0} : 9838 
+pl {09838.s2} (1)
+pl {09839.p1|09840.p0} : 9839 
+pl {09839.s2} (1)
+pl {09840.p1|09841.p0} : 9840 
+pl {09840.s2} (1)
+pl {09841.p1|09842.p0} : 9841 
+pl {09841.s2} (1)
+pl {09842.p1|09843.p0} : 9842 
+pl {09842.s2} (1)
+pl {09843.p1|09844.p0} : 9843 
+pl {09843.s2} (1)
+pl {09844.p1|09845.p0} : 9844 
+pl {09844.s2} (1)
+pl {09845.p1|09846.p0} : 9845 
+pl {09845.s2} (1)
+pl {09846.p1|09847.p0} : 9846 
+pl {09846.s2} (1)
+pl {09847.p1|09848.p0} : 9847 
+pl {09847.s2} (1)
+pl {09848.p1|09849.p0} : 9848 
+pl {09848.s2} (1)
+pl {09849.p1|09850.p0} : 9849 
+pl {09849.s2} (1)
+pl {09850.p1|09851.p0} : 9850 
+pl {09850.s2} (1)
+pl {09851.p1|09852.p0} : 9851 
+pl {09851.s2} (1)
+pl {09852.p1|09853.p0} : 9852 
+pl {09852.s2} (1)
+pl {09853.p1|09854.p0} : 9853 
+pl {09853.s2} (1)
+pl {09854.p1|09855.p0} : 9854 
+pl {09854.s2} (1)
+pl {09855.p1|09856.p0} : 9855 
+pl {09855.s2} (1)
+pl {09856.p1|09857.p0} : 9856 
+pl {09856.s2} (1)
+pl {09857.p1|09858.p0} : 9857 
+pl {09857.s2} (1)
+pl {09858.p1|09859.p0} : 9858 
+pl {09858.s2} (1)
+pl {09859.p1|09860.p0} : 9859 
+pl {09859.s2} (1)
+pl {09860.p1|09861.p0} : 9860 
+pl {09860.s2} (1)
+pl {09861.p1|09862.p0} : 9861 
+pl {09861.s2} (1)
+pl {09862.p1|09863.p0} : 9862 
+pl {09862.s2} (1)
+pl {09863.p1|09864.p0} : 9863 
+pl {09863.s2} (1)
+pl {09864.p1|09865.p0} : 9864 
+pl {09864.s2} (1)
+pl {09865.p1|09866.p0} : 9865 
+pl {09865.s2} (1)
+pl {09866.p1|09867.p0} : 9866 
+pl {09866.s2} (1)
+pl {09867.p1|09868.p0} : 9867 
+pl {09867.s2} (1)
+pl {09868.p1|09869.p0} : 9868 
+pl {09868.s2} (1)
+pl {09869.p1|09870.p0} : 9869 
+pl {09869.s2} (1)
+pl {09870.p1|09871.p0} : 9870 
+pl {09870.s2} (1)
+pl {09871.p1|09872.p0} : 9871 
+pl {09871.s2} (1)
+pl {09872.p1|09873.p0} : 9872 
+pl {09872.s2} (1)
+pl {09873.p1|09874.p0} : 9873 
+pl {09873.s2} (1)
+pl {09874.p1|09875.p0} : 9874 
+pl {09874.s2} (1)
+pl {09875.p1|09876.p0} : 9875 
+pl {09875.s2} (1)
+pl {09876.p1|09877.p0} : 9876 
+pl {09876.s2} (1)
+pl {09877.p1|09878.p0} : 9877 
+pl {09877.s2} (1)
+pl {09878.p1|09879.p0} : 9878 
+pl {09878.s2} (1)
+pl {09879.p1|09880.p0} : 9879 
+pl {09879.s2} (1)
+pl {09880.p1|09881.p0} : 9880 
+pl {09880.s2} (1)
+pl {09881.p1|09882.p0} : 9881 
+pl {09881.s2} (1)
+pl {09882.p1|09883.p0} : 9882 
+pl {09882.s2} (1)
+pl {09883.p1|09884.p0} : 9883 
+pl {09883.s2} (1)
+pl {09884.p1|09885.p0} : 9884 
+pl {09884.s2} (1)
+pl {09885.p1|09886.p0} : 9885 
+pl {09885.s2} (1)
+pl {09886.p1|09887.p0} : 9886 
+pl {09886.s2} (1)
+pl {09887.p1|09888.p0} : 9887 
+pl {09887.s2} (1)
+pl {09888.p1|09889.p0} : 9888 
+pl {09888.s2} (1)
+pl {09889.p1|09890.p0} : 9889 
+pl {09889.s2} (1)
+pl {09890.p1|09891.p0} : 9890 
+pl {09890.s2} (1)
+pl {09891.p1|09892.p0} : 9891 
+pl {09891.s2} (1)
+pl {09892.p1|09893.p0} : 9892 
+pl {09892.s2} (1)
+pl {09893.p1|09894.p0} : 9893 
+pl {09893.s2} (1)
+pl {09894.p1|09895.p0} : 9894 
+pl {09894.s2} (1)
+pl {09895.p1|09896.p0} : 9895 
+pl {09895.s2} (1)
+pl {09896.p1|09897.p0} : 9896 
+pl {09896.s2} (1)
+pl {09897.p1|09898.p0} : 9897 
+pl {09897.s2} (1)
+pl {09898.p1|09899.p0} : 9898 
+pl {09898.s2} (1)
+pl {09899.p1|09900.p0} : 9899 
+pl {09899.s2} (1)
+pl {09900.p1|09901.p0} : 9900 
+pl {09900.s2} (1)
+pl {09901.p1|09902.p0} : 9901 
+pl {09901.s2} (1)
+pl {09902.p1|09903.p0} : 9902 
+pl {09902.s2} (1)
+pl {09903.p1|09904.p0} : 9903 
+pl {09903.s2} (1)
+pl {09904.p1|09905.p0} : 9904 
+pl {09904.s2} (1)
+pl {09905.p1|09906.p0} : 9905 
+pl {09905.s2} (1)
+pl {09906.p1|09907.p0} : 9906 
+pl {09906.s2} (1)
+pl {09907.p1|09908.p0} : 9907 
+pl {09907.s2} (1)
+pl {09908.p1|09909.p0} : 9908 
+pl {09908.s2} (1)
+pl {09909.p1|09910.p0} : 9909 
+pl {09909.s2} (1)
+pl {09910.p1|09911.p0} : 9910 
+pl {09910.s2} (1)
+pl {09911.p1|09912.p0} : 9911 
+pl {09911.s2} (1)
+pl {09912.p1|09913.p0} : 9912 
+pl {09912.s2} (1)
+pl {09913.p1|09914.p0} : 9913 
+pl {09913.s2} (1)
+pl {09914.p1|09915.p0} : 9914 
+pl {09914.s2} (1)
+pl {09915.p1|09916.p0} : 9915 
+pl {09915.s2} (1)
+pl {09916.p1|09917.p0} : 9916 
+pl {09916.s2} (1)
+pl {09917.p1|09918.p0} : 9917 
+pl {09917.s2} (1)
+pl {09918.p1|09919.p0} : 9918 
+pl {09918.s2} (1)
+pl {09919.p1|09920.p0} : 9919 
+pl {09919.s2} (1)
+pl {09920.p1|09921.p0} : 9920 
+pl {09920.s2} (1)
+pl {09921.p1|09922.p0} : 9921 
+pl {09921.s2} (1)
+pl {09922.p1|09923.p0} : 9922 
+pl {09922.s2} (1)
+pl {09923.p1|09924.p0} : 9923 
+pl {09923.s2} (1)
+pl {09924.p1|09925.p0} : 9924 
+pl {09924.s2} (1)
+pl {09925.p1|09926.p0} : 9925 
+pl {09925.s2} (1)
+pl {09926.p1|09927.p0} : 9926 
+pl {09926.s2} (1)
+pl {09927.p1|09928.p0} : 9927 
+pl {09927.s2} (1)
+pl {09928.p1|09929.p0} : 9928 
+pl {09928.s2} (1)
+pl {09929.p1|09930.p0} : 9929 
+pl {09929.s2} (1)
+pl {09930.p1|09931.p0} : 9930 
+pl {09930.s2} (1)
+pl {09931.p1|09932.p0} : 9931 
+pl {09931.s2} (1)
+pl {09932.p1|09933.p0} : 9932 
+pl {09932.s2} (1)
+pl {09933.p1|09934.p0} : 9933 
+pl {09933.s2} (1)
+pl {09934.p1|09935.p0} : 9934 
+pl {09934.s2} (1)
+pl {09935.p1|09936.p0} : 9935 
+pl {09935.s2} (1)
+pl {09936.p1|09937.p0} : 9936 
+pl {09936.s2} (1)
+pl {09937.p1|09938.p0} : 9937 
+pl {09937.s2} (1)
+pl {09938.p1|09939.p0} : 9938 
+pl {09938.s2} (1)
+pl {09939.p1|09940.p0} : 9939 
+pl {09939.s2} (1)
+pl {09940.p1|09941.p0} : 9940 
+pl {09940.s2} (1)
+pl {09941.p1|09942.p0} : 9941 
+pl {09941.s2} (1)
+pl {09942.p1|09943.p0} : 9942 
+pl {09942.s2} (1)
+pl {09943.p1|09944.p0} : 9943 
+pl {09943.s2} (1)
+pl {09944.p1|09945.p0} : 9944 
+pl {09944.s2} (1)
+pl {09945.p1|09946.p0} : 9945 
+pl {09945.s2} (1)
+pl {09946.p1|09947.p0} : 9946 
+pl {09946.s2} (1)
+pl {09947.p1|09948.p0} : 9947 
+pl {09947.s2} (1)
+pl {09948.p1|09949.p0} : 9948 
+pl {09948.s2} (1)
+pl {09949.p1|09950.p0} : 9949 
+pl {09949.s2} (1)
+pl {09950.p1|09951.p0} : 9950 
+pl {09950.s2} (1)
+pl {09951.p1|09952.p0} : 9951 
+pl {09951.s2} (1)
+pl {09952.p1|09953.p0} : 9952 
+pl {09952.s2} (1)
+pl {09953.p1|09954.p0} : 9953 
+pl {09953.s2} (1)
+pl {09954.p1|09955.p0} : 9954 
+pl {09954.s2} (1)
+pl {09955.p1|09956.p0} : 9955 
+pl {09955.s2} (1)
+pl {09956.p1|09957.p0} : 9956 
+pl {09956.s2} (1)
+pl {09957.p1|09958.p0} : 9957 
+pl {09957.s2} (1)
+pl {09958.p1|09959.p0} : 9958 
+pl {09958.s2} (1)
+pl {09959.p1|09960.p0} : 9959 
+pl {09959.s2} (1)
+pl {09960.p1|09961.p0} : 9960 
+pl {09960.s2} (1)
+pl {09961.p1|09962.p0} : 9961 
+pl {09961.s2} (1)
+pl {09962.p1|09963.p0} : 9962 
+pl {09962.s2} (1)
+pl {09963.p1|09964.p0} : 9963 
+pl {09963.s2} (1)
+pl {09964.p1|09965.p0} : 9964 
+pl {09964.s2} (1)
+pl {09965.p1|09966.p0} : 9965 
+pl {09965.s2} (1)
+pl {09966.p1|09967.p0} : 9966 
+pl {09966.s2} (1)
+pl {09967.p1|09968.p0} : 9967 
+pl {09967.s2} (1)
+pl {09968.p1|09969.p0} : 9968 
+pl {09968.s2} (1)
+pl {09969.p1|09970.p0} : 9969 
+pl {09969.s2} (1)
+pl {09970.p1|09971.p0} : 9970 
+pl {09970.s2} (1)
+pl {09971.p1|09972.p0} : 9971 
+pl {09971.s2} (1)
+pl {09972.p1|09973.p0} : 9972 
+pl {09972.s2} (1)
+pl {09973.p1|09974.p0} : 9973 
+pl {09973.s2} (1)
+pl {09974.p1|09975.p0} : 9974 
+pl {09974.s2} (1)
+pl {09975.p1|09976.p0} : 9975 
+pl {09975.s2} (1)
+pl {09976.p1|09977.p0} : 9976 
+pl {09976.s2} (1)
+pl {09977.p1|09978.p0} : 9977 
+pl {09977.s2} (1)
+pl {09978.p1|09979.p0} : 9978 
+pl {09978.s2} (1)
+pl {09979.p1|09980.p0} : 9979 
+pl {09979.s2} (1)
+pl {09980.p1|09981.p0} : 9980 
+pl {09980.s2} (1)
+pl {09981.p1|09982.p0} : 9981 
+pl {09981.s2} (1)
+pl {09982.p1|09983.p0} : 9982 
+pl {09982.s2} (1)
+pl {09983.p1|09984.p0} : 9983 
+pl {09983.s2} (1)
+pl {09984.p1|09985.p0} : 9984 
+pl {09984.s2} (1)
+pl {09985.p1|09986.p0} : 9985 
+pl {09985.s2} (1)
+pl {09986.p1|09987.p0} : 9986 
+pl {09986.s2} (1)
+pl {09987.p1|09988.p0} : 9987 
+pl {09987.s2} (1)
+pl {09988.p1|09989.p0} : 9988 
+pl {09988.s2} (1)
+pl {09989.p1|09990.p0} : 9989 
+pl {09989.s2} (1)
+pl {09990.p1|09991.p0} : 9990 
+pl {09990.s2} (1)
+pl {09991.p1|09992.p0} : 9991 
+pl {09991.s2} (1)
+pl {09992.p1|09993.p0} : 9992 
+pl {09992.s2} (1)
+pl {09993.p1|09994.p0} : 9993 
+pl {09993.s2} (1)
+pl {09994.p1|09995.p0} : 9994 
+pl {09994.s2} (1)
+pl {09995.p1|09996.p0} : 9995 
+pl {09995.s2} (1)
+pl {09996.p1|09997.p0} : 9996 
+pl {09996.s2} (1)
+pl {09997.p1|09998.p0} : 9997 
+pl {09997.s2} (1)
+pl {09998.p1|09999.p0} : 9998 
+pl {09998.s2} (1)
+pl {09999.p1|10000.p0} : 9999 
+pl {09999.s2} (1)
+pl {10000.p1|00001.p0} : 10000 (1)
+pl {10000.s2} (1)
diff --git a/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m10000.tpn b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m10000.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..4d9279395baeb74d407623d389260819945df12e
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/m10000.tpn
@@ -0,0 +1,20003 @@
+net milner10000
+load components/proc.ndr
+pl p0 (1)
+ren 1/out 10000/in
+load components/proc.ndr
+ren 2/out 1/in
+load components/proc.ndr
+ren 3/out 2/in
+load components/proc.ndr
+ren 4/out 3/in
+load components/proc.ndr
+ren 5/out 4/in
+load components/proc.ndr
+ren 6/out 5/in
+load components/proc.ndr
+ren 7/out 6/in
+load components/proc.ndr
+ren 8/out 7/in
+load components/proc.ndr
+ren 9/out 8/in
+load components/proc.ndr
+ren 10/out 9/in
+load components/proc.ndr
+ren 11/out 10/in
+load components/proc.ndr
+ren 12/out 11/in
+load components/proc.ndr
+ren 13/out 12/in
+load components/proc.ndr
+ren 14/out 13/in
+load components/proc.ndr
+ren 15/out 14/in
+load components/proc.ndr
+ren 16/out 15/in
+load components/proc.ndr
+ren 17/out 16/in
+load components/proc.ndr
+ren 18/out 17/in
+load components/proc.ndr
+ren 19/out 18/in
+load components/proc.ndr
+ren 20/out 19/in
+load components/proc.ndr
+ren 21/out 20/in
+load components/proc.ndr
+ren 22/out 21/in
+load components/proc.ndr
+ren 23/out 22/in
+load components/proc.ndr
+ren 24/out 23/in
+load components/proc.ndr
+ren 25/out 24/in
+load components/proc.ndr
+ren 26/out 25/in
+load components/proc.ndr
+ren 27/out 26/in
+load components/proc.ndr
+ren 28/out 27/in
+load components/proc.ndr
+ren 29/out 28/in
+load components/proc.ndr
+ren 30/out 29/in
+load components/proc.ndr
+ren 31/out 30/in
+load components/proc.ndr
+ren 32/out 31/in
+load components/proc.ndr
+ren 33/out 32/in
+load components/proc.ndr
+ren 34/out 33/in
+load components/proc.ndr
+ren 35/out 34/in
+load components/proc.ndr
+ren 36/out 35/in
+load components/proc.ndr
+ren 37/out 36/in
+load components/proc.ndr
+ren 38/out 37/in
+load components/proc.ndr
+ren 39/out 38/in
+load components/proc.ndr
+ren 40/out 39/in
+load components/proc.ndr
+ren 41/out 40/in
+load components/proc.ndr
+ren 42/out 41/in
+load components/proc.ndr
+ren 43/out 42/in
+load components/proc.ndr
+ren 44/out 43/in
+load components/proc.ndr
+ren 45/out 44/in
+load components/proc.ndr
+ren 46/out 45/in
+load components/proc.ndr
+ren 47/out 46/in
+load components/proc.ndr
+ren 48/out 47/in
+load components/proc.ndr
+ren 49/out 48/in
+load components/proc.ndr
+ren 50/out 49/in
+load components/proc.ndr
+ren 51/out 50/in
+load components/proc.ndr
+ren 52/out 51/in
+load components/proc.ndr
+ren 53/out 52/in
+load components/proc.ndr
+ren 54/out 53/in
+load components/proc.ndr
+ren 55/out 54/in
+load components/proc.ndr
+ren 56/out 55/in
+load components/proc.ndr
+ren 57/out 56/in
+load components/proc.ndr
+ren 58/out 57/in
+load components/proc.ndr
+ren 59/out 58/in
+load components/proc.ndr
+ren 60/out 59/in
+load components/proc.ndr
+ren 61/out 60/in
+load components/proc.ndr
+ren 62/out 61/in
+load components/proc.ndr
+ren 63/out 62/in
+load components/proc.ndr
+ren 64/out 63/in
+load components/proc.ndr
+ren 65/out 64/in
+load components/proc.ndr
+ren 66/out 65/in
+load components/proc.ndr
+ren 67/out 66/in
+load components/proc.ndr
+ren 68/out 67/in
+load components/proc.ndr
+ren 69/out 68/in
+load components/proc.ndr
+ren 70/out 69/in
+load components/proc.ndr
+ren 71/out 70/in
+load components/proc.ndr
+ren 72/out 71/in
+load components/proc.ndr
+ren 73/out 72/in
+load components/proc.ndr
+ren 74/out 73/in
+load components/proc.ndr
+ren 75/out 74/in
+load components/proc.ndr
+ren 76/out 75/in
+load components/proc.ndr
+ren 77/out 76/in
+load components/proc.ndr
+ren 78/out 77/in
+load components/proc.ndr
+ren 79/out 78/in
+load components/proc.ndr
+ren 80/out 79/in
+load components/proc.ndr
+ren 81/out 80/in
+load components/proc.ndr
+ren 82/out 81/in
+load components/proc.ndr
+ren 83/out 82/in
+load components/proc.ndr
+ren 84/out 83/in
+load components/proc.ndr
+ren 85/out 84/in
+load components/proc.ndr
+ren 86/out 85/in
+load components/proc.ndr
+ren 87/out 86/in
+load components/proc.ndr
+ren 88/out 87/in
+load components/proc.ndr
+ren 89/out 88/in
+load components/proc.ndr
+ren 90/out 89/in
+load components/proc.ndr
+ren 91/out 90/in
+load components/proc.ndr
+ren 92/out 91/in
+load components/proc.ndr
+ren 93/out 92/in
+load components/proc.ndr
+ren 94/out 93/in
+load components/proc.ndr
+ren 95/out 94/in
+load components/proc.ndr
+ren 96/out 95/in
+load components/proc.ndr
+ren 97/out 96/in
+load components/proc.ndr
+ren 98/out 97/in
+load components/proc.ndr
+ren 99/out 98/in
+load components/proc.ndr
+ren 100/out 99/in
+load components/proc.ndr
+ren 101/out 100/in
+load components/proc.ndr
+ren 102/out 101/in
+load components/proc.ndr
+ren 103/out 102/in
+load components/proc.ndr
+ren 104/out 103/in
+load components/proc.ndr
+ren 105/out 104/in
+load components/proc.ndr
+ren 106/out 105/in
+load components/proc.ndr
+ren 107/out 106/in
+load components/proc.ndr
+ren 108/out 107/in
+load components/proc.ndr
+ren 109/out 108/in
+load components/proc.ndr
+ren 110/out 109/in
+load components/proc.ndr
+ren 111/out 110/in
+load components/proc.ndr
+ren 112/out 111/in
+load components/proc.ndr
+ren 113/out 112/in
+load components/proc.ndr
+ren 114/out 113/in
+load components/proc.ndr
+ren 115/out 114/in
+load components/proc.ndr
+ren 116/out 115/in
+load components/proc.ndr
+ren 117/out 116/in
+load components/proc.ndr
+ren 118/out 117/in
+load components/proc.ndr
+ren 119/out 118/in
+load components/proc.ndr
+ren 120/out 119/in
+load components/proc.ndr
+ren 121/out 120/in
+load components/proc.ndr
+ren 122/out 121/in
+load components/proc.ndr
+ren 123/out 122/in
+load components/proc.ndr
+ren 124/out 123/in
+load components/proc.ndr
+ren 125/out 124/in
+load components/proc.ndr
+ren 126/out 125/in
+load components/proc.ndr
+ren 127/out 126/in
+load components/proc.ndr
+ren 128/out 127/in
+load components/proc.ndr
+ren 129/out 128/in
+load components/proc.ndr
+ren 130/out 129/in
+load components/proc.ndr
+ren 131/out 130/in
+load components/proc.ndr
+ren 132/out 131/in
+load components/proc.ndr
+ren 133/out 132/in
+load components/proc.ndr
+ren 134/out 133/in
+load components/proc.ndr
+ren 135/out 134/in
+load components/proc.ndr
+ren 136/out 135/in
+load components/proc.ndr
+ren 137/out 136/in
+load components/proc.ndr
+ren 138/out 137/in
+load components/proc.ndr
+ren 139/out 138/in
+load components/proc.ndr
+ren 140/out 139/in
+load components/proc.ndr
+ren 141/out 140/in
+load components/proc.ndr
+ren 142/out 141/in
+load components/proc.ndr
+ren 143/out 142/in
+load components/proc.ndr
+ren 144/out 143/in
+load components/proc.ndr
+ren 145/out 144/in
+load components/proc.ndr
+ren 146/out 145/in
+load components/proc.ndr
+ren 147/out 146/in
+load components/proc.ndr
+ren 148/out 147/in
+load components/proc.ndr
+ren 149/out 148/in
+load components/proc.ndr
+ren 150/out 149/in
+load components/proc.ndr
+ren 151/out 150/in
+load components/proc.ndr
+ren 152/out 151/in
+load components/proc.ndr
+ren 153/out 152/in
+load components/proc.ndr
+ren 154/out 153/in
+load components/proc.ndr
+ren 155/out 154/in
+load components/proc.ndr
+ren 156/out 155/in
+load components/proc.ndr
+ren 157/out 156/in
+load components/proc.ndr
+ren 158/out 157/in
+load components/proc.ndr
+ren 159/out 158/in
+load components/proc.ndr
+ren 160/out 159/in
+load components/proc.ndr
+ren 161/out 160/in
+load components/proc.ndr
+ren 162/out 161/in
+load components/proc.ndr
+ren 163/out 162/in
+load components/proc.ndr
+ren 164/out 163/in
+load components/proc.ndr
+ren 165/out 164/in
+load components/proc.ndr
+ren 166/out 165/in
+load components/proc.ndr
+ren 167/out 166/in
+load components/proc.ndr
+ren 168/out 167/in
+load components/proc.ndr
+ren 169/out 168/in
+load components/proc.ndr
+ren 170/out 169/in
+load components/proc.ndr
+ren 171/out 170/in
+load components/proc.ndr
+ren 172/out 171/in
+load components/proc.ndr
+ren 173/out 172/in
+load components/proc.ndr
+ren 174/out 173/in
+load components/proc.ndr
+ren 175/out 174/in
+load components/proc.ndr
+ren 176/out 175/in
+load components/proc.ndr
+ren 177/out 176/in
+load components/proc.ndr
+ren 178/out 177/in
+load components/proc.ndr
+ren 179/out 178/in
+load components/proc.ndr
+ren 180/out 179/in
+load components/proc.ndr
+ren 181/out 180/in
+load components/proc.ndr
+ren 182/out 181/in
+load components/proc.ndr
+ren 183/out 182/in
+load components/proc.ndr
+ren 184/out 183/in
+load components/proc.ndr
+ren 185/out 184/in
+load components/proc.ndr
+ren 186/out 185/in
+load components/proc.ndr
+ren 187/out 186/in
+load components/proc.ndr
+ren 188/out 187/in
+load components/proc.ndr
+ren 189/out 188/in
+load components/proc.ndr
+ren 190/out 189/in
+load components/proc.ndr
+ren 191/out 190/in
+load components/proc.ndr
+ren 192/out 191/in
+load components/proc.ndr
+ren 193/out 192/in
+load components/proc.ndr
+ren 194/out 193/in
+load components/proc.ndr
+ren 195/out 194/in
+load components/proc.ndr
+ren 196/out 195/in
+load components/proc.ndr
+ren 197/out 196/in
+load components/proc.ndr
+ren 198/out 197/in
+load components/proc.ndr
+ren 199/out 198/in
+load components/proc.ndr
+ren 200/out 199/in
+load components/proc.ndr
+ren 201/out 200/in
+load components/proc.ndr
+ren 202/out 201/in
+load components/proc.ndr
+ren 203/out 202/in
+load components/proc.ndr
+ren 204/out 203/in
+load components/proc.ndr
+ren 205/out 204/in
+load components/proc.ndr
+ren 206/out 205/in
+load components/proc.ndr
+ren 207/out 206/in
+load components/proc.ndr
+ren 208/out 207/in
+load components/proc.ndr
+ren 209/out 208/in
+load components/proc.ndr
+ren 210/out 209/in
+load components/proc.ndr
+ren 211/out 210/in
+load components/proc.ndr
+ren 212/out 211/in
+load components/proc.ndr
+ren 213/out 212/in
+load components/proc.ndr
+ren 214/out 213/in
+load components/proc.ndr
+ren 215/out 214/in
+load components/proc.ndr
+ren 216/out 215/in
+load components/proc.ndr
+ren 217/out 216/in
+load components/proc.ndr
+ren 218/out 217/in
+load components/proc.ndr
+ren 219/out 218/in
+load components/proc.ndr
+ren 220/out 219/in
+load components/proc.ndr
+ren 221/out 220/in
+load components/proc.ndr
+ren 222/out 221/in
+load components/proc.ndr
+ren 223/out 222/in
+load components/proc.ndr
+ren 224/out 223/in
+load components/proc.ndr
+ren 225/out 224/in
+load components/proc.ndr
+ren 226/out 225/in
+load components/proc.ndr
+ren 227/out 226/in
+load components/proc.ndr
+ren 228/out 227/in
+load components/proc.ndr
+ren 229/out 228/in
+load components/proc.ndr
+ren 230/out 229/in
+load components/proc.ndr
+ren 231/out 230/in
+load components/proc.ndr
+ren 232/out 231/in
+load components/proc.ndr
+ren 233/out 232/in
+load components/proc.ndr
+ren 234/out 233/in
+load components/proc.ndr
+ren 235/out 234/in
+load components/proc.ndr
+ren 236/out 235/in
+load components/proc.ndr
+ren 237/out 236/in
+load components/proc.ndr
+ren 238/out 237/in
+load components/proc.ndr
+ren 239/out 238/in
+load components/proc.ndr
+ren 240/out 239/in
+load components/proc.ndr
+ren 241/out 240/in
+load components/proc.ndr
+ren 242/out 241/in
+load components/proc.ndr
+ren 243/out 242/in
+load components/proc.ndr
+ren 244/out 243/in
+load components/proc.ndr
+ren 245/out 244/in
+load components/proc.ndr
+ren 246/out 245/in
+load components/proc.ndr
+ren 247/out 246/in
+load components/proc.ndr
+ren 248/out 247/in
+load components/proc.ndr
+ren 249/out 248/in
+load components/proc.ndr
+ren 250/out 249/in
+load components/proc.ndr
+ren 251/out 250/in
+load components/proc.ndr
+ren 252/out 251/in
+load components/proc.ndr
+ren 253/out 252/in
+load components/proc.ndr
+ren 254/out 253/in
+load components/proc.ndr
+ren 255/out 254/in
+load components/proc.ndr
+ren 256/out 255/in
+load components/proc.ndr
+ren 257/out 256/in
+load components/proc.ndr
+ren 258/out 257/in
+load components/proc.ndr
+ren 259/out 258/in
+load components/proc.ndr
+ren 260/out 259/in
+load components/proc.ndr
+ren 261/out 260/in
+load components/proc.ndr
+ren 262/out 261/in
+load components/proc.ndr
+ren 263/out 262/in
+load components/proc.ndr
+ren 264/out 263/in
+load components/proc.ndr
+ren 265/out 264/in
+load components/proc.ndr
+ren 266/out 265/in
+load components/proc.ndr
+ren 267/out 266/in
+load components/proc.ndr
+ren 268/out 267/in
+load components/proc.ndr
+ren 269/out 268/in
+load components/proc.ndr
+ren 270/out 269/in
+load components/proc.ndr
+ren 271/out 270/in
+load components/proc.ndr
+ren 272/out 271/in
+load components/proc.ndr
+ren 273/out 272/in
+load components/proc.ndr
+ren 274/out 273/in
+load components/proc.ndr
+ren 275/out 274/in
+load components/proc.ndr
+ren 276/out 275/in
+load components/proc.ndr
+ren 277/out 276/in
+load components/proc.ndr
+ren 278/out 277/in
+load components/proc.ndr
+ren 279/out 278/in
+load components/proc.ndr
+ren 280/out 279/in
+load components/proc.ndr
+ren 281/out 280/in
+load components/proc.ndr
+ren 282/out 281/in
+load components/proc.ndr
+ren 283/out 282/in
+load components/proc.ndr
+ren 284/out 283/in
+load components/proc.ndr
+ren 285/out 284/in
+load components/proc.ndr
+ren 286/out 285/in
+load components/proc.ndr
+ren 287/out 286/in
+load components/proc.ndr
+ren 288/out 287/in
+load components/proc.ndr
+ren 289/out 288/in
+load components/proc.ndr
+ren 290/out 289/in
+load components/proc.ndr
+ren 291/out 290/in
+load components/proc.ndr
+ren 292/out 291/in
+load components/proc.ndr
+ren 293/out 292/in
+load components/proc.ndr
+ren 294/out 293/in
+load components/proc.ndr
+ren 295/out 294/in
+load components/proc.ndr
+ren 296/out 295/in
+load components/proc.ndr
+ren 297/out 296/in
+load components/proc.ndr
+ren 298/out 297/in
+load components/proc.ndr
+ren 299/out 298/in
+load components/proc.ndr
+ren 300/out 299/in
+load components/proc.ndr
+ren 301/out 300/in
+load components/proc.ndr
+ren 302/out 301/in
+load components/proc.ndr
+ren 303/out 302/in
+load components/proc.ndr
+ren 304/out 303/in
+load components/proc.ndr
+ren 305/out 304/in
+load components/proc.ndr
+ren 306/out 305/in
+load components/proc.ndr
+ren 307/out 306/in
+load components/proc.ndr
+ren 308/out 307/in
+load components/proc.ndr
+ren 309/out 308/in
+load components/proc.ndr
+ren 310/out 309/in
+load components/proc.ndr
+ren 311/out 310/in
+load components/proc.ndr
+ren 312/out 311/in
+load components/proc.ndr
+ren 313/out 312/in
+load components/proc.ndr
+ren 314/out 313/in
+load components/proc.ndr
+ren 315/out 314/in
+load components/proc.ndr
+ren 316/out 315/in
+load components/proc.ndr
+ren 317/out 316/in
+load components/proc.ndr
+ren 318/out 317/in
+load components/proc.ndr
+ren 319/out 318/in
+load components/proc.ndr
+ren 320/out 319/in
+load components/proc.ndr
+ren 321/out 320/in
+load components/proc.ndr
+ren 322/out 321/in
+load components/proc.ndr
+ren 323/out 322/in
+load components/proc.ndr
+ren 324/out 323/in
+load components/proc.ndr
+ren 325/out 324/in
+load components/proc.ndr
+ren 326/out 325/in
+load components/proc.ndr
+ren 327/out 326/in
+load components/proc.ndr
+ren 328/out 327/in
+load components/proc.ndr
+ren 329/out 328/in
+load components/proc.ndr
+ren 330/out 329/in
+load components/proc.ndr
+ren 331/out 330/in
+load components/proc.ndr
+ren 332/out 331/in
+load components/proc.ndr
+ren 333/out 332/in
+load components/proc.ndr
+ren 334/out 333/in
+load components/proc.ndr
+ren 335/out 334/in
+load components/proc.ndr
+ren 336/out 335/in
+load components/proc.ndr
+ren 337/out 336/in
+load components/proc.ndr
+ren 338/out 337/in
+load components/proc.ndr
+ren 339/out 338/in
+load components/proc.ndr
+ren 340/out 339/in
+load components/proc.ndr
+ren 341/out 340/in
+load components/proc.ndr
+ren 342/out 341/in
+load components/proc.ndr
+ren 343/out 342/in
+load components/proc.ndr
+ren 344/out 343/in
+load components/proc.ndr
+ren 345/out 344/in
+load components/proc.ndr
+ren 346/out 345/in
+load components/proc.ndr
+ren 347/out 346/in
+load components/proc.ndr
+ren 348/out 347/in
+load components/proc.ndr
+ren 349/out 348/in
+load components/proc.ndr
+ren 350/out 349/in
+load components/proc.ndr
+ren 351/out 350/in
+load components/proc.ndr
+ren 352/out 351/in
+load components/proc.ndr
+ren 353/out 352/in
+load components/proc.ndr
+ren 354/out 353/in
+load components/proc.ndr
+ren 355/out 354/in
+load components/proc.ndr
+ren 356/out 355/in
+load components/proc.ndr
+ren 357/out 356/in
+load components/proc.ndr
+ren 358/out 357/in
+load components/proc.ndr
+ren 359/out 358/in
+load components/proc.ndr
+ren 360/out 359/in
+load components/proc.ndr
+ren 361/out 360/in
+load components/proc.ndr
+ren 362/out 361/in
+load components/proc.ndr
+ren 363/out 362/in
+load components/proc.ndr
+ren 364/out 363/in
+load components/proc.ndr
+ren 365/out 364/in
+load components/proc.ndr
+ren 366/out 365/in
+load components/proc.ndr
+ren 367/out 366/in
+load components/proc.ndr
+ren 368/out 367/in
+load components/proc.ndr
+ren 369/out 368/in
+load components/proc.ndr
+ren 370/out 369/in
+load components/proc.ndr
+ren 371/out 370/in
+load components/proc.ndr
+ren 372/out 371/in
+load components/proc.ndr
+ren 373/out 372/in
+load components/proc.ndr
+ren 374/out 373/in
+load components/proc.ndr
+ren 375/out 374/in
+load components/proc.ndr
+ren 376/out 375/in
+load components/proc.ndr
+ren 377/out 376/in
+load components/proc.ndr
+ren 378/out 377/in
+load components/proc.ndr
+ren 379/out 378/in
+load components/proc.ndr
+ren 380/out 379/in
+load components/proc.ndr
+ren 381/out 380/in
+load components/proc.ndr
+ren 382/out 381/in
+load components/proc.ndr
+ren 383/out 382/in
+load components/proc.ndr
+ren 384/out 383/in
+load components/proc.ndr
+ren 385/out 384/in
+load components/proc.ndr
+ren 386/out 385/in
+load components/proc.ndr
+ren 387/out 386/in
+load components/proc.ndr
+ren 388/out 387/in
+load components/proc.ndr
+ren 389/out 388/in
+load components/proc.ndr
+ren 390/out 389/in
+load components/proc.ndr
+ren 391/out 390/in
+load components/proc.ndr
+ren 392/out 391/in
+load components/proc.ndr
+ren 393/out 392/in
+load components/proc.ndr
+ren 394/out 393/in
+load components/proc.ndr
+ren 395/out 394/in
+load components/proc.ndr
+ren 396/out 395/in
+load components/proc.ndr
+ren 397/out 396/in
+load components/proc.ndr
+ren 398/out 397/in
+load components/proc.ndr
+ren 399/out 398/in
+load components/proc.ndr
+ren 400/out 399/in
+load components/proc.ndr
+ren 401/out 400/in
+load components/proc.ndr
+ren 402/out 401/in
+load components/proc.ndr
+ren 403/out 402/in
+load components/proc.ndr
+ren 404/out 403/in
+load components/proc.ndr
+ren 405/out 404/in
+load components/proc.ndr
+ren 406/out 405/in
+load components/proc.ndr
+ren 407/out 406/in
+load components/proc.ndr
+ren 408/out 407/in
+load components/proc.ndr
+ren 409/out 408/in
+load components/proc.ndr
+ren 410/out 409/in
+load components/proc.ndr
+ren 411/out 410/in
+load components/proc.ndr
+ren 412/out 411/in
+load components/proc.ndr
+ren 413/out 412/in
+load components/proc.ndr
+ren 414/out 413/in
+load components/proc.ndr
+ren 415/out 414/in
+load components/proc.ndr
+ren 416/out 415/in
+load components/proc.ndr
+ren 417/out 416/in
+load components/proc.ndr
+ren 418/out 417/in
+load components/proc.ndr
+ren 419/out 418/in
+load components/proc.ndr
+ren 420/out 419/in
+load components/proc.ndr
+ren 421/out 420/in
+load components/proc.ndr
+ren 422/out 421/in
+load components/proc.ndr
+ren 423/out 422/in
+load components/proc.ndr
+ren 424/out 423/in
+load components/proc.ndr
+ren 425/out 424/in
+load components/proc.ndr
+ren 426/out 425/in
+load components/proc.ndr
+ren 427/out 426/in
+load components/proc.ndr
+ren 428/out 427/in
+load components/proc.ndr
+ren 429/out 428/in
+load components/proc.ndr
+ren 430/out 429/in
+load components/proc.ndr
+ren 431/out 430/in
+load components/proc.ndr
+ren 432/out 431/in
+load components/proc.ndr
+ren 433/out 432/in
+load components/proc.ndr
+ren 434/out 433/in
+load components/proc.ndr
+ren 435/out 434/in
+load components/proc.ndr
+ren 436/out 435/in
+load components/proc.ndr
+ren 437/out 436/in
+load components/proc.ndr
+ren 438/out 437/in
+load components/proc.ndr
+ren 439/out 438/in
+load components/proc.ndr
+ren 440/out 439/in
+load components/proc.ndr
+ren 441/out 440/in
+load components/proc.ndr
+ren 442/out 441/in
+load components/proc.ndr
+ren 443/out 442/in
+load components/proc.ndr
+ren 444/out 443/in
+load components/proc.ndr
+ren 445/out 444/in
+load components/proc.ndr
+ren 446/out 445/in
+load components/proc.ndr
+ren 447/out 446/in
+load components/proc.ndr
+ren 448/out 447/in
+load components/proc.ndr
+ren 449/out 448/in
+load components/proc.ndr
+ren 450/out 449/in
+load components/proc.ndr
+ren 451/out 450/in
+load components/proc.ndr
+ren 452/out 451/in
+load components/proc.ndr
+ren 453/out 452/in
+load components/proc.ndr
+ren 454/out 453/in
+load components/proc.ndr
+ren 455/out 454/in
+load components/proc.ndr
+ren 456/out 455/in
+load components/proc.ndr
+ren 457/out 456/in
+load components/proc.ndr
+ren 458/out 457/in
+load components/proc.ndr
+ren 459/out 458/in
+load components/proc.ndr
+ren 460/out 459/in
+load components/proc.ndr
+ren 461/out 460/in
+load components/proc.ndr
+ren 462/out 461/in
+load components/proc.ndr
+ren 463/out 462/in
+load components/proc.ndr
+ren 464/out 463/in
+load components/proc.ndr
+ren 465/out 464/in
+load components/proc.ndr
+ren 466/out 465/in
+load components/proc.ndr
+ren 467/out 466/in
+load components/proc.ndr
+ren 468/out 467/in
+load components/proc.ndr
+ren 469/out 468/in
+load components/proc.ndr
+ren 470/out 469/in
+load components/proc.ndr
+ren 471/out 470/in
+load components/proc.ndr
+ren 472/out 471/in
+load components/proc.ndr
+ren 473/out 472/in
+load components/proc.ndr
+ren 474/out 473/in
+load components/proc.ndr
+ren 475/out 474/in
+load components/proc.ndr
+ren 476/out 475/in
+load components/proc.ndr
+ren 477/out 476/in
+load components/proc.ndr
+ren 478/out 477/in
+load components/proc.ndr
+ren 479/out 478/in
+load components/proc.ndr
+ren 480/out 479/in
+load components/proc.ndr
+ren 481/out 480/in
+load components/proc.ndr
+ren 482/out 481/in
+load components/proc.ndr
+ren 483/out 482/in
+load components/proc.ndr
+ren 484/out 483/in
+load components/proc.ndr
+ren 485/out 484/in
+load components/proc.ndr
+ren 486/out 485/in
+load components/proc.ndr
+ren 487/out 486/in
+load components/proc.ndr
+ren 488/out 487/in
+load components/proc.ndr
+ren 489/out 488/in
+load components/proc.ndr
+ren 490/out 489/in
+load components/proc.ndr
+ren 491/out 490/in
+load components/proc.ndr
+ren 492/out 491/in
+load components/proc.ndr
+ren 493/out 492/in
+load components/proc.ndr
+ren 494/out 493/in
+load components/proc.ndr
+ren 495/out 494/in
+load components/proc.ndr
+ren 496/out 495/in
+load components/proc.ndr
+ren 497/out 496/in
+load components/proc.ndr
+ren 498/out 497/in
+load components/proc.ndr
+ren 499/out 498/in
+load components/proc.ndr
+ren 500/out 499/in
+load components/proc.ndr
+ren 501/out 500/in
+load components/proc.ndr
+ren 502/out 501/in
+load components/proc.ndr
+ren 503/out 502/in
+load components/proc.ndr
+ren 504/out 503/in
+load components/proc.ndr
+ren 505/out 504/in
+load components/proc.ndr
+ren 506/out 505/in
+load components/proc.ndr
+ren 507/out 506/in
+load components/proc.ndr
+ren 508/out 507/in
+load components/proc.ndr
+ren 509/out 508/in
+load components/proc.ndr
+ren 510/out 509/in
+load components/proc.ndr
+ren 511/out 510/in
+load components/proc.ndr
+ren 512/out 511/in
+load components/proc.ndr
+ren 513/out 512/in
+load components/proc.ndr
+ren 514/out 513/in
+load components/proc.ndr
+ren 515/out 514/in
+load components/proc.ndr
+ren 516/out 515/in
+load components/proc.ndr
+ren 517/out 516/in
+load components/proc.ndr
+ren 518/out 517/in
+load components/proc.ndr
+ren 519/out 518/in
+load components/proc.ndr
+ren 520/out 519/in
+load components/proc.ndr
+ren 521/out 520/in
+load components/proc.ndr
+ren 522/out 521/in
+load components/proc.ndr
+ren 523/out 522/in
+load components/proc.ndr
+ren 524/out 523/in
+load components/proc.ndr
+ren 525/out 524/in
+load components/proc.ndr
+ren 526/out 525/in
+load components/proc.ndr
+ren 527/out 526/in
+load components/proc.ndr
+ren 528/out 527/in
+load components/proc.ndr
+ren 529/out 528/in
+load components/proc.ndr
+ren 530/out 529/in
+load components/proc.ndr
+ren 531/out 530/in
+load components/proc.ndr
+ren 532/out 531/in
+load components/proc.ndr
+ren 533/out 532/in
+load components/proc.ndr
+ren 534/out 533/in
+load components/proc.ndr
+ren 535/out 534/in
+load components/proc.ndr
+ren 536/out 535/in
+load components/proc.ndr
+ren 537/out 536/in
+load components/proc.ndr
+ren 538/out 537/in
+load components/proc.ndr
+ren 539/out 538/in
+load components/proc.ndr
+ren 540/out 539/in
+load components/proc.ndr
+ren 541/out 540/in
+load components/proc.ndr
+ren 542/out 541/in
+load components/proc.ndr
+ren 543/out 542/in
+load components/proc.ndr
+ren 544/out 543/in
+load components/proc.ndr
+ren 545/out 544/in
+load components/proc.ndr
+ren 546/out 545/in
+load components/proc.ndr
+ren 547/out 546/in
+load components/proc.ndr
+ren 548/out 547/in
+load components/proc.ndr
+ren 549/out 548/in
+load components/proc.ndr
+ren 550/out 549/in
+load components/proc.ndr
+ren 551/out 550/in
+load components/proc.ndr
+ren 552/out 551/in
+load components/proc.ndr
+ren 553/out 552/in
+load components/proc.ndr
+ren 554/out 553/in
+load components/proc.ndr
+ren 555/out 554/in
+load components/proc.ndr
+ren 556/out 555/in
+load components/proc.ndr
+ren 557/out 556/in
+load components/proc.ndr
+ren 558/out 557/in
+load components/proc.ndr
+ren 559/out 558/in
+load components/proc.ndr
+ren 560/out 559/in
+load components/proc.ndr
+ren 561/out 560/in
+load components/proc.ndr
+ren 562/out 561/in
+load components/proc.ndr
+ren 563/out 562/in
+load components/proc.ndr
+ren 564/out 563/in
+load components/proc.ndr
+ren 565/out 564/in
+load components/proc.ndr
+ren 566/out 565/in
+load components/proc.ndr
+ren 567/out 566/in
+load components/proc.ndr
+ren 568/out 567/in
+load components/proc.ndr
+ren 569/out 568/in
+load components/proc.ndr
+ren 570/out 569/in
+load components/proc.ndr
+ren 571/out 570/in
+load components/proc.ndr
+ren 572/out 571/in
+load components/proc.ndr
+ren 573/out 572/in
+load components/proc.ndr
+ren 574/out 573/in
+load components/proc.ndr
+ren 575/out 574/in
+load components/proc.ndr
+ren 576/out 575/in
+load components/proc.ndr
+ren 577/out 576/in
+load components/proc.ndr
+ren 578/out 577/in
+load components/proc.ndr
+ren 579/out 578/in
+load components/proc.ndr
+ren 580/out 579/in
+load components/proc.ndr
+ren 581/out 580/in
+load components/proc.ndr
+ren 582/out 581/in
+load components/proc.ndr
+ren 583/out 582/in
+load components/proc.ndr
+ren 584/out 583/in
+load components/proc.ndr
+ren 585/out 584/in
+load components/proc.ndr
+ren 586/out 585/in
+load components/proc.ndr
+ren 587/out 586/in
+load components/proc.ndr
+ren 588/out 587/in
+load components/proc.ndr
+ren 589/out 588/in
+load components/proc.ndr
+ren 590/out 589/in
+load components/proc.ndr
+ren 591/out 590/in
+load components/proc.ndr
+ren 592/out 591/in
+load components/proc.ndr
+ren 593/out 592/in
+load components/proc.ndr
+ren 594/out 593/in
+load components/proc.ndr
+ren 595/out 594/in
+load components/proc.ndr
+ren 596/out 595/in
+load components/proc.ndr
+ren 597/out 596/in
+load components/proc.ndr
+ren 598/out 597/in
+load components/proc.ndr
+ren 599/out 598/in
+load components/proc.ndr
+ren 600/out 599/in
+load components/proc.ndr
+ren 601/out 600/in
+load components/proc.ndr
+ren 602/out 601/in
+load components/proc.ndr
+ren 603/out 602/in
+load components/proc.ndr
+ren 604/out 603/in
+load components/proc.ndr
+ren 605/out 604/in
+load components/proc.ndr
+ren 606/out 605/in
+load components/proc.ndr
+ren 607/out 606/in
+load components/proc.ndr
+ren 608/out 607/in
+load components/proc.ndr
+ren 609/out 608/in
+load components/proc.ndr
+ren 610/out 609/in
+load components/proc.ndr
+ren 611/out 610/in
+load components/proc.ndr
+ren 612/out 611/in
+load components/proc.ndr
+ren 613/out 612/in
+load components/proc.ndr
+ren 614/out 613/in
+load components/proc.ndr
+ren 615/out 614/in
+load components/proc.ndr
+ren 616/out 615/in
+load components/proc.ndr
+ren 617/out 616/in
+load components/proc.ndr
+ren 618/out 617/in
+load components/proc.ndr
+ren 619/out 618/in
+load components/proc.ndr
+ren 620/out 619/in
+load components/proc.ndr
+ren 621/out 620/in
+load components/proc.ndr
+ren 622/out 621/in
+load components/proc.ndr
+ren 623/out 622/in
+load components/proc.ndr
+ren 624/out 623/in
+load components/proc.ndr
+ren 625/out 624/in
+load components/proc.ndr
+ren 626/out 625/in
+load components/proc.ndr
+ren 627/out 626/in
+load components/proc.ndr
+ren 628/out 627/in
+load components/proc.ndr
+ren 629/out 628/in
+load components/proc.ndr
+ren 630/out 629/in
+load components/proc.ndr
+ren 631/out 630/in
+load components/proc.ndr
+ren 632/out 631/in
+load components/proc.ndr
+ren 633/out 632/in
+load components/proc.ndr
+ren 634/out 633/in
+load components/proc.ndr
+ren 635/out 634/in
+load components/proc.ndr
+ren 636/out 635/in
+load components/proc.ndr
+ren 637/out 636/in
+load components/proc.ndr
+ren 638/out 637/in
+load components/proc.ndr
+ren 639/out 638/in
+load components/proc.ndr
+ren 640/out 639/in
+load components/proc.ndr
+ren 641/out 640/in
+load components/proc.ndr
+ren 642/out 641/in
+load components/proc.ndr
+ren 643/out 642/in
+load components/proc.ndr
+ren 644/out 643/in
+load components/proc.ndr
+ren 645/out 644/in
+load components/proc.ndr
+ren 646/out 645/in
+load components/proc.ndr
+ren 647/out 646/in
+load components/proc.ndr
+ren 648/out 647/in
+load components/proc.ndr
+ren 649/out 648/in
+load components/proc.ndr
+ren 650/out 649/in
+load components/proc.ndr
+ren 651/out 650/in
+load components/proc.ndr
+ren 652/out 651/in
+load components/proc.ndr
+ren 653/out 652/in
+load components/proc.ndr
+ren 654/out 653/in
+load components/proc.ndr
+ren 655/out 654/in
+load components/proc.ndr
+ren 656/out 655/in
+load components/proc.ndr
+ren 657/out 656/in
+load components/proc.ndr
+ren 658/out 657/in
+load components/proc.ndr
+ren 659/out 658/in
+load components/proc.ndr
+ren 660/out 659/in
+load components/proc.ndr
+ren 661/out 660/in
+load components/proc.ndr
+ren 662/out 661/in
+load components/proc.ndr
+ren 663/out 662/in
+load components/proc.ndr
+ren 664/out 663/in
+load components/proc.ndr
+ren 665/out 664/in
+load components/proc.ndr
+ren 666/out 665/in
+load components/proc.ndr
+ren 667/out 666/in
+load components/proc.ndr
+ren 668/out 667/in
+load components/proc.ndr
+ren 669/out 668/in
+load components/proc.ndr
+ren 670/out 669/in
+load components/proc.ndr
+ren 671/out 670/in
+load components/proc.ndr
+ren 672/out 671/in
+load components/proc.ndr
+ren 673/out 672/in
+load components/proc.ndr
+ren 674/out 673/in
+load components/proc.ndr
+ren 675/out 674/in
+load components/proc.ndr
+ren 676/out 675/in
+load components/proc.ndr
+ren 677/out 676/in
+load components/proc.ndr
+ren 678/out 677/in
+load components/proc.ndr
+ren 679/out 678/in
+load components/proc.ndr
+ren 680/out 679/in
+load components/proc.ndr
+ren 681/out 680/in
+load components/proc.ndr
+ren 682/out 681/in
+load components/proc.ndr
+ren 683/out 682/in
+load components/proc.ndr
+ren 684/out 683/in
+load components/proc.ndr
+ren 685/out 684/in
+load components/proc.ndr
+ren 686/out 685/in
+load components/proc.ndr
+ren 687/out 686/in
+load components/proc.ndr
+ren 688/out 687/in
+load components/proc.ndr
+ren 689/out 688/in
+load components/proc.ndr
+ren 690/out 689/in
+load components/proc.ndr
+ren 691/out 690/in
+load components/proc.ndr
+ren 692/out 691/in
+load components/proc.ndr
+ren 693/out 692/in
+load components/proc.ndr
+ren 694/out 693/in
+load components/proc.ndr
+ren 695/out 694/in
+load components/proc.ndr
+ren 696/out 695/in
+load components/proc.ndr
+ren 697/out 696/in
+load components/proc.ndr
+ren 698/out 697/in
+load components/proc.ndr
+ren 699/out 698/in
+load components/proc.ndr
+ren 700/out 699/in
+load components/proc.ndr
+ren 701/out 700/in
+load components/proc.ndr
+ren 702/out 701/in
+load components/proc.ndr
+ren 703/out 702/in
+load components/proc.ndr
+ren 704/out 703/in
+load components/proc.ndr
+ren 705/out 704/in
+load components/proc.ndr
+ren 706/out 705/in
+load components/proc.ndr
+ren 707/out 706/in
+load components/proc.ndr
+ren 708/out 707/in
+load components/proc.ndr
+ren 709/out 708/in
+load components/proc.ndr
+ren 710/out 709/in
+load components/proc.ndr
+ren 711/out 710/in
+load components/proc.ndr
+ren 712/out 711/in
+load components/proc.ndr
+ren 713/out 712/in
+load components/proc.ndr
+ren 714/out 713/in
+load components/proc.ndr
+ren 715/out 714/in
+load components/proc.ndr
+ren 716/out 715/in
+load components/proc.ndr
+ren 717/out 716/in
+load components/proc.ndr
+ren 718/out 717/in
+load components/proc.ndr
+ren 719/out 718/in
+load components/proc.ndr
+ren 720/out 719/in
+load components/proc.ndr
+ren 721/out 720/in
+load components/proc.ndr
+ren 722/out 721/in
+load components/proc.ndr
+ren 723/out 722/in
+load components/proc.ndr
+ren 724/out 723/in
+load components/proc.ndr
+ren 725/out 724/in
+load components/proc.ndr
+ren 726/out 725/in
+load components/proc.ndr
+ren 727/out 726/in
+load components/proc.ndr
+ren 728/out 727/in
+load components/proc.ndr
+ren 729/out 728/in
+load components/proc.ndr
+ren 730/out 729/in
+load components/proc.ndr
+ren 731/out 730/in
+load components/proc.ndr
+ren 732/out 731/in
+load components/proc.ndr
+ren 733/out 732/in
+load components/proc.ndr
+ren 734/out 733/in
+load components/proc.ndr
+ren 735/out 734/in
+load components/proc.ndr
+ren 736/out 735/in
+load components/proc.ndr
+ren 737/out 736/in
+load components/proc.ndr
+ren 738/out 737/in
+load components/proc.ndr
+ren 739/out 738/in
+load components/proc.ndr
+ren 740/out 739/in
+load components/proc.ndr
+ren 741/out 740/in
+load components/proc.ndr
+ren 742/out 741/in
+load components/proc.ndr
+ren 743/out 742/in
+load components/proc.ndr
+ren 744/out 743/in
+load components/proc.ndr
+ren 745/out 744/in
+load components/proc.ndr
+ren 746/out 745/in
+load components/proc.ndr
+ren 747/out 746/in
+load components/proc.ndr
+ren 748/out 747/in
+load components/proc.ndr
+ren 749/out 748/in
+load components/proc.ndr
+ren 750/out 749/in
+load components/proc.ndr
+ren 751/out 750/in
+load components/proc.ndr
+ren 752/out 751/in
+load components/proc.ndr
+ren 753/out 752/in
+load components/proc.ndr
+ren 754/out 753/in
+load components/proc.ndr
+ren 755/out 754/in
+load components/proc.ndr
+ren 756/out 755/in
+load components/proc.ndr
+ren 757/out 756/in
+load components/proc.ndr
+ren 758/out 757/in
+load components/proc.ndr
+ren 759/out 758/in
+load components/proc.ndr
+ren 760/out 759/in
+load components/proc.ndr
+ren 761/out 760/in
+load components/proc.ndr
+ren 762/out 761/in
+load components/proc.ndr
+ren 763/out 762/in
+load components/proc.ndr
+ren 764/out 763/in
+load components/proc.ndr
+ren 765/out 764/in
+load components/proc.ndr
+ren 766/out 765/in
+load components/proc.ndr
+ren 767/out 766/in
+load components/proc.ndr
+ren 768/out 767/in
+load components/proc.ndr
+ren 769/out 768/in
+load components/proc.ndr
+ren 770/out 769/in
+load components/proc.ndr
+ren 771/out 770/in
+load components/proc.ndr
+ren 772/out 771/in
+load components/proc.ndr
+ren 773/out 772/in
+load components/proc.ndr
+ren 774/out 773/in
+load components/proc.ndr
+ren 775/out 774/in
+load components/proc.ndr
+ren 776/out 775/in
+load components/proc.ndr
+ren 777/out 776/in
+load components/proc.ndr
+ren 778/out 777/in
+load components/proc.ndr
+ren 779/out 778/in
+load components/proc.ndr
+ren 780/out 779/in
+load components/proc.ndr
+ren 781/out 780/in
+load components/proc.ndr
+ren 782/out 781/in
+load components/proc.ndr
+ren 783/out 782/in
+load components/proc.ndr
+ren 784/out 783/in
+load components/proc.ndr
+ren 785/out 784/in
+load components/proc.ndr
+ren 786/out 785/in
+load components/proc.ndr
+ren 787/out 786/in
+load components/proc.ndr
+ren 788/out 787/in
+load components/proc.ndr
+ren 789/out 788/in
+load components/proc.ndr
+ren 790/out 789/in
+load components/proc.ndr
+ren 791/out 790/in
+load components/proc.ndr
+ren 792/out 791/in
+load components/proc.ndr
+ren 793/out 792/in
+load components/proc.ndr
+ren 794/out 793/in
+load components/proc.ndr
+ren 795/out 794/in
+load components/proc.ndr
+ren 796/out 795/in
+load components/proc.ndr
+ren 797/out 796/in
+load components/proc.ndr
+ren 798/out 797/in
+load components/proc.ndr
+ren 799/out 798/in
+load components/proc.ndr
+ren 800/out 799/in
+load components/proc.ndr
+ren 801/out 800/in
+load components/proc.ndr
+ren 802/out 801/in
+load components/proc.ndr
+ren 803/out 802/in
+load components/proc.ndr
+ren 804/out 803/in
+load components/proc.ndr
+ren 805/out 804/in
+load components/proc.ndr
+ren 806/out 805/in
+load components/proc.ndr
+ren 807/out 806/in
+load components/proc.ndr
+ren 808/out 807/in
+load components/proc.ndr
+ren 809/out 808/in
+load components/proc.ndr
+ren 810/out 809/in
+load components/proc.ndr
+ren 811/out 810/in
+load components/proc.ndr
+ren 812/out 811/in
+load components/proc.ndr
+ren 813/out 812/in
+load components/proc.ndr
+ren 814/out 813/in
+load components/proc.ndr
+ren 815/out 814/in
+load components/proc.ndr
+ren 816/out 815/in
+load components/proc.ndr
+ren 817/out 816/in
+load components/proc.ndr
+ren 818/out 817/in
+load components/proc.ndr
+ren 819/out 818/in
+load components/proc.ndr
+ren 820/out 819/in
+load components/proc.ndr
+ren 821/out 820/in
+load components/proc.ndr
+ren 822/out 821/in
+load components/proc.ndr
+ren 823/out 822/in
+load components/proc.ndr
+ren 824/out 823/in
+load components/proc.ndr
+ren 825/out 824/in
+load components/proc.ndr
+ren 826/out 825/in
+load components/proc.ndr
+ren 827/out 826/in
+load components/proc.ndr
+ren 828/out 827/in
+load components/proc.ndr
+ren 829/out 828/in
+load components/proc.ndr
+ren 830/out 829/in
+load components/proc.ndr
+ren 831/out 830/in
+load components/proc.ndr
+ren 832/out 831/in
+load components/proc.ndr
+ren 833/out 832/in
+load components/proc.ndr
+ren 834/out 833/in
+load components/proc.ndr
+ren 835/out 834/in
+load components/proc.ndr
+ren 836/out 835/in
+load components/proc.ndr
+ren 837/out 836/in
+load components/proc.ndr
+ren 838/out 837/in
+load components/proc.ndr
+ren 839/out 838/in
+load components/proc.ndr
+ren 840/out 839/in
+load components/proc.ndr
+ren 841/out 840/in
+load components/proc.ndr
+ren 842/out 841/in
+load components/proc.ndr
+ren 843/out 842/in
+load components/proc.ndr
+ren 844/out 843/in
+load components/proc.ndr
+ren 845/out 844/in
+load components/proc.ndr
+ren 846/out 845/in
+load components/proc.ndr
+ren 847/out 846/in
+load components/proc.ndr
+ren 848/out 847/in
+load components/proc.ndr
+ren 849/out 848/in
+load components/proc.ndr
+ren 850/out 849/in
+load components/proc.ndr
+ren 851/out 850/in
+load components/proc.ndr
+ren 852/out 851/in
+load components/proc.ndr
+ren 853/out 852/in
+load components/proc.ndr
+ren 854/out 853/in
+load components/proc.ndr
+ren 855/out 854/in
+load components/proc.ndr
+ren 856/out 855/in
+load components/proc.ndr
+ren 857/out 856/in
+load components/proc.ndr
+ren 858/out 857/in
+load components/proc.ndr
+ren 859/out 858/in
+load components/proc.ndr
+ren 860/out 859/in
+load components/proc.ndr
+ren 861/out 860/in
+load components/proc.ndr
+ren 862/out 861/in
+load components/proc.ndr
+ren 863/out 862/in
+load components/proc.ndr
+ren 864/out 863/in
+load components/proc.ndr
+ren 865/out 864/in
+load components/proc.ndr
+ren 866/out 865/in
+load components/proc.ndr
+ren 867/out 866/in
+load components/proc.ndr
+ren 868/out 867/in
+load components/proc.ndr
+ren 869/out 868/in
+load components/proc.ndr
+ren 870/out 869/in
+load components/proc.ndr
+ren 871/out 870/in
+load components/proc.ndr
+ren 872/out 871/in
+load components/proc.ndr
+ren 873/out 872/in
+load components/proc.ndr
+ren 874/out 873/in
+load components/proc.ndr
+ren 875/out 874/in
+load components/proc.ndr
+ren 876/out 875/in
+load components/proc.ndr
+ren 877/out 876/in
+load components/proc.ndr
+ren 878/out 877/in
+load components/proc.ndr
+ren 879/out 878/in
+load components/proc.ndr
+ren 880/out 879/in
+load components/proc.ndr
+ren 881/out 880/in
+load components/proc.ndr
+ren 882/out 881/in
+load components/proc.ndr
+ren 883/out 882/in
+load components/proc.ndr
+ren 884/out 883/in
+load components/proc.ndr
+ren 885/out 884/in
+load components/proc.ndr
+ren 886/out 885/in
+load components/proc.ndr
+ren 887/out 886/in
+load components/proc.ndr
+ren 888/out 887/in
+load components/proc.ndr
+ren 889/out 888/in
+load components/proc.ndr
+ren 890/out 889/in
+load components/proc.ndr
+ren 891/out 890/in
+load components/proc.ndr
+ren 892/out 891/in
+load components/proc.ndr
+ren 893/out 892/in
+load components/proc.ndr
+ren 894/out 893/in
+load components/proc.ndr
+ren 895/out 894/in
+load components/proc.ndr
+ren 896/out 895/in
+load components/proc.ndr
+ren 897/out 896/in
+load components/proc.ndr
+ren 898/out 897/in
+load components/proc.ndr
+ren 899/out 898/in
+load components/proc.ndr
+ren 900/out 899/in
+load components/proc.ndr
+ren 901/out 900/in
+load components/proc.ndr
+ren 902/out 901/in
+load components/proc.ndr
+ren 903/out 902/in
+load components/proc.ndr
+ren 904/out 903/in
+load components/proc.ndr
+ren 905/out 904/in
+load components/proc.ndr
+ren 906/out 905/in
+load components/proc.ndr
+ren 907/out 906/in
+load components/proc.ndr
+ren 908/out 907/in
+load components/proc.ndr
+ren 909/out 908/in
+load components/proc.ndr
+ren 910/out 909/in
+load components/proc.ndr
+ren 911/out 910/in
+load components/proc.ndr
+ren 912/out 911/in
+load components/proc.ndr
+ren 913/out 912/in
+load components/proc.ndr
+ren 914/out 913/in
+load components/proc.ndr
+ren 915/out 914/in
+load components/proc.ndr
+ren 916/out 915/in
+load components/proc.ndr
+ren 917/out 916/in
+load components/proc.ndr
+ren 918/out 917/in
+load components/proc.ndr
+ren 919/out 918/in
+load components/proc.ndr
+ren 920/out 919/in
+load components/proc.ndr
+ren 921/out 920/in
+load components/proc.ndr
+ren 922/out 921/in
+load components/proc.ndr
+ren 923/out 922/in
+load components/proc.ndr
+ren 924/out 923/in
+load components/proc.ndr
+ren 925/out 924/in
+load components/proc.ndr
+ren 926/out 925/in
+load components/proc.ndr
+ren 927/out 926/in
+load components/proc.ndr
+ren 928/out 927/in
+load components/proc.ndr
+ren 929/out 928/in
+load components/proc.ndr
+ren 930/out 929/in
+load components/proc.ndr
+ren 931/out 930/in
+load components/proc.ndr
+ren 932/out 931/in
+load components/proc.ndr
+ren 933/out 932/in
+load components/proc.ndr
+ren 934/out 933/in
+load components/proc.ndr
+ren 935/out 934/in
+load components/proc.ndr
+ren 936/out 935/in
+load components/proc.ndr
+ren 937/out 936/in
+load components/proc.ndr
+ren 938/out 937/in
+load components/proc.ndr
+ren 939/out 938/in
+load components/proc.ndr
+ren 940/out 939/in
+load components/proc.ndr
+ren 941/out 940/in
+load components/proc.ndr
+ren 942/out 941/in
+load components/proc.ndr
+ren 943/out 942/in
+load components/proc.ndr
+ren 944/out 943/in
+load components/proc.ndr
+ren 945/out 944/in
+load components/proc.ndr
+ren 946/out 945/in
+load components/proc.ndr
+ren 947/out 946/in
+load components/proc.ndr
+ren 948/out 947/in
+load components/proc.ndr
+ren 949/out 948/in
+load components/proc.ndr
+ren 950/out 949/in
+load components/proc.ndr
+ren 951/out 950/in
+load components/proc.ndr
+ren 952/out 951/in
+load components/proc.ndr
+ren 953/out 952/in
+load components/proc.ndr
+ren 954/out 953/in
+load components/proc.ndr
+ren 955/out 954/in
+load components/proc.ndr
+ren 956/out 955/in
+load components/proc.ndr
+ren 957/out 956/in
+load components/proc.ndr
+ren 958/out 957/in
+load components/proc.ndr
+ren 959/out 958/in
+load components/proc.ndr
+ren 960/out 959/in
+load components/proc.ndr
+ren 961/out 960/in
+load components/proc.ndr
+ren 962/out 961/in
+load components/proc.ndr
+ren 963/out 962/in
+load components/proc.ndr
+ren 964/out 963/in
+load components/proc.ndr
+ren 965/out 964/in
+load components/proc.ndr
+ren 966/out 965/in
+load components/proc.ndr
+ren 967/out 966/in
+load components/proc.ndr
+ren 968/out 967/in
+load components/proc.ndr
+ren 969/out 968/in
+load components/proc.ndr
+ren 970/out 969/in
+load components/proc.ndr
+ren 971/out 970/in
+load components/proc.ndr
+ren 972/out 971/in
+load components/proc.ndr
+ren 973/out 972/in
+load components/proc.ndr
+ren 974/out 973/in
+load components/proc.ndr
+ren 975/out 974/in
+load components/proc.ndr
+ren 976/out 975/in
+load components/proc.ndr
+ren 977/out 976/in
+load components/proc.ndr
+ren 978/out 977/in
+load components/proc.ndr
+ren 979/out 978/in
+load components/proc.ndr
+ren 980/out 979/in
+load components/proc.ndr
+ren 981/out 980/in
+load components/proc.ndr
+ren 982/out 981/in
+load components/proc.ndr
+ren 983/out 982/in
+load components/proc.ndr
+ren 984/out 983/in
+load components/proc.ndr
+ren 985/out 984/in
+load components/proc.ndr
+ren 986/out 985/in
+load components/proc.ndr
+ren 987/out 986/in
+load components/proc.ndr
+ren 988/out 987/in
+load components/proc.ndr
+ren 989/out 988/in
+load components/proc.ndr
+ren 990/out 989/in
+load components/proc.ndr
+ren 991/out 990/in
+load components/proc.ndr
+ren 992/out 991/in
+load components/proc.ndr
+ren 993/out 992/in
+load components/proc.ndr
+ren 994/out 993/in
+load components/proc.ndr
+ren 995/out 994/in
+load components/proc.ndr
+ren 996/out 995/in
+load components/proc.ndr
+ren 997/out 996/in
+load components/proc.ndr
+ren 998/out 997/in
+load components/proc.ndr
+ren 999/out 998/in
+load components/proc.ndr
+ren 1000/out 999/in
+load components/proc.ndr
+ren 1001/out 1000/in
+load components/proc.ndr
+ren 1002/out 1001/in
+load components/proc.ndr
+ren 1003/out 1002/in
+load components/proc.ndr
+ren 1004/out 1003/in
+load components/proc.ndr
+ren 1005/out 1004/in
+load components/proc.ndr
+ren 1006/out 1005/in
+load components/proc.ndr
+ren 1007/out 1006/in
+load components/proc.ndr
+ren 1008/out 1007/in
+load components/proc.ndr
+ren 1009/out 1008/in
+load components/proc.ndr
+ren 1010/out 1009/in
+load components/proc.ndr
+ren 1011/out 1010/in
+load components/proc.ndr
+ren 1012/out 1011/in
+load components/proc.ndr
+ren 1013/out 1012/in
+load components/proc.ndr
+ren 1014/out 1013/in
+load components/proc.ndr
+ren 1015/out 1014/in
+load components/proc.ndr
+ren 1016/out 1015/in
+load components/proc.ndr
+ren 1017/out 1016/in
+load components/proc.ndr
+ren 1018/out 1017/in
+load components/proc.ndr
+ren 1019/out 1018/in
+load components/proc.ndr
+ren 1020/out 1019/in
+load components/proc.ndr
+ren 1021/out 1020/in
+load components/proc.ndr
+ren 1022/out 1021/in
+load components/proc.ndr
+ren 1023/out 1022/in
+load components/proc.ndr
+ren 1024/out 1023/in
+load components/proc.ndr
+ren 1025/out 1024/in
+load components/proc.ndr
+ren 1026/out 1025/in
+load components/proc.ndr
+ren 1027/out 1026/in
+load components/proc.ndr
+ren 1028/out 1027/in
+load components/proc.ndr
+ren 1029/out 1028/in
+load components/proc.ndr
+ren 1030/out 1029/in
+load components/proc.ndr
+ren 1031/out 1030/in
+load components/proc.ndr
+ren 1032/out 1031/in
+load components/proc.ndr
+ren 1033/out 1032/in
+load components/proc.ndr
+ren 1034/out 1033/in
+load components/proc.ndr
+ren 1035/out 1034/in
+load components/proc.ndr
+ren 1036/out 1035/in
+load components/proc.ndr
+ren 1037/out 1036/in
+load components/proc.ndr
+ren 1038/out 1037/in
+load components/proc.ndr
+ren 1039/out 1038/in
+load components/proc.ndr
+ren 1040/out 1039/in
+load components/proc.ndr
+ren 1041/out 1040/in
+load components/proc.ndr
+ren 1042/out 1041/in
+load components/proc.ndr
+ren 1043/out 1042/in
+load components/proc.ndr
+ren 1044/out 1043/in
+load components/proc.ndr
+ren 1045/out 1044/in
+load components/proc.ndr
+ren 1046/out 1045/in
+load components/proc.ndr
+ren 1047/out 1046/in
+load components/proc.ndr
+ren 1048/out 1047/in
+load components/proc.ndr
+ren 1049/out 1048/in
+load components/proc.ndr
+ren 1050/out 1049/in
+load components/proc.ndr
+ren 1051/out 1050/in
+load components/proc.ndr
+ren 1052/out 1051/in
+load components/proc.ndr
+ren 1053/out 1052/in
+load components/proc.ndr
+ren 1054/out 1053/in
+load components/proc.ndr
+ren 1055/out 1054/in
+load components/proc.ndr
+ren 1056/out 1055/in
+load components/proc.ndr
+ren 1057/out 1056/in
+load components/proc.ndr
+ren 1058/out 1057/in
+load components/proc.ndr
+ren 1059/out 1058/in
+load components/proc.ndr
+ren 1060/out 1059/in
+load components/proc.ndr
+ren 1061/out 1060/in
+load components/proc.ndr
+ren 1062/out 1061/in
+load components/proc.ndr
+ren 1063/out 1062/in
+load components/proc.ndr
+ren 1064/out 1063/in
+load components/proc.ndr
+ren 1065/out 1064/in
+load components/proc.ndr
+ren 1066/out 1065/in
+load components/proc.ndr
+ren 1067/out 1066/in
+load components/proc.ndr
+ren 1068/out 1067/in
+load components/proc.ndr
+ren 1069/out 1068/in
+load components/proc.ndr
+ren 1070/out 1069/in
+load components/proc.ndr
+ren 1071/out 1070/in
+load components/proc.ndr
+ren 1072/out 1071/in
+load components/proc.ndr
+ren 1073/out 1072/in
+load components/proc.ndr
+ren 1074/out 1073/in
+load components/proc.ndr
+ren 1075/out 1074/in
+load components/proc.ndr
+ren 1076/out 1075/in
+load components/proc.ndr
+ren 1077/out 1076/in
+load components/proc.ndr
+ren 1078/out 1077/in
+load components/proc.ndr
+ren 1079/out 1078/in
+load components/proc.ndr
+ren 1080/out 1079/in
+load components/proc.ndr
+ren 1081/out 1080/in
+load components/proc.ndr
+ren 1082/out 1081/in
+load components/proc.ndr
+ren 1083/out 1082/in
+load components/proc.ndr
+ren 1084/out 1083/in
+load components/proc.ndr
+ren 1085/out 1084/in
+load components/proc.ndr
+ren 1086/out 1085/in
+load components/proc.ndr
+ren 1087/out 1086/in
+load components/proc.ndr
+ren 1088/out 1087/in
+load components/proc.ndr
+ren 1089/out 1088/in
+load components/proc.ndr
+ren 1090/out 1089/in
+load components/proc.ndr
+ren 1091/out 1090/in
+load components/proc.ndr
+ren 1092/out 1091/in
+load components/proc.ndr
+ren 1093/out 1092/in
+load components/proc.ndr
+ren 1094/out 1093/in
+load components/proc.ndr
+ren 1095/out 1094/in
+load components/proc.ndr
+ren 1096/out 1095/in
+load components/proc.ndr
+ren 1097/out 1096/in
+load components/proc.ndr
+ren 1098/out 1097/in
+load components/proc.ndr
+ren 1099/out 1098/in
+load components/proc.ndr
+ren 1100/out 1099/in
+load components/proc.ndr
+ren 1101/out 1100/in
+load components/proc.ndr
+ren 1102/out 1101/in
+load components/proc.ndr
+ren 1103/out 1102/in
+load components/proc.ndr
+ren 1104/out 1103/in
+load components/proc.ndr
+ren 1105/out 1104/in
+load components/proc.ndr
+ren 1106/out 1105/in
+load components/proc.ndr
+ren 1107/out 1106/in
+load components/proc.ndr
+ren 1108/out 1107/in
+load components/proc.ndr
+ren 1109/out 1108/in
+load components/proc.ndr
+ren 1110/out 1109/in
+load components/proc.ndr
+ren 1111/out 1110/in
+load components/proc.ndr
+ren 1112/out 1111/in
+load components/proc.ndr
+ren 1113/out 1112/in
+load components/proc.ndr
+ren 1114/out 1113/in
+load components/proc.ndr
+ren 1115/out 1114/in
+load components/proc.ndr
+ren 1116/out 1115/in
+load components/proc.ndr
+ren 1117/out 1116/in
+load components/proc.ndr
+ren 1118/out 1117/in
+load components/proc.ndr
+ren 1119/out 1118/in
+load components/proc.ndr
+ren 1120/out 1119/in
+load components/proc.ndr
+ren 1121/out 1120/in
+load components/proc.ndr
+ren 1122/out 1121/in
+load components/proc.ndr
+ren 1123/out 1122/in
+load components/proc.ndr
+ren 1124/out 1123/in
+load components/proc.ndr
+ren 1125/out 1124/in
+load components/proc.ndr
+ren 1126/out 1125/in
+load components/proc.ndr
+ren 1127/out 1126/in
+load components/proc.ndr
+ren 1128/out 1127/in
+load components/proc.ndr
+ren 1129/out 1128/in
+load components/proc.ndr
+ren 1130/out 1129/in
+load components/proc.ndr
+ren 1131/out 1130/in
+load components/proc.ndr
+ren 1132/out 1131/in
+load components/proc.ndr
+ren 1133/out 1132/in
+load components/proc.ndr
+ren 1134/out 1133/in
+load components/proc.ndr
+ren 1135/out 1134/in
+load components/proc.ndr
+ren 1136/out 1135/in
+load components/proc.ndr
+ren 1137/out 1136/in
+load components/proc.ndr
+ren 1138/out 1137/in
+load components/proc.ndr
+ren 1139/out 1138/in
+load components/proc.ndr
+ren 1140/out 1139/in
+load components/proc.ndr
+ren 1141/out 1140/in
+load components/proc.ndr
+ren 1142/out 1141/in
+load components/proc.ndr
+ren 1143/out 1142/in
+load components/proc.ndr
+ren 1144/out 1143/in
+load components/proc.ndr
+ren 1145/out 1144/in
+load components/proc.ndr
+ren 1146/out 1145/in
+load components/proc.ndr
+ren 1147/out 1146/in
+load components/proc.ndr
+ren 1148/out 1147/in
+load components/proc.ndr
+ren 1149/out 1148/in
+load components/proc.ndr
+ren 1150/out 1149/in
+load components/proc.ndr
+ren 1151/out 1150/in
+load components/proc.ndr
+ren 1152/out 1151/in
+load components/proc.ndr
+ren 1153/out 1152/in
+load components/proc.ndr
+ren 1154/out 1153/in
+load components/proc.ndr
+ren 1155/out 1154/in
+load components/proc.ndr
+ren 1156/out 1155/in
+load components/proc.ndr
+ren 1157/out 1156/in
+load components/proc.ndr
+ren 1158/out 1157/in
+load components/proc.ndr
+ren 1159/out 1158/in
+load components/proc.ndr
+ren 1160/out 1159/in
+load components/proc.ndr
+ren 1161/out 1160/in
+load components/proc.ndr
+ren 1162/out 1161/in
+load components/proc.ndr
+ren 1163/out 1162/in
+load components/proc.ndr
+ren 1164/out 1163/in
+load components/proc.ndr
+ren 1165/out 1164/in
+load components/proc.ndr
+ren 1166/out 1165/in
+load components/proc.ndr
+ren 1167/out 1166/in
+load components/proc.ndr
+ren 1168/out 1167/in
+load components/proc.ndr
+ren 1169/out 1168/in
+load components/proc.ndr
+ren 1170/out 1169/in
+load components/proc.ndr
+ren 1171/out 1170/in
+load components/proc.ndr
+ren 1172/out 1171/in
+load components/proc.ndr
+ren 1173/out 1172/in
+load components/proc.ndr
+ren 1174/out 1173/in
+load components/proc.ndr
+ren 1175/out 1174/in
+load components/proc.ndr
+ren 1176/out 1175/in
+load components/proc.ndr
+ren 1177/out 1176/in
+load components/proc.ndr
+ren 1178/out 1177/in
+load components/proc.ndr
+ren 1179/out 1178/in
+load components/proc.ndr
+ren 1180/out 1179/in
+load components/proc.ndr
+ren 1181/out 1180/in
+load components/proc.ndr
+ren 1182/out 1181/in
+load components/proc.ndr
+ren 1183/out 1182/in
+load components/proc.ndr
+ren 1184/out 1183/in
+load components/proc.ndr
+ren 1185/out 1184/in
+load components/proc.ndr
+ren 1186/out 1185/in
+load components/proc.ndr
+ren 1187/out 1186/in
+load components/proc.ndr
+ren 1188/out 1187/in
+load components/proc.ndr
+ren 1189/out 1188/in
+load components/proc.ndr
+ren 1190/out 1189/in
+load components/proc.ndr
+ren 1191/out 1190/in
+load components/proc.ndr
+ren 1192/out 1191/in
+load components/proc.ndr
+ren 1193/out 1192/in
+load components/proc.ndr
+ren 1194/out 1193/in
+load components/proc.ndr
+ren 1195/out 1194/in
+load components/proc.ndr
+ren 1196/out 1195/in
+load components/proc.ndr
+ren 1197/out 1196/in
+load components/proc.ndr
+ren 1198/out 1197/in
+load components/proc.ndr
+ren 1199/out 1198/in
+load components/proc.ndr
+ren 1200/out 1199/in
+load components/proc.ndr
+ren 1201/out 1200/in
+load components/proc.ndr
+ren 1202/out 1201/in
+load components/proc.ndr
+ren 1203/out 1202/in
+load components/proc.ndr
+ren 1204/out 1203/in
+load components/proc.ndr
+ren 1205/out 1204/in
+load components/proc.ndr
+ren 1206/out 1205/in
+load components/proc.ndr
+ren 1207/out 1206/in
+load components/proc.ndr
+ren 1208/out 1207/in
+load components/proc.ndr
+ren 1209/out 1208/in
+load components/proc.ndr
+ren 1210/out 1209/in
+load components/proc.ndr
+ren 1211/out 1210/in
+load components/proc.ndr
+ren 1212/out 1211/in
+load components/proc.ndr
+ren 1213/out 1212/in
+load components/proc.ndr
+ren 1214/out 1213/in
+load components/proc.ndr
+ren 1215/out 1214/in
+load components/proc.ndr
+ren 1216/out 1215/in
+load components/proc.ndr
+ren 1217/out 1216/in
+load components/proc.ndr
+ren 1218/out 1217/in
+load components/proc.ndr
+ren 1219/out 1218/in
+load components/proc.ndr
+ren 1220/out 1219/in
+load components/proc.ndr
+ren 1221/out 1220/in
+load components/proc.ndr
+ren 1222/out 1221/in
+load components/proc.ndr
+ren 1223/out 1222/in
+load components/proc.ndr
+ren 1224/out 1223/in
+load components/proc.ndr
+ren 1225/out 1224/in
+load components/proc.ndr
+ren 1226/out 1225/in
+load components/proc.ndr
+ren 1227/out 1226/in
+load components/proc.ndr
+ren 1228/out 1227/in
+load components/proc.ndr
+ren 1229/out 1228/in
+load components/proc.ndr
+ren 1230/out 1229/in
+load components/proc.ndr
+ren 1231/out 1230/in
+load components/proc.ndr
+ren 1232/out 1231/in
+load components/proc.ndr
+ren 1233/out 1232/in
+load components/proc.ndr
+ren 1234/out 1233/in
+load components/proc.ndr
+ren 1235/out 1234/in
+load components/proc.ndr
+ren 1236/out 1235/in
+load components/proc.ndr
+ren 1237/out 1236/in
+load components/proc.ndr
+ren 1238/out 1237/in
+load components/proc.ndr
+ren 1239/out 1238/in
+load components/proc.ndr
+ren 1240/out 1239/in
+load components/proc.ndr
+ren 1241/out 1240/in
+load components/proc.ndr
+ren 1242/out 1241/in
+load components/proc.ndr
+ren 1243/out 1242/in
+load components/proc.ndr
+ren 1244/out 1243/in
+load components/proc.ndr
+ren 1245/out 1244/in
+load components/proc.ndr
+ren 1246/out 1245/in
+load components/proc.ndr
+ren 1247/out 1246/in
+load components/proc.ndr
+ren 1248/out 1247/in
+load components/proc.ndr
+ren 1249/out 1248/in
+load components/proc.ndr
+ren 1250/out 1249/in
+load components/proc.ndr
+ren 1251/out 1250/in
+load components/proc.ndr
+ren 1252/out 1251/in
+load components/proc.ndr
+ren 1253/out 1252/in
+load components/proc.ndr
+ren 1254/out 1253/in
+load components/proc.ndr
+ren 1255/out 1254/in
+load components/proc.ndr
+ren 1256/out 1255/in
+load components/proc.ndr
+ren 1257/out 1256/in
+load components/proc.ndr
+ren 1258/out 1257/in
+load components/proc.ndr
+ren 1259/out 1258/in
+load components/proc.ndr
+ren 1260/out 1259/in
+load components/proc.ndr
+ren 1261/out 1260/in
+load components/proc.ndr
+ren 1262/out 1261/in
+load components/proc.ndr
+ren 1263/out 1262/in
+load components/proc.ndr
+ren 1264/out 1263/in
+load components/proc.ndr
+ren 1265/out 1264/in
+load components/proc.ndr
+ren 1266/out 1265/in
+load components/proc.ndr
+ren 1267/out 1266/in
+load components/proc.ndr
+ren 1268/out 1267/in
+load components/proc.ndr
+ren 1269/out 1268/in
+load components/proc.ndr
+ren 1270/out 1269/in
+load components/proc.ndr
+ren 1271/out 1270/in
+load components/proc.ndr
+ren 1272/out 1271/in
+load components/proc.ndr
+ren 1273/out 1272/in
+load components/proc.ndr
+ren 1274/out 1273/in
+load components/proc.ndr
+ren 1275/out 1274/in
+load components/proc.ndr
+ren 1276/out 1275/in
+load components/proc.ndr
+ren 1277/out 1276/in
+load components/proc.ndr
+ren 1278/out 1277/in
+load components/proc.ndr
+ren 1279/out 1278/in
+load components/proc.ndr
+ren 1280/out 1279/in
+load components/proc.ndr
+ren 1281/out 1280/in
+load components/proc.ndr
+ren 1282/out 1281/in
+load components/proc.ndr
+ren 1283/out 1282/in
+load components/proc.ndr
+ren 1284/out 1283/in
+load components/proc.ndr
+ren 1285/out 1284/in
+load components/proc.ndr
+ren 1286/out 1285/in
+load components/proc.ndr
+ren 1287/out 1286/in
+load components/proc.ndr
+ren 1288/out 1287/in
+load components/proc.ndr
+ren 1289/out 1288/in
+load components/proc.ndr
+ren 1290/out 1289/in
+load components/proc.ndr
+ren 1291/out 1290/in
+load components/proc.ndr
+ren 1292/out 1291/in
+load components/proc.ndr
+ren 1293/out 1292/in
+load components/proc.ndr
+ren 1294/out 1293/in
+load components/proc.ndr
+ren 1295/out 1294/in
+load components/proc.ndr
+ren 1296/out 1295/in
+load components/proc.ndr
+ren 1297/out 1296/in
+load components/proc.ndr
+ren 1298/out 1297/in
+load components/proc.ndr
+ren 1299/out 1298/in
+load components/proc.ndr
+ren 1300/out 1299/in
+load components/proc.ndr
+ren 1301/out 1300/in
+load components/proc.ndr
+ren 1302/out 1301/in
+load components/proc.ndr
+ren 1303/out 1302/in
+load components/proc.ndr
+ren 1304/out 1303/in
+load components/proc.ndr
+ren 1305/out 1304/in
+load components/proc.ndr
+ren 1306/out 1305/in
+load components/proc.ndr
+ren 1307/out 1306/in
+load components/proc.ndr
+ren 1308/out 1307/in
+load components/proc.ndr
+ren 1309/out 1308/in
+load components/proc.ndr
+ren 1310/out 1309/in
+load components/proc.ndr
+ren 1311/out 1310/in
+load components/proc.ndr
+ren 1312/out 1311/in
+load components/proc.ndr
+ren 1313/out 1312/in
+load components/proc.ndr
+ren 1314/out 1313/in
+load components/proc.ndr
+ren 1315/out 1314/in
+load components/proc.ndr
+ren 1316/out 1315/in
+load components/proc.ndr
+ren 1317/out 1316/in
+load components/proc.ndr
+ren 1318/out 1317/in
+load components/proc.ndr
+ren 1319/out 1318/in
+load components/proc.ndr
+ren 1320/out 1319/in
+load components/proc.ndr
+ren 1321/out 1320/in
+load components/proc.ndr
+ren 1322/out 1321/in
+load components/proc.ndr
+ren 1323/out 1322/in
+load components/proc.ndr
+ren 1324/out 1323/in
+load components/proc.ndr
+ren 1325/out 1324/in
+load components/proc.ndr
+ren 1326/out 1325/in
+load components/proc.ndr
+ren 1327/out 1326/in
+load components/proc.ndr
+ren 1328/out 1327/in
+load components/proc.ndr
+ren 1329/out 1328/in
+load components/proc.ndr
+ren 1330/out 1329/in
+load components/proc.ndr
+ren 1331/out 1330/in
+load components/proc.ndr
+ren 1332/out 1331/in
+load components/proc.ndr
+ren 1333/out 1332/in
+load components/proc.ndr
+ren 1334/out 1333/in
+load components/proc.ndr
+ren 1335/out 1334/in
+load components/proc.ndr
+ren 1336/out 1335/in
+load components/proc.ndr
+ren 1337/out 1336/in
+load components/proc.ndr
+ren 1338/out 1337/in
+load components/proc.ndr
+ren 1339/out 1338/in
+load components/proc.ndr
+ren 1340/out 1339/in
+load components/proc.ndr
+ren 1341/out 1340/in
+load components/proc.ndr
+ren 1342/out 1341/in
+load components/proc.ndr
+ren 1343/out 1342/in
+load components/proc.ndr
+ren 1344/out 1343/in
+load components/proc.ndr
+ren 1345/out 1344/in
+load components/proc.ndr
+ren 1346/out 1345/in
+load components/proc.ndr
+ren 1347/out 1346/in
+load components/proc.ndr
+ren 1348/out 1347/in
+load components/proc.ndr
+ren 1349/out 1348/in
+load components/proc.ndr
+ren 1350/out 1349/in
+load components/proc.ndr
+ren 1351/out 1350/in
+load components/proc.ndr
+ren 1352/out 1351/in
+load components/proc.ndr
+ren 1353/out 1352/in
+load components/proc.ndr
+ren 1354/out 1353/in
+load components/proc.ndr
+ren 1355/out 1354/in
+load components/proc.ndr
+ren 1356/out 1355/in
+load components/proc.ndr
+ren 1357/out 1356/in
+load components/proc.ndr
+ren 1358/out 1357/in
+load components/proc.ndr
+ren 1359/out 1358/in
+load components/proc.ndr
+ren 1360/out 1359/in
+load components/proc.ndr
+ren 1361/out 1360/in
+load components/proc.ndr
+ren 1362/out 1361/in
+load components/proc.ndr
+ren 1363/out 1362/in
+load components/proc.ndr
+ren 1364/out 1363/in
+load components/proc.ndr
+ren 1365/out 1364/in
+load components/proc.ndr
+ren 1366/out 1365/in
+load components/proc.ndr
+ren 1367/out 1366/in
+load components/proc.ndr
+ren 1368/out 1367/in
+load components/proc.ndr
+ren 1369/out 1368/in
+load components/proc.ndr
+ren 1370/out 1369/in
+load components/proc.ndr
+ren 1371/out 1370/in
+load components/proc.ndr
+ren 1372/out 1371/in
+load components/proc.ndr
+ren 1373/out 1372/in
+load components/proc.ndr
+ren 1374/out 1373/in
+load components/proc.ndr
+ren 1375/out 1374/in
+load components/proc.ndr
+ren 1376/out 1375/in
+load components/proc.ndr
+ren 1377/out 1376/in
+load components/proc.ndr
+ren 1378/out 1377/in
+load components/proc.ndr
+ren 1379/out 1378/in
+load components/proc.ndr
+ren 1380/out 1379/in
+load components/proc.ndr
+ren 1381/out 1380/in
+load components/proc.ndr
+ren 1382/out 1381/in
+load components/proc.ndr
+ren 1383/out 1382/in
+load components/proc.ndr
+ren 1384/out 1383/in
+load components/proc.ndr
+ren 1385/out 1384/in
+load components/proc.ndr
+ren 1386/out 1385/in
+load components/proc.ndr
+ren 1387/out 1386/in
+load components/proc.ndr
+ren 1388/out 1387/in
+load components/proc.ndr
+ren 1389/out 1388/in
+load components/proc.ndr
+ren 1390/out 1389/in
+load components/proc.ndr
+ren 1391/out 1390/in
+load components/proc.ndr
+ren 1392/out 1391/in
+load components/proc.ndr
+ren 1393/out 1392/in
+load components/proc.ndr
+ren 1394/out 1393/in
+load components/proc.ndr
+ren 1395/out 1394/in
+load components/proc.ndr
+ren 1396/out 1395/in
+load components/proc.ndr
+ren 1397/out 1396/in
+load components/proc.ndr
+ren 1398/out 1397/in
+load components/proc.ndr
+ren 1399/out 1398/in
+load components/proc.ndr
+ren 1400/out 1399/in
+load components/proc.ndr
+ren 1401/out 1400/in
+load components/proc.ndr
+ren 1402/out 1401/in
+load components/proc.ndr
+ren 1403/out 1402/in
+load components/proc.ndr
+ren 1404/out 1403/in
+load components/proc.ndr
+ren 1405/out 1404/in
+load components/proc.ndr
+ren 1406/out 1405/in
+load components/proc.ndr
+ren 1407/out 1406/in
+load components/proc.ndr
+ren 1408/out 1407/in
+load components/proc.ndr
+ren 1409/out 1408/in
+load components/proc.ndr
+ren 1410/out 1409/in
+load components/proc.ndr
+ren 1411/out 1410/in
+load components/proc.ndr
+ren 1412/out 1411/in
+load components/proc.ndr
+ren 1413/out 1412/in
+load components/proc.ndr
+ren 1414/out 1413/in
+load components/proc.ndr
+ren 1415/out 1414/in
+load components/proc.ndr
+ren 1416/out 1415/in
+load components/proc.ndr
+ren 1417/out 1416/in
+load components/proc.ndr
+ren 1418/out 1417/in
+load components/proc.ndr
+ren 1419/out 1418/in
+load components/proc.ndr
+ren 1420/out 1419/in
+load components/proc.ndr
+ren 1421/out 1420/in
+load components/proc.ndr
+ren 1422/out 1421/in
+load components/proc.ndr
+ren 1423/out 1422/in
+load components/proc.ndr
+ren 1424/out 1423/in
+load components/proc.ndr
+ren 1425/out 1424/in
+load components/proc.ndr
+ren 1426/out 1425/in
+load components/proc.ndr
+ren 1427/out 1426/in
+load components/proc.ndr
+ren 1428/out 1427/in
+load components/proc.ndr
+ren 1429/out 1428/in
+load components/proc.ndr
+ren 1430/out 1429/in
+load components/proc.ndr
+ren 1431/out 1430/in
+load components/proc.ndr
+ren 1432/out 1431/in
+load components/proc.ndr
+ren 1433/out 1432/in
+load components/proc.ndr
+ren 1434/out 1433/in
+load components/proc.ndr
+ren 1435/out 1434/in
+load components/proc.ndr
+ren 1436/out 1435/in
+load components/proc.ndr
+ren 1437/out 1436/in
+load components/proc.ndr
+ren 1438/out 1437/in
+load components/proc.ndr
+ren 1439/out 1438/in
+load components/proc.ndr
+ren 1440/out 1439/in
+load components/proc.ndr
+ren 1441/out 1440/in
+load components/proc.ndr
+ren 1442/out 1441/in
+load components/proc.ndr
+ren 1443/out 1442/in
+load components/proc.ndr
+ren 1444/out 1443/in
+load components/proc.ndr
+ren 1445/out 1444/in
+load components/proc.ndr
+ren 1446/out 1445/in
+load components/proc.ndr
+ren 1447/out 1446/in
+load components/proc.ndr
+ren 1448/out 1447/in
+load components/proc.ndr
+ren 1449/out 1448/in
+load components/proc.ndr
+ren 1450/out 1449/in
+load components/proc.ndr
+ren 1451/out 1450/in
+load components/proc.ndr
+ren 1452/out 1451/in
+load components/proc.ndr
+ren 1453/out 1452/in
+load components/proc.ndr
+ren 1454/out 1453/in
+load components/proc.ndr
+ren 1455/out 1454/in
+load components/proc.ndr
+ren 1456/out 1455/in
+load components/proc.ndr
+ren 1457/out 1456/in
+load components/proc.ndr
+ren 1458/out 1457/in
+load components/proc.ndr
+ren 1459/out 1458/in
+load components/proc.ndr
+ren 1460/out 1459/in
+load components/proc.ndr
+ren 1461/out 1460/in
+load components/proc.ndr
+ren 1462/out 1461/in
+load components/proc.ndr
+ren 1463/out 1462/in
+load components/proc.ndr
+ren 1464/out 1463/in
+load components/proc.ndr
+ren 1465/out 1464/in
+load components/proc.ndr
+ren 1466/out 1465/in
+load components/proc.ndr
+ren 1467/out 1466/in
+load components/proc.ndr
+ren 1468/out 1467/in
+load components/proc.ndr
+ren 1469/out 1468/in
+load components/proc.ndr
+ren 1470/out 1469/in
+load components/proc.ndr
+ren 1471/out 1470/in
+load components/proc.ndr
+ren 1472/out 1471/in
+load components/proc.ndr
+ren 1473/out 1472/in
+load components/proc.ndr
+ren 1474/out 1473/in
+load components/proc.ndr
+ren 1475/out 1474/in
+load components/proc.ndr
+ren 1476/out 1475/in
+load components/proc.ndr
+ren 1477/out 1476/in
+load components/proc.ndr
+ren 1478/out 1477/in
+load components/proc.ndr
+ren 1479/out 1478/in
+load components/proc.ndr
+ren 1480/out 1479/in
+load components/proc.ndr
+ren 1481/out 1480/in
+load components/proc.ndr
+ren 1482/out 1481/in
+load components/proc.ndr
+ren 1483/out 1482/in
+load components/proc.ndr
+ren 1484/out 1483/in
+load components/proc.ndr
+ren 1485/out 1484/in
+load components/proc.ndr
+ren 1486/out 1485/in
+load components/proc.ndr
+ren 1487/out 1486/in
+load components/proc.ndr
+ren 1488/out 1487/in
+load components/proc.ndr
+ren 1489/out 1488/in
+load components/proc.ndr
+ren 1490/out 1489/in
+load components/proc.ndr
+ren 1491/out 1490/in
+load components/proc.ndr
+ren 1492/out 1491/in
+load components/proc.ndr
+ren 1493/out 1492/in
+load components/proc.ndr
+ren 1494/out 1493/in
+load components/proc.ndr
+ren 1495/out 1494/in
+load components/proc.ndr
+ren 1496/out 1495/in
+load components/proc.ndr
+ren 1497/out 1496/in
+load components/proc.ndr
+ren 1498/out 1497/in
+load components/proc.ndr
+ren 1499/out 1498/in
+load components/proc.ndr
+ren 1500/out 1499/in
+load components/proc.ndr
+ren 1501/out 1500/in
+load components/proc.ndr
+ren 1502/out 1501/in
+load components/proc.ndr
+ren 1503/out 1502/in
+load components/proc.ndr
+ren 1504/out 1503/in
+load components/proc.ndr
+ren 1505/out 1504/in
+load components/proc.ndr
+ren 1506/out 1505/in
+load components/proc.ndr
+ren 1507/out 1506/in
+load components/proc.ndr
+ren 1508/out 1507/in
+load components/proc.ndr
+ren 1509/out 1508/in
+load components/proc.ndr
+ren 1510/out 1509/in
+load components/proc.ndr
+ren 1511/out 1510/in
+load components/proc.ndr
+ren 1512/out 1511/in
+load components/proc.ndr
+ren 1513/out 1512/in
+load components/proc.ndr
+ren 1514/out 1513/in
+load components/proc.ndr
+ren 1515/out 1514/in
+load components/proc.ndr
+ren 1516/out 1515/in
+load components/proc.ndr
+ren 1517/out 1516/in
+load components/proc.ndr
+ren 1518/out 1517/in
+load components/proc.ndr
+ren 1519/out 1518/in
+load components/proc.ndr
+ren 1520/out 1519/in
+load components/proc.ndr
+ren 1521/out 1520/in
+load components/proc.ndr
+ren 1522/out 1521/in
+load components/proc.ndr
+ren 1523/out 1522/in
+load components/proc.ndr
+ren 1524/out 1523/in
+load components/proc.ndr
+ren 1525/out 1524/in
+load components/proc.ndr
+ren 1526/out 1525/in
+load components/proc.ndr
+ren 1527/out 1526/in
+load components/proc.ndr
+ren 1528/out 1527/in
+load components/proc.ndr
+ren 1529/out 1528/in
+load components/proc.ndr
+ren 1530/out 1529/in
+load components/proc.ndr
+ren 1531/out 1530/in
+load components/proc.ndr
+ren 1532/out 1531/in
+load components/proc.ndr
+ren 1533/out 1532/in
+load components/proc.ndr
+ren 1534/out 1533/in
+load components/proc.ndr
+ren 1535/out 1534/in
+load components/proc.ndr
+ren 1536/out 1535/in
+load components/proc.ndr
+ren 1537/out 1536/in
+load components/proc.ndr
+ren 1538/out 1537/in
+load components/proc.ndr
+ren 1539/out 1538/in
+load components/proc.ndr
+ren 1540/out 1539/in
+load components/proc.ndr
+ren 1541/out 1540/in
+load components/proc.ndr
+ren 1542/out 1541/in
+load components/proc.ndr
+ren 1543/out 1542/in
+load components/proc.ndr
+ren 1544/out 1543/in
+load components/proc.ndr
+ren 1545/out 1544/in
+load components/proc.ndr
+ren 1546/out 1545/in
+load components/proc.ndr
+ren 1547/out 1546/in
+load components/proc.ndr
+ren 1548/out 1547/in
+load components/proc.ndr
+ren 1549/out 1548/in
+load components/proc.ndr
+ren 1550/out 1549/in
+load components/proc.ndr
+ren 1551/out 1550/in
+load components/proc.ndr
+ren 1552/out 1551/in
+load components/proc.ndr
+ren 1553/out 1552/in
+load components/proc.ndr
+ren 1554/out 1553/in
+load components/proc.ndr
+ren 1555/out 1554/in
+load components/proc.ndr
+ren 1556/out 1555/in
+load components/proc.ndr
+ren 1557/out 1556/in
+load components/proc.ndr
+ren 1558/out 1557/in
+load components/proc.ndr
+ren 1559/out 1558/in
+load components/proc.ndr
+ren 1560/out 1559/in
+load components/proc.ndr
+ren 1561/out 1560/in
+load components/proc.ndr
+ren 1562/out 1561/in
+load components/proc.ndr
+ren 1563/out 1562/in
+load components/proc.ndr
+ren 1564/out 1563/in
+load components/proc.ndr
+ren 1565/out 1564/in
+load components/proc.ndr
+ren 1566/out 1565/in
+load components/proc.ndr
+ren 1567/out 1566/in
+load components/proc.ndr
+ren 1568/out 1567/in
+load components/proc.ndr
+ren 1569/out 1568/in
+load components/proc.ndr
+ren 1570/out 1569/in
+load components/proc.ndr
+ren 1571/out 1570/in
+load components/proc.ndr
+ren 1572/out 1571/in
+load components/proc.ndr
+ren 1573/out 1572/in
+load components/proc.ndr
+ren 1574/out 1573/in
+load components/proc.ndr
+ren 1575/out 1574/in
+load components/proc.ndr
+ren 1576/out 1575/in
+load components/proc.ndr
+ren 1577/out 1576/in
+load components/proc.ndr
+ren 1578/out 1577/in
+load components/proc.ndr
+ren 1579/out 1578/in
+load components/proc.ndr
+ren 1580/out 1579/in
+load components/proc.ndr
+ren 1581/out 1580/in
+load components/proc.ndr
+ren 1582/out 1581/in
+load components/proc.ndr
+ren 1583/out 1582/in
+load components/proc.ndr
+ren 1584/out 1583/in
+load components/proc.ndr
+ren 1585/out 1584/in
+load components/proc.ndr
+ren 1586/out 1585/in
+load components/proc.ndr
+ren 1587/out 1586/in
+load components/proc.ndr
+ren 1588/out 1587/in
+load components/proc.ndr
+ren 1589/out 1588/in
+load components/proc.ndr
+ren 1590/out 1589/in
+load components/proc.ndr
+ren 1591/out 1590/in
+load components/proc.ndr
+ren 1592/out 1591/in
+load components/proc.ndr
+ren 1593/out 1592/in
+load components/proc.ndr
+ren 1594/out 1593/in
+load components/proc.ndr
+ren 1595/out 1594/in
+load components/proc.ndr
+ren 1596/out 1595/in
+load components/proc.ndr
+ren 1597/out 1596/in
+load components/proc.ndr
+ren 1598/out 1597/in
+load components/proc.ndr
+ren 1599/out 1598/in
+load components/proc.ndr
+ren 1600/out 1599/in
+load components/proc.ndr
+ren 1601/out 1600/in
+load components/proc.ndr
+ren 1602/out 1601/in
+load components/proc.ndr
+ren 1603/out 1602/in
+load components/proc.ndr
+ren 1604/out 1603/in
+load components/proc.ndr
+ren 1605/out 1604/in
+load components/proc.ndr
+ren 1606/out 1605/in
+load components/proc.ndr
+ren 1607/out 1606/in
+load components/proc.ndr
+ren 1608/out 1607/in
+load components/proc.ndr
+ren 1609/out 1608/in
+load components/proc.ndr
+ren 1610/out 1609/in
+load components/proc.ndr
+ren 1611/out 1610/in
+load components/proc.ndr
+ren 1612/out 1611/in
+load components/proc.ndr
+ren 1613/out 1612/in
+load components/proc.ndr
+ren 1614/out 1613/in
+load components/proc.ndr
+ren 1615/out 1614/in
+load components/proc.ndr
+ren 1616/out 1615/in
+load components/proc.ndr
+ren 1617/out 1616/in
+load components/proc.ndr
+ren 1618/out 1617/in
+load components/proc.ndr
+ren 1619/out 1618/in
+load components/proc.ndr
+ren 1620/out 1619/in
+load components/proc.ndr
+ren 1621/out 1620/in
+load components/proc.ndr
+ren 1622/out 1621/in
+load components/proc.ndr
+ren 1623/out 1622/in
+load components/proc.ndr
+ren 1624/out 1623/in
+load components/proc.ndr
+ren 1625/out 1624/in
+load components/proc.ndr
+ren 1626/out 1625/in
+load components/proc.ndr
+ren 1627/out 1626/in
+load components/proc.ndr
+ren 1628/out 1627/in
+load components/proc.ndr
+ren 1629/out 1628/in
+load components/proc.ndr
+ren 1630/out 1629/in
+load components/proc.ndr
+ren 1631/out 1630/in
+load components/proc.ndr
+ren 1632/out 1631/in
+load components/proc.ndr
+ren 1633/out 1632/in
+load components/proc.ndr
+ren 1634/out 1633/in
+load components/proc.ndr
+ren 1635/out 1634/in
+load components/proc.ndr
+ren 1636/out 1635/in
+load components/proc.ndr
+ren 1637/out 1636/in
+load components/proc.ndr
+ren 1638/out 1637/in
+load components/proc.ndr
+ren 1639/out 1638/in
+load components/proc.ndr
+ren 1640/out 1639/in
+load components/proc.ndr
+ren 1641/out 1640/in
+load components/proc.ndr
+ren 1642/out 1641/in
+load components/proc.ndr
+ren 1643/out 1642/in
+load components/proc.ndr
+ren 1644/out 1643/in
+load components/proc.ndr
+ren 1645/out 1644/in
+load components/proc.ndr
+ren 1646/out 1645/in
+load components/proc.ndr
+ren 1647/out 1646/in
+load components/proc.ndr
+ren 1648/out 1647/in
+load components/proc.ndr
+ren 1649/out 1648/in
+load components/proc.ndr
+ren 1650/out 1649/in
+load components/proc.ndr
+ren 1651/out 1650/in
+load components/proc.ndr
+ren 1652/out 1651/in
+load components/proc.ndr
+ren 1653/out 1652/in
+load components/proc.ndr
+ren 1654/out 1653/in
+load components/proc.ndr
+ren 1655/out 1654/in
+load components/proc.ndr
+ren 1656/out 1655/in
+load components/proc.ndr
+ren 1657/out 1656/in
+load components/proc.ndr
+ren 1658/out 1657/in
+load components/proc.ndr
+ren 1659/out 1658/in
+load components/proc.ndr
+ren 1660/out 1659/in
+load components/proc.ndr
+ren 1661/out 1660/in
+load components/proc.ndr
+ren 1662/out 1661/in
+load components/proc.ndr
+ren 1663/out 1662/in
+load components/proc.ndr
+ren 1664/out 1663/in
+load components/proc.ndr
+ren 1665/out 1664/in
+load components/proc.ndr
+ren 1666/out 1665/in
+load components/proc.ndr
+ren 1667/out 1666/in
+load components/proc.ndr
+ren 1668/out 1667/in
+load components/proc.ndr
+ren 1669/out 1668/in
+load components/proc.ndr
+ren 1670/out 1669/in
+load components/proc.ndr
+ren 1671/out 1670/in
+load components/proc.ndr
+ren 1672/out 1671/in
+load components/proc.ndr
+ren 1673/out 1672/in
+load components/proc.ndr
+ren 1674/out 1673/in
+load components/proc.ndr
+ren 1675/out 1674/in
+load components/proc.ndr
+ren 1676/out 1675/in
+load components/proc.ndr
+ren 1677/out 1676/in
+load components/proc.ndr
+ren 1678/out 1677/in
+load components/proc.ndr
+ren 1679/out 1678/in
+load components/proc.ndr
+ren 1680/out 1679/in
+load components/proc.ndr
+ren 1681/out 1680/in
+load components/proc.ndr
+ren 1682/out 1681/in
+load components/proc.ndr
+ren 1683/out 1682/in
+load components/proc.ndr
+ren 1684/out 1683/in
+load components/proc.ndr
+ren 1685/out 1684/in
+load components/proc.ndr
+ren 1686/out 1685/in
+load components/proc.ndr
+ren 1687/out 1686/in
+load components/proc.ndr
+ren 1688/out 1687/in
+load components/proc.ndr
+ren 1689/out 1688/in
+load components/proc.ndr
+ren 1690/out 1689/in
+load components/proc.ndr
+ren 1691/out 1690/in
+load components/proc.ndr
+ren 1692/out 1691/in
+load components/proc.ndr
+ren 1693/out 1692/in
+load components/proc.ndr
+ren 1694/out 1693/in
+load components/proc.ndr
+ren 1695/out 1694/in
+load components/proc.ndr
+ren 1696/out 1695/in
+load components/proc.ndr
+ren 1697/out 1696/in
+load components/proc.ndr
+ren 1698/out 1697/in
+load components/proc.ndr
+ren 1699/out 1698/in
+load components/proc.ndr
+ren 1700/out 1699/in
+load components/proc.ndr
+ren 1701/out 1700/in
+load components/proc.ndr
+ren 1702/out 1701/in
+load components/proc.ndr
+ren 1703/out 1702/in
+load components/proc.ndr
+ren 1704/out 1703/in
+load components/proc.ndr
+ren 1705/out 1704/in
+load components/proc.ndr
+ren 1706/out 1705/in
+load components/proc.ndr
+ren 1707/out 1706/in
+load components/proc.ndr
+ren 1708/out 1707/in
+load components/proc.ndr
+ren 1709/out 1708/in
+load components/proc.ndr
+ren 1710/out 1709/in
+load components/proc.ndr
+ren 1711/out 1710/in
+load components/proc.ndr
+ren 1712/out 1711/in
+load components/proc.ndr
+ren 1713/out 1712/in
+load components/proc.ndr
+ren 1714/out 1713/in
+load components/proc.ndr
+ren 1715/out 1714/in
+load components/proc.ndr
+ren 1716/out 1715/in
+load components/proc.ndr
+ren 1717/out 1716/in
+load components/proc.ndr
+ren 1718/out 1717/in
+load components/proc.ndr
+ren 1719/out 1718/in
+load components/proc.ndr
+ren 1720/out 1719/in
+load components/proc.ndr
+ren 1721/out 1720/in
+load components/proc.ndr
+ren 1722/out 1721/in
+load components/proc.ndr
+ren 1723/out 1722/in
+load components/proc.ndr
+ren 1724/out 1723/in
+load components/proc.ndr
+ren 1725/out 1724/in
+load components/proc.ndr
+ren 1726/out 1725/in
+load components/proc.ndr
+ren 1727/out 1726/in
+load components/proc.ndr
+ren 1728/out 1727/in
+load components/proc.ndr
+ren 1729/out 1728/in
+load components/proc.ndr
+ren 1730/out 1729/in
+load components/proc.ndr
+ren 1731/out 1730/in
+load components/proc.ndr
+ren 1732/out 1731/in
+load components/proc.ndr
+ren 1733/out 1732/in
+load components/proc.ndr
+ren 1734/out 1733/in
+load components/proc.ndr
+ren 1735/out 1734/in
+load components/proc.ndr
+ren 1736/out 1735/in
+load components/proc.ndr
+ren 1737/out 1736/in
+load components/proc.ndr
+ren 1738/out 1737/in
+load components/proc.ndr
+ren 1739/out 1738/in
+load components/proc.ndr
+ren 1740/out 1739/in
+load components/proc.ndr
+ren 1741/out 1740/in
+load components/proc.ndr
+ren 1742/out 1741/in
+load components/proc.ndr
+ren 1743/out 1742/in
+load components/proc.ndr
+ren 1744/out 1743/in
+load components/proc.ndr
+ren 1745/out 1744/in
+load components/proc.ndr
+ren 1746/out 1745/in
+load components/proc.ndr
+ren 1747/out 1746/in
+load components/proc.ndr
+ren 1748/out 1747/in
+load components/proc.ndr
+ren 1749/out 1748/in
+load components/proc.ndr
+ren 1750/out 1749/in
+load components/proc.ndr
+ren 1751/out 1750/in
+load components/proc.ndr
+ren 1752/out 1751/in
+load components/proc.ndr
+ren 1753/out 1752/in
+load components/proc.ndr
+ren 1754/out 1753/in
+load components/proc.ndr
+ren 1755/out 1754/in
+load components/proc.ndr
+ren 1756/out 1755/in
+load components/proc.ndr
+ren 1757/out 1756/in
+load components/proc.ndr
+ren 1758/out 1757/in
+load components/proc.ndr
+ren 1759/out 1758/in
+load components/proc.ndr
+ren 1760/out 1759/in
+load components/proc.ndr
+ren 1761/out 1760/in
+load components/proc.ndr
+ren 1762/out 1761/in
+load components/proc.ndr
+ren 1763/out 1762/in
+load components/proc.ndr
+ren 1764/out 1763/in
+load components/proc.ndr
+ren 1765/out 1764/in
+load components/proc.ndr
+ren 1766/out 1765/in
+load components/proc.ndr
+ren 1767/out 1766/in
+load components/proc.ndr
+ren 1768/out 1767/in
+load components/proc.ndr
+ren 1769/out 1768/in
+load components/proc.ndr
+ren 1770/out 1769/in
+load components/proc.ndr
+ren 1771/out 1770/in
+load components/proc.ndr
+ren 1772/out 1771/in
+load components/proc.ndr
+ren 1773/out 1772/in
+load components/proc.ndr
+ren 1774/out 1773/in
+load components/proc.ndr
+ren 1775/out 1774/in
+load components/proc.ndr
+ren 1776/out 1775/in
+load components/proc.ndr
+ren 1777/out 1776/in
+load components/proc.ndr
+ren 1778/out 1777/in
+load components/proc.ndr
+ren 1779/out 1778/in
+load components/proc.ndr
+ren 1780/out 1779/in
+load components/proc.ndr
+ren 1781/out 1780/in
+load components/proc.ndr
+ren 1782/out 1781/in
+load components/proc.ndr
+ren 1783/out 1782/in
+load components/proc.ndr
+ren 1784/out 1783/in
+load components/proc.ndr
+ren 1785/out 1784/in
+load components/proc.ndr
+ren 1786/out 1785/in
+load components/proc.ndr
+ren 1787/out 1786/in
+load components/proc.ndr
+ren 1788/out 1787/in
+load components/proc.ndr
+ren 1789/out 1788/in
+load components/proc.ndr
+ren 1790/out 1789/in
+load components/proc.ndr
+ren 1791/out 1790/in
+load components/proc.ndr
+ren 1792/out 1791/in
+load components/proc.ndr
+ren 1793/out 1792/in
+load components/proc.ndr
+ren 1794/out 1793/in
+load components/proc.ndr
+ren 1795/out 1794/in
+load components/proc.ndr
+ren 1796/out 1795/in
+load components/proc.ndr
+ren 1797/out 1796/in
+load components/proc.ndr
+ren 1798/out 1797/in
+load components/proc.ndr
+ren 1799/out 1798/in
+load components/proc.ndr
+ren 1800/out 1799/in
+load components/proc.ndr
+ren 1801/out 1800/in
+load components/proc.ndr
+ren 1802/out 1801/in
+load components/proc.ndr
+ren 1803/out 1802/in
+load components/proc.ndr
+ren 1804/out 1803/in
+load components/proc.ndr
+ren 1805/out 1804/in
+load components/proc.ndr
+ren 1806/out 1805/in
+load components/proc.ndr
+ren 1807/out 1806/in
+load components/proc.ndr
+ren 1808/out 1807/in
+load components/proc.ndr
+ren 1809/out 1808/in
+load components/proc.ndr
+ren 1810/out 1809/in
+load components/proc.ndr
+ren 1811/out 1810/in
+load components/proc.ndr
+ren 1812/out 1811/in
+load components/proc.ndr
+ren 1813/out 1812/in
+load components/proc.ndr
+ren 1814/out 1813/in
+load components/proc.ndr
+ren 1815/out 1814/in
+load components/proc.ndr
+ren 1816/out 1815/in
+load components/proc.ndr
+ren 1817/out 1816/in
+load components/proc.ndr
+ren 1818/out 1817/in
+load components/proc.ndr
+ren 1819/out 1818/in
+load components/proc.ndr
+ren 1820/out 1819/in
+load components/proc.ndr
+ren 1821/out 1820/in
+load components/proc.ndr
+ren 1822/out 1821/in
+load components/proc.ndr
+ren 1823/out 1822/in
+load components/proc.ndr
+ren 1824/out 1823/in
+load components/proc.ndr
+ren 1825/out 1824/in
+load components/proc.ndr
+ren 1826/out 1825/in
+load components/proc.ndr
+ren 1827/out 1826/in
+load components/proc.ndr
+ren 1828/out 1827/in
+load components/proc.ndr
+ren 1829/out 1828/in
+load components/proc.ndr
+ren 1830/out 1829/in
+load components/proc.ndr
+ren 1831/out 1830/in
+load components/proc.ndr
+ren 1832/out 1831/in
+load components/proc.ndr
+ren 1833/out 1832/in
+load components/proc.ndr
+ren 1834/out 1833/in
+load components/proc.ndr
+ren 1835/out 1834/in
+load components/proc.ndr
+ren 1836/out 1835/in
+load components/proc.ndr
+ren 1837/out 1836/in
+load components/proc.ndr
+ren 1838/out 1837/in
+load components/proc.ndr
+ren 1839/out 1838/in
+load components/proc.ndr
+ren 1840/out 1839/in
+load components/proc.ndr
+ren 1841/out 1840/in
+load components/proc.ndr
+ren 1842/out 1841/in
+load components/proc.ndr
+ren 1843/out 1842/in
+load components/proc.ndr
+ren 1844/out 1843/in
+load components/proc.ndr
+ren 1845/out 1844/in
+load components/proc.ndr
+ren 1846/out 1845/in
+load components/proc.ndr
+ren 1847/out 1846/in
+load components/proc.ndr
+ren 1848/out 1847/in
+load components/proc.ndr
+ren 1849/out 1848/in
+load components/proc.ndr
+ren 1850/out 1849/in
+load components/proc.ndr
+ren 1851/out 1850/in
+load components/proc.ndr
+ren 1852/out 1851/in
+load components/proc.ndr
+ren 1853/out 1852/in
+load components/proc.ndr
+ren 1854/out 1853/in
+load components/proc.ndr
+ren 1855/out 1854/in
+load components/proc.ndr
+ren 1856/out 1855/in
+load components/proc.ndr
+ren 1857/out 1856/in
+load components/proc.ndr
+ren 1858/out 1857/in
+load components/proc.ndr
+ren 1859/out 1858/in
+load components/proc.ndr
+ren 1860/out 1859/in
+load components/proc.ndr
+ren 1861/out 1860/in
+load components/proc.ndr
+ren 1862/out 1861/in
+load components/proc.ndr
+ren 1863/out 1862/in
+load components/proc.ndr
+ren 1864/out 1863/in
+load components/proc.ndr
+ren 1865/out 1864/in
+load components/proc.ndr
+ren 1866/out 1865/in
+load components/proc.ndr
+ren 1867/out 1866/in
+load components/proc.ndr
+ren 1868/out 1867/in
+load components/proc.ndr
+ren 1869/out 1868/in
+load components/proc.ndr
+ren 1870/out 1869/in
+load components/proc.ndr
+ren 1871/out 1870/in
+load components/proc.ndr
+ren 1872/out 1871/in
+load components/proc.ndr
+ren 1873/out 1872/in
+load components/proc.ndr
+ren 1874/out 1873/in
+load components/proc.ndr
+ren 1875/out 1874/in
+load components/proc.ndr
+ren 1876/out 1875/in
+load components/proc.ndr
+ren 1877/out 1876/in
+load components/proc.ndr
+ren 1878/out 1877/in
+load components/proc.ndr
+ren 1879/out 1878/in
+load components/proc.ndr
+ren 1880/out 1879/in
+load components/proc.ndr
+ren 1881/out 1880/in
+load components/proc.ndr
+ren 1882/out 1881/in
+load components/proc.ndr
+ren 1883/out 1882/in
+load components/proc.ndr
+ren 1884/out 1883/in
+load components/proc.ndr
+ren 1885/out 1884/in
+load components/proc.ndr
+ren 1886/out 1885/in
+load components/proc.ndr
+ren 1887/out 1886/in
+load components/proc.ndr
+ren 1888/out 1887/in
+load components/proc.ndr
+ren 1889/out 1888/in
+load components/proc.ndr
+ren 1890/out 1889/in
+load components/proc.ndr
+ren 1891/out 1890/in
+load components/proc.ndr
+ren 1892/out 1891/in
+load components/proc.ndr
+ren 1893/out 1892/in
+load components/proc.ndr
+ren 1894/out 1893/in
+load components/proc.ndr
+ren 1895/out 1894/in
+load components/proc.ndr
+ren 1896/out 1895/in
+load components/proc.ndr
+ren 1897/out 1896/in
+load components/proc.ndr
+ren 1898/out 1897/in
+load components/proc.ndr
+ren 1899/out 1898/in
+load components/proc.ndr
+ren 1900/out 1899/in
+load components/proc.ndr
+ren 1901/out 1900/in
+load components/proc.ndr
+ren 1902/out 1901/in
+load components/proc.ndr
+ren 1903/out 1902/in
+load components/proc.ndr
+ren 1904/out 1903/in
+load components/proc.ndr
+ren 1905/out 1904/in
+load components/proc.ndr
+ren 1906/out 1905/in
+load components/proc.ndr
+ren 1907/out 1906/in
+load components/proc.ndr
+ren 1908/out 1907/in
+load components/proc.ndr
+ren 1909/out 1908/in
+load components/proc.ndr
+ren 1910/out 1909/in
+load components/proc.ndr
+ren 1911/out 1910/in
+load components/proc.ndr
+ren 1912/out 1911/in
+load components/proc.ndr
+ren 1913/out 1912/in
+load components/proc.ndr
+ren 1914/out 1913/in
+load components/proc.ndr
+ren 1915/out 1914/in
+load components/proc.ndr
+ren 1916/out 1915/in
+load components/proc.ndr
+ren 1917/out 1916/in
+load components/proc.ndr
+ren 1918/out 1917/in
+load components/proc.ndr
+ren 1919/out 1918/in
+load components/proc.ndr
+ren 1920/out 1919/in
+load components/proc.ndr
+ren 1921/out 1920/in
+load components/proc.ndr
+ren 1922/out 1921/in
+load components/proc.ndr
+ren 1923/out 1922/in
+load components/proc.ndr
+ren 1924/out 1923/in
+load components/proc.ndr
+ren 1925/out 1924/in
+load components/proc.ndr
+ren 1926/out 1925/in
+load components/proc.ndr
+ren 1927/out 1926/in
+load components/proc.ndr
+ren 1928/out 1927/in
+load components/proc.ndr
+ren 1929/out 1928/in
+load components/proc.ndr
+ren 1930/out 1929/in
+load components/proc.ndr
+ren 1931/out 1930/in
+load components/proc.ndr
+ren 1932/out 1931/in
+load components/proc.ndr
+ren 1933/out 1932/in
+load components/proc.ndr
+ren 1934/out 1933/in
+load components/proc.ndr
+ren 1935/out 1934/in
+load components/proc.ndr
+ren 1936/out 1935/in
+load components/proc.ndr
+ren 1937/out 1936/in
+load components/proc.ndr
+ren 1938/out 1937/in
+load components/proc.ndr
+ren 1939/out 1938/in
+load components/proc.ndr
+ren 1940/out 1939/in
+load components/proc.ndr
+ren 1941/out 1940/in
+load components/proc.ndr
+ren 1942/out 1941/in
+load components/proc.ndr
+ren 1943/out 1942/in
+load components/proc.ndr
+ren 1944/out 1943/in
+load components/proc.ndr
+ren 1945/out 1944/in
+load components/proc.ndr
+ren 1946/out 1945/in
+load components/proc.ndr
+ren 1947/out 1946/in
+load components/proc.ndr
+ren 1948/out 1947/in
+load components/proc.ndr
+ren 1949/out 1948/in
+load components/proc.ndr
+ren 1950/out 1949/in
+load components/proc.ndr
+ren 1951/out 1950/in
+load components/proc.ndr
+ren 1952/out 1951/in
+load components/proc.ndr
+ren 1953/out 1952/in
+load components/proc.ndr
+ren 1954/out 1953/in
+load components/proc.ndr
+ren 1955/out 1954/in
+load components/proc.ndr
+ren 1956/out 1955/in
+load components/proc.ndr
+ren 1957/out 1956/in
+load components/proc.ndr
+ren 1958/out 1957/in
+load components/proc.ndr
+ren 1959/out 1958/in
+load components/proc.ndr
+ren 1960/out 1959/in
+load components/proc.ndr
+ren 1961/out 1960/in
+load components/proc.ndr
+ren 1962/out 1961/in
+load components/proc.ndr
+ren 1963/out 1962/in
+load components/proc.ndr
+ren 1964/out 1963/in
+load components/proc.ndr
+ren 1965/out 1964/in
+load components/proc.ndr
+ren 1966/out 1965/in
+load components/proc.ndr
+ren 1967/out 1966/in
+load components/proc.ndr
+ren 1968/out 1967/in
+load components/proc.ndr
+ren 1969/out 1968/in
+load components/proc.ndr
+ren 1970/out 1969/in
+load components/proc.ndr
+ren 1971/out 1970/in
+load components/proc.ndr
+ren 1972/out 1971/in
+load components/proc.ndr
+ren 1973/out 1972/in
+load components/proc.ndr
+ren 1974/out 1973/in
+load components/proc.ndr
+ren 1975/out 1974/in
+load components/proc.ndr
+ren 1976/out 1975/in
+load components/proc.ndr
+ren 1977/out 1976/in
+load components/proc.ndr
+ren 1978/out 1977/in
+load components/proc.ndr
+ren 1979/out 1978/in
+load components/proc.ndr
+ren 1980/out 1979/in
+load components/proc.ndr
+ren 1981/out 1980/in
+load components/proc.ndr
+ren 1982/out 1981/in
+load components/proc.ndr
+ren 1983/out 1982/in
+load components/proc.ndr
+ren 1984/out 1983/in
+load components/proc.ndr
+ren 1985/out 1984/in
+load components/proc.ndr
+ren 1986/out 1985/in
+load components/proc.ndr
+ren 1987/out 1986/in
+load components/proc.ndr
+ren 1988/out 1987/in
+load components/proc.ndr
+ren 1989/out 1988/in
+load components/proc.ndr
+ren 1990/out 1989/in
+load components/proc.ndr
+ren 1991/out 1990/in
+load components/proc.ndr
+ren 1992/out 1991/in
+load components/proc.ndr
+ren 1993/out 1992/in
+load components/proc.ndr
+ren 1994/out 1993/in
+load components/proc.ndr
+ren 1995/out 1994/in
+load components/proc.ndr
+ren 1996/out 1995/in
+load components/proc.ndr
+ren 1997/out 1996/in
+load components/proc.ndr
+ren 1998/out 1997/in
+load components/proc.ndr
+ren 1999/out 1998/in
+load components/proc.ndr
+ren 2000/out 1999/in
+load components/proc.ndr
+ren 2001/out 2000/in
+load components/proc.ndr
+ren 2002/out 2001/in
+load components/proc.ndr
+ren 2003/out 2002/in
+load components/proc.ndr
+ren 2004/out 2003/in
+load components/proc.ndr
+ren 2005/out 2004/in
+load components/proc.ndr
+ren 2006/out 2005/in
+load components/proc.ndr
+ren 2007/out 2006/in
+load components/proc.ndr
+ren 2008/out 2007/in
+load components/proc.ndr
+ren 2009/out 2008/in
+load components/proc.ndr
+ren 2010/out 2009/in
+load components/proc.ndr
+ren 2011/out 2010/in
+load components/proc.ndr
+ren 2012/out 2011/in
+load components/proc.ndr
+ren 2013/out 2012/in
+load components/proc.ndr
+ren 2014/out 2013/in
+load components/proc.ndr
+ren 2015/out 2014/in
+load components/proc.ndr
+ren 2016/out 2015/in
+load components/proc.ndr
+ren 2017/out 2016/in
+load components/proc.ndr
+ren 2018/out 2017/in
+load components/proc.ndr
+ren 2019/out 2018/in
+load components/proc.ndr
+ren 2020/out 2019/in
+load components/proc.ndr
+ren 2021/out 2020/in
+load components/proc.ndr
+ren 2022/out 2021/in
+load components/proc.ndr
+ren 2023/out 2022/in
+load components/proc.ndr
+ren 2024/out 2023/in
+load components/proc.ndr
+ren 2025/out 2024/in
+load components/proc.ndr
+ren 2026/out 2025/in
+load components/proc.ndr
+ren 2027/out 2026/in
+load components/proc.ndr
+ren 2028/out 2027/in
+load components/proc.ndr
+ren 2029/out 2028/in
+load components/proc.ndr
+ren 2030/out 2029/in
+load components/proc.ndr
+ren 2031/out 2030/in
+load components/proc.ndr
+ren 2032/out 2031/in
+load components/proc.ndr
+ren 2033/out 2032/in
+load components/proc.ndr
+ren 2034/out 2033/in
+load components/proc.ndr
+ren 2035/out 2034/in
+load components/proc.ndr
+ren 2036/out 2035/in
+load components/proc.ndr
+ren 2037/out 2036/in
+load components/proc.ndr
+ren 2038/out 2037/in
+load components/proc.ndr
+ren 2039/out 2038/in
+load components/proc.ndr
+ren 2040/out 2039/in
+load components/proc.ndr
+ren 2041/out 2040/in
+load components/proc.ndr
+ren 2042/out 2041/in
+load components/proc.ndr
+ren 2043/out 2042/in
+load components/proc.ndr
+ren 2044/out 2043/in
+load components/proc.ndr
+ren 2045/out 2044/in
+load components/proc.ndr
+ren 2046/out 2045/in
+load components/proc.ndr
+ren 2047/out 2046/in
+load components/proc.ndr
+ren 2048/out 2047/in
+load components/proc.ndr
+ren 2049/out 2048/in
+load components/proc.ndr
+ren 2050/out 2049/in
+load components/proc.ndr
+ren 2051/out 2050/in
+load components/proc.ndr
+ren 2052/out 2051/in
+load components/proc.ndr
+ren 2053/out 2052/in
+load components/proc.ndr
+ren 2054/out 2053/in
+load components/proc.ndr
+ren 2055/out 2054/in
+load components/proc.ndr
+ren 2056/out 2055/in
+load components/proc.ndr
+ren 2057/out 2056/in
+load components/proc.ndr
+ren 2058/out 2057/in
+load components/proc.ndr
+ren 2059/out 2058/in
+load components/proc.ndr
+ren 2060/out 2059/in
+load components/proc.ndr
+ren 2061/out 2060/in
+load components/proc.ndr
+ren 2062/out 2061/in
+load components/proc.ndr
+ren 2063/out 2062/in
+load components/proc.ndr
+ren 2064/out 2063/in
+load components/proc.ndr
+ren 2065/out 2064/in
+load components/proc.ndr
+ren 2066/out 2065/in
+load components/proc.ndr
+ren 2067/out 2066/in
+load components/proc.ndr
+ren 2068/out 2067/in
+load components/proc.ndr
+ren 2069/out 2068/in
+load components/proc.ndr
+ren 2070/out 2069/in
+load components/proc.ndr
+ren 2071/out 2070/in
+load components/proc.ndr
+ren 2072/out 2071/in
+load components/proc.ndr
+ren 2073/out 2072/in
+load components/proc.ndr
+ren 2074/out 2073/in
+load components/proc.ndr
+ren 2075/out 2074/in
+load components/proc.ndr
+ren 2076/out 2075/in
+load components/proc.ndr
+ren 2077/out 2076/in
+load components/proc.ndr
+ren 2078/out 2077/in
+load components/proc.ndr
+ren 2079/out 2078/in
+load components/proc.ndr
+ren 2080/out 2079/in
+load components/proc.ndr
+ren 2081/out 2080/in
+load components/proc.ndr
+ren 2082/out 2081/in
+load components/proc.ndr
+ren 2083/out 2082/in
+load components/proc.ndr
+ren 2084/out 2083/in
+load components/proc.ndr
+ren 2085/out 2084/in
+load components/proc.ndr
+ren 2086/out 2085/in
+load components/proc.ndr
+ren 2087/out 2086/in
+load components/proc.ndr
+ren 2088/out 2087/in
+load components/proc.ndr
+ren 2089/out 2088/in
+load components/proc.ndr
+ren 2090/out 2089/in
+load components/proc.ndr
+ren 2091/out 2090/in
+load components/proc.ndr
+ren 2092/out 2091/in
+load components/proc.ndr
+ren 2093/out 2092/in
+load components/proc.ndr
+ren 2094/out 2093/in
+load components/proc.ndr
+ren 2095/out 2094/in
+load components/proc.ndr
+ren 2096/out 2095/in
+load components/proc.ndr
+ren 2097/out 2096/in
+load components/proc.ndr
+ren 2098/out 2097/in
+load components/proc.ndr
+ren 2099/out 2098/in
+load components/proc.ndr
+ren 2100/out 2099/in
+load components/proc.ndr
+ren 2101/out 2100/in
+load components/proc.ndr
+ren 2102/out 2101/in
+load components/proc.ndr
+ren 2103/out 2102/in
+load components/proc.ndr
+ren 2104/out 2103/in
+load components/proc.ndr
+ren 2105/out 2104/in
+load components/proc.ndr
+ren 2106/out 2105/in
+load components/proc.ndr
+ren 2107/out 2106/in
+load components/proc.ndr
+ren 2108/out 2107/in
+load components/proc.ndr
+ren 2109/out 2108/in
+load components/proc.ndr
+ren 2110/out 2109/in
+load components/proc.ndr
+ren 2111/out 2110/in
+load components/proc.ndr
+ren 2112/out 2111/in
+load components/proc.ndr
+ren 2113/out 2112/in
+load components/proc.ndr
+ren 2114/out 2113/in
+load components/proc.ndr
+ren 2115/out 2114/in
+load components/proc.ndr
+ren 2116/out 2115/in
+load components/proc.ndr
+ren 2117/out 2116/in
+load components/proc.ndr
+ren 2118/out 2117/in
+load components/proc.ndr
+ren 2119/out 2118/in
+load components/proc.ndr
+ren 2120/out 2119/in
+load components/proc.ndr
+ren 2121/out 2120/in
+load components/proc.ndr
+ren 2122/out 2121/in
+load components/proc.ndr
+ren 2123/out 2122/in
+load components/proc.ndr
+ren 2124/out 2123/in
+load components/proc.ndr
+ren 2125/out 2124/in
+load components/proc.ndr
+ren 2126/out 2125/in
+load components/proc.ndr
+ren 2127/out 2126/in
+load components/proc.ndr
+ren 2128/out 2127/in
+load components/proc.ndr
+ren 2129/out 2128/in
+load components/proc.ndr
+ren 2130/out 2129/in
+load components/proc.ndr
+ren 2131/out 2130/in
+load components/proc.ndr
+ren 2132/out 2131/in
+load components/proc.ndr
+ren 2133/out 2132/in
+load components/proc.ndr
+ren 2134/out 2133/in
+load components/proc.ndr
+ren 2135/out 2134/in
+load components/proc.ndr
+ren 2136/out 2135/in
+load components/proc.ndr
+ren 2137/out 2136/in
+load components/proc.ndr
+ren 2138/out 2137/in
+load components/proc.ndr
+ren 2139/out 2138/in
+load components/proc.ndr
+ren 2140/out 2139/in
+load components/proc.ndr
+ren 2141/out 2140/in
+load components/proc.ndr
+ren 2142/out 2141/in
+load components/proc.ndr
+ren 2143/out 2142/in
+load components/proc.ndr
+ren 2144/out 2143/in
+load components/proc.ndr
+ren 2145/out 2144/in
+load components/proc.ndr
+ren 2146/out 2145/in
+load components/proc.ndr
+ren 2147/out 2146/in
+load components/proc.ndr
+ren 2148/out 2147/in
+load components/proc.ndr
+ren 2149/out 2148/in
+load components/proc.ndr
+ren 2150/out 2149/in
+load components/proc.ndr
+ren 2151/out 2150/in
+load components/proc.ndr
+ren 2152/out 2151/in
+load components/proc.ndr
+ren 2153/out 2152/in
+load components/proc.ndr
+ren 2154/out 2153/in
+load components/proc.ndr
+ren 2155/out 2154/in
+load components/proc.ndr
+ren 2156/out 2155/in
+load components/proc.ndr
+ren 2157/out 2156/in
+load components/proc.ndr
+ren 2158/out 2157/in
+load components/proc.ndr
+ren 2159/out 2158/in
+load components/proc.ndr
+ren 2160/out 2159/in
+load components/proc.ndr
+ren 2161/out 2160/in
+load components/proc.ndr
+ren 2162/out 2161/in
+load components/proc.ndr
+ren 2163/out 2162/in
+load components/proc.ndr
+ren 2164/out 2163/in
+load components/proc.ndr
+ren 2165/out 2164/in
+load components/proc.ndr
+ren 2166/out 2165/in
+load components/proc.ndr
+ren 2167/out 2166/in
+load components/proc.ndr
+ren 2168/out 2167/in
+load components/proc.ndr
+ren 2169/out 2168/in
+load components/proc.ndr
+ren 2170/out 2169/in
+load components/proc.ndr
+ren 2171/out 2170/in
+load components/proc.ndr
+ren 2172/out 2171/in
+load components/proc.ndr
+ren 2173/out 2172/in
+load components/proc.ndr
+ren 2174/out 2173/in
+load components/proc.ndr
+ren 2175/out 2174/in
+load components/proc.ndr
+ren 2176/out 2175/in
+load components/proc.ndr
+ren 2177/out 2176/in
+load components/proc.ndr
+ren 2178/out 2177/in
+load components/proc.ndr
+ren 2179/out 2178/in
+load components/proc.ndr
+ren 2180/out 2179/in
+load components/proc.ndr
+ren 2181/out 2180/in
+load components/proc.ndr
+ren 2182/out 2181/in
+load components/proc.ndr
+ren 2183/out 2182/in
+load components/proc.ndr
+ren 2184/out 2183/in
+load components/proc.ndr
+ren 2185/out 2184/in
+load components/proc.ndr
+ren 2186/out 2185/in
+load components/proc.ndr
+ren 2187/out 2186/in
+load components/proc.ndr
+ren 2188/out 2187/in
+load components/proc.ndr
+ren 2189/out 2188/in
+load components/proc.ndr
+ren 2190/out 2189/in
+load components/proc.ndr
+ren 2191/out 2190/in
+load components/proc.ndr
+ren 2192/out 2191/in
+load components/proc.ndr
+ren 2193/out 2192/in
+load components/proc.ndr
+ren 2194/out 2193/in
+load components/proc.ndr
+ren 2195/out 2194/in
+load components/proc.ndr
+ren 2196/out 2195/in
+load components/proc.ndr
+ren 2197/out 2196/in
+load components/proc.ndr
+ren 2198/out 2197/in
+load components/proc.ndr
+ren 2199/out 2198/in
+load components/proc.ndr
+ren 2200/out 2199/in
+load components/proc.ndr
+ren 2201/out 2200/in
+load components/proc.ndr
+ren 2202/out 2201/in
+load components/proc.ndr
+ren 2203/out 2202/in
+load components/proc.ndr
+ren 2204/out 2203/in
+load components/proc.ndr
+ren 2205/out 2204/in
+load components/proc.ndr
+ren 2206/out 2205/in
+load components/proc.ndr
+ren 2207/out 2206/in
+load components/proc.ndr
+ren 2208/out 2207/in
+load components/proc.ndr
+ren 2209/out 2208/in
+load components/proc.ndr
+ren 2210/out 2209/in
+load components/proc.ndr
+ren 2211/out 2210/in
+load components/proc.ndr
+ren 2212/out 2211/in
+load components/proc.ndr
+ren 2213/out 2212/in
+load components/proc.ndr
+ren 2214/out 2213/in
+load components/proc.ndr
+ren 2215/out 2214/in
+load components/proc.ndr
+ren 2216/out 2215/in
+load components/proc.ndr
+ren 2217/out 2216/in
+load components/proc.ndr
+ren 2218/out 2217/in
+load components/proc.ndr
+ren 2219/out 2218/in
+load components/proc.ndr
+ren 2220/out 2219/in
+load components/proc.ndr
+ren 2221/out 2220/in
+load components/proc.ndr
+ren 2222/out 2221/in
+load components/proc.ndr
+ren 2223/out 2222/in
+load components/proc.ndr
+ren 2224/out 2223/in
+load components/proc.ndr
+ren 2225/out 2224/in
+load components/proc.ndr
+ren 2226/out 2225/in
+load components/proc.ndr
+ren 2227/out 2226/in
+load components/proc.ndr
+ren 2228/out 2227/in
+load components/proc.ndr
+ren 2229/out 2228/in
+load components/proc.ndr
+ren 2230/out 2229/in
+load components/proc.ndr
+ren 2231/out 2230/in
+load components/proc.ndr
+ren 2232/out 2231/in
+load components/proc.ndr
+ren 2233/out 2232/in
+load components/proc.ndr
+ren 2234/out 2233/in
+load components/proc.ndr
+ren 2235/out 2234/in
+load components/proc.ndr
+ren 2236/out 2235/in
+load components/proc.ndr
+ren 2237/out 2236/in
+load components/proc.ndr
+ren 2238/out 2237/in
+load components/proc.ndr
+ren 2239/out 2238/in
+load components/proc.ndr
+ren 2240/out 2239/in
+load components/proc.ndr
+ren 2241/out 2240/in
+load components/proc.ndr
+ren 2242/out 2241/in
+load components/proc.ndr
+ren 2243/out 2242/in
+load components/proc.ndr
+ren 2244/out 2243/in
+load components/proc.ndr
+ren 2245/out 2244/in
+load components/proc.ndr
+ren 2246/out 2245/in
+load components/proc.ndr
+ren 2247/out 2246/in
+load components/proc.ndr
+ren 2248/out 2247/in
+load components/proc.ndr
+ren 2249/out 2248/in
+load components/proc.ndr
+ren 2250/out 2249/in
+load components/proc.ndr
+ren 2251/out 2250/in
+load components/proc.ndr
+ren 2252/out 2251/in
+load components/proc.ndr
+ren 2253/out 2252/in
+load components/proc.ndr
+ren 2254/out 2253/in
+load components/proc.ndr
+ren 2255/out 2254/in
+load components/proc.ndr
+ren 2256/out 2255/in
+load components/proc.ndr
+ren 2257/out 2256/in
+load components/proc.ndr
+ren 2258/out 2257/in
+load components/proc.ndr
+ren 2259/out 2258/in
+load components/proc.ndr
+ren 2260/out 2259/in
+load components/proc.ndr
+ren 2261/out 2260/in
+load components/proc.ndr
+ren 2262/out 2261/in
+load components/proc.ndr
+ren 2263/out 2262/in
+load components/proc.ndr
+ren 2264/out 2263/in
+load components/proc.ndr
+ren 2265/out 2264/in
+load components/proc.ndr
+ren 2266/out 2265/in
+load components/proc.ndr
+ren 2267/out 2266/in
+load components/proc.ndr
+ren 2268/out 2267/in
+load components/proc.ndr
+ren 2269/out 2268/in
+load components/proc.ndr
+ren 2270/out 2269/in
+load components/proc.ndr
+ren 2271/out 2270/in
+load components/proc.ndr
+ren 2272/out 2271/in
+load components/proc.ndr
+ren 2273/out 2272/in
+load components/proc.ndr
+ren 2274/out 2273/in
+load components/proc.ndr
+ren 2275/out 2274/in
+load components/proc.ndr
+ren 2276/out 2275/in
+load components/proc.ndr
+ren 2277/out 2276/in
+load components/proc.ndr
+ren 2278/out 2277/in
+load components/proc.ndr
+ren 2279/out 2278/in
+load components/proc.ndr
+ren 2280/out 2279/in
+load components/proc.ndr
+ren 2281/out 2280/in
+load components/proc.ndr
+ren 2282/out 2281/in
+load components/proc.ndr
+ren 2283/out 2282/in
+load components/proc.ndr
+ren 2284/out 2283/in
+load components/proc.ndr
+ren 2285/out 2284/in
+load components/proc.ndr
+ren 2286/out 2285/in
+load components/proc.ndr
+ren 2287/out 2286/in
+load components/proc.ndr
+ren 2288/out 2287/in
+load components/proc.ndr
+ren 2289/out 2288/in
+load components/proc.ndr
+ren 2290/out 2289/in
+load components/proc.ndr
+ren 2291/out 2290/in
+load components/proc.ndr
+ren 2292/out 2291/in
+load components/proc.ndr
+ren 2293/out 2292/in
+load components/proc.ndr
+ren 2294/out 2293/in
+load components/proc.ndr
+ren 2295/out 2294/in
+load components/proc.ndr
+ren 2296/out 2295/in
+load components/proc.ndr
+ren 2297/out 2296/in
+load components/proc.ndr
+ren 2298/out 2297/in
+load components/proc.ndr
+ren 2299/out 2298/in
+load components/proc.ndr
+ren 2300/out 2299/in
+load components/proc.ndr
+ren 2301/out 2300/in
+load components/proc.ndr
+ren 2302/out 2301/in
+load components/proc.ndr
+ren 2303/out 2302/in
+load components/proc.ndr
+ren 2304/out 2303/in
+load components/proc.ndr
+ren 2305/out 2304/in
+load components/proc.ndr
+ren 2306/out 2305/in
+load components/proc.ndr
+ren 2307/out 2306/in
+load components/proc.ndr
+ren 2308/out 2307/in
+load components/proc.ndr
+ren 2309/out 2308/in
+load components/proc.ndr
+ren 2310/out 2309/in
+load components/proc.ndr
+ren 2311/out 2310/in
+load components/proc.ndr
+ren 2312/out 2311/in
+load components/proc.ndr
+ren 2313/out 2312/in
+load components/proc.ndr
+ren 2314/out 2313/in
+load components/proc.ndr
+ren 2315/out 2314/in
+load components/proc.ndr
+ren 2316/out 2315/in
+load components/proc.ndr
+ren 2317/out 2316/in
+load components/proc.ndr
+ren 2318/out 2317/in
+load components/proc.ndr
+ren 2319/out 2318/in
+load components/proc.ndr
+ren 2320/out 2319/in
+load components/proc.ndr
+ren 2321/out 2320/in
+load components/proc.ndr
+ren 2322/out 2321/in
+load components/proc.ndr
+ren 2323/out 2322/in
+load components/proc.ndr
+ren 2324/out 2323/in
+load components/proc.ndr
+ren 2325/out 2324/in
+load components/proc.ndr
+ren 2326/out 2325/in
+load components/proc.ndr
+ren 2327/out 2326/in
+load components/proc.ndr
+ren 2328/out 2327/in
+load components/proc.ndr
+ren 2329/out 2328/in
+load components/proc.ndr
+ren 2330/out 2329/in
+load components/proc.ndr
+ren 2331/out 2330/in
+load components/proc.ndr
+ren 2332/out 2331/in
+load components/proc.ndr
+ren 2333/out 2332/in
+load components/proc.ndr
+ren 2334/out 2333/in
+load components/proc.ndr
+ren 2335/out 2334/in
+load components/proc.ndr
+ren 2336/out 2335/in
+load components/proc.ndr
+ren 2337/out 2336/in
+load components/proc.ndr
+ren 2338/out 2337/in
+load components/proc.ndr
+ren 2339/out 2338/in
+load components/proc.ndr
+ren 2340/out 2339/in
+load components/proc.ndr
+ren 2341/out 2340/in
+load components/proc.ndr
+ren 2342/out 2341/in
+load components/proc.ndr
+ren 2343/out 2342/in
+load components/proc.ndr
+ren 2344/out 2343/in
+load components/proc.ndr
+ren 2345/out 2344/in
+load components/proc.ndr
+ren 2346/out 2345/in
+load components/proc.ndr
+ren 2347/out 2346/in
+load components/proc.ndr
+ren 2348/out 2347/in
+load components/proc.ndr
+ren 2349/out 2348/in
+load components/proc.ndr
+ren 2350/out 2349/in
+load components/proc.ndr
+ren 2351/out 2350/in
+load components/proc.ndr
+ren 2352/out 2351/in
+load components/proc.ndr
+ren 2353/out 2352/in
+load components/proc.ndr
+ren 2354/out 2353/in
+load components/proc.ndr
+ren 2355/out 2354/in
+load components/proc.ndr
+ren 2356/out 2355/in
+load components/proc.ndr
+ren 2357/out 2356/in
+load components/proc.ndr
+ren 2358/out 2357/in
+load components/proc.ndr
+ren 2359/out 2358/in
+load components/proc.ndr
+ren 2360/out 2359/in
+load components/proc.ndr
+ren 2361/out 2360/in
+load components/proc.ndr
+ren 2362/out 2361/in
+load components/proc.ndr
+ren 2363/out 2362/in
+load components/proc.ndr
+ren 2364/out 2363/in
+load components/proc.ndr
+ren 2365/out 2364/in
+load components/proc.ndr
+ren 2366/out 2365/in
+load components/proc.ndr
+ren 2367/out 2366/in
+load components/proc.ndr
+ren 2368/out 2367/in
+load components/proc.ndr
+ren 2369/out 2368/in
+load components/proc.ndr
+ren 2370/out 2369/in
+load components/proc.ndr
+ren 2371/out 2370/in
+load components/proc.ndr
+ren 2372/out 2371/in
+load components/proc.ndr
+ren 2373/out 2372/in
+load components/proc.ndr
+ren 2374/out 2373/in
+load components/proc.ndr
+ren 2375/out 2374/in
+load components/proc.ndr
+ren 2376/out 2375/in
+load components/proc.ndr
+ren 2377/out 2376/in
+load components/proc.ndr
+ren 2378/out 2377/in
+load components/proc.ndr
+ren 2379/out 2378/in
+load components/proc.ndr
+ren 2380/out 2379/in
+load components/proc.ndr
+ren 2381/out 2380/in
+load components/proc.ndr
+ren 2382/out 2381/in
+load components/proc.ndr
+ren 2383/out 2382/in
+load components/proc.ndr
+ren 2384/out 2383/in
+load components/proc.ndr
+ren 2385/out 2384/in
+load components/proc.ndr
+ren 2386/out 2385/in
+load components/proc.ndr
+ren 2387/out 2386/in
+load components/proc.ndr
+ren 2388/out 2387/in
+load components/proc.ndr
+ren 2389/out 2388/in
+load components/proc.ndr
+ren 2390/out 2389/in
+load components/proc.ndr
+ren 2391/out 2390/in
+load components/proc.ndr
+ren 2392/out 2391/in
+load components/proc.ndr
+ren 2393/out 2392/in
+load components/proc.ndr
+ren 2394/out 2393/in
+load components/proc.ndr
+ren 2395/out 2394/in
+load components/proc.ndr
+ren 2396/out 2395/in
+load components/proc.ndr
+ren 2397/out 2396/in
+load components/proc.ndr
+ren 2398/out 2397/in
+load components/proc.ndr
+ren 2399/out 2398/in
+load components/proc.ndr
+ren 2400/out 2399/in
+load components/proc.ndr
+ren 2401/out 2400/in
+load components/proc.ndr
+ren 2402/out 2401/in
+load components/proc.ndr
+ren 2403/out 2402/in
+load components/proc.ndr
+ren 2404/out 2403/in
+load components/proc.ndr
+ren 2405/out 2404/in
+load components/proc.ndr
+ren 2406/out 2405/in
+load components/proc.ndr
+ren 2407/out 2406/in
+load components/proc.ndr
+ren 2408/out 2407/in
+load components/proc.ndr
+ren 2409/out 2408/in
+load components/proc.ndr
+ren 2410/out 2409/in
+load components/proc.ndr
+ren 2411/out 2410/in
+load components/proc.ndr
+ren 2412/out 2411/in
+load components/proc.ndr
+ren 2413/out 2412/in
+load components/proc.ndr
+ren 2414/out 2413/in
+load components/proc.ndr
+ren 2415/out 2414/in
+load components/proc.ndr
+ren 2416/out 2415/in
+load components/proc.ndr
+ren 2417/out 2416/in
+load components/proc.ndr
+ren 2418/out 2417/in
+load components/proc.ndr
+ren 2419/out 2418/in
+load components/proc.ndr
+ren 2420/out 2419/in
+load components/proc.ndr
+ren 2421/out 2420/in
+load components/proc.ndr
+ren 2422/out 2421/in
+load components/proc.ndr
+ren 2423/out 2422/in
+load components/proc.ndr
+ren 2424/out 2423/in
+load components/proc.ndr
+ren 2425/out 2424/in
+load components/proc.ndr
+ren 2426/out 2425/in
+load components/proc.ndr
+ren 2427/out 2426/in
+load components/proc.ndr
+ren 2428/out 2427/in
+load components/proc.ndr
+ren 2429/out 2428/in
+load components/proc.ndr
+ren 2430/out 2429/in
+load components/proc.ndr
+ren 2431/out 2430/in
+load components/proc.ndr
+ren 2432/out 2431/in
+load components/proc.ndr
+ren 2433/out 2432/in
+load components/proc.ndr
+ren 2434/out 2433/in
+load components/proc.ndr
+ren 2435/out 2434/in
+load components/proc.ndr
+ren 2436/out 2435/in
+load components/proc.ndr
+ren 2437/out 2436/in
+load components/proc.ndr
+ren 2438/out 2437/in
+load components/proc.ndr
+ren 2439/out 2438/in
+load components/proc.ndr
+ren 2440/out 2439/in
+load components/proc.ndr
+ren 2441/out 2440/in
+load components/proc.ndr
+ren 2442/out 2441/in
+load components/proc.ndr
+ren 2443/out 2442/in
+load components/proc.ndr
+ren 2444/out 2443/in
+load components/proc.ndr
+ren 2445/out 2444/in
+load components/proc.ndr
+ren 2446/out 2445/in
+load components/proc.ndr
+ren 2447/out 2446/in
+load components/proc.ndr
+ren 2448/out 2447/in
+load components/proc.ndr
+ren 2449/out 2448/in
+load components/proc.ndr
+ren 2450/out 2449/in
+load components/proc.ndr
+ren 2451/out 2450/in
+load components/proc.ndr
+ren 2452/out 2451/in
+load components/proc.ndr
+ren 2453/out 2452/in
+load components/proc.ndr
+ren 2454/out 2453/in
+load components/proc.ndr
+ren 2455/out 2454/in
+load components/proc.ndr
+ren 2456/out 2455/in
+load components/proc.ndr
+ren 2457/out 2456/in
+load components/proc.ndr
+ren 2458/out 2457/in
+load components/proc.ndr
+ren 2459/out 2458/in
+load components/proc.ndr
+ren 2460/out 2459/in
+load components/proc.ndr
+ren 2461/out 2460/in
+load components/proc.ndr
+ren 2462/out 2461/in
+load components/proc.ndr
+ren 2463/out 2462/in
+load components/proc.ndr
+ren 2464/out 2463/in
+load components/proc.ndr
+ren 2465/out 2464/in
+load components/proc.ndr
+ren 2466/out 2465/in
+load components/proc.ndr
+ren 2467/out 2466/in
+load components/proc.ndr
+ren 2468/out 2467/in
+load components/proc.ndr
+ren 2469/out 2468/in
+load components/proc.ndr
+ren 2470/out 2469/in
+load components/proc.ndr
+ren 2471/out 2470/in
+load components/proc.ndr
+ren 2472/out 2471/in
+load components/proc.ndr
+ren 2473/out 2472/in
+load components/proc.ndr
+ren 2474/out 2473/in
+load components/proc.ndr
+ren 2475/out 2474/in
+load components/proc.ndr
+ren 2476/out 2475/in
+load components/proc.ndr
+ren 2477/out 2476/in
+load components/proc.ndr
+ren 2478/out 2477/in
+load components/proc.ndr
+ren 2479/out 2478/in
+load components/proc.ndr
+ren 2480/out 2479/in
+load components/proc.ndr
+ren 2481/out 2480/in
+load components/proc.ndr
+ren 2482/out 2481/in
+load components/proc.ndr
+ren 2483/out 2482/in
+load components/proc.ndr
+ren 2484/out 2483/in
+load components/proc.ndr
+ren 2485/out 2484/in
+load components/proc.ndr
+ren 2486/out 2485/in
+load components/proc.ndr
+ren 2487/out 2486/in
+load components/proc.ndr
+ren 2488/out 2487/in
+load components/proc.ndr
+ren 2489/out 2488/in
+load components/proc.ndr
+ren 2490/out 2489/in
+load components/proc.ndr
+ren 2491/out 2490/in
+load components/proc.ndr
+ren 2492/out 2491/in
+load components/proc.ndr
+ren 2493/out 2492/in
+load components/proc.ndr
+ren 2494/out 2493/in
+load components/proc.ndr
+ren 2495/out 2494/in
+load components/proc.ndr
+ren 2496/out 2495/in
+load components/proc.ndr
+ren 2497/out 2496/in
+load components/proc.ndr
+ren 2498/out 2497/in
+load components/proc.ndr
+ren 2499/out 2498/in
+load components/proc.ndr
+ren 2500/out 2499/in
+load components/proc.ndr
+ren 2501/out 2500/in
+load components/proc.ndr
+ren 2502/out 2501/in
+load components/proc.ndr
+ren 2503/out 2502/in
+load components/proc.ndr
+ren 2504/out 2503/in
+load components/proc.ndr
+ren 2505/out 2504/in
+load components/proc.ndr
+ren 2506/out 2505/in
+load components/proc.ndr
+ren 2507/out 2506/in
+load components/proc.ndr
+ren 2508/out 2507/in
+load components/proc.ndr
+ren 2509/out 2508/in
+load components/proc.ndr
+ren 2510/out 2509/in
+load components/proc.ndr
+ren 2511/out 2510/in
+load components/proc.ndr
+ren 2512/out 2511/in
+load components/proc.ndr
+ren 2513/out 2512/in
+load components/proc.ndr
+ren 2514/out 2513/in
+load components/proc.ndr
+ren 2515/out 2514/in
+load components/proc.ndr
+ren 2516/out 2515/in
+load components/proc.ndr
+ren 2517/out 2516/in
+load components/proc.ndr
+ren 2518/out 2517/in
+load components/proc.ndr
+ren 2519/out 2518/in
+load components/proc.ndr
+ren 2520/out 2519/in
+load components/proc.ndr
+ren 2521/out 2520/in
+load components/proc.ndr
+ren 2522/out 2521/in
+load components/proc.ndr
+ren 2523/out 2522/in
+load components/proc.ndr
+ren 2524/out 2523/in
+load components/proc.ndr
+ren 2525/out 2524/in
+load components/proc.ndr
+ren 2526/out 2525/in
+load components/proc.ndr
+ren 2527/out 2526/in
+load components/proc.ndr
+ren 2528/out 2527/in
+load components/proc.ndr
+ren 2529/out 2528/in
+load components/proc.ndr
+ren 2530/out 2529/in
+load components/proc.ndr
+ren 2531/out 2530/in
+load components/proc.ndr
+ren 2532/out 2531/in
+load components/proc.ndr
+ren 2533/out 2532/in
+load components/proc.ndr
+ren 2534/out 2533/in
+load components/proc.ndr
+ren 2535/out 2534/in
+load components/proc.ndr
+ren 2536/out 2535/in
+load components/proc.ndr
+ren 2537/out 2536/in
+load components/proc.ndr
+ren 2538/out 2537/in
+load components/proc.ndr
+ren 2539/out 2538/in
+load components/proc.ndr
+ren 2540/out 2539/in
+load components/proc.ndr
+ren 2541/out 2540/in
+load components/proc.ndr
+ren 2542/out 2541/in
+load components/proc.ndr
+ren 2543/out 2542/in
+load components/proc.ndr
+ren 2544/out 2543/in
+load components/proc.ndr
+ren 2545/out 2544/in
+load components/proc.ndr
+ren 2546/out 2545/in
+load components/proc.ndr
+ren 2547/out 2546/in
+load components/proc.ndr
+ren 2548/out 2547/in
+load components/proc.ndr
+ren 2549/out 2548/in
+load components/proc.ndr
+ren 2550/out 2549/in
+load components/proc.ndr
+ren 2551/out 2550/in
+load components/proc.ndr
+ren 2552/out 2551/in
+load components/proc.ndr
+ren 2553/out 2552/in
+load components/proc.ndr
+ren 2554/out 2553/in
+load components/proc.ndr
+ren 2555/out 2554/in
+load components/proc.ndr
+ren 2556/out 2555/in
+load components/proc.ndr
+ren 2557/out 2556/in
+load components/proc.ndr
+ren 2558/out 2557/in
+load components/proc.ndr
+ren 2559/out 2558/in
+load components/proc.ndr
+ren 2560/out 2559/in
+load components/proc.ndr
+ren 2561/out 2560/in
+load components/proc.ndr
+ren 2562/out 2561/in
+load components/proc.ndr
+ren 2563/out 2562/in
+load components/proc.ndr
+ren 2564/out 2563/in
+load components/proc.ndr
+ren 2565/out 2564/in
+load components/proc.ndr
+ren 2566/out 2565/in
+load components/proc.ndr
+ren 2567/out 2566/in
+load components/proc.ndr
+ren 2568/out 2567/in
+load components/proc.ndr
+ren 2569/out 2568/in
+load components/proc.ndr
+ren 2570/out 2569/in
+load components/proc.ndr
+ren 2571/out 2570/in
+load components/proc.ndr
+ren 2572/out 2571/in
+load components/proc.ndr
+ren 2573/out 2572/in
+load components/proc.ndr
+ren 2574/out 2573/in
+load components/proc.ndr
+ren 2575/out 2574/in
+load components/proc.ndr
+ren 2576/out 2575/in
+load components/proc.ndr
+ren 2577/out 2576/in
+load components/proc.ndr
+ren 2578/out 2577/in
+load components/proc.ndr
+ren 2579/out 2578/in
+load components/proc.ndr
+ren 2580/out 2579/in
+load components/proc.ndr
+ren 2581/out 2580/in
+load components/proc.ndr
+ren 2582/out 2581/in
+load components/proc.ndr
+ren 2583/out 2582/in
+load components/proc.ndr
+ren 2584/out 2583/in
+load components/proc.ndr
+ren 2585/out 2584/in
+load components/proc.ndr
+ren 2586/out 2585/in
+load components/proc.ndr
+ren 2587/out 2586/in
+load components/proc.ndr
+ren 2588/out 2587/in
+load components/proc.ndr
+ren 2589/out 2588/in
+load components/proc.ndr
+ren 2590/out 2589/in
+load components/proc.ndr
+ren 2591/out 2590/in
+load components/proc.ndr
+ren 2592/out 2591/in
+load components/proc.ndr
+ren 2593/out 2592/in
+load components/proc.ndr
+ren 2594/out 2593/in
+load components/proc.ndr
+ren 2595/out 2594/in
+load components/proc.ndr
+ren 2596/out 2595/in
+load components/proc.ndr
+ren 2597/out 2596/in
+load components/proc.ndr
+ren 2598/out 2597/in
+load components/proc.ndr
+ren 2599/out 2598/in
+load components/proc.ndr
+ren 2600/out 2599/in
+load components/proc.ndr
+ren 2601/out 2600/in
+load components/proc.ndr
+ren 2602/out 2601/in
+load components/proc.ndr
+ren 2603/out 2602/in
+load components/proc.ndr
+ren 2604/out 2603/in
+load components/proc.ndr
+ren 2605/out 2604/in
+load components/proc.ndr
+ren 2606/out 2605/in
+load components/proc.ndr
+ren 2607/out 2606/in
+load components/proc.ndr
+ren 2608/out 2607/in
+load components/proc.ndr
+ren 2609/out 2608/in
+load components/proc.ndr
+ren 2610/out 2609/in
+load components/proc.ndr
+ren 2611/out 2610/in
+load components/proc.ndr
+ren 2612/out 2611/in
+load components/proc.ndr
+ren 2613/out 2612/in
+load components/proc.ndr
+ren 2614/out 2613/in
+load components/proc.ndr
+ren 2615/out 2614/in
+load components/proc.ndr
+ren 2616/out 2615/in
+load components/proc.ndr
+ren 2617/out 2616/in
+load components/proc.ndr
+ren 2618/out 2617/in
+load components/proc.ndr
+ren 2619/out 2618/in
+load components/proc.ndr
+ren 2620/out 2619/in
+load components/proc.ndr
+ren 2621/out 2620/in
+load components/proc.ndr
+ren 2622/out 2621/in
+load components/proc.ndr
+ren 2623/out 2622/in
+load components/proc.ndr
+ren 2624/out 2623/in
+load components/proc.ndr
+ren 2625/out 2624/in
+load components/proc.ndr
+ren 2626/out 2625/in
+load components/proc.ndr
+ren 2627/out 2626/in
+load components/proc.ndr
+ren 2628/out 2627/in
+load components/proc.ndr
+ren 2629/out 2628/in
+load components/proc.ndr
+ren 2630/out 2629/in
+load components/proc.ndr
+ren 2631/out 2630/in
+load components/proc.ndr
+ren 2632/out 2631/in
+load components/proc.ndr
+ren 2633/out 2632/in
+load components/proc.ndr
+ren 2634/out 2633/in
+load components/proc.ndr
+ren 2635/out 2634/in
+load components/proc.ndr
+ren 2636/out 2635/in
+load components/proc.ndr
+ren 2637/out 2636/in
+load components/proc.ndr
+ren 2638/out 2637/in
+load components/proc.ndr
+ren 2639/out 2638/in
+load components/proc.ndr
+ren 2640/out 2639/in
+load components/proc.ndr
+ren 2641/out 2640/in
+load components/proc.ndr
+ren 2642/out 2641/in
+load components/proc.ndr
+ren 2643/out 2642/in
+load components/proc.ndr
+ren 2644/out 2643/in
+load components/proc.ndr
+ren 2645/out 2644/in
+load components/proc.ndr
+ren 2646/out 2645/in
+load components/proc.ndr
+ren 2647/out 2646/in
+load components/proc.ndr
+ren 2648/out 2647/in
+load components/proc.ndr
+ren 2649/out 2648/in
+load components/proc.ndr
+ren 2650/out 2649/in
+load components/proc.ndr
+ren 2651/out 2650/in
+load components/proc.ndr
+ren 2652/out 2651/in
+load components/proc.ndr
+ren 2653/out 2652/in
+load components/proc.ndr
+ren 2654/out 2653/in
+load components/proc.ndr
+ren 2655/out 2654/in
+load components/proc.ndr
+ren 2656/out 2655/in
+load components/proc.ndr
+ren 2657/out 2656/in
+load components/proc.ndr
+ren 2658/out 2657/in
+load components/proc.ndr
+ren 2659/out 2658/in
+load components/proc.ndr
+ren 2660/out 2659/in
+load components/proc.ndr
+ren 2661/out 2660/in
+load components/proc.ndr
+ren 2662/out 2661/in
+load components/proc.ndr
+ren 2663/out 2662/in
+load components/proc.ndr
+ren 2664/out 2663/in
+load components/proc.ndr
+ren 2665/out 2664/in
+load components/proc.ndr
+ren 2666/out 2665/in
+load components/proc.ndr
+ren 2667/out 2666/in
+load components/proc.ndr
+ren 2668/out 2667/in
+load components/proc.ndr
+ren 2669/out 2668/in
+load components/proc.ndr
+ren 2670/out 2669/in
+load components/proc.ndr
+ren 2671/out 2670/in
+load components/proc.ndr
+ren 2672/out 2671/in
+load components/proc.ndr
+ren 2673/out 2672/in
+load components/proc.ndr
+ren 2674/out 2673/in
+load components/proc.ndr
+ren 2675/out 2674/in
+load components/proc.ndr
+ren 2676/out 2675/in
+load components/proc.ndr
+ren 2677/out 2676/in
+load components/proc.ndr
+ren 2678/out 2677/in
+load components/proc.ndr
+ren 2679/out 2678/in
+load components/proc.ndr
+ren 2680/out 2679/in
+load components/proc.ndr
+ren 2681/out 2680/in
+load components/proc.ndr
+ren 2682/out 2681/in
+load components/proc.ndr
+ren 2683/out 2682/in
+load components/proc.ndr
+ren 2684/out 2683/in
+load components/proc.ndr
+ren 2685/out 2684/in
+load components/proc.ndr
+ren 2686/out 2685/in
+load components/proc.ndr
+ren 2687/out 2686/in
+load components/proc.ndr
+ren 2688/out 2687/in
+load components/proc.ndr
+ren 2689/out 2688/in
+load components/proc.ndr
+ren 2690/out 2689/in
+load components/proc.ndr
+ren 2691/out 2690/in
+load components/proc.ndr
+ren 2692/out 2691/in
+load components/proc.ndr
+ren 2693/out 2692/in
+load components/proc.ndr
+ren 2694/out 2693/in
+load components/proc.ndr
+ren 2695/out 2694/in
+load components/proc.ndr
+ren 2696/out 2695/in
+load components/proc.ndr
+ren 2697/out 2696/in
+load components/proc.ndr
+ren 2698/out 2697/in
+load components/proc.ndr
+ren 2699/out 2698/in
+load components/proc.ndr
+ren 2700/out 2699/in
+load components/proc.ndr
+ren 2701/out 2700/in
+load components/proc.ndr
+ren 2702/out 2701/in
+load components/proc.ndr
+ren 2703/out 2702/in
+load components/proc.ndr
+ren 2704/out 2703/in
+load components/proc.ndr
+ren 2705/out 2704/in
+load components/proc.ndr
+ren 2706/out 2705/in
+load components/proc.ndr
+ren 2707/out 2706/in
+load components/proc.ndr
+ren 2708/out 2707/in
+load components/proc.ndr
+ren 2709/out 2708/in
+load components/proc.ndr
+ren 2710/out 2709/in
+load components/proc.ndr
+ren 2711/out 2710/in
+load components/proc.ndr
+ren 2712/out 2711/in
+load components/proc.ndr
+ren 2713/out 2712/in
+load components/proc.ndr
+ren 2714/out 2713/in
+load components/proc.ndr
+ren 2715/out 2714/in
+load components/proc.ndr
+ren 2716/out 2715/in
+load components/proc.ndr
+ren 2717/out 2716/in
+load components/proc.ndr
+ren 2718/out 2717/in
+load components/proc.ndr
+ren 2719/out 2718/in
+load components/proc.ndr
+ren 2720/out 2719/in
+load components/proc.ndr
+ren 2721/out 2720/in
+load components/proc.ndr
+ren 2722/out 2721/in
+load components/proc.ndr
+ren 2723/out 2722/in
+load components/proc.ndr
+ren 2724/out 2723/in
+load components/proc.ndr
+ren 2725/out 2724/in
+load components/proc.ndr
+ren 2726/out 2725/in
+load components/proc.ndr
+ren 2727/out 2726/in
+load components/proc.ndr
+ren 2728/out 2727/in
+load components/proc.ndr
+ren 2729/out 2728/in
+load components/proc.ndr
+ren 2730/out 2729/in
+load components/proc.ndr
+ren 2731/out 2730/in
+load components/proc.ndr
+ren 2732/out 2731/in
+load components/proc.ndr
+ren 2733/out 2732/in
+load components/proc.ndr
+ren 2734/out 2733/in
+load components/proc.ndr
+ren 2735/out 2734/in
+load components/proc.ndr
+ren 2736/out 2735/in
+load components/proc.ndr
+ren 2737/out 2736/in
+load components/proc.ndr
+ren 2738/out 2737/in
+load components/proc.ndr
+ren 2739/out 2738/in
+load components/proc.ndr
+ren 2740/out 2739/in
+load components/proc.ndr
+ren 2741/out 2740/in
+load components/proc.ndr
+ren 2742/out 2741/in
+load components/proc.ndr
+ren 2743/out 2742/in
+load components/proc.ndr
+ren 2744/out 2743/in
+load components/proc.ndr
+ren 2745/out 2744/in
+load components/proc.ndr
+ren 2746/out 2745/in
+load components/proc.ndr
+ren 2747/out 2746/in
+load components/proc.ndr
+ren 2748/out 2747/in
+load components/proc.ndr
+ren 2749/out 2748/in
+load components/proc.ndr
+ren 2750/out 2749/in
+load components/proc.ndr
+ren 2751/out 2750/in
+load components/proc.ndr
+ren 2752/out 2751/in
+load components/proc.ndr
+ren 2753/out 2752/in
+load components/proc.ndr
+ren 2754/out 2753/in
+load components/proc.ndr
+ren 2755/out 2754/in
+load components/proc.ndr
+ren 2756/out 2755/in
+load components/proc.ndr
+ren 2757/out 2756/in
+load components/proc.ndr
+ren 2758/out 2757/in
+load components/proc.ndr
+ren 2759/out 2758/in
+load components/proc.ndr
+ren 2760/out 2759/in
+load components/proc.ndr
+ren 2761/out 2760/in
+load components/proc.ndr
+ren 2762/out 2761/in
+load components/proc.ndr
+ren 2763/out 2762/in
+load components/proc.ndr
+ren 2764/out 2763/in
+load components/proc.ndr
+ren 2765/out 2764/in
+load components/proc.ndr
+ren 2766/out 2765/in
+load components/proc.ndr
+ren 2767/out 2766/in
+load components/proc.ndr
+ren 2768/out 2767/in
+load components/proc.ndr
+ren 2769/out 2768/in
+load components/proc.ndr
+ren 2770/out 2769/in
+load components/proc.ndr
+ren 2771/out 2770/in
+load components/proc.ndr
+ren 2772/out 2771/in
+load components/proc.ndr
+ren 2773/out 2772/in
+load components/proc.ndr
+ren 2774/out 2773/in
+load components/proc.ndr
+ren 2775/out 2774/in
+load components/proc.ndr
+ren 2776/out 2775/in
+load components/proc.ndr
+ren 2777/out 2776/in
+load components/proc.ndr
+ren 2778/out 2777/in
+load components/proc.ndr
+ren 2779/out 2778/in
+load components/proc.ndr
+ren 2780/out 2779/in
+load components/proc.ndr
+ren 2781/out 2780/in
+load components/proc.ndr
+ren 2782/out 2781/in
+load components/proc.ndr
+ren 2783/out 2782/in
+load components/proc.ndr
+ren 2784/out 2783/in
+load components/proc.ndr
+ren 2785/out 2784/in
+load components/proc.ndr
+ren 2786/out 2785/in
+load components/proc.ndr
+ren 2787/out 2786/in
+load components/proc.ndr
+ren 2788/out 2787/in
+load components/proc.ndr
+ren 2789/out 2788/in
+load components/proc.ndr
+ren 2790/out 2789/in
+load components/proc.ndr
+ren 2791/out 2790/in
+load components/proc.ndr
+ren 2792/out 2791/in
+load components/proc.ndr
+ren 2793/out 2792/in
+load components/proc.ndr
+ren 2794/out 2793/in
+load components/proc.ndr
+ren 2795/out 2794/in
+load components/proc.ndr
+ren 2796/out 2795/in
+load components/proc.ndr
+ren 2797/out 2796/in
+load components/proc.ndr
+ren 2798/out 2797/in
+load components/proc.ndr
+ren 2799/out 2798/in
+load components/proc.ndr
+ren 2800/out 2799/in
+load components/proc.ndr
+ren 2801/out 2800/in
+load components/proc.ndr
+ren 2802/out 2801/in
+load components/proc.ndr
+ren 2803/out 2802/in
+load components/proc.ndr
+ren 2804/out 2803/in
+load components/proc.ndr
+ren 2805/out 2804/in
+load components/proc.ndr
+ren 2806/out 2805/in
+load components/proc.ndr
+ren 2807/out 2806/in
+load components/proc.ndr
+ren 2808/out 2807/in
+load components/proc.ndr
+ren 2809/out 2808/in
+load components/proc.ndr
+ren 2810/out 2809/in
+load components/proc.ndr
+ren 2811/out 2810/in
+load components/proc.ndr
+ren 2812/out 2811/in
+load components/proc.ndr
+ren 2813/out 2812/in
+load components/proc.ndr
+ren 2814/out 2813/in
+load components/proc.ndr
+ren 2815/out 2814/in
+load components/proc.ndr
+ren 2816/out 2815/in
+load components/proc.ndr
+ren 2817/out 2816/in
+load components/proc.ndr
+ren 2818/out 2817/in
+load components/proc.ndr
+ren 2819/out 2818/in
+load components/proc.ndr
+ren 2820/out 2819/in
+load components/proc.ndr
+ren 2821/out 2820/in
+load components/proc.ndr
+ren 2822/out 2821/in
+load components/proc.ndr
+ren 2823/out 2822/in
+load components/proc.ndr
+ren 2824/out 2823/in
+load components/proc.ndr
+ren 2825/out 2824/in
+load components/proc.ndr
+ren 2826/out 2825/in
+load components/proc.ndr
+ren 2827/out 2826/in
+load components/proc.ndr
+ren 2828/out 2827/in
+load components/proc.ndr
+ren 2829/out 2828/in
+load components/proc.ndr
+ren 2830/out 2829/in
+load components/proc.ndr
+ren 2831/out 2830/in
+load components/proc.ndr
+ren 2832/out 2831/in
+load components/proc.ndr
+ren 2833/out 2832/in
+load components/proc.ndr
+ren 2834/out 2833/in
+load components/proc.ndr
+ren 2835/out 2834/in
+load components/proc.ndr
+ren 2836/out 2835/in
+load components/proc.ndr
+ren 2837/out 2836/in
+load components/proc.ndr
+ren 2838/out 2837/in
+load components/proc.ndr
+ren 2839/out 2838/in
+load components/proc.ndr
+ren 2840/out 2839/in
+load components/proc.ndr
+ren 2841/out 2840/in
+load components/proc.ndr
+ren 2842/out 2841/in
+load components/proc.ndr
+ren 2843/out 2842/in
+load components/proc.ndr
+ren 2844/out 2843/in
+load components/proc.ndr
+ren 2845/out 2844/in
+load components/proc.ndr
+ren 2846/out 2845/in
+load components/proc.ndr
+ren 2847/out 2846/in
+load components/proc.ndr
+ren 2848/out 2847/in
+load components/proc.ndr
+ren 2849/out 2848/in
+load components/proc.ndr
+ren 2850/out 2849/in
+load components/proc.ndr
+ren 2851/out 2850/in
+load components/proc.ndr
+ren 2852/out 2851/in
+load components/proc.ndr
+ren 2853/out 2852/in
+load components/proc.ndr
+ren 2854/out 2853/in
+load components/proc.ndr
+ren 2855/out 2854/in
+load components/proc.ndr
+ren 2856/out 2855/in
+load components/proc.ndr
+ren 2857/out 2856/in
+load components/proc.ndr
+ren 2858/out 2857/in
+load components/proc.ndr
+ren 2859/out 2858/in
+load components/proc.ndr
+ren 2860/out 2859/in
+load components/proc.ndr
+ren 2861/out 2860/in
+load components/proc.ndr
+ren 2862/out 2861/in
+load components/proc.ndr
+ren 2863/out 2862/in
+load components/proc.ndr
+ren 2864/out 2863/in
+load components/proc.ndr
+ren 2865/out 2864/in
+load components/proc.ndr
+ren 2866/out 2865/in
+load components/proc.ndr
+ren 2867/out 2866/in
+load components/proc.ndr
+ren 2868/out 2867/in
+load components/proc.ndr
+ren 2869/out 2868/in
+load components/proc.ndr
+ren 2870/out 2869/in
+load components/proc.ndr
+ren 2871/out 2870/in
+load components/proc.ndr
+ren 2872/out 2871/in
+load components/proc.ndr
+ren 2873/out 2872/in
+load components/proc.ndr
+ren 2874/out 2873/in
+load components/proc.ndr
+ren 2875/out 2874/in
+load components/proc.ndr
+ren 2876/out 2875/in
+load components/proc.ndr
+ren 2877/out 2876/in
+load components/proc.ndr
+ren 2878/out 2877/in
+load components/proc.ndr
+ren 2879/out 2878/in
+load components/proc.ndr
+ren 2880/out 2879/in
+load components/proc.ndr
+ren 2881/out 2880/in
+load components/proc.ndr
+ren 2882/out 2881/in
+load components/proc.ndr
+ren 2883/out 2882/in
+load components/proc.ndr
+ren 2884/out 2883/in
+load components/proc.ndr
+ren 2885/out 2884/in
+load components/proc.ndr
+ren 2886/out 2885/in
+load components/proc.ndr
+ren 2887/out 2886/in
+load components/proc.ndr
+ren 2888/out 2887/in
+load components/proc.ndr
+ren 2889/out 2888/in
+load components/proc.ndr
+ren 2890/out 2889/in
+load components/proc.ndr
+ren 2891/out 2890/in
+load components/proc.ndr
+ren 2892/out 2891/in
+load components/proc.ndr
+ren 2893/out 2892/in
+load components/proc.ndr
+ren 2894/out 2893/in
+load components/proc.ndr
+ren 2895/out 2894/in
+load components/proc.ndr
+ren 2896/out 2895/in
+load components/proc.ndr
+ren 2897/out 2896/in
+load components/proc.ndr
+ren 2898/out 2897/in
+load components/proc.ndr
+ren 2899/out 2898/in
+load components/proc.ndr
+ren 2900/out 2899/in
+load components/proc.ndr
+ren 2901/out 2900/in
+load components/proc.ndr
+ren 2902/out 2901/in
+load components/proc.ndr
+ren 2903/out 2902/in
+load components/proc.ndr
+ren 2904/out 2903/in
+load components/proc.ndr
+ren 2905/out 2904/in
+load components/proc.ndr
+ren 2906/out 2905/in
+load components/proc.ndr
+ren 2907/out 2906/in
+load components/proc.ndr
+ren 2908/out 2907/in
+load components/proc.ndr
+ren 2909/out 2908/in
+load components/proc.ndr
+ren 2910/out 2909/in
+load components/proc.ndr
+ren 2911/out 2910/in
+load components/proc.ndr
+ren 2912/out 2911/in
+load components/proc.ndr
+ren 2913/out 2912/in
+load components/proc.ndr
+ren 2914/out 2913/in
+load components/proc.ndr
+ren 2915/out 2914/in
+load components/proc.ndr
+ren 2916/out 2915/in
+load components/proc.ndr
+ren 2917/out 2916/in
+load components/proc.ndr
+ren 2918/out 2917/in
+load components/proc.ndr
+ren 2919/out 2918/in
+load components/proc.ndr
+ren 2920/out 2919/in
+load components/proc.ndr
+ren 2921/out 2920/in
+load components/proc.ndr
+ren 2922/out 2921/in
+load components/proc.ndr
+ren 2923/out 2922/in
+load components/proc.ndr
+ren 2924/out 2923/in
+load components/proc.ndr
+ren 2925/out 2924/in
+load components/proc.ndr
+ren 2926/out 2925/in
+load components/proc.ndr
+ren 2927/out 2926/in
+load components/proc.ndr
+ren 2928/out 2927/in
+load components/proc.ndr
+ren 2929/out 2928/in
+load components/proc.ndr
+ren 2930/out 2929/in
+load components/proc.ndr
+ren 2931/out 2930/in
+load components/proc.ndr
+ren 2932/out 2931/in
+load components/proc.ndr
+ren 2933/out 2932/in
+load components/proc.ndr
+ren 2934/out 2933/in
+load components/proc.ndr
+ren 2935/out 2934/in
+load components/proc.ndr
+ren 2936/out 2935/in
+load components/proc.ndr
+ren 2937/out 2936/in
+load components/proc.ndr
+ren 2938/out 2937/in
+load components/proc.ndr
+ren 2939/out 2938/in
+load components/proc.ndr
+ren 2940/out 2939/in
+load components/proc.ndr
+ren 2941/out 2940/in
+load components/proc.ndr
+ren 2942/out 2941/in
+load components/proc.ndr
+ren 2943/out 2942/in
+load components/proc.ndr
+ren 2944/out 2943/in
+load components/proc.ndr
+ren 2945/out 2944/in
+load components/proc.ndr
+ren 2946/out 2945/in
+load components/proc.ndr
+ren 2947/out 2946/in
+load components/proc.ndr
+ren 2948/out 2947/in
+load components/proc.ndr
+ren 2949/out 2948/in
+load components/proc.ndr
+ren 2950/out 2949/in
+load components/proc.ndr
+ren 2951/out 2950/in
+load components/proc.ndr
+ren 2952/out 2951/in
+load components/proc.ndr
+ren 2953/out 2952/in
+load components/proc.ndr
+ren 2954/out 2953/in
+load components/proc.ndr
+ren 2955/out 2954/in
+load components/proc.ndr
+ren 2956/out 2955/in
+load components/proc.ndr
+ren 2957/out 2956/in
+load components/proc.ndr
+ren 2958/out 2957/in
+load components/proc.ndr
+ren 2959/out 2958/in
+load components/proc.ndr
+ren 2960/out 2959/in
+load components/proc.ndr
+ren 2961/out 2960/in
+load components/proc.ndr
+ren 2962/out 2961/in
+load components/proc.ndr
+ren 2963/out 2962/in
+load components/proc.ndr
+ren 2964/out 2963/in
+load components/proc.ndr
+ren 2965/out 2964/in
+load components/proc.ndr
+ren 2966/out 2965/in
+load components/proc.ndr
+ren 2967/out 2966/in
+load components/proc.ndr
+ren 2968/out 2967/in
+load components/proc.ndr
+ren 2969/out 2968/in
+load components/proc.ndr
+ren 2970/out 2969/in
+load components/proc.ndr
+ren 2971/out 2970/in
+load components/proc.ndr
+ren 2972/out 2971/in
+load components/proc.ndr
+ren 2973/out 2972/in
+load components/proc.ndr
+ren 2974/out 2973/in
+load components/proc.ndr
+ren 2975/out 2974/in
+load components/proc.ndr
+ren 2976/out 2975/in
+load components/proc.ndr
+ren 2977/out 2976/in
+load components/proc.ndr
+ren 2978/out 2977/in
+load components/proc.ndr
+ren 2979/out 2978/in
+load components/proc.ndr
+ren 2980/out 2979/in
+load components/proc.ndr
+ren 2981/out 2980/in
+load components/proc.ndr
+ren 2982/out 2981/in
+load components/proc.ndr
+ren 2983/out 2982/in
+load components/proc.ndr
+ren 2984/out 2983/in
+load components/proc.ndr
+ren 2985/out 2984/in
+load components/proc.ndr
+ren 2986/out 2985/in
+load components/proc.ndr
+ren 2987/out 2986/in
+load components/proc.ndr
+ren 2988/out 2987/in
+load components/proc.ndr
+ren 2989/out 2988/in
+load components/proc.ndr
+ren 2990/out 2989/in
+load components/proc.ndr
+ren 2991/out 2990/in
+load components/proc.ndr
+ren 2992/out 2991/in
+load components/proc.ndr
+ren 2993/out 2992/in
+load components/proc.ndr
+ren 2994/out 2993/in
+load components/proc.ndr
+ren 2995/out 2994/in
+load components/proc.ndr
+ren 2996/out 2995/in
+load components/proc.ndr
+ren 2997/out 2996/in
+load components/proc.ndr
+ren 2998/out 2997/in
+load components/proc.ndr
+ren 2999/out 2998/in
+load components/proc.ndr
+ren 3000/out 2999/in
+load components/proc.ndr
+ren 3001/out 3000/in
+load components/proc.ndr
+ren 3002/out 3001/in
+load components/proc.ndr
+ren 3003/out 3002/in
+load components/proc.ndr
+ren 3004/out 3003/in
+load components/proc.ndr
+ren 3005/out 3004/in
+load components/proc.ndr
+ren 3006/out 3005/in
+load components/proc.ndr
+ren 3007/out 3006/in
+load components/proc.ndr
+ren 3008/out 3007/in
+load components/proc.ndr
+ren 3009/out 3008/in
+load components/proc.ndr
+ren 3010/out 3009/in
+load components/proc.ndr
+ren 3011/out 3010/in
+load components/proc.ndr
+ren 3012/out 3011/in
+load components/proc.ndr
+ren 3013/out 3012/in
+load components/proc.ndr
+ren 3014/out 3013/in
+load components/proc.ndr
+ren 3015/out 3014/in
+load components/proc.ndr
+ren 3016/out 3015/in
+load components/proc.ndr
+ren 3017/out 3016/in
+load components/proc.ndr
+ren 3018/out 3017/in
+load components/proc.ndr
+ren 3019/out 3018/in
+load components/proc.ndr
+ren 3020/out 3019/in
+load components/proc.ndr
+ren 3021/out 3020/in
+load components/proc.ndr
+ren 3022/out 3021/in
+load components/proc.ndr
+ren 3023/out 3022/in
+load components/proc.ndr
+ren 3024/out 3023/in
+load components/proc.ndr
+ren 3025/out 3024/in
+load components/proc.ndr
+ren 3026/out 3025/in
+load components/proc.ndr
+ren 3027/out 3026/in
+load components/proc.ndr
+ren 3028/out 3027/in
+load components/proc.ndr
+ren 3029/out 3028/in
+load components/proc.ndr
+ren 3030/out 3029/in
+load components/proc.ndr
+ren 3031/out 3030/in
+load components/proc.ndr
+ren 3032/out 3031/in
+load components/proc.ndr
+ren 3033/out 3032/in
+load components/proc.ndr
+ren 3034/out 3033/in
+load components/proc.ndr
+ren 3035/out 3034/in
+load components/proc.ndr
+ren 3036/out 3035/in
+load components/proc.ndr
+ren 3037/out 3036/in
+load components/proc.ndr
+ren 3038/out 3037/in
+load components/proc.ndr
+ren 3039/out 3038/in
+load components/proc.ndr
+ren 3040/out 3039/in
+load components/proc.ndr
+ren 3041/out 3040/in
+load components/proc.ndr
+ren 3042/out 3041/in
+load components/proc.ndr
+ren 3043/out 3042/in
+load components/proc.ndr
+ren 3044/out 3043/in
+load components/proc.ndr
+ren 3045/out 3044/in
+load components/proc.ndr
+ren 3046/out 3045/in
+load components/proc.ndr
+ren 3047/out 3046/in
+load components/proc.ndr
+ren 3048/out 3047/in
+load components/proc.ndr
+ren 3049/out 3048/in
+load components/proc.ndr
+ren 3050/out 3049/in
+load components/proc.ndr
+ren 3051/out 3050/in
+load components/proc.ndr
+ren 3052/out 3051/in
+load components/proc.ndr
+ren 3053/out 3052/in
+load components/proc.ndr
+ren 3054/out 3053/in
+load components/proc.ndr
+ren 3055/out 3054/in
+load components/proc.ndr
+ren 3056/out 3055/in
+load components/proc.ndr
+ren 3057/out 3056/in
+load components/proc.ndr
+ren 3058/out 3057/in
+load components/proc.ndr
+ren 3059/out 3058/in
+load components/proc.ndr
+ren 3060/out 3059/in
+load components/proc.ndr
+ren 3061/out 3060/in
+load components/proc.ndr
+ren 3062/out 3061/in
+load components/proc.ndr
+ren 3063/out 3062/in
+load components/proc.ndr
+ren 3064/out 3063/in
+load components/proc.ndr
+ren 3065/out 3064/in
+load components/proc.ndr
+ren 3066/out 3065/in
+load components/proc.ndr
+ren 3067/out 3066/in
+load components/proc.ndr
+ren 3068/out 3067/in
+load components/proc.ndr
+ren 3069/out 3068/in
+load components/proc.ndr
+ren 3070/out 3069/in
+load components/proc.ndr
+ren 3071/out 3070/in
+load components/proc.ndr
+ren 3072/out 3071/in
+load components/proc.ndr
+ren 3073/out 3072/in
+load components/proc.ndr
+ren 3074/out 3073/in
+load components/proc.ndr
+ren 3075/out 3074/in
+load components/proc.ndr
+ren 3076/out 3075/in
+load components/proc.ndr
+ren 3077/out 3076/in
+load components/proc.ndr
+ren 3078/out 3077/in
+load components/proc.ndr
+ren 3079/out 3078/in
+load components/proc.ndr
+ren 3080/out 3079/in
+load components/proc.ndr
+ren 3081/out 3080/in
+load components/proc.ndr
+ren 3082/out 3081/in
+load components/proc.ndr
+ren 3083/out 3082/in
+load components/proc.ndr
+ren 3084/out 3083/in
+load components/proc.ndr
+ren 3085/out 3084/in
+load components/proc.ndr
+ren 3086/out 3085/in
+load components/proc.ndr
+ren 3087/out 3086/in
+load components/proc.ndr
+ren 3088/out 3087/in
+load components/proc.ndr
+ren 3089/out 3088/in
+load components/proc.ndr
+ren 3090/out 3089/in
+load components/proc.ndr
+ren 3091/out 3090/in
+load components/proc.ndr
+ren 3092/out 3091/in
+load components/proc.ndr
+ren 3093/out 3092/in
+load components/proc.ndr
+ren 3094/out 3093/in
+load components/proc.ndr
+ren 3095/out 3094/in
+load components/proc.ndr
+ren 3096/out 3095/in
+load components/proc.ndr
+ren 3097/out 3096/in
+load components/proc.ndr
+ren 3098/out 3097/in
+load components/proc.ndr
+ren 3099/out 3098/in
+load components/proc.ndr
+ren 3100/out 3099/in
+load components/proc.ndr
+ren 3101/out 3100/in
+load components/proc.ndr
+ren 3102/out 3101/in
+load components/proc.ndr
+ren 3103/out 3102/in
+load components/proc.ndr
+ren 3104/out 3103/in
+load components/proc.ndr
+ren 3105/out 3104/in
+load components/proc.ndr
+ren 3106/out 3105/in
+load components/proc.ndr
+ren 3107/out 3106/in
+load components/proc.ndr
+ren 3108/out 3107/in
+load components/proc.ndr
+ren 3109/out 3108/in
+load components/proc.ndr
+ren 3110/out 3109/in
+load components/proc.ndr
+ren 3111/out 3110/in
+load components/proc.ndr
+ren 3112/out 3111/in
+load components/proc.ndr
+ren 3113/out 3112/in
+load components/proc.ndr
+ren 3114/out 3113/in
+load components/proc.ndr
+ren 3115/out 3114/in
+load components/proc.ndr
+ren 3116/out 3115/in
+load components/proc.ndr
+ren 3117/out 3116/in
+load components/proc.ndr
+ren 3118/out 3117/in
+load components/proc.ndr
+ren 3119/out 3118/in
+load components/proc.ndr
+ren 3120/out 3119/in
+load components/proc.ndr
+ren 3121/out 3120/in
+load components/proc.ndr
+ren 3122/out 3121/in
+load components/proc.ndr
+ren 3123/out 3122/in
+load components/proc.ndr
+ren 3124/out 3123/in
+load components/proc.ndr
+ren 3125/out 3124/in
+load components/proc.ndr
+ren 3126/out 3125/in
+load components/proc.ndr
+ren 3127/out 3126/in
+load components/proc.ndr
+ren 3128/out 3127/in
+load components/proc.ndr
+ren 3129/out 3128/in
+load components/proc.ndr
+ren 3130/out 3129/in
+load components/proc.ndr
+ren 3131/out 3130/in
+load components/proc.ndr
+ren 3132/out 3131/in
+load components/proc.ndr
+ren 3133/out 3132/in
+load components/proc.ndr
+ren 3134/out 3133/in
+load components/proc.ndr
+ren 3135/out 3134/in
+load components/proc.ndr
+ren 3136/out 3135/in
+load components/proc.ndr
+ren 3137/out 3136/in
+load components/proc.ndr
+ren 3138/out 3137/in
+load components/proc.ndr
+ren 3139/out 3138/in
+load components/proc.ndr
+ren 3140/out 3139/in
+load components/proc.ndr
+ren 3141/out 3140/in
+load components/proc.ndr
+ren 3142/out 3141/in
+load components/proc.ndr
+ren 3143/out 3142/in
+load components/proc.ndr
+ren 3144/out 3143/in
+load components/proc.ndr
+ren 3145/out 3144/in
+load components/proc.ndr
+ren 3146/out 3145/in
+load components/proc.ndr
+ren 3147/out 3146/in
+load components/proc.ndr
+ren 3148/out 3147/in
+load components/proc.ndr
+ren 3149/out 3148/in
+load components/proc.ndr
+ren 3150/out 3149/in
+load components/proc.ndr
+ren 3151/out 3150/in
+load components/proc.ndr
+ren 3152/out 3151/in
+load components/proc.ndr
+ren 3153/out 3152/in
+load components/proc.ndr
+ren 3154/out 3153/in
+load components/proc.ndr
+ren 3155/out 3154/in
+load components/proc.ndr
+ren 3156/out 3155/in
+load components/proc.ndr
+ren 3157/out 3156/in
+load components/proc.ndr
+ren 3158/out 3157/in
+load components/proc.ndr
+ren 3159/out 3158/in
+load components/proc.ndr
+ren 3160/out 3159/in
+load components/proc.ndr
+ren 3161/out 3160/in
+load components/proc.ndr
+ren 3162/out 3161/in
+load components/proc.ndr
+ren 3163/out 3162/in
+load components/proc.ndr
+ren 3164/out 3163/in
+load components/proc.ndr
+ren 3165/out 3164/in
+load components/proc.ndr
+ren 3166/out 3165/in
+load components/proc.ndr
+ren 3167/out 3166/in
+load components/proc.ndr
+ren 3168/out 3167/in
+load components/proc.ndr
+ren 3169/out 3168/in
+load components/proc.ndr
+ren 3170/out 3169/in
+load components/proc.ndr
+ren 3171/out 3170/in
+load components/proc.ndr
+ren 3172/out 3171/in
+load components/proc.ndr
+ren 3173/out 3172/in
+load components/proc.ndr
+ren 3174/out 3173/in
+load components/proc.ndr
+ren 3175/out 3174/in
+load components/proc.ndr
+ren 3176/out 3175/in
+load components/proc.ndr
+ren 3177/out 3176/in
+load components/proc.ndr
+ren 3178/out 3177/in
+load components/proc.ndr
+ren 3179/out 3178/in
+load components/proc.ndr
+ren 3180/out 3179/in
+load components/proc.ndr
+ren 3181/out 3180/in
+load components/proc.ndr
+ren 3182/out 3181/in
+load components/proc.ndr
+ren 3183/out 3182/in
+load components/proc.ndr
+ren 3184/out 3183/in
+load components/proc.ndr
+ren 3185/out 3184/in
+load components/proc.ndr
+ren 3186/out 3185/in
+load components/proc.ndr
+ren 3187/out 3186/in
+load components/proc.ndr
+ren 3188/out 3187/in
+load components/proc.ndr
+ren 3189/out 3188/in
+load components/proc.ndr
+ren 3190/out 3189/in
+load components/proc.ndr
+ren 3191/out 3190/in
+load components/proc.ndr
+ren 3192/out 3191/in
+load components/proc.ndr
+ren 3193/out 3192/in
+load components/proc.ndr
+ren 3194/out 3193/in
+load components/proc.ndr
+ren 3195/out 3194/in
+load components/proc.ndr
+ren 3196/out 3195/in
+load components/proc.ndr
+ren 3197/out 3196/in
+load components/proc.ndr
+ren 3198/out 3197/in
+load components/proc.ndr
+ren 3199/out 3198/in
+load components/proc.ndr
+ren 3200/out 3199/in
+load components/proc.ndr
+ren 3201/out 3200/in
+load components/proc.ndr
+ren 3202/out 3201/in
+load components/proc.ndr
+ren 3203/out 3202/in
+load components/proc.ndr
+ren 3204/out 3203/in
+load components/proc.ndr
+ren 3205/out 3204/in
+load components/proc.ndr
+ren 3206/out 3205/in
+load components/proc.ndr
+ren 3207/out 3206/in
+load components/proc.ndr
+ren 3208/out 3207/in
+load components/proc.ndr
+ren 3209/out 3208/in
+load components/proc.ndr
+ren 3210/out 3209/in
+load components/proc.ndr
+ren 3211/out 3210/in
+load components/proc.ndr
+ren 3212/out 3211/in
+load components/proc.ndr
+ren 3213/out 3212/in
+load components/proc.ndr
+ren 3214/out 3213/in
+load components/proc.ndr
+ren 3215/out 3214/in
+load components/proc.ndr
+ren 3216/out 3215/in
+load components/proc.ndr
+ren 3217/out 3216/in
+load components/proc.ndr
+ren 3218/out 3217/in
+load components/proc.ndr
+ren 3219/out 3218/in
+load components/proc.ndr
+ren 3220/out 3219/in
+load components/proc.ndr
+ren 3221/out 3220/in
+load components/proc.ndr
+ren 3222/out 3221/in
+load components/proc.ndr
+ren 3223/out 3222/in
+load components/proc.ndr
+ren 3224/out 3223/in
+load components/proc.ndr
+ren 3225/out 3224/in
+load components/proc.ndr
+ren 3226/out 3225/in
+load components/proc.ndr
+ren 3227/out 3226/in
+load components/proc.ndr
+ren 3228/out 3227/in
+load components/proc.ndr
+ren 3229/out 3228/in
+load components/proc.ndr
+ren 3230/out 3229/in
+load components/proc.ndr
+ren 3231/out 3230/in
+load components/proc.ndr
+ren 3232/out 3231/in
+load components/proc.ndr
+ren 3233/out 3232/in
+load components/proc.ndr
+ren 3234/out 3233/in
+load components/proc.ndr
+ren 3235/out 3234/in
+load components/proc.ndr
+ren 3236/out 3235/in
+load components/proc.ndr
+ren 3237/out 3236/in
+load components/proc.ndr
+ren 3238/out 3237/in
+load components/proc.ndr
+ren 3239/out 3238/in
+load components/proc.ndr
+ren 3240/out 3239/in
+load components/proc.ndr
+ren 3241/out 3240/in
+load components/proc.ndr
+ren 3242/out 3241/in
+load components/proc.ndr
+ren 3243/out 3242/in
+load components/proc.ndr
+ren 3244/out 3243/in
+load components/proc.ndr
+ren 3245/out 3244/in
+load components/proc.ndr
+ren 3246/out 3245/in
+load components/proc.ndr
+ren 3247/out 3246/in
+load components/proc.ndr
+ren 3248/out 3247/in
+load components/proc.ndr
+ren 3249/out 3248/in
+load components/proc.ndr
+ren 3250/out 3249/in
+load components/proc.ndr
+ren 3251/out 3250/in
+load components/proc.ndr
+ren 3252/out 3251/in
+load components/proc.ndr
+ren 3253/out 3252/in
+load components/proc.ndr
+ren 3254/out 3253/in
+load components/proc.ndr
+ren 3255/out 3254/in
+load components/proc.ndr
+ren 3256/out 3255/in
+load components/proc.ndr
+ren 3257/out 3256/in
+load components/proc.ndr
+ren 3258/out 3257/in
+load components/proc.ndr
+ren 3259/out 3258/in
+load components/proc.ndr
+ren 3260/out 3259/in
+load components/proc.ndr
+ren 3261/out 3260/in
+load components/proc.ndr
+ren 3262/out 3261/in
+load components/proc.ndr
+ren 3263/out 3262/in
+load components/proc.ndr
+ren 3264/out 3263/in
+load components/proc.ndr
+ren 3265/out 3264/in
+load components/proc.ndr
+ren 3266/out 3265/in
+load components/proc.ndr
+ren 3267/out 3266/in
+load components/proc.ndr
+ren 3268/out 3267/in
+load components/proc.ndr
+ren 3269/out 3268/in
+load components/proc.ndr
+ren 3270/out 3269/in
+load components/proc.ndr
+ren 3271/out 3270/in
+load components/proc.ndr
+ren 3272/out 3271/in
+load components/proc.ndr
+ren 3273/out 3272/in
+load components/proc.ndr
+ren 3274/out 3273/in
+load components/proc.ndr
+ren 3275/out 3274/in
+load components/proc.ndr
+ren 3276/out 3275/in
+load components/proc.ndr
+ren 3277/out 3276/in
+load components/proc.ndr
+ren 3278/out 3277/in
+load components/proc.ndr
+ren 3279/out 3278/in
+load components/proc.ndr
+ren 3280/out 3279/in
+load components/proc.ndr
+ren 3281/out 3280/in
+load components/proc.ndr
+ren 3282/out 3281/in
+load components/proc.ndr
+ren 3283/out 3282/in
+load components/proc.ndr
+ren 3284/out 3283/in
+load components/proc.ndr
+ren 3285/out 3284/in
+load components/proc.ndr
+ren 3286/out 3285/in
+load components/proc.ndr
+ren 3287/out 3286/in
+load components/proc.ndr
+ren 3288/out 3287/in
+load components/proc.ndr
+ren 3289/out 3288/in
+load components/proc.ndr
+ren 3290/out 3289/in
+load components/proc.ndr
+ren 3291/out 3290/in
+load components/proc.ndr
+ren 3292/out 3291/in
+load components/proc.ndr
+ren 3293/out 3292/in
+load components/proc.ndr
+ren 3294/out 3293/in
+load components/proc.ndr
+ren 3295/out 3294/in
+load components/proc.ndr
+ren 3296/out 3295/in
+load components/proc.ndr
+ren 3297/out 3296/in
+load components/proc.ndr
+ren 3298/out 3297/in
+load components/proc.ndr
+ren 3299/out 3298/in
+load components/proc.ndr
+ren 3300/out 3299/in
+load components/proc.ndr
+ren 3301/out 3300/in
+load components/proc.ndr
+ren 3302/out 3301/in
+load components/proc.ndr
+ren 3303/out 3302/in
+load components/proc.ndr
+ren 3304/out 3303/in
+load components/proc.ndr
+ren 3305/out 3304/in
+load components/proc.ndr
+ren 3306/out 3305/in
+load components/proc.ndr
+ren 3307/out 3306/in
+load components/proc.ndr
+ren 3308/out 3307/in
+load components/proc.ndr
+ren 3309/out 3308/in
+load components/proc.ndr
+ren 3310/out 3309/in
+load components/proc.ndr
+ren 3311/out 3310/in
+load components/proc.ndr
+ren 3312/out 3311/in
+load components/proc.ndr
+ren 3313/out 3312/in
+load components/proc.ndr
+ren 3314/out 3313/in
+load components/proc.ndr
+ren 3315/out 3314/in
+load components/proc.ndr
+ren 3316/out 3315/in
+load components/proc.ndr
+ren 3317/out 3316/in
+load components/proc.ndr
+ren 3318/out 3317/in
+load components/proc.ndr
+ren 3319/out 3318/in
+load components/proc.ndr
+ren 3320/out 3319/in
+load components/proc.ndr
+ren 3321/out 3320/in
+load components/proc.ndr
+ren 3322/out 3321/in
+load components/proc.ndr
+ren 3323/out 3322/in
+load components/proc.ndr
+ren 3324/out 3323/in
+load components/proc.ndr
+ren 3325/out 3324/in
+load components/proc.ndr
+ren 3326/out 3325/in
+load components/proc.ndr
+ren 3327/out 3326/in
+load components/proc.ndr
+ren 3328/out 3327/in
+load components/proc.ndr
+ren 3329/out 3328/in
+load components/proc.ndr
+ren 3330/out 3329/in
+load components/proc.ndr
+ren 3331/out 3330/in
+load components/proc.ndr
+ren 3332/out 3331/in
+load components/proc.ndr
+ren 3333/out 3332/in
+load components/proc.ndr
+ren 3334/out 3333/in
+load components/proc.ndr
+ren 3335/out 3334/in
+load components/proc.ndr
+ren 3336/out 3335/in
+load components/proc.ndr
+ren 3337/out 3336/in
+load components/proc.ndr
+ren 3338/out 3337/in
+load components/proc.ndr
+ren 3339/out 3338/in
+load components/proc.ndr
+ren 3340/out 3339/in
+load components/proc.ndr
+ren 3341/out 3340/in
+load components/proc.ndr
+ren 3342/out 3341/in
+load components/proc.ndr
+ren 3343/out 3342/in
+load components/proc.ndr
+ren 3344/out 3343/in
+load components/proc.ndr
+ren 3345/out 3344/in
+load components/proc.ndr
+ren 3346/out 3345/in
+load components/proc.ndr
+ren 3347/out 3346/in
+load components/proc.ndr
+ren 3348/out 3347/in
+load components/proc.ndr
+ren 3349/out 3348/in
+load components/proc.ndr
+ren 3350/out 3349/in
+load components/proc.ndr
+ren 3351/out 3350/in
+load components/proc.ndr
+ren 3352/out 3351/in
+load components/proc.ndr
+ren 3353/out 3352/in
+load components/proc.ndr
+ren 3354/out 3353/in
+load components/proc.ndr
+ren 3355/out 3354/in
+load components/proc.ndr
+ren 3356/out 3355/in
+load components/proc.ndr
+ren 3357/out 3356/in
+load components/proc.ndr
+ren 3358/out 3357/in
+load components/proc.ndr
+ren 3359/out 3358/in
+load components/proc.ndr
+ren 3360/out 3359/in
+load components/proc.ndr
+ren 3361/out 3360/in
+load components/proc.ndr
+ren 3362/out 3361/in
+load components/proc.ndr
+ren 3363/out 3362/in
+load components/proc.ndr
+ren 3364/out 3363/in
+load components/proc.ndr
+ren 3365/out 3364/in
+load components/proc.ndr
+ren 3366/out 3365/in
+load components/proc.ndr
+ren 3367/out 3366/in
+load components/proc.ndr
+ren 3368/out 3367/in
+load components/proc.ndr
+ren 3369/out 3368/in
+load components/proc.ndr
+ren 3370/out 3369/in
+load components/proc.ndr
+ren 3371/out 3370/in
+load components/proc.ndr
+ren 3372/out 3371/in
+load components/proc.ndr
+ren 3373/out 3372/in
+load components/proc.ndr
+ren 3374/out 3373/in
+load components/proc.ndr
+ren 3375/out 3374/in
+load components/proc.ndr
+ren 3376/out 3375/in
+load components/proc.ndr
+ren 3377/out 3376/in
+load components/proc.ndr
+ren 3378/out 3377/in
+load components/proc.ndr
+ren 3379/out 3378/in
+load components/proc.ndr
+ren 3380/out 3379/in
+load components/proc.ndr
+ren 3381/out 3380/in
+load components/proc.ndr
+ren 3382/out 3381/in
+load components/proc.ndr
+ren 3383/out 3382/in
+load components/proc.ndr
+ren 3384/out 3383/in
+load components/proc.ndr
+ren 3385/out 3384/in
+load components/proc.ndr
+ren 3386/out 3385/in
+load components/proc.ndr
+ren 3387/out 3386/in
+load components/proc.ndr
+ren 3388/out 3387/in
+load components/proc.ndr
+ren 3389/out 3388/in
+load components/proc.ndr
+ren 3390/out 3389/in
+load components/proc.ndr
+ren 3391/out 3390/in
+load components/proc.ndr
+ren 3392/out 3391/in
+load components/proc.ndr
+ren 3393/out 3392/in
+load components/proc.ndr
+ren 3394/out 3393/in
+load components/proc.ndr
+ren 3395/out 3394/in
+load components/proc.ndr
+ren 3396/out 3395/in
+load components/proc.ndr
+ren 3397/out 3396/in
+load components/proc.ndr
+ren 3398/out 3397/in
+load components/proc.ndr
+ren 3399/out 3398/in
+load components/proc.ndr
+ren 3400/out 3399/in
+load components/proc.ndr
+ren 3401/out 3400/in
+load components/proc.ndr
+ren 3402/out 3401/in
+load components/proc.ndr
+ren 3403/out 3402/in
+load components/proc.ndr
+ren 3404/out 3403/in
+load components/proc.ndr
+ren 3405/out 3404/in
+load components/proc.ndr
+ren 3406/out 3405/in
+load components/proc.ndr
+ren 3407/out 3406/in
+load components/proc.ndr
+ren 3408/out 3407/in
+load components/proc.ndr
+ren 3409/out 3408/in
+load components/proc.ndr
+ren 3410/out 3409/in
+load components/proc.ndr
+ren 3411/out 3410/in
+load components/proc.ndr
+ren 3412/out 3411/in
+load components/proc.ndr
+ren 3413/out 3412/in
+load components/proc.ndr
+ren 3414/out 3413/in
+load components/proc.ndr
+ren 3415/out 3414/in
+load components/proc.ndr
+ren 3416/out 3415/in
+load components/proc.ndr
+ren 3417/out 3416/in
+load components/proc.ndr
+ren 3418/out 3417/in
+load components/proc.ndr
+ren 3419/out 3418/in
+load components/proc.ndr
+ren 3420/out 3419/in
+load components/proc.ndr
+ren 3421/out 3420/in
+load components/proc.ndr
+ren 3422/out 3421/in
+load components/proc.ndr
+ren 3423/out 3422/in
+load components/proc.ndr
+ren 3424/out 3423/in
+load components/proc.ndr
+ren 3425/out 3424/in
+load components/proc.ndr
+ren 3426/out 3425/in
+load components/proc.ndr
+ren 3427/out 3426/in
+load components/proc.ndr
+ren 3428/out 3427/in
+load components/proc.ndr
+ren 3429/out 3428/in
+load components/proc.ndr
+ren 3430/out 3429/in
+load components/proc.ndr
+ren 3431/out 3430/in
+load components/proc.ndr
+ren 3432/out 3431/in
+load components/proc.ndr
+ren 3433/out 3432/in
+load components/proc.ndr
+ren 3434/out 3433/in
+load components/proc.ndr
+ren 3435/out 3434/in
+load components/proc.ndr
+ren 3436/out 3435/in
+load components/proc.ndr
+ren 3437/out 3436/in
+load components/proc.ndr
+ren 3438/out 3437/in
+load components/proc.ndr
+ren 3439/out 3438/in
+load components/proc.ndr
+ren 3440/out 3439/in
+load components/proc.ndr
+ren 3441/out 3440/in
+load components/proc.ndr
+ren 3442/out 3441/in
+load components/proc.ndr
+ren 3443/out 3442/in
+load components/proc.ndr
+ren 3444/out 3443/in
+load components/proc.ndr
+ren 3445/out 3444/in
+load components/proc.ndr
+ren 3446/out 3445/in
+load components/proc.ndr
+ren 3447/out 3446/in
+load components/proc.ndr
+ren 3448/out 3447/in
+load components/proc.ndr
+ren 3449/out 3448/in
+load components/proc.ndr
+ren 3450/out 3449/in
+load components/proc.ndr
+ren 3451/out 3450/in
+load components/proc.ndr
+ren 3452/out 3451/in
+load components/proc.ndr
+ren 3453/out 3452/in
+load components/proc.ndr
+ren 3454/out 3453/in
+load components/proc.ndr
+ren 3455/out 3454/in
+load components/proc.ndr
+ren 3456/out 3455/in
+load components/proc.ndr
+ren 3457/out 3456/in
+load components/proc.ndr
+ren 3458/out 3457/in
+load components/proc.ndr
+ren 3459/out 3458/in
+load components/proc.ndr
+ren 3460/out 3459/in
+load components/proc.ndr
+ren 3461/out 3460/in
+load components/proc.ndr
+ren 3462/out 3461/in
+load components/proc.ndr
+ren 3463/out 3462/in
+load components/proc.ndr
+ren 3464/out 3463/in
+load components/proc.ndr
+ren 3465/out 3464/in
+load components/proc.ndr
+ren 3466/out 3465/in
+load components/proc.ndr
+ren 3467/out 3466/in
+load components/proc.ndr
+ren 3468/out 3467/in
+load components/proc.ndr
+ren 3469/out 3468/in
+load components/proc.ndr
+ren 3470/out 3469/in
+load components/proc.ndr
+ren 3471/out 3470/in
+load components/proc.ndr
+ren 3472/out 3471/in
+load components/proc.ndr
+ren 3473/out 3472/in
+load components/proc.ndr
+ren 3474/out 3473/in
+load components/proc.ndr
+ren 3475/out 3474/in
+load components/proc.ndr
+ren 3476/out 3475/in
+load components/proc.ndr
+ren 3477/out 3476/in
+load components/proc.ndr
+ren 3478/out 3477/in
+load components/proc.ndr
+ren 3479/out 3478/in
+load components/proc.ndr
+ren 3480/out 3479/in
+load components/proc.ndr
+ren 3481/out 3480/in
+load components/proc.ndr
+ren 3482/out 3481/in
+load components/proc.ndr
+ren 3483/out 3482/in
+load components/proc.ndr
+ren 3484/out 3483/in
+load components/proc.ndr
+ren 3485/out 3484/in
+load components/proc.ndr
+ren 3486/out 3485/in
+load components/proc.ndr
+ren 3487/out 3486/in
+load components/proc.ndr
+ren 3488/out 3487/in
+load components/proc.ndr
+ren 3489/out 3488/in
+load components/proc.ndr
+ren 3490/out 3489/in
+load components/proc.ndr
+ren 3491/out 3490/in
+load components/proc.ndr
+ren 3492/out 3491/in
+load components/proc.ndr
+ren 3493/out 3492/in
+load components/proc.ndr
+ren 3494/out 3493/in
+load components/proc.ndr
+ren 3495/out 3494/in
+load components/proc.ndr
+ren 3496/out 3495/in
+load components/proc.ndr
+ren 3497/out 3496/in
+load components/proc.ndr
+ren 3498/out 3497/in
+load components/proc.ndr
+ren 3499/out 3498/in
+load components/proc.ndr
+ren 3500/out 3499/in
+load components/proc.ndr
+ren 3501/out 3500/in
+load components/proc.ndr
+ren 3502/out 3501/in
+load components/proc.ndr
+ren 3503/out 3502/in
+load components/proc.ndr
+ren 3504/out 3503/in
+load components/proc.ndr
+ren 3505/out 3504/in
+load components/proc.ndr
+ren 3506/out 3505/in
+load components/proc.ndr
+ren 3507/out 3506/in
+load components/proc.ndr
+ren 3508/out 3507/in
+load components/proc.ndr
+ren 3509/out 3508/in
+load components/proc.ndr
+ren 3510/out 3509/in
+load components/proc.ndr
+ren 3511/out 3510/in
+load components/proc.ndr
+ren 3512/out 3511/in
+load components/proc.ndr
+ren 3513/out 3512/in
+load components/proc.ndr
+ren 3514/out 3513/in
+load components/proc.ndr
+ren 3515/out 3514/in
+load components/proc.ndr
+ren 3516/out 3515/in
+load components/proc.ndr
+ren 3517/out 3516/in
+load components/proc.ndr
+ren 3518/out 3517/in
+load components/proc.ndr
+ren 3519/out 3518/in
+load components/proc.ndr
+ren 3520/out 3519/in
+load components/proc.ndr
+ren 3521/out 3520/in
+load components/proc.ndr
+ren 3522/out 3521/in
+load components/proc.ndr
+ren 3523/out 3522/in
+load components/proc.ndr
+ren 3524/out 3523/in
+load components/proc.ndr
+ren 3525/out 3524/in
+load components/proc.ndr
+ren 3526/out 3525/in
+load components/proc.ndr
+ren 3527/out 3526/in
+load components/proc.ndr
+ren 3528/out 3527/in
+load components/proc.ndr
+ren 3529/out 3528/in
+load components/proc.ndr
+ren 3530/out 3529/in
+load components/proc.ndr
+ren 3531/out 3530/in
+load components/proc.ndr
+ren 3532/out 3531/in
+load components/proc.ndr
+ren 3533/out 3532/in
+load components/proc.ndr
+ren 3534/out 3533/in
+load components/proc.ndr
+ren 3535/out 3534/in
+load components/proc.ndr
+ren 3536/out 3535/in
+load components/proc.ndr
+ren 3537/out 3536/in
+load components/proc.ndr
+ren 3538/out 3537/in
+load components/proc.ndr
+ren 3539/out 3538/in
+load components/proc.ndr
+ren 3540/out 3539/in
+load components/proc.ndr
+ren 3541/out 3540/in
+load components/proc.ndr
+ren 3542/out 3541/in
+load components/proc.ndr
+ren 3543/out 3542/in
+load components/proc.ndr
+ren 3544/out 3543/in
+load components/proc.ndr
+ren 3545/out 3544/in
+load components/proc.ndr
+ren 3546/out 3545/in
+load components/proc.ndr
+ren 3547/out 3546/in
+load components/proc.ndr
+ren 3548/out 3547/in
+load components/proc.ndr
+ren 3549/out 3548/in
+load components/proc.ndr
+ren 3550/out 3549/in
+load components/proc.ndr
+ren 3551/out 3550/in
+load components/proc.ndr
+ren 3552/out 3551/in
+load components/proc.ndr
+ren 3553/out 3552/in
+load components/proc.ndr
+ren 3554/out 3553/in
+load components/proc.ndr
+ren 3555/out 3554/in
+load components/proc.ndr
+ren 3556/out 3555/in
+load components/proc.ndr
+ren 3557/out 3556/in
+load components/proc.ndr
+ren 3558/out 3557/in
+load components/proc.ndr
+ren 3559/out 3558/in
+load components/proc.ndr
+ren 3560/out 3559/in
+load components/proc.ndr
+ren 3561/out 3560/in
+load components/proc.ndr
+ren 3562/out 3561/in
+load components/proc.ndr
+ren 3563/out 3562/in
+load components/proc.ndr
+ren 3564/out 3563/in
+load components/proc.ndr
+ren 3565/out 3564/in
+load components/proc.ndr
+ren 3566/out 3565/in
+load components/proc.ndr
+ren 3567/out 3566/in
+load components/proc.ndr
+ren 3568/out 3567/in
+load components/proc.ndr
+ren 3569/out 3568/in
+load components/proc.ndr
+ren 3570/out 3569/in
+load components/proc.ndr
+ren 3571/out 3570/in
+load components/proc.ndr
+ren 3572/out 3571/in
+load components/proc.ndr
+ren 3573/out 3572/in
+load components/proc.ndr
+ren 3574/out 3573/in
+load components/proc.ndr
+ren 3575/out 3574/in
+load components/proc.ndr
+ren 3576/out 3575/in
+load components/proc.ndr
+ren 3577/out 3576/in
+load components/proc.ndr
+ren 3578/out 3577/in
+load components/proc.ndr
+ren 3579/out 3578/in
+load components/proc.ndr
+ren 3580/out 3579/in
+load components/proc.ndr
+ren 3581/out 3580/in
+load components/proc.ndr
+ren 3582/out 3581/in
+load components/proc.ndr
+ren 3583/out 3582/in
+load components/proc.ndr
+ren 3584/out 3583/in
+load components/proc.ndr
+ren 3585/out 3584/in
+load components/proc.ndr
+ren 3586/out 3585/in
+load components/proc.ndr
+ren 3587/out 3586/in
+load components/proc.ndr
+ren 3588/out 3587/in
+load components/proc.ndr
+ren 3589/out 3588/in
+load components/proc.ndr
+ren 3590/out 3589/in
+load components/proc.ndr
+ren 3591/out 3590/in
+load components/proc.ndr
+ren 3592/out 3591/in
+load components/proc.ndr
+ren 3593/out 3592/in
+load components/proc.ndr
+ren 3594/out 3593/in
+load components/proc.ndr
+ren 3595/out 3594/in
+load components/proc.ndr
+ren 3596/out 3595/in
+load components/proc.ndr
+ren 3597/out 3596/in
+load components/proc.ndr
+ren 3598/out 3597/in
+load components/proc.ndr
+ren 3599/out 3598/in
+load components/proc.ndr
+ren 3600/out 3599/in
+load components/proc.ndr
+ren 3601/out 3600/in
+load components/proc.ndr
+ren 3602/out 3601/in
+load components/proc.ndr
+ren 3603/out 3602/in
+load components/proc.ndr
+ren 3604/out 3603/in
+load components/proc.ndr
+ren 3605/out 3604/in
+load components/proc.ndr
+ren 3606/out 3605/in
+load components/proc.ndr
+ren 3607/out 3606/in
+load components/proc.ndr
+ren 3608/out 3607/in
+load components/proc.ndr
+ren 3609/out 3608/in
+load components/proc.ndr
+ren 3610/out 3609/in
+load components/proc.ndr
+ren 3611/out 3610/in
+load components/proc.ndr
+ren 3612/out 3611/in
+load components/proc.ndr
+ren 3613/out 3612/in
+load components/proc.ndr
+ren 3614/out 3613/in
+load components/proc.ndr
+ren 3615/out 3614/in
+load components/proc.ndr
+ren 3616/out 3615/in
+load components/proc.ndr
+ren 3617/out 3616/in
+load components/proc.ndr
+ren 3618/out 3617/in
+load components/proc.ndr
+ren 3619/out 3618/in
+load components/proc.ndr
+ren 3620/out 3619/in
+load components/proc.ndr
+ren 3621/out 3620/in
+load components/proc.ndr
+ren 3622/out 3621/in
+load components/proc.ndr
+ren 3623/out 3622/in
+load components/proc.ndr
+ren 3624/out 3623/in
+load components/proc.ndr
+ren 3625/out 3624/in
+load components/proc.ndr
+ren 3626/out 3625/in
+load components/proc.ndr
+ren 3627/out 3626/in
+load components/proc.ndr
+ren 3628/out 3627/in
+load components/proc.ndr
+ren 3629/out 3628/in
+load components/proc.ndr
+ren 3630/out 3629/in
+load components/proc.ndr
+ren 3631/out 3630/in
+load components/proc.ndr
+ren 3632/out 3631/in
+load components/proc.ndr
+ren 3633/out 3632/in
+load components/proc.ndr
+ren 3634/out 3633/in
+load components/proc.ndr
+ren 3635/out 3634/in
+load components/proc.ndr
+ren 3636/out 3635/in
+load components/proc.ndr
+ren 3637/out 3636/in
+load components/proc.ndr
+ren 3638/out 3637/in
+load components/proc.ndr
+ren 3639/out 3638/in
+load components/proc.ndr
+ren 3640/out 3639/in
+load components/proc.ndr
+ren 3641/out 3640/in
+load components/proc.ndr
+ren 3642/out 3641/in
+load components/proc.ndr
+ren 3643/out 3642/in
+load components/proc.ndr
+ren 3644/out 3643/in
+load components/proc.ndr
+ren 3645/out 3644/in
+load components/proc.ndr
+ren 3646/out 3645/in
+load components/proc.ndr
+ren 3647/out 3646/in
+load components/proc.ndr
+ren 3648/out 3647/in
+load components/proc.ndr
+ren 3649/out 3648/in
+load components/proc.ndr
+ren 3650/out 3649/in
+load components/proc.ndr
+ren 3651/out 3650/in
+load components/proc.ndr
+ren 3652/out 3651/in
+load components/proc.ndr
+ren 3653/out 3652/in
+load components/proc.ndr
+ren 3654/out 3653/in
+load components/proc.ndr
+ren 3655/out 3654/in
+load components/proc.ndr
+ren 3656/out 3655/in
+load components/proc.ndr
+ren 3657/out 3656/in
+load components/proc.ndr
+ren 3658/out 3657/in
+load components/proc.ndr
+ren 3659/out 3658/in
+load components/proc.ndr
+ren 3660/out 3659/in
+load components/proc.ndr
+ren 3661/out 3660/in
+load components/proc.ndr
+ren 3662/out 3661/in
+load components/proc.ndr
+ren 3663/out 3662/in
+load components/proc.ndr
+ren 3664/out 3663/in
+load components/proc.ndr
+ren 3665/out 3664/in
+load components/proc.ndr
+ren 3666/out 3665/in
+load components/proc.ndr
+ren 3667/out 3666/in
+load components/proc.ndr
+ren 3668/out 3667/in
+load components/proc.ndr
+ren 3669/out 3668/in
+load components/proc.ndr
+ren 3670/out 3669/in
+load components/proc.ndr
+ren 3671/out 3670/in
+load components/proc.ndr
+ren 3672/out 3671/in
+load components/proc.ndr
+ren 3673/out 3672/in
+load components/proc.ndr
+ren 3674/out 3673/in
+load components/proc.ndr
+ren 3675/out 3674/in
+load components/proc.ndr
+ren 3676/out 3675/in
+load components/proc.ndr
+ren 3677/out 3676/in
+load components/proc.ndr
+ren 3678/out 3677/in
+load components/proc.ndr
+ren 3679/out 3678/in
+load components/proc.ndr
+ren 3680/out 3679/in
+load components/proc.ndr
+ren 3681/out 3680/in
+load components/proc.ndr
+ren 3682/out 3681/in
+load components/proc.ndr
+ren 3683/out 3682/in
+load components/proc.ndr
+ren 3684/out 3683/in
+load components/proc.ndr
+ren 3685/out 3684/in
+load components/proc.ndr
+ren 3686/out 3685/in
+load components/proc.ndr
+ren 3687/out 3686/in
+load components/proc.ndr
+ren 3688/out 3687/in
+load components/proc.ndr
+ren 3689/out 3688/in
+load components/proc.ndr
+ren 3690/out 3689/in
+load components/proc.ndr
+ren 3691/out 3690/in
+load components/proc.ndr
+ren 3692/out 3691/in
+load components/proc.ndr
+ren 3693/out 3692/in
+load components/proc.ndr
+ren 3694/out 3693/in
+load components/proc.ndr
+ren 3695/out 3694/in
+load components/proc.ndr
+ren 3696/out 3695/in
+load components/proc.ndr
+ren 3697/out 3696/in
+load components/proc.ndr
+ren 3698/out 3697/in
+load components/proc.ndr
+ren 3699/out 3698/in
+load components/proc.ndr
+ren 3700/out 3699/in
+load components/proc.ndr
+ren 3701/out 3700/in
+load components/proc.ndr
+ren 3702/out 3701/in
+load components/proc.ndr
+ren 3703/out 3702/in
+load components/proc.ndr
+ren 3704/out 3703/in
+load components/proc.ndr
+ren 3705/out 3704/in
+load components/proc.ndr
+ren 3706/out 3705/in
+load components/proc.ndr
+ren 3707/out 3706/in
+load components/proc.ndr
+ren 3708/out 3707/in
+load components/proc.ndr
+ren 3709/out 3708/in
+load components/proc.ndr
+ren 3710/out 3709/in
+load components/proc.ndr
+ren 3711/out 3710/in
+load components/proc.ndr
+ren 3712/out 3711/in
+load components/proc.ndr
+ren 3713/out 3712/in
+load components/proc.ndr
+ren 3714/out 3713/in
+load components/proc.ndr
+ren 3715/out 3714/in
+load components/proc.ndr
+ren 3716/out 3715/in
+load components/proc.ndr
+ren 3717/out 3716/in
+load components/proc.ndr
+ren 3718/out 3717/in
+load components/proc.ndr
+ren 3719/out 3718/in
+load components/proc.ndr
+ren 3720/out 3719/in
+load components/proc.ndr
+ren 3721/out 3720/in
+load components/proc.ndr
+ren 3722/out 3721/in
+load components/proc.ndr
+ren 3723/out 3722/in
+load components/proc.ndr
+ren 3724/out 3723/in
+load components/proc.ndr
+ren 3725/out 3724/in
+load components/proc.ndr
+ren 3726/out 3725/in
+load components/proc.ndr
+ren 3727/out 3726/in
+load components/proc.ndr
+ren 3728/out 3727/in
+load components/proc.ndr
+ren 3729/out 3728/in
+load components/proc.ndr
+ren 3730/out 3729/in
+load components/proc.ndr
+ren 3731/out 3730/in
+load components/proc.ndr
+ren 3732/out 3731/in
+load components/proc.ndr
+ren 3733/out 3732/in
+load components/proc.ndr
+ren 3734/out 3733/in
+load components/proc.ndr
+ren 3735/out 3734/in
+load components/proc.ndr
+ren 3736/out 3735/in
+load components/proc.ndr
+ren 3737/out 3736/in
+load components/proc.ndr
+ren 3738/out 3737/in
+load components/proc.ndr
+ren 3739/out 3738/in
+load components/proc.ndr
+ren 3740/out 3739/in
+load components/proc.ndr
+ren 3741/out 3740/in
+load components/proc.ndr
+ren 3742/out 3741/in
+load components/proc.ndr
+ren 3743/out 3742/in
+load components/proc.ndr
+ren 3744/out 3743/in
+load components/proc.ndr
+ren 3745/out 3744/in
+load components/proc.ndr
+ren 3746/out 3745/in
+load components/proc.ndr
+ren 3747/out 3746/in
+load components/proc.ndr
+ren 3748/out 3747/in
+load components/proc.ndr
+ren 3749/out 3748/in
+load components/proc.ndr
+ren 3750/out 3749/in
+load components/proc.ndr
+ren 3751/out 3750/in
+load components/proc.ndr
+ren 3752/out 3751/in
+load components/proc.ndr
+ren 3753/out 3752/in
+load components/proc.ndr
+ren 3754/out 3753/in
+load components/proc.ndr
+ren 3755/out 3754/in
+load components/proc.ndr
+ren 3756/out 3755/in
+load components/proc.ndr
+ren 3757/out 3756/in
+load components/proc.ndr
+ren 3758/out 3757/in
+load components/proc.ndr
+ren 3759/out 3758/in
+load components/proc.ndr
+ren 3760/out 3759/in
+load components/proc.ndr
+ren 3761/out 3760/in
+load components/proc.ndr
+ren 3762/out 3761/in
+load components/proc.ndr
+ren 3763/out 3762/in
+load components/proc.ndr
+ren 3764/out 3763/in
+load components/proc.ndr
+ren 3765/out 3764/in
+load components/proc.ndr
+ren 3766/out 3765/in
+load components/proc.ndr
+ren 3767/out 3766/in
+load components/proc.ndr
+ren 3768/out 3767/in
+load components/proc.ndr
+ren 3769/out 3768/in
+load components/proc.ndr
+ren 3770/out 3769/in
+load components/proc.ndr
+ren 3771/out 3770/in
+load components/proc.ndr
+ren 3772/out 3771/in
+load components/proc.ndr
+ren 3773/out 3772/in
+load components/proc.ndr
+ren 3774/out 3773/in
+load components/proc.ndr
+ren 3775/out 3774/in
+load components/proc.ndr
+ren 3776/out 3775/in
+load components/proc.ndr
+ren 3777/out 3776/in
+load components/proc.ndr
+ren 3778/out 3777/in
+load components/proc.ndr
+ren 3779/out 3778/in
+load components/proc.ndr
+ren 3780/out 3779/in
+load components/proc.ndr
+ren 3781/out 3780/in
+load components/proc.ndr
+ren 3782/out 3781/in
+load components/proc.ndr
+ren 3783/out 3782/in
+load components/proc.ndr
+ren 3784/out 3783/in
+load components/proc.ndr
+ren 3785/out 3784/in
+load components/proc.ndr
+ren 3786/out 3785/in
+load components/proc.ndr
+ren 3787/out 3786/in
+load components/proc.ndr
+ren 3788/out 3787/in
+load components/proc.ndr
+ren 3789/out 3788/in
+load components/proc.ndr
+ren 3790/out 3789/in
+load components/proc.ndr
+ren 3791/out 3790/in
+load components/proc.ndr
+ren 3792/out 3791/in
+load components/proc.ndr
+ren 3793/out 3792/in
+load components/proc.ndr
+ren 3794/out 3793/in
+load components/proc.ndr
+ren 3795/out 3794/in
+load components/proc.ndr
+ren 3796/out 3795/in
+load components/proc.ndr
+ren 3797/out 3796/in
+load components/proc.ndr
+ren 3798/out 3797/in
+load components/proc.ndr
+ren 3799/out 3798/in
+load components/proc.ndr
+ren 3800/out 3799/in
+load components/proc.ndr
+ren 3801/out 3800/in
+load components/proc.ndr
+ren 3802/out 3801/in
+load components/proc.ndr
+ren 3803/out 3802/in
+load components/proc.ndr
+ren 3804/out 3803/in
+load components/proc.ndr
+ren 3805/out 3804/in
+load components/proc.ndr
+ren 3806/out 3805/in
+load components/proc.ndr
+ren 3807/out 3806/in
+load components/proc.ndr
+ren 3808/out 3807/in
+load components/proc.ndr
+ren 3809/out 3808/in
+load components/proc.ndr
+ren 3810/out 3809/in
+load components/proc.ndr
+ren 3811/out 3810/in
+load components/proc.ndr
+ren 3812/out 3811/in
+load components/proc.ndr
+ren 3813/out 3812/in
+load components/proc.ndr
+ren 3814/out 3813/in
+load components/proc.ndr
+ren 3815/out 3814/in
+load components/proc.ndr
+ren 3816/out 3815/in
+load components/proc.ndr
+ren 3817/out 3816/in
+load components/proc.ndr
+ren 3818/out 3817/in
+load components/proc.ndr
+ren 3819/out 3818/in
+load components/proc.ndr
+ren 3820/out 3819/in
+load components/proc.ndr
+ren 3821/out 3820/in
+load components/proc.ndr
+ren 3822/out 3821/in
+load components/proc.ndr
+ren 3823/out 3822/in
+load components/proc.ndr
+ren 3824/out 3823/in
+load components/proc.ndr
+ren 3825/out 3824/in
+load components/proc.ndr
+ren 3826/out 3825/in
+load components/proc.ndr
+ren 3827/out 3826/in
+load components/proc.ndr
+ren 3828/out 3827/in
+load components/proc.ndr
+ren 3829/out 3828/in
+load components/proc.ndr
+ren 3830/out 3829/in
+load components/proc.ndr
+ren 3831/out 3830/in
+load components/proc.ndr
+ren 3832/out 3831/in
+load components/proc.ndr
+ren 3833/out 3832/in
+load components/proc.ndr
+ren 3834/out 3833/in
+load components/proc.ndr
+ren 3835/out 3834/in
+load components/proc.ndr
+ren 3836/out 3835/in
+load components/proc.ndr
+ren 3837/out 3836/in
+load components/proc.ndr
+ren 3838/out 3837/in
+load components/proc.ndr
+ren 3839/out 3838/in
+load components/proc.ndr
+ren 3840/out 3839/in
+load components/proc.ndr
+ren 3841/out 3840/in
+load components/proc.ndr
+ren 3842/out 3841/in
+load components/proc.ndr
+ren 3843/out 3842/in
+load components/proc.ndr
+ren 3844/out 3843/in
+load components/proc.ndr
+ren 3845/out 3844/in
+load components/proc.ndr
+ren 3846/out 3845/in
+load components/proc.ndr
+ren 3847/out 3846/in
+load components/proc.ndr
+ren 3848/out 3847/in
+load components/proc.ndr
+ren 3849/out 3848/in
+load components/proc.ndr
+ren 3850/out 3849/in
+load components/proc.ndr
+ren 3851/out 3850/in
+load components/proc.ndr
+ren 3852/out 3851/in
+load components/proc.ndr
+ren 3853/out 3852/in
+load components/proc.ndr
+ren 3854/out 3853/in
+load components/proc.ndr
+ren 3855/out 3854/in
+load components/proc.ndr
+ren 3856/out 3855/in
+load components/proc.ndr
+ren 3857/out 3856/in
+load components/proc.ndr
+ren 3858/out 3857/in
+load components/proc.ndr
+ren 3859/out 3858/in
+load components/proc.ndr
+ren 3860/out 3859/in
+load components/proc.ndr
+ren 3861/out 3860/in
+load components/proc.ndr
+ren 3862/out 3861/in
+load components/proc.ndr
+ren 3863/out 3862/in
+load components/proc.ndr
+ren 3864/out 3863/in
+load components/proc.ndr
+ren 3865/out 3864/in
+load components/proc.ndr
+ren 3866/out 3865/in
+load components/proc.ndr
+ren 3867/out 3866/in
+load components/proc.ndr
+ren 3868/out 3867/in
+load components/proc.ndr
+ren 3869/out 3868/in
+load components/proc.ndr
+ren 3870/out 3869/in
+load components/proc.ndr
+ren 3871/out 3870/in
+load components/proc.ndr
+ren 3872/out 3871/in
+load components/proc.ndr
+ren 3873/out 3872/in
+load components/proc.ndr
+ren 3874/out 3873/in
+load components/proc.ndr
+ren 3875/out 3874/in
+load components/proc.ndr
+ren 3876/out 3875/in
+load components/proc.ndr
+ren 3877/out 3876/in
+load components/proc.ndr
+ren 3878/out 3877/in
+load components/proc.ndr
+ren 3879/out 3878/in
+load components/proc.ndr
+ren 3880/out 3879/in
+load components/proc.ndr
+ren 3881/out 3880/in
+load components/proc.ndr
+ren 3882/out 3881/in
+load components/proc.ndr
+ren 3883/out 3882/in
+load components/proc.ndr
+ren 3884/out 3883/in
+load components/proc.ndr
+ren 3885/out 3884/in
+load components/proc.ndr
+ren 3886/out 3885/in
+load components/proc.ndr
+ren 3887/out 3886/in
+load components/proc.ndr
+ren 3888/out 3887/in
+load components/proc.ndr
+ren 3889/out 3888/in
+load components/proc.ndr
+ren 3890/out 3889/in
+load components/proc.ndr
+ren 3891/out 3890/in
+load components/proc.ndr
+ren 3892/out 3891/in
+load components/proc.ndr
+ren 3893/out 3892/in
+load components/proc.ndr
+ren 3894/out 3893/in
+load components/proc.ndr
+ren 3895/out 3894/in
+load components/proc.ndr
+ren 3896/out 3895/in
+load components/proc.ndr
+ren 3897/out 3896/in
+load components/proc.ndr
+ren 3898/out 3897/in
+load components/proc.ndr
+ren 3899/out 3898/in
+load components/proc.ndr
+ren 3900/out 3899/in
+load components/proc.ndr
+ren 3901/out 3900/in
+load components/proc.ndr
+ren 3902/out 3901/in
+load components/proc.ndr
+ren 3903/out 3902/in
+load components/proc.ndr
+ren 3904/out 3903/in
+load components/proc.ndr
+ren 3905/out 3904/in
+load components/proc.ndr
+ren 3906/out 3905/in
+load components/proc.ndr
+ren 3907/out 3906/in
+load components/proc.ndr
+ren 3908/out 3907/in
+load components/proc.ndr
+ren 3909/out 3908/in
+load components/proc.ndr
+ren 3910/out 3909/in
+load components/proc.ndr
+ren 3911/out 3910/in
+load components/proc.ndr
+ren 3912/out 3911/in
+load components/proc.ndr
+ren 3913/out 3912/in
+load components/proc.ndr
+ren 3914/out 3913/in
+load components/proc.ndr
+ren 3915/out 3914/in
+load components/proc.ndr
+ren 3916/out 3915/in
+load components/proc.ndr
+ren 3917/out 3916/in
+load components/proc.ndr
+ren 3918/out 3917/in
+load components/proc.ndr
+ren 3919/out 3918/in
+load components/proc.ndr
+ren 3920/out 3919/in
+load components/proc.ndr
+ren 3921/out 3920/in
+load components/proc.ndr
+ren 3922/out 3921/in
+load components/proc.ndr
+ren 3923/out 3922/in
+load components/proc.ndr
+ren 3924/out 3923/in
+load components/proc.ndr
+ren 3925/out 3924/in
+load components/proc.ndr
+ren 3926/out 3925/in
+load components/proc.ndr
+ren 3927/out 3926/in
+load components/proc.ndr
+ren 3928/out 3927/in
+load components/proc.ndr
+ren 3929/out 3928/in
+load components/proc.ndr
+ren 3930/out 3929/in
+load components/proc.ndr
+ren 3931/out 3930/in
+load components/proc.ndr
+ren 3932/out 3931/in
+load components/proc.ndr
+ren 3933/out 3932/in
+load components/proc.ndr
+ren 3934/out 3933/in
+load components/proc.ndr
+ren 3935/out 3934/in
+load components/proc.ndr
+ren 3936/out 3935/in
+load components/proc.ndr
+ren 3937/out 3936/in
+load components/proc.ndr
+ren 3938/out 3937/in
+load components/proc.ndr
+ren 3939/out 3938/in
+load components/proc.ndr
+ren 3940/out 3939/in
+load components/proc.ndr
+ren 3941/out 3940/in
+load components/proc.ndr
+ren 3942/out 3941/in
+load components/proc.ndr
+ren 3943/out 3942/in
+load components/proc.ndr
+ren 3944/out 3943/in
+load components/proc.ndr
+ren 3945/out 3944/in
+load components/proc.ndr
+ren 3946/out 3945/in
+load components/proc.ndr
+ren 3947/out 3946/in
+load components/proc.ndr
+ren 3948/out 3947/in
+load components/proc.ndr
+ren 3949/out 3948/in
+load components/proc.ndr
+ren 3950/out 3949/in
+load components/proc.ndr
+ren 3951/out 3950/in
+load components/proc.ndr
+ren 3952/out 3951/in
+load components/proc.ndr
+ren 3953/out 3952/in
+load components/proc.ndr
+ren 3954/out 3953/in
+load components/proc.ndr
+ren 3955/out 3954/in
+load components/proc.ndr
+ren 3956/out 3955/in
+load components/proc.ndr
+ren 3957/out 3956/in
+load components/proc.ndr
+ren 3958/out 3957/in
+load components/proc.ndr
+ren 3959/out 3958/in
+load components/proc.ndr
+ren 3960/out 3959/in
+load components/proc.ndr
+ren 3961/out 3960/in
+load components/proc.ndr
+ren 3962/out 3961/in
+load components/proc.ndr
+ren 3963/out 3962/in
+load components/proc.ndr
+ren 3964/out 3963/in
+load components/proc.ndr
+ren 3965/out 3964/in
+load components/proc.ndr
+ren 3966/out 3965/in
+load components/proc.ndr
+ren 3967/out 3966/in
+load components/proc.ndr
+ren 3968/out 3967/in
+load components/proc.ndr
+ren 3969/out 3968/in
+load components/proc.ndr
+ren 3970/out 3969/in
+load components/proc.ndr
+ren 3971/out 3970/in
+load components/proc.ndr
+ren 3972/out 3971/in
+load components/proc.ndr
+ren 3973/out 3972/in
+load components/proc.ndr
+ren 3974/out 3973/in
+load components/proc.ndr
+ren 3975/out 3974/in
+load components/proc.ndr
+ren 3976/out 3975/in
+load components/proc.ndr
+ren 3977/out 3976/in
+load components/proc.ndr
+ren 3978/out 3977/in
+load components/proc.ndr
+ren 3979/out 3978/in
+load components/proc.ndr
+ren 3980/out 3979/in
+load components/proc.ndr
+ren 3981/out 3980/in
+load components/proc.ndr
+ren 3982/out 3981/in
+load components/proc.ndr
+ren 3983/out 3982/in
+load components/proc.ndr
+ren 3984/out 3983/in
+load components/proc.ndr
+ren 3985/out 3984/in
+load components/proc.ndr
+ren 3986/out 3985/in
+load components/proc.ndr
+ren 3987/out 3986/in
+load components/proc.ndr
+ren 3988/out 3987/in
+load components/proc.ndr
+ren 3989/out 3988/in
+load components/proc.ndr
+ren 3990/out 3989/in
+load components/proc.ndr
+ren 3991/out 3990/in
+load components/proc.ndr
+ren 3992/out 3991/in
+load components/proc.ndr
+ren 3993/out 3992/in
+load components/proc.ndr
+ren 3994/out 3993/in
+load components/proc.ndr
+ren 3995/out 3994/in
+load components/proc.ndr
+ren 3996/out 3995/in
+load components/proc.ndr
+ren 3997/out 3996/in
+load components/proc.ndr
+ren 3998/out 3997/in
+load components/proc.ndr
+ren 3999/out 3998/in
+load components/proc.ndr
+ren 4000/out 3999/in
+load components/proc.ndr
+ren 4001/out 4000/in
+load components/proc.ndr
+ren 4002/out 4001/in
+load components/proc.ndr
+ren 4003/out 4002/in
+load components/proc.ndr
+ren 4004/out 4003/in
+load components/proc.ndr
+ren 4005/out 4004/in
+load components/proc.ndr
+ren 4006/out 4005/in
+load components/proc.ndr
+ren 4007/out 4006/in
+load components/proc.ndr
+ren 4008/out 4007/in
+load components/proc.ndr
+ren 4009/out 4008/in
+load components/proc.ndr
+ren 4010/out 4009/in
+load components/proc.ndr
+ren 4011/out 4010/in
+load components/proc.ndr
+ren 4012/out 4011/in
+load components/proc.ndr
+ren 4013/out 4012/in
+load components/proc.ndr
+ren 4014/out 4013/in
+load components/proc.ndr
+ren 4015/out 4014/in
+load components/proc.ndr
+ren 4016/out 4015/in
+load components/proc.ndr
+ren 4017/out 4016/in
+load components/proc.ndr
+ren 4018/out 4017/in
+load components/proc.ndr
+ren 4019/out 4018/in
+load components/proc.ndr
+ren 4020/out 4019/in
+load components/proc.ndr
+ren 4021/out 4020/in
+load components/proc.ndr
+ren 4022/out 4021/in
+load components/proc.ndr
+ren 4023/out 4022/in
+load components/proc.ndr
+ren 4024/out 4023/in
+load components/proc.ndr
+ren 4025/out 4024/in
+load components/proc.ndr
+ren 4026/out 4025/in
+load components/proc.ndr
+ren 4027/out 4026/in
+load components/proc.ndr
+ren 4028/out 4027/in
+load components/proc.ndr
+ren 4029/out 4028/in
+load components/proc.ndr
+ren 4030/out 4029/in
+load components/proc.ndr
+ren 4031/out 4030/in
+load components/proc.ndr
+ren 4032/out 4031/in
+load components/proc.ndr
+ren 4033/out 4032/in
+load components/proc.ndr
+ren 4034/out 4033/in
+load components/proc.ndr
+ren 4035/out 4034/in
+load components/proc.ndr
+ren 4036/out 4035/in
+load components/proc.ndr
+ren 4037/out 4036/in
+load components/proc.ndr
+ren 4038/out 4037/in
+load components/proc.ndr
+ren 4039/out 4038/in
+load components/proc.ndr
+ren 4040/out 4039/in
+load components/proc.ndr
+ren 4041/out 4040/in
+load components/proc.ndr
+ren 4042/out 4041/in
+load components/proc.ndr
+ren 4043/out 4042/in
+load components/proc.ndr
+ren 4044/out 4043/in
+load components/proc.ndr
+ren 4045/out 4044/in
+load components/proc.ndr
+ren 4046/out 4045/in
+load components/proc.ndr
+ren 4047/out 4046/in
+load components/proc.ndr
+ren 4048/out 4047/in
+load components/proc.ndr
+ren 4049/out 4048/in
+load components/proc.ndr
+ren 4050/out 4049/in
+load components/proc.ndr
+ren 4051/out 4050/in
+load components/proc.ndr
+ren 4052/out 4051/in
+load components/proc.ndr
+ren 4053/out 4052/in
+load components/proc.ndr
+ren 4054/out 4053/in
+load components/proc.ndr
+ren 4055/out 4054/in
+load components/proc.ndr
+ren 4056/out 4055/in
+load components/proc.ndr
+ren 4057/out 4056/in
+load components/proc.ndr
+ren 4058/out 4057/in
+load components/proc.ndr
+ren 4059/out 4058/in
+load components/proc.ndr
+ren 4060/out 4059/in
+load components/proc.ndr
+ren 4061/out 4060/in
+load components/proc.ndr
+ren 4062/out 4061/in
+load components/proc.ndr
+ren 4063/out 4062/in
+load components/proc.ndr
+ren 4064/out 4063/in
+load components/proc.ndr
+ren 4065/out 4064/in
+load components/proc.ndr
+ren 4066/out 4065/in
+load components/proc.ndr
+ren 4067/out 4066/in
+load components/proc.ndr
+ren 4068/out 4067/in
+load components/proc.ndr
+ren 4069/out 4068/in
+load components/proc.ndr
+ren 4070/out 4069/in
+load components/proc.ndr
+ren 4071/out 4070/in
+load components/proc.ndr
+ren 4072/out 4071/in
+load components/proc.ndr
+ren 4073/out 4072/in
+load components/proc.ndr
+ren 4074/out 4073/in
+load components/proc.ndr
+ren 4075/out 4074/in
+load components/proc.ndr
+ren 4076/out 4075/in
+load components/proc.ndr
+ren 4077/out 4076/in
+load components/proc.ndr
+ren 4078/out 4077/in
+load components/proc.ndr
+ren 4079/out 4078/in
+load components/proc.ndr
+ren 4080/out 4079/in
+load components/proc.ndr
+ren 4081/out 4080/in
+load components/proc.ndr
+ren 4082/out 4081/in
+load components/proc.ndr
+ren 4083/out 4082/in
+load components/proc.ndr
+ren 4084/out 4083/in
+load components/proc.ndr
+ren 4085/out 4084/in
+load components/proc.ndr
+ren 4086/out 4085/in
+load components/proc.ndr
+ren 4087/out 4086/in
+load components/proc.ndr
+ren 4088/out 4087/in
+load components/proc.ndr
+ren 4089/out 4088/in
+load components/proc.ndr
+ren 4090/out 4089/in
+load components/proc.ndr
+ren 4091/out 4090/in
+load components/proc.ndr
+ren 4092/out 4091/in
+load components/proc.ndr
+ren 4093/out 4092/in
+load components/proc.ndr
+ren 4094/out 4093/in
+load components/proc.ndr
+ren 4095/out 4094/in
+load components/proc.ndr
+ren 4096/out 4095/in
+load components/proc.ndr
+ren 4097/out 4096/in
+load components/proc.ndr
+ren 4098/out 4097/in
+load components/proc.ndr
+ren 4099/out 4098/in
+load components/proc.ndr
+ren 4100/out 4099/in
+load components/proc.ndr
+ren 4101/out 4100/in
+load components/proc.ndr
+ren 4102/out 4101/in
+load components/proc.ndr
+ren 4103/out 4102/in
+load components/proc.ndr
+ren 4104/out 4103/in
+load components/proc.ndr
+ren 4105/out 4104/in
+load components/proc.ndr
+ren 4106/out 4105/in
+load components/proc.ndr
+ren 4107/out 4106/in
+load components/proc.ndr
+ren 4108/out 4107/in
+load components/proc.ndr
+ren 4109/out 4108/in
+load components/proc.ndr
+ren 4110/out 4109/in
+load components/proc.ndr
+ren 4111/out 4110/in
+load components/proc.ndr
+ren 4112/out 4111/in
+load components/proc.ndr
+ren 4113/out 4112/in
+load components/proc.ndr
+ren 4114/out 4113/in
+load components/proc.ndr
+ren 4115/out 4114/in
+load components/proc.ndr
+ren 4116/out 4115/in
+load components/proc.ndr
+ren 4117/out 4116/in
+load components/proc.ndr
+ren 4118/out 4117/in
+load components/proc.ndr
+ren 4119/out 4118/in
+load components/proc.ndr
+ren 4120/out 4119/in
+load components/proc.ndr
+ren 4121/out 4120/in
+load components/proc.ndr
+ren 4122/out 4121/in
+load components/proc.ndr
+ren 4123/out 4122/in
+load components/proc.ndr
+ren 4124/out 4123/in
+load components/proc.ndr
+ren 4125/out 4124/in
+load components/proc.ndr
+ren 4126/out 4125/in
+load components/proc.ndr
+ren 4127/out 4126/in
+load components/proc.ndr
+ren 4128/out 4127/in
+load components/proc.ndr
+ren 4129/out 4128/in
+load components/proc.ndr
+ren 4130/out 4129/in
+load components/proc.ndr
+ren 4131/out 4130/in
+load components/proc.ndr
+ren 4132/out 4131/in
+load components/proc.ndr
+ren 4133/out 4132/in
+load components/proc.ndr
+ren 4134/out 4133/in
+load components/proc.ndr
+ren 4135/out 4134/in
+load components/proc.ndr
+ren 4136/out 4135/in
+load components/proc.ndr
+ren 4137/out 4136/in
+load components/proc.ndr
+ren 4138/out 4137/in
+load components/proc.ndr
+ren 4139/out 4138/in
+load components/proc.ndr
+ren 4140/out 4139/in
+load components/proc.ndr
+ren 4141/out 4140/in
+load components/proc.ndr
+ren 4142/out 4141/in
+load components/proc.ndr
+ren 4143/out 4142/in
+load components/proc.ndr
+ren 4144/out 4143/in
+load components/proc.ndr
+ren 4145/out 4144/in
+load components/proc.ndr
+ren 4146/out 4145/in
+load components/proc.ndr
+ren 4147/out 4146/in
+load components/proc.ndr
+ren 4148/out 4147/in
+load components/proc.ndr
+ren 4149/out 4148/in
+load components/proc.ndr
+ren 4150/out 4149/in
+load components/proc.ndr
+ren 4151/out 4150/in
+load components/proc.ndr
+ren 4152/out 4151/in
+load components/proc.ndr
+ren 4153/out 4152/in
+load components/proc.ndr
+ren 4154/out 4153/in
+load components/proc.ndr
+ren 4155/out 4154/in
+load components/proc.ndr
+ren 4156/out 4155/in
+load components/proc.ndr
+ren 4157/out 4156/in
+load components/proc.ndr
+ren 4158/out 4157/in
+load components/proc.ndr
+ren 4159/out 4158/in
+load components/proc.ndr
+ren 4160/out 4159/in
+load components/proc.ndr
+ren 4161/out 4160/in
+load components/proc.ndr
+ren 4162/out 4161/in
+load components/proc.ndr
+ren 4163/out 4162/in
+load components/proc.ndr
+ren 4164/out 4163/in
+load components/proc.ndr
+ren 4165/out 4164/in
+load components/proc.ndr
+ren 4166/out 4165/in
+load components/proc.ndr
+ren 4167/out 4166/in
+load components/proc.ndr
+ren 4168/out 4167/in
+load components/proc.ndr
+ren 4169/out 4168/in
+load components/proc.ndr
+ren 4170/out 4169/in
+load components/proc.ndr
+ren 4171/out 4170/in
+load components/proc.ndr
+ren 4172/out 4171/in
+load components/proc.ndr
+ren 4173/out 4172/in
+load components/proc.ndr
+ren 4174/out 4173/in
+load components/proc.ndr
+ren 4175/out 4174/in
+load components/proc.ndr
+ren 4176/out 4175/in
+load components/proc.ndr
+ren 4177/out 4176/in
+load components/proc.ndr
+ren 4178/out 4177/in
+load components/proc.ndr
+ren 4179/out 4178/in
+load components/proc.ndr
+ren 4180/out 4179/in
+load components/proc.ndr
+ren 4181/out 4180/in
+load components/proc.ndr
+ren 4182/out 4181/in
+load components/proc.ndr
+ren 4183/out 4182/in
+load components/proc.ndr
+ren 4184/out 4183/in
+load components/proc.ndr
+ren 4185/out 4184/in
+load components/proc.ndr
+ren 4186/out 4185/in
+load components/proc.ndr
+ren 4187/out 4186/in
+load components/proc.ndr
+ren 4188/out 4187/in
+load components/proc.ndr
+ren 4189/out 4188/in
+load components/proc.ndr
+ren 4190/out 4189/in
+load components/proc.ndr
+ren 4191/out 4190/in
+load components/proc.ndr
+ren 4192/out 4191/in
+load components/proc.ndr
+ren 4193/out 4192/in
+load components/proc.ndr
+ren 4194/out 4193/in
+load components/proc.ndr
+ren 4195/out 4194/in
+load components/proc.ndr
+ren 4196/out 4195/in
+load components/proc.ndr
+ren 4197/out 4196/in
+load components/proc.ndr
+ren 4198/out 4197/in
+load components/proc.ndr
+ren 4199/out 4198/in
+load components/proc.ndr
+ren 4200/out 4199/in
+load components/proc.ndr
+ren 4201/out 4200/in
+load components/proc.ndr
+ren 4202/out 4201/in
+load components/proc.ndr
+ren 4203/out 4202/in
+load components/proc.ndr
+ren 4204/out 4203/in
+load components/proc.ndr
+ren 4205/out 4204/in
+load components/proc.ndr
+ren 4206/out 4205/in
+load components/proc.ndr
+ren 4207/out 4206/in
+load components/proc.ndr
+ren 4208/out 4207/in
+load components/proc.ndr
+ren 4209/out 4208/in
+load components/proc.ndr
+ren 4210/out 4209/in
+load components/proc.ndr
+ren 4211/out 4210/in
+load components/proc.ndr
+ren 4212/out 4211/in
+load components/proc.ndr
+ren 4213/out 4212/in
+load components/proc.ndr
+ren 4214/out 4213/in
+load components/proc.ndr
+ren 4215/out 4214/in
+load components/proc.ndr
+ren 4216/out 4215/in
+load components/proc.ndr
+ren 4217/out 4216/in
+load components/proc.ndr
+ren 4218/out 4217/in
+load components/proc.ndr
+ren 4219/out 4218/in
+load components/proc.ndr
+ren 4220/out 4219/in
+load components/proc.ndr
+ren 4221/out 4220/in
+load components/proc.ndr
+ren 4222/out 4221/in
+load components/proc.ndr
+ren 4223/out 4222/in
+load components/proc.ndr
+ren 4224/out 4223/in
+load components/proc.ndr
+ren 4225/out 4224/in
+load components/proc.ndr
+ren 4226/out 4225/in
+load components/proc.ndr
+ren 4227/out 4226/in
+load components/proc.ndr
+ren 4228/out 4227/in
+load components/proc.ndr
+ren 4229/out 4228/in
+load components/proc.ndr
+ren 4230/out 4229/in
+load components/proc.ndr
+ren 4231/out 4230/in
+load components/proc.ndr
+ren 4232/out 4231/in
+load components/proc.ndr
+ren 4233/out 4232/in
+load components/proc.ndr
+ren 4234/out 4233/in
+load components/proc.ndr
+ren 4235/out 4234/in
+load components/proc.ndr
+ren 4236/out 4235/in
+load components/proc.ndr
+ren 4237/out 4236/in
+load components/proc.ndr
+ren 4238/out 4237/in
+load components/proc.ndr
+ren 4239/out 4238/in
+load components/proc.ndr
+ren 4240/out 4239/in
+load components/proc.ndr
+ren 4241/out 4240/in
+load components/proc.ndr
+ren 4242/out 4241/in
+load components/proc.ndr
+ren 4243/out 4242/in
+load components/proc.ndr
+ren 4244/out 4243/in
+load components/proc.ndr
+ren 4245/out 4244/in
+load components/proc.ndr
+ren 4246/out 4245/in
+load components/proc.ndr
+ren 4247/out 4246/in
+load components/proc.ndr
+ren 4248/out 4247/in
+load components/proc.ndr
+ren 4249/out 4248/in
+load components/proc.ndr
+ren 4250/out 4249/in
+load components/proc.ndr
+ren 4251/out 4250/in
+load components/proc.ndr
+ren 4252/out 4251/in
+load components/proc.ndr
+ren 4253/out 4252/in
+load components/proc.ndr
+ren 4254/out 4253/in
+load components/proc.ndr
+ren 4255/out 4254/in
+load components/proc.ndr
+ren 4256/out 4255/in
+load components/proc.ndr
+ren 4257/out 4256/in
+load components/proc.ndr
+ren 4258/out 4257/in
+load components/proc.ndr
+ren 4259/out 4258/in
+load components/proc.ndr
+ren 4260/out 4259/in
+load components/proc.ndr
+ren 4261/out 4260/in
+load components/proc.ndr
+ren 4262/out 4261/in
+load components/proc.ndr
+ren 4263/out 4262/in
+load components/proc.ndr
+ren 4264/out 4263/in
+load components/proc.ndr
+ren 4265/out 4264/in
+load components/proc.ndr
+ren 4266/out 4265/in
+load components/proc.ndr
+ren 4267/out 4266/in
+load components/proc.ndr
+ren 4268/out 4267/in
+load components/proc.ndr
+ren 4269/out 4268/in
+load components/proc.ndr
+ren 4270/out 4269/in
+load components/proc.ndr
+ren 4271/out 4270/in
+load components/proc.ndr
+ren 4272/out 4271/in
+load components/proc.ndr
+ren 4273/out 4272/in
+load components/proc.ndr
+ren 4274/out 4273/in
+load components/proc.ndr
+ren 4275/out 4274/in
+load components/proc.ndr
+ren 4276/out 4275/in
+load components/proc.ndr
+ren 4277/out 4276/in
+load components/proc.ndr
+ren 4278/out 4277/in
+load components/proc.ndr
+ren 4279/out 4278/in
+load components/proc.ndr
+ren 4280/out 4279/in
+load components/proc.ndr
+ren 4281/out 4280/in
+load components/proc.ndr
+ren 4282/out 4281/in
+load components/proc.ndr
+ren 4283/out 4282/in
+load components/proc.ndr
+ren 4284/out 4283/in
+load components/proc.ndr
+ren 4285/out 4284/in
+load components/proc.ndr
+ren 4286/out 4285/in
+load components/proc.ndr
+ren 4287/out 4286/in
+load components/proc.ndr
+ren 4288/out 4287/in
+load components/proc.ndr
+ren 4289/out 4288/in
+load components/proc.ndr
+ren 4290/out 4289/in
+load components/proc.ndr
+ren 4291/out 4290/in
+load components/proc.ndr
+ren 4292/out 4291/in
+load components/proc.ndr
+ren 4293/out 4292/in
+load components/proc.ndr
+ren 4294/out 4293/in
+load components/proc.ndr
+ren 4295/out 4294/in
+load components/proc.ndr
+ren 4296/out 4295/in
+load components/proc.ndr
+ren 4297/out 4296/in
+load components/proc.ndr
+ren 4298/out 4297/in
+load components/proc.ndr
+ren 4299/out 4298/in
+load components/proc.ndr
+ren 4300/out 4299/in
+load components/proc.ndr
+ren 4301/out 4300/in
+load components/proc.ndr
+ren 4302/out 4301/in
+load components/proc.ndr
+ren 4303/out 4302/in
+load components/proc.ndr
+ren 4304/out 4303/in
+load components/proc.ndr
+ren 4305/out 4304/in
+load components/proc.ndr
+ren 4306/out 4305/in
+load components/proc.ndr
+ren 4307/out 4306/in
+load components/proc.ndr
+ren 4308/out 4307/in
+load components/proc.ndr
+ren 4309/out 4308/in
+load components/proc.ndr
+ren 4310/out 4309/in
+load components/proc.ndr
+ren 4311/out 4310/in
+load components/proc.ndr
+ren 4312/out 4311/in
+load components/proc.ndr
+ren 4313/out 4312/in
+load components/proc.ndr
+ren 4314/out 4313/in
+load components/proc.ndr
+ren 4315/out 4314/in
+load components/proc.ndr
+ren 4316/out 4315/in
+load components/proc.ndr
+ren 4317/out 4316/in
+load components/proc.ndr
+ren 4318/out 4317/in
+load components/proc.ndr
+ren 4319/out 4318/in
+load components/proc.ndr
+ren 4320/out 4319/in
+load components/proc.ndr
+ren 4321/out 4320/in
+load components/proc.ndr
+ren 4322/out 4321/in
+load components/proc.ndr
+ren 4323/out 4322/in
+load components/proc.ndr
+ren 4324/out 4323/in
+load components/proc.ndr
+ren 4325/out 4324/in
+load components/proc.ndr
+ren 4326/out 4325/in
+load components/proc.ndr
+ren 4327/out 4326/in
+load components/proc.ndr
+ren 4328/out 4327/in
+load components/proc.ndr
+ren 4329/out 4328/in
+load components/proc.ndr
+ren 4330/out 4329/in
+load components/proc.ndr
+ren 4331/out 4330/in
+load components/proc.ndr
+ren 4332/out 4331/in
+load components/proc.ndr
+ren 4333/out 4332/in
+load components/proc.ndr
+ren 4334/out 4333/in
+load components/proc.ndr
+ren 4335/out 4334/in
+load components/proc.ndr
+ren 4336/out 4335/in
+load components/proc.ndr
+ren 4337/out 4336/in
+load components/proc.ndr
+ren 4338/out 4337/in
+load components/proc.ndr
+ren 4339/out 4338/in
+load components/proc.ndr
+ren 4340/out 4339/in
+load components/proc.ndr
+ren 4341/out 4340/in
+load components/proc.ndr
+ren 4342/out 4341/in
+load components/proc.ndr
+ren 4343/out 4342/in
+load components/proc.ndr
+ren 4344/out 4343/in
+load components/proc.ndr
+ren 4345/out 4344/in
+load components/proc.ndr
+ren 4346/out 4345/in
+load components/proc.ndr
+ren 4347/out 4346/in
+load components/proc.ndr
+ren 4348/out 4347/in
+load components/proc.ndr
+ren 4349/out 4348/in
+load components/proc.ndr
+ren 4350/out 4349/in
+load components/proc.ndr
+ren 4351/out 4350/in
+load components/proc.ndr
+ren 4352/out 4351/in
+load components/proc.ndr
+ren 4353/out 4352/in
+load components/proc.ndr
+ren 4354/out 4353/in
+load components/proc.ndr
+ren 4355/out 4354/in
+load components/proc.ndr
+ren 4356/out 4355/in
+load components/proc.ndr
+ren 4357/out 4356/in
+load components/proc.ndr
+ren 4358/out 4357/in
+load components/proc.ndr
+ren 4359/out 4358/in
+load components/proc.ndr
+ren 4360/out 4359/in
+load components/proc.ndr
+ren 4361/out 4360/in
+load components/proc.ndr
+ren 4362/out 4361/in
+load components/proc.ndr
+ren 4363/out 4362/in
+load components/proc.ndr
+ren 4364/out 4363/in
+load components/proc.ndr
+ren 4365/out 4364/in
+load components/proc.ndr
+ren 4366/out 4365/in
+load components/proc.ndr
+ren 4367/out 4366/in
+load components/proc.ndr
+ren 4368/out 4367/in
+load components/proc.ndr
+ren 4369/out 4368/in
+load components/proc.ndr
+ren 4370/out 4369/in
+load components/proc.ndr
+ren 4371/out 4370/in
+load components/proc.ndr
+ren 4372/out 4371/in
+load components/proc.ndr
+ren 4373/out 4372/in
+load components/proc.ndr
+ren 4374/out 4373/in
+load components/proc.ndr
+ren 4375/out 4374/in
+load components/proc.ndr
+ren 4376/out 4375/in
+load components/proc.ndr
+ren 4377/out 4376/in
+load components/proc.ndr
+ren 4378/out 4377/in
+load components/proc.ndr
+ren 4379/out 4378/in
+load components/proc.ndr
+ren 4380/out 4379/in
+load components/proc.ndr
+ren 4381/out 4380/in
+load components/proc.ndr
+ren 4382/out 4381/in
+load components/proc.ndr
+ren 4383/out 4382/in
+load components/proc.ndr
+ren 4384/out 4383/in
+load components/proc.ndr
+ren 4385/out 4384/in
+load components/proc.ndr
+ren 4386/out 4385/in
+load components/proc.ndr
+ren 4387/out 4386/in
+load components/proc.ndr
+ren 4388/out 4387/in
+load components/proc.ndr
+ren 4389/out 4388/in
+load components/proc.ndr
+ren 4390/out 4389/in
+load components/proc.ndr
+ren 4391/out 4390/in
+load components/proc.ndr
+ren 4392/out 4391/in
+load components/proc.ndr
+ren 4393/out 4392/in
+load components/proc.ndr
+ren 4394/out 4393/in
+load components/proc.ndr
+ren 4395/out 4394/in
+load components/proc.ndr
+ren 4396/out 4395/in
+load components/proc.ndr
+ren 4397/out 4396/in
+load components/proc.ndr
+ren 4398/out 4397/in
+load components/proc.ndr
+ren 4399/out 4398/in
+load components/proc.ndr
+ren 4400/out 4399/in
+load components/proc.ndr
+ren 4401/out 4400/in
+load components/proc.ndr
+ren 4402/out 4401/in
+load components/proc.ndr
+ren 4403/out 4402/in
+load components/proc.ndr
+ren 4404/out 4403/in
+load components/proc.ndr
+ren 4405/out 4404/in
+load components/proc.ndr
+ren 4406/out 4405/in
+load components/proc.ndr
+ren 4407/out 4406/in
+load components/proc.ndr
+ren 4408/out 4407/in
+load components/proc.ndr
+ren 4409/out 4408/in
+load components/proc.ndr
+ren 4410/out 4409/in
+load components/proc.ndr
+ren 4411/out 4410/in
+load components/proc.ndr
+ren 4412/out 4411/in
+load components/proc.ndr
+ren 4413/out 4412/in
+load components/proc.ndr
+ren 4414/out 4413/in
+load components/proc.ndr
+ren 4415/out 4414/in
+load components/proc.ndr
+ren 4416/out 4415/in
+load components/proc.ndr
+ren 4417/out 4416/in
+load components/proc.ndr
+ren 4418/out 4417/in
+load components/proc.ndr
+ren 4419/out 4418/in
+load components/proc.ndr
+ren 4420/out 4419/in
+load components/proc.ndr
+ren 4421/out 4420/in
+load components/proc.ndr
+ren 4422/out 4421/in
+load components/proc.ndr
+ren 4423/out 4422/in
+load components/proc.ndr
+ren 4424/out 4423/in
+load components/proc.ndr
+ren 4425/out 4424/in
+load components/proc.ndr
+ren 4426/out 4425/in
+load components/proc.ndr
+ren 4427/out 4426/in
+load components/proc.ndr
+ren 4428/out 4427/in
+load components/proc.ndr
+ren 4429/out 4428/in
+load components/proc.ndr
+ren 4430/out 4429/in
+load components/proc.ndr
+ren 4431/out 4430/in
+load components/proc.ndr
+ren 4432/out 4431/in
+load components/proc.ndr
+ren 4433/out 4432/in
+load components/proc.ndr
+ren 4434/out 4433/in
+load components/proc.ndr
+ren 4435/out 4434/in
+load components/proc.ndr
+ren 4436/out 4435/in
+load components/proc.ndr
+ren 4437/out 4436/in
+load components/proc.ndr
+ren 4438/out 4437/in
+load components/proc.ndr
+ren 4439/out 4438/in
+load components/proc.ndr
+ren 4440/out 4439/in
+load components/proc.ndr
+ren 4441/out 4440/in
+load components/proc.ndr
+ren 4442/out 4441/in
+load components/proc.ndr
+ren 4443/out 4442/in
+load components/proc.ndr
+ren 4444/out 4443/in
+load components/proc.ndr
+ren 4445/out 4444/in
+load components/proc.ndr
+ren 4446/out 4445/in
+load components/proc.ndr
+ren 4447/out 4446/in
+load components/proc.ndr
+ren 4448/out 4447/in
+load components/proc.ndr
+ren 4449/out 4448/in
+load components/proc.ndr
+ren 4450/out 4449/in
+load components/proc.ndr
+ren 4451/out 4450/in
+load components/proc.ndr
+ren 4452/out 4451/in
+load components/proc.ndr
+ren 4453/out 4452/in
+load components/proc.ndr
+ren 4454/out 4453/in
+load components/proc.ndr
+ren 4455/out 4454/in
+load components/proc.ndr
+ren 4456/out 4455/in
+load components/proc.ndr
+ren 4457/out 4456/in
+load components/proc.ndr
+ren 4458/out 4457/in
+load components/proc.ndr
+ren 4459/out 4458/in
+load components/proc.ndr
+ren 4460/out 4459/in
+load components/proc.ndr
+ren 4461/out 4460/in
+load components/proc.ndr
+ren 4462/out 4461/in
+load components/proc.ndr
+ren 4463/out 4462/in
+load components/proc.ndr
+ren 4464/out 4463/in
+load components/proc.ndr
+ren 4465/out 4464/in
+load components/proc.ndr
+ren 4466/out 4465/in
+load components/proc.ndr
+ren 4467/out 4466/in
+load components/proc.ndr
+ren 4468/out 4467/in
+load components/proc.ndr
+ren 4469/out 4468/in
+load components/proc.ndr
+ren 4470/out 4469/in
+load components/proc.ndr
+ren 4471/out 4470/in
+load components/proc.ndr
+ren 4472/out 4471/in
+load components/proc.ndr
+ren 4473/out 4472/in
+load components/proc.ndr
+ren 4474/out 4473/in
+load components/proc.ndr
+ren 4475/out 4474/in
+load components/proc.ndr
+ren 4476/out 4475/in
+load components/proc.ndr
+ren 4477/out 4476/in
+load components/proc.ndr
+ren 4478/out 4477/in
+load components/proc.ndr
+ren 4479/out 4478/in
+load components/proc.ndr
+ren 4480/out 4479/in
+load components/proc.ndr
+ren 4481/out 4480/in
+load components/proc.ndr
+ren 4482/out 4481/in
+load components/proc.ndr
+ren 4483/out 4482/in
+load components/proc.ndr
+ren 4484/out 4483/in
+load components/proc.ndr
+ren 4485/out 4484/in
+load components/proc.ndr
+ren 4486/out 4485/in
+load components/proc.ndr
+ren 4487/out 4486/in
+load components/proc.ndr
+ren 4488/out 4487/in
+load components/proc.ndr
+ren 4489/out 4488/in
+load components/proc.ndr
+ren 4490/out 4489/in
+load components/proc.ndr
+ren 4491/out 4490/in
+load components/proc.ndr
+ren 4492/out 4491/in
+load components/proc.ndr
+ren 4493/out 4492/in
+load components/proc.ndr
+ren 4494/out 4493/in
+load components/proc.ndr
+ren 4495/out 4494/in
+load components/proc.ndr
+ren 4496/out 4495/in
+load components/proc.ndr
+ren 4497/out 4496/in
+load components/proc.ndr
+ren 4498/out 4497/in
+load components/proc.ndr
+ren 4499/out 4498/in
+load components/proc.ndr
+ren 4500/out 4499/in
+load components/proc.ndr
+ren 4501/out 4500/in
+load components/proc.ndr
+ren 4502/out 4501/in
+load components/proc.ndr
+ren 4503/out 4502/in
+load components/proc.ndr
+ren 4504/out 4503/in
+load components/proc.ndr
+ren 4505/out 4504/in
+load components/proc.ndr
+ren 4506/out 4505/in
+load components/proc.ndr
+ren 4507/out 4506/in
+load components/proc.ndr
+ren 4508/out 4507/in
+load components/proc.ndr
+ren 4509/out 4508/in
+load components/proc.ndr
+ren 4510/out 4509/in
+load components/proc.ndr
+ren 4511/out 4510/in
+load components/proc.ndr
+ren 4512/out 4511/in
+load components/proc.ndr
+ren 4513/out 4512/in
+load components/proc.ndr
+ren 4514/out 4513/in
+load components/proc.ndr
+ren 4515/out 4514/in
+load components/proc.ndr
+ren 4516/out 4515/in
+load components/proc.ndr
+ren 4517/out 4516/in
+load components/proc.ndr
+ren 4518/out 4517/in
+load components/proc.ndr
+ren 4519/out 4518/in
+load components/proc.ndr
+ren 4520/out 4519/in
+load components/proc.ndr
+ren 4521/out 4520/in
+load components/proc.ndr
+ren 4522/out 4521/in
+load components/proc.ndr
+ren 4523/out 4522/in
+load components/proc.ndr
+ren 4524/out 4523/in
+load components/proc.ndr
+ren 4525/out 4524/in
+load components/proc.ndr
+ren 4526/out 4525/in
+load components/proc.ndr
+ren 4527/out 4526/in
+load components/proc.ndr
+ren 4528/out 4527/in
+load components/proc.ndr
+ren 4529/out 4528/in
+load components/proc.ndr
+ren 4530/out 4529/in
+load components/proc.ndr
+ren 4531/out 4530/in
+load components/proc.ndr
+ren 4532/out 4531/in
+load components/proc.ndr
+ren 4533/out 4532/in
+load components/proc.ndr
+ren 4534/out 4533/in
+load components/proc.ndr
+ren 4535/out 4534/in
+load components/proc.ndr
+ren 4536/out 4535/in
+load components/proc.ndr
+ren 4537/out 4536/in
+load components/proc.ndr
+ren 4538/out 4537/in
+load components/proc.ndr
+ren 4539/out 4538/in
+load components/proc.ndr
+ren 4540/out 4539/in
+load components/proc.ndr
+ren 4541/out 4540/in
+load components/proc.ndr
+ren 4542/out 4541/in
+load components/proc.ndr
+ren 4543/out 4542/in
+load components/proc.ndr
+ren 4544/out 4543/in
+load components/proc.ndr
+ren 4545/out 4544/in
+load components/proc.ndr
+ren 4546/out 4545/in
+load components/proc.ndr
+ren 4547/out 4546/in
+load components/proc.ndr
+ren 4548/out 4547/in
+load components/proc.ndr
+ren 4549/out 4548/in
+load components/proc.ndr
+ren 4550/out 4549/in
+load components/proc.ndr
+ren 4551/out 4550/in
+load components/proc.ndr
+ren 4552/out 4551/in
+load components/proc.ndr
+ren 4553/out 4552/in
+load components/proc.ndr
+ren 4554/out 4553/in
+load components/proc.ndr
+ren 4555/out 4554/in
+load components/proc.ndr
+ren 4556/out 4555/in
+load components/proc.ndr
+ren 4557/out 4556/in
+load components/proc.ndr
+ren 4558/out 4557/in
+load components/proc.ndr
+ren 4559/out 4558/in
+load components/proc.ndr
+ren 4560/out 4559/in
+load components/proc.ndr
+ren 4561/out 4560/in
+load components/proc.ndr
+ren 4562/out 4561/in
+load components/proc.ndr
+ren 4563/out 4562/in
+load components/proc.ndr
+ren 4564/out 4563/in
+load components/proc.ndr
+ren 4565/out 4564/in
+load components/proc.ndr
+ren 4566/out 4565/in
+load components/proc.ndr
+ren 4567/out 4566/in
+load components/proc.ndr
+ren 4568/out 4567/in
+load components/proc.ndr
+ren 4569/out 4568/in
+load components/proc.ndr
+ren 4570/out 4569/in
+load components/proc.ndr
+ren 4571/out 4570/in
+load components/proc.ndr
+ren 4572/out 4571/in
+load components/proc.ndr
+ren 4573/out 4572/in
+load components/proc.ndr
+ren 4574/out 4573/in
+load components/proc.ndr
+ren 4575/out 4574/in
+load components/proc.ndr
+ren 4576/out 4575/in
+load components/proc.ndr
+ren 4577/out 4576/in
+load components/proc.ndr
+ren 4578/out 4577/in
+load components/proc.ndr
+ren 4579/out 4578/in
+load components/proc.ndr
+ren 4580/out 4579/in
+load components/proc.ndr
+ren 4581/out 4580/in
+load components/proc.ndr
+ren 4582/out 4581/in
+load components/proc.ndr
+ren 4583/out 4582/in
+load components/proc.ndr
+ren 4584/out 4583/in
+load components/proc.ndr
+ren 4585/out 4584/in
+load components/proc.ndr
+ren 4586/out 4585/in
+load components/proc.ndr
+ren 4587/out 4586/in
+load components/proc.ndr
+ren 4588/out 4587/in
+load components/proc.ndr
+ren 4589/out 4588/in
+load components/proc.ndr
+ren 4590/out 4589/in
+load components/proc.ndr
+ren 4591/out 4590/in
+load components/proc.ndr
+ren 4592/out 4591/in
+load components/proc.ndr
+ren 4593/out 4592/in
+load components/proc.ndr
+ren 4594/out 4593/in
+load components/proc.ndr
+ren 4595/out 4594/in
+load components/proc.ndr
+ren 4596/out 4595/in
+load components/proc.ndr
+ren 4597/out 4596/in
+load components/proc.ndr
+ren 4598/out 4597/in
+load components/proc.ndr
+ren 4599/out 4598/in
+load components/proc.ndr
+ren 4600/out 4599/in
+load components/proc.ndr
+ren 4601/out 4600/in
+load components/proc.ndr
+ren 4602/out 4601/in
+load components/proc.ndr
+ren 4603/out 4602/in
+load components/proc.ndr
+ren 4604/out 4603/in
+load components/proc.ndr
+ren 4605/out 4604/in
+load components/proc.ndr
+ren 4606/out 4605/in
+load components/proc.ndr
+ren 4607/out 4606/in
+load components/proc.ndr
+ren 4608/out 4607/in
+load components/proc.ndr
+ren 4609/out 4608/in
+load components/proc.ndr
+ren 4610/out 4609/in
+load components/proc.ndr
+ren 4611/out 4610/in
+load components/proc.ndr
+ren 4612/out 4611/in
+load components/proc.ndr
+ren 4613/out 4612/in
+load components/proc.ndr
+ren 4614/out 4613/in
+load components/proc.ndr
+ren 4615/out 4614/in
+load components/proc.ndr
+ren 4616/out 4615/in
+load components/proc.ndr
+ren 4617/out 4616/in
+load components/proc.ndr
+ren 4618/out 4617/in
+load components/proc.ndr
+ren 4619/out 4618/in
+load components/proc.ndr
+ren 4620/out 4619/in
+load components/proc.ndr
+ren 4621/out 4620/in
+load components/proc.ndr
+ren 4622/out 4621/in
+load components/proc.ndr
+ren 4623/out 4622/in
+load components/proc.ndr
+ren 4624/out 4623/in
+load components/proc.ndr
+ren 4625/out 4624/in
+load components/proc.ndr
+ren 4626/out 4625/in
+load components/proc.ndr
+ren 4627/out 4626/in
+load components/proc.ndr
+ren 4628/out 4627/in
+load components/proc.ndr
+ren 4629/out 4628/in
+load components/proc.ndr
+ren 4630/out 4629/in
+load components/proc.ndr
+ren 4631/out 4630/in
+load components/proc.ndr
+ren 4632/out 4631/in
+load components/proc.ndr
+ren 4633/out 4632/in
+load components/proc.ndr
+ren 4634/out 4633/in
+load components/proc.ndr
+ren 4635/out 4634/in
+load components/proc.ndr
+ren 4636/out 4635/in
+load components/proc.ndr
+ren 4637/out 4636/in
+load components/proc.ndr
+ren 4638/out 4637/in
+load components/proc.ndr
+ren 4639/out 4638/in
+load components/proc.ndr
+ren 4640/out 4639/in
+load components/proc.ndr
+ren 4641/out 4640/in
+load components/proc.ndr
+ren 4642/out 4641/in
+load components/proc.ndr
+ren 4643/out 4642/in
+load components/proc.ndr
+ren 4644/out 4643/in
+load components/proc.ndr
+ren 4645/out 4644/in
+load components/proc.ndr
+ren 4646/out 4645/in
+load components/proc.ndr
+ren 4647/out 4646/in
+load components/proc.ndr
+ren 4648/out 4647/in
+load components/proc.ndr
+ren 4649/out 4648/in
+load components/proc.ndr
+ren 4650/out 4649/in
+load components/proc.ndr
+ren 4651/out 4650/in
+load components/proc.ndr
+ren 4652/out 4651/in
+load components/proc.ndr
+ren 4653/out 4652/in
+load components/proc.ndr
+ren 4654/out 4653/in
+load components/proc.ndr
+ren 4655/out 4654/in
+load components/proc.ndr
+ren 4656/out 4655/in
+load components/proc.ndr
+ren 4657/out 4656/in
+load components/proc.ndr
+ren 4658/out 4657/in
+load components/proc.ndr
+ren 4659/out 4658/in
+load components/proc.ndr
+ren 4660/out 4659/in
+load components/proc.ndr
+ren 4661/out 4660/in
+load components/proc.ndr
+ren 4662/out 4661/in
+load components/proc.ndr
+ren 4663/out 4662/in
+load components/proc.ndr
+ren 4664/out 4663/in
+load components/proc.ndr
+ren 4665/out 4664/in
+load components/proc.ndr
+ren 4666/out 4665/in
+load components/proc.ndr
+ren 4667/out 4666/in
+load components/proc.ndr
+ren 4668/out 4667/in
+load components/proc.ndr
+ren 4669/out 4668/in
+load components/proc.ndr
+ren 4670/out 4669/in
+load components/proc.ndr
+ren 4671/out 4670/in
+load components/proc.ndr
+ren 4672/out 4671/in
+load components/proc.ndr
+ren 4673/out 4672/in
+load components/proc.ndr
+ren 4674/out 4673/in
+load components/proc.ndr
+ren 4675/out 4674/in
+load components/proc.ndr
+ren 4676/out 4675/in
+load components/proc.ndr
+ren 4677/out 4676/in
+load components/proc.ndr
+ren 4678/out 4677/in
+load components/proc.ndr
+ren 4679/out 4678/in
+load components/proc.ndr
+ren 4680/out 4679/in
+load components/proc.ndr
+ren 4681/out 4680/in
+load components/proc.ndr
+ren 4682/out 4681/in
+load components/proc.ndr
+ren 4683/out 4682/in
+load components/proc.ndr
+ren 4684/out 4683/in
+load components/proc.ndr
+ren 4685/out 4684/in
+load components/proc.ndr
+ren 4686/out 4685/in
+load components/proc.ndr
+ren 4687/out 4686/in
+load components/proc.ndr
+ren 4688/out 4687/in
+load components/proc.ndr
+ren 4689/out 4688/in
+load components/proc.ndr
+ren 4690/out 4689/in
+load components/proc.ndr
+ren 4691/out 4690/in
+load components/proc.ndr
+ren 4692/out 4691/in
+load components/proc.ndr
+ren 4693/out 4692/in
+load components/proc.ndr
+ren 4694/out 4693/in
+load components/proc.ndr
+ren 4695/out 4694/in
+load components/proc.ndr
+ren 4696/out 4695/in
+load components/proc.ndr
+ren 4697/out 4696/in
+load components/proc.ndr
+ren 4698/out 4697/in
+load components/proc.ndr
+ren 4699/out 4698/in
+load components/proc.ndr
+ren 4700/out 4699/in
+load components/proc.ndr
+ren 4701/out 4700/in
+load components/proc.ndr
+ren 4702/out 4701/in
+load components/proc.ndr
+ren 4703/out 4702/in
+load components/proc.ndr
+ren 4704/out 4703/in
+load components/proc.ndr
+ren 4705/out 4704/in
+load components/proc.ndr
+ren 4706/out 4705/in
+load components/proc.ndr
+ren 4707/out 4706/in
+load components/proc.ndr
+ren 4708/out 4707/in
+load components/proc.ndr
+ren 4709/out 4708/in
+load components/proc.ndr
+ren 4710/out 4709/in
+load components/proc.ndr
+ren 4711/out 4710/in
+load components/proc.ndr
+ren 4712/out 4711/in
+load components/proc.ndr
+ren 4713/out 4712/in
+load components/proc.ndr
+ren 4714/out 4713/in
+load components/proc.ndr
+ren 4715/out 4714/in
+load components/proc.ndr
+ren 4716/out 4715/in
+load components/proc.ndr
+ren 4717/out 4716/in
+load components/proc.ndr
+ren 4718/out 4717/in
+load components/proc.ndr
+ren 4719/out 4718/in
+load components/proc.ndr
+ren 4720/out 4719/in
+load components/proc.ndr
+ren 4721/out 4720/in
+load components/proc.ndr
+ren 4722/out 4721/in
+load components/proc.ndr
+ren 4723/out 4722/in
+load components/proc.ndr
+ren 4724/out 4723/in
+load components/proc.ndr
+ren 4725/out 4724/in
+load components/proc.ndr
+ren 4726/out 4725/in
+load components/proc.ndr
+ren 4727/out 4726/in
+load components/proc.ndr
+ren 4728/out 4727/in
+load components/proc.ndr
+ren 4729/out 4728/in
+load components/proc.ndr
+ren 4730/out 4729/in
+load components/proc.ndr
+ren 4731/out 4730/in
+load components/proc.ndr
+ren 4732/out 4731/in
+load components/proc.ndr
+ren 4733/out 4732/in
+load components/proc.ndr
+ren 4734/out 4733/in
+load components/proc.ndr
+ren 4735/out 4734/in
+load components/proc.ndr
+ren 4736/out 4735/in
+load components/proc.ndr
+ren 4737/out 4736/in
+load components/proc.ndr
+ren 4738/out 4737/in
+load components/proc.ndr
+ren 4739/out 4738/in
+load components/proc.ndr
+ren 4740/out 4739/in
+load components/proc.ndr
+ren 4741/out 4740/in
+load components/proc.ndr
+ren 4742/out 4741/in
+load components/proc.ndr
+ren 4743/out 4742/in
+load components/proc.ndr
+ren 4744/out 4743/in
+load components/proc.ndr
+ren 4745/out 4744/in
+load components/proc.ndr
+ren 4746/out 4745/in
+load components/proc.ndr
+ren 4747/out 4746/in
+load components/proc.ndr
+ren 4748/out 4747/in
+load components/proc.ndr
+ren 4749/out 4748/in
+load components/proc.ndr
+ren 4750/out 4749/in
+load components/proc.ndr
+ren 4751/out 4750/in
+load components/proc.ndr
+ren 4752/out 4751/in
+load components/proc.ndr
+ren 4753/out 4752/in
+load components/proc.ndr
+ren 4754/out 4753/in
+load components/proc.ndr
+ren 4755/out 4754/in
+load components/proc.ndr
+ren 4756/out 4755/in
+load components/proc.ndr
+ren 4757/out 4756/in
+load components/proc.ndr
+ren 4758/out 4757/in
+load components/proc.ndr
+ren 4759/out 4758/in
+load components/proc.ndr
+ren 4760/out 4759/in
+load components/proc.ndr
+ren 4761/out 4760/in
+load components/proc.ndr
+ren 4762/out 4761/in
+load components/proc.ndr
+ren 4763/out 4762/in
+load components/proc.ndr
+ren 4764/out 4763/in
+load components/proc.ndr
+ren 4765/out 4764/in
+load components/proc.ndr
+ren 4766/out 4765/in
+load components/proc.ndr
+ren 4767/out 4766/in
+load components/proc.ndr
+ren 4768/out 4767/in
+load components/proc.ndr
+ren 4769/out 4768/in
+load components/proc.ndr
+ren 4770/out 4769/in
+load components/proc.ndr
+ren 4771/out 4770/in
+load components/proc.ndr
+ren 4772/out 4771/in
+load components/proc.ndr
+ren 4773/out 4772/in
+load components/proc.ndr
+ren 4774/out 4773/in
+load components/proc.ndr
+ren 4775/out 4774/in
+load components/proc.ndr
+ren 4776/out 4775/in
+load components/proc.ndr
+ren 4777/out 4776/in
+load components/proc.ndr
+ren 4778/out 4777/in
+load components/proc.ndr
+ren 4779/out 4778/in
+load components/proc.ndr
+ren 4780/out 4779/in
+load components/proc.ndr
+ren 4781/out 4780/in
+load components/proc.ndr
+ren 4782/out 4781/in
+load components/proc.ndr
+ren 4783/out 4782/in
+load components/proc.ndr
+ren 4784/out 4783/in
+load components/proc.ndr
+ren 4785/out 4784/in
+load components/proc.ndr
+ren 4786/out 4785/in
+load components/proc.ndr
+ren 4787/out 4786/in
+load components/proc.ndr
+ren 4788/out 4787/in
+load components/proc.ndr
+ren 4789/out 4788/in
+load components/proc.ndr
+ren 4790/out 4789/in
+load components/proc.ndr
+ren 4791/out 4790/in
+load components/proc.ndr
+ren 4792/out 4791/in
+load components/proc.ndr
+ren 4793/out 4792/in
+load components/proc.ndr
+ren 4794/out 4793/in
+load components/proc.ndr
+ren 4795/out 4794/in
+load components/proc.ndr
+ren 4796/out 4795/in
+load components/proc.ndr
+ren 4797/out 4796/in
+load components/proc.ndr
+ren 4798/out 4797/in
+load components/proc.ndr
+ren 4799/out 4798/in
+load components/proc.ndr
+ren 4800/out 4799/in
+load components/proc.ndr
+ren 4801/out 4800/in
+load components/proc.ndr
+ren 4802/out 4801/in
+load components/proc.ndr
+ren 4803/out 4802/in
+load components/proc.ndr
+ren 4804/out 4803/in
+load components/proc.ndr
+ren 4805/out 4804/in
+load components/proc.ndr
+ren 4806/out 4805/in
+load components/proc.ndr
+ren 4807/out 4806/in
+load components/proc.ndr
+ren 4808/out 4807/in
+load components/proc.ndr
+ren 4809/out 4808/in
+load components/proc.ndr
+ren 4810/out 4809/in
+load components/proc.ndr
+ren 4811/out 4810/in
+load components/proc.ndr
+ren 4812/out 4811/in
+load components/proc.ndr
+ren 4813/out 4812/in
+load components/proc.ndr
+ren 4814/out 4813/in
+load components/proc.ndr
+ren 4815/out 4814/in
+load components/proc.ndr
+ren 4816/out 4815/in
+load components/proc.ndr
+ren 4817/out 4816/in
+load components/proc.ndr
+ren 4818/out 4817/in
+load components/proc.ndr
+ren 4819/out 4818/in
+load components/proc.ndr
+ren 4820/out 4819/in
+load components/proc.ndr
+ren 4821/out 4820/in
+load components/proc.ndr
+ren 4822/out 4821/in
+load components/proc.ndr
+ren 4823/out 4822/in
+load components/proc.ndr
+ren 4824/out 4823/in
+load components/proc.ndr
+ren 4825/out 4824/in
+load components/proc.ndr
+ren 4826/out 4825/in
+load components/proc.ndr
+ren 4827/out 4826/in
+load components/proc.ndr
+ren 4828/out 4827/in
+load components/proc.ndr
+ren 4829/out 4828/in
+load components/proc.ndr
+ren 4830/out 4829/in
+load components/proc.ndr
+ren 4831/out 4830/in
+load components/proc.ndr
+ren 4832/out 4831/in
+load components/proc.ndr
+ren 4833/out 4832/in
+load components/proc.ndr
+ren 4834/out 4833/in
+load components/proc.ndr
+ren 4835/out 4834/in
+load components/proc.ndr
+ren 4836/out 4835/in
+load components/proc.ndr
+ren 4837/out 4836/in
+load components/proc.ndr
+ren 4838/out 4837/in
+load components/proc.ndr
+ren 4839/out 4838/in
+load components/proc.ndr
+ren 4840/out 4839/in
+load components/proc.ndr
+ren 4841/out 4840/in
+load components/proc.ndr
+ren 4842/out 4841/in
+load components/proc.ndr
+ren 4843/out 4842/in
+load components/proc.ndr
+ren 4844/out 4843/in
+load components/proc.ndr
+ren 4845/out 4844/in
+load components/proc.ndr
+ren 4846/out 4845/in
+load components/proc.ndr
+ren 4847/out 4846/in
+load components/proc.ndr
+ren 4848/out 4847/in
+load components/proc.ndr
+ren 4849/out 4848/in
+load components/proc.ndr
+ren 4850/out 4849/in
+load components/proc.ndr
+ren 4851/out 4850/in
+load components/proc.ndr
+ren 4852/out 4851/in
+load components/proc.ndr
+ren 4853/out 4852/in
+load components/proc.ndr
+ren 4854/out 4853/in
+load components/proc.ndr
+ren 4855/out 4854/in
+load components/proc.ndr
+ren 4856/out 4855/in
+load components/proc.ndr
+ren 4857/out 4856/in
+load components/proc.ndr
+ren 4858/out 4857/in
+load components/proc.ndr
+ren 4859/out 4858/in
+load components/proc.ndr
+ren 4860/out 4859/in
+load components/proc.ndr
+ren 4861/out 4860/in
+load components/proc.ndr
+ren 4862/out 4861/in
+load components/proc.ndr
+ren 4863/out 4862/in
+load components/proc.ndr
+ren 4864/out 4863/in
+load components/proc.ndr
+ren 4865/out 4864/in
+load components/proc.ndr
+ren 4866/out 4865/in
+load components/proc.ndr
+ren 4867/out 4866/in
+load components/proc.ndr
+ren 4868/out 4867/in
+load components/proc.ndr
+ren 4869/out 4868/in
+load components/proc.ndr
+ren 4870/out 4869/in
+load components/proc.ndr
+ren 4871/out 4870/in
+load components/proc.ndr
+ren 4872/out 4871/in
+load components/proc.ndr
+ren 4873/out 4872/in
+load components/proc.ndr
+ren 4874/out 4873/in
+load components/proc.ndr
+ren 4875/out 4874/in
+load components/proc.ndr
+ren 4876/out 4875/in
+load components/proc.ndr
+ren 4877/out 4876/in
+load components/proc.ndr
+ren 4878/out 4877/in
+load components/proc.ndr
+ren 4879/out 4878/in
+load components/proc.ndr
+ren 4880/out 4879/in
+load components/proc.ndr
+ren 4881/out 4880/in
+load components/proc.ndr
+ren 4882/out 4881/in
+load components/proc.ndr
+ren 4883/out 4882/in
+load components/proc.ndr
+ren 4884/out 4883/in
+load components/proc.ndr
+ren 4885/out 4884/in
+load components/proc.ndr
+ren 4886/out 4885/in
+load components/proc.ndr
+ren 4887/out 4886/in
+load components/proc.ndr
+ren 4888/out 4887/in
+load components/proc.ndr
+ren 4889/out 4888/in
+load components/proc.ndr
+ren 4890/out 4889/in
+load components/proc.ndr
+ren 4891/out 4890/in
+load components/proc.ndr
+ren 4892/out 4891/in
+load components/proc.ndr
+ren 4893/out 4892/in
+load components/proc.ndr
+ren 4894/out 4893/in
+load components/proc.ndr
+ren 4895/out 4894/in
+load components/proc.ndr
+ren 4896/out 4895/in
+load components/proc.ndr
+ren 4897/out 4896/in
+load components/proc.ndr
+ren 4898/out 4897/in
+load components/proc.ndr
+ren 4899/out 4898/in
+load components/proc.ndr
+ren 4900/out 4899/in
+load components/proc.ndr
+ren 4901/out 4900/in
+load components/proc.ndr
+ren 4902/out 4901/in
+load components/proc.ndr
+ren 4903/out 4902/in
+load components/proc.ndr
+ren 4904/out 4903/in
+load components/proc.ndr
+ren 4905/out 4904/in
+load components/proc.ndr
+ren 4906/out 4905/in
+load components/proc.ndr
+ren 4907/out 4906/in
+load components/proc.ndr
+ren 4908/out 4907/in
+load components/proc.ndr
+ren 4909/out 4908/in
+load components/proc.ndr
+ren 4910/out 4909/in
+load components/proc.ndr
+ren 4911/out 4910/in
+load components/proc.ndr
+ren 4912/out 4911/in
+load components/proc.ndr
+ren 4913/out 4912/in
+load components/proc.ndr
+ren 4914/out 4913/in
+load components/proc.ndr
+ren 4915/out 4914/in
+load components/proc.ndr
+ren 4916/out 4915/in
+load components/proc.ndr
+ren 4917/out 4916/in
+load components/proc.ndr
+ren 4918/out 4917/in
+load components/proc.ndr
+ren 4919/out 4918/in
+load components/proc.ndr
+ren 4920/out 4919/in
+load components/proc.ndr
+ren 4921/out 4920/in
+load components/proc.ndr
+ren 4922/out 4921/in
+load components/proc.ndr
+ren 4923/out 4922/in
+load components/proc.ndr
+ren 4924/out 4923/in
+load components/proc.ndr
+ren 4925/out 4924/in
+load components/proc.ndr
+ren 4926/out 4925/in
+load components/proc.ndr
+ren 4927/out 4926/in
+load components/proc.ndr
+ren 4928/out 4927/in
+load components/proc.ndr
+ren 4929/out 4928/in
+load components/proc.ndr
+ren 4930/out 4929/in
+load components/proc.ndr
+ren 4931/out 4930/in
+load components/proc.ndr
+ren 4932/out 4931/in
+load components/proc.ndr
+ren 4933/out 4932/in
+load components/proc.ndr
+ren 4934/out 4933/in
+load components/proc.ndr
+ren 4935/out 4934/in
+load components/proc.ndr
+ren 4936/out 4935/in
+load components/proc.ndr
+ren 4937/out 4936/in
+load components/proc.ndr
+ren 4938/out 4937/in
+load components/proc.ndr
+ren 4939/out 4938/in
+load components/proc.ndr
+ren 4940/out 4939/in
+load components/proc.ndr
+ren 4941/out 4940/in
+load components/proc.ndr
+ren 4942/out 4941/in
+load components/proc.ndr
+ren 4943/out 4942/in
+load components/proc.ndr
+ren 4944/out 4943/in
+load components/proc.ndr
+ren 4945/out 4944/in
+load components/proc.ndr
+ren 4946/out 4945/in
+load components/proc.ndr
+ren 4947/out 4946/in
+load components/proc.ndr
+ren 4948/out 4947/in
+load components/proc.ndr
+ren 4949/out 4948/in
+load components/proc.ndr
+ren 4950/out 4949/in
+load components/proc.ndr
+ren 4951/out 4950/in
+load components/proc.ndr
+ren 4952/out 4951/in
+load components/proc.ndr
+ren 4953/out 4952/in
+load components/proc.ndr
+ren 4954/out 4953/in
+load components/proc.ndr
+ren 4955/out 4954/in
+load components/proc.ndr
+ren 4956/out 4955/in
+load components/proc.ndr
+ren 4957/out 4956/in
+load components/proc.ndr
+ren 4958/out 4957/in
+load components/proc.ndr
+ren 4959/out 4958/in
+load components/proc.ndr
+ren 4960/out 4959/in
+load components/proc.ndr
+ren 4961/out 4960/in
+load components/proc.ndr
+ren 4962/out 4961/in
+load components/proc.ndr
+ren 4963/out 4962/in
+load components/proc.ndr
+ren 4964/out 4963/in
+load components/proc.ndr
+ren 4965/out 4964/in
+load components/proc.ndr
+ren 4966/out 4965/in
+load components/proc.ndr
+ren 4967/out 4966/in
+load components/proc.ndr
+ren 4968/out 4967/in
+load components/proc.ndr
+ren 4969/out 4968/in
+load components/proc.ndr
+ren 4970/out 4969/in
+load components/proc.ndr
+ren 4971/out 4970/in
+load components/proc.ndr
+ren 4972/out 4971/in
+load components/proc.ndr
+ren 4973/out 4972/in
+load components/proc.ndr
+ren 4974/out 4973/in
+load components/proc.ndr
+ren 4975/out 4974/in
+load components/proc.ndr
+ren 4976/out 4975/in
+load components/proc.ndr
+ren 4977/out 4976/in
+load components/proc.ndr
+ren 4978/out 4977/in
+load components/proc.ndr
+ren 4979/out 4978/in
+load components/proc.ndr
+ren 4980/out 4979/in
+load components/proc.ndr
+ren 4981/out 4980/in
+load components/proc.ndr
+ren 4982/out 4981/in
+load components/proc.ndr
+ren 4983/out 4982/in
+load components/proc.ndr
+ren 4984/out 4983/in
+load components/proc.ndr
+ren 4985/out 4984/in
+load components/proc.ndr
+ren 4986/out 4985/in
+load components/proc.ndr
+ren 4987/out 4986/in
+load components/proc.ndr
+ren 4988/out 4987/in
+load components/proc.ndr
+ren 4989/out 4988/in
+load components/proc.ndr
+ren 4990/out 4989/in
+load components/proc.ndr
+ren 4991/out 4990/in
+load components/proc.ndr
+ren 4992/out 4991/in
+load components/proc.ndr
+ren 4993/out 4992/in
+load components/proc.ndr
+ren 4994/out 4993/in
+load components/proc.ndr
+ren 4995/out 4994/in
+load components/proc.ndr
+ren 4996/out 4995/in
+load components/proc.ndr
+ren 4997/out 4996/in
+load components/proc.ndr
+ren 4998/out 4997/in
+load components/proc.ndr
+ren 4999/out 4998/in
+load components/proc.ndr
+ren 5000/out 4999/in
+load components/proc.ndr
+ren 5001/out 5000/in
+load components/proc.ndr
+ren 5002/out 5001/in
+load components/proc.ndr
+ren 5003/out 5002/in
+load components/proc.ndr
+ren 5004/out 5003/in
+load components/proc.ndr
+ren 5005/out 5004/in
+load components/proc.ndr
+ren 5006/out 5005/in
+load components/proc.ndr
+ren 5007/out 5006/in
+load components/proc.ndr
+ren 5008/out 5007/in
+load components/proc.ndr
+ren 5009/out 5008/in
+load components/proc.ndr
+ren 5010/out 5009/in
+load components/proc.ndr
+ren 5011/out 5010/in
+load components/proc.ndr
+ren 5012/out 5011/in
+load components/proc.ndr
+ren 5013/out 5012/in
+load components/proc.ndr
+ren 5014/out 5013/in
+load components/proc.ndr
+ren 5015/out 5014/in
+load components/proc.ndr
+ren 5016/out 5015/in
+load components/proc.ndr
+ren 5017/out 5016/in
+load components/proc.ndr
+ren 5018/out 5017/in
+load components/proc.ndr
+ren 5019/out 5018/in
+load components/proc.ndr
+ren 5020/out 5019/in
+load components/proc.ndr
+ren 5021/out 5020/in
+load components/proc.ndr
+ren 5022/out 5021/in
+load components/proc.ndr
+ren 5023/out 5022/in
+load components/proc.ndr
+ren 5024/out 5023/in
+load components/proc.ndr
+ren 5025/out 5024/in
+load components/proc.ndr
+ren 5026/out 5025/in
+load components/proc.ndr
+ren 5027/out 5026/in
+load components/proc.ndr
+ren 5028/out 5027/in
+load components/proc.ndr
+ren 5029/out 5028/in
+load components/proc.ndr
+ren 5030/out 5029/in
+load components/proc.ndr
+ren 5031/out 5030/in
+load components/proc.ndr
+ren 5032/out 5031/in
+load components/proc.ndr
+ren 5033/out 5032/in
+load components/proc.ndr
+ren 5034/out 5033/in
+load components/proc.ndr
+ren 5035/out 5034/in
+load components/proc.ndr
+ren 5036/out 5035/in
+load components/proc.ndr
+ren 5037/out 5036/in
+load components/proc.ndr
+ren 5038/out 5037/in
+load components/proc.ndr
+ren 5039/out 5038/in
+load components/proc.ndr
+ren 5040/out 5039/in
+load components/proc.ndr
+ren 5041/out 5040/in
+load components/proc.ndr
+ren 5042/out 5041/in
+load components/proc.ndr
+ren 5043/out 5042/in
+load components/proc.ndr
+ren 5044/out 5043/in
+load components/proc.ndr
+ren 5045/out 5044/in
+load components/proc.ndr
+ren 5046/out 5045/in
+load components/proc.ndr
+ren 5047/out 5046/in
+load components/proc.ndr
+ren 5048/out 5047/in
+load components/proc.ndr
+ren 5049/out 5048/in
+load components/proc.ndr
+ren 5050/out 5049/in
+load components/proc.ndr
+ren 5051/out 5050/in
+load components/proc.ndr
+ren 5052/out 5051/in
+load components/proc.ndr
+ren 5053/out 5052/in
+load components/proc.ndr
+ren 5054/out 5053/in
+load components/proc.ndr
+ren 5055/out 5054/in
+load components/proc.ndr
+ren 5056/out 5055/in
+load components/proc.ndr
+ren 5057/out 5056/in
+load components/proc.ndr
+ren 5058/out 5057/in
+load components/proc.ndr
+ren 5059/out 5058/in
+load components/proc.ndr
+ren 5060/out 5059/in
+load components/proc.ndr
+ren 5061/out 5060/in
+load components/proc.ndr
+ren 5062/out 5061/in
+load components/proc.ndr
+ren 5063/out 5062/in
+load components/proc.ndr
+ren 5064/out 5063/in
+load components/proc.ndr
+ren 5065/out 5064/in
+load components/proc.ndr
+ren 5066/out 5065/in
+load components/proc.ndr
+ren 5067/out 5066/in
+load components/proc.ndr
+ren 5068/out 5067/in
+load components/proc.ndr
+ren 5069/out 5068/in
+load components/proc.ndr
+ren 5070/out 5069/in
+load components/proc.ndr
+ren 5071/out 5070/in
+load components/proc.ndr
+ren 5072/out 5071/in
+load components/proc.ndr
+ren 5073/out 5072/in
+load components/proc.ndr
+ren 5074/out 5073/in
+load components/proc.ndr
+ren 5075/out 5074/in
+load components/proc.ndr
+ren 5076/out 5075/in
+load components/proc.ndr
+ren 5077/out 5076/in
+load components/proc.ndr
+ren 5078/out 5077/in
+load components/proc.ndr
+ren 5079/out 5078/in
+load components/proc.ndr
+ren 5080/out 5079/in
+load components/proc.ndr
+ren 5081/out 5080/in
+load components/proc.ndr
+ren 5082/out 5081/in
+load components/proc.ndr
+ren 5083/out 5082/in
+load components/proc.ndr
+ren 5084/out 5083/in
+load components/proc.ndr
+ren 5085/out 5084/in
+load components/proc.ndr
+ren 5086/out 5085/in
+load components/proc.ndr
+ren 5087/out 5086/in
+load components/proc.ndr
+ren 5088/out 5087/in
+load components/proc.ndr
+ren 5089/out 5088/in
+load components/proc.ndr
+ren 5090/out 5089/in
+load components/proc.ndr
+ren 5091/out 5090/in
+load components/proc.ndr
+ren 5092/out 5091/in
+load components/proc.ndr
+ren 5093/out 5092/in
+load components/proc.ndr
+ren 5094/out 5093/in
+load components/proc.ndr
+ren 5095/out 5094/in
+load components/proc.ndr
+ren 5096/out 5095/in
+load components/proc.ndr
+ren 5097/out 5096/in
+load components/proc.ndr
+ren 5098/out 5097/in
+load components/proc.ndr
+ren 5099/out 5098/in
+load components/proc.ndr
+ren 5100/out 5099/in
+load components/proc.ndr
+ren 5101/out 5100/in
+load components/proc.ndr
+ren 5102/out 5101/in
+load components/proc.ndr
+ren 5103/out 5102/in
+load components/proc.ndr
+ren 5104/out 5103/in
+load components/proc.ndr
+ren 5105/out 5104/in
+load components/proc.ndr
+ren 5106/out 5105/in
+load components/proc.ndr
+ren 5107/out 5106/in
+load components/proc.ndr
+ren 5108/out 5107/in
+load components/proc.ndr
+ren 5109/out 5108/in
+load components/proc.ndr
+ren 5110/out 5109/in
+load components/proc.ndr
+ren 5111/out 5110/in
+load components/proc.ndr
+ren 5112/out 5111/in
+load components/proc.ndr
+ren 5113/out 5112/in
+load components/proc.ndr
+ren 5114/out 5113/in
+load components/proc.ndr
+ren 5115/out 5114/in
+load components/proc.ndr
+ren 5116/out 5115/in
+load components/proc.ndr
+ren 5117/out 5116/in
+load components/proc.ndr
+ren 5118/out 5117/in
+load components/proc.ndr
+ren 5119/out 5118/in
+load components/proc.ndr
+ren 5120/out 5119/in
+load components/proc.ndr
+ren 5121/out 5120/in
+load components/proc.ndr
+ren 5122/out 5121/in
+load components/proc.ndr
+ren 5123/out 5122/in
+load components/proc.ndr
+ren 5124/out 5123/in
+load components/proc.ndr
+ren 5125/out 5124/in
+load components/proc.ndr
+ren 5126/out 5125/in
+load components/proc.ndr
+ren 5127/out 5126/in
+load components/proc.ndr
+ren 5128/out 5127/in
+load components/proc.ndr
+ren 5129/out 5128/in
+load components/proc.ndr
+ren 5130/out 5129/in
+load components/proc.ndr
+ren 5131/out 5130/in
+load components/proc.ndr
+ren 5132/out 5131/in
+load components/proc.ndr
+ren 5133/out 5132/in
+load components/proc.ndr
+ren 5134/out 5133/in
+load components/proc.ndr
+ren 5135/out 5134/in
+load components/proc.ndr
+ren 5136/out 5135/in
+load components/proc.ndr
+ren 5137/out 5136/in
+load components/proc.ndr
+ren 5138/out 5137/in
+load components/proc.ndr
+ren 5139/out 5138/in
+load components/proc.ndr
+ren 5140/out 5139/in
+load components/proc.ndr
+ren 5141/out 5140/in
+load components/proc.ndr
+ren 5142/out 5141/in
+load components/proc.ndr
+ren 5143/out 5142/in
+load components/proc.ndr
+ren 5144/out 5143/in
+load components/proc.ndr
+ren 5145/out 5144/in
+load components/proc.ndr
+ren 5146/out 5145/in
+load components/proc.ndr
+ren 5147/out 5146/in
+load components/proc.ndr
+ren 5148/out 5147/in
+load components/proc.ndr
+ren 5149/out 5148/in
+load components/proc.ndr
+ren 5150/out 5149/in
+load components/proc.ndr
+ren 5151/out 5150/in
+load components/proc.ndr
+ren 5152/out 5151/in
+load components/proc.ndr
+ren 5153/out 5152/in
+load components/proc.ndr
+ren 5154/out 5153/in
+load components/proc.ndr
+ren 5155/out 5154/in
+load components/proc.ndr
+ren 5156/out 5155/in
+load components/proc.ndr
+ren 5157/out 5156/in
+load components/proc.ndr
+ren 5158/out 5157/in
+load components/proc.ndr
+ren 5159/out 5158/in
+load components/proc.ndr
+ren 5160/out 5159/in
+load components/proc.ndr
+ren 5161/out 5160/in
+load components/proc.ndr
+ren 5162/out 5161/in
+load components/proc.ndr
+ren 5163/out 5162/in
+load components/proc.ndr
+ren 5164/out 5163/in
+load components/proc.ndr
+ren 5165/out 5164/in
+load components/proc.ndr
+ren 5166/out 5165/in
+load components/proc.ndr
+ren 5167/out 5166/in
+load components/proc.ndr
+ren 5168/out 5167/in
+load components/proc.ndr
+ren 5169/out 5168/in
+load components/proc.ndr
+ren 5170/out 5169/in
+load components/proc.ndr
+ren 5171/out 5170/in
+load components/proc.ndr
+ren 5172/out 5171/in
+load components/proc.ndr
+ren 5173/out 5172/in
+load components/proc.ndr
+ren 5174/out 5173/in
+load components/proc.ndr
+ren 5175/out 5174/in
+load components/proc.ndr
+ren 5176/out 5175/in
+load components/proc.ndr
+ren 5177/out 5176/in
+load components/proc.ndr
+ren 5178/out 5177/in
+load components/proc.ndr
+ren 5179/out 5178/in
+load components/proc.ndr
+ren 5180/out 5179/in
+load components/proc.ndr
+ren 5181/out 5180/in
+load components/proc.ndr
+ren 5182/out 5181/in
+load components/proc.ndr
+ren 5183/out 5182/in
+load components/proc.ndr
+ren 5184/out 5183/in
+load components/proc.ndr
+ren 5185/out 5184/in
+load components/proc.ndr
+ren 5186/out 5185/in
+load components/proc.ndr
+ren 5187/out 5186/in
+load components/proc.ndr
+ren 5188/out 5187/in
+load components/proc.ndr
+ren 5189/out 5188/in
+load components/proc.ndr
+ren 5190/out 5189/in
+load components/proc.ndr
+ren 5191/out 5190/in
+load components/proc.ndr
+ren 5192/out 5191/in
+load components/proc.ndr
+ren 5193/out 5192/in
+load components/proc.ndr
+ren 5194/out 5193/in
+load components/proc.ndr
+ren 5195/out 5194/in
+load components/proc.ndr
+ren 5196/out 5195/in
+load components/proc.ndr
+ren 5197/out 5196/in
+load components/proc.ndr
+ren 5198/out 5197/in
+load components/proc.ndr
+ren 5199/out 5198/in
+load components/proc.ndr
+ren 5200/out 5199/in
+load components/proc.ndr
+ren 5201/out 5200/in
+load components/proc.ndr
+ren 5202/out 5201/in
+load components/proc.ndr
+ren 5203/out 5202/in
+load components/proc.ndr
+ren 5204/out 5203/in
+load components/proc.ndr
+ren 5205/out 5204/in
+load components/proc.ndr
+ren 5206/out 5205/in
+load components/proc.ndr
+ren 5207/out 5206/in
+load components/proc.ndr
+ren 5208/out 5207/in
+load components/proc.ndr
+ren 5209/out 5208/in
+load components/proc.ndr
+ren 5210/out 5209/in
+load components/proc.ndr
+ren 5211/out 5210/in
+load components/proc.ndr
+ren 5212/out 5211/in
+load components/proc.ndr
+ren 5213/out 5212/in
+load components/proc.ndr
+ren 5214/out 5213/in
+load components/proc.ndr
+ren 5215/out 5214/in
+load components/proc.ndr
+ren 5216/out 5215/in
+load components/proc.ndr
+ren 5217/out 5216/in
+load components/proc.ndr
+ren 5218/out 5217/in
+load components/proc.ndr
+ren 5219/out 5218/in
+load components/proc.ndr
+ren 5220/out 5219/in
+load components/proc.ndr
+ren 5221/out 5220/in
+load components/proc.ndr
+ren 5222/out 5221/in
+load components/proc.ndr
+ren 5223/out 5222/in
+load components/proc.ndr
+ren 5224/out 5223/in
+load components/proc.ndr
+ren 5225/out 5224/in
+load components/proc.ndr
+ren 5226/out 5225/in
+load components/proc.ndr
+ren 5227/out 5226/in
+load components/proc.ndr
+ren 5228/out 5227/in
+load components/proc.ndr
+ren 5229/out 5228/in
+load components/proc.ndr
+ren 5230/out 5229/in
+load components/proc.ndr
+ren 5231/out 5230/in
+load components/proc.ndr
+ren 5232/out 5231/in
+load components/proc.ndr
+ren 5233/out 5232/in
+load components/proc.ndr
+ren 5234/out 5233/in
+load components/proc.ndr
+ren 5235/out 5234/in
+load components/proc.ndr
+ren 5236/out 5235/in
+load components/proc.ndr
+ren 5237/out 5236/in
+load components/proc.ndr
+ren 5238/out 5237/in
+load components/proc.ndr
+ren 5239/out 5238/in
+load components/proc.ndr
+ren 5240/out 5239/in
+load components/proc.ndr
+ren 5241/out 5240/in
+load components/proc.ndr
+ren 5242/out 5241/in
+load components/proc.ndr
+ren 5243/out 5242/in
+load components/proc.ndr
+ren 5244/out 5243/in
+load components/proc.ndr
+ren 5245/out 5244/in
+load components/proc.ndr
+ren 5246/out 5245/in
+load components/proc.ndr
+ren 5247/out 5246/in
+load components/proc.ndr
+ren 5248/out 5247/in
+load components/proc.ndr
+ren 5249/out 5248/in
+load components/proc.ndr
+ren 5250/out 5249/in
+load components/proc.ndr
+ren 5251/out 5250/in
+load components/proc.ndr
+ren 5252/out 5251/in
+load components/proc.ndr
+ren 5253/out 5252/in
+load components/proc.ndr
+ren 5254/out 5253/in
+load components/proc.ndr
+ren 5255/out 5254/in
+load components/proc.ndr
+ren 5256/out 5255/in
+load components/proc.ndr
+ren 5257/out 5256/in
+load components/proc.ndr
+ren 5258/out 5257/in
+load components/proc.ndr
+ren 5259/out 5258/in
+load components/proc.ndr
+ren 5260/out 5259/in
+load components/proc.ndr
+ren 5261/out 5260/in
+load components/proc.ndr
+ren 5262/out 5261/in
+load components/proc.ndr
+ren 5263/out 5262/in
+load components/proc.ndr
+ren 5264/out 5263/in
+load components/proc.ndr
+ren 5265/out 5264/in
+load components/proc.ndr
+ren 5266/out 5265/in
+load components/proc.ndr
+ren 5267/out 5266/in
+load components/proc.ndr
+ren 5268/out 5267/in
+load components/proc.ndr
+ren 5269/out 5268/in
+load components/proc.ndr
+ren 5270/out 5269/in
+load components/proc.ndr
+ren 5271/out 5270/in
+load components/proc.ndr
+ren 5272/out 5271/in
+load components/proc.ndr
+ren 5273/out 5272/in
+load components/proc.ndr
+ren 5274/out 5273/in
+load components/proc.ndr
+ren 5275/out 5274/in
+load components/proc.ndr
+ren 5276/out 5275/in
+load components/proc.ndr
+ren 5277/out 5276/in
+load components/proc.ndr
+ren 5278/out 5277/in
+load components/proc.ndr
+ren 5279/out 5278/in
+load components/proc.ndr
+ren 5280/out 5279/in
+load components/proc.ndr
+ren 5281/out 5280/in
+load components/proc.ndr
+ren 5282/out 5281/in
+load components/proc.ndr
+ren 5283/out 5282/in
+load components/proc.ndr
+ren 5284/out 5283/in
+load components/proc.ndr
+ren 5285/out 5284/in
+load components/proc.ndr
+ren 5286/out 5285/in
+load components/proc.ndr
+ren 5287/out 5286/in
+load components/proc.ndr
+ren 5288/out 5287/in
+load components/proc.ndr
+ren 5289/out 5288/in
+load components/proc.ndr
+ren 5290/out 5289/in
+load components/proc.ndr
+ren 5291/out 5290/in
+load components/proc.ndr
+ren 5292/out 5291/in
+load components/proc.ndr
+ren 5293/out 5292/in
+load components/proc.ndr
+ren 5294/out 5293/in
+load components/proc.ndr
+ren 5295/out 5294/in
+load components/proc.ndr
+ren 5296/out 5295/in
+load components/proc.ndr
+ren 5297/out 5296/in
+load components/proc.ndr
+ren 5298/out 5297/in
+load components/proc.ndr
+ren 5299/out 5298/in
+load components/proc.ndr
+ren 5300/out 5299/in
+load components/proc.ndr
+ren 5301/out 5300/in
+load components/proc.ndr
+ren 5302/out 5301/in
+load components/proc.ndr
+ren 5303/out 5302/in
+load components/proc.ndr
+ren 5304/out 5303/in
+load components/proc.ndr
+ren 5305/out 5304/in
+load components/proc.ndr
+ren 5306/out 5305/in
+load components/proc.ndr
+ren 5307/out 5306/in
+load components/proc.ndr
+ren 5308/out 5307/in
+load components/proc.ndr
+ren 5309/out 5308/in
+load components/proc.ndr
+ren 5310/out 5309/in
+load components/proc.ndr
+ren 5311/out 5310/in
+load components/proc.ndr
+ren 5312/out 5311/in
+load components/proc.ndr
+ren 5313/out 5312/in
+load components/proc.ndr
+ren 5314/out 5313/in
+load components/proc.ndr
+ren 5315/out 5314/in
+load components/proc.ndr
+ren 5316/out 5315/in
+load components/proc.ndr
+ren 5317/out 5316/in
+load components/proc.ndr
+ren 5318/out 5317/in
+load components/proc.ndr
+ren 5319/out 5318/in
+load components/proc.ndr
+ren 5320/out 5319/in
+load components/proc.ndr
+ren 5321/out 5320/in
+load components/proc.ndr
+ren 5322/out 5321/in
+load components/proc.ndr
+ren 5323/out 5322/in
+load components/proc.ndr
+ren 5324/out 5323/in
+load components/proc.ndr
+ren 5325/out 5324/in
+load components/proc.ndr
+ren 5326/out 5325/in
+load components/proc.ndr
+ren 5327/out 5326/in
+load components/proc.ndr
+ren 5328/out 5327/in
+load components/proc.ndr
+ren 5329/out 5328/in
+load components/proc.ndr
+ren 5330/out 5329/in
+load components/proc.ndr
+ren 5331/out 5330/in
+load components/proc.ndr
+ren 5332/out 5331/in
+load components/proc.ndr
+ren 5333/out 5332/in
+load components/proc.ndr
+ren 5334/out 5333/in
+load components/proc.ndr
+ren 5335/out 5334/in
+load components/proc.ndr
+ren 5336/out 5335/in
+load components/proc.ndr
+ren 5337/out 5336/in
+load components/proc.ndr
+ren 5338/out 5337/in
+load components/proc.ndr
+ren 5339/out 5338/in
+load components/proc.ndr
+ren 5340/out 5339/in
+load components/proc.ndr
+ren 5341/out 5340/in
+load components/proc.ndr
+ren 5342/out 5341/in
+load components/proc.ndr
+ren 5343/out 5342/in
+load components/proc.ndr
+ren 5344/out 5343/in
+load components/proc.ndr
+ren 5345/out 5344/in
+load components/proc.ndr
+ren 5346/out 5345/in
+load components/proc.ndr
+ren 5347/out 5346/in
+load components/proc.ndr
+ren 5348/out 5347/in
+load components/proc.ndr
+ren 5349/out 5348/in
+load components/proc.ndr
+ren 5350/out 5349/in
+load components/proc.ndr
+ren 5351/out 5350/in
+load components/proc.ndr
+ren 5352/out 5351/in
+load components/proc.ndr
+ren 5353/out 5352/in
+load components/proc.ndr
+ren 5354/out 5353/in
+load components/proc.ndr
+ren 5355/out 5354/in
+load components/proc.ndr
+ren 5356/out 5355/in
+load components/proc.ndr
+ren 5357/out 5356/in
+load components/proc.ndr
+ren 5358/out 5357/in
+load components/proc.ndr
+ren 5359/out 5358/in
+load components/proc.ndr
+ren 5360/out 5359/in
+load components/proc.ndr
+ren 5361/out 5360/in
+load components/proc.ndr
+ren 5362/out 5361/in
+load components/proc.ndr
+ren 5363/out 5362/in
+load components/proc.ndr
+ren 5364/out 5363/in
+load components/proc.ndr
+ren 5365/out 5364/in
+load components/proc.ndr
+ren 5366/out 5365/in
+load components/proc.ndr
+ren 5367/out 5366/in
+load components/proc.ndr
+ren 5368/out 5367/in
+load components/proc.ndr
+ren 5369/out 5368/in
+load components/proc.ndr
+ren 5370/out 5369/in
+load components/proc.ndr
+ren 5371/out 5370/in
+load components/proc.ndr
+ren 5372/out 5371/in
+load components/proc.ndr
+ren 5373/out 5372/in
+load components/proc.ndr
+ren 5374/out 5373/in
+load components/proc.ndr
+ren 5375/out 5374/in
+load components/proc.ndr
+ren 5376/out 5375/in
+load components/proc.ndr
+ren 5377/out 5376/in
+load components/proc.ndr
+ren 5378/out 5377/in
+load components/proc.ndr
+ren 5379/out 5378/in
+load components/proc.ndr
+ren 5380/out 5379/in
+load components/proc.ndr
+ren 5381/out 5380/in
+load components/proc.ndr
+ren 5382/out 5381/in
+load components/proc.ndr
+ren 5383/out 5382/in
+load components/proc.ndr
+ren 5384/out 5383/in
+load components/proc.ndr
+ren 5385/out 5384/in
+load components/proc.ndr
+ren 5386/out 5385/in
+load components/proc.ndr
+ren 5387/out 5386/in
+load components/proc.ndr
+ren 5388/out 5387/in
+load components/proc.ndr
+ren 5389/out 5388/in
+load components/proc.ndr
+ren 5390/out 5389/in
+load components/proc.ndr
+ren 5391/out 5390/in
+load components/proc.ndr
+ren 5392/out 5391/in
+load components/proc.ndr
+ren 5393/out 5392/in
+load components/proc.ndr
+ren 5394/out 5393/in
+load components/proc.ndr
+ren 5395/out 5394/in
+load components/proc.ndr
+ren 5396/out 5395/in
+load components/proc.ndr
+ren 5397/out 5396/in
+load components/proc.ndr
+ren 5398/out 5397/in
+load components/proc.ndr
+ren 5399/out 5398/in
+load components/proc.ndr
+ren 5400/out 5399/in
+load components/proc.ndr
+ren 5401/out 5400/in
+load components/proc.ndr
+ren 5402/out 5401/in
+load components/proc.ndr
+ren 5403/out 5402/in
+load components/proc.ndr
+ren 5404/out 5403/in
+load components/proc.ndr
+ren 5405/out 5404/in
+load components/proc.ndr
+ren 5406/out 5405/in
+load components/proc.ndr
+ren 5407/out 5406/in
+load components/proc.ndr
+ren 5408/out 5407/in
+load components/proc.ndr
+ren 5409/out 5408/in
+load components/proc.ndr
+ren 5410/out 5409/in
+load components/proc.ndr
+ren 5411/out 5410/in
+load components/proc.ndr
+ren 5412/out 5411/in
+load components/proc.ndr
+ren 5413/out 5412/in
+load components/proc.ndr
+ren 5414/out 5413/in
+load components/proc.ndr
+ren 5415/out 5414/in
+load components/proc.ndr
+ren 5416/out 5415/in
+load components/proc.ndr
+ren 5417/out 5416/in
+load components/proc.ndr
+ren 5418/out 5417/in
+load components/proc.ndr
+ren 5419/out 5418/in
+load components/proc.ndr
+ren 5420/out 5419/in
+load components/proc.ndr
+ren 5421/out 5420/in
+load components/proc.ndr
+ren 5422/out 5421/in
+load components/proc.ndr
+ren 5423/out 5422/in
+load components/proc.ndr
+ren 5424/out 5423/in
+load components/proc.ndr
+ren 5425/out 5424/in
+load components/proc.ndr
+ren 5426/out 5425/in
+load components/proc.ndr
+ren 5427/out 5426/in
+load components/proc.ndr
+ren 5428/out 5427/in
+load components/proc.ndr
+ren 5429/out 5428/in
+load components/proc.ndr
+ren 5430/out 5429/in
+load components/proc.ndr
+ren 5431/out 5430/in
+load components/proc.ndr
+ren 5432/out 5431/in
+load components/proc.ndr
+ren 5433/out 5432/in
+load components/proc.ndr
+ren 5434/out 5433/in
+load components/proc.ndr
+ren 5435/out 5434/in
+load components/proc.ndr
+ren 5436/out 5435/in
+load components/proc.ndr
+ren 5437/out 5436/in
+load components/proc.ndr
+ren 5438/out 5437/in
+load components/proc.ndr
+ren 5439/out 5438/in
+load components/proc.ndr
+ren 5440/out 5439/in
+load components/proc.ndr
+ren 5441/out 5440/in
+load components/proc.ndr
+ren 5442/out 5441/in
+load components/proc.ndr
+ren 5443/out 5442/in
+load components/proc.ndr
+ren 5444/out 5443/in
+load components/proc.ndr
+ren 5445/out 5444/in
+load components/proc.ndr
+ren 5446/out 5445/in
+load components/proc.ndr
+ren 5447/out 5446/in
+load components/proc.ndr
+ren 5448/out 5447/in
+load components/proc.ndr
+ren 5449/out 5448/in
+load components/proc.ndr
+ren 5450/out 5449/in
+load components/proc.ndr
+ren 5451/out 5450/in
+load components/proc.ndr
+ren 5452/out 5451/in
+load components/proc.ndr
+ren 5453/out 5452/in
+load components/proc.ndr
+ren 5454/out 5453/in
+load components/proc.ndr
+ren 5455/out 5454/in
+load components/proc.ndr
+ren 5456/out 5455/in
+load components/proc.ndr
+ren 5457/out 5456/in
+load components/proc.ndr
+ren 5458/out 5457/in
+load components/proc.ndr
+ren 5459/out 5458/in
+load components/proc.ndr
+ren 5460/out 5459/in
+load components/proc.ndr
+ren 5461/out 5460/in
+load components/proc.ndr
+ren 5462/out 5461/in
+load components/proc.ndr
+ren 5463/out 5462/in
+load components/proc.ndr
+ren 5464/out 5463/in
+load components/proc.ndr
+ren 5465/out 5464/in
+load components/proc.ndr
+ren 5466/out 5465/in
+load components/proc.ndr
+ren 5467/out 5466/in
+load components/proc.ndr
+ren 5468/out 5467/in
+load components/proc.ndr
+ren 5469/out 5468/in
+load components/proc.ndr
+ren 5470/out 5469/in
+load components/proc.ndr
+ren 5471/out 5470/in
+load components/proc.ndr
+ren 5472/out 5471/in
+load components/proc.ndr
+ren 5473/out 5472/in
+load components/proc.ndr
+ren 5474/out 5473/in
+load components/proc.ndr
+ren 5475/out 5474/in
+load components/proc.ndr
+ren 5476/out 5475/in
+load components/proc.ndr
+ren 5477/out 5476/in
+load components/proc.ndr
+ren 5478/out 5477/in
+load components/proc.ndr
+ren 5479/out 5478/in
+load components/proc.ndr
+ren 5480/out 5479/in
+load components/proc.ndr
+ren 5481/out 5480/in
+load components/proc.ndr
+ren 5482/out 5481/in
+load components/proc.ndr
+ren 5483/out 5482/in
+load components/proc.ndr
+ren 5484/out 5483/in
+load components/proc.ndr
+ren 5485/out 5484/in
+load components/proc.ndr
+ren 5486/out 5485/in
+load components/proc.ndr
+ren 5487/out 5486/in
+load components/proc.ndr
+ren 5488/out 5487/in
+load components/proc.ndr
+ren 5489/out 5488/in
+load components/proc.ndr
+ren 5490/out 5489/in
+load components/proc.ndr
+ren 5491/out 5490/in
+load components/proc.ndr
+ren 5492/out 5491/in
+load components/proc.ndr
+ren 5493/out 5492/in
+load components/proc.ndr
+ren 5494/out 5493/in
+load components/proc.ndr
+ren 5495/out 5494/in
+load components/proc.ndr
+ren 5496/out 5495/in
+load components/proc.ndr
+ren 5497/out 5496/in
+load components/proc.ndr
+ren 5498/out 5497/in
+load components/proc.ndr
+ren 5499/out 5498/in
+load components/proc.ndr
+ren 5500/out 5499/in
+load components/proc.ndr
+ren 5501/out 5500/in
+load components/proc.ndr
+ren 5502/out 5501/in
+load components/proc.ndr
+ren 5503/out 5502/in
+load components/proc.ndr
+ren 5504/out 5503/in
+load components/proc.ndr
+ren 5505/out 5504/in
+load components/proc.ndr
+ren 5506/out 5505/in
+load components/proc.ndr
+ren 5507/out 5506/in
+load components/proc.ndr
+ren 5508/out 5507/in
+load components/proc.ndr
+ren 5509/out 5508/in
+load components/proc.ndr
+ren 5510/out 5509/in
+load components/proc.ndr
+ren 5511/out 5510/in
+load components/proc.ndr
+ren 5512/out 5511/in
+load components/proc.ndr
+ren 5513/out 5512/in
+load components/proc.ndr
+ren 5514/out 5513/in
+load components/proc.ndr
+ren 5515/out 5514/in
+load components/proc.ndr
+ren 5516/out 5515/in
+load components/proc.ndr
+ren 5517/out 5516/in
+load components/proc.ndr
+ren 5518/out 5517/in
+load components/proc.ndr
+ren 5519/out 5518/in
+load components/proc.ndr
+ren 5520/out 5519/in
+load components/proc.ndr
+ren 5521/out 5520/in
+load components/proc.ndr
+ren 5522/out 5521/in
+load components/proc.ndr
+ren 5523/out 5522/in
+load components/proc.ndr
+ren 5524/out 5523/in
+load components/proc.ndr
+ren 5525/out 5524/in
+load components/proc.ndr
+ren 5526/out 5525/in
+load components/proc.ndr
+ren 5527/out 5526/in
+load components/proc.ndr
+ren 5528/out 5527/in
+load components/proc.ndr
+ren 5529/out 5528/in
+load components/proc.ndr
+ren 5530/out 5529/in
+load components/proc.ndr
+ren 5531/out 5530/in
+load components/proc.ndr
+ren 5532/out 5531/in
+load components/proc.ndr
+ren 5533/out 5532/in
+load components/proc.ndr
+ren 5534/out 5533/in
+load components/proc.ndr
+ren 5535/out 5534/in
+load components/proc.ndr
+ren 5536/out 5535/in
+load components/proc.ndr
+ren 5537/out 5536/in
+load components/proc.ndr
+ren 5538/out 5537/in
+load components/proc.ndr
+ren 5539/out 5538/in
+load components/proc.ndr
+ren 5540/out 5539/in
+load components/proc.ndr
+ren 5541/out 5540/in
+load components/proc.ndr
+ren 5542/out 5541/in
+load components/proc.ndr
+ren 5543/out 5542/in
+load components/proc.ndr
+ren 5544/out 5543/in
+load components/proc.ndr
+ren 5545/out 5544/in
+load components/proc.ndr
+ren 5546/out 5545/in
+load components/proc.ndr
+ren 5547/out 5546/in
+load components/proc.ndr
+ren 5548/out 5547/in
+load components/proc.ndr
+ren 5549/out 5548/in
+load components/proc.ndr
+ren 5550/out 5549/in
+load components/proc.ndr
+ren 5551/out 5550/in
+load components/proc.ndr
+ren 5552/out 5551/in
+load components/proc.ndr
+ren 5553/out 5552/in
+load components/proc.ndr
+ren 5554/out 5553/in
+load components/proc.ndr
+ren 5555/out 5554/in
+load components/proc.ndr
+ren 5556/out 5555/in
+load components/proc.ndr
+ren 5557/out 5556/in
+load components/proc.ndr
+ren 5558/out 5557/in
+load components/proc.ndr
+ren 5559/out 5558/in
+load components/proc.ndr
+ren 5560/out 5559/in
+load components/proc.ndr
+ren 5561/out 5560/in
+load components/proc.ndr
+ren 5562/out 5561/in
+load components/proc.ndr
+ren 5563/out 5562/in
+load components/proc.ndr
+ren 5564/out 5563/in
+load components/proc.ndr
+ren 5565/out 5564/in
+load components/proc.ndr
+ren 5566/out 5565/in
+load components/proc.ndr
+ren 5567/out 5566/in
+load components/proc.ndr
+ren 5568/out 5567/in
+load components/proc.ndr
+ren 5569/out 5568/in
+load components/proc.ndr
+ren 5570/out 5569/in
+load components/proc.ndr
+ren 5571/out 5570/in
+load components/proc.ndr
+ren 5572/out 5571/in
+load components/proc.ndr
+ren 5573/out 5572/in
+load components/proc.ndr
+ren 5574/out 5573/in
+load components/proc.ndr
+ren 5575/out 5574/in
+load components/proc.ndr
+ren 5576/out 5575/in
+load components/proc.ndr
+ren 5577/out 5576/in
+load components/proc.ndr
+ren 5578/out 5577/in
+load components/proc.ndr
+ren 5579/out 5578/in
+load components/proc.ndr
+ren 5580/out 5579/in
+load components/proc.ndr
+ren 5581/out 5580/in
+load components/proc.ndr
+ren 5582/out 5581/in
+load components/proc.ndr
+ren 5583/out 5582/in
+load components/proc.ndr
+ren 5584/out 5583/in
+load components/proc.ndr
+ren 5585/out 5584/in
+load components/proc.ndr
+ren 5586/out 5585/in
+load components/proc.ndr
+ren 5587/out 5586/in
+load components/proc.ndr
+ren 5588/out 5587/in
+load components/proc.ndr
+ren 5589/out 5588/in
+load components/proc.ndr
+ren 5590/out 5589/in
+load components/proc.ndr
+ren 5591/out 5590/in
+load components/proc.ndr
+ren 5592/out 5591/in
+load components/proc.ndr
+ren 5593/out 5592/in
+load components/proc.ndr
+ren 5594/out 5593/in
+load components/proc.ndr
+ren 5595/out 5594/in
+load components/proc.ndr
+ren 5596/out 5595/in
+load components/proc.ndr
+ren 5597/out 5596/in
+load components/proc.ndr
+ren 5598/out 5597/in
+load components/proc.ndr
+ren 5599/out 5598/in
+load components/proc.ndr
+ren 5600/out 5599/in
+load components/proc.ndr
+ren 5601/out 5600/in
+load components/proc.ndr
+ren 5602/out 5601/in
+load components/proc.ndr
+ren 5603/out 5602/in
+load components/proc.ndr
+ren 5604/out 5603/in
+load components/proc.ndr
+ren 5605/out 5604/in
+load components/proc.ndr
+ren 5606/out 5605/in
+load components/proc.ndr
+ren 5607/out 5606/in
+load components/proc.ndr
+ren 5608/out 5607/in
+load components/proc.ndr
+ren 5609/out 5608/in
+load components/proc.ndr
+ren 5610/out 5609/in
+load components/proc.ndr
+ren 5611/out 5610/in
+load components/proc.ndr
+ren 5612/out 5611/in
+load components/proc.ndr
+ren 5613/out 5612/in
+load components/proc.ndr
+ren 5614/out 5613/in
+load components/proc.ndr
+ren 5615/out 5614/in
+load components/proc.ndr
+ren 5616/out 5615/in
+load components/proc.ndr
+ren 5617/out 5616/in
+load components/proc.ndr
+ren 5618/out 5617/in
+load components/proc.ndr
+ren 5619/out 5618/in
+load components/proc.ndr
+ren 5620/out 5619/in
+load components/proc.ndr
+ren 5621/out 5620/in
+load components/proc.ndr
+ren 5622/out 5621/in
+load components/proc.ndr
+ren 5623/out 5622/in
+load components/proc.ndr
+ren 5624/out 5623/in
+load components/proc.ndr
+ren 5625/out 5624/in
+load components/proc.ndr
+ren 5626/out 5625/in
+load components/proc.ndr
+ren 5627/out 5626/in
+load components/proc.ndr
+ren 5628/out 5627/in
+load components/proc.ndr
+ren 5629/out 5628/in
+load components/proc.ndr
+ren 5630/out 5629/in
+load components/proc.ndr
+ren 5631/out 5630/in
+load components/proc.ndr
+ren 5632/out 5631/in
+load components/proc.ndr
+ren 5633/out 5632/in
+load components/proc.ndr
+ren 5634/out 5633/in
+load components/proc.ndr
+ren 5635/out 5634/in
+load components/proc.ndr
+ren 5636/out 5635/in
+load components/proc.ndr
+ren 5637/out 5636/in
+load components/proc.ndr
+ren 5638/out 5637/in
+load components/proc.ndr
+ren 5639/out 5638/in
+load components/proc.ndr
+ren 5640/out 5639/in
+load components/proc.ndr
+ren 5641/out 5640/in
+load components/proc.ndr
+ren 5642/out 5641/in
+load components/proc.ndr
+ren 5643/out 5642/in
+load components/proc.ndr
+ren 5644/out 5643/in
+load components/proc.ndr
+ren 5645/out 5644/in
+load components/proc.ndr
+ren 5646/out 5645/in
+load components/proc.ndr
+ren 5647/out 5646/in
+load components/proc.ndr
+ren 5648/out 5647/in
+load components/proc.ndr
+ren 5649/out 5648/in
+load components/proc.ndr
+ren 5650/out 5649/in
+load components/proc.ndr
+ren 5651/out 5650/in
+load components/proc.ndr
+ren 5652/out 5651/in
+load components/proc.ndr
+ren 5653/out 5652/in
+load components/proc.ndr
+ren 5654/out 5653/in
+load components/proc.ndr
+ren 5655/out 5654/in
+load components/proc.ndr
+ren 5656/out 5655/in
+load components/proc.ndr
+ren 5657/out 5656/in
+load components/proc.ndr
+ren 5658/out 5657/in
+load components/proc.ndr
+ren 5659/out 5658/in
+load components/proc.ndr
+ren 5660/out 5659/in
+load components/proc.ndr
+ren 5661/out 5660/in
+load components/proc.ndr
+ren 5662/out 5661/in
+load components/proc.ndr
+ren 5663/out 5662/in
+load components/proc.ndr
+ren 5664/out 5663/in
+load components/proc.ndr
+ren 5665/out 5664/in
+load components/proc.ndr
+ren 5666/out 5665/in
+load components/proc.ndr
+ren 5667/out 5666/in
+load components/proc.ndr
+ren 5668/out 5667/in
+load components/proc.ndr
+ren 5669/out 5668/in
+load components/proc.ndr
+ren 5670/out 5669/in
+load components/proc.ndr
+ren 5671/out 5670/in
+load components/proc.ndr
+ren 5672/out 5671/in
+load components/proc.ndr
+ren 5673/out 5672/in
+load components/proc.ndr
+ren 5674/out 5673/in
+load components/proc.ndr
+ren 5675/out 5674/in
+load components/proc.ndr
+ren 5676/out 5675/in
+load components/proc.ndr
+ren 5677/out 5676/in
+load components/proc.ndr
+ren 5678/out 5677/in
+load components/proc.ndr
+ren 5679/out 5678/in
+load components/proc.ndr
+ren 5680/out 5679/in
+load components/proc.ndr
+ren 5681/out 5680/in
+load components/proc.ndr
+ren 5682/out 5681/in
+load components/proc.ndr
+ren 5683/out 5682/in
+load components/proc.ndr
+ren 5684/out 5683/in
+load components/proc.ndr
+ren 5685/out 5684/in
+load components/proc.ndr
+ren 5686/out 5685/in
+load components/proc.ndr
+ren 5687/out 5686/in
+load components/proc.ndr
+ren 5688/out 5687/in
+load components/proc.ndr
+ren 5689/out 5688/in
+load components/proc.ndr
+ren 5690/out 5689/in
+load components/proc.ndr
+ren 5691/out 5690/in
+load components/proc.ndr
+ren 5692/out 5691/in
+load components/proc.ndr
+ren 5693/out 5692/in
+load components/proc.ndr
+ren 5694/out 5693/in
+load components/proc.ndr
+ren 5695/out 5694/in
+load components/proc.ndr
+ren 5696/out 5695/in
+load components/proc.ndr
+ren 5697/out 5696/in
+load components/proc.ndr
+ren 5698/out 5697/in
+load components/proc.ndr
+ren 5699/out 5698/in
+load components/proc.ndr
+ren 5700/out 5699/in
+load components/proc.ndr
+ren 5701/out 5700/in
+load components/proc.ndr
+ren 5702/out 5701/in
+load components/proc.ndr
+ren 5703/out 5702/in
+load components/proc.ndr
+ren 5704/out 5703/in
+load components/proc.ndr
+ren 5705/out 5704/in
+load components/proc.ndr
+ren 5706/out 5705/in
+load components/proc.ndr
+ren 5707/out 5706/in
+load components/proc.ndr
+ren 5708/out 5707/in
+load components/proc.ndr
+ren 5709/out 5708/in
+load components/proc.ndr
+ren 5710/out 5709/in
+load components/proc.ndr
+ren 5711/out 5710/in
+load components/proc.ndr
+ren 5712/out 5711/in
+load components/proc.ndr
+ren 5713/out 5712/in
+load components/proc.ndr
+ren 5714/out 5713/in
+load components/proc.ndr
+ren 5715/out 5714/in
+load components/proc.ndr
+ren 5716/out 5715/in
+load components/proc.ndr
+ren 5717/out 5716/in
+load components/proc.ndr
+ren 5718/out 5717/in
+load components/proc.ndr
+ren 5719/out 5718/in
+load components/proc.ndr
+ren 5720/out 5719/in
+load components/proc.ndr
+ren 5721/out 5720/in
+load components/proc.ndr
+ren 5722/out 5721/in
+load components/proc.ndr
+ren 5723/out 5722/in
+load components/proc.ndr
+ren 5724/out 5723/in
+load components/proc.ndr
+ren 5725/out 5724/in
+load components/proc.ndr
+ren 5726/out 5725/in
+load components/proc.ndr
+ren 5727/out 5726/in
+load components/proc.ndr
+ren 5728/out 5727/in
+load components/proc.ndr
+ren 5729/out 5728/in
+load components/proc.ndr
+ren 5730/out 5729/in
+load components/proc.ndr
+ren 5731/out 5730/in
+load components/proc.ndr
+ren 5732/out 5731/in
+load components/proc.ndr
+ren 5733/out 5732/in
+load components/proc.ndr
+ren 5734/out 5733/in
+load components/proc.ndr
+ren 5735/out 5734/in
+load components/proc.ndr
+ren 5736/out 5735/in
+load components/proc.ndr
+ren 5737/out 5736/in
+load components/proc.ndr
+ren 5738/out 5737/in
+load components/proc.ndr
+ren 5739/out 5738/in
+load components/proc.ndr
+ren 5740/out 5739/in
+load components/proc.ndr
+ren 5741/out 5740/in
+load components/proc.ndr
+ren 5742/out 5741/in
+load components/proc.ndr
+ren 5743/out 5742/in
+load components/proc.ndr
+ren 5744/out 5743/in
+load components/proc.ndr
+ren 5745/out 5744/in
+load components/proc.ndr
+ren 5746/out 5745/in
+load components/proc.ndr
+ren 5747/out 5746/in
+load components/proc.ndr
+ren 5748/out 5747/in
+load components/proc.ndr
+ren 5749/out 5748/in
+load components/proc.ndr
+ren 5750/out 5749/in
+load components/proc.ndr
+ren 5751/out 5750/in
+load components/proc.ndr
+ren 5752/out 5751/in
+load components/proc.ndr
+ren 5753/out 5752/in
+load components/proc.ndr
+ren 5754/out 5753/in
+load components/proc.ndr
+ren 5755/out 5754/in
+load components/proc.ndr
+ren 5756/out 5755/in
+load components/proc.ndr
+ren 5757/out 5756/in
+load components/proc.ndr
+ren 5758/out 5757/in
+load components/proc.ndr
+ren 5759/out 5758/in
+load components/proc.ndr
+ren 5760/out 5759/in
+load components/proc.ndr
+ren 5761/out 5760/in
+load components/proc.ndr
+ren 5762/out 5761/in
+load components/proc.ndr
+ren 5763/out 5762/in
+load components/proc.ndr
+ren 5764/out 5763/in
+load components/proc.ndr
+ren 5765/out 5764/in
+load components/proc.ndr
+ren 5766/out 5765/in
+load components/proc.ndr
+ren 5767/out 5766/in
+load components/proc.ndr
+ren 5768/out 5767/in
+load components/proc.ndr
+ren 5769/out 5768/in
+load components/proc.ndr
+ren 5770/out 5769/in
+load components/proc.ndr
+ren 5771/out 5770/in
+load components/proc.ndr
+ren 5772/out 5771/in
+load components/proc.ndr
+ren 5773/out 5772/in
+load components/proc.ndr
+ren 5774/out 5773/in
+load components/proc.ndr
+ren 5775/out 5774/in
+load components/proc.ndr
+ren 5776/out 5775/in
+load components/proc.ndr
+ren 5777/out 5776/in
+load components/proc.ndr
+ren 5778/out 5777/in
+load components/proc.ndr
+ren 5779/out 5778/in
+load components/proc.ndr
+ren 5780/out 5779/in
+load components/proc.ndr
+ren 5781/out 5780/in
+load components/proc.ndr
+ren 5782/out 5781/in
+load components/proc.ndr
+ren 5783/out 5782/in
+load components/proc.ndr
+ren 5784/out 5783/in
+load components/proc.ndr
+ren 5785/out 5784/in
+load components/proc.ndr
+ren 5786/out 5785/in
+load components/proc.ndr
+ren 5787/out 5786/in
+load components/proc.ndr
+ren 5788/out 5787/in
+load components/proc.ndr
+ren 5789/out 5788/in
+load components/proc.ndr
+ren 5790/out 5789/in
+load components/proc.ndr
+ren 5791/out 5790/in
+load components/proc.ndr
+ren 5792/out 5791/in
+load components/proc.ndr
+ren 5793/out 5792/in
+load components/proc.ndr
+ren 5794/out 5793/in
+load components/proc.ndr
+ren 5795/out 5794/in
+load components/proc.ndr
+ren 5796/out 5795/in
+load components/proc.ndr
+ren 5797/out 5796/in
+load components/proc.ndr
+ren 5798/out 5797/in
+load components/proc.ndr
+ren 5799/out 5798/in
+load components/proc.ndr
+ren 5800/out 5799/in
+load components/proc.ndr
+ren 5801/out 5800/in
+load components/proc.ndr
+ren 5802/out 5801/in
+load components/proc.ndr
+ren 5803/out 5802/in
+load components/proc.ndr
+ren 5804/out 5803/in
+load components/proc.ndr
+ren 5805/out 5804/in
+load components/proc.ndr
+ren 5806/out 5805/in
+load components/proc.ndr
+ren 5807/out 5806/in
+load components/proc.ndr
+ren 5808/out 5807/in
+load components/proc.ndr
+ren 5809/out 5808/in
+load components/proc.ndr
+ren 5810/out 5809/in
+load components/proc.ndr
+ren 5811/out 5810/in
+load components/proc.ndr
+ren 5812/out 5811/in
+load components/proc.ndr
+ren 5813/out 5812/in
+load components/proc.ndr
+ren 5814/out 5813/in
+load components/proc.ndr
+ren 5815/out 5814/in
+load components/proc.ndr
+ren 5816/out 5815/in
+load components/proc.ndr
+ren 5817/out 5816/in
+load components/proc.ndr
+ren 5818/out 5817/in
+load components/proc.ndr
+ren 5819/out 5818/in
+load components/proc.ndr
+ren 5820/out 5819/in
+load components/proc.ndr
+ren 5821/out 5820/in
+load components/proc.ndr
+ren 5822/out 5821/in
+load components/proc.ndr
+ren 5823/out 5822/in
+load components/proc.ndr
+ren 5824/out 5823/in
+load components/proc.ndr
+ren 5825/out 5824/in
+load components/proc.ndr
+ren 5826/out 5825/in
+load components/proc.ndr
+ren 5827/out 5826/in
+load components/proc.ndr
+ren 5828/out 5827/in
+load components/proc.ndr
+ren 5829/out 5828/in
+load components/proc.ndr
+ren 5830/out 5829/in
+load components/proc.ndr
+ren 5831/out 5830/in
+load components/proc.ndr
+ren 5832/out 5831/in
+load components/proc.ndr
+ren 5833/out 5832/in
+load components/proc.ndr
+ren 5834/out 5833/in
+load components/proc.ndr
+ren 5835/out 5834/in
+load components/proc.ndr
+ren 5836/out 5835/in
+load components/proc.ndr
+ren 5837/out 5836/in
+load components/proc.ndr
+ren 5838/out 5837/in
+load components/proc.ndr
+ren 5839/out 5838/in
+load components/proc.ndr
+ren 5840/out 5839/in
+load components/proc.ndr
+ren 5841/out 5840/in
+load components/proc.ndr
+ren 5842/out 5841/in
+load components/proc.ndr
+ren 5843/out 5842/in
+load components/proc.ndr
+ren 5844/out 5843/in
+load components/proc.ndr
+ren 5845/out 5844/in
+load components/proc.ndr
+ren 5846/out 5845/in
+load components/proc.ndr
+ren 5847/out 5846/in
+load components/proc.ndr
+ren 5848/out 5847/in
+load components/proc.ndr
+ren 5849/out 5848/in
+load components/proc.ndr
+ren 5850/out 5849/in
+load components/proc.ndr
+ren 5851/out 5850/in
+load components/proc.ndr
+ren 5852/out 5851/in
+load components/proc.ndr
+ren 5853/out 5852/in
+load components/proc.ndr
+ren 5854/out 5853/in
+load components/proc.ndr
+ren 5855/out 5854/in
+load components/proc.ndr
+ren 5856/out 5855/in
+load components/proc.ndr
+ren 5857/out 5856/in
+load components/proc.ndr
+ren 5858/out 5857/in
+load components/proc.ndr
+ren 5859/out 5858/in
+load components/proc.ndr
+ren 5860/out 5859/in
+load components/proc.ndr
+ren 5861/out 5860/in
+load components/proc.ndr
+ren 5862/out 5861/in
+load components/proc.ndr
+ren 5863/out 5862/in
+load components/proc.ndr
+ren 5864/out 5863/in
+load components/proc.ndr
+ren 5865/out 5864/in
+load components/proc.ndr
+ren 5866/out 5865/in
+load components/proc.ndr
+ren 5867/out 5866/in
+load components/proc.ndr
+ren 5868/out 5867/in
+load components/proc.ndr
+ren 5869/out 5868/in
+load components/proc.ndr
+ren 5870/out 5869/in
+load components/proc.ndr
+ren 5871/out 5870/in
+load components/proc.ndr
+ren 5872/out 5871/in
+load components/proc.ndr
+ren 5873/out 5872/in
+load components/proc.ndr
+ren 5874/out 5873/in
+load components/proc.ndr
+ren 5875/out 5874/in
+load components/proc.ndr
+ren 5876/out 5875/in
+load components/proc.ndr
+ren 5877/out 5876/in
+load components/proc.ndr
+ren 5878/out 5877/in
+load components/proc.ndr
+ren 5879/out 5878/in
+load components/proc.ndr
+ren 5880/out 5879/in
+load components/proc.ndr
+ren 5881/out 5880/in
+load components/proc.ndr
+ren 5882/out 5881/in
+load components/proc.ndr
+ren 5883/out 5882/in
+load components/proc.ndr
+ren 5884/out 5883/in
+load components/proc.ndr
+ren 5885/out 5884/in
+load components/proc.ndr
+ren 5886/out 5885/in
+load components/proc.ndr
+ren 5887/out 5886/in
+load components/proc.ndr
+ren 5888/out 5887/in
+load components/proc.ndr
+ren 5889/out 5888/in
+load components/proc.ndr
+ren 5890/out 5889/in
+load components/proc.ndr
+ren 5891/out 5890/in
+load components/proc.ndr
+ren 5892/out 5891/in
+load components/proc.ndr
+ren 5893/out 5892/in
+load components/proc.ndr
+ren 5894/out 5893/in
+load components/proc.ndr
+ren 5895/out 5894/in
+load components/proc.ndr
+ren 5896/out 5895/in
+load components/proc.ndr
+ren 5897/out 5896/in
+load components/proc.ndr
+ren 5898/out 5897/in
+load components/proc.ndr
+ren 5899/out 5898/in
+load components/proc.ndr
+ren 5900/out 5899/in
+load components/proc.ndr
+ren 5901/out 5900/in
+load components/proc.ndr
+ren 5902/out 5901/in
+load components/proc.ndr
+ren 5903/out 5902/in
+load components/proc.ndr
+ren 5904/out 5903/in
+load components/proc.ndr
+ren 5905/out 5904/in
+load components/proc.ndr
+ren 5906/out 5905/in
+load components/proc.ndr
+ren 5907/out 5906/in
+load components/proc.ndr
+ren 5908/out 5907/in
+load components/proc.ndr
+ren 5909/out 5908/in
+load components/proc.ndr
+ren 5910/out 5909/in
+load components/proc.ndr
+ren 5911/out 5910/in
+load components/proc.ndr
+ren 5912/out 5911/in
+load components/proc.ndr
+ren 5913/out 5912/in
+load components/proc.ndr
+ren 5914/out 5913/in
+load components/proc.ndr
+ren 5915/out 5914/in
+load components/proc.ndr
+ren 5916/out 5915/in
+load components/proc.ndr
+ren 5917/out 5916/in
+load components/proc.ndr
+ren 5918/out 5917/in
+load components/proc.ndr
+ren 5919/out 5918/in
+load components/proc.ndr
+ren 5920/out 5919/in
+load components/proc.ndr
+ren 5921/out 5920/in
+load components/proc.ndr
+ren 5922/out 5921/in
+load components/proc.ndr
+ren 5923/out 5922/in
+load components/proc.ndr
+ren 5924/out 5923/in
+load components/proc.ndr
+ren 5925/out 5924/in
+load components/proc.ndr
+ren 5926/out 5925/in
+load components/proc.ndr
+ren 5927/out 5926/in
+load components/proc.ndr
+ren 5928/out 5927/in
+load components/proc.ndr
+ren 5929/out 5928/in
+load components/proc.ndr
+ren 5930/out 5929/in
+load components/proc.ndr
+ren 5931/out 5930/in
+load components/proc.ndr
+ren 5932/out 5931/in
+load components/proc.ndr
+ren 5933/out 5932/in
+load components/proc.ndr
+ren 5934/out 5933/in
+load components/proc.ndr
+ren 5935/out 5934/in
+load components/proc.ndr
+ren 5936/out 5935/in
+load components/proc.ndr
+ren 5937/out 5936/in
+load components/proc.ndr
+ren 5938/out 5937/in
+load components/proc.ndr
+ren 5939/out 5938/in
+load components/proc.ndr
+ren 5940/out 5939/in
+load components/proc.ndr
+ren 5941/out 5940/in
+load components/proc.ndr
+ren 5942/out 5941/in
+load components/proc.ndr
+ren 5943/out 5942/in
+load components/proc.ndr
+ren 5944/out 5943/in
+load components/proc.ndr
+ren 5945/out 5944/in
+load components/proc.ndr
+ren 5946/out 5945/in
+load components/proc.ndr
+ren 5947/out 5946/in
+load components/proc.ndr
+ren 5948/out 5947/in
+load components/proc.ndr
+ren 5949/out 5948/in
+load components/proc.ndr
+ren 5950/out 5949/in
+load components/proc.ndr
+ren 5951/out 5950/in
+load components/proc.ndr
+ren 5952/out 5951/in
+load components/proc.ndr
+ren 5953/out 5952/in
+load components/proc.ndr
+ren 5954/out 5953/in
+load components/proc.ndr
+ren 5955/out 5954/in
+load components/proc.ndr
+ren 5956/out 5955/in
+load components/proc.ndr
+ren 5957/out 5956/in
+load components/proc.ndr
+ren 5958/out 5957/in
+load components/proc.ndr
+ren 5959/out 5958/in
+load components/proc.ndr
+ren 5960/out 5959/in
+load components/proc.ndr
+ren 5961/out 5960/in
+load components/proc.ndr
+ren 5962/out 5961/in
+load components/proc.ndr
+ren 5963/out 5962/in
+load components/proc.ndr
+ren 5964/out 5963/in
+load components/proc.ndr
+ren 5965/out 5964/in
+load components/proc.ndr
+ren 5966/out 5965/in
+load components/proc.ndr
+ren 5967/out 5966/in
+load components/proc.ndr
+ren 5968/out 5967/in
+load components/proc.ndr
+ren 5969/out 5968/in
+load components/proc.ndr
+ren 5970/out 5969/in
+load components/proc.ndr
+ren 5971/out 5970/in
+load components/proc.ndr
+ren 5972/out 5971/in
+load components/proc.ndr
+ren 5973/out 5972/in
+load components/proc.ndr
+ren 5974/out 5973/in
+load components/proc.ndr
+ren 5975/out 5974/in
+load components/proc.ndr
+ren 5976/out 5975/in
+load components/proc.ndr
+ren 5977/out 5976/in
+load components/proc.ndr
+ren 5978/out 5977/in
+load components/proc.ndr
+ren 5979/out 5978/in
+load components/proc.ndr
+ren 5980/out 5979/in
+load components/proc.ndr
+ren 5981/out 5980/in
+load components/proc.ndr
+ren 5982/out 5981/in
+load components/proc.ndr
+ren 5983/out 5982/in
+load components/proc.ndr
+ren 5984/out 5983/in
+load components/proc.ndr
+ren 5985/out 5984/in
+load components/proc.ndr
+ren 5986/out 5985/in
+load components/proc.ndr
+ren 5987/out 5986/in
+load components/proc.ndr
+ren 5988/out 5987/in
+load components/proc.ndr
+ren 5989/out 5988/in
+load components/proc.ndr
+ren 5990/out 5989/in
+load components/proc.ndr
+ren 5991/out 5990/in
+load components/proc.ndr
+ren 5992/out 5991/in
+load components/proc.ndr
+ren 5993/out 5992/in
+load components/proc.ndr
+ren 5994/out 5993/in
+load components/proc.ndr
+ren 5995/out 5994/in
+load components/proc.ndr
+ren 5996/out 5995/in
+load components/proc.ndr
+ren 5997/out 5996/in
+load components/proc.ndr
+ren 5998/out 5997/in
+load components/proc.ndr
+ren 5999/out 5998/in
+load components/proc.ndr
+ren 6000/out 5999/in
+load components/proc.ndr
+ren 6001/out 6000/in
+load components/proc.ndr
+ren 6002/out 6001/in
+load components/proc.ndr
+ren 6003/out 6002/in
+load components/proc.ndr
+ren 6004/out 6003/in
+load components/proc.ndr
+ren 6005/out 6004/in
+load components/proc.ndr
+ren 6006/out 6005/in
+load components/proc.ndr
+ren 6007/out 6006/in
+load components/proc.ndr
+ren 6008/out 6007/in
+load components/proc.ndr
+ren 6009/out 6008/in
+load components/proc.ndr
+ren 6010/out 6009/in
+load components/proc.ndr
+ren 6011/out 6010/in
+load components/proc.ndr
+ren 6012/out 6011/in
+load components/proc.ndr
+ren 6013/out 6012/in
+load components/proc.ndr
+ren 6014/out 6013/in
+load components/proc.ndr
+ren 6015/out 6014/in
+load components/proc.ndr
+ren 6016/out 6015/in
+load components/proc.ndr
+ren 6017/out 6016/in
+load components/proc.ndr
+ren 6018/out 6017/in
+load components/proc.ndr
+ren 6019/out 6018/in
+load components/proc.ndr
+ren 6020/out 6019/in
+load components/proc.ndr
+ren 6021/out 6020/in
+load components/proc.ndr
+ren 6022/out 6021/in
+load components/proc.ndr
+ren 6023/out 6022/in
+load components/proc.ndr
+ren 6024/out 6023/in
+load components/proc.ndr
+ren 6025/out 6024/in
+load components/proc.ndr
+ren 6026/out 6025/in
+load components/proc.ndr
+ren 6027/out 6026/in
+load components/proc.ndr
+ren 6028/out 6027/in
+load components/proc.ndr
+ren 6029/out 6028/in
+load components/proc.ndr
+ren 6030/out 6029/in
+load components/proc.ndr
+ren 6031/out 6030/in
+load components/proc.ndr
+ren 6032/out 6031/in
+load components/proc.ndr
+ren 6033/out 6032/in
+load components/proc.ndr
+ren 6034/out 6033/in
+load components/proc.ndr
+ren 6035/out 6034/in
+load components/proc.ndr
+ren 6036/out 6035/in
+load components/proc.ndr
+ren 6037/out 6036/in
+load components/proc.ndr
+ren 6038/out 6037/in
+load components/proc.ndr
+ren 6039/out 6038/in
+load components/proc.ndr
+ren 6040/out 6039/in
+load components/proc.ndr
+ren 6041/out 6040/in
+load components/proc.ndr
+ren 6042/out 6041/in
+load components/proc.ndr
+ren 6043/out 6042/in
+load components/proc.ndr
+ren 6044/out 6043/in
+load components/proc.ndr
+ren 6045/out 6044/in
+load components/proc.ndr
+ren 6046/out 6045/in
+load components/proc.ndr
+ren 6047/out 6046/in
+load components/proc.ndr
+ren 6048/out 6047/in
+load components/proc.ndr
+ren 6049/out 6048/in
+load components/proc.ndr
+ren 6050/out 6049/in
+load components/proc.ndr
+ren 6051/out 6050/in
+load components/proc.ndr
+ren 6052/out 6051/in
+load components/proc.ndr
+ren 6053/out 6052/in
+load components/proc.ndr
+ren 6054/out 6053/in
+load components/proc.ndr
+ren 6055/out 6054/in
+load components/proc.ndr
+ren 6056/out 6055/in
+load components/proc.ndr
+ren 6057/out 6056/in
+load components/proc.ndr
+ren 6058/out 6057/in
+load components/proc.ndr
+ren 6059/out 6058/in
+load components/proc.ndr
+ren 6060/out 6059/in
+load components/proc.ndr
+ren 6061/out 6060/in
+load components/proc.ndr
+ren 6062/out 6061/in
+load components/proc.ndr
+ren 6063/out 6062/in
+load components/proc.ndr
+ren 6064/out 6063/in
+load components/proc.ndr
+ren 6065/out 6064/in
+load components/proc.ndr
+ren 6066/out 6065/in
+load components/proc.ndr
+ren 6067/out 6066/in
+load components/proc.ndr
+ren 6068/out 6067/in
+load components/proc.ndr
+ren 6069/out 6068/in
+load components/proc.ndr
+ren 6070/out 6069/in
+load components/proc.ndr
+ren 6071/out 6070/in
+load components/proc.ndr
+ren 6072/out 6071/in
+load components/proc.ndr
+ren 6073/out 6072/in
+load components/proc.ndr
+ren 6074/out 6073/in
+load components/proc.ndr
+ren 6075/out 6074/in
+load components/proc.ndr
+ren 6076/out 6075/in
+load components/proc.ndr
+ren 6077/out 6076/in
+load components/proc.ndr
+ren 6078/out 6077/in
+load components/proc.ndr
+ren 6079/out 6078/in
+load components/proc.ndr
+ren 6080/out 6079/in
+load components/proc.ndr
+ren 6081/out 6080/in
+load components/proc.ndr
+ren 6082/out 6081/in
+load components/proc.ndr
+ren 6083/out 6082/in
+load components/proc.ndr
+ren 6084/out 6083/in
+load components/proc.ndr
+ren 6085/out 6084/in
+load components/proc.ndr
+ren 6086/out 6085/in
+load components/proc.ndr
+ren 6087/out 6086/in
+load components/proc.ndr
+ren 6088/out 6087/in
+load components/proc.ndr
+ren 6089/out 6088/in
+load components/proc.ndr
+ren 6090/out 6089/in
+load components/proc.ndr
+ren 6091/out 6090/in
+load components/proc.ndr
+ren 6092/out 6091/in
+load components/proc.ndr
+ren 6093/out 6092/in
+load components/proc.ndr
+ren 6094/out 6093/in
+load components/proc.ndr
+ren 6095/out 6094/in
+load components/proc.ndr
+ren 6096/out 6095/in
+load components/proc.ndr
+ren 6097/out 6096/in
+load components/proc.ndr
+ren 6098/out 6097/in
+load components/proc.ndr
+ren 6099/out 6098/in
+load components/proc.ndr
+ren 6100/out 6099/in
+load components/proc.ndr
+ren 6101/out 6100/in
+load components/proc.ndr
+ren 6102/out 6101/in
+load components/proc.ndr
+ren 6103/out 6102/in
+load components/proc.ndr
+ren 6104/out 6103/in
+load components/proc.ndr
+ren 6105/out 6104/in
+load components/proc.ndr
+ren 6106/out 6105/in
+load components/proc.ndr
+ren 6107/out 6106/in
+load components/proc.ndr
+ren 6108/out 6107/in
+load components/proc.ndr
+ren 6109/out 6108/in
+load components/proc.ndr
+ren 6110/out 6109/in
+load components/proc.ndr
+ren 6111/out 6110/in
+load components/proc.ndr
+ren 6112/out 6111/in
+load components/proc.ndr
+ren 6113/out 6112/in
+load components/proc.ndr
+ren 6114/out 6113/in
+load components/proc.ndr
+ren 6115/out 6114/in
+load components/proc.ndr
+ren 6116/out 6115/in
+load components/proc.ndr
+ren 6117/out 6116/in
+load components/proc.ndr
+ren 6118/out 6117/in
+load components/proc.ndr
+ren 6119/out 6118/in
+load components/proc.ndr
+ren 6120/out 6119/in
+load components/proc.ndr
+ren 6121/out 6120/in
+load components/proc.ndr
+ren 6122/out 6121/in
+load components/proc.ndr
+ren 6123/out 6122/in
+load components/proc.ndr
+ren 6124/out 6123/in
+load components/proc.ndr
+ren 6125/out 6124/in
+load components/proc.ndr
+ren 6126/out 6125/in
+load components/proc.ndr
+ren 6127/out 6126/in
+load components/proc.ndr
+ren 6128/out 6127/in
+load components/proc.ndr
+ren 6129/out 6128/in
+load components/proc.ndr
+ren 6130/out 6129/in
+load components/proc.ndr
+ren 6131/out 6130/in
+load components/proc.ndr
+ren 6132/out 6131/in
+load components/proc.ndr
+ren 6133/out 6132/in
+load components/proc.ndr
+ren 6134/out 6133/in
+load components/proc.ndr
+ren 6135/out 6134/in
+load components/proc.ndr
+ren 6136/out 6135/in
+load components/proc.ndr
+ren 6137/out 6136/in
+load components/proc.ndr
+ren 6138/out 6137/in
+load components/proc.ndr
+ren 6139/out 6138/in
+load components/proc.ndr
+ren 6140/out 6139/in
+load components/proc.ndr
+ren 6141/out 6140/in
+load components/proc.ndr
+ren 6142/out 6141/in
+load components/proc.ndr
+ren 6143/out 6142/in
+load components/proc.ndr
+ren 6144/out 6143/in
+load components/proc.ndr
+ren 6145/out 6144/in
+load components/proc.ndr
+ren 6146/out 6145/in
+load components/proc.ndr
+ren 6147/out 6146/in
+load components/proc.ndr
+ren 6148/out 6147/in
+load components/proc.ndr
+ren 6149/out 6148/in
+load components/proc.ndr
+ren 6150/out 6149/in
+load components/proc.ndr
+ren 6151/out 6150/in
+load components/proc.ndr
+ren 6152/out 6151/in
+load components/proc.ndr
+ren 6153/out 6152/in
+load components/proc.ndr
+ren 6154/out 6153/in
+load components/proc.ndr
+ren 6155/out 6154/in
+load components/proc.ndr
+ren 6156/out 6155/in
+load components/proc.ndr
+ren 6157/out 6156/in
+load components/proc.ndr
+ren 6158/out 6157/in
+load components/proc.ndr
+ren 6159/out 6158/in
+load components/proc.ndr
+ren 6160/out 6159/in
+load components/proc.ndr
+ren 6161/out 6160/in
+load components/proc.ndr
+ren 6162/out 6161/in
+load components/proc.ndr
+ren 6163/out 6162/in
+load components/proc.ndr
+ren 6164/out 6163/in
+load components/proc.ndr
+ren 6165/out 6164/in
+load components/proc.ndr
+ren 6166/out 6165/in
+load components/proc.ndr
+ren 6167/out 6166/in
+load components/proc.ndr
+ren 6168/out 6167/in
+load components/proc.ndr
+ren 6169/out 6168/in
+load components/proc.ndr
+ren 6170/out 6169/in
+load components/proc.ndr
+ren 6171/out 6170/in
+load components/proc.ndr
+ren 6172/out 6171/in
+load components/proc.ndr
+ren 6173/out 6172/in
+load components/proc.ndr
+ren 6174/out 6173/in
+load components/proc.ndr
+ren 6175/out 6174/in
+load components/proc.ndr
+ren 6176/out 6175/in
+load components/proc.ndr
+ren 6177/out 6176/in
+load components/proc.ndr
+ren 6178/out 6177/in
+load components/proc.ndr
+ren 6179/out 6178/in
+load components/proc.ndr
+ren 6180/out 6179/in
+load components/proc.ndr
+ren 6181/out 6180/in
+load components/proc.ndr
+ren 6182/out 6181/in
+load components/proc.ndr
+ren 6183/out 6182/in
+load components/proc.ndr
+ren 6184/out 6183/in
+load components/proc.ndr
+ren 6185/out 6184/in
+load components/proc.ndr
+ren 6186/out 6185/in
+load components/proc.ndr
+ren 6187/out 6186/in
+load components/proc.ndr
+ren 6188/out 6187/in
+load components/proc.ndr
+ren 6189/out 6188/in
+load components/proc.ndr
+ren 6190/out 6189/in
+load components/proc.ndr
+ren 6191/out 6190/in
+load components/proc.ndr
+ren 6192/out 6191/in
+load components/proc.ndr
+ren 6193/out 6192/in
+load components/proc.ndr
+ren 6194/out 6193/in
+load components/proc.ndr
+ren 6195/out 6194/in
+load components/proc.ndr
+ren 6196/out 6195/in
+load components/proc.ndr
+ren 6197/out 6196/in
+load components/proc.ndr
+ren 6198/out 6197/in
+load components/proc.ndr
+ren 6199/out 6198/in
+load components/proc.ndr
+ren 6200/out 6199/in
+load components/proc.ndr
+ren 6201/out 6200/in
+load components/proc.ndr
+ren 6202/out 6201/in
+load components/proc.ndr
+ren 6203/out 6202/in
+load components/proc.ndr
+ren 6204/out 6203/in
+load components/proc.ndr
+ren 6205/out 6204/in
+load components/proc.ndr
+ren 6206/out 6205/in
+load components/proc.ndr
+ren 6207/out 6206/in
+load components/proc.ndr
+ren 6208/out 6207/in
+load components/proc.ndr
+ren 6209/out 6208/in
+load components/proc.ndr
+ren 6210/out 6209/in
+load components/proc.ndr
+ren 6211/out 6210/in
+load components/proc.ndr
+ren 6212/out 6211/in
+load components/proc.ndr
+ren 6213/out 6212/in
+load components/proc.ndr
+ren 6214/out 6213/in
+load components/proc.ndr
+ren 6215/out 6214/in
+load components/proc.ndr
+ren 6216/out 6215/in
+load components/proc.ndr
+ren 6217/out 6216/in
+load components/proc.ndr
+ren 6218/out 6217/in
+load components/proc.ndr
+ren 6219/out 6218/in
+load components/proc.ndr
+ren 6220/out 6219/in
+load components/proc.ndr
+ren 6221/out 6220/in
+load components/proc.ndr
+ren 6222/out 6221/in
+load components/proc.ndr
+ren 6223/out 6222/in
+load components/proc.ndr
+ren 6224/out 6223/in
+load components/proc.ndr
+ren 6225/out 6224/in
+load components/proc.ndr
+ren 6226/out 6225/in
+load components/proc.ndr
+ren 6227/out 6226/in
+load components/proc.ndr
+ren 6228/out 6227/in
+load components/proc.ndr
+ren 6229/out 6228/in
+load components/proc.ndr
+ren 6230/out 6229/in
+load components/proc.ndr
+ren 6231/out 6230/in
+load components/proc.ndr
+ren 6232/out 6231/in
+load components/proc.ndr
+ren 6233/out 6232/in
+load components/proc.ndr
+ren 6234/out 6233/in
+load components/proc.ndr
+ren 6235/out 6234/in
+load components/proc.ndr
+ren 6236/out 6235/in
+load components/proc.ndr
+ren 6237/out 6236/in
+load components/proc.ndr
+ren 6238/out 6237/in
+load components/proc.ndr
+ren 6239/out 6238/in
+load components/proc.ndr
+ren 6240/out 6239/in
+load components/proc.ndr
+ren 6241/out 6240/in
+load components/proc.ndr
+ren 6242/out 6241/in
+load components/proc.ndr
+ren 6243/out 6242/in
+load components/proc.ndr
+ren 6244/out 6243/in
+load components/proc.ndr
+ren 6245/out 6244/in
+load components/proc.ndr
+ren 6246/out 6245/in
+load components/proc.ndr
+ren 6247/out 6246/in
+load components/proc.ndr
+ren 6248/out 6247/in
+load components/proc.ndr
+ren 6249/out 6248/in
+load components/proc.ndr
+ren 6250/out 6249/in
+load components/proc.ndr
+ren 6251/out 6250/in
+load components/proc.ndr
+ren 6252/out 6251/in
+load components/proc.ndr
+ren 6253/out 6252/in
+load components/proc.ndr
+ren 6254/out 6253/in
+load components/proc.ndr
+ren 6255/out 6254/in
+load components/proc.ndr
+ren 6256/out 6255/in
+load components/proc.ndr
+ren 6257/out 6256/in
+load components/proc.ndr
+ren 6258/out 6257/in
+load components/proc.ndr
+ren 6259/out 6258/in
+load components/proc.ndr
+ren 6260/out 6259/in
+load components/proc.ndr
+ren 6261/out 6260/in
+load components/proc.ndr
+ren 6262/out 6261/in
+load components/proc.ndr
+ren 6263/out 6262/in
+load components/proc.ndr
+ren 6264/out 6263/in
+load components/proc.ndr
+ren 6265/out 6264/in
+load components/proc.ndr
+ren 6266/out 6265/in
+load components/proc.ndr
+ren 6267/out 6266/in
+load components/proc.ndr
+ren 6268/out 6267/in
+load components/proc.ndr
+ren 6269/out 6268/in
+load components/proc.ndr
+ren 6270/out 6269/in
+load components/proc.ndr
+ren 6271/out 6270/in
+load components/proc.ndr
+ren 6272/out 6271/in
+load components/proc.ndr
+ren 6273/out 6272/in
+load components/proc.ndr
+ren 6274/out 6273/in
+load components/proc.ndr
+ren 6275/out 6274/in
+load components/proc.ndr
+ren 6276/out 6275/in
+load components/proc.ndr
+ren 6277/out 6276/in
+load components/proc.ndr
+ren 6278/out 6277/in
+load components/proc.ndr
+ren 6279/out 6278/in
+load components/proc.ndr
+ren 6280/out 6279/in
+load components/proc.ndr
+ren 6281/out 6280/in
+load components/proc.ndr
+ren 6282/out 6281/in
+load components/proc.ndr
+ren 6283/out 6282/in
+load components/proc.ndr
+ren 6284/out 6283/in
+load components/proc.ndr
+ren 6285/out 6284/in
+load components/proc.ndr
+ren 6286/out 6285/in
+load components/proc.ndr
+ren 6287/out 6286/in
+load components/proc.ndr
+ren 6288/out 6287/in
+load components/proc.ndr
+ren 6289/out 6288/in
+load components/proc.ndr
+ren 6290/out 6289/in
+load components/proc.ndr
+ren 6291/out 6290/in
+load components/proc.ndr
+ren 6292/out 6291/in
+load components/proc.ndr
+ren 6293/out 6292/in
+load components/proc.ndr
+ren 6294/out 6293/in
+load components/proc.ndr
+ren 6295/out 6294/in
+load components/proc.ndr
+ren 6296/out 6295/in
+load components/proc.ndr
+ren 6297/out 6296/in
+load components/proc.ndr
+ren 6298/out 6297/in
+load components/proc.ndr
+ren 6299/out 6298/in
+load components/proc.ndr
+ren 6300/out 6299/in
+load components/proc.ndr
+ren 6301/out 6300/in
+load components/proc.ndr
+ren 6302/out 6301/in
+load components/proc.ndr
+ren 6303/out 6302/in
+load components/proc.ndr
+ren 6304/out 6303/in
+load components/proc.ndr
+ren 6305/out 6304/in
+load components/proc.ndr
+ren 6306/out 6305/in
+load components/proc.ndr
+ren 6307/out 6306/in
+load components/proc.ndr
+ren 6308/out 6307/in
+load components/proc.ndr
+ren 6309/out 6308/in
+load components/proc.ndr
+ren 6310/out 6309/in
+load components/proc.ndr
+ren 6311/out 6310/in
+load components/proc.ndr
+ren 6312/out 6311/in
+load components/proc.ndr
+ren 6313/out 6312/in
+load components/proc.ndr
+ren 6314/out 6313/in
+load components/proc.ndr
+ren 6315/out 6314/in
+load components/proc.ndr
+ren 6316/out 6315/in
+load components/proc.ndr
+ren 6317/out 6316/in
+load components/proc.ndr
+ren 6318/out 6317/in
+load components/proc.ndr
+ren 6319/out 6318/in
+load components/proc.ndr
+ren 6320/out 6319/in
+load components/proc.ndr
+ren 6321/out 6320/in
+load components/proc.ndr
+ren 6322/out 6321/in
+load components/proc.ndr
+ren 6323/out 6322/in
+load components/proc.ndr
+ren 6324/out 6323/in
+load components/proc.ndr
+ren 6325/out 6324/in
+load components/proc.ndr
+ren 6326/out 6325/in
+load components/proc.ndr
+ren 6327/out 6326/in
+load components/proc.ndr
+ren 6328/out 6327/in
+load components/proc.ndr
+ren 6329/out 6328/in
+load components/proc.ndr
+ren 6330/out 6329/in
+load components/proc.ndr
+ren 6331/out 6330/in
+load components/proc.ndr
+ren 6332/out 6331/in
+load components/proc.ndr
+ren 6333/out 6332/in
+load components/proc.ndr
+ren 6334/out 6333/in
+load components/proc.ndr
+ren 6335/out 6334/in
+load components/proc.ndr
+ren 6336/out 6335/in
+load components/proc.ndr
+ren 6337/out 6336/in
+load components/proc.ndr
+ren 6338/out 6337/in
+load components/proc.ndr
+ren 6339/out 6338/in
+load components/proc.ndr
+ren 6340/out 6339/in
+load components/proc.ndr
+ren 6341/out 6340/in
+load components/proc.ndr
+ren 6342/out 6341/in
+load components/proc.ndr
+ren 6343/out 6342/in
+load components/proc.ndr
+ren 6344/out 6343/in
+load components/proc.ndr
+ren 6345/out 6344/in
+load components/proc.ndr
+ren 6346/out 6345/in
+load components/proc.ndr
+ren 6347/out 6346/in
+load components/proc.ndr
+ren 6348/out 6347/in
+load components/proc.ndr
+ren 6349/out 6348/in
+load components/proc.ndr
+ren 6350/out 6349/in
+load components/proc.ndr
+ren 6351/out 6350/in
+load components/proc.ndr
+ren 6352/out 6351/in
+load components/proc.ndr
+ren 6353/out 6352/in
+load components/proc.ndr
+ren 6354/out 6353/in
+load components/proc.ndr
+ren 6355/out 6354/in
+load components/proc.ndr
+ren 6356/out 6355/in
+load components/proc.ndr
+ren 6357/out 6356/in
+load components/proc.ndr
+ren 6358/out 6357/in
+load components/proc.ndr
+ren 6359/out 6358/in
+load components/proc.ndr
+ren 6360/out 6359/in
+load components/proc.ndr
+ren 6361/out 6360/in
+load components/proc.ndr
+ren 6362/out 6361/in
+load components/proc.ndr
+ren 6363/out 6362/in
+load components/proc.ndr
+ren 6364/out 6363/in
+load components/proc.ndr
+ren 6365/out 6364/in
+load components/proc.ndr
+ren 6366/out 6365/in
+load components/proc.ndr
+ren 6367/out 6366/in
+load components/proc.ndr
+ren 6368/out 6367/in
+load components/proc.ndr
+ren 6369/out 6368/in
+load components/proc.ndr
+ren 6370/out 6369/in
+load components/proc.ndr
+ren 6371/out 6370/in
+load components/proc.ndr
+ren 6372/out 6371/in
+load components/proc.ndr
+ren 6373/out 6372/in
+load components/proc.ndr
+ren 6374/out 6373/in
+load components/proc.ndr
+ren 6375/out 6374/in
+load components/proc.ndr
+ren 6376/out 6375/in
+load components/proc.ndr
+ren 6377/out 6376/in
+load components/proc.ndr
+ren 6378/out 6377/in
+load components/proc.ndr
+ren 6379/out 6378/in
+load components/proc.ndr
+ren 6380/out 6379/in
+load components/proc.ndr
+ren 6381/out 6380/in
+load components/proc.ndr
+ren 6382/out 6381/in
+load components/proc.ndr
+ren 6383/out 6382/in
+load components/proc.ndr
+ren 6384/out 6383/in
+load components/proc.ndr
+ren 6385/out 6384/in
+load components/proc.ndr
+ren 6386/out 6385/in
+load components/proc.ndr
+ren 6387/out 6386/in
+load components/proc.ndr
+ren 6388/out 6387/in
+load components/proc.ndr
+ren 6389/out 6388/in
+load components/proc.ndr
+ren 6390/out 6389/in
+load components/proc.ndr
+ren 6391/out 6390/in
+load components/proc.ndr
+ren 6392/out 6391/in
+load components/proc.ndr
+ren 6393/out 6392/in
+load components/proc.ndr
+ren 6394/out 6393/in
+load components/proc.ndr
+ren 6395/out 6394/in
+load components/proc.ndr
+ren 6396/out 6395/in
+load components/proc.ndr
+ren 6397/out 6396/in
+load components/proc.ndr
+ren 6398/out 6397/in
+load components/proc.ndr
+ren 6399/out 6398/in
+load components/proc.ndr
+ren 6400/out 6399/in
+load components/proc.ndr
+ren 6401/out 6400/in
+load components/proc.ndr
+ren 6402/out 6401/in
+load components/proc.ndr
+ren 6403/out 6402/in
+load components/proc.ndr
+ren 6404/out 6403/in
+load components/proc.ndr
+ren 6405/out 6404/in
+load components/proc.ndr
+ren 6406/out 6405/in
+load components/proc.ndr
+ren 6407/out 6406/in
+load components/proc.ndr
+ren 6408/out 6407/in
+load components/proc.ndr
+ren 6409/out 6408/in
+load components/proc.ndr
+ren 6410/out 6409/in
+load components/proc.ndr
+ren 6411/out 6410/in
+load components/proc.ndr
+ren 6412/out 6411/in
+load components/proc.ndr
+ren 6413/out 6412/in
+load components/proc.ndr
+ren 6414/out 6413/in
+load components/proc.ndr
+ren 6415/out 6414/in
+load components/proc.ndr
+ren 6416/out 6415/in
+load components/proc.ndr
+ren 6417/out 6416/in
+load components/proc.ndr
+ren 6418/out 6417/in
+load components/proc.ndr
+ren 6419/out 6418/in
+load components/proc.ndr
+ren 6420/out 6419/in
+load components/proc.ndr
+ren 6421/out 6420/in
+load components/proc.ndr
+ren 6422/out 6421/in
+load components/proc.ndr
+ren 6423/out 6422/in
+load components/proc.ndr
+ren 6424/out 6423/in
+load components/proc.ndr
+ren 6425/out 6424/in
+load components/proc.ndr
+ren 6426/out 6425/in
+load components/proc.ndr
+ren 6427/out 6426/in
+load components/proc.ndr
+ren 6428/out 6427/in
+load components/proc.ndr
+ren 6429/out 6428/in
+load components/proc.ndr
+ren 6430/out 6429/in
+load components/proc.ndr
+ren 6431/out 6430/in
+load components/proc.ndr
+ren 6432/out 6431/in
+load components/proc.ndr
+ren 6433/out 6432/in
+load components/proc.ndr
+ren 6434/out 6433/in
+load components/proc.ndr
+ren 6435/out 6434/in
+load components/proc.ndr
+ren 6436/out 6435/in
+load components/proc.ndr
+ren 6437/out 6436/in
+load components/proc.ndr
+ren 6438/out 6437/in
+load components/proc.ndr
+ren 6439/out 6438/in
+load components/proc.ndr
+ren 6440/out 6439/in
+load components/proc.ndr
+ren 6441/out 6440/in
+load components/proc.ndr
+ren 6442/out 6441/in
+load components/proc.ndr
+ren 6443/out 6442/in
+load components/proc.ndr
+ren 6444/out 6443/in
+load components/proc.ndr
+ren 6445/out 6444/in
+load components/proc.ndr
+ren 6446/out 6445/in
+load components/proc.ndr
+ren 6447/out 6446/in
+load components/proc.ndr
+ren 6448/out 6447/in
+load components/proc.ndr
+ren 6449/out 6448/in
+load components/proc.ndr
+ren 6450/out 6449/in
+load components/proc.ndr
+ren 6451/out 6450/in
+load components/proc.ndr
+ren 6452/out 6451/in
+load components/proc.ndr
+ren 6453/out 6452/in
+load components/proc.ndr
+ren 6454/out 6453/in
+load components/proc.ndr
+ren 6455/out 6454/in
+load components/proc.ndr
+ren 6456/out 6455/in
+load components/proc.ndr
+ren 6457/out 6456/in
+load components/proc.ndr
+ren 6458/out 6457/in
+load components/proc.ndr
+ren 6459/out 6458/in
+load components/proc.ndr
+ren 6460/out 6459/in
+load components/proc.ndr
+ren 6461/out 6460/in
+load components/proc.ndr
+ren 6462/out 6461/in
+load components/proc.ndr
+ren 6463/out 6462/in
+load components/proc.ndr
+ren 6464/out 6463/in
+load components/proc.ndr
+ren 6465/out 6464/in
+load components/proc.ndr
+ren 6466/out 6465/in
+load components/proc.ndr
+ren 6467/out 6466/in
+load components/proc.ndr
+ren 6468/out 6467/in
+load components/proc.ndr
+ren 6469/out 6468/in
+load components/proc.ndr
+ren 6470/out 6469/in
+load components/proc.ndr
+ren 6471/out 6470/in
+load components/proc.ndr
+ren 6472/out 6471/in
+load components/proc.ndr
+ren 6473/out 6472/in
+load components/proc.ndr
+ren 6474/out 6473/in
+load components/proc.ndr
+ren 6475/out 6474/in
+load components/proc.ndr
+ren 6476/out 6475/in
+load components/proc.ndr
+ren 6477/out 6476/in
+load components/proc.ndr
+ren 6478/out 6477/in
+load components/proc.ndr
+ren 6479/out 6478/in
+load components/proc.ndr
+ren 6480/out 6479/in
+load components/proc.ndr
+ren 6481/out 6480/in
+load components/proc.ndr
+ren 6482/out 6481/in
+load components/proc.ndr
+ren 6483/out 6482/in
+load components/proc.ndr
+ren 6484/out 6483/in
+load components/proc.ndr
+ren 6485/out 6484/in
+load components/proc.ndr
+ren 6486/out 6485/in
+load components/proc.ndr
+ren 6487/out 6486/in
+load components/proc.ndr
+ren 6488/out 6487/in
+load components/proc.ndr
+ren 6489/out 6488/in
+load components/proc.ndr
+ren 6490/out 6489/in
+load components/proc.ndr
+ren 6491/out 6490/in
+load components/proc.ndr
+ren 6492/out 6491/in
+load components/proc.ndr
+ren 6493/out 6492/in
+load components/proc.ndr
+ren 6494/out 6493/in
+load components/proc.ndr
+ren 6495/out 6494/in
+load components/proc.ndr
+ren 6496/out 6495/in
+load components/proc.ndr
+ren 6497/out 6496/in
+load components/proc.ndr
+ren 6498/out 6497/in
+load components/proc.ndr
+ren 6499/out 6498/in
+load components/proc.ndr
+ren 6500/out 6499/in
+load components/proc.ndr
+ren 6501/out 6500/in
+load components/proc.ndr
+ren 6502/out 6501/in
+load components/proc.ndr
+ren 6503/out 6502/in
+load components/proc.ndr
+ren 6504/out 6503/in
+load components/proc.ndr
+ren 6505/out 6504/in
+load components/proc.ndr
+ren 6506/out 6505/in
+load components/proc.ndr
+ren 6507/out 6506/in
+load components/proc.ndr
+ren 6508/out 6507/in
+load components/proc.ndr
+ren 6509/out 6508/in
+load components/proc.ndr
+ren 6510/out 6509/in
+load components/proc.ndr
+ren 6511/out 6510/in
+load components/proc.ndr
+ren 6512/out 6511/in
+load components/proc.ndr
+ren 6513/out 6512/in
+load components/proc.ndr
+ren 6514/out 6513/in
+load components/proc.ndr
+ren 6515/out 6514/in
+load components/proc.ndr
+ren 6516/out 6515/in
+load components/proc.ndr
+ren 6517/out 6516/in
+load components/proc.ndr
+ren 6518/out 6517/in
+load components/proc.ndr
+ren 6519/out 6518/in
+load components/proc.ndr
+ren 6520/out 6519/in
+load components/proc.ndr
+ren 6521/out 6520/in
+load components/proc.ndr
+ren 6522/out 6521/in
+load components/proc.ndr
+ren 6523/out 6522/in
+load components/proc.ndr
+ren 6524/out 6523/in
+load components/proc.ndr
+ren 6525/out 6524/in
+load components/proc.ndr
+ren 6526/out 6525/in
+load components/proc.ndr
+ren 6527/out 6526/in
+load components/proc.ndr
+ren 6528/out 6527/in
+load components/proc.ndr
+ren 6529/out 6528/in
+load components/proc.ndr
+ren 6530/out 6529/in
+load components/proc.ndr
+ren 6531/out 6530/in
+load components/proc.ndr
+ren 6532/out 6531/in
+load components/proc.ndr
+ren 6533/out 6532/in
+load components/proc.ndr
+ren 6534/out 6533/in
+load components/proc.ndr
+ren 6535/out 6534/in
+load components/proc.ndr
+ren 6536/out 6535/in
+load components/proc.ndr
+ren 6537/out 6536/in
+load components/proc.ndr
+ren 6538/out 6537/in
+load components/proc.ndr
+ren 6539/out 6538/in
+load components/proc.ndr
+ren 6540/out 6539/in
+load components/proc.ndr
+ren 6541/out 6540/in
+load components/proc.ndr
+ren 6542/out 6541/in
+load components/proc.ndr
+ren 6543/out 6542/in
+load components/proc.ndr
+ren 6544/out 6543/in
+load components/proc.ndr
+ren 6545/out 6544/in
+load components/proc.ndr
+ren 6546/out 6545/in
+load components/proc.ndr
+ren 6547/out 6546/in
+load components/proc.ndr
+ren 6548/out 6547/in
+load components/proc.ndr
+ren 6549/out 6548/in
+load components/proc.ndr
+ren 6550/out 6549/in
+load components/proc.ndr
+ren 6551/out 6550/in
+load components/proc.ndr
+ren 6552/out 6551/in
+load components/proc.ndr
+ren 6553/out 6552/in
+load components/proc.ndr
+ren 6554/out 6553/in
+load components/proc.ndr
+ren 6555/out 6554/in
+load components/proc.ndr
+ren 6556/out 6555/in
+load components/proc.ndr
+ren 6557/out 6556/in
+load components/proc.ndr
+ren 6558/out 6557/in
+load components/proc.ndr
+ren 6559/out 6558/in
+load components/proc.ndr
+ren 6560/out 6559/in
+load components/proc.ndr
+ren 6561/out 6560/in
+load components/proc.ndr
+ren 6562/out 6561/in
+load components/proc.ndr
+ren 6563/out 6562/in
+load components/proc.ndr
+ren 6564/out 6563/in
+load components/proc.ndr
+ren 6565/out 6564/in
+load components/proc.ndr
+ren 6566/out 6565/in
+load components/proc.ndr
+ren 6567/out 6566/in
+load components/proc.ndr
+ren 6568/out 6567/in
+load components/proc.ndr
+ren 6569/out 6568/in
+load components/proc.ndr
+ren 6570/out 6569/in
+load components/proc.ndr
+ren 6571/out 6570/in
+load components/proc.ndr
+ren 6572/out 6571/in
+load components/proc.ndr
+ren 6573/out 6572/in
+load components/proc.ndr
+ren 6574/out 6573/in
+load components/proc.ndr
+ren 6575/out 6574/in
+load components/proc.ndr
+ren 6576/out 6575/in
+load components/proc.ndr
+ren 6577/out 6576/in
+load components/proc.ndr
+ren 6578/out 6577/in
+load components/proc.ndr
+ren 6579/out 6578/in
+load components/proc.ndr
+ren 6580/out 6579/in
+load components/proc.ndr
+ren 6581/out 6580/in
+load components/proc.ndr
+ren 6582/out 6581/in
+load components/proc.ndr
+ren 6583/out 6582/in
+load components/proc.ndr
+ren 6584/out 6583/in
+load components/proc.ndr
+ren 6585/out 6584/in
+load components/proc.ndr
+ren 6586/out 6585/in
+load components/proc.ndr
+ren 6587/out 6586/in
+load components/proc.ndr
+ren 6588/out 6587/in
+load components/proc.ndr
+ren 6589/out 6588/in
+load components/proc.ndr
+ren 6590/out 6589/in
+load components/proc.ndr
+ren 6591/out 6590/in
+load components/proc.ndr
+ren 6592/out 6591/in
+load components/proc.ndr
+ren 6593/out 6592/in
+load components/proc.ndr
+ren 6594/out 6593/in
+load components/proc.ndr
+ren 6595/out 6594/in
+load components/proc.ndr
+ren 6596/out 6595/in
+load components/proc.ndr
+ren 6597/out 6596/in
+load components/proc.ndr
+ren 6598/out 6597/in
+load components/proc.ndr
+ren 6599/out 6598/in
+load components/proc.ndr
+ren 6600/out 6599/in
+load components/proc.ndr
+ren 6601/out 6600/in
+load components/proc.ndr
+ren 6602/out 6601/in
+load components/proc.ndr
+ren 6603/out 6602/in
+load components/proc.ndr
+ren 6604/out 6603/in
+load components/proc.ndr
+ren 6605/out 6604/in
+load components/proc.ndr
+ren 6606/out 6605/in
+load components/proc.ndr
+ren 6607/out 6606/in
+load components/proc.ndr
+ren 6608/out 6607/in
+load components/proc.ndr
+ren 6609/out 6608/in
+load components/proc.ndr
+ren 6610/out 6609/in
+load components/proc.ndr
+ren 6611/out 6610/in
+load components/proc.ndr
+ren 6612/out 6611/in
+load components/proc.ndr
+ren 6613/out 6612/in
+load components/proc.ndr
+ren 6614/out 6613/in
+load components/proc.ndr
+ren 6615/out 6614/in
+load components/proc.ndr
+ren 6616/out 6615/in
+load components/proc.ndr
+ren 6617/out 6616/in
+load components/proc.ndr
+ren 6618/out 6617/in
+load components/proc.ndr
+ren 6619/out 6618/in
+load components/proc.ndr
+ren 6620/out 6619/in
+load components/proc.ndr
+ren 6621/out 6620/in
+load components/proc.ndr
+ren 6622/out 6621/in
+load components/proc.ndr
+ren 6623/out 6622/in
+load components/proc.ndr
+ren 6624/out 6623/in
+load components/proc.ndr
+ren 6625/out 6624/in
+load components/proc.ndr
+ren 6626/out 6625/in
+load components/proc.ndr
+ren 6627/out 6626/in
+load components/proc.ndr
+ren 6628/out 6627/in
+load components/proc.ndr
+ren 6629/out 6628/in
+load components/proc.ndr
+ren 6630/out 6629/in
+load components/proc.ndr
+ren 6631/out 6630/in
+load components/proc.ndr
+ren 6632/out 6631/in
+load components/proc.ndr
+ren 6633/out 6632/in
+load components/proc.ndr
+ren 6634/out 6633/in
+load components/proc.ndr
+ren 6635/out 6634/in
+load components/proc.ndr
+ren 6636/out 6635/in
+load components/proc.ndr
+ren 6637/out 6636/in
+load components/proc.ndr
+ren 6638/out 6637/in
+load components/proc.ndr
+ren 6639/out 6638/in
+load components/proc.ndr
+ren 6640/out 6639/in
+load components/proc.ndr
+ren 6641/out 6640/in
+load components/proc.ndr
+ren 6642/out 6641/in
+load components/proc.ndr
+ren 6643/out 6642/in
+load components/proc.ndr
+ren 6644/out 6643/in
+load components/proc.ndr
+ren 6645/out 6644/in
+load components/proc.ndr
+ren 6646/out 6645/in
+load components/proc.ndr
+ren 6647/out 6646/in
+load components/proc.ndr
+ren 6648/out 6647/in
+load components/proc.ndr
+ren 6649/out 6648/in
+load components/proc.ndr
+ren 6650/out 6649/in
+load components/proc.ndr
+ren 6651/out 6650/in
+load components/proc.ndr
+ren 6652/out 6651/in
+load components/proc.ndr
+ren 6653/out 6652/in
+load components/proc.ndr
+ren 6654/out 6653/in
+load components/proc.ndr
+ren 6655/out 6654/in
+load components/proc.ndr
+ren 6656/out 6655/in
+load components/proc.ndr
+ren 6657/out 6656/in
+load components/proc.ndr
+ren 6658/out 6657/in
+load components/proc.ndr
+ren 6659/out 6658/in
+load components/proc.ndr
+ren 6660/out 6659/in
+load components/proc.ndr
+ren 6661/out 6660/in
+load components/proc.ndr
+ren 6662/out 6661/in
+load components/proc.ndr
+ren 6663/out 6662/in
+load components/proc.ndr
+ren 6664/out 6663/in
+load components/proc.ndr
+ren 6665/out 6664/in
+load components/proc.ndr
+ren 6666/out 6665/in
+load components/proc.ndr
+ren 6667/out 6666/in
+load components/proc.ndr
+ren 6668/out 6667/in
+load components/proc.ndr
+ren 6669/out 6668/in
+load components/proc.ndr
+ren 6670/out 6669/in
+load components/proc.ndr
+ren 6671/out 6670/in
+load components/proc.ndr
+ren 6672/out 6671/in
+load components/proc.ndr
+ren 6673/out 6672/in
+load components/proc.ndr
+ren 6674/out 6673/in
+load components/proc.ndr
+ren 6675/out 6674/in
+load components/proc.ndr
+ren 6676/out 6675/in
+load components/proc.ndr
+ren 6677/out 6676/in
+load components/proc.ndr
+ren 6678/out 6677/in
+load components/proc.ndr
+ren 6679/out 6678/in
+load components/proc.ndr
+ren 6680/out 6679/in
+load components/proc.ndr
+ren 6681/out 6680/in
+load components/proc.ndr
+ren 6682/out 6681/in
+load components/proc.ndr
+ren 6683/out 6682/in
+load components/proc.ndr
+ren 6684/out 6683/in
+load components/proc.ndr
+ren 6685/out 6684/in
+load components/proc.ndr
+ren 6686/out 6685/in
+load components/proc.ndr
+ren 6687/out 6686/in
+load components/proc.ndr
+ren 6688/out 6687/in
+load components/proc.ndr
+ren 6689/out 6688/in
+load components/proc.ndr
+ren 6690/out 6689/in
+load components/proc.ndr
+ren 6691/out 6690/in
+load components/proc.ndr
+ren 6692/out 6691/in
+load components/proc.ndr
+ren 6693/out 6692/in
+load components/proc.ndr
+ren 6694/out 6693/in
+load components/proc.ndr
+ren 6695/out 6694/in
+load components/proc.ndr
+ren 6696/out 6695/in
+load components/proc.ndr
+ren 6697/out 6696/in
+load components/proc.ndr
+ren 6698/out 6697/in
+load components/proc.ndr
+ren 6699/out 6698/in
+load components/proc.ndr
+ren 6700/out 6699/in
+load components/proc.ndr
+ren 6701/out 6700/in
+load components/proc.ndr
+ren 6702/out 6701/in
+load components/proc.ndr
+ren 6703/out 6702/in
+load components/proc.ndr
+ren 6704/out 6703/in
+load components/proc.ndr
+ren 6705/out 6704/in
+load components/proc.ndr
+ren 6706/out 6705/in
+load components/proc.ndr
+ren 6707/out 6706/in
+load components/proc.ndr
+ren 6708/out 6707/in
+load components/proc.ndr
+ren 6709/out 6708/in
+load components/proc.ndr
+ren 6710/out 6709/in
+load components/proc.ndr
+ren 6711/out 6710/in
+load components/proc.ndr
+ren 6712/out 6711/in
+load components/proc.ndr
+ren 6713/out 6712/in
+load components/proc.ndr
+ren 6714/out 6713/in
+load components/proc.ndr
+ren 6715/out 6714/in
+load components/proc.ndr
+ren 6716/out 6715/in
+load components/proc.ndr
+ren 6717/out 6716/in
+load components/proc.ndr
+ren 6718/out 6717/in
+load components/proc.ndr
+ren 6719/out 6718/in
+load components/proc.ndr
+ren 6720/out 6719/in
+load components/proc.ndr
+ren 6721/out 6720/in
+load components/proc.ndr
+ren 6722/out 6721/in
+load components/proc.ndr
+ren 6723/out 6722/in
+load components/proc.ndr
+ren 6724/out 6723/in
+load components/proc.ndr
+ren 6725/out 6724/in
+load components/proc.ndr
+ren 6726/out 6725/in
+load components/proc.ndr
+ren 6727/out 6726/in
+load components/proc.ndr
+ren 6728/out 6727/in
+load components/proc.ndr
+ren 6729/out 6728/in
+load components/proc.ndr
+ren 6730/out 6729/in
+load components/proc.ndr
+ren 6731/out 6730/in
+load components/proc.ndr
+ren 6732/out 6731/in
+load components/proc.ndr
+ren 6733/out 6732/in
+load components/proc.ndr
+ren 6734/out 6733/in
+load components/proc.ndr
+ren 6735/out 6734/in
+load components/proc.ndr
+ren 6736/out 6735/in
+load components/proc.ndr
+ren 6737/out 6736/in
+load components/proc.ndr
+ren 6738/out 6737/in
+load components/proc.ndr
+ren 6739/out 6738/in
+load components/proc.ndr
+ren 6740/out 6739/in
+load components/proc.ndr
+ren 6741/out 6740/in
+load components/proc.ndr
+ren 6742/out 6741/in
+load components/proc.ndr
+ren 6743/out 6742/in
+load components/proc.ndr
+ren 6744/out 6743/in
+load components/proc.ndr
+ren 6745/out 6744/in
+load components/proc.ndr
+ren 6746/out 6745/in
+load components/proc.ndr
+ren 6747/out 6746/in
+load components/proc.ndr
+ren 6748/out 6747/in
+load components/proc.ndr
+ren 6749/out 6748/in
+load components/proc.ndr
+ren 6750/out 6749/in
+load components/proc.ndr
+ren 6751/out 6750/in
+load components/proc.ndr
+ren 6752/out 6751/in
+load components/proc.ndr
+ren 6753/out 6752/in
+load components/proc.ndr
+ren 6754/out 6753/in
+load components/proc.ndr
+ren 6755/out 6754/in
+load components/proc.ndr
+ren 6756/out 6755/in
+load components/proc.ndr
+ren 6757/out 6756/in
+load components/proc.ndr
+ren 6758/out 6757/in
+load components/proc.ndr
+ren 6759/out 6758/in
+load components/proc.ndr
+ren 6760/out 6759/in
+load components/proc.ndr
+ren 6761/out 6760/in
+load components/proc.ndr
+ren 6762/out 6761/in
+load components/proc.ndr
+ren 6763/out 6762/in
+load components/proc.ndr
+ren 6764/out 6763/in
+load components/proc.ndr
+ren 6765/out 6764/in
+load components/proc.ndr
+ren 6766/out 6765/in
+load components/proc.ndr
+ren 6767/out 6766/in
+load components/proc.ndr
+ren 6768/out 6767/in
+load components/proc.ndr
+ren 6769/out 6768/in
+load components/proc.ndr
+ren 6770/out 6769/in
+load components/proc.ndr
+ren 6771/out 6770/in
+load components/proc.ndr
+ren 6772/out 6771/in
+load components/proc.ndr
+ren 6773/out 6772/in
+load components/proc.ndr
+ren 6774/out 6773/in
+load components/proc.ndr
+ren 6775/out 6774/in
+load components/proc.ndr
+ren 6776/out 6775/in
+load components/proc.ndr
+ren 6777/out 6776/in
+load components/proc.ndr
+ren 6778/out 6777/in
+load components/proc.ndr
+ren 6779/out 6778/in
+load components/proc.ndr
+ren 6780/out 6779/in
+load components/proc.ndr
+ren 6781/out 6780/in
+load components/proc.ndr
+ren 6782/out 6781/in
+load components/proc.ndr
+ren 6783/out 6782/in
+load components/proc.ndr
+ren 6784/out 6783/in
+load components/proc.ndr
+ren 6785/out 6784/in
+load components/proc.ndr
+ren 6786/out 6785/in
+load components/proc.ndr
+ren 6787/out 6786/in
+load components/proc.ndr
+ren 6788/out 6787/in
+load components/proc.ndr
+ren 6789/out 6788/in
+load components/proc.ndr
+ren 6790/out 6789/in
+load components/proc.ndr
+ren 6791/out 6790/in
+load components/proc.ndr
+ren 6792/out 6791/in
+load components/proc.ndr
+ren 6793/out 6792/in
+load components/proc.ndr
+ren 6794/out 6793/in
+load components/proc.ndr
+ren 6795/out 6794/in
+load components/proc.ndr
+ren 6796/out 6795/in
+load components/proc.ndr
+ren 6797/out 6796/in
+load components/proc.ndr
+ren 6798/out 6797/in
+load components/proc.ndr
+ren 6799/out 6798/in
+load components/proc.ndr
+ren 6800/out 6799/in
+load components/proc.ndr
+ren 6801/out 6800/in
+load components/proc.ndr
+ren 6802/out 6801/in
+load components/proc.ndr
+ren 6803/out 6802/in
+load components/proc.ndr
+ren 6804/out 6803/in
+load components/proc.ndr
+ren 6805/out 6804/in
+load components/proc.ndr
+ren 6806/out 6805/in
+load components/proc.ndr
+ren 6807/out 6806/in
+load components/proc.ndr
+ren 6808/out 6807/in
+load components/proc.ndr
+ren 6809/out 6808/in
+load components/proc.ndr
+ren 6810/out 6809/in
+load components/proc.ndr
+ren 6811/out 6810/in
+load components/proc.ndr
+ren 6812/out 6811/in
+load components/proc.ndr
+ren 6813/out 6812/in
+load components/proc.ndr
+ren 6814/out 6813/in
+load components/proc.ndr
+ren 6815/out 6814/in
+load components/proc.ndr
+ren 6816/out 6815/in
+load components/proc.ndr
+ren 6817/out 6816/in
+load components/proc.ndr
+ren 6818/out 6817/in
+load components/proc.ndr
+ren 6819/out 6818/in
+load components/proc.ndr
+ren 6820/out 6819/in
+load components/proc.ndr
+ren 6821/out 6820/in
+load components/proc.ndr
+ren 6822/out 6821/in
+load components/proc.ndr
+ren 6823/out 6822/in
+load components/proc.ndr
+ren 6824/out 6823/in
+load components/proc.ndr
+ren 6825/out 6824/in
+load components/proc.ndr
+ren 6826/out 6825/in
+load components/proc.ndr
+ren 6827/out 6826/in
+load components/proc.ndr
+ren 6828/out 6827/in
+load components/proc.ndr
+ren 6829/out 6828/in
+load components/proc.ndr
+ren 6830/out 6829/in
+load components/proc.ndr
+ren 6831/out 6830/in
+load components/proc.ndr
+ren 6832/out 6831/in
+load components/proc.ndr
+ren 6833/out 6832/in
+load components/proc.ndr
+ren 6834/out 6833/in
+load components/proc.ndr
+ren 6835/out 6834/in
+load components/proc.ndr
+ren 6836/out 6835/in
+load components/proc.ndr
+ren 6837/out 6836/in
+load components/proc.ndr
+ren 6838/out 6837/in
+load components/proc.ndr
+ren 6839/out 6838/in
+load components/proc.ndr
+ren 6840/out 6839/in
+load components/proc.ndr
+ren 6841/out 6840/in
+load components/proc.ndr
+ren 6842/out 6841/in
+load components/proc.ndr
+ren 6843/out 6842/in
+load components/proc.ndr
+ren 6844/out 6843/in
+load components/proc.ndr
+ren 6845/out 6844/in
+load components/proc.ndr
+ren 6846/out 6845/in
+load components/proc.ndr
+ren 6847/out 6846/in
+load components/proc.ndr
+ren 6848/out 6847/in
+load components/proc.ndr
+ren 6849/out 6848/in
+load components/proc.ndr
+ren 6850/out 6849/in
+load components/proc.ndr
+ren 6851/out 6850/in
+load components/proc.ndr
+ren 6852/out 6851/in
+load components/proc.ndr
+ren 6853/out 6852/in
+load components/proc.ndr
+ren 6854/out 6853/in
+load components/proc.ndr
+ren 6855/out 6854/in
+load components/proc.ndr
+ren 6856/out 6855/in
+load components/proc.ndr
+ren 6857/out 6856/in
+load components/proc.ndr
+ren 6858/out 6857/in
+load components/proc.ndr
+ren 6859/out 6858/in
+load components/proc.ndr
+ren 6860/out 6859/in
+load components/proc.ndr
+ren 6861/out 6860/in
+load components/proc.ndr
+ren 6862/out 6861/in
+load components/proc.ndr
+ren 6863/out 6862/in
+load components/proc.ndr
+ren 6864/out 6863/in
+load components/proc.ndr
+ren 6865/out 6864/in
+load components/proc.ndr
+ren 6866/out 6865/in
+load components/proc.ndr
+ren 6867/out 6866/in
+load components/proc.ndr
+ren 6868/out 6867/in
+load components/proc.ndr
+ren 6869/out 6868/in
+load components/proc.ndr
+ren 6870/out 6869/in
+load components/proc.ndr
+ren 6871/out 6870/in
+load components/proc.ndr
+ren 6872/out 6871/in
+load components/proc.ndr
+ren 6873/out 6872/in
+load components/proc.ndr
+ren 6874/out 6873/in
+load components/proc.ndr
+ren 6875/out 6874/in
+load components/proc.ndr
+ren 6876/out 6875/in
+load components/proc.ndr
+ren 6877/out 6876/in
+load components/proc.ndr
+ren 6878/out 6877/in
+load components/proc.ndr
+ren 6879/out 6878/in
+load components/proc.ndr
+ren 6880/out 6879/in
+load components/proc.ndr
+ren 6881/out 6880/in
+load components/proc.ndr
+ren 6882/out 6881/in
+load components/proc.ndr
+ren 6883/out 6882/in
+load components/proc.ndr
+ren 6884/out 6883/in
+load components/proc.ndr
+ren 6885/out 6884/in
+load components/proc.ndr
+ren 6886/out 6885/in
+load components/proc.ndr
+ren 6887/out 6886/in
+load components/proc.ndr
+ren 6888/out 6887/in
+load components/proc.ndr
+ren 6889/out 6888/in
+load components/proc.ndr
+ren 6890/out 6889/in
+load components/proc.ndr
+ren 6891/out 6890/in
+load components/proc.ndr
+ren 6892/out 6891/in
+load components/proc.ndr
+ren 6893/out 6892/in
+load components/proc.ndr
+ren 6894/out 6893/in
+load components/proc.ndr
+ren 6895/out 6894/in
+load components/proc.ndr
+ren 6896/out 6895/in
+load components/proc.ndr
+ren 6897/out 6896/in
+load components/proc.ndr
+ren 6898/out 6897/in
+load components/proc.ndr
+ren 6899/out 6898/in
+load components/proc.ndr
+ren 6900/out 6899/in
+load components/proc.ndr
+ren 6901/out 6900/in
+load components/proc.ndr
+ren 6902/out 6901/in
+load components/proc.ndr
+ren 6903/out 6902/in
+load components/proc.ndr
+ren 6904/out 6903/in
+load components/proc.ndr
+ren 6905/out 6904/in
+load components/proc.ndr
+ren 6906/out 6905/in
+load components/proc.ndr
+ren 6907/out 6906/in
+load components/proc.ndr
+ren 6908/out 6907/in
+load components/proc.ndr
+ren 6909/out 6908/in
+load components/proc.ndr
+ren 6910/out 6909/in
+load components/proc.ndr
+ren 6911/out 6910/in
+load components/proc.ndr
+ren 6912/out 6911/in
+load components/proc.ndr
+ren 6913/out 6912/in
+load components/proc.ndr
+ren 6914/out 6913/in
+load components/proc.ndr
+ren 6915/out 6914/in
+load components/proc.ndr
+ren 6916/out 6915/in
+load components/proc.ndr
+ren 6917/out 6916/in
+load components/proc.ndr
+ren 6918/out 6917/in
+load components/proc.ndr
+ren 6919/out 6918/in
+load components/proc.ndr
+ren 6920/out 6919/in
+load components/proc.ndr
+ren 6921/out 6920/in
+load components/proc.ndr
+ren 6922/out 6921/in
+load components/proc.ndr
+ren 6923/out 6922/in
+load components/proc.ndr
+ren 6924/out 6923/in
+load components/proc.ndr
+ren 6925/out 6924/in
+load components/proc.ndr
+ren 6926/out 6925/in
+load components/proc.ndr
+ren 6927/out 6926/in
+load components/proc.ndr
+ren 6928/out 6927/in
+load components/proc.ndr
+ren 6929/out 6928/in
+load components/proc.ndr
+ren 6930/out 6929/in
+load components/proc.ndr
+ren 6931/out 6930/in
+load components/proc.ndr
+ren 6932/out 6931/in
+load components/proc.ndr
+ren 6933/out 6932/in
+load components/proc.ndr
+ren 6934/out 6933/in
+load components/proc.ndr
+ren 6935/out 6934/in
+load components/proc.ndr
+ren 6936/out 6935/in
+load components/proc.ndr
+ren 6937/out 6936/in
+load components/proc.ndr
+ren 6938/out 6937/in
+load components/proc.ndr
+ren 6939/out 6938/in
+load components/proc.ndr
+ren 6940/out 6939/in
+load components/proc.ndr
+ren 6941/out 6940/in
+load components/proc.ndr
+ren 6942/out 6941/in
+load components/proc.ndr
+ren 6943/out 6942/in
+load components/proc.ndr
+ren 6944/out 6943/in
+load components/proc.ndr
+ren 6945/out 6944/in
+load components/proc.ndr
+ren 6946/out 6945/in
+load components/proc.ndr
+ren 6947/out 6946/in
+load components/proc.ndr
+ren 6948/out 6947/in
+load components/proc.ndr
+ren 6949/out 6948/in
+load components/proc.ndr
+ren 6950/out 6949/in
+load components/proc.ndr
+ren 6951/out 6950/in
+load components/proc.ndr
+ren 6952/out 6951/in
+load components/proc.ndr
+ren 6953/out 6952/in
+load components/proc.ndr
+ren 6954/out 6953/in
+load components/proc.ndr
+ren 6955/out 6954/in
+load components/proc.ndr
+ren 6956/out 6955/in
+load components/proc.ndr
+ren 6957/out 6956/in
+load components/proc.ndr
+ren 6958/out 6957/in
+load components/proc.ndr
+ren 6959/out 6958/in
+load components/proc.ndr
+ren 6960/out 6959/in
+load components/proc.ndr
+ren 6961/out 6960/in
+load components/proc.ndr
+ren 6962/out 6961/in
+load components/proc.ndr
+ren 6963/out 6962/in
+load components/proc.ndr
+ren 6964/out 6963/in
+load components/proc.ndr
+ren 6965/out 6964/in
+load components/proc.ndr
+ren 6966/out 6965/in
+load components/proc.ndr
+ren 6967/out 6966/in
+load components/proc.ndr
+ren 6968/out 6967/in
+load components/proc.ndr
+ren 6969/out 6968/in
+load components/proc.ndr
+ren 6970/out 6969/in
+load components/proc.ndr
+ren 6971/out 6970/in
+load components/proc.ndr
+ren 6972/out 6971/in
+load components/proc.ndr
+ren 6973/out 6972/in
+load components/proc.ndr
+ren 6974/out 6973/in
+load components/proc.ndr
+ren 6975/out 6974/in
+load components/proc.ndr
+ren 6976/out 6975/in
+load components/proc.ndr
+ren 6977/out 6976/in
+load components/proc.ndr
+ren 6978/out 6977/in
+load components/proc.ndr
+ren 6979/out 6978/in
+load components/proc.ndr
+ren 6980/out 6979/in
+load components/proc.ndr
+ren 6981/out 6980/in
+load components/proc.ndr
+ren 6982/out 6981/in
+load components/proc.ndr
+ren 6983/out 6982/in
+load components/proc.ndr
+ren 6984/out 6983/in
+load components/proc.ndr
+ren 6985/out 6984/in
+load components/proc.ndr
+ren 6986/out 6985/in
+load components/proc.ndr
+ren 6987/out 6986/in
+load components/proc.ndr
+ren 6988/out 6987/in
+load components/proc.ndr
+ren 6989/out 6988/in
+load components/proc.ndr
+ren 6990/out 6989/in
+load components/proc.ndr
+ren 6991/out 6990/in
+load components/proc.ndr
+ren 6992/out 6991/in
+load components/proc.ndr
+ren 6993/out 6992/in
+load components/proc.ndr
+ren 6994/out 6993/in
+load components/proc.ndr
+ren 6995/out 6994/in
+load components/proc.ndr
+ren 6996/out 6995/in
+load components/proc.ndr
+ren 6997/out 6996/in
+load components/proc.ndr
+ren 6998/out 6997/in
+load components/proc.ndr
+ren 6999/out 6998/in
+load components/proc.ndr
+ren 7000/out 6999/in
+load components/proc.ndr
+ren 7001/out 7000/in
+load components/proc.ndr
+ren 7002/out 7001/in
+load components/proc.ndr
+ren 7003/out 7002/in
+load components/proc.ndr
+ren 7004/out 7003/in
+load components/proc.ndr
+ren 7005/out 7004/in
+load components/proc.ndr
+ren 7006/out 7005/in
+load components/proc.ndr
+ren 7007/out 7006/in
+load components/proc.ndr
+ren 7008/out 7007/in
+load components/proc.ndr
+ren 7009/out 7008/in
+load components/proc.ndr
+ren 7010/out 7009/in
+load components/proc.ndr
+ren 7011/out 7010/in
+load components/proc.ndr
+ren 7012/out 7011/in
+load components/proc.ndr
+ren 7013/out 7012/in
+load components/proc.ndr
+ren 7014/out 7013/in
+load components/proc.ndr
+ren 7015/out 7014/in
+load components/proc.ndr
+ren 7016/out 7015/in
+load components/proc.ndr
+ren 7017/out 7016/in
+load components/proc.ndr
+ren 7018/out 7017/in
+load components/proc.ndr
+ren 7019/out 7018/in
+load components/proc.ndr
+ren 7020/out 7019/in
+load components/proc.ndr
+ren 7021/out 7020/in
+load components/proc.ndr
+ren 7022/out 7021/in
+load components/proc.ndr
+ren 7023/out 7022/in
+load components/proc.ndr
+ren 7024/out 7023/in
+load components/proc.ndr
+ren 7025/out 7024/in
+load components/proc.ndr
+ren 7026/out 7025/in
+load components/proc.ndr
+ren 7027/out 7026/in
+load components/proc.ndr
+ren 7028/out 7027/in
+load components/proc.ndr
+ren 7029/out 7028/in
+load components/proc.ndr
+ren 7030/out 7029/in
+load components/proc.ndr
+ren 7031/out 7030/in
+load components/proc.ndr
+ren 7032/out 7031/in
+load components/proc.ndr
+ren 7033/out 7032/in
+load components/proc.ndr
+ren 7034/out 7033/in
+load components/proc.ndr
+ren 7035/out 7034/in
+load components/proc.ndr
+ren 7036/out 7035/in
+load components/proc.ndr
+ren 7037/out 7036/in
+load components/proc.ndr
+ren 7038/out 7037/in
+load components/proc.ndr
+ren 7039/out 7038/in
+load components/proc.ndr
+ren 7040/out 7039/in
+load components/proc.ndr
+ren 7041/out 7040/in
+load components/proc.ndr
+ren 7042/out 7041/in
+load components/proc.ndr
+ren 7043/out 7042/in
+load components/proc.ndr
+ren 7044/out 7043/in
+load components/proc.ndr
+ren 7045/out 7044/in
+load components/proc.ndr
+ren 7046/out 7045/in
+load components/proc.ndr
+ren 7047/out 7046/in
+load components/proc.ndr
+ren 7048/out 7047/in
+load components/proc.ndr
+ren 7049/out 7048/in
+load components/proc.ndr
+ren 7050/out 7049/in
+load components/proc.ndr
+ren 7051/out 7050/in
+load components/proc.ndr
+ren 7052/out 7051/in
+load components/proc.ndr
+ren 7053/out 7052/in
+load components/proc.ndr
+ren 7054/out 7053/in
+load components/proc.ndr
+ren 7055/out 7054/in
+load components/proc.ndr
+ren 7056/out 7055/in
+load components/proc.ndr
+ren 7057/out 7056/in
+load components/proc.ndr
+ren 7058/out 7057/in
+load components/proc.ndr
+ren 7059/out 7058/in
+load components/proc.ndr
+ren 7060/out 7059/in
+load components/proc.ndr
+ren 7061/out 7060/in
+load components/proc.ndr
+ren 7062/out 7061/in
+load components/proc.ndr
+ren 7063/out 7062/in
+load components/proc.ndr
+ren 7064/out 7063/in
+load components/proc.ndr
+ren 7065/out 7064/in
+load components/proc.ndr
+ren 7066/out 7065/in
+load components/proc.ndr
+ren 7067/out 7066/in
+load components/proc.ndr
+ren 7068/out 7067/in
+load components/proc.ndr
+ren 7069/out 7068/in
+load components/proc.ndr
+ren 7070/out 7069/in
+load components/proc.ndr
+ren 7071/out 7070/in
+load components/proc.ndr
+ren 7072/out 7071/in
+load components/proc.ndr
+ren 7073/out 7072/in
+load components/proc.ndr
+ren 7074/out 7073/in
+load components/proc.ndr
+ren 7075/out 7074/in
+load components/proc.ndr
+ren 7076/out 7075/in
+load components/proc.ndr
+ren 7077/out 7076/in
+load components/proc.ndr
+ren 7078/out 7077/in
+load components/proc.ndr
+ren 7079/out 7078/in
+load components/proc.ndr
+ren 7080/out 7079/in
+load components/proc.ndr
+ren 7081/out 7080/in
+load components/proc.ndr
+ren 7082/out 7081/in
+load components/proc.ndr
+ren 7083/out 7082/in
+load components/proc.ndr
+ren 7084/out 7083/in
+load components/proc.ndr
+ren 7085/out 7084/in
+load components/proc.ndr
+ren 7086/out 7085/in
+load components/proc.ndr
+ren 7087/out 7086/in
+load components/proc.ndr
+ren 7088/out 7087/in
+load components/proc.ndr
+ren 7089/out 7088/in
+load components/proc.ndr
+ren 7090/out 7089/in
+load components/proc.ndr
+ren 7091/out 7090/in
+load components/proc.ndr
+ren 7092/out 7091/in
+load components/proc.ndr
+ren 7093/out 7092/in
+load components/proc.ndr
+ren 7094/out 7093/in
+load components/proc.ndr
+ren 7095/out 7094/in
+load components/proc.ndr
+ren 7096/out 7095/in
+load components/proc.ndr
+ren 7097/out 7096/in
+load components/proc.ndr
+ren 7098/out 7097/in
+load components/proc.ndr
+ren 7099/out 7098/in
+load components/proc.ndr
+ren 7100/out 7099/in
+load components/proc.ndr
+ren 7101/out 7100/in
+load components/proc.ndr
+ren 7102/out 7101/in
+load components/proc.ndr
+ren 7103/out 7102/in
+load components/proc.ndr
+ren 7104/out 7103/in
+load components/proc.ndr
+ren 7105/out 7104/in
+load components/proc.ndr
+ren 7106/out 7105/in
+load components/proc.ndr
+ren 7107/out 7106/in
+load components/proc.ndr
+ren 7108/out 7107/in
+load components/proc.ndr
+ren 7109/out 7108/in
+load components/proc.ndr
+ren 7110/out 7109/in
+load components/proc.ndr
+ren 7111/out 7110/in
+load components/proc.ndr
+ren 7112/out 7111/in
+load components/proc.ndr
+ren 7113/out 7112/in
+load components/proc.ndr
+ren 7114/out 7113/in
+load components/proc.ndr
+ren 7115/out 7114/in
+load components/proc.ndr
+ren 7116/out 7115/in
+load components/proc.ndr
+ren 7117/out 7116/in
+load components/proc.ndr
+ren 7118/out 7117/in
+load components/proc.ndr
+ren 7119/out 7118/in
+load components/proc.ndr
+ren 7120/out 7119/in
+load components/proc.ndr
+ren 7121/out 7120/in
+load components/proc.ndr
+ren 7122/out 7121/in
+load components/proc.ndr
+ren 7123/out 7122/in
+load components/proc.ndr
+ren 7124/out 7123/in
+load components/proc.ndr
+ren 7125/out 7124/in
+load components/proc.ndr
+ren 7126/out 7125/in
+load components/proc.ndr
+ren 7127/out 7126/in
+load components/proc.ndr
+ren 7128/out 7127/in
+load components/proc.ndr
+ren 7129/out 7128/in
+load components/proc.ndr
+ren 7130/out 7129/in
+load components/proc.ndr
+ren 7131/out 7130/in
+load components/proc.ndr
+ren 7132/out 7131/in
+load components/proc.ndr
+ren 7133/out 7132/in
+load components/proc.ndr
+ren 7134/out 7133/in
+load components/proc.ndr
+ren 7135/out 7134/in
+load components/proc.ndr
+ren 7136/out 7135/in
+load components/proc.ndr
+ren 7137/out 7136/in
+load components/proc.ndr
+ren 7138/out 7137/in
+load components/proc.ndr
+ren 7139/out 7138/in
+load components/proc.ndr
+ren 7140/out 7139/in
+load components/proc.ndr
+ren 7141/out 7140/in
+load components/proc.ndr
+ren 7142/out 7141/in
+load components/proc.ndr
+ren 7143/out 7142/in
+load components/proc.ndr
+ren 7144/out 7143/in
+load components/proc.ndr
+ren 7145/out 7144/in
+load components/proc.ndr
+ren 7146/out 7145/in
+load components/proc.ndr
+ren 7147/out 7146/in
+load components/proc.ndr
+ren 7148/out 7147/in
+load components/proc.ndr
+ren 7149/out 7148/in
+load components/proc.ndr
+ren 7150/out 7149/in
+load components/proc.ndr
+ren 7151/out 7150/in
+load components/proc.ndr
+ren 7152/out 7151/in
+load components/proc.ndr
+ren 7153/out 7152/in
+load components/proc.ndr
+ren 7154/out 7153/in
+load components/proc.ndr
+ren 7155/out 7154/in
+load components/proc.ndr
+ren 7156/out 7155/in
+load components/proc.ndr
+ren 7157/out 7156/in
+load components/proc.ndr
+ren 7158/out 7157/in
+load components/proc.ndr
+ren 7159/out 7158/in
+load components/proc.ndr
+ren 7160/out 7159/in
+load components/proc.ndr
+ren 7161/out 7160/in
+load components/proc.ndr
+ren 7162/out 7161/in
+load components/proc.ndr
+ren 7163/out 7162/in
+load components/proc.ndr
+ren 7164/out 7163/in
+load components/proc.ndr
+ren 7165/out 7164/in
+load components/proc.ndr
+ren 7166/out 7165/in
+load components/proc.ndr
+ren 7167/out 7166/in
+load components/proc.ndr
+ren 7168/out 7167/in
+load components/proc.ndr
+ren 7169/out 7168/in
+load components/proc.ndr
+ren 7170/out 7169/in
+load components/proc.ndr
+ren 7171/out 7170/in
+load components/proc.ndr
+ren 7172/out 7171/in
+load components/proc.ndr
+ren 7173/out 7172/in
+load components/proc.ndr
+ren 7174/out 7173/in
+load components/proc.ndr
+ren 7175/out 7174/in
+load components/proc.ndr
+ren 7176/out 7175/in
+load components/proc.ndr
+ren 7177/out 7176/in
+load components/proc.ndr
+ren 7178/out 7177/in
+load components/proc.ndr
+ren 7179/out 7178/in
+load components/proc.ndr
+ren 7180/out 7179/in
+load components/proc.ndr
+ren 7181/out 7180/in
+load components/proc.ndr
+ren 7182/out 7181/in
+load components/proc.ndr
+ren 7183/out 7182/in
+load components/proc.ndr
+ren 7184/out 7183/in
+load components/proc.ndr
+ren 7185/out 7184/in
+load components/proc.ndr
+ren 7186/out 7185/in
+load components/proc.ndr
+ren 7187/out 7186/in
+load components/proc.ndr
+ren 7188/out 7187/in
+load components/proc.ndr
+ren 7189/out 7188/in
+load components/proc.ndr
+ren 7190/out 7189/in
+load components/proc.ndr
+ren 7191/out 7190/in
+load components/proc.ndr
+ren 7192/out 7191/in
+load components/proc.ndr
+ren 7193/out 7192/in
+load components/proc.ndr
+ren 7194/out 7193/in
+load components/proc.ndr
+ren 7195/out 7194/in
+load components/proc.ndr
+ren 7196/out 7195/in
+load components/proc.ndr
+ren 7197/out 7196/in
+load components/proc.ndr
+ren 7198/out 7197/in
+load components/proc.ndr
+ren 7199/out 7198/in
+load components/proc.ndr
+ren 7200/out 7199/in
+load components/proc.ndr
+ren 7201/out 7200/in
+load components/proc.ndr
+ren 7202/out 7201/in
+load components/proc.ndr
+ren 7203/out 7202/in
+load components/proc.ndr
+ren 7204/out 7203/in
+load components/proc.ndr
+ren 7205/out 7204/in
+load components/proc.ndr
+ren 7206/out 7205/in
+load components/proc.ndr
+ren 7207/out 7206/in
+load components/proc.ndr
+ren 7208/out 7207/in
+load components/proc.ndr
+ren 7209/out 7208/in
+load components/proc.ndr
+ren 7210/out 7209/in
+load components/proc.ndr
+ren 7211/out 7210/in
+load components/proc.ndr
+ren 7212/out 7211/in
+load components/proc.ndr
+ren 7213/out 7212/in
+load components/proc.ndr
+ren 7214/out 7213/in
+load components/proc.ndr
+ren 7215/out 7214/in
+load components/proc.ndr
+ren 7216/out 7215/in
+load components/proc.ndr
+ren 7217/out 7216/in
+load components/proc.ndr
+ren 7218/out 7217/in
+load components/proc.ndr
+ren 7219/out 7218/in
+load components/proc.ndr
+ren 7220/out 7219/in
+load components/proc.ndr
+ren 7221/out 7220/in
+load components/proc.ndr
+ren 7222/out 7221/in
+load components/proc.ndr
+ren 7223/out 7222/in
+load components/proc.ndr
+ren 7224/out 7223/in
+load components/proc.ndr
+ren 7225/out 7224/in
+load components/proc.ndr
+ren 7226/out 7225/in
+load components/proc.ndr
+ren 7227/out 7226/in
+load components/proc.ndr
+ren 7228/out 7227/in
+load components/proc.ndr
+ren 7229/out 7228/in
+load components/proc.ndr
+ren 7230/out 7229/in
+load components/proc.ndr
+ren 7231/out 7230/in
+load components/proc.ndr
+ren 7232/out 7231/in
+load components/proc.ndr
+ren 7233/out 7232/in
+load components/proc.ndr
+ren 7234/out 7233/in
+load components/proc.ndr
+ren 7235/out 7234/in
+load components/proc.ndr
+ren 7236/out 7235/in
+load components/proc.ndr
+ren 7237/out 7236/in
+load components/proc.ndr
+ren 7238/out 7237/in
+load components/proc.ndr
+ren 7239/out 7238/in
+load components/proc.ndr
+ren 7240/out 7239/in
+load components/proc.ndr
+ren 7241/out 7240/in
+load components/proc.ndr
+ren 7242/out 7241/in
+load components/proc.ndr
+ren 7243/out 7242/in
+load components/proc.ndr
+ren 7244/out 7243/in
+load components/proc.ndr
+ren 7245/out 7244/in
+load components/proc.ndr
+ren 7246/out 7245/in
+load components/proc.ndr
+ren 7247/out 7246/in
+load components/proc.ndr
+ren 7248/out 7247/in
+load components/proc.ndr
+ren 7249/out 7248/in
+load components/proc.ndr
+ren 7250/out 7249/in
+load components/proc.ndr
+ren 7251/out 7250/in
+load components/proc.ndr
+ren 7252/out 7251/in
+load components/proc.ndr
+ren 7253/out 7252/in
+load components/proc.ndr
+ren 7254/out 7253/in
+load components/proc.ndr
+ren 7255/out 7254/in
+load components/proc.ndr
+ren 7256/out 7255/in
+load components/proc.ndr
+ren 7257/out 7256/in
+load components/proc.ndr
+ren 7258/out 7257/in
+load components/proc.ndr
+ren 7259/out 7258/in
+load components/proc.ndr
+ren 7260/out 7259/in
+load components/proc.ndr
+ren 7261/out 7260/in
+load components/proc.ndr
+ren 7262/out 7261/in
+load components/proc.ndr
+ren 7263/out 7262/in
+load components/proc.ndr
+ren 7264/out 7263/in
+load components/proc.ndr
+ren 7265/out 7264/in
+load components/proc.ndr
+ren 7266/out 7265/in
+load components/proc.ndr
+ren 7267/out 7266/in
+load components/proc.ndr
+ren 7268/out 7267/in
+load components/proc.ndr
+ren 7269/out 7268/in
+load components/proc.ndr
+ren 7270/out 7269/in
+load components/proc.ndr
+ren 7271/out 7270/in
+load components/proc.ndr
+ren 7272/out 7271/in
+load components/proc.ndr
+ren 7273/out 7272/in
+load components/proc.ndr
+ren 7274/out 7273/in
+load components/proc.ndr
+ren 7275/out 7274/in
+load components/proc.ndr
+ren 7276/out 7275/in
+load components/proc.ndr
+ren 7277/out 7276/in
+load components/proc.ndr
+ren 7278/out 7277/in
+load components/proc.ndr
+ren 7279/out 7278/in
+load components/proc.ndr
+ren 7280/out 7279/in
+load components/proc.ndr
+ren 7281/out 7280/in
+load components/proc.ndr
+ren 7282/out 7281/in
+load components/proc.ndr
+ren 7283/out 7282/in
+load components/proc.ndr
+ren 7284/out 7283/in
+load components/proc.ndr
+ren 7285/out 7284/in
+load components/proc.ndr
+ren 7286/out 7285/in
+load components/proc.ndr
+ren 7287/out 7286/in
+load components/proc.ndr
+ren 7288/out 7287/in
+load components/proc.ndr
+ren 7289/out 7288/in
+load components/proc.ndr
+ren 7290/out 7289/in
+load components/proc.ndr
+ren 7291/out 7290/in
+load components/proc.ndr
+ren 7292/out 7291/in
+load components/proc.ndr
+ren 7293/out 7292/in
+load components/proc.ndr
+ren 7294/out 7293/in
+load components/proc.ndr
+ren 7295/out 7294/in
+load components/proc.ndr
+ren 7296/out 7295/in
+load components/proc.ndr
+ren 7297/out 7296/in
+load components/proc.ndr
+ren 7298/out 7297/in
+load components/proc.ndr
+ren 7299/out 7298/in
+load components/proc.ndr
+ren 7300/out 7299/in
+load components/proc.ndr
+ren 7301/out 7300/in
+load components/proc.ndr
+ren 7302/out 7301/in
+load components/proc.ndr
+ren 7303/out 7302/in
+load components/proc.ndr
+ren 7304/out 7303/in
+load components/proc.ndr
+ren 7305/out 7304/in
+load components/proc.ndr
+ren 7306/out 7305/in
+load components/proc.ndr
+ren 7307/out 7306/in
+load components/proc.ndr
+ren 7308/out 7307/in
+load components/proc.ndr
+ren 7309/out 7308/in
+load components/proc.ndr
+ren 7310/out 7309/in
+load components/proc.ndr
+ren 7311/out 7310/in
+load components/proc.ndr
+ren 7312/out 7311/in
+load components/proc.ndr
+ren 7313/out 7312/in
+load components/proc.ndr
+ren 7314/out 7313/in
+load components/proc.ndr
+ren 7315/out 7314/in
+load components/proc.ndr
+ren 7316/out 7315/in
+load components/proc.ndr
+ren 7317/out 7316/in
+load components/proc.ndr
+ren 7318/out 7317/in
+load components/proc.ndr
+ren 7319/out 7318/in
+load components/proc.ndr
+ren 7320/out 7319/in
+load components/proc.ndr
+ren 7321/out 7320/in
+load components/proc.ndr
+ren 7322/out 7321/in
+load components/proc.ndr
+ren 7323/out 7322/in
+load components/proc.ndr
+ren 7324/out 7323/in
+load components/proc.ndr
+ren 7325/out 7324/in
+load components/proc.ndr
+ren 7326/out 7325/in
+load components/proc.ndr
+ren 7327/out 7326/in
+load components/proc.ndr
+ren 7328/out 7327/in
+load components/proc.ndr
+ren 7329/out 7328/in
+load components/proc.ndr
+ren 7330/out 7329/in
+load components/proc.ndr
+ren 7331/out 7330/in
+load components/proc.ndr
+ren 7332/out 7331/in
+load components/proc.ndr
+ren 7333/out 7332/in
+load components/proc.ndr
+ren 7334/out 7333/in
+load components/proc.ndr
+ren 7335/out 7334/in
+load components/proc.ndr
+ren 7336/out 7335/in
+load components/proc.ndr
+ren 7337/out 7336/in
+load components/proc.ndr
+ren 7338/out 7337/in
+load components/proc.ndr
+ren 7339/out 7338/in
+load components/proc.ndr
+ren 7340/out 7339/in
+load components/proc.ndr
+ren 7341/out 7340/in
+load components/proc.ndr
+ren 7342/out 7341/in
+load components/proc.ndr
+ren 7343/out 7342/in
+load components/proc.ndr
+ren 7344/out 7343/in
+load components/proc.ndr
+ren 7345/out 7344/in
+load components/proc.ndr
+ren 7346/out 7345/in
+load components/proc.ndr
+ren 7347/out 7346/in
+load components/proc.ndr
+ren 7348/out 7347/in
+load components/proc.ndr
+ren 7349/out 7348/in
+load components/proc.ndr
+ren 7350/out 7349/in
+load components/proc.ndr
+ren 7351/out 7350/in
+load components/proc.ndr
+ren 7352/out 7351/in
+load components/proc.ndr
+ren 7353/out 7352/in
+load components/proc.ndr
+ren 7354/out 7353/in
+load components/proc.ndr
+ren 7355/out 7354/in
+load components/proc.ndr
+ren 7356/out 7355/in
+load components/proc.ndr
+ren 7357/out 7356/in
+load components/proc.ndr
+ren 7358/out 7357/in
+load components/proc.ndr
+ren 7359/out 7358/in
+load components/proc.ndr
+ren 7360/out 7359/in
+load components/proc.ndr
+ren 7361/out 7360/in
+load components/proc.ndr
+ren 7362/out 7361/in
+load components/proc.ndr
+ren 7363/out 7362/in
+load components/proc.ndr
+ren 7364/out 7363/in
+load components/proc.ndr
+ren 7365/out 7364/in
+load components/proc.ndr
+ren 7366/out 7365/in
+load components/proc.ndr
+ren 7367/out 7366/in
+load components/proc.ndr
+ren 7368/out 7367/in
+load components/proc.ndr
+ren 7369/out 7368/in
+load components/proc.ndr
+ren 7370/out 7369/in
+load components/proc.ndr
+ren 7371/out 7370/in
+load components/proc.ndr
+ren 7372/out 7371/in
+load components/proc.ndr
+ren 7373/out 7372/in
+load components/proc.ndr
+ren 7374/out 7373/in
+load components/proc.ndr
+ren 7375/out 7374/in
+load components/proc.ndr
+ren 7376/out 7375/in
+load components/proc.ndr
+ren 7377/out 7376/in
+load components/proc.ndr
+ren 7378/out 7377/in
+load components/proc.ndr
+ren 7379/out 7378/in
+load components/proc.ndr
+ren 7380/out 7379/in
+load components/proc.ndr
+ren 7381/out 7380/in
+load components/proc.ndr
+ren 7382/out 7381/in
+load components/proc.ndr
+ren 7383/out 7382/in
+load components/proc.ndr
+ren 7384/out 7383/in
+load components/proc.ndr
+ren 7385/out 7384/in
+load components/proc.ndr
+ren 7386/out 7385/in
+load components/proc.ndr
+ren 7387/out 7386/in
+load components/proc.ndr
+ren 7388/out 7387/in
+load components/proc.ndr
+ren 7389/out 7388/in
+load components/proc.ndr
+ren 7390/out 7389/in
+load components/proc.ndr
+ren 7391/out 7390/in
+load components/proc.ndr
+ren 7392/out 7391/in
+load components/proc.ndr
+ren 7393/out 7392/in
+load components/proc.ndr
+ren 7394/out 7393/in
+load components/proc.ndr
+ren 7395/out 7394/in
+load components/proc.ndr
+ren 7396/out 7395/in
+load components/proc.ndr
+ren 7397/out 7396/in
+load components/proc.ndr
+ren 7398/out 7397/in
+load components/proc.ndr
+ren 7399/out 7398/in
+load components/proc.ndr
+ren 7400/out 7399/in
+load components/proc.ndr
+ren 7401/out 7400/in
+load components/proc.ndr
+ren 7402/out 7401/in
+load components/proc.ndr
+ren 7403/out 7402/in
+load components/proc.ndr
+ren 7404/out 7403/in
+load components/proc.ndr
+ren 7405/out 7404/in
+load components/proc.ndr
+ren 7406/out 7405/in
+load components/proc.ndr
+ren 7407/out 7406/in
+load components/proc.ndr
+ren 7408/out 7407/in
+load components/proc.ndr
+ren 7409/out 7408/in
+load components/proc.ndr
+ren 7410/out 7409/in
+load components/proc.ndr
+ren 7411/out 7410/in
+load components/proc.ndr
+ren 7412/out 7411/in
+load components/proc.ndr
+ren 7413/out 7412/in
+load components/proc.ndr
+ren 7414/out 7413/in
+load components/proc.ndr
+ren 7415/out 7414/in
+load components/proc.ndr
+ren 7416/out 7415/in
+load components/proc.ndr
+ren 7417/out 7416/in
+load components/proc.ndr
+ren 7418/out 7417/in
+load components/proc.ndr
+ren 7419/out 7418/in
+load components/proc.ndr
+ren 7420/out 7419/in
+load components/proc.ndr
+ren 7421/out 7420/in
+load components/proc.ndr
+ren 7422/out 7421/in
+load components/proc.ndr
+ren 7423/out 7422/in
+load components/proc.ndr
+ren 7424/out 7423/in
+load components/proc.ndr
+ren 7425/out 7424/in
+load components/proc.ndr
+ren 7426/out 7425/in
+load components/proc.ndr
+ren 7427/out 7426/in
+load components/proc.ndr
+ren 7428/out 7427/in
+load components/proc.ndr
+ren 7429/out 7428/in
+load components/proc.ndr
+ren 7430/out 7429/in
+load components/proc.ndr
+ren 7431/out 7430/in
+load components/proc.ndr
+ren 7432/out 7431/in
+load components/proc.ndr
+ren 7433/out 7432/in
+load components/proc.ndr
+ren 7434/out 7433/in
+load components/proc.ndr
+ren 7435/out 7434/in
+load components/proc.ndr
+ren 7436/out 7435/in
+load components/proc.ndr
+ren 7437/out 7436/in
+load components/proc.ndr
+ren 7438/out 7437/in
+load components/proc.ndr
+ren 7439/out 7438/in
+load components/proc.ndr
+ren 7440/out 7439/in
+load components/proc.ndr
+ren 7441/out 7440/in
+load components/proc.ndr
+ren 7442/out 7441/in
+load components/proc.ndr
+ren 7443/out 7442/in
+load components/proc.ndr
+ren 7444/out 7443/in
+load components/proc.ndr
+ren 7445/out 7444/in
+load components/proc.ndr
+ren 7446/out 7445/in
+load components/proc.ndr
+ren 7447/out 7446/in
+load components/proc.ndr
+ren 7448/out 7447/in
+load components/proc.ndr
+ren 7449/out 7448/in
+load components/proc.ndr
+ren 7450/out 7449/in
+load components/proc.ndr
+ren 7451/out 7450/in
+load components/proc.ndr
+ren 7452/out 7451/in
+load components/proc.ndr
+ren 7453/out 7452/in
+load components/proc.ndr
+ren 7454/out 7453/in
+load components/proc.ndr
+ren 7455/out 7454/in
+load components/proc.ndr
+ren 7456/out 7455/in
+load components/proc.ndr
+ren 7457/out 7456/in
+load components/proc.ndr
+ren 7458/out 7457/in
+load components/proc.ndr
+ren 7459/out 7458/in
+load components/proc.ndr
+ren 7460/out 7459/in
+load components/proc.ndr
+ren 7461/out 7460/in
+load components/proc.ndr
+ren 7462/out 7461/in
+load components/proc.ndr
+ren 7463/out 7462/in
+load components/proc.ndr
+ren 7464/out 7463/in
+load components/proc.ndr
+ren 7465/out 7464/in
+load components/proc.ndr
+ren 7466/out 7465/in
+load components/proc.ndr
+ren 7467/out 7466/in
+load components/proc.ndr
+ren 7468/out 7467/in
+load components/proc.ndr
+ren 7469/out 7468/in
+load components/proc.ndr
+ren 7470/out 7469/in
+load components/proc.ndr
+ren 7471/out 7470/in
+load components/proc.ndr
+ren 7472/out 7471/in
+load components/proc.ndr
+ren 7473/out 7472/in
+load components/proc.ndr
+ren 7474/out 7473/in
+load components/proc.ndr
+ren 7475/out 7474/in
+load components/proc.ndr
+ren 7476/out 7475/in
+load components/proc.ndr
+ren 7477/out 7476/in
+load components/proc.ndr
+ren 7478/out 7477/in
+load components/proc.ndr
+ren 7479/out 7478/in
+load components/proc.ndr
+ren 7480/out 7479/in
+load components/proc.ndr
+ren 7481/out 7480/in
+load components/proc.ndr
+ren 7482/out 7481/in
+load components/proc.ndr
+ren 7483/out 7482/in
+load components/proc.ndr
+ren 7484/out 7483/in
+load components/proc.ndr
+ren 7485/out 7484/in
+load components/proc.ndr
+ren 7486/out 7485/in
+load components/proc.ndr
+ren 7487/out 7486/in
+load components/proc.ndr
+ren 7488/out 7487/in
+load components/proc.ndr
+ren 7489/out 7488/in
+load components/proc.ndr
+ren 7490/out 7489/in
+load components/proc.ndr
+ren 7491/out 7490/in
+load components/proc.ndr
+ren 7492/out 7491/in
+load components/proc.ndr
+ren 7493/out 7492/in
+load components/proc.ndr
+ren 7494/out 7493/in
+load components/proc.ndr
+ren 7495/out 7494/in
+load components/proc.ndr
+ren 7496/out 7495/in
+load components/proc.ndr
+ren 7497/out 7496/in
+load components/proc.ndr
+ren 7498/out 7497/in
+load components/proc.ndr
+ren 7499/out 7498/in
+load components/proc.ndr
+ren 7500/out 7499/in
+load components/proc.ndr
+ren 7501/out 7500/in
+load components/proc.ndr
+ren 7502/out 7501/in
+load components/proc.ndr
+ren 7503/out 7502/in
+load components/proc.ndr
+ren 7504/out 7503/in
+load components/proc.ndr
+ren 7505/out 7504/in
+load components/proc.ndr
+ren 7506/out 7505/in
+load components/proc.ndr
+ren 7507/out 7506/in
+load components/proc.ndr
+ren 7508/out 7507/in
+load components/proc.ndr
+ren 7509/out 7508/in
+load components/proc.ndr
+ren 7510/out 7509/in
+load components/proc.ndr
+ren 7511/out 7510/in
+load components/proc.ndr
+ren 7512/out 7511/in
+load components/proc.ndr
+ren 7513/out 7512/in
+load components/proc.ndr
+ren 7514/out 7513/in
+load components/proc.ndr
+ren 7515/out 7514/in
+load components/proc.ndr
+ren 7516/out 7515/in
+load components/proc.ndr
+ren 7517/out 7516/in
+load components/proc.ndr
+ren 7518/out 7517/in
+load components/proc.ndr
+ren 7519/out 7518/in
+load components/proc.ndr
+ren 7520/out 7519/in
+load components/proc.ndr
+ren 7521/out 7520/in
+load components/proc.ndr
+ren 7522/out 7521/in
+load components/proc.ndr
+ren 7523/out 7522/in
+load components/proc.ndr
+ren 7524/out 7523/in
+load components/proc.ndr
+ren 7525/out 7524/in
+load components/proc.ndr
+ren 7526/out 7525/in
+load components/proc.ndr
+ren 7527/out 7526/in
+load components/proc.ndr
+ren 7528/out 7527/in
+load components/proc.ndr
+ren 7529/out 7528/in
+load components/proc.ndr
+ren 7530/out 7529/in
+load components/proc.ndr
+ren 7531/out 7530/in
+load components/proc.ndr
+ren 7532/out 7531/in
+load components/proc.ndr
+ren 7533/out 7532/in
+load components/proc.ndr
+ren 7534/out 7533/in
+load components/proc.ndr
+ren 7535/out 7534/in
+load components/proc.ndr
+ren 7536/out 7535/in
+load components/proc.ndr
+ren 7537/out 7536/in
+load components/proc.ndr
+ren 7538/out 7537/in
+load components/proc.ndr
+ren 7539/out 7538/in
+load components/proc.ndr
+ren 7540/out 7539/in
+load components/proc.ndr
+ren 7541/out 7540/in
+load components/proc.ndr
+ren 7542/out 7541/in
+load components/proc.ndr
+ren 7543/out 7542/in
+load components/proc.ndr
+ren 7544/out 7543/in
+load components/proc.ndr
+ren 7545/out 7544/in
+load components/proc.ndr
+ren 7546/out 7545/in
+load components/proc.ndr
+ren 7547/out 7546/in
+load components/proc.ndr
+ren 7548/out 7547/in
+load components/proc.ndr
+ren 7549/out 7548/in
+load components/proc.ndr
+ren 7550/out 7549/in
+load components/proc.ndr
+ren 7551/out 7550/in
+load components/proc.ndr
+ren 7552/out 7551/in
+load components/proc.ndr
+ren 7553/out 7552/in
+load components/proc.ndr
+ren 7554/out 7553/in
+load components/proc.ndr
+ren 7555/out 7554/in
+load components/proc.ndr
+ren 7556/out 7555/in
+load components/proc.ndr
+ren 7557/out 7556/in
+load components/proc.ndr
+ren 7558/out 7557/in
+load components/proc.ndr
+ren 7559/out 7558/in
+load components/proc.ndr
+ren 7560/out 7559/in
+load components/proc.ndr
+ren 7561/out 7560/in
+load components/proc.ndr
+ren 7562/out 7561/in
+load components/proc.ndr
+ren 7563/out 7562/in
+load components/proc.ndr
+ren 7564/out 7563/in
+load components/proc.ndr
+ren 7565/out 7564/in
+load components/proc.ndr
+ren 7566/out 7565/in
+load components/proc.ndr
+ren 7567/out 7566/in
+load components/proc.ndr
+ren 7568/out 7567/in
+load components/proc.ndr
+ren 7569/out 7568/in
+load components/proc.ndr
+ren 7570/out 7569/in
+load components/proc.ndr
+ren 7571/out 7570/in
+load components/proc.ndr
+ren 7572/out 7571/in
+load components/proc.ndr
+ren 7573/out 7572/in
+load components/proc.ndr
+ren 7574/out 7573/in
+load components/proc.ndr
+ren 7575/out 7574/in
+load components/proc.ndr
+ren 7576/out 7575/in
+load components/proc.ndr
+ren 7577/out 7576/in
+load components/proc.ndr
+ren 7578/out 7577/in
+load components/proc.ndr
+ren 7579/out 7578/in
+load components/proc.ndr
+ren 7580/out 7579/in
+load components/proc.ndr
+ren 7581/out 7580/in
+load components/proc.ndr
+ren 7582/out 7581/in
+load components/proc.ndr
+ren 7583/out 7582/in
+load components/proc.ndr
+ren 7584/out 7583/in
+load components/proc.ndr
+ren 7585/out 7584/in
+load components/proc.ndr
+ren 7586/out 7585/in
+load components/proc.ndr
+ren 7587/out 7586/in
+load components/proc.ndr
+ren 7588/out 7587/in
+load components/proc.ndr
+ren 7589/out 7588/in
+load components/proc.ndr
+ren 7590/out 7589/in
+load components/proc.ndr
+ren 7591/out 7590/in
+load components/proc.ndr
+ren 7592/out 7591/in
+load components/proc.ndr
+ren 7593/out 7592/in
+load components/proc.ndr
+ren 7594/out 7593/in
+load components/proc.ndr
+ren 7595/out 7594/in
+load components/proc.ndr
+ren 7596/out 7595/in
+load components/proc.ndr
+ren 7597/out 7596/in
+load components/proc.ndr
+ren 7598/out 7597/in
+load components/proc.ndr
+ren 7599/out 7598/in
+load components/proc.ndr
+ren 7600/out 7599/in
+load components/proc.ndr
+ren 7601/out 7600/in
+load components/proc.ndr
+ren 7602/out 7601/in
+load components/proc.ndr
+ren 7603/out 7602/in
+load components/proc.ndr
+ren 7604/out 7603/in
+load components/proc.ndr
+ren 7605/out 7604/in
+load components/proc.ndr
+ren 7606/out 7605/in
+load components/proc.ndr
+ren 7607/out 7606/in
+load components/proc.ndr
+ren 7608/out 7607/in
+load components/proc.ndr
+ren 7609/out 7608/in
+load components/proc.ndr
+ren 7610/out 7609/in
+load components/proc.ndr
+ren 7611/out 7610/in
+load components/proc.ndr
+ren 7612/out 7611/in
+load components/proc.ndr
+ren 7613/out 7612/in
+load components/proc.ndr
+ren 7614/out 7613/in
+load components/proc.ndr
+ren 7615/out 7614/in
+load components/proc.ndr
+ren 7616/out 7615/in
+load components/proc.ndr
+ren 7617/out 7616/in
+load components/proc.ndr
+ren 7618/out 7617/in
+load components/proc.ndr
+ren 7619/out 7618/in
+load components/proc.ndr
+ren 7620/out 7619/in
+load components/proc.ndr
+ren 7621/out 7620/in
+load components/proc.ndr
+ren 7622/out 7621/in
+load components/proc.ndr
+ren 7623/out 7622/in
+load components/proc.ndr
+ren 7624/out 7623/in
+load components/proc.ndr
+ren 7625/out 7624/in
+load components/proc.ndr
+ren 7626/out 7625/in
+load components/proc.ndr
+ren 7627/out 7626/in
+load components/proc.ndr
+ren 7628/out 7627/in
+load components/proc.ndr
+ren 7629/out 7628/in
+load components/proc.ndr
+ren 7630/out 7629/in
+load components/proc.ndr
+ren 7631/out 7630/in
+load components/proc.ndr
+ren 7632/out 7631/in
+load components/proc.ndr
+ren 7633/out 7632/in
+load components/proc.ndr
+ren 7634/out 7633/in
+load components/proc.ndr
+ren 7635/out 7634/in
+load components/proc.ndr
+ren 7636/out 7635/in
+load components/proc.ndr
+ren 7637/out 7636/in
+load components/proc.ndr
+ren 7638/out 7637/in
+load components/proc.ndr
+ren 7639/out 7638/in
+load components/proc.ndr
+ren 7640/out 7639/in
+load components/proc.ndr
+ren 7641/out 7640/in
+load components/proc.ndr
+ren 7642/out 7641/in
+load components/proc.ndr
+ren 7643/out 7642/in
+load components/proc.ndr
+ren 7644/out 7643/in
+load components/proc.ndr
+ren 7645/out 7644/in
+load components/proc.ndr
+ren 7646/out 7645/in
+load components/proc.ndr
+ren 7647/out 7646/in
+load components/proc.ndr
+ren 7648/out 7647/in
+load components/proc.ndr
+ren 7649/out 7648/in
+load components/proc.ndr
+ren 7650/out 7649/in
+load components/proc.ndr
+ren 7651/out 7650/in
+load components/proc.ndr
+ren 7652/out 7651/in
+load components/proc.ndr
+ren 7653/out 7652/in
+load components/proc.ndr
+ren 7654/out 7653/in
+load components/proc.ndr
+ren 7655/out 7654/in
+load components/proc.ndr
+ren 7656/out 7655/in
+load components/proc.ndr
+ren 7657/out 7656/in
+load components/proc.ndr
+ren 7658/out 7657/in
+load components/proc.ndr
+ren 7659/out 7658/in
+load components/proc.ndr
+ren 7660/out 7659/in
+load components/proc.ndr
+ren 7661/out 7660/in
+load components/proc.ndr
+ren 7662/out 7661/in
+load components/proc.ndr
+ren 7663/out 7662/in
+load components/proc.ndr
+ren 7664/out 7663/in
+load components/proc.ndr
+ren 7665/out 7664/in
+load components/proc.ndr
+ren 7666/out 7665/in
+load components/proc.ndr
+ren 7667/out 7666/in
+load components/proc.ndr
+ren 7668/out 7667/in
+load components/proc.ndr
+ren 7669/out 7668/in
+load components/proc.ndr
+ren 7670/out 7669/in
+load components/proc.ndr
+ren 7671/out 7670/in
+load components/proc.ndr
+ren 7672/out 7671/in
+load components/proc.ndr
+ren 7673/out 7672/in
+load components/proc.ndr
+ren 7674/out 7673/in
+load components/proc.ndr
+ren 7675/out 7674/in
+load components/proc.ndr
+ren 7676/out 7675/in
+load components/proc.ndr
+ren 7677/out 7676/in
+load components/proc.ndr
+ren 7678/out 7677/in
+load components/proc.ndr
+ren 7679/out 7678/in
+load components/proc.ndr
+ren 7680/out 7679/in
+load components/proc.ndr
+ren 7681/out 7680/in
+load components/proc.ndr
+ren 7682/out 7681/in
+load components/proc.ndr
+ren 7683/out 7682/in
+load components/proc.ndr
+ren 7684/out 7683/in
+load components/proc.ndr
+ren 7685/out 7684/in
+load components/proc.ndr
+ren 7686/out 7685/in
+load components/proc.ndr
+ren 7687/out 7686/in
+load components/proc.ndr
+ren 7688/out 7687/in
+load components/proc.ndr
+ren 7689/out 7688/in
+load components/proc.ndr
+ren 7690/out 7689/in
+load components/proc.ndr
+ren 7691/out 7690/in
+load components/proc.ndr
+ren 7692/out 7691/in
+load components/proc.ndr
+ren 7693/out 7692/in
+load components/proc.ndr
+ren 7694/out 7693/in
+load components/proc.ndr
+ren 7695/out 7694/in
+load components/proc.ndr
+ren 7696/out 7695/in
+load components/proc.ndr
+ren 7697/out 7696/in
+load components/proc.ndr
+ren 7698/out 7697/in
+load components/proc.ndr
+ren 7699/out 7698/in
+load components/proc.ndr
+ren 7700/out 7699/in
+load components/proc.ndr
+ren 7701/out 7700/in
+load components/proc.ndr
+ren 7702/out 7701/in
+load components/proc.ndr
+ren 7703/out 7702/in
+load components/proc.ndr
+ren 7704/out 7703/in
+load components/proc.ndr
+ren 7705/out 7704/in
+load components/proc.ndr
+ren 7706/out 7705/in
+load components/proc.ndr
+ren 7707/out 7706/in
+load components/proc.ndr
+ren 7708/out 7707/in
+load components/proc.ndr
+ren 7709/out 7708/in
+load components/proc.ndr
+ren 7710/out 7709/in
+load components/proc.ndr
+ren 7711/out 7710/in
+load components/proc.ndr
+ren 7712/out 7711/in
+load components/proc.ndr
+ren 7713/out 7712/in
+load components/proc.ndr
+ren 7714/out 7713/in
+load components/proc.ndr
+ren 7715/out 7714/in
+load components/proc.ndr
+ren 7716/out 7715/in
+load components/proc.ndr
+ren 7717/out 7716/in
+load components/proc.ndr
+ren 7718/out 7717/in
+load components/proc.ndr
+ren 7719/out 7718/in
+load components/proc.ndr
+ren 7720/out 7719/in
+load components/proc.ndr
+ren 7721/out 7720/in
+load components/proc.ndr
+ren 7722/out 7721/in
+load components/proc.ndr
+ren 7723/out 7722/in
+load components/proc.ndr
+ren 7724/out 7723/in
+load components/proc.ndr
+ren 7725/out 7724/in
+load components/proc.ndr
+ren 7726/out 7725/in
+load components/proc.ndr
+ren 7727/out 7726/in
+load components/proc.ndr
+ren 7728/out 7727/in
+load components/proc.ndr
+ren 7729/out 7728/in
+load components/proc.ndr
+ren 7730/out 7729/in
+load components/proc.ndr
+ren 7731/out 7730/in
+load components/proc.ndr
+ren 7732/out 7731/in
+load components/proc.ndr
+ren 7733/out 7732/in
+load components/proc.ndr
+ren 7734/out 7733/in
+load components/proc.ndr
+ren 7735/out 7734/in
+load components/proc.ndr
+ren 7736/out 7735/in
+load components/proc.ndr
+ren 7737/out 7736/in
+load components/proc.ndr
+ren 7738/out 7737/in
+load components/proc.ndr
+ren 7739/out 7738/in
+load components/proc.ndr
+ren 7740/out 7739/in
+load components/proc.ndr
+ren 7741/out 7740/in
+load components/proc.ndr
+ren 7742/out 7741/in
+load components/proc.ndr
+ren 7743/out 7742/in
+load components/proc.ndr
+ren 7744/out 7743/in
+load components/proc.ndr
+ren 7745/out 7744/in
+load components/proc.ndr
+ren 7746/out 7745/in
+load components/proc.ndr
+ren 7747/out 7746/in
+load components/proc.ndr
+ren 7748/out 7747/in
+load components/proc.ndr
+ren 7749/out 7748/in
+load components/proc.ndr
+ren 7750/out 7749/in
+load components/proc.ndr
+ren 7751/out 7750/in
+load components/proc.ndr
+ren 7752/out 7751/in
+load components/proc.ndr
+ren 7753/out 7752/in
+load components/proc.ndr
+ren 7754/out 7753/in
+load components/proc.ndr
+ren 7755/out 7754/in
+load components/proc.ndr
+ren 7756/out 7755/in
+load components/proc.ndr
+ren 7757/out 7756/in
+load components/proc.ndr
+ren 7758/out 7757/in
+load components/proc.ndr
+ren 7759/out 7758/in
+load components/proc.ndr
+ren 7760/out 7759/in
+load components/proc.ndr
+ren 7761/out 7760/in
+load components/proc.ndr
+ren 7762/out 7761/in
+load components/proc.ndr
+ren 7763/out 7762/in
+load components/proc.ndr
+ren 7764/out 7763/in
+load components/proc.ndr
+ren 7765/out 7764/in
+load components/proc.ndr
+ren 7766/out 7765/in
+load components/proc.ndr
+ren 7767/out 7766/in
+load components/proc.ndr
+ren 7768/out 7767/in
+load components/proc.ndr
+ren 7769/out 7768/in
+load components/proc.ndr
+ren 7770/out 7769/in
+load components/proc.ndr
+ren 7771/out 7770/in
+load components/proc.ndr
+ren 7772/out 7771/in
+load components/proc.ndr
+ren 7773/out 7772/in
+load components/proc.ndr
+ren 7774/out 7773/in
+load components/proc.ndr
+ren 7775/out 7774/in
+load components/proc.ndr
+ren 7776/out 7775/in
+load components/proc.ndr
+ren 7777/out 7776/in
+load components/proc.ndr
+ren 7778/out 7777/in
+load components/proc.ndr
+ren 7779/out 7778/in
+load components/proc.ndr
+ren 7780/out 7779/in
+load components/proc.ndr
+ren 7781/out 7780/in
+load components/proc.ndr
+ren 7782/out 7781/in
+load components/proc.ndr
+ren 7783/out 7782/in
+load components/proc.ndr
+ren 7784/out 7783/in
+load components/proc.ndr
+ren 7785/out 7784/in
+load components/proc.ndr
+ren 7786/out 7785/in
+load components/proc.ndr
+ren 7787/out 7786/in
+load components/proc.ndr
+ren 7788/out 7787/in
+load components/proc.ndr
+ren 7789/out 7788/in
+load components/proc.ndr
+ren 7790/out 7789/in
+load components/proc.ndr
+ren 7791/out 7790/in
+load components/proc.ndr
+ren 7792/out 7791/in
+load components/proc.ndr
+ren 7793/out 7792/in
+load components/proc.ndr
+ren 7794/out 7793/in
+load components/proc.ndr
+ren 7795/out 7794/in
+load components/proc.ndr
+ren 7796/out 7795/in
+load components/proc.ndr
+ren 7797/out 7796/in
+load components/proc.ndr
+ren 7798/out 7797/in
+load components/proc.ndr
+ren 7799/out 7798/in
+load components/proc.ndr
+ren 7800/out 7799/in
+load components/proc.ndr
+ren 7801/out 7800/in
+load components/proc.ndr
+ren 7802/out 7801/in
+load components/proc.ndr
+ren 7803/out 7802/in
+load components/proc.ndr
+ren 7804/out 7803/in
+load components/proc.ndr
+ren 7805/out 7804/in
+load components/proc.ndr
+ren 7806/out 7805/in
+load components/proc.ndr
+ren 7807/out 7806/in
+load components/proc.ndr
+ren 7808/out 7807/in
+load components/proc.ndr
+ren 7809/out 7808/in
+load components/proc.ndr
+ren 7810/out 7809/in
+load components/proc.ndr
+ren 7811/out 7810/in
+load components/proc.ndr
+ren 7812/out 7811/in
+load components/proc.ndr
+ren 7813/out 7812/in
+load components/proc.ndr
+ren 7814/out 7813/in
+load components/proc.ndr
+ren 7815/out 7814/in
+load components/proc.ndr
+ren 7816/out 7815/in
+load components/proc.ndr
+ren 7817/out 7816/in
+load components/proc.ndr
+ren 7818/out 7817/in
+load components/proc.ndr
+ren 7819/out 7818/in
+load components/proc.ndr
+ren 7820/out 7819/in
+load components/proc.ndr
+ren 7821/out 7820/in
+load components/proc.ndr
+ren 7822/out 7821/in
+load components/proc.ndr
+ren 7823/out 7822/in
+load components/proc.ndr
+ren 7824/out 7823/in
+load components/proc.ndr
+ren 7825/out 7824/in
+load components/proc.ndr
+ren 7826/out 7825/in
+load components/proc.ndr
+ren 7827/out 7826/in
+load components/proc.ndr
+ren 7828/out 7827/in
+load components/proc.ndr
+ren 7829/out 7828/in
+load components/proc.ndr
+ren 7830/out 7829/in
+load components/proc.ndr
+ren 7831/out 7830/in
+load components/proc.ndr
+ren 7832/out 7831/in
+load components/proc.ndr
+ren 7833/out 7832/in
+load components/proc.ndr
+ren 7834/out 7833/in
+load components/proc.ndr
+ren 7835/out 7834/in
+load components/proc.ndr
+ren 7836/out 7835/in
+load components/proc.ndr
+ren 7837/out 7836/in
+load components/proc.ndr
+ren 7838/out 7837/in
+load components/proc.ndr
+ren 7839/out 7838/in
+load components/proc.ndr
+ren 7840/out 7839/in
+load components/proc.ndr
+ren 7841/out 7840/in
+load components/proc.ndr
+ren 7842/out 7841/in
+load components/proc.ndr
+ren 7843/out 7842/in
+load components/proc.ndr
+ren 7844/out 7843/in
+load components/proc.ndr
+ren 7845/out 7844/in
+load components/proc.ndr
+ren 7846/out 7845/in
+load components/proc.ndr
+ren 7847/out 7846/in
+load components/proc.ndr
+ren 7848/out 7847/in
+load components/proc.ndr
+ren 7849/out 7848/in
+load components/proc.ndr
+ren 7850/out 7849/in
+load components/proc.ndr
+ren 7851/out 7850/in
+load components/proc.ndr
+ren 7852/out 7851/in
+load components/proc.ndr
+ren 7853/out 7852/in
+load components/proc.ndr
+ren 7854/out 7853/in
+load components/proc.ndr
+ren 7855/out 7854/in
+load components/proc.ndr
+ren 7856/out 7855/in
+load components/proc.ndr
+ren 7857/out 7856/in
+load components/proc.ndr
+ren 7858/out 7857/in
+load components/proc.ndr
+ren 7859/out 7858/in
+load components/proc.ndr
+ren 7860/out 7859/in
+load components/proc.ndr
+ren 7861/out 7860/in
+load components/proc.ndr
+ren 7862/out 7861/in
+load components/proc.ndr
+ren 7863/out 7862/in
+load components/proc.ndr
+ren 7864/out 7863/in
+load components/proc.ndr
+ren 7865/out 7864/in
+load components/proc.ndr
+ren 7866/out 7865/in
+load components/proc.ndr
+ren 7867/out 7866/in
+load components/proc.ndr
+ren 7868/out 7867/in
+load components/proc.ndr
+ren 7869/out 7868/in
+load components/proc.ndr
+ren 7870/out 7869/in
+load components/proc.ndr
+ren 7871/out 7870/in
+load components/proc.ndr
+ren 7872/out 7871/in
+load components/proc.ndr
+ren 7873/out 7872/in
+load components/proc.ndr
+ren 7874/out 7873/in
+load components/proc.ndr
+ren 7875/out 7874/in
+load components/proc.ndr
+ren 7876/out 7875/in
+load components/proc.ndr
+ren 7877/out 7876/in
+load components/proc.ndr
+ren 7878/out 7877/in
+load components/proc.ndr
+ren 7879/out 7878/in
+load components/proc.ndr
+ren 7880/out 7879/in
+load components/proc.ndr
+ren 7881/out 7880/in
+load components/proc.ndr
+ren 7882/out 7881/in
+load components/proc.ndr
+ren 7883/out 7882/in
+load components/proc.ndr
+ren 7884/out 7883/in
+load components/proc.ndr
+ren 7885/out 7884/in
+load components/proc.ndr
+ren 7886/out 7885/in
+load components/proc.ndr
+ren 7887/out 7886/in
+load components/proc.ndr
+ren 7888/out 7887/in
+load components/proc.ndr
+ren 7889/out 7888/in
+load components/proc.ndr
+ren 7890/out 7889/in
+load components/proc.ndr
+ren 7891/out 7890/in
+load components/proc.ndr
+ren 7892/out 7891/in
+load components/proc.ndr
+ren 7893/out 7892/in
+load components/proc.ndr
+ren 7894/out 7893/in
+load components/proc.ndr
+ren 7895/out 7894/in
+load components/proc.ndr
+ren 7896/out 7895/in
+load components/proc.ndr
+ren 7897/out 7896/in
+load components/proc.ndr
+ren 7898/out 7897/in
+load components/proc.ndr
+ren 7899/out 7898/in
+load components/proc.ndr
+ren 7900/out 7899/in
+load components/proc.ndr
+ren 7901/out 7900/in
+load components/proc.ndr
+ren 7902/out 7901/in
+load components/proc.ndr
+ren 7903/out 7902/in
+load components/proc.ndr
+ren 7904/out 7903/in
+load components/proc.ndr
+ren 7905/out 7904/in
+load components/proc.ndr
+ren 7906/out 7905/in
+load components/proc.ndr
+ren 7907/out 7906/in
+load components/proc.ndr
+ren 7908/out 7907/in
+load components/proc.ndr
+ren 7909/out 7908/in
+load components/proc.ndr
+ren 7910/out 7909/in
+load components/proc.ndr
+ren 7911/out 7910/in
+load components/proc.ndr
+ren 7912/out 7911/in
+load components/proc.ndr
+ren 7913/out 7912/in
+load components/proc.ndr
+ren 7914/out 7913/in
+load components/proc.ndr
+ren 7915/out 7914/in
+load components/proc.ndr
+ren 7916/out 7915/in
+load components/proc.ndr
+ren 7917/out 7916/in
+load components/proc.ndr
+ren 7918/out 7917/in
+load components/proc.ndr
+ren 7919/out 7918/in
+load components/proc.ndr
+ren 7920/out 7919/in
+load components/proc.ndr
+ren 7921/out 7920/in
+load components/proc.ndr
+ren 7922/out 7921/in
+load components/proc.ndr
+ren 7923/out 7922/in
+load components/proc.ndr
+ren 7924/out 7923/in
+load components/proc.ndr
+ren 7925/out 7924/in
+load components/proc.ndr
+ren 7926/out 7925/in
+load components/proc.ndr
+ren 7927/out 7926/in
+load components/proc.ndr
+ren 7928/out 7927/in
+load components/proc.ndr
+ren 7929/out 7928/in
+load components/proc.ndr
+ren 7930/out 7929/in
+load components/proc.ndr
+ren 7931/out 7930/in
+load components/proc.ndr
+ren 7932/out 7931/in
+load components/proc.ndr
+ren 7933/out 7932/in
+load components/proc.ndr
+ren 7934/out 7933/in
+load components/proc.ndr
+ren 7935/out 7934/in
+load components/proc.ndr
+ren 7936/out 7935/in
+load components/proc.ndr
+ren 7937/out 7936/in
+load components/proc.ndr
+ren 7938/out 7937/in
+load components/proc.ndr
+ren 7939/out 7938/in
+load components/proc.ndr
+ren 7940/out 7939/in
+load components/proc.ndr
+ren 7941/out 7940/in
+load components/proc.ndr
+ren 7942/out 7941/in
+load components/proc.ndr
+ren 7943/out 7942/in
+load components/proc.ndr
+ren 7944/out 7943/in
+load components/proc.ndr
+ren 7945/out 7944/in
+load components/proc.ndr
+ren 7946/out 7945/in
+load components/proc.ndr
+ren 7947/out 7946/in
+load components/proc.ndr
+ren 7948/out 7947/in
+load components/proc.ndr
+ren 7949/out 7948/in
+load components/proc.ndr
+ren 7950/out 7949/in
+load components/proc.ndr
+ren 7951/out 7950/in
+load components/proc.ndr
+ren 7952/out 7951/in
+load components/proc.ndr
+ren 7953/out 7952/in
+load components/proc.ndr
+ren 7954/out 7953/in
+load components/proc.ndr
+ren 7955/out 7954/in
+load components/proc.ndr
+ren 7956/out 7955/in
+load components/proc.ndr
+ren 7957/out 7956/in
+load components/proc.ndr
+ren 7958/out 7957/in
+load components/proc.ndr
+ren 7959/out 7958/in
+load components/proc.ndr
+ren 7960/out 7959/in
+load components/proc.ndr
+ren 7961/out 7960/in
+load components/proc.ndr
+ren 7962/out 7961/in
+load components/proc.ndr
+ren 7963/out 7962/in
+load components/proc.ndr
+ren 7964/out 7963/in
+load components/proc.ndr
+ren 7965/out 7964/in
+load components/proc.ndr
+ren 7966/out 7965/in
+load components/proc.ndr
+ren 7967/out 7966/in
+load components/proc.ndr
+ren 7968/out 7967/in
+load components/proc.ndr
+ren 7969/out 7968/in
+load components/proc.ndr
+ren 7970/out 7969/in
+load components/proc.ndr
+ren 7971/out 7970/in
+load components/proc.ndr
+ren 7972/out 7971/in
+load components/proc.ndr
+ren 7973/out 7972/in
+load components/proc.ndr
+ren 7974/out 7973/in
+load components/proc.ndr
+ren 7975/out 7974/in
+load components/proc.ndr
+ren 7976/out 7975/in
+load components/proc.ndr
+ren 7977/out 7976/in
+load components/proc.ndr
+ren 7978/out 7977/in
+load components/proc.ndr
+ren 7979/out 7978/in
+load components/proc.ndr
+ren 7980/out 7979/in
+load components/proc.ndr
+ren 7981/out 7980/in
+load components/proc.ndr
+ren 7982/out 7981/in
+load components/proc.ndr
+ren 7983/out 7982/in
+load components/proc.ndr
+ren 7984/out 7983/in
+load components/proc.ndr
+ren 7985/out 7984/in
+load components/proc.ndr
+ren 7986/out 7985/in
+load components/proc.ndr
+ren 7987/out 7986/in
+load components/proc.ndr
+ren 7988/out 7987/in
+load components/proc.ndr
+ren 7989/out 7988/in
+load components/proc.ndr
+ren 7990/out 7989/in
+load components/proc.ndr
+ren 7991/out 7990/in
+load components/proc.ndr
+ren 7992/out 7991/in
+load components/proc.ndr
+ren 7993/out 7992/in
+load components/proc.ndr
+ren 7994/out 7993/in
+load components/proc.ndr
+ren 7995/out 7994/in
+load components/proc.ndr
+ren 7996/out 7995/in
+load components/proc.ndr
+ren 7997/out 7996/in
+load components/proc.ndr
+ren 7998/out 7997/in
+load components/proc.ndr
+ren 7999/out 7998/in
+load components/proc.ndr
+ren 8000/out 7999/in
+load components/proc.ndr
+ren 8001/out 8000/in
+load components/proc.ndr
+ren 8002/out 8001/in
+load components/proc.ndr
+ren 8003/out 8002/in
+load components/proc.ndr
+ren 8004/out 8003/in
+load components/proc.ndr
+ren 8005/out 8004/in
+load components/proc.ndr
+ren 8006/out 8005/in
+load components/proc.ndr
+ren 8007/out 8006/in
+load components/proc.ndr
+ren 8008/out 8007/in
+load components/proc.ndr
+ren 8009/out 8008/in
+load components/proc.ndr
+ren 8010/out 8009/in
+load components/proc.ndr
+ren 8011/out 8010/in
+load components/proc.ndr
+ren 8012/out 8011/in
+load components/proc.ndr
+ren 8013/out 8012/in
+load components/proc.ndr
+ren 8014/out 8013/in
+load components/proc.ndr
+ren 8015/out 8014/in
+load components/proc.ndr
+ren 8016/out 8015/in
+load components/proc.ndr
+ren 8017/out 8016/in
+load components/proc.ndr
+ren 8018/out 8017/in
+load components/proc.ndr
+ren 8019/out 8018/in
+load components/proc.ndr
+ren 8020/out 8019/in
+load components/proc.ndr
+ren 8021/out 8020/in
+load components/proc.ndr
+ren 8022/out 8021/in
+load components/proc.ndr
+ren 8023/out 8022/in
+load components/proc.ndr
+ren 8024/out 8023/in
+load components/proc.ndr
+ren 8025/out 8024/in
+load components/proc.ndr
+ren 8026/out 8025/in
+load components/proc.ndr
+ren 8027/out 8026/in
+load components/proc.ndr
+ren 8028/out 8027/in
+load components/proc.ndr
+ren 8029/out 8028/in
+load components/proc.ndr
+ren 8030/out 8029/in
+load components/proc.ndr
+ren 8031/out 8030/in
+load components/proc.ndr
+ren 8032/out 8031/in
+load components/proc.ndr
+ren 8033/out 8032/in
+load components/proc.ndr
+ren 8034/out 8033/in
+load components/proc.ndr
+ren 8035/out 8034/in
+load components/proc.ndr
+ren 8036/out 8035/in
+load components/proc.ndr
+ren 8037/out 8036/in
+load components/proc.ndr
+ren 8038/out 8037/in
+load components/proc.ndr
+ren 8039/out 8038/in
+load components/proc.ndr
+ren 8040/out 8039/in
+load components/proc.ndr
+ren 8041/out 8040/in
+load components/proc.ndr
+ren 8042/out 8041/in
+load components/proc.ndr
+ren 8043/out 8042/in
+load components/proc.ndr
+ren 8044/out 8043/in
+load components/proc.ndr
+ren 8045/out 8044/in
+load components/proc.ndr
+ren 8046/out 8045/in
+load components/proc.ndr
+ren 8047/out 8046/in
+load components/proc.ndr
+ren 8048/out 8047/in
+load components/proc.ndr
+ren 8049/out 8048/in
+load components/proc.ndr
+ren 8050/out 8049/in
+load components/proc.ndr
+ren 8051/out 8050/in
+load components/proc.ndr
+ren 8052/out 8051/in
+load components/proc.ndr
+ren 8053/out 8052/in
+load components/proc.ndr
+ren 8054/out 8053/in
+load components/proc.ndr
+ren 8055/out 8054/in
+load components/proc.ndr
+ren 8056/out 8055/in
+load components/proc.ndr
+ren 8057/out 8056/in
+load components/proc.ndr
+ren 8058/out 8057/in
+load components/proc.ndr
+ren 8059/out 8058/in
+load components/proc.ndr
+ren 8060/out 8059/in
+load components/proc.ndr
+ren 8061/out 8060/in
+load components/proc.ndr
+ren 8062/out 8061/in
+load components/proc.ndr
+ren 8063/out 8062/in
+load components/proc.ndr
+ren 8064/out 8063/in
+load components/proc.ndr
+ren 8065/out 8064/in
+load components/proc.ndr
+ren 8066/out 8065/in
+load components/proc.ndr
+ren 8067/out 8066/in
+load components/proc.ndr
+ren 8068/out 8067/in
+load components/proc.ndr
+ren 8069/out 8068/in
+load components/proc.ndr
+ren 8070/out 8069/in
+load components/proc.ndr
+ren 8071/out 8070/in
+load components/proc.ndr
+ren 8072/out 8071/in
+load components/proc.ndr
+ren 8073/out 8072/in
+load components/proc.ndr
+ren 8074/out 8073/in
+load components/proc.ndr
+ren 8075/out 8074/in
+load components/proc.ndr
+ren 8076/out 8075/in
+load components/proc.ndr
+ren 8077/out 8076/in
+load components/proc.ndr
+ren 8078/out 8077/in
+load components/proc.ndr
+ren 8079/out 8078/in
+load components/proc.ndr
+ren 8080/out 8079/in
+load components/proc.ndr
+ren 8081/out 8080/in
+load components/proc.ndr
+ren 8082/out 8081/in
+load components/proc.ndr
+ren 8083/out 8082/in
+load components/proc.ndr
+ren 8084/out 8083/in
+load components/proc.ndr
+ren 8085/out 8084/in
+load components/proc.ndr
+ren 8086/out 8085/in
+load components/proc.ndr
+ren 8087/out 8086/in
+load components/proc.ndr
+ren 8088/out 8087/in
+load components/proc.ndr
+ren 8089/out 8088/in
+load components/proc.ndr
+ren 8090/out 8089/in
+load components/proc.ndr
+ren 8091/out 8090/in
+load components/proc.ndr
+ren 8092/out 8091/in
+load components/proc.ndr
+ren 8093/out 8092/in
+load components/proc.ndr
+ren 8094/out 8093/in
+load components/proc.ndr
+ren 8095/out 8094/in
+load components/proc.ndr
+ren 8096/out 8095/in
+load components/proc.ndr
+ren 8097/out 8096/in
+load components/proc.ndr
+ren 8098/out 8097/in
+load components/proc.ndr
+ren 8099/out 8098/in
+load components/proc.ndr
+ren 8100/out 8099/in
+load components/proc.ndr
+ren 8101/out 8100/in
+load components/proc.ndr
+ren 8102/out 8101/in
+load components/proc.ndr
+ren 8103/out 8102/in
+load components/proc.ndr
+ren 8104/out 8103/in
+load components/proc.ndr
+ren 8105/out 8104/in
+load components/proc.ndr
+ren 8106/out 8105/in
+load components/proc.ndr
+ren 8107/out 8106/in
+load components/proc.ndr
+ren 8108/out 8107/in
+load components/proc.ndr
+ren 8109/out 8108/in
+load components/proc.ndr
+ren 8110/out 8109/in
+load components/proc.ndr
+ren 8111/out 8110/in
+load components/proc.ndr
+ren 8112/out 8111/in
+load components/proc.ndr
+ren 8113/out 8112/in
+load components/proc.ndr
+ren 8114/out 8113/in
+load components/proc.ndr
+ren 8115/out 8114/in
+load components/proc.ndr
+ren 8116/out 8115/in
+load components/proc.ndr
+ren 8117/out 8116/in
+load components/proc.ndr
+ren 8118/out 8117/in
+load components/proc.ndr
+ren 8119/out 8118/in
+load components/proc.ndr
+ren 8120/out 8119/in
+load components/proc.ndr
+ren 8121/out 8120/in
+load components/proc.ndr
+ren 8122/out 8121/in
+load components/proc.ndr
+ren 8123/out 8122/in
+load components/proc.ndr
+ren 8124/out 8123/in
+load components/proc.ndr
+ren 8125/out 8124/in
+load components/proc.ndr
+ren 8126/out 8125/in
+load components/proc.ndr
+ren 8127/out 8126/in
+load components/proc.ndr
+ren 8128/out 8127/in
+load components/proc.ndr
+ren 8129/out 8128/in
+load components/proc.ndr
+ren 8130/out 8129/in
+load components/proc.ndr
+ren 8131/out 8130/in
+load components/proc.ndr
+ren 8132/out 8131/in
+load components/proc.ndr
+ren 8133/out 8132/in
+load components/proc.ndr
+ren 8134/out 8133/in
+load components/proc.ndr
+ren 8135/out 8134/in
+load components/proc.ndr
+ren 8136/out 8135/in
+load components/proc.ndr
+ren 8137/out 8136/in
+load components/proc.ndr
+ren 8138/out 8137/in
+load components/proc.ndr
+ren 8139/out 8138/in
+load components/proc.ndr
+ren 8140/out 8139/in
+load components/proc.ndr
+ren 8141/out 8140/in
+load components/proc.ndr
+ren 8142/out 8141/in
+load components/proc.ndr
+ren 8143/out 8142/in
+load components/proc.ndr
+ren 8144/out 8143/in
+load components/proc.ndr
+ren 8145/out 8144/in
+load components/proc.ndr
+ren 8146/out 8145/in
+load components/proc.ndr
+ren 8147/out 8146/in
+load components/proc.ndr
+ren 8148/out 8147/in
+load components/proc.ndr
+ren 8149/out 8148/in
+load components/proc.ndr
+ren 8150/out 8149/in
+load components/proc.ndr
+ren 8151/out 8150/in
+load components/proc.ndr
+ren 8152/out 8151/in
+load components/proc.ndr
+ren 8153/out 8152/in
+load components/proc.ndr
+ren 8154/out 8153/in
+load components/proc.ndr
+ren 8155/out 8154/in
+load components/proc.ndr
+ren 8156/out 8155/in
+load components/proc.ndr
+ren 8157/out 8156/in
+load components/proc.ndr
+ren 8158/out 8157/in
+load components/proc.ndr
+ren 8159/out 8158/in
+load components/proc.ndr
+ren 8160/out 8159/in
+load components/proc.ndr
+ren 8161/out 8160/in
+load components/proc.ndr
+ren 8162/out 8161/in
+load components/proc.ndr
+ren 8163/out 8162/in
+load components/proc.ndr
+ren 8164/out 8163/in
+load components/proc.ndr
+ren 8165/out 8164/in
+load components/proc.ndr
+ren 8166/out 8165/in
+load components/proc.ndr
+ren 8167/out 8166/in
+load components/proc.ndr
+ren 8168/out 8167/in
+load components/proc.ndr
+ren 8169/out 8168/in
+load components/proc.ndr
+ren 8170/out 8169/in
+load components/proc.ndr
+ren 8171/out 8170/in
+load components/proc.ndr
+ren 8172/out 8171/in
+load components/proc.ndr
+ren 8173/out 8172/in
+load components/proc.ndr
+ren 8174/out 8173/in
+load components/proc.ndr
+ren 8175/out 8174/in
+load components/proc.ndr
+ren 8176/out 8175/in
+load components/proc.ndr
+ren 8177/out 8176/in
+load components/proc.ndr
+ren 8178/out 8177/in
+load components/proc.ndr
+ren 8179/out 8178/in
+load components/proc.ndr
+ren 8180/out 8179/in
+load components/proc.ndr
+ren 8181/out 8180/in
+load components/proc.ndr
+ren 8182/out 8181/in
+load components/proc.ndr
+ren 8183/out 8182/in
+load components/proc.ndr
+ren 8184/out 8183/in
+load components/proc.ndr
+ren 8185/out 8184/in
+load components/proc.ndr
+ren 8186/out 8185/in
+load components/proc.ndr
+ren 8187/out 8186/in
+load components/proc.ndr
+ren 8188/out 8187/in
+load components/proc.ndr
+ren 8189/out 8188/in
+load components/proc.ndr
+ren 8190/out 8189/in
+load components/proc.ndr
+ren 8191/out 8190/in
+load components/proc.ndr
+ren 8192/out 8191/in
+load components/proc.ndr
+ren 8193/out 8192/in
+load components/proc.ndr
+ren 8194/out 8193/in
+load components/proc.ndr
+ren 8195/out 8194/in
+load components/proc.ndr
+ren 8196/out 8195/in
+load components/proc.ndr
+ren 8197/out 8196/in
+load components/proc.ndr
+ren 8198/out 8197/in
+load components/proc.ndr
+ren 8199/out 8198/in
+load components/proc.ndr
+ren 8200/out 8199/in
+load components/proc.ndr
+ren 8201/out 8200/in
+load components/proc.ndr
+ren 8202/out 8201/in
+load components/proc.ndr
+ren 8203/out 8202/in
+load components/proc.ndr
+ren 8204/out 8203/in
+load components/proc.ndr
+ren 8205/out 8204/in
+load components/proc.ndr
+ren 8206/out 8205/in
+load components/proc.ndr
+ren 8207/out 8206/in
+load components/proc.ndr
+ren 8208/out 8207/in
+load components/proc.ndr
+ren 8209/out 8208/in
+load components/proc.ndr
+ren 8210/out 8209/in
+load components/proc.ndr
+ren 8211/out 8210/in
+load components/proc.ndr
+ren 8212/out 8211/in
+load components/proc.ndr
+ren 8213/out 8212/in
+load components/proc.ndr
+ren 8214/out 8213/in
+load components/proc.ndr
+ren 8215/out 8214/in
+load components/proc.ndr
+ren 8216/out 8215/in
+load components/proc.ndr
+ren 8217/out 8216/in
+load components/proc.ndr
+ren 8218/out 8217/in
+load components/proc.ndr
+ren 8219/out 8218/in
+load components/proc.ndr
+ren 8220/out 8219/in
+load components/proc.ndr
+ren 8221/out 8220/in
+load components/proc.ndr
+ren 8222/out 8221/in
+load components/proc.ndr
+ren 8223/out 8222/in
+load components/proc.ndr
+ren 8224/out 8223/in
+load components/proc.ndr
+ren 8225/out 8224/in
+load components/proc.ndr
+ren 8226/out 8225/in
+load components/proc.ndr
+ren 8227/out 8226/in
+load components/proc.ndr
+ren 8228/out 8227/in
+load components/proc.ndr
+ren 8229/out 8228/in
+load components/proc.ndr
+ren 8230/out 8229/in
+load components/proc.ndr
+ren 8231/out 8230/in
+load components/proc.ndr
+ren 8232/out 8231/in
+load components/proc.ndr
+ren 8233/out 8232/in
+load components/proc.ndr
+ren 8234/out 8233/in
+load components/proc.ndr
+ren 8235/out 8234/in
+load components/proc.ndr
+ren 8236/out 8235/in
+load components/proc.ndr
+ren 8237/out 8236/in
+load components/proc.ndr
+ren 8238/out 8237/in
+load components/proc.ndr
+ren 8239/out 8238/in
+load components/proc.ndr
+ren 8240/out 8239/in
+load components/proc.ndr
+ren 8241/out 8240/in
+load components/proc.ndr
+ren 8242/out 8241/in
+load components/proc.ndr
+ren 8243/out 8242/in
+load components/proc.ndr
+ren 8244/out 8243/in
+load components/proc.ndr
+ren 8245/out 8244/in
+load components/proc.ndr
+ren 8246/out 8245/in
+load components/proc.ndr
+ren 8247/out 8246/in
+load components/proc.ndr
+ren 8248/out 8247/in
+load components/proc.ndr
+ren 8249/out 8248/in
+load components/proc.ndr
+ren 8250/out 8249/in
+load components/proc.ndr
+ren 8251/out 8250/in
+load components/proc.ndr
+ren 8252/out 8251/in
+load components/proc.ndr
+ren 8253/out 8252/in
+load components/proc.ndr
+ren 8254/out 8253/in
+load components/proc.ndr
+ren 8255/out 8254/in
+load components/proc.ndr
+ren 8256/out 8255/in
+load components/proc.ndr
+ren 8257/out 8256/in
+load components/proc.ndr
+ren 8258/out 8257/in
+load components/proc.ndr
+ren 8259/out 8258/in
+load components/proc.ndr
+ren 8260/out 8259/in
+load components/proc.ndr
+ren 8261/out 8260/in
+load components/proc.ndr
+ren 8262/out 8261/in
+load components/proc.ndr
+ren 8263/out 8262/in
+load components/proc.ndr
+ren 8264/out 8263/in
+load components/proc.ndr
+ren 8265/out 8264/in
+load components/proc.ndr
+ren 8266/out 8265/in
+load components/proc.ndr
+ren 8267/out 8266/in
+load components/proc.ndr
+ren 8268/out 8267/in
+load components/proc.ndr
+ren 8269/out 8268/in
+load components/proc.ndr
+ren 8270/out 8269/in
+load components/proc.ndr
+ren 8271/out 8270/in
+load components/proc.ndr
+ren 8272/out 8271/in
+load components/proc.ndr
+ren 8273/out 8272/in
+load components/proc.ndr
+ren 8274/out 8273/in
+load components/proc.ndr
+ren 8275/out 8274/in
+load components/proc.ndr
+ren 8276/out 8275/in
+load components/proc.ndr
+ren 8277/out 8276/in
+load components/proc.ndr
+ren 8278/out 8277/in
+load components/proc.ndr
+ren 8279/out 8278/in
+load components/proc.ndr
+ren 8280/out 8279/in
+load components/proc.ndr
+ren 8281/out 8280/in
+load components/proc.ndr
+ren 8282/out 8281/in
+load components/proc.ndr
+ren 8283/out 8282/in
+load components/proc.ndr
+ren 8284/out 8283/in
+load components/proc.ndr
+ren 8285/out 8284/in
+load components/proc.ndr
+ren 8286/out 8285/in
+load components/proc.ndr
+ren 8287/out 8286/in
+load components/proc.ndr
+ren 8288/out 8287/in
+load components/proc.ndr
+ren 8289/out 8288/in
+load components/proc.ndr
+ren 8290/out 8289/in
+load components/proc.ndr
+ren 8291/out 8290/in
+load components/proc.ndr
+ren 8292/out 8291/in
+load components/proc.ndr
+ren 8293/out 8292/in
+load components/proc.ndr
+ren 8294/out 8293/in
+load components/proc.ndr
+ren 8295/out 8294/in
+load components/proc.ndr
+ren 8296/out 8295/in
+load components/proc.ndr
+ren 8297/out 8296/in
+load components/proc.ndr
+ren 8298/out 8297/in
+load components/proc.ndr
+ren 8299/out 8298/in
+load components/proc.ndr
+ren 8300/out 8299/in
+load components/proc.ndr
+ren 8301/out 8300/in
+load components/proc.ndr
+ren 8302/out 8301/in
+load components/proc.ndr
+ren 8303/out 8302/in
+load components/proc.ndr
+ren 8304/out 8303/in
+load components/proc.ndr
+ren 8305/out 8304/in
+load components/proc.ndr
+ren 8306/out 8305/in
+load components/proc.ndr
+ren 8307/out 8306/in
+load components/proc.ndr
+ren 8308/out 8307/in
+load components/proc.ndr
+ren 8309/out 8308/in
+load components/proc.ndr
+ren 8310/out 8309/in
+load components/proc.ndr
+ren 8311/out 8310/in
+load components/proc.ndr
+ren 8312/out 8311/in
+load components/proc.ndr
+ren 8313/out 8312/in
+load components/proc.ndr
+ren 8314/out 8313/in
+load components/proc.ndr
+ren 8315/out 8314/in
+load components/proc.ndr
+ren 8316/out 8315/in
+load components/proc.ndr
+ren 8317/out 8316/in
+load components/proc.ndr
+ren 8318/out 8317/in
+load components/proc.ndr
+ren 8319/out 8318/in
+load components/proc.ndr
+ren 8320/out 8319/in
+load components/proc.ndr
+ren 8321/out 8320/in
+load components/proc.ndr
+ren 8322/out 8321/in
+load components/proc.ndr
+ren 8323/out 8322/in
+load components/proc.ndr
+ren 8324/out 8323/in
+load components/proc.ndr
+ren 8325/out 8324/in
+load components/proc.ndr
+ren 8326/out 8325/in
+load components/proc.ndr
+ren 8327/out 8326/in
+load components/proc.ndr
+ren 8328/out 8327/in
+load components/proc.ndr
+ren 8329/out 8328/in
+load components/proc.ndr
+ren 8330/out 8329/in
+load components/proc.ndr
+ren 8331/out 8330/in
+load components/proc.ndr
+ren 8332/out 8331/in
+load components/proc.ndr
+ren 8333/out 8332/in
+load components/proc.ndr
+ren 8334/out 8333/in
+load components/proc.ndr
+ren 8335/out 8334/in
+load components/proc.ndr
+ren 8336/out 8335/in
+load components/proc.ndr
+ren 8337/out 8336/in
+load components/proc.ndr
+ren 8338/out 8337/in
+load components/proc.ndr
+ren 8339/out 8338/in
+load components/proc.ndr
+ren 8340/out 8339/in
+load components/proc.ndr
+ren 8341/out 8340/in
+load components/proc.ndr
+ren 8342/out 8341/in
+load components/proc.ndr
+ren 8343/out 8342/in
+load components/proc.ndr
+ren 8344/out 8343/in
+load components/proc.ndr
+ren 8345/out 8344/in
+load components/proc.ndr
+ren 8346/out 8345/in
+load components/proc.ndr
+ren 8347/out 8346/in
+load components/proc.ndr
+ren 8348/out 8347/in
+load components/proc.ndr
+ren 8349/out 8348/in
+load components/proc.ndr
+ren 8350/out 8349/in
+load components/proc.ndr
+ren 8351/out 8350/in
+load components/proc.ndr
+ren 8352/out 8351/in
+load components/proc.ndr
+ren 8353/out 8352/in
+load components/proc.ndr
+ren 8354/out 8353/in
+load components/proc.ndr
+ren 8355/out 8354/in
+load components/proc.ndr
+ren 8356/out 8355/in
+load components/proc.ndr
+ren 8357/out 8356/in
+load components/proc.ndr
+ren 8358/out 8357/in
+load components/proc.ndr
+ren 8359/out 8358/in
+load components/proc.ndr
+ren 8360/out 8359/in
+load components/proc.ndr
+ren 8361/out 8360/in
+load components/proc.ndr
+ren 8362/out 8361/in
+load components/proc.ndr
+ren 8363/out 8362/in
+load components/proc.ndr
+ren 8364/out 8363/in
+load components/proc.ndr
+ren 8365/out 8364/in
+load components/proc.ndr
+ren 8366/out 8365/in
+load components/proc.ndr
+ren 8367/out 8366/in
+load components/proc.ndr
+ren 8368/out 8367/in
+load components/proc.ndr
+ren 8369/out 8368/in
+load components/proc.ndr
+ren 8370/out 8369/in
+load components/proc.ndr
+ren 8371/out 8370/in
+load components/proc.ndr
+ren 8372/out 8371/in
+load components/proc.ndr
+ren 8373/out 8372/in
+load components/proc.ndr
+ren 8374/out 8373/in
+load components/proc.ndr
+ren 8375/out 8374/in
+load components/proc.ndr
+ren 8376/out 8375/in
+load components/proc.ndr
+ren 8377/out 8376/in
+load components/proc.ndr
+ren 8378/out 8377/in
+load components/proc.ndr
+ren 8379/out 8378/in
+load components/proc.ndr
+ren 8380/out 8379/in
+load components/proc.ndr
+ren 8381/out 8380/in
+load components/proc.ndr
+ren 8382/out 8381/in
+load components/proc.ndr
+ren 8383/out 8382/in
+load components/proc.ndr
+ren 8384/out 8383/in
+load components/proc.ndr
+ren 8385/out 8384/in
+load components/proc.ndr
+ren 8386/out 8385/in
+load components/proc.ndr
+ren 8387/out 8386/in
+load components/proc.ndr
+ren 8388/out 8387/in
+load components/proc.ndr
+ren 8389/out 8388/in
+load components/proc.ndr
+ren 8390/out 8389/in
+load components/proc.ndr
+ren 8391/out 8390/in
+load components/proc.ndr
+ren 8392/out 8391/in
+load components/proc.ndr
+ren 8393/out 8392/in
+load components/proc.ndr
+ren 8394/out 8393/in
+load components/proc.ndr
+ren 8395/out 8394/in
+load components/proc.ndr
+ren 8396/out 8395/in
+load components/proc.ndr
+ren 8397/out 8396/in
+load components/proc.ndr
+ren 8398/out 8397/in
+load components/proc.ndr
+ren 8399/out 8398/in
+load components/proc.ndr
+ren 8400/out 8399/in
+load components/proc.ndr
+ren 8401/out 8400/in
+load components/proc.ndr
+ren 8402/out 8401/in
+load components/proc.ndr
+ren 8403/out 8402/in
+load components/proc.ndr
+ren 8404/out 8403/in
+load components/proc.ndr
+ren 8405/out 8404/in
+load components/proc.ndr
+ren 8406/out 8405/in
+load components/proc.ndr
+ren 8407/out 8406/in
+load components/proc.ndr
+ren 8408/out 8407/in
+load components/proc.ndr
+ren 8409/out 8408/in
+load components/proc.ndr
+ren 8410/out 8409/in
+load components/proc.ndr
+ren 8411/out 8410/in
+load components/proc.ndr
+ren 8412/out 8411/in
+load components/proc.ndr
+ren 8413/out 8412/in
+load components/proc.ndr
+ren 8414/out 8413/in
+load components/proc.ndr
+ren 8415/out 8414/in
+load components/proc.ndr
+ren 8416/out 8415/in
+load components/proc.ndr
+ren 8417/out 8416/in
+load components/proc.ndr
+ren 8418/out 8417/in
+load components/proc.ndr
+ren 8419/out 8418/in
+load components/proc.ndr
+ren 8420/out 8419/in
+load components/proc.ndr
+ren 8421/out 8420/in
+load components/proc.ndr
+ren 8422/out 8421/in
+load components/proc.ndr
+ren 8423/out 8422/in
+load components/proc.ndr
+ren 8424/out 8423/in
+load components/proc.ndr
+ren 8425/out 8424/in
+load components/proc.ndr
+ren 8426/out 8425/in
+load components/proc.ndr
+ren 8427/out 8426/in
+load components/proc.ndr
+ren 8428/out 8427/in
+load components/proc.ndr
+ren 8429/out 8428/in
+load components/proc.ndr
+ren 8430/out 8429/in
+load components/proc.ndr
+ren 8431/out 8430/in
+load components/proc.ndr
+ren 8432/out 8431/in
+load components/proc.ndr
+ren 8433/out 8432/in
+load components/proc.ndr
+ren 8434/out 8433/in
+load components/proc.ndr
+ren 8435/out 8434/in
+load components/proc.ndr
+ren 8436/out 8435/in
+load components/proc.ndr
+ren 8437/out 8436/in
+load components/proc.ndr
+ren 8438/out 8437/in
+load components/proc.ndr
+ren 8439/out 8438/in
+load components/proc.ndr
+ren 8440/out 8439/in
+load components/proc.ndr
+ren 8441/out 8440/in
+load components/proc.ndr
+ren 8442/out 8441/in
+load components/proc.ndr
+ren 8443/out 8442/in
+load components/proc.ndr
+ren 8444/out 8443/in
+load components/proc.ndr
+ren 8445/out 8444/in
+load components/proc.ndr
+ren 8446/out 8445/in
+load components/proc.ndr
+ren 8447/out 8446/in
+load components/proc.ndr
+ren 8448/out 8447/in
+load components/proc.ndr
+ren 8449/out 8448/in
+load components/proc.ndr
+ren 8450/out 8449/in
+load components/proc.ndr
+ren 8451/out 8450/in
+load components/proc.ndr
+ren 8452/out 8451/in
+load components/proc.ndr
+ren 8453/out 8452/in
+load components/proc.ndr
+ren 8454/out 8453/in
+load components/proc.ndr
+ren 8455/out 8454/in
+load components/proc.ndr
+ren 8456/out 8455/in
+load components/proc.ndr
+ren 8457/out 8456/in
+load components/proc.ndr
+ren 8458/out 8457/in
+load components/proc.ndr
+ren 8459/out 8458/in
+load components/proc.ndr
+ren 8460/out 8459/in
+load components/proc.ndr
+ren 8461/out 8460/in
+load components/proc.ndr
+ren 8462/out 8461/in
+load components/proc.ndr
+ren 8463/out 8462/in
+load components/proc.ndr
+ren 8464/out 8463/in
+load components/proc.ndr
+ren 8465/out 8464/in
+load components/proc.ndr
+ren 8466/out 8465/in
+load components/proc.ndr
+ren 8467/out 8466/in
+load components/proc.ndr
+ren 8468/out 8467/in
+load components/proc.ndr
+ren 8469/out 8468/in
+load components/proc.ndr
+ren 8470/out 8469/in
+load components/proc.ndr
+ren 8471/out 8470/in
+load components/proc.ndr
+ren 8472/out 8471/in
+load components/proc.ndr
+ren 8473/out 8472/in
+load components/proc.ndr
+ren 8474/out 8473/in
+load components/proc.ndr
+ren 8475/out 8474/in
+load components/proc.ndr
+ren 8476/out 8475/in
+load components/proc.ndr
+ren 8477/out 8476/in
+load components/proc.ndr
+ren 8478/out 8477/in
+load components/proc.ndr
+ren 8479/out 8478/in
+load components/proc.ndr
+ren 8480/out 8479/in
+load components/proc.ndr
+ren 8481/out 8480/in
+load components/proc.ndr
+ren 8482/out 8481/in
+load components/proc.ndr
+ren 8483/out 8482/in
+load components/proc.ndr
+ren 8484/out 8483/in
+load components/proc.ndr
+ren 8485/out 8484/in
+load components/proc.ndr
+ren 8486/out 8485/in
+load components/proc.ndr
+ren 8487/out 8486/in
+load components/proc.ndr
+ren 8488/out 8487/in
+load components/proc.ndr
+ren 8489/out 8488/in
+load components/proc.ndr
+ren 8490/out 8489/in
+load components/proc.ndr
+ren 8491/out 8490/in
+load components/proc.ndr
+ren 8492/out 8491/in
+load components/proc.ndr
+ren 8493/out 8492/in
+load components/proc.ndr
+ren 8494/out 8493/in
+load components/proc.ndr
+ren 8495/out 8494/in
+load components/proc.ndr
+ren 8496/out 8495/in
+load components/proc.ndr
+ren 8497/out 8496/in
+load components/proc.ndr
+ren 8498/out 8497/in
+load components/proc.ndr
+ren 8499/out 8498/in
+load components/proc.ndr
+ren 8500/out 8499/in
+load components/proc.ndr
+ren 8501/out 8500/in
+load components/proc.ndr
+ren 8502/out 8501/in
+load components/proc.ndr
+ren 8503/out 8502/in
+load components/proc.ndr
+ren 8504/out 8503/in
+load components/proc.ndr
+ren 8505/out 8504/in
+load components/proc.ndr
+ren 8506/out 8505/in
+load components/proc.ndr
+ren 8507/out 8506/in
+load components/proc.ndr
+ren 8508/out 8507/in
+load components/proc.ndr
+ren 8509/out 8508/in
+load components/proc.ndr
+ren 8510/out 8509/in
+load components/proc.ndr
+ren 8511/out 8510/in
+load components/proc.ndr
+ren 8512/out 8511/in
+load components/proc.ndr
+ren 8513/out 8512/in
+load components/proc.ndr
+ren 8514/out 8513/in
+load components/proc.ndr
+ren 8515/out 8514/in
+load components/proc.ndr
+ren 8516/out 8515/in
+load components/proc.ndr
+ren 8517/out 8516/in
+load components/proc.ndr
+ren 8518/out 8517/in
+load components/proc.ndr
+ren 8519/out 8518/in
+load components/proc.ndr
+ren 8520/out 8519/in
+load components/proc.ndr
+ren 8521/out 8520/in
+load components/proc.ndr
+ren 8522/out 8521/in
+load components/proc.ndr
+ren 8523/out 8522/in
+load components/proc.ndr
+ren 8524/out 8523/in
+load components/proc.ndr
+ren 8525/out 8524/in
+load components/proc.ndr
+ren 8526/out 8525/in
+load components/proc.ndr
+ren 8527/out 8526/in
+load components/proc.ndr
+ren 8528/out 8527/in
+load components/proc.ndr
+ren 8529/out 8528/in
+load components/proc.ndr
+ren 8530/out 8529/in
+load components/proc.ndr
+ren 8531/out 8530/in
+load components/proc.ndr
+ren 8532/out 8531/in
+load components/proc.ndr
+ren 8533/out 8532/in
+load components/proc.ndr
+ren 8534/out 8533/in
+load components/proc.ndr
+ren 8535/out 8534/in
+load components/proc.ndr
+ren 8536/out 8535/in
+load components/proc.ndr
+ren 8537/out 8536/in
+load components/proc.ndr
+ren 8538/out 8537/in
+load components/proc.ndr
+ren 8539/out 8538/in
+load components/proc.ndr
+ren 8540/out 8539/in
+load components/proc.ndr
+ren 8541/out 8540/in
+load components/proc.ndr
+ren 8542/out 8541/in
+load components/proc.ndr
+ren 8543/out 8542/in
+load components/proc.ndr
+ren 8544/out 8543/in
+load components/proc.ndr
+ren 8545/out 8544/in
+load components/proc.ndr
+ren 8546/out 8545/in
+load components/proc.ndr
+ren 8547/out 8546/in
+load components/proc.ndr
+ren 8548/out 8547/in
+load components/proc.ndr
+ren 8549/out 8548/in
+load components/proc.ndr
+ren 8550/out 8549/in
+load components/proc.ndr
+ren 8551/out 8550/in
+load components/proc.ndr
+ren 8552/out 8551/in
+load components/proc.ndr
+ren 8553/out 8552/in
+load components/proc.ndr
+ren 8554/out 8553/in
+load components/proc.ndr
+ren 8555/out 8554/in
+load components/proc.ndr
+ren 8556/out 8555/in
+load components/proc.ndr
+ren 8557/out 8556/in
+load components/proc.ndr
+ren 8558/out 8557/in
+load components/proc.ndr
+ren 8559/out 8558/in
+load components/proc.ndr
+ren 8560/out 8559/in
+load components/proc.ndr
+ren 8561/out 8560/in
+load components/proc.ndr
+ren 8562/out 8561/in
+load components/proc.ndr
+ren 8563/out 8562/in
+load components/proc.ndr
+ren 8564/out 8563/in
+load components/proc.ndr
+ren 8565/out 8564/in
+load components/proc.ndr
+ren 8566/out 8565/in
+load components/proc.ndr
+ren 8567/out 8566/in
+load components/proc.ndr
+ren 8568/out 8567/in
+load components/proc.ndr
+ren 8569/out 8568/in
+load components/proc.ndr
+ren 8570/out 8569/in
+load components/proc.ndr
+ren 8571/out 8570/in
+load components/proc.ndr
+ren 8572/out 8571/in
+load components/proc.ndr
+ren 8573/out 8572/in
+load components/proc.ndr
+ren 8574/out 8573/in
+load components/proc.ndr
+ren 8575/out 8574/in
+load components/proc.ndr
+ren 8576/out 8575/in
+load components/proc.ndr
+ren 8577/out 8576/in
+load components/proc.ndr
+ren 8578/out 8577/in
+load components/proc.ndr
+ren 8579/out 8578/in
+load components/proc.ndr
+ren 8580/out 8579/in
+load components/proc.ndr
+ren 8581/out 8580/in
+load components/proc.ndr
+ren 8582/out 8581/in
+load components/proc.ndr
+ren 8583/out 8582/in
+load components/proc.ndr
+ren 8584/out 8583/in
+load components/proc.ndr
+ren 8585/out 8584/in
+load components/proc.ndr
+ren 8586/out 8585/in
+load components/proc.ndr
+ren 8587/out 8586/in
+load components/proc.ndr
+ren 8588/out 8587/in
+load components/proc.ndr
+ren 8589/out 8588/in
+load components/proc.ndr
+ren 8590/out 8589/in
+load components/proc.ndr
+ren 8591/out 8590/in
+load components/proc.ndr
+ren 8592/out 8591/in
+load components/proc.ndr
+ren 8593/out 8592/in
+load components/proc.ndr
+ren 8594/out 8593/in
+load components/proc.ndr
+ren 8595/out 8594/in
+load components/proc.ndr
+ren 8596/out 8595/in
+load components/proc.ndr
+ren 8597/out 8596/in
+load components/proc.ndr
+ren 8598/out 8597/in
+load components/proc.ndr
+ren 8599/out 8598/in
+load components/proc.ndr
+ren 8600/out 8599/in
+load components/proc.ndr
+ren 8601/out 8600/in
+load components/proc.ndr
+ren 8602/out 8601/in
+load components/proc.ndr
+ren 8603/out 8602/in
+load components/proc.ndr
+ren 8604/out 8603/in
+load components/proc.ndr
+ren 8605/out 8604/in
+load components/proc.ndr
+ren 8606/out 8605/in
+load components/proc.ndr
+ren 8607/out 8606/in
+load components/proc.ndr
+ren 8608/out 8607/in
+load components/proc.ndr
+ren 8609/out 8608/in
+load components/proc.ndr
+ren 8610/out 8609/in
+load components/proc.ndr
+ren 8611/out 8610/in
+load components/proc.ndr
+ren 8612/out 8611/in
+load components/proc.ndr
+ren 8613/out 8612/in
+load components/proc.ndr
+ren 8614/out 8613/in
+load components/proc.ndr
+ren 8615/out 8614/in
+load components/proc.ndr
+ren 8616/out 8615/in
+load components/proc.ndr
+ren 8617/out 8616/in
+load components/proc.ndr
+ren 8618/out 8617/in
+load components/proc.ndr
+ren 8619/out 8618/in
+load components/proc.ndr
+ren 8620/out 8619/in
+load components/proc.ndr
+ren 8621/out 8620/in
+load components/proc.ndr
+ren 8622/out 8621/in
+load components/proc.ndr
+ren 8623/out 8622/in
+load components/proc.ndr
+ren 8624/out 8623/in
+load components/proc.ndr
+ren 8625/out 8624/in
+load components/proc.ndr
+ren 8626/out 8625/in
+load components/proc.ndr
+ren 8627/out 8626/in
+load components/proc.ndr
+ren 8628/out 8627/in
+load components/proc.ndr
+ren 8629/out 8628/in
+load components/proc.ndr
+ren 8630/out 8629/in
+load components/proc.ndr
+ren 8631/out 8630/in
+load components/proc.ndr
+ren 8632/out 8631/in
+load components/proc.ndr
+ren 8633/out 8632/in
+load components/proc.ndr
+ren 8634/out 8633/in
+load components/proc.ndr
+ren 8635/out 8634/in
+load components/proc.ndr
+ren 8636/out 8635/in
+load components/proc.ndr
+ren 8637/out 8636/in
+load components/proc.ndr
+ren 8638/out 8637/in
+load components/proc.ndr
+ren 8639/out 8638/in
+load components/proc.ndr
+ren 8640/out 8639/in
+load components/proc.ndr
+ren 8641/out 8640/in
+load components/proc.ndr
+ren 8642/out 8641/in
+load components/proc.ndr
+ren 8643/out 8642/in
+load components/proc.ndr
+ren 8644/out 8643/in
+load components/proc.ndr
+ren 8645/out 8644/in
+load components/proc.ndr
+ren 8646/out 8645/in
+load components/proc.ndr
+ren 8647/out 8646/in
+load components/proc.ndr
+ren 8648/out 8647/in
+load components/proc.ndr
+ren 8649/out 8648/in
+load components/proc.ndr
+ren 8650/out 8649/in
+load components/proc.ndr
+ren 8651/out 8650/in
+load components/proc.ndr
+ren 8652/out 8651/in
+load components/proc.ndr
+ren 8653/out 8652/in
+load components/proc.ndr
+ren 8654/out 8653/in
+load components/proc.ndr
+ren 8655/out 8654/in
+load components/proc.ndr
+ren 8656/out 8655/in
+load components/proc.ndr
+ren 8657/out 8656/in
+load components/proc.ndr
+ren 8658/out 8657/in
+load components/proc.ndr
+ren 8659/out 8658/in
+load components/proc.ndr
+ren 8660/out 8659/in
+load components/proc.ndr
+ren 8661/out 8660/in
+load components/proc.ndr
+ren 8662/out 8661/in
+load components/proc.ndr
+ren 8663/out 8662/in
+load components/proc.ndr
+ren 8664/out 8663/in
+load components/proc.ndr
+ren 8665/out 8664/in
+load components/proc.ndr
+ren 8666/out 8665/in
+load components/proc.ndr
+ren 8667/out 8666/in
+load components/proc.ndr
+ren 8668/out 8667/in
+load components/proc.ndr
+ren 8669/out 8668/in
+load components/proc.ndr
+ren 8670/out 8669/in
+load components/proc.ndr
+ren 8671/out 8670/in
+load components/proc.ndr
+ren 8672/out 8671/in
+load components/proc.ndr
+ren 8673/out 8672/in
+load components/proc.ndr
+ren 8674/out 8673/in
+load components/proc.ndr
+ren 8675/out 8674/in
+load components/proc.ndr
+ren 8676/out 8675/in
+load components/proc.ndr
+ren 8677/out 8676/in
+load components/proc.ndr
+ren 8678/out 8677/in
+load components/proc.ndr
+ren 8679/out 8678/in
+load components/proc.ndr
+ren 8680/out 8679/in
+load components/proc.ndr
+ren 8681/out 8680/in
+load components/proc.ndr
+ren 8682/out 8681/in
+load components/proc.ndr
+ren 8683/out 8682/in
+load components/proc.ndr
+ren 8684/out 8683/in
+load components/proc.ndr
+ren 8685/out 8684/in
+load components/proc.ndr
+ren 8686/out 8685/in
+load components/proc.ndr
+ren 8687/out 8686/in
+load components/proc.ndr
+ren 8688/out 8687/in
+load components/proc.ndr
+ren 8689/out 8688/in
+load components/proc.ndr
+ren 8690/out 8689/in
+load components/proc.ndr
+ren 8691/out 8690/in
+load components/proc.ndr
+ren 8692/out 8691/in
+load components/proc.ndr
+ren 8693/out 8692/in
+load components/proc.ndr
+ren 8694/out 8693/in
+load components/proc.ndr
+ren 8695/out 8694/in
+load components/proc.ndr
+ren 8696/out 8695/in
+load components/proc.ndr
+ren 8697/out 8696/in
+load components/proc.ndr
+ren 8698/out 8697/in
+load components/proc.ndr
+ren 8699/out 8698/in
+load components/proc.ndr
+ren 8700/out 8699/in
+load components/proc.ndr
+ren 8701/out 8700/in
+load components/proc.ndr
+ren 8702/out 8701/in
+load components/proc.ndr
+ren 8703/out 8702/in
+load components/proc.ndr
+ren 8704/out 8703/in
+load components/proc.ndr
+ren 8705/out 8704/in
+load components/proc.ndr
+ren 8706/out 8705/in
+load components/proc.ndr
+ren 8707/out 8706/in
+load components/proc.ndr
+ren 8708/out 8707/in
+load components/proc.ndr
+ren 8709/out 8708/in
+load components/proc.ndr
+ren 8710/out 8709/in
+load components/proc.ndr
+ren 8711/out 8710/in
+load components/proc.ndr
+ren 8712/out 8711/in
+load components/proc.ndr
+ren 8713/out 8712/in
+load components/proc.ndr
+ren 8714/out 8713/in
+load components/proc.ndr
+ren 8715/out 8714/in
+load components/proc.ndr
+ren 8716/out 8715/in
+load components/proc.ndr
+ren 8717/out 8716/in
+load components/proc.ndr
+ren 8718/out 8717/in
+load components/proc.ndr
+ren 8719/out 8718/in
+load components/proc.ndr
+ren 8720/out 8719/in
+load components/proc.ndr
+ren 8721/out 8720/in
+load components/proc.ndr
+ren 8722/out 8721/in
+load components/proc.ndr
+ren 8723/out 8722/in
+load components/proc.ndr
+ren 8724/out 8723/in
+load components/proc.ndr
+ren 8725/out 8724/in
+load components/proc.ndr
+ren 8726/out 8725/in
+load components/proc.ndr
+ren 8727/out 8726/in
+load components/proc.ndr
+ren 8728/out 8727/in
+load components/proc.ndr
+ren 8729/out 8728/in
+load components/proc.ndr
+ren 8730/out 8729/in
+load components/proc.ndr
+ren 8731/out 8730/in
+load components/proc.ndr
+ren 8732/out 8731/in
+load components/proc.ndr
+ren 8733/out 8732/in
+load components/proc.ndr
+ren 8734/out 8733/in
+load components/proc.ndr
+ren 8735/out 8734/in
+load components/proc.ndr
+ren 8736/out 8735/in
+load components/proc.ndr
+ren 8737/out 8736/in
+load components/proc.ndr
+ren 8738/out 8737/in
+load components/proc.ndr
+ren 8739/out 8738/in
+load components/proc.ndr
+ren 8740/out 8739/in
+load components/proc.ndr
+ren 8741/out 8740/in
+load components/proc.ndr
+ren 8742/out 8741/in
+load components/proc.ndr
+ren 8743/out 8742/in
+load components/proc.ndr
+ren 8744/out 8743/in
+load components/proc.ndr
+ren 8745/out 8744/in
+load components/proc.ndr
+ren 8746/out 8745/in
+load components/proc.ndr
+ren 8747/out 8746/in
+load components/proc.ndr
+ren 8748/out 8747/in
+load components/proc.ndr
+ren 8749/out 8748/in
+load components/proc.ndr
+ren 8750/out 8749/in
+load components/proc.ndr
+ren 8751/out 8750/in
+load components/proc.ndr
+ren 8752/out 8751/in
+load components/proc.ndr
+ren 8753/out 8752/in
+load components/proc.ndr
+ren 8754/out 8753/in
+load components/proc.ndr
+ren 8755/out 8754/in
+load components/proc.ndr
+ren 8756/out 8755/in
+load components/proc.ndr
+ren 8757/out 8756/in
+load components/proc.ndr
+ren 8758/out 8757/in
+load components/proc.ndr
+ren 8759/out 8758/in
+load components/proc.ndr
+ren 8760/out 8759/in
+load components/proc.ndr
+ren 8761/out 8760/in
+load components/proc.ndr
+ren 8762/out 8761/in
+load components/proc.ndr
+ren 8763/out 8762/in
+load components/proc.ndr
+ren 8764/out 8763/in
+load components/proc.ndr
+ren 8765/out 8764/in
+load components/proc.ndr
+ren 8766/out 8765/in
+load components/proc.ndr
+ren 8767/out 8766/in
+load components/proc.ndr
+ren 8768/out 8767/in
+load components/proc.ndr
+ren 8769/out 8768/in
+load components/proc.ndr
+ren 8770/out 8769/in
+load components/proc.ndr
+ren 8771/out 8770/in
+load components/proc.ndr
+ren 8772/out 8771/in
+load components/proc.ndr
+ren 8773/out 8772/in
+load components/proc.ndr
+ren 8774/out 8773/in
+load components/proc.ndr
+ren 8775/out 8774/in
+load components/proc.ndr
+ren 8776/out 8775/in
+load components/proc.ndr
+ren 8777/out 8776/in
+load components/proc.ndr
+ren 8778/out 8777/in
+load components/proc.ndr
+ren 8779/out 8778/in
+load components/proc.ndr
+ren 8780/out 8779/in
+load components/proc.ndr
+ren 8781/out 8780/in
+load components/proc.ndr
+ren 8782/out 8781/in
+load components/proc.ndr
+ren 8783/out 8782/in
+load components/proc.ndr
+ren 8784/out 8783/in
+load components/proc.ndr
+ren 8785/out 8784/in
+load components/proc.ndr
+ren 8786/out 8785/in
+load components/proc.ndr
+ren 8787/out 8786/in
+load components/proc.ndr
+ren 8788/out 8787/in
+load components/proc.ndr
+ren 8789/out 8788/in
+load components/proc.ndr
+ren 8790/out 8789/in
+load components/proc.ndr
+ren 8791/out 8790/in
+load components/proc.ndr
+ren 8792/out 8791/in
+load components/proc.ndr
+ren 8793/out 8792/in
+load components/proc.ndr
+ren 8794/out 8793/in
+load components/proc.ndr
+ren 8795/out 8794/in
+load components/proc.ndr
+ren 8796/out 8795/in
+load components/proc.ndr
+ren 8797/out 8796/in
+load components/proc.ndr
+ren 8798/out 8797/in
+load components/proc.ndr
+ren 8799/out 8798/in
+load components/proc.ndr
+ren 8800/out 8799/in
+load components/proc.ndr
+ren 8801/out 8800/in
+load components/proc.ndr
+ren 8802/out 8801/in
+load components/proc.ndr
+ren 8803/out 8802/in
+load components/proc.ndr
+ren 8804/out 8803/in
+load components/proc.ndr
+ren 8805/out 8804/in
+load components/proc.ndr
+ren 8806/out 8805/in
+load components/proc.ndr
+ren 8807/out 8806/in
+load components/proc.ndr
+ren 8808/out 8807/in
+load components/proc.ndr
+ren 8809/out 8808/in
+load components/proc.ndr
+ren 8810/out 8809/in
+load components/proc.ndr
+ren 8811/out 8810/in
+load components/proc.ndr
+ren 8812/out 8811/in
+load components/proc.ndr
+ren 8813/out 8812/in
+load components/proc.ndr
+ren 8814/out 8813/in
+load components/proc.ndr
+ren 8815/out 8814/in
+load components/proc.ndr
+ren 8816/out 8815/in
+load components/proc.ndr
+ren 8817/out 8816/in
+load components/proc.ndr
+ren 8818/out 8817/in
+load components/proc.ndr
+ren 8819/out 8818/in
+load components/proc.ndr
+ren 8820/out 8819/in
+load components/proc.ndr
+ren 8821/out 8820/in
+load components/proc.ndr
+ren 8822/out 8821/in
+load components/proc.ndr
+ren 8823/out 8822/in
+load components/proc.ndr
+ren 8824/out 8823/in
+load components/proc.ndr
+ren 8825/out 8824/in
+load components/proc.ndr
+ren 8826/out 8825/in
+load components/proc.ndr
+ren 8827/out 8826/in
+load components/proc.ndr
+ren 8828/out 8827/in
+load components/proc.ndr
+ren 8829/out 8828/in
+load components/proc.ndr
+ren 8830/out 8829/in
+load components/proc.ndr
+ren 8831/out 8830/in
+load components/proc.ndr
+ren 8832/out 8831/in
+load components/proc.ndr
+ren 8833/out 8832/in
+load components/proc.ndr
+ren 8834/out 8833/in
+load components/proc.ndr
+ren 8835/out 8834/in
+load components/proc.ndr
+ren 8836/out 8835/in
+load components/proc.ndr
+ren 8837/out 8836/in
+load components/proc.ndr
+ren 8838/out 8837/in
+load components/proc.ndr
+ren 8839/out 8838/in
+load components/proc.ndr
+ren 8840/out 8839/in
+load components/proc.ndr
+ren 8841/out 8840/in
+load components/proc.ndr
+ren 8842/out 8841/in
+load components/proc.ndr
+ren 8843/out 8842/in
+load components/proc.ndr
+ren 8844/out 8843/in
+load components/proc.ndr
+ren 8845/out 8844/in
+load components/proc.ndr
+ren 8846/out 8845/in
+load components/proc.ndr
+ren 8847/out 8846/in
+load components/proc.ndr
+ren 8848/out 8847/in
+load components/proc.ndr
+ren 8849/out 8848/in
+load components/proc.ndr
+ren 8850/out 8849/in
+load components/proc.ndr
+ren 8851/out 8850/in
+load components/proc.ndr
+ren 8852/out 8851/in
+load components/proc.ndr
+ren 8853/out 8852/in
+load components/proc.ndr
+ren 8854/out 8853/in
+load components/proc.ndr
+ren 8855/out 8854/in
+load components/proc.ndr
+ren 8856/out 8855/in
+load components/proc.ndr
+ren 8857/out 8856/in
+load components/proc.ndr
+ren 8858/out 8857/in
+load components/proc.ndr
+ren 8859/out 8858/in
+load components/proc.ndr
+ren 8860/out 8859/in
+load components/proc.ndr
+ren 8861/out 8860/in
+load components/proc.ndr
+ren 8862/out 8861/in
+load components/proc.ndr
+ren 8863/out 8862/in
+load components/proc.ndr
+ren 8864/out 8863/in
+load components/proc.ndr
+ren 8865/out 8864/in
+load components/proc.ndr
+ren 8866/out 8865/in
+load components/proc.ndr
+ren 8867/out 8866/in
+load components/proc.ndr
+ren 8868/out 8867/in
+load components/proc.ndr
+ren 8869/out 8868/in
+load components/proc.ndr
+ren 8870/out 8869/in
+load components/proc.ndr
+ren 8871/out 8870/in
+load components/proc.ndr
+ren 8872/out 8871/in
+load components/proc.ndr
+ren 8873/out 8872/in
+load components/proc.ndr
+ren 8874/out 8873/in
+load components/proc.ndr
+ren 8875/out 8874/in
+load components/proc.ndr
+ren 8876/out 8875/in
+load components/proc.ndr
+ren 8877/out 8876/in
+load components/proc.ndr
+ren 8878/out 8877/in
+load components/proc.ndr
+ren 8879/out 8878/in
+load components/proc.ndr
+ren 8880/out 8879/in
+load components/proc.ndr
+ren 8881/out 8880/in
+load components/proc.ndr
+ren 8882/out 8881/in
+load components/proc.ndr
+ren 8883/out 8882/in
+load components/proc.ndr
+ren 8884/out 8883/in
+load components/proc.ndr
+ren 8885/out 8884/in
+load components/proc.ndr
+ren 8886/out 8885/in
+load components/proc.ndr
+ren 8887/out 8886/in
+load components/proc.ndr
+ren 8888/out 8887/in
+load components/proc.ndr
+ren 8889/out 8888/in
+load components/proc.ndr
+ren 8890/out 8889/in
+load components/proc.ndr
+ren 8891/out 8890/in
+load components/proc.ndr
+ren 8892/out 8891/in
+load components/proc.ndr
+ren 8893/out 8892/in
+load components/proc.ndr
+ren 8894/out 8893/in
+load components/proc.ndr
+ren 8895/out 8894/in
+load components/proc.ndr
+ren 8896/out 8895/in
+load components/proc.ndr
+ren 8897/out 8896/in
+load components/proc.ndr
+ren 8898/out 8897/in
+load components/proc.ndr
+ren 8899/out 8898/in
+load components/proc.ndr
+ren 8900/out 8899/in
+load components/proc.ndr
+ren 8901/out 8900/in
+load components/proc.ndr
+ren 8902/out 8901/in
+load components/proc.ndr
+ren 8903/out 8902/in
+load components/proc.ndr
+ren 8904/out 8903/in
+load components/proc.ndr
+ren 8905/out 8904/in
+load components/proc.ndr
+ren 8906/out 8905/in
+load components/proc.ndr
+ren 8907/out 8906/in
+load components/proc.ndr
+ren 8908/out 8907/in
+load components/proc.ndr
+ren 8909/out 8908/in
+load components/proc.ndr
+ren 8910/out 8909/in
+load components/proc.ndr
+ren 8911/out 8910/in
+load components/proc.ndr
+ren 8912/out 8911/in
+load components/proc.ndr
+ren 8913/out 8912/in
+load components/proc.ndr
+ren 8914/out 8913/in
+load components/proc.ndr
+ren 8915/out 8914/in
+load components/proc.ndr
+ren 8916/out 8915/in
+load components/proc.ndr
+ren 8917/out 8916/in
+load components/proc.ndr
+ren 8918/out 8917/in
+load components/proc.ndr
+ren 8919/out 8918/in
+load components/proc.ndr
+ren 8920/out 8919/in
+load components/proc.ndr
+ren 8921/out 8920/in
+load components/proc.ndr
+ren 8922/out 8921/in
+load components/proc.ndr
+ren 8923/out 8922/in
+load components/proc.ndr
+ren 8924/out 8923/in
+load components/proc.ndr
+ren 8925/out 8924/in
+load components/proc.ndr
+ren 8926/out 8925/in
+load components/proc.ndr
+ren 8927/out 8926/in
+load components/proc.ndr
+ren 8928/out 8927/in
+load components/proc.ndr
+ren 8929/out 8928/in
+load components/proc.ndr
+ren 8930/out 8929/in
+load components/proc.ndr
+ren 8931/out 8930/in
+load components/proc.ndr
+ren 8932/out 8931/in
+load components/proc.ndr
+ren 8933/out 8932/in
+load components/proc.ndr
+ren 8934/out 8933/in
+load components/proc.ndr
+ren 8935/out 8934/in
+load components/proc.ndr
+ren 8936/out 8935/in
+load components/proc.ndr
+ren 8937/out 8936/in
+load components/proc.ndr
+ren 8938/out 8937/in
+load components/proc.ndr
+ren 8939/out 8938/in
+load components/proc.ndr
+ren 8940/out 8939/in
+load components/proc.ndr
+ren 8941/out 8940/in
+load components/proc.ndr
+ren 8942/out 8941/in
+load components/proc.ndr
+ren 8943/out 8942/in
+load components/proc.ndr
+ren 8944/out 8943/in
+load components/proc.ndr
+ren 8945/out 8944/in
+load components/proc.ndr
+ren 8946/out 8945/in
+load components/proc.ndr
+ren 8947/out 8946/in
+load components/proc.ndr
+ren 8948/out 8947/in
+load components/proc.ndr
+ren 8949/out 8948/in
+load components/proc.ndr
+ren 8950/out 8949/in
+load components/proc.ndr
+ren 8951/out 8950/in
+load components/proc.ndr
+ren 8952/out 8951/in
+load components/proc.ndr
+ren 8953/out 8952/in
+load components/proc.ndr
+ren 8954/out 8953/in
+load components/proc.ndr
+ren 8955/out 8954/in
+load components/proc.ndr
+ren 8956/out 8955/in
+load components/proc.ndr
+ren 8957/out 8956/in
+load components/proc.ndr
+ren 8958/out 8957/in
+load components/proc.ndr
+ren 8959/out 8958/in
+load components/proc.ndr
+ren 8960/out 8959/in
+load components/proc.ndr
+ren 8961/out 8960/in
+load components/proc.ndr
+ren 8962/out 8961/in
+load components/proc.ndr
+ren 8963/out 8962/in
+load components/proc.ndr
+ren 8964/out 8963/in
+load components/proc.ndr
+ren 8965/out 8964/in
+load components/proc.ndr
+ren 8966/out 8965/in
+load components/proc.ndr
+ren 8967/out 8966/in
+load components/proc.ndr
+ren 8968/out 8967/in
+load components/proc.ndr
+ren 8969/out 8968/in
+load components/proc.ndr
+ren 8970/out 8969/in
+load components/proc.ndr
+ren 8971/out 8970/in
+load components/proc.ndr
+ren 8972/out 8971/in
+load components/proc.ndr
+ren 8973/out 8972/in
+load components/proc.ndr
+ren 8974/out 8973/in
+load components/proc.ndr
+ren 8975/out 8974/in
+load components/proc.ndr
+ren 8976/out 8975/in
+load components/proc.ndr
+ren 8977/out 8976/in
+load components/proc.ndr
+ren 8978/out 8977/in
+load components/proc.ndr
+ren 8979/out 8978/in
+load components/proc.ndr
+ren 8980/out 8979/in
+load components/proc.ndr
+ren 8981/out 8980/in
+load components/proc.ndr
+ren 8982/out 8981/in
+load components/proc.ndr
+ren 8983/out 8982/in
+load components/proc.ndr
+ren 8984/out 8983/in
+load components/proc.ndr
+ren 8985/out 8984/in
+load components/proc.ndr
+ren 8986/out 8985/in
+load components/proc.ndr
+ren 8987/out 8986/in
+load components/proc.ndr
+ren 8988/out 8987/in
+load components/proc.ndr
+ren 8989/out 8988/in
+load components/proc.ndr
+ren 8990/out 8989/in
+load components/proc.ndr
+ren 8991/out 8990/in
+load components/proc.ndr
+ren 8992/out 8991/in
+load components/proc.ndr
+ren 8993/out 8992/in
+load components/proc.ndr
+ren 8994/out 8993/in
+load components/proc.ndr
+ren 8995/out 8994/in
+load components/proc.ndr
+ren 8996/out 8995/in
+load components/proc.ndr
+ren 8997/out 8996/in
+load components/proc.ndr
+ren 8998/out 8997/in
+load components/proc.ndr
+ren 8999/out 8998/in
+load components/proc.ndr
+ren 9000/out 8999/in
+load components/proc.ndr
+ren 9001/out 9000/in
+load components/proc.ndr
+ren 9002/out 9001/in
+load components/proc.ndr
+ren 9003/out 9002/in
+load components/proc.ndr
+ren 9004/out 9003/in
+load components/proc.ndr
+ren 9005/out 9004/in
+load components/proc.ndr
+ren 9006/out 9005/in
+load components/proc.ndr
+ren 9007/out 9006/in
+load components/proc.ndr
+ren 9008/out 9007/in
+load components/proc.ndr
+ren 9009/out 9008/in
+load components/proc.ndr
+ren 9010/out 9009/in
+load components/proc.ndr
+ren 9011/out 9010/in
+load components/proc.ndr
+ren 9012/out 9011/in
+load components/proc.ndr
+ren 9013/out 9012/in
+load components/proc.ndr
+ren 9014/out 9013/in
+load components/proc.ndr
+ren 9015/out 9014/in
+load components/proc.ndr
+ren 9016/out 9015/in
+load components/proc.ndr
+ren 9017/out 9016/in
+load components/proc.ndr
+ren 9018/out 9017/in
+load components/proc.ndr
+ren 9019/out 9018/in
+load components/proc.ndr
+ren 9020/out 9019/in
+load components/proc.ndr
+ren 9021/out 9020/in
+load components/proc.ndr
+ren 9022/out 9021/in
+load components/proc.ndr
+ren 9023/out 9022/in
+load components/proc.ndr
+ren 9024/out 9023/in
+load components/proc.ndr
+ren 9025/out 9024/in
+load components/proc.ndr
+ren 9026/out 9025/in
+load components/proc.ndr
+ren 9027/out 9026/in
+load components/proc.ndr
+ren 9028/out 9027/in
+load components/proc.ndr
+ren 9029/out 9028/in
+load components/proc.ndr
+ren 9030/out 9029/in
+load components/proc.ndr
+ren 9031/out 9030/in
+load components/proc.ndr
+ren 9032/out 9031/in
+load components/proc.ndr
+ren 9033/out 9032/in
+load components/proc.ndr
+ren 9034/out 9033/in
+load components/proc.ndr
+ren 9035/out 9034/in
+load components/proc.ndr
+ren 9036/out 9035/in
+load components/proc.ndr
+ren 9037/out 9036/in
+load components/proc.ndr
+ren 9038/out 9037/in
+load components/proc.ndr
+ren 9039/out 9038/in
+load components/proc.ndr
+ren 9040/out 9039/in
+load components/proc.ndr
+ren 9041/out 9040/in
+load components/proc.ndr
+ren 9042/out 9041/in
+load components/proc.ndr
+ren 9043/out 9042/in
+load components/proc.ndr
+ren 9044/out 9043/in
+load components/proc.ndr
+ren 9045/out 9044/in
+load components/proc.ndr
+ren 9046/out 9045/in
+load components/proc.ndr
+ren 9047/out 9046/in
+load components/proc.ndr
+ren 9048/out 9047/in
+load components/proc.ndr
+ren 9049/out 9048/in
+load components/proc.ndr
+ren 9050/out 9049/in
+load components/proc.ndr
+ren 9051/out 9050/in
+load components/proc.ndr
+ren 9052/out 9051/in
+load components/proc.ndr
+ren 9053/out 9052/in
+load components/proc.ndr
+ren 9054/out 9053/in
+load components/proc.ndr
+ren 9055/out 9054/in
+load components/proc.ndr
+ren 9056/out 9055/in
+load components/proc.ndr
+ren 9057/out 9056/in
+load components/proc.ndr
+ren 9058/out 9057/in
+load components/proc.ndr
+ren 9059/out 9058/in
+load components/proc.ndr
+ren 9060/out 9059/in
+load components/proc.ndr
+ren 9061/out 9060/in
+load components/proc.ndr
+ren 9062/out 9061/in
+load components/proc.ndr
+ren 9063/out 9062/in
+load components/proc.ndr
+ren 9064/out 9063/in
+load components/proc.ndr
+ren 9065/out 9064/in
+load components/proc.ndr
+ren 9066/out 9065/in
+load components/proc.ndr
+ren 9067/out 9066/in
+load components/proc.ndr
+ren 9068/out 9067/in
+load components/proc.ndr
+ren 9069/out 9068/in
+load components/proc.ndr
+ren 9070/out 9069/in
+load components/proc.ndr
+ren 9071/out 9070/in
+load components/proc.ndr
+ren 9072/out 9071/in
+load components/proc.ndr
+ren 9073/out 9072/in
+load components/proc.ndr
+ren 9074/out 9073/in
+load components/proc.ndr
+ren 9075/out 9074/in
+load components/proc.ndr
+ren 9076/out 9075/in
+load components/proc.ndr
+ren 9077/out 9076/in
+load components/proc.ndr
+ren 9078/out 9077/in
+load components/proc.ndr
+ren 9079/out 9078/in
+load components/proc.ndr
+ren 9080/out 9079/in
+load components/proc.ndr
+ren 9081/out 9080/in
+load components/proc.ndr
+ren 9082/out 9081/in
+load components/proc.ndr
+ren 9083/out 9082/in
+load components/proc.ndr
+ren 9084/out 9083/in
+load components/proc.ndr
+ren 9085/out 9084/in
+load components/proc.ndr
+ren 9086/out 9085/in
+load components/proc.ndr
+ren 9087/out 9086/in
+load components/proc.ndr
+ren 9088/out 9087/in
+load components/proc.ndr
+ren 9089/out 9088/in
+load components/proc.ndr
+ren 9090/out 9089/in
+load components/proc.ndr
+ren 9091/out 9090/in
+load components/proc.ndr
+ren 9092/out 9091/in
+load components/proc.ndr
+ren 9093/out 9092/in
+load components/proc.ndr
+ren 9094/out 9093/in
+load components/proc.ndr
+ren 9095/out 9094/in
+load components/proc.ndr
+ren 9096/out 9095/in
+load components/proc.ndr
+ren 9097/out 9096/in
+load components/proc.ndr
+ren 9098/out 9097/in
+load components/proc.ndr
+ren 9099/out 9098/in
+load components/proc.ndr
+ren 9100/out 9099/in
+load components/proc.ndr
+ren 9101/out 9100/in
+load components/proc.ndr
+ren 9102/out 9101/in
+load components/proc.ndr
+ren 9103/out 9102/in
+load components/proc.ndr
+ren 9104/out 9103/in
+load components/proc.ndr
+ren 9105/out 9104/in
+load components/proc.ndr
+ren 9106/out 9105/in
+load components/proc.ndr
+ren 9107/out 9106/in
+load components/proc.ndr
+ren 9108/out 9107/in
+load components/proc.ndr
+ren 9109/out 9108/in
+load components/proc.ndr
+ren 9110/out 9109/in
+load components/proc.ndr
+ren 9111/out 9110/in
+load components/proc.ndr
+ren 9112/out 9111/in
+load components/proc.ndr
+ren 9113/out 9112/in
+load components/proc.ndr
+ren 9114/out 9113/in
+load components/proc.ndr
+ren 9115/out 9114/in
+load components/proc.ndr
+ren 9116/out 9115/in
+load components/proc.ndr
+ren 9117/out 9116/in
+load components/proc.ndr
+ren 9118/out 9117/in
+load components/proc.ndr
+ren 9119/out 9118/in
+load components/proc.ndr
+ren 9120/out 9119/in
+load components/proc.ndr
+ren 9121/out 9120/in
+load components/proc.ndr
+ren 9122/out 9121/in
+load components/proc.ndr
+ren 9123/out 9122/in
+load components/proc.ndr
+ren 9124/out 9123/in
+load components/proc.ndr
+ren 9125/out 9124/in
+load components/proc.ndr
+ren 9126/out 9125/in
+load components/proc.ndr
+ren 9127/out 9126/in
+load components/proc.ndr
+ren 9128/out 9127/in
+load components/proc.ndr
+ren 9129/out 9128/in
+load components/proc.ndr
+ren 9130/out 9129/in
+load components/proc.ndr
+ren 9131/out 9130/in
+load components/proc.ndr
+ren 9132/out 9131/in
+load components/proc.ndr
+ren 9133/out 9132/in
+load components/proc.ndr
+ren 9134/out 9133/in
+load components/proc.ndr
+ren 9135/out 9134/in
+load components/proc.ndr
+ren 9136/out 9135/in
+load components/proc.ndr
+ren 9137/out 9136/in
+load components/proc.ndr
+ren 9138/out 9137/in
+load components/proc.ndr
+ren 9139/out 9138/in
+load components/proc.ndr
+ren 9140/out 9139/in
+load components/proc.ndr
+ren 9141/out 9140/in
+load components/proc.ndr
+ren 9142/out 9141/in
+load components/proc.ndr
+ren 9143/out 9142/in
+load components/proc.ndr
+ren 9144/out 9143/in
+load components/proc.ndr
+ren 9145/out 9144/in
+load components/proc.ndr
+ren 9146/out 9145/in
+load components/proc.ndr
+ren 9147/out 9146/in
+load components/proc.ndr
+ren 9148/out 9147/in
+load components/proc.ndr
+ren 9149/out 9148/in
+load components/proc.ndr
+ren 9150/out 9149/in
+load components/proc.ndr
+ren 9151/out 9150/in
+load components/proc.ndr
+ren 9152/out 9151/in
+load components/proc.ndr
+ren 9153/out 9152/in
+load components/proc.ndr
+ren 9154/out 9153/in
+load components/proc.ndr
+ren 9155/out 9154/in
+load components/proc.ndr
+ren 9156/out 9155/in
+load components/proc.ndr
+ren 9157/out 9156/in
+load components/proc.ndr
+ren 9158/out 9157/in
+load components/proc.ndr
+ren 9159/out 9158/in
+load components/proc.ndr
+ren 9160/out 9159/in
+load components/proc.ndr
+ren 9161/out 9160/in
+load components/proc.ndr
+ren 9162/out 9161/in
+load components/proc.ndr
+ren 9163/out 9162/in
+load components/proc.ndr
+ren 9164/out 9163/in
+load components/proc.ndr
+ren 9165/out 9164/in
+load components/proc.ndr
+ren 9166/out 9165/in
+load components/proc.ndr
+ren 9167/out 9166/in
+load components/proc.ndr
+ren 9168/out 9167/in
+load components/proc.ndr
+ren 9169/out 9168/in
+load components/proc.ndr
+ren 9170/out 9169/in
+load components/proc.ndr
+ren 9171/out 9170/in
+load components/proc.ndr
+ren 9172/out 9171/in
+load components/proc.ndr
+ren 9173/out 9172/in
+load components/proc.ndr
+ren 9174/out 9173/in
+load components/proc.ndr
+ren 9175/out 9174/in
+load components/proc.ndr
+ren 9176/out 9175/in
+load components/proc.ndr
+ren 9177/out 9176/in
+load components/proc.ndr
+ren 9178/out 9177/in
+load components/proc.ndr
+ren 9179/out 9178/in
+load components/proc.ndr
+ren 9180/out 9179/in
+load components/proc.ndr
+ren 9181/out 9180/in
+load components/proc.ndr
+ren 9182/out 9181/in
+load components/proc.ndr
+ren 9183/out 9182/in
+load components/proc.ndr
+ren 9184/out 9183/in
+load components/proc.ndr
+ren 9185/out 9184/in
+load components/proc.ndr
+ren 9186/out 9185/in
+load components/proc.ndr
+ren 9187/out 9186/in
+load components/proc.ndr
+ren 9188/out 9187/in
+load components/proc.ndr
+ren 9189/out 9188/in
+load components/proc.ndr
+ren 9190/out 9189/in
+load components/proc.ndr
+ren 9191/out 9190/in
+load components/proc.ndr
+ren 9192/out 9191/in
+load components/proc.ndr
+ren 9193/out 9192/in
+load components/proc.ndr
+ren 9194/out 9193/in
+load components/proc.ndr
+ren 9195/out 9194/in
+load components/proc.ndr
+ren 9196/out 9195/in
+load components/proc.ndr
+ren 9197/out 9196/in
+load components/proc.ndr
+ren 9198/out 9197/in
+load components/proc.ndr
+ren 9199/out 9198/in
+load components/proc.ndr
+ren 9200/out 9199/in
+load components/proc.ndr
+ren 9201/out 9200/in
+load components/proc.ndr
+ren 9202/out 9201/in
+load components/proc.ndr
+ren 9203/out 9202/in
+load components/proc.ndr
+ren 9204/out 9203/in
+load components/proc.ndr
+ren 9205/out 9204/in
+load components/proc.ndr
+ren 9206/out 9205/in
+load components/proc.ndr
+ren 9207/out 9206/in
+load components/proc.ndr
+ren 9208/out 9207/in
+load components/proc.ndr
+ren 9209/out 9208/in
+load components/proc.ndr
+ren 9210/out 9209/in
+load components/proc.ndr
+ren 9211/out 9210/in
+load components/proc.ndr
+ren 9212/out 9211/in
+load components/proc.ndr
+ren 9213/out 9212/in
+load components/proc.ndr
+ren 9214/out 9213/in
+load components/proc.ndr
+ren 9215/out 9214/in
+load components/proc.ndr
+ren 9216/out 9215/in
+load components/proc.ndr
+ren 9217/out 9216/in
+load components/proc.ndr
+ren 9218/out 9217/in
+load components/proc.ndr
+ren 9219/out 9218/in
+load components/proc.ndr
+ren 9220/out 9219/in
+load components/proc.ndr
+ren 9221/out 9220/in
+load components/proc.ndr
+ren 9222/out 9221/in
+load components/proc.ndr
+ren 9223/out 9222/in
+load components/proc.ndr
+ren 9224/out 9223/in
+load components/proc.ndr
+ren 9225/out 9224/in
+load components/proc.ndr
+ren 9226/out 9225/in
+load components/proc.ndr
+ren 9227/out 9226/in
+load components/proc.ndr
+ren 9228/out 9227/in
+load components/proc.ndr
+ren 9229/out 9228/in
+load components/proc.ndr
+ren 9230/out 9229/in
+load components/proc.ndr
+ren 9231/out 9230/in
+load components/proc.ndr
+ren 9232/out 9231/in
+load components/proc.ndr
+ren 9233/out 9232/in
+load components/proc.ndr
+ren 9234/out 9233/in
+load components/proc.ndr
+ren 9235/out 9234/in
+load components/proc.ndr
+ren 9236/out 9235/in
+load components/proc.ndr
+ren 9237/out 9236/in
+load components/proc.ndr
+ren 9238/out 9237/in
+load components/proc.ndr
+ren 9239/out 9238/in
+load components/proc.ndr
+ren 9240/out 9239/in
+load components/proc.ndr
+ren 9241/out 9240/in
+load components/proc.ndr
+ren 9242/out 9241/in
+load components/proc.ndr
+ren 9243/out 9242/in
+load components/proc.ndr
+ren 9244/out 9243/in
+load components/proc.ndr
+ren 9245/out 9244/in
+load components/proc.ndr
+ren 9246/out 9245/in
+load components/proc.ndr
+ren 9247/out 9246/in
+load components/proc.ndr
+ren 9248/out 9247/in
+load components/proc.ndr
+ren 9249/out 9248/in
+load components/proc.ndr
+ren 9250/out 9249/in
+load components/proc.ndr
+ren 9251/out 9250/in
+load components/proc.ndr
+ren 9252/out 9251/in
+load components/proc.ndr
+ren 9253/out 9252/in
+load components/proc.ndr
+ren 9254/out 9253/in
+load components/proc.ndr
+ren 9255/out 9254/in
+load components/proc.ndr
+ren 9256/out 9255/in
+load components/proc.ndr
+ren 9257/out 9256/in
+load components/proc.ndr
+ren 9258/out 9257/in
+load components/proc.ndr
+ren 9259/out 9258/in
+load components/proc.ndr
+ren 9260/out 9259/in
+load components/proc.ndr
+ren 9261/out 9260/in
+load components/proc.ndr
+ren 9262/out 9261/in
+load components/proc.ndr
+ren 9263/out 9262/in
+load components/proc.ndr
+ren 9264/out 9263/in
+load components/proc.ndr
+ren 9265/out 9264/in
+load components/proc.ndr
+ren 9266/out 9265/in
+load components/proc.ndr
+ren 9267/out 9266/in
+load components/proc.ndr
+ren 9268/out 9267/in
+load components/proc.ndr
+ren 9269/out 9268/in
+load components/proc.ndr
+ren 9270/out 9269/in
+load components/proc.ndr
+ren 9271/out 9270/in
+load components/proc.ndr
+ren 9272/out 9271/in
+load components/proc.ndr
+ren 9273/out 9272/in
+load components/proc.ndr
+ren 9274/out 9273/in
+load components/proc.ndr
+ren 9275/out 9274/in
+load components/proc.ndr
+ren 9276/out 9275/in
+load components/proc.ndr
+ren 9277/out 9276/in
+load components/proc.ndr
+ren 9278/out 9277/in
+load components/proc.ndr
+ren 9279/out 9278/in
+load components/proc.ndr
+ren 9280/out 9279/in
+load components/proc.ndr
+ren 9281/out 9280/in
+load components/proc.ndr
+ren 9282/out 9281/in
+load components/proc.ndr
+ren 9283/out 9282/in
+load components/proc.ndr
+ren 9284/out 9283/in
+load components/proc.ndr
+ren 9285/out 9284/in
+load components/proc.ndr
+ren 9286/out 9285/in
+load components/proc.ndr
+ren 9287/out 9286/in
+load components/proc.ndr
+ren 9288/out 9287/in
+load components/proc.ndr
+ren 9289/out 9288/in
+load components/proc.ndr
+ren 9290/out 9289/in
+load components/proc.ndr
+ren 9291/out 9290/in
+load components/proc.ndr
+ren 9292/out 9291/in
+load components/proc.ndr
+ren 9293/out 9292/in
+load components/proc.ndr
+ren 9294/out 9293/in
+load components/proc.ndr
+ren 9295/out 9294/in
+load components/proc.ndr
+ren 9296/out 9295/in
+load components/proc.ndr
+ren 9297/out 9296/in
+load components/proc.ndr
+ren 9298/out 9297/in
+load components/proc.ndr
+ren 9299/out 9298/in
+load components/proc.ndr
+ren 9300/out 9299/in
+load components/proc.ndr
+ren 9301/out 9300/in
+load components/proc.ndr
+ren 9302/out 9301/in
+load components/proc.ndr
+ren 9303/out 9302/in
+load components/proc.ndr
+ren 9304/out 9303/in
+load components/proc.ndr
+ren 9305/out 9304/in
+load components/proc.ndr
+ren 9306/out 9305/in
+load components/proc.ndr
+ren 9307/out 9306/in
+load components/proc.ndr
+ren 9308/out 9307/in
+load components/proc.ndr
+ren 9309/out 9308/in
+load components/proc.ndr
+ren 9310/out 9309/in
+load components/proc.ndr
+ren 9311/out 9310/in
+load components/proc.ndr
+ren 9312/out 9311/in
+load components/proc.ndr
+ren 9313/out 9312/in
+load components/proc.ndr
+ren 9314/out 9313/in
+load components/proc.ndr
+ren 9315/out 9314/in
+load components/proc.ndr
+ren 9316/out 9315/in
+load components/proc.ndr
+ren 9317/out 9316/in
+load components/proc.ndr
+ren 9318/out 9317/in
+load components/proc.ndr
+ren 9319/out 9318/in
+load components/proc.ndr
+ren 9320/out 9319/in
+load components/proc.ndr
+ren 9321/out 9320/in
+load components/proc.ndr
+ren 9322/out 9321/in
+load components/proc.ndr
+ren 9323/out 9322/in
+load components/proc.ndr
+ren 9324/out 9323/in
+load components/proc.ndr
+ren 9325/out 9324/in
+load components/proc.ndr
+ren 9326/out 9325/in
+load components/proc.ndr
+ren 9327/out 9326/in
+load components/proc.ndr
+ren 9328/out 9327/in
+load components/proc.ndr
+ren 9329/out 9328/in
+load components/proc.ndr
+ren 9330/out 9329/in
+load components/proc.ndr
+ren 9331/out 9330/in
+load components/proc.ndr
+ren 9332/out 9331/in
+load components/proc.ndr
+ren 9333/out 9332/in
+load components/proc.ndr
+ren 9334/out 9333/in
+load components/proc.ndr
+ren 9335/out 9334/in
+load components/proc.ndr
+ren 9336/out 9335/in
+load components/proc.ndr
+ren 9337/out 9336/in
+load components/proc.ndr
+ren 9338/out 9337/in
+load components/proc.ndr
+ren 9339/out 9338/in
+load components/proc.ndr
+ren 9340/out 9339/in
+load components/proc.ndr
+ren 9341/out 9340/in
+load components/proc.ndr
+ren 9342/out 9341/in
+load components/proc.ndr
+ren 9343/out 9342/in
+load components/proc.ndr
+ren 9344/out 9343/in
+load components/proc.ndr
+ren 9345/out 9344/in
+load components/proc.ndr
+ren 9346/out 9345/in
+load components/proc.ndr
+ren 9347/out 9346/in
+load components/proc.ndr
+ren 9348/out 9347/in
+load components/proc.ndr
+ren 9349/out 9348/in
+load components/proc.ndr
+ren 9350/out 9349/in
+load components/proc.ndr
+ren 9351/out 9350/in
+load components/proc.ndr
+ren 9352/out 9351/in
+load components/proc.ndr
+ren 9353/out 9352/in
+load components/proc.ndr
+ren 9354/out 9353/in
+load components/proc.ndr
+ren 9355/out 9354/in
+load components/proc.ndr
+ren 9356/out 9355/in
+load components/proc.ndr
+ren 9357/out 9356/in
+load components/proc.ndr
+ren 9358/out 9357/in
+load components/proc.ndr
+ren 9359/out 9358/in
+load components/proc.ndr
+ren 9360/out 9359/in
+load components/proc.ndr
+ren 9361/out 9360/in
+load components/proc.ndr
+ren 9362/out 9361/in
+load components/proc.ndr
+ren 9363/out 9362/in
+load components/proc.ndr
+ren 9364/out 9363/in
+load components/proc.ndr
+ren 9365/out 9364/in
+load components/proc.ndr
+ren 9366/out 9365/in
+load components/proc.ndr
+ren 9367/out 9366/in
+load components/proc.ndr
+ren 9368/out 9367/in
+load components/proc.ndr
+ren 9369/out 9368/in
+load components/proc.ndr
+ren 9370/out 9369/in
+load components/proc.ndr
+ren 9371/out 9370/in
+load components/proc.ndr
+ren 9372/out 9371/in
+load components/proc.ndr
+ren 9373/out 9372/in
+load components/proc.ndr
+ren 9374/out 9373/in
+load components/proc.ndr
+ren 9375/out 9374/in
+load components/proc.ndr
+ren 9376/out 9375/in
+load components/proc.ndr
+ren 9377/out 9376/in
+load components/proc.ndr
+ren 9378/out 9377/in
+load components/proc.ndr
+ren 9379/out 9378/in
+load components/proc.ndr
+ren 9380/out 9379/in
+load components/proc.ndr
+ren 9381/out 9380/in
+load components/proc.ndr
+ren 9382/out 9381/in
+load components/proc.ndr
+ren 9383/out 9382/in
+load components/proc.ndr
+ren 9384/out 9383/in
+load components/proc.ndr
+ren 9385/out 9384/in
+load components/proc.ndr
+ren 9386/out 9385/in
+load components/proc.ndr
+ren 9387/out 9386/in
+load components/proc.ndr
+ren 9388/out 9387/in
+load components/proc.ndr
+ren 9389/out 9388/in
+load components/proc.ndr
+ren 9390/out 9389/in
+load components/proc.ndr
+ren 9391/out 9390/in
+load components/proc.ndr
+ren 9392/out 9391/in
+load components/proc.ndr
+ren 9393/out 9392/in
+load components/proc.ndr
+ren 9394/out 9393/in
+load components/proc.ndr
+ren 9395/out 9394/in
+load components/proc.ndr
+ren 9396/out 9395/in
+load components/proc.ndr
+ren 9397/out 9396/in
+load components/proc.ndr
+ren 9398/out 9397/in
+load components/proc.ndr
+ren 9399/out 9398/in
+load components/proc.ndr
+ren 9400/out 9399/in
+load components/proc.ndr
+ren 9401/out 9400/in
+load components/proc.ndr
+ren 9402/out 9401/in
+load components/proc.ndr
+ren 9403/out 9402/in
+load components/proc.ndr
+ren 9404/out 9403/in
+load components/proc.ndr
+ren 9405/out 9404/in
+load components/proc.ndr
+ren 9406/out 9405/in
+load components/proc.ndr
+ren 9407/out 9406/in
+load components/proc.ndr
+ren 9408/out 9407/in
+load components/proc.ndr
+ren 9409/out 9408/in
+load components/proc.ndr
+ren 9410/out 9409/in
+load components/proc.ndr
+ren 9411/out 9410/in
+load components/proc.ndr
+ren 9412/out 9411/in
+load components/proc.ndr
+ren 9413/out 9412/in
+load components/proc.ndr
+ren 9414/out 9413/in
+load components/proc.ndr
+ren 9415/out 9414/in
+load components/proc.ndr
+ren 9416/out 9415/in
+load components/proc.ndr
+ren 9417/out 9416/in
+load components/proc.ndr
+ren 9418/out 9417/in
+load components/proc.ndr
+ren 9419/out 9418/in
+load components/proc.ndr
+ren 9420/out 9419/in
+load components/proc.ndr
+ren 9421/out 9420/in
+load components/proc.ndr
+ren 9422/out 9421/in
+load components/proc.ndr
+ren 9423/out 9422/in
+load components/proc.ndr
+ren 9424/out 9423/in
+load components/proc.ndr
+ren 9425/out 9424/in
+load components/proc.ndr
+ren 9426/out 9425/in
+load components/proc.ndr
+ren 9427/out 9426/in
+load components/proc.ndr
+ren 9428/out 9427/in
+load components/proc.ndr
+ren 9429/out 9428/in
+load components/proc.ndr
+ren 9430/out 9429/in
+load components/proc.ndr
+ren 9431/out 9430/in
+load components/proc.ndr
+ren 9432/out 9431/in
+load components/proc.ndr
+ren 9433/out 9432/in
+load components/proc.ndr
+ren 9434/out 9433/in
+load components/proc.ndr
+ren 9435/out 9434/in
+load components/proc.ndr
+ren 9436/out 9435/in
+load components/proc.ndr
+ren 9437/out 9436/in
+load components/proc.ndr
+ren 9438/out 9437/in
+load components/proc.ndr
+ren 9439/out 9438/in
+load components/proc.ndr
+ren 9440/out 9439/in
+load components/proc.ndr
+ren 9441/out 9440/in
+load components/proc.ndr
+ren 9442/out 9441/in
+load components/proc.ndr
+ren 9443/out 9442/in
+load components/proc.ndr
+ren 9444/out 9443/in
+load components/proc.ndr
+ren 9445/out 9444/in
+load components/proc.ndr
+ren 9446/out 9445/in
+load components/proc.ndr
+ren 9447/out 9446/in
+load components/proc.ndr
+ren 9448/out 9447/in
+load components/proc.ndr
+ren 9449/out 9448/in
+load components/proc.ndr
+ren 9450/out 9449/in
+load components/proc.ndr
+ren 9451/out 9450/in
+load components/proc.ndr
+ren 9452/out 9451/in
+load components/proc.ndr
+ren 9453/out 9452/in
+load components/proc.ndr
+ren 9454/out 9453/in
+load components/proc.ndr
+ren 9455/out 9454/in
+load components/proc.ndr
+ren 9456/out 9455/in
+load components/proc.ndr
+ren 9457/out 9456/in
+load components/proc.ndr
+ren 9458/out 9457/in
+load components/proc.ndr
+ren 9459/out 9458/in
+load components/proc.ndr
+ren 9460/out 9459/in
+load components/proc.ndr
+ren 9461/out 9460/in
+load components/proc.ndr
+ren 9462/out 9461/in
+load components/proc.ndr
+ren 9463/out 9462/in
+load components/proc.ndr
+ren 9464/out 9463/in
+load components/proc.ndr
+ren 9465/out 9464/in
+load components/proc.ndr
+ren 9466/out 9465/in
+load components/proc.ndr
+ren 9467/out 9466/in
+load components/proc.ndr
+ren 9468/out 9467/in
+load components/proc.ndr
+ren 9469/out 9468/in
+load components/proc.ndr
+ren 9470/out 9469/in
+load components/proc.ndr
+ren 9471/out 9470/in
+load components/proc.ndr
+ren 9472/out 9471/in
+load components/proc.ndr
+ren 9473/out 9472/in
+load components/proc.ndr
+ren 9474/out 9473/in
+load components/proc.ndr
+ren 9475/out 9474/in
+load components/proc.ndr
+ren 9476/out 9475/in
+load components/proc.ndr
+ren 9477/out 9476/in
+load components/proc.ndr
+ren 9478/out 9477/in
+load components/proc.ndr
+ren 9479/out 9478/in
+load components/proc.ndr
+ren 9480/out 9479/in
+load components/proc.ndr
+ren 9481/out 9480/in
+load components/proc.ndr
+ren 9482/out 9481/in
+load components/proc.ndr
+ren 9483/out 9482/in
+load components/proc.ndr
+ren 9484/out 9483/in
+load components/proc.ndr
+ren 9485/out 9484/in
+load components/proc.ndr
+ren 9486/out 9485/in
+load components/proc.ndr
+ren 9487/out 9486/in
+load components/proc.ndr
+ren 9488/out 9487/in
+load components/proc.ndr
+ren 9489/out 9488/in
+load components/proc.ndr
+ren 9490/out 9489/in
+load components/proc.ndr
+ren 9491/out 9490/in
+load components/proc.ndr
+ren 9492/out 9491/in
+load components/proc.ndr
+ren 9493/out 9492/in
+load components/proc.ndr
+ren 9494/out 9493/in
+load components/proc.ndr
+ren 9495/out 9494/in
+load components/proc.ndr
+ren 9496/out 9495/in
+load components/proc.ndr
+ren 9497/out 9496/in
+load components/proc.ndr
+ren 9498/out 9497/in
+load components/proc.ndr
+ren 9499/out 9498/in
+load components/proc.ndr
+ren 9500/out 9499/in
+load components/proc.ndr
+ren 9501/out 9500/in
+load components/proc.ndr
+ren 9502/out 9501/in
+load components/proc.ndr
+ren 9503/out 9502/in
+load components/proc.ndr
+ren 9504/out 9503/in
+load components/proc.ndr
+ren 9505/out 9504/in
+load components/proc.ndr
+ren 9506/out 9505/in
+load components/proc.ndr
+ren 9507/out 9506/in
+load components/proc.ndr
+ren 9508/out 9507/in
+load components/proc.ndr
+ren 9509/out 9508/in
+load components/proc.ndr
+ren 9510/out 9509/in
+load components/proc.ndr
+ren 9511/out 9510/in
+load components/proc.ndr
+ren 9512/out 9511/in
+load components/proc.ndr
+ren 9513/out 9512/in
+load components/proc.ndr
+ren 9514/out 9513/in
+load components/proc.ndr
+ren 9515/out 9514/in
+load components/proc.ndr
+ren 9516/out 9515/in
+load components/proc.ndr
+ren 9517/out 9516/in
+load components/proc.ndr
+ren 9518/out 9517/in
+load components/proc.ndr
+ren 9519/out 9518/in
+load components/proc.ndr
+ren 9520/out 9519/in
+load components/proc.ndr
+ren 9521/out 9520/in
+load components/proc.ndr
+ren 9522/out 9521/in
+load components/proc.ndr
+ren 9523/out 9522/in
+load components/proc.ndr
+ren 9524/out 9523/in
+load components/proc.ndr
+ren 9525/out 9524/in
+load components/proc.ndr
+ren 9526/out 9525/in
+load components/proc.ndr
+ren 9527/out 9526/in
+load components/proc.ndr
+ren 9528/out 9527/in
+load components/proc.ndr
+ren 9529/out 9528/in
+load components/proc.ndr
+ren 9530/out 9529/in
+load components/proc.ndr
+ren 9531/out 9530/in
+load components/proc.ndr
+ren 9532/out 9531/in
+load components/proc.ndr
+ren 9533/out 9532/in
+load components/proc.ndr
+ren 9534/out 9533/in
+load components/proc.ndr
+ren 9535/out 9534/in
+load components/proc.ndr
+ren 9536/out 9535/in
+load components/proc.ndr
+ren 9537/out 9536/in
+load components/proc.ndr
+ren 9538/out 9537/in
+load components/proc.ndr
+ren 9539/out 9538/in
+load components/proc.ndr
+ren 9540/out 9539/in
+load components/proc.ndr
+ren 9541/out 9540/in
+load components/proc.ndr
+ren 9542/out 9541/in
+load components/proc.ndr
+ren 9543/out 9542/in
+load components/proc.ndr
+ren 9544/out 9543/in
+load components/proc.ndr
+ren 9545/out 9544/in
+load components/proc.ndr
+ren 9546/out 9545/in
+load components/proc.ndr
+ren 9547/out 9546/in
+load components/proc.ndr
+ren 9548/out 9547/in
+load components/proc.ndr
+ren 9549/out 9548/in
+load components/proc.ndr
+ren 9550/out 9549/in
+load components/proc.ndr
+ren 9551/out 9550/in
+load components/proc.ndr
+ren 9552/out 9551/in
+load components/proc.ndr
+ren 9553/out 9552/in
+load components/proc.ndr
+ren 9554/out 9553/in
+load components/proc.ndr
+ren 9555/out 9554/in
+load components/proc.ndr
+ren 9556/out 9555/in
+load components/proc.ndr
+ren 9557/out 9556/in
+load components/proc.ndr
+ren 9558/out 9557/in
+load components/proc.ndr
+ren 9559/out 9558/in
+load components/proc.ndr
+ren 9560/out 9559/in
+load components/proc.ndr
+ren 9561/out 9560/in
+load components/proc.ndr
+ren 9562/out 9561/in
+load components/proc.ndr
+ren 9563/out 9562/in
+load components/proc.ndr
+ren 9564/out 9563/in
+load components/proc.ndr
+ren 9565/out 9564/in
+load components/proc.ndr
+ren 9566/out 9565/in
+load components/proc.ndr
+ren 9567/out 9566/in
+load components/proc.ndr
+ren 9568/out 9567/in
+load components/proc.ndr
+ren 9569/out 9568/in
+load components/proc.ndr
+ren 9570/out 9569/in
+load components/proc.ndr
+ren 9571/out 9570/in
+load components/proc.ndr
+ren 9572/out 9571/in
+load components/proc.ndr
+ren 9573/out 9572/in
+load components/proc.ndr
+ren 9574/out 9573/in
+load components/proc.ndr
+ren 9575/out 9574/in
+load components/proc.ndr
+ren 9576/out 9575/in
+load components/proc.ndr
+ren 9577/out 9576/in
+load components/proc.ndr
+ren 9578/out 9577/in
+load components/proc.ndr
+ren 9579/out 9578/in
+load components/proc.ndr
+ren 9580/out 9579/in
+load components/proc.ndr
+ren 9581/out 9580/in
+load components/proc.ndr
+ren 9582/out 9581/in
+load components/proc.ndr
+ren 9583/out 9582/in
+load components/proc.ndr
+ren 9584/out 9583/in
+load components/proc.ndr
+ren 9585/out 9584/in
+load components/proc.ndr
+ren 9586/out 9585/in
+load components/proc.ndr
+ren 9587/out 9586/in
+load components/proc.ndr
+ren 9588/out 9587/in
+load components/proc.ndr
+ren 9589/out 9588/in
+load components/proc.ndr
+ren 9590/out 9589/in
+load components/proc.ndr
+ren 9591/out 9590/in
+load components/proc.ndr
+ren 9592/out 9591/in
+load components/proc.ndr
+ren 9593/out 9592/in
+load components/proc.ndr
+ren 9594/out 9593/in
+load components/proc.ndr
+ren 9595/out 9594/in
+load components/proc.ndr
+ren 9596/out 9595/in
+load components/proc.ndr
+ren 9597/out 9596/in
+load components/proc.ndr
+ren 9598/out 9597/in
+load components/proc.ndr
+ren 9599/out 9598/in
+load components/proc.ndr
+ren 9600/out 9599/in
+load components/proc.ndr
+ren 9601/out 9600/in
+load components/proc.ndr
+ren 9602/out 9601/in
+load components/proc.ndr
+ren 9603/out 9602/in
+load components/proc.ndr
+ren 9604/out 9603/in
+load components/proc.ndr
+ren 9605/out 9604/in
+load components/proc.ndr
+ren 9606/out 9605/in
+load components/proc.ndr
+ren 9607/out 9606/in
+load components/proc.ndr
+ren 9608/out 9607/in
+load components/proc.ndr
+ren 9609/out 9608/in
+load components/proc.ndr
+ren 9610/out 9609/in
+load components/proc.ndr
+ren 9611/out 9610/in
+load components/proc.ndr
+ren 9612/out 9611/in
+load components/proc.ndr
+ren 9613/out 9612/in
+load components/proc.ndr
+ren 9614/out 9613/in
+load components/proc.ndr
+ren 9615/out 9614/in
+load components/proc.ndr
+ren 9616/out 9615/in
+load components/proc.ndr
+ren 9617/out 9616/in
+load components/proc.ndr
+ren 9618/out 9617/in
+load components/proc.ndr
+ren 9619/out 9618/in
+load components/proc.ndr
+ren 9620/out 9619/in
+load components/proc.ndr
+ren 9621/out 9620/in
+load components/proc.ndr
+ren 9622/out 9621/in
+load components/proc.ndr
+ren 9623/out 9622/in
+load components/proc.ndr
+ren 9624/out 9623/in
+load components/proc.ndr
+ren 9625/out 9624/in
+load components/proc.ndr
+ren 9626/out 9625/in
+load components/proc.ndr
+ren 9627/out 9626/in
+load components/proc.ndr
+ren 9628/out 9627/in
+load components/proc.ndr
+ren 9629/out 9628/in
+load components/proc.ndr
+ren 9630/out 9629/in
+load components/proc.ndr
+ren 9631/out 9630/in
+load components/proc.ndr
+ren 9632/out 9631/in
+load components/proc.ndr
+ren 9633/out 9632/in
+load components/proc.ndr
+ren 9634/out 9633/in
+load components/proc.ndr
+ren 9635/out 9634/in
+load components/proc.ndr
+ren 9636/out 9635/in
+load components/proc.ndr
+ren 9637/out 9636/in
+load components/proc.ndr
+ren 9638/out 9637/in
+load components/proc.ndr
+ren 9639/out 9638/in
+load components/proc.ndr
+ren 9640/out 9639/in
+load components/proc.ndr
+ren 9641/out 9640/in
+load components/proc.ndr
+ren 9642/out 9641/in
+load components/proc.ndr
+ren 9643/out 9642/in
+load components/proc.ndr
+ren 9644/out 9643/in
+load components/proc.ndr
+ren 9645/out 9644/in
+load components/proc.ndr
+ren 9646/out 9645/in
+load components/proc.ndr
+ren 9647/out 9646/in
+load components/proc.ndr
+ren 9648/out 9647/in
+load components/proc.ndr
+ren 9649/out 9648/in
+load components/proc.ndr
+ren 9650/out 9649/in
+load components/proc.ndr
+ren 9651/out 9650/in
+load components/proc.ndr
+ren 9652/out 9651/in
+load components/proc.ndr
+ren 9653/out 9652/in
+load components/proc.ndr
+ren 9654/out 9653/in
+load components/proc.ndr
+ren 9655/out 9654/in
+load components/proc.ndr
+ren 9656/out 9655/in
+load components/proc.ndr
+ren 9657/out 9656/in
+load components/proc.ndr
+ren 9658/out 9657/in
+load components/proc.ndr
+ren 9659/out 9658/in
+load components/proc.ndr
+ren 9660/out 9659/in
+load components/proc.ndr
+ren 9661/out 9660/in
+load components/proc.ndr
+ren 9662/out 9661/in
+load components/proc.ndr
+ren 9663/out 9662/in
+load components/proc.ndr
+ren 9664/out 9663/in
+load components/proc.ndr
+ren 9665/out 9664/in
+load components/proc.ndr
+ren 9666/out 9665/in
+load components/proc.ndr
+ren 9667/out 9666/in
+load components/proc.ndr
+ren 9668/out 9667/in
+load components/proc.ndr
+ren 9669/out 9668/in
+load components/proc.ndr
+ren 9670/out 9669/in
+load components/proc.ndr
+ren 9671/out 9670/in
+load components/proc.ndr
+ren 9672/out 9671/in
+load components/proc.ndr
+ren 9673/out 9672/in
+load components/proc.ndr
+ren 9674/out 9673/in
+load components/proc.ndr
+ren 9675/out 9674/in
+load components/proc.ndr
+ren 9676/out 9675/in
+load components/proc.ndr
+ren 9677/out 9676/in
+load components/proc.ndr
+ren 9678/out 9677/in
+load components/proc.ndr
+ren 9679/out 9678/in
+load components/proc.ndr
+ren 9680/out 9679/in
+load components/proc.ndr
+ren 9681/out 9680/in
+load components/proc.ndr
+ren 9682/out 9681/in
+load components/proc.ndr
+ren 9683/out 9682/in
+load components/proc.ndr
+ren 9684/out 9683/in
+load components/proc.ndr
+ren 9685/out 9684/in
+load components/proc.ndr
+ren 9686/out 9685/in
+load components/proc.ndr
+ren 9687/out 9686/in
+load components/proc.ndr
+ren 9688/out 9687/in
+load components/proc.ndr
+ren 9689/out 9688/in
+load components/proc.ndr
+ren 9690/out 9689/in
+load components/proc.ndr
+ren 9691/out 9690/in
+load components/proc.ndr
+ren 9692/out 9691/in
+load components/proc.ndr
+ren 9693/out 9692/in
+load components/proc.ndr
+ren 9694/out 9693/in
+load components/proc.ndr
+ren 9695/out 9694/in
+load components/proc.ndr
+ren 9696/out 9695/in
+load components/proc.ndr
+ren 9697/out 9696/in
+load components/proc.ndr
+ren 9698/out 9697/in
+load components/proc.ndr
+ren 9699/out 9698/in
+load components/proc.ndr
+ren 9700/out 9699/in
+load components/proc.ndr
+ren 9701/out 9700/in
+load components/proc.ndr
+ren 9702/out 9701/in
+load components/proc.ndr
+ren 9703/out 9702/in
+load components/proc.ndr
+ren 9704/out 9703/in
+load components/proc.ndr
+ren 9705/out 9704/in
+load components/proc.ndr
+ren 9706/out 9705/in
+load components/proc.ndr
+ren 9707/out 9706/in
+load components/proc.ndr
+ren 9708/out 9707/in
+load components/proc.ndr
+ren 9709/out 9708/in
+load components/proc.ndr
+ren 9710/out 9709/in
+load components/proc.ndr
+ren 9711/out 9710/in
+load components/proc.ndr
+ren 9712/out 9711/in
+load components/proc.ndr
+ren 9713/out 9712/in
+load components/proc.ndr
+ren 9714/out 9713/in
+load components/proc.ndr
+ren 9715/out 9714/in
+load components/proc.ndr
+ren 9716/out 9715/in
+load components/proc.ndr
+ren 9717/out 9716/in
+load components/proc.ndr
+ren 9718/out 9717/in
+load components/proc.ndr
+ren 9719/out 9718/in
+load components/proc.ndr
+ren 9720/out 9719/in
+load components/proc.ndr
+ren 9721/out 9720/in
+load components/proc.ndr
+ren 9722/out 9721/in
+load components/proc.ndr
+ren 9723/out 9722/in
+load components/proc.ndr
+ren 9724/out 9723/in
+load components/proc.ndr
+ren 9725/out 9724/in
+load components/proc.ndr
+ren 9726/out 9725/in
+load components/proc.ndr
+ren 9727/out 9726/in
+load components/proc.ndr
+ren 9728/out 9727/in
+load components/proc.ndr
+ren 9729/out 9728/in
+load components/proc.ndr
+ren 9730/out 9729/in
+load components/proc.ndr
+ren 9731/out 9730/in
+load components/proc.ndr
+ren 9732/out 9731/in
+load components/proc.ndr
+ren 9733/out 9732/in
+load components/proc.ndr
+ren 9734/out 9733/in
+load components/proc.ndr
+ren 9735/out 9734/in
+load components/proc.ndr
+ren 9736/out 9735/in
+load components/proc.ndr
+ren 9737/out 9736/in
+load components/proc.ndr
+ren 9738/out 9737/in
+load components/proc.ndr
+ren 9739/out 9738/in
+load components/proc.ndr
+ren 9740/out 9739/in
+load components/proc.ndr
+ren 9741/out 9740/in
+load components/proc.ndr
+ren 9742/out 9741/in
+load components/proc.ndr
+ren 9743/out 9742/in
+load components/proc.ndr
+ren 9744/out 9743/in
+load components/proc.ndr
+ren 9745/out 9744/in
+load components/proc.ndr
+ren 9746/out 9745/in
+load components/proc.ndr
+ren 9747/out 9746/in
+load components/proc.ndr
+ren 9748/out 9747/in
+load components/proc.ndr
+ren 9749/out 9748/in
+load components/proc.ndr
+ren 9750/out 9749/in
+load components/proc.ndr
+ren 9751/out 9750/in
+load components/proc.ndr
+ren 9752/out 9751/in
+load components/proc.ndr
+ren 9753/out 9752/in
+load components/proc.ndr
+ren 9754/out 9753/in
+load components/proc.ndr
+ren 9755/out 9754/in
+load components/proc.ndr
+ren 9756/out 9755/in
+load components/proc.ndr
+ren 9757/out 9756/in
+load components/proc.ndr
+ren 9758/out 9757/in
+load components/proc.ndr
+ren 9759/out 9758/in
+load components/proc.ndr
+ren 9760/out 9759/in
+load components/proc.ndr
+ren 9761/out 9760/in
+load components/proc.ndr
+ren 9762/out 9761/in
+load components/proc.ndr
+ren 9763/out 9762/in
+load components/proc.ndr
+ren 9764/out 9763/in
+load components/proc.ndr
+ren 9765/out 9764/in
+load components/proc.ndr
+ren 9766/out 9765/in
+load components/proc.ndr
+ren 9767/out 9766/in
+load components/proc.ndr
+ren 9768/out 9767/in
+load components/proc.ndr
+ren 9769/out 9768/in
+load components/proc.ndr
+ren 9770/out 9769/in
+load components/proc.ndr
+ren 9771/out 9770/in
+load components/proc.ndr
+ren 9772/out 9771/in
+load components/proc.ndr
+ren 9773/out 9772/in
+load components/proc.ndr
+ren 9774/out 9773/in
+load components/proc.ndr
+ren 9775/out 9774/in
+load components/proc.ndr
+ren 9776/out 9775/in
+load components/proc.ndr
+ren 9777/out 9776/in
+load components/proc.ndr
+ren 9778/out 9777/in
+load components/proc.ndr
+ren 9779/out 9778/in
+load components/proc.ndr
+ren 9780/out 9779/in
+load components/proc.ndr
+ren 9781/out 9780/in
+load components/proc.ndr
+ren 9782/out 9781/in
+load components/proc.ndr
+ren 9783/out 9782/in
+load components/proc.ndr
+ren 9784/out 9783/in
+load components/proc.ndr
+ren 9785/out 9784/in
+load components/proc.ndr
+ren 9786/out 9785/in
+load components/proc.ndr
+ren 9787/out 9786/in
+load components/proc.ndr
+ren 9788/out 9787/in
+load components/proc.ndr
+ren 9789/out 9788/in
+load components/proc.ndr
+ren 9790/out 9789/in
+load components/proc.ndr
+ren 9791/out 9790/in
+load components/proc.ndr
+ren 9792/out 9791/in
+load components/proc.ndr
+ren 9793/out 9792/in
+load components/proc.ndr
+ren 9794/out 9793/in
+load components/proc.ndr
+ren 9795/out 9794/in
+load components/proc.ndr
+ren 9796/out 9795/in
+load components/proc.ndr
+ren 9797/out 9796/in
+load components/proc.ndr
+ren 9798/out 9797/in
+load components/proc.ndr
+ren 9799/out 9798/in
+load components/proc.ndr
+ren 9800/out 9799/in
+load components/proc.ndr
+ren 9801/out 9800/in
+load components/proc.ndr
+ren 9802/out 9801/in
+load components/proc.ndr
+ren 9803/out 9802/in
+load components/proc.ndr
+ren 9804/out 9803/in
+load components/proc.ndr
+ren 9805/out 9804/in
+load components/proc.ndr
+ren 9806/out 9805/in
+load components/proc.ndr
+ren 9807/out 9806/in
+load components/proc.ndr
+ren 9808/out 9807/in
+load components/proc.ndr
+ren 9809/out 9808/in
+load components/proc.ndr
+ren 9810/out 9809/in
+load components/proc.ndr
+ren 9811/out 9810/in
+load components/proc.ndr
+ren 9812/out 9811/in
+load components/proc.ndr
+ren 9813/out 9812/in
+load components/proc.ndr
+ren 9814/out 9813/in
+load components/proc.ndr
+ren 9815/out 9814/in
+load components/proc.ndr
+ren 9816/out 9815/in
+load components/proc.ndr
+ren 9817/out 9816/in
+load components/proc.ndr
+ren 9818/out 9817/in
+load components/proc.ndr
+ren 9819/out 9818/in
+load components/proc.ndr
+ren 9820/out 9819/in
+load components/proc.ndr
+ren 9821/out 9820/in
+load components/proc.ndr
+ren 9822/out 9821/in
+load components/proc.ndr
+ren 9823/out 9822/in
+load components/proc.ndr
+ren 9824/out 9823/in
+load components/proc.ndr
+ren 9825/out 9824/in
+load components/proc.ndr
+ren 9826/out 9825/in
+load components/proc.ndr
+ren 9827/out 9826/in
+load components/proc.ndr
+ren 9828/out 9827/in
+load components/proc.ndr
+ren 9829/out 9828/in
+load components/proc.ndr
+ren 9830/out 9829/in
+load components/proc.ndr
+ren 9831/out 9830/in
+load components/proc.ndr
+ren 9832/out 9831/in
+load components/proc.ndr
+ren 9833/out 9832/in
+load components/proc.ndr
+ren 9834/out 9833/in
+load components/proc.ndr
+ren 9835/out 9834/in
+load components/proc.ndr
+ren 9836/out 9835/in
+load components/proc.ndr
+ren 9837/out 9836/in
+load components/proc.ndr
+ren 9838/out 9837/in
+load components/proc.ndr
+ren 9839/out 9838/in
+load components/proc.ndr
+ren 9840/out 9839/in
+load components/proc.ndr
+ren 9841/out 9840/in
+load components/proc.ndr
+ren 9842/out 9841/in
+load components/proc.ndr
+ren 9843/out 9842/in
+load components/proc.ndr
+ren 9844/out 9843/in
+load components/proc.ndr
+ren 9845/out 9844/in
+load components/proc.ndr
+ren 9846/out 9845/in
+load components/proc.ndr
+ren 9847/out 9846/in
+load components/proc.ndr
+ren 9848/out 9847/in
+load components/proc.ndr
+ren 9849/out 9848/in
+load components/proc.ndr
+ren 9850/out 9849/in
+load components/proc.ndr
+ren 9851/out 9850/in
+load components/proc.ndr
+ren 9852/out 9851/in
+load components/proc.ndr
+ren 9853/out 9852/in
+load components/proc.ndr
+ren 9854/out 9853/in
+load components/proc.ndr
+ren 9855/out 9854/in
+load components/proc.ndr
+ren 9856/out 9855/in
+load components/proc.ndr
+ren 9857/out 9856/in
+load components/proc.ndr
+ren 9858/out 9857/in
+load components/proc.ndr
+ren 9859/out 9858/in
+load components/proc.ndr
+ren 9860/out 9859/in
+load components/proc.ndr
+ren 9861/out 9860/in
+load components/proc.ndr
+ren 9862/out 9861/in
+load components/proc.ndr
+ren 9863/out 9862/in
+load components/proc.ndr
+ren 9864/out 9863/in
+load components/proc.ndr
+ren 9865/out 9864/in
+load components/proc.ndr
+ren 9866/out 9865/in
+load components/proc.ndr
+ren 9867/out 9866/in
+load components/proc.ndr
+ren 9868/out 9867/in
+load components/proc.ndr
+ren 9869/out 9868/in
+load components/proc.ndr
+ren 9870/out 9869/in
+load components/proc.ndr
+ren 9871/out 9870/in
+load components/proc.ndr
+ren 9872/out 9871/in
+load components/proc.ndr
+ren 9873/out 9872/in
+load components/proc.ndr
+ren 9874/out 9873/in
+load components/proc.ndr
+ren 9875/out 9874/in
+load components/proc.ndr
+ren 9876/out 9875/in
+load components/proc.ndr
+ren 9877/out 9876/in
+load components/proc.ndr
+ren 9878/out 9877/in
+load components/proc.ndr
+ren 9879/out 9878/in
+load components/proc.ndr
+ren 9880/out 9879/in
+load components/proc.ndr
+ren 9881/out 9880/in
+load components/proc.ndr
+ren 9882/out 9881/in
+load components/proc.ndr
+ren 9883/out 9882/in
+load components/proc.ndr
+ren 9884/out 9883/in
+load components/proc.ndr
+ren 9885/out 9884/in
+load components/proc.ndr
+ren 9886/out 9885/in
+load components/proc.ndr
+ren 9887/out 9886/in
+load components/proc.ndr
+ren 9888/out 9887/in
+load components/proc.ndr
+ren 9889/out 9888/in
+load components/proc.ndr
+ren 9890/out 9889/in
+load components/proc.ndr
+ren 9891/out 9890/in
+load components/proc.ndr
+ren 9892/out 9891/in
+load components/proc.ndr
+ren 9893/out 9892/in
+load components/proc.ndr
+ren 9894/out 9893/in
+load components/proc.ndr
+ren 9895/out 9894/in
+load components/proc.ndr
+ren 9896/out 9895/in
+load components/proc.ndr
+ren 9897/out 9896/in
+load components/proc.ndr
+ren 9898/out 9897/in
+load components/proc.ndr
+ren 9899/out 9898/in
+load components/proc.ndr
+ren 9900/out 9899/in
+load components/proc.ndr
+ren 9901/out 9900/in
+load components/proc.ndr
+ren 9902/out 9901/in
+load components/proc.ndr
+ren 9903/out 9902/in
+load components/proc.ndr
+ren 9904/out 9903/in
+load components/proc.ndr
+ren 9905/out 9904/in
+load components/proc.ndr
+ren 9906/out 9905/in
+load components/proc.ndr
+ren 9907/out 9906/in
+load components/proc.ndr
+ren 9908/out 9907/in
+load components/proc.ndr
+ren 9909/out 9908/in
+load components/proc.ndr
+ren 9910/out 9909/in
+load components/proc.ndr
+ren 9911/out 9910/in
+load components/proc.ndr
+ren 9912/out 9911/in
+load components/proc.ndr
+ren 9913/out 9912/in
+load components/proc.ndr
+ren 9914/out 9913/in
+load components/proc.ndr
+ren 9915/out 9914/in
+load components/proc.ndr
+ren 9916/out 9915/in
+load components/proc.ndr
+ren 9917/out 9916/in
+load components/proc.ndr
+ren 9918/out 9917/in
+load components/proc.ndr
+ren 9919/out 9918/in
+load components/proc.ndr
+ren 9920/out 9919/in
+load components/proc.ndr
+ren 9921/out 9920/in
+load components/proc.ndr
+ren 9922/out 9921/in
+load components/proc.ndr
+ren 9923/out 9922/in
+load components/proc.ndr
+ren 9924/out 9923/in
+load components/proc.ndr
+ren 9925/out 9924/in
+load components/proc.ndr
+ren 9926/out 9925/in
+load components/proc.ndr
+ren 9927/out 9926/in
+load components/proc.ndr
+ren 9928/out 9927/in
+load components/proc.ndr
+ren 9929/out 9928/in
+load components/proc.ndr
+ren 9930/out 9929/in
+load components/proc.ndr
+ren 9931/out 9930/in
+load components/proc.ndr
+ren 9932/out 9931/in
+load components/proc.ndr
+ren 9933/out 9932/in
+load components/proc.ndr
+ren 9934/out 9933/in
+load components/proc.ndr
+ren 9935/out 9934/in
+load components/proc.ndr
+ren 9936/out 9935/in
+load components/proc.ndr
+ren 9937/out 9936/in
+load components/proc.ndr
+ren 9938/out 9937/in
+load components/proc.ndr
+ren 9939/out 9938/in
+load components/proc.ndr
+ren 9940/out 9939/in
+load components/proc.ndr
+ren 9941/out 9940/in
+load components/proc.ndr
+ren 9942/out 9941/in
+load components/proc.ndr
+ren 9943/out 9942/in
+load components/proc.ndr
+ren 9944/out 9943/in
+load components/proc.ndr
+ren 9945/out 9944/in
+load components/proc.ndr
+ren 9946/out 9945/in
+load components/proc.ndr
+ren 9947/out 9946/in
+load components/proc.ndr
+ren 9948/out 9947/in
+load components/proc.ndr
+ren 9949/out 9948/in
+load components/proc.ndr
+ren 9950/out 9949/in
+load components/proc.ndr
+ren 9951/out 9950/in
+load components/proc.ndr
+ren 9952/out 9951/in
+load components/proc.ndr
+ren 9953/out 9952/in
+load components/proc.ndr
+ren 9954/out 9953/in
+load components/proc.ndr
+ren 9955/out 9954/in
+load components/proc.ndr
+ren 9956/out 9955/in
+load components/proc.ndr
+ren 9957/out 9956/in
+load components/proc.ndr
+ren 9958/out 9957/in
+load components/proc.ndr
+ren 9959/out 9958/in
+load components/proc.ndr
+ren 9960/out 9959/in
+load components/proc.ndr
+ren 9961/out 9960/in
+load components/proc.ndr
+ren 9962/out 9961/in
+load components/proc.ndr
+ren 9963/out 9962/in
+load components/proc.ndr
+ren 9964/out 9963/in
+load components/proc.ndr
+ren 9965/out 9964/in
+load components/proc.ndr
+ren 9966/out 9965/in
+load components/proc.ndr
+ren 9967/out 9966/in
+load components/proc.ndr
+ren 9968/out 9967/in
+load components/proc.ndr
+ren 9969/out 9968/in
+load components/proc.ndr
+ren 9970/out 9969/in
+load components/proc.ndr
+ren 9971/out 9970/in
+load components/proc.ndr
+ren 9972/out 9971/in
+load components/proc.ndr
+ren 9973/out 9972/in
+load components/proc.ndr
+ren 9974/out 9973/in
+load components/proc.ndr
+ren 9975/out 9974/in
+load components/proc.ndr
+ren 9976/out 9975/in
+load components/proc.ndr
+ren 9977/out 9976/in
+load components/proc.ndr
+ren 9978/out 9977/in
+load components/proc.ndr
+ren 9979/out 9978/in
+load components/proc.ndr
+ren 9980/out 9979/in
+load components/proc.ndr
+ren 9981/out 9980/in
+load components/proc.ndr
+ren 9982/out 9981/in
+load components/proc.ndr
+ren 9983/out 9982/in
+load components/proc.ndr
+ren 9984/out 9983/in
+load components/proc.ndr
+ren 9985/out 9984/in
+load components/proc.ndr
+ren 9986/out 9985/in
+load components/proc.ndr
+ren 9987/out 9986/in
+load components/proc.ndr
+ren 9988/out 9987/in
+load components/proc.ndr
+ren 9989/out 9988/in
+load components/proc.ndr
+ren 9990/out 9989/in
+load components/proc.ndr
+ren 9991/out 9990/in
+load components/proc.ndr
+ren 9992/out 9991/in
+load components/proc.ndr
+ren 9993/out 9992/in
+load components/proc.ndr
+ren 9994/out 9993/in
+load components/proc.ndr
+ren 9995/out 9994/in
+load components/proc.ndr
+ren 9996/out 9995/in
+load components/proc.ndr
+ren 9997/out 9996/in
+load components/proc.ndr
+ren 9998/out 9997/in
+load components/proc.ndr
+ren 9999/out 9998/in
+load components/proc.ndr
+ren 10000/out 9999/in
+chain 10000
diff --git a/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/milner10.ndr b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/milner10.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..1af1bcd457a9738548b728f03e7990c333092d50
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/milner10.ndr
@@ -0,0 +1,113 @@
+t 200.0 450.0 {1.t1} 0 w n
+t 25.0 420.0 {1.t2} 0 w n
+t 235.0 640.0 {10.t1} 0 w n
+t 80.0 715.0 {10.t2} 0 w n
+t 285.0 280.0 {2.t1} 0 w n
+t 165.0 165.0 {2.t2} 0 w n
+t 465.0 195.0 {3.t1} 0 w n
+t 435.0 25.0 {3.t2} 0 w n
+t 655.0 225.0 {4.t1} 0 w n
+t 735.0 75.0 {4.t2} 0 w n
+t 790.0 355.0 {5.t1} 0 w n
+t 940.0 280.0 {5.t2} 0 w n
+t 825.0 540.0 {6.t1} 0 w n
+t 995.0 565.0 {6.t2} 0 w n
+t 735.0 715.0 {7.t1} 0 w n
+t 865.0 825.0 {7.t2} 0 w n
+t 565.0 805.0 {8.t1} 0 w n
+t 585.0 970.0 {8.t2} 0 w n
+t 370.0 765.0 {9.t1} 0 w n
+t 285.0 920.0 {9.t2} 0 w n
+p 225.0 540.0 {1.p0|10.p1} 1 n 10 ne
+p 110.0 460.0 {1.s1} 0 s
+p 250.0 370.0 {1.p1|2.p0} 0 n 1 ne
+p 140.0 660.0 {10.s1} 0 n
+p 300.0 690.0 {9.p1|10.p0} 0 n 9 ne
+p 165.0 690.0 {10.s2} 1 s
+p 380.0 240.0 {2.p1|3.p0} 0 n 2 ne
+p 240.0 205.0 {2.s2} 1 n
+p 470.0 105.0 {3.s1} 0 n
+p 555.0 220.0 {3.p1|4.p0} 0 n 3 ne
+p 425.0 115.0 {3.s2} 1 n
+p 710.0 150.0 {4.s1} 0 n
+p 710.0 295.0 {4.p1|5.p0} 0 n 4 ne
+p 670.0 130.0 {4.s2} 1 n
+p 880.0 340.0 {5.s1} 0 s
+p 795.0 450.0 {5.p1|6.p0} 0 n 5 ne
+p 865.0 295.0 {5.s2} 1 n
+p 920.0 535.0 {6.s1} 0 n
+p 770.0 625.0 {6.p1|7.p0} 0 n 6 ne
+p 905.0 580.0 {6.s2} 1 s
+p 810.0 760.0 {7.s1} 0 n
+p 640.0 750.0 {7.p1|8.p0} 0 n 7 ne
+p 780.0 790.0 {7.s2} 1 s
+p 605.0 880.0 {8.s1} 0 n
+p 470.0 775.0 {8.p1|9.p0} 0 n 8 ne
+p 550.0 895.0 {8.s2} 1 n
+p 350.0 855.0 {9.s1} 0 n
+p 300.0 840.0 {9.s2} 1 n
+p 115.0 415.0 {1.s2} 1 n
+p 205.0 240.0 {2.s1} 0 s
+e {1.s1} {1.t1} 1 n
+e {1.p0|10.p1} {1.t1} 1 n
+e {1.t1} {1.s2} 1 n
+e {1.t1} {1.p1|2.p0} 1 n
+e {1.s2} {1.t2} 1 n
+e {1.t2} {1.s1} 1 n
+e {9.p1|10.p0} {10.t1} 1 n
+e {10.s1} {10.t1} 1 n
+e {10.t1} {10.s2} 1 n
+e {10.t1} {1.p0|10.p1} 1 n
+e {10.s2} {10.t2} 1 n
+e {10.t2} {10.s1} 1 n
+e {2.s1} {2.t1} 1 n
+e {1.p1|2.p0} {2.t1} 1 n
+e {2.t1} {2.s2} 1 n
+e {2.t1} {2.p1|3.p0} 1 n
+e {2.s2} {2.t2} 1 n
+e {2.t2} {2.s1} 1 n
+e {3.s1} {3.t1} 1 n
+e {2.p1|3.p0} {3.t1} 1 n
+e {3.t1} {3.s2} 1 n
+e {3.t1} {3.p1|4.p0} 1 n
+e {3.s2} {3.t2} 1 n
+e {3.t2} {3.s1} 1 n
+e {4.s1} {4.t1} 1 n
+e {3.p1|4.p0} {4.t1} 1 n
+e {4.t1} {4.s2} 1 n
+e {4.t1} {4.p1|5.p0} 1 n
+e {4.s2} {4.t2} 1 n
+e {4.t2} {4.s1} 1 n
+e {5.s1} {5.t1} 1 n
+e {4.p1|5.p0} {5.t1} 1 n
+e {5.t1} {5.s2} 1 n
+e {5.t1} {5.p1|6.p0} 1 n
+e {5.s2} {5.t2} 1 n
+e {5.t2} {5.s1} 1 n
+e {6.s1} {6.t1} 1 n
+e {5.p1|6.p0} {6.t1} 1 n
+e {6.t1} {6.s2} 1 n
+e {6.t1} {6.p1|7.p0} 1 n
+e {6.s2} {6.t2} 1 n
+e {6.t2} {6.s1} 1 n
+e {7.s1} {7.t1} 1 n
+e {6.p1|7.p0} {7.t1} 1 n
+e {7.t1} {7.s2} 1 n
+e {7.t1} {7.p1|8.p0} 1 n
+e {7.s2} {7.t2} 1 n
+e {7.t2} {7.s1} 1 n
+e {8.s1} {8.t1} 1 n
+e {7.p1|8.p0} {8.t1} 1 n
+e {8.t1} {8.s2} 1 n
+e {8.t1} {8.p1|9.p0} 1 n
+e {8.s2} {8.t2} 1 n
+e {8.t2} {8.s1} 1 n
+e {9.s1} {9.t1} 1 n
+e {8.p1|9.p0} {9.t1} 1 n
+e {9.t1} {9.s2} 1 n
+e {9.t1} {9.p1|10.p0} 1 n
+e {9.s2} {9.t2} 1 n
+e {9.t2} {9.s1} 1 n
+h m10
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/mksched b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/mksched
new file mode 100755
index 0000000000000000000000000000000000000000..1cc8e3c7ba55ce1740ce87af7015b3a050a7a861
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/milner_scheduler/mksched
@@ -0,0 +1,22 @@
+#!/bin/sh
+# \
+exec tclsh "$0" -- "$@"
+
+# generates milner scheduler for n sites in tpn format
+# usage mksched n (default n = 2)
+
+proc main {} {
+    global argv
+    if {"" == [set n [lindex $argv 1]]} {set n 2}
+    puts "net milner$n"
+    puts "load components/proc.ndr"
+    puts "pl p0 (1)"
+    puts "ren 1/out $n/in"
+    for {set i 2} {$i <= $n} {incr i} {
+	puts "load components/proc.ndr"
+	puts "ren $i/out [expr $i - 1]/in"
+    }
+    puts "chain $n"
+}
+
+main
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/3trains.tpn b/tools/tina-3.7.0/nets/tpn_examples/trains/3trains.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..513dde56fa51ba8c78920540818c77db2a258c3c
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/3trains.tpn
@@ -0,0 +1,7 @@
+
+source train.tpn
+dup
+dup
+merge 3
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/README b/tools/tina-3.7.0/nets/tpn_examples/trains/README
new file mode 100644
index 0000000000000000000000000000000000000000..c759b9bd8e7a9404b0b9d0fb02478475b3438773
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/README
@@ -0,0 +1,15 @@
+
+(trains example of Berthomieu and Vernadat, TACAS 2003).
+
+5 different scripts building that example:
+
+system.tpn	loads *.ndr components
+system1.tpn	single file tpn (components in ndr)
+system2.tpn	single file tpn (components in net)
+system3.tpn	sources *.tpn components
+system4.tpn	like system.tpn, plus renamings
+	
+mkcontroler.sh   single file parameterized sh script for controler
+mktrains.sh   	   single file parameterized sh script for system
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/barrier.tpn b/tools/tina-3.7.0/nets/tpn_examples/trains/barrier.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..715ea0f91fef8224c9581872ae2f9db97561b237
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/barrier.tpn
@@ -0,0 +1,25 @@
+
+new
+# barrier.ndr
+t 30.0 110.0 D1 c 0 0 e Down n
+t 110.0 130.0 D2 c 0 0 e Down n
+p 110.0 50.0 Up 1 n
+p 30.0 170.0 lowering 0 e
+t 30.0 230.0 L 1 2 e
+p 110.0 290.0 Down 0 s
+t 190.0 230.0 U c 0 0 e Up s
+p 190.0 170.0 raising 0 e
+t 190.0 110.0 R 1 2 e
+e D2 lowering 1 n
+e raising D2 1 n
+e raising R 1 n
+e R Up 1 n
+e U raising 1 n
+e Down U 1 n
+e L Down 1 n
+e lowering L 1 n
+e D1 lowering 1 n
+e Up D1 1 n
+h barrier
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/components/barrier.ndr b/tools/tina-3.7.0/nets/tpn_examples/trains/components/barrier.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..b2ba5613206b4a7d5e5be7a5e1825ca4c9123cc3
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/components/barrier.ndr
@@ -0,0 +1,22 @@
+t 30.0 110.0 D1 c 0 0 e Down n
+t 110.0 130.0 D2 c 0 0 e Down n
+p 110.0 50.0 Up 1 n
+p 30.0 170.0 lowering 0 e
+t 30.0 230.0 L 1 2 e
+p 110.0 290.0 Down 0 s
+t 190.0 230.0 U c 0 0 e Up s
+p 190.0 170.0 raising 0 e
+t 190.0 110.0 R 1 2 e
+e Up D1 1 n
+e D1 lowering 1 n
+e lowering L 1 n
+e L Down 1 n
+e Down U 1 n
+e U raising 1 n
+e R Up 1 n
+e raising R 1 n
+e raising D2 1 n
+e D2 lowering 1 n
+h barrier
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/components/barrier.net b/tools/tina-3.7.0/nets/tpn_examples/trains/components/barrier.net
new file mode 100644
index 0000000000000000000000000000000000000000..2234a423feaa09e1afe926f493d93d7ac48b6511
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/components/barrier.net
@@ -0,0 +1,7 @@
+net barrier
+tr D1 : Down [0,0] Up -> lowering 
+tr D2 : Down [0,0] raising -> lowering 
+tr L [1,2] lowering -> Down 
+tr R [1,2] raising -> Up 
+tr U : Up [0,0] Down -> raising 
+pl Up (1)
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/components/controler.ndr b/tools/tina-3.7.0/nets/tpn_examples/trains/components/controler.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..aeb3b2e97bcd04d11ebed21d4c1ed754528fc438
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/components/controler.ndr
@@ -0,0 +1,29 @@
+p 250.0 220.0 far 3 e
+p 50.0 220.0 in 0 w
+t 150.0 50.0 A1 c 0 w n App n
+t 150.0 380.0 E1 c 0 0 n Exit s
+t 150.0 160.0 A2 c 0 w n App n
+t 150.0 280.0 E2 c 0 0 n Exit s
+t 430.0 50.0 D c 0 0 e Down n
+t 410.0 380.0 U c 0 0 e Up s
+p 300.0 50.0 Coming 0 n
+p 300.0 380.0 Leaving 0 s
+e far A1 3 se
+e A1 0.897390693255 61.2646630213 far 0.287110953831 60.5476520525 2 n
+e A1 in 1 n
+e far A2 1 n
+e in A2 1 n
+e A2 0.62908169907 40.6265794452 in 0.0409551776716 57.8678442643 2 e
+e far E1 2 ne
+e E1 0.114604495126 55.8320079229 far 0.712889046169 60.5476520525 3 e
+e in E1 1 n
+e in E2 2 w
+e E2 0.375 49.497474683 in 0.953502511081 51.1338731638 1 n
+e E2 far 1 n
+e A1 Coming 1 n
+e Coming D 1 n
+e E1 Leaving 1 n
+e Leaving U 1 n
+h controleur
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/components/controler.net b/tools/tina-3.7.0/nets/tpn_examples/trains/components/controler.net
new file mode 100644
index 0000000000000000000000000000000000000000..3f9fab63a1e4dadc1354fdbfba35c53c487ccca8
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/components/controler.net
@@ -0,0 +1,8 @@
+net controleur
+tr A1 : App far*3 -> far*2 in Coming 
+tr A2 : App far in -> in*2 
+tr D : Down [0,0] Coming -> 
+tr E1 : Exit [0,0] far*2 in -> far*3 Leaving 
+tr E2 : Exit [0,0] in*2 -> far in 
+tr U : Up [0,0] Leaving -> 
+pl far (3)
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/components/train.ndr b/tools/tina-3.7.0/nets/tpn_examples/trains/components/train.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..801986974b2c429f17436793f7c523cf06b47f1a
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/components/train.ndr
@@ -0,0 +1,19 @@
+t 190.0 50.0 App n 0 w n App e
+t 190.0 270.0 Exit s 0 0 c Exit e
+p 190.0 160.0 Far 1 w
+p 70.0 50.0 Close 0 w
+t 70.0 110.0 In 3 5 w
+p 70.0 160.0 On 0 w
+t 70.0 210.0 Ex 2 4 w
+p 70.0 270.0 Left 0 w
+e Left Exit 1 n
+e Ex Left 1 n
+e On Ex 1 n
+e Exit Far 1 n
+e App Close 1 n
+e Far App 1 n
+e In On 1 n
+e Close In 1 n
+h train
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/components/train.net b/tools/tina-3.7.0/nets/tpn_examples/trains/components/train.net
new file mode 100644
index 0000000000000000000000000000000000000000..8e6d2e3e4aeedde70f583f7df0aaabb906dca49c
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/components/train.net
@@ -0,0 +1,6 @@
+net train
+tr App : App Far -> Close 
+tr Ex [2,4] On -> Left 
+tr Exit : Exit [0,0] Left -> Far 
+tr In [3,5] Close -> On 
+pl Far (1)
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/controler.tpn b/tools/tina-3.7.0/nets/tpn_examples/trains/controler.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..f46cfbbf38427b978436a2c1b3f3257832ccf280
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/controler.tpn
@@ -0,0 +1,31 @@
+
+new
+# controler.ndr
+p 250.0 220.0 far 3 e
+p 50.0 220.0 in 0 w
+t 150.0 50.0 A1 c 0 w n App n
+t 150.0 380.0 E1 c 0 0 n Exit s
+t 150.0 160.0 A2 c 0 w n App n
+t 150.0 280.0 E2 c 0 0 n Exit s
+t 430.0 50.0 D c 0 0 e Down n
+t 410.0 380.0 U c 0 0 e Up s
+p 300.0 50.0 Coming 0 n
+p 300.0 380.0 Leaving 0 s
+e far A1 3 se
+e A1 0.897390693255 61.2646630213 far 0.287110953831 60.5476520525 2 n
+e A1 in 1 n
+e far A2 1 n
+e in A2 1 n
+e A2 0.62908169907 40.6265794452 in 0.0409551776716 57.8678442643 2 e
+e far E1 2 ne
+e E1 0.114604495126 55.8320079229 far 0.712889046169 60.5476520525 3 e
+e in E1 1 n
+e in E2 2 w
+e E2 0.375 49.497474683 in 0.953502511081 51.1338731638 1 n
+e E2 far 1 n
+e A1 Coming 1 n
+e Coming D 1 n
+e E1 Leaving 1 n
+e Leaving U 1 n
+h controler
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/mkcontroler.sh b/tools/tina-3.7.0/nets/tpn_examples/trains/mkcontroler.sh
new file mode 100644
index 0000000000000000000000000000000000000000..9a13d157de797f6285fd82b38cff16f28c97b288
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/mkcontroler.sh
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+# usage: mkcontroler n
+
+# d = n-1
+N=$1
+D=`(echo "$N-1" | bc)`
+
+echo "tr A1 far*$N -> Coming far*$D in"
+echo "tr A2 far in -> in*$D"
+echo "tr D [0,0] Coming ->"
+echo "tr E1 [0,0] far*$D in -> Leaving far*$N"
+echo "tr E2 [0,0] in*$D -> far in"
+echo "tr U [0,0] Leaving ->"
+echo "pl far ($N)"
+echo "lb A1 App"
+echo "lb A2 App"
+echo "lb E1 Exit"
+echo "lb E2 Exit"
+echo "lb D Down"
+echo "lb U Up"
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/mktrains.sh b/tools/tina-3.7.0/nets/tpn_examples/trains/mktrains.sh
new file mode 100755
index 0000000000000000000000000000000000000000..a1b4da07b5bda0d7fee1e5852cc848b6d226d577
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/mktrains.sh
@@ -0,0 +1,60 @@
+#!/bin/sh
+
+# usage: mktrains n
+#  or    mktrains n | build
+#  or    mktrains n | build > trainsn.net
+#  or    mktrains n | build | tina -s 0 -q
+
+
+echo "# train"
+echo "new"
+echo "tr App Far -> Close"
+echo "tr Ex [2,4] On -> Left"
+echo "tr Exit [0,0] Left -> Far"
+echo "tr In [3,5] Close -> On"
+echo "pl Far (1)"
+echo "lb App App"
+echo "lb Exit Exit"
+I=$1
+while (test $I -gt 1)
+do echo "dup"
+   I=`(echo "$I-1" | bc)`
+done
+echo "merge $1"
+
+
+# d = n-1
+N=$1
+D=`(echo "$N-1" | bc)`
+
+echo "# controler"
+echo "new"
+echo "tr A1 far*$N -> Coming far*$D in"
+echo "tr A2 far in -> in*$D"
+echo "tr D [0,0] Coming ->"
+echo "tr E1 [0,0] far*$D in -> Leaving far*$N"
+echo "tr E2 [0,0] in*$D -> far in"
+echo "tr U [0,0] Leaving ->"
+echo "pl far ($N)"
+echo "lb A1 App"
+echo "lb A2 App"
+echo "lb E1 Exit"
+echo "lb E2 Exit"
+echo "lb D Down"
+echo "lb U Up"
+
+echo "# barrier"
+echo "new"
+echo "tr D1 [0,0] Up -> lowering"
+echo "tr D2 [0,0] raising -> lowering"
+echo "tr L [1,2] lowering -> Down"
+echo "tr R [1,2] raising -> Up"
+echo "tr U [0,0] Down -> raising"
+echo "pl Up (1)"
+echo "lb D1 Down"
+echo "lb D2 Down"
+echo "lb U Up"
+
+echo "sync 3"
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/system.tpn b/tools/tina-3.7.0/nets/tpn_examples/trains/system.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..45c1b297c8c86cc1ae5a1deaccb2be1b98777afa
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/system.tpn
@@ -0,0 +1,9 @@
+
+load components/train.ndr
+load components/train.ndr
+load components/train.ndr
+merge 3
+load components/controler.ndr
+load components/barrier.ndr
+sync 3
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/system1.tpn b/tools/tina-3.7.0/nets/tpn_examples/trains/system1.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..b64dd18ba4222d3761726af22f494ea38b2a0d11
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/system1.tpn
@@ -0,0 +1,83 @@
+
+# train
+t 190.0 50.0 App n 0 w n App e
+t 190.0 270.0 Exit s 0 0 c Exit e
+p 190.0 160.0 Far 1 w
+p 70.0 50.0 Close 0 w
+t 70.0 110.0 In 3 5 w
+p 70.0 160.0 On 0 w
+t 70.0 210.0 Ex 2 4 w
+p 70.0 270.0 Left 0 w
+e Left Exit 1 n
+e Ex Left 1 n
+e On Ex 1 n
+e Exit Far 1 n
+e App Close 1 n
+e Far App 1 n
+e In On 1 n
+e Close In 1 n
+h train
+
+dup
+dup
+merge 3
+
+new
+# controler
+p 250.0 220.0 far 3 e
+p 50.0 220.0 in 0 w
+t 150.0 50.0 A1 c 0 w n App n
+t 150.0 380.0 E1 c 0 0 n Exit s
+t 150.0 160.0 A2 c 0 w n App n
+t 150.0 280.0 E2 c 0 0 n Exit s
+t 430.0 50.0 D c 0 0 e Down n
+t 410.0 380.0 U c 0 0 e Up s
+p 300.0 50.0 Coming 0 n
+p 300.0 380.0 Leaving 0 s
+e far A1 3 se
+e A1 0.897390693255 61.2646630213 far 0.287110953831 60.5476520525 2 n
+e A1 in 1 n
+e far A2 1 n
+e in A2 1 n
+e A2 0.62908169907 40.6265794452 in 0.0409551776716 57.8678442643 2 e
+e far E1 2 ne
+e E1 0.114604495126 55.8320079229 far 0.712889046169 60.5476520525 3 e
+e in E1 1 n
+e in E2 2 w
+e E2 0.375 49.497474683 in 0.953502511081 51.1338731638 1 n
+e E2 far 1 n
+e A1 Coming 1 n
+e Coming D 1 n
+e E1 Leaving 1 n
+e Leaving U 1 n
+h controleur
+
+new
+# barrier
+t 30.0 110.0 D1 c 0 0 e Down n
+t 110.0 130.0 D2 c 0 0 e Down n
+p 110.0 50.0 Up 1 n
+p 30.0 170.0 lowering 0 e
+t 30.0 230.0 L 1 2 e
+p 110.0 290.0 Down 0 s
+t 190.0 230.0 U c 0 0 e Up s
+p 190.0 170.0 raising 0 e
+t 190.0 110.0 R 1 2 e
+e D2 lowering 1 n
+e raising D2 1 n
+e raising R 1 n
+e R Up 1 n
+e U raising 1 n
+e Down U 1 n
+e L Down 1 n
+e lowering L 1 n
+e D1 lowering 1 n
+e Up D1 1 n
+h barrier
+
+sync 3
+
+
+
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/system2.tpn b/tools/tina-3.7.0/nets/tpn_examples/trains/system2.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..014637910cf3c9fda5f3ae30eb6e49ebb1f9c583
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/system2.tpn
@@ -0,0 +1,38 @@
+
+
+net train
+tr App : App Far -> Close 
+tr Ex [2,4] On -> Left 
+tr Exit : Exit [0,0] Left -> Far 
+tr In [3,5] Close -> On 
+pl Far (1)
+
+dup
+dup
+merge 3
+
+new
+net controleur
+tr A1 : App far*3 -> far*2 in Coming 
+tr A2 : App far in -> in*2 
+tr D : Down [0,0] Coming -> 
+tr E1 : Exit [0,0] far*2 in -> far*3 Leaving 
+tr E2 : Exit [0,0] in*2 -> far in 
+tr U : Up [0,0] Leaving -> 
+pl far (3)
+
+new
+net barrier
+tr D1 : Down [0,0] Up -> lowering 
+tr D2 : Down [0,0] raising -> lowering 
+tr L [1,2] lowering -> Down 
+tr R [1,2] raising -> Up 
+tr U : Up [0,0] Down -> raising 
+pl Up (1)
+
+sync 3
+
+
+
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/system3.tpn b/tools/tina-3.7.0/nets/tpn_examples/trains/system3.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..13a616f1bbb0a943f87476fb98dddcea056c2b3b
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/system3.tpn
@@ -0,0 +1,8 @@
+
+
+source 3trains.tpn
+source controler.tpn
+source barrier.tpn
+sync 3
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/system4.tpn b/tools/tina-3.7.0/nets/tpn_examples/trains/system4.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..262addef4f19868a2724e6512e4feb27525886f1
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/system4.tpn
@@ -0,0 +1,15 @@
+
+load components/train.ndr
+ren Approche/App Sortie/Exit
+dup
+dup
+merge 3
+ren 1/Approche 2/Sortie
+load components/controler.ndr
+ren 1/App 2/Exit 3/Up 4/Down
+load components/barrier.ndr
+ren 3/Up 4/Down
+sync 3
+ren /1 /2 /3 /4
+
+
diff --git a/tools/tina-3.7.0/nets/tpn_examples/trains/train.tpn b/tools/tina-3.7.0/nets/tpn_examples/trains/train.tpn
new file mode 100644
index 0000000000000000000000000000000000000000..be839fc9dda7f1027f371f4f79abf2fa0a6a1414
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tpn_examples/trains/train.tpn
@@ -0,0 +1,24 @@
+
+new
+# train.ndr
+t 190.0 50.0 App n 0 w n App e
+t 190.0 270.0 Exit s 0 0 c Exit e
+p 190.0 160.0 Far 1 w
+p 70.0 50.0 Close 0 w
+t 70.0 110.0 In 3 5 w
+p 70.0 160.0 On 0 w
+t 70.0 210.0 Ex 2 4 w
+p 70.0 270.0 Left 0 w
+e Left Exit 1 n
+e Ex Left 1 n
+e On Ex 1 n
+e Exit Far 1 n
+e App Close 1 n
+e Far App 1 n
+e In On 1 n
+e Close In 1 n
+h train
+
+
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/API b/tools/tina-3.7.0/nets/tts_examples/API
new file mode 100644
index 0000000000000000000000000000000000000000..a07565db405795655b20faea3241e35d698f4f30
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/API
@@ -0,0 +1,92 @@
+
+Nets  with  data  are  packed  into  directories  with  extension  tts
+including a .net,  .ndr or .tpn file,  a .c file for the  code of data
+and a shared  library (.so/.dyn/.dll file) capturing the  code for the
+particular target.
+
+Applied to  a .tts  directory, tina  loads the .net  or .ndr  file (as
+usual), and dynamically links the  library file to get the actions and
+predicates.   It is  the  user's responsability  to  build the  shared
+library component fron the C sources (tina does not do it for you).
+
+
+Storage libraries:
+------------------
+
+tina  sees data  values  as  keys (pointers  or  integers), through  a
+"store"  function.  The  storage functions  may reside  in  a separate
+library or may be statically  linked with the data processing library.
+The  storage  functions  are not  part  of  the  tts api.  They  would
+typically provide functions:
+
+	store : value -> key
+	lookup : key -> value
+	init_storage : <library specific> -> int
+
+The storage library must be initialized by calling init_storage before
+any call of store.
+
+In addition, storage libraries may require functions to be provided by
+the application, typically the following:
+
+	compare_value : value * value -> comp
+	free_value : value -> void
+
+Finally, storage libraries may optionally provide two functions:
+
+        set_compression : int -> int
+        set_database : string -> int
+
+The  first is  called  by tina  with  argument 1  when compression  is
+enabled (flag -cp of tina, if available), the second is called by tina
+with the directory in which resides the database when database storage
+is enabled (flag -db of tina, if available).
+
+
+
+Data processing library:
+------------------------
+
+The data shared library itself captures:
+
+    optionally,  a  function  returning  an API  version  (default  0,
+    meaning the api described in this file).
+
+        ttsapiversion : void -> int
+
+    an array of transition names for the transitions referred to
+    in the library:
+
+	transitions : int ref -> string vector
+
+    for a subset of transitions in transitions, referred to by
+    their index in the above vector:
+
+	pre_i : key -> bool
+	act_i : key -> key
+
+    An independance predicate for actions. This predicate is used
+    by tina for computing the conflicting relation for partial order
+    methods, and the persistent and newly enabled relations for state
+    class graphs:
+
+    A value printer, used by tina to print data value in some concrete
+    notation when output is "verbose":
+
+	sprint_state: key * string ref -> int
+
+    For kts output, the state (or some abstraction of it) should be 
+    available to tina as a record with integer fields. This is done
+    by providing:
+
+    The list of observable names, and their number, by function:
+
+	obs_names : int ref -> string vector
+
+    A function to retrieve the contents of observables from a value:
+
+	obs_values : key -> int vector
+
+
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/README b/tools/tina-3.7.0/nets/tts_examples/README
new file mode 100644
index 0000000000000000000000000000000000000000..a5fc57fce97aa2a9db1e08a555e51f74692c2849
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/README
@@ -0,0 +1,70 @@
+
+Contents:
+
+API:
+----
+
+tts API documentation.
+
+
+lib/avl:
+--------
+
+Code  for the  avl-based  storage library, check avl/README for details.
+
+By default (typing "make", or "make K=<int>" when K required), all the
+following examples statically add to the libraries they build the code
+for the  avl storage.
+
+
+ifip:
+-----
+
+A documented  toy example (read  file ifip.c) illustrating the  use of
+non-integer  data state  components and  reference counts  for sharing
+pointed structures among data states.
+
+type "make" for building ifip.tts.
+
+then try e.g.	tina ifip.tts
+		tina ifip.tts -aut
+		tina ifip.tts ifip.ktz
+		
+
+naimitrehel1, naimitrehel1-cp, naimitrehel1-db:
+-----------------------------------------------
+
+A version of the Naimi-Trehel distributed mutual exclusion algorithm,
+without concerns for space efficiency.
+
+type "make K=4" for building an example with 4 sites
+
+the try e.g.	tina -q nt4.tts
+
+
+naimitrehel2:
+-------------
+
+The same  example, with a  more sophisticated memory  management: data
+memory management allows sharing of  state components. It does not run
+faster  than  naimitrehel1,  but   comsumes  about  35%  less  memory.
+naimitrehel1-cp is  more space efficient  though, on versions  of tina
+enabling compression.
+
+
+trains:
+-------
+
+A  variant  of  ../../tpn_examples/trains  with  a  simpler  controler
+resuming to a  counter and implemented in the  "data" part. No storage
+library is needed for that example.
+
+The net component is defined by a tpn script and components trains.ndr
+and barrier.ndr.
+
+type "make K=4" for building an example with 4 trains
+
+then try e.g.	tina -q trains4.tts
+		tina -q -M trains4.tts
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/ifip/Makefile b/tools/tina-3.7.0/nets/tts_examples/ifip/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..56e9c8bcd07d9d85dcccadf1efdb81f0efd49a7b
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/ifip/Makefile
@@ -0,0 +1,66 @@
+
+GCC=gcc -O2 -s
+TARGET=self
+AVL=../lib/avl
+
+# setting target dependant flags
+ifeq ($(HOSTTYPE),i86pc-64)
+# x86 solaris
+EXT=.so
+SHFLG=-shared -fPIC -fpic -static-libgcc
+CFLAGS=-m64
+else
+ifeq ($(HOSTTYPE),i86pc)
+# x86 solaris
+EXT=.so
+SHFLG=-shared -fPIC -fpic -static-libgcc
+else
+ifeq ($(HOSTTYPE),sparc)
+# sparc solaris
+EXT=.so
+SHFLG=-G -fPIC -fpic
+else
+ifeq ($(HOSTTYPE),i386-linux)
+# intel linux
+EXT=.so
+SHFLG=-shared -fPIC -fpic
+else
+ifeq ($(HOSTTYPE),x86_64-linux)
+# intel linux 64 bit
+EXT=.so
+SHFLG=-shared -fPIC -fpic
+CFLAGS=-m64
+else
+ifeq ($(HOSTTYPE),powermac)
+# powerpc-darwin
+EXT=.dylib
+SHFLG=-dynamiclib -flat_namespace -undefined suppress -fPIC -fno-common
+else
+ifeq ($(HOSTTYPE),intel-pc)
+# intelpc-darwin
+EXT=.dylib
+SHFLG=-m32 -dynamiclib -flat_namespace -undefined suppress -fPIC -fno-common
+else
+# assuming intel mingw
+EXT=.dll
+SHFLG=-shared
+HOSTTYPE=i386-mswin
+endif
+endif
+endif
+endif
+endif
+endif
+endif
+
+
+
+all:	ifip.c
+	mkdir -p ifip.tts
+	cp ifip.ndr ifip.tts
+	$(GCC) -o ifip$(EXT) $(SHFLG) -I$(AVL) ifip.c $(AVL)/avl.c
+	mv ifip$(EXT) ifip.tts
+
+clean:
+	rm -rf ifip.tts
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/ifip/ifip.c b/tools/tina-3.7.0/nets/tts_examples/ifip/ifip.c
new file mode 100644
index 0000000000000000000000000000000000000000..6cf29df2481e367588688617d8b38dd5d441ccd7
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/ifip/ifip.c
@@ -0,0 +1,309 @@
+
+#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
+
+
+
+/* -- 1. private declarations ----------------------------------------------- */
+
+/* this section is application specific.
+   typically, one would define a type of values and possibly some
+   routines for manipulating values
+*/
+
+#include <math.h>
+#include <string.h>
+
+typedef int bool;  /* 0 or 1     */
+
+typedef int comp;  /* -1, 0 or 1 */
+
+
+/* a type of strings.
+   It is assumed that string components can be shared between values.
+   Field C is maintained as a reference count for the string structure.
+*/
+
+typedef struct {
+  int C;
+  char *S;
+} string;
+
+/* creates an string, uninitialized */
+string *new_string () {
+  string *new = (string *)malloc(sizeof(string));
+  new->C = 1;
+  return new;
+}
+
+/* decrements the reference count. Then, if count reaches 0,
+   frees the structure and the char pointer encapsulated */
+void free_string (string *s) {
+  if (! --(s->C)) {
+    free (s->S);
+    free (s);
+  }
+}
+
+/* identity function, incrementing ref count */
+string *share_string (string *s) {
+  s->C++;
+  return s;
+}
+
+/* creates string as s concat x */
+string *concat_string (string *s, char *x) {
+  string *new = new_string ();
+  char *tmp=malloc(strlen(s->S)+strlen(x)+1);
+  strcpy(tmp,s->S);
+  strcat(tmp,x);
+  new->S=tmp;
+  return new;
+}
+
+/* builds a string capturing x */
+string *make_string (char *x) {
+  string *new = new_string ();
+  char *tmp=malloc(strlen(x)+1);
+  strcpy(tmp,x);
+  new->S=tmp;
+  return new;
+}
+
+
+/* the type of data values */
+
+typedef struct {
+  int X;
+  float Y;
+  string *Z;
+} value;
+
+/* makes a new value, unitialized */
+value *new_value () {
+  return (value *)malloc(sizeof(value));
+}
+
+/* makes a value out of components x, y, z */
+value *make_value (int x, double y, string *z) {
+  value *w = new_value ();
+  w->X=x;
+  w->Y=y;
+  w->Z=z;
+  return w;
+}
+
+
+
+
+/* -- 2. functions for the storage API -------------------------------------- */
+
+/* This section depends on the storage library choosen for values
+   All such libraries should provide
+       type key  (an alias for int)
+     and functions
+       store : value -> key
+       lookup : key -> value
+   Some libraries may require auxiliary functions from the user.
+
+   The avl library used here requires:
+
+       compare_value : value * value -> comp  (a total order on values)
+           The avl storage library store values into ... avl's; compare_value is
+	   any total order comparison function for values;
+
+       free_value : value -> void
+           free_value is called by the storage library when attempting to store
+	   a value equal to some other already stored. Allocation and collection
+	   of storage for values is entirely the user's responsability.
+
+   The avl library also requires to call function init_storage before any other
+   avl libray call, by:
+
+       init_storage(compare_value,free_value);
+*/
+
+/* the avl interface: */
+#include "avl.h"
+
+/* comparison function for values */
+comp compare_value (value *v1, value *v2) {
+  if (v1->X > v2->X) return 1;
+  if (v1->X < v2->X) return -1;
+  if (v1->Y > v2->Y) return 1;
+  if (v1->Y < v2->Y) return -1;
+  return strcmp(v1->Z->S,v2->Z->S);
+}
+
+/* frees the string encapsulated (see above), and then the value frame */
+void free_value (value *v) {
+  free_string (v->Z);
+  free(v);
+}
+
+
+
+/* -- 3. functions for the tina API ----------------------------------------- */
+
+/* required by the tina tts API:
+
+   initial : void -> key
+             returns the access key of the initial value
+   transitions  : int ref -> string array
+             returns an array of the names referred to in the file,
+	     and its size in the argument pointer.
+	     Throughout the file, transitions will be referred to by their
+	     index in the array returned.
+   independant : int * int -> bool
+             The independance predicate for transitions.
+	     Independant should be typically taken here as "non-interfering",
+	     the actual interpretation is up to the user;
+   sprint_state : int ref * string ref * key -> int
+             That function prints in its second argument a representation of
+	     the value referred to by "key". The first argument holds the
+	     size of the second argument.
+	     It returns -1 (see below), or the amount of characters written.
+   obs_names : int ref -> string array
+             similar to transitions above, except it returns an array of
+	     "observables" names, and its size.
+   obs_values : key -> int array
+             given a key, return the values of observables in the value
+	     referred to by "key"
+
+   optional:
+
+   ttsapiversion : void -> int
+   pre_i : key -> bool (optional)
+	     the pre-condition associated with the i^th transition
+	     in the array returned by transitions.
+	     returns 1 if that transition is firable when the value
+	     is that referred to by key.
+	     May be omitted if the pre-condition is always true.
+   act_i : key -> key, optional
+             the action on value associated with the i^th transition
+	     in the array returned by transitions.
+	     that action should NOT have side effects on the argument
+	     value, but return a new value instead.
+	     May be omitted if tye action is always the identity function.
+
+   NOTES
+   As can be seen, two representations can be given to states:
+   - one as the string returned by sprint_state, 
+   - the other as the record of integers the labels of which are passed by
+   obs_names, and the values of which are passed by obs_values.
+
+   The first form is used for printing states in the "verbose" output mode
+   of tina. The second form is used for transition system output or verbose
+   output with option -ls. The observable names are then the state properties
+   saved in e.g. .ktz or .mec files.
+
+   All three functions: sprint_state, obs_names and obs_values, are required by
+   the tina API, but the first could return the empty string if no state 
+   representation is desired, and the second and third the empty array, if
+   not needed.
+*/
+
+
+int ttsapiversion () {return 0;}
+
+
+/* -- 3.1 initializes library and returns initial value (1, 10.0, "a") */
+
+key initial () {
+  /* initialize avl storage (required by avl API) */
+  init_storage(compare_value,free_value,sizeof(value));
+  /* create and store initial value */
+  return store (make_value (0, 10.0, make_string ("a")));
+}
+
+
+/* -- 3.2 transitions table: */
+
+/* transitions returns array of names of the transitions referred to in the file */
+char *transtable[4] = {"t1","t4","t2","t5"};
+char **transitions (int *sz) {*sz = 4; return transtable;}
+
+
+/* -- 3.3 predicates and actions: */
+
+/* by default, pre_* is always true and act_* is the identity function */
+
+/* X,Y,Z -> X,10.0,Z */
+key act_0 (key s) {
+  value *old = lookup(s);
+  return store (make_value (old->X, 10.0, share_string(old->Z)));
+}
+
+/* X <= 3 */
+bool pre_1 (key s) {
+  value *v = lookup(s);
+  return (v->X>3)?0:1;
+}
+
+/* X,Y,Z -> X+1,Y,Z^".a" */
+key act_1 (key s) {
+  value *old = lookup(s);
+  return store (make_value (old->X+1, old->Y, concat_string (old->Z,".a")));
+}
+
+/* X,Y,Z -> Z,Y/2,Z */
+key act_2 (key s) {
+  value *old = lookup(s);
+  return store (make_value (old->X, old->Y/2, share_string(old->Z)));
+}
+
+/* X,Y,Z -> 0,Y,"a" */
+key act_3 (key s) {
+  value *old = lookup(s);
+  return store (make_value (0, old->Y, make_string ("a")));
+}
+
+
+/* -- 3.4 independance relation for actions, for partial order and resets in timed modes */
+/* indices refer to transtable; specifies independance for ALL transitions */
+
+bool independant (int t1, int t2) {
+  /* all pairs independant except t1 and t4 (for instance, no particular reason here) */
+  if (t1 == 0) return t2 != 1;
+  if (t2 == 1) return t1 != 0;
+  return 1;
+}
+
+
+/* -- 3.5 state representation function for verbose output
+   writes in buff (of size sz) a textual description of state s, returns its size.
+   should return -1 if buff is too short, so that caller can retry with a larger buff
+*/
+int sprint_state (int sz, char *buff, key s) {
+  char tmp[128];
+  value *v = lookup(s);
+  /* tmp is large enough to hold an integer and a float, so: */
+  sprintf(tmp,"X=%d,Y=%f",v->X,v->Y);
+  /* now fill buff, checking that buff is large enough to hold tmp and string: */
+  if (sz >= strlen(tmp) + strlen(v->Z->S) + 2) {
+    sprintf(buff,"%s,Z=\"%s\"",tmp,v->Z->S);
+    return strlen(buff);
+  } else {
+    return -1;
+  }
+}
+
+
+/* -- 3.6 state representation functions for transition system output */
+
+/* obs_names returns an array of names of observables, and their number in count */
+char *obsnames[3] = {"X","Y","Z"};
+char **obs_names (int *count) {*count = 3; return obsnames;}
+
+/* obs_values returns the array of values of observables for state s,
+   these must be integers, noninteger value components must be abstracted
+*/
+int ovalues[3];
+int *obs_values (key s) {
+  value *v = lookup(s);
+  ovalues[0] = v->X;
+  ovalues[1] = rint(v->Y);
+  ovalues[2] = strlen(v->Z->S);
+  return ovalues;
+}
diff --git a/tools/tina-3.7.0/nets/tts_examples/ifip/ifip.ndr b/tools/tina-3.7.0/nets/tts_examples/ifip/ifip.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..01d605c35ab7c7244535110c71a58b4a72c0a122
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/ifip/ifip.ndr
@@ -0,0 +1,26 @@
+p 120.0 50.0 p1 1 n
+p 340.0 50.0 p2 2 n
+p 120.0 190.0 p3 0 n
+p 280.0 200.0 p4 0 e
+p 390.0 200.0 p5 0 e
+t 180.0 120.0 t1 4 9 w
+t 280.0 120.0 t2 0 w n
+t 390.0 120.0 t3 1 3 e
+t 120.0 260.0 t4 0 2 s
+t 60.0 120.0 t5 0 3 w
+e t5 p1 1 n
+e p1 t1 1 n
+e p3 t5 1 n
+e p3 0.628881058409 29.0 t4 0.357388356261 32.0156211872 1 n
+e t4 0.143423651709 30.61045573 p3 0.859887966581 29.8328677804 1 n
+e p2 0.5 58.0 t1 0.17119709363 56.8242905807 2 n
+e t1 0.841581677509 44.1021541424 p4 0.456549315397 51.923019943 1 n
+e p4 t2 1 n
+e t2 p2 1 n
+e t1 0.778624573524 67.082039325 p5 0.592215460534 96.7987603226 1 n
+e p5 t3 1 n
+e t3 p2 1 n
+e t1 p3 1 n
+h ifip
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/lib/README b/tools/tina-3.7.0/nets/tts_examples/lib/README
new file mode 100755
index 0000000000000000000000000000000000000000..04d7a372dec7c71f0cb38ddd1c34d3f5e0a0a2b7
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/lib/README
@@ -0,0 +1,27 @@
+
+requirements:
+
+	gnumake
+	gcc
+	tina 2.9.X
+
+
+usage:
+
+
+Checking fiacre spec:
+
+	 frac file.fcr
+
+Checking and compiling:
+
+	 frac file.fcr file.tts
+
+Compiling the tts for tina:
+
+	make NAME=file
+
+Computing behavior:
+
+	tina file.tts <flags>
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/lib/avl/README b/tools/tina-3.7.0/nets/tts_examples/lib/avl/README
new file mode 100755
index 0000000000000000000000000000000000000000..c917c239d93b220ad301f28602705e3ef196f7ba
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/lib/avl/README
@@ -0,0 +1,16 @@
+
+code for the avl storage library
+
+define COMPRESSION and call set_compress(1) to enable compresion.
+
+define DATABASE and call set_database(dbdir) to enable database storage.
+DATABASE implies COMPRESSION.
+
+the application must include avl.h, must be compiled with avl.c and must link berkeley-db if DATABASE is defined;
+
+init_storage must pass compare_value (or NULL), free_value (or NULL) and the size of values
+
+
+
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/lib/avl/avl.c b/tools/tina-3.7.0/nets/tts_examples/lib/avl/avl.c
new file mode 100755
index 0000000000000000000000000000000000000000..d7666d07c208acef0d427c4281d46ded52fca1ea
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/lib/avl/avl.c
@@ -0,0 +1,539 @@
+/* avl's with state compression */
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#include <math.h>
+#include "avl.h"
+#ifdef DATABASE
+#include <db.h>
+#endif
+
+
+
+static int statesize = 0;       /* size of decompression buffer */
+
+
+#ifdef COMPRESSION
+/* compression/decompression ---------------------------------------------------------------- */
+
+/* generic compressor/decompressor: */
+
+/* compresses "sz" integers into byte array "to" using vle
+   cz is size of to, assumed large enough
+   fills to array from the end; returns index of first significant char in to
+   ### TODO: use >> and << rather than / and % 
+*/
+int compressToBytes (int cz, unsigned char *to, int sz, int *from) {
+  int i;           /* current index in from */
+  int j = cz;      /* current index in to */
+  int x, neg;
+  for (i=sz-1; i>=0; i--) {
+    x = from[i];
+    if (x==0) {
+      to[--j] = 128;
+    } else {
+      if (x < 0) {
+	neg = 1;
+	x = -x;
+      } else {
+	neg = 0;
+      }
+      /* vle neg x: */
+      if (x < 128) {
+	if (x < 64) {
+	  to[--j] = (neg) ? (x+64+128) : (x+128);
+	} else {
+	  to[--j] = (x+128);
+	  to[--j] = (neg) ? 64 : 0;
+	}
+      } else {
+	to[--j] = (x % 128) + 128;
+	/* vle2 neg x */
+	x = x / 128;
+	while (x >= 128) {
+	  to[--j] = (x % 128);
+	  x = x / 128;
+	}
+	if (x < 64) {
+	  to[--j] = (neg) ? (x+64) : x;
+	} else {
+	  to[--j] = x;
+	  to[--j] = (neg) ? 64 : 0;
+	}
+      }
+    }
+  }
+  return j;
+}
+
+/* uncompresses "sz" chars into int array "to" using rvle; returns number of ints uncompressed
+   to assumed large enough
+*/
+int uncompressFromBytes (int *to, int j, int cz, unsigned char *from) {
+  int c, r, n;
+  int k = 0;
+  int neg;
+  while (j < cz) {
+    /* rvle j */
+    c = from[j++];
+    if (c >= 128) {
+      r = c - 128;
+      to[k++] = (r < 64) ? r : -(r - 64);
+    } else {
+      if (c < 64) {
+	neg = 0;
+	n = c;
+      } else {
+	neg = 1;
+	n = c-64;
+      }
+      /* accu n : */
+      while ((c = from[j++]) < 128) {
+	n = 128*n + c;
+      }
+      n = 128*n + (c-128);
+      to[k++] = (neg) ? -n : n;
+    }
+  }
+  return k;
+}
+
+
+/* compression/decompression routines: */
+
+static int compressf = 0;              /* does compress if 1, overwritten by set_compression if called */
+
+int set_compression (int f) {
+  compressf = f;
+  // fprintf(stderr,"compressf=%d\n",compressf);
+  return 0;
+}
+
+static unsigned char *bytes;    /* compression buffer           */ 
+static int bytessize = 0;       /* size of compression buffer   */
+static int stateintsize = 0;    /* size of states in int        */
+static int *state;              /* decompression buffer         */
+static key statekey = 0;        /* key of decompressed state    */
+
+
+/* compressed states start with their size, encoded over CSIZE bytes.
+   CSIZE is set to 1, please redefine if higher count is needed.
+*/
+#ifndef CSIZE
+#define CSIZE 1     /* or 2, or 4 */
+#endif
+static int maxcsize;       /* set from CSIZE in init_storage */
+
+#if (CSIZE==1)
+#define getsize(x)   (*(x))
+#define setsize(a,z) {*(a)=z;}
+#else
+#if (CSIZE==2)
+#define getsize(x)   (*(unsigned short *)(x))
+#define setsize(a,z) {*((unsigned short *)(a))=z;}
+#else
+/* SIZE==4 */
+#define getsize(x)   (*(unsigned int *)(x))
+#define setsize(a,z) {*((unsigned int *)(a))=z;}
+#endif
+#endif
+
+
+/* compresses state into a string returned as result; frees the state */
+unsigned char *compress (void *state) {
+  unsigned int j = compressToBytes(bytessize,bytes,stateintsize,(int *)state);
+  unsigned int z = bytessize-j;  /* size of result array */
+  char *cstate = (unsigned char *)malloc(z+CSIZE);
+  if (NULL == cstate || z > maxcsize) {
+    fprintf (stderr,"error: cannot compress state\n");
+    if (NULL != cstate) {
+      if (CSIZE < 4) {
+	fprintf (stderr,"error: cannot compress state: consider CSIZE=%d\n",(CSIZE==1)?2:4);
+      } else {
+	fprintf (stderr,"error: state too large, consider alternative storage\n");
+      }
+    } else {
+      fprintf (stderr,"error: cannot compress state: out of memory\n");
+    }
+    exit(1); 
+  }
+  memcpy(cstate+CSIZE,bytes+j,z);
+  setsize(cstate,z);
+  // fprintf(stderr,"compressed %d bytes into %d bytes\n",statesize,z);
+  free(state);
+  return cstate;
+}
+
+/* uncompresses string into a state returned as result; does NOT free the string */
+void *uncompress (unsigned char *cstate) {
+  if (statekey == (key)cstate) {
+    // fprintf (stderr,"cached\n");
+    return state;                    /* cached; last state uncompressed is left in state */
+  } else {
+    // fprintf (stderr,"missed\n");
+    statekey = (key)cstate;          /* do uncompress */
+    uncompressFromBytes(state,0,getsize(cstate),cstate+CSIZE);
+    return state;
+  }
+}
+#endif
+
+
+/* memcmp on mac does not return result in {-1,0,1}, will take sign of it ------------------- */
+#if defined(__MACH__) && defined(__APPLE__)
+int sign(int v) {return v > 0 ? 1 : (v < 0 ? -1 : 0);}
+#else
+#define sign(x) (x)
+#endif
+
+
+
+#ifdef DATABASE
+/* database routines ------------------------------------------------------------------------ */
+
+static int databasef = 0;              /* enables compression and database storage if 1 */
+static char databasedir[256];          /* database directory                            */
+
+int set_database (char *tinadbdir) {
+  if (*tinadbdir) {
+    compressf = 1;
+    databasef = 1;
+    strcpy(databasedir,tinadbdir);
+  }
+  // fprintf(stderr,"compressf=%d, databasef=%d, databasedir=%s\n",compressf,databasef,databasedir);
+  return 0;
+}
+
+DB* dbd;
+char dbname[256];
+
+int init_dbase () {
+  int ret;
+  /* set dbname: */
+  if (strlen(databasedir)) {
+    strcpy(dbname,databasedir);
+  } else {
+    char *edir=getenv("TINADBDIR");
+    if (NULL==edir) {
+      strcpy(dbname,"/tmp");
+    } else {
+      strcpy(dbname,edir);
+    }
+  }
+  strcat(dbname,"/cdata.db");
+  /* create database: */
+  ret = db_create(&dbd, NULL, 0);
+  if (ret != 0) {
+    fprintf(stderr,"Cannot create cstate database\n");
+    return -1;
+  }
+  dbd->set_cachesize(dbd,0,536870912,1);
+  ret = dbd->open( dbd,        /* DB structure pointer */
+		   NULL,       /* Transaction pointer */
+		   dbname,     /* On-disk file that holds the database. */
+		   NULL,       /* Optional logical database name */
+		   DB_BTREE,   /* Database access method */
+		   DB_CREATE | DB_TRUNCATE,      /* Open flags */
+		   0);         /* File mode (using defaults) */
+  if (ret) {
+    fprintf(stderr,"Cannot open cstate database\n");
+    return -1;
+  }
+  return 1;
+}
+
+// insert: value -> key
+// if some m=cstate is stored then returns associated key,
+// else stores record (new_key,cstate) and returns new_key
+int NEXT = 1;  /* ### beware: cached statekey initialized to 0, should be != from any key ... ###### */
+key store_dbase (char *cstate)
+{
+  int no = NEXT;
+  DBT key;
+  DBT data;
+  int msize = getsize(cstate) + CSIZE;
+  // fprintf(stderr,"storing ... ");
+  /* factorizing cstate: */
+  memset(&key, 0, sizeof(DBT));
+  key.data = cstate;
+  key.size = msize;
+  memset(&data, 0, sizeof(DBT));
+  if (dbd->get(dbd, NULL, &key, &data, 0) == DB_NOTFOUND) {
+    data.data = &no;
+    data.size = sizeof(int);
+    dbd->put(dbd, NULL, &key, &data, 0);
+    dbd->put(dbd, NULL, &data, &key, 0);
+    NEXT++;
+    // fprintf(stderr,"new %d\n",no);
+  } else {
+    no = *(int *)data.data;
+    // fprintf(stderr,"old %d\n",no);
+  }
+  free(cstate);
+  return no;
+}
+
+// lookup: key -> value
+// returns cstate associated with key (assumed stored)
+void *lookup_dbase (key k)
+{
+  // fprintf(stderr,"looking up %d ... ",k);
+  if (statekey == k) {
+    // fprintf (stderr,"cached\n");
+    return state;  /* last state uncompressed is left in state */
+  } else {
+    DBT key;
+    DBT data;
+    memset(&key, 0, sizeof(DBT));
+    key.data = &k;
+    key.size = sizeof(int);
+    memset(&data, 0, sizeof(DBT));
+    dbd->get(dbd, NULL, &key, &data, 0);
+    /* uncompress: */
+    statekey = k;
+    char *dt = data.data;
+    uncompressFromBytes(state,0,getsize(dt),dt+CSIZE);
+    // fprintf(stderr,"found\n");
+    return state;
+  }
+}
+
+void finalize_dbase ()
+{
+  dbd->close( dbd, 0);
+}
+#endif
+
+
+
+
+/* API routines: */
+
+/* by default, values are assumed to be blocks of statesize bytes which are sizeof(int) aligned,
+      that can be compared with memcmp and freed with free;
+   If not the case, then application may pass specific compare_value and free_value functions;
+*/
+
+int compare (char *x, char *y) {return sign(memcmp(x,y,statesize));}
+#ifdef COMPRESSION
+int compare_compressed (unsigned char *x, unsigned char *y) {return sign(memcmp(x,y,getsize(x)+CSIZE));}
+#endif
+int (*COMPAREF)();  /* state comparison function */
+#define compare_state(x,y) ((*COMPAREF)(x,y))
+
+void (*FREEF)();     /* state free function */
+#define free_state(x) ((*FREEF)(x))
+
+/* initilization of storage, assuming init_cavl has already been called */
+int init_storage (void *comparef, void *freef, int size) {
+  /* set sstatesize and compare/free functions: */
+  // fprintf(stderr,"init_storage %d %d %d \n",NULL!=comparef,NULL!=freef,size);
+  statesize = size;
+  // printf ("statesize=%d\n",size);
+#ifdef COMPRESSION
+  if (compressf) {
+    COMPAREF = compare_compressed;
+    FREEF =  free;
+    /* set/check compression parameters: */
+    maxcsize = pow(256,CSIZE) - 1;
+    stateintsize = size / sizeof(int);
+    if (!(CSIZE==1 || CSIZE==2 || CSIZE==4)) {
+      fprintf (stderr,"error: illegal CSIZE value (%d), must be in {1,2,4}\n",CSIZE);
+      exit(1);  
+    } else {
+      bytessize = 5*stateintsize+CSIZE;
+    }
+    bytes = (char *)malloc(bytessize);
+    state = (int *)malloc(statesize);
+    if ((NULL == bytes) | (NULL == state)) {
+      fprintf (stderr,"error: cannot initialize compressor\n");
+      exit(1);  
+    }
+#ifdef DATABASE
+    /* init database, if enabled: */
+    if (databasef)
+      init_dbase (databasedir);
+#endif
+  } else
+#endif
+         {
+    /* no compression, use compare/free or comparef/freef according to args */
+    if (NULL == comparef)
+      COMPAREF = compare;
+    else
+      COMPAREF = comparef;
+    if (NULL == freef)
+      FREEF = free;
+    else
+      FREEF = freef;
+    }
+  return 0;
+}
+
+extern key SearchInsert();
+
+key store_state (void *state) {
+#ifdef COMPRESSION
+  if (compressf) {
+#ifdef DATABASE
+    if (databasef) {
+      return store_dbase (compress (state));
+    } else
+#endif
+           {
+      return SearchInsert (compress (state));
+    }
+  } else
+#endif
+         {
+    return SearchInsert (state);
+  }
+}
+
+void *lookup_state (key k) {
+#ifdef COMPRESSION
+  if (compressf) {
+#ifdef DATABASE
+    if (databasef) {
+      return lookup_dbase(k);  /* uncompresses */
+    } else 
+#endif
+           {
+      return uncompress ((void *)k);
+    }
+  } else 
+#endif
+         {
+    return (void *)k;
+  }
+}
+
+
+
+/* storage */
+
+typedef struct avl {
+  short path;
+  short balance;
+  key key;
+  struct avl *left;
+  struct avl *right;
+} avl;
+
+avl *storage = NULL;
+
+
+/* SearchInsert (combines lookup and add) */
+
+#define AllocNode(e)            {node = (avl *)malloc(sizeof(avl)); \
+                                 /* if (node==NULL) {fprintf (stderr,"cannot malloc (avl)\n"); fflush(stderr);} */ \
+                                 node->path=0; node->key=(key)(e); \
+                                 node->balance=0; \
+                                 node->left=NULL; node->right=NULL;}
+/* Rotate*: use P, PP, TMP as temporaries. */
+#define RotateRight(Q)          {P=Q->left; PP=P->right; \
+			         P->right=Q; Q->left=PP; Q=P;}
+#define RotateLeftRight(Q)      {TMP=Q->left; RotateLeft(TMP); \
+				 Q->left=TMP; RotateRight(Q);}
+#define RotateLeft(Q)           {P=Q->right; PP=P->left; \
+			         P->left=Q; Q->right=PP; Q=P;}
+#define RotateRightLeft(Q)      {TMP=Q->right; RotateRight(TMP); \
+				 Q->right=TMP; RotateLeft(Q);}
+
+key SearchInsert (void *e)
+{
+  avl *P=storage;     /* moves down the tree                */
+  avl *PP=NULL;       /* father of P                        */
+  avl *A=P;           /* deepest on path with non-0 balance */
+  avl *AA=NULL;       /* father of A                        */
+  avl *TMP;
+  avl *node;
+
+  /* search: */ 
+  if (P==NULL) {
+    /* avl is empty */
+    AllocNode(e);
+    storage = node;
+    return ((key)e);
+  }
+  
+  do {
+    if (P->balance!=0) {A=P; AA=PP;}
+    switch (compare_state((void *)(P->key),e)) {
+    case  1 : P->path=1; PP=P; P=P->left; break;
+    case  0 : free_state(e); return(P->key);
+    case -1 : P->path=0; PP=P; P=P->right; break;
+    }
+  } while (P!=NULL);
+
+  /* insertion at PP: */
+  
+  AllocNode(e);
+  if (PP->path) {PP->left=node;} else {PP->right=node;}
+
+  /* update balance between A and node: */
+  P=A;
+  while (P!=node) {
+    if (P->path) {
+      P->balance=P->balance+1; P=P->left;
+    } else {
+      P->balance=P->balance-1; P=P->right;
+    }
+  }
+
+  /* re-balance: */
+  switch (A->balance) {
+  case 2 : 
+    switch ((A->left)->balance) {
+    case 1 : 
+      RotateRight(A); 
+      A->balance=0;
+      (A->right)->balance=0;
+      break;
+    case -1 :
+      RotateLeftRight(A);
+      switch (A->balance) {
+      case  1 : (A->left)->balance=0; (A->right)->balance= -1; break;
+      case  0 : (A->left)->balance=0; (A->right)->balance=0;  break;
+      case -1 : (A->left)->balance= -1; (A->right)->balance=0; break;
+      }
+      A->balance=0;
+      break;
+    }
+    break;
+  case -2 :
+    switch ((A->right)->balance) {
+    case -1 :
+      RotateLeft(A); 
+      A->balance=0;
+      (A->left)->balance=0;
+      break;
+    case  1 :
+      RotateRightLeft(A);
+      switch (A->balance) {
+      case  1 : (A->left)->balance=0; (A->right)->balance=1; break;
+      case  0 : (A->left)->balance=0; (A->right)->balance=0;  break;
+      case -1 : (A->left)->balance=1; (A->right)->balance=0; break;
+      }
+      A->balance=0;
+      break;
+    }
+    break;
+  default: return((key)e);
+  }
+
+  /* update link to A: */
+  if (AA==NULL) {
+    storage = A;
+  } else {
+    if (AA->path) {
+      AA->left=A;
+    } else {
+      AA->right=A;
+    }
+  }
+
+  return((key)e);
+}
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/lib/avl/avl.h b/tools/tina-3.7.0/nets/tts_examples/lib/avl/avl.h
new file mode 100755
index 0000000000000000000000000000000000000000..57834201ed75cca9a15f71101ead8ef85e0b01e5
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/lib/avl/avl.h
@@ -0,0 +1,47 @@
+
+#ifndef NULL
+#define NULL 0
+#endif
+
+
+/* storage API */
+
+/* values as seen by applications : */
+typedef void * key;
+
+
+/* provided by the storage library: */
+
+/* called by applications before any lookup or store */
+/* passes here size of value and paddingsafe flag */
+extern int init_storage();
+
+/*
+ lookup : key -> value
+   given a key, retreives the data value stored under that key.
+   key is assumed defined.
+   For avl's, assuming values are structures, lookup just returns
+   the key cast to a value pointer:
+*/
+extern void *lookup_state();
+#define lookup(x) (lookup_state(x))
+
+/*
+ store : value -> key
+   stores a value in the database, returning an access key.
+   if data is new, returns a new key, otherwise frees the
+   data and returns the key of the equal data stored in the database.
+*/
+extern key store_state();
+#define store(x) (store_state(x))
+
+
+/* provided by application: */
+
+extern int compare_value();
+extern void free_value();
+
+
+#ifdef DATABASE
+#define COMPRESSION
+#endif
diff --git a/tools/tina-3.7.0/nets/tts_examples/lib/db.h b/tools/tina-3.7.0/nets/tts_examples/lib/db.h
new file mode 100644
index 0000000000000000000000000000000000000000..fd01298495f5651dc4392c0613ffad97cd5802e0
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/lib/db.h
@@ -0,0 +1,2818 @@
+/*
+ * See the file LICENSE for redistribution information.
+ *
+ * Copyright (c) 1996, 2010 Oracle and/or its affiliates.  All rights reserved.
+ *
+ * $Id$
+ *
+ * db.h include file layout:
+ *	General.
+ *	Database Environment.
+ *	Locking subsystem.
+ *	Logging subsystem.
+ *	Shared buffer cache (mpool) subsystem.
+ *	Transaction subsystem.
+ *	Access methods.
+ *	Access method cursors.
+ *	Dbm/Ndbm, Hsearch historic interfaces.
+ */
+
+#ifndef _DB_H_
+#define	_DB_H_
+
+#ifndef	__NO_SYSTEM_INCLUDES
+#include <sys/types.h>
+#include <inttypes.h>
+#include <stdint.h>
+#include <stddef.h>
+#include <stdio.h>
+#include <unistd.h>
+#include <pthread.h>
+#endif
+
+
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
+
+#undef __P
+#define	__P(protos)	protos
+
+/*
+ * Berkeley DB version information.
+ */
+#define	DB_VERSION_FAMILY	11
+#define	DB_VERSION_RELEASE	2
+#define	DB_VERSION_MAJOR	5
+#define	DB_VERSION_MINOR	0
+#define	DB_VERSION_PATCH	21
+#define	DB_VERSION_STRING	"Berkeley DB 5.0.21: (March 30, 2010)"
+#define	DB_VERSION_FULL_STRING	"Berkeley DB 11g Release 2, library version 11.2.5.0.21: (March 30, 2010)"
+
+/*
+ * !!!
+ * Berkeley DB uses specifically sized types.  If they're not provided by
+ * the system, typedef them here.
+ *
+ * We protect them against multiple inclusion using __BIT_TYPES_DEFINED__,
+ * as does BIND and Kerberos, since we don't know for sure what #include
+ * files the user is using.
+ *
+ * !!!
+ * We also provide the standard u_int, u_long etc., if they're not provided
+ * by the system.
+ */
+#ifndef	__BIT_TYPES_DEFINED__
+#define	__BIT_TYPES_DEFINED__
+typedef unsigned char u_int8_t;
+
+typedef unsigned short u_int16_t;
+
+typedef unsigned int u_int32_t;
+
+typedef unsigned long long u_int64_t;
+#endif
+
+
+
+
+
+
+/*
+ * Missing ANSI types.
+ *
+ * uintmax_t --
+ * Largest unsigned type, used to align structures in memory.  We don't store
+ * floating point types in structures, so integral types should be sufficient
+ * (and we don't have to worry about systems that store floats in other than
+ * power-of-2 numbers of bytes).  Additionally this fixes compilers that rewrite
+ * structure assignments and ANSI C memcpy calls to be in-line instructions
+ * that happen to require alignment.
+ *
+ * uintptr_t --
+ * Unsigned type that's the same size as a pointer.  There are places where
+ * DB modifies pointers by discarding the bottom bits to guarantee alignment.
+ * We can't use uintmax_t, it may be larger than the pointer, and compilers
+ * get upset about that.  So far we haven't run on any machine where there's
+ * no unsigned type the same size as a pointer -- here's hoping.
+ */
+
+
+
+
+
+
+
+
+
+
+/*
+ * Sequences are only available on machines with 64-bit integral types.
+ */
+typedef int64_t db_seq_t;
+
+/* Thread and process identification. */
+typedef pthread_t db_threadid_t;
+
+/* Basic types that are exported or quasi-exported. */
+typedef	u_int32_t	db_pgno_t;	/* Page number type. */
+typedef	u_int16_t	db_indx_t;	/* Page offset type. */
+#define	DB_MAX_PAGES	0xffffffff	/* >= # of pages in a file */
+
+typedef	u_int32_t	db_recno_t;	/* Record number type. */
+#define	DB_MAX_RECORDS	0xffffffff	/* >= # of records in a tree */
+
+typedef u_int32_t	db_timeout_t;	/* Type of a timeout. */
+
+/*
+ * Region offsets are the difference between a pointer in a region and the
+ * region's base address.  With private environments, both addresses are the
+ * result of calling malloc, and we can't assume anything about what malloc
+ * will return, so region offsets have to be able to hold differences between
+ * arbitrary pointers.
+ */
+typedef	uintptr_t	roff_t;
+
+/*
+ * Forward structure declarations, so we can declare pointers and
+ * applications can get type checking.
+ */
+struct __db;		typedef struct __db DB;
+struct __db_bt_stat;	typedef struct __db_bt_stat DB_BTREE_STAT;
+struct __db_cipher;	typedef struct __db_cipher DB_CIPHER;
+struct __db_compact;	typedef struct __db_compact DB_COMPACT;
+struct __db_dbt;	typedef struct __db_dbt DBT;
+struct __db_distab;	typedef struct __db_distab DB_DISTAB;
+struct __db_env;	typedef struct __db_env DB_ENV;
+struct __db_h_stat;	typedef struct __db_h_stat DB_HASH_STAT;
+struct __db_ilock;	typedef struct __db_ilock DB_LOCK_ILOCK;
+struct __db_lock_hstat;	typedef struct __db_lock_hstat DB_LOCK_HSTAT;
+struct __db_lock_pstat;	typedef struct __db_lock_pstat DB_LOCK_PSTAT;
+struct __db_lock_stat;	typedef struct __db_lock_stat DB_LOCK_STAT;
+struct __db_lock_u;	typedef struct __db_lock_u DB_LOCK;
+struct __db_locker;	typedef struct __db_locker DB_LOCKER;
+struct __db_lockreq;	typedef struct __db_lockreq DB_LOCKREQ;
+struct __db_locktab;	typedef struct __db_locktab DB_LOCKTAB;
+struct __db_log;	typedef struct __db_log DB_LOG;
+struct __db_log_cursor;	typedef struct __db_log_cursor DB_LOGC;
+struct __db_log_stat;	typedef struct __db_log_stat DB_LOG_STAT;
+struct __db_lsn;	typedef struct __db_lsn DB_LSN;
+struct __db_mpool;	typedef struct __db_mpool DB_MPOOL;
+struct __db_mpool_fstat;typedef struct __db_mpool_fstat DB_MPOOL_FSTAT;
+struct __db_mpool_stat;	typedef struct __db_mpool_stat DB_MPOOL_STAT;
+struct __db_mpoolfile;	typedef struct __db_mpoolfile DB_MPOOLFILE;
+struct __db_mutex_stat;	typedef struct __db_mutex_stat DB_MUTEX_STAT;
+struct __db_mutex_t;	typedef struct __db_mutex_t DB_MUTEX;
+struct __db_mutexmgr;	typedef struct __db_mutexmgr DB_MUTEXMGR;
+struct __db_preplist;	typedef struct __db_preplist DB_PREPLIST;
+struct __db_qam_stat;	typedef struct __db_qam_stat DB_QUEUE_STAT;
+struct __db_rep;	typedef struct __db_rep DB_REP;
+struct __db_rep_stat;	typedef struct __db_rep_stat DB_REP_STAT;
+struct __db_repmgr_site;typedef struct __db_repmgr_site DB_REPMGR_SITE;
+struct __db_repmgr_stat;typedef struct __db_repmgr_stat DB_REPMGR_STAT;
+struct __db_seq_record; typedef struct __db_seq_record DB_SEQ_RECORD;
+struct __db_seq_stat;	typedef struct __db_seq_stat DB_SEQUENCE_STAT;
+struct __db_sequence;	typedef struct __db_sequence DB_SEQUENCE;
+struct __db_thread_info;typedef struct __db_thread_info DB_THREAD_INFO;
+struct __db_txn;	typedef struct __db_txn DB_TXN;
+struct __db_txn_active;	typedef struct __db_txn_active DB_TXN_ACTIVE;
+struct __db_txn_stat;	typedef struct __db_txn_stat DB_TXN_STAT;
+struct __db_txn_token;	typedef struct __db_txn_token DB_TXN_TOKEN;
+struct __db_txnmgr;	typedef struct __db_txnmgr DB_TXNMGR;
+struct __dbc;		typedef struct __dbc DBC;
+struct __dbc_internal;	typedef struct __dbc_internal DBC_INTERNAL;
+struct __env;		typedef struct __env ENV;
+struct __fh_t;		typedef struct __fh_t DB_FH;
+struct __fname;		typedef struct __fname FNAME;
+struct __key_range;	typedef struct __key_range DB_KEY_RANGE;
+struct __mpoolfile;	typedef struct __mpoolfile MPOOLFILE;
+struct __db_logvrfy_config;
+typedef struct __db_logvrfy_config DB_LOG_VERIFY_CONFIG;
+
+/*
+ * The Berkeley DB API flags are automatically-generated -- the following flag
+ * names are no longer used, but remain for compatibility reasons.
+ */
+#define	DB_DEGREE_2	      DB_READ_COMMITTED
+#define	DB_DIRTY_READ	      DB_READ_UNCOMMITTED
+#define	DB_JOINENV	      0x0
+
+/* Key/data structure -- a Data-Base Thang. */
+struct __db_dbt {
+	void	 *data;			/* Key/data */
+	u_int32_t size;			/* key/data length */
+
+	u_int32_t ulen;			/* RO: length of user buffer. */
+	u_int32_t dlen;			/* RO: get/put record length. */
+	u_int32_t doff;			/* RO: get/put record offset. */
+
+	void *app_data;
+
+#define	DB_DBT_APPMALLOC	0x001	/* Callback allocated memory. */
+#define	DB_DBT_BULK		0x002	/* Internal: Insert if duplicate. */
+#define	DB_DBT_DUPOK		0x004	/* Internal: Insert if duplicate. */
+#define	DB_DBT_ISSET		0x008	/* Lower level calls set value. */
+#define	DB_DBT_MALLOC		0x010	/* Return in malloc'd memory. */
+#define	DB_DBT_MULTIPLE		0x020	/* References multiple records. */
+#define	DB_DBT_PARTIAL		0x040	/* Partial put/get. */
+#define	DB_DBT_REALLOC		0x080	/* Return in realloc'd memory. */
+#define	DB_DBT_STREAMING	0x100	/* Internal: DBT is being streamed. */
+#define	DB_DBT_USERCOPY		0x200	/* Use the user-supplied callback. */
+#define	DB_DBT_USERMEM		0x400	/* Return in user's memory. */
+	u_int32_t flags;
+};
+
+/*******************************************************
+ * Mutexes.
+ *******************************************************/
+typedef u_int32_t	db_mutex_t;
+
+struct __db_mutex_stat {
+	/* The following fields are maintained in the region's copy. */
+	u_int32_t st_mutex_align;	/* Mutex alignment */
+	u_int32_t st_mutex_tas_spins;	/* Mutex test-and-set spins */
+	u_int32_t st_mutex_cnt;		/* Mutex count */
+	u_int32_t st_mutex_free;	/* Available mutexes */
+	u_int32_t st_mutex_inuse;	/* Mutexes in use */
+	u_int32_t st_mutex_inuse_max;	/* Maximum mutexes ever in use */
+
+	/* The following fields are filled-in from other places. */
+#ifndef __TEST_DB_NO_STATISTICS
+	uintmax_t st_region_wait;	/* Region lock granted after wait. */
+	uintmax_t st_region_nowait;	/* Region lock granted without wait. */
+	roff_t	  st_regsize;		/* Region size. */
+#endif
+};
+
+/* This is the length of the buffer passed to DB_ENV->thread_id_string() */
+#define	DB_THREADID_STRLEN	128
+
+/*******************************************************
+ * Locking.
+ *******************************************************/
+#define	DB_LOCKVERSION	1
+
+#define	DB_FILE_ID_LEN		20	/* Unique file ID length. */
+
+/*
+ * Deadlock detector modes; used in the DB_ENV structure to configure the
+ * locking subsystem.
+ */
+#define	DB_LOCK_NORUN		0
+#define	DB_LOCK_DEFAULT		1	/* Default policy. */
+#define	DB_LOCK_EXPIRE		2	/* Only expire locks, no detection. */
+#define	DB_LOCK_MAXLOCKS	3	/* Select locker with max locks. */
+#define	DB_LOCK_MAXWRITE	4	/* Select locker with max writelocks. */
+#define	DB_LOCK_MINLOCKS	5	/* Select locker with min locks. */
+#define	DB_LOCK_MINWRITE	6	/* Select locker with min writelocks. */
+#define	DB_LOCK_OLDEST		7	/* Select oldest locker. */
+#define	DB_LOCK_RANDOM		8	/* Select random locker. */
+#define	DB_LOCK_YOUNGEST	9	/* Select youngest locker. */
+
+/*
+ * Simple R/W lock modes and for multi-granularity intention locking.
+ *
+ * !!!
+ * These values are NOT random, as they are used as an index into the lock
+ * conflicts arrays, i.e., DB_LOCK_IWRITE must be == 3, and DB_LOCK_IREAD
+ * must be == 4.
+ */
+typedef enum {
+	DB_LOCK_NG=0,			/* Not granted. */
+	DB_LOCK_READ=1,			/* Shared/read. */
+	DB_LOCK_WRITE=2,		/* Exclusive/write. */
+	DB_LOCK_WAIT=3,			/* Wait for event */
+	DB_LOCK_IWRITE=4,		/* Intent exclusive/write. */
+	DB_LOCK_IREAD=5,		/* Intent to share/read. */
+	DB_LOCK_IWR=6,			/* Intent to read and write. */
+	DB_LOCK_READ_UNCOMMITTED=7,	/* Degree 1 isolation. */
+	DB_LOCK_WWRITE=8		/* Was Written. */
+} db_lockmode_t;
+
+/*
+ * Request types.
+ */
+typedef enum {
+	DB_LOCK_DUMP=0,			/* Display held locks. */
+	DB_LOCK_GET=1,			/* Get the lock. */
+	DB_LOCK_GET_TIMEOUT=2,		/* Get lock with a timeout. */
+	DB_LOCK_INHERIT=3,		/* Pass locks to parent. */
+	DB_LOCK_PUT=4,			/* Release the lock. */
+	DB_LOCK_PUT_ALL=5,		/* Release locker's locks. */
+	DB_LOCK_PUT_OBJ=6,		/* Release locker's locks on obj. */
+	DB_LOCK_PUT_READ=7,		/* Release locker's read locks. */
+	DB_LOCK_TIMEOUT=8,		/* Force a txn to timeout. */
+	DB_LOCK_TRADE=9,		/* Trade locker ids on a lock. */
+	DB_LOCK_UPGRADE_WRITE=10	/* Upgrade writes for dirty reads. */
+} db_lockop_t;
+
+/*
+ * Status of a lock.
+ */
+typedef enum  {
+	DB_LSTAT_ABORTED=1,		/* Lock belongs to an aborted txn. */
+	DB_LSTAT_EXPIRED=2,		/* Lock has expired. */
+	DB_LSTAT_FREE=3,		/* Lock is unallocated. */
+	DB_LSTAT_HELD=4,		/* Lock is currently held. */
+	DB_LSTAT_PENDING=5,		/* Lock was waiting and has been
+					 * promoted; waiting for the owner
+					 * to run and upgrade it to held. */
+	DB_LSTAT_WAITING=6		/* Lock is on the wait queue. */
+}db_status_t;
+
+/* Lock statistics structure. */
+struct __db_lock_stat {
+	u_int32_t st_id;		/* Last allocated locker ID. */
+	u_int32_t st_cur_maxid;		/* Current maximum unused ID. */
+	u_int32_t st_maxlocks;		/* Maximum number of locks in table. */
+	u_int32_t st_maxlockers;	/* Maximum num of lockers in table. */
+	u_int32_t st_maxobjects;	/* Maximum num of objects in table. */
+	u_int32_t st_partitions;	/* number of partitions. */
+	int	  st_nmodes;		/* Number of lock modes. */
+	u_int32_t st_nlockers;		/* Current number of lockers. */
+#ifndef __TEST_DB_NO_STATISTICS
+	u_int32_t st_nlocks;		/* Current number of locks. */
+	u_int32_t st_maxnlocks;		/* Maximum number of locks so far. */
+	u_int32_t st_maxhlocks;		/* Maximum number of locks in any bucket. */
+	uintmax_t st_locksteals;	/* Number of lock steals so far. */
+	uintmax_t st_maxlsteals;	/* Maximum number steals in any partition. */
+	u_int32_t st_maxnlockers;	/* Maximum number of lockers so far. */
+	u_int32_t st_nobjects;		/* Current number of objects. */
+	u_int32_t st_maxnobjects;	/* Maximum number of objects so far. */
+	u_int32_t st_maxhobjects;	/* Maximum number of objectsin any bucket. */
+	uintmax_t st_objectsteals;	/* Number of objects steals so far. */
+	uintmax_t st_maxosteals;	/* Maximum number of steals in any partition. */
+	uintmax_t st_nrequests;		/* Number of lock gets. */
+	uintmax_t st_nreleases;		/* Number of lock puts. */
+	uintmax_t st_nupgrade;		/* Number of lock upgrades. */
+	uintmax_t st_ndowngrade;	/* Number of lock downgrades. */
+	uintmax_t st_lock_wait;		/* Lock conflicts w/ subsequent wait */
+	uintmax_t st_lock_nowait;	/* Lock conflicts w/o subsequent wait */
+	uintmax_t st_ndeadlocks;	/* Number of lock deadlocks. */
+	db_timeout_t st_locktimeout;	/* Lock timeout. */
+	uintmax_t st_nlocktimeouts;	/* Number of lock timeouts. */
+	db_timeout_t st_txntimeout;	/* Transaction timeout. */
+	uintmax_t st_ntxntimeouts;	/* Number of transaction timeouts. */
+	uintmax_t st_part_wait;		/* Partition lock granted after wait. */
+	uintmax_t st_part_nowait;	/* Partition lock granted without wait. */
+	uintmax_t st_part_max_wait;	/* Max partition lock granted after wait. */
+	uintmax_t st_part_max_nowait;	/* Max partition lock granted without wait. */
+	uintmax_t st_objs_wait;	/* 	Object lock granted after wait. */
+	uintmax_t st_objs_nowait;	/* Object lock granted without wait. */
+	uintmax_t st_lockers_wait;	/* Locker lock granted after wait. */
+	uintmax_t st_lockers_nowait;	/* Locker lock granted without wait. */
+	uintmax_t st_region_wait;	/* Region lock granted after wait. */
+	uintmax_t st_region_nowait;	/* Region lock granted without wait. */
+	u_int32_t st_hash_len;		/* Max length of bucket. */
+	roff_t	  st_regsize;		/* Region size. */
+#endif
+};
+
+struct __db_lock_hstat {
+	uintmax_t st_nrequests;		/* Number of lock gets. */
+	uintmax_t st_nreleases;		/* Number of lock puts. */
+	uintmax_t st_nupgrade;		/* Number of lock upgrades. */
+	uintmax_t st_ndowngrade;	/* Number of lock downgrades. */
+	u_int32_t st_nlocks;		/* Current number of locks. */
+	u_int32_t st_maxnlocks;		/* Maximum number of locks so far. */
+	u_int32_t st_nobjects;		/* Current number of objects. */
+	u_int32_t st_maxnobjects;	/* Maximum number of objects so far. */
+	uintmax_t st_lock_wait;		/* Lock conflicts w/ subsequent wait */
+	uintmax_t st_lock_nowait;	/* Lock conflicts w/o subsequent wait */
+	uintmax_t st_nlocktimeouts;	/* Number of lock timeouts. */
+	uintmax_t st_ntxntimeouts;	/* Number of transaction timeouts. */
+	u_int32_t st_hash_len;		/* Max length of bucket. */
+};
+
+struct __db_lock_pstat {
+	u_int32_t st_nlocks;		/* Current number of locks. */
+	u_int32_t st_maxnlocks;		/* Maximum number of locks so far. */
+	u_int32_t st_nobjects;		/* Current number of objects. */
+	u_int32_t st_maxnobjects;	/* Maximum number of objects so far. */
+	uintmax_t st_locksteals;	/* Number of lock steals so far. */
+	uintmax_t st_objectsteals;	/* Number of objects steals so far. */
+};
+
+/*
+ * DB_LOCK_ILOCK --
+ *	Internal DB access method lock.
+ */
+struct __db_ilock {
+	db_pgno_t pgno;			/* Page being locked. */
+	u_int8_t fileid[DB_FILE_ID_LEN];/* File id. */
+#define	DB_HANDLE_LOCK	1
+#define	DB_RECORD_LOCK	2
+#define	DB_PAGE_LOCK	3
+	u_int32_t type;			/* Type of lock. */
+};
+
+/*
+ * DB_LOCK --
+ *	The structure is allocated by the caller and filled in during a
+ *	lock_get request (or a lock_vec/DB_LOCK_GET).
+ */
+struct __db_lock_u {
+	roff_t		off;		/* Offset of the lock in the region */
+	u_int32_t	ndx;		/* Index of the object referenced by
+					 * this lock; used for locking. */
+	u_int32_t	gen;		/* Generation number of this lock. */
+	db_lockmode_t	mode;		/* mode of this lock. */
+};
+
+/* Lock request structure. */
+struct __db_lockreq {
+	db_lockop_t	 op;		/* Operation. */
+	db_lockmode_t	 mode;		/* Requested mode. */
+	db_timeout_t	 timeout;	/* Time to expire lock. */
+	DBT		*obj;		/* Object being locked. */
+	DB_LOCK		 lock;		/* Lock returned. */
+};
+
+/*******************************************************
+ * Logging.
+ *******************************************************/
+#define	DB_LOGVERSION	17		/* Current log version. */
+#define DB_LOGVERSION_LATCHING 15	/* Log version using latching. */
+#define	DB_LOGCHKSUM	12		/* Check sum headers. */
+#define	DB_LOGOLDVER	8		/* Oldest log version supported. */
+#define	DB_LOGMAGIC	0x040988
+
+/*
+ * A DB_LSN has two parts, a fileid which identifies a specific file, and an
+ * offset within that file.  The fileid is an unsigned 4-byte quantity that
+ * uniquely identifies a file within the log directory -- currently a simple
+ * counter inside the log.  The offset is also an unsigned 4-byte value.  The
+ * log manager guarantees the offset is never more than 4 bytes by switching
+ * to a new log file before the maximum length imposed by an unsigned 4-byte
+ * offset is reached.
+ */
+struct __db_lsn {
+	u_int32_t	file;		/* File ID. */
+	u_int32_t	offset;		/* File offset. */
+};
+
+/*
+ * Application-specified log record types start at DB_user_BEGIN, and must not
+ * equal or exceed DB_debug_FLAG.
+ *
+ * DB_debug_FLAG is the high-bit of the u_int32_t that specifies a log record
+ * type.  If the flag is set, it's a log record that was logged for debugging
+ * purposes only, even if it reflects a database change -- the change was part
+ * of a non-durable transaction.
+ */
+#define	DB_user_BEGIN		10000
+#define	DB_debug_FLAG		0x80000000
+
+/*
+ * DB_LOGC --
+ *	Log cursor.
+ */
+struct __db_log_cursor {
+	ENV	 *env;			/* Environment */
+
+	DB_FH	 *fhp;			/* File handle. */
+	DB_LSN	  lsn;			/* Cursor: LSN */
+	u_int32_t len;			/* Cursor: record length */
+	u_int32_t prev;			/* Cursor: previous record's offset */
+
+	DBT	  dbt;			/* Return DBT. */
+	DB_LSN    p_lsn;		/* Persist LSN. */
+	u_int32_t p_version;		/* Persist version. */
+
+	u_int8_t *bp;			/* Allocated read buffer. */
+	u_int32_t bp_size;		/* Read buffer length in bytes. */
+	u_int32_t bp_rlen;		/* Read buffer valid data length. */
+	DB_LSN	  bp_lsn;		/* Read buffer first byte LSN. */
+
+	u_int32_t bp_maxrec;		/* Max record length in the log file. */
+
+	/* DB_LOGC PUBLIC HANDLE LIST BEGIN */
+	int (*close) __P((DB_LOGC *, u_int32_t));
+	int (*get) __P((DB_LOGC *, DB_LSN *, DBT *, u_int32_t));
+	int (*version) __P((DB_LOGC *, u_int32_t *, u_int32_t));
+	/* DB_LOGC PUBLIC HANDLE LIST END */
+
+#define	DB_LOG_DISK		0x01	/* Log record came from disk. */
+#define	DB_LOG_LOCKED		0x02	/* Log region already locked */
+#define	DB_LOG_SILENT_ERR	0x04	/* Turn-off error messages. */
+	u_int32_t flags;
+};
+
+/* Log statistics structure. */
+struct __db_log_stat {
+	u_int32_t st_magic;		/* Log file magic number. */
+	u_int32_t st_version;		/* Log file version number. */
+	int	  st_mode;		/* Log file permissions mode. */
+	u_int32_t st_lg_bsize;		/* Log buffer size. */
+	u_int32_t st_lg_size;		/* Log file size. */
+	u_int32_t st_wc_bytes;		/* Bytes to log since checkpoint. */
+	u_int32_t st_wc_mbytes;		/* Megabytes to log since checkpoint. */
+#ifndef __TEST_DB_NO_STATISTICS
+	uintmax_t st_record;		/* Records entered into the log. */
+	u_int32_t st_w_bytes;		/* Bytes to log. */
+	u_int32_t st_w_mbytes;		/* Megabytes to log. */
+	uintmax_t st_wcount;		/* Total I/O writes to the log. */
+	uintmax_t st_wcount_fill;	/* Overflow writes to the log. */
+	uintmax_t st_rcount;		/* Total I/O reads from the log. */
+	uintmax_t st_scount;		/* Total syncs to the log. */
+	uintmax_t st_region_wait;	/* Region lock granted after wait. */
+	uintmax_t st_region_nowait;	/* Region lock granted without wait. */
+	u_int32_t st_cur_file;		/* Current log file number. */
+	u_int32_t st_cur_offset;	/* Current log file offset. */
+	u_int32_t st_disk_file;		/* Known on disk log file number. */
+	u_int32_t st_disk_offset;	/* Known on disk log file offset. */
+	u_int32_t st_maxcommitperflush;	/* Max number of commits in a flush. */
+	u_int32_t st_mincommitperflush;	/* Min number of commits in a flush. */
+	roff_t	  st_regsize;		/* Region size. */
+#endif
+};
+
+/*
+ * We need to record the first log record of a transaction.  For user
+ * defined logging this macro returns the place to put that information,
+ * if it is need in rlsnp, otherwise it leaves it unchanged.  We also
+ * need to track the last record of the transaction, this returns the
+ * place to put that info.
+ */
+#define	DB_SET_TXN_LSNP(txn, blsnp, llsnp)		\
+	((txn)->set_txn_lsnp(txn, blsnp, llsnp))
+
+/*
+ * Definition of the structure which specifies marshalling of log records.
+ */
+typedef enum {
+	LOGREC_Done,
+	LOGREC_ARG,
+	LOGREC_HDR,
+	LOGREC_DATA,
+	LOGREC_DB,
+	LOGREC_DBOP,
+	LOGREC_DBT,
+	LOGREC_LOCKS,
+	LOGREC_OP,
+	LOGREC_PGDBT,
+	LOGREC_PGDDBT,
+	LOGREC_PGLIST,
+	LOGREC_POINTER,
+	LOGREC_TIME
+} log_rec_type_t;
+
+typedef const struct __log_rec_spec {
+	log_rec_type_t	type;
+	u_int32_t	offset;
+	const char 	*name;
+	const char	fmt[4];
+} DB_LOG_RECSPEC;
+
+/*
+ * Size of a DBT in a log record.
+ */
+#define	LOG_DBT_SIZE(dbt)						\
+    (sizeof(u_int32_t) + ((dbt) == NULL ? 0 : (dbt)->size))
+
+/*******************************************************
+ * Shared buffer cache (mpool).
+ *******************************************************/
+/* Priority values for DB_MPOOLFILE->{put,set_priority}. */
+typedef enum {
+	DB_PRIORITY_UNCHANGED=0,
+	DB_PRIORITY_VERY_LOW=1,
+	DB_PRIORITY_LOW=2,
+	DB_PRIORITY_DEFAULT=3,
+	DB_PRIORITY_HIGH=4,
+	DB_PRIORITY_VERY_HIGH=5
+} DB_CACHE_PRIORITY;
+
+/* Per-process DB_MPOOLFILE information. */
+struct __db_mpoolfile {
+	DB_FH	  *fhp;			/* Underlying file handle. */
+
+	/*
+	 * !!!
+	 * The ref, pinref and q fields are protected by the region lock.
+	 */
+	u_int32_t  ref;			/* Reference count. */
+
+	u_int32_t pinref;		/* Pinned block reference count. */
+
+	/*
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * TAILQ_ENTRY(__db_mpoolfile) q;
+	 */
+	struct {
+		struct __db_mpoolfile *tqe_next;
+		struct __db_mpoolfile **tqe_prev;
+	} q;				/* Linked list of DB_MPOOLFILE's. */
+
+	/*
+	 * !!!
+	 * The rest of the fields (with the exception of the MP_FLUSH flag)
+	 * are not thread-protected, even when they may be modified at any
+	 * time by the application.  The reason is the DB_MPOOLFILE handle
+	 * is single-threaded from the viewpoint of the application, and so
+	 * the only fields needing to be thread-protected are those accessed
+	 * by checkpoint or sync threads when using DB_MPOOLFILE structures
+	 * to flush buffers from the cache.
+	 */
+	ENV	       *env;		/* Environment */
+	MPOOLFILE      *mfp;		/* Underlying MPOOLFILE. */
+
+	u_int32_t	clear_len;	/* Cleared length on created pages. */
+	u_int8_t			/* Unique file ID. */
+			fileid[DB_FILE_ID_LEN];
+	int		ftype;		/* File type. */
+	int32_t		lsn_offset;	/* LSN offset in page. */
+	u_int32_t	gbytes, bytes;	/* Maximum file size. */
+	DBT	       *pgcookie;	/* Byte-string passed to pgin/pgout. */
+	int32_t		priority;	/* Cache priority. */
+
+	void	       *addr;		/* Address of mmap'd region. */
+	size_t		len;		/* Length of mmap'd region. */
+
+	u_int32_t	config_flags;	/* Flags to DB_MPOOLFILE->set_flags. */
+
+	/* DB_MPOOLFILE PUBLIC HANDLE LIST BEGIN */
+	int (*close) __P((DB_MPOOLFILE *, u_int32_t));
+	int (*get)
+	    __P((DB_MPOOLFILE *, db_pgno_t *, DB_TXN *, u_int32_t, void *));
+	int (*get_clear_len) __P((DB_MPOOLFILE *, u_int32_t *));
+	int (*get_fileid) __P((DB_MPOOLFILE *, u_int8_t *));
+	int (*get_flags) __P((DB_MPOOLFILE *, u_int32_t *));
+	int (*get_ftype) __P((DB_MPOOLFILE *, int *));
+	int (*get_last_pgno) __P((DB_MPOOLFILE *, db_pgno_t *));
+	int (*get_lsn_offset) __P((DB_MPOOLFILE *, int32_t *));
+	int (*get_maxsize) __P((DB_MPOOLFILE *, u_int32_t *, u_int32_t *));
+	int (*get_pgcookie) __P((DB_MPOOLFILE *, DBT *));
+	int (*get_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *));
+	int (*open) __P((DB_MPOOLFILE *, const char *, u_int32_t, int, size_t));
+	int (*put) __P((DB_MPOOLFILE *, void *, DB_CACHE_PRIORITY, u_int32_t));
+	int (*set_clear_len) __P((DB_MPOOLFILE *, u_int32_t));
+	int (*set_fileid) __P((DB_MPOOLFILE *, u_int8_t *));
+	int (*set_flags) __P((DB_MPOOLFILE *, u_int32_t, int));
+	int (*set_ftype) __P((DB_MPOOLFILE *, int));
+	int (*set_lsn_offset) __P((DB_MPOOLFILE *, int32_t));
+	int (*set_maxsize) __P((DB_MPOOLFILE *, u_int32_t, u_int32_t));
+	int (*set_pgcookie) __P((DB_MPOOLFILE *, DBT *));
+	int (*set_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY));
+	int (*sync) __P((DB_MPOOLFILE *));
+	/* DB_MPOOLFILE PUBLIC HANDLE LIST END */
+
+	/*
+	 * MP_FILEID_SET, MP_OPEN_CALLED and MP_READONLY do not need to be
+	 * thread protected because they are initialized before the file is
+	 * linked onto the per-process lists, and never modified.
+	 *
+	 * MP_FLUSH is thread protected because it is potentially read/set by
+	 * multiple threads of control.
+	 */
+#define	MP_FILEID_SET	0x001		/* Application supplied a file ID. */
+#define	MP_FLUSH	0x002		/* Was opened to flush a buffer. */
+#define	MP_MULTIVERSION	0x004		/* Opened for multiversion access. */
+#define	MP_OPEN_CALLED	0x008		/* File opened. */
+#define	MP_READONLY	0x010		/* File is readonly. */
+#define	MP_DUMMY	0x020		/* File is dummy for __memp_fput. */
+	u_int32_t  flags;
+};
+
+/* Mpool statistics structure. */
+struct __db_mpool_stat {
+	u_int32_t st_gbytes;		/* Total cache size: GB. */
+	u_int32_t st_bytes;		/* Total cache size: B. */
+	u_int32_t st_ncache;		/* Number of cache regions. */
+	u_int32_t st_max_ncache;	/* Maximum number of regions. */
+	size_t	  st_mmapsize;		/* Maximum file size for mmap. */
+	int	  st_maxopenfd;		/* Maximum number of open fd's. */
+	int	  st_maxwrite;		/* Maximum buffers to write. */
+	db_timeout_t st_maxwrite_sleep;	/* Sleep after writing max buffers. */
+	u_int32_t st_pages;		/* Total number of pages. */
+#ifndef __TEST_DB_NO_STATISTICS
+	u_int32_t st_map;		/* Pages from mapped files. */
+	uintmax_t st_cache_hit;	/* Pages found in the cache. */
+	uintmax_t st_cache_miss;	/* Pages not found in the cache. */
+	uintmax_t st_page_create;	/* Pages created in the cache. */
+	uintmax_t st_page_in;		/* Pages read in. */
+	uintmax_t st_page_out;		/* Pages written out. */
+	uintmax_t st_ro_evict;		/* Clean pages forced from the cache. */
+	uintmax_t st_rw_evict;		/* Dirty pages forced from the cache. */
+	uintmax_t st_page_trickle;	/* Pages written by memp_trickle. */
+	u_int32_t st_page_clean;	/* Clean pages. */
+	u_int32_t st_page_dirty;	/* Dirty pages. */
+	u_int32_t st_hash_buckets;	/* Number of hash buckets. */
+	u_int32_t st_pagesize;		/* Assumed page size. */
+	u_int32_t st_hash_searches;	/* Total hash chain searches. */
+	u_int32_t st_hash_longest;	/* Longest hash chain searched. */
+	uintmax_t st_hash_examined;	/* Total hash entries searched. */
+	uintmax_t st_hash_nowait;	/* Hash lock granted with nowait. */
+	uintmax_t st_hash_wait;		/* Hash lock granted after wait. */
+	uintmax_t st_hash_max_nowait;	/* Max hash lock granted with nowait. */
+	uintmax_t st_hash_max_wait;	/* Max hash lock granted after wait. */
+	uintmax_t st_region_nowait;	/* Region lock granted with nowait. */
+	uintmax_t st_region_wait;	/* Region lock granted after wait. */
+	uintmax_t st_mvcc_frozen;	/* Buffers frozen. */
+	uintmax_t st_mvcc_thawed;	/* Buffers thawed. */
+	uintmax_t st_mvcc_freed;	/* Frozen buffers freed. */
+	uintmax_t st_alloc;		/* Number of page allocations. */
+	uintmax_t st_alloc_buckets;	/* Buckets checked during allocation. */
+	uintmax_t st_alloc_max_buckets;/* Max checked during allocation. */
+	uintmax_t st_alloc_pages;	/* Pages checked during allocation. */
+	uintmax_t st_alloc_max_pages;	/* Max checked during allocation. */
+	uintmax_t st_io_wait;		/* Thread waited on buffer I/O. */
+	uintmax_t st_sync_interrupted;	/* Number of times sync interrupted. */
+	roff_t	  st_regsize;		/* Region size. */
+#endif
+};
+
+/* Mpool file statistics structure. */
+struct __db_mpool_fstat {
+	char *file_name;		/* File name. */
+	u_int32_t st_pagesize;		/* Page size. */
+#ifndef __TEST_DB_NO_STATISTICS
+	u_int32_t st_map;		/* Pages from mapped files. */
+	uintmax_t st_cache_hit;	/* Pages found in the cache. */
+	uintmax_t st_cache_miss;	/* Pages not found in the cache. */
+	uintmax_t st_page_create;	/* Pages created in the cache. */
+	uintmax_t st_page_in;		/* Pages read in. */
+	uintmax_t st_page_out;		/* Pages written out. */
+#endif
+};
+
+/*******************************************************
+ * Transactions and recovery.
+ *******************************************************/
+#define	DB_TXNVERSION	1
+
+typedef enum {
+	DB_TXN_ABORT=0,			/* Public. */
+	DB_TXN_APPLY=1,			/* Public. */
+	DB_TXN_BACKWARD_ROLL=3,		/* Public. */
+	DB_TXN_FORWARD_ROLL=4,		/* Public. */
+	DB_TXN_OPENFILES=5,		/* Internal. */
+	DB_TXN_POPENFILES=6,		/* Internal. */
+	DB_TXN_PRINT=7,			/* Public. */
+	DB_TXN_LOG_VERIFY=8		/* Internal. */
+} db_recops;
+
+/*
+ * BACKWARD_ALLOC is used during the forward pass to pick up any aborted
+ * allocations for files that were created during the forward pass.
+ * The main difference between _ALLOC and _ROLL is that the entry for
+ * the file not exist during the rollforward pass.
+ */
+#define	DB_UNDO(op)	((op) == DB_TXN_ABORT || (op) == DB_TXN_BACKWARD_ROLL)
+#define	DB_REDO(op)	((op) == DB_TXN_FORWARD_ROLL || (op) == DB_TXN_APPLY)
+
+struct __db_txn {
+	DB_TXNMGR	*mgrp;		/* Pointer to transaction manager. */
+	DB_TXN		*parent;	/* Pointer to transaction's parent. */
+	DB_THREAD_INFO	*thread_info;	/* Pointer to thread information. */
+
+	u_int32_t	txnid;		/* Unique transaction id. */
+	char		*name;		/* Transaction name. */
+	DB_LOCKER	*locker;	/* Locker for this txn. */
+
+	void		*td;		/* Detail structure within region. */
+	db_timeout_t	lock_timeout;	/* Timeout for locks for this txn. */
+	db_timeout_t	expire;		/* Time transaction expires. */
+	void		*txn_list;	/* Undo information for parent. */
+
+	/*
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * TAILQ_ENTRY(__db_txn) links;
+	 */
+	struct {
+		struct __db_txn *tqe_next;
+		struct __db_txn **tqe_prev;
+	} links;			/* Links transactions off manager. */
+
+	/*
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * TAILQ_HEAD(__kids, __db_txn) kids;
+	 */
+	struct __kids {
+		struct __db_txn *tqh_first;
+		struct __db_txn **tqh_last;
+	} kids;
+
+	/*
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * TAILQ_HEAD(__events, __txn_event) events;
+	 */
+	struct {
+		struct __txn_event *tqh_first;
+		struct __txn_event **tqh_last;
+	} events;			/* Links deferred events. */
+
+	/*
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * STAILQ_HEAD(__logrec, __txn_logrec) logs;
+	 */
+	struct {
+		struct __txn_logrec *stqh_first;
+		struct __txn_logrec **stqh_last;
+	} logs;				/* Links in memory log records. */
+
+	/*
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * TAILQ_ENTRY(__db_txn) klinks;
+	 */
+	struct {
+		struct __db_txn *tqe_next;
+		struct __db_txn **tqe_prev;
+	} klinks;
+
+	/*
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * TAILQ_HEAD(__my_cursors, __dbc) my_cursors;
+	 */
+	struct __my_cursors {
+		struct __dbc *tqh_first;
+		struct __dbc **tqh_last;
+	} my_cursors;
+
+	DB_TXN_TOKEN	*token_buffer;	/* User's commit token buffer. */
+	void	*api_internal;		/* C++ API private. */
+	void	*xml_internal;		/* XML API private. */
+
+	u_int32_t	cursors;	/* Number of cursors open for txn */
+
+	/* DB_TXN PUBLIC HANDLE LIST BEGIN */
+	int	  (*abort) __P((DB_TXN *));
+	int	  (*commit) __P((DB_TXN *, u_int32_t));
+	int	  (*discard) __P((DB_TXN *, u_int32_t));
+	int	  (*get_name) __P((DB_TXN *, const char **));
+	int	  (*get_priority) __P((DB_TXN *, u_int32_t *));
+	u_int32_t (*id) __P((DB_TXN *));
+	int	  (*prepare) __P((DB_TXN *, u_int8_t *));
+	int	  (*set_commit_token) __P((DB_TXN *, DB_TXN_TOKEN *));
+	int	  (*set_name) __P((DB_TXN *, const char *));
+	int	  (*set_priority) __P((DB_TXN *, u_int32_t));
+	int	  (*set_timeout) __P((DB_TXN *, db_timeout_t, u_int32_t));
+	/* DB_TXN PUBLIC HANDLE LIST END */
+
+	/* DB_TXN PRIVATE HANDLE LIST BEGIN */
+	void	  (*set_txn_lsnp) __P((DB_TXN *txn, DB_LSN **, DB_LSN **));
+	/* DB_TXN PRIVATE HANDLE LIST END */
+
+#define	TXN_CHILDCOMMIT		0x00001	/* Txn has committed. */
+#define	TXN_COMPENSATE		0x00002	/* Compensating transaction. */
+#define	TXN_DEADLOCK		0x00004	/* Txn has deadlocked. */
+#define	TXN_FAMILY		0x00008	/* Cursors/children are independent. */
+#define	TXN_IGNORE_LEASE	0x00010	/* Skip lease check at commit time. */
+#define	TXN_INFAMILY		0x00020	/* Part of a transaction family. */
+#define	TXN_LOCKTIMEOUT		0x00040	/* Txn has a lock timeout. */
+#define	TXN_MALLOC		0x00080	/* Structure allocated by TXN system. */
+#define	TXN_NOSYNC		0x00100	/* Do not sync on prepare and commit. */
+#define	TXN_NOWAIT		0x00200	/* Do not wait on locks. */
+#define	TXN_PRIVATE		0x00400	/* Txn owned by cursor. */
+#define	TXN_READONLY		0x00800	/* CDS group handle. */
+#define	TXN_READ_COMMITTED	0x01000	/* Txn has degree 2 isolation. */
+#define	TXN_READ_UNCOMMITTED	0x02000	/* Txn has degree 1 isolation. */
+#define	TXN_RESTORED		0x04000	/* Txn has been restored. */
+#define	TXN_SNAPSHOT		0x08000	/* Snapshot Isolation. */
+#define	TXN_SYNC		0x10000	/* Write and sync on prepare/commit. */
+#define	TXN_WRITE_NOSYNC	0x20000	/* Write only on prepare/commit. */
+	u_int32_t	flags;
+};
+
+#define	TXN_SYNC_FLAGS (TXN_SYNC | TXN_NOSYNC | TXN_WRITE_NOSYNC)
+
+/*
+ * Structure used for two phase commit interface.
+ * We set the size of our global transaction id (gid) to be 128 in order
+ * to match that defined by the XA X/Open standard.
+ */
+#define	DB_GID_SIZE	128
+struct __db_preplist {
+	DB_TXN	*txn;
+	u_int8_t gid[DB_GID_SIZE];
+};
+
+/* Transaction statistics structure. */
+struct __db_txn_active {
+	u_int32_t txnid;		/* Transaction ID */
+	u_int32_t parentid;		/* Transaction ID of parent */
+	pid_t     pid;			/* Process owning txn ID */
+	db_threadid_t tid;		/* Thread owning txn ID */
+
+	DB_LSN	  lsn;			/* LSN when transaction began */
+
+	DB_LSN	  read_lsn;		/* Read LSN for MVCC */
+	u_int32_t mvcc_ref;		/* MVCC reference count */
+
+	u_int32_t priority;		/* Deadlock resolution priority */
+
+#define	TXN_ABORTED		1
+#define	TXN_COMMITTED		2
+#define	TXN_PREPARED		3
+#define	TXN_RUNNING		4
+	u_int32_t status;		/* Status of the transaction */
+
+	u_int8_t  gid[DB_GID_SIZE];	/* Global transaction ID */
+	char	  name[51];		/* 50 bytes of name, nul termination */
+};
+
+struct __db_txn_stat {
+	u_int32_t st_nrestores;		/* number of restored transactions
+					   after recovery. */
+#ifndef __TEST_DB_NO_STATISTICS
+	DB_LSN	  st_last_ckp;		/* lsn of the last checkpoint */
+	time_t	  st_time_ckp;		/* time of last checkpoint */
+	u_int32_t st_last_txnid;	/* last transaction id given out */
+	u_int32_t st_maxtxns;		/* maximum txns possible */
+	uintmax_t st_naborts;		/* number of aborted transactions */
+	uintmax_t st_nbegins;		/* number of begun transactions */
+	uintmax_t st_ncommits;		/* number of committed transactions */
+	u_int32_t st_nactive;		/* number of active transactions */
+	u_int32_t st_nsnapshot;		/* number of snapshot transactions */
+	u_int32_t st_maxnactive;	/* maximum active transactions */
+	u_int32_t st_maxnsnapshot;	/* maximum snapshot transactions */
+	DB_TXN_ACTIVE *st_txnarray;	/* array of active transactions */
+	uintmax_t st_region_wait;	/* Region lock granted after wait. */
+	uintmax_t st_region_nowait;	/* Region lock granted without wait. */
+	roff_t	  st_regsize;		/* Region size. */
+#endif
+};
+
+#define	DB_TXN_TOKEN_SIZE		20
+struct __db_txn_token {
+	u_int8_t buf[DB_TXN_TOKEN_SIZE];
+};
+
+/*******************************************************
+ * Replication.
+ *******************************************************/
+/* Special, out-of-band environment IDs. */
+#define	DB_EID_BROADCAST	-1
+#define	DB_EID_INVALID		-2
+
+#define	DB_REP_DEFAULT_PRIORITY		100
+
+/* Acknowledgement policies. */
+#define	DB_REPMGR_ACKS_ALL		1
+#define	DB_REPMGR_ACKS_ALL_PEERS	2
+#define	DB_REPMGR_ACKS_NONE		3
+#define	DB_REPMGR_ACKS_ONE		4
+#define	DB_REPMGR_ACKS_ONE_PEER		5
+#define	DB_REPMGR_ACKS_QUORUM		6
+
+/* Replication timeout configuration values. */
+#define	DB_REP_ACK_TIMEOUT		1	/* RepMgr acknowledgements. */
+#define	DB_REP_CHECKPOINT_DELAY		2	/* Master checkpoint delay. */
+#define	DB_REP_CONNECTION_RETRY		3	/* RepMgr connections. */
+#define	DB_REP_ELECTION_RETRY		4	/* RepMgr elect retries. */
+#define	DB_REP_ELECTION_TIMEOUT		5	/* Rep normal elections. */
+#define	DB_REP_FULL_ELECTION_TIMEOUT	6	/* Rep full elections. */
+#define	DB_REP_HEARTBEAT_MONITOR	7	/* RepMgr client HB monitor. */
+#define	DB_REP_HEARTBEAT_SEND		8	/* RepMgr master send freq. */
+#define	DB_REP_LEASE_TIMEOUT		9	/* Master leases. */
+
+/* Event notification types. */
+#define	DB_EVENT_PANIC			 0
+#define	DB_EVENT_REG_ALIVE		 1
+#define	DB_EVENT_REG_PANIC		 2
+#define	DB_EVENT_REP_CLIENT		 3
+#define	DB_EVENT_REP_DUPMASTER		 4
+#define	DB_EVENT_REP_ELECTED		 5
+#define	DB_EVENT_REP_ELECTION_FAILED	 6
+#define	DB_EVENT_REP_JOIN_FAILURE	 7
+#define	DB_EVENT_REP_MASTER		 8
+#define	DB_EVENT_REP_MASTER_FAILURE	 9
+#define	DB_EVENT_REP_NEWMASTER		10
+#define	DB_EVENT_REP_PERM_FAILED	11
+#define	DB_EVENT_REP_STARTUPDONE	12
+#define	DB_EVENT_WRITE_FAILED		13
+#define	DB_EVENT_NO_SUCH_EVENT		 0xffffffff /* OOB sentinel value */
+
+/* Replication Manager site status. */
+struct __db_repmgr_site {
+	int eid;
+	char *host;
+	u_int port;
+
+#define	DB_REPMGR_CONNECTED	1
+#define	DB_REPMGR_DISCONNECTED	2
+	u_int32_t status;
+
+#define	DB_REPMGR_ISPEER	0x01
+	u_int32_t flags;
+};
+
+/* Replication statistics. */
+struct __db_rep_stat {
+	/* !!!
+	 * Many replication statistics fields cannot be protected by a mutex
+	 * without an unacceptable performance penalty, since most message
+	 * processing is done without the need to hold a region-wide lock.
+	 * Fields whose comments end with a '+' may be updated without holding
+	 * the replication or log mutexes (as appropriate), and thus may be
+	 * off somewhat (or, on unreasonable architectures under unlucky
+	 * circumstances, garbaged).
+	 */
+	u_int32_t st_startup_complete;	/* Site completed client sync-up. */
+#ifndef __TEST_DB_NO_STATISTICS
+	uintmax_t st_log_queued;	/* Log records currently queued.+ */
+	u_int32_t st_status;		/* Current replication status. */
+	DB_LSN st_next_lsn;		/* Next LSN to use or expect. */
+	DB_LSN st_waiting_lsn;		/* LSN we're awaiting, if any. */
+	DB_LSN st_max_perm_lsn;		/* Maximum permanent LSN. */
+	db_pgno_t st_next_pg;		/* Next pg we expect. */
+	db_pgno_t st_waiting_pg;	/* pg we're awaiting, if any. */
+
+	u_int32_t st_dupmasters;	/* # of times a duplicate master
+					   condition was detected.+ */
+	int st_env_id;			/* Current environment ID. */
+	u_int32_t st_env_priority;	/* Current environment priority. */
+	uintmax_t st_bulk_fills;	/* Bulk buffer fills. */
+	uintmax_t st_bulk_overflows;	/* Bulk buffer overflows. */
+	uintmax_t st_bulk_records;	/* Bulk records stored. */
+	uintmax_t st_bulk_transfers;	/* Transfers of bulk buffers. */
+	uintmax_t st_client_rerequests;/* Number of forced rerequests. */
+	uintmax_t st_client_svc_req;	/* Number of client service requests
+					   received by this client. */
+	uintmax_t st_client_svc_miss;	/* Number of client service requests
+					   missing on this client. */
+	u_int32_t st_gen;		/* Current generation number. */
+	u_int32_t st_egen;		/* Current election gen number. */
+	uintmax_t st_log_duplicated;	/* Log records received multiply.+ */
+	uintmax_t st_log_queued_max;	/* Max. log records queued at once.+ */
+	uintmax_t st_log_queued_total;	/* Total # of log recs. ever queued.+ */
+	uintmax_t st_log_records;	/* Log records received and put.+ */
+	uintmax_t st_log_requested;	/* Log recs. missed and requested.+ */
+	int st_master;			/* Env. ID of the current master. */
+	uintmax_t st_master_changes;	/* # of times we've switched masters. */
+	uintmax_t st_msgs_badgen;	/* Messages with a bad generation #.+ */
+	uintmax_t st_msgs_processed;	/* Messages received and processed.+ */
+	uintmax_t st_msgs_recover;	/* Messages ignored because this site
+					   was a client in recovery.+ */
+	uintmax_t st_msgs_send_failures;/* # of failed message sends.+ */
+	uintmax_t st_msgs_sent;	/* # of successful message sends.+ */
+	uintmax_t st_newsites;		/* # of NEWSITE msgs. received.+ */
+	u_int32_t st_nsites;		/* Current number of sites we will
+					   assume during elections. */
+	uintmax_t st_nthrottles;	/* # of times we were throttled. */
+	uintmax_t st_outdated;		/* # of times we detected and returned
+					   an OUTDATED condition.+ */
+	uintmax_t st_pg_duplicated;	/* Pages received multiply.+ */
+	uintmax_t st_pg_records;	/* Pages received and stored.+ */
+	uintmax_t st_pg_requested;	/* Pages missed and requested.+ */
+	uintmax_t st_txns_applied;	/* # of transactions applied.+ */
+	uintmax_t st_startsync_delayed;/* # of STARTSYNC msgs delayed.+ */
+
+	/* Elections generally. */
+	uintmax_t st_elections;	/* # of elections held.+ */
+	uintmax_t st_elections_won;	/* # of elections won by this site.+ */
+
+	/* Statistics about an in-progress election. */
+	int st_election_cur_winner;	/* Current front-runner. */
+	u_int32_t st_election_gen;	/* Election generation number. */
+	DB_LSN st_election_lsn;		/* Max. LSN of current winner. */
+	u_int32_t st_election_nsites;	/* # of "registered voters". */
+	u_int32_t st_election_nvotes;	/* # of "registered voters" needed. */
+	u_int32_t st_election_priority;	/* Current election priority. */
+	int st_election_status;		/* Current election status. */
+	u_int32_t st_election_tiebreaker;/* Election tiebreaker value. */
+	u_int32_t st_election_votes;	/* Votes received in this round. */
+	u_int32_t st_election_sec;	/* Last election time seconds. */
+	u_int32_t st_election_usec;	/* Last election time useconds. */
+	u_int32_t st_max_lease_sec;	/* Maximum lease timestamp seconds. */
+	u_int32_t st_max_lease_usec;	/* Maximum lease timestamp useconds. */
+
+	/* Undocumented statistics only used by the test system. */
+#ifdef	CONFIG_TEST
+	u_int32_t st_filefail_cleanups;	/* # of FILE_FAIL cleanups done. */
+#endif
+#endif
+};
+
+/* Replication Manager statistics. */
+struct __db_repmgr_stat {
+	uintmax_t st_perm_failed;	/* # of insufficiently ack'ed msgs. */
+	uintmax_t st_msgs_queued;	/* # msgs queued for network delay. */
+	uintmax_t st_msgs_dropped;	/* # msgs discarded due to excessive
+					   queue length. */
+	uintmax_t st_connection_drop;	/* Existing connections dropped. */
+	uintmax_t st_connect_fail;	/* Failed new connection attempts. */
+	uintmax_t st_elect_threads;	/* # of active election threads. */
+	uintmax_t st_max_elect_threads;	/* Max concurrent e-threads ever. */
+};
+
+/*******************************************************
+ * Sequences.
+ *******************************************************/
+/*
+ * The storage record for a sequence.
+ */
+struct __db_seq_record {
+	u_int32_t	seq_version;	/* Version size/number. */
+	u_int32_t	flags;		/* DB_SEQ_XXX Flags. */
+	db_seq_t	seq_value;	/* Current value. */
+	db_seq_t	seq_max;	/* Max permitted. */
+	db_seq_t	seq_min;	/* Min permitted. */
+};
+
+/*
+ * Handle for a sequence object.
+ */
+struct __db_sequence {
+	DB		*seq_dbp;	/* DB handle for this sequence. */
+	db_mutex_t	mtx_seq;	/* Mutex if sequence is threaded. */
+	DB_SEQ_RECORD	*seq_rp;	/* Pointer to current data. */
+	DB_SEQ_RECORD	seq_record;	/* Data from DB_SEQUENCE. */
+	int32_t		seq_cache_size; /* Number of values cached. */
+	db_seq_t	seq_last_value;	/* Last value cached. */
+	DBT		seq_key;	/* DBT pointing to sequence key. */
+	DBT		seq_data;	/* DBT pointing to seq_record. */
+
+	/* API-private structure: used by C++ and Java. */
+	void		*api_internal;
+
+	/* DB_SEQUENCE PUBLIC HANDLE LIST BEGIN */
+	int		(*close) __P((DB_SEQUENCE *, u_int32_t));
+	int		(*get) __P((DB_SEQUENCE *,
+			      DB_TXN *, int32_t, db_seq_t *, u_int32_t));
+	int		(*get_cachesize) __P((DB_SEQUENCE *, int32_t *));
+	int		(*get_db) __P((DB_SEQUENCE *, DB **));
+	int		(*get_flags) __P((DB_SEQUENCE *, u_int32_t *));
+	int		(*get_key) __P((DB_SEQUENCE *, DBT *));
+	int		(*get_range) __P((DB_SEQUENCE *,
+			     db_seq_t *, db_seq_t *));
+	int		(*initial_value) __P((DB_SEQUENCE *, db_seq_t));
+	int		(*open) __P((DB_SEQUENCE *,
+			    DB_TXN *, DBT *, u_int32_t));
+	int		(*remove) __P((DB_SEQUENCE *, DB_TXN *, u_int32_t));
+	int		(*set_cachesize) __P((DB_SEQUENCE *, int32_t));
+	int		(*set_flags) __P((DB_SEQUENCE *, u_int32_t));
+	int		(*set_range) __P((DB_SEQUENCE *, db_seq_t, db_seq_t));
+	int		(*stat) __P((DB_SEQUENCE *,
+			    DB_SEQUENCE_STAT **, u_int32_t));
+	int		(*stat_print) __P((DB_SEQUENCE *, u_int32_t));
+	/* DB_SEQUENCE PUBLIC HANDLE LIST END */
+};
+
+struct __db_seq_stat {
+	uintmax_t st_wait;		/* Sequence lock granted w/o wait. */
+	uintmax_t st_nowait;		/* Sequence lock granted after wait. */
+	db_seq_t  st_current;		/* Current value in db. */
+	db_seq_t  st_value;		/* Current cached value. */
+	db_seq_t  st_last_value;	/* Last cached value. */
+	db_seq_t  st_min;		/* Minimum value. */
+	db_seq_t  st_max;		/* Maximum value. */
+	int32_t   st_cache_size;	/* Cache size. */
+	u_int32_t st_flags;		/* Flag value. */
+};
+
+/*******************************************************
+ * Access methods.
+ *******************************************************/
+typedef enum {
+	DB_BTREE=1,
+	DB_HASH=2,
+	DB_RECNO=3,
+	DB_QUEUE=4,
+	DB_UNKNOWN=5			/* Figure it out on open. */
+} DBTYPE;
+
+#define	DB_RENAMEMAGIC	0x030800	/* File has been renamed. */
+
+#define	DB_BTREEVERSION	9		/* Current btree version. */
+#define	DB_BTREEOLDVER	8		/* Oldest btree version supported. */
+#define	DB_BTREEMAGIC	0x053162
+
+#define	DB_HASHVERSION	9		/* Current hash version. */
+#define	DB_HASHOLDVER	7		/* Oldest hash version supported. */
+#define	DB_HASHMAGIC	0x061561
+
+#define	DB_QAMVERSION	4		/* Current queue version. */
+#define	DB_QAMOLDVER	3		/* Oldest queue version supported. */
+#define	DB_QAMMAGIC	0x042253
+
+#define	DB_SEQUENCE_VERSION 2		/* Current sequence version. */
+#define	DB_SEQUENCE_OLDVER  1		/* Oldest sequence version supported. */
+
+/*
+ * DB access method and cursor operation values.  Each value is an operation
+ * code to which additional bit flags are added.
+ */
+#define	DB_AFTER		 1	/* Dbc.put */
+#define	DB_APPEND		 2	/* Db.put */
+#define	DB_BEFORE		 3	/* Dbc.put */
+#define	DB_CONSUME		 4	/* Db.get */
+#define	DB_CONSUME_WAIT		 5	/* Db.get */
+#define	DB_CURRENT		 6	/* Dbc.get, Dbc.put, DbLogc.get */
+#define	DB_FIRST		 7	/* Dbc.get, DbLogc->get */
+#define	DB_GET_BOTH		 8	/* Db.get, Dbc.get */
+#define	DB_GET_BOTHC		 9	/* Dbc.get (internal) */
+#define	DB_GET_BOTH_RANGE	10	/* Db.get, Dbc.get */
+#define	DB_GET_RECNO		11	/* Dbc.get */
+#define	DB_JOIN_ITEM		12	/* Dbc.get; don't do primary lookup */
+#define	DB_KEYFIRST		13	/* Dbc.put */
+#define	DB_KEYLAST		14	/* Dbc.put */
+#define	DB_LAST			15	/* Dbc.get, DbLogc->get */
+#define	DB_NEXT			16	/* Dbc.get, DbLogc->get */
+#define	DB_NEXT_DUP		17	/* Dbc.get */
+#define	DB_NEXT_NODUP		18	/* Dbc.get */
+#define	DB_NODUPDATA		19	/* Db.put, Dbc.put */
+#define	DB_NOOVERWRITE		20	/* Db.put */
+#define	DB_NOSYNC		21	/* Db.close */
+#define	DB_OVERWRITE_DUP	22	/* Dbc.put, Db.put; no DB_KEYEXIST */
+#define	DB_POSITION		23	/* Dbc.dup */
+#define	DB_PREV			24	/* Dbc.get, DbLogc->get */
+#define	DB_PREV_DUP		25	/* Dbc.get */
+#define	DB_PREV_NODUP		26	/* Dbc.get */
+#define	DB_SET			27	/* Dbc.get, DbLogc->get */
+#define	DB_SET_RANGE		28	/* Dbc.get */
+#define	DB_SET_RECNO		29	/* Db.get, Dbc.get */
+#define	DB_UPDATE_SECONDARY	30	/* Dbc.get, Dbc.del (internal) */
+#define	DB_SET_LTE		31	/* Dbc.get (internal) */
+#define	DB_GET_BOTH_LTE		32	/* Dbc.get (internal) */
+
+/* This has to change when the max opcode hits 255. */
+#define	DB_OPFLAGS_MASK	0x000000ff	/* Mask for operations flags. */
+
+/*
+ * DB (user visible) error return codes.
+ *
+ * !!!
+ * We don't want our error returns to conflict with other packages where
+ * possible, so pick a base error value that's hopefully not common.  We
+ * document that we own the error name space from -30,800 to -30,999.
+ */
+/* DB (public) error return codes. */
+#define	DB_BUFFER_SMALL		(-30999)/* User memory too small for return. */
+#define	DB_DONOTINDEX		(-30998)/* "Null" return from 2ndary callbk. */
+#define	DB_FOREIGN_CONFLICT	(-30997)/* A foreign db constraint triggered. */
+#define	DB_KEYEMPTY		(-30996)/* Key/data deleted or never created. */
+#define	DB_KEYEXIST		(-30995)/* The key/data pair already exists. */
+#define	DB_LOCK_DEADLOCK	(-30994)/* Deadlock. */
+#define	DB_LOCK_NOTGRANTED	(-30993)/* Lock unavailable. */
+#define	DB_LOG_BUFFER_FULL	(-30992)/* In-memory log buffer full. */
+#define	DB_LOG_VERIFY_BAD	(-30991)/* Log verification failed. */
+#define	DB_NOSERVER		(-30990)/* Server panic return. */
+#define	DB_NOSERVER_HOME	(-30989)/* Bad home sent to server. */
+#define	DB_NOSERVER_ID		(-30988)/* Bad ID sent to server. */
+#define	DB_NOTFOUND		(-30987)/* Key/data pair not found (EOF). */
+#define	DB_OLD_VERSION		(-30986)/* Out-of-date version. */
+#define	DB_PAGE_NOTFOUND	(-30985)/* Requested page not found. */
+#define	DB_REP_DUPMASTER	(-30984)/* There are two masters. */
+#define	DB_REP_HANDLE_DEAD	(-30983)/* Rolled back a commit. */
+#define	DB_REP_HOLDELECTION	(-30982)/* Time to hold an election. */
+#define	DB_REP_IGNORE		(-30981)/* This msg should be ignored.*/
+#define	DB_REP_ISPERM		(-30980)/* Cached not written perm written.*/
+#define	DB_REP_JOIN_FAILURE	(-30979)/* Unable to join replication group. */
+#define	DB_REP_LEASE_EXPIRED	(-30978)/* Master lease has expired. */
+#define	DB_REP_LOCKOUT		(-30977)/* API/Replication lockout now. */
+#define	DB_REP_NEWSITE		(-30976)/* New site entered system. */
+#define	DB_REP_NOTPERM		(-30975)/* Permanent log record not written. */
+#define	DB_REP_UNAVAIL		(-30974)/* Site cannot currently be reached. */
+#define	DB_RUNRECOVERY		(-30973)/* Panic return. */
+#define	DB_SECONDARY_BAD	(-30972)/* Secondary index corrupt. */
+#define	DB_TIMEOUT		(-30971)/* Timed out on read consistency. */
+#define	DB_VERIFY_BAD		(-30970)/* Verify failed; bad format. */
+#define	DB_VERSION_MISMATCH	(-30969)/* Environment version mismatch. */
+
+/* DB (private) error return codes. */
+#define	DB_ALREADY_ABORTED	(-30899)
+#define	DB_DELETED		(-30898)/* Recovery file marked deleted. */
+#define	DB_EVENT_NOT_HANDLED	(-30897)/* Forward event to application. */
+#define	DB_NEEDSPLIT		(-30896)/* Page needs to be split. */
+#define	DB_REP_BULKOVF		(-30895)/* Rep bulk buffer overflow. */
+#define	DB_REP_LOGREADY		(-30894)/* Rep log ready for recovery. */
+#define	DB_REP_NEWMASTER	(-30893)/* We have learned of a new master. */
+#define	DB_REP_PAGEDONE		(-30892)/* This page was already done. */
+#define	DB_SURPRISE_KID		(-30891)/* Child commit where parent
+					   didn't know it was a parent. */
+#define	DB_SWAPBYTES		(-30890)/* Database needs byte swapping. */
+#define	DB_TXN_CKP		(-30889)/* Encountered ckp record in log. */
+#define	DB_VERIFY_FATAL		(-30888)/* DB->verify cannot proceed. */
+
+/* Database handle. */
+struct __db {
+	/*******************************************************
+	 * Public: owned by the application.
+	 *******************************************************/
+	u_int32_t pgsize;		/* Database logical page size. */
+	DB_CACHE_PRIORITY priority;	/* Database priority in cache. */
+
+					/* Callbacks. */
+	int (*db_append_recno) __P((DB *, DBT *, db_recno_t));
+	void (*db_feedback) __P((DB *, int, int));
+	int (*dup_compare) __P((DB *, const DBT *, const DBT *));
+
+	void	*app_private;		/* Application-private handle. */
+
+	/*******************************************************
+	 * Private: owned by DB.
+	 *******************************************************/
+	DB_ENV	*dbenv;			/* Backing public environment. */
+	ENV	*env;			/* Backing private environment. */
+
+	DBTYPE	 type;			/* DB access method type. */
+
+	DB_MPOOLFILE *mpf;		/* Backing buffer pool. */
+
+	db_mutex_t mutex;		/* Synchronization for free threading */
+
+	char *fname, *dname;		/* File/database passed to DB->open. */
+	const char *dirname;		/* Direcory of DB file. */
+	u_int32_t open_flags;		/* Flags passed to DB->open. */
+
+	u_int8_t fileid[DB_FILE_ID_LEN];/* File's unique ID for locking. */
+
+	u_int32_t adj_fileid;		/* File's unique ID for curs. adj. */
+
+#define	DB_LOGFILEID_INVALID	-1
+	FNAME *log_filename;		/* File's naming info for logging. */
+
+	db_pgno_t meta_pgno;		/* Meta page number */
+	DB_LOCKER *locker;		/* Locker for handle locking. */
+	DB_LOCKER *cur_locker;		/* Current handle lock holder. */
+	DB_TXN *cur_txn;		/* Opening transaction. */
+	DB_LOCKER *associate_locker;	/* Locker for DB->associate call. */
+	DB_LOCK	 handle_lock;		/* Lock held on this handle. */
+
+	u_int	 cl_id;			/* RPC: remote client id. */
+
+	time_t	 timestamp;		/* Handle timestamp for replication. */
+	u_int32_t fid_gen;		/* Rep generation number for fids. */
+
+	/*
+	 * Returned data memory for DB->get() and friends.
+	 */
+	DBT	 my_rskey;		/* Secondary key. */
+	DBT	 my_rkey;		/* [Primary] key. */
+	DBT	 my_rdata;		/* Data. */
+
+	/*
+	 * !!!
+	 * Some applications use DB but implement their own locking outside of
+	 * DB.  If they're using fcntl(2) locking on the underlying database
+	 * file, and we open and close a file descriptor for that file, we will
+	 * discard their locks.  The DB_FCNTL_LOCKING flag to DB->open is an
+	 * undocumented interface to support this usage which leaves any file
+	 * descriptors we open until DB->close.  This will only work with the
+	 * DB->open interface and simple caches, e.g., creating a transaction
+	 * thread may open/close file descriptors this flag doesn't protect.
+	 * Locking with fcntl(2) on a file that you don't own is a very, very
+	 * unsafe thing to do.  'Nuff said.
+	 */
+	DB_FH	*saved_open_fhp;	/* Saved file handle. */
+
+	/*
+	 * Linked list of DBP's, linked from the ENV, used to keep track
+	 * of all open db handles for cursor adjustment.
+	 *
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * TAILQ_ENTRY(__db) dblistlinks;
+	 */
+	struct {
+		struct __db *tqe_next;
+		struct __db **tqe_prev;
+	} dblistlinks;
+
+	/*
+	 * Cursor queues.
+	 *
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * TAILQ_HEAD(__cq_fq, __dbc) free_queue;
+	 * TAILQ_HEAD(__cq_aq, __dbc) active_queue;
+	 * TAILQ_HEAD(__cq_jq, __dbc) join_queue;
+	 */
+	struct __cq_fq {
+		struct __dbc *tqh_first;
+		struct __dbc **tqh_last;
+	} free_queue;
+	struct __cq_aq {
+		struct __dbc *tqh_first;
+		struct __dbc **tqh_last;
+	} active_queue;
+	struct __cq_jq {
+		struct __dbc *tqh_first;
+		struct __dbc **tqh_last;
+	} join_queue;
+
+	/*
+	 * Secondary index support.
+	 *
+	 * Linked list of secondary indices -- set in the primary.
+	 *
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * LIST_HEAD(s_secondaries, __db);
+	 */
+	struct {
+		struct __db *lh_first;
+	} s_secondaries;
+
+	/*
+	 * List entries for secondaries, and reference count of how many
+	 * threads are updating this secondary (see Dbc.put).
+	 *
+	 * !!!
+	 * Note that these are synchronized by the primary's mutex, but
+	 * filled in in the secondaries.
+	 *
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * LIST_ENTRY(__db) s_links;
+	 */
+	struct {
+		struct __db *le_next;
+		struct __db **le_prev;
+	} s_links;
+	u_int32_t s_refcnt;
+
+	/* Secondary callback and free functions -- set in the secondary. */
+	int	(*s_callback) __P((DB *, const DBT *, const DBT *, DBT *));
+
+	/* Reference to primary -- set in the secondary. */
+	DB	*s_primary;
+
+#define	DB_ASSOC_IMMUTABLE_KEY    0x00000001 /* Secondary key is immutable. */
+
+	/* Flags passed to associate -- set in the secondary. */
+	u_int32_t s_assoc_flags;
+
+	/*
+	 * Foreign key support.
+	 *
+	 * Linked list of primary dbs -- set in the foreign db
+	 *
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * LIST_HEAD(f_primaries, __db);
+	 */
+	struct {
+		struct __db_foreign_info *lh_first;
+	} f_primaries;
+
+	/* Reference to foreign -- set in the secondary. */
+	DB      *s_foreign;
+
+	/* API-private structure: used by DB 1.85, C++, Java, Perl and Tcl */
+	void	*api_internal;
+
+	/* Subsystem-private structure. */
+	void	*bt_internal;		/* Btree/Recno access method. */
+	void	*h_internal;		/* Hash access method. */
+	void	*p_internal;		/* Partition informaiton. */
+	void	*q_internal;		/* Queue access method. */
+
+	/* DB PUBLIC HANDLE LIST BEGIN */
+	int  (*associate) __P((DB *, DB_TXN *, DB *,
+		int (*)(DB *, const DBT *, const DBT *, DBT *), u_int32_t));
+	int  (*associate_foreign) __P((DB *, DB *,
+		int (*)(DB *, const DBT *, DBT *, const DBT *, int *),
+		u_int32_t));
+	int  (*close) __P((DB *, u_int32_t));
+	int  (*compact) __P((DB *,
+		DB_TXN *, DBT *, DBT *, DB_COMPACT *, u_int32_t, DBT *));
+	int  (*cursor) __P((DB *, DB_TXN *, DBC **, u_int32_t));
+	int  (*del) __P((DB *, DB_TXN *, DBT *, u_int32_t));
+	void (*err) __P((DB *, int, const char *, ...));
+	void (*errx) __P((DB *, const char *, ...));
+	int  (*exists) __P((DB *, DB_TXN *, DBT *, u_int32_t));
+	int  (*fd) __P((DB *, int *));
+	int  (*get) __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
+	int  (*get_alloc) __P((DB *, void *(**)(size_t),
+		void *(**)(void *, size_t), void (**)(void *)));
+	int  (*get_append_recno) __P((DB *, int (**)(DB *, DBT *, db_recno_t)));
+	int  (*get_bt_compare)
+		__P((DB *, int (**)(DB *, const DBT *, const DBT *)));
+	int  (*get_bt_compress) __P((DB *,
+		int (**)(DB *, 
+		const DBT *, const DBT *, const DBT *, const DBT *, DBT *),
+		int (**)(DB *, const DBT *, const DBT *, DBT *, DBT *, DBT *)));
+	int  (*get_bt_minkey) __P((DB *, u_int32_t *));
+	int  (*get_bt_prefix)
+		__P((DB *, size_t (**)(DB *, const DBT *, const DBT *)));
+	int  (*get_byteswapped) __P((DB *, int *));
+	int  (*get_cachesize) __P((DB *, u_int32_t *, u_int32_t *, int *));
+	int  (*get_create_dir) __P((DB *, const char **));
+	int  (*get_dbname) __P((DB *, const char **, const char **));
+	int  (*get_dup_compare)
+		__P((DB *, int (**)(DB *, const DBT *, const DBT *)));
+	int  (*get_encrypt_flags) __P((DB *, u_int32_t *));
+	DB_ENV *(*get_env) __P((DB *));
+	void (*get_errcall) __P((DB *,
+		void (**)(const DB_ENV *, const char *, const char *)));
+	void (*get_errfile) __P((DB *, FILE **));
+	void (*get_errpfx) __P((DB *, const char **));
+	int  (*get_feedback) __P((DB *, void (**)(DB *, int, int)));
+	int  (*get_flags) __P((DB *, u_int32_t *));
+	int  (*get_h_compare)
+		__P((DB *, int (**)(DB *, const DBT *, const DBT *)));
+	int  (*get_h_ffactor) __P((DB *, u_int32_t *));
+	int  (*get_h_hash)
+		__P((DB *, u_int32_t (**)(DB *, const void *, u_int32_t)));
+	int  (*get_h_nelem) __P((DB *, u_int32_t *));
+	int  (*get_lorder) __P((DB *, int *));
+	DB_MPOOLFILE *(*get_mpf) __P((DB *));
+	void (*get_msgcall) __P((DB *, 
+	    void (**)(const DB_ENV *, const char *)));
+	void (*get_msgfile) __P((DB *, FILE **));
+	int  (*get_multiple) __P((DB *));
+	int  (*get_open_flags) __P((DB *, u_int32_t *));
+	int  (*get_pagesize) __P((DB *, u_int32_t *));
+	int  (*get_partition_callback) __P((DB *,
+		u_int32_t *, u_int32_t (**)(DB *, DBT *key)));
+	int  (*get_partition_dirs) __P((DB *, const char ***));
+	int  (*get_partition_keys) __P((DB *, u_int32_t *, DBT **));
+	int  (*get_priority) __P((DB *, DB_CACHE_PRIORITY *));
+	int  (*get_q_extentsize) __P((DB *, u_int32_t *));
+	int  (*get_re_delim) __P((DB *, int *));
+	int  (*get_re_len) __P((DB *, u_int32_t *));
+	int  (*get_re_pad) __P((DB *, int *));
+	int  (*get_re_source) __P((DB *, const char **));
+	int  (*get_transactional) __P((DB *));
+	int  (*get_type) __P((DB *, DBTYPE *));
+	int  (*join) __P((DB *, DBC **, DBC **, u_int32_t));
+	int  (*key_range)
+		__P((DB *, DB_TXN *, DBT *, DB_KEY_RANGE *, u_int32_t));
+	int  (*open) __P((DB *,
+		DB_TXN *, const char *, const char *, DBTYPE, u_int32_t, int));
+	int  (*pget) __P((DB *, DB_TXN *, DBT *, DBT *, DBT *, u_int32_t));
+	int  (*put) __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
+	int  (*remove) __P((DB *, const char *, const char *, u_int32_t));
+	int  (*rename) __P((DB *,
+		const char *, const char *, const char *, u_int32_t));
+	int  (*set_alloc) __P((DB *, void *(*)(size_t),
+		void *(*)(void *, size_t), void (*)(void *)));
+	int  (*set_append_recno) __P((DB *, int (*)(DB *, DBT *, db_recno_t)));
+	int  (*set_bt_compare)
+		__P((DB *, int (*)(DB *, const DBT *, const DBT *)));
+	int  (*set_bt_compress) __P((DB *,
+		int (*)(DB *, const DBT *, const DBT *, const DBT *, const DBT *, DBT *),
+		int (*)(DB *, const DBT *, const DBT *, DBT *, DBT *, DBT *)));
+	int  (*set_bt_minkey) __P((DB *, u_int32_t));
+	int  (*set_bt_prefix)
+		__P((DB *, size_t (*)(DB *, const DBT *, const DBT *)));
+	int  (*set_cachesize) __P((DB *, u_int32_t, u_int32_t, int));
+	int  (*set_create_dir) __P((DB *, const char *));
+	int  (*set_dup_compare)
+		__P((DB *, int (*)(DB *, const DBT *, const DBT *)));
+	int  (*set_encrypt) __P((DB *, const char *, u_int32_t));
+	void (*set_errcall) __P((DB *,
+		void (*)(const DB_ENV *, const char *, const char *)));
+	void (*set_errfile) __P((DB *, FILE *));
+	void (*set_errpfx) __P((DB *, const char *));
+	int  (*set_feedback) __P((DB *, void (*)(DB *, int, int)));
+	int  (*set_flags) __P((DB *, u_int32_t));
+	int  (*set_h_compare)
+		__P((DB *, int (*)(DB *, const DBT *, const DBT *)));
+	int  (*set_h_ffactor) __P((DB *, u_int32_t));
+	int  (*set_h_hash)
+		__P((DB *, u_int32_t (*)(DB *, const void *, u_int32_t)));
+	int  (*set_h_nelem) __P((DB *, u_int32_t));
+	int  (*set_lorder) __P((DB *, int));
+	void (*set_msgcall) __P((DB *, void (*)(const DB_ENV *, const char *)));
+	void (*set_msgfile) __P((DB *, FILE *));
+	int  (*set_pagesize) __P((DB *, u_int32_t));
+	int  (*set_paniccall) __P((DB *, void (*)(DB_ENV *, int)));
+	int  (*set_partition) __P((DB *,
+		u_int32_t, DBT *, u_int32_t (*)(DB *, DBT *key)));
+	int  (*set_partition_dirs) __P((DB *, const char **));
+	int  (*set_priority) __P((DB *, DB_CACHE_PRIORITY));
+	int  (*set_q_extentsize) __P((DB *, u_int32_t));
+	int  (*set_re_delim) __P((DB *, int));
+	int  (*set_re_len) __P((DB *, u_int32_t));
+	int  (*set_re_pad) __P((DB *, int));
+	int  (*set_re_source) __P((DB *, const char *));
+	int  (*sort_multiple) __P((DB *, DBT *, DBT *, u_int32_t));
+	int  (*stat) __P((DB *, DB_TXN *, void *, u_int32_t));
+	int  (*stat_print) __P((DB *, u_int32_t));
+	int  (*sync) __P((DB *, u_int32_t));
+	int  (*truncate) __P((DB *, DB_TXN *, u_int32_t *, u_int32_t));
+	int  (*upgrade) __P((DB *, const char *, u_int32_t));
+	int  (*verify)
+		__P((DB *, const char *, const char *, FILE *, u_int32_t));
+	/* DB PUBLIC HANDLE LIST END */
+
+	/* DB PRIVATE HANDLE LIST BEGIN */
+	int  (*dump) __P((DB *, const char *,
+		int (*)(void *, const void *), void *, int, int));
+	int  (*db_am_remove) __P((DB *, DB_THREAD_INFO *,
+		DB_TXN *, const char *, const char *, u_int32_t));
+	int  (*db_am_rename) __P((DB *, DB_THREAD_INFO *,
+		DB_TXN *, const char *, const char *, const char *));
+	/* DB PRIVATE HANDLE LIST END */
+
+	/*
+	 * Never called; these are a place to save function pointers
+	 * so that we can undo an associate.
+	 */
+	int  (*stored_get) __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
+	int  (*stored_close) __P((DB *, u_int32_t));
+
+	/* Alternative handle close function, used by C++ API. */
+	int  (*alt_close) __P((DB *, u_int32_t));
+
+#define	DB_OK_BTREE	0x01
+#define	DB_OK_HASH	0x02
+#define	DB_OK_QUEUE	0x04
+#define	DB_OK_RECNO	0x08
+	u_int32_t	am_ok;		/* Legal AM choices. */
+
+	/*
+	 * This field really ought to be an AM_FLAG, but we have
+	 * have run out of bits.  If/when we decide to split up
+	 * the flags, we can incorporate it.
+	 */
+	int	 preserve_fid;		/* Do not free fileid on close. */
+
+#define	DB_AM_CHKSUM		0x00000001 /* Checksumming */
+#define	DB_AM_COMPENSATE	0x00000002 /* Created by compensating txn */
+#define	DB_AM_COMPRESS		0x00000004 /* Compressed BTree */
+#define	DB_AM_CREATED		0x00000008 /* Database was created upon open */
+#define	DB_AM_CREATED_MSTR	0x00000010 /* Encompassing file was created */
+#define	DB_AM_DBM_ERROR		0x00000020 /* Error in DBM/NDBM database */
+#define	DB_AM_DELIMITER		0x00000040 /* Variable length delimiter set */
+#define	DB_AM_DISCARD		0x00000080 /* Discard any cached pages */
+#define	DB_AM_DUP		0x00000100 /* DB_DUP */
+#define	DB_AM_DUPSORT		0x00000200 /* DB_DUPSORT */
+#define	DB_AM_ENCRYPT		0x00000400 /* Encryption */
+#define	DB_AM_FIXEDLEN		0x00000800 /* Fixed-length records */
+#define	DB_AM_INMEM		0x00001000 /* In-memory; no sync on close */
+#define	DB_AM_INORDER		0x00002000 /* DB_INORDER */
+#define	DB_AM_IN_RENAME		0x00004000 /* File is being renamed */
+#define	DB_AM_NOT_DURABLE	0x00008000 /* Do not log changes */
+#define	DB_AM_OPEN_CALLED	0x00010000 /* DB->open called */
+#define	DB_AM_PAD		0x00020000 /* Fixed-length record pad */
+#define	DB_AM_PGDEF		0x00040000 /* Page size was defaulted */
+#define	DB_AM_RDONLY		0x00080000 /* Database is readonly */
+#define	DB_AM_READ_UNCOMMITTED	0x00100000 /* Support degree 1 isolation */
+#define	DB_AM_RECNUM		0x00200000 /* DB_RECNUM */
+#define	DB_AM_RECOVER		0x00400000 /* DB opened by recovery routine */
+#define	DB_AM_RENUMBER		0x00800000 /* DB_RENUMBER */
+#define	DB_AM_REVSPLITOFF	0x01000000 /* DB_REVSPLITOFF */
+#define	DB_AM_SECONDARY		0x02000000 /* Database is a secondary index */
+#define	DB_AM_SNAPSHOT		0x04000000 /* DB_SNAPSHOT */
+#define	DB_AM_SUBDB		0x08000000 /* Subdatabases supported */
+#define	DB_AM_SWAP		0x10000000 /* Pages need to be byte-swapped */
+#define	DB_AM_TXN		0x20000000 /* Opened in a transaction */
+#define	DB_AM_VERIFYING		0x40000000 /* DB handle is in the verifier */
+	u_int32_t orig_flags;		   /* Flags at  open, for refresh */
+	u_int32_t flags;
+};
+
+/*
+ * Macros for bulk operations.  These are only intended for the C API.
+ * For C++, use DbMultiple*Iterator or DbMultiple*Builder.
+ *
+ * Bulk operations store multiple entries into a single DBT structure. The
+ * following macros assist with creating and reading these Multiple DBTs.
+ *
+ * The basic layout for single data items is:
+ *
+ * -------------------------------------------------------------------------
+ * | data1 | ... | dataN | ..... |-1 | dNLen | dNOff | ... | d1Len | d1Off |
+ * -------------------------------------------------------------------------
+ *
+ * For the DB_MULTIPLE_KEY* macros, the items are in key/data pairs, so data1
+ * would be a key, and data2 its corresponding value (N is always even).
+ *
+ * For the DB_MULTIPLE_RECNO* macros, the record number is stored along with
+ * the len/off pair in the "header" section, and the list is zero terminated
+ * (since -1 is a valid record number):
+ *
+ * --------------------------------------------------------------------------
+ * | d1 |..| dN |..| 0 | dNLen | dNOff | recnoN |..| d1Len | d1Off | recno1 |
+ * --------------------------------------------------------------------------
+ */
+#define	DB_MULTIPLE_INIT(pointer, dbt)					\
+	(pointer = (u_int8_t *)(dbt)->data +				\
+	    (dbt)->ulen - sizeof(u_int32_t))
+
+#define	DB_MULTIPLE_NEXT(pointer, dbt, retdata, retdlen)		\
+	do {								\
+		u_int32_t *__p = (u_int32_t *)(pointer);		\
+		if (*__p == (u_int32_t)-1) {				\
+			retdata = NULL;					\
+			pointer = NULL;					\
+			break;						\
+		}							\
+		retdata = (u_int8_t *)(dbt)->data + *__p--;		\
+		retdlen = *__p--;					\
+		pointer = __p;						\
+		if (retdlen == 0 && retdata == (u_int8_t *)(dbt)->data)	\
+			retdata = NULL;					\
+	} while (0)
+
+#define	DB_MULTIPLE_KEY_NEXT(pointer, dbt, retkey, retklen, retdata, retdlen) \
+	do {								\
+		u_int32_t *__p = (u_int32_t *)(pointer);		\
+		if (*__p == (u_int32_t)-1) {				\
+			retdata = NULL;					\
+			retkey = NULL;					\
+			pointer = NULL;					\
+			break;						\
+		}							\
+		retkey = (u_int8_t *)(dbt)->data + *__p--;		\
+		retklen = *__p--;					\
+		retdata = (u_int8_t *)(dbt)->data + *__p--;		\
+		retdlen = *__p--;					\
+		pointer = __p;						\
+	} while (0)
+
+#define	DB_MULTIPLE_RECNO_NEXT(pointer, dbt, recno, retdata, retdlen)   \
+	do {								\
+		u_int32_t *__p = (u_int32_t *)(pointer);		\
+		if (*__p == (u_int32_t)0) {				\
+			recno = 0;					\
+			retdata = NULL;					\
+			pointer = NULL;					\
+			break;						\
+		}							\
+		recno = *__p--;						\
+		retdata = (u_int8_t *)(dbt)->data + *__p--;		\
+		retdlen = *__p--;					\
+		pointer = __p;						\
+	} while (0)
+
+#define DB_MULTIPLE_WRITE_INIT(pointer, dbt)				\
+	do {								\
+		(dbt)->flags |= DB_DBT_BULK;				\
+		pointer = (u_int8_t *)(dbt)->data +			\
+		    (dbt)->ulen - sizeof(u_int32_t);			\
+		*(u_int32_t *)(pointer) = (u_int32_t)-1;		\
+	} while (0)
+
+#define DB_MULTIPLE_RESERVE_NEXT(pointer, dbt, writedata, writedlen)	\
+	do {								\
+		u_int32_t *__p = (u_int32_t *)(pointer);		\
+		u_int32_t __off = ((pointer) ==	(u_int8_t *)(dbt)->data +\
+		    (dbt)->ulen - sizeof(u_int32_t)) ?  0 : __p[1] + __p[2];\
+		if ((u_int8_t *)(dbt)->data + __off + (writedlen) >	\
+		    (u_int8_t *)(__p - 2))				\
+			writedata = NULL;				\
+		else {							\
+			writedata = (u_int8_t *)(dbt)->data + __off;	\
+			__p[0] = __off;					\
+			__p[-1] = (u_int32_t)(writedlen);		\
+			__p[-2] = (u_int32_t)-1;			\
+			pointer = __p - 2;				\
+		}							\
+	} while (0)
+
+#define DB_MULTIPLE_WRITE_NEXT(pointer, dbt, writedata, writedlen)	\
+	do {								\
+		void *__destd;						\
+		DB_MULTIPLE_RESERVE_NEXT((pointer), (dbt),		\
+		    __destd, (writedlen));				\
+		if (__destd == NULL)					\
+			pointer = NULL;					\
+		else							\
+			memcpy(__destd, (writedata), (writedlen));	\
+	} while (0)
+
+#define DB_MULTIPLE_KEY_RESERVE_NEXT(pointer, dbt, writekey, writeklen, writedata, writedlen) \
+	do {								\
+		u_int32_t *__p = (u_int32_t *)(pointer);		\
+		u_int32_t __off = ((pointer) == (u_int8_t *)(dbt)->data +\
+		    (dbt)->ulen - sizeof(u_int32_t)) ?  0 : __p[1] + __p[2];\
+		if ((u_int8_t *)(dbt)->data + __off + (writeklen) +	\
+		    (writedlen) > (u_int8_t *)(__p - 4)) {		\
+			writekey = NULL;				\
+			writedata = NULL;				\
+		} else {						\
+			writekey = (u_int8_t *)(dbt)->data + __off;	\
+			__p[0] = __off;					\
+			__p[-1] = (u_int32_t)(writeklen);		\
+			__p -= 2;					\
+			__off += (u_int32_t)(writeklen);		\
+			writedata = (u_int8_t *)(dbt)->data + __off;	\
+			__p[0] = __off;					\
+			__p[-1] = (u_int32_t)(writedlen);		\
+			__p[-2] = (u_int32_t)-1;			\
+			pointer = __p - 2;				\
+		}							\
+	} while (0)
+
+#define DB_MULTIPLE_KEY_WRITE_NEXT(pointer, dbt, writekey, writeklen, writedata, writedlen) \
+	do {								\
+		void *__destk, *__destd;				\
+		DB_MULTIPLE_KEY_RESERVE_NEXT((pointer), (dbt),		\
+		    __destk, (writeklen), __destd, (writedlen));	\
+		if (__destk == NULL)					\
+			pointer = NULL;					\
+		else {							\
+			memcpy(__destk, (writekey), (writeklen));	\
+			if (__destd != NULL)				\
+				memcpy(__destd, (writedata), (writedlen));\
+		}							\
+	} while (0)
+
+#define DB_MULTIPLE_RECNO_WRITE_INIT(pointer, dbt)			\
+	do {								\
+		(dbt)->flags |= DB_DBT_BULK;				\
+		pointer = (u_int8_t *)(dbt)->data +			\
+		    (dbt)->ulen - sizeof(u_int32_t);			\
+		*(u_int32_t *)(pointer) = 0;				\
+	} while (0)
+
+#define DB_MULTIPLE_RECNO_RESERVE_NEXT(pointer, dbt, recno, writedata, writedlen) \
+	do {								\
+		u_int32_t *__p = (u_int32_t *)(pointer);		\
+		u_int32_t __off = ((pointer) == (u_int8_t *)(dbt)->data +\
+		    (dbt)->ulen - sizeof(u_int32_t)) ? 0 : __p[1] + __p[2]; \
+		if (((u_int8_t *)(dbt)->data + __off) + (writedlen) >	\
+		    (u_int8_t *)(__p - 3))				\
+			writedata = NULL;				\
+		else {							\
+			writedata = (u_int8_t *)(dbt)->data + __off;	\
+			__p[0] = (u_int32_t)(recno);			\
+			__p[-1] = __off;				\
+			__p[-2] = (u_int32_t)(writedlen);		\
+			__p[-3] = 0;					\
+			pointer = __p - 3;				\
+		}							\
+	} while (0)
+
+#define DB_MULTIPLE_RECNO_WRITE_NEXT(pointer, dbt, recno, writedata, writedlen)\
+	do {								\
+		void *__destd;						\
+		DB_MULTIPLE_RECNO_RESERVE_NEXT((pointer), (dbt),	\
+		    (recno), __destd, (writedlen));			\
+		if (__destd == NULL)					\
+			pointer = NULL;					\
+		else if ((writedlen) != 0)				\
+			memcpy(__destd, (writedata), (writedlen));	\
+	} while (0)
+
+/*******************************************************
+ * Access method cursors.
+ *******************************************************/
+struct __dbc {
+	DB *dbp;			/* Backing database */
+	DB_ENV *dbenv;			/* Backing environment */
+	ENV *env;			/* Backing environment */
+
+	DB_THREAD_INFO *thread_info;	/* Thread that owns this cursor. */
+	DB_TXN	 *txn;			/* Associated transaction. */
+	DB_CACHE_PRIORITY priority;	/* Priority in cache. */
+
+	/*
+	 * Active/free cursor queues.
+	 *
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * TAILQ_ENTRY(__dbc) links;
+	 */
+	struct {
+		DBC *tqe_next;
+		DBC **tqe_prev;
+	} links;
+
+	/*
+	 * Cursor queue of the owning transaction.
+	 *
+	 * !!!
+	 * Explicit representations of structures from queue.h.
+	 * TAILQ_ENTRY(__dbc) txn_cursors;
+	 */
+	struct {
+		DBC *tqe_next;	/* next element */
+		DBC **tqe_prev;	/* address of previous next element */
+	} txn_cursors;
+
+	/*
+	 * The DBT *'s below are used by the cursor routines to return
+	 * data to the user when DBT flags indicate that DB should manage
+	 * the returned memory.  They point at a DBT containing the buffer
+	 * and length that will be used, and "belonging" to the handle that
+	 * should "own" this memory.  This may be a "my_*" field of this
+	 * cursor--the default--or it may be the corresponding field of
+	 * another cursor, a DB handle, a join cursor, etc.  In general, it
+	 * will be whatever handle the user originally used for the current
+	 * DB interface call.
+	 */
+	DBT	 *rskey;		/* Returned secondary key. */
+	DBT	 *rkey;			/* Returned [primary] key. */
+	DBT	 *rdata;		/* Returned data. */
+
+	DBT	  my_rskey;		/* Space for returned secondary key. */
+	DBT	  my_rkey;		/* Space for returned [primary] key. */
+	DBT	  my_rdata;		/* Space for returned data. */
+
+	DB_LOCKER *lref;		/* Reference to default locker. */
+	DB_LOCKER *locker;		/* Locker for this operation. */
+	DBT	  lock_dbt;		/* DBT referencing lock. */
+	DB_LOCK_ILOCK lock;		/* Object to be locked. */
+	DB_LOCK	  mylock;		/* CDB lock held on this cursor. */
+
+	u_int	  cl_id;		/* Remote client id. */
+
+	DBTYPE	  dbtype;		/* Cursor type. */
+
+	DBC_INTERNAL *internal;		/* Access method private. */
+
+	/* DBC PUBLIC HANDLE LIST BEGIN */
+	int (*close) __P((DBC *));
+	int (*cmp) __P((DBC *, DBC *, int *, u_int32_t));
+	int (*count) __P((DBC *, db_recno_t *, u_int32_t));
+	int (*del) __P((DBC *, u_int32_t));
+	int (*dup) __P((DBC *, DBC **, u_int32_t));
+	int (*get) __P((DBC *, DBT *, DBT *, u_int32_t));
+	int (*get_priority) __P((DBC *, DB_CACHE_PRIORITY *));
+	int (*pget) __P((DBC *, DBT *, DBT *, DBT *, u_int32_t));
+	int (*put) __P((DBC *, DBT *, DBT *, u_int32_t));
+	int (*set_priority) __P((DBC *, DB_CACHE_PRIORITY));
+	/* DBC PUBLIC HANDLE LIST END */
+
+	/* The following are the method names deprecated in the 4.6 release. */
+	int (*c_close) __P((DBC *));
+	int (*c_count) __P((DBC *, db_recno_t *, u_int32_t));
+	int (*c_del) __P((DBC *, u_int32_t));
+	int (*c_dup) __P((DBC *, DBC **, u_int32_t));
+	int (*c_get) __P((DBC *, DBT *, DBT *, u_int32_t));
+	int (*c_pget) __P((DBC *, DBT *, DBT *, DBT *, u_int32_t));
+	int (*c_put) __P((DBC *, DBT *, DBT *, u_int32_t));
+
+	/* DBC PRIVATE HANDLE LIST BEGIN */
+	int (*am_bulk) __P((DBC *, DBT *, u_int32_t));
+	int (*am_close) __P((DBC *, db_pgno_t, int *));
+	int (*am_del) __P((DBC *, u_int32_t));
+	int (*am_destroy) __P((DBC *));
+	int (*am_get) __P((DBC *, DBT *, DBT *, u_int32_t, db_pgno_t *));
+	int (*am_put) __P((DBC *, DBT *, DBT *, u_int32_t, db_pgno_t *));
+	int (*am_writelock) __P((DBC *));
+	/* DBC PRIVATE HANDLE LIST END */
+
+/*
+ * DBC_DONTLOCK and DBC_RECOVER are used during recovery and transaction
+ * abort.  If a transaction is being aborted or recovered then DBC_RECOVER
+ * will be set and locking and logging will be disabled on this cursor.  If
+ * we are performing a compensating transaction (e.g. free page processing)
+ * then DB_DONTLOCK will be set to inhibit locking, but logging will still
+ * be required. DB_DONTLOCK is also used if the whole database is locked.
+ */
+#define	DBC_ACTIVE		0x00001	/* Cursor in use. */
+#define	DBC_BULK		0x00002	/* Bulk update cursor. */
+#define	DBC_DONTLOCK		0x00004	/* Don't lock on this cursor. */
+#define	DBC_DOWNREV		0x00008	/* Down rev replication master. */
+#define	DBC_DUPLICATE		0x00010	/* Create a duplicate cursor. */
+#define	DBC_FAMILY		0x00020 /* Part of a locker family. */
+#define	DBC_FROM_DB_GET		0x00040 /* Called from the DB->get() method. */
+#define	DBC_MULTIPLE		0x00080	/* Return Multiple data. */
+#define	DBC_MULTIPLE_KEY	0x00100	/* Return Multiple keys and data. */
+#define	DBC_OPD			0x00200	/* Cursor references off-page dups. */
+#define	DBC_OWN_LID		0x00400	/* Free lock id on destroy. */
+#define	DBC_PARTITIONED		0x00800	/* Cursor for a partitioned db. */
+#define	DBC_READ_COMMITTED	0x01000	/* Cursor has degree 2 isolation. */
+#define	DBC_READ_UNCOMMITTED	0x02000	/* Cursor has degree 1 isolation. */
+#define	DBC_RECOVER		0x04000	/* Recovery cursor; don't log/lock. */
+#define	DBC_RMW			0x08000	/* Acquire write flag in read op. */
+#define	DBC_TRANSIENT		0x10000	/* Cursor is transient. */
+#define	DBC_WAS_READ_COMMITTED	0x20000	/* Cursor holds a read commited lock. */
+#define	DBC_WRITECURSOR		0x40000	/* Cursor may be used to write (CDB). */
+#define	DBC_WRITER		0x80000	/* Cursor immediately writing (CDB). */
+	u_int32_t flags;
+};
+
+/* Key range statistics structure */
+struct __key_range {
+	double less;
+	double equal;
+	double greater;
+};
+
+/* Btree/Recno statistics structure. */
+struct __db_bt_stat {
+	u_int32_t bt_magic;		/* Magic number. */
+	u_int32_t bt_version;		/* Version number. */
+	u_int32_t bt_metaflags;		/* Metadata flags. */
+	u_int32_t bt_nkeys;		/* Number of unique keys. */
+	u_int32_t bt_ndata;		/* Number of data items. */
+	u_int32_t bt_pagecnt;		/* Page count. */
+	u_int32_t bt_pagesize;		/* Page size. */
+	u_int32_t bt_minkey;		/* Minkey value. */
+	u_int32_t bt_re_len;		/* Fixed-length record length. */
+	u_int32_t bt_re_pad;		/* Fixed-length record pad. */
+	u_int32_t bt_levels;		/* Tree levels. */
+	u_int32_t bt_int_pg;		/* Internal pages. */
+	u_int32_t bt_leaf_pg;		/* Leaf pages. */
+	u_int32_t bt_dup_pg;		/* Duplicate pages. */
+	u_int32_t bt_over_pg;		/* Overflow pages. */
+	u_int32_t bt_empty_pg;		/* Empty pages. */
+	u_int32_t bt_free;		/* Pages on the free list. */
+	uintmax_t bt_int_pgfree;	/* Bytes free in internal pages. */
+	uintmax_t bt_leaf_pgfree;	/* Bytes free in leaf pages. */
+	uintmax_t bt_dup_pgfree;	/* Bytes free in duplicate pages. */
+	uintmax_t bt_over_pgfree;	/* Bytes free in overflow pages. */
+};
+
+struct __db_compact {
+	/* Input Parameters. */
+	u_int32_t	compact_fillpercent;	/* Desired fillfactor: 1-100 */
+	db_timeout_t	compact_timeout;	/* Lock timeout. */
+	u_int32_t	compact_pages;		/* Max pages to process. */
+	/* Output Stats. */
+	u_int32_t	compact_empty_buckets;	/* Empty hash buckets found. */
+	u_int32_t	compact_pages_free;	/* Number of pages freed. */
+	u_int32_t	compact_pages_examine;	/* Number of pages examine. */
+	u_int32_t	compact_levels;		/* Number of levels removed. */
+	u_int32_t	compact_deadlock;	/* Number of deadlocks. */
+	db_pgno_t	compact_pages_truncated; /* Pages truncated to OS. */
+	/* Internal. */
+	db_pgno_t	compact_truncate;	/* Page number for truncation */
+};
+
+/* Hash statistics structure. */
+struct __db_h_stat {
+	u_int32_t hash_magic;		/* Magic number. */
+	u_int32_t hash_version;		/* Version number. */
+	u_int32_t hash_metaflags;	/* Metadata flags. */
+	u_int32_t hash_nkeys;		/* Number of unique keys. */
+	u_int32_t hash_ndata;		/* Number of data items. */
+	u_int32_t hash_pagecnt;		/* Page count. */
+	u_int32_t hash_pagesize;	/* Page size. */
+	u_int32_t hash_ffactor;		/* Fill factor specified at create. */
+	u_int32_t hash_buckets;		/* Number of hash buckets. */
+	u_int32_t hash_free;		/* Pages on the free list. */
+	uintmax_t hash_bfree;		/* Bytes free on bucket pages. */
+	u_int32_t hash_bigpages;	/* Number of big key/data pages. */
+	uintmax_t hash_big_bfree;	/* Bytes free on big item pages. */
+	u_int32_t hash_overflows;	/* Number of overflow pages. */
+	uintmax_t hash_ovfl_free;	/* Bytes free on ovfl pages. */
+	u_int32_t hash_dup;		/* Number of dup pages. */
+	uintmax_t hash_dup_free;	/* Bytes free on duplicate pages. */
+};
+
+/* Queue statistics structure. */
+struct __db_qam_stat {
+	u_int32_t qs_magic;		/* Magic number. */
+	u_int32_t qs_version;		/* Version number. */
+	u_int32_t qs_metaflags;		/* Metadata flags. */
+	u_int32_t qs_nkeys;		/* Number of unique keys. */
+	u_int32_t qs_ndata;		/* Number of data items. */
+	u_int32_t qs_pagesize;		/* Page size. */
+	u_int32_t qs_extentsize;	/* Pages per extent. */
+	u_int32_t qs_pages;		/* Data pages. */
+	u_int32_t qs_re_len;		/* Fixed-length record length. */
+	u_int32_t qs_re_pad;		/* Fixed-length record pad. */
+	u_int32_t qs_pgfree;		/* Bytes free in data pages. */
+	u_int32_t qs_first_recno;	/* First not deleted record. */
+	u_int32_t qs_cur_recno;		/* Next available record number. */
+};
+
+/*******************************************************
+ * Environment.
+ *******************************************************/
+#define	DB_REGION_MAGIC	0x120897	/* Environment magic number. */
+
+/*
+ * Database environment structure.
+ *
+ * This is the public database environment handle.  The private environment
+ * handle is the ENV structure.   The user owns this structure, the library
+ * owns the ENV structure.  The reason there are two structures is because
+ * the user's configuration outlives any particular DB_ENV->open call, and
+ * separate structures allows us to easily discard internal information without
+ * discarding the user's configuration.
+ *
+ * Fields in the DB_ENV structure should normally be set only by application
+ * DB_ENV handle methods.
+ */
+struct __db_env {
+	ENV *env;			/* Linked ENV structure */
+
+	/*
+	 * The DB_ENV structure can be used concurrently, so field access is
+	 * protected.
+	 */
+	db_mutex_t mtx_db_env;		/* DB_ENV structure mutex */
+
+					/* Error message callback */
+	void (*db_errcall) __P((const DB_ENV *, const char *, const char *));
+	FILE		*db_errfile;	/* Error message file stream */
+	const char	*db_errpfx;	/* Error message prefix */
+
+					/* Other message callback */
+	void (*db_msgcall) __P((const DB_ENV *, const char *));
+	FILE		*db_msgfile;	/* Other message file stream */
+
+	/* Other application callback functions */
+	int   (*app_dispatch) __P((DB_ENV *, DBT *, DB_LSN *, db_recops));
+	void  (*db_event_func) __P((DB_ENV *, u_int32_t, void *));
+	void  (*db_feedback) __P((DB_ENV *, int, int));
+	void  (*db_free) __P((void *));
+	void  (*db_paniccall) __P((DB_ENV *, int));
+	void *(*db_malloc) __P((size_t));
+	void *(*db_realloc) __P((void *, size_t));
+	int   (*is_alive) __P((DB_ENV *, pid_t, db_threadid_t, u_int32_t));
+	void  (*thread_id) __P((DB_ENV *, pid_t *, db_threadid_t *));
+	char *(*thread_id_string) __P((DB_ENV *, pid_t, db_threadid_t, char *));
+
+	/* Application specified paths */
+	char	*db_log_dir;		/* Database log file directory */
+	char	*db_tmp_dir;		/* Database tmp file directory */
+
+	char    *db_create_dir;		/* Create directory for data files */
+	char   **db_data_dir;		/* Database data file directories */
+	int	 data_cnt;		/* Database data file slots */
+	int	 data_next;		/* Next database data file slot */
+
+	char	*intermediate_dir_mode;	/* Intermediate directory perms */
+
+	long	 shm_key;		/* shmget key */
+
+	char	*passwd;		/* Cryptography support */
+	size_t	 passwd_len;
+
+	void	*cl_handle;		/* RPC: remote client handle */
+	u_int	 cl_id;			/* RPC: remote client env id */
+
+	/* Private handle references */
+	void	*app_private;		/* Application-private handle */
+	void	*api1_internal;		/* C++, Perl API private */
+	void	*api2_internal;		/* Java API private */
+
+	u_int32_t	verbose;	/* DB_VERB_XXX flags */
+
+	/* Mutex configuration */
+	u_int32_t	mutex_align;	/* Mutex alignment */
+	u_int32_t	mutex_cnt;	/* Number of mutexes to configure */
+	u_int32_t	mutex_inc;	/* Number of mutexes to add */
+	u_int32_t	mutex_tas_spins;/* Test-and-set spin count */
+
+	/* Locking configuration */
+	u_int8_t       *lk_conflicts;	/* Two dimensional conflict matrix */
+	int		lk_modes;	/* Number of lock modes in table */
+	u_int32_t	lk_detect;	/* Deadlock detect on all conflicts */
+	u_int32_t	lk_max;	/* Maximum number of locks */
+	u_int32_t	lk_max_lockers;/* Maximum number of lockers */
+	u_int32_t	lk_max_objects;/* Maximum number of locked objects */
+	u_int32_t	lk_partitions ;/* Number of object partitions */
+	db_timeout_t	lk_timeout;	/* Lock timeout period */
+
+	/* Logging configuration */
+	u_int32_t	lg_bsize;	/* Buffer size */
+	int		lg_filemode;	/* Log file permission mode */
+	u_int32_t	lg_regionmax;	/* Region size */
+	u_int32_t	lg_size;	/* Log file size */
+	u_int32_t	lg_flags;	/* Log configuration */
+
+	/* Memory pool configuration */
+	u_int32_t	mp_gbytes;	/* Cache size: GB */
+	u_int32_t	mp_bytes;	/* Cache size: bytes */
+	u_int32_t	mp_max_gbytes;	/* Maximum cache size: GB */
+	u_int32_t	mp_max_bytes;	/* Maximum cache size: bytes */
+	size_t		mp_mmapsize;	/* Maximum file size for mmap */
+	int		mp_maxopenfd;	/* Maximum open file descriptors */
+	int		mp_maxwrite;	/* Maximum buffers to write */
+	u_int		mp_ncache;	/* Initial number of cache regions */
+	u_int32_t	mp_pagesize;	/* Average page size */
+	u_int32_t	mp_tablesize;	/* Approximate hash table size */
+					/* Sleep after writing max buffers */
+	db_timeout_t	mp_maxwrite_sleep;
+
+	/* Transaction configuration */
+	u_int32_t	tx_max;		/* Maximum number of transactions */
+	time_t		tx_timestamp;	/* Recover to specific timestamp */
+	db_timeout_t	tx_timeout;	/* Timeout for transactions */
+
+	/* Thread tracking configuration */
+	u_int32_t	thr_max;	/* Thread count */
+
+	/*
+	 * The following fields are not strictly user-owned, but they outlive
+	 * the ENV structure, and so are stored here.
+	 */
+	DB_FH		*registry;	/* DB_REGISTER file handle */
+	u_int32_t	registry_off;	/*
+					 * Offset of our slot.  We can't use
+					 * off_t because its size depends on
+					 * build settings.
+					 */
+        db_timeout_t	envreg_timeout; /* DB_REGISTER wait timeout */ 
+
+#define	DB_ENV_AUTO_COMMIT	0x00000001 /* DB_AUTO_COMMIT */
+#define	DB_ENV_CDB_ALLDB	0x00000002 /* CDB environment wide locking */
+#define	DB_ENV_FAILCHK		0x00000004 /* Failchk is running */
+#define	DB_ENV_DIRECT_DB	0x00000008 /* DB_DIRECT_DB set */
+#define	DB_ENV_DSYNC_DB		0x00000010 /* DB_DSYNC_DB set */
+#define	DB_ENV_MULTIVERSION	0x00000020 /* DB_MULTIVERSION set */
+#define	DB_ENV_NOLOCKING	0x00000040 /* DB_NOLOCKING set */
+#define	DB_ENV_NOMMAP		0x00000080 /* DB_NOMMAP set */
+#define	DB_ENV_NOPANIC		0x00000100 /* Okay if panic set */
+#define	DB_ENV_OVERWRITE	0x00000200 /* DB_OVERWRITE set */
+#define	DB_ENV_REGION_INIT	0x00000400 /* DB_REGION_INIT set */
+#define	DB_ENV_RPCCLIENT	0x00000800 /* DB_RPCCLIENT set */
+#define	DB_ENV_RPCCLIENT_GIVEN	0x00001000 /* User-supplied RPC client struct */
+#define	DB_ENV_TIME_NOTGRANTED	0x00002000 /* DB_TIME_NOTGRANTED set */
+#define	DB_ENV_TXN_NOSYNC	0x00004000 /* DB_TXN_NOSYNC set */
+#define	DB_ENV_TXN_NOWAIT	0x00008000 /* DB_TXN_NOWAIT set */
+#define	DB_ENV_TXN_SNAPSHOT	0x00010000 /* DB_TXN_SNAPSHOT set */
+#define	DB_ENV_TXN_WRITE_NOSYNC	0x00020000 /* DB_TXN_WRITE_NOSYNC set */
+#define	DB_ENV_YIELDCPU		0x00040000 /* DB_YIELDCPU set */
+	u_int32_t flags;
+
+	/* DB_ENV PUBLIC HANDLE LIST BEGIN */
+	int  (*add_data_dir) __P((DB_ENV *, const char *));
+	int  (*cdsgroup_begin) __P((DB_ENV *, DB_TXN **));
+	int  (*close) __P((DB_ENV *, u_int32_t));
+	int  (*dbremove) __P((DB_ENV *,
+		DB_TXN *, const char *, const char *, u_int32_t));
+	int  (*dbrename) __P((DB_ENV *,
+		DB_TXN *, const char *, const char *, const char *, u_int32_t));
+	void (*err) __P((const DB_ENV *, int, const char *, ...));
+	void (*errx) __P((const DB_ENV *, const char *, ...));
+	int  (*failchk) __P((DB_ENV *, u_int32_t));
+	int  (*fileid_reset) __P((DB_ENV *, const char *, u_int32_t));
+	int  (*get_alloc) __P((DB_ENV *, void *(**)(size_t),
+		void *(**)(void *, size_t), void (**)(void *)));
+	int  (*get_app_dispatch)
+		__P((DB_ENV *, int (**)(DB_ENV *, DBT *, DB_LSN *, db_recops)));
+	int  (*get_cache_max) __P((DB_ENV *, u_int32_t *, u_int32_t *));
+	int  (*get_cachesize) __P((DB_ENV *, u_int32_t *, u_int32_t *, int *));
+	int  (*get_create_dir) __P((DB_ENV *, const char **));
+	int  (*get_data_dirs) __P((DB_ENV *, const char ***));
+	int  (*get_encrypt_flags) __P((DB_ENV *, u_int32_t *));
+	void (*get_errcall) __P((DB_ENV *,
+		void (**)(const DB_ENV *, const char *, const char *)));
+	void (*get_errfile) __P((DB_ENV *, FILE **));
+	void (*get_errpfx) __P((DB_ENV *, const char **));
+	int  (*get_flags) __P((DB_ENV *, u_int32_t *));
+	int  (*get_feedback) __P((DB_ENV *, void (**)(DB_ENV *, int, int)));
+	int  (*get_home) __P((DB_ENV *, const char **));
+	int  (*get_intermediate_dir_mode) __P((DB_ENV *, const char **));
+	int  (*get_isalive) __P((DB_ENV *,
+		int (**)(DB_ENV *, pid_t, db_threadid_t, u_int32_t)));
+	int  (*get_lg_bsize) __P((DB_ENV *, u_int32_t *));
+	int  (*get_lg_dir) __P((DB_ENV *, const char **));
+	int  (*get_lg_filemode) __P((DB_ENV *, int *));
+	int  (*get_lg_max) __P((DB_ENV *, u_int32_t *));
+	int  (*get_lg_regionmax) __P((DB_ENV *, u_int32_t *));
+	int  (*get_lk_conflicts) __P((DB_ENV *, const u_int8_t **, int *));
+	int  (*get_lk_detect) __P((DB_ENV *, u_int32_t *));
+	int  (*get_lk_max_lockers) __P((DB_ENV *, u_int32_t *));
+	int  (*get_lk_max_locks) __P((DB_ENV *, u_int32_t *));
+	int  (*get_lk_max_objects) __P((DB_ENV *, u_int32_t *));
+	int  (*get_lk_partitions) __P((DB_ENV *, u_int32_t *));
+	int  (*get_lk_priority) __P((DB_ENV *, u_int32_t, u_int32_t *));
+	int  (*get_mp_max_openfd) __P((DB_ENV *, int *));
+	int  (*get_mp_max_write) __P((DB_ENV *, int *, db_timeout_t *));
+	int  (*get_mp_mmapsize) __P((DB_ENV *, size_t *));
+	int  (*get_mp_pagesize) __P((DB_ENV *, u_int32_t *));
+	int  (*get_mp_tablesize) __P((DB_ENV *, u_int32_t *));
+	void (*get_msgcall)
+		__P((DB_ENV *, void (**)(const DB_ENV *, const char *)));
+	void (*get_msgfile) __P((DB_ENV *, FILE **));
+	int  (*get_open_flags) __P((DB_ENV *, u_int32_t *));
+	int  (*get_shm_key) __P((DB_ENV *, long *));
+	int  (*get_thread_count) __P((DB_ENV *, u_int32_t *));
+	int  (*get_thread_id_fn)
+		__P((DB_ENV *, void (**)(DB_ENV *, pid_t *, db_threadid_t *)));
+	int  (*get_thread_id_string_fn) __P((DB_ENV *,
+		char *(**)(DB_ENV *, pid_t, db_threadid_t, char *)));
+	int  (*get_timeout) __P((DB_ENV *, db_timeout_t *, u_int32_t));
+	int  (*get_tmp_dir) __P((DB_ENV *, const char **));
+	int  (*get_tx_max) __P((DB_ENV *, u_int32_t *));
+	int  (*get_tx_timestamp) __P((DB_ENV *, time_t *));
+	int  (*get_verbose) __P((DB_ENV *, u_int32_t, int *));
+	int  (*is_bigendian) __P((void));
+	int  (*lock_detect) __P((DB_ENV *, u_int32_t, u_int32_t, int *));
+	int  (*lock_get) __P((DB_ENV *,
+		u_int32_t, u_int32_t, DBT *, db_lockmode_t, DB_LOCK *));
+	int  (*lock_id) __P((DB_ENV *, u_int32_t *));
+	int  (*lock_id_free) __P((DB_ENV *, u_int32_t));
+	int  (*lock_put) __P((DB_ENV *, DB_LOCK *));
+	int  (*lock_stat) __P((DB_ENV *, DB_LOCK_STAT **, u_int32_t));
+	int  (*lock_stat_print) __P((DB_ENV *, u_int32_t));
+	int  (*lock_vec) __P((DB_ENV *,
+		u_int32_t, u_int32_t, DB_LOCKREQ *, int, DB_LOCKREQ **));
+	int  (*log_archive) __P((DB_ENV *, char **[], u_int32_t));
+	int  (*log_cursor) __P((DB_ENV *, DB_LOGC **, u_int32_t));
+	int  (*log_file) __P((DB_ENV *, const DB_LSN *, char *, size_t));
+	int  (*log_flush) __P((DB_ENV *, const DB_LSN *));
+	int  (*log_get_config) __P((DB_ENV *, u_int32_t, int *));
+	int  (*log_printf) __P((DB_ENV *, DB_TXN *, const char *, ...));
+	int  (*log_put) __P((DB_ENV *, DB_LSN *, const DBT *, u_int32_t));
+	int  (*log_put_record) __P((DB_ENV *, DB *, DB_TXN *, DB_LSN *,
+		u_int32_t, u_int32_t, u_int32_t, u_int32_t,
+		DB_LOG_RECSPEC *, ...));
+	int  (*log_read_record) __P((DB_ENV *, DB **,
+		void *, void *, DB_LOG_RECSPEC *, u_int32_t, void **));
+	int  (*log_set_config) __P((DB_ENV *, u_int32_t, int));
+	int  (*log_stat) __P((DB_ENV *, DB_LOG_STAT **, u_int32_t));
+	int  (*log_stat_print) __P((DB_ENV *, u_int32_t));
+	int  (*log_verify) __P((DB_ENV *, const DB_LOG_VERIFY_CONFIG *));
+	int  (*lsn_reset) __P((DB_ENV *, const char *, u_int32_t));
+	int  (*memp_fcreate) __P((DB_ENV *, DB_MPOOLFILE **, u_int32_t));
+	int  (*memp_register) __P((DB_ENV *, int, int (*)(DB_ENV *, db_pgno_t,
+		void *, DBT *), int (*)(DB_ENV *, db_pgno_t, void *, DBT *)));
+	int  (*memp_stat) __P((DB_ENV *,
+		DB_MPOOL_STAT **, DB_MPOOL_FSTAT ***, u_int32_t));
+	int  (*memp_stat_print) __P((DB_ENV *, u_int32_t));
+	int  (*memp_sync) __P((DB_ENV *, DB_LSN *));
+	int  (*memp_trickle) __P((DB_ENV *, int, int *));
+	int  (*mutex_alloc) __P((DB_ENV *, u_int32_t, db_mutex_t *));
+	int  (*mutex_free) __P((DB_ENV *, db_mutex_t));
+	int  (*mutex_get_align) __P((DB_ENV *, u_int32_t *));
+	int  (*mutex_get_increment) __P((DB_ENV *, u_int32_t *));
+	int  (*mutex_get_max) __P((DB_ENV *, u_int32_t *));
+	int  (*mutex_get_tas_spins) __P((DB_ENV *, u_int32_t *));
+	int  (*mutex_lock) __P((DB_ENV *, db_mutex_t));
+	int  (*mutex_set_align) __P((DB_ENV *, u_int32_t));
+	int  (*mutex_set_increment) __P((DB_ENV *, u_int32_t));
+	int  (*mutex_set_max) __P((DB_ENV *, u_int32_t));
+	int  (*mutex_set_tas_spins) __P((DB_ENV *, u_int32_t));
+	int  (*mutex_stat) __P((DB_ENV *, DB_MUTEX_STAT **, u_int32_t));
+	int  (*mutex_stat_print) __P((DB_ENV *, u_int32_t));
+	int  (*mutex_unlock) __P((DB_ENV *, db_mutex_t));
+	int  (*open) __P((DB_ENV *, const char *, u_int32_t, int));
+	int  (*remove) __P((DB_ENV *, const char *, u_int32_t));
+	int  (*rep_elect) __P((DB_ENV *, u_int32_t, u_int32_t, u_int32_t));
+	int  (*rep_flush) __P((DB_ENV *));
+	int  (*rep_get_clockskew) __P((DB_ENV *, u_int32_t *, u_int32_t *));
+	int  (*rep_get_config) __P((DB_ENV *, u_int32_t, int *));
+	int  (*rep_get_limit) __P((DB_ENV *, u_int32_t *, u_int32_t *));
+	int  (*rep_get_nsites) __P((DB_ENV *, u_int32_t *));
+	int  (*rep_get_priority) __P((DB_ENV *, u_int32_t *));
+	int  (*rep_get_request) __P((DB_ENV *, u_int32_t *, u_int32_t *));
+	int  (*rep_get_timeout) __P((DB_ENV *, int, u_int32_t *));
+	int  (*rep_process_message)
+		__P((DB_ENV *, DBT *, DBT *, int, DB_LSN *));
+	int  (*rep_set_clockskew) __P((DB_ENV *, u_int32_t, u_int32_t));
+	int  (*rep_set_config) __P((DB_ENV *, u_int32_t, int));
+	int  (*rep_set_limit) __P((DB_ENV *, u_int32_t, u_int32_t));
+	int  (*rep_set_nsites) __P((DB_ENV *, u_int32_t));
+	int  (*rep_set_priority) __P((DB_ENV *, u_int32_t));
+	int  (*rep_set_request) __P((DB_ENV *, u_int32_t, u_int32_t));
+	int  (*rep_set_timeout) __P((DB_ENV *, int, db_timeout_t));
+	int  (*rep_set_transport) __P((DB_ENV *, int, int (*)(DB_ENV *,
+		const DBT *, const DBT *, const DB_LSN *, int, u_int32_t)));
+	int  (*rep_start) __P((DB_ENV *, DBT *, u_int32_t));
+	int  (*rep_stat) __P((DB_ENV *, DB_REP_STAT **, u_int32_t));
+	int  (*rep_stat_print) __P((DB_ENV *, u_int32_t));
+	int  (*rep_sync) __P((DB_ENV *, u_int32_t));
+	int  (*repmgr_add_remote_site)
+		__P((DB_ENV *, const char *, u_int, int *, u_int32_t));
+	int  (*repmgr_get_ack_policy) __P((DB_ENV *, int *));
+	int  (*repmgr_set_ack_policy) __P((DB_ENV *, int));
+	int  (*repmgr_set_local_site)
+		__P((DB_ENV *, const char *, u_int, u_int32_t));
+	int  (*repmgr_site_list)
+		__P((DB_ENV *, u_int *, DB_REPMGR_SITE **));
+	int  (*repmgr_start) __P((DB_ENV *, int, u_int32_t));
+	int  (*repmgr_stat) __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t));
+	int  (*repmgr_stat_print) __P((DB_ENV *, u_int32_t));
+	int  (*set_alloc) __P((DB_ENV *, void *(*)(size_t),
+		void *(*)(void *, size_t), void (*)(void *)));
+	int  (*set_app_dispatch)
+		__P((DB_ENV *, int (*)(DB_ENV *, DBT *, DB_LSN *, db_recops)));
+	int  (*set_cache_max) __P((DB_ENV *, u_int32_t, u_int32_t));
+	int  (*set_cachesize) __P((DB_ENV *, u_int32_t, u_int32_t, int));
+	int  (*set_create_dir) __P((DB_ENV *, const char *));
+	int  (*set_data_dir) __P((DB_ENV *, const char *));
+	int  (*set_encrypt) __P((DB_ENV *, const char *, u_int32_t));
+	void (*set_errcall) __P((DB_ENV *,
+		void (*)(const DB_ENV *, const char *, const char *)));
+	void (*set_errfile) __P((DB_ENV *, FILE *));
+	void (*set_errpfx) __P((DB_ENV *, const char *));
+	int  (*set_event_notify)
+		__P((DB_ENV *, void (*)(DB_ENV *, u_int32_t, void *)));
+	int  (*set_feedback) __P((DB_ENV *, void (*)(DB_ENV *, int, int)));
+	int  (*set_flags) __P((DB_ENV *, u_int32_t, int));
+	int  (*set_intermediate_dir_mode) __P((DB_ENV *, const char *));
+	int  (*set_isalive) __P((DB_ENV *,
+		int (*)(DB_ENV *, pid_t, db_threadid_t, u_int32_t)));
+	int  (*set_lg_bsize) __P((DB_ENV *, u_int32_t));
+	int  (*set_lg_dir) __P((DB_ENV *, const char *));
+	int  (*set_lg_filemode) __P((DB_ENV *, int));
+	int  (*set_lg_max) __P((DB_ENV *, u_int32_t));
+	int  (*set_lg_regionmax) __P((DB_ENV *, u_int32_t));
+	int  (*set_lk_conflicts) __P((DB_ENV *, u_int8_t *, int));
+	int  (*set_lk_detect) __P((DB_ENV *, u_int32_t));
+	int  (*set_lk_max_lockers) __P((DB_ENV *, u_int32_t));
+	int  (*set_lk_max_locks) __P((DB_ENV *, u_int32_t));
+	int  (*set_lk_max_objects) __P((DB_ENV *, u_int32_t));
+	int  (*set_lk_partitions) __P((DB_ENV *, u_int32_t));
+	int  (*set_lk_priority) __P((DB_ENV *, u_int32_t, u_int32_t));
+	int  (*set_mp_max_openfd) __P((DB_ENV *, int));
+	int  (*set_mp_max_write) __P((DB_ENV *, int, db_timeout_t));
+	int  (*set_mp_mmapsize) __P((DB_ENV *, size_t));
+	int  (*set_mp_pagesize) __P((DB_ENV *, u_int32_t));
+	int  (*set_mp_tablesize) __P((DB_ENV *, u_int32_t));
+	void (*set_msgcall)
+		__P((DB_ENV *, void (*)(const DB_ENV *, const char *)));
+	void (*set_msgfile) __P((DB_ENV *, FILE *));
+	int  (*set_paniccall) __P((DB_ENV *, void (*)(DB_ENV *, int)));
+	int  (*set_rpc_server)
+		__P((DB_ENV *, void *, const char *, long, long, u_int32_t));
+	int  (*set_shm_key) __P((DB_ENV *, long));
+	int  (*set_thread_count) __P((DB_ENV *, u_int32_t));
+	int  (*set_thread_id)
+		__P((DB_ENV *, void (*)(DB_ENV *, pid_t *, db_threadid_t *)));
+	int  (*set_thread_id_string) __P((DB_ENV *,
+		char *(*)(DB_ENV *, pid_t, db_threadid_t, char *)));
+	int  (*set_timeout) __P((DB_ENV *, db_timeout_t, u_int32_t));
+	int  (*set_tmp_dir) __P((DB_ENV *, const char *));
+	int  (*set_tx_max) __P((DB_ENV *, u_int32_t));
+	int  (*set_tx_timestamp) __P((DB_ENV *, time_t *));
+	int  (*set_verbose) __P((DB_ENV *, u_int32_t, int));
+	int  (*txn_applied) __P((DB_ENV *,
+		DB_TXN_TOKEN *, db_timeout_t, u_int32_t));
+	int  (*stat_print) __P((DB_ENV *, u_int32_t));
+	int  (*txn_begin) __P((DB_ENV *, DB_TXN *, DB_TXN **, u_int32_t));
+	int  (*txn_checkpoint) __P((DB_ENV *, u_int32_t, u_int32_t, u_int32_t));
+	int  (*txn_recover) __P((DB_ENV *,
+		DB_PREPLIST *, u_int32_t, u_int32_t *, u_int32_t));
+	int  (*txn_stat) __P((DB_ENV *, DB_TXN_STAT **, u_int32_t));
+	int  (*txn_stat_print) __P((DB_ENV *, u_int32_t));
+	/* DB_ENV PUBLIC HANDLE LIST END */
+
+	/* DB_ENV PRIVATE HANDLE LIST BEGIN */
+	int  (*prdbt) __P((DBT *,
+		int, const char *, void *, int (*)(void *, const void *), int));
+	/* DB_ENV PRIVATE HANDLE LIST END */
+};
+
+/*
+ * Dispatch structure for recovery, log verification and print routines. Since
+ * internal and external routines take different arguments (ENV versus DB_ENV),
+ * we need something more elaborate than a single pointer and size.
+ */
+struct __db_distab {
+	int   (**int_dispatch) __P((ENV *, DBT *, DB_LSN *, db_recops, void *));
+	size_t	int_size;
+	int   (**ext_dispatch) __P((DB_ENV *, DBT *, DB_LSN *, db_recops));
+	size_t	ext_size;
+};
+
+/*
+ * Log verification configuration structure.
+ */
+struct __db_logvrfy_config {
+	int continue_after_fail, verbose;
+	u_int32_t cachesize;
+	const char *temp_envhome;
+	const char *dbfile, *dbname;
+	DB_LSN start_lsn, end_lsn;
+	time_t start_time, end_time;
+};
+
+#if DB_DBM_HSEARCH != 0
+/*******************************************************
+ * Dbm/Ndbm historic interfaces.
+ *******************************************************/
+typedef struct __db DBM;
+
+#define	DBM_INSERT	0		/* Flags to dbm_store(). */
+#define	DBM_REPLACE	1
+
+/*
+ * The DB support for ndbm(3) always appends this suffix to the
+ * file name to avoid overwriting the user's original database.
+ */
+#define	DBM_SUFFIX	".db"
+
+#if defined(_XPG4_2)
+typedef struct {
+	char *dptr;
+	size_t dsize;
+} datum;
+#else
+typedef struct {
+	char *dptr;
+	int dsize;
+} datum;
+#endif
+
+/*
+ * Translate NDBM calls into DB calls so that DB doesn't step on the
+ * application's name space.
+ */
+#define	dbm_clearerr(a)		__db_ndbm_clearerr(a)
+#define	dbm_close(a)		__db_ndbm_close(a)
+#define	dbm_delete(a, b)	__db_ndbm_delete(a, b)
+#define	dbm_dirfno(a)		__db_ndbm_dirfno(a)
+#define	dbm_error(a)		__db_ndbm_error(a)
+#define	dbm_fetch(a, b)		__db_ndbm_fetch(a, b)
+#define	dbm_firstkey(a)		__db_ndbm_firstkey(a)
+#define	dbm_nextkey(a)		__db_ndbm_nextkey(a)
+#define	dbm_open(a, b, c)	__db_ndbm_open(a, b, c)
+#define	dbm_pagfno(a)		__db_ndbm_pagfno(a)
+#define	dbm_rdonly(a)		__db_ndbm_rdonly(a)
+#define	dbm_store(a, b, c, d) \
+	__db_ndbm_store(a, b, c, d)
+
+/*
+ * Translate DBM calls into DB calls so that DB doesn't step on the
+ * application's name space.
+ *
+ * The global variables dbrdonly, dirf and pagf were not retained when 4BSD
+ * replaced the dbm interface with ndbm, and are not supported here.
+ */
+#define	dbminit(a)	__db_dbm_init(a)
+#define	dbmclose	__db_dbm_close
+#if !defined(__cplusplus)
+#define	delete(a)	__db_dbm_delete(a)
+#endif
+#define	fetch(a)	__db_dbm_fetch(a)
+#define	firstkey	__db_dbm_firstkey
+#define	nextkey(a)	__db_dbm_nextkey(a)
+#define	store(a, b)	__db_dbm_store(a, b)
+
+/*******************************************************
+ * Hsearch historic interface.
+ *******************************************************/
+typedef enum {
+	FIND, ENTER
+} ACTION;
+
+typedef struct entry {
+	char *key;
+	char *data;
+} ENTRY;
+
+#define	hcreate(a)	__db_hcreate(a)
+#define	hdestroy	__db_hdestroy
+#define	hsearch(a, b)	__db_hsearch(a, b)
+
+#endif /* DB_DBM_HSEARCH */
+
+#if defined(__cplusplus)
+}
+#endif
+
+
+#endif /* !_DB_H_ */
+/* DO NOT EDIT: automatically built by dist/s_apiflags. */
+#define	DB_AGGRESSIVE				0x00000001
+#define	DB_ARCH_ABS				0x00000001
+#define	DB_ARCH_DATA				0x00000002
+#define	DB_ARCH_LOG				0x00000004
+#define	DB_ARCH_REMOVE				0x00000008
+#define	DB_AUTO_COMMIT				0x00000100
+#define	DB_CDB_ALLDB				0x00000040
+#define	DB_CHKSUM				0x00000008
+#define	DB_CKP_INTERNAL				0x00000002
+#define	DB_CREATE				0x00000001
+#define	DB_CURSOR_BULK				0x00000001
+#define	DB_CURSOR_TRANSIENT			0x00000004
+#define	DB_CXX_NO_EXCEPTIONS			0x00000002
+#define	DB_DIRECT				0x00000010
+#define	DB_DIRECT_DB				0x00000080
+#define	DB_DSYNC_DB				0x00000200
+#define	DB_DUP					0x00000010
+#define	DB_DUPSORT				0x00000004
+#define	DB_DURABLE_UNKNOWN			0x00000020
+#define	DB_ENCRYPT				0x00000001
+#define	DB_ENCRYPT_AES				0x00000001
+#define	DB_EXCL					0x00000040
+#define	DB_EXTENT				0x00000040
+#define	DB_FAILCHK				0x00000020
+#define	DB_FAST_STAT				0x00000001
+#define	DB_FCNTL_LOCKING			0x00000800
+#define	DB_FLUSH				0x00000001
+#define	DB_FORCE				0x00000001
+#define	DB_FORCESYNC				0x00000001
+#define	DB_FOREIGN_ABORT			0x00000001
+#define	DB_FOREIGN_CASCADE			0x00000002
+#define	DB_FOREIGN_NULLIFY			0x00000004
+#define	DB_FREELIST_ONLY			0x00000001
+#define	DB_FREE_SPACE				0x00000002
+#define	DB_IGNORE_LEASE				0x00001000
+#define	DB_IMMUTABLE_KEY			0x00000002
+#define	DB_INIT_CDB				0x00000040
+#define	DB_INIT_LOCK				0x00000080
+#define	DB_INIT_LOG				0x00000100
+#define	DB_INIT_MPOOL				0x00000200
+#define	DB_INIT_REP				0x00000400
+#define	DB_INIT_TXN				0x00000800
+#define	DB_INORDER				0x00000020
+#define	DB_JOIN_NOSORT				0x00000001
+#define	DB_LOCKDOWN				0x00001000
+#define	DB_LOCK_NOWAIT				0x00000001
+#define	DB_LOCK_RECORD				0x00000002
+#define	DB_LOCK_SET_TIMEOUT			0x00000004
+#define	DB_LOCK_SWITCH				0x00000008
+#define	DB_LOCK_UPGRADE				0x00000010
+#define	DB_LOG_AUTO_REMOVE			0x00000001
+#define	DB_LOG_CHKPNT				0x00000002
+#define	DB_LOG_COMMIT				0x00000004
+#define	DB_LOG_DIRECT				0x00000002
+#define	DB_LOG_DSYNC				0x00000004
+#define	DB_LOG_IN_MEMORY			0x00000008
+#define	DB_LOG_NOCOPY				0x00000008
+#define	DB_LOG_NOT_DURABLE			0x00000010
+#define	DB_LOG_VERIFY_CAF			0x00000001
+#define	DB_LOG_VERIFY_DBFILE			0x00000002
+#define	DB_LOG_VERIFY_ERR			0x00000004
+#define	DB_LOG_VERIFY_FORWARD			0x00000008
+#define	DB_LOG_VERIFY_INTERR			0x00000010
+#define	DB_LOG_VERIFY_PARTIAL			0x00000020
+#define	DB_LOG_VERIFY_VERBOSE			0x00000040
+#define	DB_LOG_VERIFY_WARNING			0x00000080
+#define	DB_LOG_WRNOSYNC				0x00000020
+#define	DB_LOG_ZERO				0x00000010
+#define	DB_MPOOL_CREATE				0x00000001
+#define	DB_MPOOL_DIRTY				0x00000002
+#define	DB_MPOOL_DISCARD			0x00000001
+#define	DB_MPOOL_EDIT				0x00000004
+#define	DB_MPOOL_FREE				0x00000008
+#define	DB_MPOOL_LAST				0x00000010
+#define	DB_MPOOL_NEW				0x00000020
+#define	DB_MPOOL_NOFILE				0x00000001
+#define	DB_MPOOL_NOLOCK				0x00000002
+#define	DB_MPOOL_TRY				0x00000040
+#define	DB_MPOOL_UNLINK				0x00000002
+#define	DB_MULTIPLE				0x00000800
+#define	DB_MULTIPLE_KEY				0x00004000
+#define	DB_MULTIVERSION				0x00000004
+#define	DB_MUTEX_ALLOCATED			0x00000001
+#define	DB_MUTEX_LOCKED				0x00000002
+#define	DB_MUTEX_LOGICAL_LOCK			0x00000004
+#define	DB_MUTEX_PROCESS_ONLY			0x00000008
+#define	DB_MUTEX_SELF_BLOCK			0x00000010
+#define	DB_MUTEX_SHARED				0x00000020
+#define	DB_NOERROR				0x00001000
+#define	DB_NOLOCKING				0x00000400
+#define	DB_NOMMAP				0x00000008
+#define	DB_NOORDERCHK				0x00000002
+#define	DB_NOPANIC				0x00000800
+#define	DB_NO_AUTO_COMMIT			0x00002000
+#define	DB_ODDFILESIZE				0x00000080
+#define	DB_ORDERCHKONLY				0x00000004
+#define	DB_OVERWRITE				0x00001000
+#define	DB_PANIC_ENVIRONMENT			0x00002000
+#define	DB_PRINTABLE				0x00000008
+#define	DB_PRIVATE				0x00002000
+#define	DB_PR_PAGE				0x00000010
+#define	DB_PR_RECOVERYTEST			0x00000020
+#define	DB_RDONLY				0x00000400
+#define	DB_RDWRMASTER				0x00004000
+#define	DB_READ_COMMITTED			0x00000400
+#define	DB_READ_UNCOMMITTED			0x00000200
+#define	DB_RECNUM				0x00000040
+#define	DB_RECOVER				0x00000002
+#define	DB_RECOVER_FATAL			0x00004000
+#define	DB_REGION_INIT				0x00004000
+#define	DB_REGISTER				0x00008000
+#define	DB_RENUMBER				0x00000080
+#define	DB_REPMGR_CONF_2SITE_STRICT		0x00000001
+#define	DB_REPMGR_CONF_ELECTIONS		0x00000002
+#define	DB_REPMGR_PEER				0x00000001
+#define	DB_REP_ANYWHERE				0x00000001
+#define	DB_REP_CLIENT				0x00000001
+#define	DB_REP_CONF_AUTOINIT			0x00000004
+#define	DB_REP_CONF_BULK			0x00000008
+#define	DB_REP_CONF_DELAYCLIENT			0x00000010
+#define	DB_REP_CONF_INMEM			0x00000020
+#define	DB_REP_CONF_LEASE			0x00000040
+#define	DB_REP_CONF_NOWAIT			0x00000080
+#define	DB_REP_ELECTION				0x00000004
+#define	DB_REP_MASTER				0x00000002
+#define	DB_REP_NOBUFFER				0x00000002
+#define	DB_REP_PERMANENT			0x00000004
+#define	DB_REP_REREQUEST			0x00000008
+#define	DB_REVSPLITOFF				0x00000100
+#define	DB_RMW					0x00002000
+#define	DB_RPCCLIENT				0x00000001
+#define	DB_SALVAGE				0x00000040
+#define	DB_SA_SKIPFIRSTKEY			0x00000080
+#define	DB_SA_UNKNOWNKEY			0x00000100
+#define	DB_SEQ_DEC				0x00000001
+#define	DB_SEQ_INC				0x00000002
+#define	DB_SEQ_RANGE_SET			0x00000004
+#define	DB_SEQ_WRAP				0x00000008
+#define	DB_SEQ_WRAPPED				0x00000010
+#define	DB_SET_LOCK_TIMEOUT			0x00000001
+#define	DB_SET_REG_TIMEOUT			0x00000004
+#define	DB_SET_TXN_NOW				0x00000008
+#define	DB_SET_TXN_TIMEOUT			0x00000002
+#define	DB_SHALLOW_DUP				0x00000100
+#define	DB_SNAPSHOT				0x00000200
+#define	DB_STAT_ALL				0x00000004
+#define	DB_STAT_CLEAR				0x00000001
+#define	DB_STAT_LOCK_CONF			0x00000008
+#define	DB_STAT_LOCK_LOCKERS			0x00000010
+#define	DB_STAT_LOCK_OBJECTS			0x00000020
+#define	DB_STAT_LOCK_PARAMS			0x00000040
+#define	DB_STAT_MEMP_HASH			0x00000008
+#define	DB_STAT_MEMP_NOERROR			0x00000010
+#define	DB_STAT_SUBSYSTEM			0x00000002
+#define	DB_ST_DUPOK				0x00000200
+#define	DB_ST_DUPSET				0x00000400
+#define	DB_ST_DUPSORT				0x00000800
+#define	DB_ST_IS_RECNO				0x00001000
+#define	DB_ST_OVFL_LEAF				0x00002000
+#define	DB_ST_RECNUM				0x00004000
+#define	DB_ST_RELEN				0x00008000
+#define	DB_ST_TOPLEVEL				0x00010000
+#define	DB_SYSTEM_MEM				0x00010000
+#define	DB_THREAD				0x00000010
+#define	DB_TIME_NOTGRANTED			0x00008000
+#define	DB_TRUNCATE				0x00008000
+#define	DB_TXN_FAMILY				0x00000008
+#define	DB_TXN_NOSYNC				0x00000001
+#define	DB_TXN_NOT_DURABLE			0x00000002
+#define	DB_TXN_NOWAIT				0x00000010
+#define	DB_TXN_SNAPSHOT				0x00000002
+#define	DB_TXN_SYNC				0x00000004
+#define	DB_TXN_WAIT				0x00000040
+#define	DB_TXN_WRITE_NOSYNC			0x00000020
+#define	DB_UNREF				0x00020000
+#define	DB_UPGRADE				0x00000001
+#define	DB_USE_ENVIRON				0x00000004
+#define	DB_USE_ENVIRON_ROOT			0x00000008
+#define	DB_VERB_DEADLOCK			0x00000001
+#define	DB_VERB_FILEOPS				0x00000002
+#define	DB_VERB_FILEOPS_ALL			0x00000004
+#define	DB_VERB_RECOVERY			0x00000008
+#define	DB_VERB_REGISTER			0x00000010
+#define	DB_VERB_REPLICATION			0x00000020
+#define	DB_VERB_REPMGR_CONNFAIL			0x00000040
+#define	DB_VERB_REPMGR_MISC			0x00000080
+#define	DB_VERB_REP_ELECT			0x00000100
+#define	DB_VERB_REP_LEASE			0x00000200
+#define	DB_VERB_REP_MISC			0x00000400
+#define	DB_VERB_REP_MSGS			0x00000800
+#define	DB_VERB_REP_SYNC			0x00001000
+#define	DB_VERB_REP_SYSTEM			0x00002000
+#define	DB_VERB_REP_TEST			0x00004000
+#define	DB_VERB_WAITSFOR			0x00008000
+#define	DB_VERIFY				0x00000002
+#define	DB_VERIFY_PARTITION			0x00040000
+#define	DB_WRITECURSOR				0x00000008
+#define	DB_WRITELOCK				0x00000010
+#define	DB_WRITEOPEN				0x00010000
+#define	DB_YIELDCPU				0x00010000
+
+/* DO NOT EDIT: automatically built by dist/s_include. */
+#ifndef	_DB_EXT_PROT_IN_
+#define	_DB_EXT_PROT_IN_
+
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
+int db_create __P((DB **, DB_ENV *, u_int32_t));
+char *db_strerror __P((int));
+int db_env_set_func_close __P((int (*)(int)));
+int db_env_set_func_dirfree __P((void (*)(char **, int)));
+int db_env_set_func_dirlist __P((int (*)(const char *, char ***, int *)));
+int db_env_set_func_exists __P((int (*)(const char *, int *)));
+int db_env_set_func_free __P((void (*)(void *)));
+int db_env_set_func_fsync __P((int (*)(int)));
+int db_env_set_func_ftruncate __P((int (*)(int, off_t)));
+int db_env_set_func_ioinfo __P((int (*)(const char *, int, u_int32_t *, u_int32_t *, u_int32_t *)));
+int db_env_set_func_malloc __P((void *(*)(size_t)));
+int db_env_set_func_file_map __P((int (*)(DB_ENV *, char *, size_t, int, void **), int (*)(DB_ENV *, void *)));
+int db_env_set_func_region_map __P((int (*)(DB_ENV *, char *, size_t, int *, void **), int (*)(DB_ENV *, void *)));
+int db_env_set_func_pread __P((ssize_t (*)(int, void *, size_t, off_t)));
+int db_env_set_func_pwrite __P((ssize_t (*)(int, const void *, size_t, off_t)));
+int db_env_set_func_open __P((int (*)(const char *, int, ...)));
+int db_env_set_func_read __P((ssize_t (*)(int, void *, size_t)));
+int db_env_set_func_realloc __P((void *(*)(void *, size_t)));
+int db_env_set_func_rename __P((int (*)(const char *, const char *)));
+int db_env_set_func_seek __P((int (*)(int, off_t, int)));
+int db_env_set_func_unlink __P((int (*)(const char *)));
+int db_env_set_func_write __P((ssize_t (*)(int, const void *, size_t)));
+int db_env_set_func_yield __P((int (*)(u_long, u_long)));
+int db_env_create __P((DB_ENV **, u_int32_t));
+char *db_version __P((int *, int *, int *));
+char *db_full_version __P((int *, int *, int *, int *, int *));
+int log_compare __P((const DB_LSN *, const DB_LSN *));
+int db_sequence_create __P((DB_SEQUENCE **, DB *, u_int32_t));
+#ifdef HAVE_DBM
+int	 __db_ndbm_clearerr __P((DBM *));
+void	 __db_ndbm_close __P((DBM *));
+int	 __db_ndbm_delete __P((DBM *, datum));
+int	 __db_ndbm_dirfno __P((DBM *));
+int	 __db_ndbm_error __P((DBM *));
+datum __db_ndbm_fetch __P((DBM *, datum));
+datum __db_ndbm_firstkey __P((DBM *));
+datum __db_ndbm_nextkey __P((DBM *));
+DBM	*__db_ndbm_open __P((const char *, int, int));
+int	 __db_ndbm_pagfno __P((DBM *));
+int	 __db_ndbm_rdonly __P((DBM *));
+int	 __db_ndbm_store __P((DBM *, datum, datum, int));
+int	 __db_dbm_close __P((void));
+int	 __db_dbm_delete __P((datum));
+datum __db_dbm_fetch __P((datum));
+datum __db_dbm_firstkey __P((void));
+int	 __db_dbm_init __P((char *));
+datum __db_dbm_nextkey __P((datum));
+int	 __db_dbm_store __P((datum, datum));
+#endif
+#if DB_DBM_HSEARCH != 0
+int __db_hcreate __P((size_t));
+ENTRY *__db_hsearch __P((ENTRY, ACTION));
+void __db_hdestroy __P((void));
+#endif
+
+#if defined(__cplusplus)
+}
+#endif
+#endif /* !_DB_EXT_PROT_IN_ */
diff --git a/tools/tina-3.7.0/nets/tts_examples/lib/fiacre.h b/tools/tina-3.7.0/nets/tts_examples/lib/fiacre.h
new file mode 100755
index 0000000000000000000000000000000000000000..ad0544b34c0dd4b8a705f53395aca86721f833c5
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/lib/fiacre.h
@@ -0,0 +1,45 @@
+
+/* macros for tts .c files */
+
+
+/* for sprint_state */
+
+#define CATI(z,s) {avail -= z; if (avail<1) {return -1;} else {strcat(buff,s);}}
+#define CATV(f,v) {sprintf(tmpbuff,f,v); avail -= strlen(tmpbuff); if (avail<1) {return -1;} else {strcat(buff,tmpbuff);}}
+
+/* for interval arithmetics */
+
+#define XINTERVAL {fprintf(stderr,"interval value out of range\n"); fflush(stderr); exit(1);}
+
+#define IMINUS(x,l,h)  ({int r= -x; if (r<l || r>h) {XINTERVAL;} r;})
+#define ICOERCE(x,l,h) ({int r=x; if (r<l || r>h) {XINTERVAL;} r;})
+#define IADD(x,y,l,h)  ({int r=x + y; if (r<l || r>h) {XINTERVAL;} r;})
+#define ISUB(x,y,l,h)  ({int r=x - y; if (r<l || r>h) {XINTERVAL;} r;})
+#define IMUL(x,y,l,h)  ({int r=x * y; if (r<l || r>h) {XINTERVAL;} r;})
+#define IDIV(x,y,l,h)  ({int r=x / y; if (r<l || r>h) {XINTERVAL;} r;})
+#define IMOD(x,y,l,h)  ({int r=x % y; if (r<l || r>h) {XINTERVAL;} r;})
+
+/* for natural integer arithmetics */
+
+#define XNATURAL {fprintf(stderr,"nat integer out of range\n"); fflush(stderr); exit(1);}
+
+#define NMINUS(x)  ({int r= -x; if (r<0) {XNATURAL;} r;})
+#define NCOERCE(x) ({int r=x; if (r<0) {XNATURAL;} r;})
+#define NADD(x,y)  ({int r=x + y; if (r<0) {XNATURAL;} r;})
+#define NSUB(x,y)  ({int r=x - y; if (r<0) {XNATURAL;} r;})
+#define NMUL(x,y)  ({int r=x * y; if (r<0) {XNATURAL;} r;})
+#define NDIV(x,y)  ({int r=x / y; if (r<0) {XNATURAL;} r;})
+#define NMOD(x,y)  ({int r=x % y; if (r<0) {XNATURAL;} r;})
+
+/* for queues */
+
+#define XQUEUE {fprintf(stderr,"queue exception\n"); fflush(stderr); exit(1);}
+
+#define EMPTY(q)         ((q).len==0)
+#define FULL(q,n)        ((q).len==(n))
+
+#define FailIfEmpty(q,n)   {if (EMPTY(q)) {XQUEUE;}}
+#define FailIfFull(q,n)   {if (FULL(q,n)) {XQUEUE;}}
+
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-cp/Makefile b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-cp/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..1934e1e2d7a64db16d40b6389ca4c0363b7a2b80
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-cp/Makefile
@@ -0,0 +1,76 @@
+# usage:
+#	make K=<int>    // makes nt<int>.tts and cleans up
+
+
+K=0
+GCC=gcc -O2 -s
+TARGET=self
+AVL=../lib/avl
+
+
+# setting target dependant flags
+ifeq ($(HOSTTYPE),i86pc-64)
+# x86 solaris
+EXT=.so
+SHFLG=-shared -fPIC -fpic -static-libgcc
+CFLAGS=-m64
+else
+ifeq ($(HOSTTYPE),i86pc)
+# x86 solaris
+EXT=.so
+SHFLG=-shared -fPIC -fpic -static-libgcc
+else
+ifeq ($(HOSTTYPE),sparc)
+# sparc solaris
+EXT=.so
+SHFLG=-G -fPIC -fpic
+else
+ifeq ($(HOSTTYPE),i386-linux)
+# intel linux
+EXT=.so
+SHFLG=-shared -fPIC -fpic
+else
+ifeq ($(HOSTTYPE),x86_64-linux)
+# intel linux 64 bit
+EXT=.so
+SHFLG=-shared -fPIC -fpic
+CFLAGS=-m64
+else
+ifeq ($(HOSTTYPE),powermac)
+# powerpc-darwin
+EXT=.dylib
+SHFLG=-dynamiclib -flat_namespace -undefined suppress -fPIC -fno-common
+else
+ifeq ($(HOSTTYPE),intel-pc)
+# intelpc-darwin
+EXT=.dylib
+SHFLG=-m32 -dynamiclib -flat_namespace -undefined suppress -fPIC -fno-common
+else
+# assuming intel mingw
+EXT=.dll
+SHFLG=-shared
+HOSTTYPE=i386-mswin
+endif
+endif
+endif
+endif
+endif
+endif
+endif
+
+
+
+all:	
+	@if test $(K) = 0; then echo "usage: make K=<int>"; else $(MAKE) static K=$(K); fi
+
+static:	
+	@mknt.sh $(K)
+	@mkdir -p nt$(K).tts
+	@mv nt$(K).net nt$(K).tts
+	@$(GCC) -o nt$(K)$(EXT) $(SHFLG) -DCOMPRESSION -I$(AVL) nt$(K).c $(AVL)/avl.c
+	@mv nt$(K)$(EXT) nt$(K).ltl nt$(K).c nt$(K).tts
+	@echo "made static nt$(K).tts"
+
+clean:
+	rm -rf nt*.tts
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-cp/mknt.sh b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-cp/mknt.sh
new file mode 100755
index 0000000000000000000000000000000000000000..fb3971792160b558e527756c4a59f0d61682aa32
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-cp/mknt.sh
@@ -0,0 +1,98 @@
+#!/bin/sh
+
+# making ntX.c
+out=nt$1.c
+echo "" > $out
+echo "/* number of sites: (N>0) */" >> $out
+echo "#define N $1" >> $out
+
+cat ntbase.c >> $out
+
+# list of transitions
+T=
+# number of transitions
+K=0
+
+I=1
+while (test $I -le $1)
+do 
+echo "bool pre_$K (key s) {return pre_request_x($I,s);}" >> $out
+echo "key  act_$K (key s) {return act_request_x($I,s);}" >> $out
+if test $K -ne 0
+then
+T=${T},\"request_${I}\"
+else
+T=${T}\"request_${I}\"
+fi
+K=`(echo "$K+1" | bc)`
+J=1
+while (test $J -le $1)
+do
+if test $I -ne $J
+then
+echo "
+bool pre_$K (key s) {return pre_transit_x_y($I,$J,s);}
+key  act_$K (key s) {return act_transit_x_y($I,$J,s);}" >> $out
+T=${T},\"transit_${I}_${J}\"
+K=`(echo "$K+1" | bc)`
+echo "
+bool pre_$K (key s) {return pre_ok_x_y($I,$J,s);}
+key  act_$K (key s) {return act_ok_x_y($I,$J,s);}" >> $out
+T=${T},\"ok_${I}_${J}\"
+K=`(echo "$K+1" | bc)`
+fi
+J=`(echo "$J+1" | bc)`
+done
+echo "
+bool pre_$K (key s) {return pre_ack_x($I,s);}
+key  act_$K (key s) {return act_ack_x($I,s);}
+" >> $out
+T=${T},\"ack_${I}\"
+K=`(echo "$K+1" | bc)`
+I=`(echo "$I+1" | bc)`
+done
+T="{"$T"}"
+echo "char *transtable[$K]=${T};" >> $out
+echo "char **transitions (int *sz) {*sz = $K; return transtable;}" >> $out
+
+# making ntX.net
+out=nt$1.net
+echo "" > $out
+echo "net {NT $1}" >> $out
+I=1
+while (test $I -le $1)
+do
+echo "pl idle_$I (1)" >> $out
+echo "tr request_$I idle_$I -> wait$I" >> $out
+J=1
+while (test $J -le $1)
+do
+if test $I -ne $J
+then
+echo "tr transit_${I}_${J} idle_$I -> idle_$I" >> $out
+echo "tr ok_${I}_${J} idle_$I -> idle_$I" >> $out
+fi
+J=`(echo "$J+1" | bc)`
+done
+echo "tr ack_$I wait$I -> cs$I" >> $out
+echo "tr lib_$I cs$I -> idle_$I" >> $out
+I=`(echo "$I+1" | bc)`
+done
+echo "" >> $out
+
+# making ntX.ltl
+out=nt$1.ltl
+echo "" > $out
+echo -n "[](cs1" >> $out
+I=2
+while (test $I -le $1)
+do
+echo -n "*cs$I" >> $out
+I=`(echo "$I+1" | bc)`
+done
+echo "=0);" >> $out
+echo "" >> $out
+echo "[](wait1 => <> cs1);" >> $out
+echo "" >> $out
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-cp/ntbase.c b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-cp/ntbase.c
new file mode 100644
index 0000000000000000000000000000000000000000..1cfda145ee242ea3cfadd4c800e1c3dde6e037a9
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-cp/ntbase.c
@@ -0,0 +1,275 @@
+
+/* sites indexed in 1..N */
+
+#include <math.h>
+#include <string.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+typedef int bool;  /* 0, 1 */
+typedef int comp;  /* -1, 0, 1 */
+
+
+int ttsapiversion () {return 0;}
+
+
+/* -- 1. type value and utilities --------------------------------------------------- */
+
+/* -- bags holding integers in 1..N */
+
+int empty (int *q) {
+  int i=0;
+  for (i=0; i<N; i++) {if (q[i]) return 0;}
+  return 1;
+}
+#define mem(e,q) (q[e-1]>0)
+#define add(q,e) {q[e-1]++;}
+#define sub(q,e) {q[e-1]--;}
+
+
+/* -- 2. local declarations */
+
+/* state value type */
+typedef struct {
+  int Pere[N];
+  int Req[N][N];  /* N bags of capacity N */
+  int Ack;
+} value;
+
+
+
+/* -- 2. for storage API ------------------------------------------------------------ */
+
+#include "avl.h"
+
+/* lexicographically compares two values */
+comp compare_value (value *a, value *b) {
+  return memcmp(a,b,sizeof(value));
+}
+
+/* called by store when some value equal to v is already stored */
+void free_value (value *v) {
+  free(v);
+}
+
+
+
+/* -- 3. for tina API --------------------------------------------------------------- */
+
+/* -- 3.1 initializes library and returns initial state */
+
+key initial () {
+  int i, j;
+  value *initval = (value *)malloc(sizeof(value));
+  for (i=0; i<N; i++) {initval->Pere[i]=1;}
+  initval->Ack=0;
+  set_compression(1);
+  init_storage(NULL,NULL,sizeof(value));
+  return store (initval);
+}
+
+
+/* -- 3.2 predicates and actions */
+
+/* by default, pre_t* returns true and act_t* is the identity function */
+
+/* copie x dans y */
+value *copyvalue (value *x) {
+  value *y=(value *)malloc(sizeof(value));
+  // bcopy (x,y,sizeof(value));
+  memcpy (y,x,sizeof(value));
+  return y;
+}
+
+/*
+Pre_request_x  Pere[x] != x and empty(Req[x]) act
+Act_request_x  add(Req[Pere[x]],x); Pere[x] :=x  act
+*/
+bool pre_request_x (int x, key s) {
+  value *v = lookup(s);
+  return v->Pere[x-1] != x && empty(v->Req[x-1]);
+}
+key act_request_x (int x, key s) {
+  value *v = lookup(s);
+  value *n = copyvalue(v);
+  add(n->Req[n->Pere[x-1]-1],x);
+  n->Pere[x-1]=x;
+  return store (n);
+}
+
+/*
+Pre_transit_x_y  pere[x] /= x and mem y Req[x] act
+Act_transit_x_y  sub(Req[x],y); add(Req[pere[x]],y); pere[x]:=y  act
+*/
+bool pre_transit_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  return v->Pere[x-1] != x && mem(y,v->Req[x-1]);
+}
+key act_transit_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  value *n = copyvalue(v);
+  add(n->Req[n->Pere[x-1]-1],y);
+  sub(n->Req[x-1],y);
+  n->Pere[x-1]=y;
+  return store (n);
+}
+
+/*
+Pre_ok_x_y  pere[x] = x  and mem(y,(v->Req)[x] act
+Act_ok_x_y  sub(Req[x],y); Ack:=y; pere[x]:=y act
+*/
+bool pre_ok_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  return v->Pere[x-1] == x && mem(y,v->Req[x-1]);
+}
+key act_ok_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  value *n = copyvalue(v);
+  n->Ack=y;
+  n->Pere[x-1]=y;
+  sub(n->Req[x-1],y);
+  return store (n);
+}
+
+/*
+Pre_ack_x Ack == x  act
+Act_ack_x Ack := 0 act
+*/
+bool pre_ack_x (int x, key s) {
+  value *v = lookup(s);
+  return v->Ack == x;
+}
+key act_ack_x (int x, key s) {
+  value *v = lookup(s);
+  value *n = copyvalue(v);
+  n->Ack=0;
+  return store (n);
+}
+
+/*
+Pre_lib_x true  act
+Act_lib_x id  act
+*/
+
+
+
+/* -- 3.3 independance information for actions, for partial order and timed modes */
+
+bool independant (int t1, int t2) {return 1;}
+
+
+
+/* -- 3.4 state representation function for verbose output
+   writes in buff (of size sz) a textual description of state s, returns its size.
+   function should return -1 if buff is too short, so that the application can retry
+   with a larger buff [*** warning: buff size check is not performed below ***]
+*/
+
+/* retourne dans buff une impression du tableau d'entiers a */
+char *sprintarray (int n, char *buff, int *a) {
+  char xbuff[16];
+  int i=0;  
+  sprintf(xbuff,"[%d",*a++);
+  strcpy (buff,xbuff);
+  for (i=1; i<N; i++) {
+    sprintf(xbuff,",%d",*a++);
+    strcat (buff,xbuff);
+  }
+  strcat(buff,"]");
+  return buff;
+}
+
+/* retourne dans buff une impression du bag d'entiers a */
+char *sprintbag (int n, char *buff, int *a) {
+  char xbuff[16];
+  int i=0;
+  int fst=1;
+  strcpy(buff,"{");
+  for (i=0; i<N; i++) {
+    if (*a) {
+      if (!fst) strcat (buff,","); else fst=0;
+      sprintf(xbuff,"%d",i+1);
+      strcat (buff,xbuff);
+      if (*a>1) {
+	sprintf(xbuff,"*%d",*a);
+	strcat (buff,xbuff);
+      }
+    }
+    a++;
+  }
+  strcat(buff,"}");
+  return buff;
+}
+
+int sprint_state (int sz, char *buff, key s) {
+  char vbuff[256];
+  int i;
+  value *v = lookup(s);
+  strcpy(buff,"Pere=");
+  strcat(buff,sprintarray(N,vbuff,v->Pere));
+  strcat(buff,", Req=[");
+  for (i=0; i<N; i++) {
+    // strcat(buff,sprintarray(N,vbuff,v->Req[i]));
+    strcat(buff,sprintbag(N,vbuff,v->Req[i]));
+    strcat(buff,",");
+  }
+  buff[strlen(buff)-1]=0;
+  strcat(buff,"], Ack=");
+  sprintf(vbuff,"%d",v->Ack);
+  strcat(buff,vbuff);
+  return strlen(buff);
+}
+
+
+/* -- 3.5 functions for kts output */
+
+/* returns names of observables, and number of them in count */
+/* P1 ... Pk B11 ... B1k ... Bk1 ... Bkk A */
+char **obs_names (int *count) {
+  int i, j, k;
+  char **obsnames = (char **)malloc((N*(N+1)+1)*4);
+  char tmpbuff[32];
+  *count = N*(N+1)+1;
+  k=0;
+  for (i=0; i<N; i++) {
+    sprintf(tmpbuff,"P%d",i+1);
+    obsnames[k] = (char *)malloc(strlen(tmpbuff)+1);
+    strcpy(obsnames[k],tmpbuff);
+    k++;
+  }
+  for (i=0; i<N; i++) {
+    for (j=0; j<N; j++) {
+      sprintf(tmpbuff,"B%d%d",i+1,j+1);
+      obsnames[k] = (char *)malloc(strlen(tmpbuff)+1);
+      strcpy(obsnames[k],tmpbuff);
+      k++;
+    }
+  }
+  obsnames[k] = (char *)malloc(2);
+  strcpy(obsnames[k],"A");
+  return obsnames;
+}
+
+
+/* returns values of observables for state s 
+   (abstractions for noninteger fields) */
+int ovalues[N*(N+1)];
+int *obs_values (key s) {
+  value *v = lookup(s);
+  int i, j;
+  int k = 0;
+  /* save fathers */
+  for (i=0; i<N; i++) {ovalues[k++] = (v->Pere)[i];}
+  /* save bag */
+  for (i=0; i<N; i++) {
+    for (j=0; j<N; j++) {
+      ovalues[k++] = (v->Req)[i][j];
+    }
+  }
+  /* save A */
+  ovalues[k] = (v->Ack);
+  return ovalues;
+}
+
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-cp/results b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-cp/results
new file mode 100644
index 0000000000000000000000000000000000000000..300c6c9a9bb84c4c864524d3d1a85deaaa6a3379
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-cp/results
@@ -0,0 +1,11 @@
+n	sizes		times (salsa)	storage (words)
+--------------------------------------------------------------------------
+1	1/0
+2	12/16
+3	108/204		0.00
+4	1536/3748 	0.01		21504
+5	30000/89740	6.35		620000
+6	746496/2644794	3983.68
+7	?
+8	?
+9	?
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-db/Makefile b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-db/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..94b7b6558685bc57627480b14c83d23c6d2dc686
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-db/Makefile
@@ -0,0 +1,76 @@
+# usage:
+#	make K=<int>    // makes nt<int>.tts and cleans up
+
+
+K=0
+GCC=gcc -O2 -s
+TARGET=self
+AVL=../lib/avl
+
+
+# setting target dependant flags
+ifeq ($(HOSTTYPE),i86pc-64)
+# x86 solaris
+EXT=.so
+SHFLG=-shared -fPIC -fpic -static-libgcc
+CFLAGS=-m64
+else
+ifeq ($(HOSTTYPE),i86pc)
+# x86 solaris
+EXT=.so
+SHFLG=-shared -fPIC -fpic -static-libgcc
+else
+ifeq ($(HOSTTYPE),sparc)
+# sparc solaris
+EXT=.so
+SHFLG=-G -fPIC -fpic
+else
+ifeq ($(HOSTTYPE),i386-linux)
+# intel linux
+EXT=.so
+SHFLG=-shared -fPIC -fpic
+else
+ifeq ($(HOSTTYPE),x86_64-linux)
+# intel linux 64 bit
+EXT=.so
+SHFLG=-shared -fPIC -fpic
+CFLAGS=-m64
+else
+ifeq ($(HOSTTYPE),powermac)
+# powerpc-darwin
+EXT=.dylib
+SHFLG=-dynamiclib -flat_namespace -undefined suppress -fPIC -fno-common
+else
+ifeq ($(HOSTTYPE),intel-pc)
+# intelpc-darwin
+EXT=.dylib
+SHFLG=-m32 -dynamiclib -flat_namespace -undefined suppress -fPIC -fno-common
+else
+# assuming intel mingw
+EXT=.dll
+SHFLG=-shared
+HOSTTYPE=i386-mswin
+endif
+endif
+endif
+endif
+endif
+endif
+endif
+
+
+
+all:	
+	@if test $(K) = 0; then echo "usage: make K=<int>"; else $(MAKE) static K=$(K); fi
+
+static:	
+	@mknt.sh $(K)
+	@mkdir -p nt$(K).tts
+	@mv nt$(K).net nt$(K).tts
+	@$(GCC) -o nt$(K)$(EXT) $(SHFLG) -DDATABASE -I../lib -I$(AVL) nt$(K).c $(AVL)/avl.c -ldb-5.0
+	@mv nt$(K)$(EXT) nt$(K).ltl nt$(K).c nt$(K).tts
+	@echo "made static nt$(K).tts"
+
+clean:
+	rm -rf nt*.tts
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-db/mknt.sh b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-db/mknt.sh
new file mode 100755
index 0000000000000000000000000000000000000000..fb3971792160b558e527756c4a59f0d61682aa32
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-db/mknt.sh
@@ -0,0 +1,98 @@
+#!/bin/sh
+
+# making ntX.c
+out=nt$1.c
+echo "" > $out
+echo "/* number of sites: (N>0) */" >> $out
+echo "#define N $1" >> $out
+
+cat ntbase.c >> $out
+
+# list of transitions
+T=
+# number of transitions
+K=0
+
+I=1
+while (test $I -le $1)
+do 
+echo "bool pre_$K (key s) {return pre_request_x($I,s);}" >> $out
+echo "key  act_$K (key s) {return act_request_x($I,s);}" >> $out
+if test $K -ne 0
+then
+T=${T},\"request_${I}\"
+else
+T=${T}\"request_${I}\"
+fi
+K=`(echo "$K+1" | bc)`
+J=1
+while (test $J -le $1)
+do
+if test $I -ne $J
+then
+echo "
+bool pre_$K (key s) {return pre_transit_x_y($I,$J,s);}
+key  act_$K (key s) {return act_transit_x_y($I,$J,s);}" >> $out
+T=${T},\"transit_${I}_${J}\"
+K=`(echo "$K+1" | bc)`
+echo "
+bool pre_$K (key s) {return pre_ok_x_y($I,$J,s);}
+key  act_$K (key s) {return act_ok_x_y($I,$J,s);}" >> $out
+T=${T},\"ok_${I}_${J}\"
+K=`(echo "$K+1" | bc)`
+fi
+J=`(echo "$J+1" | bc)`
+done
+echo "
+bool pre_$K (key s) {return pre_ack_x($I,s);}
+key  act_$K (key s) {return act_ack_x($I,s);}
+" >> $out
+T=${T},\"ack_${I}\"
+K=`(echo "$K+1" | bc)`
+I=`(echo "$I+1" | bc)`
+done
+T="{"$T"}"
+echo "char *transtable[$K]=${T};" >> $out
+echo "char **transitions (int *sz) {*sz = $K; return transtable;}" >> $out
+
+# making ntX.net
+out=nt$1.net
+echo "" > $out
+echo "net {NT $1}" >> $out
+I=1
+while (test $I -le $1)
+do
+echo "pl idle_$I (1)" >> $out
+echo "tr request_$I idle_$I -> wait$I" >> $out
+J=1
+while (test $J -le $1)
+do
+if test $I -ne $J
+then
+echo "tr transit_${I}_${J} idle_$I -> idle_$I" >> $out
+echo "tr ok_${I}_${J} idle_$I -> idle_$I" >> $out
+fi
+J=`(echo "$J+1" | bc)`
+done
+echo "tr ack_$I wait$I -> cs$I" >> $out
+echo "tr lib_$I cs$I -> idle_$I" >> $out
+I=`(echo "$I+1" | bc)`
+done
+echo "" >> $out
+
+# making ntX.ltl
+out=nt$1.ltl
+echo "" > $out
+echo -n "[](cs1" >> $out
+I=2
+while (test $I -le $1)
+do
+echo -n "*cs$I" >> $out
+I=`(echo "$I+1" | bc)`
+done
+echo "=0);" >> $out
+echo "" >> $out
+echo "[](wait1 => <> cs1);" >> $out
+echo "" >> $out
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-db/ntbase.c b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-db/ntbase.c
new file mode 100644
index 0000000000000000000000000000000000000000..8ecca9847c6f68ab2ae6c5ac37c63a2d270a2ee4
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-db/ntbase.c
@@ -0,0 +1,275 @@
+
+/* sites indexed in 1..N */
+
+#include <math.h>
+#include <string.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+typedef int bool;  /* 0, 1 */
+typedef int comp;  /* -1, 0, 1 */
+
+
+int ttsapiversion () {return 0;}
+
+
+/* -- 1. type value and utilities --------------------------------------------------- */
+
+/* -- bags holding integers in 1..N */
+
+int empty (int *q) {
+  int i=0;
+  for (i=0; i<N; i++) {if (q[i]) return 0;}
+  return 1;
+}
+#define mem(e,q) (q[e-1]>0)
+#define add(q,e) {q[e-1]++;}
+#define sub(q,e) {q[e-1]--;}
+
+
+/* -- 2. local declarations */
+
+/* state value type */
+typedef struct {
+  int Pere[N];
+  int Req[N][N];  /* N bags of capacity N */
+  int Ack;
+} value;
+
+
+
+/* -- 2. for storage API ------------------------------------------------------------ */
+
+#include "avl.h"
+
+/* lexicographically compares two values */
+comp compare_value (value *a, value *b) {
+  return memcmp(a,b,sizeof(value));
+}
+
+/* called by store when some value equal to v is already stored */
+void free_value (value *v) {
+  free(v);
+}
+
+
+
+/* -- 3. for tina API --------------------------------------------------------------- */
+
+/* -- 3.1 initializes library and returns initial state */
+
+key initial () {
+  int i, j;
+  value *initval = (value *)malloc(sizeof(value));
+  for (i=0; i<N; i++) {initval->Pere[i]=1;}
+  initval->Ack=0;
+  set_database(".");
+  init_storage(NULL,NULL,sizeof(value));
+  return store (initval);
+}
+
+
+/* -- 3.2 predicates and actions */
+
+/* by default, pre_t* returns true and act_t* is the identity function */
+
+/* copie x dans y */
+value *copyvalue (value *x) {
+  value *y=(value *)malloc(sizeof(value));
+  // bcopy (x,y,sizeof(value));
+  memcpy (y,x,sizeof(value));
+  return y;
+}
+
+/*
+Pre_request_x  Pere[x] != x and empty(Req[x]) act
+Act_request_x  add(Req[Pere[x]],x); Pere[x] :=x  act
+*/
+bool pre_request_x (int x, key s) {
+  value *v = lookup(s);
+  return v->Pere[x-1] != x && empty(v->Req[x-1]);
+}
+key act_request_x (int x, key s) {
+  value *v = lookup(s);
+  value *n = copyvalue(v);
+  add(n->Req[n->Pere[x-1]-1],x);
+  n->Pere[x-1]=x;
+  return store (n);
+}
+
+/*
+Pre_transit_x_y  pere[x] /= x and mem y Req[x] act
+Act_transit_x_y  sub(Req[x],y); add(Req[pere[x]],y); pere[x]:=y  act
+*/
+bool pre_transit_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  return v->Pere[x-1] != x && mem(y,v->Req[x-1]);
+}
+key act_transit_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  value *n = copyvalue(v);
+  add(n->Req[n->Pere[x-1]-1],y);
+  sub(n->Req[x-1],y);
+  n->Pere[x-1]=y;
+  return store (n);
+}
+
+/*
+Pre_ok_x_y  pere[x] = x  and mem(y,(v->Req)[x] act
+Act_ok_x_y  sub(Req[x],y); Ack:=y; pere[x]:=y act
+*/
+bool pre_ok_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  return v->Pere[x-1] == x && mem(y,v->Req[x-1]);
+}
+key act_ok_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  value *n = copyvalue(v);
+  n->Ack=y;
+  n->Pere[x-1]=y;
+  sub(n->Req[x-1],y);
+  return store (n);
+}
+
+/*
+Pre_ack_x Ack == x  act
+Act_ack_x Ack := 0 act
+*/
+bool pre_ack_x (int x, key s) {
+  value *v = lookup(s);
+  return v->Ack == x;
+}
+key act_ack_x (int x, key s) {
+  value *v = lookup(s);
+  value *n = copyvalue(v);
+  n->Ack=0;
+  return store (n);
+}
+
+/*
+Pre_lib_x true  act
+Act_lib_x id  act
+*/
+
+
+
+/* -- 3.3 independance information for actions, for partial order and timed modes */
+
+bool independant (int t1, int t2) {return 1;}
+
+
+
+/* -- 3.4 state representation function for verbose output
+   writes in buff (of size sz) a textual description of state s, returns its size.
+   function should return -1 if buff is too short, so that the application can retry
+   with a larger buff [*** warning: buff size check is not performed below ***]
+*/
+
+/* retourne dans buff une impression du tableau d'entiers a */
+char *sprintarray (int n, char *buff, int *a) {
+  char xbuff[16];
+  int i=0;  
+  sprintf(xbuff,"[%d",*a++);
+  strcpy (buff,xbuff);
+  for (i=1; i<N; i++) {
+    sprintf(xbuff,",%d",*a++);
+    strcat (buff,xbuff);
+  }
+  strcat(buff,"]");
+  return buff;
+}
+
+/* retourne dans buff une impression du bag d'entiers a */
+char *sprintbag (int n, char *buff, int *a) {
+  char xbuff[16];
+  int i=0;
+  int fst=1;
+  strcpy(buff,"{");
+  for (i=0; i<N; i++) {
+    if (*a) {
+      if (!fst) strcat (buff,","); else fst=0;
+      sprintf(xbuff,"%d",i+1);
+      strcat (buff,xbuff);
+      if (*a>1) {
+	sprintf(xbuff,"*%d",*a);
+	strcat (buff,xbuff);
+      }
+    }
+    a++;
+  }
+  strcat(buff,"}");
+  return buff;
+}
+
+int sprint_state (int sz, char *buff, key s) {
+  char vbuff[256];
+  int i;
+  value *v = lookup(s);
+  strcpy(buff,"Pere=");
+  strcat(buff,sprintarray(N,vbuff,v->Pere));
+  strcat(buff,", Req=[");
+  for (i=0; i<N; i++) {
+    // strcat(buff,sprintarray(N,vbuff,v->Req[i]));
+    strcat(buff,sprintbag(N,vbuff,v->Req[i]));
+    strcat(buff,",");
+  }
+  buff[strlen(buff)-1]=0;
+  strcat(buff,"], Ack=");
+  sprintf(vbuff,"%d",v->Ack);
+  strcat(buff,vbuff);
+  return strlen(buff);
+}
+
+
+/* -- 3.5 functions for kts output */
+
+/* returns names of observables, and number of them in count */
+/* P1 ... Pk B11 ... B1k ... Bk1 ... Bkk A */
+char **obs_names (int *count) {
+  int i, j, k;
+  char **obsnames = (char **)malloc((N*(N+1)+1)*4);
+  char tmpbuff[32];
+  *count = N*(N+1)+1;
+  k=0;
+  for (i=0; i<N; i++) {
+    sprintf(tmpbuff,"P%d",i+1);
+    obsnames[k] = (char *)malloc(strlen(tmpbuff)+1);
+    strcpy(obsnames[k],tmpbuff);
+    k++;
+  }
+  for (i=0; i<N; i++) {
+    for (j=0; j<N; j++) {
+      sprintf(tmpbuff,"B%d%d",i+1,j+1);
+      obsnames[k] = (char *)malloc(strlen(tmpbuff)+1);
+      strcpy(obsnames[k],tmpbuff);
+      k++;
+    }
+  }
+  obsnames[k] = (char *)malloc(2);
+  strcpy(obsnames[k],"A");
+  return obsnames;
+}
+
+
+/* returns values of observables for state s 
+   (abstractions for noninteger fields) */
+int ovalues[N*(N+1)];
+int *obs_values (key s) {
+  value *v = lookup(s);
+  int i, j;
+  int k = 0;
+  /* save fathers */
+  for (i=0; i<N; i++) {ovalues[k++] = (v->Pere)[i];}
+  /* save bag */
+  for (i=0; i<N; i++) {
+    for (j=0; j<N; j++) {
+      ovalues[k++] = (v->Req)[i][j];
+    }
+  }
+  /* save A */
+  ovalues[k] = (v->Ack);
+  return ovalues;
+}
+
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-db/results b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-db/results
new file mode 100644
index 0000000000000000000000000000000000000000..300c6c9a9bb84c4c864524d3d1a85deaaa6a3379
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1-db/results
@@ -0,0 +1,11 @@
+n	sizes		times (salsa)	storage (words)
+--------------------------------------------------------------------------
+1	1/0
+2	12/16
+3	108/204		0.00
+4	1536/3748 	0.01		21504
+5	30000/89740	6.35		620000
+6	746496/2644794	3983.68
+7	?
+8	?
+9	?
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel1/Makefile b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..d5e3849e393cb85d2c49bab73a9aefb76b6b4b11
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1/Makefile
@@ -0,0 +1,76 @@
+# usage:
+#	make K=<int>    // makes nt<int>.tts and cleans up
+
+
+K=0
+GCC=gcc -O2 -s
+TARGET=self
+AVL=../lib/avl
+
+
+# setting target dependant flags
+ifeq ($(HOSTTYPE),i86pc-64)
+# x86 solaris
+EXT=.so
+SHFLG=-shared -fPIC -fpic -static-libgcc
+CFLAGS=-m64
+else
+ifeq ($(HOSTTYPE),i86pc)
+# x86 solaris
+EXT=.so
+SHFLG=-shared -fPIC -fpic -static-libgcc
+else
+ifeq ($(HOSTTYPE),sparc)
+# sparc solaris
+EXT=.so
+SHFLG=-G -fPIC -fpic
+else
+ifeq ($(HOSTTYPE),i386-linux)
+# intel linux
+EXT=.so
+SHFLG=-shared -fPIC -fpic
+else
+ifeq ($(HOSTTYPE),x86_64-linux)
+# intel linux 64 bit
+EXT=.so
+SHFLG=-shared -fPIC -fpic
+CFLAGS=-m64
+else
+ifeq ($(HOSTTYPE),powermac)
+# powerpc-darwin
+EXT=.dylib
+SHFLG=-dynamiclib -flat_namespace -undefined suppress -fPIC -fno-common
+else
+ifeq ($(HOSTTYPE),intel-pc)
+# intelpc-darwin
+EXT=.dylib
+SHFLG=-m32 -dynamiclib -flat_namespace -undefined suppress -fPIC -fno-common
+else
+# assuming intel mingw
+EXT=.dll
+SHFLG=-shared
+HOSTTYPE=i386-mswin
+endif
+endif
+endif
+endif
+endif
+endif
+endif
+
+
+
+all:	
+	@if test $(K) = 0; then echo "usage: make K=<int>"; else $(MAKE) static K=$(K); fi
+
+static:	
+	@mknt.sh $(K)
+	@mkdir -p nt$(K).tts
+	@mv nt$(K).net nt$(K).tts
+	@$(GCC) -o nt$(K)$(EXT) $(SHFLG) -I$(AVL) nt$(K).c $(AVL)/avl.c
+	@mv nt$(K)$(EXT) nt$(K).ltl nt$(K).c nt$(K).tts
+	@echo "made static nt$(K).tts"
+
+clean:
+	rm -rf nt*.tts
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel1/mknt.sh b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1/mknt.sh
new file mode 100755
index 0000000000000000000000000000000000000000..fb3971792160b558e527756c4a59f0d61682aa32
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1/mknt.sh
@@ -0,0 +1,98 @@
+#!/bin/sh
+
+# making ntX.c
+out=nt$1.c
+echo "" > $out
+echo "/* number of sites: (N>0) */" >> $out
+echo "#define N $1" >> $out
+
+cat ntbase.c >> $out
+
+# list of transitions
+T=
+# number of transitions
+K=0
+
+I=1
+while (test $I -le $1)
+do 
+echo "bool pre_$K (key s) {return pre_request_x($I,s);}" >> $out
+echo "key  act_$K (key s) {return act_request_x($I,s);}" >> $out
+if test $K -ne 0
+then
+T=${T},\"request_${I}\"
+else
+T=${T}\"request_${I}\"
+fi
+K=`(echo "$K+1" | bc)`
+J=1
+while (test $J -le $1)
+do
+if test $I -ne $J
+then
+echo "
+bool pre_$K (key s) {return pre_transit_x_y($I,$J,s);}
+key  act_$K (key s) {return act_transit_x_y($I,$J,s);}" >> $out
+T=${T},\"transit_${I}_${J}\"
+K=`(echo "$K+1" | bc)`
+echo "
+bool pre_$K (key s) {return pre_ok_x_y($I,$J,s);}
+key  act_$K (key s) {return act_ok_x_y($I,$J,s);}" >> $out
+T=${T},\"ok_${I}_${J}\"
+K=`(echo "$K+1" | bc)`
+fi
+J=`(echo "$J+1" | bc)`
+done
+echo "
+bool pre_$K (key s) {return pre_ack_x($I,s);}
+key  act_$K (key s) {return act_ack_x($I,s);}
+" >> $out
+T=${T},\"ack_${I}\"
+K=`(echo "$K+1" | bc)`
+I=`(echo "$I+1" | bc)`
+done
+T="{"$T"}"
+echo "char *transtable[$K]=${T};" >> $out
+echo "char **transitions (int *sz) {*sz = $K; return transtable;}" >> $out
+
+# making ntX.net
+out=nt$1.net
+echo "" > $out
+echo "net {NT $1}" >> $out
+I=1
+while (test $I -le $1)
+do
+echo "pl idle_$I (1)" >> $out
+echo "tr request_$I idle_$I -> wait$I" >> $out
+J=1
+while (test $J -le $1)
+do
+if test $I -ne $J
+then
+echo "tr transit_${I}_${J} idle_$I -> idle_$I" >> $out
+echo "tr ok_${I}_${J} idle_$I -> idle_$I" >> $out
+fi
+J=`(echo "$J+1" | bc)`
+done
+echo "tr ack_$I wait$I -> cs$I" >> $out
+echo "tr lib_$I cs$I -> idle_$I" >> $out
+I=`(echo "$I+1" | bc)`
+done
+echo "" >> $out
+
+# making ntX.ltl
+out=nt$1.ltl
+echo "" > $out
+echo -n "[](cs1" >> $out
+I=2
+while (test $I -le $1)
+do
+echo -n "*cs$I" >> $out
+I=`(echo "$I+1" | bc)`
+done
+echo "=0);" >> $out
+echo "" >> $out
+echo "[](wait1 => <> cs1);" >> $out
+echo "" >> $out
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel1/ntbase.c b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1/ntbase.c
new file mode 100644
index 0000000000000000000000000000000000000000..72a621675bca94aebdeb7b612bf6d25dca956bde
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1/ntbase.c
@@ -0,0 +1,274 @@
+
+/* sites indexed in 1..N */
+
+#include <math.h>
+#include <string.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+typedef int bool;  /* 0, 1 */
+typedef int comp;  /* -1, 0, 1 */
+
+
+int ttsapiversion () {return 0;}
+
+
+/* -- 1. type value and utilities --------------------------------------------------- */
+
+/* -- bags holding integers in 1..N */
+
+int empty (int *q) {
+  int i=0;
+  for (i=0; i<N; i++) {if (q[i]) return 0;}
+  return 1;
+}
+#define mem(e,q) (q[e-1]>0)
+#define add(q,e) {q[e-1]++;}
+#define sub(q,e) {q[e-1]--;}
+
+
+/* -- 2. local declarations */
+
+/* state value type */
+typedef struct {
+  int Pere[N];
+  int Req[N][N];  /* N bags of capacity N */
+  int Ack;
+} value;
+
+
+
+/* -- 2. for storage API ------------------------------------------------------------ */
+
+#include "avl.h"
+
+/* lexicographically compares two values */
+comp compare_value (value *a, value *b) {
+  return memcmp(a,b,sizeof(value));
+}
+
+/* called by store when some value equal to v is already stored */
+void free_value (value *v) {
+  free(v);
+}
+
+
+
+/* -- 3. for tina API --------------------------------------------------------------- */
+
+/* -- 3.1 initializes library and returns initial state */
+
+key initial () {
+  int i, j;
+  value *initval = (value *)malloc(sizeof(value));
+  for (i=0; i<N; i++) {initval->Pere[i]=1;}
+  initval->Ack=0;
+  init_storage(compare_value,free_value,sizeof(value));
+  return store (initval);
+}
+
+
+/* -- 3.2 predicates and actions */
+
+/* by default, pre_t* returns true and act_t* is the identity function */
+
+/* copie x dans y */
+value *copyvalue (value *x) {
+  value *y=(value *)malloc(sizeof(value));
+  // bcopy (x,y,sizeof(value));
+  memcpy (y,x,sizeof(value));
+  return y;
+}
+
+/*
+Pre_request_x  Pere[x] != x and empty(Req[x]) act
+Act_request_x  add(Req[Pere[x]],x); Pere[x] :=x  act
+*/
+bool pre_request_x (int x, key s) {
+  value *v = lookup(s);
+  return v->Pere[x-1] != x && empty(v->Req[x-1]);
+}
+key act_request_x (int x, key s) {
+  value *v = lookup(s);
+  value *n = copyvalue(v);
+  add(n->Req[n->Pere[x-1]-1],x);
+  n->Pere[x-1]=x;
+  return store (n);
+}
+
+/*
+Pre_transit_x_y  pere[x] /= x and mem y Req[x] act
+Act_transit_x_y  sub(Req[x],y); add(Req[pere[x]],y); pere[x]:=y  act
+*/
+bool pre_transit_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  return v->Pere[x-1] != x && mem(y,v->Req[x-1]);
+}
+key act_transit_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  value *n = copyvalue(v);
+  add(n->Req[n->Pere[x-1]-1],y);
+  sub(n->Req[x-1],y);
+  n->Pere[x-1]=y;
+  return store (n);
+}
+
+/*
+Pre_ok_x_y  pere[x] = x  and mem(y,(v->Req)[x] act
+Act_ok_x_y  sub(Req[x],y); Ack:=y; pere[x]:=y act
+*/
+bool pre_ok_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  return v->Pere[x-1] == x && mem(y,v->Req[x-1]);
+}
+key act_ok_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  value *n = copyvalue(v);
+  n->Ack=y;
+  n->Pere[x-1]=y;
+  sub(n->Req[x-1],y);
+  return store (n);
+}
+
+/*
+Pre_ack_x Ack == x  act
+Act_ack_x Ack := 0 act
+*/
+bool pre_ack_x (int x, key s) {
+  value *v = lookup(s);
+  return v->Ack == x;
+}
+key act_ack_x (int x, key s) {
+  value *v = lookup(s);
+  value *n = copyvalue(v);
+  n->Ack=0;
+  return store (n);
+}
+
+/*
+Pre_lib_x true  act
+Act_lib_x id  act
+*/
+
+
+
+/* -- 3.3 independance information for actions, for partial order and timed modes */
+
+bool independant (int t1, int t2) {return 1;}
+
+
+
+/* -- 3.4 state representation function for verbose output
+   writes in buff (of size sz) a textual description of state s, returns its size.
+   function should return -1 if buff is too short, so that the application can retry
+   with a larger buff [*** warning: buff size check is not performed below ***]
+*/
+
+/* retourne dans buff une impression du tableau d'entiers a */
+char *sprintarray (int n, char *buff, int *a) {
+  char xbuff[16];
+  int i=0;  
+  sprintf(xbuff,"[%d",*a++);
+  strcpy (buff,xbuff);
+  for (i=1; i<N; i++) {
+    sprintf(xbuff,",%d",*a++);
+    strcat (buff,xbuff);
+  }
+  strcat(buff,"]");
+  return buff;
+}
+
+/* retourne dans buff une impression du bag d'entiers a */
+char *sprintbag (int n, char *buff, int *a) {
+  char xbuff[16];
+  int i=0;
+  int fst=1;
+  strcpy(buff,"{");
+  for (i=0; i<N; i++) {
+    if (*a) {
+      if (!fst) strcat (buff,","); else fst=0;
+      sprintf(xbuff,"%d",i+1);
+      strcat (buff,xbuff);
+      if (*a>1) {
+	sprintf(xbuff,"*%d",*a);
+	strcat (buff,xbuff);
+      }
+    }
+    a++;
+  }
+  strcat(buff,"}");
+  return buff;
+}
+
+int sprint_state (int sz, char *buff, key s) {
+  char vbuff[256];
+  int i;
+  value *v = lookup(s);
+  strcpy(buff,"Pere=");
+  strcat(buff,sprintarray(N,vbuff,v->Pere));
+  strcat(buff,", Req=[");
+  for (i=0; i<N; i++) {
+    // strcat(buff,sprintarray(N,vbuff,v->Req[i]));
+    strcat(buff,sprintbag(N,vbuff,v->Req[i]));
+    strcat(buff,",");
+  }
+  buff[strlen(buff)-1]=0;
+  strcat(buff,"], Ack=");
+  sprintf(vbuff,"%d",v->Ack);
+  strcat(buff,vbuff);
+  return strlen(buff);
+}
+
+
+/* -- 3.5 functions for kts output */
+
+/* returns names of observables, and number of them in count */
+/* P1 ... Pk B11 ... B1k ... Bk1 ... Bkk A */
+char **obs_names (int *count) {
+  int i, j, k;
+  char **obsnames = (char **)malloc((N*(N+1)+1)*4);
+  char tmpbuff[32];
+  *count = N*(N+1)+1;
+  k=0;
+  for (i=0; i<N; i++) {
+    sprintf(tmpbuff,"P%d",i+1);
+    obsnames[k] = (char *)malloc(strlen(tmpbuff)+1);
+    strcpy(obsnames[k],tmpbuff);
+    k++;
+  }
+  for (i=0; i<N; i++) {
+    for (j=0; j<N; j++) {
+      sprintf(tmpbuff,"B%d%d",i+1,j+1);
+      obsnames[k] = (char *)malloc(strlen(tmpbuff)+1);
+      strcpy(obsnames[k],tmpbuff);
+      k++;
+    }
+  }
+  obsnames[k] = (char *)malloc(2);
+  strcpy(obsnames[k],"A");
+  return obsnames;
+}
+
+
+/* returns values of observables for state s 
+   (abstractions for noninteger fields) */
+int ovalues[N*(N+1)];
+int *obs_values (key s) {
+  value *v = lookup(s);
+  int i, j;
+  int k = 0;
+  /* save fathers */
+  for (i=0; i<N; i++) {ovalues[k++] = (v->Pere)[i];}
+  /* save bag */
+  for (i=0; i<N; i++) {
+    for (j=0; j<N; j++) {
+      ovalues[k++] = (v->Req)[i][j];
+    }
+  }
+  /* save A */
+  ovalues[k] = (v->Ack);
+  return ovalues;
+}
+
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel1/results b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1/results
new file mode 100644
index 0000000000000000000000000000000000000000..1dc6386319d32db4a5b58dc957b8a2731f80c74a
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel1/results
@@ -0,0 +1,11 @@
+n	sizes		
+------------------------
+1	1/0
+2	12/16
+3	108/204		
+4	1536/3748 	
+5	30000/89740	
+6	746496/2644794	
+7	22588608/92497958
+8	?
+9	?
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel2/Makefile b/tools/tina-3.7.0/nets/tts_examples/naimitrehel2/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..d76c8f3a939c656e8bf7349faa3ecbaa13d6ab7b
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel2/Makefile
@@ -0,0 +1,75 @@
+# usage:
+#	make K=<int>    // makes nt<int>.tts and cleans up
+
+
+K=0
+GCC=gcc -O2 -s
+TARGET=self
+AVL=../lib/avl
+
+# setting target dependant flags
+ifeq ($(HOSTTYPE),i86pc-64)
+# x86 solaris
+EXT=.so
+SHFLG=-shared -fPIC -fpic -static-libgcc
+CFLAGS=-m64
+else
+ifeq ($(HOSTTYPE),i86pc)
+# x86 solaris
+EXT=.so
+SHFLG=-shared -fPIC -fpic -static-libgcc
+else
+ifeq ($(HOSTTYPE),sparc)
+# sparc solaris
+EXT=.so
+SHFLG=-G -fPIC -fpic
+else
+ifeq ($(HOSTTYPE),i386-linux)
+# intel linux
+EXT=.so
+SHFLG=-shared -fPIC -fpic
+else
+ifeq ($(HOSTTYPE),x86_64-linux)
+# intel linux 64 bit
+EXT=.so
+SHFLG=-shared -fPIC -fpic
+CFLAGS=-m64
+else
+ifeq ($(HOSTTYPE),powermac)
+# powerpc-darwin
+EXT=.dylib
+SHFLG=-dynamiclib -flat_namespace -undefined suppress -fPIC -fno-common
+else
+ifeq ($(HOSTTYPE),intel-pc)
+# intelpc-darwin
+EXT=.dylib
+SHFLG=-m32 -dynamiclib -flat_namespace -undefined suppress -fPIC -fno-common
+else
+# assuming intel mingw
+EXT=.dll
+SHFLG=-shared
+HOSTTYPE=i386-mswin
+endif
+endif
+endif
+endif
+endif
+endif
+endif
+
+
+
+all:	
+	@if test $(K) = 0; then echo "usage: make K=<int>"; else $(MAKE) static K=$(K); fi
+
+static:	
+	@mknt.sh $(K)
+	@mkdir -p nt$(K).tts
+	@mv nt$(K).net nt$(K).tts
+	@$(GCC) -o nt$(K)$(EXT) $(SHFLG) -I$(AVL) nt$(K).c $(AVL)/avl.c
+	@mv nt$(K)$(EXT) nt$(K).ltl nt$(K).c nt$(K).tts
+	@echo "made static nt$(K).tts"
+
+clean:
+	rm -rf nt*.tts
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel2/mknt.sh b/tools/tina-3.7.0/nets/tts_examples/naimitrehel2/mknt.sh
new file mode 100755
index 0000000000000000000000000000000000000000..fb3971792160b558e527756c4a59f0d61682aa32
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel2/mknt.sh
@@ -0,0 +1,98 @@
+#!/bin/sh
+
+# making ntX.c
+out=nt$1.c
+echo "" > $out
+echo "/* number of sites: (N>0) */" >> $out
+echo "#define N $1" >> $out
+
+cat ntbase.c >> $out
+
+# list of transitions
+T=
+# number of transitions
+K=0
+
+I=1
+while (test $I -le $1)
+do 
+echo "bool pre_$K (key s) {return pre_request_x($I,s);}" >> $out
+echo "key  act_$K (key s) {return act_request_x($I,s);}" >> $out
+if test $K -ne 0
+then
+T=${T},\"request_${I}\"
+else
+T=${T}\"request_${I}\"
+fi
+K=`(echo "$K+1" | bc)`
+J=1
+while (test $J -le $1)
+do
+if test $I -ne $J
+then
+echo "
+bool pre_$K (key s) {return pre_transit_x_y($I,$J,s);}
+key  act_$K (key s) {return act_transit_x_y($I,$J,s);}" >> $out
+T=${T},\"transit_${I}_${J}\"
+K=`(echo "$K+1" | bc)`
+echo "
+bool pre_$K (key s) {return pre_ok_x_y($I,$J,s);}
+key  act_$K (key s) {return act_ok_x_y($I,$J,s);}" >> $out
+T=${T},\"ok_${I}_${J}\"
+K=`(echo "$K+1" | bc)`
+fi
+J=`(echo "$J+1" | bc)`
+done
+echo "
+bool pre_$K (key s) {return pre_ack_x($I,s);}
+key  act_$K (key s) {return act_ack_x($I,s);}
+" >> $out
+T=${T},\"ack_${I}\"
+K=`(echo "$K+1" | bc)`
+I=`(echo "$I+1" | bc)`
+done
+T="{"$T"}"
+echo "char *transtable[$K]=${T};" >> $out
+echo "char **transitions (int *sz) {*sz = $K; return transtable;}" >> $out
+
+# making ntX.net
+out=nt$1.net
+echo "" > $out
+echo "net {NT $1}" >> $out
+I=1
+while (test $I -le $1)
+do
+echo "pl idle_$I (1)" >> $out
+echo "tr request_$I idle_$I -> wait$I" >> $out
+J=1
+while (test $J -le $1)
+do
+if test $I -ne $J
+then
+echo "tr transit_${I}_${J} idle_$I -> idle_$I" >> $out
+echo "tr ok_${I}_${J} idle_$I -> idle_$I" >> $out
+fi
+J=`(echo "$J+1" | bc)`
+done
+echo "tr ack_$I wait$I -> cs$I" >> $out
+echo "tr lib_$I cs$I -> idle_$I" >> $out
+I=`(echo "$I+1" | bc)`
+done
+echo "" >> $out
+
+# making ntX.ltl
+out=nt$1.ltl
+echo "" > $out
+echo -n "[](cs1" >> $out
+I=2
+while (test $I -le $1)
+do
+echo -n "*cs$I" >> $out
+I=`(echo "$I+1" | bc)`
+done
+echo "=0);" >> $out
+echo "" >> $out
+echo "[](wait1 => <> cs1);" >> $out
+echo "" >> $out
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel2/ntbase.c b/tools/tina-3.7.0/nets/tts_examples/naimitrehel2/ntbase.c
new file mode 100644
index 0000000000000000000000000000000000000000..c50af03b4afca53d7cb7b86fe9bf6675d24f2f25
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel2/ntbase.c
@@ -0,0 +1,414 @@
+
+/* sites are indexed in 1..N */
+
+#include <math.h>
+#include <string.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+typedef int bool;  /* 0, 1 */
+typedef int comp;  /* -1, 0, 1 */
+
+int ttsapiversion () {return 0;}
+
+
+
+/* -- 1. type value and utilities --------------------------------------------------- */
+
+/* -- bags holding integers in 1..N */
+
+typedef struct {
+  int C;    /* reference count */
+  int B[N]; /* bag of integers in 1..N,; encoded as a vector */
+} bag;
+
+
+/* creates new, empty, bag, with initial ref count 1 */
+bag *new_bag () {
+  bag *b = (bag *)malloc(sizeof(bag));
+  b->C=1;
+  return b;
+}
+
+/* dec ref count, then frees bag if no more referenced */
+void free_bag (bag *b) {
+  if (! --(b->C)) {
+    free(b);
+  }
+}
+
+/* identity function, increments ref count */
+bag *share_bag (bag *b) {
+  b->C++;
+  return b;
+}
+
+/* creates new bag, copy of b, then frees b */
+bag *copy_bag (bag *b) {
+  bag *n = new_bag ();
+  int i;
+  for (i=0; i<N; i++)
+    n->B[i] = b->B[i];
+  free_bag(b);
+  return n;
+}
+
+/* emptyness check */
+int is_bag_empty (bag *b) {
+  int i=0;
+  for (i=0; i<N; i++) {if (b->B[i]) return 0;}
+  return 1;
+}
+
+/* membership test */
+int in_bag (int e, bag *b) {
+  return b->B[e-1]>0;
+}
+
+/* copy bag, frees it, then adds element to copy */
+bag *add_bag (bag *b, int e) {
+  bag *n = copy_bag (b);
+  n->B[e-1]++;
+  return n;
+}
+
+/* copy bag, frees it, then removes element to copy */
+bag *sub_bag (bag *b, int e) {
+  bag *n = copy_bag (b);
+  n->B[e-1]--;
+  return n;
+}
+
+
+/* -- sites -------- */
+
+/* site is the type of local values at each site */
+typedef struct {
+  int C;  /* reference count */
+  int Father;
+  bag *Req;
+  int Ack;
+} site;
+
+/* dec ref count, then frees site if no more referenced */
+void free_site (site *s) {
+  if (! --(s->C)) {
+    free_bag(s->Req);
+    free(s);
+  }
+}
+
+/* creates site from args, with initial ref count 1 */
+site *new_site (int father, bag *bag, int ack) {
+  site *s=(site *)malloc(sizeof(site));
+  s->C=1;
+  s->Father=father;
+  s->Req=bag;
+  s->Ack=ack;
+  return s;
+}
+
+/* identity function, increments ref count */
+site *share_site (site *s) {
+  s->C++;
+  return s;
+}
+
+/* returns a copy of site s, then frees s */
+site *copy_site (site *s) {
+  site *w=new_site(s->Father,share_bag(s->Req),s->Ack);
+  free_site(s);
+  return w;
+}
+
+
+/* -- values -------- */
+
+/* a value is an array of sites pointers (== a pointer to the first site in array) */
+typedef site *value;
+
+/* allocates a value (uninitialized) */
+value *new_value () {
+  value *v = (value *)malloc(N*sizeof(site *));
+  return v;
+}
+
+/* copy of a value, sharing sites */
+value *copy_value (value *v) {
+  value *w = new_value ();
+  int i;
+  for (i=0; i<N; i++)
+    w[i]=share_site(v[i]);
+  return w;
+}
+
+
+
+/* -- 2. for storage API ------------------------------------------------------------ */
+
+#include "avl.h"
+
+/* lexicographically compares two bags */
+comp compare_bag (bag *a, bag *b) {
+  int i = 0;
+  if (a != b) {
+    for (i=0; i<N; i++) {
+      if (a->B[i]>b->B[i]) return 1;
+      if (a->B[i]<b->B[i]) return -1;
+    }
+  }
+  return 0;
+}
+
+/* lexicographically compares two sites */
+comp compare_site (site *a, site *b) {
+  int res;
+    if (a != b) {
+      if (a->Father>b->Father) return 1;
+      if (a->Father<b->Father) return -1;
+      if (res=compare_bag (a->Req,b->Req)) return res;
+      if (a->Ack>b->Ack) return 1;
+      if (a->Ack<b->Ack) return -1;
+    }
+    return 0;
+}
+
+/* lexicographically compares two values */
+comp compare_value (value *a, value *b) {
+  int res, i;
+  for (i=0; i<N; i++)
+    if (res=compare_site (a[i],b[i])) return res;
+  return 0;
+}
+
+/* called by store when some value equal to v is already stored */
+void free_value (value *v) {
+  int i;
+  for (i=0; i<N; i++)
+    free_site(v[i]);
+  free(v);
+}
+
+
+
+/* -- 3. for tina API --------------------------------------------------------------- */
+
+/* -- 3.1 initializes storage and returns initial state */
+
+key initial () {
+  int i;
+  value *w = new_value();
+  for (i=0; i<N; i++) {
+    w[i]=new_site(1,new_bag(),0);
+  }
+  init_storage(compare_value,free_value);
+  return store (w);
+}
+
+
+/* -- 3.2 predicates and actions */
+
+/* by default, pre_* returns true and act_* is the identity function */
+/* BEWARE: sites are indexed in 1..N, but C arrays are indexed from 0 ... */
+
+/*
+Pre_request_x  Father[x] != x and is_bag_empty(Req[x]) act
+Act_request_x  add_bag(Req[Father[x]],x); Father[x] :=x  act
+*/
+bool pre_request_x (int x, key s) {
+  value *v = lookup(s);
+  return v[x-1]->Father != x && is_bag_empty(v[x-1]->Req);
+}
+key act_request_x (int x, key s) {
+  value *v = lookup(s);
+  value *n = copy_value(v);
+  int father = n[x-1]->Father;
+  n[x-1]=copy_site(v[x-1]);
+  if (father != x) n[father-1]=copy_site(v[father-1]);
+  n[father-1]->Req=add_bag(n[father-1]->Req,x);
+  n[x-1]->Father=x;
+  return store (n);
+}
+
+/*
+Pre_transit_x_y  pere[x] /= x and in_bag y Req[x] act
+Act_transit_x_y  sub_bag(Req[x],y); add_bag(Req[pere[x]],y); pere[x]:=y  act
+*/
+bool pre_transit_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  return v[x-1]->Father != x && in_bag(y,v[x-1]->Req);
+}
+key act_transit_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  value *n = copy_value(v);
+  int father = n[x-1]->Father;
+  n[x-1]=copy_site(v[x-1]);
+  if (father != x) n[father-1]=copy_site(v[father-1]);
+  n[father-1]->Req=add_bag(n[father-1]->Req,y);
+  n[x-1]->Req=sub_bag(n[x-1]->Req,y);
+  n[x-1]->Father=y;
+  return store (n);
+}
+
+/*
+Pre_ok_x_y  pere[x] = x  and in_bag(y,(v->Req)[x] act
+Act_ok_x_y  sub_bag(Req[x],y); Ack[y]:=1; pere[x]:=y act
+*/
+bool pre_ok_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  return v[x-1]->Father == x && in_bag(y,v[x-1]->Req);
+}
+key act_ok_x_y (int x, int y, key s) {
+  value *v = lookup(s);
+  value *n = copy_value(v);
+  n[y-1]=copy_site(v[y-1]);
+  if (y != x) n[x-1]=copy_site(v[x-1]);
+  n[y-1]->Ack=1;
+  n[x-1]->Father=y;
+  n[x-1]->Req=sub_bag(n[x-1]->Req,y);
+  return store (n);
+}
+
+/*
+Pre_ack_x Ack > 0  act
+Act_ack_x Ack := 0 act
+*/
+bool pre_ack_x (int x, key s) {
+  value *v = lookup(s);
+  return v[x-1]->Ack;
+}
+key act_ack_x (int x, key s) {
+  value *v = lookup(s);
+  value *n = copy_value(v);
+  n[x-1]=copy_site(v[x-1]);
+  n[x-1]->Ack=0;
+  return store (n);
+}
+
+/*
+Pre_lib_x true  act
+Act_lib_x id  act
+*/
+
+
+
+/* -- 3.3 independance information for actions, for partial order and timed modes */
+
+bool independant (int t1, int t2) {return 1;}
+
+
+
+/* -- 3.4 state representation function for verbose output
+   writes in buff (of size sz) a textual description of state s, returns its size.
+   function returns -1 if buff is too short, so that tina can retry with a larger buff
+*/
+
+/* amount printed so far */
+static int tot;
+
+#define APPEND(sz,buffer,tmp) {if (tot += strlen(tmp) < sz) strcat(buffer,tmp); else return -1;}
+
+/* appends to buff a string representing bag b */
+int sprint_bag (int sz, char *buff, bag *b) {
+  char xbuff[256];
+  int i;
+  int fst=1;
+  APPEND(sz,buff,"{");
+  for (i=0; i<N; i++) {
+    if (b->B[i]) {
+      if (!fst) {APPEND(sz,buff,",");} else fst=0;
+      sprintf(xbuff,"%d",i+1);
+      APPEND(sz,buff,xbuff);
+      if (b->B[i]>1) {
+	sprintf(xbuff,"*%d",b->B[i]);
+	APPEND(sz,buff,xbuff);
+      }
+    }
+  }
+  APPEND(sz,buff,"}");
+  return 0;
+}
+
+/* appends to buff a string representing site s */
+int sprint_site (int sz, char *buff, site *s) {
+  char vbuff[256];
+  int i;
+  sprintf(vbuff,"(%d,",s->Father);
+  APPEND(sz,buff,vbuff);
+  if (sprint_bag(sz,buff,s->Req)<0) return -1;
+  sprintf(vbuff,",%d)",s->Ack);
+  APPEND(sz,buff,vbuff);
+  return 0;
+}
+
+/* appends to buff a string representing the value referred to by s */
+int sprint_state (int sz, char *buff, key s) {
+  char vbuff[256];
+  int i;
+  value *v = lookup(s);
+  *buff=0;
+  tot=0;
+  for (i=0; i<N; i++) {
+    sprintf(vbuff,"S%d=",i+1);
+    APPEND(sz,buff,vbuff);
+    if (sprint_site(sz,buff,v[i])<0) return -1;
+    APPEND(sz,buff,",");
+  }
+  buff[strlen(buff)-1]=0;
+  return strlen(buff);
+}
+
+
+/* -- 3.4 functions for kts output */
+
+/* returns names of observables, and number of them in count */
+/* P1 ... Pk B11 ... B1k ... Bk1 ... Bkk A1 ... A4 */
+char **obs_names (int *count) {
+  int i, j, k;
+  char **obsnames = (char **)malloc(N*(N+2)*4);
+  char tmpbuff[64];
+  *count = N*(N+2);
+  k=0;
+  for (i=0; i<N; i++) {
+    sprintf(tmpbuff,"P%d",i+1);
+    obsnames[k] = (char *)malloc(strlen(tmpbuff)+1);
+    strcpy(obsnames[k],tmpbuff);
+    k++;
+  }
+  for (i=0; i<N; i++) {
+    for (j=0; j<N; j++) {
+      sprintf(tmpbuff,"B%d%d",i+1,j+1);
+      obsnames[k] = (char *)malloc(strlen(tmpbuff)+1);
+      strcpy(obsnames[k],tmpbuff);
+      k++;
+    }
+  }
+  for (i=0; i<N; i++) {
+    sprintf(tmpbuff,"A%d",i+1);
+    obsnames[k] = (char *)malloc(strlen(tmpbuff)+1);
+    strcpy(obsnames[k],tmpbuff);
+    k++;
+  }
+  return obsnames;
+}
+
+/* returns values of observables for state s 
+   (abstractions for noninteger fields) */
+int ovalues[N*(N+2)];
+int *obs_values (key s) {
+  value *v = lookup(s);
+  int i, j;
+  int k = 0;
+  /* save fathers */
+  for (i=0; i<N; i++) {ovalues[k++] = v[i]->Father;}
+  /* save bags */
+  for (i=0; i<N; i++) {
+    for (j=0; j<N; j++) {
+      ovalues[k++] = v[i]->Req->B[j];
+    }
+  }
+  /* save A */
+  for (i=0; i<N; i++) {ovalues[k++] = v[i]->Ack;}
+  return ovalues;
+}
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/naimitrehel2/results b/tools/tina-3.7.0/nets/tts_examples/naimitrehel2/results
new file mode 100644
index 0000000000000000000000000000000000000000..1dc6386319d32db4a5b58dc957b8a2731f80c74a
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/naimitrehel2/results
@@ -0,0 +1,11 @@
+n	sizes		
+------------------------
+1	1/0
+2	12/16
+3	108/204		
+4	1536/3748 	
+5	30000/89740	
+6	746496/2644794	
+7	22588608/92497958
+8	?
+9	?
diff --git a/tools/tina-3.7.0/nets/tts_examples/trains/Makefile b/tools/tina-3.7.0/nets/tts_examples/trains/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..bb4c4ff37e86aad12774cdd75c7ceb3cab48a1fa
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/trains/Makefile
@@ -0,0 +1,75 @@
+# usage:
+#	make K=<int>    // makes trains<int>.tts and cleans up
+
+
+K=0
+GCC=gcc -O2 -s
+TARGET=self
+AVL=../lib/avl
+
+# setting target dependant flags
+ifeq ($(HOSTTYPE),i86pc-64)
+# x86 solaris
+EXT=.so
+SHFLG=-shared -fPIC -fpic -static-libgcc
+CFLAGS=-m64
+else
+ifeq ($(HOSTTYPE),i86pc)
+# x86 solaris
+EXT=.so
+SHFLG=-shared -fPIC -fpic -static-libgcc
+else
+ifeq ($(HOSTTYPE),sparc)
+# sparc solaris
+EXT=.so
+SHFLG=-G -fPIC -fpic
+else
+ifeq ($(HOSTTYPE),i386-linux)
+# intel linux
+EXT=.so
+SHFLG=-shared -fPIC -fpic
+else
+ifeq ($(HOSTTYPE),x86_64-linux)
+# intel linux 64 bit
+EXT=.so
+SHFLG=-shared -fPIC -fpic
+CFLAGS=-m64
+else
+ifeq ($(HOSTTYPE),powermac)
+# powerpc-darwin
+EXT=.dylib
+SHFLG=-dynamiclib -flat_namespace -undefined suppress -fPIC -fno-common
+else
+ifeq ($(HOSTTYPE),intel-pc)
+# intelpc-darwin
+EXT=.dylib
+SHFLG=-m32 -dynamiclib -flat_namespace -undefined suppress -fPIC -fno-common
+else
+# assuming intel mingw
+EXT=.dll
+SHFLG=-shared
+HOSTTYPE=i386-mswin
+endif
+endif
+endif
+endif
+endif
+endif
+endif
+
+
+all:	
+	@if test $(K) = 0; then echo "usage: make K=<int>"; else $(MAKE) static K=$(K); fi
+
+static:	
+	@mktrains.sh $(K)
+	@mkdir -p trains$(K).tts
+	@mv trains$(K).tpn trains$(K).tts
+	@cp train.ndr barrier.ndr trains$(K).tts
+	@$(GCC) -o trains$(K)$(EXT) $(SHFLG) -I$(AVL) trains$(K).c $(AVL)/avl.c
+	@mv trains$(K)$(EXT) trains$(K).c trains$(K).tts
+	@echo "made trains$(K).tts"
+
+clean:
+	rm -rf trains*.tts
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/trains/barrier.ndr b/tools/tina-3.7.0/nets/tts_examples/trains/barrier.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..509950635e633ac19c5157d8c8d1403fa201990c
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/trains/barrier.ndr
@@ -0,0 +1,22 @@
+p 90.0 230.0 lowering 0 w
+t 90.0 340.0 L 1 2 w
+p 290.0 230.0 raising 0 e
+t 290.0 340.0 U 0 0 e
+t 290.0 120.0 R 1 2 e
+t 190.0 160.0 D2 0 0 n
+p 190.0 50.0 Up 1 n
+p 190.0 390.0 Down 0 s
+t 90.0 120.0 D1 0 0 w
+e Up D1 1 n
+e D1 lowering 1 n
+e lowering L 1 n
+e L Down 1 n
+e Down U 1 n
+e U raising 1 n
+e R Up 1 n
+e raising R 1 n
+e raising D2 1 n
+e D2 lowering 1 n
+h barrier
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/trains/mktrains.sh b/tools/tina-3.7.0/nets/tts_examples/trains/mktrains.sh
new file mode 100755
index 0000000000000000000000000000000000000000..34bf2c185baf2ab5a704c6757024feae452a413d
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/trains/mktrains.sh
@@ -0,0 +1,52 @@
+#!/bin/sh
+
+# making trainsX.c
+
+out=trains$1.c
+echo "" > $out
+echo "/* number of trains: (N>0) */" >> $out
+echo "#define N $1" >> $out
+cat trainsbase.c >> $out
+
+# list of transitions
+T=\"{D1.1}\",\"{D2.1}\",\"{U.1}\"
+# transition index
+K=3
+# subnet index
+I=2
+J=`(echo "$1+1" | bc)`
+while (test $I -le $J)
+do 
+echo "value act_$K (value s) {return s+1;}" >> $out
+K=`(echo "$K+1" | bc)`
+echo "value act_$K (value s) {return s-1;}" >> $out
+K=`(echo "$K+1" | bc)`
+T=${T},\"{App.${I}}\",\"{Ex.${I}}\"
+I=`(echo "$I+1" | bc)`
+done
+
+echo "" >> $out
+echo "/* transitions table: */" >> $out
+T="{"$T"}"
+echo "" >> $out
+echo "char *transtable[$K]=${T};" >> $out
+echo "" >> $out
+echo "char **transitions (int *sz) {*sz = $K; return transtable;}" >> $out
+
+
+# making trainsX.tpn
+out=trains$1.tpn
+echo "load barrier.ndr" > $out
+echo "load train.ndr" >> $out
+I=1
+while (test $I -lt $1)
+do
+echo "dup" >> $out
+I=`(echo "$I+1" | bc)`
+done
+I=`(echo "$1+1" | bc)`
+echo "merge $I" >> $out
+
+
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/trains/results b/tools/tina-3.7.0/nets/tts_examples/trains/results
new file mode 100644
index 0000000000000000000000000000000000000000..8ca6409bd7eb1e141be3bda700933c23f68c3856
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/trains/results
@@ -0,0 +1,7 @@
+n	-M		-E		-W		-S		-A
+--------------------------------------------------------------------------------------------
+3	116/329		149/428		2123/5406	3431/8949	5086/45997
+4	753/2863	1081/4175	90308/300178	229716/787338	257863/3202032
+5	6840/33155	10365/50780	5671013/23291236 ?		?
+6	78777/464639			?		 ?		?
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/trains/train.ndr b/tools/tina-3.7.0/nets/tts_examples/trains/train.ndr
new file mode 100644
index 0000000000000000000000000000000000000000..1254048d640aaf2472604939aa092b7a19824513
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/trains/train.ndr
@@ -0,0 +1,15 @@
+p 60.0 150.0 On 0 w
+t 60.0 50.0 In n 3 5 w {} ne
+t 60.0 260.0 Ex s 2 4 w {} ne
+p 190.0 260.0 Far 1 e
+p 190.0 50.0 Close 0 e
+t 190.0 150.0 App e 0 w n {} ne
+e Close In 1 n
+e In On 1 n
+e Far App 1 n
+e App Close 1 n
+e On Ex 1 n
+e Ex Far 1 n
+h train
+
+
diff --git a/tools/tina-3.7.0/nets/tts_examples/trains/trainsbase.c b/tools/tina-3.7.0/nets/tts_examples/trains/trainsbase.c
new file mode 100644
index 0000000000000000000000000000000000000000..c5932116a436be64ab954f90bdefa431265e2ceb
--- /dev/null
+++ b/tools/tina-3.7.0/nets/tts_examples/trains/trainsbase.c
@@ -0,0 +1,54 @@
+
+#include <stdio.h>
+#include <string.h>
+
+
+/* -- 1. local declarations */
+
+typedef int bool;
+
+typedef int value;
+
+int ttsapiversion () {return 0;}
+
+
+/* -- 2. storage API */
+/* value is a single integer, no storage required */
+
+
+/* -- 3. functions for tina API */
+
+/* -- initializes storage and returns initial state */
+value initial () {return 0;}
+
+
+/* -- independance predicate for actions, for partial order and timed modes */
+bool independant (int t1, int t2) {return 1;}
+
+
+/* -- state representation function for verbose output
+   no size check needed here (sz is at least 256)
+*/
+int sprint_state (int sz, char *buff, value s) {
+  sprintf(buff,"count=%d",s);
+  return strlen(buff);
+}
+
+/* -- state representation function for kts output */
+/* names of observables, and number of them in count */
+char *obsnames[1] = {"count"};
+char **obs_names (int *count) {*count = 1; return obsnames;}
+
+/* values of observables for state s */
+int ovalues[1];
+int *obs_values (value s) {ovalues[0] = s; return ovalues;}
+
+
+
+/* -- predicates and actions */
+
+bool pre_0 /* D1 */ (value s) {return s > 0;}
+bool pre_1 /* D2 */ (value s) {return s > 0;}
+
+bool pre_2 /* U */ (value s) {return s <= 0;}
+